commit ec3e06746f6edf321ebf3a10715a752b49ff04ad Author: Orion Kindel Date: Fri Sep 29 00:14:09 2023 -0500 fix: initial commit lol diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30efe19 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +/bower_components/ +/node_modules/ +/.pulp-cache/ +/output/ +/generated-docs/ +/.psc-package/ +/.psc* +/.purs* +/.psa* +/.spago diff --git a/.log/tsserver-log-1ALFl0/ti-271010.log b/.log/tsserver-log-1ALFl0/ti-271010.log new file mode 100644 index 0000000..c3f8b18 --- /dev/null +++ b/.log/tsserver-log-1ALFl0/ti-271010.log @@ -0,0 +1,403 @@ +[14:29:40.462] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[14:29:40.462] Processing cache location '/home/orion/.cache/typescript/5.2' +[14:29:40.462] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[14:29:40.463] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[14:29:40.463] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[14:29:40.463] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[14:29:40.463] Process id: 271028 +[14:29:40.463] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[14:29:40.463] validateDefaultNpmLocation: true +[14:29:40.463] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[14:29:40.464] Updating types-registry npm package... +[14:29:40.464] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[14:29:41.143] Succeeded. stdout: + + up to date, audited 35 packages in 530ms + +found 0 vulnerabilities + +[14:29:41.143] Updated types-registry npm package +[14:29:41.166] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:29:41.177] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[14:29:41.178] Explicitly included types: [] +[14:29:41.179] Inferred typings from unresolved imports: [] +[14:29:41.179] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:29:41.179] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:29:41.179] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:29:41.179] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:29:41.179] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:29:41.179] Response has been sent. +[14:29:41.179] No new typings were requested as a result of typings discovery +[14:30:42.886] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:30:42.886] Explicitly included types: [] +[14:30:42.886] Inferred typings from unresolved imports: [] +[14:30:42.886] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:30:42.887] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:30:42.887] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:30:42.887] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:30:42.887] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:30:42.887] Response has been sent. +[14:30:42.887] No new typings were requested as a result of typings discovery +[14:30:43.727] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:30:43.727] Explicitly included types: [] +[14:30:43.727] Inferred typings from unresolved imports: [] +[14:30:43.728] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:30:43.728] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:30:43.728] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:30:43.728] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:30:43.728] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:30:43.728] Response has been sent. +[14:30:43.728] No new typings were requested as a result of typings discovery +[14:42:08.285] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:42:08.285] Explicitly included types: [] +[14:42:08.287] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[14:42:08.287] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[14:42:08.290] Package 'puppeteer' provides its own types. +[14:42:08.290] Package 'bun-types' provides its own types. +[14:42:08.291] Found package names: ["callsites","purs-tidy"] +[14:42:08.291] Inferred typings from unresolved imports: [] +[14:42:08.291] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[14:42:08.291] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[14:42:08.291] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[14:42:08.291] Response has been sent. +[14:42:08.292] Installing typings ["callsites","purs-tidy","typescript"] +[14:42:08.292] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[14:42:08.292] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[14:42:08.292] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[14:42:08.292] All typings are known to be missing or invalid - no need to install more typings +[14:42:08.292] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[14:42:08.292] Response has been sent. +[14:42:08.818] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:42:08.819] Explicitly included types: [] +[14:42:08.819] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[14:42:08.819] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[14:42:08.821] Package 'puppeteer' provides its own types. +[14:42:08.821] Package 'bun-types' provides its own types. +[14:42:08.822] Found package names: ["callsites","purs-tidy"] +[14:42:08.822] Inferred typings from unresolved imports: [] +[14:42:08.822] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[14:42:08.822] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[14:42:08.822] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[14:42:08.822] Response has been sent. +[14:42:08.822] Installing typings ["callsites","purs-tidy","typescript"] +[14:42:08.822] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[14:42:08.822] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[14:42:08.822] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[14:42:08.822] All typings are known to be missing or invalid - no need to install more typings +[14:42:08.822] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[14:42:08.822] Response has been sent. +[14:42:09.735] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:42:09.736] Explicitly included types: [] +[14:42:09.736] Inferred typings from unresolved imports: [] +[14:42:09.736] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:42:09.736] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:42:09.736] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:42:09.736] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:42:09.736] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:42:09.736] Response has been sent. +[14:42:09.737] No new typings were requested as a result of typings discovery +[14:42:12.043] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:42:12.043] Explicitly included types: [] +[14:42:12.044] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[14:42:12.044] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[14:42:12.049] Package 'puppeteer' provides its own types. +[14:42:12.050] Package 'bun-types' provides its own types. +[14:42:12.053] Found package names: ["callsites","purs-tidy"] +[14:42:12.053] Inferred typings from unresolved imports: [] +[14:42:12.053] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[14:42:12.053] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[14:42:12.053] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[14:42:12.053] Response has been sent. +[14:42:12.054] Installing typings ["callsites","purs-tidy","typescript"] +[14:42:12.054] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[14:42:12.054] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[14:42:12.054] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[14:42:12.054] All typings are known to be missing or invalid - no need to install more typings +[14:42:12.054] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[14:42:12.054] Response has been sent. +[14:51:11.862] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["i"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:11.863] Explicitly included types: [] +[14:51:11.863] Inferred typings from unresolved imports: ["i"] +[14:51:11.863] Result: {"cachedTypingPaths":[],"newTypingNames":["i"],"filesToWatch":[]} +[14:51:11.863] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["i"],"filesToWatch":[]} +[14:51:11.863] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:11.863] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:11.864] Installing typings ["i"] +[14:51:11.864] 'i':: Entry for package 'i' does not exist in local types registry - skipping... +[14:51:11.864] All typings are known to be missing or invalid - no need to install more typings +[14:51:11.864] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["i"],"kind":"action::set"} +[14:51:11.864] Response has been sent. +[14:51:12.593] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:12.594] Explicitly included types: [] +[14:51:12.594] Inferred typings from unresolved imports: ["p"] +[14:51:12.594] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[14:51:12.594] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[14:51:12.594] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:12.594] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:12.594] Installing typings ["p"] +[14:51:12.594] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[14:51:12.594] All typings are known to be missing or invalid - no need to install more typings +[14:51:12.594] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[14:51:12.594] Response has been sent. +[14:51:12.707] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:12.707] Explicitly included types: [] +[14:51:12.707] Inferred typings from unresolved imports: ["pu"] +[14:51:12.707] Result: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[14:51:12.707] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[14:51:12.708] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:12.708] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:12.708] Installing typings ["pu"] +[14:51:12.708] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[14:51:12.708] All typings are known to be missing or invalid - no need to install more typings +[14:51:12.708] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu"],"kind":"action::set"} +[14:51:12.708] Response has been sent. +[14:51:12.822] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:12.823] Explicitly included types: [] +[14:51:12.823] Inferred typings from unresolved imports: ["pup"] +[14:51:12.823] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[14:51:12.823] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[14:51:12.823] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:12.823] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:12.824] Installing typings ["pup"] +[14:51:12.824] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[14:51:12.824] All typings are known to be missing or invalid - no need to install more typings +[14:51:12.824] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[14:51:12.824] Response has been sent. +[14:51:13.016] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:13.016] Explicitly included types: [] +[14:51:13.017] Inferred typings from unresolved imports: ["pupp"] +[14:51:13.017] Result: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[14:51:13.017] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[14:51:13.017] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.017] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.017] Installing typings ["pupp"] +[14:51:13.017] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[14:51:13.018] All typings are known to be missing or invalid - no need to install more typings +[14:51:13.018] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pupp"],"kind":"action::set"} +[14:51:13.018] Response has been sent. +[14:51:13.139] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppe"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:13.139] Explicitly included types: [] +[14:51:13.139] Inferred typings from unresolved imports: ["puppe"] +[14:51:13.140] Result: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[14:51:13.140] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[14:51:13.140] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.140] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.140] Installing typings ["puppe"] +[14:51:13.140] 'puppe':: Entry for package 'puppe' does not exist in local types registry - skipping... +[14:51:13.140] All typings are known to be missing or invalid - no need to install more typings +[14:51:13.140] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppe"],"kind":"action::set"} +[14:51:13.141] Response has been sent. +[14:51:13.268] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppet"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:13.269] Explicitly included types: [] +[14:51:13.269] Inferred typings from unresolved imports: ["puppet"] +[14:51:13.269] Result: {"cachedTypingPaths":[],"newTypingNames":["puppet"],"filesToWatch":[]} +[14:51:13.269] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppet"],"filesToWatch":[]} +[14:51:13.269] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.269] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.269] Installing typings ["puppet"] +[14:51:13.269] 'puppet':: Entry for package 'puppet' does not exist in local types registry - skipping... +[14:51:13.270] All typings are known to be missing or invalid - no need to install more typings +[14:51:13.270] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppet"],"kind":"action::set"} +[14:51:13.270] Response has been sent. +[14:51:13.444] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppete"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:13.444] Explicitly included types: [] +[14:51:13.445] Inferred typings from unresolved imports: ["puppete"] +[14:51:13.445] Result: {"cachedTypingPaths":[],"newTypingNames":["puppete"],"filesToWatch":[]} +[14:51:13.445] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppete"],"filesToWatch":[]} +[14:51:13.445] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.445] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.445] Installing typings ["puppete"] +[14:51:13.445] 'puppete':: Entry for package 'puppete' does not exist in local types registry - skipping... +[14:51:13.445] All typings are known to be missing or invalid - no need to install more typings +[14:51:13.445] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppete"],"kind":"action::set"} +[14:51:13.445] Response has been sent. +[14:51:13.619] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppetee"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:13.619] Explicitly included types: [] +[14:51:13.620] Inferred typings from unresolved imports: ["puppetee"] +[14:51:13.620] Result: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[14:51:13.620] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[14:51:13.620] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.620] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.620] Installing typings ["puppetee"] +[14:51:13.620] 'puppetee':: Entry for package 'puppetee' does not exist in local types registry - skipping... +[14:51:13.620] All typings are known to be missing or invalid - no need to install more typings +[14:51:13.620] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppetee"],"kind":"action::set"} +[14:51:13.620] Response has been sent. +[14:51:13.704] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:51:13.704] Explicitly included types: [] +[14:51:13.704] Inferred typings from unresolved imports: [] +[14:51:13.704] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:51:13.704] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:51:13.704] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.705] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:51:13.705] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:51:13.705] Response has been sent. +[14:51:13.705] No new typings were requested as a result of typings discovery +[14:56:27.932] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:56:27.932] Explicitly included types: [] +[14:56:27.932] Inferred typings from unresolved imports: ["p"] +[14:56:27.932] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[14:56:27.932] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[14:56:27.932] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:27.932] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:27.932] Installing typings ["p"] +[14:56:27.932] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[14:56:27.932] All typings are known to be missing or invalid - no need to install more typings +[14:56:27.932] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[14:56:27.932] Response has been sent. +[14:56:28.039] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:56:28.039] Explicitly included types: [] +[14:56:28.039] Inferred typings from unresolved imports: ["pu"] +[14:56:28.039] Result: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[14:56:28.039] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[14:56:28.039] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.039] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.039] Installing typings ["pu"] +[14:56:28.039] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[14:56:28.039] All typings are known to be missing or invalid - no need to install more typings +[14:56:28.039] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu"],"kind":"action::set"} +[14:56:28.039] Response has been sent. +[14:56:28.139] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:56:28.139] Explicitly included types: [] +[14:56:28.140] Inferred typings from unresolved imports: ["pup"] +[14:56:28.140] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[14:56:28.140] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[14:56:28.140] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.140] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.140] Installing typings ["pup"] +[14:56:28.140] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[14:56:28.140] All typings are known to be missing or invalid - no need to install more typings +[14:56:28.140] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[14:56:28.140] Response has been sent. +[14:56:28.286] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:56:28.286] Explicitly included types: [] +[14:56:28.287] Inferred typings from unresolved imports: ["pupp"] +[14:56:28.287] Result: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[14:56:28.287] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[14:56:28.287] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.287] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.287] Installing typings ["pupp"] +[14:56:28.287] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[14:56:28.287] All typings are known to be missing or invalid - no need to install more typings +[14:56:28.288] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pupp"],"kind":"action::set"} +[14:56:28.288] Response has been sent. +[14:56:28.628] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppeteer,"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:56:28.629] Explicitly included types: [] +[14:56:28.629] Inferred typings from unresolved imports: ["puppeteer,"] +[14:56:28.629] Result: {"cachedTypingPaths":[],"newTypingNames":["puppeteer,"],"filesToWatch":[]} +[14:56:28.629] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppeteer,"],"filesToWatch":[]} +[14:56:28.629] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.629] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.629] Installing typings ["puppeteer,"] +[14:56:28.630] 'puppeteer,':: Package name 'puppeteer,' contains non URI safe characters +[14:56:28.630] All typings are known to be missing or invalid - no need to install more typings +[14:56:28.630] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppeteer,"],"kind":"action::set"} +[14:56:28.630] Response has been sent. +[14:56:28.925] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:56:28.925] Explicitly included types: [] +[14:56:28.925] Inferred typings from unresolved imports: [] +[14:56:28.925] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:56:28.925] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:56:28.926] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.926] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:56:28.926] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:56:28.926] Response has been sent. +[14:56:28.926] No new typings were requested as a result of typings discovery +[15:05:44.127] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:05:44.128] Explicitly included types: [] +[15:05:44.129] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[15:05:44.129] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:05:44.135] Package 'puppeteer' provides its own types. +[15:05:44.136] Package 'bun-types' provides its own types. +[15:05:44.139] Found package names: ["callsites","purs-tidy"] +[15:05:44.139] Inferred typings from unresolved imports: [] +[15:05:44.139] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:05:44.139] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:05:44.140] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:05:44.140] Response has been sent. +[15:05:44.140] Installing typings ["callsites","purs-tidy","typescript"] +[15:05:44.140] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[15:05:44.140] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[15:05:44.140] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:05:44.140] All typings are known to be missing or invalid - no need to install more typings +[15:05:44.141] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:05:44.141] Response has been sent. +[15:05:46.027] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:05:46.027] Explicitly included types: [] +[15:05:46.028] Inferred typings from unresolved imports: [] +[15:05:46.028] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:05:46.028] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:05:46.028] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:05:46.028] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:05:46.028] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[15:05:46.028] Response has been sent. +[15:05:46.028] No new typings were requested as a result of typings discovery +[15:05:48.245] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:05:48.246] Explicitly included types: [] +[15:05:48.246] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[15:05:48.246] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:05:48.247] Package 'puppeteer' provides its own types. +[15:05:48.247] Package 'bun-types' provides its own types. +[15:05:48.248] Found package names: ["callsites","purs-tidy"] +[15:05:48.248] Inferred typings from unresolved imports: [] +[15:05:48.248] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:05:48.248] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:05:48.248] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:05:48.248] Response has been sent. +[15:05:48.248] Installing typings ["callsites","purs-tidy","typescript"] +[15:05:48.248] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[15:05:48.248] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[15:05:48.248] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:05:48.248] All typings are known to be missing or invalid - no need to install more typings +[15:05:48.248] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:05:48.248] Response has been sent. +[15:53:26.000] Closing file watchers for project '/dev/null/inferredProject1*' +[15:53:26.000] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":[]} +[15:53:26.000] Response has been sent. +[15:53:26.000] Closing file watchers for project '/dev/null/inferredProject1*' - done. +[15:53:26.001] Closing file watchers for project '/dev/null/autoImportProviderProject2*' +[15:53:26.001] No watchers are registered for project '/dev/null/autoImportProviderProject2*' +[15:53:36.048] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:53:36.049] Explicitly included types: [] +[15:53:36.049] Inferred typings from unresolved imports: [] +[15:53:36.049] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:53:36.049] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:53:36.049] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:53:36.049] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:53:36.049] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[15:53:36.049] Response has been sent. +[15:53:36.049] No new typings were requested as a result of typings discovery +[16:10:18.873] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-1ALFl0/tsserver.log b/.log/tsserver-log-1ALFl0/tsserver.log new file mode 100644 index 0000000..6aae908 --- /dev/null +++ b/.log/tsserver-log-1ALFl0/tsserver.log @@ -0,0 +1,10499 @@ +Info 0 [14:29:39.057] Starting TS Server +Info 1 [14:29:39.057] Version: 5.2.2 +Info 2 [14:29:39.057] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/93584f7de33eb3daf8d86f5325d67ac4/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-1ALFl0/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:29:39.057] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:29:39.057] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [14:29:39.066] Format host information updated +Info 6 [14:29:39.067] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [14:29:39.068] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [14:29:39.068] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [14:29:39.081] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [14:29:39.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [14:29:39.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 868.8516879994422ms +Info 12 [14:29:39.953] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [14:29:39.954] Files (131) + +Info 14 [14:29:39.954] ----------------------------------------------- +Info 15 [14:29:39.964] AutoImportProviderProject: found 15 root files in 4 dependencies in 8.641301000490785 ms +Info 16 [14:29:39.976] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [14:29:40.456] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 480.6949150003493ms +Info 18 [14:29:40.457] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [14:29:40.457] Files (266) + +Info 20 [14:29:40.457] ----------------------------------------------- +Info 21 [14:29:40.460] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [14:29:40.460] Files (131) + +Info 21 [14:29:40.460] ----------------------------------------------- +Info 21 [14:29:40.460] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [14:29:40.460] Files (266) + +Info 21 [14:29:40.460] ----------------------------------------------- +Info 21 [14:29:40.460] Open files: +Info 21 [14:29:40.460] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [14:29:40.460] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [14:29:40.461] Format host information updated +Info 22 [14:29:40.461] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [14:29:40.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 14.53872000053525ms +Info 24 [14:29:40.476] Different program with same set of files +Info 25 [14:29:40.477] Format host information updated +Info 26 [14:29:40.478] Format host information updated +Info 27 [14:29:40.478] Format host information updated +Info 28 [14:29:40.478] Format host information updated +Info 29 [14:29:40.478] Format host information updated +Info 30 [14:29:40.479] Format host information updated +Info 31 [14:29:40.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 32 [14:29:40.513] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed: 34.217939000576735ms +Info 33 [14:29:40.513] Different program with same set of files +Info 34 [14:29:40.597] Format host information updated +Info 35 [14:29:40.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 36 [14:29:40.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 11.436132000759244ms +Info 37 [14:29:40.608] Different program with same set of files +Info 38 [14:29:42.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 39 [14:29:42.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 8.42998000048101ms +Info 40 [14:29:42.874] Different program with same set of files +Info 41 [14:29:42.891] getCompletionData: Get current token: 0.11229499988257885 +Info 42 [14:29:42.891] getCompletionData: Is inside comment: 0.030611000955104828 +Info 43 [14:29:42.891] getCompletionData: Get previous token: 0.05461999960243702 +Info 44 [14:29:42.892] getCompletionsAtPosition: isCompletionListBlocker: 0.11379699967801571 +Info 45 [14:29:42.892] Returning an empty list because completion was requested in an invalid position. +Info 46 [14:29:42.892] Format host information updated +Info 47 [14:29:42.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 48 [14:29:42.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 12.711670000106096ms +Info 49 [14:29:42.946] Different program with same set of files +Info 50 [14:29:42.946] getCompletionData: Get current token: 0.015271000564098358 +Info 51 [14:29:42.946] getCompletionData: Is inside comment: 0.02426699921488762 +Info 52 [14:29:42.946] getCompletionData: Get previous token: 0.032058000564575195 +Info 53 [14:29:42.946] getCompletionsAtPosition: isCompletionListBlocker: 0.0023219995200634003 +Info 54 [14:29:42.946] Returning an empty list because completion was requested in an invalid position. +Info 55 [14:29:42.947] Format host information updated +Info 56 [14:29:42.960] Before ensureProjectForOpenFiles: +Info 57 [14:29:42.960] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 57 [14:29:42.960] Files (131) + +Info 57 [14:29:42.960] ----------------------------------------------- +Info 57 [14:29:42.960] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 57 [14:29:42.961] Files (266) + +Info 57 [14:29:42.961] ----------------------------------------------- +Info 57 [14:29:42.961] Open files: +Info 57 [14:29:42.961] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 57 [14:29:42.961] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 57 [14:29:42.961] After ensureProjectForOpenFiles: +Info 58 [14:29:42.961] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 58 [14:29:42.961] Files (131) + +Info 58 [14:29:42.961] ----------------------------------------------- +Info 58 [14:29:42.961] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 58 [14:29:42.961] Files (266) + +Info 58 [14:29:42.961] ----------------------------------------------- +Info 58 [14:29:42.961] Open files: +Info 58 [14:29:42.961] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 58 [14:29:42.961] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 58 [14:29:42.961] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 59 [14:29:43.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 60 [14:29:43.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 9.098872000351548ms +Info 61 [14:29:43.367] Different program with same set of files +Info 62 [14:29:43.368] getCompletionData: Get current token: 0.009045999497175217 +Info 63 [14:29:43.368] getCompletionData: Is inside comment: 0.022353000938892365 +Info 64 [14:29:43.368] getCompletionData: Get previous token: 0.03154799900949001 +Info 65 [14:29:43.368] getCompletionsAtPosition: isCompletionListBlocker: 0.002392001450061798 +Info 66 [14:29:43.368] Returning an empty list because completion was requested in an invalid position. +Info 67 [14:29:43.368] Format host information updated +Info 68 [14:29:43.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 69 [14:29:43.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 10.301004000008106ms +Info 70 [14:29:43.488] Different program with same set of files +Info 71 [14:29:43.489] getCompletionData: Get current token: 0.007354000583291054 +Info 72 [14:29:43.489] getCompletionData: Is inside comment: 0.015209998935461044 +Info 73 [14:29:43.489] getCompletionData: Get previous token: 0.020628999918699265 +Info 74 [14:29:43.489] getCompletionsAtPosition: isCompletionListBlocker: 0.0023159999400377274 +Info 75 [14:29:43.489] Returning an empty list because completion was requested in an invalid position. +Info 76 [14:29:43.489] Format host information updated +Info 77 [14:29:43.692] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 78 [14:29:43.700] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 7.393360000103712ms +Info 79 [14:29:43.700] Different program with same set of files +Info 80 [14:29:43.700] getCompletionData: Get current token: 0.007860999554395676 +Info 81 [14:29:43.700] getCompletionData: Is inside comment: 0.020346999168395996 +Info 82 [14:29:43.700] getCompletionData: Get previous token: 0.020665999501943588 +Info 83 [14:29:43.700] getCompletionsAtPosition: isCompletionListBlocker: 0.0032819993793964386 +Info 84 [14:29:43.700] Returning an empty list because completion was requested in an invalid position. +Info 85 [14:29:43.700] Format host information updated +Info 86 [14:29:43.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 87 [14:29:43.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 8.407031999900937ms +Info 88 [14:29:43.805] Different program with same set of files +Info 89 [14:29:43.806] getCompletionData: Get current token: 0.008303999900817871 +Info 90 [14:29:43.806] getCompletionData: Is inside comment: 0.020948998630046844 +Info 91 [14:29:43.806] getCompletionData: Get previous token: 0.025462999939918518 +Info 92 [14:29:43.806] getCompletionsAtPosition: isCompletionListBlocker: 0.002038000151515007 +Info 93 [14:29:43.806] Returning an empty list because completion was requested in an invalid position. +Info 94 [14:29:43.809] Format host information updated +Info 95 [14:29:43.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 96 [14:29:43.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 11.073388999328017ms +Info 97 [14:29:43.888] Different program with same set of files +Info 98 [14:29:43.889] getCompletionData: Get current token: 0.007020000368356705 +Info 99 [14:29:43.889] getCompletionData: Is inside comment: 0.01132199913263321 +Info 100 [14:29:43.889] getCompletionData: Get previous token: 0.01577799953520298 +Info 101 [14:29:43.889] getCompletionsAtPosition: isCompletionListBlocker: 0.0016660001128911972 +Info 102 [14:29:43.889] Returning an empty list because completion was requested in an invalid position. +Info 103 [14:29:43.889] Format host information updated +Info 104 [14:29:44.037] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 105 [14:29:44.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 7.320166999474168ms +Info 106 [14:29:44.044] Different program with same set of files +Info 107 [14:29:44.044] getCompletionData: Get current token: 0.006568999961018562 +Info 108 [14:29:44.044] getCompletionData: Is inside comment: 0.014888999983668327 +Info 109 [14:29:44.044] getCompletionData: Get previous token: 0.016690000891685486 +Info 110 [14:29:44.044] getCompletionsAtPosition: isCompletionListBlocker: 0.002028999850153923 +Info 111 [14:29:44.044] Returning an empty list because completion was requested in an invalid position. +Info 112 [14:29:44.045] Format host information updated +Info 113 [14:29:44.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 114 [14:29:44.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 32.233897000551224ms +Info 115 [14:29:44.212] Different program with same set of files +Info 116 [14:29:44.212] getCompletionData: Get current token: 0.014355998486280441 +Info 117 [14:29:44.212] getCompletionData: Is inside comment: 0.0299220010638237 +Info 118 [14:29:44.212] getCompletionData: Get previous token: 0.03590800054371357 +Info 119 [14:29:44.212] getCompletionsAtPosition: isCompletionListBlocker: 0.006164999678730965 +Info 120 [14:29:44.212] Returning an empty list because completion was requested in an invalid position. +Info 121 [14:29:44.213] Format host information updated +Info 122 [14:29:44.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 123 [14:29:44.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 8.490467999130487ms +Info 124 [14:29:44.252] Different program with same set of files +Info 125 [14:29:44.252] getCompletionData: Get current token: 0.007406000047922134 +Info 126 [14:29:44.253] getCompletionData: Is inside comment: 0.015460001304745674 +Info 127 [14:29:44.253] getCompletionData: Get previous token: 0.01922300085425377 +Info 128 [14:29:44.253] getCompletionsAtPosition: isCompletionListBlocker: 0.003084000200033188 +Info 129 [14:29:44.253] Returning an empty list because completion was requested in an invalid position. +Info 130 [14:29:44.253] Format host information updated +Info 131 [14:29:44.775] getCompletionData: Get current token: 0.0037929993122816086 +Info 132 [14:29:44.775] getCompletionData: Is inside comment: 0.01301099918782711 +Info 133 [14:29:44.775] getCompletionData: Get previous token: 0.02273699827492237 +Info 134 [14:29:44.776] getCompletionsAtPosition: isCompletionListBlocker: 0.07350199855864048 +Info 135 [14:29:44.777] getCompletionData: Semantic work: 1.3009660001844168 +Info 136 [14:29:44.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.548986999318004 +Info 137 [14:29:45.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 138 [14:29:45.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 10.619828000664711ms +Info 139 [14:29:45.448] Different program with same set of files +Info 140 [14:29:45.448] getCompletionData: Get current token: 0.005751000717282295 +Info 141 [14:29:45.449] getCompletionData: Is inside comment: 0.02378700114786625 +Info 142 [14:29:45.449] getCompletionData: Get previous token: 0.02302899956703186 +Info 143 [14:29:45.449] getCompletionsAtPosition: isCompletionListBlocker: 0.002903001382946968 +Info 144 [14:29:45.449] getCompletionData: Semantic work: 0.7437979988753796 +Info 145 [14:29:45.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5200699996203184 +Info 146 [14:29:45.453] Format host information updated +Info 147 [14:29:45.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 148 [14:29:45.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 6.752357998862863ms +Info 149 [14:29:45.541] Different program with same set of files +Info 150 [14:29:45.541] getCompletionData: Get current token: 0.0036890003830194473 +Info 151 [14:29:45.541] getCompletionData: Is inside comment: 0.010345999151468277 +Info 152 [14:29:45.541] getCompletionData: Get previous token: 0.019109001383185387 +Info 153 [14:29:45.541] getCompletionsAtPosition: isCompletionListBlocker: 0.0027489997446537018 +Info 154 [14:29:45.542] getCompletionData: Semantic work: 0.6019839998334646 +Info 155 [14:29:45.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.585911000147462 +Info 156 [14:29:45.546] Format host information updated +Info 157 [14:29:45.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 158 [14:29:45.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 7.448558999225497ms +Info 159 [14:29:45.710] Different program with same set of files +Info 160 [14:29:45.710] getCompletionData: Get current token: 0.004951000213623047 +Info 161 [14:29:45.711] getCompletionData: Is inside comment: 0.016769999638199806 +Info 162 [14:29:45.711] getCompletionData: Get previous token: 0.04931199923157692 +Info 163 [14:29:45.711] getCompletionsAtPosition: isCompletionListBlocker: 0.003235999494791031 +Info 164 [14:29:45.711] getCompletionData: Semantic work: 0.7717540003359318 +Info 165 [14:29:45.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1611679997295141 +Info 166 [14:29:45.713] Format host information updated +Info 167 [14:29:45.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 168 [14:29:45.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 8.609813999384642ms +Info 169 [14:29:45.807] Different program with same set of files +Info 170 [14:29:45.807] getCompletionData: Get current token: 0.003575999289751053 +Info 171 [14:29:45.807] getCompletionData: Is inside comment: 0.01060899905860424 +Info 172 [14:29:45.807] getCompletionData: Get previous token: 0.018763000145554543 +Info 173 [14:29:45.807] getCompletionsAtPosition: isCompletionListBlocker: 0.0025130007416009903 +Info 174 [14:29:45.808] getCompletionData: Semantic work: 0.4599599987268448 +Info 175 [14:29:45.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.174847999587655 +Info 176 [14:29:45.810] Format host information updated +Info 177 [14:29:45.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 178 [14:29:45.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 6.6431510001420975ms +Info 179 [14:29:45.975] Different program with same set of files +Info 180 [14:29:45.975] getCompletionData: Get current token: 0.0033230017870664597 +Info 181 [14:29:45.975] getCompletionData: Is inside comment: 0.010154999792575836 +Info 182 [14:29:45.975] getCompletionData: Get previous token: 0.017812998965382576 +Info 183 [14:29:45.975] getCompletionsAtPosition: isCompletionListBlocker: 0.0026360005140304565 +Info 184 [14:29:45.976] getCompletionData: Semantic work: 0.5590960010886192 +Info 185 [14:29:45.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9881629999727011 +Info 186 [14:29:45.977] Format host information updated +Info 187 [14:29:46.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 188 [14:29:46.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 6.412863001227379ms +Info 189 [14:29:46.057] Different program with same set of files +Info 190 [14:29:46.057] getCompletionData: Get current token: 0.003403998911380768 +Info 191 [14:29:46.057] getCompletionData: Is inside comment: 0.010263999924063683 +Info 192 [14:29:46.057] getCompletionData: Get previous token: 0.018817000091075897 +Info 193 [14:29:46.057] getCompletionsAtPosition: isCompletionListBlocker: 0.0024660006165504456 +Info 194 [14:29:46.057] getCompletionData: Semantic work: 0.4152329992502928 +Info 195 [14:29:46.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7550920005887747 +Info 196 [14:29:46.061] Format host information updated +Info 197 [14:29:47.001] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 198 [14:29:47.009] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 8.497810000553727ms +Info 199 [14:29:47.009] Different program with same set of files +Info 200 [14:29:47.010] getCompletionData: Get current token: 0.0029059983789920807 +Info 201 [14:29:47.010] getCompletionData: Is inside comment: 0.008625000715255737 +Info 202 [14:29:47.010] getCompletionData: Get previous token: 0.015394998714327812 +Info 203 [14:29:47.010] getCompletionsAtPosition: isCompletionListBlocker: 0.002566000446677208 +Info 204 [14:29:47.010] getCompletionData: Semantic work: 0.46775100007653236 +Info 205 [14:29:47.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9228879995644093 +Info 206 [14:29:47.011] Format host information updated +Info 207 [14:29:47.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 208 [14:29:47.144] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 9.557600999251008ms +Info 209 [14:29:47.144] Different program with same set of files +Info 210 [14:29:47.144] getCompletionData: Get current token: 0.005037998780608177 +Info 211 [14:29:47.144] getCompletionData: Is inside comment: 0.016277998685836792 +Info 212 [14:29:47.144] getCompletionData: Get previous token: 0.031564000993967056 +Info 213 [14:29:47.144] getCompletionsAtPosition: isCompletionListBlocker: 0.006682999432086945 +Info 214 [14:29:47.145] getCompletionData: Semantic work: 0.6990719996392727 +Info 215 [14:29:47.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8557929992675781 +Info 216 [14:29:47.148] Format host information updated +Info 217 [14:29:47.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 218 [14:29:47.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 8.994903000071645ms +Info 219 [14:29:47.242] Different program with same set of files +Info 220 [14:29:47.242] getCompletionData: Get current token: 0.003092000260949135 +Info 221 [14:29:47.242] getCompletionData: Is inside comment: 0.00955899991095066 +Info 222 [14:29:47.242] getCompletionData: Get previous token: 0.017110001295804977 +Info 223 [14:29:47.242] getCompletionsAtPosition: isCompletionListBlocker: 0.004394000396132469 +Info 224 [14:29:47.243] getCompletionData: Semantic work: 0.4544389992952347 +Info 225 [14:29:47.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9380280002951622 +Info 226 [14:29:47.244] Format host information updated +Info 227 [14:29:47.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 228 [14:29:47.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 8.878012999892235ms +Info 229 [14:29:47.358] Different program with same set of files +Info 230 [14:29:47.359] getCompletionData: Get current token: 0.003382999449968338 +Info 231 [14:29:47.359] getCompletionData: Is inside comment: 0.013949999585747719 +Info 232 [14:29:47.359] getCompletionData: Get previous token: 0.026576999574899673 +Info 233 [14:29:47.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0028520002961158752 +Info 234 [14:29:47.359] getCompletionData: Semantic work: 0.38637899979949 +Info 235 [14:29:47.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2662209998816252 +Info 236 [14:29:47.360] Format host information updated +Info 237 [14:29:48.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 238 [14:29:48.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 8.746194999665022ms +Info 239 [14:29:48.207] Different program with same set of files +Info 240 [14:29:48.207] getCompletionData: Get current token: 0.008224999532103539 +Info 241 [14:29:48.207] getCompletionData: Is inside comment: 0.018396001309156418 +Info 242 [14:29:48.208] getCompletionData: Get previous token: 0.015220999717712402 +Info 243 [14:29:48.208] getCompletionsAtPosition: isCompletionListBlocker: 0.0038180015981197357 +Info 244 [14:29:48.208] getCompletionData: Semantic work: 0.8415890000760555 +Info 245 [14:29:48.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8334890007972717 +Info 246 [14:29:48.211] Format host information updated +Info 247 [14:29:48.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 248 [14:29:48.379] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.194312000647187ms +Info 249 [14:29:48.380] Different program with same set of files +Info 250 [14:29:48.380] getCompletionData: Get current token: 0.008665001019835472 +Info 251 [14:29:48.380] getCompletionData: Is inside comment: 0.021150998771190643 +Info 252 [14:29:48.380] getCompletionData: Get previous token: 0.02674200013279915 +Info 253 [14:29:48.380] getCompletionsAtPosition: isCompletionListBlocker: 0.0025869999080896378 +Info 254 [14:29:48.380] getCompletionData: Semantic work: 0.41692099906504154 +Info 255 [14:29:48.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4150159992277622 +Info 256 [14:29:48.382] Format host information updated +Info 257 [14:29:48.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 258 [14:29:48.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.454103000462055ms +Info 259 [14:29:48.530] Different program with same set of files +Info 260 [14:29:48.530] getCompletionData: Get current token: 0.007857998833060265 +Info 261 [14:29:48.530] getCompletionData: Is inside comment: 0.018880998715758324 +Info 262 [14:29:48.531] getCompletionData: Get previous token: 0.023824000731110573 +Info 263 [14:29:48.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0030070003122091293 +Info 264 [14:29:48.531] getCompletionData: Semantic work: 0.4656469989567995 +Info 265 [14:29:48.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1662499997764826 +Info 266 [14:29:48.533] Format host information updated +Info 267 [14:29:48.601] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 268 [14:29:48.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 5.883602000772953ms +Info 269 [14:29:48.607] Different program with same set of files +Info 270 [14:29:48.608] getCompletionData: Get current token: 0.00660800002515316 +Info 271 [14:29:48.608] getCompletionData: Is inside comment: 0.017264999449253082 +Info 272 [14:29:48.608] getCompletionData: Get previous token: 0.02115499973297119 +Info 273 [14:29:48.608] getCompletionsAtPosition: isCompletionListBlocker: 0.002343999221920967 +Info 274 [14:29:48.608] getCompletionData: Semantic work: 0.29278399981558323 +Info 275 [14:29:48.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.092195000499487 +Info 276 [14:29:48.610] Format host information updated +Info 277 [14:29:48.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 278 [14:29:48.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 5.9118339996784925ms +Info 279 [14:29:48.732] Different program with same set of files +Info 280 [14:29:48.732] getCompletionData: Get current token: 0.007172999903559685 +Info 281 [14:29:48.732] getCompletionData: Is inside comment: 0.021890999749302864 +Info 282 [14:29:48.733] getCompletionData: Get previous token: 0.023972999304533005 +Info 283 [14:29:48.733] getCompletionsAtPosition: isCompletionListBlocker: 0.002689000219106674 +Info 284 [14:29:48.733] getCompletionData: Semantic work: 0.34897700138390064 +Info 285 [14:29:48.734] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1783179994672537 +Info 286 [14:29:48.737] Format host information updated +Info 287 [14:29:48.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 288 [14:29:48.804] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 5.9948589988052845ms +Info 289 [14:29:48.804] Different program with same set of files +Info 290 [14:29:48.804] getCompletionData: Get current token: 0.007952999323606491 +Info 291 [14:29:48.804] getCompletionData: Is inside comment: 0.02010600082576275 +Info 292 [14:29:48.804] getCompletionData: Get previous token: 0.06752200052142143 +Info 293 [14:29:48.804] getCompletionsAtPosition: isCompletionListBlocker: 0.003566000610589981 +Info 294 [14:29:48.805] getCompletionData: Semantic work: 0.48939899913966656 +Info 295 [14:29:48.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9370779991149902 +Info 296 [14:29:48.808] Format host information updated +Info 297 [14:29:49.216] Format host information updated +Info 298 [14:29:49.217] Format host information updated +Info 299 [14:29:49.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 300 [14:29:49.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.87763400003314ms +Info 301 [14:29:49.224] Different program with same set of files +Info 302 [14:29:49.224] getCompletionData: Get current token: 0.025721998885273933 +Info 303 [14:29:49.224] getCompletionData: Is inside comment: 0.03383300080895424 +Info 304 [14:29:49.224] getCompletionData: Get previous token: 0.0333699993789196 +Info 305 [14:29:49.224] getCompletionsAtPosition: isCompletionListBlocker: 0.003443000838160515 +Info 306 [14:29:49.225] getCompletionData: Semantic work: 0.3934729993343353 +Info 307 [14:29:49.233] getCompletionData: Get current token: 0.016770999878644943 +Info 308 [14:29:49.233] getCompletionData: Is inside comment: 0.041395001113414764 +Info 309 [14:29:49.233] getCompletionData: Get previous token: 0.04061399959027767 +Info 310 [14:29:49.233] getCompletionsAtPosition: isCompletionListBlocker: 0.0031470004469156265 +Info 311 [14:29:49.233] getCompletionData: Semantic work: 0.15481900051236153 +Info 312 [14:29:49.234] Format host information updated +Info 313 [14:29:52.553] Format host information updated +Info 314 [14:29:52.574] forEachExternalModuleToImportFrom autoImportProvider: 5.892826998606324 +Info 315 [14:29:55.617] Format host information updated +Info 316 [14:29:55.618] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 317 [14:29:55.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 15.097475999966264ms +Info 318 [14:29:55.633] Different program with same set of files +Info 319 [14:30:40.551] Search path: /home/orion/src/purescript-puppeteer/src +Info 320 [14:30:40.551] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 321 [14:30:40.552] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 321 [14:30:40.552] Files (131) + +Info 321 [14:30:40.552] ----------------------------------------------- +Info 321 [14:30:40.552] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 321 [14:30:40.552] Files (266) + +Info 321 [14:30:40.552] ----------------------------------------------- +Info 321 [14:30:40.552] Open files: +Info 321 [14:30:40.552] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 321 [14:30:40.552] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 321 [14:30:40.552] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 321 [14:30:40.552] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 321 [14:30:40.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 322 [14:30:40.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 23.631109999492764ms +Info 323 [14:30:40.790] Different program with same set of files +Info 324 [14:30:40.811] Format host information updated +Info 325 [14:30:42.538] Format host information updated +Info 326 [14:30:42.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 327 [14:30:42.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: true structureIsReused:: SafeModules Elapsed: 245.71542100049555ms +Info 328 [14:30:42.784] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 329 [14:30:42.784] Files (131) + +Info 330 [14:30:42.784] ----------------------------------------------- +Info 331 [14:30:42.784] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 332 [14:30:42.784] Files (266) + +Info 333 [14:30:42.784] ----------------------------------------------- +Info 334 [14:30:43.064] Before ensureProjectForOpenFiles: +Info 335 [14:30:43.064] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 335 [14:30:43.064] Files (131) + +Info 335 [14:30:43.064] ----------------------------------------------- +Info 335 [14:30:43.064] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 335 [14:30:43.064] Files (266) + +Info 335 [14:30:43.064] ----------------------------------------------- +Info 335 [14:30:43.064] Open files: +Info 335 [14:30:43.064] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 335 [14:30:43.064] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 335 [14:30:43.064] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 335 [14:30:43.064] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 335 [14:30:43.064] After ensureProjectForOpenFiles: +Info 336 [14:30:43.064] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 336 [14:30:43.064] Files (131) + +Info 336 [14:30:43.064] ----------------------------------------------- +Info 336 [14:30:43.064] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 336 [14:30:43.064] Files (266) + +Info 336 [14:30:43.064] ----------------------------------------------- +Info 336 [14:30:43.064] Open files: +Info 336 [14:30:43.064] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 336 [14:30:43.064] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 336 [14:30:43.064] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 336 [14:30:43.064] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 336 [14:30:43.064] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js +Info 337 [14:30:43.611] Format host information updated +Info 338 [14:30:43.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 339 [14:30:43.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.229117000475526ms +Info 340 [14:30:43.625] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 341 [14:30:43.625] Files (130) + +Info 342 [14:30:43.625] ----------------------------------------------- +Info 343 [14:30:43.625] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 344 [14:30:43.625] Files (266) + +Info 345 [14:30:43.625] ----------------------------------------------- +Info 346 [14:31:15.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 347 [14:31:15.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 15.210223000496626ms +Info 348 [14:31:15.661] Different program with same set of files +Info 349 [14:31:15.661] getCompletionData: Get current token: 0.004413001239299774 +Info 350 [14:31:15.661] getCompletionData: Is inside comment: 0.0065740011632442474 +Info 351 [14:31:15.661] getCompletionData: Get previous token: 0.006340000778436661 +Info 352 [14:31:15.664] AutoImportProviderProject: found 15 root files in 4 dependencies in 0.5879680011421442 ms +Info 353 [14:31:15.664] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 354 [14:31:15.665] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.4605689998716116ms +Info 355 [14:31:15.665] getExportInfoMap: cache miss or empty; calculating new results +Info 356 [14:31:15.695] forEachExternalModuleToImportFrom autoImportProvider: 11.717903001233935 +Info 357 [14:31:15.696] getExportInfoMap: done in 32.54065199941397 ms +Info 358 [14:31:15.711] collectAutoImports: resolved 9 module specifiers, plus 24 ambient and 134 from cache +Info 359 [14:31:15.711] collectAutoImports: response is complete +Info 360 [14:31:15.711] collectAutoImports: 15.572870001196861 +Info 361 [14:31:15.712] getCompletionData: Semantic work: 50.54001600109041 +Info 362 [14:31:15.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.442115001380444 +Info 363 [14:31:15.718] Format host information updated +Info 364 [14:31:15.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 365 [14:31:15.842] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 10.470460999757051ms +Info 366 [14:31:15.842] Different program with same set of files +Info 367 [14:31:15.842] getCompletionData: Get current token: 0.0036800000816583633 +Info 368 [14:31:15.842] getCompletionData: Is inside comment: 0.008090000599622726 +Info 369 [14:31:15.842] getCompletionData: Get previous token: 0.00821000151336193 +Info 370 [14:31:15.843] getExportInfoMap: cache hit +Info 371 [14:31:15.849] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 13 from cache +Info 372 [14:31:15.849] collectAutoImports: response is complete +Info 373 [14:31:15.849] collectAutoImports: 5.873108999803662 +Info 374 [14:31:15.849] getCompletionData: Semantic work: 6.728691000491381 +Info 375 [14:31:15.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.032786998897791 +Info 376 [14:31:15.852] Format host information updated +Info 377 [14:31:15.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 378 [14:31:15.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 8.006820999085903ms +Info 379 [14:31:15.939] Different program with same set of files +Info 380 [14:31:15.939] getCompletionData: Get current token: 0.003703000023961067 +Info 381 [14:31:15.939] getCompletionData: Is inside comment: 0.0075820013880729675 +Info 382 [14:31:15.939] getCompletionData: Get previous token: 0.007818998768925667 +Info 383 [14:31:15.940] getExportInfoMap: cache hit +Info 384 [14:31:15.943] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 385 [14:31:15.943] collectAutoImports: response is complete +Info 386 [14:31:15.943] collectAutoImports: 3.557506000623107 +Info 387 [14:31:15.943] getCompletionData: Semantic work: 4.3356190007179976 +Info 388 [14:31:15.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7603709995746613 +Info 389 [14:31:15.946] Format host information updated +Info 390 [14:31:16.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 391 [14:31:16.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 7.656524000689387ms +Info 392 [14:31:16.036] Different program with same set of files +Info 393 [14:31:16.036] getCompletionData: Get current token: 0.0031589996069669724 +Info 394 [14:31:16.036] getCompletionData: Is inside comment: 0.008461998775601387 +Info 395 [14:31:16.036] getCompletionData: Get previous token: 0.0066359993070364 +Info 396 [14:31:16.037] getExportInfoMap: cache hit +Info 397 [14:31:16.039] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 398 [14:31:16.039] collectAutoImports: response is complete +Info 399 [14:31:16.039] collectAutoImports: 2.1532240007072687 +Info 400 [14:31:16.039] getCompletionData: Semantic work: 2.904806999489665 +Info 401 [14:31:16.041] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6498110014945269 +Info 402 [14:31:16.041] Format host information updated +Info 403 [14:31:16.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 404 [14:31:16.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 27.07482599839568ms +Info 405 [14:31:16.124] Different program with same set of files +Info 406 [14:31:16.124] getCompletionData: Get current token: 0.013364998623728752 +Info 407 [14:31:16.124] getCompletionData: Is inside comment: 0.02433200180530548 +Info 408 [14:31:16.124] getCompletionData: Get previous token: 0.023524999618530273 +Info 409 [14:31:16.126] getExportInfoMap: cache hit +Info 410 [14:31:16.165] collectAutoImports: resolved 13 module specifiers, plus 219 ambient and 856 from cache +Info 411 [14:31:16.165] collectAutoImports: response is complete +Info 412 [14:31:16.165] collectAutoImports: 38.401401000097394 +Info 413 [14:31:16.165] getCompletionData: Semantic work: 40.719041001051664 +Info 414 [14:31:16.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8839209992438555 +Info 415 [14:31:16.176] Format host information updated +Info 416 [14:31:16.181] Format host information updated +Info 417 [14:31:16.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 418 [14:31:16.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 9.006978001445532ms +Info 419 [14:31:16.190] Different program with same set of files +Info 420 [14:31:16.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 421 [14:31:16.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 27.14044599980116ms +Info 422 [14:31:16.443] Different program with same set of files +Info 423 [14:31:16.444] getCompletionData: Get current token: 0.01449199952185154 +Info 424 [14:31:16.444] getCompletionData: Is inside comment: 0.03061000071465969 +Info 425 [14:31:16.444] getCompletionData: Get previous token: 0.03774399869143963 +Info 426 [14:31:16.445] getCompletionsAtPosition: isCompletionListBlocker: 0.8294290006160736 +Info 427 [14:31:16.453] getExportInfoMap: cache hit +Info 428 [14:31:16.462] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 112 from cache +Info 429 [14:31:16.462] collectAutoImports: response is complete +Info 430 [14:31:16.462] collectAutoImports: 9.125531999394298 +Info 431 [14:31:16.462] getCompletionData: Semantic work: 16.76100100018084 +Info 432 [14:31:16.465] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8673600014299154 +Info 433 [14:31:16.467] Format host information updated +Info 434 [14:31:16.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 435 [14:31:16.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 11.597796998918056ms +Info 436 [14:31:16.527] Different program with same set of files +Info 437 [14:31:16.527] getCompletionData: Get current token: 0.004269000142812729 +Info 438 [14:31:16.527] getCompletionData: Is inside comment: 0.011695999652147293 +Info 439 [14:31:16.527] getCompletionData: Get previous token: 0.01906299963593483 +Info 440 [14:31:16.527] getCompletionsAtPosition: isCompletionListBlocker: 0.011386001482605934 +Info 441 [14:31:16.528] getExportInfoMap: cache hit +Info 442 [14:31:16.554] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 443 [14:31:16.554] collectAutoImports: response is complete +Info 444 [14:31:16.554] collectAutoImports: 26.149317000061274 +Info 445 [14:31:16.554] getCompletionData: Semantic work: 27.22428200021386 +Info 446 [14:31:16.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.181390000507236 +Info 447 [14:31:16.570] Format host information updated +Info 448 [14:31:16.605] Format host information updated +Info 449 [14:31:16.605] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 450 [14:31:16.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 7.9722180012613535ms +Info 451 [14:31:16.613] Different program with same set of files +Info 452 [14:31:17.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 453 [14:31:17.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 7.8264140002429485ms +Info 454 [14:31:17.351] Different program with same set of files +Info 455 [14:31:17.352] getCompletionData: Get current token: 0.0028170011937618256 +Info 456 [14:31:17.352] getCompletionData: Is inside comment: 0.007435999810695648 +Info 457 [14:31:17.352] getCompletionData: Get previous token: 0.011083999648690224 +Info 458 [14:31:17.352] getCompletionsAtPosition: isCompletionListBlocker: 0.0017339996993541718 +Info 459 [14:31:17.352] Returning an empty list because completion was requested in an invalid position. +Info 460 [14:31:17.352] Format host information updated +Info 461 [14:31:17.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 462 [14:31:17.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 8.617913000285625ms +Info 463 [14:31:17.472] Different program with same set of files +Info 464 [14:31:17.474] getCompletionData: Get current token: 0.003229999914765358 +Info 465 [14:31:17.474] getCompletionData: Is inside comment: 0.008662998676300049 +Info 466 [14:31:17.474] getCompletionData: Get previous token: 0.011990999802947044 +Info 467 [14:31:17.474] getCompletionsAtPosition: isCompletionListBlocker: 0.0023309998214244843 +Info 468 [14:31:17.474] Returning an empty list because completion was requested in an invalid position. +Info 469 [14:31:17.475] Format host information updated +Info 470 [14:31:17.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 471 [14:31:17.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 7.592635000124574ms +Info 472 [14:31:17.699] Different program with same set of files +Info 473 [14:31:17.699] getCompletionData: Get current token: 0.003208998590707779 +Info 474 [14:31:17.699] getCompletionData: Is inside comment: 0.024596000090241432 +Info 475 [14:31:17.699] getCompletionData: Get previous token: 0.01589900068938732 +Info 476 [14:31:17.699] getCompletionsAtPosition: isCompletionListBlocker: 0.0022489987313747406 +Info 477 [14:31:17.699] Returning an empty list because completion was requested in an invalid position. +Info 478 [14:31:17.699] Format host information updated +Info 479 [14:31:17.895] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 480 [14:31:17.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.454543000087142ms +Info 481 [14:31:17.902] Different program with same set of files +Info 482 [14:31:17.902] getCompletionData: Get current token: 0.002363000065088272 +Info 483 [14:31:17.902] getCompletionData: Is inside comment: 0.011454999446868896 +Info 484 [14:31:17.902] getCompletionData: Get previous token: 0.019145000725984573 +Info 485 [14:31:17.902] getCompletionsAtPosition: isCompletionListBlocker: 0.0025659985840320587 +Info 486 [14:31:17.902] Returning an empty list because completion was requested in an invalid position. +Info 487 [14:31:17.902] Format host information updated +Info 488 [14:31:18.536] Format host information updated +Info 489 [14:31:18.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 490 [14:31:18.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 11.416869999840856ms +Info 491 [14:31:18.548] Different program with same set of files +Info 492 [14:31:19.103] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 493 [14:31:19.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 6.151673998683691ms +Info 494 [14:31:19.109] Different program with same set of files +Info 495 [14:31:19.110] getCompletionData: Get current token: 0.008213000372052193 +Info 496 [14:31:19.110] getCompletionData: Is inside comment: 0.0022810008376836777 +Info 497 [14:31:19.110] getCompletionData: Get previous token: 0.0235540010035038 +Info 498 [14:31:19.110] getCompletionsAtPosition: isCompletionListBlocker: 0.0025949999690055847 +Info 499 [14:31:19.110] Returning an empty list because completion was requested in an invalid position. +Info 500 [14:31:19.110] Format host information updated +Info 501 [14:31:19.592] getCompletionData: Get current token: 0.0034549999982118607 +Info 502 [14:31:19.592] getCompletionData: Is inside comment: 0.007029000669717789 +Info 503 [14:31:19.592] getCompletionData: Get previous token: 0.009818999096751213 +Info 504 [14:31:19.592] getCompletionsAtPosition: isCompletionListBlocker: 0.0019549988210201263 +Info 505 [14:31:19.592] Returning an empty list because completion was requested in an invalid position. +Info 506 [14:31:19.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 507 [14:31:19.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 7.047356000170112ms +Info 508 [14:31:19.790] Different program with same set of files +Info 509 [14:31:19.790] getCompletionData: Get current token: 0.004192998632788658 +Info 510 [14:31:19.790] getCompletionData: Is inside comment: 0.012509999796748161 +Info 511 [14:31:19.790] getCompletionData: Get previous token: 0.010712999850511551 +Info 512 [14:31:19.790] getCompletionsAtPosition: isCompletionListBlocker: 0.014461999759078026 +Info 513 [14:31:19.794] getExportInfoMap: cache hit +Info 514 [14:31:19.814] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 515 [14:31:19.815] collectAutoImports: response is complete +Info 516 [14:31:19.815] collectAutoImports: 20.100338999181986 +Info 517 [14:31:19.815] getCompletionData: Semantic work: 24.10962599888444 +Info 518 [14:31:19.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.571349000558257 +Info 519 [14:31:19.827] Format host information updated +Info 520 [14:31:19.885] Format host information updated +Info 521 [14:31:19.885] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 522 [14:31:19.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 10.494455998763442ms +Info 523 [14:31:19.896] Different program with same set of files +Info 524 [14:31:20.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 525 [14:31:20.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 6.162772001698613ms +Info 526 [14:31:20.016] Different program with same set of files +Info 527 [14:31:20.016] getCompletionData: Get current token: 0.0036239996552467346 +Info 528 [14:31:20.016] getCompletionData: Is inside comment: 0.010816000401973724 +Info 529 [14:31:20.016] getCompletionData: Get previous token: 0.007834000512957573 +Info 530 [14:31:20.016] getCompletionsAtPosition: isCompletionListBlocker: 0.040761999785900116 +Info 531 [14:31:20.017] getExportInfoMap: cache hit +Info 532 [14:31:20.031] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 533 [14:31:20.031] collectAutoImports: response is complete +Info 534 [14:31:20.031] collectAutoImports: 14.578319000080228 +Info 535 [14:31:20.031] getCompletionData: Semantic work: 15.31062500178814 +Info 536 [14:31:20.036] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.70146899856627 +Info 537 [14:31:20.040] Format host information updated +Info 538 [14:31:20.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 539 [14:31:20.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 8.760753000155091ms +Info 540 [14:31:20.080] Different program with same set of files +Info 541 [14:31:20.080] getCompletionData: Get current token: 0.004871999844908714 +Info 542 [14:31:20.080] getCompletionData: Is inside comment: 0.015133999288082123 +Info 543 [14:31:20.080] getCompletionData: Get previous token: 0.010795000940561295 +Info 544 [14:31:20.080] getCompletionsAtPosition: isCompletionListBlocker: 0.02521600015461445 +Info 545 [14:31:20.081] getExportInfoMap: cache hit +Info 546 [14:31:20.099] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 547 [14:31:20.099] collectAutoImports: response is complete +Info 548 [14:31:20.099] collectAutoImports: 18.356491001322865 +Info 549 [14:31:20.099] getCompletionData: Semantic work: 19.19725500047207 +Info 550 [14:31:20.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6051439996808767 +Info 551 [14:31:20.107] Format host information updated +Info 552 [14:31:20.155] Format host information updated +Info 553 [14:31:20.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 554 [14:31:20.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 11.272112999111414ms +Info 555 [14:31:20.167] Different program with same set of files +Info 556 [14:31:20.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 557 [14:31:20.263] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.897438000887632ms +Info 558 [14:31:20.263] Different program with same set of files +Info 559 [14:31:20.263] getCompletionData: Get current token: 0.0034810006618499756 +Info 560 [14:31:20.263] getCompletionData: Is inside comment: 0.010579001158475876 +Info 561 [14:31:20.263] getCompletionData: Get previous token: 0.008482998237013817 +Info 562 [14:31:20.263] getCompletionsAtPosition: isCompletionListBlocker: 0.019336000084877014 +Info 563 [14:31:20.266] getExportInfoMap: cache hit +Info 564 [14:31:20.276] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 565 [14:31:20.276] collectAutoImports: response is complete +Info 566 [14:31:20.276] collectAutoImports: 9.348666999489069 +Info 567 [14:31:20.276] getCompletionData: Semantic work: 12.32846200093627 +Info 568 [14:31:20.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.556190000846982 +Info 569 [14:31:20.281] Format host information updated +Info 570 [14:31:20.398] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 571 [14:31:20.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 7.853310998529196ms +Info 572 [14:31:20.406] Different program with same set of files +Info 573 [14:31:20.407] getCompletionData: Get current token: 0.0031090006232261658 +Info 574 [14:31:20.407] getCompletionData: Is inside comment: 0.00967399962246418 +Info 575 [14:31:20.407] getCompletionData: Get previous token: 0.008213000372052193 +Info 576 [14:31:20.407] getCompletionsAtPosition: isCompletionListBlocker: 0.016529999673366547 +Info 577 [14:31:20.407] getExportInfoMap: cache hit +Info 578 [14:31:20.419] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 579 [14:31:20.419] collectAutoImports: response is complete +Info 580 [14:31:20.419] collectAutoImports: 11.342310000211 +Info 581 [14:31:20.419] getCompletionData: Semantic work: 11.97345600090921 +Info 582 [14:31:20.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.824141999706626 +Info 583 [14:31:20.425] Format host information updated +Info 584 [14:31:20.482] Format host information updated +Info 585 [14:31:20.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 586 [14:31:20.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 18.263687999919057ms +Info 587 [14:31:20.501] Different program with same set of files +Info 588 [14:31:20.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 589 [14:31:20.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 6.288109000772238ms +Info 590 [14:31:20.618] Different program with same set of files +Info 591 [14:31:20.619] getCompletionData: Get current token: 0.0035190004855394363 +Info 592 [14:31:20.619] getCompletionData: Is inside comment: 0.010493999347090721 +Info 593 [14:31:20.619] getCompletionData: Get previous token: 0.008276000618934631 +Info 594 [14:31:20.619] getCompletionsAtPosition: isCompletionListBlocker: 0.002855999395251274 +Info 595 [14:31:20.619] getExportInfoMap: cache hit +Info 596 [14:31:20.634] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 597 [14:31:20.634] collectAutoImports: response is complete +Info 598 [14:31:20.634] collectAutoImports: 14.476952001452446 +Info 599 [14:31:20.634] getCompletionData: Semantic work: 15.183516999706626 +Info 600 [14:31:20.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9054140001535416 +Info 601 [14:31:20.640] Format host information updated +Info 602 [14:31:20.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 603 [14:31:20.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 6.446400001645088ms +Info 604 [14:31:20.679] Different program with same set of files +Info 605 [14:31:20.680] getCompletionData: Get current token: 0.0033239983022212982 +Info 606 [14:31:20.680] getCompletionData: Is inside comment: 0.012276999652385712 +Info 607 [14:31:20.680] getCompletionData: Get previous token: 0.008150000125169754 +Info 608 [14:31:20.680] getCompletionsAtPosition: isCompletionListBlocker: 0.010385999456048012 +Info 609 [14:31:20.680] getExportInfoMap: cache hit +Info 610 [14:31:20.693] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 611 [14:31:20.693] collectAutoImports: response is complete +Info 612 [14:31:20.693] collectAutoImports: 12.882543001323938 +Info 613 [14:31:20.693] getCompletionData: Semantic work: 13.432218998670578 +Info 614 [14:31:20.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.56428200006485 +Info 615 [14:31:20.698] Format host information updated +Info 616 [14:32:13.284] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 617 [14:32:13.286] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.purs +Info 618 [14:32:13.286] Elapsed:: 1.0789959989488125ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 619 [14:32:13.286] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 620 [14:32:13.286] Elapsed:: 0.5789710003882647ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 621 [14:32:33.618] Format host information updated +Info 622 [14:32:33.618] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 623 [14:32:33.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 6.096880000084639ms +Info 624 [14:32:33.624] Different program with same set of files +Info 625 [14:32:35.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 626 [14:32:35.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 6.5759460013359785ms +Info 627 [14:32:35.373] Different program with same set of files +Info 628 [14:32:35.373] getCompletionData: Get current token: 0.005436999723315239 +Info 629 [14:32:35.373] getCompletionData: Is inside comment: 0.001862999051809311 +Info 630 [14:32:35.373] getCompletionData: Get previous token: 0.015830999240279198 +Info 631 [14:32:35.373] getCompletionsAtPosition: isCompletionListBlocker: 0.002081001177430153 +Info 632 [14:32:35.373] Returning an empty list because completion was requested in an invalid position. +Info 633 [14:32:35.376] Format host information updated +Info 634 [14:32:35.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 635 [14:32:35.619] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 8.10304200090468ms +Info 636 [14:32:35.619] Different program with same set of files +Info 637 [14:32:35.619] getCompletionData: Get current token: 0.005568001419305801 +Info 638 [14:32:35.619] getCompletionData: Is inside comment: 0.0022539999336004257 +Info 639 [14:32:35.619] getCompletionData: Get previous token: 0.017177000641822815 +Info 640 [14:32:35.619] getCompletionsAtPosition: isCompletionListBlocker: 0.0021099988371133804 +Info 641 [14:32:35.619] Returning an empty list because completion was requested in an invalid position. +Info 642 [14:32:35.619] Format host information updated +Info 643 [14:32:35.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 644 [14:32:35.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 10.201703000813723ms +Info 645 [14:32:35.711] Different program with same set of files +Info 646 [14:32:35.711] getCompletionData: Get current token: 0.008612999692559242 +Info 647 [14:32:35.711] getCompletionData: Is inside comment: 0.001902000978589058 +Info 648 [14:32:35.711] getCompletionData: Get previous token: 0.017223000526428223 +Info 649 [14:32:35.711] getCompletionsAtPosition: isCompletionListBlocker: 0.0019860006868839264 +Info 650 [14:32:35.711] Returning an empty list because completion was requested in an invalid position. +Info 651 [14:32:35.712] Format host information updated +Info 652 [14:32:35.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 653 [14:32:35.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 19.51372900046408ms +Info 654 [14:32:35.786] Different program with same set of files +Info 655 [14:32:35.786] getCompletionData: Get current token: 0.02100300043821335 +Info 656 [14:32:35.786] getCompletionData: Is inside comment: 0.007137998938560486 +Info 657 [14:32:35.786] getCompletionData: Get previous token: 0.06133100017905235 +Info 658 [14:32:35.786] getCompletionsAtPosition: isCompletionListBlocker: 0.006627000868320465 +Info 659 [14:32:35.786] Returning an empty list because completion was requested in an invalid position. +Info 660 [14:32:35.787] Format host information updated +Info 661 [14:32:35.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 662 [14:32:35.882] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 10.893470998853445ms +Info 663 [14:32:35.882] Different program with same set of files +Info 664 [14:32:35.882] getCompletionData: Get current token: 0.005851000547409058 +Info 665 [14:32:35.882] getCompletionData: Is inside comment: 0.0020649991929531097 +Info 666 [14:32:35.882] getCompletionData: Get previous token: 0.014686999842524529 +Info 667 [14:32:35.882] getCompletionsAtPosition: isCompletionListBlocker: 0.0022790003567934036 +Info 668 [14:32:35.882] Returning an empty list because completion was requested in an invalid position. +Info 669 [14:32:35.882] Format host information updated +Info 670 [14:32:36.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 671 [14:32:36.054] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 8.960528999567032ms +Info 672 [14:32:36.054] Different program with same set of files +Info 673 [14:32:36.054] getCompletionData: Get current token: 0.005378000438213348 +Info 674 [14:32:36.054] getCompletionData: Is inside comment: 0.0019569993019104004 +Info 675 [14:32:36.054] getCompletionData: Get previous token: 0.013523999601602554 +Info 676 [14:32:36.054] getCompletionsAtPosition: isCompletionListBlocker: 0.0021540001034736633 +Info 677 [14:32:36.054] Returning an empty list because completion was requested in an invalid position. +Info 678 [14:32:36.054] Format host information updated +Info 679 [14:32:36.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 680 [14:32:36.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 7.415742000564933ms +Info 681 [14:32:36.175] Different program with same set of files +Info 682 [14:32:36.175] getCompletionData: Get current token: 0.006684999912977219 +Info 683 [14:32:36.175] getCompletionData: Is inside comment: 0.0020659994333982468 +Info 684 [14:32:36.175] getCompletionData: Get previous token: 0.01539199985563755 +Info 685 [14:32:36.175] getCompletionsAtPosition: isCompletionListBlocker: 0.0022599995136260986 +Info 686 [14:32:36.175] Returning an empty list because completion was requested in an invalid position. +Info 687 [14:32:36.176] Format host information updated +Info 688 [14:32:36.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 689 [14:32:36.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 8.94102600030601ms +Info 690 [14:32:36.252] Different program with same set of files +Info 691 [14:32:36.252] getCompletionData: Get current token: 0.006351001560688019 +Info 692 [14:32:36.252] getCompletionData: Is inside comment: 0.0021509993821382523 +Info 693 [14:32:36.252] getCompletionData: Get previous token: 0.015621999278664589 +Info 694 [14:32:36.252] getCompletionsAtPosition: isCompletionListBlocker: 0.002525998279452324 +Info 695 [14:32:36.252] Returning an empty list because completion was requested in an invalid position. +Info 696 [14:32:36.252] Format host information updated +Info 697 [14:32:36.553] Format host information updated +Info 698 [14:32:36.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 699 [14:32:36.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 6.2201540004462ms +Info 700 [14:32:36.560] Different program with same set of files +Info 701 [14:32:42.269] Format host information updated +Info 702 [14:32:42.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 703 [14:32:42.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 9.588532000780106ms +Info 704 [14:32:42.279] Different program with same set of files +Info 705 [14:32:44.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 706 [14:32:44.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 8.318667000159621ms +Info 707 [14:32:44.091] Different program with same set of files +Info 708 [14:32:44.091] getCompletionData: Get current token: 0.005801999941468239 +Info 709 [14:32:44.091] getCompletionData: Is inside comment: 0.010815000161528587 +Info 710 [14:32:44.091] getCompletionData: Get previous token: 0.01261799968779087 +Info 711 [14:32:44.091] getCompletionsAtPosition: isCompletionListBlocker: 0.0021009985357522964 +Info 712 [14:32:44.091] Returning an empty list because completion was requested in an invalid position. +Info 713 [14:32:44.091] Format host information updated +Info 714 [14:32:44.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 715 [14:32:44.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 9.03944900073111ms +Info 716 [14:32:44.251] Different program with same set of files +Info 717 [14:32:44.251] getCompletionData: Get current token: 0.0056839995086193085 +Info 718 [14:32:44.251] getCompletionData: Is inside comment: 0.008879000321030617 +Info 719 [14:32:44.251] getCompletionData: Get previous token: 0.011500999331474304 +Info 720 [14:32:44.251] getCompletionsAtPosition: isCompletionListBlocker: 0.0022689998149871826 +Info 721 [14:32:44.251] Returning an empty list because completion was requested in an invalid position. +Info 722 [14:32:44.251] Format host information updated +Info 723 [14:32:44.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 724 [14:32:44.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 6.05854899995029ms +Info 725 [14:32:44.424] Different program with same set of files +Info 726 [14:32:44.424] getCompletionData: Get current token: 0.006810998544096947 +Info 727 [14:32:44.424] getCompletionData: Is inside comment: 0.010964000597596169 +Info 728 [14:32:44.424] getCompletionData: Get previous token: 0.013908999040722847 +Info 729 [14:32:44.424] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589994430541992 +Info 730 [14:32:44.424] Returning an empty list because completion was requested in an invalid position. +Info 731 [14:32:44.427] Format host information updated +Info 732 [14:32:44.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 733 [14:32:44.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 7.866031000390649ms +Info 734 [14:32:44.537] Different program with same set of files +Info 735 [14:32:44.537] getCompletionData: Get current token: 0.007312001660466194 +Info 736 [14:32:44.537] getCompletionData: Is inside comment: 0.011990999802947044 +Info 737 [14:32:44.537] getCompletionData: Get previous token: 0.014441000297665596 +Info 738 [14:32:44.538] getCompletionsAtPosition: isCompletionListBlocker: 0.002860000357031822 +Info 739 [14:32:44.538] Returning an empty list because completion was requested in an invalid position. +Info 740 [14:32:44.538] Format host information updated +Info 741 [14:32:44.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 742 [14:32:44.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 8.18673099949956ms +Info 743 [14:32:44.626] Different program with same set of files +Info 744 [14:32:44.626] getCompletionData: Get current token: 0.0068769995123147964 +Info 745 [14:32:44.626] getCompletionData: Is inside comment: 0.03213199973106384 +Info 746 [14:32:44.626] getCompletionData: Get previous token: 0.017389999702572823 +Info 747 [14:32:44.626] getCompletionsAtPosition: isCompletionListBlocker: 0.002553999423980713 +Info 748 [14:32:44.626] Returning an empty list because completion was requested in an invalid position. +Info 749 [14:32:44.626] Format host information updated +Info 750 [14:32:44.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 751 [14:32:44.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 7.800414999946952ms +Info 752 [14:32:44.696] Different program with same set of files +Info 753 [14:32:44.696] getCompletionData: Get current token: 0.005741000175476074 +Info 754 [14:32:44.696] getCompletionData: Is inside comment: 0.01353600062429905 +Info 755 [14:32:44.696] getCompletionData: Get previous token: 0.02855600044131279 +Info 756 [14:32:44.696] getCompletionsAtPosition: isCompletionListBlocker: 0.0024170000106096268 +Info 757 [14:32:44.696] Returning an empty list because completion was requested in an invalid position. +Info 758 [14:32:44.698] Format host information updated +Info 759 [14:32:44.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 760 [14:32:44.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 6.975561000406742ms +Info 761 [14:32:44.961] Different program with same set of files +Info 762 [14:32:44.962] getCompletionData: Get current token: 0.007294999435544014 +Info 763 [14:32:44.962] getCompletionData: Is inside comment: 0.008384998887777328 +Info 764 [14:32:44.962] getCompletionData: Get previous token: 0.009325999766588211 +Info 765 [14:32:44.962] getCompletionsAtPosition: isCompletionListBlocker: 0.0021349992603063583 +Info 766 [14:32:44.962] Returning an empty list because completion was requested in an invalid position. +Info 767 [14:32:44.962] Format host information updated +Info 768 [14:32:45.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 769 [14:32:45.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 7.599037999287248ms +Info 770 [14:32:45.147] Different program with same set of files +Info 771 [14:32:45.147] getCompletionData: Get current token: 0.005785999819636345 +Info 772 [14:32:45.147] getCompletionData: Is inside comment: 0.008331000804901123 +Info 773 [14:32:45.147] getCompletionData: Get previous token: 0.011319000273942947 +Info 774 [14:32:45.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0019690003246068954 +Info 775 [14:32:45.147] Returning an empty list because completion was requested in an invalid position. +Info 776 [14:32:45.149] Format host information updated +Info 777 [14:32:45.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 778 [14:32:45.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 9.86757200025022ms +Info 779 [14:32:45.446] Different program with same set of files +Info 780 [14:32:45.446] getCompletionData: Get current token: 0.012582998722791672 +Info 781 [14:32:45.446] getCompletionData: Is inside comment: 0.016937000676989555 +Info 782 [14:32:45.446] getCompletionData: Get previous token: 0.01805899851024151 +Info 783 [14:32:45.446] getCompletionsAtPosition: isCompletionListBlocker: 0.0036910008639097214 +Info 784 [14:32:45.446] Returning an empty list because completion was requested in an invalid position. +Info 785 [14:32:45.447] Format host information updated +Info 786 [14:32:45.624] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 787 [14:32:45.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 6.270694000646472ms +Info 788 [14:32:45.631] Different program with same set of files +Info 789 [14:32:45.631] getCompletionData: Get current token: 0.00602400116622448 +Info 790 [14:32:45.631] getCompletionData: Is inside comment: 0.008481999859213829 +Info 791 [14:32:45.631] getCompletionData: Get previous token: 0.009639998897910118 +Info 792 [14:32:45.631] getCompletionsAtPosition: isCompletionListBlocker: 0.002247000113129616 +Info 793 [14:32:45.631] Returning an empty list because completion was requested in an invalid position. +Info 794 [14:32:45.631] Format host information updated +Info 795 [14:32:45.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 796 [14:32:45.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 8.927005000412464ms +Info 797 [14:32:45.948] Different program with same set of files +Info 798 [14:32:45.949] getCompletionData: Get current token: 0.006472000852227211 +Info 799 [14:32:45.949] getCompletionData: Is inside comment: 0.008688999339938164 +Info 800 [14:32:45.949] getCompletionData: Get previous token: 0.008535001426935196 +Info 801 [14:32:45.949] getCompletionsAtPosition: isCompletionListBlocker: 0.002028999850153923 +Info 802 [14:32:45.949] Returning an empty list because completion was requested in an invalid position. +Info 803 [14:32:45.949] Format host information updated +Info 804 [14:32:46.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 805 [14:32:46.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 6.171755999326706ms +Info 806 [14:32:46.059] Different program with same set of files +Info 807 [14:32:46.060] getCompletionData: Get current token: 0.005071999505162239 +Info 808 [14:32:46.060] getCompletionData: Is inside comment: 0.007084999233484268 +Info 809 [14:32:46.060] getCompletionData: Get previous token: 0.008169000968337059 +Info 810 [14:32:46.060] getCompletionsAtPosition: isCompletionListBlocker: 0.002050001174211502 +Info 811 [14:32:46.060] Returning an empty list because completion was requested in an invalid position. +Info 812 [14:32:46.060] Format host information updated +Info 813 [14:32:46.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 814 [14:32:46.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 5.9058809988200665ms +Info 815 [14:32:46.288] Different program with same set of files +Info 816 [14:32:46.289] getCompletionData: Get current token: 0.005651000887155533 +Info 817 [14:32:46.289] getCompletionData: Is inside comment: 0.00948299840092659 +Info 818 [14:32:46.289] getCompletionData: Get previous token: 0.008923999965190887 +Info 819 [14:32:46.289] getCompletionsAtPosition: isCompletionListBlocker: 0.002518000081181526 +Info 820 [14:32:46.289] Returning an empty list because completion was requested in an invalid position. +Info 821 [14:32:46.291] Format host information updated +Info 822 [14:32:46.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 823 [14:32:46.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 5.699965998530388ms +Info 824 [14:32:46.599] Different program with same set of files +Info 825 [14:32:46.599] getCompletionData: Get current token: 0.0041780006140470505 +Info 826 [14:32:46.599] getCompletionData: Is inside comment: 0.0062140002846717834 +Info 827 [14:32:46.599] getCompletionData: Get previous token: 0.007280999794602394 +Info 828 [14:32:46.599] getCompletionsAtPosition: isCompletionListBlocker: 0.0017640013247728348 +Info 829 [14:32:46.599] Returning an empty list because completion was requested in an invalid position. +Info 830 [14:32:46.599] Format host information updated +Info 831 [14:32:46.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 832 [14:32:46.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 6.496940998360515ms +Info 833 [14:32:46.738] Different program with same set of files +Info 834 [14:32:46.738] getCompletionData: Get current token: 0.005206000059843063 +Info 835 [14:32:46.738] getCompletionData: Is inside comment: 0.007628999650478363 +Info 836 [14:32:46.738] getCompletionData: Get previous token: 0.008999999612569809 +Info 837 [14:32:46.738] getCompletionsAtPosition: isCompletionListBlocker: 0.002237999811768532 +Info 838 [14:32:46.738] Returning an empty list because completion was requested in an invalid position. +Info 839 [14:32:46.738] Format host information updated +Info 840 [14:32:46.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 841 [14:32:46.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 7.379532000049949ms +Info 842 [14:32:46.821] Different program with same set of files +Info 843 [14:32:46.821] getCompletionData: Get current token: 0.004587998613715172 +Info 844 [14:32:46.821] getCompletionData: Is inside comment: 0.0069080013781785965 +Info 845 [14:32:46.821] getCompletionData: Get previous token: 0.008329000324010849 +Info 846 [14:32:46.821] getCompletionsAtPosition: isCompletionListBlocker: 0.002164999023079872 +Info 847 [14:32:46.821] Returning an empty list because completion was requested in an invalid position. +Info 848 [14:32:46.821] Format host information updated +Info 849 [14:32:46.958] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 850 [14:32:46.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 7.539428001269698ms +Info 851 [14:32:46.965] Different program with same set of files +Info 852 [14:32:46.965] getCompletionData: Get current token: 0.0044629983603954315 +Info 853 [14:32:46.965] getCompletionData: Is inside comment: 0.006978999823331833 +Info 854 [14:32:46.965] getCompletionData: Get previous token: 0.008183000609278679 +Info 855 [14:32:46.965] getCompletionsAtPosition: isCompletionListBlocker: 0.0021510012447834015 +Info 856 [14:32:46.965] Returning an empty list because completion was requested in an invalid position. +Info 857 [14:32:46.966] Format host information updated +Info 858 [14:32:47.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 859 [14:32:47.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 5.873238001018763ms +Info 860 [14:32:47.458] Different program with same set of files +Info 861 [14:32:47.458] getCompletionData: Get current token: 0.006310999393463135 +Info 862 [14:32:47.458] getCompletionData: Is inside comment: 0.0067110005766153336 +Info 863 [14:32:47.458] getCompletionData: Get previous token: 0.007578000426292419 +Info 864 [14:32:47.458] getCompletionsAtPosition: isCompletionListBlocker: 0.0021069999784231186 +Info 865 [14:32:47.458] Returning an empty list because completion was requested in an invalid position. +Info 866 [14:32:47.459] Format host information updated +Info 867 [14:32:47.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 868 [14:32:47.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 10.727020999416709ms +Info 869 [14:32:47.574] Different program with same set of files +Info 870 [14:32:47.574] getCompletionData: Get current token: 0.004222998395562172 +Info 871 [14:32:47.574] getCompletionData: Is inside comment: 0.006435999646782875 +Info 872 [14:32:47.574] getCompletionData: Get previous token: 0.007530000060796738 +Info 873 [14:32:47.574] getCompletionsAtPosition: isCompletionListBlocker: 0.0024250000715255737 +Info 874 [14:32:47.574] Returning an empty list because completion was requested in an invalid position. +Info 875 [14:32:47.574] Format host information updated +Info 876 [14:32:47.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 877 [14:32:47.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 12.71297499909997ms +Info 878 [14:32:47.642] Different program with same set of files +Info 879 [14:32:47.642] getCompletionData: Get current token: 0.011905999854207039 +Info 880 [14:32:47.642] getCompletionData: Is inside comment: 0.018611999228596687 +Info 881 [14:32:47.642] getCompletionData: Get previous token: 0.020715000107884407 +Info 882 [14:32:47.643] getCompletionsAtPosition: isCompletionListBlocker: 0.004807999357581139 +Info 883 [14:32:47.643] Returning an empty list because completion was requested in an invalid position. +Info 884 [14:32:47.643] Format host information updated +Info 885 [14:32:47.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 886 [14:32:47.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 12.28557600080967ms +Info 887 [14:32:47.757] Different program with same set of files +Info 888 [14:32:47.757] getCompletionData: Get current token: 0.0043289996683597565 +Info 889 [14:32:47.757] getCompletionData: Is inside comment: 0.0066979993134737015 +Info 890 [14:32:47.757] getCompletionData: Get previous token: 0.007510000839829445 +Info 891 [14:32:47.757] getCompletionsAtPosition: isCompletionListBlocker: 0.0019290000200271606 +Info 892 [14:32:47.757] Returning an empty list because completion was requested in an invalid position. +Info 893 [14:32:47.757] Format host information updated +Info 894 [14:32:47.919] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 895 [14:32:47.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 5.605472000315785ms +Info 896 [14:32:47.924] Different program with same set of files +Info 897 [14:32:47.924] getCompletionData: Get current token: 0.004063999280333519 +Info 898 [14:32:47.924] getCompletionData: Is inside comment: 0.006515000015497208 +Info 899 [14:32:47.924] getCompletionData: Get previous token: 0.0075540002435445786 +Info 900 [14:32:47.924] getCompletionsAtPosition: isCompletionListBlocker: 0.06443099863827229 +Info 901 [14:32:47.924] Returning an empty list because completion was requested in an invalid position. +Info 902 [14:32:47.925] Format host information updated +Info 903 [14:32:48.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 904 [14:32:48.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 9.611556001007557ms +Info 905 [14:32:48.033] Different program with same set of files +Info 906 [14:32:48.034] getCompletionData: Get current token: 0.008934000506997108 +Info 907 [14:32:48.034] getCompletionData: Is inside comment: 0.014328999444842339 +Info 908 [14:32:48.034] getCompletionData: Get previous token: 0.017117999494075775 +Info 909 [14:32:48.034] getCompletionsAtPosition: isCompletionListBlocker: 0.010087000206112862 +Info 910 [14:32:48.034] Returning an empty list because completion was requested in an invalid position. +Info 911 [14:32:48.037] Format host information updated +Info 912 [14:32:48.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 913 [14:32:48.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 7.363424999639392ms +Info 914 [14:32:48.101] Different program with same set of files +Info 915 [14:32:48.101] getCompletionData: Get current token: 0.004054998978972435 +Info 916 [14:32:48.101] getCompletionData: Is inside comment: 0.007945999503135681 +Info 917 [14:32:48.101] getCompletionData: Get previous token: 0.009655000641942024 +Info 918 [14:32:48.101] getCompletionsAtPosition: isCompletionListBlocker: 0.001542000100016594 +Info 919 [14:32:48.101] Returning an empty list because completion was requested in an invalid position. +Info 920 [14:32:48.101] Format host information updated +Info 921 [14:32:48.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 922 [14:32:48.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 6.367848999798298ms +Info 923 [14:32:48.406] Different program with same set of files +Info 924 [14:32:48.406] getCompletionData: Get current token: 0.004800001159310341 +Info 925 [14:32:48.406] getCompletionData: Is inside comment: 0.009724000468850136 +Info 926 [14:32:48.407] getCompletionData: Get previous token: 0.03695099987089634 +Info 927 [14:32:48.407] getCompletionsAtPosition: isCompletionListBlocker: 0.001850999891757965 +Info 928 [14:32:48.407] Returning an empty list because completion was requested in an invalid position. +Info 929 [14:32:48.407] Format host information updated +Info 930 [14:32:48.492] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 931 [14:32:48.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 6.299864999949932ms +Info 932 [14:32:48.498] Different program with same set of files +Info 933 [14:32:48.498] getCompletionData: Get current token: 0.004375999793410301 +Info 934 [14:32:48.498] getCompletionData: Is inside comment: 0.008528001606464386 +Info 935 [14:32:48.498] getCompletionData: Get previous token: 0.01049800030887127 +Info 936 [14:32:48.498] getCompletionsAtPosition: isCompletionListBlocker: 0.0015890002250671387 +Info 937 [14:32:48.498] Returning an empty list because completion was requested in an invalid position. +Info 938 [14:32:48.500] Format host information updated +Info 939 [14:32:48.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 940 [14:32:48.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 5.939209999516606ms +Info 941 [14:32:48.599] Different program with same set of files +Info 942 [14:32:48.599] getCompletionData: Get current token: 0.004480000585317612 +Info 943 [14:32:48.599] getCompletionData: Is inside comment: 0.008824000135064125 +Info 944 [14:32:48.599] getCompletionData: Get previous token: 0.013253999873995781 +Info 945 [14:32:48.599] getCompletionsAtPosition: isCompletionListBlocker: 0.001506999135017395 +Info 946 [14:32:48.599] Returning an empty list because completion was requested in an invalid position. +Info 947 [14:32:48.599] Format host information updated +Info 948 [14:32:48.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 949 [14:32:48.671] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 6.271852999925613ms +Info 950 [14:32:48.671] Different program with same set of files +Info 951 [14:32:48.671] getCompletionData: Get current token: 0.005004998296499252 +Info 952 [14:32:48.671] getCompletionData: Is inside comment: 0.010557999834418297 +Info 953 [14:32:48.671] getCompletionData: Get previous token: 0.01281999982893467 +Info 954 [14:32:48.671] getCompletionsAtPosition: isCompletionListBlocker: 0.0015849992632865906 +Info 955 [14:32:48.671] Returning an empty list because completion was requested in an invalid position. +Info 956 [14:32:48.673] Format host information updated +Info 957 [14:32:48.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 958 [14:32:48.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 10.08708400093019ms +Info 959 [14:32:48.928] Different program with same set of files +Info 960 [14:32:48.928] getCompletionData: Get current token: 0.011235000565648079 +Info 961 [14:32:48.928] getCompletionData: Is inside comment: 0.02164600044488907 +Info 962 [14:32:48.928] getCompletionData: Get previous token: 0.028418999165296555 +Info 963 [14:32:48.928] getCompletionsAtPosition: isCompletionListBlocker: 0.0026680007576942444 +Info 964 [14:32:48.928] Returning an empty list because completion was requested in an invalid position. +Info 965 [14:32:48.928] Format host information updated +Info 966 [14:32:50.564] Format host information updated +Info 967 [14:32:50.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 968 [14:32:50.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 5.815818998962641ms +Info 969 [14:32:50.570] Different program with same set of files +Info 970 [14:42:07.498] Search path: /home/orion/src/purescript-puppeteer/src +Info 971 [14:42:07.498] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 972 [14:42:07.502] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 973 [14:42:07.903] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 400.6238950006664ms +Info 974 [14:42:07.903] Project '/dev/null/inferredProject1*' (Inferred) +Info 975 [14:42:07.903] Files (106) + +Info 976 [14:42:07.903] ----------------------------------------------- +Info 977 [14:42:07.908] AutoImportProviderProject: found 5 root files in 5 dependencies in 3.195321999490261 ms +Info 978 [14:42:07.908] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 979 [14:42:08.283] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 374.6728949993849ms +Info 980 [14:42:08.283] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 981 [14:42:08.283] Files (183) + +Info 982 [14:42:08.283] ----------------------------------------------- +Info 983 [14:42:08.285] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 983 [14:42:08.285] Files (130) + +Info 983 [14:42:08.285] ----------------------------------------------- +Info 983 [14:42:08.285] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 983 [14:42:08.285] Files (266) + +Info 983 [14:42:08.285] ----------------------------------------------- +Info 983 [14:42:08.285] Project '/dev/null/inferredProject1*' (Inferred) +Info 983 [14:42:08.285] Files (106) + +Info 983 [14:42:08.285] ----------------------------------------------- +Info 983 [14:42:08.285] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 983 [14:42:08.285] Files (183) + +Info 983 [14:42:08.285] ----------------------------------------------- +Info 983 [14:42:08.285] Open files: +Info 983 [14:42:08.285] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 983 [14:42:08.285] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 983 [14:42:08.285] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 983 [14:42:08.285] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 983 [14:42:08.285] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 983 [14:42:08.285] Projects: /dev/null/inferredProject1* +Info 983 [14:42:08.286] Format host information updated +Info 984 [14:42:08.286] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 985 [14:42:08.286] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.20045899972319603ms +Info 986 [14:42:08.543] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 987 [14:42:08.718] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 175.43435600027442ms +Info 988 [14:42:08.718] Project '/dev/null/inferredProject1*' (Inferred) +Info 989 [14:42:08.718] Files (125) + +Info 990 [14:42:08.718] ----------------------------------------------- +Info 991 [14:42:08.718] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 992 [14:42:08.718] Files (183) + +Info 993 [14:42:08.718] ----------------------------------------------- +Info 994 [14:42:09.362] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 995 [14:42:09.364] Elapsed:: 2.1799899991601706ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 996 [14:42:09.364] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 997 [14:42:09.364] Elapsed:: 0.46530199982225895ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 998 [14:42:09.365] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 999 [14:42:09.365] Ignoring files that are not *.json +Info 1000 [14:42:09.365] Elapsed:: 0.1562300007790327ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1001 [14:42:09.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1002 [14:42:09.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: true structureIsReused:: Not Elapsed: 14.630792999640107ms +Info 1003 [14:42:09.634] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1004 [14:42:09.634] Files (131) + +Info 1005 [14:42:09.634] ----------------------------------------------- +Info 1006 [14:42:09.634] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1007 [14:42:09.634] Files (266) + +Info 1008 [14:42:09.634] ----------------------------------------------- +Info 1009 [14:42:10.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1010 [14:42:10.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.514535998925567ms +Info 1011 [14:42:10.725] Different program with same set of files +Info 1012 [14:42:10.725] getCompletionData: Get current token: 0.0017360001802444458 +Info 1013 [14:42:10.725] getCompletionData: Is inside comment: 0.004946999251842499 +Info 1014 [14:42:10.725] getCompletionData: Get previous token: 0.004781000316143036 +Info 1015 [14:42:10.726] AutoImportProviderProject: found 15 root files in 4 dependencies in 0.33220299892127514 ms +Info 1016 [14:42:10.727] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 1017 [14:42:10.727] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.41571000032126904ms +Info 1018 [14:42:10.727] getExportInfoMap: cache miss or empty; calculating new results +Info 1019 [14:42:10.751] forEachExternalModuleToImportFrom autoImportProvider: 10.508467998355627 +Info 1020 [14:42:10.751] getExportInfoMap: done in 24.653855999931693 ms +Info 1021 [14:42:10.759] collectAutoImports: resolved 9 module specifiers, plus 24 ambient and 134 from cache +Info 1022 [14:42:10.759] collectAutoImports: response is complete +Info 1023 [14:42:10.759] collectAutoImports: 7.658749999478459 +Info 1024 [14:42:10.759] getCompletionData: Semantic work: 33.79431499913335 +Info 1025 [14:42:10.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0009650010615587 +Info 1026 [14:42:10.762] Format host information updated +Info 1027 [14:42:10.909] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1028 [14:42:10.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 6.668730000033975ms +Info 1029 [14:42:10.916] Different program with same set of files +Info 1030 [14:42:10.916] getCompletionData: Get current token: 0.003413999453186989 +Info 1031 [14:42:10.916] getCompletionData: Is inside comment: 0.008685998618602753 +Info 1032 [14:42:10.916] getCompletionData: Get previous token: 0.011350000277161598 +Info 1033 [14:42:10.917] getExportInfoMap: cache hit +Info 1034 [14:42:10.923] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 13 from cache +Info 1035 [14:42:10.923] collectAutoImports: response is complete +Info 1036 [14:42:10.923] collectAutoImports: 6.013374999165535 +Info 1037 [14:42:10.923] getCompletionData: Semantic work: 6.911945000290871 +Info 1038 [14:42:10.925] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.845363998785615 +Info 1039 [14:42:10.925] Format host information updated +Info 1040 [14:42:10.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1041 [14:42:11.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 23.035662999376655ms +Info 1042 [14:42:11.010] Different program with same set of files +Info 1043 [14:42:11.010] getCompletionData: Get current token: 0.01613900065422058 +Info 1044 [14:42:11.011] getCompletionData: Is inside comment: 0.039316000416874886 +Info 1045 [14:42:11.011] getCompletionData: Get previous token: 0.03997399844229221 +Info 1046 [14:42:11.013] getExportInfoMap: cache hit +Info 1047 [14:42:11.022] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 10 from cache +Info 1048 [14:42:11.022] collectAutoImports: response is complete +Info 1049 [14:42:11.022] collectAutoImports: 8.85674599930644 +Info 1050 [14:42:11.022] getCompletionData: Semantic work: 11.790170999243855 +Info 1051 [14:42:11.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3340659998357296 +Info 1052 [14:42:11.026] Format host information updated +Info 1053 [14:42:11.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1054 [14:42:11.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 6.756993999704719ms +Info 1055 [14:42:11.095] Different program with same set of files +Info 1056 [14:42:11.095] getCompletionData: Get current token: 0.0036460012197494507 +Info 1057 [14:42:11.095] getCompletionData: Is inside comment: 0.009532000869512558 +Info 1058 [14:42:11.095] getCompletionData: Get previous token: 0.01027199998497963 +Info 1059 [14:42:11.096] getExportInfoMap: cache hit +Info 1060 [14:42:11.100] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1061 [14:42:11.100] collectAutoImports: response is complete +Info 1062 [14:42:11.100] collectAutoImports: 3.7129619996994734 +Info 1063 [14:42:11.100] getCompletionData: Semantic work: 4.66580400057137 +Info 1064 [14:42:11.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.22864100150764 +Info 1065 [14:42:11.106] Format host information updated +Info 1066 [14:42:11.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1067 [14:42:11.161] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 10.460114000365138ms +Info 1068 [14:42:11.161] Different program with same set of files +Info 1069 [14:42:11.162] getCompletionData: Get current token: 0.0034539997577667236 +Info 1070 [14:42:11.162] getCompletionData: Is inside comment: 0.008378999307751656 +Info 1071 [14:42:11.162] getCompletionData: Get previous token: 0.008951999247074127 +Info 1072 [14:42:11.162] getExportInfoMap: cache hit +Info 1073 [14:42:11.203] collectAutoImports: resolved 14 module specifiers, plus 219 ambient and 858 from cache +Info 1074 [14:42:11.203] collectAutoImports: response is complete +Info 1075 [14:42:11.203] collectAutoImports: 41.01777499914169 +Info 1076 [14:42:11.204] getCompletionData: Semantic work: 41.803553000092506 +Info 1077 [14:42:11.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.719468999654055 +Info 1078 [14:42:11.214] Format host information updated +Info 1079 [14:42:11.367] Format host information updated +Info 1080 [14:42:11.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1081 [14:42:11.374] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 6.2902070004493ms +Info 1082 [14:42:11.374] Different program with same set of files +Info 1083 [14:42:11.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1084 [14:42:11.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 6.19263899885118ms +Info 1085 [14:42:11.531] Different program with same set of files +Info 1086 [14:42:11.531] getCompletionData: Get current token: 0.0020940005779266357 +Info 1087 [14:42:11.532] getCompletionData: Is inside comment: 0.004971999675035477 +Info 1088 [14:42:11.532] getCompletionData: Get previous token: 0.0070420000702142715 +Info 1089 [14:42:11.532] getCompletionsAtPosition: isCompletionListBlocker: 0.09650399908423424 +Info 1090 [14:42:11.532] getExportInfoMap: cache hit +Info 1091 [14:42:11.540] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 221 from cache +Info 1092 [14:42:11.540] collectAutoImports: response is complete +Info 1093 [14:42:11.540] collectAutoImports: 7.4578339997678995 +Info 1094 [14:42:11.540] getCompletionData: Semantic work: 8.112153999507427 +Info 1095 [14:42:11.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5469239987432957 +Info 1096 [14:42:11.542] Format host information updated +Info 1097 [14:42:11.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1098 [14:42:11.677] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 6.2012440003454685ms +Info 1099 [14:42:11.677] Different program with same set of files +Info 1100 [14:42:11.677] getCompletionData: Get current token: 0.002357000485062599 +Info 1101 [14:42:11.677] getCompletionData: Is inside comment: 0.00527300126850605 +Info 1102 [14:42:11.677] getCompletionData: Get previous token: 0.007013000547885895 +Info 1103 [14:42:11.677] getCompletionsAtPosition: isCompletionListBlocker: 0.007995998486876488 +Info 1104 [14:42:11.678] getExportInfoMap: cache hit +Info 1105 [14:42:11.687] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 167 from cache +Info 1106 [14:42:11.687] collectAutoImports: response is complete +Info 1107 [14:42:11.687] collectAutoImports: 8.490578999742866 +Info 1108 [14:42:11.687] getCompletionData: Semantic work: 9.35839300043881 +Info 1109 [14:42:11.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.76290800049901 +Info 1110 [14:42:11.694] Format host information updated +Info 1111 [14:42:11.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1112 [14:42:11.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 6.350713999941945ms +Info 1113 [14:42:11.786] Different program with same set of files +Info 1114 [14:42:11.786] getCompletionData: Get current token: 0.002546999603509903 +Info 1115 [14:42:11.786] getCompletionData: Is inside comment: 0.00609700009226799 +Info 1116 [14:42:11.786] getCompletionData: Get previous token: 0.007988998666405678 +Info 1117 [14:42:11.786] getCompletionsAtPosition: isCompletionListBlocker: 0.009516999125480652 +Info 1118 [14:42:11.787] getExportInfoMap: cache hit +Info 1119 [14:42:11.790] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 44 from cache +Info 1120 [14:42:11.790] collectAutoImports: response is complete +Info 1121 [14:42:11.790] collectAutoImports: 3.324591999873519 +Info 1122 [14:42:11.790] getCompletionData: Semantic work: 3.8474390003830194 +Info 1123 [14:42:11.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1454629991203547 +Info 1124 [14:42:11.792] Format host information updated +Info 1125 [14:42:11.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1126 [14:42:11.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 22.905861999839544ms +Info 1127 [14:42:11.883] Different program with same set of files +Info 1128 [14:42:11.883] getCompletionData: Get current token: 0.008899999782443047 +Info 1129 [14:42:11.884] getCompletionData: Is inside comment: 0.024385999888181686 +Info 1130 [14:42:11.884] getCompletionData: Get previous token: 0.038016000762581825 +Info 1131 [14:42:11.884] getCompletionsAtPosition: isCompletionListBlocker: 0.04580399952828884 +Info 1132 [14:42:11.887] getExportInfoMap: cache hit +Info 1133 [14:42:11.921] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1134 [14:42:11.921] collectAutoImports: response is complete +Info 1135 [14:42:11.921] collectAutoImports: 33.472957000136375 +Info 1136 [14:42:11.921] getCompletionData: Semantic work: 37.2845900002867 +Info 1137 [14:42:11.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.926351999863982 +Info 1138 [14:42:11.930] Before ensureProjectForOpenFiles: +Info 1139 [14:42:11.930] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1139 [14:42:11.930] Files (131) + +Info 1139 [14:42:11.930] ----------------------------------------------- +Info 1139 [14:42:11.930] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1139 [14:42:11.930] Files (266) + +Info 1139 [14:42:11.930] ----------------------------------------------- +Info 1139 [14:42:11.930] Project '/dev/null/inferredProject1*' (Inferred) +Info 1139 [14:42:11.930] Files (125) + +Info 1139 [14:42:11.930] ----------------------------------------------- +Info 1139 [14:42:11.930] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1139 [14:42:11.930] Files (183) + +Info 1139 [14:42:11.930] ----------------------------------------------- +Info 1139 [14:42:11.930] Open files: +Info 1139 [14:42:11.930] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1139 [14:42:11.930] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1139 [14:42:11.930] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1139 [14:42:11.930] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1139 [14:42:11.930] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1139 [14:42:11.930] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1139 [14:42:11.930] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1140 [14:42:11.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 12.361840000376105ms +Info 1141 [14:42:11.942] Project '/dev/null/inferredProject1*' (Inferred) +Info 1142 [14:42:11.942] Files (124) + +Info 1143 [14:42:11.942] ----------------------------------------------- +Info 1144 [14:42:11.942] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1145 [14:42:11.942] Files (183) + +Info 1146 [14:42:11.942] ----------------------------------------------- +Info 1147 [14:42:11.943] After ensureProjectForOpenFiles: +Info 1148 [14:42:11.943] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1148 [14:42:11.943] Files (131) + +Info 1148 [14:42:11.943] ----------------------------------------------- +Info 1148 [14:42:11.943] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1148 [14:42:11.943] Files (266) + +Info 1148 [14:42:11.943] ----------------------------------------------- +Info 1148 [14:42:11.943] Project '/dev/null/inferredProject1*' (Inferred) +Info 1148 [14:42:11.943] Files (124) + +Info 1148 [14:42:11.943] ----------------------------------------------- +Info 1148 [14:42:11.943] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1148 [14:42:11.943] Files (183) + +Info 1148 [14:42:11.943] ----------------------------------------------- +Info 1148 [14:42:11.943] Open files: +Info 1148 [14:42:11.943] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1148 [14:42:11.943] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1148 [14:42:11.943] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1148 [14:42:11.943] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1148 [14:42:11.943] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1148 [14:42:11.943] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1148 [14:42:11.943] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js +Info 1149 [14:42:11.944] Format host information updated +Info 1150 [14:42:11.948] Format host information updated +Info 1151 [14:42:11.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1152 [14:42:11.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 5.587773000821471ms +Info 1153 [14:42:11.954] Different program with same set of files +Info 1154 [14:42:12.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1155 [14:42:12.101] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 22.83182100020349ms +Info 1156 [14:42:12.101] Different program with same set of files +Info 1157 [14:42:12.101] getCompletionData: Get current token: 0.009902998805046082 +Info 1158 [14:42:12.101] getCompletionData: Is inside comment: 0.021291999146342278 +Info 1159 [14:42:12.101] getCompletionData: Get previous token: 0.03097599931061268 +Info 1160 [14:42:12.101] getCompletionsAtPosition: isCompletionListBlocker: 0.015396999195218086 +Info 1161 [14:42:12.101] Returning an empty list because completion was requested in an invalid position. +Info 1162 [14:42:12.102] Format host information updated +Info 1163 [14:42:12.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1164 [14:42:12.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 8.679630000144243ms +Info 1165 [14:42:12.310] Different program with same set of files +Info 1166 [14:42:12.310] getCompletionData: Get current token: 0.0021020006388425827 +Info 1167 [14:42:12.310] getCompletionData: Is inside comment: 0.006751000881195068 +Info 1168 [14:42:12.310] getCompletionData: Get previous token: 0.010366000235080719 +Info 1169 [14:42:12.310] getCompletionsAtPosition: isCompletionListBlocker: 0.0014079995453357697 +Info 1170 [14:42:12.310] Returning an empty list because completion was requested in an invalid position. +Info 1171 [14:42:12.310] Format host information updated +Info 1172 [14:42:12.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1173 [14:42:12.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 5.82532300055027ms +Info 1174 [14:42:12.382] Different program with same set of files +Info 1175 [14:42:12.382] getCompletionData: Get current token: 0.0020939987152814865 +Info 1176 [14:42:12.382] getCompletionData: Is inside comment: 0.006020000204443932 +Info 1177 [14:42:12.382] getCompletionData: Get previous token: 0.009422998875379562 +Info 1178 [14:42:12.382] getCompletionsAtPosition: isCompletionListBlocker: 0.001369999721646309 +Info 1179 [14:42:12.382] Returning an empty list because completion was requested in an invalid position. +Info 1180 [14:42:12.382] Format host information updated +Info 1181 [14:42:12.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1182 [14:42:12.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 6.3179810009896755ms +Info 1183 [14:42:12.503] Different program with same set of files +Info 1184 [14:42:12.503] getCompletionData: Get current token: 0.0017799995839595795 +Info 1185 [14:42:12.503] getCompletionData: Is inside comment: 0.005057999864220619 +Info 1186 [14:42:12.503] getCompletionData: Get previous token: 0.008145000785589218 +Info 1187 [14:42:12.503] getCompletionsAtPosition: isCompletionListBlocker: 0.0016060005873441696 +Info 1188 [14:42:12.503] Returning an empty list because completion was requested in an invalid position. +Info 1189 [14:42:12.506] Format host information updated +Info 1190 [14:42:12.687] Format host information updated +Info 1191 [14:42:12.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1192 [14:42:12.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 21.277096999809146ms +Info 1193 [14:42:12.709] Different program with same set of files +Info 1194 [14:42:12.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1195 [14:42:12.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 7.803858000785112ms +Info 1196 [14:42:12.747] Different program with same set of files +Info 1197 [14:42:12.747] getCompletionData: Get current token: 0.002848999574780464 +Info 1198 [14:42:12.747] getCompletionData: Is inside comment: 0.008836999535560608 +Info 1199 [14:42:12.747] getCompletionData: Get previous token: 0.006490999832749367 +Info 1200 [14:42:12.748] getCompletionsAtPosition: isCompletionListBlocker: 0.01930900104343891 +Info 1201 [14:42:12.748] getExportInfoMap: cache hit +Info 1202 [14:42:12.764] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1203 [14:42:12.764] collectAutoImports: response is complete +Info 1204 [14:42:12.764] collectAutoImports: 15.40713999979198 +Info 1205 [14:42:12.764] getCompletionData: Semantic work: 16.05922199971974 +Info 1206 [14:42:12.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.344040999189019 +Info 1207 [14:42:12.771] Format host information updated +Info 1208 [14:42:12.840] Format host information updated +Info 1209 [14:42:12.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1210 [14:42:12.856] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 15.652674999088049ms +Info 1211 [14:42:12.856] Different program with same set of files +Info 1212 [14:42:13.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1213 [14:42:13.027] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 5.984889000654221ms +Info 1214 [14:42:13.027] Different program with same set of files +Info 1215 [14:42:13.027] getCompletionData: Get current token: 0.0024849995970726013 +Info 1216 [14:42:13.027] getCompletionData: Is inside comment: 0.012056000530719757 +Info 1217 [14:42:13.027] getCompletionData: Get previous token: 0.009387999773025513 +Info 1218 [14:42:13.027] getCompletionsAtPosition: isCompletionListBlocker: 0.05076100118458271 +Info 1219 [14:42:13.028] getExportInfoMap: cache hit +Info 1220 [14:42:13.039] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1221 [14:42:13.039] collectAutoImports: response is complete +Info 1222 [14:42:13.039] collectAutoImports: 11.059007998555899 +Info 1223 [14:42:13.039] getCompletionData: Semantic work: 11.766501000151038 +Info 1224 [14:42:13.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6244259998202324 +Info 1225 [14:42:13.048] Format host information updated +Info 1226 [14:42:13.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1227 [14:42:13.096] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 9.395732998847961ms +Info 1228 [14:42:13.096] Different program with same set of files +Info 1229 [14:42:13.096] getCompletionData: Get current token: 0.003493998199701309 +Info 1230 [14:42:13.096] getCompletionData: Is inside comment: 0.01130099967122078 +Info 1231 [14:42:13.096] getCompletionData: Get previous token: 0.00855099968612194 +Info 1232 [14:42:13.096] getCompletionsAtPosition: isCompletionListBlocker: 0.013950999826192856 +Info 1233 [14:42:13.097] getExportInfoMap: cache hit +Info 1234 [14:42:13.113] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1235 [14:42:13.113] collectAutoImports: response is complete +Info 1236 [14:42:13.113] collectAutoImports: 16.354582998901606 +Info 1237 [14:42:13.113] getCompletionData: Semantic work: 17.042014000937343 +Info 1238 [14:42:13.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.895836999639869 +Info 1239 [14:42:13.123] Format host information updated +Info 1240 [14:42:13.182] Format host information updated +Info 1241 [14:42:13.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1242 [14:42:13.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 8.42281699925661ms +Info 1243 [14:42:13.191] Different program with same set of files +Info 1244 [14:42:13.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1245 [14:42:13.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 8.04221099987626ms +Info 1246 [14:42:13.305] Different program with same set of files +Info 1247 [14:42:13.305] getCompletionData: Get current token: 0.00324300117790699 +Info 1248 [14:42:13.305] getCompletionData: Is inside comment: 0.010987000539898872 +Info 1249 [14:42:13.305] getCompletionData: Get previous token: 0.008119000121951103 +Info 1250 [14:42:13.305] getCompletionsAtPosition: isCompletionListBlocker: 0.012347999960184097 +Info 1251 [14:42:13.306] getExportInfoMap: cache hit +Info 1252 [14:42:13.325] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1253 [14:42:13.325] collectAutoImports: response is complete +Info 1254 [14:42:13.325] collectAutoImports: 19.148838000372052 +Info 1255 [14:42:13.325] getCompletionData: Semantic work: 19.865977000445127 +Info 1256 [14:42:13.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.805648999288678 +Info 1257 [14:42:13.335] Format host information updated +Info 1258 [14:42:13.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1259 [14:42:13.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 6.869284998625517ms +Info 1260 [14:42:13.479] Different program with same set of files +Info 1261 [14:42:13.479] getCompletionData: Get current token: 0.0023979991674423218 +Info 1262 [14:42:13.479] getCompletionData: Is inside comment: 0.007997998967766762 +Info 1263 [14:42:13.479] getCompletionData: Get previous token: 0.005525998771190643 +Info 1264 [14:42:13.479] getCompletionsAtPosition: isCompletionListBlocker: 0.014249999076128006 +Info 1265 [14:42:13.479] getExportInfoMap: cache hit +Info 1266 [14:42:13.492] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1267 [14:42:13.492] collectAutoImports: response is complete +Info 1268 [14:42:13.492] collectAutoImports: 12.635414998978376 +Info 1269 [14:42:13.492] getCompletionData: Semantic work: 13.191968999803066 +Info 1270 [14:42:13.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4846839997917414 +Info 1271 [14:42:13.498] Format host information updated +Info 1272 [14:42:13.539] Format host information updated +Info 1273 [14:42:13.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1274 [14:42:13.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 8.586329000070691ms +Info 1275 [14:42:13.548] Different program with same set of files +Info 1276 [14:42:13.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1277 [14:42:13.811] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 5.919779999181628ms +Info 1278 [14:42:13.811] Different program with same set of files +Info 1279 [14:42:13.811] getCompletionData: Get current token: 0.0020649991929531097 +Info 1280 [14:42:13.811] getCompletionData: Is inside comment: 0.006611000746488571 +Info 1281 [14:42:13.811] getCompletionData: Get previous token: 0.004421001300215721 +Info 1282 [14:42:13.811] getCompletionsAtPosition: isCompletionListBlocker: 0.00981299951672554 +Info 1283 [14:42:13.811] getExportInfoMap: cache hit +Info 1284 [14:42:13.821] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1285 [14:42:13.821] collectAutoImports: response is complete +Info 1286 [14:42:13.821] collectAutoImports: 9.503535998985171 +Info 1287 [14:42:13.821] getCompletionData: Semantic work: 9.919299999251962 +Info 1288 [14:42:13.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2463000006973743 +Info 1289 [14:42:13.827] Format host information updated +Info 1290 [14:49:24.520] Format host information updated +Info 1291 [14:49:24.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1292 [14:49:24.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 14.405034000054002ms +Info 1293 [14:49:24.534] Different program with same set of files +Info 1294 [14:49:27.612] Format host information updated +Info 1295 [14:49:27.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1296 [14:49:27.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 13.464364999905229ms +Info 1297 [14:49:27.625] Different program with same set of files +Info 1298 [14:49:28.934] Format host information updated +Info 1299 [14:49:28.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1300 [14:49:28.944] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 10.297538001090288ms +Info 1301 [14:49:28.944] Different program with same set of files +Info 1302 [14:49:30.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1303 [14:49:30.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 10.525151999667287ms +Info 1304 [14:49:30.551] Different program with same set of files +Info 1305 [14:49:30.551] getCompletionData: Get current token: 0.00446699932217598 +Info 1306 [14:49:30.551] getCompletionData: Is inside comment: 0.00935399904847145 +Info 1307 [14:49:30.551] getCompletionData: Get previous token: 0.01046300120651722 +Info 1308 [14:49:30.551] getCompletionsAtPosition: isCompletionListBlocker: 0.0013639982789754868 +Info 1309 [14:49:30.551] Returning an empty list because completion was requested in an invalid position. +Info 1310 [14:49:30.552] Format host information updated +Info 1311 [14:49:30.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1312 [14:49:30.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 7.948067000135779ms +Info 1313 [14:49:30.981] Different program with same set of files +Info 1314 [14:49:30.982] getCompletionData: Get current token: 0.0040070004761219025 +Info 1315 [14:49:30.982] getCompletionData: Is inside comment: 0.00794300064444542 +Info 1316 [14:49:30.982] getCompletionData: Get previous token: 0.010288000106811523 +Info 1317 [14:49:30.982] getCompletionsAtPosition: isCompletionListBlocker: 0.001368001103401184 +Info 1318 [14:49:30.982] Returning an empty list because completion was requested in an invalid position. +Info 1319 [14:49:30.982] Format host information updated +Info 1320 [14:49:31.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1321 [14:49:31.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 7.698325999081135ms +Info 1322 [14:49:31.176] Different program with same set of files +Info 1323 [14:49:31.176] getCompletionData: Get current token: 0.0050039999186992645 +Info 1324 [14:49:31.176] getCompletionData: Is inside comment: 0.009702000766992569 +Info 1325 [14:49:31.176] getCompletionData: Get previous token: 0.01169699989259243 +Info 1326 [14:49:31.176] getCompletionsAtPosition: isCompletionListBlocker: 0.0016040001064538956 +Info 1327 [14:49:31.176] Returning an empty list because completion was requested in an invalid position. +Info 1328 [14:49:31.178] Format host information updated +Info 1329 [14:49:31.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1330 [14:49:31.302] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 6.570818999782205ms +Info 1331 [14:49:31.302] Different program with same set of files +Info 1332 [14:49:31.302] getCompletionData: Get current token: 0.005760999396443367 +Info 1333 [14:49:31.303] getCompletionData: Is inside comment: 0.05727900005877018 +Info 1334 [14:49:31.303] getCompletionData: Get previous token: 0.011246001347899437 +Info 1335 [14:49:31.303] getCompletionsAtPosition: isCompletionListBlocker: 0.0013849996030330658 +Info 1336 [14:49:31.303] Returning an empty list because completion was requested in an invalid position. +Info 1337 [14:49:31.304] Format host information updated +Info 1338 [14:49:31.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1339 [14:49:31.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 5.956992998719215ms +Info 1340 [14:49:31.442] Different program with same set of files +Info 1341 [14:49:31.442] getCompletionData: Get current token: 0.004782000556588173 +Info 1342 [14:49:31.443] getCompletionData: Is inside comment: 0.009369000792503357 +Info 1343 [14:49:31.443] getCompletionData: Get previous token: 0.012204000726342201 +Info 1344 [14:49:31.443] getCompletionsAtPosition: isCompletionListBlocker: 0.0015660002827644348 +Info 1345 [14:49:31.443] Returning an empty list because completion was requested in an invalid position. +Info 1346 [14:49:31.443] Format host information updated +Info 1347 [14:49:32.797] Format host information updated +Info 1348 [14:49:32.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1349 [14:49:32.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 7.763671999797225ms +Info 1350 [14:49:32.805] Different program with same set of files +Info 1351 [14:49:34.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1352 [14:49:34.912] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 10.613047000020742ms +Info 1353 [14:49:34.912] Different program with same set of files +Info 1354 [14:49:34.912] getCompletionData: Get current token: 0.0058529991656541824 +Info 1355 [14:49:34.912] getCompletionData: Is inside comment: 0.0114779993891716 +Info 1356 [14:49:34.912] getCompletionData: Get previous token: 0.014062000438570976 +Info 1357 [14:49:34.912] getCompletionsAtPosition: isCompletionListBlocker: 0.001538001000881195 +Info 1358 [14:49:34.912] Returning an empty list because completion was requested in an invalid position. +Info 1359 [14:49:34.913] Format host information updated +Info 1360 [14:49:35.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1361 [14:49:35.115] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 23.20771099999547ms +Info 1362 [14:49:35.115] Different program with same set of files +Info 1363 [14:49:35.116] getCompletionData: Get current token: 0.03543499857187271 +Info 1364 [14:49:35.116] getCompletionData: Is inside comment: 0.0445179995149374 +Info 1365 [14:49:35.116] getCompletionData: Get previous token: 0.12962199933826923 +Info 1366 [14:49:35.116] getCompletionsAtPosition: isCompletionListBlocker: 0.005281999707221985 +Info 1367 [14:49:35.116] Returning an empty list because completion was requested in an invalid position. +Info 1368 [14:49:35.117] Format host information updated +Info 1369 [14:49:35.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1370 [14:49:35.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 7.535599000751972ms +Info 1371 [14:49:35.209] Different program with same set of files +Info 1372 [14:49:35.209] getCompletionData: Get current token: 0.005347000434994698 +Info 1373 [14:49:35.209] getCompletionData: Is inside comment: 0.01129000075161457 +Info 1374 [14:49:35.209] getCompletionData: Get previous token: 0.011212999001145363 +Info 1375 [14:49:35.209] getCompletionsAtPosition: isCompletionListBlocker: 0.0016459990292787552 +Info 1376 [14:49:35.209] Returning an empty list because completion was requested in an invalid position. +Info 1377 [14:49:35.211] Format host information updated +Info 1378 [14:49:35.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1379 [14:49:35.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 5.856427000835538ms +Info 1380 [14:49:35.301] Different program with same set of files +Info 1381 [14:49:35.301] getCompletionData: Get current token: 0.004418998956680298 +Info 1382 [14:49:35.301] getCompletionData: Is inside comment: 0.012288998812437057 +Info 1383 [14:49:35.301] getCompletionData: Get previous token: 0.009619999676942825 +Info 1384 [14:49:35.301] getCompletionsAtPosition: isCompletionListBlocker: 0.0013010017573833466 +Info 1385 [14:49:35.301] Returning an empty list because completion was requested in an invalid position. +Info 1386 [14:49:35.301] Format host information updated +Info 1387 [14:49:35.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1388 [14:49:35.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 25.12443899922073ms +Info 1389 [14:49:35.389] Different program with same set of files +Info 1390 [14:49:35.389] getCompletionData: Get current token: 0.018842998892068863 +Info 1391 [14:49:35.390] getCompletionData: Is inside comment: 0.056172000244259834 +Info 1392 [14:49:35.390] getCompletionData: Get previous token: 0.042174000293016434 +Info 1393 [14:49:35.390] getCompletionsAtPosition: isCompletionListBlocker: 0.004896998405456543 +Info 1394 [14:49:35.390] Returning an empty list because completion was requested in an invalid position. +Info 1395 [14:49:35.396] Format host information updated +Info 1396 [14:49:35.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1397 [14:49:35.450] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 14.117766000330448ms +Info 1398 [14:49:35.450] Different program with same set of files +Info 1399 [14:49:35.450] getCompletionData: Get current token: 0.048549000173807144 +Info 1400 [14:49:35.450] getCompletionData: Is inside comment: 0.024129999801516533 +Info 1401 [14:49:35.450] getCompletionData: Get previous token: 0.02748199924826622 +Info 1402 [14:49:35.450] getCompletionsAtPosition: isCompletionListBlocker: 0.003281001001596451 +Info 1403 [14:49:35.451] Returning an empty list because completion was requested in an invalid position. +Info 1404 [14:49:35.451] Format host information updated +Info 1405 [14:49:35.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1406 [14:49:35.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 22.968368999660015ms +Info 1407 [14:49:35.582] Different program with same set of files +Info 1408 [14:49:35.583] getCompletionData: Get current token: 0.016700999811291695 +Info 1409 [14:49:35.583] getCompletionData: Is inside comment: 0.036497000604867935 +Info 1410 [14:49:35.583] getCompletionData: Get previous token: 0.04496200010180473 +Info 1411 [14:49:35.583] getCompletionsAtPosition: isCompletionListBlocker: 0.005064001306891441 +Info 1412 [14:49:35.583] Returning an empty list because completion was requested in an invalid position. +Info 1413 [14:49:35.584] Format host information updated +Info 1414 [14:49:36.725] Format host information updated +Info 1415 [14:49:36.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1416 [14:49:36.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 8.955337999388576ms +Info 1417 [14:49:36.734] Different program with same set of files +Info 1418 [14:50:35.180] Format host information updated +Info 1419 [14:50:35.180] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1420 [14:50:35.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 7.2270500008016825ms +Info 1421 [14:50:35.188] Different program with same set of files +Info 1422 [14:50:35.336] Format host information updated +Info 1423 [14:50:35.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1424 [14:50:35.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 6.15077600069344ms +Info 1425 [14:50:35.342] Different program with same set of files +Info 1426 [14:50:37.313] Format host information updated +Info 1427 [14:50:37.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1428 [14:50:37.319] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 5.939647000283003ms +Info 1429 [14:50:37.319] Different program with same set of files +Info 1430 [14:50:37.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1431 [14:50:37.415] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 8.509220000356436ms +Info 1432 [14:50:37.415] Different program with same set of files +Info 1433 [14:50:37.415] getCompletionData: Get current token: 0.005658000707626343 +Info 1434 [14:50:37.415] getCompletionData: Is inside comment: 0.011378999799489975 +Info 1435 [14:50:37.415] getCompletionData: Get previous token: 0.017305999994277954 +Info 1436 [14:50:37.415] getCompletionsAtPosition: isCompletionListBlocker: 0.010559000074863434 +Info 1437 [14:50:37.416] getExportInfoMap: cache hit +Info 1438 [14:50:37.421] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 14 from cache +Info 1439 [14:50:37.421] collectAutoImports: response is complete +Info 1440 [14:50:37.421] collectAutoImports: 4.646791998296976 +Info 1441 [14:50:37.421] getCompletionData: Semantic work: 5.629172001034021 +Info 1442 [14:50:37.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9897999987006187 +Info 1443 [14:50:37.424] Format host information updated +Info 1444 [14:50:37.602] Format host information updated +Info 1445 [14:50:37.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1446 [14:50:37.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 8.050417998805642ms +Info 1447 [14:50:37.610] Different program with same set of files +Info 1448 [14:50:37.758] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1449 [14:50:37.768] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 10.140954000875354ms +Info 1450 [14:50:37.768] Different program with same set of files +Info 1451 [14:50:37.768] getCompletionData: Get current token: 0.00699399970471859 +Info 1452 [14:50:37.768] getCompletionData: Is inside comment: 0.010443998500704765 +Info 1453 [14:50:37.768] getCompletionData: Get previous token: 0.008627001196146011 +Info 1454 [14:50:37.768] getCompletionsAtPosition: isCompletionListBlocker: 0.008789999410510063 +Info 1455 [14:50:37.770] getExportInfoMap: cache hit +Info 1456 [14:50:37.790] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1457 [14:50:37.790] collectAutoImports: response is complete +Info 1458 [14:50:37.790] collectAutoImports: 20.46767499856651 +Info 1459 [14:50:37.790] getCompletionData: Semantic work: 22.046739000827074 +Info 1460 [14:50:37.797] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.3256669994443655 +Info 1461 [14:50:37.801] Format host information updated +Info 1462 [14:50:37.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1463 [14:50:37.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 10.182930000126362ms +Info 1464 [14:50:37.948] Different program with same set of files +Info 1465 [14:50:37.948] getCompletionData: Get current token: 0.006846999749541283 +Info 1466 [14:50:37.948] getCompletionData: Is inside comment: 0.01081799902021885 +Info 1467 [14:50:37.948] getCompletionData: Get previous token: 0.008774001151323318 +Info 1468 [14:50:37.948] getCompletionsAtPosition: isCompletionListBlocker: 0.015084998682141304 +Info 1469 [14:50:37.949] getExportInfoMap: cache hit +Info 1470 [14:50:37.966] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1471 [14:50:37.966] collectAutoImports: response is complete +Info 1472 [14:50:37.966] collectAutoImports: 17.44539999961853 +Info 1473 [14:50:37.966] getCompletionData: Semantic work: 18.248377000913024 +Info 1474 [14:50:37.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.6018559988588095 +Info 1475 [14:50:37.976] Format host information updated +Info 1476 [14:50:38.002] Format host information updated +Info 1477 [14:50:38.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1478 [14:50:38.009] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 7.061231000348926ms +Info 1479 [14:50:38.009] Different program with same set of files +Info 1480 [14:50:40.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1481 [14:50:40.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 6.846707001328468ms +Info 1482 [14:50:40.918] Different program with same set of files +Info 1483 [14:50:40.918] getCompletionData: Get current token: 0.0060189999639987946 +Info 1484 [14:50:40.918] getCompletionData: Is inside comment: 0.012372000142931938 +Info 1485 [14:50:40.918] getCompletionData: Get previous token: 0.017379000782966614 +Info 1486 [14:50:40.918] getCompletionsAtPosition: isCompletionListBlocker: 0.011366000398993492 +Info 1487 [14:50:40.919] getExportInfoMap: cache hit +Info 1488 [14:50:40.922] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 1489 [14:50:40.922] collectAutoImports: response is complete +Info 1490 [14:50:40.922] collectAutoImports: 3.3703840002417564 +Info 1491 [14:50:40.922] getCompletionData: Semantic work: 4.073969000950456 +Info 1492 [14:50:40.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8102720007300377 +Info 1493 [14:50:40.926] Format host information updated +Info 1494 [14:50:42.272] Format host information updated +Info 1495 [14:50:42.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1496 [14:50:42.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 6.72529000043869ms +Info 1497 [14:50:42.279] Different program with same set of files +Info 1498 [14:50:42.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1499 [14:50:42.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 8.153598999604583ms +Info 1500 [14:50:42.566] Different program with same set of files +Info 1501 [14:50:42.567] getCompletionData: Get current token: 0.006692999973893166 +Info 1502 [14:50:42.567] getCompletionData: Is inside comment: 0.00939900055527687 +Info 1503 [14:50:42.567] getCompletionData: Get previous token: 0.0063389986753463745 +Info 1504 [14:50:42.567] getCompletionsAtPosition: isCompletionListBlocker: 0.006268998607993126 +Info 1505 [14:50:42.567] Returning an empty list because completion was requested in an invalid position. +Info 1506 [14:50:42.567] Format host information updated +Info 1507 [14:50:42.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1508 [14:50:42.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 7.476110000163317ms +Info 1509 [14:50:42.911] Different program with same set of files +Info 1510 [14:50:42.911] getCompletionData: Get current token: 0.003756999969482422 +Info 1511 [14:50:42.912] getCompletionData: Is inside comment: 0.013309000059962273 +Info 1512 [14:50:42.912] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1513 [14:50:42.912] Format host information updated +Info 1514 [14:50:43.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1515 [14:50:43.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 8.345011999830604ms +Info 1516 [14:50:43.046] Different program with same set of files +Info 1517 [14:50:43.046] getCompletionData: Get current token: 0.0029650013893842697 +Info 1518 [14:50:43.046] getCompletionData: Is inside comment: 0.006810000166296959 +Info 1519 [14:50:43.047] Format host information updated +Info 1520 [14:50:43.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1521 [14:50:43.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.673007000237703ms +Info 1522 [14:50:43.146] Different program with same set of files +Info 1523 [14:50:43.146] getCompletionData: Get current token: 0.002049999311566353 +Info 1524 [14:50:43.146] getCompletionData: Is inside comment: 0.005008000880479813 +Info 1525 [14:50:43.146] Format host information updated +Info 1526 [14:50:43.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1527 [14:50:43.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 8.320700999349356ms +Info 1528 [14:50:43.399] Different program with same set of files +Info 1529 [14:50:43.399] getCompletionData: Get current token: 0.01450899988412857 +Info 1530 [14:50:43.399] getCompletionData: Is inside comment: 0.008341999724507332 +Info 1531 [14:50:43.399] getCompletionData: Get previous token: 0.005463000386953354 +Info 1532 [14:50:43.399] getCompletionsAtPosition: isCompletionListBlocker: 0.012829000130295753 +Info 1533 [14:50:43.400] getExportInfoMap: cache hit +Info 1534 [14:50:43.417] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1535 [14:50:43.417] collectAutoImports: response is complete +Info 1536 [14:50:43.417] collectAutoImports: 16.552755000069737 +Info 1537 [14:50:43.417] getCompletionData: Semantic work: 17.202460000291467 +Info 1538 [14:50:43.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.062727000564337 +Info 1539 [14:50:43.428] Format host information updated +Info 1540 [14:50:43.987] getCompletionData: Get current token: 0.0019339993596076965 +Info 1541 [14:50:43.987] getCompletionData: Is inside comment: 0.007097000256180763 +Info 1542 [14:50:44.086] Format host information updated +Info 1543 [14:50:44.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1544 [14:50:44.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 6.035519000142813ms +Info 1545 [14:50:44.093] Different program with same set of files +Info 1546 [14:50:44.187] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1547 [14:50:44.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 6.308254001662135ms +Info 1548 [14:50:44.194] Different program with same set of files +Info 1549 [14:50:44.194] getCompletionData: Get current token: 0.002737000584602356 +Info 1550 [14:50:44.194] getCompletionData: Is inside comment: 0.008550001308321953 +Info 1551 [14:50:44.194] Format host information updated +Info 1552 [14:50:44.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1553 [14:50:44.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 5.9956739991903305ms +Info 1554 [14:50:44.393] Different program with same set of files +Info 1555 [14:50:44.393] getCompletionData: Get current token: 0.0020020008087158203 +Info 1556 [14:50:44.393] getCompletionData: Is inside comment: 0.008328000083565712 +Info 1557 [14:50:44.393] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1558 [14:50:44.395] Format host information updated +Info 1559 [14:50:44.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1560 [14:50:44.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 5.826460000127554ms +Info 1561 [14:50:44.556] Different program with same set of files +Info 1562 [14:50:44.557] getCompletionData: Get current token: 0.0021039992570877075 +Info 1563 [14:50:44.557] getCompletionData: Is inside comment: 0.008297000080347061 +Info 1564 [14:50:44.557] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1565 [14:50:44.557] Format host information updated +Info 1566 [14:50:44.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1567 [14:50:44.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 6.300478000193834ms +Info 1568 [14:50:44.742] Different program with same set of files +Info 1569 [14:50:44.742] getCompletionData: Get current token: 0.0022539999336004257 +Info 1570 [14:50:44.742] getCompletionData: Is inside comment: 0.008208999410271645 +Info 1571 [14:50:44.742] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1572 [14:50:44.744] Format host information updated +Info 1573 [14:50:44.887] Format host information updated +Info 1574 [14:50:44.887] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1575 [14:50:44.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 6.012794001027942ms +Info 1576 [14:50:44.893] Different program with same set of files +Info 1577 [14:50:44.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1578 [14:50:44.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 5.90557000041008ms +Info 1579 [14:50:44.993] Different program with same set of files +Info 1580 [14:50:44.994] getCompletionData: Get current token: 0.0027609989047050476 +Info 1581 [14:50:44.994] getCompletionData: Is inside comment: 0.010708000510931015 +Info 1582 [14:50:44.994] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1583 [14:50:44.994] Format host information updated +Info 1584 [14:50:45.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1585 [14:50:45.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 8.39211400039494ms +Info 1586 [14:50:45.065] Different program with same set of files +Info 1587 [14:50:45.065] getCompletionData: Get current token: 0.0022619999945163727 +Info 1588 [14:50:45.065] getCompletionData: Is inside comment: 0.012971000745892525 +Info 1589 [14:50:45.065] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1590 [14:50:45.066] Format host information updated +Info 1591 [14:50:45.153] Format host information updated +Info 1592 [14:50:45.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1593 [14:50:45.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 8.248599000275135ms +Info 1594 [14:50:45.162] Different program with same set of files +Info 1595 [14:50:45.740] getCompletionData: Get current token: 0.0035430006682872772 +Info 1596 [14:50:45.740] getCompletionData: Is inside comment: 0.011485999450087547 +Info 1597 [14:50:45.740] getCompletionData: Get previous token: 0.009304000064730644 +Info 1598 [14:50:45.741] getCompletionsAtPosition: isCompletionListBlocker: 0.002346999943256378 +Info 1599 [14:50:45.741] getExportInfoMap: cache hit +Info 1600 [14:50:45.756] collectAutoImports: resolved 1 module specifiers, plus 175 ambient and 1048 from cache +Info 1601 [14:50:45.756] collectAutoImports: response is complete +Info 1602 [14:50:45.756] collectAutoImports: 14.842911999672651 +Info 1603 [14:50:45.756] getCompletionData: Semantic work: 15.54105900041759 +Info 1604 [14:50:45.766] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.97566599957645 +Info 1605 [14:50:46.217] Format host information updated +Info 1606 [14:50:46.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1607 [14:50:46.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 6.991704000160098ms +Info 1608 [14:50:46.224] Different program with same set of files +Info 1609 [14:50:46.760] getCompletionData: Get current token: 0.005059000104665756 +Info 1610 [14:50:46.760] getCompletionData: Is inside comment: 0.01099500060081482 +Info 1611 [14:50:46.760] getCompletionData: Get previous token: 0.010509999468922615 +Info 1612 [14:50:46.760] getCompletionsAtPosition: isCompletionListBlocker: 0.008886998519301414 +Info 1613 [14:50:46.761] getExportInfoMap: cache hit +Info 1614 [14:50:46.774] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 1615 [14:50:46.774] collectAutoImports: response is complete +Info 1616 [14:50:46.774] collectAutoImports: 13.26180600002408 +Info 1617 [14:50:46.774] getCompletionData: Semantic work: 13.88242500089109 +Info 1618 [14:50:46.778] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.436913000419736 +Info 1619 [14:50:47.763] getCompletionData: Get current token: 0.004582999274134636 +Info 1620 [14:50:47.763] getCompletionData: Is inside comment: 0.010290998965501785 +Info 1621 [14:50:47.763] getCompletionData: Get previous token: 0.007449999451637268 +Info 1622 [14:50:47.763] getCompletionsAtPosition: isCompletionListBlocker: 0.0022669993340969086 +Info 1623 [14:50:47.763] getExportInfoMap: cache hit +Info 1624 [14:50:47.771] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1625 [14:50:47.771] collectAutoImports: response is complete +Info 1626 [14:50:47.772] collectAutoImports: 8.141100998967886 +Info 1627 [14:50:47.772] getCompletionData: Semantic work: 8.733616000041366 +Info 1628 [14:50:47.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.38455699943006 +Info 1629 [14:50:47.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1630 [14:50:48.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 7.150592999532819ms +Info 1631 [14:50:48.006] Different program with same set of files +Info 1632 [14:50:48.006] getCompletionData: Get current token: 0.004776999354362488 +Info 1633 [14:50:48.006] getCompletionData: Is inside comment: 0.010357998311519623 +Info 1634 [14:50:48.006] getCompletionData: Get previous token: 0.007828999310731888 +Info 1635 [14:50:48.006] getCompletionsAtPosition: isCompletionListBlocker: 0.0029600001871585846 +Info 1636 [14:50:48.007] getExportInfoMap: cache hit +Info 1637 [14:50:48.015] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1638 [14:50:48.015] collectAutoImports: response is complete +Info 1639 [14:50:48.015] collectAutoImports: 8.51516299881041 +Info 1640 [14:50:48.015] getCompletionData: Semantic work: 9.004178998991847 +Info 1641 [14:50:48.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.44654400087893 +Info 1642 [14:50:48.024] Format host information updated +Info 1643 [14:50:48.059] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1644 [14:50:48.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 7.5621479991823435ms +Info 1645 [14:50:48.067] Different program with same set of files +Info 1646 [14:50:48.067] getCompletionData: Get current token: 0.0063659995794296265 +Info 1647 [14:50:48.067] getCompletionData: Is inside comment: 0.01419300027191639 +Info 1648 [14:50:48.067] getCompletionData: Get previous token: 0.023662999272346497 +Info 1649 [14:50:48.067] getCompletionsAtPosition: isCompletionListBlocker: 0.00789799913764 +Info 1650 [14:50:48.067] getExportInfoMap: cache hit +Info 1651 [14:50:48.078] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1652 [14:50:48.078] collectAutoImports: response is complete +Info 1653 [14:50:48.078] collectAutoImports: 10.642514999955893 +Info 1654 [14:50:48.078] getCompletionData: Semantic work: 11.251096999272704 +Info 1655 [14:50:48.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.775289999321103 +Info 1656 [14:50:48.089] Format host information updated +Info 1657 [14:50:48.351] getCompletionData: Get current token: 0.005626000463962555 +Info 1658 [14:50:48.351] getCompletionData: Is inside comment: 0.01155799999833107 +Info 1659 [14:50:48.351] getCompletionData: Get previous token: 0.009328000247478485 +Info 1660 [14:50:48.351] getCompletionsAtPosition: isCompletionListBlocker: 0.0029910001903772354 +Info 1661 [14:50:48.351] Returning an empty list because completion was requested in an invalid position. +Info 1662 [14:50:48.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1663 [14:50:48.469] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 7.152448000386357ms +Info 1664 [14:50:48.469] Different program with same set of files +Info 1665 [14:50:48.469] getCompletionData: Get current token: 0.006463000550866127 +Info 1666 [14:50:48.469] getCompletionData: Is inside comment: 0.02835400030016899 +Info 1667 [14:50:48.469] getCompletionData: Get previous token: 0.017719000577926636 +Info 1668 [14:50:48.469] getCompletionsAtPosition: isCompletionListBlocker: 0.0033449996262788773 +Info 1669 [14:50:48.470] getExportInfoMap: cache hit +Info 1670 [14:50:48.475] collectAutoImports: resolved 0 module specifiers, plus 37 ambient and 196 from cache +Info 1671 [14:50:48.475] collectAutoImports: response is complete +Info 1672 [14:50:48.475] collectAutoImports: 4.815565001219511 +Info 1673 [14:50:48.475] getCompletionData: Semantic work: 5.39125999994576 +Info 1674 [14:50:48.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6976369991898537 +Info 1675 [14:50:48.479] Format host information updated +Info 1676 [14:50:48.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1677 [14:50:48.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 10.727198000997305ms +Info 1678 [14:50:48.704] Different program with same set of files +Info 1679 [14:50:48.704] getCompletionData: Get current token: 0.005249999463558197 +Info 1680 [14:50:48.704] getCompletionData: Is inside comment: 0.01305299997329712 +Info 1681 [14:50:48.704] getCompletionData: Get previous token: 0.009246999397873878 +Info 1682 [14:50:48.704] getCompletionsAtPosition: isCompletionListBlocker: 0.0021449998021125793 +Info 1683 [14:50:48.705] getExportInfoMap: cache hit +Info 1684 [14:50:48.714] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1685 [14:50:48.714] collectAutoImports: response is complete +Info 1686 [14:50:48.714] collectAutoImports: 8.893385000526905 +Info 1687 [14:50:48.714] getCompletionData: Semantic work: 9.50263600051403 +Info 1688 [14:50:48.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.415822999551892 +Info 1689 [14:50:48.725] Format host information updated +Info 1690 [14:50:48.817] Format host information updated +Info 1691 [14:50:48.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1692 [14:50:48.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 6.6135569997131824ms +Info 1693 [14:50:48.824] Different program with same set of files +Info 1694 [14:50:50.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1695 [14:50:50.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 6.3869940005242825ms +Info 1696 [14:50:50.683] Different program with same set of files +Info 1697 [14:50:50.683] getCompletionData: Get current token: 0.004966000095009804 +Info 1698 [14:50:50.683] getCompletionData: Is inside comment: 0.010909000411629677 +Info 1699 [14:50:50.683] getCompletionData: Get previous token: 0.02865299955010414 +Info 1700 [14:50:50.683] getCompletionsAtPosition: isCompletionListBlocker: 0.0019799992442131042 +Info 1701 [14:50:50.684] getExportInfoMap: cache hit +Info 1702 [14:50:50.687] collectAutoImports: resolved 0 module specifiers, plus 37 ambient and 196 from cache +Info 1703 [14:50:50.687] collectAutoImports: response is complete +Info 1704 [14:50:50.687] collectAutoImports: 3.7505329996347427 +Info 1705 [14:50:50.687] getCompletionData: Semantic work: 4.268676999956369 +Info 1706 [14:50:50.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7228120006620884 +Info 1707 [14:50:50.693] Format host information updated +Info 1708 [14:50:50.833] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1709 [14:50:50.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 6.33610500022769ms +Info 1710 [14:50:50.839] Different program with same set of files +Info 1711 [14:50:50.839] getCompletionData: Get current token: 0.006387999281287193 +Info 1712 [14:50:50.839] getCompletionData: Is inside comment: 0.014556000009179115 +Info 1713 [14:50:50.839] getCompletionData: Get previous token: 0.0208320003002882 +Info 1714 [14:50:50.840] getCompletionsAtPosition: isCompletionListBlocker: 0.002560999244451523 +Info 1715 [14:50:50.840] getExportInfoMap: cache hit +Info 1716 [14:50:50.842] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 8 from cache +Info 1717 [14:50:50.842] collectAutoImports: response is complete +Info 1718 [14:50:50.842] collectAutoImports: 2.2114820014685392 +Info 1719 [14:50:50.842] getCompletionData: Semantic work: 2.84345200099051 +Info 1720 [14:50:50.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8943750001490116 +Info 1721 [14:50:50.845] Format host information updated +Info 1722 [14:50:50.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1723 [14:50:50.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 6.584597999230027ms +Info 1724 [14:50:50.914] Different program with same set of files +Info 1725 [14:50:50.914] getCompletionData: Get current token: 0.0075409989804029465 +Info 1726 [14:50:50.914] getCompletionData: Is inside comment: 0.015325000509619713 +Info 1727 [14:50:50.914] getCompletionData: Get previous token: 0.021469000726938248 +Info 1728 [14:50:50.915] getCompletionsAtPosition: isCompletionListBlocker: 0.002522999420762062 +Info 1729 [14:50:50.915] getExportInfoMap: cache hit +Info 1730 [14:50:50.920] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 8 from cache +Info 1731 [14:50:50.920] collectAutoImports: response is complete +Info 1732 [14:50:50.920] collectAutoImports: 4.930511999875307 +Info 1733 [14:50:50.920] getCompletionData: Semantic work: 5.478805001825094 +Info 1734 [14:50:50.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.140896998345852 +Info 1735 [14:50:50.923] Format host information updated +Info 1736 [14:50:51.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1737 [14:50:51.054] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 6.552019000053406ms +Info 1738 [14:50:51.054] Different program with same set of files +Info 1739 [14:50:51.054] getCompletionData: Get current token: 0.005379999056458473 +Info 1740 [14:50:51.054] getCompletionData: Is inside comment: 0.010976999998092651 +Info 1741 [14:50:51.054] getCompletionData: Get previous token: 0.015270000323653221 +Info 1742 [14:50:51.055] getCompletionsAtPosition: isCompletionListBlocker: 0.0023600012063980103 +Info 1743 [14:50:51.055] getExportInfoMap: cache hit +Info 1744 [14:50:51.057] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 8 from cache +Info 1745 [14:50:51.057] collectAutoImports: response is complete +Info 1746 [14:50:51.057] collectAutoImports: 1.916517000645399 +Info 1747 [14:50:51.057] getCompletionData: Semantic work: 2.439867999404669 +Info 1748 [14:50:51.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.650144999846816 +Info 1749 [14:50:51.059] Format host information updated +Info 1750 [14:50:51.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1751 [14:50:51.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 7.811929000541568ms +Info 1752 [14:50:51.304] Different program with same set of files +Info 1753 [14:50:51.304] getCompletionData: Get current token: 0.00524899922311306 +Info 1754 [14:50:51.304] getCompletionData: Is inside comment: 0.010577000677585602 +Info 1755 [14:50:51.304] getCompletionData: Get previous token: 0.014538999646902084 +Info 1756 [14:50:51.304] getCompletionsAtPosition: isCompletionListBlocker: 0.0019840002059936523 +Info 1757 [14:50:51.305] getExportInfoMap: cache hit +Info 1758 [14:50:51.314] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1759 [14:50:51.314] collectAutoImports: response is complete +Info 1760 [14:50:51.314] collectAutoImports: 9.103226000443101 +Info 1761 [14:50:51.314] getCompletionData: Semantic work: 9.576948000118136 +Info 1762 [14:50:51.318] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.558457000181079 +Info 1763 [14:50:51.324] Format host information updated +Info 1764 [14:50:51.623] getCompletionData: Get current token: 0.004412000998854637 +Info 1765 [14:50:51.623] getCompletionData: Is inside comment: 0.00885700061917305 +Info 1766 [14:50:51.623] getCompletionData: Get previous token: 0.0060169994831085205 +Info 1767 [14:50:51.623] getCompletionsAtPosition: isCompletionListBlocker: 0.006950000301003456 +Info 1768 [14:50:51.623] getExportInfoMap: cache hit +Info 1769 [14:50:51.631] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1770 [14:50:51.631] collectAutoImports: response is complete +Info 1771 [14:50:51.631] collectAutoImports: 8.016813000664115 +Info 1772 [14:50:51.631] getCompletionData: Semantic work: 8.462202999740839 +Info 1773 [14:50:51.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8990850001573563 +Info 1774 [14:50:51.714] Format host information updated +Info 1775 [14:50:51.714] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1776 [14:50:51.720] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 6.003025000914931ms +Info 1777 [14:50:51.720] Different program with same set of files +Info 1778 [14:50:51.875] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1779 [14:50:51.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 7.907207001000643ms +Info 1780 [14:50:51.883] Different program with same set of files +Info 1781 [14:50:51.883] getCompletionData: Get current token: 0.00668800063431263 +Info 1782 [14:50:51.883] getCompletionData: Is inside comment: 0.013438999652862549 +Info 1783 [14:50:51.883] getCompletionData: Get previous token: 0.0091559998691082 +Info 1784 [14:50:51.883] getCompletionsAtPosition: isCompletionListBlocker: 0.0748830009251833 +Info 1785 [14:50:51.884] getExportInfoMap: cache hit +Info 1786 [14:50:51.893] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1787 [14:50:51.893] collectAutoImports: response is complete +Info 1788 [14:50:51.893] collectAutoImports: 9.432724999263883 +Info 1789 [14:50:51.893] getCompletionData: Semantic work: 10.083610000088811 +Info 1790 [14:50:51.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.774939000606537 +Info 1791 [14:50:51.903] Format host information updated +Info 1792 [14:50:52.125] Format host information updated +Info 1793 [14:50:52.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1794 [14:50:52.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 6.69769399985671ms +Info 1795 [14:50:52.132] Different program with same set of files +Info 1796 [14:50:52.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1797 [14:50:52.495] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 5.9966330006718636ms +Info 1798 [14:50:52.495] Different program with same set of files +Info 1799 [14:50:52.496] getCompletionData: Get current token: 0.0046539995819330215 +Info 1800 [14:50:52.496] getCompletionData: Is inside comment: 0.010719001293182373 +Info 1801 [14:50:52.496] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1802 [14:50:52.496] Format host information updated +Info 1803 [14:50:52.760] Format host information updated +Info 1804 [14:50:52.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1805 [14:50:52.769] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 8.559756999835372ms +Info 1806 [14:50:52.769] Different program with same set of files +Info 1807 [14:50:52.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1808 [14:50:52.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 6.236200999468565ms +Info 1809 [14:50:52.869] Different program with same set of files +Info 1810 [14:50:52.869] getCompletionData: Get current token: 0.006301000714302063 +Info 1811 [14:50:52.870] getCompletionData: Is inside comment: 0.013087000697851181 +Info 1812 [14:50:52.870] getCompletionData: Get previous token: 0.009353000670671463 +Info 1813 [14:50:52.870] getCompletionsAtPosition: isCompletionListBlocker: 0.004792999476194382 +Info 1814 [14:50:52.870] getExportInfoMap: cache hit +Info 1815 [14:50:52.884] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1816 [14:50:52.884] collectAutoImports: response is complete +Info 1817 [14:50:52.884] collectAutoImports: 13.537224000319839 +Info 1818 [14:50:52.884] getCompletionData: Semantic work: 14.067781999707222 +Info 1819 [14:50:52.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2995809987187386 +Info 1820 [14:50:52.893] Format host information updated +Info 1821 [14:50:52.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1822 [14:50:52.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 23.437350001186132ms +Info 1823 [14:50:52.990] Different program with same set of files +Info 1824 [14:50:52.991] getCompletionData: Get current token: 0.024608001112937927 +Info 1825 [14:50:52.991] getCompletionData: Is inside comment: 0.048614999279379845 +Info 1826 [14:50:52.991] getCompletionData: Get previous token: 0.033423999324440956 +Info 1827 [14:50:52.991] getCompletionsAtPosition: isCompletionListBlocker: 0.026791000738739967 +Info 1828 [14:50:52.993] getExportInfoMap: cache hit +Info 1829 [14:50:53.017] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1830 [14:50:53.017] collectAutoImports: response is complete +Info 1831 [14:50:53.017] collectAutoImports: 23.91342700086534 +Info 1832 [14:50:53.017] getCompletionData: Semantic work: 25.89095100015402 +Info 1833 [14:50:53.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.881820000708103 +Info 1834 [14:50:53.027] Format host information updated +Info 1835 [14:50:53.263] getCompletionData: Get current token: 0.005600001662969589 +Info 1836 [14:50:53.263] getCompletionData: Is inside comment: 0.016047000885009766 +Info 1837 [14:50:53.263] getCompletionData: Get previous token: 0.010383998975157738 +Info 1838 [14:50:53.264] getCompletionsAtPosition: isCompletionListBlocker: 0.0033010002225637436 +Info 1839 [14:50:53.264] Returning an empty list because completion was requested in an invalid position. +Info 1840 [14:50:54.825] getCompletionData: Get current token: 0.005266999825835228 +Info 1841 [14:50:54.825] getCompletionData: Is inside comment: 0.010604999959468842 +Info 1842 [14:50:54.825] getCompletionData: Get previous token: 0.007354000583291054 +Info 1843 [14:50:54.825] getCompletionsAtPosition: isCompletionListBlocker: 0.003411000594496727 +Info 1844 [14:50:54.825] Returning an empty list because completion was requested in an invalid position. +Info 1845 [14:50:55.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1846 [14:50:55.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 6.3405199982225895ms +Info 1847 [14:50:55.083] Different program with same set of files +Info 1848 [14:50:55.083] getCompletionData: Get current token: 0.005632000043988228 +Info 1849 [14:50:55.083] getCompletionData: Is inside comment: 0.010199999436736107 +Info 1850 [14:50:55.083] getCompletionData: Get previous token: 0.012297999113798141 +Info 1851 [14:50:55.083] getCompletionsAtPosition: isCompletionListBlocker: 0.004120999947190285 +Info 1852 [14:50:55.083] getExportInfoMap: cache hit +Info 1853 [14:50:55.088] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 1854 [14:50:55.088] collectAutoImports: response is complete +Info 1855 [14:50:55.088] collectAutoImports: 4.067431000992656 +Info 1856 [14:50:55.088] getCompletionData: Semantic work: 4.518198998644948 +Info 1857 [14:50:55.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.980756999924779 +Info 1858 [14:50:55.091] Format host information updated +Info 1859 [14:50:55.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1860 [14:50:55.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 5.9726869985461235ms +Info 1861 [14:50:55.330] Different program with same set of files +Info 1862 [14:50:55.330] getCompletionData: Get current token: 0.006219999864697456 +Info 1863 [14:50:55.330] getCompletionData: Is inside comment: 0.010502999648451805 +Info 1864 [14:50:55.330] getCompletionData: Get previous token: 0.007187999784946442 +Info 1865 [14:50:55.330] getCompletionsAtPosition: isCompletionListBlocker: 0.0026520006358623505 +Info 1866 [14:50:55.330] getExportInfoMap: cache hit +Info 1867 [14:50:55.342] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1868 [14:50:55.342] collectAutoImports: response is complete +Info 1869 [14:50:55.342] collectAutoImports: 11.473652999848127 +Info 1870 [14:50:55.342] getCompletionData: Semantic work: 11.892943998798728 +Info 1871 [14:50:55.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6004969999194145 +Info 1872 [14:50:55.350] Format host information updated +Info 1873 [14:50:55.406] Format host information updated +Info 1874 [14:50:55.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1875 [14:50:55.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 5.826938999816775ms +Info 1876 [14:50:55.413] Different program with same set of files +Info 1877 [14:50:55.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1878 [14:50:55.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 10.114894000813365ms +Info 1879 [14:50:55.665] Different program with same set of files +Info 1880 [14:50:55.668] getCompletionData: Get current token: 0.015938999131321907 +Info 1881 [14:50:55.669] getCompletionData: Is inside comment: 0.031936001032590866 +Info 1882 [14:50:55.669] getCompletionData: Get previous token: 0.0352609995752573 +Info 1883 [14:50:55.669] getCompletionsAtPosition: isCompletionListBlocker: 0.004742998629808426 +Info 1884 [14:50:55.670] getExportInfoMap: cache hit +Info 1885 [14:50:55.675] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 1886 [14:50:55.675] collectAutoImports: response is complete +Info 1887 [14:50:55.675] collectAutoImports: 5.134593999013305 +Info 1888 [14:50:55.675] getCompletionData: Semantic work: 6.194856999441981 +Info 1889 [14:50:55.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.002252001315355 +Info 1890 [14:50:55.682] Format host information updated +Info 1891 [14:50:55.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1892 [14:50:55.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 10.692603999748826ms +Info 1893 [14:50:55.788] Different program with same set of files +Info 1894 [14:50:55.788] getCompletionData: Get current token: 0.005679000169038773 +Info 1895 [14:50:55.788] getCompletionData: Is inside comment: 0.011456001549959183 +Info 1896 [14:50:55.788] getCompletionData: Get previous token: 0.01571200042963028 +Info 1897 [14:50:55.788] getCompletionsAtPosition: isCompletionListBlocker: 0.003232000395655632 +Info 1898 [14:50:55.789] getExportInfoMap: cache hit +Info 1899 [14:50:55.793] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 58 from cache +Info 1900 [14:50:55.793] collectAutoImports: response is complete +Info 1901 [14:50:55.793] collectAutoImports: 3.8829800002276897 +Info 1902 [14:50:55.793] getCompletionData: Semantic work: 4.7514900006353855 +Info 1903 [14:50:55.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.564247999340296 +Info 1904 [14:50:55.798] Format host information updated +Info 1905 [14:50:55.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1906 [14:50:55.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 18.474685000255704ms +Info 1907 [14:50:55.905] Different program with same set of files +Info 1908 [14:50:55.906] getCompletionData: Get current token: 0.0413419995456934 +Info 1909 [14:50:55.906] getCompletionData: Is inside comment: 0.09070499986410141 +Info 1910 [14:50:55.906] getCompletionData: Get previous token: 0.10725599899888039 +Info 1911 [14:50:55.906] getCompletionsAtPosition: isCompletionListBlocker: 0.009183000773191452 +Info 1912 [14:50:55.908] getExportInfoMap: cache hit +Info 1913 [14:50:55.914] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 1914 [14:50:55.914] collectAutoImports: response is complete +Info 1915 [14:50:55.915] collectAutoImports: 6.511152999475598 +Info 1916 [14:50:55.915] getCompletionData: Semantic work: 8.106427999213338 +Info 1917 [14:50:55.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.542155001312494 +Info 1918 [14:50:55.923] Format host information updated +Info 1919 [14:50:55.953] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1920 [14:50:55.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 9.347683001309633ms +Info 1921 [14:50:55.963] Different program with same set of files +Info 1922 [14:50:55.963] getCompletionData: Get current token: 0.0060370005667209625 +Info 1923 [14:50:55.963] getCompletionData: Is inside comment: 0.01188100129365921 +Info 1924 [14:50:55.963] getCompletionData: Get previous token: 0.016604000702500343 +Info 1925 [14:50:55.963] getCompletionsAtPosition: isCompletionListBlocker: 0.003033999353647232 +Info 1926 [14:50:55.963] getExportInfoMap: cache hit +Info 1927 [14:50:55.965] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 1928 [14:50:55.965] collectAutoImports: response is complete +Info 1929 [14:50:55.965] collectAutoImports: 1.814037999138236 +Info 1930 [14:50:55.965] getCompletionData: Semantic work: 2.3126670010387897 +Info 1931 [14:50:55.967] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.035036999732256 +Info 1932 [14:50:55.968] Format host information updated +Info 1933 [14:50:56.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1934 [14:50:56.142] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 8.091056000441313ms +Info 1935 [14:50:56.142] Different program with same set of files +Info 1936 [14:50:56.142] getCompletionData: Get current token: 0.006865998730063438 +Info 1937 [14:50:56.142] getCompletionData: Is inside comment: 0.014585999771952629 +Info 1938 [14:50:56.143] getCompletionData: Get previous token: 0.018323000520467758 +Info 1939 [14:50:56.143] getCompletionsAtPosition: isCompletionListBlocker: 0.003211000934243202 +Info 1940 [14:50:56.143] getExportInfoMap: cache hit +Info 1941 [14:50:56.145] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 1942 [14:50:56.145] collectAutoImports: response is complete +Info 1943 [14:50:56.145] collectAutoImports: 1.903854999691248 +Info 1944 [14:50:56.145] getCompletionData: Semantic work: 2.439623000100255 +Info 1945 [14:50:56.149] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7130990009754896 +Info 1946 [14:50:56.150] Format host information updated +Info 1947 [14:50:56.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1948 [14:50:56.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 6.450183000415564ms +Info 1949 [14:50:56.289] Different program with same set of files +Info 1950 [14:50:56.290] getCompletionData: Get current token: 0.008547000586986542 +Info 1951 [14:50:56.290] getCompletionData: Is inside comment: 0.013881999999284744 +Info 1952 [14:50:56.290] getCompletionData: Get previous token: 0.018929999321699142 +Info 1953 [14:50:56.290] getCompletionsAtPosition: isCompletionListBlocker: 0.003198999911546707 +Info 1954 [14:50:56.290] getExportInfoMap: cache hit +Info 1955 [14:50:56.292] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 1956 [14:50:56.292] collectAutoImports: response is complete +Info 1957 [14:50:56.292] collectAutoImports: 1.9480289984494448 +Info 1958 [14:50:56.292] getCompletionData: Semantic work: 2.4950210005044937 +Info 1959 [14:50:56.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.378635998815298 +Info 1960 [14:50:56.297] Format host information updated +Info 1961 [14:50:56.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1962 [14:50:56.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 17.332686999812722ms +Info 1963 [14:50:56.369] Different program with same set of files +Info 1964 [14:50:56.374] getCompletionData: Get current token: 0.019578000530600548 +Info 1965 [14:50:56.374] getCompletionData: Is inside comment: 0.041495999321341515 +Info 1966 [14:50:56.374] getCompletionData: Get previous token: 0.056113000959157944 +Info 1967 [14:50:56.374] getCompletionsAtPosition: isCompletionListBlocker: 0.007617000490427017 +Info 1968 [14:50:56.375] getExportInfoMap: cache hit +Info 1969 [14:50:56.381] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 1970 [14:50:56.381] collectAutoImports: response is complete +Info 1971 [14:50:56.381] collectAutoImports: 5.6678289994597435 +Info 1972 [14:50:56.381] getCompletionData: Semantic work: 7.115284999832511 +Info 1973 [14:50:56.386] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6688399985432625 +Info 1974 [14:50:56.388] Format host information updated +Info 1975 [14:50:57.281] getCompletionData: Get current token: 0.004635000601410866 +Info 1976 [14:50:57.281] getCompletionData: Is inside comment: 0.00921499915421009 +Info 1977 [14:50:57.281] getCompletionData: Get previous token: 0.0065189991146326065 +Info 1978 [14:50:57.281] getCompletionsAtPosition: isCompletionListBlocker: 0.008814001455903053 +Info 1979 [14:50:57.282] getExportInfoMap: cache hit +Info 1980 [14:50:57.293] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1981 [14:50:57.293] collectAutoImports: response is complete +Info 1982 [14:50:57.293] collectAutoImports: 11.010766999796033 +Info 1983 [14:50:57.293] getCompletionData: Semantic work: 11.50891299918294 +Info 1984 [14:50:57.297] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.250933000817895 +Info 1985 [14:50:57.382] Format host information updated +Info 1986 [14:50:57.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1987 [14:50:57.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 6.570999000221491ms +Info 1988 [14:50:57.389] Different program with same set of files +Info 1989 [14:50:57.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1990 [14:50:57.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 23.84760499931872ms +Info 1991 [14:50:57.569] Different program with same set of files +Info 1992 [14:50:57.570] getCompletionData: Get current token: 0.02132600173354149 +Info 1993 [14:50:57.570] getCompletionData: Is inside comment: 0.044499000534415245 +Info 1994 [14:50:57.570] getCompletionData: Get previous token: 0.03073200024664402 +Info 1995 [14:50:57.570] getCompletionsAtPosition: isCompletionListBlocker: 0.027799999341368675 +Info 1996 [14:50:57.572] getExportInfoMap: cache hit +Info 1997 [14:50:57.598] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1998 [14:50:57.598] collectAutoImports: response is complete +Info 1999 [14:50:57.598] collectAutoImports: 26.222588000819087 +Info 2000 [14:50:57.598] getCompletionData: Semantic work: 28.12538200058043 +Info 2001 [14:50:57.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.831771999597549 +Info 2002 [14:50:57.609] Format host information updated +Info 2003 [14:50:57.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2004 [14:50:57.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 6.218684000894427ms +Info 2005 [14:50:57.703] Different program with same set of files +Info 2006 [14:50:57.704] getCompletionData: Get current token: 0.006061999127268791 +Info 2007 [14:50:57.704] getCompletionData: Is inside comment: 0.012922000139951706 +Info 2008 [14:50:57.704] getCompletionData: Get previous token: 0.008748000487685204 +Info 2009 [14:50:57.704] getCompletionsAtPosition: isCompletionListBlocker: 0.008671000599861145 +Info 2010 [14:50:57.704] getExportInfoMap: cache hit +Info 2011 [14:50:57.717] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2012 [14:50:57.717] collectAutoImports: response is complete +Info 2013 [14:50:57.717] collectAutoImports: 12.518838999792933 +Info 2014 [14:50:57.717] getCompletionData: Semantic work: 13.072832999750972 +Info 2015 [14:50:57.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.917502000927925 +Info 2016 [14:50:57.726] Format host information updated +Info 2017 [14:50:57.776] Format host information updated +Info 2018 [14:50:57.776] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2019 [14:50:57.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 10.436323000118136ms +Info 2020 [14:50:57.787] Different program with same set of files +Info 2021 [14:50:59.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2022 [14:50:59.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 6.370151000097394ms +Info 2023 [14:50:59.714] Different program with same set of files +Info 2024 [14:50:59.715] getCompletionData: Get current token: 0.004567001014947891 +Info 2025 [14:50:59.715] getCompletionData: Is inside comment: 0.009150000289082527 +Info 2026 [14:50:59.715] getCompletionData: Get previous token: 0.026158999651670456 +Info 2027 [14:50:59.715] getCompletionsAtPosition: isCompletionListBlocker: 0.00875600054860115 +Info 2028 [14:50:59.715] getExportInfoMap: cache hit +Info 2029 [14:50:59.718] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 2030 [14:50:59.718] collectAutoImports: response is complete +Info 2031 [14:50:59.718] collectAutoImports: 3.369030999019742 +Info 2032 [14:50:59.718] getCompletionData: Semantic work: 3.83271099999547 +Info 2033 [14:50:59.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.031979000195861 +Info 2034 [14:50:59.722] Format host information updated +Info 2035 [14:50:59.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2036 [14:50:59.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 6.227822000160813ms +Info 2037 [14:50:59.833] Different program with same set of files +Info 2038 [14:50:59.833] getCompletionData: Get current token: 0.005936998873949051 +Info 2039 [14:50:59.833] getCompletionData: Is inside comment: 0.01133899949491024 +Info 2040 [14:50:59.833] getCompletionData: Get previous token: 0.01536400057375431 +Info 2041 [14:50:59.833] getCompletionsAtPosition: isCompletionListBlocker: 0.008995000272989273 +Info 2042 [14:50:59.833] getExportInfoMap: cache hit +Info 2043 [14:50:59.839] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 142 from cache +Info 2044 [14:50:59.839] collectAutoImports: response is complete +Info 2045 [14:50:59.839] collectAutoImports: 5.40582299977541 +Info 2046 [14:50:59.839] getCompletionData: Semantic work: 5.992897000163794 +Info 2047 [14:50:59.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3462949991226196 +Info 2048 [14:50:59.842] Format host information updated +Info 2049 [14:50:59.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2050 [14:50:59.904] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 12.132758999243379ms +Info 2051 [14:50:59.904] Different program with same set of files +Info 2052 [14:50:59.905] getCompletionData: Get current token: 0.01286499947309494 +Info 2053 [14:50:59.905] getCompletionData: Is inside comment: 0.02396400086581707 +Info 2054 [14:50:59.905] getCompletionData: Get previous token: 0.03054099902510643 +Info 2055 [14:50:59.905] getCompletionsAtPosition: isCompletionListBlocker: 0.014720998704433441 +Info 2056 [14:50:59.906] getExportInfoMap: cache hit +Info 2057 [14:50:59.912] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 93 from cache +Info 2058 [14:50:59.912] collectAutoImports: response is complete +Info 2059 [14:50:59.912] collectAutoImports: 6.153501000255346 +Info 2060 [14:50:59.912] getCompletionData: Semantic work: 7.089637000113726 +Info 2061 [14:50:59.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4238579999655485 +Info 2062 [14:50:59.920] Format host information updated +Info 2063 [14:51:00.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2064 [14:51:00.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 6.17637600004673ms +Info 2065 [14:51:00.024] Different program with same set of files +Info 2066 [14:51:00.024] getCompletionData: Get current token: 0.005962999537587166 +Info 2067 [14:51:00.024] getCompletionData: Is inside comment: 0.01135300099849701 +Info 2068 [14:51:00.025] getCompletionData: Get previous token: 0.014448000118136406 +Info 2069 [14:51:00.025] getCompletionsAtPosition: isCompletionListBlocker: 0.009662000462412834 +Info 2070 [14:51:00.025] getExportInfoMap: cache hit +Info 2071 [14:51:00.027] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 26 from cache +Info 2072 [14:51:00.027] collectAutoImports: response is complete +Info 2073 [14:51:00.027] collectAutoImports: 2.3681699987500906 +Info 2074 [14:51:00.027] getCompletionData: Semantic work: 2.852913999930024 +Info 2075 [14:51:00.029] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0104769989848137 +Info 2076 [14:51:00.030] Format host information updated +Info 2077 [14:51:00.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2078 [14:51:00.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 6.2794790007174015ms +Info 2079 [14:51:00.163] Different program with same set of files +Info 2080 [14:51:00.163] getCompletionData: Get current token: 0.005896000191569328 +Info 2081 [14:51:00.163] getCompletionData: Is inside comment: 0.011319000273942947 +Info 2082 [14:51:00.163] getCompletionData: Get previous token: 0.014330999925732613 +Info 2083 [14:51:00.163] getCompletionsAtPosition: isCompletionListBlocker: 0.010493000969290733 +Info 2084 [14:51:00.163] getExportInfoMap: cache hit +Info 2085 [14:51:00.165] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 3 from cache +Info 2086 [14:51:00.165] collectAutoImports: response is complete +Info 2087 [14:51:00.165] collectAutoImports: 2.0851779989898205 +Info 2088 [14:51:00.165] getCompletionData: Semantic work: 2.5816519986838102 +Info 2089 [14:51:00.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.802920000627637 +Info 2090 [14:51:00.170] Format host information updated +Info 2091 [14:51:00.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2092 [14:51:00.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 5.847049999982119ms +Info 2093 [14:51:00.237] Different program with same set of files +Info 2094 [14:51:00.237] getCompletionData: Get current token: 0.005000000819563866 +Info 2095 [14:51:00.237] getCompletionData: Is inside comment: 0.010220000520348549 +Info 2096 [14:51:00.237] getCompletionData: Get previous token: 0.012930000200867653 +Info 2097 [14:51:00.237] getCompletionsAtPosition: isCompletionListBlocker: 0.007503999397158623 +Info 2098 [14:51:00.238] getExportInfoMap: cache hit +Info 2099 [14:51:00.240] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 2100 [14:51:00.240] collectAutoImports: response is complete +Info 2101 [14:51:00.240] collectAutoImports: 1.8957490008324385 +Info 2102 [14:51:00.240] getCompletionData: Semantic work: 2.3567310012876987 +Info 2103 [14:51:00.241] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6994020007550716 +Info 2104 [14:51:00.242] Format host information updated +Info 2105 [14:51:00.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2106 [14:51:00.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 7.7176599986851215ms +Info 2107 [14:51:00.356] Different program with same set of files +Info 2108 [14:51:00.356] getCompletionData: Get current token: 0.0055330004543066025 +Info 2109 [14:51:00.356] getCompletionData: Is inside comment: 0.010947000235319138 +Info 2110 [14:51:00.356] getCompletionData: Get previous token: 0.008122000843286514 +Info 2111 [14:51:00.356] getCompletionsAtPosition: isCompletionListBlocker: 0.004060998558998108 +Info 2112 [14:51:00.356] getExportInfoMap: cache hit +Info 2113 [14:51:00.368] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2114 [14:51:00.368] collectAutoImports: response is complete +Info 2115 [14:51:00.368] collectAutoImports: 11.550723999738693 +Info 2116 [14:51:00.368] getCompletionData: Semantic work: 12.190342999994755 +Info 2117 [14:51:00.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.551790999248624 +Info 2118 [14:51:00.378] Format host information updated +Info 2119 [14:51:00.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2120 [14:51:00.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 6.0150779988616705ms +Info 2121 [14:51:00.417] Different program with same set of files +Info 2122 [14:51:00.417] getCompletionData: Get current token: 0.005393000319600105 +Info 2123 [14:51:00.417] getCompletionData: Is inside comment: 0.012257000431418419 +Info 2124 [14:51:00.417] getCompletionData: Get previous token: 0.007596999406814575 +Info 2125 [14:51:00.417] getCompletionsAtPosition: isCompletionListBlocker: 0.00928499922156334 +Info 2126 [14:51:00.418] getExportInfoMap: cache hit +Info 2127 [14:51:00.427] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2128 [14:51:00.427] collectAutoImports: response is complete +Info 2129 [14:51:00.427] collectAutoImports: 9.24838399887085 +Info 2130 [14:51:00.427] getCompletionData: Semantic work: 9.70406199991703 +Info 2131 [14:51:00.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.416262000799179 +Info 2132 [14:51:00.436] Format host information updated +Info 2133 [14:51:00.717] getCompletionData: Get current token: 0.006417999044060707 +Info 2134 [14:51:00.717] getCompletionData: Is inside comment: 0.01096399873495102 +Info 2135 [14:51:00.717] getCompletionData: Get previous token: 0.008636999875307083 +Info 2136 [14:51:00.717] getCompletionsAtPosition: isCompletionListBlocker: 0.003955001011490822 +Info 2137 [14:51:00.718] getExportInfoMap: cache hit +Info 2138 [14:51:00.725] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2139 [14:51:00.725] collectAutoImports: response is complete +Info 2140 [14:51:00.725] collectAutoImports: 7.199812998995185 +Info 2141 [14:51:00.725] getCompletionData: Semantic work: 7.657848000526428 +Info 2142 [14:51:00.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.19170699827373 +Info 2143 [14:51:00.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2144 [14:51:00.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 10.092738000676036ms +Info 2145 [14:51:00.922] Different program with same set of files +Info 2146 [14:51:00.922] getCompletionData: Get current token: 0.00740399956703186 +Info 2147 [14:51:00.922] getCompletionData: Is inside comment: 0.012839000672101974 +Info 2148 [14:51:00.922] getCompletionData: Get previous token: 0.01596900075674057 +Info 2149 [14:51:00.923] getCompletionsAtPosition: isCompletionListBlocker: 0.004211999475955963 +Info 2150 [14:51:00.923] getExportInfoMap: cache hit +Info 2151 [14:51:00.926] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 2152 [14:51:00.926] collectAutoImports: response is complete +Info 2153 [14:51:00.926] collectAutoImports: 2.8761509992182255 +Info 2154 [14:51:00.926] getCompletionData: Semantic work: 3.385870000347495 +Info 2155 [14:51:00.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0786450002342463 +Info 2156 [14:51:00.929] Format host information updated +Info 2157 [14:51:01.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2158 [14:51:01.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 6.360618000850081ms +Info 2159 [14:51:01.033] Different program with same set of files +Info 2160 [14:51:01.033] getCompletionData: Get current token: 0.007432000711560249 +Info 2161 [14:51:01.033] getCompletionData: Is inside comment: 0.013809999451041222 +Info 2162 [14:51:01.033] getCompletionData: Get previous token: 0.017645999789237976 +Info 2163 [14:51:01.033] getCompletionsAtPosition: isCompletionListBlocker: 0.0038370005786418915 +Info 2164 [14:51:01.034] getExportInfoMap: cache hit +Info 2165 [14:51:01.036] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 58 from cache +Info 2166 [14:51:01.036] collectAutoImports: response is complete +Info 2167 [14:51:01.036] collectAutoImports: 2.416348999366164 +Info 2168 [14:51:01.036] getCompletionData: Semantic work: 2.9173039998859167 +Info 2169 [14:51:01.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.058840999379754 +Info 2170 [14:51:01.039] Format host information updated +Info 2171 [14:51:01.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2172 [14:51:01.134] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 7.940320000052452ms +Info 2173 [14:51:01.134] Different program with same set of files +Info 2174 [14:51:01.134] getCompletionData: Get current token: 0.0062039997428655624 +Info 2175 [14:51:01.134] getCompletionData: Is inside comment: 0.010524999350309372 +Info 2176 [14:51:01.134] getCompletionData: Get previous token: 0.013679001480340958 +Info 2177 [14:51:01.134] getCompletionsAtPosition: isCompletionListBlocker: 0.00310400128364563 +Info 2178 [14:51:01.135] getExportInfoMap: cache hit +Info 2179 [14:51:01.137] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 2180 [14:51:01.137] collectAutoImports: response is complete +Info 2181 [14:51:01.137] collectAutoImports: 1.9747679997235537 +Info 2182 [14:51:01.137] getCompletionData: Semantic work: 2.4154150001704693 +Info 2183 [14:51:01.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6460730005055666 +Info 2184 [14:51:01.139] Format host information updated +Info 2185 [14:51:01.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2186 [14:51:01.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 18.984215000644326ms +Info 2187 [14:51:01.225] Different program with same set of files +Info 2188 [14:51:01.226] getCompletionData: Get current token: 0.047481000423431396 +Info 2189 [14:51:01.226] getCompletionData: Is inside comment: 0.04873800091445446 +Info 2190 [14:51:01.226] getCompletionData: Get previous token: 0.12490100041031837 +Info 2191 [14:51:01.226] getCompletionsAtPosition: isCompletionListBlocker: 0.009951001033186913 +Info 2192 [14:51:01.228] getExportInfoMap: cache hit +Info 2193 [14:51:01.234] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 2194 [14:51:01.234] collectAutoImports: response is complete +Info 2195 [14:51:01.234] collectAutoImports: 6.2114590015262365 +Info 2196 [14:51:01.234] getCompletionData: Semantic work: 7.70427200011909 +Info 2197 [14:51:01.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.498447999358177 +Info 2198 [14:51:01.244] Format host information updated +Info 2199 [14:51:01.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2200 [14:51:01.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 6.489405000582337ms +Info 2201 [14:51:01.423] Different program with same set of files +Info 2202 [14:51:01.423] getCompletionData: Get current token: 0.007350999861955643 +Info 2203 [14:51:01.423] getCompletionData: Is inside comment: 0.011647999286651611 +Info 2204 [14:51:01.423] getCompletionData: Get previous token: 0.01336599886417389 +Info 2205 [14:51:01.423] getCompletionsAtPosition: isCompletionListBlocker: 0.004070000723004341 +Info 2206 [14:51:01.424] getExportInfoMap: cache hit +Info 2207 [14:51:01.425] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 2208 [14:51:01.426] collectAutoImports: response is complete +Info 2209 [14:51:01.426] collectAutoImports: 1.8643570002168417 +Info 2210 [14:51:01.426] getCompletionData: Semantic work: 2.4095740001648664 +Info 2211 [14:51:01.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.061506999656558 +Info 2212 [14:51:01.429] Format host information updated +Info 2213 [14:51:01.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2214 [14:51:01.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 7.780441999435425ms +Info 2215 [14:51:01.564] Different program with same set of files +Info 2216 [14:51:01.564] getCompletionData: Get current token: 0.015077000483870506 +Info 2217 [14:51:01.564] getCompletionData: Is inside comment: 0.024577001109719276 +Info 2218 [14:51:01.564] getCompletionData: Get previous token: 0.02802400104701519 +Info 2219 [14:51:01.564] getCompletionsAtPosition: isCompletionListBlocker: 0.005211999639868736 +Info 2220 [14:51:01.565] getExportInfoMap: cache hit +Info 2221 [14:51:01.568] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 2222 [14:51:01.568] collectAutoImports: response is complete +Info 2223 [14:51:01.568] collectAutoImports: 3.121967000886798 +Info 2224 [14:51:01.568] getCompletionData: Semantic work: 3.914011999964714 +Info 2225 [14:51:01.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4077489990741014 +Info 2226 [14:51:01.574] Format host information updated +Info 2227 [14:51:01.620] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2228 [14:51:01.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 9.154318999499083ms +Info 2229 [14:51:01.629] Different program with same set of files +Info 2230 [14:51:01.629] getCompletionData: Get current token: 0.011438000947237015 +Info 2231 [14:51:01.629] getCompletionData: Is inside comment: 0.018115000799298286 +Info 2232 [14:51:01.629] getCompletionData: Get previous token: 0.020951000973582268 +Info 2233 [14:51:01.629] getCompletionsAtPosition: isCompletionListBlocker: 0.004910999909043312 +Info 2234 [14:51:01.630] getExportInfoMap: cache hit +Info 2235 [14:51:01.633] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 2236 [14:51:01.633] collectAutoImports: response is complete +Info 2237 [14:51:01.633] collectAutoImports: 2.8308530002832413 +Info 2238 [14:51:01.633] getCompletionData: Semantic work: 3.537329001352191 +Info 2239 [14:51:01.636] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9584180004894733 +Info 2240 [14:51:01.637] Format host information updated +Info 2241 [14:51:01.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2242 [14:51:01.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 8.762493999674916ms +Info 2243 [14:51:01.862] Different program with same set of files +Info 2244 [14:51:01.862] getCompletionData: Get current token: 0.006653999909758568 +Info 2245 [14:51:01.862] getCompletionData: Is inside comment: 0.009935999289155006 +Info 2246 [14:51:01.863] getCompletionData: Get previous token: 0.011847000569105148 +Info 2247 [14:51:01.863] getCompletionsAtPosition: isCompletionListBlocker: 0.00389300100505352 +Info 2248 [14:51:01.863] getExportInfoMap: cache hit +Info 2249 [14:51:01.865] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2250 [14:51:01.865] collectAutoImports: response is complete +Info 2251 [14:51:01.865] collectAutoImports: 1.6630240008234978 +Info 2252 [14:51:01.865] getCompletionData: Semantic work: 2.1369620002806187 +Info 2253 [14:51:01.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7687369994819164 +Info 2254 [14:51:01.867] Format host information updated +Info 2255 [14:51:01.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2256 [14:51:01.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 16.569660998880863ms +Info 2257 [14:51:01.942] Different program with same set of files +Info 2258 [14:51:01.942] getCompletionData: Get current token: 0.02153799869120121 +Info 2259 [14:51:01.942] getCompletionData: Is inside comment: 0.03467299975454807 +Info 2260 [14:51:01.942] getCompletionData: Get previous token: 0.038870999589562416 +Info 2261 [14:51:01.943] getCompletionsAtPosition: isCompletionListBlocker: 0.016459999606013298 +Info 2262 [14:51:01.944] getExportInfoMap: cache hit +Info 2263 [14:51:01.949] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2264 [14:51:01.949] collectAutoImports: response is complete +Info 2265 [14:51:01.949] collectAutoImports: 5.547991000115871 +Info 2266 [14:51:01.949] getCompletionData: Semantic work: 6.803942000493407 +Info 2267 [14:51:01.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.75381899997592 +Info 2268 [14:51:01.956] Format host information updated +Info 2269 [14:51:02.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2270 [14:51:02.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 27.404353998601437ms +Info 2271 [14:51:02.103] Different program with same set of files +Info 2272 [14:51:02.103] getCompletionData: Get current token: 0.016610000282526016 +Info 2273 [14:51:02.103] getCompletionData: Is inside comment: 0.023780999705195427 +Info 2274 [14:51:02.104] getCompletionData: Get previous token: 0.028800999745726585 +Info 2275 [14:51:02.104] getCompletionsAtPosition: isCompletionListBlocker: 0.01130799949169159 +Info 2276 [14:51:02.105] getExportInfoMap: cache hit +Info 2277 [14:51:02.108] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 27 from cache +Info 2278 [14:51:02.108] collectAutoImports: response is complete +Info 2279 [14:51:02.108] collectAutoImports: 3.2953449990600348 +Info 2280 [14:51:02.108] getCompletionData: Semantic work: 4.2658750005066395 +Info 2281 [14:51:02.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.287202998995781 +Info 2282 [14:51:02.113] Format host information updated +Info 2283 [14:51:02.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2284 [14:51:02.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 7.825732000172138ms +Info 2285 [14:51:02.147] Different program with same set of files +Info 2286 [14:51:02.147] getCompletionData: Get current token: 0.009991999715566635 +Info 2287 [14:51:02.147] getCompletionData: Is inside comment: 0.01515199989080429 +Info 2288 [14:51:02.147] getCompletionData: Get previous token: 0.0172480009496212 +Info 2289 [14:51:02.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0036730002611875534 +Info 2290 [14:51:02.148] getExportInfoMap: cache hit +Info 2291 [14:51:02.150] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 2292 [14:51:02.150] collectAutoImports: response is complete +Info 2293 [14:51:02.150] collectAutoImports: 2.14245199970901 +Info 2294 [14:51:02.150] getCompletionData: Semantic work: 2.7396269999444485 +Info 2295 [14:51:02.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.435682000592351 +Info 2296 [14:51:02.156] Format host information updated +Info 2297 [14:51:02.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2298 [14:51:02.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 6.009016999974847ms +Info 2299 [14:51:02.352] Different program with same set of files +Info 2300 [14:51:02.352] getCompletionData: Get current token: 0.005110999569296837 +Info 2301 [14:51:02.353] getCompletionData: Is inside comment: 0.01766199991106987 +Info 2302 [14:51:02.353] getCompletionData: Get previous token: 0.02504800073802471 +Info 2303 [14:51:02.353] getCompletionsAtPosition: isCompletionListBlocker: 0.0025889985263347626 +Info 2304 [14:51:02.353] getExportInfoMap: cache hit +Info 2305 [14:51:02.354] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 2306 [14:51:02.354] collectAutoImports: response is complete +Info 2307 [14:51:02.354] collectAutoImports: 1.3661460001021624 +Info 2308 [14:51:02.354] getCompletionData: Semantic work: 1.7715149987488985 +Info 2309 [14:51:02.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6583450008183718 +Info 2310 [14:51:02.357] Format host information updated +Info 2311 [14:51:03.164] Format host information updated +Info 2312 [14:51:03.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2313 [14:51:03.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 6.033800000324845ms +Info 2314 [14:51:03.170] Different program with same set of files +Info 2315 [14:51:03.597] Format host information updated +Info 2316 [14:51:03.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2317 [14:51:03.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 5.8907229993492365ms +Info 2318 [14:51:03.603] Different program with same set of files +Info 2319 [14:51:03.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2320 [14:51:03.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 6.382293999195099ms +Info 2321 [14:51:03.787] Different program with same set of files +Info 2322 [14:51:03.788] getCompletionData: Get current token: 0.0032599996775388718 +Info 2323 [14:51:03.788] getCompletionData: Is inside comment: 0.0046349987387657166 +Info 2324 [14:51:03.788] getCompletionData: Get previous token: 0.003580000251531601 +Info 2325 [14:51:03.788] getExportInfoMap: cache hit +Info 2326 [14:51:03.791] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 81 from cache +Info 2327 [14:51:03.791] collectAutoImports: response is complete +Info 2328 [14:51:03.791] collectAutoImports: 3.3750819992274046 +Info 2329 [14:51:03.791] getCompletionData: Semantic work: 3.7989530004560947 +Info 2330 [14:51:03.795] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.672911001369357 +Info 2331 [14:51:03.796] Format host information updated +Info 2332 [14:51:03.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2333 [14:51:03.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 6.414375999942422ms +Info 2334 [14:51:03.890] Different program with same set of files +Info 2335 [14:51:03.890] getCompletionData: Get current token: 0.0029840003699064255 +Info 2336 [14:51:03.890] getCompletionData: Is inside comment: 0.00442500039935112 +Info 2337 [14:51:03.890] getCompletionData: Get previous token: 0.0036420002579689026 +Info 2338 [14:51:03.890] getExportInfoMap: cache hit +Info 2339 [14:51:03.892] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 10 from cache +Info 2340 [14:51:03.892] collectAutoImports: response is complete +Info 2341 [14:51:03.892] collectAutoImports: 2.1789129991084337 +Info 2342 [14:51:03.892] getCompletionData: Semantic work: 2.635647000744939 +Info 2343 [14:51:03.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0835820008069277 +Info 2344 [14:51:03.894] Format host information updated +Info 2345 [14:51:03.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2346 [14:51:03.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 6.245508998632431ms +Info 2347 [14:51:03.949] Different program with same set of files +Info 2348 [14:51:03.949] getCompletionData: Get current token: 0.0030010007321834564 +Info 2349 [14:51:03.949] getCompletionData: Is inside comment: 0.005404999479651451 +Info 2350 [14:51:03.949] getCompletionData: Get previous token: 0.004241000860929489 +Info 2351 [14:51:03.950] getExportInfoMap: cache hit +Info 2352 [14:51:03.952] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 2353 [14:51:03.952] collectAutoImports: response is complete +Info 2354 [14:51:03.952] collectAutoImports: 1.7284099999815226 +Info 2355 [14:51:03.952] getCompletionData: Semantic work: 2.1767629999667406 +Info 2356 [14:51:03.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8785430006682873 +Info 2357 [14:51:03.955] Format host information updated +Info 2358 [14:51:04.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2359 [14:51:04.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 22.740748999640346ms +Info 2360 [14:51:04.072] Different program with same set of files +Info 2361 [14:51:04.072] getCompletionData: Get current token: 0.01039000041782856 +Info 2362 [14:51:04.073] getCompletionData: Is inside comment: 0.021828001365065575 +Info 2363 [14:51:04.073] getCompletionData: Get previous token: 0.014088001102209091 +Info 2364 [14:51:04.074] getExportInfoMap: cache hit +Info 2365 [14:51:04.092] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 2366 [14:51:04.092] collectAutoImports: response is complete +Info 2367 [14:51:04.092] collectAutoImports: 18.264670999720693 +Info 2368 [14:51:04.092] getCompletionData: Semantic work: 19.3866000007838 +Info 2369 [14:51:04.098] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.1119689997285604 +Info 2370 [14:51:04.102] Format host information updated +Info 2371 [14:51:04.113] Format host information updated +Info 2372 [14:51:04.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2373 [14:51:04.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 5.85742099955678ms +Info 2374 [14:51:04.120] Different program with same set of files +Info 2375 [14:51:04.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2376 [14:51:04.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 6.204375000670552ms +Info 2377 [14:51:04.639] Different program with same set of files +Info 2378 [14:51:04.639] getCompletionData: Get current token: 0.006476001814007759 +Info 2379 [14:51:04.639] getCompletionData: Is inside comment: 0.008247999474406242 +Info 2380 [14:51:04.639] getCompletionData: Get previous token: 0.005129000172019005 +Info 2381 [14:51:04.639] getExportInfoMap: cache hit +Info 2382 [14:51:04.657] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 1512 from cache +Info 2383 [14:51:04.657] collectAutoImports: response is complete +Info 2384 [14:51:04.657] collectAutoImports: 17.66094900108874 +Info 2385 [14:51:04.657] getCompletionData: Semantic work: 17.75676400028169 +Info 2386 [14:51:04.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.335040001198649 +Info 2387 [14:51:04.676] Format host information updated +Info 2388 [14:51:04.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2389 [14:51:04.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 6.168227000162005ms +Info 2390 [14:51:04.703] Different program with same set of files +Info 2391 [14:51:04.703] getCompletionData: Get current token: 0.00541900098323822 +Info 2392 [14:51:04.703] getCompletionData: Is inside comment: 0.0058359988033771515 +Info 2393 [14:51:04.703] getCompletionData: Get previous token: 0.00435899943113327 +Info 2394 [14:51:04.704] Format host information updated +Info 2395 [14:51:05.122] getCompletionData: Get current token: 0.0029380004853010178 +Info 2396 [14:51:05.122] getCompletionData: Is inside comment: 0.0017309989780187607 +Info 2397 [14:51:05.122] getCompletionData: Get previous token: 0.00798099860548973 +Info 2398 [14:51:05.122] getExportInfoMap: cache hit +Info 2399 [14:51:05.141] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 1512 from cache +Info 2400 [14:51:05.141] collectAutoImports: response is complete +Info 2401 [14:51:05.141] collectAutoImports: 18.54599200002849 +Info 2402 [14:51:05.141] getCompletionData: Semantic work: 18.633006000891328 +Info 2403 [14:51:05.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.481711000204086 +Info 2404 [14:51:05.754] getCompletionData: Get current token: 0.0021120011806488037 +Info 2405 [14:51:05.754] getCompletionData: Is inside comment: 0.0011470001190900803 +Info 2406 [14:51:05.754] getCompletionData: Get previous token: 0.005235999822616577 +Info 2407 [14:51:05.754] getExportInfoMap: cache hit +Info 2408 [14:51:05.765] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 1512 from cache +Info 2409 [14:51:05.765] collectAutoImports: response is complete +Info 2410 [14:51:05.765] collectAutoImports: 10.95095699839294 +Info 2411 [14:51:05.765] getCompletionData: Semantic work: 11.019308000802994 +Info 2412 [14:51:05.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.95414299890399 +Info 2413 [14:51:06.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2414 [14:51:06.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 6.1344300005584955ms +Info 2415 [14:51:06.029] Different program with same set of files +Info 2416 [14:51:06.029] getCompletionData: Get current token: 0.0026469994336366653 +Info 2417 [14:51:06.029] getCompletionData: Is inside comment: 0.0012769997119903564 +Info 2418 [14:51:06.029] getCompletionData: Get previous token: 0.011951999738812447 +Info 2419 [14:51:06.029] getExportInfoMap: cache hit +Info 2420 [14:51:06.033] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 117 from cache +Info 2421 [14:51:06.033] collectAutoImports: response is complete +Info 2422 [14:51:06.033] collectAutoImports: 3.3609090000391006 +Info 2423 [14:51:06.033] getCompletionData: Semantic work: 3.458832001313567 +Info 2424 [14:51:06.033] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5260920003056526 +Info 2425 [14:51:06.035] Format host information updated +Info 2426 [14:51:06.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2427 [14:51:06.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 7.805378999561071ms +Info 2428 [14:51:06.177] Different program with same set of files +Info 2429 [14:51:06.177] getCompletionData: Get current token: 0.0039869993925094604 +Info 2430 [14:51:06.177] getCompletionData: Is inside comment: 0.002077000215649605 +Info 2431 [14:51:06.177] getCompletionData: Get previous token: 0.017320001497864723 +Info 2432 [14:51:06.177] getExportInfoMap: cache hit +Info 2433 [14:51:06.181] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 76 from cache +Info 2434 [14:51:06.181] collectAutoImports: response is complete +Info 2435 [14:51:06.181] collectAutoImports: 3.9303879998624325 +Info 2436 [14:51:06.181] getCompletionData: Semantic work: 4.033913999795914 +Info 2437 [14:51:06.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5651119984686375 +Info 2438 [14:51:06.182] Format host information updated +Info 2439 [14:51:06.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2440 [14:51:06.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 7.699779000133276ms +Info 2441 [14:51:06.297] Different program with same set of files +Info 2442 [14:51:06.297] getCompletionData: Get current token: 0.0036369990557432175 +Info 2443 [14:51:06.297] getCompletionData: Is inside comment: 0.002040999010205269 +Info 2444 [14:51:06.297] getCompletionData: Get previous token: 0.015613000839948654 +Info 2445 [14:51:06.297] getExportInfoMap: cache hit +Info 2446 [14:51:06.301] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 64 from cache +Info 2447 [14:51:06.301] collectAutoImports: response is complete +Info 2448 [14:51:06.301] collectAutoImports: 3.454058999195695 +Info 2449 [14:51:06.301] getCompletionData: Semantic work: 3.5546400006860495 +Info 2450 [14:51:06.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.36492300033569336 +Info 2451 [14:51:06.305] Format host information updated +Info 2452 [14:51:06.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2453 [14:51:06.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 12.116575000807643ms +Info 2454 [14:51:06.365] Different program with same set of files +Info 2455 [14:51:06.365] getCompletionData: Get current token: 0.0028269998729228973 +Info 2456 [14:51:06.365] getCompletionData: Is inside comment: 0.0014089997857809067 +Info 2457 [14:51:06.365] getCompletionData: Get previous token: 0.009625999256968498 +Info 2458 [14:51:06.365] getExportInfoMap: cache hit +Info 2459 [14:51:06.368] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 64 from cache +Info 2460 [14:51:06.368] collectAutoImports: response is complete +Info 2461 [14:51:06.368] collectAutoImports: 3.059792000800371 +Info 2462 [14:51:06.368] getCompletionData: Semantic work: 3.131377998739481 +Info 2463 [14:51:06.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3768949992954731 +Info 2464 [14:51:06.369] Format host information updated +Info 2465 [14:51:06.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2466 [14:51:06.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 6.9328580014407635ms +Info 2467 [14:51:06.560] Different program with same set of files +Info 2468 [14:51:06.560] getCompletionData: Get current token: 0.0025769993662834167 +Info 2469 [14:51:06.560] getCompletionData: Is inside comment: 0.0016060005873441696 +Info 2470 [14:51:06.560] getCompletionData: Get previous token: 0.013810999691486359 +Info 2471 [14:51:06.560] getExportInfoMap: cache hit +Info 2472 [14:51:06.562] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 64 from cache +Info 2473 [14:51:06.562] collectAutoImports: response is complete +Info 2474 [14:51:06.562] collectAutoImports: 2.179136000573635 +Info 2475 [14:51:06.562] getCompletionData: Semantic work: 2.2658520005643368 +Info 2476 [14:51:06.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3002230003476143 +Info 2477 [14:51:06.563] Format host information updated +Info 2478 [14:51:06.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2479 [14:51:06.700] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 6.327080000191927ms +Info 2480 [14:51:06.700] Different program with same set of files +Info 2481 [14:51:06.701] getCompletionData: Get current token: 0.00303100049495697 +Info 2482 [14:51:06.701] getCompletionData: Is inside comment: 0.0015740003436803818 +Info 2483 [14:51:06.701] getCompletionData: Get previous token: 0.011925000697374344 +Info 2484 [14:51:06.701] getExportInfoMap: cache hit +Info 2485 [14:51:06.703] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 64 from cache +Info 2486 [14:51:06.703] collectAutoImports: response is complete +Info 2487 [14:51:06.703] collectAutoImports: 2.210956998169422 +Info 2488 [14:51:06.703] getCompletionData: Semantic work: 2.298922000452876 +Info 2489 [14:51:06.703] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.30591499991714954 +Info 2490 [14:51:06.704] Format host information updated +Info 2491 [14:51:06.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2492 [14:51:06.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 22.558519000187516ms +Info 2493 [14:51:06.793] Different program with same set of files +Info 2494 [14:51:06.793] getCompletionData: Get current token: 0.008339999243617058 +Info 2495 [14:51:06.793] getCompletionData: Is inside comment: 0.004325998947024345 +Info 2496 [14:51:06.793] getCompletionData: Get previous token: 0.036135999485850334 +Info 2497 [14:51:06.794] getExportInfoMap: cache hit +Info 2498 [14:51:06.799] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 64 from cache +Info 2499 [14:51:06.799] collectAutoImports: response is complete +Info 2500 [14:51:06.799] collectAutoImports: 5.2879290003329515 +Info 2501 [14:51:06.799] getCompletionData: Semantic work: 5.492053000256419 +Info 2502 [14:51:06.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5813229996711016 +Info 2503 [14:51:06.801] Format host information updated +Info 2504 [14:51:06.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2505 [14:51:06.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 12.71136499941349ms +Info 2506 [14:51:06.852] Different program with same set of files +Info 2507 [14:51:06.852] getCompletionData: Get current token: 0.005665000528097153 +Info 2508 [14:51:06.852] getCompletionData: Is inside comment: 0.003040000796318054 +Info 2509 [14:51:06.852] getCompletionData: Get previous token: 0.02218800038099289 +Info 2510 [14:51:06.853] getExportInfoMap: cache hit +Info 2511 [14:51:06.881] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 1512 from cache +Info 2512 [14:51:06.881] collectAutoImports: response is complete +Info 2513 [14:51:06.881] collectAutoImports: 28.375399999320507 +Info 2514 [14:51:06.881] getCompletionData: Semantic work: 28.5293499995023 +Info 2515 [14:51:06.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.057051999494433 +Info 2516 [14:51:06.893] Format host information updated +Info 2517 [14:51:06.916] Format host information updated +Info 2518 [14:51:06.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2519 [14:51:06.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 6.934425000101328ms +Info 2520 [14:51:06.924] Different program with same set of files +Info 2521 [14:51:07.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2522 [14:51:07.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 6.061518000438809ms +Info 2523 [14:51:07.166] Different program with same set of files +Info 2524 [14:51:07.166] getCompletionData: Get current token: 0.0020840000361204147 +Info 2525 [14:51:07.166] getCompletionData: Is inside comment: 0.0012550000101327896 +Info 2526 [14:51:07.166] getCompletionData: Get previous token: 0.010469000786542892 +Info 2527 [14:51:07.166] getCompletionsAtPosition: isCompletionListBlocker: 0.04064000025391579 +Info 2528 [14:51:07.166] Format host information updated +Info 2529 [14:51:07.560] Format host information updated +Info 2530 [14:51:07.561] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2531 [14:51:07.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 5.958577999845147ms +Info 2532 [14:51:07.567] Different program with same set of files +Info 2533 [14:51:07.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2534 [14:51:07.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 5.919517001137137ms +Info 2535 [14:51:07.772] Different program with same set of files +Info 2536 [14:51:07.773] getCompletionData: Get current token: 0.002739999443292618 +Info 2537 [14:51:07.773] getCompletionData: Is inside comment: 0.001521999016404152 +Info 2538 [14:51:07.773] getCompletionData: Get previous token: 0.013387000188231468 +Info 2539 [14:51:07.773] getCompletionsAtPosition: isCompletionListBlocker: 0.003597000613808632 +Info 2540 [14:51:07.773] Format host information updated +Info 2541 [14:51:07.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2542 [14:51:07.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 6.020023999735713ms +Info 2543 [14:51:07.861] Different program with same set of files +Info 2544 [14:51:07.861] getCompletionData: Get current token: 0.0026379991322755814 +Info 2545 [14:51:07.861] getCompletionData: Is inside comment: 0.0015650000423192978 +Info 2546 [14:51:07.861] getCompletionData: Get previous token: 0.03605999983847141 +Info 2547 [14:51:07.861] getCompletionsAtPosition: isCompletionListBlocker: 0.007174000144004822 +Info 2548 [14:51:07.863] Format host information updated +Info 2549 [14:51:07.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2550 [14:51:08.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 23.35883600078523ms +Info 2551 [14:51:08.017] Different program with same set of files +Info 2552 [14:51:08.017] getCompletionData: Get current token: 0.010250000283122063 +Info 2553 [14:51:08.018] getCompletionData: Is inside comment: 0.005453001707792282 +Info 2554 [14:51:08.018] getCompletionData: Get previous token: 0.0454230010509491 +Info 2555 [14:51:08.018] getCompletionsAtPosition: isCompletionListBlocker: 0.012021001428365707 +Info 2556 [14:51:08.018] Format host information updated +Info 2557 [14:51:08.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2558 [14:51:08.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 5.862647000700235ms +Info 2559 [14:51:08.209] Different program with same set of files +Info 2560 [14:51:08.209] getCompletionData: Get current token: 0.0023010000586509705 +Info 2561 [14:51:08.209] getCompletionData: Is inside comment: 0.0011480003595352173 +Info 2562 [14:51:08.209] getCompletionData: Get previous token: 0.009063001722097397 +Info 2563 [14:51:08.209] getCompletionsAtPosition: isCompletionListBlocker: 0.003994999453425407 +Info 2564 [14:51:08.209] Format host information updated +Info 2565 [14:51:08.390] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2566 [14:51:08.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 5.912310998886824ms +Info 2567 [14:51:08.396] Different program with same set of files +Info 2568 [14:51:08.396] getCompletionData: Get current token: 0.0024820007383823395 +Info 2569 [14:51:08.396] getCompletionData: Is inside comment: 0.0011490005999803543 +Info 2570 [14:51:08.396] getCompletionData: Get previous token: 0.011535000056028366 +Info 2571 [14:51:08.396] getCompletionsAtPosition: isCompletionListBlocker: 0.0036700014024972916 +Info 2572 [14:51:08.396] Format host information updated +Info 2573 [14:51:08.459] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2574 [14:51:08.465] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 5.948604000732303ms +Info 2575 [14:51:08.465] Different program with same set of files +Info 2576 [14:51:08.465] getCompletionData: Get current token: 0.002575000748038292 +Info 2577 [14:51:08.465] getCompletionData: Is inside comment: 0.0012089982628822327 +Info 2578 [14:51:08.465] getCompletionData: Get previous token: 0.011403998360037804 +Info 2579 [14:51:08.465] getCompletionsAtPosition: isCompletionListBlocker: 0.0037090014666318893 +Info 2580 [14:51:08.465] Format host information updated +Info 2581 [14:51:08.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2582 [14:51:08.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 8.02496699988842ms +Info 2583 [14:51:08.739] Different program with same set of files +Info 2584 [14:51:08.739] getCompletionData: Get current token: 0.00283999927341938 +Info 2585 [14:51:08.739] getCompletionData: Is inside comment: 0.0012379996478557587 +Info 2586 [14:51:08.739] getCompletionData: Get previous token: 0.01208999939262867 +Info 2587 [14:51:08.739] getCompletionsAtPosition: isCompletionListBlocker: 0.003977000713348389 +Info 2588 [14:51:08.739] Format host information updated +Info 2589 [14:51:08.815] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2590 [14:51:08.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 5.780081000179052ms +Info 2591 [14:51:08.821] Different program with same set of files +Info 2592 [14:51:08.821] getCompletionData: Get current token: 0.0024319998919963837 +Info 2593 [14:51:08.821] getCompletionData: Is inside comment: 0.0011010002344846725 +Info 2594 [14:51:08.821] getCompletionData: Get previous token: 0.01041099987924099 +Info 2595 [14:51:08.821] getCompletionsAtPosition: isCompletionListBlocker: 0.003575000911951065 +Info 2596 [14:51:08.821] Format host information updated +Info 2597 [14:51:08.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2598 [14:51:08.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 23.259235000237823ms +Info 2599 [14:51:08.971] Different program with same set of files +Info 2600 [14:51:08.971] getCompletionData: Get current token: 0.011940998956561089 +Info 2601 [14:51:08.971] getCompletionData: Is inside comment: 0.005107000470161438 +Info 2602 [14:51:08.971] getCompletionData: Get previous token: 0.0456559993326664 +Info 2603 [14:51:08.972] getCompletionsAtPosition: isCompletionListBlocker: 0.012906000018119812 +Info 2604 [14:51:08.976] Format host information updated +Info 2605 [14:51:09.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2606 [14:51:09.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 14.119630999863148ms +Info 2607 [14:51:09.032] Different program with same set of files +Info 2608 [14:51:09.032] getCompletionData: Get current token: 0.006844000890851021 +Info 2609 [14:51:09.032] getCompletionData: Is inside comment: 0.002885999158024788 +Info 2610 [14:51:09.032] getCompletionData: Get previous token: 0.02979999966919422 +Info 2611 [14:51:09.032] getCompletionsAtPosition: isCompletionListBlocker: 0.008539000526070595 +Info 2612 [14:51:09.033] Format host information updated +Info 2613 [14:51:09.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2614 [14:51:09.230] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 5.735871000215411ms +Info 2615 [14:51:09.230] Different program with same set of files +Info 2616 [14:51:09.230] getCompletionData: Get current token: 0.0028179995715618134 +Info 2617 [14:51:09.230] getCompletionData: Is inside comment: 0.0013939999043941498 +Info 2618 [14:51:09.230] getCompletionData: Get previous token: 0.012225000187754631 +Info 2619 [14:51:09.230] getCompletionsAtPosition: isCompletionListBlocker: 0.004333999007940292 +Info 2620 [14:51:09.232] Format host information updated +Info 2621 [14:51:09.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2622 [14:51:09.671] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 5.759818000718951ms +Info 2623 [14:51:09.671] Different program with same set of files +Info 2624 [14:51:09.671] getCompletionData: Get current token: 0.0021319985389709473 +Info 2625 [14:51:09.671] getCompletionData: Is inside comment: 0.0010770000517368317 +Info 2626 [14:51:09.671] getCompletionData: Get previous token: 0.010275999084115028 +Info 2627 [14:51:09.671] getCompletionsAtPosition: isCompletionListBlocker: 0.004548000171780586 +Info 2628 [14:51:09.671] Format host information updated +Info 2629 [14:51:09.826] Format host information updated +Info 2630 [14:51:09.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2631 [14:51:09.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 14.433517999947071ms +Info 2632 [14:51:09.841] Different program with same set of files +Info 2633 [14:51:10.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2634 [14:51:10.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 5.714090000838041ms +Info 2635 [14:51:10.072] Different program with same set of files +Info 2636 [14:51:10.072] getCompletionData: Get current token: 0.0026139989495277405 +Info 2637 [14:51:10.072] getCompletionData: Is inside comment: 0.001202000305056572 +Info 2638 [14:51:10.072] getCompletionData: Get previous token: 0.01085600070655346 +Info 2639 [14:51:10.072] getCompletionsAtPosition: isCompletionListBlocker: 0.00428600050508976 +Info 2640 [14:51:10.073] Format host information updated +Info 2641 [14:51:10.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2642 [14:51:10.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 5.867486000061035ms +Info 2643 [14:51:10.198] Different program with same set of files +Info 2644 [14:51:10.198] getCompletionData: Get current token: 0.002382999286055565 +Info 2645 [14:51:10.198] getCompletionData: Is inside comment: 0.001189999282360077 +Info 2646 [14:51:10.198] getCompletionData: Get previous token: 0.011097999289631844 +Info 2647 [14:51:10.198] getCompletionsAtPosition: isCompletionListBlocker: 0.005208998918533325 +Info 2648 [14:51:10.199] Format host information updated +Info 2649 [14:51:10.470] getCompletionData: Get current token: 0.003613000735640526 +Info 2650 [14:51:10.470] getCompletionData: Is inside comment: 0.005457000806927681 +Info 2651 [14:51:10.470] getCompletionData: Get previous token: 0.0035030003637075424 +Info 2652 [14:51:10.470] getCompletionsAtPosition: isCompletionListBlocker: 0.010679999366402626 +Info 2653 [14:51:10.471] getExportInfoMap: cache hit +Info 2654 [14:51:10.481] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 2655 [14:51:10.481] collectAutoImports: response is complete +Info 2656 [14:51:10.481] collectAutoImports: 9.430268000811338 +Info 2657 [14:51:10.481] getCompletionData: Semantic work: 10.441796999424696 +Info 2658 [14:51:10.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.542299998924136 +Info 2659 [14:51:10.616] Format host information updated +Info 2660 [14:51:10.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2661 [14:51:10.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 7.850407000631094ms +Info 2662 [14:51:10.624] Different program with same set of files +Info 2663 [14:51:10.734] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2664 [14:51:10.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 6.9632930010557175ms +Info 2665 [14:51:10.741] Different program with same set of files +Info 2666 [14:51:10.741] getCompletionData: Get current token: 0.0031759999692440033 +Info 2667 [14:51:10.741] getCompletionData: Is inside comment: 0.004613999277353287 +Info 2668 [14:51:10.741] getCompletionData: Get previous token: 0.009813999757170677 +Info 2669 [14:51:10.741] getCompletionsAtPosition: isCompletionListBlocker: 0.009104998782277107 +Info 2670 [14:51:10.742] getExportInfoMap: cache hit +Info 2671 [14:51:10.745] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 2672 [14:51:10.745] collectAutoImports: response is complete +Info 2673 [14:51:10.745] collectAutoImports: 2.9875809997320175 +Info 2674 [14:51:10.745] getCompletionData: Semantic work: 3.564809000119567 +Info 2675 [14:51:10.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0770430006086826 +Info 2676 [14:51:10.747] Format host information updated +Info 2677 [14:51:10.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2678 [14:51:10.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 6.350167999044061ms +Info 2679 [14:51:10.871] Different program with same set of files +Info 2680 [14:51:10.871] getCompletionData: Get current token: 0.0030230004340410233 +Info 2681 [14:51:10.871] getCompletionData: Is inside comment: 0.004910999909043312 +Info 2682 [14:51:10.871] getCompletionData: Get previous token: 0.007804000750184059 +Info 2683 [14:51:10.871] getCompletionsAtPosition: isCompletionListBlocker: 0.008458999916911125 +Info 2684 [14:51:10.872] getExportInfoMap: cache hit +Info 2685 [14:51:10.877] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 59 from cache +Info 2686 [14:51:10.877] collectAutoImports: response is complete +Info 2687 [14:51:10.877] collectAutoImports: 5.69824199937284 +Info 2688 [14:51:10.877] getCompletionData: Semantic work: 6.273389000445604 +Info 2689 [14:51:10.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3706219997256994 +Info 2690 [14:51:10.880] Format host information updated +Info 2691 [14:51:10.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2692 [14:51:10.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 7.632678000256419ms +Info 2693 [14:51:10.981] Different program with same set of files +Info 2694 [14:51:10.981] getCompletionData: Get current token: 0.0031800009310245514 +Info 2695 [14:51:10.981] getCompletionData: Is inside comment: 0.006106998771429062 +Info 2696 [14:51:10.981] getCompletionData: Get previous token: 0.011952999979257584 +Info 2697 [14:51:10.981] getCompletionsAtPosition: isCompletionListBlocker: 0.010121000930666924 +Info 2698 [14:51:10.982] getExportInfoMap: cache hit +Info 2699 [14:51:10.995] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 2700 [14:51:10.995] collectAutoImports: response is complete +Info 2701 [14:51:10.995] collectAutoImports: 13.28868000023067 +Info 2702 [14:51:10.995] getCompletionData: Semantic work: 14.056315999478102 +Info 2703 [14:51:10.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3284109998494387 +Info 2704 [14:51:11.002] Format host information updated +Info 2705 [14:51:11.048] Format host information updated +Info 2706 [14:51:11.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2707 [14:51:11.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 7.373956998810172ms +Info 2708 [14:51:11.056] Different program with same set of files +Info 2709 [14:51:11.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2710 [14:51:11.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 6.133355000987649ms +Info 2711 [14:51:11.181] Different program with same set of files +Info 2712 [14:51:11.186] Format host information updated +Info 2713 [14:51:11.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2714 [14:51:11.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 5.804297998547554ms +Info 2715 [14:51:11.331] Different program with same set of files +Info 2716 [14:51:11.331] getCompletionData: Get current token: 0.0033330004662275314 +Info 2717 [14:51:11.331] getCompletionData: Is inside comment: 0.004945000633597374 +Info 2718 [14:51:11.331] getCompletionData: Get previous token: 0.003024999052286148 +Info 2719 [14:51:11.331] getCompletionsAtPosition: isCompletionListBlocker: 0.01993199996650219 +Info 2720 [14:51:11.331] getExportInfoMap: cache hit +Info 2721 [14:51:11.342] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 2722 [14:51:11.342] collectAutoImports: response is complete +Info 2723 [14:51:11.342] collectAutoImports: 10.116495998576283 +Info 2724 [14:51:11.342] getCompletionData: Semantic work: 10.702375000342727 +Info 2725 [14:51:11.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.425742000341415 +Info 2726 [14:51:11.351] Format host information updated +Info 2727 [14:51:11.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2728 [14:51:11.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.42081700079143ms +Info 2729 [14:51:11.761] Different program with same set of files +Info 2730 [14:51:11.762] Format host information updated +Info 2731 [14:51:12.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2732 [14:51:12.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: true structureIsReused:: SafeModules Elapsed: 18.20954900048673ms +Info 2733 [14:51:12.214] Different program with same set of files +Info 2734 [14:51:12.216] Format host information updated +Info 2735 [14:51:12.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2736 [14:51:12.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.791667999699712ms +Info 2737 [14:51:12.493] Different program with same set of files +Info 2738 [14:51:12.494] Format host information updated +Info 2739 [14:51:12.595] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2740 [14:51:12.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.397185999900103ms +Info 2741 [14:51:12.607] Different program with same set of files +Info 2742 [14:51:12.608] Format host information updated +Info 2743 [14:51:12.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2744 [14:51:12.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.682119000703096ms +Info 2745 [14:51:12.721] Different program with same set of files +Info 2746 [14:51:12.725] Format host information updated +Info 2747 [14:51:12.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2748 [14:51:12.915] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.567649999633431ms +Info 2749 [14:51:12.915] Different program with same set of files +Info 2750 [14:51:12.916] Format host information updated +Info 2751 [14:51:13.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2752 [14:51:13.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.816747998818755ms +Info 2753 [14:51:13.038] Different program with same set of files +Info 2754 [14:51:13.039] Format host information updated +Info 2755 [14:51:13.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2756 [14:51:13.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.458243999630213ms +Info 2757 [14:51:13.167] Different program with same set of files +Info 2758 [14:51:13.168] Format host information updated +Info 2759 [14:51:13.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2760 [14:51:13.343] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.010806998237967ms +Info 2761 [14:51:13.343] Different program with same set of files +Info 2762 [14:51:13.344] Format host information updated +Info 2763 [14:51:13.508] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2764 [14:51:13.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.063831999897957ms +Info 2765 [14:51:13.519] Different program with same set of files +Info 2766 [14:51:13.520] Format host information updated +Info 2767 [14:51:13.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2768 [14:51:13.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.41635899990797ms +Info 2769 [14:51:13.603] Different program with same set of files +Info 2770 [14:51:13.604] Format host information updated +Info 2771 [14:51:16.280] Format host information updated +Info 2772 [14:51:18.626] Format host information updated +Info 2773 [14:51:18.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2774 [14:51:18.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 6.663058001548052ms +Info 2775 [14:51:18.633] Different program with same set of files +Info 2776 [14:51:18.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2777 [14:51:18.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 8.908190000802279ms +Info 2778 [14:51:18.746] Different program with same set of files +Info 2779 [14:51:18.746] getCompletionData: Get current token: 0.001187000423669815 +Info 2780 [14:51:18.746] getCompletionData: Is inside comment: 0.006405999884009361 +Info 2781 [14:51:18.746] getCompletionData: Get previous token: 0.01142900064587593 +Info 2782 [14:51:18.746] getCompletionsAtPosition: isCompletionListBlocker: 0.01302100159227848 +Info 2783 [14:51:18.747] getExportInfoMap: cache hit +Info 2784 [14:51:18.750] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 2785 [14:51:18.750] collectAutoImports: response is complete +Info 2786 [14:51:18.750] collectAutoImports: 3.293383000418544 +Info 2787 [14:51:18.750] getCompletionData: Semantic work: 4.069543998688459 +Info 2788 [14:51:18.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2447069995105267 +Info 2789 [14:51:18.752] Format host information updated +Info 2790 [14:51:18.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2791 [14:51:18.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 6.18444100022316ms +Info 2792 [14:51:18.928] Different program with same set of files +Info 2793 [14:51:18.928] getCompletionData: Get current token: 0.0012949984520673752 +Info 2794 [14:51:18.928] getCompletionData: Is inside comment: 0.00597199983894825 +Info 2795 [14:51:18.928] getCompletionData: Get previous token: 0.004371998831629753 +Info 2796 [14:51:18.928] getCompletionsAtPosition: isCompletionListBlocker: 0.0026130005717277527 +Info 2797 [14:51:18.929] getCompletionData: Semantic work: 0.649082001298666 +Info 2798 [14:51:18.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8124710004776716 +Info 2799 [14:51:18.930] Format host information updated +Info 2800 [14:51:20.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2801 [14:51:20.585] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 8.555455999448895ms +Info 2802 [14:51:20.585] Different program with same set of files +Info 2803 [14:51:20.585] getCompletionData: Get current token: 0.001352999359369278 +Info 2804 [14:51:20.585] getCompletionData: Is inside comment: 0.00638199970126152 +Info 2805 [14:51:20.585] getCompletionData: Get previous token: 0.01184999942779541 +Info 2806 [14:51:20.585] getCompletionsAtPosition: isCompletionListBlocker: 0.0033209994435310364 +Info 2807 [14:51:20.585] getCompletionData: Semantic work: 0.5310530010610819 +Info 2808 [14:51:20.587] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7292570006102324 +Info 2809 [14:51:20.587] Format host information updated +Info 2810 [14:51:20.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2811 [14:51:20.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 6.102779000997543ms +Info 2812 [14:51:20.761] Different program with same set of files +Info 2813 [14:51:20.761] getCompletionData: Get current token: 0.0017519984394311905 +Info 2814 [14:51:20.761] getCompletionData: Is inside comment: 0.008630000054836273 +Info 2815 [14:51:20.761] getCompletionData: Get previous token: 0.015960000455379486 +Info 2816 [14:51:20.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0033570006489753723 +Info 2817 [14:51:20.762] getCompletionData: Semantic work: 0.6457009986042976 +Info 2818 [14:51:20.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4647470004856586 +Info 2819 [14:51:20.764] Format host information updated +Info 2820 [14:51:20.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2821 [14:51:20.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 6.107696000486612ms +Info 2822 [14:51:20.876] Different program with same set of files +Info 2823 [14:51:20.876] getCompletionData: Get current token: 0.0017349999397993088 +Info 2824 [14:51:20.876] getCompletionData: Is inside comment: 0.007378000766038895 +Info 2825 [14:51:20.876] getCompletionData: Get previous token: 0.013226000592112541 +Info 2826 [14:51:20.876] getCompletionsAtPosition: isCompletionListBlocker: 0.0034749992191791534 +Info 2827 [14:51:20.876] getCompletionData: Semantic work: 0.5187690015882254 +Info 2828 [14:51:20.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1146799996495247 +Info 2829 [14:51:20.880] Format host information updated +Info 2830 [14:51:20.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2831 [14:51:20.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 6.360442999750376ms +Info 2832 [14:51:20.951] Different program with same set of files +Info 2833 [14:51:20.951] getCompletionData: Get current token: 0.0015699993818998337 +Info 2834 [14:51:20.951] getCompletionData: Is inside comment: 0.007001999765634537 +Info 2835 [14:51:20.951] getCompletionData: Get previous token: 0.012767000123858452 +Info 2836 [14:51:20.951] getCompletionsAtPosition: isCompletionListBlocker: 0.003213999792933464 +Info 2837 [14:51:20.952] getCompletionData: Semantic work: 0.5308140013366938 +Info 2838 [14:51:20.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.165268000215292 +Info 2839 [14:51:20.953] Format host information updated +Info 2840 [14:51:21.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2841 [14:51:21.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 5.870162999257445ms +Info 2842 [14:51:21.024] Different program with same set of files +Info 2843 [14:51:21.024] getCompletionData: Get current token: 0.0013689994812011719 +Info 2844 [14:51:21.024] getCompletionData: Is inside comment: 0.00624299980700016 +Info 2845 [14:51:21.024] getCompletionData: Get previous token: 0.01179799996316433 +Info 2846 [14:51:21.024] getCompletionsAtPosition: isCompletionListBlocker: 0.0034389998763799667 +Info 2847 [14:51:21.024] getCompletionData: Semantic work: 0.5112920012325048 +Info 2848 [14:51:21.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0090720001608133 +Info 2849 [14:51:21.026] Format host information updated +Info 2850 [14:51:21.764] Format host information updated +Info 2851 [14:51:21.764] Format host information updated +Info 2852 [14:51:21.764] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2853 [14:51:21.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 5.783933000639081ms +Info 2854 [14:51:21.770] Different program with same set of files +Info 2855 [14:51:21.770] getCompletionData: Get current token: 0.0012550000101327896 +Info 2856 [14:51:21.770] getCompletionData: Is inside comment: 0.006391000002622604 +Info 2857 [14:51:21.770] getCompletionData: Get previous token: 0.004215998575091362 +Info 2858 [14:51:21.770] getCompletionsAtPosition: isCompletionListBlocker: 0.008498001843690872 +Info 2859 [14:51:21.771] getExportInfoMap: cache hit +Info 2860 [14:51:21.784] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 2861 [14:51:21.784] collectAutoImports: response is complete +Info 2862 [14:51:21.784] collectAutoImports: 13.534980999305844 +Info 2863 [14:51:21.784] getCompletionData: Semantic work: 14.047973999753594 +Info 2864 [14:51:21.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6968019995838404 +Info 2865 [14:51:21.791] getCompletionData: Get current token: 0.01160699874162674 +Info 2866 [14:51:21.791] getCompletionData: Is inside comment: 0.003080001100897789 +Info 2867 [14:51:21.791] getCompletionData: Get previous token: 0.01420699991285801 +Info 2868 [14:51:21.791] getCompletionsAtPosition: isCompletionListBlocker: 0.003383999690413475 +Info 2869 [14:51:21.791] getCompletionData: Semantic work: 0.52730100043118 +Info 2870 [14:51:21.804] getCompletionData: Get current token: 0.008827999234199524 +Info 2871 [14:51:21.804] getCompletionData: Is inside comment: 0.004610000178217888 +Info 2872 [14:51:21.804] getCompletionData: Get previous token: 0.013126000761985779 +Info 2873 [14:51:21.804] getCompletionsAtPosition: isCompletionListBlocker: 0.003712000325322151 +Info 2874 [14:51:21.804] getCompletionData: Semantic work: 0.1606719996780157 +Info 2875 [14:51:21.805] Format host information updated +Info 2876 [14:51:22.081] getCompletionData: Get current token: 0.003441000357270241 +Info 2877 [14:51:22.081] getCompletionData: Is inside comment: 0.001221001148223877 +Info 2878 [14:51:22.081] getCompletionData: Get previous token: 0.009245999157428741 +Info 2879 [14:51:22.081] getCompletionsAtPosition: isCompletionListBlocker: 0.00490800105035305 +Info 2880 [14:51:22.082] getExportInfoMap: cache hit +Info 2881 [14:51:22.097] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 2882 [14:51:22.097] collectAutoImports: response is complete +Info 2883 [14:51:22.097] collectAutoImports: 14.586016999557614 +Info 2884 [14:51:22.097] getCompletionData: Semantic work: 15.226871000602841 +Info 2885 [14:51:22.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.221625000238419 +Info 2886 [14:51:22.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2887 [14:51:22.291] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 15.610106999054551ms +Info 2888 [14:51:22.291] Different program with same set of files +Info 2889 [14:51:22.292] getCompletionData: Get current token: 0.00814099982380867 +Info 2890 [14:51:22.292] getCompletionData: Is inside comment: 0.002562999725341797 +Info 2891 [14:51:22.292] getCompletionData: Get previous token: 0.04107200168073177 +Info 2892 [14:51:22.292] getCompletionsAtPosition: isCompletionListBlocker: 0.007287999615073204 +Info 2893 [14:51:22.293] getExportInfoMap: cache hit +Info 2894 [14:51:22.301] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 14 from cache +Info 2895 [14:51:22.301] collectAutoImports: response is complete +Info 2896 [14:51:22.301] collectAutoImports: 7.955568000674248 +Info 2897 [14:51:22.301] getCompletionData: Semantic work: 9.44972300156951 +Info 2898 [14:51:22.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5682950001209974 +Info 2899 [14:51:22.307] Format host information updated +Info 2900 [14:51:32.595] Format host information updated +Info 2901 [14:51:32.595] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2902 [14:51:32.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 14.461012000218034ms +Info 2903 [14:51:32.610] Different program with same set of files +Info 2904 [14:51:32.817] Format host information updated +Info 2905 [14:51:32.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2906 [14:51:32.828] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 10.19216600060463ms +Info 2907 [14:51:32.828] Different program with same set of files +Info 2908 [14:51:38.230] Format host information updated +Info 2909 [14:51:38.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2910 [14:51:38.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 11.826471000909805ms +Info 2911 [14:51:38.242] Different program with same set of files +Info 2912 [14:51:38.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2913 [14:51:38.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 8.340494999662042ms +Info 2914 [14:51:38.330] Different program with same set of files +Info 2915 [14:51:38.331] getCompletionData: Get current token: 0.0038090012967586517 +Info 2916 [14:51:38.331] getCompletionData: Is inside comment: 0.01209699921309948 +Info 2917 [14:51:38.331] getCompletionData: Get previous token: 0.017336001619696617 +Info 2918 [14:51:38.331] getCompletionsAtPosition: isCompletionListBlocker: 0.008163999766111374 +Info 2919 [14:51:38.331] getExportInfoMap: cache hit +Info 2920 [14:51:38.337] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 2921 [14:51:38.337] collectAutoImports: response is complete +Info 2922 [14:51:38.337] collectAutoImports: 5.49371699988842 +Info 2923 [14:51:38.337] getCompletionData: Semantic work: 6.265822999179363 +Info 2924 [14:51:38.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.478531999513507 +Info 2925 [14:51:38.339] Format host information updated +Info 2926 [14:51:38.774] Format host information updated +Info 2927 [14:51:38.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2928 [14:51:38.782] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 7.744154000654817ms +Info 2929 [14:51:38.782] Different program with same set of files +Info 2930 [14:51:38.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2931 [14:51:38.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 7.899925999343395ms +Info 2932 [14:51:38.988] Different program with same set of files +Info 2933 [14:51:38.988] getCompletionData: Get current token: 0.0028360001742839813 +Info 2934 [14:51:38.988] getCompletionData: Is inside comment: 0.011540999636054039 +Info 2935 [14:51:38.988] getCompletionData: Get previous token: 0.016544999554753304 +Info 2936 [14:51:38.989] getCompletionsAtPosition: isCompletionListBlocker: 0.007632000371813774 +Info 2937 [14:51:38.989] getExportInfoMap: cache hit +Info 2938 [14:51:38.993] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 2939 [14:51:38.993] collectAutoImports: response is complete +Info 2940 [14:51:38.993] collectAutoImports: 3.6532399989664555 +Info 2941 [14:51:38.993] getCompletionData: Semantic work: 4.4451800007373095 +Info 2942 [14:51:38.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7143799997866154 +Info 2943 [14:51:38.997] Format host information updated +Info 2944 [14:51:42.118] Format host information updated +Info 2945 [14:51:42.118] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2946 [14:51:42.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 7.50433399900794ms +Info 2947 [14:51:42.126] Different program with same set of files +Info 2948 [14:51:47.822] Format host information updated +Info 2949 [14:51:47.822] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2950 [14:51:47.828] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 6.499868001788855ms +Info 2951 [14:51:47.828] Different program with same set of files +Info 2952 [14:51:48.341] Format host information updated +Info 2953 [14:51:48.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2954 [14:51:48.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 6.798028001561761ms +Info 2955 [14:51:48.348] Different program with same set of files +Info 2956 [14:51:48.960] Format host information updated +Info 2957 [14:51:48.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2958 [14:51:48.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 6.268285000696778ms +Info 2959 [14:51:48.966] Different program with same set of files +Info 2960 [14:51:49.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2961 [14:51:49.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 7.839360000565648ms +Info 2962 [14:51:49.076] Different program with same set of files +Info 2963 [14:51:49.077] getCompletionData: Get current token: 0.002567000687122345 +Info 2964 [14:51:49.077] getCompletionData: Is inside comment: 0.00989300012588501 +Info 2965 [14:51:49.077] getCompletionData: Get previous token: 0.01644199900329113 +Info 2966 [14:51:49.077] getCompletionsAtPosition: isCompletionListBlocker: 0.00957699865102768 +Info 2967 [14:51:49.077] getExportInfoMap: cache hit +Info 2968 [14:51:49.081] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 2969 [14:51:49.081] collectAutoImports: response is complete +Info 2970 [14:51:49.081] collectAutoImports: 3.963517000898719 +Info 2971 [14:51:49.081] getCompletionData: Semantic work: 4.593000000342727 +Info 2972 [14:51:49.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6562149990350008 +Info 2973 [14:51:49.084] Format host information updated +Info 2974 [14:51:49.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2975 [14:51:49.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 9.964932000264525ms +Info 2976 [14:51:49.242] Different program with same set of files +Info 2977 [14:51:49.242] getCompletionData: Get current token: 0.002860000357031822 +Info 2978 [14:51:49.242] getCompletionData: Is inside comment: 0.011585000902414322 +Info 2979 [14:51:49.242] getCompletionData: Get previous token: 0.008364999666810036 +Info 2980 [14:51:49.242] getCompletionsAtPosition: isCompletionListBlocker: 0.002761000767350197 +Info 2981 [14:51:49.243] getCompletionData: Semantic work: 0.4938160013407469 +Info 2982 [14:51:49.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7645609993487597 +Info 2983 [14:51:49.244] Format host information updated +Info 2984 [14:51:49.763] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2985 [14:51:49.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 7.921948000788689ms +Info 2986 [14:51:49.771] Different program with same set of files +Info 2987 [14:51:49.771] getCompletionData: Get current token: 0.002721000462770462 +Info 2988 [14:51:49.771] getCompletionData: Is inside comment: 0.013537999242544174 +Info 2989 [14:51:49.771] getCompletionData: Get previous token: 0.016361000016331673 +Info 2990 [14:51:49.771] getCompletionsAtPosition: isCompletionListBlocker: 0.0028290003538131714 +Info 2991 [14:51:49.771] getCompletionData: Semantic work: 0.4628410004079342 +Info 2992 [14:51:49.773] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3689239993691444 +Info 2993 [14:51:49.773] Format host information updated +Info 2994 [14:51:49.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2995 [14:51:49.962] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 34.360018000006676ms +Info 2996 [14:51:49.962] Different program with same set of files +Info 2997 [14:51:49.963] getCompletionData: Get current token: 0.0058559998869895935 +Info 2998 [14:51:49.963] getCompletionData: Is inside comment: 0.018052998930215836 +Info 2999 [14:51:49.963] getCompletionData: Get previous token: 0.02866700105369091 +Info 3000 [14:51:49.963] getCompletionsAtPosition: isCompletionListBlocker: 0.004197999835014343 +Info 3001 [14:51:49.964] getCompletionData: Semantic work: 0.6934130005538464 +Info 3002 [14:51:49.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.049347998574376 +Info 3003 [14:51:49.966] Format host information updated +Info 3004 [14:51:49.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3005 [14:51:50.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 8.68142499960959ms +Info 3006 [14:51:50.000] Different program with same set of files +Info 3007 [14:51:50.000] getCompletionData: Get current token: 0.0035270005464553833 +Info 3008 [14:51:50.000] getCompletionData: Is inside comment: 0.012997999787330627 +Info 3009 [14:51:50.000] getCompletionData: Get previous token: 0.020883001387119293 +Info 3010 [14:51:50.000] getCompletionsAtPosition: isCompletionListBlocker: 0.0038549993187189102 +Info 3011 [14:51:50.001] getCompletionData: Semantic work: 0.51498700119555 +Info 3012 [14:51:50.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.396815000101924 +Info 3013 [14:51:50.002] Format host information updated +Info 3014 [14:51:50.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3015 [14:51:50.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 25.854854999110103ms +Info 3016 [14:51:50.095] Different program with same set of files +Info 3017 [14:51:50.096] getCompletionData: Get current token: 0.010599000379443169 +Info 3018 [14:51:50.096] getCompletionData: Is inside comment: 0.04001699946820736 +Info 3019 [14:51:50.096] getCompletionData: Get previous token: 0.06163100153207779 +Info 3020 [14:51:50.096] getCompletionsAtPosition: isCompletionListBlocker: 0.008999999612569809 +Info 3021 [14:51:50.097] getCompletionData: Semantic work: 1.5653310008347034 +Info 3022 [14:51:50.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.435249999165535 +Info 3023 [14:51:50.109] Format host information updated +Info 3024 [14:51:50.138] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3025 [14:51:50.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 12.676334999501705ms +Info 3026 [14:51:50.151] Different program with same set of files +Info 3027 [14:51:50.151] getCompletionData: Get current token: 0.00239500030875206 +Info 3028 [14:51:50.151] getCompletionData: Is inside comment: 0.008938999846577644 +Info 3029 [14:51:50.151] getCompletionData: Get previous token: 0.013533998280763626 +Info 3030 [14:51:50.151] getCompletionsAtPosition: isCompletionListBlocker: 0.003766000270843506 +Info 3031 [14:51:50.152] getCompletionData: Semantic work: 0.5962739996612072 +Info 3032 [14:51:50.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4271369986236095 +Info 3033 [14:51:50.154] Format host information updated +Info 3034 [14:51:50.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3035 [14:51:50.220] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 10.473539000377059ms +Info 3036 [14:51:50.220] Different program with same set of files +Info 3037 [14:51:50.220] getCompletionData: Get current token: 0.003742000088095665 +Info 3038 [14:51:50.220] getCompletionData: Is inside comment: 0.013251001015305519 +Info 3039 [14:51:50.220] getCompletionData: Get previous token: 0.021351998671889305 +Info 3040 [14:51:50.220] getCompletionsAtPosition: isCompletionListBlocker: 0.0034539997577667236 +Info 3041 [14:51:50.221] getCompletionData: Semantic work: 0.5861489996314049 +Info 3042 [14:51:50.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4598360005766153 +Info 3043 [14:51:50.223] Format host information updated +Info 3044 [14:51:50.630] Format host information updated +Info 3045 [14:51:50.630] Format host information updated +Info 3046 [14:51:50.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3047 [14:51:50.637] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 6.836462000384927ms +Info 3048 [14:51:50.637] Different program with same set of files +Info 3049 [14:51:50.637] getCompletionData: Get current token: 0.004519999027252197 +Info 3050 [14:51:50.637] getCompletionData: Is inside comment: 0.01571499928832054 +Info 3051 [14:51:50.637] getCompletionData: Get previous token: 0.011164998635649681 +Info 3052 [14:51:50.637] getCompletionsAtPosition: isCompletionListBlocker: 0.004118999466300011 +Info 3053 [14:51:50.638] getExportInfoMap: cache hit +Info 3054 [14:51:50.669] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 3055 [14:51:50.669] collectAutoImports: response is complete +Info 3056 [14:51:50.669] collectAutoImports: 30.687074000015855 +Info 3057 [14:51:50.669] getCompletionData: Semantic work: 31.638349000364542 +Info 3058 [14:51:50.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2959879990667105 +Info 3059 [14:51:50.678] getCompletionData: Get current token: 0.009540999308228493 +Info 3060 [14:51:50.678] getCompletionData: Is inside comment: 0.0031670015305280685 +Info 3061 [14:51:50.678] getCompletionData: Get previous token: 0.017399998381733894 +Info 3062 [14:51:50.679] getCompletionsAtPosition: isCompletionListBlocker: 0.0038780011236667633 +Info 3063 [14:51:50.679] getCompletionData: Semantic work: 0.20736899971961975 +Info 3064 [14:51:50.682] getCompletionData: Get current token: 0.006370998919010162 +Info 3065 [14:51:50.682] getCompletionData: Is inside comment: 0.002419000491499901 +Info 3066 [14:51:50.682] getCompletionData: Get previous token: 0.0582830011844635 +Info 3067 [14:51:50.682] getCompletionsAtPosition: isCompletionListBlocker: 0.002572000026702881 +Info 3068 [14:51:50.682] getCompletionData: Semantic work: 0.15282700024545193 +Info 3069 [14:51:50.683] Format host information updated +Info 3070 [14:51:50.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3071 [14:51:50.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 7.751870999112725ms +Info 3072 [14:51:50.698] Different program with same set of files +Info 3073 [14:51:50.699] getCompletionData: Get current token: 0.0022629983723163605 +Info 3074 [14:51:50.699] getCompletionData: Is inside comment: 0.00840199925005436 +Info 3075 [14:51:50.699] getCompletionData: Get previous token: 0.005218001082539558 +Info 3076 [14:51:50.699] getCompletionsAtPosition: isCompletionListBlocker: 0.007905000820755959 +Info 3077 [14:51:50.699] getExportInfoMap: cache hit +Info 3078 [14:51:50.715] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 3079 [14:51:50.715] collectAutoImports: response is complete +Info 3080 [14:51:50.715] collectAutoImports: 16.24538300000131 +Info 3081 [14:51:50.715] getCompletionData: Semantic work: 16.718706000596285 +Info 3082 [14:51:50.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8925580009818077 +Info 3083 [14:51:50.722] Format host information updated +Info 3084 [14:51:54.425] Format host information updated +Info 3085 [14:51:54.425] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3086 [14:51:54.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 7.143675999715924ms +Info 3087 [14:51:54.432] Different program with same set of files +Info 3088 [14:51:56.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3089 [14:51:56.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 6.522102998569608ms +Info 3090 [14:51:56.408] Different program with same set of files +Info 3091 [14:51:56.409] getCompletionData: Get current token: 0.00319099985063076 +Info 3092 [14:51:56.409] getCompletionData: Is inside comment: 0.010006999596953392 +Info 3093 [14:51:56.409] getCompletionData: Get previous token: 0.010943999513983727 +Info 3094 [14:51:56.409] getCompletionsAtPosition: isCompletionListBlocker: 0.007310999557375908 +Info 3095 [14:51:56.409] getExportInfoMap: cache hit +Info 3096 [14:51:56.411] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3097 [14:51:56.411] collectAutoImports: response is complete +Info 3098 [14:51:56.411] collectAutoImports: 1.3645769990980625 +Info 3099 [14:51:56.411] getCompletionData: Semantic work: 1.9283940009772778 +Info 3100 [14:51:56.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.777437001466751 +Info 3101 [14:51:56.413] Format host information updated +Info 3102 [14:51:56.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3103 [14:51:56.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 16.684809999540448ms +Info 3104 [14:51:56.501] Different program with same set of files +Info 3105 [14:51:56.501] getCompletionData: Get current token: 0.009874999523162842 +Info 3106 [14:51:56.501] getCompletionData: Is inside comment: 0.07647700048983097 +Info 3107 [14:51:56.502] getCompletionData: Get previous token: 0.06580599956214428 +Info 3108 [14:51:56.502] getCompletionsAtPosition: isCompletionListBlocker: 0.019354000687599182 +Info 3109 [14:51:56.503] getExportInfoMap: cache hit +Info 3110 [14:51:56.507] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3111 [14:51:56.507] collectAutoImports: response is complete +Info 3112 [14:51:56.507] collectAutoImports: 3.822131000459194 +Info 3113 [14:51:56.507] getCompletionData: Semantic work: 5.123995998874307 +Info 3114 [14:51:56.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.383471999317408 +Info 3115 [14:51:56.515] Format host information updated +Info 3116 [14:51:56.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3117 [14:51:56.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 7.418469000607729ms +Info 3118 [14:51:56.727] Different program with same set of files +Info 3119 [14:51:56.727] getCompletionData: Get current token: 0.00342399999499321 +Info 3120 [14:51:56.727] getCompletionData: Is inside comment: 0.009976999834179878 +Info 3121 [14:51:56.727] getCompletionData: Get previous token: 0.011612998321652412 +Info 3122 [14:51:56.727] getCompletionsAtPosition: isCompletionListBlocker: 0.008031001314520836 +Info 3123 [14:51:56.728] getExportInfoMap: cache hit +Info 3124 [14:51:56.729] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3125 [14:51:56.729] collectAutoImports: response is complete +Info 3126 [14:51:56.729] collectAutoImports: 1.2899259999394417 +Info 3127 [14:51:56.729] getCompletionData: Semantic work: 1.7851969990879297 +Info 3128 [14:51:56.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9734349995851517 +Info 3129 [14:51:56.732] Format host information updated +Info 3130 [14:51:56.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3131 [14:51:56.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 7.754009999334812ms +Info 3132 [14:51:56.942] Different program with same set of files +Info 3133 [14:51:56.942] getCompletionData: Get current token: 0.004623999819159508 +Info 3134 [14:51:56.942] getCompletionData: Is inside comment: 0.011739000678062439 +Info 3135 [14:51:56.942] getCompletionData: Get previous token: 0.00810999982059002 +Info 3136 [14:51:56.942] getCompletionsAtPosition: isCompletionListBlocker: 0.0032989997416734695 +Info 3137 [14:51:56.943] getExportInfoMap: cache hit +Info 3138 [14:51:56.959] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3139 [14:51:56.959] collectAutoImports: response is complete +Info 3140 [14:51:56.959] collectAutoImports: 16.18970299884677 +Info 3141 [14:51:56.959] getCompletionData: Semantic work: 16.821304999291897 +Info 3142 [14:51:56.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.975805999711156 +Info 3143 [14:51:56.971] Format host information updated +Info 3144 [14:51:57.312] getCompletionData: Get current token: 0.003084000200033188 +Info 3145 [14:51:57.312] getCompletionData: Is inside comment: 0.009511001408100128 +Info 3146 [14:51:57.312] getCompletionData: Get previous token: 0.012888999655842781 +Info 3147 [14:51:57.312] getCompletionsAtPosition: isCompletionListBlocker: 0.0037879999727010727 +Info 3148 [14:51:57.313] getExportInfoMap: cache hit +Info 3149 [14:51:57.314] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 3150 [14:51:57.314] collectAutoImports: response is complete +Info 3151 [14:51:57.314] collectAutoImports: 1.405741998925805 +Info 3152 [14:51:57.314] getCompletionData: Semantic work: 2.0981089994311333 +Info 3153 [14:51:57.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6411879993975163 +Info 3154 [14:51:57.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3155 [14:51:57.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 6.324498999863863ms +Info 3156 [14:51:57.504] Different program with same set of files +Info 3157 [14:51:57.504] getCompletionData: Get current token: 0.002884998917579651 +Info 3158 [14:51:57.504] getCompletionData: Is inside comment: 0.01068899966776371 +Info 3159 [14:51:57.504] getCompletionData: Get previous token: 0.006712000817060471 +Info 3160 [14:51:57.504] getCompletionsAtPosition: isCompletionListBlocker: 0.010001000016927719 +Info 3161 [14:51:57.504] getExportInfoMap: cache hit +Info 3162 [14:51:57.520] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3163 [14:51:57.520] collectAutoImports: response is complete +Info 3164 [14:51:57.520] collectAutoImports: 15.96416100114584 +Info 3165 [14:51:57.520] getCompletionData: Semantic work: 16.4282830003649 +Info 3166 [14:51:57.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.69386800006032 +Info 3167 [14:51:57.530] Format host information updated +Info 3168 [14:51:59.203] Format host information updated +Info 3169 [14:51:59.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3170 [14:51:59.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 6.284284001216292ms +Info 3171 [14:51:59.209] Different program with same set of files +Info 3172 [14:51:59.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3173 [14:51:59.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 6.454366000369191ms +Info 3174 [14:51:59.406] Different program with same set of files +Info 3175 [14:51:59.406] getCompletionData: Get current token: 0.002204000949859619 +Info 3176 [14:51:59.406] getCompletionData: Is inside comment: 0.008251000195741653 +Info 3177 [14:51:59.406] getCompletionData: Get previous token: 0.011966001242399216 +Info 3178 [14:51:59.406] getCompletionsAtPosition: isCompletionListBlocker: 0.008476000279188156 +Info 3179 [14:51:59.407] getExportInfoMap: cache hit +Info 3180 [14:51:59.412] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 3181 [14:51:59.412] collectAutoImports: response is complete +Info 3182 [14:51:59.412] collectAutoImports: 4.740736000239849 +Info 3183 [14:51:59.412] getCompletionData: Semantic work: 5.3858139999210835 +Info 3184 [14:51:59.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5813229996711016 +Info 3185 [14:51:59.414] Format host information updated +Info 3186 [14:51:59.543] Format host information updated +Info 3187 [14:51:59.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3188 [14:51:59.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 6.282881999388337ms +Info 3189 [14:51:59.550] Different program with same set of files +Info 3190 [14:51:59.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3191 [14:51:59.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 21.122608000412583ms +Info 3192 [14:51:59.630] Different program with same set of files +Info 3193 [14:51:59.631] getCompletionData: Get current token: 0.009788000956177711 +Info 3194 [14:51:59.631] getCompletionData: Is inside comment: 0.04161299951374531 +Info 3195 [14:51:59.631] getCompletionData: Get previous token: 0.028707999736070633 +Info 3196 [14:51:59.631] getCompletionsAtPosition: isCompletionListBlocker: 0.028219999745488167 +Info 3197 [14:51:59.633] getExportInfoMap: cache hit +Info 3198 [14:51:59.660] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 3199 [14:51:59.660] collectAutoImports: response is complete +Info 3200 [14:51:59.660] collectAutoImports: 27.248952001333237 +Info 3201 [14:51:59.660] getCompletionData: Semantic work: 29.183237001299858 +Info 3202 [14:51:59.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.199001999571919 +Info 3203 [14:51:59.668] Format host information updated +Info 3204 [14:51:59.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3205 [14:51:59.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 6.325804000720382ms +Info 3206 [14:51:59.790] Different program with same set of files +Info 3207 [14:51:59.790] getCompletionData: Get current token: 0.005046999081969261 +Info 3208 [14:51:59.790] getCompletionData: Is inside comment: 0.012987999245524406 +Info 3209 [14:51:59.790] getCompletionData: Get previous token: 0.00888499990105629 +Info 3210 [14:51:59.790] getCompletionsAtPosition: isCompletionListBlocker: 0.008249001577496529 +Info 3211 [14:51:59.791] getExportInfoMap: cache hit +Info 3212 [14:51:59.802] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 3213 [14:51:59.802] collectAutoImports: response is complete +Info 3214 [14:51:59.803] collectAutoImports: 11.93813299946487 +Info 3215 [14:51:59.803] getCompletionData: Semantic work: 12.53532899916172 +Info 3216 [14:51:59.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5634230002760887 +Info 3217 [14:51:59.809] Format host information updated +Info 3218 [14:51:59.868] Format host information updated +Info 3219 [14:51:59.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3220 [14:51:59.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 12.260327000170946ms +Info 3221 [14:51:59.880] Different program with same set of files +Info 3222 [14:52:00.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3223 [14:52:00.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 23.156600000336766ms +Info 3224 [14:52:00.071] Different program with same set of files +Info 3225 [14:52:00.071] getCompletionData: Get current token: 0.005671000108122826 +Info 3226 [14:52:00.071] getCompletionData: Is inside comment: 0.019446000456809998 +Info 3227 [14:52:00.071] getCompletionData: Get previous token: 0.02755099907517433 +Info 3228 [14:52:00.071] getCompletionsAtPosition: isCompletionListBlocker: 0.017581000924110413 +Info 3229 [14:52:00.072] getExportInfoMap: cache hit +Info 3230 [14:52:00.078] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 3231 [14:52:00.078] collectAutoImports: response is complete +Info 3232 [14:52:00.078] collectAutoImports: 5.531378999352455 +Info 3233 [14:52:00.078] getCompletionData: Semantic work: 6.7147889994084835 +Info 3234 [14:52:00.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0367060005664825 +Info 3235 [14:52:00.081] Format host information updated +Info 3236 [14:52:00.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3237 [14:52:00.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 6.919962998479605ms +Info 3238 [14:52:00.137] Different program with same set of files +Info 3239 [14:52:00.137] getCompletionData: Get current token: 0.021976999938488007 +Info 3240 [14:52:00.137] getCompletionData: Is inside comment: 0.00939200073480606 +Info 3241 [14:52:00.137] getCompletionData: Get previous token: 0.005841000005602837 +Info 3242 [14:52:00.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0026920009404420853 +Info 3243 [14:52:00.137] getCompletionData: Semantic work: 0.4452990014106035 +Info 3244 [14:52:00.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5678619984537363 +Info 3245 [14:52:00.140] Format host information updated +Info 3246 [14:52:00.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3247 [14:52:00.778] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 6.331954998895526ms +Info 3248 [14:52:00.778] Different program with same set of files +Info 3249 [14:52:00.778] getCompletionData: Get current token: 0.0021049994975328445 +Info 3250 [14:52:00.778] getCompletionData: Is inside comment: 0.007549000903964043 +Info 3251 [14:52:00.778] getCompletionData: Get previous token: 0.03306899964809418 +Info 3252 [14:52:00.778] getCompletionsAtPosition: isCompletionListBlocker: 0.003035999834537506 +Info 3253 [14:52:00.779] getCompletionData: Semantic work: 0.4927440006285906 +Info 3254 [14:52:00.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1425229981541634 +Info 3255 [14:52:00.780] Format host information updated +Info 3256 [14:52:00.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3257 [14:52:00.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 6.112805999815464ms +Info 3258 [14:52:00.906] Different program with same set of files +Info 3259 [14:52:00.906] getCompletionData: Get current token: 0.0024980008602142334 +Info 3260 [14:52:00.906] getCompletionData: Is inside comment: 0.008422000333666801 +Info 3261 [14:52:00.906] getCompletionData: Get previous token: 0.012701001018285751 +Info 3262 [14:52:00.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0026140008121728897 +Info 3263 [14:52:00.906] getCompletionData: Semantic work: 0.44812100008130074 +Info 3264 [14:52:00.908] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1133689992129803 +Info 3265 [14:52:00.908] Format host information updated +Info 3266 [14:52:00.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3267 [14:52:00.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 9.410737998783588ms +Info 3268 [14:52:00.994] Different program with same set of files +Info 3269 [14:52:00.994] getCompletionData: Get current token: 0.0026309993118047714 +Info 3270 [14:52:00.994] getCompletionData: Is inside comment: 0.00873899832367897 +Info 3271 [14:52:00.994] getCompletionData: Get previous token: 0.013704000040888786 +Info 3272 [14:52:00.994] getCompletionsAtPosition: isCompletionListBlocker: 0.0029959995299577713 +Info 3273 [14:52:00.995] getCompletionData: Semantic work: 0.5209719985723495 +Info 3274 [14:52:00.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.130782000720501 +Info 3275 [14:52:00.996] Format host information updated +Info 3276 [14:52:01.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3277 [14:52:01.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 14.020764999091625ms +Info 3278 [14:52:01.064] Different program with same set of files +Info 3279 [14:52:01.064] getCompletionData: Get current token: 0.006352001801133156 +Info 3280 [14:52:01.064] getCompletionData: Is inside comment: 0.022892998531460762 +Info 3281 [14:52:01.064] getCompletionData: Get previous token: 0.03446599841117859 +Info 3282 [14:52:01.064] getCompletionsAtPosition: isCompletionListBlocker: 0.005752000957727432 +Info 3283 [14:52:01.065] getCompletionData: Semantic work: 1.059078000485897 +Info 3284 [14:52:01.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.67480600066483 +Info 3285 [14:52:01.069] Format host information updated +Info 3286 [14:52:01.286] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3287 [14:52:01.296] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 9.160173999145627ms +Info 3288 [14:52:01.296] Different program with same set of files +Info 3289 [14:52:01.296] getCompletionData: Get current token: 0.0021279994398355484 +Info 3290 [14:52:01.296] getCompletionData: Is inside comment: 0.019933000206947327 +Info 3291 [14:52:01.296] getCompletionData: Get previous token: 0.01348000019788742 +Info 3292 [14:52:01.296] getCompletionsAtPosition: isCompletionListBlocker: 0.003048999235033989 +Info 3293 [14:52:01.296] getCompletionData: Semantic work: 0.4592150002717972 +Info 3294 [14:52:01.297] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0489329993724823 +Info 3295 [14:52:01.298] Format host information updated +Info 3296 [14:52:02.064] Format host information updated +Info 3297 [14:52:02.064] Format host information updated +Info 3298 [14:52:02.065] Format host information updated +Info 3299 [14:52:02.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3300 [14:52:02.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 6.31037800014019ms +Info 3301 [14:52:02.071] Different program with same set of files +Info 3302 [14:52:02.071] getCompletionData: Get current token: 0.0021440014243125916 +Info 3303 [14:52:02.071] getCompletionData: Is inside comment: 0.008285999298095703 +Info 3304 [14:52:02.071] getCompletionData: Get previous token: 0.005386000499129295 +Info 3305 [14:52:02.071] getCompletionsAtPosition: isCompletionListBlocker: 0.003387000411748886 +Info 3306 [14:52:02.072] getExportInfoMap: cache hit +Info 3307 [14:52:02.084] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 3308 [14:52:02.084] collectAutoImports: response is complete +Info 3309 [14:52:02.084] collectAutoImports: 12.425822999328375 +Info 3310 [14:52:02.084] getCompletionData: Semantic work: 12.999949000775814 +Info 3311 [14:52:02.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9601370003074408 +Info 3312 [14:52:02.092] getCompletionData: Get current token: 0.008851999416947365 +Info 3313 [14:52:02.092] getCompletionData: Is inside comment: 0.0025859996676445007 +Info 3314 [14:52:02.092] getCompletionData: Get previous token: 0.015528999269008636 +Info 3315 [14:52:02.092] getCompletionsAtPosition: isCompletionListBlocker: 0.002738000825047493 +Info 3316 [14:52:02.092] getCompletionData: Semantic work: 0.16796600073575974 +Info 3317 [14:52:02.095] getCompletionData: Get current token: 0.005357999354600906 +Info 3318 [14:52:02.095] getCompletionData: Is inside comment: 0.002546001225709915 +Info 3319 [14:52:02.095] getCompletionData: Get previous token: 0.019561998546123505 +Info 3320 [14:52:02.095] getCompletionsAtPosition: isCompletionListBlocker: 0.0017590001225471497 +Info 3321 [14:52:02.095] getCompletionData: Semantic work: 0.1350499987602234 +Info 3322 [14:52:02.096] getCompletionData: Get current token: 0.006319001317024231 +Info 3323 [14:52:02.096] getCompletionData: Is inside comment: 0.002379000186920166 +Info 3324 [14:52:02.096] getCompletionData: Get previous token: 0.02412799932062626 +Info 3325 [14:52:02.096] getCompletionsAtPosition: isCompletionListBlocker: 0.001711999997496605 +Info 3326 [14:52:02.097] getCompletionData: Semantic work: 0.18636399880051613 +Info 3327 [14:52:02.097] Format host information updated +Info 3328 [14:52:02.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3329 [14:52:02.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 7.538715999573469ms +Info 3330 [14:52:02.131] Different program with same set of files +Info 3331 [14:52:02.131] getCompletionData: Get current token: 0.0025849994271993637 +Info 3332 [14:52:02.131] getCompletionData: Is inside comment: 0.009284000843763351 +Info 3333 [14:52:02.131] getCompletionData: Get previous token: 0.005950000137090683 +Info 3334 [14:52:02.131] getCompletionsAtPosition: isCompletionListBlocker: 0.00870399922132492 +Info 3335 [14:52:02.132] getExportInfoMap: cache hit +Info 3336 [14:52:02.144] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 3337 [14:52:02.144] collectAutoImports: response is complete +Info 3338 [14:52:02.144] collectAutoImports: 11.942606000229716 +Info 3339 [14:52:02.144] getCompletionData: Semantic work: 12.509704999625683 +Info 3340 [14:52:02.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.338967999443412 +Info 3341 [14:52:02.151] Format host information updated +Info 3342 [14:52:22.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3343 [14:52:22.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 7.578178001567721ms +Info 3344 [14:52:22.053] Different program with same set of files +Info 3345 [14:52:22.053] getCompletionData: Get current token: 0.00238800048828125 +Info 3346 [14:52:22.053] getCompletionData: Is inside comment: 0.0011250004172325134 +Info 3347 [14:52:22.053] getCompletionData: Get previous token: 0.011857999488711357 +Info 3348 [14:52:22.053] getCompletionsAtPosition: isCompletionListBlocker: 0.0017179995775222778 +Info 3349 [14:52:22.053] Returning an empty list because completion was requested in an invalid position. +Info 3350 [14:52:22.053] Format host information updated +Info 3351 [14:52:22.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3352 [14:52:22.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 7.006308998912573ms +Info 3353 [14:52:22.341] Different program with same set of files +Info 3354 [14:52:22.341] getCompletionData: Get current token: 0.003554999828338623 +Info 3355 [14:52:22.341] getCompletionData: Is inside comment: 0.0014700014144182205 +Info 3356 [14:52:22.341] getCompletionData: Get previous token: 0.019094999879598618 +Info 3357 [14:52:22.341] getCompletionsAtPosition: isCompletionListBlocker: 0.0019570011645555496 +Info 3358 [14:52:22.341] Returning an empty list because completion was requested in an invalid position. +Info 3359 [14:52:22.341] Format host information updated +Info 3360 [14:54:35.082] Format host information updated +Info 3361 [14:54:35.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3362 [14:54:35.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 9.3856569994241ms +Info 3363 [14:54:35.092] Different program with same set of files +Info 3364 [14:54:35.537] Format host information updated +Info 3365 [14:54:35.538] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3366 [14:54:35.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 9.346999999135733ms +Info 3367 [14:54:35.547] Different program with same set of files +Info 3368 [14:54:37.830] getCompletionData: Get current token: 0.0029690004885196686 +Info 3369 [14:54:37.830] getCompletionData: Is inside comment: 0.01136000081896782 +Info 3370 [14:54:37.830] getCompletionData: Get previous token: 0.008671000599861145 +Info 3371 [14:54:37.830] getCompletionsAtPosition: isCompletionListBlocker: 0.0015739984810352325 +Info 3372 [14:54:37.830] Returning an empty list because completion was requested in an invalid position. +Info 3373 [14:54:38.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3374 [14:54:38.027] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 8.231728000566363ms +Info 3375 [14:54:38.027] Different program with same set of files +Info 3376 [14:54:38.027] getCompletionData: Get current token: 0.0038060005754232407 +Info 3377 [14:54:38.027] getCompletionData: Is inside comment: 0.0012669991701841354 +Info 3378 [14:54:38.027] getCompletionData: Get previous token: 0.023159001022577286 +Info 3379 [14:54:38.027] getCompletionsAtPosition: isCompletionListBlocker: 0.003554999828338623 +Info 3380 [14:54:38.027] Returning an empty list because completion was requested in an invalid position. +Info 3381 [14:54:38.027] Format host information updated +Info 3382 [14:54:38.976] Format host information updated +Info 3383 [14:54:38.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3384 [14:54:38.986] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 9.56275200098753ms +Info 3385 [14:54:38.986] Different program with same set of files +Info 3386 [14:54:39.712] Format host information updated +Info 3387 [14:54:39.712] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3388 [14:54:39.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 8.823101000860333ms +Info 3389 [14:54:39.721] Different program with same set of files +Info 3390 [14:54:39.857] Format host information updated +Info 3391 [14:54:39.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3392 [14:54:39.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 10.115086998790503ms +Info 3393 [14:54:39.867] Different program with same set of files +Info 3394 [14:54:40.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3395 [14:54:40.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 8.790829999372363ms +Info 3396 [14:54:40.867] Different program with same set of files +Info 3397 [14:54:40.868] getCompletionData: Get current token: 0.0024129990488290787 +Info 3398 [14:54:40.868] getCompletionData: Is inside comment: 0.0013159997761249542 +Info 3399 [14:54:40.868] getCompletionData: Get previous token: 0.012769000604748726 +Info 3400 [14:54:40.868] getCompletionsAtPosition: isCompletionListBlocker: 0.0015990007668733597 +Info 3401 [14:54:40.868] Returning an empty list because completion was requested in an invalid position. +Info 3402 [14:54:40.868] Format host information updated +Info 3403 [14:55:32.462] Format host information updated +Info 3404 [14:55:32.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3405 [14:55:32.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 8.193685000762343ms +Info 3406 [14:55:32.470] Different program with same set of files +Info 3407 [14:55:33.098] Format host information updated +Info 3408 [14:55:33.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3409 [14:55:33.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 11.334517000243068ms +Info 3410 [14:55:33.110] Different program with same set of files +Info 3411 [14:55:59.918] Format host information updated +Info 3412 [14:55:59.919] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3413 [14:55:59.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 10.530389999970794ms +Info 3414 [14:55:59.929] Different program with same set of files +Info 3415 [14:56:01.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3416 [14:56:01.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 10.494176000356674ms +Info 3417 [14:56:01.949] Different program with same set of files +Info 3418 [14:56:01.950] getCompletionData: Get current token: 0.00287800095975399 +Info 3419 [14:56:01.950] getCompletionData: Is inside comment: 0.009461000561714172 +Info 3420 [14:56:01.950] getCompletionData: Get previous token: 0.009814999997615814 +Info 3421 [14:56:01.950] getCompletionsAtPosition: isCompletionListBlocker: 0.001531999558210373 +Info 3422 [14:56:01.950] Returning an empty list because completion was requested in an invalid position. +Info 3423 [14:56:01.950] Format host information updated +Info 3424 [14:56:02.207] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3425 [14:56:02.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 27.151682998985052ms +Info 3426 [14:56:02.234] Different program with same set of files +Info 3427 [14:56:02.235] getCompletionData: Get current token: 0.005671000108122826 +Info 3428 [14:56:02.235] getCompletionData: Is inside comment: 0.017364999279379845 +Info 3429 [14:56:02.235] getCompletionData: Get previous token: 0.020733000710606575 +Info 3430 [14:56:02.235] getCompletionsAtPosition: isCompletionListBlocker: 0.0029689986258745193 +Info 3431 [14:56:02.235] Returning an empty list because completion was requested in an invalid position. +Info 3432 [14:56:02.235] Format host information updated +Info 3433 [14:56:02.285] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3434 [14:56:02.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 7.59889000095427ms +Info 3435 [14:56:02.292] Different program with same set of files +Info 3436 [14:56:02.293] getCompletionData: Get current token: 0.003599001094698906 +Info 3437 [14:56:02.293] getCompletionData: Is inside comment: 0.007640998810529709 +Info 3438 [14:56:02.293] getCompletionData: Get previous token: 0.010528000071644783 +Info 3439 [14:56:02.293] getCompletionsAtPosition: isCompletionListBlocker: 0.002013999968767166 +Info 3440 [14:56:02.293] Returning an empty list because completion was requested in an invalid position. +Info 3441 [14:56:02.293] Format host information updated +Info 3442 [14:56:02.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3443 [14:56:02.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 8.527483999729156ms +Info 3444 [14:56:02.403] Different program with same set of files +Info 3445 [14:56:02.403] getCompletionData: Get current token: 0.00221099890768528 +Info 3446 [14:56:02.403] getCompletionData: Is inside comment: 0.006959998980164528 +Info 3447 [14:56:02.403] getCompletionData: Get previous token: 0.008503001183271408 +Info 3448 [14:56:02.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0016130004078149796 +Info 3449 [14:56:02.404] Returning an empty list because completion was requested in an invalid position. +Info 3450 [14:56:02.404] Format host information updated +Info 3451 [14:56:02.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3452 [14:56:02.510] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 25.569166999310255ms +Info 3453 [14:56:02.510] Different program with same set of files +Info 3454 [14:56:02.511] getCompletionData: Get current token: 0.010989999398589134 +Info 3455 [14:56:02.511] getCompletionData: Is inside comment: 0.025731999427080154 +Info 3456 [14:56:02.511] getCompletionData: Get previous token: 0.03471600078046322 +Info 3457 [14:56:02.511] getCompletionsAtPosition: isCompletionListBlocker: 0.004614999517798424 +Info 3458 [14:56:02.511] Returning an empty list because completion was requested in an invalid position. +Info 3459 [14:56:02.514] Format host information updated +Info 3460 [14:56:02.547] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3461 [14:56:02.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 6.7551679983735085ms +Info 3462 [14:56:02.554] Different program with same set of files +Info 3463 [14:56:02.554] getCompletionData: Get current token: 0.0031960010528564453 +Info 3464 [14:56:02.554] getCompletionData: Is inside comment: 0.007169999182224274 +Info 3465 [14:56:02.554] getCompletionData: Get previous token: 0.010176999494433403 +Info 3466 [14:56:02.554] getCompletionsAtPosition: isCompletionListBlocker: 0.0018809996545314789 +Info 3467 [14:56:02.554] Returning an empty list because completion was requested in an invalid position. +Info 3468 [14:56:02.554] Format host information updated +Info 3469 [14:56:02.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3470 [14:56:02.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 29.460412999615073ms +Info 3471 [14:56:02.738] Different program with same set of files +Info 3472 [14:56:02.738] getCompletionData: Get current token: 0.007610000669956207 +Info 3473 [14:56:02.738] getCompletionData: Is inside comment: 0.024685999378561974 +Info 3474 [14:56:02.738] getCompletionData: Get previous token: 0.029895000159740448 +Info 3475 [14:56:02.738] getCompletionsAtPosition: isCompletionListBlocker: 0.004243001341819763 +Info 3476 [14:56:02.738] Returning an empty list because completion was requested in an invalid position. +Info 3477 [14:56:02.739] Format host information updated +Info 3478 [14:56:02.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3479 [14:56:02.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 8.367716999724507ms +Info 3480 [14:56:02.848] Different program with same set of files +Info 3481 [14:56:02.848] getCompletionData: Get current token: 0.0026299990713596344 +Info 3482 [14:56:02.848] getCompletionData: Is inside comment: 0.008488999679684639 +Info 3483 [14:56:02.848] getCompletionData: Get previous token: 0.009751999750733376 +Info 3484 [14:56:02.848] getCompletionsAtPosition: isCompletionListBlocker: 0.0018160007894039154 +Info 3485 [14:56:02.848] Returning an empty list because completion was requested in an invalid position. +Info 3486 [14:56:02.848] Format host information updated +Info 3487 [14:56:02.978] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3488 [14:56:02.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 14.78796299919486ms +Info 3489 [14:56:02.993] Different program with same set of files +Info 3490 [14:56:02.993] getCompletionData: Get current token: 0.0038610007613897324 +Info 3491 [14:56:02.993] getCompletionData: Is inside comment: 0.012238999828696251 +Info 3492 [14:56:02.993] getCompletionData: Get previous token: 0.014957999810576439 +Info 3493 [14:56:02.993] getCompletionsAtPosition: isCompletionListBlocker: 0.002566000446677208 +Info 3494 [14:56:02.993] Returning an empty list because completion was requested in an invalid position. +Info 3495 [14:56:02.994] Format host information updated +Info 3496 [14:56:03.039] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3497 [14:56:03.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 5.659459998831153ms +Info 3498 [14:56:03.044] Different program with same set of files +Info 3499 [14:56:03.044] getCompletionData: Get current token: 0.0022820010781288147 +Info 3500 [14:56:03.044] getCompletionData: Is inside comment: 0.007193000987172127 +Info 3501 [14:56:03.044] getCompletionData: Get previous token: 0.0090589988976717 +Info 3502 [14:56:03.044] getCompletionsAtPosition: isCompletionListBlocker: 0.002019999548792839 +Info 3503 [14:56:03.044] Returning an empty list because completion was requested in an invalid position. +Info 3504 [14:56:03.045] Format host information updated +Info 3505 [14:56:03.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3506 [14:56:03.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 6.721253998577595ms +Info 3507 [14:56:03.223] Different program with same set of files +Info 3508 [14:56:03.223] getCompletionData: Get current token: 0.0022449996322393417 +Info 3509 [14:56:03.223] getCompletionData: Is inside comment: 0.007519999518990517 +Info 3510 [14:56:03.223] getCompletionData: Get previous token: 0.008847000077366829 +Info 3511 [14:56:03.223] getCompletionsAtPosition: isCompletionListBlocker: 0.0018329992890357971 +Info 3512 [14:56:03.223] Returning an empty list because completion was requested in an invalid position. +Info 3513 [14:56:03.223] Format host information updated +Info 3514 [14:56:03.679] Format host information updated +Info 3515 [14:56:03.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3516 [14:56:03.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 9.916152998805046ms +Info 3517 [14:56:03.689] Different program with same set of files +Info 3518 [14:56:03.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3519 [14:56:03.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 8.063740000128746ms +Info 3520 [14:56:03.913] Different program with same set of files +Info 3521 [14:56:03.913] getCompletionData: Get current token: 0.003550000488758087 +Info 3522 [14:56:03.913] getCompletionData: Is inside comment: 0.0060259997844696045 +Info 3523 [14:56:03.913] getCompletionData: Get previous token: 0.0038070008158683777 +Info 3524 [14:56:03.913] getCompletionsAtPosition: isCompletionListBlocker: 0.005682000890374184 +Info 3525 [14:56:03.913] Returning an empty list because completion was requested in an invalid position. +Info 3526 [14:56:03.913] Format host information updated +Info 3527 [14:56:04.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3528 [14:56:04.060] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 7.295693000778556ms +Info 3529 [14:56:04.060] Different program with same set of files +Info 3530 [14:56:04.060] getCompletionData: Get current token: 0.002582000568509102 +Info 3531 [14:56:04.060] getCompletionData: Is inside comment: 0.0030119996517896652 +Info 3532 [14:56:04.060] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3533 [14:56:04.064] Format host information updated +Info 3534 [14:56:04.431] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3535 [14:56:04.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 26.671078000217676ms +Info 3536 [14:56:04.457] Different program with same set of files +Info 3537 [14:56:04.458] getCompletionData: Get current token: 0.01380699872970581 +Info 3538 [14:56:04.458] getCompletionData: Is inside comment: 0.022830000147223473 +Info 3539 [14:56:04.458] getCompletionData: Get previous token: 0.014650000259280205 +Info 3540 [14:56:04.458] getCompletionsAtPosition: isCompletionListBlocker: 0.021764000877738 +Info 3541 [14:56:04.458] Returning an empty list because completion was requested in an invalid position. +Info 3542 [14:56:04.459] Format host information updated +Info 3543 [14:56:04.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3544 [14:56:04.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 22.973334999755025ms +Info 3545 [14:56:04.617] Different program with same set of files +Info 3546 [14:56:04.618] getCompletionData: Get current token: 0.0027000010013580322 +Info 3547 [14:56:04.618] getCompletionData: Is inside comment: 0.04692099988460541 +Info 3548 [14:56:04.618] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3549 [14:56:04.618] Format host information updated +Info 3550 [14:56:04.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3551 [14:56:04.749] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 23.119026001542807ms +Info 3552 [14:56:04.749] Different program with same set of files +Info 3553 [14:56:04.749] getCompletionData: Get current token: 0.0063459984958171844 +Info 3554 [14:56:04.749] getCompletionData: Is inside comment: 0.022388000041246414 +Info 3555 [14:56:04.756] Format host information updated +Info 3556 [14:56:04.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3557 [14:56:04.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 22.724578000605106ms +Info 3558 [14:56:04.865] Different program with same set of files +Info 3559 [14:56:04.865] getCompletionData: Get current token: 0.0036760009825229645 +Info 3560 [14:56:04.865] getCompletionData: Is inside comment: 0.013856999576091766 +Info 3561 [14:56:04.866] Format host information updated +Info 3562 [14:56:04.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3563 [14:56:04.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 22.68801699951291ms +Info 3564 [14:56:04.985] Different program with same set of files +Info 3565 [14:56:04.985] getCompletionData: Get current token: 0.004123000428080559 +Info 3566 [14:56:04.985] getCompletionData: Is inside comment: 0.01420300081372261 +Info 3567 [14:56:04.990] Format host information updated +Info 3568 [14:56:05.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3569 [14:56:05.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 5.8193820007145405ms +Info 3570 [14:56:05.194] Different program with same set of files +Info 3571 [14:56:05.194] getCompletionData: Get current token: 0.001887001097202301 +Info 3572 [14:56:05.194] getCompletionData: Is inside comment: 0.02659899927675724 +Info 3573 [14:56:05.194] getCompletionData: Get previous token: 0.004016999155282974 +Info 3574 [14:56:05.194] getCompletionsAtPosition: isCompletionListBlocker: 0.013896999880671501 +Info 3575 [14:56:05.195] getExportInfoMap: cache miss or empty; calculating new results +Info 3576 [14:56:05.214] forEachExternalModuleToImportFrom autoImportProvider: 6.664344999939203 +Info 3577 [14:56:05.214] getExportInfoMap: done in 18.81967099942267 ms +Info 3578 [14:56:05.237] collectAutoImports: resolved 23 module specifiers, plus 219 ambient and 849 from cache +Info 3579 [14:56:05.237] collectAutoImports: response is complete +Info 3580 [14:56:05.237] collectAutoImports: 22.489540001377463 +Info 3581 [14:56:05.237] getCompletionData: Semantic work: 42.21814100071788 +Info 3582 [14:56:05.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1298009995371103 +Info 3583 [14:56:05.245] Format host information updated +Info 3584 [14:56:05.560] Format host information updated +Info 3585 [14:56:05.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3586 [14:56:05.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 6.24643100053072ms +Info 3587 [14:56:05.566] Different program with same set of files +Info 3588 [14:56:06.098] Format host information updated +Info 3589 [14:56:06.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3590 [14:56:06.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 6.80061399936676ms +Info 3591 [14:56:06.105] Different program with same set of files +Info 3592 [14:56:06.778] Format host information updated +Info 3593 [14:56:06.778] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3594 [14:56:06.785] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 6.15913400053978ms +Info 3595 [14:56:06.785] Different program with same set of files +Info 3596 [14:56:07.154] Format host information updated +Info 3597 [14:56:07.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3598 [14:56:07.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 5.786074999719858ms +Info 3599 [14:56:07.160] Different program with same set of files +Info 3600 [14:56:07.555] getCompletionData: Get current token: 0.0015920009464025497 +Info 3601 [14:56:07.555] getCompletionData: Is inside comment: 0.006443001329898834 +Info 3602 [14:56:08.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3603 [14:56:08.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 5.625273000448942ms +Info 3604 [14:56:08.233] Different program with same set of files +Info 3605 [14:56:08.233] getCompletionData: Get current token: 0.001367000862956047 +Info 3606 [14:56:08.233] getCompletionData: Is inside comment: 0.00539800152182579 +Info 3607 [14:56:08.235] Format host information updated +Info 3608 [14:56:08.409] Format host information updated +Info 3609 [14:56:08.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3610 [14:56:08.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 5.984006000682712ms +Info 3611 [14:56:08.416] Different program with same set of files +Info 3612 [14:56:08.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3613 [14:56:08.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 5.7218209989368916ms +Info 3614 [14:56:08.636] Different program with same set of files +Info 3615 [14:56:08.636] getCompletionData: Get current token: 0.0016019996255636215 +Info 3616 [14:56:08.636] getCompletionData: Is inside comment: 0.006616000086069107 +Info 3617 [14:56:08.636] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3618 [14:56:08.636] Format host information updated +Info 3619 [14:56:08.909] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3620 [14:56:08.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 7.63692800141871ms +Info 3621 [14:56:08.917] Different program with same set of files +Info 3622 [14:56:08.917] getCompletionData: Get current token: 0.0019380003213882446 +Info 3623 [14:56:08.917] getCompletionData: Is inside comment: 0.007445000112056732 +Info 3624 [14:56:08.917] Format host information updated +Info 3625 [14:56:09.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3626 [14:56:09.135] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 5.651553999632597ms +Info 3627 [14:56:09.135] Different program with same set of files +Info 3628 [14:56:09.135] getCompletionData: Get current token: 0.0019739996641874313 +Info 3629 [14:56:09.135] getCompletionData: Is inside comment: 0.007764000445604324 +Info 3630 [14:56:09.135] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3631 [14:56:09.136] Format host information updated +Info 3632 [14:56:09.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3633 [14:56:09.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 5.762985000386834ms +Info 3634 [14:56:09.421] Different program with same set of files +Info 3635 [14:56:09.421] getCompletionData: Get current token: 0.0019990000873804092 +Info 3636 [14:56:09.421] getCompletionData: Is inside comment: 0.010244999080896378 +Info 3637 [14:56:09.421] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3638 [14:56:09.423] Format host information updated +Info 3639 [14:56:09.538] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3640 [14:56:09.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 5.883693000301719ms +Info 3641 [14:56:09.544] Different program with same set of files +Info 3642 [14:56:09.544] getCompletionData: Get current token: 0.0020649991929531097 +Info 3643 [14:56:09.544] getCompletionData: Is inside comment: 0.008879000321030617 +Info 3644 [14:56:09.544] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3645 [14:56:09.545] Format host information updated +Info 3646 [14:56:09.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3647 [14:56:09.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 5.757865000516176ms +Info 3648 [14:56:09.632] Different program with same set of files +Info 3649 [14:56:09.632] getCompletionData: Get current token: 0.0024860017001628876 +Info 3650 [14:56:09.632] getCompletionData: Is inside comment: 0.008826000615954399 +Info 3651 [14:56:09.632] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3652 [14:56:09.632] Format host information updated +Info 3653 [14:56:09.734] Format host information updated +Info 3654 [14:56:09.734] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3655 [14:56:09.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 7.799356000497937ms +Info 3656 [14:56:09.742] Different program with same set of files +Info 3657 [14:56:10.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3658 [14:56:10.085] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 6.750969000160694ms +Info 3659 [14:56:10.085] Different program with same set of files +Info 3660 [14:56:10.085] getCompletionData: Get current token: 0.002383001148700714 +Info 3661 [14:56:10.085] getCompletionData: Is inside comment: 0.01161699928343296 +Info 3662 [14:56:10.085] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3663 [14:56:10.086] Format host information updated +Info 3664 [14:56:10.207] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3665 [14:56:10.213] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 6.297263998538256ms +Info 3666 [14:56:10.213] Different program with same set of files +Info 3667 [14:56:10.213] getCompletionData: Get current token: 0.002211999148130417 +Info 3668 [14:56:10.213] getCompletionData: Is inside comment: 0.008885001763701439 +Info 3669 [14:56:10.213] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3670 [14:56:10.216] Format host information updated +Info 3671 [14:56:10.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3672 [14:56:10.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 6.008456001058221ms +Info 3673 [14:56:10.422] Different program with same set of files +Info 3674 [14:56:10.422] getCompletionData: Get current token: 0.0021359995007514954 +Info 3675 [14:56:10.422] getCompletionData: Is inside comment: 0.00912100076675415 +Info 3676 [14:56:10.422] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3677 [14:56:10.422] Format host information updated +Info 3678 [14:56:10.510] Format host information updated +Info 3679 [14:56:10.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3680 [14:56:10.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 5.870579998940229ms +Info 3681 [14:56:10.516] Different program with same set of files +Info 3682 [14:56:11.034] getCompletionData: Get current token: 0.0029589999467134476 +Info 3683 [14:56:11.034] getCompletionData: Is inside comment: 0.00885700061917305 +Info 3684 [14:56:11.034] getCompletionData: Get previous token: 0.0058459993451833725 +Info 3685 [14:56:11.034] getCompletionsAtPosition: isCompletionListBlocker: 0.0165879987180233 +Info 3686 [14:56:11.034] getExportInfoMap: cache hit +Info 3687 [14:56:11.049] collectAutoImports: resolved 1 module specifiers, plus 175 ambient and 1048 from cache +Info 3688 [14:56:11.049] collectAutoImports: response is complete +Info 3689 [14:56:11.049] collectAutoImports: 14.520538000389934 +Info 3690 [14:56:11.049] getCompletionData: Semantic work: 15.124122999608517 +Info 3691 [14:56:11.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.390091000124812 +Info 3692 [14:56:11.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3693 [14:56:11.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 7.822030000388622ms +Info 3694 [14:56:11.675] Different program with same set of files +Info 3695 [14:56:11.675] getCompletionData: Get current token: 0.0031090006232261658 +Info 3696 [14:56:11.675] getCompletionData: Is inside comment: 0.011754000559449196 +Info 3697 [14:56:11.675] getCompletionData: Get previous token: 0.008470999076962471 +Info 3698 [14:56:11.675] getCompletionsAtPosition: isCompletionListBlocker: 0.0039879996329545975 +Info 3699 [14:56:11.675] getExportInfoMap: cache hit +Info 3700 [14:56:11.687] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3701 [14:56:11.687] collectAutoImports: response is complete +Info 3702 [14:56:11.687] collectAutoImports: 11.66478099860251 +Info 3703 [14:56:11.687] getCompletionData: Semantic work: 12.221403999254107 +Info 3704 [14:56:11.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.605649000033736 +Info 3705 [14:56:11.697] Format host information updated +Info 3706 [14:56:11.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3707 [14:56:11.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 5.700186999514699ms +Info 3708 [14:56:11.732] Different program with same set of files +Info 3709 [14:56:11.732] getCompletionData: Get current token: 0.002887999638915062 +Info 3710 [14:56:11.732] getCompletionData: Is inside comment: 0.010019000619649887 +Info 3711 [14:56:11.732] getCompletionData: Get previous token: 0.006787000223994255 +Info 3712 [14:56:11.732] getCompletionsAtPosition: isCompletionListBlocker: 0.007733998820185661 +Info 3713 [14:56:11.732] getExportInfoMap: cache hit +Info 3714 [14:56:11.742] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3715 [14:56:11.742] collectAutoImports: response is complete +Info 3716 [14:56:11.742] collectAutoImports: 9.839080000296235 +Info 3717 [14:56:11.742] getCompletionData: Semantic work: 10.313877999782562 +Info 3718 [14:56:11.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.32217999920249 +Info 3719 [14:56:11.751] Format host information updated +Info 3720 [14:56:12.098] getCompletionData: Get current token: 0.0028050001710653305 +Info 3721 [14:56:12.098] getCompletionData: Is inside comment: 0.008500000461935997 +Info 3722 [14:56:12.098] getCompletionData: Get previous token: 0.005900999531149864 +Info 3723 [14:56:12.098] getCompletionsAtPosition: isCompletionListBlocker: 0.0026920009404420853 +Info 3724 [14:56:12.098] Returning an empty list because completion was requested in an invalid position. +Info 3725 [14:56:12.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3726 [14:56:12.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 8.519853999838233ms +Info 3727 [14:56:12.421] Different program with same set of files +Info 3728 [14:56:12.421] getCompletionData: Get current token: 0.0031519997864961624 +Info 3729 [14:56:12.421] getCompletionData: Is inside comment: 0.008943000808358192 +Info 3730 [14:56:12.421] getCompletionData: Get previous token: 0.01028900034725666 +Info 3731 [14:56:12.421] getCompletionsAtPosition: isCompletionListBlocker: 0.016755999997258186 +Info 3732 [14:56:12.421] getExportInfoMap: cache hit +Info 3733 [14:56:12.424] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 3734 [14:56:12.424] collectAutoImports: response is complete +Info 3735 [14:56:12.424] collectAutoImports: 2.5460579991340637 +Info 3736 [14:56:12.424] getCompletionData: Semantic work: 3.0651890002191067 +Info 3737 [14:56:12.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8505489993840456 +Info 3738 [14:56:12.427] Format host information updated +Info 3739 [14:56:12.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3740 [14:56:12.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 6.102739999070764ms +Info 3741 [14:56:12.680] Different program with same set of files +Info 3742 [14:56:12.680] getCompletionData: Get current token: 0.0037910006940364838 +Info 3743 [14:56:12.680] getCompletionData: Is inside comment: 0.013235999271273613 +Info 3744 [14:56:12.680] getCompletionData: Get previous token: 0.008531998842954636 +Info 3745 [14:56:12.680] getCompletionsAtPosition: isCompletionListBlocker: 0.0031380001455545425 +Info 3746 [14:56:12.683] getExportInfoMap: cache hit +Info 3747 [14:56:12.693] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3748 [14:56:12.693] collectAutoImports: response is complete +Info 3749 [14:56:12.693] collectAutoImports: 10.36798799969256 +Info 3750 [14:56:12.693] getCompletionData: Semantic work: 12.797713998705149 +Info 3751 [14:56:12.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0790720004588366 +Info 3752 [14:56:12.704] Format host information updated +Info 3753 [14:56:12.791] Format host information updated +Info 3754 [14:56:12.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3755 [14:56:12.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 6.153261000290513ms +Info 3756 [14:56:12.798] Different program with same set of files +Info 3757 [14:56:12.963] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3758 [14:56:12.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 5.632089000195265ms +Info 3759 [14:56:12.968] Different program with same set of files +Info 3760 [14:56:12.969] getCompletionData: Get current token: 0.0032989997416734695 +Info 3761 [14:56:12.969] getCompletionData: Is inside comment: 0.011227000504732132 +Info 3762 [14:56:12.969] getCompletionData: Get previous token: 0.014433998614549637 +Info 3763 [14:56:12.969] getCompletionsAtPosition: isCompletionListBlocker: 0.002836998552083969 +Info 3764 [14:56:12.969] getExportInfoMap: cache hit +Info 3765 [14:56:12.972] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 3766 [14:56:12.972] collectAutoImports: response is complete +Info 3767 [14:56:12.972] collectAutoImports: 2.7986780013889074 +Info 3768 [14:56:12.972] getCompletionData: Semantic work: 3.297869998961687 +Info 3769 [14:56:12.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0046939998865128 +Info 3770 [14:56:12.975] Format host information updated +Info 3771 [14:56:13.138] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3772 [14:56:13.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 8.576936999335885ms +Info 3773 [14:56:13.147] Different program with same set of files +Info 3774 [14:56:13.147] getCompletionData: Get current token: 0.003057999536395073 +Info 3775 [14:56:13.147] getCompletionData: Is inside comment: 0.00993799977004528 +Info 3776 [14:56:13.147] getCompletionData: Get previous token: 0.01218000054359436 +Info 3777 [14:56:13.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0029559992253780365 +Info 3778 [14:56:13.147] getExportInfoMap: cache hit +Info 3779 [14:56:13.149] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 56 from cache +Info 3780 [14:56:13.149] collectAutoImports: response is complete +Info 3781 [14:56:13.149] collectAutoImports: 1.6159579996019602 +Info 3782 [14:56:13.149] getCompletionData: Semantic work: 2.0556329991668463 +Info 3783 [14:56:13.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7531519997864962 +Info 3784 [14:56:13.151] Format host information updated +Info 3785 [14:56:13.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3786 [14:56:13.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 6.3965229988098145ms +Info 3787 [14:56:13.493] Different program with same set of files +Info 3788 [14:56:13.494] getCompletionData: Get current token: 0.0026730000972747803 +Info 3789 [14:56:13.494] getCompletionData: Is inside comment: 0.010622000321745872 +Info 3790 [14:56:13.494] getCompletionData: Get previous token: 0.014626000076532364 +Info 3791 [14:56:13.494] getCompletionsAtPosition: isCompletionListBlocker: 0.0027980003505945206 +Info 3792 [14:56:13.494] getExportInfoMap: cache hit +Info 3793 [14:56:13.497] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 58 from cache +Info 3794 [14:56:13.497] collectAutoImports: response is complete +Info 3795 [14:56:13.497] collectAutoImports: 2.572790998965502 +Info 3796 [14:56:13.497] getCompletionData: Semantic work: 3.07668000087142 +Info 3797 [14:56:13.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7487259991467 +Info 3798 [14:56:13.501] Format host information updated +Info 3799 [14:56:13.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3800 [14:56:13.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 23.315182998776436ms +Info 3801 [14:56:13.626] Different program with same set of files +Info 3802 [14:56:13.627] getCompletionData: Get current token: 0.011033998802304268 +Info 3803 [14:56:13.627] getCompletionData: Is inside comment: 0.034352000802755356 +Info 3804 [14:56:13.627] getCompletionData: Get previous token: 0.044759999960660934 +Info 3805 [14:56:13.627] getCompletionsAtPosition: isCompletionListBlocker: 0.006845001131296158 +Info 3806 [14:56:13.628] getExportInfoMap: cache hit +Info 3807 [14:56:13.634] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 3808 [14:56:13.634] collectAutoImports: response is complete +Info 3809 [14:56:13.634] collectAutoImports: 5.564875999465585 +Info 3810 [14:56:13.634] getCompletionData: Semantic work: 6.938006998971105 +Info 3811 [14:56:13.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7841180004179478 +Info 3812 [14:56:13.639] Format host information updated +Info 3813 [14:56:13.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3814 [14:56:13.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 7.657370999455452ms +Info 3815 [14:56:13.674] Different program with same set of files +Info 3816 [14:56:13.675] getCompletionData: Get current token: 0.00471000000834465 +Info 3817 [14:56:13.675] getCompletionData: Is inside comment: 0.015613999217748642 +Info 3818 [14:56:13.675] getCompletionData: Get previous token: 0.020208999514579773 +Info 3819 [14:56:13.675] getCompletionsAtPosition: isCompletionListBlocker: 0.003880999982357025 +Info 3820 [14:56:13.675] getExportInfoMap: cache hit +Info 3821 [14:56:13.678] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 3822 [14:56:13.678] collectAutoImports: response is complete +Info 3823 [14:56:13.678] collectAutoImports: 2.3867990002036095 +Info 3824 [14:56:13.678] getCompletionData: Semantic work: 3.061923000961542 +Info 3825 [14:56:13.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5032160002738237 +Info 3826 [14:56:13.684] Format host information updated +Info 3827 [14:56:13.872] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3828 [14:56:13.879] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 6.029773000627756ms +Info 3829 [14:56:13.879] Different program with same set of files +Info 3830 [14:56:13.879] getCompletionData: Get current token: 0.0038129985332489014 +Info 3831 [14:56:13.879] getCompletionData: Is inside comment: 0.012662000954151154 +Info 3832 [14:56:13.879] getCompletionData: Get previous token: 0.015607999637722969 +Info 3833 [14:56:13.879] getCompletionsAtPosition: isCompletionListBlocker: 0.002875998616218567 +Info 3834 [14:56:13.879] getExportInfoMap: cache hit +Info 3835 [14:56:13.881] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 3836 [14:56:13.881] collectAutoImports: response is complete +Info 3837 [14:56:13.881] collectAutoImports: 1.8709389995783567 +Info 3838 [14:56:13.881] getCompletionData: Semantic work: 2.3537640012800694 +Info 3839 [14:56:13.883] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9740909989923239 +Info 3840 [14:56:13.884] Format host information updated +Info 3841 [14:56:14.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3842 [14:56:14.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 5.9725160002708435ms +Info 3843 [14:56:14.077] Different program with same set of files +Info 3844 [14:56:14.077] getCompletionData: Get current token: 0.003368999809026718 +Info 3845 [14:56:14.077] getCompletionData: Is inside comment: 0.010414998978376389 +Info 3846 [14:56:14.077] getCompletionData: Get previous token: 0.012932999059557915 +Info 3847 [14:56:14.077] getCompletionsAtPosition: isCompletionListBlocker: 0.0027900002896785736 +Info 3848 [14:56:14.078] getExportInfoMap: cache hit +Info 3849 [14:56:14.081] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 3850 [14:56:14.081] collectAutoImports: response is complete +Info 3851 [14:56:14.081] collectAutoImports: 3.741967000067234 +Info 3852 [14:56:14.081] getCompletionData: Semantic work: 4.323573000729084 +Info 3853 [14:56:14.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8433159999549389 +Info 3854 [14:56:14.084] Format host information updated +Info 3855 [14:56:14.137] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3856 [14:56:14.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 12.869240999221802ms +Info 3857 [14:56:14.150] Different program with same set of files +Info 3858 [14:56:14.150] getCompletionData: Get current token: 0.0082940012216568 +Info 3859 [14:56:14.150] getCompletionData: Is inside comment: 0.026708999648690224 +Info 3860 [14:56:14.150] getCompletionData: Get previous token: 0.034895000979304314 +Info 3861 [14:56:14.150] getCompletionsAtPosition: isCompletionListBlocker: 0.005843000486493111 +Info 3862 [14:56:14.151] getExportInfoMap: cache hit +Info 3863 [14:56:14.155] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 3864 [14:56:14.155] collectAutoImports: response is complete +Info 3865 [14:56:14.155] collectAutoImports: 4.224375998601317 +Info 3866 [14:56:14.155] getCompletionData: Semantic work: 5.217561000958085 +Info 3867 [14:56:14.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.650690000504255 +Info 3868 [14:56:14.162] Format host information updated +Info 3869 [14:56:14.516] getCompletionData: Get current token: 0.003356998786330223 +Info 3870 [14:56:14.516] getCompletionData: Is inside comment: 0.009651999920606613 +Info 3871 [14:56:14.516] getCompletionData: Get previous token: 0.006272999569773674 +Info 3872 [14:56:14.516] getCompletionsAtPosition: isCompletionListBlocker: 0.009421000257134438 +Info 3873 [14:56:14.517] getExportInfoMap: cache hit +Info 3874 [14:56:14.528] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3875 [14:56:14.528] collectAutoImports: response is complete +Info 3876 [14:56:14.528] collectAutoImports: 11.775019999593496 +Info 3877 [14:56:14.528] getCompletionData: Semantic work: 12.252031000331044 +Info 3878 [14:56:14.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6361960005015135 +Info 3879 [14:56:14.663] Format host information updated +Info 3880 [14:56:14.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3881 [14:56:14.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 6.003674998879433ms +Info 3882 [14:56:14.670] Different program with same set of files +Info 3883 [14:56:14.997] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3884 [14:56:15.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 5.865746999159455ms +Info 3885 [14:56:15.003] Different program with same set of files +Info 3886 [14:56:15.003] getCompletionData: Get current token: 0.003209998831152916 +Info 3887 [14:56:15.003] getCompletionData: Is inside comment: 0.010014999657869339 +Info 3888 [14:56:15.003] getCompletionData: Get previous token: 0.0065109990537166595 +Info 3889 [14:56:15.003] getCompletionsAtPosition: isCompletionListBlocker: 0.00826999917626381 +Info 3890 [14:56:15.004] getExportInfoMap: cache hit +Info 3891 [14:56:15.014] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3892 [14:56:15.014] collectAutoImports: response is complete +Info 3893 [14:56:15.014] collectAutoImports: 9.763584999367595 +Info 3894 [14:56:15.014] getCompletionData: Semantic work: 10.233171999454498 +Info 3895 [14:56:15.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.191510999575257 +Info 3896 [14:56:15.023] Format host information updated +Info 3897 [14:56:15.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3898 [14:56:15.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 5.987246001139283ms +Info 3899 [14:56:15.204] Different program with same set of files +Info 3900 [14:56:15.204] getCompletionData: Get current token: 0.0033129993826150894 +Info 3901 [14:56:15.204] getCompletionData: Is inside comment: 0.010201999917626381 +Info 3902 [14:56:15.204] getCompletionData: Get previous token: 0.006706001237034798 +Info 3903 [14:56:15.204] getCompletionsAtPosition: isCompletionListBlocker: 0.008261999115347862 +Info 3904 [14:56:15.204] getExportInfoMap: cache hit +Info 3905 [14:56:15.215] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3906 [14:56:15.215] collectAutoImports: response is complete +Info 3907 [14:56:15.215] collectAutoImports: 10.979652998968959 +Info 3908 [14:56:15.215] getCompletionData: Semantic work: 11.42153500020504 +Info 3909 [14:56:15.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.329928999766707 +Info 3910 [14:56:15.223] Format host information updated +Info 3911 [14:56:15.258] Format host information updated +Info 3912 [14:56:15.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3913 [14:56:15.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 7.163226999342442ms +Info 3914 [14:56:15.266] Different program with same set of files +Info 3915 [14:56:16.152] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3916 [14:56:16.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 6.235845999792218ms +Info 3917 [14:56:16.158] Different program with same set of files +Info 3918 [14:56:16.158] getCompletionData: Get current token: 0.0027830004692077637 +Info 3919 [14:56:16.158] getCompletionData: Is inside comment: 0.008716000244021416 +Info 3920 [14:56:16.158] getCompletionData: Get previous token: 0.010955000296235085 +Info 3921 [14:56:16.158] getCompletionsAtPosition: isCompletionListBlocker: 0.008187999948859215 +Info 3922 [14:56:16.159] getExportInfoMap: cache hit +Info 3923 [14:56:16.164] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 3924 [14:56:16.164] collectAutoImports: response is complete +Info 3925 [14:56:16.164] collectAutoImports: 5.4903140012174845 +Info 3926 [14:56:16.164] getCompletionData: Semantic work: 5.9321209993213415 +Info 3927 [14:56:16.166] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.233908001333475 +Info 3928 [14:56:16.168] Format host information updated +Info 3929 [14:56:16.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3930 [14:56:16.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 5.851452000439167ms +Info 3931 [14:56:16.348] Different program with same set of files +Info 3932 [14:56:16.348] getCompletionData: Get current token: 0.0029750000685453415 +Info 3933 [14:56:16.348] getCompletionData: Is inside comment: 0.009649999439716339 +Info 3934 [14:56:16.348] getCompletionData: Get previous token: 0.012124000117182732 +Info 3935 [14:56:16.348] getCompletionsAtPosition: isCompletionListBlocker: 0.007589999586343765 +Info 3936 [14:56:16.349] getExportInfoMap: cache hit +Info 3937 [14:56:16.352] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 142 from cache +Info 3938 [14:56:16.352] collectAutoImports: response is complete +Info 3939 [14:56:16.352] collectAutoImports: 3.447697000578046 +Info 3940 [14:56:16.352] getCompletionData: Semantic work: 3.894589999690652 +Info 3941 [14:56:16.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.114230999723077 +Info 3942 [14:56:16.357] Format host information updated +Info 3943 [14:56:16.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3944 [14:56:16.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 22.453758001327515ms +Info 3945 [14:56:16.436] Different program with same set of files +Info 3946 [14:56:16.437] getCompletionData: Get current token: 0.013321999460458755 +Info 3947 [14:56:16.437] getCompletionData: Is inside comment: 0.04129499942064285 +Info 3948 [14:56:16.437] getCompletionData: Get previous token: 0.05884299986064434 +Info 3949 [14:56:16.437] getCompletionsAtPosition: isCompletionListBlocker: 0.027152998372912407 +Info 3950 [14:56:16.439] getExportInfoMap: cache hit +Info 3951 [14:56:16.448] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 93 from cache +Info 3952 [14:56:16.448] collectAutoImports: response is complete +Info 3953 [14:56:16.448] collectAutoImports: 9.294164000079036 +Info 3954 [14:56:16.448] getCompletionData: Semantic work: 10.982557000592351 +Info 3955 [14:56:16.453] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.375693000853062 +Info 3956 [14:56:16.454] Format host information updated +Info 3957 [14:56:16.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3958 [14:56:16.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 5.93610000051558ms +Info 3959 [14:56:16.632] Different program with same set of files +Info 3960 [14:56:16.633] getCompletionData: Get current token: 0.0033410005271434784 +Info 3961 [14:56:16.633] getCompletionData: Is inside comment: 0.011064998805522919 +Info 3962 [14:56:16.633] getCompletionData: Get previous token: 0.013073001056909561 +Info 3963 [14:56:16.633] getCompletionsAtPosition: isCompletionListBlocker: 0.008715000003576279 +Info 3964 [14:56:16.633] getExportInfoMap: cache hit +Info 3965 [14:56:16.635] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 11 from cache +Info 3966 [14:56:16.635] collectAutoImports: response is complete +Info 3967 [14:56:16.635] collectAutoImports: 2.159376000985503 +Info 3968 [14:56:16.635] getCompletionData: Semantic work: 2.6305650006979704 +Info 3969 [14:56:16.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.989375000819564 +Info 3970 [14:56:16.640] Format host information updated +Info 3971 [14:56:16.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3972 [14:56:16.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 6.040675999596715ms +Info 3973 [14:56:16.763] Different program with same set of files +Info 3974 [14:56:16.763] getCompletionData: Get current token: 0.0034389998763799667 +Info 3975 [14:56:16.763] getCompletionData: Is inside comment: 0.011048000305891037 +Info 3976 [14:56:16.763] getCompletionData: Get previous token: 0.013160999864339828 +Info 3977 [14:56:16.763] getCompletionsAtPosition: isCompletionListBlocker: 0.008510001003742218 +Info 3978 [14:56:16.764] getExportInfoMap: cache hit +Info 3979 [14:56:16.766] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3980 [14:56:16.766] collectAutoImports: response is complete +Info 3981 [14:56:16.766] collectAutoImports: 2.078235000371933 +Info 3982 [14:56:16.766] getCompletionData: Semantic work: 2.5582990013062954 +Info 3983 [14:56:16.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7728920001536608 +Info 3984 [14:56:16.769] Format host information updated +Info 3985 [14:56:17.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3986 [14:56:17.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 8.503379000350833ms +Info 3987 [14:56:17.111] Different program with same set of files +Info 3988 [14:56:17.111] getCompletionData: Get current token: 0.004265999421477318 +Info 3989 [14:56:17.111] getCompletionData: Is inside comment: 0.012925999239087105 +Info 3990 [14:56:17.111] getCompletionData: Get previous token: 0.008500998839735985 +Info 3991 [14:56:17.111] getCompletionsAtPosition: isCompletionListBlocker: 0.018321000039577484 +Info 3992 [14:56:17.111] getExportInfoMap: cache hit +Info 3993 [14:56:17.123] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3994 [14:56:17.123] collectAutoImports: response is complete +Info 3995 [14:56:17.123] collectAutoImports: 11.763364000245929 +Info 3996 [14:56:17.123] getCompletionData: Semantic work: 12.329301001504064 +Info 3997 [14:56:17.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.434172999113798 +Info 3998 [14:56:17.135] Format host information updated +Info 3999 [14:56:17.352] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4000 [14:56:17.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 6.272494999691844ms +Info 4001 [14:56:17.358] Different program with same set of files +Info 4002 [14:56:17.359] getCompletionData: Get current token: 0.0029769986867904663 +Info 4003 [14:56:17.359] getCompletionData: Is inside comment: 0.010381000116467476 +Info 4004 [14:56:17.359] getCompletionData: Get previous token: 0.013504000380635262 +Info 4005 [14:56:17.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0036690011620521545 +Info 4006 [14:56:17.359] getExportInfoMap: cache hit +Info 4007 [14:56:17.361] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 4008 [14:56:17.361] collectAutoImports: response is complete +Info 4009 [14:56:17.361] collectAutoImports: 1.6839439999312162 +Info 4010 [14:56:17.361] getCompletionData: Semantic work: 2.157939000055194 +Info 4011 [14:56:17.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6697739996016026 +Info 4012 [14:56:17.363] Format host information updated +Info 4013 [14:56:17.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4014 [14:56:17.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 15.928744999691844ms +Info 4015 [14:56:17.437] Different program with same set of files +Info 4016 [14:56:17.437] getCompletionData: Get current token: 0.009457999840378761 +Info 4017 [14:56:17.437] getCompletionData: Is inside comment: 0.033740999177098274 +Info 4018 [14:56:17.437] getCompletionData: Get previous token: 0.042837999761104584 +Info 4019 [14:56:17.437] getCompletionsAtPosition: isCompletionListBlocker: 0.00810999982059002 +Info 4020 [14:56:17.438] getExportInfoMap: cache hit +Info 4021 [14:56:17.443] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 4022 [14:56:17.443] collectAutoImports: response is complete +Info 4023 [14:56:17.443] collectAutoImports: 4.882891999557614 +Info 4024 [14:56:17.443] getCompletionData: Semantic work: 6.092098001390696 +Info 4025 [14:56:17.448] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.502836000174284 +Info 4026 [14:56:17.451] Format host information updated +Info 4027 [14:56:17.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4028 [14:56:17.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 6.192789999768138ms +Info 4029 [14:56:17.531] Different program with same set of files +Info 4030 [14:56:17.531] getCompletionData: Get current token: 0.003242000937461853 +Info 4031 [14:56:17.531] getCompletionData: Is inside comment: 0.010487999767065048 +Info 4032 [14:56:17.531] getCompletionData: Get previous token: 0.014079999178647995 +Info 4033 [14:56:17.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0036709997802972794 +Info 4034 [14:56:17.532] getExportInfoMap: cache hit +Info 4035 [14:56:17.542] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4036 [14:56:17.542] collectAutoImports: response is complete +Info 4037 [14:56:17.542] collectAutoImports: 9.899172000586987 +Info 4038 [14:56:17.542] getCompletionData: Semantic work: 10.353664999827743 +Info 4039 [14:56:17.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.729923000559211 +Info 4040 [14:56:17.552] Format host information updated +Info 4041 [14:56:17.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4042 [14:56:17.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 22.878466000780463ms +Info 4043 [14:56:17.706] Different program with same set of files +Info 4044 [14:56:17.706] getCompletionData: Get current token: 0.009569000452756882 +Info 4045 [14:56:17.707] getCompletionData: Is inside comment: 0.03311299905180931 +Info 4046 [14:56:17.707] getCompletionData: Get previous token: 0.02727700024843216 +Info 4047 [14:56:17.707] getCompletionsAtPosition: isCompletionListBlocker: 0.019617000594735146 +Info 4048 [14:56:17.708] getExportInfoMap: cache hit +Info 4049 [14:56:17.726] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4050 [14:56:17.726] collectAutoImports: response is complete +Info 4051 [14:56:17.726] collectAutoImports: 18.357192000374198 +Info 4052 [14:56:17.726] getCompletionData: Semantic work: 19.55877500027418 +Info 4053 [14:56:17.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.01023400016129 +Info 4054 [14:56:17.734] Format host information updated +Info 4055 [14:56:18.632] Format host information updated +Info 4056 [14:56:18.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4057 [14:56:18.638] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 5.9479489997029305ms +Info 4058 [14:56:18.638] Different program with same set of files +Info 4059 [14:56:19.653] Format host information updated +Info 4060 [14:56:19.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4061 [14:56:19.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 8.052662000060081ms +Info 4062 [14:56:19.661] Different program with same set of files +Info 4063 [14:56:20.599] Format host information updated +Info 4064 [14:56:20.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4065 [14:56:20.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 6.118394998833537ms +Info 4066 [14:56:20.605] Different program with same set of files +Info 4067 [14:56:22.144] Format host information updated +Info 4068 [14:56:22.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4069 [14:56:22.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 5.5414700005203485ms +Info 4070 [14:56:22.150] Different program with same set of files +Info 4071 [14:56:22.726] Format host information updated +Info 4072 [14:56:22.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4073 [14:56:22.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 5.711461000144482ms +Info 4074 [14:56:22.732] Different program with same set of files +Info 4075 [14:56:23.087] Format host information updated +Info 4076 [14:56:23.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4077 [14:56:23.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 5.684599999338388ms +Info 4078 [14:56:23.093] Different program with same set of files +Info 4079 [14:56:23.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4080 [14:56:23.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 7.4020760003477335ms +Info 4081 [14:56:23.307] Different program with same set of files +Info 4082 [14:56:23.307] getCompletionData: Get current token: 0.0036340001970529556 +Info 4083 [14:56:23.307] getCompletionData: Is inside comment: 0.007299000397324562 +Info 4084 [14:56:23.307] getCompletionData: Get previous token: 0.004738999530673027 +Info 4085 [14:56:23.308] getExportInfoMap: cache hit +Info 4086 [14:56:23.313] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 81 from cache +Info 4087 [14:56:23.313] collectAutoImports: response is complete +Info 4088 [14:56:23.313] collectAutoImports: 5.092384999617934 +Info 4089 [14:56:23.313] getCompletionData: Semantic work: 5.7915800008922815 +Info 4090 [14:56:23.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4125360008329153 +Info 4091 [14:56:23.316] Format host information updated +Info 4092 [14:56:23.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4093 [14:56:23.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 6.5381579995155334ms +Info 4094 [14:56:23.395] Different program with same set of files +Info 4095 [14:56:23.396] getCompletionData: Get current token: 0.002227000892162323 +Info 4096 [14:56:23.396] getCompletionData: Is inside comment: 0.0053530000150203705 +Info 4097 [14:56:23.396] getCompletionData: Get previous token: 0.004081999883055687 +Info 4098 [14:56:23.396] getExportInfoMap: cache hit +Info 4099 [14:56:23.398] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 10 from cache +Info 4100 [14:56:23.398] collectAutoImports: response is complete +Info 4101 [14:56:23.398] collectAutoImports: 1.8458280004560947 +Info 4102 [14:56:23.398] getCompletionData: Semantic work: 2.4464650005102158 +Info 4103 [14:56:23.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.806955000385642 +Info 4104 [14:56:23.401] Format host information updated +Info 4105 [14:56:23.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4106 [14:56:23.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 24.280897000804543ms +Info 4107 [14:56:23.581] Different program with same set of files +Info 4108 [14:56:23.581] getCompletionData: Get current token: 0.006311001256108284 +Info 4109 [14:56:23.581] getCompletionData: Is inside comment: 0.018633000552654266 +Info 4110 [14:56:23.581] getCompletionData: Get previous token: 0.01315699890255928 +Info 4111 [14:56:23.583] getExportInfoMap: cache hit +Info 4112 [14:56:23.587] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 4113 [14:56:23.587] collectAutoImports: response is complete +Info 4114 [14:56:23.587] collectAutoImports: 4.394689999520779 +Info 4115 [14:56:23.587] getCompletionData: Semantic work: 5.828305000439286 +Info 4116 [14:56:23.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0677930004894733 +Info 4117 [14:56:23.591] Format host information updated +Info 4118 [14:56:23.686] Format host information updated +Info 4119 [14:56:23.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4120 [14:56:23.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 23.491638001054525ms +Info 4121 [14:56:23.710] Different program with same set of files +Info 4122 [14:56:23.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4123 [14:56:23.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 23.552477000281215ms +Info 4124 [14:56:23.848] Different program with same set of files +Info 4125 [14:56:23.849] getCompletionData: Get current token: 0.014211000874638557 +Info 4126 [14:56:23.849] getCompletionData: Is inside comment: 0.026669999584555626 +Info 4127 [14:56:23.849] getCompletionData: Get previous token: 0.0178459994494915 +Info 4128 [14:56:23.849] getExportInfoMap: cache hit +Info 4129 [14:56:23.879] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 1512 from cache +Info 4130 [14:56:23.879] collectAutoImports: response is complete +Info 4131 [14:56:23.879] collectAutoImports: 29.86972999945283 +Info 4132 [14:56:23.879] getCompletionData: Semantic work: 30.04100599884987 +Info 4133 [14:56:23.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.084076000377536 +Info 4134 [14:56:23.894] Format host information updated +Info 4135 [14:56:23.985] Format host information updated +Info 4136 [14:56:23.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4137 [14:56:24.020] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 34.316867999732494ms +Info 4138 [14:56:24.020] Different program with same set of files +Info 4139 [14:56:24.267] getCompletionData: Get current token: 0.003239000216126442 +Info 4140 [14:56:24.267] getCompletionData: Is inside comment: 0.006765998899936676 +Info 4141 [14:56:24.267] getCompletionData: Get previous token: 0.004210000857710838 +Info 4142 [14:56:24.772] getCompletionData: Get current token: 0.0020840000361204147 +Info 4143 [14:56:24.772] getCompletionData: Is inside comment: 0.000851999968290329 +Info 4144 [14:56:24.772] getCompletionData: Get previous token: 0.006312999874353409 +Info 4145 [14:56:24.772] getExportInfoMap: cache hit +Info 4146 [14:56:24.788] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 1512 from cache +Info 4147 [14:56:24.788] collectAutoImports: response is complete +Info 4148 [14:56:24.788] collectAutoImports: 15.944701999425888 +Info 4149 [14:56:24.788] getCompletionData: Semantic work: 16.03202199935913 +Info 4150 [14:56:24.795] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.794768000021577 +Info 4151 [14:56:24.978] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4152 [14:56:24.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 6.9166319984942675ms +Info 4153 [14:56:24.985] Different program with same set of files +Info 4154 [14:56:24.985] getCompletionData: Get current token: 0.0021180007606744766 +Info 4155 [14:56:24.985] getCompletionData: Is inside comment: 0.000994998961687088 +Info 4156 [14:56:24.985] getCompletionData: Get previous token: 0.012228000909090042 +Info 4157 [14:56:24.985] getExportInfoMap: cache hit +Info 4158 [14:56:24.988] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 115 from cache +Info 4159 [14:56:24.988] collectAutoImports: response is complete +Info 4160 [14:56:24.988] collectAutoImports: 3.246061999350786 +Info 4161 [14:56:24.988] getCompletionData: Semantic work: 3.3339860010892153 +Info 4162 [14:56:24.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.43386200070381165 +Info 4163 [14:56:24.990] Format host information updated +Info 4164 [14:56:25.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4165 [14:56:25.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 10.942885000258684ms +Info 4166 [14:56:25.053] Different program with same set of files +Info 4167 [14:56:25.053] getCompletionData: Get current token: 0.004135999828577042 +Info 4168 [14:56:25.053] getCompletionData: Is inside comment: 0.002162998542189598 +Info 4169 [14:56:25.053] getCompletionData: Get previous token: 0.02899800054728985 +Info 4170 [14:56:25.053] getExportInfoMap: cache hit +Info 4171 [14:56:25.061] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 74 from cache +Info 4172 [14:56:25.061] collectAutoImports: response is complete +Info 4173 [14:56:25.061] collectAutoImports: 7.265778999775648 +Info 4174 [14:56:25.061] getCompletionData: Semantic work: 7.419887000694871 +Info 4175 [14:56:25.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.849431000649929 +Info 4176 [14:56:25.063] Format host information updated +Info 4177 [14:56:25.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4178 [14:56:25.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 5.716235000640154ms +Info 4179 [14:56:25.129] Different program with same set of files +Info 4180 [14:56:25.129] getCompletionData: Get current token: 0.0021480005234479904 +Info 4181 [14:56:25.129] getCompletionData: Is inside comment: 0.001013999804854393 +Info 4182 [14:56:25.129] getCompletionData: Get previous token: 0.011467000469565392 +Info 4183 [14:56:25.129] getExportInfoMap: cache hit +Info 4184 [14:56:25.131] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 62 from cache +Info 4185 [14:56:25.131] collectAutoImports: response is complete +Info 4186 [14:56:25.131] collectAutoImports: 2.2632959987968206 +Info 4187 [14:56:25.131] getCompletionData: Semantic work: 2.3282970003783703 +Info 4188 [14:56:25.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22460400126874447 +Info 4189 [14:56:25.132] Format host information updated +Info 4190 [14:56:25.236] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4191 [14:56:25.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 9.226731000468135ms +Info 4192 [14:56:25.246] Different program with same set of files +Info 4193 [14:56:25.246] getCompletionData: Get current token: 0.0031710006296634674 +Info 4194 [14:56:25.246] getCompletionData: Is inside comment: 0.001679999753832817 +Info 4195 [14:56:25.246] getCompletionData: Get previous token: 0.021056000143289566 +Info 4196 [14:56:25.246] getExportInfoMap: cache hit +Info 4197 [14:56:25.251] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 62 from cache +Info 4198 [14:56:25.251] collectAutoImports: response is complete +Info 4199 [14:56:25.251] collectAutoImports: 4.960960000753403 +Info 4200 [14:56:25.251] getCompletionData: Semantic work: 5.057992000132799 +Info 4201 [14:56:25.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.37618199922144413 +Info 4202 [14:56:25.252] Format host information updated +Info 4203 [14:56:25.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4204 [14:56:25.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 6.049577999860048ms +Info 4205 [14:56:25.416] Different program with same set of files +Info 4206 [14:56:25.416] getCompletionData: Get current token: 0.0025160014629364014 +Info 4207 [14:56:25.416] getCompletionData: Is inside comment: 0.0011370014399290085 +Info 4208 [14:56:25.416] getCompletionData: Get previous token: 0.013794999569654465 +Info 4209 [14:56:25.416] getExportInfoMap: cache hit +Info 4210 [14:56:25.419] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 62 from cache +Info 4211 [14:56:25.419] collectAutoImports: response is complete +Info 4212 [14:56:25.419] collectAutoImports: 2.1402300000190735 +Info 4213 [14:56:25.419] getCompletionData: Semantic work: 2.214214000850916 +Info 4214 [14:56:25.419] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2827659994363785 +Info 4215 [14:56:25.419] Format host information updated +Info 4216 [14:56:25.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4217 [14:56:25.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 5.847428999841213ms +Info 4218 [14:56:25.556] Different program with same set of files +Info 4219 [14:56:25.556] getCompletionData: Get current token: 0.0022899992763996124 +Info 4220 [14:56:25.556] getCompletionData: Is inside comment: 0.0011409986764192581 +Info 4221 [14:56:25.556] getCompletionData: Get previous token: 0.013119000941514969 +Info 4222 [14:56:25.556] getExportInfoMap: cache hit +Info 4223 [14:56:25.558] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 62 from cache +Info 4224 [14:56:25.558] collectAutoImports: response is complete +Info 4225 [14:56:25.558] collectAutoImports: 1.962193999439478 +Info 4226 [14:56:25.558] getCompletionData: Semantic work: 2.027002999559045 +Info 4227 [14:56:25.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.25764899887144566 +Info 4228 [14:56:25.560] Format host information updated +Info 4229 [14:56:25.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4230 [14:56:25.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 6.183695999905467ms +Info 4231 [14:56:25.672] Different program with same set of files +Info 4232 [14:56:25.672] getCompletionData: Get current token: 0.002496998757123947 +Info 4233 [14:56:25.672] getCompletionData: Is inside comment: 0.0012320000678300858 +Info 4234 [14:56:25.672] getCompletionData: Get previous token: 0.015124998986721039 +Info 4235 [14:56:25.672] getExportInfoMap: cache hit +Info 4236 [14:56:25.675] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 62 from cache +Info 4237 [14:56:25.675] collectAutoImports: response is complete +Info 4238 [14:56:25.675] collectAutoImports: 2.188450999557972 +Info 4239 [14:56:25.675] getCompletionData: Semantic work: 2.258901000022888 +Info 4240 [14:56:25.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2894240003079176 +Info 4241 [14:56:25.675] Format host information updated +Info 4242 [14:56:27.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4243 [14:56:27.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 6.473156001418829ms +Info 4244 [14:56:27.156] Different program with same set of files +Info 4245 [14:56:27.156] getCompletionData: Get current token: 0.0030119996517896652 +Info 4246 [14:56:27.156] getCompletionData: Is inside comment: 0.005072999745607376 +Info 4247 [14:56:27.156] getCompletionData: Get previous token: 0.008565999567508698 +Info 4248 [14:56:27.158] Format host information updated +Info 4249 [14:56:27.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4250 [14:56:27.334] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 6.288037000223994ms +Info 4251 [14:56:27.334] Different program with same set of files +Info 4252 [14:56:27.334] getCompletionData: Get current token: 0.0024500004947185516 +Info 4253 [14:56:27.334] getCompletionData: Is inside comment: 0.006425000727176666 +Info 4254 [14:56:27.334] getCompletionData: Get previous token: 0.009454000741243362 +Info 4255 [14:56:27.335] Format host information updated +Info 4256 [14:56:27.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4257 [14:56:27.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 5.724526999518275ms +Info 4258 [14:56:27.403] Different program with same set of files +Info 4259 [14:56:27.403] getCompletionData: Get current token: 0.001996999606490135 +Info 4260 [14:56:27.403] getCompletionData: Is inside comment: 0.005956001579761505 +Info 4261 [14:56:27.403] getCompletionData: Get previous token: 0.007122000679373741 +Info 4262 [14:56:27.403] Format host information updated +Info 4263 [14:56:27.470] Format host information updated +Info 4264 [14:56:27.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4265 [14:56:27.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 9.066940000280738ms +Info 4266 [14:56:27.479] Different program with same set of files +Info 4267 [14:56:27.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4268 [14:56:27.604] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 5.7328590005636215ms +Info 4269 [14:56:27.604] Different program with same set of files +Info 4270 [14:56:27.606] Format host information updated +Info 4271 [14:56:27.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4272 [14:56:27.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 425 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.37836099974811ms +Info 4273 [14:56:27.827] Different program with same set of files +Info 4274 [14:56:27.829] Format host information updated +Info 4275 [14:56:27.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4276 [14:56:27.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 426 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.902310999110341ms +Info 4277 [14:56:27.931] Different program with same set of files +Info 4278 [14:56:27.932] Format host information updated +Info 4279 [14:56:28.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4280 [14:56:28.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 427 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.816422000527382ms +Info 4281 [14:56:28.038] Different program with same set of files +Info 4282 [14:56:28.039] Format host information updated +Info 4283 [14:56:28.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4284 [14:56:28.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 428 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.391883999109268ms +Info 4285 [14:56:28.185] Different program with same set of files +Info 4286 [14:56:28.186] Format host information updated +Info 4287 [14:56:28.514] Format host information updated +Info 4288 [14:56:28.514] Format host information updated +Info 4289 [14:56:28.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4290 [14:56:28.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 429 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.10903299972415ms +Info 4291 [14:56:28.527] Different program with same set of files +Info 4292 [14:56:28.529] Format host information updated +Info 4293 [14:56:28.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4294 [14:56:28.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 430 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.913367999717593ms +Info 4295 [14:56:28.824] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4296 [14:56:28.825] Files (131) + +Info 4297 [14:56:28.825] ----------------------------------------------- +Info 4298 [14:56:28.825] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4299 [14:56:28.825] Files (266) + +Info 4300 [14:56:28.825] ----------------------------------------------- +Info 4301 [14:56:28.827] Format host information updated +Info 4302 [14:56:29.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4303 [14:56:29.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 5.953513998538256ms +Info 4304 [14:56:29.015] Different program with same set of files +Info 4305 [14:56:29.015] getCompletionData: Get current token: 0.003778001293540001 +Info 4306 [14:56:29.015] getCompletionData: Is inside comment: 0.0077490005642175674 +Info 4307 [14:56:29.015] getCompletionData: Get previous token: 0.0036110002547502518 +Info 4308 [14:56:29.015] getCompletionsAtPosition: isCompletionListBlocker: 0.008059998974204063 +Info 4309 [14:56:29.016] AutoImportProviderProject: found 15 root files in 4 dependencies in 0.41000800020992756 ms +Info 4310 [14:56:29.016] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 4311 [14:56:29.017] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 4 structureChanged: false structureIsReused:: Not Elapsed: 0.24041200056672096ms +Info 4312 [14:56:29.017] getExportInfoMap: cache miss or empty; calculating new results +Info 4313 [14:56:29.034] forEachExternalModuleToImportFrom autoImportProvider: 7.610634999349713 +Info 4314 [14:56:29.034] getExportInfoMap: done in 18.658706000074744 ms +Info 4315 [14:56:29.044] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 4316 [14:56:29.044] collectAutoImports: response is complete +Info 4317 [14:56:29.044] collectAutoImports: 10.077212000265718 +Info 4318 [14:56:29.044] getCompletionData: Semantic work: 29.28149300068617 +Info 4319 [14:56:29.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4110509995371103 +Info 4320 [14:56:29.051] Format host information updated +Info 4321 [14:56:31.285] Format host information updated +Info 4322 [14:56:35.014] Format host information updated +Info 4323 [14:56:35.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4324 [14:56:35.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 7.007370000705123ms +Info 4325 [14:56:35.021] Different program with same set of files +Info 4326 [14:56:35.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4327 [14:56:35.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 7.010352998971939ms +Info 4328 [14:56:35.246] Different program with same set of files +Info 4329 [14:56:35.246] getCompletionData: Get current token: 0.0019529983401298523 +Info 4330 [14:56:35.246] getCompletionData: Is inside comment: 0.00677499920129776 +Info 4331 [14:56:35.246] getCompletionData: Get previous token: 0.009525999426841736 +Info 4332 [14:56:35.246] getCompletionsAtPosition: isCompletionListBlocker: 0.007236000150442123 +Info 4333 [14:56:35.247] getExportInfoMap: cache hit +Info 4334 [14:56:35.250] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 4335 [14:56:35.250] collectAutoImports: response is complete +Info 4336 [14:56:35.250] collectAutoImports: 3.5151949990540743 +Info 4337 [14:56:35.250] getCompletionData: Semantic work: 4.375064000487328 +Info 4338 [14:56:35.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.183687999844551 +Info 4339 [14:56:35.252] Format host information updated +Info 4340 [14:56:35.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4341 [14:56:35.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 8.758301999419928ms +Info 4342 [14:56:35.429] Different program with same set of files +Info 4343 [14:56:35.429] getCompletionData: Get current token: 0.003035999834537506 +Info 4344 [14:56:35.429] getCompletionData: Is inside comment: 0.012817000970244408 +Info 4345 [14:56:35.429] getCompletionData: Get previous token: 0.006478998810052872 +Info 4346 [14:56:35.429] getCompletionsAtPosition: isCompletionListBlocker: 0.009298000484704971 +Info 4347 [14:56:35.430] getExportInfoMap: cache hit +Info 4348 [14:56:35.443] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 4349 [14:56:35.443] collectAutoImports: response is complete +Info 4350 [14:56:35.443] collectAutoImports: 13.542385000735521 +Info 4351 [14:56:35.443] getCompletionData: Semantic work: 14.166008999571204 +Info 4352 [14:56:35.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.326335998252034 +Info 4353 [14:56:35.451] Format host information updated +Info 4354 [14:56:35.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4355 [14:56:35.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 6.553993999958038ms +Info 4356 [14:56:35.649] Different program with same set of files +Info 4357 [14:56:35.649] getCompletionData: Get current token: 0.00479000061750412 +Info 4358 [14:56:35.649] getCompletionData: Is inside comment: 0.010982001200318336 +Info 4359 [14:56:35.649] getCompletionData: Get previous token: 0.008176000788807869 +Info 4360 [14:56:35.649] getCompletionsAtPosition: isCompletionListBlocker: 0.007660999894142151 +Info 4361 [14:56:35.650] getExportInfoMap: cache hit +Info 4362 [14:56:35.661] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 4363 [14:56:35.661] collectAutoImports: response is complete +Info 4364 [14:56:35.661] collectAutoImports: 11.45491399988532 +Info 4365 [14:56:35.661] getCompletionData: Semantic work: 12.046823998913169 +Info 4366 [14:56:35.665] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6568930000066757 +Info 4367 [14:56:35.671] Format host information updated +Info 4368 [14:56:35.709] Format host information updated +Info 4369 [14:56:35.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4370 [14:56:35.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 8.061005998402834ms +Info 4371 [14:56:35.717] Different program with same set of files +Info 4372 [14:56:35.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4373 [14:56:35.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 7.256626000627875ms +Info 4374 [14:56:35.973] Different program with same set of files +Info 4375 [14:56:35.974] getCompletionData: Get current token: 0.0023370012640953064 +Info 4376 [14:56:35.974] getCompletionData: Is inside comment: 0.009007999673485756 +Info 4377 [14:56:35.974] getCompletionData: Get previous token: 0.01312199980020523 +Info 4378 [14:56:35.974] getCompletionsAtPosition: isCompletionListBlocker: 0.00899600051343441 +Info 4379 [14:56:35.974] getExportInfoMap: cache hit +Info 4380 [14:56:35.978] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 4381 [14:56:35.978] collectAutoImports: response is complete +Info 4382 [14:56:35.978] collectAutoImports: 3.205776998773217 +Info 4383 [14:56:35.978] getCompletionData: Semantic work: 3.920924998819828 +Info 4384 [14:56:35.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.262804999947548 +Info 4385 [14:56:35.981] Format host information updated +Info 4386 [14:56:36.103] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4387 [14:56:36.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 6.555375000461936ms +Info 4388 [14:56:36.109] Different program with same set of files +Info 4389 [14:56:36.109] getCompletionData: Get current token: 0.002276001498103142 +Info 4390 [14:56:36.109] getCompletionData: Is inside comment: 0.009085999801754951 +Info 4391 [14:56:36.109] getCompletionData: Get previous token: 0.007051998749375343 +Info 4392 [14:56:36.109] getCompletionsAtPosition: isCompletionListBlocker: 0.0029559992253780365 +Info 4393 [14:56:36.110] getCompletionData: Semantic work: 0.5790689997375011 +Info 4394 [14:56:36.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6233799997717142 +Info 4395 [14:56:36.111] Format host information updated +Info 4396 [14:56:36.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4397 [14:56:36.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 6.611532000824809ms +Info 4398 [14:56:36.441] Different program with same set of files +Info 4399 [14:56:36.441] getCompletionData: Get current token: 0.0024069994688034058 +Info 4400 [14:56:36.441] getCompletionData: Is inside comment: 0.008934000506997108 +Info 4401 [14:56:36.441] getCompletionData: Get previous token: 0.013801999390125275 +Info 4402 [14:56:36.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0029569994658231735 +Info 4403 [14:56:36.442] getCompletionData: Semantic work: 0.540345000103116 +Info 4404 [14:56:36.443] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1643369998782873 +Info 4405 [14:56:36.443] Format host information updated +Info 4406 [14:56:36.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4407 [14:56:36.517] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 8.103826999664307ms +Info 4408 [14:56:36.517] Different program with same set of files +Info 4409 [14:56:36.518] getCompletionData: Get current token: 0.00201600044965744 +Info 4410 [14:56:36.518] getCompletionData: Is inside comment: 0.006238000467419624 +Info 4411 [14:56:36.518] getCompletionData: Get previous token: 0.008901000022888184 +Info 4412 [14:56:36.518] getCompletionsAtPosition: isCompletionListBlocker: 0.0026700012385845184 +Info 4413 [14:56:36.518] getCompletionData: Semantic work: 0.4511130005121231 +Info 4414 [14:56:36.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9278830010443926 +Info 4415 [14:56:36.519] Format host information updated +Info 4416 [14:56:36.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4417 [14:56:36.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 5.949201999232173ms +Info 4418 [14:56:36.655] Different program with same set of files +Info 4419 [14:56:36.655] getCompletionData: Get current token: 0.002674998715519905 +Info 4420 [14:56:36.655] getCompletionData: Is inside comment: 0.007987000048160553 +Info 4421 [14:56:36.655] getCompletionData: Get previous token: 0.010743999853730202 +Info 4422 [14:56:36.655] getCompletionsAtPosition: isCompletionListBlocker: 0.0026920009404420853 +Info 4423 [14:56:36.655] getCompletionData: Semantic work: 0.4447879996150732 +Info 4424 [14:56:36.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0641440004110336 +Info 4425 [14:56:36.657] Format host information updated +Info 4426 [14:56:36.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4427 [14:56:36.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 10.503920000046492ms +Info 4428 [14:56:36.794] Different program with same set of files +Info 4429 [14:56:36.795] getCompletionData: Get current token: 0.0021529998630285263 +Info 4430 [14:56:36.795] getCompletionData: Is inside comment: 0.007593000307679176 +Info 4431 [14:56:36.795] getCompletionData: Get previous token: 0.011051001027226448 +Info 4432 [14:56:36.795] getCompletionsAtPosition: isCompletionListBlocker: 0.0025970004498958588 +Info 4433 [14:56:36.795] getCompletionData: Semantic work: 0.4126159995794296 +Info 4434 [14:56:36.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.763212999328971 +Info 4435 [14:56:36.798] Format host information updated +Info 4436 [14:56:36.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4437 [14:56:37.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 6.297388998791575ms +Info 4438 [14:56:37.004] Different program with same set of files +Info 4439 [14:56:37.004] getCompletionData: Get current token: 0.0023979991674423218 +Info 4440 [14:56:37.004] getCompletionData: Is inside comment: 0.009038999676704407 +Info 4441 [14:56:37.004] getCompletionData: Get previous token: 0.005707999691367149 +Info 4442 [14:56:37.004] getCompletionsAtPosition: isCompletionListBlocker: 0.008542999625205994 +Info 4443 [14:56:37.005] getExportInfoMap: cache hit +Info 4444 [14:56:37.019] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 4445 [14:56:37.019] collectAutoImports: response is complete +Info 4446 [14:56:37.019] collectAutoImports: 14.096009999513626 +Info 4447 [14:56:37.019] getCompletionData: Semantic work: 14.71242200024426 +Info 4448 [14:56:37.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.388636000454426 +Info 4449 [14:56:37.026] Format host information updated +Info 4450 [14:56:38.454] Format host information updated +Info 4451 [14:56:38.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4452 [14:56:38.460] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 6.162670999765396ms +Info 4453 [14:56:38.460] Different program with same set of files +Info 4454 [14:56:38.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4455 [14:56:38.690] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 5.98183000087738ms +Info 4456 [14:56:38.690] Different program with same set of files +Info 4457 [14:56:38.690] getCompletionData: Get current token: 0.001156998798251152 +Info 4458 [14:56:38.690] getCompletionData: Is inside comment: 0.0044929999858140945 +Info 4459 [14:56:38.690] getCompletionData: Get previous token: 0.0077320002019405365 +Info 4460 [14:56:38.690] getCompletionsAtPosition: isCompletionListBlocker: 0.0072400011122226715 +Info 4461 [14:56:38.691] getExportInfoMap: cache hit +Info 4462 [14:56:38.695] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 4463 [14:56:38.695] collectAutoImports: response is complete +Info 4464 [14:56:38.695] collectAutoImports: 3.97889900021255 +Info 4465 [14:56:38.695] getCompletionData: Semantic work: 4.55086899921298 +Info 4466 [14:56:38.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3624389991164207 +Info 4467 [14:56:38.697] Format host information updated +Info 4468 [14:56:38.808] Format host information updated +Info 4469 [14:56:38.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4470 [14:56:38.815] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 7.501937000080943ms +Info 4471 [14:56:38.815] Different program with same set of files +Info 4472 [14:56:39.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4473 [14:56:39.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 13.804840000346303ms +Info 4474 [14:56:39.732] Different program with same set of files +Info 4475 [14:56:39.732] getCompletionData: Get current token: 0.0016230009496212006 +Info 4476 [14:56:39.732] getCompletionData: Is inside comment: 0.007679998874664307 +Info 4477 [14:56:39.732] getCompletionData: Get previous token: 0.006116999313235283 +Info 4478 [14:56:39.732] getCompletionsAtPosition: isCompletionListBlocker: 0.009313998743891716 +Info 4479 [14:56:39.733] getExportInfoMap: cache hit +Info 4480 [14:56:39.759] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 4481 [14:56:39.759] collectAutoImports: response is complete +Info 4482 [14:56:39.759] collectAutoImports: 25.461401998996735 +Info 4483 [14:56:39.759] getCompletionData: Semantic work: 26.599821999669075 +Info 4484 [14:56:39.762] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7790139988064766 +Info 4485 [14:56:39.765] Format host information updated +Info 4486 [14:56:39.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4487 [14:56:39.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 38.954908000305295ms +Info 4488 [14:56:39.920] Different program with same set of files +Info 4489 [14:56:39.921] getCompletionData: Get current token: 0.005490999668836594 +Info 4490 [14:56:39.921] getCompletionData: Is inside comment: 0.023732000961899757 +Info 4491 [14:56:39.921] getCompletionData: Get previous token: 0.017846999689936638 +Info 4492 [14:56:39.921] getCompletionsAtPosition: isCompletionListBlocker: 0.01778700016438961 +Info 4493 [14:56:39.923] getExportInfoMap: cache hit +Info 4494 [14:56:39.948] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 4495 [14:56:39.948] collectAutoImports: response is complete +Info 4496 [14:56:39.948] collectAutoImports: 25.019636999815702 +Info 4497 [14:56:39.948] getCompletionData: Semantic work: 27.402436999604106 +Info 4498 [14:56:39.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.032053999602795 +Info 4499 [14:56:39.956] Format host information updated +Info 4500 [14:56:39.971] Format host information updated +Info 4501 [14:56:39.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4502 [14:56:39.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 6.805680999532342ms +Info 4503 [14:56:39.978] Different program with same set of files +Info 4504 [14:56:40.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4505 [14:56:40.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 45.644112998619676ms +Info 4506 [14:56:40.157] Different program with same set of files +Info 4507 [14:56:40.157] getCompletionData: Get current token: 0.0033529996871948242 +Info 4508 [14:56:40.157] getCompletionData: Is inside comment: 0.015562999993562698 +Info 4509 [14:56:40.157] getCompletionData: Get previous token: 0.03663099929690361 +Info 4510 [14:56:40.158] getCompletionsAtPosition: isCompletionListBlocker: 0.014599999412894249 +Info 4511 [14:56:40.159] getExportInfoMap: cache hit +Info 4512 [14:56:40.166] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 4513 [14:56:40.166] collectAutoImports: response is complete +Info 4514 [14:56:40.166] collectAutoImports: 6.34438499994576 +Info 4515 [14:56:40.166] getCompletionData: Semantic work: 8.354292999953032 +Info 4516 [14:56:40.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.869947999715805 +Info 4517 [14:56:40.170] Format host information updated +Info 4518 [14:56:40.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4519 [14:56:40.271] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 6.51490000076592ms +Info 4520 [14:56:40.271] Different program with same set of files +Info 4521 [14:56:40.271] getCompletionData: Get current token: 0.0021700002253055573 +Info 4522 [14:56:40.271] getCompletionData: Is inside comment: 0.010315001010894775 +Info 4523 [14:56:40.271] getCompletionData: Get previous token: 0.008626999333500862 +Info 4524 [14:56:40.271] getCompletionsAtPosition: isCompletionListBlocker: 0.0034589990973472595 +Info 4525 [14:56:40.272] getCompletionData: Semantic work: 0.8335679993033409 +Info 4526 [14:56:40.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.152487000450492 +Info 4527 [14:56:40.273] Format host information updated +Info 4528 [14:56:40.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4529 [14:56:40.660] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 10.81911899894476ms +Info 4530 [14:56:40.660] Different program with same set of files +Info 4531 [14:56:40.660] getCompletionData: Get current token: 0.0011309999972581863 +Info 4532 [14:56:40.660] getCompletionData: Is inside comment: 0.005726000294089317 +Info 4533 [14:56:40.660] getCompletionData: Get previous token: 0.01304600015282631 +Info 4534 [14:56:40.660] getCompletionsAtPosition: isCompletionListBlocker: 0.0030119996517896652 +Info 4535 [14:56:40.660] getCompletionData: Semantic work: 0.5083339996635914 +Info 4536 [14:56:40.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1369150001555681 +Info 4537 [14:56:40.662] Format host information updated +Info 4538 [14:56:40.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4539 [14:56:40.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 10.662156000733376ms +Info 4540 [14:56:40.721] Different program with same set of files +Info 4541 [14:56:40.721] getCompletionData: Get current token: 0.001544000580906868 +Info 4542 [14:56:40.721] getCompletionData: Is inside comment: 0.008178001269698143 +Info 4543 [14:56:40.721] getCompletionData: Get previous token: 0.02087099850177765 +Info 4544 [14:56:40.721] getCompletionsAtPosition: isCompletionListBlocker: 0.0033160001039505005 +Info 4545 [14:56:40.722] getCompletionData: Semantic work: 0.6330390013754368 +Info 4546 [14:56:40.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.827454999089241 +Info 4547 [14:56:40.724] Format host information updated +Info 4548 [14:56:40.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4549 [14:56:40.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 6.771583998575807ms +Info 4550 [14:56:40.834] Different program with same set of files +Info 4551 [14:56:40.834] getCompletionData: Get current token: 0.0013870000839233398 +Info 4552 [14:56:40.834] getCompletionData: Is inside comment: 0.005994999781250954 +Info 4553 [14:56:40.834] getCompletionData: Get previous token: 0.012855000793933868 +Info 4554 [14:56:40.834] getCompletionsAtPosition: isCompletionListBlocker: 0.0026580002158880234 +Info 4555 [14:56:40.835] getCompletionData: Semantic work: 0.5440660007297993 +Info 4556 [14:56:40.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2576379999518394 +Info 4557 [14:56:40.836] Format host information updated +Info 4558 [14:56:40.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4559 [14:56:40.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 7.089528998360038ms +Info 4560 [14:56:40.921] Different program with same set of files +Info 4561 [14:56:40.921] getCompletionData: Get current token: 0.002005999907851219 +Info 4562 [14:56:40.921] getCompletionData: Is inside comment: 0.004860999062657356 +Info 4563 [14:56:40.921] getCompletionData: Get previous token: 0.011757001280784607 +Info 4564 [14:56:40.921] getCompletionsAtPosition: isCompletionListBlocker: 0.0027379989624023438 +Info 4565 [14:56:40.922] getCompletionData: Semantic work: 0.47912099957466125 +Info 4566 [14:56:40.923] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2553489990532398 +Info 4567 [14:56:40.925] Format host information updated +Info 4568 [14:56:41.508] Format host information updated +Info 4569 [14:56:41.509] Format host information updated +Info 4570 [14:56:41.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4571 [14:56:41.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 6.614308001473546ms +Info 4572 [14:56:41.515] Different program with same set of files +Info 4573 [14:56:41.516] getCompletionData: Get current token: 0.001339999958872795 +Info 4574 [14:56:41.516] getCompletionData: Is inside comment: 0.0062340013682842255 +Info 4575 [14:56:41.516] getCompletionData: Get previous token: 0.003970000892877579 +Info 4576 [14:56:41.516] getCompletionsAtPosition: isCompletionListBlocker: 0.008328000083565712 +Info 4577 [14:56:41.516] getExportInfoMap: cache hit +Info 4578 [14:56:41.533] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 872 from cache +Info 4579 [14:56:41.533] collectAutoImports: response is complete +Info 4580 [14:56:41.533] collectAutoImports: 16.51924300007522 +Info 4581 [14:56:41.533] getCompletionData: Semantic work: 17.257192000746727 +Info 4582 [14:56:41.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8365780003368855 +Info 4583 [14:56:41.538] getCompletionData: Get current token: 0.008839000016450882 +Info 4584 [14:56:41.538] getCompletionData: Is inside comment: 0.003370000049471855 +Info 4585 [14:56:41.538] getCompletionData: Get previous token: 0.013740001246333122 +Info 4586 [14:56:41.539] getCompletionsAtPosition: isCompletionListBlocker: 0.0028450004756450653 +Info 4587 [14:56:41.539] getCompletionData: Semantic work: 0.6615559998899698 +Info 4588 [14:56:41.541] getCompletionData: Get current token: 0.02523300051689148 +Info 4589 [14:56:41.541] getCompletionData: Is inside comment: 0.002507999539375305 +Info 4590 [14:56:41.541] getCompletionData: Get previous token: 0.014638999477028847 +Info 4591 [14:56:41.541] getCompletionsAtPosition: isCompletionListBlocker: 0.0016200002282857895 +Info 4592 [14:56:41.541] getCompletionData: Semantic work: 0.14350499957799911 +Info 4593 [14:56:41.542] Format host information updated +Info 4594 [14:57:18.523] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4595 [14:57:18.525] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.purs +Info 4596 [14:57:18.525] Elapsed:: 2.424949999898672ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4597 [14:57:18.525] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4598 [14:57:18.527] Elapsed:: 1.3745900001376867ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4599 [15:05:44.000] Search path: /home/orion/src/purescript-puppeteer/src +Info 4600 [15:05:44.000] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4601 [15:05:44.002] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4602 [15:05:44.026] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed: 24.419067000970244ms +Info 4603 [15:05:44.026] Project '/dev/null/inferredProject1*' (Inferred) +Info 4604 [15:05:44.026] Files (125) + +Info 4605 [15:05:44.026] ----------------------------------------------- +Info 4606 [15:05:44.026] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4607 [15:05:44.026] Files (183) + +Info 4608 [15:05:44.026] ----------------------------------------------- +Info 4609 [15:05:44.027] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4609 [15:05:44.027] Files (131) + +Info 4609 [15:05:44.027] ----------------------------------------------- +Info 4609 [15:05:44.027] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4609 [15:05:44.027] Files (266) + +Info 4609 [15:05:44.027] ----------------------------------------------- +Info 4609 [15:05:44.027] Project '/dev/null/inferredProject1*' (Inferred) +Info 4609 [15:05:44.027] Files (125) + +Info 4609 [15:05:44.027] ----------------------------------------------- +Info 4609 [15:05:44.027] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4609 [15:05:44.027] Files (183) + +Info 4609 [15:05:44.027] ----------------------------------------------- +Info 4609 [15:05:44.027] Open files: +Info 4609 [15:05:44.027] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4609 [15:05:44.027] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4609 [15:05:44.027] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4609 [15:05:44.027] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4609 [15:05:44.027] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4609 [15:05:44.027] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4609 [15:05:44.027] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4609 [15:05:44.027] Projects: /dev/null/inferredProject1* +Info 4609 [15:05:44.212] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4610 [15:05:44.213] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Not Elapsed: 0.664843000471592ms +Info 4611 [15:05:44.345] Format host information updated +Info 4612 [15:05:45.623] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4613 [15:05:45.623] Elapsed:: 0.4033240005373955ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4614 [15:05:45.623] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4615 [15:05:45.623] Elapsed:: 0.0424210000783205ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4616 [15:05:45.623] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4617 [15:05:45.623] Ignoring files that are not *.json +Info 4618 [15:05:45.623] Elapsed:: 0.05451100133359432ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4619 [15:05:45.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4620 [15:05:45.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 457 structureChanged: true structureIsReused:: Not Elapsed: 42.86724700033665ms +Info 4621 [15:05:45.926] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4622 [15:05:45.926] Files (132) + +Info 4623 [15:05:45.926] ----------------------------------------------- +Info 4624 [15:05:45.926] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4625 [15:05:45.926] Files (266) + +Info 4626 [15:05:45.926] ----------------------------------------------- +Info 4627 [15:05:48.124] Before ensureProjectForOpenFiles: +Info 4628 [15:05:48.124] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4628 [15:05:48.124] Files (132) + +Info 4628 [15:05:48.124] ----------------------------------------------- +Info 4628 [15:05:48.124] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4628 [15:05:48.124] Files (266) + +Info 4628 [15:05:48.124] ----------------------------------------------- +Info 4628 [15:05:48.124] Project '/dev/null/inferredProject1*' (Inferred) +Info 4628 [15:05:48.124] Files (125) + +Info 4628 [15:05:48.124] ----------------------------------------------- +Info 4628 [15:05:48.124] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4628 [15:05:48.124] Files (183) + +Info 4628 [15:05:48.124] ----------------------------------------------- +Info 4628 [15:05:48.124] Open files: +Info 4628 [15:05:48.124] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4628 [15:05:48.124] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4628 [15:05:48.124] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4628 [15:05:48.124] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4628 [15:05:48.124] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4628 [15:05:48.124] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4628 [15:05:48.124] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4628 [15:05:48.124] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4628 [15:05:48.124] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4629 [15:05:48.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed: 20.056506000459194ms +Info 4630 [15:05:48.145] Project '/dev/null/inferredProject1*' (Inferred) +Info 4631 [15:05:48.145] Files (124) + +Info 4632 [15:05:48.145] ----------------------------------------------- +Info 4633 [15:05:48.145] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4634 [15:05:48.145] Files (183) + +Info 4635 [15:05:48.145] ----------------------------------------------- +Info 4636 [15:05:48.145] After ensureProjectForOpenFiles: +Info 4637 [15:05:48.145] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4637 [15:05:48.145] Files (132) + +Info 4637 [15:05:48.145] ----------------------------------------------- +Info 4637 [15:05:48.145] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4637 [15:05:48.145] Files (266) + +Info 4637 [15:05:48.145] ----------------------------------------------- +Info 4637 [15:05:48.145] Project '/dev/null/inferredProject1*' (Inferred) +Info 4637 [15:05:48.145] Files (124) + +Info 4637 [15:05:48.145] ----------------------------------------------- +Info 4637 [15:05:48.145] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4637 [15:05:48.145] Files (183) + +Info 4637 [15:05:48.145] ----------------------------------------------- +Info 4637 [15:05:48.145] Open files: +Info 4637 [15:05:48.145] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4637 [15:05:48.145] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4637 [15:05:48.145] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4637 [15:05:48.145] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4637 [15:05:48.145] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4637 [15:05:48.145] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4637 [15:05:48.145] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4637 [15:05:48.145] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4637 [15:05:48.145] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js +Info 4638 [15:05:48.231] Format host information updated +Info 4639 [15:05:48.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4640 [15:05:48.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 10.85916700027883ms +Info 4641 [15:05:48.242] Different program with same set of files +Info 4642 [15:05:48.820] Format host information updated +Info 4643 [15:05:48.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4644 [15:05:48.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 10.353881999850273ms +Info 4645 [15:05:48.831] Different program with same set of files +Info 4646 [15:05:51.331] Format host information updated +Info 4647 [15:05:51.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4648 [15:05:51.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 10.17166099883616ms +Info 4649 [15:05:51.341] Different program with same set of files +Info 4650 [15:05:51.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4651 [15:05:51.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 8.726027000695467ms +Info 4652 [15:05:51.511] Different program with same set of files +Info 4653 [15:05:51.511] getCompletionData: Get current token: 0.0030979998409748077 +Info 4654 [15:05:51.511] getCompletionData: Is inside comment: 0.004649000242352486 +Info 4655 [15:05:51.511] getCompletionData: Get previous token: 0.004398999735713005 +Info 4656 [15:05:51.511] getCompletionsAtPosition: isCompletionListBlocker: 0.014367999508976936 +Info 4657 [15:05:51.513] AutoImportProviderProject: found 15 root files in 4 dependencies in 0.4423150010406971 ms +Info 4658 [15:05:51.513] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 4659 [15:05:51.513] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 5 structureChanged: false structureIsReused:: Not Elapsed: 0.23153499886393547ms +Info 4660 [15:05:51.513] getExportInfoMap: cache miss or empty; calculating new results +Info 4661 [15:05:51.539] forEachExternalModuleToImportFrom autoImportProvider: 13.558516999706626 +Info 4662 [15:05:51.539] getExportInfoMap: done in 26.551934000104666 ms +Info 4663 [15:05:51.547] collectAutoImports: resolved 9 module specifiers, plus 24 ambient and 134 from cache +Info 4664 [15:05:51.547] collectAutoImports: response is complete +Info 4665 [15:05:51.547] collectAutoImports: 8.140052000060678 +Info 4666 [15:05:51.547] getCompletionData: Semantic work: 35.699508000165224 +Info 4667 [15:05:51.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.350679000839591 +Info 4668 [15:05:51.552] Format host information updated +Info 4669 [15:05:51.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4670 [15:05:51.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 20.31079600006342ms +Info 4671 [15:05:51.762] Different program with same set of files +Info 4672 [15:05:51.762] getCompletionData: Get current token: 0.0070610009133815765 +Info 4673 [15:05:51.762] getCompletionData: Is inside comment: 0.011886999011039734 +Info 4674 [15:05:51.762] getCompletionData: Get previous token: 0.016308998689055443 +Info 4675 [15:05:51.763] getCompletionsAtPosition: isCompletionListBlocker: 0.014925001189112663 +Info 4676 [15:05:51.764] getExportInfoMap: cache hit +Info 4677 [15:05:51.768] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 10 from cache +Info 4678 [15:05:51.768] collectAutoImports: response is complete +Info 4679 [15:05:51.768] collectAutoImports: 4.429610999301076 +Info 4680 [15:05:51.768] getCompletionData: Semantic work: 5.587467001751065 +Info 4681 [15:05:51.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0425300002098083 +Info 4682 [15:05:51.771] Format host information updated +Info 4683 [15:05:51.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4684 [15:05:51.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 10.753257000818849ms +Info 4685 [15:05:51.892] Different program with same set of files +Info 4686 [15:05:51.892] getCompletionData: Get current token: 0.0020850002765655518 +Info 4687 [15:05:51.892] getCompletionData: Is inside comment: 0.005829000845551491 +Info 4688 [15:05:51.892] getCompletionData: Get previous token: 0.004774000495672226 +Info 4689 [15:05:51.892] getCompletionsAtPosition: isCompletionListBlocker: 0.006684999912977219 +Info 4690 [15:05:51.892] getExportInfoMap: cache hit +Info 4691 [15:05:51.894] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4692 [15:05:51.894] collectAutoImports: response is complete +Info 4693 [15:05:51.894] collectAutoImports: 1.9532580003142357 +Info 4694 [15:05:51.894] getCompletionData: Semantic work: 2.4790819995105267 +Info 4695 [15:05:51.895] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0332909990102053 +Info 4696 [15:05:51.898] Format host information updated +Info 4697 [15:05:51.972] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4698 [15:05:51.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 22.975260000675917ms +Info 4699 [15:05:51.995] Different program with same set of files +Info 4700 [15:05:51.995] getCompletionData: Get current token: 0.008775999769568443 +Info 4701 [15:05:51.995] getCompletionData: Is inside comment: 0.0217289999127388 +Info 4702 [15:05:51.995] getCompletionData: Get previous token: 0.02927600033581257 +Info 4703 [15:05:51.995] getCompletionsAtPosition: isCompletionListBlocker: 0.023479999974370003 +Info 4704 [15:05:51.997] getExportInfoMap: cache hit +Info 4705 [15:05:52.033] collectAutoImports: resolved 15 module specifiers, plus 219 ambient and 859 from cache +Info 4706 [15:05:52.033] collectAutoImports: response is complete +Info 4707 [15:05:52.033] collectAutoImports: 35.77247400023043 +Info 4708 [15:05:52.033] getCompletionData: Semantic work: 37.51467700116336 +Info 4709 [15:05:52.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8256000000983477 +Info 4710 [15:05:52.040] Format host information updated +Info 4711 [15:05:52.044] Format host information updated +Info 4712 [15:05:52.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4713 [15:05:52.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 7.43826200067997ms +Info 4714 [15:05:52.052] Different program with same set of files +Info 4715 [15:05:52.194] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4716 [15:05:52.200] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 6.315054999664426ms +Info 4717 [15:05:52.200] Different program with same set of files +Info 4718 [15:05:52.200] getCompletionData: Get current token: 0.0036219991743564606 +Info 4719 [15:05:52.200] getCompletionData: Is inside comment: 0.00552699901163578 +Info 4720 [15:05:52.200] getCompletionData: Get previous token: 0.006779000163078308 +Info 4721 [15:05:52.200] getCompletionsAtPosition: isCompletionListBlocker: 0.007857998833060265 +Info 4722 [15:05:52.201] getExportInfoMap: cache hit +Info 4723 [15:05:52.209] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 219 from cache +Info 4724 [15:05:52.209] collectAutoImports: response is complete +Info 4725 [15:05:52.209] collectAutoImports: 8.013404000550508 +Info 4726 [15:05:52.209] getCompletionData: Semantic work: 8.616750000044703 +Info 4727 [15:05:52.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8032939992845058 +Info 4728 [15:05:52.212] Format host information updated +Info 4729 [15:05:52.311] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4730 [15:05:52.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 6.306824000552297ms +Info 4731 [15:05:52.317] Different program with same set of files +Info 4732 [15:05:52.317] getCompletionData: Get current token: 0.002201000228524208 +Info 4733 [15:05:52.317] getCompletionData: Is inside comment: 0.005166999995708466 +Info 4734 [15:05:52.317] getCompletionData: Get previous token: 0.005369000136852264 +Info 4735 [15:05:52.317] getCompletionsAtPosition: isCompletionListBlocker: 0.0068870000541210175 +Info 4736 [15:05:52.318] getExportInfoMap: cache hit +Info 4737 [15:05:52.322] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 112 from cache +Info 4738 [15:05:52.322] collectAutoImports: response is complete +Info 4739 [15:05:52.322] collectAutoImports: 4.266726998612285 +Info 4740 [15:05:52.322] getCompletionData: Semantic work: 4.815052000805736 +Info 4741 [15:05:52.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3626190014183521 +Info 4742 [15:05:52.324] Format host information updated +Info 4743 [15:05:52.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4744 [15:05:52.480] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 9.422911001369357ms +Info 4745 [15:05:52.480] Different program with same set of files +Info 4746 [15:05:52.480] getCompletionData: Get current token: 0.005092000588774681 +Info 4747 [15:05:52.480] getCompletionData: Is inside comment: 0.00782099924981594 +Info 4748 [15:05:52.480] getCompletionData: Get previous token: 0.00875999964773655 +Info 4749 [15:05:52.480] getCompletionsAtPosition: isCompletionListBlocker: 0.008427999913692474 +Info 4750 [15:05:52.481] getExportInfoMap: cache hit +Info 4751 [15:05:52.494] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 4752 [15:05:52.494] collectAutoImports: response is complete +Info 4753 [15:05:52.494] collectAutoImports: 12.920329000800848 +Info 4754 [15:05:52.494] getCompletionData: Semantic work: 13.558398999273777 +Info 4755 [15:05:52.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.438083998858929 +Info 4756 [15:05:52.505] Format host information updated +Info 4757 [15:05:54.577] Format host information updated +Info 4758 [15:05:54.577] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4759 [15:05:54.585] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 7.237670000642538ms +Info 4760 [15:05:54.585] Different program with same set of files +Info 4761 [15:05:55.029] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4762 [15:05:55.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 6.552827000617981ms +Info 4763 [15:05:55.036] Different program with same set of files +Info 4764 [15:05:55.036] getCompletionData: Get current token: 0.0024539995938539505 +Info 4765 [15:05:55.036] getCompletionData: Is inside comment: 0.0012149997055530548 +Info 4766 [15:05:55.036] getCompletionData: Get previous token: 0.012587001547217369 +Info 4767 [15:05:55.036] getCompletionsAtPosition: isCompletionListBlocker: 0.0015730001032352448 +Info 4768 [15:05:55.036] Returning an empty list because completion was requested in an invalid position. +Info 4769 [15:05:55.036] Format host information updated +Info 4770 [15:05:55.264] Format host information updated +Info 4771 [15:05:55.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4772 [15:05:55.273] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 8.532755000516772ms +Info 4773 [15:05:55.273] Different program with same set of files +Info 4774 [15:05:55.950] Format host information updated +Info 4775 [15:05:55.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4776 [15:05:55.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 6.747440000995994ms +Info 4777 [15:05:55.957] Different program with same set of files +Info 4778 [15:05:56.470] Format host information updated +Info 4779 [15:05:56.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4780 [15:05:56.480] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 9.388504998758435ms +Info 4781 [15:05:56.480] Different program with same set of files +Info 4782 [15:05:57.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4783 [15:05:57.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 6.388210000470281ms +Info 4784 [15:05:57.797] Different program with same set of files +Info 4785 [15:05:57.797] getCompletionData: Get current token: 0.0012660007923841476 +Info 4786 [15:05:57.797] getCompletionData: Is inside comment: 0.0007659997791051865 +Info 4787 [15:05:57.797] getCompletionData: Get previous token: 0.006222998723387718 +Info 4788 [15:05:57.797] getCompletionsAtPosition: isCompletionListBlocker: 0.004355000331997871 +Info 4789 [15:05:57.797] Returning an empty list because completion was requested in an invalid position. +Info 4790 [15:05:57.798] Format host information updated +Info 4791 [15:05:58.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4792 [15:05:58.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 5.819067999720573ms +Info 4793 [15:05:58.043] Different program with same set of files +Info 4794 [15:05:58.043] getCompletionData: Get current token: 0.0009930003434419632 +Info 4795 [15:05:58.044] getCompletionData: Is inside comment: 0.0037599988281726837 +Info 4796 [15:05:58.044] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4797 [15:05:58.045] Format host information updated +Info 4798 [15:05:58.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4799 [15:05:58.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 5.989401999861002ms +Info 4800 [15:05:58.166] Different program with same set of files +Info 4801 [15:05:58.166] getCompletionData: Get current token: 0.0014890003949403763 +Info 4802 [15:05:58.166] getCompletionData: Is inside comment: 0.004902001470327377 +Info 4803 [15:05:58.167] Format host information updated +Info 4804 [15:05:58.424] Format host information updated +Info 4805 [15:05:58.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4806 [15:05:58.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 6.942661000415683ms +Info 4807 [15:05:58.431] Different program with same set of files +Info 4808 [15:05:58.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4809 [15:05:58.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 8.026938999071717ms +Info 4810 [15:05:58.650] Different program with same set of files +Info 4811 [15:05:58.650] getCompletionData: Get current token: 0.0018029995262622833 +Info 4812 [15:05:58.650] getCompletionData: Is inside comment: 0.005823001265525818 +Info 4813 [15:05:58.650] Format host information updated +Info 4814 [15:05:59.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4815 [15:05:59.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 5.747221998870373ms +Info 4816 [15:05:59.008] Different program with same set of files +Info 4817 [15:05:59.008] getCompletionData: Get current token: 0.016155000776052475 +Info 4818 [15:05:59.008] getCompletionData: Is inside comment: 0.0070520006120204926 +Info 4819 [15:05:59.009] Format host information updated +Info 4820 [15:05:59.236] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4821 [15:05:59.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 7.789261000230908ms +Info 4822 [15:05:59.244] Different program with same set of files +Info 4823 [15:05:59.244] getCompletionData: Get current token: 0.0019159987568855286 +Info 4824 [15:05:59.244] getCompletionData: Is inside comment: 0.005759000778198242 +Info 4825 [15:05:59.245] Format host information updated +Info 4826 [15:05:59.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4827 [15:05:59.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 5.628343001008034ms +Info 4828 [15:05:59.356] Different program with same set of files +Info 4829 [15:05:59.356] getCompletionData: Get current token: 0.0018910001963376999 +Info 4830 [15:05:59.356] getCompletionData: Is inside comment: 0.00609700009226799 +Info 4831 [15:05:59.357] Format host information updated +Info 4832 [15:05:59.468] Format host information updated +Info 4833 [15:05:59.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4834 [15:05:59.495] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 26.263041000813246ms +Info 4835 [15:05:59.495] Different program with same set of files +Info 4836 [15:05:59.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4837 [15:05:59.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 5.66342799924314ms +Info 4838 [15:05:59.524] Different program with same set of files +Info 4839 [15:05:59.524] getCompletionData: Get current token: 0.004823001101613045 +Info 4840 [15:05:59.524] getCompletionData: Is inside comment: 0.011553000658750534 +Info 4841 [15:05:59.524] getCompletionData: Get previous token: 0.005031999200582504 +Info 4842 [15:05:59.524] getCompletionsAtPosition: isCompletionListBlocker: 0.0023079998791217804 +Info 4843 [15:05:59.525] getExportInfoMap: cache hit +Info 4844 [15:05:59.547] collectAutoImports: resolved 1 module specifiers, plus 175 ambient and 1048 from cache +Info 4845 [15:05:59.547] collectAutoImports: response is complete +Info 4846 [15:05:59.547] collectAutoImports: 21.412274999544024 +Info 4847 [15:05:59.547] getCompletionData: Semantic work: 22.190651999786496 +Info 4848 [15:05:59.551] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.609804999083281 +Info 4849 [15:05:59.555] Format host information updated +Info 4850 [15:06:00.533] getCompletionData: Get current token: 0.0031710006296634674 +Info 4851 [15:06:00.533] getCompletionData: Is inside comment: 0.008302001282572746 +Info 4852 [15:06:00.533] getCompletionData: Get previous token: 0.00536699965596199 +Info 4853 [15:06:00.533] getCompletionsAtPosition: isCompletionListBlocker: 0.002847999334335327 +Info 4854 [15:06:00.534] getExportInfoMap: cache hit +Info 4855 [15:06:00.546] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4856 [15:06:00.546] collectAutoImports: response is complete +Info 4857 [15:06:00.546] collectAutoImports: 12.462336000055075 +Info 4858 [15:06:00.546] getCompletionData: Semantic work: 13.008940000087023 +Info 4859 [15:06:00.553] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.470759999006987 +Info 4860 [15:06:00.963] Format host information updated +Info 4861 [15:06:00.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4862 [15:06:00.969] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 5.646472999826074ms +Info 4863 [15:06:00.969] Different program with same set of files +Info 4864 [15:06:01.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4865 [15:06:01.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 5.5600769985467196ms +Info 4866 [15:06:01.128] Different program with same set of files +Info 4867 [15:06:01.128] getCompletionData: Get current token: 0.00341000035405159 +Info 4868 [15:06:01.128] getCompletionData: Is inside comment: 0.0070690009742975235 +Info 4869 [15:06:01.128] getCompletionData: Get previous token: 0.004055000841617584 +Info 4870 [15:06:01.128] getCompletionsAtPosition: isCompletionListBlocker: 0.002859000116586685 +Info 4871 [15:06:01.128] getExportInfoMap: cache hit +Info 4872 [15:06:01.138] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4873 [15:06:01.138] collectAutoImports: response is complete +Info 4874 [15:06:01.138] collectAutoImports: 10.25369899906218 +Info 4875 [15:06:01.138] getCompletionData: Semantic work: 10.696003001183271 +Info 4876 [15:06:01.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.279432998970151 +Info 4877 [15:06:01.146] Format host information updated +Info 4878 [15:06:01.668] getCompletionData: Get current token: 0.002225000411272049 +Info 4879 [15:06:01.668] getCompletionData: Is inside comment: 0.007175000384449959 +Info 4880 [15:06:01.668] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4881 [15:06:01.741] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4882 [15:06:01.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 5.680765001103282ms +Info 4883 [15:06:01.747] Different program with same set of files +Info 4884 [15:06:01.747] getCompletionData: Get current token: 0.002183999866247177 +Info 4885 [15:06:01.747] getCompletionData: Is inside comment: 0.007319999858736992 +Info 4886 [15:06:01.747] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4887 [15:06:01.747] Format host information updated +Info 4888 [15:06:02.049] Format host information updated +Info 4889 [15:06:02.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4890 [15:06:02.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 5.991867000237107ms +Info 4891 [15:06:02.055] Different program with same set of files +Info 4892 [15:06:02.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4893 [15:06:02.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 5.450891001150012ms +Info 4894 [15:06:02.219] Different program with same set of files +Info 4895 [15:06:02.219] getCompletionData: Get current token: 0.0021020006388425827 +Info 4896 [15:06:02.220] getCompletionData: Is inside comment: 0.007977999746799469 +Info 4897 [15:06:02.220] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4898 [15:06:02.220] Format host information updated +Info 4899 [15:06:02.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4900 [15:06:02.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 7.977052999660373ms +Info 4901 [15:06:02.503] Different program with same set of files +Info 4902 [15:06:02.503] getCompletionData: Get current token: 0.002219999209046364 +Info 4903 [15:06:02.503] getCompletionData: Is inside comment: 0.008656999096274376 +Info 4904 [15:06:02.503] getCompletionData: Get previous token: 0.006006000563502312 +Info 4905 [15:06:02.503] getCompletionsAtPosition: isCompletionListBlocker: 0.008731000125408173 +Info 4906 [15:06:02.504] getExportInfoMap: cache hit +Info 4907 [15:06:02.506] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 4908 [15:06:02.506] collectAutoImports: response is complete +Info 4909 [15:06:02.506] collectAutoImports: 1.80358299985528 +Info 4910 [15:06:02.506] getCompletionData: Semantic work: 2.3403570000082254 +Info 4911 [15:06:02.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8434570003300905 +Info 4912 [15:06:02.509] Format host information updated +Info 4913 [15:06:04.206] getCompletionData: Get current token: 0.0035979989916086197 +Info 4914 [15:06:04.206] getCompletionData: Is inside comment: 0.008698999881744385 +Info 4915 [15:06:04.206] getCompletionData: Get previous token: 0.00565200112760067 +Info 4916 [15:06:04.206] getCompletionsAtPosition: isCompletionListBlocker: 0.0028419997543096542 +Info 4917 [15:06:04.207] getExportInfoMap: cache hit +Info 4918 [15:06:04.215] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4919 [15:06:04.215] collectAutoImports: response is complete +Info 4920 [15:06:04.215] collectAutoImports: 8.734942998737097 +Info 4921 [15:06:04.215] getCompletionData: Semantic work: 9.299916999414563 +Info 4922 [15:06:04.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.6584360003471375 +Info 4923 [15:06:05.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4924 [15:06:05.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 6.3176169991493225ms +Info 4925 [15:06:05.092] Different program with same set of files +Info 4926 [15:06:05.092] getCompletionData: Get current token: 0.00394899956882 +Info 4927 [15:06:05.092] getCompletionData: Is inside comment: 0.009129000827670097 +Info 4928 [15:06:05.092] getCompletionData: Get previous token: 0.0061789993196725845 +Info 4929 [15:06:05.092] getCompletionsAtPosition: isCompletionListBlocker: 0.003026999533176422 +Info 4930 [15:06:05.093] getExportInfoMap: cache hit +Info 4931 [15:06:05.102] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4932 [15:06:05.102] collectAutoImports: response is complete +Info 4933 [15:06:05.102] collectAutoImports: 9.550377998501062 +Info 4934 [15:06:05.102] getCompletionData: Semantic work: 10.118613000959158 +Info 4935 [15:06:05.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.285705000162125 +Info 4936 [15:06:05.111] Format host information updated +Info 4937 [15:06:05.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4938 [15:06:05.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 5.932439999654889ms +Info 4939 [15:06:05.931] Different program with same set of files +Info 4940 [15:06:05.931] getCompletionData: Get current token: 0.002761000767350197 +Info 4941 [15:06:05.931] getCompletionData: Is inside comment: 0.008750000968575478 +Info 4942 [15:06:05.931] getCompletionData: Get previous token: 0.010591000318527222 +Info 4943 [15:06:05.932] getCompletionsAtPosition: isCompletionListBlocker: 0.003030000254511833 +Info 4944 [15:06:05.932] getExportInfoMap: cache hit +Info 4945 [15:06:05.933] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4946 [15:06:05.933] collectAutoImports: response is complete +Info 4947 [15:06:05.933] collectAutoImports: 1.3168119993060827 +Info 4948 [15:06:05.933] getCompletionData: Semantic work: 1.8817489985376596 +Info 4949 [15:06:05.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4994160011410713 +Info 4950 [15:06:05.936] Format host information updated +Info 4951 [15:06:06.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4952 [15:06:06.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 8.145856000483036ms +Info 4953 [15:06:06.166] Different program with same set of files +Info 4954 [15:06:06.166] getCompletionData: Get current token: 0.0022790003567934036 +Info 4955 [15:06:06.166] getCompletionData: Is inside comment: 0.008648000657558441 +Info 4956 [15:06:06.166] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4957 [15:06:06.166] Format host information updated +Info 4958 [15:06:06.568] Format host information updated +Info 4959 [15:06:06.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4960 [15:06:06.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 5.860735001042485ms +Info 4961 [15:06:06.574] Different program with same set of files +Info 4962 [15:06:06.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4963 [15:06:06.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 5.928937999531627ms +Info 4964 [15:06:06.793] Different program with same set of files +Info 4965 [15:06:06.794] getCompletionData: Get current token: 0.0026049986481666565 +Info 4966 [15:06:06.794] getCompletionData: Is inside comment: 0.010259998962283134 +Info 4967 [15:06:06.794] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4968 [15:06:06.796] Format host information updated +Info 4969 [15:06:06.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4970 [15:06:06.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 5.991132998839021ms +Info 4971 [15:06:06.941] Different program with same set of files +Info 4972 [15:06:06.941] getCompletionData: Get current token: 0.0031720008701086044 +Info 4973 [15:06:06.941] getCompletionData: Is inside comment: 0.008700000122189522 +Info 4974 [15:06:06.941] getCompletionData: Get previous token: 0.011104000732302666 +Info 4975 [15:06:06.941] getCompletionsAtPosition: isCompletionListBlocker: 0.003084000200033188 +Info 4976 [15:06:06.942] getExportInfoMap: cache hit +Info 4977 [15:06:06.943] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4978 [15:06:06.943] collectAutoImports: response is complete +Info 4979 [15:06:06.943] collectAutoImports: 1.3049609996378422 +Info 4980 [15:06:06.943] getCompletionData: Semantic work: 1.8110000006854534 +Info 4981 [15:06:06.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6263029985129833 +Info 4982 [15:06:06.946] Format host information updated +Info 4983 [15:06:07.102] Format host information updated +Info 4984 [15:06:07.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4985 [15:06:07.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 22.633302999660373ms +Info 4986 [15:06:07.125] Different program with same set of files +Info 4987 [15:06:08.050] getCompletionData: Get current token: 0.012697000056505203 +Info 4988 [15:06:08.050] getCompletionData: Is inside comment: 0.06328999996185303 +Info 4989 [15:06:08.050] getCompletionData: Get previous token: 0.06367299892008305 +Info 4990 [15:06:08.050] getCompletionsAtPosition: isCompletionListBlocker: 0.008170999586582184 +Info 4991 [15:06:08.052] getExportInfoMap: cache hit +Info 4992 [15:06:08.056] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 4993 [15:06:08.056] collectAutoImports: response is complete +Info 4994 [15:06:08.056] collectAutoImports: 3.6391430012881756 +Info 4995 [15:06:08.056] getCompletionData: Semantic work: 5.720049999654293 +Info 4996 [15:06:08.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8947829995304346 +Info 4997 [15:06:08.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4998 [15:06:08.236] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 5.771155999973416ms +Info 4999 [15:06:08.236] Different program with same set of files +Info 5000 [15:06:08.236] getCompletionData: Get current token: 0.0020950008183717728 +Info 5001 [15:06:08.236] getCompletionData: Is inside comment: 0.008952999487519264 +Info 5002 [15:06:08.236] getCompletionData: Get previous token: 0.012168999761343002 +Info 5003 [15:06:08.236] getCompletionsAtPosition: isCompletionListBlocker: 0.0019780006259679794 +Info 5004 [15:06:08.237] getExportInfoMap: cache hit +Info 5005 [15:06:08.238] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5006 [15:06:08.238] collectAutoImports: response is complete +Info 5007 [15:06:08.238] collectAutoImports: 1.1963589992374182 +Info 5008 [15:06:08.238] getCompletionData: Semantic work: 1.6808040011674166 +Info 5009 [15:06:08.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6160189993679523 +Info 5010 [15:06:08.240] Format host information updated +Info 5011 [15:06:09.369] Format host information updated +Info 5012 [15:06:09.369] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5013 [15:06:09.377] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 7.86136799864471ms +Info 5014 [15:06:09.377] Different program with same set of files +Info 5015 [15:06:10.049] Format host information updated +Info 5016 [15:06:10.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5017 [15:06:10.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 6.024515999481082ms +Info 5018 [15:06:10.056] Different program with same set of files +Info 5019 [15:06:11.260] Format host information updated +Info 5020 [15:06:11.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5021 [15:06:11.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 6.260904999449849ms +Info 5022 [15:06:11.266] Different program with same set of files +Info 5023 [15:06:11.750] getCompletionData: Get current token: 0.00276000052690506 +Info 5024 [15:06:11.750] getCompletionData: Is inside comment: 0.009065000340342522 +Info 5025 [15:06:11.750] getCompletionData: Get previous token: 0.012919001281261444 +Info 5026 [15:06:11.750] getCompletionsAtPosition: isCompletionListBlocker: 0.0034879986196756363 +Info 5027 [15:06:11.750] getExportInfoMap: cache hit +Info 5028 [15:06:11.752] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 5029 [15:06:11.752] collectAutoImports: response is complete +Info 5030 [15:06:11.752] collectAutoImports: 1.4887680001556873 +Info 5031 [15:06:11.752] getCompletionData: Semantic work: 2.0299449991434813 +Info 5032 [15:06:11.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8452790006995201 +Info 5033 [15:06:11.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5034 [15:06:11.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 5.890403999015689ms +Info 5035 [15:06:11.957] Different program with same set of files +Info 5036 [15:06:11.958] getCompletionData: Get current token: 0.004149001091718674 +Info 5037 [15:06:11.958] getCompletionData: Is inside comment: 0.011503001675009727 +Info 5038 [15:06:11.958] getCompletionData: Get previous token: 0.007252000272274017 +Info 5039 [15:06:11.958] getCompletionsAtPosition: isCompletionListBlocker: 0.011197000741958618 +Info 5040 [15:06:11.958] getExportInfoMap: cache hit +Info 5041 [15:06:11.970] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 5042 [15:06:11.970] collectAutoImports: response is complete +Info 5043 [15:06:11.970] collectAutoImports: 11.731017000973225 +Info 5044 [15:06:11.970] getCompletionData: Semantic work: 12.254342999309301 +Info 5045 [15:06:11.975] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.171823000535369 +Info 5046 [15:06:11.979] Format host information updated +Info 5047 [15:06:13.363] getCompletionData: Get current token: 0.001861000433564186 +Info 5048 [15:06:13.363] getCompletionData: Is inside comment: 0.005203999578952789 +Info 5049 [15:06:13.363] getCompletionData: Get previous token: 0.006779000163078308 +Info 5050 [15:06:13.363] getCompletionsAtPosition: isCompletionListBlocker: 0.00183899886906147 +Info 5051 [15:06:13.363] Returning an empty list because completion was requested in an invalid position. +Info 5052 [15:06:13.536] Format host information updated +Info 5053 [15:06:13.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5054 [15:06:13.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 6.26770400069654ms +Info 5055 [15:06:13.542] Different program with same set of files +Info 5056 [15:06:13.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5057 [15:06:13.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 8.174060998484492ms +Info 5058 [15:06:13.683] Different program with same set of files +Info 5059 [15:06:13.684] getCompletionData: Get current token: 0.0019089989364147186 +Info 5060 [15:06:13.684] getCompletionData: Is inside comment: 0.005909999832510948 +Info 5061 [15:06:13.684] getCompletionData: Get previous token: 0.004200998693704605 +Info 5062 [15:06:13.684] getCompletionsAtPosition: isCompletionListBlocker: 0.007090998813509941 +Info 5063 [15:06:13.684] getExportInfoMap: cache hit +Info 5064 [15:06:13.695] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5065 [15:06:13.695] collectAutoImports: response is complete +Info 5066 [15:06:13.695] collectAutoImports: 10.700371000915766 +Info 5067 [15:06:13.695] getCompletionData: Semantic work: 11.154655000194907 +Info 5068 [15:06:13.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.964664001017809 +Info 5069 [15:06:13.702] Format host information updated +Info 5070 [15:06:13.762] Format host information updated +Info 5071 [15:06:13.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5072 [15:06:13.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 9.083066999912262ms +Info 5073 [15:06:13.771] Different program with same set of files +Info 5074 [15:06:14.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5075 [15:06:14.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 5.891650998964906ms +Info 5076 [15:06:14.149] Different program with same set of files +Info 5077 [15:06:14.149] getCompletionData: Get current token: 0.0018039997667074203 +Info 5078 [15:06:14.149] getCompletionData: Is inside comment: 0.0061959996819496155 +Info 5079 [15:06:14.149] getCompletionData: Get previous token: 0.009455999359488487 +Info 5080 [15:06:14.149] getCompletionsAtPosition: isCompletionListBlocker: 0.006735999137163162 +Info 5081 [15:06:14.150] getExportInfoMap: cache hit +Info 5082 [15:06:14.153] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 5083 [15:06:14.153] collectAutoImports: response is complete +Info 5084 [15:06:14.153] collectAutoImports: 3.833644999191165 +Info 5085 [15:06:14.153] getCompletionData: Semantic work: 4.576452998444438 +Info 5086 [15:06:14.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.272952999919653 +Info 5087 [15:06:14.156] Format host information updated +Info 5088 [15:06:14.240] Format host information updated +Info 5089 [15:06:14.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5090 [15:06:14.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 5.748848000541329ms +Info 5091 [15:06:14.246] Different program with same set of files +Info 5092 [15:06:14.372] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5093 [15:06:14.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 7.798429001122713ms +Info 5094 [15:06:14.380] Different program with same set of files +Info 5095 [15:06:14.380] getCompletionData: Get current token: 0.0019269995391368866 +Info 5096 [15:06:14.380] getCompletionData: Is inside comment: 0.007335001602768898 +Info 5097 [15:06:14.380] getCompletionData: Get previous token: 0.005258999764919281 +Info 5098 [15:06:14.380] getCompletionsAtPosition: isCompletionListBlocker: 0.007680000737309456 +Info 5099 [15:06:14.380] getExportInfoMap: cache hit +Info 5100 [15:06:14.393] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5101 [15:06:14.393] collectAutoImports: response is complete +Info 5102 [15:06:14.393] collectAutoImports: 12.607284000143409 +Info 5103 [15:06:14.393] getCompletionData: Semantic work: 13.185657000169158 +Info 5104 [15:06:14.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.292884999886155 +Info 5105 [15:06:14.401] Format host information updated +Info 5106 [15:06:14.597] Format host information updated +Info 5107 [15:06:14.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5108 [15:06:14.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 22.706350998952985ms +Info 5109 [15:06:14.621] Different program with same set of files +Info 5110 [15:06:14.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5111 [15:06:14.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 13.130572000518441ms +Info 5112 [15:06:14.877] Different program with same set of files +Info 5113 [15:06:14.877] getCompletionData: Get current token: 0.004749000072479248 +Info 5114 [15:06:14.877] getCompletionData: Is inside comment: 0.015678999945521355 +Info 5115 [15:06:14.877] getCompletionData: Get previous token: 0.025783000513911247 +Info 5116 [15:06:14.877] getCompletionsAtPosition: isCompletionListBlocker: 0.0166229996830225 +Info 5117 [15:06:14.878] getExportInfoMap: cache hit +Info 5118 [15:06:14.883] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 5119 [15:06:14.883] collectAutoImports: response is complete +Info 5120 [15:06:14.883] collectAutoImports: 5.21484300121665 +Info 5121 [15:06:14.883] getCompletionData: Semantic work: 6.343674998730421 +Info 5122 [15:06:14.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8898620009422302 +Info 5123 [15:06:14.887] Format host information updated +Info 5124 [15:06:14.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5125 [15:06:14.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 5.902672000229359ms +Info 5126 [15:06:14.929] Different program with same set of files +Info 5127 [15:06:14.929] getCompletionData: Get current token: 0.0031790006905794144 +Info 5128 [15:06:14.929] getCompletionData: Is inside comment: 0.008340999484062195 +Info 5129 [15:06:14.929] getCompletionData: Get previous token: 0.00558600015938282 +Info 5130 [15:06:14.929] getCompletionsAtPosition: isCompletionListBlocker: 0.002391001209616661 +Info 5131 [15:06:14.930] getCompletionData: Semantic work: 0.27814199961721897 +Info 5132 [15:06:14.930] Format host information updated +Info 5133 [15:06:15.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5134 [15:06:15.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 7.094343001022935ms +Info 5135 [15:06:15.321] Different program with same set of files +Info 5136 [15:06:15.321] getCompletionData: Get current token: 0.0024419985711574554 +Info 5137 [15:06:15.321] getCompletionData: Is inside comment: 0.007906001061201096 +Info 5138 [15:06:15.321] getCompletionData: Get previous token: 0.01519700139760971 +Info 5139 [15:06:15.321] getCompletionsAtPosition: isCompletionListBlocker: 0.0027859993278980255 +Info 5140 [15:06:15.321] getCompletionData: Semantic work: 0.3363549988716841 +Info 5141 [15:06:15.322] Format host information updated +Info 5142 [15:06:15.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5143 [15:06:15.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 8.263906000182033ms +Info 5144 [15:06:15.406] Different program with same set of files +Info 5145 [15:06:15.406] getCompletionData: Get current token: 0.0022689998149871826 +Info 5146 [15:06:15.406] getCompletionData: Is inside comment: 0.006674999371170998 +Info 5147 [15:06:15.406] getCompletionData: Get previous token: 0.012359999120235443 +Info 5148 [15:06:15.406] getCompletionsAtPosition: isCompletionListBlocker: 0.0026300009340047836 +Info 5149 [15:06:15.406] getCompletionData: Semantic work: 0.30653100088238716 +Info 5150 [15:06:15.406] Format host information updated +Info 5151 [15:06:15.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5152 [15:06:15.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 6.3082669991999865ms +Info 5153 [15:06:15.472] Different program with same set of files +Info 5154 [15:06:15.472] getCompletionData: Get current token: 0.0019940007477998734 +Info 5155 [15:06:15.472] getCompletionData: Is inside comment: 0.006692999973893166 +Info 5156 [15:06:15.472] getCompletionData: Get previous token: 0.0119439996778965 +Info 5157 [15:06:15.472] getCompletionsAtPosition: isCompletionListBlocker: 0.0022849999368190765 +Info 5158 [15:06:15.472] getCompletionData: Semantic work: 0.28367799893021584 +Info 5159 [15:06:15.473] Format host information updated +Info 5160 [15:06:15.541] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5161 [15:06:15.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 6.716726001352072ms +Info 5162 [15:06:15.548] Different program with same set of files +Info 5163 [15:06:15.548] getCompletionData: Get current token: 0.0036500003188848495 +Info 5164 [15:06:15.548] getCompletionData: Is inside comment: 0.011792000383138657 +Info 5165 [15:06:15.548] getCompletionData: Get previous token: 0.023446999490261078 +Info 5166 [15:06:15.548] getCompletionsAtPosition: isCompletionListBlocker: 0.0035150013864040375 +Info 5167 [15:06:15.549] getCompletionData: Semantic work: 0.4403690006583929 +Info 5168 [15:06:15.551] Format host information updated +Info 5169 [15:06:15.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5170 [15:06:15.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 5.94866899959743ms +Info 5171 [15:06:15.629] Different program with same set of files +Info 5172 [15:06:15.629] getCompletionData: Get current token: 0.002380000427365303 +Info 5173 [15:06:15.629] getCompletionData: Is inside comment: 0.006692001596093178 +Info 5174 [15:06:15.629] getCompletionData: Get previous token: 0.01199600100517273 +Info 5175 [15:06:15.629] getCompletionsAtPosition: isCompletionListBlocker: 0.0023410003632307053 +Info 5176 [15:06:15.629] getCompletionData: Semantic work: 0.28213599883019924 +Info 5177 [15:06:15.630] Format host information updated +Info 5178 [15:06:15.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5179 [15:06:15.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 5.934140000492334ms +Info 5180 [15:06:15.819] Different program with same set of files +Info 5181 [15:06:15.820] getCompletionData: Get current token: 0.0027809999883174896 +Info 5182 [15:06:15.820] getCompletionData: Is inside comment: 0.007658999413251877 +Info 5183 [15:06:15.820] getCompletionData: Get previous token: 0.00579100102186203 +Info 5184 [15:06:15.820] getCompletionsAtPosition: isCompletionListBlocker: 0.003420000895857811 +Info 5185 [15:06:15.820] getExportInfoMap: cache hit +Info 5186 [15:06:15.834] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5187 [15:06:15.834] collectAutoImports: response is complete +Info 5188 [15:06:15.834] collectAutoImports: 13.577294001355767 +Info 5189 [15:06:15.834] getCompletionData: Semantic work: 14.119370000436902 +Info 5190 [15:06:15.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.541764000430703 +Info 5191 [15:06:15.843] Format host information updated +Info 5192 [15:06:15.875] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5193 [15:06:15.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 7.9824510011821985ms +Info 5194 [15:06:15.883] Different program with same set of files +Info 5195 [15:06:15.883] getCompletionData: Get current token: 0.002882000058889389 +Info 5196 [15:06:15.883] getCompletionData: Is inside comment: 0.010307999327778816 +Info 5197 [15:06:15.883] getCompletionData: Get previous token: 0.007394999265670776 +Info 5198 [15:06:15.883] getCompletionsAtPosition: isCompletionListBlocker: 0.010385999456048012 +Info 5199 [15:06:15.884] getExportInfoMap: cache hit +Info 5200 [15:06:15.905] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5201 [15:06:15.905] collectAutoImports: response is complete +Info 5202 [15:06:15.905] collectAutoImports: 21.29467500001192 +Info 5203 [15:06:15.905] getCompletionData: Semantic work: 21.963545000180602 +Info 5204 [15:06:15.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5408260002732277 +Info 5205 [15:06:15.912] Format host information updated +Info 5206 [15:06:18.669] Format host information updated +Info 5207 [15:06:20.309] Format host information updated +Info 5208 [15:06:20.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5209 [15:06:20.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 6.409957999363542ms +Info 5210 [15:06:20.316] Different program with same set of files +Info 5211 [15:06:22.475] Format host information updated +Info 5212 [15:06:22.483] forEachExternalModuleToImportFrom autoImportProvider: 0.8345650006085634 +Info 5213 [15:06:23.706] Format host information updated +Info 5214 [15:06:23.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5215 [15:06:23.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 519 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.257523000240326ms +Info 5216 [15:06:23.719] Different program with same set of files +Info 5217 [15:06:25.055] Format host information updated +Info 5218 [15:06:30.385] Format host information updated +Info 5219 [15:06:30.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5220 [15:06:30.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 8.28982700034976ms +Info 5221 [15:06:30.394] Different program with same set of files +Info 5222 [15:06:32.302] getCompletionData: Get current token: 0.003756999969482422 +Info 5223 [15:06:32.302] getCompletionData: Is inside comment: 0.009050998836755753 +Info 5224 [15:06:32.302] getCompletionData: Get previous token: 0.006012000143527985 +Info 5225 [15:06:32.302] getCompletionsAtPosition: isCompletionListBlocker: 0.022471999749541283 +Info 5226 [15:06:32.302] getExportInfoMap: cache hit +Info 5227 [15:06:32.314] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 5228 [15:06:32.314] collectAutoImports: response is complete +Info 5229 [15:06:32.314] collectAutoImports: 12.276567000895739 +Info 5230 [15:06:32.314] getCompletionData: Semantic work: 12.841266000643373 +Info 5231 [15:06:32.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.879602998495102 +Info 5232 [15:06:32.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5233 [15:06:32.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 7.16028100065887ms +Info 5234 [15:06:32.468] Different program with same set of files +Info 5235 [15:06:32.468] getCompletionData: Get current token: 0.0036100000143051147 +Info 5236 [15:06:32.468] getCompletionData: Is inside comment: 0.010263999924063683 +Info 5237 [15:06:32.468] getCompletionData: Get previous token: 0.012770000845193863 +Info 5238 [15:06:32.468] getCompletionsAtPosition: isCompletionListBlocker: 0.0029560010880231857 +Info 5239 [15:06:32.468] getExportInfoMap: cache hit +Info 5240 [15:06:32.470] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5241 [15:06:32.470] collectAutoImports: response is complete +Info 5242 [15:06:32.470] collectAutoImports: 1.369939999654889 +Info 5243 [15:06:32.470] getCompletionData: Semantic work: 1.8491899985820055 +Info 5244 [15:06:32.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6804530005902052 +Info 5245 [15:06:32.472] Format host information updated +Info 5246 [15:06:32.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5247 [15:06:32.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 7.726402999833226ms +Info 5248 [15:06:32.529] Different program with same set of files +Info 5249 [15:06:32.530] getCompletionData: Get current token: 0.005280999466776848 +Info 5250 [15:06:32.530] getCompletionData: Is inside comment: 0.015337001532316208 +Info 5251 [15:06:32.530] getCompletionData: Get previous token: 0.020750001072883606 +Info 5252 [15:06:32.530] getCompletionsAtPosition: isCompletionListBlocker: 0.003604000434279442 +Info 5253 [15:06:32.530] getExportInfoMap: cache hit +Info 5254 [15:06:32.532] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5255 [15:06:32.532] collectAutoImports: response is complete +Info 5256 [15:06:32.532] collectAutoImports: 1.8725230004638433 +Info 5257 [15:06:32.532] getCompletionData: Semantic work: 2.472978001460433 +Info 5258 [15:06:32.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.409407999366522 +Info 5259 [15:06:32.537] Format host information updated +Info 5260 [15:06:32.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5261 [15:06:32.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 5.914464998990297ms +Info 5262 [15:06:32.683] Different program with same set of files +Info 5263 [15:06:32.683] getCompletionData: Get current token: 0.0036379992961883545 +Info 5264 [15:06:32.683] getCompletionData: Is inside comment: 0.00986499898135662 +Info 5265 [15:06:32.683] getCompletionData: Get previous token: 0.012175999581813812 +Info 5266 [15:06:32.683] getCompletionsAtPosition: isCompletionListBlocker: 0.002583000808954239 +Info 5267 [15:06:32.684] getExportInfoMap: cache hit +Info 5268 [15:06:32.685] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5269 [15:06:32.685] collectAutoImports: response is complete +Info 5270 [15:06:32.685] collectAutoImports: 1.2249340005218983 +Info 5271 [15:06:32.685] getCompletionData: Semantic work: 1.644948998466134 +Info 5272 [15:06:32.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6085230000317097 +Info 5273 [15:06:32.687] Format host information updated +Info 5274 [15:06:32.816] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5275 [15:06:32.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 6.386860998347402ms +Info 5276 [15:06:32.822] Different program with same set of files +Info 5277 [15:06:32.823] getCompletionData: Get current token: 0.004422999918460846 +Info 5278 [15:06:32.823] getCompletionData: Is inside comment: 0.011975999921560287 +Info 5279 [15:06:32.823] getCompletionData: Get previous token: 0.014921998605132103 +Info 5280 [15:06:32.823] getCompletionsAtPosition: isCompletionListBlocker: 0.0035280007869005203 +Info 5281 [15:06:32.823] getExportInfoMap: cache hit +Info 5282 [15:06:32.825] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5283 [15:06:32.825] collectAutoImports: response is complete +Info 5284 [15:06:32.825] collectAutoImports: 1.5918700005859137 +Info 5285 [15:06:32.825] getCompletionData: Semantic work: 2.0916259996593 +Info 5286 [15:06:32.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.015089999884367 +Info 5287 [15:06:32.830] Format host information updated +Info 5288 [15:06:33.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5289 [15:06:33.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 6.2566679995507ms +Info 5290 [15:06:33.254] Different program with same set of files +Info 5291 [15:06:33.254] getCompletionData: Get current token: 0.016762999817728996 +Info 5292 [15:06:33.254] getCompletionData: Is inside comment: 0.009305998682975769 +Info 5293 [15:06:33.254] getCompletionData: Get previous token: 0.011669998988509178 +Info 5294 [15:06:33.254] getCompletionsAtPosition: isCompletionListBlocker: 0.0029370002448558807 +Info 5295 [15:06:33.255] getExportInfoMap: cache hit +Info 5296 [15:06:33.256] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5297 [15:06:33.256] collectAutoImports: response is complete +Info 5298 [15:06:33.256] collectAutoImports: 1.2912090010941029 +Info 5299 [15:06:33.256] getCompletionData: Semantic work: 1.7094750013202429 +Info 5300 [15:06:33.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.489690000191331 +Info 5301 [15:06:33.258] Format host information updated +Info 5302 [15:06:33.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5303 [15:06:33.386] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 7.0022129993885756ms +Info 5304 [15:06:33.386] Different program with same set of files +Info 5305 [15:06:33.386] getCompletionData: Get current token: 0.004048001021146774 +Info 5306 [15:06:33.386] getCompletionData: Is inside comment: 0.0124719999730587 +Info 5307 [15:06:33.386] getCompletionData: Get previous token: 0.015221001580357552 +Info 5308 [15:06:33.386] getCompletionsAtPosition: isCompletionListBlocker: 0.003049001097679138 +Info 5309 [15:06:33.387] getExportInfoMap: cache hit +Info 5310 [15:06:33.390] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5311 [15:06:33.390] collectAutoImports: response is complete +Info 5312 [15:06:33.390] collectAutoImports: 3.557729000225663 +Info 5313 [15:06:33.390] getCompletionData: Semantic work: 4.066477999091148 +Info 5314 [15:06:33.394] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.483602000400424 +Info 5315 [15:06:33.396] Format host information updated +Info 5316 [15:06:33.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5317 [15:06:33.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 8.249056000262499ms +Info 5318 [15:06:33.497] Different program with same set of files +Info 5319 [15:06:33.497] getCompletionData: Get current token: 0.0036249998956918716 +Info 5320 [15:06:33.497] getCompletionData: Is inside comment: 0.010328000411391258 +Info 5321 [15:06:33.497] getCompletionData: Get previous token: 0.01336199976503849 +Info 5322 [15:06:33.497] getCompletionsAtPosition: isCompletionListBlocker: 0.002891000360250473 +Info 5323 [15:06:33.497] getExportInfoMap: cache hit +Info 5324 [15:06:33.500] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5325 [15:06:33.500] collectAutoImports: response is complete +Info 5326 [15:06:33.500] collectAutoImports: 2.060750000178814 +Info 5327 [15:06:33.500] getCompletionData: Semantic work: 2.7254050001502037 +Info 5328 [15:06:33.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9247340001165867 +Info 5329 [15:06:33.503] Format host information updated +Info 5330 [15:06:33.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5331 [15:06:33.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 13.070268999785185ms +Info 5332 [15:06:33.655] Different program with same set of files +Info 5333 [15:06:33.655] getCompletionData: Get current token: 0.006653999909758568 +Info 5334 [15:06:33.655] getCompletionData: Is inside comment: 0.019604001194238663 +Info 5335 [15:06:33.655] getCompletionData: Get previous token: 0.02390499971807003 +Info 5336 [15:06:33.655] getCompletionsAtPosition: isCompletionListBlocker: 0.004678001627326012 +Info 5337 [15:06:33.656] getExportInfoMap: cache hit +Info 5338 [15:06:33.658] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5339 [15:06:33.658] collectAutoImports: response is complete +Info 5340 [15:06:33.658] collectAutoImports: 2.0757590010762215 +Info 5341 [15:06:33.658] getCompletionData: Semantic work: 2.98008699901402 +Info 5342 [15:06:33.661] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.580987000837922 +Info 5343 [15:06:33.662] Format host information updated +Info 5344 [15:06:33.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5345 [15:06:33.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 9.4384790007025ms +Info 5346 [15:06:33.713] Different program with same set of files +Info 5347 [15:06:33.713] getCompletionData: Get current token: 0.004939001053571701 +Info 5348 [15:06:33.713] getCompletionData: Is inside comment: 0.013738999143242836 +Info 5349 [15:06:33.713] getCompletionData: Get previous token: 0.019130000844597816 +Info 5350 [15:06:33.713] getCompletionsAtPosition: isCompletionListBlocker: 0.0031089987605810165 +Info 5351 [15:06:33.714] getExportInfoMap: cache hit +Info 5352 [15:06:33.715] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5353 [15:06:33.715] collectAutoImports: response is complete +Info 5354 [15:06:33.715] collectAutoImports: 1.6777139995247126 +Info 5355 [15:06:33.715] getCompletionData: Semantic work: 2.2858839984983206 +Info 5356 [15:06:33.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.144597999751568 +Info 5357 [15:06:33.719] Format host information updated +Info 5358 [15:06:33.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5359 [15:06:33.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 30.269422998651862ms +Info 5360 [15:06:33.943] Different program with same set of files +Info 5361 [15:06:33.943] getCompletionData: Get current token: 0.012488000094890594 +Info 5362 [15:06:33.943] getCompletionData: Is inside comment: 0.031106000766158104 +Info 5363 [15:06:33.943] getCompletionData: Get previous token: 0.021555999293923378 +Info 5364 [15:06:33.943] getCompletionsAtPosition: isCompletionListBlocker: 0.005905000492930412 +Info 5365 [15:06:33.944] getExportInfoMap: cache hit +Info 5366 [15:06:33.971] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 5367 [15:06:33.971] collectAutoImports: response is complete +Info 5368 [15:06:33.971] collectAutoImports: 26.829613000154495 +Info 5369 [15:06:33.971] getCompletionData: Semantic work: 27.976242998614907 +Info 5370 [15:06:33.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.652027999982238 +Info 5371 [15:06:33.982] Format host information updated +Info 5372 [15:06:34.246] getCompletionData: Get current token: 0.010255001485347748 +Info 5373 [15:06:34.246] getCompletionData: Is inside comment: 0.03052700124680996 +Info 5374 [15:06:34.246] getCompletionData: Get previous token: 0.04014999978244305 +Info 5375 [15:06:34.247] getCompletionsAtPosition: isCompletionListBlocker: 0.006936000660061836 +Info 5376 [15:06:34.248] getExportInfoMap: cache hit +Info 5377 [15:06:34.253] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 5378 [15:06:34.253] collectAutoImports: response is complete +Info 5379 [15:06:34.253] collectAutoImports: 5.290736999362707 +Info 5380 [15:06:34.253] getCompletionData: Semantic work: 6.5653440002352 +Info 5381 [15:06:34.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.604747999459505 +Info 5382 [15:06:34.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5383 [15:06:34.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 9.475999999791384ms +Info 5384 [15:06:34.479] Different program with same set of files +Info 5385 [15:06:34.480] getCompletionData: Get current token: 0.0044729989022016525 +Info 5386 [15:06:34.480] getCompletionData: Is inside comment: 0.012855999171733856 +Info 5387 [15:06:34.480] getCompletionData: Get previous token: 0.009346000850200653 +Info 5388 [15:06:34.480] getCompletionsAtPosition: isCompletionListBlocker: 0.008458999916911125 +Info 5389 [15:06:34.480] getExportInfoMap: cache hit +Info 5390 [15:06:34.496] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 5391 [15:06:34.496] collectAutoImports: response is complete +Info 5392 [15:06:34.496] collectAutoImports: 15.576708000153303 +Info 5393 [15:06:34.496] getCompletionData: Semantic work: 16.145025998353958 +Info 5394 [15:06:34.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.793010000139475 +Info 5395 [15:06:34.505] Format host information updated +Info 5396 [15:06:36.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5397 [15:06:36.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 6.382679998874664ms +Info 5398 [15:06:36.534] Different program with same set of files +Info 5399 [15:06:36.534] getCompletionData: Get current token: 0.0012449994683265686 +Info 5400 [15:06:36.534] getCompletionData: Is inside comment: 0.00470300018787384 +Info 5401 [15:06:36.534] getCompletionData: Get previous token: 0.00791499949991703 +Info 5402 [15:06:36.534] getCompletionsAtPosition: isCompletionListBlocker: 0.0013919994235038757 +Info 5403 [15:06:36.534] Returning an empty list because completion was requested in an invalid position. +Info 5404 [15:06:36.535] Format host information updated +Info 5405 [15:06:36.658] Format host information updated +Info 5406 [15:06:36.658] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5407 [15:06:36.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 6.369038999080658ms +Info 5408 [15:06:36.664] Different program with same set of files +Info 5409 [15:06:36.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5410 [15:06:36.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 6.044716000556946ms +Info 5411 [15:06:36.775] Different program with same set of files +Info 5412 [15:06:36.775] getCompletionData: Get current token: 0.0012630000710487366 +Info 5413 [15:06:36.775] getCompletionData: Is inside comment: 0.005118999630212784 +Info 5414 [15:06:36.775] getCompletionData: Get previous token: 0.0037589985877275467 +Info 5415 [15:06:36.776] getCompletionsAtPosition: isCompletionListBlocker: 0.00695900060236454 +Info 5416 [15:06:36.776] getExportInfoMap: cache hit +Info 5417 [15:06:36.788] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5418 [15:06:36.788] collectAutoImports: response is complete +Info 5419 [15:06:36.788] collectAutoImports: 11.76893899962306 +Info 5420 [15:06:36.788] getCompletionData: Semantic work: 12.27445499971509 +Info 5421 [15:06:36.790] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4852809999138117 +Info 5422 [15:06:36.793] Format host information updated +Info 5423 [15:06:36.890] Format host information updated +Info 5424 [15:06:36.890] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5425 [15:06:36.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 6.257598999887705ms +Info 5426 [15:06:36.896] Different program with same set of files +Info 5427 [15:06:37.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5428 [15:06:37.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 6.435277000069618ms +Info 5429 [15:06:37.367] Different program with same set of files +Info 5430 [15:06:37.367] getCompletionData: Get current token: 0.0009199995547533035 +Info 5431 [15:06:37.367] getCompletionData: Is inside comment: 0.0038040000945329666 +Info 5432 [15:06:37.367] getCompletionData: Get previous token: 0.008225999772548676 +Info 5433 [15:06:37.367] getCompletionsAtPosition: isCompletionListBlocker: 0.007132001221179962 +Info 5434 [15:06:37.368] getExportInfoMap: cache hit +Info 5435 [15:06:37.370] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 5436 [15:06:37.370] collectAutoImports: response is complete +Info 5437 [15:06:37.370] collectAutoImports: 2.320738000795245 +Info 5438 [15:06:37.370] getCompletionData: Semantic work: 2.8480920009315014 +Info 5439 [15:06:37.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9142639990895987 +Info 5440 [15:06:37.372] Format host information updated +Info 5441 [15:06:37.533] Format host information updated +Info 5442 [15:06:37.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5443 [15:06:37.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 8.072025999426842ms +Info 5444 [15:06:37.542] Different program with same set of files +Info 5445 [15:06:38.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5446 [15:06:38.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 6.133696999400854ms +Info 5447 [15:06:38.146] Different program with same set of files +Info 5448 [15:06:38.146] getCompletionData: Get current token: 0.0014420002698898315 +Info 5449 [15:06:38.146] getCompletionData: Is inside comment: 0.004729000851511955 +Info 5450 [15:06:38.146] getCompletionData: Get previous token: 0.003412000834941864 +Info 5451 [15:06:38.146] getCompletionsAtPosition: isCompletionListBlocker: 0.007177000865340233 +Info 5452 [15:06:38.147] getExportInfoMap: cache hit +Info 5453 [15:06:38.158] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5454 [15:06:38.158] collectAutoImports: response is complete +Info 5455 [15:06:38.158] collectAutoImports: 10.929348999634385 +Info 5456 [15:06:38.158] getCompletionData: Semantic work: 11.56976700015366 +Info 5457 [15:06:38.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.205602001398802 +Info 5458 [15:06:38.162] Format host information updated +Info 5459 [15:06:38.299] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5460 [15:06:38.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 6.990548999980092ms +Info 5461 [15:06:38.306] Different program with same set of files +Info 5462 [15:06:38.306] getCompletionData: Get current token: 0.0013089999556541443 +Info 5463 [15:06:38.306] getCompletionData: Is inside comment: 0.005713999271392822 +Info 5464 [15:06:38.306] getCompletionData: Get previous token: 0.004254000261425972 +Info 5465 [15:06:38.306] getCompletionsAtPosition: isCompletionListBlocker: 0.007694000378251076 +Info 5466 [15:06:38.307] getExportInfoMap: cache hit +Info 5467 [15:06:38.318] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5468 [15:06:38.318] collectAutoImports: response is complete +Info 5469 [15:06:38.318] collectAutoImports: 10.687225000932813 +Info 5470 [15:06:38.318] getCompletionData: Semantic work: 11.272822000086308 +Info 5471 [15:06:38.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3054220005869865 +Info 5472 [15:06:38.323] Format host information updated +Info 5473 [15:06:38.362] Format host information updated +Info 5474 [15:06:38.362] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5475 [15:06:38.369] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 7.016680000349879ms +Info 5476 [15:06:38.369] Different program with same set of files +Info 5477 [15:06:38.577] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5478 [15:06:38.585] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 7.389425000175834ms +Info 5479 [15:06:38.585] Different program with same set of files +Info 5480 [15:06:38.585] getCompletionData: Get current token: 0.0011700000613927841 +Info 5481 [15:06:38.585] getCompletionData: Is inside comment: 0.004704998806118965 +Info 5482 [15:06:38.585] getCompletionData: Get previous token: 0.03531700000166893 +Info 5483 [15:06:38.585] getCompletionsAtPosition: isCompletionListBlocker: 0.007168000563979149 +Info 5484 [15:06:38.585] getExportInfoMap: cache hit +Info 5485 [15:06:38.588] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 5486 [15:06:38.588] collectAutoImports: response is complete +Info 5487 [15:06:38.588] collectAutoImports: 2.569821000099182 +Info 5488 [15:06:38.588] getCompletionData: Semantic work: 3.210477000102401 +Info 5489 [15:06:38.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.028753999620676 +Info 5490 [15:06:38.590] Format host information updated +Info 5491 [15:06:38.639] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5492 [15:06:38.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 6.06466400064528ms +Info 5493 [15:06:38.645] Different program with same set of files +Info 5494 [15:06:38.645] getCompletionData: Get current token: 0.0012180004268884659 +Info 5495 [15:06:38.645] getCompletionData: Is inside comment: 0.006296999752521515 +Info 5496 [15:06:38.645] getCompletionData: Get previous token: 0.0043320003896951675 +Info 5497 [15:06:38.645] getCompletionsAtPosition: isCompletionListBlocker: 0.0024459995329380035 +Info 5498 [15:06:38.645] getCompletionData: Semantic work: 0.23724300041794777 +Info 5499 [15:06:38.645] Format host information updated +Info 5500 [15:06:39.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5501 [15:06:39.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 8.146882001310587ms +Info 5502 [15:06:39.221] Different program with same set of files +Info 5503 [15:06:39.221] getCompletionData: Get current token: 0.0009330008178949356 +Info 5504 [15:06:39.221] getCompletionData: Is inside comment: 0.004235999658703804 +Info 5505 [15:06:39.221] getCompletionData: Get previous token: 0.00926000066101551 +Info 5506 [15:06:39.221] getCompletionsAtPosition: isCompletionListBlocker: 0.0020940005779266357 +Info 5507 [15:06:39.222] getCompletionData: Semantic work: 0.22637400031089783 +Info 5508 [15:06:39.222] Format host information updated +Info 5509 [15:06:39.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5510 [15:06:39.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 6.595058999955654ms +Info 5511 [15:06:39.320] Different program with same set of files +Info 5512 [15:06:39.320] getCompletionData: Get current token: 0.0015019997954368591 +Info 5513 [15:06:39.320] getCompletionData: Is inside comment: 0.00530100055038929 +Info 5514 [15:06:39.320] getCompletionData: Get previous token: 0.008649000898003578 +Info 5515 [15:06:39.320] getCompletionsAtPosition: isCompletionListBlocker: 0.0021529998630285263 +Info 5516 [15:06:39.320] getCompletionData: Semantic work: 0.19401300139725208 +Info 5517 [15:06:39.320] Format host information updated +Info 5518 [15:06:39.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5519 [15:06:39.427] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 7.0088959988206625ms +Info 5520 [15:06:39.427] Different program with same set of files +Info 5521 [15:06:39.427] getCompletionData: Get current token: 0.00101500004529953 +Info 5522 [15:06:39.427] getCompletionData: Is inside comment: 0.004998000338673592 +Info 5523 [15:06:39.427] getCompletionData: Get previous token: 0.009392999112606049 +Info 5524 [15:06:39.428] getCompletionsAtPosition: isCompletionListBlocker: 0.002259001135826111 +Info 5525 [15:06:39.428] getCompletionData: Semantic work: 0.20439899899065495 +Info 5526 [15:06:39.430] Format host information updated +Info 5527 [15:06:39.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5528 [15:06:39.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 6.458363000303507ms +Info 5529 [15:06:39.487] Different program with same set of files +Info 5530 [15:06:39.487] getCompletionData: Get current token: 0.001194000244140625 +Info 5531 [15:06:39.487] getCompletionData: Is inside comment: 0.005830999463796616 +Info 5532 [15:06:39.487] getCompletionData: Get previous token: 0.01114100031554699 +Info 5533 [15:06:39.487] getCompletionsAtPosition: isCompletionListBlocker: 0.0024570003151893616 +Info 5534 [15:06:39.487] getCompletionData: Semantic work: 0.23064900003373623 +Info 5535 [15:06:39.487] Format host information updated +Info 5536 [15:06:39.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5537 [15:06:39.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 6.388236999511719ms +Info 5538 [15:06:39.551] Different program with same set of files +Info 5539 [15:06:39.551] getCompletionData: Get current token: 0.001369999721646309 +Info 5540 [15:06:39.551] getCompletionData: Is inside comment: 0.006121000275015831 +Info 5541 [15:06:39.551] getCompletionData: Get previous token: 0.011785000562667847 +Info 5542 [15:06:39.551] getCompletionsAtPosition: isCompletionListBlocker: 0.0024790000170469284 +Info 5543 [15:06:39.551] getCompletionData: Semantic work: 0.24709299951791763 +Info 5544 [15:06:39.551] Format host information updated +Info 5545 [15:06:39.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5546 [15:06:39.668] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 7.899976000189781ms +Info 5547 [15:06:39.668] Different program with same set of files +Info 5548 [15:06:39.668] getCompletionData: Get current token: 0.0009390003979206085 +Info 5549 [15:06:39.668] getCompletionData: Is inside comment: 0.005040999501943588 +Info 5550 [15:06:39.668] getCompletionData: Get previous token: 0.010626999661326408 +Info 5551 [15:06:39.668] getCompletionsAtPosition: isCompletionListBlocker: 0.002382999286055565 +Info 5552 [15:06:39.669] getCompletionData: Semantic work: 0.21076399832963943 +Info 5553 [15:06:39.669] Format host information updated +Info 5554 [15:06:39.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5555 [15:06:39.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 5.698169000446796ms +Info 5556 [15:06:39.840] Different program with same set of files +Info 5557 [15:06:39.840] getCompletionData: Get current token: 0.0010179989039897919 +Info 5558 [15:06:39.840] getCompletionData: Is inside comment: 0.0038850009441375732 +Info 5559 [15:06:39.840] getCompletionData: Get previous token: 0.0027849990874528885 +Info 5560 [15:06:39.840] getCompletionsAtPosition: isCompletionListBlocker: 0.006403999403119087 +Info 5561 [15:06:39.840] getExportInfoMap: cache hit +Info 5562 [15:06:39.851] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5563 [15:06:39.851] collectAutoImports: response is complete +Info 5564 [15:06:39.851] collectAutoImports: 10.86888900026679 +Info 5565 [15:06:39.851] getCompletionData: Semantic work: 11.43159400112927 +Info 5566 [15:06:39.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.229341998696327 +Info 5567 [15:06:39.856] Format host information updated +Info 5568 [15:06:40.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5569 [15:06:40.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 11.667564000934362ms +Info 5570 [15:06:40.022] Different program with same set of files +Info 5571 [15:06:40.022] getCompletionData: Get current token: 0.0018019992858171463 +Info 5572 [15:06:40.022] getCompletionData: Is inside comment: 0.008581999689340591 +Info 5573 [15:06:40.022] getCompletionData: Get previous token: 0.019880998879671097 +Info 5574 [15:06:40.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0035030003637075424 +Info 5575 [15:06:40.023] getCompletionData: Semantic work: 0.40452699922025204 +Info 5576 [15:06:40.023] Format host information updated +Info 5577 [15:06:40.136] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5578 [15:06:40.142] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 6.608768001198769ms +Info 5579 [15:06:40.142] Different program with same set of files +Info 5580 [15:06:40.142] getCompletionData: Get current token: 0.0011690016835927963 +Info 5581 [15:06:40.142] getCompletionData: Is inside comment: 0.005116000771522522 +Info 5582 [15:06:40.142] getCompletionData: Get previous token: 0.012331999838352203 +Info 5583 [15:06:40.142] getCompletionsAtPosition: isCompletionListBlocker: 0.0026019997894763947 +Info 5584 [15:06:40.143] getCompletionData: Semantic work: 0.2313729990273714 +Info 5585 [15:06:40.143] Format host information updated +Info 5586 [15:06:40.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5587 [15:06:40.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 24.99086599983275ms +Info 5588 [15:06:40.295] Different program with same set of files +Info 5589 [15:06:40.295] getCompletionData: Get current token: 0.003502998501062393 +Info 5590 [15:06:40.295] getCompletionData: Is inside comment: 0.017754999920725822 +Info 5591 [15:06:40.295] getCompletionData: Get previous token: 0.012949999421834946 +Info 5592 [15:06:40.295] getCompletionsAtPosition: isCompletionListBlocker: 0.007496999576687813 +Info 5593 [15:06:40.297] getExportInfoMap: cache hit +Info 5594 [15:06:40.321] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5595 [15:06:40.321] collectAutoImports: response is complete +Info 5596 [15:06:40.321] collectAutoImports: 24.322668999433517 +Info 5597 [15:06:40.321] getCompletionData: Semantic work: 26.26399900019169 +Info 5598 [15:06:40.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.946382999420166 +Info 5599 [15:06:40.328] Format host information updated +Info 5600 [15:06:40.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5601 [15:06:40.340] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 8.70211299881339ms +Info 5602 [15:06:40.340] Different program with same set of files +Info 5603 [15:06:40.340] getCompletionData: Get current token: 0.0012609995901584625 +Info 5604 [15:06:40.340] getCompletionData: Is inside comment: 0.005681999027729034 +Info 5605 [15:06:40.340] getCompletionData: Get previous token: 0.0036680009216070175 +Info 5606 [15:06:40.340] getCompletionsAtPosition: isCompletionListBlocker: 0.008124999701976776 +Info 5607 [15:06:40.340] getExportInfoMap: cache hit +Info 5608 [15:06:40.351] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 5609 [15:06:40.351] collectAutoImports: response is complete +Info 5610 [15:06:40.351] collectAutoImports: 10.663483999669552 +Info 5611 [15:06:40.351] getCompletionData: Semantic work: 11.206024000421166 +Info 5612 [15:06:40.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.356249999254942 +Info 5613 [15:06:40.356] Format host information updated +Info 5614 [15:06:41.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5615 [15:06:41.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 7.427349001169205ms +Info 5616 [15:06:41.623] Different program with same set of files +Info 5617 [15:06:41.624] getCompletionData: Get current token: 0.002550000324845314 +Info 5618 [15:06:41.624] getCompletionData: Is inside comment: 0.0011610016226768494 +Info 5619 [15:06:41.624] getCompletionData: Get previous token: 0.012294000014662743 +Info 5620 [15:06:41.624] getCompletionsAtPosition: isCompletionListBlocker: 0.0025250017642974854 +Info 5621 [15:06:41.624] getCompletionData: Semantic work: 0.21350600011646748 +Info 5622 [15:06:41.624] Format host information updated +Info 5623 [15:06:42.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5624 [15:06:42.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 6.391192000359297ms +Info 5625 [15:06:42.550] Different program with same set of files +Info 5626 [15:06:42.550] getCompletionData: Get current token: 0.002526000142097473 +Info 5627 [15:06:42.550] getCompletionData: Is inside comment: 0.0009580012410879135 +Info 5628 [15:06:42.550] getCompletionData: Get previous token: 0.014134000986814499 +Info 5629 [15:06:42.550] getCompletionsAtPosition: isCompletionListBlocker: 0.0025669988244771957 +Info 5630 [15:06:42.551] getCompletionData: Semantic work: 0.37370000034570694 +Info 5631 [15:06:42.551] Format host information updated +Info 5632 [15:06:42.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5633 [15:06:42.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 6.697271000593901ms +Info 5634 [15:06:42.621] Different program with same set of files +Info 5635 [15:06:42.621] getCompletionData: Get current token: 0.0024880003184080124 +Info 5636 [15:06:42.621] getCompletionData: Is inside comment: 0.0013450011610984802 +Info 5637 [15:06:42.621] getCompletionData: Get previous token: 0.01689000055193901 +Info 5638 [15:06:42.621] getCompletionsAtPosition: isCompletionListBlocker: 0.0026079993695020676 +Info 5639 [15:06:42.622] getCompletionData: Semantic work: 0.3239089995622635 +Info 5640 [15:06:42.624] Format host information updated +Info 5641 [15:06:42.682] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5642 [15:06:42.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 6.12164699845016ms +Info 5643 [15:06:42.688] Different program with same set of files +Info 5644 [15:06:42.688] getCompletionData: Get current token: 0.0029980000108480453 +Info 5645 [15:06:42.688] getCompletionData: Is inside comment: 0.00137300044298172 +Info 5646 [15:06:42.688] getCompletionData: Get previous token: 0.019051000475883484 +Info 5647 [15:06:42.688] getCompletionsAtPosition: isCompletionListBlocker: 0.0026059988886117935 +Info 5648 [15:06:42.688] getCompletionData: Semantic work: 0.23163500055670738 +Info 5649 [15:06:42.688] Format host information updated +Info 5650 [15:06:43.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5651 [15:06:43.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 6.798453999683261ms +Info 5652 [15:06:43.014] Different program with same set of files +Info 5653 [15:06:43.014] getCompletionData: Get current token: 0.003102000802755356 +Info 5654 [15:06:43.014] getCompletionData: Is inside comment: 0.0010970011353492737 +Info 5655 [15:06:43.014] getCompletionData: Get previous token: 0.016228999942541122 +Info 5656 [15:06:43.014] getCompletionsAtPosition: isCompletionListBlocker: 0.0028380006551742554 +Info 5657 [15:06:43.014] getCompletionData: Semantic work: 0.2471660003066063 +Info 5658 [15:06:43.016] Format host information updated +Info 5659 [15:06:43.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5660 [15:06:43.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 6.045909998938441ms +Info 5661 [15:06:43.404] Different program with same set of files +Info 5662 [15:06:43.404] getCompletionData: Get current token: 0.0031289998441934586 +Info 5663 [15:06:43.404] getCompletionData: Is inside comment: 0.0013229995965957642 +Info 5664 [15:06:43.404] getCompletionData: Get previous token: 0.017805999144911766 +Info 5665 [15:06:43.404] getCompletionsAtPosition: isCompletionListBlocker: 0.00252700038254261 +Info 5666 [15:06:43.404] getCompletionData: Semantic work: 0.2357219997793436 +Info 5667 [15:06:43.404] Format host information updated +Info 5668 [15:06:43.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5669 [15:06:43.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 6.177544999867678ms +Info 5670 [15:06:43.539] Different program with same set of files +Info 5671 [15:06:43.539] getCompletionData: Get current token: 0.003067001700401306 +Info 5672 [15:06:43.539] getCompletionData: Is inside comment: 0.0012890007346868515 +Info 5673 [15:06:43.539] getCompletionData: Get previous token: 0.01810700073838234 +Info 5674 [15:06:43.539] getCompletionsAtPosition: isCompletionListBlocker: 0.00240200012922287 +Info 5675 [15:06:43.540] getCompletionData: Semantic work: 0.2418619990348816 +Info 5676 [15:06:43.540] Format host information updated +Info 5677 [15:06:43.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5678 [15:06:43.778] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 7.818429000675678ms +Info 5679 [15:06:43.778] Different program with same set of files +Info 5680 [15:06:43.778] getCompletionData: Get current token: 0.0028149988502264023 +Info 5681 [15:06:43.778] getCompletionData: Is inside comment: 0.0010909996926784515 +Info 5682 [15:06:43.778] getCompletionData: Get previous token: 0.014855999499559402 +Info 5683 [15:06:43.778] getCompletionsAtPosition: isCompletionListBlocker: 0.002211999148130417 +Info 5684 [15:06:43.778] getCompletionData: Semantic work: 0.2452520001679659 +Info 5685 [15:06:43.779] Format host information updated +Info 5686 [15:06:43.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5687 [15:06:43.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 6.00585899874568ms +Info 5688 [15:06:43.935] Different program with same set of files +Info 5689 [15:06:43.935] getCompletionData: Get current token: 0.003187999129295349 +Info 5690 [15:06:43.935] getCompletionData: Is inside comment: 0.0012320000678300858 +Info 5691 [15:06:43.935] getCompletionData: Get previous token: 0.012097999453544617 +Info 5692 [15:06:43.935] getCompletionsAtPosition: isCompletionListBlocker: 0.0027770008891820908 +Info 5693 [15:06:43.935] getCompletionData: Semantic work: 0.23017199896275997 +Info 5694 [15:06:43.936] Format host information updated +Info 5695 [15:06:44.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5696 [15:06:44.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 8.360594999045134ms +Info 5697 [15:06:44.154] Different program with same set of files +Info 5698 [15:06:44.154] getCompletionData: Get current token: 0.002577001228928566 +Info 5699 [15:06:44.154] getCompletionData: Is inside comment: 0.00106000155210495 +Info 5700 [15:06:44.154] getCompletionData: Get previous token: 0.01372000016272068 +Info 5701 [15:06:44.154] getCompletionsAtPosition: isCompletionListBlocker: 0.00236700102686882 +Info 5702 [15:06:44.154] getCompletionData: Semantic work: 0.21828899905085564 +Info 5703 [15:06:44.154] Format host information updated +Info 5704 [15:06:44.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5705 [15:06:44.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 6.125228000804782ms +Info 5706 [15:06:44.287] Different program with same set of files +Info 5707 [15:06:44.287] getCompletionData: Get current token: 0.0033630002290010452 +Info 5708 [15:06:44.287] getCompletionData: Is inside comment: 0.0012560002505779266 +Info 5709 [15:06:44.287] getCompletionData: Get previous token: 0.017083000391721725 +Info 5710 [15:06:44.288] getCompletionsAtPosition: isCompletionListBlocker: 0.0022909995168447495 +Info 5711 [15:06:44.288] getCompletionData: Semantic work: 0.2361650001257658 +Info 5712 [15:06:44.288] Format host information updated +Info 5713 [15:06:44.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5714 [15:06:44.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 6.355987999588251ms +Info 5715 [15:06:44.738] Different program with same set of files +Info 5716 [15:06:44.738] getCompletionData: Get current token: 0.0029770005494356155 +Info 5717 [15:06:44.738] getCompletionData: Is inside comment: 0.0012959986925125122 +Info 5718 [15:06:44.738] getCompletionData: Get previous token: 0.01919100061058998 +Info 5719 [15:06:44.738] getCompletionsAtPosition: isCompletionListBlocker: 0.0028039999306201935 +Info 5720 [15:06:44.740] getCompletionData: Semantic work: 2.1436099987477064 +Info 5721 [15:06:44.741] Format host information updated +Info 5722 [15:06:44.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5723 [15:06:44.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 6.587952999398112ms +Info 5724 [15:06:44.820] Different program with same set of files +Info 5725 [15:06:44.820] getCompletionData: Get current token: 0.002861998975276947 +Info 5726 [15:06:44.820] getCompletionData: Is inside comment: 0.001343999058008194 +Info 5727 [15:06:44.820] getCompletionData: Get previous token: 0.015852000564336777 +Info 5728 [15:06:44.820] getCompletionsAtPosition: isCompletionListBlocker: 0.0028110016137361526 +Info 5729 [15:06:44.820] getCompletionData: Semantic work: 0.22508900053799152 +Info 5730 [15:06:44.820] Format host information updated +Info 5731 [15:06:45.037] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5732 [15:06:45.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 6.840334998443723ms +Info 5733 [15:06:45.044] Different program with same set of files +Info 5734 [15:06:45.044] getCompletionData: Get current token: 0.00555800087749958 +Info 5735 [15:06:45.044] getCompletionData: Is inside comment: 0.0023110006004571915 +Info 5736 [15:06:45.044] getCompletionData: Get previous token: 0.033065998926758766 +Info 5737 [15:06:45.044] getCompletionsAtPosition: isCompletionListBlocker: 0.0032399985939264297 +Info 5738 [15:06:45.045] getCompletionData: Semantic work: 0.37151899933815 +Info 5739 [15:06:45.047] Format host information updated +Info 5740 [15:06:45.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5741 [15:06:45.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 6.148614998906851ms +Info 5742 [15:06:45.188] Different program with same set of files +Info 5743 [15:06:45.189] getCompletionData: Get current token: 0.0031180009245872498 +Info 5744 [15:06:45.189] getCompletionData: Is inside comment: 0.001201000064611435 +Info 5745 [15:06:45.189] getCompletionData: Get previous token: 0.01696300134062767 +Info 5746 [15:06:45.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0024650003761053085 +Info 5747 [15:06:45.189] getCompletionData: Semantic work: 0.25687899999320507 +Info 5748 [15:06:45.189] Format host information updated +Info 5749 [15:06:49.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5750 [15:06:49.705] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 5.714259000495076ms +Info 5751 [15:06:49.705] Different program with same set of files +Info 5752 [15:06:49.705] getCompletionData: Get current token: 0.0033269990235567093 +Info 5753 [15:06:49.705] getCompletionData: Is inside comment: 0.001148998737335205 +Info 5754 [15:06:49.705] getCompletionData: Get previous token: 0.011718999594449997 +Info 5755 [15:06:49.705] getCompletionsAtPosition: isCompletionListBlocker: 0.002366000786423683 +Info 5756 [15:06:49.705] getCompletionData: Semantic work: 0.20556600019335747 +Info 5757 [15:06:49.705] Format host information updated +Info 5758 [15:06:49.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5759 [15:06:49.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 8.053011998534203ms +Info 5760 [15:06:49.790] Different program with same set of files +Info 5761 [15:06:49.790] getCompletionData: Get current token: 0.003100000321865082 +Info 5762 [15:06:49.790] getCompletionData: Is inside comment: 0.001354999840259552 +Info 5763 [15:06:49.790] getCompletionData: Get previous token: 0.017232000827789307 +Info 5764 [15:06:49.790] getCompletionsAtPosition: isCompletionListBlocker: 0.0025100000202655792 +Info 5765 [15:06:49.790] getCompletionData: Semantic work: 0.23814300075173378 +Info 5766 [15:06:49.790] Format host information updated +Info 5767 [15:06:49.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5768 [15:06:49.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 7.6045389994978905ms +Info 5769 [15:06:49.889] Different program with same set of files +Info 5770 [15:06:49.889] getCompletionData: Get current token: 0.0025669988244771957 +Info 5771 [15:06:49.889] getCompletionData: Is inside comment: 0.0011369995772838593 +Info 5772 [15:06:49.889] getCompletionData: Get previous token: 0.014622999355196953 +Info 5773 [15:06:49.889] getCompletionsAtPosition: isCompletionListBlocker: 0.0023170001804828644 +Info 5774 [15:06:49.890] getCompletionData: Semantic work: 0.23795999959111214 +Info 5775 [15:06:49.890] Format host information updated +Info 5776 [15:06:49.979] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5777 [15:06:49.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 6.3104660008102655ms +Info 5778 [15:06:49.985] Different program with same set of files +Info 5779 [15:06:49.985] getCompletionData: Get current token: 0.0026709996163845062 +Info 5780 [15:06:49.985] getCompletionData: Is inside comment: 0.0011299997568130493 +Info 5781 [15:06:49.985] getCompletionData: Get previous token: 0.01619799993932247 +Info 5782 [15:06:49.985] getCompletionsAtPosition: isCompletionListBlocker: 0.002391001209616661 +Info 5783 [15:06:49.986] getCompletionData: Semantic work: 0.2247810009866953 +Info 5784 [15:06:49.988] Format host information updated +Info 5785 [15:06:50.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5786 [15:06:50.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 23.269207999110222ms +Info 5787 [15:06:50.151] Different program with same set of files +Info 5788 [15:06:50.151] getCompletionData: Get current token: 0.008424999192357063 +Info 5789 [15:06:50.151] getCompletionData: Is inside comment: 0.005111001431941986 +Info 5790 [15:06:50.151] getCompletionData: Get previous token: 0.051707999780774117 +Info 5791 [15:06:50.151] getCompletionsAtPosition: isCompletionListBlocker: 0.0062060002237558365 +Info 5792 [15:06:50.152] getCompletionData: Semantic work: 0.6000309996306896 +Info 5793 [15:06:50.152] Format host information updated +Info 5794 [15:06:50.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5795 [15:06:50.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 23.36727700009942ms +Info 5796 [15:06:50.342] Different program with same set of files +Info 5797 [15:06:50.343] getCompletionData: Get current token: 0.012860000133514404 +Info 5798 [15:06:50.343] getCompletionData: Is inside comment: 0.005218001082539558 +Info 5799 [15:06:50.343] getCompletionData: Get previous token: 0.06998599879443645 +Info 5800 [15:06:50.343] getCompletionsAtPosition: isCompletionListBlocker: 0.007688999176025391 +Info 5801 [15:06:50.344] getCompletionData: Semantic work: 0.8305619992315769 +Info 5802 [15:06:50.344] Format host information updated +Info 5803 [15:06:50.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5804 [15:06:50.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 29.696552999317646ms +Info 5805 [15:06:50.472] Different program with same set of files +Info 5806 [15:06:50.472] getCompletionData: Get current token: 0.00890200026333332 +Info 5807 [15:06:50.472] getCompletionData: Is inside comment: 0.004464000463485718 +Info 5808 [15:06:50.472] getCompletionData: Get previous token: 0.05058700032532215 +Info 5809 [15:06:50.472] getCompletionsAtPosition: isCompletionListBlocker: 0.006108999252319336 +Info 5810 [15:06:50.473] getCompletionData: Semantic work: 0.6113410014659166 +Info 5811 [15:06:50.474] Format host information updated +Info 5812 [15:06:51.720] Format host information updated +Info 5813 [15:06:51.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5814 [15:06:51.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 5.953006001189351ms +Info 5815 [15:06:51.726] Different program with same set of files +Info 5816 [15:06:53.693] Format host information updated +Info 5817 [15:06:53.702] forEachExternalModuleToImportFrom autoImportProvider: 0.9599549993872643 +Info 5818 [15:06:55.010] Format host information updated +Info 5819 [15:06:55.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5820 [15:06:55.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 577 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.91135000064969ms +Info 5821 [15:06:55.024] Different program with same set of files +Info 5822 [15:08:52.747] Format host information updated +Info 5823 [15:08:52.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5824 [15:08:52.755] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 7.532212000340223ms +Info 5825 [15:08:52.755] Different program with same set of files +Info 5826 [15:08:52.953] Format host information updated +Info 5827 [15:08:52.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5828 [15:08:52.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 8.988660000264645ms +Info 5829 [15:08:52.963] Different program with same set of files +Info 5830 [15:08:55.310] Format host information updated +Info 5831 [15:08:55.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5832 [15:08:55.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 10.762335000559688ms +Info 5833 [15:08:55.321] Different program with same set of files +Info 5834 [15:08:55.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5835 [15:08:55.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 9.882228000089526ms +Info 5836 [15:08:55.659] Different program with same set of files +Info 5837 [15:08:55.660] getCompletionData: Get current token: 0.0033400002866983414 +Info 5838 [15:08:55.660] getCompletionData: Is inside comment: 0.009460000321269035 +Info 5839 [15:08:55.660] getCompletionData: Get previous token: 0.011262001469731331 +Info 5840 [15:08:55.660] getCompletionsAtPosition: isCompletionListBlocker: 0.00839499942958355 +Info 5841 [15:08:55.661] getExportInfoMap: cache hit +Info 5842 [15:08:55.666] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 5843 [15:08:55.666] collectAutoImports: response is complete +Info 5844 [15:08:55.666] collectAutoImports: 5.199148999527097 +Info 5845 [15:08:55.666] getCompletionData: Semantic work: 6.448610000312328 +Info 5846 [15:08:55.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2913440000265837 +Info 5847 [15:08:55.671] Format host information updated +Info 5848 [15:08:55.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5849 [15:08:55.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 10.143067998811603ms +Info 5850 [15:08:55.824] Different program with same set of files +Info 5851 [15:08:55.824] getCompletionData: Get current token: 0.0034170001745224 +Info 5852 [15:08:55.824] getCompletionData: Is inside comment: 0.009978000074625015 +Info 5853 [15:08:55.824] getCompletionData: Get previous token: 0.012436999008059502 +Info 5854 [15:08:55.824] getCompletionsAtPosition: isCompletionListBlocker: 0.008599000051617622 +Info 5855 [15:08:55.825] getExportInfoMap: cache hit +Info 5856 [15:08:55.829] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 5857 [15:08:55.829] collectAutoImports: response is complete +Info 5858 [15:08:55.829] collectAutoImports: 4.56836099922657 +Info 5859 [15:08:55.829] getCompletionData: Semantic work: 5.13701800070703 +Info 5860 [15:08:55.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.674405999481678 +Info 5861 [15:08:55.833] Format host information updated +Info 5862 [15:08:56.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5863 [15:08:56.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 7.741821000352502ms +Info 5864 [15:08:56.013] Different program with same set of files +Info 5865 [15:08:56.013] getCompletionData: Get current token: 0.0035159997642040253 +Info 5866 [15:08:56.013] getCompletionData: Is inside comment: 0.009488999843597412 +Info 5867 [15:08:56.013] getCompletionData: Get previous token: 0.011850999668240547 +Info 5868 [15:08:56.013] getCompletionsAtPosition: isCompletionListBlocker: 0.007245000451803207 +Info 5869 [15:08:56.014] getExportInfoMap: cache hit +Info 5870 [15:08:56.016] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 5871 [15:08:56.016] collectAutoImports: response is complete +Info 5872 [15:08:56.016] collectAutoImports: 2.1057789996266365 +Info 5873 [15:08:56.016] getCompletionData: Semantic work: 3.5605490002781153 +Info 5874 [15:08:56.019] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3815499991178513 +Info 5875 [15:08:56.020] Format host information updated +Info 5876 [15:08:56.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5877 [15:08:56.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 9.13998500071466ms +Info 5878 [15:08:56.109] Different program with same set of files +Info 5879 [15:08:56.109] getCompletionData: Get current token: 0.0038510002195835114 +Info 5880 [15:08:56.109] getCompletionData: Is inside comment: 0.01049400120973587 +Info 5881 [15:08:56.110] getCompletionData: Get previous token: 0.013488000258803368 +Info 5882 [15:08:56.110] getCompletionsAtPosition: isCompletionListBlocker: 0.008092999458312988 +Info 5883 [15:08:56.110] getExportInfoMap: cache hit +Info 5884 [15:08:56.112] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5885 [15:08:56.112] collectAutoImports: response is complete +Info 5886 [15:08:56.112] collectAutoImports: 2.0020420011132956 +Info 5887 [15:08:56.112] getCompletionData: Semantic work: 2.599024999886751 +Info 5888 [15:08:56.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0676579996943474 +Info 5889 [15:08:56.116] Format host information updated +Info 5890 [15:08:57.028] Format host information updated +Info 5891 [15:08:57.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5892 [15:08:57.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 6.867885999381542ms +Info 5893 [15:08:57.035] Different program with same set of files +Info 5894 [15:08:57.364] Format host information updated +Info 5895 [15:08:57.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5896 [15:08:57.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 8.696979999542236ms +Info 5897 [15:08:57.373] Different program with same set of files +Info 5898 [15:08:57.658] Format host information updated +Info 5899 [15:08:57.658] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5900 [15:08:57.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 8.525919999927282ms +Info 5901 [15:08:57.666] Different program with same set of files +Info 5902 [15:08:59.536] Format host information updated +Info 5903 [15:08:59.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5904 [15:08:59.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 7.609474999830127ms +Info 5905 [15:08:59.544] Different program with same set of files +Info 5906 [15:09:00.839] Format host information updated +Info 5907 [15:09:00.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5908 [15:09:00.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 8.481185000389814ms +Info 5909 [15:09:00.847] Different program with same set of files +Info 5910 [15:09:01.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5911 [15:09:01.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 7.395885000005364ms +Info 5912 [15:09:01.138] Different program with same set of files +Info 5913 [15:09:01.138] getCompletionData: Get current token: 0.002371998503804207 +Info 5914 [15:09:01.138] getCompletionData: Is inside comment: 0.008933000266551971 +Info 5915 [15:09:01.138] getCompletionData: Get previous token: 0.00858600065112114 +Info 5916 [15:09:01.138] getCompletionsAtPosition: isCompletionListBlocker: 0.001515999436378479 +Info 5917 [15:09:01.138] Returning an empty list because completion was requested in an invalid position. +Info 5918 [15:09:01.139] Format host information updated +Info 5919 [15:09:01.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5920 [15:09:01.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 7.263028999790549ms +Info 5921 [15:09:01.199] Different program with same set of files +Info 5922 [15:09:01.199] getCompletionData: Get current token: 0.00239500030875206 +Info 5923 [15:09:01.199] getCompletionData: Is inside comment: 0.006930001080036163 +Info 5924 [15:09:01.199] getCompletionData: Get previous token: 0.008288001641631126 +Info 5925 [15:09:01.199] getCompletionsAtPosition: isCompletionListBlocker: 0.0016270000487565994 +Info 5926 [15:09:01.199] Returning an empty list because completion was requested in an invalid position. +Info 5927 [15:09:01.200] Format host information updated +Info 5928 [15:09:01.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5929 [15:09:01.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 10.75271899998188ms +Info 5930 [15:09:01.300] Different program with same set of files +Info 5931 [15:09:01.300] getCompletionData: Get current token: 0.004180999472737312 +Info 5932 [15:09:01.300] getCompletionData: Is inside comment: 0.01049100048840046 +Info 5933 [15:09:01.300] getCompletionData: Get previous token: 0.010023001581430435 +Info 5934 [15:09:01.300] getCompletionsAtPosition: isCompletionListBlocker: 0.0018889997154474258 +Info 5935 [15:09:01.300] Returning an empty list because completion was requested in an invalid position. +Info 5936 [15:09:01.301] Format host information updated +Info 5937 [15:09:01.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5938 [15:09:01.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 9.276173999533057ms +Info 5939 [15:09:01.490] Different program with same set of files +Info 5940 [15:09:01.490] getCompletionData: Get current token: 0.0031499993056058884 +Info 5941 [15:09:01.490] getCompletionData: Is inside comment: 0.009378999471664429 +Info 5942 [15:09:01.490] getCompletionData: Get previous token: 0.011498000472784042 +Info 5943 [15:09:01.490] getCompletionsAtPosition: isCompletionListBlocker: 0.001719001680612564 +Info 5944 [15:09:01.490] Returning an empty list because completion was requested in an invalid position. +Info 5945 [15:09:01.491] Format host information updated +Info 5946 [15:09:01.955] Format host information updated +Info 5947 [15:09:01.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5948 [15:09:01.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 6.634003000333905ms +Info 5949 [15:09:01.961] Different program with same set of files +Info 5950 [15:09:03.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5951 [15:09:03.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 6.987993000075221ms +Info 5952 [15:09:03.467] Different program with same set of files +Info 5953 [15:09:03.467] getCompletionData: Get current token: 0.0012400001287460327 +Info 5954 [15:09:03.467] getCompletionData: Is inside comment: 0.005818000063300133 +Info 5955 [15:09:03.467] getCompletionData: Get previous token: 0.004116998985409737 +Info 5956 [15:09:03.467] getCompletionsAtPosition: isCompletionListBlocker: 0.002422001212835312 +Info 5957 [15:09:03.467] getCompletionData: Semantic work: 0.45964299887418747 +Info 5958 [15:09:03.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7988339997828007 +Info 5959 [15:09:03.471] Format host information updated +Info 5960 [15:09:03.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5961 [15:09:03.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 7.121502000838518ms +Info 5962 [15:09:03.624] Different program with same set of files +Info 5963 [15:09:03.624] getCompletionData: Get current token: 0.0010720007121562958 +Info 5964 [15:09:03.624] getCompletionData: Is inside comment: 0.004769999533891678 +Info 5965 [15:09:03.624] getCompletionData: Get previous token: 0.013505998998880386 +Info 5966 [15:09:03.624] getCompletionsAtPosition: isCompletionListBlocker: 0.002205999568104744 +Info 5967 [15:09:03.624] getCompletionData: Semantic work: 0.4423640016466379 +Info 5968 [15:09:03.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3917079996317625 +Info 5969 [15:09:03.626] Format host information updated +Info 5970 [15:09:03.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5971 [15:09:03.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 8.120783999562263ms +Info 5972 [15:09:03.741] Different program with same set of files +Info 5973 [15:09:03.741] getCompletionData: Get current token: 0.0011560004204511642 +Info 5974 [15:09:03.741] getCompletionData: Is inside comment: 0.005210999399423599 +Info 5975 [15:09:03.741] getCompletionData: Get previous token: 0.011306000873446465 +Info 5976 [15:09:03.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0024820007383823395 +Info 5977 [15:09:03.742] getCompletionData: Semantic work: 0.47474499978125095 +Info 5978 [15:09:03.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1480670012533665 +Info 5979 [15:09:03.745] Format host information updated +Info 5980 [15:09:03.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5981 [15:09:03.989] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 6.289125999435782ms +Info 5982 [15:09:03.989] Different program with same set of files +Info 5983 [15:09:03.990] getCompletionData: Get current token: 0.0012900009751319885 +Info 5984 [15:09:03.990] getCompletionData: Is inside comment: 0.005178999155759811 +Info 5985 [15:09:03.990] getCompletionData: Get previous token: 0.01244799979031086 +Info 5986 [15:09:03.990] getCompletionsAtPosition: isCompletionListBlocker: 0.0024910010397434235 +Info 5987 [15:09:03.990] getCompletionData: Semantic work: 0.4376240000128746 +Info 5988 [15:09:03.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.025407999753952 +Info 5989 [15:09:03.991] Format host information updated +Info 5990 [15:09:04.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5991 [15:09:04.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 6.244593000039458ms +Info 5992 [15:09:04.077] Different program with same set of files +Info 5993 [15:09:04.077] getCompletionData: Get current token: 0.0009909998625516891 +Info 5994 [15:09:04.077] getCompletionData: Is inside comment: 0.004909001290798187 +Info 5995 [15:09:04.077] getCompletionData: Get previous token: 0.01074800081551075 +Info 5996 [15:09:04.077] getCompletionsAtPosition: isCompletionListBlocker: 0.0026270002126693726 +Info 5997 [15:09:04.078] getCompletionData: Semantic work: 0.5028600003570318 +Info 5998 [15:09:04.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9065109994262457 +Info 5999 [15:09:04.079] Format host information updated +Info 6000 [15:09:04.709] Format host information updated +Info 6001 [15:09:04.711] Format host information updated +Info 6002 [15:09:04.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6003 [15:09:04.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 6.350984999909997ms +Info 6004 [15:09:04.718] Different program with same set of files +Info 6005 [15:09:04.718] getCompletionData: Get current token: 0.0013849996030330658 +Info 6006 [15:09:04.718] getCompletionData: Is inside comment: 0.0065470002591609955 +Info 6007 [15:09:04.718] getCompletionData: Get previous token: 0.004581999033689499 +Info 6008 [15:09:04.718] getCompletionsAtPosition: isCompletionListBlocker: 0.0029299985617399216 +Info 6009 [15:09:04.718] getExportInfoMap: cache hit +Info 6010 [15:09:04.734] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 6011 [15:09:04.734] collectAutoImports: response is complete +Info 6012 [15:09:04.734] collectAutoImports: 16.030553000047803 +Info 6013 [15:09:04.734] getCompletionData: Semantic work: 16.72491200082004 +Info 6014 [15:09:04.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.12576299905777 +Info 6015 [15:09:04.745] getCompletionData: Get current token: 0.009602999314665794 +Info 6016 [15:09:04.745] getCompletionData: Is inside comment: 0.0035989992320537567 +Info 6017 [15:09:04.745] getCompletionData: Get previous token: 0.01651099883019924 +Info 6018 [15:09:04.745] getCompletionsAtPosition: isCompletionListBlocker: 0.0038080010563135147 +Info 6019 [15:09:04.745] getCompletionData: Semantic work: 0.21874199993908405 +Info 6020 [15:09:04.748] getCompletionData: Get current token: 0.005428999662399292 +Info 6021 [15:09:04.748] getCompletionData: Is inside comment: 0.0031690001487731934 +Info 6022 [15:09:04.748] getCompletionData: Get previous token: 0.011678999289870262 +Info 6023 [15:09:04.748] getCompletionsAtPosition: isCompletionListBlocker: 0.0027840007096529007 +Info 6024 [15:09:04.748] getCompletionData: Semantic work: 0.10274999961256981 +Info 6025 [15:09:04.749] Format host information updated +Info 6026 [15:09:04.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6027 [15:09:04.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 6.329002000391483ms +Info 6028 [15:09:04.775] Different program with same set of files +Info 6029 [15:09:04.775] getCompletionData: Get current token: 0.0011390000581741333 +Info 6030 [15:09:04.776] getCompletionData: Is inside comment: 0.005110999569296837 +Info 6031 [15:09:04.776] getCompletionData: Get previous token: 0.0036580003798007965 +Info 6032 [15:09:04.776] getCompletionsAtPosition: isCompletionListBlocker: 0.007902000099420547 +Info 6033 [15:09:04.776] getExportInfoMap: cache hit +Info 6034 [15:09:04.792] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 6035 [15:09:04.792] collectAutoImports: response is complete +Info 6036 [15:09:04.792] collectAutoImports: 16.135553000494838 +Info 6037 [15:09:04.792] getCompletionData: Semantic work: 16.726722000166774 +Info 6038 [15:09:04.795] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.696187000721693 +Info 6039 [15:09:04.798] Format host information updated +Info 6040 [15:09:33.442] Format host information updated +Info 6041 [15:09:33.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6042 [15:09:33.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 6.458255998790264ms +Info 6043 [15:09:33.448] Different program with same set of files +Info 6044 [15:09:34.342] Format host information updated +Info 6045 [15:09:34.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6046 [15:09:34.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 6.362889999523759ms +Info 6047 [15:09:34.349] Different program with same set of files +Info 6048 [15:10:30.048] Format host information updated +Info 6049 [15:10:30.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6050 [15:10:30.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 9.214855998754501ms +Info 6051 [15:10:30.058] Different program with same set of files +Info 6052 [15:10:31.320] Format host information updated +Info 6053 [15:10:31.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6054 [15:10:31.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 9.76074100099504ms +Info 6055 [15:10:31.330] Different program with same set of files +Info 6056 [15:10:31.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6057 [15:10:31.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 9.809410000219941ms +Info 6058 [15:10:31.476] Different program with same set of files +Info 6059 [15:10:31.476] getCompletionData: Get current token: 0.002901000902056694 +Info 6060 [15:10:31.476] getCompletionData: Is inside comment: 0.008347999304533005 +Info 6061 [15:10:31.476] getCompletionData: Get previous token: 0.011187000200152397 +Info 6062 [15:10:31.476] getCompletionsAtPosition: isCompletionListBlocker: 0.007191000506281853 +Info 6063 [15:10:31.477] getExportInfoMap: cache miss or empty; calculating new results +Info 6064 [15:10:31.497] forEachExternalModuleToImportFrom autoImportProvider: 7.238795001059771 +Info 6065 [15:10:31.497] getExportInfoMap: done in 19.91417800076306 ms +Info 6066 [15:10:31.502] collectAutoImports: resolved 8 module specifiers, plus 14 ambient and 79 from cache +Info 6067 [15:10:31.502] collectAutoImports: response is complete +Info 6068 [15:10:31.502] collectAutoImports: 5.144017999991775 +Info 6069 [15:10:31.502] getCompletionData: Semantic work: 25.597374999895692 +Info 6070 [15:10:31.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7006999999284744 +Info 6071 [15:10:31.506] Format host information updated +Info 6072 [15:10:31.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6073 [15:10:31.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 8.487973999232054ms +Info 6074 [15:10:31.620] Different program with same set of files +Info 6075 [15:10:31.621] getCompletionData: Get current token: 0.0031220000237226486 +Info 6076 [15:10:31.621] getCompletionData: Is inside comment: 0.007359001785516739 +Info 6077 [15:10:31.621] getCompletionData: Get previous token: 0.008974000811576843 +Info 6078 [15:10:31.621] getCompletionsAtPosition: isCompletionListBlocker: 0.007575999945402145 +Info 6079 [15:10:31.621] getExportInfoMap: cache hit +Info 6080 [15:10:31.624] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 73 from cache +Info 6081 [15:10:31.624] collectAutoImports: response is complete +Info 6082 [15:10:31.624] collectAutoImports: 2.818877000361681 +Info 6083 [15:10:31.624] getCompletionData: Semantic work: 3.3364420011639595 +Info 6084 [15:10:31.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4940840005874634 +Info 6085 [15:10:31.628] Format host information updated +Info 6086 [15:10:31.756] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6087 [15:10:31.764] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 8.106987001374364ms +Info 6088 [15:10:31.764] Different program with same set of files +Info 6089 [15:10:31.764] getCompletionData: Get current token: 0.0031179990619421005 +Info 6090 [15:10:31.764] getCompletionData: Is inside comment: 0.00818299874663353 +Info 6091 [15:10:31.764] getCompletionData: Get previous token: 0.010195000097155571 +Info 6092 [15:10:31.764] getCompletionsAtPosition: isCompletionListBlocker: 0.007587999105453491 +Info 6093 [15:10:31.765] getExportInfoMap: cache hit +Info 6094 [15:10:31.767] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 46 from cache +Info 6095 [15:10:31.767] collectAutoImports: response is complete +Info 6096 [15:10:31.767] collectAutoImports: 2.452302999794483 +Info 6097 [15:10:31.767] getCompletionData: Semantic work: 3.0167050007730722 +Info 6098 [15:10:31.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.837602999061346 +Info 6099 [15:10:31.771] Format host information updated +Info 6100 [15:10:31.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6101 [15:10:31.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 7.796719999983907ms +Info 6102 [15:10:31.914] Different program with same set of files +Info 6103 [15:10:31.914] getCompletionData: Get current token: 0.0033740010112524033 +Info 6104 [15:10:31.914] getCompletionData: Is inside comment: 0.008669998496770859 +Info 6105 [15:10:31.914] getCompletionData: Get previous token: 0.010313000530004501 +Info 6106 [15:10:31.914] getCompletionsAtPosition: isCompletionListBlocker: 0.007906001061201096 +Info 6107 [15:10:31.915] getExportInfoMap: cache hit +Info 6108 [15:10:31.916] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 6109 [15:10:31.916] collectAutoImports: response is complete +Info 6110 [15:10:31.916] collectAutoImports: 1.8894919995218515 +Info 6111 [15:10:31.916] getCompletionData: Semantic work: 2.395177001133561 +Info 6112 [15:10:31.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5992670003324747 +Info 6113 [15:10:31.920] Format host information updated +Info 6114 [15:10:32.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6115 [15:10:32.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 30.980496000498533ms +Info 6116 [15:10:32.067] Different program with same set of files +Info 6117 [15:10:32.067] getCompletionData: Get current token: 0.010134000331163406 +Info 6118 [15:10:32.067] getCompletionData: Is inside comment: 0.024027999490499496 +Info 6119 [15:10:32.067] getCompletionData: Get previous token: 0.028510000556707382 +Info 6120 [15:10:32.068] getCompletionsAtPosition: isCompletionListBlocker: 0.017212999984622 +Info 6121 [15:10:32.069] getExportInfoMap: cache hit +Info 6122 [15:10:32.073] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6123 [15:10:32.073] collectAutoImports: response is complete +Info 6124 [15:10:32.073] collectAutoImports: 4.238398000597954 +Info 6125 [15:10:32.073] getCompletionData: Semantic work: 5.572333998978138 +Info 6126 [15:10:32.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.410124000161886 +Info 6127 [15:10:32.079] Format host information updated +Info 6128 [15:10:32.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6129 [15:10:32.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 8.10322399996221ms +Info 6130 [15:10:32.104] Different program with same set of files +Info 6131 [15:10:32.104] getCompletionData: Get current token: 0.0031530000269412994 +Info 6132 [15:10:32.104] getCompletionData: Is inside comment: 0.006642000749707222 +Info 6133 [15:10:32.104] getCompletionData: Get previous token: 0.007843999192118645 +Info 6134 [15:10:32.104] getCompletionsAtPosition: isCompletionListBlocker: 0.007124999538064003 +Info 6135 [15:10:32.105] getExportInfoMap: cache hit +Info 6136 [15:10:32.119] collectAutoImports: resolved 4 module specifiers, plus 175 ambient and 1045 from cache +Info 6137 [15:10:32.119] collectAutoImports: response is complete +Info 6138 [15:10:32.119] collectAutoImports: 13.96884199976921 +Info 6139 [15:10:32.119] getCompletionData: Semantic work: 14.409577999264002 +Info 6140 [15:10:32.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4729669988155365 +Info 6141 [15:10:32.129] Format host information updated +Info 6142 [15:10:33.224] Format host information updated +Info 6143 [15:10:33.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6144 [15:10:33.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 7.306053999811411ms +Info 6145 [15:10:33.231] Different program with same set of files +Info 6146 [15:10:33.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6147 [15:10:33.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 7.877741999924183ms +Info 6148 [15:10:33.367] Different program with same set of files +Info 6149 [15:10:33.367] getCompletionData: Get current token: 0.0029589999467134476 +Info 6150 [15:10:33.367] getCompletionData: Is inside comment: 0.008940000087022781 +Info 6151 [15:10:33.367] getCompletionData: Get previous token: 0.012377999722957611 +Info 6152 [15:10:33.367] getCompletionsAtPosition: isCompletionListBlocker: 0.0015899986028671265 +Info 6153 [15:10:33.367] Returning an empty list because completion was requested in an invalid position. +Info 6154 [15:10:33.367] Format host information updated +Info 6155 [15:10:33.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6156 [15:10:33.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 12.446135999634862ms +Info 6157 [15:10:33.492] Different program with same set of files +Info 6158 [15:10:33.493] getCompletionData: Get current token: 0.004042999818921089 +Info 6159 [15:10:33.493] getCompletionData: Is inside comment: 0.01123499870300293 +Info 6160 [15:10:33.493] getCompletionData: Get previous token: 0.014023000374436378 +Info 6161 [15:10:33.493] getCompletionsAtPosition: isCompletionListBlocker: 0.002886999398469925 +Info 6162 [15:10:33.493] Returning an empty list because completion was requested in an invalid position. +Info 6163 [15:10:33.495] Format host information updated +Info 6164 [15:10:33.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6165 [15:10:33.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 7.45690600015223ms +Info 6166 [15:10:33.629] Different program with same set of files +Info 6167 [15:10:33.629] getCompletionData: Get current token: 0.0029809996485710144 +Info 6168 [15:10:33.629] getCompletionData: Is inside comment: 0.009333999827504158 +Info 6169 [15:10:33.629] getCompletionData: Get previous token: 0.012302998453378677 +Info 6170 [15:10:33.629] getCompletionsAtPosition: isCompletionListBlocker: 0.001490999013185501 +Info 6171 [15:10:33.629] Returning an empty list because completion was requested in an invalid position. +Info 6172 [15:10:33.629] Format host information updated +Info 6173 [15:10:33.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6174 [15:10:33.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 8.310394998639822ms +Info 6175 [15:10:33.730] Different program with same set of files +Info 6176 [15:10:33.730] getCompletionData: Get current token: 0.0027820002287626266 +Info 6177 [15:10:33.730] getCompletionData: Is inside comment: 0.008495001122355461 +Info 6178 [15:10:33.730] getCompletionData: Get previous token: 0.009806999936699867 +Info 6179 [15:10:33.730] getCompletionsAtPosition: isCompletionListBlocker: 0.0016080010682344437 +Info 6180 [15:10:33.730] Returning an empty list because completion was requested in an invalid position. +Info 6181 [15:10:33.733] Format host information updated +Info 6182 [15:10:33.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6183 [15:10:33.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 6.71866400167346ms +Info 6184 [15:10:33.809] Different program with same set of files +Info 6185 [15:10:33.809] getCompletionData: Get current token: 0.0024740006774663925 +Info 6186 [15:10:33.809] getCompletionData: Is inside comment: 0.007740998640656471 +Info 6187 [15:10:33.809] getCompletionData: Get previous token: 0.00948600098490715 +Info 6188 [15:10:33.809] getCompletionsAtPosition: isCompletionListBlocker: 0.0015559997409582138 +Info 6189 [15:10:33.809] Returning an empty list because completion was requested in an invalid position. +Info 6190 [15:10:33.809] Format host information updated +Info 6191 [15:10:33.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6192 [15:10:34.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 24.418965000659227ms +Info 6193 [15:10:34.024] Different program with same set of files +Info 6194 [15:10:34.025] getCompletionData: Get current token: 0.012257000431418419 +Info 6195 [15:10:34.025] getCompletionData: Is inside comment: 0.03515800088644028 +Info 6196 [15:10:34.025] getCompletionData: Get previous token: 0.04282600060105324 +Info 6197 [15:10:34.025] getCompletionsAtPosition: isCompletionListBlocker: 0.0050500016659498215 +Info 6198 [15:10:34.025] Returning an empty list because completion was requested in an invalid position. +Info 6199 [15:10:34.025] Format host information updated +Info 6200 [15:10:34.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6201 [15:10:34.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 21.535573000088334ms +Info 6202 [15:10:34.099] Different program with same set of files +Info 6203 [15:10:34.100] getCompletionData: Get current token: 0.005788998678326607 +Info 6204 [15:10:34.100] getCompletionData: Is inside comment: 0.018210001289844513 +Info 6205 [15:10:34.100] getCompletionData: Get previous token: 0.02148600108921528 +Info 6206 [15:10:34.100] getCompletionsAtPosition: isCompletionListBlocker: 0.0028269998729228973 +Info 6207 [15:10:34.100] Returning an empty list because completion was requested in an invalid position. +Info 6208 [15:10:34.100] Format host information updated +Info 6209 [15:10:34.218] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6210 [15:10:34.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 24.097843999043107ms +Info 6211 [15:10:34.242] Different program with same set of files +Info 6212 [15:10:34.242] getCompletionData: Get current token: 0.011882999911904335 +Info 6213 [15:10:34.242] getCompletionData: Is inside comment: 0.03392600081861019 +Info 6214 [15:10:34.242] getCompletionData: Get previous token: 0.04092000052332878 +Info 6215 [15:10:34.242] getCompletionsAtPosition: isCompletionListBlocker: 0.012751000002026558 +Info 6216 [15:10:34.243] Returning an empty list because completion was requested in an invalid position. +Info 6217 [15:10:34.243] Format host information updated +Info 6218 [15:10:34.679] getCompletionData: Get current token: 0.0015660002827644348 +Info 6219 [15:10:34.679] getCompletionData: Is inside comment: 0.006372999399900436 +Info 6220 [15:10:34.679] getCompletionData: Get previous token: 0.004064999520778656 +Info 6221 [15:10:34.679] getCompletionsAtPosition: isCompletionListBlocker: 0.00969499908387661 +Info 6222 [15:10:34.680] getExportInfoMap: cache hit +Info 6223 [15:10:34.699] collectAutoImports: resolved 14 module specifiers, plus 219 ambient and 860 from cache +Info 6224 [15:10:34.699] collectAutoImports: response is complete +Info 6225 [15:10:34.699] collectAutoImports: 18.80577800050378 +Info 6226 [15:10:34.699] getCompletionData: Semantic work: 19.551776999607682 +Info 6227 [15:10:34.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2717610001564026 +Info 6228 [15:10:35.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6229 [15:10:35.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 6.811075000092387ms +Info 6230 [15:10:35.695] Different program with same set of files +Info 6231 [15:10:35.695] getCompletionData: Get current token: 0.0010810010135173798 +Info 6232 [15:10:35.695] getCompletionData: Is inside comment: 0.0061889998614788055 +Info 6233 [15:10:35.695] getCompletionData: Get previous token: 0.00393499992787838 +Info 6234 [15:10:35.695] getCompletionsAtPosition: isCompletionListBlocker: 0.0023010000586509705 +Info 6235 [15:10:35.695] getCompletionData: Semantic work: 0.44001900032162666 +Info 6236 [15:10:35.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6397689990699291 +Info 6237 [15:10:35.698] Format host information updated +Info 6238 [15:10:35.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6239 [15:10:35.878] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 6.461800999939442ms +Info 6240 [15:10:35.878] Different program with same set of files +Info 6241 [15:10:35.878] getCompletionData: Get current token: 0.0012400001287460327 +Info 6242 [15:10:35.878] getCompletionData: Is inside comment: 0.005491999909281731 +Info 6243 [15:10:35.878] getCompletionData: Get previous token: 0.012484000995755196 +Info 6244 [15:10:35.878] getCompletionsAtPosition: isCompletionListBlocker: 0.0024629998952150345 +Info 6245 [15:10:35.878] getCompletionData: Semantic work: 0.4699440002441406 +Info 6246 [15:10:35.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0981920007616282 +Info 6247 [15:10:35.880] Format host information updated +Info 6248 [15:10:35.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6249 [15:10:35.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 6.189690999686718ms +Info 6250 [15:10:35.971] Different program with same set of files +Info 6251 [15:10:35.971] getCompletionData: Get current token: 0.0010689999908208847 +Info 6252 [15:10:35.971] getCompletionData: Is inside comment: 0.005080001428723335 +Info 6253 [15:10:35.971] getCompletionData: Get previous token: 0.011334000155329704 +Info 6254 [15:10:35.972] getCompletionsAtPosition: isCompletionListBlocker: 0.0024660006165504456 +Info 6255 [15:10:35.972] getCompletionData: Semantic work: 0.44703800044953823 +Info 6256 [15:10:35.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0081050004810095 +Info 6257 [15:10:35.973] Format host information updated +Info 6258 [15:10:36.080] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6259 [15:10:36.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 8.373245999217033ms +Info 6260 [15:10:36.089] Different program with same set of files +Info 6261 [15:10:36.089] getCompletionData: Get current token: 0.0016089994460344315 +Info 6262 [15:10:36.089] getCompletionData: Is inside comment: 0.008052000775933266 +Info 6263 [15:10:36.089] getCompletionData: Get previous token: 0.01868799887597561 +Info 6264 [15:10:36.089] getCompletionsAtPosition: isCompletionListBlocker: 0.003256000578403473 +Info 6265 [15:10:36.090] getCompletionData: Semantic work: 0.651138000190258 +Info 6266 [15:10:36.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3672119993716478 +Info 6267 [15:10:36.091] Format host information updated +Info 6268 [15:10:36.187] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6269 [15:10:36.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 6.005231000483036ms +Info 6270 [15:10:36.193] Different program with same set of files +Info 6271 [15:10:36.193] getCompletionData: Get current token: 0.0009799990803003311 +Info 6272 [15:10:36.193] getCompletionData: Is inside comment: 0.004808999598026276 +Info 6273 [15:10:36.193] getCompletionData: Get previous token: 0.010413000360131264 +Info 6274 [15:10:36.193] getCompletionsAtPosition: isCompletionListBlocker: 0.002732999622821808 +Info 6275 [15:10:36.194] getCompletionData: Semantic work: 0.4925430007278919 +Info 6276 [15:10:36.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.210792999714613 +Info 6277 [15:10:36.195] Format host information updated +Info 6278 [15:10:36.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6279 [15:10:36.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 6.489946000277996ms +Info 6280 [15:10:36.503] Different program with same set of files +Info 6281 [15:10:36.503] getCompletionData: Get current token: 0.0013270005583763123 +Info 6282 [15:10:36.503] getCompletionData: Is inside comment: 0.006732000038027763 +Info 6283 [15:10:36.503] getCompletionData: Get previous token: 0.012701001018285751 +Info 6284 [15:10:36.503] getCompletionsAtPosition: isCompletionListBlocker: 0.0027740001678466797 +Info 6285 [15:10:36.504] getCompletionData: Semantic work: 0.488773999735713 +Info 6286 [15:10:36.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.200048999860883 +Info 6287 [15:10:36.508] Format host information updated +Info 6288 [15:10:36.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6289 [15:10:36.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 6.515456000342965ms +Info 6290 [15:10:36.617] Different program with same set of files +Info 6291 [15:10:36.617] getCompletionData: Get current token: 0.0012369994074106216 +Info 6292 [15:10:36.617] getCompletionData: Is inside comment: 0.00658700056374073 +Info 6293 [15:10:36.617] getCompletionData: Get previous token: 0.013519998639822006 +Info 6294 [15:10:36.617] getCompletionsAtPosition: isCompletionListBlocker: 0.0027910005301237106 +Info 6295 [15:10:36.617] getCompletionData: Semantic work: 0.5081890001893044 +Info 6296 [15:10:36.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3388319984078407 +Info 6297 [15:10:36.619] Format host information updated +Info 6298 [15:10:36.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6299 [15:10:36.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 6.642479998990893ms +Info 6300 [15:10:36.821] Different program with same set of files +Info 6301 [15:10:36.821] getCompletionData: Get current token: 0.0013230014592409134 +Info 6302 [15:10:36.821] getCompletionData: Is inside comment: 0.006297999992966652 +Info 6303 [15:10:36.821] getCompletionData: Get previous token: 0.012808000668883324 +Info 6304 [15:10:36.821] getCompletionsAtPosition: isCompletionListBlocker: 0.0029450003057718277 +Info 6305 [15:10:36.822] getCompletionData: Semantic work: 0.5129109993577003 +Info 6306 [15:10:36.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1327299997210503 +Info 6307 [15:10:36.823] Format host information updated +Info 6308 [15:10:36.909] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6309 [15:10:36.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 8.6216959990561ms +Info 6310 [15:10:36.918] Different program with same set of files +Info 6311 [15:10:36.918] getCompletionData: Get current token: 0.001660998910665512 +Info 6312 [15:10:36.918] getCompletionData: Is inside comment: 0.006363000720739365 +Info 6313 [15:10:36.918] getCompletionData: Get previous token: 0.014133000746369362 +Info 6314 [15:10:36.918] getCompletionsAtPosition: isCompletionListBlocker: 0.003360999748110771 +Info 6315 [15:10:36.918] getCompletionData: Semantic work: 0.5773970000445843 +Info 6316 [15:10:36.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1096940003335476 +Info 6317 [15:10:36.920] Format host information updated +Info 6318 [15:10:37.348] Format host information updated +Info 6319 [15:10:37.349] Format host information updated +Info 6320 [15:10:37.349] Format host information updated +Info 6321 [15:10:37.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6322 [15:10:37.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 5.927761999890208ms +Info 6323 [15:10:37.355] Different program with same set of files +Info 6324 [15:10:37.355] getCompletionData: Get current token: 0.00841899961233139 +Info 6325 [15:10:37.355] getCompletionData: Is inside comment: 0.0029469989240169525 +Info 6326 [15:10:37.355] getCompletionData: Get previous token: 0.016712000593543053 +Info 6327 [15:10:37.355] getCompletionsAtPosition: isCompletionListBlocker: 0.0032950006425380707 +Info 6328 [15:10:37.356] getCompletionData: Semantic work: 0.45268699899315834 +Info 6329 [15:10:37.357] getCompletionData: Get current token: 0.005028000101447105 +Info 6330 [15:10:37.357] getCompletionData: Is inside comment: 0.0019119996577501297 +Info 6331 [15:10:37.357] getCompletionData: Get previous token: 0.014593999832868576 +Info 6332 [15:10:37.357] getCompletionsAtPosition: isCompletionListBlocker: 0.0016009993851184845 +Info 6333 [15:10:37.358] getCompletionData: Semantic work: 0.14048600010573864 +Info 6334 [15:11:55.554] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6335 [15:11:55.556] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.purs +Info 6336 [15:11:55.556] Elapsed:: 1.6357540003955364ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6337 [15:11:55.556] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6338 [15:11:55.557] Elapsed:: 0.8105619996786118ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6339 [15:18:07.716] Format host information updated +Info 6340 [15:18:07.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6341 [15:18:07.724] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 8.286789000034332ms +Info 6342 [15:18:07.724] Different program with same set of files +Info 6343 [15:18:08.323] Format host information updated +Info 6344 [15:18:08.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6345 [15:18:08.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 7.448455000296235ms +Info 6346 [15:18:08.331] Different program with same set of files +Info 6347 [15:18:09.036] Format host information updated +Info 6348 [15:18:09.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6349 [15:18:09.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 9.614787001162767ms +Info 6350 [15:18:09.046] Different program with same set of files +Info 6351 [15:18:09.210] Format host information updated +Info 6352 [15:18:09.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6353 [15:18:09.220] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 9.888391999527812ms +Info 6354 [15:18:09.220] Different program with same set of files +Info 6355 [15:18:10.602] Format host information updated +Info 6356 [15:18:10.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6357 [15:18:10.612] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 9.984364999458194ms +Info 6358 [15:18:10.612] Different program with same set of files +Info 6359 [15:18:10.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6360 [15:18:10.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 9.176028998568654ms +Info 6361 [15:18:10.684] Different program with same set of files +Info 6362 [15:18:10.684] getCompletionData: Get current token: 0.0026600006967782974 +Info 6363 [15:18:10.684] getCompletionData: Is inside comment: 0.0012829992920160294 +Info 6364 [15:18:10.684] getCompletionData: Get previous token: 0.012497000396251678 +Info 6365 [15:18:10.684] getCompletionsAtPosition: isCompletionListBlocker: 0.001540999859571457 +Info 6366 [15:18:10.684] Returning an empty list because completion was requested in an invalid position. +Info 6367 [15:18:10.684] Format host information updated +Info 6368 [15:18:10.807] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6369 [15:18:10.815] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 8.52899399958551ms +Info 6370 [15:18:10.815] Different program with same set of files +Info 6371 [15:18:10.815] getCompletionData: Get current token: 0.0027820002287626266 +Info 6372 [15:18:10.815] getCompletionData: Is inside comment: 0.0015080012381076813 +Info 6373 [15:18:10.815] getCompletionData: Get previous token: 0.013581998646259308 +Info 6374 [15:18:10.815] getCompletionsAtPosition: isCompletionListBlocker: 0.00203699991106987 +Info 6375 [15:18:10.815] Returning an empty list because completion was requested in an invalid position. +Info 6376 [15:18:10.817] Format host information updated +Info 6377 [15:18:11.165] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6378 [15:18:11.173] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 7.28646800108254ms +Info 6379 [15:18:11.173] Different program with same set of files +Info 6380 [15:18:11.173] getCompletionData: Get current token: 0.002888999879360199 +Info 6381 [15:18:11.173] getCompletionData: Is inside comment: 0.0013829991221427917 +Info 6382 [15:18:11.173] getCompletionData: Get previous token: 0.013063998892903328 +Info 6383 [15:18:11.173] getCompletionsAtPosition: isCompletionListBlocker: 0.002013999968767166 +Info 6384 [15:18:11.173] Returning an empty list because completion was requested in an invalid position. +Info 6385 [15:18:11.173] Format host information updated +Info 6386 [15:18:11.236] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6387 [15:18:11.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 8.61786999925971ms +Info 6388 [15:18:11.245] Different program with same set of files +Info 6389 [15:18:11.245] getCompletionData: Get current token: 0.00291999988257885 +Info 6390 [15:18:11.245] getCompletionData: Is inside comment: 0.0012839995324611664 +Info 6391 [15:18:11.245] getCompletionData: Get previous token: 0.013194000348448753 +Info 6392 [15:18:11.245] getCompletionsAtPosition: isCompletionListBlocker: 0.0017289984971284866 +Info 6393 [15:18:11.245] Returning an empty list because completion was requested in an invalid position. +Info 6394 [15:18:11.245] Format host information updated +Info 6395 [15:18:11.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6396 [15:18:11.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 9.064042000100017ms +Info 6397 [15:18:11.315] Different program with same set of files +Info 6398 [15:18:11.315] getCompletionData: Get current token: 0.0031770002096891403 +Info 6399 [15:18:11.315] getCompletionData: Is inside comment: 0.001204000785946846 +Info 6400 [15:18:11.315] getCompletionData: Get previous token: 0.011378999799489975 +Info 6401 [15:18:11.315] getCompletionsAtPosition: isCompletionListBlocker: 0.0014930013567209244 +Info 6402 [15:18:11.315] Returning an empty list because completion was requested in an invalid position. +Info 6403 [15:18:11.315] Format host information updated +Info 6404 [15:18:11.374] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6405 [15:18:11.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 8.33016800135374ms +Info 6406 [15:18:11.383] Different program with same set of files +Info 6407 [15:18:11.383] getCompletionData: Get current token: 0.0029520001262426376 +Info 6408 [15:18:11.383] getCompletionData: Is inside comment: 0.0014980006963014603 +Info 6409 [15:18:11.383] getCompletionData: Get previous token: 0.012568000704050064 +Info 6410 [15:18:11.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0018349997699260712 +Info 6411 [15:18:11.383] Returning an empty list because completion was requested in an invalid position. +Info 6412 [15:18:11.383] Format host information updated +Info 6413 [15:18:11.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6414 [15:18:11.471] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 6.669298000633717ms +Info 6415 [15:18:11.471] Different program with same set of files +Info 6416 [15:18:11.471] getCompletionData: Get current token: 0.0023149996995925903 +Info 6417 [15:18:11.471] getCompletionData: Is inside comment: 0.001195000484585762 +Info 6418 [15:18:11.471] getCompletionData: Get previous token: 0.010608000680804253 +Info 6419 [15:18:11.471] getCompletionsAtPosition: isCompletionListBlocker: 0.0015030000358819962 +Info 6420 [15:18:11.471] Returning an empty list because completion was requested in an invalid position. +Info 6421 [15:18:11.473] Format host information updated +Info 6422 [15:18:11.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6423 [15:18:11.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 24.091566000133753ms +Info 6424 [15:18:11.729] Different program with same set of files +Info 6425 [15:18:11.730] getCompletionData: Get current token: 0.0077209994196891785 +Info 6426 [15:18:11.730] getCompletionData: Is inside comment: 0.003951000049710274 +Info 6427 [15:18:11.730] getCompletionData: Get previous token: 0.04048999957740307 +Info 6428 [15:18:11.730] getCompletionsAtPosition: isCompletionListBlocker: 0.004611000418663025 +Info 6429 [15:18:11.730] Returning an empty list because completion was requested in an invalid position. +Info 6430 [15:18:11.730] Format host information updated +Info 6431 [15:18:11.863] Format host information updated +Info 6432 [15:18:11.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6433 [15:18:11.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 7.580612000077963ms +Info 6434 [15:18:11.871] Different program with same set of files +Info 6435 [15:18:13.360] getCompletionData: Get current token: 0.0036849994212388992 +Info 6436 [15:18:13.360] getCompletionData: Is inside comment: 0.012505998834967613 +Info 6437 [15:18:13.360] getCompletionData: Get previous token: 0.013739001005887985 +Info 6438 [15:18:13.360] getCompletionsAtPosition: isCompletionListBlocker: 0.0030889995396137238 +Info 6439 [15:18:13.361] getExportInfoMap: cache hit +Info 6440 [15:18:13.363] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 6441 [15:18:13.363] collectAutoImports: response is complete +Info 6442 [15:18:13.363] collectAutoImports: 2.1491539999842644 +Info 6443 [15:18:13.363] getCompletionData: Semantic work: 2.809435999020934 +Info 6444 [15:18:13.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4887090008705854 +Info 6445 [15:18:13.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6446 [15:18:13.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 6.532623000442982ms +Info 6447 [15:18:13.511] Different program with same set of files +Info 6448 [15:18:13.511] getCompletionData: Get current token: 0.0037970002740621567 +Info 6449 [15:18:13.511] getCompletionData: Is inside comment: 0.011051001027226448 +Info 6450 [15:18:13.511] getCompletionData: Get previous token: 0.02248399890959263 +Info 6451 [15:18:13.511] getCompletionsAtPosition: isCompletionListBlocker: 0.002558000385761261 +Info 6452 [15:18:13.512] getExportInfoMap: cache hit +Info 6453 [15:18:13.514] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 6454 [15:18:13.514] collectAutoImports: response is complete +Info 6455 [15:18:13.514] collectAutoImports: 2.266456000506878 +Info 6456 [15:18:13.514] getCompletionData: Semantic work: 2.9520759992301464 +Info 6457 [15:18:13.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.534239999949932 +Info 6458 [15:18:13.518] Format host information updated +Info 6459 [15:18:13.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6460 [15:18:13.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 8.03745299950242ms +Info 6461 [15:18:13.611] Different program with same set of files +Info 6462 [15:18:13.612] getCompletionData: Get current token: 0.0032759997993707657 +Info 6463 [15:18:13.612] getCompletionData: Is inside comment: 0.011111000552773476 +Info 6464 [15:18:13.612] getCompletionData: Get previous token: 0.015870999544858932 +Info 6465 [15:18:13.612] getCompletionsAtPosition: isCompletionListBlocker: 0.0028060004115104675 +Info 6466 [15:18:13.612] getExportInfoMap: cache hit +Info 6467 [15:18:13.617] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 6468 [15:18:13.617] collectAutoImports: response is complete +Info 6469 [15:18:13.617] collectAutoImports: 4.438386999070644 +Info 6470 [15:18:13.617] getCompletionData: Semantic work: 5.066650001332164 +Info 6471 [15:18:13.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2716060001403093 +Info 6472 [15:18:13.620] Format host information updated +Info 6473 [15:18:13.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6474 [15:18:13.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 10.439306000247598ms +Info 6475 [15:18:13.682] Different program with same set of files +Info 6476 [15:18:13.682] getCompletionData: Get current token: 0.002843998372554779 +Info 6477 [15:18:13.682] getCompletionData: Is inside comment: 0.008925000205636024 +Info 6478 [15:18:13.682] getCompletionData: Get previous token: 0.011428000405430794 +Info 6479 [15:18:13.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0021620001643896103 +Info 6480 [15:18:13.683] getExportInfoMap: cache hit +Info 6481 [15:18:13.684] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 31 from cache +Info 6482 [15:18:13.684] collectAutoImports: response is complete +Info 6483 [15:18:13.684] collectAutoImports: 1.5848359987139702 +Info 6484 [15:18:13.684] getCompletionData: Semantic work: 2.1697540003806353 +Info 6485 [15:18:13.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8361689988523722 +Info 6486 [15:18:13.687] Format host information updated +Info 6487 [15:18:13.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6488 [15:18:13.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 24.387661000713706ms +Info 6489 [15:18:13.787] Different program with same set of files +Info 6490 [15:18:13.787] getCompletionData: Get current token: 0.0101500004529953 +Info 6491 [15:18:13.787] getCompletionData: Is inside comment: 0.035145001485943794 +Info 6492 [15:18:13.787] getCompletionData: Get previous token: 0.05976100079715252 +Info 6493 [15:18:13.787] getCompletionsAtPosition: isCompletionListBlocker: 0.00595100037753582 +Info 6494 [15:18:13.793] getExportInfoMap: cache hit +Info 6495 [15:18:13.796] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 27 from cache +Info 6496 [15:18:13.796] collectAutoImports: response is complete +Info 6497 [15:18:13.796] collectAutoImports: 3.5138990003615618 +Info 6498 [15:18:13.796] getCompletionData: Semantic work: 9.092563001438975 +Info 6499 [15:18:13.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4700970016419888 +Info 6500 [15:18:13.802] Format host information updated +Info 6501 [15:18:13.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6502 [15:18:13.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 12.954199999570847ms +Info 6503 [15:18:13.837] Different program with same set of files +Info 6504 [15:18:13.837] getCompletionData: Get current token: 0.002903999760746956 +Info 6505 [15:18:13.837] getCompletionData: Is inside comment: 0.00984799861907959 +Info 6506 [15:18:13.837] getCompletionData: Get previous token: 0.01253500021994114 +Info 6507 [15:18:13.837] getCompletionsAtPosition: isCompletionListBlocker: 0.0031940005719661713 +Info 6508 [15:18:13.838] getExportInfoMap: cache hit +Info 6509 [15:18:13.841] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 6510 [15:18:13.841] collectAutoImports: response is complete +Info 6511 [15:18:13.841] collectAutoImports: 2.5292550008744 +Info 6512 [15:18:13.841] getCompletionData: Semantic work: 3.2991810012608767 +Info 6513 [15:18:13.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.281233999878168 +Info 6514 [15:18:13.846] Format host information updated +Info 6515 [15:18:13.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6516 [15:18:13.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 6.566485000774264ms +Info 6517 [15:18:13.971] Different program with same set of files +Info 6518 [15:18:13.971] getCompletionData: Get current token: 0.0027479995042085648 +Info 6519 [15:18:13.971] getCompletionData: Is inside comment: 0.009023001417517662 +Info 6520 [15:18:13.971] getCompletionData: Get previous token: 0.011855999007821083 +Info 6521 [15:18:13.971] getCompletionsAtPosition: isCompletionListBlocker: 0.002518000081181526 +Info 6522 [15:18:13.972] getExportInfoMap: cache hit +Info 6523 [15:18:13.973] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 6524 [15:18:13.973] collectAutoImports: response is complete +Info 6525 [15:18:13.974] collectAutoImports: 1.7761769983917475 +Info 6526 [15:18:13.974] getCompletionData: Semantic work: 2.2911649998277426 +Info 6527 [15:18:13.975] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7993090003728867 +Info 6528 [15:18:13.976] Format host information updated +Info 6529 [15:18:14.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6530 [15:18:14.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 6.108371999114752ms +Info 6531 [15:18:14.031] Different program with same set of files +Info 6532 [15:18:14.031] getCompletionData: Get current token: 0.0031579993665218353 +Info 6533 [15:18:14.031] getCompletionData: Is inside comment: 0.009091001003980637 +Info 6534 [15:18:14.031] getCompletionData: Get previous token: 0.012086000293493271 +Info 6535 [15:18:14.031] getCompletionsAtPosition: isCompletionListBlocker: 0.002239000052213669 +Info 6536 [15:18:14.031] getExportInfoMap: cache hit +Info 6537 [15:18:14.033] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 6538 [15:18:14.033] collectAutoImports: response is complete +Info 6539 [15:18:14.033] collectAutoImports: 1.6770939994603395 +Info 6540 [15:18:14.033] getCompletionData: Semantic work: 2.1682080011814833 +Info 6541 [15:18:14.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6577310003340244 +Info 6542 [15:18:14.037] Format host information updated +Info 6543 [15:18:14.746] Format host information updated +Info 6544 [15:18:14.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6545 [15:18:14.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 5.98093399964273ms +Info 6546 [15:18:14.752] Different program with same set of files +Info 6547 [15:18:14.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6548 [15:18:14.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 5.9628100004047155ms +Info 6549 [15:18:14.909] Different program with same set of files +Info 6550 [15:18:14.910] getCompletionData: Get current token: 0.002717999741435051 +Info 6551 [15:18:14.910] getCompletionData: Is inside comment: 0.009870000183582306 +Info 6552 [15:18:14.910] getCompletionData: Get previous token: 0.009982999414205551 +Info 6553 [15:18:14.910] getCompletionsAtPosition: isCompletionListBlocker: 0.008416000753641129 +Info 6554 [15:18:14.910] getExportInfoMap: cache hit +Info 6555 [15:18:14.913] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 6556 [15:18:14.913] collectAutoImports: response is complete +Info 6557 [15:18:14.913] collectAutoImports: 2.9177030008286238 +Info 6558 [15:18:14.913] getCompletionData: Semantic work: 3.40442500077188 +Info 6559 [15:18:14.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0598719995468855 +Info 6560 [15:18:14.918] Format host information updated +Info 6561 [15:18:15.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6562 [15:18:15.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 6.628030000254512ms +Info 6563 [15:18:15.103] Different program with same set of files +Info 6564 [15:18:15.104] getCompletionData: Get current token: 0.003058001399040222 +Info 6565 [15:18:15.104] getCompletionData: Is inside comment: 0.008953999727964401 +Info 6566 [15:18:15.104] getCompletionData: Get previous token: 0.010947000235319138 +Info 6567 [15:18:15.104] getCompletionsAtPosition: isCompletionListBlocker: 0.007857998833060265 +Info 6568 [15:18:15.104] getExportInfoMap: cache hit +Info 6569 [15:18:15.107] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 58 from cache +Info 6570 [15:18:15.107] collectAutoImports: response is complete +Info 6571 [15:18:15.107] collectAutoImports: 2.382058000192046 +Info 6572 [15:18:15.107] getCompletionData: Semantic work: 2.9004959985613823 +Info 6573 [15:18:15.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8293910007923841 +Info 6574 [15:18:15.109] Format host information updated +Info 6575 [15:18:15.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6576 [15:18:15.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 7.908367000520229ms +Info 6577 [15:18:15.165] Different program with same set of files +Info 6578 [15:18:15.165] getCompletionData: Get current token: 0.003234000876545906 +Info 6579 [15:18:15.165] getCompletionData: Is inside comment: 0.008258000016212463 +Info 6580 [15:18:15.165] getCompletionData: Get previous token: 0.010223999619483948 +Info 6581 [15:18:15.165] getCompletionsAtPosition: isCompletionListBlocker: 0.008302999660372734 +Info 6582 [15:18:15.165] getExportInfoMap: cache hit +Info 6583 [15:18:15.167] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 6584 [15:18:15.167] collectAutoImports: response is complete +Info 6585 [15:18:15.167] collectAutoImports: 1.8148999996483326 +Info 6586 [15:18:15.167] getCompletionData: Semantic work: 2.355224000290036 +Info 6587 [15:18:15.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8320169989019632 +Info 6588 [15:18:15.170] Format host information updated +Info 6589 [15:18:15.405] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6590 [15:18:15.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 23.890505000948906ms +Info 6591 [15:18:15.429] Different program with same set of files +Info 6592 [15:18:15.430] getCompletionData: Get current token: 0.009470999240875244 +Info 6593 [15:18:15.430] getCompletionData: Is inside comment: 0.02845199964940548 +Info 6594 [15:18:15.430] getCompletionData: Get previous token: 0.03751800023019314 +Info 6595 [15:18:15.430] getCompletionsAtPosition: isCompletionListBlocker: 0.02152399905025959 +Info 6596 [15:18:15.431] getExportInfoMap: cache hit +Info 6597 [15:18:15.435] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 6598 [15:18:15.435] collectAutoImports: response is complete +Info 6599 [15:18:15.435] collectAutoImports: 3.8998750001192093 +Info 6600 [15:18:15.435] getCompletionData: Semantic work: 5.174491999670863 +Info 6601 [15:18:15.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5559739992022514 +Info 6602 [15:18:15.442] Format host information updated +Info 6603 [15:18:15.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6604 [15:18:15.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 9.595949999988079ms +Info 6605 [15:18:15.697] Different program with same set of files +Info 6606 [15:18:15.697] getCompletionData: Get current token: 0.004921000450849533 +Info 6607 [15:18:15.697] getCompletionData: Is inside comment: 0.014475001022219658 +Info 6608 [15:18:15.697] getCompletionData: Get previous token: 0.018007000908255577 +Info 6609 [15:18:15.697] getCompletionsAtPosition: isCompletionListBlocker: 0.01060199923813343 +Info 6610 [15:18:15.698] getExportInfoMap: cache hit +Info 6611 [15:18:15.701] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 6612 [15:18:15.701] collectAutoImports: response is complete +Info 6613 [15:18:15.701] collectAutoImports: 2.7803029995411634 +Info 6614 [15:18:15.701] getCompletionData: Semantic work: 3.4852970000356436 +Info 6615 [15:18:15.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8903259988874197 +Info 6616 [15:18:15.705] Format host information updated +Info 6617 [15:18:15.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6618 [15:18:15.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 6.249135999009013ms +Info 6619 [15:18:15.820] Different program with same set of files +Info 6620 [15:18:15.820] getCompletionData: Get current token: 0.0034429989755153656 +Info 6621 [15:18:15.820] getCompletionData: Is inside comment: 0.009684000164270401 +Info 6622 [15:18:15.820] getCompletionData: Get previous token: 0.011938000097870827 +Info 6623 [15:18:15.820] getCompletionsAtPosition: isCompletionListBlocker: 0.007931001484394073 +Info 6624 [15:18:15.820] getExportInfoMap: cache hit +Info 6625 [15:18:15.822] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 56 from cache +Info 6626 [15:18:15.822] collectAutoImports: response is complete +Info 6627 [15:18:15.822] collectAutoImports: 2.1182770002633333 +Info 6628 [15:18:15.822] getCompletionData: Semantic work: 2.6218699999153614 +Info 6629 [15:18:15.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6073570009320974 +Info 6630 [15:18:15.827] Format host information updated +Info 6631 [15:18:15.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6632 [15:18:16.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 6.535841999575496ms +Info 6633 [15:18:16.005] Different program with same set of files +Info 6634 [15:18:16.005] getCompletionData: Get current token: 0.0035210009664297104 +Info 6635 [15:18:16.005] getCompletionData: Is inside comment: 0.010075999423861504 +Info 6636 [15:18:16.005] getCompletionData: Get previous token: 0.011925999075174332 +Info 6637 [15:18:16.005] getCompletionsAtPosition: isCompletionListBlocker: 0.008728999644517899 +Info 6638 [15:18:16.006] getExportInfoMap: cache hit +Info 6639 [15:18:16.008] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 6640 [15:18:16.008] collectAutoImports: response is complete +Info 6641 [15:18:16.008] collectAutoImports: 2.644980000331998 +Info 6642 [15:18:16.008] getCompletionData: Semantic work: 3.1838869992643595 +Info 6643 [15:18:16.010] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0236129984259605 +Info 6644 [15:18:16.012] Format host information updated +Info 6645 [15:18:16.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6646 [15:18:16.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 26.06792199984193ms +Info 6647 [15:18:16.093] Different program with same set of files +Info 6648 [15:18:16.093] getCompletionData: Get current token: 0.012032998725771904 +Info 6649 [15:18:16.093] getCompletionData: Is inside comment: 0.03694299980998039 +Info 6650 [15:18:16.093] getCompletionData: Get previous token: 0.0654010009020567 +Info 6651 [15:18:16.094] getCompletionsAtPosition: isCompletionListBlocker: 0.028784001246094704 +Info 6652 [15:18:16.095] getExportInfoMap: cache hit +Info 6653 [15:18:16.102] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 6654 [15:18:16.102] collectAutoImports: response is complete +Info 6655 [15:18:16.102] collectAutoImports: 6.745238000527024 +Info 6656 [15:18:16.102] getCompletionData: Semantic work: 8.471824999898672 +Info 6657 [15:18:16.107] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.68036900088191 +Info 6658 [15:18:16.109] Format host information updated +Info 6659 [15:18:16.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6660 [15:18:16.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 11.037791999056935ms +Info 6661 [15:18:16.300] Different program with same set of files +Info 6662 [15:18:16.300] getCompletionData: Get current token: 0.004807999357581139 +Info 6663 [15:18:16.300] getCompletionData: Is inside comment: 0.020530998706817627 +Info 6664 [15:18:16.301] getCompletionData: Get previous token: 0.02813899889588356 +Info 6665 [15:18:16.301] getCompletionsAtPosition: isCompletionListBlocker: 0.014521999284625053 +Info 6666 [15:18:16.301] getExportInfoMap: cache hit +Info 6667 [15:18:16.304] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 6668 [15:18:16.304] collectAutoImports: response is complete +Info 6669 [15:18:16.304] collectAutoImports: 2.751793000847101 +Info 6670 [15:18:16.304] getCompletionData: Semantic work: 3.667859999462962 +Info 6671 [15:18:16.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5616329982876778 +Info 6672 [15:18:16.309] Format host information updated +Info 6673 [15:18:16.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6674 [15:18:16.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 25.8608509991318ms +Info 6675 [15:18:16.464] Different program with same set of files +Info 6676 [15:18:16.464] getCompletionData: Get current token: 0.013100998476147652 +Info 6677 [15:18:16.464] getCompletionData: Is inside comment: 0.038558000698685646 +Info 6678 [15:18:16.465] getCompletionData: Get previous token: 0.04956800118088722 +Info 6679 [15:18:16.465] getCompletionsAtPosition: isCompletionListBlocker: 0.028074000030755997 +Info 6680 [15:18:16.466] getExportInfoMap: cache hit +Info 6681 [15:18:16.473] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 6682 [15:18:16.473] collectAutoImports: response is complete +Info 6683 [15:18:16.473] collectAutoImports: 6.389671999961138 +Info 6684 [15:18:16.473] getCompletionData: Semantic work: 8.178222000598907 +Info 6685 [15:18:16.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.419287998229265 +Info 6686 [15:18:16.479] Format host information updated +Info 6687 [15:18:16.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6688 [15:18:16.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 663 structureChanged: false structureIsReused:: Completely Elapsed: 6.586423000320792ms +Info 6689 [15:18:16.508] Different program with same set of files +Info 6690 [15:18:16.508] getCompletionData: Get current token: 0.003529999405145645 +Info 6691 [15:18:16.508] getCompletionData: Is inside comment: 0.00967399962246418 +Info 6692 [15:18:16.508] getCompletionData: Get previous token: 0.01148499920964241 +Info 6693 [15:18:16.508] getCompletionsAtPosition: isCompletionListBlocker: 0.007943999022245407 +Info 6694 [15:18:16.509] getExportInfoMap: cache hit +Info 6695 [15:18:16.511] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 6696 [15:18:16.511] collectAutoImports: response is complete +Info 6697 [15:18:16.511] collectAutoImports: 1.897622998803854 +Info 6698 [15:18:16.511] getCompletionData: Semantic work: 2.381095999851823 +Info 6699 [15:18:16.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8225890006870031 +Info 6700 [15:18:16.515] Format host information updated +Info 6701 [15:18:19.598] Format host information updated +Info 6702 [15:18:19.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6703 [15:18:19.604] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 6.338477998971939ms +Info 6704 [15:18:19.604] Different program with same set of files +Info 6705 [15:18:19.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6706 [15:18:19.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 6.072847001254559ms +Info 6707 [15:18:19.734] Different program with same set of files +Info 6708 [15:18:19.734] getCompletionData: Get current token: 0.0026200003921985626 +Info 6709 [15:18:19.734] getCompletionData: Is inside comment: 0.01066100038588047 +Info 6710 [15:18:19.734] getCompletionData: Get previous token: 0.01073400117456913 +Info 6711 [15:18:19.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0067180003970861435 +Info 6712 [15:18:19.734] getExportInfoMap: cache hit +Info 6713 [15:18:19.741] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 218 from cache +Info 6714 [15:18:19.741] collectAutoImports: response is complete +Info 6715 [15:18:19.741] collectAutoImports: 7.007580000907183 +Info 6716 [15:18:19.741] getCompletionData: Semantic work: 7.513126000761986 +Info 6717 [15:18:19.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6074279993772507 +Info 6718 [15:18:19.744] Format host information updated +Info 6719 [15:18:20.183] getCompletionData: Get current token: 0.0010829996317625046 +Info 6720 [15:18:20.183] getCompletionData: Is inside comment: 0.005152000114321709 +Info 6721 [15:18:20.183] getCompletionData: Get previous token: 0.010270999744534492 +Info 6722 [15:18:20.184] getCompletionsAtPosition: isCompletionListBlocker: 0.003037000074982643 +Info 6723 [15:18:20.184] getCompletionData: Semantic work: 0.12346000038087368 +Info 6724 [15:18:21.232] Format host information updated +Info 6725 [15:18:21.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6726 [15:18:21.239] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 6.305265000090003ms +Info 6727 [15:18:21.239] Different program with same set of files +Info 6728 [15:18:21.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6729 [15:18:21.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 6.476445998996496ms +Info 6730 [15:18:21.356] Different program with same set of files +Info 6731 [15:18:21.356] getCompletionData: Get current token: 0.0013119988143444061 +Info 6732 [15:18:21.356] getCompletionData: Is inside comment: 0.005237000063061714 +Info 6733 [15:18:21.356] getCompletionData: Get previous token: 0.012628000229597092 +Info 6734 [15:18:21.356] getCompletionsAtPosition: isCompletionListBlocker: 0.008542999625205994 +Info 6735 [15:18:21.358] getExportInfoMap: cache hit +Info 6736 [15:18:21.364] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 218 from cache +Info 6737 [15:18:21.364] collectAutoImports: response is complete +Info 6738 [15:18:21.364] collectAutoImports: 5.913102000951767 +Info 6739 [15:18:21.364] getCompletionData: Semantic work: 8.193425999954343 +Info 6740 [15:18:21.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6070550009608269 +Info 6741 [15:18:21.367] Format host information updated +Info 6742 [15:18:21.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6743 [15:18:21.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 6.185495998710394ms +Info 6744 [15:18:21.428] Different program with same set of files +Info 6745 [15:18:21.428] getCompletionData: Get current token: 0.0011080000549554825 +Info 6746 [15:18:21.428] getCompletionData: Is inside comment: 0.00611099973320961 +Info 6747 [15:18:21.428] getCompletionData: Get previous token: 0.003926999866962433 +Info 6748 [15:18:21.428] getCompletionsAtPosition: isCompletionListBlocker: 0.002690998837351799 +Info 6749 [15:18:21.429] getCompletionData: Semantic work: 0.21213199943304062 +Info 6750 [15:18:21.429] Format host information updated +Info 6751 [15:18:21.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6752 [15:18:21.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 8.242577001452446ms +Info 6753 [15:18:21.701] Different program with same set of files +Info 6754 [15:18:21.701] getCompletionData: Get current token: 0.0012279991060495377 +Info 6755 [15:18:21.701] getCompletionData: Is inside comment: 0.005575999617576599 +Info 6756 [15:18:21.701] getCompletionData: Get previous token: 0.011714000254869461 +Info 6757 [15:18:21.701] getCompletionsAtPosition: isCompletionListBlocker: 0.0025849994271993637 +Info 6758 [15:18:21.702] getCompletionData: Semantic work: 0.23080999962985516 +Info 6759 [15:18:21.702] Format host information updated +Info 6760 [15:18:21.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6761 [15:18:21.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 6.714569000527263ms +Info 6762 [15:18:21.798] Different program with same set of files +Info 6763 [15:18:21.798] getCompletionData: Get current token: 0.0011320002377033234 +Info 6764 [15:18:21.798] getCompletionData: Is inside comment: 0.005196001380681992 +Info 6765 [15:18:21.798] getCompletionData: Get previous token: 0.01243400014936924 +Info 6766 [15:18:21.799] getCompletionsAtPosition: isCompletionListBlocker: 0.0024549998342990875 +Info 6767 [15:18:21.799] getCompletionData: Semantic work: 0.2399669997394085 +Info 6768 [15:18:21.799] Format host information updated +Info 6769 [15:18:21.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6770 [15:18:21.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 6.31682899966836ms +Info 6771 [15:18:21.888] Different program with same set of files +Info 6772 [15:18:21.889] getCompletionData: Get current token: 0.0012279991060495377 +Info 6773 [15:18:21.889] getCompletionData: Is inside comment: 0.005437999963760376 +Info 6774 [15:18:21.889] getCompletionData: Get previous token: 0.011458998546004295 +Info 6775 [15:18:21.889] getCompletionsAtPosition: isCompletionListBlocker: 0.0024429988116025925 +Info 6776 [15:18:21.889] getCompletionData: Semantic work: 0.20767700113356113 +Info 6777 [15:18:21.891] Format host information updated +Info 6778 [15:18:21.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6779 [15:18:21.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 6.244548998773098ms +Info 6780 [15:18:21.961] Different program with same set of files +Info 6781 [15:18:21.961] getCompletionData: Get current token: 0.001506999135017395 +Info 6782 [15:18:21.962] getCompletionData: Is inside comment: 0.005618000403046608 +Info 6783 [15:18:21.962] getCompletionData: Get previous token: 0.011917999014258385 +Info 6784 [15:18:21.962] getCompletionsAtPosition: isCompletionListBlocker: 0.0027469992637634277 +Info 6785 [15:18:21.962] getCompletionData: Semantic work: 0.22091400064527988 +Info 6786 [15:18:21.962] Format host information updated +Info 6787 [15:18:22.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6788 [15:18:22.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 6.459046000614762ms +Info 6789 [15:18:22.129] Different program with same set of files +Info 6790 [15:18:22.129] getCompletionData: Get current token: 0.0012660007923841476 +Info 6791 [15:18:22.129] getCompletionData: Is inside comment: 0.006292998790740967 +Info 6792 [15:18:22.129] getCompletionData: Get previous token: 0.012416999787092209 +Info 6793 [15:18:22.129] getCompletionsAtPosition: isCompletionListBlocker: 0.003244999796152115 +Info 6794 [15:18:22.130] getCompletionData: Semantic work: 0.23610199987888336 +Info 6795 [15:18:22.130] Format host information updated +Info 6796 [15:18:22.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6797 [15:18:22.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 9.005510998889804ms +Info 6798 [15:18:22.304] Different program with same set of files +Info 6799 [15:18:22.304] getCompletionData: Get current token: 0.0011059995740652084 +Info 6800 [15:18:22.304] getCompletionData: Is inside comment: 0.0041960012167692184 +Info 6801 [15:18:22.304] getCompletionData: Get previous token: 0.010277001187205315 +Info 6802 [15:18:22.304] getCompletionsAtPosition: isCompletionListBlocker: 0.002531999722123146 +Info 6803 [15:18:22.304] getCompletionData: Semantic work: 0.197350000962615 +Info 6804 [15:18:22.305] Format host information updated +Info 6805 [15:18:22.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6806 [15:18:22.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 6.475610999390483ms +Info 6807 [15:18:22.456] Different program with same set of files +Info 6808 [15:18:22.456] getCompletionData: Get current token: 0.0010689999908208847 +Info 6809 [15:18:22.456] getCompletionData: Is inside comment: 0.0048350002616643906 +Info 6810 [15:18:22.456] getCompletionData: Get previous token: 0.0034960005432367325 +Info 6811 [15:18:22.456] getCompletionsAtPosition: isCompletionListBlocker: 0.0031310003250837326 +Info 6812 [15:18:22.457] getExportInfoMap: cache hit +Info 6813 [15:18:22.469] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 6814 [15:18:22.469] collectAutoImports: response is complete +Info 6815 [15:18:22.469] collectAutoImports: 12.204495999962091 +Info 6816 [15:18:22.469] getCompletionData: Semantic work: 12.677076000720263 +Info 6817 [15:18:22.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.345150999724865 +Info 6818 [15:18:22.475] Format host information updated +Info 6819 [15:18:22.511] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6820 [15:18:22.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 8.076363999396563ms +Info 6821 [15:18:22.519] Different program with same set of files +Info 6822 [15:18:22.519] getCompletionData: Get current token: 0.0017600003629922867 +Info 6823 [15:18:22.519] getCompletionData: Is inside comment: 0.008551999926567078 +Info 6824 [15:18:22.519] getCompletionData: Get previous token: 0.005578000098466873 +Info 6825 [15:18:22.519] getCompletionsAtPosition: isCompletionListBlocker: 0.010731000453233719 +Info 6826 [15:18:22.520] getExportInfoMap: cache hit +Info 6827 [15:18:22.536] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 874 from cache +Info 6828 [15:18:22.536] collectAutoImports: response is complete +Info 6829 [15:18:22.536] collectAutoImports: 16.111948998644948 +Info 6830 [15:18:22.536] getCompletionData: Semantic work: 16.78170399926603 +Info 6831 [15:18:22.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2993420008569956 +Info 6832 [15:18:22.543] Format host information updated +Info 6833 [15:18:23.692] Format host information updated +Info 6834 [15:18:23.697] forEachExternalModuleToImportFrom autoImportProvider: 0.43658600002527237 +Info 6835 [15:18:25.809] Format host information updated +Info 6836 [15:18:25.810] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6837 [15:18:25.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 677 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.116066999733448ms +Info 6838 [15:18:25.822] Different program with same set of files +Info 6839 [15:20:54.323] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Permission.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6840 [15:20:54.323] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Permission.purs +Info 6841 [15:20:54.323] Elapsed:: 0.401316000148654ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Permission.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6842 [15:20:54.323] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Permission.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6843 [15:20:54.323] Elapsed:: 0.19197499938309193ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Permission.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6844 [15:29:50.592] Format host information updated +Info 6845 [15:29:50.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6846 [15:29:50.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 5.926173999905586ms +Info 6847 [15:29:50.598] Different program with same set of files +Info 6848 [15:29:50.797] Format host information updated +Info 6849 [15:29:50.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6850 [15:29:50.803] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 6.053857000544667ms +Info 6851 [15:29:50.803] Different program with same set of files +Info 6852 [15:29:56.108] Format host information updated +Info 6853 [15:29:56.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6854 [15:29:56.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 9.095193998888135ms +Info 6855 [15:29:56.117] Different program with same set of files +Info 6856 [15:29:56.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6857 [15:29:56.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 9.295611999928951ms +Info 6858 [15:29:56.292] Different program with same set of files +Info 6859 [15:29:56.292] getCompletionData: Get current token: 0.0028269998729228973 +Info 6860 [15:29:56.292] getCompletionData: Is inside comment: 0.0073789991438388824 +Info 6861 [15:29:56.292] getCompletionData: Get previous token: 0.009315000846982002 +Info 6862 [15:29:56.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0019549988210201263 +Info 6863 [15:29:56.292] Returning an empty list because completion was requested in an invalid position. +Info 6864 [15:29:56.293] Format host information updated +Info 6865 [15:29:56.569] Format host information updated +Info 6866 [15:29:56.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6867 [15:29:56.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 12.701634999364614ms +Info 6868 [15:29:56.582] Different program with same set of files +Info 6869 [15:29:56.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6870 [15:29:56.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 8.519483000040054ms +Info 6871 [15:29:56.726] Different program with same set of files +Info 6872 [15:29:56.726] getCompletionData: Get current token: 0.0033550001680850983 +Info 6873 [15:29:56.726] getCompletionData: Is inside comment: 0.00907999835908413 +Info 6874 [15:29:56.726] getCompletionData: Get previous token: 0.010337000712752342 +Info 6875 [15:29:56.726] getCompletionsAtPosition: isCompletionListBlocker: 0.001680999994277954 +Info 6876 [15:29:56.726] Returning an empty list because completion was requested in an invalid position. +Info 6877 [15:29:56.727] Format host information updated +Info 6878 [15:29:57.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6879 [15:29:57.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 6.645165000110865ms +Info 6880 [15:29:57.089] Different program with same set of files +Info 6881 [15:29:57.089] getCompletionData: Get current token: 0.0027980003505945206 +Info 6882 [15:29:57.089] getCompletionData: Is inside comment: 0.008395999670028687 +Info 6883 [15:29:57.089] getCompletionData: Get previous token: 0.009696999564766884 +Info 6884 [15:29:57.089] getCompletionsAtPosition: isCompletionListBlocker: 0.00173100084066391 +Info 6885 [15:29:57.089] Returning an empty list because completion was requested in an invalid position. +Info 6886 [15:29:57.090] Format host information updated +Info 6887 [15:29:57.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6888 [15:29:57.197] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 7.83245899900794ms +Info 6889 [15:29:57.197] Different program with same set of files +Info 6890 [15:29:57.197] getCompletionData: Get current token: 0.0031089987605810165 +Info 6891 [15:29:57.197] getCompletionData: Is inside comment: 0.008525999262928963 +Info 6892 [15:29:57.197] getCompletionData: Get previous token: 0.0287919994443655 +Info 6893 [15:29:57.197] getCompletionsAtPosition: isCompletionListBlocker: 0.0015970002859830856 +Info 6894 [15:29:57.197] Returning an empty list because completion was requested in an invalid position. +Info 6895 [15:29:57.199] Format host information updated +Info 6896 [15:29:57.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6897 [15:29:57.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 6.830787001177669ms +Info 6898 [15:29:57.347] Different program with same set of files +Info 6899 [15:29:57.347] getCompletionData: Get current token: 0.00443200021982193 +Info 6900 [15:29:57.347] getCompletionData: Is inside comment: 0.0075890012085437775 +Info 6901 [15:29:57.347] getCompletionData: Get previous token: 0.010413000360131264 +Info 6902 [15:29:57.347] getCompletionsAtPosition: isCompletionListBlocker: 0.001679999753832817 +Info 6903 [15:29:57.347] Returning an empty list because completion was requested in an invalid position. +Info 6904 [15:29:57.347] Format host information updated +Info 6905 [15:29:57.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6906 [15:29:57.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 8.542345000430942ms +Info 6907 [15:29:57.476] Different program with same set of files +Info 6908 [15:29:57.476] getCompletionData: Get current token: 0.0035999994724988937 +Info 6909 [15:29:57.476] getCompletionData: Is inside comment: 0.006545001640915871 +Info 6910 [15:29:57.476] getCompletionData: Get previous token: 0.009036999195814133 +Info 6911 [15:29:57.476] getCompletionsAtPosition: isCompletionListBlocker: 0.0014800000935792923 +Info 6912 [15:29:57.476] Returning an empty list because completion was requested in an invalid position. +Info 6913 [15:29:57.478] Format host information updated +Info 6914 [15:29:57.925] Format host information updated +Info 6915 [15:29:57.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6916 [15:29:57.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 6.006427001208067ms +Info 6917 [15:29:57.931] Different program with same set of files +Info 6918 [15:30:01.547] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6919 [15:30:01.553] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 6.14393699914217ms +Info 6920 [15:30:01.553] Different program with same set of files +Info 6921 [15:30:01.553] getCompletionData: Get current token: 0.00372299924492836 +Info 6922 [15:30:01.553] getCompletionData: Is inside comment: 0.009046999737620354 +Info 6923 [15:30:01.553] getCompletionData: Get previous token: 0.005804998800158501 +Info 6924 [15:30:01.553] getCompletionsAtPosition: isCompletionListBlocker: 0.002167999744415283 +Info 6925 [15:30:01.553] Returning an empty list because completion was requested in an invalid position. +Info 6926 [15:30:01.555] Format host information updated +Info 6927 [15:30:03.235] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6928 [15:30:03.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 6.460539998486638ms +Info 6929 [15:30:03.242] Different program with same set of files +Info 6930 [15:30:03.242] getCompletionData: Get current token: 0.0031739994883537292 +Info 6931 [15:30:03.242] getCompletionData: Is inside comment: 0.008021999150514603 +Info 6932 [15:30:03.242] getCompletionData: Get previous token: 0.008667999878525734 +Info 6933 [15:30:03.242] getCompletionsAtPosition: isCompletionListBlocker: 0.0018239989876747131 +Info 6934 [15:30:03.242] Returning an empty list because completion was requested in an invalid position. +Info 6935 [15:30:03.243] Format host information updated +Info 6936 [15:30:03.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6937 [15:30:03.332] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 6.278134001418948ms +Info 6938 [15:30:03.332] Different program with same set of files +Info 6939 [15:30:03.332] getCompletionData: Get current token: 0.0032979995012283325 +Info 6940 [15:30:03.332] getCompletionData: Is inside comment: 0.008243000134825706 +Info 6941 [15:30:03.332] getCompletionData: Get previous token: 0.010903000831604004 +Info 6942 [15:30:03.332] getCompletionsAtPosition: isCompletionListBlocker: 0.0022369995713233948 +Info 6943 [15:30:03.332] Returning an empty list because completion was requested in an invalid position. +Info 6944 [15:30:03.335] Format host information updated +Info 6945 [15:30:03.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6946 [15:30:03.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 8.716208999976516ms +Info 6947 [15:30:03.428] Different program with same set of files +Info 6948 [15:30:03.428] getCompletionData: Get current token: 0.002849999815225601 +Info 6949 [15:30:03.428] getCompletionData: Is inside comment: 0.007584000006318092 +Info 6950 [15:30:03.428] getCompletionData: Get previous token: 0.008494999259710312 +Info 6951 [15:30:03.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0017949994653463364 +Info 6952 [15:30:03.428] Returning an empty list because completion was requested in an invalid position. +Info 6953 [15:30:03.428] Format host information updated +Info 6954 [15:30:03.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6955 [15:30:03.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 23.161566998809576ms +Info 6956 [15:30:03.514] Different program with same set of files +Info 6957 [15:30:03.515] getCompletionData: Get current token: 0.016049999743700027 +Info 6958 [15:30:03.515] getCompletionData: Is inside comment: 0.038759998977184296 +Info 6959 [15:30:03.515] getCompletionData: Get previous token: 0.043157000094652176 +Info 6960 [15:30:03.515] getCompletionsAtPosition: isCompletionListBlocker: 0.006341999396681786 +Info 6961 [15:30:03.515] Returning an empty list because completion was requested in an invalid position. +Info 6962 [15:30:03.516] Format host information updated +Info 6963 [15:30:03.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6964 [15:30:03.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 31.603551000356674ms +Info 6965 [15:30:03.629] Different program with same set of files +Info 6966 [15:30:03.630] getCompletionData: Get current token: 0.010288000106811523 +Info 6967 [15:30:03.630] getCompletionData: Is inside comment: 0.026318999007344246 +Info 6968 [15:30:03.630] getCompletionData: Get previous token: 0.029002999886870384 +Info 6969 [15:30:03.630] getCompletionsAtPosition: isCompletionListBlocker: 0.004784001037478447 +Info 6970 [15:30:03.630] Returning an empty list because completion was requested in an invalid position. +Info 6971 [15:30:03.632] Format host information updated +Info 6972 [15:30:03.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6973 [15:30:03.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 12.648073000833392ms +Info 6974 [15:30:03.673] Different program with same set of files +Info 6975 [15:30:03.673] getCompletionData: Get current token: 0.0031560007482767105 +Info 6976 [15:30:03.673] getCompletionData: Is inside comment: 0.008326999843120575 +Info 6977 [15:30:03.673] getCompletionData: Get previous token: 0.009160000830888748 +Info 6978 [15:30:03.673] getCompletionsAtPosition: isCompletionListBlocker: 0.0024900007992982864 +Info 6979 [15:30:03.673] Returning an empty list because completion was requested in an invalid position. +Info 6980 [15:30:03.673] Format host information updated +Info 6981 [15:30:03.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6982 [15:30:03.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 6.554093001410365ms +Info 6983 [15:30:03.834] Different program with same set of files +Info 6984 [15:30:03.834] getCompletionData: Get current token: 0.00396299920976162 +Info 6985 [15:30:03.834] getCompletionData: Is inside comment: 0.01046300120651722 +Info 6986 [15:30:03.834] getCompletionData: Get previous token: 0.006838999688625336 +Info 6987 [15:30:03.834] getCompletionsAtPosition: isCompletionListBlocker: 0.003069000318646431 +Info 6988 [15:30:03.835] getExportInfoMap: cache miss or empty; calculating new results +Info 6989 [15:30:03.853] forEachExternalModuleToImportFrom autoImportProvider: 6.640022000297904 +Info 6990 [15:30:03.853] getExportInfoMap: done in 18.101552000269294 ms +Info 6991 [15:30:03.874] collectAutoImports: resolved 13 module specifiers, plus 175 ambient and 1036 from cache +Info 6992 [15:30:03.874] collectAutoImports: response is complete +Info 6993 [15:30:03.874] collectAutoImports: 21.00262299925089 +Info 6994 [15:30:03.874] getCompletionData: Semantic work: 39.80448400042951 +Info 6995 [15:30:03.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.94386800006032 +Info 6996 [15:30:03.883] Format host information updated +Info 6997 [15:30:03.923] Format host information updated +Info 6998 [15:30:03.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6999 [15:30:03.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 6.726511999964714ms +Info 7000 [15:30:03.930] Different program with same set of files +Info 7001 [15:30:04.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7002 [15:30:04.142] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 22.641912000253797ms +Info 7003 [15:30:04.142] Different program with same set of files +Info 7004 [15:30:04.143] getCompletionData: Get current token: 0.009702000766992569 +Info 7005 [15:30:04.143] getCompletionData: Is inside comment: 0.02878899872303009 +Info 7006 [15:30:04.143] getCompletionData: Get previous token: 0.03441400080919266 +Info 7007 [15:30:04.143] getCompletionsAtPosition: isCompletionListBlocker: 0.005489999428391457 +Info 7008 [15:30:04.144] getExportInfoMap: cache hit +Info 7009 [15:30:04.153] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 7010 [15:30:04.153] collectAutoImports: response is complete +Info 7011 [15:30:04.153] collectAutoImports: 8.545096000656486 +Info 7012 [15:30:04.153] getCompletionData: Semantic work: 10.036653000861406 +Info 7013 [15:30:04.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.179883001372218 +Info 7014 [15:30:04.159] Format host information updated +Info 7015 [15:30:04.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7016 [15:30:04.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 7.153064001351595ms +Info 7017 [15:30:04.189] Different program with same set of files +Info 7018 [15:30:04.190] getCompletionData: Get current token: 0.0041700005531311035 +Info 7019 [15:30:04.190] getCompletionData: Is inside comment: 0.011468999087810516 +Info 7020 [15:30:04.190] getCompletionData: Get previous token: 0.014130998402833939 +Info 7021 [15:30:04.190] getCompletionsAtPosition: isCompletionListBlocker: 0.0027489997446537018 +Info 7022 [15:30:04.190] getExportInfoMap: cache hit +Info 7023 [15:30:04.196] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 7024 [15:30:04.196] collectAutoImports: response is complete +Info 7025 [15:30:04.196] collectAutoImports: 5.648765999823809 +Info 7026 [15:30:04.196] getCompletionData: Semantic work: 6.271714000031352 +Info 7027 [15:30:04.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2417099997401237 +Info 7028 [15:30:04.199] Format host information updated +Info 7029 [15:30:04.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7030 [15:30:04.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 23.124947000294924ms +Info 7031 [15:30:04.318] Different program with same set of files +Info 7032 [15:30:04.318] getCompletionData: Get current token: 0.014066999778151512 +Info 7033 [15:30:04.318] getCompletionData: Is inside comment: 0.04162199981510639 +Info 7034 [15:30:04.319] getCompletionData: Get previous token: 0.04966400004923344 +Info 7035 [15:30:04.319] getCompletionsAtPosition: isCompletionListBlocker: 0.007973998785018921 +Info 7036 [15:30:04.320] getExportInfoMap: cache hit +Info 7037 [15:30:04.327] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 7038 [15:30:04.327] collectAutoImports: response is complete +Info 7039 [15:30:04.327] collectAutoImports: 6.325017999857664 +Info 7040 [15:30:04.327] getCompletionData: Semantic work: 8.040053000673652 +Info 7041 [15:30:04.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.067164000123739 +Info 7042 [15:30:04.333] Format host information updated +Info 7043 [15:30:04.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7044 [15:30:04.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 31.341143000870943ms +Info 7045 [15:30:04.502] Different program with same set of files +Info 7046 [15:30:04.502] getCompletionData: Get current token: 0.009797999635338783 +Info 7047 [15:30:04.502] getCompletionData: Is inside comment: 0.027022000402212143 +Info 7048 [15:30:04.502] getCompletionData: Get previous token: 0.03354999981820583 +Info 7049 [15:30:04.502] getCompletionsAtPosition: isCompletionListBlocker: 0.005932999774813652 +Info 7050 [15:30:04.504] getExportInfoMap: cache hit +Info 7051 [15:30:04.523] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7052 [15:30:04.523] collectAutoImports: response is complete +Info 7053 [15:30:04.523] collectAutoImports: 19.612656999379396 +Info 7054 [15:30:04.523] getCompletionData: Semantic work: 21.13502300158143 +Info 7055 [15:30:04.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.933641999959946 +Info 7056 [15:30:04.535] Format host information updated +Info 7057 [15:30:04.742] getCompletionData: Get current token: 0.008532999083399773 +Info 7058 [15:30:04.742] getCompletionData: Is inside comment: 0.020826000720262527 +Info 7059 [15:30:04.742] getCompletionData: Get previous token: 0.016698000952601433 +Info 7060 [15:30:04.742] getCompletionsAtPosition: isCompletionListBlocker: 0.015469999983906746 +Info 7061 [15:30:04.743] getExportInfoMap: cache hit +Info 7062 [15:30:04.760] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7063 [15:30:04.760] collectAutoImports: response is complete +Info 7064 [15:30:04.760] collectAutoImports: 16.841440999880433 +Info 7065 [15:30:04.760] getCompletionData: Semantic work: 18.162531999871135 +Info 7066 [15:30:04.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.791432999074459 +Info 7067 [15:30:04.825] Format host information updated +Info 7068 [15:30:04.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7069 [15:30:04.844] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 18.221125999465585ms +Info 7070 [15:30:04.844] Different program with same set of files +Info 7071 [15:30:04.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7072 [15:30:05.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 6.4089800007641315ms +Info 7073 [15:30:05.005] Different program with same set of files +Info 7074 [15:30:05.006] getCompletionData: Get current token: 0.0027580000460147858 +Info 7075 [15:30:05.006] getCompletionData: Is inside comment: 0.008888999000191689 +Info 7076 [15:30:05.006] getCompletionData: Get previous token: 0.0057040005922317505 +Info 7077 [15:30:05.006] getCompletionsAtPosition: isCompletionListBlocker: 0.008985999971628189 +Info 7078 [15:30:05.006] getExportInfoMap: cache hit +Info 7079 [15:30:05.017] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7080 [15:30:05.017] collectAutoImports: response is complete +Info 7081 [15:30:05.017] collectAutoImports: 10.985826000571251 +Info 7082 [15:30:05.017] getCompletionData: Semantic work: 11.565043000504375 +Info 7083 [15:30:05.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.708999000489712 +Info 7084 [15:30:05.028] Format host information updated +Info 7085 [15:30:05.186] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7086 [15:30:05.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 7.9121560007333755ms +Info 7087 [15:30:05.194] Different program with same set of files +Info 7088 [15:30:05.194] getCompletionData: Get current token: 0.002910999581217766 +Info 7089 [15:30:05.194] getCompletionData: Is inside comment: 0.009318001568317413 +Info 7090 [15:30:05.194] getCompletionData: Get previous token: 0.005851000547409058 +Info 7091 [15:30:05.194] getCompletionsAtPosition: isCompletionListBlocker: 0.008964000269770622 +Info 7092 [15:30:05.194] getExportInfoMap: cache hit +Info 7093 [15:30:05.206] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7094 [15:30:05.206] collectAutoImports: response is complete +Info 7095 [15:30:05.206] collectAutoImports: 11.550367001444101 +Info 7096 [15:30:05.206] getCompletionData: Semantic work: 12.119684001430869 +Info 7097 [15:30:05.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.653910998255014 +Info 7098 [15:30:05.215] Format host information updated +Info 7099 [15:30:05.328] Format host information updated +Info 7100 [15:30:05.329] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7101 [15:30:05.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 6.0971259996294975ms +Info 7102 [15:30:05.335] Different program with same set of files +Info 7103 [15:30:05.494] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7104 [15:30:05.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 6.047873999923468ms +Info 7105 [15:30:05.500] Different program with same set of files +Info 7106 [15:30:05.501] getCompletionData: Get current token: 0.0025960002094507217 +Info 7107 [15:30:05.501] getCompletionData: Is inside comment: 0.00890200026333332 +Info 7108 [15:30:05.501] getCompletionData: Get previous token: 0.005636001005768776 +Info 7109 [15:30:05.501] getCompletionsAtPosition: isCompletionListBlocker: 0.003231000155210495 +Info 7110 [15:30:05.501] getExportInfoMap: cache hit +Info 7111 [15:30:05.513] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7112 [15:30:05.513] collectAutoImports: response is complete +Info 7113 [15:30:05.513] collectAutoImports: 11.785718999803066 +Info 7114 [15:30:05.513] getCompletionData: Semantic work: 12.34242800064385 +Info 7115 [15:30:05.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.672046000137925 +Info 7116 [15:30:05.523] Format host information updated +Info 7117 [15:30:05.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7118 [15:30:05.563] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 7.448060000315309ms +Info 7119 [15:30:05.563] Different program with same set of files +Info 7120 [15:30:05.564] getCompletionData: Get current token: 0.004540998488664627 +Info 7121 [15:30:05.564] getCompletionData: Is inside comment: 0.011619001626968384 +Info 7122 [15:30:05.564] getCompletionData: Get previous token: 0.007546000182628632 +Info 7123 [15:30:05.564] getCompletionsAtPosition: isCompletionListBlocker: 0.009387999773025513 +Info 7124 [15:30:05.564] getExportInfoMap: cache hit +Info 7125 [15:30:05.576] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7126 [15:30:05.576] collectAutoImports: response is complete +Info 7127 [15:30:05.576] collectAutoImports: 11.915862001478672 +Info 7128 [15:30:05.576] getCompletionData: Semantic work: 12.550261000171304 +Info 7129 [15:30:05.581] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.875499000772834 +Info 7130 [15:30:05.586] Format host information updated +Info 7131 [15:30:05.901] getCompletionData: Get current token: 0.0031049996614456177 +Info 7132 [15:30:05.901] getCompletionData: Is inside comment: 0.008514000102877617 +Info 7133 [15:30:05.901] getCompletionData: Get previous token: 0.00546799972653389 +Info 7134 [15:30:05.901] getCompletionsAtPosition: isCompletionListBlocker: 0.0024540014564990997 +Info 7135 [15:30:05.901] Returning an empty list because completion was requested in an invalid position. +Info 7136 [15:30:09.999] getCompletionData: Get current token: 0.003070000559091568 +Info 7137 [15:30:09.999] getCompletionData: Is inside comment: 0.011442000046372414 +Info 7138 [15:30:09.999] getCompletionData: Get previous token: 0.005767000839114189 +Info 7139 [15:30:09.999] getCompletionsAtPosition: isCompletionListBlocker: 0.0022819992154836655 +Info 7140 [15:30:09.999] Returning an empty list because completion was requested in an invalid position. +Info 7141 [15:30:11.682] getCompletionData: Get current token: 0.0038559995591640472 +Info 7142 [15:30:11.682] getCompletionData: Is inside comment: 0.01090100035071373 +Info 7143 [15:30:11.682] getCompletionData: Get previous token: 0.006904998794198036 +Info 7144 [15:30:11.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0026590004563331604 +Info 7145 [15:30:11.682] Returning an empty list because completion was requested in an invalid position. +Info 7146 [15:30:17.764] getCompletionData: Get current token: 0.0030990000814199448 +Info 7147 [15:30:17.764] getCompletionData: Is inside comment: 0.008325999602675438 +Info 7148 [15:30:17.764] getCompletionData: Get previous token: 0.00543300062417984 +Info 7149 [15:30:17.764] getCompletionsAtPosition: isCompletionListBlocker: 0.002377999946475029 +Info 7150 [15:30:17.764] Returning an empty list because completion was requested in an invalid position. +Info 7151 [15:30:18.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7152 [15:30:18.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 6.1822909992188215ms +Info 7153 [15:30:18.129] Different program with same set of files +Info 7154 [15:30:18.130] getCompletionData: Get current token: 0.003231000155210495 +Info 7155 [15:30:18.130] getCompletionData: Is inside comment: 0.008066000416874886 +Info 7156 [15:30:18.130] getCompletionData: Get previous token: 0.009099999442696571 +Info 7157 [15:30:18.130] getCompletionsAtPosition: isCompletionListBlocker: 0.0016840007156133652 +Info 7158 [15:30:18.130] Returning an empty list because completion was requested in an invalid position. +Info 7159 [15:30:18.130] Format host information updated +Info 7160 [15:30:18.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7161 [15:30:18.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 8.398660998791456ms +Info 7162 [15:30:18.372] Different program with same set of files +Info 7163 [15:30:18.372] getCompletionData: Get current token: 0.005875999107956886 +Info 7164 [15:30:18.372] getCompletionData: Is inside comment: 0.016157999634742737 +Info 7165 [15:30:18.372] getCompletionData: Get previous token: 0.010712001472711563 +Info 7166 [15:30:18.372] getCompletionsAtPosition: isCompletionListBlocker: 0.0034679993987083435 +Info 7167 [15:30:18.373] getExportInfoMap: cache hit +Info 7168 [15:30:18.386] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7169 [15:30:18.386] collectAutoImports: response is complete +Info 7170 [15:30:18.386] collectAutoImports: 13.051119999960065 +Info 7171 [15:30:18.386] getCompletionData: Semantic work: 13.816130999475718 +Info 7172 [15:30:18.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.919619999825954 +Info 7173 [15:30:18.395] Format host information updated +Info 7174 [15:30:18.447] Format host information updated +Info 7175 [15:30:18.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7176 [15:30:18.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 10.436556000262499ms +Info 7177 [15:30:18.458] Different program with same set of files +Info 7178 [15:30:18.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7179 [15:30:18.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 6.002519000321627ms +Info 7180 [15:30:18.860] Different program with same set of files +Info 7181 [15:30:18.860] getCompletionData: Get current token: 0.002869000658392906 +Info 7182 [15:30:18.860] getCompletionData: Is inside comment: 0.008174000307917595 +Info 7183 [15:30:18.860] getCompletionData: Get previous token: 0.010595999658107758 +Info 7184 [15:30:18.860] getCompletionsAtPosition: isCompletionListBlocker: 0.002429001033306122 +Info 7185 [15:30:18.861] getExportInfoMap: cache hit +Info 7186 [15:30:18.864] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 7187 [15:30:18.864] collectAutoImports: response is complete +Info 7188 [15:30:18.864] collectAutoImports: 2.8546910006552935 +Info 7189 [15:30:18.864] getCompletionData: Semantic work: 3.5897069983184338 +Info 7190 [15:30:18.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9680930003523827 +Info 7191 [15:30:18.867] Format host information updated +Info 7192 [15:30:19.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7193 [15:30:19.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 7.577222000807524ms +Info 7194 [15:30:19.089] Different program with same set of files +Info 7195 [15:30:19.089] getCompletionData: Get current token: 0.005710000172257423 +Info 7196 [15:30:19.089] getCompletionData: Is inside comment: 0.009990999475121498 +Info 7197 [15:30:19.089] getCompletionData: Get previous token: 0.011564001441001892 +Info 7198 [15:30:19.089] getCompletionsAtPosition: isCompletionListBlocker: 0.002566000446677208 +Info 7199 [15:30:19.089] getExportInfoMap: cache hit +Info 7200 [15:30:19.092] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 7201 [15:30:19.092] collectAutoImports: response is complete +Info 7202 [15:30:19.092] collectAutoImports: 2.3013049997389317 +Info 7203 [15:30:19.092] getCompletionData: Semantic work: 2.7604580000042915 +Info 7204 [15:30:19.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9006269983947277 +Info 7205 [15:30:19.095] Format host information updated +Info 7206 [15:30:19.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7207 [15:30:19.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 5.833125000819564ms +Info 7208 [15:30:19.330] Different program with same set of files +Info 7209 [15:30:19.330] getCompletionData: Get current token: 0.003411000594496727 +Info 7210 [15:30:19.330] getCompletionData: Is inside comment: 0.009216001257300377 +Info 7211 [15:30:19.330] getCompletionData: Get previous token: 0.011347999796271324 +Info 7212 [15:30:19.330] getCompletionsAtPosition: isCompletionListBlocker: 0.002386000007390976 +Info 7213 [15:30:19.331] getExportInfoMap: cache hit +Info 7214 [15:30:19.333] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 17 from cache +Info 7215 [15:30:19.333] collectAutoImports: response is complete +Info 7216 [15:30:19.333] collectAutoImports: 1.8234149999916553 +Info 7217 [15:30:19.333] getCompletionData: Semantic work: 2.285777000710368 +Info 7218 [15:30:19.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6878420002758503 +Info 7219 [15:30:19.337] Format host information updated +Info 7220 [15:30:19.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7221 [15:30:19.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 12.762029999867082ms +Info 7222 [15:30:19.398] Different program with same set of files +Info 7223 [15:30:19.398] getCompletionData: Get current token: 0.0032970011234283447 +Info 7224 [15:30:19.398] getCompletionData: Is inside comment: 0.009841999039053917 +Info 7225 [15:30:19.398] getCompletionData: Get previous token: 0.03190799988806248 +Info 7226 [15:30:19.398] getCompletionsAtPosition: isCompletionListBlocker: 0.002871999517083168 +Info 7227 [15:30:19.399] getExportInfoMap: cache hit +Info 7228 [15:30:19.402] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 7229 [15:30:19.402] collectAutoImports: response is complete +Info 7230 [15:30:19.402] collectAutoImports: 2.565845001488924 +Info 7231 [15:30:19.402] getCompletionData: Semantic work: 3.5666990000754595 +Info 7232 [15:30:19.405] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.012269999831915 +Info 7233 [15:30:19.410] Format host information updated +Info 7234 [15:30:19.681] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7235 [15:30:19.687] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 6.22235699929297ms +Info 7236 [15:30:19.687] Different program with same set of files +Info 7237 [15:30:19.687] getCompletionData: Get current token: 0.0031690001487731934 +Info 7238 [15:30:19.687] getCompletionData: Is inside comment: 0.009254999458789825 +Info 7239 [15:30:19.687] getCompletionData: Get previous token: 0.011965001001954079 +Info 7240 [15:30:19.687] getCompletionsAtPosition: isCompletionListBlocker: 0.0022739991545677185 +Info 7241 [15:30:19.688] getExportInfoMap: cache hit +Info 7242 [15:30:19.690] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 17 from cache +Info 7243 [15:30:19.690] collectAutoImports: response is complete +Info 7244 [15:30:19.690] collectAutoImports: 1.8840989992022514 +Info 7245 [15:30:19.690] getCompletionData: Semantic work: 2.3576870001852512 +Info 7246 [15:30:19.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7299480009824038 +Info 7247 [15:30:19.692] Format host information updated +Info 7248 [15:30:19.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7249 [15:30:19.832] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 11.077921999618411ms +Info 7250 [15:30:19.832] Different program with same set of files +Info 7251 [15:30:19.832] getCompletionData: Get current token: 0.007287999615073204 +Info 7252 [15:30:19.832] getCompletionData: Is inside comment: 0.035648999735713005 +Info 7253 [15:30:19.832] getCompletionData: Get previous token: 0.0203660000115633 +Info 7254 [15:30:19.832] getCompletionsAtPosition: isCompletionListBlocker: 0.003368999809026718 +Info 7255 [15:30:19.833] getExportInfoMap: cache hit +Info 7256 [15:30:19.837] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 7257 [15:30:19.837] collectAutoImports: response is complete +Info 7258 [15:30:19.837] collectAutoImports: 3.577769000083208 +Info 7259 [15:30:19.837] getCompletionData: Semantic work: 4.298252999782562 +Info 7260 [15:30:19.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.553651001304388 +Info 7261 [15:30:19.842] Format host information updated +Info 7262 [15:30:19.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7263 [15:30:19.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 6.019627999514341ms +Info 7264 [15:30:19.887] Different program with same set of files +Info 7265 [15:30:19.887] getCompletionData: Get current token: 0.0031960010528564453 +Info 7266 [15:30:19.887] getCompletionData: Is inside comment: 0.009074000641703606 +Info 7267 [15:30:19.887] getCompletionData: Get previous token: 0.0117419995367527 +Info 7268 [15:30:19.887] getCompletionsAtPosition: isCompletionListBlocker: 0.0024910010397434235 +Info 7269 [15:30:19.888] getExportInfoMap: cache hit +Info 7270 [15:30:19.890] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 6 from cache +Info 7271 [15:30:19.890] collectAutoImports: response is complete +Info 7272 [15:30:19.890] collectAutoImports: 1.8859189990907907 +Info 7273 [15:30:19.890] getCompletionData: Semantic work: 2.364479999989271 +Info 7274 [15:30:19.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.697196001186967 +Info 7275 [15:30:19.892] Format host information updated +Info 7276 [15:30:19.961] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7277 [15:30:19.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 22.846925999969244ms +Info 7278 [15:30:19.984] Different program with same set of files +Info 7279 [15:30:19.984] getCompletionData: Get current token: 0.01590299978852272 +Info 7280 [15:30:19.984] getCompletionData: Is inside comment: 0.04151399992406368 +Info 7281 [15:30:19.985] getCompletionData: Get previous token: 0.05230499990284443 +Info 7282 [15:30:19.985] getCompletionsAtPosition: isCompletionListBlocker: 0.00769600085914135 +Info 7283 [15:30:19.986] getExportInfoMap: cache hit +Info 7284 [15:30:19.995] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 7285 [15:30:19.995] collectAutoImports: response is complete +Info 7286 [15:30:19.995] collectAutoImports: 8.387767000123858 +Info 7287 [15:30:19.995] getCompletionData: Semantic work: 10.138791000470519 +Info 7288 [15:30:19.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.731460999697447 +Info 7289 [15:30:20.000] Format host information updated +Info 7290 [15:30:20.199] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7291 [15:30:20.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 5.759417999535799ms +Info 7292 [15:30:20.205] Different program with same set of files +Info 7293 [15:30:20.205] getCompletionData: Get current token: 0.003375999629497528 +Info 7294 [15:30:20.205] getCompletionData: Is inside comment: 0.009842000901699066 +Info 7295 [15:30:20.205] getCompletionData: Get previous token: 0.008958999067544937 +Info 7296 [15:30:20.205] getCompletionsAtPosition: isCompletionListBlocker: 0.0027970001101493835 +Info 7297 [15:30:20.206] getExportInfoMap: cache hit +Info 7298 [15:30:20.217] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7299 [15:30:20.217] collectAutoImports: response is complete +Info 7300 [15:30:20.217] collectAutoImports: 10.92879999987781 +Info 7301 [15:30:20.217] getCompletionData: Semantic work: 11.456385999917984 +Info 7302 [15:30:20.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.122247001156211 +Info 7303 [15:30:20.225] Format host information updated +Info 7304 [15:30:20.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7305 [15:30:20.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 6.039384000003338ms +Info 7306 [15:30:20.603] Different program with same set of files +Info 7307 [15:30:20.603] getCompletionData: Get current token: 0.0034170001745224 +Info 7308 [15:30:20.603] getCompletionData: Is inside comment: 0.009911999106407166 +Info 7309 [15:30:20.603] getCompletionData: Get previous token: 0.012945998460054398 +Info 7310 [15:30:20.603] getCompletionsAtPosition: isCompletionListBlocker: 0.0031770002096891403 +Info 7311 [15:30:20.603] getExportInfoMap: cache hit +Info 7312 [15:30:20.607] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 7313 [15:30:20.607] collectAutoImports: response is complete +Info 7314 [15:30:20.607] collectAutoImports: 3.518580999225378 +Info 7315 [15:30:20.607] getCompletionData: Semantic work: 3.98208300024271 +Info 7316 [15:30:20.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.596789000555873 +Info 7317 [15:30:20.612] Format host information updated +Info 7318 [15:30:20.740] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7319 [15:30:20.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 6.474538000300527ms +Info 7320 [15:30:20.746] Different program with same set of files +Info 7321 [15:30:20.746] getCompletionData: Get current token: 0.0032980013638734818 +Info 7322 [15:30:20.747] getCompletionData: Is inside comment: 0.00908299908041954 +Info 7323 [15:30:20.747] getCompletionData: Get previous token: 0.01158200018107891 +Info 7324 [15:30:20.747] getCompletionsAtPosition: isCompletionListBlocker: 0.002923000603914261 +Info 7325 [15:30:20.747] getExportInfoMap: cache hit +Info 7326 [15:30:20.750] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 140 from cache +Info 7327 [15:30:20.750] collectAutoImports: response is complete +Info 7328 [15:30:20.750] collectAutoImports: 2.9245109986513853 +Info 7329 [15:30:20.750] getCompletionData: Semantic work: 3.369845001026988 +Info 7330 [15:30:20.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.891915000975132 +Info 7331 [15:30:20.753] Format host information updated +Info 7332 [15:30:20.811] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7333 [15:30:20.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 7.917193999513984ms +Info 7334 [15:30:20.819] Different program with same set of files +Info 7335 [15:30:20.819] getCompletionData: Get current token: 0.004062999039888382 +Info 7336 [15:30:20.819] getCompletionData: Is inside comment: 0.011024000123143196 +Info 7337 [15:30:20.819] getCompletionData: Get previous token: 0.014941999688744545 +Info 7338 [15:30:20.819] getCompletionsAtPosition: isCompletionListBlocker: 0.003437001258134842 +Info 7339 [15:30:20.819] getExportInfoMap: cache hit +Info 7340 [15:30:20.822] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 83 from cache +Info 7341 [15:30:20.823] collectAutoImports: response is complete +Info 7342 [15:30:20.823] collectAutoImports: 2.9453600011765957 +Info 7343 [15:30:20.823] getCompletionData: Semantic work: 3.471619999036193 +Info 7344 [15:30:20.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.181547999382019 +Info 7345 [15:30:20.826] Format host information updated +Info 7346 [15:30:20.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7347 [15:30:20.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 22.798984000459313ms +Info 7348 [15:30:20.951] Different program with same set of files +Info 7349 [15:30:20.952] getCompletionData: Get current token: 0.012184999883174896 +Info 7350 [15:30:20.952] getCompletionData: Is inside comment: 0.03142499923706055 +Info 7351 [15:30:20.952] getCompletionData: Get previous token: 0.03990299999713898 +Info 7352 [15:30:20.952] getCompletionsAtPosition: isCompletionListBlocker: 0.006957000121474266 +Info 7353 [15:30:20.953] getExportInfoMap: cache hit +Info 7354 [15:30:20.957] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 15 from cache +Info 7355 [15:30:20.957] collectAutoImports: response is complete +Info 7356 [15:30:20.957] collectAutoImports: 4.119328999891877 +Info 7357 [15:30:20.957] getCompletionData: Semantic work: 5.379279999062419 +Info 7358 [15:30:20.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.791296999901533 +Info 7359 [15:30:20.964] Format host information updated +Info 7360 [15:30:21.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7361 [15:30:21.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 21.40205500088632ms +Info 7362 [15:30:21.091] Different program with same set of files +Info 7363 [15:30:21.091] getCompletionData: Get current token: 0.008584000170230865 +Info 7364 [15:30:21.091] getCompletionData: Is inside comment: 0.02471200004220009 +Info 7365 [15:30:21.091] getCompletionData: Get previous token: 0.032043999060988426 +Info 7366 [15:30:21.091] getCompletionsAtPosition: isCompletionListBlocker: 0.00539499893784523 +Info 7367 [15:30:21.092] getExportInfoMap: cache hit +Info 7368 [15:30:21.096] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 7369 [15:30:21.096] collectAutoImports: response is complete +Info 7370 [15:30:21.096] collectAutoImports: 3.631947999820113 +Info 7371 [15:30:21.096] getCompletionData: Semantic work: 4.651395000517368 +Info 7372 [15:30:21.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3613820001482964 +Info 7373 [15:30:21.101] Format host information updated +Info 7374 [15:30:21.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7375 [15:30:21.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 7.172653000801802ms +Info 7376 [15:30:21.129] Different program with same set of files +Info 7377 [15:30:21.129] getCompletionData: Get current token: 0.004125999286770821 +Info 7378 [15:30:21.129] getCompletionData: Is inside comment: 0.014474000781774521 +Info 7379 [15:30:21.129] getCompletionData: Get previous token: 0.016210000962018967 +Info 7380 [15:30:21.129] getCompletionsAtPosition: isCompletionListBlocker: 0.003537999466061592 +Info 7381 [15:30:21.130] getExportInfoMap: cache hit +Info 7382 [15:30:21.132] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 7383 [15:30:21.132] collectAutoImports: response is complete +Info 7384 [15:30:21.132] collectAutoImports: 1.9109019991010427 +Info 7385 [15:30:21.132] getCompletionData: Semantic work: 2.480357000604272 +Info 7386 [15:30:21.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.204628000035882 +Info 7387 [15:30:21.136] Format host information updated +Info 7388 [15:30:21.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7389 [15:30:21.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 24.27102500014007ms +Info 7390 [15:30:21.255] Different program with same set of files +Info 7391 [15:30:21.256] getCompletionData: Get current token: 0.014991000294685364 +Info 7392 [15:30:21.256] getCompletionData: Is inside comment: 0.04636700078845024 +Info 7393 [15:30:21.256] getCompletionData: Get previous token: 0.05949999950826168 +Info 7394 [15:30:21.256] getCompletionsAtPosition: isCompletionListBlocker: 0.009346000850200653 +Info 7395 [15:30:21.258] getExportInfoMap: cache hit +Info 7396 [15:30:21.263] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 7397 [15:30:21.263] collectAutoImports: response is complete +Info 7398 [15:30:21.263] collectAutoImports: 5.184159999713302 +Info 7399 [15:30:21.263] getCompletionData: Semantic work: 6.970031000673771 +Info 7400 [15:30:21.268] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.86896799877286 +Info 7401 [15:30:21.270] Format host information updated +Info 7402 [15:30:21.398] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7403 [15:30:21.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 23.17693999968469ms +Info 7404 [15:30:21.422] Different program with same set of files +Info 7405 [15:30:21.422] getCompletionData: Get current token: 0.015653999522328377 +Info 7406 [15:30:21.423] getCompletionData: Is inside comment: 0.05126600153744221 +Info 7407 [15:30:21.423] getCompletionData: Get previous token: 0.06167500093579292 +Info 7408 [15:30:21.423] getCompletionsAtPosition: isCompletionListBlocker: 0.009578000754117966 +Info 7409 [15:30:21.424] getExportInfoMap: cache hit +Info 7410 [15:30:21.429] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 7411 [15:30:21.429] collectAutoImports: response is complete +Info 7412 [15:30:21.429] collectAutoImports: 4.439589999616146 +Info 7413 [15:30:21.429] getCompletionData: Semantic work: 5.916626000776887 +Info 7414 [15:30:21.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.002790998667479 +Info 7415 [15:30:21.437] Format host information updated +Info 7416 [15:30:21.654] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7417 [15:30:21.660] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 5.92153500020504ms +Info 7418 [15:30:21.660] Different program with same set of files +Info 7419 [15:30:21.660] getCompletionData: Get current token: 0.0036009997129440308 +Info 7420 [15:30:21.660] getCompletionData: Is inside comment: 0.009846000000834465 +Info 7421 [15:30:21.660] getCompletionData: Get previous token: 0.0065189991146326065 +Info 7422 [15:30:21.660] getCompletionsAtPosition: isCompletionListBlocker: 0.007471999153494835 +Info 7423 [15:30:21.660] getExportInfoMap: cache hit +Info 7424 [15:30:21.672] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7425 [15:30:21.672] collectAutoImports: response is complete +Info 7426 [15:30:21.672] collectAutoImports: 11.246803000569344 +Info 7427 [15:30:21.672] getCompletionData: Semantic work: 11.695036001503468 +Info 7428 [15:30:21.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.404651001095772 +Info 7429 [15:30:21.680] Format host information updated +Info 7430 [15:30:22.434] Format host information updated +Info 7431 [15:30:22.440] forEachExternalModuleToImportFrom autoImportProvider: 0.4410129990428686 +Info 7432 [15:30:23.899] Format host information updated +Info 7433 [15:30:23.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7434 [15:30:23.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 729 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.404252000153065ms +Info 7435 [15:30:23.914] Different program with same set of files +Info 7436 [15:30:27.048] getCompletionData: Get current token: 0.0038009993731975555 +Info 7437 [15:30:27.048] getCompletionData: Is inside comment: 0.011222999542951584 +Info 7438 [15:30:27.049] getCompletionData: Get previous token: 0.012512000277638435 +Info 7439 [15:30:27.049] getCompletionsAtPosition: isCompletionListBlocker: 0.003235001116991043 +Info 7440 [15:30:27.049] getExportInfoMap: cache hit +Info 7441 [15:30:27.051] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 7442 [15:30:27.051] collectAutoImports: response is complete +Info 7443 [15:30:27.051] collectAutoImports: 1.7483599986881018 +Info 7444 [15:30:27.051] getCompletionData: Semantic work: 2.398813998326659 +Info 7445 [15:30:27.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9554409999400377 +Info 7446 [15:30:27.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7447 [15:30:27.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 6.434515999630094ms +Info 7448 [15:30:27.203] Different program with same set of files +Info 7449 [15:30:27.203] getCompletionData: Get current token: 0.003994999453425407 +Info 7450 [15:30:27.203] getCompletionData: Is inside comment: 0.011315999552607536 +Info 7451 [15:30:27.203] getCompletionData: Get previous token: 0.013934999704360962 +Info 7452 [15:30:27.203] getCompletionsAtPosition: isCompletionListBlocker: 0.0026730000972747803 +Info 7453 [15:30:27.204] getExportInfoMap: cache hit +Info 7454 [15:30:27.206] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 7455 [15:30:27.206] collectAutoImports: response is complete +Info 7456 [15:30:27.206] collectAutoImports: 1.9129280000925064 +Info 7457 [15:30:27.206] getCompletionData: Semantic work: 2.4327640011906624 +Info 7458 [15:30:27.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.168638998642564 +Info 7459 [15:30:27.209] Format host information updated +Info 7460 [15:30:27.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7461 [15:30:27.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 6.344548000022769ms +Info 7462 [15:30:27.281] Different program with same set of files +Info 7463 [15:30:27.281] getCompletionData: Get current token: 0.003057001158595085 +Info 7464 [15:30:27.281] getCompletionData: Is inside comment: 0.008396001532673836 +Info 7465 [15:30:27.281] getCompletionData: Get previous token: 0.010795999318361282 +Info 7466 [15:30:27.281] getCompletionsAtPosition: isCompletionListBlocker: 0.0020930003374814987 +Info 7467 [15:30:27.282] getExportInfoMap: cache hit +Info 7468 [15:30:27.283] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 7469 [15:30:27.283] collectAutoImports: response is complete +Info 7470 [15:30:27.283] collectAutoImports: 1.5908090006560087 +Info 7471 [15:30:27.283] getCompletionData: Semantic work: 2.025256998836994 +Info 7472 [15:30:27.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6298200003802776 +Info 7473 [15:30:27.286] Format host information updated +Info 7474 [15:30:27.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7475 [15:30:27.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 10.381641000509262ms +Info 7476 [15:30:27.349] Different program with same set of files +Info 7477 [15:30:27.349] getCompletionData: Get current token: 0.007348001003265381 +Info 7478 [15:30:27.349] getCompletionData: Is inside comment: 0.020306000486016273 +Info 7479 [15:30:27.349] getCompletionData: Get previous token: 0.025214001536369324 +Info 7480 [15:30:27.349] getCompletionsAtPosition: isCompletionListBlocker: 0.014454999938607216 +Info 7481 [15:30:27.350] getExportInfoMap: cache hit +Info 7482 [15:30:27.353] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 31 from cache +Info 7483 [15:30:27.353] collectAutoImports: response is complete +Info 7484 [15:30:27.353] collectAutoImports: 3.075831001624465 +Info 7485 [15:30:27.353] getCompletionData: Semantic work: 3.877911999821663 +Info 7486 [15:30:27.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3902020007371902 +Info 7487 [15:30:27.360] Format host information updated +Info 7488 [15:30:27.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7489 [15:30:27.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 24.645021000877023ms +Info 7490 [15:30:27.492] Different program with same set of files +Info 7491 [15:30:27.492] getCompletionData: Get current token: 0.0160250011831522 +Info 7492 [15:30:27.492] getCompletionData: Is inside comment: 0.044089000672101974 +Info 7493 [15:30:27.492] getCompletionData: Get previous token: 0.05884000100195408 +Info 7494 [15:30:27.493] getCompletionsAtPosition: isCompletionListBlocker: 0.009384000673890114 +Info 7495 [15:30:27.494] getExportInfoMap: cache hit +Info 7496 [15:30:27.498] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 27 from cache +Info 7497 [15:30:27.499] collectAutoImports: response is complete +Info 7498 [15:30:27.499] collectAutoImports: 4.619158999994397 +Info 7499 [15:30:27.499] getCompletionData: Semantic work: 5.9237810000777245 +Info 7500 [15:30:27.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.255387999117374 +Info 7501 [15:30:27.504] Format host information updated +Info 7502 [15:30:27.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7503 [15:30:27.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 7.85899000056088ms +Info 7504 [15:30:27.538] Different program with same set of files +Info 7505 [15:30:27.539] getCompletionData: Get current token: 0.005065999925136566 +Info 7506 [15:30:27.539] getCompletionData: Is inside comment: 0.01456800103187561 +Info 7507 [15:30:27.539] getCompletionData: Get previous token: 0.017781000584363937 +Info 7508 [15:30:27.539] getCompletionsAtPosition: isCompletionListBlocker: 0.0029460005462169647 +Info 7509 [15:30:27.539] getExportInfoMap: cache hit +Info 7510 [15:30:27.544] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 7511 [15:30:27.544] collectAutoImports: response is complete +Info 7512 [15:30:27.544] collectAutoImports: 4.338041000068188 +Info 7513 [15:30:27.544] getCompletionData: Semantic work: 4.950908999890089 +Info 7514 [15:30:27.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2554139997810125 +Info 7515 [15:30:27.547] Format host information updated +Info 7516 [15:30:27.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7517 [15:30:27.743] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 6.196614999324083ms +Info 7518 [15:30:27.743] Different program with same set of files +Info 7519 [15:30:27.743] getCompletionData: Get current token: 0.003260001540184021 +Info 7520 [15:30:27.743] getCompletionData: Is inside comment: 0.022312000393867493 +Info 7521 [15:30:27.743] getCompletionData: Get previous token: 0.011305999010801315 +Info 7522 [15:30:27.743] getCompletionsAtPosition: isCompletionListBlocker: 0.0021260008215904236 +Info 7523 [15:30:27.743] getExportInfoMap: cache hit +Info 7524 [15:30:27.745] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 7525 [15:30:27.745] collectAutoImports: response is complete +Info 7526 [15:30:27.745] collectAutoImports: 1.4049559999257326 +Info 7527 [15:30:27.745] getCompletionData: Semantic work: 1.818409999832511 +Info 7528 [15:30:27.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6404939983040094 +Info 7529 [15:30:27.747] Format host information updated +Info 7530 [15:30:30.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7531 [15:30:30.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 8.182380998507142ms +Info 7532 [15:30:30.124] Different program with same set of files +Info 7533 [15:30:30.124] getCompletionData: Get current token: 0.004549000412225723 +Info 7534 [15:30:30.124] getCompletionData: Is inside comment: 0.00999400019645691 +Info 7535 [15:30:30.124] getCompletionData: Get previous token: 0.006591999903321266 +Info 7536 [15:30:30.124] getCompletionsAtPosition: isCompletionListBlocker: 0.0027569998055696487 +Info 7537 [15:30:30.125] getExportInfoMap: cache hit +Info 7538 [15:30:30.134] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7539 [15:30:30.134] collectAutoImports: response is complete +Info 7540 [15:30:30.134] collectAutoImports: 9.316579001024365 +Info 7541 [15:30:30.134] getCompletionData: Semantic work: 9.775515999644995 +Info 7542 [15:30:30.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.341551000252366 +Info 7543 [15:30:30.145] Format host information updated +Info 7544 [15:30:30.286] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7545 [15:30:30.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 11.571009999141097ms +Info 7546 [15:30:30.298] Different program with same set of files +Info 7547 [15:30:30.298] getCompletionData: Get current token: 0.0068880002945661545 +Info 7548 [15:30:30.298] getCompletionData: Is inside comment: 0.021456999704241753 +Info 7549 [15:30:30.298] getCompletionData: Get previous token: 0.02849699929356575 +Info 7550 [15:30:30.299] getCompletionsAtPosition: isCompletionListBlocker: 0.0044909995049238205 +Info 7551 [15:30:30.299] getExportInfoMap: cache hit +Info 7552 [15:30:30.304] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 8 from cache +Info 7553 [15:30:30.304] collectAutoImports: response is complete +Info 7554 [15:30:30.304] collectAutoImports: 4.58037699945271 +Info 7555 [15:30:30.304] getCompletionData: Semantic work: 5.62814199924469 +Info 7556 [15:30:30.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.460690001025796 +Info 7557 [15:30:30.309] Format host information updated +Info 7558 [15:30:30.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7559 [15:30:30.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 26.432501999661326ms +Info 7560 [15:30:30.474] Different program with same set of files +Info 7561 [15:30:30.475] getCompletionData: Get current token: 0.01978199928998947 +Info 7562 [15:30:30.475] getCompletionData: Is inside comment: 0.06606399826705456 +Info 7563 [15:30:30.475] getCompletionData: Get previous token: 0.0894829984754324 +Info 7564 [15:30:30.475] getCompletionsAtPosition: isCompletionListBlocker: 0.0086899995803833 +Info 7565 [15:30:30.477] getExportInfoMap: cache hit +Info 7566 [15:30:30.481] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 7567 [15:30:30.481] collectAutoImports: response is complete +Info 7568 [15:30:30.481] collectAutoImports: 4.559827998280525 +Info 7569 [15:30:30.481] getCompletionData: Semantic work: 6.435232000425458 +Info 7570 [15:30:30.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.206607999280095 +Info 7571 [15:30:30.490] Format host information updated +Info 7572 [15:30:30.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7573 [15:30:30.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 7.435642000287771ms +Info 7574 [15:30:30.516] Different program with same set of files +Info 7575 [15:30:30.517] getCompletionData: Get current token: 0.004377000033855438 +Info 7576 [15:30:30.517] getCompletionData: Is inside comment: 0.013601001352071762 +Info 7577 [15:30:30.517] getCompletionData: Get previous token: 0.0178849995136261 +Info 7578 [15:30:30.517] getCompletionsAtPosition: isCompletionListBlocker: 0.0030049998313188553 +Info 7579 [15:30:30.517] getExportInfoMap: cache hit +Info 7580 [15:30:30.530] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 7581 [15:30:30.530] collectAutoImports: response is complete +Info 7582 [15:30:30.530] collectAutoImports: 12.78087200038135 +Info 7583 [15:30:30.530] getCompletionData: Semantic work: 13.33161100000143 +Info 7584 [15:30:30.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.504430999979377 +Info 7585 [15:30:30.538] Format host information updated +Info 7586 [15:30:33.515] getCompletionData: Get current token: 0.0035989992320537567 +Info 7587 [15:30:33.515] getCompletionData: Is inside comment: 0.009072000160813332 +Info 7588 [15:30:33.515] getCompletionData: Get previous token: 0.010821999981999397 +Info 7589 [15:30:33.515] getCompletionsAtPosition: isCompletionListBlocker: 0.008689001202583313 +Info 7590 [15:30:33.515] getExportInfoMap: cache hit +Info 7591 [15:30:33.518] collectAutoImports: resolved 1 module specifiers, plus 16 ambient and 14 from cache +Info 7592 [15:30:33.518] collectAutoImports: response is complete +Info 7593 [15:30:33.518] collectAutoImports: 2.5578940007835627 +Info 7594 [15:30:33.518] getCompletionData: Semantic work: 3.1438309997320175 +Info 7595 [15:30:33.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1305320002138615 +Info 7596 [15:30:33.755] Format host information updated +Info 7597 [15:30:33.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7598 [15:30:33.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 6.783083001151681ms +Info 7599 [15:30:33.762] Different program with same set of files +Info 7600 [15:30:33.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7601 [15:30:33.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 8.594281999394298ms +Info 7602 [15:30:33.885] Different program with same set of files +Info 7603 [15:30:33.885] getCompletionData: Get current token: 0.006622999906539917 +Info 7604 [15:30:33.885] getCompletionData: Is inside comment: 0.009775999933481216 +Info 7605 [15:30:33.885] getCompletionData: Get previous token: 0.007164999842643738 +Info 7606 [15:30:33.885] getCompletionsAtPosition: isCompletionListBlocker: 0.007401999086141586 +Info 7607 [15:30:33.886] getExportInfoMap: cache hit +Info 7608 [15:30:33.900] collectAutoImports: resolved 13 module specifiers, plus 219 ambient and 863 from cache +Info 7609 [15:30:33.900] collectAutoImports: response is complete +Info 7610 [15:30:33.900] collectAutoImports: 13.630365001037717 +Info 7611 [15:30:33.900] getCompletionData: Semantic work: 14.254447000101209 +Info 7612 [15:30:33.903] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0809899996966124 +Info 7613 [15:30:33.907] Format host information updated +Info 7614 [15:30:34.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7615 [15:30:34.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 6.575030000880361ms +Info 7616 [15:30:34.136] Different program with same set of files +Info 7617 [15:30:34.136] getCompletionData: Get current token: 0.0029470007866621017 +Info 7618 [15:30:34.136] getCompletionData: Is inside comment: 0.008018000051379204 +Info 7619 [15:30:34.136] getCompletionData: Get previous token: 0.006419001147150993 +Info 7620 [15:30:34.136] getCompletionsAtPosition: isCompletionListBlocker: 0.007306000217795372 +Info 7621 [15:30:34.137] getExportInfoMap: cache hit +Info 7622 [15:30:34.148] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 876 from cache +Info 7623 [15:30:34.148] collectAutoImports: response is complete +Info 7624 [15:30:34.148] collectAutoImports: 10.753405999392271 +Info 7625 [15:30:34.148] getCompletionData: Semantic work: 11.378451999276876 +Info 7626 [15:30:34.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.701749999076128 +Info 7627 [15:30:34.156] Format host information updated +Info 7628 [15:30:34.379] Format host information updated +Info 7629 [15:30:34.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7630 [15:30:34.385] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 6.236746000126004ms +Info 7631 [15:30:34.385] Different program with same set of files +Info 7632 [15:30:34.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7633 [15:30:34.513] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 6.625048998743296ms +Info 7634 [15:30:34.513] Different program with same set of files +Info 7635 [15:30:34.513] getCompletionData: Get current token: 0.003216000273823738 +Info 7636 [15:30:34.513] getCompletionData: Is inside comment: 0.011500999331474304 +Info 7637 [15:30:34.514] getCompletionData: Get previous token: 0.03114600107073784 +Info 7638 [15:30:34.514] getCompletionsAtPosition: isCompletionListBlocker: 0.007787000387907028 +Info 7639 [15:30:34.514] getExportInfoMap: cache hit +Info 7640 [15:30:34.520] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 144 from cache +Info 7641 [15:30:34.520] collectAutoImports: response is complete +Info 7642 [15:30:34.520] collectAutoImports: 5.852251999080181 +Info 7643 [15:30:34.520] getCompletionData: Semantic work: 6.550537999719381 +Info 7644 [15:30:34.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5048590004444122 +Info 7645 [15:30:34.523] Format host information updated +Info 7646 [15:30:36.938] Format host information updated +Info 7647 [15:30:36.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7648 [15:30:36.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 6.626903999596834ms +Info 7649 [15:30:36.945] Different program with same set of files +Info 7650 [15:30:37.989] Format host information updated +Info 7651 [15:30:37.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7652 [15:30:37.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 8.081001998856664ms +Info 7653 [15:30:37.997] Different program with same set of files +Info 7654 [15:30:38.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7655 [15:30:38.210] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 6.475340999662876ms +Info 7656 [15:30:38.210] Different program with same set of files +Info 7657 [15:30:38.211] getCompletionData: Get current token: 0.0010859984904527664 +Info 7658 [15:30:38.211] getCompletionData: Is inside comment: 0.0046640001237392426 +Info 7659 [15:30:38.211] getCompletionData: Get previous token: 0.010847000405192375 +Info 7660 [15:30:38.211] getCompletionsAtPosition: isCompletionListBlocker: 0.007277999073266983 +Info 7661 [15:30:38.211] getExportInfoMap: cache hit +Info 7662 [15:30:38.216] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 221 from cache +Info 7663 [15:30:38.216] collectAutoImports: response is complete +Info 7664 [15:30:38.216] collectAutoImports: 4.575710998848081 +Info 7665 [15:30:38.216] getCompletionData: Semantic work: 5.1811600010842085 +Info 7666 [15:30:38.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.17743800021708 +Info 7667 [15:30:38.219] Format host information updated +Info 7668 [15:30:38.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7669 [15:30:38.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 6.4825369995087385ms +Info 7670 [15:30:38.313] Different program with same set of files +Info 7671 [15:30:38.313] getCompletionData: Get current token: 0.0014019999653100967 +Info 7672 [15:30:38.313] getCompletionData: Is inside comment: 0.007442999631166458 +Info 7673 [15:30:38.313] getCompletionData: Get previous token: 0.00497099943459034 +Info 7674 [15:30:38.313] getCompletionsAtPosition: isCompletionListBlocker: 0.0024269986897706985 +Info 7675 [15:30:38.313] getCompletionData: Semantic work: 0.5206049997359514 +Info 7676 [15:30:38.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.561964999884367 +Info 7677 [15:30:38.314] Format host information updated +Info 7678 [15:30:40.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7679 [15:30:40.407] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 6.12147899903357ms +Info 7680 [15:30:40.407] Different program with same set of files +Info 7681 [15:30:40.407] getCompletionData: Get current token: 0.001017000526189804 +Info 7682 [15:30:40.407] getCompletionData: Is inside comment: 0.005001001060009003 +Info 7683 [15:30:40.407] getCompletionData: Get previous token: 0.01095299981534481 +Info 7684 [15:30:40.407] getCompletionsAtPosition: isCompletionListBlocker: 0.0020989999175071716 +Info 7685 [15:30:40.408] getCompletionData: Semantic work: 0.43495799973607063 +Info 7686 [15:30:40.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8301899991929531 +Info 7687 [15:30:40.409] Format host information updated +Info 7688 [15:30:40.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7689 [15:30:40.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 8.022230999544263ms +Info 7690 [15:30:40.552] Different program with same set of files +Info 7691 [15:30:40.552] getCompletionData: Get current token: 0.0013039987534284592 +Info 7692 [15:30:40.552] getCompletionData: Is inside comment: 0.005723999813199043 +Info 7693 [15:30:40.552] getCompletionData: Get previous token: 0.013328999280929565 +Info 7694 [15:30:40.552] getCompletionsAtPosition: isCompletionListBlocker: 0.0022999998182058334 +Info 7695 [15:30:40.552] getCompletionData: Semantic work: 0.5180350001901388 +Info 7696 [15:30:40.553] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9601259995251894 +Info 7697 [15:30:40.554] Format host information updated +Info 7698 [15:30:40.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7699 [15:30:40.692] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 6.084758000448346ms +Info 7700 [15:30:40.692] Different program with same set of files +Info 7701 [15:30:40.692] getCompletionData: Get current token: 0.001187000423669815 +Info 7702 [15:30:40.692] getCompletionData: Is inside comment: 0.0053329989314079285 +Info 7703 [15:30:40.692] getCompletionData: Get previous token: 0.012283001095056534 +Info 7704 [15:30:40.692] getCompletionsAtPosition: isCompletionListBlocker: 0.0023199990391731262 +Info 7705 [15:30:40.693] getCompletionData: Semantic work: 0.5187740009278059 +Info 7706 [15:30:40.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7786420006304979 +Info 7707 [15:30:40.694] Format host information updated +Info 7708 [15:30:40.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7709 [15:30:40.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 8.854693001136184ms +Info 7710 [15:30:40.781] Different program with same set of files +Info 7711 [15:30:40.781] getCompletionData: Get current token: 0.0011890009045600891 +Info 7712 [15:30:40.781] getCompletionData: Is inside comment: 0.005758998915553093 +Info 7713 [15:30:40.781] getCompletionData: Get previous token: 0.0132679995149374 +Info 7714 [15:30:40.781] getCompletionsAtPosition: isCompletionListBlocker: 0.0024750009179115295 +Info 7715 [15:30:40.782] getCompletionData: Semantic work: 0.49855799973011017 +Info 7716 [15:30:40.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8957049995660782 +Info 7717 [15:30:40.783] Format host information updated +Info 7718 [15:30:40.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7719 [15:30:40.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 5.993394000455737ms +Info 7720 [15:30:40.930] Different program with same set of files +Info 7721 [15:30:40.930] getCompletionData: Get current token: 0.0013239998370409012 +Info 7722 [15:30:40.930] getCompletionData: Is inside comment: 0.005919000133872032 +Info 7723 [15:30:40.930] getCompletionData: Get previous token: 0.013801001012325287 +Info 7724 [15:30:40.930] getCompletionsAtPosition: isCompletionListBlocker: 0.00274600088596344 +Info 7725 [15:30:40.930] getCompletionData: Semantic work: 0.500093000009656 +Info 7726 [15:30:40.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8643919993191957 +Info 7727 [15:30:40.932] Format host information updated +Info 7728 [15:30:41.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7729 [15:30:41.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 6.581726999953389ms +Info 7730 [15:30:41.077] Different program with same set of files +Info 7731 [15:30:41.078] getCompletionData: Get current token: 0.0013059992343187332 +Info 7732 [15:30:41.078] getCompletionData: Is inside comment: 0.006533000618219376 +Info 7733 [15:30:41.078] getCompletionData: Get previous token: 0.01538199931383133 +Info 7734 [15:30:41.078] getCompletionsAtPosition: isCompletionListBlocker: 0.0028429999947547913 +Info 7735 [15:30:41.078] getCompletionData: Semantic work: 0.5463379994034767 +Info 7736 [15:30:41.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9622249994426966 +Info 7737 [15:30:41.081] Format host information updated +Info 7738 [15:30:41.655] Format host information updated +Info 7739 [15:30:41.656] Format host information updated +Info 7740 [15:30:41.656] Format host information updated +Info 7741 [15:30:41.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7742 [15:30:41.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 6.318869998678565ms +Info 7743 [15:30:41.662] Different program with same set of files +Info 7744 [15:30:41.663] getCompletionData: Get current token: 0.0015859995037317276 +Info 7745 [15:30:41.663] getCompletionData: Is inside comment: 0.006234999746084213 +Info 7746 [15:30:41.663] getCompletionData: Get previous token: 0.004310000687837601 +Info 7747 [15:30:41.663] getCompletionsAtPosition: isCompletionListBlocker: 0.0033379998058080673 +Info 7748 [15:30:41.663] getExportInfoMap: cache hit +Info 7749 [15:30:41.675] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 876 from cache +Info 7750 [15:30:41.675] collectAutoImports: response is complete +Info 7751 [15:30:41.675] collectAutoImports: 11.820434000343084 +Info 7752 [15:30:41.675] getCompletionData: Semantic work: 12.316322000697255 +Info 7753 [15:30:41.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5878180004656315 +Info 7754 [15:30:41.681] getCompletionData: Get current token: 0.008673001080751419 +Info 7755 [15:30:41.681] getCompletionData: Is inside comment: 0.0029349997639656067 +Info 7756 [15:30:41.681] getCompletionData: Get previous token: 0.01531899906694889 +Info 7757 [15:30:41.681] getCompletionsAtPosition: isCompletionListBlocker: 0.002761000767350197 +Info 7758 [15:30:41.681] getCompletionData: Semantic work: 0.22845800034701824 +Info 7759 [15:30:41.684] getCompletionData: Get current token: 0.02071700058877468 +Info 7760 [15:30:41.684] getCompletionData: Is inside comment: 0.0023079998791217804 +Info 7761 [15:30:41.684] getCompletionData: Get previous token: 0.03901199996471405 +Info 7762 [15:30:41.684] getCompletionsAtPosition: isCompletionListBlocker: 0.00232899934053421 +Info 7763 [15:30:41.684] getCompletionData: Semantic work: 0.18155100010335445 +Info 7764 [15:30:41.686] getCompletionData: Get current token: 0.006250999867916107 +Info 7765 [15:30:41.686] getCompletionData: Is inside comment: 0.0023170001804828644 +Info 7766 [15:30:41.686] getCompletionData: Get previous token: 0.02708600088953972 +Info 7767 [15:30:41.686] getCompletionsAtPosition: isCompletionListBlocker: 0.0016860011965036392 +Info 7768 [15:30:41.686] getCompletionData: Semantic work: 0.2267480008304119 +Info 7769 [15:30:41.687] Format host information updated +Info 7770 [15:30:41.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7771 [15:30:41.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 7.936483999714255ms +Info 7772 [15:30:41.733] Different program with same set of files +Info 7773 [15:30:41.733] getCompletionData: Get current token: 0.0016820002347230911 +Info 7774 [15:30:41.733] getCompletionData: Is inside comment: 0.00839499942958355 +Info 7775 [15:30:41.733] getCompletionData: Get previous token: 0.006585000082850456 +Info 7776 [15:30:41.733] getCompletionsAtPosition: isCompletionListBlocker: 0.01080700010061264 +Info 7777 [15:30:41.734] getExportInfoMap: cache hit +Info 7778 [15:30:41.750] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 876 from cache +Info 7779 [15:30:41.750] collectAutoImports: response is complete +Info 7780 [15:30:41.750] collectAutoImports: 15.6285640001297 +Info 7781 [15:30:41.750] getCompletionData: Semantic work: 16.388419998809695 +Info 7782 [15:30:41.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.262031000107527 +Info 7783 [15:30:41.757] Format host information updated +Info 7784 [15:30:42.033] getCompletionData: Get current token: 0.02571599930524826 +Info 7785 [15:30:42.033] getCompletionData: Is inside comment: 0.007150998339056969 +Info 7786 [15:30:42.033] getCompletionData: Get previous token: 0.054378001019358635 +Info 7787 [15:30:42.033] getCompletionsAtPosition: isCompletionListBlocker: 0.010632000863552094 +Info 7788 [15:30:42.035] getExportInfoMap: cache hit +Info 7789 [15:30:42.068] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 876 from cache +Info 7790 [15:30:42.068] collectAutoImports: response is complete +Info 7791 [15:30:42.068] collectAutoImports: 32.90186900086701 +Info 7792 [15:30:42.068] getCompletionData: Semantic work: 35.5538020003587 +Info 7793 [15:30:42.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.124077999964356 +Info 7794 [15:30:44.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7795 [15:30:44.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 8.46463800035417ms +Info 7796 [15:30:44.247] Different program with same set of files +Info 7797 [15:30:44.247] getCompletionData: Get current token: 0.0031439997255802155 +Info 7798 [15:30:44.247] getCompletionData: Is inside comment: 0.001019999384880066 +Info 7799 [15:30:44.247] getCompletionData: Get previous token: 0.015709999948740005 +Info 7800 [15:30:44.247] getCompletionsAtPosition: isCompletionListBlocker: 0.0027660001069307327 +Info 7801 [15:30:44.247] getExportInfoMap: cache hit +Info 7802 [15:30:44.250] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 15 from cache +Info 7803 [15:30:44.250] collectAutoImports: response is complete +Info 7804 [15:30:44.250] collectAutoImports: 2.486819000914693 +Info 7805 [15:30:44.250] getCompletionData: Semantic work: 2.962593998759985 +Info 7806 [15:30:44.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6056679990142584 +Info 7807 [15:30:44.254] Format host information updated +Info 7808 [15:30:44.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7809 [15:30:44.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 8.251488000154495ms +Info 7810 [15:30:44.451] Different program with same set of files +Info 7811 [15:30:44.451] getCompletionData: Get current token: 0.00305899977684021 +Info 7812 [15:30:44.451] getCompletionData: Is inside comment: 0.0012149997055530548 +Info 7813 [15:30:44.451] getCompletionData: Get previous token: 0.013596998527646065 +Info 7814 [15:30:44.451] getCompletionsAtPosition: isCompletionListBlocker: 0.04070599935948849 +Info 7815 [15:30:44.452] getExportInfoMap: cache hit +Info 7816 [15:30:44.464] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 876 from cache +Info 7817 [15:30:44.464] collectAutoImports: response is complete +Info 7818 [15:30:44.464] collectAutoImports: 12.065502999350429 +Info 7819 [15:30:44.464] getCompletionData: Semantic work: 12.642172999680042 +Info 7820 [15:30:44.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.799633998423815 +Info 7821 [15:30:44.472] Format host information updated +Info 7822 [15:30:44.540] Format host information updated +Info 7823 [15:30:44.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7824 [15:30:44.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 7.7094649989157915ms +Info 7825 [15:30:44.548] Different program with same set of files +Info 7826 [15:30:44.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7827 [15:30:44.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 7.01354599930346ms +Info 7828 [15:30:44.709] Different program with same set of files +Info 7829 [15:30:44.709] getCompletionData: Get current token: 0.003422001376748085 +Info 7830 [15:30:44.709] getCompletionData: Is inside comment: 0.0012240000069141388 +Info 7831 [15:30:44.710] getCompletionData: Get previous token: 0.019038001075387 +Info 7832 [15:30:44.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0051649995148181915 +Info 7833 [15:30:44.710] getExportInfoMap: cache hit +Info 7834 [15:30:44.717] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 144 from cache +Info 7835 [15:30:44.717] collectAutoImports: response is complete +Info 7836 [15:30:44.717] collectAutoImports: 6.602856000885367 +Info 7837 [15:30:44.717] getCompletionData: Semantic work: 7.175759000703692 +Info 7838 [15:30:44.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0233239997178316 +Info 7839 [15:30:44.721] Format host information updated +Info 7840 [15:31:05.212] Format host information updated +Info 7841 [15:31:05.212] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7842 [15:31:05.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 761 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.405931999906898ms +Info 7843 [15:31:05.224] Different program with same set of files +Info 7844 [15:31:05.587] Format host information updated +Info 7845 [15:31:05.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7846 [15:31:05.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 11.39996000006795ms +Info 7847 [15:31:05.598] Different program with same set of files +Info 7848 [15:31:06.290] Format host information updated +Info 7849 [15:31:06.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7850 [15:31:06.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 9.774026000872254ms +Info 7851 [15:31:06.300] Different program with same set of files +Info 7852 [15:31:06.840] Format host information updated +Info 7853 [15:31:06.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7854 [15:31:06.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 7.736762000247836ms +Info 7855 [15:31:06.848] Different program with same set of files +Info 7856 [15:31:09.763] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7857 [15:31:09.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 8.401915000751615ms +Info 7858 [15:31:09.772] Different program with same set of files +Info 7859 [15:31:09.772] getCompletionData: Get current token: 0.0020930003374814987 +Info 7860 [15:31:09.772] getCompletionData: Is inside comment: 0.006672998890280724 +Info 7861 [15:31:09.772] getCompletionData: Get previous token: 0.00818599946796894 +Info 7862 [15:31:09.772] getCompletionsAtPosition: isCompletionListBlocker: 0.0015459991991519928 +Info 7863 [15:31:09.772] Returning an empty list because completion was requested in an invalid position. +Info 7864 [15:31:09.772] Format host information updated +Info 7865 [15:31:09.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7866 [15:31:09.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 7.951157998293638ms +Info 7867 [15:31:09.931] Different program with same set of files +Info 7868 [15:31:09.931] getCompletionData: Get current token: 0.002727000042796135 +Info 7869 [15:31:09.931] getCompletionData: Is inside comment: 0.0104839988052845 +Info 7870 [15:31:09.931] getCompletionData: Get previous token: 0.01028200052678585 +Info 7871 [15:31:09.931] getCompletionsAtPosition: isCompletionListBlocker: 0.0020180009305477142 +Info 7872 [15:31:09.931] Returning an empty list because completion was requested in an invalid position. +Info 7873 [15:31:09.933] Format host information updated +Info 7874 [15:31:10.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7875 [15:31:10.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 6.479904999956489ms +Info 7876 [15:31:10.119] Different program with same set of files +Info 7877 [15:31:10.119] getCompletionData: Get current token: 0.004271999001502991 +Info 7878 [15:31:10.119] getCompletionData: Is inside comment: 0.012134000658988953 +Info 7879 [15:31:10.119] getCompletionData: Get previous token: 0.03404100053012371 +Info 7880 [15:31:10.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0017520003020763397 +Info 7881 [15:31:10.119] Returning an empty list because completion was requested in an invalid position. +Info 7882 [15:31:10.119] Format host information updated +Info 7883 [15:31:10.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7884 [15:31:10.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 6.389684999361634ms +Info 7885 [15:31:10.223] Different program with same set of files +Info 7886 [15:31:10.223] getCompletionData: Get current token: 0.002563999965786934 +Info 7887 [15:31:10.223] getCompletionData: Is inside comment: 0.008038999512791634 +Info 7888 [15:31:10.223] getCompletionData: Get previous token: 0.009359000250697136 +Info 7889 [15:31:10.223] getCompletionsAtPosition: isCompletionListBlocker: 0.0016620010137557983 +Info 7890 [15:31:10.223] Returning an empty list because completion was requested in an invalid position. +Info 7891 [15:31:10.225] Format host information updated +Info 7892 [15:31:10.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7893 [15:31:10.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 6.528751000761986ms +Info 7894 [15:31:10.344] Different program with same set of files +Info 7895 [15:31:10.344] getCompletionData: Get current token: 0.0024760011583566666 +Info 7896 [15:31:10.344] getCompletionData: Is inside comment: 0.007004000246524811 +Info 7897 [15:31:10.344] getCompletionData: Get previous token: 0.008452000096440315 +Info 7898 [15:31:10.344] getCompletionsAtPosition: isCompletionListBlocker: 0.0014410000294446945 +Info 7899 [15:31:10.344] Returning an empty list because completion was requested in an invalid position. +Info 7900 [15:31:10.344] Format host information updated +Info 7901 [15:31:10.929] Format host information updated +Info 7902 [15:31:10.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7903 [15:31:10.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 6.88064800016582ms +Info 7904 [15:31:10.936] Different program with same set of files +Info 7905 [15:31:23.769] Format host information updated +Info 7906 [15:31:23.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7907 [15:31:23.778] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 771 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.589726999402046ms +Info 7908 [15:31:23.778] Different program with same set of files +Info 7909 [15:31:28.538] Format host information updated +Info 7910 [15:31:28.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7911 [15:31:28.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 8.887752998620272ms +Info 7912 [15:31:28.548] Different program with same set of files +Info 7913 [15:31:29.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7914 [15:31:29.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 8.948150001466274ms +Info 7915 [15:31:29.686] Different program with same set of files +Info 7916 [15:31:29.686] getCompletionData: Get current token: 0.003216998651623726 +Info 7917 [15:31:29.686] getCompletionData: Is inside comment: 0.001209000125527382 +Info 7918 [15:31:29.686] getCompletionData: Get previous token: 0.015967000275850296 +Info 7919 [15:31:29.686] getCompletionsAtPosition: isCompletionListBlocker: 0.003024999052286148 +Info 7920 [15:31:29.687] getCompletionData: Semantic work: 0.4290759991854429 +Info 7921 [15:31:29.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5050850007683039 +Info 7922 [15:31:29.688] Format host information updated +Info 7923 [15:31:29.803] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7924 [15:31:29.811] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 8.673811001703143ms +Info 7925 [15:31:29.811] Different program with same set of files +Info 7926 [15:31:29.812] getCompletionData: Get current token: 0.0036180000752210617 +Info 7927 [15:31:29.812] getCompletionData: Is inside comment: 0.0012590009719133377 +Info 7928 [15:31:29.812] getCompletionData: Get previous token: 0.017746001482009888 +Info 7929 [15:31:29.812] getCompletionsAtPosition: isCompletionListBlocker: 0.0024720001965761185 +Info 7930 [15:31:29.812] getCompletionData: Semantic work: 0.4877190012484789 +Info 7931 [15:31:29.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0671250000596046 +Info 7932 [15:31:29.813] Format host information updated +Info 7933 [15:31:29.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7934 [15:31:29.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 7.599530998617411ms +Info 7935 [15:31:29.928] Different program with same set of files +Info 7936 [15:31:29.928] getCompletionData: Get current token: 0.0032050013542175293 +Info 7937 [15:31:29.928] getCompletionData: Is inside comment: 0.0014599990099668503 +Info 7938 [15:31:29.928] getCompletionData: Get previous token: 0.018167998641729355 +Info 7939 [15:31:29.928] getCompletionsAtPosition: isCompletionListBlocker: 0.0024119988083839417 +Info 7940 [15:31:29.928] getCompletionData: Semantic work: 0.42263299971818924 +Info 7941 [15:31:29.929] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.977182999253273 +Info 7942 [15:31:29.930] Format host information updated +Info 7943 [15:31:30.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7944 [15:31:30.082] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 8.011982999742031ms +Info 7945 [15:31:30.082] Different program with same set of files +Info 7946 [15:31:30.082] getCompletionData: Get current token: 0.00342399999499321 +Info 7947 [15:31:30.082] getCompletionData: Is inside comment: 0.001361999660730362 +Info 7948 [15:31:30.082] getCompletionData: Get previous token: 0.019000999629497528 +Info 7949 [15:31:30.082] getCompletionsAtPosition: isCompletionListBlocker: 0.0026450008153915405 +Info 7950 [15:31:30.082] getCompletionData: Semantic work: 0.4299830012023449 +Info 7951 [15:31:30.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8707170002162457 +Info 7952 [15:31:30.083] Format host information updated +Info 7953 [15:31:30.199] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7954 [15:31:30.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 6.6166390012949705ms +Info 7955 [15:31:30.206] Different program with same set of files +Info 7956 [15:31:30.206] getCompletionData: Get current token: 0.0028069987893104553 +Info 7957 [15:31:30.206] getCompletionData: Is inside comment: 0.001171998679637909 +Info 7958 [15:31:30.206] getCompletionData: Get previous token: 0.015766000375151634 +Info 7959 [15:31:30.206] getCompletionsAtPosition: isCompletionListBlocker: 0.0026629995554685593 +Info 7960 [15:31:30.206] getCompletionData: Semantic work: 0.43406499922275543 +Info 7961 [15:31:30.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.892255000770092 +Info 7962 [15:31:30.208] Format host information updated +Info 7963 [15:31:30.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7964 [15:31:30.864] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 9.59973500110209ms +Info 7965 [15:31:30.864] Different program with same set of files +Info 7966 [15:31:30.864] getCompletionData: Get current token: 0.003605000674724579 +Info 7967 [15:31:30.864] getCompletionData: Is inside comment: 0.0012630000710487366 +Info 7968 [15:31:30.864] getCompletionData: Get previous token: 0.014713000506162643 +Info 7969 [15:31:30.864] getCompletionsAtPosition: isCompletionListBlocker: 0.002828998491168022 +Info 7970 [15:31:30.865] getCompletionData: Semantic work: 0.43953099846839905 +Info 7971 [15:31:30.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9283329993486404 +Info 7972 [15:31:30.866] Format host information updated +Info 7973 [15:31:31.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7974 [15:31:31.020] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 7.197982998564839ms +Info 7975 [15:31:31.020] Different program with same set of files +Info 7976 [15:31:31.020] getCompletionData: Get current token: 0.0033309999853372574 +Info 7977 [15:31:31.020] getCompletionData: Is inside comment: 0.0013520009815692902 +Info 7978 [15:31:31.020] getCompletionData: Get previous token: 0.0170499999076128 +Info 7979 [15:31:31.020] getCompletionsAtPosition: isCompletionListBlocker: 0.0026160012930631638 +Info 7980 [15:31:31.021] getCompletionData: Semantic work: 0.4670969992876053 +Info 7981 [15:31:31.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0202220007777214 +Info 7982 [15:31:31.022] Format host information updated +Info 7983 [15:31:31.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7984 [15:31:31.134] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 9.68640200048685ms +Info 7985 [15:31:31.134] Different program with same set of files +Info 7986 [15:31:31.134] getCompletionData: Get current token: 0.0033070016652345657 +Info 7987 [15:31:31.134] getCompletionData: Is inside comment: 0.0014069993048906326 +Info 7988 [15:31:31.134] getCompletionData: Get previous token: 0.014296000823378563 +Info 7989 [15:31:31.134] getCompletionsAtPosition: isCompletionListBlocker: 0.002830998972058296 +Info 7990 [15:31:31.134] getCompletionData: Semantic work: 0.43242100067436695 +Info 7991 [15:31:31.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9675740003585815 +Info 7992 [15:31:31.136] Format host information updated +Info 7993 [15:31:31.293] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7994 [15:31:31.308] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 781 structureChanged: false structureIsReused:: Completely Elapsed: 15.516629001125693ms +Info 7995 [15:31:31.308] Different program with same set of files +Info 7996 [15:31:31.308] getCompletionData: Get current token: 0.006082000210881233 +Info 7997 [15:31:31.308] getCompletionData: Is inside comment: 0.00239500030875206 +Info 7998 [15:31:31.309] getCompletionData: Get previous token: 0.0323489997535944 +Info 7999 [15:31:31.309] getCompletionsAtPosition: isCompletionListBlocker: 0.004317000508308411 +Info 8000 [15:31:31.309] getCompletionData: Semantic work: 0.8677270002663136 +Info 8001 [15:31:31.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7660870011895895 +Info 8002 [15:31:31.312] Format host information updated +Info 8003 [15:31:32.070] Format host information updated +Info 8004 [15:31:32.070] Format host information updated +Info 8005 [15:31:32.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8006 [15:31:32.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 782 structureChanged: false structureIsReused:: Completely Elapsed: 7.759377999231219ms +Info 8007 [15:31:32.078] Different program with same set of files +Info 8008 [15:31:32.078] getCompletionData: Get current token: 0.008724000304937363 +Info 8009 [15:31:32.078] getCompletionData: Is inside comment: 0.003211000934243202 +Info 8010 [15:31:32.078] getCompletionData: Get previous token: 0.017301000654697418 +Info 8011 [15:31:32.078] getCompletionsAtPosition: isCompletionListBlocker: 0.0029259994626045227 +Info 8012 [15:31:32.078] getCompletionData: Semantic work: 0.4032959993928671 +Info 8013 [15:31:32.080] getCompletionData: Get current token: 0.0026069991290569305 +Info 8014 [15:31:32.080] getCompletionData: Is inside comment: 0.0011270008981227875 +Info 8015 [15:31:32.080] getCompletionData: Get previous token: 0.009697999805212021 +Info 8016 [15:31:32.080] getCompletionsAtPosition: isCompletionListBlocker: 0.005451001226902008 +Info 8017 [15:31:32.081] getExportInfoMap: cache hit +Info 8018 [15:31:32.097] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 876 from cache +Info 8019 [15:31:32.097] collectAutoImports: response is complete +Info 8020 [15:31:32.097] collectAutoImports: 15.552577000111341 +Info 8021 [15:31:32.097] getCompletionData: Semantic work: 16.42968099936843 +Info 8022 [15:31:32.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.487413000315428 +Info 8023 [15:31:32.104] getCompletionData: Get current token: 0.008729001507163048 +Info 8024 [15:31:32.104] getCompletionData: Is inside comment: 0.0034400001168251038 +Info 8025 [15:31:32.104] getCompletionData: Get previous token: 0.016330000013113022 +Info 8026 [15:31:32.104] getCompletionsAtPosition: isCompletionListBlocker: 0.002886001020669937 +Info 8027 [15:31:32.104] getCompletionData: Semantic work: 0.15335300005972385 +Info 8028 [15:31:32.107] Format host information updated +Info 8029 [15:31:32.726] Format host information updated +Info 8030 [15:31:32.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8031 [15:31:32.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 783 structureChanged: false structureIsReused:: Completely Elapsed: 9.285987999290228ms +Info 8032 [15:31:32.736] Different program with same set of files +Info 8033 [15:38:12.104] getCompletionData: Get current token: 0.0031700003892183304 +Info 8034 [15:38:12.104] getCompletionData: Is inside comment: 0.009483998641371727 +Info 8035 [15:38:12.104] getCompletionData: Get previous token: 0.012561000883579254 +Info 8036 [15:38:12.104] getCompletionsAtPosition: isCompletionListBlocker: 0.002840999513864517 +Info 8037 [15:38:12.105] getExportInfoMap: cache miss or empty; calculating new results +Info 8038 [15:38:12.119] forEachExternalModuleToImportFrom autoImportProvider: 5.773844998329878 +Info 8039 [15:38:12.120] getExportInfoMap: done in 14.973152000457048 ms +Info 8040 [15:38:12.123] collectAutoImports: resolved 4 module specifiers, plus 0 ambient and 52 from cache +Info 8041 [15:38:12.123] collectAutoImports: response is complete +Info 8042 [15:38:12.123] collectAutoImports: 3.6746919993311167 +Info 8043 [15:38:12.123] getCompletionData: Semantic work: 19.295257998630404 +Info 8044 [15:38:12.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9440230000764132 +Info 8045 [15:38:12.264] Format host information updated +Info 8046 [15:38:12.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8047 [15:38:12.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 32.589301999658346ms +Info 8048 [15:38:12.297] Different program with same set of files +Info 8049 [15:38:12.339] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8050 [15:38:12.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 17.971175000071526ms +Info 8051 [15:38:12.357] Different program with same set of files +Info 8052 [15:38:12.358] getCompletionData: Get current token: 0.007990000769495964 +Info 8053 [15:38:12.358] getCompletionData: Is inside comment: 0.06328000128269196 +Info 8054 [15:38:12.358] getCompletionData: Get previous token: 0.019143998622894287 +Info 8055 [15:38:12.358] getCompletionsAtPosition: isCompletionListBlocker: 0.015620000660419464 +Info 8056 [15:38:12.359] getExportInfoMap: cache hit +Info 8057 [15:38:12.388] collectAutoImports: resolved 9 module specifiers, plus 175 ambient and 1040 from cache +Info 8058 [15:38:12.388] collectAutoImports: response is complete +Info 8059 [15:38:12.388] collectAutoImports: 29.416492000222206 +Info 8060 [15:38:12.388] getCompletionData: Semantic work: 30.60190499946475 +Info 8061 [15:38:12.394] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.830385999754071 +Info 8062 [15:38:12.399] Format host information updated +Info 8063 [15:38:12.417] Format host information updated +Info 8064 [15:38:12.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8065 [15:38:12.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 8.65128399990499ms +Info 8066 [15:38:12.426] Different program with same set of files +Info 8067 [15:38:12.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8068 [15:38:12.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 9.856131998822093ms +Info 8069 [15:38:12.641] Different program with same set of files +Info 8070 [15:38:12.642] getCompletionData: Get current token: 0.004240000620484352 +Info 8071 [15:38:12.642] getCompletionData: Is inside comment: 0.014009000733494759 +Info 8072 [15:38:12.642] getCompletionData: Get previous token: 0.023670999333262444 +Info 8073 [15:38:12.642] getCompletionsAtPosition: isCompletionListBlocker: 0.009533001109957695 +Info 8074 [15:38:12.643] getExportInfoMap: cache hit +Info 8075 [15:38:12.646] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 8076 [15:38:12.646] collectAutoImports: response is complete +Info 8077 [15:38:12.646] collectAutoImports: 3.0994340013712645 +Info 8078 [15:38:12.646] getCompletionData: Semantic work: 4.044763999059796 +Info 8079 [15:38:12.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.785979000851512 +Info 8080 [15:38:12.650] Format host information updated +Info 8081 [15:38:12.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8082 [15:38:12.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 26.02725199982524ms +Info 8083 [15:38:12.809] Different program with same set of files +Info 8084 [15:38:12.809] getCompletionData: Get current token: 0.009814999997615814 +Info 8085 [15:38:12.809] getCompletionData: Is inside comment: 0.032020000740885735 +Info 8086 [15:38:12.809] getCompletionData: Get previous token: 0.04676700010895729 +Info 8087 [15:38:12.809] getCompletionsAtPosition: isCompletionListBlocker: 0.02069300040602684 +Info 8088 [15:38:12.811] getExportInfoMap: cache hit +Info 8089 [15:38:12.818] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 58 from cache +Info 8090 [15:38:12.818] collectAutoImports: response is complete +Info 8091 [15:38:12.818] collectAutoImports: 7.160792000591755 +Info 8092 [15:38:12.818] getCompletionData: Semantic work: 8.530433000996709 +Info 8093 [15:38:12.822] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.625270999968052 +Info 8094 [15:38:12.823] Format host information updated +Info 8095 [15:38:12.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8096 [15:38:12.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 9.354226998984814ms +Info 8097 [15:38:12.865] Different program with same set of files +Info 8098 [15:38:12.865] getCompletionData: Get current token: 0.006045999005436897 +Info 8099 [15:38:12.865] getCompletionData: Is inside comment: 0.01440499909222126 +Info 8100 [15:38:12.865] getCompletionData: Get previous token: 0.023031000047922134 +Info 8101 [15:38:12.865] getCompletionsAtPosition: isCompletionListBlocker: 0.011205000802874565 +Info 8102 [15:38:12.866] getExportInfoMap: cache hit +Info 8103 [15:38:12.870] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 8104 [15:38:12.870] collectAutoImports: response is complete +Info 8105 [15:38:12.870] collectAutoImports: 3.732227999716997 +Info 8106 [15:38:12.870] getCompletionData: Semantic work: 4.486163999885321 +Info 8107 [15:38:12.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.550365999341011 +Info 8108 [15:38:12.874] Format host information updated +Info 8109 [15:38:13.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8110 [15:38:13.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 8.693129999563098ms +Info 8111 [15:38:13.081] Different program with same set of files +Info 8112 [15:38:13.081] getCompletionData: Get current token: 0.002829998731613159 +Info 8113 [15:38:13.081] getCompletionData: Is inside comment: 0.008721999824047089 +Info 8114 [15:38:13.081] getCompletionData: Get previous token: 0.013428999111056328 +Info 8115 [15:38:13.081] getCompletionsAtPosition: isCompletionListBlocker: 0.008230999112129211 +Info 8116 [15:38:13.082] getExportInfoMap: cache hit +Info 8117 [15:38:13.083] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 8118 [15:38:13.083] collectAutoImports: response is complete +Info 8119 [15:38:13.083] collectAutoImports: 1.5718380007892847 +Info 8120 [15:38:13.083] getCompletionData: Semantic work: 2.050204001367092 +Info 8121 [15:38:13.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6377450004220009 +Info 8122 [15:38:13.086] Format host information updated +Info 8123 [15:38:13.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8124 [15:38:13.230] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 11.538657000288367ms +Info 8125 [15:38:13.230] Different program with same set of files +Info 8126 [15:38:13.230] getCompletionData: Get current token: 0.0057130008935928345 +Info 8127 [15:38:13.231] getCompletionData: Is inside comment: 0.019419001415371895 +Info 8128 [15:38:13.231] getCompletionData: Get previous token: 0.028637999668717384 +Info 8129 [15:38:13.231] getCompletionsAtPosition: isCompletionListBlocker: 0.013193000108003616 +Info 8130 [15:38:13.231] getExportInfoMap: cache hit +Info 8131 [15:38:13.234] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 8132 [15:38:13.234] collectAutoImports: response is complete +Info 8133 [15:38:13.234] collectAutoImports: 2.774075001478195 +Info 8134 [15:38:13.234] getCompletionData: Semantic work: 3.6592039987444878 +Info 8135 [15:38:13.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.277963001281023 +Info 8136 [15:38:13.239] Format host information updated +Info 8137 [15:38:13.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8138 [15:38:13.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 12.82277199998498ms +Info 8139 [15:38:13.320] Different program with same set of files +Info 8140 [15:38:13.321] getCompletionData: Get current token: 0.004902001470327377 +Info 8141 [15:38:13.321] getCompletionData: Is inside comment: 0.01519399881362915 +Info 8142 [15:38:13.321] getCompletionData: Get previous token: 0.021250000223517418 +Info 8143 [15:38:13.321] getCompletionsAtPosition: isCompletionListBlocker: 0.011393001303076744 +Info 8144 [15:38:13.321] getExportInfoMap: cache hit +Info 8145 [15:38:13.323] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8146 [15:38:13.323] collectAutoImports: response is complete +Info 8147 [15:38:13.323] collectAutoImports: 2.13544600084424 +Info 8148 [15:38:13.323] getCompletionData: Semantic work: 2.8542670011520386 +Info 8149 [15:38:13.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.44904800131917 +Info 8150 [15:38:13.327] Format host information updated +Info 8151 [15:38:13.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8152 [15:38:13.477] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 6.149600999429822ms +Info 8153 [15:38:13.477] Different program with same set of files +Info 8154 [15:38:13.477] getCompletionData: Get current token: 0.0038680005818605423 +Info 8155 [15:38:13.477] getCompletionData: Is inside comment: 0.009699000045657158 +Info 8156 [15:38:13.477] getCompletionData: Get previous token: 0.01514500007033348 +Info 8157 [15:38:13.477] getCompletionsAtPosition: isCompletionListBlocker: 0.007062999531626701 +Info 8158 [15:38:13.478] getExportInfoMap: cache hit +Info 8159 [15:38:13.479] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 8160 [15:38:13.479] collectAutoImports: response is complete +Info 8161 [15:38:13.479] collectAutoImports: 1.6240389999002218 +Info 8162 [15:38:13.479] getCompletionData: Semantic work: 2.1328680012375116 +Info 8163 [15:38:13.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8743130005896091 +Info 8164 [15:38:13.482] Format host information updated +Info 8165 [15:38:13.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8166 [15:38:13.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 9.019309999421239ms +Info 8167 [15:38:13.688] Different program with same set of files +Info 8168 [15:38:13.688] getCompletionData: Get current token: 0.002908000722527504 +Info 8169 [15:38:13.688] getCompletionData: Is inside comment: 0.009025000035762787 +Info 8170 [15:38:13.688] getCompletionData: Get previous token: 0.012734999880194664 +Info 8171 [15:38:13.688] getCompletionsAtPosition: isCompletionListBlocker: 0.00798800028860569 +Info 8172 [15:38:13.688] getExportInfoMap: cache hit +Info 8173 [15:38:13.690] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 8174 [15:38:13.690] collectAutoImports: response is complete +Info 8175 [15:38:13.690] collectAutoImports: 1.5987989995628595 +Info 8176 [15:38:13.690] getCompletionData: Semantic work: 2.095091000199318 +Info 8177 [15:38:13.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6019930001348257 +Info 8178 [15:38:13.693] Format host information updated +Info 8179 [15:38:13.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8180 [15:38:13.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 7.52292999997735ms +Info 8181 [15:38:13.809] Different program with same set of files +Info 8182 [15:38:13.809] getCompletionData: Get current token: 0.0037579983472824097 +Info 8183 [15:38:13.809] getCompletionData: Is inside comment: 0.013745000585913658 +Info 8184 [15:38:13.809] getCompletionData: Get previous token: 0.019884001463651657 +Info 8185 [15:38:13.809] getCompletionsAtPosition: isCompletionListBlocker: 0.009209999814629555 +Info 8186 [15:38:13.810] getExportInfoMap: cache hit +Info 8187 [15:38:13.812] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 8188 [15:38:13.812] collectAutoImports: response is complete +Info 8189 [15:38:13.812] collectAutoImports: 2.273447999730706 +Info 8190 [15:38:13.812] getCompletionData: Semantic work: 2.8546599987894297 +Info 8191 [15:38:13.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4823150001466274 +Info 8192 [15:38:13.817] Format host information updated +Info 8193 [15:38:13.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8194 [15:38:13.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 6.371727000921965ms +Info 8195 [15:38:13.978] Different program with same set of files +Info 8196 [15:38:13.978] getCompletionData: Get current token: 0.0034099984914064407 +Info 8197 [15:38:13.978] getCompletionData: Is inside comment: 0.01179100014269352 +Info 8198 [15:38:13.978] getCompletionData: Get previous token: 0.016812000423669815 +Info 8199 [15:38:13.978] getCompletionsAtPosition: isCompletionListBlocker: 0.007975999265909195 +Info 8200 [15:38:13.978] getExportInfoMap: cache hit +Info 8201 [15:38:13.980] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 56 from cache +Info 8202 [15:38:13.980] collectAutoImports: response is complete +Info 8203 [15:38:13.980] collectAutoImports: 1.9332550000399351 +Info 8204 [15:38:13.980] getCompletionData: Semantic work: 2.425782999023795 +Info 8205 [15:38:13.982] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9393830001354218 +Info 8206 [15:38:13.983] Format host information updated +Info 8207 [15:38:14.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8208 [15:38:14.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 6.104608001187444ms +Info 8209 [15:38:14.079] Different program with same set of files +Info 8210 [15:38:14.079] getCompletionData: Get current token: 0.0035030003637075424 +Info 8211 [15:38:14.079] getCompletionData: Is inside comment: 0.012589998543262482 +Info 8212 [15:38:14.079] getCompletionData: Get previous token: 0.017974000424146652 +Info 8213 [15:38:14.079] getCompletionsAtPosition: isCompletionListBlocker: 0.009417001157999039 +Info 8214 [15:38:14.080] getExportInfoMap: cache hit +Info 8215 [15:38:14.082] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 58 from cache +Info 8216 [15:38:14.082] collectAutoImports: response is complete +Info 8217 [15:38:14.082] collectAutoImports: 2.4792349990457296 +Info 8218 [15:38:14.082] getCompletionData: Semantic work: 2.980130000039935 +Info 8219 [15:38:14.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.100407999008894 +Info 8220 [15:38:14.087] Format host information updated +Info 8221 [15:38:14.162] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8222 [15:38:14.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 798 structureChanged: false structureIsReused:: Completely Elapsed: 6.135974999517202ms +Info 8223 [15:38:14.168] Different program with same set of files +Info 8224 [15:38:14.169] getCompletionData: Get current token: 0.0033279992640018463 +Info 8225 [15:38:14.169] getCompletionData: Is inside comment: 0.010687999427318573 +Info 8226 [15:38:14.169] getCompletionData: Get previous token: 0.015706999227404594 +Info 8227 [15:38:14.169] getCompletionsAtPosition: isCompletionListBlocker: 0.0079950001090765 +Info 8228 [15:38:14.169] getExportInfoMap: cache hit +Info 8229 [15:38:14.171] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 8230 [15:38:14.172] collectAutoImports: response is complete +Info 8231 [15:38:14.172] collectAutoImports: 2.36604099906981 +Info 8232 [15:38:14.172] getCompletionData: Semantic work: 2.8615039996802807 +Info 8233 [15:38:14.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.149141000583768 +Info 8234 [15:38:14.175] Format host information updated +Info 8235 [15:38:14.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8236 [15:38:14.278] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 799 structureChanged: false structureIsReused:: Completely Elapsed: 25.940754000097513ms +Info 8237 [15:38:14.279] Different program with same set of files +Info 8238 [15:38:14.279] getCompletionData: Get current token: 0.018846001476049423 +Info 8239 [15:38:14.279] getCompletionData: Is inside comment: 0.0492550004273653 +Info 8240 [15:38:14.279] getCompletionData: Get previous token: 0.05347200110554695 +Info 8241 [15:38:14.280] getCompletionsAtPosition: isCompletionListBlocker: 0.021733999252319336 +Info 8242 [15:38:14.281] getExportInfoMap: cache hit +Info 8243 [15:38:14.290] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 8244 [15:38:14.290] collectAutoImports: response is complete +Info 8245 [15:38:14.290] collectAutoImports: 9.007969999685884 +Info 8246 [15:38:14.290] getCompletionData: Semantic work: 10.482230000197887 +Info 8247 [15:38:14.294] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.704153001308441 +Info 8248 [15:38:14.296] Format host information updated +Info 8249 [15:38:14.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8250 [15:38:14.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 7.5880730003118515ms +Info 8251 [15:38:14.372] Different program with same set of files +Info 8252 [15:38:14.372] getCompletionData: Get current token: 0.0028259996324777603 +Info 8253 [15:38:14.372] getCompletionData: Is inside comment: 0.010294999927282333 +Info 8254 [15:38:14.373] getCompletionData: Get previous token: 0.014307999983429909 +Info 8255 [15:38:14.373] getCompletionsAtPosition: isCompletionListBlocker: 0.008635999634861946 +Info 8256 [15:38:14.373] getExportInfoMap: cache hit +Info 8257 [15:38:14.376] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 8258 [15:38:14.376] collectAutoImports: response is complete +Info 8259 [15:38:14.376] collectAutoImports: 2.551459999755025 +Info 8260 [15:38:14.376] getCompletionData: Semantic work: 3.2057950012385845 +Info 8261 [15:38:14.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0946559999138117 +Info 8262 [15:38:14.379] Format host information updated +Info 8263 [15:38:14.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8264 [15:38:14.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 11.079060999676585ms +Info 8265 [15:38:14.532] Different program with same set of files +Info 8266 [15:38:14.532] getCompletionData: Get current token: 0.0041680000722408295 +Info 8267 [15:38:14.532] getCompletionData: Is inside comment: 0.014936000108718872 +Info 8268 [15:38:14.532] getCompletionData: Get previous token: 0.021939000114798546 +Info 8269 [15:38:14.532] getCompletionsAtPosition: isCompletionListBlocker: 0.01122400164604187 +Info 8270 [15:38:14.533] getExportInfoMap: cache hit +Info 8271 [15:38:14.538] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 8272 [15:38:14.538] collectAutoImports: response is complete +Info 8273 [15:38:14.538] collectAutoImports: 5.0684489998966455 +Info 8274 [15:38:14.538] getCompletionData: Semantic work: 5.875753000378609 +Info 8275 [15:38:14.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.351426001638174 +Info 8276 [15:38:14.548] Format host information updated +Info 8277 [15:38:14.608] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8278 [15:38:14.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 24.101963000372052ms +Info 8279 [15:38:14.632] Different program with same set of files +Info 8280 [15:38:14.633] getCompletionData: Get current token: 0.013899998739361763 +Info 8281 [15:38:14.633] getCompletionData: Is inside comment: 0.05447999946773052 +Info 8282 [15:38:14.633] getCompletionData: Get previous token: 0.07159899920225143 +Info 8283 [15:38:14.633] getCompletionsAtPosition: isCompletionListBlocker: 0.028257999569177628 +Info 8284 [15:38:14.635] getExportInfoMap: cache hit +Info 8285 [15:38:14.640] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 8286 [15:38:14.640] collectAutoImports: response is complete +Info 8287 [15:38:14.640] collectAutoImports: 5.401883998885751 +Info 8288 [15:38:14.640] getCompletionData: Semantic work: 7.349212000146508 +Info 8289 [15:38:14.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6246899999678135 +Info 8290 [15:38:14.647] Format host information updated +Info 8291 [15:38:14.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8292 [15:38:14.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 6.470814000815153ms +Info 8293 [15:38:14.820] Different program with same set of files +Info 8294 [15:38:14.820] getCompletionData: Get current token: 0.0034490004181861877 +Info 8295 [15:38:14.820] getCompletionData: Is inside comment: 0.011482000350952148 +Info 8296 [15:38:14.820] getCompletionData: Get previous token: 0.01711300015449524 +Info 8297 [15:38:14.820] getCompletionsAtPosition: isCompletionListBlocker: 0.008907999843358994 +Info 8298 [15:38:14.821] getExportInfoMap: cache hit +Info 8299 [15:38:14.824] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 8300 [15:38:14.824] collectAutoImports: response is complete +Info 8301 [15:38:14.824] collectAutoImports: 3.4186959993094206 +Info 8302 [15:38:14.824] getCompletionData: Semantic work: 3.985318999737501 +Info 8303 [15:38:14.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.430263999849558 +Info 8304 [15:38:14.828] Format host information updated +Info 8305 [15:38:14.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8306 [15:38:14.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 9.203911000862718ms +Info 8307 [15:38:14.885] Different program with same set of files +Info 8308 [15:38:14.886] getCompletionData: Get current token: 0.005990000441670418 +Info 8309 [15:38:14.886] getCompletionData: Is inside comment: 0.017899001017212868 +Info 8310 [15:38:14.886] getCompletionData: Get previous token: 0.024969998747110367 +Info 8311 [15:38:14.886] getCompletionsAtPosition: isCompletionListBlocker: 0.010955000296235085 +Info 8312 [15:38:14.887] getExportInfoMap: cache hit +Info 8313 [15:38:14.889] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 8314 [15:38:14.889] collectAutoImports: response is complete +Info 8315 [15:38:14.889] collectAutoImports: 2.6833590008318424 +Info 8316 [15:38:14.889] getCompletionData: Semantic work: 3.4895270001143217 +Info 8317 [15:38:14.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.812323000282049 +Info 8318 [15:38:14.893] Format host information updated +Info 8319 [15:38:14.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8320 [15:38:14.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 805 structureChanged: false structureIsReused:: Completely Elapsed: 25.662556000053883ms +Info 8321 [15:38:14.981] Different program with same set of files +Info 8322 [15:38:14.982] getCompletionData: Get current token: 0.00991700030863285 +Info 8323 [15:38:14.982] getCompletionData: Is inside comment: 0.03824399970471859 +Info 8324 [15:38:14.982] getCompletionData: Get previous token: 0.053328000009059906 +Info 8325 [15:38:14.982] getCompletionsAtPosition: isCompletionListBlocker: 0.018502000719308853 +Info 8326 [15:38:14.987] getExportInfoMap: cache hit +Info 8327 [15:38:14.991] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 31 from cache +Info 8328 [15:38:14.991] collectAutoImports: response is complete +Info 8329 [15:38:14.991] collectAutoImports: 3.4558569993823767 +Info 8330 [15:38:14.991] getCompletionData: Semantic work: 8.668553000316024 +Info 8331 [15:38:14.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.46127700060606 +Info 8332 [15:38:14.996] Format host information updated +Info 8333 [15:38:15.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8334 [15:38:15.088] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 24.05132899992168ms +Info 8335 [15:38:15.088] Different program with same set of files +Info 8336 [15:38:15.089] getCompletionData: Get current token: 0.014787999913096428 +Info 8337 [15:38:15.089] getCompletionData: Is inside comment: 0.0523850005120039 +Info 8338 [15:38:15.089] getCompletionData: Get previous token: 0.07238099910318851 +Info 8339 [15:38:15.090] getCompletionsAtPosition: isCompletionListBlocker: 0.028017999604344368 +Info 8340 [15:38:15.091] getExportInfoMap: cache hit +Info 8341 [15:38:15.098] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 8342 [15:38:15.098] collectAutoImports: response is complete +Info 8343 [15:38:15.098] collectAutoImports: 6.3255759999156 +Info 8344 [15:38:15.098] getCompletionData: Semantic work: 8.258640998974442 +Info 8345 [15:38:15.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.847053000703454 +Info 8346 [15:38:15.105] Format host information updated +Info 8347 [15:38:15.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8348 [15:38:15.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 8.39953799918294ms +Info 8349 [15:38:15.279] Different program with same set of files +Info 8350 [15:38:15.279] getCompletionData: Get current token: 0.0036529991775751114 +Info 8351 [15:38:15.279] getCompletionData: Is inside comment: 0.012408999726176262 +Info 8352 [15:38:15.279] getCompletionData: Get previous token: 0.018955999985337257 +Info 8353 [15:38:15.279] getCompletionsAtPosition: isCompletionListBlocker: 0.009570999071002007 +Info 8354 [15:38:15.280] getExportInfoMap: cache hit +Info 8355 [15:38:15.282] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 8356 [15:38:15.282] collectAutoImports: response is complete +Info 8357 [15:38:15.282] collectAutoImports: 2.0046470016241074 +Info 8358 [15:38:15.282] getCompletionData: Semantic work: 2.6214809995144606 +Info 8359 [15:38:15.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0941129997372627 +Info 8360 [15:38:15.285] Format host information updated +Info 8361 [15:38:15.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8362 [15:38:15.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 5.997259000316262ms +Info 8363 [15:38:15.417] Different program with same set of files +Info 8364 [15:38:15.417] getCompletionData: Get current token: 0.0034650005400180817 +Info 8365 [15:38:15.417] getCompletionData: Is inside comment: 0.012861998751759529 +Info 8366 [15:38:15.417] getCompletionData: Get previous token: 0.018156999722123146 +Info 8367 [15:38:15.417] getCompletionsAtPosition: isCompletionListBlocker: 0.008789001032710075 +Info 8368 [15:38:15.417] getExportInfoMap: cache hit +Info 8369 [15:38:15.419] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 8370 [15:38:15.419] collectAutoImports: response is complete +Info 8371 [15:38:15.419] collectAutoImports: 1.817407999187708 +Info 8372 [15:38:15.419] getCompletionData: Semantic work: 2.3738139998167753 +Info 8373 [15:38:15.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9970939997583628 +Info 8374 [15:38:15.423] Format host information updated +Info 8375 [15:38:15.844] Format host information updated +Info 8376 [15:38:15.844] Format host information updated +Info 8377 [15:38:15.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8378 [15:38:15.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 5.918785000219941ms +Info 8379 [15:38:15.850] Different program with same set of files +Info 8380 [15:38:15.851] getExportInfoMap: cache hit +Info 8381 [15:38:15.855] getExportInfoMap: cache hit +Info 8382 [15:38:15.856] Format host information updated +Info 8383 [15:38:16.045] Format host information updated +Info 8384 [15:38:16.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8385 [15:38:16.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 810 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.487713001668453ms +Info 8386 [15:38:16.056] Different program with same set of files +Info 8387 [15:38:18.031] Format host information updated +Info 8388 [15:38:18.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8389 [15:38:18.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 7.382888000458479ms +Info 8390 [15:38:18.039] Different program with same set of files +Info 8391 [15:38:55.363] Format host information updated +Info 8392 [15:38:55.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8393 [15:38:55.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 6.3367900010198355ms +Info 8394 [15:38:55.370] Different program with same set of files +Info 8395 [15:38:55.575] Format host information updated +Info 8396 [15:38:55.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8397 [15:38:55.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 8.616905000060797ms +Info 8398 [15:38:55.584] Different program with same set of files +Info 8399 [15:38:59.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8400 [15:38:59.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 10.032070999965072ms +Info 8401 [15:38:59.453] Different program with same set of files +Info 8402 [15:38:59.453] getCompletionData: Get current token: 0.005611998960375786 +Info 8403 [15:38:59.453] getCompletionData: Is inside comment: 0.011264000087976456 +Info 8404 [15:38:59.453] getCompletionData: Get previous token: 0.007666999474167824 +Info 8405 [15:38:59.453] getCompletionsAtPosition: isCompletionListBlocker: 0.0033139996230602264 +Info 8406 [15:38:59.454] getExportInfoMap: cache miss or empty; calculating new results +Info 8407 [15:38:59.474] forEachExternalModuleToImportFrom autoImportProvider: 7.679638000205159 +Info 8408 [15:38:59.474] getExportInfoMap: done in 19.917969999834895 ms +Info 8409 [15:38:59.494] collectAutoImports: resolved 13 module specifiers, plus 175 ambient and 1036 from cache +Info 8410 [15:38:59.494] collectAutoImports: response is complete +Info 8411 [15:38:59.494] collectAutoImports: 20.198990000411868 +Info 8412 [15:38:59.494] getCompletionData: Semantic work: 40.758712001144886 +Info 8413 [15:38:59.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.417750000953674 +Info 8414 [15:38:59.502] Format host information updated +Info 8415 [15:38:59.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8416 [15:38:59.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 8.221273001283407ms +Info 8417 [15:38:59.542] Different program with same set of files +Info 8418 [15:38:59.542] getCompletionData: Get current token: 0.004234999418258667 +Info 8419 [15:38:59.542] getCompletionData: Is inside comment: 0.01200300082564354 +Info 8420 [15:38:59.542] getCompletionData: Get previous token: 0.013493001461029053 +Info 8421 [15:38:59.542] getCompletionsAtPosition: isCompletionListBlocker: 0.0032020006328821182 +Info 8422 [15:38:59.543] getExportInfoMap: cache hit +Info 8423 [15:38:59.547] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 8424 [15:38:59.547] collectAutoImports: response is complete +Info 8425 [15:38:59.547] collectAutoImports: 3.951781999319792 +Info 8426 [15:38:59.547] getCompletionData: Semantic work: 4.518107000738382 +Info 8427 [15:38:59.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3575459998100996 +Info 8428 [15:38:59.550] Format host information updated +Info 8429 [15:38:59.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8430 [15:38:59.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 24.85583799891174ms +Info 8431 [15:38:59.684] Different program with same set of files +Info 8432 [15:38:59.684] getCompletionData: Get current token: 0.007302999496459961 +Info 8433 [15:38:59.684] getCompletionData: Is inside comment: 0.018977999687194824 +Info 8434 [15:38:59.684] getCompletionData: Get previous token: 0.023541999980807304 +Info 8435 [15:38:59.684] getCompletionsAtPosition: isCompletionListBlocker: 0.004767000675201416 +Info 8436 [15:38:59.685] getExportInfoMap: cache hit +Info 8437 [15:38:59.690] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 73 from cache +Info 8438 [15:38:59.690] collectAutoImports: response is complete +Info 8439 [15:38:59.690] collectAutoImports: 4.655903000384569 +Info 8440 [15:38:59.690] getCompletionData: Semantic work: 5.594154000282288 +Info 8441 [15:38:59.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.518481001257896 +Info 8442 [15:38:59.696] Format host information updated +Info 8443 [15:38:59.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8444 [15:38:59.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 26.882417999207973ms +Info 8445 [15:38:59.846] Different program with same set of files +Info 8446 [15:38:59.847] getCompletionData: Get current token: 0.021893000230193138 +Info 8447 [15:38:59.847] getCompletionData: Is inside comment: 0.045716000720858574 +Info 8448 [15:38:59.847] getCompletionData: Get previous token: 0.06299300119280815 +Info 8449 [15:38:59.847] getCompletionsAtPosition: isCompletionListBlocker: 0.009446000680327415 +Info 8450 [15:38:59.849] getExportInfoMap: cache hit +Info 8451 [15:38:59.857] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 46 from cache +Info 8452 [15:38:59.858] collectAutoImports: response is complete +Info 8453 [15:38:59.858] collectAutoImports: 8.223540998995304 +Info 8454 [15:38:59.858] getCompletionData: Semantic work: 10.188169999048114 +Info 8455 [15:38:59.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.796529000625014 +Info 8456 [15:38:59.865] Format host information updated +Info 8457 [15:38:59.978] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8458 [15:39:00.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 818 structureChanged: false structureIsReused:: Completely Elapsed: 27.907247999683022ms +Info 8459 [15:39:00.006] Different program with same set of files +Info 8460 [15:39:00.007] getCompletionData: Get current token: 0.012091999873518944 +Info 8461 [15:39:00.007] getCompletionData: Is inside comment: 0.03725599870085716 +Info 8462 [15:39:00.007] getCompletionData: Get previous token: 0.03932600095868111 +Info 8463 [15:39:00.007] getCompletionsAtPosition: isCompletionListBlocker: 0.0072280000895261765 +Info 8464 [15:39:00.008] getExportInfoMap: cache hit +Info 8465 [15:39:00.014] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 8466 [15:39:00.014] collectAutoImports: response is complete +Info 8467 [15:39:00.014] collectAutoImports: 5.950031999498606 +Info 8468 [15:39:00.014] getCompletionData: Semantic work: 7.339115999639034 +Info 8469 [15:39:00.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3281050007790327 +Info 8470 [15:39:00.019] Format host information updated +Info 8471 [15:39:00.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8472 [15:39:00.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 819 structureChanged: false structureIsReused:: Completely Elapsed: 23.59344100020826ms +Info 8473 [15:39:00.098] Different program with same set of files +Info 8474 [15:39:00.098] getCompletionData: Get current token: 0.01445700041949749 +Info 8475 [15:39:00.098] getCompletionData: Is inside comment: 0.03762600012123585 +Info 8476 [15:39:00.099] getCompletionData: Get previous token: 0.04407999850809574 +Info 8477 [15:39:00.099] getCompletionsAtPosition: isCompletionListBlocker: 0.008798999711871147 +Info 8478 [15:39:00.100] getExportInfoMap: cache hit +Info 8479 [15:39:00.105] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8480 [15:39:00.105] collectAutoImports: response is complete +Info 8481 [15:39:00.105] collectAutoImports: 4.404431000351906 +Info 8482 [15:39:00.105] getCompletionData: Semantic work: 5.924080999568105 +Info 8483 [15:39:00.109] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.905526999384165 +Info 8484 [15:39:00.110] Format host information updated +Info 8485 [15:39:00.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8486 [15:39:00.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 820 structureChanged: false structureIsReused:: Completely Elapsed: 11.099207999184728ms +Info 8487 [15:39:00.151] Different program with same set of files +Info 8488 [15:39:00.151] getCompletionData: Get current token: 0.005382999777793884 +Info 8489 [15:39:00.152] getCompletionData: Is inside comment: 0.014545999467372894 +Info 8490 [15:39:00.152] getCompletionData: Get previous token: 0.01808600127696991 +Info 8491 [15:39:00.152] getCompletionsAtPosition: isCompletionListBlocker: 0.004129000008106232 +Info 8492 [15:39:00.152] getExportInfoMap: cache hit +Info 8493 [15:39:00.166] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 8494 [15:39:00.166] collectAutoImports: response is complete +Info 8495 [15:39:00.166] collectAutoImports: 14.161540001630783 +Info 8496 [15:39:00.166] getCompletionData: Semantic work: 14.864451998844743 +Info 8497 [15:39:00.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.250832000747323 +Info 8498 [15:39:00.177] Format host information updated +Info 8499 [15:39:00.767] Format host information updated +Info 8500 [15:39:00.767] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8501 [15:39:00.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 821 structureChanged: false structureIsReused:: Completely Elapsed: 6.444117000326514ms +Info 8502 [15:39:00.774] Different program with same set of files +Info 8503 [15:39:01.620] Format host information updated +Info 8504 [15:39:01.620] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8505 [15:39:01.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 822 structureChanged: false structureIsReused:: Completely Elapsed: 7.8763280007988214ms +Info 8506 [15:39:01.628] Different program with same set of files +Info 8507 [15:39:01.746] Format host information updated +Info 8508 [15:39:01.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8509 [15:39:01.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 823 structureChanged: false structureIsReused:: Completely Elapsed: 9.822580998763442ms +Info 8510 [15:39:01.757] Different program with same set of files +Info 8511 [15:39:02.320] Format host information updated +Info 8512 [15:39:02.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8513 [15:39:02.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 824 structureChanged: false structureIsReused:: Completely Elapsed: 6.030970999971032ms +Info 8514 [15:39:02.326] Different program with same set of files +Info 8515 [15:39:02.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8516 [15:39:02.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 825 structureChanged: false structureIsReused:: Completely Elapsed: 9.379985000938177ms +Info 8517 [15:39:02.626] Different program with same set of files +Info 8518 [15:39:02.627] getCompletionData: Get current token: 0.0021710004657506943 +Info 8519 [15:39:02.627] getCompletionData: Is inside comment: 0.0011599995195865631 +Info 8520 [15:39:02.627] getCompletionData: Get previous token: 0.010537000373005867 +Info 8521 [15:39:02.627] getCompletionsAtPosition: isCompletionListBlocker: 0.0015080012381076813 +Info 8522 [15:39:02.627] Returning an empty list because completion was requested in an invalid position. +Info 8523 [15:39:02.628] Format host information updated +Info 8524 [15:39:02.987] Format host information updated +Info 8525 [15:39:02.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8526 [15:39:03.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 826 structureChanged: false structureIsReused:: Completely Elapsed: 30.504665998741984ms +Info 8527 [15:39:03.019] Different program with same set of files +Info 8528 [15:39:03.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8529 [15:39:03.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 827 structureChanged: false structureIsReused:: Completely Elapsed: 28.568079000338912ms +Info 8530 [15:39:03.189] Different program with same set of files +Info 8531 [15:39:03.190] getCompletionData: Get current token: 0.01038300059735775 +Info 8532 [15:39:03.190] getCompletionData: Is inside comment: 0.0050220005214214325 +Info 8533 [15:39:03.190] getCompletionData: Get previous token: 0.05444999970495701 +Info 8534 [15:39:03.190] getCompletionsAtPosition: isCompletionListBlocker: 0.005405999720096588 +Info 8535 [15:39:03.190] Returning an empty list because completion was requested in an invalid position. +Info 8536 [15:39:03.190] Format host information updated +Info 8537 [15:39:03.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8538 [15:39:03.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 828 structureChanged: false structureIsReused:: Completely Elapsed: 15.030361000448465ms +Info 8539 [15:39:03.248] Different program with same set of files +Info 8540 [15:39:03.248] getCompletionData: Get current token: 0.0063649993389844894 +Info 8541 [15:39:03.248] getCompletionData: Is inside comment: 0.0025100000202655792 +Info 8542 [15:39:03.248] getCompletionData: Get previous token: 0.028958000242710114 +Info 8543 [15:39:03.248] getCompletionsAtPosition: isCompletionListBlocker: 0.003071999177336693 +Info 8544 [15:39:03.249] Returning an empty list because completion was requested in an invalid position. +Info 8545 [15:39:03.252] Format host information updated +Info 8546 [15:39:03.459] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8547 [15:39:03.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 829 structureChanged: false structureIsReused:: Completely Elapsed: 7.259941000491381ms +Info 8548 [15:39:03.467] Different program with same set of files +Info 8549 [15:39:03.467] getCompletionData: Get current token: 0.0022409986704587936 +Info 8550 [15:39:03.467] getCompletionData: Is inside comment: 0.0009899996221065521 +Info 8551 [15:39:03.467] getCompletionData: Get previous token: 0.009693000465631485 +Info 8552 [15:39:03.467] getCompletionsAtPosition: isCompletionListBlocker: 0.0016219988465309143 +Info 8553 [15:39:03.467] Returning an empty list because completion was requested in an invalid position. +Info 8554 [15:39:03.467] Format host information updated +Info 8555 [15:39:03.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8556 [15:39:03.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 830 structureChanged: false structureIsReused:: Completely Elapsed: 6.866702999919653ms +Info 8557 [15:39:03.623] Different program with same set of files +Info 8558 [15:39:03.623] getCompletionData: Get current token: 0.002534998580813408 +Info 8559 [15:39:03.623] getCompletionData: Is inside comment: 0.001193000003695488 +Info 8560 [15:39:03.623] getCompletionData: Get previous token: 0.013351000845432281 +Info 8561 [15:39:03.623] getCompletionsAtPosition: isCompletionListBlocker: 0.0016329996287822723 +Info 8562 [15:39:03.623] Returning an empty list because completion was requested in an invalid position. +Info 8563 [15:39:03.625] Format host information updated +Info 8564 [15:39:03.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8565 [15:39:03.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 831 structureChanged: false structureIsReused:: Completely Elapsed: 6.511477999389172ms +Info 8566 [15:39:03.709] Different program with same set of files +Info 8567 [15:39:03.709] getCompletionData: Get current token: 0.0024460013955831528 +Info 8568 [15:39:03.709] getCompletionData: Is inside comment: 0.0012480001896619797 +Info 8569 [15:39:03.709] getCompletionData: Get previous token: 0.011721000075340271 +Info 8570 [15:39:03.709] getCompletionsAtPosition: isCompletionListBlocker: 0.001527000218629837 +Info 8571 [15:39:03.709] Returning an empty list because completion was requested in an invalid position. +Info 8572 [15:39:03.709] Format host information updated +Info 8573 [15:39:04.059] Format host information updated +Info 8574 [15:39:04.059] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8575 [15:39:04.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 832 structureChanged: false structureIsReused:: Completely Elapsed: 6.2924030013382435ms +Info 8576 [15:39:04.065] Different program with same set of files +Info 8577 [15:39:05.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8578 [15:39:05.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 833 structureChanged: false structureIsReused:: Completely Elapsed: 6.1455030012875795ms +Info 8579 [15:39:05.809] Different program with same set of files +Info 8580 [15:39:05.809] getCompletionData: Get current token: 0.001001998782157898 +Info 8581 [15:39:05.809] getCompletionData: Is inside comment: 0.004953000694513321 +Info 8582 [15:39:05.809] getCompletionData: Get previous token: 0.0036280006170272827 +Info 8583 [15:39:05.809] getCompletionsAtPosition: isCompletionListBlocker: 0.002411000430583954 +Info 8584 [15:39:05.809] getCompletionData: Semantic work: 0.4586819987744093 +Info 8585 [15:39:05.810] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5486030001193285 +Info 8586 [15:39:05.810] Format host information updated +Info 8587 [15:39:05.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8588 [15:39:05.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 834 structureChanged: false structureIsReused:: Completely Elapsed: 6.342238999903202ms +Info 8589 [15:39:05.930] Different program with same set of files +Info 8590 [15:39:05.930] getCompletionData: Get current token: 0.0013100001960992813 +Info 8591 [15:39:05.931] getCompletionData: Is inside comment: 0.005124999210238457 +Info 8592 [15:39:05.931] getCompletionData: Get previous token: 0.0178459994494915 +Info 8593 [15:39:05.931] getCompletionsAtPosition: isCompletionListBlocker: 0.002397000789642334 +Info 8594 [15:39:05.931] getCompletionData: Semantic work: 0.4741699993610382 +Info 8595 [15:39:05.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.000967999920249 +Info 8596 [15:39:05.934] Format host information updated +Info 8597 [15:39:06.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8598 [15:39:06.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 835 structureChanged: false structureIsReused:: Completely Elapsed: 6.730707000941038ms +Info 8599 [15:39:06.056] Different program with same set of files +Info 8600 [15:39:06.056] getCompletionData: Get current token: 0.0012519992887973785 +Info 8601 [15:39:06.056] getCompletionData: Is inside comment: 0.0053739994764328 +Info 8602 [15:39:06.056] getCompletionData: Get previous token: 0.012544000521302223 +Info 8603 [15:39:06.056] getCompletionsAtPosition: isCompletionListBlocker: 0.0030859988182783127 +Info 8604 [15:39:06.057] getCompletionData: Semantic work: 0.44704299978911877 +Info 8605 [15:39:06.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0862390007823706 +Info 8606 [15:39:06.058] Format host information updated +Info 8607 [15:39:06.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8608 [15:39:06.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 836 structureChanged: false structureIsReused:: Completely Elapsed: 6.272666001692414ms +Info 8609 [15:39:06.383] Different program with same set of files +Info 8610 [15:39:06.383] getCompletionData: Get current token: 0.0013229995965957642 +Info 8611 [15:39:06.383] getCompletionData: Is inside comment: 0.004886999726295471 +Info 8612 [15:39:06.383] getCompletionData: Get previous token: 0.010507000610232353 +Info 8613 [15:39:06.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0023959986865520477 +Info 8614 [15:39:06.384] getCompletionData: Semantic work: 0.41326900012791157 +Info 8615 [15:39:06.384] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8100530002266169 +Info 8616 [15:39:06.387] Format host information updated +Info 8617 [15:39:06.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8618 [15:39:06.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 837 structureChanged: false structureIsReused:: Completely Elapsed: 7.5008109994232655ms +Info 8619 [15:39:06.547] Different program with same set of files +Info 8620 [15:39:06.547] getCompletionData: Get current token: 0.0015680007636547089 +Info 8621 [15:39:06.547] getCompletionData: Is inside comment: 0.007846999913454056 +Info 8622 [15:39:06.547] getCompletionData: Get previous token: 0.01711999997496605 +Info 8623 [15:39:06.547] getCompletionsAtPosition: isCompletionListBlocker: 0.0026790015399456024 +Info 8624 [15:39:06.547] getCompletionData: Semantic work: 0.5101410001516342 +Info 8625 [15:39:06.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.130612000823021 +Info 8626 [15:39:06.549] Format host information updated +Info 8627 [15:39:07.109] Format host information updated +Info 8628 [15:39:07.109] Format host information updated +Info 8629 [15:39:07.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8630 [15:39:07.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 838 structureChanged: false structureIsReused:: Completely Elapsed: 6.762897999957204ms +Info 8631 [15:39:07.116] Different program with same set of files +Info 8632 [15:39:07.116] getCompletionData: Get current token: 0.0010659992694854736 +Info 8633 [15:39:07.116] getCompletionData: Is inside comment: 0.005303001031279564 +Info 8634 [15:39:07.116] getCompletionData: Get previous token: 0.0033370014280080795 +Info 8635 [15:39:07.116] getCompletionsAtPosition: isCompletionListBlocker: 0.007877999916672707 +Info 8636 [15:39:07.117] getExportInfoMap: cache hit +Info 8637 [15:39:07.134] collectAutoImports: resolved 14 module specifiers, plus 219 ambient and 862 from cache +Info 8638 [15:39:07.134] collectAutoImports: response is complete +Info 8639 [15:39:07.134] collectAutoImports: 16.800896998494864 +Info 8640 [15:39:07.134] getCompletionData: Semantic work: 17.49686599895358 +Info 8641 [15:39:07.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.311964999884367 +Info 8642 [15:39:07.139] getCompletionData: Get current token: 0.011235000565648079 +Info 8643 [15:39:07.139] getCompletionData: Is inside comment: 0.0031129997223615646 +Info 8644 [15:39:07.139] getCompletionData: Get previous token: 0.013450998812913895 +Info 8645 [15:39:07.139] getCompletionsAtPosition: isCompletionListBlocker: 0.003053000196814537 +Info 8646 [15:39:07.140] getCompletionData: Semantic work: 0.5376459993422031 +Info 8647 [15:39:07.143] getCompletionData: Get current token: 0.005934000015258789 +Info 8648 [15:39:07.143] getCompletionData: Is inside comment: 0.0019540004432201385 +Info 8649 [15:39:07.143] getCompletionData: Get previous token: 0.013452999293804169 +Info 8650 [15:39:07.143] getCompletionsAtPosition: isCompletionListBlocker: 0.0022989995777606964 +Info 8651 [15:39:07.144] getCompletionData: Semantic work: 0.0935909990221262 +Info 8652 [15:39:07.144] Format host information updated +Info 8653 [15:39:08.337] Format host information updated +Info 8654 [15:39:08.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8655 [15:39:08.346] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 839 structureChanged: false structureIsReused:: Completely Elapsed: 7.805866999551654ms +Info 8656 [15:39:08.346] Different program with same set of files +Info 8657 [15:39:08.543] Format host information updated +Info 8658 [15:39:08.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8659 [15:39:08.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 840 structureChanged: false structureIsReused:: Completely Elapsed: 6.476848000660539ms +Info 8660 [15:39:08.550] Different program with same set of files +Info 8661 [15:39:09.861] Format host information updated +Info 8662 [15:39:09.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8663 [15:39:09.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 841 structureChanged: false structureIsReused:: Completely Elapsed: 5.983679000288248ms +Info 8664 [15:39:09.867] Different program with same set of files +Info 8665 [15:39:10.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8666 [15:39:10.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 842 structureChanged: false structureIsReused:: Completely Elapsed: 6.682950999587774ms +Info 8667 [15:39:10.017] Different program with same set of files +Info 8668 [15:39:10.017] getCompletionData: Get current token: 0.0026709996163845062 +Info 8669 [15:39:10.017] getCompletionData: Is inside comment: 0.0014990009367465973 +Info 8670 [15:39:10.017] getCompletionData: Get previous token: 0.012868998572230339 +Info 8671 [15:39:10.018] getCompletionsAtPosition: isCompletionListBlocker: 0.0015900004655122757 +Info 8672 [15:39:10.018] Returning an empty list because completion was requested in an invalid position. +Info 8673 [15:39:10.018] Format host information updated +Info 8674 [15:39:10.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8675 [15:39:10.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 843 structureChanged: false structureIsReused:: Completely Elapsed: 6.5004120003432035ms +Info 8676 [15:39:10.095] Different program with same set of files +Info 8677 [15:39:10.095] getCompletionData: Get current token: 0.002581000328063965 +Info 8678 [15:39:10.095] getCompletionData: Is inside comment: 0.0010989997535943985 +Info 8679 [15:39:10.095] getCompletionData: Get previous token: 0.012581000104546547 +Info 8680 [15:39:10.095] getCompletionsAtPosition: isCompletionListBlocker: 0.0016179997473955154 +Info 8681 [15:39:10.095] Returning an empty list because completion was requested in an invalid position. +Info 8682 [15:39:10.097] Format host information updated +Info 8683 [15:39:10.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8684 [15:39:10.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 844 structureChanged: false structureIsReused:: Completely Elapsed: 29.101355001330376ms +Info 8685 [15:39:10.280] Different program with same set of files +Info 8686 [15:39:10.280] getCompletionData: Get current token: 0.0023320000618696213 +Info 8687 [15:39:10.280] getCompletionData: Is inside comment: 0.0010599996894598007 +Info 8688 [15:39:10.280] getCompletionData: Get previous token: 0.009688999503850937 +Info 8689 [15:39:10.280] getCompletionsAtPosition: isCompletionListBlocker: 0.0015439987182617188 +Info 8690 [15:39:10.280] Returning an empty list because completion was requested in an invalid position. +Info 8691 [15:39:10.280] Format host information updated +Info 8692 [15:39:10.352] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8693 [15:39:10.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 845 structureChanged: false structureIsReused:: Completely Elapsed: 30.194976998493075ms +Info 8694 [15:39:10.383] Different program with same set of files +Info 8695 [15:39:10.383] getCompletionData: Get current token: 0.002587001770734787 +Info 8696 [15:39:10.383] getCompletionData: Is inside comment: 0.0010900013148784637 +Info 8697 [15:39:10.383] getCompletionData: Get previous token: 0.010208001360297203 +Info 8698 [15:39:10.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0013779997825622559 +Info 8699 [15:39:10.383] Returning an empty list because completion was requested in an invalid position. +Info 8700 [15:39:10.383] Format host information updated +Info 8701 [15:39:10.438] Format host information updated +Info 8702 [15:39:10.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8703 [15:39:10.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 846 structureChanged: false structureIsReused:: Completely Elapsed: 45.3446709997952ms +Info 8704 [15:39:10.484] Different program with same set of files +Info 8705 [15:39:11.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8706 [15:39:11.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 847 structureChanged: false structureIsReused:: Completely Elapsed: 6.407081000506878ms +Info 8707 [15:39:11.252] Different program with same set of files +Info 8708 [15:39:11.252] getCompletionData: Get current token: 0.002697000280022621 +Info 8709 [15:39:11.252] getCompletionData: Is inside comment: 0.0012689996510744095 +Info 8710 [15:39:11.252] getCompletionData: Get previous token: 0.058048998937010765 +Info 8711 [15:39:11.252] getCompletionsAtPosition: isCompletionListBlocker: 0.00151900015771389 +Info 8712 [15:39:11.252] Returning an empty list because completion was requested in an invalid position. +Info 8713 [15:39:11.254] Format host information updated +Info 8714 [15:39:12.337] Format host information updated +Info 8715 [15:39:12.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8716 [15:39:12.343] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 848 structureChanged: false structureIsReused:: Completely Elapsed: 6.363343998789787ms +Info 8717 [15:39:12.343] Different program with same set of files +Info 8718 [15:39:12.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8719 [15:39:12.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 849 structureChanged: false structureIsReused:: Completely Elapsed: 6.622320000082254ms +Info 8720 [15:39:12.468] Different program with same set of files +Info 8721 [15:39:12.469] getCompletionData: Get current token: 0.0034699998795986176 +Info 8722 [15:39:12.469] getCompletionData: Is inside comment: 0.010302001610398293 +Info 8723 [15:39:12.469] getCompletionData: Get previous token: 0.011809000745415688 +Info 8724 [15:39:12.469] getCompletionsAtPosition: isCompletionListBlocker: 0.008225999772548676 +Info 8725 [15:39:12.469] getExportInfoMap: cache hit +Info 8726 [15:39:12.476] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 8727 [15:39:12.476] collectAutoImports: response is complete +Info 8728 [15:39:12.476] collectAutoImports: 6.555991001427174 +Info 8729 [15:39:12.476] getCompletionData: Semantic work: 7.139646999537945 +Info 8730 [15:39:12.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8794880006462336 +Info 8731 [15:39:12.480] Format host information updated +Info 8732 [15:39:12.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8733 [15:39:12.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 850 structureChanged: false structureIsReused:: Completely Elapsed: 6.345768999308348ms +Info 8734 [15:39:12.947] Different program with same set of files +Info 8735 [15:39:12.947] getCompletionData: Get current token: 0.0026030000299215317 +Info 8736 [15:39:12.947] getCompletionData: Is inside comment: 0.00896500051021576 +Info 8737 [15:39:12.947] getCompletionData: Get previous token: 0.02273300103843212 +Info 8738 [15:39:12.947] getCompletionsAtPosition: isCompletionListBlocker: 0.008129000663757324 +Info 8739 [15:39:12.947] getExportInfoMap: cache hit +Info 8740 [15:39:12.951] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 142 from cache +Info 8741 [15:39:12.951] collectAutoImports: response is complete +Info 8742 [15:39:12.951] collectAutoImports: 3.4100439995527267 +Info 8743 [15:39:12.951] getCompletionData: Semantic work: 3.8956209998577833 +Info 8744 [15:39:12.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2782220002263784 +Info 8745 [15:39:12.956] Format host information updated +Info 8746 [15:39:13.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8747 [15:39:13.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 851 structureChanged: false structureIsReused:: Completely Elapsed: 19.04032799974084ms +Info 8748 [15:39:13.045] Different program with same set of files +Info 8749 [15:39:13.045] getCompletionData: Get current token: 0.010996000841259956 +Info 8750 [15:39:13.045] getCompletionData: Is inside comment: 0.02797199971973896 +Info 8751 [15:39:13.045] getCompletionData: Get previous token: 0.03130299970507622 +Info 8752 [15:39:13.045] getCompletionsAtPosition: isCompletionListBlocker: 0.020986998453736305 +Info 8753 [15:39:13.047] getExportInfoMap: cache hit +Info 8754 [15:39:13.055] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 93 from cache +Info 8755 [15:39:13.055] collectAutoImports: response is complete +Info 8756 [15:39:13.056] collectAutoImports: 8.695251999422908 +Info 8757 [15:39:13.056] getCompletionData: Semantic work: 10.272351000458002 +Info 8758 [15:39:13.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.574363000690937 +Info 8759 [15:39:13.062] Format host information updated +Info 8760 [15:39:13.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8761 [15:39:13.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 852 structureChanged: false structureIsReused:: Completely Elapsed: 6.385669000446796ms +Info 8762 [15:39:13.191] Different program with same set of files +Info 8763 [15:39:13.191] getCompletionData: Get current token: 0.0031519997864961624 +Info 8764 [15:39:13.191] getCompletionData: Is inside comment: 0.007987000048160553 +Info 8765 [15:39:13.192] getCompletionData: Get previous token: 0.009349999949336052 +Info 8766 [15:39:13.192] getCompletionsAtPosition: isCompletionListBlocker: 0.007547000423073769 +Info 8767 [15:39:13.192] getExportInfoMap: cache hit +Info 8768 [15:39:13.196] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 26 from cache +Info 8769 [15:39:13.196] collectAutoImports: response is complete +Info 8770 [15:39:13.196] collectAutoImports: 4.260040000081062 +Info 8771 [15:39:13.196] getCompletionData: Semantic work: 4.83423599973321 +Info 8772 [15:39:13.199] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2234249990433455 +Info 8773 [15:39:13.200] Format host information updated +Info 8774 [15:39:13.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8775 [15:39:13.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 853 structureChanged: false structureIsReused:: Completely Elapsed: 24.107591999694705ms +Info 8776 [15:39:13.300] Different program with same set of files +Info 8777 [15:39:13.300] getCompletionData: Get current token: 0.010094000026583672 +Info 8778 [15:39:13.300] getCompletionData: Is inside comment: 0.02535799890756607 +Info 8779 [15:39:13.300] getCompletionData: Get previous token: 0.0286640003323555 +Info 8780 [15:39:13.300] getCompletionsAtPosition: isCompletionListBlocker: 0.020572999492287636 +Info 8781 [15:39:13.301] getExportInfoMap: cache hit +Info 8782 [15:39:13.307] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 11 from cache +Info 8783 [15:39:13.307] collectAutoImports: response is complete +Info 8784 [15:39:13.307] collectAutoImports: 5.3469989988952875 +Info 8785 [15:39:13.307] getCompletionData: Semantic work: 6.753317000344396 +Info 8786 [15:39:13.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6939819995313883 +Info 8787 [15:39:13.312] Format host information updated +Info 8788 [15:39:13.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8789 [15:39:13.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 854 structureChanged: false structureIsReused:: Completely Elapsed: 17.202939001843333ms +Info 8790 [15:39:13.419] Different program with same set of files +Info 8791 [15:39:13.420] getCompletionData: Get current token: 0.005072999745607376 +Info 8792 [15:39:13.420] getCompletionData: Is inside comment: 0.012392999604344368 +Info 8793 [15:39:13.420] getCompletionData: Get previous token: 0.014893000945448875 +Info 8794 [15:39:13.420] getCompletionsAtPosition: isCompletionListBlocker: 0.01111999899148941 +Info 8795 [15:39:13.420] getExportInfoMap: cache hit +Info 8796 [15:39:13.423] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 8797 [15:39:13.423] collectAutoImports: response is complete +Info 8798 [15:39:13.423] collectAutoImports: 2.7403079997748137 +Info 8799 [15:39:13.423] getCompletionData: Semantic work: 3.5266249999403954 +Info 8800 [15:39:13.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3432950004935265 +Info 8801 [15:39:13.427] Format host information updated +Info 8802 [15:39:13.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8803 [15:39:13.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 855 structureChanged: false structureIsReused:: Completely Elapsed: 6.761272000148892ms +Info 8804 [15:39:13.472] Different program with same set of files +Info 8805 [15:39:13.472] getCompletionData: Get current token: 0.003954999148845673 +Info 8806 [15:39:13.472] getCompletionData: Is inside comment: 0.009746000170707703 +Info 8807 [15:39:13.472] getCompletionData: Get previous token: 0.006353000178933144 +Info 8808 [15:39:13.472] getCompletionsAtPosition: isCompletionListBlocker: 0.0031150002032518387 +Info 8809 [15:39:13.472] getExportInfoMap: cache hit +Info 8810 [15:39:13.486] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 8811 [15:39:13.486] collectAutoImports: response is complete +Info 8812 [15:39:13.486] collectAutoImports: 13.18032999895513 +Info 8813 [15:39:13.486] getCompletionData: Semantic work: 13.734771000221372 +Info 8814 [15:39:13.491] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.804441001266241 +Info 8815 [15:39:13.495] Format host information updated +Info 8816 [15:39:13.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8817 [15:39:13.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 856 structureChanged: false structureIsReused:: Completely Elapsed: 13.627760000526905ms +Info 8818 [15:39:13.794] Different program with same set of files +Info 8819 [15:39:13.794] getCompletionData: Get current token: 0.00720599852502346 +Info 8820 [15:39:13.795] getCompletionData: Is inside comment: 0.020472001284360886 +Info 8821 [15:39:13.795] getCompletionData: Get previous token: 0.023798000067472458 +Info 8822 [15:39:13.795] getCompletionsAtPosition: isCompletionListBlocker: 0.005567999556660652 +Info 8823 [15:39:13.796] getExportInfoMap: cache hit +Info 8824 [15:39:13.800] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 8825 [15:39:13.800] collectAutoImports: response is complete +Info 8826 [15:39:13.800] collectAutoImports: 3.902462998405099 +Info 8827 [15:39:13.800] getCompletionData: Semantic work: 5.032879000529647 +Info 8828 [15:39:13.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.045831998810172 +Info 8829 [15:39:13.809] Format host information updated +Info 8830 [15:39:13.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8831 [15:39:13.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 857 structureChanged: false structureIsReused:: Completely Elapsed: 6.963762000203133ms +Info 8832 [15:39:13.910] Different program with same set of files +Info 8833 [15:39:13.910] getCompletionData: Get current token: 0.003596000373363495 +Info 8834 [15:39:13.910] getCompletionData: Is inside comment: 0.009343000128865242 +Info 8835 [15:39:13.910] getCompletionData: Get previous token: 0.011481998488307 +Info 8836 [15:39:13.910] getCompletionsAtPosition: isCompletionListBlocker: 0.003406999632716179 +Info 8837 [15:39:13.911] getExportInfoMap: cache hit +Info 8838 [15:39:13.925] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 8839 [15:39:13.925] collectAutoImports: response is complete +Info 8840 [15:39:13.925] collectAutoImports: 13.635069999843836 +Info 8841 [15:39:13.925] getCompletionData: Semantic work: 14.238660000264645 +Info 8842 [15:39:13.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.503159001469612 +Info 8843 [15:39:13.935] Format host information updated +Info 8844 [15:39:14.054] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8845 [15:39:14.060] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 858 structureChanged: false structureIsReused:: Completely Elapsed: 6.440679000690579ms +Info 8846 [15:39:14.060] Different program with same set of files +Info 8847 [15:39:14.061] getCompletionData: Get current token: 0.0036069992929697037 +Info 8848 [15:39:14.061] getCompletionData: Is inside comment: 0.009235000237822533 +Info 8849 [15:39:14.061] getCompletionData: Get previous token: 0.005729001015424728 +Info 8850 [15:39:14.061] getCompletionsAtPosition: isCompletionListBlocker: 0.008116001263260841 +Info 8851 [15:39:14.061] getExportInfoMap: cache hit +Info 8852 [15:39:14.073] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 8853 [15:39:14.073] collectAutoImports: response is complete +Info 8854 [15:39:14.073] collectAutoImports: 12.183414999395609 +Info 8855 [15:39:14.073] getCompletionData: Semantic work: 12.729257000610232 +Info 8856 [15:39:14.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.637840999290347 +Info 8857 [15:39:14.083] Format host information updated +Info 8858 [15:39:16.166] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8859 [15:39:16.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 859 structureChanged: false structureIsReused:: Completely Elapsed: 8.201562000438571ms +Info 8860 [15:39:16.174] Different program with same set of files +Info 8861 [15:39:16.174] getCompletionData: Get current token: 0.0011390000581741333 +Info 8862 [15:39:16.175] getCompletionData: Is inside comment: 0.004652000963687897 +Info 8863 [15:39:16.175] getCompletionData: Get previous token: 0.010113999247550964 +Info 8864 [15:39:16.175] getCompletionsAtPosition: isCompletionListBlocker: 0.00802299939095974 +Info 8865 [15:39:16.175] getExportInfoMap: cache hit +Info 8866 [15:39:16.181] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 221 from cache +Info 8867 [15:39:16.181] collectAutoImports: response is complete +Info 8868 [15:39:16.181] collectAutoImports: 5.858247000724077 +Info 8869 [15:39:16.181] getCompletionData: Semantic work: 6.621280999854207 +Info 8870 [15:39:16.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6014089994132519 +Info 8871 [15:39:16.184] Format host information updated +Info 8872 [15:39:16.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8873 [15:39:16.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 860 structureChanged: false structureIsReused:: Completely Elapsed: 7.277193998917937ms +Info 8874 [15:39:16.327] Different program with same set of files +Info 8875 [15:39:16.327] getCompletionData: Get current token: 0.00137300044298172 +Info 8876 [15:39:16.327] getCompletionData: Is inside comment: 0.0060440003871917725 +Info 8877 [15:39:16.327] getCompletionData: Get previous token: 0.004349999129772186 +Info 8878 [15:39:16.327] getCompletionsAtPosition: isCompletionListBlocker: 0.002512998878955841 +Info 8879 [15:39:16.328] getCompletionData: Semantic work: 0.4765609987080097 +Info 8880 [15:39:16.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5356610007584095 +Info 8881 [15:39:16.330] Format host information updated +Info 8882 [15:39:16.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8883 [15:39:16.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 861 structureChanged: false structureIsReused:: Completely Elapsed: 7.539842000231147ms +Info 8884 [15:39:16.614] Different program with same set of files +Info 8885 [15:39:16.614] getCompletionData: Get current token: 0.0010460000485181808 +Info 8886 [15:39:16.614] getCompletionData: Is inside comment: 0.004598001018166542 +Info 8887 [15:39:16.614] getCompletionData: Get previous token: 0.01025099866092205 +Info 8888 [15:39:16.614] getCompletionsAtPosition: isCompletionListBlocker: 0.002213999629020691 +Info 8889 [15:39:16.614] getCompletionData: Semantic work: 0.40880400128662586 +Info 8890 [15:39:16.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7834489997476339 +Info 8891 [15:39:16.615] Format host information updated +Info 8892 [15:39:16.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8893 [15:39:16.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 862 structureChanged: false structureIsReused:: Completely Elapsed: 6.892303999513388ms +Info 8894 [15:39:16.784] Different program with same set of files +Info 8895 [15:39:16.784] getCompletionData: Get current token: 0.0012459997087717056 +Info 8896 [15:39:16.784] getCompletionData: Is inside comment: 0.005605999380350113 +Info 8897 [15:39:16.784] getCompletionData: Get previous token: 0.011702001094818115 +Info 8898 [15:39:16.784] getCompletionsAtPosition: isCompletionListBlocker: 0.002561001107096672 +Info 8899 [15:39:16.785] getCompletionData: Semantic work: 0.45231499895453453 +Info 8900 [15:39:16.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9072040002793074 +Info 8901 [15:39:16.788] Format host information updated +Info 8902 [15:39:16.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8903 [15:39:16.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 863 structureChanged: false structureIsReused:: Completely Elapsed: 25.342623000964522ms +Info 8904 [15:39:16.903] Different program with same set of files +Info 8905 [15:39:16.903] getCompletionData: Get current token: 0.0038290005177259445 +Info 8906 [15:39:16.903] getCompletionData: Is inside comment: 0.016394000500440598 +Info 8907 [15:39:16.903] getCompletionData: Get previous token: 0.037529999390244484 +Info 8908 [15:39:16.903] getCompletionsAtPosition: isCompletionListBlocker: 0.0061959996819496155 +Info 8909 [15:39:16.905] getCompletionData: Semantic work: 1.0750360004603863 +Info 8910 [15:39:16.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.554238000884652 +Info 8911 [15:39:16.908] Format host information updated +Info 8912 [15:39:16.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8913 [15:39:16.980] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 864 structureChanged: false structureIsReused:: Completely Elapsed: 13.476570000872016ms +Info 8914 [15:39:16.980] Different program with same set of files +Info 8915 [15:39:16.980] getCompletionData: Get current token: 0.002055000513792038 +Info 8916 [15:39:16.980] getCompletionData: Is inside comment: 0.009608998894691467 +Info 8917 [15:39:16.980] getCompletionData: Get previous token: 0.02061999961733818 +Info 8918 [15:39:16.980] getCompletionsAtPosition: isCompletionListBlocker: 0.003953000530600548 +Info 8919 [15:39:16.981] getCompletionData: Semantic work: 0.6703260000795126 +Info 8920 [15:39:16.982] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.912967000156641 +Info 8921 [15:39:16.985] Format host information updated +Info 8922 [15:39:17.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8923 [15:39:17.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 865 structureChanged: false structureIsReused:: Completely Elapsed: 9.785940000787377ms +Info 8924 [15:39:17.068] Different program with same set of files +Info 8925 [15:39:17.068] getCompletionData: Get current token: 0.0018530003726482391 +Info 8926 [15:39:17.068] getCompletionData: Is inside comment: 0.010620001703500748 +Info 8927 [15:39:17.068] getCompletionData: Get previous token: 0.0075349994003772736 +Info 8928 [15:39:17.068] getCompletionsAtPosition: isCompletionListBlocker: 0.004785001277923584 +Info 8929 [15:39:17.069] getExportInfoMap: cache hit +Info 8930 [15:39:17.090] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 876 from cache +Info 8931 [15:39:17.090] collectAutoImports: response is complete +Info 8932 [15:39:17.090] collectAutoImports: 21.191660000011325 +Info 8933 [15:39:17.090] getCompletionData: Semantic work: 22.070903999730945 +Info 8934 [15:39:17.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.31496400013566 +Info 8935 [15:39:17.098] Format host information updated +Info 8936 [15:39:17.118] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8937 [15:39:17.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 866 structureChanged: false structureIsReused:: Completely Elapsed: 6.281875001266599ms +Info 8938 [15:39:17.124] Different program with same set of files +Info 8939 [15:39:17.124] getCompletionData: Get current token: 0.0011480003595352173 +Info 8940 [15:39:17.124] getCompletionData: Is inside comment: 0.005209000781178474 +Info 8941 [15:39:17.124] getCompletionData: Get previous token: 0.0037789996713399887 +Info 8942 [15:39:17.124] getCompletionsAtPosition: isCompletionListBlocker: 0.007987000048160553 +Info 8943 [15:39:17.125] getExportInfoMap: cache hit +Info 8944 [15:39:17.137] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 876 from cache +Info 8945 [15:39:17.137] collectAutoImports: response is complete +Info 8946 [15:39:17.137] collectAutoImports: 12.68546799942851 +Info 8947 [15:39:17.137] getCompletionData: Semantic work: 13.24404900148511 +Info 8948 [15:39:17.140] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.399557000026107 +Info 8949 [15:39:17.143] Format host information updated +Info 8950 [15:53:25.999] Search path: /home/orion/src/purescript-puppeteer/src +Info 8951 [15:53:26.000] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8952 [15:53:26.000] `remove Project:: +Info 8953 [15:53:26.000] Project '/dev/null/inferredProject1*' (Inferred) +Info 8954 [15:53:26.000] Files (124) + +Info 8955 [15:53:26.000] ----------------------------------------------- +Info 8956 [15:53:26.000] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 8957 [15:53:26.000] Files (183) + +Info 8958 [15:53:26.000] ----------------------------------------------- +Info 8959 [15:53:26.002] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 8959 [15:53:26.003] Files (132) + +Info 8959 [15:53:26.003] ----------------------------------------------- +Info 8959 [15:53:26.003] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 8959 [15:53:26.003] Files (266) + +Info 8959 [15:53:26.003] ----------------------------------------------- +Info 8959 [15:53:26.003] Open files: +Info 8959 [15:53:26.003] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8959 [15:53:26.003] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8959 [15:53:26.003] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8959 [15:53:26.003] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8959 [15:53:26.003] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8959 [15:53:26.003] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8959 [15:53:26.003] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8959 [15:53:26.003] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8959 [15:53:26.003] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8959 [15:53:26.003] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8959 [15:53:26.212] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8960 [15:53:26.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 867 structureChanged: false structureIsReused:: Completely Elapsed: 9.817523999139667ms +Info 8961 [15:53:26.222] Different program with same set of files +Info 8962 [15:53:26.460] Format host information updated +Info 8963 [15:53:28.512] Before ensureProjectForOpenFiles: +Info 8964 [15:53:28.512] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 8964 [15:53:28.512] Files (132) + +Info 8964 [15:53:28.512] ----------------------------------------------- +Info 8964 [15:53:28.512] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 8964 [15:53:28.512] Files (266) + +Info 8964 [15:53:28.512] ----------------------------------------------- +Info 8964 [15:53:28.512] Open files: +Info 8964 [15:53:28.512] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8964 [15:53:28.512] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8964 [15:53:28.512] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8964 [15:53:28.512] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8964 [15:53:28.512] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8964 [15:53:28.512] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8964 [15:53:28.512] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8964 [15:53:28.512] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8964 [15:53:28.512] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8964 [15:53:28.512] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8964 [15:53:28.513] After ensureProjectForOpenFiles: +Info 8965 [15:53:28.513] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 8965 [15:53:28.513] Files (132) + +Info 8965 [15:53:28.513] ----------------------------------------------- +Info 8965 [15:53:28.513] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 8965 [15:53:28.513] Files (266) + +Info 8965 [15:53:28.513] ----------------------------------------------- +Info 8965 [15:53:28.513] Open files: +Info 8965 [15:53:28.513] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8965 [15:53:28.513] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8965 [15:53:28.513] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8965 [15:53:28.513] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8965 [15:53:28.513] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8965 [15:53:28.513] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8965 [15:53:28.513] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8965 [15:53:28.513] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8965 [15:53:28.513] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 8965 [15:53:28.513] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8965 [15:53:28.513] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 8966 [15:53:31.288] Format host information updated +Info 8967 [15:53:31.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8968 [15:53:31.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 868 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.14636000059545ms +Info 8969 [15:53:31.304] Different program with same set of files +Info 8970 [15:53:31.442] Format host information updated +Info 8971 [15:53:31.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8972 [15:53:31.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 869 structureChanged: false structureIsReused:: Completely Elapsed: 8.713426999747753ms +Info 8973 [15:53:31.451] Different program with same set of files +Info 8974 [15:53:34.691] Format host information updated +Info 8975 [15:53:34.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8976 [15:53:34.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 870 structureChanged: false structureIsReused:: Completely Elapsed: 24.17872199974954ms +Info 8977 [15:53:34.715] Different program with same set of files +Info 8978 [15:53:35.934] Format host information updated +Info 8979 [15:53:35.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8980 [15:53:35.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 871 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.995469998568296ms +Info 8981 [15:53:35.947] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 8982 [15:53:35.947] Files (131) + +Info 8983 [15:53:35.947] ----------------------------------------------- +Info 8984 [15:53:35.947] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 8985 [15:53:35.947] Files (266) + +Info 8986 [15:53:35.947] ----------------------------------------------- +Info 8987 [15:53:36.793] Format host information updated +Info 8988 [15:53:36.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8989 [15:53:36.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 872 structureChanged: false structureIsReused:: Completely Elapsed: 8.92399699985981ms +Info 8990 [15:53:36.802] Different program with same set of files +Info 8991 [15:53:37.831] Format host information updated +Info 8992 [15:53:37.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8993 [15:53:37.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 873 structureChanged: false structureIsReused:: Completely Elapsed: 5.99600699916482ms +Info 8994 [15:53:37.837] Different program with same set of files +Info 8995 [15:53:40.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8996 [15:53:40.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 874 structureChanged: false structureIsReused:: Completely Elapsed: 8.36603300087154ms +Info 8997 [15:53:40.538] Different program with same set of files +Info 8998 [15:53:40.538] getCompletionData: Get current token: 0.002551998943090439 +Info 8999 [15:53:40.538] getCompletionData: Is inside comment: 0.008059000596404076 +Info 9000 [15:53:40.538] getCompletionData: Get previous token: 0.00809900090098381 +Info 9001 [15:53:40.538] getCompletionsAtPosition: isCompletionListBlocker: 0.002053000032901764 +Info 9002 [15:53:40.538] Returning an empty list because completion was requested in an invalid position. +Info 9003 [15:53:40.538] Format host information updated +Info 9004 [15:53:41.149] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9005 [15:53:41.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 875 structureChanged: false structureIsReused:: Completely Elapsed: 5.839595999568701ms +Info 9006 [15:53:41.155] Different program with same set of files +Info 9007 [15:53:41.155] getCompletionData: Get current token: 0.002387000247836113 +Info 9008 [15:53:41.155] getCompletionData: Is inside comment: 0.006136000156402588 +Info 9009 [15:53:41.155] getCompletionData: Get previous token: 0.006835998967289925 +Info 9010 [15:53:41.155] getCompletionsAtPosition: isCompletionListBlocker: 0.0014360006898641586 +Info 9011 [15:53:41.155] Returning an empty list because completion was requested in an invalid position. +Info 9012 [15:53:41.155] Format host information updated +Info 9013 [15:53:42.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9014 [15:53:42.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 876 structureChanged: false structureIsReused:: Completely Elapsed: 8.895599000155926ms +Info 9015 [15:53:42.184] Different program with same set of files +Info 9016 [15:53:42.184] getCompletionData: Get current token: 0.002779001370072365 +Info 9017 [15:53:42.184] getCompletionData: Is inside comment: 0.006984001025557518 +Info 9018 [15:53:42.184] getCompletionData: Get previous token: 0.007867999374866486 +Info 9019 [15:53:42.184] getCompletionsAtPosition: isCompletionListBlocker: 0.0017629992216825485 +Info 9020 [15:53:42.184] Returning an empty list because completion was requested in an invalid position. +Info 9021 [15:53:42.184] Format host information updated +Info 9022 [15:53:42.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9023 [15:53:42.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 877 structureChanged: false structureIsReused:: Completely Elapsed: 6.135477999225259ms +Info 9024 [15:53:42.303] Different program with same set of files +Info 9025 [15:53:42.303] getCompletionData: Get current token: 0.002397000789642334 +Info 9026 [15:53:42.303] getCompletionData: Is inside comment: 0.006830999627709389 +Info 9027 [15:53:42.303] getCompletionData: Get previous token: 0.00790099985897541 +Info 9028 [15:53:42.303] getCompletionsAtPosition: isCompletionListBlocker: 0.0017009992152452469 +Info 9029 [15:53:42.303] Returning an empty list because completion was requested in an invalid position. +Info 9030 [15:53:42.303] Format host information updated +Info 9031 [15:53:42.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9032 [15:53:42.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 878 structureChanged: false structureIsReused:: Completely Elapsed: 7.692138999700546ms +Info 9033 [15:53:42.444] Different program with same set of files +Info 9034 [15:53:42.444] getCompletionData: Get current token: 0.0038109999150037766 +Info 9035 [15:53:42.444] getCompletionData: Is inside comment: 0.0068789999932050705 +Info 9036 [15:53:42.444] getCompletionData: Get previous token: 0.009337998926639557 +Info 9037 [15:53:42.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0015469994395971298 +Info 9038 [15:53:42.444] Returning an empty list because completion was requested in an invalid position. +Info 9039 [15:53:42.446] Format host information updated +Info 9040 [15:53:42.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9041 [15:53:42.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 879 structureChanged: false structureIsReused:: Completely Elapsed: 6.138175999745727ms +Info 9042 [15:53:42.581] Different program with same set of files +Info 9043 [15:53:42.581] getCompletionData: Get current token: 0.002376999706029892 +Info 9044 [15:53:42.581] getCompletionData: Is inside comment: 0.006296999752521515 +Info 9045 [15:53:42.581] getCompletionData: Get previous token: 0.0073910001665353775 +Info 9046 [15:53:42.581] getCompletionsAtPosition: isCompletionListBlocker: 0.0014919992536306381 +Info 9047 [15:53:42.581] Returning an empty list because completion was requested in an invalid position. +Info 9048 [15:53:42.581] Format host information updated +Info 9049 [15:53:42.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9050 [15:53:42.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 880 structureChanged: false structureIsReused:: Completely Elapsed: 10.268630001693964ms +Info 9051 [15:53:42.737] Different program with same set of files +Info 9052 [15:53:42.737] getCompletionData: Get current token: 0.002356000244617462 +Info 9053 [15:53:42.737] getCompletionData: Is inside comment: 0.00618400052189827 +Info 9054 [15:53:42.737] getCompletionData: Get previous token: 0.006858000531792641 +Info 9055 [15:53:42.737] getCompletionsAtPosition: isCompletionListBlocker: 0.0014039985835552216 +Info 9056 [15:53:42.737] Returning an empty list because completion was requested in an invalid position. +Info 9057 [15:53:42.739] Format host information updated +Info 9058 [15:53:42.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9059 [15:53:42.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 881 structureChanged: false structureIsReused:: Completely Elapsed: 9.999621000140905ms +Info 9060 [15:53:42.801] Different program with same set of files +Info 9061 [15:53:42.801] getCompletionData: Get current token: 0.004704000428318977 +Info 9062 [15:53:42.801] getCompletionData: Is inside comment: 0.012867998331785202 +Info 9063 [15:53:42.801] getCompletionData: Get previous token: 0.014942001551389694 +Info 9064 [15:53:42.802] getCompletionsAtPosition: isCompletionListBlocker: 0.0026230011135339737 +Info 9065 [15:53:42.802] Returning an empty list because completion was requested in an invalid position. +Info 9066 [15:53:42.802] Format host information updated +Info 9067 [15:53:42.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9068 [15:53:42.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 882 structureChanged: false structureIsReused:: Completely Elapsed: 6.4354749992489815ms +Info 9069 [15:53:42.983] Different program with same set of files +Info 9070 [15:53:42.983] getCompletionData: Get current token: 0.0031180009245872498 +Info 9071 [15:53:42.983] getCompletionData: Is inside comment: 0.007689999416470528 +Info 9072 [15:53:42.983] getCompletionData: Get previous token: 0.009087000042200089 +Info 9073 [15:53:42.983] getCompletionsAtPosition: isCompletionListBlocker: 0.001667998731136322 +Info 9074 [15:53:42.983] Returning an empty list because completion was requested in an invalid position. +Info 9075 [15:53:42.983] Format host information updated +Info 9076 [15:53:43.047] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9077 [15:53:43.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 883 structureChanged: false structureIsReused:: Completely Elapsed: 8.09507199935615ms +Info 9078 [15:53:43.055] Different program with same set of files +Info 9079 [15:53:43.055] getCompletionData: Get current token: 0.003070000559091568 +Info 9080 [15:53:43.055] getCompletionData: Is inside comment: 0.008320000022649765 +Info 9081 [15:53:43.055] getCompletionData: Get previous token: 0.010440999642014503 +Info 9082 [15:53:43.055] getCompletionsAtPosition: isCompletionListBlocker: 0.0017489995807409286 +Info 9083 [15:53:43.055] Returning an empty list because completion was requested in an invalid position. +Info 9084 [15:53:43.056] Format host information updated +Info 9085 [15:53:43.133] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9086 [15:53:43.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 884 structureChanged: false structureIsReused:: Completely Elapsed: 21.34554100036621ms +Info 9087 [15:53:43.154] Different program with same set of files +Info 9088 [15:53:43.154] getCompletionData: Get current token: 0.007980000227689743 +Info 9089 [15:53:43.154] getCompletionData: Is inside comment: 0.018466001376509666 +Info 9090 [15:53:43.154] getCompletionData: Get previous token: 0.019646000117063522 +Info 9091 [15:53:43.154] getCompletionsAtPosition: isCompletionListBlocker: 0.0031690001487731934 +Info 9092 [15:53:43.154] Returning an empty list because completion was requested in an invalid position. +Info 9093 [15:53:43.155] Format host information updated +Info 9094 [15:54:00.396] getCompletionData: Get current token: 0.0026089996099472046 +Info 9095 [15:54:00.396] getCompletionData: Is inside comment: 0.0011700000613927841 +Info 9096 [15:54:00.396] getCompletionData: Get previous token: 0.007954001426696777 +Info 9097 [15:54:00.396] getCompletionsAtPosition: isCompletionListBlocker: 0.002519000321626663 +Info 9098 [15:54:00.396] Returning an empty list because completion was requested in an invalid position. +Info 9099 [15:54:00.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9100 [15:54:00.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 885 structureChanged: false structureIsReused:: Completely Elapsed: 8.751369999721646ms +Info 9101 [15:54:00.571] Different program with same set of files +Info 9102 [15:54:00.571] getCompletionData: Get current token: 0.0026319995522499084 +Info 9103 [15:54:00.571] getCompletionData: Is inside comment: 0.0010739993304014206 +Info 9104 [15:54:00.571] getCompletionData: Get previous token: 0.015141000971198082 +Info 9105 [15:54:00.571] getCompletionsAtPosition: isCompletionListBlocker: 0.00188400037586689 +Info 9106 [15:54:00.571] Returning an empty list because completion was requested in an invalid position. +Info 9107 [15:54:00.571] Format host information updated +Info 9108 [15:54:01.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9109 [15:54:01.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 886 structureChanged: false structureIsReused:: Completely Elapsed: 9.664427999407053ms +Info 9110 [15:54:01.057] Different program with same set of files +Info 9111 [15:54:01.058] getCompletionData: Get current token: 0.0056759994477033615 +Info 9112 [15:54:01.058] getCompletionData: Is inside comment: 0.0012939982116222382 +Info 9113 [15:54:01.058] getCompletionData: Get previous token: 0.013458998873829842 +Info 9114 [15:54:01.058] getCompletionsAtPosition: isCompletionListBlocker: 0.0023100003600120544 +Info 9115 [15:54:01.058] Returning an empty list because completion was requested in an invalid position. +Info 9116 [15:54:01.058] Format host information updated +Info 9117 [15:54:03.559] Format host information updated +Info 9118 [15:54:03.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9119 [15:54:03.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 887 structureChanged: false structureIsReused:: Completely Elapsed: 8.830446001142263ms +Info 9120 [15:54:03.568] Different program with same set of files +Info 9121 [15:54:04.076] Format host information updated +Info 9122 [15:54:04.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9123 [15:54:04.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 888 structureChanged: false structureIsReused:: Completely Elapsed: 8.364793999120593ms +Info 9124 [15:54:04.084] Different program with same set of files +Info 9125 [15:54:04.738] Format host information updated +Info 9126 [15:54:04.738] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9127 [15:54:04.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 889 structureChanged: false structureIsReused:: Completely Elapsed: 13.514209000393748ms +Info 9128 [15:54:04.752] Different program with same set of files +Info 9129 [15:54:06.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9130 [15:54:06.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 890 structureChanged: false structureIsReused:: Completely Elapsed: 7.361617999151349ms +Info 9131 [15:54:06.177] Different program with same set of files +Info 9132 [15:54:06.177] getCompletionData: Get current token: 0.0029380004853010178 +Info 9133 [15:54:06.177] getCompletionData: Is inside comment: 0.0036309994757175446 +Info 9134 [15:54:06.177] getCompletionData: Get previous token: 0.0024420004338026047 +Info 9135 [15:54:06.177] getCompletionsAtPosition: isCompletionListBlocker: 0.00741099938750267 +Info 9136 [15:54:06.178] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.5394770000129938 ms +Info 9137 [15:54:06.179] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 9138 [15:54:06.188] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed: 9.572102999314666ms +Info 9139 [15:54:06.188] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 9140 [15:54:06.188] Files (267) + +Info 9141 [15:54:06.188] ----------------------------------------------- +Info 9142 [15:54:06.188] getExportInfoMap: cache miss or empty; calculating new results +Info 9143 [15:54:06.211] forEachExternalModuleToImportFrom autoImportProvider: 12.156185001134872 +Info 9144 [15:54:06.211] getExportInfoMap: done in 33.84194099903107 ms +Info 9145 [15:54:06.230] collectAutoImports: resolved 24 module specifiers, plus 219 ambient and 836 from cache +Info 9146 [15:54:06.230] collectAutoImports: response is complete +Info 9147 [15:54:06.230] collectAutoImports: 19.001686001196504 +Info 9148 [15:54:06.230] getCompletionData: Semantic work: 53.46855999901891 +Info 9149 [15:54:06.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.216711999848485 +Info 9150 [15:54:06.237] Format host information updated +Info 9151 [15:54:06.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9152 [15:54:06.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 891 structureChanged: false structureIsReused:: Completely Elapsed: 7.238649999722838ms +Info 9153 [15:54:06.348] Different program with same set of files +Info 9154 [15:54:06.349] getCompletionData: Get current token: 0.0038559995591640472 +Info 9155 [15:54:06.349] getCompletionData: Is inside comment: 0.0058399997651577 +Info 9156 [15:54:06.349] getCompletionData: Get previous token: 0.004267999902367592 +Info 9157 [15:54:06.349] getCompletionsAtPosition: isCompletionListBlocker: 0.008329000324010849 +Info 9158 [15:54:06.349] getExportInfoMap: cache hit +Info 9159 [15:54:06.364] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 860 from cache +Info 9160 [15:54:06.364] collectAutoImports: response is complete +Info 9161 [15:54:06.364] collectAutoImports: 14.382034000009298 +Info 9162 [15:54:06.364] getCompletionData: Semantic work: 15.01873099990189 +Info 9163 [15:54:06.384] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.972319001331925 +Info 9164 [15:54:06.388] Format host information updated +Info 9165 [15:54:06.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9166 [15:54:06.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 892 structureChanged: false structureIsReused:: Completely Elapsed: 26.115728000178933ms +Info 9167 [15:54:06.686] Different program with same set of files +Info 9168 [15:54:06.686] getCompletionData: Get current token: 0.010598000138998032 +Info 9169 [15:54:06.686] getCompletionData: Is inside comment: 0.015536000952124596 +Info 9170 [15:54:06.686] getCompletionData: Get previous token: 0.01049799844622612 +Info 9171 [15:54:06.686] getCompletionsAtPosition: isCompletionListBlocker: 0.016227001324295998 +Info 9172 [15:54:06.687] getExportInfoMap: cache hit +Info 9173 [15:54:06.707] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 860 from cache +Info 9174 [15:54:06.707] collectAutoImports: response is complete +Info 9175 [15:54:06.707] collectAutoImports: 19.941225999966264 +Info 9176 [15:54:06.707] getCompletionData: Semantic work: 21.294266000390053 +Info 9177 [15:54:06.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.512475000694394 +Info 9178 [15:54:06.715] Format host information updated +Info 9179 [15:54:06.735] Format host information updated +Info 9180 [15:54:06.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9181 [15:54:06.743] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 893 structureChanged: false structureIsReused:: Completely Elapsed: 8.239537999033928ms +Info 9182 [15:54:06.743] Different program with same set of files +Info 9183 [15:54:06.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9184 [15:54:06.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 894 structureChanged: false structureIsReused:: Completely Elapsed: 6.9669209998101ms +Info 9185 [15:54:06.933] Different program with same set of files +Info 9186 [15:54:06.933] getCompletionData: Get current token: 0.003751000389456749 +Info 9187 [15:54:06.933] getCompletionData: Is inside comment: 0.005509000271558762 +Info 9188 [15:54:06.933] getCompletionData: Get previous token: 0.0035149995237588882 +Info 9189 [15:54:06.933] getCompletionsAtPosition: isCompletionListBlocker: 0.005111001431941986 +Info 9190 [15:54:06.933] Returning an empty list because completion was requested in an invalid position. +Info 9191 [15:54:06.933] Format host information updated +Info 9192 [15:54:07.137] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9193 [15:54:07.144] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 895 structureChanged: false structureIsReused:: Completely Elapsed: 7.0001820009201765ms +Info 9194 [15:54:07.144] Different program with same set of files +Info 9195 [15:54:07.145] getCompletionData: Get current token: 0.0010649990290403366 +Info 9196 [15:54:07.145] getCompletionData: Is inside comment: 0.0061689987778663635 +Info 9197 [15:54:07.145] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9198 [15:54:07.145] Format host information updated +Info 9199 [15:54:07.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9200 [15:54:07.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 896 structureChanged: false structureIsReused:: Completely Elapsed: 8.554724000394344ms +Info 9201 [15:54:07.306] Different program with same set of files +Info 9202 [15:54:07.307] getCompletionData: Get current token: 0.0015840008854866028 +Info 9203 [15:54:07.307] getCompletionData: Is inside comment: 0.004654999822378159 +Info 9204 [15:54:07.307] Format host information updated +Info 9205 [15:54:07.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9206 [15:54:07.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 897 structureChanged: false structureIsReused:: Completely Elapsed: 6.38757099956274ms +Info 9207 [15:54:07.449] Different program with same set of files +Info 9208 [15:54:07.449] getCompletionData: Get current token: 0.0012929998338222504 +Info 9209 [15:54:07.449] getCompletionData: Is inside comment: 0.004585999995470047 +Info 9210 [15:54:07.449] Format host information updated +Info 9211 [15:54:07.633] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9212 [15:54:07.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 898 structureChanged: false structureIsReused:: Completely Elapsed: 8.424479000270367ms +Info 9213 [15:54:07.641] Different program with same set of files +Info 9214 [15:54:07.641] getCompletionData: Get current token: 0.002372000366449356 +Info 9215 [15:54:07.641] getCompletionData: Is inside comment: 0.00691399909555912 +Info 9216 [15:54:07.641] getCompletionData: Get previous token: 0.004776999354362488 +Info 9217 [15:54:07.641] getCompletionsAtPosition: isCompletionListBlocker: 0.007447000592947006 +Info 9218 [15:54:07.642] getExportInfoMap: cache hit +Info 9219 [15:54:07.654] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 860 from cache +Info 9220 [15:54:07.654] collectAutoImports: response is complete +Info 9221 [15:54:07.654] collectAutoImports: 11.962184999138117 +Info 9222 [15:54:07.654] getCompletionData: Semantic work: 12.550042999908328 +Info 9223 [15:54:07.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.485391000285745 +Info 9224 [15:54:07.666] Format host information updated +Info 9225 [15:54:08.160] Format host information updated +Info 9226 [15:54:08.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9227 [15:54:08.187] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 899 structureChanged: false structureIsReused:: Completely Elapsed: 25.50989699922502ms +Info 9228 [15:54:08.187] Different program with same set of files +Info 9229 [15:54:08.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9230 [15:54:08.253] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 900 structureChanged: false structureIsReused:: Completely Elapsed: 14.41219399869442ms +Info 9231 [15:54:08.253] Different program with same set of files +Info 9232 [15:54:08.253] getCompletionData: Get current token: 0.0046640001237392426 +Info 9233 [15:54:08.253] getCompletionData: Is inside comment: 0.016543999314308167 +Info 9234 [15:54:08.285] Format host information updated +Info 9235 [15:54:08.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9236 [15:54:08.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 901 structureChanged: false structureIsReused:: Completely Elapsed: 15.278566999360919ms +Info 9237 [15:54:08.434] Different program with same set of files +Info 9238 [15:54:08.435] getCompletionData: Get current token: 0.002716999500989914 +Info 9239 [15:54:08.435] getCompletionData: Is inside comment: 0.007858000695705414 +Info 9240 [15:54:08.435] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9241 [15:54:08.435] Format host information updated +Info 9242 [15:54:08.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9243 [15:54:08.578] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 902 structureChanged: false structureIsReused:: Completely Elapsed: 6.44823999889195ms +Info 9244 [15:54:08.578] Different program with same set of files +Info 9245 [15:54:08.578] getCompletionData: Get current token: 0.002558000385761261 +Info 9246 [15:54:08.578] getCompletionData: Is inside comment: 0.007788000628352165 +Info 9247 [15:54:08.578] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9248 [15:54:08.578] Format host information updated +Info 9249 [15:54:08.658] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9250 [15:54:08.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 903 structureChanged: false structureIsReused:: Completely Elapsed: 6.251182999461889ms +Info 9251 [15:54:08.664] Different program with same set of files +Info 9252 [15:54:08.666] getCompletionData: Get current token: 0.0029450003057718277 +Info 9253 [15:54:08.666] getCompletionData: Is inside comment: 0.009699000045657158 +Info 9254 [15:54:08.666] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9255 [15:54:08.667] Format host information updated +Info 9256 [15:54:08.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9257 [15:54:08.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 904 structureChanged: false structureIsReused:: Completely Elapsed: 6.273236000910401ms +Info 9258 [15:54:08.736] Different program with same set of files +Info 9259 [15:54:08.736] getCompletionData: Get current token: 0.0024360008537769318 +Info 9260 [15:54:08.736] getCompletionData: Is inside comment: 0.0073629990220069885 +Info 9261 [15:54:08.736] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9262 [15:54:08.736] Format host information updated +Info 9263 [15:54:08.842] Format host information updated +Info 9264 [15:54:08.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9265 [15:54:08.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 905 structureChanged: false structureIsReused:: Completely Elapsed: 6.528236001729965ms +Info 9266 [15:54:08.849] Different program with same set of files +Info 9267 [15:54:08.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9268 [15:54:08.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 906 structureChanged: false structureIsReused:: Completely Elapsed: 13.631399000063539ms +Info 9269 [15:54:08.914] Different program with same set of files +Info 9270 [15:54:08.914] getCompletionData: Get current token: 0.0021209996193647385 +Info 9271 [15:54:08.914] getCompletionData: Is inside comment: 0.006951000541448593 +Info 9272 [15:54:08.914] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9273 [15:54:08.914] Format host information updated +Info 9274 [15:54:08.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9275 [15:54:08.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 907 structureChanged: false structureIsReused:: Completely Elapsed: 6.395324999466538ms +Info 9276 [15:54:08.968] Different program with same set of files +Info 9277 [15:54:08.968] getCompletionData: Get current token: 0.002042001113295555 +Info 9278 [15:54:08.968] getCompletionData: Is inside comment: 0.007075000554323196 +Info 9279 [15:54:08.968] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9280 [15:54:08.968] Format host information updated +Info 9281 [15:54:09.116] Format host information updated +Info 9282 [15:54:09.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9283 [15:54:09.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 908 structureChanged: false structureIsReused:: Completely Elapsed: 23.56029700115323ms +Info 9284 [15:54:09.140] Different program with same set of files +Info 9285 [15:54:09.362] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9286 [15:54:09.369] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 909 structureChanged: false structureIsReused:: Completely Elapsed: 6.866839000955224ms +Info 9287 [15:54:09.369] Different program with same set of files +Info 9288 [15:54:09.369] getCompletionData: Get current token: 0.0019749999046325684 +Info 9289 [15:54:09.369] getCompletionData: Is inside comment: 0.007168000563979149 +Info 9290 [15:54:09.369] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9291 [15:54:09.371] Format host information updated +Info 9292 [15:54:09.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9293 [15:54:09.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 910 structureChanged: false structureIsReused:: Completely Elapsed: 6.569624999538064ms +Info 9294 [15:54:09.507] Different program with same set of files +Info 9295 [15:54:09.508] getCompletionData: Get current token: 0.003703000023961067 +Info 9296 [15:54:09.508] getCompletionData: Is inside comment: 0.011677000671625137 +Info 9297 [15:54:09.508] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9298 [15:54:09.508] Format host information updated +Info 9299 [15:54:09.625] Format host information updated +Info 9300 [15:54:09.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9301 [15:54:09.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 911 structureChanged: false structureIsReused:: Completely Elapsed: 6.404914999380708ms +Info 9302 [15:54:09.631] Different program with same set of files +Info 9303 [15:54:09.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9304 [15:54:09.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 912 structureChanged: false structureIsReused:: Completely Elapsed: 6.080269999802113ms +Info 9305 [15:54:09.797] Different program with same set of files +Info 9306 [15:54:09.797] getCompletionData: Get current token: 0.0030889995396137238 +Info 9307 [15:54:09.797] getCompletionData: Is inside comment: 0.01086299866437912 +Info 9308 [15:54:09.798] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9309 [15:54:09.798] Format host information updated +Info 9310 [15:54:09.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9311 [15:54:09.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 913 structureChanged: false structureIsReused:: Completely Elapsed: 6.591184999793768ms +Info 9312 [15:54:09.866] Different program with same set of files +Info 9313 [15:54:09.866] getCompletionData: Get current token: 0.00219699926674366 +Info 9314 [15:54:09.866] getCompletionData: Is inside comment: 0.00735899992287159 +Info 9315 [15:54:09.866] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9316 [15:54:09.866] Format host information updated +Info 9317 [15:54:09.929] Format host information updated +Info 9318 [15:54:09.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9319 [15:54:09.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 914 structureChanged: false structureIsReused:: Completely Elapsed: 8.450402999296784ms +Info 9320 [15:54:09.938] Different program with same set of files +Info 9321 [15:54:10.394] getCompletionData: Get current token: 0.004728000611066818 +Info 9322 [15:54:10.394] getCompletionData: Is inside comment: 0.012731999158859253 +Info 9323 [15:54:10.394] getCompletionData: Get previous token: 0.009329000487923622 +Info 9324 [15:54:10.394] getCompletionsAtPosition: isCompletionListBlocker: 0.00307299941778183 +Info 9325 [15:54:10.395] getExportInfoMap: cache hit +Info 9326 [15:54:10.408] collectAutoImports: resolved 1 module specifiers, plus 175 ambient and 1048 from cache +Info 9327 [15:54:10.408] collectAutoImports: response is complete +Info 9328 [15:54:10.408] collectAutoImports: 13.181925999000669 +Info 9329 [15:54:10.408] getCompletionData: Semantic work: 14.026272000744939 +Info 9330 [15:54:10.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.219734000042081 +Info 9331 [15:54:10.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9332 [15:54:10.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 915 structureChanged: false structureIsReused:: Completely Elapsed: 6.504348000511527ms +Info 9333 [15:54:10.679] Different program with same set of files +Info 9334 [15:54:10.680] getCompletionData: Get current token: 0.002861998975276947 +Info 9335 [15:54:10.680] getCompletionData: Is inside comment: 0.011034000664949417 +Info 9336 [15:54:10.680] getCompletionData: Get previous token: 0.022036001086235046 +Info 9337 [15:54:10.680] getCompletionsAtPosition: isCompletionListBlocker: 0.023521000519394875 +Info 9338 [15:54:10.680] getExportInfoMap: cache hit +Info 9339 [15:54:10.695] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9340 [15:54:10.695] collectAutoImports: response is complete +Info 9341 [15:54:10.695] collectAutoImports: 14.7615410014987 +Info 9342 [15:54:10.695] getCompletionData: Semantic work: 15.353199999779463 +Info 9343 [15:54:10.700] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7880479991436005 +Info 9344 [15:54:10.704] Format host information updated +Info 9345 [15:54:10.925] getCompletionData: Get current token: 0.010437000542879105 +Info 9346 [15:54:10.926] getCompletionData: Is inside comment: 0.032895999029278755 +Info 9347 [15:54:10.926] getCompletionData: Get previous token: 0.034261999651789665 +Info 9348 [15:54:10.926] getCompletionsAtPosition: isCompletionListBlocker: 0.006441999226808548 +Info 9349 [15:54:10.926] Returning an empty list because completion was requested in an invalid position. +Info 9350 [15:54:11.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9351 [15:54:11.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 916 structureChanged: false structureIsReused:: Completely Elapsed: 6.104970000684261ms +Info 9352 [15:54:11.129] Different program with same set of files +Info 9353 [15:54:11.129] getCompletionData: Get current token: 0.0034999996423721313 +Info 9354 [15:54:11.129] getCompletionData: Is inside comment: 0.009416000917553902 +Info 9355 [15:54:11.130] getCompletionData: Get previous token: 0.011346999555826187 +Info 9356 [15:54:11.130] getCompletionsAtPosition: isCompletionListBlocker: 0.00340300053358078 +Info 9357 [15:54:11.130] getExportInfoMap: cache hit +Info 9358 [15:54:11.132] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 9359 [15:54:11.132] collectAutoImports: response is complete +Info 9360 [15:54:11.132] collectAutoImports: 1.8587680011987686 +Info 9361 [15:54:11.132] getCompletionData: Semantic work: 2.3789879996329546 +Info 9362 [15:54:11.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8001589998602867 +Info 9363 [15:54:11.136] Format host information updated +Info 9364 [15:54:11.644] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9365 [15:54:11.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 917 structureChanged: false structureIsReused:: Completely Elapsed: 6.396245999261737ms +Info 9366 [15:54:11.651] Different program with same set of files +Info 9367 [15:54:11.651] getCompletionData: Get current token: 0.0028620008379220963 +Info 9368 [15:54:11.651] getCompletionData: Is inside comment: 0.008691998198628426 +Info 9369 [15:54:11.651] getCompletionData: Get previous token: 0.006283000111579895 +Info 9370 [15:54:11.651] getCompletionsAtPosition: isCompletionListBlocker: 0.0018360000103712082 +Info 9371 [15:54:11.651] Returning an empty list because completion was requested in an invalid position. +Info 9372 [15:54:11.651] Format host information updated +Info 9373 [15:54:11.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9374 [15:54:11.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 918 structureChanged: false structureIsReused:: Completely Elapsed: 7.27891100011766ms +Info 9375 [15:54:11.820] Different program with same set of files +Info 9376 [15:54:11.820] getCompletionData: Get current token: 0.0030990000814199448 +Info 9377 [15:54:11.820] getCompletionData: Is inside comment: 0.008224999532103539 +Info 9378 [15:54:11.820] getCompletionData: Get previous token: 0.009685998782515526 +Info 9379 [15:54:11.820] getCompletionsAtPosition: isCompletionListBlocker: 0.003205999732017517 +Info 9380 [15:54:11.821] getExportInfoMap: cache hit +Info 9381 [15:54:11.823] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 73 from cache +Info 9382 [15:54:11.823] collectAutoImports: response is complete +Info 9383 [15:54:11.823] collectAutoImports: 2.294345999136567 +Info 9384 [15:54:11.823] getCompletionData: Semantic work: 2.830283001065254 +Info 9385 [15:54:11.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7720120009034872 +Info 9386 [15:54:11.828] Format host information updated +Info 9387 [15:54:11.997] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9388 [15:54:12.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 919 structureChanged: false structureIsReused:: Completely Elapsed: 6.366716001182795ms +Info 9389 [15:54:12.003] Different program with same set of files +Info 9390 [15:54:12.004] getCompletionData: Get current token: 0.00340300053358078 +Info 9391 [15:54:12.004] getCompletionData: Is inside comment: 0.01054299995303154 +Info 9392 [15:54:12.004] getCompletionData: Get previous token: 0.007013000547885895 +Info 9393 [15:54:12.004] getCompletionsAtPosition: isCompletionListBlocker: 0.0029319990426301956 +Info 9394 [15:54:12.004] getExportInfoMap: cache hit +Info 9395 [15:54:12.016] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9396 [15:54:12.016] collectAutoImports: response is complete +Info 9397 [15:54:12.016] collectAutoImports: 11.982270000502467 +Info 9398 [15:54:12.016] getCompletionData: Semantic work: 12.409502999857068 +Info 9399 [15:54:12.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.381532000377774 +Info 9400 [15:54:12.025] Format host information updated +Info 9401 [15:54:12.075] Format host information updated +Info 9402 [15:54:12.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9403 [15:54:12.085] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 920 structureChanged: false structureIsReused:: Completely Elapsed: 10.051597999408841ms +Info 9404 [15:54:12.085] Different program with same set of files +Info 9405 [15:54:12.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9406 [15:54:12.273] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 921 structureChanged: false structureIsReused:: Completely Elapsed: 6.257866999134421ms +Info 9407 [15:54:12.273] Different program with same set of files +Info 9408 [15:54:12.273] getCompletionData: Get current token: 0.003407999873161316 +Info 9409 [15:54:12.273] getCompletionData: Is inside comment: 0.010893000289797783 +Info 9410 [15:54:12.273] getCompletionData: Get previous token: 0.01574700139462948 +Info 9411 [15:54:12.273] getCompletionsAtPosition: isCompletionListBlocker: 0.0027569998055696487 +Info 9412 [15:54:12.273] getExportInfoMap: cache hit +Info 9413 [15:54:12.277] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 9414 [15:54:12.277] collectAutoImports: response is complete +Info 9415 [15:54:12.277] collectAutoImports: 3.940430998802185 +Info 9416 [15:54:12.277] getCompletionData: Semantic work: 4.453633999451995 +Info 9417 [15:54:12.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.016956001520157 +Info 9418 [15:54:12.280] Format host information updated +Info 9419 [15:54:12.503] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9420 [15:54:12.510] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 922 structureChanged: false structureIsReused:: Completely Elapsed: 7.417014999315143ms +Info 9421 [15:54:12.510] Different program with same set of files +Info 9422 [15:54:12.510] getCompletionData: Get current token: 0.004517998546361923 +Info 9423 [15:54:12.510] getCompletionData: Is inside comment: 0.013148000463843346 +Info 9424 [15:54:12.510] getCompletionData: Get previous token: 0.01722100004553795 +Info 9425 [15:54:12.510] getCompletionsAtPosition: isCompletionListBlocker: 0.0029840003699064255 +Info 9426 [15:54:12.511] getExportInfoMap: cache hit +Info 9427 [15:54:12.513] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 9428 [15:54:12.513] collectAutoImports: response is complete +Info 9429 [15:54:12.513] collectAutoImports: 2.2820359990000725 +Info 9430 [15:54:12.513] getCompletionData: Semantic work: 2.835851998999715 +Info 9431 [15:54:12.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.141066001728177 +Info 9432 [15:54:12.516] Format host information updated +Info 9433 [15:54:12.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9434 [15:54:12.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 923 structureChanged: false structureIsReused:: Completely Elapsed: 6.416403999552131ms +Info 9435 [15:54:12.833] Different program with same set of files +Info 9436 [15:54:12.833] getCompletionData: Get current token: 0.003755999729037285 +Info 9437 [15:54:12.834] getCompletionData: Is inside comment: 0.010720999911427498 +Info 9438 [15:54:12.834] getCompletionData: Get previous token: 0.014348998665809631 +Info 9439 [15:54:12.834] getCompletionsAtPosition: isCompletionListBlocker: 0.0030320007354021072 +Info 9440 [15:54:12.834] getExportInfoMap: cache hit +Info 9441 [15:54:12.836] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 9442 [15:54:12.836] collectAutoImports: response is complete +Info 9443 [15:54:12.836] collectAutoImports: 1.7269829995930195 +Info 9444 [15:54:12.836] getCompletionData: Semantic work: 2.2123600002378225 +Info 9445 [15:54:12.838] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9075789991766214 +Info 9446 [15:54:12.839] Format host information updated +Info 9447 [15:54:12.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9448 [15:54:12.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 924 structureChanged: false structureIsReused:: Completely Elapsed: 11.042946001514792ms +Info 9449 [15:54:12.994] Different program with same set of files +Info 9450 [15:54:12.994] getCompletionData: Get current token: 0.007355000823736191 +Info 9451 [15:54:12.994] getCompletionData: Is inside comment: 0.024862000718712807 +Info 9452 [15:54:12.994] getCompletionData: Get previous token: 0.03390900045633316 +Info 9453 [15:54:12.994] getCompletionsAtPosition: isCompletionListBlocker: 0.005268000066280365 +Info 9454 [15:54:12.995] getExportInfoMap: cache hit +Info 9455 [15:54:12.998] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 9456 [15:54:12.998] collectAutoImports: response is complete +Info 9457 [15:54:12.998] collectAutoImports: 2.852963998913765 +Info 9458 [15:54:12.998] getCompletionData: Semantic work: 3.6793860010802746 +Info 9459 [15:54:13.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.741651998832822 +Info 9460 [15:54:13.005] Format host information updated +Info 9461 [15:54:13.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9462 [15:54:13.101] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 925 structureChanged: false structureIsReused:: Completely Elapsed: 8.235882000997663ms +Info 9463 [15:54:13.101] Different program with same set of files +Info 9464 [15:54:13.101] getCompletionData: Get current token: 0.005472000688314438 +Info 9465 [15:54:13.101] getCompletionData: Is inside comment: 0.01626100018620491 +Info 9466 [15:54:13.101] getCompletionData: Get previous token: 0.02063800022006035 +Info 9467 [15:54:13.101] getCompletionsAtPosition: isCompletionListBlocker: 0.003533000126481056 +Info 9468 [15:54:13.102] getExportInfoMap: cache hit +Info 9469 [15:54:13.104] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 9470 [15:54:13.104] collectAutoImports: response is complete +Info 9471 [15:54:13.104] collectAutoImports: 2.3126749992370605 +Info 9472 [15:54:13.104] getCompletionData: Semantic work: 2.9625140000134706 +Info 9473 [15:54:13.107] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5028659999370575 +Info 9474 [15:54:13.108] Format host information updated +Info 9475 [15:54:13.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9476 [15:54:13.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 926 structureChanged: false structureIsReused:: Completely Elapsed: 8.135883999988437ms +Info 9477 [15:54:13.207] Different program with same set of files +Info 9478 [15:54:13.207] getCompletionData: Get current token: 0.003901001065969467 +Info 9479 [15:54:13.207] getCompletionData: Is inside comment: 0.013805000111460686 +Info 9480 [15:54:13.207] getCompletionData: Get previous token: 0.01515599898993969 +Info 9481 [15:54:13.207] getCompletionsAtPosition: isCompletionListBlocker: 0.002717999741435051 +Info 9482 [15:54:13.207] getExportInfoMap: cache hit +Info 9483 [15:54:13.209] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 9484 [15:54:13.209] collectAutoImports: response is complete +Info 9485 [15:54:13.209] collectAutoImports: 1.7042190004140139 +Info 9486 [15:54:13.209] getCompletionData: Semantic work: 2.236948000267148 +Info 9487 [15:54:13.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9118980001658201 +Info 9488 [15:54:13.212] Format host information updated +Info 9489 [15:54:13.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9490 [15:54:13.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 927 structureChanged: false structureIsReused:: Completely Elapsed: 5.79470600001514ms +Info 9491 [15:54:13.287] Different program with same set of files +Info 9492 [15:54:13.287] getCompletionData: Get current token: 0.0029950011521577835 +Info 9493 [15:54:13.287] getCompletionData: Is inside comment: 0.009299000725150108 +Info 9494 [15:54:13.287] getCompletionData: Get previous token: 0.01172499917447567 +Info 9495 [15:54:13.287] getCompletionsAtPosition: isCompletionListBlocker: 0.002499999478459358 +Info 9496 [15:54:13.287] getExportInfoMap: cache hit +Info 9497 [15:54:13.289] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 9498 [15:54:13.289] collectAutoImports: response is complete +Info 9499 [15:54:13.289] collectAutoImports: 1.457015000283718 +Info 9500 [15:54:13.289] getCompletionData: Semantic work: 1.869616998359561 +Info 9501 [15:54:13.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4503559991717339 +Info 9502 [15:54:13.291] Format host information updated +Info 9503 [15:54:13.453] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9504 [15:54:13.461] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 928 structureChanged: false structureIsReused:: Completely Elapsed: 8.250416999682784ms +Info 9505 [15:54:13.462] Different program with same set of files +Info 9506 [15:54:13.462] getCompletionData: Get current token: 0.0036249998956918716 +Info 9507 [15:54:13.462] getCompletionData: Is inside comment: 0.011031001806259155 +Info 9508 [15:54:13.462] getCompletionData: Get previous token: 0.007896998897194862 +Info 9509 [15:54:13.462] getCompletionsAtPosition: isCompletionListBlocker: 0.0031430013477802277 +Info 9510 [15:54:13.462] getExportInfoMap: cache hit +Info 9511 [15:54:13.473] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9512 [15:54:13.473] collectAutoImports: response is complete +Info 9513 [15:54:13.473] collectAutoImports: 10.40484399907291 +Info 9514 [15:54:13.473] getCompletionData: Semantic work: 10.904924999922514 +Info 9515 [15:54:13.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.763057000935078 +Info 9516 [15:54:13.483] Format host information updated +Info 9517 [15:54:13.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9518 [15:54:13.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 929 structureChanged: false structureIsReused:: Completely Elapsed: 24.362021999433637ms +Info 9519 [15:54:13.639] Different program with same set of files +Info 9520 [15:54:13.640] getCompletionData: Get current token: 0.015359999611973763 +Info 9521 [15:54:13.640] getCompletionData: Is inside comment: 0.04777100123465061 +Info 9522 [15:54:13.640] getCompletionData: Get previous token: 0.0631250012665987 +Info 9523 [15:54:13.640] getCompletionsAtPosition: isCompletionListBlocker: 0.00969499908387661 +Info 9524 [15:54:13.641] getExportInfoMap: cache hit +Info 9525 [15:54:13.649] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 149 from cache +Info 9526 [15:54:13.649] collectAutoImports: response is complete +Info 9527 [15:54:13.649] collectAutoImports: 7.955911001190543 +Info 9528 [15:54:13.649] getCompletionData: Semantic work: 9.450628001242876 +Info 9529 [15:54:13.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.360123999416828 +Info 9530 [15:54:13.656] Format host information updated +Info 9531 [15:54:13.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9532 [15:54:13.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 930 structureChanged: false structureIsReused:: Completely Elapsed: 7.222751999273896ms +Info 9533 [15:54:13.684] Different program with same set of files +Info 9534 [15:54:13.684] getCompletionData: Get current token: 0.004812000319361687 +Info 9535 [15:54:13.684] getCompletionData: Is inside comment: 0.013708999380469322 +Info 9536 [15:54:13.684] getCompletionData: Get previous token: 0.008942000567913055 +Info 9537 [15:54:13.684] getCompletionsAtPosition: isCompletionListBlocker: 0.008805999532341957 +Info 9538 [15:54:13.684] getExportInfoMap: cache hit +Info 9539 [15:54:13.697] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9540 [15:54:13.697] collectAutoImports: response is complete +Info 9541 [15:54:13.697] collectAutoImports: 12.404126999899745 +Info 9542 [15:54:13.697] getCompletionData: Semantic work: 12.927967000752687 +Info 9543 [15:54:13.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.349680999293923 +Info 9544 [15:54:13.705] Format host information updated +Info 9545 [15:54:14.747] getCompletionData: Get current token: 0.003387000411748886 +Info 9546 [15:54:14.747] getCompletionData: Is inside comment: 0.007795998826622963 +Info 9547 [15:54:14.747] getCompletionData: Get previous token: 0.005331000313162804 +Info 9548 [15:54:14.747] getCompletionsAtPosition: isCompletionListBlocker: 0.003405001014471054 +Info 9549 [15:54:14.747] getExportInfoMap: cache hit +Info 9550 [15:54:14.754] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9551 [15:54:14.754] collectAutoImports: response is complete +Info 9552 [15:54:14.754] collectAutoImports: 7.083280999213457 +Info 9553 [15:54:14.754] getCompletionData: Semantic work: 7.546042000874877 +Info 9554 [15:54:14.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6412049997597933 +Info 9555 [15:54:14.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9556 [15:54:14.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 931 structureChanged: false structureIsReused:: Completely Elapsed: 6.811178999021649ms +Info 9557 [15:54:14.978] Different program with same set of files +Info 9558 [15:54:14.978] getCompletionData: Get current token: 0.0035350006073713303 +Info 9559 [15:54:14.978] getCompletionData: Is inside comment: 0.010180000215768814 +Info 9560 [15:54:14.978] getCompletionData: Get previous token: 0.0068599991500377655 +Info 9561 [15:54:14.978] getCompletionsAtPosition: isCompletionListBlocker: 0.0022589992731809616 +Info 9562 [15:54:14.978] Returning an empty list because completion was requested in an invalid position. +Info 9563 [15:54:14.979] Format host information updated +Info 9564 [15:54:15.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9565 [15:54:15.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 932 structureChanged: false structureIsReused:: Completely Elapsed: 6.189727000892162ms +Info 9566 [15:54:15.041] Different program with same set of files +Info 9567 [15:54:15.041] getCompletionData: Get current token: 0.0032860003411769867 +Info 9568 [15:54:15.041] getCompletionData: Is inside comment: 0.00963200069963932 +Info 9569 [15:54:15.041] getCompletionData: Get previous token: 0.011650001630187035 +Info 9570 [15:54:15.041] getCompletionsAtPosition: isCompletionListBlocker: 0.0019300002604722977 +Info 9571 [15:54:15.041] Returning an empty list because completion was requested in an invalid position. +Info 9572 [15:54:15.041] Format host information updated +Info 9573 [15:54:15.146] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9574 [15:54:15.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 933 structureChanged: false structureIsReused:: Completely Elapsed: 6.145440001040697ms +Info 9575 [15:54:15.152] Different program with same set of files +Info 9576 [15:54:15.153] getCompletionData: Get current token: 0.0036730002611875534 +Info 9577 [15:54:15.153] getCompletionData: Is inside comment: 0.012377999722957611 +Info 9578 [15:54:15.153] getCompletionData: Get previous token: 0.007202001288533211 +Info 9579 [15:54:15.153] getCompletionsAtPosition: isCompletionListBlocker: 0.012731999158859253 +Info 9580 [15:54:15.153] getExportInfoMap: cache hit +Info 9581 [15:54:15.165] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9582 [15:54:15.165] collectAutoImports: response is complete +Info 9583 [15:54:15.165] collectAutoImports: 12.29382300004363 +Info 9584 [15:54:15.165] getCompletionData: Semantic work: 12.787378000095487 +Info 9585 [15:54:15.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.965817000716925 +Info 9586 [15:54:15.174] Format host information updated +Info 9587 [15:54:16.417] getCompletionData: Get current token: 0.00271499902009964 +Info 9588 [15:54:16.417] getCompletionData: Is inside comment: 0.011575998738408089 +Info 9589 [15:54:16.417] getCompletionData: Get previous token: 0.005316000431776047 +Info 9590 [15:54:16.417] getCompletionsAtPosition: isCompletionListBlocker: 0.024368999525904655 +Info 9591 [15:54:16.417] getExportInfoMap: cache hit +Info 9592 [15:54:16.426] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9593 [15:54:16.426] collectAutoImports: response is complete +Info 9594 [15:54:16.426] collectAutoImports: 9.002778999507427 +Info 9595 [15:54:16.426] getCompletionData: Semantic work: 9.581934999674559 +Info 9596 [15:54:16.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.944741999730468 +Info 9597 [15:54:16.563] Format host information updated +Info 9598 [15:54:16.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9599 [15:54:16.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 934 structureChanged: false structureIsReused:: Completely Elapsed: 5.973895998671651ms +Info 9600 [15:54:16.570] Different program with same set of files +Info 9601 [15:54:16.692] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9602 [15:54:16.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 935 structureChanged: false structureIsReused:: Completely Elapsed: 7.668679999187589ms +Info 9603 [15:54:16.699] Different program with same set of files +Info 9604 [15:54:16.699] getCompletionData: Get current token: 0.0028170011937618256 +Info 9605 [15:54:16.699] getCompletionData: Is inside comment: 0.009537000209093094 +Info 9606 [15:54:16.700] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9607 [15:54:16.700] Format host information updated +Info 9608 [15:54:16.847] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9609 [15:54:16.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 936 structureChanged: false structureIsReused:: Completely Elapsed: 6.4945680014789104ms +Info 9610 [15:54:16.853] Different program with same set of files +Info 9611 [15:54:16.853] getCompletionData: Get current token: 0.002716999500989914 +Info 9612 [15:54:16.853] getCompletionData: Is inside comment: 0.009479999542236328 +Info 9613 [15:54:16.853] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9614 [15:54:16.854] Format host information updated +Info 9615 [15:54:16.934] Format host information updated +Info 9616 [15:54:16.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9617 [15:54:16.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 937 structureChanged: false structureIsReused:: Completely Elapsed: 6.037213999778032ms +Info 9618 [15:54:16.940] Different program with same set of files +Info 9619 [15:54:17.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9620 [15:54:17.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 938 structureChanged: false structureIsReused:: Completely Elapsed: 6.024506000801921ms +Info 9621 [15:54:17.120] Different program with same set of files +Info 9622 [15:54:17.120] getCompletionData: Get current token: 0.0022860001772642136 +Info 9623 [15:54:17.120] getCompletionData: Is inside comment: 0.007764000445604324 +Info 9624 [15:54:17.120] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9625 [15:54:17.120] Format host information updated +Info 9626 [15:54:17.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9627 [15:54:17.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 939 structureChanged: false structureIsReused:: Completely Elapsed: 6.091471999883652ms +Info 9628 [15:54:17.232] Different program with same set of files +Info 9629 [15:54:17.232] getCompletionData: Get current token: 0.002546001225709915 +Info 9630 [15:54:17.232] getCompletionData: Is inside comment: 0.008646000176668167 +Info 9631 [15:54:17.232] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9632 [15:54:17.232] Format host information updated +Info 9633 [15:54:17.428] Format host information updated +Info 9634 [15:54:17.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9635 [15:54:17.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 940 structureChanged: false structureIsReused:: Completely Elapsed: 8.30647699907422ms +Info 9636 [15:54:17.436] Different program with same set of files +Info 9637 [15:54:17.620] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9638 [15:54:17.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 941 structureChanged: false structureIsReused:: Completely Elapsed: 22.07134300097823ms +Info 9639 [15:54:17.642] Different program with same set of files +Info 9640 [15:54:17.642] getCompletionData: Get current token: 0.00924600102007389 +Info 9641 [15:54:17.642] getCompletionData: Is inside comment: 0.029492000117897987 +Info 9642 [15:54:17.642] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9643 [15:54:17.643] Format host information updated +Info 9644 [15:54:17.734] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9645 [15:54:17.743] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 942 structureChanged: false structureIsReused:: Completely Elapsed: 9.046124000102282ms +Info 9646 [15:54:17.743] Different program with same set of files +Info 9647 [15:54:17.743] getCompletionData: Get current token: 0.0024580005556344986 +Info 9648 [15:54:17.743] getCompletionData: Is inside comment: 0.008071999996900558 +Info 9649 [15:54:17.743] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9650 [15:54:17.744] Format host information updated +Info 9651 [15:54:17.836] Format host information updated +Info 9652 [15:54:17.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9653 [15:54:17.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 943 structureChanged: false structureIsReused:: Completely Elapsed: 22.004692999646068ms +Info 9654 [15:54:17.859] Different program with same set of files +Info 9655 [15:54:18.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9656 [15:54:18.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 944 structureChanged: false structureIsReused:: Completely Elapsed: 6.199057999998331ms +Info 9657 [15:54:18.081] Different program with same set of files +Info 9658 [15:54:18.082] getCompletionData: Get current token: 0.002542000263929367 +Info 9659 [15:54:18.082] getCompletionData: Is inside comment: 0.009218001738190651 +Info 9660 [15:54:18.082] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9661 [15:54:18.084] Format host information updated +Info 9662 [15:54:18.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9663 [15:54:18.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 945 structureChanged: false structureIsReused:: Completely Elapsed: 6.212897000834346ms +Info 9664 [15:54:18.237] Different program with same set of files +Info 9665 [15:54:18.238] getCompletionData: Get current token: 0.0027569998055696487 +Info 9666 [15:54:18.238] getCompletionData: Is inside comment: 0.00917000137269497 +Info 9667 [15:54:18.238] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9668 [15:54:18.238] Format host information updated +Info 9669 [15:54:18.438] Format host information updated +Info 9670 [15:54:18.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9671 [15:54:18.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 946 structureChanged: false structureIsReused:: Completely Elapsed: 5.806547999382019ms +Info 9672 [15:54:18.444] Different program with same set of files +Info 9673 [15:54:18.624] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9674 [15:54:18.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 947 structureChanged: false structureIsReused:: Completely Elapsed: 6.336106000468135ms +Info 9675 [15:54:18.631] Different program with same set of files +Info 9676 [15:54:18.631] getCompletionData: Get current token: 0.0034279990941286087 +Info 9677 [15:54:18.631] getCompletionData: Is inside comment: 0.009023001417517662 +Info 9678 [15:54:18.631] getCompletionData: Get previous token: 0.0060440003871917725 +Info 9679 [15:54:18.631] getCompletionsAtPosition: isCompletionListBlocker: 0.008045000955462456 +Info 9680 [15:54:18.631] getExportInfoMap: cache hit +Info 9681 [15:54:18.641] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9682 [15:54:18.641] collectAutoImports: response is complete +Info 9683 [15:54:18.641] collectAutoImports: 9.515234999358654 +Info 9684 [15:54:18.641] getCompletionData: Semantic work: 9.986512999981642 +Info 9685 [15:54:18.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.558864999562502 +Info 9686 [15:54:18.654] Format host information updated +Info 9687 [15:54:18.820] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9688 [15:54:18.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 948 structureChanged: false structureIsReused:: Completely Elapsed: 6.790343999862671ms +Info 9689 [15:54:18.827] Different program with same set of files +Info 9690 [15:54:18.827] getCompletionData: Get current token: 0.0034890007227659225 +Info 9691 [15:54:18.827] getCompletionData: Is inside comment: 0.010790999978780746 +Info 9692 [15:54:18.827] getCompletionData: Get previous token: 0.007197998464107513 +Info 9693 [15:54:18.827] getCompletionsAtPosition: isCompletionListBlocker: 0.010416999459266663 +Info 9694 [15:54:18.828] getExportInfoMap: cache hit +Info 9695 [15:54:18.840] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9696 [15:54:18.840] collectAutoImports: response is complete +Info 9697 [15:54:18.840] collectAutoImports: 11.922994000837207 +Info 9698 [15:54:18.840] getCompletionData: Semantic work: 12.478001998737454 +Info 9699 [15:54:18.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.884961999952793 +Info 9700 [15:54:18.848] Format host information updated +Info 9701 [15:54:18.958] Format host information updated +Info 9702 [15:54:18.958] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9703 [15:54:18.967] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 949 structureChanged: false structureIsReused:: Completely Elapsed: 8.729770999401808ms +Info 9704 [15:54:18.967] Different program with same set of files +Info 9705 [15:54:19.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9706 [15:54:19.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 950 structureChanged: false structureIsReused:: Completely Elapsed: 8.943269001320004ms +Info 9707 [15:54:19.120] Different program with same set of files +Info 9708 [15:54:19.120] getCompletionData: Get current token: 0.004794999957084656 +Info 9709 [15:54:19.120] getCompletionData: Is inside comment: 0.012527000159025192 +Info 9710 [15:54:19.120] getCompletionData: Get previous token: 0.008708000183105469 +Info 9711 [15:54:19.120] getCompletionsAtPosition: isCompletionListBlocker: 0.002749999985098839 +Info 9712 [15:54:19.120] getCompletionData: Semantic work: 0.10262000001966953 +Info 9713 [15:54:19.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04991700127720833 +Info 9714 [15:54:19.120] Format host information updated +Info 9715 [15:54:19.475] Format host information updated +Info 9716 [15:54:19.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9717 [15:54:19.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 951 structureChanged: false structureIsReused:: Completely Elapsed: 6.29700000025332ms +Info 9718 [15:54:19.481] Different program with same set of files +Info 9719 [15:54:19.644] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9720 [15:54:19.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 952 structureChanged: false structureIsReused:: Completely Elapsed: 6.341825000941753ms +Info 9721 [15:54:19.650] Different program with same set of files +Info 9722 [15:54:19.651] getCompletionData: Get current token: 0.002578999847173691 +Info 9723 [15:54:19.651] getCompletionData: Is inside comment: 0.008159998804330826 +Info 9724 [15:54:19.651] getCompletionData: Get previous token: 0.00944099947810173 +Info 9725 [15:54:19.651] getCompletionsAtPosition: isCompletionListBlocker: 0.007432000711560249 +Info 9726 [15:54:19.651] getExportInfoMap: cache hit +Info 9727 [15:54:19.657] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 9728 [15:54:19.657] collectAutoImports: response is complete +Info 9729 [15:54:19.657] collectAutoImports: 5.8935839999467134 +Info 9730 [15:54:19.657] getCompletionData: Semantic work: 6.3879109993577 +Info 9731 [15:54:19.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.180671999230981 +Info 9732 [15:54:19.660] Format host information updated +Info 9733 [15:54:19.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9734 [15:54:19.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 953 structureChanged: false structureIsReused:: Completely Elapsed: 6.267219999805093ms +Info 9735 [15:54:19.845] Different program with same set of files +Info 9736 [15:54:19.845] getCompletionData: Get current token: 0.003237999975681305 +Info 9737 [15:54:19.845] getCompletionData: Is inside comment: 0.010243000462651253 +Info 9738 [15:54:19.845] getCompletionData: Get previous token: 0.011921999976038933 +Info 9739 [15:54:19.845] getCompletionsAtPosition: isCompletionListBlocker: 0.007897000759840012 +Info 9740 [15:54:19.845] getExportInfoMap: cache hit +Info 9741 [15:54:19.848] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 93 from cache +Info 9742 [15:54:19.848] collectAutoImports: response is complete +Info 9743 [15:54:19.848] collectAutoImports: 3.0504609998315573 +Info 9744 [15:54:19.848] getCompletionData: Semantic work: 3.5941950008273125 +Info 9745 [15:54:19.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0893050003796816 +Info 9746 [15:54:19.853] Format host information updated +Info 9747 [15:54:20.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9748 [15:54:20.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 954 structureChanged: false structureIsReused:: Completely Elapsed: 6.048565998673439ms +Info 9749 [15:54:20.048] Different program with same set of files +Info 9750 [15:54:20.048] getCompletionData: Get current token: 0.0031190011650323868 +Info 9751 [15:54:20.048] getCompletionData: Is inside comment: 0.0092569999396801 +Info 9752 [15:54:20.048] getCompletionData: Get previous token: 0.011330999433994293 +Info 9753 [15:54:20.048] getCompletionsAtPosition: isCompletionListBlocker: 0.007928000763058662 +Info 9754 [15:54:20.048] getExportInfoMap: cache hit +Info 9755 [15:54:20.050] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 26 from cache +Info 9756 [15:54:20.050] collectAutoImports: response is complete +Info 9757 [15:54:20.050] collectAutoImports: 2.1814729999750853 +Info 9758 [15:54:20.051] getCompletionData: Semantic work: 2.6244840007275343 +Info 9759 [15:54:20.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7792920004576445 +Info 9760 [15:54:20.053] Format host information updated +Info 9761 [15:54:20.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9762 [15:54:20.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 955 structureChanged: false structureIsReused:: Completely Elapsed: 6.205883000046015ms +Info 9763 [15:54:20.146] Different program with same set of files +Info 9764 [15:54:20.147] getCompletionData: Get current token: 0.0036329999566078186 +Info 9765 [15:54:20.147] getCompletionData: Is inside comment: 0.00986500084400177 +Info 9766 [15:54:20.147] getCompletionData: Get previous token: 0.011260999366641045 +Info 9767 [15:54:20.147] getCompletionsAtPosition: isCompletionListBlocker: 0.008130000904202461 +Info 9768 [15:54:20.147] getExportInfoMap: cache hit +Info 9769 [15:54:20.151] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 3 from cache +Info 9770 [15:54:20.151] collectAutoImports: response is complete +Info 9771 [15:54:20.151] collectAutoImports: 4.042510999366641 +Info 9772 [15:54:20.151] getCompletionData: Semantic work: 4.509751001372933 +Info 9773 [15:54:20.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7035269998013973 +Info 9774 [15:54:20.154] Format host information updated +Info 9775 [15:54:20.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9776 [15:54:20.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 956 structureChanged: false structureIsReused:: Completely Elapsed: 10.03583199903369ms +Info 9777 [15:54:20.214] Different program with same set of files +Info 9778 [15:54:20.214] getCompletionData: Get current token: 0.0058660004287958145 +Info 9779 [15:54:20.214] getCompletionData: Is inside comment: 0.017139000818133354 +Info 9780 [15:54:20.214] getCompletionData: Get previous token: 0.02094000019133091 +Info 9781 [15:54:20.214] getCompletionsAtPosition: isCompletionListBlocker: 0.011747000738978386 +Info 9782 [15:54:20.215] getExportInfoMap: cache hit +Info 9783 [15:54:20.218] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 9784 [15:54:20.218] collectAutoImports: response is complete +Info 9785 [15:54:20.218] collectAutoImports: 3.377317998558283 +Info 9786 [15:54:20.218] getCompletionData: Semantic work: 4.123979000374675 +Info 9787 [15:54:20.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8711639996618032 +Info 9788 [15:54:20.223] Format host information updated +Info 9789 [15:54:20.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9790 [15:54:20.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 957 structureChanged: false structureIsReused:: Completely Elapsed: 8.425739999860525ms +Info 9791 [15:54:20.376] Different program with same set of files +Info 9792 [15:54:20.376] getCompletionData: Get current token: 0.0036769993603229523 +Info 9793 [15:54:20.376] getCompletionData: Is inside comment: 0.011781999841332436 +Info 9794 [15:54:20.376] getCompletionData: Get previous token: 0.007809000089764595 +Info 9795 [15:54:20.376] getCompletionsAtPosition: isCompletionListBlocker: 0.0034710001200437546 +Info 9796 [15:54:20.376] getExportInfoMap: cache hit +Info 9797 [15:54:20.387] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9798 [15:54:20.387] collectAutoImports: response is complete +Info 9799 [15:54:20.387] collectAutoImports: 10.202383998781443 +Info 9800 [15:54:20.387] getCompletionData: Semantic work: 10.693181000649929 +Info 9801 [15:54:20.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.753158999606967 +Info 9802 [15:54:20.397] Format host information updated +Info 9803 [15:54:20.655] Format host information updated +Info 9804 [15:54:20.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9805 [15:54:20.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 958 structureChanged: false structureIsReused:: Completely Elapsed: 18.87041899934411ms +Info 9806 [15:54:20.674] Different program with same set of files +Info 9807 [15:54:20.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9808 [15:54:20.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 959 structureChanged: false structureIsReused:: Completely Elapsed: 6.012574000284076ms +Info 9809 [15:54:20.772] Different program with same set of files +Info 9810 [15:54:20.772] getCompletionData: Get current token: 0.0031230002641677856 +Info 9811 [15:54:20.772] getCompletionData: Is inside comment: 0.009290000423789024 +Info 9812 [15:54:20.773] getCompletionData: Get previous token: 0.011487999930977821 +Info 9813 [15:54:20.773] getCompletionsAtPosition: isCompletionListBlocker: 0.00824500061571598 +Info 9814 [15:54:20.773] getExportInfoMap: cache hit +Info 9815 [15:54:20.775] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 9816 [15:54:20.775] collectAutoImports: response is complete +Info 9817 [15:54:20.775] collectAutoImports: 2.017502000555396 +Info 9818 [15:54:20.775] getCompletionData: Semantic work: 2.489590000361204 +Info 9819 [15:54:20.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.806564999744296 +Info 9820 [15:54:20.779] Format host information updated +Info 9821 [15:54:20.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9822 [15:54:20.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 960 structureChanged: false structureIsReused:: Completely Elapsed: 6.170150998979807ms +Info 9823 [15:54:20.877] Different program with same set of files +Info 9824 [15:54:20.877] getCompletionData: Get current token: 0.004003001376986504 +Info 9825 [15:54:20.877] getCompletionData: Is inside comment: 0.012080999091267586 +Info 9826 [15:54:20.877] getCompletionData: Get previous token: 0.008121998980641365 +Info 9827 [15:54:20.877] getCompletionsAtPosition: isCompletionListBlocker: 0.003384999930858612 +Info 9828 [15:54:20.878] getExportInfoMap: cache hit +Info 9829 [15:54:20.890] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9830 [15:54:20.890] collectAutoImports: response is complete +Info 9831 [15:54:20.890] collectAutoImports: 12.229885000735521 +Info 9832 [15:54:20.890] getCompletionData: Semantic work: 12.71336100064218 +Info 9833 [15:54:20.895] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.735787000507116 +Info 9834 [15:54:20.900] Format host information updated +Info 9835 [15:54:20.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9836 [15:54:20.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 961 structureChanged: false structureIsReused:: Completely Elapsed: 7.931063000112772ms +Info 9837 [15:54:20.995] Different program with same set of files +Info 9838 [15:54:20.996] getCompletionData: Get current token: 0.002868000417947769 +Info 9839 [15:54:20.996] getCompletionData: Is inside comment: 0.008912000805139542 +Info 9840 [15:54:20.996] getCompletionData: Get previous token: 0.011539999395608902 +Info 9841 [15:54:20.996] getCompletionsAtPosition: isCompletionListBlocker: 0.003391999751329422 +Info 9842 [15:54:20.996] getExportInfoMap: cache hit +Info 9843 [15:54:21.000] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 149 from cache +Info 9844 [15:54:21.000] collectAutoImports: response is complete +Info 9845 [15:54:21.000] collectAutoImports: 4.1205960009247065 +Info 9846 [15:54:21.000] getCompletionData: Semantic work: 4.779493000358343 +Info 9847 [15:54:21.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.339358000084758 +Info 9848 [15:54:21.004] Format host information updated +Info 9849 [15:54:21.054] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9850 [15:54:21.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 962 structureChanged: false structureIsReused:: Completely Elapsed: 11.198001999408007ms +Info 9851 [15:54:21.065] Different program with same set of files +Info 9852 [15:54:21.065] getCompletionData: Get current token: 0.007477998733520508 +Info 9853 [15:54:21.065] getCompletionData: Is inside comment: 0.021976999938488007 +Info 9854 [15:54:21.065] getCompletionData: Get previous token: 0.012271000072360039 +Info 9855 [15:54:21.065] getCompletionsAtPosition: isCompletionListBlocker: 0.012076999992132187 +Info 9856 [15:54:21.066] getExportInfoMap: cache hit +Info 9857 [15:54:21.088] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 9858 [15:54:21.088] collectAutoImports: response is complete +Info 9859 [15:54:21.088] collectAutoImports: 21.85919599980116 +Info 9860 [15:54:21.088] getCompletionData: Semantic work: 22.77255400083959 +Info 9861 [15:54:21.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.108191000297666 +Info 9862 [15:54:21.099] Format host information updated +Info 9863 [15:54:22.512] Format host information updated +Info 9864 [15:54:22.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9865 [15:54:22.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 963 structureChanged: false structureIsReused:: Completely Elapsed: 8.63255700096488ms +Info 9866 [15:54:22.521] Different program with same set of files +Info 9867 [15:54:22.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9868 [15:54:22.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 964 structureChanged: false structureIsReused:: Completely Elapsed: 7.422095000743866ms +Info 9869 [15:54:22.650] Different program with same set of files +Info 9870 [15:54:22.650] getCompletionData: Get current token: 0.001372000202536583 +Info 9871 [15:54:22.650] getCompletionData: Is inside comment: 0.005480999127030373 +Info 9872 [15:54:22.650] getCompletionData: Get previous token: 0.011958999559283257 +Info 9873 [15:54:22.650] getCompletionsAtPosition: isCompletionListBlocker: 0.008973998948931694 +Info 9874 [15:54:22.651] getExportInfoMap: cache hit +Info 9875 [15:54:22.654] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 88 from cache +Info 9876 [15:54:22.654] collectAutoImports: response is complete +Info 9877 [15:54:22.654] collectAutoImports: 2.989522000774741 +Info 9878 [15:54:22.654] getCompletionData: Semantic work: 3.689894000068307 +Info 9879 [15:54:22.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.35839700140059 +Info 9880 [15:54:22.656] Format host information updated +Info 9881 [15:54:22.801] Format host information updated +Info 9882 [15:54:22.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9883 [15:54:22.810] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 965 structureChanged: false structureIsReused:: Completely Elapsed: 8.2332659997046ms +Info 9884 [15:54:22.810] Different program with same set of files +Info 9885 [15:54:22.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9886 [15:54:22.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 966 structureChanged: false structureIsReused:: Completely Elapsed: 6.413196001201868ms +Info 9887 [15:54:22.933] Different program with same set of files +Info 9888 [15:54:22.933] getCompletionData: Get current token: 0.0018899999558925629 +Info 9889 [15:54:22.933] getCompletionData: Is inside comment: 0.005934998393058777 +Info 9890 [15:54:22.933] getCompletionData: Get previous token: 0.00394899956882 +Info 9891 [15:54:22.933] getCompletionsAtPosition: isCompletionListBlocker: 0.008566999807953835 +Info 9892 [15:54:22.934] getExportInfoMap: cache hit +Info 9893 [15:54:22.947] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 860 from cache +Info 9894 [15:54:22.947] collectAutoImports: response is complete +Info 9895 [15:54:22.947] collectAutoImports: 12.86384099908173 +Info 9896 [15:54:22.947] getCompletionData: Semantic work: 13.406092999503016 +Info 9897 [15:54:22.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.646746000275016 +Info 9898 [15:54:22.952] Format host information updated +Info 9899 [15:54:23.232] Format host information updated +Info 9900 [15:54:23.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9901 [15:54:23.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 967 structureChanged: false structureIsReused:: Completely Elapsed: 6.424962999299169ms +Info 9902 [15:54:23.238] Different program with same set of files +Info 9903 [15:54:23.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9904 [15:54:23.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 968 structureChanged: false structureIsReused:: Completely Elapsed: 7.859042000025511ms +Info 9905 [15:54:23.365] Different program with same set of files +Info 9906 [15:54:23.365] getCompletionData: Get current token: 0.0014859996736049652 +Info 9907 [15:54:23.365] getCompletionData: Is inside comment: 0.006506999954581261 +Info 9908 [15:54:23.365] getCompletionData: Get previous token: 0.00489099882543087 +Info 9909 [15:54:23.365] getCompletionsAtPosition: isCompletionListBlocker: 0.00928799994289875 +Info 9910 [15:54:23.366] getExportInfoMap: cache hit +Info 9911 [15:54:23.376] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 860 from cache +Info 9912 [15:54:23.376] collectAutoImports: response is complete +Info 9913 [15:54:23.376] collectAutoImports: 10.596192000433803 +Info 9914 [15:54:23.376] getCompletionData: Semantic work: 11.1873700004071 +Info 9915 [15:54:23.379] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.584196999669075 +Info 9916 [15:54:23.383] Format host information updated +Info 9917 [15:54:23.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9918 [15:54:23.510] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 969 structureChanged: false structureIsReused:: Completely Elapsed: 6.376545000821352ms +Info 9919 [15:54:23.510] Different program with same set of files +Info 9920 [15:54:23.510] getCompletionData: Get current token: 0.0012800004333257675 +Info 9921 [15:54:23.510] getCompletionData: Is inside comment: 0.005788998678326607 +Info 9922 [15:54:23.510] getCompletionData: Get previous token: 0.004072001203894615 +Info 9923 [15:54:23.510] getCompletionsAtPosition: isCompletionListBlocker: 0.007923999801278114 +Info 9924 [15:54:23.511] getExportInfoMap: cache hit +Info 9925 [15:54:23.520] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 860 from cache +Info 9926 [15:54:23.520] collectAutoImports: response is complete +Info 9927 [15:54:23.520] collectAutoImports: 9.315712999552488 +Info 9928 [15:54:23.520] getCompletionData: Semantic work: 9.87716699950397 +Info 9929 [15:54:23.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.326621999964118 +Info 9930 [15:54:23.525] Format host information updated +Info 9931 [15:54:23.591] Format host information updated +Info 9932 [15:54:23.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9933 [15:54:23.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 970 structureChanged: false structureIsReused:: Completely Elapsed: 19.762032000347972ms +Info 9934 [15:54:23.611] Different program with same set of files +Info 9935 [15:54:23.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9936 [15:54:23.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 971 structureChanged: false structureIsReused:: Completely Elapsed: 8.62682600133121ms +Info 9937 [15:54:23.797] Different program with same set of files +Info 9938 [15:54:23.797] getCompletionData: Get current token: 0.0017590001225471497 +Info 9939 [15:54:23.797] getCompletionData: Is inside comment: 0.007674999535083771 +Info 9940 [15:54:23.797] getCompletionData: Get previous token: 0.015925999730825424 +Info 9941 [15:54:23.797] getCompletionsAtPosition: isCompletionListBlocker: 0.010339999571442604 +Info 9942 [15:54:23.798] getExportInfoMap: cache hit +Info 9943 [15:54:23.801] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 11 from cache +Info 9944 [15:54:23.801] collectAutoImports: response is complete +Info 9945 [15:54:23.801] collectAutoImports: 2.4616829995065928 +Info 9946 [15:54:23.801] getCompletionData: Semantic work: 3.3526709992438555 +Info 9947 [15:54:23.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.329594001173973 +Info 9948 [15:54:23.805] Format host information updated +Info 9949 [15:54:24.106] Format host information updated +Info 9950 [15:54:24.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9951 [15:54:24.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 972 structureChanged: false structureIsReused:: Completely Elapsed: 6.460436999797821ms +Info 9952 [15:54:24.113] Different program with same set of files +Info 9953 [15:54:24.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9954 [15:54:24.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 973 structureChanged: false structureIsReused:: Completely Elapsed: 6.239085998386145ms +Info 9955 [15:54:24.298] Different program with same set of files +Info 9956 [15:54:24.298] getCompletionData: Get current token: 0.0010810010135173798 +Info 9957 [15:54:24.298] getCompletionData: Is inside comment: 0.004825999960303307 +Info 9958 [15:54:24.298] getCompletionData: Get previous token: 0.01064400002360344 +Info 9959 [15:54:24.298] getCompletionsAtPosition: isCompletionListBlocker: 0.007972000166773796 +Info 9960 [15:54:24.299] getExportInfoMap: cache hit +Info 9961 [15:54:24.303] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 88 from cache +Info 9962 [15:54:24.303] collectAutoImports: response is complete +Info 9963 [15:54:24.303] collectAutoImports: 4.385888000950217 +Info 9964 [15:54:24.303] getCompletionData: Semantic work: 5.011362999677658 +Info 9965 [15:54:24.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1054969988763332 +Info 9966 [15:54:24.305] Format host information updated +Info 9967 [15:54:24.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9968 [15:54:24.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 974 structureChanged: false structureIsReused:: Completely Elapsed: 6.62886600010097ms +Info 9969 [15:54:24.445] Different program with same set of files +Info 9970 [15:54:24.445] getCompletionData: Get current token: 0.0016930010169744492 +Info 9971 [15:54:24.445] getCompletionData: Is inside comment: 0.006351999938488007 +Info 9972 [15:54:24.445] getCompletionData: Get previous token: 0.004466000944375992 +Info 9973 [15:54:24.445] getCompletionsAtPosition: isCompletionListBlocker: 0.003110000863671303 +Info 9974 [15:54:24.446] getCompletionData: Semantic work: 0.2634990010410547 +Info 9975 [15:54:24.446] Format host information updated +Info 9976 [15:54:24.669] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9977 [15:54:24.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 975 structureChanged: false structureIsReused:: Completely Elapsed: 7.174347000196576ms +Info 9978 [15:54:24.676] Different program with same set of files +Info 9979 [15:54:24.677] getCompletionData: Get current token: 0.0012860000133514404 +Info 9980 [15:54:24.677] getCompletionData: Is inside comment: 0.006178000941872597 +Info 9981 [15:54:24.677] getCompletionData: Get previous token: 0.013768000528216362 +Info 9982 [15:54:24.677] getCompletionsAtPosition: isCompletionListBlocker: 0.002907000482082367 +Info 9983 [15:54:24.677] getCompletionData: Semantic work: 0.2642569988965988 +Info 9984 [15:54:24.679] Format host information updated +Info 9985 [15:54:24.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9986 [15:54:24.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 976 structureChanged: false structureIsReused:: Completely Elapsed: 7.059585001319647ms +Info 9987 [15:54:24.814] Different program with same set of files +Info 9988 [15:54:24.814] getCompletionData: Get current token: 0.0015050005167722702 +Info 9989 [15:54:24.814] getCompletionData: Is inside comment: 0.006551001220941544 +Info 9990 [15:54:24.814] getCompletionData: Get previous token: 0.013411000370979309 +Info 9991 [15:54:24.814] getCompletionsAtPosition: isCompletionListBlocker: 0.0028059985488653183 +Info 9992 [15:54:24.814] getCompletionData: Semantic work: 0.2885530013591051 +Info 9993 [15:54:24.814] Format host information updated +Info 9994 [15:54:24.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9995 [15:54:24.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 977 structureChanged: false structureIsReused:: Completely Elapsed: 6.309033999219537ms +Info 9996 [15:54:24.911] Different program with same set of files +Info 9997 [15:54:24.911] getCompletionData: Get current token: 0.001051001250743866 +Info 9998 [15:54:24.911] getCompletionData: Is inside comment: 0.004739999771118164 +Info 9999 [15:54:24.911] getCompletionData: Get previous token: 0.025825999677181244 +Info 10000[15:54:24.911] getCompletionsAtPosition: isCompletionListBlocker: 0.0027959998697042465 +Info 10001[15:54:24.911] getCompletionData: Semantic work: 0.22277799993753433 +Info 10002[15:54:24.914] Format host information updated +Info 10003[15:54:24.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10004[15:54:24.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 978 structureChanged: false structureIsReused:: Completely Elapsed: 10.435822000727057ms +Info 10005[15:54:24.978] Different program with same set of files +Info 10006[15:54:24.979] getCompletionData: Get current token: 0.002216000109910965 +Info 10007[15:54:24.979] getCompletionData: Is inside comment: 0.009821999818086624 +Info 10008[15:54:24.979] getCompletionData: Get previous token: 0.01944199949502945 +Info 10009[15:54:24.979] getCompletionsAtPosition: isCompletionListBlocker: 0.004089999943971634 +Info 10010[15:54:24.979] getCompletionData: Semantic work: 0.4148089997470379 +Info 10011[15:54:24.979] Format host information updated +Info 10012[15:54:25.236] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10013[15:54:25.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 979 structureChanged: false structureIsReused:: Completely Elapsed: 11.029992999508977ms +Info 10014[15:54:25.248] Different program with same set of files +Info 10015[15:54:25.248] getCompletionData: Get current token: 0.0021730009466409683 +Info 10016[15:54:25.248] getCompletionData: Is inside comment: 0.010209999978542328 +Info 10017[15:54:25.248] getCompletionData: Get previous token: 0.019224001094698906 +Info 10018[15:54:25.248] getCompletionsAtPosition: isCompletionListBlocker: 0.004406001418828964 +Info 10019[15:54:25.248] getCompletionData: Semantic work: 0.3824179992079735 +Info 10020[15:54:25.252] Format host information updated +Info 10021[15:54:25.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10022[15:54:25.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 980 structureChanged: false structureIsReused:: Completely Elapsed: 6.198742000386119ms +Info 10023[15:54:25.429] Different program with same set of files +Info 10024[15:54:25.429] getCompletionData: Get current token: 0.001012999564409256 +Info 10025[15:54:25.429] getCompletionData: Is inside comment: 0.0051910001784563065 +Info 10026[15:54:25.429] getCompletionData: Get previous token: 0.009174000471830368 +Info 10027[15:54:25.429] getCompletionsAtPosition: isCompletionListBlocker: 0.002382000908255577 +Info 10028[15:54:25.429] getCompletionData: Semantic work: 0.2065190002322197 +Info 10029[15:54:25.430] Format host information updated +Info 10030[15:54:25.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10031[15:54:25.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 981 structureChanged: false structureIsReused:: Completely Elapsed: 6.470691999420524ms +Info 10032[15:54:25.541] Different program with same set of files +Info 10033[15:54:25.541] getCompletionData: Get current token: 0.0011800006031990051 +Info 10034[15:54:25.541] getCompletionData: Is inside comment: 0.005508000031113625 +Info 10035[15:54:25.541] getCompletionData: Get previous token: 0.01039700023829937 +Info 10036[15:54:25.541] getCompletionsAtPosition: isCompletionListBlocker: 0.002870999276638031 +Info 10037[15:54:25.541] getCompletionData: Semantic work: 0.2400169987231493 +Info 10038[15:54:25.541] Format host information updated +Info 10039[15:54:25.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10040[15:54:25.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 982 structureChanged: false structureIsReused:: Completely Elapsed: 6.116776999086142ms +Info 10041[15:54:25.676] Different program with same set of files +Info 10042[15:54:25.676] getCompletionData: Get current token: 0.000995999202132225 +Info 10043[15:54:25.676] getCompletionData: Is inside comment: 0.004592999815940857 +Info 10044[15:54:25.676] getCompletionData: Get previous token: 0.008855000138282776 +Info 10045[15:54:25.676] getCompletionsAtPosition: isCompletionListBlocker: 0.002507999539375305 +Info 10046[15:54:25.677] getCompletionData: Semantic work: 0.19371099956333637 +Info 10047[15:54:25.677] Format host information updated +Info 10048[15:54:25.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10049[15:54:25.776] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 983 structureChanged: false structureIsReused:: Completely Elapsed: 6.23645600117743ms +Info 10050[15:54:25.776] Different program with same set of files +Info 10051[15:54:25.776] getCompletionData: Get current token: 0.0009900014847517014 +Info 10052[15:54:25.776] getCompletionData: Is inside comment: 0.005044998601078987 +Info 10053[15:54:25.776] getCompletionData: Get previous token: 0.004287000745534897 +Info 10054[15:54:25.776] getCompletionsAtPosition: isCompletionListBlocker: 0.0039889998733997345 +Info 10055[15:54:25.777] getExportInfoMap: cache hit +Info 10056[15:54:25.788] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 860 from cache +Info 10057[15:54:25.788] collectAutoImports: response is complete +Info 10058[15:54:25.788] collectAutoImports: 11.681536000221968 +Info 10059[15:54:25.788] getCompletionData: Semantic work: 12.20842899940908 +Info 10060[15:54:25.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.490114001557231 +Info 10061[15:54:25.794] Format host information updated +Info 10062[15:54:25.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10063[15:54:25.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 984 structureChanged: false structureIsReused:: Completely Elapsed: 8.840725999325514ms +Info 10064[15:54:25.841] Different program with same set of files +Info 10065[15:54:25.841] getCompletionData: Get current token: 0.0018010009080171585 +Info 10066[15:54:25.841] getCompletionData: Is inside comment: 0.008803999051451683 +Info 10067[15:54:25.841] getCompletionData: Get previous token: 0.006028998643159866 +Info 10068[15:54:25.841] getCompletionsAtPosition: isCompletionListBlocker: 0.012158000841736794 +Info 10069[15:54:25.842] getExportInfoMap: cache hit +Info 10070[15:54:25.858] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 860 from cache +Info 10071[15:54:25.858] collectAutoImports: response is complete +Info 10072[15:54:25.858] collectAutoImports: 15.994286000728607 +Info 10073[15:54:25.858] getCompletionData: Semantic work: 16.77899899892509 +Info 10074[15:54:25.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.970117000862956 +Info 10075[15:54:25.864] Format host information updated +Info 10076[15:54:27.105] Format host information updated +Info 10077[15:54:27.115] forEachExternalModuleToImportFrom autoImportProvider: 0.4561479985713959 +Info 10078[15:54:29.183] Format host information updated +Info 10079[15:54:29.184] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10080[15:54:29.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 985 structureChanged: false structureIsReused:: Completely Elapsed: 7.699507998302579ms +Info 10081[15:54:29.191] Different program with same set of files +Info 10082[15:54:29.827] Format host information updated +Info 10083[15:54:29.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10084[15:54:29.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 986 structureChanged: false structureIsReused:: Completely Elapsed: 6.313385000452399ms +Info 10085[15:54:29.834] Different program with same set of files +Info 10086[15:54:30.374] Format host information updated +Info 10087[15:54:30.374] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10088[15:54:30.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 987 structureChanged: false structureIsReused:: Completely Elapsed: 8.385532999411225ms +Info 10089[15:54:30.382] Different program with same set of files +Info 10090[15:54:31.442] Format host information updated +Info 10091[15:54:31.447] forEachExternalModuleToImportFrom autoImportProvider: 0.42451700009405613 +Info 10092[15:54:33.514] Format host information updated +Info 10093[15:54:33.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10094[15:54:33.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 988 structureChanged: false structureIsReused:: Completely Elapsed: 6.526089999824762ms +Info 10095[15:54:33.521] Different program with same set of files +Info 10096[15:54:34.259] Format host information updated +Info 10097[15:54:34.264] forEachExternalModuleToImportFrom autoImportProvider: 0.4497950002551079 +Info 10098[15:54:35.370] Format host information updated +Info 10099[15:54:35.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10100[15:54:35.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 989 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.650324000045657ms +Info 10101[15:54:35.384] Different program with same set of files +Info 10102[15:58:17.309] Format host information updated +Info 10103[15:58:17.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10104[15:58:17.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 990 structureChanged: false structureIsReused:: Completely Elapsed: 6.030757999047637ms +Info 10105[15:58:17.315] Different program with same set of files +Info 10106[16:03:31.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10107[16:03:31.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 991 structureChanged: false structureIsReused:: Completely Elapsed: 8.99096000008285ms +Info 10108[16:03:31.916] Different program with same set of files +Info 10109[16:03:31.916] getCompletionData: Get current token: 0.0032989997416734695 +Info 10110[16:03:31.916] getCompletionData: Is inside comment: 0.005325000733137131 +Info 10111[16:03:31.916] getCompletionData: Get previous token: 0.007062999531626701 +Info 10112[16:03:31.917] getCompletionsAtPosition: isCompletionListBlocker: 0.0018300004303455353 +Info 10113[16:03:31.917] Returning an empty list because completion was requested in an invalid position. +Info 10114[16:03:31.918] Format host information updated +Info 10115[16:03:32.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10116[16:03:32.153] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 992 structureChanged: false structureIsReused:: Completely Elapsed: 14.120820999145508ms +Info 10117[16:03:32.153] Different program with same set of files +Info 10118[16:03:32.153] getCompletionData: Get current token: 0.0034730006009340286 +Info 10119[16:03:32.154] getCompletionData: Is inside comment: 0.0065359994769096375 +Info 10120[16:03:32.154] getCompletionData: Get previous token: 0.006225999444723129 +Info 10121[16:03:32.154] getCompletionsAtPosition: isCompletionListBlocker: 0.0014240015298128128 +Info 10122[16:03:32.154] Returning an empty list because completion was requested in an invalid position. +Info 10123[16:03:32.154] Format host information updated +Info 10124[16:03:32.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10125[16:03:32.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 993 structureChanged: false structureIsReused:: Completely Elapsed: 10.67021800018847ms +Info 10126[16:03:32.289] Different program with same set of files +Info 10127[16:03:32.289] getCompletionData: Get current token: 0.0027809999883174896 +Info 10128[16:03:32.289] getCompletionData: Is inside comment: 0.005660999566316605 +Info 10129[16:03:32.289] getCompletionData: Get previous token: 0.005836000666022301 +Info 10130[16:03:32.289] getCompletionsAtPosition: isCompletionListBlocker: 0.001530000939965248 +Info 10131[16:03:32.289] Returning an empty list because completion was requested in an invalid position. +Info 10132[16:03:32.289] Format host information updated +Info 10133[16:03:32.381] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10134[16:03:32.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 994 structureChanged: false structureIsReused:: Completely Elapsed: 10.605402000248432ms +Info 10135[16:03:32.391] Different program with same set of files +Info 10136[16:03:32.392] getCompletionData: Get current token: 0.002708001062273979 +Info 10137[16:03:32.392] getCompletionData: Is inside comment: 0.0058639999479055405 +Info 10138[16:03:32.392] getCompletionData: Get previous token: 0.006152000278234482 +Info 10139[16:03:32.392] getCompletionsAtPosition: isCompletionListBlocker: 0.0014939997345209122 +Info 10140[16:03:32.392] Returning an empty list because completion was requested in an invalid position. +Info 10141[16:03:32.392] Format host information updated +Info 10142[16:03:32.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10143[16:03:32.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 995 structureChanged: false structureIsReused:: Completely Elapsed: 7.86799499951303ms +Info 10144[16:03:32.538] Different program with same set of files +Info 10145[16:03:32.538] getCompletionData: Get current token: 0.0030049998313188553 +Info 10146[16:03:32.538] getCompletionData: Is inside comment: 0.006513999775052071 +Info 10147[16:03:32.538] getCompletionData: Get previous token: 0.006709998473525047 +Info 10148[16:03:32.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0018139984458684921 +Info 10149[16:03:32.538] Returning an empty list because completion was requested in an invalid position. +Info 10150[16:03:32.538] Format host information updated +Info 10151[16:03:32.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10152[16:03:32.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 996 structureChanged: false structureIsReused:: Completely Elapsed: 7.895070001482964ms +Info 10153[16:03:32.951] Different program with same set of files +Info 10154[16:03:32.951] getCompletionData: Get current token: 0.0031800009310245514 +Info 10155[16:03:32.951] getCompletionData: Is inside comment: 0.007376000285148621 +Info 10156[16:03:32.951] getCompletionData: Get previous token: 0.009782999753952026 +Info 10157[16:03:32.951] getCompletionsAtPosition: isCompletionListBlocker: 0.002061000093817711 +Info 10158[16:03:32.951] Returning an empty list because completion was requested in an invalid position. +Info 10159[16:03:32.952] Format host information updated +Info 10160[16:03:33.332] Format host information updated +Info 10161[16:03:33.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10162[16:03:33.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 997 structureChanged: false structureIsReused:: Completely Elapsed: 6.186244999989867ms +Info 10163[16:03:33.338] Different program with same set of files +Info 10164[16:04:32.892] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10165[16:04:32.893] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.purs +Info 10166[16:04:32.893] Elapsed:: 1.5996199995279312ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10167[16:04:32.893] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10168[16:04:32.894] Elapsed:: 0.8322490006685257ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations diff --git a/.log/tsserver-log-2Qwnt2/ti-339445.log b/.log/tsserver-log-2Qwnt2/ti-339445.log new file mode 100644 index 0000000..138a91b --- /dev/null +++ b/.log/tsserver-log-2Qwnt2/ti-339445.log @@ -0,0 +1,32 @@ +[13:56:56.489] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[13:56:56.490] Processing cache location '/home/orion/.cache/typescript/5.2' +[13:56:56.490] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[13:56:56.490] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[13:56:56.490] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[13:56:56.490] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[13:56:56.491] Process id: 339478 +[13:56:56.491] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[13:56:56.491] validateDefaultNpmLocation: true +[13:56:56.491] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[13:56:56.491] Updating types-registry npm package... +[13:56:56.491] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[13:56:57.130] Succeeded. stdout: + + up to date, audited 36 packages in 489ms + +found 0 vulnerabilities + +[13:56:57.130] Updated types-registry npm package +[13:56:57.158] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:56:57.168] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[13:56:57.169] Explicitly included types: [] +[13:56:57.169] Inferred typings from unresolved imports: [] +[13:56:57.169] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:56:57.169] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:56:57.169] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:56:57.169] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:56:57.169] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[13:56:57.170] Response has been sent. +[13:56:57.170] No new typings were requested as a result of typings discovery +[14:27:37.481] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-2Qwnt2/tsserver.log b/.log/tsserver-log-2Qwnt2/tsserver.log new file mode 100644 index 0000000..d7fb763 --- /dev/null +++ b/.log/tsserver-log-2Qwnt2/tsserver.log @@ -0,0 +1,138 @@ +Info 0 [13:56:54.890] Starting TS Server +Info 1 [13:56:54.891] Version: 5.2.2 +Info 2 [13:56:54.891] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/e85ebd170fda7cc1aa05001917f4c482/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-2Qwnt2/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [13:56:54.891] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [13:56:54.891] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [13:56:54.917] Format host information updated +Info 6 [13:56:54.919] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [13:56:54.920] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [13:56:54.920] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [13:56:54.935] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [13:56:54.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [13:56:55.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 928.7393020000309ms +Info 12 [13:56:55.869] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [13:56:55.869] Files (145) + +Info 14 [13:56:55.869] ----------------------------------------------- +Info 15 [13:56:55.877] AutoImportProviderProject: found 16 root files in 5 dependencies in 6.0071160001680255 ms +Info 16 [13:56:55.886] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [13:56:56.484] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 598.2701960001141ms +Info 18 [13:56:56.484] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [13:56:56.484] Files (271) + +Info 20 [13:56:56.484] ----------------------------------------------- +Info 21 [13:56:56.488] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [13:56:56.488] Files (145) + +Info 21 [13:56:56.488] ----------------------------------------------- +Info 21 [13:56:56.488] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [13:56:56.488] Files (271) + +Info 21 [13:56:56.488] ----------------------------------------------- +Info 21 [13:56:56.488] Open files: +Info 21 [13:56:56.488] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [13:56:56.488] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [13:56:56.488] Format host information updated +Info 22 [13:56:56.488] Format host information updated +Info 23 [13:56:56.490] Format host information updated +Info 24 [13:56:56.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25 [13:56:56.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed: 25.77815099991858ms +Info 26 [13:56:56.516] Different program with same set of files +Info 27 [13:56:56.540] Format host information updated +Info 28 [13:56:56.540] Format host information updated +Info 29 [13:56:56.540] Format host information updated +Info 30 [13:56:56.541] Format host information updated +Info 31 [13:56:56.541] Format host information updated +Info 32 [13:56:56.541] Format host information updated +Info 33 [13:56:56.542] Format host information updated +Info 34 [13:56:56.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 35 [13:56:56.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.037192000076175ms +Info 36 [13:56:56.562] Different program with same set of files +Info 37 [13:56:59.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 38 [13:56:59.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 14.762875999324024ms +Info 39 [13:56:59.876] Different program with same set of files +Info 40 [13:56:59.892] getCompletionData: Get current token: 0.07430300023406744 +Info 41 [13:56:59.892] getCompletionData: Is inside comment: 0.03017100039869547 +Info 42 [13:56:59.892] getCompletionData: Get previous token: 0.0499519994482398 +Info 43 [13:56:59.892] getCompletionsAtPosition: isCompletionListBlocker: 0.11406099982559681 +Info 44 [13:56:59.892] Returning an empty list because completion was requested in an invalid position. +Info 45 [13:56:59.892] Format host information updated +Info 46 [13:57:00.077] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 47 [13:57:00.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 12.658661999739707ms +Info 48 [13:57:00.090] Different program with same set of files +Info 49 [13:57:00.090] getCompletionData: Get current token: 0.02065899968147278 +Info 50 [13:57:00.090] getCompletionData: Is inside comment: 0.07977799978107214 +Info 51 [13:57:00.090] getCompletionData: Get previous token: 0.03624099958688021 +Info 52 [13:57:00.090] getCompletionsAtPosition: isCompletionListBlocker: 0.0019320007413625717 +Info 53 [13:57:00.090] Returning an empty list because completion was requested in an invalid position. +Info 54 [13:57:00.090] Format host information updated +Info 55 [13:57:00.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 56 [13:57:00.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 15.795773999765515ms +Info 57 [13:57:00.205] Different program with same set of files +Info 58 [13:57:00.205] getCompletionData: Get current token: 0.014716999605298042 +Info 59 [13:57:00.205] getCompletionData: Is inside comment: 0.0351970000192523 +Info 60 [13:57:00.205] getCompletionData: Get previous token: 0.05249699950218201 +Info 61 [13:57:00.205] getCompletionsAtPosition: isCompletionListBlocker: 0.003570999950170517 +Info 62 [13:57:00.205] Returning an empty list because completion was requested in an invalid position. +Info 63 [13:57:00.206] Format host information updated +Info 64 [13:57:00.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 65 [13:57:00.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 9.082834000699222ms +Info 66 [13:57:00.373] Different program with same set of files +Info 67 [13:57:00.373] getCompletionData: Get current token: 0.005650999955832958 +Info 68 [13:57:00.373] getCompletionData: Is inside comment: 0.026964000426232815 +Info 69 [13:57:00.373] getCompletionData: Get previous token: 0.016379999928176403 +Info 70 [13:57:00.373] getCompletionsAtPosition: isCompletionListBlocker: 0.001604999415576458 +Info 71 [13:57:00.373] Returning an empty list because completion was requested in an invalid position. +Info 72 [13:57:00.373] Format host information updated +Info 73 [13:57:00.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 74 [13:57:00.543] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 37.14070799946785ms +Info 75 [13:57:00.543] Different program with same set of files +Info 76 [13:57:00.543] getCompletionData: Get current token: 0.015004999935626984 +Info 77 [13:57:00.543] getCompletionData: Is inside comment: 0.04297900013625622 +Info 78 [13:57:00.543] getCompletionData: Get previous token: 0.042830999940633774 +Info 79 [13:57:00.543] getCompletionsAtPosition: isCompletionListBlocker: 0.007404000498354435 +Info 80 [13:57:00.543] Returning an empty list because completion was requested in an invalid position. +Info 81 [13:57:00.544] Format host information updated diff --git a/.log/tsserver-log-58Lq68/ti-41847.log b/.log/tsserver-log-58Lq68/ti-41847.log new file mode 100644 index 0000000..336cc43 --- /dev/null +++ b/.log/tsserver-log-58Lq68/ti-41847.log @@ -0,0 +1,171 @@ +[09:51:57.420] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[09:51:57.421] Processing cache location '/home/orion/.cache/typescript/5.2' +[09:51:57.421] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[09:51:57.423] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[09:51:57.423] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[09:51:57.423] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[09:51:57.423] Process id: 41868 +[09:51:57.423] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[09:51:57.423] validateDefaultNpmLocation: true +[09:51:57.423] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[09:51:57.423] Updating types-registry npm package... +[09:51:57.423] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[09:51:58.234] Succeeded. stdout: + + up to date, audited 35 packages in 574ms + +found 0 vulnerabilities + +[09:51:58.235] Updated types-registry npm package +[09:51:58.287] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[09:51:58.300] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[09:51:58.300] Explicitly included types: [] +[09:51:58.301] Inferred typings from unresolved imports: [] +[09:51:58.301] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[09:51:58.301] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[09:51:58.301] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[09:51:58.301] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[09:51:58.301] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[09:51:58.301] Response has been sent. +[09:51:58.301] No new typings were requested as a result of typings discovery +[11:31:09.804] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:31:09.804] Explicitly included types: [] +[11:31:09.805] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[11:31:09.805] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:31:09.807] Package 'puppeteer' provides its own types. +[11:31:09.807] Package 'bun-types' provides its own types. +[11:31:09.808] Found package names: ["callsites","purs-tidy"] +[11:31:09.808] Inferred typings from unresolved imports: [] +[11:31:09.808] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:31:09.808] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:31:09.808] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:31:09.808] Response has been sent. +[11:31:09.808] Installing typings ["callsites","purs-tidy","typescript"] +[11:31:09.809] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:31:09.809] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:31:09.809] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:31:09.809] All typings are known to be missing or invalid - no need to install more typings +[11:31:09.809] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:31:09.809] Response has been sent. +[11:31:10.049] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:31:10.049] Explicitly included types: [] +[11:31:10.049] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[11:31:10.049] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:31:10.050] Package 'puppeteer' provides its own types. +[11:31:10.051] Package 'bun-types' provides its own types. +[11:31:10.051] Found package names: ["callsites","purs-tidy"] +[11:31:10.051] Inferred typings from unresolved imports: [] +[11:31:10.051] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:31:10.051] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:31:10.052] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[11:31:10.052] Response has been sent. +[11:31:10.052] Installing typings ["callsites","purs-tidy","typescript"] +[11:31:10.052] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:31:10.052] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:31:10.052] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:31:10.052] All typings are known to be missing or invalid - no need to install more typings +[11:31:10.052] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:31:10.052] Response has been sent. +[11:32:07.616] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:32:07.617] Explicitly included types: [] +[11:32:07.617] Inferred typings from unresolved imports: [] +[11:32:07.618] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[11:32:07.618] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[11:32:07.618] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:32:07.618] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:32:07.618] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[11:32:07.618] Response has been sent. +[11:32:07.618] No new typings were requested as a result of typings discovery +[11:32:09.854] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:32:09.854] Explicitly included types: [] +[11:32:09.854] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[11:32:09.854] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:32:09.855] Package 'puppeteer' provides its own types. +[11:32:09.856] Package 'bun-types' provides its own types. +[11:32:09.856] Found package names: ["callsites","purs-tidy"] +[11:32:09.856] Inferred typings from unresolved imports: [] +[11:32:09.856] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:32:09.856] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:32:09.856] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:32:09.856] Response has been sent. +[11:32:09.856] Installing typings ["callsites","purs-tidy","typescript"] +[11:32:09.856] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:32:09.856] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:32:09.856] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:32:09.857] All typings are known to be missing or invalid - no need to install more typings +[11:32:09.857] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:32:09.857] Response has been sent. +[11:33:28.345] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["))}"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:33:28.347] Explicitly included types: [] +[11:33:28.347] Inferred typings from unresolved imports: ["))}"] +[11:33:28.347] Result: {"cachedTypingPaths":[],"newTypingNames":["))}"],"filesToWatch":[]} +[11:33:28.348] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["))}"],"filesToWatch":[]} +[11:33:28.348] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:28.348] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:28.348] Installing typings ["))}"] +[11:33:28.348] '))}':: Package name '))}' contains non URI safe characters +[11:33:28.348] All typings are known to be missing or invalid - no need to install more typings +[11:33:28.348] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["))}"],"kind":"action::set"} +[11:33:28.349] Response has been sent. +[11:33:28.522] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:33:28.522] Explicitly included types: [] +[11:33:28.522] Inferred typings from unresolved imports: [""] +[11:33:28.522] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[11:33:28.522] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[11:33:28.522] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:28.522] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:28.522] Installing typings [""] +[11:33:28.522] '':: Package name '' cannot be empty +[11:33:28.522] All typings are known to be missing or invalid - no need to install more typings +[11:33:28.523] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[11:33:28.523] Response has been sent. +[11:33:29.317] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:33:29.318] Explicitly included types: [] +[11:33:29.318] Inferred typings from unresolved imports: ["p"] +[11:33:29.318] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[11:33:29.318] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[11:33:29.318] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:29.318] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:29.318] Installing typings ["p"] +[11:33:29.318] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[11:33:29.318] All typings are known to be missing or invalid - no need to install more typings +[11:33:29.318] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[11:33:29.318] Response has been sent. +[11:33:29.394] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:33:29.394] Explicitly included types: [] +[11:33:29.394] Inferred typings from unresolved imports: ["pu"] +[11:33:29.394] Result: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[11:33:29.394] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[11:33:29.394] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:29.394] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:29.394] Installing typings ["pu"] +[11:33:29.394] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[11:33:29.394] All typings are known to be missing or invalid - no need to install more typings +[11:33:29.394] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu"],"kind":"action::set"} +[11:33:29.394] Response has been sent. +[11:33:29.493] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:33:29.493] Explicitly included types: [] +[11:33:29.494] Inferred typings from unresolved imports: ["pup"] +[11:33:29.494] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[11:33:29.494] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[11:33:29.494] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:29.494] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:33:29.494] Installing typings ["pup"] +[11:33:29.494] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[11:33:29.494] All typings are known to be missing or invalid - no need to install more typings +[11:33:29.494] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[11:33:29.494] Response has been sent. +[11:39:58.166] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-58Lq68/tsserver.log b/.log/tsserver-log-58Lq68/tsserver.log new file mode 100644 index 0000000..5806e76 --- /dev/null +++ b/.log/tsserver-log-58Lq68/tsserver.log @@ -0,0 +1,5375 @@ +Info 0 [09:51:55.112] Starting TS Server +Info 1 [09:51:55.114] Version: 5.2.2 +Info 2 [09:51:55.114] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/efa8523dddd2429fb917bb394d8a7359/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-58Lq68/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [09:51:55.114] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [09:51:55.114] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [09:51:55.123] Format host information updated +Info 6 [09:51:55.125] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [09:51:55.126] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [09:51:55.126] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [09:51:55.140] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [09:51:55.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [09:51:56.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1649.439255000092ms +Info 12 [09:51:56.793] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [09:51:56.793] Files (131) + +Info 14 [09:51:56.793] ----------------------------------------------- +Info 15 [09:51:56.809] AutoImportProviderProject: found 16 root files in 5 dependencies in 11.125793999992311 ms +Info 16 [09:51:56.865] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [09:51:57.413] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 548.0233289999887ms +Info 18 [09:51:57.413] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [09:51:57.413] Files (267) + +Info 20 [09:51:57.413] ----------------------------------------------- +Info 21 [09:51:57.417] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [09:51:57.417] Files (131) + +Info 21 [09:51:57.417] ----------------------------------------------- +Info 21 [09:51:57.417] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [09:51:57.417] Files (267) + +Info 21 [09:51:57.417] ----------------------------------------------- +Info 21 [09:51:57.417] Open files: +Info 21 [09:51:57.417] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [09:51:57.417] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [09:51:57.419] Format host information updated +Info 22 [09:51:57.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [09:51:57.435] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 15.219721999950707ms +Info 24 [09:51:57.435] Different program with same set of files +Info 25 [09:51:57.453] Format host information updated +Info 26 [09:51:57.527] Format host information updated +Info 27 [09:51:58.161] Format host information updated +Info 28 [09:51:58.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29 [09:51:58.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 12.813647000002675ms +Info 30 [09:51:58.174] Different program with same set of files +Info 31 [09:51:59.920] Before ensureProjectForOpenFiles: +Info 32 [09:51:59.921] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 32 [09:51:59.921] Files (131) + +Info 32 [09:51:59.921] ----------------------------------------------- +Info 32 [09:51:59.921] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 32 [09:51:59.921] Files (267) + +Info 32 [09:51:59.921] ----------------------------------------------- +Info 32 [09:51:59.921] Open files: +Info 32 [09:51:59.921] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 32 [09:51:59.921] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 32 [09:51:59.921] After ensureProjectForOpenFiles: +Info 33 [09:51:59.921] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 33 [09:51:59.921] Files (131) + +Info 33 [09:51:59.921] ----------------------------------------------- +Info 33 [09:51:59.921] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 33 [09:51:59.921] Files (267) + +Info 33 [09:51:59.921] ----------------------------------------------- +Info 33 [09:51:59.921] Open files: +Info 33 [09:51:59.921] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 33 [09:51:59.921] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 33 [09:51:59.922] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 34 [09:52:00.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 35 [09:52:00.183] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 10.341926000081003ms +Info 36 [09:52:00.183] Different program with same set of files +Info 37 [09:52:00.203] getCompletionData: Get current token: 0.022921000025235116 +Info 38 [09:52:00.203] getCompletionData: Is inside comment: 0.0889730000635609 +Info 39 [09:52:00.203] getCompletionData: Get previous token: 0.04607500007841736 +Info 40 [09:52:00.203] getCompletionsAtPosition: isCompletionListBlocker: 0.1199860000051558 +Info 41 [09:52:00.203] Returning an empty list because completion was requested in an invalid position. +Info 42 [09:52:00.204] Format host information updated +Info 43 [09:52:00.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 44 [09:52:00.415] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 13.63217400002759ms +Info 45 [09:52:00.415] Different program with same set of files +Info 46 [09:52:00.415] getCompletionData: Get current token: 0.010027999989688396 +Info 47 [09:52:00.415] getCompletionData: Is inside comment: 0.015699999989010394 +Info 48 [09:52:00.415] getCompletionData: Get previous token: 0.020949000027030706 +Info 49 [09:52:00.415] getCompletionsAtPosition: isCompletionListBlocker: 0.0017229999648407102 +Info 50 [09:52:00.415] Returning an empty list because completion was requested in an invalid position. +Info 51 [09:52:00.416] Format host information updated +Info 52 [09:52:00.486] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 53 [09:52:00.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 18.354064999963157ms +Info 54 [09:52:00.505] Different program with same set of files +Info 55 [09:52:00.505] getCompletionData: Get current token: 0.014473000075668097 +Info 56 [09:52:00.506] getCompletionData: Is inside comment: 0.04183300002478063 +Info 57 [09:52:00.506] getCompletionData: Get previous token: 0.054124000016599894 +Info 58 [09:52:00.506] getCompletionsAtPosition: isCompletionListBlocker: 0.00443900004029274 +Info 59 [09:52:00.506] Returning an empty list because completion was requested in an invalid position. +Info 60 [09:52:00.506] Format host information updated +Info 61 [09:52:00.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 62 [09:52:00.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 33.196803999948315ms +Info 63 [09:52:00.633] Different program with same set of files +Info 64 [09:52:00.634] getCompletionData: Get current token: 0.011532000033184886 +Info 65 [09:52:00.634] getCompletionData: Is inside comment: 0.024884000071324408 +Info 66 [09:52:00.634] getCompletionData: Get previous token: 0.05160699994303286 +Info 67 [09:52:00.634] getCompletionsAtPosition: isCompletionListBlocker: 0.0035989999305456877 +Info 68 [09:52:00.634] Returning an empty list because completion was requested in an invalid position. +Info 69 [09:52:00.634] Format host information updated +Info 70 [09:52:00.771] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 71 [09:52:00.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 33.60198799998034ms +Info 72 [09:52:00.805] Different program with same set of files +Info 73 [09:52:00.806] getCompletionData: Get current token: 0.021145000006072223 +Info 74 [09:52:00.806] getCompletionData: Is inside comment: 0.06048299989197403 +Info 75 [09:52:00.806] getCompletionData: Get previous token: 0.057595000020228326 +Info 76 [09:52:00.806] getCompletionsAtPosition: isCompletionListBlocker: 0.010766000021249056 +Info 77 [09:52:00.806] Returning an empty list because completion was requested in an invalid position. +Info 78 [09:52:00.807] Format host information updated +Info 79 [09:52:00.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 80 [09:52:00.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 28.258637000108138ms +Info 81 [09:52:00.932] Different program with same set of files +Info 82 [09:52:00.932] getCompletionData: Get current token: 0.015603999956510961 +Info 83 [09:52:00.932] getCompletionData: Is inside comment: 0.04339000000618398 +Info 84 [09:52:00.932] getCompletionData: Get previous token: 0.157268000068143 +Info 85 [09:52:00.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0043539999751374125 +Info 86 [09:52:00.932] Returning an empty list because completion was requested in an invalid position. +Info 87 [09:52:00.937] Format host information updated +Info 88 [09:52:00.967] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 89 [09:52:00.976] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 9.73211199999787ms +Info 90 [09:52:00.976] Different program with same set of files +Info 91 [09:52:00.977] getCompletionData: Get current token: 0.011928000021725893 +Info 92 [09:52:00.977] getCompletionData: Is inside comment: 0.016469999914988875 +Info 93 [09:52:00.977] getCompletionData: Get previous token: 0.024043000070378184 +Info 94 [09:52:00.977] getCompletionsAtPosition: isCompletionListBlocker: 0.002318000071682036 +Info 95 [09:52:00.977] Returning an empty list because completion was requested in an invalid position. +Info 96 [09:52:00.977] Format host information updated +Info 97 [09:52:01.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 98 [09:52:01.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 6.859091000049375ms +Info 99 [09:52:01.106] Different program with same set of files +Info 100 [09:52:01.106] getCompletionData: Get current token: 0.006138999946415424 +Info 101 [09:52:01.106] getCompletionData: Is inside comment: 0.014267000020481646 +Info 102 [09:52:01.106] getCompletionData: Get previous token: 0.015690999920479953 +Info 103 [09:52:01.106] getCompletionsAtPosition: isCompletionListBlocker: 0.001927000004798174 +Info 104 [09:52:01.106] Returning an empty list because completion was requested in an invalid position. +Info 105 [09:52:01.108] Format host information updated +Info 106 [09:52:01.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 107 [09:52:01.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 25.10864600003697ms +Info 108 [09:52:01.207] Different program with same set of files +Info 109 [09:52:01.208] getCompletionData: Get current token: 0.01436699996702373 +Info 110 [09:52:01.208] getCompletionData: Is inside comment: 0.028832999989390373 +Info 111 [09:52:01.208] getCompletionData: Get previous token: 0.03531700000166893 +Info 112 [09:52:01.208] getCompletionsAtPosition: isCompletionListBlocker: 0.0059139999793842435 +Info 113 [09:52:01.208] Returning an empty list because completion was requested in an invalid position. +Info 114 [09:52:01.209] Format host information updated +Info 115 [09:52:01.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 116 [09:52:01.371] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 8.126487999921665ms +Info 117 [09:52:01.371] Different program with same set of files +Info 118 [09:52:01.372] getCompletionData: Get current token: 0.006525999982841313 +Info 119 [09:52:01.372] getCompletionData: Is inside comment: 0.012818000046536326 +Info 120 [09:52:01.372] getCompletionData: Get previous token: 0.015914999996311963 +Info 121 [09:52:01.372] getCompletionsAtPosition: isCompletionListBlocker: 0.002652999944984913 +Info 122 [09:52:01.372] Returning an empty list because completion was requested in an invalid position. +Info 123 [09:52:01.372] Format host information updated +Info 124 [09:52:01.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 125 [09:52:01.499] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 30.24518500000704ms +Info 126 [09:52:01.499] Different program with same set of files +Info 127 [09:52:01.499] getCompletionData: Get current token: 0.014506999985314906 +Info 128 [09:52:01.499] getCompletionData: Is inside comment: 0.028683000011369586 +Info 129 [09:52:01.499] getCompletionData: Get previous token: 0.035365000017918646 +Info 130 [09:52:01.500] getCompletionsAtPosition: isCompletionListBlocker: 0.004437000025063753 +Info 131 [09:52:01.500] Returning an empty list because completion was requested in an invalid position. +Info 132 [09:52:01.500] Format host information updated +Info 133 [09:52:01.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 134 [09:52:01.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 27.369134000036865ms +Info 135 [09:52:01.625] Different program with same set of files +Info 136 [09:52:01.626] getCompletionData: Get current token: 0.027987999957986176 +Info 137 [09:52:01.626] getCompletionData: Is inside comment: 0.05491299997083843 +Info 138 [09:52:01.626] getCompletionData: Get previous token: 0.07278699998278171 +Info 139 [09:52:01.626] getCompletionsAtPosition: isCompletionListBlocker: 0.00882600003387779 +Info 140 [09:52:01.626] Returning an empty list because completion was requested in an invalid position. +Info 141 [09:52:01.627] Format host information updated +Info 142 [09:52:01.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 143 [09:52:01.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 15.55947900004685ms +Info 144 [09:52:01.681] Different program with same set of files +Info 145 [09:52:01.681] getCompletionData: Get current token: 0.011698000016622245 +Info 146 [09:52:01.681] getCompletionData: Is inside comment: 0.023108000052161515 +Info 147 [09:52:01.681] getCompletionData: Get previous token: 0.028329000109806657 +Info 148 [09:52:01.681] getCompletionsAtPosition: isCompletionListBlocker: 0.003508000052534044 +Info 149 [09:52:01.681] Returning an empty list because completion was requested in an invalid position. +Info 150 [09:52:01.682] Format host information updated +Info 151 [11:31:08.892] Search path: /home/orion/src/purescript-puppeteer/src +Info 152 [11:31:08.892] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 153 [11:31:08.893] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 154 [11:31:09.353] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 459.67416599951684ms +Info 155 [11:31:09.353] Project '/dev/null/inferredProject1*' (Inferred) +Info 156 [11:31:09.353] Files (106) + +Info 157 [11:31:09.353] ----------------------------------------------- +Info 158 [11:31:09.356] AutoImportProviderProject: found 5 root files in 5 dependencies in 2.4717729995027184 ms +Info 159 [11:31:09.356] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 160 [11:31:09.802] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 445.959815999493ms +Info 161 [11:31:09.802] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 162 [11:31:09.802] Files (183) + +Info 163 [11:31:09.802] ----------------------------------------------- +Info 164 [11:31:09.804] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 164 [11:31:09.804] Files (131) + +Info 164 [11:31:09.804] ----------------------------------------------- +Info 164 [11:31:09.804] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 164 [11:31:09.804] Files (267) + +Info 164 [11:31:09.804] ----------------------------------------------- +Info 164 [11:31:09.804] Project '/dev/null/inferredProject1*' (Inferred) +Info 164 [11:31:09.804] Files (106) + +Info 164 [11:31:09.804] ----------------------------------------------- +Info 164 [11:31:09.804] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 164 [11:31:09.804] Files (183) + +Info 164 [11:31:09.804] ----------------------------------------------- +Info 164 [11:31:09.804] Open files: +Info 164 [11:31:09.804] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 164 [11:31:09.804] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 164 [11:31:09.804] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 164 [11:31:09.804] Projects: /dev/null/inferredProject1* +Info 164 [11:31:09.805] Format host information updated +Info 165 [11:31:09.809] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 166 [11:31:09.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.31764400005340576ms +Info 167 [11:31:09.810] Format host information updated +Info 168 [11:31:09.810] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 169 [11:31:09.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 132.44143200013787ms +Info 170 [11:31:09.943] Project '/dev/null/inferredProject1*' (Inferred) +Info 171 [11:31:09.943] Files (125) + +Info 172 [11:31:09.943] ----------------------------------------------- +Info 173 [11:31:09.943] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 174 [11:31:09.943] Files (183) + +Info 175 [11:31:09.943] ----------------------------------------------- +Info 176 [11:31:09.943] getCompletionData: Get current token: 0.0031049996614456177 +Info 177 [11:31:09.943] getCompletionData: Is inside comment: 0.007164999842643738 +Info 178 [11:31:09.943] getCompletionData: Get previous token: 0.007082999683916569 +Info 179 [11:31:09.946] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.2770279999822378 ms +Info 180 [11:31:09.947] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 181 [11:31:09.956] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 9.414824000559747ms +Info 182 [11:31:09.956] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 183 [11:31:09.956] Files (179) + +Info 184 [11:31:09.956] ----------------------------------------------- +Info 185 [11:31:09.956] getExportInfoMap: cache miss or empty; calculating new results +Info 186 [11:31:10.016] forEachExternalModuleToImportFrom autoImportProvider: 42.1334739997983 +Info 187 [11:31:10.016] getExportInfoMap: done in 70.69257300067693 ms +Info 188 [11:31:10.031] collectAutoImports: resolved 4 module specifiers, plus 103 ambient and 17 from cache +Info 189 [11:31:10.031] collectAutoImports: response is complete +Info 190 [11:31:10.031] collectAutoImports: 13.805987000465393 +Info 191 [11:31:10.031] getCompletionData: Semantic work: 87.2755439998582 +Info 192 [11:31:10.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.356335000135005 +Info 193 [11:31:10.049] Format host information updated +Info 194 [11:31:10.052] Format host information updated +Info 195 [11:31:10.052] Format host information updated +Info 196 [11:31:10.052] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 197 [11:31:10.066] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 13.537352999672294ms +Info 198 [11:31:10.066] Different program with same set of files +Info 199 [11:31:10.066] getCompletionData: Get current token: 0.004174999892711639 +Info 200 [11:31:10.066] getCompletionData: Is inside comment: 0.010037999600172043 +Info 201 [11:31:10.066] getCompletionData: Get previous token: 0.011105000041425228 +Info 202 [11:31:10.067] getExportInfoMap: cache hit +Info 203 [11:31:10.071] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 204 [11:31:10.071] collectAutoImports: response is complete +Info 205 [11:31:10.071] collectAutoImports: 3.7312369998544455 +Info 206 [11:31:10.071] getCompletionData: Semantic work: 4.893475000746548 +Info 207 [11:31:10.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.293139999732375 +Info 208 [11:31:10.074] Format host information updated +Info 209 [11:31:10.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 210 [11:31:10.116] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 10.285709000192583ms +Info 211 [11:31:10.116] Different program with same set of files +Info 212 [11:31:10.116] getCompletionData: Get current token: 0.003544999286532402 +Info 213 [11:31:10.116] getCompletionData: Is inside comment: 0.006953000091016293 +Info 214 [11:31:10.116] getCompletionData: Get previous token: 0.023996000178158283 +Info 215 [11:31:10.117] getExportInfoMap: cache hit +Info 216 [11:31:10.150] collectAutoImports: resolved 9 module specifiers, plus 1023 ambient and 153 from cache +Info 217 [11:31:10.150] collectAutoImports: response is complete +Info 218 [11:31:10.150] collectAutoImports: 33.30859600007534 +Info 219 [11:31:10.150] getCompletionData: Semantic work: 34.21454400010407 +Info 220 [11:31:10.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.86855399981141 +Info 221 [11:31:10.178] Format host information updated +Info 222 [11:31:10.186] Format host information updated +Info 223 [11:31:10.187] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 224 [11:31:10.197] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 10.733362999744713ms +Info 225 [11:31:10.198] Different program with same set of files +Info 226 [11:31:10.368] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 227 [11:31:10.376] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 8.242848999798298ms +Info 228 [11:31:10.376] Different program with same set of files +Info 229 [11:31:10.376] getCompletionData: Get current token: 0.003533000126481056 +Info 230 [11:31:10.376] getCompletionData: Is inside comment: 0.007364999502897263 +Info 231 [11:31:10.376] getCompletionData: Get previous token: 0.009378999471664429 +Info 232 [11:31:10.377] getCompletionsAtPosition: isCompletionListBlocker: 0.1390829998999834 +Info 233 [11:31:10.377] getExportInfoMap: cache hit +Info 234 [11:31:10.383] collectAutoImports: resolved 0 module specifiers, plus 74 ambient and 26 from cache +Info 235 [11:31:10.383] collectAutoImports: response is complete +Info 236 [11:31:10.383] collectAutoImports: 5.740095000714064 +Info 237 [11:31:10.383] getCompletionData: Semantic work: 6.731142999604344 +Info 238 [11:31:10.386] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.746650000102818 +Info 239 [11:31:10.387] Format host information updated +Info 240 [11:31:10.451] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 241 [11:31:10.478] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 27.190116999670863ms +Info 242 [11:31:10.478] Different program with same set of files +Info 243 [11:31:10.479] getCompletionData: Get current token: 0.014125999994575977 +Info 244 [11:31:10.479] getCompletionData: Is inside comment: 0.029738999903202057 +Info 245 [11:31:10.479] getCompletionData: Get previous token: 0.03896999917924404 +Info 246 [11:31:10.479] getCompletionsAtPosition: isCompletionListBlocker: 0.030087999999523163 +Info 247 [11:31:10.482] getExportInfoMap: cache hit +Info 248 [11:31:10.502] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 19 from cache +Info 249 [11:31:10.502] collectAutoImports: response is complete +Info 250 [11:31:10.502] collectAutoImports: 19.252598999999464 +Info 251 [11:31:10.502] getCompletionData: Semantic work: 22.631082999520004 +Info 252 [11:31:10.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7194959996268153 +Info 253 [11:31:10.507] Format host information updated +Info 254 [11:31:10.539] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 255 [11:31:10.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 6.37213100027293ms +Info 256 [11:31:10.545] Different program with same set of files +Info 257 [11:31:10.545] getCompletionData: Get current token: 0.0030939998105168343 +Info 258 [11:31:10.545] getCompletionData: Is inside comment: 0.007368000224232674 +Info 259 [11:31:10.545] getCompletionData: Get previous token: 0.01080199982970953 +Info 260 [11:31:10.546] getCompletionsAtPosition: isCompletionListBlocker: 0.008448000065982342 +Info 261 [11:31:10.546] getExportInfoMap: cache hit +Info 262 [11:31:10.566] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 263 [11:31:10.566] collectAutoImports: response is complete +Info 264 [11:31:10.566] collectAutoImports: 19.591946000233293 +Info 265 [11:31:10.566] getCompletionData: Semantic work: 20.518906000070274 +Info 266 [11:31:10.575] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.061474999412894 +Info 267 [11:31:10.580] Format host information updated +Info 268 [11:31:10.646] Format host information updated +Info 269 [11:31:10.646] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 270 [11:31:10.657] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 10.854336000047624ms +Info 271 [11:31:10.657] Different program with same set of files +Info 272 [11:31:12.311] Before ensureProjectForOpenFiles: +Info 273 [11:31:12.311] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 273 [11:31:12.311] Files (131) + +Info 273 [11:31:12.311] ----------------------------------------------- +Info 273 [11:31:12.311] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 273 [11:31:12.311] Files (267) + +Info 273 [11:31:12.311] ----------------------------------------------- +Info 273 [11:31:12.311] Project '/dev/null/inferredProject1*' (Inferred) +Info 273 [11:31:12.311] Files (125) + +Info 273 [11:31:12.311] ----------------------------------------------- +Info 273 [11:31:12.311] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 273 [11:31:12.311] Files (179) + +Info 273 [11:31:12.311] ----------------------------------------------- +Info 273 [11:31:12.311] Open files: +Info 273 [11:31:12.311] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 273 [11:31:12.311] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 273 [11:31:12.311] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 273 [11:31:12.311] Projects: /dev/null/inferredProject1* +Info 273 [11:31:12.311] After ensureProjectForOpenFiles: +Info 274 [11:31:12.311] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 274 [11:31:12.311] Files (131) + +Info 274 [11:31:12.311] ----------------------------------------------- +Info 274 [11:31:12.311] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 274 [11:31:12.311] Files (267) + +Info 274 [11:31:12.311] ----------------------------------------------- +Info 274 [11:31:12.311] Project '/dev/null/inferredProject1*' (Inferred) +Info 274 [11:31:12.311] Files (125) + +Info 274 [11:31:12.311] ----------------------------------------------- +Info 274 [11:31:12.311] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 274 [11:31:12.311] Files (179) + +Info 274 [11:31:12.311] ----------------------------------------------- +Info 274 [11:31:12.311] Open files: +Info 274 [11:31:12.311] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 274 [11:31:12.311] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 274 [11:31:12.311] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 274 [11:31:12.311] Projects: /dev/null/inferredProject1* +Info 274 [11:31:12.311] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js +Info 275 [11:31:13.731] Format host information updated +Info 276 [11:31:13.731] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 277 [11:31:13.739] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 7.259231999516487ms +Info 278 [11:31:13.739] Different program with same set of files +Info 279 [11:31:14.954] Format host information updated +Info 280 [11:31:14.954] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 281 [11:31:14.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 7.123259000480175ms +Info 282 [11:31:14.961] Different program with same set of files +Info 283 [11:31:16.059] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 284 [11:31:16.066] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 7.153788999654353ms +Info 285 [11:31:16.066] Different program with same set of files +Info 286 [11:31:16.066] getCompletionData: Get current token: 0.005807999521493912 +Info 287 [11:31:16.066] getCompletionData: Is inside comment: 0.0022870004177093506 +Info 288 [11:31:16.066] getCompletionData: Get previous token: 0.01583399996161461 +Info 289 [11:31:16.066] getCompletionsAtPosition: isCompletionListBlocker: 0.009327000007033348 +Info 290 [11:31:16.067] getExportInfoMap: cache hit +Info 291 [11:31:16.084] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 292 [11:31:16.084] collectAutoImports: response is complete +Info 293 [11:31:16.084] collectAutoImports: 17.50125200022012 +Info 294 [11:31:16.084] getCompletionData: Semantic work: 18.1392029998824 +Info 295 [11:31:16.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.40367399994284 +Info 296 [11:31:16.101] Format host information updated +Info 297 [11:31:16.186] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 298 [11:31:16.207] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 20.73391900025308ms +Info 299 [11:31:16.207] Different program with same set of files +Info 300 [11:31:16.208] getCompletionData: Get current token: 0.014750000089406967 +Info 301 [11:31:16.208] getCompletionData: Is inside comment: 0.047450000420212746 +Info 302 [11:31:16.208] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 303 [11:31:16.209] Format host information updated +Info 304 [11:31:16.256] Format host information updated +Info 305 [11:31:16.257] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 306 [11:31:16.267] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 10.128138999454677ms +Info 307 [11:31:16.267] Different program with same set of files +Info 308 [11:31:17.353] Format host information updated +Info 309 [11:31:17.353] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 310 [11:31:17.359] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 5.8393810000270605ms +Info 311 [11:31:17.359] Different program with same set of files +Info 312 [11:31:17.732] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 313 [11:31:17.738] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 5.929797999560833ms +Info 314 [11:31:17.738] Different program with same set of files +Info 315 [11:31:17.738] getCompletionData: Get current token: 0.0033649997785687447 +Info 316 [11:31:17.738] getCompletionData: Is inside comment: 0.009960000403225422 +Info 317 [11:31:17.738] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 318 [11:31:17.739] Format host information updated +Info 319 [11:31:17.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 320 [11:31:17.880] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 8.78602100070566ms +Info 321 [11:31:17.880] Different program with same set of files +Info 322 [11:31:17.881] getCompletionData: Get current token: 0.003402000293135643 +Info 323 [11:31:17.881] getCompletionData: Is inside comment: 0.01466899923980236 +Info 324 [11:31:17.881] getCompletionData: Get previous token: 0.007801000028848648 +Info 325 [11:31:17.881] getCompletionsAtPosition: isCompletionListBlocker: 0.004273000173270702 +Info 326 [11:31:17.881] Returning an empty list because completion was requested in an invalid position. +Info 327 [11:31:17.881] Format host information updated +Info 328 [11:31:17.989] Format host information updated +Info 329 [11:31:17.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 330 [11:31:17.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 6.167596000246704ms +Info 331 [11:31:17.995] Different program with same set of files +Info 332 [11:31:18.135] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 333 [11:31:18.141] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 5.971762000583112ms +Info 334 [11:31:18.141] Different program with same set of files +Info 335 [11:31:18.141] getCompletionData: Get current token: 0.0037609999999403954 +Info 336 [11:31:18.141] getCompletionData: Is inside comment: 0.010193999856710434 +Info 337 [11:31:18.141] getCompletionData: Get previous token: 0.008104000240564346 +Info 338 [11:31:18.141] getExportInfoMap: cache hit +Info 339 [11:31:18.149] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 34 from cache +Info 340 [11:31:18.149] collectAutoImports: response is complete +Info 341 [11:31:18.149] collectAutoImports: 7.491906000301242 +Info 342 [11:31:18.149] getCompletionData: Semantic work: 8.030724000185728 +Info 343 [11:31:18.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.185475000180304 +Info 344 [11:31:18.153] Format host information updated +Info 345 [11:31:18.234] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 346 [11:31:18.240] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 6.3113490007817745ms +Info 347 [11:31:18.240] Different program with same set of files +Info 348 [11:31:18.241] getCompletionData: Get current token: 0.0033379998058080673 +Info 349 [11:31:18.241] getCompletionData: Is inside comment: 0.0303569994866848 +Info 350 [11:31:18.241] getCompletionData: Get previous token: 0.03837400022894144 +Info 351 [11:31:18.242] getExportInfoMap: cache hit +Info 352 [11:31:18.246] collectAutoImports: resolved 0 module specifiers, plus 74 ambient and 26 from cache +Info 353 [11:31:18.246] collectAutoImports: response is complete +Info 354 [11:31:18.246] collectAutoImports: 4.00526599958539 +Info 355 [11:31:18.246] getCompletionData: Semantic work: 5.162782000377774 +Info 356 [11:31:18.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7287220004945993 +Info 357 [11:31:18.252] Format host information updated +Info 358 [11:31:18.308] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 359 [11:31:18.316] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 8.48630699981004ms +Info 360 [11:31:18.316] Different program with same set of files +Info 361 [11:31:18.317] getCompletionData: Get current token: 0.005154999904334545 +Info 362 [11:31:18.317] getCompletionData: Is inside comment: 0.016764000058174133 +Info 363 [11:31:18.317] getCompletionData: Get previous token: 0.01597600057721138 +Info 364 [11:31:18.317] getExportInfoMap: cache hit +Info 365 [11:31:18.322] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 9 from cache +Info 366 [11:31:18.322] collectAutoImports: response is complete +Info 367 [11:31:18.322] collectAutoImports: 4.046889000572264 +Info 368 [11:31:18.322] getCompletionData: Semantic work: 5.013289000838995 +Info 369 [11:31:18.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3286959994584322 +Info 370 [11:31:18.324] Format host information updated +Info 371 [11:31:18.396] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 372 [11:31:18.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 23.315554999746382ms +Info 373 [11:31:18.420] Different program with same set of files +Info 374 [11:31:18.420] getCompletionData: Get current token: 0.01445500086992979 +Info 375 [11:31:18.421] getCompletionData: Is inside comment: 0.05338899977505207 +Info 376 [11:31:18.421] getCompletionData: Get previous token: 0.04357600025832653 +Info 377 [11:31:18.423] getExportInfoMap: cache hit +Info 378 [11:31:18.447] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 379 [11:31:18.447] collectAutoImports: response is complete +Info 380 [11:31:18.447] collectAutoImports: 23.980844999663532 +Info 381 [11:31:18.447] getCompletionData: Semantic work: 26.09180299937725 +Info 382 [11:31:18.454] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.23528999928385 +Info 383 [11:31:18.460] Format host information updated +Info 384 [11:31:18.465] Format host information updated +Info 385 [11:31:18.466] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 386 [11:31:18.474] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 8.3491250006482ms +Info 387 [11:31:18.474] Different program with same set of files +Info 388 [11:31:18.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 389 [11:31:18.705] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 5.929111000150442ms +Info 390 [11:31:18.705] Different program with same set of files +Info 391 [11:31:18.705] getCompletionData: Get current token: 0.003256000578403473 +Info 392 [11:31:18.705] getCompletionData: Is inside comment: 0.012645000591874123 +Info 393 [11:31:18.706] getCompletionData: Get previous token: 0.01616000011563301 +Info 394 [11:31:18.706] getCompletionsAtPosition: isCompletionListBlocker: 0.0021150000393390656 +Info 395 [11:31:18.706] Returning an empty list because completion was requested in an invalid position. +Info 396 [11:31:18.706] Format host information updated +Info 397 [11:31:18.981] Format host information updated +Info 398 [11:31:18.981] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 399 [11:31:18.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.539233999326825ms +Info 400 [11:31:18.988] Different program with same set of files +Info 401 [11:31:19.150] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 402 [11:31:19.159] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.796017000451684ms +Info 403 [11:31:19.159] Different program with same set of files +Info 404 [11:31:19.159] getCompletionData: Get current token: 0.0032889991998672485 +Info 405 [11:31:19.159] getCompletionData: Is inside comment: 0.012227000668644905 +Info 406 [11:31:19.159] getCompletionData: Get previous token: 0.01638799998909235 +Info 407 [11:31:19.159] getCompletionsAtPosition: isCompletionListBlocker: 0.0020399997010827065 +Info 408 [11:31:19.159] Returning an empty list because completion was requested in an invalid position. +Info 409 [11:31:19.160] Format host information updated +Info 410 [11:31:19.424] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 411 [11:31:19.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 7.1012659994885325ms +Info 412 [11:31:19.432] Different program with same set of files +Info 413 [11:31:19.432] getCompletionData: Get current token: 0.0026249997317790985 +Info 414 [11:31:19.432] getCompletionData: Is inside comment: 0.011200999841094017 +Info 415 [11:31:19.432] getCompletionData: Get previous token: 0.014061999507248402 +Info 416 [11:31:19.432] getCompletionsAtPosition: isCompletionListBlocker: 0.05251200031489134 +Info 417 [11:31:19.432] Returning an empty list because completion was requested in an invalid position. +Info 418 [11:31:19.432] Format host information updated +Info 419 [11:31:19.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 420 [11:31:19.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.745097000151873ms +Info 421 [11:31:19.491] Different program with same set of files +Info 422 [11:31:19.491] getCompletionData: Get current token: 0.0037349993363022804 +Info 423 [11:31:19.491] getCompletionData: Is inside comment: 0.015440000221133232 +Info 424 [11:31:19.491] getCompletionData: Get previous token: 0.01941599976271391 +Info 425 [11:31:19.491] getCompletionsAtPosition: isCompletionListBlocker: 0.002704000100493431 +Info 426 [11:31:19.491] Returning an empty list because completion was requested in an invalid position. +Info 427 [11:31:19.494] Format host information updated +Info 428 [11:31:19.581] Format host information updated +Info 429 [11:31:19.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 430 [11:31:19.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 5.681718000210822ms +Info 431 [11:31:19.587] Different program with same set of files +Info 432 [11:31:20.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 433 [11:31:20.214] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 5.844306000508368ms +Info 434 [11:31:20.215] Different program with same set of files +Info 435 [11:31:20.215] getCompletionData: Get current token: 0.0025700004771351814 +Info 436 [11:31:20.215] getCompletionData: Is inside comment: 0.010395999997854233 +Info 437 [11:31:20.215] getCompletionData: Get previous token: 0.013193000108003616 +Info 438 [11:31:20.215] getCompletionsAtPosition: isCompletionListBlocker: 0.0018459996208548546 +Info 439 [11:31:20.215] Returning an empty list because completion was requested in an invalid position. +Info 440 [11:31:20.215] Format host information updated +Info 441 [11:31:20.464] Format host information updated +Info 442 [11:31:20.464] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 443 [11:31:20.473] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 8.607885000295937ms +Info 444 [11:31:20.473] Different program with same set of files +Info 445 [11:31:20.611] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 446 [11:31:20.618] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.70597100071609ms +Info 447 [11:31:20.618] Different program with same set of files +Info 448 [11:31:20.618] getCompletionData: Get current token: 0.0028269998729228973 +Info 449 [11:31:20.618] getCompletionData: Is inside comment: 0.012532000429928303 +Info 450 [11:31:20.618] getCompletionData: Get previous token: 0.008341999724507332 +Info 451 [11:31:20.618] getCompletionsAtPosition: isCompletionListBlocker: 0.01966099999845028 +Info 452 [11:31:20.619] getExportInfoMap: cache hit +Info 453 [11:31:20.632] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 454 [11:31:20.632] collectAutoImports: response is complete +Info 455 [11:31:20.632] collectAutoImports: 13.185372999869287 +Info 456 [11:31:20.632] getCompletionData: Semantic work: 13.802144999615848 +Info 457 [11:31:20.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.652615999802947 +Info 458 [11:31:20.644] Format host information updated +Info 459 [11:31:20.671] Format host information updated +Info 460 [11:31:20.671] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 461 [11:31:20.677] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 5.916160000488162ms +Info 462 [11:31:20.677] Different program with same set of files +Info 463 [11:31:22.345] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 464 [11:31:22.353] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 7.757202000357211ms +Info 465 [11:31:22.353] Different program with same set of files +Info 466 [11:31:22.353] getCompletionData: Get current token: 0.002589999698102474 +Info 467 [11:31:22.353] getCompletionData: Is inside comment: 0.010249000042676926 +Info 468 [11:31:22.353] getCompletionData: Get previous token: 0.007249000482261181 +Info 469 [11:31:22.353] getCompletionsAtPosition: isCompletionListBlocker: 0.015845000743865967 +Info 470 [11:31:22.354] getExportInfoMap: cache hit +Info 471 [11:31:22.363] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 472 [11:31:22.363] collectAutoImports: response is complete +Info 473 [11:31:22.363] collectAutoImports: 9.791361999697983 +Info 474 [11:31:22.363] getCompletionData: Semantic work: 10.364501999691129 +Info 475 [11:31:22.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2210090002045035 +Info 476 [11:31:22.376] Format host information updated +Info 477 [11:31:22.766] getCompletionData: Get current token: 0.042634000070393085 +Info 478 [11:31:22.766] getCompletionData: Is inside comment: 0.012263000011444092 +Info 479 [11:31:22.766] getCompletionData: Get previous token: 0.10096900071948767 +Info 480 [11:31:22.767] getCompletionsAtPosition: isCompletionListBlocker: 0.13883899990469217 +Info 481 [11:31:22.769] getExportInfoMap: cache hit +Info 482 [11:31:22.800] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 483 [11:31:22.801] collectAutoImports: response is complete +Info 484 [11:31:22.801] collectAutoImports: 31.583986999467015 +Info 485 [11:31:22.801] getCompletionData: Semantic work: 33.960983000695705 +Info 486 [11:31:22.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.864036999642849 +Info 487 [11:31:23.115] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 488 [11:31:23.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 7.468022000044584ms +Info 489 [11:31:23.123] Different program with same set of files +Info 490 [11:31:23.123] getCompletionData: Get current token: 0.0055320002138614655 +Info 491 [11:31:23.123] getCompletionData: Is inside comment: 0.0020340001210570335 +Info 492 [11:31:23.123] getCompletionData: Get previous token: 0.021816999651491642 +Info 493 [11:31:23.123] getCompletionsAtPosition: isCompletionListBlocker: 0.003326999954879284 +Info 494 [11:31:23.123] getExportInfoMap: cache hit +Info 495 [11:31:23.126] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 496 [11:31:23.126] collectAutoImports: response is complete +Info 497 [11:31:23.126] collectAutoImports: 2.149940999224782 +Info 498 [11:31:23.126] getCompletionData: Semantic work: 2.737317000515759 +Info 499 [11:31:23.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.074316999875009 +Info 500 [11:31:23.127] Format host information updated +Info 501 [11:31:23.681] getCompletionData: Get current token: 0.0035259993746876717 +Info 502 [11:31:23.681] getCompletionData: Is inside comment: 0.012198000214993954 +Info 503 [11:31:23.681] getCompletionData: Get previous token: 0.00999200064688921 +Info 504 [11:31:23.681] getCompletionsAtPosition: isCompletionListBlocker: 0.013067000545561314 +Info 505 [11:31:23.682] getExportInfoMap: cache hit +Info 506 [11:31:23.692] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 507 [11:31:23.692] collectAutoImports: response is complete +Info 508 [11:31:23.692] collectAutoImports: 10.037341000512242 +Info 509 [11:31:23.692] getCompletionData: Semantic work: 10.574803999625146 +Info 510 [11:31:23.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.3211440006271005 +Info 511 [11:31:23.854] Format host information updated +Info 512 [11:31:23.854] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 513 [11:31:23.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 5.882264000363648ms +Info 514 [11:31:23.860] Different program with same set of files +Info 515 [11:31:24.132] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 516 [11:31:24.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.296551000326872ms +Info 517 [11:31:24.138] Different program with same set of files +Info 518 [11:31:24.138] getCompletionData: Get current token: 0.0031869998201727867 +Info 519 [11:31:24.138] getCompletionData: Is inside comment: 0.013907999731600285 +Info 520 [11:31:24.138] getCompletionData: Get previous token: 0.009986000135540962 +Info 521 [11:31:24.138] getCompletionsAtPosition: isCompletionListBlocker: 0.012112000025808811 +Info 522 [11:31:24.139] getExportInfoMap: cache hit +Info 523 [11:31:24.153] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 524 [11:31:24.153] collectAutoImports: response is complete +Info 525 [11:31:24.153] collectAutoImports: 14.225131000392139 +Info 526 [11:31:24.153] getCompletionData: Semantic work: 14.767931000329554 +Info 527 [11:31:24.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.886009000241756 +Info 528 [11:31:24.164] Format host information updated +Info 529 [11:31:24.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 530 [11:31:24.241] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 9.789391000755131ms +Info 531 [11:31:24.241] Different program with same set of files +Info 532 [11:31:24.242] getCompletionData: Get current token: 0.005669999867677689 +Info 533 [11:31:24.242] getCompletionData: Is inside comment: 0.023732999339699745 +Info 534 [11:31:24.242] getCompletionData: Get previous token: 0.034328000620007515 +Info 535 [11:31:24.242] getCompletionsAtPosition: isCompletionListBlocker: 0.006001000292599201 +Info 536 [11:31:24.243] getExportInfoMap: cache hit +Info 537 [11:31:24.246] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 538 [11:31:24.246] collectAutoImports: response is complete +Info 539 [11:31:24.246] collectAutoImports: 3.6845939997583628 +Info 540 [11:31:24.246] getCompletionData: Semantic work: 4.61283600050956 +Info 541 [11:31:24.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6334600001573563 +Info 542 [11:31:24.251] Format host information updated +Info 543 [11:31:24.372] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 544 [11:31:24.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 6.074234000407159ms +Info 545 [11:31:24.378] Different program with same set of files +Info 546 [11:31:24.378] getCompletionData: Get current token: 0.00347099918872118 +Info 547 [11:31:24.378] getCompletionData: Is inside comment: 0.01523599959909916 +Info 548 [11:31:24.378] getCompletionData: Get previous token: 0.010604999959468842 +Info 549 [11:31:24.379] getCompletionsAtPosition: isCompletionListBlocker: 0.004184000194072723 +Info 550 [11:31:24.379] getExportInfoMap: cache hit +Info 551 [11:31:24.392] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 552 [11:31:24.392] collectAutoImports: response is complete +Info 553 [11:31:24.392] collectAutoImports: 12.86508599948138 +Info 554 [11:31:24.392] getCompletionData: Semantic work: 13.43163700029254 +Info 555 [11:31:24.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.37896400038153 +Info 556 [11:31:24.406] Format host information updated +Info 557 [11:31:24.532] Format host information updated +Info 558 [11:31:24.532] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 559 [11:31:24.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 5.6916180001571774ms +Info 560 [11:31:24.538] Different program with same set of files +Info 561 [11:31:24.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 562 [11:31:24.822] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 6.946368999779224ms +Info 563 [11:31:24.822] Different program with same set of files +Info 564 [11:31:24.822] getCompletionData: Get current token: 0.0024870000779628754 +Info 565 [11:31:24.822] getCompletionData: Is inside comment: 0.010343000292778015 +Info 566 [11:31:24.822] getCompletionData: Get previous token: 0.014514000155031681 +Info 567 [11:31:24.822] getCompletionsAtPosition: isCompletionListBlocker: 0.0089910002425313 +Info 568 [11:31:24.822] getExportInfoMap: cache hit +Info 569 [11:31:24.825] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 570 [11:31:24.825] collectAutoImports: response is complete +Info 571 [11:31:24.825] collectAutoImports: 2.1235850006341934 +Info 572 [11:31:24.825] getCompletionData: Semantic work: 2.651836999692023 +Info 573 [11:31:24.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8135010004043579 +Info 574 [11:31:24.828] Format host information updated +Info 575 [11:31:24.928] Format host information updated +Info 576 [11:31:24.928] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 577 [11:31:24.934] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 5.8150260001420975ms +Info 578 [11:31:24.934] Different program with same set of files +Info 579 [11:31:25.045] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 580 [11:31:25.050] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 5.735498999245465ms +Info 581 [11:31:25.050] Different program with same set of files +Info 582 [11:31:25.051] getCompletionData: Get current token: 0.002977999858558178 +Info 583 [11:31:25.051] getCompletionData: Is inside comment: 0.013690000399947166 +Info 584 [11:31:25.051] getCompletionData: Get previous token: 0.009265000000596046 +Info 585 [11:31:25.051] getCompletionsAtPosition: isCompletionListBlocker: 0.009649000130593777 +Info 586 [11:31:25.051] getExportInfoMap: cache hit +Info 587 [11:31:25.065] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 588 [11:31:25.065] collectAutoImports: response is complete +Info 589 [11:31:25.065] collectAutoImports: 14.265811000019312 +Info 590 [11:31:25.066] getCompletionData: Semantic work: 14.783621000126004 +Info 591 [11:31:25.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.529023999348283 +Info 592 [11:31:25.077] Format host information updated +Info 593 [11:31:25.235] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 594 [11:31:25.240] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 5.730055999942124ms +Info 595 [11:31:25.240] Different program with same set of files +Info 596 [11:31:25.241] getCompletionData: Get current token: 0.0027459999546408653 +Info 597 [11:31:25.241] getCompletionData: Is inside comment: 0.030458000488579273 +Info 598 [11:31:25.241] getCompletionData: Get previous token: 0.009417000226676464 +Info 599 [11:31:25.241] getCompletionsAtPosition: isCompletionListBlocker: 0.01466199941933155 +Info 600 [11:31:25.241] getExportInfoMap: cache hit +Info 601 [11:31:25.255] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 602 [11:31:25.255] collectAutoImports: response is complete +Info 603 [11:31:25.255] collectAutoImports: 13.613818999379873 +Info 604 [11:31:25.255] getCompletionData: Semantic work: 14.189249999821186 +Info 605 [11:31:25.261] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.600708999671042 +Info 606 [11:31:25.268] Format host information updated +Info 607 [11:31:25.325] Format host information updated +Info 608 [11:31:25.326] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 609 [11:31:25.333] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 7.408452999778092ms +Info 610 [11:31:25.333] Different program with same set of files +Info 611 [11:31:25.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 612 [11:31:25.552] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 6.179278000257909ms +Info 613 [11:31:25.552] Different program with same set of files +Info 614 [11:31:25.552] getCompletionData: Get current token: 0.002884000539779663 +Info 615 [11:31:25.552] getCompletionData: Is inside comment: 0.012297000735998154 +Info 616 [11:31:25.552] getCompletionData: Get previous token: 0.0200399998575449 +Info 617 [11:31:25.552] getCompletionsAtPosition: isCompletionListBlocker: 0.010931999422609806 +Info 618 [11:31:25.552] getExportInfoMap: cache hit +Info 619 [11:31:25.555] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 620 [11:31:25.555] collectAutoImports: response is complete +Info 621 [11:31:25.555] collectAutoImports: 2.0937799997627735 +Info 622 [11:31:25.555] getCompletionData: Semantic work: 2.652850999496877 +Info 623 [11:31:25.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0260389996692538 +Info 624 [11:31:25.556] Format host information updated +Info 625 [11:31:25.870] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 626 [11:31:25.878] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 7.92964500002563ms +Info 627 [11:31:25.878] Different program with same set of files +Info 628 [11:31:25.878] getCompletionData: Get current token: 0.002474999986588955 +Info 629 [11:31:25.878] getCompletionData: Is inside comment: 0.010149999521672726 +Info 630 [11:31:25.878] getCompletionData: Get previous token: 0.016238000243902206 +Info 631 [11:31:25.879] getCompletionsAtPosition: isCompletionListBlocker: 0.01145000010728836 +Info 632 [11:31:25.879] getExportInfoMap: cache hit +Info 633 [11:31:25.881] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 634 [11:31:25.881] collectAutoImports: response is complete +Info 635 [11:31:25.881] collectAutoImports: 1.3548189997673035 +Info 636 [11:31:25.881] getCompletionData: Semantic work: 2.0211169999092817 +Info 637 [11:31:25.881] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7666579997166991 +Info 638 [11:31:25.882] Format host information updated +Info 639 [11:31:26.079] Format host information updated +Info 640 [11:31:26.080] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 641 [11:31:26.086] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 6.758795000612736ms +Info 642 [11:31:26.087] Different program with same set of files +Info 643 [11:31:26.239] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 644 [11:31:26.245] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 6.213688000105321ms +Info 645 [11:31:26.245] Different program with same set of files +Info 646 [11:31:26.246] getCompletionData: Get current token: 0.0033379998058080673 +Info 647 [11:31:26.246] getCompletionData: Is inside comment: 0.015924000181257725 +Info 648 [11:31:26.246] getCompletionData: Get previous token: 0.01133000012487173 +Info 649 [11:31:26.246] getCompletionsAtPosition: isCompletionListBlocker: 0.10728400014340878 +Info 650 [11:31:26.246] getExportInfoMap: cache hit +Info 651 [11:31:26.260] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 652 [11:31:26.260] collectAutoImports: response is complete +Info 653 [11:31:26.260] collectAutoImports: 13.780775000341237 +Info 654 [11:31:26.260] getCompletionData: Semantic work: 14.321228999644518 +Info 655 [11:31:26.265] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.782986999489367 +Info 656 [11:31:26.272] Format host information updated +Info 657 [11:31:26.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 658 [11:31:26.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 12.183619000017643ms +Info 659 [11:31:26.491] Different program with same set of files +Info 660 [11:31:26.492] getCompletionData: Get current token: 0.007135000079870224 +Info 661 [11:31:26.492] getCompletionData: Is inside comment: 0.02522100042551756 +Info 662 [11:31:26.492] getCompletionData: Get previous token: 0.01810900028795004 +Info 663 [11:31:26.492] getCompletionsAtPosition: isCompletionListBlocker: 0.02738500013947487 +Info 664 [11:31:26.493] getExportInfoMap: cache hit +Info 665 [11:31:26.508] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 666 [11:31:26.508] collectAutoImports: response is complete +Info 667 [11:31:26.508] collectAutoImports: 15.847794000059366 +Info 668 [11:31:26.508] getCompletionData: Semantic work: 16.73071400076151 +Info 669 [11:31:26.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.57362399995327 +Info 670 [11:31:26.522] Format host information updated +Info 671 [11:31:26.540] Format host information updated +Info 672 [11:31:26.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 673 [11:31:26.546] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 6.192499000579119ms +Info 674 [11:31:26.546] Different program with same set of files +Info 675 [11:31:27.500] Format host information updated +Info 676 [11:31:27.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 677 [11:31:27.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 5.643720000050962ms +Info 678 [11:31:27.506] Different program with same set of files +Info 679 [11:31:28.058] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 680 [11:31:28.066] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 8.020432000048459ms +Info 681 [11:31:28.066] Different program with same set of files +Info 682 [11:31:28.066] getCompletionData: Get current token: 0.006296999752521515 +Info 683 [11:31:28.066] getCompletionData: Is inside comment: 0.005672000348567963 +Info 684 [11:31:28.066] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 685 [11:31:28.067] Format host information updated +Info 686 [11:31:28.185] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 687 [11:31:28.191] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 6.452426000498235ms +Info 688 [11:31:28.191] Different program with same set of files +Info 689 [11:31:28.191] getCompletionData: Get current token: 0.005490999668836594 +Info 690 [11:31:28.191] getCompletionData: Is inside comment: 0.009446999989449978 +Info 691 [11:31:28.191] getCompletionData: Get previous token: 0.00760400015860796 +Info 692 [11:31:28.191] getCompletionsAtPosition: isCompletionListBlocker: 0.003938999958336353 +Info 693 [11:31:28.191] Returning an empty list because completion was requested in an invalid position. +Info 694 [11:31:28.192] Format host information updated +Info 695 [11:31:28.562] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 696 [11:31:28.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.62791100051254ms +Info 697 [11:31:28.568] Different program with same set of files +Info 698 [11:31:28.568] getCompletionData: Get current token: 0.0031300000846385956 +Info 699 [11:31:28.568] getCompletionData: Is inside comment: 0.009318999946117401 +Info 700 [11:31:28.568] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 701 [11:31:28.571] Format host information updated +Info 702 [11:31:28.705] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 703 [11:31:28.710] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 5.890061999671161ms +Info 704 [11:31:28.710] Different program with same set of files +Info 705 [11:31:28.711] getCompletionData: Get current token: 0.0034400001168251038 +Info 706 [11:31:28.711] getCompletionData: Is inside comment: 0.008499999530613422 +Info 707 [11:31:28.711] Format host information updated +Info 708 [11:31:29.064] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 709 [11:31:29.069] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 5.845564999617636ms +Info 710 [11:31:29.069] Different program with same set of files +Info 711 [11:31:29.070] getCompletionData: Get current token: 0.005146999843418598 +Info 712 [11:31:29.070] getCompletionData: Is inside comment: 0.006953000091016293 +Info 713 [11:31:29.070] getCompletionData: Get previous token: 0.003220999613404274 +Info 714 [11:31:29.070] getExportInfoMap: cache hit +Info 715 [11:31:29.085] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 716 [11:31:29.085] collectAutoImports: response is complete +Info 717 [11:31:29.085] collectAutoImports: 14.828142000362277 +Info 718 [11:31:29.085] getCompletionData: Semantic work: 15.379389999434352 +Info 719 [11:31:29.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.960328999906778 +Info 720 [11:31:29.097] Format host information updated +Info 721 [11:31:29.676] getCompletionData: Get current token: 0.00427900068461895 +Info 722 [11:31:29.676] getCompletionData: Is inside comment: 0.005518000572919846 +Info 723 [11:31:29.676] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 724 [11:31:29.790] Format host information updated +Info 725 [11:31:29.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 726 [11:31:29.796] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 5.879015000537038ms +Info 727 [11:31:29.796] Different program with same set of files +Info 728 [11:31:29.926] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 729 [11:31:29.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 5.566908000037074ms +Info 730 [11:31:29.931] Different program with same set of files +Info 731 [11:31:29.931] getCompletionData: Get current token: 0.0030709998682141304 +Info 732 [11:31:29.931] getCompletionData: Is inside comment: 0.008275999687612057 +Info 733 [11:31:29.932] Format host information updated +Info 734 [11:31:30.973] getCompletionData: Get current token: 0.003819999285042286 +Info 735 [11:31:30.973] getCompletionData: Is inside comment: 0.01015700027346611 +Info 736 [11:31:31.202] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 737 [11:31:31.208] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 6.042035999707878ms +Info 738 [11:31:31.208] Different program with same set of files +Info 739 [11:31:31.208] getCompletionData: Get current token: 0.003932000137865543 +Info 740 [11:31:31.208] getCompletionData: Is inside comment: 0.009854000061750412 +Info 741 [11:31:31.208] Format host information updated +Info 742 [11:31:31.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 743 [11:31:31.403] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 7.937565000727773ms +Info 744 [11:31:31.403] Different program with same set of files +Info 745 [11:31:31.403] getCompletionData: Get current token: 0.004585999995470047 +Info 746 [11:31:31.403] getCompletionData: Is inside comment: 0.011780000291764736 +Info 747 [11:31:31.404] Format host information updated +Info 748 [11:31:31.537] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 749 [11:31:31.543] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 5.996333999559283ms +Info 750 [11:31:31.543] Different program with same set of files +Info 751 [11:31:31.543] getCompletionData: Get current token: 0.00471000000834465 +Info 752 [11:31:31.544] getCompletionData: Is inside comment: 0.01304400060325861 +Info 753 [11:31:31.544] Format host information updated +Info 754 [11:31:31.631] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 755 [11:31:31.654] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 22.528725000098348ms +Info 756 [11:31:31.654] Different program with same set of files +Info 757 [11:31:31.654] getCompletionData: Get current token: 0.03690300043672323 +Info 758 [11:31:31.654] getCompletionData: Is inside comment: 0.07015800010412931 +Info 759 [11:31:31.660] Format host information updated +Info 760 [11:31:31.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 761 [11:31:31.755] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 24.426982999779284ms +Info 762 [11:31:31.755] Different program with same set of files +Info 763 [11:31:31.755] getCompletionData: Get current token: 0.021881000138819218 +Info 764 [11:31:31.756] getCompletionData: Is inside comment: 0.0541009996086359 +Info 765 [11:31:31.757] Format host information updated +Info 766 [11:31:31.813] Format host information updated +Info 767 [11:31:31.814] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 768 [11:31:31.836] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 21.23914899956435ms +Info 769 [11:31:31.836] Different program with same set of files +Info 770 [11:31:31.907] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 771 [11:31:31.936] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 29.37826200015843ms +Info 772 [11:31:31.936] Different program with same set of files +Info 773 [11:31:31.937] getCompletionData: Get current token: 0.009597999975085258 +Info 774 [11:31:31.937] getCompletionData: Is inside comment: 0.029752000235021114 +Info 775 [11:31:31.937] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 776 [11:31:31.937] Format host information updated +Info 777 [11:31:31.975] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 778 [11:31:31.985] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 10.371960000135005ms +Info 779 [11:31:31.985] Different program with same set of files +Info 780 [11:31:31.985] getCompletionData: Get current token: 0.009031000547111034 +Info 781 [11:31:31.985] getCompletionData: Is inside comment: 0.023932000622153282 +Info 782 [11:31:31.986] getCompletionData: Get previous token: 0.020463000051677227 +Info 783 [11:31:31.986] getCompletionsAtPosition: isCompletionListBlocker: 0.018261000514030457 +Info 784 [11:31:31.986] getExportInfoMap: cache hit +Info 785 [11:31:32.012] collectAutoImports: resolved 1 module specifiers, plus 760 ambient and 225 from cache +Info 786 [11:31:32.012] collectAutoImports: response is complete +Info 787 [11:31:32.012] collectAutoImports: 25.182407999411225 +Info 788 [11:31:32.012] getCompletionData: Semantic work: 25.960771000012755 +Info 789 [11:31:32.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.253016999922693 +Info 790 [11:31:32.024] Format host information updated +Info 791 [11:31:34.918] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 792 [11:31:34.924] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 5.91807600017637ms +Info 793 [11:31:34.924] Different program with same set of files +Info 794 [11:31:34.924] getCompletionData: Get current token: 0.005107999779284 +Info 795 [11:31:34.924] getCompletionData: Is inside comment: 0.009393000043928623 +Info 796 [11:31:34.926] Format host information updated +Info 797 [11:31:35.048] Format host information updated +Info 798 [11:31:35.049] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 799 [11:31:35.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 5.861231000162661ms +Info 800 [11:31:35.055] Different program with same set of files +Info 801 [11:31:35.946] Format host information updated +Info 802 [11:31:35.946] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 803 [11:31:35.956] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 9.80853599961847ms +Info 804 [11:31:35.956] Different program with same set of files +Info 805 [11:31:36.351] getCompletionData: Get current token: 0.0062960004433989525 +Info 806 [11:31:36.351] getCompletionData: Is inside comment: 0.013030000030994415 +Info 807 [11:31:36.351] getCompletionData: Get previous token: 0.02162299957126379 +Info 808 [11:31:36.351] getCompletionsAtPosition: isCompletionListBlocker: 0.009779000654816628 +Info 809 [11:31:36.352] getExportInfoMap: cache hit +Info 810 [11:31:36.369] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 811 [11:31:36.369] collectAutoImports: response is complete +Info 812 [11:31:36.369] collectAutoImports: 17.27049499936402 +Info 813 [11:31:36.369] getCompletionData: Semantic work: 17.90536700002849 +Info 814 [11:31:36.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.07054299954325 +Info 815 [11:31:37.042] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 816 [11:31:37.049] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 6.210633999668062ms +Info 817 [11:31:37.049] Different program with same set of files +Info 818 [11:31:37.049] getCompletionData: Get current token: 0.00380800012499094 +Info 819 [11:31:37.049] getCompletionData: Is inside comment: 0.011803999543190002 +Info 820 [11:31:37.049] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 821 [11:31:37.051] Format host information updated +Info 822 [11:31:37.512] Format host information updated +Info 823 [11:31:37.512] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 824 [11:31:37.518] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 5.956197999417782ms +Info 825 [11:31:37.518] Different program with same set of files +Info 826 [11:31:37.841] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 827 [11:31:37.848] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 6.261746999807656ms +Info 828 [11:31:37.848] Different program with same set of files +Info 829 [11:31:37.848] getCompletionData: Get current token: 0.0038930000737309456 +Info 830 [11:31:37.848] getCompletionData: Is inside comment: 0.011892000213265419 +Info 831 [11:31:37.848] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 832 [11:31:37.848] Format host information updated +Info 833 [11:31:37.966] Format host information updated +Info 834 [11:31:37.966] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 835 [11:31:37.974] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 8.020278999581933ms +Info 836 [11:31:37.974] Different program with same set of files +Info 837 [11:31:38.362] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 838 [11:31:38.369] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 6.228696000762284ms +Info 839 [11:31:38.369] Different program with same set of files +Info 840 [11:31:38.369] getCompletionData: Get current token: 0.003481999970972538 +Info 841 [11:31:38.369] getCompletionData: Is inside comment: 0.010432999581098557 +Info 842 [11:31:38.369] Format host information updated +Info 843 [11:31:38.484] Format host information updated +Info 844 [11:31:38.485] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 845 [11:31:38.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 6.081408999860287ms +Info 846 [11:31:38.491] Different program with same set of files +Info 847 [11:31:39.531] Format host information updated +Info 848 [11:31:39.531] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 849 [11:31:39.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 6.774981999769807ms +Info 850 [11:31:39.538] Different program with same set of files +Info 851 [11:31:39.688] Format host information updated +Info 852 [11:31:39.688] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 853 [11:31:39.694] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 5.881401999853551ms +Info 854 [11:31:39.694] Different program with same set of files +Info 855 [11:31:40.798] Format host information updated +Info 856 [11:31:40.799] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 857 [11:31:40.807] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 8.681432999670506ms +Info 858 [11:31:40.807] Different program with same set of files +Info 859 [11:31:41.127] Format host information updated +Info 860 [11:31:41.127] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 861 [11:31:41.133] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 5.574877999722958ms +Info 862 [11:31:41.133] Different program with same set of files +Info 863 [11:31:41.454] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 864 [11:31:41.460] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 5.593008000403643ms +Info 865 [11:31:41.460] Different program with same set of files +Info 866 [11:31:41.460] getCompletionData: Get current token: 0.0021529998630285263 +Info 867 [11:31:41.460] getCompletionData: Is inside comment: 0.007048000581562519 +Info 868 [11:31:41.462] Format host information updated +Info 869 [11:31:43.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 870 [11:31:43.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 13.87584700062871ms +Info 871 [11:31:43.040] Different program with same set of files +Info 872 [11:31:43.040] getCompletionData: Get current token: 0.002725999802350998 +Info 873 [11:31:43.040] getCompletionData: Is inside comment: 0.009079999290406704 +Info 874 [11:31:43.040] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 875 [11:31:43.040] Format host information updated +Info 876 [11:31:44.314] getCompletionData: Get current token: 0.0029290001839399338 +Info 877 [11:31:44.315] getCompletionData: Is inside comment: 0.030460999347269535 +Info 878 [11:31:44.315] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 879 [11:31:44.598] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 880 [11:31:44.611] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 12.95248799957335ms +Info 881 [11:31:44.611] Different program with same set of files +Info 882 [11:31:44.611] getCompletionData: Get current token: 0.0024740006774663925 +Info 883 [11:31:44.611] getCompletionData: Is inside comment: 0.007616999559104443 +Info 884 [11:31:44.611] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 885 [11:31:44.611] Format host information updated +Info 886 [11:31:45.032] Format host information updated +Info 887 [11:31:45.033] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 888 [11:31:45.042] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 9.651583000086248ms +Info 889 [11:31:45.042] Different program with same set of files +Info 890 [11:31:45.577] getCompletionData: Get current token: 0.004766000434756279 +Info 891 [11:31:45.577] getCompletionData: Is inside comment: 0.016247999854385853 +Info 892 [11:31:45.577] getCompletionData: Get previous token: 0.008759000338613987 +Info 893 [11:31:45.577] getCompletionsAtPosition: isCompletionListBlocker: 0.026782000437378883 +Info 894 [11:31:45.578] getExportInfoMap: cache hit +Info 895 [11:31:45.599] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 896 [11:31:45.599] collectAutoImports: response is complete +Info 897 [11:31:45.599] collectAutoImports: 21.098313000053167 +Info 898 [11:31:45.599] getCompletionData: Semantic work: 21.853891000151634 +Info 899 [11:31:45.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8717559995129704 +Info 900 [11:31:45.984] getCompletionData: Get current token: 0.004092000424861908 +Info 901 [11:31:45.984] getCompletionData: Is inside comment: 0.01106799952685833 +Info 902 [11:31:45.984] getCompletionData: Get previous token: 0.0068709999322891235 +Info 903 [11:31:45.984] getCompletionsAtPosition: isCompletionListBlocker: 0.0025120005011558533 +Info 904 [11:31:45.985] getExportInfoMap: cache hit +Info 905 [11:31:45.997] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 906 [11:31:45.997] collectAutoImports: response is complete +Info 907 [11:31:45.997] collectAutoImports: 12.315043000504375 +Info 908 [11:31:45.997] getCompletionData: Semantic work: 12.989950000308454 +Info 909 [11:31:46.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9185970006510615 +Info 910 [11:31:48.365] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 911 [11:31:48.372] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 7.30290300026536ms +Info 912 [11:31:48.372] Different program with same set of files +Info 913 [11:31:48.372] getCompletionData: Get current token: 0.0040720002725720406 +Info 914 [11:31:48.372] getCompletionData: Is inside comment: 0.011210000142455101 +Info 915 [11:31:48.372] getCompletionData: Get previous token: 0.009105999954044819 +Info 916 [11:31:48.372] getCompletionsAtPosition: isCompletionListBlocker: 0.004050999879837036 +Info 917 [11:31:48.373] getExportInfoMap: cache hit +Info 918 [11:31:48.387] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 919 [11:31:48.387] collectAutoImports: response is complete +Info 920 [11:31:48.388] collectAutoImports: 14.76562299951911 +Info 921 [11:31:48.388] getCompletionData: Semantic work: 15.33693700004369 +Info 922 [11:31:48.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.043422999791801 +Info 923 [11:31:48.400] Format host information updated +Info 924 [11:31:48.425] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 925 [11:31:48.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 7.7331689996644855ms +Info 926 [11:31:48.432] Different program with same set of files +Info 927 [11:31:48.433] getCompletionData: Get current token: 0.004042000509798527 +Info 928 [11:31:48.433] getCompletionData: Is inside comment: 0.011222000233829021 +Info 929 [11:31:48.433] getCompletionData: Get previous token: 0.007038000039756298 +Info 930 [11:31:48.433] getCompletionsAtPosition: isCompletionListBlocker: 0.028448999859392643 +Info 931 [11:31:48.433] getExportInfoMap: cache hit +Info 932 [11:31:48.445] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 933 [11:31:48.445] collectAutoImports: response is complete +Info 934 [11:31:48.445] collectAutoImports: 11.90716900024563 +Info 935 [11:31:48.445] getCompletionData: Semantic work: 12.333591000176966 +Info 936 [11:31:48.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.055695000104606 +Info 937 [11:31:48.457] Format host information updated +Info 938 [11:31:48.672] getCompletionData: Get current token: 0.004343999549746513 +Info 939 [11:31:48.672] getCompletionData: Is inside comment: 0.01155999954789877 +Info 940 [11:31:48.673] getCompletionData: Get previous token: 0.01219400018453598 +Info 941 [11:31:48.673] getCompletionsAtPosition: isCompletionListBlocker: 0.004064000211656094 +Info 942 [11:31:48.673] Returning an empty list because completion was requested in an invalid position. +Info 943 [11:31:48.953] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 944 [11:31:48.962] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 9.398994999937713ms +Info 945 [11:31:48.962] Different program with same set of files +Info 946 [11:31:48.962] getCompletionData: Get current token: 0.007631000131368637 +Info 947 [11:31:48.962] getCompletionData: Is inside comment: 0.01914800051599741 +Info 948 [11:31:48.962] getCompletionData: Get previous token: 0.022726000286638737 +Info 949 [11:31:48.963] getCompletionsAtPosition: isCompletionListBlocker: 0.003568999469280243 +Info 950 [11:31:48.963] getExportInfoMap: cache hit +Info 951 [11:31:48.966] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 952 [11:31:48.966] collectAutoImports: response is complete +Info 953 [11:31:48.966] collectAutoImports: 2.57523800060153 +Info 954 [11:31:48.966] getCompletionData: Semantic work: 3.3398390002548695 +Info 955 [11:31:48.968] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8262719996273518 +Info 956 [11:31:48.969] Format host information updated +Info 957 [11:31:49.252] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 958 [11:31:49.260] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 7.68597299978137ms +Info 959 [11:31:49.260] Different program with same set of files +Info 960 [11:31:49.260] getCompletionData: Get current token: 0.0049859993159770966 +Info 961 [11:31:49.260] getCompletionData: Is inside comment: 0.013407999649643898 +Info 962 [11:31:49.260] getCompletionData: Get previous token: 0.009084999561309814 +Info 963 [11:31:49.260] getCompletionsAtPosition: isCompletionListBlocker: 0.005111999809741974 +Info 964 [11:31:49.261] getExportInfoMap: cache hit +Info 965 [11:31:49.275] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 966 [11:31:49.275] collectAutoImports: response is complete +Info 967 [11:31:49.275] collectAutoImports: 14.659904999658465 +Info 968 [11:31:49.275] getCompletionData: Semantic work: 15.1916369991377 +Info 969 [11:31:49.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.09948300011456 +Info 970 [11:31:49.287] Format host information updated +Info 971 [11:31:49.413] Format host information updated +Info 972 [11:31:49.414] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 973 [11:31:49.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 32.85029400046915ms +Info 974 [11:31:49.447] Different program with same set of files +Info 975 [11:31:49.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 976 [11:31:49.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 25.077437999658287ms +Info 977 [11:31:49.583] Different program with same set of files +Info 978 [11:31:49.584] getCompletionData: Get current token: 0.02122499980032444 +Info 979 [11:31:49.584] getCompletionData: Is inside comment: 0.06055099982768297 +Info 980 [11:31:49.584] getCompletionData: Get previous token: 0.08366600051522255 +Info 981 [11:31:49.584] getCompletionsAtPosition: isCompletionListBlocker: 0.008111999370157719 +Info 982 [11:31:49.586] getExportInfoMap: cache hit +Info 983 [11:31:49.599] collectAutoImports: resolved 0 module specifiers, plus 176 ambient and 22 from cache +Info 984 [11:31:49.599] collectAutoImports: response is complete +Info 985 [11:31:49.599] collectAutoImports: 12.52813500072807 +Info 986 [11:31:49.599] getCompletionData: Semantic work: 14.612541999667883 +Info 987 [11:31:49.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.051045000553131 +Info 988 [11:31:49.607] Format host information updated +Info 989 [11:31:49.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 990 [11:31:49.631] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 9.458821999840438ms +Info 991 [11:31:49.631] Different program with same set of files +Info 992 [11:31:49.631] getCompletionData: Get current token: 0.00511699914932251 +Info 993 [11:31:49.631] getCompletionData: Is inside comment: 0.013206999748945236 +Info 994 [11:31:49.631] getCompletionData: Get previous token: 0.01759199984371662 +Info 995 [11:31:49.631] getCompletionsAtPosition: isCompletionListBlocker: 0.0037890002131462097 +Info 996 [11:31:49.631] getExportInfoMap: cache hit +Info 997 [11:31:49.635] collectAutoImports: resolved 0 module specifiers, plus 122 ambient and 20 from cache +Info 998 [11:31:49.635] collectAutoImports: response is complete +Info 999 [11:31:49.635] collectAutoImports: 3.80755400005728 +Info 1000 [11:31:49.635] getCompletionData: Semantic work: 4.288298999890685 +Info 1001 [11:31:49.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.206739000044763 +Info 1002 [11:31:49.639] Format host information updated +Info 1003 [11:31:49.693] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1004 [11:31:49.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 12.997948000207543ms +Info 1005 [11:31:49.706] Different program with same set of files +Info 1006 [11:31:49.707] getCompletionData: Get current token: 0.011754999868571758 +Info 1007 [11:31:49.707] getCompletionData: Is inside comment: 0.03156500030308962 +Info 1008 [11:31:49.707] getCompletionData: Get previous token: 0.043114000000059605 +Info 1009 [11:31:49.707] getCompletionsAtPosition: isCompletionListBlocker: 0.007813000120222569 +Info 1010 [11:31:49.708] getExportInfoMap: cache hit +Info 1011 [11:31:49.715] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 6 from cache +Info 1012 [11:31:49.715] collectAutoImports: response is complete +Info 1013 [11:31:49.715] collectAutoImports: 6.4863830003887415 +Info 1014 [11:31:49.715] getCompletionData: Semantic work: 7.7268649991601706 +Info 1015 [11:31:49.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.611878999508917 +Info 1016 [11:31:49.725] Format host information updated +Info 1017 [11:31:49.755] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1018 [11:31:49.768] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 13.337720000185072ms +Info 1019 [11:31:49.768] Different program with same set of files +Info 1020 [11:31:49.768] getCompletionData: Get current token: 0.004865000024437904 +Info 1021 [11:31:49.768] getCompletionData: Is inside comment: 0.013478999957442284 +Info 1022 [11:31:49.769] getCompletionData: Get previous token: 0.01803200040012598 +Info 1023 [11:31:49.769] getCompletionsAtPosition: isCompletionListBlocker: 0.002186000347137451 +Info 1024 [11:31:49.769] getExportInfoMap: cache hit +Info 1025 [11:31:49.772] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 1 from cache +Info 1026 [11:31:49.772] collectAutoImports: response is complete +Info 1027 [11:31:49.772] collectAutoImports: 3.2549569997936487 +Info 1028 [11:31:49.772] getCompletionData: Semantic work: 3.914990999735892 +Info 1029 [11:31:49.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.246197000145912 +Info 1030 [11:31:49.777] Format host information updated +Info 1031 [11:31:49.859] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1032 [11:31:49.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 6.155701000243425ms +Info 1033 [11:31:49.866] Different program with same set of files +Info 1034 [11:31:49.866] getCompletionData: Get current token: 0.004448999650776386 +Info 1035 [11:31:49.866] getCompletionData: Is inside comment: 0.0127379996702075 +Info 1036 [11:31:49.866] getCompletionData: Get previous token: 0.016263999976217747 +Info 1037 [11:31:49.866] getCompletionsAtPosition: isCompletionListBlocker: 0.0019020000472664833 +Info 1038 [11:31:49.866] getExportInfoMap: cache hit +Info 1039 [11:31:49.877] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1040 [11:31:49.877] collectAutoImports: response is complete +Info 1041 [11:31:49.877] collectAutoImports: 10.458349999971688 +Info 1042 [11:31:49.877] getCompletionData: Semantic work: 10.999484999105334 +Info 1043 [11:31:49.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.278745000250638 +Info 1044 [11:31:49.890] Format host information updated +Info 1045 [11:31:50.245] getCompletionData: Get current token: 0.01868399977684021 +Info 1046 [11:31:50.246] getCompletionData: Is inside comment: 0.051702999509871006 +Info 1047 [11:31:50.246] getCompletionData: Get previous token: 0.03629499953240156 +Info 1048 [11:31:50.246] getCompletionsAtPosition: isCompletionListBlocker: 0.02796699944883585 +Info 1049 [11:31:50.248] getExportInfoMap: cache hit +Info 1050 [11:31:50.282] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1051 [11:31:50.282] collectAutoImports: response is complete +Info 1052 [11:31:50.282] collectAutoImports: 33.93809400033206 +Info 1053 [11:31:50.282] getCompletionData: Semantic work: 35.743436000309885 +Info 1054 [11:31:50.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.26739399973303 +Info 1055 [11:31:50.336] Format host information updated +Info 1056 [11:31:50.336] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1057 [11:31:50.342] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 6.03743000049144ms +Info 1058 [11:31:50.342] Different program with same set of files +Info 1059 [11:31:50.488] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1060 [11:31:50.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 6.116898000240326ms +Info 1061 [11:31:50.494] Different program with same set of files +Info 1062 [11:31:50.494] getCompletionData: Get current token: 0.005059000104665756 +Info 1063 [11:31:50.494] getCompletionData: Is inside comment: 0.013043000362813473 +Info 1064 [11:31:50.494] getCompletionData: Get previous token: 0.00875800009816885 +Info 1065 [11:31:50.494] getCompletionsAtPosition: isCompletionListBlocker: 0.0073819998651742935 +Info 1066 [11:31:50.494] getExportInfoMap: cache hit +Info 1067 [11:31:50.507] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1068 [11:31:50.507] collectAutoImports: response is complete +Info 1069 [11:31:50.507] collectAutoImports: 12.724915999919176 +Info 1070 [11:31:50.507] getCompletionData: Semantic work: 13.15858899988234 +Info 1071 [11:31:50.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.718376999720931 +Info 1072 [11:31:50.518] Format host information updated +Info 1073 [11:31:50.688] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1074 [11:31:50.694] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 6.3279559994116426ms +Info 1075 [11:31:50.694] Different program with same set of files +Info 1076 [11:31:50.694] getCompletionData: Get current token: 0.005152000114321709 +Info 1077 [11:31:50.694] getCompletionData: Is inside comment: 0.013446999713778496 +Info 1078 [11:31:50.694] getCompletionData: Get previous token: 0.008595000021159649 +Info 1079 [11:31:50.694] getCompletionsAtPosition: isCompletionListBlocker: 0.007197999395430088 +Info 1080 [11:31:50.695] getExportInfoMap: cache hit +Info 1081 [11:31:50.708] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1082 [11:31:50.708] collectAutoImports: response is complete +Info 1083 [11:31:50.708] collectAutoImports: 12.810476999729872 +Info 1084 [11:31:50.708] getCompletionData: Semantic work: 13.317559000104666 +Info 1085 [11:31:50.714] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.424050999805331 +Info 1086 [11:31:50.719] Format host information updated +Info 1087 [11:31:50.748] Format host information updated +Info 1088 [11:31:50.748] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1089 [11:31:50.756] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 7.504328000359237ms +Info 1090 [11:31:50.756] Different program with same set of files +Info 1091 [11:31:51.520] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1092 [11:31:51.527] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 6.625510999932885ms +Info 1093 [11:31:51.527] Different program with same set of files +Info 1094 [11:31:51.527] getCompletionData: Get current token: 0.00443200021982193 +Info 1095 [11:31:51.527] getCompletionData: Is inside comment: 0.012224000878632069 +Info 1096 [11:31:51.527] getCompletionData: Get previous token: 0.00821400061249733 +Info 1097 [11:31:51.527] getCompletionsAtPosition: isCompletionListBlocker: 0.003529999405145645 +Info 1098 [11:31:51.528] getExportInfoMap: cache hit +Info 1099 [11:31:51.540] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1100 [11:31:51.540] collectAutoImports: response is complete +Info 1101 [11:31:51.540] collectAutoImports: 12.320894000120461 +Info 1102 [11:31:51.540] getCompletionData: Semantic work: 12.802850999869406 +Info 1103 [11:31:51.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.011869999580085 +Info 1104 [11:31:51.551] Format host information updated +Info 1105 [11:31:51.582] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1106 [11:31:51.589] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 6.233279000036418ms +Info 1107 [11:31:51.589] Different program with same set of files +Info 1108 [11:31:51.589] getCompletionData: Get current token: 0.004681999795138836 +Info 1109 [11:31:51.589] getCompletionData: Is inside comment: 0.01435799989849329 +Info 1110 [11:31:51.589] getCompletionData: Get previous token: 0.00876499991863966 +Info 1111 [11:31:51.589] getCompletionsAtPosition: isCompletionListBlocker: 0.007588000036776066 +Info 1112 [11:31:51.589] getExportInfoMap: cache hit +Info 1113 [11:31:51.602] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1114 [11:31:51.603] collectAutoImports: response is complete +Info 1115 [11:31:51.603] collectAutoImports: 13.092006999999285 +Info 1116 [11:31:51.603] getCompletionData: Semantic work: 13.50687799975276 +Info 1117 [11:31:51.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.774531999602914 +Info 1118 [11:31:51.613] Format host information updated +Info 1119 [11:31:51.848] getCompletionData: Get current token: 0.006408999674022198 +Info 1120 [11:31:51.848] getCompletionData: Is inside comment: 0.025325000286102295 +Info 1121 [11:31:51.848] getCompletionData: Get previous token: 0.007596999406814575 +Info 1122 [11:31:51.848] getCompletionsAtPosition: isCompletionListBlocker: 0.0031059999018907547 +Info 1123 [11:31:51.848] Returning an empty list because completion was requested in an invalid position. +Info 1124 [11:31:52.113] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1125 [11:31:52.119] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 6.109903000295162ms +Info 1126 [11:31:52.119] Different program with same set of files +Info 1127 [11:31:52.120] getCompletionData: Get current token: 0.005835999734699726 +Info 1128 [11:31:52.120] getCompletionData: Is inside comment: 0.012272000312805176 +Info 1129 [11:31:52.120] getCompletionData: Get previous token: 0.014700000174343586 +Info 1130 [11:31:52.120] getCompletionsAtPosition: isCompletionListBlocker: 0.004017000086605549 +Info 1131 [11:31:52.120] getExportInfoMap: cache hit +Info 1132 [11:31:52.122] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1133 [11:31:52.122] collectAutoImports: response is complete +Info 1134 [11:31:52.122] collectAutoImports: 1.5334259998053312 +Info 1135 [11:31:52.122] getCompletionData: Semantic work: 1.945003000088036 +Info 1136 [11:31:52.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6049490002915263 +Info 1137 [11:31:52.127] Format host information updated +Info 1138 [11:31:55.033] getCompletionData: Get current token: 0.005988000892102718 +Info 1139 [11:31:55.033] getCompletionData: Is inside comment: 0.012404000386595726 +Info 1140 [11:31:55.033] getCompletionData: Get previous token: 0.01508800033479929 +Info 1141 [11:31:55.033] getCompletionsAtPosition: isCompletionListBlocker: 0.0045779999345541 +Info 1142 [11:31:55.033] getExportInfoMap: cache hit +Info 1143 [11:31:55.035] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1144 [11:31:55.035] collectAutoImports: response is complete +Info 1145 [11:31:55.035] collectAutoImports: 1.621360999532044 +Info 1146 [11:31:55.035] getCompletionData: Semantic work: 2.1183710005134344 +Info 1147 [11:31:55.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5707070007920265 +Info 1148 [11:31:55.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1149 [11:31:55.126] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.1705970000475645ms +Info 1150 [11:31:55.126] Different program with same set of files +Info 1151 [11:31:55.126] getCompletionData: Get current token: 0.005193999968469143 +Info 1152 [11:31:55.126] getCompletionData: Is inside comment: 0.011472000740468502 +Info 1153 [11:31:55.126] getCompletionData: Get previous token: 0.01423999946564436 +Info 1154 [11:31:55.126] getCompletionsAtPosition: isCompletionListBlocker: 0.005564000457525253 +Info 1155 [11:31:55.127] getExportInfoMap: cache hit +Info 1156 [11:31:55.128] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1157 [11:31:55.128] collectAutoImports: response is complete +Info 1158 [11:31:55.128] collectAutoImports: 1.3660909999161959 +Info 1159 [11:31:55.128] getCompletionData: Semantic work: 1.7982499999925494 +Info 1160 [11:31:55.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.618597999215126 +Info 1161 [11:31:55.130] Format host information updated +Info 1162 [11:31:56.480] getCompletionData: Get current token: 0.0054319994524121284 +Info 1163 [11:31:56.480] getCompletionData: Is inside comment: 0.012039000168442726 +Info 1164 [11:31:56.480] getCompletionData: Get previous token: 0.008495000191032887 +Info 1165 [11:31:56.480] getCompletionsAtPosition: isCompletionListBlocker: 0.0026900004595518112 +Info 1166 [11:31:56.480] getExportInfoMap: cache hit +Info 1167 [11:31:56.492] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1168 [11:31:56.492] collectAutoImports: response is complete +Info 1169 [11:31:56.493] collectAutoImports: 12.170041999779642 +Info 1170 [11:31:56.493] getCompletionData: Semantic work: 12.602853000164032 +Info 1171 [11:31:56.499] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.96251199953258 +Info 1172 [11:31:57.042] getCompletionData: Get current token: 0.02502799965441227 +Info 1173 [11:31:57.042] getCompletionData: Is inside comment: 0.05937600042670965 +Info 1174 [11:31:57.043] getCompletionData: Get previous token: 0.06688399985432625 +Info 1175 [11:31:57.043] getCompletionsAtPosition: isCompletionListBlocker: 0.010286999866366386 +Info 1176 [11:31:57.043] Returning an empty list because completion was requested in an invalid position. +Info 1177 [11:31:57.129] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1178 [11:31:57.135] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 5.933970999903977ms +Info 1179 [11:31:57.135] Different program with same set of files +Info 1180 [11:31:57.135] getCompletionData: Get current token: 0.005122000351548195 +Info 1181 [11:31:57.135] getCompletionData: Is inside comment: 0.011390999890863895 +Info 1182 [11:31:57.136] getCompletionData: Get previous token: 0.013391000218689442 +Info 1183 [11:31:57.136] getCompletionsAtPosition: isCompletionListBlocker: 0.002863999456167221 +Info 1184 [11:31:57.136] Returning an empty list because completion was requested in an invalid position. +Info 1185 [11:31:57.138] Format host information updated +Info 1186 [11:31:57.597] getCompletionData: Get current token: 0.002976999618113041 +Info 1187 [11:31:57.597] getCompletionData: Is inside comment: 0.009302000515162945 +Info 1188 [11:31:57.597] getCompletionData: Get previous token: 0.0062070004642009735 +Info 1189 [11:31:57.597] getCompletionsAtPosition: isCompletionListBlocker: 0.009732999838888645 +Info 1190 [11:31:57.598] getExportInfoMap: cache hit +Info 1191 [11:31:57.607] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1192 [11:31:57.607] collectAutoImports: response is complete +Info 1193 [11:31:57.607] collectAutoImports: 9.522567000240088 +Info 1194 [11:31:57.607] getCompletionData: Semantic work: 10.058517000637949 +Info 1195 [11:31:57.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.714116999879479 +Info 1196 [11:31:58.166] getCompletionData: Get current token: 0.005353999324142933 +Info 1197 [11:31:58.167] getCompletionData: Is inside comment: 0.02524000033736229 +Info 1198 [11:31:58.167] getCompletionData: Get previous token: 0.015502999536693096 +Info 1199 [11:31:58.167] getCompletionsAtPosition: isCompletionListBlocker: 0.017263000831007957 +Info 1200 [11:31:58.167] getExportInfoMap: cache hit +Info 1201 [11:31:58.168] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1202 [11:31:58.168] collectAutoImports: response is complete +Info 1203 [11:31:58.168] collectAutoImports: 1.280341999605298 +Info 1204 [11:31:58.168] getCompletionData: Semantic work: 1.7011150000616908 +Info 1205 [11:31:58.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.424523999914527 +Info 1206 [11:31:58.372] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1207 [11:31:58.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 5.94425299949944ms +Info 1208 [11:31:58.378] Different program with same set of files +Info 1209 [11:31:58.378] getCompletionData: Get current token: 0.005789999850094318 +Info 1210 [11:31:58.378] getCompletionData: Is inside comment: 0.014973999932408333 +Info 1211 [11:31:58.378] getCompletionData: Get previous token: 0.010171999223530293 +Info 1212 [11:31:58.378] getCompletionsAtPosition: isCompletionListBlocker: 0.0026050005108118057 +Info 1213 [11:31:58.379] getExportInfoMap: cache hit +Info 1214 [11:31:58.389] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1215 [11:31:58.389] collectAutoImports: response is complete +Info 1216 [11:31:58.389] collectAutoImports: 10.14571399986744 +Info 1217 [11:31:58.389] getCompletionData: Semantic work: 10.553598999977112 +Info 1218 [11:31:58.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.879180999472737 +Info 1219 [11:31:58.400] Format host information updated +Info 1220 [11:31:58.479] Format host information updated +Info 1221 [11:31:58.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1222 [11:31:58.485] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 6.11185699980706ms +Info 1223 [11:31:58.485] Different program with same set of files +Info 1224 [11:31:59.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1225 [11:31:59.158] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 6.151362999342382ms +Info 1226 [11:31:59.158] Different program with same set of files +Info 1227 [11:31:59.158] getCompletionData: Get current token: 0.005583999678492546 +Info 1228 [11:31:59.158] getCompletionData: Is inside comment: 0.01347499992698431 +Info 1229 [11:31:59.159] getCompletionData: Get previous token: 0.018180000595748425 +Info 1230 [11:31:59.159] getCompletionsAtPosition: isCompletionListBlocker: 0.00301200058311224 +Info 1231 [11:31:59.159] getExportInfoMap: cache hit +Info 1232 [11:31:59.164] collectAutoImports: resolved 0 module specifiers, plus 80 ambient and 10 from cache +Info 1233 [11:31:59.165] collectAutoImports: response is complete +Info 1234 [11:31:59.165] collectAutoImports: 5.573627999983728 +Info 1235 [11:31:59.165] getCompletionData: Semantic work: 6.006203999742866 +Info 1236 [11:31:59.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.068308999761939 +Info 1237 [11:31:59.168] Format host information updated +Info 1238 [11:31:59.288] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1239 [11:31:59.294] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 5.838161000050604ms +Info 1240 [11:31:59.294] Different program with same set of files +Info 1241 [11:31:59.294] getCompletionData: Get current token: 0.00536699965596199 +Info 1242 [11:31:59.294] getCompletionData: Is inside comment: 0.013439999893307686 +Info 1243 [11:31:59.294] getCompletionData: Get previous token: 0.0189390005543828 +Info 1244 [11:31:59.294] getCompletionsAtPosition: isCompletionListBlocker: 0.0028439993038773537 +Info 1245 [11:31:59.295] getExportInfoMap: cache hit +Info 1246 [11:31:59.297] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 2 from cache +Info 1247 [11:31:59.297] collectAutoImports: response is complete +Info 1248 [11:31:59.297] collectAutoImports: 2.089815999381244 +Info 1249 [11:31:59.297] getCompletionData: Semantic work: 2.53180200047791 +Info 1250 [11:31:59.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7626489996910095 +Info 1251 [11:31:59.300] Format host information updated +Info 1252 [11:31:59.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1253 [11:31:59.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 8.751063999719918ms +Info 1254 [11:31:59.469] Different program with same set of files +Info 1255 [11:31:59.469] getCompletionData: Get current token: 0.008504999801516533 +Info 1256 [11:31:59.469] getCompletionData: Is inside comment: 0.016061999835073948 +Info 1257 [11:31:59.469] getCompletionData: Get previous token: 0.022029999643564224 +Info 1258 [11:31:59.469] getCompletionsAtPosition: isCompletionListBlocker: 0.003487999550998211 +Info 1259 [11:31:59.469] getExportInfoMap: cache hit +Info 1260 [11:31:59.471] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 1 from cache +Info 1261 [11:31:59.471] collectAutoImports: response is complete +Info 1262 [11:31:59.471] collectAutoImports: 1.9206039998680353 +Info 1263 [11:31:59.471] getCompletionData: Semantic work: 2.418166999705136 +Info 1264 [11:31:59.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9651469998061657 +Info 1265 [11:31:59.474] Format host information updated +Info 1266 [11:31:59.534] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1267 [11:31:59.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.704861000180244ms +Info 1268 [11:31:59.545] Different program with same set of files +Info 1269 [11:31:59.545] getCompletionData: Get current token: 0.006737000308930874 +Info 1270 [11:31:59.546] getCompletionData: Is inside comment: 0.013860000297427177 +Info 1271 [11:31:59.546] getCompletionData: Get previous token: 0.017839999869465828 +Info 1272 [11:31:59.546] getCompletionsAtPosition: isCompletionListBlocker: 0.001969999633729458 +Info 1273 [11:31:59.546] getExportInfoMap: cache hit +Info 1274 [11:31:59.557] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1275 [11:31:59.557] collectAutoImports: response is complete +Info 1276 [11:31:59.557] collectAutoImports: 11.405952000059187 +Info 1277 [11:31:59.557] getCompletionData: Semantic work: 11.767186999320984 +Info 1278 [11:31:59.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.7427699994295835 +Info 1279 [11:31:59.567] Format host information updated +Info 1280 [11:31:59.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1281 [11:31:59.850] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 28.5892420001328ms +Info 1282 [11:31:59.850] Different program with same set of files +Info 1283 [11:31:59.851] getCompletionData: Get current token: 0.029191999696195126 +Info 1284 [11:31:59.851] getCompletionData: Is inside comment: 0.0527169993147254 +Info 1285 [11:31:59.851] getCompletionData: Get previous token: 0.02772499993443489 +Info 1286 [11:31:59.851] getCompletionsAtPosition: isCompletionListBlocker: 0.00675399973988533 +Info 1287 [11:31:59.852] getExportInfoMap: cache hit +Info 1288 [11:31:59.870] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1289 [11:31:59.870] collectAutoImports: response is complete +Info 1290 [11:31:59.870] collectAutoImports: 17.91854599956423 +Info 1291 [11:31:59.870] getCompletionData: Semantic work: 18.85021399985999 +Info 1292 [11:31:59.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.266350000165403 +Info 1293 [11:31:59.882] Format host information updated +Info 1294 [11:32:00.047] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1295 [11:32:00.053] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 5.974826999939978ms +Info 1296 [11:32:00.053] Different program with same set of files +Info 1297 [11:32:00.053] getCompletionData: Get current token: 0.028225000016391277 +Info 1298 [11:32:00.053] getCompletionData: Is inside comment: 0.016122999601066113 +Info 1299 [11:32:00.053] getCompletionData: Get previous token: 0.019182000309228897 +Info 1300 [11:32:00.053] getCompletionsAtPosition: isCompletionListBlocker: 0.002725999802350998 +Info 1301 [11:32:00.053] getExportInfoMap: cache hit +Info 1302 [11:32:00.064] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1303 [11:32:00.064] collectAutoImports: response is complete +Info 1304 [11:32:00.064] collectAutoImports: 10.63463700003922 +Info 1305 [11:32:00.064] getCompletionData: Semantic work: 11.06305699981749 +Info 1306 [11:32:00.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.696092999540269 +Info 1307 [11:32:00.076] Format host information updated +Info 1308 [11:32:00.188] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1309 [11:32:00.195] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 6.570485999807715ms +Info 1310 [11:32:00.195] Different program with same set of files +Info 1311 [11:32:00.195] getCompletionData: Get current token: 0.003085000440478325 +Info 1312 [11:32:00.195] getCompletionData: Is inside comment: 0.01277099922299385 +Info 1313 [11:32:00.195] getCompletionData: Get previous token: 0.01645100023597479 +Info 1314 [11:32:00.195] getCompletionsAtPosition: isCompletionListBlocker: 0.002921000123023987 +Info 1315 [11:32:00.195] getExportInfoMap: cache hit +Info 1316 [11:32:00.197] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 1 from cache +Info 1317 [11:32:00.197] collectAutoImports: response is complete +Info 1318 [11:32:00.197] collectAutoImports: 1.505028000101447 +Info 1319 [11:32:00.197] getCompletionData: Semantic work: 1.9017799999564886 +Info 1320 [11:32:00.199] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6180880004540086 +Info 1321 [11:32:00.199] Format host information updated +Info 1322 [11:32:00.267] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1323 [11:32:00.273] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 6.440415999852121ms +Info 1324 [11:32:00.273] Different program with same set of files +Info 1325 [11:32:00.274] getCompletionData: Get current token: 0.0037799999117851257 +Info 1326 [11:32:00.274] getCompletionData: Is inside comment: 0.014616000466048717 +Info 1327 [11:32:00.274] getCompletionData: Get previous token: 0.047067999839782715 +Info 1328 [11:32:00.274] getCompletionsAtPosition: isCompletionListBlocker: 0.003313000313937664 +Info 1329 [11:32:00.274] getExportInfoMap: cache hit +Info 1330 [11:32:00.278] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 1 from cache +Info 1331 [11:32:00.278] collectAutoImports: response is complete +Info 1332 [11:32:00.278] collectAutoImports: 3.810538999736309 +Info 1333 [11:32:00.278] getCompletionData: Semantic work: 4.2879929998889565 +Info 1334 [11:32:00.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8951449999585748 +Info 1335 [11:32:00.281] Format host information updated +Info 1336 [11:32:00.419] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1337 [11:32:00.425] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 6.032476999796927ms +Info 1338 [11:32:00.425] Different program with same set of files +Info 1339 [11:32:00.425] getCompletionData: Get current token: 0.0036639999598264694 +Info 1340 [11:32:00.425] getCompletionData: Is inside comment: 0.011103999800980091 +Info 1341 [11:32:00.425] getCompletionData: Get previous token: 0.013940999284386635 +Info 1342 [11:32:00.425] getCompletionsAtPosition: isCompletionListBlocker: 0.0027330005541443825 +Info 1343 [11:32:00.425] getExportInfoMap: cache hit +Info 1344 [11:32:00.427] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 1 from cache +Info 1345 [11:32:00.427] collectAutoImports: response is complete +Info 1346 [11:32:00.427] collectAutoImports: 1.8316670004278421 +Info 1347 [11:32:00.427] getCompletionData: Semantic work: 2.258157999254763 +Info 1348 [11:32:00.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7925169998779893 +Info 1349 [11:32:00.430] Format host information updated +Info 1350 [11:32:00.566] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1351 [11:32:00.573] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 6.182919000275433ms +Info 1352 [11:32:00.573] Different program with same set of files +Info 1353 [11:32:00.573] getCompletionData: Get current token: 0.003153999336063862 +Info 1354 [11:32:00.573] getCompletionData: Is inside comment: 0.010274000465869904 +Info 1355 [11:32:00.573] getCompletionData: Get previous token: 0.01266700029373169 +Info 1356 [11:32:00.573] getCompletionsAtPosition: isCompletionListBlocker: 0.0030730003491044044 +Info 1357 [11:32:00.573] getExportInfoMap: cache hit +Info 1358 [11:32:00.578] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 2 from cache +Info 1359 [11:32:00.578] collectAutoImports: response is complete +Info 1360 [11:32:00.578] collectAutoImports: 4.921529000625014 +Info 1361 [11:32:00.578] getCompletionData: Semantic work: 5.318973999470472 +Info 1362 [11:32:00.580] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6917150001972914 +Info 1363 [11:32:00.581] Format host information updated +Info 1364 [11:32:00.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1365 [11:32:00.632] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 6.2774200001731515ms +Info 1366 [11:32:00.632] Different program with same set of files +Info 1367 [11:32:00.633] getCompletionData: Get current token: 0.0034290002658963203 +Info 1368 [11:32:00.633] getCompletionData: Is inside comment: 0.010715999640524387 +Info 1369 [11:32:00.633] getCompletionData: Get previous token: 0.013155000284314156 +Info 1370 [11:32:00.633] getCompletionsAtPosition: isCompletionListBlocker: 0.002890000119805336 +Info 1371 [11:32:00.633] getExportInfoMap: cache hit +Info 1372 [11:32:00.636] collectAutoImports: resolved 0 module specifiers, plus 80 ambient and 10 from cache +Info 1373 [11:32:00.636] collectAutoImports: response is complete +Info 1374 [11:32:00.636] collectAutoImports: 3.344859999604523 +Info 1375 [11:32:00.636] getCompletionData: Semantic work: 3.8319810004904866 +Info 1376 [11:32:00.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.970533000305295 +Info 1377 [11:32:00.640] Format host information updated +Info 1378 [11:32:00.858] Format host information updated +Info 1379 [11:32:00.858] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1380 [11:32:00.869] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 10.886102000251412ms +Info 1381 [11:32:00.869] Different program with same set of files +Info 1382 [11:32:01.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1383 [11:32:01.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 6.071059999987483ms +Info 1384 [11:32:01.080] Different program with same set of files +Info 1385 [11:32:01.080] getCompletionData: Get current token: 0.0033390000462532043 +Info 1386 [11:32:01.080] getCompletionData: Is inside comment: 0.01036400068551302 +Info 1387 [11:32:01.080] getCompletionData: Get previous token: 0.012195000424981117 +Info 1388 [11:32:01.080] getCompletionsAtPosition: isCompletionListBlocker: 0.0025909999385476112 +Info 1389 [11:32:01.080] getExportInfoMap: cache hit +Info 1390 [11:32:01.082] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 6 from cache +Info 1391 [11:32:01.082] collectAutoImports: response is complete +Info 1392 [11:32:01.082] collectAutoImports: 1.91376500017941 +Info 1393 [11:32:01.082] getCompletionData: Semantic work: 2.303830999881029 +Info 1394 [11:32:01.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5720910001546144 +Info 1395 [11:32:01.085] Format host information updated +Info 1396 [11:32:01.217] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1397 [11:32:01.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 8.033169000409544ms +Info 1398 [11:32:01.225] Different program with same set of files +Info 1399 [11:32:01.225] getCompletionData: Get current token: 0.004343999549746513 +Info 1400 [11:32:01.225] getCompletionData: Is inside comment: 0.012012000195682049 +Info 1401 [11:32:01.225] getCompletionData: Get previous token: 0.01541099976748228 +Info 1402 [11:32:01.225] getCompletionsAtPosition: isCompletionListBlocker: 0.003132999874651432 +Info 1403 [11:32:01.226] getExportInfoMap: cache hit +Info 1404 [11:32:01.228] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 5 from cache +Info 1405 [11:32:01.228] collectAutoImports: response is complete +Info 1406 [11:32:01.228] collectAutoImports: 2.308779999613762 +Info 1407 [11:32:01.228] getCompletionData: Semantic work: 2.774021999910474 +Info 1408 [11:32:01.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0764889996498823 +Info 1409 [11:32:01.232] Format host information updated +Info 1410 [11:32:01.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1411 [11:32:01.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 7.670280000194907ms +Info 1412 [11:32:01.325] Different program with same set of files +Info 1413 [11:32:01.325] getCompletionData: Get current token: 0.0034689996391534805 +Info 1414 [11:32:01.325] getCompletionData: Is inside comment: 0.012898999266326427 +Info 1415 [11:32:01.325] getCompletionData: Get previous token: 0.017619000747799873 +Info 1416 [11:32:01.325] getCompletionsAtPosition: isCompletionListBlocker: 0.003622000105679035 +Info 1417 [11:32:01.326] getExportInfoMap: cache hit +Info 1418 [11:32:01.329] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 5 from cache +Info 1419 [11:32:01.329] collectAutoImports: response is complete +Info 1420 [11:32:01.329] collectAutoImports: 3.2081630006432533 +Info 1421 [11:32:01.329] getCompletionData: Semantic work: 3.82564099971205 +Info 1422 [11:32:01.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.764717999845743 +Info 1423 [11:32:01.333] Format host information updated +Info 1424 [11:32:01.406] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1425 [11:32:01.421] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 15.22373399976641ms +Info 1426 [11:32:01.421] Different program with same set of files +Info 1427 [11:32:01.421] getCompletionData: Get current token: 0.01092700008302927 +Info 1428 [11:32:01.422] getCompletionData: Is inside comment: 0.042268999852240086 +Info 1429 [11:32:01.422] getCompletionData: Get previous token: 0.05371499992907047 +Info 1430 [11:32:01.422] getCompletionsAtPosition: isCompletionListBlocker: 0.006567000411450863 +Info 1431 [11:32:01.423] getExportInfoMap: cache hit +Info 1432 [11:32:01.429] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 1433 [11:32:01.429] collectAutoImports: response is complete +Info 1434 [11:32:01.429] collectAutoImports: 6.339013000018895 +Info 1435 [11:32:01.429] getCompletionData: Semantic work: 7.62877699919045 +Info 1436 [11:32:01.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.385231000371277 +Info 1437 [11:32:01.440] Format host information updated +Info 1438 [11:32:01.619] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1439 [11:32:01.625] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.388961999677122ms +Info 1440 [11:32:01.625] Different program with same set of files +Info 1441 [11:32:01.626] getCompletionData: Get current token: 0.027584999799728394 +Info 1442 [11:32:01.626] getCompletionData: Is inside comment: 0.015339000150561333 +Info 1443 [11:32:01.626] getCompletionData: Get previous token: 0.019505999982357025 +Info 1444 [11:32:01.626] getCompletionsAtPosition: isCompletionListBlocker: 0.0034529995173215866 +Info 1445 [11:32:01.626] getExportInfoMap: cache hit +Info 1446 [11:32:01.628] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 2 from cache +Info 1447 [11:32:01.628] collectAutoImports: response is complete +Info 1448 [11:32:01.628] collectAutoImports: 1.7911790004000068 +Info 1449 [11:32:01.628] getCompletionData: Semantic work: 2.2983280001208186 +Info 1450 [11:32:01.630] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.775683999992907 +Info 1451 [11:32:01.631] Format host information updated +Info 1452 [11:32:01.764] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1453 [11:32:01.790] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 25.573028999380767ms +Info 1454 [11:32:01.790] Different program with same set of files +Info 1455 [11:32:01.791] getCompletionData: Get current token: 0.015740999951958656 +Info 1456 [11:32:01.791] getCompletionData: Is inside comment: 0.10456999950110912 +Info 1457 [11:32:01.791] getCompletionData: Get previous token: 0.09966599941253662 +Info 1458 [11:32:01.791] getCompletionsAtPosition: isCompletionListBlocker: 0.011096000671386719 +Info 1459 [11:32:01.793] getExportInfoMap: cache hit +Info 1460 [11:32:01.798] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 1461 [11:32:01.798] collectAutoImports: response is complete +Info 1462 [11:32:01.798] collectAutoImports: 5.070178000256419 +Info 1463 [11:32:01.798] getCompletionData: Semantic work: 7.206673000007868 +Info 1464 [11:32:01.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.2074009999632835 +Info 1465 [11:32:01.807] Format host information updated +Info 1466 [11:32:01.857] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1467 [11:32:01.870] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 13.487237000837922ms +Info 1468 [11:32:01.871] Different program with same set of files +Info 1469 [11:32:01.871] getCompletionData: Get current token: 0.012865000404417515 +Info 1470 [11:32:01.871] getCompletionData: Is inside comment: 0.03286000061780214 +Info 1471 [11:32:01.871] getCompletionData: Get previous token: 0.04408300016075373 +Info 1472 [11:32:01.871] getCompletionsAtPosition: isCompletionListBlocker: 0.005510999821126461 +Info 1473 [11:32:01.872] getExportInfoMap: cache hit +Info 1474 [11:32:01.876] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 1475 [11:32:01.876] collectAutoImports: response is complete +Info 1476 [11:32:01.876] collectAutoImports: 3.4606399992480874 +Info 1477 [11:32:01.876] getCompletionData: Semantic work: 4.564681000076234 +Info 1478 [11:32:01.880] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9314529998227954 +Info 1479 [11:32:01.881] Format host information updated +Info 1480 [11:32:02.063] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1481 [11:32:02.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 7.503107000142336ms +Info 1482 [11:32:02.071] Different program with same set of files +Info 1483 [11:32:02.071] getCompletionData: Get current token: 0.00455900002270937 +Info 1484 [11:32:02.071] getCompletionData: Is inside comment: 0.016385999508202076 +Info 1485 [11:32:02.071] getCompletionData: Get previous token: 0.02221599966287613 +Info 1486 [11:32:02.071] getCompletionsAtPosition: isCompletionListBlocker: 0.003111000172793865 +Info 1487 [11:32:02.072] getExportInfoMap: cache hit +Info 1488 [11:32:02.075] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 1489 [11:32:02.075] collectAutoImports: response is complete +Info 1490 [11:32:02.075] collectAutoImports: 3.7652779994532466 +Info 1491 [11:32:02.075] getCompletionData: Semantic work: 4.327051999978721 +Info 1492 [11:32:02.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2202800000086427 +Info 1493 [11:32:02.079] Format host information updated +Info 1494 [11:32:02.882] getCompletionData: Get current token: 0.0027789995074272156 +Info 1495 [11:32:02.882] getCompletionData: Is inside comment: 0.010844999924302101 +Info 1496 [11:32:02.882] getCompletionData: Get previous token: 0.007269000634551048 +Info 1497 [11:32:02.882] getCompletionsAtPosition: isCompletionListBlocker: 0.011971999891102314 +Info 1498 [11:32:02.882] getExportInfoMap: cache hit +Info 1499 [11:32:02.894] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1500 [11:32:02.894] collectAutoImports: response is complete +Info 1501 [11:32:02.894] collectAutoImports: 11.7294420003891 +Info 1502 [11:32:02.894] getCompletionData: Semantic work: 12.22167699970305 +Info 1503 [11:32:02.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.306510999798775 +Info 1504 [11:32:03.029] Format host information updated +Info 1505 [11:32:03.029] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1506 [11:32:03.035] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 5.741543999873102ms +Info 1507 [11:32:03.035] Different program with same set of files +Info 1508 [11:32:03.143] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1509 [11:32:03.150] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 6.67735099978745ms +Info 1510 [11:32:03.150] Different program with same set of files +Info 1511 [11:32:03.150] getCompletionData: Get current token: 0.003078000620007515 +Info 1512 [11:32:03.150] getCompletionData: Is inside comment: 0.012463999912142754 +Info 1513 [11:32:03.150] getCompletionData: Get previous token: 0.008274000138044357 +Info 1514 [11:32:03.150] getCompletionsAtPosition: isCompletionListBlocker: 0.01024600025266409 +Info 1515 [11:32:03.150] getExportInfoMap: cache hit +Info 1516 [11:32:03.165] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1517 [11:32:03.165] collectAutoImports: response is complete +Info 1518 [11:32:03.165] collectAutoImports: 14.54135899990797 +Info 1519 [11:32:03.165] getCompletionData: Semantic work: 15.063473000191152 +Info 1520 [11:32:03.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.087698000483215 +Info 1521 [11:32:03.175] Format host information updated +Info 1522 [11:32:03.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1523 [11:32:03.328] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 17.983045999892056ms +Info 1524 [11:32:03.328] Different program with same set of files +Info 1525 [11:32:03.329] getCompletionData: Get current token: 0.009952999651432037 +Info 1526 [11:32:03.329] getCompletionData: Is inside comment: 0.04079500027000904 +Info 1527 [11:32:03.329] getCompletionData: Get previous token: 0.02611699979752302 +Info 1528 [11:32:03.329] getCompletionsAtPosition: isCompletionListBlocker: 0.02086800057440996 +Info 1529 [11:32:03.330] getExportInfoMap: cache hit +Info 1530 [11:32:03.356] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1531 [11:32:03.356] collectAutoImports: response is complete +Info 1532 [11:32:03.356] collectAutoImports: 26.179429000243545 +Info 1533 [11:32:03.356] getCompletionData: Semantic work: 27.595271999947727 +Info 1534 [11:32:03.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.314081000164151 +Info 1535 [11:32:03.370] Format host information updated +Info 1536 [11:32:03.374] Format host information updated +Info 1537 [11:32:03.374] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1538 [11:32:03.379] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 5.650438999757171ms +Info 1539 [11:32:03.379] Different program with same set of files +Info 1540 [11:32:03.988] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1541 [11:32:03.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 6.106642999686301ms +Info 1542 [11:32:03.995] Different program with same set of files +Info 1543 [11:32:03.995] getCompletionData: Get current token: 0.002621999941766262 +Info 1544 [11:32:03.995] getCompletionData: Is inside comment: 0.010103000327944756 +Info 1545 [11:32:03.995] getCompletionData: Get previous token: 0.014582999981939793 +Info 1546 [11:32:03.995] getCompletionsAtPosition: isCompletionListBlocker: 0.007213999517261982 +Info 1547 [11:32:03.995] getExportInfoMap: cache hit +Info 1548 [11:32:04.000] collectAutoImports: resolved 0 module specifiers, plus 135 ambient and 36 from cache +Info 1549 [11:32:04.000] collectAutoImports: response is complete +Info 1550 [11:32:04.000] collectAutoImports: 4.326008000411093 +Info 1551 [11:32:04.000] getCompletionData: Semantic work: 4.893450999632478 +Info 1552 [11:32:04.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.404767000116408 +Info 1553 [11:32:04.005] Format host information updated +Info 1554 [11:32:04.132] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1555 [11:32:04.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 6.0679219998419285ms +Info 1556 [11:32:04.138] Different program with same set of files +Info 1557 [11:32:04.139] getCompletionData: Get current token: 0.0031890003010630608 +Info 1558 [11:32:04.139] getCompletionData: Is inside comment: 0.013050000183284283 +Info 1559 [11:32:04.139] getCompletionData: Get previous token: 0.017425999976694584 +Info 1560 [11:32:04.139] getCompletionsAtPosition: isCompletionListBlocker: 0.009499000385403633 +Info 1561 [11:32:04.139] getExportInfoMap: cache hit +Info 1562 [11:32:04.143] collectAutoImports: resolved 0 module specifiers, plus 68 ambient and 20 from cache +Info 1563 [11:32:04.143] collectAutoImports: response is complete +Info 1564 [11:32:04.143] collectAutoImports: 3.3863980006426573 +Info 1565 [11:32:04.143] getCompletionData: Semantic work: 3.895077000372112 +Info 1566 [11:32:04.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4478040002286434 +Info 1567 [11:32:04.146] Format host information updated +Info 1568 [11:32:04.329] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1569 [11:32:04.335] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 6.640428999438882ms +Info 1570 [11:32:04.335] Different program with same set of files +Info 1571 [11:32:04.336] getCompletionData: Get current token: 0.0036989999935030937 +Info 1572 [11:32:04.336] getCompletionData: Is inside comment: 0.014960999600589275 +Info 1573 [11:32:04.336] getCompletionData: Get previous token: 0.01916899997740984 +Info 1574 [11:32:04.336] getCompletionsAtPosition: isCompletionListBlocker: 0.008224999532103539 +Info 1575 [11:32:04.336] getExportInfoMap: cache hit +Info 1576 [11:32:04.341] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 5 from cache +Info 1577 [11:32:04.341] collectAutoImports: response is complete +Info 1578 [11:32:04.341] collectAutoImports: 4.920595999807119 +Info 1579 [11:32:04.341] getCompletionData: Semantic work: 5.500312999822199 +Info 1580 [11:32:04.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.59084099996835 +Info 1581 [11:32:04.345] Format host information updated +Info 1582 [11:32:04.413] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1583 [11:32:04.426] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 12.812276999466121ms +Info 1584 [11:32:04.426] Different program with same set of files +Info 1585 [11:32:04.427] getCompletionData: Get current token: 0.00916999951004982 +Info 1586 [11:32:04.427] getCompletionData: Is inside comment: 0.02579599991440773 +Info 1587 [11:32:04.427] getCompletionData: Get previous token: 0.039904000237584114 +Info 1588 [11:32:04.427] getCompletionsAtPosition: isCompletionListBlocker: 0.014210999943315983 +Info 1589 [11:32:04.428] getExportInfoMap: cache hit +Info 1590 [11:32:04.431] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 2 from cache +Info 1591 [11:32:04.431] collectAutoImports: response is complete +Info 1592 [11:32:04.431] collectAutoImports: 3.625004000030458 +Info 1593 [11:32:04.431] getCompletionData: Semantic work: 4.608752000145614 +Info 1594 [11:32:04.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9118130002170801 +Info 1595 [11:32:04.434] Format host information updated +Info 1596 [11:32:04.473] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1597 [11:32:04.480] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 7.387895000167191ms +Info 1598 [11:32:04.480] Different program with same set of files +Info 1599 [11:32:04.481] getCompletionData: Get current token: 0.002718999981880188 +Info 1600 [11:32:04.481] getCompletionData: Is inside comment: 0.010212000459432602 +Info 1601 [11:32:04.481] getCompletionData: Get previous token: 0.013922000303864479 +Info 1602 [11:32:04.481] getCompletionsAtPosition: isCompletionListBlocker: 0.006505999714136124 +Info 1603 [11:32:04.481] getExportInfoMap: cache hit +Info 1604 [11:32:04.483] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 1605 [11:32:04.483] collectAutoImports: response is complete +Info 1606 [11:32:04.483] collectAutoImports: 1.8334480002522469 +Info 1607 [11:32:04.483] getCompletionData: Semantic work: 2.2880729995667934 +Info 1608 [11:32:04.485] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6963720005005598 +Info 1609 [11:32:04.486] Format host information updated +Info 1610 [11:32:04.636] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1611 [11:32:04.642] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 6.178573999553919ms +Info 1612 [11:32:04.642] Different program with same set of files +Info 1613 [11:32:04.642] getCompletionData: Get current token: 0.0033879997208714485 +Info 1614 [11:32:04.642] getCompletionData: Is inside comment: 0.014122999273240566 +Info 1615 [11:32:04.642] getCompletionData: Get previous token: 0.034955999813973904 +Info 1616 [11:32:04.642] getCompletionsAtPosition: isCompletionListBlocker: 0.0027760006487369537 +Info 1617 [11:32:04.643] getExportInfoMap: cache hit +Info 1618 [11:32:04.657] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1619 [11:32:04.657] collectAutoImports: response is complete +Info 1620 [11:32:04.657] collectAutoImports: 14.29209699947387 +Info 1621 [11:32:04.657] getCompletionData: Semantic work: 14.770684000104666 +Info 1622 [11:32:04.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.002892999909818 +Info 1623 [11:32:04.669] Format host information updated +Info 1624 [11:32:04.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1625 [11:32:04.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 6.62988599948585ms +Info 1626 [11:32:04.976] Different program with same set of files +Info 1627 [11:32:04.976] getCompletionData: Get current token: 0.0032489998266100883 +Info 1628 [11:32:04.976] getCompletionData: Is inside comment: 0.012875000014901161 +Info 1629 [11:32:04.976] getCompletionData: Get previous token: 0.01703099999576807 +Info 1630 [11:32:04.976] getCompletionsAtPosition: isCompletionListBlocker: 0.0025729993358254433 +Info 1631 [11:32:04.977] getExportInfoMap: cache hit +Info 1632 [11:32:04.979] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 2 from cache +Info 1633 [11:32:04.979] collectAutoImports: response is complete +Info 1634 [11:32:04.979] collectAutoImports: 1.7852819999679923 +Info 1635 [11:32:04.979] getCompletionData: Semantic work: 2.2321520000696182 +Info 1636 [11:32:04.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.895473999902606 +Info 1637 [11:32:04.982] Format host information updated +Info 1638 [11:32:05.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1639 [11:32:05.047] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 6.367960999719799ms +Info 1640 [11:32:05.047] Different program with same set of files +Info 1641 [11:32:05.047] getCompletionData: Get current token: 0.002865999937057495 +Info 1642 [11:32:05.047] getCompletionData: Is inside comment: 0.01161900069564581 +Info 1643 [11:32:05.047] getCompletionData: Get previous token: 0.016010000370442867 +Info 1644 [11:32:05.047] getCompletionsAtPosition: isCompletionListBlocker: 0.0027630003169178963 +Info 1645 [11:32:05.048] getExportInfoMap: cache hit +Info 1646 [11:32:05.049] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 1647 [11:32:05.049] collectAutoImports: response is complete +Info 1648 [11:32:05.049] collectAutoImports: 1.7317310003563762 +Info 1649 [11:32:05.049] getCompletionData: Semantic work: 2.2069439999759197 +Info 1650 [11:32:05.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6211640005931258 +Info 1651 [11:32:05.052] Format host information updated +Info 1652 [11:32:05.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1653 [11:32:05.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 22.505898999981582ms +Info 1654 [11:32:05.142] Different program with same set of files +Info 1655 [11:32:05.143] getCompletionData: Get current token: 0.01355000026524067 +Info 1656 [11:32:05.143] getCompletionData: Is inside comment: 0.05525599978864193 +Info 1657 [11:32:05.143] getCompletionData: Get previous token: 0.07416700012981892 +Info 1658 [11:32:05.143] getCompletionsAtPosition: isCompletionListBlocker: 0.007434999570250511 +Info 1659 [11:32:05.145] getExportInfoMap: cache hit +Info 1660 [11:32:05.170] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1661 [11:32:05.170] collectAutoImports: response is complete +Info 1662 [11:32:05.170] collectAutoImports: 25.155110999941826 +Info 1663 [11:32:05.170] getCompletionData: Semantic work: 26.76039499975741 +Info 1664 [11:32:05.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.199950999580324 +Info 1665 [11:32:05.183] Format host information updated +Info 1666 [11:32:05.424] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1667 [11:32:05.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 8.187389999628067ms +Info 1668 [11:32:05.432] Different program with same set of files +Info 1669 [11:32:05.432] getCompletionData: Get current token: 0.0026719998568296432 +Info 1670 [11:32:05.432] getCompletionData: Is inside comment: 0.010611999779939651 +Info 1671 [11:32:05.432] getCompletionData: Get previous token: 0.007149999961256981 +Info 1672 [11:32:05.432] getCompletionsAtPosition: isCompletionListBlocker: 0.008839000016450882 +Info 1673 [11:32:05.432] getExportInfoMap: cache hit +Info 1674 [11:32:05.442] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 226 from cache +Info 1675 [11:32:05.442] collectAutoImports: response is complete +Info 1676 [11:32:05.442] collectAutoImports: 10.066843000240624 +Info 1677 [11:32:05.442] getCompletionData: Semantic work: 10.445594999939203 +Info 1678 [11:32:05.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.696507999673486 +Info 1679 [11:32:05.455] Format host information updated +Info 1680 [11:32:06.909] Format host information updated +Info 1681 [11:32:06.927] Format host information updated +Info 1682 [11:32:07.233] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 1683 [11:32:07.235] Elapsed:: 2.240832000039518ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 1684 [11:32:07.235] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1685 [11:32:07.235] Elapsed:: 0.23241799976676702ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1686 [11:32:07.235] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1687 [11:32:07.235] Ignoring files that are not *.json +Info 1688 [11:32:07.235] Elapsed:: 0.07477300055325031ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1689 [11:32:07.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1690 [11:32:07.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: true structureIsReused:: Not Elapsed: 18.716040999628603ms +Info 1691 [11:32:07.515] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1692 [11:32:07.515] Files (132) + +Info 1693 [11:32:07.515] ----------------------------------------------- +Info 1694 [11:32:07.515] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1695 [11:32:07.515] Files (267) + +Info 1696 [11:32:07.515] ----------------------------------------------- +Info 1697 [11:32:07.794] Format host information updated +Info 1698 [11:32:07.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1699 [11:32:07.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 5.784933999180794ms +Info 1700 [11:32:07.800] Different program with same set of files +Info 1701 [11:32:08.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1702 [11:32:08.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 6.246743000112474ms +Info 1703 [11:32:08.091] Different program with same set of files +Info 1704 [11:32:08.091] getCompletionData: Get current token: 0.0014070002362132072 +Info 1705 [11:32:08.091] getCompletionData: Is inside comment: 0.010629000142216682 +Info 1706 [11:32:08.092] getCompletionData: Get previous token: 0.016378999687731266 +Info 1707 [11:32:08.092] getCompletionsAtPosition: isCompletionListBlocker: 0.009254999458789825 +Info 1708 [11:32:08.093] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.35728100035339594 ms +Info 1709 [11:32:08.093] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 1710 [11:32:08.093] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.2867129994556308ms +Info 1711 [11:32:08.093] getExportInfoMap: cache miss or empty; calculating new results +Info 1712 [11:32:08.121] forEachExternalModuleToImportFrom autoImportProvider: 13.51112399995327 +Info 1713 [11:32:08.121] getExportInfoMap: done in 29.22885899990797 ms +Info 1714 [11:32:08.126] collectAutoImports: resolved 5 module specifiers, plus 0 ambient and 10 from cache +Info 1715 [11:32:08.126] collectAutoImports: response is complete +Info 1716 [11:32:08.126] collectAutoImports: 4.676010999828577 +Info 1717 [11:32:08.126] getCompletionData: Semantic work: 34.60228400025517 +Info 1718 [11:32:08.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3055750001221895 +Info 1719 [11:32:08.130] Format host information updated +Info 1720 [11:32:08.320] Format host information updated +Info 1721 [11:32:08.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1722 [11:32:08.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 6.758157000876963ms +Info 1723 [11:32:08.327] Different program with same set of files +Info 1724 [11:32:08.428] Format host information updated +Info 1725 [11:32:08.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1726 [11:32:08.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 8.35169499926269ms +Info 1727 [11:32:08.436] Different program with same set of files +Info 1728 [11:32:08.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1729 [11:32:08.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 6.052993999794126ms +Info 1730 [11:32:08.635] Different program with same set of files +Info 1731 [11:32:08.635] getCompletionData: Get current token: 0.001360999420285225 +Info 1732 [11:32:08.635] getCompletionData: Is inside comment: 0.01129399985074997 +Info 1733 [11:32:08.635] getCompletionData: Get previous token: 0.016847999766469002 +Info 1734 [11:32:08.635] getCompletionsAtPosition: isCompletionListBlocker: 0.00954199954867363 +Info 1735 [11:32:08.636] getExportInfoMap: cache hit +Info 1736 [11:32:08.638] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 1737 [11:32:08.638] collectAutoImports: response is complete +Info 1738 [11:32:08.638] collectAutoImports: 2.5006110006943345 +Info 1739 [11:32:08.638] getCompletionData: Semantic work: 3.176128000020981 +Info 1740 [11:32:08.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0900729997083545 +Info 1741 [11:32:08.640] Format host information updated +Info 1742 [11:32:08.768] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1743 [11:32:08.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 6.334102999418974ms +Info 1744 [11:32:08.774] Different program with same set of files +Info 1745 [11:32:08.774] getCompletionData: Get current token: 0.0014129998162388802 +Info 1746 [11:32:08.774] getCompletionData: Is inside comment: 0.012752999551594257 +Info 1747 [11:32:08.774] getCompletionData: Get previous token: 0.008411000482738018 +Info 1748 [11:32:08.774] getCompletionsAtPosition: isCompletionListBlocker: 0.002701999619603157 +Info 1749 [11:32:08.775] getCompletionData: Semantic work: 0.745384999550879 +Info 1750 [11:32:08.778] Format host information updated +Info 1751 [11:32:09.736] Before ensureProjectForOpenFiles: +Info 1752 [11:32:09.736] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1752 [11:32:09.736] Files (132) + +Info 1752 [11:32:09.736] ----------------------------------------------- +Info 1752 [11:32:09.736] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1752 [11:32:09.736] Files (267) + +Info 1752 [11:32:09.736] ----------------------------------------------- +Info 1752 [11:32:09.736] Project '/dev/null/inferredProject1*' (Inferred) +Info 1752 [11:32:09.736] Files (125) + +Info 1752 [11:32:09.736] ----------------------------------------------- +Info 1752 [11:32:09.736] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1752 [11:32:09.736] Files (179) + +Info 1752 [11:32:09.736] ----------------------------------------------- +Info 1752 [11:32:09.736] Open files: +Info 1752 [11:32:09.736] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1752 [11:32:09.736] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1752 [11:32:09.736] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1752 [11:32:09.736] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1752 [11:32:09.737] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1753 [11:32:09.753] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 141 structureChanged: true structureIsReused:: Not Elapsed: 16.48217900004238ms +Info 1754 [11:32:09.753] Project '/dev/null/inferredProject1*' (Inferred) +Info 1755 [11:32:09.753] Files (124) + +Info 1756 [11:32:09.753] ----------------------------------------------- +Info 1757 [11:32:09.753] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1758 [11:32:09.753] Files (179) + +Info 1759 [11:32:09.753] ----------------------------------------------- +Info 1760 [11:32:09.753] After ensureProjectForOpenFiles: +Info 1761 [11:32:09.753] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1761 [11:32:09.753] Files (132) + +Info 1761 [11:32:09.753] ----------------------------------------------- +Info 1761 [11:32:09.753] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1761 [11:32:09.753] Files (267) + +Info 1761 [11:32:09.753] ----------------------------------------------- +Info 1761 [11:32:09.753] Project '/dev/null/inferredProject1*' (Inferred) +Info 1761 [11:32:09.753] Files (124) + +Info 1761 [11:32:09.753] ----------------------------------------------- +Info 1761 [11:32:09.753] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1761 [11:32:09.753] Files (179) + +Info 1761 [11:32:09.753] ----------------------------------------------- +Info 1761 [11:32:09.753] Open files: +Info 1761 [11:32:09.753] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1761 [11:32:09.753] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1761 [11:32:09.753] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1761 [11:32:09.753] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1761 [11:32:09.753] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js +Info 1762 [11:32:09.839] Format host information updated +Info 1763 [11:32:09.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1764 [11:32:09.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 6.162681000307202ms +Info 1765 [11:32:09.845] Different program with same set of files +Info 1766 [11:32:10.890] Format host information updated +Info 1767 [11:32:10.898] forEachExternalModuleToImportFrom autoImportProvider: 0.8496759999543428 +Info 1768 [11:32:12.165] Format host information updated +Info 1769 [11:32:12.166] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1770 [11:32:12.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.253384999930859ms +Info 1771 [11:32:12.180] Different program with same set of files +Info 1772 [11:32:13.238] getCompletionData: Get current token: 0.0013330001384019852 +Info 1773 [11:32:13.239] getCompletionData: Is inside comment: 0.010282999835908413 +Info 1774 [11:32:13.239] getCompletionData: Get previous token: 0.0164580000564456 +Info 1775 [11:32:13.239] getCompletionsAtPosition: isCompletionListBlocker: 0.010321000590920448 +Info 1776 [11:32:13.239] getExportInfoMap: cache hit +Info 1777 [11:32:13.241] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 1778 [11:32:13.241] collectAutoImports: response is complete +Info 1779 [11:32:13.241] collectAutoImports: 1.8916690004989505 +Info 1780 [11:32:13.241] getCompletionData: Semantic work: 2.6924759997054935 +Info 1781 [11:32:13.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2468979991972446 +Info 1782 [11:32:13.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1783 [11:32:13.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 7.033005999401212ms +Info 1784 [11:32:13.507] Different program with same set of files +Info 1785 [11:32:13.507] getCompletionData: Get current token: 0.001860000193119049 +Info 1786 [11:32:13.507] getCompletionData: Is inside comment: 0.012210000306367874 +Info 1787 [11:32:13.507] getCompletionData: Get previous token: 0.0077129993587732315 +Info 1788 [11:32:13.507] getCompletionsAtPosition: isCompletionListBlocker: 0.00240200012922287 +Info 1789 [11:32:13.508] getCompletionData: Semantic work: 0.8168019996955991 +Info 1790 [11:32:13.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14350799936801195 +Info 1791 [11:32:13.508] Format host information updated +Info 1792 [11:32:13.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1793 [11:32:13.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.44067700020969ms +Info 1794 [11:32:13.827] Different program with same set of files +Info 1795 [11:32:13.827] getCompletionData: Get current token: 0.0016199992969632149 +Info 1796 [11:32:13.827] getCompletionData: Is inside comment: 0.010331000201404095 +Info 1797 [11:32:13.827] getCompletionData: Get previous token: 0.01771199982613325 +Info 1798 [11:32:13.827] getCompletionsAtPosition: isCompletionListBlocker: 0.0029440000653266907 +Info 1799 [11:32:13.828] getCompletionData: Semantic work: 0.5020459992811084 +Info 1800 [11:32:13.829] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9665759997442365 +Info 1801 [11:32:13.829] Format host information updated +Info 1802 [11:32:13.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1803 [11:32:13.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 6.953227000311017ms +Info 1804 [11:32:13.954] Different program with same set of files +Info 1805 [11:32:13.954] getCompletionData: Get current token: 0.001977999694645405 +Info 1806 [11:32:13.954] getCompletionData: Is inside comment: 0.013551000505685806 +Info 1807 [11:32:13.954] getCompletionData: Get previous token: 0.020658000372350216 +Info 1808 [11:32:13.954] getCompletionsAtPosition: isCompletionListBlocker: 0.0031310003250837326 +Info 1809 [11:32:13.955] getCompletionData: Semantic work: 0.6857730001211166 +Info 1810 [11:32:13.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9853739999234676 +Info 1811 [11:32:13.956] Format host information updated +Info 1812 [11:32:14.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1813 [11:32:14.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.069632000289857ms +Info 1814 [11:32:14.179] Different program with same set of files +Info 1815 [11:32:14.179] getCompletionData: Get current token: 0.00205099955201149 +Info 1816 [11:32:14.179] getCompletionData: Is inside comment: 0.01570199988782406 +Info 1817 [11:32:14.179] getCompletionData: Get previous token: 0.02595899999141693 +Info 1818 [11:32:14.179] getCompletionsAtPosition: isCompletionListBlocker: 0.002840999513864517 +Info 1819 [11:32:14.180] getCompletionData: Semantic work: 0.5104030007496476 +Info 1820 [11:32:14.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5792979998514056 +Info 1821 [11:32:14.181] Format host information updated +Info 1822 [11:32:14.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1823 [11:32:14.430] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 8.38764899969101ms +Info 1824 [11:32:14.430] Different program with same set of files +Info 1825 [11:32:14.430] getCompletionData: Get current token: 0.0012269997969269753 +Info 1826 [11:32:14.430] getCompletionData: Is inside comment: 0.009743000380694866 +Info 1827 [11:32:14.430] getCompletionData: Get previous token: 0.01499900035560131 +Info 1828 [11:32:14.430] getCompletionsAtPosition: isCompletionListBlocker: 0.002759000286459923 +Info 1829 [11:32:14.430] getCompletionData: Semantic work: 0.38145599979907274 +Info 1830 [11:32:14.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.49227399937808514 +Info 1831 [11:32:14.431] Format host information updated +Info 1832 [11:32:14.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1833 [11:32:14.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.418976000510156ms +Info 1834 [11:32:14.582] Different program with same set of files +Info 1835 [11:32:14.582] getCompletionData: Get current token: 0.0012260004878044128 +Info 1836 [11:32:14.582] getCompletionData: Is inside comment: 0.009456000290811062 +Info 1837 [11:32:14.582] getCompletionData: Get previous token: 0.005890000611543655 +Info 1838 [11:32:14.582] getCompletionsAtPosition: isCompletionListBlocker: 0.002516999840736389 +Info 1839 [11:32:14.583] getCompletionData: Semantic work: 0.4229529993608594 +Info 1840 [11:32:14.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09825799986720085 +Info 1841 [11:32:14.583] Format host information updated +Info 1842 [11:32:14.812] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1843 [11:32:14.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 6.102636999450624ms +Info 1844 [11:32:14.818] Different program with same set of files +Info 1845 [11:32:14.818] getCompletionData: Get current token: 0.0013070004060864449 +Info 1846 [11:32:14.818] getCompletionData: Is inside comment: 0.009070999920368195 +Info 1847 [11:32:14.818] getCompletionData: Get previous token: 0.015944999642670155 +Info 1848 [11:32:14.818] getCompletionsAtPosition: isCompletionListBlocker: 0.0029170000925660133 +Info 1849 [11:32:14.819] getCompletionData: Semantic work: 0.3688160004094243 +Info 1850 [11:32:14.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1740549998357892 +Info 1851 [11:32:14.819] Format host information updated +Info 1852 [11:32:15.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1853 [11:32:15.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 9.533475000411272ms +Info 1854 [11:32:15.041] Different program with same set of files +Info 1855 [11:32:15.042] getCompletionData: Get current token: 0.002811000682413578 +Info 1856 [11:32:15.042] getCompletionData: Is inside comment: 0.054476999677717686 +Info 1857 [11:32:15.042] getCompletionData: Get previous token: 0.01011900044977665 +Info 1858 [11:32:15.042] getCompletionsAtPosition: isCompletionListBlocker: 0.0043119993060827255 +Info 1859 [11:32:15.043] getExportInfoMap: cache hit +Info 1860 [11:32:15.075] collectAutoImports: resolved 20 module specifiers, plus 219 ambient and 863 from cache +Info 1861 [11:32:15.075] collectAutoImports: response is complete +Info 1862 [11:32:15.075] collectAutoImports: 32.05807200074196 +Info 1863 [11:32:15.075] getCompletionData: Semantic work: 32.94320899993181 +Info 1864 [11:32:15.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.7264050003141165 +Info 1865 [11:32:15.085] Format host information updated +Info 1866 [11:32:15.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1867 [11:32:15.153] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 9.495655999518931ms +Info 1868 [11:32:15.153] Different program with same set of files +Info 1869 [11:32:15.153] getCompletionData: Get current token: 0.0021000001579523087 +Info 1870 [11:32:15.153] getCompletionData: Is inside comment: 0.01927699986845255 +Info 1871 [11:32:15.153] getCompletionData: Get previous token: 0.010724999941885471 +Info 1872 [11:32:15.153] getCompletionsAtPosition: isCompletionListBlocker: 0.012037000618875027 +Info 1873 [11:32:15.154] getExportInfoMap: cache hit +Info 1874 [11:32:15.185] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 1875 [11:32:15.185] collectAutoImports: response is complete +Info 1876 [11:32:15.185] collectAutoImports: 30.485926000401378 +Info 1877 [11:32:15.185] getCompletionData: Semantic work: 31.447490000166 +Info 1878 [11:32:15.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1433020001277328 +Info 1879 [11:32:15.191] Format host information updated +Info 1880 [11:32:15.413] getCompletionData: Get current token: 0.006090999580919743 +Info 1881 [11:32:15.413] getCompletionData: Is inside comment: 0.002508999779820442 +Info 1882 [11:32:15.413] getCompletionData: Get previous token: 0.020659000612795353 +Info 1883 [11:32:15.413] getCompletionsAtPosition: isCompletionListBlocker: 0.005026999861001968 +Info 1884 [11:32:15.414] getExportInfoMap: cache hit +Info 1885 [11:32:15.445] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 1886 [11:32:15.445] collectAutoImports: response is complete +Info 1887 [11:32:15.445] collectAutoImports: 30.713543999940157 +Info 1888 [11:32:15.445] getCompletionData: Semantic work: 31.714999000541866 +Info 1889 [11:32:15.454] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.595917999744415 +Info 1890 [11:32:15.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1891 [11:32:15.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 6.211651999503374ms +Info 1892 [11:32:15.662] Different program with same set of files +Info 1893 [11:32:15.662] getCompletionData: Get current token: 0.0036779996007680893 +Info 1894 [11:32:15.662] getCompletionData: Is inside comment: 0.001611999236047268 +Info 1895 [11:32:15.662] getCompletionData: Get previous token: 0.022457999177277088 +Info 1896 [11:32:15.662] getCompletionsAtPosition: isCompletionListBlocker: 0.00357699953019619 +Info 1897 [11:32:15.663] getExportInfoMap: cache hit +Info 1898 [11:32:15.665] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 15 from cache +Info 1899 [11:32:15.665] collectAutoImports: response is complete +Info 1900 [11:32:15.665] collectAutoImports: 2.4263700004667044 +Info 1901 [11:32:15.665] getCompletionData: Semantic work: 3.1121399998664856 +Info 1902 [11:32:15.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0204259995371103 +Info 1903 [11:32:15.670] Format host information updated +Info 1904 [11:32:21.120] Format host information updated +Info 1905 [11:32:21.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1906 [11:32:21.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 10.672867000102997ms +Info 1907 [11:32:21.131] Different program with same set of files +Info 1908 [11:32:21.285] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1909 [11:32:21.291] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.696000999771059ms +Info 1910 [11:32:21.291] Different program with same set of files +Info 1911 [11:32:21.291] getCompletionData: Get current token: 0.003221999853849411 +Info 1912 [11:32:21.292] getCompletionData: Is inside comment: 0.012470999732613564 +Info 1913 [11:32:21.292] getCompletionData: Get previous token: 0.016137000173330307 +Info 1914 [11:32:21.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0021799998357892036 +Info 1915 [11:32:21.292] getExportInfoMap: cache hit +Info 1916 [11:32:21.294] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 27 from cache +Info 1917 [11:32:21.294] collectAutoImports: response is complete +Info 1918 [11:32:21.294] collectAutoImports: 2.1987650003284216 +Info 1919 [11:32:21.294] getCompletionData: Semantic work: 2.786290000192821 +Info 1920 [11:32:21.300] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.6757979998365045 +Info 1921 [11:32:21.302] Format host information updated +Info 1922 [11:32:21.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1923 [11:32:21.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.716643000021577ms +Info 1924 [11:32:21.411] Different program with same set of files +Info 1925 [11:32:21.411] getCompletionData: Get current token: 0.0035770004615187645 +Info 1926 [11:32:21.411] getCompletionData: Is inside comment: 0.013066999614238739 +Info 1927 [11:32:21.411] getCompletionData: Get previous token: 0.01701399963349104 +Info 1928 [11:32:21.412] getCompletionsAtPosition: isCompletionListBlocker: 0.0024979999288916588 +Info 1929 [11:32:21.412] getExportInfoMap: cache hit +Info 1930 [11:32:21.414] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 1931 [11:32:21.414] collectAutoImports: response is complete +Info 1932 [11:32:21.414] collectAutoImports: 2.1267509991303086 +Info 1933 [11:32:21.414] getCompletionData: Semantic work: 2.7125500002875924 +Info 1934 [11:32:21.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9188270000740886 +Info 1935 [11:32:21.417] Format host information updated +Info 1936 [11:32:21.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1937 [11:32:21.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.6234030006453395ms +Info 1938 [11:32:21.502] Different program with same set of files +Info 1939 [11:32:21.502] getCompletionData: Get current token: 0.0034580007195472717 +Info 1940 [11:32:21.502] getCompletionData: Is inside comment: 0.012132999487221241 +Info 1941 [11:32:21.503] getCompletionData: Get previous token: 0.01596099976450205 +Info 1942 [11:32:21.503] getCompletionsAtPosition: isCompletionListBlocker: 0.002329000271856785 +Info 1943 [11:32:21.503] getExportInfoMap: cache hit +Info 1944 [11:32:21.508] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 1945 [11:32:21.508] collectAutoImports: response is complete +Info 1946 [11:32:21.508] collectAutoImports: 5.184321000240743 +Info 1947 [11:32:21.508] getCompletionData: Semantic work: 5.7551840003579855 +Info 1948 [11:32:21.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9834000002592802 +Info 1949 [11:32:21.511] Format host information updated +Info 1950 [11:32:21.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1951 [11:32:21.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 6.3800980001688ms +Info 1952 [11:32:21.703] Different program with same set of files +Info 1953 [11:32:21.703] getCompletionData: Get current token: 0.0034259995445609093 +Info 1954 [11:32:21.703] getCompletionData: Is inside comment: 0.012594000436365604 +Info 1955 [11:32:21.703] getCompletionData: Get previous token: 0.01619299966841936 +Info 1956 [11:32:21.703] getCompletionsAtPosition: isCompletionListBlocker: 0.002607000060379505 +Info 1957 [11:32:21.704] getExportInfoMap: cache hit +Info 1958 [11:32:21.706] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 19 from cache +Info 1959 [11:32:21.706] collectAutoImports: response is complete +Info 1960 [11:32:21.706] collectAutoImports: 1.9691749997437 +Info 1961 [11:32:21.706] getCompletionData: Semantic work: 2.5548800006508827 +Info 1962 [11:32:21.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9051409997045994 +Info 1963 [11:32:21.709] Format host information updated +Info 1964 [11:32:21.820] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1965 [11:32:21.829] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 8.643100999295712ms +Info 1966 [11:32:21.829] Different program with same set of files +Info 1967 [11:32:21.829] getCompletionData: Get current token: 0.003409000113606453 +Info 1968 [11:32:21.829] getCompletionData: Is inside comment: 0.012629000470042229 +Info 1969 [11:32:21.829] getCompletionData: Get previous token: 0.01674400083720684 +Info 1970 [11:32:21.829] getCompletionsAtPosition: isCompletionListBlocker: 0.0027230000123381615 +Info 1971 [11:32:21.830] getExportInfoMap: cache hit +Info 1972 [11:32:21.832] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 19 from cache +Info 1973 [11:32:21.832] collectAutoImports: response is complete +Info 1974 [11:32:21.832] collectAutoImports: 2.0676990002393723 +Info 1975 [11:32:21.832] getCompletionData: Semantic work: 2.6727930000051856 +Info 1976 [11:32:21.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.069738999940455 +Info 1977 [11:32:21.835] Format host information updated +Info 1978 [11:32:21.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1979 [11:32:21.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 6.508231000043452ms +Info 1980 [11:32:21.991] Different program with same set of files +Info 1981 [11:32:21.991] getCompletionData: Get current token: 0.003206999972462654 +Info 1982 [11:32:21.991] getCompletionData: Is inside comment: 0.011980999261140823 +Info 1983 [11:32:21.991] getCompletionData: Get previous token: 0.014499999582767487 +Info 1984 [11:32:21.991] getCompletionsAtPosition: isCompletionListBlocker: 0.0026130005717277527 +Info 1985 [11:32:21.992] getExportInfoMap: cache hit +Info 1986 [11:32:21.993] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1987 [11:32:21.993] collectAutoImports: response is complete +Info 1988 [11:32:21.993] collectAutoImports: 1.6213639993220568 +Info 1989 [11:32:21.993] getCompletionData: Semantic work: 2.2311329999938607 +Info 1990 [11:32:21.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7806670004501939 +Info 1991 [11:32:21.998] Format host information updated +Info 1992 [11:32:22.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1993 [11:32:22.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 6.214695000089705ms +Info 1994 [11:32:22.050] Different program with same set of files +Info 1995 [11:32:22.050] getCompletionData: Get current token: 0.005550000816583633 +Info 1996 [11:32:22.050] getCompletionData: Is inside comment: 0.021004000678658485 +Info 1997 [11:32:22.050] getCompletionData: Get previous token: 0.0306209996342659 +Info 1998 [11:32:22.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0031530000269412994 +Info 1999 [11:32:22.051] getExportInfoMap: cache hit +Info 2000 [11:32:22.054] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2001 [11:32:22.055] collectAutoImports: response is complete +Info 2002 [11:32:22.055] collectAutoImports: 3.2479469999670982 +Info 2003 [11:32:22.055] getCompletionData: Semantic work: 4.002615999430418 +Info 2004 [11:32:22.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.057272999547422 +Info 2005 [11:32:22.059] Format host information updated +Info 2006 [11:32:22.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2007 [11:32:22.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 22.331508999690413ms +Info 2008 [11:32:22.167] Different program with same set of files +Info 2009 [11:32:22.167] getCompletionData: Get current token: 0.009961999952793121 +Info 2010 [11:32:22.167] getCompletionData: Is inside comment: 0.03604200016707182 +Info 2011 [11:32:22.167] getCompletionData: Get previous token: 0.046611000783741474 +Info 2012 [11:32:22.168] getCompletionsAtPosition: isCompletionListBlocker: 0.0049939993768930435 +Info 2013 [11:32:22.169] getExportInfoMap: cache hit +Info 2014 [11:32:22.173] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2015 [11:32:22.173] collectAutoImports: response is complete +Info 2016 [11:32:22.173] collectAutoImports: 3.811819000169635 +Info 2017 [11:32:22.173] getCompletionData: Semantic work: 5.116980000399053 +Info 2018 [11:32:22.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4584419997408986 +Info 2019 [11:32:22.180] Format host information updated +Info 2020 [11:32:23.163] Format host information updated +Info 2021 [11:32:23.184] forEachExternalModuleToImportFrom autoImportProvider: 2.278863999992609 +Info 2022 [11:32:24.613] Format host information updated +Info 2023 [11:32:24.613] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2024 [11:32:24.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.247927000746131ms +Info 2025 [11:32:24.624] Different program with same set of files +Info 2026 [11:32:28.014] Format host information updated +Info 2027 [11:32:28.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2028 [11:32:28.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 15.271254000253975ms +Info 2029 [11:32:28.029] Different program with same set of files +Info 2030 [11:32:32.213] Format host information updated +Info 2031 [11:32:32.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2032 [11:32:32.227] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.366980999708176ms +Info 2033 [11:32:32.227] Different program with same set of files +Info 2034 [11:32:33.281] Format host information updated +Info 2035 [11:32:33.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2036 [11:32:33.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 7.5692800004035234ms +Info 2037 [11:32:33.289] Different program with same set of files +Info 2038 [11:32:33.536] Format host information updated +Info 2039 [11:32:33.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2040 [11:32:33.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 11.12580499984324ms +Info 2041 [11:32:33.548] Different program with same set of files +Info 2042 [11:32:36.724] Format host information updated +Info 2043 [11:32:36.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2044 [11:32:36.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 7.077646000310779ms +Info 2045 [11:32:36.731] Different program with same set of files +Info 2046 [11:32:36.945] Format host information updated +Info 2047 [11:32:36.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2048 [11:32:36.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 6.278849000111222ms +Info 2049 [11:32:36.955] Different program with same set of files +Info 2050 [11:32:37.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2051 [11:32:37.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 8.301586999557912ms +Info 2052 [11:32:37.041] Different program with same set of files +Info 2053 [11:32:37.041] getCompletionData: Get current token: 0.0019700005650520325 +Info 2054 [11:32:37.041] getCompletionData: Is inside comment: 0.01063700020313263 +Info 2055 [11:32:37.042] Format host information updated +Info 2056 [11:32:37.623] Format host information updated +Info 2057 [11:32:37.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2058 [11:32:37.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 6.274689000099897ms +Info 2059 [11:32:37.630] Different program with same set of files +Info 2060 [11:32:38.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2061 [11:32:38.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 6.697933000512421ms +Info 2062 [11:32:38.516] Different program with same set of files +Info 2063 [11:32:38.517] getCompletionData: Get current token: 0.0017010001465678215 +Info 2064 [11:32:38.517] getCompletionData: Is inside comment: 0.007807999849319458 +Info 2065 [11:32:38.517] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2066 [11:32:38.517] Format host information updated +Info 2067 [11:32:39.140] getCompletionData: Get current token: 0.0018950002267956734 +Info 2068 [11:32:39.140] getCompletionData: Is inside comment: 0.0071480004116892815 +Info 2069 [11:32:39.140] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2070 [11:32:40.040] getCompletionData: Get current token: 0.0015850001946091652 +Info 2071 [11:32:40.040] getCompletionData: Is inside comment: 0.006994999945163727 +Info 2072 [11:32:40.040] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2073 [11:32:40.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2074 [11:32:40.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 7.872334999963641ms +Info 2075 [11:32:40.169] Different program with same set of files +Info 2076 [11:32:40.169] getCompletionData: Get current token: 0.0016719996929168701 +Info 2077 [11:32:40.169] getCompletionData: Is inside comment: 0.007270999252796173 +Info 2078 [11:32:40.169] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2079 [11:32:40.169] Format host information updated +Info 2080 [11:32:44.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2081 [11:32:44.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.166051000356674ms +Info 2082 [11:32:44.990] Different program with same set of files +Info 2083 [11:32:44.990] getCompletionData: Get current token: 0.0024330001324415207 +Info 2084 [11:32:44.990] getCompletionData: Is inside comment: 0.009080999530851841 +Info 2085 [11:32:44.990] getCompletionData: Get previous token: 0.013735000044107437 +Info 2086 [11:32:44.990] getCompletionsAtPosition: isCompletionListBlocker: 0.001336999237537384 +Info 2087 [11:32:44.990] Returning an empty list because completion was requested in an invalid position. +Info 2088 [11:32:44.993] Format host information updated +Info 2089 [11:32:45.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2090 [11:32:45.141] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 9.319817000068724ms +Info 2091 [11:32:45.141] Different program with same set of files +Info 2092 [11:32:45.141] getCompletionData: Get current token: 0.0035899998620152473 +Info 2093 [11:32:45.141] getCompletionData: Is inside comment: 0.01369400043040514 +Info 2094 [11:32:45.141] getCompletionData: Get previous token: 0.018678000196814537 +Info 2095 [11:32:45.141] getCompletionsAtPosition: isCompletionListBlocker: 0.0020719999447464943 +Info 2096 [11:32:45.141] Returning an empty list because completion was requested in an invalid position. +Info 2097 [11:32:45.141] Format host information updated +Info 2098 [11:32:45.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2099 [11:32:45.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 7.120462999679148ms +Info 2100 [11:32:45.238] Different program with same set of files +Info 2101 [11:32:45.238] getCompletionData: Get current token: 0.0028829993680119514 +Info 2102 [11:32:45.238] getCompletionData: Is inside comment: 0.01156300026923418 +Info 2103 [11:32:45.238] getCompletionData: Get previous token: 0.015134000219404697 +Info 2104 [11:32:45.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0019579995423555374 +Info 2105 [11:32:45.238] Returning an empty list because completion was requested in an invalid position. +Info 2106 [11:32:45.239] Format host information updated +Info 2107 [11:32:45.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2108 [11:32:45.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 6.457522999495268ms +Info 2109 [11:32:45.351] Different program with same set of files +Info 2110 [11:32:45.351] getCompletionData: Get current token: 0.0026930002495646477 +Info 2111 [11:32:45.351] getCompletionData: Is inside comment: 0.009212999604642391 +Info 2112 [11:32:45.351] getCompletionData: Get previous token: 0.0120430001989007 +Info 2113 [11:32:45.351] getCompletionsAtPosition: isCompletionListBlocker: 0.001860000193119049 +Info 2114 [11:32:45.351] Returning an empty list because completion was requested in an invalid position. +Info 2115 [11:32:45.353] Format host information updated +Info 2116 [11:32:45.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2117 [11:32:45.469] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 12.611115999519825ms +Info 2118 [11:32:45.469] Different program with same set of files +Info 2119 [11:32:45.469] getCompletionData: Get current token: 0.00394199974834919 +Info 2120 [11:32:45.469] getCompletionData: Is inside comment: 0.013671000488102436 +Info 2121 [11:32:45.469] getCompletionData: Get previous token: 0.01747199986129999 +Info 2122 [11:32:45.469] getCompletionsAtPosition: isCompletionListBlocker: 0.0022249994799494743 +Info 2123 [11:32:45.469] Returning an empty list because completion was requested in an invalid position. +Info 2124 [11:32:45.470] Format host information updated +Info 2125 [11:32:45.762] getCompletionData: Get current token: 0.0014739995822310448 +Info 2126 [11:32:45.762] getCompletionData: Is inside comment: 0.009021000005304813 +Info 2127 [11:32:45.762] getCompletionData: Get previous token: 0.0053530000150203705 +Info 2128 [11:32:45.762] getCompletionsAtPosition: isCompletionListBlocker: 0.008758999407291412 +Info 2129 [11:32:45.763] getExportInfoMap: cache hit +Info 2130 [11:32:45.780] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 2131 [11:32:45.780] collectAutoImports: response is complete +Info 2132 [11:32:45.780] collectAutoImports: 17.01081799995154 +Info 2133 [11:32:45.780] getCompletionData: Semantic work: 17.91958799958229 +Info 2134 [11:32:45.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.934932000003755 +Info 2135 [11:32:46.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2136 [11:32:46.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 8.699400999583304ms +Info 2137 [11:32:46.876] Different program with same set of files +Info 2138 [11:32:46.876] getCompletionData: Get current token: 0.004480999894440174 +Info 2139 [11:32:46.876] getCompletionData: Is inside comment: 0.0014990000054240227 +Info 2140 [11:32:46.877] getCompletionData: Get previous token: 0.016644999384880066 +Info 2141 [11:32:46.877] getCompletionsAtPosition: isCompletionListBlocker: 0.002460000105202198 +Info 2142 [11:32:46.877] getCompletionData: Semantic work: 0.6149629997089505 +Info 2143 [11:32:46.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1463830005377531 +Info 2144 [11:32:46.878] Format host information updated +Info 2145 [11:32:47.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2146 [11:32:47.143] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 8.87052100058645ms +Info 2147 [11:32:47.143] Different program with same set of files +Info 2148 [11:32:47.143] getCompletionData: Get current token: 0.003029000014066696 +Info 2149 [11:32:47.144] getCompletionData: Is inside comment: 0.0010810000821948051 +Info 2150 [11:32:47.144] getCompletionData: Get previous token: 0.020987000316381454 +Info 2151 [11:32:47.144] getCompletionsAtPosition: isCompletionListBlocker: 0.002120000310242176 +Info 2152 [11:32:47.144] getCompletionData: Semantic work: 0.4045879999175668 +Info 2153 [11:32:47.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6982430005446076 +Info 2154 [11:32:47.147] Format host information updated +Info 2155 [11:32:47.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2156 [11:32:47.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 6.645650000311434ms +Info 2157 [11:32:47.255] Different program with same set of files +Info 2158 [11:32:47.255] getCompletionData: Get current token: 0.003577999770641327 +Info 2159 [11:32:47.255] getCompletionData: Is inside comment: 0.0011480003595352173 +Info 2160 [11:32:47.255] getCompletionData: Get previous token: 0.017184000462293625 +Info 2161 [11:32:47.255] getCompletionsAtPosition: isCompletionListBlocker: 0.0020130006596446037 +Info 2162 [11:32:47.256] getCompletionData: Semantic work: 0.3935719998553395 +Info 2163 [11:32:47.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.546612000092864 +Info 2164 [11:32:47.257] Format host information updated +Info 2165 [11:32:47.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2166 [11:32:47.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 6.217344000004232ms +Info 2167 [11:32:47.327] Different program with same set of files +Info 2168 [11:32:47.327] getCompletionData: Get current token: 0.003855000250041485 +Info 2169 [11:32:47.327] getCompletionData: Is inside comment: 0.0012429999187588692 +Info 2170 [11:32:47.327] getCompletionData: Get previous token: 0.018377000465989113 +Info 2171 [11:32:47.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0021540001034736633 +Info 2172 [11:32:47.328] getCompletionData: Semantic work: 0.40418099984526634 +Info 2173 [11:32:47.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5684609999880195 +Info 2174 [11:32:47.329] Format host information updated +Info 2175 [11:32:47.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2176 [11:32:47.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 8.78052799962461ms +Info 2177 [11:32:47.432] Different program with same set of files +Info 2178 [11:32:47.433] getCompletionData: Get current token: 0.0038679996505379677 +Info 2179 [11:32:47.433] getCompletionData: Is inside comment: 0.00136600062251091 +Info 2180 [11:32:47.433] getCompletionData: Get previous token: 0.016770999878644943 +Info 2181 [11:32:47.433] getCompletionsAtPosition: isCompletionListBlocker: 0.0021789995953440666 +Info 2182 [11:32:47.433] getCompletionData: Semantic work: 0.3879100000485778 +Info 2183 [11:32:47.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21267700009047985 +Info 2184 [11:32:47.434] Format host information updated +Info 2185 [11:32:48.396] Format host information updated +Info 2186 [11:32:48.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2187 [11:32:48.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 9.29095899965614ms +Info 2188 [11:32:48.406] Different program with same set of files +Info 2189 [11:32:49.635] Format host information updated +Info 2190 [11:32:49.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2191 [11:32:49.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 6.28672800026834ms +Info 2192 [11:32:49.642] Different program with same set of files +Info 2193 [11:32:51.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2194 [11:32:51.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 6.075277999974787ms +Info 2195 [11:32:51.017] Different program with same set of files +Info 2196 [11:32:51.017] getCompletionData: Get current token: 0.001616000197827816 +Info 2197 [11:32:51.017] getCompletionData: Is inside comment: 0.0017259996384382248 +Info 2198 [11:32:51.017] getCompletionData: Get previous token: 0.010369000025093555 +Info 2199 [11:32:51.017] getCompletionsAtPosition: isCompletionListBlocker: 0.00548199936747551 +Info 2200 [11:32:51.018] getExportInfoMap: cache hit +Info 2201 [11:32:51.019] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2202 [11:32:51.019] collectAutoImports: response is complete +Info 2203 [11:32:51.019] collectAutoImports: 1.307807999663055 +Info 2204 [11:32:51.019] getCompletionData: Semantic work: 1.906665999442339 +Info 2205 [11:32:51.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8909590002149343 +Info 2206 [11:32:51.021] Format host information updated +Info 2207 [11:32:51.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2208 [11:32:51.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 6.644181000068784ms +Info 2209 [11:32:51.189] Different program with same set of files +Info 2210 [11:32:51.189] getCompletionData: Get current token: 0.001680999994277954 +Info 2211 [11:32:51.189] getCompletionData: Is inside comment: 0.0019359998404979706 +Info 2212 [11:32:51.189] getCompletionData: Get previous token: 0.009962000884115696 +Info 2213 [11:32:51.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0066109998151659966 +Info 2214 [11:32:51.190] getExportInfoMap: cache hit +Info 2215 [11:32:51.191] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2216 [11:32:51.191] collectAutoImports: response is complete +Info 2217 [11:32:51.191] collectAutoImports: 1.6150120003148913 +Info 2218 [11:32:51.191] getCompletionData: Semantic work: 2.2159649999812245 +Info 2219 [11:32:51.192] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.064605999737978 +Info 2220 [11:32:51.193] Format host information updated +Info 2221 [11:32:51.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2222 [11:32:51.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 6.1457230001688ms +Info 2223 [11:32:51.279] Different program with same set of files +Info 2224 [11:32:51.279] getCompletionData: Get current token: 0.0018259994685649872 +Info 2225 [11:32:51.279] getCompletionData: Is inside comment: 0.0018309997394680977 +Info 2226 [11:32:51.279] getCompletionData: Get previous token: 0.010997000150382519 +Info 2227 [11:32:51.279] getCompletionsAtPosition: isCompletionListBlocker: 0.00598399993032217 +Info 2228 [11:32:51.280] getExportInfoMap: cache hit +Info 2229 [11:32:51.282] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2230 [11:32:51.282] collectAutoImports: response is complete +Info 2231 [11:32:51.282] collectAutoImports: 1.6403850000351667 +Info 2232 [11:32:51.282] getCompletionData: Semantic work: 2.22815400082618 +Info 2233 [11:32:51.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0723500000312924 +Info 2234 [11:32:51.285] Format host information updated +Info 2235 [11:32:51.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2236 [11:32:51.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 6.606492999941111ms +Info 2237 [11:32:51.382] Different program with same set of files +Info 2238 [11:32:51.382] getCompletionData: Get current token: 0.00151900015771389 +Info 2239 [11:32:51.382] getCompletionData: Is inside comment: 0.0015920000150799751 +Info 2240 [11:32:51.382] getCompletionData: Get previous token: 0.009656999260187149 +Info 2241 [11:32:51.382] getCompletionsAtPosition: isCompletionListBlocker: 0.006313000805675983 +Info 2242 [11:32:51.383] getExportInfoMap: cache hit +Info 2243 [11:32:51.384] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2244 [11:32:51.384] collectAutoImports: response is complete +Info 2245 [11:32:51.384] collectAutoImports: 1.4805580005049706 +Info 2246 [11:32:51.384] getCompletionData: Semantic work: 2.1319780005142093 +Info 2247 [11:32:51.385] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.849839000031352 +Info 2248 [11:32:51.386] Format host information updated +Info 2249 [11:32:51.463] Format host information updated +Info 2250 [11:32:51.463] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2251 [11:32:51.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 15.151085999794304ms +Info 2252 [11:32:51.479] Different program with same set of files +Info 2253 [11:32:52.617] Format host information updated +Info 2254 [11:32:52.618] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2255 [11:32:52.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 11.828510000370443ms +Info 2256 [11:32:52.629] Different program with same set of files +Info 2257 [11:32:53.041] Format host information updated +Info 2258 [11:32:53.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2259 [11:32:53.047] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 6.141510999761522ms +Info 2260 [11:32:53.047] Different program with same set of files +Info 2261 [11:32:53.866] Format host information updated +Info 2262 [11:32:53.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2263 [11:32:53.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 6.460116999223828ms +Info 2264 [11:32:53.873] Different program with same set of files +Info 2265 [11:32:55.206] Format host information updated +Info 2266 [11:32:55.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2267 [11:32:55.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 5.749666000716388ms +Info 2268 [11:32:55.212] Different program with same set of files +Info 2269 [11:32:55.853] Format host information updated +Info 2270 [11:32:55.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2271 [11:32:55.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 7.9813219998031855ms +Info 2272 [11:32:55.861] Different program with same set of files +Info 2273 [11:32:56.335] Format host information updated +Info 2274 [11:32:56.335] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2275 [11:32:56.343] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 7.518179000355303ms +Info 2276 [11:32:56.343] Different program with same set of files +Info 2277 [11:32:56.550] Format host information updated +Info 2278 [11:32:56.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2279 [11:32:56.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 6.73314500041306ms +Info 2280 [11:32:56.557] Different program with same set of files +Info 2281 [11:32:57.697] Format host information updated +Info 2282 [11:32:57.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2283 [11:32:57.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 8.231647000648081ms +Info 2284 [11:32:57.706] Different program with same set of files +Info 2285 [11:32:59.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2286 [11:32:59.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 10.566126000136137ms +Info 2287 [11:32:59.349] Different program with same set of files +Info 2288 [11:32:59.349] getCompletionData: Get current token: 0.0026650000363588333 +Info 2289 [11:32:59.349] getCompletionData: Is inside comment: 0.009681999683380127 +Info 2290 [11:32:59.349] getCompletionData: Get previous token: 0.012128000147640705 +Info 2291 [11:32:59.349] getCompletionsAtPosition: isCompletionListBlocker: 0.0016680005937814713 +Info 2292 [11:32:59.349] Returning an empty list because completion was requested in an invalid position. +Info 2293 [11:32:59.349] Format host information updated +Info 2294 [11:32:59.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2295 [11:32:59.495] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 6.6304819993674755ms +Info 2296 [11:32:59.495] Different program with same set of files +Info 2297 [11:32:59.495] getCompletionData: Get current token: 0.0024870000779628754 +Info 2298 [11:32:59.495] getCompletionData: Is inside comment: 0.009222999215126038 +Info 2299 [11:32:59.495] getCompletionData: Get previous token: 0.01217000000178814 +Info 2300 [11:32:59.495] getCompletionsAtPosition: isCompletionListBlocker: 0.0013889996334910393 +Info 2301 [11:32:59.495] Returning an empty list because completion was requested in an invalid position. +Info 2302 [11:32:59.495] Format host information updated +Info 2303 [11:32:59.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2304 [11:32:59.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 8.575394000858068ms +Info 2305 [11:32:59.606] Different program with same set of files +Info 2306 [11:32:59.606] getCompletionData: Get current token: 0.0038780001923441887 +Info 2307 [11:32:59.606] getCompletionData: Is inside comment: 0.0132059995085001 +Info 2308 [11:32:59.606] getCompletionData: Get previous token: 0.01708799973130226 +Info 2309 [11:32:59.606] getCompletionsAtPosition: isCompletionListBlocker: 0.0021810000762343407 +Info 2310 [11:32:59.606] Returning an empty list because completion was requested in an invalid position. +Info 2311 [11:32:59.609] Format host information updated +Info 2312 [11:32:59.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2313 [11:32:59.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 9.568269999697804ms +Info 2314 [11:32:59.669] Different program with same set of files +Info 2315 [11:32:59.670] getCompletionData: Get current token: 0.004026999697089195 +Info 2316 [11:32:59.670] getCompletionData: Is inside comment: 0.015482000075280666 +Info 2317 [11:32:59.670] getCompletionData: Get previous token: 0.01959600020200014 +Info 2318 [11:32:59.670] getCompletionsAtPosition: isCompletionListBlocker: 0.0025920001789927483 +Info 2319 [11:32:59.670] Returning an empty list because completion was requested in an invalid position. +Info 2320 [11:32:59.670] Format host information updated +Info 2321 [11:32:59.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2322 [11:32:59.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 6.34669900033623ms +Info 2323 [11:32:59.761] Different program with same set of files +Info 2324 [11:32:59.761] getCompletionData: Get current token: 0.0029659997671842575 +Info 2325 [11:32:59.761] getCompletionData: Is inside comment: 0.010459000244736671 +Info 2326 [11:32:59.761] getCompletionData: Get previous token: 0.013674000278115273 +Info 2327 [11:32:59.762] getCompletionsAtPosition: isCompletionListBlocker: 0.0017349999397993088 +Info 2328 [11:32:59.762] Returning an empty list because completion was requested in an invalid position. +Info 2329 [11:32:59.763] Format host information updated +Info 2330 [11:32:59.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2331 [11:32:59.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 6.160163999535143ms +Info 2332 [11:32:59.916] Different program with same set of files +Info 2333 [11:32:59.916] getCompletionData: Get current token: 0.0026679998263716698 +Info 2334 [11:32:59.916] getCompletionData: Is inside comment: 0.009669999592006207 +Info 2335 [11:32:59.916] getCompletionData: Get previous token: 0.011795999482274055 +Info 2336 [11:32:59.916] getCompletionsAtPosition: isCompletionListBlocker: 0.0015679998323321342 +Info 2337 [11:32:59.916] Returning an empty list because completion was requested in an invalid position. +Info 2338 [11:32:59.917] Format host information updated +Info 2339 [11:33:02.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2340 [11:33:02.489] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 5.995649999938905ms +Info 2341 [11:33:02.489] Different program with same set of files +Info 2342 [11:33:02.489] getCompletionData: Get current token: 0.0022439993917942047 +Info 2343 [11:33:02.489] getCompletionData: Is inside comment: 0.008042000234127045 +Info 2344 [11:33:02.489] getCompletionData: Get previous token: 0.010521000251173973 +Info 2345 [11:33:02.489] getCompletionsAtPosition: isCompletionListBlocker: 0.0013180002570152283 +Info 2346 [11:33:02.489] Returning an empty list because completion was requested in an invalid position. +Info 2347 [11:33:02.489] Format host information updated +Info 2348 [11:33:03.624] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2349 [11:33:03.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 7.95053800009191ms +Info 2350 [11:33:03.632] Different program with same set of files +Info 2351 [11:33:03.632] getCompletionData: Get current token: 0.002319999970495701 +Info 2352 [11:33:03.632] getCompletionData: Is inside comment: 0.053130000829696655 +Info 2353 [11:33:03.632] getCompletionData: Get previous token: 0.010408000089228153 +Info 2354 [11:33:03.632] getCompletionsAtPosition: isCompletionListBlocker: 0.001508999615907669 +Info 2355 [11:33:03.632] Returning an empty list because completion was requested in an invalid position. +Info 2356 [11:33:03.633] Format host information updated +Info 2357 [11:33:03.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2358 [11:33:03.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 5.981375000439584ms +Info 2359 [11:33:03.795] Different program with same set of files +Info 2360 [11:33:03.795] getCompletionData: Get current token: 0.0027020005509257317 +Info 2361 [11:33:03.795] getCompletionData: Is inside comment: 0.009164000861346722 +Info 2362 [11:33:03.795] getCompletionData: Get previous token: 0.011306999251246452 +Info 2363 [11:33:03.795] getCompletionsAtPosition: isCompletionListBlocker: 0.0016430001705884933 +Info 2364 [11:33:03.795] Returning an empty list because completion was requested in an invalid position. +Info 2365 [11:33:03.796] Format host information updated +Info 2366 [11:33:03.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2367 [11:33:03.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 6.216369000263512ms +Info 2368 [11:33:03.924] Different program with same set of files +Info 2369 [11:33:03.924] getCompletionData: Get current token: 0.0033579999580979347 +Info 2370 [11:33:03.924] getCompletionData: Is inside comment: 0.028888000175356865 +Info 2371 [11:33:03.924] getCompletionData: Get previous token: 0.013748000375926495 +Info 2372 [11:33:03.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0018650004640221596 +Info 2373 [11:33:03.924] Returning an empty list because completion was requested in an invalid position. +Info 2374 [11:33:03.927] Format host information updated +Info 2375 [11:33:03.985] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2376 [11:33:03.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 6.023901999928057ms +Info 2377 [11:33:03.991] Different program with same set of files +Info 2378 [11:33:03.991] getCompletionData: Get current token: 0.00280699972063303 +Info 2379 [11:33:03.991] getCompletionData: Is inside comment: 0.017930999398231506 +Info 2380 [11:33:03.991] getCompletionData: Get previous token: 0.011665000580251217 +Info 2381 [11:33:03.991] getCompletionsAtPosition: isCompletionListBlocker: 0.0016350001096725464 +Info 2382 [11:33:03.991] Returning an empty list because completion was requested in an invalid position. +Info 2383 [11:33:03.991] Format host information updated +Info 2384 [11:33:09.017] Format host information updated +Info 2385 [11:33:09.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2386 [11:33:09.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 6.339607000350952ms +Info 2387 [11:33:09.023] Different program with same set of files +Info 2388 [11:33:09.472] Format host information updated +Info 2389 [11:33:09.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2390 [11:33:09.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 8.984469999559224ms +Info 2391 [11:33:09.482] Different program with same set of files +Info 2392 [11:33:09.811] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2393 [11:33:09.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 6.52842599991709ms +Info 2394 [11:33:09.818] Different program with same set of files +Info 2395 [11:33:09.818] getCompletionData: Get current token: 0.0047530001029372215 +Info 2396 [11:33:09.818] getCompletionData: Is inside comment: 0.011023000814020634 +Info 2397 [11:33:09.818] getCompletionData: Get previous token: 0.009008999913930893 +Info 2398 [11:33:09.818] getCompletionsAtPosition: isCompletionListBlocker: 0.002671000547707081 +Info 2399 [11:33:09.819] getExportInfoMap: cache hit +Info 2400 [11:33:09.845] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 2401 [11:33:09.845] collectAutoImports: response is complete +Info 2402 [11:33:09.845] collectAutoImports: 26.08039400074631 +Info 2403 [11:33:09.845] getCompletionData: Semantic work: 27.181125999428332 +Info 2404 [11:33:09.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.258368999697268 +Info 2405 [11:33:09.855] Format host information updated +Info 2406 [11:33:11.162] Format host information updated +Info 2407 [11:33:11.162] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2408 [11:33:11.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 10.220971999689937ms +Info 2409 [11:33:11.173] Different program with same set of files +Info 2410 [11:33:11.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2411 [11:33:11.407] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 6.938756000250578ms +Info 2412 [11:33:11.407] Different program with same set of files +Info 2413 [11:33:11.408] getCompletionData: Get current token: 0.0033809999004006386 +Info 2414 [11:33:11.408] getCompletionData: Is inside comment: 0.010631999932229519 +Info 2415 [11:33:11.408] getCompletionData: Get previous token: 0.008357999846339226 +Info 2416 [11:33:11.408] getCompletionsAtPosition: isCompletionListBlocker: 0.006459999829530716 +Info 2417 [11:33:11.408] getExportInfoMap: cache hit +Info 2418 [11:33:11.424] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 2419 [11:33:11.424] collectAutoImports: response is complete +Info 2420 [11:33:11.424] collectAutoImports: 15.833398000337183 +Info 2421 [11:33:11.424] getCompletionData: Semantic work: 16.586392000317574 +Info 2422 [11:33:11.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.67667599953711 +Info 2423 [11:33:11.435] Format host information updated +Info 2424 [11:33:11.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2425 [11:33:11.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 8.283444999717176ms +Info 2426 [11:33:11.688] Different program with same set of files +Info 2427 [11:33:11.689] getCompletionData: Get current token: 0.001175999641418457 +Info 2428 [11:33:11.689] getCompletionData: Is inside comment: 0.009940000250935555 +Info 2429 [11:33:11.689] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2430 [11:33:11.690] Format host information updated +Info 2431 [11:33:11.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2432 [11:33:11.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 6.9684959994629025ms +Info 2433 [11:33:11.806] Different program with same set of files +Info 2434 [11:33:11.806] getCompletionData: Get current token: 0.001284000463783741 +Info 2435 [11:33:11.806] getCompletionData: Is inside comment: 0.005489000119268894 +Info 2436 [11:33:11.806] Format host information updated +Info 2437 [11:33:12.806] Format host information updated +Info 2438 [11:33:12.807] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2439 [11:33:12.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 6.819294999353588ms +Info 2440 [11:33:12.813] Different program with same set of files +Info 2441 [11:33:13.852] Format host information updated +Info 2442 [11:33:13.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2443 [11:33:13.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 9.952178999781609ms +Info 2444 [11:33:13.862] Different program with same set of files +Info 2445 [11:33:14.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2446 [11:33:14.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 11.400462000630796ms +Info 2447 [11:33:14.136] Different program with same set of files +Info 2448 [11:33:14.136] getCompletionData: Get current token: 0.0019950000569224358 +Info 2449 [11:33:14.136] getCompletionData: Is inside comment: 0.009343000128865242 +Info 2450 [11:33:14.136] Format host information updated +Info 2451 [11:33:14.509] Format host information updated +Info 2452 [11:33:14.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2453 [11:33:14.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 10.6875ms +Info 2454 [11:33:14.520] Different program with same set of files +Info 2455 [11:33:14.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2456 [11:33:14.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.140008999966085ms +Info 2457 [11:33:14.652] Different program with same set of files +Info 2458 [11:33:14.653] getCompletionData: Get current token: 0.001281999982893467 +Info 2459 [11:33:14.653] getCompletionData: Is inside comment: 0.005466999486088753 +Info 2460 [11:33:14.653] Format host information updated +Info 2461 [11:33:15.029] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2462 [11:33:15.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 8.569593999534845ms +Info 2463 [11:33:15.038] Different program with same set of files +Info 2464 [11:33:15.038] getCompletionData: Get current token: 0.004002999514341354 +Info 2465 [11:33:15.038] getCompletionData: Is inside comment: 0.01718399953097105 +Info 2466 [11:33:15.038] getCompletionData: Get previous token: 0.010699000209569931 +Info 2467 [11:33:15.038] getCompletionsAtPosition: isCompletionListBlocker: 0.019305000081658363 +Info 2468 [11:33:15.039] getExportInfoMap: cache hit +Info 2469 [11:33:15.062] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 2470 [11:33:15.062] collectAutoImports: response is complete +Info 2471 [11:33:15.062] collectAutoImports: 22.74569399934262 +Info 2472 [11:33:15.062] getCompletionData: Semantic work: 23.953251000493765 +Info 2473 [11:33:15.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.016383000649512 +Info 2474 [11:33:15.072] Format host information updated +Info 2475 [11:33:16.317] Format host information updated +Info 2476 [11:33:16.317] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2477 [11:33:16.324] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 6.530352000147104ms +Info 2478 [11:33:16.324] Different program with same set of files +Info 2479 [11:33:17.260] Format host information updated +Info 2480 [11:33:17.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2481 [11:33:17.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 8.129719000309706ms +Info 2482 [11:33:17.268] Different program with same set of files +Info 2483 [11:33:18.008] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2484 [11:33:18.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 6.072054999880493ms +Info 2485 [11:33:18.014] Different program with same set of files +Info 2486 [11:33:18.014] getCompletionData: Get current token: 0.0022689998149871826 +Info 2487 [11:33:18.014] getCompletionData: Is inside comment: 0.02091600000858307 +Info 2488 [11:33:18.017] Format host information updated +Info 2489 [11:33:18.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2490 [11:33:18.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 6.3997790003195405ms +Info 2491 [11:33:18.256] Different program with same set of files +Info 2492 [11:33:18.256] getCompletionData: Get current token: 0.0021410007029771805 +Info 2493 [11:33:18.256] getCompletionData: Is inside comment: 0.007422999478876591 +Info 2494 [11:33:18.256] Format host information updated +Info 2495 [11:33:18.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2496 [11:33:18.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 15.580136999487877ms +Info 2497 [11:33:18.422] Different program with same set of files +Info 2498 [11:33:18.423] getCompletionData: Get current token: 0.005715000443160534 +Info 2499 [11:33:18.423] getCompletionData: Is inside comment: 0.01946599967777729 +Info 2500 [11:33:18.423] Format host information updated +Info 2501 [11:33:18.574] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2502 [11:33:18.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 6.0415550004690886ms +Info 2503 [11:33:18.580] Different program with same set of files +Info 2504 [11:33:18.581] getCompletionData: Get current token: 0.0018919995054602623 +Info 2505 [11:33:18.581] getCompletionData: Is inside comment: 0.007423000410199165 +Info 2506 [11:33:18.581] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2507 [11:33:18.581] Format host information updated +Info 2508 [11:33:18.818] Format host information updated +Info 2509 [11:33:18.818] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2510 [11:33:18.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 6.199342000298202ms +Info 2511 [11:33:18.824] Different program with same set of files +Info 2512 [11:33:19.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2513 [11:33:19.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 5.944134999997914ms +Info 2514 [11:33:19.066] Different program with same set of files +Info 2515 [11:33:19.066] getCompletionData: Get current token: 0.0024140002205967903 +Info 2516 [11:33:19.066] getCompletionData: Is inside comment: 0.008611000142991543 +Info 2517 [11:33:19.066] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2518 [11:33:19.066] Format host information updated +Info 2519 [11:33:19.343] Format host information updated +Info 2520 [11:33:19.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2521 [11:33:19.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 7.422678000293672ms +Info 2522 [11:33:19.350] Different program with same set of files +Info 2523 [11:33:19.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2524 [11:33:19.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 6.78475399967283ms +Info 2525 [11:33:19.524] Different program with same set of files +Info 2526 [11:33:19.524] getCompletionData: Get current token: 0.002470000647008419 +Info 2527 [11:33:19.524] getCompletionData: Is inside comment: 0.008492999710142612 +Info 2528 [11:33:19.524] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2529 [11:33:19.524] Format host information updated +Info 2530 [11:33:19.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2531 [11:33:19.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 6.221559999510646ms +Info 2532 [11:33:19.698] Different program with same set of files +Info 2533 [11:33:19.698] getCompletionData: Get current token: 0.002596999518573284 +Info 2534 [11:33:19.698] getCompletionData: Is inside comment: 0.01016400009393692 +Info 2535 [11:33:19.698] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2536 [11:33:19.700] Format host information updated +Info 2537 [11:33:19.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2538 [11:33:19.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 6.286044999957085ms +Info 2539 [11:33:19.836] Different program with same set of files +Info 2540 [11:33:19.836] getCompletionData: Get current token: 0.0023400001227855682 +Info 2541 [11:33:19.836] getCompletionData: Is inside comment: 0.00868299975991249 +Info 2542 [11:33:19.837] Format host information updated +Info 2543 [11:33:20.054] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2544 [11:33:20.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 8.459146999754012ms +Info 2545 [11:33:20.063] Different program with same set of files +Info 2546 [11:33:20.063] getCompletionData: Get current token: 0.0026130005717277527 +Info 2547 [11:33:20.063] getCompletionData: Is inside comment: 0.0088900001719594 +Info 2548 [11:33:20.064] Format host information updated +Info 2549 [11:33:20.155] Format host information updated +Info 2550 [11:33:20.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2551 [11:33:20.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 8.625686000101268ms +Info 2552 [11:33:20.164] Different program with same set of files +Info 2553 [11:33:20.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2554 [11:33:20.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 6.951942000538111ms +Info 2555 [11:33:20.277] Different program with same set of files +Info 2556 [11:33:20.277] getCompletionData: Get current token: 0.0024740006774663925 +Info 2557 [11:33:20.277] getCompletionData: Is inside comment: 0.009235999546945095 +Info 2558 [11:33:20.277] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2559 [11:33:20.277] Format host information updated +Info 2560 [11:33:20.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2561 [11:33:20.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 6.570177000015974ms +Info 2562 [11:33:20.347] Different program with same set of files +Info 2563 [11:33:20.347] getCompletionData: Get current token: 0.0023869993165135384 +Info 2564 [11:33:20.347] getCompletionData: Is inside comment: 0.009961000643670559 +Info 2565 [11:33:20.347] getCompletionData: Get previous token: 0.006559999659657478 +Info 2566 [11:33:20.347] getCompletionsAtPosition: isCompletionListBlocker: 0.007114000618457794 +Info 2567 [11:33:20.348] getExportInfoMap: cache hit +Info 2568 [11:33:20.365] collectAutoImports: resolved 1 module specifiers, plus 175 ambient and 1048 from cache +Info 2569 [11:33:20.365] collectAutoImports: response is complete +Info 2570 [11:33:20.365] collectAutoImports: 17.03855299949646 +Info 2571 [11:33:20.365] getCompletionData: Semantic work: 17.78658299986273 +Info 2572 [11:33:20.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.245521999895573 +Info 2573 [11:33:20.377] Format host information updated +Info 2574 [11:33:21.790] Format host information updated +Info 2575 [11:33:21.790] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2576 [11:33:21.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 7.125452999956906ms +Info 2577 [11:33:21.797] Different program with same set of files +Info 2578 [11:33:22.708] Format host information updated +Info 2579 [11:33:22.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2580 [11:33:22.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 6.900864999741316ms +Info 2581 [11:33:22.715] Different program with same set of files +Info 2582 [11:33:24.649] getCompletionData: Get current token: 0.0023869993165135384 +Info 2583 [11:33:24.649] getCompletionData: Is inside comment: 0.008421000093221664 +Info 2584 [11:33:24.649] getCompletionData: Get previous token: 0.005653999745845795 +Info 2585 [11:33:24.649] getCompletionsAtPosition: isCompletionListBlocker: 0.008115999400615692 +Info 2586 [11:33:24.650] getExportInfoMap: cache hit +Info 2587 [11:33:24.659] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2588 [11:33:24.659] collectAutoImports: response is complete +Info 2589 [11:33:24.659] collectAutoImports: 9.470703000202775 +Info 2590 [11:33:24.659] getCompletionData: Semantic work: 10.025989000685513 +Info 2591 [11:33:24.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.828707999549806 +Info 2592 [11:33:25.023] getCompletionData: Get current token: 0.0030330000445246696 +Info 2593 [11:33:25.023] getCompletionData: Is inside comment: 0.009436000138521194 +Info 2594 [11:33:25.023] getCompletionData: Get previous token: 0.006740999408066273 +Info 2595 [11:33:25.023] getCompletionsAtPosition: isCompletionListBlocker: 0.002452000044286251 +Info 2596 [11:33:25.023] getExportInfoMap: cache hit +Info 2597 [11:33:25.033] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2598 [11:33:25.033] collectAutoImports: response is complete +Info 2599 [11:33:25.033] collectAutoImports: 9.767547000199556 +Info 2600 [11:33:25.033] getCompletionData: Semantic work: 10.362037999555469 +Info 2601 [11:33:25.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6786580001935363 +Info 2602 [11:33:25.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2603 [11:33:25.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.595931999385357ms +Info 2604 [11:33:25.701] Different program with same set of files +Info 2605 [11:33:25.701] getCompletionData: Get current token: 0.003384999930858612 +Info 2606 [11:33:25.701] getCompletionData: Is inside comment: 0.010906999930739403 +Info 2607 [11:33:25.701] getCompletionData: Get previous token: 0.007244999520480633 +Info 2608 [11:33:25.701] getCompletionsAtPosition: isCompletionListBlocker: 0.0029229996725916862 +Info 2609 [11:33:25.702] getExportInfoMap: cache hit +Info 2610 [11:33:25.714] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2611 [11:33:25.714] collectAutoImports: response is complete +Info 2612 [11:33:25.714] collectAutoImports: 12.270410999655724 +Info 2613 [11:33:25.714] getCompletionData: Semantic work: 12.76468800008297 +Info 2614 [11:33:25.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.859995000064373 +Info 2615 [11:33:25.723] Format host information updated +Info 2616 [11:33:25.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2617 [11:33:25.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 6.342031000182033ms +Info 2618 [11:33:25.760] Different program with same set of files +Info 2619 [11:33:25.761] getCompletionData: Get current token: 0.003109999932348728 +Info 2620 [11:33:25.761] getCompletionData: Is inside comment: 0.009720999747514725 +Info 2621 [11:33:25.761] getCompletionData: Get previous token: 0.006523000076413155 +Info 2622 [11:33:25.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0065490007400512695 +Info 2623 [11:33:25.761] getExportInfoMap: cache hit +Info 2624 [11:33:25.772] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2625 [11:33:25.772] collectAutoImports: response is complete +Info 2626 [11:33:25.772] collectAutoImports: 10.955661999993026 +Info 2627 [11:33:25.772] getCompletionData: Semantic work: 11.48714100010693 +Info 2628 [11:33:25.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.104244000278413 +Info 2629 [11:33:25.780] Format host information updated +Info 2630 [11:33:26.000] getCompletionData: Get current token: 0.003213999792933464 +Info 2631 [11:33:26.000] getCompletionData: Is inside comment: 0.010634999722242355 +Info 2632 [11:33:26.000] getCompletionData: Get previous token: 0.0075499992817640305 +Info 2633 [11:33:26.000] getCompletionsAtPosition: isCompletionListBlocker: 0.0024640001356601715 +Info 2634 [11:33:26.000] Returning an empty list because completion was requested in an invalid position. +Info 2635 [11:33:26.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2636 [11:33:26.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 6.568845000118017ms +Info 2637 [11:33:26.234] Different program with same set of files +Info 2638 [11:33:26.234] getCompletionData: Get current token: 0.0039889998733997345 +Info 2639 [11:33:26.234] getCompletionData: Is inside comment: 0.012626999989151955 +Info 2640 [11:33:26.235] getCompletionData: Get previous token: 0.01372699998319149 +Info 2641 [11:33:26.235] getCompletionsAtPosition: isCompletionListBlocker: 0.0031829997897148132 +Info 2642 [11:33:26.235] getExportInfoMap: cache hit +Info 2643 [11:33:26.237] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2644 [11:33:26.237] collectAutoImports: response is complete +Info 2645 [11:33:26.237] collectAutoImports: 1.8912049997597933 +Info 2646 [11:33:26.237] getCompletionData: Semantic work: 2.416574999690056 +Info 2647 [11:33:26.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.812398999929428 +Info 2648 [11:33:26.240] Format host information updated +Info 2649 [11:33:26.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2650 [11:33:26.460] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 9.039335999637842ms +Info 2651 [11:33:26.460] Different program with same set of files +Info 2652 [11:33:26.460] getCompletionData: Get current token: 0.003154999576508999 +Info 2653 [11:33:26.460] getCompletionData: Is inside comment: 0.010617000050842762 +Info 2654 [11:33:26.460] getCompletionData: Get previous token: 0.011629999615252018 +Info 2655 [11:33:26.460] getCompletionsAtPosition: isCompletionListBlocker: 0.0030699996277689934 +Info 2656 [11:33:26.461] getExportInfoMap: cache hit +Info 2657 [11:33:26.462] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2658 [11:33:26.462] collectAutoImports: response is complete +Info 2659 [11:33:26.462] collectAutoImports: 1.4956440003588796 +Info 2660 [11:33:26.462] getCompletionData: Semantic work: 2.0008969996124506 +Info 2661 [11:33:26.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7563819997012615 +Info 2662 [11:33:26.465] Format host information updated +Info 2663 [11:33:26.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2664 [11:33:26.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 8.18372300080955ms +Info 2665 [11:33:26.797] Different program with same set of files +Info 2666 [11:33:26.798] getCompletionData: Get current token: 0.004269000142812729 +Info 2667 [11:33:26.798] getCompletionData: Is inside comment: 0.03049599938094616 +Info 2668 [11:33:26.798] getCompletionData: Get previous token: 0.009444999508559704 +Info 2669 [11:33:26.798] getCompletionsAtPosition: isCompletionListBlocker: 0.0024769995361566544 +Info 2670 [11:33:26.798] getExportInfoMap: cache hit +Info 2671 [11:33:26.809] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2672 [11:33:26.809] collectAutoImports: response is complete +Info 2673 [11:33:26.809] collectAutoImports: 10.821833999827504 +Info 2674 [11:33:26.809] getCompletionData: Semantic work: 11.343610999174416 +Info 2675 [11:33:26.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.249142000451684 +Info 2676 [11:33:26.820] Format host information updated +Info 2677 [11:33:26.856] Format host information updated +Info 2678 [11:33:26.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2679 [11:33:26.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 6.002214000560343ms +Info 2680 [11:33:26.862] Different program with same set of files +Info 2681 [11:33:27.137] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2682 [11:33:27.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 13.153219999745488ms +Info 2683 [11:33:27.150] Different program with same set of files +Info 2684 [11:33:27.151] getCompletionData: Get current token: 0.00611099973320961 +Info 2685 [11:33:27.151] getCompletionData: Is inside comment: 0.018372000195086002 +Info 2686 [11:33:27.151] getCompletionData: Get previous token: 0.023552000522613525 +Info 2687 [11:33:27.151] getCompletionsAtPosition: isCompletionListBlocker: 0.0045779999345541 +Info 2688 [11:33:27.151] getExportInfoMap: cache hit +Info 2689 [11:33:27.157] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 68 from cache +Info 2690 [11:33:27.157] collectAutoImports: response is complete +Info 2691 [11:33:27.157] collectAutoImports: 5.185496999882162 +Info 2692 [11:33:27.157] getCompletionData: Semantic work: 6.060245000757277 +Info 2693 [11:33:27.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.575626000761986 +Info 2694 [11:33:27.162] Format host information updated +Info 2695 [11:33:27.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2696 [11:33:27.230] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 6.3294629994779825ms +Info 2697 [11:33:27.230] Different program with same set of files +Info 2698 [11:33:27.230] getCompletionData: Get current token: 0.003965999931097031 +Info 2699 [11:33:27.230] getCompletionData: Is inside comment: 0.012413999997079372 +Info 2700 [11:33:27.230] getCompletionData: Get previous token: 0.015788999386131763 +Info 2701 [11:33:27.230] getCompletionsAtPosition: isCompletionListBlocker: 0.002464999444782734 +Info 2702 [11:33:27.230] getExportInfoMap: cache hit +Info 2703 [11:33:27.232] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 8 from cache +Info 2704 [11:33:27.232] collectAutoImports: response is complete +Info 2705 [11:33:27.232] collectAutoImports: 2.0457750000059605 +Info 2706 [11:33:27.232] getCompletionData: Semantic work: 2.605325000360608 +Info 2707 [11:33:27.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.962194999679923 +Info 2708 [11:33:27.237] Format host information updated +Info 2709 [11:33:27.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2710 [11:33:27.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 6.411450000479817ms +Info 2711 [11:33:27.360] Different program with same set of files +Info 2712 [11:33:27.360] getCompletionData: Get current token: 0.004065999761223793 +Info 2713 [11:33:27.360] getCompletionData: Is inside comment: 0.014103999361395836 +Info 2714 [11:33:27.360] getCompletionData: Get previous token: 0.017016000114381313 +Info 2715 [11:33:27.360] getCompletionsAtPosition: isCompletionListBlocker: 0.002880999818444252 +Info 2716 [11:33:27.361] getExportInfoMap: cache hit +Info 2717 [11:33:27.363] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 2718 [11:33:27.363] collectAutoImports: response is complete +Info 2719 [11:33:27.363] collectAutoImports: 1.7888529999181628 +Info 2720 [11:33:27.363] getCompletionData: Semantic work: 2.404736000113189 +Info 2721 [11:33:27.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9577160002663732 +Info 2722 [11:33:27.365] Format host information updated +Info 2723 [11:33:27.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2724 [11:33:27.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 24.241095999255776ms +Info 2725 [11:33:27.490] Different program with same set of files +Info 2726 [11:33:27.491] getCompletionData: Get current token: 0.019694999791681767 +Info 2727 [11:33:27.491] getCompletionData: Is inside comment: 0.05977000016719103 +Info 2728 [11:33:27.491] getCompletionData: Get previous token: 0.07268300000578165 +Info 2729 [11:33:27.492] getCompletionsAtPosition: isCompletionListBlocker: 0.0075790006667375565 +Info 2730 [11:33:27.493] getExportInfoMap: cache hit +Info 2731 [11:33:27.516] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2732 [11:33:27.516] collectAutoImports: response is complete +Info 2733 [11:33:27.516] collectAutoImports: 22.776750000193715 +Info 2734 [11:33:27.516] getCompletionData: Semantic work: 24.466603999957442 +Info 2735 [11:33:27.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.882786000147462 +Info 2736 [11:33:27.526] Format host information updated +Info 2737 [11:33:27.721] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2738 [11:33:27.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 8.416931999847293ms +Info 2739 [11:33:27.729] Different program with same set of files +Info 2740 [11:33:27.729] getCompletionData: Get current token: 0.006507999263703823 +Info 2741 [11:33:27.729] getCompletionData: Is inside comment: 0.018264000304043293 +Info 2742 [11:33:27.729] getCompletionData: Get previous token: 0.01245800033211708 +Info 2743 [11:33:27.729] getCompletionsAtPosition: isCompletionListBlocker: 0.0036350004374980927 +Info 2744 [11:33:27.730] getExportInfoMap: cache hit +Info 2745 [11:33:27.743] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2746 [11:33:27.743] collectAutoImports: response is complete +Info 2747 [11:33:27.743] collectAutoImports: 12.62805199995637 +Info 2748 [11:33:27.743] getCompletionData: Semantic work: 13.250544000416994 +Info 2749 [11:33:27.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.23401099909097 +Info 2750 [11:33:27.752] Format host information updated +Info 2751 [11:33:27.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2752 [11:33:27.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 6.000057999975979ms +Info 2753 [11:33:27.786] Different program with same set of files +Info 2754 [11:33:27.786] getCompletionData: Get current token: 0.003468000330030918 +Info 2755 [11:33:27.786] getCompletionData: Is inside comment: 0.011739000678062439 +Info 2756 [11:33:27.786] getCompletionData: Get previous token: 0.00788000039756298 +Info 2757 [11:33:27.786] getCompletionsAtPosition: isCompletionListBlocker: 0.007734999991953373 +Info 2758 [11:33:27.787] getExportInfoMap: cache hit +Info 2759 [11:33:27.798] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2760 [11:33:27.798] collectAutoImports: response is complete +Info 2761 [11:33:27.798] collectAutoImports: 11.100393999367952 +Info 2762 [11:33:27.798] getCompletionData: Semantic work: 11.549253999255598 +Info 2763 [11:33:27.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.377650000154972 +Info 2764 [11:33:27.806] Format host information updated +Info 2765 [11:33:28.006] getCompletionData: Get current token: 0.0037380000576376915 +Info 2766 [11:33:28.006] getCompletionData: Is inside comment: 0.011086000129580498 +Info 2767 [11:33:28.006] getCompletionData: Get previous token: 0.008182999677956104 +Info 2768 [11:33:28.006] getCompletionsAtPosition: isCompletionListBlocker: 0.0026870006695389748 +Info 2769 [11:33:28.006] getExportInfoMap: cache hit +Info 2770 [11:33:28.015] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2771 [11:33:28.015] collectAutoImports: response is complete +Info 2772 [11:33:28.015] collectAutoImports: 8.792564999312162 +Info 2773 [11:33:28.015] getCompletionData: Semantic work: 9.18974900059402 +Info 2774 [11:33:28.019] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.760600999929011 +Info 2775 [11:33:28.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2776 [11:33:28.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.219432999379933ms +Info 2777 [11:33:28.244] Different program with same set of files +Info 2778 [11:33:28.247] Format host information updated +Info 2779 [11:33:28.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2780 [11:33:28.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.335869000293314ms +Info 2781 [11:33:28.421] Different program with same set of files +Info 2782 [11:33:28.422] getCompletionData: Get current token: 0.005975000560283661 +Info 2783 [11:33:28.422] getCompletionData: Is inside comment: 0.01497699972242117 +Info 2784 [11:33:28.422] getCompletionData: Get previous token: 0.010240000672638416 +Info 2785 [11:33:28.422] getCompletionsAtPosition: isCompletionListBlocker: 0.019239000044763088 +Info 2786 [11:33:28.422] getExportInfoMap: cache hit +Info 2787 [11:33:28.435] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2788 [11:33:28.435] collectAutoImports: response is complete +Info 2789 [11:33:28.435] collectAutoImports: 12.888970999978483 +Info 2790 [11:33:28.435] getCompletionData: Semantic work: 13.490284000523388 +Info 2791 [11:33:28.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.127270000055432 +Info 2792 [11:33:28.445] Format host information updated +Info 2793 [11:33:29.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2794 [11:33:29.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.897930999286473ms +Info 2795 [11:33:29.217] Different program with same set of files +Info 2796 [11:33:29.218] Format host information updated +Info 2797 [11:33:29.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2798 [11:33:29.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.952828999608755ms +Info 2799 [11:33:29.290] Different program with same set of files +Info 2800 [11:33:29.291] Format host information updated +Info 2801 [11:33:29.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2802 [11:33:29.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.247174000367522ms +Info 2803 [11:33:29.392] Different program with same set of files +Info 2804 [11:33:29.394] Format host information updated +Info 2805 [11:33:29.908] Format host information updated +Info 2806 [11:33:29.910] Format host information updated +Info 2807 [11:33:29.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2808 [11:33:29.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.234494999982417ms +Info 2809 [11:33:29.928] Different program with same set of files +Info 2810 [11:33:29.930] Format host information updated +Info 2811 [11:33:30.258] getCompletionData: Get current token: 0.0031449999660253525 +Info 2812 [11:33:30.258] getCompletionData: Is inside comment: 0.010540000163018703 +Info 2813 [11:33:30.258] getCompletionData: Get previous token: 0.007008000276982784 +Info 2814 [11:33:30.258] getCompletionsAtPosition: isCompletionListBlocker: 0.008244999684393406 +Info 2815 [11:33:30.259] getExportInfoMap: cache hit +Info 2816 [11:33:30.271] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2817 [11:33:30.271] collectAutoImports: response is complete +Info 2818 [11:33:30.271] collectAutoImports: 11.845438000746071 +Info 2819 [11:33:30.271] getCompletionData: Semantic work: 12.479827000759542 +Info 2820 [11:33:30.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.021448999643326 +Info 2821 [11:33:30.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2822 [11:33:30.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 9.99420899990946ms +Info 2823 [11:33:30.438] Different program with same set of files +Info 2824 [11:33:30.438] getCompletionData: Get current token: 0.006237000226974487 +Info 2825 [11:33:30.438] getCompletionData: Is inside comment: 0.020314999856054783 +Info 2826 [11:33:30.438] getCompletionData: Get previous token: 0.01447799988090992 +Info 2827 [11:33:30.438] getCompletionsAtPosition: isCompletionListBlocker: 0.00291300006210804 +Info 2828 [11:33:30.439] getCompletionData: Semantic work: 0.5103529999032617 +Info 2829 [11:33:30.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8586149998009205 +Info 2830 [11:33:30.442] Format host information updated +Info 2831 [11:33:30.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2832 [11:33:30.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 5.948230000212789ms +Info 2833 [11:33:30.631] Different program with same set of files +Info 2834 [11:33:30.631] getCompletionData: Get current token: 0.0029639992862939835 +Info 2835 [11:33:30.631] getCompletionData: Is inside comment: 0.009448000229895115 +Info 2836 [11:33:30.631] getCompletionData: Get previous token: 0.013174000196158886 +Info 2837 [11:33:30.631] getCompletionsAtPosition: isCompletionListBlocker: 0.0026629995554685593 +Info 2838 [11:33:30.631] getCompletionData: Semantic work: 0.19712499994784594 +Info 2839 [11:33:30.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4276900002732873 +Info 2840 [11:33:30.632] Format host information updated +Info 2841 [11:33:30.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2842 [11:33:30.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 9.140360999852419ms +Info 2843 [11:33:30.949] Different program with same set of files +Info 2844 [11:33:30.949] getCompletionData: Get current token: 0.0032259998843073845 +Info 2845 [11:33:30.949] getCompletionData: Is inside comment: 0.009705999866127968 +Info 2846 [11:33:30.949] getCompletionData: Get previous token: 0.013609999790787697 +Info 2847 [11:33:30.949] getCompletionsAtPosition: isCompletionListBlocker: 0.002863999456167221 +Info 2848 [11:33:30.950] getCompletionData: Semantic work: 0.19996299967169762 +Info 2849 [11:33:30.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.46066399943083525 +Info 2850 [11:33:30.951] Format host information updated +Info 2851 [11:33:31.458] Format host information updated +Info 2852 [11:33:31.458] Format host information updated +Info 2853 [11:33:31.458] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2854 [11:33:31.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 9.558848000131547ms +Info 2855 [11:33:31.468] Different program with same set of files +Info 2856 [11:33:31.468] getCompletionData: Get current token: 0.013398000039160252 +Info 2857 [11:33:31.468] getCompletionData: Is inside comment: 0.02107700053602457 +Info 2858 [11:33:31.468] getCompletionData: Get previous token: 0.019681000150740147 +Info 2859 [11:33:31.468] getCompletionsAtPosition: isCompletionListBlocker: 0.0028429999947547913 +Info 2860 [11:33:31.468] getCompletionData: Semantic work: 0.2383220000192523 +Info 2861 [11:33:31.474] getCompletionData: Get current token: 0.007952000014483929 +Info 2862 [11:33:31.474] getCompletionData: Is inside comment: 0.01580199971795082 +Info 2863 [11:33:31.474] getCompletionData: Get previous token: 0.037901999428868294 +Info 2864 [11:33:31.474] getCompletionsAtPosition: isCompletionListBlocker: 0.0019300002604722977 +Info 2865 [11:33:31.474] getCompletionData: Semantic work: 0.06130600068718195 +Info 2866 [11:33:31.475] Format host information updated +Info 2867 [11:33:32.122] getCompletionData: Get current token: 0.0027540000155568123 +Info 2868 [11:33:32.122] getCompletionData: Is inside comment: 0.008363000117242336 +Info 2869 [11:33:32.122] getCompletionData: Get previous token: 0.005563000217080116 +Info 2870 [11:33:32.122] getCompletionsAtPosition: isCompletionListBlocker: 0.007868999615311623 +Info 2871 [11:33:32.123] getExportInfoMap: cache hit +Info 2872 [11:33:32.139] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2873 [11:33:32.139] collectAutoImports: response is complete +Info 2874 [11:33:32.139] collectAutoImports: 16.62874299939722 +Info 2875 [11:33:32.139] getCompletionData: Semantic work: 17.37946099974215 +Info 2876 [11:33:32.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9456039993092418 +Info 2877 [11:33:32.233] Format host information updated +Info 2878 [11:33:32.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2879 [11:33:32.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 7.016625000163913ms +Info 2880 [11:33:32.240] Different program with same set of files +Info 2881 [11:33:32.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2882 [11:33:32.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 6.856544000096619ms +Info 2883 [11:33:32.360] Different program with same set of files +Info 2884 [11:33:32.360] getCompletionData: Get current token: 0.0037139998748898506 +Info 2885 [11:33:32.360] getCompletionData: Is inside comment: 0.011177999898791313 +Info 2886 [11:33:32.360] getCompletionData: Get previous token: 0.007659999653697014 +Info 2887 [11:33:32.360] getCompletionsAtPosition: isCompletionListBlocker: 0.008427000604569912 +Info 2888 [11:33:32.361] getExportInfoMap: cache hit +Info 2889 [11:33:32.384] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2890 [11:33:32.384] collectAutoImports: response is complete +Info 2891 [11:33:32.384] collectAutoImports: 23.14506599958986 +Info 2892 [11:33:32.384] getCompletionData: Semantic work: 23.744176000356674 +Info 2893 [11:33:32.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.155152999795973 +Info 2894 [11:33:32.395] Format host information updated +Info 2895 [11:33:32.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2896 [11:33:32.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 11.63456999976188ms +Info 2897 [11:33:32.547] Different program with same set of files +Info 2898 [11:33:32.547] getCompletionData: Get current token: 0.004870000295341015 +Info 2899 [11:33:32.547] getCompletionData: Is inside comment: 0.01513299997895956 +Info 2900 [11:33:32.547] getCompletionData: Get previous token: 0.009252000600099564 +Info 2901 [11:33:32.547] getCompletionsAtPosition: isCompletionListBlocker: 0.010323000140488148 +Info 2902 [11:33:32.548] getExportInfoMap: cache hit +Info 2903 [11:33:32.562] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2904 [11:33:32.562] collectAutoImports: response is complete +Info 2905 [11:33:32.562] collectAutoImports: 13.518567999824882 +Info 2906 [11:33:32.562] getCompletionData: Semantic work: 14.421909000724554 +Info 2907 [11:33:32.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.149919000454247 +Info 2908 [11:33:32.574] Format host information updated +Info 2909 [11:33:32.599] Format host information updated +Info 2910 [11:33:32.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2911 [11:33:32.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 6.361159999854863ms +Info 2912 [11:33:32.606] Different program with same set of files +Info 2913 [11:33:32.862] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2914 [11:33:32.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 7.205401999875903ms +Info 2915 [11:33:32.869] Different program with same set of files +Info 2916 [11:33:32.869] getCompletionData: Get current token: 0.0031749997287988663 +Info 2917 [11:33:32.869] getCompletionData: Is inside comment: 0.012003999203443527 +Info 2918 [11:33:32.870] getCompletionData: Get previous token: 0.007662000134587288 +Info 2919 [11:33:32.870] getCompletionsAtPosition: isCompletionListBlocker: 0.0034199999645352364 +Info 2920 [11:33:32.870] getExportInfoMap: cache hit +Info 2921 [11:33:32.880] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2922 [11:33:32.880] collectAutoImports: response is complete +Info 2923 [11:33:32.880] collectAutoImports: 9.952192000113428 +Info 2924 [11:33:32.880] getCompletionData: Semantic work: 10.544877000153065 +Info 2925 [11:33:32.887] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.6545329997316 +Info 2926 [11:33:32.890] Format host information updated +Info 2927 [11:33:32.921] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2928 [11:33:32.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 6.25934199988842ms +Info 2929 [11:33:32.928] Different program with same set of files +Info 2930 [11:33:32.928] getCompletionData: Get current token: 0.002930000424385071 +Info 2931 [11:33:32.928] getCompletionData: Is inside comment: 0.010221999138593674 +Info 2932 [11:33:32.928] getCompletionData: Get previous token: 0.006554000079631805 +Info 2933 [11:33:32.928] getCompletionsAtPosition: isCompletionListBlocker: 0.006819999776780605 +Info 2934 [11:33:32.928] getExportInfoMap: cache hit +Info 2935 [11:33:32.940] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2936 [11:33:32.940] collectAutoImports: response is complete +Info 2937 [11:33:32.940] collectAutoImports: 11.286764999851584 +Info 2938 [11:33:32.940] getCompletionData: Semantic work: 11.782858000136912 +Info 2939 [11:33:32.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.330462000332773 +Info 2940 [11:33:32.948] Format host information updated +Info 2941 [11:33:33.190] getCompletionData: Get current token: 0.0071470001712441444 +Info 2942 [11:33:33.190] getCompletionData: Is inside comment: 0.023461999371647835 +Info 2943 [11:33:33.190] getCompletionData: Get previous token: 0.016063000075519085 +Info 2944 [11:33:33.190] getCompletionsAtPosition: isCompletionListBlocker: 0.00444599986076355 +Info 2945 [11:33:33.190] Returning an empty list because completion was requested in an invalid position. +Info 2946 [11:33:33.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2947 [11:33:33.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 6.528324999846518ms +Info 2948 [11:33:33.430] Different program with same set of files +Info 2949 [11:33:33.430] getCompletionData: Get current token: 0.00395399983972311 +Info 2950 [11:33:33.430] getCompletionData: Is inside comment: 0.012669000774621964 +Info 2951 [11:33:33.430] getCompletionData: Get previous token: 0.012151999399065971 +Info 2952 [11:33:33.430] getCompletionsAtPosition: isCompletionListBlocker: 0.0028459997847676277 +Info 2953 [11:33:33.432] getExportInfoMap: cache hit +Info 2954 [11:33:33.433] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2955 [11:33:33.433] collectAutoImports: response is complete +Info 2956 [11:33:33.433] collectAutoImports: 1.6368789998814464 +Info 2957 [11:33:33.433] getCompletionData: Semantic work: 3.7303070006892085 +Info 2958 [11:33:33.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7077350001782179 +Info 2959 [11:33:33.437] Format host information updated +Info 2960 [11:33:33.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2961 [11:33:33.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 7.221108000725508ms +Info 2962 [11:33:33.574] Different program with same set of files +Info 2963 [11:33:33.574] getCompletionData: Get current token: 0.0036590006202459335 +Info 2964 [11:33:33.574] getCompletionData: Is inside comment: 0.01146599929779768 +Info 2965 [11:33:33.574] getCompletionData: Get previous token: 0.013615000061690807 +Info 2966 [11:33:33.574] getCompletionsAtPosition: isCompletionListBlocker: 0.0033970000222325325 +Info 2967 [11:33:33.575] getExportInfoMap: cache hit +Info 2968 [11:33:33.577] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2969 [11:33:33.577] collectAutoImports: response is complete +Info 2970 [11:33:33.577] collectAutoImports: 2.051107999868691 +Info 2971 [11:33:33.577] getCompletionData: Semantic work: 2.8104889998212457 +Info 2972 [11:33:33.579] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0230860002338886 +Info 2973 [11:33:33.580] Format host information updated +Info 2974 [11:33:34.077] getCompletionData: Get current token: 0.011858999729156494 +Info 2975 [11:33:34.077] getCompletionData: Is inside comment: 0.04462499916553497 +Info 2976 [11:33:34.077] getCompletionData: Get previous token: 0.031094999983906746 +Info 2977 [11:33:34.078] getCompletionsAtPosition: isCompletionListBlocker: 0.026832000352442265 +Info 2978 [11:33:34.080] getExportInfoMap: cache hit +Info 2979 [11:33:34.094] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2980 [11:33:34.094] collectAutoImports: response is complete +Info 2981 [11:33:34.094] collectAutoImports: 13.957906000316143 +Info 2982 [11:33:34.094] getCompletionData: Semantic work: 16.089433000423014 +Info 2983 [11:33:34.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.871586999855936 +Info 2984 [11:33:34.250] Format host information updated +Info 2985 [11:33:34.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2986 [11:33:34.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 7.08349599968642ms +Info 2987 [11:33:34.257] Different program with same set of files +Info 2988 [11:33:34.968] getCompletionData: Get current token: 0.009193000383675098 +Info 2989 [11:33:34.968] getCompletionData: Is inside comment: 0.028655000030994415 +Info 2990 [11:33:34.968] getCompletionData: Get previous token: 0.034393999725580215 +Info 2991 [11:33:34.968] getCompletionsAtPosition: isCompletionListBlocker: 0.006277000531554222 +Info 2992 [11:33:34.969] getExportInfoMap: cache hit +Info 2993 [11:33:34.974] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2994 [11:33:34.974] collectAutoImports: response is complete +Info 2995 [11:33:34.974] collectAutoImports: 4.30457799974829 +Info 2996 [11:33:34.974] getCompletionData: Semantic work: 5.610855000093579 +Info 2997 [11:33:34.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1732169995084405 +Info 2998 [11:33:35.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2999 [11:33:35.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 6.529092999175191ms +Info 3000 [11:33:35.151] Different program with same set of files +Info 3001 [11:33:35.151] getCompletionData: Get current token: 0.003500000573694706 +Info 3002 [11:33:35.151] getCompletionData: Is inside comment: 0.012526999227702618 +Info 3003 [11:33:35.151] getCompletionData: Get previous token: 0.008453999646008015 +Info 3004 [11:33:35.151] getCompletionsAtPosition: isCompletionListBlocker: 0.002361999824643135 +Info 3005 [11:33:35.152] getExportInfoMap: cache hit +Info 3006 [11:33:35.165] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3007 [11:33:35.165] collectAutoImports: response is complete +Info 3008 [11:33:35.165] collectAutoImports: 13.35141700040549 +Info 3009 [11:33:35.165] getCompletionData: Semantic work: 13.894075999967754 +Info 3010 [11:33:35.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.530829000286758 +Info 3011 [11:33:35.173] Format host information updated +Info 3012 [11:33:35.222] Format host information updated +Info 3013 [11:33:35.222] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3014 [11:33:35.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 11.096739999949932ms +Info 3015 [11:33:35.233] Different program with same set of files +Info 3016 [11:33:35.388] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3017 [11:33:35.394] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 6.62066899985075ms +Info 3018 [11:33:35.394] Different program with same set of files +Info 3019 [11:33:35.395] getCompletionData: Get current token: 0.0037599997594952583 +Info 3020 [11:33:35.395] getCompletionData: Is inside comment: 0.0130370007827878 +Info 3021 [11:33:35.395] getCompletionData: Get previous token: 0.03195099998265505 +Info 3022 [11:33:35.395] getCompletionsAtPosition: isCompletionListBlocker: 0.002810000441968441 +Info 3023 [11:33:35.395] getExportInfoMap: cache hit +Info 3024 [11:33:35.397] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 27 from cache +Info 3025 [11:33:35.397] collectAutoImports: response is complete +Info 3026 [11:33:35.397] collectAutoImports: 2.055751000531018 +Info 3027 [11:33:35.397] getCompletionData: Semantic work: 2.5772499991580844 +Info 3028 [11:33:35.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8766289995983243 +Info 3029 [11:33:35.400] Format host information updated +Info 3030 [11:33:35.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3031 [11:33:35.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 6.237201999872923ms +Info 3032 [11:33:35.556] Different program with same set of files +Info 3033 [11:33:35.556] getCompletionData: Get current token: 0.0031690001487731934 +Info 3034 [11:33:35.556] getCompletionData: Is inside comment: 0.010359000414609909 +Info 3035 [11:33:35.556] getCompletionData: Get previous token: 0.011741000227630138 +Info 3036 [11:33:35.556] getCompletionsAtPosition: isCompletionListBlocker: 0.0028749993070960045 +Info 3037 [11:33:35.557] getExportInfoMap: cache hit +Info 3038 [11:33:35.560] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 3039 [11:33:35.560] collectAutoImports: response is complete +Info 3040 [11:33:35.560] collectAutoImports: 3.692456000484526 +Info 3041 [11:33:35.560] getCompletionData: Semantic work: 4.160658000037074 +Info 3042 [11:33:35.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8405589992180467 +Info 3043 [11:33:35.563] Format host information updated +Info 3044 [11:33:35.613] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3045 [11:33:35.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 11.310985000804067ms +Info 3046 [11:33:35.625] Different program with same set of files +Info 3047 [11:33:35.625] getCompletionData: Get current token: 0.007747000083327293 +Info 3048 [11:33:35.625] getCompletionData: Is inside comment: 0.02454299945384264 +Info 3049 [11:33:35.625] getCompletionData: Get previous token: 0.028456000611186028 +Info 3050 [11:33:35.625] getCompletionsAtPosition: isCompletionListBlocker: 0.004359000362455845 +Info 3051 [11:33:35.626] getExportInfoMap: cache hit +Info 3052 [11:33:35.630] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 3053 [11:33:35.630] collectAutoImports: response is complete +Info 3054 [11:33:35.630] collectAutoImports: 4.119717999361455 +Info 3055 [11:33:35.630] getCompletionData: Semantic work: 5.035768000409007 +Info 3056 [11:33:35.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6956639997661114 +Info 3057 [11:33:35.635] Format host information updated +Info 3058 [11:33:35.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3059 [11:33:35.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 8.668081999756396ms +Info 3060 [11:33:35.806] Different program with same set of files +Info 3061 [11:33:35.806] getCompletionData: Get current token: 0.003983000293374062 +Info 3062 [11:33:35.806] getCompletionData: Is inside comment: 0.011126999743282795 +Info 3063 [11:33:35.807] getCompletionData: Get previous token: 0.013254000805318356 +Info 3064 [11:33:35.807] getCompletionsAtPosition: isCompletionListBlocker: 0.002752000465989113 +Info 3065 [11:33:35.807] getExportInfoMap: cache hit +Info 3066 [11:33:35.809] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3067 [11:33:35.809] collectAutoImports: response is complete +Info 3068 [11:33:35.809] collectAutoImports: 1.9566810000687838 +Info 3069 [11:33:35.809] getCompletionData: Semantic work: 2.517078999429941 +Info 3070 [11:33:35.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9756390005350113 +Info 3071 [11:33:35.812] Format host information updated +Info 3072 [11:33:35.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3073 [11:33:35.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 6.275985999964178ms +Info 3074 [11:33:35.903] Different program with same set of files +Info 3075 [11:33:35.903] getCompletionData: Get current token: 0.0035830000415444374 +Info 3076 [11:33:35.903] getCompletionData: Is inside comment: 0.012272000312805176 +Info 3077 [11:33:35.903] getCompletionData: Get previous token: 0.013663999736309052 +Info 3078 [11:33:35.903] getCompletionsAtPosition: isCompletionListBlocker: 0.0026569999754428864 +Info 3079 [11:33:35.904] getExportInfoMap: cache hit +Info 3080 [11:33:35.906] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3081 [11:33:35.906] collectAutoImports: response is complete +Info 3082 [11:33:35.906] collectAutoImports: 1.9201409993693233 +Info 3083 [11:33:35.906] getCompletionData: Semantic work: 2.4356140000745654 +Info 3084 [11:33:35.908] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9454659996554255 +Info 3085 [11:33:35.910] Format host information updated +Info 3086 [11:33:35.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3087 [11:33:35.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 6.0038510002195835ms +Info 3088 [11:33:35.983] Different program with same set of files +Info 3089 [11:33:35.983] getCompletionData: Get current token: 0.003047000616788864 +Info 3090 [11:33:35.983] getCompletionData: Is inside comment: 0.009829999879002571 +Info 3091 [11:33:35.983] getCompletionData: Get previous token: 0.01180300023406744 +Info 3092 [11:33:35.983] getCompletionsAtPosition: isCompletionListBlocker: 0.0030149994418025017 +Info 3093 [11:33:35.983] getExportInfoMap: cache hit +Info 3094 [11:33:35.985] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3095 [11:33:35.985] collectAutoImports: response is complete +Info 3096 [11:33:35.985] collectAutoImports: 1.5554669992998242 +Info 3097 [11:33:35.985] getCompletionData: Semantic work: 2.022489999420941 +Info 3098 [11:33:35.987] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7033649999648333 +Info 3099 [11:33:35.987] Format host information updated +Info 3100 [11:33:36.079] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3101 [11:33:36.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 6.594549000263214ms +Info 3102 [11:33:36.086] Different program with same set of files +Info 3103 [11:33:36.086] getCompletionData: Get current token: 0.0032580001279711723 +Info 3104 [11:33:36.086] getCompletionData: Is inside comment: 0.0095210000872612 +Info 3105 [11:33:36.086] getCompletionData: Get previous token: 0.01148999948054552 +Info 3106 [11:33:36.086] getCompletionsAtPosition: isCompletionListBlocker: 0.0024549998342990875 +Info 3107 [11:33:36.086] getExportInfoMap: cache hit +Info 3108 [11:33:36.088] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3109 [11:33:36.088] collectAutoImports: response is complete +Info 3110 [11:33:36.088] collectAutoImports: 1.4926909999921918 +Info 3111 [11:33:36.088] getCompletionData: Semantic work: 1.9533630004152656 +Info 3112 [11:33:36.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.312834999524057 +Info 3113 [11:33:36.092] Format host information updated +Info 3114 [11:33:36.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3115 [11:33:36.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 23.872065000236034ms +Info 3116 [11:33:36.248] Different program with same set of files +Info 3117 [11:33:36.249] getCompletionData: Get current token: 0.016170999966561794 +Info 3118 [11:33:36.249] getCompletionData: Is inside comment: 0.05389400012791157 +Info 3119 [11:33:36.249] getCompletionData: Get previous token: 0.05949399992823601 +Info 3120 [11:33:36.249] getCompletionsAtPosition: isCompletionListBlocker: 0.007412999868392944 +Info 3121 [11:33:36.251] getExportInfoMap: cache hit +Info 3122 [11:33:36.256] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3123 [11:33:36.257] collectAutoImports: response is complete +Info 3124 [11:33:36.257] collectAutoImports: 5.528927999548614 +Info 3125 [11:33:36.257] getCompletionData: Semantic work: 7.3630770007148385 +Info 3126 [11:33:36.261] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.576195999979973 +Info 3127 [11:33:36.263] Format host information updated +Info 3128 [11:33:37.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3129 [11:33:37.026] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 6.077701999805868ms +Info 3130 [11:33:37.026] Different program with same set of files +Info 3131 [11:33:37.026] getCompletionData: Get current token: 0.0018190005794167519 +Info 3132 [11:33:37.026] getCompletionData: Is inside comment: 0.008435999974608421 +Info 3133 [11:33:37.026] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3134 [11:33:37.026] Format host information updated +Info 3135 [11:33:37.592] Format host information updated +Info 3136 [11:33:37.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3137 [11:33:37.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 6.421396999619901ms +Info 3138 [11:33:37.599] Different program with same set of files +Info 3139 [11:33:37.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3140 [11:33:37.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 6.234094999730587ms +Info 3141 [11:33:37.667] Different program with same set of files +Info 3142 [11:33:37.667] getCompletionData: Get current token: 0.0027730008587241173 +Info 3143 [11:33:37.667] getCompletionData: Is inside comment: 0.00912300031632185 +Info 3144 [11:33:37.667] getCompletionData: Get previous token: 0.0053460001945495605 +Info 3145 [11:33:37.667] getCompletionsAtPosition: isCompletionListBlocker: 0.0066360002383589745 +Info 3146 [11:33:37.668] getExportInfoMap: cache hit +Info 3147 [11:33:37.679] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3148 [11:33:37.679] collectAutoImports: response is complete +Info 3149 [11:33:37.679] collectAutoImports: 11.600890000350773 +Info 3150 [11:33:37.679] getCompletionData: Semantic work: 12.128062999807298 +Info 3151 [11:33:37.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.382017999887466 +Info 3152 [11:33:37.687] Format host information updated +Info 3153 [11:33:37.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3154 [11:33:37.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 6.396951999515295ms +Info 3155 [11:33:37.890] Different program with same set of files +Info 3156 [11:33:37.890] getCompletionData: Get current token: 0.003216000273823738 +Info 3157 [11:33:37.890] getCompletionData: Is inside comment: 0.009700000286102295 +Info 3158 [11:33:37.890] getCompletionData: Get previous token: 0.006178000010550022 +Info 3159 [11:33:37.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0071219997480511665 +Info 3160 [11:33:37.891] getExportInfoMap: cache hit +Info 3161 [11:33:37.901] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3162 [11:33:37.901] collectAutoImports: response is complete +Info 3163 [11:33:37.901] collectAutoImports: 10.121147999539971 +Info 3164 [11:33:37.901] getCompletionData: Semantic work: 10.667061999440193 +Info 3165 [11:33:37.906] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.447087999433279 +Info 3166 [11:33:37.911] Format host information updated +Info 3167 [11:33:37.942] Format host information updated +Info 3168 [11:33:37.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3169 [11:33:37.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 6.0414570001885295ms +Info 3170 [11:33:37.948] Different program with same set of files +Info 3171 [11:33:38.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3172 [11:33:38.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 6.449655000120401ms +Info 3173 [11:33:38.286] Different program with same set of files +Info 3174 [11:33:38.286] getCompletionData: Get current token: 0.0033640004694461823 +Info 3175 [11:33:38.286] getCompletionData: Is inside comment: 0.010645000264048576 +Info 3176 [11:33:38.286] getCompletionData: Get previous token: 0.01182899996638298 +Info 3177 [11:33:38.286] getCompletionsAtPosition: isCompletionListBlocker: 0.00829199980944395 +Info 3178 [11:33:38.287] getExportInfoMap: cache hit +Info 3179 [11:33:38.291] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 3180 [11:33:38.291] collectAutoImports: response is complete +Info 3181 [11:33:38.291] collectAutoImports: 4.3277510004118085 +Info 3182 [11:33:38.291] getCompletionData: Semantic work: 4.874919000081718 +Info 3183 [11:33:38.294] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5896560000255704 +Info 3184 [11:33:38.295] Format host information updated +Info 3185 [11:33:38.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3186 [11:33:38.525] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 6.015675999224186ms +Info 3187 [11:33:38.525] Different program with same set of files +Info 3188 [11:33:38.525] getCompletionData: Get current token: 0.0026179999113082886 +Info 3189 [11:33:38.526] getCompletionData: Is inside comment: 0.0314520001411438 +Info 3190 [11:33:38.526] getCompletionData: Get previous token: 0.027634999714791775 +Info 3191 [11:33:38.526] getCompletionsAtPosition: isCompletionListBlocker: 0.0076489998027682304 +Info 3192 [11:33:38.526] getExportInfoMap: cache hit +Info 3193 [11:33:38.530] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 142 from cache +Info 3194 [11:33:38.530] collectAutoImports: response is complete +Info 3195 [11:33:38.530] collectAutoImports: 3.670470000244677 +Info 3196 [11:33:38.530] getCompletionData: Semantic work: 4.1603389997035265 +Info 3197 [11:33:38.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4063170002773404 +Info 3198 [11:33:38.533] Format host information updated +Info 3199 [11:33:38.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3200 [11:33:38.601] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 11.384867999702692ms +Info 3201 [11:33:38.601] Different program with same set of files +Info 3202 [11:33:38.602] getCompletionData: Get current token: 0.004560999572277069 +Info 3203 [11:33:38.602] getCompletionData: Is inside comment: 0.01508100051432848 +Info 3204 [11:33:38.602] getCompletionData: Get previous token: 0.016265999525785446 +Info 3205 [11:33:38.602] getCompletionsAtPosition: isCompletionListBlocker: 0.01083299983292818 +Info 3206 [11:33:38.602] getExportInfoMap: cache hit +Info 3207 [11:33:38.607] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 93 from cache +Info 3208 [11:33:38.607] collectAutoImports: response is complete +Info 3209 [11:33:38.607] collectAutoImports: 4.355054999701679 +Info 3210 [11:33:38.607] getCompletionData: Semantic work: 5.042692999355495 +Info 3211 [11:33:38.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9932490000501275 +Info 3212 [11:33:38.611] Format host information updated +Info 3213 [11:33:38.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3214 [11:33:38.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 6.27263000048697ms +Info 3215 [11:33:38.800] Different program with same set of files +Info 3216 [11:33:38.800] getCompletionData: Get current token: 0.0035350006073713303 +Info 3217 [11:33:38.800] getCompletionData: Is inside comment: 0.01142900064587593 +Info 3218 [11:33:38.800] getCompletionData: Get previous token: 0.012327000498771667 +Info 3219 [11:33:38.800] getCompletionsAtPosition: isCompletionListBlocker: 0.007385999895632267 +Info 3220 [11:33:38.800] getExportInfoMap: cache hit +Info 3221 [11:33:38.803] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 26 from cache +Info 3222 [11:33:38.803] collectAutoImports: response is complete +Info 3223 [11:33:38.803] collectAutoImports: 2.405539999715984 +Info 3224 [11:33:38.803] getCompletionData: Semantic work: 2.922890999354422 +Info 3225 [11:33:38.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9364780001342297 +Info 3226 [11:33:38.807] Format host information updated +Info 3227 [11:33:38.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3228 [11:33:38.900] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 6.973859999328852ms +Info 3229 [11:33:38.900] Different program with same set of files +Info 3230 [11:33:38.900] getCompletionData: Get current token: 0.0033499998971819878 +Info 3231 [11:33:38.900] getCompletionData: Is inside comment: 0.010559000074863434 +Info 3232 [11:33:38.900] getCompletionData: Get previous token: 0.011464999988675117 +Info 3233 [11:33:38.900] getCompletionsAtPosition: isCompletionListBlocker: 0.00801099929958582 +Info 3234 [11:33:38.900] getExportInfoMap: cache hit +Info 3235 [11:33:38.903] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 11 from cache +Info 3236 [11:33:38.903] collectAutoImports: response is complete +Info 3237 [11:33:38.903] collectAutoImports: 2.1337170004844666 +Info 3238 [11:33:38.903] getCompletionData: Semantic work: 2.641784000210464 +Info 3239 [11:33:38.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7992019997909665 +Info 3240 [11:33:38.905] Format host information updated +Info 3241 [11:33:38.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3242 [11:33:38.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 11.581155000254512ms +Info 3243 [11:33:38.977] Different program with same set of files +Info 3244 [11:33:38.977] getCompletionData: Get current token: 0.002995000220835209 +Info 3245 [11:33:38.977] getCompletionData: Is inside comment: 0.0103169996291399 +Info 3246 [11:33:38.977] getCompletionData: Get previous token: 0.010489000007510185 +Info 3247 [11:33:38.977] getCompletionsAtPosition: isCompletionListBlocker: 0.007860000245273113 +Info 3248 [11:33:38.978] getExportInfoMap: cache hit +Info 3249 [11:33:38.980] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 3 from cache +Info 3250 [11:33:38.980] collectAutoImports: response is complete +Info 3251 [11:33:38.980] collectAutoImports: 1.89557099994272 +Info 3252 [11:33:38.980] getCompletionData: Semantic work: 2.474051999859512 +Info 3253 [11:33:38.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.612993999384344 +Info 3254 [11:33:38.985] Format host information updated +Info 3255 [11:33:39.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3256 [11:33:39.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 6.971873000264168ms +Info 3257 [11:33:39.033] Different program with same set of files +Info 3258 [11:33:39.034] getCompletionData: Get current token: 0.0029620006680488586 +Info 3259 [11:33:39.034] getCompletionData: Is inside comment: 0.009038000367581844 +Info 3260 [11:33:39.034] getCompletionData: Get previous token: 0.010111999697983265 +Info 3261 [11:33:39.034] getCompletionsAtPosition: isCompletionListBlocker: 0.007872000336647034 +Info 3262 [11:33:39.034] getExportInfoMap: cache hit +Info 3263 [11:33:39.036] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3264 [11:33:39.036] collectAutoImports: response is complete +Info 3265 [11:33:39.036] collectAutoImports: 1.7903100000694394 +Info 3266 [11:33:39.036] getCompletionData: Semantic work: 2.3613790003582835 +Info 3267 [11:33:39.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6586670000106096 +Info 3268 [11:33:39.038] Format host information updated +Info 3269 [11:33:39.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3270 [11:33:39.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 9.335179000161588ms +Info 3271 [11:33:39.201] Different program with same set of files +Info 3272 [11:33:39.201] getCompletionData: Get current token: 0.0031170006841421127 +Info 3273 [11:33:39.201] getCompletionData: Is inside comment: 0.010228999890387058 +Info 3274 [11:33:39.201] getCompletionData: Get previous token: 0.005886999890208244 +Info 3275 [11:33:39.201] getCompletionsAtPosition: isCompletionListBlocker: 0.002991999499499798 +Info 3276 [11:33:39.202] getExportInfoMap: cache hit +Info 3277 [11:33:39.211] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3278 [11:33:39.211] collectAutoImports: response is complete +Info 3279 [11:33:39.212] collectAutoImports: 9.644109000451863 +Info 3280 [11:33:39.212] getCompletionData: Semantic work: 10.116444000042975 +Info 3281 [11:33:39.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.647683000192046 +Info 3282 [11:33:39.222] Format host information updated +Info 3283 [11:33:39.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3284 [11:33:39.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 6.595825000666082ms +Info 3285 [11:33:39.756] Different program with same set of files +Info 3286 [11:33:39.757] getCompletionData: Get current token: 0.0027660001069307327 +Info 3287 [11:33:39.757] getCompletionData: Is inside comment: 0.010069000534713268 +Info 3288 [11:33:39.757] getCompletionData: Get previous token: 0.012254999950528145 +Info 3289 [11:33:39.757] getCompletionsAtPosition: isCompletionListBlocker: 0.0034480001777410507 +Info 3290 [11:33:39.757] getExportInfoMap: cache hit +Info 3291 [11:33:39.759] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 3292 [11:33:39.759] collectAutoImports: response is complete +Info 3293 [11:33:39.759] collectAutoImports: 1.9307509995996952 +Info 3294 [11:33:39.759] getCompletionData: Semantic work: 2.4145120000466704 +Info 3295 [11:33:39.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6248909998685122 +Info 3296 [11:33:39.762] Format host information updated +Info 3297 [11:33:39.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3298 [11:33:39.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 7.095075000077486ms +Info 3299 [11:33:39.833] Different program with same set of files +Info 3300 [11:33:39.833] getCompletionData: Get current token: 0.002698000520467758 +Info 3301 [11:33:39.833] getCompletionData: Is inside comment: 0.009415999986231327 +Info 3302 [11:33:39.833] getCompletionData: Get previous token: 0.010381000116467476 +Info 3303 [11:33:39.833] getCompletionsAtPosition: isCompletionListBlocker: 0.002915000542998314 +Info 3304 [11:33:39.834] getExportInfoMap: cache hit +Info 3305 [11:33:39.835] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 3306 [11:33:39.835] collectAutoImports: response is complete +Info 3307 [11:33:39.835] collectAutoImports: 1.5964320003986359 +Info 3308 [11:33:39.835] getCompletionData: Semantic work: 2.0308309998363256 +Info 3309 [11:33:39.837] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5334390001371503 +Info 3310 [11:33:39.838] Format host information updated +Info 3311 [11:33:39.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3312 [11:33:39.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 6.294786000624299ms +Info 3313 [11:33:39.931] Different program with same set of files +Info 3314 [11:33:39.931] getCompletionData: Get current token: 0.0030779996886849403 +Info 3315 [11:33:39.931] getCompletionData: Is inside comment: 0.009843000210821629 +Info 3316 [11:33:39.931] getCompletionData: Get previous token: 0.012221000157296658 +Info 3317 [11:33:39.931] getCompletionsAtPosition: isCompletionListBlocker: 0.0035429997369647026 +Info 3318 [11:33:39.931] getExportInfoMap: cache hit +Info 3319 [11:33:39.944] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3320 [11:33:39.944] collectAutoImports: response is complete +Info 3321 [11:33:39.945] collectAutoImports: 13.203550999984145 +Info 3322 [11:33:39.945] getCompletionData: Semantic work: 13.715865000151098 +Info 3323 [11:33:39.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.443407999351621 +Info 3324 [11:33:39.954] Format host information updated +Info 3325 [11:33:40.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3326 [11:33:40.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 6.235182999633253ms +Info 3327 [11:33:40.111] Different program with same set of files +Info 3328 [11:33:40.111] getCompletionData: Get current token: 0.0031050005927681923 +Info 3329 [11:33:40.111] getCompletionData: Is inside comment: 0.011078999377787113 +Info 3330 [11:33:40.111] getCompletionData: Get previous token: 0.006754999980330467 +Info 3331 [11:33:40.111] getCompletionsAtPosition: isCompletionListBlocker: 0.01126800011843443 +Info 3332 [11:33:40.111] getExportInfoMap: cache hit +Info 3333 [11:33:40.124] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3334 [11:33:40.124] collectAutoImports: response is complete +Info 3335 [11:33:40.124] collectAutoImports: 12.679674000479281 +Info 3336 [11:33:40.124] getCompletionData: Semantic work: 13.189106000587344 +Info 3337 [11:33:40.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.234883000142872 +Info 3338 [11:33:40.134] Format host information updated +Info 3339 [11:33:42.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3340 [11:33:42.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 5.950837999582291ms +Info 3341 [11:33:42.117] Different program with same set of files +Info 3342 [11:33:42.117] getCompletionData: Get current token: 0.0028870003297924995 +Info 3343 [11:33:42.117] getCompletionData: Is inside comment: 0.000942000187933445 +Info 3344 [11:33:42.117] getCompletionData: Get previous token: 0.013503000140190125 +Info 3345 [11:33:42.117] getCompletionsAtPosition: isCompletionListBlocker: 0.002759999595582485 +Info 3346 [11:33:42.118] getCompletionData: Semantic work: 0.4098280007019639 +Info 3347 [11:33:42.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09650200046598911 +Info 3348 [11:33:42.118] Format host information updated +Info 3349 [11:33:42.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3350 [11:33:42.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 6.448854999616742ms +Info 3351 [11:33:42.259] Different program with same set of files +Info 3352 [11:33:42.259] getCompletionData: Get current token: 0.002915000542998314 +Info 3353 [11:33:42.259] getCompletionData: Is inside comment: 0.0011350000277161598 +Info 3354 [11:33:42.259] getCompletionData: Get previous token: 0.015169000253081322 +Info 3355 [11:33:42.259] getCompletionsAtPosition: isCompletionListBlocker: 0.002948000095784664 +Info 3356 [11:33:42.260] getCompletionData: Semantic work: 0.3996109999716282 +Info 3357 [11:33:42.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.49042499996721745 +Info 3358 [11:33:42.261] Format host information updated +Info 3359 [11:33:42.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3360 [11:33:42.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 5.761655999347568ms +Info 3361 [11:33:42.378] Different program with same set of files +Info 3362 [11:33:42.378] getCompletionData: Get current token: 0.002821999602019787 +Info 3363 [11:33:42.378] getCompletionData: Is inside comment: 0.0009789997711777687 +Info 3364 [11:33:42.378] getCompletionData: Get previous token: 0.013748999685049057 +Info 3365 [11:33:42.379] getCompletionsAtPosition: isCompletionListBlocker: 0.002785000018775463 +Info 3366 [11:33:42.379] getCompletionData: Semantic work: 0.2976829996332526 +Info 3367 [11:33:42.379] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.43212699983268976 +Info 3368 [11:33:42.380] Format host information updated +Info 3369 [11:33:42.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3370 [11:33:42.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 23.61593999993056ms +Info 3371 [11:33:42.552] Different program with same set of files +Info 3372 [11:33:42.552] getCompletionData: Get current token: 0.01355000026524067 +Info 3373 [11:33:42.552] getCompletionData: Is inside comment: 0.005551999434828758 +Info 3374 [11:33:42.553] getCompletionData: Get previous token: 0.0738129997625947 +Info 3375 [11:33:42.553] getCompletionsAtPosition: isCompletionListBlocker: 0.008084000088274479 +Info 3376 [11:33:42.554] getCompletionData: Semantic work: 1.2184929996728897 +Info 3377 [11:33:42.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4401110000908375 +Info 3378 [11:33:42.562] Format host information updated +Info 3379 [11:33:42.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3380 [11:33:42.690] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 23.321866000071168ms +Info 3381 [11:33:42.690] Different program with same set of files +Info 3382 [11:33:42.691] getCompletionData: Get current token: 0.009299000725150108 +Info 3383 [11:33:42.691] getCompletionData: Is inside comment: 0.004246000200510025 +Info 3384 [11:33:42.691] getCompletionData: Get previous token: 0.0671169999986887 +Info 3385 [11:33:42.691] getCompletionsAtPosition: isCompletionListBlocker: 0.006008000113070011 +Info 3386 [11:33:42.692] getCompletionData: Semantic work: 0.8642830001190305 +Info 3387 [11:33:42.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5031420001760125 +Info 3388 [11:33:42.693] Format host information updated +Info 3389 [11:33:45.616] Format host information updated +Info 3390 [11:33:45.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3391 [11:33:45.627] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.752624000422657ms +Info 3392 [11:33:45.627] Different program with same set of files +Info 3393 [11:33:45.980] Format host information updated +Info 3394 [11:33:45.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3395 [11:33:45.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.432559000328183ms +Info 3396 [11:33:45.991] Different program with same set of files +Info 3397 [11:33:46.403] Format host information updated +Info 3398 [11:33:46.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3399 [11:33:46.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.723217000253499ms +Info 3400 [11:33:46.413] Different program with same set of files +Info 3401 [11:33:51.066] Format host information updated +Info 3402 [11:33:51.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3403 [11:33:51.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.127352999523282ms +Info 3404 [11:33:51.075] Different program with same set of files +Info 3405 [11:33:51.202] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3406 [11:33:51.208] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 6.4005619995296ms +Info 3407 [11:33:51.208] Different program with same set of files +Info 3408 [11:33:51.209] getCompletionData: Get current token: 0.0036159995943307877 +Info 3409 [11:33:51.209] getCompletionData: Is inside comment: 0.010338000021874905 +Info 3410 [11:33:51.209] getCompletionData: Get previous token: 0.011568000540137291 +Info 3411 [11:33:51.209] getCompletionsAtPosition: isCompletionListBlocker: 0.0030270004644989967 +Info 3412 [11:33:51.209] getExportInfoMap: cache hit +Info 3413 [11:33:51.215] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 3414 [11:33:51.216] collectAutoImports: response is complete +Info 3415 [11:33:51.216] collectAutoImports: 6.3453850001096725 +Info 3416 [11:33:51.216] getCompletionData: Semantic work: 6.888821000233293 +Info 3417 [11:33:51.219] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2252609999850392 +Info 3418 [11:33:51.220] Format host information updated +Info 3419 [11:33:51.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3420 [11:33:51.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 6.488889000378549ms +Info 3421 [11:33:51.331] Different program with same set of files +Info 3422 [11:33:51.331] getCompletionData: Get current token: 0.0030650002881884575 +Info 3423 [11:33:51.331] getCompletionData: Is inside comment: 0.009928000159561634 +Info 3424 [11:33:51.331] getCompletionData: Get previous token: 0.011909999884665012 +Info 3425 [11:33:51.331] getCompletionsAtPosition: isCompletionListBlocker: 0.002300000749528408 +Info 3426 [11:33:51.332] getExportInfoMap: cache hit +Info 3427 [11:33:51.335] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 3428 [11:33:51.335] collectAutoImports: response is complete +Info 3429 [11:33:51.335] collectAutoImports: 3.1781440004706383 +Info 3430 [11:33:51.335] getCompletionData: Semantic work: 3.6743109999224544 +Info 3431 [11:33:51.337] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9774660002440214 +Info 3432 [11:33:51.340] Format host information updated +Info 3433 [11:33:51.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3434 [11:33:51.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 8.699839999899268ms +Info 3435 [11:33:51.405] Different program with same set of files +Info 3436 [11:33:51.405] getCompletionData: Get current token: 0.004945999942719936 +Info 3437 [11:33:51.405] getCompletionData: Is inside comment: 0.014802999794483185 +Info 3438 [11:33:51.405] getCompletionData: Get previous token: 0.017633999697864056 +Info 3439 [11:33:51.405] getCompletionsAtPosition: isCompletionListBlocker: 0.0039809998124837875 +Info 3440 [11:33:51.406] getExportInfoMap: cache hit +Info 3441 [11:33:51.409] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 3442 [11:33:51.409] collectAutoImports: response is complete +Info 3443 [11:33:51.409] collectAutoImports: 3.3329630000516772 +Info 3444 [11:33:51.409] getCompletionData: Semantic work: 4.034752000123262 +Info 3445 [11:33:51.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0375469997525215 +Info 3446 [11:33:51.414] Format host information updated +Info 3447 [11:33:51.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3448 [11:33:51.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 24.862414000555873ms +Info 3449 [11:33:51.502] Different program with same set of files +Info 3450 [11:33:51.503] getCompletionData: Get current token: 0.014699000865221024 +Info 3451 [11:33:51.503] getCompletionData: Is inside comment: 0.04281899984925985 +Info 3452 [11:33:51.503] getCompletionData: Get previous token: 0.05242700036615133 +Info 3453 [11:33:51.503] getCompletionsAtPosition: isCompletionListBlocker: 0.008332999423146248 +Info 3454 [11:33:51.505] getExportInfoMap: cache hit +Info 3455 [11:33:51.511] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 3456 [11:33:51.512] collectAutoImports: response is complete +Info 3457 [11:33:51.512] collectAutoImports: 6.754119999706745 +Info 3458 [11:33:51.512] getCompletionData: Semantic work: 8.72836699988693 +Info 3459 [11:33:51.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.583069999702275 +Info 3460 [11:33:51.521] Format host information updated +Info 3461 [11:33:51.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3462 [11:33:51.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 8.413909000344574ms +Info 3463 [11:33:51.549] Different program with same set of files +Info 3464 [11:33:51.549] getCompletionData: Get current token: 0.004052000120282173 +Info 3465 [11:33:51.549] getCompletionData: Is inside comment: 0.013729999773204327 +Info 3466 [11:33:51.549] getCompletionData: Get previous token: 0.014392000623047352 +Info 3467 [11:33:51.549] getCompletionsAtPosition: isCompletionListBlocker: 0.003030000254511833 +Info 3468 [11:33:51.549] getExportInfoMap: cache hit +Info 3469 [11:33:51.552] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 3470 [11:33:51.552] collectAutoImports: response is complete +Info 3471 [11:33:51.552] collectAutoImports: 2.3099950002506375 +Info 3472 [11:33:51.552] getCompletionData: Semantic work: 2.947265999391675 +Info 3473 [11:33:51.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0334639996290207 +Info 3474 [11:33:51.555] Format host information updated +Info 3475 [11:33:51.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3476 [11:33:51.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 10.878552000038326ms +Info 3477 [11:33:51.614] Different program with same set of files +Info 3478 [11:33:51.615] getCompletionData: Get current token: 0.004091000184416771 +Info 3479 [11:33:51.615] getCompletionData: Is inside comment: 0.011975999921560287 +Info 3480 [11:33:51.615] getCompletionData: Get previous token: 0.015027999877929688 +Info 3481 [11:33:51.615] getCompletionsAtPosition: isCompletionListBlocker: 0.003132999874651432 +Info 3482 [11:33:51.615] getExportInfoMap: cache hit +Info 3483 [11:33:51.629] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3484 [11:33:51.629] collectAutoImports: response is complete +Info 3485 [11:33:51.629] collectAutoImports: 13.424345000647008 +Info 3486 [11:33:51.629] getCompletionData: Semantic work: 14.090491000562906 +Info 3487 [11:33:51.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.42879500053823 +Info 3488 [11:33:51.639] Format host information updated +Info 3489 [11:33:52.340] getCompletionData: Get current token: 0.0020009996369481087 +Info 3490 [11:33:52.340] getCompletionData: Is inside comment: 0.006477000191807747 +Info 3491 [11:33:52.340] getCompletionData: Get previous token: 0.00420599989593029 +Info 3492 [11:33:52.340] getCompletionsAtPosition: isCompletionListBlocker: 0.009223000146448612 +Info 3493 [11:33:52.341] getExportInfoMap: cache hit +Info 3494 [11:33:52.349] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 3495 [11:33:52.349] collectAutoImports: response is complete +Info 3496 [11:33:52.349] collectAutoImports: 8.03821999952197 +Info 3497 [11:33:52.349] getCompletionData: Semantic work: 8.61867900006473 +Info 3498 [11:33:52.351] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5986319994553924 +Info 3499 [11:33:53.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3500 [11:33:53.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 6.3282479997724295ms +Info 3501 [11:33:53.482] Different program with same set of files +Info 3502 [11:33:53.482] getCompletionData: Get current token: 0.002535000443458557 +Info 3503 [11:33:53.482] getCompletionData: Is inside comment: 0.0011179996654391289 +Info 3504 [11:33:53.482] getCompletionData: Get previous token: 0.012807999737560749 +Info 3505 [11:33:53.482] getCompletionsAtPosition: isCompletionListBlocker: 0.002983999438583851 +Info 3506 [11:33:53.482] getCompletionData: Semantic work: 0.30754700023680925 +Info 3507 [11:33:53.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10908500012010336 +Info 3508 [11:33:53.483] Format host information updated +Info 3509 [11:33:53.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3510 [11:33:53.864] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 8.749533000402153ms +Info 3511 [11:33:53.865] Different program with same set of files +Info 3512 [11:33:53.865] getCompletionData: Get current token: 0.0036800000816583633 +Info 3513 [11:33:53.865] getCompletionData: Is inside comment: 0.0012980001047253609 +Info 3514 [11:33:53.865] getCompletionData: Get previous token: 0.01757900044322014 +Info 3515 [11:33:53.865] getCompletionsAtPosition: isCompletionListBlocker: 0.003318999893963337 +Info 3516 [11:33:53.865] getCompletionData: Semantic work: 0.3826580001041293 +Info 3517 [11:33:53.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5943719996139407 +Info 3518 [11:33:53.866] Format host information updated +Info 3519 [11:33:54.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3520 [11:33:54.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 8.593751000240445ms +Info 3521 [11:33:54.130] Different program with same set of files +Info 3522 [11:33:54.130] getCompletionData: Get current token: 0.0025860005989670753 +Info 3523 [11:33:54.130] getCompletionData: Is inside comment: 0.001031000167131424 +Info 3524 [11:33:54.130] getCompletionData: Get previous token: 0.011926000006496906 +Info 3525 [11:33:54.130] getCompletionsAtPosition: isCompletionListBlocker: 0.002500000409781933 +Info 3526 [11:33:54.130] getCompletionData: Semantic work: 0.31380499992519617 +Info 3527 [11:33:54.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1182810002937913 +Info 3528 [11:33:54.133] Format host information updated +Info 3529 [11:33:54.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3530 [11:33:54.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 6.04334899969399ms +Info 3531 [11:33:54.219] Different program with same set of files +Info 3532 [11:33:54.220] getCompletionData: Get current token: 0.002930000424385071 +Info 3533 [11:33:54.220] getCompletionData: Is inside comment: 0.00111400056630373 +Info 3534 [11:33:54.220] getCompletionData: Get previous token: 0.014666999690234661 +Info 3535 [11:33:54.220] getCompletionsAtPosition: isCompletionListBlocker: 0.0029670000076293945 +Info 3536 [11:33:54.220] getCompletionData: Semantic work: 0.3170180004090071 +Info 3537 [11:33:54.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4804179994389415 +Info 3538 [11:33:54.221] Format host information updated +Info 3539 [11:33:54.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3540 [11:33:54.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 6.5362390000373125ms +Info 3541 [11:33:54.398] Different program with same set of files +Info 3542 [11:33:54.398] getCompletionData: Get current token: 0.0031230002641677856 +Info 3543 [11:33:54.398] getCompletionData: Is inside comment: 0.0012520002201199532 +Info 3544 [11:33:54.398] getCompletionData: Get previous token: 0.01744600012898445 +Info 3545 [11:33:54.398] getCompletionsAtPosition: isCompletionListBlocker: 0.0029020002111792564 +Info 3546 [11:33:54.398] getCompletionData: Semantic work: 0.3561619995161891 +Info 3547 [11:33:54.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.515875999815762 +Info 3548 [11:33:54.399] Format host information updated +Info 3549 [11:33:54.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3550 [11:33:54.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 8.827076000161469ms +Info 3551 [11:33:54.514] Different program with same set of files +Info 3552 [11:33:54.514] getCompletionData: Get current token: 0.0035520000383257866 +Info 3553 [11:33:54.514] getCompletionData: Is inside comment: 0.0013210000470280647 +Info 3554 [11:33:54.514] getCompletionData: Get previous token: 0.016303000040352345 +Info 3555 [11:33:54.514] getCompletionsAtPosition: isCompletionListBlocker: 0.0028940001502633095 +Info 3556 [11:33:54.515] getCompletionData: Semantic work: 0.3472520001232624 +Info 3557 [11:33:54.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.622355000115931 +Info 3558 [11:33:54.516] Format host information updated +Info 3559 [11:33:54.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3560 [11:33:54.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 5.9426549999043345ms +Info 3561 [11:33:54.615] Different program with same set of files +Info 3562 [11:33:54.615] getCompletionData: Get current token: 0.0029260003939270973 +Info 3563 [11:33:54.615] getCompletionData: Is inside comment: 0.0010839998722076416 +Info 3564 [11:33:54.615] getCompletionData: Get previous token: 0.014127000235021114 +Info 3565 [11:33:54.615] getCompletionsAtPosition: isCompletionListBlocker: 0.0025209998711943626 +Info 3566 [11:33:54.615] getCompletionData: Semantic work: 0.2984340004622936 +Info 3567 [11:33:54.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17200399935245514 +Info 3568 [11:33:54.615] Format host information updated +Info 3569 [11:33:59.065] getCompletionData: Get current token: 0.0028109997510910034 +Info 3570 [11:33:59.065] getCompletionData: Is inside comment: 0.008658000268042088 +Info 3571 [11:33:59.065] getCompletionData: Get previous token: 0.005876000039279461 +Info 3572 [11:33:59.065] getCompletionsAtPosition: isCompletionListBlocker: 0.008174000307917595 +Info 3573 [11:33:59.066] getExportInfoMap: cache hit +Info 3574 [11:33:59.083] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3575 [11:33:59.083] collectAutoImports: response is complete +Info 3576 [11:33:59.083] collectAutoImports: 16.916314999572933 +Info 3577 [11:33:59.083] getCompletionData: Semantic work: 17.7160710003227 +Info 3578 [11:33:59.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.069325000047684 +Info 3579 [11:33:59.188] Format host information updated +Info 3580 [11:33:59.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3581 [11:33:59.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 13.033498999662697ms +Info 3582 [11:33:59.201] Different program with same set of files +Info 3583 [11:33:59.317] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3584 [11:33:59.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 9.306144000031054ms +Info 3585 [11:33:59.327] Different program with same set of files +Info 3586 [11:33:59.327] getCompletionData: Get current token: 0.0022839996963739395 +Info 3587 [11:33:59.327] getCompletionData: Is inside comment: 0.007847999222576618 +Info 3588 [11:33:59.327] getCompletionData: Get previous token: 0.005931999534368515 +Info 3589 [11:33:59.327] getCompletionsAtPosition: isCompletionListBlocker: 0.006585000082850456 +Info 3590 [11:33:59.328] getExportInfoMap: cache hit +Info 3591 [11:33:59.341] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3592 [11:33:59.341] collectAutoImports: response is complete +Info 3593 [11:33:59.341] collectAutoImports: 13.322793999686837 +Info 3594 [11:33:59.341] getCompletionData: Semantic work: 13.940927000716329 +Info 3595 [11:33:59.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.445384000428021 +Info 3596 [11:33:59.351] Format host information updated +Info 3597 [11:33:59.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3598 [11:33:59.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 29.98449099995196ms +Info 3599 [11:33:59.558] Different program with same set of files +Info 3600 [11:33:59.558] getCompletionData: Get current token: 0.0076339999213814735 +Info 3601 [11:33:59.558] getCompletionData: Is inside comment: 0.025266999378800392 +Info 3602 [11:33:59.558] getCompletionData: Get previous token: 0.015660000033676624 +Info 3603 [11:33:59.558] getCompletionsAtPosition: isCompletionListBlocker: 0.015475000254809856 +Info 3604 [11:33:59.559] getExportInfoMap: cache hit +Info 3605 [11:33:59.579] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3606 [11:33:59.579] collectAutoImports: response is complete +Info 3607 [11:33:59.579] collectAutoImports: 19.690387000329792 +Info 3608 [11:33:59.579] getCompletionData: Semantic work: 21.040355999954045 +Info 3609 [11:33:59.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8349439995363355 +Info 3610 [11:33:59.590] Format host information updated +Info 3611 [11:33:59.655] Format host information updated +Info 3612 [11:33:59.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3613 [11:33:59.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 9.54678799957037ms +Info 3614 [11:33:59.664] Different program with same set of files +Info 3615 [11:33:59.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3616 [11:33:59.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 13.064937999472022ms +Info 3617 [11:33:59.963] Different program with same set of files +Info 3618 [11:33:59.963] getCompletionData: Get current token: 0.005420000292360783 +Info 3619 [11:33:59.963] getCompletionData: Is inside comment: 0.02360999956727028 +Info 3620 [11:33:59.964] getCompletionData: Get previous token: 0.014170999638736248 +Info 3621 [11:33:59.964] getCompletionsAtPosition: isCompletionListBlocker: 0.005468999966979027 +Info 3622 [11:33:59.964] getExportInfoMap: cache hit +Info 3623 [11:33:59.987] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3624 [11:33:59.987] collectAutoImports: response is complete +Info 3625 [11:33:59.987] collectAutoImports: 22.02712900005281 +Info 3626 [11:33:59.987] getCompletionData: Semantic work: 23.08266600035131 +Info 3627 [11:33:59.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.800023999996483 +Info 3628 [11:33:59.998] Format host information updated +Info 3629 [11:34:00.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3630 [11:34:00.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 7.816592000424862ms +Info 3631 [11:34:00.029] Different program with same set of files +Info 3632 [11:34:00.029] getCompletionData: Get current token: 0.003457999788224697 +Info 3633 [11:34:00.029] getCompletionData: Is inside comment: 0.012954999692738056 +Info 3634 [11:34:00.029] getCompletionData: Get previous token: 0.007483999244868755 +Info 3635 [11:34:00.029] getCompletionsAtPosition: isCompletionListBlocker: 0.006122000515460968 +Info 3636 [11:34:00.030] getExportInfoMap: cache hit +Info 3637 [11:34:00.042] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3638 [11:34:00.042] collectAutoImports: response is complete +Info 3639 [11:34:00.042] collectAutoImports: 11.861208000220358 +Info 3640 [11:34:00.042] getCompletionData: Semantic work: 12.405008999630809 +Info 3641 [11:34:00.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.962930999696255 +Info 3642 [11:34:00.051] Format host information updated +Info 3643 [11:34:00.269] getCompletionData: Get current token: 0.0029370002448558807 +Info 3644 [11:34:00.269] getCompletionData: Is inside comment: 0.00955899991095066 +Info 3645 [11:34:00.269] getCompletionData: Get previous token: 0.006636999547481537 +Info 3646 [11:34:00.269] getCompletionsAtPosition: isCompletionListBlocker: 0.0018689995631575584 +Info 3647 [11:34:00.269] Returning an empty list because completion was requested in an invalid position. +Info 3648 [11:34:00.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3649 [11:34:00.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 7.014704000204802ms +Info 3650 [11:34:00.476] Different program with same set of files +Info 3651 [11:34:00.476] getCompletionData: Get current token: 0.0031090006232261658 +Info 3652 [11:34:00.476] getCompletionData: Is inside comment: 0.0101539995521307 +Info 3653 [11:34:00.476] getCompletionData: Get previous token: 0.012682000175118446 +Info 3654 [11:34:00.476] getCompletionsAtPosition: isCompletionListBlocker: 0.0021139997988939285 +Info 3655 [11:34:00.476] Returning an empty list because completion was requested in an invalid position. +Info 3656 [11:34:00.477] Format host information updated +Info 3657 [11:34:00.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3658 [11:34:00.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 6.533013999462128ms +Info 3659 [11:34:00.630] Different program with same set of files +Info 3660 [11:34:00.630] getCompletionData: Get current token: 0.003792000003159046 +Info 3661 [11:34:00.630] getCompletionData: Is inside comment: 0.012600000016391277 +Info 3662 [11:34:00.630] getCompletionData: Get previous token: 0.015557999722659588 +Info 3663 [11:34:00.630] getCompletionsAtPosition: isCompletionListBlocker: 0.002183999866247177 +Info 3664 [11:34:00.630] Returning an empty list because completion was requested in an invalid position. +Info 3665 [11:34:00.630] Format host information updated +Info 3666 [11:34:01.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3667 [11:34:01.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 6.4395429994910955ms +Info 3668 [11:34:01.445] Different program with same set of files +Info 3669 [11:34:01.446] getCompletionData: Get current token: 0.0034199999645352364 +Info 3670 [11:34:01.446] getCompletionData: Is inside comment: 0.013435999862849712 +Info 3671 [11:34:01.446] getCompletionData: Get previous token: 0.009022999554872513 +Info 3672 [11:34:01.446] getCompletionsAtPosition: isCompletionListBlocker: 0.0021709995344281197 +Info 3673 [11:34:01.446] getExportInfoMap: cache hit +Info 3674 [11:34:01.459] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3675 [11:34:01.459] collectAutoImports: response is complete +Info 3676 [11:34:01.459] collectAutoImports: 12.60292400047183 +Info 3677 [11:34:01.459] getCompletionData: Semantic work: 13.164605999365449 +Info 3678 [11:34:01.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.882419000379741 +Info 3679 [11:34:01.469] Format host information updated +Info 3680 [11:34:01.578] Format host information updated +Info 3681 [11:34:01.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3682 [11:34:01.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 7.551812999881804ms +Info 3683 [11:34:01.586] Different program with same set of files +Info 3684 [11:34:02.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3685 [11:34:02.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 7.042789000086486ms +Info 3686 [11:34:02.365] Different program with same set of files +Info 3687 [11:34:02.365] getCompletionData: Get current token: 0.0029589999467134476 +Info 3688 [11:34:02.365] getCompletionData: Is inside comment: 0.010723000392317772 +Info 3689 [11:34:02.365] getCompletionData: Get previous token: 0.014270000159740448 +Info 3690 [11:34:02.365] getCompletionsAtPosition: isCompletionListBlocker: 0.001885000616312027 +Info 3691 [11:34:02.368] getExportInfoMap: cache hit +Info 3692 [11:34:02.372] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 119 from cache +Info 3693 [11:34:02.372] collectAutoImports: response is complete +Info 3694 [11:34:02.372] collectAutoImports: 3.805502999573946 +Info 3695 [11:34:02.372] getCompletionData: Semantic work: 7.127714999951422 +Info 3696 [11:34:02.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3261500000953674 +Info 3697 [11:34:02.376] Format host information updated +Info 3698 [11:34:02.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3699 [11:34:02.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 24.18133500032127ms +Info 3700 [11:34:02.488] Different program with same set of files +Info 3701 [11:34:02.489] getCompletionData: Get current token: 0.008772000670433044 +Info 3702 [11:34:02.489] getCompletionData: Is inside comment: 0.03063299972563982 +Info 3703 [11:34:02.489] getCompletionData: Get previous token: 0.03953499998897314 +Info 3704 [11:34:02.489] getCompletionsAtPosition: isCompletionListBlocker: 0.004356000572443008 +Info 3705 [11:34:02.490] getExportInfoMap: cache hit +Info 3706 [11:34:02.495] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 56 from cache +Info 3707 [11:34:02.495] collectAutoImports: response is complete +Info 3708 [11:34:02.495] collectAutoImports: 4.896181000396609 +Info 3709 [11:34:02.495] getCompletionData: Semantic work: 6.112534999847412 +Info 3710 [11:34:02.499] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.909324999898672 +Info 3711 [11:34:02.501] Format host information updated +Info 3712 [11:34:03.350] Format host information updated +Info 3713 [11:34:03.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3714 [11:34:03.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 6.639481999911368ms +Info 3715 [11:34:03.357] Different program with same set of files +Info 3716 [11:34:03.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3717 [11:34:03.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 27.601627999916673ms +Info 3718 [11:34:03.444] Different program with same set of files +Info 3719 [11:34:03.444] getCompletionData: Get current token: 0.01357400044798851 +Info 3720 [11:34:03.445] getCompletionData: Is inside comment: 0.04380300082266331 +Info 3721 [11:34:03.445] getCompletionData: Get previous token: 0.060213999822735786 +Info 3722 [11:34:03.445] getCompletionsAtPosition: isCompletionListBlocker: 0.006819000467658043 +Info 3723 [11:34:03.447] getExportInfoMap: cache hit +Info 3724 [11:34:03.454] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 3725 [11:34:03.454] collectAutoImports: response is complete +Info 3726 [11:34:03.454] collectAutoImports: 6.821805000305176 +Info 3727 [11:34:03.454] getCompletionData: Semantic work: 8.944745000451803 +Info 3728 [11:34:03.458] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.504382999613881 +Info 3729 [11:34:03.460] Format host information updated +Info 3730 [11:34:03.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3731 [11:34:03.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 8.7916470002383ms +Info 3732 [11:34:03.500] Different program with same set of files +Info 3733 [11:34:03.500] getCompletionData: Get current token: 0.004556000232696533 +Info 3734 [11:34:03.500] getCompletionData: Is inside comment: 0.018192999996244907 +Info 3735 [11:34:03.500] getCompletionData: Get previous token: 0.02138600032776594 +Info 3736 [11:34:03.500] getCompletionsAtPosition: isCompletionListBlocker: 0.0029419995844364166 +Info 3737 [11:34:03.501] getExportInfoMap: cache hit +Info 3738 [11:34:03.503] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 3739 [11:34:03.503] collectAutoImports: response is complete +Info 3740 [11:34:03.503] collectAutoImports: 2.3495610002428293 +Info 3741 [11:34:03.503] getCompletionData: Semantic work: 3.0708790002390742 +Info 3742 [11:34:03.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5862619997933507 +Info 3743 [11:34:03.508] Format host information updated +Info 3744 [11:34:03.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3745 [11:34:03.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 6.805537999607623ms +Info 3746 [11:34:03.613] Different program with same set of files +Info 3747 [11:34:03.613] getCompletionData: Get current token: 0.003899000585079193 +Info 3748 [11:34:03.613] getCompletionData: Is inside comment: 0.01335699949413538 +Info 3749 [11:34:03.613] getCompletionData: Get previous token: 0.017455999739468098 +Info 3750 [11:34:03.613] getCompletionsAtPosition: isCompletionListBlocker: 0.002664000727236271 +Info 3751 [11:34:03.614] getExportInfoMap: cache hit +Info 3752 [11:34:03.616] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 3753 [11:34:03.616] collectAutoImports: response is complete +Info 3754 [11:34:03.616] collectAutoImports: 1.9498889995738864 +Info 3755 [11:34:03.616] getCompletionData: Semantic work: 2.586001000367105 +Info 3756 [11:34:03.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0383689999580383 +Info 3757 [11:34:03.619] Format host information updated +Info 3758 [11:34:03.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3759 [11:34:03.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 6.476098000071943ms +Info 3760 [11:34:03.715] Different program with same set of files +Info 3761 [11:34:03.715] getCompletionData: Get current token: 0.004497000016272068 +Info 3762 [11:34:03.715] getCompletionData: Is inside comment: 0.014484000392258167 +Info 3763 [11:34:03.715] getCompletionData: Get previous token: 0.01750900037586689 +Info 3764 [11:34:03.715] getCompletionsAtPosition: isCompletionListBlocker: 0.00254100002348423 +Info 3765 [11:34:03.715] getExportInfoMap: cache hit +Info 3766 [11:34:03.717] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3767 [11:34:03.717] collectAutoImports: response is complete +Info 3768 [11:34:03.717] collectAutoImports: 1.695856999605894 +Info 3769 [11:34:03.717] getCompletionData: Semantic work: 2.2135510006919503 +Info 3770 [11:34:03.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.650187000632286 +Info 3771 [11:34:03.722] Format host information updated +Info 3772 [11:34:03.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3773 [11:34:03.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 6.602900999598205ms +Info 3774 [11:34:03.874] Different program with same set of files +Info 3775 [11:34:03.874] getCompletionData: Get current token: 0.004023999907076359 +Info 3776 [11:34:03.874] getCompletionData: Is inside comment: 0.013544999994337559 +Info 3777 [11:34:03.874] getCompletionData: Get previous token: 0.01801500003784895 +Info 3778 [11:34:03.874] getCompletionsAtPosition: isCompletionListBlocker: 0.002369999885559082 +Info 3779 [11:34:03.875] getExportInfoMap: cache hit +Info 3780 [11:34:03.876] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3781 [11:34:03.877] collectAutoImports: response is complete +Info 3782 [11:34:03.877] collectAutoImports: 1.704505999572575 +Info 3783 [11:34:03.877] getCompletionData: Semantic work: 2.2321300003677607 +Info 3784 [11:34:03.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.907761000096798 +Info 3785 [11:34:03.879] Format host information updated +Info 3786 [11:34:03.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3787 [11:34:03.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 12.16894100047648ms +Info 3788 [11:34:03.974] Different program with same set of files +Info 3789 [11:34:03.975] getCompletionData: Get current token: 0.008601000532507896 +Info 3790 [11:34:03.975] getCompletionData: Is inside comment: 0.027323000133037567 +Info 3791 [11:34:03.975] getCompletionData: Get previous token: 0.03729099966585636 +Info 3792 [11:34:03.975] getCompletionsAtPosition: isCompletionListBlocker: 0.004217999987304211 +Info 3793 [11:34:03.978] getExportInfoMap: cache hit +Info 3794 [11:34:04.001] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3795 [11:34:04.001] collectAutoImports: response is complete +Info 3796 [11:34:04.001] collectAutoImports: 22.48395700007677 +Info 3797 [11:34:04.001] getCompletionData: Semantic work: 26.158716999925673 +Info 3798 [11:34:04.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.265035999938846 +Info 3799 [11:34:04.013] Format host information updated +Info 3800 [11:34:05.006] Format host information updated +Info 3801 [11:34:05.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3802 [11:34:05.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 6.451539000496268ms +Info 3803 [11:34:05.013] Different program with same set of files +Info 3804 [11:34:07.373] getCompletionData: Get current token: 0.002419000491499901 +Info 3805 [11:34:07.373] getCompletionData: Is inside comment: 0.008569000288844109 +Info 3806 [11:34:07.373] getCompletionData: Get previous token: 0.010569999925792217 +Info 3807 [11:34:07.373] getCompletionsAtPosition: isCompletionListBlocker: 0.008050000295042992 +Info 3808 [11:34:07.374] getExportInfoMap: cache hit +Info 3809 [11:34:07.376] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 15 from cache +Info 3810 [11:34:07.376] collectAutoImports: response is complete +Info 3811 [11:34:07.376] collectAutoImports: 1.9972280003130436 +Info 3812 [11:34:07.376] getCompletionData: Semantic work: 2.7060770001262426 +Info 3813 [11:34:07.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9238130003213882 +Info 3814 [11:34:07.481] Format host information updated +Info 3815 [11:34:07.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3816 [11:34:07.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 6.359256999567151ms +Info 3817 [11:34:07.488] Different program with same set of files +Info 3818 [11:34:07.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3819 [11:34:07.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 6.677190000191331ms +Info 3820 [11:34:07.628] Different program with same set of files +Info 3821 [11:34:07.628] getCompletionData: Get current token: 0.004820999689400196 +Info 3822 [11:34:07.628] getCompletionData: Is inside comment: 0.010181000456213951 +Info 3823 [11:34:07.628] getCompletionData: Get previous token: 0.007646000012755394 +Info 3824 [11:34:07.628] getCompletionsAtPosition: isCompletionListBlocker: 0.007546000182628632 +Info 3825 [11:34:07.629] getExportInfoMap: cache hit +Info 3826 [11:34:07.643] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 3827 [11:34:07.643] collectAutoImports: response is complete +Info 3828 [11:34:07.643] collectAutoImports: 14.10135699994862 +Info 3829 [11:34:07.643] getCompletionData: Semantic work: 14.635408000089228 +Info 3830 [11:34:07.646] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2754760002717376 +Info 3831 [11:34:07.649] Format host information updated +Info 3832 [11:34:07.875] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3833 [11:34:07.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 8.26100300066173ms +Info 3834 [11:34:07.884] Different program with same set of files +Info 3835 [11:34:07.884] getCompletionData: Get current token: 0.00360299926251173 +Info 3836 [11:34:07.884] getCompletionData: Is inside comment: 0.01180499978363514 +Info 3837 [11:34:07.884] getCompletionData: Get previous token: 0.008867999538779259 +Info 3838 [11:34:07.884] getCompletionsAtPosition: isCompletionListBlocker: 0.008711999282240868 +Info 3839 [11:34:07.885] getExportInfoMap: cache hit +Info 3840 [11:34:07.898] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 3841 [11:34:07.898] collectAutoImports: response is complete +Info 3842 [11:34:07.898] collectAutoImports: 13.712563999928534 +Info 3843 [11:34:07.898] getCompletionData: Semantic work: 14.520453999750316 +Info 3844 [11:34:07.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6018660003319383 +Info 3845 [11:34:07.905] Format host information updated +Info 3846 [11:34:07.930] Format host information updated +Info 3847 [11:34:07.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3848 [11:34:07.937] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 6.430307999253273ms +Info 3849 [11:34:07.937] Different program with same set of files +Info 3850 [11:34:08.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3851 [11:34:08.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 6.183128000237048ms +Info 3852 [11:34:08.166] Different program with same set of files +Info 3853 [11:34:08.166] getCompletionData: Get current token: 0.0027709994465112686 +Info 3854 [11:34:08.166] getCompletionData: Is inside comment: 0.00946200080215931 +Info 3855 [11:34:08.166] getCompletionData: Get previous token: 0.012821000069379807 +Info 3856 [11:34:08.166] getCompletionsAtPosition: isCompletionListBlocker: 0.007581000216305256 +Info 3857 [11:34:08.167] getExportInfoMap: cache hit +Info 3858 [11:34:08.170] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 3859 [11:34:08.170] collectAutoImports: response is complete +Info 3860 [11:34:08.170] collectAutoImports: 3.1828139992430806 +Info 3861 [11:34:08.170] getCompletionData: Semantic work: 3.6876269998028874 +Info 3862 [11:34:08.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1582429995760322 +Info 3863 [11:34:08.172] Format host information updated +Info 3864 [11:34:08.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3865 [11:34:08.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 7.709689999930561ms +Info 3866 [11:34:08.223] Different program with same set of files +Info 3867 [11:34:08.223] getCompletionData: Get current token: 0.0033799996599555016 +Info 3868 [11:34:08.223] getCompletionData: Is inside comment: 0.011891999281942844 +Info 3869 [11:34:08.223] getCompletionData: Get previous token: 0.016227000392973423 +Info 3870 [11:34:08.223] getCompletionsAtPosition: isCompletionListBlocker: 0.00810999982059002 +Info 3871 [11:34:08.224] getExportInfoMap: cache hit +Info 3872 [11:34:08.227] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 25 from cache +Info 3873 [11:34:08.227] collectAutoImports: response is complete +Info 3874 [11:34:08.227] collectAutoImports: 3.0137109998613596 +Info 3875 [11:34:08.227] getCompletionData: Semantic work: 3.6132100000977516 +Info 3876 [11:34:08.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6821590000763535 +Info 3877 [11:34:08.233] Format host information updated +Info 3878 [11:34:08.728] getCompletionData: Get current token: 0.0012769997119903564 +Info 3879 [11:34:08.728] getCompletionData: Is inside comment: 0.0067910002544522285 +Info 3880 [11:34:08.728] getCompletionData: Get previous token: 0.004696999676525593 +Info 3881 [11:34:08.728] getCompletionsAtPosition: isCompletionListBlocker: 0.008400000631809235 +Info 3882 [11:34:08.728] getExportInfoMap: cache hit +Info 3883 [11:34:08.740] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 3884 [11:34:08.740] collectAutoImports: response is complete +Info 3885 [11:34:08.740] collectAutoImports: 11.62703699991107 +Info 3886 [11:34:08.740] getCompletionData: Semantic work: 12.247345000505447 +Info 3887 [11:34:08.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8451209999620914 +Info 3888 [11:34:09.225] getCompletionData: Get current token: 0.0034779999405145645 +Info 3889 [11:34:09.225] getCompletionData: Is inside comment: 0.0012650005519390106 +Info 3890 [11:34:09.225] getCompletionData: Get previous token: 0.016575000248849392 +Info 3891 [11:34:09.225] getCompletionsAtPosition: isCompletionListBlocker: 0.0036859996616840363 +Info 3892 [11:34:09.226] getExportInfoMap: cache hit +Info 3893 [11:34:09.227] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 15 from cache +Info 3894 [11:34:09.227] collectAutoImports: response is complete +Info 3895 [11:34:09.227] collectAutoImports: 1.7001289995387197 +Info 3896 [11:34:09.228] getCompletionData: Semantic work: 2.3057530000805855 +Info 3897 [11:34:09.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8788369996473193 +Info 3898 [11:34:09.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3899 [11:34:09.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 6.580049999989569ms +Info 3900 [11:34:09.416] Different program with same set of files +Info 3901 [11:34:09.417] getCompletionData: Get current token: 0.004143000580370426 +Info 3902 [11:34:09.417] getCompletionData: Is inside comment: 0.0012720003724098206 +Info 3903 [11:34:09.417] getCompletionData: Get previous token: 0.018000999465584755 +Info 3904 [11:34:09.417] getCompletionsAtPosition: isCompletionListBlocker: 0.04967599920928478 +Info 3905 [11:34:09.417] getExportInfoMap: cache hit +Info 3906 [11:34:09.430] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 3907 [11:34:09.430] collectAutoImports: response is complete +Info 3908 [11:34:09.430] collectAutoImports: 13.113067000173032 +Info 3909 [11:34:09.430] getCompletionData: Semantic work: 13.703685999847949 +Info 3910 [11:34:09.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.080062000080943 +Info 3911 [11:34:09.439] Format host information updated +Info 3912 [11:34:09.469] Format host information updated +Info 3913 [11:34:09.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3914 [11:34:09.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 6.531613999977708ms +Info 3915 [11:34:09.476] Different program with same set of files +Info 3916 [11:34:09.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3917 [11:34:09.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 7.001992999576032ms +Info 3918 [11:34:09.670] Different program with same set of files +Info 3919 [11:34:09.671] getCompletionData: Get current token: 0.003922000527381897 +Info 3920 [11:34:09.673] getCompletionData: Is inside comment: 0.005551000125706196 +Info 3921 [11:34:09.673] getCompletionData: Get previous token: 0.037740000523626804 +Info 3922 [11:34:09.673] getCompletionsAtPosition: isCompletionListBlocker: 0.003538999706506729 +Info 3923 [11:34:09.677] getCompletionData: Semantic work: 4.186716999858618 +Info 3924 [11:34:09.677] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18411299958825111 +Info 3925 [11:34:09.677] Format host information updated +Info 3926 [11:34:09.756] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3927 [11:34:09.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 6.352103999815881ms +Info 3928 [11:34:09.762] Different program with same set of files +Info 3929 [11:34:09.762] getCompletionData: Get current token: 0.0033489996567368507 +Info 3930 [11:34:09.762] getCompletionData: Is inside comment: 0.001078999601304531 +Info 3931 [11:34:09.762] getCompletionData: Get previous token: 0.01316400058567524 +Info 3932 [11:34:09.762] getCompletionsAtPosition: isCompletionListBlocker: 0.006427999585866928 +Info 3933 [11:34:09.763] getExportInfoMap: cache hit +Info 3934 [11:34:09.774] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 3935 [11:34:09.775] collectAutoImports: response is complete +Info 3936 [11:34:09.775] collectAutoImports: 11.672826000489295 +Info 3937 [11:34:09.775] getCompletionData: Semantic work: 12.185450999997556 +Info 3938 [11:34:09.779] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.256192999891937 +Info 3939 [11:34:09.782] Format host information updated +Info 3940 [11:34:10.008] getCompletionData: Get current token: 0.0035159997642040253 +Info 3941 [11:34:10.008] getCompletionData: Is inside comment: 0.0012440001592040062 +Info 3942 [11:34:10.008] getCompletionData: Get previous token: 0.011347000487148762 +Info 3943 [11:34:10.008] getCompletionsAtPosition: isCompletionListBlocker: 0.002873999997973442 +Info 3944 [11:34:10.009] getCompletionData: Semantic work: 0.4396710004657507 +Info 3945 [11:34:10.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08351599983870983 +Info 3946 [11:34:10.113] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3947 [11:34:10.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 6.553319999948144ms +Info 3948 [11:34:10.120] Different program with same set of files +Info 3949 [11:34:10.120] getCompletionData: Get current token: 0.003986000083386898 +Info 3950 [11:34:10.120] getCompletionData: Is inside comment: 0.0013759993016719818 +Info 3951 [11:34:10.120] getCompletionData: Get previous token: 0.025514000095427036 +Info 3952 [11:34:10.120] getCompletionsAtPosition: isCompletionListBlocker: 0.0025940006598830223 +Info 3953 [11:34:10.126] getCompletionData: Semantic work: 5.827116999775171 +Info 3954 [11:34:10.126] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11905599944293499 +Info 3955 [11:34:10.127] Format host information updated +Info 3956 [11:34:10.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3957 [11:34:10.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 25.208378999494016ms +Info 3958 [11:34:10.223] Different program with same set of files +Info 3959 [11:34:10.224] getCompletionData: Get current token: 0.025469000451266766 +Info 3960 [11:34:10.224] getCompletionData: Is inside comment: 0.008040000684559345 +Info 3961 [11:34:10.224] getCompletionData: Get previous token: 0.14783400017768145 +Info 3962 [11:34:10.224] getCompletionsAtPosition: isCompletionListBlocker: 0.00803299993276596 +Info 3963 [11:34:10.230] getCompletionData: Semantic work: 5.599971000105143 +Info 3964 [11:34:10.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3474489999935031 +Info 3965 [11:34:10.231] Format host information updated +Info 3966 [11:34:10.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3967 [11:34:10.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 14.515994000248611ms +Info 3968 [11:34:10.306] Different program with same set of files +Info 3969 [11:34:10.307] getCompletionData: Get current token: 0.016071999445557594 +Info 3970 [11:34:10.307] getCompletionData: Is inside comment: 0.004033000208437443 +Info 3971 [11:34:10.307] getCompletionData: Get previous token: 0.08529500011354685 +Info 3972 [11:34:10.307] getCompletionsAtPosition: isCompletionListBlocker: 0.005017999559640884 +Info 3973 [11:34:10.311] getCompletionData: Semantic work: 4.049767000600696 +Info 3974 [11:34:10.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2398250000551343 +Info 3975 [11:34:10.312] Format host information updated +Info 3976 [11:34:10.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3977 [11:34:10.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 27.454722000285983ms +Info 3978 [11:34:10.479] Different program with same set of files +Info 3979 [11:34:10.479] getCompletionData: Get current token: 0.009495999664068222 +Info 3980 [11:34:10.479] getCompletionData: Is inside comment: 0.0029610004276037216 +Info 3981 [11:34:10.480] getCompletionData: Get previous token: 0.055370000191032887 +Info 3982 [11:34:10.480] getCompletionsAtPosition: isCompletionListBlocker: 0.005450000055134296 +Info 3983 [11:34:10.483] getCompletionData: Semantic work: 3.5109270000830293 +Info 3984 [11:34:10.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18351199943572283 +Info 3985 [11:34:10.484] Format host information updated +Info 3986 [11:34:10.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3987 [11:34:10.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 8.910880000330508ms +Info 3988 [11:34:10.524] Different program with same set of files +Info 3989 [11:34:10.524] getCompletionData: Get current token: 0.0060280002653598785 +Info 3990 [11:34:10.524] getCompletionData: Is inside comment: 0.0017989994958043098 +Info 3991 [11:34:10.524] getCompletionData: Get previous token: 0.032893999479711056 +Info 3992 [11:34:10.524] getCompletionsAtPosition: isCompletionListBlocker: 0.0028419997543096542 +Info 3993 [11:34:10.526] getCompletionData: Semantic work: 1.8622319996356964 +Info 3994 [11:34:10.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1142349997535348 +Info 3995 [11:34:10.526] Format host information updated +Info 3996 [11:34:10.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3997 [11:34:10.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 6.795754999853671ms +Info 3998 [11:34:10.835] Different program with same set of files +Info 3999 [11:34:10.835] getCompletionData: Get current token: 0.004360999912023544 +Info 4000 [11:34:10.835] getCompletionData: Is inside comment: 0.0013330001384019852 +Info 4001 [11:34:10.835] getCompletionData: Get previous token: 0.02373800054192543 +Info 4002 [11:34:10.835] getCompletionsAtPosition: isCompletionListBlocker: 0.0030060000717639923 +Info 4003 [11:34:10.836] getExportInfoMap: cache hit +Info 4004 [11:34:10.850] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4005 [11:34:10.850] collectAutoImports: response is complete +Info 4006 [11:34:10.850] collectAutoImports: 13.96053299959749 +Info 4007 [11:34:10.850] getCompletionData: Semantic work: 14.562948999926448 +Info 4008 [11:34:10.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.383706000633538 +Info 4009 [11:34:10.860] Format host information updated +Info 4010 [11:34:10.939] Format host information updated +Info 4011 [11:34:10.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4012 [11:34:10.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 6.335133999586105ms +Info 4013 [11:34:10.946] Different program with same set of files +Info 4014 [11:34:11.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4015 [11:34:11.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 8.96639099996537ms +Info 4016 [11:34:11.076] Different program with same set of files +Info 4017 [11:34:11.076] getCompletionData: Get current token: 0.00465800054371357 +Info 4018 [11:34:11.076] getCompletionData: Is inside comment: 0.001614999957382679 +Info 4019 [11:34:11.076] getCompletionData: Get previous token: 0.027432999573647976 +Info 4020 [11:34:11.076] getCompletionsAtPosition: isCompletionListBlocker: 0.003220999613404274 +Info 4021 [11:34:11.077] getExportInfoMap: cache hit +Info 4022 [11:34:11.081] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 4023 [11:34:11.081] collectAutoImports: response is complete +Info 4024 [11:34:11.081] collectAutoImports: 4.1174630001187325 +Info 4025 [11:34:11.081] getCompletionData: Semantic work: 4.806859000585973 +Info 4026 [11:34:11.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8486119993031025 +Info 4027 [11:34:11.085] Format host information updated +Info 4028 [11:34:11.166] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4029 [11:34:11.173] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 6.65017700009048ms +Info 4030 [11:34:11.173] Different program with same set of files +Info 4031 [11:34:11.173] getCompletionData: Get current token: 0.003942000679671764 +Info 4032 [11:34:11.173] getCompletionData: Is inside comment: 0.0011299997568130493 +Info 4033 [11:34:11.173] getCompletionData: Get previous token: 0.024790000170469284 +Info 4034 [11:34:11.173] getCompletionsAtPosition: isCompletionListBlocker: 0.0027320003136992455 +Info 4035 [11:34:11.173] getExportInfoMap: cache hit +Info 4036 [11:34:11.176] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 13 from cache +Info 4037 [11:34:11.176] collectAutoImports: response is complete +Info 4038 [11:34:11.176] collectAutoImports: 2.6976699996739626 +Info 4039 [11:34:11.176] getCompletionData: Semantic work: 3.2934809997677803 +Info 4040 [11:34:11.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.351982000283897 +Info 4041 [11:34:11.181] Format host information updated +Info 4042 [11:34:11.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4043 [11:34:11.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 6.52802599966526ms +Info 4044 [11:34:11.500] Different program with same set of files +Info 4045 [11:34:11.500] getCompletionData: Get current token: 0.003890000283718109 +Info 4046 [11:34:11.500] getCompletionData: Is inside comment: 0.0011959997937083244 +Info 4047 [11:34:11.500] getCompletionData: Get previous token: 0.022486000321805477 +Info 4048 [11:34:11.500] getCompletionsAtPosition: isCompletionListBlocker: 0.0033900002017617226 +Info 4049 [11:34:11.501] getExportInfoMap: cache hit +Info 4050 [11:34:11.504] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 4051 [11:34:11.504] collectAutoImports: response is complete +Info 4052 [11:34:11.504] collectAutoImports: 3.1206949995830655 +Info 4053 [11:34:11.504] getCompletionData: Semantic work: 3.791741999797523 +Info 4054 [11:34:11.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3888180004432797 +Info 4055 [11:34:11.509] Format host information updated +Info 4056 [11:34:11.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4057 [11:34:11.561] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 7.247059999965131ms +Info 4058 [11:34:11.561] Different program with same set of files +Info 4059 [11:34:11.561] getCompletionData: Get current token: 0.004718000069260597 +Info 4060 [11:34:11.561] getCompletionData: Is inside comment: 0.0014280006289482117 +Info 4061 [11:34:11.561] getCompletionData: Get previous token: 0.027665999718010426 +Info 4062 [11:34:11.561] getCompletionsAtPosition: isCompletionListBlocker: 0.0028539998456835747 +Info 4063 [11:34:11.562] getExportInfoMap: cache hit +Info 4064 [11:34:11.565] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 25 from cache +Info 4065 [11:34:11.565] collectAutoImports: response is complete +Info 4066 [11:34:11.565] collectAutoImports: 2.7903950000181794 +Info 4067 [11:34:11.565] getCompletionData: Semantic work: 3.4216620000079274 +Info 4068 [11:34:11.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4117609998211265 +Info 4069 [11:34:11.568] Format host information updated +Info 4070 [11:34:15.126] getCompletionData: Get current token: 0.003404000774025917 +Info 4071 [11:34:15.126] getCompletionData: Is inside comment: 0.010567999444901943 +Info 4072 [11:34:15.126] getCompletionData: Get previous token: 0.014491000212728977 +Info 4073 [11:34:15.126] getCompletionsAtPosition: isCompletionListBlocker: 0.002357000485062599 +Info 4074 [11:34:15.126] getExportInfoMap: cache hit +Info 4075 [11:34:15.136] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4076 [11:34:15.136] collectAutoImports: response is complete +Info 4077 [11:34:15.136] collectAutoImports: 9.811479000374675 +Info 4078 [11:34:15.136] getCompletionData: Semantic work: 10.343259000219405 +Info 4079 [11:34:15.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.85617099981755 +Info 4080 [11:34:15.375] Format host information updated +Info 4081 [11:34:15.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4082 [11:34:15.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 7.999648999422789ms +Info 4083 [11:34:15.383] Different program with same set of files +Info 4084 [11:34:15.818] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4085 [11:34:15.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 6.216640999540687ms +Info 4086 [11:34:15.824] Different program with same set of files +Info 4087 [11:34:15.824] getCompletionData: Get current token: 0.0030469996854662895 +Info 4088 [11:34:15.824] getCompletionData: Is inside comment: 0.011403999291360378 +Info 4089 [11:34:15.824] getCompletionData: Get previous token: 0.007628999650478363 +Info 4090 [11:34:15.824] getCompletionsAtPosition: isCompletionListBlocker: 0.006633000448346138 +Info 4091 [11:34:15.825] getExportInfoMap: cache hit +Info 4092 [11:34:15.836] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4093 [11:34:15.836] collectAutoImports: response is complete +Info 4094 [11:34:15.836] collectAutoImports: 10.765716000460088 +Info 4095 [11:34:15.836] getCompletionData: Semantic work: 11.18604000005871 +Info 4096 [11:34:15.840] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3288850001990795 +Info 4097 [11:34:15.843] Format host information updated +Info 4098 [11:34:15.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4099 [11:34:15.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 8.917417000047863ms +Info 4100 [11:34:15.939] Different program with same set of files +Info 4101 [11:34:15.939] getCompletionData: Get current token: 0.004266999661922455 +Info 4102 [11:34:15.939] getCompletionData: Is inside comment: 0.014081999659538269 +Info 4103 [11:34:15.939] getCompletionData: Get previous token: 0.018930000253021717 +Info 4104 [11:34:15.939] getCompletionsAtPosition: isCompletionListBlocker: 0.00279300007969141 +Info 4105 [11:34:15.939] getExportInfoMap: cache hit +Info 4106 [11:34:15.952] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4107 [11:34:15.952] collectAutoImports: response is complete +Info 4108 [11:34:15.952] collectAutoImports: 12.23972100019455 +Info 4109 [11:34:15.952] getCompletionData: Semantic work: 12.854906999506056 +Info 4110 [11:34:15.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.91210800036788 +Info 4111 [11:34:15.964] Format host information updated +Info 4112 [11:34:15.990] Format host information updated +Info 4113 [11:34:15.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4114 [11:34:15.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 6.573993000201881ms +Info 4115 [11:34:15.996] Different program with same set of files +Info 4116 [11:34:16.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4117 [11:34:16.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 6.710225000046194ms +Info 4118 [11:34:16.102] Different program with same set of files +Info 4119 [11:34:16.102] getCompletionData: Get current token: 0.004149000160396099 +Info 4120 [11:34:16.102] getCompletionData: Is inside comment: 0.014510000124573708 +Info 4121 [11:34:16.102] getCompletionData: Get previous token: 0.009635000489652157 +Info 4122 [11:34:16.102] getCompletionsAtPosition: isCompletionListBlocker: 0.007752999663352966 +Info 4123 [11:34:16.102] getExportInfoMap: cache hit +Info 4124 [11:34:16.116] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4125 [11:34:16.116] collectAutoImports: response is complete +Info 4126 [11:34:16.116] collectAutoImports: 13.200439999811351 +Info 4127 [11:34:16.116] getCompletionData: Semantic work: 13.729644999839365 +Info 4128 [11:34:16.121] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.602362999692559 +Info 4129 [11:34:16.125] Format host information updated +Info 4130 [11:34:16.157] Format host information updated +Info 4131 [11:34:16.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4132 [11:34:16.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 6.881446999497712ms +Info 4133 [11:34:16.164] Different program with same set of files +Info 4134 [11:34:16.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4135 [11:34:16.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 6.587170999497175ms +Info 4136 [11:34:16.347] Different program with same set of files +Info 4137 [11:34:16.347] getCompletionData: Get current token: 0.003496999852359295 +Info 4138 [11:34:16.347] getCompletionData: Is inside comment: 0.012521999888122082 +Info 4139 [11:34:16.347] getCompletionData: Get previous token: 0.01749200001358986 +Info 4140 [11:34:16.347] getCompletionsAtPosition: isCompletionListBlocker: 0.0071289995685219765 +Info 4141 [11:34:16.348] getExportInfoMap: cache hit +Info 4142 [11:34:16.350] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 4143 [11:34:16.350] collectAutoImports: response is complete +Info 4144 [11:34:16.350] collectAutoImports: 2.297216000035405 +Info 4145 [11:34:16.350] getCompletionData: Semantic work: 2.827707000076771 +Info 4146 [11:34:16.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0668540000915527 +Info 4147 [11:34:16.353] Format host information updated +Info 4148 [11:34:16.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4149 [11:34:16.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 6.555377000011504ms +Info 4150 [11:34:16.520] Different program with same set of files +Info 4151 [11:34:16.520] getCompletionData: Get current token: 0.0033949995413422585 +Info 4152 [11:34:16.520] getCompletionData: Is inside comment: 0.011129000224173069 +Info 4153 [11:34:16.520] getCompletionData: Get previous token: 0.01577799953520298 +Info 4154 [11:34:16.520] getCompletionsAtPosition: isCompletionListBlocker: 0.007187999784946442 +Info 4155 [11:34:16.520] getExportInfoMap: cache hit +Info 4156 [11:34:16.522] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 4157 [11:34:16.522] collectAutoImports: response is complete +Info 4158 [11:34:16.522] collectAutoImports: 1.7510240003466606 +Info 4159 [11:34:16.522] getCompletionData: Semantic work: 2.1926449993625283 +Info 4160 [11:34:16.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9367730002850294 +Info 4161 [11:34:16.527] Format host information updated +Info 4162 [11:34:16.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4163 [11:34:16.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 17.63105900026858ms +Info 4164 [11:34:16.598] Different program with same set of files +Info 4165 [11:34:16.599] getCompletionData: Get current token: 0.013683000579476357 +Info 4166 [11:34:16.599] getCompletionData: Is inside comment: 0.045192000456154346 +Info 4167 [11:34:16.599] getCompletionData: Get previous token: 0.06774200033396482 +Info 4168 [11:34:16.599] getCompletionsAtPosition: isCompletionListBlocker: 0.023426000028848648 +Info 4169 [11:34:16.600] getExportInfoMap: cache hit +Info 4170 [11:34:16.606] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 4171 [11:34:16.606] collectAutoImports: response is complete +Info 4172 [11:34:16.606] collectAutoImports: 5.483489999547601 +Info 4173 [11:34:16.606] getCompletionData: Semantic work: 6.880858999677002 +Info 4174 [11:34:16.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.516231999732554 +Info 4175 [11:34:16.612] Format host information updated +Info 4176 [11:34:16.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4177 [11:34:16.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 24.208244999870658ms +Info 4178 [11:34:16.722] Different program with same set of files +Info 4179 [11:34:16.723] getCompletionData: Get current token: 0.01271000038832426 +Info 4180 [11:34:16.723] getCompletionData: Is inside comment: 0.03635099995881319 +Info 4181 [11:34:16.723] getCompletionData: Get previous token: 0.04698899947106838 +Info 4182 [11:34:16.723] getCompletionsAtPosition: isCompletionListBlocker: 0.01659199967980385 +Info 4183 [11:34:16.724] getExportInfoMap: cache hit +Info 4184 [11:34:16.747] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4185 [11:34:16.747] collectAutoImports: response is complete +Info 4186 [11:34:16.747] collectAutoImports: 22.37608499918133 +Info 4187 [11:34:16.747] getCompletionData: Semantic work: 23.742999999783933 +Info 4188 [11:34:16.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.236159999854863 +Info 4189 [11:34:16.758] Format host information updated +Info 4190 [11:34:16.770] Format host information updated +Info 4191 [11:34:18.511] getCompletionData: Get current token: 0.0013550007715821266 +Info 4192 [11:34:18.511] getCompletionData: Is inside comment: 0.005914999172091484 +Info 4193 [11:34:18.511] getCompletionData: Get previous token: 0.004367999732494354 +Info 4194 [11:34:18.511] getCompletionsAtPosition: isCompletionListBlocker: 0.031451000832021236 +Info 4195 [11:34:18.512] getExportInfoMap: cache hit +Info 4196 [11:34:18.521] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4197 [11:34:18.521] collectAutoImports: response is complete +Info 4198 [11:34:18.521] collectAutoImports: 8.829078000038862 +Info 4199 [11:34:18.521] getCompletionData: Semantic work: 9.899079999886453 +Info 4200 [11:34:18.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3196820002049208 +Info 4201 [11:34:19.068] getCompletionData: Get current token: 0.003568999469280243 +Info 4202 [11:34:19.068] getCompletionData: Is inside comment: 0.0013870000839233398 +Info 4203 [11:34:19.068] getCompletionData: Get previous token: 0.019632999785244465 +Info 4204 [11:34:19.068] getCompletionsAtPosition: isCompletionListBlocker: 0.002877000719308853 +Info 4205 [11:34:19.068] getExportInfoMap: cache hit +Info 4206 [11:34:19.070] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 25 from cache +Info 4207 [11:34:19.070] collectAutoImports: response is complete +Info 4208 [11:34:19.070] collectAutoImports: 1.8431890001520514 +Info 4209 [11:34:19.070] getCompletionData: Semantic work: 2.445423999801278 +Info 4210 [11:34:19.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9245980000123382 +Info 4211 [11:34:19.173] Format host information updated +Info 4212 [11:34:19.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4213 [11:34:19.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 6.738962999545038ms +Info 4214 [11:34:19.180] Different program with same set of files +Info 4215 [11:34:19.311] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4216 [11:34:19.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 5.871584999375045ms +Info 4217 [11:34:19.317] Different program with same set of files +Info 4218 [11:34:19.317] getCompletionData: Get current token: 0.003465999849140644 +Info 4219 [11:34:19.317] getCompletionData: Is inside comment: 0.001182999461889267 +Info 4220 [11:34:19.317] getCompletionData: Get previous token: 0.01607999950647354 +Info 4221 [11:34:19.317] getCompletionsAtPosition: isCompletionListBlocker: 0.00709300022572279 +Info 4222 [11:34:19.317] getExportInfoMap: cache hit +Info 4223 [11:34:19.328] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4224 [11:34:19.328] collectAutoImports: response is complete +Info 4225 [11:34:19.328] collectAutoImports: 10.931885999627411 +Info 4226 [11:34:19.328] getCompletionData: Semantic work: 11.423499999567866 +Info 4227 [11:34:19.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.333180000074208 +Info 4228 [11:34:19.335] Format host information updated +Info 4229 [11:34:19.421] Format host information updated +Info 4230 [11:34:19.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4231 [11:34:19.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 6.284955000504851ms +Info 4232 [11:34:19.428] Different program with same set of files +Info 4233 [11:34:19.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4234 [11:34:19.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 6.6047640005126595ms +Info 4235 [11:34:19.595] Different program with same set of files +Info 4236 [11:34:19.595] getCompletionData: Get current token: 0.004374999552965164 +Info 4237 [11:34:19.595] getCompletionData: Is inside comment: 0.0014720000326633453 +Info 4238 [11:34:19.595] getCompletionData: Get previous token: 0.020543000660836697 +Info 4239 [11:34:19.595] getCompletionsAtPosition: isCompletionListBlocker: 0.00835300050675869 +Info 4240 [11:34:19.596] getExportInfoMap: cache hit +Info 4241 [11:34:19.599] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 38 from cache +Info 4242 [11:34:19.599] collectAutoImports: response is complete +Info 4243 [11:34:19.599] collectAutoImports: 3.067168000154197 +Info 4244 [11:34:19.599] getCompletionData: Semantic work: 3.6709529999643564 +Info 4245 [11:34:19.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.154314000159502 +Info 4246 [11:34:19.601] Format host information updated +Info 4247 [11:34:19.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4248 [11:34:19.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 11.180571000091732ms +Info 4249 [11:34:19.820] Different program with same set of files +Info 4250 [11:34:19.820] getCompletionData: Get current token: 0.004393000155687332 +Info 4251 [11:34:19.820] getCompletionData: Is inside comment: 0.0013189995661377907 +Info 4252 [11:34:19.820] getCompletionData: Get previous token: 0.022497999481856823 +Info 4253 [11:34:19.820] getCompletionsAtPosition: isCompletionListBlocker: 0.008932000026106834 +Info 4254 [11:34:19.821] getExportInfoMap: cache hit +Info 4255 [11:34:19.823] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 5 from cache +Info 4256 [11:34:19.823] collectAutoImports: response is complete +Info 4257 [11:34:19.823] collectAutoImports: 2.103015000000596 +Info 4258 [11:34:19.823] getCompletionData: Semantic work: 2.7410380002111197 +Info 4259 [11:34:19.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1343690007925034 +Info 4260 [11:34:19.825] Format host information updated +Info 4261 [11:34:19.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4262 [11:34:19.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 7.402050000615418ms +Info 4263 [11:34:19.960] Different program with same set of files +Info 4264 [11:34:19.960] getCompletionData: Get current token: 0.005280000157654285 +Info 4265 [11:34:19.960] getCompletionData: Is inside comment: 0.0017579998821020126 +Info 4266 [11:34:19.960] getCompletionData: Get previous token: 0.025634000077843666 +Info 4267 [11:34:19.960] getCompletionsAtPosition: isCompletionListBlocker: 0.010413000360131264 +Info 4268 [11:34:19.961] getExportInfoMap: cache hit +Info 4269 [11:34:19.963] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 4270 [11:34:19.963] collectAutoImports: response is complete +Info 4271 [11:34:19.963] collectAutoImports: 2.098988000303507 +Info 4272 [11:34:19.963] getCompletionData: Semantic work: 2.7863429998978972 +Info 4273 [11:34:19.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.267246000468731 +Info 4274 [11:34:19.967] Format host information updated +Info 4275 [11:34:20.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4276 [11:34:20.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 6.171120000071824ms +Info 4277 [11:34:20.031] Different program with same set of files +Info 4278 [11:34:20.032] getCompletionData: Get current token: 0.004035999998450279 +Info 4279 [11:34:20.032] getCompletionData: Is inside comment: 0.0012469999492168427 +Info 4280 [11:34:20.032] getCompletionData: Get previous token: 0.020051000639796257 +Info 4281 [11:34:20.032] getCompletionsAtPosition: isCompletionListBlocker: 0.007121000438928604 +Info 4282 [11:34:20.032] getExportInfoMap: cache hit +Info 4283 [11:34:20.034] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 4284 [11:34:20.034] collectAutoImports: response is complete +Info 4285 [11:34:20.034] collectAutoImports: 1.8381639998406172 +Info 4286 [11:34:20.034] getCompletionData: Semantic work: 2.4025060003623366 +Info 4287 [11:34:20.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0994330001994967 +Info 4288 [11:34:20.036] Format host information updated +Info 4289 [11:34:20.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4290 [11:34:20.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 6.274803000502288ms +Info 4291 [11:34:20.106] Different program with same set of files +Info 4292 [11:34:20.106] getCompletionData: Get current token: 0.004367999732494354 +Info 4293 [11:34:20.106] getCompletionData: Is inside comment: 0.0014859996736049652 +Info 4294 [11:34:20.106] getCompletionData: Get previous token: 0.022392000071704388 +Info 4295 [11:34:20.106] getCompletionsAtPosition: isCompletionListBlocker: 0.007247000001370907 +Info 4296 [11:34:20.107] getExportInfoMap: cache hit +Info 4297 [11:34:20.109] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 4298 [11:34:20.109] collectAutoImports: response is complete +Info 4299 [11:34:20.109] collectAutoImports: 1.9141030004248023 +Info 4300 [11:34:20.109] getCompletionData: Semantic work: 2.490205000154674 +Info 4301 [11:34:20.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1342889992520213 +Info 4302 [11:34:20.113] Format host information updated +Info 4303 [11:34:20.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4304 [11:34:20.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 6.513965000398457ms +Info 4305 [11:34:20.181] Different program with same set of files +Info 4306 [11:34:20.181] getCompletionData: Get current token: 0.00420099962502718 +Info 4307 [11:34:20.181] getCompletionData: Is inside comment: 0.001534000039100647 +Info 4308 [11:34:20.181] getCompletionData: Get previous token: 0.02156900055706501 +Info 4309 [11:34:20.181] getCompletionsAtPosition: isCompletionListBlocker: 0.008340999484062195 +Info 4310 [11:34:20.182] getExportInfoMap: cache hit +Info 4311 [11:34:20.184] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 4312 [11:34:20.184] collectAutoImports: response is complete +Info 4313 [11:34:20.184] collectAutoImports: 1.8512640008702874 +Info 4314 [11:34:20.184] getCompletionData: Semantic work: 2.4519679993391037 +Info 4315 [11:34:20.185] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0909289997071028 +Info 4316 [11:34:20.186] Format host information updated +Info 4317 [11:34:20.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4318 [11:34:20.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 6.39119999948889ms +Info 4319 [11:34:20.684] Different program with same set of files +Info 4320 [11:34:20.684] getCompletionData: Get current token: 0.005338000133633614 +Info 4321 [11:34:20.684] getCompletionData: Is inside comment: 0.0014899997040629387 +Info 4322 [11:34:20.684] getCompletionData: Get previous token: 0.02118099946528673 +Info 4323 [11:34:20.684] getCompletionsAtPosition: isCompletionListBlocker: 0.007985999807715416 +Info 4324 [11:34:20.685] getExportInfoMap: cache hit +Info 4325 [11:34:20.687] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 4326 [11:34:20.687] collectAutoImports: response is complete +Info 4327 [11:34:20.687] collectAutoImports: 1.7584269996732473 +Info 4328 [11:34:20.687] getCompletionData: Semantic work: 2.359716000035405 +Info 4329 [11:34:20.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0464200004935265 +Info 4330 [11:34:20.688] Format host information updated +Info 4331 [11:34:20.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4332 [11:34:20.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 6.255017000250518ms +Info 4333 [11:34:20.768] Different program with same set of files +Info 4334 [11:34:20.768] getCompletionData: Get current token: 0.0036639999598264694 +Info 4335 [11:34:20.768] getCompletionData: Is inside comment: 0.0011179996654391289 +Info 4336 [11:34:20.768] getCompletionData: Get previous token: 0.019584999419748783 +Info 4337 [11:34:20.768] getCompletionsAtPosition: isCompletionListBlocker: 0.007422999478876591 +Info 4338 [11:34:20.768] getExportInfoMap: cache hit +Info 4339 [11:34:20.770] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 4340 [11:34:20.770] collectAutoImports: response is complete +Info 4341 [11:34:20.770] collectAutoImports: 1.6089490000158548 +Info 4342 [11:34:20.770] getCompletionData: Semantic work: 2.1291569992899895 +Info 4343 [11:34:20.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9782620007172227 +Info 4344 [11:34:20.774] Format host information updated +Info 4345 [11:34:21.453] getCompletionData: Get current token: 0.00395399983972311 +Info 4346 [11:34:21.453] getCompletionData: Is inside comment: 0.013400999829173088 +Info 4347 [11:34:21.453] getCompletionData: Get previous token: 0.01116199977695942 +Info 4348 [11:34:21.454] getCompletionsAtPosition: isCompletionListBlocker: 0.009228999726474285 +Info 4349 [11:34:21.454] getExportInfoMap: cache hit +Info 4350 [11:34:21.466] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4351 [11:34:21.466] collectAutoImports: response is complete +Info 4352 [11:34:21.466] collectAutoImports: 11.980934000574052 +Info 4353 [11:34:21.466] getCompletionData: Semantic work: 12.80078800022602 +Info 4354 [11:34:21.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.346968000754714 +Info 4355 [11:34:22.290] getCompletionData: Get current token: 0.004519999958574772 +Info 4356 [11:34:22.290] getCompletionData: Is inside comment: 0.013748000375926495 +Info 4357 [11:34:22.290] getCompletionData: Get previous token: 0.011793999932706356 +Info 4358 [11:34:22.290] getCompletionsAtPosition: isCompletionListBlocker: 0.01428299956023693 +Info 4359 [11:34:22.291] getExportInfoMap: cache hit +Info 4360 [11:34:22.299] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4361 [11:34:22.299] collectAutoImports: response is complete +Info 4362 [11:34:22.299] collectAutoImports: 7.983911999501288 +Info 4363 [11:34:22.299] getCompletionData: Semantic work: 8.73268299922347 +Info 4364 [11:34:22.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.291708999313414 +Info 4365 [11:34:22.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4366 [11:34:22.517] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 7.815777000039816ms +Info 4367 [11:34:22.517] Different program with same set of files +Info 4368 [11:34:22.517] getCompletionData: Get current token: 0.005876999348402023 +Info 4369 [11:34:22.517] getCompletionData: Is inside comment: 0.015377000905573368 +Info 4370 [11:34:22.517] getCompletionData: Get previous token: 0.02699299994856119 +Info 4371 [11:34:22.517] getCompletionsAtPosition: isCompletionListBlocker: 0.007067999802529812 +Info 4372 [11:34:22.518] getExportInfoMap: cache hit +Info 4373 [11:34:22.531] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4374 [11:34:22.531] collectAutoImports: response is complete +Info 4375 [11:34:22.531] collectAutoImports: 13.479770000092685 +Info 4376 [11:34:22.531] getCompletionData: Semantic work: 14.141044000163674 +Info 4377 [11:34:22.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.113877000287175 +Info 4378 [11:34:22.540] Format host information updated +Info 4379 [11:34:34.047] Format host information updated +Info 4380 [11:34:34.047] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4381 [11:34:34.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 16.91131400037557ms +Info 4382 [11:34:34.064] Different program with same set of files +Info 4383 [11:34:34.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4384 [11:34:34.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 12.39831699989736ms +Info 4385 [11:34:34.188] Different program with same set of files +Info 4386 [11:34:34.189] getCompletionData: Get current token: 0.0031349994242191315 +Info 4387 [11:34:34.189] getCompletionData: Is inside comment: 0.013255000114440918 +Info 4388 [11:34:34.189] getCompletionData: Get previous token: 0.01766700018197298 +Info 4389 [11:34:34.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0025610001757740974 +Info 4390 [11:34:34.190] getExportInfoMap: cache hit +Info 4391 [11:34:34.193] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 4392 [11:34:34.193] collectAutoImports: response is complete +Info 4393 [11:34:34.193] collectAutoImports: 3.307993999682367 +Info 4394 [11:34:34.193] getCompletionData: Semantic work: 4.085126000456512 +Info 4395 [11:34:34.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.340292999520898 +Info 4396 [11:34:34.197] Format host information updated +Info 4397 [11:34:34.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4398 [11:34:34.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 32.66292600054294ms +Info 4399 [11:34:34.345] Different program with same set of files +Info 4400 [11:34:34.345] getCompletionData: Get current token: 0.0078050000593066216 +Info 4401 [11:34:34.345] getCompletionData: Is inside comment: 0.02901799976825714 +Info 4402 [11:34:34.345] getCompletionData: Get previous token: 0.040668999776244164 +Info 4403 [11:34:34.345] getCompletionsAtPosition: isCompletionListBlocker: 0.005491999909281731 +Info 4404 [11:34:34.347] getExportInfoMap: cache hit +Info 4405 [11:34:34.352] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 4406 [11:34:34.352] collectAutoImports: response is complete +Info 4407 [11:34:34.352] collectAutoImports: 5.348934999667108 +Info 4408 [11:34:34.352] getCompletionData: Semantic work: 7.036620000377297 +Info 4409 [11:34:34.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3880049996078014 +Info 4410 [11:34:34.357] Format host information updated +Info 4411 [11:34:34.492] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4412 [11:34:34.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 8.45385199971497ms +Info 4413 [11:34:34.501] Different program with same set of files +Info 4414 [11:34:34.501] getCompletionData: Get current token: 0.0036410000175237656 +Info 4415 [11:34:34.501] getCompletionData: Is inside comment: 0.012873999774456024 +Info 4416 [11:34:34.501] getCompletionData: Get previous token: 0.016383000649511814 +Info 4417 [11:34:34.501] getCompletionsAtPosition: isCompletionListBlocker: 0.0024640001356601715 +Info 4418 [11:34:34.503] getExportInfoMap: cache hit +Info 4419 [11:34:34.505] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 4420 [11:34:34.505] collectAutoImports: response is complete +Info 4421 [11:34:34.505] collectAutoImports: 1.9264710005372763 +Info 4422 [11:34:34.505] getCompletionData: Semantic work: 3.9101319992914796 +Info 4423 [11:34:34.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.349051999859512 +Info 4424 [11:34:34.509] Format host information updated +Info 4425 [11:34:34.748] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4426 [11:34:34.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 7.23065899964422ms +Info 4427 [11:34:34.756] Different program with same set of files +Info 4428 [11:34:34.756] getCompletionData: Get current token: 0.003964999690651894 +Info 4429 [11:34:34.756] getCompletionData: Is inside comment: 0.010462000034749508 +Info 4430 [11:34:34.756] getCompletionData: Get previous token: 0.015668999403715134 +Info 4431 [11:34:34.756] getCompletionsAtPosition: isCompletionListBlocker: 0.00201600044965744 +Info 4432 [11:34:34.756] getExportInfoMap: cache hit +Info 4433 [11:34:34.758] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 4434 [11:34:34.758] collectAutoImports: response is complete +Info 4435 [11:34:34.758] collectAutoImports: 1.8231099992990494 +Info 4436 [11:34:34.758] getCompletionData: Semantic work: 2.377462999895215 +Info 4437 [11:34:34.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1246039997786283 +Info 4438 [11:34:34.762] Format host information updated +Info 4439 [11:34:34.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4440 [11:34:34.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 7.237118000164628ms +Info 4441 [11:34:34.995] Different program with same set of files +Info 4442 [11:34:34.995] getCompletionData: Get current token: 0.003162999637424946 +Info 4443 [11:34:34.995] getCompletionData: Is inside comment: 0.012121000327169895 +Info 4444 [11:34:34.996] getCompletionData: Get previous token: 0.014766999520361423 +Info 4445 [11:34:34.996] getCompletionsAtPosition: isCompletionListBlocker: 0.002608000300824642 +Info 4446 [11:34:34.996] getExportInfoMap: cache hit +Info 4447 [11:34:34.998] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 4448 [11:34:34.998] collectAutoImports: response is complete +Info 4449 [11:34:34.998] collectAutoImports: 1.7952089998871088 +Info 4450 [11:34:34.998] getCompletionData: Semantic work: 2.447223000228405 +Info 4451 [11:34:35.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9275339990854263 +Info 4452 [11:34:35.003] Format host information updated +Info 4453 [11:34:35.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4454 [11:34:35.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 7.703654000535607ms +Info 4455 [11:34:35.057] Different program with same set of files +Info 4456 [11:34:35.057] getCompletionData: Get current token: 0.0037470003589987755 +Info 4457 [11:34:35.057] getCompletionData: Is inside comment: 0.014568000100553036 +Info 4458 [11:34:35.057] getCompletionData: Get previous token: 0.01873800065368414 +Info 4459 [11:34:35.057] getCompletionsAtPosition: isCompletionListBlocker: 0.0025019999593496323 +Info 4460 [11:34:35.058] getExportInfoMap: cache hit +Info 4461 [11:34:35.060] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4462 [11:34:35.060] collectAutoImports: response is complete +Info 4463 [11:34:35.060] collectAutoImports: 1.847554000094533 +Info 4464 [11:34:35.060] getCompletionData: Semantic work: 2.491440000012517 +Info 4465 [11:34:35.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.366330999881029 +Info 4466 [11:34:35.065] Format host information updated +Info 4467 [11:34:35.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4468 [11:34:35.210] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 25.166548000648618ms +Info 4469 [11:34:35.210] Different program with same set of files +Info 4470 [11:34:35.210] getCompletionData: Get current token: 0.010212000459432602 +Info 4471 [11:34:35.211] getCompletionData: Is inside comment: 0.03729700017720461 +Info 4472 [11:34:35.211] getCompletionData: Get previous token: 0.04997600056231022 +Info 4473 [11:34:35.211] getCompletionsAtPosition: isCompletionListBlocker: 0.00556700024753809 +Info 4474 [11:34:35.212] getExportInfoMap: cache hit +Info 4475 [11:34:35.216] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4476 [11:34:35.216] collectAutoImports: response is complete +Info 4477 [11:34:35.216] collectAutoImports: 3.7904589995741844 +Info 4478 [11:34:35.216] getCompletionData: Semantic work: 5.10600099992007 +Info 4479 [11:34:35.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9537509996443987 +Info 4480 [11:34:35.221] Format host information updated +Info 4481 [11:34:35.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4482 [11:34:35.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 9.70197599940002ms +Info 4483 [11:34:35.257] Different program with same set of files +Info 4484 [11:34:35.257] getCompletionData: Get current token: 0.003968000411987305 +Info 4485 [11:34:35.257] getCompletionData: Is inside comment: 0.013944000005722046 +Info 4486 [11:34:35.257] getCompletionData: Get previous token: 0.01983099989593029 +Info 4487 [11:34:35.257] getCompletionsAtPosition: isCompletionListBlocker: 0.0024340003728866577 +Info 4488 [11:34:35.258] getExportInfoMap: cache hit +Info 4489 [11:34:35.280] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4490 [11:34:35.280] collectAutoImports: response is complete +Info 4491 [11:34:35.280] collectAutoImports: 22.815890999510884 +Info 4492 [11:34:35.280] getCompletionData: Semantic work: 23.5112469997257 +Info 4493 [11:34:35.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.171831999905407 +Info 4494 [11:34:35.293] Format host information updated +Info 4495 [11:34:35.331] Format host information updated +Info 4496 [11:34:35.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4497 [11:34:35.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 6.397569000720978ms +Info 4498 [11:34:35.337] Different program with same set of files +Info 4499 [11:34:35.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4500 [11:34:35.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 14.23488499969244ms +Info 4501 [11:34:35.408] Different program with same set of files +Info 4502 [11:34:35.409] getCompletionData: Get current token: 0.008093999698758125 +Info 4503 [11:34:35.409] getCompletionData: Is inside comment: 0.03111999947577715 +Info 4504 [11:34:35.409] getCompletionData: Get previous token: 0.020533000119030476 +Info 4505 [11:34:35.409] getCompletionsAtPosition: isCompletionListBlocker: 0.01514699961990118 +Info 4506 [11:34:35.410] getExportInfoMap: cache hit +Info 4507 [11:34:35.438] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4508 [11:34:35.438] collectAutoImports: response is complete +Info 4509 [11:34:35.438] collectAutoImports: 27.743847000412643 +Info 4510 [11:34:35.438] getCompletionData: Semantic work: 28.95052899979055 +Info 4511 [11:34:35.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.809393000788987 +Info 4512 [11:34:35.448] Format host information updated +Info 4513 [11:34:35.515] Format host information updated +Info 4514 [11:34:35.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4515 [11:34:35.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 7.701758999377489ms +Info 4516 [11:34:35.527] Different program with same set of files +Info 4517 [11:34:35.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4518 [11:34:35.687] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 10.959538000635803ms +Info 4519 [11:34:35.687] Different program with same set of files +Info 4520 [11:34:35.688] getCompletionData: Get current token: 0.0033459998667240143 +Info 4521 [11:34:35.688] getCompletionData: Is inside comment: 0.013648999854922295 +Info 4522 [11:34:35.688] getCompletionData: Get previous token: 0.019499999471008778 +Info 4523 [11:34:35.688] getCompletionsAtPosition: isCompletionListBlocker: 0.008662000298500061 +Info 4524 [11:34:35.689] getExportInfoMap: cache hit +Info 4525 [11:34:35.694] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 4526 [11:34:35.694] collectAutoImports: response is complete +Info 4527 [11:34:35.694] collectAutoImports: 5.285778000019491 +Info 4528 [11:34:35.694] getCompletionData: Semantic work: 6.372251000255346 +Info 4529 [11:34:35.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.584630999714136 +Info 4530 [11:34:35.700] Format host information updated +Info 4531 [11:34:35.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4532 [11:34:35.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 8.46484399959445ms +Info 4533 [11:34:35.858] Different program with same set of files +Info 4534 [11:34:35.858] getCompletionData: Get current token: 0.0036089997738599777 +Info 4535 [11:34:35.858] getCompletionData: Is inside comment: 0.012829000130295753 +Info 4536 [11:34:35.858] getCompletionData: Get previous token: 0.019241999834775925 +Info 4537 [11:34:35.858] getCompletionsAtPosition: isCompletionListBlocker: 0.008076000027358532 +Info 4538 [11:34:35.859] getExportInfoMap: cache hit +Info 4539 [11:34:35.861] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 4540 [11:34:35.861] collectAutoImports: response is complete +Info 4541 [11:34:35.861] collectAutoImports: 2.028694000095129 +Info 4542 [11:34:35.861] getCompletionData: Semantic work: 2.6344490004703403 +Info 4543 [11:34:35.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.559426000341773 +Info 4544 [11:34:35.865] Format host information updated +Info 4545 [11:34:35.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4546 [11:34:35.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 30.992604999803007ms +Info 4547 [11:34:35.970] Different program with same set of files +Info 4548 [11:34:35.971] getCompletionData: Get current token: 0.007455999962985516 +Info 4549 [11:34:35.971] getCompletionData: Is inside comment: 0.033250000327825546 +Info 4550 [11:34:35.971] getCompletionData: Get previous token: 0.04410400055348873 +Info 4551 [11:34:35.971] getCompletionsAtPosition: isCompletionListBlocker: 0.015335999429225922 +Info 4552 [11:34:35.972] getExportInfoMap: cache hit +Info 4553 [11:34:35.976] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 4554 [11:34:35.976] collectAutoImports: response is complete +Info 4555 [11:34:35.976] collectAutoImports: 3.656499999575317 +Info 4556 [11:34:35.976] getCompletionData: Semantic work: 4.8955889996141195 +Info 4557 [11:34:35.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2582299998030066 +Info 4558 [11:34:35.983] Format host information updated +Info 4559 [11:34:36.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4560 [11:34:36.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 18.37487900070846ms +Info 4561 [11:34:36.067] Different program with same set of files +Info 4562 [11:34:36.067] getCompletionData: Get current token: 0.010251999832689762 +Info 4563 [11:34:36.067] getCompletionData: Is inside comment: 0.0376180000603199 +Info 4564 [11:34:36.067] getCompletionData: Get previous token: 0.053801000118255615 +Info 4565 [11:34:36.067] getCompletionsAtPosition: isCompletionListBlocker: 0.020541999489068985 +Info 4566 [11:34:36.069] getExportInfoMap: cache hit +Info 4567 [11:34:36.099] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4568 [11:34:36.099] collectAutoImports: response is complete +Info 4569 [11:34:36.099] collectAutoImports: 29.93417700007558 +Info 4570 [11:34:36.099] getCompletionData: Semantic work: 31.54822100047022 +Info 4571 [11:34:36.107] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.8768420005217195 +Info 4572 [11:34:36.111] Format host information updated +Info 4573 [11:34:36.352] getCompletionData: Get current token: 0.007939999923110008 +Info 4574 [11:34:36.352] getCompletionData: Is inside comment: 0.02528499998152256 +Info 4575 [11:34:36.352] getCompletionData: Get previous token: 0.01694200001657009 +Info 4576 [11:34:36.352] getCompletionsAtPosition: isCompletionListBlocker: 0.01346299983561039 +Info 4577 [11:34:36.354] getExportInfoMap: cache hit +Info 4578 [11:34:36.387] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4579 [11:34:36.387] collectAutoImports: response is complete +Info 4580 [11:34:36.388] collectAutoImports: 33.60416199918836 +Info 4581 [11:34:36.388] getCompletionData: Semantic work: 35.49430300015956 +Info 4582 [11:34:36.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.277332000434399 +Info 4583 [11:34:36.501] Format host information updated +Info 4584 [11:34:36.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4585 [11:34:36.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 26.567431000061333ms +Info 4586 [11:34:36.528] Different program with same set of files +Info 4587 [11:34:36.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4588 [11:34:36.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 25.7669709995389ms +Info 4589 [11:34:36.645] Different program with same set of files +Info 4590 [11:34:36.645] getCompletionData: Get current token: 0.009814999997615814 +Info 4591 [11:34:36.645] getCompletionData: Is inside comment: 0.039542000740766525 +Info 4592 [11:34:36.645] getCompletionData: Get previous token: 0.024620000272989273 +Info 4593 [11:34:36.645] getCompletionsAtPosition: isCompletionListBlocker: 0.024411999620497227 +Info 4594 [11:34:36.647] getExportInfoMap: cache hit +Info 4595 [11:34:36.672] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4596 [11:34:36.672] collectAutoImports: response is complete +Info 4597 [11:34:36.672] collectAutoImports: 24.276448000222445 +Info 4598 [11:34:36.672] getCompletionData: Semantic work: 26.27975600026548 +Info 4599 [11:34:36.677] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.568274999968708 +Info 4600 [11:34:36.681] Format host information updated +Info 4601 [11:34:36.872] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4602 [11:34:36.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 8.50564800016582ms +Info 4603 [11:34:36.880] Different program with same set of files +Info 4604 [11:34:36.880] getCompletionData: Get current token: 0.002849000506103039 +Info 4605 [11:34:36.880] getCompletionData: Is inside comment: 0.013048999942839146 +Info 4606 [11:34:36.880] getCompletionData: Get previous token: 0.00786499958485365 +Info 4607 [11:34:36.880] getCompletionsAtPosition: isCompletionListBlocker: 0.01001800037920475 +Info 4608 [11:34:36.881] getExportInfoMap: cache hit +Info 4609 [11:34:36.894] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4610 [11:34:36.894] collectAutoImports: response is complete +Info 4611 [11:34:36.894] collectAutoImports: 13.011217999272048 +Info 4612 [11:34:36.894] getCompletionData: Semantic work: 13.767204999923706 +Info 4613 [11:34:36.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2627809997648 +Info 4614 [11:34:36.902] Format host information updated +Info 4615 [11:34:36.907] Format host information updated +Info 4616 [11:34:36.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4617 [11:34:36.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 6.36546599958092ms +Info 4618 [11:34:36.914] Different program with same set of files +Info 4619 [11:34:37.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4620 [11:34:37.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 6.363581999205053ms +Info 4621 [11:34:37.429] Different program with same set of files +Info 4622 [11:34:37.429] getCompletionData: Get current token: 0.0018779998645186424 +Info 4623 [11:34:37.429] getCompletionData: Is inside comment: 0.009487000294029713 +Info 4624 [11:34:37.429] getCompletionData: Get previous token: 0.005936000496149063 +Info 4625 [11:34:37.429] getCompletionsAtPosition: isCompletionListBlocker: 0.0028550000861287117 +Info 4626 [11:34:37.430] getExportInfoMap: cache hit +Info 4627 [11:34:37.440] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4628 [11:34:37.440] collectAutoImports: response is complete +Info 4629 [11:34:37.440] collectAutoImports: 10.281917000189424 +Info 4630 [11:34:37.440] getCompletionData: Semantic work: 10.805027999915183 +Info 4631 [11:34:37.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.438672000542283 +Info 4632 [11:34:37.450] Format host information updated +Info 4633 [11:34:37.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4634 [11:34:37.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 6.712968000210822ms +Info 4635 [11:34:37.497] Different program with same set of files +Info 4636 [11:34:37.497] getCompletionData: Get current token: 0.0029540006071329117 +Info 4637 [11:34:37.497] getCompletionData: Is inside comment: 0.009993000887334347 +Info 4638 [11:34:37.497] getCompletionData: Get previous token: 0.0066189998760819435 +Info 4639 [11:34:37.497] getCompletionsAtPosition: isCompletionListBlocker: 0.005563999526202679 +Info 4640 [11:34:37.497] getExportInfoMap: cache hit +Info 4641 [11:34:37.511] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4642 [11:34:37.511] collectAutoImports: response is complete +Info 4643 [11:34:37.511] collectAutoImports: 13.709354000166059 +Info 4644 [11:34:37.511] getCompletionData: Semantic work: 14.179326999932528 +Info 4645 [11:34:37.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.164899999275804 +Info 4646 [11:34:37.519] Format host information updated +Info 4647 [11:34:37.787] getCompletionData: Get current token: 0.003467000089585781 +Info 4648 [11:34:37.787] getCompletionData: Is inside comment: 0.011243999935686588 +Info 4649 [11:34:37.787] getCompletionData: Get previous token: 0.007428999990224838 +Info 4650 [11:34:37.787] getCompletionsAtPosition: isCompletionListBlocker: 0.0025620004162192345 +Info 4651 [11:34:37.787] Returning an empty list because completion was requested in an invalid position. +Info 4652 [11:34:38.068] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4653 [11:34:38.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 9.039276000112295ms +Info 4654 [11:34:38.077] Different program with same set of files +Info 4655 [11:34:38.078] getCompletionData: Get current token: 0.005246000364422798 +Info 4656 [11:34:38.078] getCompletionData: Is inside comment: 0.0168499993160367 +Info 4657 [11:34:38.078] getCompletionData: Get previous token: 0.02400900050997734 +Info 4658 [11:34:38.078] getCompletionsAtPosition: isCompletionListBlocker: 0.002450999803841114 +Info 4659 [11:34:38.078] Returning an empty list because completion was requested in an invalid position. +Info 4660 [11:34:38.078] Format host information updated +Info 4661 [11:34:38.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4662 [11:34:38.213] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 6.585265999659896ms +Info 4663 [11:34:38.213] Different program with same set of files +Info 4664 [11:34:38.213] getCompletionData: Get current token: 0.003467000089585781 +Info 4665 [11:34:38.213] getCompletionData: Is inside comment: 0.012420999817550182 +Info 4666 [11:34:38.213] getCompletionData: Get previous token: 0.0152580002322793 +Info 4667 [11:34:38.213] getCompletionsAtPosition: isCompletionListBlocker: 0.0021209996193647385 +Info 4668 [11:34:38.213] Returning an empty list because completion was requested in an invalid position. +Info 4669 [11:34:38.213] Format host information updated +Info 4670 [11:34:38.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4671 [11:34:38.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 6.235433000139892ms +Info 4672 [11:34:38.686] Different program with same set of files +Info 4673 [11:34:38.686] getCompletionData: Get current token: 0.004483000375330448 +Info 4674 [11:34:38.686] getCompletionData: Is inside comment: 0.018148000352084637 +Info 4675 [11:34:38.686] getCompletionData: Get previous token: 0.01260400004684925 +Info 4676 [11:34:38.686] getCompletionsAtPosition: isCompletionListBlocker: 0.0022200001403689384 +Info 4677 [11:34:38.686] getExportInfoMap: cache hit +Info 4678 [11:34:38.696] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 4679 [11:34:38.696] collectAutoImports: response is complete +Info 4680 [11:34:38.696] collectAutoImports: 9.494195000268519 +Info 4681 [11:34:38.696] getCompletionData: Semantic work: 10.017876000143588 +Info 4682 [11:34:38.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.018095999956131 +Info 4683 [11:34:38.706] Format host information updated +Info 4684 [11:34:38.756] Format host information updated +Info 4685 [11:34:38.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4686 [11:34:38.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 9.71499800030142ms +Info 4687 [11:34:38.766] Different program with same set of files +Info 4688 [11:34:39.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4689 [11:34:39.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 6.396580999717116ms +Info 4690 [11:34:39.277] Different program with same set of files +Info 4691 [11:34:39.277] getCompletionData: Get current token: 0.0031449999660253525 +Info 4692 [11:34:39.277] getCompletionData: Is inside comment: 0.01236599963158369 +Info 4693 [11:34:39.277] getCompletionData: Get previous token: 0.016731999814510345 +Info 4694 [11:34:39.277] getCompletionsAtPosition: isCompletionListBlocker: 0.002329000271856785 +Info 4695 [11:34:39.278] getExportInfoMap: cache hit +Info 4696 [11:34:39.280] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 27 from cache +Info 4697 [11:34:39.280] collectAutoImports: response is complete +Info 4698 [11:34:39.280] collectAutoImports: 2.094355999492109 +Info 4699 [11:34:39.280] getCompletionData: Semantic work: 2.700299999676645 +Info 4700 [11:34:39.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.972477000206709 +Info 4701 [11:34:39.283] Format host information updated +Info 4702 [11:34:39.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4703 [11:34:39.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 6.211711999960244ms +Info 4704 [11:34:39.420] Different program with same set of files +Info 4705 [11:34:39.420] getCompletionData: Get current token: 0.0035020001232624054 +Info 4706 [11:34:39.420] getCompletionData: Is inside comment: 0.011789999902248383 +Info 4707 [11:34:39.421] getCompletionData: Get previous token: 0.015765000134706497 +Info 4708 [11:34:39.421] getCompletionsAtPosition: isCompletionListBlocker: 0.002387000247836113 +Info 4709 [11:34:39.421] getExportInfoMap: cache hit +Info 4710 [11:34:39.423] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 4711 [11:34:39.423] collectAutoImports: response is complete +Info 4712 [11:34:39.423] collectAutoImports: 1.9667180003598332 +Info 4713 [11:34:39.423] getCompletionData: Semantic work: 2.4565790006890893 +Info 4714 [11:34:39.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.030116000212729 +Info 4715 [11:34:39.428] Format host information updated +Info 4716 [11:34:39.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4717 [11:34:39.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 6.508635000325739ms +Info 4718 [11:34:39.502] Different program with same set of files +Info 4719 [11:34:39.502] getCompletionData: Get current token: 0.003480999730527401 +Info 4720 [11:34:39.502] getCompletionData: Is inside comment: 0.012109000235795975 +Info 4721 [11:34:39.502] getCompletionData: Get previous token: 0.015538000501692295 +Info 4722 [11:34:39.502] getCompletionsAtPosition: isCompletionListBlocker: 0.0020490000024437904 +Info 4723 [11:34:39.502] getExportInfoMap: cache hit +Info 4724 [11:34:39.504] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 4725 [11:34:39.504] collectAutoImports: response is complete +Info 4726 [11:34:39.504] collectAutoImports: 1.9360419996082783 +Info 4727 [11:34:39.504] getCompletionData: Semantic work: 2.4063409995287657 +Info 4728 [11:34:39.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6981969997286797 +Info 4729 [11:34:39.507] Format host information updated +Info 4730 [11:34:39.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4731 [11:34:39.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 30.734298000112176ms +Info 4732 [11:34:39.629] Different program with same set of files +Info 4733 [11:34:39.629] getCompletionData: Get current token: 0.008243000134825706 +Info 4734 [11:34:39.630] getCompletionData: Is inside comment: 0.027448000386357307 +Info 4735 [11:34:39.630] getCompletionData: Get previous token: 0.03667499963194132 +Info 4736 [11:34:39.630] getCompletionsAtPosition: isCompletionListBlocker: 0.004633999429643154 +Info 4737 [11:34:39.631] getExportInfoMap: cache hit +Info 4738 [11:34:39.635] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4739 [11:34:39.635] collectAutoImports: response is complete +Info 4740 [11:34:39.635] collectAutoImports: 4.2197479996830225 +Info 4741 [11:34:39.635] getCompletionData: Semantic work: 5.409830999560654 +Info 4742 [11:34:39.640] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.139154000207782 +Info 4743 [11:34:39.642] Format host information updated +Info 4744 [11:34:39.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4745 [11:34:39.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 7.102125000208616ms +Info 4746 [11:34:39.752] Different program with same set of files +Info 4747 [11:34:39.752] getCompletionData: Get current token: 0.003975999541580677 +Info 4748 [11:34:39.753] getCompletionData: Is inside comment: 0.01349399983882904 +Info 4749 [11:34:39.753] getCompletionData: Get previous token: 0.01774599961936474 +Info 4750 [11:34:39.753] getCompletionsAtPosition: isCompletionListBlocker: 0.0026020007207989693 +Info 4751 [11:34:39.753] getExportInfoMap: cache hit +Info 4752 [11:34:39.755] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4753 [11:34:39.755] collectAutoImports: response is complete +Info 4754 [11:34:39.755] collectAutoImports: 1.7618390005081892 +Info 4755 [11:34:39.755] getCompletionData: Semantic work: 2.2841919995844364 +Info 4756 [11:34:39.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.93197900056839 +Info 4757 [11:34:39.759] Format host information updated +Info 4758 [11:34:39.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4759 [11:34:39.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 31.011026999913156ms +Info 4760 [11:34:39.885] Different program with same set of files +Info 4761 [11:34:39.885] getCompletionData: Get current token: 0.016675999388098717 +Info 4762 [11:34:39.885] getCompletionData: Is inside comment: 0.06269500032067299 +Info 4763 [11:34:39.886] getCompletionData: Get previous token: 0.06651700008660555 +Info 4764 [11:34:39.886] getCompletionsAtPosition: isCompletionListBlocker: 0.0055160000920295715 +Info 4765 [11:34:39.887] getExportInfoMap: cache hit +Info 4766 [11:34:39.893] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4767 [11:34:39.893] collectAutoImports: response is complete +Info 4768 [11:34:39.893] collectAutoImports: 5.8676330000162125 +Info 4769 [11:34:39.893] getCompletionData: Semantic work: 7.33317600004375 +Info 4770 [11:34:39.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.346942000091076 +Info 4771 [11:34:39.900] Format host information updated +Info 4772 [11:34:40.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4773 [11:34:40.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 6.482037000358105ms +Info 4774 [11:34:40.049] Different program with same set of files +Info 4775 [11:34:40.049] getCompletionData: Get current token: 0.0034119999036192894 +Info 4776 [11:34:40.049] getCompletionData: Is inside comment: 0.011531000025570393 +Info 4777 [11:34:40.049] getCompletionData: Get previous token: 0.014674999751150608 +Info 4778 [11:34:40.049] getCompletionsAtPosition: isCompletionListBlocker: 0.0019839992746710777 +Info 4779 [11:34:40.049] getExportInfoMap: cache hit +Info 4780 [11:34:40.051] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4781 [11:34:40.051] collectAutoImports: response is complete +Info 4782 [11:34:40.051] collectAutoImports: 1.559333000332117 +Info 4783 [11:34:40.051] getCompletionData: Semantic work: 2.0286909993737936 +Info 4784 [11:34:40.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.662700000219047 +Info 4785 [11:34:40.056] Format host information updated +Info 4786 [11:34:42.346] getCompletionData: Get current token: 0.021071000024676323 +Info 4787 [11:34:42.347] getCompletionData: Is inside comment: 0.041721999645233154 +Info 4788 [11:34:42.347] getCompletionData: Get previous token: 0.029529000632464886 +Info 4789 [11:34:42.347] getCompletionsAtPosition: isCompletionListBlocker: 0.02405599970370531 +Info 4790 [11:34:42.348] getExportInfoMap: cache hit +Info 4791 [11:34:42.362] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4792 [11:34:42.362] collectAutoImports: response is complete +Info 4793 [11:34:42.362] collectAutoImports: 12.868103000335395 +Info 4794 [11:34:42.362] getCompletionData: Semantic work: 14.833266000263393 +Info 4795 [11:34:42.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2443989999592304 +Info 4796 [11:34:42.431] Format host information updated +Info 4797 [11:34:42.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4798 [11:34:42.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 23.28185199946165ms +Info 4799 [11:34:42.455] Different program with same set of files +Info 4800 [11:34:42.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4801 [11:34:42.816] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 6.277710000053048ms +Info 4802 [11:34:42.816] Different program with same set of files +Info 4803 [11:34:42.816] getCompletionData: Get current token: 0.0019320007413625717 +Info 4804 [11:34:42.816] getCompletionData: Is inside comment: 0.006264000199735165 +Info 4805 [11:34:42.816] getCompletionData: Get previous token: 0.009302999824285507 +Info 4806 [11:34:42.816] getCompletionsAtPosition: isCompletionListBlocker: 0.007670000195503235 +Info 4807 [11:34:42.816] getExportInfoMap: cache hit +Info 4808 [11:34:42.819] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 4809 [11:34:42.819] collectAutoImports: response is complete +Info 4810 [11:34:42.819] collectAutoImports: 3.0900560002774 +Info 4811 [11:34:42.819] getCompletionData: Semantic work: 3.58016400039196 +Info 4812 [11:34:42.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9615850001573563 +Info 4813 [11:34:42.821] Format host information updated +Info 4814 [11:34:42.958] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4815 [11:34:42.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 6.461598000489175ms +Info 4816 [11:34:42.964] Different program with same set of files +Info 4817 [11:34:42.964] getCompletionData: Get current token: 0.002542000263929367 +Info 4818 [11:34:42.964] getCompletionData: Is inside comment: 0.007631000131368637 +Info 4819 [11:34:42.964] getCompletionData: Get previous token: 0.01108499988913536 +Info 4820 [11:34:42.964] getCompletionsAtPosition: isCompletionListBlocker: 0.00827800016850233 +Info 4821 [11:34:42.965] getExportInfoMap: cache hit +Info 4822 [11:34:42.967] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 25 from cache +Info 4823 [11:34:42.967] collectAutoImports: response is complete +Info 4824 [11:34:42.967] collectAutoImports: 2.4759909994900227 +Info 4825 [11:34:42.967] getCompletionData: Semantic work: 3.034762999974191 +Info 4826 [11:34:42.968] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0020970003679395 +Info 4827 [11:34:42.971] Format host information updated +Info 4828 [11:34:43.140] Format host information updated +Info 4829 [11:34:43.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4830 [11:34:43.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 22.57340200059116ms +Info 4831 [11:34:43.163] Different program with same set of files +Info 4832 [11:34:43.194] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4833 [11:34:43.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 9.2360920002684ms +Info 4834 [11:34:43.203] Different program with same set of files +Info 4835 [11:34:43.203] getCompletionData: Get current token: 0.00829899962991476 +Info 4836 [11:34:43.203] getCompletionData: Is inside comment: 0.01658300030976534 +Info 4837 [11:34:43.203] getCompletionData: Get previous token: 0.014411999844014645 +Info 4838 [11:34:43.203] getCompletionsAtPosition: isCompletionListBlocker: 0.00866399984806776 +Info 4839 [11:34:43.204] getExportInfoMap: cache hit +Info 4840 [11:34:43.222] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4841 [11:34:43.222] collectAutoImports: response is complete +Info 4842 [11:34:43.222] collectAutoImports: 17.872952999547124 +Info 4843 [11:34:43.222] getCompletionData: Semantic work: 18.61595799960196 +Info 4844 [11:34:43.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9542380003258586 +Info 4845 [11:34:43.229] Format host information updated +Info 4846 [11:34:43.398] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4847 [11:34:43.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 24.743333999998868ms +Info 4848 [11:34:43.423] Different program with same set of files +Info 4849 [11:34:43.423] getCompletionData: Get current token: 0.010586000047624111 +Info 4850 [11:34:43.423] getCompletionData: Is inside comment: 0.01915699988603592 +Info 4851 [11:34:43.424] getCompletionData: Get previous token: 0.013900000602006912 +Info 4852 [11:34:43.424] getCompletionsAtPosition: isCompletionListBlocker: 0.011440000496804714 +Info 4853 [11:34:43.424] getExportInfoMap: cache hit +Info 4854 [11:34:43.440] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4855 [11:34:43.440] collectAutoImports: response is complete +Info 4856 [11:34:43.440] collectAutoImports: 15.232357000000775 +Info 4857 [11:34:43.440] getCompletionData: Semantic work: 16.183427999727428 +Info 4858 [11:34:43.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.81797800026834 +Info 4859 [11:34:43.447] Format host information updated +Info 4860 [11:34:43.963] getCompletionData: Get current token: 0.00217599980533123 +Info 4861 [11:34:43.963] getCompletionData: Is inside comment: 0.007468000054359436 +Info 4862 [11:34:43.963] getCompletionData: Get previous token: 0.0044999998062849045 +Info 4863 [11:34:43.963] getCompletionsAtPosition: isCompletionListBlocker: 0.008564000017940998 +Info 4864 [11:34:43.964] getExportInfoMap: cache hit +Info 4865 [11:34:43.970] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4866 [11:34:43.970] collectAutoImports: response is complete +Info 4867 [11:34:43.970] collectAutoImports: 6.60687099955976 +Info 4868 [11:34:43.970] getCompletionData: Semantic work: 7.356983000412583 +Info 4869 [11:34:43.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6278020003810525 +Info 4870 [11:34:44.932] getCompletionData: Get current token: 0.0030740005895495415 +Info 4871 [11:34:44.932] getCompletionData: Is inside comment: 0.0009890003129839897 +Info 4872 [11:34:44.932] getCompletionData: Get previous token: 0.014778999611735344 +Info 4873 [11:34:44.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0034539997577667236 +Info 4874 [11:34:44.933] getExportInfoMap: cache hit +Info 4875 [11:34:44.934] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 15 from cache +Info 4876 [11:34:44.934] collectAutoImports: response is complete +Info 4877 [11:34:44.934] collectAutoImports: 1.6120409993454814 +Info 4878 [11:34:44.934] getCompletionData: Semantic work: 2.3422990003600717 +Info 4879 [11:34:44.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7935220003128052 +Info 4880 [11:34:45.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4881 [11:34:45.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 6.52112300042063ms +Info 4882 [11:34:45.121] Different program with same set of files +Info 4883 [11:34:45.121] getCompletionData: Get current token: 0.003720000386238098 +Info 4884 [11:34:45.121] getCompletionData: Is inside comment: 0.0014510005712509155 +Info 4885 [11:34:45.121] getCompletionData: Get previous token: 0.014416000805795193 +Info 4886 [11:34:45.121] getCompletionsAtPosition: isCompletionListBlocker: 0.005576999858021736 +Info 4887 [11:34:45.122] getExportInfoMap: cache hit +Info 4888 [11:34:45.133] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4889 [11:34:45.133] collectAutoImports: response is complete +Info 4890 [11:34:45.133] collectAutoImports: 11.634438999928534 +Info 4891 [11:34:45.133] getCompletionData: Semantic work: 12.186494000256062 +Info 4892 [11:34:45.140] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.341206000186503 +Info 4893 [11:34:45.143] Format host information updated +Info 4894 [11:34:45.209] Format host information updated +Info 4895 [11:34:45.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4896 [11:34:45.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 6.658575999550521ms +Info 4897 [11:34:45.216] Different program with same set of files +Info 4898 [11:34:45.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4899 [11:34:45.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 6.381992000155151ms +Info 4900 [11:34:45.354] Different program with same set of files +Info 4901 [11:34:45.354] getCompletionData: Get current token: 0.0035210000351071358 +Info 4902 [11:34:45.354] getCompletionData: Is inside comment: 0.001362999901175499 +Info 4903 [11:34:45.354] getCompletionData: Get previous token: 0.018438000231981277 +Info 4904 [11:34:45.354] getCompletionsAtPosition: isCompletionListBlocker: 0.0027389992028474808 +Info 4905 [11:34:45.357] getCompletionData: Semantic work: 2.0097599998116493 +Info 4906 [11:34:45.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1028049997985363 +Info 4907 [11:34:45.359] Format host information updated +Info 4908 [11:34:45.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4909 [11:34:45.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 6.552193999290466ms +Info 4910 [11:34:45.424] Different program with same set of files +Info 4911 [11:34:45.425] getCompletionData: Get current token: 0.0040529994294047356 +Info 4912 [11:34:45.425] getCompletionData: Is inside comment: 0.0014310004189610481 +Info 4913 [11:34:45.425] getCompletionData: Get previous token: 0.01724500022828579 +Info 4914 [11:34:45.425] getCompletionsAtPosition: isCompletionListBlocker: 0.006697000004351139 +Info 4915 [11:34:45.425] getExportInfoMap: cache hit +Info 4916 [11:34:45.438] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4917 [11:34:45.438] collectAutoImports: response is complete +Info 4918 [11:34:45.438] collectAutoImports: 13.287670999765396 +Info 4919 [11:34:45.439] getCompletionData: Semantic work: 13.887591999955475 +Info 4920 [11:34:45.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7566609997302294 +Info 4921 [11:34:45.446] Format host information updated +Info 4922 [11:34:45.704] getCompletionData: Get current token: 0.006094000302255154 +Info 4923 [11:34:45.704] getCompletionData: Is inside comment: 0.005065999925136566 +Info 4924 [11:34:45.704] getCompletionData: Get previous token: 0.03049399983137846 +Info 4925 [11:34:45.704] getCompletionsAtPosition: isCompletionListBlocker: 0.004382000304758549 +Info 4926 [11:34:45.705] getCompletionData: Semantic work: 0.6950410008430481 +Info 4927 [11:34:45.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09088299982249737 +Info 4928 [11:34:45.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4929 [11:34:45.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 6.734461000189185ms +Info 4930 [11:34:45.860] Different program with same set of files +Info 4931 [11:34:45.860] getCompletionData: Get current token: 0.003198999911546707 +Info 4932 [11:34:45.860] getCompletionData: Is inside comment: 0.0009870007634162903 +Info 4933 [11:34:45.860] getCompletionData: Get previous token: 0.017211000435054302 +Info 4934 [11:34:45.860] getCompletionsAtPosition: isCompletionListBlocker: 0.0023320000618696213 +Info 4935 [11:34:45.862] getCompletionData: Semantic work: 2.3151829997077584 +Info 4936 [11:34:45.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08906400017440319 +Info 4937 [11:34:45.864] Format host information updated +Info 4938 [11:34:45.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4939 [11:34:45.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 7.063959999941289ms +Info 4940 [11:34:45.942] Different program with same set of files +Info 4941 [11:34:45.942] getCompletionData: Get current token: 0.004165999591350555 +Info 4942 [11:34:45.942] getCompletionData: Is inside comment: 0.0011390000581741333 +Info 4943 [11:34:45.942] getCompletionData: Get previous token: 0.01860199961811304 +Info 4944 [11:34:45.942] getCompletionsAtPosition: isCompletionListBlocker: 0.008566000498831272 +Info 4945 [11:34:45.944] getCompletionData: Semantic work: 1.8179789995774627 +Info 4946 [11:34:45.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08853700011968613 +Info 4947 [11:34:45.944] Format host information updated +Info 4948 [11:34:46.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4949 [11:34:46.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 6.0679989997297525ms +Info 4950 [11:34:46.051] Different program with same set of files +Info 4951 [11:34:46.051] getCompletionData: Get current token: 0.0035210000351071358 +Info 4952 [11:34:46.051] getCompletionData: Is inside comment: 0.0012539997696876526 +Info 4953 [11:34:46.051] getCompletionData: Get previous token: 0.017660999670624733 +Info 4954 [11:34:46.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0020629996433854103 +Info 4955 [11:34:46.053] getCompletionData: Semantic work: 1.6547659998759627 +Info 4956 [11:34:46.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08027900010347366 +Info 4957 [11:34:46.053] Format host information updated +Info 4958 [11:34:46.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4959 [11:34:46.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 8.377802999690175ms +Info 4960 [11:34:46.181] Different program with same set of files +Info 4961 [11:34:46.181] getCompletionData: Get current token: 0.0040160007774829865 +Info 4962 [11:34:46.181] getCompletionData: Is inside comment: 0.0011510001495480537 +Info 4963 [11:34:46.181] getCompletionData: Get previous token: 0.017583000473678112 +Info 4964 [11:34:46.181] getCompletionsAtPosition: isCompletionListBlocker: 0.002626999281346798 +Info 4965 [11:34:46.183] getCompletionData: Semantic work: 1.837605000473559 +Info 4966 [11:34:46.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07995499949902296 +Info 4967 [11:34:46.183] Format host information updated +Info 4968 [11:34:46.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4969 [11:34:46.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 18.59502200037241ms +Info 4970 [11:34:46.266] Different program with same set of files +Info 4971 [11:34:46.266] getCompletionData: Get current token: 0.012763000093400478 +Info 4972 [11:34:46.266] getCompletionData: Is inside comment: 0.004359000362455845 +Info 4973 [11:34:46.267] getCompletionData: Get previous token: 0.0694369999691844 +Info 4974 [11:34:46.267] getCompletionsAtPosition: isCompletionListBlocker: 0.006673999130725861 +Info 4975 [11:34:46.271] getCompletionData: Semantic work: 4.778236999176443 +Info 4976 [11:34:46.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.28351399954408407 +Info 4977 [11:34:46.272] Format host information updated +Info 4978 [11:34:46.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4979 [11:34:46.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 9.393535999581218ms +Info 4980 [11:34:46.447] Different program with same set of files +Info 4981 [11:34:46.448] getCompletionData: Get current token: 0.0048409998416900635 +Info 4982 [11:34:46.448] getCompletionData: Is inside comment: 0.0016009993851184845 +Info 4983 [11:34:46.448] getCompletionData: Get previous token: 0.01992800086736679 +Info 4984 [11:34:46.448] getCompletionsAtPosition: isCompletionListBlocker: 0.002549000084400177 +Info 4985 [11:34:46.448] getExportInfoMap: cache hit +Info 4986 [11:34:46.460] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 4987 [11:34:46.460] collectAutoImports: response is complete +Info 4988 [11:34:46.460] collectAutoImports: 11.575411999598145 +Info 4989 [11:34:46.460] getCompletionData: Semantic work: 12.169103999622166 +Info 4990 [11:34:46.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.096374999731779 +Info 4991 [11:34:46.471] Format host information updated +Info 4992 [11:34:46.531] Format host information updated +Info 4993 [11:34:46.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4994 [11:34:46.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 13.705635999329388ms +Info 4995 [11:34:46.546] Different program with same set of files +Info 4996 [11:34:46.836] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4997 [11:34:46.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 13.872375999577343ms +Info 4998 [11:34:46.850] Different program with same set of files +Info 4999 [11:34:46.850] getCompletionData: Get current token: 0.0070500001311302185 +Info 5000 [11:34:46.850] getCompletionData: Is inside comment: 0.0029259994626045227 +Info 5001 [11:34:46.850] getCompletionData: Get previous token: 0.03480000048875809 +Info 5002 [11:34:46.850] getCompletionsAtPosition: isCompletionListBlocker: 0.0044929999858140945 +Info 5003 [11:34:46.851] getExportInfoMap: cache hit +Info 5004 [11:34:46.858] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 5005 [11:34:46.858] collectAutoImports: response is complete +Info 5006 [11:34:46.858] collectAutoImports: 6.5571590000763535 +Info 5007 [11:34:46.858] getCompletionData: Semantic work: 7.6847230000421405 +Info 5008 [11:34:46.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.406956000253558 +Info 5009 [11:34:46.864] Format host information updated +Info 5010 [11:34:46.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5011 [11:34:46.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 6.532199999317527ms +Info 5012 [11:34:46.961] Different program with same set of files +Info 5013 [11:34:46.962] getCompletionData: Get current token: 0.0041610002517700195 +Info 5014 [11:34:46.962] getCompletionData: Is inside comment: 0.0013100001960992813 +Info 5015 [11:34:46.962] getCompletionData: Get previous token: 0.021257000043988228 +Info 5016 [11:34:46.962] getCompletionsAtPosition: isCompletionListBlocker: 0.002590000629425049 +Info 5017 [11:34:46.962] getExportInfoMap: cache hit +Info 5018 [11:34:46.965] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 25 from cache +Info 5019 [11:34:46.965] collectAutoImports: response is complete +Info 5020 [11:34:46.965] collectAutoImports: 2.577475999481976 +Info 5021 [11:34:46.965] getCompletionData: Semantic work: 3.183993000537157 +Info 5022 [11:34:46.968] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.750331999734044 +Info 5023 [11:34:46.971] Format host information updated +Info 5024 [11:34:47.134] Format host information updated +Info 5025 [11:34:47.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5026 [11:34:47.141] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 7.231415000744164ms +Info 5027 [11:34:47.141] Different program with same set of files +Info 5028 [11:34:47.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5029 [11:34:47.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 6.469113000668585ms +Info 5030 [11:34:47.281] Different program with same set of files +Info 5031 [11:34:47.281] getCompletionData: Get current token: 0.004083000123500824 +Info 5032 [11:34:47.281] getCompletionData: Is inside comment: 0.0013779997825622559 +Info 5033 [11:34:47.281] getCompletionData: Get previous token: 0.024834999814629555 +Info 5034 [11:34:47.281] getCompletionsAtPosition: isCompletionListBlocker: 0.0078029995784163475 +Info 5035 [11:34:47.282] getExportInfoMap: cache hit +Info 5036 [11:34:47.295] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 5037 [11:34:47.295] collectAutoImports: response is complete +Info 5038 [11:34:47.295] collectAutoImports: 13.070921000093222 +Info 5039 [11:34:47.295] getCompletionData: Semantic work: 13.643369999714196 +Info 5040 [11:34:47.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6958320001140237 +Info 5041 [11:34:47.302] Format host information updated +Info 5042 [11:34:47.397] Format host information updated +Info 5043 [11:34:47.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5044 [11:34:47.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 6.585692000575364ms +Info 5045 [11:34:47.404] Different program with same set of files +Info 5046 [11:34:47.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5047 [11:34:47.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 6.641834000125527ms +Info 5048 [11:34:47.575] Different program with same set of files +Info 5049 [11:34:47.575] getCompletionData: Get current token: 0.004550999961793423 +Info 5050 [11:34:47.575] getCompletionData: Is inside comment: 0.0013910001143813133 +Info 5051 [11:34:47.575] getCompletionData: Get previous token: 0.022351999767124653 +Info 5052 [11:34:47.575] getCompletionsAtPosition: isCompletionListBlocker: 0.00913000013679266 +Info 5053 [11:34:47.576] getExportInfoMap: cache hit +Info 5054 [11:34:47.579] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 38 from cache +Info 5055 [11:34:47.579] collectAutoImports: response is complete +Info 5056 [11:34:47.579] collectAutoImports: 3.3390919994562864 +Info 5057 [11:34:47.579] getCompletionData: Semantic work: 3.9940959997475147 +Info 5058 [11:34:47.580] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2199230007827282 +Info 5059 [11:34:47.581] Format host information updated +Info 5060 [11:34:47.831] Format host information updated +Info 5061 [11:34:47.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5062 [11:34:47.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 9.23567199986428ms +Info 5063 [11:34:47.841] Different program with same set of files +Info 5064 [11:34:47.953] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5065 [11:34:47.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 7.222246999852359ms +Info 5066 [11:34:47.960] Different program with same set of files +Info 5067 [11:34:47.961] getCompletionData: Get current token: 0.0034309998154640198 +Info 5068 [11:34:47.961] getCompletionData: Is inside comment: 0.0011539999395608902 +Info 5069 [11:34:47.961] getCompletionData: Get previous token: 0.01823699939996004 +Info 5070 [11:34:47.961] getCompletionsAtPosition: isCompletionListBlocker: 0.007636000402271748 +Info 5071 [11:34:47.961] getExportInfoMap: cache hit +Info 5072 [11:34:47.974] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 5073 [11:34:47.974] collectAutoImports: response is complete +Info 5074 [11:34:47.974] collectAutoImports: 12.511258999817073 +Info 5075 [11:34:47.974] getCompletionData: Semantic work: 13.142540999688208 +Info 5076 [11:34:47.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.474289999343455 +Info 5077 [11:34:47.980] Format host information updated +Info 5078 [11:34:48.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5079 [11:34:48.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 6.6958989994600415ms +Info 5080 [11:34:48.150] Different program with same set of files +Info 5081 [11:34:48.150] getCompletionData: Get current token: 0.00461099948734045 +Info 5082 [11:34:48.150] getCompletionData: Is inside comment: 0.0014800000935792923 +Info 5083 [11:34:48.151] getCompletionData: Get previous token: 0.020327000878751278 +Info 5084 [11:34:48.151] getCompletionsAtPosition: isCompletionListBlocker: 0.007741999812424183 +Info 5085 [11:34:48.151] getExportInfoMap: cache hit +Info 5086 [11:34:48.166] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 883 from cache +Info 5087 [11:34:48.166] collectAutoImports: response is complete +Info 5088 [11:34:48.166] collectAutoImports: 15.219808999449015 +Info 5089 [11:34:48.166] getCompletionData: Semantic work: 15.804317999631166 +Info 5090 [11:34:48.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.22027700021863 +Info 5091 [11:34:48.176] Format host information updated +Info 5092 [11:34:48.253] Format host information updated +Info 5093 [11:34:48.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5094 [11:34:48.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 6.439980999566615ms +Info 5095 [11:34:48.259] Different program with same set of files +Info 5096 [11:34:48.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5097 [11:34:48.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 6.57237400021404ms +Info 5098 [11:34:48.402] Different program with same set of files +Info 5099 [11:34:48.402] getCompletionData: Get current token: 0.003320000134408474 +Info 5100 [11:34:48.402] getCompletionData: Is inside comment: 0.0011149998754262924 +Info 5101 [11:34:48.402] getCompletionData: Get previous token: 0.016908999532461166 +Info 5102 [11:34:48.402] getCompletionsAtPosition: isCompletionListBlocker: 0.00749799981713295 +Info 5103 [11:34:48.403] getExportInfoMap: cache hit +Info 5104 [11:34:48.405] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 38 from cache +Info 5105 [11:34:48.405] collectAutoImports: response is complete +Info 5106 [11:34:48.405] collectAutoImports: 2.6860389998182654 +Info 5107 [11:34:48.405] getCompletionData: Semantic work: 3.2134320000186563 +Info 5108 [11:34:48.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.004599000327289 +Info 5109 [11:34:48.408] Format host information updated +Info 5110 [11:34:48.613] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5111 [11:34:48.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 9.779009999707341ms +Info 5112 [11:34:48.623] Different program with same set of files +Info 5113 [11:34:48.623] getCompletionData: Get current token: 0.004786999896168709 +Info 5114 [11:34:48.623] getCompletionData: Is inside comment: 0.0013550007715821266 +Info 5115 [11:34:48.623] getCompletionData: Get previous token: 0.02300800010561943 +Info 5116 [11:34:48.623] getCompletionsAtPosition: isCompletionListBlocker: 0.008495999500155449 +Info 5117 [11:34:48.624] getExportInfoMap: cache hit +Info 5118 [11:34:48.626] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 5 from cache +Info 5119 [11:34:48.626] collectAutoImports: response is complete +Info 5120 [11:34:48.626] collectAutoImports: 2.153439000248909 +Info 5121 [11:34:48.626] getCompletionData: Semantic work: 2.8361900001764297 +Info 5122 [11:34:48.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.273814999498427 +Info 5123 [11:34:48.629] Format host information updated +Info 5124 [11:34:48.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5125 [11:34:48.724] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 6.441675999201834ms +Info 5126 [11:34:48.724] Different program with same set of files +Info 5127 [11:34:48.724] getCompletionData: Get current token: 0.0045100003480911255 +Info 5128 [11:34:48.724] getCompletionData: Is inside comment: 0.001339999958872795 +Info 5129 [11:34:48.724] getCompletionData: Get previous token: 0.02391699980944395 +Info 5130 [11:34:48.724] getCompletionsAtPosition: isCompletionListBlocker: 0.007770000025629997 +Info 5131 [11:34:48.724] getExportInfoMap: cache hit +Info 5132 [11:34:48.726] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 5 from cache +Info 5133 [11:34:48.726] collectAutoImports: response is complete +Info 5134 [11:34:48.726] collectAutoImports: 2.020499000325799 +Info 5135 [11:34:48.726] getCompletionData: Semantic work: 2.607526999898255 +Info 5136 [11:34:48.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1106650000438094 +Info 5137 [11:34:48.733] Format host information updated +Info 5138 [11:34:48.778] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5139 [11:34:48.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 18.493463000282645ms +Info 5140 [11:34:48.796] Different program with same set of files +Info 5141 [11:34:48.796] getCompletionData: Get current token: 0.0037470003589987755 +Info 5142 [11:34:48.796] getCompletionData: Is inside comment: 0.0011719996109604836 +Info 5143 [11:34:48.796] getCompletionData: Get previous token: 0.019337999634444714 +Info 5144 [11:34:48.796] getCompletionsAtPosition: isCompletionListBlocker: 0.009814999997615814 +Info 5145 [11:34:48.797] getExportInfoMap: cache hit +Info 5146 [11:34:48.800] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 5147 [11:34:48.800] collectAutoImports: response is complete +Info 5148 [11:34:48.800] collectAutoImports: 2.7340410007163882 +Info 5149 [11:34:48.800] getCompletionData: Semantic work: 3.7274889992550015 +Info 5150 [11:34:48.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4283059993758798 +Info 5151 [11:34:48.804] Format host information updated +Info 5152 [11:34:48.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5153 [11:34:48.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 6.978209000080824ms +Info 5154 [11:34:48.846] Different program with same set of files +Info 5155 [11:34:48.846] getCompletionData: Get current token: 0.0034210002049803734 +Info 5156 [11:34:48.846] getCompletionData: Is inside comment: 0.0010700002312660217 +Info 5157 [11:34:48.846] getCompletionData: Get previous token: 0.018641999922692776 +Info 5158 [11:34:48.846] getCompletionsAtPosition: isCompletionListBlocker: 0.007134999148547649 +Info 5159 [11:34:48.847] getExportInfoMap: cache hit +Info 5160 [11:34:48.849] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 5161 [11:34:48.849] collectAutoImports: response is complete +Info 5162 [11:34:48.849] collectAutoImports: 1.7345629995688796 +Info 5163 [11:34:48.849] getCompletionData: Semantic work: 2.3462720001116395 +Info 5164 [11:34:48.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8686999995261431 +Info 5165 [11:34:48.851] Format host information updated +Info 5166 [11:34:48.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5167 [11:34:48.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 25.220391999930143ms +Info 5168 [11:34:48.985] Different program with same set of files +Info 5169 [11:34:48.986] getCompletionData: Get current token: 0.01651300024241209 +Info 5170 [11:34:48.986] getCompletionData: Is inside comment: 0.005271000787615776 +Info 5171 [11:34:48.986] getCompletionData: Get previous token: 0.09024200029671192 +Info 5172 [11:34:48.986] getCompletionsAtPosition: isCompletionListBlocker: 0.027540999464690685 +Info 5173 [11:34:48.988] getExportInfoMap: cache hit +Info 5174 [11:34:48.994] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 5175 [11:34:48.994] collectAutoImports: response is complete +Info 5176 [11:34:48.994] collectAutoImports: 5.933453000150621 +Info 5177 [11:34:48.994] getCompletionData: Semantic work: 8.086687000468373 +Info 5178 [11:34:49.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.338277000002563 +Info 5179 [11:34:49.001] Format host information updated +Info 5180 [11:34:49.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5181 [11:34:49.034] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 10.372502000071108ms +Info 5182 [11:34:49.034] Different program with same set of files +Info 5183 [11:34:49.034] getCompletionData: Get current token: 0.004871999844908714 +Info 5184 [11:34:49.034] getCompletionData: Is inside comment: 0.0013999994844198227 +Info 5185 [11:34:49.034] getCompletionData: Get previous token: 0.02460400015115738 +Info 5186 [11:34:49.034] getCompletionsAtPosition: isCompletionListBlocker: 0.008705999702215195 +Info 5187 [11:34:49.035] getExportInfoMap: cache hit +Info 5188 [11:34:49.037] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 5189 [11:34:49.037] collectAutoImports: response is complete +Info 5190 [11:34:49.037] collectAutoImports: 1.963420999236405 +Info 5191 [11:34:49.037] getCompletionData: Semantic work: 2.5702219996601343 +Info 5192 [11:34:49.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9792269999161363 +Info 5193 [11:34:49.040] Format host information updated diff --git a/.log/tsserver-log-6IoGak/tsserver.log b/.log/tsserver-log-6IoGak/tsserver.log new file mode 100644 index 0000000..6a6fa02 --- /dev/null +++ b/.log/tsserver-log-6IoGak/tsserver.log @@ -0,0 +1,298 @@ +Info 0 [12:39:47.005] Starting TS Server +Info 1 [12:39:47.006] Version: 5.2.2 +Info 2 [12:39:47.006] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/1bec5ddd2662f3772042d67c85bae2c0/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-6IoGak/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:39:47.006] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:39:47.006] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [12:39:47.010] Format host information updated +Info 6 [12:39:47.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [12:39:47.314] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 299.23267000028864ms +Info 8 [12:39:47.314] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [12:39:47.314] Files (8) + +Info 10 [12:39:47.314] ----------------------------------------------- +Info 11 [12:39:47.314] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [12:39:47.314] Files (8) + +Info 11 [12:39:47.314] ----------------------------------------------- +Info 11 [12:39:47.314] Open files: +Info 11 [12:39:47.314] FileName: /home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [12:39:47.314] Projects: /dev/null/inferredProject1* +Info 11 [12:39:47.834] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [12:39:47.834] Files (8) + +Info 11 [12:39:47.834] ----------------------------------------------- +Info 11 [12:39:47.834] Open files: +Info 11 [12:39:52.376] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12 [12:39:52.382] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 5.71047000028193ms +Info 13 [12:39:52.382] Project '/dev/null/inferredProject1*' (Inferred) +Info 14 [12:39:52.382] Files (8) + +Info 15 [12:39:52.382] ----------------------------------------------- +Info 16 [12:39:52.382] Project '/dev/null/inferredProject1*' (Inferred) +Info 16 [12:39:52.382] Files (8) + +Info 16 [12:39:52.382] ----------------------------------------------- +Info 16 [12:39:52.382] Open files: +Info 16 [12:39:52.382] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 16 [12:39:52.382] Projects: /dev/null/inferredProject1* +Info 16 [12:39:52.382] Format host information updated +Info 17 [12:40:14.253] Project '/dev/null/inferredProject1*' (Inferred) +Info 17 [12:40:14.253] Files (8) + +Info 17 [12:40:14.253] ----------------------------------------------- +Info 17 [12:40:14.253] Open files: +Info 17 [12:46:24.278] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18 [12:46:24.279] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.37063599983230233ms +Info 19 [12:46:24.279] Project '/dev/null/inferredProject1*' (Inferred) +Info 20 [12:46:24.279] Files (8) + +Info 21 [12:46:24.279] ----------------------------------------------- +Info 22 [12:46:24.279] Project '/dev/null/inferredProject1*' (Inferred) +Info 22 [12:46:24.279] Files (8) + +Info 22 [12:46:24.279] ----------------------------------------------- +Info 22 [12:46:24.279] Open files: +Info 22 [12:46:24.279] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 22 [12:46:24.279] Projects: /dev/null/inferredProject1* +Info 22 [12:46:24.539] Format host information updated +Info 23 [12:46:27.714] Format host information updated +Info 24 [12:46:27.924] Format host information updated +Info 25 [12:46:28.379] Format host information updated +Info 26 [12:46:28.571] Format host information updated +Info 27 [12:46:28.641] Format host information updated +Info 28 [12:46:28.780] Format host information updated +Info 29 [12:46:28.870] Format host information updated +Info 30 [12:46:29.057] Format host information updated +Info 31 [12:46:29.197] Format host information updated +Info 32 [12:46:29.267] Format host information updated +Info 33 [12:46:29.329] Format host information updated +Info 34 [12:46:29.398] Format host information updated +Info 35 [12:46:29.608] Format host information updated +Info 36 [12:46:29.723] Format host information updated +Info 37 [12:46:29.893] Format host information updated +Info 38 [12:46:30.016] Format host information updated +Info 39 [12:46:30.332] Format host information updated +Info 40 [12:46:30.401] Format host information updated +Info 41 [12:46:30.561] Format host information updated +Info 42 [12:46:30.680] Format host information updated +Info 43 [12:46:30.950] Format host information updated +Info 44 [12:46:31.102] Format host information updated +Info 45 [12:46:31.219] Format host information updated +Info 46 [12:46:31.282] Format host information updated +Info 47 [12:46:31.404] Format host information updated +Info 48 [12:46:31.566] Format host information updated +Info 49 [12:46:31.916] Format host information updated +Info 50 [12:46:32.019] Format host information updated +Info 51 [12:46:32.098] Format host information updated +Info 52 [12:46:33.432] Format host information updated +Info 53 [12:46:33.494] Format host information updated +Info 54 [12:46:33.976] Format host information updated +Info 55 [12:46:34.059] Format host information updated +Info 56 [12:46:34.149] Format host information updated +Info 57 [12:46:34.305] Format host information updated +Info 58 [12:46:34.599] Format host information updated +Info 59 [12:46:34.782] Format host information updated +Info 60 [12:46:34.840] Format host information updated +Info 61 [12:46:35.014] Format host information updated +Info 62 [12:46:35.296] Format host information updated +Info 63 [12:46:35.404] Format host information updated +Info 64 [12:46:36.797] Format host information updated +Info 65 [12:46:36.953] Format host information updated +Info 66 [12:46:37.212] Format host information updated +Info 67 [12:46:37.301] Format host information updated +Info 68 [12:46:37.497] Format host information updated +Info 69 [12:46:37.562] Format host information updated +Info 70 [12:46:38.198] Format host information updated +Info 71 [12:46:38.512] Format host information updated +Info 72 [12:46:38.601] Format host information updated +Info 73 [12:46:38.669] Format host information updated +Info 74 [12:46:38.832] Format host information updated +Info 75 [12:46:39.256] Format host information updated +Info 76 [12:46:39.415] Format host information updated +Info 77 [12:46:39.639] Format host information updated +Info 78 [12:46:39.710] Format host information updated +Info 79 [12:46:39.885] Format host information updated +Info 80 [12:46:40.092] Format host information updated +Info 81 [12:46:40.193] Format host information updated +Info 82 [12:46:40.294] Format host information updated +Info 83 [12:46:40.404] Format host information updated +Info 84 [12:46:40.476] Format host information updated +Info 85 [12:46:40.598] Format host information updated +Info 86 [12:46:40.659] Format host information updated +Info 87 [12:46:41.176] Format host information updated +Info 88 [12:46:41.301] Format host information updated +Info 89 [12:46:41.495] Format host information updated +Info 90 [12:46:41.573] Format host information updated +Info 91 [12:46:41.720] Format host information updated +Info 92 [12:46:41.908] Format host information updated +Info 93 [12:46:42.269] Format host information updated +Info 94 [12:46:42.347] Format host information updated +Info 95 [12:46:42.751] Format host information updated +Info 96 [12:46:42.853] Format host information updated +Info 97 [12:46:42.957] Format host information updated +Info 98 [12:46:43.079] Format host information updated +Info 99 [12:46:44.616] Format host information updated +Info 100 [12:46:44.676] Format host information updated +Info 101 [12:46:46.507] Format host information updated +Info 102 [12:46:46.901] Format host information updated +Info 103 [12:46:47.115] Format host information updated +Info 104 [12:46:47.238] Format host information updated +Info 105 [12:46:47.373] Format host information updated +Info 106 [12:46:47.454] Format host information updated +Info 107 [12:46:48.516] Format host information updated +Info 108 [12:46:48.581] Format host information updated +Info 109 [12:46:48.696] Format host information updated +Info 110 [12:46:49.212] Format host information updated +Info 111 [12:46:49.383] Format host information updated +Info 112 [12:46:49.541] Format host information updated +Info 113 [12:46:49.599] Format host information updated +Info 114 [12:46:50.312] Format host information updated +Info 115 [12:46:50.765] Format host information updated +Info 116 [12:46:51.262] Format host information updated +Info 117 [12:46:51.321] Format host information updated +Info 118 [12:46:51.912] Format host information updated +Info 119 [12:46:52.263] Format host information updated +Info 120 [12:46:52.490] Format host information updated +Info 121 [12:46:52.615] Format host information updated +Info 122 [12:46:52.878] Format host information updated +Info 123 [12:46:52.998] Format host information updated +Info 124 [12:46:53.085] Format host information updated +Info 125 [12:46:53.173] Format host information updated +Info 126 [12:46:53.241] Format host information updated +Info 127 [12:46:53.447] Format host information updated +Info 128 [12:46:53.666] Format host information updated +Info 129 [12:46:53.728] Format host information updated +Info 130 [12:46:53.900] Format host information updated +Info 131 [12:46:53.971] Format host information updated +Info 132 [12:46:54.118] Format host information updated +Info 133 [12:46:54.182] Format host information updated +Info 134 [12:46:54.404] Format host information updated +Info 135 [12:46:54.490] Format host information updated +Info 136 [12:46:55.996] Format host information updated +Info 137 [12:46:56.056] Format host information updated +Info 138 [12:46:56.232] Format host information updated +Info 139 [12:46:56.300] Format host information updated +Info 140 [12:46:56.422] Format host information updated +Info 141 [12:46:56.579] Format host information updated +Info 142 [12:46:56.691] Format host information updated +Info 143 [12:46:56.788] Format host information updated +Info 144 [12:47:05.891] Format host information updated +Info 145 [12:47:06.015] Format host information updated +Info 146 [12:47:06.094] Format host information updated +Info 147 [12:47:06.160] Format host information updated +Info 148 [12:47:06.262] Format host information updated +Info 149 [12:47:06.331] Format host information updated +Info 150 [12:47:06.485] Format host information updated +Info 151 [12:47:06.986] Format host information updated +Info 152 [12:47:07.142] Format host information updated +Info 153 [12:47:07.303] Format host information updated +Info 154 [12:47:08.725] Format host information updated +Info 155 [12:47:08.956] Format host information updated +Info 156 [12:47:09.247] Format host information updated +Info 157 [12:47:09.443] Format host information updated +Info 158 [12:47:09.564] Format host information updated +Info 159 [12:47:09.846] Format host information updated +Info 160 [12:47:09.962] Format host information updated +Info 161 [12:47:10.378] Format host information updated +Info 162 [12:47:10.483] Format host information updated +Info 163 [12:47:10.678] Format host information updated +Info 164 [12:47:10.832] Format host information updated +Info 165 [12:47:10.899] Format host information updated +Info 166 [12:47:11.068] Format host information updated +Info 167 [12:47:11.124] Format host information updated +Info 168 [12:47:11.331] Format host information updated +Info 169 [12:47:11.406] Format host information updated +Info 170 [12:47:11.478] Format host information updated +Info 171 [12:47:11.537] Format host information updated +Info 172 [12:47:11.668] Format host information updated +Info 173 [12:47:11.725] Format host information updated +Info 174 [12:47:11.841] Format host information updated +Info 175 [12:47:12.523] Format host information updated +Info 176 [12:47:12.582] Format host information updated +Info 177 [12:47:12.771] Format host information updated +Info 178 [12:47:12.929] Format host information updated +Info 179 [12:47:13.145] Format host information updated +Info 180 [12:47:13.281] Format host information updated +Info 181 [12:47:13.505] Format host information updated +Info 182 [12:47:13.656] Format host information updated +Info 183 [12:47:14.066] Format host information updated +Info 184 [12:47:14.264] Format host information updated +Info 185 [12:47:14.326] Format host information updated +Info 186 [12:47:15.919] Format host information updated +Info 187 [12:47:16.164] Format host information updated +Info 188 [12:47:16.280] Format host information updated +Info 189 [12:47:16.479] Format host information updated +Info 190 [12:47:16.576] Format host information updated +Info 191 [12:47:16.737] Format host information updated +Info 192 [12:47:16.858] Format host information updated +Info 193 [12:47:16.936] Format host information updated +Info 194 [12:47:17.126] Format host information updated +Info 195 [12:47:17.251] Format host information updated +Info 196 [12:47:17.643] Format host information updated +Info 197 [12:47:17.767] Format host information updated +Info 198 [12:47:17.842] Format host information updated +Info 199 [12:47:18.001] Format host information updated +Info 200 [12:47:18.207] Format host information updated +Info 201 [12:47:18.315] Format host information updated +Info 202 [12:47:18.919] Format host information updated +Info 203 [12:47:18.994] Format host information updated +Info 204 [12:47:19.241] Format host information updated +Info 205 [12:47:19.347] Format host information updated +Info 206 [12:47:19.473] Format host information updated +Info 207 [12:47:19.607] Format host information updated +Info 208 [12:47:19.729] Format host information updated +Info 209 [12:47:19.789] Format host information updated +Info 210 [12:47:20.255] Format host information updated +Info 211 [12:47:20.345] Format host information updated +Info 212 [12:47:20.514] Format host information updated +Info 213 [12:47:20.571] Format host information updated +Info 214 [12:47:20.714] Format host information updated +Info 215 [12:47:20.773] Format host information updated +Info 216 [12:47:20.835] Format host information updated +Info 217 [12:47:20.964] Format host information updated +Info 218 [12:47:21.020] Format host information updated +Info 219 [12:47:21.111] Format host information updated +Info 220 [12:47:22.302] Format host information updated +Info 221 [12:47:22.445] Format host information updated +Info 222 [12:47:22.696] Format host information updated +Info 223 [12:47:22.852] Format host information updated +Info 224 [12:47:23.193] Format host information updated +Info 225 [12:47:23.308] Format host information updated +Info 226 [12:47:23.537] Format host information updated +Info 227 [12:47:23.687] Format host information updated +Info 228 [12:47:23.790] Format host information updated +Info 229 [12:47:23.880] Format host information updated +Info 230 [12:47:24.023] Format host information updated +Info 231 [12:47:24.083] Format host information updated +Info 232 [12:47:24.516] Format host information updated +Info 233 [12:47:24.608] Format host information updated +Info 234 [12:47:24.717] Format host information updated +Info 235 [12:47:24.787] Format host information updated +Info 236 [12:47:24.922] Format host information updated +Info 237 [12:47:24.982] Format host information updated +Info 238 [12:47:25.109] Format host information updated +Info 239 [12:47:25.249] Format host information updated +Info 240 [12:47:25.414] Format host information updated +Info 241 [12:47:25.470] Format host information updated +Info 242 [12:47:25.698] Format host information updated +Info 243 [12:47:25.796] Format host information updated +Info 244 [12:47:25.860] Format host information updated +Info 245 [12:57:36.858] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 246 [12:57:36.875] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 16.8293550000526ms +Info 247 [12:57:36.875] Project '/dev/null/inferredProject1*' (Inferred) +Info 248 [12:57:36.875] Files (9) + +Info 249 [12:57:36.875] ----------------------------------------------- +Info 250 [12:57:36.876] Project '/dev/null/inferredProject1*' (Inferred) +Info 250 [12:57:36.876] Files (9) + +Info 250 [12:57:36.876] ----------------------------------------------- +Info 250 [12:57:36.876] Open files: +Info 250 [12:57:36.876] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 250 [12:57:36.876] Projects: /dev/null/inferredProject1* +Info 250 [12:57:36.876] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 250 [12:57:36.876] Projects: /dev/null/inferredProject1* +Info 250 [12:57:37.047] Format host information updated +Info 251 [12:57:42.756] Format host information updated +Info 252 [12:57:43.655] Format host information updated +Info 253 [12:57:45.748] Format host information updated diff --git a/.log/tsserver-log-7L7EyP/tsserver.log b/.log/tsserver-log-7L7EyP/tsserver.log new file mode 100644 index 0000000..814fc4c --- /dev/null +++ b/.log/tsserver-log-7L7EyP/tsserver.log @@ -0,0 +1,865 @@ +Info 0 [19:07:53.464] Starting TS Server +Info 1 [19:07:53.465] Version: 5.2.2 +Info 2 [19:07:53.465] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/30198ea5ebe673e52dd608ce097e1250/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-7L7EyP/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [19:07:53.465] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [19:07:53.465] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [19:07:53.469] Format host information updated +Info 6 [19:07:53.473] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [19:07:53.768] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 295.10132299363613ms +Info 8 [19:07:53.768] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [19:07:53.768] Files (8) + +Info 10 [19:07:53.768] ----------------------------------------------- +Info 11 [19:07:53.769] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [19:07:53.769] Files (8) + +Info 11 [19:07:53.769] ----------------------------------------------- +Info 11 [19:07:53.769] Open files: +Info 11 [19:07:53.769] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [19:07:53.769] Projects: /dev/null/inferredProject1* +Info 11 [19:07:54.200] Format host information updated +Info 12 [19:07:54.383] Format host information updated +Info 13 [19:07:54.527] Format host information updated +Info 14 [19:17:58.698] Format host information updated +Info 15 [19:17:59.274] Format host information updated +Info 16 [19:17:59.879] Format host information updated +Info 17 [19:18:00.083] Format host information updated +Info 18 [19:18:00.213] Format host information updated +Info 19 [19:18:00.312] Format host information updated +Info 20 [19:18:00.390] Format host information updated +Info 21 [19:18:00.889] Format host information updated +Info 22 [19:18:00.986] Format host information updated +Info 23 [19:18:01.055] Format host information updated +Info 24 [19:18:01.183] Format host information updated +Info 25 [19:18:01.418] Format host information updated +Info 26 [19:18:01.564] Format host information updated +Info 27 [19:18:01.635] Format host information updated +Info 28 [19:18:01.999] Format host information updated +Info 29 [19:18:02.143] Format host information updated +Info 30 [19:18:02.229] Format host information updated +Info 31 [19:18:02.654] Format host information updated +Info 32 [19:18:02.983] Format host information updated +Info 33 [19:18:03.107] Format host information updated +Info 34 [19:18:03.559] Format host information updated +Info 35 [19:18:03.668] Format host information updated +Info 36 [19:18:03.755] Format host information updated +Info 37 [19:18:03.823] Format host information updated +Info 38 [19:18:03.954] Format host information updated +Info 39 [19:18:04.024] Format host information updated +Info 40 [19:18:04.381] Format host information updated +Info 41 [19:18:04.470] Format host information updated +Info 42 [19:18:04.580] Format host information updated +Info 43 [19:18:06.348] Format host information updated +Info 44 [19:18:06.498] Format host information updated +Info 45 [19:18:06.602] Format host information updated +Info 46 [19:18:06.776] Format host information updated +Info 47 [19:18:06.992] Format host information updated +Info 48 [19:18:07.086] Format host information updated +Info 49 [19:18:07.176] Format host information updated +Info 50 [19:18:07.334] Format host information updated +Info 51 [19:18:07.454] Format host information updated +Info 52 [19:18:07.558] Format host information updated +Info 53 [19:18:07.709] Format host information updated +Info 54 [19:18:07.896] Format host information updated +Info 55 [19:18:08.103] Format host information updated +Info 56 [19:18:08.254] Format host information updated +Info 57 [19:18:08.405] Format host information updated +Info 58 [19:18:08.634] Format host information updated +Info 59 [19:18:08.763] Format host information updated +Info 60 [19:18:08.873] Format host information updated +Info 61 [19:18:09.140] Format host information updated +Info 62 [19:18:09.233] Format host information updated +Info 63 [19:18:09.333] Format host information updated +Info 64 [19:18:09.396] Format host information updated +Info 65 [19:18:09.551] Format host information updated +Info 66 [19:18:09.615] Format host information updated +Info 67 [19:18:09.808] Format host information updated +Info 68 [19:18:09.867] Format host information updated +Info 69 [19:18:09.939] Format host information updated +Info 70 [19:18:10.119] Format host information updated +Info 71 [19:18:10.243] Format host information updated +Info 72 [19:18:10.333] Format host information updated +Info 73 [19:18:10.574] Format host information updated +Info 74 [19:18:10.633] Format host information updated +Info 75 [19:18:11.193] Format host information updated +Info 76 [19:18:11.612] Format host information updated +Info 77 [19:18:11.890] Format host information updated +Info 78 [19:18:12.562] Format host information updated +Info 79 [19:18:12.985] Format host information updated +Info 80 [19:18:13.155] Format host information updated +Info 81 [19:18:13.321] Format host information updated +Info 82 [19:18:13.415] Format host information updated +Info 83 [19:18:13.517] Format host information updated +Info 84 [19:18:13.868] Format host information updated +Info 85 [19:18:13.995] Format host information updated +Info 86 [19:18:14.147] Format host information updated +Info 87 [19:18:14.273] Format host information updated +Info 88 [19:18:14.388] Format host information updated +Info 89 [19:18:14.647] Format host information updated +Info 90 [19:18:14.755] Format host information updated +Info 91 [19:18:14.851] Format host information updated +Info 92 [19:18:14.943] Format host information updated +Info 93 [19:18:14.997] Format host information updated +Info 94 [19:18:15.146] Format host information updated +Info 95 [19:18:15.214] Format host information updated +Info 96 [19:18:15.492] Format host information updated +Info 97 [19:18:15.677] Format host information updated +Info 98 [19:18:15.764] Format host information updated +Info 99 [19:18:15.844] Format host information updated +Info 100 [19:18:15.928] Format host information updated +Info 101 [19:18:16.044] Format host information updated +Info 102 [19:18:16.181] Format host information updated +Info 103 [19:18:16.234] Format host information updated +Info 104 [19:18:16.611] Format host information updated +Info 105 [19:18:16.693] Format host information updated +Info 106 [19:18:16.850] Format host information updated +Info 107 [19:18:19.032] Format host information updated +Info 108 [19:18:19.147] Format host information updated +Info 109 [19:18:19.216] Format host information updated +Info 110 [19:18:19.316] Format host information updated +Info 111 [19:18:19.824] Format host information updated +Info 112 [19:18:19.954] Format host information updated +Info 113 [19:18:20.117] Format host information updated +Info 114 [19:18:20.233] Format host information updated +Info 115 [19:18:20.533] Format host information updated +Info 116 [19:18:20.609] Format host information updated +Info 117 [19:18:20.674] Format host information updated +Info 118 [19:18:20.769] Format host information updated +Info 119 [19:19:26.079] Format host information updated +Info 120 [19:19:26.326] Format host information updated +Info 121 [19:19:26.406] Format host information updated +Info 122 [19:19:26.535] Format host information updated +Info 123 [19:19:27.127] Format host information updated +Info 124 [19:19:27.319] Format host information updated +Info 125 [19:19:28.928] Format host information updated +Info 126 [19:19:29.148] Format host information updated +Info 127 [19:19:29.603] Format host information updated +Info 128 [19:19:29.743] Format host information updated +Info 129 [19:19:29.854] Format host information updated +Info 130 [19:19:29.965] Format host information updated +Info 131 [19:19:30.040] Format host information updated +Info 132 [19:19:30.341] Format host information updated +Info 133 [19:19:30.412] Format host information updated +Info 134 [19:19:30.586] Format host information updated +Info 135 [19:19:30.767] Format host information updated +Info 136 [19:19:31.030] Format host information updated +Info 137 [19:19:31.185] Format host information updated +Info 138 [19:19:31.328] Format host information updated +Info 139 [19:19:31.440] Format host information updated +Info 140 [19:19:31.990] Format host information updated +Info 141 [19:19:32.304] Format host information updated +Info 142 [19:19:32.597] Format host information updated +Info 143 [19:19:32.790] Format host information updated +Info 144 [19:19:32.864] Format host information updated +Info 145 [19:19:33.007] Format host information updated +Info 146 [19:19:33.083] Format host information updated +Info 147 [19:19:33.311] Format host information updated +Info 148 [19:19:33.371] Format host information updated +Info 149 [19:19:35.079] Format host information updated +Info 150 [19:19:35.211] Format host information updated +Info 151 [19:19:35.383] Format host information updated +Info 152 [19:19:35.447] Format host information updated +Info 153 [19:19:35.582] Format host information updated +Info 154 [19:19:39.668] Format host information updated +Info 155 [19:19:39.727] Format host information updated +Info 156 [19:20:21.916] Format host information updated +Info 157 [19:20:22.388] Format host information updated +Info 158 [19:20:22.613] Format host information updated +Info 159 [19:20:23.329] Format host information updated +Info 160 [19:20:23.564] Format host information updated +Info 161 [19:20:23.682] Format host information updated +Info 162 [19:20:23.816] Format host information updated +Info 163 [19:20:23.943] Format host information updated +Info 164 [19:20:24.035] Format host information updated +Info 165 [19:20:24.181] Format host information updated +Info 166 [19:20:24.277] Format host information updated +Info 167 [19:20:24.405] Format host information updated +Info 168 [19:20:25.202] Format host information updated +Info 169 [19:20:25.202] Format host information updated +Info 170 [19:20:25.206] Format host information updated +Info 171 [19:20:25.265] Format host information updated +Info 172 [19:20:25.554] Format host information updated +Info 173 [19:20:25.628] Format host information updated +Info 174 [19:20:25.871] Format host information updated +Info 175 [19:20:32.216] Format host information updated +Info 176 [19:20:32.488] Format host information updated +Info 177 [19:20:32.612] Format host information updated +Info 178 [19:20:32.727] Format host information updated +Info 179 [19:20:32.869] Format host information updated +Info 180 [19:20:32.996] Format host information updated +Info 181 [19:20:33.074] Format host information updated +Info 182 [19:20:33.154] Format host information updated +Info 183 [19:20:33.237] Format host information updated +Info 184 [19:20:33.448] Format host information updated +Info 185 [19:20:33.525] Format host information updated +Info 186 [19:20:33.648] Format host information updated +Info 187 [19:20:33.820] Format host information updated +Info 188 [19:20:34.279] Format host information updated +Info 189 [19:20:34.344] Format host information updated +Info 190 [19:20:35.665] Format host information updated +Info 191 [19:20:36.108] Format host information updated +Info 192 [19:20:36.253] Format host information updated +Info 193 [19:20:36.318] Format host information updated +Info 194 [19:20:36.480] Format host information updated +Info 195 [19:20:36.631] Format host information updated +Info 196 [19:20:36.863] Format host information updated +Info 197 [19:20:36.924] Format host information updated +Info 198 [19:20:37.191] Format host information updated +Info 199 [19:20:37.527] Format host information updated +Info 200 [19:20:37.672] Format host information updated +Info 201 [19:20:37.798] Format host information updated +Info 202 [19:20:37.898] Format host information updated +Info 203 [19:20:37.974] Format host information updated +Info 204 [19:20:38.117] Format host information updated +Info 205 [19:20:38.556] Format host information updated +Info 206 [19:20:38.711] Format host information updated +Info 207 [19:20:39.295] Format host information updated +Info 208 [19:20:39.673] Format host information updated +Info 209 [19:20:39.673] Format host information updated +Info 210 [19:20:39.674] Format host information updated +Info 211 [19:20:41.094] Format host information updated +Info 212 [19:20:41.212] Format host information updated +Info 213 [19:20:41.609] Format host information updated +Info 214 [19:20:42.010] Format host information updated +Info 215 [19:20:42.097] Format host information updated +Info 216 [19:20:42.997] Format host information updated +Info 217 [19:20:42.997] Format host information updated +Info 218 [19:20:42.998] Format host information updated +Info 219 [19:20:42.999] Format host information updated +Info 220 [19:20:43.538] Format host information updated +Info 221 [19:20:45.249] Format host information updated +Info 222 [19:20:45.526] Format host information updated +Info 223 [19:20:45.682] Format host information updated +Info 224 [19:20:45.800] Format host information updated +Info 225 [19:20:46.184] Format host information updated +Info 226 [19:20:46.256] Format host information updated +Info 227 [19:20:46.371] Format host information updated +Info 228 [19:20:46.660] Format host information updated +Info 229 [19:20:46.863] Format host information updated +Info 230 [19:20:47.350] Format host information updated +Info 231 [19:20:47.351] Format host information updated +Info 232 [19:20:47.352] Format host information updated +Info 233 [19:20:48.914] Format host information updated +Info 234 [19:20:49.152] Format host information updated +Info 235 [19:20:49.471] Format host information updated +Info 236 [19:20:49.645] Format host information updated +Info 237 [19:20:49.701] Format host information updated +Info 238 [19:20:49.764] Format host information updated +Info 239 [19:20:49.884] Format host information updated +Info 240 [19:20:50.013] Format host information updated +Info 241 [19:20:50.070] Format host information updated +Info 242 [19:20:50.148] Format host information updated +Info 243 [19:20:50.350] Format host information updated +Info 244 [19:20:50.415] Format host information updated +Info 245 [19:20:50.599] Format host information updated +Info 246 [19:20:50.670] Format host information updated +Info 247 [19:20:50.755] Format host information updated +Info 248 [19:20:51.075] Format host information updated +Info 249 [19:20:51.180] Format host information updated +Info 250 [19:20:51.318] Format host information updated +Info 251 [19:20:51.525] Format host information updated +Info 252 [19:20:51.627] Format host information updated +Info 253 [19:20:51.759] Format host information updated +Info 254 [19:20:52.315] Format host information updated +Info 255 [19:20:52.382] Format host information updated +Info 256 [19:20:53.103] Format host information updated +Info 257 [19:20:53.185] Format host information updated +Info 258 [19:20:54.014] Format host information updated +Info 259 [19:20:54.304] Format host information updated +Info 260 [19:20:54.419] Format host information updated +Info 261 [19:20:55.181] Format host information updated +Info 262 [19:20:55.503] Format host information updated +Info 263 [19:20:56.286] Format host information updated +Info 264 [19:20:56.405] Format host information updated +Info 265 [19:20:56.499] Format host information updated +Info 266 [19:20:56.679] Format host information updated +Info 267 [19:20:57.080] Format host information updated +Info 268 [19:20:57.249] Format host information updated +Info 269 [19:20:57.346] Format host information updated +Info 270 [19:20:57.544] Format host information updated +Info 271 [19:20:58.879] Format host information updated +Info 272 [19:20:59.128] Format host information updated +Info 273 [19:20:59.242] Format host information updated +Info 274 [19:20:59.593] Format host information updated +Info 275 [19:20:59.756] Format host information updated +Info 276 [19:21:00.139] Format host information updated +Info 277 [19:21:00.301] Format host information updated +Info 278 [19:21:00.881] Format host information updated +Info 279 [19:21:01.112] Format host information updated +Info 280 [19:21:01.265] Format host information updated +Info 281 [19:21:01.347] Format host information updated +Info 282 [19:21:01.402] Format host information updated +Info 283 [19:21:01.995] Format host information updated +Info 284 [19:21:03.578] Format host information updated +Info 285 [19:21:03.751] Format host information updated +Info 286 [19:21:03.881] Format host information updated +Info 287 [19:21:03.998] Format host information updated +Info 288 [19:21:04.122] Format host information updated +Info 289 [19:21:05.398] Format host information updated +Info 290 [19:21:05.612] Format host information updated +Info 291 [19:21:05.720] Format host information updated +Info 292 [19:21:05.799] Format host information updated +Info 293 [19:21:05.878] Format host information updated +Info 294 [19:21:07.403] Format host information updated +Info 295 [19:21:07.552] Format host information updated +Info 296 [19:21:07.616] Format host information updated +Info 297 [19:21:08.599] Format host information updated +Info 298 [19:21:08.741] Format host information updated +Info 299 [19:21:09.099] Format host information updated +Info 300 [19:21:09.230] Format host information updated +Info 301 [19:21:10.026] Format host information updated +Info 302 [19:21:10.504] Format host information updated +Info 303 [19:21:10.932] Format host information updated +Info 304 [19:21:11.307] Format host information updated +Info 305 [19:21:11.522] Format host information updated +Info 306 [19:21:11.636] Format host information updated +Info 307 [19:21:12.644] Format host information updated +Info 308 [19:21:13.626] Format host information updated +Info 309 [19:21:13.831] Format host information updated +Info 310 [19:21:13.977] Format host information updated +Info 311 [19:21:15.658] Format host information updated +Info 312 [19:21:15.791] Format host information updated +Info 313 [19:21:15.916] Format host information updated +Info 314 [19:21:16.320] Format host information updated +Info 315 [19:21:16.474] Format host information updated +Info 316 [19:21:16.660] Format host information updated +Info 317 [19:21:16.734] Format host information updated +Info 318 [19:21:16.932] Format host information updated +Info 319 [19:21:17.047] Format host information updated +Info 320 [19:21:17.356] Format host information updated +Info 321 [19:21:17.418] Format host information updated +Info 322 [19:21:17.493] Format host information updated +Info 323 [19:21:18.077] Format host information updated +Info 324 [19:21:18.078] Format host information updated +Info 325 [19:21:18.079] Format host information updated +Info 326 [19:21:18.386] Format host information updated +Info 327 [19:21:18.528] Format host information updated +Info 328 [19:21:18.803] Format host information updated +Info 329 [19:21:18.936] Format host information updated +Info 330 [19:21:20.848] Format host information updated +Info 331 [19:21:20.946] Format host information updated +Info 332 [19:21:21.019] Format host information updated +Info 333 [19:21:21.122] Format host information updated +Info 334 [19:21:30.413] Format host information updated +Info 335 [19:21:30.551] Format host information updated +Info 336 [19:21:30.681] Format host information updated +Info 337 [19:21:30.854] Format host information updated +Info 338 [19:21:31.036] Format host information updated +Info 339 [19:21:40.792] Format host information updated +Info 340 [19:21:42.289] Format host information updated +Info 341 [19:21:42.432] Format host information updated +Info 342 [19:21:42.634] Format host information updated +Info 343 [19:21:42.984] Format host information updated +Info 344 [19:21:43.097] Format host information updated +Info 345 [19:21:43.488] Format host information updated +Info 346 [19:21:43.672] Format host information updated +Info 347 [19:21:45.467] Format host information updated +Info 348 [19:21:46.021] Format host information updated +Info 349 [19:21:46.355] Format host information updated +Info 350 [19:21:46.455] Format host information updated +Info 351 [19:21:46.555] Format host information updated +Info 352 [19:21:46.647] Format host information updated +Info 353 [19:21:46.801] Format host information updated +Info 354 [19:21:48.014] Format host information updated +Info 355 [19:21:48.235] Format host information updated +Info 356 [19:21:48.548] Format host information updated +Info 357 [19:21:48.706] Format host information updated +Info 358 [19:21:48.773] Format host information updated +Info 359 [19:21:48.876] Format host information updated +Info 360 [19:21:49.043] Format host information updated +Info 361 [19:21:49.415] Format host information updated +Info 362 [19:21:49.520] Format host information updated +Info 363 [19:21:49.729] Format host information updated +Info 364 [19:21:50.103] Format host information updated +Info 365 [19:21:50.199] Format host information updated +Info 366 [19:21:50.298] Format host information updated +Info 367 [19:21:51.959] Format host information updated +Info 368 [19:21:51.959] Format host information updated +Info 369 [19:21:51.959] Format host information updated +Info 370 [19:21:51.959] Format host information updated +Info 371 [19:21:51.960] Format host information updated +Info 372 [19:21:52.022] Format host information updated +Info 373 [19:22:07.471] Format host information updated +Info 374 [19:22:07.859] Format host information updated +Info 375 [19:22:07.991] Format host information updated +Info 376 [19:22:08.156] Format host information updated +Info 377 [19:22:08.235] Format host information updated +Info 378 [19:22:08.312] Format host information updated +Info 379 [19:22:10.711] Format host information updated +Info 380 [19:22:11.387] Format host information updated +Info 381 [19:22:11.498] Format host information updated +Info 382 [19:22:11.639] Format host information updated +Info 383 [19:22:11.986] Format host information updated +Info 384 [19:22:12.116] Format host information updated +Info 385 [19:22:15.012] Format host information updated +Info 386 [19:22:15.012] Format host information updated +Info 387 [19:22:15.013] Format host information updated +Info 388 [19:24:37.004] Format host information updated +Info 389 [19:24:37.187] Format host information updated +Info 390 [19:24:37.409] Format host information updated +Info 391 [19:24:37.484] Format host information updated +Info 392 [19:24:37.560] Format host information updated +Info 393 [19:24:37.632] Format host information updated +Info 394 [19:24:37.701] Format host information updated +Info 395 [19:24:38.111] Format host information updated +Info 396 [19:24:38.241] Format host information updated +Info 397 [19:24:38.357] Format host information updated +Info 398 [19:24:38.912] Format host information updated +Info 399 [19:24:39.083] Format host information updated +Info 400 [19:24:39.140] Format host information updated +Info 401 [19:24:39.482] Format host information updated +Info 402 [19:24:40.642] Format host information updated +Info 403 [19:24:40.889] Format host information updated +Info 404 [19:24:41.876] Format host information updated +Info 405 [19:24:42.008] Format host information updated +Info 406 [19:24:42.067] Format host information updated +Info 407 [19:24:42.235] Format host information updated +Info 408 [19:24:42.332] Format host information updated +Info 409 [19:24:42.392] Format host information updated +Info 410 [19:24:42.454] Format host information updated +Info 411 [19:24:43.349] Format host information updated +Info 412 [19:24:43.458] Format host information updated +Info 413 [19:24:43.634] Format host information updated +Info 414 [19:24:43.731] Format host information updated +Info 415 [19:24:43.801] Format host information updated +Info 416 [19:24:44.686] Format host information updated +Info 417 [19:24:44.970] Format host information updated +Info 418 [19:24:45.099] Format host information updated +Info 419 [19:24:45.155] Format host information updated +Info 420 [19:24:45.312] Format host information updated +Info 421 [19:24:45.566] Format host information updated +Info 422 [19:24:45.639] Format host information updated +Info 423 [19:24:45.711] Format host information updated +Info 424 [19:24:45.796] Format host information updated +Info 425 [19:24:45.951] Format host information updated +Info 426 [19:24:46.008] Format host information updated +Info 427 [19:24:46.196] Format host information updated +Info 428 [19:24:46.261] Format host information updated +Info 429 [19:24:50.035] Format host information updated +Info 430 [19:24:50.151] Format host information updated +Info 431 [19:24:51.561] Format host information updated +Info 432 [19:24:52.147] Format host information updated +Info 433 [19:24:52.365] Format host information updated +Info 434 [19:24:52.533] Format host information updated +Info 435 [19:24:52.839] Format host information updated +Info 436 [19:24:53.290] Format host information updated +Info 437 [19:24:53.551] Format host information updated +Info 438 [19:24:53.708] Format host information updated +Info 439 [19:24:53.772] Format host information updated +Info 440 [19:24:53.941] Format host information updated +Info 441 [19:24:54.025] Format host information updated +Info 442 [19:24:54.126] Format host information updated +Info 443 [19:24:54.202] Format host information updated +Info 444 [19:24:54.609] Format host information updated +Info 445 [19:24:55.224] Format host information updated +Info 446 [19:24:55.490] Format host information updated +Info 447 [19:24:56.613] Format host information updated +Info 448 [19:24:57.598] Format host information updated +Info 449 [19:24:57.699] Format host information updated +Info 450 [19:24:58.011] Format host information updated +Info 451 [19:24:58.144] Format host information updated +Info 452 [19:24:58.200] Format host information updated +Info 453 [19:24:58.607] Format host information updated +Info 454 [19:24:58.668] Format host information updated +Info 455 [19:25:04.349] Format host information updated +Info 456 [19:25:04.452] Format host information updated +Info 457 [19:25:04.666] Format host information updated +Info 458 [19:25:04.787] Format host information updated +Info 459 [19:25:04.951] Format host information updated +Info 460 [19:25:05.050] Format host information updated +Info 461 [19:25:05.206] Format host information updated +Info 462 [19:25:05.277] Format host information updated +Info 463 [19:25:05.517] Format host information updated +Info 464 [19:25:05.582] Format host information updated +Info 465 [19:25:05.651] Format host information updated +Info 466 [19:25:06.137] Format host information updated +Info 467 [19:25:06.322] Format host information updated +Info 468 [19:25:06.482] Format host information updated +Info 469 [19:25:06.540] Format host information updated +Info 470 [19:25:06.799] Format host information updated +Info 471 [19:25:06.964] Format host information updated +Info 472 [19:25:07.024] Format host information updated +Info 473 [19:25:07.154] Format host information updated +Info 474 [19:25:07.280] Format host information updated +Info 475 [19:25:07.354] Format host information updated +Info 476 [19:25:07.551] Format host information updated +Info 477 [19:25:07.608] Format host information updated +Info 478 [19:25:08.364] Format host information updated +Info 479 [19:25:08.515] Format host information updated +Info 480 [19:25:08.615] Format host information updated +Info 481 [19:25:08.835] Format host information updated +Info 482 [19:25:08.948] Format host information updated +Info 483 [19:25:09.004] Format host information updated +Info 484 [19:25:13.143] Format host information updated +Info 485 [19:25:13.420] Format host information updated +Info 486 [19:25:13.664] Format host information updated +Info 487 [19:25:13.868] Format host information updated +Info 488 [19:25:14.029] Format host information updated +Info 489 [19:25:14.139] Format host information updated +Info 490 [19:25:14.248] Format host information updated +Info 491 [19:25:14.324] Format host information updated +Info 492 [19:25:14.448] Format host information updated +Info 493 [19:25:14.502] Format host information updated +Info 494 [19:25:14.764] Format host information updated +Info 495 [19:25:14.906] Format host information updated +Info 496 [19:25:15.078] Format host information updated +Info 497 [19:25:15.131] Format host information updated +Info 498 [19:25:15.852] Format host information updated +Info 499 [19:25:15.917] Format host information updated +Info 500 [19:25:16.039] Format host information updated +Info 501 [19:25:16.227] Format host information updated +Info 502 [19:25:16.335] Format host information updated +Info 503 [19:25:16.416] Format host information updated +Info 504 [19:25:16.801] Format host information updated +Info 505 [19:25:16.911] Format host information updated +Info 506 [19:25:17.353] Format host information updated +Info 507 [19:25:17.465] Format host information updated +Info 508 [19:25:17.639] Format host information updated +Info 509 [19:25:17.879] Format host information updated +Info 510 [19:25:17.939] Format host information updated +Info 511 [19:25:18.105] Format host information updated +Info 512 [19:25:18.253] Format host information updated +Info 513 [19:25:18.367] Format host information updated +Info 514 [19:25:18.497] Format host information updated +Info 515 [19:25:18.559] Format host information updated +Info 516 [19:25:18.728] Format host information updated +Info 517 [19:25:18.789] Format host information updated +Info 518 [19:25:19.001] Format host information updated +Info 519 [19:25:19.975] Format host information updated +Info 520 [19:25:21.004] Format host information updated +Info 521 [19:25:21.066] Format host information updated +Info 522 [19:25:21.166] Format host information updated +Info 523 [19:25:22.259] Format host information updated +Info 524 [19:25:22.799] Format host information updated +Info 525 [19:25:22.873] Format host information updated +Info 526 [19:25:22.955] Format host information updated +Info 527 [19:25:23.096] Format host information updated +Info 528 [19:25:23.602] Format host information updated +Info 529 [19:25:23.789] Format host information updated +Info 530 [19:25:24.529] Format host information updated +Info 531 [19:25:24.529] Format host information updated +Info 532 [19:25:24.531] Format host information updated +Info 533 [19:25:24.590] Format host information updated +Info 534 [19:25:25.049] Format host information updated +Info 535 [19:25:25.249] Format host information updated +Info 536 [19:25:25.581] Format host information updated +Info 537 [19:25:25.662] Format host information updated +Info 538 [19:25:25.854] Format host information updated +Info 539 [19:25:26.142] Format host information updated +Info 540 [19:25:26.330] Format host information updated +Info 541 [19:25:26.449] Format host information updated +Info 542 [19:25:26.623] Format host information updated +Info 543 [19:25:26.818] Format host information updated +Info 544 [19:25:26.887] Format host information updated +Info 545 [19:25:27.253] Format host information updated +Info 546 [19:25:28.519] Format host information updated +Info 547 [19:25:28.634] Format host information updated +Info 548 [19:25:28.731] Format host information updated +Info 549 [19:25:28.798] Format host information updated +Info 550 [19:25:28.911] Format host information updated +Info 551 [19:25:29.070] Format host information updated +Info 552 [19:25:29.183] Format host information updated +Info 553 [19:25:29.268] Format host information updated +Info 554 [19:25:29.395] Format host information updated +Info 555 [19:25:29.566] Format host information updated +Info 556 [19:25:29.669] Format host information updated +Info 557 [19:25:29.824] Format host information updated +Info 558 [19:25:29.936] Format host information updated +Info 559 [19:25:30.109] Format host information updated +Info 560 [19:25:30.206] Format host information updated +Info 561 [19:25:31.782] Format host information updated +Info 562 [19:25:32.249] Format host information updated +Info 563 [19:25:43.902] Format host information updated +Info 564 [19:25:44.133] Format host information updated +Info 565 [19:25:44.530] Format host information updated +Info 566 [19:25:44.648] Format host information updated +Info 567 [19:25:44.745] Format host information updated +Info 568 [19:25:44.813] Format host information updated +Info 569 [19:25:44.872] Format host information updated +Info 570 [19:25:45.092] Format host information updated +Info 571 [19:25:45.264] Format host information updated +Info 572 [19:25:45.325] Format host information updated +Info 573 [19:25:45.449] Format host information updated +Info 574 [19:25:45.643] Format host information updated +Info 575 [19:25:45.706] Format host information updated +Info 576 [19:25:46.096] Format host information updated +Info 577 [19:25:46.223] Format host information updated +Info 578 [19:25:46.362] Format host information updated +Info 579 [19:25:46.605] Format host information updated +Info 580 [19:25:46.766] Format host information updated +Info 581 [19:25:46.914] Format host information updated +Info 582 [19:25:47.166] Format host information updated +Info 583 [19:25:47.313] Format host information updated +Info 584 [19:25:47.466] Format host information updated +Info 585 [19:25:47.582] Format host information updated +Info 586 [19:25:47.802] Format host information updated +Info 587 [19:25:47.939] Format host information updated +Info 588 [19:25:48.064] Format host information updated +Info 589 [19:25:48.148] Format host information updated +Info 590 [19:25:48.237] Format host information updated +Info 591 [19:25:48.291] Format host information updated +Info 592 [19:25:48.382] Format host information updated +Info 593 [19:25:48.697] Format host information updated +Info 594 [19:25:49.065] Format host information updated +Info 595 [19:25:49.143] Format host information updated +Info 596 [19:25:49.319] Format host information updated +Info 597 [19:25:49.373] Format host information updated +Info 598 [19:25:49.482] Format host information updated +Info 599 [19:25:49.733] Format host information updated +Info 600 [19:25:49.793] Format host information updated +Info 601 [19:25:49.861] Format host information updated +Info 602 [19:25:49.943] Format host information updated +Info 603 [19:25:50.212] Format host information updated +Info 604 [19:25:50.298] Format host information updated +Info 605 [19:25:50.375] Format host information updated +Info 606 [19:25:50.460] Format host information updated +Info 607 [19:25:50.590] Format host information updated +Info 608 [19:25:50.747] Format host information updated +Info 609 [19:25:50.801] Format host information updated +Info 610 [19:25:51.108] Format host information updated +Info 611 [19:25:51.274] Format host information updated +Info 612 [19:25:51.377] Format host information updated +Info 613 [19:25:51.541] Format host information updated +Info 614 [19:25:51.714] Format host information updated +Info 615 [19:25:51.940] Format host information updated +Info 616 [19:25:52.004] Format host information updated +Info 617 [19:25:52.585] Format host information updated +Info 618 [19:25:52.804] Format host information updated +Info 619 [19:25:53.130] Format host information updated +Info 620 [19:25:53.402] Format host information updated +Info 621 [19:25:53.846] Format host information updated +Info 622 [19:25:54.128] Format host information updated +Info 623 [19:25:54.762] Format host information updated +Info 624 [19:25:54.845] Format host information updated +Info 625 [19:25:55.075] Format host information updated +Info 626 [19:25:55.238] Format host information updated +Info 627 [19:25:55.340] Format host information updated +Info 628 [19:25:55.544] Format host information updated +Info 629 [19:25:56.307] Format host information updated +Info 630 [19:25:56.379] Format host information updated +Info 631 [19:25:56.455] Format host information updated +Info 632 [19:25:57.205] Format host information updated +Info 633 [19:25:57.377] Format host information updated +Info 634 [19:25:57.722] Format host information updated +Info 635 [19:25:58.019] Format host information updated +Info 636 [19:25:58.592] Format host information updated +Info 637 [19:25:58.652] Format host information updated +Info 638 [19:25:58.713] Format host information updated +Info 639 [19:25:58.776] Format host information updated +Info 640 [19:25:58.882] Format host information updated +Info 641 [19:25:58.938] Format host information updated +Info 642 [19:25:59.081] Format host information updated +Info 643 [19:25:59.225] Format host information updated +Info 644 [19:25:59.342] Format host information updated +Info 645 [19:25:59.513] Format host information updated +Info 646 [19:25:59.573] Format host information updated +Info 647 [19:25:59.718] Format host information updated +Info 648 [19:25:59.810] Format host information updated +Info 649 [19:25:59.941] Format host information updated +Info 650 [19:26:00.064] Format host information updated +Info 651 [19:26:03.216] Format host information updated +Info 652 [19:26:03.308] Format host information updated +Info 653 [19:26:04.283] Format host information updated +Info 654 [19:26:04.817] Format host information updated +Info 655 [19:26:04.883] Format host information updated +Info 656 [19:26:04.991] Format host information updated +Info 657 [19:26:05.130] Format host information updated +Info 658 [19:26:05.195] Format host information updated +Info 659 [19:26:05.766] Format host information updated +Info 660 [19:26:05.897] Format host information updated +Info 661 [19:26:06.016] Format host information updated +Info 662 [19:26:06.086] Format host information updated +Info 663 [19:26:06.623] Format host information updated +Info 664 [19:26:07.316] Format host information updated +Info 665 [19:26:07.316] Format host information updated +Info 666 [19:26:07.317] Format host information updated +Info 667 [19:26:07.791] Format host information updated +Info 668 [19:26:08.106] Format host information updated +Info 669 [19:26:08.168] Format host information updated +Info 670 [19:26:08.867] Format host information updated +Info 671 [19:26:08.923] Format host information updated +Info 672 [19:26:08.995] Format host information updated +Info 673 [19:26:09.110] Format host information updated +Info 674 [19:26:09.298] Format host information updated +Info 675 [19:26:09.538] Format host information updated +Info 676 [19:26:09.740] Format host information updated +Info 677 [19:26:10.610] Format host information updated +Info 678 [19:26:10.749] Format host information updated +Info 679 [19:26:10.810] Format host information updated +Info 680 [19:26:11.722] Format host information updated +Info 681 [19:26:11.862] Format host information updated +Info 682 [19:26:11.922] Format host information updated +Info 683 [19:26:13.846] Format host information updated +Info 684 [19:26:14.194] Format host information updated +Info 685 [19:26:14.407] Format host information updated +Info 686 [19:26:14.519] Format host information updated +Info 687 [19:26:14.616] Format host information updated +Info 688 [19:26:14.682] Format host information updated +Info 689 [19:26:14.785] Format host information updated +Info 690 [19:26:14.848] Format host information updated +Info 691 [19:26:14.910] Format host information updated +Info 692 [19:26:15.056] Format host information updated +Info 693 [19:26:15.109] Format host information updated +Info 694 [19:26:15.310] Format host information updated +Info 695 [19:26:15.451] Format host information updated +Info 696 [19:26:15.552] Format host information updated +Info 697 [19:26:15.615] Format host information updated +Info 698 [19:26:15.967] Format host information updated +Info 699 [19:26:16.088] Format host information updated +Info 700 [19:26:16.800] Format host information updated +Info 701 [19:26:16.800] Format host information updated +Info 702 [19:26:16.802] Format host information updated +Info 703 [19:26:17.491] Format host information updated +Info 704 [19:26:17.591] Format host information updated +Info 705 [19:26:17.665] Format host information updated +Info 706 [19:26:17.808] Format host information updated +Info 707 [19:26:17.898] Format host information updated +Info 708 [19:26:18.367] Format host information updated +Info 709 [19:26:18.446] Format host information updated +Info 710 [19:26:18.546] Format host information updated +Info 711 [19:26:18.603] Format host information updated +Info 712 [19:26:18.680] Format host information updated +Info 713 [19:26:18.842] Format host information updated +Info 714 [19:26:19.051] Format host information updated +Info 715 [19:26:19.292] Format host information updated +Info 716 [19:26:20.030] Format host information updated +Info 717 [19:26:20.173] Format host information updated +Info 718 [19:26:20.296] Format host information updated +Info 719 [19:26:20.368] Format host information updated +Info 720 [19:26:20.470] Format host information updated +Info 721 [19:26:20.734] Format host information updated +Info 722 [19:26:21.366] Format host information updated +Info 723 [19:26:22.577] Format host information updated +Info 724 [19:26:23.450] Format host information updated +Info 725 [19:26:24.811] Format host information updated +Info 726 [19:26:24.965] Format host information updated +Info 727 [19:26:25.669] Format host information updated +Info 728 [19:26:29.090] Format host information updated +Info 729 [19:26:29.272] Format host information updated +Info 730 [19:26:29.422] Format host information updated +Info 731 [19:26:29.477] Format host information updated +Info 732 [19:26:30.360] Format host information updated +Info 733 [19:26:30.427] Format host information updated +Info 734 [19:26:30.560] Format host information updated +Info 735 [19:26:30.629] Format host information updated +Info 736 [19:26:30.757] Format host information updated +Info 737 [19:26:30.812] Format host information updated +Info 738 [19:26:35.434] Format host information updated +Info 739 [19:26:35.542] Format host information updated +Info 740 [19:26:35.655] Format host information updated +Info 741 [19:26:37.742] Format host information updated +Info 742 [19:26:38.038] Format host information updated +Info 743 [19:26:38.110] Format host information updated +Info 744 [19:26:38.212] Format host information updated +Info 745 [19:26:38.339] Format host information updated +Info 746 [19:26:38.838] Format host information updated +Info 747 [19:26:38.975] Format host information updated +Info 748 [19:26:39.102] Format host information updated +Info 749 [19:26:39.236] Format host information updated +Info 750 [19:26:39.477] Format host information updated +Info 751 [19:26:39.660] Format host information updated +Info 752 [19:26:39.718] Format host information updated +Info 753 [19:26:39.899] Format host information updated +Info 754 [19:26:40.107] Format host information updated +Info 755 [19:26:40.227] Format host information updated +Info 756 [19:26:40.293] Format host information updated +Info 757 [19:26:40.365] Format host information updated +Info 758 [19:26:40.560] Format host information updated +Info 759 [19:26:40.630] Format host information updated +Info 760 [19:26:41.085] Format host information updated +Info 761 [19:26:41.152] Format host information updated +Info 762 [19:26:41.290] Format host information updated +Info 763 [19:26:41.356] Format host information updated +Info 764 [19:26:41.437] Format host information updated +Info 765 [19:26:41.609] Format host information updated +Info 766 [19:26:41.762] Format host information updated +Info 767 [19:26:43.034] Format host information updated +Info 768 [19:26:43.106] Format host information updated +Info 769 [19:26:43.175] Format host information updated +Info 770 [19:26:43.397] Format host information updated +Info 771 [19:26:43.591] Format host information updated +Info 772 [19:26:43.700] Format host information updated +Info 773 [19:26:43.792] Format host information updated +Info 774 [19:26:43.851] Format host information updated +Info 775 [19:26:44.005] Format host information updated +Info 776 [19:26:44.071] Format host information updated +Info 777 [19:26:44.182] Format host information updated +Info 778 [19:26:44.282] Format host information updated +Info 779 [19:26:45.152] Format host information updated +Info 780 [19:26:45.219] Format host information updated +Info 781 [19:26:45.281] Format host information updated +Info 782 [19:26:45.403] Format host information updated +Info 783 [19:26:45.456] Format host information updated +Info 784 [19:26:45.927] Format host information updated +Info 785 [19:26:46.053] Format host information updated +Info 786 [19:26:46.131] Format host information updated +Info 787 [19:26:46.203] Format host information updated +Info 788 [19:26:46.304] Format host information updated +Info 789 [19:26:46.374] Format host information updated +Info 790 [19:26:46.904] Format host information updated +Info 791 [19:26:47.727] Format host information updated +Info 792 [19:26:47.792] Format host information updated +Info 793 [19:26:47.896] Format host information updated +Info 794 [19:26:47.958] Format host information updated +Info 795 [19:26:48.029] Format host information updated +Info 796 [19:26:48.582] Format host information updated +Info 797 [19:26:48.714] Format host information updated +Info 798 [19:26:48.855] Format host information updated +Info 799 [19:26:48.978] Format host information updated +Info 800 [19:26:49.129] Format host information updated +Info 801 [19:26:49.271] Format host information updated +Info 802 [19:26:49.417] Format host information updated +Info 803 [19:26:49.473] Format host information updated +Info 804 [19:26:49.877] Format host information updated +Info 805 [19:26:49.941] Format host information updated +Info 806 [19:26:50.082] Format host information updated +Info 807 [19:26:50.157] Format host information updated +Info 808 [19:26:50.217] Format host information updated +Info 809 [19:26:50.593] Format host information updated +Info 810 [19:26:51.348] Format host information updated +Info 811 [19:26:51.349] Format host information updated +Info 812 [19:26:51.350] Format host information updated +Info 813 [19:26:51.415] Format host information updated +Info 814 [19:26:52.157] Format host information updated +Info 815 [19:26:52.236] Format host information updated +Info 816 [19:26:52.359] Format host information updated +Info 817 [19:26:52.426] Format host information updated +Info 818 [19:26:52.538] Format host information updated +Info 819 [19:26:52.622] Format host information updated +Info 820 [19:26:53.452] Format host information updated +Info 821 [19:26:53.546] Format host information updated +Info 822 [19:26:53.699] Format host information updated +Info 823 [19:26:53.892] Format host information updated +Info 824 [19:26:53.951] Format host information updated +Info 825 [19:26:54.047] Format host information updated +Info 826 [19:26:54.172] Format host information updated +Info 827 [19:26:54.358] Format host information updated +Info 828 [19:26:54.446] Format host information updated +Info 829 [19:26:54.601] Format host information updated +Info 830 [19:26:54.771] Format host information updated +Info 831 [19:26:54.837] Format host information updated +Info 832 [19:26:55.272] Format host information updated +Info 833 [19:26:55.405] Format host information updated +Info 834 [19:26:55.469] Format host information updated +Info 835 [19:26:56.391] Format host information updated +Info 836 [19:26:56.995] Format host information updated +Info 837 [19:26:58.018] Format host information updated +Info 838 [19:26:58.623] Format host information updated +Info 839 [19:26:58.774] Format host information updated +Info 840 [19:26:59.407] Format host information updated +Info 841 [19:26:59.598] Format host information updated +Info 842 [19:26:59.729] Format host information updated +Info 843 [19:26:59.912] Format host information updated +Info 844 [19:27:00.010] Format host information updated +Info 845 [19:27:00.222] Format host information updated +Info 846 [19:27:00.295] Format host information updated +Info 847 [19:27:00.485] Format host information updated +Info 848 [19:27:00.542] Format host information updated +Info 849 [19:27:00.614] Format host information updated +Info 850 [19:27:00.825] Format host information updated +Info 851 [19:27:00.940] Format host information updated +Info 852 [19:27:00.998] Format host information updated +Info 853 [19:27:01.099] Format host information updated +Info 854 [19:27:02.019] Format host information updated +Info 855 [19:27:02.099] Format host information updated +Info 856 [19:27:02.630] Format host information updated diff --git a/.log/tsserver-log-8AoFuo/tsserver.log b/.log/tsserver-log-8AoFuo/tsserver.log new file mode 100644 index 0000000..a5d394c --- /dev/null +++ b/.log/tsserver-log-8AoFuo/tsserver.log @@ -0,0 +1,1323 @@ +Info 0 [10:46:59.903] Starting TS Server +Info 1 [10:46:59.903] Version: 5.2.2 +Info 2 [10:46:59.903] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/fb355fa5e3701e219e21a8a1e2381140/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-8AoFuo/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [10:46:59.903] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [10:46:59.903] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [10:46:59.908] Format host information updated +Info 6 [10:46:59.912] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [10:47:00.221] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 309.1132279932499ms +Info 8 [10:47:00.221] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [10:47:00.222] Files (8) + +Info 10 [10:47:00.222] ----------------------------------------------- +Info 11 [10:47:00.222] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [10:47:00.222] Files (8) + +Info 11 [10:47:00.222] ----------------------------------------------- +Info 11 [10:47:00.222] Open files: +Info 11 [10:47:00.222] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [10:47:00.222] Projects: /dev/null/inferredProject1* +Info 11 [10:47:00.222] Format host information updated +Info 12 [10:47:00.224] Format host information updated +Info 13 [10:47:00.224] Format host information updated +Info 14 [10:47:00.278] Format host information updated +Info 15 [10:47:00.564] Format host information updated +Info 16 [10:47:01.116] Format host information updated +Info 17 [10:47:01.325] Format host information updated +Info 18 [10:47:04.860] Format host information updated +Info 19 [10:47:05.086] Format host information updated +Info 20 [10:47:05.278] Format host information updated +Info 21 [10:47:05.336] Format host information updated +Info 22 [10:47:05.407] Format host information updated +Info 23 [10:47:05.505] Format host information updated +Info 24 [10:47:05.563] Format host information updated +Info 25 [10:47:05.681] Format host information updated +Info 26 [10:47:05.992] Format host information updated +Info 27 [10:47:06.074] Format host information updated +Info 28 [10:47:06.216] Format host information updated +Info 29 [10:47:06.277] Format host information updated +Info 30 [10:47:11.071] Format host information updated +Info 31 [10:47:11.930] Format host information updated +Info 32 [10:47:13.063] Format host information updated +Info 33 [10:47:14.162] Format host information updated +Info 34 [10:47:14.409] Format host information updated +Info 35 [10:47:14.553] Format host information updated +Info 36 [10:47:16.320] Format host information updated +Info 37 [10:47:16.527] Format host information updated +Info 38 [10:47:16.798] Format host information updated +Info 39 [10:47:19.190] Format host information updated +Info 40 [10:47:19.927] Format host information updated +Info 41 [10:47:20.201] Format host information updated +Info 42 [10:47:20.402] Format host information updated +Info 43 [10:47:20.467] Format host information updated +Info 44 [10:47:20.829] Format host information updated +Info 45 [10:47:21.226] Format host information updated +Info 46 [10:47:21.329] Format host information updated +Info 47 [10:47:21.413] Format host information updated +Info 48 [10:47:21.602] Format host information updated +Info 49 [10:47:24.263] Format host information updated +Info 50 [10:47:27.009] Format host information updated +Info 51 [10:47:29.237] Format host information updated +Info 52 [10:47:29.951] Format host information updated +Info 53 [10:47:30.953] Format host information updated +Info 54 [10:47:32.333] Format host information updated +Info 55 [10:47:39.255] Format host information updated +Info 56 [10:47:39.472] Format host information updated +Info 57 [10:47:39.821] Format host information updated +Info 58 [10:47:40.143] Format host information updated +Info 59 [10:47:40.659] Format host information updated +Info 60 [10:47:41.430] Format host information updated +Info 61 [10:47:42.238] Format host information updated +Info 62 [10:47:43.927] Format host information updated +Info 63 [10:47:45.946] Format host information updated +Info 64 [10:47:46.463] Format host information updated +Info 65 [10:47:47.512] Format host information updated +Info 66 [10:47:51.130] Format host information updated +Info 67 [10:47:54.043] Format host information updated +Info 68 [10:47:56.520] Format host information updated +Info 69 [10:47:59.028] Format host information updated +Info 70 [10:48:01.115] Format host information updated +Info 71 [10:48:03.685] Format host information updated +Info 72 [10:48:10.302] Format host information updated +Info 73 [10:48:10.657] Format host information updated +Info 74 [10:48:10.853] Format host information updated +Info 75 [10:48:11.192] Format host information updated +Info 76 [10:48:11.357] Format host information updated +Info 77 [10:48:12.270] Format host information updated +Info 78 [10:48:18.673] Format host information updated +Info 79 [10:48:19.274] Format host information updated +Info 80 [10:48:19.496] Format host information updated +Info 81 [10:48:19.792] Format host information updated +Info 82 [10:48:19.955] Format host information updated +Info 83 [10:48:20.765] Format host information updated +Info 84 [10:48:25.052] Format host information updated +Info 85 [10:48:25.286] Format host information updated +Info 86 [10:48:25.427] Format host information updated +Info 87 [10:48:25.497] Format host information updated +Info 88 [10:48:25.658] Format host information updated +Info 89 [10:48:25.783] Format host information updated +Info 90 [10:48:25.915] Format host information updated +Info 91 [10:48:26.093] Format host information updated +Info 92 [10:48:26.318] Format host information updated +Info 93 [10:48:26.396] Format host information updated +Info 94 [10:48:26.550] Format host information updated +Info 95 [10:48:26.719] Format host information updated +Info 96 [10:48:29.345] Format host information updated +Info 97 [10:48:29.442] Format host information updated +Info 98 [10:48:29.923] Format host information updated +Info 99 [10:48:30.203] Format host information updated +Info 100 [10:48:30.567] Format host information updated +Info 101 [10:48:31.052] Format host information updated +Info 102 [10:48:31.257] Format host information updated +Info 103 [10:48:31.476] Format host information updated +Info 104 [10:48:31.721] Format host information updated +Info 105 [10:48:31.836] Format host information updated +Info 106 [10:48:32.046] Format host information updated +Info 107 [10:48:32.300] Format host information updated +Info 108 [10:48:32.391] Format host information updated +Info 109 [10:48:32.537] Format host information updated +Info 110 [10:48:32.643] Format host information updated +Info 111 [10:48:32.851] Format host information updated +Info 112 [10:48:32.951] Format host information updated +Info 113 [10:48:33.311] Format host information updated +Info 114 [10:48:33.546] Format host information updated +Info 115 [10:48:34.305] Format host information updated +Info 116 [10:48:34.383] Format host information updated +Info 117 [10:48:34.444] Format host information updated +Info 118 [10:48:35.211] Format host information updated +Info 119 [10:48:35.381] Format host information updated +Info 120 [10:48:35.701] Format host information updated +Info 121 [10:48:35.886] Format host information updated +Info 122 [10:48:36.060] Format host information updated +Info 123 [10:48:36.489] Format host information updated +Info 124 [10:48:36.588] Format host information updated +Info 125 [10:48:36.747] Format host information updated +Info 126 [10:48:36.838] Format host information updated +Info 127 [10:48:36.931] Format host information updated +Info 128 [10:48:37.117] Format host information updated +Info 129 [10:48:37.655] Format host information updated +Info 130 [10:48:37.655] Format host information updated +Info 131 [10:48:37.656] Format host information updated +Info 132 [10:48:41.541] Format host information updated +Info 133 [10:48:44.355] Format host information updated +Info 134 [10:48:44.491] Format host information updated +Info 135 [10:48:44.600] Format host information updated +Info 136 [10:48:44.696] Format host information updated +Info 137 [10:48:44.838] Format host information updated +Info 138 [10:48:44.894] Format host information updated +Info 139 [10:48:45.955] Format host information updated +Info 140 [10:48:46.641] Format host information updated +Info 141 [10:48:49.117] Format host information updated +Info 142 [10:48:50.083] Format host information updated +Info 143 [10:48:51.357] Format host information updated +Info 144 [10:48:54.028] Format host information updated +Info 145 [10:48:55.169] Format host information updated +Info 146 [10:56:45.972] Format host information updated +Info 147 [10:56:46.060] Format host information updated +Info 148 [10:56:46.173] Format host information updated +Info 149 [10:56:46.617] Format host information updated +Info 150 [10:56:47.626] Format host information updated +Info 151 [10:56:47.716] Format host information updated +Info 152 [10:56:47.929] Format host information updated +Info 153 [10:56:48.150] Format host information updated +Info 154 [10:56:48.360] Format host information updated +Info 155 [10:56:48.616] Format host information updated +Info 156 [10:56:48.793] Format host information updated +Info 157 [10:56:48.977] Format host information updated +Info 158 [10:56:49.081] Format host information updated +Info 159 [10:56:49.254] Format host information updated +Info 160 [10:56:49.853] Format host information updated +Info 161 [10:56:49.854] Format host information updated +Info 162 [10:56:49.855] Format host information updated +Info 163 [10:56:49.915] Format host information updated +Info 164 [10:56:50.258] Format host information updated +Info 165 [10:56:50.622] Format host information updated +Info 166 [10:56:50.790] Format host information updated +Info 167 [10:56:51.019] Format host information updated +Info 168 [10:56:51.123] Format host information updated +Info 169 [10:56:51.647] Format host information updated +Info 170 [10:56:51.847] Format host information updated +Info 171 [10:56:51.944] Format host information updated +Info 172 [10:56:52.050] Format host information updated +Info 173 [10:56:52.171] Format host information updated +Info 174 [10:56:52.351] Format host information updated +Info 175 [10:56:52.409] Format host information updated +Info 176 [10:56:52.641] Format host information updated +Info 177 [10:56:52.802] Format host information updated +Info 178 [10:56:52.874] Format host information updated +Info 179 [10:56:53.096] Format host information updated +Info 180 [10:56:53.606] Format host information updated +Info 181 [10:56:53.675] Format host information updated +Info 182 [10:56:53.947] Format host information updated +Info 183 [10:56:54.276] Format host information updated +Info 184 [10:56:54.410] Format host information updated +Info 185 [10:56:54.531] Format host information updated +Info 186 [10:56:59.683] Format host information updated +Info 187 [10:56:59.683] Format host information updated +Info 188 [10:56:59.683] Format host information updated +Info 189 [10:56:59.683] Format host information updated +Info 190 [10:56:59.683] Format host information updated +Info 191 [10:56:59.684] Format host information updated +Info 192 [10:56:59.684] Format host information updated +Info 193 [10:56:59.684] Format host information updated +Info 194 [10:56:59.684] Format host information updated +Info 195 [10:56:59.684] Format host information updated +Info 196 [10:56:59.684] Format host information updated +Info 197 [10:56:59.684] Format host information updated +Info 198 [10:56:59.684] Format host information updated +Info 199 [10:56:59.685] Format host information updated +Info 200 [10:56:59.685] Format host information updated +Info 201 [10:57:00.387] Format host information updated +Info 202 [10:57:00.598] Format host information updated +Info 203 [10:57:00.665] Format host information updated +Info 204 [10:57:00.917] Format host information updated +Info 205 [10:57:02.277] Format host information updated +Info 206 [10:57:02.525] Format host information updated +Info 207 [10:57:02.850] Format host information updated +Info 208 [10:57:16.261] Format host information updated +Info 209 [10:57:16.919] Format host information updated +Info 210 [10:57:17.362] Format host information updated +Info 211 [10:57:17.591] Format host information updated +Info 212 [10:57:17.764] Format host information updated +Info 213 [10:57:17.822] Format host information updated +Info 214 [10:57:17.923] Format host information updated +Info 215 [10:57:17.992] Format host information updated +Info 216 [10:57:18.051] Format host information updated +Info 217 [10:57:18.368] Format host information updated +Info 218 [10:57:18.430] Format host information updated +Info 219 [10:57:18.564] Format host information updated +Info 220 [10:57:18.863] Format host information updated +Info 221 [10:57:19.469] Format host information updated +Info 222 [10:57:19.648] Format host information updated +Info 223 [10:57:19.792] Format host information updated +Info 224 [10:57:19.914] Format host information updated +Info 225 [10:57:19.981] Format host information updated +Info 226 [10:57:20.102] Format host information updated +Info 227 [10:57:20.262] Format host information updated +Info 228 [10:57:20.331] Format host information updated +Info 229 [10:57:20.709] Format host information updated +Info 230 [10:57:21.049] Format host information updated +Info 231 [10:57:21.133] Format host information updated +Info 232 [10:57:21.305] Format host information updated +Info 233 [10:57:21.479] Format host information updated +Info 234 [10:57:21.976] Format host information updated +Info 235 [10:57:21.976] Format host information updated +Info 236 [10:57:21.977] Format host information updated +Info 237 [10:57:23.884] Format host information updated +Info 238 [10:57:24.030] Format host information updated +Info 239 [10:57:24.106] Format host information updated +Info 240 [10:57:24.880] Format host information updated +Info 241 [10:57:24.880] Format host information updated +Info 242 [10:57:24.882] Format host information updated +Info 243 [10:57:25.284] Format host information updated +Info 244 [10:57:29.627] Format host information updated +Info 245 [10:57:29.832] Format host information updated +Info 246 [10:57:29.993] Format host information updated +Info 247 [10:57:30.077] Format host information updated +Info 248 [10:57:30.157] Format host information updated +Info 249 [10:57:30.317] Format host information updated +Info 250 [10:57:30.644] Format host information updated +Info 251 [10:57:30.644] Format host information updated +Info 252 [10:57:30.645] Format host information updated +Info 253 [10:57:31.042] Format host information updated +Info 254 [10:57:31.197] Format host information updated +Info 255 [10:57:31.387] Format host information updated +Info 256 [10:57:31.520] Format host information updated +Info 257 [10:57:31.520] Format host information updated +Info 258 [10:57:31.521] Format host information updated +Info 259 [10:57:32.217] Format host information updated +Info 260 [10:57:32.552] Format host information updated +Info 261 [10:57:33.056] Format host information updated +Info 262 [10:57:35.666] Format host information updated +Info 263 [10:57:37.912] Format host information updated +Info 264 [10:57:38.194] Format host information updated +Info 265 [10:57:38.317] Format host information updated +Info 266 [10:57:40.771] Format host information updated +Info 267 [10:57:41.234] Format host information updated +Info 268 [10:57:41.388] Format host information updated +Info 269 [10:57:41.455] Format host information updated +Info 270 [10:57:41.902] Format host information updated +Info 271 [10:57:41.993] Format host information updated +Info 272 [10:57:42.192] Format host information updated +Info 273 [10:57:43.270] Format host information updated +Info 274 [10:57:43.367] Format host information updated +Info 275 [10:57:43.581] Format host information updated +Info 276 [10:57:44.080] Format host information updated +Info 277 [10:57:44.081] Format host information updated +Info 278 [10:57:44.082] Format host information updated +Info 279 [10:57:47.979] Format host information updated +Info 280 [10:57:48.660] Format host information updated +Info 281 [10:57:49.035] Format host information updated +Info 282 [10:57:49.349] Format host information updated +Info 283 [10:57:49.444] Format host information updated +Info 284 [10:57:49.521] Format host information updated +Info 285 [10:57:49.596] Format host information updated +Info 286 [10:57:50.378] Format host information updated +Info 287 [10:57:51.038] Format host information updated +Info 288 [10:58:03.034] Format host information updated +Info 289 [10:58:14.541] Format host information updated +Info 290 [10:58:14.630] Format host information updated +Info 291 [10:58:14.864] Format host information updated +Info 292 [10:58:14.978] Format host information updated +Info 293 [10:58:15.166] Format host information updated +Info 294 [10:58:15.270] Format host information updated +Info 295 [10:58:15.420] Format host information updated +Info 296 [10:58:15.481] Format host information updated +Info 297 [10:58:16.193] Format host information updated +Info 298 [10:58:16.194] Format host information updated +Info 299 [10:58:16.195] Format host information updated +Info 300 [10:58:16.498] Format host information updated +Info 301 [10:58:16.827] Format host information updated +Info 302 [10:58:16.903] Format host information updated +Info 303 [10:58:17.198] Format host information updated +Info 304 [10:58:17.324] Format host information updated +Info 305 [10:58:17.442] Format host information updated +Info 306 [10:58:17.502] Format host information updated +Info 307 [10:58:17.764] Format host information updated +Info 308 [10:58:17.895] Format host information updated +Info 309 [10:58:18.187] Format host information updated +Info 310 [10:58:18.336] Format host information updated +Info 311 [10:58:18.439] Format host information updated +Info 312 [10:58:18.515] Format host information updated +Info 313 [10:58:18.701] Format host information updated +Info 314 [10:58:18.776] Format host information updated +Info 315 [10:58:19.320] Format host information updated +Info 316 [10:58:19.484] Format host information updated +Info 317 [10:58:19.614] Format host information updated +Info 318 [10:58:19.788] Format host information updated +Info 319 [10:58:19.911] Format host information updated +Info 320 [10:58:20.139] Format host information updated +Info 321 [10:58:20.854] Format host information updated +Info 322 [10:58:20.940] Format host information updated +Info 323 [10:58:21.441] Format host information updated +Info 324 [10:58:41.542] Format host information updated +Info 325 [10:58:41.695] Format host information updated +Info 326 [10:58:41.765] Format host information updated +Info 327 [10:58:41.832] Format host information updated +Info 328 [10:58:41.975] Format host information updated +Info 329 [10:58:42.076] Format host information updated +Info 330 [10:58:42.191] Format host information updated +Info 331 [10:58:42.372] Format host information updated +Info 332 [10:58:42.687] Format host information updated +Info 333 [10:58:42.836] Format host information updated +Info 334 [10:58:43.442] Format host information updated +Info 335 [10:58:43.505] Format host information updated +Info 336 [10:58:43.678] Format host information updated +Info 337 [10:58:43.739] Format host information updated +Info 338 [10:58:43.827] Format host information updated +Info 339 [10:58:45.079] Format host information updated +Info 340 [10:58:45.217] Format host information updated +Info 341 [10:58:45.323] Format host information updated +Info 342 [10:58:45.554] Format host information updated +Info 343 [10:58:45.701] Format host information updated +Info 344 [10:58:45.809] Format host information updated +Info 345 [10:58:46.304] Format host information updated +Info 346 [10:58:46.524] Format host information updated +Info 347 [10:58:46.971] Format host information updated +Info 348 [10:58:47.062] Format host information updated +Info 349 [10:58:47.178] Format host information updated +Info 350 [10:58:47.246] Format host information updated +Info 351 [10:58:47.337] Format host information updated +Info 352 [10:58:47.684] Format host information updated +Info 353 [10:58:47.745] Format host information updated +Info 354 [10:58:47.837] Format host information updated +Info 355 [10:58:48.490] Format host information updated +Info 356 [10:58:48.490] Format host information updated +Info 357 [10:58:48.491] Format host information updated +Info 358 [10:58:48.988] Format host information updated +Info 359 [10:58:49.046] Format host information updated +Info 360 [10:58:57.985] Format host information updated +Info 361 [10:59:07.161] Format host information updated +Info 362 [10:59:07.235] Format host information updated +Info 363 [10:59:07.346] Format host information updated +Info 364 [10:59:08.042] Format host information updated +Info 365 [10:59:08.116] Format host information updated +Info 366 [10:59:08.353] Format host information updated +Info 367 [10:59:08.802] Format host information updated +Info 368 [10:59:08.905] Format host information updated +Info 369 [10:59:09.041] Format host information updated +Info 370 [10:59:09.311] Format host information updated +Info 371 [10:59:09.653] Format host information updated +Info 372 [10:59:09.824] Format host information updated +Info 373 [10:59:09.886] Format host information updated +Info 374 [10:59:10.401] Format host information updated +Info 375 [10:59:10.557] Format host information updated +Info 376 [10:59:11.164] Format host information updated +Info 377 [10:59:11.225] Format host information updated +Info 378 [10:59:11.521] Format host information updated +Info 379 [10:59:11.701] Format host information updated +Info 380 [10:59:12.436] Format host information updated +Info 381 [10:59:12.436] Format host information updated +Info 382 [10:59:12.437] Format host information updated +Info 383 [10:59:12.971] Format host information updated +Info 384 [10:59:13.058] Format host information updated +Info 385 [10:59:13.180] Format host information updated +Info 386 [10:59:13.477] Format host information updated +Info 387 [10:59:13.574] Format host information updated +Info 388 [10:59:13.788] Format host information updated +Info 389 [10:59:18.168] Format host information updated +Info 390 [10:59:19.224] Format host information updated +Info 391 [10:59:19.450] Format host information updated +Info 392 [10:59:19.610] Format host information updated +Info 393 [10:59:19.673] Format host information updated +Info 394 [10:59:19.790] Format host information updated +Info 395 [10:59:21.513] Format host information updated +Info 396 [10:59:22.022] Format host information updated +Info 397 [10:59:23.246] Format host information updated +Info 398 [10:59:23.348] Format host information updated +Info 399 [10:59:23.490] Format host information updated +Info 400 [10:59:23.749] Format host information updated +Info 401 [10:59:23.900] Format host information updated +Info 402 [10:59:24.042] Format host information updated +Info 403 [10:59:24.254] Format host information updated +Info 404 [10:59:24.313] Format host information updated +Info 405 [10:59:24.595] Format host information updated +Info 406 [10:59:24.669] Format host information updated +Info 407 [10:59:24.729] Format host information updated +Info 408 [10:59:24.976] Format host information updated +Info 409 [10:59:25.302] Format host information updated +Info 410 [10:59:26.610] Format host information updated +Info 411 [10:59:26.612] Format host information updated +Info 412 [10:59:26.741] Format host information updated +Info 413 [10:59:26.884] Format host information updated +Info 414 [10:59:27.013] Format host information updated +Info 415 [10:59:27.195] Format host information updated +Info 416 [10:59:27.394] Format host information updated +Info 417 [10:59:27.607] Format host information updated +Info 418 [10:59:27.873] Format host information updated +Info 419 [10:59:27.965] Format host information updated +Info 420 [10:59:28.352] Format host information updated +Info 421 [10:59:28.424] Format host information updated +Info 422 [10:59:28.560] Format host information updated +Info 423 [10:59:29.268] Format host information updated +Info 424 [10:59:29.268] Format host information updated +Info 425 [10:59:29.269] Format host information updated +Info 426 [10:59:29.502] Format host information updated +Info 427 [10:59:29.705] Format host information updated +Info 428 [10:59:29.762] Format host information updated +Info 429 [10:59:29.858] Format host information updated +Info 430 [10:59:30.119] Format host information updated +Info 431 [10:59:31.164] Format host information updated +Info 432 [10:59:32.207] Format host information updated +Info 433 [10:59:32.465] Format host information updated +Info 434 [10:59:32.588] Format host information updated +Info 435 [10:59:32.716] Format host information updated +Info 436 [10:59:32.792] Format host information updated +Info 437 [10:59:32.908] Format host information updated +Info 438 [10:59:34.589] Format host information updated +Info 439 [10:59:34.698] Format host information updated +Info 440 [10:59:34.797] Format host information updated +Info 441 [10:59:35.067] Format host information updated +Info 442 [10:59:35.417] Format host information updated +Info 443 [10:59:35.788] Format host information updated +Info 444 [10:59:36.127] Format host information updated +Info 445 [10:59:36.444] Format host information updated +Info 446 [10:59:36.504] Format host information updated +Info 447 [10:59:36.621] Format host information updated +Info 448 [10:59:36.710] Format host information updated +Info 449 [10:59:36.909] Format host information updated +Info 450 [10:59:36.974] Format host information updated +Info 451 [10:59:37.308] Format host information updated +Info 452 [10:59:37.560] Format host information updated +Info 453 [10:59:37.693] Format host information updated +Info 454 [10:59:37.934] Format host information updated +Info 455 [10:59:37.993] Format host information updated +Info 456 [10:59:38.250] Format host information updated +Info 457 [10:59:38.768] Format host information updated +Info 458 [10:59:38.938] Format host information updated +Info 459 [10:59:38.995] Format host information updated +Info 460 [10:59:39.057] Format host information updated +Info 461 [10:59:39.283] Format host information updated +Info 462 [10:59:39.511] Format host information updated +Info 463 [10:59:39.578] Format host information updated +Info 464 [10:59:40.127] Format host information updated +Info 465 [10:59:40.128] Format host information updated +Info 466 [10:59:40.129] Format host information updated +Info 467 [10:59:40.668] Format host information updated +Info 468 [10:59:40.966] Format host information updated +Info 469 [11:02:08.282] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 470 [11:02:08.290] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 7.30375699698925ms +Info 471 [11:02:08.290] Project '/dev/null/inferredProject1*' (Inferred) +Info 472 [11:02:08.290] Files (9) + +Info 473 [11:02:08.290] ----------------------------------------------- +Info 474 [11:02:08.290] Project '/dev/null/inferredProject1*' (Inferred) +Info 474 [11:02:08.290] Files (9) + +Info 474 [11:02:08.290] ----------------------------------------------- +Info 474 [11:02:08.290] Open files: +Info 474 [11:02:08.290] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 474 [11:02:08.290] Projects: /dev/null/inferredProject1* +Info 474 [11:02:08.290] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 474 [11:02:08.290] Projects: /dev/null/inferredProject1* +Info 474 [11:02:08.465] Format host information updated +Info 475 [11:02:08.946] Format host information updated +Info 476 [11:02:10.122] Format host information updated +Info 477 [11:02:10.313] Format host information updated +Info 478 [11:02:10.629] Format host information updated +Info 479 [11:02:10.834] Format host information updated +Info 480 [11:02:13.249] Format host information updated +Info 481 [11:02:13.895] Format host information updated +Info 482 [11:02:14.066] Format host information updated +Info 483 [11:02:20.070] Format host information updated +Info 484 [11:02:20.309] Format host information updated +Info 485 [11:02:20.447] Format host information updated +Info 486 [11:02:20.715] Format host information updated +Info 487 [11:02:21.182] Format host information updated +Info 488 [11:02:21.522] Format host information updated +Info 489 [11:02:22.233] Format host information updated +Info 490 [11:02:23.094] Format host information updated +Info 491 [11:02:23.426] Format host information updated +Info 492 [11:02:23.845] Format host information updated +Info 493 [11:02:24.115] Format host information updated +Info 494 [11:02:24.363] Format host information updated +Info 495 [11:02:24.491] Format host information updated +Info 496 [11:02:24.694] Format host information updated +Info 497 [11:02:24.868] Format host information updated +Info 498 [11:02:24.922] Format host information updated +Info 499 [11:02:24.995] Format host information updated +Info 500 [11:02:25.336] Format host information updated +Info 501 [11:02:25.491] Format host information updated +Info 502 [11:02:25.570] Format host information updated +Info 503 [11:02:25.701] Format host information updated +Info 504 [11:02:25.760] Format host information updated +Info 505 [11:02:25.933] Format host information updated +Info 506 [11:02:26.011] Format host information updated +Info 507 [11:02:27.084] Format host information updated +Info 508 [11:02:27.774] Format host information updated +Info 509 [11:02:28.059] Format host information updated +Info 510 [11:02:28.237] Format host information updated +Info 511 [11:02:28.674] Format host information updated +Info 512 [11:02:28.953] Format host information updated +Info 513 [11:02:30.214] Format host information updated +Info 514 [11:02:30.659] Format host information updated +Info 515 [11:02:32.152] Format host information updated +Info 516 [11:02:32.651] Format host information updated +Info 517 [11:02:33.267] Format host information updated +Info 518 [11:02:33.840] Format host information updated +Info 519 [11:02:34.237] Format host information updated +Info 520 [11:02:34.436] Format host information updated +Info 521 [11:02:34.533] Format host information updated +Info 522 [11:02:34.640] Format host information updated +Info 523 [11:02:34.726] Format host information updated +Info 524 [11:02:34.780] Format host information updated +Info 525 [11:02:34.966] Format host information updated +Info 526 [11:02:35.069] Format host information updated +Info 527 [11:02:35.203] Format host information updated +Info 528 [11:02:35.261] Format host information updated +Info 529 [11:02:35.326] Format host information updated +Info 530 [11:02:35.876] Format host information updated +Info 531 [11:02:36.187] Format host information updated +Info 532 [11:02:39.568] Format host information updated +Info 533 [11:02:49.245] Format host information updated +Info 534 [11:02:49.568] Format host information updated +Info 535 [11:02:50.149] Format host information updated +Info 536 [11:02:50.399] Format host information updated +Info 537 [11:02:50.602] Format host information updated +Info 538 [11:02:50.884] Format host information updated +Info 539 [11:02:51.093] Format host information updated +Info 540 [11:02:51.236] Format host information updated +Info 541 [11:02:51.340] Format host information updated +Info 542 [11:02:51.403] Format host information updated +Info 543 [11:02:51.936] Format host information updated +Info 544 [11:02:52.058] Format host information updated +Info 545 [11:02:52.208] Format host information updated +Info 546 [11:02:52.477] Format host information updated +Info 547 [11:02:52.537] Format host information updated +Info 548 [11:02:53.282] Format host information updated +Info 549 [11:03:07.799] Format host information updated +Info 550 [11:03:10.772] Format host information updated +Info 551 [11:03:14.924] Format host information updated +Info 552 [11:03:15.500] Format host information updated +Info 553 [11:03:16.181] Format host information updated +Info 554 [11:03:16.448] Format host information updated +Info 555 [11:03:16.610] Format host information updated +Info 556 [11:03:17.476] Format host information updated +Info 557 [11:03:19.350] Format host information updated +Info 558 [11:03:19.506] Format host information updated +Info 559 [11:03:19.566] Format host information updated +Info 560 [11:03:20.019] Format host information updated +Info 561 [11:03:20.203] Format host information updated +Info 562 [11:03:20.332] Format host information updated +Info 563 [11:03:20.389] Format host information updated +Info 564 [11:03:20.638] Format host information updated +Info 565 [11:03:20.758] Format host information updated +Info 566 [11:03:21.019] Format host information updated +Info 567 [11:03:21.173] Format host information updated +Info 568 [11:03:21.335] Format host information updated +Info 569 [11:03:21.462] Format host information updated +Info 570 [11:03:21.554] Format host information updated +Info 571 [11:03:21.687] Format host information updated +Info 572 [11:03:21.814] Format host information updated +Info 573 [11:03:21.901] Format host information updated +Info 574 [11:03:21.990] Format host information updated +Info 575 [11:03:22.151] Format host information updated +Info 576 [11:03:22.211] Format host information updated +Info 577 [11:03:22.295] Format host information updated +Info 578 [11:03:22.355] Format host information updated +Info 579 [11:03:22.629] Format host information updated +Info 580 [11:03:22.750] Format host information updated +Info 581 [11:03:22.935] Format host information updated +Info 582 [11:03:23.010] Format host information updated +Info 583 [11:03:24.660] Format host information updated +Info 584 [11:03:24.978] Format host information updated +Info 585 [11:03:25.089] Format host information updated +Info 586 [11:03:25.621] Format host information updated +Info 587 [11:03:25.872] Format host information updated +Info 588 [11:03:26.488] Format host information updated +Info 589 [11:03:26.658] Format host information updated +Info 590 [11:03:27.423] Format host information updated +Info 591 [11:03:29.806] Format host information updated +Info 592 [11:03:30.031] Format host information updated +Info 593 [11:03:30.808] Format host information updated +Info 594 [11:03:30.926] Format host information updated +Info 595 [11:03:31.059] Format host information updated +Info 596 [11:03:31.374] Format host information updated +Info 597 [11:03:31.802] Format host information updated +Info 598 [11:03:33.023] Format host information updated +Info 599 [11:03:33.164] Format host information updated +Info 600 [11:03:34.300] Format host information updated +Info 601 [11:03:34.983] Format host information updated +Info 602 [11:03:36.718] Format host information updated +Info 603 [11:03:37.036] Format host information updated +Info 604 [11:03:37.459] Format host information updated +Info 605 [11:03:37.575] Format host information updated +Info 606 [11:03:37.724] Format host information updated +Info 607 [11:03:37.969] Format host information updated +Info 608 [11:03:40.236] Format host information updated +Info 609 [11:03:40.932] Format host information updated +Info 610 [11:03:41.691] Format host information updated +Info 611 [11:03:42.356] Format host information updated +Info 612 [11:03:43.071] Format host information updated +Info 613 [11:03:43.744] Format host information updated +Info 614 [11:03:44.793] Format host information updated +Info 615 [11:03:52.522] Format host information updated +Info 616 [11:03:53.279] Format host information updated +Info 617 [11:03:53.557] Format host information updated +Info 618 [11:03:53.916] Format host information updated +Info 619 [11:03:54.179] Format host information updated +Info 620 [11:03:55.106] Format host information updated +Info 621 [11:03:56.624] Format host information updated +Info 622 [11:03:57.222] Format host information updated +Info 623 [11:03:57.705] Format host information updated +Info 624 [11:03:58.164] Format host information updated +Info 625 [11:03:59.167] Format host information updated +Info 626 [11:03:59.720] Format host information updated +Info 627 [11:04:00.205] Format host information updated +Info 628 [11:04:01.142] Format host information updated +Info 629 [11:04:01.332] Format host information updated +Info 630 [11:04:02.806] Format host information updated +Info 631 [11:04:03.213] Format host information updated +Info 632 [11:04:04.746] Format host information updated +Info 633 [11:04:05.787] Format host information updated +Info 634 [11:04:07.245] Format host information updated +Info 635 [11:04:07.742] Format host information updated +Info 636 [11:04:11.642] Format host information updated +Info 637 [11:04:11.742] Format host information updated +Info 638 [11:04:12.204] Format host information updated +Info 639 [11:04:12.418] Format host information updated +Info 640 [11:04:12.495] Format host information updated +Info 641 [11:04:16.351] Format host information updated +Info 642 [11:04:16.716] Format host information updated +Info 643 [11:04:16.816] Format host information updated +Info 644 [11:04:16.985] Format host information updated +Info 645 [11:04:17.122] Format host information updated +Info 646 [11:04:17.220] Format host information updated +Info 647 [11:04:17.336] Format host information updated +Info 648 [11:04:19.832] Format host information updated +Info 649 [11:04:20.886] Format host information updated +Info 650 [11:04:22.838] Format host information updated +Info 651 [11:04:23.101] Format host information updated +Info 652 [11:04:23.320] Format host information updated +Info 653 [11:04:23.399] Format host information updated +Info 654 [11:04:24.215] Format host information updated +Info 655 [11:04:24.315] Format host information updated +Info 656 [11:04:24.664] Format host information updated +Info 657 [11:04:24.757] Format host information updated +Info 658 [11:04:24.846] Format host information updated +Info 659 [11:04:25.667] Format host information updated +Info 660 [11:04:25.811] Format host information updated +Info 661 [11:04:25.911] Format host information updated +Info 662 [11:04:26.257] Format host information updated +Info 663 [11:04:26.445] Format host information updated +Info 664 [11:04:26.552] Format host information updated +Info 665 [11:04:26.729] Format host information updated +Info 666 [11:04:27.882] Format host information updated +Info 667 [11:04:27.882] Format host information updated +Info 668 [11:04:27.884] Format host information updated +Info 669 [11:04:27.943] Format host information updated +Info 670 [11:04:28.341] Format host information updated +Info 671 [11:04:33.024] Format host information updated +Info 672 [11:04:33.199] Format host information updated +Info 673 [11:04:33.445] Format host information updated +Info 674 [11:04:33.547] Format host information updated +Info 675 [11:04:33.657] Format host information updated +Info 676 [11:04:33.908] Format host information updated +Info 677 [11:04:33.995] Format host information updated +Info 678 [11:04:34.720] Format host information updated +Info 679 [11:04:34.871] Format host information updated +Info 680 [11:04:34.985] Format host information updated +Info 681 [11:04:35.235] Format host information updated +Info 682 [11:04:35.367] Format host information updated +Info 683 [11:04:35.499] Format host information updated +Info 684 [11:04:35.792] Format host information updated +Info 685 [11:04:36.398] Format host information updated +Info 686 [11:04:36.626] Format host information updated +Info 687 [11:04:36.859] Format host information updated +Info 688 [11:04:37.101] Format host information updated +Info 689 [11:04:37.261] Format host information updated +Info 690 [11:04:37.340] Format host information updated +Info 691 [11:04:37.407] Format host information updated +Info 692 [11:04:38.570] Format host information updated +Info 693 [11:04:38.570] Format host information updated +Info 694 [11:04:38.572] Format host information updated +Info 695 [11:04:38.806] Format host information updated +Info 696 [11:04:38.957] Format host information updated +Info 697 [11:04:39.035] Format host information updated +Info 698 [11:04:39.135] Format host information updated +Info 699 [11:04:39.303] Format host information updated +Info 700 [11:04:43.619] Format host information updated +Info 701 [11:04:44.070] Format host information updated +Info 702 [11:04:45.169] Format host information updated +Info 703 [11:04:45.364] Format host information updated +Info 704 [11:04:45.467] Format host information updated +Info 705 [11:04:45.600] Format host information updated +Info 706 [11:04:45.661] Format host information updated +Info 707 [11:04:45.764] Format host information updated +Info 708 [11:04:47.670] Format host information updated +Info 709 [11:04:48.087] Format host information updated +Info 710 [11:04:48.246] Format host information updated +Info 711 [11:04:48.323] Format host information updated +Info 712 [11:04:48.758] Format host information updated +Info 713 [11:04:48.961] Format host information updated +Info 714 [11:04:49.113] Format host information updated +Info 715 [11:04:49.813] Format host information updated +Info 716 [11:04:49.938] Format host information updated +Info 717 [11:04:50.054] Format host information updated +Info 718 [11:04:50.243] Format host information updated +Info 719 [11:04:50.399] Format host information updated +Info 720 [11:04:50.478] Format host information updated +Info 721 [11:04:50.579] Format host information updated +Info 722 [11:04:51.067] Format host information updated +Info 723 [11:04:51.067] Format host information updated +Info 724 [11:04:51.069] Format host information updated +Info 725 [11:04:51.398] Format host information updated +Info 726 [11:04:51.506] Format host information updated +Info 727 [11:04:51.600] Format host information updated +Info 728 [11:04:51.716] Format host information updated +Info 729 [11:04:51.774] Format host information updated +Info 730 [11:04:51.983] Format host information updated +Info 731 [11:04:52.247] Format host information updated +Info 732 [11:04:52.516] Format host information updated +Info 733 [11:04:53.271] Format host information updated +Info 734 [11:04:53.437] Format host information updated +Info 735 [11:04:53.608] Format host information updated +Info 736 [11:04:53.759] Format host information updated +Info 737 [11:04:56.978] Format host information updated +Info 738 [11:04:57.848] Format host information updated +Info 739 [11:04:58.029] Format host information updated +Info 740 [11:04:58.155] Format host information updated +Info 741 [11:04:58.214] Format host information updated +Info 742 [11:04:58.323] Format host information updated +Info 743 [11:04:58.411] Format host information updated +Info 744 [11:04:58.849] Format host information updated +Info 745 [11:05:01.467] Format host information updated +Info 746 [11:05:01.754] Format host information updated +Info 747 [11:05:02.094] Format host information updated +Info 748 [11:05:02.226] Format host information updated +Info 749 [11:05:02.651] Format host information updated +Info 750 [11:05:03.038] Format host information updated +Info 751 [11:05:03.188] Format host information updated +Info 752 [11:05:03.250] Format host information updated +Info 753 [11:05:03.470] Format host information updated +Info 754 [11:05:03.704] Format host information updated +Info 755 [11:05:03.773] Format host information updated +Info 756 [11:05:03.838] Format host information updated +Info 757 [11:05:04.575] Format host information updated +Info 758 [11:05:04.645] Format host information updated +Info 759 [11:05:04.861] Format host information updated +Info 760 [11:05:05.126] Format host information updated +Info 761 [11:05:05.242] Format host information updated +Info 762 [11:05:05.302] Format host information updated +Info 763 [11:05:05.383] Format host information updated +Info 764 [11:05:05.517] Format host information updated +Info 765 [11:05:06.518] Format host information updated +Info 766 [11:05:06.518] Format host information updated +Info 767 [11:05:06.518] Format host information updated +Info 768 [11:05:06.519] Format host information updated +Info 769 [11:05:06.706] Format host information updated +Info 770 [11:05:06.829] Format host information updated +Info 771 [11:05:06.910] Format host information updated +Info 772 [11:05:06.971] Format host information updated +Info 773 [11:05:07.140] Format host information updated +Info 774 [11:05:09.818] Format host information updated +Info 775 [11:05:10.034] Format host information updated +Info 776 [11:05:10.101] Format host information updated +Info 777 [11:05:10.184] Format host information updated +Info 778 [11:05:10.414] Format host information updated +Info 779 [11:05:10.493] Format host information updated +Info 780 [11:05:10.600] Format host information updated +Info 781 [11:05:11.196] Format host information updated +Info 782 [11:05:11.196] Format host information updated +Info 783 [11:05:11.197] Format host information updated +Info 784 [11:05:11.334] Format host information updated +Info 785 [11:05:11.464] Format host information updated +Info 786 [11:05:11.584] Format host information updated +Info 787 [11:05:11.657] Format host information updated +Info 788 [11:05:11.795] Format host information updated +Info 789 [11:05:13.098] Format host information updated +Info 790 [11:05:14.422] Format host information updated +Info 791 [11:21:33.527] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 792 [11:21:33.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 6.077580004930496ms +Info 793 [11:21:33.534] Project '/dev/null/inferredProject1*' (Inferred) +Info 794 [11:21:33.534] Files (10) + +Info 795 [11:21:33.534] ----------------------------------------------- +Info 796 [11:21:33.534] Project '/dev/null/inferredProject1*' (Inferred) +Info 796 [11:21:33.534] Files (10) + +Info 796 [11:21:33.534] ----------------------------------------------- +Info 796 [11:21:33.534] Open files: +Info 796 [11:21:33.534] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 796 [11:21:33.534] Projects: /dev/null/inferredProject1* +Info 796 [11:21:33.534] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 796 [11:21:33.534] Projects: /dev/null/inferredProject1* +Info 796 [11:21:33.534] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 796 [11:21:33.534] Projects: /dev/null/inferredProject1* +Info 796 [11:21:34.090] Format host information updated +Info 797 [11:21:36.831] Format host information updated +Info 798 [11:21:37.520] Format host information updated +Info 799 [11:21:39.687] Format host information updated +Info 800 [11:21:40.006] Format host information updated +Info 801 [11:21:40.176] Format host information updated +Info 802 [11:21:40.404] Format host information updated +Info 803 [11:21:40.470] Format host information updated +Info 804 [11:21:40.574] Format host information updated +Info 805 [11:21:40.664] Format host information updated +Info 806 [11:21:40.889] Format host information updated +Info 807 [11:21:40.979] Format host information updated +Info 808 [11:21:41.048] Format host information updated +Info 809 [11:21:41.137] Format host information updated +Info 810 [11:21:41.191] Format host information updated +Info 811 [11:21:41.420] Format host information updated +Info 812 [11:21:41.574] Format host information updated +Info 813 [11:21:41.759] Format host information updated +Info 814 [11:21:41.834] Format host information updated +Info 815 [11:21:41.932] Format host information updated +Info 816 [11:21:42.081] Format host information updated +Info 817 [11:21:42.139] Format host information updated +Info 818 [11:21:42.827] Format host information updated +Info 819 [11:21:42.929] Format host information updated +Info 820 [11:21:43.113] Format host information updated +Info 821 [11:21:43.293] Format host information updated +Info 822 [11:21:43.371] Format host information updated +Info 823 [11:21:43.557] Format host information updated +Info 824 [11:21:43.820] Format host information updated +Info 825 [11:21:44.038] Format host information updated +Info 826 [11:21:44.099] Format host information updated +Info 827 [11:21:44.262] Format host information updated +Info 828 [11:21:44.330] Format host information updated +Info 829 [11:21:44.485] Format host information updated +Info 830 [11:21:44.545] Format host information updated +Info 831 [11:21:46.385] Format host information updated +Info 832 [11:21:46.643] Format host information updated +Info 833 [11:21:46.905] Format host information updated +Info 834 [11:21:47.036] Format host information updated +Info 835 [11:21:47.128] Format host information updated +Info 836 [11:21:47.384] Format host information updated +Info 837 [11:21:47.899] Format host information updated +Info 838 [11:21:48.009] Format host information updated +Info 839 [11:21:48.220] Format host information updated +Info 840 [11:21:48.414] Format host information updated +Info 841 [11:21:48.563] Format host information updated +Info 842 [11:21:48.633] Format host information updated +Info 843 [11:21:48.787] Format host information updated +Info 844 [11:21:48.879] Format host information updated +Info 845 [11:21:49.918] Format host information updated +Info 846 [11:21:49.978] Format host information updated +Info 847 [11:21:50.495] Format host information updated +Info 848 [11:21:50.686] Format host information updated +Info 849 [11:21:50.763] Format host information updated +Info 850 [11:21:51.062] Format host information updated +Info 851 [11:21:51.148] Format host information updated +Info 852 [11:21:51.229] Format host information updated +Info 853 [11:21:51.295] Format host information updated +Info 854 [11:21:51.517] Format host information updated +Info 855 [11:21:51.929] Format host information updated +Info 856 [11:21:52.042] Format host information updated +Info 857 [11:21:52.141] Format host information updated +Info 858 [11:21:52.321] Format host information updated +Info 859 [11:21:52.459] Format host information updated +Info 860 [11:21:52.529] Format host information updated +Info 861 [11:21:52.625] Format host information updated +Info 862 [11:21:52.762] Format host information updated +Info 863 [11:21:52.900] Format host information updated +Info 864 [11:21:52.958] Format host information updated +Info 865 [11:21:53.805] Format host information updated +Info 866 [11:21:54.621] Format host information updated +Info 867 [11:21:54.686] Format host information updated +Info 868 [11:21:55.158] Format host information updated +Info 869 [11:21:55.870] Format host information updated +Info 870 [11:21:55.999] Format host information updated +Info 871 [11:21:56.247] Format host information updated +Info 872 [11:21:56.305] Format host information updated +Info 873 [11:21:56.874] Format host information updated +Info 874 [11:21:57.002] Format host information updated +Info 875 [11:21:57.171] Format host information updated +Info 876 [11:21:57.253] Format host information updated +Info 877 [11:21:57.408] Format host information updated +Info 878 [11:21:57.600] Format host information updated +Info 879 [11:21:58.079] Format host information updated +Info 880 [11:21:58.205] Format host information updated +Info 881 [11:21:59.056] Format host information updated +Info 882 [11:21:59.185] Format host information updated +Info 883 [11:21:59.272] Format host information updated +Info 884 [11:21:59.394] Format host information updated +Info 885 [11:21:59.661] Format host information updated +Info 886 [11:21:59.890] Format host information updated +Info 887 [11:22:00.022] Format host information updated +Info 888 [11:22:00.187] Format host information updated +Info 889 [11:22:00.246] Format host information updated +Info 890 [11:22:00.399] Format host information updated +Info 891 [11:22:00.459] Format host information updated +Info 892 [11:22:00.631] Format host information updated +Info 893 [11:22:00.690] Format host information updated +Info 894 [11:22:01.397] Format host information updated +Info 895 [11:22:01.635] Format host information updated +Info 896 [11:22:01.878] Format host information updated +Info 897 [11:22:02.047] Format host information updated +Info 898 [11:22:02.195] Format host information updated +Info 899 [11:22:02.397] Format host information updated +Info 900 [11:22:03.883] Format host information updated +Info 901 [11:22:05.171] Format host information updated +Info 902 [11:22:08.337] Format host information updated +Info 903 [11:22:09.656] Format host information updated +Info 904 [11:22:10.247] Format host information updated +Info 905 [11:22:10.992] Format host information updated +Info 906 [11:22:12.404] Format host information updated +Info 907 [11:22:12.499] Format host information updated +Info 908 [11:22:12.578] Format host information updated +Info 909 [11:22:12.680] Format host information updated +Info 910 [11:22:12.786] Format host information updated +Info 911 [11:22:12.941] Format host information updated +Info 912 [11:22:13.137] Format host information updated +Info 913 [11:22:13.901] Format host information updated +Info 914 [11:22:16.171] Format host information updated +Info 915 [11:22:16.297] Format host information updated +Info 916 [11:22:16.380] Format host information updated +Info 917 [11:22:17.167] Format host information updated +Info 918 [11:22:17.559] Format host information updated +Info 919 [11:22:17.712] Format host information updated +Info 920 [11:22:20.739] Format host information updated +Info 921 [11:22:20.993] Format host information updated +Info 922 [11:22:22.650] Format host information updated +Info 923 [11:22:22.889] Format host information updated +Info 924 [11:22:23.021] Format host information updated +Info 925 [11:22:23.288] Format host information updated +Info 926 [11:22:24.632] Format host information updated +Info 927 [11:22:24.836] Format host information updated +Info 928 [11:22:24.952] Format host information updated +Info 929 [11:22:25.129] Format host information updated +Info 930 [11:22:25.210] Format host information updated +Info 931 [11:22:26.960] Format host information updated +Info 932 [11:22:27.104] Format host information updated +Info 933 [11:22:27.239] Format host information updated +Info 934 [11:22:27.401] Format host information updated +Info 935 [11:22:27.462] Format host information updated +Info 936 [11:22:27.560] Format host information updated +Info 937 [11:22:29.323] Format host information updated +Info 938 [11:22:29.503] Format host information updated +Info 939 [11:22:30.642] Format host information updated +Info 940 [11:22:30.865] Format host information updated +Info 941 [11:22:31.251] Format host information updated +Info 942 [11:22:31.414] Format host information updated +Info 943 [11:22:31.746] Format host information updated +Info 944 [11:22:31.812] Format host information updated +Info 945 [11:22:31.884] Format host information updated +Info 946 [11:22:32.109] Format host information updated +Info 947 [11:22:32.246] Format host information updated +Info 948 [11:22:32.335] Format host information updated +Info 949 [11:22:32.523] Format host information updated +Info 950 [11:22:32.697] Format host information updated +Info 951 [11:22:32.795] Format host information updated +Info 952 [11:22:32.909] Format host information updated +Info 953 [11:22:33.007] Format host information updated +Info 954 [11:22:35.288] Format host information updated +Info 955 [11:22:35.414] Format host information updated +Info 956 [11:22:35.491] Format host information updated +Info 957 [11:22:35.557] Format host information updated +Info 958 [11:22:35.747] Format host information updated +Info 959 [11:22:35.816] Format host information updated +Info 960 [11:22:35.932] Format host information updated +Info 961 [11:22:36.006] Format host information updated +Info 962 [11:22:36.469] Format host information updated +Info 963 [11:22:37.814] Format host information updated +Info 964 [11:22:38.017] Format host information updated +Info 965 [11:22:38.142] Format host information updated +Info 966 [11:22:38.230] Format host information updated +Info 967 [11:22:38.332] Format host information updated +Info 968 [11:22:43.651] Format host information updated +Info 969 [11:28:52.590] Format host information updated +Info 970 [11:28:52.810] Format host information updated +Info 971 [11:28:53.477] Format host information updated +Info 972 [11:28:54.034] Format host information updated +Info 973 [11:28:55.880] Format host information updated +Info 974 [11:28:56.268] Format host information updated +Info 975 [11:28:56.412] Format host information updated +Info 976 [11:28:56.475] Format host information updated +Info 977 [11:28:56.557] Format host information updated +Info 978 [11:28:56.691] Format host information updated +Info 979 [11:28:56.766] Format host information updated +Info 980 [11:28:56.840] Format host information updated +Info 981 [11:28:57.564] Format host information updated +Info 982 [11:28:59.930] Format host information updated +Info 983 [11:28:59.930] Format host information updated +Info 984 [11:28:59.930] Format host information updated +Info 985 [11:28:59.931] Format host information updated +Info 986 [11:29:03.377] Format host information updated +Info 987 [11:29:04.810] Format host information updated +Info 988 [11:29:05.040] Format host information updated +Info 989 [11:29:05.159] Format host information updated +Info 990 [11:29:05.270] Format host information updated +Info 991 [11:29:05.390] Format host information updated +Info 992 [11:29:05.541] Format host information updated +Info 993 [11:29:05.599] Format host information updated +Info 994 [11:29:06.448] Format host information updated +Info 995 [11:29:07.723] Format host information updated +Info 996 [11:29:07.723] Format host information updated +Info 997 [11:29:07.724] Format host information updated +Info 998 [11:29:07.724] Format host information updated +Info 999 [11:29:07.724] Format host information updated +Info 1000 [11:29:08.142] Format host information updated +Info 1001 [11:29:09.582] Format host information updated +Info 1002 [11:29:09.677] Format host information updated +Info 1003 [11:29:09.851] Format host information updated +Info 1004 [11:29:10.001] Format host information updated +Info 1005 [11:29:10.196] Format host information updated +Info 1006 [11:29:10.336] Format host information updated +Info 1007 [11:29:10.416] Format host information updated +Info 1008 [11:29:10.626] Format host information updated +Info 1009 [11:29:13.491] Format host information updated +Info 1010 [11:29:13.618] Format host information updated +Info 1011 [11:29:13.822] Format host information updated +Info 1012 [11:29:13.889] Format host information updated +Info 1013 [11:29:14.028] Format host information updated +Info 1014 [11:29:14.158] Format host information updated +Info 1015 [11:29:14.261] Format host information updated +Info 1016 [11:29:15.154] Format host information updated +Info 1017 [11:29:15.373] Format host information updated +Info 1018 [11:29:17.265] Format host information updated +Info 1019 [11:29:17.425] Format host information updated +Info 1020 [11:29:17.526] Format host information updated +Info 1021 [11:29:17.646] Format host information updated +Info 1022 [11:29:17.773] Format host information updated +Info 1023 [11:29:17.871] Format host information updated +Info 1024 [11:29:18.023] Format host information updated +Info 1025 [11:29:18.134] Format host information updated +Info 1026 [11:29:18.376] Format host information updated +Info 1027 [11:29:18.464] Format host information updated +Info 1028 [11:29:18.526] Format host information updated +Info 1029 [11:29:18.679] Format host information updated +Info 1030 [11:29:18.750] Format host information updated +Info 1031 [11:29:18.893] Format host information updated +Info 1032 [11:29:19.096] Format host information updated +Info 1033 [11:29:21.361] Format host information updated +Info 1034 [11:29:21.443] Format host information updated +Info 1035 [11:29:21.566] Format host information updated +Info 1036 [11:29:21.927] Format host information updated +Info 1037 [11:29:22.094] Format host information updated +Info 1038 [11:29:22.272] Format host information updated +Info 1039 [11:29:22.891] Format host information updated +Info 1040 [11:29:24.369] Format host information updated +Info 1041 [11:29:24.535] Format host information updated +Info 1042 [11:29:24.622] Format host information updated +Info 1043 [11:29:24.717] Format host information updated +Info 1044 [11:29:24.847] Format host information updated +Info 1045 [11:29:24.928] Format host information updated +Info 1046 [11:29:25.164] Format host information updated +Info 1047 [11:29:25.332] Format host information updated +Info 1048 [11:29:25.452] Format host information updated +Info 1049 [11:29:25.530] Format host information updated +Info 1050 [11:29:25.604] Format host information updated +Info 1051 [11:35:59.659] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1052 [11:35:59.663] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 3.921283006668091ms +Info 1053 [11:35:59.663] Project '/dev/null/inferredProject1*' (Inferred) +Info 1054 [11:35:59.663] Files (11) + +Info 1055 [11:35:59.663] ----------------------------------------------- +Info 1056 [11:35:59.663] Project '/dev/null/inferredProject1*' (Inferred) +Info 1056 [11:35:59.663] Files (11) + +Info 1056 [11:35:59.663] ----------------------------------------------- +Info 1056 [11:35:59.663] Open files: +Info 1056 [11:35:59.663] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1056 [11:35:59.663] Projects: /dev/null/inferredProject1* +Info 1056 [11:35:59.663] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1056 [11:35:59.663] Projects: /dev/null/inferredProject1* +Info 1056 [11:35:59.663] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1056 [11:35:59.663] Projects: /dev/null/inferredProject1* +Info 1056 [11:35:59.663] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1056 [11:35:59.663] Projects: /dev/null/inferredProject1* +Info 1056 [11:35:59.978] Format host information updated +Info 1057 [11:36:03.826] Format host information updated +Info 1058 [11:36:04.666] Format host information updated +Info 1059 [11:36:05.896] Format host information updated +Info 1060 [11:36:06.034] Format host information updated +Info 1061 [11:36:06.382] Format host information updated +Info 1062 [11:36:06.499] Format host information updated +Info 1063 [11:36:06.746] Format host information updated +Info 1064 [11:36:06.853] Format host information updated +Info 1065 [11:36:06.990] Format host information updated +Info 1066 [11:36:07.611] Format host information updated +Info 1067 [11:36:08.069] Format host information updated +Info 1068 [11:36:08.180] Format host information updated +Info 1069 [11:36:08.268] Format host information updated +Info 1070 [11:36:08.601] Format host information updated +Info 1071 [11:36:08.747] Format host information updated +Info 1072 [11:36:08.928] Format host information updated +Info 1073 [11:36:09.024] Format host information updated +Info 1074 [11:36:09.111] Format host information updated +Info 1075 [11:36:09.199] Format host information updated +Info 1076 [11:36:09.253] Format host information updated +Info 1077 [11:36:09.431] Format host information updated +Info 1078 [11:36:09.490] Format host information updated +Info 1079 [11:36:09.563] Format host information updated +Info 1080 [11:36:09.659] Format host information updated +Info 1081 [11:36:09.713] Format host information updated +Info 1082 [11:36:09.906] Format host information updated +Info 1083 [11:36:10.034] Format host information updated +Info 1084 [11:36:10.111] Format host information updated +Info 1085 [11:36:10.203] Format host information updated +Info 1086 [11:36:10.360] Format host information updated +Info 1087 [11:36:10.663] Format host information updated +Info 1088 [11:36:10.784] Format host information updated +Info 1089 [11:36:10.869] Format host information updated +Info 1090 [11:36:10.986] Format host information updated +Info 1091 [11:36:11.068] Format host information updated +Info 1092 [11:36:11.551] Format host information updated +Info 1093 [11:36:11.612] Format host information updated +Info 1094 [11:36:12.587] Format host information updated +Info 1095 [11:36:12.733] Format host information updated +Info 1096 [11:36:12.810] Format host information updated +Info 1097 [11:36:13.099] Format host information updated +Info 1098 [11:36:13.339] Format host information updated +Info 1099 [11:36:13.411] Format host information updated +Info 1100 [11:36:13.676] Format host information updated +Info 1101 [11:36:13.817] Format host information updated +Info 1102 [11:36:13.900] Format host information updated +Info 1103 [11:36:13.989] Format host information updated +Info 1104 [11:36:14.079] Format host information updated +Info 1105 [11:36:14.172] Format host information updated +Info 1106 [11:36:14.540] Format host information updated +Info 1107 [11:36:14.739] Format host information updated +Info 1108 [11:36:14.814] Format host information updated +Info 1109 [11:36:14.887] Format host information updated +Info 1110 [11:36:15.034] Format host information updated +Info 1111 [11:36:15.103] Format host information updated +Info 1112 [11:36:16.262] Format host information updated +Info 1113 [11:36:16.594] Format host information updated +Info 1114 [11:36:16.846] Format host information updated +Info 1115 [11:36:16.993] Format host information updated +Info 1116 [11:36:17.134] Format host information updated +Info 1117 [11:36:17.349] Format host information updated +Info 1118 [11:36:17.936] Format host information updated +Info 1119 [11:36:17.993] Format host information updated +Info 1120 [11:36:18.121] Format host information updated +Info 1121 [11:36:18.332] Format host information updated +Info 1122 [11:36:18.473] Format host information updated +Info 1123 [11:36:18.602] Format host information updated +Info 1124 [11:36:18.738] Format host information updated +Info 1125 [11:36:18.813] Format host information updated +Info 1126 [11:36:18.898] Format host information updated +Info 1127 [11:36:19.637] Format host information updated +Info 1128 [11:36:19.703] Format host information updated +Info 1129 [11:36:20.103] Format host information updated +Info 1130 [11:36:20.336] Format host information updated +Info 1131 [11:36:20.395] Format host information updated +Info 1132 [11:36:20.558] Format host information updated +Info 1133 [11:36:20.650] Format host information updated +Info 1134 [11:36:20.771] Format host information updated +Info 1135 [11:36:20.905] Format host information updated +Info 1136 [11:36:21.011] Format host information updated +Info 1137 [11:36:21.087] Format host information updated +Info 1138 [11:36:22.453] Format host information updated +Info 1139 [11:36:23.068] Format host information updated +Info 1140 [11:36:23.133] Format host information updated +Info 1141 [11:36:23.466] Format host information updated +Info 1142 [11:36:24.157] Format host information updated +Info 1143 [11:36:24.247] Format host information updated +Info 1144 [11:36:24.427] Format host information updated +Info 1145 [11:36:24.486] Format host information updated +Info 1146 [11:36:24.631] Format host information updated +Info 1147 [11:36:24.977] Format host information updated +Info 1148 [11:36:25.079] Format host information updated +Info 1149 [11:36:25.140] Format host information updated +Info 1150 [11:36:25.246] Format host information updated +Info 1151 [11:36:25.359] Format host information updated +Info 1152 [11:36:25.430] Format host information updated +Info 1153 [11:36:27.630] Format host information updated +Info 1154 [11:36:27.911] Format host information updated +Info 1155 [11:36:31.792] Format host information updated +Info 1156 [11:36:31.933] Format host information updated +Info 1157 [11:36:32.047] Format host information updated +Info 1158 [11:36:32.085] Format host information updated +Info 1159 [11:36:32.299] Format host information updated +Info 1160 [11:36:32.426] Format host information updated +Info 1161 [11:36:32.510] Format host information updated +Info 1162 [11:36:34.448] Format host information updated +Info 1163 [11:36:34.637] Format host information updated +Info 1164 [11:36:39.089] Format host information updated +Info 1165 [11:36:39.235] Format host information updated +Info 1166 [11:36:39.456] Format host information updated +Info 1167 [11:36:39.663] Format host information updated +Info 1168 [11:36:39.783] Format host information updated +Info 1169 [11:36:39.923] Format host information updated +Info 1170 [11:36:40.043] Format host information updated +Info 1171 [11:36:40.186] Format host information updated +Info 1172 [11:36:40.292] Format host information updated +Info 1173 [11:36:40.592] Format host information updated +Info 1174 [11:36:40.695] Format host information updated +Info 1175 [11:36:40.796] Format host information updated +Info 1176 [11:36:40.914] Format host information updated +Info 1177 [11:36:41.038] Format host information updated +Info 1178 [11:36:41.754] Format host information updated +Info 1179 [11:36:41.883] Format host information updated +Info 1180 [11:36:42.006] Format host information updated +Info 1181 [11:36:42.125] Format host information updated +Info 1182 [11:36:42.231] Format host information updated +Info 1183 [11:36:42.409] Format host information updated +Info 1184 [11:36:42.479] Format host information updated +Info 1185 [11:36:42.920] Format host information updated +Info 1186 [11:36:43.026] Format host information updated +Info 1187 [11:36:43.247] Format host information updated +Info 1188 [11:36:43.412] Format host information updated +Info 1189 [11:36:43.627] Format host information updated +Info 1190 [11:36:43.688] Format host information updated +Info 1191 [11:36:43.820] Format host information updated +Info 1192 [11:36:44.012] Format host information updated +Info 1193 [11:36:44.072] Format host information updated +Info 1194 [11:36:44.252] Format host information updated +Info 1195 [11:36:44.549] Format host information updated +Info 1196 [11:36:44.624] Format host information updated +Info 1197 [11:36:44.730] Format host information updated +Info 1198 [11:36:44.787] Format host information updated +Info 1199 [11:36:44.926] Format host information updated +Info 1200 [11:36:46.081] Format host information updated +Info 1201 [11:36:46.226] Format host information updated +Info 1202 [11:36:46.287] Format host information updated +Info 1203 [11:36:46.433] Format host information updated +Info 1204 [11:36:46.704] Format host information updated +Info 1205 [11:36:47.112] Format host information updated +Info 1206 [11:36:47.112] Format host information updated +Info 1207 [11:36:47.113] Format host information updated +Info 1208 [11:36:47.870] Format host information updated +Info 1209 [11:36:48.125] Format host information updated +Info 1210 [11:36:49.862] Format host information updated +Info 1211 [11:36:50.055] Format host information updated +Info 1212 [11:36:50.132] Format host information updated +Info 1213 [11:36:50.328] Format host information updated +Info 1214 [11:36:50.386] Format host information updated +Info 1215 [11:36:50.529] Format host information updated +Info 1216 [11:36:50.584] Format host information updated +Info 1217 [11:36:52.254] Format host information updated +Info 1218 [11:36:52.711] Format host information updated +Info 1219 [11:36:52.823] Format host information updated +Info 1220 [11:36:53.049] Format host information updated +Info 1221 [11:36:53.174] Format host information updated +Info 1222 [11:36:54.803] Format host information updated +Info 1223 [11:36:54.911] Format host information updated +Info 1224 [11:36:55.393] Format host information updated +Info 1225 [11:36:55.508] Format host information updated +Info 1226 [11:36:56.008] Format host information updated +Info 1227 [11:36:56.076] Format host information updated +Info 1228 [11:36:56.172] Format host information updated +Info 1229 [11:36:56.248] Format host information updated +Info 1230 [11:36:56.306] Format host information updated +Info 1231 [11:36:56.405] Format host information updated +Info 1232 [11:36:56.487] Format host information updated +Info 1233 [11:36:56.602] Format host information updated +Info 1234 [11:36:56.730] Format host information updated +Info 1235 [11:36:56.867] Format host information updated +Info 1236 [11:36:57.057] Format host information updated +Info 1237 [11:36:57.173] Format host information updated +Info 1238 [11:36:57.244] Format host information updated +Info 1239 [11:36:57.342] Format host information updated +Info 1240 [11:36:57.476] Format host information updated +Info 1241 [11:36:57.578] Format host information updated +Info 1242 [11:36:59.055] Format host information updated +Info 1243 [11:36:59.194] Format host information updated +Info 1244 [11:36:59.324] Format host information updated +Info 1245 [11:36:59.462] Format host information updated +Info 1246 [11:36:59.640] Format host information updated +Info 1247 [11:36:59.804] Format host information updated +Info 1248 [11:37:00.107] Format host information updated +Info 1249 [11:37:00.238] Format host information updated +Info 1250 [11:37:00.363] Format host information updated +Info 1251 [11:37:00.459] Format host information updated +Info 1252 [11:37:00.604] Format host information updated +Info 1253 [11:37:01.491] Format host information updated +Info 1254 [11:37:02.671] Format host information updated +Info 1255 [11:37:04.416] Format host information updated +Info 1256 [11:37:04.618] Format host information updated +Info 1257 [11:37:04.770] Format host information updated +Info 1258 [11:37:04.995] Format host information updated +Info 1259 [11:37:06.787] Format host information updated +Info 1260 [11:37:07.219] Format host information updated +Info 1261 [11:37:11.540] Format host information updated +Info 1262 [11:37:13.036] Format host information updated +Info 1263 [11:37:13.559] Format host information updated +Info 1264 [11:37:13.683] Format host information updated +Info 1265 [11:37:13.791] Format host information updated +Info 1266 [11:37:13.919] Format host information updated +Info 1267 [11:37:16.242] Format host information updated +Info 1268 [11:37:16.455] Format host information updated +Info 1269 [11:37:16.604] Format host information updated +Info 1270 [11:37:16.684] Format host information updated +Info 1271 [11:37:16.793] Format host information updated +Info 1272 [11:37:18.416] Format host information updated +Info 1273 [11:37:20.607] Format host information updated +Info 1274 [11:37:20.817] Format host information updated +Info 1275 [11:37:20.950] Format host information updated +Info 1276 [11:37:21.053] Format host information updated +Info 1277 [11:37:21.166] Format host information updated +Info 1278 [11:37:21.594] Format host information updated diff --git a/.log/tsserver-log-8MsIK8/ti-590118.log b/.log/tsserver-log-8MsIK8/ti-590118.log new file mode 100644 index 0000000..ee73dbf --- /dev/null +++ b/.log/tsserver-log-8MsIK8/ti-590118.log @@ -0,0 +1,1056 @@ +[17:09:03.615] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[17:09:03.616] Processing cache location '/home/orion/.cache/typescript/5.2' +[17:09:03.616] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[17:09:03.616] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[17:09:03.616] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[17:09:03.616] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[17:09:03.617] Process id: 590136 +[17:09:03.617] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[17:09:03.617] validateDefaultNpmLocation: true +[17:09:03.617] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[17:09:03.617] Updating types-registry npm package... +[17:09:03.617] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[17:09:04.281] Succeeded. stdout: + + up to date, audited 36 packages in 518ms + +found 0 vulnerabilities + +[17:09:04.281] Updated types-registry npm package +[17:09:04.304] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:09:04.315] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[17:09:04.315] Explicitly included types: [] +[17:09:04.315] Inferred typings from unresolved imports: [] +[17:09:04.315] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:09:04.316] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:09:04.316] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:09:04.316] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:09:04.316] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[17:09:04.316] Response has been sent. +[17:09:04.316] No new typings were requested as a result of typings discovery +[17:09:04.316] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:09:04.316] Explicitly included types: [] +[17:09:04.317] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","purs-tidy","typescript"] +[17:09:04.317] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:09:04.318] Package 'puppeteer' provides its own types. +[17:09:04.319] Package 'puppeteer-extra' provides its own types. +[17:09:04.319] Package 'bun-types' provides its own types. +[17:09:04.320] Found package names: ["callsites","purs-tidy"] +[17:09:04.320] Inferred typings from unresolved imports: [] +[17:09:04.320] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:09:04.320] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:09:04.320] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:09:04.320] Response has been sent. +[17:09:04.320] Installing typings ["callsites","purs-tidy","typescript"] +[17:09:04.320] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:09:04.320] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:09:04.320] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:09:04.320] All typings are known to be missing or invalid - no need to install more typings +[17:09:04.320] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[17:09:04.320] Response has been sent. +[17:09:04.810] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:09:04.811] Explicitly included types: [] +[17:09:04.813] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","purs-tidy","typescript"] +[17:09:04.813] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:09:04.819] Package 'puppeteer' provides its own types. +[17:09:04.822] Package 'puppeteer-extra' provides its own types. +[17:09:04.822] Package 'bun-types' provides its own types. +[17:09:04.825] Found package names: ["callsites","purs-tidy"] +[17:09:04.825] Inferred typings from unresolved imports: [] +[17:09:04.825] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:09:04.825] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:09:04.825] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[17:09:04.826] Response has been sent. +[17:09:04.826] Installing typings ["callsites","purs-tidy","typescript"] +[17:09:04.826] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:09:04.826] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:09:04.826] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:09:04.826] All typings are known to be missing or invalid - no need to install more typings +[17:09:04.826] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[17:09:04.826] Response has been sent. +[17:09:05.097] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:09:05.097] Explicitly included types: [] +[17:09:05.097] Inferred typings from unresolved imports: [] +[17:09:05.097] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:09:05.097] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:09:05.097] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:09:05.097] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:09:05.097] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[17:09:05.097] Response has been sent. +[17:09:05.097] No new typings were requested as a result of typings discovery +[17:09:07.328] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:09:07.328] Explicitly included types: [] +[17:09:07.329] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","purs-tidy","typescript"] +[17:09:07.330] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:09:07.333] Package 'puppeteer' provides its own types. +[17:09:07.333] Package 'puppeteer-extra' provides its own types. +[17:09:07.334] Package 'bun-types' provides its own types. +[17:09:07.334] Found package names: ["callsites","purs-tidy"] +[17:09:07.334] Inferred typings from unresolved imports: [] +[17:09:07.334] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:09:07.334] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:09:07.334] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:09:07.334] Response has been sent. +[17:09:07.334] Installing typings ["callsites","purs-tidy","typescript"] +[17:09:07.334] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:09:07.334] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:09:07.334] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:09:07.334] All typings are known to be missing or invalid - no need to install more typings +[17:09:07.334] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[17:09:07.334] Response has been sent. +[17:10:57.498] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:10:57.499] Explicitly included types: [] +[17:10:57.500] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[17:10:57.500] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:10:57.505] Package 'puppeteer' provides its own types. +[17:10:57.508] Package 'puppeteer-extra' provides its own types. +[17:10:57.508] Package 'bun-types' provides its own types. +[17:10:57.509] Package 'devtools-protocol' provides its own types. +[17:10:57.511] Found package names: ["callsites","purs-tidy"] +[17:10:57.512] Inferred typings from unresolved imports: [] +[17:10:57.512] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:10:57.512] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:10:57.512] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[17:10:57.512] Response has been sent. +[17:10:57.512] Installing typings ["callsites","purs-tidy","typescript"] +[17:10:57.513] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:10:57.513] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:10:57.513] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:10:57.513] All typings are known to be missing or invalid - no need to install more typings +[17:10:57.513] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[17:10:57.514] Response has been sent. +[17:11:05.179] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")CookieParam>>}"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:11:05.179] Explicitly included types: [] +[17:11:05.180] Inferred typings from unresolved imports: [")CookieParam>>}"] +[17:11:05.180] Result: {"cachedTypingPaths":[],"newTypingNames":[")CookieParam>>}"],"filesToWatch":[]} +[17:11:05.180] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")CookieParam>>}"],"filesToWatch":[]} +[17:11:05.180] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:05.180] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:05.180] Installing typings [")CookieParam>>}"] +[17:11:05.180] ')CookieParam>>}':: Package name ')CookieParam>>}' contains non URI safe characters +[17:11:05.180] All typings are known to be missing or invalid - no need to install more typings +[17:11:05.180] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")CookieParam>>}"],"kind":"action::set"} +[17:11:05.180] Response has been sent. +[17:11:05.252] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:11:05.252] Explicitly included types: [] +[17:11:05.252] Inferred typings from unresolved imports: [""] +[17:11:05.252] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[17:11:05.252] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[17:11:05.252] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:05.252] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:05.252] Installing typings [""] +[17:11:05.252] '':: Package name '' cannot be empty +[17:11:05.252] All typings are known to be missing or invalid - no need to install more typings +[17:11:05.252] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[17:11:05.253] Response has been sent. +[17:11:05.320] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:11:05.321] Explicitly included types: [] +[17:11:05.321] Inferred typings from unresolved imports: [""] +[17:11:05.321] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[17:11:05.321] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[17:11:05.321] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:05.321] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:05.321] Installing typings [""] +[17:11:05.322] '':: '' is in missingTypingsSet - skipping... +[17:11:05.322] All typings are known to be missing or invalid - no need to install more typings +[17:11:05.322] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[17:11:05.322] Response has been sent. +[17:11:06.238] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")CookieParam>>}"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:11:06.238] Explicitly included types: [] +[17:11:06.239] Inferred typings from unresolved imports: [")CookieParam>>}"] +[17:11:06.239] Result: {"cachedTypingPaths":[],"newTypingNames":[")CookieParam>>}"],"filesToWatch":[]} +[17:11:06.239] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")CookieParam>>}"],"filesToWatch":[]} +[17:11:06.239] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.239] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.239] Installing typings [")CookieParam>>}"] +[17:11:06.239] ')CookieParam>>}':: ')CookieParam>>}' is in missingTypingsSet - skipping... +[17:11:06.239] All typings are known to be missing or invalid - no need to install more typings +[17:11:06.239] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")CookieParam>>}"],"kind":"action::set"} +[17:11:06.239] Response has been sent. +[17:11:06.288] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["d)CookieParam>>}"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:11:06.288] Explicitly included types: [] +[17:11:06.289] Inferred typings from unresolved imports: ["d)CookieParam>>}"] +[17:11:06.289] Result: {"cachedTypingPaths":[],"newTypingNames":["d)CookieParam>>}"],"filesToWatch":[]} +[17:11:06.289] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["d)CookieParam>>}"],"filesToWatch":[]} +[17:11:06.289] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.289] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.289] Installing typings ["d)CookieParam>>}"] +[17:11:06.289] 'd)CookieParam>>}':: Package name 'd)CookieParam>>}' contains non URI safe characters +[17:11:06.289] All typings are known to be missing or invalid - no need to install more typings +[17:11:06.289] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["d)CookieParam>>}"],"kind":"action::set"} +[17:11:06.289] Response has been sent. +[17:11:06.495] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["dev)CookieParam>>}"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:11:06.496] Explicitly included types: [] +[17:11:06.496] Inferred typings from unresolved imports: ["dev)CookieParam>>}"] +[17:11:06.496] Result: {"cachedTypingPaths":[],"newTypingNames":["dev)CookieParam>>}"],"filesToWatch":[]} +[17:11:06.496] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["dev)CookieParam>>}"],"filesToWatch":[]} +[17:11:06.497] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.497] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.497] Installing typings ["dev)CookieParam>>}"] +[17:11:06.497] 'dev)CookieParam>>}':: Package name 'dev)CookieParam>>}' contains non URI safe characters +[17:11:06.497] All typings are known to be missing or invalid - no need to install more typings +[17:11:06.497] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["dev)CookieParam>>}"],"kind":"action::set"} +[17:11:06.497] Response has been sent. +[17:11:06.723] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["devt)CookieParam>>}"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:11:06.723] Explicitly included types: [] +[17:11:06.723] Inferred typings from unresolved imports: ["devt)CookieParam>>}"] +[17:11:06.723] Result: {"cachedTypingPaths":[],"newTypingNames":["devt)CookieParam>>}"],"filesToWatch":[]} +[17:11:06.723] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["devt)CookieParam>>}"],"filesToWatch":[]} +[17:11:06.723] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.723] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.723] Installing typings ["devt)CookieParam>>}"] +[17:11:06.723] 'devt)CookieParam>>}':: Package name 'devt)CookieParam>>}' contains non URI safe characters +[17:11:06.723] All typings are known to be missing or invalid - no need to install more typings +[17:11:06.723] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["devt)CookieParam>>}"],"kind":"action::set"} +[17:11:06.723] Response has been sent. +[17:11:06.799] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["devto)CookieParam>>}"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:11:06.799] Explicitly included types: [] +[17:11:06.800] Inferred typings from unresolved imports: ["devto)CookieParam>>}"] +[17:11:06.800] Result: {"cachedTypingPaths":[],"newTypingNames":["devto)CookieParam>>}"],"filesToWatch":[]} +[17:11:06.800] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["devto)CookieParam>>}"],"filesToWatch":[]} +[17:11:06.800] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.800] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:06.800] Installing typings ["devto)CookieParam>>}"] +[17:11:06.800] 'devto)CookieParam>>}':: Package name 'devto)CookieParam>>}' contains non URI safe characters +[17:11:06.800] All typings are known to be missing or invalid - no need to install more typings +[17:11:06.800] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["devto)CookieParam>>}"],"kind":"action::set"} +[17:11:06.801] Response has been sent. +[17:11:07.375] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:11:07.376] Explicitly included types: [] +[17:11:07.376] Inferred typings from unresolved imports: [] +[17:11:07.376] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:11:07.376] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:11:07.376] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:07.376] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:11:07.376] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[17:11:07.376] Response has been sent. +[17:11:07.376] No new typings were requested as a result of typings discovery +[17:32:38.626] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:32:38.627] Explicitly included types: [] +[17:32:38.628] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[17:32:38.628] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:32:38.633] Package 'puppeteer' provides its own types. +[17:32:38.635] Package 'puppeteer-extra' provides its own types. +[17:32:38.636] Package 'bun-types' provides its own types. +[17:32:38.637] Package 'devtools-protocol' provides its own types. +[17:32:38.638] Found package names: ["callsites","purs-tidy"] +[17:32:38.638] Inferred typings from unresolved imports: [] +[17:32:38.638] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:32:38.639] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:32:38.639] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:32:38.639] Response has been sent. +[17:32:38.639] Installing typings ["callsites","purs-tidy","typescript"] +[17:32:38.639] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:32:38.639] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:32:38.639] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:32:38.639] All typings are known to be missing or invalid - no need to install more typings +[17:32:38.639] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[17:32:38.639] Response has been sent. +[17:33:00.285] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:00.286] Explicitly included types: [] +[17:33:00.286] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[17:33:00.286] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:33:00.287] Package 'puppeteer' provides its own types. +[17:33:00.287] Package 'puppeteer-extra' provides its own types. +[17:33:00.287] Package 'bun-types' provides its own types. +[17:33:00.287] Package 'devtools-protocol' provides its own types. +[17:33:00.288] Found package names: ["callsites","purs-tidy"] +[17:33:00.288] Inferred typings from unresolved imports: ["p"] +[17:33:00.288] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:00.288] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:00.288] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[17:33:00.288] Response has been sent. +[17:33:00.288] Installing typings ["callsites","purs-tidy","typescript","p"] +[17:33:00.288] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:33:00.288] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:33:00.288] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:33:00.288] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[17:33:00.288] All typings are known to be missing or invalid - no need to install more typings +[17:33:00.288] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":["p"],"kind":"action::set"} +[17:33:00.288] Response has been sent. +[17:33:00.381] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:00.381] Explicitly included types: [] +[17:33:00.382] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[17:33:00.382] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:33:00.382] Package 'puppeteer' provides its own types. +[17:33:00.383] Package 'puppeteer-extra' provides its own types. +[17:33:00.383] Package 'bun-types' provides its own types. +[17:33:00.383] Package 'devtools-protocol' provides its own types. +[17:33:00.384] Found package names: ["callsites","purs-tidy"] +[17:33:00.384] Inferred typings from unresolved imports: ["pu"] +[17:33:00.384] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:00.384] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:00.384] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[17:33:00.384] Response has been sent. +[17:33:00.384] Installing typings ["callsites","purs-tidy","typescript","pu"] +[17:33:00.384] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:33:00.384] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:33:00.384] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:33:00.384] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[17:33:00.384] All typings are known to be missing or invalid - no need to install more typings +[17:33:00.384] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":["pu"],"kind":"action::set"} +[17:33:00.384] Response has been sent. +[17:33:00.480] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:00.480] Explicitly included types: [] +[17:33:00.481] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[17:33:00.481] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:33:00.481] Package 'puppeteer' provides its own types. +[17:33:00.481] Package 'puppeteer-extra' provides its own types. +[17:33:00.482] Package 'bun-types' provides its own types. +[17:33:00.482] Package 'devtools-protocol' provides its own types. +[17:33:00.482] Found package names: ["callsites","purs-tidy"] +[17:33:00.482] Inferred typings from unresolved imports: ["pup"] +[17:33:00.482] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pup"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:00.482] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pup"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:00.482] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[17:33:00.482] Response has been sent. +[17:33:00.482] Installing typings ["callsites","purs-tidy","typescript","pup"] +[17:33:00.482] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:33:00.482] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:33:00.482] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:33:00.482] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[17:33:00.482] All typings are known to be missing or invalid - no need to install more typings +[17:33:00.482] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":["pup"],"kind":"action::set"} +[17:33:00.482] Response has been sent. +[17:33:00.626] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:00.626] Explicitly included types: [] +[17:33:00.627] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[17:33:00.627] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:33:00.629] Package 'puppeteer' provides its own types. +[17:33:00.630] Package 'puppeteer-extra' provides its own types. +[17:33:00.630] Package 'bun-types' provides its own types. +[17:33:00.631] Package 'devtools-protocol' provides its own types. +[17:33:00.631] Found package names: ["callsites","purs-tidy"] +[17:33:00.631] Inferred typings from unresolved imports: ["pupp"] +[17:33:00.631] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pupp"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:00.632] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pupp"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:00.632] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[17:33:00.632] Response has been sent. +[17:33:00.632] Installing typings ["callsites","purs-tidy","typescript","pupp"] +[17:33:00.632] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:33:00.632] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:33:00.632] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:33:00.632] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[17:33:00.632] All typings are known to be missing or invalid - no need to install more typings +[17:33:00.632] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":["pupp"],"kind":"action::set"} +[17:33:00.632] Response has been sent. +[17:33:01.163] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:01.163] Explicitly included types: [] +[17:33:01.164] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[17:33:01.164] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:33:01.167] Package 'puppeteer' provides its own types. +[17:33:01.169] Package 'puppeteer-extra' provides its own types. +[17:33:01.169] Package 'bun-types' provides its own types. +[17:33:01.169] Package 'devtools-protocol' provides its own types. +[17:33:01.170] Found package names: ["callsites","purs-tidy"] +[17:33:01.171] Inferred typings from unresolved imports: [] +[17:33:01.171] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:01.171] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:01.171] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[17:33:01.171] Response has been sent. +[17:33:01.171] Installing typings ["callsites","purs-tidy","typescript"] +[17:33:01.171] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:33:01.171] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:33:01.171] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:33:01.171] All typings are known to be missing or invalid - no need to install more typings +[17:33:01.171] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[17:33:01.171] Response has been sent. +[17:33:31.216] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:31.216] Explicitly included types: [] +[17:33:31.216] Inferred typings from unresolved imports: [] +[17:33:31.216] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:33:31.216] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:33:31.216] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:31.216] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:31.216] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[17:33:31.216] Response has been sent. +[17:33:31.216] No new typings were requested as a result of typings discovery +[17:33:33.440] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:33.440] Explicitly included types: [] +[17:33:33.441] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[17:33:33.441] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:33:33.441] Package 'puppeteer' provides its own types. +[17:33:33.441] Package 'puppeteer-extra' provides its own types. +[17:33:33.441] Package 'bun-types' provides its own types. +[17:33:33.442] Package 'devtools-protocol' provides its own types. +[17:33:33.442] Found package names: ["callsites","purs-tidy"] +[17:33:33.442] Inferred typings from unresolved imports: [] +[17:33:33.442] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:33.442] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:33.442] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:33:33.442] Response has been sent. +[17:33:33.442] Installing typings ["callsites","purs-tidy","typescript"] +[17:33:33.442] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:33:33.442] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:33:33.442] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:33:33.442] All typings are known to be missing or invalid - no need to install more typings +[17:33:33.442] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[17:33:33.442] Response has been sent. +[17:33:38.624] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")Device} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:38.625] Explicitly included types: [] +[17:33:38.625] Inferred typings from unresolved imports: [")Device} "] +[17:33:38.625] Result: {"cachedTypingPaths":[],"newTypingNames":[")Device} "],"filesToWatch":[]} +[17:33:38.625] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")Device} "],"filesToWatch":[]} +[17:33:38.625] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:38.625] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:38.625] Installing typings [")Device} "] +[17:33:38.625] ')Device} ':: Package name ')Device} ' contains non URI safe characters +[17:33:38.625] All typings are known to be missing or invalid - no need to install more typings +[17:33:38.626] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")Device} "],"kind":"action::set"} +[17:33:38.626] Response has been sent. +[17:33:38.780] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:38.780] Explicitly included types: [] +[17:33:38.780] Inferred typings from unresolved imports: [""] +[17:33:38.780] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[17:33:38.781] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[17:33:38.781] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:38.781] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:38.781] Installing typings [""] +[17:33:38.781] '':: '' is in missingTypingsSet - skipping... +[17:33:38.781] All typings are known to be missing or invalid - no need to install more typings +[17:33:38.781] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[17:33:38.781] Response has been sent. +[17:33:38.940] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:38.940] Explicitly included types: [] +[17:33:38.940] Inferred typings from unresolved imports: ["p"] +[17:33:38.940] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[17:33:38.940] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[17:33:38.940] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:38.940] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:38.940] Installing typings ["p"] +[17:33:38.940] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[17:33:38.940] All typings are known to be missing or invalid - no need to install more typings +[17:33:38.940] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[17:33:38.940] Response has been sent. +[17:33:39.039] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:39.039] Explicitly included types: [] +[17:33:39.039] Inferred typings from unresolved imports: ["pu"] +[17:33:39.039] Result: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[17:33:39.039] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[17:33:39.039] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.039] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.039] Installing typings ["pu"] +[17:33:39.039] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[17:33:39.039] All typings are known to be missing or invalid - no need to install more typings +[17:33:39.039] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu"],"kind":"action::set"} +[17:33:39.039] Response has been sent. +[17:33:39.091] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:39.092] Explicitly included types: [] +[17:33:39.092] Inferred typings from unresolved imports: ["pup"] +[17:33:39.092] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[17:33:39.092] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[17:33:39.092] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.092] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.092] Installing typings ["pup"] +[17:33:39.092] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[17:33:39.092] All typings are known to be missing or invalid - no need to install more typings +[17:33:39.092] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[17:33:39.093] Response has been sent. +[17:33:39.282] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:39.282] Explicitly included types: [] +[17:33:39.282] Inferred typings from unresolved imports: ["pupp"] +[17:33:39.282] Result: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[17:33:39.282] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[17:33:39.282] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.282] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.282] Installing typings ["pupp"] +[17:33:39.282] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[17:33:39.282] All typings are known to be missing or invalid - no need to install more typings +[17:33:39.282] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pupp"],"kind":"action::set"} +[17:33:39.282] Response has been sent. +[17:33:39.381] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppe"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:39.381] Explicitly included types: [] +[17:33:39.381] Inferred typings from unresolved imports: ["puppe"] +[17:33:39.381] Result: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[17:33:39.381] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[17:33:39.381] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.381] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.381] Installing typings ["puppe"] +[17:33:39.381] 'puppe':: Entry for package 'puppe' does not exist in local types registry - skipping... +[17:33:39.381] All typings are known to be missing or invalid - no need to install more typings +[17:33:39.381] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppe"],"kind":"action::set"} +[17:33:39.381] Response has been sent. +[17:33:39.422] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppet"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:39.422] Explicitly included types: [] +[17:33:39.422] Inferred typings from unresolved imports: ["puppet"] +[17:33:39.422] Result: {"cachedTypingPaths":[],"newTypingNames":["puppet"],"filesToWatch":[]} +[17:33:39.422] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppet"],"filesToWatch":[]} +[17:33:39.422] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.422] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.422] Installing typings ["puppet"] +[17:33:39.422] 'puppet':: Entry for package 'puppet' does not exist in local types registry - skipping... +[17:33:39.422] All typings are known to be missing or invalid - no need to install more typings +[17:33:39.422] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppet"],"kind":"action::set"} +[17:33:39.422] Response has been sent. +[17:33:39.602] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppete"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:39.602] Explicitly included types: [] +[17:33:39.603] Inferred typings from unresolved imports: ["puppete"] +[17:33:39.603] Result: {"cachedTypingPaths":[],"newTypingNames":["puppete"],"filesToWatch":[]} +[17:33:39.603] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppete"],"filesToWatch":[]} +[17:33:39.603] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.603] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.603] Installing typings ["puppete"] +[17:33:39.603] 'puppete':: Entry for package 'puppete' does not exist in local types registry - skipping... +[17:33:39.603] All typings are known to be missing or invalid - no need to install more typings +[17:33:39.603] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppete"],"kind":"action::set"} +[17:33:39.603] Response has been sent. +[17:33:39.731] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppetee"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:33:39.731] Explicitly included types: [] +[17:33:39.731] Inferred typings from unresolved imports: ["puppetee"] +[17:33:39.731] Result: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[17:33:39.731] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[17:33:39.731] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.731] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:33:39.731] Installing typings ["puppetee"] +[17:33:39.731] 'puppetee':: Entry for package 'puppetee' does not exist in local types registry - skipping... +[17:33:39.731] All typings are known to be missing or invalid - no need to install more typings +[17:33:39.731] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppetee"],"kind":"action::set"} +[17:33:39.731] Response has been sent. +[17:34:31.129] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")) => import("],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:31.129] Explicitly included types: [] +[17:34:31.129] Inferred typings from unresolved imports: [")) => import("] +[17:34:31.129] Result: {"cachedTypingPaths":[],"newTypingNames":[")) => import("],"filesToWatch":[]} +[17:34:31.129] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")) => import("],"filesToWatch":[]} +[17:34:31.130] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.130] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.130] Installing typings [")) => import("] +[17:34:31.130] ')) => import(':: Package name ')) => import(' contains non URI safe characters +[17:34:31.130] All typings are known to be missing or invalid - no need to install more typings +[17:34:31.130] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")) => import("],"kind":"action::set"} +[17:34:31.130] Response has been sent. +[17:34:31.201] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:31.201] Explicitly included types: [] +[17:34:31.201] Inferred typings from unresolved imports: [""] +[17:34:31.201] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[17:34:31.201] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[17:34:31.201] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.201] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.201] Installing typings [""] +[17:34:31.201] '':: '' is in missingTypingsSet - skipping... +[17:34:31.201] All typings are known to be missing or invalid - no need to install more typings +[17:34:31.201] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[17:34:31.201] Response has been sent. +[17:34:31.452] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:31.452] Explicitly included types: [] +[17:34:31.452] Inferred typings from unresolved imports: ["p"] +[17:34:31.452] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[17:34:31.452] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[17:34:31.452] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.452] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.452] Installing typings ["p"] +[17:34:31.452] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[17:34:31.452] All typings are known to be missing or invalid - no need to install more typings +[17:34:31.453] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[17:34:31.453] Response has been sent. +[17:34:31.546] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:31.546] Explicitly included types: [] +[17:34:31.546] Inferred typings from unresolved imports: ["pu"] +[17:34:31.546] Result: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[17:34:31.546] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[17:34:31.546] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.546] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.546] Installing typings ["pu"] +[17:34:31.546] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[17:34:31.546] All typings are known to be missing or invalid - no need to install more typings +[17:34:31.547] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu"],"kind":"action::set"} +[17:34:31.547] Response has been sent. +[17:34:31.688] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:31.688] Explicitly included types: [] +[17:34:31.688] Inferred typings from unresolved imports: ["pup"] +[17:34:31.688] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[17:34:31.688] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[17:34:31.688] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.688] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.688] Installing typings ["pup"] +[17:34:31.688] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[17:34:31.688] All typings are known to be missing or invalid - no need to install more typings +[17:34:31.688] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[17:34:31.688] Response has been sent. +[17:34:31.767] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:31.767] Explicitly included types: [] +[17:34:31.767] Inferred typings from unresolved imports: ["pupp"] +[17:34:31.767] Result: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[17:34:31.767] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[17:34:31.767] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.767] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.767] Installing typings ["pupp"] +[17:34:31.768] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[17:34:31.768] All typings are known to be missing or invalid - no need to install more typings +[17:34:31.768] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pupp"],"kind":"action::set"} +[17:34:31.768] Response has been sent. +[17:34:31.933] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppe"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:31.933] Explicitly included types: [] +[17:34:31.933] Inferred typings from unresolved imports: ["puppe"] +[17:34:31.933] Result: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[17:34:31.934] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[17:34:31.934] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.934] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.934] Installing typings ["puppe"] +[17:34:31.934] 'puppe':: Entry for package 'puppe' does not exist in local types registry - skipping... +[17:34:31.934] All typings are known to be missing or invalid - no need to install more typings +[17:34:31.934] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppe"],"kind":"action::set"} +[17:34:31.934] Response has been sent. +[17:34:31.980] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppet"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:31.980] Explicitly included types: [] +[17:34:31.981] Inferred typings from unresolved imports: ["puppet"] +[17:34:31.981] Result: {"cachedTypingPaths":[],"newTypingNames":["puppet"],"filesToWatch":[]} +[17:34:31.981] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppet"],"filesToWatch":[]} +[17:34:31.981] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.981] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:31.981] Installing typings ["puppet"] +[17:34:31.981] 'puppet':: Entry for package 'puppet' does not exist in local types registry - skipping... +[17:34:31.981] All typings are known to be missing or invalid - no need to install more typings +[17:34:31.981] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppet"],"kind":"action::set"} +[17:34:31.981] Response has been sent. +[17:34:32.136] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppete"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:32.137] Explicitly included types: [] +[17:34:32.137] Inferred typings from unresolved imports: ["puppete"] +[17:34:32.137] Result: {"cachedTypingPaths":[],"newTypingNames":["puppete"],"filesToWatch":[]} +[17:34:32.137] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppete"],"filesToWatch":[]} +[17:34:32.137] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:32.137] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:32.137] Installing typings ["puppete"] +[17:34:32.137] 'puppete':: Entry for package 'puppete' does not exist in local types registry - skipping... +[17:34:32.137] All typings are known to be missing or invalid - no need to install more typings +[17:34:32.138] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppete"],"kind":"action::set"} +[17:34:32.138] Response has been sent. +[17:34:32.283] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppetee"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:34:32.284] Explicitly included types: [] +[17:34:32.284] Inferred typings from unresolved imports: ["puppetee"] +[17:34:32.284] Result: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[17:34:32.284] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[17:34:32.284] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:32.284] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:34:32.284] Installing typings ["puppetee"] +[17:34:32.284] 'puppetee':: Entry for package 'puppetee' does not exist in local types registry - skipping... +[17:34:32.284] All typings are known to be missing or invalid - no need to install more typings +[17:34:32.284] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppetee"],"kind":"action::set"} +[17:34:32.284] Response has been sent. +[17:39:47.082] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:39:47.082] Explicitly included types: [] +[17:39:47.082] Inferred typings from unresolved imports: [] +[17:39:47.082] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:39:47.082] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[17:39:47.082] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:39:47.083] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[17:39:47.083] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[17:39:47.083] Response has been sent. +[17:39:47.083] No new typings were requested as a result of typings discovery +[17:39:49.335] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[17:39:49.336] Explicitly included types: [] +[17:39:49.336] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[17:39:49.336] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[17:39:49.338] Package 'puppeteer' provides its own types. +[17:39:49.339] Package 'puppeteer-extra' provides its own types. +[17:39:49.340] Package 'bun-types' provides its own types. +[17:39:49.340] Package 'devtools-protocol' provides its own types. +[17:39:49.341] Found package names: ["callsites","purs-tidy"] +[17:39:49.341] Inferred typings from unresolved imports: [] +[17:39:49.341] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:39:49.341] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:39:49.341] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[17:39:49.341] Response has been sent. +[17:39:49.341] Installing typings ["callsites","purs-tidy","typescript"] +[17:39:49.342] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[17:39:49.342] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[17:39:49.342] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[17:39:49.342] All typings are known to be missing or invalid - no need to install more typings +[17:39:49.342] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[17:39:49.342] Response has been sent. +[17:39:51.532] Closing file watchers for project '/dev/null/inferredProject1*' +[17:39:51.532] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":[]} +[17:39:51.532] Response has been sent. +[17:39:51.532] Closing file watchers for project '/dev/null/inferredProject1*' - done. +[17:39:51.533] Closing file watchers for project '/dev/null/autoImportProviderProject1*' +[17:39:51.533] No watchers are registered for project '/dev/null/autoImportProviderProject1*' +[18:02:32.103] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")) => (_1: Page) => Promise} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:02:32.103] Explicitly included types: [] +[18:02:32.104] Inferred typings from unresolved imports: [")) => (_1: Page) => Promise} "] +[18:02:32.104] Result: {"cachedTypingPaths":[],"newTypingNames":[")) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:32.104] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:32.104] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:32.104] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:32.104] Installing typings [")) => (_1: Page) => Promise} "] +[18:02:32.104] ')) => (_1: Page) => Promise} ':: Package name ')) => (_1: Page) => Promise} ' contains non URI safe characters +[18:02:32.104] All typings are known to be missing or invalid - no need to install more typings +[18:02:32.104] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")) => (_1: Page) => Promise} "],"kind":"action::set"} +[18:02:32.104] Response has been sent. +[18:02:32.176] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:02:32.176] Explicitly included types: [] +[18:02:32.176] Inferred typings from unresolved imports: [""] +[18:02:32.176] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[18:02:32.176] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[18:02:32.176] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:32.176] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:32.176] Installing typings [""] +[18:02:32.176] '':: '' is in missingTypingsSet - skipping... +[18:02:32.176] All typings are known to be missing or invalid - no need to install more typings +[18:02:32.176] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[18:02:32.176] Response has been sent. +[18:02:32.248] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:02:32.249] Explicitly included types: [] +[18:02:32.249] Inferred typings from unresolved imports: [""] +[18:02:32.249] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[18:02:32.249] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[18:02:32.249] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:32.250] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:32.250] Installing typings [""] +[18:02:32.250] '':: '' is in missingTypingsSet - skipping... +[18:02:32.250] All typings are known to be missing or invalid - no need to install more typings +[18:02:32.250] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[18:02:32.250] Response has been sent. +[18:02:33.163] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")) => (_1: Page) => Promise} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:02:33.163] Explicitly included types: [] +[18:02:33.164] Inferred typings from unresolved imports: [")) => (_1: Page) => Promise} "] +[18:02:33.164] Result: {"cachedTypingPaths":[],"newTypingNames":[")) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:33.164] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:33.164] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:33.164] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:33.164] Installing typings [")) => (_1: Page) => Promise} "] +[18:02:33.164] ')) => (_1: Page) => Promise} ':: ')) => (_1: Page) => Promise} ' is in missingTypingsSet - skipping... +[18:02:33.164] All typings are known to be missing or invalid - no need to install more typings +[18:02:33.164] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")) => (_1: Page) => Promise} "],"kind":"action::set"} +[18:02:33.164] Response has been sent. +[18:02:33.262] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["d)) => (_1: Page) => Promise} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:02:33.263] Explicitly included types: [] +[18:02:33.263] Inferred typings from unresolved imports: ["d)) => (_1: Page) => Promise} "] +[18:02:33.263] Result: {"cachedTypingPaths":[],"newTypingNames":["d)) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:33.263] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["d)) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:33.263] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:33.263] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:33.263] Installing typings ["d)) => (_1: Page) => Promise} "] +[18:02:33.263] 'd)) => (_1: Page) => Promise} ':: Package name 'd)) => (_1: Page) => Promise} ' contains non URI safe characters +[18:02:33.263] All typings are known to be missing or invalid - no need to install more typings +[18:02:33.264] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["d)) => (_1: Page) => Promise} "],"kind":"action::set"} +[18:02:33.264] Response has been sent. +[18:02:33.449] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["de)) => (_1: Page) => Promise} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:02:33.449] Explicitly included types: [] +[18:02:33.449] Inferred typings from unresolved imports: ["de)) => (_1: Page) => Promise} "] +[18:02:33.449] Result: {"cachedTypingPaths":[],"newTypingNames":["de)) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:33.449] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["de)) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:33.449] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:33.449] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:33.449] Installing typings ["de)) => (_1: Page) => Promise} "] +[18:02:33.449] 'de)) => (_1: Page) => Promise} ':: Package name 'de)) => (_1: Page) => Promise} ' contains non URI safe characters +[18:02:33.449] All typings are known to be missing or invalid - no need to install more typings +[18:02:33.450] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["de)) => (_1: Page) => Promise} "],"kind":"action::set"} +[18:02:33.450] Response has been sent. +[18:02:33.481] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["dev)) => (_1: Page) => Promise} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:02:33.482] Explicitly included types: [] +[18:02:33.482] Inferred typings from unresolved imports: ["dev)) => (_1: Page) => Promise} "] +[18:02:33.482] Result: {"cachedTypingPaths":[],"newTypingNames":["dev)) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:33.482] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["dev)) => (_1: Page) => Promise} "],"filesToWatch":[]} +[18:02:33.482] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:33.482] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:33.482] Installing typings ["dev)) => (_1: Page) => Promise} "] +[18:02:33.482] 'dev)) => (_1: Page) => Promise} ':: Package name 'dev)) => (_1: Page) => Promise} ' contains non URI safe characters +[18:02:33.482] All typings are known to be missing or invalid - no need to install more typings +[18:02:33.482] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["dev)) => (_1: Page) => Promise} "],"kind":"action::set"} +[18:02:33.482] Response has been sent. +[18:02:34.732] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:02:34.732] Explicitly included types: [] +[18:02:34.732] Inferred typings from unresolved imports: [] +[18:02:34.732] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[18:02:34.733] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[18:02:34.733] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:34.733] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:02:34.733] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[18:02:34.733] Response has been sent. +[18:02:34.733] No new typings were requested as a result of typings discovery +[18:14:40.116] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:14:40.116] Explicitly included types: [] +[18:14:40.116] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[18:14:40.116] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[18:14:40.117] Package 'puppeteer' provides its own types. +[18:14:40.117] Package 'puppeteer-extra' provides its own types. +[18:14:40.117] Package 'bun-types' provides its own types. +[18:14:40.117] Package 'devtools-protocol' provides its own types. +[18:14:40.117] Found package names: ["callsites","purs-tidy"] +[18:14:40.117] Inferred typings from unresolved imports: [] +[18:14:40.117] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:14:40.117] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:14:40.117] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject2*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:14:40.118] Response has been sent. +[18:14:40.118] Installing typings ["callsites","purs-tidy","typescript"] +[18:14:40.118] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[18:14:40.118] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[18:14:40.118] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[18:14:40.118] All typings are known to be missing or invalid - no need to install more typings +[18:14:40.118] Sending response: + {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[18:14:40.118] Response has been sent. +[18:14:40.243] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:14:40.243] Explicitly included types: [] +[18:14:40.244] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[18:14:40.244] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[18:14:40.245] Package 'puppeteer' provides its own types. +[18:14:40.245] Package 'puppeteer-extra' provides its own types. +[18:14:40.245] Package 'bun-types' provides its own types. +[18:14:40.246] Package 'devtools-protocol' provides its own types. +[18:14:40.246] Found package names: ["callsites","purs-tidy"] +[18:14:40.246] Inferred typings from unresolved imports: [] +[18:14:40.246] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:14:40.246] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:14:40.246] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject2*"} +[18:14:40.246] Response has been sent. +[18:14:40.246] Installing typings ["callsites","purs-tidy","typescript"] +[18:14:40.246] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[18:14:40.247] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[18:14:40.247] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[18:14:40.247] All typings are known to be missing or invalid - no need to install more typings +[18:14:40.247] Sending response: + {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[18:14:40.247] Response has been sent. +[18:15:23.822] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:15:23.822] Explicitly included types: [] +[18:15:23.822] Inferred typings from unresolved imports: [] +[18:15:23.822] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[18:15:23.822] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[18:15:23.822] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:15:23.822] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:15:23.822] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[18:15:23.822] Response has been sent. +[18:15:23.822] No new typings were requested as a result of typings discovery +[18:15:26.071] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:15:26.072] Explicitly included types: [] +[18:15:26.073] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[18:15:26.073] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[18:15:26.075] Package 'puppeteer' provides its own types. +[18:15:26.076] Package 'puppeteer-extra' provides its own types. +[18:15:26.076] Package 'bun-types' provides its own types. +[18:15:26.076] Package 'devtools-protocol' provides its own types. +[18:15:26.076] Found package names: ["callsites","purs-tidy"] +[18:15:26.076] Inferred typings from unresolved imports: [] +[18:15:26.076] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:15:26.076] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:15:26.076] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject2*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:15:26.076] Response has been sent. +[18:15:26.076] Installing typings ["callsites","purs-tidy","typescript"] +[18:15:26.076] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[18:15:26.076] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[18:15:26.076] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[18:15:26.076] All typings are known to be missing or invalid - no need to install more typings +[18:15:26.076] Sending response: + {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[18:15:26.076] Response has been sent. +[18:17:05.409] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")) => (p: Page) => Promise} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:17:05.409] Explicitly included types: [] +[18:17:05.409] Inferred typings from unresolved imports: [")) => (p: Page) => Promise} "] +[18:17:05.409] Result: {"cachedTypingPaths":[],"newTypingNames":[")) => (p: Page) => Promise} "],"filesToWatch":[]} +[18:17:05.409] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")) => (p: Page) => Promise} "],"filesToWatch":[]} +[18:17:05.409] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.409] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.409] Installing typings [")) => (p: Page) => Promise} "] +[18:17:05.409] ')) => (p: Page) => Promise} ':: Package name ')) => (p: Page) => Promise} ' contains non URI safe characters +[18:17:05.410] All typings are known to be missing or invalid - no need to install more typings +[18:17:05.410] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")) => (p: Page) => Promise} "],"kind":"action::set"} +[18:17:05.410] Response has been sent. +[18:17:05.490] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:17:05.490] Explicitly included types: [] +[18:17:05.490] Inferred typings from unresolved imports: [""] +[18:17:05.490] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[18:17:05.490] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[18:17:05.491] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.491] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.491] Installing typings [""] +[18:17:05.491] '':: '' is in missingTypingsSet - skipping... +[18:17:05.491] All typings are known to be missing or invalid - no need to install more typings +[18:17:05.491] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[18:17:05.491] Response has been sent. +[18:17:05.757] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:17:05.757] Explicitly included types: [] +[18:17:05.757] Inferred typings from unresolved imports: ["p"] +[18:17:05.757] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[18:17:05.757] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[18:17:05.757] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.757] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.757] Installing typings ["p"] +[18:17:05.757] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[18:17:05.757] All typings are known to be missing or invalid - no need to install more typings +[18:17:05.757] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[18:17:05.757] Response has been sent. +[18:17:05.854] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:17:05.854] Explicitly included types: [] +[18:17:05.854] Inferred typings from unresolved imports: ["pu"] +[18:17:05.854] Result: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[18:17:05.854] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[18:17:05.854] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.854] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.854] Installing typings ["pu"] +[18:17:05.854] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[18:17:05.854] All typings are known to be missing or invalid - no need to install more typings +[18:17:05.854] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu"],"kind":"action::set"} +[18:17:05.854] Response has been sent. +[18:17:05.899] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:17:05.900] Explicitly included types: [] +[18:17:05.900] Inferred typings from unresolved imports: ["pup"] +[18:17:05.900] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[18:17:05.900] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[18:17:05.900] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.900] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:05.900] Installing typings ["pup"] +[18:17:05.900] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[18:17:05.900] All typings are known to be missing or invalid - no need to install more typings +[18:17:05.901] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[18:17:05.901] Response has been sent. +[18:17:06.094] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:17:06.094] Explicitly included types: [] +[18:17:06.094] Inferred typings from unresolved imports: ["pupp"] +[18:17:06.094] Result: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[18:17:06.094] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[18:17:06.094] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:06.094] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:06.094] Installing typings ["pupp"] +[18:17:06.094] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[18:17:06.094] All typings are known to be missing or invalid - no need to install more typings +[18:17:06.094] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pupp"],"kind":"action::set"} +[18:17:06.094] Response has been sent. +[18:17:06.194] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppe"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:17:06.194] Explicitly included types: [] +[18:17:06.194] Inferred typings from unresolved imports: ["puppe"] +[18:17:06.194] Result: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[18:17:06.194] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[18:17:06.195] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:06.195] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:17:06.195] Installing typings ["puppe"] +[18:17:06.195] 'puppe':: Entry for package 'puppe' does not exist in local types registry - skipping... +[18:17:06.195] All typings are known to be missing or invalid - no need to install more typings +[18:17:06.195] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppe"],"kind":"action::set"} +[18:17:06.195] Response has been sent. +[18:54:33.844] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:54:33.844] Explicitly included types: [] +[18:54:33.845] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[18:54:33.845] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[18:54:33.847] Package 'puppeteer' provides its own types. +[18:54:33.848] Package 'puppeteer-extra' provides its own types. +[18:54:33.848] Package 'bun-types' provides its own types. +[18:54:33.849] Package 'devtools-protocol' provides its own types. +[18:54:33.849] Found package names: ["callsites","purs-tidy"] +[18:54:33.850] Inferred typings from unresolved imports: [] +[18:54:33.850] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:54:33.850] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:54:33.850] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject2*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:54:33.850] Response has been sent. +[18:54:33.850] Installing typings ["callsites","purs-tidy","typescript"] +[18:54:33.850] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[18:54:33.850] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[18:54:33.850] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[18:54:33.850] All typings are known to be missing or invalid - no need to install more typings +[18:54:33.850] Sending response: + {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[18:54:33.851] Response has been sent. +[18:54:35.568] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppe"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:54:35.568] Explicitly included types: [] +[18:54:35.568] Inferred typings from unresolved imports: ["puppe"] +[18:54:35.568] Result: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[18:54:35.568] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[18:54:35.568] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:54:35.568] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:54:35.568] Installing typings ["puppe"] +[18:54:35.568] 'puppe':: Entry for package 'puppe' does not exist in local types registry - skipping... +[18:54:35.568] All typings are known to be missing or invalid - no need to install more typings +[18:54:35.568] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppe"],"kind":"action::set"} +[18:54:35.568] Response has been sent. +[18:54:37.813] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:54:37.813] Explicitly included types: [] +[18:54:37.814] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[18:54:37.814] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[18:54:37.816] Package 'puppeteer' provides its own types. +[18:54:37.817] Package 'puppeteer-extra' provides its own types. +[18:54:37.818] Package 'bun-types' provides its own types. +[18:54:37.818] Package 'devtools-protocol' provides its own types. +[18:54:37.818] Found package names: ["callsites","purs-tidy"] +[18:54:37.818] Inferred typings from unresolved imports: [] +[18:54:37.818] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:54:37.818] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:54:37.818] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject2*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:54:37.818] Response has been sent. +[18:54:37.818] Installing typings ["callsites","purs-tidy","typescript"] +[18:54:37.818] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[18:54:37.818] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[18:54:37.818] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[18:54:37.818] All typings are known to be missing or invalid - no need to install more typings +[18:54:37.818] Sending response: + {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[18:54:37.818] Response has been sent. +[20:11:51.268] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-8MsIK8/tsserver.log b/.log/tsserver-log-8MsIK8/tsserver.log new file mode 100644 index 0000000..615feac --- /dev/null +++ b/.log/tsserver-log-8MsIK8/tsserver.log @@ -0,0 +1,21859 @@ +Info 0 [17:09:01.872] Starting TS Server +Info 1 [17:09:01.872] Version: 5.2.2 +Info 2 [17:09:01.872] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/74cc1fb3eaab94d6e95b9cfa150fee98/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-8MsIK8/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [17:09:01.872] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [17:09:01.872] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [17:09:01.880] Format host information updated +Info 6 [17:09:01.882] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [17:09:01.882] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [17:09:01.882] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [17:09:01.896] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [17:09:01.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [17:09:02.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 837.3041539993137ms +Info 12 [17:09:02.737] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [17:09:02.737] Files (135) + +Info 14 [17:09:02.737] ----------------------------------------------- +Info 15 [17:09:02.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [17:09:03.087] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 344.74102899990976ms +Info 17 [17:09:03.087] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [17:09:03.087] Files (108) + +Info 19 [17:09:03.087] ----------------------------------------------- +Info 20 [17:09:03.091] AutoImportProviderProject: found 6 root files in 6 dependencies in 3.5023240000009537 ms +Info 21 [17:09:03.103] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [17:09:03.612] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 508.9119049999863ms +Info 23 [17:09:03.612] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [17:09:03.612] Files (186) + +Info 25 [17:09:03.612] ----------------------------------------------- +Info 26 [17:09:03.614] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [17:09:03.614] Files (135) + +Info 26 [17:09:03.614] ----------------------------------------------- +Info 26 [17:09:03.614] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [17:09:03.614] Files (108) + +Info 26 [17:09:03.614] ----------------------------------------------- +Info 26 [17:09:03.614] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [17:09:03.614] Files (186) + +Info 26 [17:09:03.614] ----------------------------------------------- +Info 26 [17:09:03.614] Open files: +Info 26 [17:09:03.614] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [17:09:03.614] Projects: /dev/null/inferredProject1* +Info 26 [17:09:03.614] Format host information updated +Info 27 [17:09:03.615] Format host information updated +Info 28 [17:09:03.615] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 29 [17:09:03.615] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.36435299925506115ms +Info 30 [17:09:03.616] Format host information updated +Info 31 [17:09:03.617] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 32 [17:09:03.621] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 4.077335000038147ms +Info 33 [17:09:03.621] Different program with same set of files +Info 34 [17:09:03.640] getCompletionData: Get current token: 0.009942000731825829 +Info 35 [17:09:03.640] getCompletionData: Is inside comment: 0.031502000987529755 +Info 36 [17:09:03.640] getCompletionData: Get previous token: 0.03353499993681908 +Info 37 [17:09:03.644] getExportInfoMap: cache miss or empty; calculating new results +Info 38 [17:09:03.712] forEachExternalModuleToImportFrom autoImportProvider: 33.696543999016285 +Info 39 [17:09:03.712] getExportInfoMap: done in 68.55155599862337 ms +Info 40 [17:09:03.725] collectAutoImports: resolved 5 module specifiers, plus 0 ambient and 19 from cache +Info 41 [17:09:03.725] collectAutoImports: response is complete +Info 42 [17:09:03.725] collectAutoImports: 12.469736998900771 +Info 43 [17:09:03.725] getCompletionData: Semantic work: 85.1625059992075 +Info 44 [17:09:03.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 20.510945999994874 +Info 45 [17:09:03.749] Format host information updated +Info 46 [17:09:03.753] Format host information updated +Info 47 [17:09:03.753] Format host information updated +Info 48 [17:09:03.754] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 49 [17:09:03.759] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 4.743033999577165ms +Info 50 [17:09:03.759] Different program with same set of files +Info 51 [17:09:03.759] getCompletionData: Get current token: 0.005442999303340912 +Info 52 [17:09:03.759] getCompletionData: Is inside comment: 0.011288000270724297 +Info 53 [17:09:03.759] getCompletionData: Get previous token: 0.012858999893069267 +Info 54 [17:09:03.761] getExportInfoMap: cache hit +Info 55 [17:09:03.764] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 56 [17:09:03.764] collectAutoImports: response is complete +Info 57 [17:09:03.764] collectAutoImports: 2.909314999356866 +Info 58 [17:09:03.764] getCompletionData: Semantic work: 4.936568999662995 +Info 59 [17:09:03.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.206296000629663 +Info 60 [17:09:03.774] Format host information updated +Info 61 [17:09:03.777] Format host information updated +Info 62 [17:09:03.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 63 [17:09:03.782] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 4.800376001745462ms +Info 64 [17:09:03.782] Different program with same set of files +Info 65 [17:09:03.937] Format host information updated +Info 66 [17:09:03.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 67 [17:09:03.940] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 2.872843999415636ms +Info 68 [17:09:03.940] Different program with same set of files +Info 69 [17:09:04.571] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 70 [17:09:04.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed: 136.90855799987912ms +Info 71 [17:09:04.708] Project '/dev/null/inferredProject1*' (Inferred) +Info 72 [17:09:04.708] Files (130) + +Info 73 [17:09:04.708] ----------------------------------------------- +Info 74 [17:09:04.708] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 75 [17:09:04.708] Files (186) + +Info 76 [17:09:04.708] ----------------------------------------------- +Info 77 [17:09:04.710] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 78 [17:09:04.710] Elapsed:: 0.5210659988224506ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 79 [17:09:04.710] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 80 [17:09:04.711] Elapsed:: 0.09172699972987175ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 81 [17:09:04.711] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 82 [17:09:04.711] Ignoring files that are not *.json +Info 83 [17:09:04.711] Elapsed:: 0.036101000383496284ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 84 [17:09:04.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 85 [17:09:04.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 26.584152000024915ms +Info 86 [17:09:04.996] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 87 [17:09:04.996] Files (136) + +Info 88 [17:09:04.996] ----------------------------------------------- +Info 89 [17:09:07.210] Before ensureProjectForOpenFiles: +Info 90 [17:09:07.210] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 90 [17:09:07.210] Files (136) + +Info 90 [17:09:07.210] ----------------------------------------------- +Info 90 [17:09:07.210] Project '/dev/null/inferredProject1*' (Inferred) +Info 90 [17:09:07.210] Files (130) + +Info 90 [17:09:07.210] ----------------------------------------------- +Info 90 [17:09:07.210] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 90 [17:09:07.210] Files (186) + +Info 90 [17:09:07.210] ----------------------------------------------- +Info 90 [17:09:07.210] Open files: +Info 90 [17:09:07.210] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 90 [17:09:07.210] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 90 [17:09:07.210] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 91 [17:09:07.226] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: true structureIsReused:: Not Elapsed: 15.798290999606252ms +Info 92 [17:09:07.226] Project '/dev/null/inferredProject1*' (Inferred) +Info 93 [17:09:07.226] Files (129) + +Info 94 [17:09:07.226] ----------------------------------------------- +Info 95 [17:09:07.226] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 96 [17:09:07.226] Files (186) + +Info 97 [17:09:07.226] ----------------------------------------------- +Info 98 [17:09:07.227] After ensureProjectForOpenFiles: +Info 99 [17:09:07.227] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 99 [17:09:07.227] Files (136) + +Info 99 [17:09:07.227] ----------------------------------------------- +Info 99 [17:09:07.227] Project '/dev/null/inferredProject1*' (Inferred) +Info 99 [17:09:07.227] Files (129) + +Info 99 [17:09:07.227] ----------------------------------------------- +Info 99 [17:09:07.227] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 99 [17:09:07.227] Files (186) + +Info 99 [17:09:07.227] ----------------------------------------------- +Info 99 [17:09:07.227] Open files: +Info 99 [17:09:07.227] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 99 [17:09:07.227] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 99 [17:09:07.227] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js +Info 100 [17:09:08.375] Format host information updated +Info 101 [17:09:08.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 102 [17:09:08.385] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 10.014179000630975ms +Info 103 [17:09:08.385] Different program with same set of files +Info 104 [17:09:09.055] Format host information updated +Info 105 [17:09:09.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 106 [17:09:09.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 11.257421998307109ms +Info 107 [17:09:09.066] Different program with same set of files +Info 108 [17:09:10.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 109 [17:09:10.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 7.1412499994039536ms +Info 110 [17:09:10.616] Different program with same set of files +Info 111 [17:09:10.616] getCompletionData: Get current token: 0.0244819987565279 +Info 112 [17:09:10.616] getCompletionData: Is inside comment: 0.0033269990235567093 +Info 113 [17:09:10.616] getCompletionData: Get previous token: 0.031201999634504318 +Info 114 [17:09:10.617] getCompletionsAtPosition: isCompletionListBlocker: 0.22389299981296062 +Info 115 [17:09:10.622] AutoImportProviderProject: found 16 root files in 5 dependencies in 4.085952000692487 ms +Info 116 [17:09:10.623] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 117 [17:09:10.987] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 364.5444149989635ms +Info 118 [17:09:10.987] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 119 [17:09:10.987] Files (269) + +Info 120 [17:09:10.987] ----------------------------------------------- +Info 121 [17:09:10.988] getExportInfoMap: cache miss or empty; calculating new results +Info 122 [17:09:11.019] forEachExternalModuleToImportFrom autoImportProvider: 15.09498499892652 +Info 123 [17:09:11.019] getExportInfoMap: done in 400.9292580001056 ms +Info 124 [17:09:11.047] collectAutoImports: resolved 27 module specifiers, plus 219 ambient and 874 from cache +Info 125 [17:09:11.048] collectAutoImports: response is complete +Info 126 [17:09:11.048] collectAutoImports: 28.653725000098348 +Info 127 [17:09:11.048] getCompletionData: Semantic work: 430.80673100054264 +Info 128 [17:09:11.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.75178200006485 +Info 129 [17:09:11.059] Format host information updated +Info 130 [17:09:11.064] Format host information updated +Info 131 [17:09:11.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 132 [17:09:11.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 7.3150680009275675ms +Info 133 [17:09:11.072] Different program with same set of files +Info 134 [17:09:11.072] getCompletionData: Get current token: 0.005681000649929047 +Info 135 [17:09:11.072] getCompletionData: Is inside comment: 0.01012600027024746 +Info 136 [17:09:11.073] Format host information updated +Info 137 [17:09:11.324] Format host information updated +Info 138 [17:09:11.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 139 [17:09:11.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 8.400111000984907ms +Info 140 [17:09:11.333] Different program with same set of files +Info 141 [17:09:11.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 142 [17:09:11.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 8.31546499952674ms +Info 143 [17:09:11.747] Different program with same set of files +Info 144 [17:09:11.748] getCompletionData: Get current token: 0.0038460008800029755 +Info 145 [17:09:11.748] getCompletionData: Is inside comment: 0.011568000540137291 +Info 146 [17:09:11.748] Format host information updated +Info 147 [17:09:12.070] Format host information updated +Info 148 [17:09:12.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 149 [17:09:12.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 9.475899999961257ms +Info 150 [17:09:12.080] Different program with same set of files +Info 151 [17:09:12.900] Format host information updated +Info 152 [17:09:12.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 153 [17:09:12.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 6.131740000098944ms +Info 154 [17:09:12.906] Different program with same set of files +Info 155 [17:09:14.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 156 [17:09:14.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 6.064759999513626ms +Info 157 [17:09:14.105] Different program with same set of files +Info 158 [17:09:14.105] getCompletionData: Get current token: 0.003072001039981842 +Info 159 [17:09:14.105] getCompletionData: Is inside comment: 0.013640999794006348 +Info 160 [17:09:14.105] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 161 [17:09:14.105] Format host information updated +Info 162 [17:09:14.455] getCompletionData: Get current token: 0.007631000131368637 +Info 163 [17:09:14.455] getCompletionData: Is inside comment: 0.017826000228524208 +Info 164 [17:09:14.455] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 165 [17:09:14.811] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 166 [17:09:14.817] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 6.171969000250101ms +Info 167 [17:09:14.817] Different program with same set of files +Info 168 [17:09:14.817] getCompletionData: Get current token: 0.003227999433875084 +Info 169 [17:09:14.817] getCompletionData: Is inside comment: 0.008963000029325485 +Info 170 [17:09:14.817] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 171 [17:09:14.817] Format host information updated +Info 172 [17:09:15.365] Format host information updated +Info 173 [17:09:15.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 174 [17:09:15.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 17.933142999187112ms +Info 175 [17:09:15.384] Different program with same set of files +Info 176 [17:09:16.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 177 [17:09:16.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 6.000304000452161ms +Info 178 [17:09:16.073] Different program with same set of files +Info 179 [17:09:16.073] getCompletionData: Get current token: 0.003220999613404274 +Info 180 [17:09:16.073] getCompletionData: Is inside comment: 0.006811000406742096 +Info 181 [17:09:16.073] Format host information updated +Info 182 [17:09:16.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 183 [17:09:16.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 6.032469999045134ms +Info 184 [17:09:16.281] Different program with same set of files +Info 185 [17:09:16.281] getCompletionData: Get current token: 0.003792000934481621 +Info 186 [17:09:16.281] getCompletionData: Is inside comment: 0.008938999846577644 +Info 187 [17:09:16.281] getCompletionData: Get previous token: 0.006327999755740166 +Info 188 [17:09:16.281] getCompletionsAtPosition: isCompletionListBlocker: 0.00744200125336647 +Info 189 [17:09:16.282] getExportInfoMap: cache hit +Info 190 [17:09:16.306] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 191 [17:09:16.306] collectAutoImports: response is complete +Info 192 [17:09:16.306] collectAutoImports: 24.32350700162351 +Info 193 [17:09:16.306] getCompletionData: Semantic work: 25.076655000448227 +Info 194 [17:09:16.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.671864001080394 +Info 195 [17:09:16.316] Format host information updated +Info 196 [17:09:17.056] Format host information updated +Info 197 [17:09:17.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 198 [17:09:17.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 6.164318000897765ms +Info 199 [17:09:17.063] Different program with same set of files +Info 200 [17:09:17.522] Format host information updated +Info 201 [17:09:17.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 202 [17:09:17.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 6.030871000140905ms +Info 203 [17:09:17.528] Different program with same set of files +Info 204 [17:09:17.999] Format host information updated +Info 205 [17:09:18.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 206 [17:09:18.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 6.063789999112487ms +Info 207 [17:09:18.006] Different program with same set of files +Info 208 [17:09:18.551] Format host information updated +Info 209 [17:09:18.552] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 210 [17:09:18.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 5.924625001847744ms +Info 211 [17:09:18.558] Different program with same set of files +Info 212 [17:09:19.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 213 [17:09:19.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 6.086411999538541ms +Info 214 [17:09:19.164] Different program with same set of files +Info 215 [17:09:19.164] getCompletionData: Get current token: 0.0041970014572143555 +Info 216 [17:09:19.164] getCompletionData: Is inside comment: 0.00880500115454197 +Info 217 [17:09:19.164] getCompletionData: Get previous token: 0.08663900010287762 +Info 218 [17:09:19.164] getCompletionsAtPosition: isCompletionListBlocker: 0.008949998766183853 +Info 219 [17:09:19.165] getExportInfoMap: cache hit +Info 220 [17:09:19.174] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 145 from cache +Info 221 [17:09:19.174] collectAutoImports: response is complete +Info 222 [17:09:19.174] collectAutoImports: 9.151943000033498 +Info 223 [17:09:19.174] getCompletionData: Semantic work: 9.824647000059485 +Info 224 [17:09:19.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2356099989265203 +Info 225 [17:09:19.177] Format host information updated +Info 226 [17:09:19.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 227 [17:09:19.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 6.105630001053214ms +Info 228 [17:09:19.295] Different program with same set of files +Info 229 [17:09:19.295] getCompletionData: Get current token: 0.0038080010563135147 +Info 230 [17:09:19.296] getCompletionData: Is inside comment: 0.00894399918615818 +Info 231 [17:09:19.296] getCompletionData: Get previous token: 0.01986600086092949 +Info 232 [17:09:19.296] getCompletionsAtPosition: isCompletionListBlocker: 0.012256000190973282 +Info 233 [17:09:19.296] getExportInfoMap: cache hit +Info 234 [17:09:19.299] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 11 from cache +Info 235 [17:09:19.299] collectAutoImports: response is complete +Info 236 [17:09:19.299] collectAutoImports: 3.0200280006974936 +Info 237 [17:09:19.299] getCompletionData: Semantic work: 3.6267349999397993 +Info 238 [17:09:19.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3758639991283417 +Info 239 [17:09:19.301] Format host information updated +Info 240 [17:09:19.370] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 241 [17:09:19.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 23.20971699990332ms +Info 242 [17:09:19.393] Different program with same set of files +Info 243 [17:09:19.394] getCompletionData: Get current token: 0.01444999873638153 +Info 244 [17:09:19.394] getCompletionData: Is inside comment: 0.037125999107956886 +Info 245 [17:09:19.394] getCompletionData: Get previous token: 0.12265700101852417 +Info 246 [17:09:19.394] getCompletionsAtPosition: isCompletionListBlocker: 0.05362499877810478 +Info 247 [17:09:19.396] getExportInfoMap: cache hit +Info 248 [17:09:19.408] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 249 [17:09:19.408] collectAutoImports: response is complete +Info 250 [17:09:19.408] collectAutoImports: 11.135846000164747 +Info 251 [17:09:19.408] getCompletionData: Semantic work: 13.776539999991655 +Info 252 [17:09:19.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.311684001237154 +Info 253 [17:09:19.411] Format host information updated +Info 254 [17:09:19.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 255 [17:09:19.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 7.837055999785662ms +Info 256 [17:09:19.442] Different program with same set of files +Info 257 [17:09:19.442] getCompletionData: Get current token: 0.004846999421715736 +Info 258 [17:09:19.442] getCompletionData: Is inside comment: 0.0113149993121624 +Info 259 [17:09:19.442] getCompletionData: Get previous token: 0.017343999817967415 +Info 260 [17:09:19.442] getCompletionsAtPosition: isCompletionListBlocker: 0.009890999644994736 +Info 261 [17:09:19.443] getExportInfoMap: cache hit +Info 262 [17:09:19.445] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 263 [17:09:19.445] collectAutoImports: response is complete +Info 264 [17:09:19.445] collectAutoImports: 2.664468999952078 +Info 265 [17:09:19.445] getCompletionData: Semantic work: 3.3954840004444122 +Info 266 [17:09:19.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2560109999030828 +Info 267 [17:09:19.447] Format host information updated +Info 268 [17:09:19.553] Format host information updated +Info 269 [17:09:19.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 270 [17:09:19.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 5.92688399925828ms +Info 271 [17:09:19.559] Different program with same set of files +Info 272 [17:09:19.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 273 [17:09:19.782] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 5.787167999893427ms +Info 274 [17:09:19.783] Different program with same set of files +Info 275 [17:09:19.783] getCompletionData: Get current token: 0.003584999591112137 +Info 276 [17:09:19.783] getCompletionData: Is inside comment: 0.007823999971151352 +Info 277 [17:09:19.783] getCompletionData: Get previous token: 0.01092899963259697 +Info 278 [17:09:19.783] getCompletionsAtPosition: isCompletionListBlocker: 0.010841000825166702 +Info 279 [17:09:19.783] getExportInfoMap: cache hit +Info 280 [17:09:19.789] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 170 from cache +Info 281 [17:09:19.789] collectAutoImports: response is complete +Info 282 [17:09:19.789] collectAutoImports: 5.29984600096941 +Info 283 [17:09:19.789] getCompletionData: Semantic work: 6.002299999818206 +Info 284 [17:09:19.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.703312000259757 +Info 285 [17:09:19.792] Format host information updated +Info 286 [17:09:19.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 287 [17:09:19.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.327411999925971ms +Info 288 [17:09:19.889] Different program with same set of files +Info 289 [17:09:19.889] getCompletionData: Get current token: 0.004026999697089195 +Info 290 [17:09:19.889] getCompletionData: Is inside comment: 0.008453000336885452 +Info 291 [17:09:19.890] getCompletionData: Get previous token: 0.012932000681757927 +Info 292 [17:09:19.890] getCompletionsAtPosition: isCompletionListBlocker: 0.00795700028538704 +Info 293 [17:09:19.890] getExportInfoMap: cache hit +Info 294 [17:09:19.896] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 295 [17:09:19.896] collectAutoImports: response is complete +Info 296 [17:09:19.896] collectAutoImports: 6.2533989995718 +Info 297 [17:09:19.897] getCompletionData: Semantic work: 6.934882000088692 +Info 298 [17:09:19.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2565699983388186 +Info 299 [17:09:19.899] Format host information updated +Info 300 [17:09:19.957] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 301 [17:09:19.976] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 18.98655099980533ms +Info 302 [17:09:19.976] Different program with same set of files +Info 303 [17:09:19.977] getCompletionData: Get current token: 0.010158998891711235 +Info 304 [17:09:19.977] getCompletionData: Is inside comment: 0.025717999786138535 +Info 305 [17:09:19.977] getCompletionData: Get previous token: 0.042652999982237816 +Info 306 [17:09:19.977] getCompletionsAtPosition: isCompletionListBlocker: 0.1529109999537468 +Info 307 [17:09:19.978] getExportInfoMap: cache hit +Info 308 [17:09:20.003] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 309 [17:09:20.003] collectAutoImports: response is complete +Info 310 [17:09:20.003] collectAutoImports: 24.27215100079775 +Info 311 [17:09:20.003] getCompletionData: Semantic work: 25.675666999071836 +Info 312 [17:09:20.008] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2439750004559755 +Info 313 [17:09:20.012] Format host information updated +Info 314 [17:09:20.018] Format host information updated +Info 315 [17:09:20.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 316 [17:09:20.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 6.632876999676228ms +Info 317 [17:09:20.025] Different program with same set of files +Info 318 [17:09:24.256] Format host information updated +Info 319 [17:09:24.257] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 320 [17:09:24.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 8.134919999167323ms +Info 321 [17:09:24.265] Different program with same set of files +Info 322 [17:09:24.856] getCompletionData: Get current token: 0.003762999549508095 +Info 323 [17:09:24.856] getCompletionData: Is inside comment: 0.009189998731017113 +Info 324 [17:09:24.856] getCompletionData: Get previous token: 0.0138310007750988 +Info 325 [17:09:24.856] getCompletionsAtPosition: isCompletionListBlocker: 0.002718999981880188 +Info 326 [17:09:24.856] Returning an empty list because completion was requested in an invalid position. +Info 327 [17:09:24.987] Format host information updated +Info 328 [17:09:24.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 329 [17:09:24.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 6.880706999450922ms +Info 330 [17:09:24.994] Different program with same set of files +Info 331 [17:09:25.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 332 [17:09:25.243] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 5.972078001126647ms +Info 333 [17:09:25.243] Different program with same set of files +Info 334 [17:09:25.243] getCompletionData: Get current token: 0.0033019986003637314 +Info 335 [17:09:25.243] getCompletionData: Is inside comment: 0.016216998919844627 +Info 336 [17:09:25.243] getCompletionData: Get previous token: 0.01661200076341629 +Info 337 [17:09:25.243] getCompletionsAtPosition: isCompletionListBlocker: 0.014259999617934227 +Info 338 [17:09:25.244] getExportInfoMap: cache hit +Info 339 [17:09:25.259] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 340 [17:09:25.259] collectAutoImports: response is complete +Info 341 [17:09:25.259] collectAutoImports: 14.878466000780463 +Info 342 [17:09:25.259] getCompletionData: Semantic work: 15.56151599995792 +Info 343 [17:09:25.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.294911000877619 +Info 344 [17:09:25.266] Format host information updated +Info 345 [17:09:25.327] Format host information updated +Info 346 [17:09:25.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 347 [17:09:25.343] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 14.941000001505017ms +Info 348 [17:09:25.343] Different program with same set of files +Info 349 [17:09:25.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 350 [17:09:25.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 23.42990200035274ms +Info 351 [17:09:25.580] Different program with same set of files +Info 352 [17:09:25.580] getCompletionData: Get current token: 0.01551000028848648 +Info 353 [17:09:25.580] getCompletionData: Is inside comment: 0.04609899967908859 +Info 354 [17:09:25.580] getCompletionData: Get previous token: 0.03818099945783615 +Info 355 [17:09:25.581] getCompletionsAtPosition: isCompletionListBlocker: 0.03759299963712692 +Info 356 [17:09:25.583] getExportInfoMap: cache hit +Info 357 [17:09:25.605] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 358 [17:09:25.605] collectAutoImports: response is complete +Info 359 [17:09:25.605] collectAutoImports: 22.307246999815106 +Info 360 [17:09:25.605] getCompletionData: Semantic work: 24.51771800033748 +Info 361 [17:09:25.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.928508000448346 +Info 362 [17:09:25.617] Format host information updated +Info 363 [17:09:25.621] Format host information updated +Info 364 [17:09:25.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 365 [17:09:25.627] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 5.9006159994751215ms +Info 366 [17:09:25.628] Different program with same set of files +Info 367 [17:09:25.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 368 [17:09:25.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 6.339742999523878ms +Info 369 [17:09:25.806] Different program with same set of files +Info 370 [17:09:25.806] getCompletionData: Get current token: 0.00372299924492836 +Info 371 [17:09:25.806] getCompletionData: Is inside comment: 0.012271000072360039 +Info 372 [17:09:25.806] getCompletionData: Get previous token: 0.009943000972270966 +Info 373 [17:09:25.806] getCompletionsAtPosition: isCompletionListBlocker: 0.008370999246835709 +Info 374 [17:09:25.807] getExportInfoMap: cache hit +Info 375 [17:09:25.821] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 376 [17:09:25.821] collectAutoImports: response is complete +Info 377 [17:09:25.821] collectAutoImports: 13.796988999471068 +Info 378 [17:09:25.821] getCompletionData: Semantic work: 14.458604000508785 +Info 379 [17:09:25.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0826139990240335 +Info 380 [17:09:25.828] Format host information updated +Info 381 [17:09:26.075] Format host information updated +Info 382 [17:09:26.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 383 [17:09:26.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 5.993803000077605ms +Info 384 [17:09:26.081] Different program with same set of files +Info 385 [17:09:26.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 386 [17:09:26.489] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.604210000485182ms +Info 387 [17:09:26.489] Different program with same set of files +Info 388 [17:09:26.489] getCompletionData: Get current token: 0.0029589999467134476 +Info 389 [17:09:26.489] getCompletionData: Is inside comment: 0.009584998711943626 +Info 390 [17:09:26.489] getCompletionData: Get previous token: 0.009619001299142838 +Info 391 [17:09:26.489] getCompletionsAtPosition: isCompletionListBlocker: 0.010097000747919083 +Info 392 [17:09:26.489] getExportInfoMap: cache hit +Info 393 [17:09:26.500] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 394 [17:09:26.500] collectAutoImports: response is complete +Info 395 [17:09:26.500] collectAutoImports: 10.280626999214292 +Info 396 [17:09:26.500] getCompletionData: Semantic work: 10.768503999337554 +Info 397 [17:09:26.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.754858000203967 +Info 398 [17:09:26.508] Format host information updated +Info 399 [17:09:27.706] Format host information updated +Info 400 [17:09:27.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 401 [17:09:27.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.428083000704646ms +Info 402 [17:09:27.713] Different program with same set of files +Info 403 [17:09:28.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 404 [17:09:28.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.247608998790383ms +Info 405 [17:09:28.217] Different program with same set of files +Info 406 [17:09:28.217] getCompletionData: Get current token: 0.004881000146269798 +Info 407 [17:09:28.217] getCompletionData: Is inside comment: 0.01062299869954586 +Info 408 [17:09:28.217] Format host information updated +Info 409 [17:09:28.453] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 410 [17:09:28.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 11.26188600063324ms +Info 411 [17:09:28.464] Different program with same set of files +Info 412 [17:09:28.464] getCompletionData: Get current token: 0.0071909986436367035 +Info 413 [17:09:28.465] getCompletionData: Is inside comment: 0.026761000975966454 +Info 414 [17:09:28.465] Format host information updated +Info 415 [17:09:28.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 416 [17:09:28.578] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.311377000063658ms +Info 417 [17:09:28.578] Different program with same set of files +Info 418 [17:09:28.578] getCompletionData: Get current token: 0.005099000409245491 +Info 419 [17:09:28.578] getCompletionData: Is inside comment: 0.011454001069068909 +Info 420 [17:09:28.579] Format host information updated +Info 421 [17:09:28.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 422 [17:09:28.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 7.0466750003397465ms +Info 423 [17:09:28.639] Different program with same set of files +Info 424 [17:09:28.639] getCompletionData: Get current token: 0.007375000044703484 +Info 425 [17:09:28.639] getCompletionData: Is inside comment: 0.016654999926686287 +Info 426 [17:09:28.642] Format host information updated +Info 427 [17:09:28.729] Format host information updated +Info 428 [17:09:28.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 429 [17:09:28.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 22.955247001722455ms +Info 430 [17:09:28.753] Different program with same set of files +Info 431 [17:09:29.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 432 [17:09:29.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 5.674176000058651ms +Info 433 [17:09:29.049] Different program with same set of files +Info 434 [17:09:29.049] getCompletionData: Get current token: 0.005436999723315239 +Info 435 [17:09:29.049] getCompletionData: Is inside comment: 0.01128700003027916 +Info 436 [17:09:29.049] getCompletionData: Get previous token: 0.009874001145362854 +Info 437 [17:09:29.049] getCompletionsAtPosition: isCompletionListBlocker: 0.007022000849246979 +Info 438 [17:09:29.050] getExportInfoMap: cache hit +Info 439 [17:09:29.067] collectAutoImports: resolved 2 module specifiers, plus 175 ambient and 1051 from cache +Info 440 [17:09:29.067] collectAutoImports: response is complete +Info 441 [17:09:29.067] collectAutoImports: 17.78062199987471 +Info 442 [17:09:29.067] getCompletionData: Semantic work: 18.294830000028014 +Info 443 [17:09:29.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.281669998541474 +Info 444 [17:09:29.077] Format host information updated +Info 445 [17:09:29.228] getCompletionData: Get current token: 0.006297999992966652 +Info 446 [17:09:29.228] getCompletionData: Is inside comment: 0.012000000104308128 +Info 447 [17:09:29.228] getCompletionData: Get previous token: 0.00892699882388115 +Info 448 [17:09:29.228] getCompletionsAtPosition: isCompletionListBlocker: 0.002762001007795334 +Info 449 [17:09:29.229] getExportInfoMap: cache hit +Info 450 [17:09:29.241] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 451 [17:09:29.241] collectAutoImports: response is complete +Info 452 [17:09:29.241] collectAutoImports: 12.019759999588132 +Info 453 [17:09:29.241] getCompletionData: Semantic work: 12.624061999842525 +Info 454 [17:09:29.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8552569989115 +Info 455 [17:09:30.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 456 [17:09:30.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 6.015231000259519ms +Info 457 [17:09:30.954] Different program with same set of files +Info 458 [17:09:30.954] getCompletionData: Get current token: 0.007187999784946442 +Info 459 [17:09:30.954] getCompletionData: Is inside comment: 0.014245999976992607 +Info 460 [17:09:30.954] getCompletionData: Get previous token: 0.010663999244570732 +Info 461 [17:09:30.954] getCompletionsAtPosition: isCompletionListBlocker: 0.007420999929308891 +Info 462 [17:09:30.955] getExportInfoMap: cache hit +Info 463 [17:09:30.968] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 464 [17:09:30.968] collectAutoImports: response is complete +Info 465 [17:09:30.968] collectAutoImports: 13.114500999450684 +Info 466 [17:09:30.968] getCompletionData: Semantic work: 13.735497999936342 +Info 467 [17:09:30.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.601172000169754 +Info 468 [17:09:30.979] Format host information updated +Info 469 [17:09:31.076] getCompletionData: Get current token: 0.006581999361515045 +Info 470 [17:09:31.076] getCompletionData: Is inside comment: 0.014773000031709671 +Info 471 [17:09:31.076] getCompletionData: Get previous token: 0.009645000100135803 +Info 472 [17:09:31.076] getCompletionsAtPosition: isCompletionListBlocker: 0.03642299957573414 +Info 473 [17:09:31.076] Returning an empty list because completion was requested in an invalid position. +Info 474 [17:09:32.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 475 [17:09:32.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 7.554208999499679ms +Info 476 [17:09:32.232] Different program with same set of files +Info 477 [17:09:32.233] getCompletionData: Get current token: 0.0075439997017383575 +Info 478 [17:09:32.233] getCompletionData: Is inside comment: 0.015922999009490013 +Info 479 [17:09:32.233] getCompletionData: Get previous token: 0.022060999646782875 +Info 480 [17:09:32.233] getCompletionsAtPosition: isCompletionListBlocker: 0.0031660012900829315 +Info 481 [17:09:32.233] getExportInfoMap: cache hit +Info 482 [17:09:32.236] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 483 [17:09:32.236] collectAutoImports: response is complete +Info 484 [17:09:32.236] collectAutoImports: 2.72375800088048 +Info 485 [17:09:32.236] getCompletionData: Semantic work: 3.45728600025177 +Info 486 [17:09:32.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.951783999800682 +Info 487 [17:09:32.239] Format host information updated +Info 488 [17:09:32.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 489 [17:09:32.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 6.529086999595165ms +Info 490 [17:09:32.702] Different program with same set of files +Info 491 [17:09:32.703] getCompletionData: Get current token: 0.005846001207828522 +Info 492 [17:09:32.703] getCompletionData: Is inside comment: 0.026246000081300735 +Info 493 [17:09:32.703] getCompletionData: Get previous token: 0.017442001029849052 +Info 494 [17:09:32.703] getCompletionsAtPosition: isCompletionListBlocker: 0.00319799967110157 +Info 495 [17:09:32.703] getExportInfoMap: cache hit +Info 496 [17:09:32.705] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 497 [17:09:32.705] collectAutoImports: response is complete +Info 498 [17:09:32.705] collectAutoImports: 1.4143650010228157 +Info 499 [17:09:32.705] getCompletionData: Semantic work: 1.9478360004723072 +Info 500 [17:09:32.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.558450000360608 +Info 501 [17:09:32.709] Format host information updated +Info 502 [17:09:33.172] Format host information updated +Info 503 [17:09:33.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 504 [17:09:33.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.162663999944925ms +Info 505 [17:09:33.179] Different program with same set of files +Info 506 [17:09:34.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 507 [17:09:34.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 6.466279000043869ms +Info 508 [17:09:34.966] Different program with same set of files +Info 509 [17:09:34.966] getCompletionData: Get current token: 0.005671000108122826 +Info 510 [17:09:34.966] getCompletionData: Is inside comment: 0.013629000633955002 +Info 511 [17:09:34.966] getCompletionData: Get previous token: 0.019950000569224358 +Info 512 [17:09:34.966] getCompletionsAtPosition: isCompletionListBlocker: 0.0023159999400377274 +Info 513 [17:09:34.967] getExportInfoMap: cache hit +Info 514 [17:09:34.970] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 515 [17:09:34.970] collectAutoImports: response is complete +Info 516 [17:09:34.970] collectAutoImports: 3.4678109996020794 +Info 517 [17:09:34.970] getCompletionData: Semantic work: 3.967410000041127 +Info 518 [17:09:34.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9803479984402657 +Info 519 [17:09:34.976] Format host information updated +Info 520 [17:09:35.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 521 [17:09:35.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 7.117407999932766ms +Info 522 [17:09:35.077] Different program with same set of files +Info 523 [17:09:35.077] getCompletionData: Get current token: 0.007852999493479729 +Info 524 [17:09:35.077] getCompletionData: Is inside comment: 0.019047001376748085 +Info 525 [17:09:35.077] getCompletionData: Get previous token: 0.026138998568058014 +Info 526 [17:09:35.077] getCompletionsAtPosition: isCompletionListBlocker: 0.005581000819802284 +Info 527 [17:09:35.078] getExportInfoMap: cache hit +Info 528 [17:09:35.081] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 529 [17:09:35.081] collectAutoImports: response is complete +Info 530 [17:09:35.081] collectAutoImports: 3.132863000035286 +Info 531 [17:09:35.081] getCompletionData: Semantic work: 3.843853998929262 +Info 532 [17:09:35.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2391240000724792 +Info 533 [17:09:35.085] Format host information updated +Info 534 [17:09:35.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 535 [17:09:35.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 6.6391260009258986ms +Info 536 [17:09:35.256] Different program with same set of files +Info 537 [17:09:35.256] getCompletionData: Get current token: 0.00749099999666214 +Info 538 [17:09:35.257] getCompletionData: Is inside comment: 0.017386000603437424 +Info 539 [17:09:35.257] getCompletionData: Get previous token: 0.024754000827670097 +Info 540 [17:09:35.257] getCompletionsAtPosition: isCompletionListBlocker: 0.003049001097679138 +Info 541 [17:09:35.259] getExportInfoMap: cache hit +Info 542 [17:09:35.261] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 543 [17:09:35.261] collectAutoImports: response is complete +Info 544 [17:09:35.261] collectAutoImports: 2.101801000535488 +Info 545 [17:09:35.261] getCompletionData: Semantic work: 4.521356001496315 +Info 546 [17:09:35.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2020929995924234 +Info 547 [17:09:35.264] Format host information updated +Info 548 [17:09:35.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 549 [17:09:35.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 5.986854000017047ms +Info 550 [17:09:35.342] Different program with same set of files +Info 551 [17:09:35.342] getCompletionData: Get current token: 0.006066000089049339 +Info 552 [17:09:35.342] getCompletionData: Is inside comment: 0.01423100009560585 +Info 553 [17:09:35.342] getCompletionData: Get previous token: 0.020329000428318977 +Info 554 [17:09:35.342] getCompletionsAtPosition: isCompletionListBlocker: 0.0026519987732172012 +Info 555 [17:09:35.343] getExportInfoMap: cache hit +Info 556 [17:09:35.344] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 557 [17:09:35.344] collectAutoImports: response is complete +Info 558 [17:09:35.344] collectAutoImports: 1.5737360008060932 +Info 559 [17:09:35.344] getCompletionData: Semantic work: 2.0565789993852377 +Info 560 [17:09:35.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6186440009623766 +Info 561 [17:09:35.347] Format host information updated +Info 562 [17:09:35.574] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 563 [17:09:35.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 8.838845999911427ms +Info 564 [17:09:35.583] Different program with same set of files +Info 565 [17:09:35.583] getCompletionData: Get current token: 0.03067700006067753 +Info 566 [17:09:35.583] getCompletionData: Is inside comment: 0.01647299900650978 +Info 567 [17:09:35.584] getCompletionData: Get previous token: 0.012251999229192734 +Info 568 [17:09:35.584] getCompletionsAtPosition: isCompletionListBlocker: 0.0031319987028837204 +Info 569 [17:09:35.584] getExportInfoMap: cache hit +Info 570 [17:09:35.598] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 571 [17:09:35.598] collectAutoImports: response is complete +Info 572 [17:09:35.598] collectAutoImports: 13.732431000098586 +Info 573 [17:09:35.598] getCompletionData: Semantic work: 14.442942000925541 +Info 574 [17:09:35.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.364780999720097 +Info 575 [17:09:35.610] Format host information updated +Info 576 [17:09:35.634] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 577 [17:09:35.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 5.954222999513149ms +Info 578 [17:09:35.640] Different program with same set of files +Info 579 [17:09:35.640] getCompletionData: Get current token: 0.00692799873650074 +Info 580 [17:09:35.640] getCompletionData: Is inside comment: 0.015421999618411064 +Info 581 [17:09:35.640] getCompletionData: Get previous token: 0.013986999168992043 +Info 582 [17:09:35.640] getCompletionsAtPosition: isCompletionListBlocker: 0.007811998948454857 +Info 583 [17:09:35.641] getExportInfoMap: cache hit +Info 584 [17:09:35.651] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 585 [17:09:35.652] collectAutoImports: response is complete +Info 586 [17:09:35.652] collectAutoImports: 10.662435999140143 +Info 587 [17:09:35.652] getCompletionData: Semantic work: 11.140514999628067 +Info 588 [17:09:35.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.174797998741269 +Info 589 [17:09:35.661] Format host information updated +Info 590 [17:09:35.690] getCompletionData: Get current token: 0.009337000548839569 +Info 591 [17:09:35.690] getCompletionData: Is inside comment: 0.01773799955844879 +Info 592 [17:09:35.690] getCompletionData: Get previous token: 0.013849999755620956 +Info 593 [17:09:35.690] getCompletionsAtPosition: isCompletionListBlocker: 0.0033330004662275314 +Info 594 [17:09:35.691] getExportInfoMap: cache hit +Info 595 [17:09:35.699] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 596 [17:09:35.699] collectAutoImports: response is complete +Info 597 [17:09:35.699] collectAutoImports: 8.192379999905825 +Info 598 [17:09:35.699] getCompletionData: Semantic work: 8.871472999453545 +Info 599 [17:09:35.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.314827999100089 +Info 600 [17:09:36.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 601 [17:09:36.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 11.046730998903513ms +Info 602 [17:09:36.330] Different program with same set of files +Info 603 [17:09:36.331] getCompletionData: Get current token: 0.012857001274824142 +Info 604 [17:09:36.331] getCompletionData: Is inside comment: 0.028147999197244644 +Info 605 [17:09:36.331] getCompletionData: Get previous token: 0.04022900015115738 +Info 606 [17:09:36.331] getCompletionsAtPosition: isCompletionListBlocker: 0.003862999379634857 +Info 607 [17:09:36.332] getExportInfoMap: cache hit +Info 608 [17:09:36.337] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 609 [17:09:36.337] collectAutoImports: response is complete +Info 610 [17:09:36.337] collectAutoImports: 5.393741000443697 +Info 611 [17:09:36.337] getCompletionData: Semantic work: 6.220522999763489 +Info 612 [17:09:36.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0352819990366697 +Info 613 [17:09:36.341] Format host information updated +Info 614 [17:09:36.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 615 [17:09:36.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 7.708324998617172ms +Info 616 [17:09:36.388] Different program with same set of files +Info 617 [17:09:36.388] getCompletionData: Get current token: 0.011327000334858894 +Info 618 [17:09:36.388] getCompletionData: Is inside comment: 0.02526400052011013 +Info 619 [17:09:36.388] getCompletionData: Get previous token: 0.035248998552560806 +Info 620 [17:09:36.388] getCompletionsAtPosition: isCompletionListBlocker: 0.004475001245737076 +Info 621 [17:09:36.389] getExportInfoMap: cache hit +Info 622 [17:09:36.392] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 623 [17:09:36.392] collectAutoImports: response is complete +Info 624 [17:09:36.392] collectAutoImports: 3.273962998762727 +Info 625 [17:09:36.392] getCompletionData: Semantic work: 3.975839000195265 +Info 626 [17:09:36.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4687139987945557 +Info 627 [17:09:36.397] Format host information updated +Info 628 [17:09:36.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 629 [17:09:36.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 6.0634470004588366ms +Info 630 [17:09:36.545] Different program with same set of files +Info 631 [17:09:36.545] getCompletionData: Get current token: 0.008836999535560608 +Info 632 [17:09:36.545] getCompletionData: Is inside comment: 0.021216999739408493 +Info 633 [17:09:36.545] getCompletionData: Get previous token: 0.027093999087810516 +Info 634 [17:09:36.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0033039990812540054 +Info 635 [17:09:36.546] getExportInfoMap: cache hit +Info 636 [17:09:36.548] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 20 from cache +Info 637 [17:09:36.548] collectAutoImports: response is complete +Info 638 [17:09:36.548] collectAutoImports: 2.2735339999198914 +Info 639 [17:09:36.548] getCompletionData: Semantic work: 2.817407000809908 +Info 640 [17:09:36.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9642190001904964 +Info 641 [17:09:36.551] Format host information updated +Info 642 [17:09:36.739] getCompletionData: Get current token: 0.007437000051140785 +Info 643 [17:09:36.739] getCompletionData: Is inside comment: 0.016394000500440598 +Info 644 [17:09:36.739] getCompletionData: Get previous token: 0.012080000713467598 +Info 645 [17:09:36.739] getCompletionsAtPosition: isCompletionListBlocker: 0.011610999703407288 +Info 646 [17:09:36.740] getExportInfoMap: cache hit +Info 647 [17:09:36.751] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 648 [17:09:36.751] collectAutoImports: response is complete +Info 649 [17:09:36.751] collectAutoImports: 10.914543000981212 +Info 650 [17:09:36.751] getCompletionData: Semantic work: 11.546181999146938 +Info 651 [17:09:36.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.808724999427795 +Info 652 [17:09:36.870] getCompletionData: Get current token: 0.006825000047683716 +Info 653 [17:09:36.870] getCompletionData: Is inside comment: 0.012672999873757362 +Info 654 [17:09:36.870] getCompletionData: Get previous token: 0.009054001420736313 +Info 655 [17:09:36.870] getCompletionsAtPosition: isCompletionListBlocker: 0.010400000959634781 +Info 656 [17:09:36.871] getExportInfoMap: cache hit +Info 657 [17:09:36.878] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 658 [17:09:36.879] collectAutoImports: response is complete +Info 659 [17:09:36.879] collectAutoImports: 7.481566000729799 +Info 660 [17:09:36.879] getCompletionData: Semantic work: 8.011268999427557 +Info 661 [17:09:36.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7157220002263784 +Info 662 [17:09:37.173] getCompletionData: Get current token: 0.0096879992634058 +Info 663 [17:09:37.173] getCompletionData: Is inside comment: 0.0156909991055727 +Info 664 [17:09:37.173] getCompletionData: Get previous token: 0.011605998501181602 +Info 665 [17:09:37.173] getCompletionsAtPosition: isCompletionListBlocker: 0.01043500006198883 +Info 666 [17:09:37.174] getExportInfoMap: cache hit +Info 667 [17:09:37.183] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 668 [17:09:37.183] collectAutoImports: response is complete +Info 669 [17:09:37.183] collectAutoImports: 9.07757900096476 +Info 670 [17:09:37.183] getCompletionData: Semantic work: 9.644097000360489 +Info 671 [17:09:37.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.083845000714064 +Info 672 [17:09:37.321] getCompletionData: Get current token: 0.008229998871684074 +Info 673 [17:09:37.321] getCompletionData: Is inside comment: 0.01653899997472763 +Info 674 [17:09:37.321] getCompletionData: Get previous token: 0.02382799983024597 +Info 675 [17:09:37.321] getCompletionsAtPosition: isCompletionListBlocker: 0.0036599989980459213 +Info 676 [17:09:37.321] getExportInfoMap: cache hit +Info 677 [17:09:37.323] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 20 from cache +Info 678 [17:09:37.323] collectAutoImports: response is complete +Info 679 [17:09:37.323] collectAutoImports: 1.7789939995855093 +Info 680 [17:09:37.323] getCompletionData: Semantic work: 2.389590000733733 +Info 681 [17:09:37.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7619090005755424 +Info 682 [17:09:37.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 683 [17:09:37.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 7.812246998772025ms +Info 684 [17:09:37.547] Different program with same set of files +Info 685 [17:09:37.548] getCompletionData: Get current token: 0.00891599990427494 +Info 686 [17:09:37.548] getCompletionData: Is inside comment: 0.01874000020325184 +Info 687 [17:09:37.548] getCompletionData: Get previous token: 0.028852999210357666 +Info 688 [17:09:37.548] getCompletionsAtPosition: isCompletionListBlocker: 0.00418500043451786 +Info 689 [17:09:37.548] getExportInfoMap: cache hit +Info 690 [17:09:37.551] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 691 [17:09:37.551] collectAutoImports: response is complete +Info 692 [17:09:37.552] collectAutoImports: 3.0706549994647503 +Info 693 [17:09:37.552] getCompletionData: Semantic work: 3.7429120000451803 +Info 694 [17:09:37.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.648210998624563 +Info 695 [17:09:37.555] Format host information updated +Info 696 [17:09:37.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 697 [17:09:37.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 9.335408998653293ms +Info 698 [17:09:37.641] Different program with same set of files +Info 699 [17:09:37.642] getCompletionData: Get current token: 0.01488099992275238 +Info 700 [17:09:37.642] getCompletionData: Is inside comment: 0.03170599974691868 +Info 701 [17:09:37.642] getCompletionData: Get previous token: 0.044293999671936035 +Info 702 [17:09:37.642] getCompletionsAtPosition: isCompletionListBlocker: 0.005913000553846359 +Info 703 [17:09:37.643] getExportInfoMap: cache hit +Info 704 [17:09:37.664] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 705 [17:09:37.664] collectAutoImports: response is complete +Info 706 [17:09:37.664] collectAutoImports: 21.77580999955535 +Info 707 [17:09:37.664] getCompletionData: Semantic work: 22.641110999509692 +Info 708 [17:09:37.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.91737399995327 +Info 709 [17:09:37.676] Format host information updated +Info 710 [17:09:37.781] getCompletionData: Get current token: 0.033875999972224236 +Info 711 [17:09:37.781] getCompletionData: Is inside comment: 0.07510799914598465 +Info 712 [17:09:37.781] getCompletionData: Get previous token: 0.04748700000345707 +Info 713 [17:09:37.782] getCompletionsAtPosition: isCompletionListBlocker: 0.30721599981188774 +Info 714 [17:09:37.783] getExportInfoMap: cache hit +Info 715 [17:09:37.818] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 716 [17:09:37.818] collectAutoImports: response is complete +Info 717 [17:09:37.818] collectAutoImports: 34.51506000012159 +Info 718 [17:09:37.818] getCompletionData: Semantic work: 36.548452999442816 +Info 719 [17:09:37.829] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.004938999190927 +Info 720 [17:09:37.933] getCompletionData: Get current token: 0.006518000736832619 +Info 721 [17:09:37.933] getCompletionData: Is inside comment: 0.012767000123858452 +Info 722 [17:09:37.933] getCompletionData: Get previous token: 0.013436999171972275 +Info 723 [17:09:37.933] getCompletionsAtPosition: isCompletionListBlocker: 0.016479000449180603 +Info 724 [17:09:37.934] getExportInfoMap: cache hit +Info 725 [17:09:37.941] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 726 [17:09:37.941] collectAutoImports: response is complete +Info 727 [17:09:37.941] collectAutoImports: 7.887191999703646 +Info 728 [17:09:37.941] getCompletionData: Semantic work: 8.468885000795126 +Info 729 [17:09:37.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.251236999407411 +Info 730 [17:09:38.086] Format host information updated +Info 731 [17:09:38.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 732 [17:09:38.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 6.331767000257969ms +Info 733 [17:09:38.093] Different program with same set of files +Info 734 [17:09:38.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 735 [17:09:38.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 5.976271001622081ms +Info 736 [17:09:38.207] Different program with same set of files +Info 737 [17:09:38.207] getCompletionData: Get current token: 0.006310999393463135 +Info 738 [17:09:38.207] getCompletionData: Is inside comment: 0.01286499947309494 +Info 739 [17:09:38.207] getCompletionData: Get previous token: 0.009002000093460083 +Info 740 [17:09:38.207] getCompletionsAtPosition: isCompletionListBlocker: 0.01127300038933754 +Info 741 [17:09:38.207] getExportInfoMap: cache hit +Info 742 [17:09:38.217] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 743 [17:09:38.217] collectAutoImports: response is complete +Info 744 [17:09:38.217] collectAutoImports: 10.036694999784231 +Info 745 [17:09:38.217] getCompletionData: Semantic work: 10.500565001741052 +Info 746 [17:09:38.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.89002700150013 +Info 747 [17:09:38.227] Format host information updated +Info 748 [17:09:38.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 749 [17:09:38.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 9.821817999705672ms +Info 750 [17:09:38.481] Different program with same set of files +Info 751 [17:09:38.481] getCompletionData: Get current token: 0.013407999649643898 +Info 752 [17:09:38.481] getCompletionData: Is inside comment: 0.02489200048148632 +Info 753 [17:09:38.481] getCompletionData: Get previous token: 0.018365999683737755 +Info 754 [17:09:38.482] getCompletionsAtPosition: isCompletionListBlocker: 0.015723999589681625 +Info 755 [17:09:38.482] getExportInfoMap: cache hit +Info 756 [17:09:38.499] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 757 [17:09:38.499] collectAutoImports: response is complete +Info 758 [17:09:38.499] collectAutoImports: 17.069577001035213 +Info 759 [17:09:38.499] getCompletionData: Semantic work: 17.806110000237823 +Info 760 [17:09:38.504] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.76027400046587 +Info 761 [17:09:38.508] Format host information updated +Info 762 [17:09:38.530] Format host information updated +Info 763 [17:09:38.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 764 [17:09:38.536] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 5.714935999363661ms +Info 765 [17:09:38.536] Different program with same set of files +Info 766 [17:09:39.453] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 767 [17:09:39.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 5.648646000772715ms +Info 768 [17:09:39.459] Different program with same set of files +Info 769 [17:09:39.459] getCompletionData: Get current token: 0.005979999899864197 +Info 770 [17:09:39.459] getCompletionData: Is inside comment: 0.012273000553250313 +Info 771 [17:09:39.459] getCompletionData: Get previous token: 0.008984001353383064 +Info 772 [17:09:39.459] getCompletionsAtPosition: isCompletionListBlocker: 0.008388999849557877 +Info 773 [17:09:39.459] getExportInfoMap: cache hit +Info 774 [17:09:39.470] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 775 [17:09:39.470] collectAutoImports: response is complete +Info 776 [17:09:39.470] collectAutoImports: 10.60614800080657 +Info 777 [17:09:39.470] getCompletionData: Semantic work: 11.036673000082374 +Info 778 [17:09:39.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.144439000636339 +Info 779 [17:09:39.478] Format host information updated +Info 780 [17:09:39.540] getCompletionData: Get current token: 0.01519399881362915 +Info 781 [17:09:39.540] getCompletionData: Is inside comment: 0.026135999709367752 +Info 782 [17:09:39.540] getCompletionData: Get previous token: 0.018021998926997185 +Info 783 [17:09:39.540] getCompletionsAtPosition: isCompletionListBlocker: 0.007848000153899193 +Info 784 [17:09:39.540] Returning an empty list because completion was requested in an invalid position. +Info 785 [17:09:40.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 786 [17:09:40.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 7.559320999309421ms +Info 787 [17:09:40.059] Different program with same set of files +Info 788 [17:09:40.060] getCompletionData: Get current token: 0.00735899992287159 +Info 789 [17:09:40.060] getCompletionData: Is inside comment: 0.01382400095462799 +Info 790 [17:09:40.060] getCompletionData: Get previous token: 0.017899999395012856 +Info 791 [17:09:40.060] getCompletionsAtPosition: isCompletionListBlocker: 0.004594000056385994 +Info 792 [17:09:40.060] getExportInfoMap: cache hit +Info 793 [17:09:40.062] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 794 [17:09:40.062] collectAutoImports: response is complete +Info 795 [17:09:40.062] collectAutoImports: 1.797121999785304 +Info 796 [17:09:40.062] getCompletionData: Semantic work: 2.281511001288891 +Info 797 [17:09:40.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6511439997702837 +Info 798 [17:09:40.064] Format host information updated +Info 799 [17:09:40.149] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 800 [17:09:40.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 6.276365999132395ms +Info 801 [17:09:40.155] Different program with same set of files +Info 802 [17:09:40.156] getCompletionData: Get current token: 0.008111998438835144 +Info 803 [17:09:40.156] getCompletionData: Is inside comment: 0.017855999991297722 +Info 804 [17:09:40.156] getCompletionData: Get previous token: 0.046347999945282936 +Info 805 [17:09:40.156] getCompletionsAtPosition: isCompletionListBlocker: 0.005192998796701431 +Info 806 [17:09:40.156] getExportInfoMap: cache hit +Info 807 [17:09:40.158] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 808 [17:09:40.158] collectAutoImports: response is complete +Info 809 [17:09:40.158] collectAutoImports: 1.6556570008397102 +Info 810 [17:09:40.158] getCompletionData: Semantic work: 2.1658500004559755 +Info 811 [17:09:40.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9622130002826452 +Info 812 [17:09:40.161] Format host information updated +Info 813 [17:09:40.602] Format host information updated +Info 814 [17:09:40.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 815 [17:09:40.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 7.825882000848651ms +Info 816 [17:09:40.611] Different program with same set of files +Info 817 [17:09:40.748] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 818 [17:09:40.754] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 5.989701000973582ms +Info 819 [17:09:40.754] Different program with same set of files +Info 820 [17:09:40.754] getCompletionData: Get current token: 0.008255001157522202 +Info 821 [17:09:40.754] getCompletionData: Is inside comment: 0.014503000304102898 +Info 822 [17:09:40.754] getCompletionData: Get previous token: 0.01870499923825264 +Info 823 [17:09:40.754] getCompletionsAtPosition: isCompletionListBlocker: 0.008935000747442245 +Info 824 [17:09:40.754] getExportInfoMap: cache hit +Info 825 [17:09:40.759] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 185 from cache +Info 826 [17:09:40.759] collectAutoImports: response is complete +Info 827 [17:09:40.759] collectAutoImports: 4.370012000203133 +Info 828 [17:09:40.759] getCompletionData: Semantic work: 4.874799000099301 +Info 829 [17:09:40.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4863909985870123 +Info 830 [17:09:40.765] Format host information updated +Info 831 [17:09:40.896] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 832 [17:09:40.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 8.324409998953342ms +Info 833 [17:09:40.905] Different program with same set of files +Info 834 [17:09:40.905] getCompletionData: Get current token: 0.009410999715328217 +Info 835 [17:09:40.905] getCompletionData: Is inside comment: 0.01982799917459488 +Info 836 [17:09:40.905] getCompletionData: Get previous token: 0.04501299932599068 +Info 837 [17:09:40.905] getCompletionsAtPosition: isCompletionListBlocker: 0.004106000065803528 +Info 838 [17:09:40.906] getExportInfoMap: cache hit +Info 839 [17:09:40.912] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 113 from cache +Info 840 [17:09:40.912] collectAutoImports: response is complete +Info 841 [17:09:40.912] collectAutoImports: 6.087194999679923 +Info 842 [17:09:40.912] getCompletionData: Semantic work: 6.934779999777675 +Info 843 [17:09:40.915] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0456499997526407 +Info 844 [17:09:40.917] Format host information updated +Info 845 [17:09:40.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 846 [17:09:40.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 17.80893100053072ms +Info 847 [17:09:40.984] Different program with same set of files +Info 848 [17:09:40.984] getCompletionData: Get current token: 0.02399499900639057 +Info 849 [17:09:40.985] getCompletionData: Is inside comment: 0.05699099972844124 +Info 850 [17:09:40.985] getCompletionData: Get previous token: 0.06609000079333782 +Info 851 [17:09:40.985] getCompletionsAtPosition: isCompletionListBlocker: 0.009108999744057655 +Info 852 [17:09:40.986] getExportInfoMap: cache hit +Info 853 [17:09:40.993] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 45 from cache +Info 854 [17:09:40.993] collectAutoImports: response is complete +Info 855 [17:09:40.993] collectAutoImports: 6.624394999817014 +Info 856 [17:09:40.993] getCompletionData: Semantic work: 8.14012200012803 +Info 857 [17:09:40.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.715577000752091 +Info 858 [17:09:41.002] Format host information updated +Info 859 [17:09:41.029] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 860 [17:09:41.037] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 8.224586000666022ms +Info 861 [17:09:41.037] Different program with same set of files +Info 862 [17:09:41.038] getCompletionData: Get current token: 0.010079000145196915 +Info 863 [17:09:41.038] getCompletionData: Is inside comment: 0.0214649997651577 +Info 864 [17:09:41.038] getCompletionData: Get previous token: 0.029100999236106873 +Info 865 [17:09:41.038] getCompletionsAtPosition: isCompletionListBlocker: 0.0050330013036727905 +Info 866 [17:09:41.038] getExportInfoMap: cache hit +Info 867 [17:09:41.041] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 868 [17:09:41.041] collectAutoImports: response is complete +Info 869 [17:09:41.041] collectAutoImports: 2.4734490010887384 +Info 870 [17:09:41.041] getCompletionData: Semantic work: 3.1443739999085665 +Info 871 [17:09:41.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.728863999247551 +Info 872 [17:09:41.045] Format host information updated +Info 873 [17:09:41.219] getCompletionData: Get current token: 0.009713001549243927 +Info 874 [17:09:41.219] getCompletionData: Is inside comment: 0.01901400089263916 +Info 875 [17:09:41.219] getCompletionData: Get previous token: 0.03122500143945217 +Info 876 [17:09:41.219] getCompletionsAtPosition: isCompletionListBlocker: 0.008487001061439514 +Info 877 [17:09:41.219] getExportInfoMap: cache hit +Info 878 [17:09:41.233] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 879 [17:09:41.233] collectAutoImports: response is complete +Info 880 [17:09:41.233] collectAutoImports: 13.314564999192953 +Info 881 [17:09:41.233] getCompletionData: Semantic work: 13.89342699944973 +Info 882 [17:09:41.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.785181000828743 +Info 883 [17:09:41.405] Format host information updated +Info 884 [17:09:41.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 885 [17:09:41.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 26.30634800158441ms +Info 886 [17:09:41.432] Different program with same set of files +Info 887 [17:09:41.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 888 [17:09:41.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 10.010402999818325ms +Info 889 [17:09:41.476] Different program with same set of files +Info 890 [17:09:41.476] getCompletionData: Get current token: 0.008991999551653862 +Info 891 [17:09:41.476] getCompletionData: Is inside comment: 0.015674998983740807 +Info 892 [17:09:41.476] getCompletionData: Get previous token: 0.010809000581502914 +Info 893 [17:09:41.476] getCompletionsAtPosition: isCompletionListBlocker: 0.009951001033186913 +Info 894 [17:09:41.477] getExportInfoMap: cache hit +Info 895 [17:09:41.489] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 896 [17:09:41.489] collectAutoImports: response is complete +Info 897 [17:09:41.489] collectAutoImports: 12.362866999581456 +Info 898 [17:09:41.489] getCompletionData: Semantic work: 12.981732999905944 +Info 899 [17:09:41.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.620959000661969 +Info 900 [17:09:41.499] Format host information updated +Info 901 [17:09:41.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 902 [17:09:41.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 7.474332001060247ms +Info 903 [17:09:41.899] Different program with same set of files +Info 904 [17:09:41.899] getCompletionData: Get current token: 0.0075620003044605255 +Info 905 [17:09:41.899] getCompletionData: Is inside comment: 0.01550699956715107 +Info 906 [17:09:41.899] getCompletionData: Get previous token: 0.01060199923813343 +Info 907 [17:09:41.900] getCompletionsAtPosition: isCompletionListBlocker: 0.00968099944293499 +Info 908 [17:09:41.900] getExportInfoMap: cache hit +Info 909 [17:09:41.912] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 910 [17:09:41.912] collectAutoImports: response is complete +Info 911 [17:09:41.912] collectAutoImports: 11.85971099883318 +Info 912 [17:09:41.912] getCompletionData: Semantic work: 12.413426000624895 +Info 913 [17:09:41.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.399560999125242 +Info 914 [17:09:41.922] Format host information updated +Info 915 [17:09:41.971] Format host information updated +Info 916 [17:09:41.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 917 [17:09:41.982] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 10.075280001387ms +Info 918 [17:09:41.982] Different program with same set of files +Info 919 [17:09:42.190] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 920 [17:09:42.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 6.560112001374364ms +Info 921 [17:09:42.196] Different program with same set of files +Info 922 [17:09:42.197] getCompletionData: Get current token: 0.007147999480366707 +Info 923 [17:09:42.197] getCompletionData: Is inside comment: 0.014693999662995338 +Info 924 [17:09:42.197] getCompletionData: Get previous token: 0.018631000071763992 +Info 925 [17:09:42.197] getCompletionsAtPosition: isCompletionListBlocker: 0.0095210000872612 +Info 926 [17:09:42.197] getExportInfoMap: cache hit +Info 927 [17:09:42.201] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 185 from cache +Info 928 [17:09:42.202] collectAutoImports: response is complete +Info 929 [17:09:42.202] collectAutoImports: 4.316583000123501 +Info 930 [17:09:42.202] getCompletionData: Semantic work: 4.872829999774694 +Info 931 [17:09:42.206] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.152892000973225 +Info 932 [17:09:42.207] Format host information updated +Info 933 [17:09:42.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 934 [17:09:42.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 6.836455000564456ms +Info 935 [17:09:42.375] Different program with same set of files +Info 936 [17:09:42.375] getCompletionData: Get current token: 0.007981998845934868 +Info 937 [17:09:42.375] getCompletionData: Is inside comment: 0.021143000572919846 +Info 938 [17:09:42.375] getCompletionData: Get previous token: 0.02038400061428547 +Info 939 [17:09:42.375] getCompletionsAtPosition: isCompletionListBlocker: 0.008726999163627625 +Info 940 [17:09:42.376] getExportInfoMap: cache hit +Info 941 [17:09:42.380] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 942 [17:09:42.380] collectAutoImports: response is complete +Info 943 [17:09:42.380] collectAutoImports: 3.903370000422001 +Info 944 [17:09:42.380] getCompletionData: Semantic work: 4.484876001253724 +Info 945 [17:09:42.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.402351001277566 +Info 946 [17:09:42.384] Format host information updated +Info 947 [17:09:42.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 948 [17:09:42.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 28.797198999673128ms +Info 949 [17:09:42.467] Different program with same set of files +Info 950 [17:09:42.468] getCompletionData: Get current token: 0.03099999949336052 +Info 951 [17:09:42.468] getCompletionData: Is inside comment: 0.04485799930989742 +Info 952 [17:09:42.468] getCompletionData: Get previous token: 0.055167000740766525 +Info 953 [17:09:42.468] getCompletionsAtPosition: isCompletionListBlocker: 0.021176999434828758 +Info 954 [17:09:42.470] getExportInfoMap: cache hit +Info 955 [17:09:42.473] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 93 from cache +Info 956 [17:09:42.473] collectAutoImports: response is complete +Info 957 [17:09:42.473] collectAutoImports: 3.4834520015865564 +Info 958 [17:09:42.473] getCompletionData: Semantic work: 4.913530999794602 +Info 959 [17:09:42.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9567200001329184 +Info 960 [17:09:42.476] Format host information updated +Info 961 [17:09:42.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 962 [17:09:42.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 6.898869000375271ms +Info 963 [17:09:42.642] Different program with same set of files +Info 964 [17:09:42.642] getCompletionData: Get current token: 0.006294999271631241 +Info 965 [17:09:42.642] getCompletionData: Is inside comment: 0.013501001521945 +Info 966 [17:09:42.642] getCompletionData: Get previous token: 0.0166229996830225 +Info 967 [17:09:42.642] getCompletionsAtPosition: isCompletionListBlocker: 0.011322000995278358 +Info 968 [17:09:42.643] getExportInfoMap: cache hit +Info 969 [17:09:42.645] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 11 from cache +Info 970 [17:09:42.645] collectAutoImports: response is complete +Info 971 [17:09:42.645] collectAutoImports: 2.2864849995821714 +Info 972 [17:09:42.645] getCompletionData: Semantic work: 2.8165189996361732 +Info 973 [17:09:42.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.841211000457406 +Info 974 [17:09:42.649] Format host information updated +Info 975 [17:09:42.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 976 [17:09:42.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 9.12873899936676ms +Info 977 [17:09:42.718] Different program with same set of files +Info 978 [17:09:42.719] getCompletionData: Get current token: 0.011122999712824821 +Info 979 [17:09:42.719] getCompletionData: Is inside comment: 0.022551000118255615 +Info 980 [17:09:42.719] getCompletionData: Get previous token: 0.028686000034213066 +Info 981 [17:09:42.719] getCompletionsAtPosition: isCompletionListBlocker: 0.015010999515652657 +Info 982 [17:09:42.720] getExportInfoMap: cache hit +Info 983 [17:09:42.723] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 984 [17:09:42.723] collectAutoImports: response is complete +Info 985 [17:09:42.723] collectAutoImports: 3.114384001120925 +Info 986 [17:09:42.723] getCompletionData: Semantic work: 3.9041679985821247 +Info 987 [17:09:42.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7569420002400875 +Info 988 [17:09:42.727] Format host information updated +Info 989 [17:09:42.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 990 [17:09:42.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 6.454636000096798ms +Info 991 [17:09:42.924] Different program with same set of files +Info 992 [17:09:42.925] getCompletionData: Get current token: 0.00947900116443634 +Info 993 [17:09:42.925] getCompletionData: Is inside comment: 0.016821999102830887 +Info 994 [17:09:42.925] getCompletionData: Get previous token: 0.011632001027464867 +Info 995 [17:09:42.925] getCompletionsAtPosition: isCompletionListBlocker: 0.003522999584674835 +Info 996 [17:09:42.925] getExportInfoMap: cache hit +Info 997 [17:09:42.938] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 998 [17:09:42.938] collectAutoImports: response is complete +Info 999 [17:09:42.938] collectAutoImports: 12.744789000600576 +Info 1000 [17:09:42.938] getCompletionData: Semantic work: 13.307439999654889 +Info 1001 [17:09:42.943] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.411546999588609 +Info 1002 [17:09:42.947] Format host information updated +Info 1003 [17:09:43.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1004 [17:09:43.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 7.762641999870539ms +Info 1005 [17:09:43.057] Different program with same set of files +Info 1006 [17:09:43.057] getCompletionData: Get current token: 0.007437000051140785 +Info 1007 [17:09:43.057] getCompletionData: Is inside comment: 0.014360999688506126 +Info 1008 [17:09:43.057] getCompletionData: Get previous token: 0.010034998878836632 +Info 1009 [17:09:43.057] getCompletionsAtPosition: isCompletionListBlocker: 0.011732000857591629 +Info 1010 [17:09:43.057] getExportInfoMap: cache hit +Info 1011 [17:09:43.068] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1012 [17:09:43.068] collectAutoImports: response is complete +Info 1013 [17:09:43.068] collectAutoImports: 10.83563799969852 +Info 1014 [17:09:43.068] getCompletionData: Semantic work: 11.352871999144554 +Info 1015 [17:09:43.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9003950003534555 +Info 1016 [17:09:43.078] Format host information updated +Info 1017 [17:09:43.377] getCompletionData: Get current token: 0.007987000048160553 +Info 1018 [17:09:43.377] getCompletionData: Is inside comment: 0.0201679989695549 +Info 1019 [17:09:43.377] getCompletionData: Get previous token: 0.016193000599741936 +Info 1020 [17:09:43.377] getCompletionsAtPosition: isCompletionListBlocker: 0.015348998829722404 +Info 1021 [17:09:43.377] getExportInfoMap: cache hit +Info 1022 [17:09:43.385] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1023 [17:09:43.385] collectAutoImports: response is complete +Info 1024 [17:09:43.385] collectAutoImports: 7.557228999212384 +Info 1025 [17:09:43.385] getCompletionData: Semantic work: 8.035274999216199 +Info 1026 [17:09:43.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2680159993469715 +Info 1027 [17:09:43.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1028 [17:09:43.597] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 6.263553000986576ms +Info 1029 [17:09:43.597] Different program with same set of files +Info 1030 [17:09:43.597] getCompletionData: Get current token: 0.007430000230669975 +Info 1031 [17:09:43.597] getCompletionData: Is inside comment: 0.015621999278664589 +Info 1032 [17:09:43.597] getCompletionData: Get previous token: 0.019670000299811363 +Info 1033 [17:09:43.597] getCompletionsAtPosition: isCompletionListBlocker: 0.0029969997704029083 +Info 1034 [17:09:43.598] getExportInfoMap: cache hit +Info 1035 [17:09:43.603] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 1036 [17:09:43.603] collectAutoImports: response is complete +Info 1037 [17:09:43.603] collectAutoImports: 4.726581998169422 +Info 1038 [17:09:43.603] getCompletionData: Semantic work: 5.233892001211643 +Info 1039 [17:09:43.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1149390004575253 +Info 1040 [17:09:43.606] Format host information updated +Info 1041 [17:09:43.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1042 [17:09:43.690] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 6.073746001347899ms +Info 1043 [17:09:43.690] Different program with same set of files +Info 1044 [17:09:43.691] getCompletionData: Get current token: 0.0066989995539188385 +Info 1045 [17:09:43.691] getCompletionData: Is inside comment: 0.01604600064456463 +Info 1046 [17:09:43.691] getCompletionData: Get previous token: 0.018369998782873154 +Info 1047 [17:09:43.691] getCompletionsAtPosition: isCompletionListBlocker: 0.0030240006744861603 +Info 1048 [17:09:43.691] getExportInfoMap: cache hit +Info 1049 [17:09:43.694] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 1050 [17:09:43.694] collectAutoImports: response is complete +Info 1051 [17:09:43.694] collectAutoImports: 2.500272000208497 +Info 1052 [17:09:43.694] getCompletionData: Semantic work: 2.967228999361396 +Info 1053 [17:09:43.695] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7933710012584925 +Info 1054 [17:09:43.696] Format host information updated +Info 1055 [17:09:43.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1056 [17:09:43.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 8.826269999146461ms +Info 1057 [17:09:43.913] Different program with same set of files +Info 1058 [17:09:43.913] getCompletionData: Get current token: 0.03439600020647049 +Info 1059 [17:09:43.913] getCompletionData: Is inside comment: 0.01874000020325184 +Info 1060 [17:09:43.913] getCompletionData: Get previous token: 0.022592000663280487 +Info 1061 [17:09:43.913] getCompletionsAtPosition: isCompletionListBlocker: 0.0033150017261505127 +Info 1062 [17:09:43.914] getExportInfoMap: cache hit +Info 1063 [17:09:43.916] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1064 [17:09:43.916] collectAutoImports: response is complete +Info 1065 [17:09:43.916] collectAutoImports: 2.0243770014494658 +Info 1066 [17:09:43.916] getCompletionData: Semantic work: 2.5903040003031492 +Info 1067 [17:09:43.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.045288000255823 +Info 1068 [17:09:43.919] Format host information updated +Info 1069 [17:09:44.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1070 [17:09:44.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 7.1547590009868145ms +Info 1071 [17:09:44.138] Different program with same set of files +Info 1072 [17:09:44.138] getCompletionData: Get current token: 0.006630999967455864 +Info 1073 [17:09:44.138] getCompletionData: Is inside comment: 0.020690999925136566 +Info 1074 [17:09:44.138] getCompletionData: Get previous token: 0.01603100076317787 +Info 1075 [17:09:44.139] getCompletionsAtPosition: isCompletionListBlocker: 0.003735998645424843 +Info 1076 [17:09:44.139] getExportInfoMap: cache hit +Info 1077 [17:09:44.153] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1078 [17:09:44.153] collectAutoImports: response is complete +Info 1079 [17:09:44.153] collectAutoImports: 14.09009800106287 +Info 1080 [17:09:44.153] getCompletionData: Semantic work: 14.652746999636292 +Info 1081 [17:09:44.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.849468998610973 +Info 1082 [17:09:44.163] Format host information updated +Info 1083 [17:09:44.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1084 [17:09:44.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 6.757107999175787ms +Info 1085 [17:09:44.198] Different program with same set of files +Info 1086 [17:09:44.198] getCompletionData: Get current token: 0.0058660004287958145 +Info 1087 [17:09:44.198] getCompletionData: Is inside comment: 0.017697999253869057 +Info 1088 [17:09:44.199] getCompletionData: Get previous token: 0.012473000213503838 +Info 1089 [17:09:44.199] getCompletionsAtPosition: isCompletionListBlocker: 0.00771000050008297 +Info 1090 [17:09:44.199] getExportInfoMap: cache hit +Info 1091 [17:09:44.211] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1092 [17:09:44.212] collectAutoImports: response is complete +Info 1093 [17:09:44.212] collectAutoImports: 12.432183999568224 +Info 1094 [17:09:44.212] getCompletionData: Semantic work: 12.949816999956965 +Info 1095 [17:09:44.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8263290002942085 +Info 1096 [17:09:44.220] Format host information updated +Info 1097 [17:09:44.281] getCompletionData: Get current token: 0.008576000109314919 +Info 1098 [17:09:44.281] getCompletionData: Is inside comment: 0.03399199992418289 +Info 1099 [17:09:44.281] getCompletionData: Get previous token: 0.020262999460101128 +Info 1100 [17:09:44.281] getCompletionsAtPosition: isCompletionListBlocker: 0.004445001482963562 +Info 1101 [17:09:44.282] getExportInfoMap: cache hit +Info 1102 [17:09:44.301] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1103 [17:09:44.301] collectAutoImports: response is complete +Info 1104 [17:09:44.301] collectAutoImports: 19.115515001118183 +Info 1105 [17:09:44.301] getCompletionData: Semantic work: 19.92175900004804 +Info 1106 [17:09:44.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.36849999986589 +Info 1107 [17:09:45.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1108 [17:09:45.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 9.633138000965118ms +Info 1109 [17:09:45.790] Different program with same set of files +Info 1110 [17:09:45.790] getCompletionData: Get current token: 0.006686000153422356 +Info 1111 [17:09:45.790] getCompletionData: Is inside comment: 0.022537998855113983 +Info 1112 [17:09:45.790] getCompletionData: Get previous token: 0.03237500041723251 +Info 1113 [17:09:45.790] getCompletionsAtPosition: isCompletionListBlocker: 0.0037819985300302505 +Info 1114 [17:09:45.791] getExportInfoMap: cache hit +Info 1115 [17:09:45.793] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 14 from cache +Info 1116 [17:09:45.793] collectAutoImports: response is complete +Info 1117 [17:09:45.793] collectAutoImports: 2.633280999958515 +Info 1118 [17:09:45.793] getCompletionData: Semantic work: 3.290141999721527 +Info 1119 [17:09:45.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1850669998675585 +Info 1120 [17:09:45.797] Format host information updated +Info 1121 [17:09:46.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1122 [17:09:46.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 7.433271000161767ms +Info 1123 [17:09:46.040] Different program with same set of files +Info 1124 [17:09:46.040] getCompletionData: Get current token: 0.0050109997391700745 +Info 1125 [17:09:46.040] getCompletionData: Is inside comment: 0.01655600033700466 +Info 1126 [17:09:46.040] getCompletionData: Get previous token: 0.02216699905693531 +Info 1127 [17:09:46.040] getCompletionsAtPosition: isCompletionListBlocker: 0.0030100010335445404 +Info 1128 [17:09:46.041] getExportInfoMap: cache hit +Info 1129 [17:09:46.043] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 56 from cache +Info 1130 [17:09:46.043] collectAutoImports: response is complete +Info 1131 [17:09:46.043] collectAutoImports: 2.5944279991090298 +Info 1132 [17:09:46.043] getCompletionData: Semantic work: 3.0866229999810457 +Info 1133 [17:09:46.045] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9007760006934404 +Info 1134 [17:09:46.046] Format host information updated +Info 1135 [17:09:46.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1136 [17:09:46.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 7.4301929995417595ms +Info 1137 [17:09:46.233] Different program with same set of files +Info 1138 [17:09:46.233] getCompletionData: Get current token: 0.004657000303268433 +Info 1139 [17:09:46.233] getCompletionData: Is inside comment: 0.015500999987125397 +Info 1140 [17:09:46.233] getCompletionData: Get previous token: 0.019883999601006508 +Info 1141 [17:09:46.233] getCompletionsAtPosition: isCompletionListBlocker: 0.00325700081884861 +Info 1142 [17:09:46.233] getExportInfoMap: cache hit +Info 1143 [17:09:46.236] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 1144 [17:09:46.236] collectAutoImports: response is complete +Info 1145 [17:09:46.236] collectAutoImports: 2.7016679998487234 +Info 1146 [17:09:46.236] getCompletionData: Semantic work: 3.1676989998668432 +Info 1147 [17:09:46.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8940880000591278 +Info 1148 [17:09:46.241] Format host information updated +Info 1149 [17:09:46.383] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1150 [17:09:46.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 6.374255999922752ms +Info 1151 [17:09:46.389] Different program with same set of files +Info 1152 [17:09:46.389] getCompletionData: Get current token: 0.006393000483512878 +Info 1153 [17:09:46.389] getCompletionData: Is inside comment: 0.01659499853849411 +Info 1154 [17:09:46.389] getCompletionData: Get previous token: 0.01190199889242649 +Info 1155 [17:09:46.389] getCompletionsAtPosition: isCompletionListBlocker: 0.003074999898672104 +Info 1156 [17:09:46.390] getExportInfoMap: cache hit +Info 1157 [17:09:46.400] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1158 [17:09:46.400] collectAutoImports: response is complete +Info 1159 [17:09:46.400] collectAutoImports: 10.453718999400735 +Info 1160 [17:09:46.400] getCompletionData: Semantic work: 10.941330000758171 +Info 1161 [17:09:46.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.509181998670101 +Info 1162 [17:09:46.411] Format host information updated +Info 1163 [17:09:48.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1164 [17:09:48.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 10.435104999691248ms +Info 1165 [17:09:48.134] Different program with same set of files +Info 1166 [17:09:48.134] getCompletionData: Get current token: 0.010635999962687492 +Info 1167 [17:09:48.134] getCompletionData: Is inside comment: 0.031845999881625175 +Info 1168 [17:09:48.134] getCompletionData: Get previous token: 0.04134100116789341 +Info 1169 [17:09:48.134] getCompletionsAtPosition: isCompletionListBlocker: 0.005224000662565231 +Info 1170 [17:09:48.135] getExportInfoMap: cache hit +Info 1171 [17:09:48.143] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 266 from cache +Info 1172 [17:09:48.143] collectAutoImports: response is complete +Info 1173 [17:09:48.143] collectAutoImports: 7.853497000411153 +Info 1174 [17:09:48.143] getCompletionData: Semantic work: 8.736081000417471 +Info 1175 [17:09:48.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.446128999814391 +Info 1176 [17:09:48.151] Format host information updated +Info 1177 [17:09:48.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1178 [17:09:48.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 8.669246999546885ms +Info 1179 [17:09:48.214] Different program with same set of files +Info 1180 [17:09:48.214] getCompletionData: Get current token: 0.006830001249909401 +Info 1181 [17:09:48.214] getCompletionData: Is inside comment: 0.021716998890042305 +Info 1182 [17:09:48.214] getCompletionData: Get previous token: 0.055459000170230865 +Info 1183 [17:09:48.214] getCompletionsAtPosition: isCompletionListBlocker: 0.00392100028693676 +Info 1184 [17:09:48.215] getExportInfoMap: cache hit +Info 1185 [17:09:48.220] collectAutoImports: resolved 0 module specifiers, plus 23 ambient and 207 from cache +Info 1186 [17:09:48.220] collectAutoImports: response is complete +Info 1187 [17:09:48.220] collectAutoImports: 5.11939899995923 +Info 1188 [17:09:48.220] getCompletionData: Semantic work: 5.799483001232147 +Info 1189 [17:09:48.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.948682999238372 +Info 1190 [17:09:48.225] Format host information updated +Info 1191 [17:09:48.372] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1192 [17:09:48.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 23.329766999930143ms +Info 1193 [17:09:48.396] Different program with same set of files +Info 1194 [17:09:48.396] getCompletionData: Get current token: 0.021500999107956886 +Info 1195 [17:09:48.396] getCompletionData: Is inside comment: 0.0732599999755621 +Info 1196 [17:09:48.397] getCompletionData: Get previous token: 0.09454300068318844 +Info 1197 [17:09:48.397] getCompletionsAtPosition: isCompletionListBlocker: 0.008174000307917595 +Info 1198 [17:09:48.398] getExportInfoMap: cache hit +Info 1199 [17:09:48.413] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 98 from cache +Info 1200 [17:09:48.413] collectAutoImports: response is complete +Info 1201 [17:09:48.413] collectAutoImports: 14.658608000725508 +Info 1202 [17:09:48.413] getCompletionData: Semantic work: 16.48717899993062 +Info 1203 [17:09:48.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.07664299942553 +Info 1204 [17:09:48.419] Format host information updated +Info 1205 [17:09:48.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1206 [17:09:48.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 18.98985399864614ms +Info 1207 [17:09:48.570] Different program with same set of files +Info 1208 [17:09:48.571] getCompletionData: Get current token: 0.010861000046133995 +Info 1209 [17:09:48.571] getCompletionData: Is inside comment: 0.034831998869776726 +Info 1210 [17:09:48.571] getCompletionData: Get previous token: 0.08855400048196316 +Info 1211 [17:09:48.571] getCompletionsAtPosition: isCompletionListBlocker: 0.005053998902440071 +Info 1212 [17:09:48.572] getExportInfoMap: cache hit +Info 1213 [17:09:48.574] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 1214 [17:09:48.574] collectAutoImports: response is complete +Info 1215 [17:09:48.574] collectAutoImports: 2.272826999425888 +Info 1216 [17:09:48.574] getCompletionData: Semantic work: 3.05659699998796 +Info 1217 [17:09:48.576] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.209874000400305 +Info 1218 [17:09:48.577] Format host information updated +Info 1219 [17:09:48.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1220 [17:09:48.619] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 8.282945999875665ms +Info 1221 [17:09:48.619] Different program with same set of files +Info 1222 [17:09:48.620] getCompletionData: Get current token: 0.005083998665213585 +Info 1223 [17:09:48.620] getCompletionData: Is inside comment: 0.015038000419735909 +Info 1224 [17:09:48.620] getCompletionData: Get previous token: 0.020124001428484917 +Info 1225 [17:09:48.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0036530010402202606 +Info 1226 [17:09:48.620] getExportInfoMap: cache hit +Info 1227 [17:09:48.622] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1228 [17:09:48.622] collectAutoImports: response is complete +Info 1229 [17:09:48.622] collectAutoImports: 1.5272650010883808 +Info 1230 [17:09:48.622] getCompletionData: Semantic work: 2.014980999752879 +Info 1231 [17:09:48.623] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7145099993795156 +Info 1232 [17:09:48.624] Format host information updated +Info 1233 [17:09:48.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1234 [17:09:48.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 13.12376799993217ms +Info 1235 [17:09:48.689] Different program with same set of files +Info 1236 [17:09:48.689] getCompletionData: Get current token: 0.012637998908758163 +Info 1237 [17:09:48.690] getCompletionData: Is inside comment: 0.03837000019848347 +Info 1238 [17:09:48.690] getCompletionData: Get previous token: 0.05085200071334839 +Info 1239 [17:09:48.690] getCompletionsAtPosition: isCompletionListBlocker: 0.005765000358223915 +Info 1240 [17:09:48.691] getExportInfoMap: cache hit +Info 1241 [17:09:48.694] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1242 [17:09:48.694] collectAutoImports: response is complete +Info 1243 [17:09:48.694] collectAutoImports: 3.4496480002999306 +Info 1244 [17:09:48.694] getCompletionData: Semantic work: 4.484020000323653 +Info 1245 [17:09:48.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.12313299998641 +Info 1246 [17:09:48.700] Format host information updated +Info 1247 [17:09:48.822] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1248 [17:09:48.832] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 9.827044000849128ms +Info 1249 [17:09:48.832] Different program with same set of files +Info 1250 [17:09:48.832] getCompletionData: Get current token: 0.005038000643253326 +Info 1251 [17:09:48.832] getCompletionData: Is inside comment: 0.014568999409675598 +Info 1252 [17:09:48.832] getCompletionData: Get previous token: 0.019283000379800797 +Info 1253 [17:09:48.832] getCompletionsAtPosition: isCompletionListBlocker: 0.0036239996552467346 +Info 1254 [17:09:48.832] getExportInfoMap: cache hit +Info 1255 [17:09:48.834] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1256 [17:09:48.834] collectAutoImports: response is complete +Info 1257 [17:09:48.834] collectAutoImports: 1.4299229998141527 +Info 1258 [17:09:48.834] getCompletionData: Semantic work: 1.9443490002304316 +Info 1259 [17:09:48.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7067499998956919 +Info 1260 [17:09:48.836] Format host information updated +Info 1261 [17:09:49.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1262 [17:09:49.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 6.438712000846863ms +Info 1263 [17:09:49.025] Different program with same set of files +Info 1264 [17:09:49.025] getCompletionData: Get current token: 0.004772000014781952 +Info 1265 [17:09:49.025] getCompletionData: Is inside comment: 0.01565999910235405 +Info 1266 [17:09:49.025] getCompletionData: Get previous token: 0.01855500042438507 +Info 1267 [17:09:49.025] getCompletionsAtPosition: isCompletionListBlocker: 0.003229999914765358 +Info 1268 [17:09:49.026] getExportInfoMap: cache hit +Info 1269 [17:09:49.027] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1270 [17:09:49.027] collectAutoImports: response is complete +Info 1271 [17:09:49.027] collectAutoImports: 1.4002820011228323 +Info 1272 [17:09:49.027] getCompletionData: Semantic work: 1.8558779992163181 +Info 1273 [17:09:49.029] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.165557000786066 +Info 1274 [17:09:49.031] Format host information updated +Info 1275 [17:09:49.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1276 [17:09:49.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 9.76867499947548ms +Info 1277 [17:09:49.118] Different program with same set of files +Info 1278 [17:09:49.118] getCompletionData: Get current token: 0.004854999482631683 +Info 1279 [17:09:49.118] getCompletionData: Is inside comment: 0.013554999604821205 +Info 1280 [17:09:49.118] getCompletionData: Get previous token: 0.018015000969171524 +Info 1281 [17:09:49.118] getCompletionsAtPosition: isCompletionListBlocker: 0.0029789991676807404 +Info 1282 [17:09:49.119] getExportInfoMap: cache hit +Info 1283 [17:09:49.120] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1284 [17:09:49.120] collectAutoImports: response is complete +Info 1285 [17:09:49.120] collectAutoImports: 1.4849420003592968 +Info 1286 [17:09:49.120] getCompletionData: Semantic work: 2.023606998845935 +Info 1287 [17:09:49.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7651860006153584 +Info 1288 [17:09:49.123] Format host information updated +Info 1289 [17:09:49.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1290 [17:09:49.271] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 6.225426999852061ms +Info 1291 [17:09:49.271] Different program with same set of files +Info 1292 [17:09:49.271] getCompletionData: Get current token: 0.004788000136613846 +Info 1293 [17:09:49.271] getCompletionData: Is inside comment: 0.016189999878406525 +Info 1294 [17:09:49.271] getCompletionData: Get previous token: 0.03250600025057793 +Info 1295 [17:09:49.271] getCompletionsAtPosition: isCompletionListBlocker: 0.003169998526573181 +Info 1296 [17:09:49.272] getExportInfoMap: cache hit +Info 1297 [17:09:49.273] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1298 [17:09:49.273] collectAutoImports: response is complete +Info 1299 [17:09:49.273] collectAutoImports: 1.3503499999642372 +Info 1300 [17:09:49.273] getCompletionData: Semantic work: 1.88412900082767 +Info 1301 [17:09:49.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5965490005910397 +Info 1302 [17:09:49.278] Format host information updated +Info 1303 [17:09:49.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1304 [17:09:49.386] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 5.898725999519229ms +Info 1305 [17:09:49.386] Different program with same set of files +Info 1306 [17:09:49.386] getCompletionData: Get current token: 0.007797000929713249 +Info 1307 [17:09:49.386] getCompletionData: Is inside comment: 0.02323799952864647 +Info 1308 [17:09:49.386] getCompletionData: Get previous token: 0.03180299885571003 +Info 1309 [17:09:49.386] getCompletionsAtPosition: isCompletionListBlocker: 0.003341998904943466 +Info 1310 [17:09:49.387] getExportInfoMap: cache hit +Info 1311 [17:09:49.388] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1312 [17:09:49.388] collectAutoImports: response is complete +Info 1313 [17:09:49.388] collectAutoImports: 1.5069270003587008 +Info 1314 [17:09:49.388] getCompletionData: Semantic work: 2.130501998588443 +Info 1315 [17:09:49.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5646469984203577 +Info 1316 [17:09:49.391] Format host information updated +Info 1317 [17:09:49.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1318 [17:09:49.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 5.789993001148105ms +Info 1319 [17:09:49.462] Different program with same set of files +Info 1320 [17:09:49.463] getCompletionData: Get current token: 0.0043490007519721985 +Info 1321 [17:09:49.463] getCompletionData: Is inside comment: 0.013992000371217728 +Info 1322 [17:09:49.463] getCompletionData: Get previous token: 0.01759999990463257 +Info 1323 [17:09:49.463] getCompletionsAtPosition: isCompletionListBlocker: 0.0029179994016885757 +Info 1324 [17:09:49.463] getExportInfoMap: cache hit +Info 1325 [17:09:49.464] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1326 [17:09:49.465] collectAutoImports: response is complete +Info 1327 [17:09:49.465] collectAutoImports: 1.4582590013742447 +Info 1328 [17:09:49.465] getCompletionData: Semantic work: 1.89809700101614 +Info 1329 [17:09:49.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5894430000334978 +Info 1330 [17:09:49.469] Format host information updated +Info 1331 [17:09:49.566] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1332 [17:09:49.572] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 5.583848999813199ms +Info 1333 [17:09:49.572] Different program with same set of files +Info 1334 [17:09:49.572] getCompletionData: Get current token: 0.004641000181436539 +Info 1335 [17:09:49.572] getCompletionData: Is inside comment: 0.013778001070022583 +Info 1336 [17:09:49.572] getCompletionData: Get previous token: 0.019298000261187553 +Info 1337 [17:09:49.572] getCompletionsAtPosition: isCompletionListBlocker: 0.0025769993662834167 +Info 1338 [17:09:49.572] getExportInfoMap: cache hit +Info 1339 [17:09:49.574] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1340 [17:09:49.574] collectAutoImports: response is complete +Info 1341 [17:09:49.574] collectAutoImports: 1.647894000634551 +Info 1342 [17:09:49.574] getCompletionData: Semantic work: 2.1325279995799065 +Info 1343 [17:09:49.577] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.774899000301957 +Info 1344 [17:09:49.578] Format host information updated +Info 1345 [17:09:49.634] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1346 [17:09:49.647] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 12.810620998963714ms +Info 1347 [17:09:49.647] Different program with same set of files +Info 1348 [17:09:49.647] getCompletionData: Get current token: 0.012574000284075737 +Info 1349 [17:09:49.647] getCompletionData: Is inside comment: 0.038155000656843185 +Info 1350 [17:09:49.647] getCompletionData: Get previous token: 0.049692001193761826 +Info 1351 [17:09:49.648] getCompletionsAtPosition: isCompletionListBlocker: 0.005828000605106354 +Info 1352 [17:09:49.649] getExportInfoMap: cache hit +Info 1353 [17:09:49.652] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1354 [17:09:49.652] collectAutoImports: response is complete +Info 1355 [17:09:49.652] collectAutoImports: 3.6656739991158247 +Info 1356 [17:09:49.652] getCompletionData: Semantic work: 4.77161299996078 +Info 1357 [17:09:49.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7061789985746145 +Info 1358 [17:09:49.658] Format host information updated +Info 1359 [17:09:51.011] Format host information updated +Info 1360 [17:09:51.027] forEachExternalModuleToImportFrom autoImportProvider: 1.0690199993550777 +Info 1361 [17:09:54.578] Format host information updated +Info 1362 [17:09:54.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1363 [17:09:54.584] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 6.022977000102401ms +Info 1364 [17:09:54.584] Different program with same set of files +Info 1365 [17:09:56.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1366 [17:09:56.386] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 8.719107000157237ms +Info 1367 [17:09:56.386] Different program with same set of files +Info 1368 [17:09:56.386] getCompletionData: Get current token: 0.0033660009503364563 +Info 1369 [17:09:56.386] getCompletionData: Is inside comment: 0.010207999497652054 +Info 1370 [17:09:56.386] getCompletionData: Get previous token: 0.013602999970316887 +Info 1371 [17:09:56.386] getCompletionsAtPosition: isCompletionListBlocker: 0.010842999443411827 +Info 1372 [17:09:56.386] getExportInfoMap: cache hit +Info 1373 [17:09:56.391] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 1374 [17:09:56.391] collectAutoImports: response is complete +Info 1375 [17:09:56.391] collectAutoImports: 4.716769998893142 +Info 1376 [17:09:56.391] getCompletionData: Semantic work: 5.261265998706222 +Info 1377 [17:09:56.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0125739984214306 +Info 1378 [17:09:56.394] Format host information updated +Info 1379 [17:09:57.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1380 [17:09:57.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 6.266499999910593ms +Info 1381 [17:09:57.537] Different program with same set of files +Info 1382 [17:09:57.537] getCompletionData: Get current token: 0.0033020004630088806 +Info 1383 [17:09:57.537] getCompletionData: Is inside comment: 0.011206001043319702 +Info 1384 [17:09:57.537] getCompletionData: Get previous token: 0.014971999451518059 +Info 1385 [17:09:57.537] getCompletionsAtPosition: isCompletionListBlocker: 0.007337000221014023 +Info 1386 [17:09:57.538] getExportInfoMap: cache hit +Info 1387 [17:09:57.542] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 124 from cache +Info 1388 [17:09:57.542] collectAutoImports: response is complete +Info 1389 [17:09:57.542] collectAutoImports: 3.9749370012432337 +Info 1390 [17:09:57.542] getCompletionData: Semantic work: 4.550561999902129 +Info 1391 [17:09:57.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8174970000982285 +Info 1392 [17:09:57.547] Format host information updated +Info 1393 [17:09:58.008] Format host information updated +Info 1394 [17:09:58.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1395 [17:09:58.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 7.557815000414848ms +Info 1396 [17:09:58.016] Different program with same set of files +Info 1397 [17:09:58.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1398 [17:09:58.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 6.493998000398278ms +Info 1399 [17:09:58.114] Different program with same set of files +Info 1400 [17:09:58.114] getCompletionData: Get current token: 0.0030959993600845337 +Info 1401 [17:09:58.114] getCompletionData: Is inside comment: 0.009367000311613083 +Info 1402 [17:09:58.114] getCompletionData: Get previous token: 0.007114000618457794 +Info 1403 [17:09:58.114] getCompletionsAtPosition: isCompletionListBlocker: 0.008734000846743584 +Info 1404 [17:09:58.115] getExportInfoMap: cache hit +Info 1405 [17:09:58.129] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1406 [17:09:58.129] collectAutoImports: response is complete +Info 1407 [17:09:58.129] collectAutoImports: 14.38234900124371 +Info 1408 [17:09:58.129] getCompletionData: Semantic work: 14.947087999433279 +Info 1409 [17:09:58.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.080280998721719 +Info 1410 [17:09:58.138] Format host information updated +Info 1411 [17:09:58.183] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1412 [17:09:58.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 6.999730000272393ms +Info 1413 [17:09:58.190] Different program with same set of files +Info 1414 [17:09:58.190] getCompletionData: Get current token: 0.006015000864863396 +Info 1415 [17:09:58.190] getCompletionData: Is inside comment: 0.013964001089334488 +Info 1416 [17:09:58.190] getCompletionData: Get previous token: 0.00992400012910366 +Info 1417 [17:09:58.190] getCompletionsAtPosition: isCompletionListBlocker: 0.00822800025343895 +Info 1418 [17:09:58.191] getExportInfoMap: cache hit +Info 1419 [17:09:58.206] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1420 [17:09:58.206] collectAutoImports: response is complete +Info 1421 [17:09:58.206] collectAutoImports: 14.715283999219537 +Info 1422 [17:09:58.206] getCompletionData: Semantic work: 15.293035000562668 +Info 1423 [17:09:58.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.414621999487281 +Info 1424 [17:09:58.217] Format host information updated +Info 1425 [17:09:58.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1426 [17:09:58.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 25.21760099940002ms +Info 1427 [17:09:58.470] Different program with same set of files +Info 1428 [17:09:58.470] getCompletionData: Get current token: 0.004944998770952225 +Info 1429 [17:09:58.470] getCompletionData: Is inside comment: 0.021536000072956085 +Info 1430 [17:09:58.471] getCompletionData: Get previous token: 0.015848001465201378 +Info 1431 [17:09:58.471] getCompletionsAtPosition: isCompletionListBlocker: 0.015682000666856766 +Info 1432 [17:09:58.472] getExportInfoMap: cache hit +Info 1433 [17:09:58.492] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1434 [17:09:58.492] collectAutoImports: response is complete +Info 1435 [17:09:58.492] collectAutoImports: 19.73251200094819 +Info 1436 [17:09:58.492] getCompletionData: Semantic work: 21.114905999973416 +Info 1437 [17:09:58.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3379639983177185 +Info 1438 [17:09:58.501] Format host information updated +Info 1439 [17:09:58.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1440 [17:09:58.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 8.692571999505162ms +Info 1441 [17:09:58.562] Different program with same set of files +Info 1442 [17:09:58.562] getCompletionData: Get current token: 0.006920000538229942 +Info 1443 [17:09:58.562] getCompletionData: Is inside comment: 0.015325000509619713 +Info 1444 [17:09:58.562] getCompletionData: Get previous token: 0.011721998453140259 +Info 1445 [17:09:58.562] getCompletionsAtPosition: isCompletionListBlocker: 0.009216999635100365 +Info 1446 [17:09:58.563] getExportInfoMap: cache hit +Info 1447 [17:09:58.581] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1448 [17:09:58.581] collectAutoImports: response is complete +Info 1449 [17:09:58.581] collectAutoImports: 18.115425998345017 +Info 1450 [17:09:58.581] getCompletionData: Semantic work: 18.97631699964404 +Info 1451 [17:09:58.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.353151001036167 +Info 1452 [17:09:58.589] Format host information updated +Info 1453 [17:09:58.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1454 [17:09:58.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 6.4791560005396605ms +Info 1455 [17:09:58.801] Different program with same set of files +Info 1456 [17:09:58.801] getCompletionData: Get current token: 0.002352999523282051 +Info 1457 [17:09:58.801] getCompletionData: Is inside comment: 0.009451000019907951 +Info 1458 [17:09:58.801] getCompletionData: Get previous token: 0.007124001160264015 +Info 1459 [17:09:58.802] getCompletionsAtPosition: isCompletionListBlocker: 0.011369001120328903 +Info 1460 [17:09:58.802] getExportInfoMap: cache hit +Info 1461 [17:09:58.816] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1462 [17:09:58.816] collectAutoImports: response is complete +Info 1463 [17:09:58.816] collectAutoImports: 13.542471999302506 +Info 1464 [17:09:58.816] getCompletionData: Semantic work: 14.140848999843001 +Info 1465 [17:09:58.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 28.510848999023438 +Info 1466 [17:09:58.848] Format host information updated +Info 1467 [17:09:58.866] Format host information updated +Info 1468 [17:09:58.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1469 [17:09:58.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 6.350425001233816ms +Info 1470 [17:09:58.873] Different program with same set of files +Info 1471 [17:09:59.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1472 [17:09:59.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 10.061278998851776ms +Info 1473 [17:09:59.133] Different program with same set of files +Info 1474 [17:09:59.134] getCompletionData: Get current token: 0.0017879996448755264 +Info 1475 [17:09:59.134] getCompletionData: Is inside comment: 0.007812999188899994 +Info 1476 [17:09:59.134] getCompletionData: Get previous token: 0.005535999312996864 +Info 1477 [17:09:59.134] getCompletionsAtPosition: isCompletionListBlocker: 0.008666999638080597 +Info 1478 [17:09:59.134] getExportInfoMap: cache hit +Info 1479 [17:09:59.146] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1480 [17:09:59.146] collectAutoImports: response is complete +Info 1481 [17:09:59.146] collectAutoImports: 11.504094999283552 +Info 1482 [17:09:59.146] getCompletionData: Semantic work: 12.198335999622941 +Info 1483 [17:09:59.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 22.061839001253247 +Info 1484 [17:09:59.173] Format host information updated +Info 1485 [17:09:59.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1486 [17:09:59.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 6.624623998999596ms +Info 1487 [17:09:59.272] Different program with same set of files +Info 1488 [17:09:59.272] getCompletionData: Get current token: 0.005171000957489014 +Info 1489 [17:09:59.272] getCompletionData: Is inside comment: 0.011876000091433525 +Info 1490 [17:09:59.272] getCompletionData: Get previous token: 0.009019998833537102 +Info 1491 [17:09:59.272] getCompletionsAtPosition: isCompletionListBlocker: 0.006763000041246414 +Info 1492 [17:09:59.273] getExportInfoMap: cache hit +Info 1493 [17:09:59.291] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1494 [17:09:59.291] collectAutoImports: response is complete +Info 1495 [17:09:59.291] collectAutoImports: 17.73391200043261 +Info 1496 [17:09:59.291] getCompletionData: Semantic work: 18.455305000767112 +Info 1497 [17:09:59.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.504420001059771 +Info 1498 [17:09:59.299] Format host information updated +Info 1499 [17:09:59.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1500 [17:09:59.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 6.341378999873996ms +Info 1501 [17:09:59.434] Different program with same set of files +Info 1502 [17:09:59.434] getCompletionData: Get current token: 0.0021150000393390656 +Info 1503 [17:09:59.434] getCompletionData: Is inside comment: 0.009022999554872513 +Info 1504 [17:09:59.434] getCompletionData: Get previous token: 0.006559999659657478 +Info 1505 [17:09:59.434] getCompletionsAtPosition: isCompletionListBlocker: 0.007465999573469162 +Info 1506 [17:09:59.434] getExportInfoMap: cache hit +Info 1507 [17:09:59.450] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1508 [17:09:59.450] collectAutoImports: response is complete +Info 1509 [17:09:59.450] collectAutoImports: 15.322148000821471 +Info 1510 [17:09:59.450] getCompletionData: Semantic work: 15.886053999885917 +Info 1511 [17:09:59.454] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.516638999804854 +Info 1512 [17:09:59.458] Format host information updated +Info 1513 [17:09:59.568] Format host information updated +Info 1514 [17:09:59.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1515 [17:09:59.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 23.893432000651956ms +Info 1516 [17:09:59.592] Different program with same set of files +Info 1517 [17:09:59.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1518 [17:09:59.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 24.276669999584556ms +Info 1519 [17:09:59.680] Different program with same set of files +Info 1520 [17:09:59.680] getCompletionData: Get current token: 0.025721000507473946 +Info 1521 [17:09:59.680] getCompletionData: Is inside comment: 0.0233870018273592 +Info 1522 [17:09:59.680] getCompletionData: Get previous token: 0.0523070003837347 +Info 1523 [17:09:59.680] getCompletionsAtPosition: isCompletionListBlocker: 0.011262999847531319 +Info 1524 [17:09:59.681] getExportInfoMap: cache hit +Info 1525 [17:09:59.698] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1526 [17:09:59.698] collectAutoImports: response is complete +Info 1527 [17:09:59.698] collectAutoImports: 17.17927699908614 +Info 1528 [17:09:59.698] getCompletionData: Semantic work: 18.12685900181532 +Info 1529 [17:09:59.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8807040005922318 +Info 1530 [17:09:59.706] Format host information updated +Info 1531 [17:09:59.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1532 [17:09:59.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 6.2158160004764795ms +Info 1533 [17:09:59.899] Different program with same set of files +Info 1534 [17:09:59.900] getCompletionData: Get current token: 0.004178998991847038 +Info 1535 [17:09:59.900] getCompletionData: Is inside comment: 0.0095210000872612 +Info 1536 [17:09:59.900] getCompletionData: Get previous token: 0.007330000400543213 +Info 1537 [17:09:59.900] getCompletionsAtPosition: isCompletionListBlocker: 0.030997000634670258 +Info 1538 [17:09:59.900] getExportInfoMap: cache hit +Info 1539 [17:09:59.916] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1540 [17:09:59.916] collectAutoImports: response is complete +Info 1541 [17:09:59.916] collectAutoImports: 15.64381199888885 +Info 1542 [17:09:59.916] getCompletionData: Semantic work: 16.24198400042951 +Info 1543 [17:09:59.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7796339988708496 +Info 1544 [17:09:59.925] Format host information updated +Info 1545 [17:09:59.991] Format host information updated +Info 1546 [17:09:59.992] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1547 [17:10:00.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 19.764754001051188ms +Info 1548 [17:10:00.012] Different program with same set of files +Info 1549 [17:10:00.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1550 [17:10:00.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.6990530006587505ms +Info 1551 [17:10:00.199] Different program with same set of files +Info 1552 [17:10:00.199] getCompletionData: Get current token: 0.004374001175165176 +Info 1553 [17:10:00.199] getCompletionData: Is inside comment: 0.011584999039769173 +Info 1554 [17:10:00.199] getCompletionData: Get previous token: 0.014931000769138336 +Info 1555 [17:10:00.199] getCompletionsAtPosition: isCompletionListBlocker: 0.00974000059068203 +Info 1556 [17:10:00.200] getExportInfoMap: cache hit +Info 1557 [17:10:00.203] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 80 from cache +Info 1558 [17:10:00.203] collectAutoImports: response is complete +Info 1559 [17:10:00.203] collectAutoImports: 3.2313310001045465 +Info 1560 [17:10:00.203] getCompletionData: Semantic work: 3.918264001607895 +Info 1561 [17:10:00.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2145029995590448 +Info 1562 [17:10:00.207] Format host information updated +Info 1563 [17:10:00.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1564 [17:10:00.658] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 7.479799000546336ms +Info 1565 [17:10:00.658] Different program with same set of files +Info 1566 [17:10:00.658] getCompletionData: Get current token: 0.00303100049495697 +Info 1567 [17:10:00.658] getCompletionData: Is inside comment: 0.008740000426769257 +Info 1568 [17:10:00.658] getCompletionData: Get previous token: 0.011508999392390251 +Info 1569 [17:10:00.658] getCompletionsAtPosition: isCompletionListBlocker: 0.007441999390721321 +Info 1570 [17:10:00.659] getExportInfoMap: cache hit +Info 1571 [17:10:00.662] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 1572 [17:10:00.662] collectAutoImports: response is complete +Info 1573 [17:10:00.662] collectAutoImports: 3.8847969993948936 +Info 1574 [17:10:00.662] getCompletionData: Semantic work: 4.449215000495315 +Info 1575 [17:10:00.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2463000006973743 +Info 1576 [17:10:00.665] Format host information updated +Info 1577 [17:10:01.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1578 [17:10:01.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 8.350959999486804ms +Info 1579 [17:10:01.063] Different program with same set of files +Info 1580 [17:10:01.064] getCompletionData: Get current token: 0.0036709997802972794 +Info 1581 [17:10:01.064] getCompletionData: Is inside comment: 0.010838000103831291 +Info 1582 [17:10:01.064] getCompletionData: Get previous token: 0.01391800120472908 +Info 1583 [17:10:01.064] getCompletionsAtPosition: isCompletionListBlocker: 0.008130000904202461 +Info 1584 [17:10:01.064] getExportInfoMap: cache hit +Info 1585 [17:10:01.067] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 80 from cache +Info 1586 [17:10:01.067] collectAutoImports: response is complete +Info 1587 [17:10:01.067] collectAutoImports: 2.9804499987512827 +Info 1588 [17:10:01.067] getCompletionData: Semantic work: 3.535759000107646 +Info 1589 [17:10:01.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.102590000256896 +Info 1590 [17:10:01.069] Format host information updated +Info 1591 [17:10:01.137] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1592 [17:10:01.143] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 6.080852000042796ms +Info 1593 [17:10:01.143] Different program with same set of files +Info 1594 [17:10:01.143] getCompletionData: Get current token: 0.0031519997864961624 +Info 1595 [17:10:01.144] getCompletionData: Is inside comment: 0.008642999455332756 +Info 1596 [17:10:01.144] getCompletionData: Get previous token: 0.011003000661730766 +Info 1597 [17:10:01.144] getCompletionsAtPosition: isCompletionListBlocker: 0.007055001333355904 +Info 1598 [17:10:01.144] getExportInfoMap: cache hit +Info 1599 [17:10:01.146] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 38 from cache +Info 1600 [17:10:01.146] collectAutoImports: response is complete +Info 1601 [17:10:01.146] collectAutoImports: 1.7695119995623827 +Info 1602 [17:10:01.146] getCompletionData: Semantic work: 2.23594699986279 +Info 1603 [17:10:01.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8880529999732971 +Info 1604 [17:10:01.147] Format host information updated +Info 1605 [17:10:01.212] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1606 [17:10:01.220] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 7.9920899998396635ms +Info 1607 [17:10:01.220] Different program with same set of files +Info 1608 [17:10:01.220] getCompletionData: Get current token: 0.003226999193429947 +Info 1609 [17:10:01.220] getCompletionData: Is inside comment: 0.00888499990105629 +Info 1610 [17:10:01.220] getCompletionData: Get previous token: 0.011234000325202942 +Info 1611 [17:10:01.220] getCompletionsAtPosition: isCompletionListBlocker: 0.00788399949669838 +Info 1612 [17:10:01.221] getExportInfoMap: cache hit +Info 1613 [17:10:01.222] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 38 from cache +Info 1614 [17:10:01.222] collectAutoImports: response is complete +Info 1615 [17:10:01.222] collectAutoImports: 1.7079010009765625 +Info 1616 [17:10:01.222] getCompletionData: Semantic work: 2.2000120002776384 +Info 1617 [17:10:01.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8875839989632368 +Info 1618 [17:10:01.224] Format host information updated +Info 1619 [17:10:01.500] getCompletionData: Get current token: 0.0036299992352724075 +Info 1620 [17:10:01.500] getCompletionData: Is inside comment: 0.013454999774694443 +Info 1621 [17:10:01.500] getCompletionData: Get previous token: 0.00901699997484684 +Info 1622 [17:10:01.500] getCompletionsAtPosition: isCompletionListBlocker: 0.029146000742912292 +Info 1623 [17:10:01.501] getExportInfoMap: cache hit +Info 1624 [17:10:01.516] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1625 [17:10:01.516] collectAutoImports: response is complete +Info 1626 [17:10:01.516] collectAutoImports: 15.31904299929738 +Info 1627 [17:10:01.516] getCompletionData: Semantic work: 16.10701199993491 +Info 1628 [17:10:01.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.918610999360681 +Info 1629 [17:10:01.642] getCompletionData: Get current token: 0.0019970014691352844 +Info 1630 [17:10:01.642] getCompletionData: Is inside comment: 0.007426999509334564 +Info 1631 [17:10:01.642] getCompletionData: Get previous token: 0.005133999511599541 +Info 1632 [17:10:01.642] getCompletionsAtPosition: isCompletionListBlocker: 0.008990999311208725 +Info 1633 [17:10:01.642] getExportInfoMap: cache hit +Info 1634 [17:10:01.650] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1635 [17:10:01.650] collectAutoImports: response is complete +Info 1636 [17:10:01.650] collectAutoImports: 7.099470000714064 +Info 1637 [17:10:01.650] getCompletionData: Semantic work: 7.667834000661969 +Info 1638 [17:10:01.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0616120006889105 +Info 1639 [17:10:01.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1640 [17:10:01.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 6.1471760012209415ms +Info 1641 [17:10:01.742] Different program with same set of files +Info 1642 [17:10:01.742] getCompletionData: Get current token: 0.002000998705625534 +Info 1643 [17:10:01.742] getCompletionData: Is inside comment: 0.006953999400138855 +Info 1644 [17:10:01.742] getCompletionData: Get previous token: 0.01261799968779087 +Info 1645 [17:10:01.742] getCompletionsAtPosition: isCompletionListBlocker: 0.007231999188661575 +Info 1646 [17:10:01.742] getExportInfoMap: cache hit +Info 1647 [17:10:01.746] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 69 from cache +Info 1648 [17:10:01.746] collectAutoImports: response is complete +Info 1649 [17:10:01.746] collectAutoImports: 3.4840810000896454 +Info 1650 [17:10:01.746] getCompletionData: Semantic work: 3.987111000344157 +Info 1651 [17:10:01.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9777359999716282 +Info 1652 [17:10:01.747] Format host information updated +Info 1653 [17:10:01.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1654 [17:10:01.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 9.583767998963594ms +Info 1655 [17:10:01.921] Different program with same set of files +Info 1656 [17:10:01.921] getCompletionData: Get current token: 0.004107000306248665 +Info 1657 [17:10:01.921] getCompletionData: Is inside comment: 0.014059999957680702 +Info 1658 [17:10:01.921] getCompletionData: Get previous token: 0.024126999080181122 +Info 1659 [17:10:01.921] getCompletionsAtPosition: isCompletionListBlocker: 0.009723000228404999 +Info 1660 [17:10:01.922] getExportInfoMap: cache hit +Info 1661 [17:10:01.925] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 21 from cache +Info 1662 [17:10:01.925] collectAutoImports: response is complete +Info 1663 [17:10:01.925] collectAutoImports: 2.4517039991915226 +Info 1664 [17:10:01.925] getCompletionData: Semantic work: 3.316803999245167 +Info 1665 [17:10:01.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0038680005818605 +Info 1666 [17:10:01.926] Format host information updated +Info 1667 [17:10:02.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1668 [17:10:02.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 6.678615000098944ms +Info 1669 [17:10:02.177] Different program with same set of files +Info 1670 [17:10:02.177] getCompletionData: Get current token: 0.0020200014114379883 +Info 1671 [17:10:02.177] getCompletionData: Is inside comment: 0.006822999566793442 +Info 1672 [17:10:02.177] getCompletionData: Get previous token: 0.012706998735666275 +Info 1673 [17:10:02.177] getCompletionsAtPosition: isCompletionListBlocker: 0.006995998322963715 +Info 1674 [17:10:02.177] getExportInfoMap: cache hit +Info 1675 [17:10:02.182] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 69 from cache +Info 1676 [17:10:02.182] collectAutoImports: response is complete +Info 1677 [17:10:02.182] collectAutoImports: 4.288491999730468 +Info 1678 [17:10:02.182] getCompletionData: Semantic work: 4.811444999650121 +Info 1679 [17:10:02.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9957340005785227 +Info 1680 [17:10:02.184] Format host information updated +Info 1681 [17:10:02.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1682 [17:10:02.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 7.265602000057697ms +Info 1683 [17:10:02.318] Different program with same set of files +Info 1684 [17:10:02.318] getCompletionData: Get current token: 0.002193998545408249 +Info 1685 [17:10:02.318] getCompletionData: Is inside comment: 0.009839000180363655 +Info 1686 [17:10:02.318] getCompletionData: Get previous token: 0.006457999348640442 +Info 1687 [17:10:02.318] getCompletionsAtPosition: isCompletionListBlocker: 0.00876300036907196 +Info 1688 [17:10:02.318] getExportInfoMap: cache hit +Info 1689 [17:10:02.333] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1690 [17:10:02.333] collectAutoImports: response is complete +Info 1691 [17:10:02.333] collectAutoImports: 14.383088000118732 +Info 1692 [17:10:02.333] getCompletionData: Semantic work: 15.094258001074195 +Info 1693 [17:10:02.337] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.379953999072313 +Info 1694 [17:10:02.341] Format host information updated +Info 1695 [17:10:02.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1696 [17:10:02.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 7.862925000488758ms +Info 1697 [17:10:02.596] Different program with same set of files +Info 1698 [17:10:02.596] getCompletionData: Get current token: 0.004122000187635422 +Info 1699 [17:10:02.596] getCompletionData: Is inside comment: 0.012219000607728958 +Info 1700 [17:10:02.596] getCompletionData: Get previous token: 0.008775999769568443 +Info 1701 [17:10:02.596] getCompletionsAtPosition: isCompletionListBlocker: 0.0024909991770982742 +Info 1702 [17:10:02.597] getExportInfoMap: cache hit +Info 1703 [17:10:02.610] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1704 [17:10:02.610] collectAutoImports: response is complete +Info 1705 [17:10:02.610] collectAutoImports: 13.08521099947393 +Info 1706 [17:10:02.610] getCompletionData: Semantic work: 13.621691999956965 +Info 1707 [17:10:02.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.566608000546694 +Info 1708 [17:10:02.617] Format host information updated +Info 1709 [17:10:02.723] Format host information updated +Info 1710 [17:10:02.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1711 [17:10:02.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 8.757115999236703ms +Info 1712 [17:10:02.732] Different program with same set of files +Info 1713 [17:10:02.895] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1714 [17:10:02.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 6.899620998650789ms +Info 1715 [17:10:02.902] Different program with same set of files +Info 1716 [17:10:02.902] getCompletionData: Get current token: 0.0024829991161823273 +Info 1717 [17:10:02.902] getCompletionData: Is inside comment: 0.009581999853253365 +Info 1718 [17:10:02.902] getCompletionData: Get previous token: 0.015272999182343483 +Info 1719 [17:10:02.902] getCompletionsAtPosition: isCompletionListBlocker: 0.00788000039756298 +Info 1720 [17:10:02.903] getExportInfoMap: cache hit +Info 1721 [17:10:02.907] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 1722 [17:10:02.907] collectAutoImports: response is complete +Info 1723 [17:10:02.907] collectAutoImports: 4.487374998629093 +Info 1724 [17:10:02.907] getCompletionData: Semantic work: 5.173570999875665 +Info 1725 [17:10:02.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2853040006011724 +Info 1726 [17:10:02.912] Format host information updated +Info 1727 [17:10:03.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1728 [17:10:03.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 6.371827999129891ms +Info 1729 [17:10:03.014] Different program with same set of files +Info 1730 [17:10:03.014] getCompletionData: Get current token: 0.002382000908255577 +Info 1731 [17:10:03.014] getCompletionData: Is inside comment: 0.02332499995827675 +Info 1732 [17:10:03.014] getCompletionData: Get previous token: 0.01536799967288971 +Info 1733 [17:10:03.014] getCompletionsAtPosition: isCompletionListBlocker: 0.009103000164031982 +Info 1734 [17:10:03.015] getExportInfoMap: cache hit +Info 1735 [17:10:03.017] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 38 from cache +Info 1736 [17:10:03.017] collectAutoImports: response is complete +Info 1737 [17:10:03.017] collectAutoImports: 2.074847001582384 +Info 1738 [17:10:03.017] getCompletionData: Semantic work: 2.7491870000958443 +Info 1739 [17:10:03.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.038790998980403 +Info 1740 [17:10:03.019] Format host information updated +Info 1741 [17:10:03.149] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1742 [17:10:03.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 6.313756000250578ms +Info 1743 [17:10:03.156] Different program with same set of files +Info 1744 [17:10:03.156] getCompletionData: Get current token: 0.003048000857234001 +Info 1745 [17:10:03.156] getCompletionData: Is inside comment: 0.01080700010061264 +Info 1746 [17:10:03.156] getCompletionData: Get previous token: 0.006920000538229942 +Info 1747 [17:10:03.156] getCompletionsAtPosition: isCompletionListBlocker: 0.0024159997701644897 +Info 1748 [17:10:03.157] getCompletionData: Semantic work: 0.7489769998937845 +Info 1749 [17:10:03.159] Format host information updated +Info 1750 [17:10:03.370] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1751 [17:10:03.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 5.987330000847578ms +Info 1752 [17:10:03.376] Different program with same set of files +Info 1753 [17:10:03.376] getCompletionData: Get current token: 0.0021209996193647385 +Info 1754 [17:10:03.376] getCompletionData: Is inside comment: 0.008237000554800034 +Info 1755 [17:10:03.376] getCompletionData: Get previous token: 0.01305600069463253 +Info 1756 [17:10:03.376] getCompletionsAtPosition: isCompletionListBlocker: 0.002364000305533409 +Info 1757 [17:10:03.377] getCompletionData: Semantic work: 0.3037359993904829 +Info 1758 [17:10:03.377] Format host information updated +Info 1759 [17:10:03.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1760 [17:10:03.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 6.406669000163674ms +Info 1761 [17:10:03.455] Different program with same set of files +Info 1762 [17:10:03.455] getCompletionData: Get current token: 0.00204399973154068 +Info 1763 [17:10:03.455] getCompletionData: Is inside comment: 0.008680000901222229 +Info 1764 [17:10:03.455] getCompletionData: Get previous token: 0.013951001688838005 +Info 1765 [17:10:03.455] getCompletionsAtPosition: isCompletionListBlocker: 0.0023140013217926025 +Info 1766 [17:10:03.455] getCompletionData: Semantic work: 0.3116540014743805 +Info 1767 [17:10:03.457] Format host information updated +Info 1768 [17:10:03.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1769 [17:10:03.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 6.406447000801563ms +Info 1770 [17:10:03.716] Different program with same set of files +Info 1771 [17:10:03.716] getCompletionData: Get current token: 0.0024369992315769196 +Info 1772 [17:10:03.716] getCompletionData: Is inside comment: 0.009122999384999275 +Info 1773 [17:10:03.716] getCompletionData: Get previous token: 0.014500999823212624 +Info 1774 [17:10:03.716] getCompletionsAtPosition: isCompletionListBlocker: 0.0026190001517534256 +Info 1775 [17:10:03.716] getCompletionData: Semantic work: 0.3231979999691248 +Info 1776 [17:10:03.717] Format host information updated +Info 1777 [17:10:03.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1778 [17:10:03.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 5.94289599917829ms +Info 1779 [17:10:03.783] Different program with same set of files +Info 1780 [17:10:03.783] getCompletionData: Get current token: 0.002212999388575554 +Info 1781 [17:10:03.783] getCompletionData: Is inside comment: 0.008968999609351158 +Info 1782 [17:10:03.783] getCompletionData: Get previous token: 0.013304000720381737 +Info 1783 [17:10:03.783] getCompletionsAtPosition: isCompletionListBlocker: 0.002407999709248543 +Info 1784 [17:10:03.783] getCompletionData: Semantic work: 0.3016879986971617 +Info 1785 [17:10:03.785] Format host information updated +Info 1786 [17:10:03.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1787 [17:10:03.907] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 5.848060000687838ms +Info 1788 [17:10:03.907] Different program with same set of files +Info 1789 [17:10:03.907] getCompletionData: Get current token: 0.002239000052213669 +Info 1790 [17:10:03.907] getCompletionData: Is inside comment: 0.008570998907089233 +Info 1791 [17:10:03.907] getCompletionData: Get previous token: 0.013326000422239304 +Info 1792 [17:10:03.907] getCompletionsAtPosition: isCompletionListBlocker: 0.002250000834465027 +Info 1793 [17:10:03.907] getCompletionData: Semantic work: 0.28671699948608875 +Info 1794 [17:10:03.907] Format host information updated +Info 1795 [17:10:04.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1796 [17:10:04.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 6.779226999729872ms +Info 1797 [17:10:04.137] Different program with same set of files +Info 1798 [17:10:04.137] getCompletionData: Get current token: 0.0025739986449480057 +Info 1799 [17:10:04.137] getCompletionData: Is inside comment: 0.010855000466108322 +Info 1800 [17:10:04.138] getCompletionData: Get previous token: 0.01658499985933304 +Info 1801 [17:10:04.138] getCompletionsAtPosition: isCompletionListBlocker: 0.0026140008121728897 +Info 1802 [17:10:04.138] getCompletionData: Semantic work: 0.349932000041008 +Info 1803 [17:10:04.138] Format host information updated +Info 1804 [17:10:04.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1805 [17:10:04.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 6.406526001170278ms +Info 1806 [17:10:04.382] Different program with same set of files +Info 1807 [17:10:04.382] getCompletionData: Get current token: 0.002523999661207199 +Info 1808 [17:10:04.382] getCompletionData: Is inside comment: 0.009304000064730644 +Info 1809 [17:10:04.382] getCompletionData: Get previous token: 0.015192000195384026 +Info 1810 [17:10:04.382] getCompletionsAtPosition: isCompletionListBlocker: 0.002327999100089073 +Info 1811 [17:10:04.382] getCompletionData: Semantic work: 0.3308630008250475 +Info 1812 [17:10:04.382] Format host information updated +Info 1813 [17:10:04.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1814 [17:10:04.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 6.175764000043273ms +Info 1815 [17:10:04.445] Different program with same set of files +Info 1816 [17:10:04.445] getCompletionData: Get current token: 0.0020950008183717728 +Info 1817 [17:10:04.445] getCompletionData: Is inside comment: 0.008003000169992447 +Info 1818 [17:10:04.445] getCompletionData: Get previous token: 0.012875000014901161 +Info 1819 [17:10:04.445] getCompletionsAtPosition: isCompletionListBlocker: 0.0024069994688034058 +Info 1820 [17:10:04.445] getCompletionData: Semantic work: 0.29128700122237206 +Info 1821 [17:10:04.445] Format host information updated +Info 1822 [17:10:04.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1823 [17:10:04.663] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 7.7471840009093285ms +Info 1824 [17:10:04.663] Different program with same set of files +Info 1825 [17:10:04.663] getCompletionData: Get current token: 0.0022649988532066345 +Info 1826 [17:10:04.663] getCompletionData: Is inside comment: 0.008450999855995178 +Info 1827 [17:10:04.663] getCompletionData: Get previous token: 0.005743000656366348 +Info 1828 [17:10:04.663] getCompletionsAtPosition: isCompletionListBlocker: 0.007828999310731888 +Info 1829 [17:10:04.664] getExportInfoMap: cache hit +Info 1830 [17:10:04.675] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1831 [17:10:04.675] collectAutoImports: response is complete +Info 1832 [17:10:04.675] collectAutoImports: 10.75785799883306 +Info 1833 [17:10:04.675] getCompletionData: Semantic work: 11.295813001692295 +Info 1834 [17:10:04.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1865699999034405 +Info 1835 [17:10:04.682] Format host information updated +Info 1836 [17:10:04.804] getCompletionData: Get current token: 0.01814199984073639 +Info 1837 [17:10:04.805] getCompletionData: Is inside comment: 0.007440000772476196 +Info 1838 [17:10:04.805] getCompletionData: Get previous token: 0.05272800102829933 +Info 1839 [17:10:04.805] getCompletionsAtPosition: isCompletionListBlocker: 0.011851001530885696 +Info 1840 [17:10:04.807] getExportInfoMap: cache hit +Info 1841 [17:10:04.838] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 901 from cache +Info 1842 [17:10:04.838] collectAutoImports: response is complete +Info 1843 [17:10:04.838] collectAutoImports: 31.368944000452757 +Info 1844 [17:10:04.838] getCompletionData: Semantic work: 33.627125998958945 +Info 1845 [17:10:04.846] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.916687998920679 +Info 1846 [17:10:05.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1847 [17:10:05.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 6.806383000686765ms +Info 1848 [17:10:05.317] Different program with same set of files +Info 1849 [17:10:05.317] getCompletionData: Get current token: 0.003541998565196991 +Info 1850 [17:10:05.317] getCompletionData: Is inside comment: 0.0014220010489225388 +Info 1851 [17:10:05.317] getCompletionData: Get previous token: 0.017361000180244446 +Info 1852 [17:10:05.317] getCompletionsAtPosition: isCompletionListBlocker: 0.004514999687671661 +Info 1853 [17:10:05.318] getExportInfoMap: cache hit +Info 1854 [17:10:05.323] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 1855 [17:10:05.323] collectAutoImports: response is complete +Info 1856 [17:10:05.323] collectAutoImports: 5.685374999418855 +Info 1857 [17:10:05.323] getCompletionData: Semantic work: 6.224356001242995 +Info 1858 [17:10:05.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3510229997336864 +Info 1859 [17:10:05.326] Format host information updated +Info 1860 [17:10:05.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1861 [17:10:05.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 9.213264999911189ms +Info 1862 [17:10:05.382] Different program with same set of files +Info 1863 [17:10:05.382] getCompletionData: Get current token: 0.006072999909520149 +Info 1864 [17:10:05.382] getCompletionData: Is inside comment: 0.00203699991106987 +Info 1865 [17:10:05.382] getCompletionData: Get previous token: 0.032079000025987625 +Info 1866 [17:10:05.382] getCompletionsAtPosition: isCompletionListBlocker: 0.005544999614357948 +Info 1867 [17:10:05.383] getExportInfoMap: cache hit +Info 1868 [17:10:05.389] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 124 from cache +Info 1869 [17:10:05.389] collectAutoImports: response is complete +Info 1870 [17:10:05.389] collectAutoImports: 5.839056000113487 +Info 1871 [17:10:05.389] getCompletionData: Semantic work: 6.754319000989199 +Info 1872 [17:10:05.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.807931000366807 +Info 1873 [17:10:05.393] Format host information updated +Info 1874 [17:10:06.730] Format host information updated +Info 1875 [17:10:06.736] forEachExternalModuleToImportFrom autoImportProvider: 0.6800730004906654 +Info 1876 [17:10:07.872] Format host information updated +Info 1877 [17:10:07.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1878 [17:10:07.886] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.38030399940908ms +Info 1879 [17:10:07.886] Different program with same set of files +Info 1880 [17:10:08.547] Format host information updated +Info 1881 [17:10:08.554] forEachExternalModuleToImportFrom autoImportProvider: 0.5982770007103682 +Info 1882 [17:10:10.945] Format host information updated +Info 1883 [17:10:10.948] forEachExternalModuleToImportFrom autoImportProvider: 0.7721459995955229 +Info 1884 [17:10:57.395] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1885 [17:10:57.395] Elapsed:: 0.13090900145471096ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1886 [17:10:57.395] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1887 [17:10:57.395] Elapsed:: 0.015118999406695366ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1888 [17:10:57.395] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1889 [17:10:57.395] Elapsed:: 0.010214000940322876ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1890 [17:10:57.395] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject2* WatchType: File location affecting resolution +Info 1891 [17:10:57.395] Elapsed:: 0.0041579995304346085ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject2* WatchType: File location affecting resolution +Info 1892 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1893 [17:10:57.396] Elapsed:: 0.010704999789595604ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1894 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1895 [17:10:57.396] Elapsed:: 0.0024480000138282776ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1896 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1897 [17:10:57.396] Elapsed:: 0.008131001144647598ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1898 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject2* WatchType: File location affecting resolution +Info 1899 [17:10:57.396] Elapsed:: 0.0021069999784231186ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject2* WatchType: File location affecting resolution +Info 1900 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1901 [17:10:57.396] Elapsed:: 0.011066999286413193ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1902 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1903 [17:10:57.396] Elapsed:: 0.0037699993699789047ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1904 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1905 [17:10:57.396] Elapsed:: 0.00711200013756752ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1906 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject2* WatchType: File location affecting resolution +Info 1907 [17:10:57.396] Elapsed:: 0.0045370012521743774ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject2* WatchType: File location affecting resolution +Info 1908 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1909 [17:10:57.396] Elapsed:: 0.011109000071883202ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1910 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1911 [17:10:57.396] Elapsed:: 0.042306000366806984ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1912 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1913 [17:10:57.396] Elapsed:: 0.011987000703811646ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1914 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject2* WatchType: File location affecting resolution +Info 1915 [17:10:57.396] Elapsed:: 0.003902001306414604ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject2* WatchType: File location affecting resolution +Info 1916 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1917 [17:10:57.396] Elapsed:: 0.01116899959743023ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1918 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 1919 [17:10:57.396] Elapsed:: 0.3185369987040758ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 1920 [17:10:57.396] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 1921 [17:10:57.397] Elapsed:: 0.3239029999822378ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 1922 [17:10:57.766] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1923 [17:10:57.828] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: true structureIsReused:: Not Elapsed: 61.63058700039983ms +Info 1924 [17:10:57.828] Different program with same set of files +Info 1925 [17:10:58.401] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1926 [17:10:58.403] Elapsed:: 1.1641249991953373ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1927 [17:10:58.403] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1928 [17:10:58.403] Elapsed:: 0.14950300008058548ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1929 [17:10:58.403] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1930 [17:10:58.403] Elapsed:: 0.014263000339269638ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1931 [17:10:58.403] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1932 [17:10:58.403] Elapsed:: 0.00850600004196167ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1933 [17:10:58.403] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1934 [17:10:58.403] Ignoring files that are not *.json +Info 1935 [17:10:58.403] Elapsed:: 0.03566700033843517ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1936 [17:10:58.403] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject2* WatchType: Failed Lookup Locations +Info 1937 [17:10:58.403] Elapsed:: 0.0035819988697767258ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject2* WatchType: Failed Lookup Locations +Info 1938 [17:10:58.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1939 [17:10:58.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: true structureIsReused:: SafeModules Elapsed: 135.16515399888158ms +Info 1940 [17:10:58.791] Different program with same set of files +Info 1941 [17:10:58.791] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1942 [17:10:58.884] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: true structureIsReused:: SafeModules Elapsed: 93.38630000129342ms +Info 1943 [17:10:58.885] Different program with same set of files +Info 1944 [17:11:00.149] Format host information updated +Info 1945 [17:11:01.291] Before ensureProjectForOpenFiles: +Info 1946 [17:11:01.291] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1946 [17:11:01.292] Files (136) + +Info 1946 [17:11:01.292] ----------------------------------------------- +Info 1946 [17:11:01.292] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1946 [17:11:01.292] Files (269) + +Info 1946 [17:11:01.292] ----------------------------------------------- +Info 1946 [17:11:01.292] Project '/dev/null/inferredProject1*' (Inferred) +Info 1946 [17:11:01.292] Files (129) + +Info 1946 [17:11:01.292] ----------------------------------------------- +Info 1946 [17:11:01.292] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1946 [17:11:01.292] Files (186) + +Info 1946 [17:11:01.292] ----------------------------------------------- +Info 1946 [17:11:01.292] Open files: +Info 1946 [17:11:01.292] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1946 [17:11:01.292] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1946 [17:11:01.292] After ensureProjectForOpenFiles: +Info 1947 [17:11:01.292] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1947 [17:11:01.292] Files (136) + +Info 1947 [17:11:01.292] ----------------------------------------------- +Info 1947 [17:11:01.292] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1947 [17:11:01.292] Files (269) + +Info 1947 [17:11:01.292] ----------------------------------------------- +Info 1947 [17:11:01.292] Project '/dev/null/inferredProject1*' (Inferred) +Info 1947 [17:11:01.292] Files (129) + +Info 1947 [17:11:01.292] ----------------------------------------------- +Info 1947 [17:11:01.292] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1947 [17:11:01.292] Files (186) + +Info 1947 [17:11:01.292] ----------------------------------------------- +Info 1947 [17:11:01.292] Open files: +Info 1947 [17:11:01.292] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1947 [17:11:01.292] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1947 [17:11:01.292] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js +Info 1948 [17:11:01.723] Format host information updated +Info 1949 [17:11:01.731] AutoImportProviderProject: found 16 root files in 5 dependencies in 2.445718999952078 ms +Info 1950 [17:11:01.731] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 1951 [17:11:01.860] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed: 128.17916100099683ms +Info 1952 [17:11:01.860] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1953 [17:11:01.860] Files (271) + +Info 1954 [17:11:01.860] ----------------------------------------------- +Info 1955 [17:11:01.864] forEachExternalModuleToImportFrom autoImportProvider: 4.194664999842644 +Info 1956 [17:11:03.113] getCompletionData: Get current token: 0.004559999331831932 +Info 1957 [17:11:03.113] getCompletionData: Is inside comment: 0.015683000907301903 +Info 1958 [17:11:03.113] getCompletionData: Get previous token: 0.011694999411702156 +Info 1959 [17:11:03.113] getCompletionsAtPosition: isCompletionListBlocker: 0.002712000161409378 +Info 1960 [17:11:03.113] getExportInfoMap: cache miss or empty; calculating new results +Info 1961 [17:11:03.129] forEachExternalModuleToImportFrom autoImportProvider: 8.123418999835849 +Info 1962 [17:11:03.129] getExportInfoMap: done in 15.234324999153614 ms +Info 1963 [17:11:03.155] collectAutoImports: resolved 16 module specifiers, plus 175 ambient and 1041 from cache +Info 1964 [17:11:03.155] collectAutoImports: response is complete +Info 1965 [17:11:03.155] collectAutoImports: 26.213469998911023 +Info 1966 [17:11:03.155] getCompletionData: Semantic work: 42.22942299954593 +Info 1967 [17:11:03.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.412009999155998 +Info 1968 [17:11:03.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1969 [17:11:03.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 10.71569800004363ms +Info 1970 [17:11:03.516] Different program with same set of files +Info 1971 [17:11:03.516] getCompletionData: Get current token: 0.0050400011241436005 +Info 1972 [17:11:03.516] getCompletionData: Is inside comment: 0.01781100034713745 +Info 1973 [17:11:03.516] getCompletionData: Get previous token: 0.02578200027346611 +Info 1974 [17:11:03.516] getCompletionsAtPosition: isCompletionListBlocker: 0.002512998878955841 +Info 1975 [17:11:03.517] getExportInfoMap: cache hit +Info 1976 [17:11:03.518] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1977 [17:11:03.518] collectAutoImports: response is complete +Info 1978 [17:11:03.518] collectAutoImports: 1.6001280006021261 +Info 1979 [17:11:03.518] getCompletionData: Semantic work: 2.2301189992576838 +Info 1980 [17:11:03.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5755480006337166 +Info 1981 [17:11:03.522] Format host information updated +Info 1982 [17:11:03.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1983 [17:11:03.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 7.912553999572992ms +Info 1984 [17:11:03.623] Different program with same set of files +Info 1985 [17:11:03.623] getCompletionData: Get current token: 0.004566000774502754 +Info 1986 [17:11:03.623] getCompletionData: Is inside comment: 0.01570500060915947 +Info 1987 [17:11:03.624] getCompletionData: Get previous token: 0.020885000005364418 +Info 1988 [17:11:03.624] getCompletionsAtPosition: isCompletionListBlocker: 0.0028080008924007416 +Info 1989 [17:11:03.624] getExportInfoMap: cache hit +Info 1990 [17:11:03.626] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1991 [17:11:03.626] collectAutoImports: response is complete +Info 1992 [17:11:03.626] collectAutoImports: 1.5761220008134842 +Info 1993 [17:11:03.626] getCompletionData: Semantic work: 2.1399750001728535 +Info 1994 [17:11:03.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7113930005580187 +Info 1995 [17:11:03.629] Format host information updated +Info 1996 [17:11:03.841] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1997 [17:11:03.864] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 23.57523199915886ms +Info 1998 [17:11:03.864] Different program with same set of files +Info 1999 [17:11:03.865] getCompletionData: Get current token: 0.008647000417113304 +Info 2000 [17:11:03.865] getCompletionData: Is inside comment: 0.02862600050866604 +Info 2001 [17:11:03.865] getCompletionData: Get previous token: 0.038315000012516975 +Info 2002 [17:11:03.865] getCompletionsAtPosition: isCompletionListBlocker: 0.004006998613476753 +Info 2003 [17:11:03.866] getExportInfoMap: cache hit +Info 2004 [17:11:03.868] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2005 [17:11:03.868] collectAutoImports: response is complete +Info 2006 [17:11:03.868] collectAutoImports: 2.4122679997235537 +Info 2007 [17:11:03.868] getCompletionData: Semantic work: 3.266567999497056 +Info 2008 [17:11:03.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9200200010091066 +Info 2009 [17:11:03.873] Format host information updated +Info 2010 [17:11:03.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2011 [17:11:04.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 27.01026500016451ms +Info 2012 [17:11:04.013] Different program with same set of files +Info 2013 [17:11:04.014] getCompletionData: Get current token: 0.020423999056220055 +Info 2014 [17:11:04.014] getCompletionData: Is inside comment: 0.06686400063335896 +Info 2015 [17:11:04.014] getCompletionData: Get previous token: 0.11463899910449982 +Info 2016 [17:11:04.014] getCompletionsAtPosition: isCompletionListBlocker: 0.008362999185919762 +Info 2017 [17:11:04.016] getExportInfoMap: cache hit +Info 2018 [17:11:04.045] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2019 [17:11:04.045] collectAutoImports: response is complete +Info 2020 [17:11:04.045] collectAutoImports: 28.635757999494672 +Info 2021 [17:11:04.045] getCompletionData: Semantic work: 30.6023180000484 +Info 2022 [17:11:04.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.399736000224948 +Info 2023 [17:11:04.058] Format host information updated +Info 2024 [17:11:04.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2025 [17:11:04.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 8.263260001316667ms +Info 2026 [17:11:04.073] Different program with same set of files +Info 2027 [17:11:04.073] getCompletionData: Get current token: 0.004054000601172447 +Info 2028 [17:11:04.073] getCompletionData: Is inside comment: 0.013288000598549843 +Info 2029 [17:11:04.073] getCompletionData: Get previous token: 0.01760699972510338 +Info 2030 [17:11:04.073] getCompletionsAtPosition: isCompletionListBlocker: 0.0029789991676807404 +Info 2031 [17:11:04.074] getExportInfoMap: cache hit +Info 2032 [17:11:04.075] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2033 [17:11:04.075] collectAutoImports: response is complete +Info 2034 [17:11:04.075] collectAutoImports: 1.4525619987398386 +Info 2035 [17:11:04.075] getCompletionData: Semantic work: 2.060088999569416 +Info 2036 [17:11:04.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.218927999958396 +Info 2037 [17:11:04.079] Format host information updated +Info 2038 [17:11:04.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2039 [17:11:04.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 6.485423998907208ms +Info 2040 [17:11:04.118] Different program with same set of files +Info 2041 [17:11:04.118] getCompletionData: Get current token: 0.004493998363614082 +Info 2042 [17:11:04.118] getCompletionData: Is inside comment: 0.016544001176953316 +Info 2043 [17:11:04.118] getCompletionData: Get previous token: 0.03333800099790096 +Info 2044 [17:11:04.118] getCompletionsAtPosition: isCompletionListBlocker: 0.0028219986706972122 +Info 2045 [17:11:04.119] getExportInfoMap: cache hit +Info 2046 [17:11:04.120] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2047 [17:11:04.120] collectAutoImports: response is complete +Info 2048 [17:11:04.120] collectAutoImports: 1.4691679999232292 +Info 2049 [17:11:04.120] getCompletionData: Semantic work: 1.963519999757409 +Info 2050 [17:11:04.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.10359900072217 +Info 2051 [17:11:04.123] Format host information updated +Info 2052 [17:11:04.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2053 [17:11:04.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 17.02871000021696ms +Info 2054 [17:11:04.193] Different program with same set of files +Info 2055 [17:11:04.194] getCompletionData: Get current token: 0.010764999315142632 +Info 2056 [17:11:04.194] getCompletionData: Is inside comment: 0.0338979996740818 +Info 2057 [17:11:04.194] getCompletionData: Get previous token: 0.04584500007331371 +Info 2058 [17:11:04.194] getCompletionsAtPosition: isCompletionListBlocker: 0.004970001056790352 +Info 2059 [17:11:04.195] getExportInfoMap: cache hit +Info 2060 [17:11:04.199] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2061 [17:11:04.199] collectAutoImports: response is complete +Info 2062 [17:11:04.199] collectAutoImports: 3.4550720006227493 +Info 2063 [17:11:04.199] getCompletionData: Semantic work: 4.537848999723792 +Info 2064 [17:11:04.203] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.153209999203682 +Info 2065 [17:11:04.205] Format host information updated +Info 2066 [17:11:04.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2067 [17:11:04.332] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 24.716168999671936ms +Info 2068 [17:11:04.332] Different program with same set of files +Info 2069 [17:11:04.333] getCompletionData: Get current token: 0.019395999610424042 +Info 2070 [17:11:04.333] getCompletionData: Is inside comment: 0.06566300056874752 +Info 2071 [17:11:04.333] getCompletionData: Get previous token: 0.08574000000953674 +Info 2072 [17:11:04.334] getCompletionsAtPosition: isCompletionListBlocker: 0.007416998967528343 +Info 2073 [17:11:04.335] getExportInfoMap: cache hit +Info 2074 [17:11:04.340] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2075 [17:11:04.340] collectAutoImports: response is complete +Info 2076 [17:11:04.340] collectAutoImports: 4.511899000033736 +Info 2077 [17:11:04.340] getCompletionData: Semantic work: 6.525996001437306 +Info 2078 [17:11:04.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.458112999796867 +Info 2079 [17:11:04.346] Format host information updated +Info 2080 [17:11:04.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2081 [17:11:04.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.788271000608802ms +Info 2082 [17:11:04.549] Different program with same set of files +Info 2083 [17:11:04.550] getCompletionData: Get current token: 0.003262000158429146 +Info 2084 [17:11:04.550] getCompletionData: Is inside comment: 0.01164800114929676 +Info 2085 [17:11:04.550] getCompletionData: Get previous token: 0.007896998897194862 +Info 2086 [17:11:04.550] getCompletionsAtPosition: isCompletionListBlocker: 0.006484000012278557 +Info 2087 [17:11:04.550] getExportInfoMap: cache hit +Info 2088 [17:11:04.563] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2089 [17:11:04.563] collectAutoImports: response is complete +Info 2090 [17:11:04.563] collectAutoImports: 12.708979999646544 +Info 2091 [17:11:04.563] getCompletionData: Semantic work: 13.179323999211192 +Info 2092 [17:11:04.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.65391300059855 +Info 2093 [17:11:04.571] Format host information updated +Info 2094 [17:11:04.729] getCompletionData: Get current token: 0.004821000620722771 +Info 2095 [17:11:04.729] getCompletionData: Is inside comment: 0.018646998330950737 +Info 2096 [17:11:04.729] getCompletionData: Get previous token: 0.013666000217199326 +Info 2097 [17:11:04.729] getCompletionsAtPosition: isCompletionListBlocker: 0.0035239998251199722 +Info 2098 [17:11:04.729] getExportInfoMap: cache hit +Info 2099 [17:11:04.740] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2100 [17:11:04.740] collectAutoImports: response is complete +Info 2101 [17:11:04.740] collectAutoImports: 10.254041999578476 +Info 2102 [17:11:04.740] getCompletionData: Semantic work: 10.802033001556993 +Info 2103 [17:11:04.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0259309988468885 +Info 2104 [17:11:05.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2105 [17:11:05.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.589313000440598ms +Info 2106 [17:11:05.055] Different program with same set of files +Info 2107 [17:11:05.058] Format host information updated +Info 2108 [17:11:05.115] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2109 [17:11:05.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: true structureIsReused:: SafeModules Elapsed: 36.72344299964607ms +Info 2110 [17:11:05.152] Different program with same set of files +Info 2111 [17:11:05.152] getCompletionData: Get current token: 0.010601000860333443 +Info 2112 [17:11:05.152] getCompletionData: Is inside comment: 0.0363910011947155 +Info 2113 [17:11:05.152] getCompletionData: Get previous token: 0.026422999799251556 +Info 2114 [17:11:05.152] getCompletionsAtPosition: isCompletionListBlocker: 0.027900999411940575 +Info 2115 [17:11:05.153] getExportInfoMap: cache hit +Info 2116 [17:11:05.171] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2117 [17:11:05.171] collectAutoImports: response is complete +Info 2118 [17:11:05.171] collectAutoImports: 17.841213000938296 +Info 2119 [17:11:05.171] getCompletionData: Semantic work: 18.83341999910772 +Info 2120 [17:11:05.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.351502001285553 +Info 2121 [17:11:05.182] Format host information updated +Info 2122 [17:11:05.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2123 [17:11:05.220] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 6.619676999747753ms +Info 2124 [17:11:05.220] Different program with same set of files +Info 2125 [17:11:05.220] getCompletionData: Get current token: 0.0027569998055696487 +Info 2126 [17:11:05.220] getCompletionData: Is inside comment: 0.015163000673055649 +Info 2127 [17:11:05.220] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2128 [17:11:05.221] Format host information updated +Info 2129 [17:11:05.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2130 [17:11:05.430] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 6.968653999269009ms +Info 2131 [17:11:05.430] Different program with same set of files +Info 2132 [17:11:05.430] getCompletionData: Get current token: 0.002229999750852585 +Info 2133 [17:11:05.430] getCompletionData: Is inside comment: 0.013086000457406044 +Info 2134 [17:11:05.430] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2135 [17:11:05.430] Format host information updated +Info 2136 [17:11:05.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2137 [17:11:05.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 8.02658399939537ms +Info 2138 [17:11:05.665] Different program with same set of files +Info 2139 [17:11:05.665] getCompletionData: Get current token: 0.0020899996161460876 +Info 2140 [17:11:05.665] getCompletionData: Is inside comment: 0.012095998972654343 +Info 2141 [17:11:05.665] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2142 [17:11:05.665] Format host information updated +Info 2143 [17:11:05.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2144 [17:11:05.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 6.599665999412537ms +Info 2145 [17:11:05.792] Different program with same set of files +Info 2146 [17:11:05.793] getCompletionData: Get current token: 0.0028039999306201935 +Info 2147 [17:11:05.793] getCompletionData: Is inside comment: 0.015614001080393791 +Info 2148 [17:11:05.793] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2149 [17:11:05.793] Format host information updated +Info 2150 [17:11:05.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2151 [17:11:05.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 6.757269000634551ms +Info 2152 [17:11:05.950] Different program with same set of files +Info 2153 [17:11:05.950] getCompletionData: Get current token: 0.005597999319434166 +Info 2154 [17:11:05.950] getCompletionData: Is inside comment: 0.022408999502658844 +Info 2155 [17:11:05.950] getCompletionData: Get previous token: 0.014415999874472618 +Info 2156 [17:11:05.950] getCompletionsAtPosition: isCompletionListBlocker: 0.008605999872088432 +Info 2157 [17:11:05.950] getExportInfoMap: cache hit +Info 2158 [17:11:05.966] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2159 [17:11:05.966] collectAutoImports: response is complete +Info 2160 [17:11:05.966] collectAutoImports: 15.587569000199437 +Info 2161 [17:11:05.966] getCompletionData: Semantic work: 16.202115999534726 +Info 2162 [17:11:05.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.856114000082016 +Info 2163 [17:11:05.978] Format host information updated +Info 2164 [17:11:06.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2165 [17:11:06.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: true structureIsReused:: SafeModules Elapsed: 38.9897680003196ms +Info 2166 [17:11:06.138] Different program with same set of files +Info 2167 [17:11:06.140] Format host information updated +Info 2168 [17:11:06.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2169 [17:11:06.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.005196999758482ms +Info 2170 [17:11:06.187] Different program with same set of files +Info 2171 [17:11:06.189] Format host information updated +Info 2172 [17:11:06.383] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2173 [17:11:06.394] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.128365999087691ms +Info 2174 [17:11:06.394] Different program with same set of files +Info 2175 [17:11:06.395] Format host information updated +Info 2176 [17:11:06.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2177 [17:11:06.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.062928000465035ms +Info 2178 [17:11:06.623] Different program with same set of files +Info 2179 [17:11:06.624] Format host information updated +Info 2180 [17:11:06.682] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2181 [17:11:06.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.710961999371648ms +Info 2182 [17:11:06.698] Different program with same set of files +Info 2183 [17:11:06.699] Format host information updated +Info 2184 [17:11:07.264] Format host information updated +Info 2185 [17:11:07.264] Format host information updated +Info 2186 [17:11:07.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2187 [17:11:07.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.712567999958992ms +Info 2188 [17:11:07.275] Different program with same set of files +Info 2189 [17:11:07.275] getCompletionData: Get current token: 0.005714999511837959 +Info 2190 [17:11:07.275] getCompletionData: Is inside comment: 0.018380001187324524 +Info 2191 [17:11:07.275] getCompletionData: Get previous token: 0.013205001130700111 +Info 2192 [17:11:07.275] getCompletionsAtPosition: isCompletionListBlocker: 0.008294999599456787 +Info 2193 [17:11:07.276] getExportInfoMap: cache hit +Info 2194 [17:11:07.290] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2195 [17:11:07.290] collectAutoImports: response is complete +Info 2196 [17:11:07.290] collectAutoImports: 13.86127999983728 +Info 2197 [17:11:07.290] getCompletionData: Semantic work: 14.429261999204755 +Info 2198 [17:11:07.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9948580004274845 +Info 2199 [17:11:07.302] Format host information updated +Info 2200 [17:11:07.379] getCompletionData: Get current token: 0.008079001680016518 +Info 2201 [17:11:07.379] getCompletionData: Is inside comment: 0.047842999920248985 +Info 2202 [17:11:07.379] getCompletionData: Get previous token: 0.02815999835729599 +Info 2203 [17:11:07.379] getCompletionsAtPosition: isCompletionListBlocker: 0.02537900023162365 +Info 2204 [17:11:07.381] getExportInfoMap: cache hit +Info 2205 [17:11:07.393] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2206 [17:11:07.393] collectAutoImports: response is complete +Info 2207 [17:11:07.393] collectAutoImports: 12.451951999217272 +Info 2208 [17:11:07.393] getCompletionData: Semantic work: 14.213036000728607 +Info 2209 [17:11:07.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.859254999086261 +Info 2210 [17:11:07.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2211 [17:11:07.495] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 6.328508000820875ms +Info 2212 [17:11:07.495] Different program with same set of files +Info 2213 [17:11:07.495] getCompletionData: Get current token: 0.004398999735713005 +Info 2214 [17:11:07.495] getCompletionData: Is inside comment: 0.01441199891269207 +Info 2215 [17:11:07.495] getCompletionData: Get previous token: 0.010471001267433167 +Info 2216 [17:11:07.495] getCompletionsAtPosition: isCompletionListBlocker: 0.002361999824643135 +Info 2217 [17:11:07.495] getCompletionData: Semantic work: 0.1293209996074438 +Info 2218 [17:11:07.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0690860003232956 +Info 2219 [17:11:07.496] Format host information updated +Info 2220 [17:11:09.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2221 [17:11:09.060] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 7.151658000424504ms +Info 2222 [17:11:09.060] Different program with same set of files +Info 2223 [17:11:09.060] getCompletionData: Get current token: 0.004031000658869743 +Info 2224 [17:11:09.060] getCompletionData: Is inside comment: 0.011524999514222145 +Info 2225 [17:11:09.060] getCompletionData: Get previous token: 0.01486399956047535 +Info 2226 [17:11:09.060] getCompletionsAtPosition: isCompletionListBlocker: 0.0021710004657506943 +Info 2227 [17:11:09.060] getCompletionData: Semantic work: 0.19906900078058243 +Info 2228 [17:11:09.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05822700075805187 +Info 2229 [17:11:09.061] Format host information updated +Info 2230 [17:11:09.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2231 [17:11:09.210] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 8.869837000966072ms +Info 2232 [17:11:09.210] Different program with same set of files +Info 2233 [17:11:09.210] getCompletionData: Get current token: 0.005114998668432236 +Info 2234 [17:11:09.210] getCompletionData: Is inside comment: 0.014087000861763954 +Info 2235 [17:11:09.210] getCompletionData: Get previous token: 0.018376000225543976 +Info 2236 [17:11:09.210] getCompletionsAtPosition: isCompletionListBlocker: 0.0030100010335445404 +Info 2237 [17:11:09.210] getCompletionData: Semantic work: 0.09286999888718128 +Info 2238 [17:11:09.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07658799923956394 +Info 2239 [17:11:09.210] Format host information updated +Info 2240 [17:11:09.548] Format host information updated +Info 2241 [17:11:09.548] Format host information updated +Info 2242 [17:11:09.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2243 [17:11:09.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 7.880032999441028ms +Info 2244 [17:11:09.556] Different program with same set of files +Info 2245 [17:11:09.557] getCompletionData: Get current token: 0.006843000650405884 +Info 2246 [17:11:09.557] getCompletionData: Is inside comment: 0.019179999828338623 +Info 2247 [17:11:09.557] getCompletionData: Get previous token: 0.013163000345230103 +Info 2248 [17:11:09.557] getCompletionsAtPosition: isCompletionListBlocker: 0.0029789991676807404 +Info 2249 [17:11:09.557] getCompletionData: Semantic work: 0.6186540015041828 +Info 2250 [17:11:09.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2897640001028776 +Info 2251 [17:11:09.558] getCompletionData: Get current token: 0.021629000082612038 +Info 2252 [17:11:09.558] getCompletionData: Is inside comment: 0.031599000096321106 +Info 2253 [17:11:09.558] getCompletionData: Get previous token: 0.04081300087273121 +Info 2254 [17:11:09.559] getCompletionsAtPosition: isCompletionListBlocker: 0.002066999673843384 +Info 2255 [17:11:09.559] getCompletionData: Semantic work: 0.0735630001872778 +Info 2256 [17:11:09.561] getCompletionData: Get current token: 0.009114999324083328 +Info 2257 [17:11:09.561] getCompletionData: Is inside comment: 0.019997000694274902 +Info 2258 [17:11:09.561] getCompletionData: Get previous token: 0.03645000047981739 +Info 2259 [17:11:09.561] getCompletionsAtPosition: isCompletionListBlocker: 0.0019700005650520325 +Info 2260 [17:11:09.561] getCompletionData: Semantic work: 0.032374000176787376 +Info 2261 [17:11:09.562] Format host information updated +Info 2262 [17:11:09.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2263 [17:11:09.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 10.231008000671864ms +Info 2264 [17:11:09.841] Different program with same set of files +Info 2265 [17:11:09.841] getCompletionData: Get current token: 0.0048430003225803375 +Info 2266 [17:11:09.841] getCompletionData: Is inside comment: 0.012911999598145485 +Info 2267 [17:11:09.841] getCompletionData: Get previous token: 0.018772000446915627 +Info 2268 [17:11:09.841] getCompletionsAtPosition: isCompletionListBlocker: 0.002210000529885292 +Info 2269 [17:11:09.842] getCompletionData: Semantic work: 0.45613300055265427 +Info 2270 [17:11:09.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20039300061762333 +Info 2271 [17:11:09.842] Format host information updated +Info 2272 [17:11:09.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2273 [17:11:09.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 7.395012000575662ms +Info 2274 [17:11:09.950] Different program with same set of files +Info 2275 [17:11:09.950] getCompletionData: Get current token: 0.006613999605178833 +Info 2276 [17:11:09.950] getCompletionData: Is inside comment: 0.015879999846220016 +Info 2277 [17:11:09.950] getCompletionData: Get previous token: 0.020709998905658722 +Info 2278 [17:11:09.950] getCompletionsAtPosition: isCompletionListBlocker: 0.0024810004979372025 +Info 2279 [17:11:09.950] getCompletionData: Semantic work: 0.5422709994018078 +Info 2280 [17:11:09.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20966099947690964 +Info 2281 [17:11:09.951] Format host information updated +Info 2282 [17:11:10.498] Format host information updated +Info 2283 [17:11:10.498] Format host information updated +Info 2284 [17:11:10.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2285 [17:11:10.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 8.730236999690533ms +Info 2286 [17:11:10.507] Different program with same set of files +Info 2287 [17:11:10.507] getCompletionData: Get current token: 0.005917001515626907 +Info 2288 [17:11:10.507] getCompletionData: Is inside comment: 0.017541000619530678 +Info 2289 [17:11:10.507] getCompletionData: Get previous token: 0.011583000421524048 +Info 2290 [17:11:10.508] getCompletionsAtPosition: isCompletionListBlocker: 0.0027970001101493835 +Info 2291 [17:11:10.508] getCompletionData: Semantic work: 0.1818589996546507 +Info 2292 [17:11:10.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6500840000808239 +Info 2293 [17:11:10.509] getCompletionData: Get current token: 0.009554000571370125 +Info 2294 [17:11:10.509] getCompletionData: Is inside comment: 0.017413999885320663 +Info 2295 [17:11:10.509] getCompletionData: Get previous token: 0.019863998517394066 +Info 2296 [17:11:10.509] getCompletionsAtPosition: isCompletionListBlocker: 0.0014619994908571243 +Info 2297 [17:11:10.510] getCompletionData: Semantic work: 0.44907600060105324 +Info 2298 [17:11:10.512] getCompletionData: Get current token: 0.006963999941945076 +Info 2299 [17:11:10.512] getCompletionData: Is inside comment: 0.017395000904798508 +Info 2300 [17:11:10.512] getCompletionData: Get previous token: 0.020308999344706535 +Info 2301 [17:11:10.512] getCompletionsAtPosition: isCompletionListBlocker: 0.0016150008887052536 +Info 2302 [17:11:10.512] getCompletionData: Semantic work: 0.20540599897503853 +Info 2303 [17:11:10.513] Format host information updated +Info 2304 [17:11:15.769] Format host information updated +Info 2305 [17:11:15.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2306 [17:11:15.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 7.552379000931978ms +Info 2307 [17:11:15.777] Different program with same set of files +Info 2308 [17:11:17.796] getCompletionData: Get current token: 0.016077999025583267 +Info 2309 [17:11:17.796] getCompletionData: Is inside comment: 0.007533000782132149 +Info 2310 [17:11:17.796] getCompletionData: Get previous token: 0.05141100101172924 +Info 2311 [17:11:17.796] getCompletionsAtPosition: isCompletionListBlocker: 0.013089001178741455 +Info 2312 [17:11:17.799] getExportInfoMap: cache hit +Info 2313 [17:11:17.813] collectAutoImports: resolved 16 module specifiers, plus 219 ambient and 887 from cache +Info 2314 [17:11:17.813] collectAutoImports: response is complete +Info 2315 [17:11:17.813] collectAutoImports: 14.396601000800729 +Info 2316 [17:11:17.813] getCompletionData: Semantic work: 17.129610000178218 +Info 2317 [17:11:17.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.816416999325156 +Info 2318 [17:11:35.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2319 [17:11:35.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 13.194256000220776ms +Info 2320 [17:11:35.279] Different program with same set of files +Info 2321 [17:11:35.279] getCompletionData: Get current token: 0.004585999995470047 +Info 2322 [17:11:35.279] getCompletionData: Is inside comment: 0.012500999495387077 +Info 2323 [17:11:35.279] getCompletionData: Get previous token: 0.008920000866055489 +Info 2324 [17:11:35.279] getCompletionsAtPosition: isCompletionListBlocker: 0.0025649983435869217 +Info 2325 [17:11:35.280] getExportInfoMap: cache hit +Info 2326 [17:11:35.295] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2327 [17:11:35.295] collectAutoImports: response is complete +Info 2328 [17:11:35.295] collectAutoImports: 15.578176001086831 +Info 2329 [17:11:35.295] getCompletionData: Semantic work: 16.189375000074506 +Info 2330 [17:11:35.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.261940000578761 +Info 2331 [17:11:35.304] Format host information updated +Info 2332 [17:11:35.390] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2333 [17:11:35.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 25.840890001505613ms +Info 2334 [17:11:35.416] Different program with same set of files +Info 2335 [17:11:35.416] getCompletionData: Get current token: 0.01127300038933754 +Info 2336 [17:11:35.416] getCompletionData: Is inside comment: 0.036910999566316605 +Info 2337 [17:11:35.416] getCompletionData: Get previous token: 0.04328699968755245 +Info 2338 [17:11:35.416] getCompletionsAtPosition: isCompletionListBlocker: 0.006139000877737999 +Info 2339 [17:11:35.418] getExportInfoMap: cache hit +Info 2340 [17:11:35.427] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 2341 [17:11:35.427] collectAutoImports: response is complete +Info 2342 [17:11:35.427] collectAutoImports: 9.5824080016464 +Info 2343 [17:11:35.427] getCompletionData: Semantic work: 10.934898998588324 +Info 2344 [17:11:35.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.025189999490976 +Info 2345 [17:11:35.434] Format host information updated +Info 2346 [17:11:35.459] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2347 [17:11:35.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 7.2969300001859665ms +Info 2348 [17:11:35.466] Different program with same set of files +Info 2349 [17:11:35.466] getCompletionData: Get current token: 0.004406001418828964 +Info 2350 [17:11:35.466] getCompletionData: Is inside comment: 0.01501999981701374 +Info 2351 [17:11:35.466] getCompletionData: Get previous token: 0.018933000043034554 +Info 2352 [17:11:35.466] getCompletionsAtPosition: isCompletionListBlocker: 0.0032469984143972397 +Info 2353 [17:11:35.467] getExportInfoMap: cache hit +Info 2354 [17:11:35.471] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 2355 [17:11:35.471] collectAutoImports: response is complete +Info 2356 [17:11:35.471] collectAutoImports: 4.215528998523951 +Info 2357 [17:11:35.471] getCompletionData: Semantic work: 4.827523000538349 +Info 2358 [17:11:35.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7022890001535416 +Info 2359 [17:11:35.476] Format host information updated +Info 2360 [17:11:35.633] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2361 [17:11:35.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 8.294689999893308ms +Info 2362 [17:11:35.642] Different program with same set of files +Info 2363 [17:11:35.642] getCompletionData: Get current token: 0.004384998232126236 +Info 2364 [17:11:35.642] getCompletionData: Is inside comment: 0.016824999824166298 +Info 2365 [17:11:35.642] getCompletionData: Get previous token: 0.01729399897158146 +Info 2366 [17:11:35.642] getCompletionsAtPosition: isCompletionListBlocker: 0.003029000014066696 +Info 2367 [17:11:35.643] getExportInfoMap: cache hit +Info 2368 [17:11:35.645] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 2369 [17:11:35.645] collectAutoImports: response is complete +Info 2370 [17:11:35.645] collectAutoImports: 2.526944000273943 +Info 2371 [17:11:35.645] getCompletionData: Semantic work: 3.3161960002034903 +Info 2372 [17:11:35.648] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6933309994637966 +Info 2373 [17:11:35.649] Format host information updated +Info 2374 [17:11:35.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2375 [17:11:35.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 21.833528999239206ms +Info 2376 [17:11:35.731] Different program with same set of files +Info 2377 [17:11:35.732] getCompletionData: Get current token: 0.015600999817252159 +Info 2378 [17:11:35.732] getCompletionData: Is inside comment: 0.051715999841690063 +Info 2379 [17:11:35.732] getCompletionData: Get previous token: 0.058816999197006226 +Info 2380 [17:11:35.732] getCompletionsAtPosition: isCompletionListBlocker: 0.007673000916838646 +Info 2381 [17:11:35.734] getExportInfoMap: cache hit +Info 2382 [17:11:35.741] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 2383 [17:11:35.741] collectAutoImports: response is complete +Info 2384 [17:11:35.741] collectAutoImports: 6.906742999330163 +Info 2385 [17:11:35.741] getCompletionData: Semantic work: 8.672596998512745 +Info 2386 [17:11:35.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.060529001057148 +Info 2387 [17:11:35.750] Format host information updated +Info 2388 [17:11:35.836] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2389 [17:11:35.843] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 6.620085999369621ms +Info 2390 [17:11:35.843] Different program with same set of files +Info 2391 [17:11:35.843] getCompletionData: Get current token: 0.004604998975992203 +Info 2392 [17:11:35.843] getCompletionData: Is inside comment: 0.013396000489592552 +Info 2393 [17:11:35.843] getCompletionData: Get previous token: 0.03847699984908104 +Info 2394 [17:11:35.843] getCompletionsAtPosition: isCompletionListBlocker: 0.002716001123189926 +Info 2395 [17:11:35.844] getExportInfoMap: cache hit +Info 2396 [17:11:35.857] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2397 [17:11:35.857] collectAutoImports: response is complete +Info 2398 [17:11:35.857] collectAutoImports: 13.469216000288725 +Info 2399 [17:11:35.857] getCompletionData: Semantic work: 14.018986999988556 +Info 2400 [17:11:35.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.6538769993931055 +Info 2401 [17:11:35.869] Format host information updated +Info 2402 [17:11:36.700] Format host information updated +Info 2403 [17:11:36.700] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2404 [17:11:36.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 6.350128998979926ms +Info 2405 [17:11:36.706] Different program with same set of files +Info 2406 [17:11:36.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2407 [17:11:36.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 6.821111999452114ms +Info 2408 [17:11:36.899] Different program with same set of files +Info 2409 [17:11:36.899] getCompletionData: Get current token: 0.0015559997409582138 +Info 2410 [17:11:36.899] getCompletionData: Is inside comment: 0.007946999743580818 +Info 2411 [17:11:36.899] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2412 [17:11:36.899] Format host information updated +Info 2413 [17:11:36.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2414 [17:11:36.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 7.812473000958562ms +Info 2415 [17:11:36.995] Different program with same set of files +Info 2416 [17:11:36.996] getCompletionData: Get current token: 0.0018279999494552612 +Info 2417 [17:11:36.996] getCompletionData: Is inside comment: 0.006912000477313995 +Info 2418 [17:11:36.996] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2419 [17:11:36.997] Format host information updated +Info 2420 [17:11:37.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2421 [17:11:37.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 6.708522999659181ms +Info 2422 [17:11:37.178] Different program with same set of files +Info 2423 [17:11:37.178] getCompletionData: Get current token: 0.0018400009721517563 +Info 2424 [17:11:37.178] getCompletionData: Is inside comment: 0.0066919997334480286 +Info 2425 [17:11:37.178] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2426 [17:11:37.179] Format host information updated +Info 2427 [17:11:37.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2428 [17:11:37.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 7.919560998678207ms +Info 2429 [17:11:37.248] Different program with same set of files +Info 2430 [17:11:37.248] getCompletionData: Get current token: 0.0018929988145828247 +Info 2431 [17:11:37.248] getCompletionData: Is inside comment: 0.007680000737309456 +Info 2432 [17:11:37.248] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2433 [17:11:37.251] Format host information updated +Info 2434 [17:11:37.381] Format host information updated +Info 2435 [17:11:37.381] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2436 [17:11:37.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 6.678778000175953ms +Info 2437 [17:11:37.388] Different program with same set of files +Info 2438 [17:11:38.035] Format host information updated +Info 2439 [17:11:38.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2440 [17:11:38.042] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 6.583279000595212ms +Info 2441 [17:11:38.042] Different program with same set of files +Info 2442 [17:11:40.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2443 [17:11:40.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 6.516371998935938ms +Info 2444 [17:11:40.397] Different program with same set of files +Info 2445 [17:11:40.397] getCompletionData: Get current token: 0.003404000774025917 +Info 2446 [17:11:40.397] getCompletionData: Is inside comment: 0.0014689993113279343 +Info 2447 [17:11:40.397] getCompletionData: Get previous token: 0.015344999730587006 +Info 2448 [17:11:40.397] getCompletionsAtPosition: isCompletionListBlocker: 0.0024520009756088257 +Info 2449 [17:11:40.399] getCompletionData: Semantic work: 1.137856001034379 +Info 2450 [17:11:40.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6893550008535385 +Info 2451 [17:11:40.401] Format host information updated +Info 2452 [17:11:40.561] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2453 [17:11:40.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 6.238594001159072ms +Info 2454 [17:11:40.567] Different program with same set of files +Info 2455 [17:11:40.567] getCompletionData: Get current token: 0.002848999574780464 +Info 2456 [17:11:40.567] getCompletionData: Is inside comment: 0.002733999863266945 +Info 2457 [17:11:40.567] getCompletionData: Get previous token: 0.015295999124646187 +Info 2458 [17:11:40.568] getCompletionsAtPosition: isCompletionListBlocker: 0.0021359995007514954 +Info 2459 [17:11:40.568] getCompletionData: Semantic work: 0.6803309991955757 +Info 2460 [17:11:40.570] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.157718000933528 +Info 2461 [17:11:40.573] Format host information updated +Info 2462 [17:11:40.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2463 [17:11:40.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 6.340205999091268ms +Info 2464 [17:11:40.708] Different program with same set of files +Info 2465 [17:11:40.708] getCompletionData: Get current token: 0.003591001033782959 +Info 2466 [17:11:40.708] getCompletionData: Is inside comment: 0.0015709996223449707 +Info 2467 [17:11:40.708] getCompletionData: Get previous token: 0.018327999860048294 +Info 2468 [17:11:40.708] getCompletionsAtPosition: isCompletionListBlocker: 0.002205999568104744 +Info 2469 [17:11:40.709] getCompletionData: Semantic work: 0.7048760000616312 +Info 2470 [17:11:40.711] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.480180999264121 +Info 2471 [17:11:40.712] Format host information updated +Info 2472 [17:11:40.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2473 [17:11:40.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 6.970295000821352ms +Info 2474 [17:11:40.862] Different program with same set of files +Info 2475 [17:11:40.862] getCompletionData: Get current token: 0.004253000020980835 +Info 2476 [17:11:40.862] getCompletionData: Is inside comment: 0.0011989995837211609 +Info 2477 [17:11:40.862] getCompletionData: Get previous token: 0.01494000107049942 +Info 2478 [17:11:40.862] getCompletionsAtPosition: isCompletionListBlocker: 0.002257000654935837 +Info 2479 [17:11:40.863] getCompletionData: Semantic work: 0.6524220015853643 +Info 2480 [17:11:40.865] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2522030007094145 +Info 2481 [17:11:40.871] Format host information updated +Info 2482 [17:11:40.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2483 [17:11:40.927] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 9.823894999921322ms +Info 2484 [17:11:40.927] Different program with same set of files +Info 2485 [17:11:40.927] getCompletionData: Get current token: 0.005935000255703926 +Info 2486 [17:11:40.928] getCompletionData: Is inside comment: 0.002552999183535576 +Info 2487 [17:11:40.928] getCompletionData: Get previous token: 0.02928999997675419 +Info 2488 [17:11:40.928] getCompletionsAtPosition: isCompletionListBlocker: 0.003210000693798065 +Info 2489 [17:11:40.929] getCompletionData: Semantic work: 1.0405819993466139 +Info 2490 [17:11:40.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7001310009509325 +Info 2491 [17:11:40.933] Format host information updated +Info 2492 [17:11:41.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2493 [17:11:41.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 30.675621999427676ms +Info 2494 [17:11:41.164] Different program with same set of files +Info 2495 [17:11:41.165] getCompletionData: Get current token: 0.010240999981760979 +Info 2496 [17:11:41.165] getCompletionData: Is inside comment: 0.004316000267863274 +Info 2497 [17:11:41.165] getCompletionData: Get previous token: 0.053141999989748 +Info 2498 [17:11:41.165] getCompletionsAtPosition: isCompletionListBlocker: 0.004166001453995705 +Info 2499 [17:11:41.167] getCompletionData: Semantic work: 1.633822001516819 +Info 2500 [17:11:41.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.524013001471758 +Info 2501 [17:11:41.176] Format host information updated +Info 2502 [17:11:41.194] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2503 [17:11:41.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 6.979380998760462ms +Info 2504 [17:11:41.201] Different program with same set of files +Info 2505 [17:11:41.201] getCompletionData: Get current token: 0.0029290001839399338 +Info 2506 [17:11:41.201] getCompletionData: Is inside comment: 0.0014730002731084824 +Info 2507 [17:11:41.201] getCompletionData: Get previous token: 0.015429999679327011 +Info 2508 [17:11:41.201] getCompletionsAtPosition: isCompletionListBlocker: 0.0019249990582466125 +Info 2509 [17:11:41.202] getCompletionData: Semantic work: 0.6341810002923012 +Info 2510 [17:11:41.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8011920005083084 +Info 2511 [17:11:41.204] Format host information updated +Info 2512 [17:11:41.966] getCompletionData: Get current token: 0.0033040009438991547 +Info 2513 [17:11:41.966] getCompletionData: Is inside comment: 0.001721000298857689 +Info 2514 [17:11:41.966] getCompletionData: Get previous token: 0.011048000305891037 +Info 2515 [17:11:41.966] getCompletionsAtPosition: isCompletionListBlocker: 0.008437000215053558 +Info 2516 [17:11:41.967] getExportInfoMap: cache hit +Info 2517 [17:11:41.979] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 2518 [17:11:41.979] collectAutoImports: response is complete +Info 2519 [17:11:41.979] collectAutoImports: 12.030853999778628 +Info 2520 [17:11:41.979] getCompletionData: Semantic work: 12.72618200071156 +Info 2521 [17:11:41.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.587447000667453 +Info 2522 [17:11:42.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2523 [17:11:42.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 8.099963000044227ms +Info 2524 [17:11:42.147] Different program with same set of files +Info 2525 [17:11:42.147] getCompletionData: Get current token: 0.003924999386072159 +Info 2526 [17:11:42.147] getCompletionData: Is inside comment: 0.0017259996384382248 +Info 2527 [17:11:42.147] getCompletionData: Get previous token: 0.019240999594330788 +Info 2528 [17:11:42.147] getCompletionsAtPosition: isCompletionListBlocker: 0.002186000347137451 +Info 2529 [17:11:42.148] Format host information updated +Info 2530 [17:11:42.315] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2531 [17:11:42.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 26.828300001099706ms +Info 2532 [17:11:42.342] Different program with same set of files +Info 2533 [17:11:42.342] getCompletionData: Get current token: 0.01192300021648407 +Info 2534 [17:11:42.342] getCompletionData: Is inside comment: 0.005077999085187912 +Info 2535 [17:11:42.342] getCompletionData: Get previous token: 0.04848899878561497 +Info 2536 [17:11:42.342] getCompletionsAtPosition: isCompletionListBlocker: 0.005651999264955521 +Info 2537 [17:11:42.351] Format host information updated +Info 2538 [17:11:42.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2539 [17:11:42.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 10.54810499958694ms +Info 2540 [17:11:42.444] Different program with same set of files +Info 2541 [17:11:42.444] getCompletionData: Get current token: 0.007325999438762665 +Info 2542 [17:11:42.444] getCompletionData: Is inside comment: 0.0028229989111423492 +Info 2543 [17:11:42.444] getCompletionData: Get previous token: 0.026332000270485878 +Info 2544 [17:11:42.444] getCompletionsAtPosition: isCompletionListBlocker: 0.011188998818397522 +Info 2545 [17:11:42.445] getExportInfoMap: cache hit +Info 2546 [17:11:42.472] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 2547 [17:11:42.472] collectAutoImports: response is complete +Info 2548 [17:11:42.472] collectAutoImports: 26.555904999375343 +Info 2549 [17:11:42.472] getCompletionData: Semantic work: 27.628158999606967 +Info 2550 [17:11:42.478] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.37827100045979 +Info 2551 [17:11:42.482] Format host information updated +Info 2552 [17:11:53.009] Format host information updated +Info 2553 [17:11:53.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2554 [17:11:53.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: true structureIsReused:: SafeModules Elapsed: 22.022443000227213ms +Info 2555 [17:11:53.031] Different program with same set of files +Info 2556 [17:11:55.499] Format host information updated +Info 2557 [17:11:55.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2558 [17:11:55.510] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 10.578567000105977ms +Info 2559 [17:11:55.510] Different program with same set of files +Info 2560 [17:11:55.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2561 [17:11:55.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 9.45889899879694ms +Info 2562 [17:11:55.683] Different program with same set of files +Info 2563 [17:11:55.683] getCompletionData: Get current token: 0.0035009998828172684 +Info 2564 [17:11:55.684] getCompletionData: Is inside comment: 0.012226998805999756 +Info 2565 [17:11:55.684] getCompletionData: Get previous token: 0.015780000016093254 +Info 2566 [17:11:55.684] getCompletionsAtPosition: isCompletionListBlocker: 0.0020949989557266235 +Info 2567 [17:11:55.684] getExportInfoMap: cache hit +Info 2568 [17:11:55.690] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 2569 [17:11:55.690] collectAutoImports: response is complete +Info 2570 [17:11:55.690] collectAutoImports: 5.959297001361847 +Info 2571 [17:11:55.690] getCompletionData: Semantic work: 6.630326000973582 +Info 2572 [17:11:55.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.561362000182271 +Info 2573 [17:11:55.695] Format host information updated +Info 2574 [17:11:55.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2575 [17:11:55.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 8.593526000156999ms +Info 2576 [17:11:55.742] Different program with same set of files +Info 2577 [17:11:55.742] getCompletionData: Get current token: 0.003247000277042389 +Info 2578 [17:11:55.742] getCompletionData: Is inside comment: 0.015042999759316444 +Info 2579 [17:11:55.742] getCompletionData: Get previous token: 0.017010999843478203 +Info 2580 [17:11:55.742] getCompletionsAtPosition: isCompletionListBlocker: 0.0026580002158880234 +Info 2581 [17:11:55.744] getExportInfoMap: cache hit +Info 2582 [17:11:55.747] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 2583 [17:11:55.747] collectAutoImports: response is complete +Info 2584 [17:11:55.747] collectAutoImports: 2.681200999766588 +Info 2585 [17:11:55.747] getCompletionData: Semantic work: 4.729965999722481 +Info 2586 [17:11:55.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.940701000392437 +Info 2587 [17:11:55.751] Format host information updated +Info 2588 [17:11:55.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2589 [17:11:55.915] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 9.957775998860598ms +Info 2590 [17:11:55.915] Different program with same set of files +Info 2591 [17:11:55.916] getCompletionData: Get current token: 0.0031780004501342773 +Info 2592 [17:11:55.916] getCompletionData: Is inside comment: 0.010531999170780182 +Info 2593 [17:11:55.916] getCompletionData: Get previous token: 0.014267999678850174 +Info 2594 [17:11:55.916] getCompletionsAtPosition: isCompletionListBlocker: 0.002232000231742859 +Info 2595 [17:11:55.916] getExportInfoMap: cache hit +Info 2596 [17:11:55.930] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2597 [17:11:55.930] collectAutoImports: response is complete +Info 2598 [17:11:55.930] collectAutoImports: 13.647032000124454 +Info 2599 [17:11:55.930] getCompletionData: Semantic work: 14.155714999884367 +Info 2600 [17:11:55.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.6505980007350445 +Info 2601 [17:11:55.943] Format host information updated +Info 2602 [17:12:00.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2603 [17:12:00.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.983038999140263ms +Info 2604 [17:12:00.051] Different program with same set of files +Info 2605 [17:12:00.052] getCompletionData: Get current token: 0.003870999440550804 +Info 2606 [17:12:00.052] getCompletionData: Is inside comment: 0.011896999552845955 +Info 2607 [17:12:00.052] getCompletionData: Get previous token: 0.00803299993276596 +Info 2608 [17:12:00.052] getCompletionsAtPosition: isCompletionListBlocker: 0.002589000388979912 +Info 2609 [17:12:00.052] getExportInfoMap: cache hit +Info 2610 [17:12:00.067] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2611 [17:12:00.067] collectAutoImports: response is complete +Info 2612 [17:12:00.067] collectAutoImports: 15.109810000285506 +Info 2613 [17:12:00.067] getCompletionData: Semantic work: 15.609299998730421 +Info 2614 [17:12:00.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.193638000637293 +Info 2615 [17:12:00.083] Format host information updated +Info 2616 [17:12:00.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2617 [17:12:00.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 7.499896001070738ms +Info 2618 [17:12:00.382] Different program with same set of files +Info 2619 [17:12:00.382] getCompletionData: Get current token: 0.004022998735308647 +Info 2620 [17:12:00.382] getCompletionData: Is inside comment: 0.014055998995900154 +Info 2621 [17:12:00.382] getCompletionData: Get previous token: 0.015491999685764313 +Info 2622 [17:12:00.382] getCompletionsAtPosition: isCompletionListBlocker: 0.002537999302148819 +Info 2623 [17:12:00.383] getExportInfoMap: cache hit +Info 2624 [17:12:00.385] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 2625 [17:12:00.385] collectAutoImports: response is complete +Info 2626 [17:12:00.385] collectAutoImports: 2.1943749990314245 +Info 2627 [17:12:00.385] getCompletionData: Semantic work: 2.8106279987841845 +Info 2628 [17:12:00.388] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2559590004384518 +Info 2629 [17:12:00.389] Format host information updated +Info 2630 [17:12:00.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2631 [17:12:00.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 10.510759999975562ms +Info 2632 [17:12:00.483] Different program with same set of files +Info 2633 [17:12:00.483] getCompletionData: Get current token: 0.004685999825596809 +Info 2634 [17:12:00.483] getCompletionData: Is inside comment: 0.01497500017285347 +Info 2635 [17:12:00.483] getCompletionData: Get previous token: 0.01925400085747242 +Info 2636 [17:12:00.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0033119991421699524 +Info 2637 [17:12:00.484] getExportInfoMap: cache hit +Info 2638 [17:12:00.486] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2639 [17:12:00.486] collectAutoImports: response is complete +Info 2640 [17:12:00.486] collectAutoImports: 2.037856999784708 +Info 2641 [17:12:00.486] getCompletionData: Semantic work: 2.706860000267625 +Info 2642 [17:12:00.489] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4446559995412827 +Info 2643 [17:12:00.490] Format host information updated +Info 2644 [17:12:00.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2645 [17:12:00.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 24.686517000198364ms +Info 2646 [17:12:00.575] Different program with same set of files +Info 2647 [17:12:00.576] getCompletionData: Get current token: 0.012366000562906265 +Info 2648 [17:12:00.576] getCompletionData: Is inside comment: 0.04003800079226494 +Info 2649 [17:12:00.576] getCompletionData: Get previous token: 0.10838400013744831 +Info 2650 [17:12:00.576] getCompletionsAtPosition: isCompletionListBlocker: 0.007034000009298325 +Info 2651 [17:12:00.578] getExportInfoMap: cache hit +Info 2652 [17:12:00.601] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2653 [17:12:00.601] collectAutoImports: response is complete +Info 2654 [17:12:00.601] collectAutoImports: 22.920429999008775 +Info 2655 [17:12:00.601] getCompletionData: Semantic work: 24.36342099867761 +Info 2656 [17:12:00.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5149750001728535 +Info 2657 [17:12:00.612] Format host information updated +Info 2658 [17:12:03.625] Format host information updated +Info 2659 [17:12:03.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2660 [17:12:03.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 8.169394999742508ms +Info 2661 [17:12:03.634] Different program with same set of files +Info 2662 [17:12:12.456] Format host information updated +Info 2663 [17:12:12.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2664 [17:12:12.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.268857000395656ms +Info 2665 [17:12:12.466] Different program with same set of files +Info 2666 [17:12:13.568] Format host information updated +Info 2667 [17:12:13.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2668 [17:12:13.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.45002300105989ms +Info 2669 [17:12:13.581] Different program with same set of files +Info 2670 [17:12:14.234] Format host information updated +Info 2671 [17:12:14.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2672 [17:12:14.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.187721000984311ms +Info 2673 [17:12:14.249] Different program with same set of files +Info 2674 [17:12:14.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2675 [17:12:14.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 7.811279000714421ms +Info 2676 [17:12:14.920] Different program with same set of files +Info 2677 [17:12:14.920] getCompletionData: Get current token: 0.002877999097108841 +Info 2678 [17:12:14.920] getCompletionData: Is inside comment: 0.010253999382257462 +Info 2679 [17:12:14.920] getCompletionData: Get previous token: 0.0073799993842840195 +Info 2680 [17:12:14.920] getCompletionsAtPosition: isCompletionListBlocker: 0.0022830013185739517 +Info 2681 [17:12:14.920] getCompletionData: Semantic work: 0.17723099887371063 +Info 2682 [17:12:14.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3976739998906851 +Info 2683 [17:12:14.923] Format host information updated +Info 2684 [17:12:15.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2685 [17:12:15.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 9.21560100093484ms +Info 2686 [17:12:15.398] Different program with same set of files +Info 2687 [17:12:15.399] getCompletionData: Get current token: 0.0033139996230602264 +Info 2688 [17:12:15.399] getCompletionData: Is inside comment: 0.012716000899672508 +Info 2689 [17:12:15.399] getCompletionData: Get previous token: 0.017632000148296356 +Info 2690 [17:12:15.399] getCompletionsAtPosition: isCompletionListBlocker: 0.002578999847173691 +Info 2691 [17:12:15.399] getCompletionData: Semantic work: 0.19271100126206875 +Info 2692 [17:12:15.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4971300009638071 +Info 2693 [17:12:15.402] Format host information updated +Info 2694 [17:12:15.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2695 [17:12:15.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 7.719541000202298ms +Info 2696 [17:12:15.605] Different program with same set of files +Info 2697 [17:12:15.605] getCompletionData: Get current token: 0.0033320002257823944 +Info 2698 [17:12:15.605] getCompletionData: Is inside comment: 0.012629998847842216 +Info 2699 [17:12:15.605] getCompletionData: Get previous token: 0.017824001610279083 +Info 2700 [17:12:15.605] getCompletionsAtPosition: isCompletionListBlocker: 0.0026500001549720764 +Info 2701 [17:12:15.605] getCompletionData: Semantic work: 0.21102299913764 +Info 2702 [17:12:15.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4853230006992817 +Info 2703 [17:12:15.606] Format host information updated +Info 2704 [17:12:15.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2705 [17:12:15.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 30.011483998969197ms +Info 2706 [17:12:15.767] Different program with same set of files +Info 2707 [17:12:15.768] getCompletionData: Get current token: 0.0075710006058216095 +Info 2708 [17:12:15.768] getCompletionData: Is inside comment: 0.03501700051128864 +Info 2709 [17:12:15.768] getCompletionData: Get previous token: 0.04568199999630451 +Info 2710 [17:12:15.768] getCompletionsAtPosition: isCompletionListBlocker: 0.004774998873472214 +Info 2711 [17:12:15.769] getCompletionData: Semantic work: 0.6571829989552498 +Info 2712 [17:12:15.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2413180004805326 +Info 2713 [17:12:15.771] Format host information updated +Info 2714 [17:12:15.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2715 [17:12:15.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 30.490769000723958ms +Info 2716 [17:12:15.861] Different program with same set of files +Info 2717 [17:12:15.861] getCompletionData: Get current token: 0.007695000618696213 +Info 2718 [17:12:15.861] getCompletionData: Is inside comment: 0.0211350005120039 +Info 2719 [17:12:15.861] getCompletionData: Get previous token: 0.034706998616456985 +Info 2720 [17:12:15.861] getCompletionsAtPosition: isCompletionListBlocker: 0.00375400111079216 +Info 2721 [17:12:15.862] getCompletionData: Semantic work: 0.39499699883162975 +Info 2722 [17:12:15.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9698610007762909 +Info 2723 [17:12:15.863] Format host information updated +Info 2724 [17:12:15.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2725 [17:12:15.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 13.297506000846624ms +Info 2726 [17:12:15.906] Different program with same set of files +Info 2727 [17:12:15.906] getCompletionData: Get current token: 0.006123999133706093 +Info 2728 [17:12:15.906] getCompletionData: Is inside comment: 0.017455998808145523 +Info 2729 [17:12:15.906] getCompletionData: Get previous token: 0.026166001334786415 +Info 2730 [17:12:15.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0024229995906352997 +Info 2731 [17:12:15.907] getCompletionData: Semantic work: 0.2697919998317957 +Info 2732 [17:12:15.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7087699994444847 +Info 2733 [17:12:15.908] Format host information updated +Info 2734 [17:12:16.235] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2735 [17:12:16.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 7.159945998340845ms +Info 2736 [17:12:16.242] Different program with same set of files +Info 2737 [17:12:16.242] getCompletionData: Get current token: 0.0034349989145994186 +Info 2738 [17:12:16.242] getCompletionData: Is inside comment: 0.012945998460054398 +Info 2739 [17:12:16.242] getCompletionData: Get previous token: 0.018873000517487526 +Info 2740 [17:12:16.242] getCompletionsAtPosition: isCompletionListBlocker: 0.0028329994529485703 +Info 2741 [17:12:16.243] getCompletionData: Semantic work: 0.17019500024616718 +Info 2742 [17:12:16.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4756760001182556 +Info 2743 [17:12:16.244] Format host information updated +Info 2744 [17:12:16.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2745 [17:12:16.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 7.087371999397874ms +Info 2746 [17:12:16.331] Different program with same set of files +Info 2747 [17:12:16.332] getCompletionData: Get current token: 0.003566998988389969 +Info 2748 [17:12:16.332] getCompletionData: Is inside comment: 0.01390100084245205 +Info 2749 [17:12:16.332] getCompletionData: Get previous token: 0.018674999475479126 +Info 2750 [17:12:16.332] getCompletionsAtPosition: isCompletionListBlocker: 0.002257000654935837 +Info 2751 [17:12:16.332] getCompletionData: Semantic work: 0.18141099996864796 +Info 2752 [17:12:16.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5138050001114607 +Info 2753 [17:12:16.335] Format host information updated +Info 2754 [17:12:16.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2755 [17:12:16.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 12.87967799976468ms +Info 2756 [17:12:16.583] Different program with same set of files +Info 2757 [17:12:16.583] getCompletionData: Get current token: 0.004433998838067055 +Info 2758 [17:12:16.583] getCompletionData: Is inside comment: 0.01769699901342392 +Info 2759 [17:12:16.583] getCompletionData: Get previous token: 0.02449999935925007 +Info 2760 [17:12:16.584] getCompletionsAtPosition: isCompletionListBlocker: 0.0027389992028474808 +Info 2761 [17:12:16.584] getCompletionData: Semantic work: 0.21419700048863888 +Info 2762 [17:12:16.584] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6994209997355938 +Info 2763 [17:12:16.585] Format host information updated +Info 2764 [17:12:16.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2765 [17:12:16.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 18.227873999625444ms +Info 2766 [17:12:16.683] Different program with same set of files +Info 2767 [17:12:16.683] getCompletionData: Get current token: 0.009328998625278473 +Info 2768 [17:12:16.683] getCompletionData: Is inside comment: 0.03172899968922138 +Info 2769 [17:12:16.684] getCompletionData: Get previous token: 0.04821299947798252 +Info 2770 [17:12:16.684] getCompletionsAtPosition: isCompletionListBlocker: 0.00455700047314167 +Info 2771 [17:12:16.684] getCompletionData: Semantic work: 0.3997900001704693 +Info 2772 [17:12:16.685] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2644280008971691 +Info 2773 [17:12:16.690] Format host information updated +Info 2774 [17:12:16.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2775 [17:12:16.844] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 24.81657600030303ms +Info 2776 [17:12:16.844] Different program with same set of files +Info 2777 [17:12:16.844] getCompletionData: Get current token: 0.014423001557588577 +Info 2778 [17:12:16.844] getCompletionData: Is inside comment: 0.05294799990952015 +Info 2779 [17:12:16.845] getCompletionData: Get previous token: 0.07662699930369854 +Info 2780 [17:12:16.845] getCompletionsAtPosition: isCompletionListBlocker: 0.007892999798059464 +Info 2781 [17:12:16.845] getCompletionData: Semantic work: 0.5714139994233847 +Info 2782 [17:12:16.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4575059991329908 +Info 2783 [17:12:16.848] Format host information updated +Info 2784 [17:12:16.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2785 [17:12:17.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 24.09692900069058ms +Info 2786 [17:12:17.006] Different program with same set of files +Info 2787 [17:12:17.007] getCompletionData: Get current token: 0.009171999990940094 +Info 2788 [17:12:17.007] getCompletionData: Is inside comment: 0.03785399906337261 +Info 2789 [17:12:17.007] getCompletionData: Get previous token: 0.06573300063610077 +Info 2790 [17:12:17.007] getCompletionsAtPosition: isCompletionListBlocker: 0.005230000242590904 +Info 2791 [17:12:17.008] getCompletionData: Semantic work: 0.4346990007907152 +Info 2792 [17:12:17.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3585770018398762 +Info 2793 [17:12:17.013] Format host information updated +Info 2794 [17:12:17.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2795 [17:12:17.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 23.987795000895858ms +Info 2796 [17:12:17.152] Different program with same set of files +Info 2797 [17:12:17.152] getCompletionData: Get current token: 0.00999000109732151 +Info 2798 [17:12:17.152] getCompletionData: Is inside comment: 0.08754399977624416 +Info 2799 [17:12:17.152] getCompletionData: Get previous token: 0.0982079990208149 +Info 2800 [17:12:17.153] getCompletionsAtPosition: isCompletionListBlocker: 0.007509000599384308 +Info 2801 [17:12:17.153] getCompletionData: Semantic work: 0.6351190004497766 +Info 2802 [17:12:17.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3052119985222816 +Info 2803 [17:12:17.157] Format host information updated +Info 2804 [17:12:17.193] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2805 [17:12:17.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 12.3217160012573ms +Info 2806 [17:12:17.206] Different program with same set of files +Info 2807 [17:12:17.206] getCompletionData: Get current token: 0.005040999501943588 +Info 2808 [17:12:17.206] getCompletionData: Is inside comment: 0.018821999430656433 +Info 2809 [17:12:17.206] getCompletionData: Get previous token: 0.025738999247550964 +Info 2810 [17:12:17.206] getCompletionsAtPosition: isCompletionListBlocker: 0.003402000293135643 +Info 2811 [17:12:17.206] getCompletionData: Semantic work: 0.24725699983537197 +Info 2812 [17:12:17.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7028110008686781 +Info 2813 [17:12:17.210] Format host information updated +Info 2814 [17:12:17.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2815 [17:12:17.371] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 6.582773000001907ms +Info 2816 [17:12:17.371] Different program with same set of files +Info 2817 [17:12:17.371] getCompletionData: Get current token: 0.005219999700784683 +Info 2818 [17:12:17.371] getCompletionData: Is inside comment: 0.017656000331044197 +Info 2819 [17:12:17.371] getCompletionData: Get previous token: 0.030358999967575073 +Info 2820 [17:12:17.371] getCompletionsAtPosition: isCompletionListBlocker: 0.0031950008124113083 +Info 2821 [17:12:17.371] getCompletionData: Semantic work: 0.19176600128412247 +Info 2822 [17:12:17.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.47513899952173233 +Info 2823 [17:12:17.372] Format host information updated +Info 2824 [17:12:17.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2825 [17:12:17.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 24.07465299963951ms +Info 2826 [17:12:17.473] Different program with same set of files +Info 2827 [17:12:17.473] getCompletionData: Get current token: 0.009145999327301979 +Info 2828 [17:12:17.473] getCompletionData: Is inside comment: 0.03815400041639805 +Info 2829 [17:12:17.474] getCompletionData: Get previous token: 0.05000299960374832 +Info 2830 [17:12:17.474] getCompletionsAtPosition: isCompletionListBlocker: 0.005121000111103058 +Info 2831 [17:12:17.474] getCompletionData: Semantic work: 0.3483739998191595 +Info 2832 [17:12:17.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3578829988837242 +Info 2833 [17:12:17.480] Format host information updated +Info 2834 [17:12:17.879] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2835 [17:12:17.886] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 6.790891001001ms +Info 2836 [17:12:17.886] Different program with same set of files +Info 2837 [17:12:17.886] getCompletionData: Get current token: 0.003405999392271042 +Info 2838 [17:12:17.887] getCompletionData: Is inside comment: 0.013137999922037125 +Info 2839 [17:12:17.887] getCompletionData: Get previous token: 0.018303999677300453 +Info 2840 [17:12:17.887] getCompletionsAtPosition: isCompletionListBlocker: 0.0026609990745782852 +Info 2841 [17:12:17.887] getCompletionData: Semantic work: 0.18102200143039227 +Info 2842 [17:12:17.887] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5127449985593557 +Info 2843 [17:12:17.888] Format host information updated +Info 2844 [17:12:18.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2845 [17:12:18.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 6.504377000033855ms +Info 2846 [17:12:18.059] Different program with same set of files +Info 2847 [17:12:18.059] getCompletionData: Get current token: 0.0033550001680850983 +Info 2848 [17:12:18.059] getCompletionData: Is inside comment: 0.012272000312805176 +Info 2849 [17:12:18.059] getCompletionData: Get previous token: 0.016471998766064644 +Info 2850 [17:12:18.059] getCompletionsAtPosition: isCompletionListBlocker: 0.0028179995715618134 +Info 2851 [17:12:18.060] getCompletionData: Semantic work: 0.16448399983346462 +Info 2852 [17:12:18.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4658849984407425 +Info 2853 [17:12:18.062] Format host information updated +Info 2854 [17:12:18.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2855 [17:12:18.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 9.729082999750972ms +Info 2856 [17:12:18.289] Different program with same set of files +Info 2857 [17:12:18.289] getCompletionData: Get current token: 0.004458999261260033 +Info 2858 [17:12:18.289] getCompletionData: Is inside comment: 0.01731100119650364 +Info 2859 [17:12:18.289] getCompletionData: Get previous token: 0.02571600116789341 +Info 2860 [17:12:18.289] getCompletionsAtPosition: isCompletionListBlocker: 0.002863999456167221 +Info 2861 [17:12:18.289] getCompletionData: Semantic work: 0.20304900035262108 +Info 2862 [17:12:18.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6894889995455742 +Info 2863 [17:12:18.290] Format host information updated +Info 2864 [17:12:18.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2865 [17:12:18.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 6.4508879985660315ms +Info 2866 [17:12:18.468] Different program with same set of files +Info 2867 [17:12:18.468] getCompletionData: Get current token: 0.0034359991550445557 +Info 2868 [17:12:18.468] getCompletionData: Is inside comment: 0.012086000293493271 +Info 2869 [17:12:18.468] getCompletionData: Get previous token: 0.016459999606013298 +Info 2870 [17:12:18.468] getCompletionsAtPosition: isCompletionListBlocker: 0.002609001472592354 +Info 2871 [17:12:18.469] getCompletionData: Semantic work: 0.18556300178170204 +Info 2872 [17:12:18.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.49946099892258644 +Info 2873 [17:12:18.473] Format host information updated +Info 2874 [17:12:18.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2875 [17:12:18.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 6.136537998914719ms +Info 2876 [17:12:18.741] Different program with same set of files +Info 2877 [17:12:18.741] getCompletionData: Get current token: 0.0029279999434947968 +Info 2878 [17:12:18.741] getCompletionData: Is inside comment: 0.011719999834895134 +Info 2879 [17:12:18.741] getCompletionData: Get previous token: 0.01742500066757202 +Info 2880 [17:12:18.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0023100003600120544 +Info 2881 [17:12:18.742] getCompletionData: Semantic work: 0.23835199885070324 +Info 2882 [17:12:18.742] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4803379997611046 +Info 2883 [17:12:18.743] Format host information updated +Info 2884 [17:12:18.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2885 [17:12:18.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 6.411839999258518ms +Info 2886 [17:12:18.814] Different program with same set of files +Info 2887 [17:12:18.814] getCompletionData: Get current token: 0.003577999770641327 +Info 2888 [17:12:18.814] getCompletionData: Is inside comment: 0.011977000162005424 +Info 2889 [17:12:18.814] getCompletionData: Get previous token: 0.016889000311493874 +Info 2890 [17:12:18.814] getCompletionsAtPosition: isCompletionListBlocker: 0.0024609994143247604 +Info 2891 [17:12:18.814] getCompletionData: Semantic work: 0.17867100052535534 +Info 2892 [17:12:18.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4673890005797148 +Info 2893 [17:12:18.818] Format host information updated +Info 2894 [17:12:18.938] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2895 [17:12:18.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 6.305213000625372ms +Info 2896 [17:12:18.945] Different program with same set of files +Info 2897 [17:12:18.945] getCompletionData: Get current token: 0.0033129993826150894 +Info 2898 [17:12:18.945] getCompletionData: Is inside comment: 0.011699998751282692 +Info 2899 [17:12:18.945] getCompletionData: Get previous token: 0.016674000769853592 +Info 2900 [17:12:18.945] getCompletionsAtPosition: isCompletionListBlocker: 0.002355000004172325 +Info 2901 [17:12:18.945] getCompletionData: Semantic work: 0.22662900015711784 +Info 2902 [17:12:18.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4840470012277365 +Info 2903 [17:12:18.946] Format host information updated +Info 2904 [17:12:18.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2905 [17:12:19.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 7.08037600107491ms +Info 2906 [17:12:19.006] Different program with same set of files +Info 2907 [17:12:19.006] getCompletionData: Get current token: 0.0037899985909461975 +Info 2908 [17:12:19.006] getCompletionData: Is inside comment: 0.013927999883890152 +Info 2909 [17:12:19.006] getCompletionData: Get previous token: 0.019214998930692673 +Info 2910 [17:12:19.006] getCompletionsAtPosition: isCompletionListBlocker: 0.00237400084733963 +Info 2911 [17:12:19.006] getCompletionData: Semantic work: 0.16008399985730648 +Info 2912 [17:12:19.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.57404899969697 +Info 2913 [17:12:19.010] Format host information updated +Info 2914 [17:12:19.111] Format host information updated +Info 2915 [17:12:19.112] getCompletionData: Get current token: 0.006884001195430756 +Info 2916 [17:12:19.112] getCompletionData: Is inside comment: 0.019148999825119972 +Info 2917 [17:12:19.112] getCompletionData: Get previous token: 0.01586800068616867 +Info 2918 [17:12:19.112] getCompletionsAtPosition: isCompletionListBlocker: 0.0027489997446537018 +Info 2919 [17:12:19.112] getCompletionData: Semantic work: 0.05976700037717819 +Info 2920 [17:12:19.795] Format host information updated +Info 2921 [17:12:19.795] getCompletionData: Get current token: 0.006862999871373177 +Info 2922 [17:12:19.795] getCompletionData: Is inside comment: 0.01690499857068062 +Info 2923 [17:12:19.795] getCompletionData: Get previous token: 0.014584999531507492 +Info 2924 [17:12:19.795] getCompletionsAtPosition: isCompletionListBlocker: 0.0024049989879131317 +Info 2925 [17:12:19.795] getCompletionData: Semantic work: 0.04673199914395809 +Info 2926 [17:12:25.150] Format host information updated +Info 2927 [17:12:25.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2928 [17:12:25.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 7.085157999768853ms +Info 2929 [17:12:25.157] Different program with same set of files +Info 2930 [17:12:28.763] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2931 [17:12:28.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 6.812813999131322ms +Info 2932 [17:12:28.770] Different program with same set of files +Info 2933 [17:12:28.770] getCompletionData: Get current token: 0.003742000088095665 +Info 2934 [17:12:28.770] getCompletionData: Is inside comment: 0.015526998788118362 +Info 2935 [17:12:28.770] getCompletionData: Get previous token: 0.008888999000191689 +Info 2936 [17:12:28.770] getCompletionsAtPosition: isCompletionListBlocker: 0.002363000065088272 +Info 2937 [17:12:28.770] getCompletionData: Semantic work: 0.19275199994444847 +Info 2938 [17:12:28.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5270360000431538 +Info 2939 [17:12:28.773] Format host information updated +Info 2940 [17:12:28.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2941 [17:12:28.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 6.808709999546409ms +Info 2942 [17:12:28.998] Different program with same set of files +Info 2943 [17:12:28.999] getCompletionData: Get current token: 0.0031729992479085922 +Info 2944 [17:12:28.999] getCompletionData: Is inside comment: 0.012037001550197601 +Info 2945 [17:12:28.999] getCompletionData: Get previous token: 0.017420999705791473 +Info 2946 [17:12:28.999] getCompletionsAtPosition: isCompletionListBlocker: 0.002376999706029892 +Info 2947 [17:12:28.999] getCompletionData: Semantic work: 0.16350599937140942 +Info 2948 [17:12:28.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4668519999831915 +Info 2949 [17:12:29.000] Format host information updated +Info 2950 [17:12:29.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2951 [17:12:29.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 6.574649000540376ms +Info 2952 [17:12:29.258] Different program with same set of files +Info 2953 [17:12:29.258] getCompletionData: Get current token: 0.002855999395251274 +Info 2954 [17:12:29.258] getCompletionData: Is inside comment: 0.010880999267101288 +Info 2955 [17:12:29.258] getCompletionData: Get previous token: 0.015714000910520554 +Info 2956 [17:12:29.258] getCompletionsAtPosition: isCompletionListBlocker: 0.0024139992892742157 +Info 2957 [17:12:29.259] getCompletionData: Semantic work: 0.1439479999244213 +Info 2958 [17:12:29.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4481390006840229 +Info 2959 [17:12:29.263] Format host information updated +Info 2960 [17:12:29.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2961 [17:12:29.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 7.071869000792503ms +Info 2962 [17:12:29.380] Different program with same set of files +Info 2963 [17:12:29.380] getCompletionData: Get current token: 0.003024999052286148 +Info 2964 [17:12:29.380] getCompletionData: Is inside comment: 0.01126599870622158 +Info 2965 [17:12:29.380] getCompletionData: Get previous token: 0.016184000298380852 +Info 2966 [17:12:29.380] getCompletionsAtPosition: isCompletionListBlocker: 0.002380000427365303 +Info 2967 [17:12:29.380] getCompletionData: Semantic work: 0.16354499943554401 +Info 2968 [17:12:29.381] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5157469995319843 +Info 2969 [17:12:29.381] Format host information updated +Info 2970 [17:12:29.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2971 [17:12:29.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 8.71904299966991ms +Info 2972 [17:12:29.462] Different program with same set of files +Info 2973 [17:12:29.463] getCompletionData: Get current token: 0.004526998847723007 +Info 2974 [17:12:29.463] getCompletionData: Is inside comment: 0.01632400043308735 +Info 2975 [17:12:29.463] getCompletionData: Get previous token: 0.024256998673081398 +Info 2976 [17:12:29.463] getCompletionsAtPosition: isCompletionListBlocker: 0.0030000004917383194 +Info 2977 [17:12:29.463] getCompletionData: Semantic work: 0.21343600004911423 +Info 2978 [17:12:29.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6084679998457432 +Info 2979 [17:12:29.465] Format host information updated +Info 2980 [17:12:29.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2981 [17:12:29.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 7.64355100132525ms +Info 2982 [17:12:29.544] Different program with same set of files +Info 2983 [17:12:29.544] getCompletionData: Get current token: 0.0031610000878572464 +Info 2984 [17:12:29.544] getCompletionData: Is inside comment: 0.013598999008536339 +Info 2985 [17:12:29.544] getCompletionData: Get previous token: 0.03558399900794029 +Info 2986 [17:12:29.544] getCompletionsAtPosition: isCompletionListBlocker: 0.0027749985456466675 +Info 2987 [17:12:29.544] getCompletionData: Semantic work: 0.21139900013804436 +Info 2988 [17:12:29.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5474479999393225 +Info 2989 [17:12:29.548] Format host information updated +Info 2990 [17:12:29.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2991 [17:12:29.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 25.10254400037229ms +Info 2992 [17:12:29.683] Different program with same set of files +Info 2993 [17:12:29.683] getCompletionData: Get current token: 0.014431001618504524 +Info 2994 [17:12:29.683] getCompletionData: Is inside comment: 0.05263900011777878 +Info 2995 [17:12:29.684] getCompletionData: Get previous token: 0.07182499952614307 +Info 2996 [17:12:29.684] getCompletionsAtPosition: isCompletionListBlocker: 0.007342999801039696 +Info 2997 [17:12:29.684] getCompletionData: Semantic work: 0.6334610003978014 +Info 2998 [17:12:29.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.922054000198841 +Info 2999 [17:12:29.688] Format host information updated +Info 3000 [17:12:30.622] Format host information updated +Info 3001 [17:12:30.622] Format host information updated +Info 3002 [17:12:30.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3003 [17:12:30.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 6.599326999858022ms +Info 3004 [17:12:30.629] Different program with same set of files +Info 3005 [17:12:30.629] getCompletionData: Get current token: 0.010042998939752579 +Info 3006 [17:12:30.629] getCompletionData: Is inside comment: 0.018782999366521835 +Info 3007 [17:12:30.629] getCompletionData: Get previous token: 0.018505001440644264 +Info 3008 [17:12:30.629] getCompletionsAtPosition: isCompletionListBlocker: 0.0023969989269971848 +Info 3009 [17:12:30.629] getCompletionData: Semantic work: 0.14166999980807304 +Info 3010 [17:12:30.633] getCompletionData: Get current token: 0.007798001170158386 +Info 3011 [17:12:30.634] getCompletionData: Is inside comment: 0.015685999765992165 +Info 3012 [17:12:30.634] getCompletionData: Get previous token: 0.015780000016093254 +Info 3013 [17:12:30.634] getCompletionsAtPosition: isCompletionListBlocker: 0.0018220003694295883 +Info 3014 [17:12:30.634] getCompletionData: Semantic work: 0.04015900008380413 +Info 3015 [17:12:30.634] Format host information updated +Info 3016 [17:12:33.489] getCompletionData: Get current token: 0.0026230011135339737 +Info 3017 [17:12:33.489] getCompletionData: Is inside comment: 0.0011020004749298096 +Info 3018 [17:12:33.489] getCompletionData: Get previous token: 0.010897999629378319 +Info 3019 [17:12:33.489] getCompletionsAtPosition: isCompletionListBlocker: 0.0029370002448558807 +Info 3020 [17:12:33.489] Returning an empty list because completion was requested in an invalid position. +Info 3021 [17:12:34.695] Format host information updated +Info 3022 [17:12:34.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3023 [17:12:34.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 6.199994999915361ms +Info 3024 [17:12:34.701] Different program with same set of files +Info 3025 [17:12:34.803] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3026 [17:12:34.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 6.22830200009048ms +Info 3027 [17:12:34.809] Different program with same set of files +Info 3028 [17:12:34.809] getCompletionData: Get current token: 0.0024500004947185516 +Info 3029 [17:12:34.809] getCompletionData: Is inside comment: 0.0012280009686946869 +Info 3030 [17:12:34.809] getCompletionData: Get previous token: 0.01510700024664402 +Info 3031 [17:12:34.809] getCompletionsAtPosition: isCompletionListBlocker: 0.030115000903606415 +Info 3032 [17:12:34.810] getExportInfoMap: cache hit +Info 3033 [17:12:34.818] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 111 from cache +Info 3034 [17:12:34.818] collectAutoImports: response is complete +Info 3035 [17:12:34.818] collectAutoImports: 7.956252999603748 +Info 3036 [17:12:34.818] getCompletionData: Semantic work: 8.688378000631928 +Info 3037 [17:12:34.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6566180009394884 +Info 3038 [17:12:34.821] Format host information updated +Info 3039 [17:12:35.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3040 [17:12:35.127] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 6.522348999977112ms +Info 3041 [17:12:35.127] Different program with same set of files +Info 3042 [17:12:35.128] getCompletionData: Get current token: 0.0038690008223056793 +Info 3043 [17:12:35.128] getCompletionData: Is inside comment: 0.010600998997688293 +Info 3044 [17:12:35.128] getCompletionData: Get previous token: 0.013787001371383667 +Info 3045 [17:12:35.128] getCompletionsAtPosition: isCompletionListBlocker: 0.007474999874830246 +Info 3046 [17:12:35.128] getExportInfoMap: cache hit +Info 3047 [17:12:35.133] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 111 from cache +Info 3048 [17:12:35.133] collectAutoImports: response is complete +Info 3049 [17:12:35.133] collectAutoImports: 4.28099500015378 +Info 3050 [17:12:35.133] getCompletionData: Semantic work: 4.875205999240279 +Info 3051 [17:12:35.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6249519996345043 +Info 3052 [17:12:35.135] Format host information updated +Info 3053 [17:12:35.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3054 [17:12:35.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 11.209093999117613ms +Info 3055 [17:12:35.438] Different program with same set of files +Info 3056 [17:12:35.438] getCompletionData: Get current token: 0.004495998844504356 +Info 3057 [17:12:35.438] getCompletionData: Is inside comment: 0.014365999028086662 +Info 3058 [17:12:35.438] getCompletionData: Get previous token: 0.017621001228690147 +Info 3059 [17:12:35.439] getCompletionsAtPosition: isCompletionListBlocker: 0.010358000174164772 +Info 3060 [17:12:35.439] getExportInfoMap: cache hit +Info 3061 [17:12:35.443] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 43 from cache +Info 3062 [17:12:35.443] collectAutoImports: response is complete +Info 3063 [17:12:35.443] collectAutoImports: 3.5973300002515316 +Info 3064 [17:12:35.443] getCompletionData: Semantic work: 4.3454270008951426 +Info 3065 [17:12:35.445] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6328170001506805 +Info 3066 [17:12:35.446] Format host information updated +Info 3067 [17:12:35.845] Format host information updated +Info 3068 [17:12:35.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3069 [17:12:35.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 6.216086000204086ms +Info 3070 [17:12:35.852] Different program with same set of files +Info 3071 [17:12:36.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3072 [17:12:36.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 8.34404999949038ms +Info 3073 [17:12:36.041] Different program with same set of files +Info 3074 [17:12:36.041] getCompletionData: Get current token: 0.004806999117136002 +Info 3075 [17:12:36.041] getCompletionData: Is inside comment: 0.009499000385403633 +Info 3076 [17:12:36.041] getCompletionData: Get previous token: 0.00710500031709671 +Info 3077 [17:12:36.041] getCompletionsAtPosition: isCompletionListBlocker: 0.008068999275565147 +Info 3078 [17:12:36.041] getExportInfoMap: cache hit +Info 3079 [17:12:36.054] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3080 [17:12:36.054] collectAutoImports: response is complete +Info 3081 [17:12:36.054] collectAutoImports: 12.397477000951767 +Info 3082 [17:12:36.054] getCompletionData: Semantic work: 13.037463998422027 +Info 3083 [17:12:36.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.378424998372793 +Info 3084 [17:12:36.061] Format host information updated +Info 3085 [17:12:36.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3086 [17:12:36.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 6.654277000576258ms +Info 3087 [17:12:36.258] Different program with same set of files +Info 3088 [17:12:36.258] getCompletionData: Get current token: 0.0033340007066726685 +Info 3089 [17:12:36.258] getCompletionData: Is inside comment: 0.008740000426769257 +Info 3090 [17:12:36.258] getCompletionData: Get previous token: 0.006704000756144524 +Info 3091 [17:12:36.258] getCompletionsAtPosition: isCompletionListBlocker: 0.011572001501917839 +Info 3092 [17:12:36.258] getExportInfoMap: cache hit +Info 3093 [17:12:36.269] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3094 [17:12:36.269] collectAutoImports: response is complete +Info 3095 [17:12:36.269] collectAutoImports: 10.724189000204206 +Info 3096 [17:12:36.269] getCompletionData: Semantic work: 11.2759869992733 +Info 3097 [17:12:36.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.301655000075698 +Info 3098 [17:12:36.277] Format host information updated +Info 3099 [17:12:36.310] Format host information updated +Info 3100 [17:12:36.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3101 [17:12:36.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 6.31730099953711ms +Info 3102 [17:12:36.317] Different program with same set of files +Info 3103 [17:12:36.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3104 [17:12:36.469] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 7.644912999123335ms +Info 3105 [17:12:36.469] Different program with same set of files +Info 3106 [17:12:36.470] getCompletionData: Get current token: 0.0035159997642040253 +Info 3107 [17:12:36.470] getCompletionData: Is inside comment: 0.011170001700520515 +Info 3108 [17:12:36.470] getCompletionData: Get previous token: 0.014870001003146172 +Info 3109 [17:12:36.470] getCompletionsAtPosition: isCompletionListBlocker: 0.008093999698758125 +Info 3110 [17:12:36.470] getExportInfoMap: cache hit +Info 3111 [17:12:36.475] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 152 from cache +Info 3112 [17:12:36.475] collectAutoImports: response is complete +Info 3113 [17:12:36.475] collectAutoImports: 4.547825999557972 +Info 3114 [17:12:36.475] getCompletionData: Semantic work: 5.133553000167012 +Info 3115 [17:12:36.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5385490003973246 +Info 3116 [17:12:36.479] Format host information updated +Info 3117 [17:12:37.132] getCompletionData: Get current token: 0.002390999346971512 +Info 3118 [17:12:37.132] getCompletionData: Is inside comment: 0.010228000581264496 +Info 3119 [17:12:37.132] getCompletionData: Get previous token: 0.0056759994477033615 +Info 3120 [17:12:37.132] getCompletionsAtPosition: isCompletionListBlocker: 0.010006001219153404 +Info 3121 [17:12:37.133] getExportInfoMap: cache hit +Info 3122 [17:12:37.142] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3123 [17:12:37.142] collectAutoImports: response is complete +Info 3124 [17:12:37.142] collectAutoImports: 9.119950998574495 +Info 3125 [17:12:37.142] getCompletionData: Semantic work: 9.663669999688864 +Info 3126 [17:12:37.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9530039988458157 +Info 3127 [17:12:37.559] Format host information updated +Info 3128 [17:12:37.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3129 [17:12:37.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 8.78234700113535ms +Info 3130 [17:12:37.568] Different program with same set of files +Info 3131 [17:12:37.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3132 [17:12:37.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 6.454855998978019ms +Info 3133 [17:12:37.682] Different program with same set of files +Info 3134 [17:12:37.683] getCompletionData: Get current token: 0.0022769998759031296 +Info 3135 [17:12:37.683] getCompletionData: Is inside comment: 0.008990999311208725 +Info 3136 [17:12:37.683] getCompletionData: Get previous token: 0.012277999892830849 +Info 3137 [17:12:37.683] getCompletionsAtPosition: isCompletionListBlocker: 0.008119998499751091 +Info 3138 [17:12:37.683] getExportInfoMap: cache hit +Info 3139 [17:12:37.687] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 152 from cache +Info 3140 [17:12:37.687] collectAutoImports: response is complete +Info 3141 [17:12:37.687] collectAutoImports: 3.9798959996551275 +Info 3142 [17:12:37.687] getCompletionData: Semantic work: 4.540787998586893 +Info 3143 [17:12:37.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3373930007219315 +Info 3144 [17:12:37.690] Format host information updated +Info 3145 [17:12:37.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3146 [17:12:37.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 29.716372000053525ms +Info 3147 [17:12:37.964] Different program with same set of files +Info 3148 [17:12:37.964] getCompletionData: Get current token: 0.007104000076651573 +Info 3149 [17:12:37.965] getCompletionData: Is inside comment: 0.049319999292492867 +Info 3150 [17:12:37.965] getCompletionData: Get previous token: 0.018796000629663467 +Info 3151 [17:12:37.965] getCompletionsAtPosition: isCompletionListBlocker: 0.005256000906229019 +Info 3152 [17:12:37.966] getCompletionData: Semantic work: 1.5832070000469685 +Info 3153 [17:12:37.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1793170012533665 +Info 3154 [17:12:37.970] Format host information updated +Info 3155 [17:12:38.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3156 [17:12:38.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 6.69043100066483ms +Info 3157 [17:12:38.360] Different program with same set of files +Info 3158 [17:12:38.360] getCompletionData: Get current token: 0.0029339995235204697 +Info 3159 [17:12:38.360] getCompletionData: Is inside comment: 0.009852999821305275 +Info 3160 [17:12:38.360] getCompletionData: Get previous token: 0.016008000820875168 +Info 3161 [17:12:38.360] getCompletionsAtPosition: isCompletionListBlocker: 0.0025809984654188156 +Info 3162 [17:12:38.361] getCompletionData: Semantic work: 0.6697569992393255 +Info 3163 [17:12:38.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1976709999144077 +Info 3164 [17:12:38.363] Format host information updated +Info 3165 [17:12:38.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3166 [17:12:38.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 9.160993000492454ms +Info 3167 [17:12:38.511] Different program with same set of files +Info 3168 [17:12:38.511] getCompletionData: Get current token: 0.002728000283241272 +Info 3169 [17:12:38.511] getCompletionData: Is inside comment: 0.009337000548839569 +Info 3170 [17:12:38.511] getCompletionData: Get previous token: 0.012554999440908432 +Info 3171 [17:12:38.511] getCompletionsAtPosition: isCompletionListBlocker: 0.002584001049399376 +Info 3172 [17:12:38.512] getCompletionData: Semantic work: 0.6361859999597073 +Info 3173 [17:12:38.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1389560010284185 +Info 3174 [17:12:38.514] Format host information updated +Info 3175 [17:12:38.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3176 [17:12:38.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 6.600826000794768ms +Info 3177 [17:12:38.648] Different program with same set of files +Info 3178 [17:12:38.648] getCompletionData: Get current token: 0.0024250000715255737 +Info 3179 [17:12:38.648] getCompletionData: Is inside comment: 0.009204000234603882 +Info 3180 [17:12:38.648] getCompletionData: Get previous token: 0.012513000518083572 +Info 3181 [17:12:38.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0023590009659528732 +Info 3182 [17:12:38.648] getCompletionData: Semantic work: 0.636370999738574 +Info 3183 [17:12:38.650] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9856610000133514 +Info 3184 [17:12:38.651] Format host information updated +Info 3185 [17:12:38.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3186 [17:12:38.768] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 9.329646999016404ms +Info 3187 [17:12:38.768] Different program with same set of files +Info 3188 [17:12:38.768] getCompletionData: Get current token: 0.0023159999400377274 +Info 3189 [17:12:38.768] getCompletionData: Is inside comment: 0.008742999285459518 +Info 3190 [17:12:38.768] getCompletionData: Get previous token: 0.01171799935400486 +Info 3191 [17:12:38.768] getCompletionsAtPosition: isCompletionListBlocker: 0.0023229997605085373 +Info 3192 [17:12:38.769] getCompletionData: Semantic work: 0.592416999861598 +Info 3193 [17:12:38.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.938645999878645 +Info 3194 [17:12:38.772] Format host information updated +Info 3195 [17:12:39.158] Format host information updated +Info 3196 [17:12:39.158] Format host information updated +Info 3197 [17:12:39.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3198 [17:12:39.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 7.218661999329925ms +Info 3199 [17:12:39.165] Different program with same set of files +Info 3200 [17:12:39.166] getCompletionData: Get current token: 0.003247000277042389 +Info 3201 [17:12:39.166] getCompletionData: Is inside comment: 0.01133899949491024 +Info 3202 [17:12:39.166] getCompletionData: Get previous token: 0.007135000079870224 +Info 3203 [17:12:39.166] getCompletionsAtPosition: isCompletionListBlocker: 0.008886000141501427 +Info 3204 [17:12:39.166] getExportInfoMap: cache hit +Info 3205 [17:12:39.182] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3206 [17:12:39.182] collectAutoImports: response is complete +Info 3207 [17:12:39.182] collectAutoImports: 15.03027500025928 +Info 3208 [17:12:39.182] getCompletionData: Semantic work: 15.869168000295758 +Info 3209 [17:12:39.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.782141000032425 +Info 3210 [17:12:39.189] getCompletionData: Get current token: 0.00963599979877472 +Info 3211 [17:12:39.189] getCompletionData: Is inside comment: 0.003596000373363495 +Info 3212 [17:12:39.189] getCompletionData: Get previous token: 0.015918001532554626 +Info 3213 [17:12:39.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0028349999338388443 +Info 3214 [17:12:39.190] getCompletionData: Semantic work: 0.576299000531435 +Info 3215 [17:12:39.192] getCompletionData: Get current token: 0.006328999996185303 +Info 3216 [17:12:39.192] getCompletionData: Is inside comment: 0.0022979993373155594 +Info 3217 [17:12:39.192] getCompletionData: Get previous token: 0.014002000913023949 +Info 3218 [17:12:39.192] getCompletionsAtPosition: isCompletionListBlocker: 0.001862999051809311 +Info 3219 [17:12:39.192] getCompletionData: Semantic work: 0.19030999951064587 +Info 3220 [17:12:39.193] Format host information updated +Info 3221 [17:12:39.277] getCompletionData: Get current token: 0.003737000748515129 +Info 3222 [17:12:39.277] getCompletionData: Is inside comment: 0.0013999994844198227 +Info 3223 [17:12:39.277] getCompletionData: Get previous token: 0.011011999100446701 +Info 3224 [17:12:39.277] getCompletionsAtPosition: isCompletionListBlocker: 0.004266999661922455 +Info 3225 [17:12:39.278] getExportInfoMap: cache hit +Info 3226 [17:12:39.289] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3227 [17:12:39.289] collectAutoImports: response is complete +Info 3228 [17:12:39.289] collectAutoImports: 11.052487999200821 +Info 3229 [17:12:39.289] getCompletionData: Semantic work: 11.656465999782085 +Info 3230 [17:12:39.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.593859000131488 +Info 3231 [17:12:39.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3232 [17:12:39.415] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 9.316867001354694ms +Info 3233 [17:12:39.415] Different program with same set of files +Info 3234 [17:12:39.415] getCompletionData: Get current token: 0.0030049998313188553 +Info 3235 [17:12:39.415] getCompletionData: Is inside comment: 0.0011609997600317001 +Info 3236 [17:12:39.415] getCompletionData: Get previous token: 0.015784000977873802 +Info 3237 [17:12:39.415] getCompletionsAtPosition: isCompletionListBlocker: 0.0017289984971284866 +Info 3238 [17:12:39.416] Format host information updated +Info 3239 [17:12:39.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3240 [17:12:39.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 7.2794199995696545ms +Info 3241 [17:12:39.569] Different program with same set of files +Info 3242 [17:12:39.569] getCompletionData: Get current token: 0.0038310009986162186 +Info 3243 [17:12:39.569] getCompletionData: Is inside comment: 0.0012480001896619797 +Info 3244 [17:12:39.569] getCompletionData: Get previous token: 0.014660999178886414 +Info 3245 [17:12:39.569] getCompletionsAtPosition: isCompletionListBlocker: 0.0027000010013580322 +Info 3246 [17:12:39.569] Format host information updated +Info 3247 [17:12:39.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3248 [17:12:39.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 25.189073000103235ms +Info 3249 [17:12:39.734] Different program with same set of files +Info 3250 [17:12:39.734] getCompletionData: Get current token: 0.011667000129818916 +Info 3251 [17:12:39.734] getCompletionData: Is inside comment: 0.004989000037312508 +Info 3252 [17:12:39.734] getCompletionData: Get previous token: 0.05493899993598461 +Info 3253 [17:12:39.734] getCompletionsAtPosition: isCompletionListBlocker: 0.01724100112915039 +Info 3254 [17:12:39.736] getExportInfoMap: cache hit +Info 3255 [17:12:39.759] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3256 [17:12:39.759] collectAutoImports: response is complete +Info 3257 [17:12:39.759] collectAutoImports: 23.22300799936056 +Info 3258 [17:12:39.759] getCompletionData: Semantic work: 24.774715999141335 +Info 3259 [17:12:39.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2073240000754595 +Info 3260 [17:12:39.768] Format host information updated +Info 3261 [17:12:40.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3262 [17:12:40.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 6.965106999501586ms +Info 3263 [17:12:40.023] Different program with same set of files +Info 3264 [17:12:40.023] getCompletionData: Get current token: 0.003254000097513199 +Info 3265 [17:12:40.023] getCompletionData: Is inside comment: 0.0012919995933771133 +Info 3266 [17:12:40.023] getCompletionData: Get previous token: 0.013887999579310417 +Info 3267 [17:12:40.023] getCompletionsAtPosition: isCompletionListBlocker: 0.002537000924348831 +Info 3268 [17:12:40.023] Format host information updated +Info 3269 [17:12:40.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3270 [17:12:40.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 7.516798000782728ms +Info 3271 [17:12:40.159] Different program with same set of files +Info 3272 [17:12:40.159] getCompletionData: Get current token: 0.0036009997129440308 +Info 3273 [17:12:40.159] getCompletionData: Is inside comment: 0.0013209991157054901 +Info 3274 [17:12:40.159] getCompletionData: Get previous token: 0.014275999739766121 +Info 3275 [17:12:40.159] getCompletionsAtPosition: isCompletionListBlocker: 0.0022899992763996124 +Info 3276 [17:12:40.159] Format host information updated +Info 3277 [17:12:40.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3278 [17:12:40.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 6.911584001034498ms +Info 3279 [17:12:40.315] Different program with same set of files +Info 3280 [17:12:40.315] getCompletionData: Get current token: 0.0043119993060827255 +Info 3281 [17:12:40.315] getCompletionData: Is inside comment: 0.001543000340461731 +Info 3282 [17:12:40.315] getCompletionData: Get previous token: 0.017165999859571457 +Info 3283 [17:12:40.315] getCompletionsAtPosition: isCompletionListBlocker: 0.003405999392271042 +Info 3284 [17:12:40.318] getExportInfoMap: cache hit +Info 3285 [17:12:40.331] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3286 [17:12:40.331] collectAutoImports: response is complete +Info 3287 [17:12:40.331] collectAutoImports: 13.335439000278711 +Info 3288 [17:12:40.331] getCompletionData: Semantic work: 16.06227800063789 +Info 3289 [17:12:40.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.269202999770641 +Info 3290 [17:12:40.341] Format host information updated +Info 3291 [17:12:40.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3292 [17:12:40.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 14.789477000012994ms +Info 3293 [17:12:40.417] Different program with same set of files +Info 3294 [17:12:40.418] getCompletionData: Get current token: 0.007989998906850815 +Info 3295 [17:12:40.418] getCompletionData: Is inside comment: 0.0036200005561113358 +Info 3296 [17:12:40.418] getCompletionData: Get previous token: 0.050978999584913254 +Info 3297 [17:12:40.418] getCompletionsAtPosition: isCompletionListBlocker: 0.00619100034236908 +Info 3298 [17:12:40.419] getExportInfoMap: cache hit +Info 3299 [17:12:40.428] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 111 from cache +Info 3300 [17:12:40.428] collectAutoImports: response is complete +Info 3301 [17:12:40.428] collectAutoImports: 8.73807100020349 +Info 3302 [17:12:40.428] getCompletionData: Semantic work: 10.086720000952482 +Info 3303 [17:12:40.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.751946000382304 +Info 3304 [17:12:40.434] Format host information updated +Info 3305 [17:12:40.584] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3306 [17:12:40.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 6.6405100002884865ms +Info 3307 [17:12:40.590] Different program with same set of files +Info 3308 [17:12:40.591] getCompletionData: Get current token: 0.003282001242041588 +Info 3309 [17:12:40.591] getCompletionData: Is inside comment: 0.001364000141620636 +Info 3310 [17:12:40.591] getCompletionData: Get previous token: 0.020304998382925987 +Info 3311 [17:12:40.591] getCompletionsAtPosition: isCompletionListBlocker: 0.00303100049495697 +Info 3312 [17:12:40.591] getExportInfoMap: cache hit +Info 3313 [17:12:40.594] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 43 from cache +Info 3314 [17:12:40.594] collectAutoImports: response is complete +Info 3315 [17:12:40.594] collectAutoImports: 2.642486998811364 +Info 3316 [17:12:40.594] getCompletionData: Semantic work: 3.274854999035597 +Info 3317 [17:12:40.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0971700008958578 +Info 3318 [17:12:40.598] Format host information updated +Info 3319 [17:12:44.071] Format host information updated +Info 3320 [17:12:44.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3321 [17:12:44.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.392517000436783ms +Info 3322 [17:12:44.081] Different program with same set of files +Info 3323 [17:12:46.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3324 [17:12:46.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 16.220412999391556ms +Info 3325 [17:12:46.057] Different program with same set of files +Info 3326 [17:12:46.057] getCompletionData: Get current token: 0.012452999129891396 +Info 3327 [17:12:46.058] getCompletionData: Is inside comment: 0.04034099914133549 +Info 3328 [17:12:46.058] getCompletionData: Get previous token: 0.028085000813007355 +Info 3329 [17:12:46.058] getCompletionsAtPosition: isCompletionListBlocker: 0.005179001018404961 +Info 3330 [17:12:46.062] getCompletionData: Semantic work: 4.6603380013257265 +Info 3331 [17:12:46.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3596710003912449 +Info 3332 [17:12:46.065] Format host information updated +Info 3333 [17:12:46.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3334 [17:12:46.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 7.327011000365019ms +Info 3335 [17:12:46.223] Different program with same set of files +Info 3336 [17:12:46.223] getCompletionData: Get current token: 0.0036710016429424286 +Info 3337 [17:12:46.223] getCompletionData: Is inside comment: 0.014580998569726944 +Info 3338 [17:12:46.223] getCompletionData: Get previous token: 0.02051899954676628 +Info 3339 [17:12:46.223] getCompletionsAtPosition: isCompletionListBlocker: 0.002884000539779663 +Info 3340 [17:12:46.223] getCompletionData: Semantic work: 0.2048920001834631 +Info 3341 [17:12:46.224] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5280859991908073 +Info 3342 [17:12:46.224] Format host information updated +Info 3343 [17:12:46.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3344 [17:12:46.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 6.89767000079155ms +Info 3345 [17:12:46.309] Different program with same set of files +Info 3346 [17:12:46.309] getCompletionData: Get current token: 0.003027999773621559 +Info 3347 [17:12:46.309] getCompletionData: Is inside comment: 0.010828999802470207 +Info 3348 [17:12:46.309] getCompletionData: Get previous token: 0.01686199940741062 +Info 3349 [17:12:46.309] getCompletionsAtPosition: isCompletionListBlocker: 0.002371000126004219 +Info 3350 [17:12:46.309] getCompletionData: Semantic work: 0.148157000541687 +Info 3351 [17:12:46.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4104629997164011 +Info 3352 [17:12:46.313] Format host information updated +Info 3353 [17:12:46.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3354 [17:12:46.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 6.672031998634338ms +Info 3355 [17:12:46.436] Different program with same set of files +Info 3356 [17:12:46.437] getCompletionData: Get current token: 0.0031150002032518387 +Info 3357 [17:12:46.437] getCompletionData: Is inside comment: 0.011873999610543251 +Info 3358 [17:12:46.437] getCompletionData: Get previous token: 0.015534000471234322 +Info 3359 [17:12:46.437] getCompletionsAtPosition: isCompletionListBlocker: 0.0026539992541074753 +Info 3360 [17:12:46.437] getCompletionData: Semantic work: 0.16202300041913986 +Info 3361 [17:12:46.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4219669997692108 +Info 3362 [17:12:46.438] Format host information updated +Info 3363 [17:12:46.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3364 [17:12:46.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 6.518476000055671ms +Info 3365 [17:12:46.506] Different program with same set of files +Info 3366 [17:12:46.506] getCompletionData: Get current token: 0.00272500142455101 +Info 3367 [17:12:46.506] getCompletionData: Is inside comment: 0.009856998920440674 +Info 3368 [17:12:46.506] getCompletionData: Get previous token: 0.014534000307321548 +Info 3369 [17:12:46.506] getCompletionsAtPosition: isCompletionListBlocker: 0.002341998741030693 +Info 3370 [17:12:46.506] getCompletionData: Semantic work: 0.2209700010716915 +Info 3371 [17:12:46.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4050990007817745 +Info 3372 [17:12:46.510] Format host information updated +Info 3373 [17:12:46.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3374 [17:12:46.677] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 6.939353000372648ms +Info 3375 [17:12:46.678] Different program with same set of files +Info 3376 [17:12:46.678] getCompletionData: Get current token: 0.0027989987283945084 +Info 3377 [17:12:46.678] getCompletionData: Is inside comment: 0.010832000523805618 +Info 3378 [17:12:46.678] getCompletionData: Get previous token: 0.017350999638438225 +Info 3379 [17:12:46.678] getCompletionsAtPosition: isCompletionListBlocker: 0.0022980011999607086 +Info 3380 [17:12:46.678] getCompletionData: Semantic work: 0.21538600139319897 +Info 3381 [17:12:46.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.42086200043559074 +Info 3382 [17:12:46.679] Format host information updated +Info 3383 [17:12:46.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3384 [17:12:46.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 6.723102999851108ms +Info 3385 [17:12:46.737] Different program with same set of files +Info 3386 [17:12:46.737] getCompletionData: Get current token: 0.002716001123189926 +Info 3387 [17:12:46.737] getCompletionData: Is inside comment: 0.010408001020550728 +Info 3388 [17:12:46.737] getCompletionData: Get previous token: 0.014877000823616982 +Info 3389 [17:12:46.737] getCompletionsAtPosition: isCompletionListBlocker: 0.0024519991129636765 +Info 3390 [17:12:46.737] getCompletionData: Semantic work: 0.12425999902188778 +Info 3391 [17:12:46.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4893830008804798 +Info 3392 [17:12:46.740] Format host information updated +Info 3393 [17:12:47.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3394 [17:12:47.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 6.956777000799775ms +Info 3395 [17:12:47.041] Different program with same set of files +Info 3396 [17:12:47.042] getCompletionData: Get current token: 0.002708999440073967 +Info 3397 [17:12:47.042] getCompletionData: Is inside comment: 0.010340999811887741 +Info 3398 [17:12:47.042] getCompletionData: Get previous token: 0.014420999214053154 +Info 3399 [17:12:47.042] getCompletionsAtPosition: isCompletionListBlocker: 0.002479998394846916 +Info 3400 [17:12:47.042] getCompletionData: Semantic work: 0.14625499956309795 +Info 3401 [17:12:47.042] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4719719998538494 +Info 3402 [17:12:47.043] Format host information updated +Info 3403 [17:12:47.174] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3404 [17:12:47.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 6.7223380003124475ms +Info 3405 [17:12:47.181] Different program with same set of files +Info 3406 [17:12:47.181] getCompletionData: Get current token: 0.0029660016298294067 +Info 3407 [17:12:47.181] getCompletionData: Is inside comment: 0.010763000696897507 +Info 3408 [17:12:47.181] getCompletionData: Get previous token: 0.015326999127864838 +Info 3409 [17:12:47.181] getCompletionsAtPosition: isCompletionListBlocker: 0.0026390012353658676 +Info 3410 [17:12:47.181] getCompletionData: Semantic work: 0.22101400047540665 +Info 3411 [17:12:47.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41811399906873703 +Info 3412 [17:12:47.184] Format host information updated +Info 3413 [17:12:47.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3414 [17:12:47.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 6.971660001203418ms +Info 3415 [17:12:47.247] Different program with same set of files +Info 3416 [17:12:47.248] getCompletionData: Get current token: 0.002878999337553978 +Info 3417 [17:12:47.248] getCompletionData: Is inside comment: 0.010727999731898308 +Info 3418 [17:12:47.248] getCompletionData: Get previous token: 0.015181001275777817 +Info 3419 [17:12:47.248] getCompletionsAtPosition: isCompletionListBlocker: 0.002048000693321228 +Info 3420 [17:12:47.248] getCompletionData: Semantic work: 0.2084829993546009 +Info 3421 [17:12:47.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4073150008916855 +Info 3422 [17:12:47.249] Format host information updated +Info 3423 [17:12:47.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3424 [17:12:47.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 6.735078999772668ms +Info 3425 [17:12:47.350] Different program with same set of files +Info 3426 [17:12:47.350] getCompletionData: Get current token: 0.0036559998989105225 +Info 3427 [17:12:47.350] getCompletionData: Is inside comment: 0.01316000148653984 +Info 3428 [17:12:47.350] getCompletionData: Get previous token: 0.018675999715924263 +Info 3429 [17:12:47.350] getCompletionsAtPosition: isCompletionListBlocker: 0.002559999004006386 +Info 3430 [17:12:47.351] getCompletionData: Semantic work: 0.16745099984109402 +Info 3431 [17:12:47.351] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.542221000418067 +Info 3432 [17:12:47.353] Format host information updated +Info 3433 [17:12:47.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3434 [17:12:47.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 6.758719999343157ms +Info 3435 [17:12:47.424] Different program with same set of files +Info 3436 [17:12:47.424] getCompletionData: Get current token: 0.0035049989819526672 +Info 3437 [17:12:47.424] getCompletionData: Is inside comment: 0.013881999999284744 +Info 3438 [17:12:47.425] getCompletionData: Get previous token: 0.020111000165343285 +Info 3439 [17:12:47.425] getCompletionsAtPosition: isCompletionListBlocker: 0.0024410001933574677 +Info 3440 [17:12:47.425] getCompletionData: Semantic work: 0.1326409988105297 +Info 3441 [17:12:47.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5080139990895987 +Info 3442 [17:12:47.426] Format host information updated +Info 3443 [17:12:47.517] Format host information updated +Info 3444 [17:12:47.518] getCompletionData: Get current token: 0.02349099889397621 +Info 3445 [17:12:47.518] getCompletionData: Is inside comment: 0.06870399974286556 +Info 3446 [17:12:47.519] getCompletionData: Get previous token: 0.07644299976527691 +Info 3447 [17:12:47.519] getCompletionsAtPosition: isCompletionListBlocker: 0.00878399983048439 +Info 3448 [17:12:47.519] getCompletionData: Semantic work: 0.17358899861574173 +Info 3449 [17:12:48.001] Format host information updated +Info 3450 [17:12:48.001] getCompletionData: Get current token: 0.007644999772310257 +Info 3451 [17:12:48.001] getCompletionData: Is inside comment: 0.016813000664114952 +Info 3452 [17:12:48.001] getCompletionData: Get previous token: 0.014836998656392097 +Info 3453 [17:12:48.001] getCompletionsAtPosition: isCompletionListBlocker: 0.0026120003312826157 +Info 3454 [17:12:48.002] getCompletionData: Semantic work: 0.08312200009822845 +Info 3455 [17:12:48.258] getCompletionData: Get current token: 0.002562999725341797 +Info 3456 [17:12:48.258] getCompletionData: Is inside comment: 0.009292999282479286 +Info 3457 [17:12:48.258] getCompletionData: Get previous token: 0.005629001185297966 +Info 3458 [17:12:48.258] getCompletionsAtPosition: isCompletionListBlocker: 0.007713001221418381 +Info 3459 [17:12:48.259] getExportInfoMap: cache hit +Info 3460 [17:12:48.271] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3461 [17:12:48.271] collectAutoImports: response is complete +Info 3462 [17:12:48.271] collectAutoImports: 11.961745999753475 +Info 3463 [17:12:48.271] getCompletionData: Semantic work: 12.572626000270247 +Info 3464 [17:12:48.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.191942999139428 +Info 3465 [17:12:50.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3466 [17:12:50.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 6.698030998930335ms +Info 3467 [17:12:50.299] Different program with same set of files +Info 3468 [17:12:50.299] getCompletionData: Get current token: 0.002939000725746155 +Info 3469 [17:12:50.299] getCompletionData: Is inside comment: 0.0011340007185935974 +Info 3470 [17:12:50.299] getCompletionData: Get previous token: 0.01651500165462494 +Info 3471 [17:12:50.299] getCompletionsAtPosition: isCompletionListBlocker: 0.007988998666405678 +Info 3472 [17:12:50.300] getExportInfoMap: cache hit +Info 3473 [17:12:50.305] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 3474 [17:12:50.305] collectAutoImports: response is complete +Info 3475 [17:12:50.305] collectAutoImports: 5.145448999479413 +Info 3476 [17:12:50.305] getCompletionData: Semantic work: 5.763242000713944 +Info 3477 [17:12:50.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5390080008655787 +Info 3478 [17:12:50.310] Format host information updated +Info 3479 [17:12:50.432] Format host information updated +Info 3480 [17:12:50.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3481 [17:12:50.439] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 6.253980999812484ms +Info 3482 [17:12:50.439] Different program with same set of files +Info 3483 [17:12:50.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3484 [17:12:50.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 6.979847999289632ms +Info 3485 [17:12:50.662] Different program with same set of files +Info 3486 [17:12:50.662] getCompletionData: Get current token: 0.005759000778198242 +Info 3487 [17:12:50.662] getCompletionData: Is inside comment: 0.0016529988497495651 +Info 3488 [17:12:50.662] getCompletionData: Get previous token: 0.016600999981164932 +Info 3489 [17:12:50.662] getCompletionsAtPosition: isCompletionListBlocker: 0.00713299959897995 +Info 3490 [17:12:50.663] getExportInfoMap: cache hit +Info 3491 [17:12:50.676] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3492 [17:12:50.676] collectAutoImports: response is complete +Info 3493 [17:12:50.676] collectAutoImports: 13.433953000232577 +Info 3494 [17:12:50.676] getCompletionData: Semantic work: 14.033889999613166 +Info 3495 [17:12:50.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1501470003277063 +Info 3496 [17:12:50.683] Format host information updated +Info 3497 [17:12:50.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3498 [17:12:50.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 16.582601999863982ms +Info 3499 [17:12:50.910] Different program with same set of files +Info 3500 [17:12:50.911] getCompletionData: Get current token: 0.011094000190496445 +Info 3501 [17:12:50.911] getCompletionData: Is inside comment: 0.0038460008800029755 +Info 3502 [17:12:50.911] getCompletionData: Get previous token: 0.038453999906778336 +Info 3503 [17:12:50.911] getCompletionsAtPosition: isCompletionListBlocker: 0.017121000215411186 +Info 3504 [17:12:50.912] getExportInfoMap: cache hit +Info 3505 [17:12:50.938] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3506 [17:12:50.938] collectAutoImports: response is complete +Info 3507 [17:12:50.938] collectAutoImports: 25.4307960011065 +Info 3508 [17:12:50.938] getCompletionData: Semantic work: 26.943502999842167 +Info 3509 [17:12:50.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.382960999384522 +Info 3510 [17:12:50.946] Format host information updated +Info 3511 [17:12:50.959] Format host information updated +Info 3512 [17:12:50.959] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3513 [17:12:50.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 6.7320189997553825ms +Info 3514 [17:12:50.966] Different program with same set of files +Info 3515 [17:12:51.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3516 [17:12:51.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 7.030378999188542ms +Info 3517 [17:12:51.089] Different program with same set of files +Info 3518 [17:12:51.089] getCompletionData: Get current token: 0.003373999148607254 +Info 3519 [17:12:51.089] getCompletionData: Is inside comment: 0.0013410001993179321 +Info 3520 [17:12:51.089] getCompletionData: Get previous token: 0.01940000057220459 +Info 3521 [17:12:51.089] getCompletionsAtPosition: isCompletionListBlocker: 0.007592000067234039 +Info 3522 [17:12:51.090] getExportInfoMap: cache hit +Info 3523 [17:12:51.094] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 152 from cache +Info 3524 [17:12:51.094] collectAutoImports: response is complete +Info 3525 [17:12:51.094] collectAutoImports: 4.452599000185728 +Info 3526 [17:12:51.094] getCompletionData: Semantic work: 5.137222001329064 +Info 3527 [17:12:51.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5417760014533997 +Info 3528 [17:12:51.097] Format host information updated +Info 3529 [17:12:51.242] Format host information updated +Info 3530 [17:12:51.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3531 [17:12:51.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 6.508849000558257ms +Info 3532 [17:12:51.248] Different program with same set of files +Info 3533 [17:12:51.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3534 [17:12:51.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 6.247132999822497ms +Info 3535 [17:12:51.458] Different program with same set of files +Info 3536 [17:12:51.458] getCompletionData: Get current token: 0.0038420017808675766 +Info 3537 [17:12:51.458] getCompletionData: Is inside comment: 0.0012880004942417145 +Info 3538 [17:12:51.458] getCompletionData: Get previous token: 0.01441500149667263 +Info 3539 [17:12:51.458] getCompletionsAtPosition: isCompletionListBlocker: 0.007194001227617264 +Info 3540 [17:12:51.459] getExportInfoMap: cache hit +Info 3541 [17:12:51.471] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3542 [17:12:51.471] collectAutoImports: response is complete +Info 3543 [17:12:51.471] collectAutoImports: 12.244246998801827 +Info 3544 [17:12:51.471] getCompletionData: Semantic work: 12.819281999021769 +Info 3545 [17:12:51.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.25751500017941 +Info 3546 [17:12:51.477] Format host information updated +Info 3547 [17:12:51.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3548 [17:12:51.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 8.375334000214934ms +Info 3549 [17:12:51.751] Different program with same set of files +Info 3550 [17:12:51.752] getCompletionData: Get current token: 0.0050300005823373795 +Info 3551 [17:12:51.752] getCompletionData: Is inside comment: 0.0018809996545314789 +Info 3552 [17:12:51.752] getCompletionData: Get previous token: 0.01872600056231022 +Info 3553 [17:12:51.752] getCompletionsAtPosition: isCompletionListBlocker: 0.00959400087594986 +Info 3554 [17:12:51.752] getExportInfoMap: cache hit +Info 3555 [17:12:51.769] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3556 [17:12:51.769] collectAutoImports: response is complete +Info 3557 [17:12:51.769] collectAutoImports: 16.494607999920845 +Info 3558 [17:12:51.769] getCompletionData: Semantic work: 17.228581000119448 +Info 3559 [17:12:51.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.560094000771642 +Info 3560 [17:12:51.778] Format host information updated +Info 3561 [17:12:52.386] Format host information updated +Info 3562 [17:12:52.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3563 [17:12:52.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 6.592066001147032ms +Info 3564 [17:12:52.393] Different program with same set of files +Info 3565 [17:12:52.695] getCompletionData: Get current token: 0.0024170000106096268 +Info 3566 [17:12:52.695] getCompletionData: Is inside comment: 0.013263000175356865 +Info 3567 [17:12:52.695] getCompletionData: Get previous token: 0.008813999593257904 +Info 3568 [17:12:52.695] getCompletionsAtPosition: isCompletionListBlocker: 0.01279900036752224 +Info 3569 [17:12:52.696] getExportInfoMap: cache hit +Info 3570 [17:12:52.718] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3571 [17:12:52.718] collectAutoImports: response is complete +Info 3572 [17:12:52.719] collectAutoImports: 22.320861998945475 +Info 3573 [17:12:52.719] getCompletionData: Semantic work: 23.21501300111413 +Info 3574 [17:12:52.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.055518999695778 +Info 3575 [17:12:53.188] Format host information updated +Info 3576 [17:12:53.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3577 [17:12:53.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 6.837330000475049ms +Info 3578 [17:12:53.195] Different program with same set of files +Info 3579 [17:12:53.459] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3580 [17:12:53.465] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 6.151310998946428ms +Info 3581 [17:12:53.465] Different program with same set of files +Info 3582 [17:12:53.465] getCompletionData: Get current token: 0.0014479998499155045 +Info 3583 [17:12:53.465] getCompletionData: Is inside comment: 0.006356000900268555 +Info 3584 [17:12:53.465] getCompletionData: Get previous token: 0.0048620011657476425 +Info 3585 [17:12:53.465] getCompletionsAtPosition: isCompletionListBlocker: 0.008066000416874886 +Info 3586 [17:12:53.466] getExportInfoMap: cache hit +Info 3587 [17:12:53.477] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3588 [17:12:53.477] collectAutoImports: response is complete +Info 3589 [17:12:53.477] collectAutoImports: 11.388683998957276 +Info 3590 [17:12:53.477] getCompletionData: Semantic work: 11.979478001594543 +Info 3591 [17:12:53.482] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.638609001412988 +Info 3592 [17:12:53.485] Format host information updated +Info 3593 [17:12:53.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3594 [17:12:53.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 6.526045000180602ms +Info 3595 [17:12:53.649] Different program with same set of files +Info 3596 [17:12:53.649] getCompletionData: Get current token: 0.0014730002731084824 +Info 3597 [17:12:53.649] getCompletionData: Is inside comment: 0.008169999346137047 +Info 3598 [17:12:53.649] getCompletionData: Get previous token: 0.005311999469995499 +Info 3599 [17:12:53.649] getCompletionsAtPosition: isCompletionListBlocker: 0.0078940000385046 +Info 3600 [17:12:53.649] getExportInfoMap: cache hit +Info 3601 [17:12:53.662] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3602 [17:12:53.662] collectAutoImports: response is complete +Info 3603 [17:12:53.662] collectAutoImports: 12.731286998838186 +Info 3604 [17:12:53.662] getCompletionData: Semantic work: 13.246840000152588 +Err 3605 [17:12:53.674] Exception on executing command { + "seq": 1386, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "line": 19, + "offset": 32 + } +}: + + Cannot read properties of undefined (reading 'kind') + + TypeError: Cannot read properties of undefined (reading 'kind') + at isJsxAttribute (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:28783:15) + at createCompletionEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157979:203) + at getCompletionEntriesFromSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:158541:19) + at completionInfoFromData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157615:23) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157157:24) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 3606 [17:12:53.674] Format host information updated +Info 3607 [17:12:53.781] Format host information updated +Info 3608 [17:12:53.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3609 [17:12:53.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 6.516443999484181ms +Info 3610 [17:12:53.787] Different program with same set of files +Info 3611 [17:12:53.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3612 [17:12:53.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 6.170157000422478ms +Info 3613 [17:12:53.940] Different program with same set of files +Info 3614 [17:12:53.940] getCompletionData: Get current token: 0.0010609999299049377 +Info 3615 [17:12:53.941] getCompletionData: Is inside comment: 0.005319001153111458 +Info 3616 [17:12:53.941] getCompletionData: Get previous token: 0.010729998350143433 +Info 3617 [17:12:53.941] getCompletionsAtPosition: isCompletionListBlocker: 0.007689999416470528 +Info 3618 [17:12:53.941] getExportInfoMap: cache hit +Info 3619 [17:12:53.945] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 152 from cache +Info 3620 [17:12:53.945] collectAutoImports: response is complete +Info 3621 [17:12:53.945] collectAutoImports: 3.840117000043392 +Info 3622 [17:12:53.945] getCompletionData: Semantic work: 4.3910379987210035 +Info 3623 [17:12:53.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3925580009818077 +Info 3624 [17:12:53.949] Format host information updated +Info 3625 [17:12:54.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3626 [17:12:54.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 6.143019000068307ms +Info 3627 [17:12:54.134] Different program with same set of files +Info 3628 [17:12:54.134] getCompletionData: Get current token: 0.001013999804854393 +Info 3629 [17:12:54.134] getCompletionData: Is inside comment: 0.007137998938560486 +Info 3630 [17:12:54.134] getCompletionData: Get previous token: 0.005781000480055809 +Info 3631 [17:12:54.134] getCompletionsAtPosition: isCompletionListBlocker: 0.002188999205827713 +Info 3632 [17:12:54.134] getCompletionData: Semantic work: 0.6289149988442659 +Info 3633 [17:12:54.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5428799986839294 +Info 3634 [17:12:54.136] Format host information updated +Info 3635 [17:12:54.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3636 [17:12:54.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 6.404232999309897ms +Info 3637 [17:12:54.840] Different program with same set of files +Info 3638 [17:12:54.840] getCompletionData: Get current token: 0.0009970013052225113 +Info 3639 [17:12:54.840] getCompletionData: Is inside comment: 0.00543300062417984 +Info 3640 [17:12:54.840] getCompletionData: Get previous token: 0.011839000508189201 +Info 3641 [17:12:54.840] getCompletionsAtPosition: isCompletionListBlocker: 0.0021260008215904236 +Info 3642 [17:12:54.841] getCompletionData: Semantic work: 0.5590070001780987 +Info 3643 [17:12:54.843] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7557200007140636 +Info 3644 [17:12:54.846] Format host information updated +Info 3645 [17:12:54.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3646 [17:12:54.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 6.523094998672605ms +Info 3647 [17:12:54.957] Different program with same set of files +Info 3648 [17:12:54.958] getCompletionData: Get current token: 0.0010749995708465576 +Info 3649 [17:12:54.958] getCompletionData: Is inside comment: 0.006501000374555588 +Info 3650 [17:12:54.958] getCompletionData: Get previous token: 0.013916999101638794 +Info 3651 [17:12:54.958] getCompletionsAtPosition: isCompletionListBlocker: 0.002054000273346901 +Info 3652 [17:12:54.958] getCompletionData: Semantic work: 0.5884819999337196 +Info 3653 [17:12:54.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8321909997612238 +Info 3654 [17:12:54.960] Format host information updated +Info 3655 [17:12:55.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3656 [17:12:55.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 6.059643000364304ms +Info 3657 [17:12:55.195] Different program with same set of files +Info 3658 [17:12:55.195] getCompletionData: Get current token: 0.0010960008949041367 +Info 3659 [17:12:55.195] getCompletionData: Is inside comment: 0.005735000595450401 +Info 3660 [17:12:55.195] getCompletionData: Get previous token: 0.011921999976038933 +Info 3661 [17:12:55.195] getCompletionsAtPosition: isCompletionListBlocker: 0.002012999728322029 +Info 3662 [17:12:55.196] getCompletionData: Semantic work: 0.5253020003437996 +Info 3663 [17:12:55.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5780830010771751 +Info 3664 [17:12:55.200] Format host information updated +Info 3665 [17:12:55.294] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3666 [17:12:55.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 6.4313139989972115ms +Info 3667 [17:12:55.300] Different program with same set of files +Info 3668 [17:12:55.301] getCompletionData: Get current token: 0.0012309998273849487 +Info 3669 [17:12:55.301] getCompletionData: Is inside comment: 0.007011000066995621 +Info 3670 [17:12:55.301] getCompletionData: Get previous token: 0.0149920005351305 +Info 3671 [17:12:55.301] getCompletionsAtPosition: isCompletionListBlocker: 0.002506999298930168 +Info 3672 [17:12:55.301] getCompletionData: Semantic work: 0.608347000554204 +Info 3673 [17:12:55.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9710980001837015 +Info 3674 [17:12:55.304] Format host information updated +Info 3675 [17:12:55.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3676 [17:12:55.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 6.605859000235796ms +Info 3677 [17:12:55.444] Different program with same set of files +Info 3678 [17:12:55.444] getCompletionData: Get current token: 0.0013159997761249542 +Info 3679 [17:12:55.444] getCompletionData: Is inside comment: 0.006776001304388046 +Info 3680 [17:12:55.444] getCompletionData: Get previous token: 0.014719000086188316 +Info 3681 [17:12:55.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0021650008857250214 +Info 3682 [17:12:55.445] getCompletionData: Semantic work: 0.6309720017015934 +Info 3683 [17:12:55.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8448690008372068 +Info 3684 [17:12:55.450] Format host information updated +Info 3685 [17:12:55.845] Format host information updated +Info 3686 [17:12:55.845] Format host information updated +Info 3687 [17:12:55.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3688 [17:12:55.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 6.339005999267101ms +Info 3689 [17:12:55.852] Different program with same set of files +Info 3690 [17:12:55.852] getCompletionData: Get current token: 0.001221001148223877 +Info 3691 [17:12:55.852] getCompletionData: Is inside comment: 0.008040999993681908 +Info 3692 [17:12:55.852] getCompletionData: Get previous token: 0.005107000470161438 +Info 3693 [17:12:55.852] getCompletionsAtPosition: isCompletionListBlocker: 0.007957998663187027 +Info 3694 [17:12:55.853] getExportInfoMap: cache hit +Info 3695 [17:12:55.866] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3696 [17:12:55.866] collectAutoImports: response is complete +Info 3697 [17:12:55.866] collectAutoImports: 13.704700998961926 +Info 3698 [17:12:55.866] getCompletionData: Semantic work: 14.250701000913978 +Info 3699 [17:12:55.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4524939991533756 +Info 3700 [17:12:55.873] getCompletionData: Get current token: 0.011070000007748604 +Info 3701 [17:12:55.873] getCompletionData: Is inside comment: 0.004091998562216759 +Info 3702 [17:12:55.873] getCompletionData: Get previous token: 0.022947998717427254 +Info 3703 [17:12:55.873] getCompletionsAtPosition: isCompletionListBlocker: 0.002772001549601555 +Info 3704 [17:12:55.874] getCompletionData: Semantic work: 0.9071870017796755 +Info 3705 [17:12:55.878] getCompletionData: Get current token: 0.007819000631570816 +Info 3706 [17:12:55.878] getCompletionData: Is inside comment: 0.002915000542998314 +Info 3707 [17:12:55.878] getCompletionData: Get previous token: 0.018261000514030457 +Info 3708 [17:12:55.879] getCompletionsAtPosition: isCompletionListBlocker: 0.0024919994175434113 +Info 3709 [17:12:55.879] getCompletionData: Semantic work: 0.2767100017517805 +Info 3710 [17:12:55.880] Format host information updated +Info 3711 [17:12:55.984] getCompletionData: Get current token: 0.0031700003892183304 +Info 3712 [17:12:55.984] getCompletionData: Is inside comment: 0.001357000321149826 +Info 3713 [17:12:55.984] getCompletionData: Get previous token: 0.009971000254154205 +Info 3714 [17:12:55.984] getCompletionsAtPosition: isCompletionListBlocker: 0.0039969999343156815 +Info 3715 [17:12:55.985] getExportInfoMap: cache hit +Info 3716 [17:12:55.995] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 903 from cache +Info 3717 [17:12:55.995] collectAutoImports: response is complete +Info 3718 [17:12:55.995] collectAutoImports: 9.899296998977661 +Info 3719 [17:12:55.995] getCompletionData: Semantic work: 10.835014000535011 +Info 3720 [17:12:55.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.993852000683546 +Info 3721 [17:12:56.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3722 [17:12:56.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 26.191166998818517ms +Info 3723 [17:12:56.251] Different program with same set of files +Info 3724 [17:12:56.252] getCompletionData: Get current token: 0.009917998686432838 +Info 3725 [17:12:56.252] getCompletionData: Is inside comment: 0.003379998728632927 +Info 3726 [17:12:56.252] getCompletionData: Get previous token: 0.05568999983370304 +Info 3727 [17:12:56.252] getCompletionsAtPosition: isCompletionListBlocker: 0.007332999259233475 +Info 3728 [17:12:56.253] getExportInfoMap: cache hit +Info 3729 [17:12:56.266] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 3730 [17:12:56.266] collectAutoImports: response is complete +Info 3731 [17:12:56.266] collectAutoImports: 12.263597000390291 +Info 3732 [17:12:56.266] getCompletionData: Semantic work: 13.72596799954772 +Info 3733 [17:12:56.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.576445998623967 +Info 3734 [17:12:56.271] Format host information updated +Info 3735 [17:12:58.258] Format host information updated +Info 3736 [17:12:58.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3737 [17:12:58.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 6.204551000148058ms +Info 3738 [17:12:58.265] Different program with same set of files +Info 3739 [17:29:34.336] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 3740 [17:29:34.337] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs +Info 3741 [17:29:34.337] Elapsed:: 1.398489000275731ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 3742 [17:29:34.337] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 3743 [17:29:34.338] Elapsed:: 0.7219210006296635ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 3744 [17:32:38.495] Search path: /home/orion/src/purescript-puppeteer/src +Info 3745 [17:32:38.495] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3746 [17:32:38.497] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3747 [17:32:38.525] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: true structureIsReused:: Not Elapsed: 28.015284998342395ms +Info 3748 [17:32:38.525] Project '/dev/null/inferredProject1*' (Inferred) +Info 3749 [17:32:38.525] Files (130) + +Info 3750 [17:32:38.525] ----------------------------------------------- +Info 3751 [17:32:38.525] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3752 [17:32:38.525] Files (186) + +Info 3753 [17:32:38.525] ----------------------------------------------- +Info 3754 [17:32:38.526] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3754 [17:32:38.526] Files (136) + +Info 3754 [17:32:38.526] ----------------------------------------------- +Info 3754 [17:32:38.526] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3754 [17:32:38.526] Files (271) + +Info 3754 [17:32:38.526] ----------------------------------------------- +Info 3754 [17:32:38.526] Project '/dev/null/inferredProject1*' (Inferred) +Info 3754 [17:32:38.526] Files (130) + +Info 3754 [17:32:38.526] ----------------------------------------------- +Info 3754 [17:32:38.526] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3754 [17:32:38.526] Files (186) + +Info 3754 [17:32:38.526] ----------------------------------------------- +Info 3754 [17:32:38.526] Open files: +Info 3754 [17:32:38.526] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3754 [17:32:38.526] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3754 [17:32:38.526] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3754 [17:32:38.526] Projects: /dev/null/inferredProject1* +Info 3754 [17:32:38.705] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3755 [17:32:38.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Not Elapsed: 0.5346060004085302ms +Info 3756 [17:32:38.749] Format host information updated +Info 3757 [17:32:39.661] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3758 [17:32:39.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 10.802434001117945ms +Info 3759 [17:32:39.672] Different program with same set of files +Info 3760 [17:32:39.672] getCompletionData: Get current token: 0.0009699985384941101 +Info 3761 [17:32:39.672] getCompletionData: Is inside comment: 0.00458499975502491 +Info 3762 [17:32:39.672] getCompletionData: Get previous token: 0.004456000402569771 +Info 3763 [17:32:39.675] AutoImportProviderProject: found 4 root files in 4 dependencies in 1.2444400005042553 ms +Info 3764 [17:32:39.675] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 3765 [17:32:39.683] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 7.765398999676108ms +Info 3766 [17:32:39.683] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3767 [17:32:39.683] Files (179) + +Info 3768 [17:32:39.683] ----------------------------------------------- +Info 3769 [17:32:39.683] getExportInfoMap: cache miss or empty; calculating new results +Info 3770 [17:32:39.723] forEachExternalModuleToImportFrom autoImportProvider: 24.76960200071335 +Info 3771 [17:32:39.723] getExportInfoMap: done in 50.166024999693036 ms +Info 3772 [17:32:39.731] collectAutoImports: resolved 5 module specifiers, plus 103 ambient and 19 from cache +Info 3773 [17:32:39.731] collectAutoImports: response is complete +Info 3774 [17:32:39.731] collectAutoImports: 7.290470998734236 +Info 3775 [17:32:39.731] getCompletionData: Semantic work: 58.25726000033319 +Info 3776 [17:32:39.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.693412998691201 +Info 3777 [17:32:39.736] Format host information updated +Info 3778 [17:32:39.849] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3779 [17:32:39.856] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 7.2597789987921715ms +Info 3780 [17:32:39.856] Different program with same set of files +Info 3781 [17:32:39.856] getCompletionData: Get current token: 0.001339999958872795 +Info 3782 [17:32:39.856] getCompletionData: Is inside comment: 0.004653001204133034 +Info 3783 [17:32:39.856] getCompletionData: Get previous token: 0.004877001047134399 +Info 3784 [17:32:39.857] getExportInfoMap: cache hit +Info 3785 [17:32:39.859] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 3786 [17:32:39.859] collectAutoImports: response is complete +Info 3787 [17:32:39.859] collectAutoImports: 2.078319000080228 +Info 3788 [17:32:39.859] getCompletionData: Semantic work: 2.7415200006216764 +Info 3789 [17:32:39.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.32498399913311 +Info 3790 [17:32:39.862] Format host information updated +Info 3791 [17:32:40.008] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3792 [17:32:40.033] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 24.21916599944234ms +Info 3793 [17:32:40.033] Different program with same set of files +Info 3794 [17:32:40.033] getCompletionData: Get current token: 0.00274600088596344 +Info 3795 [17:32:40.033] getCompletionData: Is inside comment: 0.011261001229286194 +Info 3796 [17:32:40.033] getCompletionData: Get previous token: 0.012490000575780869 +Info 3797 [17:32:40.035] getExportInfoMap: cache hit +Info 3798 [17:32:40.075] collectAutoImports: resolved 10 module specifiers, plus 1023 ambient and 157 from cache +Info 3799 [17:32:40.075] collectAutoImports: response is complete +Info 3800 [17:32:40.075] collectAutoImports: 39.89971800148487 +Info 3801 [17:32:40.075] getCompletionData: Semantic work: 41.517835998907685 +Info 3802 [17:32:40.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.269627999514341 +Info 3803 [17:32:40.092] Format host information updated +Info 3804 [17:32:40.098] Format host information updated +Info 3805 [17:32:40.098] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3806 [17:32:40.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 6.19450300000608ms +Info 3807 [17:32:40.104] Different program with same set of files +Info 3808 [17:32:40.211] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3809 [17:32:40.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 7.168583000078797ms +Info 3810 [17:32:40.218] Different program with same set of files +Info 3811 [17:32:40.219] getCompletionData: Get current token: 0.0011519994586706161 +Info 3812 [17:32:40.219] getCompletionData: Is inside comment: 0.0047449991106987 +Info 3813 [17:32:40.219] getCompletionData: Get previous token: 0.008132001385092735 +Info 3814 [17:32:40.219] getCompletionsAtPosition: isCompletionListBlocker: 0.007481999695301056 +Info 3815 [17:32:40.219] getExportInfoMap: cache hit +Info 3816 [17:32:40.226] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 34 from cache +Info 3817 [17:32:40.226] collectAutoImports: response is complete +Info 3818 [17:32:40.226] collectAutoImports: 6.539271999150515 +Info 3819 [17:32:40.226] getCompletionData: Semantic work: 7.118871001526713 +Info 3820 [17:32:40.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2586850002408028 +Info 3821 [17:32:40.230] Format host information updated +Info 3822 [17:32:40.279] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3823 [17:32:40.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 12.254929998889565ms +Info 3824 [17:32:40.292] Different program with same set of files +Info 3825 [17:32:40.292] getCompletionData: Get current token: 0.0024819988757371902 +Info 3826 [17:32:40.292] getCompletionData: Is inside comment: 0.010585000738501549 +Info 3827 [17:32:40.292] getCompletionData: Get previous token: 0.013499999418854713 +Info 3828 [17:32:40.292] getCompletionsAtPosition: isCompletionListBlocker: 0.013366000726819038 +Info 3829 [17:32:40.293] getExportInfoMap: cache hit +Info 3830 [17:32:40.304] collectAutoImports: resolved 0 module specifiers, plus 74 ambient and 26 from cache +Info 3831 [17:32:40.304] collectAutoImports: response is complete +Info 3832 [17:32:40.304] collectAutoImports: 11.029372999444604 +Info 3833 [17:32:40.304] getCompletionData: Semantic work: 12.113523000851274 +Info 3834 [17:32:40.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4288350008428097 +Info 3835 [17:32:40.310] Format host information updated +Info 3836 [17:32:40.440] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3837 [17:32:40.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 30.109145998954773ms +Info 3838 [17:32:40.471] Different program with same set of files +Info 3839 [17:32:40.471] getCompletionData: Get current token: 0.0034890007227659225 +Info 3840 [17:32:40.471] getCompletionData: Is inside comment: 0.016769999638199806 +Info 3841 [17:32:40.471] getCompletionData: Get previous token: 0.05583999864757061 +Info 3842 [17:32:40.471] getCompletionsAtPosition: isCompletionListBlocker: 0.02012299932539463 +Info 3843 [17:32:40.473] getExportInfoMap: cache hit +Info 3844 [17:32:40.499] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 3845 [17:32:40.499] collectAutoImports: response is complete +Info 3846 [17:32:40.499] collectAutoImports: 26.013128999620676 +Info 3847 [17:32:40.499] getCompletionData: Semantic work: 27.743946999311447 +Info 3848 [17:32:40.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.725634001195431 +Info 3849 [17:32:40.513] Format host information updated +Info 3850 [17:32:40.519] Format host information updated +Info 3851 [17:32:40.519] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3852 [17:32:40.526] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 6.948059000074863ms +Info 3853 [17:32:40.526] Different program with same set of files +Info 3854 [17:32:41.027] Before ensureProjectForOpenFiles: +Info 3855 [17:32:41.027] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3855 [17:32:41.027] Files (136) + +Info 3855 [17:32:41.027] ----------------------------------------------- +Info 3855 [17:32:41.027] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3855 [17:32:41.027] Files (271) + +Info 3855 [17:32:41.027] ----------------------------------------------- +Info 3855 [17:32:41.027] Project '/dev/null/inferredProject1*' (Inferred) +Info 3855 [17:32:41.028] Files (130) + +Info 3855 [17:32:41.028] ----------------------------------------------- +Info 3855 [17:32:41.028] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3855 [17:32:41.028] Files (179) + +Info 3855 [17:32:41.028] ----------------------------------------------- +Info 3855 [17:32:41.028] Open files: +Info 3855 [17:32:41.028] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3855 [17:32:41.028] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3855 [17:32:41.028] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3855 [17:32:41.028] Projects: /dev/null/inferredProject1* +Info 3855 [17:32:41.028] After ensureProjectForOpenFiles: +Info 3856 [17:32:41.028] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3856 [17:32:41.028] Files (136) + +Info 3856 [17:32:41.028] ----------------------------------------------- +Info 3856 [17:32:41.028] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3856 [17:32:41.028] Files (271) + +Info 3856 [17:32:41.028] ----------------------------------------------- +Info 3856 [17:32:41.028] Project '/dev/null/inferredProject1*' (Inferred) +Info 3856 [17:32:41.028] Files (130) + +Info 3856 [17:32:41.028] ----------------------------------------------- +Info 3856 [17:32:41.028] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3856 [17:32:41.028] Files (179) + +Info 3856 [17:32:41.028] ----------------------------------------------- +Info 3856 [17:32:41.028] Open files: +Info 3856 [17:32:41.028] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3856 [17:32:41.028] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3856 [17:32:41.028] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3856 [17:32:41.028] Projects: /dev/null/inferredProject1* +Info 3856 [17:32:41.029] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js +Info 3857 [17:32:43.903] Format host information updated +Info 3858 [17:32:43.903] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3859 [17:32:43.909] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 6.291355000808835ms +Info 3860 [17:32:43.909] Different program with same set of files +Info 3861 [17:32:44.375] getCompletionData: Get current token: 0.001512998715043068 +Info 3862 [17:32:44.375] getCompletionData: Is inside comment: 0.0058639999479055405 +Info 3863 [17:32:44.375] getCompletionData: Get previous token: 0.008569998666644096 +Info 3864 [17:32:44.375] getCompletionsAtPosition: isCompletionListBlocker: 0.0015040002763271332 +Info 3865 [17:32:44.375] Returning an empty list because completion was requested in an invalid position. +Info 3866 [17:32:44.492] Format host information updated +Info 3867 [17:32:44.493] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3868 [17:32:44.499] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 6.061203999444842ms +Info 3869 [17:32:44.499] Different program with same set of files +Info 3870 [17:32:44.871] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3871 [17:32:44.877] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 5.775210000574589ms +Info 3872 [17:32:44.877] Different program with same set of files +Info 3873 [17:32:44.877] getCompletionData: Get current token: 0.0009720008820295334 +Info 3874 [17:32:44.877] getCompletionData: Is inside comment: 0.005059000104665756 +Info 3875 [17:32:44.877] getCompletionData: Get previous token: 0.0037809982895851135 +Info 3876 [17:32:44.877] getCompletionsAtPosition: isCompletionListBlocker: 0.007406998425722122 +Info 3877 [17:32:44.877] getExportInfoMap: cache hit +Info 3878 [17:32:44.892] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 3879 [17:32:44.892] collectAutoImports: response is complete +Info 3880 [17:32:44.892] collectAutoImports: 14.424312999472022 +Info 3881 [17:32:44.892] getCompletionData: Semantic work: 14.839110000059009 +Info 3882 [17:32:44.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.935207000002265 +Info 3883 [17:32:44.903] Format host information updated +Info 3884 [17:32:44.965] Format host information updated +Info 3885 [17:32:44.965] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3886 [17:32:44.975] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 9.607804000377655ms +Info 3887 [17:32:44.975] Different program with same set of files +Info 3888 [17:32:55.686] Format host information updated +Info 3889 [17:32:55.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3890 [17:32:55.693] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 6.157922999933362ms +Info 3891 [17:32:55.693] Different program with same set of files +Info 3892 [17:32:55.943] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3893 [17:32:55.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.156976999714971ms +Info 3894 [17:32:55.949] Different program with same set of files +Info 3895 [17:32:55.949] getCompletionData: Get current token: 0.002560000866651535 +Info 3896 [17:32:55.949] getCompletionData: Is inside comment: 0.005468999966979027 +Info 3897 [17:32:55.949] getCompletionData: Get previous token: 0.004380000755190849 +Info 3898 [17:32:55.950] getExportInfoMap: cache hit +Info 3899 [17:32:55.954] collectAutoImports: resolved 0 module specifiers, plus 156 ambient and 8 from cache +Info 3900 [17:32:55.954] collectAutoImports: response is complete +Info 3901 [17:32:55.954] collectAutoImports: 4.490681000053883 +Info 3902 [17:32:55.954] getCompletionData: Semantic work: 5.126132000237703 +Info 3903 [17:32:55.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7496890015900135 +Info 3904 [17:32:55.957] Format host information updated +Info 3905 [17:32:56.075] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3906 [17:32:56.083] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.492788000032306ms +Info 3907 [17:32:56.083] Different program with same set of files +Info 3908 [17:32:56.083] getCompletionData: Get current token: 0.0034779999405145645 +Info 3909 [17:32:56.083] getCompletionData: Is inside comment: 0.0068990010768175125 +Info 3910 [17:32:56.083] getCompletionData: Get previous token: 0.005274999886751175 +Info 3911 [17:32:56.084] getExportInfoMap: cache hit +Info 3912 [17:32:56.086] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 3913 [17:32:56.086] collectAutoImports: response is complete +Info 3914 [17:32:56.086] collectAutoImports: 2.053719999268651 +Info 3915 [17:32:56.086] getCompletionData: Semantic work: 2.549752000719309 +Info 3916 [17:32:56.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0172659996896982 +Info 3917 [17:32:56.088] Format host information updated +Info 3918 [17:32:56.157] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3919 [17:32:56.180] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 23.05119200050831ms +Info 3920 [17:32:56.180] Different program with same set of files +Info 3921 [17:32:56.180] getCompletionData: Get current token: 0.008263999596238136 +Info 3922 [17:32:56.180] getCompletionData: Is inside comment: 0.024404000490903854 +Info 3923 [17:32:56.181] getCompletionData: Get previous token: 0.02046000026166439 +Info 3924 [17:32:56.182] getExportInfoMap: cache hit +Info 3925 [17:32:56.188] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3926 [17:32:56.188] collectAutoImports: response is complete +Info 3927 [17:32:56.188] collectAutoImports: 6.096362000331283 +Info 3928 [17:32:56.188] getCompletionData: Semantic work: 7.803735999390483 +Info 3929 [17:32:56.191] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.339205998927355 +Info 3930 [17:32:56.192] Format host information updated +Info 3931 [17:32:56.225] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3932 [17:32:56.244] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 18.221948999911547ms +Info 3933 [17:32:56.244] Different program with same set of files +Info 3934 [17:32:56.244] getCompletionData: Get current token: 0.0062080007046461105 +Info 3935 [17:32:56.244] getCompletionData: Is inside comment: 0.015822000801563263 +Info 3936 [17:32:56.244] getCompletionData: Get previous token: 0.013538999482989311 +Info 3937 [17:32:56.245] getExportInfoMap: cache hit +Info 3938 [17:32:56.272] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 3939 [17:32:56.272] collectAutoImports: response is complete +Info 3940 [17:32:56.272] collectAutoImports: 26.712307998910546 +Info 3941 [17:32:56.272] getCompletionData: Semantic work: 27.716647000983357 +Info 3942 [17:32:56.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.759927000850439 +Info 3943 [17:32:56.287] Format host information updated +Info 3944 [17:32:56.293] Format host information updated +Info 3945 [17:32:56.294] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3946 [17:32:56.299] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 5.622020000591874ms +Info 3947 [17:32:56.299] Different program with same set of files +Info 3948 [17:32:56.732] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3949 [17:32:56.739] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.12436000071466ms +Info 3950 [17:32:56.739] Different program with same set of files +Info 3951 [17:32:56.739] getCompletionData: Get current token: 0.0024849995970726013 +Info 3952 [17:32:56.739] getCompletionData: Is inside comment: 0.0061779990792274475 +Info 3953 [17:32:56.739] getCompletionData: Get previous token: 0.004455000162124634 +Info 3954 [17:32:56.739] Format host information updated +Info 3955 [17:32:57.205] getCompletionData: Get current token: 0.0019570011645555496 +Info 3956 [17:32:57.205] getCompletionData: Is inside comment: 0.0010640006512403488 +Info 3957 [17:32:57.205] getCompletionData: Get previous token: 0.007170999422669411 +Info 3958 [17:32:57.205] getExportInfoMap: cache hit +Info 3959 [17:32:57.227] collectAutoImports: resolved 3 module specifiers, plus 1555 ambient and 343 from cache +Info 3960 [17:32:57.227] collectAutoImports: response is complete +Info 3961 [17:32:57.227] collectAutoImports: 21.60367099940777 +Info 3962 [17:32:57.227] getCompletionData: Semantic work: 21.678437998518348 +Info 3963 [17:32:57.241] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.651645999401808 +Info 3964 [17:32:57.382] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3965 [17:32:57.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 6.2442729994654655ms +Info 3966 [17:32:57.388] Different program with same set of files +Info 3967 [17:32:57.389] getCompletionData: Get current token: 0.0023120008409023285 +Info 3968 [17:32:57.389] getCompletionData: Is inside comment: 0.001209000125527382 +Info 3969 [17:32:57.389] getCompletionData: Get previous token: 0.01686999946832657 +Info 3970 [17:32:57.389] getExportInfoMap: cache hit +Info 3971 [17:32:57.392] collectAutoImports: resolved 0 module specifiers, plus 48 ambient and 7 from cache +Info 3972 [17:32:57.392] collectAutoImports: response is complete +Info 3973 [17:32:57.392] collectAutoImports: 3.109741998836398 +Info 3974 [17:32:57.392] getCompletionData: Semantic work: 3.2120960000902414 +Info 3975 [17:32:57.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.531139001250267 +Info 3976 [17:32:57.393] Format host information updated +Info 3977 [17:32:57.549] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3978 [17:32:57.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 8.776766998693347ms +Info 3979 [17:32:57.558] Different program with same set of files +Info 3980 [17:32:57.558] getCompletionData: Get current token: 0.0026360005140304565 +Info 3981 [17:32:57.558] getCompletionData: Is inside comment: 0.001562001183629036 +Info 3982 [17:32:57.558] getCompletionData: Get previous token: 0.015830999240279198 +Info 3983 [17:32:57.558] getExportInfoMap: cache hit +Info 3984 [17:32:57.561] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 6 from cache +Info 3985 [17:32:57.561] collectAutoImports: response is complete +Info 3986 [17:32:57.561] collectAutoImports: 2.8170400001108646 +Info 3987 [17:32:57.561] getCompletionData: Semantic work: 2.9194869995117188 +Info 3988 [17:32:57.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2672879993915558 +Info 3989 [17:32:57.562] Format host information updated +Info 3990 [17:32:57.683] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3991 [17:32:57.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 23.287782000377774ms +Info 3992 [17:32:57.707] Different program with same set of files +Info 3993 [17:32:57.707] getCompletionData: Get current token: 0.008520999923348427 +Info 3994 [17:32:57.707] getCompletionData: Is inside comment: 0.005799999460577965 +Info 3995 [17:32:57.707] getCompletionData: Get previous token: 0.13478000089526176 +Info 3996 [17:32:57.707] getExportInfoMap: cache hit +Info 3997 [17:32:57.714] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 2 from cache +Info 3998 [17:32:57.714] collectAutoImports: response is complete +Info 3999 [17:32:57.714] collectAutoImports: 6.845267999917269 +Info 4000 [17:32:57.714] getCompletionData: Semantic work: 7.0980340000241995 +Info 4001 [17:32:57.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2177009992301464 +Info 4002 [17:32:57.715] Format host information updated +Info 4003 [17:32:57.761] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4004 [17:32:57.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 27.260530998930335ms +Info 4005 [17:32:57.788] Different program with same set of files +Info 4006 [17:32:57.789] getCompletionData: Get current token: 0.006272999569773674 +Info 4007 [17:32:57.789] getCompletionData: Is inside comment: 0.0039879996329545975 +Info 4008 [17:32:57.789] getCompletionData: Get previous token: 0.041575999930500984 +Info 4009 [17:32:57.789] getExportInfoMap: cache hit +Info 4010 [17:32:57.793] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4011 [17:32:57.793] collectAutoImports: response is complete +Info 4012 [17:32:57.793] collectAutoImports: 4.314980000257492 +Info 4013 [17:32:57.793] getCompletionData: Semantic work: 4.488622000440955 +Info 4014 [17:32:57.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09834899939596653 +Info 4015 [17:32:57.794] Format host information updated +Info 4016 [17:32:57.866] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4017 [17:32:57.889] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 22.646982999518514ms +Info 4018 [17:32:57.889] Different program with same set of files +Info 4019 [17:32:57.889] getCompletionData: Get current token: 0.008548000827431679 +Info 4020 [17:32:57.889] getCompletionData: Is inside comment: 0.005237998440861702 +Info 4021 [17:32:57.889] getCompletionData: Get previous token: 0.054042998701334 +Info 4022 [17:32:57.890] getExportInfoMap: cache hit +Info 4023 [17:32:57.895] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4024 [17:32:57.895] collectAutoImports: response is complete +Info 4025 [17:32:57.895] collectAutoImports: 5.426119999960065 +Info 4026 [17:32:57.895] getCompletionData: Semantic work: 5.660711999982595 +Info 4027 [17:32:57.895] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13390100002288818 +Info 4028 [17:32:57.896] Format host information updated +Info 4029 [17:32:58.250] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4030 [17:32:58.256] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.759291000664234ms +Info 4031 [17:32:58.256] Different program with same set of files +Info 4032 [17:32:58.257] getCompletionData: Get current token: 0.0018520001322031021 +Info 4033 [17:32:58.257] getCompletionData: Is inside comment: 0.0011190008372068405 +Info 4034 [17:32:58.257] getCompletionData: Get previous token: 0.012613998726010323 +Info 4035 [17:32:58.257] getExportInfoMap: cache hit +Info 4036 [17:32:58.258] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4037 [17:32:58.258] collectAutoImports: response is complete +Info 4038 [17:32:58.258] collectAutoImports: 1.6947510000318289 +Info 4039 [17:32:58.258] getCompletionData: Semantic work: 1.7594440001994371 +Info 4040 [17:32:58.258] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04926900006830692 +Info 4041 [17:32:58.260] Format host information updated +Info 4042 [17:32:58.470] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4043 [17:32:58.476] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 5.9318659994751215ms +Info 4044 [17:32:58.476] Different program with same set of files +Info 4045 [17:32:58.476] getCompletionData: Get current token: 0.0023250002413988113 +Info 4046 [17:32:58.476] getCompletionData: Is inside comment: 0.001158999279141426 +Info 4047 [17:32:58.476] getCompletionData: Get previous token: 0.012011000886559486 +Info 4048 [17:32:58.476] getExportInfoMap: cache hit +Info 4049 [17:32:58.478] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4050 [17:32:58.478] collectAutoImports: response is complete +Info 4051 [17:32:58.478] collectAutoImports: 1.8260909989476204 +Info 4052 [17:32:58.478] getCompletionData: Semantic work: 1.8942229989916086 +Info 4053 [17:32:58.478] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04968000017106533 +Info 4054 [17:32:58.478] Format host information updated +Info 4055 [17:32:58.595] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4056 [17:32:58.601] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.404374999925494ms +Info 4057 [17:32:58.601] Different program with same set of files +Info 4058 [17:32:58.601] getCompletionData: Get current token: 0.002217000350356102 +Info 4059 [17:32:58.601] getCompletionData: Is inside comment: 0.0012519992887973785 +Info 4060 [17:32:58.601] getCompletionData: Get previous token: 0.01260099932551384 +Info 4061 [17:32:58.602] getExportInfoMap: cache hit +Info 4062 [17:32:58.603] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4063 [17:32:58.603] collectAutoImports: response is complete +Info 4064 [17:32:58.603] collectAutoImports: 1.910826999694109 +Info 4065 [17:32:58.604] getCompletionData: Semantic work: 1.9819340016692877 +Info 4066 [17:32:58.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0528549998998642 +Info 4067 [17:32:58.606] Format host information updated +Info 4068 [17:32:58.720] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4069 [17:32:58.726] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 5.978149000555277ms +Info 4070 [17:32:58.726] Different program with same set of files +Info 4071 [17:32:58.726] getCompletionData: Get current token: 0.001881999894976616 +Info 4072 [17:32:58.726] getCompletionData: Is inside comment: 0.0010090004652738571 +Info 4073 [17:32:58.726] getCompletionData: Get previous token: 0.01066100038588047 +Info 4074 [17:32:58.726] getExportInfoMap: cache hit +Info 4075 [17:32:58.728] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4076 [17:32:58.728] collectAutoImports: response is complete +Info 4077 [17:32:58.728] collectAutoImports: 1.7254959996789694 +Info 4078 [17:32:58.728] getCompletionData: Semantic work: 1.789452999830246 +Info 4079 [17:32:58.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04371600039303303 +Info 4080 [17:32:58.728] Format host information updated +Info 4081 [17:32:58.870] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4082 [17:32:58.876] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 5.820712000131607ms +Info 4083 [17:32:58.876] Different program with same set of files +Info 4084 [17:32:58.876] getCompletionData: Get current token: 0.0018150005489587784 +Info 4085 [17:32:58.876] getCompletionData: Is inside comment: 0.0010509993880987167 +Info 4086 [17:32:58.876] getCompletionData: Get previous token: 0.010913999751210213 +Info 4087 [17:32:58.876] getExportInfoMap: cache hit +Info 4088 [17:32:58.878] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4089 [17:32:58.878] collectAutoImports: response is complete +Info 4090 [17:32:58.878] collectAutoImports: 1.766746999695897 +Info 4091 [17:32:58.878] getCompletionData: Semantic work: 1.8290689997375011 +Info 4092 [17:32:58.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04600000008940697 +Info 4093 [17:32:58.880] Format host information updated +Info 4094 [17:32:58.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4095 [17:32:58.946] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 5.91270500048995ms +Info 4096 [17:32:58.946] Different program with same set of files +Info 4097 [17:32:58.946] getCompletionData: Get current token: 0.0017280001193284988 +Info 4098 [17:32:58.946] getCompletionData: Is inside comment: 0.0010909996926784515 +Info 4099 [17:32:58.946] getCompletionData: Get previous token: 0.010374000295996666 +Info 4100 [17:32:58.946] getExportInfoMap: cache hit +Info 4101 [17:32:58.948] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4102 [17:32:58.948] collectAutoImports: response is complete +Info 4103 [17:32:58.948] collectAutoImports: 1.723581001162529 +Info 4104 [17:32:58.948] getCompletionData: Semantic work: 1.7851800005882978 +Info 4105 [17:32:58.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04716700129210949 +Info 4106 [17:32:58.949] Format host information updated +Info 4107 [17:32:59.179] getCompletionData: Get current token: 0.002915000542998314 +Info 4108 [17:32:59.179] getCompletionData: Is inside comment: 0.008217999711632729 +Info 4109 [17:32:59.179] getCompletionData: Get previous token: 0.00562099926173687 +Info 4110 [17:32:59.273] Format host information updated +Info 4111 [17:32:59.273] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4112 [17:32:59.279] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 5.8115870002657175ms +Info 4113 [17:32:59.279] Different program with same set of files +Info 4114 [17:32:59.441] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4115 [17:32:59.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 10.382921999320388ms +Info 4116 [17:32:59.452] Different program with same set of files +Info 4117 [17:32:59.452] getCompletionData: Get current token: 0.00418500043451786 +Info 4118 [17:32:59.452] getCompletionData: Is inside comment: 0.007074000313878059 +Info 4119 [17:32:59.452] getCompletionData: Get previous token: 0.011009998619556427 +Info 4120 [17:32:59.452] Format host information updated +Info 4121 [17:32:59.615] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4122 [17:32:59.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 19.811564000323415ms +Info 4123 [17:32:59.635] Different program with same set of files +Info 4124 [17:32:59.636] getCompletionData: Get current token: 0.004603000357747078 +Info 4125 [17:32:59.636] getCompletionData: Is inside comment: 0.012257000431418419 +Info 4126 [17:32:59.636] getCompletionData: Get previous token: 0.018856000155210495 +Info 4127 [17:32:59.636] Format host information updated +Info 4128 [17:32:59.719] Format host information updated +Info 4129 [17:32:59.719] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4130 [17:32:59.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 7.187277998775244ms +Info 4131 [17:32:59.727] Different program with same set of files +Info 4132 [17:32:59.924] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4133 [17:32:59.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 5.74677599966526ms +Info 4134 [17:32:59.930] Different program with same set of files +Info 4135 [17:32:59.931] Format host information updated +Info 4136 [17:33:00.173] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4137 [17:33:00.185] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.924016000702977ms +Info 4138 [17:33:00.185] Different program with same set of files +Info 4139 [17:33:00.188] Format host information updated +Info 4140 [17:33:00.268] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4141 [17:33:00.281] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.662567999213934ms +Info 4142 [17:33:00.281] Different program with same set of files +Info 4143 [17:33:00.282] Format host information updated +Info 4144 [17:33:00.366] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4145 [17:33:00.379] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.875394999980927ms +Info 4146 [17:33:00.379] Different program with same set of files +Info 4147 [17:33:00.381] Format host information updated +Info 4148 [17:33:00.510] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4149 [17:33:00.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.449405999854207ms +Info 4150 [17:33:00.524] Different program with same set of files +Info 4151 [17:33:00.525] Format host information updated +Info 4152 [17:33:01.047] Format host information updated +Info 4153 [17:33:01.048] Format host information updated +Info 4154 [17:33:01.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4155 [17:33:01.062] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.112886000424623ms +Info 4156 [17:33:01.062] Different program with same set of files +Info 4157 [17:33:01.062] getCompletionData: Get current token: 0.005814999341964722 +Info 4158 [17:33:01.062] getCompletionData: Is inside comment: 0.007115999236702919 +Info 4159 [17:33:01.062] getCompletionData: Get previous token: 0.005137000232934952 +Info 4160 [17:33:01.062] getCompletionsAtPosition: isCompletionListBlocker: 0.00815499946475029 +Info 4161 [17:33:01.063] getExportInfoMap: cache hit +Err 4162 [17:33:01.071] Exception on executing command { + "seq": 1615, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js", + "line": 1, + "offset": 39 + } +}: + + Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + + Error: Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + at rehydrateCachedInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133322:57) + at Array.map () + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133271:35 + at forEachEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:15145:20) + at Object.search (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133267:14) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159554:20 + at resolvingModuleSpecifiers (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157076:18) + at collectAutoImports (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159544:5) + at getGlobalCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159474:5) + at tryGetGlobalSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159402:352) + at getCompletionData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159154:10) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157139:26) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4163 [17:33:01.073] Format host information updated +Info 4164 [17:33:01.588] Format host information updated +Info 4165 [17:33:01.588] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4166 [17:33:01.599] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 11.1290839985013ms +Info 4167 [17:33:01.600] Different program with same set of files +Info 4168 [17:33:02.727] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4169 [17:33:02.734] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 6.6344130001962185ms +Info 4170 [17:33:02.734] Different program with same set of files +Info 4171 [17:33:02.734] getCompletionData: Get current token: 0.0010979995131492615 +Info 4172 [17:33:02.734] getCompletionData: Is inside comment: 0.004905998706817627 +Info 4173 [17:33:02.734] getCompletionData: Get previous token: 0.009701000526547432 +Info 4174 [17:33:02.734] getCompletionsAtPosition: isCompletionListBlocker: 0.00876699946820736 +Info 4175 [17:33:02.735] getExportInfoMap: cache hit +Info 4176 [17:33:02.739] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 4177 [17:33:02.739] collectAutoImports: response is complete +Info 4178 [17:33:02.739] collectAutoImports: 4.526915000751615 +Info 4179 [17:33:02.739] getCompletionData: Semantic work: 5.142167998477817 +Info 4180 [17:33:02.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2877780012786388 +Info 4181 [17:33:02.741] Format host information updated +Info 4182 [17:33:02.953] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4183 [17:33:02.960] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 7.390769001096487ms +Info 4184 [17:33:02.960] Different program with same set of files +Info 4185 [17:33:02.961] getCompletionData: Get current token: 0.001011999323964119 +Info 4186 [17:33:02.961] getCompletionData: Is inside comment: 0.004355000331997871 +Info 4187 [17:33:02.961] getCompletionData: Get previous token: 0.008564000949263573 +Info 4188 [17:33:02.961] getCompletionsAtPosition: isCompletionListBlocker: 0.008453000336885452 +Info 4189 [17:33:02.961] getExportInfoMap: cache hit +Info 4190 [17:33:02.963] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4191 [17:33:02.963] collectAutoImports: response is complete +Info 4192 [17:33:02.963] collectAutoImports: 1.7934370003640652 +Info 4193 [17:33:02.963] getCompletionData: Semantic work: 2.4458080008625984 +Info 4194 [17:33:02.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1839029993861914 +Info 4195 [17:33:02.965] Format host information updated +Info 4196 [17:33:03.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4197 [17:33:03.023] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 8.85742799937725ms +Info 4198 [17:33:03.023] Different program with same set of files +Info 4199 [17:33:03.023] getCompletionData: Get current token: 0.0031630005687475204 +Info 4200 [17:33:03.023] getCompletionData: Is inside comment: 0.010087000206112862 +Info 4201 [17:33:03.023] getCompletionData: Get previous token: 0.02479199878871441 +Info 4202 [17:33:03.023] getCompletionsAtPosition: isCompletionListBlocker: 0.012558998540043831 +Info 4203 [17:33:03.026] getExportInfoMap: cache hit +Info 4204 [17:33:03.030] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4205 [17:33:03.030] collectAutoImports: response is complete +Info 4206 [17:33:03.030] collectAutoImports: 3.727971998974681 +Info 4207 [17:33:03.030] getCompletionData: Semantic work: 6.805568000301719 +Info 4208 [17:33:03.033] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.740931000560522 +Info 4209 [17:33:03.034] Format host information updated +Info 4210 [17:33:03.136] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4211 [17:33:03.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 6.8378520011901855ms +Info 4212 [17:33:03.142] Different program with same set of files +Info 4213 [17:33:03.143] getCompletionData: Get current token: 0.0013140011578798294 +Info 4214 [17:33:03.143] getCompletionData: Is inside comment: 0.00609700009226799 +Info 4215 [17:33:03.143] getCompletionData: Get previous token: 0.011768998578190804 +Info 4216 [17:33:03.143] getCompletionsAtPosition: isCompletionListBlocker: 0.008875999599695206 +Info 4217 [17:33:03.143] getExportInfoMap: cache hit +Info 4218 [17:33:03.145] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4219 [17:33:03.145] collectAutoImports: response is complete +Info 4220 [17:33:03.145] collectAutoImports: 2.012322999536991 +Info 4221 [17:33:03.145] getCompletionData: Semantic work: 2.6820110008120537 +Info 4222 [17:33:03.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4134639985859394 +Info 4223 [17:33:03.148] Format host information updated +Info 4224 [17:33:03.787] Format host information updated +Info 4225 [17:33:03.788] Format host information updated +Info 4226 [17:33:03.788] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4227 [17:33:03.794] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 6.064687998965383ms +Info 4228 [17:33:03.794] Different program with same set of files +Info 4229 [17:33:03.794] getCompletionData: Get current token: 0.0009300000965595245 +Info 4230 [17:33:03.794] getCompletionData: Is inside comment: 0.0045010000467300415 +Info 4231 [17:33:03.794] getCompletionData: Get previous token: 0.00357699953019619 +Info 4232 [17:33:03.794] getCompletionsAtPosition: isCompletionListBlocker: 0.007654000073671341 +Info 4233 [17:33:03.794] getExportInfoMap: cache hit +Err 4234 [17:33:03.803] Exception on executing command { + "seq": 1646, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js", + "line": 3, + "offset": 42 + } +}: + + Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + + Error: Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + at rehydrateCachedInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133322:57) + at Array.map () + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133271:35 + at forEachEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:15145:20) + at Object.search (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133267:14) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159554:20 + at resolvingModuleSpecifiers (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157076:18) + at collectAutoImports (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159544:5) + at getGlobalCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159474:5) + at tryGetGlobalSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159402:352) + at getCompletionData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159154:10) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157139:26) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4235 [17:33:03.803] getCompletionData: Get current token: 0.012229999527335167 +Info 4236 [17:33:03.803] getCompletionData: Is inside comment: 0.0032919999212026596 +Info 4237 [17:33:03.803] getCompletionData: Get previous token: 0.049300000071525574 +Info 4238 [17:33:03.803] getCompletionsAtPosition: isCompletionListBlocker: 0.008493999019265175 +Info 4239 [17:33:03.804] getCompletionData: Semantic work: 1.0624399986118078 +Info 4240 [17:33:03.814] getCompletionData: Get current token: 0.006637999787926674 +Info 4241 [17:33:03.814] getCompletionData: Is inside comment: 0.002848999574780464 +Info 4242 [17:33:03.814] getCompletionData: Get previous token: 0.00963599979877472 +Info 4243 [17:33:03.814] getCompletionsAtPosition: isCompletionListBlocker: 0.006642000749707222 +Info 4244 [17:33:03.815] getCompletionData: Semantic work: 0.8332090005278587 +Info 4245 [17:33:03.816] Format host information updated +Info 4246 [17:33:08.852] getCompletionData: Get current token: 0.005212999880313873 +Info 4247 [17:33:08.852] getCompletionData: Is inside comment: 0.012172998860478401 +Info 4248 [17:33:08.852] getCompletionData: Get previous token: 0.008692000061273575 +Info 4249 [17:33:08.852] getCompletionsAtPosition: isCompletionListBlocker: 0.014574998989701271 +Info 4250 [17:33:08.853] getExportInfoMap: cache hit +Err 4251 [17:33:08.857] Exception on executing command { + "seq": 1653, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js", + "line": 3, + "offset": 27 + } +}: + + Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + + Error: Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + at rehydrateCachedInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133322:57) + at Array.map () + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133271:35 + at forEachEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:15145:20) + at Object.search (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133267:14) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159554:20 + at resolvingModuleSpecifiers (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157076:18) + at collectAutoImports (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159544:5) + at getGlobalCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159474:5) + at tryGetGlobalSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159402:352) + at getCompletionData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159154:10) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157139:26) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4252 [17:33:08.960] Format host information updated +Info 4253 [17:33:08.961] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4254 [17:33:08.967] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 6.824354998767376ms +Info 4255 [17:33:08.967] Different program with same set of files +Info 4256 [17:33:09.086] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4257 [17:33:09.093] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 6.495848000049591ms +Info 4258 [17:33:09.093] Different program with same set of files +Info 4259 [17:33:09.093] getCompletionData: Get current token: 0.002859000116586685 +Info 4260 [17:33:09.093] getCompletionData: Is inside comment: 0.006474999710917473 +Info 4261 [17:33:09.093] getCompletionData: Get previous token: 0.008655998855829239 +Info 4262 [17:33:09.093] getCompletionsAtPosition: isCompletionListBlocker: 0.007611000910401344 +Info 4263 [17:33:09.093] getExportInfoMap: cache hit +Info 4264 [17:33:09.096] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 4265 [17:33:09.096] collectAutoImports: response is complete +Info 4266 [17:33:09.096] collectAutoImports: 2.4647270012646914 +Info 4267 [17:33:09.096] getCompletionData: Semantic work: 3.0946639999747276 +Info 4268 [17:33:09.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1032890006899834 +Info 4269 [17:33:09.098] Format host information updated +Info 4270 [17:33:09.266] Format host information updated +Info 4271 [17:33:09.267] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4272 [17:33:09.273] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 6.263877999037504ms +Info 4273 [17:33:09.273] Different program with same set of files +Info 4274 [17:33:09.391] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4275 [17:33:09.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 23.264141000807285ms +Info 4276 [17:33:09.415] Different program with same set of files +Info 4277 [17:33:09.415] getCompletionData: Get current token: 0.014352001249790192 +Info 4278 [17:33:09.415] getCompletionData: Is inside comment: 0.030796000733971596 +Info 4279 [17:33:09.415] getCompletionData: Get previous token: 0.06718400120735168 +Info 4280 [17:33:09.415] getCompletionsAtPosition: isCompletionListBlocker: 0.019322998821735382 +Info 4281 [17:33:09.417] getExportInfoMap: cache hit +Err 4282 [17:33:09.428] Exception on executing command { + "seq": 1665, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js", + "line": 3, + "offset": 31 + } +}: + + Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + + Error: Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + at rehydrateCachedInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133322:57) + at Array.map () + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133271:35 + at forEachEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:15145:20) + at Object.search (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133267:14) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159554:20 + at resolvingModuleSpecifiers (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157076:18) + at collectAutoImports (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159544:5) + at getGlobalCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159474:5) + at tryGetGlobalSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159402:352) + at getCompletionData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159154:10) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157139:26) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4283 [17:33:09.429] Format host information updated +Info 4284 [17:33:09.628] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4285 [17:33:09.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 6.451502999290824ms +Info 4286 [17:33:09.635] Different program with same set of files +Info 4287 [17:33:09.635] getCompletionData: Get current token: 0.004455000162124634 +Info 4288 [17:33:09.635] getCompletionData: Is inside comment: 0.008502999320626259 +Info 4289 [17:33:09.635] getCompletionData: Get previous token: 0.005984999239444733 +Info 4290 [17:33:09.635] getCompletionsAtPosition: isCompletionListBlocker: 0.011980000883340836 +Info 4291 [17:33:09.636] getExportInfoMap: cache hit +Err 4292 [17:33:09.642] Exception on executing command { + "seq": 1670, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js", + "line": 3, + "offset": 32 + } +}: + + Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + + Error: Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + at rehydrateCachedInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133322:57) + at Array.map () + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133271:35 + at forEachEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:15145:20) + at Object.search (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133267:14) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159554:20 + at resolvingModuleSpecifiers (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157076:18) + at collectAutoImports (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159544:5) + at getGlobalCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159474:5) + at tryGetGlobalSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159402:352) + at getCompletionData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159154:10) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157139:26) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4293 [17:33:09.642] Format host information updated +Info 4294 [17:33:10.074] getCompletionData: Get current token: 0.0011250004172325134 +Info 4295 [17:33:10.074] getCompletionData: Is inside comment: 0.004967000335454941 +Info 4296 [17:33:10.074] getCompletionData: Get previous token: 0.0034769997000694275 +Info 4297 [17:33:10.074] getCompletionsAtPosition: isCompletionListBlocker: 0.008935999125242233 +Info 4298 [17:33:10.075] getExportInfoMap: cache hit +Err 4299 [17:33:10.077] Exception on executing command { + "seq": 1674, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js", + "line": 3, + "offset": 47 + } +}: + + Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + + Error: Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + at rehydrateCachedInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133322:57) + at Array.map () + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133271:35 + at forEachEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:15145:20) + at Object.search (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133267:14) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159554:20 + at resolvingModuleSpecifiers (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157076:18) + at collectAutoImports (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159544:5) + at getGlobalCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159474:5) + at tryGetGlobalSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159402:352) + at getCompletionData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159154:10) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157139:26) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4300 [17:33:10.369] getCompletionData: Get current token: 0.003048000857234001 +Info 4301 [17:33:10.369] getCompletionData: Is inside comment: 0.0010349992662668228 +Info 4302 [17:33:10.369] getCompletionData: Get previous token: 0.008741000667214394 +Info 4303 [17:33:10.369] getCompletionsAtPosition: isCompletionListBlocker: 0.002765001729130745 +Info 4304 [17:33:10.369] getExportInfoMap: cache hit +Err 4305 [17:33:10.373] Exception on executing command { + "seq": 1675, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js", + "line": 3, + "offset": 46 + } +}: + + Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + + Error: Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + at rehydrateCachedInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133322:57) + at Array.map () + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133271:35 + at forEachEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:15145:20) + at Object.search (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133267:14) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159554:20 + at resolvingModuleSpecifiers (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157076:18) + at collectAutoImports (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159544:5) + at getGlobalCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159474:5) + at tryGetGlobalSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159402:352) + at getCompletionData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159154:10) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157139:26) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4306 [17:33:10.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4307 [17:33:10.620] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 9.957725999876857ms +Info 4308 [17:33:10.620] Different program with same set of files +Info 4309 [17:33:10.620] getCompletionData: Get current token: 0.004960000514984131 +Info 4310 [17:33:10.620] getCompletionData: Is inside comment: 0.0017089992761611938 +Info 4311 [17:33:10.620] getCompletionData: Get previous token: 0.021654000505805016 +Info 4312 [17:33:10.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0031119994819164276 +Info 4313 [17:33:10.621] getExportInfoMap: cache hit +Info 4314 [17:33:10.624] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 4315 [17:33:10.624] collectAutoImports: response is complete +Info 4316 [17:33:10.624] collectAutoImports: 3.5101000014692545 +Info 4317 [17:33:10.624] getCompletionData: Semantic work: 4.27900299988687 +Info 4318 [17:33:10.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6673259995877743 +Info 4319 [17:33:10.629] Format host information updated +Info 4320 [17:33:11.174] Format host information updated +Info 4321 [17:33:11.175] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4322 [17:33:11.191] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 16.576319999992847ms +Info 4323 [17:33:11.192] Different program with same set of files +Info 4324 [17:33:11.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4325 [17:33:11.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 6.283264998346567ms +Info 4326 [17:33:11.536] Different program with same set of files +Info 4327 [17:33:11.536] getCompletionData: Get current token: 0.0029460005462169647 +Info 4328 [17:33:11.536] getCompletionData: Is inside comment: 0.004444999620318413 +Info 4329 [17:33:11.536] getCompletionData: Get previous token: 0.0026650000363588333 +Info 4330 [17:33:11.536] getCompletionsAtPosition: isCompletionListBlocker: 0.006346000358462334 +Info 4331 [17:33:11.536] Returning an empty list because completion was requested in an invalid position. +Info 4332 [17:33:11.536] Format host information updated +Info 4333 [17:33:11.682] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4334 [17:33:11.691] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 8.306028999388218ms +Info 4335 [17:33:11.691] Different program with same set of files +Info 4336 [17:33:11.691] getCompletionData: Get current token: 0.0012219995260238647 +Info 4337 [17:33:11.691] getCompletionData: Is inside comment: 0.005597000941634178 +Info 4338 [17:33:11.691] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4339 [17:33:11.691] Format host information updated +Info 4340 [17:33:11.822] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4341 [17:33:11.829] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 6.5134120006114244ms +Info 4342 [17:33:11.829] Different program with same set of files +Info 4343 [17:33:11.829] getCompletionData: Get current token: 0.0017699990421533585 +Info 4344 [17:33:11.829] getCompletionData: Is inside comment: 0.004989000037312508 +Info 4345 [17:33:11.830] Format host information updated +Info 4346 [17:33:11.949] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4347 [17:33:11.958] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 8.727008998394012ms +Info 4348 [17:33:11.958] Different program with same set of files +Info 4349 [17:33:11.958] getCompletionData: Get current token: 0.0014069993048906326 +Info 4350 [17:33:11.958] getCompletionData: Is inside comment: 0.004604000598192215 +Info 4351 [17:33:11.959] Format host information updated +Info 4352 [17:33:12.285] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4353 [17:33:12.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 6.549583001062274ms +Info 4354 [17:33:12.291] Different program with same set of files +Info 4355 [17:33:12.292] getCompletionData: Get current token: 0.0019870009273290634 +Info 4356 [17:33:12.292] getCompletionData: Is inside comment: 0.006605001166462898 +Info 4357 [17:33:12.292] getCompletionData: Get previous token: 0.0038060005754232407 +Info 4358 [17:33:12.292] getCompletionsAtPosition: isCompletionListBlocker: 0.014037000015377998 +Info 4359 [17:33:12.292] getExportInfoMap: cache hit +Err 4360 [17:33:12.296] Exception on executing command { + "seq": 1703, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js", + "line": 3, + "offset": 6 + } +}: + + Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + + Error: Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + at rehydrateCachedInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133322:57) + at Array.map () + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133271:35 + at forEachEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:15145:20) + at Object.search (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133267:14) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159554:20 + at resolvingModuleSpecifiers (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157076:18) + at collectAutoImports (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159544:5) + at getGlobalCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159474:5) + at tryGetGlobalSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159402:352) + at getCompletionData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159154:10) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157139:26) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4361 [17:33:12.296] Format host information updated +Info 4362 [17:33:12.410] Format host information updated +Info 4363 [17:33:12.411] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4364 [17:33:12.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 9.29497000016272ms +Info 4365 [17:33:12.420] Different program with same set of files +Info 4366 [17:33:12.746] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4367 [17:33:12.755] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 9.436727000400424ms +Info 4368 [17:33:12.755] Different program with same set of files +Info 4369 [17:33:12.755] getCompletionData: Get current token: 0.0036539994180202484 +Info 4370 [17:33:12.755] getCompletionData: Is inside comment: 0.010803001001477242 +Info 4371 [17:33:12.755] getCompletionData: Get previous token: 0.007562998682260513 +Info 4372 [17:33:12.755] getCompletionsAtPosition: isCompletionListBlocker: 0.008904999122023582 +Info 4373 [17:33:12.756] getExportInfoMap: cache hit +Err 4374 [17:33:12.763] Exception on executing command { + "seq": 1711, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js", + "line": 3, + "offset": 6 + } +}: + + Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + + Error: Debug Failure. Could not find symbol 'dlopen' by key 'dlopen' in module "process" + at rehydrateCachedInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133322:57) + at Array.map () + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133271:35 + at forEachEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:15145:20) + at Object.search (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:133267:14) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159554:20 + at resolvingModuleSpecifiers (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157076:18) + at collectAutoImports (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159544:5) + at getGlobalCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159474:5) + at tryGetGlobalSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159402:352) + at getCompletionData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:159154:10) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157139:26) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4375 [17:33:12.763] Format host information updated +Info 4376 [17:33:13.566] Format host information updated +Info 4377 [17:33:13.566] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4378 [17:33:13.574] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 8.391191000118852ms +Info 4379 [17:33:13.574] Different program with same set of files +Info 4380 [17:33:13.635] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4381 [17:33:13.641] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 6.444741999730468ms +Info 4382 [17:33:13.641] Different program with same set of files +Info 4383 [17:33:13.641] getCompletionData: Get current token: 0.0019189994782209396 +Info 4384 [17:33:13.641] getCompletionData: Is inside comment: 0.006728999316692352 +Info 4385 [17:33:13.642] Format host information updated +Info 4386 [17:33:13.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4387 [17:33:13.828] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 6.351720999926329ms +Info 4388 [17:33:13.828] Different program with same set of files +Info 4389 [17:33:13.828] getCompletionData: Get current token: 0.0018360000103712082 +Info 4390 [17:33:13.828] getCompletionData: Is inside comment: 0.005890998989343643 +Info 4391 [17:33:13.828] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4392 [17:33:13.830] Format host information updated +Info 4393 [17:33:13.919] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4394 [17:33:13.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 24.192131999880075ms +Info 4395 [17:33:13.943] Different program with same set of files +Info 4396 [17:33:13.943] getCompletionData: Get current token: 0.009213000535964966 +Info 4397 [17:33:13.944] getCompletionData: Is inside comment: 0.028183000162243843 +Info 4398 [17:33:13.944] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4399 [17:33:13.944] Format host information updated +Info 4400 [17:33:14.031] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4401 [17:33:14.056] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 24.375282000750303ms +Info 4402 [17:33:14.056] Different program with same set of files +Info 4403 [17:33:14.056] getCompletionData: Get current token: 0.008899999782443047 +Info 4404 [17:33:14.056] getCompletionData: Is inside comment: 0.03022100031375885 +Info 4405 [17:33:14.056] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4406 [17:33:14.062] Format host information updated +Info 4407 [17:33:14.106] Format host information updated +Info 4408 [17:33:14.106] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4409 [17:33:14.122] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 16.3625499997288ms +Info 4410 [17:33:14.122] Different program with same set of files +Info 4411 [17:33:14.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4412 [17:33:14.479] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 6.237778998911381ms +Info 4413 [17:33:14.479] Different program with same set of files +Info 4414 [17:33:14.479] getCompletionData: Get current token: 0.001699000597000122 +Info 4415 [17:33:14.479] getCompletionData: Is inside comment: 0.006798999384045601 +Info 4416 [17:33:14.479] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4417 [17:33:14.481] Format host information updated +Info 4418 [17:33:14.710] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4419 [17:33:14.717] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 6.146312998607755ms +Info 4420 [17:33:14.717] Different program with same set of files +Info 4421 [17:33:14.717] getCompletionData: Get current token: 0.0018809996545314789 +Info 4422 [17:33:14.717] getCompletionData: Is inside comment: 0.007395001128315926 +Info 4423 [17:33:14.717] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4424 [17:33:14.717] Format host information updated +Info 4425 [17:33:14.862] Format host information updated +Info 4426 [17:33:14.862] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4427 [17:33:14.869] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 6.377684999257326ms +Info 4428 [17:33:14.869] Different program with same set of files +Info 4429 [17:33:15.104] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4430 [17:33:15.113] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 9.77382499910891ms +Info 4431 [17:33:15.113] Different program with same set of files +Info 4432 [17:33:15.114] getCompletionData: Get current token: 0.0037779994308948517 +Info 4433 [17:33:15.114] getCompletionData: Is inside comment: 0.013197999447584152 +Info 4434 [17:33:15.114] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4435 [17:33:15.114] Format host information updated +Info 4436 [17:33:15.199] Format host information updated +Info 4437 [17:33:15.200] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4438 [17:33:15.206] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 6.53430899977684ms +Info 4439 [17:33:15.206] Different program with same set of files +Info 4440 [17:33:15.436] getCompletionData: Get current token: 0.0029189996421337128 +Info 4441 [17:33:15.436] getCompletionData: Is inside comment: 0.009107999503612518 +Info 4442 [17:33:15.436] getCompletionData: Get previous token: 0.005473999306559563 +Info 4443 [17:33:15.436] getCompletionsAtPosition: isCompletionListBlocker: 0.009307999163866043 +Info 4444 [17:33:15.437] getExportInfoMap: cache hit +Info 4445 [17:33:15.456] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4446 [17:33:15.456] collectAutoImports: response is complete +Info 4447 [17:33:15.456] collectAutoImports: 18.90755799971521 +Info 4448 [17:33:15.456] getCompletionData: Semantic work: 19.631012000143528 +Info 4449 [17:33:15.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.936819000169635 +Info 4450 [17:33:15.569] getCompletionData: Get current token: 0.003770001232624054 +Info 4451 [17:33:15.569] getCompletionData: Is inside comment: 0.010852999985218048 +Info 4452 [17:33:15.570] getCompletionData: Get previous token: 0.007455999031662941 +Info 4453 [17:33:15.570] getCompletionsAtPosition: isCompletionListBlocker: 0.0036990009248256683 +Info 4454 [17:33:15.570] getExportInfoMap: cache hit +Info 4455 [17:33:15.583] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4456 [17:33:15.583] collectAutoImports: response is complete +Info 4457 [17:33:15.583] collectAutoImports: 12.556477000936866 +Info 4458 [17:33:15.583] getCompletionData: Semantic work: 13.347256001085043 +Info 4459 [17:33:15.588] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.094946999102831 +Info 4460 [17:33:15.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4461 [17:33:15.694] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 7.690704999491572ms +Info 4462 [17:33:15.694] Different program with same set of files +Info 4463 [17:33:15.694] getCompletionData: Get current token: 0.003422999754548073 +Info 4464 [17:33:15.694] getCompletionData: Is inside comment: 0.009410999715328217 +Info 4465 [17:33:15.694] getCompletionData: Get previous token: 0.010926999151706696 +Info 4466 [17:33:15.695] getCompletionsAtPosition: isCompletionListBlocker: 0.0029710009694099426 +Info 4467 [17:33:15.695] getExportInfoMap: cache hit +Info 4468 [17:33:15.697] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 6 from cache +Info 4469 [17:33:15.697] collectAutoImports: response is complete +Info 4470 [17:33:15.697] collectAutoImports: 2.3760249987244606 +Info 4471 [17:33:15.697] getCompletionData: Semantic work: 2.9760569985955954 +Info 4472 [17:33:15.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8832389991730452 +Info 4473 [17:33:15.701] Format host information updated +Info 4474 [17:33:15.825] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4475 [17:33:15.838] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 12.70996200107038ms +Info 4476 [17:33:15.838] Different program with same set of files +Info 4477 [17:33:15.838] getCompletionData: Get current token: 0.004979001358151436 +Info 4478 [17:33:15.838] getCompletionData: Is inside comment: 0.013599999248981476 +Info 4479 [17:33:15.839] getCompletionData: Get previous token: 0.01556599885225296 +Info 4480 [17:33:15.839] getCompletionsAtPosition: isCompletionListBlocker: 0.0037749987095594406 +Info 4481 [17:33:15.839] getExportInfoMap: cache hit +Info 4482 [17:33:15.842] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 4483 [17:33:15.842] collectAutoImports: response is complete +Info 4484 [17:33:15.842] collectAutoImports: 3.069973999634385 +Info 4485 [17:33:15.842] getCompletionData: Semantic work: 3.850848000496626 +Info 4486 [17:33:15.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.466321000829339 +Info 4487 [17:33:15.846] Format host information updated +Info 4488 [17:33:15.886] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4489 [17:33:15.892] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 6.02402999997139ms +Info 4490 [17:33:15.892] Different program with same set of files +Info 4491 [17:33:15.892] getCompletionData: Get current token: 0.003244999796152115 +Info 4492 [17:33:15.892] getCompletionData: Is inside comment: 0.007615000009536743 +Info 4493 [17:33:15.892] getCompletionData: Get previous token: 0.008805999532341957 +Info 4494 [17:33:15.892] getCompletionsAtPosition: isCompletionListBlocker: 0.0022979993373155594 +Info 4495 [17:33:15.893] getExportInfoMap: cache hit +Info 4496 [17:33:15.895] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 4497 [17:33:15.895] collectAutoImports: response is complete +Info 4498 [17:33:15.895] collectAutoImports: 1.9309919998049736 +Info 4499 [17:33:15.895] getCompletionData: Semantic work: 2.4012770000845194 +Info 4500 [17:33:15.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6297780014574528 +Info 4501 [17:33:15.899] Format host information updated +Info 4502 [17:33:16.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4503 [17:33:16.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 6.657029999420047ms +Info 4504 [17:33:16.048] Different program with same set of files +Info 4505 [17:33:16.048] getCompletionData: Get current token: 0.0033189989626407623 +Info 4506 [17:33:16.048] getCompletionData: Is inside comment: 0.009073000401258469 +Info 4507 [17:33:16.048] getCompletionData: Get previous token: 0.010497000068426132 +Info 4508 [17:33:16.048] getCompletionsAtPosition: isCompletionListBlocker: 0.0024809986352920532 +Info 4509 [17:33:16.049] getExportInfoMap: cache hit +Info 4510 [17:33:16.051] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 4511 [17:33:16.051] collectAutoImports: response is complete +Info 4512 [17:33:16.051] collectAutoImports: 2.009408000856638 +Info 4513 [17:33:16.051] getCompletionData: Semantic work: 2.5470829997211695 +Info 4514 [17:33:16.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7393829990178347 +Info 4515 [17:33:16.053] Format host information updated +Info 4516 [17:33:16.154] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4517 [17:33:16.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 6.749765999615192ms +Info 4518 [17:33:16.160] Different program with same set of files +Info 4519 [17:33:16.161] getCompletionData: Get current token: 0.00356299988925457 +Info 4520 [17:33:16.161] getCompletionData: Is inside comment: 0.010391999036073685 +Info 4521 [17:33:16.161] getCompletionData: Get previous token: 0.011901000514626503 +Info 4522 [17:33:16.161] getCompletionsAtPosition: isCompletionListBlocker: 0.002732999622821808 +Info 4523 [17:33:16.161] getExportInfoMap: cache hit +Info 4524 [17:33:16.175] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4525 [17:33:16.175] collectAutoImports: response is complete +Info 4526 [17:33:16.175] collectAutoImports: 13.723426999524236 +Info 4527 [17:33:16.175] getCompletionData: Semantic work: 14.293840000405908 +Info 4528 [17:33:16.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.253886999562383 +Info 4529 [17:33:16.182] Format host information updated +Info 4530 [17:33:16.348] Format host information updated +Info 4531 [17:33:16.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4532 [17:33:16.357] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 8.400635000318289ms +Info 4533 [17:33:16.357] Different program with same set of files +Info 4534 [17:33:16.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4535 [17:33:16.590] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 8.677750000730157ms +Info 4536 [17:33:16.590] Different program with same set of files +Info 4537 [17:33:16.590] getCompletionData: Get current token: 0.0048489999026060104 +Info 4538 [17:33:16.590] getCompletionData: Is inside comment: 0.013808000832796097 +Info 4539 [17:33:16.590] getCompletionData: Get previous token: 0.016852999106049538 +Info 4540 [17:33:16.590] getCompletionsAtPosition: isCompletionListBlocker: 0.011669998988509178 +Info 4541 [17:33:16.591] getExportInfoMap: cache hit +Info 4542 [17:33:16.594] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 6 from cache +Info 4543 [17:33:16.594] collectAutoImports: response is complete +Info 4544 [17:33:16.594] collectAutoImports: 3.264197999611497 +Info 4545 [17:33:16.594] getCompletionData: Semantic work: 4.0616800002753735 +Info 4546 [17:33:16.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5792580004781485 +Info 4547 [17:33:16.598] Format host information updated +Info 4548 [17:33:16.840] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4549 [17:33:16.847] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 6.905928999185562ms +Info 4550 [17:33:16.847] Different program with same set of files +Info 4551 [17:33:16.848] getCompletionData: Get current token: 0.0035050008445978165 +Info 4552 [17:33:16.848] getCompletionData: Is inside comment: 0.010110000148415565 +Info 4553 [17:33:16.848] getCompletionData: Get previous token: 0.011323999613523483 +Info 4554 [17:33:16.848] getCompletionsAtPosition: isCompletionListBlocker: 0.007355000823736191 +Info 4555 [17:33:16.848] getExportInfoMap: cache hit +Info 4556 [17:33:16.852] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 5 from cache +Info 4557 [17:33:16.852] collectAutoImports: response is complete +Info 4558 [17:33:16.852] collectAutoImports: 3.6980260014533997 +Info 4559 [17:33:16.852] getCompletionData: Semantic work: 4.282444000244141 +Info 4560 [17:33:16.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8373259995132685 +Info 4561 [17:33:16.855] Format host information updated +Info 4562 [17:33:16.931] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4563 [17:33:16.937] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 6.412781000137329ms +Info 4564 [17:33:16.937] Different program with same set of files +Info 4565 [17:33:16.937] getCompletionData: Get current token: 0.00290600024163723 +Info 4566 [17:33:16.937] getCompletionData: Is inside comment: 0.009235000237822533 +Info 4567 [17:33:16.937] getCompletionData: Get previous token: 0.010541999712586403 +Info 4568 [17:33:16.937] getCompletionsAtPosition: isCompletionListBlocker: 0.006780000403523445 +Info 4569 [17:33:16.938] getExportInfoMap: cache hit +Info 4570 [17:33:16.940] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4571 [17:33:16.940] collectAutoImports: response is complete +Info 4572 [17:33:16.940] collectAutoImports: 1.942485999315977 +Info 4573 [17:33:16.940] getCompletionData: Semantic work: 2.5420980006456375 +Info 4574 [17:33:16.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7897950001060963 +Info 4575 [17:33:16.943] Format host information updated +Info 4576 [17:33:17.007] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4577 [17:33:17.016] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 8.856081999838352ms +Info 4578 [17:33:17.016] Different program with same set of files +Info 4579 [17:33:17.016] getCompletionData: Get current token: 0.003091000020503998 +Info 4580 [17:33:17.016] getCompletionData: Is inside comment: 0.007974999025464058 +Info 4581 [17:33:17.016] getCompletionData: Get previous token: 0.010392999276518822 +Info 4582 [17:33:17.016] getCompletionsAtPosition: isCompletionListBlocker: 0.007781999185681343 +Info 4583 [17:33:17.017] getExportInfoMap: cache hit +Info 4584 [17:33:17.019] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4585 [17:33:17.019] collectAutoImports: response is complete +Info 4586 [17:33:17.019] collectAutoImports: 1.6312099993228912 +Info 4587 [17:33:17.019] getCompletionData: Semantic work: 2.1006560008972883 +Info 4588 [17:33:17.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5753329992294312 +Info 4589 [17:33:17.021] Format host information updated +Info 4590 [17:33:17.068] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4591 [17:33:17.077] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 8.299264000728726ms +Info 4592 [17:33:17.077] Different program with same set of files +Info 4593 [17:33:17.077] getCompletionData: Get current token: 0.004276998341083527 +Info 4594 [17:33:17.077] getCompletionData: Is inside comment: 0.013387000188231468 +Info 4595 [17:33:17.077] getCompletionData: Get previous token: 0.015931999310851097 +Info 4596 [17:33:17.077] getCompletionsAtPosition: isCompletionListBlocker: 0.009076999500393867 +Info 4597 [17:33:17.077] getExportInfoMap: cache hit +Info 4598 [17:33:17.080] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4599 [17:33:17.080] collectAutoImports: response is complete +Info 4600 [17:33:17.080] collectAutoImports: 2.285215999931097 +Info 4601 [17:33:17.080] getCompletionData: Semantic work: 2.916947999969125 +Info 4602 [17:33:17.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3547010011970997 +Info 4603 [17:33:17.085] Format host information updated +Info 4604 [17:33:17.724] Format host information updated +Info 4605 [17:33:17.724] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4606 [17:33:17.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 6.674422999843955ms +Info 4607 [17:33:17.731] Different program with same set of files +Info 4608 [17:33:19.268] getCompletionData: Get current token: 0.004687000066041946 +Info 4609 [17:33:19.268] getCompletionData: Is inside comment: 0.008914999663829803 +Info 4610 [17:33:19.268] getCompletionData: Get previous token: 0.0053620003163814545 +Info 4611 [17:33:19.268] getCompletionsAtPosition: isCompletionListBlocker: 0.0031029991805553436 +Info 4612 [17:33:19.269] getExportInfoMap: cache hit +Info 4613 [17:33:19.278] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4614 [17:33:19.278] collectAutoImports: response is complete +Info 4615 [17:33:19.278] collectAutoImports: 9.283920999616385 +Info 4616 [17:33:19.278] getCompletionData: Semantic work: 9.846367999911308 +Info 4617 [17:33:19.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.348102999851108 +Info 4618 [17:33:19.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4619 [17:33:19.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 10.48293799906969ms +Info 4620 [17:33:19.489] Different program with same set of files +Info 4621 [17:33:19.489] getCompletionData: Get current token: 0.008640000596642494 +Info 4622 [17:33:19.489] getCompletionData: Is inside comment: 0.017835000529885292 +Info 4623 [17:33:19.489] getCompletionData: Get previous token: 0.012043999508023262 +Info 4624 [17:33:19.489] getCompletionsAtPosition: isCompletionListBlocker: 0.004770999774336815 +Info 4625 [17:33:19.490] getExportInfoMap: cache hit +Info 4626 [17:33:19.501] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4627 [17:33:19.501] collectAutoImports: response is complete +Info 4628 [17:33:19.501] collectAutoImports: 10.609747000038624 +Info 4629 [17:33:19.501] getCompletionData: Semantic work: 11.405329000204802 +Info 4630 [17:33:19.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.932070000097156 +Info 4631 [17:33:19.508] Format host information updated +Info 4632 [17:33:20.022] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4633 [17:33:20.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 7.001190999522805ms +Info 4634 [17:33:20.029] Different program with same set of files +Info 4635 [17:33:20.029] getCompletionData: Get current token: 0.002869000658392906 +Info 4636 [17:33:20.029] getCompletionData: Is inside comment: 0.008020000532269478 +Info 4637 [17:33:20.029] getCompletionData: Get previous token: 0.030451999977231026 +Info 4638 [17:33:20.029] getCompletionsAtPosition: isCompletionListBlocker: 0.0033510010689496994 +Info 4639 [17:33:20.030] getExportInfoMap: cache hit +Info 4640 [17:33:20.031] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4641 [17:33:20.031] collectAutoImports: response is complete +Info 4642 [17:33:20.031] collectAutoImports: 1.4713260009884834 +Info 4643 [17:33:20.031] getCompletionData: Semantic work: 1.972376000136137 +Info 4644 [17:33:20.033] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5200679991394281 +Info 4645 [17:33:20.034] Format host information updated +Info 4646 [17:33:20.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4647 [17:33:20.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 8.007815999910235ms +Info 4648 [17:33:20.356] Different program with same set of files +Info 4649 [17:33:20.356] getCompletionData: Get current token: 0.003713000565767288 +Info 4650 [17:33:20.356] getCompletionData: Is inside comment: 0.01043500006198883 +Info 4651 [17:33:20.356] getCompletionData: Get previous token: 0.012349000200629234 +Info 4652 [17:33:20.356] getCompletionsAtPosition: isCompletionListBlocker: 0.003332998603582382 +Info 4653 [17:33:20.356] getExportInfoMap: cache hit +Info 4654 [17:33:20.358] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4655 [17:33:20.358] collectAutoImports: response is complete +Info 4656 [17:33:20.358] collectAutoImports: 1.7294560000300407 +Info 4657 [17:33:20.358] getCompletionData: Semantic work: 2.2438799999654293 +Info 4658 [17:33:20.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7970659993588924 +Info 4659 [17:33:20.361] Format host information updated +Info 4660 [17:33:20.671] Format host information updated +Info 4661 [17:33:20.671] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4662 [17:33:20.677] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 6.135300999507308ms +Info 4663 [17:33:20.677] Different program with same set of files +Info 4664 [17:33:20.901] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4665 [17:33:20.909] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 8.038149001076818ms +Info 4666 [17:33:20.909] Different program with same set of files +Info 4667 [17:33:20.909] getCompletionData: Get current token: 0.015157001093029976 +Info 4668 [17:33:20.909] getCompletionData: Is inside comment: 0.009633999317884445 +Info 4669 [17:33:20.909] getCompletionData: Get previous token: 0.011236999183893204 +Info 4670 [17:33:20.909] getCompletionsAtPosition: isCompletionListBlocker: 0.003371000289916992 +Info 4671 [17:33:20.909] getExportInfoMap: cache hit +Info 4672 [17:33:20.911] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4673 [17:33:20.911] collectAutoImports: response is complete +Info 4674 [17:33:20.911] collectAutoImports: 1.6126579996198416 +Info 4675 [17:33:20.911] getCompletionData: Semantic work: 2.112881999462843 +Info 4676 [17:33:20.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6819700002670288 +Info 4677 [17:33:20.914] Format host information updated +Info 4678 [17:33:21.061] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4679 [17:33:21.068] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 6.498483000323176ms +Info 4680 [17:33:21.068] Different program with same set of files +Info 4681 [17:33:21.068] getCompletionData: Get current token: 0.005587000399827957 +Info 4682 [17:33:21.068] getCompletionData: Is inside comment: 0.01167600043118 +Info 4683 [17:33:21.068] getCompletionData: Get previous token: 0.00904100015759468 +Info 4684 [17:33:21.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0032839998602867126 +Info 4685 [17:33:21.069] getExportInfoMap: cache hit +Info 4686 [17:33:21.081] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4687 [17:33:21.081] collectAutoImports: response is complete +Info 4688 [17:33:21.081] collectAutoImports: 12.350320000201464 +Info 4689 [17:33:21.081] getCompletionData: Semantic work: 12.859745999798179 +Info 4690 [17:33:21.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.971160000190139 +Info 4691 [17:33:21.088] Format host information updated +Info 4692 [17:33:21.757] getCompletionData: Get current token: 0.003605000674724579 +Info 4693 [17:33:21.757] getCompletionData: Is inside comment: 0.0307219997048378 +Info 4694 [17:33:21.757] getCompletionData: Get previous token: 0.006958998739719391 +Info 4695 [17:33:21.757] getCompletionsAtPosition: isCompletionListBlocker: 0.0030060000717639923 +Info 4696 [17:33:21.758] getExportInfoMap: cache hit +Info 4697 [17:33:21.765] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4698 [17:33:21.765] collectAutoImports: response is complete +Info 4699 [17:33:21.765] collectAutoImports: 7.171142999082804 +Info 4700 [17:33:21.765] getCompletionData: Semantic work: 7.672952000051737 +Info 4701 [17:33:21.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.974346999078989 +Info 4702 [17:33:21.869] Format host information updated +Info 4703 [17:33:21.869] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4704 [17:33:21.875] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 6.639436000958085ms +Info 4705 [17:33:21.876] Different program with same set of files +Info 4706 [17:33:22.090] getCompletionData: Get current token: 0.0026580002158880234 +Info 4707 [17:33:22.090] getCompletionData: Is inside comment: 0.009479999542236328 +Info 4708 [17:33:22.090] getCompletionData: Get previous token: 0.01268799975514412 +Info 4709 [17:33:22.090] getCompletionsAtPosition: isCompletionListBlocker: 0.009101001545786858 +Info 4710 [17:33:22.090] getExportInfoMap: cache hit +Info 4711 [17:33:22.092] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4712 [17:33:22.092] collectAutoImports: response is complete +Info 4713 [17:33:22.092] collectAutoImports: 1.4835620000958443 +Info 4714 [17:33:22.092] getCompletionData: Semantic work: 2.021425999701023 +Info 4715 [17:33:22.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4902060013264418 +Info 4716 [17:33:22.362] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4717 [17:33:22.369] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.252235000953078ms +Info 4718 [17:33:22.369] Different program with same set of files +Info 4719 [17:33:22.369] getCompletionData: Get current token: 0.004402998834848404 +Info 4720 [17:33:22.369] getCompletionData: Is inside comment: 0.008789999410510063 +Info 4721 [17:33:22.369] getCompletionData: Get previous token: 0.005919000133872032 +Info 4722 [17:33:22.369] getCompletionsAtPosition: isCompletionListBlocker: 0.007681999355554581 +Info 4723 [17:33:22.369] getExportInfoMap: cache hit +Info 4724 [17:33:22.380] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4725 [17:33:22.380] collectAutoImports: response is complete +Info 4726 [17:33:22.380] collectAutoImports: 10.702671999111772 +Info 4727 [17:33:22.380] getCompletionData: Semantic work: 11.158486999571323 +Info 4728 [17:33:22.383] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3590759988874197 +Info 4729 [17:33:22.386] Format host information updated +Info 4730 [17:33:22.518] Format host information updated +Info 4731 [17:33:22.518] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4732 [17:33:22.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 6.760322999209166ms +Info 4733 [17:33:22.524] Different program with same set of files +Info 4734 [17:33:22.635] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4735 [17:33:22.642] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 6.3077830001711845ms +Info 4736 [17:33:22.642] Different program with same set of files +Info 4737 [17:33:22.642] getCompletionData: Get current token: 0.003231000155210495 +Info 4738 [17:33:22.642] getCompletionData: Is inside comment: 0.009238999336957932 +Info 4739 [17:33:22.642] getCompletionData: Get previous token: 0.005997000262141228 +Info 4740 [17:33:22.642] getCompletionsAtPosition: isCompletionListBlocker: 0.007215000689029694 +Info 4741 [17:33:22.642] getExportInfoMap: cache hit +Info 4742 [17:33:22.652] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4743 [17:33:22.652] collectAutoImports: response is complete +Info 4744 [17:33:22.653] collectAutoImports: 10.068161999806762 +Info 4745 [17:33:22.653] getCompletionData: Semantic work: 10.545019000768661 +Info 4746 [17:33:22.656] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.53995299898088 +Info 4747 [17:33:22.659] Format host information updated +Info 4748 [17:33:22.929] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4749 [17:33:22.936] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 6.369442000985146ms +Info 4750 [17:33:22.936] Different program with same set of files +Info 4751 [17:33:22.936] getCompletionData: Get current token: 0.0036699995398521423 +Info 4752 [17:33:22.936] getCompletionData: Is inside comment: 0.009493999183177948 +Info 4753 [17:33:22.936] getCompletionData: Get previous token: 0.006379999220371246 +Info 4754 [17:33:22.936] getCompletionsAtPosition: isCompletionListBlocker: 0.008049998432397842 +Info 4755 [17:33:22.936] getExportInfoMap: cache hit +Info 4756 [17:33:22.946] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 4757 [17:33:22.946] collectAutoImports: response is complete +Info 4758 [17:33:22.946] collectAutoImports: 9.25436699949205 +Info 4759 [17:33:22.946] getCompletionData: Semantic work: 9.740162998437881 +Info 4760 [17:33:22.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0489939991384745 +Info 4761 [17:33:22.953] Format host information updated +Info 4762 [17:33:22.990] Format host information updated +Info 4763 [17:33:22.990] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4764 [17:33:22.998] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 7.536642000079155ms +Info 4765 [17:33:22.998] Different program with same set of files +Info 4766 [17:33:24.771] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4767 [17:33:24.777] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 6.271945999935269ms +Info 4768 [17:33:24.777] Different program with same set of files +Info 4769 [17:33:24.777] getCompletionData: Get current token: 0.002725999802350998 +Info 4770 [17:33:24.777] getCompletionData: Is inside comment: 0.008080000057816505 +Info 4771 [17:33:24.777] getCompletionData: Get previous token: 0.009378001093864441 +Info 4772 [17:33:24.777] getCompletionsAtPosition: isCompletionListBlocker: 0.007085001096129417 +Info 4773 [17:33:24.778] getExportInfoMap: cache hit +Info 4774 [17:33:24.783] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 10 from cache +Info 4775 [17:33:24.783] collectAutoImports: response is complete +Info 4776 [17:33:24.783] collectAutoImports: 4.78485899977386 +Info 4777 [17:33:24.783] getCompletionData: Semantic work: 5.300211001187563 +Info 4778 [17:33:24.785] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.080003999173641 +Info 4779 [17:33:24.786] Format host information updated +Info 4780 [17:33:24.992] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4781 [17:33:24.998] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 6.2829529996961355ms +Info 4782 [17:33:24.998] Different program with same set of files +Info 4783 [17:33:24.998] getCompletionData: Get current token: 0.0024499986320734024 +Info 4784 [17:33:24.998] getCompletionData: Is inside comment: 0.0077500008046627045 +Info 4785 [17:33:24.998] getCompletionData: Get previous token: 0.00947900116443634 +Info 4786 [17:33:24.998] getCompletionsAtPosition: isCompletionListBlocker: 0.006605999544262886 +Info 4787 [17:33:24.998] getExportInfoMap: cache hit +Info 4788 [17:33:25.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 4789 [17:33:25.000] collectAutoImports: response is complete +Info 4790 [17:33:25.000] collectAutoImports: 1.6015590000897646 +Info 4791 [17:33:25.000] getCompletionData: Semantic work: 2.0486949998885393 +Info 4792 [17:33:25.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.677378999069333 +Info 4793 [17:33:25.003] Format host information updated +Info 4794 [17:33:25.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4795 [17:33:25.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 8.754661001265049ms +Info 4796 [17:33:25.111] Different program with same set of files +Info 4797 [17:33:25.111] getCompletionData: Get current token: 0.003566998988389969 +Info 4798 [17:33:25.111] getCompletionData: Is inside comment: 0.010394999757409096 +Info 4799 [17:33:25.111] getCompletionData: Get previous token: 0.012345999479293823 +Info 4800 [17:33:25.111] getCompletionsAtPosition: isCompletionListBlocker: 0.008848000317811966 +Info 4801 [17:33:25.111] getExportInfoMap: cache hit +Info 4802 [17:33:25.113] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 4803 [17:33:25.113] collectAutoImports: response is complete +Info 4804 [17:33:25.113] collectAutoImports: 1.880664998665452 +Info 4805 [17:33:25.113] getCompletionData: Semantic work: 2.425245000049472 +Info 4806 [17:33:25.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8839760012924671 +Info 4807 [17:33:25.116] Format host information updated +Info 4808 [17:33:25.221] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4809 [17:33:25.227] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 5.857470000162721ms +Info 4810 [17:33:25.227] Different program with same set of files +Info 4811 [17:33:25.227] getCompletionData: Get current token: 0.0026160012930631638 +Info 4812 [17:33:25.227] getCompletionData: Is inside comment: 0.008031999692320824 +Info 4813 [17:33:25.227] getCompletionData: Get previous token: 0.009924998506903648 +Info 4814 [17:33:25.227] getCompletionsAtPosition: isCompletionListBlocker: 0.006511999294161797 +Info 4815 [17:33:25.227] getExportInfoMap: cache hit +Info 4816 [17:33:25.229] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 4817 [17:33:25.229] collectAutoImports: response is complete +Info 4818 [17:33:25.229] collectAutoImports: 1.5636440012603998 +Info 4819 [17:33:25.229] getCompletionData: Semantic work: 1.9983710013329983 +Info 4820 [17:33:25.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4847199991345406 +Info 4821 [17:33:25.233] Format host information updated +Info 4822 [17:33:25.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4823 [17:33:25.358] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 6.932344000786543ms +Info 4824 [17:33:25.358] Different program with same set of files +Info 4825 [17:33:25.358] getCompletionData: Get current token: 0.003579000011086464 +Info 4826 [17:33:25.358] getCompletionData: Is inside comment: 0.010250000283122063 +Info 4827 [17:33:25.358] getCompletionData: Get previous token: 0.012946000322699547 +Info 4828 [17:33:25.358] getCompletionsAtPosition: isCompletionListBlocker: 0.009159000590443611 +Info 4829 [17:33:25.358] getExportInfoMap: cache hit +Info 4830 [17:33:25.360] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 4831 [17:33:25.360] collectAutoImports: response is complete +Info 4832 [17:33:25.360] collectAutoImports: 1.9126299992203712 +Info 4833 [17:33:25.360] getCompletionData: Semantic work: 2.4645339995622635 +Info 4834 [17:33:25.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9088660012930632 +Info 4835 [17:33:25.363] Format host information updated +Info 4836 [17:33:26.292] Format host information updated +Info 4837 [17:33:28.516] getCompletionData: Get current token: 0.0021240003407001495 +Info 4838 [17:33:28.516] getCompletionData: Is inside comment: 0.0008380003273487091 +Info 4839 [17:33:28.516] getCompletionData: Get previous token: 0.011208999902009964 +Info 4840 [17:33:28.516] getCompletionsAtPosition: isCompletionListBlocker: 0.003092000260949135 +Info 4841 [17:33:28.516] getCompletionData: Semantic work: 0.20274800062179565 +Info 4842 [17:33:28.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8007659986615181 +Info 4843 [17:33:28.729] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4844 [17:33:28.736] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 6.298618000000715ms +Info 4845 [17:33:28.736] Different program with same set of files +Info 4846 [17:33:28.736] getCompletionData: Get current token: 0.0018869992345571518 +Info 4847 [17:33:28.736] getCompletionData: Is inside comment: 0.0008470006287097931 +Info 4848 [17:33:28.736] getCompletionData: Get previous token: 0.007014000788331032 +Info 4849 [17:33:28.736] getCompletionsAtPosition: isCompletionListBlocker: 0.041871000081300735 +Info 4850 [17:33:28.736] getCompletionData: Semantic work: 0.10298800095915794 +Info 4851 [17:33:28.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6939729992300272 +Info 4852 [17:33:28.739] Format host information updated +Info 4853 [17:33:28.846] Format host information updated +Info 4854 [17:33:28.847] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4855 [17:33:28.862] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 14.997232999652624ms +Info 4856 [17:33:28.862] Different program with same set of files +Info 4857 [17:33:28.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4858 [17:33:28.929] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 7.344799999147654ms +Info 4859 [17:33:28.929] Different program with same set of files +Info 4860 [17:33:28.930] getCompletionData: Get current token: 0.002694999799132347 +Info 4861 [17:33:28.930] getCompletionData: Is inside comment: 0.0010419990867376328 +Info 4862 [17:33:28.930] getCompletionData: Get previous token: 0.015032000839710236 +Info 4863 [17:33:28.930] getCompletionsAtPosition: isCompletionListBlocker: 0.0048109982162714005 +Info 4864 [17:33:28.930] getCompletionData: Semantic work: 0.11822899989783764 +Info 4865 [17:33:28.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9218790009617805 +Info 4866 [17:33:28.933] Format host information updated +Info 4867 [17:33:29.111] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4868 [17:33:29.118] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 6.813959999009967ms +Info 4869 [17:33:29.118] Different program with same set of files +Info 4870 [17:33:29.118] getCompletionData: Get current token: 0.003076000139117241 +Info 4871 [17:33:29.118] getCompletionData: Is inside comment: 0.001187000423669815 +Info 4872 [17:33:29.118] getCompletionData: Get previous token: 0.014973999932408333 +Info 4873 [17:33:29.118] getCompletionsAtPosition: isCompletionListBlocker: 0.004986999556422234 +Info 4874 [17:33:29.118] getCompletionData: Semantic work: 0.1001800000667572 +Info 4875 [17:33:29.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9278520010411739 +Info 4876 [17:33:29.120] Format host information updated +Info 4877 [17:33:29.199] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4878 [17:33:29.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 23.78600599989295ms +Info 4879 [17:33:29.223] Different program with same set of files +Info 4880 [17:33:29.224] getCompletionData: Get current token: 0.007007000967860222 +Info 4881 [17:33:29.224] getCompletionData: Is inside comment: 0.0034469999372959137 +Info 4882 [17:33:29.224] getCompletionData: Get previous token: 0.03541699983179569 +Info 4883 [17:33:29.224] getCompletionsAtPosition: isCompletionListBlocker: 0.010554000735282898 +Info 4884 [17:33:29.224] getCompletionData: Semantic work: 0.23380200006067753 +Info 4885 [17:33:29.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.360803999006748 +Info 4886 [17:33:29.231] Format host information updated +Info 4887 [17:33:29.265] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4888 [17:33:29.274] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 9.182203000411391ms +Info 4889 [17:33:29.275] Different program with same set of files +Info 4890 [17:33:29.275] getCompletionData: Get current token: 0.003211000934243202 +Info 4891 [17:33:29.275] getCompletionData: Is inside comment: 0.005915999412536621 +Info 4892 [17:33:29.275] getCompletionData: Get previous token: 0.019881000742316246 +Info 4893 [17:33:29.275] getCompletionsAtPosition: isCompletionListBlocker: 0.006732000038027763 +Info 4894 [17:33:29.275] getCompletionData: Semantic work: 0.13216900080442429 +Info 4895 [17:33:29.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.266466999426484 +Info 4896 [17:33:29.277] Format host information updated +Info 4897 [17:33:29.382] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4898 [17:33:29.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 6.28201499953866ms +Info 4899 [17:33:29.388] Different program with same set of files +Info 4900 [17:33:29.388] getCompletionData: Get current token: 0.002185000106692314 +Info 4901 [17:33:29.388] getCompletionData: Is inside comment: 0.0011430010199546814 +Info 4902 [17:33:29.388] getCompletionData: Get previous token: 0.012047000229358673 +Info 4903 [17:33:29.388] getCompletionsAtPosition: isCompletionListBlocker: 0.004951998591423035 +Info 4904 [17:33:29.388] getCompletionData: Semantic work: 0.08951899968087673 +Info 4905 [17:33:29.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8863350003957748 +Info 4906 [17:33:29.392] Format host information updated +Info 4907 [17:33:29.549] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4908 [17:33:29.555] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 6.1148140002042055ms +Info 4909 [17:33:29.555] Different program with same set of files +Info 4910 [17:33:29.556] getCompletionData: Get current token: 0.0019650012254714966 +Info 4911 [17:33:29.556] getCompletionData: Is inside comment: 0.0010729990899562836 +Info 4912 [17:33:29.556] getCompletionData: Get previous token: 0.011335998773574829 +Info 4913 [17:33:29.556] getCompletionsAtPosition: isCompletionListBlocker: 0.004410998895764351 +Info 4914 [17:33:29.556] getCompletionData: Semantic work: 0.08185099996626377 +Info 4915 [17:33:29.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7513229995965958 +Info 4916 [17:33:29.557] Format host information updated +Info 4917 [17:33:30.827] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4918 [17:33:30.828] Elapsed:: 1.2312989998608828ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4919 [17:33:30.828] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4920 [17:33:30.828] Elapsed:: 0.044562000781297684ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4921 [17:33:30.828] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4922 [17:33:30.829] Ignoring files that are not *.json +Info 4923 [17:33:30.829] Elapsed:: 0.1787160001695156ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4924 [17:33:30.829] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 4925 [17:33:30.829] Elapsed:: 0.023795001208782196ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 4926 [17:33:31.094] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4927 [17:33:31.115] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: true structureIsReused:: Not Elapsed: 20.589571999385953ms +Info 4928 [17:33:31.115] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4929 [17:33:31.115] Files (137) + +Info 4930 [17:33:31.115] ----------------------------------------------- +Info 4931 [17:33:31.115] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4932 [17:33:31.115] Files (271) + +Info 4933 [17:33:31.115] ----------------------------------------------- +Info 4934 [17:33:33.328] Before ensureProjectForOpenFiles: +Info 4935 [17:33:33.328] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4935 [17:33:33.328] Files (137) + +Info 4935 [17:33:33.328] ----------------------------------------------- +Info 4935 [17:33:33.328] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4935 [17:33:33.328] Files (271) + +Info 4935 [17:33:33.328] ----------------------------------------------- +Info 4935 [17:33:33.328] Project '/dev/null/inferredProject1*' (Inferred) +Info 4935 [17:33:33.328] Files (130) + +Info 4935 [17:33:33.328] ----------------------------------------------- +Info 4935 [17:33:33.328] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4935 [17:33:33.328] Files (179) + +Info 4935 [17:33:33.328] ----------------------------------------------- +Info 4935 [17:33:33.328] Open files: +Info 4935 [17:33:33.328] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4935 [17:33:33.328] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4935 [17:33:33.328] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4935 [17:33:33.328] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4935 [17:33:33.328] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4936 [17:33:33.340] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: true structureIsReused:: Not Elapsed: 11.720960000529885ms +Info 4937 [17:33:33.340] Project '/dev/null/inferredProject1*' (Inferred) +Info 4938 [17:33:33.340] Files (129) + +Info 4939 [17:33:33.340] ----------------------------------------------- +Info 4940 [17:33:33.340] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4941 [17:33:33.340] Files (179) + +Info 4942 [17:33:33.340] ----------------------------------------------- +Info 4943 [17:33:33.340] After ensureProjectForOpenFiles: +Info 4944 [17:33:33.340] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4944 [17:33:33.340] Files (137) + +Info 4944 [17:33:33.340] ----------------------------------------------- +Info 4944 [17:33:33.340] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4944 [17:33:33.340] Files (271) + +Info 4944 [17:33:33.340] ----------------------------------------------- +Info 4944 [17:33:33.340] Project '/dev/null/inferredProject1*' (Inferred) +Info 4944 [17:33:33.340] Files (129) + +Info 4944 [17:33:33.340] ----------------------------------------------- +Info 4944 [17:33:33.340] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4944 [17:33:33.340] Files (179) + +Info 4944 [17:33:33.340] ----------------------------------------------- +Info 4944 [17:33:33.340] Open files: +Info 4944 [17:33:33.340] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4944 [17:33:33.340] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4944 [17:33:33.340] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4944 [17:33:33.340] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4944 [17:33:33.340] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js +Info 4945 [17:33:35.024] Format host information updated +Info 4946 [17:33:35.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4947 [17:33:35.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 8.28117299824953ms +Info 4948 [17:33:35.032] Different program with same set of files +Info 4949 [17:33:36.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4950 [17:33:36.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 6.4983820002526045ms +Info 4951 [17:33:36.268] Different program with same set of files +Info 4952 [17:33:36.269] getCompletionData: Get current token: 0.0031400006264448166 +Info 4953 [17:33:36.269] getCompletionData: Is inside comment: 0.008442001417279243 +Info 4954 [17:33:36.269] getCompletionData: Get previous token: 0.01129700057208538 +Info 4955 [17:33:36.269] getCompletionsAtPosition: isCompletionListBlocker: 0.006599001586437225 +Info 4956 [17:33:36.269] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.2058319989591837 ms +Info 4957 [17:33:36.269] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 4958 [17:33:36.270] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 3 structureChanged: false structureIsReused:: SafeModules Elapsed: 0.2564439997076988ms +Info 4959 [17:33:36.270] getExportInfoMap: cache miss or empty; calculating new results +Info 4960 [17:33:36.289] forEachExternalModuleToImportFrom autoImportProvider: 9.052765000611544 +Info 4961 [17:33:36.289] getExportInfoMap: done in 20.28769800066948 ms +Info 4962 [17:33:36.291] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4963 [17:33:36.291] collectAutoImports: response is complete +Info 4964 [17:33:36.291] collectAutoImports: 1.9130809996277094 +Info 4965 [17:33:36.291] getCompletionData: Semantic work: 22.658444000408053 +Info 4966 [17:33:36.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.052462000399828 +Info 4967 [17:33:36.294] Format host information updated +Info 4968 [17:33:36.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4969 [17:33:36.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 7.081251999363303ms +Info 4970 [17:33:36.398] Different program with same set of files +Info 4971 [17:33:36.398] getCompletionData: Get current token: 0.004758000373840332 +Info 4972 [17:33:36.398] getCompletionData: Is inside comment: 0.012918001040816307 +Info 4973 [17:33:36.398] getCompletionData: Get previous token: 0.015521999448537827 +Info 4974 [17:33:36.398] getCompletionsAtPosition: isCompletionListBlocker: 0.009192001074552536 +Info 4975 [17:33:36.399] getExportInfoMap: cache hit +Info 4976 [17:33:36.401] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4977 [17:33:36.401] collectAutoImports: response is complete +Info 4978 [17:33:36.401] collectAutoImports: 2.0796659998595715 +Info 4979 [17:33:36.401] getCompletionData: Semantic work: 2.6927549988031387 +Info 4980 [17:33:36.403] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8848780002444983 +Info 4981 [17:33:36.403] Format host information updated +Info 4982 [17:33:36.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4983 [17:33:36.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 9.038848999887705ms +Info 4984 [17:33:36.559] Different program with same set of files +Info 4985 [17:33:36.559] getCompletionData: Get current token: 0.006021000444889069 +Info 4986 [17:33:36.559] getCompletionData: Is inside comment: 0.01547899842262268 +Info 4987 [17:33:36.559] getCompletionData: Get previous token: 0.01756499893963337 +Info 4988 [17:33:36.559] getCompletionsAtPosition: isCompletionListBlocker: 0.008027998730540276 +Info 4989 [17:33:36.560] getExportInfoMap: cache hit +Info 4990 [17:33:36.562] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4991 [17:33:36.562] collectAutoImports: response is complete +Info 4992 [17:33:36.562] collectAutoImports: 1.81097000092268 +Info 4993 [17:33:36.562] getCompletionData: Semantic work: 2.377879001200199 +Info 4994 [17:33:36.564] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2441689986735582 +Info 4995 [17:33:36.565] Format host information updated +Info 4996 [17:33:36.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4997 [17:33:36.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 6.393360000103712ms +Info 4998 [17:33:36.906] Different program with same set of files +Info 4999 [17:33:36.906] getCompletionData: Get current token: 0.0038050003349781036 +Info 5000 [17:33:36.906] getCompletionData: Is inside comment: 0.011037999764084816 +Info 5001 [17:33:36.906] getCompletionData: Get previous token: 0.013374000787734985 +Info 5002 [17:33:36.906] getCompletionsAtPosition: isCompletionListBlocker: 0.008469000458717346 +Info 5003 [17:33:36.907] getExportInfoMap: cache hit +Info 5004 [17:33:36.909] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5005 [17:33:36.909] collectAutoImports: response is complete +Info 5006 [17:33:36.909] collectAutoImports: 1.8072560001164675 +Info 5007 [17:33:36.909] getCompletionData: Semantic work: 2.37907600030303 +Info 5008 [17:33:36.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2106699999421835 +Info 5009 [17:33:36.914] Format host information updated +Info 5010 [17:33:37.029] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5011 [17:33:37.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 6.169564999639988ms +Info 5012 [17:33:37.035] Different program with same set of files +Info 5013 [17:33:37.035] getCompletionData: Get current token: 0.003766000270843506 +Info 5014 [17:33:37.035] getCompletionData: Is inside comment: 0.009445998817682266 +Info 5015 [17:33:37.035] getCompletionData: Get previous token: 0.011293001472949982 +Info 5016 [17:33:37.035] getCompletionsAtPosition: isCompletionListBlocker: 0.0085580013692379 +Info 5017 [17:33:37.036] getExportInfoMap: cache hit +Info 5018 [17:33:37.037] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5019 [17:33:37.037] collectAutoImports: response is complete +Info 5020 [17:33:37.037] collectAutoImports: 1.5602859985083342 +Info 5021 [17:33:37.037] getCompletionData: Semantic work: 2.055180998519063 +Info 5022 [17:33:37.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.93588500097394 +Info 5023 [17:33:37.040] Format host information updated +Info 5024 [17:33:37.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5025 [17:33:37.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 6.281739000231028ms +Info 5026 [17:33:37.179] Different program with same set of files +Info 5027 [17:33:37.179] getCompletionData: Get current token: 0.004003001376986504 +Info 5028 [17:33:37.179] getCompletionData: Is inside comment: 0.011135000735521317 +Info 5029 [17:33:37.179] getCompletionData: Get previous token: 0.013729000464081764 +Info 5030 [17:33:37.179] getCompletionsAtPosition: isCompletionListBlocker: 0.00814099982380867 +Info 5031 [17:33:37.180] getExportInfoMap: cache hit +Info 5032 [17:33:37.181] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5033 [17:33:37.181] collectAutoImports: response is complete +Info 5034 [17:33:37.181] collectAutoImports: 1.7821699995547533 +Info 5035 [17:33:37.182] getCompletionData: Semantic work: 2.3184919990599155 +Info 5036 [17:33:37.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.172079000622034 +Info 5037 [17:33:37.188] Format host information updated +Info 5038 [17:33:37.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5039 [17:33:37.463] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 7.870495000854135ms +Info 5040 [17:33:37.463] Different program with same set of files +Info 5041 [17:33:37.464] getCompletionData: Get current token: 0.003978000953793526 +Info 5042 [17:33:37.464] getCompletionData: Is inside comment: 0.011455001309514046 +Info 5043 [17:33:37.464] getCompletionData: Get previous token: 0.01397700048983097 +Info 5044 [17:33:37.464] getCompletionsAtPosition: isCompletionListBlocker: 0.008740000426769257 +Info 5045 [17:33:37.464] getExportInfoMap: cache hit +Info 5046 [17:33:37.467] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5047 [17:33:37.467] collectAutoImports: response is complete +Info 5048 [17:33:37.467] collectAutoImports: 2.4943380001932383 +Info 5049 [17:33:37.467] getCompletionData: Semantic work: 3.255402000620961 +Info 5050 [17:33:37.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.503541000187397 +Info 5051 [17:33:37.471] Format host information updated +Info 5052 [17:33:37.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5053 [17:33:37.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 7.300192000344396ms +Info 5054 [17:33:37.587] Different program with same set of files +Info 5055 [17:33:37.588] getCompletionData: Get current token: 0.004071999341249466 +Info 5056 [17:33:37.588] getCompletionData: Is inside comment: 0.012102000415325165 +Info 5057 [17:33:37.588] getCompletionData: Get previous token: 0.014343000948429108 +Info 5058 [17:33:37.588] getCompletionsAtPosition: isCompletionListBlocker: 0.008883999660611153 +Info 5059 [17:33:37.588] getExportInfoMap: cache hit +Info 5060 [17:33:37.590] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5061 [17:33:37.590] collectAutoImports: response is complete +Info 5062 [17:33:37.590] collectAutoImports: 2.018918000161648 +Info 5063 [17:33:37.590] getCompletionData: Semantic work: 2.722808999940753 +Info 5064 [17:33:37.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7120880000293255 +Info 5065 [17:33:37.596] Format host information updated +Info 5066 [17:33:37.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5067 [17:33:37.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 23.98563500121236ms +Info 5068 [17:33:37.738] Different program with same set of files +Info 5069 [17:33:37.738] getCompletionData: Get current token: 0.0147939994931221 +Info 5070 [17:33:37.738] getCompletionData: Is inside comment: 0.04543199948966503 +Info 5071 [17:33:37.738] getCompletionData: Get previous token: 0.05561400018632412 +Info 5072 [17:33:37.738] getCompletionsAtPosition: isCompletionListBlocker: 0.02393300086259842 +Info 5073 [17:33:37.740] getExportInfoMap: cache hit +Info 5074 [17:33:37.746] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5075 [17:33:37.746] collectAutoImports: response is complete +Info 5076 [17:33:37.746] collectAutoImports: 5.505613999441266 +Info 5077 [17:33:37.746] getCompletionData: Semantic work: 7.564927998930216 +Info 5078 [17:33:37.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.587950000539422 +Info 5079 [17:33:37.753] Format host information updated +Info 5080 [17:33:38.113] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5081 [17:33:38.127] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.482547000050545ms +Info 5082 [17:33:38.127] Different program with same set of files +Info 5083 [17:33:38.127] getCompletionData: Get current token: 0.0028989985585212708 +Info 5084 [17:33:38.128] getCompletionData: Is inside comment: 0.011739999055862427 +Info 5085 [17:33:38.128] getCompletionData: Get previous token: 0.00764399953186512 +Info 5086 [17:33:38.128] getCompletionsAtPosition: isCompletionListBlocker: 0.009446999058127403 +Info 5087 [17:33:38.128] getExportInfoMap: cache hit +Info 5088 [17:33:38.153] collectAutoImports: resolved 16 module specifiers, plus 175 ambient and 1041 from cache +Info 5089 [17:33:38.154] collectAutoImports: response is complete +Info 5090 [17:33:38.154] collectAutoImports: 25.279761999845505 +Info 5091 [17:33:38.154] getCompletionData: Semantic work: 25.922761000692844 +Info 5092 [17:33:38.158] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8961660005152225 +Info 5093 [17:33:38.163] Format host information updated +Info 5094 [17:33:38.249] getCompletionData: Get current token: 0.005555000156164169 +Info 5095 [17:33:38.249] getCompletionData: Is inside comment: 0.018295999616384506 +Info 5096 [17:33:38.249] getCompletionData: Get previous token: 0.011329999193549156 +Info 5097 [17:33:38.249] getCompletionsAtPosition: isCompletionListBlocker: 0.00471699982881546 +Info 5098 [17:33:38.250] getExportInfoMap: cache hit +Info 5099 [17:33:38.266] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5100 [17:33:38.266] collectAutoImports: response is complete +Info 5101 [17:33:38.266] collectAutoImports: 16.52805900014937 +Info 5102 [17:33:38.266] getCompletionData: Semantic work: 17.323653999716043 +Info 5103 [17:33:38.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.500022001564503 +Info 5104 [17:33:38.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5105 [17:33:38.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.890135001391172ms +Info 5106 [17:33:38.524] Different program with same set of files +Info 5107 [17:33:38.525] Format host information updated +Info 5108 [17:33:38.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5109 [17:33:38.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: true structureIsReused:: SafeModules Elapsed: 36.434265000745654ms +Info 5110 [17:33:38.679] Different program with same set of files +Info 5111 [17:33:38.684] Format host information updated +Info 5112 [17:33:38.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5113 [17:33:38.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: true structureIsReused:: SafeModules Elapsed: 35.41619100049138ms +Info 5114 [17:33:38.830] Different program with same set of files +Info 5115 [17:33:38.832] Format host information updated +Info 5116 [17:33:38.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5117 [17:33:38.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: true structureIsReused:: SafeModules Elapsed: 35.17279299907386ms +Info 5118 [17:33:38.938] Different program with same set of files +Info 5119 [17:33:38.939] Format host information updated +Info 5120 [17:33:38.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5121 [17:33:38.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.010385001078248ms +Info 5122 [17:33:38.991] Different program with same set of files +Info 5123 [17:33:38.992] Format host information updated +Info 5124 [17:33:39.136] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5125 [17:33:39.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.969248998910189ms +Info 5126 [17:33:39.149] Different program with same set of files +Info 5127 [17:33:39.150] Format host information updated +Info 5128 [17:33:39.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5129 [17:33:39.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: true structureIsReused:: SafeModules Elapsed: 33.50978899933398ms +Info 5130 [17:33:39.280] Different program with same set of files +Info 5131 [17:33:39.282] Format host information updated +Info 5132 [17:33:39.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5133 [17:33:39.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.57213900052011ms +Info 5134 [17:33:39.321] Different program with same set of files +Info 5135 [17:33:39.322] Format host information updated +Info 5136 [17:33:39.463] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5137 [17:33:39.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: true structureIsReused:: SafeModules Elapsed: 37.00493899919093ms +Info 5138 [17:33:39.501] Different program with same set of files +Info 5139 [17:33:39.502] Format host information updated +Info 5140 [17:33:39.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5141 [17:33:39.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.158296000212431ms +Info 5142 [17:33:39.630] Different program with same set of files +Info 5143 [17:33:39.631] Format host information updated +Info 5144 [17:33:39.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5145 [17:33:39.712] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 333 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.073218999430537ms +Info 5146 [17:33:39.712] Different program with same set of files +Info 5147 [17:33:39.713] Format host information updated +Info 5148 [17:33:39.858] getCompletionData: Get current token: 0.003960000351071358 +Info 5149 [17:33:39.858] getCompletionData: Is inside comment: 0.013290001079440117 +Info 5150 [17:33:39.858] getCompletionData: Get previous token: 0.007362000644207001 +Info 5151 [17:33:39.858] getCompletionsAtPosition: isCompletionListBlocker: 0.025698000565171242 +Info 5152 [17:33:39.859] getExportInfoMap: cache hit +Info 5153 [17:33:39.876] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5154 [17:33:39.876] collectAutoImports: response is complete +Info 5155 [17:33:39.876] collectAutoImports: 16.982770999893546 +Info 5156 [17:33:39.876] getCompletionData: Semantic work: 17.604172999039292 +Info 5157 [17:33:39.883] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.741661000996828 +Info 5158 [17:33:39.993] getCompletionData: Get current token: 0.010421998798847198 +Info 5159 [17:33:39.993] getCompletionData: Is inside comment: 0.042176999151706696 +Info 5160 [17:33:39.994] getCompletionData: Get previous token: 0.025954000651836395 +Info 5161 [17:33:39.994] getCompletionsAtPosition: isCompletionListBlocker: 0.027993999421596527 +Info 5162 [17:33:39.996] getExportInfoMap: cache hit +Info 5163 [17:33:40.032] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5164 [17:33:40.032] collectAutoImports: response is complete +Info 5165 [17:33:40.032] collectAutoImports: 36.139127999544144 +Info 5166 [17:33:40.032] getCompletionData: Semantic work: 38.23324500024319 +Info 5167 [17:33:40.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.28392299823463 +Info 5168 [17:33:40.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5169 [17:33:40.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 8.542202999815345ms +Info 5170 [17:33:40.092] Different program with same set of files +Info 5171 [17:33:40.092] getCompletionData: Get current token: 0.00741799920797348 +Info 5172 [17:33:40.092] getCompletionData: Is inside comment: 0.020011000335216522 +Info 5173 [17:33:40.092] getCompletionData: Get previous token: 0.014685999602079391 +Info 5174 [17:33:40.092] getCompletionsAtPosition: isCompletionListBlocker: 0.003161998465657234 +Info 5175 [17:33:40.093] getCompletionData: Semantic work: 0.39615799859166145 +Info 5176 [17:33:40.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9546840004622936 +Info 5177 [17:33:40.094] Format host information updated +Info 5178 [17:34:21.584] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5179 [17:34:21.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 6.273333000019193ms +Info 5180 [17:34:21.591] Different program with same set of files +Info 5181 [17:34:21.591] getCompletionData: Get current token: 0.002360999584197998 +Info 5182 [17:34:21.591] getCompletionData: Is inside comment: 0.0008589997887611389 +Info 5183 [17:34:21.591] getCompletionData: Get previous token: 0.010756000876426697 +Info 5184 [17:34:21.591] getCompletionsAtPosition: isCompletionListBlocker: 0.0013200007379055023 +Info 5185 [17:34:21.591] Returning an empty list because completion was requested in an invalid position. +Info 5186 [17:34:21.591] Format host information updated +Info 5187 [17:34:22.477] Format host information updated +Info 5188 [17:34:22.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5189 [17:34:22.489] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 336 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.946277000010014ms +Info 5190 [17:34:22.489] Different program with same set of files +Info 5191 [17:34:22.659] Format host information updated +Info 5192 [17:34:22.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5193 [17:34:22.668] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 8.508370999246836ms +Info 5194 [17:34:22.668] Different program with same set of files +Info 5195 [17:34:24.582] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5196 [17:34:24.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 9.486545000225306ms +Info 5197 [17:34:24.591] Different program with same set of files +Info 5198 [17:34:24.591] getCompletionData: Get current token: 0.002437001094222069 +Info 5199 [17:34:24.592] getCompletionData: Is inside comment: 0.007693000137805939 +Info 5200 [17:34:24.592] getCompletionData: Get previous token: 0.010466000065207481 +Info 5201 [17:34:24.592] getCompletionsAtPosition: isCompletionListBlocker: 0.0017729997634887695 +Info 5202 [17:34:24.592] Returning an empty list because completion was requested in an invalid position. +Info 5203 [17:34:24.592] Format host information updated +Info 5204 [17:34:24.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5205 [17:34:24.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 9.907511999830604ms +Info 5206 [17:34:24.767] Different program with same set of files +Info 5207 [17:34:24.768] getCompletionData: Get current token: 0.002230999991297722 +Info 5208 [17:34:24.768] getCompletionData: Is inside comment: 0.008097998797893524 +Info 5209 [17:34:24.768] getCompletionData: Get previous token: 0.007976999506354332 +Info 5210 [17:34:24.768] getCompletionsAtPosition: isCompletionListBlocker: 0.0013489983975887299 +Info 5211 [17:34:24.768] Returning an empty list because completion was requested in an invalid position. +Info 5212 [17:34:24.768] Format host information updated +Info 5213 [17:34:24.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5214 [17:34:24.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 9.801052000373602ms +Info 5215 [17:34:24.836] Different program with same set of files +Info 5216 [17:34:24.836] getCompletionData: Get current token: 0.002697000280022621 +Info 5217 [17:34:24.836] getCompletionData: Is inside comment: 0.00816899910569191 +Info 5218 [17:34:24.836] getCompletionData: Get previous token: 0.014390001073479652 +Info 5219 [17:34:24.836] getCompletionsAtPosition: isCompletionListBlocker: 0.002049999311566353 +Info 5220 [17:34:24.836] Returning an empty list because completion was requested in an invalid position. +Info 5221 [17:34:24.836] Format host information updated +Info 5222 [17:34:24.967] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5223 [17:34:24.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 9.74536499939859ms +Info 5224 [17:34:24.977] Different program with same set of files +Info 5225 [17:34:24.977] getCompletionData: Get current token: 0.0027479995042085648 +Info 5226 [17:34:24.977] getCompletionData: Is inside comment: 0.008154001086950302 +Info 5227 [17:34:24.977] getCompletionData: Get previous token: 0.009547999128699303 +Info 5228 [17:34:24.977] getCompletionsAtPosition: isCompletionListBlocker: 0.0018540006130933762 +Info 5229 [17:34:24.977] Returning an empty list because completion was requested in an invalid position. +Info 5230 [17:34:24.977] Format host information updated +Info 5231 [17:34:25.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5232 [17:34:25.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 7.774689000099897ms +Info 5233 [17:34:25.078] Different program with same set of files +Info 5234 [17:34:25.079] getCompletionData: Get current token: 0.0033110007643699646 +Info 5235 [17:34:25.079] getCompletionData: Is inside comment: 0.0066899992525577545 +Info 5236 [17:34:25.079] getCompletionData: Get previous token: 0.00930200144648552 +Info 5237 [17:34:25.079] getCompletionsAtPosition: isCompletionListBlocker: 0.0014659985899925232 +Info 5238 [17:34:25.079] Returning an empty list because completion was requested in an invalid position. +Info 5239 [17:34:25.079] Format host information updated +Info 5240 [17:34:25.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5241 [17:34:25.296] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 28.820181999355555ms +Info 5242 [17:34:25.296] Different program with same set of files +Info 5243 [17:34:25.296] getCompletionData: Get current token: 0.006487999111413956 +Info 5244 [17:34:25.296] getCompletionData: Is inside comment: 0.017904000356793404 +Info 5245 [17:34:25.296] getCompletionData: Get previous token: 0.020240001380443573 +Info 5246 [17:34:25.296] getCompletionsAtPosition: isCompletionListBlocker: 0.0034580007195472717 +Info 5247 [17:34:25.296] Returning an empty list because completion was requested in an invalid position. +Info 5248 [17:34:25.301] Format host information updated +Info 5249 [17:34:25.352] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5250 [17:34:25.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 13.326124999672174ms +Info 5251 [17:34:25.365] Different program with same set of files +Info 5252 [17:34:25.366] getCompletionData: Get current token: 0.0024849995970726013 +Info 5253 [17:34:25.366] getCompletionData: Is inside comment: 0.00790099985897541 +Info 5254 [17:34:25.366] getCompletionData: Get previous token: 0.009100999683141708 +Info 5255 [17:34:25.366] getCompletionsAtPosition: isCompletionListBlocker: 0.0014479998499155045 +Info 5256 [17:34:25.366] Returning an empty list because completion was requested in an invalid position. +Info 5257 [17:34:25.366] Format host information updated +Info 5258 [17:34:25.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5259 [17:34:25.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 6.2164600007236ms +Info 5260 [17:34:25.444] Different program with same set of files +Info 5261 [17:34:25.444] getCompletionData: Get current token: 0.0022799987345933914 +Info 5262 [17:34:25.444] getCompletionData: Is inside comment: 0.006838999688625336 +Info 5263 [17:34:25.444] getCompletionData: Get previous token: 0.007911000400781631 +Info 5264 [17:34:25.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0012049991637468338 +Info 5265 [17:34:25.444] Returning an empty list because completion was requested in an invalid position. +Info 5266 [17:34:25.444] Format host information updated +Info 5267 [17:34:25.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5268 [17:34:25.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 29.594876000657678ms +Info 5269 [17:34:25.603] Different program with same set of files +Info 5270 [17:34:25.604] getCompletionData: Get current token: 0.007810000330209732 +Info 5271 [17:34:25.604] getCompletionData: Is inside comment: 0.024105001240968704 +Info 5272 [17:34:25.604] getCompletionData: Get previous token: 0.02828799933195114 +Info 5273 [17:34:25.604] getCompletionsAtPosition: isCompletionListBlocker: 0.004040000960230827 +Info 5274 [17:34:25.604] Returning an empty list because completion was requested in an invalid position. +Info 5275 [17:34:25.608] Format host information updated +Info 5276 [17:34:25.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5277 [17:34:25.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 28.470774000510573ms +Info 5278 [17:34:25.736] Different program with same set of files +Info 5279 [17:34:25.736] getCompletionData: Get current token: 0.008057000115513802 +Info 5280 [17:34:25.736] getCompletionData: Is inside comment: 0.023461000993847847 +Info 5281 [17:34:25.736] getCompletionData: Get previous token: 0.033351000398397446 +Info 5282 [17:34:25.736] getCompletionsAtPosition: isCompletionListBlocker: 0.003901999443769455 +Info 5283 [17:34:25.736] Returning an empty list because completion was requested in an invalid position. +Info 5284 [17:34:25.737] Format host information updated +Info 5285 [17:34:29.860] Format host information updated +Info 5286 [17:34:29.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5287 [17:34:29.866] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 5.870575999841094ms +Info 5288 [17:34:29.866] Different program with same set of files +Info 5289 [17:34:30.020] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5290 [17:34:30.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 9.672921000048518ms +Info 5291 [17:34:30.029] Different program with same set of files +Info 5292 [17:34:30.029] getCompletionData: Get current token: 0.003030000254511833 +Info 5293 [17:34:30.030] getCompletionData: Is inside comment: 0.008848000317811966 +Info 5294 [17:34:30.030] getCompletionData: Get previous token: 0.01182899996638298 +Info 5295 [17:34:30.030] getCompletionsAtPosition: isCompletionListBlocker: 0.002240000292658806 +Info 5296 [17:34:30.030] getExportInfoMap: cache hit +Info 5297 [17:34:30.035] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 68 from cache +Info 5298 [17:34:30.035] collectAutoImports: response is complete +Info 5299 [17:34:30.035] collectAutoImports: 4.496137998998165 +Info 5300 [17:34:30.035] getCompletionData: Semantic work: 5.24783599935472 +Info 5301 [17:34:30.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.246825000271201 +Info 5302 [17:34:30.038] Format host information updated +Info 5303 [17:34:30.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5304 [17:34:30.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 8.23678900115192ms +Info 5305 [17:34:30.089] Different program with same set of files +Info 5306 [17:34:30.089] getCompletionData: Get current token: 0.002891998738050461 +Info 5307 [17:34:30.089] getCompletionData: Is inside comment: 0.009302999824285507 +Info 5308 [17:34:30.089] getCompletionData: Get previous token: 0.012347999960184097 +Info 5309 [17:34:30.089] getCompletionsAtPosition: isCompletionListBlocker: 0.002161998301744461 +Info 5310 [17:34:30.090] getExportInfoMap: cache hit +Info 5311 [17:34:30.092] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 8 from cache +Info 5312 [17:34:30.092] collectAutoImports: response is complete +Info 5313 [17:34:30.092] collectAutoImports: 2.229754000902176 +Info 5314 [17:34:30.092] getCompletionData: Semantic work: 2.8471440002322197 +Info 5315 [17:34:30.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0242879986763 +Info 5316 [17:34:30.096] Format host information updated +Info 5317 [17:34:30.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5318 [17:34:30.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 6.5414700005203485ms +Info 5319 [17:34:30.235] Different program with same set of files +Info 5320 [17:34:30.235] getCompletionData: Get current token: 0.00407399982213974 +Info 5321 [17:34:30.235] getCompletionData: Is inside comment: 0.01161699928343296 +Info 5322 [17:34:30.235] getCompletionData: Get previous token: 0.01560400053858757 +Info 5323 [17:34:30.235] getCompletionsAtPosition: isCompletionListBlocker: 0.002882000058889389 +Info 5324 [17:34:30.236] getExportInfoMap: cache hit +Info 5325 [17:34:30.238] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 5326 [17:34:30.238] collectAutoImports: response is complete +Info 5327 [17:34:30.238] collectAutoImports: 1.932556999847293 +Info 5328 [17:34:30.238] getCompletionData: Semantic work: 2.5356540009379387 +Info 5329 [17:34:30.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1183029990643263 +Info 5330 [17:34:30.241] Format host information updated +Info 5331 [17:34:30.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5332 [17:34:30.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 29.092995001003146ms +Info 5333 [17:34:30.347] Different program with same set of files +Info 5334 [17:34:30.348] getCompletionData: Get current token: 0.012584999203681946 +Info 5335 [17:34:30.348] getCompletionData: Is inside comment: 0.04281200096011162 +Info 5336 [17:34:30.348] getCompletionData: Get previous token: 0.05559299886226654 +Info 5337 [17:34:30.348] getCompletionsAtPosition: isCompletionListBlocker: 0.004286998882889748 +Info 5338 [17:34:30.349] getExportInfoMap: cache hit +Info 5339 [17:34:30.373] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5340 [17:34:30.373] collectAutoImports: response is complete +Info 5341 [17:34:30.373] collectAutoImports: 23.441473999992013 +Info 5342 [17:34:30.373] getCompletionData: Semantic work: 24.66635400056839 +Info 5343 [17:34:30.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.148134000599384 +Info 5344 [17:34:30.382] Format host information updated +Info 5345 [17:34:30.538] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5346 [17:34:30.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 6.006936000660062ms +Info 5347 [17:34:30.544] Different program with same set of files +Info 5348 [17:34:30.545] getCompletionData: Get current token: 0.003983000293374062 +Info 5349 [17:34:30.545] getCompletionData: Is inside comment: 0.010626999661326408 +Info 5350 [17:34:30.545] getCompletionData: Get previous token: 0.00741099938750267 +Info 5351 [17:34:30.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0026740003377199173 +Info 5352 [17:34:30.545] getExportInfoMap: cache hit +Info 5353 [17:34:30.561] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5354 [17:34:30.561] collectAutoImports: response is complete +Info 5355 [17:34:30.561] collectAutoImports: 16.099311999976635 +Info 5356 [17:34:30.561] getCompletionData: Semantic work: 16.75484300032258 +Info 5357 [17:34:30.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.545505000278354 +Info 5358 [17:34:30.571] Format host information updated +Info 5359 [17:34:30.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5360 [17:34:30.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 6.234565999358892ms +Info 5361 [17:34:30.605] Different program with same set of files +Info 5362 [17:34:30.605] getCompletionData: Get current token: 0.003076000139117241 +Info 5363 [17:34:30.605] getCompletionData: Is inside comment: 0.009825998917222023 +Info 5364 [17:34:30.605] getCompletionData: Get previous token: 0.006588000804185867 +Info 5365 [17:34:30.605] getCompletionsAtPosition: isCompletionListBlocker: 0.007060999050736427 +Info 5366 [17:34:30.605] getExportInfoMap: cache hit +Info 5367 [17:34:30.617] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5368 [17:34:30.617] collectAutoImports: response is complete +Info 5369 [17:34:30.617] collectAutoImports: 12.097291000187397 +Info 5370 [17:34:30.617] getCompletionData: Semantic work: 12.583742000162601 +Info 5371 [17:34:30.622] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.903102001175284 +Info 5372 [17:34:30.626] Format host information updated +Info 5373 [17:34:30.715] getCompletionData: Get current token: 0.004015000537037849 +Info 5374 [17:34:30.715] getCompletionData: Is inside comment: 0.011519001796841621 +Info 5375 [17:34:30.715] getCompletionData: Get previous token: 0.00831100158393383 +Info 5376 [17:34:30.715] getCompletionsAtPosition: isCompletionListBlocker: 0.0037429984658956528 +Info 5377 [17:34:30.716] getExportInfoMap: cache hit +Info 5378 [17:34:30.733] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5379 [17:34:30.733] collectAutoImports: response is complete +Info 5380 [17:34:30.733] collectAutoImports: 16.87614299915731 +Info 5381 [17:34:30.733] getCompletionData: Semantic work: 17.690166000276804 +Info 5382 [17:34:30.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.804751001298428 +Info 5383 [17:34:31.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5384 [17:34:31.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 355 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.94977500103414ms +Info 5385 [17:34:31.028] Different program with same set of files +Info 5386 [17:34:31.030] Format host information updated +Info 5387 [17:34:31.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5388 [17:34:31.101] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 356 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.453180000185966ms +Info 5389 [17:34:31.101] Different program with same set of files +Info 5390 [17:34:31.101] getCompletionData: Get current token: 0.005144000053405762 +Info 5391 [17:34:31.101] getCompletionData: Is inside comment: 0.01445000059902668 +Info 5392 [17:34:31.101] getCompletionData: Get previous token: 0.00920099951326847 +Info 5393 [17:34:31.101] getCompletionsAtPosition: isCompletionListBlocker: 0.007801000028848648 +Info 5394 [17:34:31.101] getExportInfoMap: cache hit +Info 5395 [17:34:31.116] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5396 [17:34:31.116] collectAutoImports: response is complete +Info 5397 [17:34:31.116] collectAutoImports: 14.403478000313044 +Info 5398 [17:34:31.116] getCompletionData: Semantic work: 14.909367000684142 +Info 5399 [17:34:31.121] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.863904999569058 +Info 5400 [17:34:31.126] Format host information updated +Info 5401 [17:34:31.188] Format host information updated +Info 5402 [17:34:31.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5403 [17:34:31.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 357 structureChanged: true structureIsReused:: SafeModules Elapsed: 21.267094999551773ms +Info 5404 [17:34:31.352] Different program with same set of files +Info 5405 [17:34:31.353] Format host information updated +Info 5406 [17:34:31.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5407 [17:34:31.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 358 structureChanged: true structureIsReused:: SafeModules Elapsed: 33.144499000161886ms +Info 5408 [17:34:31.444] Different program with same set of files +Info 5409 [17:34:31.447] Format host information updated +Info 5410 [17:34:31.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5411 [17:34:31.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 359 structureChanged: true structureIsReused:: SafeModules Elapsed: 37.20775599963963ms +Info 5412 [17:34:31.587] Different program with same set of files +Info 5413 [17:34:31.589] Format host information updated +Info 5414 [17:34:31.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5415 [17:34:31.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 360 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.078621000051498ms +Info 5416 [17:34:31.666] Different program with same set of files +Info 5417 [17:34:31.666] Format host information updated +Info 5418 [17:34:31.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5419 [17:34:31.832] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 361 structureChanged: true structureIsReused:: SafeModules Elapsed: 31.45215900056064ms +Info 5420 [17:34:31.832] Different program with same set of files +Info 5421 [17:34:31.833] Format host information updated +Info 5422 [17:34:31.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5423 [17:34:31.879] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 362 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.648961000144482ms +Info 5424 [17:34:31.879] Different program with same set of files +Info 5425 [17:34:31.880] Format host information updated +Info 5426 [17:34:32.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5427 [17:34:32.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 363 structureChanged: true structureIsReused:: SafeModules Elapsed: 30.981949999928474ms +Info 5428 [17:34:32.036] Different program with same set of files +Info 5429 [17:34:32.039] Format host information updated +Info 5430 [17:34:32.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5431 [17:34:32.183] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 364 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.029537001624703ms +Info 5432 [17:34:32.183] Different program with same set of files +Info 5433 [17:34:32.184] Format host information updated +Info 5434 [17:34:32.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5435 [17:34:32.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 365 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.071916000917554ms +Info 5436 [17:34:32.251] Different program with same set of files +Info 5437 [17:34:32.252] Format host information updated +Info 5438 [17:34:32.521] getCompletionData: Get current token: 0.0036269985139369965 +Info 5439 [17:34:32.521] getCompletionData: Is inside comment: 0.01045599952340126 +Info 5440 [17:34:32.521] getCompletionData: Get previous token: 0.03337500058114529 +Info 5441 [17:34:32.521] getCompletionsAtPosition: isCompletionListBlocker: 0.022498000413179398 +Info 5442 [17:34:32.522] getExportInfoMap: cache hit +Info 5443 [17:34:32.531] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5444 [17:34:32.531] collectAutoImports: response is complete +Info 5445 [17:34:32.531] collectAutoImports: 9.82332699932158 +Info 5446 [17:34:32.531] getCompletionData: Semantic work: 10.368955001235008 +Info 5447 [17:34:32.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.601334000006318 +Info 5448 [17:34:32.671] getCompletionData: Get current token: 0.00275300070643425 +Info 5449 [17:34:32.671] getCompletionData: Is inside comment: 0.008184000849723816 +Info 5450 [17:34:32.671] getCompletionData: Get previous token: 0.005375999957323074 +Info 5451 [17:34:32.671] getCompletionsAtPosition: isCompletionListBlocker: 0.00904499925673008 +Info 5452 [17:34:32.672] getExportInfoMap: cache hit +Info 5453 [17:34:32.680] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5454 [17:34:32.680] collectAutoImports: response is complete +Info 5455 [17:34:32.680] collectAutoImports: 7.853753000497818 +Info 5456 [17:34:32.680] getCompletionData: Semantic work: 8.326611999422312 +Info 5457 [17:34:32.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.887789998203516 +Info 5458 [17:34:32.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5459 [17:34:32.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 6.654672000557184ms +Info 5460 [17:34:32.767] Different program with same set of files +Info 5461 [17:34:32.767] getCompletionData: Get current token: 0.005436001345515251 +Info 5462 [17:34:32.767] getCompletionData: Is inside comment: 0.015585999935865402 +Info 5463 [17:34:32.767] getCompletionData: Get previous token: 0.011404000222682953 +Info 5464 [17:34:32.767] getCompletionsAtPosition: isCompletionListBlocker: 0.002708999440073967 +Info 5465 [17:34:32.769] getCompletionData: Semantic work: 1.5288650002330542 +Info 5466 [17:34:32.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8597589991986752 +Info 5467 [17:34:32.770] Format host information updated +Info 5468 [17:34:32.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5469 [17:34:32.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 6.196139000356197ms +Info 5470 [17:34:32.961] Different program with same set of files +Info 5471 [17:34:32.961] getCompletionData: Get current token: 0.0029930006712675095 +Info 5472 [17:34:32.961] getCompletionData: Is inside comment: 0.009112000465393066 +Info 5473 [17:34:32.961] getCompletionData: Get previous token: 0.011621000245213509 +Info 5474 [17:34:32.961] getCompletionsAtPosition: isCompletionListBlocker: 0.0022539999336004257 +Info 5475 [17:34:32.962] getCompletionData: Semantic work: 0.25012299977242947 +Info 5476 [17:34:32.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.48191799968481064 +Info 5477 [17:34:32.963] Format host information updated +Info 5478 [17:34:33.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5479 [17:34:33.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 6.187570000067353ms +Info 5480 [17:34:33.114] Different program with same set of files +Info 5481 [17:34:33.114] getCompletionData: Get current token: 0.0027839988470077515 +Info 5482 [17:34:33.114] getCompletionData: Is inside comment: 0.008117999881505966 +Info 5483 [17:34:33.114] getCompletionData: Get previous token: 0.0104179996997118 +Info 5484 [17:34:33.114] getCompletionsAtPosition: isCompletionListBlocker: 0.002016998827457428 +Info 5485 [17:34:33.114] getCompletionData: Semantic work: 0.1985149998217821 +Info 5486 [17:34:33.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4862110000103712 +Info 5487 [17:34:33.115] Format host information updated +Info 5488 [17:34:33.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5489 [17:34:33.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 10.489657999947667ms +Info 5490 [17:34:33.193] Different program with same set of files +Info 5491 [17:34:33.193] getCompletionData: Get current token: 0.003363998606801033 +Info 5492 [17:34:33.193] getCompletionData: Is inside comment: 0.009190000593662262 +Info 5493 [17:34:33.193] getCompletionData: Get previous token: 0.01201700046658516 +Info 5494 [17:34:33.193] getCompletionsAtPosition: isCompletionListBlocker: 0.0020809993147850037 +Info 5495 [17:34:33.193] getCompletionData: Semantic work: 0.2292580008506775 +Info 5496 [17:34:33.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.498624000698328 +Info 5497 [17:34:33.194] Format host information updated +Info 5498 [17:34:33.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5499 [17:34:33.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 6.090332999825478ms +Info 5500 [17:34:33.330] Different program with same set of files +Info 5501 [17:34:33.330] getCompletionData: Get current token: 0.0031300000846385956 +Info 5502 [17:34:33.330] getCompletionData: Is inside comment: 0.008915001526474953 +Info 5503 [17:34:33.330] getCompletionData: Get previous token: 0.012297000735998154 +Info 5504 [17:34:33.330] getCompletionsAtPosition: isCompletionListBlocker: 0.002351999282836914 +Info 5505 [17:34:33.330] getCompletionData: Semantic work: 0.2231259997934103 +Info 5506 [17:34:33.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.47952800057828426 +Info 5507 [17:34:33.331] Format host information updated +Info 5508 [17:34:33.388] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5509 [17:34:33.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 11.7400630004704ms +Info 5510 [17:34:33.400] Different program with same set of files +Info 5511 [17:34:33.400] getCompletionData: Get current token: 0.0031180009245872498 +Info 5512 [17:34:33.400] getCompletionData: Is inside comment: 0.007848000153899193 +Info 5513 [17:34:33.400] getCompletionData: Get previous token: 0.009978000074625015 +Info 5514 [17:34:33.400] getCompletionsAtPosition: isCompletionListBlocker: 0.0022759996354579926 +Info 5515 [17:34:33.401] getCompletionData: Semantic work: 0.23572899959981441 +Info 5516 [17:34:33.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4790899995714426 +Info 5517 [17:34:33.401] Format host information updated +Info 5518 [17:34:33.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5519 [17:34:33.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 5.968221999704838ms +Info 5520 [17:34:33.539] Different program with same set of files +Info 5521 [17:34:33.539] getCompletionData: Get current token: 0.0031590014696121216 +Info 5522 [17:34:33.539] getCompletionData: Is inside comment: 0.009151000529527664 +Info 5523 [17:34:33.539] getCompletionData: Get previous token: 0.012107999995350838 +Info 5524 [17:34:33.539] getCompletionsAtPosition: isCompletionListBlocker: 0.002368999645113945 +Info 5525 [17:34:33.539] getCompletionData: Semantic work: 0.22227999940514565 +Info 5526 [17:34:33.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.46204000152647495 +Info 5527 [17:34:33.565] Format host information updated +Info 5528 [17:34:33.772] getCompletionData: Get current token: 0.0019870009273290634 +Info 5529 [17:34:33.772] getCompletionData: Is inside comment: 0.008751001209020615 +Info 5530 [17:34:33.772] getCompletionData: Get previous token: 0.004635000601410866 +Info 5531 [17:34:33.772] getCompletionsAtPosition: isCompletionListBlocker: 0.008277999237179756 +Info 5532 [17:34:33.773] getExportInfoMap: cache hit +Info 5533 [17:34:33.788] collectAutoImports: resolved 17 module specifiers, plus 219 ambient and 889 from cache +Info 5534 [17:34:33.788] collectAutoImports: response is complete +Info 5535 [17:34:33.788] collectAutoImports: 14.84430099837482 +Info 5536 [17:34:33.788] getCompletionData: Semantic work: 15.424560001119971 +Info 5537 [17:34:33.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.004228999838233 +Info 5538 [17:34:35.241] Format host information updated +Info 5539 [17:34:35.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5540 [17:34:35.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 373 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.260225998237729ms +Info 5541 [17:34:35.251] Different program with same set of files +Info 5542 [17:34:35.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5543 [17:34:35.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 6.472830001264811ms +Info 5544 [17:34:35.419] Different program with same set of files +Info 5545 [17:34:35.419] getCompletionData: Get current token: 0.0037080012261867523 +Info 5546 [17:34:35.419] getCompletionData: Is inside comment: 0.009707000106573105 +Info 5547 [17:34:35.419] getCompletionData: Get previous token: 0.013757999986410141 +Info 5548 [17:34:35.419] getCompletionsAtPosition: isCompletionListBlocker: 0.010196998715400696 +Info 5549 [17:34:35.420] getExportInfoMap: cache hit +Info 5550 [17:34:35.424] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 5551 [17:34:35.424] collectAutoImports: response is complete +Info 5552 [17:34:35.424] collectAutoImports: 4.76197300106287 +Info 5553 [17:34:35.424] getCompletionData: Semantic work: 5.28201700001955 +Info 5554 [17:34:35.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4685329999774694 +Info 5555 [17:34:35.428] Format host information updated +Info 5556 [17:34:35.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5557 [17:34:35.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 6.432142000645399ms +Info 5558 [17:34:35.583] Different program with same set of files +Info 5559 [17:34:35.583] getCompletionData: Get current token: 0.0030969996005296707 +Info 5560 [17:34:35.583] getCompletionData: Is inside comment: 0.009045001119375229 +Info 5561 [17:34:35.583] getCompletionData: Get previous token: 0.011376000940799713 +Info 5562 [17:34:35.583] getCompletionsAtPosition: isCompletionListBlocker: 0.0070980004966259 +Info 5563 [17:34:35.583] getExportInfoMap: cache hit +Info 5564 [17:34:35.588] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 39 from cache +Info 5565 [17:34:35.588] collectAutoImports: response is complete +Info 5566 [17:34:35.588] collectAutoImports: 4.263828000053763 +Info 5567 [17:34:35.588] getCompletionData: Semantic work: 4.746677000075579 +Info 5568 [17:34:35.590] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8637530002743006 +Info 5569 [17:34:35.590] Format host information updated +Info 5570 [17:34:35.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5571 [17:34:35.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 6.387136999517679ms +Info 5572 [17:34:35.813] Different program with same set of files +Info 5573 [17:34:35.813] getCompletionData: Get current token: 0.0032909996807575226 +Info 5574 [17:34:35.813] getCompletionData: Is inside comment: 0.008128000423312187 +Info 5575 [17:34:35.813] getCompletionData: Get previous token: 0.009580999612808228 +Info 5576 [17:34:35.813] getCompletionsAtPosition: isCompletionListBlocker: 0.007085999473929405 +Info 5577 [17:34:35.814] getExportInfoMap: cache hit +Info 5578 [17:34:35.815] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 5579 [17:34:35.815] collectAutoImports: response is complete +Info 5580 [17:34:35.815] collectAutoImports: 1.582634000107646 +Info 5581 [17:34:35.815] getCompletionData: Semantic work: 2.028726000338793 +Info 5582 [17:34:35.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5329780001193285 +Info 5583 [17:34:35.817] Format host information updated +Info 5584 [17:34:36.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5585 [17:34:36.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 8.081710999831557ms +Info 5586 [17:34:36.041] Different program with same set of files +Info 5587 [17:34:36.041] getCompletionData: Get current token: 0.003208000212907791 +Info 5588 [17:34:36.041] getCompletionData: Is inside comment: 0.008510999381542206 +Info 5589 [17:34:36.041] getCompletionData: Get previous token: 0.010181000456213951 +Info 5590 [17:34:36.041] getCompletionsAtPosition: isCompletionListBlocker: 0.007531000301241875 +Info 5591 [17:34:36.041] getExportInfoMap: cache hit +Info 5592 [17:34:36.043] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 5593 [17:34:36.043] collectAutoImports: response is complete +Info 5594 [17:34:36.043] collectAutoImports: 1.8555560000240803 +Info 5595 [17:34:36.043] getCompletionData: Semantic work: 2.424313001334667 +Info 5596 [17:34:36.045] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7049029991030693 +Info 5597 [17:34:36.046] Format host information updated +Info 5598 [17:34:36.153] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5599 [17:34:36.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 6.53358200006187ms +Info 5600 [17:34:36.160] Different program with same set of files +Info 5601 [17:34:36.160] getCompletionData: Get current token: 0.0034820009022951126 +Info 5602 [17:34:36.160] getCompletionData: Is inside comment: 0.009873999282717705 +Info 5603 [17:34:36.160] getCompletionData: Get previous token: 0.012006999924778938 +Info 5604 [17:34:36.160] getCompletionsAtPosition: isCompletionListBlocker: 0.008094999939203262 +Info 5605 [17:34:36.161] getExportInfoMap: cache hit +Info 5606 [17:34:36.163] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 39 from cache +Info 5607 [17:34:36.163] collectAutoImports: response is complete +Info 5608 [17:34:36.163] collectAutoImports: 2.6780350003391504 +Info 5609 [17:34:36.163] getCompletionData: Semantic work: 3.1982279997318983 +Info 5610 [17:34:36.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9157729987055063 +Info 5611 [17:34:36.168] Format host information updated +Info 5612 [17:34:36.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5613 [17:34:36.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 6.261482000350952ms +Info 5614 [17:34:36.359] Different program with same set of files +Info 5615 [17:34:36.359] getCompletionData: Get current token: 0.0034930016845464706 +Info 5616 [17:34:36.359] getCompletionData: Is inside comment: 0.010546000674366951 +Info 5617 [17:34:36.359] getCompletionData: Get previous token: 0.011879999190568924 +Info 5618 [17:34:36.359] getCompletionsAtPosition: isCompletionListBlocker: 0.007340000942349434 +Info 5619 [17:34:36.360] getExportInfoMap: cache hit +Info 5620 [17:34:36.363] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 113 from cache +Info 5621 [17:34:36.363] collectAutoImports: response is complete +Info 5622 [17:34:36.363] collectAutoImports: 3.6445080004632473 +Info 5623 [17:34:36.363] getCompletionData: Semantic work: 4.160617999732494 +Info 5624 [17:34:36.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.264386000111699 +Info 5625 [17:34:36.367] Format host information updated +Info 5626 [17:34:36.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5627 [17:34:36.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 6.300274999812245ms +Info 5628 [17:34:36.503] Different program with same set of files +Info 5629 [17:34:36.503] getCompletionData: Get current token: 0.003351999446749687 +Info 5630 [17:34:36.503] getCompletionData: Is inside comment: 0.009818999096751213 +Info 5631 [17:34:36.503] getCompletionData: Get previous token: 0.011646000668406487 +Info 5632 [17:34:36.503] getCompletionsAtPosition: isCompletionListBlocker: 0.007361000403761864 +Info 5633 [17:34:36.503] getExportInfoMap: cache hit +Info 5634 [17:34:36.510] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 5635 [17:34:36.510] collectAutoImports: response is complete +Info 5636 [17:34:36.510] collectAutoImports: 6.961792001500726 +Info 5637 [17:34:36.510] getCompletionData: Semantic work: 7.479960000142455 +Info 5638 [17:34:36.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4282640013843775 +Info 5639 [17:34:36.517] Format host information updated +Info 5640 [17:34:36.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5641 [17:34:36.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 15.010720999911427ms +Info 5642 [17:34:36.598] Different program with same set of files +Info 5643 [17:34:36.599] getCompletionData: Get current token: 0.008858999237418175 +Info 5644 [17:34:36.599] getCompletionData: Is inside comment: 0.02732599899172783 +Info 5645 [17:34:36.599] getCompletionData: Get previous token: 0.032121000811457634 +Info 5646 [17:34:36.599] getCompletionsAtPosition: isCompletionListBlocker: 0.015594998374581337 +Info 5647 [17:34:36.600] getExportInfoMap: cache hit +Info 5648 [17:34:36.608] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 5649 [17:34:36.608] collectAutoImports: response is complete +Info 5650 [17:34:36.608] collectAutoImports: 8.233621999621391 +Info 5651 [17:34:36.608] getCompletionData: Semantic work: 9.383012998849154 +Info 5652 [17:34:36.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.770371999591589 +Info 5653 [17:34:36.616] Format host information updated +Info 5654 [17:34:36.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5655 [17:34:36.653] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 7.716761000454426ms +Info 5656 [17:34:36.653] Different program with same set of files +Info 5657 [17:34:36.653] getCompletionData: Get current token: 0.004246000200510025 +Info 5658 [17:34:36.653] getCompletionData: Is inside comment: 0.01296200044453144 +Info 5659 [17:34:36.653] getCompletionData: Get previous token: 0.014756999909877777 +Info 5660 [17:34:36.654] getCompletionsAtPosition: isCompletionListBlocker: 0.008484000340104103 +Info 5661 [17:34:36.654] getExportInfoMap: cache hit +Info 5662 [17:34:36.658] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 97 from cache +Info 5663 [17:34:36.658] collectAutoImports: response is complete +Info 5664 [17:34:36.658] collectAutoImports: 4.013416001573205 +Info 5665 [17:34:36.658] getCompletionData: Semantic work: 4.633151000365615 +Info 5666 [17:34:36.661] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6531109996140003 +Info 5667 [17:34:36.662] Format host information updated +Info 5668 [17:34:36.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5669 [17:34:36.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 6.496482999995351ms +Info 5670 [17:34:36.786] Different program with same set of files +Info 5671 [17:34:36.786] getCompletionData: Get current token: 0.003363998606801033 +Info 5672 [17:34:36.786] getCompletionData: Is inside comment: 0.008927000686526299 +Info 5673 [17:34:36.786] getCompletionData: Get previous token: 0.010418999940156937 +Info 5674 [17:34:36.786] getCompletionsAtPosition: isCompletionListBlocker: 0.007438000291585922 +Info 5675 [17:34:36.787] getExportInfoMap: cache hit +Info 5676 [17:34:36.791] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 28 from cache +Info 5677 [17:34:36.792] collectAutoImports: response is complete +Info 5678 [17:34:36.792] collectAutoImports: 4.609045000746846 +Info 5679 [17:34:36.792] getCompletionData: Semantic work: 5.062181001529098 +Info 5680 [17:34:36.793] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.875459000468254 +Info 5681 [17:34:36.794] Format host information updated +Info 5682 [17:34:36.847] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5683 [17:34:36.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 6.4620799999684095ms +Info 5684 [17:34:36.853] Different program with same set of files +Info 5685 [17:34:36.854] getCompletionData: Get current token: 0.002847999334335327 +Info 5686 [17:34:36.854] getCompletionData: Is inside comment: 0.008928999304771423 +Info 5687 [17:34:36.854] getCompletionData: Get previous token: 0.01043500006198883 +Info 5688 [17:34:36.854] getCompletionsAtPosition: isCompletionListBlocker: 0.007663000375032425 +Info 5689 [17:34:36.854] getExportInfoMap: cache hit +Info 5690 [17:34:36.856] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 13 from cache +Info 5691 [17:34:36.856] collectAutoImports: response is complete +Info 5692 [17:34:36.856] collectAutoImports: 2.1159789990633726 +Info 5693 [17:34:36.856] getCompletionData: Semantic work: 2.6462570000439882 +Info 5694 [17:34:36.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7144620008766651 +Info 5695 [17:34:36.859] Format host information updated +Info 5696 [17:34:36.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5697 [17:34:36.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 9.2855340000242ms +Info 5698 [17:34:36.956] Different program with same set of files +Info 5699 [17:34:36.956] getCompletionData: Get current token: 0.003085000440478325 +Info 5700 [17:34:36.956] getCompletionData: Is inside comment: 0.008006999269127846 +Info 5701 [17:34:36.956] getCompletionData: Get previous token: 0.009800000116229057 +Info 5702 [17:34:36.956] getCompletionsAtPosition: isCompletionListBlocker: 0.008528999984264374 +Info 5703 [17:34:36.956] getExportInfoMap: cache hit +Info 5704 [17:34:36.958] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5705 [17:34:36.958] collectAutoImports: response is complete +Info 5706 [17:34:36.958] collectAutoImports: 1.9656310006976128 +Info 5707 [17:34:36.958] getCompletionData: Semantic work: 2.457090999931097 +Info 5708 [17:34:36.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6030689999461174 +Info 5709 [17:34:36.961] Format host information updated +Info 5710 [17:34:37.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5711 [17:34:37.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 6.514141999185085ms +Info 5712 [17:34:37.122] Different program with same set of files +Info 5713 [17:34:37.123] getCompletionData: Get current token: 0.003017999231815338 +Info 5714 [17:34:37.123] getCompletionData: Is inside comment: 0.009067999199032784 +Info 5715 [17:34:37.123] getCompletionData: Get previous token: 0.006303001195192337 +Info 5716 [17:34:37.123] getCompletionsAtPosition: isCompletionListBlocker: 0.0029910001903772354 +Info 5717 [17:34:37.123] getExportInfoMap: cache hit +Info 5718 [17:34:37.136] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5719 [17:34:37.136] collectAutoImports: response is complete +Info 5720 [17:34:37.136] collectAutoImports: 13.140356000512838 +Info 5721 [17:34:37.136] getCompletionData: Semantic work: 13.600441999733448 +Info 5722 [17:34:37.141] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.516308998689055 +Info 5723 [17:34:37.145] Format host information updated +Info 5724 [17:34:37.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5725 [17:34:37.183] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 6.324190000072122ms +Info 5726 [17:34:37.183] Different program with same set of files +Info 5727 [17:34:37.183] getCompletionData: Get current token: 0.003358999267220497 +Info 5728 [17:34:37.183] getCompletionData: Is inside comment: 0.009179001674056053 +Info 5729 [17:34:37.183] getCompletionData: Get previous token: 0.006118999794125557 +Info 5730 [17:34:37.183] getCompletionsAtPosition: isCompletionListBlocker: 0.010723000392317772 +Info 5731 [17:34:37.183] getExportInfoMap: cache hit +Info 5732 [17:34:37.197] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5733 [17:34:37.197] collectAutoImports: response is complete +Info 5734 [17:34:37.197] collectAutoImports: 13.33839499950409 +Info 5735 [17:34:37.197] getCompletionData: Semantic work: 13.825307998806238 +Info 5736 [17:34:37.202] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.675395000725985 +Info 5737 [17:34:37.205] Format host information updated +Info 5738 [17:34:37.259] getCompletionData: Get current token: 0.0037910006940364838 +Info 5739 [17:34:37.259] getCompletionData: Is inside comment: 0.00969499908387661 +Info 5740 [17:34:37.259] getCompletionData: Get previous token: 0.006938999518752098 +Info 5741 [17:34:37.259] getCompletionsAtPosition: isCompletionListBlocker: 0.0035250000655651093 +Info 5742 [17:34:37.259] getExportInfoMap: cache hit +Info 5743 [17:34:37.269] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5744 [17:34:37.269] collectAutoImports: response is complete +Info 5745 [17:34:37.269] collectAutoImports: 9.93724500015378 +Info 5746 [17:34:37.269] getCompletionData: Semantic work: 10.465669998899102 +Info 5747 [17:34:37.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0593039989471436 +Info 5748 [17:34:37.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5749 [17:34:37.433] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 6.525120999664068ms +Info 5750 [17:34:37.433] Different program with same set of files +Info 5751 [17:34:37.433] getCompletionData: Get current token: 0.003743000328540802 +Info 5752 [17:34:37.433] getCompletionData: Is inside comment: 0.010400000959634781 +Info 5753 [17:34:37.433] getCompletionData: Get previous token: 0.012191999703645706 +Info 5754 [17:34:37.433] getCompletionsAtPosition: isCompletionListBlocker: 0.002682998776435852 +Info 5755 [17:34:37.434] getExportInfoMap: cache hit +Info 5756 [17:34:37.436] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 5757 [17:34:37.436] collectAutoImports: response is complete +Info 5758 [17:34:37.436] collectAutoImports: 1.9995649997144938 +Info 5759 [17:34:37.436] getCompletionData: Semantic work: 2.487302001565695 +Info 5760 [17:34:37.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6658510006964207 +Info 5761 [17:34:37.438] Format host information updated +Info 5762 [17:34:37.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5763 [17:34:37.553] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 7.9497410003095865ms +Info 5764 [17:34:37.553] Different program with same set of files +Info 5765 [17:34:37.553] getCompletionData: Get current token: 0.003691999241709709 +Info 5766 [17:34:37.553] getCompletionData: Is inside comment: 0.010213000699877739 +Info 5767 [17:34:37.553] getCompletionData: Get previous token: 0.012849001213908195 +Info 5768 [17:34:37.553] getCompletionsAtPosition: isCompletionListBlocker: 0.0032930001616477966 +Info 5769 [17:34:37.554] getExportInfoMap: cache hit +Info 5770 [17:34:37.555] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 5771 [17:34:37.555] collectAutoImports: response is complete +Info 5772 [17:34:37.555] collectAutoImports: 1.8024229984730482 +Info 5773 [17:34:37.555] getCompletionData: Semantic work: 2.2926829997450113 +Info 5774 [17:34:37.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6978959999978542 +Info 5775 [17:34:37.558] Format host information updated +Info 5776 [17:34:37.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5777 [17:34:37.663] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 13.788061000406742ms +Info 5778 [17:34:37.663] Different program with same set of files +Info 5779 [17:34:37.664] getCompletionData: Get current token: 0.010818000882863998 +Info 5780 [17:34:37.664] getCompletionData: Is inside comment: 0.028006000444293022 +Info 5781 [17:34:37.664] getCompletionData: Get previous token: 0.03323400020599365 +Info 5782 [17:34:37.664] getCompletionsAtPosition: isCompletionListBlocker: 0.006094999611377716 +Info 5783 [17:34:37.665] getExportInfoMap: cache hit +Info 5784 [17:34:37.692] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5785 [17:34:37.692] collectAutoImports: response is complete +Info 5786 [17:34:37.692] collectAutoImports: 26.666840998455882 +Info 5787 [17:34:37.692] getCompletionData: Semantic work: 27.832967000082135 +Info 5788 [17:34:37.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.12648699991405 +Info 5789 [17:34:37.702] Format host information updated +Info 5790 [17:34:40.816] getCompletionData: Get current token: 0.003057999536395073 +Info 5791 [17:34:40.816] getCompletionData: Is inside comment: 0.0087909996509552 +Info 5792 [17:34:40.816] getCompletionData: Get previous token: 0.005803000181913376 +Info 5793 [17:34:40.816] getCompletionsAtPosition: isCompletionListBlocker: 0.010149000212550163 +Info 5794 [17:34:40.817] getExportInfoMap: cache hit +Info 5795 [17:34:40.827] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5796 [17:34:40.827] collectAutoImports: response is complete +Info 5797 [17:34:40.827] collectAutoImports: 10.412996999919415 +Info 5798 [17:34:40.827] getCompletionData: Semantic work: 10.952719999477267 +Info 5799 [17:34:40.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2214379999786615 +Info 5800 [17:34:40.902] Format host information updated +Info 5801 [17:34:40.902] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5802 [17:34:40.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 20.03240100108087ms +Info 5803 [17:34:40.922] Different program with same set of files +Info 5804 [17:34:41.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5805 [17:34:41.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 6.331739000976086ms +Info 5806 [17:34:41.016] Different program with same set of files +Info 5807 [17:34:41.016] getCompletionData: Get current token: 0.002907000482082367 +Info 5808 [17:34:41.016] getCompletionData: Is inside comment: 0.009607000276446342 +Info 5809 [17:34:41.016] getCompletionData: Get previous token: 0.006082000210881233 +Info 5810 [17:34:41.016] getCompletionsAtPosition: isCompletionListBlocker: 0.00893699936568737 +Info 5811 [17:34:41.016] getExportInfoMap: cache hit +Info 5812 [17:34:41.031] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5813 [17:34:41.031] collectAutoImports: response is complete +Info 5814 [17:34:41.031] collectAutoImports: 14.493586000055075 +Info 5815 [17:34:41.031] getCompletionData: Semantic work: 15.0184339992702 +Info 5816 [17:34:41.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.336803000420332 +Info 5817 [17:34:41.043] Format host information updated +Info 5818 [17:34:41.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5819 [17:34:41.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 8.534973999485373ms +Info 5820 [17:34:41.248] Different program with same set of files +Info 5821 [17:34:41.248] getCompletionData: Get current token: 0.00267999991774559 +Info 5822 [17:34:41.249] getCompletionData: Is inside comment: 0.007977001368999481 +Info 5823 [17:34:41.249] getCompletionData: Get previous token: 0.004921000450849533 +Info 5824 [17:34:41.249] getCompletionsAtPosition: isCompletionListBlocker: 0.007526000961661339 +Info 5825 [17:34:41.249] getExportInfoMap: cache hit +Info 5826 [17:34:41.259] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5827 [17:34:41.259] collectAutoImports: response is complete +Info 5828 [17:34:41.259] collectAutoImports: 10.025640999898314 +Info 5829 [17:34:41.259] getCompletionData: Semantic work: 10.47133699990809 +Info 5830 [17:34:41.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.980267999693751 +Info 5831 [17:34:41.269] Format host information updated +Info 5832 [17:34:41.305] Format host information updated +Info 5833 [17:34:41.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5834 [17:34:41.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 5.978637998923659ms +Info 5835 [17:34:41.312] Different program with same set of files +Info 5836 [17:34:41.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5837 [17:34:41.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 8.390078999102116ms +Info 5838 [17:34:41.478] Different program with same set of files +Info 5839 [17:34:41.478] getCompletionData: Get current token: 0.0023039989173412323 +Info 5840 [17:34:41.478] getCompletionData: Is inside comment: 0.008729999884963036 +Info 5841 [17:34:41.478] getCompletionData: Get previous token: 0.005411999300122261 +Info 5842 [17:34:41.478] getCompletionsAtPosition: isCompletionListBlocker: 0.003244999796152115 +Info 5843 [17:34:41.479] getExportInfoMap: cache hit +Info 5844 [17:34:41.491] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5845 [17:34:41.491] collectAutoImports: response is complete +Info 5846 [17:34:41.491] collectAutoImports: 12.258178999647498 +Info 5847 [17:34:41.491] getCompletionData: Semantic work: 12.706148000434041 +Info 5848 [17:34:41.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.166575001552701 +Info 5849 [17:34:41.499] Format host information updated +Info 5850 [17:34:41.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5851 [17:34:41.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 6.776378000155091ms +Info 5852 [17:34:41.537] Different program with same set of files +Info 5853 [17:34:41.537] getCompletionData: Get current token: 0.004044000059366226 +Info 5854 [17:34:41.537] getCompletionData: Is inside comment: 0.010835999622941017 +Info 5855 [17:34:41.537] getCompletionData: Get previous token: 0.007747000083327293 +Info 5856 [17:34:41.537] getCompletionsAtPosition: isCompletionListBlocker: 0.00825599953532219 +Info 5857 [17:34:41.537] getExportInfoMap: cache hit +Info 5858 [17:34:41.552] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5859 [17:34:41.552] collectAutoImports: response is complete +Info 5860 [17:34:41.552] collectAutoImports: 14.249723000451922 +Info 5861 [17:34:41.552] getCompletionData: Semantic work: 14.766584001481533 +Info 5862 [17:34:41.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.742939000949264 +Info 5863 [17:34:41.560] Format host information updated +Info 5864 [17:34:41.616] getCompletionData: Get current token: 0.007705999538302422 +Info 5865 [17:34:41.616] getCompletionData: Is inside comment: 0.02159000001847744 +Info 5866 [17:34:41.616] getCompletionData: Get previous token: 0.010137999430298805 +Info 5867 [17:34:41.616] getCompletionsAtPosition: isCompletionListBlocker: 0.0034560002386569977 +Info 5868 [17:34:41.616] Returning an empty list because completion was requested in an invalid position. +Info 5869 [17:34:42.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5870 [17:34:42.264] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 7.764925999566913ms +Info 5871 [17:34:42.264] Different program with same set of files +Info 5872 [17:34:42.264] getCompletionData: Get current token: 0.004971999675035477 +Info 5873 [17:34:42.264] getCompletionData: Is inside comment: 0.024972999468445778 +Info 5874 [17:34:42.264] getCompletionData: Get previous token: 0.010329000651836395 +Info 5875 [17:34:42.264] getCompletionsAtPosition: isCompletionListBlocker: 0.0020010005682706833 +Info 5876 [17:34:42.264] Returning an empty list because completion was requested in an invalid position. +Info 5877 [17:34:42.265] Format host information updated +Info 5878 [17:34:42.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5879 [17:34:42.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 6.3386160004884005ms +Info 5880 [17:34:42.440] Different program with same set of files +Info 5881 [17:34:42.440] getCompletionData: Get current token: 0.003751000389456749 +Info 5882 [17:34:42.440] getCompletionData: Is inside comment: 0.011584999039769173 +Info 5883 [17:34:42.440] getCompletionData: Get previous token: 0.013976998627185822 +Info 5884 [17:34:42.440] getCompletionsAtPosition: isCompletionListBlocker: 0.0020850002765655518 +Info 5885 [17:34:42.440] Returning an empty list because completion was requested in an invalid position. +Info 5886 [17:34:42.441] Format host information updated +Info 5887 [17:34:42.757] Format host information updated +Info 5888 [17:34:42.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5889 [17:34:42.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 7.756340000778437ms +Info 5890 [17:34:42.765] Different program with same set of files +Info 5891 [17:34:42.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5892 [17:34:42.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 6.2662659995257854ms +Info 5893 [17:34:42.923] Different program with same set of files +Info 5894 [17:34:42.923] getCompletionData: Get current token: 0.0034580007195472717 +Info 5895 [17:34:42.923] getCompletionData: Is inside comment: 0.01107800006866455 +Info 5896 [17:34:42.923] getCompletionData: Get previous token: 0.023608999326825142 +Info 5897 [17:34:42.923] getCompletionsAtPosition: isCompletionListBlocker: 0.00341000035405159 +Info 5898 [17:34:42.923] getExportInfoMap: cache hit +Info 5899 [17:34:42.928] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 5900 [17:34:42.928] collectAutoImports: response is complete +Info 5901 [17:34:42.928] collectAutoImports: 4.312863999977708 +Info 5902 [17:34:42.928] getCompletionData: Semantic work: 4.951259000226855 +Info 5903 [17:34:42.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4368689991533756 +Info 5904 [17:34:42.932] Format host information updated +Info 5905 [17:34:43.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5906 [17:34:43.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 9.990257000550628ms +Info 5907 [17:34:43.071] Different program with same set of files +Info 5908 [17:34:43.072] getCompletionData: Get current token: 0.004537999629974365 +Info 5909 [17:34:43.072] getCompletionData: Is inside comment: 0.013282999396324158 +Info 5910 [17:34:43.072] getCompletionData: Get previous token: 0.01932400092482567 +Info 5911 [17:34:43.072] getCompletionsAtPosition: isCompletionListBlocker: 0.002582000568509102 +Info 5912 [17:34:43.072] getExportInfoMap: cache hit +Info 5913 [17:34:43.077] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 115 from cache +Info 5914 [17:34:43.077] collectAutoImports: response is complete +Info 5915 [17:34:43.077] collectAutoImports: 4.169687999412417 +Info 5916 [17:34:43.077] getCompletionData: Semantic work: 4.754653999581933 +Info 5917 [17:34:43.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5270009990781546 +Info 5918 [17:34:43.081] Format host information updated +Info 5919 [17:34:43.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5920 [17:34:43.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 18.85792199894786ms +Info 5921 [17:34:43.150] Different program with same set of files +Info 5922 [17:34:43.151] getCompletionData: Get current token: 0.005148999392986298 +Info 5923 [17:34:43.151] getCompletionData: Is inside comment: 0.016068998724222183 +Info 5924 [17:34:43.151] getCompletionData: Get previous token: 0.024720000103116035 +Info 5925 [17:34:43.151] getCompletionsAtPosition: isCompletionListBlocker: 0.002893999218940735 +Info 5926 [17:34:43.152] getExportInfoMap: cache hit +Info 5927 [17:34:43.156] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 47 from cache +Info 5928 [17:34:43.156] collectAutoImports: response is complete +Info 5929 [17:34:43.156] collectAutoImports: 4.329540999606252 +Info 5930 [17:34:43.156] getCompletionData: Semantic work: 5.4649240002036095 +Info 5931 [17:34:43.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.540728999301791 +Info 5932 [17:34:43.164] Format host information updated +Info 5933 [17:34:43.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5934 [17:34:43.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 6.578476998955011ms +Info 5935 [17:34:43.204] Different program with same set of files +Info 5936 [17:34:43.204] getCompletionData: Get current token: 0.0033019986003637314 +Info 5937 [17:34:43.204] getCompletionData: Is inside comment: 0.01029999926686287 +Info 5938 [17:34:43.204] getCompletionData: Get previous token: 0.01363999955356121 +Info 5939 [17:34:43.204] getCompletionsAtPosition: isCompletionListBlocker: 0.002394000068306923 +Info 5940 [17:34:43.205] getExportInfoMap: cache hit +Info 5941 [17:34:43.206] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 5942 [17:34:43.206] collectAutoImports: response is complete +Info 5943 [17:34:43.206] collectAutoImports: 1.7155089993029833 +Info 5944 [17:34:43.206] getCompletionData: Semantic work: 2.261073999106884 +Info 5945 [17:34:43.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7738060001283884 +Info 5946 [17:34:43.209] Format host information updated +Info 5947 [17:34:44.107] Format host information updated +Info 5948 [17:34:44.114] forEachExternalModuleToImportFrom autoImportProvider: 0.5992549993097782 +Info 5949 [17:34:45.376] Format host information updated +Info 5950 [17:34:45.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5951 [17:34:45.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 404 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.03744599968195ms +Info 5952 [17:34:45.389] Different program with same set of files +Info 5953 [17:34:48.236] Format host information updated +Info 5954 [17:34:48.236] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5955 [17:34:48.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 6.018992999568582ms +Info 5956 [17:34:48.242] Different program with same set of files +Info 5957 [17:34:48.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5958 [17:34:48.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 6.239590000361204ms +Info 5959 [17:34:48.414] Different program with same set of files +Info 5960 [17:34:48.414] getCompletionData: Get current token: 0.0010460000485181808 +Info 5961 [17:34:48.414] getCompletionData: Is inside comment: 0.005700999870896339 +Info 5962 [17:34:48.414] getCompletionData: Get previous token: 0.009816000238060951 +Info 5963 [17:34:48.414] getCompletionsAtPosition: isCompletionListBlocker: 0.008473999798297882 +Info 5964 [17:34:48.414] getExportInfoMap: cache hit +Info 5965 [17:34:48.420] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 112 from cache +Info 5966 [17:34:48.420] collectAutoImports: response is complete +Info 5967 [17:34:48.420] collectAutoImports: 5.929143000394106 +Info 5968 [17:34:48.420] getCompletionData: Semantic work: 6.413264000788331 +Info 5969 [17:34:48.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.268122000619769 +Info 5970 [17:34:48.422] Format host information updated +Info 5971 [17:34:48.542] Format host information updated +Info 5972 [17:34:48.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5973 [17:34:48.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 6.175256000831723ms +Info 5974 [17:34:48.549] Different program with same set of files +Info 5975 [17:34:48.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5976 [17:34:48.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 8.359915999695659ms +Info 5977 [17:34:48.631] Different program with same set of files +Info 5978 [17:34:48.631] getCompletionData: Get current token: 0.001670999452471733 +Info 5979 [17:34:48.631] getCompletionData: Is inside comment: 0.00665699876844883 +Info 5980 [17:34:48.631] getCompletionData: Get previous token: 0.004636999219655991 +Info 5981 [17:34:48.631] getCompletionsAtPosition: isCompletionListBlocker: 0.009795000776648521 +Info 5982 [17:34:48.632] getExportInfoMap: cache hit +Info 5983 [17:34:48.645] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 5984 [17:34:48.645] collectAutoImports: response is complete +Info 5985 [17:34:48.645] collectAutoImports: 12.96849700063467 +Info 5986 [17:34:48.645] getCompletionData: Semantic work: 13.57460100017488 +Info 5987 [17:34:48.648] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.993767999112606 +Info 5988 [17:34:48.652] Format host information updated +Info 5989 [17:34:48.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5990 [17:34:48.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 9.969120999798179ms +Info 5991 [17:34:48.874] Different program with same set of files +Info 5992 [17:34:48.874] getCompletionData: Get current token: 0.0021790005266666412 +Info 5993 [17:34:48.874] getCompletionData: Is inside comment: 0.01097400113940239 +Info 5994 [17:34:48.874] getCompletionData: Get previous token: 0.007840000092983246 +Info 5995 [17:34:48.874] getCompletionsAtPosition: isCompletionListBlocker: 0.013795999810099602 +Info 5996 [17:34:48.875] getExportInfoMap: cache hit +Info 5997 [17:34:48.891] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 5998 [17:34:48.891] collectAutoImports: response is complete +Info 5999 [17:34:48.891] collectAutoImports: 16.004349000751972 +Info 6000 [17:34:48.891] getCompletionData: Semantic work: 16.911286000162363 +Info 6001 [17:34:48.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.389886999502778 +Info 6002 [17:34:48.898] Format host information updated +Info 6003 [17:34:48.920] Format host information updated +Info 6004 [17:34:48.921] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6005 [17:34:48.927] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 6.096956999972463ms +Info 6006 [17:34:48.927] Different program with same set of files +Info 6007 [17:34:49.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6008 [17:34:49.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 6.536124000325799ms +Info 6009 [17:34:49.138] Different program with same set of files +Info 6010 [17:34:49.139] getCompletionData: Get current token: 0.0010640006512403488 +Info 6011 [17:34:49.139] getCompletionData: Is inside comment: 0.00545400008559227 +Info 6012 [17:34:49.139] getCompletionData: Get previous token: 0.012033998966217041 +Info 6013 [17:34:49.139] getCompletionsAtPosition: isCompletionListBlocker: 0.009151998907327652 +Info 6014 [17:34:49.139] getExportInfoMap: cache hit +Info 6015 [17:34:49.143] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 152 from cache +Info 6016 [17:34:49.143] collectAutoImports: response is complete +Info 6017 [17:34:49.143] collectAutoImports: 4.117932001128793 +Info 6018 [17:34:49.143] getCompletionData: Semantic work: 4.690672000870109 +Info 6019 [17:34:49.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.069521998986602 +Info 6020 [17:34:49.147] Format host information updated +Info 6021 [17:34:49.275] Format host information updated +Info 6022 [17:34:49.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6023 [17:34:49.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 5.634053999558091ms +Info 6024 [17:34:49.280] Different program with same set of files +Info 6025 [17:34:49.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6026 [17:34:49.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 6.055222000926733ms +Info 6027 [17:34:49.451] Different program with same set of files +Info 6028 [17:34:49.452] getCompletionData: Get current token: 0.0017419997602701187 +Info 6029 [17:34:49.452] getCompletionData: Is inside comment: 0.00711899995803833 +Info 6030 [17:34:49.452] getCompletionData: Get previous token: 0.004905000329017639 +Info 6031 [17:34:49.452] getCompletionsAtPosition: isCompletionListBlocker: 0.008690999820828438 +Info 6032 [17:34:49.452] getExportInfoMap: cache hit +Info 6033 [17:34:49.466] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 6034 [17:34:49.466] collectAutoImports: response is complete +Info 6035 [17:34:49.466] collectAutoImports: 13.546099999919534 +Info 6036 [17:34:49.466] getCompletionData: Semantic work: 14.08504300005734 +Info 6037 [17:34:49.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.755970001220703 +Info 6038 [17:34:49.472] Format host information updated +Info 6039 [17:34:49.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6040 [17:34:49.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 7.639413001015782ms +Info 6041 [17:34:49.667] Different program with same set of files +Info 6042 [17:34:49.667] getCompletionData: Get current token: 0.0011199992150068283 +Info 6043 [17:34:49.667] getCompletionData: Is inside comment: 0.005760001018643379 +Info 6044 [17:34:49.667] getCompletionData: Get previous token: 0.004023000597953796 +Info 6045 [17:34:49.667] getCompletionsAtPosition: isCompletionListBlocker: 0.009087000042200089 +Info 6046 [17:34:49.668] getExportInfoMap: cache hit +Info 6047 [17:34:49.678] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 6048 [17:34:49.678] collectAutoImports: response is complete +Info 6049 [17:34:49.678] collectAutoImports: 10.37088899873197 +Info 6050 [17:34:49.678] getCompletionData: Semantic work: 10.97936699911952 +Info 6051 [17:34:49.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.409578999504447 +Info 6052 [17:34:49.684] Format host information updated +Info 6053 [17:34:49.722] Format host information updated +Info 6054 [17:34:49.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6055 [17:34:49.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 7.429042000323534ms +Info 6056 [17:34:49.729] Different program with same set of files +Info 6057 [17:34:49.875] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6058 [17:34:49.882] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 6.217314999550581ms +Info 6059 [17:34:49.882] Different program with same set of files +Info 6060 [17:34:49.882] getCompletionData: Get current token: 0.001344999298453331 +Info 6061 [17:34:49.882] getCompletionData: Is inside comment: 0.006363999098539352 +Info 6062 [17:34:49.882] getCompletionData: Get previous token: 0.01451599970459938 +Info 6063 [17:34:49.882] getCompletionsAtPosition: isCompletionListBlocker: 0.009942000731825829 +Info 6064 [17:34:49.883] getExportInfoMap: cache hit +Info 6065 [17:34:49.887] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 152 from cache +Info 6066 [17:34:49.887] collectAutoImports: response is complete +Info 6067 [17:34:49.887] collectAutoImports: 4.49655899964273 +Info 6068 [17:34:49.887] getCompletionData: Semantic work: 5.125234000384808 +Info 6069 [17:34:49.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4939560014754534 +Info 6070 [17:34:49.890] Format host information updated +Info 6071 [17:34:50.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6072 [17:34:50.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 8.949841998517513ms +Info 6073 [17:34:50.065] Different program with same set of files +Info 6074 [17:34:50.065] getCompletionData: Get current token: 0.0011240001767873764 +Info 6075 [17:34:50.065] getCompletionData: Is inside comment: 0.006210001185536385 +Info 6076 [17:34:50.065] getCompletionData: Get previous token: 0.004577001556754112 +Info 6077 [17:34:50.065] getCompletionsAtPosition: isCompletionListBlocker: 0.0022949986159801483 +Info 6078 [17:34:50.065] getCompletionData: Semantic work: 0.6789669990539551 +Info 6079 [17:34:50.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2111919987946749 +Info 6080 [17:34:50.067] Format host information updated +Info 6081 [17:34:50.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6082 [17:34:50.261] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 6.230656001716852ms +Info 6083 [17:34:50.261] Different program with same set of files +Info 6084 [17:34:50.261] getCompletionData: Get current token: 0.001339999958872795 +Info 6085 [17:34:50.261] getCompletionData: Is inside comment: 0.005132000893354416 +Info 6086 [17:34:50.261] getCompletionData: Get previous token: 0.011409001424908638 +Info 6087 [17:34:50.261] getCompletionsAtPosition: isCompletionListBlocker: 0.0021470002830028534 +Info 6088 [17:34:50.262] getCompletionData: Semantic work: 0.6179399993270636 +Info 6089 [17:34:50.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8084019999951124 +Info 6090 [17:34:50.264] Format host information updated +Info 6091 [17:34:50.352] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6092 [17:34:50.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 23.390687000006437ms +Info 6093 [17:34:50.376] Different program with same set of files +Info 6094 [17:34:50.376] getCompletionData: Get current token: 0.004997000098228455 +Info 6095 [17:34:50.376] getCompletionData: Is inside comment: 0.02707100100815296 +Info 6096 [17:34:50.376] getCompletionData: Get previous token: 0.062404999509453773 +Info 6097 [17:34:50.376] getCompletionsAtPosition: isCompletionListBlocker: 0.007275000214576721 +Info 6098 [17:34:50.378] getCompletionData: Semantic work: 1.8814739994704723 +Info 6099 [17:34:50.383] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0694420002400875 +Info 6100 [17:34:50.387] Format host information updated +Info 6101 [17:34:50.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6102 [17:34:50.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 6.2264479994773865ms +Info 6103 [17:34:50.557] Different program with same set of files +Info 6104 [17:34:50.557] getCompletionData: Get current token: 0.001187000423669815 +Info 6105 [17:34:50.557] getCompletionData: Is inside comment: 0.00617000088095665 +Info 6106 [17:34:50.557] getCompletionData: Get previous token: 0.014245999976992607 +Info 6107 [17:34:50.557] getCompletionsAtPosition: isCompletionListBlocker: 0.0024149995297193527 +Info 6108 [17:34:50.558] getCompletionData: Semantic work: 0.6698860004544258 +Info 6109 [17:34:50.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9099589996039867 +Info 6110 [17:34:50.560] Format host information updated +Info 6111 [17:34:51.119] Format host information updated +Info 6112 [17:34:51.119] Format host information updated +Info 6113 [17:34:51.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6114 [17:34:51.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 6.709627000615001ms +Info 6115 [17:34:51.126] Different program with same set of files +Info 6116 [17:34:51.126] getCompletionData: Get current token: 0.0011969991028308868 +Info 6117 [17:34:51.126] getCompletionData: Is inside comment: 0.006178000941872597 +Info 6118 [17:34:51.126] getCompletionData: Get previous token: 0.004480000585317612 +Info 6119 [17:34:51.126] getCompletionsAtPosition: isCompletionListBlocker: 0.024596000090241432 +Info 6120 [17:34:51.126] getExportInfoMap: cache hit +Info 6121 [17:34:51.139] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 6122 [17:34:51.139] collectAutoImports: response is complete +Info 6123 [17:34:51.139] collectAutoImports: 12.938343999907374 +Info 6124 [17:34:51.139] getCompletionData: Semantic work: 13.541576001793146 +Info 6125 [17:34:51.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6363769993185997 +Info 6126 [17:34:51.145] getCompletionData: Get current token: 0.015598000958561897 +Info 6127 [17:34:51.145] getCompletionData: Is inside comment: 0.004304001107811928 +Info 6128 [17:34:51.145] getCompletionData: Get previous token: 0.05709500052034855 +Info 6129 [17:34:51.145] getCompletionsAtPosition: isCompletionListBlocker: 0.003399999812245369 +Info 6130 [17:34:51.146] getCompletionData: Semantic work: 1.0108589995652437 +Info 6131 [17:34:51.151] getCompletionData: Get current token: 0.01868000067770481 +Info 6132 [17:34:51.151] getCompletionData: Is inside comment: 0.004208998754620552 +Info 6133 [17:34:51.151] getCompletionData: Get previous token: 0.026667999103665352 +Info 6134 [17:34:51.151] getCompletionsAtPosition: isCompletionListBlocker: 0.002898000180721283 +Info 6135 [17:34:51.151] getCompletionData: Semantic work: 0.22369199991226196 +Info 6136 [17:34:51.152] Format host information updated +Info 6137 [17:34:51.270] getCompletionData: Get current token: 0.0033539999276399612 +Info 6138 [17:34:51.270] getCompletionData: Is inside comment: 0.0012170001864433289 +Info 6139 [17:34:51.270] getCompletionData: Get previous token: 0.010311000049114227 +Info 6140 [17:34:51.270] getCompletionsAtPosition: isCompletionListBlocker: 0.00479700043797493 +Info 6141 [17:34:51.270] getExportInfoMap: cache hit +Info 6142 [17:34:51.279] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 6143 [17:34:51.279] collectAutoImports: response is complete +Info 6144 [17:34:51.279] collectAutoImports: 8.926180999726057 +Info 6145 [17:34:51.279] getCompletionData: Semantic work: 9.647447999566793 +Info 6146 [17:34:51.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.683930000290275 +Info 6147 [17:34:51.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6148 [17:34:51.430] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 7.068237999454141ms +Info 6149 [17:34:51.430] Different program with same set of files +Info 6150 [17:34:51.430] getCompletionData: Get current token: 0.003560999408364296 +Info 6151 [17:34:51.430] getCompletionData: Is inside comment: 0.001201000064611435 +Info 6152 [17:34:51.430] getCompletionData: Get previous token: 0.017139999195933342 +Info 6153 [17:34:51.430] getCompletionsAtPosition: isCompletionListBlocker: 0.00305899977684021 +Info 6154 [17:34:51.431] getExportInfoMap: cache hit +Info 6155 [17:34:51.435] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 112 from cache +Info 6156 [17:34:51.435] collectAutoImports: response is complete +Info 6157 [17:34:51.435] collectAutoImports: 4.073210999369621 +Info 6158 [17:34:51.435] getCompletionData: Semantic work: 4.6787749994546175 +Info 6159 [17:34:51.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3921579997986555 +Info 6160 [17:34:51.439] Format host information updated +Info 6161 [17:38:10.017] Format host information updated +Info 6162 [17:38:10.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6163 [17:38:10.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 423 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.589436000213027ms +Info 6164 [17:38:10.028] Different program with same set of files +Info 6165 [17:38:10.210] Format host information updated +Info 6166 [17:38:10.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6167 [17:38:10.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 6.0600809995085ms +Info 6168 [17:38:10.216] Different program with same set of files +Info 6169 [17:38:19.209] Format host information updated +Info 6170 [17:38:19.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6171 [17:38:19.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 425 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.176852999255061ms +Info 6172 [17:38:19.222] Different program with same set of files +Info 6173 [17:38:19.285] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6174 [17:38:19.293] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 8.370528999716043ms +Info 6175 [17:38:19.293] Different program with same set of files +Info 6176 [17:38:19.293] getCompletionData: Get current token: 0.0035200007259845734 +Info 6177 [17:38:19.293] getCompletionData: Is inside comment: 0.00941300019621849 +Info 6178 [17:38:19.293] getCompletionData: Get previous token: 0.012519000098109245 +Info 6179 [17:38:19.293] getCompletionsAtPosition: isCompletionListBlocker: 0.0021630004048347473 +Info 6180 [17:38:19.294] getExportInfoMap: cache hit +Info 6181 [17:38:19.296] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 6182 [17:38:19.296] collectAutoImports: response is complete +Info 6183 [17:38:19.296] collectAutoImports: 2.429015001282096 +Info 6184 [17:38:19.296] getCompletionData: Semantic work: 2.927302999421954 +Info 6185 [17:38:19.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.894404999911785 +Info 6186 [17:38:19.300] Format host information updated +Info 6187 [17:38:19.378] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6188 [17:38:19.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 6.491746000945568ms +Info 6189 [17:38:19.384] Different program with same set of files +Info 6190 [17:38:19.385] getCompletionData: Get current token: 0.0032689999788999557 +Info 6191 [17:38:19.385] getCompletionData: Is inside comment: 0.010878000408411026 +Info 6192 [17:38:19.385] getCompletionData: Get previous token: 0.01454400084912777 +Info 6193 [17:38:19.385] getCompletionsAtPosition: isCompletionListBlocker: 0.0024359989911317825 +Info 6194 [17:38:19.385] getExportInfoMap: cache hit +Info 6195 [17:38:19.388] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 6196 [17:38:19.388] collectAutoImports: response is complete +Info 6197 [17:38:19.388] collectAutoImports: 3.1844969987869263 +Info 6198 [17:38:19.388] getCompletionData: Semantic work: 3.6926239989697933 +Info 6199 [17:38:19.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8385240007191896 +Info 6200 [17:38:19.391] Format host information updated +Info 6201 [17:38:19.506] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6202 [17:38:19.513] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 7.2265079990029335ms +Info 6203 [17:38:19.513] Different program with same set of files +Info 6204 [17:38:19.513] getCompletionData: Get current token: 0.003261001780629158 +Info 6205 [17:38:19.513] getCompletionData: Is inside comment: 0.01128700003027916 +Info 6206 [17:38:19.513] getCompletionData: Get previous token: 0.014542000368237495 +Info 6207 [17:38:19.513] getCompletionsAtPosition: isCompletionListBlocker: 0.002047000452876091 +Info 6208 [17:38:19.514] getExportInfoMap: cache hit +Info 6209 [17:38:19.516] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6210 [17:38:19.516] collectAutoImports: response is complete +Info 6211 [17:38:19.516] collectAutoImports: 2.0621479991823435 +Info 6212 [17:38:19.516] getCompletionData: Semantic work: 2.6012799981981516 +Info 6213 [17:38:19.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.038484999909997 +Info 6214 [17:38:19.519] Format host information updated +Info 6215 [17:38:19.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6216 [17:38:19.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 16.63115799985826ms +Info 6217 [17:38:19.587] Different program with same set of files +Info 6218 [17:38:19.587] getCompletionData: Get current token: 0.006303001195192337 +Info 6219 [17:38:19.587] getCompletionData: Is inside comment: 0.01963300071656704 +Info 6220 [17:38:19.587] getCompletionData: Get previous token: 0.02651200070977211 +Info 6221 [17:38:19.587] getCompletionsAtPosition: isCompletionListBlocker: 0.0035149995237588882 +Info 6222 [17:38:19.588] getExportInfoMap: cache hit +Info 6223 [17:38:19.591] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6224 [17:38:19.592] collectAutoImports: response is complete +Info 6225 [17:38:19.592] collectAutoImports: 3.154603999108076 +Info 6226 [17:38:19.592] getCompletionData: Semantic work: 4.048474999144673 +Info 6227 [17:38:19.595] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.371765000745654 +Info 6228 [17:38:19.596] Format host information updated +Info 6229 [17:38:19.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6230 [17:38:19.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 28.420576998963952ms +Info 6231 [17:38:19.731] Different program with same set of files +Info 6232 [17:38:19.732] getCompletionData: Get current token: 0.008112998679280281 +Info 6233 [17:38:19.732] getCompletionData: Is inside comment: 0.023555999621748924 +Info 6234 [17:38:19.732] getCompletionData: Get previous token: 0.031926000490784645 +Info 6235 [17:38:19.732] getCompletionsAtPosition: isCompletionListBlocker: 0.0048239994794130325 +Info 6236 [17:38:19.733] getExportInfoMap: cache hit +Info 6237 [17:38:19.737] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6238 [17:38:19.737] collectAutoImports: response is complete +Info 6239 [17:38:19.737] collectAutoImports: 3.865581000223756 +Info 6240 [17:38:19.737] getCompletionData: Semantic work: 5.031825000420213 +Info 6241 [17:38:19.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.789803000167012 +Info 6242 [17:38:19.744] Format host information updated +Info 6243 [17:38:19.764] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6244 [17:38:19.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 7.2331470008939505ms +Info 6245 [17:38:19.772] Different program with same set of files +Info 6246 [17:38:19.772] getCompletionData: Get current token: 0.0037789996713399887 +Info 6247 [17:38:19.772] getCompletionData: Is inside comment: 0.011452000588178635 +Info 6248 [17:38:19.772] getCompletionData: Get previous token: 0.01573599874973297 +Info 6249 [17:38:19.772] getCompletionsAtPosition: isCompletionListBlocker: 0.0033470001071691513 +Info 6250 [17:38:19.773] getExportInfoMap: cache hit +Info 6251 [17:38:19.787] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6252 [17:38:19.787] collectAutoImports: response is complete +Info 6253 [17:38:19.787] collectAutoImports: 14.265453001484275 +Info 6254 [17:38:19.787] getCompletionData: Semantic work: 14.826133999973536 +Info 6255 [17:38:19.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.41440000012517 +Info 6256 [17:38:19.796] Format host information updated +Info 6257 [17:38:21.721] Format host information updated +Info 6258 [17:38:21.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6259 [17:38:21.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 6.36324100010097ms +Info 6260 [17:38:21.728] Different program with same set of files +Info 6261 [17:38:21.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6262 [17:38:21.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 8.38884700089693ms +Info 6263 [17:38:21.885] Different program with same set of files +Info 6264 [17:38:21.885] getCompletionData: Get current token: 0.002891000360250473 +Info 6265 [17:38:21.885] getCompletionData: Is inside comment: 0.007945999503135681 +Info 6266 [17:38:21.885] getCompletionData: Get previous token: 0.009151000529527664 +Info 6267 [17:38:21.885] getCompletionsAtPosition: isCompletionListBlocker: 0.0015619993209838867 +Info 6268 [17:38:21.885] Returning an empty list because completion was requested in an invalid position. +Info 6269 [17:38:21.885] Format host information updated +Info 6270 [17:38:22.219] Format host information updated +Info 6271 [17:38:22.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6272 [17:38:22.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 6.367276001721621ms +Info 6273 [17:38:22.225] Different program with same set of files +Info 6274 [17:38:22.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6275 [17:38:22.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 6.313153000548482ms +Info 6276 [17:38:22.534] Different program with same set of files +Info 6277 [17:38:22.535] getCompletionData: Get current token: 0.002373998984694481 +Info 6278 [17:38:22.535] getCompletionData: Is inside comment: 0.007577000185847282 +Info 6279 [17:38:22.535] getCompletionData: Get previous token: 0.008170999586582184 +Info 6280 [17:38:22.535] getCompletionsAtPosition: isCompletionListBlocker: 0.0014970004558563232 +Info 6281 [17:38:22.535] Returning an empty list because completion was requested in an invalid position. +Info 6282 [17:38:22.535] Format host information updated +Info 6283 [17:38:23.729] getCompletionData: Get current token: 0.002696000039577484 +Info 6284 [17:38:23.729] getCompletionData: Is inside comment: 0.007060999050736427 +Info 6285 [17:38:23.729] getCompletionData: Get previous token: 0.008336000144481659 +Info 6286 [17:38:23.729] getCompletionsAtPosition: isCompletionListBlocker: 0.0015999991446733475 +Info 6287 [17:38:23.729] Returning an empty list because completion was requested in an invalid position. +Info 6288 [17:38:24.212] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6289 [17:38:24.218] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 6.501449998468161ms +Info 6290 [17:38:24.218] Different program with same set of files +Info 6291 [17:38:24.218] getCompletionData: Get current token: 0.003065001219511032 +Info 6292 [17:38:24.218] getCompletionData: Is inside comment: 0.00786300003528595 +Info 6293 [17:38:24.218] getCompletionData: Get previous token: 0.009066998958587646 +Info 6294 [17:38:24.218] getCompletionsAtPosition: isCompletionListBlocker: 0.001381000503897667 +Info 6295 [17:38:24.218] Returning an empty list because completion was requested in an invalid position. +Info 6296 [17:38:24.221] Format host information updated +Info 6297 [17:38:24.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6298 [17:38:24.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 13.331808999180794ms +Info 6299 [17:38:24.289] Different program with same set of files +Info 6300 [17:38:24.289] getCompletionData: Get current token: 0.0024209991097450256 +Info 6301 [17:38:24.289] getCompletionData: Is inside comment: 0.0075540002435445786 +Info 6302 [17:38:24.289] getCompletionData: Get previous token: 0.008932998403906822 +Info 6303 [17:38:24.289] getCompletionsAtPosition: isCompletionListBlocker: 0.0016760006546974182 +Info 6304 [17:38:24.289] Returning an empty list because completion was requested in an invalid position. +Info 6305 [17:38:24.289] Format host information updated +Info 6306 [17:38:24.347] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6307 [17:38:24.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 6.6475879997015ms +Info 6308 [17:38:24.353] Different program with same set of files +Info 6309 [17:38:24.354] getCompletionData: Get current token: 0.0026559997349977493 +Info 6310 [17:38:24.354] getCompletionData: Is inside comment: 0.008329000324010849 +Info 6311 [17:38:24.354] getCompletionData: Get previous token: 0.008806999772787094 +Info 6312 [17:38:24.354] getCompletionsAtPosition: isCompletionListBlocker: 0.0015979986637830734 +Info 6313 [17:38:24.354] Returning an empty list because completion was requested in an invalid position. +Info 6314 [17:38:24.354] Format host information updated +Info 6315 [17:38:24.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6316 [17:38:24.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 6.189361000433564ms +Info 6317 [17:38:24.635] Different program with same set of files +Info 6318 [17:38:24.636] getCompletionData: Get current token: 0.00254100002348423 +Info 6319 [17:38:24.636] getCompletionData: Is inside comment: 0.008392000570893288 +Info 6320 [17:38:24.636] getCompletionData: Get previous token: 0.009150000289082527 +Info 6321 [17:38:24.636] getCompletionsAtPosition: isCompletionListBlocker: 0.0014219991862773895 +Info 6322 [17:38:24.636] Returning an empty list because completion was requested in an invalid position. +Info 6323 [17:38:24.636] Format host information updated +Info 6324 [17:38:24.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6325 [17:38:24.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 6.998434001579881ms +Info 6326 [17:38:24.777] Different program with same set of files +Info 6327 [17:38:24.777] getCompletionData: Get current token: 0.0022829994559288025 +Info 6328 [17:38:24.777] getCompletionData: Is inside comment: 0.009221000596880913 +Info 6329 [17:38:24.777] getCompletionData: Get previous token: 0.029030000790953636 +Info 6330 [17:38:24.777] getCompletionsAtPosition: isCompletionListBlocker: 0.0017360001802444458 +Info 6331 [17:38:24.777] Returning an empty list because completion was requested in an invalid position. +Info 6332 [17:38:24.779] Format host information updated +Info 6333 [17:38:25.388] Format host information updated +Info 6334 [17:38:25.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6335 [17:38:25.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 7.711945001035929ms +Info 6336 [17:38:25.396] Different program with same set of files +Info 6337 [17:38:29.642] Format host information updated +Info 6338 [17:38:29.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6339 [17:38:29.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 8.921439999714494ms +Info 6340 [17:38:29.652] Different program with same set of files +Info 6341 [17:38:29.848] getCompletionData: Get current token: 0.0011169984936714172 +Info 6342 [17:38:29.848] getCompletionData: Is inside comment: 0.0055720005184412 +Info 6343 [17:38:29.848] getCompletionData: Get previous token: 0.0037140008062124252 +Info 6344 [17:38:29.848] getCompletionsAtPosition: isCompletionListBlocker: 0.007926000282168388 +Info 6345 [17:38:29.849] getExportInfoMap: cache hit +Info 6346 [17:38:29.863] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 6347 [17:38:29.863] collectAutoImports: response is complete +Info 6348 [17:38:29.863] collectAutoImports: 13.741317000240088 +Info 6349 [17:38:29.863] getCompletionData: Semantic work: 14.623920999467373 +Info 6350 [17:38:29.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.720424998551607 +Info 6351 [17:38:30.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6352 [17:38:30.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 7.316852999851108ms +Info 6353 [17:38:30.607] Different program with same set of files +Info 6354 [17:38:30.607] getCompletionData: Get current token: 0.002886001020669937 +Info 6355 [17:38:30.607] getCompletionData: Is inside comment: 0.0010280013084411621 +Info 6356 [17:38:30.607] getCompletionData: Get previous token: 0.012512000277638435 +Info 6357 [17:38:30.608] getCompletionsAtPosition: isCompletionListBlocker: 0.0026550013571977615 +Info 6358 [17:38:30.608] getCompletionData: Semantic work: 0.6647699996829033 +Info 6359 [17:38:30.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6832419987767935 +Info 6360 [17:38:30.610] Format host information updated +Info 6361 [17:38:30.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6362 [17:38:30.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 6.215789001435041ms +Info 6363 [17:38:30.888] Different program with same set of files +Info 6364 [17:38:30.888] getCompletionData: Get current token: 0.003692999482154846 +Info 6365 [17:38:30.888] getCompletionData: Is inside comment: 0.0012400001287460327 +Info 6366 [17:38:30.888] getCompletionData: Get previous token: 0.01553100161254406 +Info 6367 [17:38:30.888] getCompletionsAtPosition: isCompletionListBlocker: 0.002505999058485031 +Info 6368 [17:38:30.889] getCompletionData: Semantic work: 0.6473359987139702 +Info 6369 [17:38:30.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7592719998210669 +Info 6370 [17:38:30.891] Format host information updated +Info 6371 [17:38:31.978] Format host information updated +Info 6372 [17:38:31.978] Format host information updated +Info 6373 [17:38:31.979] Format host information updated +Info 6374 [17:38:31.979] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6375 [17:38:31.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 6.528591999784112ms +Info 6376 [17:38:31.985] Different program with same set of files +Info 6377 [17:38:31.986] getCompletionData: Get current token: 0.004098000004887581 +Info 6378 [17:38:31.986] getCompletionData: Is inside comment: 0.0012339986860752106 +Info 6379 [17:38:31.986] getCompletionData: Get previous token: 0.015782000496983528 +Info 6380 [17:38:31.986] getCompletionsAtPosition: isCompletionListBlocker: 0.0033360011875629425 +Info 6381 [17:38:31.986] getExportInfoMap: cache hit +Info 6382 [17:38:32.002] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 6383 [17:38:32.002] collectAutoImports: response is complete +Info 6384 [17:38:32.002] collectAutoImports: 15.365644998848438 +Info 6385 [17:38:32.002] getCompletionData: Semantic work: 16.009416000917554 +Info 6386 [17:38:32.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.449250999838114 +Info 6387 [17:38:32.009] getCompletionData: Get current token: 0.008457001298666 +Info 6388 [17:38:32.009] getCompletionData: Is inside comment: 0.00339600071310997 +Info 6389 [17:38:32.009] getCompletionData: Get previous token: 0.01268799975514412 +Info 6390 [17:38:32.009] getCompletionsAtPosition: isCompletionListBlocker: 0.0024469997733831406 +Info 6391 [17:38:32.009] getCompletionData: Semantic work: 0.3107159994542599 +Info 6392 [17:38:32.012] getCompletionData: Get current token: 0.005580000579357147 +Info 6393 [17:38:32.012] getCompletionData: Is inside comment: 0.002062000334262848 +Info 6394 [17:38:32.012] getCompletionData: Get previous token: 0.012571999803185463 +Info 6395 [17:38:32.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0019860006868839264 +Info 6396 [17:38:32.012] getCompletionData: Semantic work: 0.17539400048553944 +Info 6397 [17:38:32.013] getCompletionData: Get current token: 0.004235999658703804 +Info 6398 [17:38:32.013] getCompletionData: Is inside comment: 0.001892000436782837 +Info 6399 [17:38:32.013] getCompletionData: Get previous token: 0.0117770005017519 +Info 6400 [17:38:32.013] getCompletionsAtPosition: isCompletionListBlocker: 0.001319998875260353 +Info 6401 [17:38:32.014] getCompletionData: Semantic work: 0.19888699986040592 +Info 6402 [17:38:32.014] Format host information updated +Info 6403 [17:38:32.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6404 [17:38:32.594] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 6.757804000750184ms +Info 6405 [17:38:32.594] Different program with same set of files +Info 6406 [17:38:32.594] getCompletionData: Get current token: 0.0026110000908374786 +Info 6407 [17:38:32.594] getCompletionData: Is inside comment: 0.0009940005838871002 +Info 6408 [17:38:32.594] getCompletionData: Get previous token: 0.01209300011396408 +Info 6409 [17:38:32.594] getCompletionsAtPosition: isCompletionListBlocker: 0.002880999818444252 +Info 6410 [17:38:32.594] getExportInfoMap: cache hit +Info 6411 [17:38:32.596] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 7 from cache +Info 6412 [17:38:32.596] collectAutoImports: response is complete +Info 6413 [17:38:32.596] collectAutoImports: 1.6968610007315874 +Info 6414 [17:38:32.596] getCompletionData: Semantic work: 2.371689999476075 +Info 6415 [17:38:32.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8892930001020432 +Info 6416 [17:38:32.599] Format host information updated +Info 6417 [17:38:32.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6418 [17:38:32.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 6.5001480001956224ms +Info 6419 [17:38:32.951] Different program with same set of files +Info 6420 [17:38:32.951] getCompletionData: Get current token: 0.0028710011392831802 +Info 6421 [17:38:32.951] getCompletionData: Is inside comment: 0.001020999625325203 +Info 6422 [17:38:32.951] getCompletionData: Get previous token: 0.013085000216960907 +Info 6423 [17:38:32.951] getCompletionsAtPosition: isCompletionListBlocker: 0.0031269993633031845 +Info 6424 [17:38:32.952] getExportInfoMap: cache hit +Info 6425 [17:38:32.953] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6426 [17:38:32.954] collectAutoImports: response is complete +Info 6427 [17:38:32.954] collectAutoImports: 1.4921310003846884 +Info 6428 [17:38:32.954] getCompletionData: Semantic work: 2.0616900008171797 +Info 6429 [17:38:32.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0186470001935959 +Info 6430 [17:38:32.956] Format host information updated +Info 6431 [17:38:33.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6432 [17:38:33.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 6.586032999679446ms +Info 6433 [17:38:33.311] Different program with same set of files +Info 6434 [17:38:33.311] getCompletionData: Get current token: 0.003411000594496727 +Info 6435 [17:38:33.311] getCompletionData: Is inside comment: 0.0011169984936714172 +Info 6436 [17:38:33.311] getCompletionData: Get previous token: 0.014557000249624252 +Info 6437 [17:38:33.311] getCompletionsAtPosition: isCompletionListBlocker: 0.0031550005078315735 +Info 6438 [17:38:33.312] getExportInfoMap: cache hit +Info 6439 [17:38:33.315] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 7 from cache +Info 6440 [17:38:33.315] collectAutoImports: response is complete +Info 6441 [17:38:33.315] collectAutoImports: 3.6502589993178844 +Info 6442 [17:38:33.315] getCompletionData: Semantic work: 4.297667000442743 +Info 6443 [17:38:33.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9639279991388321 +Info 6444 [17:38:33.317] Format host information updated +Info 6445 [17:38:33.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6446 [17:38:33.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 25.421835999935865ms +Info 6447 [17:38:33.457] Different program with same set of files +Info 6448 [17:38:33.458] getCompletionData: Get current token: 0.014448000118136406 +Info 6449 [17:38:33.458] getCompletionData: Is inside comment: 0.006676999852061272 +Info 6450 [17:38:33.458] getCompletionData: Get previous token: 0.06100299954414368 +Info 6451 [17:38:33.458] getCompletionsAtPosition: isCompletionListBlocker: 0.007415000349283218 +Info 6452 [17:38:33.459] getExportInfoMap: cache hit +Info 6453 [17:38:33.468] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 72 from cache +Info 6454 [17:38:33.468] collectAutoImports: response is complete +Info 6455 [17:38:33.468] collectAutoImports: 8.517595000565052 +Info 6456 [17:38:33.468] getCompletionData: Semantic work: 10.153438000008464 +Info 6457 [17:38:33.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.981096001341939 +Info 6458 [17:38:33.472] Format host information updated +Info 6459 [17:39:40.338] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6460 [17:39:40.339] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs +Info 6461 [17:39:40.339] Elapsed:: 0.7634100001305342ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6462 [17:39:40.339] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6463 [17:39:40.339] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.purs +Info 6464 [17:39:40.339] Elapsed:: 0.20789700001478195ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6465 [17:39:40.339] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6466 [17:39:40.340] Elapsed:: 0.43973999843001366ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6467 [17:39:40.340] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6468 [17:39:40.340] Elapsed:: 0.15482300147414207ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6469 [17:39:46.711] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6470 [17:39:46.711] Elapsed:: 0.4271120000630617ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6471 [17:39:46.711] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6472 [17:39:46.712] Elapsed:: 0.3033109996467829ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 6473 [17:39:46.712] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6474 [17:39:46.712] Elapsed:: 0.10088899917900562ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6475 [17:39:46.712] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6476 [17:39:46.712] Elapsed:: 0.12072699889540672ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 6477 [17:39:46.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6478 [17:39:46.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 450 structureChanged: true structureIsReused:: Not Elapsed: 12.38900600001216ms +Info 6479 [17:39:46.981] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 6480 [17:39:46.981] Files (137) + +Info 6481 [17:39:46.981] ----------------------------------------------- +Info 6482 [17:39:46.981] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 6483 [17:39:46.981] Files (271) + +Info 6484 [17:39:46.981] ----------------------------------------------- +Info 6485 [17:39:49.212] Before ensureProjectForOpenFiles: +Info 6486 [17:39:49.212] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 6486 [17:39:49.212] Files (137) + +Info 6486 [17:39:49.212] ----------------------------------------------- +Info 6486 [17:39:49.213] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 6486 [17:39:49.213] Files (271) + +Info 6486 [17:39:49.213] ----------------------------------------------- +Info 6486 [17:39:49.213] Project '/dev/null/inferredProject1*' (Inferred) +Info 6486 [17:39:49.213] Files (129) + +Info 6486 [17:39:49.213] ----------------------------------------------- +Info 6486 [17:39:49.213] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 6486 [17:39:49.213] Files (179) + +Info 6486 [17:39:49.213] ----------------------------------------------- +Info 6486 [17:39:49.213] Open files: +Info 6486 [17:39:49.213] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6486 [17:39:49.213] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6486 [17:39:49.213] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6486 [17:39:49.213] Projects: +Info 6486 [17:39:49.216] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6487 [17:39:49.233] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: true structureIsReused:: Not Elapsed: 17.778279999271035ms +Info 6488 [17:39:49.233] Project '/dev/null/inferredProject1*' (Inferred) +Info 6489 [17:39:49.233] Files (130) + +Info 6490 [17:39:49.233] ----------------------------------------------- +Info 6491 [17:39:49.233] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 6492 [17:39:49.233] Files (179) + +Info 6493 [17:39:49.233] ----------------------------------------------- +Info 6494 [17:39:49.234] After ensureProjectForOpenFiles: +Info 6495 [17:39:49.234] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 6495 [17:39:49.234] Files (137) + +Info 6495 [17:39:49.234] ----------------------------------------------- +Info 6495 [17:39:49.234] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 6495 [17:39:49.234] Files (271) + +Info 6495 [17:39:49.234] ----------------------------------------------- +Info 6495 [17:39:49.234] Project '/dev/null/inferredProject1*' (Inferred) +Info 6495 [17:39:49.234] Files (130) + +Info 6495 [17:39:49.234] ----------------------------------------------- +Info 6495 [17:39:49.234] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 6495 [17:39:49.234] Files (179) + +Info 6495 [17:39:49.234] ----------------------------------------------- +Info 6495 [17:39:49.234] Open files: +Info 6495 [17:39:49.234] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6495 [17:39:49.234] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6495 [17:39:49.234] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6495 [17:39:49.234] Projects: /dev/null/inferredProject1* +Info 6495 [17:39:49.234] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js +Info 6496 [17:39:49.485] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 6496 [17:39:49.485] Files (137) + +Info 6496 [17:39:49.485] ----------------------------------------------- +Info 6496 [17:39:49.485] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 6496 [17:39:49.485] Files (271) + +Info 6496 [17:39:49.485] ----------------------------------------------- +Info 6496 [17:39:49.485] Project '/dev/null/inferredProject1*' (Inferred) +Info 6496 [17:39:49.485] Files (130) + +Info 6496 [17:39:49.485] ----------------------------------------------- +Info 6496 [17:39:49.485] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 6496 [17:39:49.485] Files (179) + +Info 6496 [17:39:49.485] ----------------------------------------------- +Info 6496 [17:39:49.485] Open files: +Info 6496 [17:39:49.485] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6496 [17:39:49.485] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6496 [17:39:51.531] Search path: /home/orion/src/purescript-puppeteer/src +Info 6497 [17:39:51.531] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6498 [17:39:51.532] `remove Project:: +Info 6499 [17:39:51.532] Project '/dev/null/inferredProject1*' (Inferred) +Info 6500 [17:39:51.532] Files (130) + +Info 6501 [17:39:51.532] ----------------------------------------------- +Info 6502 [17:39:51.532] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 6503 [17:39:51.532] Files (179) + +Info 6504 [17:39:51.532] ----------------------------------------------- +Info 6505 [17:39:51.533] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 6505 [17:39:51.533] Files (137) + +Info 6505 [17:39:51.533] ----------------------------------------------- +Info 6505 [17:39:51.533] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 6505 [17:39:51.533] Files (271) + +Info 6505 [17:39:51.533] ----------------------------------------------- +Info 6505 [17:39:51.533] Open files: +Info 6505 [17:39:51.533] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6505 [17:39:51.533] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6505 [17:39:51.533] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6505 [17:39:51.533] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6505 [17:39:51.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6506 [17:39:51.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 15.985778000205755ms +Info 6507 [17:39:51.761] Different program with same set of files +Info 6508 [17:39:52.425] Format host information updated +Info 6509 [17:39:54.044] Before ensureProjectForOpenFiles: +Info 6510 [17:39:54.044] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 6510 [17:39:54.044] Files (137) + +Info 6510 [17:39:54.044] ----------------------------------------------- +Info 6510 [17:39:54.044] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 6510 [17:39:54.044] Files (271) + +Info 6510 [17:39:54.044] ----------------------------------------------- +Info 6510 [17:39:54.044] Open files: +Info 6510 [17:39:54.044] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6510 [17:39:54.044] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6510 [17:39:54.044] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6510 [17:39:54.044] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6510 [17:39:54.044] After ensureProjectForOpenFiles: +Info 6511 [17:39:54.044] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 6511 [17:39:54.044] Files (137) + +Info 6511 [17:39:54.044] ----------------------------------------------- +Info 6511 [17:39:54.044] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 6511 [17:39:54.044] Files (271) + +Info 6511 [17:39:54.044] ----------------------------------------------- +Info 6511 [17:39:54.044] Open files: +Info 6511 [17:39:54.044] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6511 [17:39:54.044] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6511 [17:39:54.044] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 6511 [17:39:54.044] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6511 [17:39:54.044] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js +Info 6512 [17:42:39.781] Format host information updated +Info 6513 [17:42:39.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6514 [17:42:39.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 12.002125000581145ms +Info 6515 [17:42:39.793] Different program with same set of files +Info 6516 [17:42:40.018] Format host information updated +Info 6517 [17:42:40.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6518 [17:42:40.027] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 9.629435000941157ms +Info 6519 [17:42:40.027] Different program with same set of files +Info 6520 [17:42:41.680] Format host information updated +Info 6521 [17:42:41.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6522 [17:42:41.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 8.247222000733018ms +Info 6523 [17:42:41.688] Different program with same set of files +Info 6524 [17:42:44.154] Format host information updated +Info 6525 [17:42:44.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6526 [17:42:44.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 7.617435999214649ms +Info 6527 [17:42:44.162] Different program with same set of files +Info 6528 [17:42:44.775] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6529 [17:42:44.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 8.555183000862598ms +Info 6530 [17:42:44.784] Different program with same set of files +Info 6531 [17:42:44.784] getCompletionData: Get current token: 0.0040110014379024506 +Info 6532 [17:42:44.784] getCompletionData: Is inside comment: 0.012392999604344368 +Info 6533 [17:42:44.784] getCompletionData: Get previous token: 0.006913000717759132 +Info 6534 [17:42:44.784] getCompletionsAtPosition: isCompletionListBlocker: 0.009111998602747917 +Info 6535 [17:42:44.785] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.3029439989477396 ms +Info 6536 [17:42:44.785] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 6537 [17:42:44.785] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 4 structureChanged: false structureIsReused:: SafeModules Elapsed: 0.305910000577569ms +Info 6538 [17:42:44.785] getExportInfoMap: cache miss or empty; calculating new results +Info 6539 [17:42:44.806] forEachExternalModuleToImportFrom autoImportProvider: 7.965245001018047 +Info 6540 [17:42:44.806] getExportInfoMap: done in 21.53673999942839 ms +Info 6541 [17:42:44.824] collectAutoImports: resolved 16 module specifiers, plus 175 ambient and 1041 from cache +Info 6542 [17:42:44.824] collectAutoImports: response is complete +Info 6543 [17:42:44.824] collectAutoImports: 17.469864999875426 +Info 6544 [17:42:44.824] getCompletionData: Semantic work: 39.66530600003898 +Info 6545 [17:42:44.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1542840003967285 +Info 6546 [17:42:44.832] Format host information updated +Info 6547 [17:42:47.943] getCompletionData: Get current token: 0.003739001229405403 +Info 6548 [17:42:47.943] getCompletionData: Is inside comment: 0.008121998980641365 +Info 6549 [17:42:47.943] getCompletionData: Get previous token: 0.008698999881744385 +Info 6550 [17:42:47.943] getCompletionsAtPosition: isCompletionListBlocker: 0.002666998654603958 +Info 6551 [17:42:47.943] Returning an empty list because completion was requested in an invalid position. +Info 6552 [17:42:48.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6553 [17:42:48.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 6.290330000221729ms +Info 6554 [17:42:48.310] Different program with same set of files +Info 6555 [17:42:48.310] getCompletionData: Get current token: 0.0034699998795986176 +Info 6556 [17:42:48.310] getCompletionData: Is inside comment: 0.008767001330852509 +Info 6557 [17:42:48.310] getCompletionData: Get previous token: 0.005813000723719597 +Info 6558 [17:42:48.310] getCompletionsAtPosition: isCompletionListBlocker: 0.007261998951435089 +Info 6559 [17:42:48.311] getExportInfoMap: cache hit +Info 6560 [17:42:48.324] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6561 [17:42:48.324] collectAutoImports: response is complete +Info 6562 [17:42:48.324] collectAutoImports: 12.721049999818206 +Info 6563 [17:42:48.324] getCompletionData: Semantic work: 13.27678699977696 +Info 6564 [17:42:48.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.159827001392841 +Info 6565 [17:42:48.334] Format host information updated +Info 6566 [17:42:51.024] Format host information updated +Info 6567 [17:42:51.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6568 [17:42:51.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 7.730280999094248ms +Info 6569 [17:42:51.032] Different program with same set of files +Info 6570 [17:42:51.639] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6571 [17:42:51.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 9.836650000885129ms +Info 6572 [17:42:51.649] Different program with same set of files +Info 6573 [17:42:51.649] getCompletionData: Get current token: 0.004938000813126564 +Info 6574 [17:42:51.649] getCompletionData: Is inside comment: 0.010476000607013702 +Info 6575 [17:42:51.649] getCompletionData: Get previous token: 0.016124999150633812 +Info 6576 [17:42:51.649] getCompletionsAtPosition: isCompletionListBlocker: 0.0024709999561309814 +Info 6577 [17:42:51.650] getExportInfoMap: cache hit +Info 6578 [17:42:51.659] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 6579 [17:42:51.659] collectAutoImports: response is complete +Info 6580 [17:42:51.659] collectAutoImports: 8.732625000178814 +Info 6581 [17:42:51.659] getCompletionData: Semantic work: 9.612201999872923 +Info 6582 [17:42:51.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.333626000210643 +Info 6583 [17:42:51.664] Format host information updated +Info 6584 [17:42:52.089] Format host information updated +Info 6585 [17:42:52.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6586 [17:42:52.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 7.651895001530647ms +Info 6587 [17:42:52.097] Different program with same set of files +Info 6588 [17:42:52.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6589 [17:42:52.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 9.732751000672579ms +Info 6590 [17:42:52.247] Different program with same set of files +Info 6591 [17:42:52.248] getCompletionData: Get current token: 0.0030899997800588608 +Info 6592 [17:42:52.248] getCompletionData: Is inside comment: 0.009501999244093895 +Info 6593 [17:42:52.248] getCompletionData: Get previous token: 0.012852998450398445 +Info 6594 [17:42:52.248] getCompletionsAtPosition: isCompletionListBlocker: 0.002165999263525009 +Info 6595 [17:42:52.248] getExportInfoMap: cache hit +Info 6596 [17:42:52.252] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 6597 [17:42:52.252] collectAutoImports: response is complete +Info 6598 [17:42:52.252] collectAutoImports: 3.4033489990979433 +Info 6599 [17:42:52.252] getCompletionData: Semantic work: 3.994682999327779 +Info 6600 [17:42:52.254] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.113543000072241 +Info 6601 [17:42:52.255] Format host information updated +Info 6602 [17:42:52.299] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6603 [17:42:52.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 8.012000000104308ms +Info 6604 [17:42:52.307] Different program with same set of files +Info 6605 [17:42:52.307] getCompletionData: Get current token: 0.002717999741435051 +Info 6606 [17:42:52.307] getCompletionData: Is inside comment: 0.009415000677108765 +Info 6607 [17:42:52.307] getCompletionData: Get previous token: 0.012473000213503838 +Info 6608 [17:42:52.307] getCompletionsAtPosition: isCompletionListBlocker: 0.0024709999561309814 +Info 6609 [17:42:52.308] getExportInfoMap: cache hit +Info 6610 [17:42:52.310] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 6611 [17:42:52.310] collectAutoImports: response is complete +Info 6612 [17:42:52.310] collectAutoImports: 2.6188319995999336 +Info 6613 [17:42:52.310] getCompletionData: Semantic work: 3.154287999495864 +Info 6614 [17:42:52.313] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.176621999591589 +Info 6615 [17:42:52.315] Format host information updated +Info 6616 [17:42:52.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6617 [17:42:52.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 7.579828999936581ms +Info 6618 [17:42:52.728] Different program with same set of files +Info 6619 [17:42:52.728] getCompletionData: Get current token: 0.003762999549508095 +Info 6620 [17:42:52.728] getCompletionData: Is inside comment: 0.012046998366713524 +Info 6621 [17:42:52.728] getCompletionData: Get previous token: 0.015963999554514885 +Info 6622 [17:42:52.728] getCompletionsAtPosition: isCompletionListBlocker: 0.002203000709414482 +Info 6623 [17:42:52.729] getExportInfoMap: cache hit +Info 6624 [17:42:52.733] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 6625 [17:42:52.733] collectAutoImports: response is complete +Info 6626 [17:42:52.733] collectAutoImports: 3.912032000720501 +Info 6627 [17:42:52.733] getCompletionData: Semantic work: 4.46496800146997 +Info 6628 [17:42:52.735] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6070969998836517 +Info 6629 [17:42:52.737] Format host information updated +Info 6630 [17:42:52.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6631 [17:42:52.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 11.981397999450564ms +Info 6632 [17:42:52.889] Different program with same set of files +Info 6633 [17:42:52.889] getCompletionData: Get current token: 0.0038350000977516174 +Info 6634 [17:42:52.889] getCompletionData: Is inside comment: 0.012250000610947609 +Info 6635 [17:42:52.889] getCompletionData: Get previous token: 0.016289999708533287 +Info 6636 [17:42:52.889] getCompletionsAtPosition: isCompletionListBlocker: 0.0026289988309144974 +Info 6637 [17:42:52.889] getExportInfoMap: cache hit +Info 6638 [17:42:52.894] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 6639 [17:42:52.894] collectAutoImports: response is complete +Info 6640 [17:42:52.894] collectAutoImports: 4.248199000954628 +Info 6641 [17:42:52.894] getCompletionData: Semantic work: 4.835034999996424 +Info 6642 [17:42:52.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.767535999417305 +Info 6643 [17:42:52.898] Format host information updated +Info 6644 [17:42:53.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6645 [17:42:53.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 6.614564999938011ms +Info 6646 [17:42:53.123] Different program with same set of files +Info 6647 [17:42:53.123] getCompletionData: Get current token: 0.00289900042116642 +Info 6648 [17:42:53.123] getCompletionData: Is inside comment: 0.009728999808430672 +Info 6649 [17:42:53.123] getCompletionData: Get previous token: 0.014751998707652092 +Info 6650 [17:42:53.123] getCompletionsAtPosition: isCompletionListBlocker: 0.0021260008215904236 +Info 6651 [17:42:53.124] getExportInfoMap: cache hit +Info 6652 [17:42:53.126] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 14 from cache +Info 6653 [17:42:53.126] collectAutoImports: response is complete +Info 6654 [17:42:53.126] collectAutoImports: 2.107966000214219 +Info 6655 [17:42:53.126] getCompletionData: Semantic work: 2.5903479997068644 +Info 6656 [17:42:53.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.218555001541972 +Info 6657 [17:42:53.130] Format host information updated +Info 6658 [17:42:53.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6659 [17:42:53.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 11.513329999521375ms +Info 6660 [17:42:53.194] Different program with same set of files +Info 6661 [17:42:53.194] getCompletionData: Get current token: 0.0063559990376234055 +Info 6662 [17:42:53.194] getCompletionData: Is inside comment: 0.018278999254107475 +Info 6663 [17:42:53.194] getCompletionData: Get previous token: 0.025009000673890114 +Info 6664 [17:42:53.194] getCompletionsAtPosition: isCompletionListBlocker: 0.0035290010273456573 +Info 6665 [17:42:53.195] getExportInfoMap: cache hit +Info 6666 [17:42:53.198] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6667 [17:42:53.198] collectAutoImports: response is complete +Info 6668 [17:42:53.198] collectAutoImports: 3.030070999637246 +Info 6669 [17:42:53.198] getCompletionData: Semantic work: 3.8846320006996393 +Info 6670 [17:42:53.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.280883999541402 +Info 6671 [17:42:53.203] Format host information updated +Info 6672 [17:42:53.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6673 [17:42:53.366] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 6.4876739997416735ms +Info 6674 [17:42:53.366] Different program with same set of files +Info 6675 [17:42:53.366] getCompletionData: Get current token: 0.0031260009855031967 +Info 6676 [17:42:53.366] getCompletionData: Is inside comment: 0.010754000395536423 +Info 6677 [17:42:53.366] getCompletionData: Get previous token: 0.015404000878334045 +Info 6678 [17:42:53.366] getCompletionsAtPosition: isCompletionListBlocker: 0.002229999750852585 +Info 6679 [17:42:53.368] getExportInfoMap: cache hit +Info 6680 [17:42:53.370] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 14 from cache +Info 6681 [17:42:53.370] collectAutoImports: response is complete +Info 6682 [17:42:53.370] collectAutoImports: 2.182907000184059 +Info 6683 [17:42:53.370] getCompletionData: Semantic work: 4.23531199991703 +Info 6684 [17:42:53.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8748089987784624 +Info 6685 [17:42:53.373] Format host information updated +Info 6686 [17:42:53.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6687 [17:42:53.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 6.798512998968363ms +Info 6688 [17:42:53.542] Different program with same set of files +Info 6689 [17:42:53.542] getCompletionData: Get current token: 0.003422001376748085 +Info 6690 [17:42:53.542] getCompletionData: Is inside comment: 0.010613000020384789 +Info 6691 [17:42:53.542] getCompletionData: Get previous token: 0.013927999883890152 +Info 6692 [17:42:53.542] getCompletionsAtPosition: isCompletionListBlocker: 0.00238800048828125 +Info 6693 [17:42:53.543] getExportInfoMap: cache hit +Info 6694 [17:42:53.546] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 6695 [17:42:53.546] collectAutoImports: response is complete +Info 6696 [17:42:53.546] collectAutoImports: 2.9118859991431236 +Info 6697 [17:42:53.546] getCompletionData: Semantic work: 3.4292500000447035 +Info 6698 [17:42:53.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9581150002777576 +Info 6699 [17:42:53.550] Format host information updated +Info 6700 [17:42:53.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6701 [17:42:53.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 6.929312998428941ms +Info 6702 [17:42:53.652] Different program with same set of files +Info 6703 [17:42:53.652] getCompletionData: Get current token: 0.0038630012422800064 +Info 6704 [17:42:53.652] getCompletionData: Is inside comment: 0.011711999773979187 +Info 6705 [17:42:53.652] getCompletionData: Get previous token: 0.015529999509453773 +Info 6706 [17:42:53.652] getCompletionsAtPosition: isCompletionListBlocker: 0.002373000606894493 +Info 6707 [17:42:53.653] getExportInfoMap: cache hit +Info 6708 [17:42:53.655] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6709 [17:42:53.655] collectAutoImports: response is complete +Info 6710 [17:42:53.655] collectAutoImports: 2.0560860000550747 +Info 6711 [17:42:53.655] getCompletionData: Semantic work: 2.5942100007086992 +Info 6712 [17:42:53.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.959391999989748 +Info 6713 [17:42:53.658] Format host information updated +Info 6714 [17:42:53.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6715 [17:42:53.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 6.111262001097202ms +Info 6716 [17:42:53.869] Different program with same set of files +Info 6717 [17:42:53.869] getCompletionData: Get current token: 0.0028060004115104675 +Info 6718 [17:42:53.869] getCompletionData: Is inside comment: 0.009169001132249832 +Info 6719 [17:42:53.869] getCompletionData: Get previous token: 0.01178400032222271 +Info 6720 [17:42:53.869] getCompletionsAtPosition: isCompletionListBlocker: 0.001839999109506607 +Info 6721 [17:42:53.871] getExportInfoMap: cache hit +Info 6722 [17:42:53.873] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6723 [17:42:53.873] collectAutoImports: response is complete +Info 6724 [17:42:53.873] collectAutoImports: 1.7762369997799397 +Info 6725 [17:42:53.873] getCompletionData: Semantic work: 3.6839279998093843 +Info 6726 [17:42:53.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7463670000433922 +Info 6727 [17:42:53.875] Format host information updated +Info 6728 [17:42:53.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6729 [17:42:54.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 26.200782999396324ms +Info 6730 [17:42:54.017] Different program with same set of files +Info 6731 [17:42:54.018] getCompletionData: Get current token: 0.012196999043226242 +Info 6732 [17:42:54.018] getCompletionData: Is inside comment: 0.04615900106728077 +Info 6733 [17:42:54.018] getCompletionData: Get previous token: 0.05905199982225895 +Info 6734 [17:42:54.018] getCompletionsAtPosition: isCompletionListBlocker: 0.00832199864089489 +Info 6735 [17:42:54.020] getExportInfoMap: cache hit +Info 6736 [17:42:54.025] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6737 [17:42:54.025] collectAutoImports: response is complete +Info 6738 [17:42:54.025] collectAutoImports: 5.274007000029087 +Info 6739 [17:42:54.025] getCompletionData: Semantic work: 7.044052999466658 +Info 6740 [17:42:54.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1890500001609325 +Info 6741 [17:42:54.031] Format host information updated +Info 6742 [17:42:54.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6743 [17:42:54.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 10.33576500043273ms +Info 6744 [17:42:54.067] Different program with same set of files +Info 6745 [17:42:54.067] getCompletionData: Get current token: 0.003089001402258873 +Info 6746 [17:42:54.067] getCompletionData: Is inside comment: 0.010354999452829361 +Info 6747 [17:42:54.067] getCompletionData: Get previous token: 0.014520999044179916 +Info 6748 [17:42:54.067] getCompletionsAtPosition: isCompletionListBlocker: 0.002529999241232872 +Info 6749 [17:42:54.068] getExportInfoMap: cache hit +Info 6750 [17:42:54.070] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6751 [17:42:54.070] collectAutoImports: response is complete +Info 6752 [17:42:54.070] collectAutoImports: 1.952649001032114 +Info 6753 [17:42:54.070] getCompletionData: Semantic work: 2.5126510001719 +Info 6754 [17:42:54.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7794949989765882 +Info 6755 [17:42:54.072] Format host information updated +Info 6756 [17:42:54.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6757 [17:42:54.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 9.663949999958277ms +Info 6758 [17:42:54.133] Different program with same set of files +Info 6759 [17:42:54.133] getCompletionData: Get current token: 0.004447000101208687 +Info 6760 [17:42:54.134] getCompletionData: Is inside comment: 0.01589599996805191 +Info 6761 [17:42:54.134] getCompletionData: Get previous token: 0.020841000601649284 +Info 6762 [17:42:54.134] getCompletionsAtPosition: isCompletionListBlocker: 0.0032759997993707657 +Info 6763 [17:42:54.134] getExportInfoMap: cache hit +Info 6764 [17:42:54.137] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6765 [17:42:54.137] collectAutoImports: response is complete +Info 6766 [17:42:54.137] collectAutoImports: 2.80621699988842 +Info 6767 [17:42:54.137] getCompletionData: Semantic work: 3.5521269999444485 +Info 6768 [17:42:54.140] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7977430000901222 +Info 6769 [17:42:54.143] Format host information updated +Info 6770 [17:42:55.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6771 [17:42:55.020] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 6.434961000457406ms +Info 6772 [17:42:55.020] Different program with same set of files +Info 6773 [17:42:55.020] getCompletionData: Get current token: 0.002496998757123947 +Info 6774 [17:42:55.020] getCompletionData: Is inside comment: 0.008938001468777657 +Info 6775 [17:42:55.020] getCompletionData: Get previous token: 0.01109599880874157 +Info 6776 [17:42:55.020] getCompletionsAtPosition: isCompletionListBlocker: 0.002031000331044197 +Info 6777 [17:42:55.020] getExportInfoMap: cache hit +Info 6778 [17:42:55.022] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6779 [17:42:55.022] collectAutoImports: response is complete +Info 6780 [17:42:55.022] collectAutoImports: 1.680010998621583 +Info 6781 [17:42:55.022] getCompletionData: Semantic work: 2.1200600005686283 +Info 6782 [17:42:55.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6914339996874332 +Info 6783 [17:42:55.025] Format host information updated +Info 6784 [17:42:55.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6785 [17:42:55.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 10.888614000752568ms +Info 6786 [17:42:55.209] Different program with same set of files +Info 6787 [17:42:55.210] getCompletionData: Get current token: 0.00415399856865406 +Info 6788 [17:42:55.210] getCompletionData: Is inside comment: 0.01356000080704689 +Info 6789 [17:42:55.210] getCompletionData: Get previous token: 0.02054399996995926 +Info 6790 [17:42:55.210] getCompletionsAtPosition: isCompletionListBlocker: 0.0033740010112524033 +Info 6791 [17:42:55.210] getExportInfoMap: cache hit +Info 6792 [17:42:55.214] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6793 [17:42:55.214] collectAutoImports: response is complete +Info 6794 [17:42:55.214] collectAutoImports: 3.018520999699831 +Info 6795 [17:42:55.214] getCompletionData: Semantic work: 3.7738670017570257 +Info 6796 [17:42:55.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.98815399967134 +Info 6797 [17:42:55.218] Format host information updated +Info 6798 [17:42:55.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6799 [17:42:55.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 6.840668000280857ms +Info 6800 [17:42:55.316] Different program with same set of files +Info 6801 [17:42:55.316] getCompletionData: Get current token: 0.003546999767422676 +Info 6802 [17:42:55.316] getCompletionData: Is inside comment: 0.011188000440597534 +Info 6803 [17:42:55.316] getCompletionData: Get previous token: 0.015072999522089958 +Info 6804 [17:42:55.316] getCompletionsAtPosition: isCompletionListBlocker: 0.0023969989269971848 +Info 6805 [17:42:55.316] getExportInfoMap: cache hit +Info 6806 [17:42:55.319] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6807 [17:42:55.319] collectAutoImports: response is complete +Info 6808 [17:42:55.319] collectAutoImports: 2.115802999585867 +Info 6809 [17:42:55.319] getCompletionData: Semantic work: 2.6747680008411407 +Info 6810 [17:42:55.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.037892999127507 +Info 6811 [17:42:55.322] Format host information updated +Info 6812 [17:42:55.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6813 [17:42:55.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 9.427084999158978ms +Info 6814 [17:42:55.466] Different program with same set of files +Info 6815 [17:42:55.466] getCompletionData: Get current token: 0.0038600005209445953 +Info 6816 [17:42:55.466] getCompletionData: Is inside comment: 0.013645999133586884 +Info 6817 [17:42:55.466] getCompletionData: Get previous token: 0.018036000430583954 +Info 6818 [17:42:55.466] getCompletionsAtPosition: isCompletionListBlocker: 0.003361999988555908 +Info 6819 [17:42:55.467] getExportInfoMap: cache hit +Info 6820 [17:42:55.470] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6821 [17:42:55.470] collectAutoImports: response is complete +Info 6822 [17:42:55.470] collectAutoImports: 3.2724060006439686 +Info 6823 [17:42:55.470] getCompletionData: Semantic work: 4.2294629998505116 +Info 6824 [17:42:55.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.656166000291705 +Info 6825 [17:42:55.474] Format host information updated +Info 6826 [17:42:55.608] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6827 [17:42:55.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 7.203739000484347ms +Info 6828 [17:42:55.615] Different program with same set of files +Info 6829 [17:42:55.616] getCompletionData: Get current token: 0.003022998571395874 +Info 6830 [17:42:55.616] getCompletionData: Is inside comment: 0.011027000844478607 +Info 6831 [17:42:55.616] getCompletionData: Get previous token: 0.014474999159574509 +Info 6832 [17:42:55.616] getCompletionsAtPosition: isCompletionListBlocker: 0.002439001575112343 +Info 6833 [17:42:55.616] getExportInfoMap: cache hit +Info 6834 [17:42:55.619] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 20 from cache +Info 6835 [17:42:55.619] collectAutoImports: response is complete +Info 6836 [17:42:55.619] collectAutoImports: 2.3985339999198914 +Info 6837 [17:42:55.619] getCompletionData: Semantic work: 3.017502000555396 +Info 6838 [17:42:55.621] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.170599000528455 +Info 6839 [17:42:55.623] Format host information updated +Info 6840 [17:42:55.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6841 [17:42:55.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 25.677122000604868ms +Info 6842 [17:42:55.795] Different program with same set of files +Info 6843 [17:42:55.796] getCompletionData: Get current token: 0.012341000139713287 +Info 6844 [17:42:55.796] getCompletionData: Is inside comment: 0.035113999620079994 +Info 6845 [17:42:55.796] getCompletionData: Get previous token: 0.04323999956250191 +Info 6846 [17:42:55.796] getCompletionsAtPosition: isCompletionListBlocker: 0.005823999643325806 +Info 6847 [17:42:55.798] getExportInfoMap: cache hit +Info 6848 [17:42:55.805] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 6849 [17:42:55.805] collectAutoImports: response is complete +Info 6850 [17:42:55.805] collectAutoImports: 6.729732999578118 +Info 6851 [17:42:55.805] getCompletionData: Semantic work: 8.339874999597669 +Info 6852 [17:42:55.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.846136000007391 +Info 6853 [17:42:55.810] Format host information updated +Info 6854 [17:42:55.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6855 [17:42:55.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 8.077996000647545ms +Info 6856 [17:42:55.933] Different program with same set of files +Info 6857 [17:42:55.933] getCompletionData: Get current token: 0.0026379991322755814 +Info 6858 [17:42:55.933] getCompletionData: Is inside comment: 0.008639000356197357 +Info 6859 [17:42:55.933] getCompletionData: Get previous token: 0.012018000707030296 +Info 6860 [17:42:55.933] getCompletionsAtPosition: isCompletionListBlocker: 0.0024299994111061096 +Info 6861 [17:42:55.934] getExportInfoMap: cache hit +Info 6862 [17:42:55.937] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 6863 [17:42:55.937] collectAutoImports: response is complete +Info 6864 [17:42:55.937] collectAutoImports: 3.2379790004342794 +Info 6865 [17:42:55.937] getCompletionData: Semantic work: 3.76987100020051 +Info 6866 [17:42:55.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.086550001055002 +Info 6867 [17:42:55.940] Format host information updated +Info 6868 [17:42:56.141] Format host information updated +Info 6869 [17:42:56.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6870 [17:42:56.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 6.986338000744581ms +Info 6871 [17:42:56.148] Different program with same set of files +Info 6872 [17:42:56.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6873 [17:42:56.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 10.197248000651598ms +Info 6874 [17:42:56.383] Different program with same set of files +Info 6875 [17:42:56.383] getCompletionData: Get current token: 0.004618000239133835 +Info 6876 [17:42:56.383] getCompletionData: Is inside comment: 0.013512998819351196 +Info 6877 [17:42:56.383] getCompletionData: Get previous token: 0.020443998277187347 +Info 6878 [17:42:56.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0029739998281002045 +Info 6879 [17:42:56.384] getExportInfoMap: cache hit +Info 6880 [17:42:56.391] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 6881 [17:42:56.391] collectAutoImports: response is complete +Info 6882 [17:42:56.391] collectAutoImports: 7.236336998641491 +Info 6883 [17:42:56.391] getCompletionData: Semantic work: 7.994996000081301 +Info 6884 [17:42:56.394] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2941960003226995 +Info 6885 [17:42:56.395] Format host information updated +Info 6886 [17:42:56.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6887 [17:42:56.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 27.41156299971044ms +Info 6888 [17:42:56.516] Different program with same set of files +Info 6889 [17:42:56.516] getCompletionData: Get current token: 0.007728999480605125 +Info 6890 [17:42:56.516] getCompletionData: Is inside comment: 0.0249479990452528 +Info 6891 [17:42:56.516] getCompletionData: Get previous token: 0.03266900032758713 +Info 6892 [17:42:56.516] getCompletionsAtPosition: isCompletionListBlocker: 0.004875000566244125 +Info 6893 [17:42:56.517] getExportInfoMap: cache hit +Info 6894 [17:42:56.525] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 115 from cache +Info 6895 [17:42:56.525] collectAutoImports: response is complete +Info 6896 [17:42:56.525] collectAutoImports: 7.548647999763489 +Info 6897 [17:42:56.525] getCompletionData: Semantic work: 8.713413000106812 +Info 6898 [17:42:56.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3816280011087656 +Info 6899 [17:42:56.530] Format host information updated +Info 6900 [17:42:56.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6901 [17:42:56.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 7.599514998495579ms +Info 6902 [17:42:56.558] Different program with same set of files +Info 6903 [17:42:56.558] getCompletionData: Get current token: 0.003593999892473221 +Info 6904 [17:42:56.558] getCompletionData: Is inside comment: 0.012535998597741127 +Info 6905 [17:42:56.558] getCompletionData: Get previous token: 0.01670200005173683 +Info 6906 [17:42:56.558] getCompletionsAtPosition: isCompletionListBlocker: 0.002583000808954239 +Info 6907 [17:42:56.559] getExportInfoMap: cache hit +Info 6908 [17:42:56.562] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 63 from cache +Info 6909 [17:42:56.562] collectAutoImports: response is complete +Info 6910 [17:42:56.562] collectAutoImports: 3.281809000298381 +Info 6911 [17:42:56.562] getCompletionData: Semantic work: 3.899174999445677 +Info 6912 [17:42:56.564] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.293442999944091 +Info 6913 [17:42:56.567] Format host information updated +Info 6914 [17:42:56.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6915 [17:42:56.705] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 24.672808999195695ms +Info 6916 [17:42:56.705] Different program with same set of files +Info 6917 [17:42:56.705] getCompletionData: Get current token: 0.00844699889421463 +Info 6918 [17:42:56.705] getCompletionData: Is inside comment: 0.03217200003564358 +Info 6919 [17:42:56.706] getCompletionData: Get previous token: 0.04319299943745136 +Info 6920 [17:42:56.706] getCompletionsAtPosition: isCompletionListBlocker: 0.0061900001019239426 +Info 6921 [17:42:56.707] getExportInfoMap: cache hit +Info 6922 [17:42:56.713] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 26 from cache +Info 6923 [17:42:56.713] collectAutoImports: response is complete +Info 6924 [17:42:56.713] collectAutoImports: 6.094874000176787 +Info 6925 [17:42:56.713] getCompletionData: Semantic work: 7.632737999781966 +Info 6926 [17:42:56.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9169110003858805 +Info 6927 [17:42:56.719] Format host information updated +Info 6928 [17:42:56.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6929 [17:42:56.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 6.068104000762105ms +Info 6930 [17:42:56.766] Different program with same set of files +Info 6931 [17:42:56.766] getCompletionData: Get current token: 0.0026810001581907272 +Info 6932 [17:42:56.766] getCompletionData: Is inside comment: 0.0096879992634058 +Info 6933 [17:42:56.766] getCompletionData: Get previous token: 0.012521998956799507 +Info 6934 [17:42:56.766] getCompletionsAtPosition: isCompletionListBlocker: 0.0020639989525079727 +Info 6935 [17:42:56.766] getExportInfoMap: cache hit +Info 6936 [17:42:56.768] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 6937 [17:42:56.768] collectAutoImports: response is complete +Info 6938 [17:42:56.768] collectAutoImports: 1.8890930004417896 +Info 6939 [17:42:56.768] getCompletionData: Semantic work: 2.3807939998805523 +Info 6940 [17:42:56.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2385670002549887 +Info 6941 [17:42:56.773] Format host information updated +Info 6942 [17:42:57.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6943 [17:42:57.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 17.174264000728726ms +Info 6944 [17:42:57.046] Different program with same set of files +Info 6945 [17:42:57.046] getCompletionData: Get current token: 0.008116001263260841 +Info 6946 [17:42:57.046] getCompletionData: Is inside comment: 0.03218100033700466 +Info 6947 [17:42:57.046] getCompletionData: Get previous token: 0.04272899962961674 +Info 6948 [17:42:57.046] getCompletionsAtPosition: isCompletionListBlocker: 0.005233999341726303 +Info 6949 [17:42:57.048] getExportInfoMap: cache hit +Info 6950 [17:42:57.053] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6951 [17:42:57.053] collectAutoImports: response is complete +Info 6952 [17:42:57.053] collectAutoImports: 5.159419000148773 +Info 6953 [17:42:57.053] getCompletionData: Semantic work: 6.6767870001494884 +Info 6954 [17:42:57.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.612530000507832 +Info 6955 [17:42:57.059] Format host information updated +Info 6956 [17:42:57.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6957 [17:42:57.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 8.266662999987602ms +Info 6958 [17:42:57.172] Different program with same set of files +Info 6959 [17:42:57.172] getCompletionData: Get current token: 0.003086000680923462 +Info 6960 [17:42:57.172] getCompletionData: Is inside comment: 0.012621000409126282 +Info 6961 [17:42:57.173] getCompletionData: Get previous token: 0.015118001028895378 +Info 6962 [17:42:57.173] getCompletionsAtPosition: isCompletionListBlocker: 0.002390999346971512 +Info 6963 [17:42:57.173] getExportInfoMap: cache hit +Info 6964 [17:42:57.175] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6965 [17:42:57.175] collectAutoImports: response is complete +Info 6966 [17:42:57.175] collectAutoImports: 1.8351799994707108 +Info 6967 [17:42:57.175] getCompletionData: Semantic work: 2.4156649988144636 +Info 6968 [17:42:57.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8824959993362427 +Info 6969 [17:42:57.178] Format host information updated +Info 6970 [17:42:57.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6971 [17:42:57.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 6.479760000482202ms +Info 6972 [17:42:57.267] Different program with same set of files +Info 6973 [17:42:57.267] getCompletionData: Get current token: 0.003218999132514 +Info 6974 [17:42:57.267] getCompletionData: Is inside comment: 0.01135299913585186 +Info 6975 [17:42:57.267] getCompletionData: Get previous token: 0.015473000705242157 +Info 6976 [17:42:57.267] getCompletionsAtPosition: isCompletionListBlocker: 0.0024600010365247726 +Info 6977 [17:42:57.267] getExportInfoMap: cache hit +Info 6978 [17:42:57.269] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6979 [17:42:57.269] collectAutoImports: response is complete +Info 6980 [17:42:57.269] collectAutoImports: 1.8586550001055002 +Info 6981 [17:42:57.269] getCompletionData: Semantic work: 2.4584630001336336 +Info 6982 [17:42:57.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9345009997487068 +Info 6983 [17:42:57.274] Format host information updated +Info 6984 [17:42:57.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6985 [17:42:57.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 6.579241000115871ms +Info 6986 [17:42:57.558] Different program with same set of files +Info 6987 [17:42:57.558] getCompletionData: Get current token: 0.003386000171303749 +Info 6988 [17:42:57.558] getCompletionData: Is inside comment: 0.009509000927209854 +Info 6989 [17:42:57.558] getCompletionData: Get previous token: 0.012529999017715454 +Info 6990 [17:42:57.558] getCompletionsAtPosition: isCompletionListBlocker: 0.0026249997317790985 +Info 6991 [17:42:57.559] getExportInfoMap: cache hit +Info 6992 [17:42:57.560] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6993 [17:42:57.561] collectAutoImports: response is complete +Info 6994 [17:42:57.561] collectAutoImports: 1.6338679995387793 +Info 6995 [17:42:57.561] getCompletionData: Semantic work: 2.1460889987647533 +Info 6996 [17:42:57.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7601280007511377 +Info 6997 [17:42:57.563] Format host information updated +Info 6998 [17:42:57.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6999 [17:42:57.619] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 7.8601949997246265ms +Info 7000 [17:42:57.619] Different program with same set of files +Info 7001 [17:42:57.619] getCompletionData: Get current token: 0.0031239986419677734 +Info 7002 [17:42:57.619] getCompletionData: Is inside comment: 0.010044999420642853 +Info 7003 [17:42:57.619] getCompletionData: Get previous token: 0.013515999540686607 +Info 7004 [17:42:57.619] getCompletionsAtPosition: isCompletionListBlocker: 0.002364000305533409 +Info 7005 [17:42:57.619] getExportInfoMap: cache hit +Info 7006 [17:42:57.621] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7007 [17:42:57.621] collectAutoImports: response is complete +Info 7008 [17:42:57.621] collectAutoImports: 1.7335149999707937 +Info 7009 [17:42:57.621] getCompletionData: Semantic work: 2.25560599938035 +Info 7010 [17:42:57.623] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8208119999617338 +Info 7011 [17:42:57.624] Format host information updated +Info 7012 [17:42:57.729] Format host information updated +Info 7013 [17:42:57.729] getCompletionData: Get current token: 0.007422000169754028 +Info 7014 [17:42:57.729] getCompletionData: Is inside comment: 0.015000998973846436 +Info 7015 [17:42:57.729] getCompletionData: Get previous token: 0.012005999684333801 +Info 7016 [17:42:57.729] getCompletionsAtPosition: isCompletionListBlocker: 0.0026130005717277527 +Info 7017 [17:42:57.730] getCompletionData: Semantic work: 0.44335499964654446 +Info 7018 [17:42:58.805] Format host information updated +Info 7019 [17:42:58.805] getCompletionData: Get current token: 0.023442000150680542 +Info 7020 [17:42:58.806] getCompletionData: Is inside comment: 0.05050100013613701 +Info 7021 [17:42:58.806] getCompletionData: Get previous token: 0.03766599856317043 +Info 7022 [17:42:58.806] getCompletionsAtPosition: isCompletionListBlocker: 0.005716999992728233 +Info 7023 [17:42:58.807] getCompletionData: Semantic work: 0.9189039990305901 +Info 7024 [17:42:58.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7025 [17:42:58.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 6.865091999992728ms +Info 7026 [17:42:58.896] Different program with same set of files +Info 7027 [17:42:58.896] getCompletionData: Get current token: 0.002902999520301819 +Info 7028 [17:42:58.896] getCompletionData: Is inside comment: 0.009283000603318214 +Info 7029 [17:42:58.896] getCompletionData: Get previous token: 0.006294999271631241 +Info 7030 [17:42:58.896] getCompletionsAtPosition: isCompletionListBlocker: 0.007665999233722687 +Info 7031 [17:42:58.897] getExportInfoMap: cache hit +Info 7032 [17:42:58.910] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7033 [17:42:58.910] collectAutoImports: response is complete +Info 7034 [17:42:58.910] collectAutoImports: 13.12186500057578 +Info 7035 [17:42:58.910] getCompletionData: Semantic work: 13.577411999925971 +Info 7036 [17:42:58.914] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.487725000828505 +Info 7037 [17:42:58.918] Format host information updated +Info 7038 [17:42:59.215] getCompletionData: Get current token: 0.0038390010595321655 +Info 7039 [17:42:59.215] getCompletionData: Is inside comment: 0.010500000789761543 +Info 7040 [17:42:59.215] getCompletionData: Get previous token: 0.007538998499512672 +Info 7041 [17:42:59.215] getCompletionsAtPosition: isCompletionListBlocker: 0.003082999959588051 +Info 7042 [17:42:59.216] getExportInfoMap: cache hit +Info 7043 [17:42:59.226] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7044 [17:42:59.226] collectAutoImports: response is complete +Info 7045 [17:42:59.226] collectAutoImports: 10.261749999597669 +Info 7046 [17:42:59.226] getCompletionData: Semantic work: 10.781233001500368 +Info 7047 [17:42:59.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7325450014322996 +Info 7048 [17:43:00.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7049 [17:43:00.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 7.71420600079ms +Info 7050 [17:43:00.999] Different program with same set of files +Info 7051 [17:43:00.999] getCompletionData: Get current token: 0.003207998350262642 +Info 7052 [17:43:00.999] getCompletionData: Is inside comment: 0.03097599931061268 +Info 7053 [17:43:00.999] getCompletionData: Get previous token: 0.0127399992197752 +Info 7054 [17:43:00.999] getCompletionsAtPosition: isCompletionListBlocker: 0.002730999141931534 +Info 7055 [17:43:01.000] getExportInfoMap: cache hit +Info 7056 [17:43:01.004] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 7057 [17:43:01.004] collectAutoImports: response is complete +Info 7058 [17:43:01.004] collectAutoImports: 4.335889000445604 +Info 7059 [17:43:01.004] getCompletionData: Semantic work: 4.799067001789808 +Info 7060 [17:43:01.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1740870010107756 +Info 7061 [17:43:01.009] Format host information updated +Info 7062 [17:43:01.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7063 [17:43:01.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 6.674048999324441ms +Info 7064 [17:43:01.174] Different program with same set of files +Info 7065 [17:43:01.174] getCompletionData: Get current token: 0.004495000466704369 +Info 7066 [17:43:01.174] getCompletionData: Is inside comment: 0.01233999989926815 +Info 7067 [17:43:01.174] getCompletionData: Get previous token: 0.01580900140106678 +Info 7068 [17:43:01.174] getCompletionsAtPosition: isCompletionListBlocker: 0.003200998529791832 +Info 7069 [17:43:01.175] getExportInfoMap: cache hit +Info 7070 [17:43:01.179] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 115 from cache +Info 7071 [17:43:01.179] collectAutoImports: response is complete +Info 7072 [17:43:01.179] collectAutoImports: 3.9443490002304316 +Info 7073 [17:43:01.179] getCompletionData: Semantic work: 4.465507999062538 +Info 7074 [17:43:01.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.434249000623822 +Info 7075 [17:43:01.182] Format host information updated +Info 7076 [17:43:01.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7077 [17:43:01.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 6.459457999095321ms +Info 7078 [17:43:01.333] Different program with same set of files +Info 7079 [17:43:01.333] getCompletionData: Get current token: 0.003877999261021614 +Info 7080 [17:43:01.333] getCompletionData: Is inside comment: 0.011575000360608101 +Info 7081 [17:43:01.333] getCompletionData: Get previous token: 0.014841999858617783 +Info 7082 [17:43:01.333] getCompletionsAtPosition: isCompletionListBlocker: 0.0024709999561309814 +Info 7083 [17:43:01.334] getExportInfoMap: cache hit +Info 7084 [17:43:01.338] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 47 from cache +Info 7085 [17:43:01.338] collectAutoImports: response is complete +Info 7086 [17:43:01.338] collectAutoImports: 4.080350000411272 +Info 7087 [17:43:01.338] getCompletionData: Semantic work: 4.557796999812126 +Info 7088 [17:43:01.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.944607000797987 +Info 7089 [17:43:01.341] Format host information updated +Info 7090 [17:43:01.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7091 [17:43:01.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 7.055013999342918ms +Info 7092 [17:43:01.734] Different program with same set of files +Info 7093 [17:43:01.734] getCompletionData: Get current token: 0.004104999825358391 +Info 7094 [17:43:01.734] getCompletionData: Is inside comment: 0.013325000181794167 +Info 7095 [17:43:01.735] getCompletionData: Get previous token: 0.017645999789237976 +Info 7096 [17:43:01.735] getCompletionsAtPosition: isCompletionListBlocker: 0.003241999074816704 +Info 7097 [17:43:01.735] getExportInfoMap: cache hit +Info 7098 [17:43:01.738] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 7099 [17:43:01.738] collectAutoImports: response is complete +Info 7100 [17:43:01.738] collectAutoImports: 2.399873999878764 +Info 7101 [17:43:01.738] getCompletionData: Semantic work: 3.0394650008529425 +Info 7102 [17:43:01.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3639419991523027 +Info 7103 [17:43:01.742] Format host information updated +Info 7104 [17:43:02.222] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7105 [17:43:02.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 6.695925001055002ms +Info 7106 [17:43:02.229] Different program with same set of files +Info 7107 [17:43:02.229] getCompletionData: Get current token: 0.004815001040697098 +Info 7108 [17:43:02.229] getCompletionData: Is inside comment: 0.011704999953508377 +Info 7109 [17:43:02.229] getCompletionData: Get previous token: 0.008410001173615456 +Info 7110 [17:43:02.229] getCompletionsAtPosition: isCompletionListBlocker: 0.007919000461697578 +Info 7111 [17:43:02.229] getExportInfoMap: cache hit +Info 7112 [17:43:02.242] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7113 [17:43:02.242] collectAutoImports: response is complete +Info 7114 [17:43:02.242] collectAutoImports: 12.821566000580788 +Info 7115 [17:43:02.242] getCompletionData: Semantic work: 13.309560999274254 +Info 7116 [17:43:02.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.510649001225829 +Info 7117 [17:43:02.250] Format host information updated +Info 7118 [17:43:02.408] getCompletionData: Get current token: 0.004086999222636223 +Info 7119 [17:43:02.408] getCompletionData: Is inside comment: 0.012296000495553017 +Info 7120 [17:43:02.408] getCompletionData: Get previous token: 0.014343999326229095 +Info 7121 [17:43:02.408] getCompletionsAtPosition: isCompletionListBlocker: 0.002538999542593956 +Info 7122 [17:43:02.409] getExportInfoMap: cache hit +Info 7123 [17:43:02.418] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7124 [17:43:02.418] collectAutoImports: response is complete +Info 7125 [17:43:02.418] collectAutoImports: 8.89351899921894 +Info 7126 [17:43:02.418] getCompletionData: Semantic work: 9.39979000017047 +Info 7127 [17:43:02.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.61464099958539 +Info 7128 [17:43:02.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7129 [17:43:02.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 7.035229001194239ms +Info 7130 [17:43:02.552] Different program with same set of files +Info 7131 [17:43:02.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3517179992049932 +Info 7132 [17:43:02.555] Format host information updated +Info 7133 [17:43:02.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7134 [17:43:02.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 6.345808999612927ms +Info 7135 [17:43:02.628] Different program with same set of files +Info 7136 [17:43:02.628] getCompletionData: Get current token: 0.00454300083220005 +Info 7137 [17:43:02.628] getCompletionData: Is inside comment: 0.015647999942302704 +Info 7138 [17:43:02.628] getCompletionData: Get previous token: 0.010533001273870468 +Info 7139 [17:43:02.628] getCompletionsAtPosition: isCompletionListBlocker: 0.008460000157356262 +Info 7140 [17:43:02.628] getExportInfoMap: cache hit +Info 7141 [17:43:02.641] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7142 [17:43:02.641] collectAutoImports: response is complete +Info 7143 [17:43:02.641] collectAutoImports: 12.380961000919342 +Info 7144 [17:43:02.641] getCompletionData: Semantic work: 12.902047000825405 +Info 7145 [17:43:02.646] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.561857998371124 +Info 7146 [17:43:02.650] Format host information updated +Info 7147 [17:43:02.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.923843000084162 +Info 7148 [17:43:04.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7149 [17:43:04.407] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 7.326135000213981ms +Info 7150 [17:43:04.407] Different program with same set of files +Info 7151 [17:43:04.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0991990007460117 +Info 7152 [17:43:04.409] Format host information updated +Info 7153 [17:43:04.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7154 [17:43:04.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 11.036271000280976ms +Info 7155 [17:43:04.476] Different program with same set of files +Info 7156 [17:43:04.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.128328999504447 +Info 7157 [17:43:04.480] Format host information updated +Info 7158 [17:43:04.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7159 [17:43:04.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 16.740354001522064ms +Info 7160 [17:43:04.684] Different program with same set of files +Info 7161 [17:43:04.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5232389997690916 +Info 7162 [17:43:04.689] Format host information updated +Info 7163 [17:43:04.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7164 [17:43:04.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 6.080349000170827ms +Info 7165 [17:43:04.789] Different program with same set of files +Info 7166 [17:43:04.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0723529998213053 +Info 7167 [17:43:04.791] Format host information updated +Info 7168 [17:43:04.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7169 [17:43:04.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 9.288654001429677ms +Info 7170 [17:43:04.958] Different program with same set of files +Info 7171 [17:43:04.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2489919997751713 +Info 7172 [17:43:04.961] Format host information updated +Info 7173 [17:43:05.030] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7174 [17:43:05.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 22.28579100035131ms +Info 7175 [17:43:05.052] Different program with same set of files +Info 7176 [17:43:05.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2090679984539747 +Info 7177 [17:43:05.057] Format host information updated +Info 7178 [17:43:05.091] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7179 [17:43:05.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 6.743747999891639ms +Info 7180 [17:43:05.098] Different program with same set of files +Info 7181 [17:43:05.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2422329988330603 +Info 7182 [17:43:05.103] Format host information updated +Info 7183 [17:43:05.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7184 [17:43:05.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 6.931205999106169ms +Info 7185 [17:43:05.307] Different program with same set of files +Info 7186 [17:43:05.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.35602100007236 +Info 7187 [17:43:05.310] Format host information updated +Info 7188 [17:43:05.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7189 [17:43:05.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 6.929880000650883ms +Info 7190 [17:43:05.485] Different program with same set of files +Info 7191 [17:43:05.489] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.250689998269081 +Info 7192 [17:43:05.490] Format host information updated +Info 7193 [17:43:05.848] Format host information updated +Info 7194 [17:43:05.848] Format host information updated +Info 7195 [17:43:05.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7196 [17:43:05.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 7.140081999823451ms +Info 7197 [17:43:05.855] Different program with same set of files +Info 7198 [17:43:05.856] getCompletionData: Get current token: 0.006489001214504242 +Info 7199 [17:43:05.856] getCompletionData: Is inside comment: 0.017180001363158226 +Info 7200 [17:43:05.856] getCompletionData: Get previous token: 0.012742999941110611 +Info 7201 [17:43:05.856] getCompletionsAtPosition: isCompletionListBlocker: 0.0088919997215271 +Info 7202 [17:43:05.856] getExportInfoMap: cache hit +Info 7203 [17:43:05.872] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7204 [17:43:05.872] collectAutoImports: response is complete +Info 7205 [17:43:05.872] collectAutoImports: 15.36404199898243 +Info 7206 [17:43:05.872] getCompletionData: Semantic work: 15.940396999940276 +Info 7207 [17:43:05.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8726779986172915 +Info 7208 [17:43:05.887] Format host information updated +Info 7209 [17:43:06.295] getCompletionData: Get current token: 0.0037990007549524307 +Info 7210 [17:43:06.295] getCompletionData: Is inside comment: 0.010951999574899673 +Info 7211 [17:43:06.295] getCompletionData: Get previous token: 0.007896000519394875 +Info 7212 [17:43:06.295] getCompletionsAtPosition: isCompletionListBlocker: 0.00874600000679493 +Info 7213 [17:43:06.296] getExportInfoMap: cache hit +Info 7214 [17:43:06.306] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7215 [17:43:06.306] collectAutoImports: response is complete +Info 7216 [17:43:06.306] collectAutoImports: 10.001023000106215 +Info 7217 [17:43:06.306] getCompletionData: Semantic work: 10.520183000713587 +Info 7218 [17:43:06.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6573409996926785 +Info 7219 [17:43:06.641] getCompletionData: Get current token: 0.013670999556779861 +Info 7220 [17:43:06.641] getCompletionData: Is inside comment: 0.04451099969446659 +Info 7221 [17:43:06.641] getCompletionData: Get previous token: 0.030215000733733177 +Info 7222 [17:43:06.641] getCompletionsAtPosition: isCompletionListBlocker: 0.045788999646902084 +Info 7223 [17:43:06.643] getExportInfoMap: cache hit +Info 7224 [17:43:06.676] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7225 [17:43:06.676] collectAutoImports: response is complete +Info 7226 [17:43:06.676] collectAutoImports: 33.06780599988997 +Info 7227 [17:43:06.676] getCompletionData: Semantic work: 34.790843000635505 +Info 7228 [17:43:06.685] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.237220998853445 +Info 7229 [17:43:07.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7230 [17:43:07.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 6.528556000441313ms +Info 7231 [17:43:07.024] Different program with same set of files +Err 7232 [17:43:07.024] Exception on executing command { + "seq": 2810, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "line": 13, + "offset": 57 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131367:11) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at findPrecedingToken (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131320:18) + at getRelevantTokens (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:160304:25) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157111:29) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 7233 [17:43:07.024] Format host information updated +Err 7234 [17:43:07.118] Exception on executing command { + "seq": 2813, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "line": 13, + "offset": 56 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131367:11) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at findPrecedingToken (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131320:18) + at getRelevantTokens (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:160304:25) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157111:29) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 7235 [17:43:07.186] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7236 [17:43:07.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 6.446657000109553ms +Info 7237 [17:43:07.193] Different program with same set of files +Err 7238 [17:43:07.193] Exception on executing command { + "seq": 2815, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "line": 13, + "offset": 57 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131367:11) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at findPrecedingToken (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131320:18) + at getRelevantTokens (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:160304:25) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157111:29) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 7239 [17:43:07.193] Format host information updated +Info 7240 [17:43:07.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7241 [17:43:07.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 8.502475000917912ms +Info 7242 [17:43:07.590] Different program with same set of files +Err 7243 [17:43:07.590] Exception on executing command { + "seq": 2820, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "line": 13, + "offset": 56 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131367:11) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at findPrecedingToken (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131320:18) + at getRelevantTokens (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:160304:25) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157111:29) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 7244 [17:43:07.590] Format host information updated +Info 7245 [17:43:07.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7246 [17:43:07.754] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 6.670022999867797ms +Info 7247 [17:43:07.754] Different program with same set of files +Err 7248 [17:43:07.754] Exception on executing command { + "seq": 2824, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "line": 13, + "offset": 55 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131367:11) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at findPrecedingToken (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131320:18) + at getRelevantTokens (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:160304:25) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157111:29) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 7249 [17:43:07.755] Format host information updated +Info 7250 [17:43:07.847] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7251 [17:43:07.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 6.620932999998331ms +Info 7252 [17:43:07.854] Different program with same set of files +Err 7253 [17:43:07.856] Exception on executing command { + "seq": 2828, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "line": 13, + "offset": 55 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131367:11) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at find2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131363:18) + at findPrecedingToken (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:131320:18) + at getRelevantTokens (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:160304:25) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157111:29) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 7254 [17:43:07.856] Format host information updated +Info 7255 [17:43:07.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7256 [17:43:07.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 6.805423000827432ms +Info 7257 [17:43:07.923] Different program with same set of files +Info 7258 [17:43:07.923] getCompletionData: Get current token: 0.003712998703122139 +Info 7259 [17:43:07.923] getCompletionData: Is inside comment: 0.011556999757885933 +Info 7260 [17:43:07.923] getCompletionData: Get previous token: 0.00808200053870678 +Info 7261 [17:43:07.923] getCompletionsAtPosition: isCompletionListBlocker: 0.00873200036585331 +Info 7262 [17:43:07.924] getExportInfoMap: cache hit +Info 7263 [17:43:07.938] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7264 [17:43:07.938] collectAutoImports: response is complete +Info 7265 [17:43:07.938] collectAutoImports: 13.877915000542998 +Info 7266 [17:43:07.938] getCompletionData: Semantic work: 14.409540999680758 +Info 7267 [17:43:07.943] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1207839995622635 +Info 7268 [17:43:07.947] Format host information updated +Info 7269 [17:43:08.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7270 [17:43:08.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 6.539494000375271ms +Info 7271 [17:43:08.328] Different program with same set of files +Info 7272 [17:43:08.329] getCompletionData: Get current token: 0.0033539999276399612 +Info 7273 [17:43:08.329] getCompletionData: Is inside comment: 0.010634999722242355 +Info 7274 [17:43:08.329] getCompletionData: Get previous token: 0.00685499981045723 +Info 7275 [17:43:08.329] getCompletionsAtPosition: isCompletionListBlocker: 0.007702000439167023 +Info 7276 [17:43:08.329] getExportInfoMap: cache hit +Info 7277 [17:43:08.342] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7278 [17:43:08.342] collectAutoImports: response is complete +Info 7279 [17:43:08.342] collectAutoImports: 12.534359999001026 +Info 7280 [17:43:08.342] getCompletionData: Semantic work: 13.02326299995184 +Info 7281 [17:43:08.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.699116999283433 +Info 7282 [17:43:08.350] Format host information updated +Info 7283 [17:43:08.516] getCompletionData: Get current token: 0.003559999167919159 +Info 7284 [17:43:08.516] getCompletionData: Is inside comment: 0.008549999445676804 +Info 7285 [17:43:08.516] getCompletionData: Get previous token: 0.005758000537753105 +Info 7286 [17:43:08.516] getCompletionsAtPosition: isCompletionListBlocker: 0.0028320010751485825 +Info 7287 [17:43:08.517] getExportInfoMap: cache hit +Info 7288 [17:43:08.527] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7289 [17:43:08.527] collectAutoImports: response is complete +Info 7290 [17:43:08.527] collectAutoImports: 9.890806000679731 +Info 7291 [17:43:08.527] getCompletionData: Semantic work: 10.408819001168013 +Info 7292 [17:43:08.531] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4289950001984835 +Info 7293 [17:43:08.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7294 [17:43:08.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 10.740390000864863ms +Info 7295 [17:43:08.598] Different program with same set of files +Info 7296 [17:43:08.599] getCompletionData: Get current token: 0.006345000118017197 +Info 7297 [17:43:08.599] getCompletionData: Is inside comment: 0.017668001353740692 +Info 7298 [17:43:08.599] getCompletionData: Get previous token: 0.012040000408887863 +Info 7299 [17:43:08.599] getCompletionsAtPosition: isCompletionListBlocker: 0.09412200003862381 +Info 7300 [17:43:08.600] getExportInfoMap: cache hit +Info 7301 [17:43:08.619] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7302 [17:43:08.619] collectAutoImports: response is complete +Info 7303 [17:43:08.620] collectAutoImports: 19.768495000898838 +Info 7304 [17:43:08.620] getCompletionData: Semantic work: 20.65654099918902 +Info 7305 [17:43:08.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.2842009998857975 +Info 7306 [17:43:08.630] Format host information updated +Info 7307 [17:43:11.469] Format host information updated +Info 7308 [17:43:11.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7309 [17:43:11.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 6.230959000065923ms +Info 7310 [17:43:11.475] Different program with same set of files +Info 7311 [17:43:11.805] Format host information updated +Info 7312 [17:43:11.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7313 [17:43:11.811] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 6.207175999879837ms +Info 7314 [17:43:11.811] Different program with same set of files +Info 7315 [17:43:12.367] Format host information updated +Info 7316 [17:43:12.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7317 [17:43:12.374] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 6.498198999091983ms +Info 7318 [17:43:12.374] Different program with same set of files +Info 7319 [17:43:12.518] Format host information updated +Info 7320 [17:43:12.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7321 [17:43:12.525] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 6.253809999674559ms +Info 7322 [17:43:12.525] Different program with same set of files +Info 7323 [17:43:12.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7324 [17:43:12.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 6.0730000007897615ms +Info 7325 [17:43:12.874] Different program with same set of files +Info 7326 [17:43:12.874] getCompletionData: Get current token: 0.001188000664114952 +Info 7327 [17:43:12.874] getCompletionData: Is inside comment: 0.0036949999630451202 +Info 7328 [17:43:12.874] getCompletionData: Get previous token: 0.01575399935245514 +Info 7329 [17:43:12.874] getCompletionsAtPosition: isCompletionListBlocker: 0.007203999906778336 +Info 7330 [17:43:12.875] getExportInfoMap: cache hit +Info 7331 [17:43:12.883] collectAutoImports: resolved 9 module specifiers, plus 17 ambient and 214 from cache +Info 7332 [17:43:12.883] collectAutoImports: response is complete +Info 7333 [17:43:12.883] collectAutoImports: 8.669353999197483 +Info 7334 [17:43:12.883] getCompletionData: Semantic work: 9.327418999746442 +Info 7335 [17:43:12.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4856860004365444 +Info 7336 [17:43:12.886] Format host information updated +Info 7337 [17:43:13.050] Format host information updated +Info 7338 [17:43:13.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7339 [17:43:13.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 6.62194300070405ms +Info 7340 [17:43:13.057] Different program with same set of files +Info 7341 [17:43:13.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7342 [17:43:13.200] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 8.985185999423265ms +Info 7343 [17:43:13.200] Different program with same set of files +Info 7344 [17:43:13.200] getCompletionData: Get current token: 0.001509999856352806 +Info 7345 [17:43:13.200] getCompletionData: Is inside comment: 0.004098000004887581 +Info 7346 [17:43:13.200] getCompletionData: Get previous token: 0.01722799986600876 +Info 7347 [17:43:13.200] getCompletionsAtPosition: isCompletionListBlocker: 0.00868300162255764 +Info 7348 [17:43:13.200] getExportInfoMap: cache hit +Info 7349 [17:43:13.204] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 11 from cache +Info 7350 [17:43:13.204] collectAutoImports: response is complete +Info 7351 [17:43:13.204] collectAutoImports: 3.0632070004940033 +Info 7352 [17:43:13.204] getCompletionData: Semantic work: 3.7461769990622997 +Info 7353 [17:43:13.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2961509991437197 +Info 7354 [17:43:13.206] Format host information updated +Info 7355 [17:43:13.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7356 [17:43:13.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 14.796406999230385ms +Info 7357 [17:43:13.276] Different program with same set of files +Info 7358 [17:43:13.276] getCompletionData: Get current token: 0.00102199986577034 +Info 7359 [17:43:13.276] getCompletionData: Is inside comment: 0.0044829994440078735 +Info 7360 [17:43:13.276] getCompletionData: Get previous token: 0.012881999835371971 +Info 7361 [17:43:13.277] getCompletionsAtPosition: isCompletionListBlocker: 0.006551999598741531 +Info 7362 [17:43:13.277] getExportInfoMap: cache hit +Info 7363 [17:43:13.280] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 7364 [17:43:13.280] collectAutoImports: response is complete +Info 7365 [17:43:13.280] collectAutoImports: 3.1355019994080067 +Info 7366 [17:43:13.280] getCompletionData: Semantic work: 3.8555760011076927 +Info 7367 [17:43:13.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1491320002824068 +Info 7368 [17:43:13.286] Format host information updated +Info 7369 [17:43:13.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7370 [17:43:13.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 14.836586998775601ms +Info 7371 [17:43:13.388] Different program with same set of files +Info 7372 [17:43:13.388] getCompletionData: Get current token: 0.003342999145388603 +Info 7373 [17:43:13.389] getCompletionData: Is inside comment: 0.011495999991893768 +Info 7374 [17:43:13.389] getCompletionData: Get previous token: 0.04512299969792366 +Info 7375 [17:43:13.389] getCompletionsAtPosition: isCompletionListBlocker: 0.01697700098156929 +Info 7376 [17:43:13.390] getExportInfoMap: cache hit +Info 7377 [17:43:13.396] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7378 [17:43:13.396] collectAutoImports: response is complete +Info 7379 [17:43:13.396] collectAutoImports: 6.188001999631524 +Info 7380 [17:43:13.396] getCompletionData: Semantic work: 7.786675000563264 +Info 7381 [17:43:13.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.57481300085783 +Info 7382 [17:43:13.400] Format host information updated +Info 7383 [17:43:13.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7384 [17:43:13.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 5.93511800095439ms +Info 7385 [17:43:13.440] Different program with same set of files +Info 7386 [17:43:13.440] getCompletionData: Get current token: 0.0011350009590387344 +Info 7387 [17:43:13.440] getCompletionData: Is inside comment: 0.002884000539779663 +Info 7388 [17:43:13.440] getCompletionData: Get previous token: 0.010406998917460442 +Info 7389 [17:43:13.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0062709990888834 +Info 7390 [17:43:13.441] getExportInfoMap: cache hit +Info 7391 [17:43:13.454] collectAutoImports: resolved 7 module specifiers, plus 219 ambient and 899 from cache +Info 7392 [17:43:13.454] collectAutoImports: response is complete +Info 7393 [17:43:13.454] collectAutoImports: 13.024957999587059 +Info 7394 [17:43:13.454] getCompletionData: Semantic work: 13.64894999936223 +Info 7395 [17:43:13.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.202759999781847 +Info 7396 [17:43:13.460] Format host information updated +Info 7397 [17:43:13.510] Format host information updated +Info 7398 [17:43:13.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7399 [17:43:13.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 7.973674999549985ms +Info 7400 [17:43:13.518] Different program with same set of files +Info 7401 [17:43:13.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7402 [17:43:13.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 6.426951000466943ms +Info 7403 [17:43:13.757] Different program with same set of files +Info 7404 [17:43:13.757] getCompletionData: Get current token: 0.0010359995067119598 +Info 7405 [17:43:13.757] getCompletionData: Is inside comment: 0.0029589999467134476 +Info 7406 [17:43:13.757] getCompletionData: Get previous token: 0.00434499979019165 +Info 7407 [17:43:13.757] getCompletionsAtPosition: isCompletionListBlocker: 0.005053000524640083 +Info 7408 [17:43:13.758] getExportInfoMap: cache hit +Info 7409 [17:43:13.762] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 170 from cache +Info 7410 [17:43:13.762] collectAutoImports: response is complete +Info 7411 [17:43:13.762] collectAutoImports: 3.9203679990023375 +Info 7412 [17:43:13.762] getCompletionData: Semantic work: 4.5360019989311695 +Info 7413 [17:43:13.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.204873001202941 +Info 7414 [17:43:13.764] Format host information updated +Info 7415 [17:43:13.847] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7416 [17:43:13.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 6.776647001504898ms +Info 7417 [17:43:13.854] Different program with same set of files +Info 7418 [17:43:13.854] getCompletionData: Get current token: 0.0011439993977546692 +Info 7419 [17:43:13.854] getCompletionData: Is inside comment: 0.003229999914765358 +Info 7420 [17:43:13.854] getCompletionData: Get previous token: 0.004892999306321144 +Info 7421 [17:43:13.854] getCompletionsAtPosition: isCompletionListBlocker: 0.00670200027525425 +Info 7422 [17:43:13.856] getExportInfoMap: cache hit +Info 7423 [17:43:13.859] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 7424 [17:43:13.859] collectAutoImports: response is complete +Info 7425 [17:43:13.859] collectAutoImports: 3.2877070009708405 +Info 7426 [17:43:13.859] getCompletionData: Semantic work: 5.395762000232935 +Info 7427 [17:43:13.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0633869990706444 +Info 7428 [17:43:13.861] Format host information updated +Info 7429 [17:43:13.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7430 [17:43:13.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 6.811767000705004ms +Info 7431 [17:43:13.949] Different program with same set of files +Info 7432 [17:43:13.949] getCompletionData: Get current token: 0.0009940005838871002 +Info 7433 [17:43:13.949] getCompletionData: Is inside comment: 0.0043189991265535355 +Info 7434 [17:43:13.949] getCompletionData: Get previous token: 0.006976000964641571 +Info 7435 [17:43:13.949] getCompletionsAtPosition: isCompletionListBlocker: 0.006486998870968819 +Info 7436 [17:43:13.950] getExportInfoMap: cache hit +Info 7437 [17:43:13.962] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 7438 [17:43:13.962] collectAutoImports: response is complete +Info 7439 [17:43:13.962] collectAutoImports: 12.819189000874758 +Info 7440 [17:43:13.962] getCompletionData: Semantic work: 13.36344400048256 +Info 7441 [17:43:13.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2150950003415346 +Info 7442 [17:43:13.969] Format host information updated +Info 7443 [17:43:14.001] Format host information updated +Info 7444 [17:43:14.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7445 [17:43:14.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 6.066216999664903ms +Info 7446 [17:43:14.008] Different program with same set of files +Info 7447 [17:43:14.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7448 [17:43:14.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 12.282023999840021ms +Info 7449 [17:43:14.356] Different program with same set of files +Info 7450 [17:43:14.356] getCompletionData: Get current token: 0.001050001010298729 +Info 7451 [17:43:14.356] getCompletionData: Is inside comment: 0.0037979986518621445 +Info 7452 [17:43:14.356] getCompletionData: Get previous token: 0.005899000912904739 +Info 7453 [17:43:14.356] getCompletionsAtPosition: isCompletionListBlocker: 0.0014639999717473984 +Info 7454 [17:43:14.356] Returning an empty list because completion was requested in an invalid position. +Info 7455 [17:43:14.356] Format host information updated +Info 7456 [17:43:14.431] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7457 [17:43:14.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 23.777234001085162ms +Info 7458 [17:43:14.455] Different program with same set of files +Info 7459 [17:43:14.455] getCompletionData: Get current token: 0.003376999869942665 +Info 7460 [17:43:14.455] getCompletionData: Is inside comment: 0.01450200006365776 +Info 7461 [17:43:14.455] getCompletionData: Get previous token: 0.023440999910235405 +Info 7462 [17:43:14.455] getCompletionsAtPosition: isCompletionListBlocker: 0.0035159997642040253 +Info 7463 [17:43:14.455] Returning an empty list because completion was requested in an invalid position. +Info 7464 [17:43:14.456] Format host information updated +Info 7465 [17:43:14.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7466 [17:43:14.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 8.034014999866486ms +Info 7467 [17:43:14.667] Different program with same set of files +Info 7468 [17:43:14.668] getCompletionData: Get current token: 0.001229001209139824 +Info 7469 [17:43:14.668] getCompletionData: Is inside comment: 0.024695999920368195 +Info 7470 [17:43:14.668] getCompletionData: Get previous token: 0.020903998985886574 +Info 7471 [17:43:14.668] getCompletionsAtPosition: isCompletionListBlocker: 0.0011519994586706161 +Info 7472 [17:43:14.668] Returning an empty list because completion was requested in an invalid position. +Info 7473 [17:43:14.668] Format host information updated +Info 7474 [17:43:14.800] Format host information updated +Info 7475 [17:43:14.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7476 [17:43:14.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 6.311210999265313ms +Info 7477 [17:43:14.807] Different program with same set of files +Info 7478 [17:43:14.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7479 [17:43:14.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 6.275334000587463ms +Info 7480 [17:43:14.906] Different program with same set of files +Info 7481 [17:43:14.906] getCompletionData: Get current token: 0.0009420011192560196 +Info 7482 [17:43:14.906] getCompletionData: Is inside comment: 0.004410000517964363 +Info 7483 [17:43:14.906] getCompletionData: Get previous token: 0.006798999384045601 +Info 7484 [17:43:14.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0012659989297389984 +Info 7485 [17:43:14.906] Returning an empty list because completion was requested in an invalid position. +Info 7486 [17:43:14.908] Format host information updated +Info 7487 [17:43:15.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7488 [17:43:15.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 6.496453000232577ms +Info 7489 [17:43:15.121] Different program with same set of files +Info 7490 [17:43:15.121] getCompletionData: Get current token: 0.0011529996991157532 +Info 7491 [17:43:15.121] getCompletionData: Is inside comment: 0.004575999453663826 +Info 7492 [17:43:15.121] getCompletionData: Get previous token: 0.007191000506281853 +Info 7493 [17:43:15.121] getCompletionsAtPosition: isCompletionListBlocker: 0.0012589991092681885 +Info 7494 [17:43:15.121] Returning an empty list because completion was requested in an invalid position. +Info 7495 [17:43:15.121] Format host information updated +Info 7496 [17:43:15.208] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7497 [17:43:15.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 5.991838999092579ms +Info 7498 [17:43:15.214] Different program with same set of files +Info 7499 [17:43:15.214] getCompletionData: Get current token: 0.0010509993880987167 +Info 7500 [17:43:15.214] getCompletionData: Is inside comment: 0.004218999296426773 +Info 7501 [17:43:15.214] getCompletionData: Get previous token: 0.007092000916600227 +Info 7502 [17:43:15.214] getCompletionsAtPosition: isCompletionListBlocker: 0.0014389995485544205 +Info 7503 [17:43:15.214] Returning an empty list because completion was requested in an invalid position. +Info 7504 [17:43:15.216] Format host information updated +Info 7505 [17:43:15.393] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7506 [17:43:15.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 9.672456998378038ms +Info 7507 [17:43:15.403] Different program with same set of files +Info 7508 [17:43:15.403] getCompletionData: Get current token: 0.0008899997919797897 +Info 7509 [17:43:15.403] getCompletionData: Is inside comment: 0.004232000559568405 +Info 7510 [17:43:15.403] getCompletionData: Get previous token: 0.006434999406337738 +Info 7511 [17:43:15.403] getCompletionsAtPosition: isCompletionListBlocker: 0.0011700000613927841 +Info 7512 [17:43:15.403] Returning an empty list because completion was requested in an invalid position. +Info 7513 [17:43:15.403] Format host information updated +Info 7514 [17:43:15.549] Format host information updated +Info 7515 [17:43:15.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7516 [17:43:15.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 5.815244998782873ms +Info 7517 [17:43:15.555] Different program with same set of files +Info 7518 [17:43:15.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7519 [17:43:15.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 6.265387998893857ms +Info 7520 [17:43:15.681] Different program with same set of files +Info 7521 [17:43:15.681] getCompletionData: Get current token: 0.0014180000871419907 +Info 7522 [17:43:15.681] getCompletionData: Is inside comment: 0.005645999684929848 +Info 7523 [17:43:15.681] getCompletionData: Get previous token: 0.00456400029361248 +Info 7524 [17:43:15.681] getCompletionsAtPosition: isCompletionListBlocker: 0.0073529984802007675 +Info 7525 [17:43:15.681] getExportInfoMap: cache hit +Info 7526 [17:43:15.694] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 7527 [17:43:15.694] collectAutoImports: response is complete +Info 7528 [17:43:15.694] collectAutoImports: 12.623482000082731 +Info 7529 [17:43:15.694] getCompletionData: Semantic work: 13.1691960003227 +Info 7530 [17:43:15.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7066760007292032 +Info 7531 [17:43:15.700] Format host information updated +Info 7532 [17:43:15.798] Format host information updated +Info 7533 [17:43:15.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7534 [17:43:15.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 6.39147699996829ms +Info 7535 [17:43:15.805] Different program with same set of files +Info 7536 [17:43:16.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7537 [17:43:16.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 6.453331999480724ms +Info 7538 [17:43:16.535] Different program with same set of files +Info 7539 [17:43:16.535] getCompletionData: Get current token: 0.0011410005390644073 +Info 7540 [17:43:16.535] getCompletionData: Is inside comment: 0.004568999633193016 +Info 7541 [17:43:16.535] getCompletionData: Get previous token: 0.00874200090765953 +Info 7542 [17:43:16.535] getCompletionsAtPosition: isCompletionListBlocker: 0.007443999871611595 +Info 7543 [17:43:16.536] getExportInfoMap: cache hit +Info 7544 [17:43:16.540] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 20 from cache +Info 7545 [17:43:16.540] collectAutoImports: response is complete +Info 7546 [17:43:16.540] collectAutoImports: 4.632693000137806 +Info 7547 [17:43:16.540] getCompletionData: Semantic work: 5.174250001087785 +Info 7548 [17:43:16.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1099499985575676 +Info 7549 [17:43:16.542] Format host information updated +Info 7550 [17:43:16.738] Format host information updated +Info 7551 [17:43:16.738] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7552 [17:43:16.744] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 6.383985001593828ms +Info 7553 [17:43:16.744] Different program with same set of files +Info 7554 [17:43:17.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7555 [17:43:17.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 8.172587001696229ms +Info 7556 [17:43:17.267] Different program with same set of files +Info 7557 [17:43:17.267] getCompletionData: Get current token: 0.0011590011417865753 +Info 7558 [17:43:17.267] getCompletionData: Is inside comment: 0.004677999764680862 +Info 7559 [17:43:17.267] getCompletionData: Get previous token: 0.0033359993249177933 +Info 7560 [17:43:17.267] getCompletionsAtPosition: isCompletionListBlocker: 0.006929999217391014 +Info 7561 [17:43:17.267] getExportInfoMap: cache hit +Info 7562 [17:43:17.277] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 7563 [17:43:17.277] collectAutoImports: response is complete +Info 7564 [17:43:17.277] collectAutoImports: 10.185221999883652 +Info 7565 [17:43:17.277] getCompletionData: Semantic work: 10.649403000250459 +Info 7566 [17:43:17.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4148540012538433 +Info 7567 [17:43:17.284] Format host information updated +Info 7568 [17:43:17.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7569 [17:43:17.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 6.211010999977589ms +Info 7570 [17:43:17.519] Different program with same set of files +Info 7571 [17:43:17.519] getCompletionData: Get current token: 0.0011459998786449432 +Info 7572 [17:43:17.519] getCompletionData: Is inside comment: 0.004921000450849533 +Info 7573 [17:43:17.519] getCompletionData: Get previous token: 0.0036629997193813324 +Info 7574 [17:43:17.519] getCompletionsAtPosition: isCompletionListBlocker: 0.0073930006474256516 +Info 7575 [17:43:17.520] getExportInfoMap: cache hit +Info 7576 [17:43:17.530] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 7577 [17:43:17.530] collectAutoImports: response is complete +Info 7578 [17:43:17.530] collectAutoImports: 10.479950999841094 +Info 7579 [17:43:17.531] getCompletionData: Semantic work: 10.99830799922347 +Info 7580 [17:43:17.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.314769001677632 +Info 7581 [17:43:17.538] Format host information updated +Info 7582 [17:43:17.580] Format host information updated +Info 7583 [17:43:17.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7584 [17:43:17.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 7.519933998584747ms +Info 7585 [17:43:17.587] Different program with same set of files +Info 7586 [17:43:17.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7587 [17:43:17.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 6.702734999358654ms +Info 7588 [17:43:17.772] Different program with same set of files +Info 7589 [17:43:17.772] getCompletionData: Get current token: 0.001173999160528183 +Info 7590 [17:43:17.772] getCompletionData: Is inside comment: 0.004900999367237091 +Info 7591 [17:43:17.772] getCompletionData: Get previous token: 0.009804999455809593 +Info 7592 [17:43:17.772] getCompletionsAtPosition: isCompletionListBlocker: 0.00725100003182888 +Info 7593 [17:43:17.773] getExportInfoMap: cache hit +Info 7594 [17:43:17.777] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 152 from cache +Info 7595 [17:43:17.777] collectAutoImports: response is complete +Info 7596 [17:43:17.777] collectAutoImports: 4.232185000553727 +Info 7597 [17:43:17.777] getCompletionData: Semantic work: 4.7960979994386435 +Info 7598 [17:43:17.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2216229997575283 +Info 7599 [17:43:17.782] Format host information updated +Info 7600 [17:43:18.036] Format host information updated +Info 7601 [17:43:18.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7602 [17:43:18.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 6.477731000632048ms +Info 7603 [17:43:18.043] Different program with same set of files +Info 7604 [17:43:18.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7605 [17:43:18.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 6.263236001133919ms +Info 7606 [17:43:18.186] Different program with same set of files +Info 7607 [17:43:18.186] getCompletionData: Get current token: 0.0012689996510744095 +Info 7608 [17:43:18.186] getCompletionData: Is inside comment: 0.0062049999833106995 +Info 7609 [17:43:18.186] getCompletionData: Get previous token: 0.004559999331831932 +Info 7610 [17:43:18.186] getCompletionsAtPosition: isCompletionListBlocker: 0.007819999009370804 +Info 7611 [17:43:18.186] getExportInfoMap: cache hit +Info 7612 [17:43:18.200] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 7613 [17:43:18.200] collectAutoImports: response is complete +Info 7614 [17:43:18.200] collectAutoImports: 13.357124999165535 +Info 7615 [17:43:18.200] getCompletionData: Semantic work: 13.878282001242042 +Info 7616 [17:43:18.202] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7261100001633167 +Info 7617 [17:43:18.207] Format host information updated +Info 7618 [17:43:18.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7619 [17:43:18.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 16.114451000466943ms +Info 7620 [17:43:18.464] Different program with same set of files +Info 7621 [17:43:18.464] getCompletionData: Get current token: 0.0029969997704029083 +Info 7622 [17:43:18.464] getCompletionData: Is inside comment: 0.014549000188708305 +Info 7623 [17:43:18.464] getCompletionData: Get previous token: 0.01081399992108345 +Info 7624 [17:43:18.464] getCompletionsAtPosition: isCompletionListBlocker: 0.016699999570846558 +Info 7625 [17:43:18.466] getExportInfoMap: cache hit +Info 7626 [17:43:18.492] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 7627 [17:43:18.492] collectAutoImports: response is complete +Info 7628 [17:43:18.492] collectAutoImports: 25.636138999834657 +Info 7629 [17:43:18.492] getCompletionData: Semantic work: 27.272532999515533 +Info 7630 [17:43:18.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.311235999688506 +Info 7631 [17:43:18.500] Format host information updated +Info 7632 [17:43:18.520] Format host information updated +Info 7633 [17:43:18.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7634 [17:43:18.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 7.083187000826001ms +Info 7635 [17:43:18.527] Different program with same set of files +Info 7636 [17:43:18.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7637 [17:43:18.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 8.062836000695825ms +Info 7638 [17:43:18.719] Different program with same set of files +Info 7639 [17:43:18.719] getCompletionData: Get current token: 0.0013590008020401 +Info 7640 [17:43:18.719] getCompletionData: Is inside comment: 0.0061789993196725845 +Info 7641 [17:43:18.719] getCompletionData: Get previous token: 0.013884000480175018 +Info 7642 [17:43:18.719] getCompletionsAtPosition: isCompletionListBlocker: 0.009744999930262566 +Info 7643 [17:43:18.720] getExportInfoMap: cache hit +Info 7644 [17:43:18.725] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 152 from cache +Info 7645 [17:43:18.725] collectAutoImports: response is complete +Info 7646 [17:43:18.725] collectAutoImports: 5.219804000109434 +Info 7647 [17:43:18.725] getCompletionData: Semantic work: 5.954563999548554 +Info 7648 [17:43:18.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.715327000245452 +Info 7649 [17:43:18.730] Format host information updated +Info 7650 [17:43:19.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7651 [17:43:19.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 6.981816999614239ms +Info 7652 [17:43:19.043] Different program with same set of files +Info 7653 [17:43:19.043] getCompletionData: Get current token: 0.001367000862956047 +Info 7654 [17:43:19.043] getCompletionData: Is inside comment: 0.006754999980330467 +Info 7655 [17:43:19.043] getCompletionData: Get previous token: 0.0048489999026060104 +Info 7656 [17:43:19.043] getCompletionsAtPosition: isCompletionListBlocker: 0.0019659996032714844 +Info 7657 [17:43:19.044] getCompletionData: Semantic work: 0.6173549983650446 +Info 7658 [17:43:19.045] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2637979984283447 +Info 7659 [17:43:19.046] Format host information updated +Info 7660 [17:43:19.647] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7661 [17:43:19.657] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 9.654154999181628ms +Info 7662 [17:43:19.657] Different program with same set of files +Info 7663 [17:43:19.657] getCompletionData: Get current token: 0.0009289998561143875 +Info 7664 [17:43:19.657] getCompletionData: Is inside comment: 0.004951000213623047 +Info 7665 [17:43:19.657] getCompletionData: Get previous token: 0.011501999571919441 +Info 7666 [17:43:19.657] getCompletionsAtPosition: isCompletionListBlocker: 0.001997999846935272 +Info 7667 [17:43:19.658] getCompletionData: Semantic work: 0.6313790008425713 +Info 7668 [17:43:19.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6946930009871721 +Info 7669 [17:43:19.660] Format host information updated +Info 7670 [17:43:19.738] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7671 [17:43:19.745] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 6.887883000075817ms +Info 7672 [17:43:19.745] Different program with same set of files +Info 7673 [17:43:19.746] getCompletionData: Get current token: 0.0010930001735687256 +Info 7674 [17:43:19.746] getCompletionData: Is inside comment: 0.005908999592065811 +Info 7675 [17:43:19.746] getCompletionData: Get previous token: 0.013416999951004982 +Info 7676 [17:43:19.746] getCompletionsAtPosition: isCompletionListBlocker: 0.002087000757455826 +Info 7677 [17:43:19.746] getCompletionData: Semantic work: 0.6079930011183023 +Info 7678 [17:43:19.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.001424999907613 +Info 7679 [17:43:19.749] Format host information updated +Info 7680 [17:43:19.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7681 [17:43:19.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 8.856604000553489ms +Info 7682 [17:43:19.956] Different program with same set of files +Info 7683 [17:43:19.956] getCompletionData: Get current token: 0.0010999999940395355 +Info 7684 [17:43:19.956] getCompletionData: Is inside comment: 0.005202999338507652 +Info 7685 [17:43:19.956] getCompletionData: Get previous token: 0.012001000344753265 +Info 7686 [17:43:19.956] getCompletionsAtPosition: isCompletionListBlocker: 0.0018020011484622955 +Info 7687 [17:43:19.957] getCompletionData: Semantic work: 0.5358399990946054 +Info 7688 [17:43:19.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6150260008871555 +Info 7689 [17:43:19.959] Format host information updated +Info 7690 [17:43:20.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7691 [17:43:20.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 6.837869999930263ms +Info 7692 [17:43:20.049] Different program with same set of files +Info 7693 [17:43:20.049] getCompletionData: Get current token: 0.0012189988046884537 +Info 7694 [17:43:20.049] getCompletionData: Is inside comment: 0.006129998713731766 +Info 7695 [17:43:20.049] getCompletionData: Get previous token: 0.014032000675797462 +Info 7696 [17:43:20.049] getCompletionsAtPosition: isCompletionListBlocker: 0.0017979983240365982 +Info 7697 [17:43:20.049] getCompletionData: Semantic work: 0.6654259990900755 +Info 7698 [17:43:20.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.941345000639558 +Info 7699 [17:43:20.053] Format host information updated +Info 7700 [17:43:20.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7701 [17:43:20.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 8.93563099950552ms +Info 7702 [17:43:20.177] Different program with same set of files +Info 7703 [17:43:20.178] getCompletionData: Get current token: 0.002384999766945839 +Info 7704 [17:43:20.178] getCompletionData: Is inside comment: 0.0070389993488788605 +Info 7705 [17:43:20.178] getCompletionData: Get previous token: 0.013985998928546906 +Info 7706 [17:43:20.178] getCompletionsAtPosition: isCompletionListBlocker: 0.002023998647928238 +Info 7707 [17:43:20.178] getCompletionData: Semantic work: 0.5869609992951155 +Info 7708 [17:43:20.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0172169990837574 +Info 7709 [17:43:20.181] Format host information updated +Info 7710 [17:43:20.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7711 [17:43:20.319] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 6.5869100000709295ms +Info 7712 [17:43:20.319] Different program with same set of files +Info 7713 [17:43:20.319] getCompletionData: Get current token: 0.0009729992598295212 +Info 7714 [17:43:20.319] getCompletionData: Is inside comment: 0.005119999870657921 +Info 7715 [17:43:20.319] getCompletionData: Get previous token: 0.011563001200556755 +Info 7716 [17:43:20.319] getCompletionsAtPosition: isCompletionListBlocker: 0.00187700055539608 +Info 7717 [17:43:20.320] getCompletionData: Semantic work: 0.4984440002590418 +Info 7718 [17:43:20.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1137450002133846 +Info 7719 [17:43:20.321] Format host information updated +Info 7720 [17:43:20.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7721 [17:43:20.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 9.180180000141263ms +Info 7722 [17:43:20.542] Different program with same set of files +Info 7723 [17:43:20.542] getCompletionData: Get current token: 0.0013790000230073929 +Info 7724 [17:43:20.542] getCompletionData: Is inside comment: 0.005115998908877373 +Info 7725 [17:43:20.542] getCompletionData: Get previous token: 0.012067999690771103 +Info 7726 [17:43:20.542] getCompletionsAtPosition: isCompletionListBlocker: 0.001864999532699585 +Info 7727 [17:43:20.542] getCompletionData: Semantic work: 0.5425739996135235 +Info 7728 [17:43:20.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3893160000443459 +Info 7729 [17:43:20.544] Format host information updated +Info 7730 [17:43:20.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7731 [17:43:20.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 6.481025999411941ms +Info 7732 [17:43:20.853] Different program with same set of files +Info 7733 [17:43:20.853] getCompletionData: Get current token: 0.0010449998080730438 +Info 7734 [17:43:20.853] getCompletionData: Is inside comment: 0.005417000502347946 +Info 7735 [17:43:20.853] getCompletionData: Get previous token: 0.012807000428438187 +Info 7736 [17:43:20.853] getCompletionsAtPosition: isCompletionListBlocker: 0.003227999433875084 +Info 7737 [17:43:20.853] getCompletionData: Semantic work: 0.5538229998201132 +Info 7738 [17:43:20.855] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5448090005666018 +Info 7739 [17:43:20.855] Format host information updated +Info 7740 [17:43:21.272] Format host information updated +Info 7741 [17:43:21.273] Format host information updated +Info 7742 [17:43:21.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7743 [17:43:21.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 6.663162000477314ms +Info 7744 [17:43:21.279] Different program with same set of files +Info 7745 [17:43:21.280] getCompletionData: Get current token: 0.0011620000004768372 +Info 7746 [17:43:21.280] getCompletionData: Is inside comment: 0.00531500019133091 +Info 7747 [17:43:21.280] getCompletionData: Get previous token: 0.003924001008272171 +Info 7748 [17:43:21.280] getCompletionsAtPosition: isCompletionListBlocker: 0.006790000945329666 +Info 7749 [17:43:21.280] getExportInfoMap: cache hit +Info 7750 [17:43:21.298] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 7751 [17:43:21.298] collectAutoImports: response is complete +Info 7752 [17:43:21.298] collectAutoImports: 17.900149999186397 +Info 7753 [17:43:21.298] getCompletionData: Semantic work: 18.434979001060128 +Info 7754 [17:43:21.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.376230999827385 +Info 7755 [17:43:21.303] getCompletionData: Get current token: 0.008076999336481094 +Info 7756 [17:43:21.303] getCompletionData: Is inside comment: 0.002735000103712082 +Info 7757 [17:43:21.303] getCompletionData: Get previous token: 0.013124000281095505 +Info 7758 [17:43:21.303] getCompletionsAtPosition: isCompletionListBlocker: 0.0021560005843639374 +Info 7759 [17:43:21.304] getCompletionData: Semantic work: 0.5290179997682571 +Info 7760 [17:43:21.306] getCompletionData: Get current token: 0.006559999659657478 +Info 7761 [17:43:21.306] getCompletionData: Is inside comment: 0.0020899996161460876 +Info 7762 [17:43:21.306] getCompletionData: Get previous token: 0.015198001638054848 +Info 7763 [17:43:21.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0014299992471933365 +Info 7764 [17:43:21.306] getCompletionData: Semantic work: 0.15115000121295452 +Info 7765 [17:43:21.307] Format host information updated +Info 7766 [17:43:21.426] getCompletionData: Get current token: 0.016294000670313835 +Info 7767 [17:43:21.426] getCompletionData: Is inside comment: 0.006133001297712326 +Info 7768 [17:43:21.427] getCompletionData: Get previous token: 0.045718999579548836 +Info 7769 [17:43:21.427] getCompletionsAtPosition: isCompletionListBlocker: 0.008973000571131706 +Info 7770 [17:43:21.429] getExportInfoMap: cache hit +Info 7771 [17:43:21.470] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 7772 [17:43:21.470] collectAutoImports: response is complete +Info 7773 [17:43:21.470] collectAutoImports: 40.72720899991691 +Info 7774 [17:43:21.470] getCompletionData: Semantic work: 43.14392100088298 +Info 7775 [17:43:21.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.096777001395822 +Info 7776 [17:43:21.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7777 [17:43:21.604] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 6.92204299941659ms +Info 7778 [17:43:21.604] Different program with same set of files +Info 7779 [17:43:21.604] getCompletionData: Get current token: 0.003574000671505928 +Info 7780 [17:43:21.604] getCompletionData: Is inside comment: 0.001362999901175499 +Info 7781 [17:43:21.604] getCompletionData: Get previous token: 0.0170539990067482 +Info 7782 [17:43:21.604] getCompletionsAtPosition: isCompletionListBlocker: 0.003017999231815338 +Info 7783 [17:43:21.605] getExportInfoMap: cache hit +Info 7784 [17:43:21.608] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 20 from cache +Info 7785 [17:43:21.608] collectAutoImports: response is complete +Info 7786 [17:43:21.608] collectAutoImports: 3.111303001642227 +Info 7787 [17:43:21.608] getCompletionData: Semantic work: 3.748073000460863 +Info 7788 [17:43:21.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0719619989395142 +Info 7789 [17:43:21.611] Format host information updated +Info 7790 [17:43:28.376] Format host information updated +Info 7791 [17:43:28.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7792 [17:43:28.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 6.568338999524713ms +Info 7793 [17:43:28.383] Different program with same set of files +Info 7794 [17:43:30.392] getCompletionData: Get current token: 0.003699999302625656 +Info 7795 [17:43:30.392] getCompletionData: Is inside comment: 0.018207000568509102 +Info 7796 [17:43:30.392] getCompletionData: Get previous token: 0.0066629983484745026 +Info 7797 [17:43:30.392] getCompletionsAtPosition: isCompletionListBlocker: 0.008850999176502228 +Info 7798 [17:43:30.393] getExportInfoMap: cache hit +Info 7799 [17:43:30.404] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7800 [17:43:30.404] collectAutoImports: response is complete +Info 7801 [17:43:30.404] collectAutoImports: 11.175134999677539 +Info 7802 [17:43:30.404] getCompletionData: Semantic work: 11.775624999776483 +Info 7803 [17:43:30.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.702783999964595 +Info 7804 [17:43:30.525] Format host information updated +Info 7805 [17:43:30.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7806 [17:43:30.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 6.736933000385761ms +Info 7807 [17:43:30.532] Different program with same set of files +Info 7808 [17:43:30.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7809 [17:43:30.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 6.546906000003219ms +Info 7810 [17:43:30.626] Different program with same set of files +Info 7811 [17:43:30.626] getCompletionData: Get current token: 0.005225000903010368 +Info 7812 [17:43:30.626] getCompletionData: Is inside comment: 0.011152999475598335 +Info 7813 [17:43:30.626] getCompletionData: Get previous token: 0.008023999631404877 +Info 7814 [17:43:30.626] getCompletionsAtPosition: isCompletionListBlocker: 0.0075509995222091675 +Info 7815 [17:43:30.626] getExportInfoMap: cache hit +Info 7816 [17:43:30.640] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 7817 [17:43:30.640] collectAutoImports: response is complete +Info 7818 [17:43:30.640] collectAutoImports: 13.418023001402617 +Info 7819 [17:43:30.640] getCompletionData: Semantic work: 13.94017699919641 +Info 7820 [17:43:30.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0977880004793406 +Info 7821 [17:43:30.650] Format host information updated +Info 7822 [17:43:30.705] Format host information updated +Info 7823 [17:43:30.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7824 [17:43:30.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 10.355775998905301ms +Info 7825 [17:43:30.716] Different program with same set of files +Info 7826 [17:43:30.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7827 [17:43:30.832] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 6.509444000199437ms +Info 7828 [17:43:30.832] Different program with same set of files +Info 7829 [17:43:30.832] getCompletionData: Get current token: 0.0036420002579689026 +Info 7830 [17:43:30.832] getCompletionData: Is inside comment: 0.0106160007417202 +Info 7831 [17:43:30.832] getCompletionData: Get previous token: 0.015078000724315643 +Info 7832 [17:43:30.832] getCompletionsAtPosition: isCompletionListBlocker: 0.006978999823331833 +Info 7833 [17:43:30.833] getExportInfoMap: cache hit +Info 7834 [17:43:30.836] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 7835 [17:43:30.836] collectAutoImports: response is complete +Info 7836 [17:43:30.836] collectAutoImports: 2.5980349984019995 +Info 7837 [17:43:30.836] getCompletionData: Semantic work: 3.1659779995679855 +Info 7838 [17:43:30.838] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.986540999263525 +Info 7839 [17:43:30.839] Format host information updated +Info 7840 [17:43:31.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7841 [17:43:31.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 6.668654998764396ms +Info 7842 [17:43:31.011] Different program with same set of files +Info 7843 [17:43:31.011] getCompletionData: Get current token: 0.003568001091480255 +Info 7844 [17:43:31.011] getCompletionData: Is inside comment: 0.011951999738812447 +Info 7845 [17:43:31.011] getCompletionData: Get previous token: 0.01660200022161007 +Info 7846 [17:43:31.011] getCompletionsAtPosition: isCompletionListBlocker: 0.008476998656988144 +Info 7847 [17:43:31.011] getExportInfoMap: cache hit +Info 7848 [17:43:31.014] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 7849 [17:43:31.014] collectAutoImports: response is complete +Info 7850 [17:43:31.014] collectAutoImports: 2.4151549991220236 +Info 7851 [17:43:31.014] getCompletionData: Semantic work: 2.9871980007737875 +Info 7852 [17:43:31.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.588112000375986 +Info 7853 [17:43:31.019] Format host information updated +Info 7854 [17:43:31.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7855 [17:43:31.082] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 6.77012399956584ms +Info 7856 [17:43:31.082] Different program with same set of files +Info 7857 [17:43:31.082] getCompletionData: Get current token: 0.0035300012677907944 +Info 7858 [17:43:31.082] getCompletionData: Is inside comment: 0.012676000595092773 +Info 7859 [17:43:31.082] getCompletionData: Get previous token: 0.016766998916864395 +Info 7860 [17:43:31.082] getCompletionsAtPosition: isCompletionListBlocker: 0.006816999986767769 +Info 7861 [17:43:31.082] getExportInfoMap: cache hit +Info 7862 [17:43:31.085] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 7863 [17:43:31.085] collectAutoImports: response is complete +Info 7864 [17:43:31.085] collectAutoImports: 2.0576830003410578 +Info 7865 [17:43:31.085] getCompletionData: Semantic work: 2.624015999957919 +Info 7866 [17:43:31.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.066635999828577 +Info 7867 [17:43:31.088] Format host information updated +Info 7868 [17:43:31.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7869 [17:43:31.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 8.334935000166297ms +Info 7870 [17:43:31.240] Different program with same set of files +Info 7871 [17:43:31.240] getCompletionData: Get current token: 0.00362200103700161 +Info 7872 [17:43:31.240] getCompletionData: Is inside comment: 0.01244099996984005 +Info 7873 [17:43:31.240] getCompletionData: Get previous token: 0.016978001222014427 +Info 7874 [17:43:31.240] getCompletionsAtPosition: isCompletionListBlocker: 0.007770000025629997 +Info 7875 [17:43:31.241] getExportInfoMap: cache hit +Info 7876 [17:43:31.243] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7877 [17:43:31.243] collectAutoImports: response is complete +Info 7878 [17:43:31.243] collectAutoImports: 1.781174000352621 +Info 7879 [17:43:31.243] getCompletionData: Semantic work: 2.402634998783469 +Info 7880 [17:43:31.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9892359990626574 +Info 7881 [17:43:31.246] Format host information updated +Info 7882 [17:43:31.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7883 [17:43:31.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 6.7438139989972115ms +Info 7884 [17:43:31.422] Different program with same set of files +Info 7885 [17:43:31.422] getCompletionData: Get current token: 0.003392999991774559 +Info 7886 [17:43:31.422] getCompletionData: Is inside comment: 0.012122999876737595 +Info 7887 [17:43:31.422] getCompletionData: Get previous token: 0.01744600012898445 +Info 7888 [17:43:31.422] getCompletionsAtPosition: isCompletionListBlocker: 0.007949000224471092 +Info 7889 [17:43:31.422] getExportInfoMap: cache hit +Info 7890 [17:43:31.424] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7891 [17:43:31.424] collectAutoImports: response is complete +Info 7892 [17:43:31.424] collectAutoImports: 1.882574999704957 +Info 7893 [17:43:31.424] getCompletionData: Semantic work: 2.393750999122858 +Info 7894 [17:43:31.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0533159989863634 +Info 7895 [17:43:31.427] Format host information updated +Info 7896 [17:43:31.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7897 [17:43:31.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 17.803431998938322ms +Info 7898 [17:43:31.506] Different program with same set of files +Info 7899 [17:43:31.506] getCompletionData: Get current token: 0.010655000805854797 +Info 7900 [17:43:31.506] getCompletionData: Is inside comment: 0.04185800068080425 +Info 7901 [17:43:31.507] getCompletionData: Get previous token: 0.050363000482320786 +Info 7902 [17:43:31.507] getCompletionsAtPosition: isCompletionListBlocker: 0.018240999430418015 +Info 7903 [17:43:31.508] getExportInfoMap: cache hit +Info 7904 [17:43:31.513] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7905 [17:43:31.513] collectAutoImports: response is complete +Info 7906 [17:43:31.513] collectAutoImports: 4.768415000289679 +Info 7907 [17:43:31.513] getCompletionData: Semantic work: 6.075170999392867 +Info 7908 [17:43:31.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.262595001608133 +Info 7909 [17:43:31.520] Format host information updated +Info 7910 [17:43:31.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7911 [17:43:31.663] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 7.533755999058485ms +Info 7912 [17:43:31.663] Different program with same set of files +Info 7913 [17:43:31.664] getCompletionData: Get current token: 0.0038070008158683777 +Info 7914 [17:43:31.664] getCompletionData: Is inside comment: 0.013870999217033386 +Info 7915 [17:43:31.664] getCompletionData: Get previous token: 0.01937600038945675 +Info 7916 [17:43:31.664] getCompletionsAtPosition: isCompletionListBlocker: 0.008487999439239502 +Info 7917 [17:43:31.664] getExportInfoMap: cache hit +Info 7918 [17:43:31.666] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7919 [17:43:31.666] collectAutoImports: response is complete +Info 7920 [17:43:31.666] collectAutoImports: 1.9410220012068748 +Info 7921 [17:43:31.666] getCompletionData: Semantic work: 2.4951210003346205 +Info 7922 [17:43:31.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.123267000541091 +Info 7923 [17:43:31.671] Format host information updated +Info 7924 [17:43:31.778] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7925 [17:43:31.785] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 6.8235689997673035ms +Info 7926 [17:43:31.785] Different program with same set of files +Info 7927 [17:43:31.785] getCompletionData: Get current token: 0.0036420002579689026 +Info 7928 [17:43:31.785] getCompletionData: Is inside comment: 0.013190999627113342 +Info 7929 [17:43:31.785] getCompletionData: Get previous token: 0.018156999722123146 +Info 7930 [17:43:31.785] getCompletionsAtPosition: isCompletionListBlocker: 0.00823800079524517 +Info 7931 [17:43:31.785] getExportInfoMap: cache hit +Info 7932 [17:43:31.787] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7933 [17:43:31.787] collectAutoImports: response is complete +Info 7934 [17:43:31.787] collectAutoImports: 1.8342540003359318 +Info 7935 [17:43:31.787] getCompletionData: Semantic work: 2.358846001327038 +Info 7936 [17:43:31.789] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0249949991703033 +Info 7937 [17:43:31.790] Format host information updated +Info 7938 [17:43:31.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7939 [17:43:31.937] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 6.796646000817418ms +Info 7940 [17:43:31.937] Different program with same set of files +Info 7941 [17:43:31.938] getCompletionData: Get current token: 0.0032919999212026596 +Info 7942 [17:43:31.938] getCompletionData: Is inside comment: 0.011651000007987022 +Info 7943 [17:43:31.938] getCompletionData: Get previous token: 0.0430929996073246 +Info 7944 [17:43:31.938] getCompletionsAtPosition: isCompletionListBlocker: 0.007916999980807304 +Info 7945 [17:43:31.938] getExportInfoMap: cache hit +Info 7946 [17:43:31.943] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7947 [17:43:31.943] collectAutoImports: response is complete +Info 7948 [17:43:31.943] collectAutoImports: 4.587701000273228 +Info 7949 [17:43:31.943] getCompletionData: Semantic work: 5.1126650013029575 +Info 7950 [17:43:31.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.127656001597643 +Info 7951 [17:43:31.946] Format host information updated +Info 7952 [17:43:32.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7953 [17:43:32.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 7.299441998824477ms +Info 7954 [17:43:32.075] Different program with same set of files +Info 7955 [17:43:32.075] getCompletionData: Get current token: 0.004093000665307045 +Info 7956 [17:43:32.075] getCompletionData: Is inside comment: 0.013952000066637993 +Info 7957 [17:43:32.075] getCompletionData: Get previous token: 0.018665999174118042 +Info 7958 [17:43:32.075] getCompletionsAtPosition: isCompletionListBlocker: 0.00802600011229515 +Info 7959 [17:43:32.076] getExportInfoMap: cache hit +Info 7960 [17:43:32.078] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7961 [17:43:32.078] collectAutoImports: response is complete +Info 7962 [17:43:32.078] collectAutoImports: 1.905816001817584 +Info 7963 [17:43:32.078] getCompletionData: Semantic work: 2.466382998973131 +Info 7964 [17:43:32.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.129303000867367 +Info 7965 [17:43:32.081] Format host information updated +Info 7966 [17:43:32.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7967 [17:43:32.283] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 6.738029999658465ms +Info 7968 [17:43:32.283] Different program with same set of files +Info 7969 [17:43:32.283] getCompletionData: Get current token: 0.003396999090909958 +Info 7970 [17:43:32.283] getCompletionData: Is inside comment: 0.012266000732779503 +Info 7971 [17:43:32.283] getCompletionData: Get previous token: 0.016870999708771706 +Info 7972 [17:43:32.283] getCompletionsAtPosition: isCompletionListBlocker: 0.008158000186085701 +Info 7973 [17:43:32.284] getExportInfoMap: cache hit +Info 7974 [17:43:32.286] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7975 [17:43:32.286] collectAutoImports: response is complete +Info 7976 [17:43:32.286] collectAutoImports: 1.7414269987493753 +Info 7977 [17:43:32.286] getCompletionData: Semantic work: 2.2709010001271963 +Info 7978 [17:43:32.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9450639989227057 +Info 7979 [17:43:32.288] Format host information updated +Info 7980 [17:43:32.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7981 [17:43:32.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 6.693419000133872ms +Info 7982 [17:43:32.441] Different program with same set of files +Info 7983 [17:43:32.441] getCompletionData: Get current token: 0.003699999302625656 +Info 7984 [17:43:32.441] getCompletionData: Is inside comment: 0.012513000518083572 +Info 7985 [17:43:32.441] getCompletionData: Get previous token: 0.016889000311493874 +Info 7986 [17:43:32.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0077430009841918945 +Info 7987 [17:43:32.441] getExportInfoMap: cache hit +Info 7988 [17:43:32.443] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 7989 [17:43:32.443] collectAutoImports: response is complete +Info 7990 [17:43:32.443] collectAutoImports: 1.8178639989346266 +Info 7991 [17:43:32.443] getCompletionData: Semantic work: 2.3332990016788244 +Info 7992 [17:43:32.445] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0095150005072355 +Info 7993 [17:43:32.448] Format host information updated +Info 7994 [17:43:32.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7995 [17:43:32.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 25.29287699982524ms +Info 7996 [17:43:32.541] Different program with same set of files +Info 7997 [17:43:32.541] getCompletionData: Get current token: 0.01402600109577179 +Info 7998 [17:43:32.542] getCompletionData: Is inside comment: 0.052149999886751175 +Info 7999 [17:43:32.542] getCompletionData: Get previous token: 0.07422200031578541 +Info 8000 [17:43:32.542] getCompletionsAtPosition: isCompletionListBlocker: 0.024593999609351158 +Info 8001 [17:43:32.543] getExportInfoMap: cache hit +Info 8002 [17:43:32.548] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8003 [17:43:32.548] collectAutoImports: response is complete +Info 8004 [17:43:32.548] collectAutoImports: 4.701615000143647 +Info 8005 [17:43:32.548] getCompletionData: Semantic work: 6.226123999804258 +Info 8006 [17:43:32.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.209309998899698 +Info 8007 [17:43:32.554] Format host information updated +Info 8008 [17:43:32.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8009 [17:43:32.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 26.461670000106096ms +Info 8010 [17:43:32.693] Different program with same set of files +Info 8011 [17:43:32.694] getCompletionData: Get current token: 0.015249999240040779 +Info 8012 [17:43:32.694] getCompletionData: Is inside comment: 0.06199900060892105 +Info 8013 [17:43:32.694] getCompletionData: Get previous token: 0.07076799869537354 +Info 8014 [17:43:32.694] getCompletionsAtPosition: isCompletionListBlocker: 0.026819000020623207 +Info 8015 [17:43:32.701] getExportInfoMap: cache hit +Info 8016 [17:43:32.705] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8017 [17:43:32.705] collectAutoImports: response is complete +Info 8018 [17:43:32.705] collectAutoImports: 4.180317999795079 +Info 8019 [17:43:32.705] getCompletionData: Semantic work: 11.467104000970721 +Info 8020 [17:43:32.709] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9429139997810125 +Info 8021 [17:43:32.711] Format host information updated +Info 8022 [17:43:32.738] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8023 [17:43:32.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 7.6205960009247065ms +Info 8024 [17:43:32.746] Different program with same set of files +Info 8025 [17:43:32.746] getCompletionData: Get current token: 0.0038360003381967545 +Info 8026 [17:43:32.746] getCompletionData: Is inside comment: 0.013127999380230904 +Info 8027 [17:43:32.746] getCompletionData: Get previous token: 0.019412999972701073 +Info 8028 [17:43:32.746] getCompletionsAtPosition: isCompletionListBlocker: 0.008887000381946564 +Info 8029 [17:43:32.746] getExportInfoMap: cache hit +Info 8030 [17:43:32.748] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8031 [17:43:32.748] collectAutoImports: response is complete +Info 8032 [17:43:32.748] collectAutoImports: 1.9533400014042854 +Info 8033 [17:43:32.748] getCompletionData: Semantic work: 2.5276700016111135 +Info 8034 [17:43:32.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1328160017728806 +Info 8035 [17:43:32.752] Format host information updated +Info 8036 [17:43:33.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8037 [17:43:33.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 13.435666998848319ms +Info 8038 [17:43:33.024] Different program with same set of files +Info 8039 [17:43:33.024] getCompletionData: Get current token: 0.0034699998795986176 +Info 8040 [17:43:33.024] getCompletionData: Is inside comment: 0.011114999651908875 +Info 8041 [17:43:33.024] getCompletionData: Get previous token: 0.01483200117945671 +Info 8042 [17:43:33.024] getCompletionsAtPosition: isCompletionListBlocker: 0.007989000529050827 +Info 8043 [17:43:33.025] getExportInfoMap: cache hit +Info 8044 [17:43:33.027] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8045 [17:43:33.027] collectAutoImports: response is complete +Info 8046 [17:43:33.027] collectAutoImports: 2.303608000278473 +Info 8047 [17:43:33.027] getCompletionData: Semantic work: 3.131684999912977 +Info 8048 [17:43:33.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.47575799934566 +Info 8049 [17:43:33.036] Format host information updated +Info 8050 [17:43:33.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8051 [17:43:33.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 7.229780999943614ms +Info 8052 [17:43:33.176] Different program with same set of files +Info 8053 [17:43:33.176] getCompletionData: Get current token: 0.003388999029994011 +Info 8054 [17:43:33.177] getCompletionData: Is inside comment: 0.0122079998254776 +Info 8055 [17:43:33.177] getCompletionData: Get previous token: 0.016614999622106552 +Info 8056 [17:43:33.177] getCompletionsAtPosition: isCompletionListBlocker: 0.007515998557209969 +Info 8057 [17:43:33.177] getExportInfoMap: cache hit +Info 8058 [17:43:33.179] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8059 [17:43:33.179] collectAutoImports: response is complete +Info 8060 [17:43:33.179] collectAutoImports: 1.8928299993276596 +Info 8061 [17:43:33.179] getCompletionData: Semantic work: 2.46615800075233 +Info 8062 [17:43:33.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1351190004497766 +Info 8063 [17:43:33.182] Format host information updated +Info 8064 [17:43:33.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8065 [17:43:33.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 6.802904000505805ms +Info 8066 [17:43:33.352] Different program with same set of files +Info 8067 [17:43:33.352] getCompletionData: Get current token: 0.003356998786330223 +Info 8068 [17:43:33.352] getCompletionData: Is inside comment: 0.011226000264286995 +Info 8069 [17:43:33.352] getCompletionData: Get previous token: 0.015323000028729439 +Info 8070 [17:43:33.352] getCompletionsAtPosition: isCompletionListBlocker: 0.006781000643968582 +Info 8071 [17:43:33.352] getExportInfoMap: cache hit +Info 8072 [17:43:33.354] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8073 [17:43:33.354] collectAutoImports: response is complete +Info 8074 [17:43:33.354] collectAutoImports: 1.589767999947071 +Info 8075 [17:43:33.354] getCompletionData: Semantic work: 2.054967999458313 +Info 8076 [17:43:33.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7704269997775555 +Info 8077 [17:43:33.358] Format host information updated +Info 8078 [17:43:33.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8079 [17:43:33.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 6.43724500015378ms +Info 8080 [17:43:33.490] Different program with same set of files +Info 8081 [17:43:33.490] getCompletionData: Get current token: 0.003536999225616455 +Info 8082 [17:43:33.490] getCompletionData: Is inside comment: 0.01165200024843216 +Info 8083 [17:43:33.490] getCompletionData: Get previous token: 0.017612000927329063 +Info 8084 [17:43:33.490] getCompletionsAtPosition: isCompletionListBlocker: 0.007123000919818878 +Info 8085 [17:43:33.491] getExportInfoMap: cache hit +Info 8086 [17:43:33.493] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8087 [17:43:33.493] collectAutoImports: response is complete +Info 8088 [17:43:33.493] collectAutoImports: 1.7933790013194084 +Info 8089 [17:43:33.493] getCompletionData: Semantic work: 2.2697739992290735 +Info 8090 [17:43:33.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9945740010589361 +Info 8091 [17:43:33.496] Format host information updated +Info 8092 [17:43:33.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8093 [17:43:33.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 6.736173000186682ms +Info 8094 [17:43:33.684] Different program with same set of files +Info 8095 [17:43:33.684] getCompletionData: Get current token: 0.0033040009438991547 +Info 8096 [17:43:33.684] getCompletionData: Is inside comment: 0.011775000020861626 +Info 8097 [17:43:33.684] getCompletionData: Get previous token: 0.016808999702334404 +Info 8098 [17:43:33.684] getCompletionsAtPosition: isCompletionListBlocker: 0.007216000929474831 +Info 8099 [17:43:33.684] getExportInfoMap: cache hit +Info 8100 [17:43:33.688] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8101 [17:43:33.688] collectAutoImports: response is complete +Info 8102 [17:43:33.688] collectAutoImports: 3.6692220009863377 +Info 8103 [17:43:33.688] getCompletionData: Semantic work: 4.184118999168277 +Info 8104 [17:43:33.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0693049989640713 +Info 8105 [17:43:33.691] Format host information updated +Info 8106 [17:43:33.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8107 [17:43:33.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 6.428454000502825ms +Info 8108 [17:43:33.783] Different program with same set of files +Info 8109 [17:43:33.783] getCompletionData: Get current token: 0.0036619994789361954 +Info 8110 [17:43:33.783] getCompletionData: Is inside comment: 0.012657999992370605 +Info 8111 [17:43:33.783] getCompletionData: Get previous token: 0.017187001183629036 +Info 8112 [17:43:33.783] getCompletionsAtPosition: isCompletionListBlocker: 0.007377000525593758 +Info 8113 [17:43:33.784] getExportInfoMap: cache hit +Info 8114 [17:43:33.786] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8115 [17:43:33.786] collectAutoImports: response is complete +Info 8116 [17:43:33.786] collectAutoImports: 1.7390729989856482 +Info 8117 [17:43:33.786] getCompletionData: Semantic work: 2.239817000925541 +Info 8118 [17:43:33.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.885267999023199 +Info 8119 [17:43:33.788] Format host information updated +Info 8120 [17:43:34.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8121 [17:43:34.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 7.495941998437047ms +Info 8122 [17:43:34.016] Different program with same set of files +Info 8123 [17:43:34.016] getCompletionData: Get current token: 0.003050999715924263 +Info 8124 [17:43:34.016] getCompletionData: Is inside comment: 0.010362999513745308 +Info 8125 [17:43:34.016] getCompletionData: Get previous token: 0.03290699981153011 +Info 8126 [17:43:34.016] getCompletionsAtPosition: isCompletionListBlocker: 0.008027998730540276 +Info 8127 [17:43:34.017] getExportInfoMap: cache hit +Info 8128 [17:43:34.018] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8129 [17:43:34.018] collectAutoImports: response is complete +Info 8130 [17:43:34.019] collectAutoImports: 1.5963070001453161 +Info 8131 [17:43:34.019] getCompletionData: Semantic work: 2.089707000181079 +Info 8132 [17:43:34.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7054549995809793 +Info 8133 [17:43:34.021] Format host information updated +Info 8134 [17:43:34.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8135 [17:43:34.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 6.950858999043703ms +Info 8136 [17:43:34.240] Different program with same set of files +Info 8137 [17:43:34.240] getCompletionData: Get current token: 0.003409000113606453 +Info 8138 [17:43:34.240] getCompletionData: Is inside comment: 0.008655000478029251 +Info 8139 [17:43:34.240] getCompletionData: Get previous token: 0.011306000873446465 +Info 8140 [17:43:34.241] getCompletionsAtPosition: isCompletionListBlocker: 0.006923001259565353 +Info 8141 [17:43:34.241] getExportInfoMap: cache hit +Info 8142 [17:43:34.244] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8143 [17:43:34.244] collectAutoImports: response is complete +Info 8144 [17:43:34.244] collectAutoImports: 3.399031000211835 +Info 8145 [17:43:34.244] getCompletionData: Semantic work: 3.9152480009943247 +Info 8146 [17:43:34.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.394269000738859 +Info 8147 [17:43:34.248] Format host information updated +Info 8148 [17:43:34.381] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8149 [17:43:34.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 6.388119999319315ms +Info 8150 [17:43:34.387] Different program with same set of files +Info 8151 [17:43:34.387] getCompletionData: Get current token: 0.0036360006779432297 +Info 8152 [17:43:34.387] getCompletionData: Is inside comment: 0.011924998834729195 +Info 8153 [17:43:34.387] getCompletionData: Get previous token: 0.014190999791026115 +Info 8154 [17:43:34.387] getCompletionsAtPosition: isCompletionListBlocker: 0.007025999948382378 +Info 8155 [17:43:34.388] getExportInfoMap: cache hit +Info 8156 [17:43:34.390] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8157 [17:43:34.390] collectAutoImports: response is complete +Info 8158 [17:43:34.390] collectAutoImports: 1.777785001322627 +Info 8159 [17:43:34.390] getCompletionData: Semantic work: 2.2897290010005236 +Info 8160 [17:43:34.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9979149997234344 +Info 8161 [17:43:34.393] Format host information updated +Info 8162 [17:43:34.461] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8163 [17:43:34.469] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 8.41852599941194ms +Info 8164 [17:43:34.469] Different program with same set of files +Info 8165 [17:43:34.469] getCompletionData: Get current token: 0.0038189999759197235 +Info 8166 [17:43:34.469] getCompletionData: Is inside comment: 0.011360999196767807 +Info 8167 [17:43:34.469] getCompletionData: Get previous token: 0.01405700109899044 +Info 8168 [17:43:34.469] getCompletionsAtPosition: isCompletionListBlocker: 0.008330000564455986 +Info 8169 [17:43:34.470] getExportInfoMap: cache hit +Info 8170 [17:43:34.472] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8171 [17:43:34.472] collectAutoImports: response is complete +Info 8172 [17:43:34.472] collectAutoImports: 1.8031480014324188 +Info 8173 [17:43:34.472] getCompletionData: Semantic work: 2.306293999776244 +Info 8174 [17:43:34.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9150859992951155 +Info 8175 [17:43:34.474] Format host information updated +Info 8176 [17:43:34.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8177 [17:43:34.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 24.30100200138986ms +Info 8178 [17:43:34.557] Different program with same set of files +Info 8179 [17:43:34.558] getCompletionData: Get current token: 0.023329999297857285 +Info 8180 [17:43:34.558] getCompletionData: Is inside comment: 0.07428599894046783 +Info 8181 [17:43:34.559] getCompletionData: Get previous token: 0.10611299984157085 +Info 8182 [17:43:34.559] getCompletionsAtPosition: isCompletionListBlocker: 0.032792000100016594 +Info 8183 [17:43:34.561] getExportInfoMap: cache hit +Info 8184 [17:43:34.569] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8185 [17:43:34.569] collectAutoImports: response is complete +Info 8186 [17:43:34.569] collectAutoImports: 7.779664998874068 +Info 8187 [17:43:34.570] getCompletionData: Semantic work: 10.460838999599218 +Info 8188 [17:43:34.575] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.828405000269413 +Info 8189 [17:43:34.578] Format host information updated +Info 8190 [17:43:34.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8191 [17:43:34.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 6.571970999240875ms +Info 8192 [17:43:34.709] Different program with same set of files +Info 8193 [17:43:34.709] getCompletionData: Get current token: 0.0033019986003637314 +Info 8194 [17:43:34.709] getCompletionData: Is inside comment: 0.010235998779535294 +Info 8195 [17:43:34.710] getCompletionData: Get previous token: 0.014228001236915588 +Info 8196 [17:43:34.710] getCompletionsAtPosition: isCompletionListBlocker: 0.00786300003528595 +Info 8197 [17:43:34.710] getExportInfoMap: cache hit +Info 8198 [17:43:34.727] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 8199 [17:43:34.727] collectAutoImports: response is complete +Info 8200 [17:43:34.727] collectAutoImports: 16.984713999554515 +Info 8201 [17:43:34.727] getCompletionData: Semantic work: 17.489889999851584 +Info 8202 [17:43:34.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.16071099974215 +Info 8203 [17:43:34.736] Format host information updated +Info 8204 [17:43:38.543] Format host information updated +Info 8205 [17:43:38.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8206 [17:43:38.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 6.111942000687122ms +Info 8207 [17:43:38.549] Different program with same set of files +Info 8208 [17:43:39.066] Format host information updated +Info 8209 [17:43:39.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8210 [17:43:39.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 7.913638999685645ms +Info 8211 [17:43:39.074] Different program with same set of files +Info 8212 [17:43:39.216] Format host information updated +Info 8213 [17:43:39.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8214 [17:43:39.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 6.229987999424338ms +Info 8215 [17:43:39.222] Different program with same set of files +Info 8216 [17:43:39.509] Format host information updated +Info 8217 [17:43:39.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8218 [17:43:39.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 9.165048001334071ms +Info 8219 [17:43:39.519] Different program with same set of files +Info 8220 [17:43:39.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8221 [17:43:39.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 7.014880999922752ms +Info 8222 [17:43:39.933] Different program with same set of files +Info 8223 [17:43:39.933] getCompletionData: Get current token: 0.004264000803232193 +Info 8224 [17:43:39.933] getCompletionData: Is inside comment: 0.009862000122666359 +Info 8225 [17:43:39.933] getCompletionData: Get previous token: 0.006858000531792641 +Info 8226 [17:43:39.933] getCompletionsAtPosition: isCompletionListBlocker: 0.007176000624895096 +Info 8227 [17:43:39.934] getExportInfoMap: cache hit +Info 8228 [17:43:39.949] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 8229 [17:43:39.949] collectAutoImports: response is complete +Info 8230 [17:43:39.949] collectAutoImports: 14.937529999762774 +Info 8231 [17:43:39.949] getCompletionData: Semantic work: 15.396463001146913 +Info 8232 [17:43:39.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.464155999943614 +Info 8233 [17:43:39.957] Format host information updated +Info 8234 [17:43:40.118] getCompletionData: Get current token: 0.004481000825762749 +Info 8235 [17:43:40.118] getCompletionData: Is inside comment: 0.010617999359965324 +Info 8236 [17:43:40.118] getCompletionData: Get previous token: 0.00767199881374836 +Info 8237 [17:43:40.118] getCompletionsAtPosition: isCompletionListBlocker: 0.002250000834465027 +Info 8238 [17:43:40.118] getCompletionData: Semantic work: 0.09516699984669685 +Info 8239 [17:43:40.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03850399889051914 +Info 8240 [17:43:40.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8241 [17:43:40.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 24.948690999299288ms +Info 8242 [17:43:40.280] Different program with same set of files +Info 8243 [17:43:40.281] getCompletionData: Get current token: 0.022172998636960983 +Info 8244 [17:43:40.281] getCompletionData: Is inside comment: 0.0506219994276762 +Info 8245 [17:43:40.281] getCompletionData: Get previous token: 0.06565499864518642 +Info 8246 [17:43:40.281] getCompletionsAtPosition: isCompletionListBlocker: 0.006541000679135323 +Info 8247 [17:43:40.281] getCompletionData: Semantic work: 0.07051799818873405 +Info 8248 [17:43:40.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19498700089752674 +Info 8249 [17:43:40.285] Format host information updated +Info 8250 [17:43:40.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8251 [17:43:40.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 11.160695999860764ms +Info 8252 [17:43:40.335] Different program with same set of files +Info 8253 [17:43:40.336] getCompletionData: Get current token: 0.00904799997806549 +Info 8254 [17:43:40.336] getCompletionData: Is inside comment: 0.022970998659729958 +Info 8255 [17:43:40.336] getCompletionData: Get previous token: 0.029224999248981476 +Info 8256 [17:43:40.336] getCompletionsAtPosition: isCompletionListBlocker: 0.003042999655008316 +Info 8257 [17:43:40.337] getExportInfoMap: cache hit +Info 8258 [17:43:40.342] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 38 from cache +Info 8259 [17:43:40.342] collectAutoImports: response is complete +Info 8260 [17:43:40.342] collectAutoImports: 5.1129289995878935 +Info 8261 [17:43:40.342] getCompletionData: Semantic work: 6.081772999837995 +Info 8262 [17:43:40.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9796759989112616 +Info 8263 [17:43:40.346] Format host information updated +Info 8264 [17:43:45.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8265 [17:43:45.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 9.829839998856187ms +Info 8266 [17:43:45.608] Different program with same set of files +Info 8267 [17:43:45.608] getCompletionData: Get current token: 0.004251999780535698 +Info 8268 [17:43:45.608] getCompletionData: Is inside comment: 0.010347001254558563 +Info 8269 [17:43:45.608] getCompletionData: Get previous token: 0.012955999001860619 +Info 8270 [17:43:45.608] getCompletionsAtPosition: isCompletionListBlocker: 0.002031000331044197 +Info 8271 [17:43:45.608] getCompletionData: Semantic work: 0.02299399860203266 +Info 8272 [17:43:45.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04989299923181534 +Info 8273 [17:43:45.609] Format host information updated +Info 8274 [17:43:45.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8275 [17:43:45.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 6.762267000973225ms +Info 8276 [17:43:45.766] Different program with same set of files +Info 8277 [17:43:45.767] getCompletionData: Get current token: 0.00541200116276741 +Info 8278 [17:43:45.767] getCompletionData: Is inside comment: 0.013024000450968742 +Info 8279 [17:43:45.767] getCompletionData: Get previous token: 0.009333999827504158 +Info 8280 [17:43:45.767] getCompletionsAtPosition: isCompletionListBlocker: 0.002077000215649605 +Info 8281 [17:43:45.767] getCompletionData: Semantic work: 0.014462999999523163 +Info 8282 [17:43:45.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0513129997998476 +Info 8283 [17:43:45.767] Format host information updated +Info 8284 [17:43:46.115] Format host information updated +Info 8285 [17:43:46.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8286 [17:43:46.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 6.215835999697447ms +Info 8287 [17:43:46.122] Different program with same set of files +Info 8288 [17:43:46.207] Format host information updated +Info 8289 [17:43:46.207] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8290 [17:43:46.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 6.333875998854637ms +Info 8291 [17:43:46.214] Different program with same set of files +Info 8292 [17:43:46.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8293 [17:43:46.712] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 6.5316279996186495ms +Info 8294 [17:43:46.712] Different program with same set of files +Info 8295 [17:43:46.712] getCompletionData: Get current token: 0.0043299999088048935 +Info 8296 [17:43:46.712] getCompletionData: Is inside comment: 0.012299999594688416 +Info 8297 [17:43:46.712] getCompletionData: Get previous token: 0.008463999256491661 +Info 8298 [17:43:46.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0021359995007514954 +Info 8299 [17:43:46.712] getExportInfoMap: cache hit +Info 8300 [17:43:46.729] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 8301 [17:43:46.729] collectAutoImports: response is complete +Info 8302 [17:43:46.729] collectAutoImports: 16.867868999019265 +Info 8303 [17:43:46.729] getCompletionData: Semantic work: 17.36976500041783 +Info 8304 [17:43:46.735] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.27110599912703 +Info 8305 [17:43:46.740] Format host information updated +Info 8306 [17:43:47.075] Format host information updated +Info 8307 [17:43:47.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8308 [17:43:47.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 9.571309000253677ms +Info 8309 [17:43:47.086] Different program with same set of files +Info 8310 [17:43:47.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8311 [17:43:47.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 6.4916470013558865ms +Info 8312 [17:43:47.425] Different program with same set of files +Info 8313 [17:43:47.425] getCompletionData: Get current token: 0.003898998722434044 +Info 8314 [17:43:47.425] getCompletionData: Is inside comment: 0.03222599998116493 +Info 8315 [17:43:47.426] getCompletionData: Get previous token: 0.014166001230478287 +Info 8316 [17:43:47.426] getCompletionsAtPosition: isCompletionListBlocker: 0.04632500000298023 +Info 8317 [17:43:47.426] Returning an empty list because completion was requested in an invalid position. +Info 8318 [17:43:47.426] Format host information updated +Info 8319 [17:43:48.191] Format host information updated +Info 8320 [17:43:48.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8321 [17:43:48.197] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 6.357424000278115ms +Info 8322 [17:43:48.197] Different program with same set of files +Info 8323 [17:43:51.015] Format host information updated +Info 8324 [17:43:51.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8325 [17:43:51.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 7.3977879993617535ms +Info 8326 [17:43:51.022] Different program with same set of files +Info 8327 [17:43:51.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8328 [17:43:51.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 6.839470000937581ms +Info 8329 [17:43:51.373] Different program with same set of files +Info 8330 [17:43:51.373] getCompletionData: Get current token: 0.006005000323057175 +Info 8331 [17:43:51.373] getCompletionData: Is inside comment: 0.016329001635313034 +Info 8332 [17:43:51.373] getCompletionData: Get previous token: 0.011250000447034836 +Info 8333 [17:43:51.373] getCompletionsAtPosition: isCompletionListBlocker: 0.00976799987256527 +Info 8334 [17:43:51.373] getExportInfoMap: cache hit +Info 8335 [17:43:51.387] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 8336 [17:43:51.387] collectAutoImports: response is complete +Info 8337 [17:43:51.387] collectAutoImports: 13.557218998670578 +Info 8338 [17:43:51.387] getCompletionData: Semantic work: 14.107521001249552 +Info 8339 [17:43:51.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.127422999590635 +Info 8340 [17:43:51.396] Format host information updated +Info 8341 [17:43:52.700] Format host information updated +Info 8342 [17:43:52.700] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8343 [17:43:52.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 6.702624000608921ms +Info 8344 [17:43:52.706] Different program with same set of files +Info 8345 [17:43:52.801] Format host information updated +Info 8346 [17:43:52.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8347 [17:43:52.810] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 8.986987998709083ms +Info 8348 [17:43:52.810] Different program with same set of files +Info 8349 [17:43:55.271] Format host information updated +Info 8350 [17:43:55.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8351 [17:43:55.278] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 6.370720000937581ms +Info 8352 [17:43:55.278] Different program with same set of files +Info 8353 [17:43:56.359] Format host information updated +Info 8354 [17:43:56.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8355 [17:43:56.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 8.891233000904322ms +Info 8356 [17:43:56.368] Different program with same set of files +Info 8357 [17:45:12.956] Format host information updated +Info 8358 [17:45:12.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8359 [17:45:12.969] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 12.916992999613285ms +Info 8360 [17:45:12.969] Different program with same set of files +Info 8361 [17:45:13.179] Format host information updated +Info 8362 [17:45:13.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8363 [17:45:13.192] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 10.066129000857472ms +Info 8364 [17:45:13.192] Different program with same set of files +Info 8365 [17:45:25.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8366 [17:45:25.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 10.632549999281764ms +Info 8367 [17:45:25.123] Different program with same set of files +Info 8368 [17:45:25.123] getCompletionData: Get current token: 0.0023139994591474533 +Info 8369 [17:45:25.123] getCompletionData: Is inside comment: 0.005912000313401222 +Info 8370 [17:45:25.123] getCompletionData: Get previous token: 0.006270000711083412 +Info 8371 [17:45:25.123] getCompletionsAtPosition: isCompletionListBlocker: 0.0010519996285438538 +Info 8372 [17:45:25.123] Returning an empty list because completion was requested in an invalid position. +Info 8373 [17:45:25.123] Format host information updated +Info 8374 [17:45:25.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8375 [17:45:25.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 10.950546998530626ms +Info 8376 [17:45:25.306] Different program with same set of files +Info 8377 [17:45:25.306] getCompletionData: Get current token: 0.0026300009340047836 +Info 8378 [17:45:25.306] getCompletionData: Is inside comment: 0.006488000974059105 +Info 8379 [17:45:25.306] getCompletionData: Get previous token: 0.00684100016951561 +Info 8380 [17:45:25.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0011959988623857498 +Info 8381 [17:45:25.306] Returning an empty list because completion was requested in an invalid position. +Info 8382 [17:45:25.306] Format host information updated +Info 8383 [17:45:25.362] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8384 [17:45:25.386] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 23.96649800054729ms +Info 8385 [17:45:25.386] Different program with same set of files +Info 8386 [17:45:25.387] getCompletionData: Get current token: 0.007063999772071838 +Info 8387 [17:45:25.387] getCompletionData: Is inside comment: 0.018637999892234802 +Info 8388 [17:45:25.387] getCompletionData: Get previous token: 0.020772000774741173 +Info 8389 [17:45:25.387] getCompletionsAtPosition: isCompletionListBlocker: 0.0030230004340410233 +Info 8390 [17:45:25.387] Returning an empty list because completion was requested in an invalid position. +Info 8391 [17:45:25.387] Format host information updated +Info 8392 [17:45:25.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8393 [17:45:25.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 9.276388000696898ms +Info 8394 [17:45:25.566] Different program with same set of files +Info 8395 [17:45:25.566] getCompletionData: Get current token: 0.0024330001324415207 +Info 8396 [17:45:25.566] getCompletionData: Is inside comment: 0.005946001037955284 +Info 8397 [17:45:25.566] getCompletionData: Get previous token: 0.008097000420093536 +Info 8398 [17:45:25.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0011010002344846725 +Info 8399 [17:45:25.566] Returning an empty list because completion was requested in an invalid position. +Info 8400 [17:45:25.567] Format host information updated +Info 8401 [17:45:25.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8402 [17:45:25.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 8.630189999938011ms +Info 8403 [17:45:25.626] Different program with same set of files +Info 8404 [17:45:25.626] getCompletionData: Get current token: 0.002702999860048294 +Info 8405 [17:45:25.626] getCompletionData: Is inside comment: 0.006732000038027763 +Info 8406 [17:45:25.626] getCompletionData: Get previous token: 0.007619000971317291 +Info 8407 [17:45:25.626] getCompletionsAtPosition: isCompletionListBlocker: 0.0013499986380338669 +Info 8408 [17:45:25.626] Returning an empty list because completion was requested in an invalid position. +Info 8409 [17:45:25.626] Format host information updated +Info 8410 [17:45:25.748] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8411 [17:45:25.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 9.562346000224352ms +Info 8412 [17:45:25.757] Different program with same set of files +Info 8413 [17:45:25.758] getCompletionData: Get current token: 0.002499999478459358 +Info 8414 [17:45:25.758] getCompletionData: Is inside comment: 0.006114998832345009 +Info 8415 [17:45:25.758] getCompletionData: Get previous token: 0.006639000028371811 +Info 8416 [17:45:25.758] getCompletionsAtPosition: isCompletionListBlocker: 0.001669999212026596 +Info 8417 [17:45:25.758] Returning an empty list because completion was requested in an invalid position. +Info 8418 [17:45:25.758] Format host information updated +Info 8419 [17:45:25.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8420 [17:45:25.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 27.820747999474406ms +Info 8421 [17:45:25.854] Different program with same set of files +Info 8422 [17:45:25.854] getCompletionData: Get current token: 0.005844000726938248 +Info 8423 [17:45:25.854] getCompletionData: Is inside comment: 0.01627800054848194 +Info 8424 [17:45:25.854] getCompletionData: Get previous token: 0.018213000148534775 +Info 8425 [17:45:25.855] getCompletionsAtPosition: isCompletionListBlocker: 0.0024929996579885483 +Info 8426 [17:45:25.855] Returning an empty list because completion was requested in an invalid position. +Info 8427 [17:45:25.859] Format host information updated +Info 8428 [17:45:27.517] getCompletionData: Get current token: 0.0024269986897706985 +Info 8429 [17:45:27.517] getCompletionData: Is inside comment: 0.007585000246763229 +Info 8430 [17:45:27.517] getCompletionData: Get previous token: 0.008186999708414078 +Info 8431 [17:45:27.517] getCompletionsAtPosition: isCompletionListBlocker: 0.0014089997857809067 +Info 8432 [17:45:27.517] Returning an empty list because completion was requested in an invalid position. +Info 8433 [17:45:42.931] getCompletionData: Get current token: 0.0024219993501901627 +Info 8434 [17:45:42.931] getCompletionData: Is inside comment: 0.007364001125097275 +Info 8435 [17:45:42.931] getCompletionData: Get previous token: 0.008040999993681908 +Info 8436 [17:45:42.931] getCompletionsAtPosition: isCompletionListBlocker: 0.0014490000903606415 +Info 8437 [17:45:42.931] Returning an empty list because completion was requested in an invalid position. +Info 8438 [17:45:43.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8439 [17:45:43.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 7.565982999280095ms +Info 8440 [17:45:43.234] Different program with same set of files +Info 8441 [17:45:43.234] getCompletionData: Get current token: 0.00240899994969368 +Info 8442 [17:45:43.234] getCompletionData: Is inside comment: 0.006976000964641571 +Info 8443 [17:45:43.234] getCompletionData: Get previous token: 0.008268998935818672 +Info 8444 [17:45:43.234] getCompletionsAtPosition: isCompletionListBlocker: 0.0011969991028308868 +Info 8445 [17:45:43.234] Returning an empty list because completion was requested in an invalid position. +Info 8446 [17:45:43.234] Format host information updated +Info 8447 [17:45:43.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8448 [17:45:43.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 7.552252000197768ms +Info 8449 [17:45:43.445] Different program with same set of files +Info 8450 [17:45:43.446] getCompletionData: Get current token: 0.002879001200199127 +Info 8451 [17:45:43.446] getCompletionData: Is inside comment: 0.009889999404549599 +Info 8452 [17:45:43.446] getCompletionData: Get previous token: 0.009882999584078789 +Info 8453 [17:45:43.446] getCompletionsAtPosition: isCompletionListBlocker: 0.0011270008981227875 +Info 8454 [17:45:43.446] Returning an empty list because completion was requested in an invalid position. +Info 8455 [17:45:43.446] Format host information updated +Info 8456 [17:45:43.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8457 [17:45:43.526] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 19.33779099956155ms +Info 8458 [17:45:43.526] Different program with same set of files +Info 8459 [17:45:43.527] getCompletionData: Get current token: 0.00866599939763546 +Info 8460 [17:45:43.527] getCompletionData: Is inside comment: 0.017992999404668808 +Info 8461 [17:45:43.527] getCompletionData: Get previous token: 0.025272998958826065 +Info 8462 [17:45:43.527] getCompletionsAtPosition: isCompletionListBlocker: 0.0028130002319812775 +Info 8463 [17:45:43.527] Returning an empty list because completion was requested in an invalid position. +Info 8464 [17:45:43.527] Format host information updated +Info 8465 [17:45:43.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8466 [17:45:43.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 16.032081998884678ms +Info 8467 [17:45:43.718] Different program with same set of files +Info 8468 [17:45:43.718] getCompletionData: Get current token: 0.004003001376986504 +Info 8469 [17:45:43.718] getCompletionData: Is inside comment: 0.010579999536275864 +Info 8470 [17:45:43.718] getCompletionData: Get previous token: 0.015066999942064285 +Info 8471 [17:45:43.718] getCompletionsAtPosition: isCompletionListBlocker: 0.0016510002315044403 +Info 8472 [17:45:43.718] Returning an empty list because completion was requested in an invalid position. +Info 8473 [17:45:43.718] Format host information updated +Info 8474 [17:45:43.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8475 [17:45:43.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 8.495729999616742ms +Info 8476 [17:45:43.770] Different program with same set of files +Info 8477 [17:45:43.770] getCompletionData: Get current token: 0.0023229997605085373 +Info 8478 [17:45:43.770] getCompletionData: Is inside comment: 0.007341999560594559 +Info 8479 [17:45:43.770] getCompletionData: Get previous token: 0.008469998836517334 +Info 8480 [17:45:43.770] getCompletionsAtPosition: isCompletionListBlocker: 0.0011609997600317001 +Info 8481 [17:45:43.770] Returning an empty list because completion was requested in an invalid position. +Info 8482 [17:45:43.770] Format host information updated +Info 8483 [17:46:24.493] Format host information updated +Info 8484 [17:46:24.494] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8485 [17:46:24.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 12.815026000142097ms +Info 8486 [17:46:24.507] Different program with same set of files +Info 8487 [17:46:24.772] Format host information updated +Info 8488 [17:46:24.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8489 [17:46:24.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 7.981622001156211ms +Info 8490 [17:46:24.781] Different program with same set of files +Info 8491 [17:46:26.459] getCompletionData: Get current token: 0.0022619999945163727 +Info 8492 [17:46:26.459] getCompletionData: Is inside comment: 0.0010050013661384583 +Info 8493 [17:46:26.459] getCompletionData: Get previous token: 0.01126599870622158 +Info 8494 [17:46:26.459] getCompletionsAtPosition: isCompletionListBlocker: 0.0015689991414546967 +Info 8495 [17:46:26.459] Returning an empty list because completion was requested in an invalid position. +Info 8496 [17:46:26.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8497 [17:46:26.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 10.778457000851631ms +Info 8498 [17:46:26.583] Different program with same set of files +Info 8499 [17:46:26.583] getCompletionData: Get current token: 0.0024509988725185394 +Info 8500 [17:46:26.583] getCompletionData: Is inside comment: 0.0011149998754262924 +Info 8501 [17:46:26.583] getCompletionData: Get previous token: 0.013120999559760094 +Info 8502 [17:46:26.584] getCompletionsAtPosition: isCompletionListBlocker: 0.0012320000678300858 +Info 8503 [17:46:26.584] Returning an empty list because completion was requested in an invalid position. +Info 8504 [17:46:26.584] Format host information updated +Info 8505 [17:46:27.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8506 [17:46:27.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 10.797404000535607ms +Info 8507 [17:46:27.055] Different program with same set of files +Info 8508 [17:46:27.055] getCompletionData: Get current token: 0.0023450013250112534 +Info 8509 [17:46:27.055] getCompletionData: Is inside comment: 0.0010599996894598007 +Info 8510 [17:46:27.055] getCompletionData: Get previous token: 0.01114099845290184 +Info 8511 [17:46:27.055] getCompletionsAtPosition: isCompletionListBlocker: 0.0014890003949403763 +Info 8512 [17:46:27.055] Returning an empty list because completion was requested in an invalid position. +Info 8513 [17:46:27.055] Format host information updated +Info 8514 [17:46:28.035] getCompletionData: Get current token: 0.0026350002735853195 +Info 8515 [17:46:28.035] getCompletionData: Is inside comment: 0.008169000968337059 +Info 8516 [17:46:28.035] getCompletionData: Get previous token: 0.004961999133229256 +Info 8517 [17:46:28.035] getCompletionsAtPosition: isCompletionListBlocker: 0.008196000009775162 +Info 8518 [17:46:28.035] getExportInfoMap: cache hit +Info 8519 [17:46:28.051] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 8520 [17:46:28.051] collectAutoImports: response is complete +Info 8521 [17:46:28.051] collectAutoImports: 15.98721400089562 +Info 8522 [17:46:28.052] getCompletionData: Semantic work: 16.74167799949646 +Info 8523 [17:46:28.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3677600007504225 +Info 8524 [17:46:29.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8525 [17:46:29.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 13.215617999434471ms +Info 8526 [17:46:29.176] Different program with same set of files +Info 8527 [17:46:29.177] getCompletionData: Get current token: 0.0065560005605220795 +Info 8528 [17:46:29.177] getCompletionData: Is inside comment: 0.0023240000009536743 +Info 8529 [17:46:29.177] getCompletionData: Get previous token: 0.06432699970901012 +Info 8530 [17:46:29.177] getCompletionsAtPosition: isCompletionListBlocker: 0.0028319992125034332 +Info 8531 [17:46:29.178] getCompletionData: Semantic work: 1.0520779993385077 +Info 8532 [17:46:29.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7858769986778498 +Info 8533 [17:46:29.181] Format host information updated +Info 8534 [17:46:29.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8535 [17:46:29.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 7.7592529989778996ms +Info 8536 [17:46:29.354] Different program with same set of files +Info 8537 [17:46:29.354] getCompletionData: Get current token: 0.004061998799443245 +Info 8538 [17:46:29.354] getCompletionData: Is inside comment: 0.0012880004942417145 +Info 8539 [17:46:29.354] getCompletionData: Get previous token: 0.018897999078035355 +Info 8540 [17:46:29.354] getCompletionsAtPosition: isCompletionListBlocker: 0.0021710004657506943 +Info 8541 [17:46:29.354] getCompletionData: Semantic work: 0.6095040012151003 +Info 8542 [17:46:29.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7510480005294085 +Info 8543 [17:46:29.358] Format host information updated +Info 8544 [17:46:29.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8545 [17:46:29.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 7.130175000056624ms +Info 8546 [17:46:29.431] Different program with same set of files +Info 8547 [17:46:29.431] getCompletionData: Get current token: 0.003717999905347824 +Info 8548 [17:46:29.431] getCompletionData: Is inside comment: 0.0011910013854503632 +Info 8549 [17:46:29.431] getCompletionData: Get previous token: 0.020413000136613846 +Info 8550 [17:46:29.431] getCompletionsAtPosition: isCompletionListBlocker: 0.0022369995713233948 +Info 8551 [17:46:29.432] getCompletionData: Semantic work: 0.6995320003479719 +Info 8552 [17:46:29.434] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.911115000024438 +Info 8553 [17:46:29.434] Format host information updated +Info 8554 [17:46:29.604] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8555 [17:46:29.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 7.3911979999393225ms +Info 8556 [17:46:29.611] Different program with same set of files +Info 8557 [17:46:29.612] getCompletionData: Get current token: 0.0038559995591640472 +Info 8558 [17:46:29.612] getCompletionData: Is inside comment: 0.0013229995965957642 +Info 8559 [17:46:29.612] getCompletionData: Get previous token: 0.018807999789714813 +Info 8560 [17:46:29.612] getCompletionsAtPosition: isCompletionListBlocker: 0.0019039995968341827 +Info 8561 [17:46:29.612] getCompletionData: Semantic work: 0.6338019985705614 +Info 8562 [17:46:29.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8173019997775555 +Info 8563 [17:46:29.616] Format host information updated +Info 8564 [17:46:29.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8565 [17:46:29.723] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 6.695108998566866ms +Info 8566 [17:46:29.723] Different program with same set of files +Info 8567 [17:46:29.723] getCompletionData: Get current token: 0.0032639987766742706 +Info 8568 [17:46:29.723] getCompletionData: Is inside comment: 0.0010979995131492615 +Info 8569 [17:46:29.723] getCompletionData: Get previous token: 0.018316999077796936 +Info 8570 [17:46:29.723] getCompletionsAtPosition: isCompletionListBlocker: 0.0018090009689331055 +Info 8571 [17:46:29.724] getCompletionData: Semantic work: 0.6576359998434782 +Info 8572 [17:46:29.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7730919998139143 +Info 8573 [17:46:29.727] Format host information updated +Info 8574 [17:46:29.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8575 [17:46:29.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 24.80667900107801ms +Info 8576 [17:46:29.876] Different program with same set of files +Info 8577 [17:46:29.877] getCompletionData: Get current token: 0.014496000483632088 +Info 8578 [17:46:29.877] getCompletionData: Is inside comment: 0.00507500022649765 +Info 8579 [17:46:29.877] getCompletionData: Get previous token: 0.08090899884700775 +Info 8580 [17:46:29.877] getCompletionsAtPosition: isCompletionListBlocker: 0.006660999730229378 +Info 8581 [17:46:29.879] getCompletionData: Semantic work: 2.0431180000305176 +Info 8582 [17:46:29.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.58271099999547 +Info 8583 [17:46:29.891] Format host information updated +Info 8584 [17:46:29.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8585 [17:46:29.927] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 13.055222999304533ms +Info 8586 [17:46:29.927] Different program with same set of files +Info 8587 [17:46:29.927] getCompletionData: Get current token: 0.0031560007482767105 +Info 8588 [17:46:29.927] getCompletionData: Is inside comment: 0.0012339986860752106 +Info 8589 [17:46:29.927] getCompletionData: Get previous token: 0.017924999818205833 +Info 8590 [17:46:29.927] getCompletionsAtPosition: isCompletionListBlocker: 0.0019310005009174347 +Info 8591 [17:46:29.928] getCompletionData: Semantic work: 0.789130998775363 +Info 8592 [17:46:29.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7352080009877682 +Info 8593 [17:46:29.930] Format host information updated +Info 8594 [17:46:30.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8595 [17:46:30.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 8.020580999553204ms +Info 8596 [17:46:30.171] Different program with same set of files +Info 8597 [17:46:30.172] getCompletionData: Get current token: 0.004002999514341354 +Info 8598 [17:46:30.172] getCompletionData: Is inside comment: 0.001528000459074974 +Info 8599 [17:46:30.172] getCompletionData: Get previous token: 0.02135399915277958 +Info 8600 [17:46:30.172] getCompletionsAtPosition: isCompletionListBlocker: 0.002097001299262047 +Info 8601 [17:46:30.172] getCompletionData: Semantic work: 0.6981049999594688 +Info 8602 [17:46:30.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9149590004235506 +Info 8603 [17:46:30.175] Format host information updated +Info 8604 [17:46:30.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8605 [17:46:30.340] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 9.639449000358582ms +Info 8606 [17:46:30.340] Different program with same set of files +Info 8607 [17:46:30.340] getCompletionData: Get current token: 0.004455000162124634 +Info 8608 [17:46:30.340] getCompletionData: Is inside comment: 0.001354999840259552 +Info 8609 [17:46:30.340] getCompletionData: Get previous token: 0.027557000517845154 +Info 8610 [17:46:30.341] getCompletionsAtPosition: isCompletionListBlocker: 0.00275300070643425 +Info 8611 [17:46:30.341] getCompletionData: Semantic work: 0.8068779986351728 +Info 8612 [17:46:30.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0358990002423525 +Info 8613 [17:46:30.344] Format host information updated +Info 8614 [17:46:31.283] Format host information updated +Info 8615 [17:46:31.283] Format host information updated +Info 8616 [17:46:31.283] Format host information updated +Info 8617 [17:46:31.284] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8618 [17:46:31.291] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 7.856699001044035ms +Info 8619 [17:46:31.291] Different program with same set of files +Info 8620 [17:46:31.292] getCompletionData: Get current token: 0.003565998747944832 +Info 8621 [17:46:31.292] getCompletionData: Is inside comment: 0.0009720008820295334 +Info 8622 [17:46:31.292] getCompletionData: Get previous token: 0.012236000970005989 +Info 8623 [17:46:31.292] getCompletionsAtPosition: isCompletionListBlocker: 0.002394000068306923 +Info 8624 [17:46:31.292] getExportInfoMap: cache hit +Info 8625 [17:46:31.310] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 8626 [17:46:31.310] collectAutoImports: response is complete +Info 8627 [17:46:31.310] collectAutoImports: 18.022951001301408 +Info 8628 [17:46:31.310] getCompletionData: Semantic work: 18.811042999848723 +Info 8629 [17:46:31.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.982287000864744 +Info 8630 [17:46:31.319] getCompletionData: Get current token: 0.00928100012242794 +Info 8631 [17:46:31.319] getCompletionData: Is inside comment: 0.0031319987028837204 +Info 8632 [17:46:31.319] getCompletionData: Get previous token: 0.014052998274564743 +Info 8633 [17:46:31.319] getCompletionsAtPosition: isCompletionListBlocker: 0.0019360017031431198 +Info 8634 [17:46:31.319] getCompletionData: Semantic work: 0.2396549992263317 +Info 8635 [17:46:31.323] getCompletionData: Get current token: 0.0061759985983371735 +Info 8636 [17:46:31.323] getCompletionData: Is inside comment: 0.0021400004625320435 +Info 8637 [17:46:31.323] getCompletionData: Get previous token: 0.014159001410007477 +Info 8638 [17:46:31.323] getCompletionsAtPosition: isCompletionListBlocker: 0.0016259998083114624 +Info 8639 [17:46:31.323] getCompletionData: Semantic work: 0.21741800010204315 +Info 8640 [17:46:31.324] getCompletionData: Get current token: 0.004081999883055687 +Info 8641 [17:46:31.324] getCompletionData: Is inside comment: 0.002046000212430954 +Info 8642 [17:46:31.324] getCompletionData: Get previous token: 0.014511998742818832 +Info 8643 [17:46:31.324] getCompletionsAtPosition: isCompletionListBlocker: 0.0011800006031990051 +Info 8644 [17:46:31.324] getCompletionData: Semantic work: 0.13385399989783764 +Info 8645 [17:46:31.325] Format host information updated +Info 8646 [17:46:31.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8647 [17:46:31.671] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 6.392121000215411ms +Info 8648 [17:46:31.671] Different program with same set of files +Info 8649 [17:46:31.671] getCompletionData: Get current token: 0.003388000652194023 +Info 8650 [17:46:31.671] getCompletionData: Is inside comment: 0.00116799958050251 +Info 8651 [17:46:31.671] getCompletionData: Get previous token: 0.013360999524593353 +Info 8652 [17:46:31.671] getCompletionsAtPosition: isCompletionListBlocker: 0.0023040007799863815 +Info 8653 [17:46:31.671] getExportInfoMap: cache hit +Info 8654 [17:46:31.685] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 8655 [17:46:31.685] collectAutoImports: response is complete +Info 8656 [17:46:31.685] collectAutoImports: 13.377979001030326 +Info 8657 [17:46:31.685] getCompletionData: Semantic work: 14.005583999678493 +Info 8658 [17:46:31.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5642119999974966 +Info 8659 [17:46:31.692] Format host information updated +Info 8660 [17:46:31.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8661 [17:46:31.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 7.6227100007236ms +Info 8662 [17:46:31.905] Different program with same set of files +Info 8663 [17:46:31.908] getCompletionData: Get current token: 0.023099999874830246 +Info 8664 [17:46:31.908] getCompletionData: Is inside comment: 0.0063850004225969315 +Info 8665 [17:46:31.908] getCompletionData: Get previous token: 0.025366000831127167 +Info 8666 [17:46:31.908] getCompletionsAtPosition: isCompletionListBlocker: 0.004656000062823296 +Info 8667 [17:46:31.908] Returning an empty list because completion was requested in an invalid position. +Info 8668 [17:46:31.908] Format host information updated +Info 8669 [17:46:31.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8670 [17:46:31.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 6.7360609993338585ms +Info 8671 [17:46:31.993] Different program with same set of files +Info 8672 [17:46:31.993] getCompletionData: Get current token: 0.003601999953389168 +Info 8673 [17:46:31.993] getCompletionData: Is inside comment: 0.0012299995869398117 +Info 8674 [17:46:31.993] getCompletionData: Get previous token: 0.01450200006365776 +Info 8675 [17:46:31.993] getCompletionsAtPosition: isCompletionListBlocker: 0.00728599913418293 +Info 8676 [17:46:31.994] getExportInfoMap: cache hit +Info 8677 [17:46:32.007] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 8678 [17:46:32.007] collectAutoImports: response is complete +Info 8679 [17:46:32.007] collectAutoImports: 12.952726000919938 +Info 8680 [17:46:32.007] getCompletionData: Semantic work: 13.642057999968529 +Info 8681 [17:46:32.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.420695999637246 +Info 8682 [17:46:32.016] Format host information updated +Info 8683 [17:46:32.145] getCompletionData: Get current token: 0.02729099988937378 +Info 8684 [17:46:32.145] getCompletionData: Is inside comment: 0.009136999025940895 +Info 8685 [17:46:32.145] getCompletionData: Get previous token: 0.06132600083947182 +Info 8686 [17:46:32.145] getCompletionsAtPosition: isCompletionListBlocker: 0.01872899942100048 +Info 8687 [17:46:32.145] Returning an empty list because completion was requested in an invalid position. +Info 8688 [17:46:32.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8689 [17:46:32.346] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 23.803515000268817ms +Info 8690 [17:46:32.346] Different program with same set of files +Info 8691 [17:46:32.347] getCompletionData: Get current token: 0.02700600028038025 +Info 8692 [17:46:32.347] getCompletionData: Is inside comment: 0.0065490007400512695 +Info 8693 [17:46:32.347] getCompletionData: Get previous token: 0.0418270006775856 +Info 8694 [17:46:32.347] getCompletionsAtPosition: isCompletionListBlocker: 0.002073001116514206 +Info 8695 [17:46:32.347] Returning an empty list because completion was requested in an invalid position. +Info 8696 [17:46:32.348] Format host information updated +Info 8697 [17:46:32.408] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8698 [17:46:32.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 25.157834000885487ms +Info 8699 [17:46:32.434] Different program with same set of files +Info 8700 [17:46:32.436] getCompletionData: Get current token: 0.031127000227570534 +Info 8701 [17:46:32.436] getCompletionData: Is inside comment: 0.0077520012855529785 +Info 8702 [17:46:32.436] getCompletionData: Get previous token: 0.05130799859762192 +Info 8703 [17:46:32.437] getCompletionsAtPosition: isCompletionListBlocker: 0.002909000962972641 +Info 8704 [17:46:32.437] Returning an empty list because completion was requested in an invalid position. +Info 8705 [17:46:32.441] Format host information updated +Info 8706 [17:46:32.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8707 [17:46:32.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 15.535631999373436ms +Info 8708 [17:46:32.509] Different program with same set of files +Info 8709 [17:46:32.510] getCompletionData: Get current token: 0.027130000293254852 +Info 8710 [17:46:32.510] getCompletionData: Is inside comment: 0.005962999537587166 +Info 8711 [17:46:32.511] getCompletionData: Get previous token: 0.04241199977695942 +Info 8712 [17:46:32.511] getCompletionsAtPosition: isCompletionListBlocker: 0.002529000863432884 +Info 8713 [17:46:32.511] Returning an empty list because completion was requested in an invalid position. +Info 8714 [17:46:32.511] Format host information updated +Info 8715 [17:46:32.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8716 [17:46:32.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 24.443515000864863ms +Info 8717 [17:46:32.646] Different program with same set of files +Info 8718 [17:46:32.648] getCompletionData: Get current token: 0.035326000303030014 +Info 8719 [17:46:32.648] getCompletionData: Is inside comment: 0.007985999807715416 +Info 8720 [17:46:32.648] getCompletionData: Get previous token: 0.05477700009942055 +Info 8721 [17:46:32.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0029649995267391205 +Info 8722 [17:46:32.648] Returning an empty list because completion was requested in an invalid position. +Info 8723 [17:46:32.652] Format host information updated +Info 8724 [17:46:32.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8725 [17:46:32.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 16.823905000463128ms +Info 8726 [17:46:32.734] Different program with same set of files +Info 8727 [17:46:32.735] getCompletionData: Get current token: 0.016200000420212746 +Info 8728 [17:46:32.735] getCompletionData: Is inside comment: 0.0031480006873607635 +Info 8729 [17:46:32.735] getCompletionData: Get previous token: 0.02386999875307083 +Info 8730 [17:46:32.735] getCompletionsAtPosition: isCompletionListBlocker: 0.0014550015330314636 +Info 8731 [17:46:32.735] Returning an empty list because completion was requested in an invalid position. +Info 8732 [17:46:32.736] Format host information updated +Info 8733 [17:46:34.538] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8734 [17:46:34.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 6.678433999419212ms +Info 8735 [17:46:34.545] Different program with same set of files +Info 8736 [17:46:34.545] getCompletionData: Get current token: 0.0036500003188848495 +Info 8737 [17:46:34.545] getCompletionData: Is inside comment: 0.001173999160528183 +Info 8738 [17:46:34.545] getCompletionData: Get previous token: 0.01620900072157383 +Info 8739 [17:46:34.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0020010005682706833 +Info 8740 [17:46:34.545] getCompletionData: Semantic work: 0.5593989994376898 +Info 8741 [17:46:34.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0786899998784065 +Info 8742 [17:46:34.549] Format host information updated +Info 8743 [17:46:34.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8744 [17:46:34.705] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 6.460516000166535ms +Info 8745 [17:46:34.705] Different program with same set of files +Info 8746 [17:46:34.705] getCompletionData: Get current token: 0.003047998994588852 +Info 8747 [17:46:34.705] getCompletionData: Is inside comment: 0.0012720003724098206 +Info 8748 [17:46:34.705] getCompletionData: Get previous token: 0.01874000020325184 +Info 8749 [17:46:34.705] getCompletionsAtPosition: isCompletionListBlocker: 0.002019999548792839 +Info 8750 [17:46:34.706] getCompletionData: Semantic work: 0.5422070007771254 +Info 8751 [17:46:34.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5823769997805357 +Info 8752 [17:46:34.708] Format host information updated +Info 8753 [17:46:34.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8754 [17:46:34.812] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 6.497446000576019ms +Info 8755 [17:46:34.812] Different program with same set of files +Info 8756 [17:46:34.812] getCompletionData: Get current token: 0.004200000315904617 +Info 8757 [17:46:34.812] getCompletionData: Is inside comment: 0.0012360010296106339 +Info 8758 [17:46:34.812] getCompletionData: Get previous token: 0.019869999960064888 +Info 8759 [17:46:34.812] getCompletionsAtPosition: isCompletionListBlocker: 0.0017740000039339066 +Info 8760 [17:46:34.812] getCompletionData: Semantic work: 0.5333159994333982 +Info 8761 [17:46:34.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7108239997178316 +Info 8762 [17:46:34.817] Format host information updated +Info 8763 [17:46:34.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8764 [17:46:34.989] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 6.526263000443578ms +Info 8765 [17:46:34.989] Different program with same set of files +Info 8766 [17:46:34.989] getCompletionData: Get current token: 0.003885999321937561 +Info 8767 [17:46:34.989] getCompletionData: Is inside comment: 0.0013530012220144272 +Info 8768 [17:46:34.989] getCompletionData: Get previous token: 0.0196359995752573 +Info 8769 [17:46:34.989] getCompletionsAtPosition: isCompletionListBlocker: 0.0023370012640953064 +Info 8770 [17:46:34.989] getCompletionData: Semantic work: 0.564512001350522 +Info 8771 [17:46:34.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7091109994798899 +Info 8772 [17:46:34.992] Format host information updated +Info 8773 [17:46:35.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8774 [17:46:35.134] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 7.733206998556852ms +Info 8775 [17:46:35.134] Different program with same set of files +Info 8776 [17:46:35.134] getCompletionData: Get current token: 0.0034199990332126617 +Info 8777 [17:46:35.134] getCompletionData: Is inside comment: 0.001199999824166298 +Info 8778 [17:46:35.134] getCompletionData: Get previous token: 0.01738400012254715 +Info 8779 [17:46:35.134] getCompletionsAtPosition: isCompletionListBlocker: 0.0022810008376836777 +Info 8780 [17:46:35.134] getCompletionData: Semantic work: 0.6108919996768236 +Info 8781 [17:46:35.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.474744999781251 +Info 8782 [17:46:35.138] Format host information updated +Info 8783 [17:46:35.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8784 [17:46:35.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 18.540446000173688ms +Info 8785 [17:46:35.235] Different program with same set of files +Info 8786 [17:46:35.235] getCompletionData: Get current token: 0.011516999453306198 +Info 8787 [17:46:35.235] getCompletionData: Is inside comment: 0.004430999979376793 +Info 8788 [17:46:35.235] getCompletionData: Get previous token: 0.056102000176906586 +Info 8789 [17:46:35.235] getCompletionsAtPosition: isCompletionListBlocker: 0.005031999200582504 +Info 8790 [17:46:35.237] getCompletionData: Semantic work: 1.537940001115203 +Info 8791 [17:46:35.241] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8630490005016327 +Info 8792 [17:46:35.242] Format host information updated +Info 8793 [17:46:35.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8794 [17:46:35.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 6.594839001074433ms +Info 8795 [17:46:35.420] Different program with same set of files +Info 8796 [17:46:35.420] getCompletionData: Get current token: 0.0034959986805915833 +Info 8797 [17:46:35.420] getCompletionData: Is inside comment: 0.0013939999043941498 +Info 8798 [17:46:35.420] getCompletionData: Get previous token: 0.01570099964737892 +Info 8799 [17:46:35.420] getCompletionsAtPosition: isCompletionListBlocker: 0.001862999051809311 +Info 8800 [17:46:35.420] getCompletionData: Semantic work: 0.5374039988964796 +Info 8801 [17:46:35.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7267269995063543 +Info 8802 [17:46:35.425] Format host information updated +Info 8803 [17:46:35.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8804 [17:46:35.525] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 6.399899998679757ms +Info 8805 [17:46:35.525] Different program with same set of files +Info 8806 [17:46:35.525] getCompletionData: Get current token: 0.0029980000108480453 +Info 8807 [17:46:35.525] getCompletionData: Is inside comment: 0.0009950008243322372 +Info 8808 [17:46:35.525] getCompletionData: Get previous token: 0.012992998585104942 +Info 8809 [17:46:35.525] getCompletionsAtPosition: isCompletionListBlocker: 0.001713000237941742 +Info 8810 [17:46:35.525] getCompletionData: Semantic work: 0.47227200120687485 +Info 8811 [17:46:35.527] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.315403999760747 +Info 8812 [17:46:35.527] Format host information updated +Info 8813 [17:46:35.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8814 [17:46:35.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 8.89622399955988ms +Info 8815 [17:46:35.742] Different program with same set of files +Info 8816 [17:46:35.742] getCompletionData: Get current token: 0.0037070009857416153 +Info 8817 [17:46:35.742] getCompletionData: Is inside comment: 0.001040000468492508 +Info 8818 [17:46:35.742] getCompletionData: Get previous token: 0.01403299905359745 +Info 8819 [17:46:35.742] getCompletionsAtPosition: isCompletionListBlocker: 0.0018029995262622833 +Info 8820 [17:46:35.742] getCompletionData: Semantic work: 0.60109500028193 +Info 8821 [17:46:35.744] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5723720006644726 +Info 8822 [17:46:35.744] Format host information updated +Info 8823 [17:46:36.426] Format host information updated +Info 8824 [17:46:36.426] Format host information updated +Info 8825 [17:46:36.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8826 [17:46:36.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 663 structureChanged: false structureIsReused:: Completely Elapsed: 6.164672998711467ms +Info 8827 [17:46:36.432] Different program with same set of files +Info 8828 [17:46:36.432] getCompletionData: Get current token: 0.0034649986773729324 +Info 8829 [17:46:36.432] getCompletionData: Is inside comment: 0.0010100007057189941 +Info 8830 [17:46:36.432] getCompletionData: Get previous token: 0.011647999286651611 +Info 8831 [17:46:36.432] getCompletionsAtPosition: isCompletionListBlocker: 0.002398001030087471 +Info 8832 [17:46:36.433] getExportInfoMap: cache hit +Info 8833 [17:46:36.446] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 8834 [17:46:36.446] collectAutoImports: response is complete +Info 8835 [17:46:36.446] collectAutoImports: 13.052656000480056 +Info 8836 [17:46:36.446] getCompletionData: Semantic work: 13.606761999428272 +Info 8837 [17:46:36.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3099739998579025 +Info 8838 [17:46:36.453] getCompletionData: Get current token: 0.008049000054597855 +Info 8839 [17:46:36.453] getCompletionData: Is inside comment: 0.003063000738620758 +Info 8840 [17:46:36.453] getCompletionData: Get previous token: 0.012682998552918434 +Info 8841 [17:46:36.453] getCompletionsAtPosition: isCompletionListBlocker: 0.001847999170422554 +Info 8842 [17:46:36.454] getCompletionData: Semantic work: 0.18535800091922283 +Info 8843 [17:46:36.456] getCompletionData: Get current token: 0.0052000004798173904 +Info 8844 [17:46:36.456] getCompletionData: Is inside comment: 0.0019419994205236435 +Info 8845 [17:46:36.456] getCompletionData: Get previous token: 0.011680999770760536 +Info 8846 [17:46:36.456] getCompletionsAtPosition: isCompletionListBlocker: 0.0013280007988214493 +Info 8847 [17:46:36.456] getCompletionData: Semantic work: 0.1270879991352558 +Info 8848 [17:46:36.457] Format host information updated +Info 8849 [17:46:36.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8850 [17:46:36.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 6.591076999902725ms +Info 8851 [17:46:36.766] Different program with same set of files +Info 8852 [17:46:36.766] getCompletionData: Get current token: 0.003885999321937561 +Info 8853 [17:46:36.766] getCompletionData: Is inside comment: 0.0012790001928806305 +Info 8854 [17:46:36.766] getCompletionData: Get previous token: 0.014878001064062119 +Info 8855 [17:46:36.766] getCompletionsAtPosition: isCompletionListBlocker: 0.0026580002158880234 +Info 8856 [17:46:36.766] getExportInfoMap: cache hit +Info 8857 [17:46:36.781] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 8858 [17:46:36.781] collectAutoImports: response is complete +Info 8859 [17:46:36.781] collectAutoImports: 14.676589999347925 +Info 8860 [17:46:36.781] getCompletionData: Semantic work: 15.305895000696182 +Info 8861 [17:46:36.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8983239997178316 +Info 8862 [17:46:36.789] Format host information updated +Info 8863 [17:46:37.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8864 [17:46:37.340] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 8.780298000201583ms +Info 8865 [17:46:37.341] Different program with same set of files +Info 8866 [17:46:37.341] getCompletionData: Get current token: 0.0029560010880231857 +Info 8867 [17:46:37.341] getCompletionData: Is inside comment: 0.000998999923467636 +Info 8868 [17:46:37.341] getCompletionData: Get previous token: 0.011713000014424324 +Info 8869 [17:46:37.341] getCompletionsAtPosition: isCompletionListBlocker: 0.002267001196742058 +Info 8870 [17:46:37.341] getExportInfoMap: cache hit +Info 8871 [17:46:37.344] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 49 from cache +Info 8872 [17:46:37.344] collectAutoImports: response is complete +Info 8873 [17:46:37.344] collectAutoImports: 2.73577799834311 +Info 8874 [17:46:37.344] getCompletionData: Semantic work: 3.3548870012164116 +Info 8875 [17:46:37.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9705240000039339 +Info 8876 [17:46:37.346] Format host information updated +Info 8877 [17:46:37.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8878 [17:46:37.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 6.266067000105977ms +Info 8879 [17:46:37.766] Different program with same set of files +Info 8880 [17:46:37.766] getCompletionData: Get current token: 0.0032819993793964386 +Info 8881 [17:46:37.766] getCompletionData: Is inside comment: 0.001058001071214676 +Info 8882 [17:46:37.766] getCompletionData: Get previous token: 0.014007000252604485 +Info 8883 [17:46:37.766] getCompletionsAtPosition: isCompletionListBlocker: 0.0024920012801885605 +Info 8884 [17:46:37.767] getExportInfoMap: cache hit +Info 8885 [17:46:37.769] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 8886 [17:46:37.769] collectAutoImports: response is complete +Info 8887 [17:46:37.769] collectAutoImports: 2.190097000449896 +Info 8888 [17:46:37.769] getCompletionData: Semantic work: 2.8265669997781515 +Info 8889 [17:46:37.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0029709991067648 +Info 8890 [17:46:37.773] Format host information updated +Info 8891 [17:46:37.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8892 [17:46:37.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 6.5355760008096695ms +Info 8893 [17:46:37.871] Different program with same set of files +Info 8894 [17:46:37.872] getCompletionData: Get current token: 0.0034940000623464584 +Info 8895 [17:46:37.872] getCompletionData: Is inside comment: 0.001175999641418457 +Info 8896 [17:46:37.872] getCompletionData: Get previous token: 0.014714999124407768 +Info 8897 [17:46:37.872] getCompletionsAtPosition: isCompletionListBlocker: 0.0024689994752407074 +Info 8898 [17:46:37.872] getExportInfoMap: cache hit +Info 8899 [17:46:37.874] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 8900 [17:46:37.874] collectAutoImports: response is complete +Info 8901 [17:46:37.875] collectAutoImports: 2.192968999966979 +Info 8902 [17:46:37.875] getCompletionData: Semantic work: 2.832871001213789 +Info 8903 [17:46:37.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0348540004342794 +Info 8904 [17:46:37.877] Format host information updated +Info 8905 [17:46:38.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8906 [17:46:38.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 6.585609000176191ms +Info 8907 [17:46:38.056] Different program with same set of files +Info 8908 [17:46:38.056] getCompletionData: Get current token: 0.002922000363469124 +Info 8909 [17:46:38.056] getCompletionData: Is inside comment: 0.0010630004107952118 +Info 8910 [17:46:38.056] getCompletionData: Get previous token: 0.012182001024484634 +Info 8911 [17:46:38.056] getCompletionsAtPosition: isCompletionListBlocker: 0.00223500095307827 +Info 8912 [17:46:38.056] getExportInfoMap: cache hit +Info 8913 [17:46:38.069] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 8914 [17:46:38.069] collectAutoImports: response is complete +Info 8915 [17:46:38.069] collectAutoImports: 12.699803998693824 +Info 8916 [17:46:38.069] getCompletionData: Semantic work: 13.218857999891043 +Info 8917 [17:46:38.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.768438998609781 +Info 8918 [17:46:38.078] Format host information updated +Info 8919 [17:46:44.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8920 [17:46:44.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 6.5708000008016825ms +Info 8921 [17:46:44.316] Different program with same set of files +Info 8922 [17:46:44.316] getCompletionData: Get current token: 0.003188999369740486 +Info 8923 [17:46:44.316] getCompletionData: Is inside comment: 0.0010599996894598007 +Info 8924 [17:46:44.316] getCompletionData: Get previous token: 0.011620000004768372 +Info 8925 [17:46:44.316] getCompletionsAtPosition: isCompletionListBlocker: 0.002562001347541809 +Info 8926 [17:46:44.316] getExportInfoMap: cache hit +Info 8927 [17:46:44.327] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 8928 [17:46:44.327] collectAutoImports: response is complete +Info 8929 [17:46:44.327] collectAutoImports: 10.92526699975133 +Info 8930 [17:46:44.327] getCompletionData: Semantic work: 11.41483199968934 +Info 8931 [17:46:44.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3336849994957447 +Info 8932 [17:46:44.335] Format host information updated +Info 8933 [17:46:44.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8934 [17:46:44.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 6.4110610000789165ms +Info 8935 [17:46:44.532] Different program with same set of files +Info 8936 [17:46:44.533] getCompletionData: Get current token: 0.0030990000814199448 +Info 8937 [17:46:44.533] getCompletionData: Is inside comment: 0.0011459998786449432 +Info 8938 [17:46:44.533] getCompletionData: Get previous token: 0.01300400123000145 +Info 8939 [17:46:44.533] getCompletionsAtPosition: isCompletionListBlocker: 0.0026619993150234222 +Info 8940 [17:46:44.533] getExportInfoMap: cache hit +Info 8941 [17:46:44.537] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 39 from cache +Info 8942 [17:46:44.537] collectAutoImports: response is complete +Info 8943 [17:46:44.537] collectAutoImports: 3.3417150005698204 +Info 8944 [17:46:44.537] getCompletionData: Semantic work: 4.04339399933815 +Info 8945 [17:46:44.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0922180004417896 +Info 8946 [17:46:44.539] Format host information updated +Info 8947 [17:46:44.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8948 [17:46:44.668] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 6.897588001564145ms +Info 8949 [17:46:44.668] Different program with same set of files +Info 8950 [17:46:44.668] getCompletionData: Get current token: 0.003196999430656433 +Info 8951 [17:46:44.668] getCompletionData: Is inside comment: 0.0013220012187957764 +Info 8952 [17:46:44.668] getCompletionData: Get previous token: 0.015125000849366188 +Info 8953 [17:46:44.668] getCompletionsAtPosition: isCompletionListBlocker: 0.002888999879360199 +Info 8954 [17:46:44.671] getExportInfoMap: cache hit +Info 8955 [17:46:44.674] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 25 from cache +Info 8956 [17:46:44.674] collectAutoImports: response is complete +Info 8957 [17:46:44.674] collectAutoImports: 3.186666999012232 +Info 8958 [17:46:44.674] getCompletionData: Semantic work: 5.7956140004098415 +Info 8959 [17:46:44.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1440179999917746 +Info 8960 [17:46:44.677] Format host information updated +Info 8961 [17:46:44.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8962 [17:46:44.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 19.736479001119733ms +Info 8963 [17:46:44.751] Different program with same set of files +Info 8964 [17:46:44.752] getCompletionData: Get current token: 0.011847000569105148 +Info 8965 [17:46:44.752] getCompletionData: Is inside comment: 0.004784001037478447 +Info 8966 [17:46:44.752] getCompletionData: Get previous token: 0.05051200091838837 +Info 8967 [17:46:44.752] getCompletionsAtPosition: isCompletionListBlocker: 0.006829999387264252 +Info 8968 [17:46:44.753] getExportInfoMap: cache hit +Info 8969 [17:46:44.759] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 5 from cache +Info 8970 [17:46:44.759] collectAutoImports: response is complete +Info 8971 [17:46:44.759] collectAutoImports: 5.291533999145031 +Info 8972 [17:46:44.759] getCompletionData: Semantic work: 6.88875300064683 +Info 8973 [17:46:44.762] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9733689986169338 +Info 8974 [17:46:44.763] Format host information updated +Info 8975 [17:46:44.875] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8976 [17:46:44.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 9.545080998912454ms +Info 8977 [17:46:44.885] Different program with same set of files +Info 8978 [17:46:44.885] getCompletionData: Get current token: 0.005108999088406563 +Info 8979 [17:46:44.885] getCompletionData: Is inside comment: 0.001540999859571457 +Info 8980 [17:46:44.885] getCompletionData: Get previous token: 0.021873999387025833 +Info 8981 [17:46:44.885] getCompletionsAtPosition: isCompletionListBlocker: 0.003521999344229698 +Info 8982 [17:46:44.886] getExportInfoMap: cache hit +Info 8983 [17:46:44.888] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 5 from cache +Info 8984 [17:46:44.888] collectAutoImports: response is complete +Info 8985 [17:46:44.888] collectAutoImports: 2.030009001493454 +Info 8986 [17:46:44.888] getCompletionData: Semantic work: 2.7411980014294386 +Info 8987 [17:46:44.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.192799000069499 +Info 8988 [17:46:44.890] Format host information updated +Info 8989 [17:46:44.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8990 [17:46:44.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 6.518229000270367ms +Info 8991 [17:46:44.957] Different program with same set of files +Info 8992 [17:46:44.957] getCompletionData: Get current token: 0.003048000857234001 +Info 8993 [17:46:44.957] getCompletionData: Is inside comment: 0.001178000122308731 +Info 8994 [17:46:44.957] getCompletionData: Get previous token: 0.013321999460458755 +Info 8995 [17:46:44.957] getCompletionsAtPosition: isCompletionListBlocker: 0.0026510003954172134 +Info 8996 [17:46:44.957] getExportInfoMap: cache hit +Info 8997 [17:46:44.959] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 8998 [17:46:44.959] collectAutoImports: response is complete +Info 8999 [17:46:44.959] collectAutoImports: 1.8225439991801977 +Info 9000 [17:46:44.959] getCompletionData: Semantic work: 2.3444929998368025 +Info 9001 [17:46:44.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8951980005949736 +Info 9002 [17:46:44.961] Format host information updated +Info 9003 [17:46:45.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9004 [17:46:45.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 8.639766000211239ms +Info 9005 [17:46:45.019] Different program with same set of files +Info 9006 [17:46:45.019] getCompletionData: Get current token: 0.0031890012323856354 +Info 9007 [17:46:45.019] getCompletionData: Is inside comment: 0.0012899991124868393 +Info 9008 [17:46:45.019] getCompletionData: Get previous token: 0.013495000079274178 +Info 9009 [17:46:45.019] getCompletionsAtPosition: isCompletionListBlocker: 0.0031279996037483215 +Info 9010 [17:46:45.020] getExportInfoMap: cache hit +Info 9011 [17:46:45.022] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 9012 [17:46:45.022] collectAutoImports: response is complete +Info 9013 [17:46:45.022] collectAutoImports: 1.8589859995990992 +Info 9014 [17:46:45.022] getCompletionData: Semantic work: 2.4293690007179976 +Info 9015 [17:46:45.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9065339993685484 +Info 9016 [17:46:45.024] Format host information updated +Info 9017 [17:46:45.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9018 [17:46:45.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 6.633205000311136ms +Info 9019 [17:46:45.122] Different program with same set of files +Info 9020 [17:46:45.123] getCompletionData: Get current token: 0.0030170008540153503 +Info 9021 [17:46:45.123] getCompletionData: Is inside comment: 0.0012529995292425156 +Info 9022 [17:46:45.123] getCompletionData: Get previous token: 0.0128370001912117 +Info 9023 [17:46:45.123] getCompletionsAtPosition: isCompletionListBlocker: 0.002855999395251274 +Info 9024 [17:46:45.123] getExportInfoMap: cache hit +Info 9025 [17:46:45.125] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 9026 [17:46:45.125] collectAutoImports: response is complete +Info 9027 [17:46:45.125] collectAutoImports: 1.8444749992340803 +Info 9028 [17:46:45.125] getCompletionData: Semantic work: 2.3684890009462833 +Info 9029 [17:46:45.126] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8892219997942448 +Info 9030 [17:46:45.130] Format host information updated +Info 9031 [17:46:45.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9032 [17:46:45.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 27.080147998407483ms +Info 9033 [17:46:45.392] Different program with same set of files +Info 9034 [17:46:45.392] getCompletionData: Get current token: 0.007434999570250511 +Info 9035 [17:46:45.392] getCompletionData: Is inside comment: 0.002926001325249672 +Info 9036 [17:46:45.392] getCompletionData: Get previous token: 0.04738300107419491 +Info 9037 [17:46:45.392] getCompletionsAtPosition: isCompletionListBlocker: 0.006178000941872597 +Info 9038 [17:46:45.394] getExportInfoMap: cache hit +Info 9039 [17:46:45.399] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 9040 [17:46:45.399] collectAutoImports: response is complete +Info 9041 [17:46:45.399] collectAutoImports: 5.016657000407577 +Info 9042 [17:46:45.399] getCompletionData: Semantic work: 6.617635000497103 +Info 9043 [17:46:45.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8059339988976717 +Info 9044 [17:46:45.403] Format host information updated +Info 9045 [17:50:40.304] Format host information updated +Info 9046 [17:50:40.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9047 [17:50:40.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 7.126771999523044ms +Info 9048 [17:50:40.311] Different program with same set of files +Info 9049 [17:50:40.483] Format host information updated +Info 9050 [17:50:40.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9051 [17:50:40.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 9.327006999403238ms +Info 9052 [17:50:40.492] Different program with same set of files +Info 9053 [17:50:44.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9054 [17:50:44.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 9.79636399820447ms +Info 9055 [17:50:44.519] Different program with same set of files +Info 9056 [17:50:44.519] getCompletionData: Get current token: 0.0021570008248090744 +Info 9057 [17:50:44.519] getCompletionData: Is inside comment: 0.007024001330137253 +Info 9058 [17:50:44.519] getCompletionData: Get previous token: 0.008173000067472458 +Info 9059 [17:50:44.519] getCompletionsAtPosition: isCompletionListBlocker: 0.0013689994812011719 +Info 9060 [17:50:44.519] Returning an empty list because completion was requested in an invalid position. +Info 9061 [17:50:44.520] Format host information updated +Info 9062 [17:50:44.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9063 [17:50:44.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 10.551358999684453ms +Info 9064 [17:50:44.726] Different program with same set of files +Info 9065 [17:50:44.726] getCompletionData: Get current token: 0.002369999885559082 +Info 9066 [17:50:44.726] getCompletionData: Is inside comment: 0.007308000698685646 +Info 9067 [17:50:44.726] getCompletionData: Get previous token: 0.008509999141097069 +Info 9068 [17:50:44.726] getCompletionsAtPosition: isCompletionListBlocker: 0.0014690011739730835 +Info 9069 [17:50:44.726] Returning an empty list because completion was requested in an invalid position. +Info 9070 [17:50:44.727] Format host information updated +Info 9071 [17:50:44.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9072 [17:50:44.868] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 38.06221899949014ms +Info 9073 [17:50:44.869] Different program with same set of files +Info 9074 [17:50:44.869] getCompletionData: Get current token: 0.006581000983715057 +Info 9075 [17:50:44.869] getCompletionData: Is inside comment: 0.023031998425722122 +Info 9076 [17:50:44.869] getCompletionData: Get previous token: 0.022950999438762665 +Info 9077 [17:50:44.869] getCompletionsAtPosition: isCompletionListBlocker: 0.002718999981880188 +Info 9078 [17:50:44.869] Returning an empty list because completion was requested in an invalid position. +Info 9079 [17:50:44.869] Format host information updated +Info 9080 [17:50:45.105] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9081 [17:50:45.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 8.931490998715162ms +Info 9082 [17:50:45.114] Different program with same set of files +Info 9083 [17:50:45.114] getCompletionData: Get current token: 0.0026820003986358643 +Info 9084 [17:50:45.114] getCompletionData: Is inside comment: 0.008124999701976776 +Info 9085 [17:50:45.114] getCompletionData: Get previous token: 0.012539999559521675 +Info 9086 [17:50:45.114] getCompletionsAtPosition: isCompletionListBlocker: 0.0012779999524354935 +Info 9087 [17:50:45.114] Returning an empty list because completion was requested in an invalid position. +Info 9088 [17:50:45.115] Format host information updated +Info 9089 [17:50:45.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9090 [17:50:45.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 8.70949099957943ms +Info 9091 [17:50:45.224] Different program with same set of files +Info 9092 [17:50:45.224] getCompletionData: Get current token: 0.002887999638915062 +Info 9093 [17:50:45.224] getCompletionData: Is inside comment: 0.00851999968290329 +Info 9094 [17:50:45.224] getCompletionData: Get previous token: 0.010177001357078552 +Info 9095 [17:50:45.224] getCompletionsAtPosition: isCompletionListBlocker: 0.0013020001351833344 +Info 9096 [17:50:45.224] Returning an empty list because completion was requested in an invalid position. +Info 9097 [17:50:45.225] Format host information updated +Info 9098 [17:50:45.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9099 [17:50:45.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 8.038707999512553ms +Info 9100 [17:50:45.429] Different program with same set of files +Info 9101 [17:50:45.430] getCompletionData: Get current token: 0.003746001049876213 +Info 9102 [17:50:45.430] getCompletionData: Is inside comment: 0.008154001086950302 +Info 9103 [17:50:45.430] getCompletionData: Get previous token: 0.01119299978017807 +Info 9104 [17:50:45.430] getCompletionsAtPosition: isCompletionListBlocker: 0.0011539999395608902 +Info 9105 [17:50:45.430] Returning an empty list because completion was requested in an invalid position. +Info 9106 [17:50:45.430] Format host information updated +Info 9107 [17:50:45.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9108 [17:50:45.499] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 8.8130549993366ms +Info 9109 [17:50:45.499] Different program with same set of files +Info 9110 [17:50:45.499] getCompletionData: Get current token: 0.0025659985840320587 +Info 9111 [17:50:45.499] getCompletionData: Is inside comment: 0.007425000891089439 +Info 9112 [17:50:45.499] getCompletionData: Get previous token: 0.008165000006556511 +Info 9113 [17:50:45.499] getCompletionsAtPosition: isCompletionListBlocker: 0.001333998516201973 +Info 9114 [17:50:45.499] Returning an empty list because completion was requested in an invalid position. +Info 9115 [17:50:45.499] Format host information updated +Info 9116 [17:50:45.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9117 [17:50:45.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 27.32089399918914ms +Info 9118 [17:50:45.602] Different program with same set of files +Info 9119 [17:50:45.603] getCompletionData: Get current token: 0.009233999997377396 +Info 9120 [17:50:45.603] getCompletionData: Is inside comment: 0.02796499989926815 +Info 9121 [17:50:45.603] getCompletionData: Get previous token: 0.03229000046849251 +Info 9122 [17:50:45.603] getCompletionsAtPosition: isCompletionListBlocker: 0.003681998699903488 +Info 9123 [17:50:45.603] Returning an empty list because completion was requested in an invalid position. +Info 9124 [17:50:45.604] Format host information updated +Info 9125 [17:50:45.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9126 [17:50:45.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 20.101294999942183ms +Info 9127 [17:50:45.665] Different program with same set of files +Info 9128 [17:50:45.665] getCompletionData: Get current token: 0.007402999326586723 +Info 9129 [17:50:45.665] getCompletionData: Is inside comment: 0.023104999214410782 +Info 9130 [17:50:45.666] getCompletionData: Get previous token: 0.026319000869989395 +Info 9131 [17:50:45.666] getCompletionsAtPosition: isCompletionListBlocker: 0.0033210013061761856 +Info 9132 [17:50:45.666] Returning an empty list because completion was requested in an invalid position. +Info 9133 [17:50:45.666] Format host information updated +Info 9134 [17:50:51.779] Format host information updated +Info 9135 [17:50:51.779] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9136 [17:50:51.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 8.235107999294996ms +Info 9137 [17:50:51.787] Different program with same set of files +Info 9138 [17:50:54.197] Format host information updated +Info 9139 [17:50:54.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9140 [17:50:54.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 7.3325789999216795ms +Info 9141 [17:50:54.205] Different program with same set of files +Info 9142 [17:50:55.755] Format host information updated +Info 9143 [17:50:55.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9144 [17:50:55.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 9.752789000049233ms +Info 9145 [17:50:55.765] Different program with same set of files +Info 9146 [17:50:57.349] Format host information updated +Info 9147 [17:50:57.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9148 [17:50:57.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 7.67497100122273ms +Info 9149 [17:50:57.357] Different program with same set of files +Info 9150 [17:50:59.317] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9151 [17:50:59.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 9.426231000572443ms +Info 9152 [17:50:59.327] Different program with same set of files +Info 9153 [17:50:59.327] getCompletionData: Get current token: 0.006233999505639076 +Info 9154 [17:50:59.327] getCompletionData: Is inside comment: 0.001201000064611435 +Info 9155 [17:50:59.327] getCompletionData: Get previous token: 0.011863000690937042 +Info 9156 [17:50:59.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0067350007593631744 +Info 9157 [17:50:59.328] getExportInfoMap: cache hit +Info 9158 [17:50:59.340] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 9159 [17:50:59.340] collectAutoImports: response is complete +Info 9160 [17:50:59.340] collectAutoImports: 12.606553001329303 +Info 9161 [17:50:59.340] getCompletionData: Semantic work: 13.230666000396013 +Info 9162 [17:50:59.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.213027000427246 +Info 9163 [17:50:59.354] Format host information updated +Info 9164 [17:50:59.743] Format host information updated +Info 9165 [17:50:59.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9166 [17:50:59.750] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 7.055673001334071ms +Info 9167 [17:50:59.750] Different program with same set of files +Info 9168 [17:51:02.512] Format host information updated +Info 9169 [17:51:02.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9170 [17:51:02.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 7.326317999511957ms +Info 9171 [17:51:02.520] Different program with same set of files +Info 9172 [17:51:07.414] getCompletionData: Get current token: 0.004519999027252197 +Info 9173 [17:51:07.414] getCompletionData: Is inside comment: 0.011887000873684883 +Info 9174 [17:51:07.414] getCompletionData: Get previous token: 0.00908300094306469 +Info 9175 [17:51:07.414] getCompletionsAtPosition: isCompletionListBlocker: 0.0023120008409023285 +Info 9176 [17:51:07.415] getExportInfoMap: cache hit +Info 9177 [17:51:07.430] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 9178 [17:51:07.430] collectAutoImports: response is complete +Info 9179 [17:51:07.430] collectAutoImports: 14.950015999376774 +Info 9180 [17:51:07.430] getCompletionData: Semantic work: 15.716589000076056 +Info 9181 [17:51:07.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.616084000095725 +Info 9182 [17:51:07.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9183 [17:51:07.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 7.239524999633431ms +Info 9184 [17:51:07.620] Different program with same set of files +Info 9185 [17:51:07.620] getCompletionData: Get current token: 0.004926001653075218 +Info 9186 [17:51:07.620] getCompletionData: Is inside comment: 0.010145999491214752 +Info 9187 [17:51:07.620] getCompletionData: Get previous token: 0.007061999291181564 +Info 9188 [17:51:07.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0026620011776685715 +Info 9189 [17:51:07.621] getExportInfoMap: cache hit +Info 9190 [17:51:07.633] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 9191 [17:51:07.633] collectAutoImports: response is complete +Info 9192 [17:51:07.633] collectAutoImports: 12.425263000652194 +Info 9193 [17:51:07.633] getCompletionData: Semantic work: 12.978666000068188 +Info 9194 [17:51:07.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.911423999816179 +Info 9195 [17:51:07.643] Format host information updated +Info 9196 [17:51:07.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9197 [17:51:07.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 6.896946998313069ms +Info 9198 [17:51:07.679] Different program with same set of files +Info 9199 [17:51:07.679] getCompletionData: Get current token: 0.0036660004407167435 +Info 9200 [17:51:07.679] getCompletionData: Is inside comment: 0.008822001516819 +Info 9201 [17:51:07.679] getCompletionData: Get previous token: 0.005781000480055809 +Info 9202 [17:51:07.679] getCompletionsAtPosition: isCompletionListBlocker: 0.005798999220132828 +Info 9203 [17:51:07.680] getExportInfoMap: cache hit +Info 9204 [17:51:07.692] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 9205 [17:51:07.692] collectAutoImports: response is complete +Info 9206 [17:51:07.692] collectAutoImports: 11.890087999403477 +Info 9207 [17:51:07.692] getCompletionData: Semantic work: 12.398082999512553 +Info 9208 [17:51:07.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.198725000023842 +Info 9209 [17:51:07.699] Format host information updated +Info 9210 [17:51:08.090] getCompletionData: Get current token: 0.014309000223875046 +Info 9211 [17:51:08.091] getCompletionData: Is inside comment: 0.042183998972177505 +Info 9212 [17:51:08.091] getCompletionData: Get previous token: 0.029868001118302345 +Info 9213 [17:51:08.091] getCompletionsAtPosition: isCompletionListBlocker: 0.006559999659657478 +Info 9214 [17:51:08.091] Returning an empty list because completion was requested in an invalid position. +Info 9215 [17:51:08.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9216 [17:51:08.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 8.484273999929428ms +Info 9217 [17:51:08.199] Different program with same set of files +Info 9218 [17:51:08.200] getCompletionData: Get current token: 0.004962999373674393 +Info 9219 [17:51:08.200] getCompletionData: Is inside comment: 0.013269999995827675 +Info 9220 [17:51:08.200] getCompletionData: Get previous token: 0.014639999717473984 +Info 9221 [17:51:08.200] getCompletionsAtPosition: isCompletionListBlocker: 0.0032940004020929337 +Info 9222 [17:51:08.200] getExportInfoMap: cache hit +Info 9223 [17:51:08.203] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 9224 [17:51:08.203] collectAutoImports: response is complete +Info 9225 [17:51:08.203] collectAutoImports: 2.5501060001552105 +Info 9226 [17:51:08.203] getCompletionData: Semantic work: 3.219753999263048 +Info 9227 [17:51:08.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2186510004103184 +Info 9228 [17:51:08.206] Format host information updated +Info 9229 [17:51:08.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9230 [17:51:08.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 6.969709999859333ms +Info 9231 [17:51:08.456] Different program with same set of files +Info 9232 [17:51:08.456] getCompletionData: Get current token: 0.0033189989626407623 +Info 9233 [17:51:08.457] getCompletionData: Is inside comment: 0.009759001433849335 +Info 9234 [17:51:08.457] getCompletionData: Get previous token: 0.011299999430775642 +Info 9235 [17:51:08.457] getCompletionsAtPosition: isCompletionListBlocker: 0.003046000376343727 +Info 9236 [17:51:08.457] getExportInfoMap: cache hit +Info 9237 [17:51:08.459] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9238 [17:51:08.459] collectAutoImports: response is complete +Info 9239 [17:51:08.459] collectAutoImports: 1.6654369998723269 +Info 9240 [17:51:08.459] getCompletionData: Semantic work: 2.207465000450611 +Info 9241 [17:51:08.461] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7199920006096363 +Info 9242 [17:51:08.461] Format host information updated +Info 9243 [17:51:08.861] Format host information updated +Info 9244 [17:51:08.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9245 [17:51:08.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 8.771269999444485ms +Info 9246 [17:51:08.870] Different program with same set of files +Info 9247 [17:51:09.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9248 [17:51:09.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 6.306011000648141ms +Info 9249 [17:51:09.121] Different program with same set of files +Info 9250 [17:51:09.121] getCompletionData: Get current token: 0.0036580003798007965 +Info 9251 [17:51:09.121] getCompletionData: Is inside comment: 0.026267001405358315 +Info 9252 [17:51:09.121] getCompletionData: Get previous token: 0.01260099932551384 +Info 9253 [17:51:09.121] getCompletionsAtPosition: isCompletionListBlocker: 0.0019179992377758026 +Info 9254 [17:51:09.122] getExportInfoMap: cache hit +Info 9255 [17:51:09.124] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 9256 [17:51:09.124] collectAutoImports: response is complete +Info 9257 [17:51:09.124] collectAutoImports: 2.394760999828577 +Info 9258 [17:51:09.124] getCompletionData: Semantic work: 2.893946999683976 +Info 9259 [17:51:09.126] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.815564000979066 +Info 9260 [17:51:09.127] Format host information updated +Info 9261 [17:51:09.286] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9262 [17:51:09.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 22.456046000123024ms +Info 9263 [17:51:09.309] Different program with same set of files +Info 9264 [17:51:09.309] getCompletionData: Get current token: 0.015521001070737839 +Info 9265 [17:51:09.309] getCompletionData: Is inside comment: 0.040929000824689865 +Info 9266 [17:51:09.310] getCompletionData: Get previous token: 0.0871449988335371 +Info 9267 [17:51:09.310] getCompletionsAtPosition: isCompletionListBlocker: 0.004083000123500824 +Info 9268 [17:51:09.311] getExportInfoMap: cache hit +Info 9269 [17:51:09.318] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 34 from cache +Info 9270 [17:51:09.318] collectAutoImports: response is complete +Info 9271 [17:51:09.318] collectAutoImports: 6.765831001102924 +Info 9272 [17:51:09.318] getCompletionData: Semantic work: 8.405624998733401 +Info 9273 [17:51:09.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5474150013178587 +Info 9274 [17:51:09.323] Format host information updated +Info 9275 [17:51:09.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9276 [17:51:09.489] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 6.734241001307964ms +Info 9277 [17:51:09.489] Different program with same set of files +Info 9278 [17:51:09.490] getCompletionData: Get current token: 0.0038750004023313522 +Info 9279 [17:51:09.490] getCompletionData: Is inside comment: 0.011528000235557556 +Info 9280 [17:51:09.490] getCompletionData: Get previous token: 0.014539999887347221 +Info 9281 [17:51:09.490] getCompletionsAtPosition: isCompletionListBlocker: 0.00203699991106987 +Info 9282 [17:51:09.490] getExportInfoMap: cache hit +Info 9283 [17:51:09.492] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 9284 [17:51:09.492] collectAutoImports: response is complete +Info 9285 [17:51:09.492] collectAutoImports: 2.071026999503374 +Info 9286 [17:51:09.492] getCompletionData: Semantic work: 2.667797999456525 +Info 9287 [17:51:09.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.718775000423193 +Info 9288 [17:51:09.497] Format host information updated +Info 9289 [17:51:09.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9290 [17:51:09.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 6.701809000223875ms +Info 9291 [17:51:09.560] Different program with same set of files +Info 9292 [17:51:09.560] getCompletionData: Get current token: 0.003210999071598053 +Info 9293 [17:51:09.560] getCompletionData: Is inside comment: 0.010926000773906708 +Info 9294 [17:51:09.560] getCompletionData: Get previous token: 0.014189999550580978 +Info 9295 [17:51:09.560] getCompletionsAtPosition: isCompletionListBlocker: 0.0021330006420612335 +Info 9296 [17:51:09.561] getExportInfoMap: cache hit +Info 9297 [17:51:09.563] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 9298 [17:51:09.563] collectAutoImports: response is complete +Info 9299 [17:51:09.563] collectAutoImports: 1.9854170009493828 +Info 9300 [17:51:09.563] getCompletionData: Semantic work: 2.5370969995856285 +Info 9301 [17:51:09.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8140009995549917 +Info 9302 [17:51:09.566] Format host information updated +Info 9303 [17:51:09.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9304 [17:51:09.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 30.694209000095725ms +Info 9305 [17:51:09.669] Different program with same set of files +Info 9306 [17:51:09.669] getCompletionData: Get current token: 0.010787000879645348 +Info 9307 [17:51:09.669] getCompletionData: Is inside comment: 0.0331410001963377 +Info 9308 [17:51:09.670] getCompletionData: Get previous token: 0.11029900051653385 +Info 9309 [17:51:09.670] getCompletionsAtPosition: isCompletionListBlocker: 0.0048610009253025055 +Info 9310 [17:51:09.671] getExportInfoMap: cache hit +Info 9311 [17:51:09.676] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 9312 [17:51:09.676] collectAutoImports: response is complete +Info 9313 [17:51:09.676] collectAutoImports: 4.707360999658704 +Info 9314 [17:51:09.676] getCompletionData: Semantic work: 6.028295001015067 +Info 9315 [17:51:09.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6888480000197887 +Info 9316 [17:51:09.681] Format host information updated +Info 9317 [17:51:09.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9318 [17:51:09.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 8.728403000161052ms +Info 9319 [17:51:09.710] Different program with same set of files +Info 9320 [17:51:09.710] getCompletionData: Get current token: 0.004552999511361122 +Info 9321 [17:51:09.711] getCompletionData: Is inside comment: 0.014830000698566437 +Info 9322 [17:51:09.711] getCompletionData: Get previous token: 0.018877001479268074 +Info 9323 [17:51:09.711] getCompletionsAtPosition: isCompletionListBlocker: 0.002513999119400978 +Info 9324 [17:51:09.711] getExportInfoMap: cache hit +Info 9325 [17:51:09.714] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 9326 [17:51:09.714] collectAutoImports: response is complete +Info 9327 [17:51:09.714] collectAutoImports: 2.6343559995293617 +Info 9328 [17:51:09.714] getCompletionData: Semantic work: 3.2844989988952875 +Info 9329 [17:51:09.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.421864999458194 +Info 9330 [17:51:09.719] Format host information updated +Info 9331 [17:51:09.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9332 [17:51:09.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 6.701548999175429ms +Info 9333 [17:51:09.935] Different program with same set of files +Info 9334 [17:51:09.935] getCompletionData: Get current token: 0.002991998568177223 +Info 9335 [17:51:09.935] getCompletionData: Is inside comment: 0.009589999914169312 +Info 9336 [17:51:09.935] getCompletionData: Get previous token: 0.012121999636292458 +Info 9337 [17:51:09.935] getCompletionsAtPosition: isCompletionListBlocker: 0.0019860006868839264 +Info 9338 [17:51:09.935] getExportInfoMap: cache hit +Info 9339 [17:51:09.937] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9340 [17:51:09.937] collectAutoImports: response is complete +Info 9341 [17:51:09.937] collectAutoImports: 1.7480079997330904 +Info 9342 [17:51:09.937] getCompletionData: Semantic work: 2.2016679998487234 +Info 9343 [17:51:09.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6775609999895096 +Info 9344 [17:51:09.940] Format host information updated +Info 9345 [17:51:09.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9346 [17:51:09.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 9.59115800075233ms +Info 9347 [17:51:09.999] Different program with same set of files +Info 9348 [17:51:09.999] getCompletionData: Get current token: 0.005152000114321709 +Info 9349 [17:51:09.999] getCompletionData: Is inside comment: 0.01650100015103817 +Info 9350 [17:51:09.999] getCompletionData: Get previous token: 0.019666999578475952 +Info 9351 [17:51:09.999] getCompletionsAtPosition: isCompletionListBlocker: 0.0025060009211301804 +Info 9352 [17:51:10.002] getExportInfoMap: cache hit +Info 9353 [17:51:10.005] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9354 [17:51:10.005] collectAutoImports: response is complete +Info 9355 [17:51:10.005] collectAutoImports: 2.7733309995383024 +Info 9356 [17:51:10.005] getCompletionData: Semantic work: 5.480601999908686 +Info 9357 [17:51:10.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6186790000647306 +Info 9358 [17:51:10.009] Format host information updated +Info 9359 [17:51:10.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9360 [17:51:10.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 16.35840000025928ms +Info 9361 [17:51:10.072] Different program with same set of files +Info 9362 [17:51:10.073] getCompletionData: Get current token: 0.008928999304771423 +Info 9363 [17:51:10.073] getCompletionData: Is inside comment: 0.028460999950766563 +Info 9364 [17:51:10.073] getCompletionData: Get previous token: 0.03524400107562542 +Info 9365 [17:51:10.073] getCompletionsAtPosition: isCompletionListBlocker: 0.00376800075173378 +Info 9366 [17:51:10.074] getExportInfoMap: cache hit +Info 9367 [17:51:10.079] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9368 [17:51:10.079] collectAutoImports: response is complete +Info 9369 [17:51:10.079] collectAutoImports: 4.52509499900043 +Info 9370 [17:51:10.079] getCompletionData: Semantic work: 5.699304999783635 +Info 9371 [17:51:10.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.417621999979019 +Info 9372 [17:51:10.085] Format host information updated +Info 9373 [17:51:10.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9374 [17:51:10.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 13.68787799961865ms +Info 9375 [17:51:10.139] Different program with same set of files +Info 9376 [17:51:10.139] getCompletionData: Get current token: 0.003692999482154846 +Info 9377 [17:51:10.139] getCompletionData: Is inside comment: 0.010725000873208046 +Info 9378 [17:51:10.139] getCompletionData: Get previous token: 0.013476001098752022 +Info 9379 [17:51:10.139] getCompletionsAtPosition: isCompletionListBlocker: 0.0020030010491609573 +Info 9380 [17:51:10.140] getExportInfoMap: cache hit +Info 9381 [17:51:10.142] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9382 [17:51:10.142] collectAutoImports: response is complete +Info 9383 [17:51:10.142] collectAutoImports: 2.5050569996237755 +Info 9384 [17:51:10.142] getCompletionData: Semantic work: 3.286040000617504 +Info 9385 [17:51:10.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1064419988542795 +Info 9386 [17:51:10.147] Format host information updated +Info 9387 [17:51:10.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9388 [17:51:10.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 12.155623000115156ms +Info 9389 [17:51:10.448] Different program with same set of files +Info 9390 [17:51:10.448] getCompletionData: Get current token: 0.006937999278306961 +Info 9391 [17:51:10.448] getCompletionData: Is inside comment: 0.0191040001809597 +Info 9392 [17:51:10.448] getCompletionData: Get previous token: 0.024800999090075493 +Info 9393 [17:51:10.448] getCompletionsAtPosition: isCompletionListBlocker: 0.002732999622821808 +Info 9394 [17:51:10.449] getExportInfoMap: cache hit +Info 9395 [17:51:10.452] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9396 [17:51:10.452] collectAutoImports: response is complete +Info 9397 [17:51:10.452] collectAutoImports: 3.2534439992159605 +Info 9398 [17:51:10.452] getCompletionData: Semantic work: 4.113189999014139 +Info 9399 [17:51:10.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3578310012817383 +Info 9400 [17:51:10.457] Format host information updated +Info 9401 [17:51:10.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9402 [17:51:10.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 12.505111999809742ms +Info 9403 [17:51:10.555] Different program with same set of files +Info 9404 [17:51:10.555] getCompletionData: Get current token: 0.005773000419139862 +Info 9405 [17:51:10.555] getCompletionData: Is inside comment: 0.018140999600291252 +Info 9406 [17:51:10.555] getCompletionData: Get previous token: 0.02167399972677231 +Info 9407 [17:51:10.555] getCompletionsAtPosition: isCompletionListBlocker: 0.002551998943090439 +Info 9408 [17:51:10.556] getExportInfoMap: cache hit +Info 9409 [17:51:10.559] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9410 [17:51:10.559] collectAutoImports: response is complete +Info 9411 [17:51:10.559] collectAutoImports: 2.8375469986349344 +Info 9412 [17:51:10.559] getCompletionData: Semantic work: 3.5678119994699955 +Info 9413 [17:51:10.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.456579999998212 +Info 9414 [17:51:10.564] Format host information updated +Info 9415 [17:51:10.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9416 [17:51:10.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 7.042187001556158ms +Info 9417 [17:51:10.611] Different program with same set of files +Info 9418 [17:51:10.611] getCompletionData: Get current token: 0.0038479994982481003 +Info 9419 [17:51:10.611] getCompletionData: Is inside comment: 0.010917998850345612 +Info 9420 [17:51:10.611] getCompletionData: Get previous token: 0.015478000044822693 +Info 9421 [17:51:10.611] getCompletionsAtPosition: isCompletionListBlocker: 0.0018310006707906723 +Info 9422 [17:51:10.611] getExportInfoMap: cache hit +Info 9423 [17:51:10.613] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9424 [17:51:10.613] collectAutoImports: response is complete +Info 9425 [17:51:10.613] collectAutoImports: 1.883287999778986 +Info 9426 [17:51:10.613] getCompletionData: Semantic work: 2.4012089986354113 +Info 9427 [17:51:10.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8922690004110336 +Info 9428 [17:51:10.616] Format host information updated +Info 9429 [17:51:10.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9430 [17:51:10.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 25.653169000521302ms +Info 9431 [17:51:10.761] Different program with same set of files +Info 9432 [17:51:10.761] getCompletionData: Get current token: 0.01551700010895729 +Info 9433 [17:51:10.761] getCompletionData: Is inside comment: 0.04835100099444389 +Info 9434 [17:51:10.762] getCompletionData: Get previous token: 0.060510000213980675 +Info 9435 [17:51:10.762] getCompletionsAtPosition: isCompletionListBlocker: 0.006066000089049339 +Info 9436 [17:51:10.767] getExportInfoMap: cache hit +Info 9437 [17:51:10.771] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9438 [17:51:10.771] collectAutoImports: response is complete +Info 9439 [17:51:10.771] collectAutoImports: 4.255410000681877 +Info 9440 [17:51:10.771] getCompletionData: Semantic work: 9.61854499951005 +Info 9441 [17:51:10.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.830798000097275 +Info 9442 [17:51:10.777] Format host information updated +Info 9443 [17:51:10.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9444 [17:51:10.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 15.61149200052023ms +Info 9445 [17:51:10.853] Different program with same set of files +Info 9446 [17:51:10.853] getCompletionData: Get current token: 0.008231999352574348 +Info 9447 [17:51:10.853] getCompletionData: Is inside comment: 0.02727000042796135 +Info 9448 [17:51:10.853] getCompletionData: Get previous token: 0.04028899967670441 +Info 9449 [17:51:10.853] getCompletionsAtPosition: isCompletionListBlocker: 0.003742000088095665 +Info 9450 [17:51:10.854] getExportInfoMap: cache hit +Info 9451 [17:51:10.859] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9452 [17:51:10.859] collectAutoImports: response is complete +Info 9453 [17:51:10.859] collectAutoImports: 4.232049999758601 +Info 9454 [17:51:10.859] getCompletionData: Semantic work: 5.362633999437094 +Info 9455 [17:51:10.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.5561009999364614 +Info 9456 [17:51:10.865] Format host information updated +Info 9457 [17:51:10.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9458 [17:51:10.992] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 8.187970999628305ms +Info 9459 [17:51:10.992] Different program with same set of files +Info 9460 [17:51:10.992] getCompletionData: Get current token: 0.0029619988054037094 +Info 9461 [17:51:10.992] getCompletionData: Is inside comment: 0.009184001013636589 +Info 9462 [17:51:10.992] getCompletionData: Get previous token: 0.011547001078724861 +Info 9463 [17:51:10.992] getCompletionsAtPosition: isCompletionListBlocker: 0.0015980005264282227 +Info 9464 [17:51:10.992] getExportInfoMap: cache hit +Info 9465 [17:51:10.994] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9466 [17:51:10.994] collectAutoImports: response is complete +Info 9467 [17:51:10.994] collectAutoImports: 1.543783999979496 +Info 9468 [17:51:10.994] getCompletionData: Semantic work: 1.9749979991465807 +Info 9469 [17:51:10.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5965640004724264 +Info 9470 [17:51:10.996] Format host information updated +Info 9471 [17:51:11.166] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9472 [17:51:11.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 6.371465999633074ms +Info 9473 [17:51:11.172] Different program with same set of files +Info 9474 [17:51:11.173] getCompletionData: Get current token: 0.0030120015144348145 +Info 9475 [17:51:11.173] getCompletionData: Is inside comment: 0.00878399983048439 +Info 9476 [17:51:11.173] getCompletionData: Get previous token: 0.012041999027132988 +Info 9477 [17:51:11.173] getCompletionsAtPosition: isCompletionListBlocker: 0.001881999894976616 +Info 9478 [17:51:11.173] getExportInfoMap: cache hit +Info 9479 [17:51:11.175] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9480 [17:51:11.175] collectAutoImports: response is complete +Info 9481 [17:51:11.175] collectAutoImports: 1.7140920013189316 +Info 9482 [17:51:11.175] getCompletionData: Semantic work: 2.157913999632001 +Info 9483 [17:51:11.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.617341998964548 +Info 9484 [17:51:11.178] Format host information updated +Info 9485 [17:51:11.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9486 [17:51:11.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 12.075085999444127ms +Info 9487 [17:51:11.242] Different program with same set of files +Info 9488 [17:51:11.243] getCompletionData: Get current token: 0.007303999736905098 +Info 9489 [17:51:11.243] getCompletionData: Is inside comment: 0.02318600006401539 +Info 9490 [17:51:11.243] getCompletionData: Get previous token: 0.029226001352071762 +Info 9491 [17:51:11.243] getCompletionsAtPosition: isCompletionListBlocker: 0.003091000020503998 +Info 9492 [17:51:11.244] getExportInfoMap: cache hit +Info 9493 [17:51:11.247] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9494 [17:51:11.247] collectAutoImports: response is complete +Info 9495 [17:51:11.247] collectAutoImports: 3.5698830001056194 +Info 9496 [17:51:11.247] getCompletionData: Semantic work: 4.476126000285149 +Info 9497 [17:51:11.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7018899992108345 +Info 9498 [17:51:11.253] Format host information updated +Info 9499 [17:51:11.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9500 [17:51:11.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 24.123431999236345ms +Info 9501 [17:51:11.355] Different program with same set of files +Info 9502 [17:51:11.356] getCompletionData: Get current token: 0.00997999869287014 +Info 9503 [17:51:11.356] getCompletionData: Is inside comment: 0.03292500041425228 +Info 9504 [17:51:11.356] getCompletionData: Get previous token: 0.0412409994751215 +Info 9505 [17:51:11.356] getCompletionsAtPosition: isCompletionListBlocker: 0.004563000053167343 +Info 9506 [17:51:11.357] getExportInfoMap: cache hit +Info 9507 [17:51:11.361] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9508 [17:51:11.361] collectAutoImports: response is complete +Info 9509 [17:51:11.361] collectAutoImports: 4.2004289999604225 +Info 9510 [17:51:11.361] getCompletionData: Semantic work: 5.504478000104427 +Info 9511 [17:51:11.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.999826999381185 +Info 9512 [17:51:11.369] Format host information updated +Info 9513 [17:51:11.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9514 [17:51:11.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 7.564786000177264ms +Info 9515 [17:51:11.402] Different program with same set of files +Info 9516 [17:51:11.402] getCompletionData: Get current token: 0.004611000418663025 +Info 9517 [17:51:11.402] getCompletionData: Is inside comment: 0.013452000916004181 +Info 9518 [17:51:11.402] getCompletionData: Get previous token: 0.016977999359369278 +Info 9519 [17:51:11.402] getCompletionsAtPosition: isCompletionListBlocker: 0.0024520009756088257 +Info 9520 [17:51:11.402] getExportInfoMap: cache hit +Info 9521 [17:51:11.405] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9522 [17:51:11.405] collectAutoImports: response is complete +Info 9523 [17:51:11.405] collectAutoImports: 2.1104819998145103 +Info 9524 [17:51:11.405] getCompletionData: Semantic work: 2.6744710002094507 +Info 9525 [17:51:11.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0882859993726015 +Info 9526 [17:51:11.408] Format host information updated +Info 9527 [17:51:11.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9528 [17:51:11.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 26.71587299928069ms +Info 9529 [17:51:11.541] Different program with same set of files +Info 9530 [17:51:11.542] getCompletionData: Get current token: 0.007619000971317291 +Info 9531 [17:51:11.542] getCompletionData: Is inside comment: 0.02434299886226654 +Info 9532 [17:51:11.542] getCompletionData: Get previous token: 0.03159399889409542 +Info 9533 [17:51:11.542] getCompletionsAtPosition: isCompletionListBlocker: 0.0041900016367435455 +Info 9534 [17:51:11.543] getExportInfoMap: cache hit +Info 9535 [17:51:11.546] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9536 [17:51:11.546] collectAutoImports: response is complete +Info 9537 [17:51:11.546] collectAutoImports: 3.3124309983104467 +Info 9538 [17:51:11.546] getCompletionData: Semantic work: 4.346491999924183 +Info 9539 [17:51:11.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.137066999450326 +Info 9540 [17:51:11.551] Format host information updated +Info 9541 [17:51:11.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9542 [17:51:11.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 10.402557998895645ms +Info 9543 [17:51:11.610] Different program with same set of files +Info 9544 [17:51:11.610] getCompletionData: Get current token: 0.005698001012206078 +Info 9545 [17:51:11.610] getCompletionData: Is inside comment: 0.01890300028026104 +Info 9546 [17:51:11.610] getCompletionData: Get previous token: 0.022180000320076942 +Info 9547 [17:51:11.610] getCompletionsAtPosition: isCompletionListBlocker: 0.0026730000972747803 +Info 9548 [17:51:11.611] getExportInfoMap: cache hit +Info 9549 [17:51:11.614] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 9550 [17:51:11.614] collectAutoImports: response is complete +Info 9551 [17:51:11.614] collectAutoImports: 2.8411730006337166 +Info 9552 [17:51:11.614] getCompletionData: Semantic work: 3.5856550000607967 +Info 9553 [17:51:11.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9521770011633635 +Info 9554 [17:51:11.620] Format host information updated +Info 9555 [17:51:11.757] getCompletionData: Get current token: 0.005270000547170639 +Info 9556 [17:51:11.757] getCompletionData: Is inside comment: 0.012651000171899796 +Info 9557 [17:51:11.758] getCompletionData: Get previous token: 0.008208999410271645 +Info 9558 [17:51:11.758] getCompletionsAtPosition: isCompletionListBlocker: 0.009852999821305275 +Info 9559 [17:51:11.758] getExportInfoMap: cache hit +Info 9560 [17:51:11.771] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 9561 [17:51:11.771] collectAutoImports: response is complete +Info 9562 [17:51:11.771] collectAutoImports: 12.379216000437737 +Info 9563 [17:51:11.771] getCompletionData: Semantic work: 13.051144000142813 +Info 9564 [17:51:11.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.621222000569105 +Info 9565 [17:51:11.955] Format host information updated +Info 9566 [17:51:11.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9567 [17:51:11.980] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 24.08637300133705ms +Info 9568 [17:51:11.980] Different program with same set of files +Info 9569 [17:51:12.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9570 [17:51:12.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 19.180097000673413ms +Info 9571 [17:51:12.050] Different program with same set of files +Info 9572 [17:51:12.050] getCompletionData: Get current token: 0.0058369990438222885 +Info 9573 [17:51:12.050] getCompletionData: Is inside comment: 0.02116999961435795 +Info 9574 [17:51:12.050] getCompletionData: Get previous token: 0.013486001640558243 +Info 9575 [17:51:12.050] getCompletionsAtPosition: isCompletionListBlocker: 0.014768000692129135 +Info 9576 [17:51:12.051] getExportInfoMap: cache hit +Info 9577 [17:51:12.071] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 9578 [17:51:12.071] collectAutoImports: response is complete +Info 9579 [17:51:12.071] collectAutoImports: 19.661577001214027 +Info 9580 [17:51:12.071] getCompletionData: Semantic work: 20.72554999962449 +Info 9581 [17:51:12.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.181166000664234 +Info 9582 [17:51:12.080] Format host information updated +Info 9583 [17:51:12.257] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9584 [17:51:12.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 7.8406119998544455ms +Info 9585 [17:51:12.265] Different program with same set of files +Info 9586 [17:51:12.265] getCompletionData: Get current token: 0.0037869997322559357 +Info 9587 [17:51:12.265] getCompletionData: Is inside comment: 0.008206000551581383 +Info 9588 [17:51:12.265] getCompletionData: Get previous token: 0.005516998469829559 +Info 9589 [17:51:12.265] getCompletionsAtPosition: isCompletionListBlocker: 0.0064040012657642365 +Info 9590 [17:51:12.265] getExportInfoMap: cache hit +Info 9591 [17:51:12.276] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 9592 [17:51:12.276] collectAutoImports: response is complete +Info 9593 [17:51:12.276] collectAutoImports: 10.18168800137937 +Info 9594 [17:51:12.276] getCompletionData: Semantic work: 10.64019599929452 +Info 9595 [17:51:12.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.082567000761628 +Info 9596 [17:51:12.285] Format host information updated +Info 9597 [17:51:12.316] Format host information updated +Info 9598 [17:51:12.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9599 [17:51:12.323] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 6.6253949999809265ms +Info 9600 [17:51:12.323] Different program with same set of files +Info 9601 [17:51:13.269] Format host information updated +Info 9602 [17:51:13.275] forEachExternalModuleToImportFrom autoImportProvider: 0.5643090009689331 +Info 9603 [17:51:14.577] Format host information updated +Info 9604 [17:51:14.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9605 [17:51:14.589] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 727 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.794968999922276ms +Info 9606 [17:51:14.589] Different program with same set of files +Info 9607 [17:51:16.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9608 [17:51:16.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 6.261272000148892ms +Info 9609 [17:51:16.257] Different program with same set of files +Info 9610 [17:51:16.257] getCompletionData: Get current token: 0.003096001222729683 +Info 9611 [17:51:16.257] getCompletionData: Is inside comment: 0.0009570010006427765 +Info 9612 [17:51:16.257] getCompletionData: Get previous token: 0.01396000012755394 +Info 9613 [17:51:16.257] getCompletionsAtPosition: isCompletionListBlocker: 0.0016449987888336182 +Info 9614 [17:51:16.257] getCompletionData: Semantic work: 0.23303800076246262 +Info 9615 [17:51:16.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0626980010420084 +Info 9616 [17:51:16.258] Format host information updated +Info 9617 [17:51:16.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9618 [17:51:16.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 11.984432000666857ms +Info 9619 [17:51:16.468] Different program with same set of files +Info 9620 [17:51:16.468] getCompletionData: Get current token: 0.005174001678824425 +Info 9621 [17:51:16.468] getCompletionData: Is inside comment: 0.0017249993979930878 +Info 9622 [17:51:16.468] getCompletionData: Get previous token: 0.022832000628113747 +Info 9623 [17:51:16.468] getCompletionsAtPosition: isCompletionListBlocker: 0.0030799992382526398 +Info 9624 [17:51:16.468] getCompletionData: Semantic work: 0.33936099894344807 +Info 9625 [17:51:16.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09837299957871437 +Info 9626 [17:51:16.469] Format host information updated +Info 9627 [17:51:16.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9628 [17:51:16.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 7.113712999969721ms +Info 9629 [17:51:16.548] Different program with same set of files +Info 9630 [17:51:16.548] getCompletionData: Get current token: 0.003911999985575676 +Info 9631 [17:51:16.548] getCompletionData: Is inside comment: 0.0013030003756284714 +Info 9632 [17:51:16.548] getCompletionData: Get previous token: 0.01941700093448162 +Info 9633 [17:51:16.548] getCompletionsAtPosition: isCompletionListBlocker: 0.0018709991127252579 +Info 9634 [17:51:16.548] getCompletionData: Semantic work: 0.26922000013291836 +Info 9635 [17:51:16.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07489299960434437 +Info 9636 [17:51:16.548] Format host information updated +Info 9637 [17:51:16.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9638 [17:51:16.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 9.912629999220371ms +Info 9639 [17:51:16.740] Different program with same set of files +Info 9640 [17:51:16.740] getCompletionData: Get current token: 0.0036390013992786407 +Info 9641 [17:51:16.740] getCompletionData: Is inside comment: 0.0013450011610984802 +Info 9642 [17:51:16.741] getCompletionData: Get previous token: 0.01844399981200695 +Info 9643 [17:51:16.741] getCompletionsAtPosition: isCompletionListBlocker: 0.002013999968767166 +Info 9644 [17:51:16.741] getCompletionData: Semantic work: 0.2744670007377863 +Info 9645 [17:51:16.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07097999937832355 +Info 9646 [17:51:16.741] Format host information updated +Info 9647 [17:51:16.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9648 [17:51:16.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 6.4777300003916025ms +Info 9649 [17:51:16.807] Different program with same set of files +Info 9650 [17:51:16.807] getCompletionData: Get current token: 0.003525998443365097 +Info 9651 [17:51:16.807] getCompletionData: Is inside comment: 0.0012790001928806305 +Info 9652 [17:51:16.807] getCompletionData: Get previous token: 0.017199000343680382 +Info 9653 [17:51:16.807] getCompletionsAtPosition: isCompletionListBlocker: 0.002022000029683113 +Info 9654 [17:51:16.807] getCompletionData: Semantic work: 0.24690699949860573 +Info 9655 [17:51:16.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06622099876403809 +Info 9656 [17:51:16.808] Format host information updated +Info 9657 [17:51:16.890] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9658 [17:51:16.897] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 6.460147000849247ms +Info 9659 [17:51:16.897] Different program with same set of files +Info 9660 [17:51:16.897] getCompletionData: Get current token: 0.003073999658226967 +Info 9661 [17:51:16.897] getCompletionData: Is inside comment: 0.0011360011994838715 +Info 9662 [17:51:16.897] getCompletionData: Get previous token: 0.016578998416662216 +Info 9663 [17:51:16.897] getCompletionsAtPosition: isCompletionListBlocker: 0.0017820000648498535 +Info 9664 [17:51:16.897] getCompletionData: Semantic work: 0.23926100134849548 +Info 9665 [17:51:16.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.058483000844717026 +Info 9666 [17:51:16.900] Format host information updated +Info 9667 [17:51:16.970] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9668 [17:51:16.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 25.256409998983145ms +Info 9669 [17:51:16.995] Different program with same set of files +Info 9670 [17:51:16.995] getCompletionData: Get current token: 0.010339999571442604 +Info 9671 [17:51:16.995] getCompletionData: Is inside comment: 0.004197999835014343 +Info 9672 [17:51:16.996] getCompletionData: Get previous token: 0.052055999636650085 +Info 9673 [17:51:16.996] getCompletionsAtPosition: isCompletionListBlocker: 0.004657000303268433 +Info 9674 [17:51:16.996] getCompletionData: Semantic work: 0.6763749998062849 +Info 9675 [17:51:16.997] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.189520001411438 +Info 9676 [17:51:16.997] Format host information updated +Info 9677 [17:51:17.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9678 [17:51:17.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 11.042275000363588ms +Info 9679 [17:51:17.046] Different program with same set of files +Info 9680 [17:51:17.047] getCompletionData: Get current token: 0.006320999935269356 +Info 9681 [17:51:17.047] getCompletionData: Is inside comment: 0.002338999882340431 +Info 9682 [17:51:17.047] getCompletionData: Get previous token: 0.03248699940741062 +Info 9683 [17:51:17.047] getCompletionsAtPosition: isCompletionListBlocker: 0.0027830004692077637 +Info 9684 [17:51:17.047] getCompletionData: Semantic work: 0.3927660007029772 +Info 9685 [17:51:17.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10613000020384789 +Info 9686 [17:51:17.051] Format host information updated +Info 9687 [17:51:17.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9688 [17:51:17.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 7.598074000328779ms +Info 9689 [17:51:17.306] Different program with same set of files +Info 9690 [17:51:17.306] getCompletionData: Get current token: 0.0032649990171194077 +Info 9691 [17:51:17.306] getCompletionData: Is inside comment: 0.0013130009174346924 +Info 9692 [17:51:17.306] getCompletionData: Get previous token: 0.01860000006854534 +Info 9693 [17:51:17.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0017600003629922867 +Info 9694 [17:51:17.307] getCompletionData: Semantic work: 0.30039200000464916 +Info 9695 [17:51:17.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07423299923539162 +Info 9696 [17:51:17.307] Format host information updated +Info 9697 [17:51:17.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9698 [17:51:17.460] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 7.341837000101805ms +Info 9699 [17:51:17.460] Different program with same set of files +Info 9700 [17:51:17.460] getCompletionData: Get current token: 0.0032589994370937347 +Info 9701 [17:51:17.460] getCompletionData: Is inside comment: 0.0009629987180233002 +Info 9702 [17:51:17.460] getCompletionData: Get previous token: 0.015447000041604042 +Info 9703 [17:51:17.460] getCompletionsAtPosition: isCompletionListBlocker: 0.0016950014978647232 +Info 9704 [17:51:17.460] getCompletionData: Semantic work: 0.22467099875211716 +Info 9705 [17:51:17.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.055383000522851944 +Info 9706 [17:51:17.463] Format host information updated +Info 9707 [17:51:19.061] Format host information updated +Info 9708 [17:51:19.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9709 [17:51:19.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 6.509919999167323ms +Info 9710 [17:51:19.067] Different program with same set of files +Info 9711 [17:51:26.875] getCompletionData: Get current token: 0.013044001534581184 +Info 9712 [17:51:26.875] getCompletionData: Is inside comment: 0.006108000874519348 +Info 9713 [17:51:26.875] getCompletionData: Get previous token: 0.0718350000679493 +Info 9714 [17:51:26.875] getCompletionsAtPosition: isCompletionListBlocker: 0.006595999002456665 +Info 9715 [17:51:26.876] getCompletionData: Semantic work: 0.5243309997022152 +Info 9716 [17:51:26.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2920220009982586 +Info 9717 [17:51:27.138] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9718 [17:51:27.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 8.959731001406908ms +Info 9719 [17:51:27.147] Different program with same set of files +Info 9720 [17:51:27.148] getCompletionData: Get current token: 0.0030040014535188675 +Info 9721 [17:51:27.148] getCompletionData: Is inside comment: 0.0011470001190900803 +Info 9722 [17:51:27.148] getCompletionData: Get previous token: 0.016901999711990356 +Info 9723 [17:51:27.148] getCompletionsAtPosition: isCompletionListBlocker: 0.0017530005425214767 +Info 9724 [17:51:27.148] getCompletionData: Semantic work: 0.2630020007491112 +Info 9725 [17:51:27.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06979100033640862 +Info 9726 [17:51:27.148] Format host information updated +Info 9727 [17:51:27.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9728 [17:51:27.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 25.15068200044334ms +Info 9729 [17:51:27.242] Different program with same set of files +Info 9730 [17:51:27.243] getCompletionData: Get current token: 0.009341001510620117 +Info 9731 [17:51:27.243] getCompletionData: Is inside comment: 0.004336999729275703 +Info 9732 [17:51:27.243] getCompletionData: Get previous token: 0.051876001060009 +Info 9733 [17:51:27.243] getCompletionsAtPosition: isCompletionListBlocker: 0.004738999530673027 +Info 9734 [17:51:27.244] getCompletionData: Semantic work: 0.7266929987818003 +Info 9735 [17:51:27.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19154199957847595 +Info 9736 [17:51:27.245] Format host information updated +Info 9737 [17:51:27.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9738 [17:51:27.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 6.668367000296712ms +Info 9739 [17:51:27.286] Different program with same set of files +Info 9740 [17:51:27.286] getCompletionData: Get current token: 0.0026440005749464035 +Info 9741 [17:51:27.286] getCompletionData: Is inside comment: 0.0009720008820295334 +Info 9742 [17:51:27.286] getCompletionData: Get previous token: 0.01303200051188469 +Info 9743 [17:51:27.286] getCompletionsAtPosition: isCompletionListBlocker: 0.0019700005650520325 +Info 9744 [17:51:27.286] getCompletionData: Semantic work: 0.244658000767231 +Info 9745 [17:51:27.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06275499984622002 +Info 9746 [17:51:27.289] Format host information updated +Info 9747 [17:51:27.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9748 [17:51:27.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 6.504267999902368ms +Info 9749 [17:51:27.387] Different program with same set of files +Info 9750 [17:51:27.387] getCompletionData: Get current token: 0.0030519999563694 +Info 9751 [17:51:27.387] getCompletionData: Is inside comment: 0.0010630004107952118 +Info 9752 [17:51:27.387] getCompletionData: Get previous token: 0.01280200108885765 +Info 9753 [17:51:27.387] getCompletionsAtPosition: isCompletionListBlocker: 0.0019180011004209518 +Info 9754 [17:51:27.387] getCompletionData: Semantic work: 0.23674900084733963 +Info 9755 [17:51:27.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.065633999183774 +Info 9756 [17:51:27.387] Format host information updated +Info 9757 [17:51:27.476] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9758 [17:51:27.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 6.553474001586437ms +Info 9759 [17:51:27.483] Different program with same set of files +Info 9760 [17:51:27.483] getCompletionData: Get current token: 0.0032599996775388718 +Info 9761 [17:51:27.483] getCompletionData: Is inside comment: 0.0011959988623857498 +Info 9762 [17:51:27.483] getCompletionData: Get previous token: 0.013798998668789864 +Info 9763 [17:51:27.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0019399989396333694 +Info 9764 [17:51:27.483] getCompletionData: Semantic work: 0.23288599960505962 +Info 9765 [17:51:27.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.062071001157164574 +Info 9766 [17:51:27.486] Format host information updated +Info 9767 [17:51:27.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9768 [17:51:27.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 6.787980999797583ms +Info 9769 [17:51:27.722] Different program with same set of files +Info 9770 [17:51:27.722] getCompletionData: Get current token: 0.0034670010209083557 +Info 9771 [17:51:27.722] getCompletionData: Is inside comment: 0.0009049996733665466 +Info 9772 [17:51:27.722] getCompletionData: Get previous token: 0.012963999062776566 +Info 9773 [17:51:27.722] getCompletionsAtPosition: isCompletionListBlocker: 0.0019180011004209518 +Info 9774 [17:51:27.722] getCompletionData: Semantic work: 0.2610340006649494 +Info 9775 [17:51:27.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0641149990260601 +Info 9776 [17:51:27.723] Format host information updated +Info 9777 [17:51:27.810] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9778 [17:51:27.817] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 6.920400001108646ms +Info 9779 [17:51:27.817] Different program with same set of files +Info 9780 [17:51:27.817] getCompletionData: Get current token: 0.003968000411987305 +Info 9781 [17:51:27.817] getCompletionData: Is inside comment: 0.0013669990003108978 +Info 9782 [17:51:27.817] getCompletionData: Get previous token: 0.015848999843001366 +Info 9783 [17:51:27.817] getCompletionsAtPosition: isCompletionListBlocker: 0.0018929988145828247 +Info 9784 [17:51:27.818] getCompletionData: Semantic work: 0.26257199980318546 +Info 9785 [17:51:27.818] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08134299889206886 +Info 9786 [17:51:27.820] Format host information updated +Info 9787 [17:51:27.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9788 [17:51:27.901] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 6.597506999969482ms +Info 9789 [17:51:27.901] Different program with same set of files +Info 9790 [17:51:27.901] getCompletionData: Get current token: 0.0036900006234645844 +Info 9791 [17:51:27.901] getCompletionData: Is inside comment: 0.0012779999524354935 +Info 9792 [17:51:27.901] getCompletionData: Get previous token: 0.015546999871730804 +Info 9793 [17:51:27.901] getCompletionsAtPosition: isCompletionListBlocker: 0.0023170001804828644 +Info 9794 [17:51:27.902] getCompletionData: Semantic work: 0.2509350012987852 +Info 9795 [17:51:27.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07098199985921383 +Info 9796 [17:51:27.902] Format host information updated +Info 9797 [17:51:27.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9798 [17:51:28.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 24.987097999081016ms +Info 9799 [17:51:28.014] Different program with same set of files +Info 9800 [17:51:28.014] getCompletionData: Get current token: 0.017358999699354172 +Info 9801 [17:51:28.014] getCompletionData: Is inside comment: 0.004886999726295471 +Info 9802 [17:51:28.014] getCompletionData: Get previous token: 0.06302100047469139 +Info 9803 [17:51:28.015] getCompletionsAtPosition: isCompletionListBlocker: 0.005867999047040939 +Info 9804 [17:51:28.015] getCompletionData: Semantic work: 0.8510760013014078 +Info 9805 [17:51:28.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24843999929726124 +Info 9806 [17:51:28.023] Format host information updated +Info 9807 [17:51:28.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9808 [17:51:28.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 11.544892000034451ms +Info 9809 [17:51:28.068] Different program with same set of files +Info 9810 [17:51:28.069] getCompletionData: Get current token: 0.00530100055038929 +Info 9811 [17:51:28.069] getCompletionData: Is inside comment: 0.0020889993757009506 +Info 9812 [17:51:28.069] getCompletionData: Get previous token: 0.027374999597668648 +Info 9813 [17:51:28.069] getCompletionsAtPosition: isCompletionListBlocker: 0.00322599895298481 +Info 9814 [17:51:28.069] getCompletionData: Semantic work: 0.4014599993824959 +Info 9815 [17:51:28.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1173200011253357 +Info 9816 [17:51:28.070] Format host information updated +Info 9817 [17:51:28.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9818 [17:51:28.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 6.406005000695586ms +Info 9819 [17:51:28.767] Different program with same set of files +Info 9820 [17:51:28.767] getCompletionData: Get current token: 0.0033129993826150894 +Info 9821 [17:51:28.767] getCompletionData: Is inside comment: 0.0012570004910230637 +Info 9822 [17:51:28.767] getCompletionData: Get previous token: 0.012161999940872192 +Info 9823 [17:51:28.767] getCompletionsAtPosition: isCompletionListBlocker: 0.0023139994591474533 +Info 9824 [17:51:28.767] getExportInfoMap: cache hit +Info 9825 [17:51:28.781] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 9826 [17:51:28.781] collectAutoImports: response is complete +Info 9827 [17:51:28.781] collectAutoImports: 13.168746000155807 +Info 9828 [17:51:28.781] getCompletionData: Semantic work: 13.66036199964583 +Info 9829 [17:51:28.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0168449990451336 +Info 9830 [17:51:28.787] Format host information updated +Info 9831 [17:51:30.399] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9832 [17:51:30.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 6.437844000756741ms +Info 9833 [17:51:30.405] Different program with same set of files +Info 9834 [17:51:30.405] getCompletionData: Get current token: 0.0026340000331401825 +Info 9835 [17:51:30.405] getCompletionData: Is inside comment: 0.0009039994329214096 +Info 9836 [17:51:30.405] getCompletionData: Get previous token: 0.025685999542474747 +Info 9837 [17:51:30.405] getCompletionsAtPosition: isCompletionListBlocker: 0.002518000081181526 +Info 9838 [17:51:30.406] getExportInfoMap: cache hit +Info 9839 [17:51:30.410] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 9840 [17:51:30.410] collectAutoImports: response is complete +Info 9841 [17:51:30.410] collectAutoImports: 4.545284001156688 +Info 9842 [17:51:30.410] getCompletionData: Semantic work: 5.027690000832081 +Info 9843 [17:51:30.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4205040000379086 +Info 9844 [17:51:30.413] Format host information updated +Info 9845 [17:51:32.110] getCompletionData: Get current token: 0.008949000388383865 +Info 9846 [17:51:32.110] getCompletionData: Is inside comment: 0.006799999624490738 +Info 9847 [17:51:32.110] getCompletionData: Get previous token: 0.00460599921643734 +Info 9848 [17:51:32.110] getCompletionsAtPosition: isCompletionListBlocker: 0.008471999317407608 +Info 9849 [17:51:32.111] getExportInfoMap: cache hit +Info 9850 [17:51:32.122] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 9851 [17:51:32.122] collectAutoImports: response is complete +Info 9852 [17:51:32.122] collectAutoImports: 10.707565000280738 +Info 9853 [17:51:32.122] getCompletionData: Semantic work: 11.274359000846744 +Info 9854 [17:51:32.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3248260002583265 +Info 9855 [17:51:32.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9856 [17:51:32.208] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 6.347407000139356ms +Info 9857 [17:51:32.208] Different program with same set of files +Info 9858 [17:51:32.208] getCompletionData: Get current token: 0.0023100003600120544 +Info 9859 [17:51:32.208] getCompletionData: Is inside comment: 0.00527300126850605 +Info 9860 [17:51:32.208] getCompletionData: Get previous token: 0.007489999756217003 +Info 9861 [17:51:32.208] getCompletionsAtPosition: isCompletionListBlocker: 0.005945000797510147 +Info 9862 [17:51:32.208] getExportInfoMap: cache hit +Info 9863 [17:51:32.213] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 9864 [17:51:32.213] collectAutoImports: response is complete +Info 9865 [17:51:32.213] collectAutoImports: 4.535171000286937 +Info 9866 [17:51:32.213] getCompletionData: Semantic work: 4.989571999758482 +Info 9867 [17:51:32.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5299559999257326 +Info 9868 [17:51:32.217] Format host information updated +Info 9869 [17:51:32.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9870 [17:51:32.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 6.380660001188517ms +Info 9871 [17:51:32.574] Different program with same set of files +Info 9872 [17:51:32.574] getCompletionData: Get current token: 0.005114000290632248 +Info 9873 [17:51:32.574] getCompletionData: Is inside comment: 0.0065740011632442474 +Info 9874 [17:51:32.574] getCompletionData: Get previous token: 0.004393000155687332 +Info 9875 [17:51:32.574] getCompletionsAtPosition: isCompletionListBlocker: 0.0056829992681741714 +Info 9876 [17:51:32.575] getExportInfoMap: cache hit +Info 9877 [17:51:32.587] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 9878 [17:51:32.587] collectAutoImports: response is complete +Info 9879 [17:51:32.587] collectAutoImports: 12.761483998969197 +Info 9880 [17:51:32.587] getCompletionData: Semantic work: 13.325201001018286 +Info 9881 [17:51:32.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2677420005202293 +Info 9882 [17:51:32.594] Format host information updated +Info 9883 [17:51:32.710] Format host information updated +Info 9884 [17:51:32.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9885 [17:51:32.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 6.690949000418186ms +Info 9886 [17:51:32.717] Different program with same set of files +Info 9887 [17:51:32.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9888 [17:51:32.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 9.13587100058794ms +Info 9889 [17:51:32.792] Different program with same set of files +Info 9890 [17:51:32.792] getCompletionData: Get current token: 0.002358000725507736 +Info 9891 [17:51:32.792] getCompletionData: Is inside comment: 0.004986999556422234 +Info 9892 [17:51:32.792] getCompletionData: Get previous token: 0.0070129986852407455 +Info 9893 [17:51:32.792] getCompletionsAtPosition: isCompletionListBlocker: 0.006969999521970749 +Info 9894 [17:51:32.792] getExportInfoMap: cache hit +Info 9895 [17:51:32.797] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 9896 [17:51:32.797] collectAutoImports: response is complete +Info 9897 [17:51:32.797] collectAutoImports: 4.562277998775244 +Info 9898 [17:51:32.797] getCompletionData: Semantic work: 5.142543999478221 +Info 9899 [17:51:32.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.450943000614643 +Info 9900 [17:51:32.800] Format host information updated +Info 9901 [17:51:32.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9902 [17:51:33.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 6.634624000638723ms +Info 9903 [17:51:33.005] Different program with same set of files +Info 9904 [17:51:33.005] getCompletionData: Get current token: 0.0062090009450912476 +Info 9905 [17:51:33.005] getCompletionData: Is inside comment: 0.007102999836206436 +Info 9906 [17:51:33.005] getCompletionData: Get previous token: 0.00521400012075901 +Info 9907 [17:51:33.005] getCompletionsAtPosition: isCompletionListBlocker: 0.00639599934220314 +Info 9908 [17:51:33.005] getExportInfoMap: cache hit +Info 9909 [17:51:33.018] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 9910 [17:51:33.018] collectAutoImports: response is complete +Info 9911 [17:51:33.018] collectAutoImports: 12.75276699848473 +Info 9912 [17:51:33.018] getCompletionData: Semantic work: 13.231718000024557 +Info 9913 [17:51:33.021] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3399769999086857 +Info 9914 [17:51:33.025] Format host information updated +Info 9915 [17:51:33.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9916 [17:51:33.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 8.735326999798417ms +Info 9917 [17:51:33.342] Different program with same set of files +Info 9918 [17:51:33.342] getCompletionData: Get current token: 0.0030899997800588608 +Info 9919 [17:51:33.342] getCompletionData: Is inside comment: 0.006473001092672348 +Info 9920 [17:51:33.342] getCompletionData: Get previous token: 0.008608998730778694 +Info 9921 [17:51:33.342] getCompletionsAtPosition: isCompletionListBlocker: 0.007547000423073769 +Info 9922 [17:51:33.343] getExportInfoMap: cache hit +Info 9923 [17:51:33.349] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 9924 [17:51:33.349] collectAutoImports: response is complete +Info 9925 [17:51:33.349] collectAutoImports: 5.662103999406099 +Info 9926 [17:51:33.349] getCompletionData: Semantic work: 6.2440439984202385 +Info 9927 [17:51:33.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6539779994636774 +Info 9928 [17:51:33.352] Format host information updated +Info 9929 [17:51:33.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9930 [17:51:33.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 7.35776500031352ms +Info 9931 [17:51:33.575] Different program with same set of files +Info 9932 [17:51:33.575] getCompletionData: Get current token: 0.005975998938083649 +Info 9933 [17:51:33.575] getCompletionData: Is inside comment: 0.008797001093626022 +Info 9934 [17:51:33.575] getCompletionData: Get previous token: 0.006611000746488571 +Info 9935 [17:51:33.575] getCompletionsAtPosition: isCompletionListBlocker: 0.005734998732805252 +Info 9936 [17:51:33.576] getExportInfoMap: cache hit +Info 9937 [17:51:33.590] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 9938 [17:51:33.590] collectAutoImports: response is complete +Info 9939 [17:51:33.590] collectAutoImports: 14.018933000043035 +Info 9940 [17:51:33.590] getCompletionData: Semantic work: 14.664727998897433 +Info 9941 [17:51:33.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.71318400092423 +Info 9942 [17:51:33.599] Format host information updated +Info 9943 [17:51:33.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9944 [17:51:33.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 7.431640001013875ms +Info 9945 [17:51:33.835] Different program with same set of files +Info 9946 [17:51:33.835] getCompletionData: Get current token: 0.004620999097824097 +Info 9947 [17:51:33.835] getCompletionData: Is inside comment: 0.009019998833537102 +Info 9948 [17:51:33.835] getCompletionData: Get previous token: 0.006922999396920204 +Info 9949 [17:51:33.835] getCompletionsAtPosition: isCompletionListBlocker: 0.0070980004966259 +Info 9950 [17:51:33.836] getExportInfoMap: cache hit +Info 9951 [17:51:33.850] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 9952 [17:51:33.850] collectAutoImports: response is complete +Info 9953 [17:51:33.850] collectAutoImports: 13.896928999572992 +Info 9954 [17:51:33.850] getCompletionData: Semantic work: 14.503169000148773 +Info 9955 [17:51:33.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7715639993548393 +Info 9956 [17:51:33.857] Format host information updated +Info 9957 [17:51:42.116] Format host information updated +Info 9958 [17:51:42.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9959 [17:51:42.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 7.644588001072407ms +Info 9960 [17:51:42.124] Different program with same set of files +Info 9961 [17:51:42.461] Format host information updated +Info 9962 [17:51:42.461] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9963 [17:51:42.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 7.2199250012636185ms +Info 9964 [17:51:42.468] Different program with same set of files +Info 9965 [17:51:43.864] getCompletionData: Get current token: 0.00204399973154068 +Info 9966 [17:51:43.864] getCompletionData: Is inside comment: 0.0009580012410879135 +Info 9967 [17:51:43.864] getCompletionData: Get previous token: 0.010321000590920448 +Info 9968 [17:51:43.864] getCompletionsAtPosition: isCompletionListBlocker: 0.0013980008661746979 +Info 9969 [17:51:43.864] Returning an empty list because completion was requested in an invalid position. +Info 9970 [17:51:44.022] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9971 [17:51:44.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 761 structureChanged: false structureIsReused:: Completely Elapsed: 7.376774000003934ms +Info 9972 [17:51:44.029] Different program with same set of files +Info 9973 [17:51:44.030] getCompletionData: Get current token: 0.0024629998952150345 +Info 9974 [17:51:44.030] getCompletionData: Is inside comment: 0.001189999282360077 +Info 9975 [17:51:44.030] getCompletionData: Get previous token: 0.012138999998569489 +Info 9976 [17:51:44.030] getCompletionsAtPosition: isCompletionListBlocker: 0.0015730001032352448 +Info 9977 [17:51:44.030] Returning an empty list because completion was requested in an invalid position. +Info 9978 [17:51:44.030] Format host information updated +Info 9979 [17:51:44.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9980 [17:51:44.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 6.8432100005447865ms +Info 9981 [17:51:44.189] Different program with same set of files +Info 9982 [17:51:44.189] getCompletionData: Get current token: 0.0023879986256361008 +Info 9983 [17:51:44.190] getCompletionData: Is inside comment: 0.0009540002793073654 +Info 9984 [17:51:44.190] getCompletionData: Get previous token: 0.01123800128698349 +Info 9985 [17:51:44.190] getCompletionsAtPosition: isCompletionListBlocker: 0.0011459998786449432 +Info 9986 [17:51:44.190] Returning an empty list because completion was requested in an invalid position. +Info 9987 [17:51:44.190] Format host information updated +Info 9988 [17:51:45.710] getCompletionData: Get current token: 0.0021200012415647507 +Info 9989 [17:51:45.710] getCompletionData: Is inside comment: 0.007248999550938606 +Info 9990 [17:51:45.710] getCompletionData: Get previous token: 0.018050000071525574 +Info 9991 [17:51:45.710] getCompletionsAtPosition: isCompletionListBlocker: 0.008375000208616257 +Info 9992 [17:51:45.710] getExportInfoMap: cache hit +Info 9993 [17:51:45.723] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 9994 [17:51:45.723] collectAutoImports: response is complete +Info 9995 [17:51:45.723] collectAutoImports: 12.400112999603152 +Info 9996 [17:51:45.723] getCompletionData: Semantic work: 13.035922000184655 +Info 9997 [17:51:45.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.082650000229478 +Info 9998 [17:51:47.211] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9999 [17:51:47.218] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 6.9088950008153915ms +Info 10000[17:51:47.218] Different program with same set of files +Info 10001[17:51:47.218] getCompletionData: Get current token: 0.002877000719308853 +Info 10002[17:51:47.218] getCompletionData: Is inside comment: 0.0012529995292425156 +Info 10003[17:51:47.218] getCompletionData: Get previous token: 0.012602999806404114 +Info 10004[17:51:47.218] getCompletionsAtPosition: isCompletionListBlocker: 0.0023600012063980103 +Info 10005[17:51:47.219] getExportInfoMap: cache hit +Info 10006[17:51:47.232] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 10007[17:51:47.232] collectAutoImports: response is complete +Info 10008[17:51:47.232] collectAutoImports: 13.08126199990511 +Info 10009[17:51:47.232] getCompletionData: Semantic work: 13.717747999355197 +Info 10010[17:51:47.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2350229993462563 +Info 10011[17:51:47.238] Format host information updated +Info 10012[17:51:47.584] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10013[17:51:47.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 6.862111000344157ms +Info 10014[17:51:47.591] Different program with same set of files +Info 10015[17:51:47.591] getCompletionData: Get current token: 0.002718999981880188 +Info 10016[17:51:47.591] getCompletionData: Is inside comment: 0.0010609999299049377 +Info 10017[17:51:47.591] getCompletionData: Get previous token: 0.01417199894785881 +Info 10018[17:51:47.591] getCompletionsAtPosition: isCompletionListBlocker: 0.0023059993982315063 +Info 10019[17:51:47.592] getExportInfoMap: cache hit +Info 10020[17:51:47.594] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 39 from cache +Info 10021[17:51:47.594] collectAutoImports: response is complete +Info 10022[17:51:47.594] collectAutoImports: 2.747937001287937 +Info 10023[17:51:47.594] getCompletionData: Semantic work: 3.2698500007390976 +Info 10024[17:51:47.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7399859987199306 +Info 10025[17:51:47.599] Format host information updated +Info 10026[17:51:47.775] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10027[17:51:47.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 7.6288259997963905ms +Info 10028[17:51:47.783] Different program with same set of files +Info 10029[17:51:47.783] getCompletionData: Get current token: 0.00254100002348423 +Info 10030[17:51:47.783] getCompletionData: Is inside comment: 0.0011179987341165543 +Info 10031[17:51:47.783] getCompletionData: Get previous token: 0.013880999758839607 +Info 10032[17:51:47.783] getCompletionsAtPosition: isCompletionListBlocker: 0.0025110002607107162 +Info 10033[17:51:47.784] getExportInfoMap: cache hit +Info 10034[17:51:47.786] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 25 from cache +Info 10035[17:51:47.786] collectAutoImports: response is complete +Info 10036[17:51:47.786] collectAutoImports: 2.5169630013406277 +Info 10037[17:51:47.786] getCompletionData: Semantic work: 3.1084719989448786 +Info 10038[17:51:47.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9337910003960133 +Info 10039[17:51:47.788] Format host information updated +Info 10040[17:51:47.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10041[17:51:47.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 10.08843900077045ms +Info 10042[17:51:47.848] Different program with same set of files +Info 10043[17:51:47.848] getCompletionData: Get current token: 0.004552999511361122 +Info 10044[17:51:47.848] getCompletionData: Is inside comment: 0.001885000616312027 +Info 10045[17:51:47.848] getCompletionData: Get previous token: 0.026339000090956688 +Info 10046[17:51:47.848] getCompletionsAtPosition: isCompletionListBlocker: 0.0033109989017248154 +Info 10047[17:51:47.849] getExportInfoMap: cache hit +Info 10048[17:51:47.854] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 5 from cache +Info 10049[17:51:47.854] collectAutoImports: response is complete +Info 10050[17:51:47.854] collectAutoImports: 5.423806000500917 +Info 10051[17:51:47.854] getCompletionData: Semantic work: 6.286538999527693 +Info 10052[17:51:47.856] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.516363000497222 +Info 10053[17:51:47.857] Format host information updated +Info 10054[17:51:47.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10055[17:51:47.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 7.381210999563336ms +Info 10056[17:51:47.990] Different program with same set of files +Info 10057[17:51:47.990] getCompletionData: Get current token: 0.002751000225543976 +Info 10058[17:51:47.990] getCompletionData: Is inside comment: 0.0010989997535943985 +Info 10059[17:51:47.990] getCompletionData: Get previous token: 0.015787998214364052 +Info 10060[17:51:47.990] getCompletionsAtPosition: isCompletionListBlocker: 0.0023100003600120544 +Info 10061[17:51:47.990] getExportInfoMap: cache hit +Info 10062[17:51:47.992] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 5 from cache +Info 10063[17:51:47.992] collectAutoImports: response is complete +Info 10064[17:51:47.992] collectAutoImports: 1.9349969998002052 +Info 10065[17:51:47.992] getCompletionData: Semantic work: 2.4931000005453825 +Info 10066[17:51:47.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8846359997987747 +Info 10067[17:51:47.994] Format host information updated +Info 10068[17:51:48.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10069[17:51:48.101] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 26.182005999609828ms +Info 10070[17:51:48.101] Different program with same set of files +Info 10071[17:51:48.102] getCompletionData: Get current token: 0.00940600037574768 +Info 10072[17:51:48.102] getCompletionData: Is inside comment: 0.003903999924659729 +Info 10073[17:51:48.102] getCompletionData: Get previous token: 0.05117500014603138 +Info 10074[17:51:48.102] getCompletionsAtPosition: isCompletionListBlocker: 0.00613199919462204 +Info 10075[17:51:48.107] getExportInfoMap: cache hit +Info 10076[17:51:48.111] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 10077[17:51:48.111] collectAutoImports: response is complete +Info 10078[17:51:48.111] collectAutoImports: 3.736176999285817 +Info 10079[17:51:48.111] getCompletionData: Semantic work: 8.959017999470234 +Info 10080[17:51:48.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7581740003079176 +Info 10081[17:51:48.114] Format host information updated +Info 10082[17:51:48.193] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10083[17:51:48.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 12.228674998506904ms +Info 10084[17:51:48.206] Different program with same set of files +Info 10085[17:51:48.206] getCompletionData: Get current token: 0.005441999062895775 +Info 10086[17:51:48.206] getCompletionData: Is inside comment: 0.0019730012863874435 +Info 10087[17:51:48.206] getCompletionData: Get previous token: 0.030240001156926155 +Info 10088[17:51:48.206] getCompletionsAtPosition: isCompletionListBlocker: 0.004396999254822731 +Info 10089[17:51:48.207] getExportInfoMap: cache hit +Info 10090[17:51:48.210] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 10091[17:51:48.210] collectAutoImports: response is complete +Info 10092[17:51:48.210] collectAutoImports: 3.2553090006113052 +Info 10093[17:51:48.210] getCompletionData: Semantic work: 4.267105000093579 +Info 10094[17:51:48.213] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6658270005136728 +Info 10095[17:51:48.214] Format host information updated +Info 10096[17:51:48.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10097[17:51:48.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 22.929169999435544ms +Info 10098[17:51:48.441] Different program with same set of files +Info 10099[17:51:48.442] getCompletionData: Get current token: 0.0058399997651577 +Info 10100[17:51:48.442] getCompletionData: Is inside comment: 0.002365000545978546 +Info 10101[17:51:48.442] getCompletionData: Get previous token: 0.07096900045871735 +Info 10102[17:51:48.442] getCompletionsAtPosition: isCompletionListBlocker: 0.0038309991359710693 +Info 10103[17:51:48.443] getExportInfoMap: cache hit +Info 10104[17:51:48.446] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 10105[17:51:48.446] collectAutoImports: response is complete +Info 10106[17:51:48.446] collectAutoImports: 3.031801000237465 +Info 10107[17:51:48.446] getCompletionData: Semantic work: 3.9435499999672174 +Info 10108[17:51:48.448] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4819060005247593 +Info 10109[17:51:48.449] Format host information updated +Info 10110[17:51:51.270] Format host information updated +Info 10111[17:51:51.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10112[17:51:51.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 771 structureChanged: false structureIsReused:: Completely Elapsed: 6.295327000319958ms +Info 10113[17:51:51.277] Different program with same set of files +Info 10114[17:51:52.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10115[17:51:52.450] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 6.947809999808669ms +Info 10116[17:51:52.450] Different program with same set of files +Info 10117[17:51:52.450] getCompletionData: Get current token: 0.0021550003439188004 +Info 10118[17:51:52.450] getCompletionData: Is inside comment: 0.006550999358296394 +Info 10119[17:51:52.450] getCompletionData: Get previous token: 0.007453000172972679 +Info 10120[17:51:52.450] getCompletionsAtPosition: isCompletionListBlocker: 0.000995999202132225 +Info 10121[17:51:52.450] Returning an empty list because completion was requested in an invalid position. +Info 10122[17:51:52.451] Format host information updated +Info 10123[17:51:52.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10124[17:51:52.779] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 6.593392999842763ms +Info 10125[17:51:52.779] Different program with same set of files +Info 10126[17:51:52.779] getCompletionData: Get current token: 0.0036239996552467346 +Info 10127[17:51:52.779] getCompletionData: Is inside comment: 0.007962999865412712 +Info 10128[17:51:52.779] getCompletionData: Get previous token: 0.00940600037574768 +Info 10129[17:51:52.779] getCompletionsAtPosition: isCompletionListBlocker: 0.0012260004878044128 +Info 10130[17:51:52.779] Returning an empty list because completion was requested in an invalid position. +Info 10131[17:51:52.781] Format host information updated +Info 10132[17:51:52.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10133[17:51:52.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 6.157123999670148ms +Info 10134[17:51:52.997] Different program with same set of files +Info 10135[17:51:52.998] getCompletionData: Get current token: 0.0021980013698339462 +Info 10136[17:51:52.998] getCompletionData: Is inside comment: 0.006444999948143959 +Info 10137[17:51:52.998] getCompletionData: Get previous token: 0.00814099982380867 +Info 10138[17:51:52.998] getCompletionsAtPosition: isCompletionListBlocker: 0.001193000003695488 +Info 10139[17:51:52.998] Returning an empty list because completion was requested in an invalid position. +Info 10140[17:51:52.998] Format host information updated +Info 10141[17:51:53.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10142[17:51:53.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 7.132619999349117ms +Info 10143[17:51:53.105] Different program with same set of files +Info 10144[17:51:53.105] getCompletionData: Get current token: 0.0026229992508888245 +Info 10145[17:51:53.105] getCompletionData: Is inside comment: 0.008379001170396805 +Info 10146[17:51:53.105] getCompletionData: Get previous token: 0.010026000440120697 +Info 10147[17:51:53.105] getCompletionsAtPosition: isCompletionListBlocker: 0.0013069994747638702 +Info 10148[17:51:53.105] Returning an empty list because completion was requested in an invalid position. +Info 10149[17:51:53.107] Format host information updated +Info 10150[17:51:53.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10151[17:51:53.187] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 6.651446999981999ms +Info 10152[17:51:53.187] Different program with same set of files +Info 10153[17:51:53.188] getCompletionData: Get current token: 0.002550000324845314 +Info 10154[17:51:53.188] getCompletionData: Is inside comment: 0.00790800154209137 +Info 10155[17:51:53.188] getCompletionData: Get previous token: 0.009328000247478485 +Info 10156[17:51:53.188] getCompletionsAtPosition: isCompletionListBlocker: 0.0014609992504119873 +Info 10157[17:51:53.188] Returning an empty list because completion was requested in an invalid position. +Info 10158[17:51:53.188] Format host information updated +Info 10159[17:51:53.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10160[17:51:53.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 7.05281800031662ms +Info 10161[17:51:53.383] Different program with same set of files +Info 10162[17:51:53.383] getCompletionData: Get current token: 0.0028229989111423492 +Info 10163[17:51:53.383] getCompletionData: Is inside comment: 0.0077229999005794525 +Info 10164[17:51:53.383] getCompletionData: Get previous token: 0.00936100073158741 +Info 10165[17:51:53.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0013129990547895432 +Info 10166[17:51:53.383] Returning an empty list because completion was requested in an invalid position. +Info 10167[17:51:53.386] Format host information updated +Info 10168[17:51:53.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10169[17:51:53.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 11.50785799883306ms +Info 10170[17:51:53.449] Different program with same set of files +Info 10171[17:51:53.449] getCompletionData: Get current token: 0.0020749997347593307 +Info 10172[17:51:53.449] getCompletionData: Is inside comment: 0.006598999723792076 +Info 10173[17:51:53.449] getCompletionData: Get previous token: 0.007883001118898392 +Info 10174[17:51:53.449] getCompletionsAtPosition: isCompletionListBlocker: 0.0011390000581741333 +Info 10175[17:51:53.449] Returning an empty list because completion was requested in an invalid position. +Info 10176[17:51:53.452] Format host information updated +Info 10177[17:51:53.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10178[17:51:53.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 28.17407499998808ms +Info 10179[17:51:53.586] Different program with same set of files +Info 10180[17:51:53.587] getCompletionData: Get current token: 0.010662000626325607 +Info 10181[17:51:53.587] getCompletionData: Is inside comment: 0.03334200009703636 +Info 10182[17:51:53.587] getCompletionData: Get previous token: 0.039333999156951904 +Info 10183[17:51:53.587] getCompletionsAtPosition: isCompletionListBlocker: 0.0039709992706775665 +Info 10184[17:51:53.587] Returning an empty list because completion was requested in an invalid position. +Info 10185[17:51:53.587] Format host information updated +Info 10186[17:51:53.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10187[17:51:53.644] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 14.168417001143098ms +Info 10188[17:51:53.644] Different program with same set of files +Info 10189[17:51:53.644] getCompletionData: Get current token: 0.005536999553442001 +Info 10190[17:51:53.644] getCompletionData: Is inside comment: 0.017176000401377678 +Info 10191[17:51:53.644] getCompletionData: Get previous token: 0.0211350005120039 +Info 10192[17:51:53.645] getCompletionsAtPosition: isCompletionListBlocker: 0.002552000805735588 +Info 10193[17:51:53.645] Returning an empty list because completion was requested in an invalid position. +Info 10194[17:51:53.645] Format host information updated +Info 10195[17:51:55.302] Format host information updated +Info 10196[17:51:55.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10197[17:51:55.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 781 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.497597999870777ms +Info 10198[17:51:55.315] Different program with same set of files +Info 10199[17:51:58.107] Format host information updated +Info 10200[17:51:58.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10201[17:51:58.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 782 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.132284000515938ms +Info 10202[17:51:58.118] Different program with same set of files +Info 10203[17:51:59.574] getCompletionData: Get current token: 0.0015130005776882172 +Info 10204[17:51:59.574] getCompletionData: Is inside comment: 0.005164001137018204 +Info 10205[17:51:59.574] getCompletionData: Get previous token: 0.0034109987318515778 +Info 10206[17:51:59.574] getCompletionsAtPosition: isCompletionListBlocker: 0.008789999410510063 +Info 10207[17:51:59.575] getExportInfoMap: cache hit +Info 10208[17:51:59.588] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 10209[17:51:59.588] collectAutoImports: response is complete +Info 10210[17:51:59.588] collectAutoImports: 13.427838001400232 +Info 10211[17:51:59.588] getCompletionData: Semantic work: 14.482710000127554 +Info 10212[17:51:59.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.679875999689102 +Info 10213[17:52:00.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10214[17:52:00.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 783 structureChanged: false structureIsReused:: Completely Elapsed: 6.909238999709487ms +Info 10215[17:52:00.519] Different program with same set of files +Info 10216[17:52:00.520] getCompletionData: Get current token: 0.003224000334739685 +Info 10217[17:52:00.520] getCompletionData: Is inside comment: 0.0011130012571811676 +Info 10218[17:52:00.520] getCompletionData: Get previous token: 0.014132998883724213 +Info 10219[17:52:00.520] getCompletionsAtPosition: isCompletionListBlocker: 0.001723000779747963 +Info 10220[17:52:00.520] getCompletionData: Semantic work: 0.4810300003737211 +Info 10221[17:52:00.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9554519988596439 +Info 10222[17:52:00.521] Format host information updated +Info 10223[17:52:00.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10224[17:52:00.691] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 7.4380050003528595ms +Info 10225[17:52:00.691] Different program with same set of files +Info 10226[17:52:00.691] getCompletionData: Get current token: 0.004275999963283539 +Info 10227[17:52:00.691] getCompletionData: Is inside comment: 0.0013929996639490128 +Info 10228[17:52:00.691] getCompletionData: Get previous token: 0.019662000238895416 +Info 10229[17:52:00.691] getCompletionsAtPosition: isCompletionListBlocker: 0.0021470002830028534 +Info 10230[17:52:00.692] getCompletionData: Semantic work: 0.6820459999144077 +Info 10231[17:52:00.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.007720999419689 +Info 10232[17:52:00.694] Format host information updated +Info 10233[17:52:00.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10234[17:52:00.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 8.63157800026238ms +Info 10235[17:52:00.798] Different program with same set of files +Info 10236[17:52:00.798] getCompletionData: Get current token: 0.003228999674320221 +Info 10237[17:52:00.798] getCompletionData: Is inside comment: 0.0011269990354776382 +Info 10238[17:52:00.798] getCompletionData: Get previous token: 0.015718000009655952 +Info 10239[17:52:00.798] getCompletionsAtPosition: isCompletionListBlocker: 0.0020749997347593307 +Info 10240[17:52:00.799] getCompletionData: Semantic work: 0.4886300005018711 +Info 10241[17:52:00.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.434069000184536 +Info 10242[17:52:00.801] Format host information updated +Info 10243[17:52:00.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10244[17:52:00.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 6.892341000959277ms +Info 10245[17:52:00.952] Different program with same set of files +Info 10246[17:52:00.952] getCompletionData: Get current token: 0.003581000491976738 +Info 10247[17:52:00.952] getCompletionData: Is inside comment: 0.001369999721646309 +Info 10248[17:52:00.952] getCompletionData: Get previous token: 0.018619999289512634 +Info 10249[17:52:00.952] getCompletionsAtPosition: isCompletionListBlocker: 0.002034999430179596 +Info 10250[17:52:00.953] getCompletionData: Semantic work: 0.555417999625206 +Info 10251[17:52:00.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7595140002667904 +Info 10252[17:52:00.955] Format host information updated +Info 10253[17:52:01.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10254[17:52:01.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 29.78064300119877ms +Info 10255[17:52:01.157] Different program with same set of files +Info 10256[17:52:01.158] getCompletionData: Get current token: 0.009213998913764954 +Info 10257[17:52:01.158] getCompletionData: Is inside comment: 0.0037040002644062042 +Info 10258[17:52:01.158] getCompletionData: Get previous token: 0.04696100018918514 +Info 10259[17:52:01.158] getCompletionsAtPosition: isCompletionListBlocker: 0.003721000626683235 +Info 10260[17:52:01.159] getCompletionData: Semantic work: 1.0560250002890825 +Info 10261[17:52:01.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.597766000777483 +Info 10262[17:52:01.163] Format host information updated +Info 10263[17:52:01.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10264[17:52:01.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 7.52695900015533ms +Info 10265[17:52:01.205] Different program with same set of files +Info 10266[17:52:01.205] getCompletionData: Get current token: 0.004216998815536499 +Info 10267[17:52:01.205] getCompletionData: Is inside comment: 0.0015110000967979431 +Info 10268[17:52:01.206] getCompletionData: Get previous token: 0.01909000054001808 +Info 10269[17:52:01.206] getCompletionsAtPosition: isCompletionListBlocker: 0.001854998990893364 +Info 10270[17:52:01.206] getCompletionData: Semantic work: 0.5112589988857508 +Info 10271[17:52:01.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1948879994452 +Info 10272[17:52:01.208] Format host information updated +Info 10273[17:52:01.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10274[17:52:01.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 9.128256000578403ms +Info 10275[17:52:01.446] Different program with same set of files +Info 10276[17:52:01.446] getCompletionData: Get current token: 0.003731001168489456 +Info 10277[17:52:01.446] getCompletionData: Is inside comment: 0.0011519994586706161 +Info 10278[17:52:01.446] getCompletionData: Get previous token: 0.018021000549197197 +Info 10279[17:52:01.446] getCompletionsAtPosition: isCompletionListBlocker: 0.0021230001002550125 +Info 10280[17:52:01.447] getCompletionData: Semantic work: 0.5195270013064146 +Info 10281[17:52:01.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6045929994434118 +Info 10282[17:52:01.449] Format host information updated +Info 10283[17:52:01.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10284[17:52:01.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 6.6151369996368885ms +Info 10285[17:52:01.564] Different program with same set of files +Info 10286[17:52:01.564] getCompletionData: Get current token: 0.003963001072406769 +Info 10287[17:52:01.564] getCompletionData: Is inside comment: 0.001346999779343605 +Info 10288[17:52:01.564] getCompletionData: Get previous token: 0.02682499960064888 +Info 10289[17:52:01.564] getCompletionsAtPosition: isCompletionListBlocker: 0.002222999930381775 +Info 10290[17:52:01.565] getCompletionData: Semantic work: 0.504296999424696 +Info 10291[17:52:01.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6046970002353191 +Info 10292[17:52:01.567] Format host information updated +Info 10293[17:52:01.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10294[17:52:01.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 9.849214000627398ms +Info 10295[17:52:01.655] Different program with same set of files +Info 10296[17:52:01.655] getCompletionData: Get current token: 0.005395000800490379 +Info 10297[17:52:01.655] getCompletionData: Is inside comment: 0.002077000215649605 +Info 10298[17:52:01.655] getCompletionData: Get previous token: 0.02705099992454052 +Info 10299[17:52:01.655] getCompletionsAtPosition: isCompletionListBlocker: 0.0026040002703666687 +Info 10300[17:52:01.656] getCompletionData: Semantic work: 0.7507330011576414 +Info 10301[17:52:01.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4310660008341074 +Info 10302[17:52:01.659] Format host information updated +Info 10303[17:52:01.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10304[17:52:01.864] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 6.416937999427319ms +Info 10305[17:52:01.864] Different program with same set of files +Info 10306[17:52:01.864] getCompletionData: Get current token: 0.0033170003443956375 +Info 10307[17:52:01.864] getCompletionData: Is inside comment: 0.0012079998850822449 +Info 10308[17:52:01.864] getCompletionData: Get previous token: 0.01638999953866005 +Info 10309[17:52:01.864] getCompletionsAtPosition: isCompletionListBlocker: 0.0019209999591112137 +Info 10310[17:52:01.864] getCompletionData: Semantic work: 0.4759470000863075 +Info 10311[17:52:01.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4413189999759197 +Info 10312[17:52:01.868] Format host information updated +Info 10313[17:52:02.605] Format host information updated +Info 10314[17:52:02.606] Format host information updated +Info 10315[17:52:02.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10316[17:52:02.612] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 6.7049729991704226ms +Info 10317[17:52:02.612] Different program with same set of files +Info 10318[17:52:02.613] getCompletionData: Get current token: 0.009352998808026314 +Info 10319[17:52:02.613] getCompletionData: Is inside comment: 0.0036670006811618805 +Info 10320[17:52:02.613] getCompletionData: Get previous token: 0.01996600069105625 +Info 10321[17:52:02.613] getCompletionsAtPosition: isCompletionListBlocker: 0.0020829997956752777 +Info 10322[17:52:02.613] getCompletionData: Semantic work: 0.5113380011171103 +Info 10323[17:52:02.616] getCompletionData: Get current token: 0.007322000339627266 +Info 10324[17:52:02.616] getCompletionData: Is inside comment: 0.002220001071691513 +Info 10325[17:52:02.616] getCompletionData: Get previous token: 0.01704699918627739 +Info 10326[17:52:02.616] getCompletionsAtPosition: isCompletionListBlocker: 0.0014350004494190216 +Info 10327[17:52:02.617] getCompletionData: Semantic work: 0.1322189997881651 +Info 10328[17:52:02.617] Format host information updated +Info 10329[17:52:05.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10330[17:52:05.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 8.490798000246286ms +Info 10331[17:52:05.565] Different program with same set of files +Info 10332[17:52:05.565] getCompletionData: Get current token: 0.0033279992640018463 +Info 10333[17:52:05.565] getCompletionData: Is inside comment: 0.0010810010135173798 +Info 10334[17:52:05.565] getCompletionData: Get previous token: 0.012529000639915466 +Info 10335[17:52:05.565] getCompletionsAtPosition: isCompletionListBlocker: 0.002865999937057495 +Info 10336[17:52:05.565] getExportInfoMap: cache hit +Info 10337[17:52:05.577] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 10338[17:52:05.577] collectAutoImports: response is complete +Info 10339[17:52:05.577] collectAutoImports: 11.359518000856042 +Info 10340[17:52:05.577] getCompletionData: Semantic work: 11.87610699981451 +Info 10341[17:52:05.581] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5717960000038147 +Info 10342[17:52:05.587] Format host information updated +Info 10343[17:52:05.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10344[17:52:05.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 13.595596000552177ms +Info 10345[17:52:05.631] Different program with same set of files +Info 10346[17:52:05.631] getCompletionData: Get current token: 0.0029959995299577713 +Info 10347[17:52:05.631] getCompletionData: Is inside comment: 0.0010780002921819687 +Info 10348[17:52:05.631] getCompletionData: Get previous token: 0.014513999223709106 +Info 10349[17:52:05.631] getCompletionsAtPosition: isCompletionListBlocker: 0.00295100174844265 +Info 10350[17:52:05.632] getExportInfoMap: cache hit +Info 10351[17:52:05.637] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 49 from cache +Info 10352[17:52:05.637] collectAutoImports: response is complete +Info 10353[17:52:05.637] collectAutoImports: 4.95206299982965 +Info 10354[17:52:05.637] getCompletionData: Semantic work: 5.81398900039494 +Info 10355[17:52:05.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6732050012797117 +Info 10356[17:52:05.640] Format host information updated +Info 10357[17:52:05.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10358[17:52:05.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 6.615685001015663ms +Info 10359[17:52:05.784] Different program with same set of files +Info 10360[17:52:05.784] getCompletionData: Get current token: 0.0033590011298656464 +Info 10361[17:52:05.784] getCompletionData: Is inside comment: 0.001149998977780342 +Info 10362[17:52:05.784] getCompletionData: Get previous token: 0.016029000282287598 +Info 10363[17:52:05.784] getCompletionsAtPosition: isCompletionListBlocker: 0.0026660002768039703 +Info 10364[17:52:05.785] getExportInfoMap: cache hit +Info 10365[17:52:05.787] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 10366[17:52:05.787] collectAutoImports: response is complete +Info 10367[17:52:05.787] collectAutoImports: 2.2249459996819496 +Info 10368[17:52:05.787] getCompletionData: Semantic work: 2.9057889990508556 +Info 10369[17:52:05.789] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1018230002373457 +Info 10370[17:52:05.789] Format host information updated +Info 10371[17:52:05.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10372[17:52:05.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 20.65593899972737ms +Info 10373[17:52:05.932] Different program with same set of files +Info 10374[17:52:05.932] getCompletionData: Get current token: 0.007648000493645668 +Info 10375[17:52:05.932] getCompletionData: Is inside comment: 0.002849999815225601 +Info 10376[17:52:05.932] getCompletionData: Get previous token: 0.038207000121474266 +Info 10377[17:52:05.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0058639999479055405 +Info 10378[17:52:05.934] getExportInfoMap: cache hit +Info 10379[17:52:05.937] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 10380[17:52:05.937] collectAutoImports: response is complete +Info 10381[17:52:05.937] collectAutoImports: 3.655835000798106 +Info 10382[17:52:05.937] getCompletionData: Semantic work: 4.9333260003477335 +Info 10383[17:52:05.940] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5957239996641874 +Info 10384[17:52:05.941] Format host information updated +Info 10385[17:52:05.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10386[17:52:05.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 798 structureChanged: false structureIsReused:: Completely Elapsed: 7.7117050010710955ms +Info 10387[17:52:05.997] Different program with same set of files +Info 10388[17:52:05.997] getCompletionData: Get current token: 0.003759000450372696 +Info 10389[17:52:05.997] getCompletionData: Is inside comment: 0.0014990009367465973 +Info 10390[17:52:05.997] getCompletionData: Get previous token: 0.019238000735640526 +Info 10391[17:52:05.997] getCompletionsAtPosition: isCompletionListBlocker: 0.003260999917984009 +Info 10392[17:52:05.998] getExportInfoMap: cache hit +Info 10393[17:52:06.013] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 10394[17:52:06.013] collectAutoImports: response is complete +Info 10395[17:52:06.013] collectAutoImports: 15.41402499936521 +Info 10396[17:52:06.013] getCompletionData: Semantic work: 16.100232999771833 +Info 10397[17:52:06.019] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.963875999674201 +Info 10398[17:52:06.023] Format host information updated +Info 10399[17:52:13.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10400[17:52:13.863] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 799 structureChanged: false structureIsReused:: Completely Elapsed: 6.437346998602152ms +Info 10401[17:52:13.863] Different program with same set of files +Info 10402[17:52:13.863] getCompletionData: Get current token: 0.0029279999434947968 +Info 10403[17:52:13.863] getCompletionData: Is inside comment: 0.0010439995676279068 +Info 10404[17:52:13.863] getCompletionData: Get previous token: 0.011877000331878662 +Info 10405[17:52:13.863] getCompletionsAtPosition: isCompletionListBlocker: 0.0024689994752407074 +Info 10406[17:52:13.863] getExportInfoMap: cache hit +Info 10407[17:52:13.875] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 10408[17:52:13.875] collectAutoImports: response is complete +Info 10409[17:52:13.875] collectAutoImports: 11.87045400030911 +Info 10410[17:52:13.875] getCompletionData: Semantic work: 12.35861700028181 +Info 10411[17:52:13.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0916559994220734 +Info 10412[17:52:13.881] Format host information updated +Info 10413[17:52:14.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10414[17:52:14.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 6.7731950003653765ms +Info 10415[17:52:14.040] Different program with same set of files +Info 10416[17:52:14.040] getCompletionData: Get current token: 0.003521999344229698 +Info 10417[17:52:14.040] getCompletionData: Is inside comment: 0.001374000683426857 +Info 10418[17:52:14.040] getCompletionData: Get previous token: 0.017235999926924706 +Info 10419[17:52:14.040] getCompletionsAtPosition: isCompletionListBlocker: 0.0026520006358623505 +Info 10420[17:52:14.041] getExportInfoMap: cache hit +Info 10421[17:52:14.044] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 49 from cache +Info 10422[17:52:14.044] collectAutoImports: response is complete +Info 10423[17:52:14.044] collectAutoImports: 3.264171000570059 +Info 10424[17:52:14.044] getCompletionData: Semantic work: 3.909671999514103 +Info 10425[17:52:14.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1332740001380444 +Info 10426[17:52:14.047] Format host information updated +Info 10427[17:52:14.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10428[17:52:14.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 6.414226999506354ms +Info 10429[17:52:14.221] Different program with same set of files +Info 10430[17:52:14.221] getCompletionData: Get current token: 0.0027959998697042465 +Info 10431[17:52:14.221] getCompletionData: Is inside comment: 0.00116799958050251 +Info 10432[17:52:14.221] getCompletionData: Get previous token: 0.014452999457716942 +Info 10433[17:52:14.221] getCompletionsAtPosition: isCompletionListBlocker: 0.0029719993472099304 +Info 10434[17:52:14.222] getExportInfoMap: cache hit +Info 10435[17:52:14.224] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 10436[17:52:14.224] collectAutoImports: response is complete +Info 10437[17:52:14.224] collectAutoImports: 2.003735000267625 +Info 10438[17:52:14.224] getCompletionData: Semantic work: 2.605390999466181 +Info 10439[17:52:14.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8000130001455545 +Info 10440[17:52:14.227] Format host information updated +Info 10441[17:52:14.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10442[17:52:14.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 12.460787000134587ms +Info 10443[17:52:14.292] Different program with same set of files +Info 10444[17:52:14.292] getCompletionData: Get current token: 0.007034000009298325 +Info 10445[17:52:14.292] getCompletionData: Is inside comment: 0.0028319992125034332 +Info 10446[17:52:14.292] getCompletionData: Get previous token: 0.03558200038969517 +Info 10447[17:52:14.292] getCompletionsAtPosition: isCompletionListBlocker: 0.005408000200986862 +Info 10448[17:52:14.293] getExportInfoMap: cache hit +Info 10449[17:52:14.297] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 10450[17:52:14.297] collectAutoImports: response is complete +Info 10451[17:52:14.297] collectAutoImports: 4.139250999316573 +Info 10452[17:52:14.297] getCompletionData: Semantic work: 5.2003189995884895 +Info 10453[17:52:14.300] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9857909996062517 +Info 10454[17:52:14.303] Format host information updated +Info 10455[17:52:14.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10456[17:52:14.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 22.856961000710726ms +Info 10457[17:52:14.456] Different program with same set of files +Info 10458[17:52:14.456] getCompletionData: Get current token: 0.007169000804424286 +Info 10459[17:52:14.456] getCompletionData: Is inside comment: 0.0029959995299577713 +Info 10460[17:52:14.456] getCompletionData: Get previous token: 0.038613999262452126 +Info 10461[17:52:14.456] getCompletionsAtPosition: isCompletionListBlocker: 0.0056849997490644455 +Info 10462[17:52:14.457] getExportInfoMap: cache hit +Info 10463[17:52:14.477] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 10464[17:52:14.477] collectAutoImports: response is complete +Info 10465[17:52:14.477] collectAutoImports: 19.114695999771357 +Info 10466[17:52:14.477] getCompletionData: Semantic work: 20.16617299988866 +Info 10467[17:52:14.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.151035999879241 +Info 10468[17:52:14.486] Format host information updated +Info 10469[17:52:18.701] Format host information updated +Info 10470[17:52:18.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10471[17:52:18.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 6.51346000097692ms +Info 10472[17:52:18.708] Different program with same set of files +Info 10473[17:57:36.903] Format host information updated +Info 10474[17:57:36.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10475[17:57:36.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 805 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.71696100011468ms +Info 10476[17:57:36.918] Different program with same set of files +Info 10477[17:57:37.233] Format host information updated +Info 10478[17:57:37.235] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10479[17:57:37.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 9.931693000718951ms +Info 10480[17:57:37.245] Different program with same set of files +Info 10481[17:57:42.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10482[17:57:42.773] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 10.563702000305057ms +Info 10483[17:57:42.773] Different program with same set of files +Info 10484[17:57:42.773] getCompletionData: Get current token: 0.004556000232696533 +Info 10485[17:57:42.773] getCompletionData: Is inside comment: 0.0011340007185935974 +Info 10486[17:57:42.773] getCompletionData: Get previous token: 0.016357000917196274 +Info 10487[17:57:42.773] getCompletionsAtPosition: isCompletionListBlocker: 0.0019290000200271606 +Info 10488[17:57:42.774] getCompletionData: Semantic work: 0.8883469998836517 +Info 10489[17:57:42.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5923989992588758 +Info 10490[17:57:42.776] Format host information updated +Info 10491[17:57:43.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10492[17:57:43.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 9.104770999401808ms +Info 10493[17:57:43.015] Different program with same set of files +Info 10494[17:57:43.015] getCompletionData: Get current token: 0.0035220012068748474 +Info 10495[17:57:43.015] getCompletionData: Is inside comment: 0.0010619983077049255 +Info 10496[17:57:43.015] getCompletionData: Get previous token: 0.016099000349640846 +Info 10497[17:57:43.015] getCompletionsAtPosition: isCompletionListBlocker: 0.0021030008792877197 +Info 10498[17:57:43.016] getCompletionData: Semantic work: 0.49758599884808064 +Info 10499[17:57:43.017] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6687620002776384 +Info 10500[17:57:43.018] Format host information updated +Info 10501[17:57:43.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10502[17:57:43.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 9.083229999989271ms +Info 10503[17:57:43.136] Different program with same set of files +Info 10504[17:57:43.136] getCompletionData: Get current token: 0.003863999620079994 +Info 10505[17:57:43.136] getCompletionData: Is inside comment: 0.0015639998018741608 +Info 10506[17:57:43.136] getCompletionData: Get previous token: 0.020468000322580338 +Info 10507[17:57:43.136] getCompletionsAtPosition: isCompletionListBlocker: 0.002187000587582588 +Info 10508[17:57:43.137] getCompletionData: Semantic work: 0.5698429998010397 +Info 10509[17:57:43.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9332749992609024 +Info 10510[17:57:43.140] Format host information updated +Info 10511[17:57:43.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10512[17:57:43.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 810 structureChanged: false structureIsReused:: Completely Elapsed: 8.206112001091242ms +Info 10513[17:57:43.206] Different program with same set of files +Info 10514[17:57:43.206] getCompletionData: Get current token: 0.00405300036072731 +Info 10515[17:57:43.206] getCompletionData: Is inside comment: 0.0011710003018379211 +Info 10516[17:57:43.206] getCompletionData: Get previous token: 0.018055999651551247 +Info 10517[17:57:43.206] getCompletionsAtPosition: isCompletionListBlocker: 0.002038000151515007 +Info 10518[17:57:43.207] getCompletionData: Semantic work: 0.5156299993395805 +Info 10519[17:57:43.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.972130000591278 +Info 10520[17:57:43.220] Format host information updated +Info 10521[17:57:43.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10522[17:57:43.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 8.707774998620152ms +Info 10523[17:57:43.267] Different program with same set of files +Info 10524[17:57:43.267] getCompletionData: Get current token: 0.00475199893116951 +Info 10525[17:57:43.267] getCompletionData: Is inside comment: 0.0011609997600317001 +Info 10526[17:57:43.267] getCompletionData: Get previous token: 0.016819000244140625 +Info 10527[17:57:43.267] getCompletionsAtPosition: isCompletionListBlocker: 0.002042999491095543 +Info 10528[17:57:43.268] getCompletionData: Semantic work: 0.6433270014822483 +Info 10529[17:57:43.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8198859989643097 +Info 10530[17:57:43.270] Format host information updated +Info 10531[17:57:43.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10532[17:57:43.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 6.6284359991550446ms +Info 10533[17:57:43.852] Different program with same set of files +Info 10534[17:57:43.852] getCompletionData: Get current token: 0.0029360000044107437 +Info 10535[17:57:43.852] getCompletionData: Is inside comment: 0.0009819995611906052 +Info 10536[17:57:43.852] getCompletionData: Get previous token: 0.013995999470353127 +Info 10537[17:57:43.852] getCompletionsAtPosition: isCompletionListBlocker: 0.0017639994621276855 +Info 10538[17:57:43.853] getCompletionData: Semantic work: 0.4351859986782074 +Info 10539[17:57:43.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4082670006901026 +Info 10540[17:57:43.855] Format host information updated +Info 10541[17:57:43.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10542[17:57:43.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 6.871092999354005ms +Info 10543[17:57:43.941] Different program with same set of files +Info 10544[17:57:43.941] getCompletionData: Get current token: 0.0038440003991127014 +Info 10545[17:57:43.941] getCompletionData: Is inside comment: 0.0016380008310079575 +Info 10546[17:57:43.942] getCompletionData: Get previous token: 0.018671998754143715 +Info 10547[17:57:43.942] getCompletionsAtPosition: isCompletionListBlocker: 0.0019140001386404037 +Info 10548[17:57:43.942] getCompletionData: Semantic work: 0.6139240004122257 +Info 10549[17:57:43.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8468030001968145 +Info 10550[17:57:43.946] Format host information updated +Info 10551[17:57:44.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10552[17:57:44.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 7.405305000022054ms +Info 10553[17:57:44.335] Different program with same set of files +Info 10554[17:57:44.335] getCompletionData: Get current token: 0.004391999915242195 +Info 10555[17:57:44.335] getCompletionData: Is inside comment: 0.0014629997313022614 +Info 10556[17:57:44.335] getCompletionData: Get previous token: 0.023213999345898628 +Info 10557[17:57:44.335] getCompletionsAtPosition: isCompletionListBlocker: 0.0022839996963739395 +Info 10558[17:57:44.336] getCompletionData: Semantic work: 0.6118270009756088 +Info 10559[17:57:44.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9682020004838705 +Info 10560[17:57:44.338] Format host information updated +Info 10561[17:57:44.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10562[17:57:44.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 8.049490999430418ms +Info 10563[17:57:44.424] Different program with same set of files +Info 10564[17:57:44.424] getCompletionData: Get current token: 0.004364999011158943 +Info 10565[17:57:44.424] getCompletionData: Is inside comment: 0.0011650007218122482 +Info 10566[17:57:44.424] getCompletionData: Get previous token: 0.013137999922037125 +Info 10567[17:57:44.424] getCompletionsAtPosition: isCompletionListBlocker: 0.0019580014050006866 +Info 10568[17:57:44.427] getCompletionData: Semantic work: 2.2629940006881952 +Info 10569[17:57:44.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4065840002149343 +Info 10570[17:57:44.429] Format host information updated +Info 10571[17:57:44.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10572[17:57:44.553] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 7.106945000588894ms +Info 10573[17:57:44.553] Different program with same set of files +Info 10574[17:57:44.553] getCompletionData: Get current token: 0.004016999155282974 +Info 10575[17:57:44.553] getCompletionData: Is inside comment: 0.0010650008916854858 +Info 10576[17:57:44.553] getCompletionData: Get previous token: 0.015634000301361084 +Info 10577[17:57:44.553] getCompletionsAtPosition: isCompletionListBlocker: 0.0019189994782209396 +Info 10578[17:57:44.554] getCompletionData: Semantic work: 0.5283840000629425 +Info 10579[17:57:44.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.780621999874711 +Info 10580[17:57:44.556] Format host information updated +Info 10581[17:57:46.523] Format host information updated +Info 10582[17:57:46.523] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10583[17:57:46.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 9.879873000085354ms +Info 10584[17:57:46.533] Different program with same set of files +Info 10585[17:57:50.929] Format host information updated +Info 10586[17:57:50.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10587[17:57:50.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 818 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.62997099943459ms +Info 10588[17:57:50.943] Different program with same set of files +Info 10589[17:57:51.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10590[17:57:51.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 819 structureChanged: false structureIsReused:: Completely Elapsed: 9.302807001397014ms +Info 10591[17:57:51.233] Different program with same set of files +Info 10592[17:57:51.233] getCompletionData: Get current token: 0.002942001447081566 +Info 10593[17:57:51.234] getCompletionData: Is inside comment: 0.009609000757336617 +Info 10594[17:57:51.234] getCompletionData: Get previous token: 0.012414999306201935 +Info 10595[17:57:51.234] getCompletionsAtPosition: isCompletionListBlocker: 0.001880001276731491 +Info 10596[17:57:51.235] getExportInfoMap: cache hit +Info 10597[17:57:51.244] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 10598[17:57:51.244] collectAutoImports: response is complete +Info 10599[17:57:51.244] collectAutoImports: 9.326795998960733 +Info 10600[17:57:51.244] getCompletionData: Semantic work: 10.43826900050044 +Info 10601[17:57:51.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1645089983940125 +Info 10602[17:57:51.250] Format host information updated +Info 10603[17:57:51.284] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10604[17:57:51.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 820 structureChanged: false structureIsReused:: Completely Elapsed: 7.749621000140905ms +Info 10605[17:57:51.292] Different program with same set of files +Info 10606[17:57:51.292] getCompletionData: Get current token: 0.0030350014567375183 +Info 10607[17:57:51.292] getCompletionData: Is inside comment: 0.009585000574588776 +Info 10608[17:57:51.292] getCompletionData: Get previous token: 0.012366000562906265 +Info 10609[17:57:51.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0015859995037317276 +Info 10610[17:57:51.293] getExportInfoMap: cache hit +Info 10611[17:57:51.296] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 10612[17:57:51.296] collectAutoImports: response is complete +Info 10613[17:57:51.296] collectAutoImports: 3.532278999686241 +Info 10614[17:57:51.296] getCompletionData: Semantic work: 4.031658999621868 +Info 10615[17:57:51.300] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7572320010513067 +Info 10616[17:57:51.302] Format host information updated +Info 10617[17:57:51.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10618[17:57:51.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 821 structureChanged: false structureIsReused:: Completely Elapsed: 7.71038700081408ms +Info 10619[17:57:51.440] Different program with same set of files +Info 10620[17:57:51.440] getCompletionData: Get current token: 0.003050999715924263 +Info 10621[17:57:51.440] getCompletionData: Is inside comment: 0.009804999455809593 +Info 10622[17:57:51.440] getCompletionData: Get previous token: 0.0127399992197752 +Info 10623[17:57:51.440] getCompletionsAtPosition: isCompletionListBlocker: 0.0021170005202293396 +Info 10624[17:57:51.440] getExportInfoMap: cache hit +Info 10625[17:57:51.443] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 10626[17:57:51.443] collectAutoImports: response is complete +Info 10627[17:57:51.443] collectAutoImports: 2.523845000192523 +Info 10628[17:57:51.443] getCompletionData: Semantic work: 3.0460749994963408 +Info 10629[17:57:51.445] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9957950003445148 +Info 10630[17:57:51.446] Format host information updated +Info 10631[17:57:51.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10632[17:57:51.536] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 822 structureChanged: false structureIsReused:: Completely Elapsed: 17.86795400083065ms +Info 10633[17:57:51.536] Different program with same set of files +Info 10634[17:57:51.536] getCompletionData: Get current token: 0.007903000339865685 +Info 10635[17:57:51.536] getCompletionData: Is inside comment: 0.027411000803112984 +Info 10636[17:57:51.536] getCompletionData: Get previous token: 0.03482799977064133 +Info 10637[17:57:51.536] getCompletionsAtPosition: isCompletionListBlocker: 0.003932999446988106 +Info 10638[17:57:51.537] getExportInfoMap: cache hit +Info 10639[17:57:51.543] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 10640[17:57:51.543] collectAutoImports: response is complete +Info 10641[17:57:51.543] collectAutoImports: 5.211004000157118 +Info 10642[17:57:51.543] getCompletionData: Semantic work: 6.459798000752926 +Info 10643[17:57:51.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.102546999230981 +Info 10644[17:57:51.550] Format host information updated +Info 10645[17:57:51.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10646[17:57:51.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 823 structureChanged: false structureIsReused:: Completely Elapsed: 26.659815000370145ms +Info 10647[17:57:51.659] Different program with same set of files +Info 10648[17:57:51.660] getCompletionData: Get current token: 0.014466999098658562 +Info 10649[17:57:51.660] getCompletionData: Is inside comment: 0.043554000556468964 +Info 10650[17:57:51.660] getCompletionData: Get previous token: 0.04233299940824509 +Info 10651[17:57:51.660] getCompletionsAtPosition: isCompletionListBlocker: 0.004297001287341118 +Info 10652[17:57:51.661] getExportInfoMap: cache hit +Info 10653[17:57:51.687] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 10654[17:57:51.687] collectAutoImports: response is complete +Info 10655[17:57:51.687] collectAutoImports: 25.826900999993086 +Info 10656[17:57:51.688] getCompletionData: Semantic work: 27.52085099928081 +Info 10657[17:57:51.693] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.349148999899626 +Info 10658[17:57:51.697] Format host information updated +Info 10659[17:57:53.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10660[17:57:53.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 824 structureChanged: false structureIsReused:: Completely Elapsed: 11.38247900083661ms +Info 10661[17:57:53.649] Different program with same set of files +Info 10662[17:57:53.649] getCompletionData: Get current token: 0.0032140016555786133 +Info 10663[17:57:53.649] getCompletionData: Is inside comment: 0.0010880008339881897 +Info 10664[17:57:53.649] getCompletionData: Get previous token: 0.029249999672174454 +Info 10665[17:57:53.649] getCompletionsAtPosition: isCompletionListBlocker: 0.0029850006103515625 +Info 10666[17:57:53.650] getExportInfoMap: cache hit +Info 10667[17:57:53.664] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 10668[17:57:53.664] collectAutoImports: response is complete +Info 10669[17:57:53.664] collectAutoImports: 13.668324999511242 +Info 10670[17:57:53.664] getCompletionData: Semantic work: 14.4484169986099 +Info 10671[17:57:53.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3720239996910095 +Info 10672[17:57:53.671] Format host information updated +Info 10673[17:57:53.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10674[17:57:53.868] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 825 structureChanged: false structureIsReused:: Completely Elapsed: 7.8164880014956ms +Info 10675[17:57:53.868] Different program with same set of files +Info 10676[17:57:53.868] getCompletionData: Get current token: 0.0029499996453523636 +Info 10677[17:57:53.868] getCompletionData: Is inside comment: 0.0010279994457960129 +Info 10678[17:57:53.868] getCompletionData: Get previous token: 0.014319000765681267 +Info 10679[17:57:53.868] getCompletionsAtPosition: isCompletionListBlocker: 0.002350999042391777 +Info 10680[17:57:53.869] getExportInfoMap: cache hit +Info 10681[17:57:53.872] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 39 from cache +Info 10682[17:57:53.872] collectAutoImports: response is complete +Info 10683[17:57:53.872] collectAutoImports: 3.1149579994380474 +Info 10684[17:57:53.872] getCompletionData: Semantic work: 3.715080998837948 +Info 10685[17:57:53.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9437639992684126 +Info 10686[17:57:53.874] Format host information updated +Info 10687[17:57:54.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10688[17:57:54.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 826 structureChanged: false structureIsReused:: Completely Elapsed: 6.754607999697328ms +Info 10689[17:57:54.041] Different program with same set of files +Info 10690[17:57:54.041] getCompletionData: Get current token: 0.003055000677704811 +Info 10691[17:57:54.041] getCompletionData: Is inside comment: 0.0011260006576776505 +Info 10692[17:57:54.041] getCompletionData: Get previous token: 0.01577800139784813 +Info 10693[17:57:54.041] getCompletionsAtPosition: isCompletionListBlocker: 0.0024309996515512466 +Info 10694[17:57:54.042] getExportInfoMap: cache hit +Info 10695[17:57:54.044] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 25 from cache +Info 10696[17:57:54.044] collectAutoImports: response is complete +Info 10697[17:57:54.044] collectAutoImports: 2.7464870009571314 +Info 10698[17:57:54.044] getCompletionData: Semantic work: 3.3179960008710623 +Info 10699[17:57:54.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9235109984874725 +Info 10700[17:57:54.047] Format host information updated +Info 10701[17:57:54.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10702[17:57:54.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 827 structureChanged: false structureIsReused:: Completely Elapsed: 13.195681000128388ms +Info 10703[17:57:54.111] Different program with same set of files +Info 10704[17:57:54.111] getCompletionData: Get current token: 0.00732400082051754 +Info 10705[17:57:54.111] getCompletionData: Is inside comment: 0.002712000161409378 +Info 10706[17:57:54.111] getCompletionData: Get previous token: 0.03765200078487396 +Info 10707[17:57:54.112] getCompletionsAtPosition: isCompletionListBlocker: 0.0046890005469322205 +Info 10708[17:57:54.113] getExportInfoMap: cache hit +Info 10709[17:57:54.117] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 5 from cache +Info 10710[17:57:54.117] collectAutoImports: response is complete +Info 10711[17:57:54.117] collectAutoImports: 4.3658670000731945 +Info 10712[17:57:54.117] getCompletionData: Semantic work: 5.56509199924767 +Info 10713[17:57:54.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.093578999862075 +Info 10714[17:57:54.121] Format host information updated +Info 10715[17:57:54.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10716[17:57:54.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 828 structureChanged: false structureIsReused:: Completely Elapsed: 7.126481000334024ms +Info 10717[17:57:54.267] Different program with same set of files +Info 10718[17:57:54.268] getCompletionData: Get current token: 0.0036650002002716064 +Info 10719[17:57:54.268] getCompletionData: Is inside comment: 0.001542000100016594 +Info 10720[17:57:54.268] getCompletionData: Get previous token: 0.018067000433802605 +Info 10721[17:57:54.268] getCompletionsAtPosition: isCompletionListBlocker: 0.0033279992640018463 +Info 10722[17:57:54.268] getExportInfoMap: cache hit +Info 10723[17:57:54.270] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 5 from cache +Info 10724[17:57:54.270] collectAutoImports: response is complete +Info 10725[17:57:54.270] collectAutoImports: 2.118666000664234 +Info 10726[17:57:54.270] getCompletionData: Semantic work: 2.7335139997303486 +Info 10727[17:57:54.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.056521998718381 +Info 10728[17:57:54.274] Format host information updated +Info 10729[17:57:54.329] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10730[17:57:54.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 829 structureChanged: false structureIsReused:: Completely Elapsed: 14.457655999809504ms +Info 10731[17:57:54.344] Different program with same set of files +Info 10732[17:57:54.344] getCompletionData: Get current token: 0.00761600024998188 +Info 10733[17:57:54.344] getCompletionData: Is inside comment: 0.0026130005717277527 +Info 10734[17:57:54.344] getCompletionData: Get previous token: 0.1001180000603199 +Info 10735[17:57:54.344] getCompletionsAtPosition: isCompletionListBlocker: 0.0048500001430511475 +Info 10736[17:57:54.346] getExportInfoMap: cache hit +Info 10737[17:57:54.350] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 10738[17:57:54.350] collectAutoImports: response is complete +Info 10739[17:57:54.350] collectAutoImports: 4.220878999680281 +Info 10740[17:57:54.350] getCompletionData: Semantic work: 5.546740999445319 +Info 10741[17:57:54.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1557090003043413 +Info 10742[17:57:54.354] Format host information updated +Info 10743[17:57:54.408] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10744[17:57:54.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 830 structureChanged: false structureIsReused:: Completely Elapsed: 14.152092000469565ms +Info 10745[17:57:54.422] Different program with same set of files +Info 10746[17:57:54.426] getCompletionData: Get current token: 2.911981999874115 +Info 10747[17:57:54.426] getCompletionData: Is inside comment: 0.006877001374959946 +Info 10748[17:57:54.426] getCompletionData: Get previous token: 0.051721999421715736 +Info 10749[17:57:54.426] getCompletionsAtPosition: isCompletionListBlocker: 0.01075499877333641 +Info 10750[17:57:54.427] getExportInfoMap: cache hit +Info 10751[17:57:54.431] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 10752[17:57:54.431] collectAutoImports: response is complete +Info 10753[17:57:54.431] collectAutoImports: 3.989605000242591 +Info 10754[17:57:54.431] getCompletionData: Semantic work: 5.082752000540495 +Info 10755[17:57:54.434] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8876889999955893 +Info 10756[17:57:54.435] Format host information updated +Info 10757[17:57:54.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10758[17:57:54.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 831 structureChanged: false structureIsReused:: Completely Elapsed: 8.344972999766469ms +Info 10759[17:57:54.479] Different program with same set of files +Info 10760[17:57:54.479] getCompletionData: Get current token: 0.004410000517964363 +Info 10761[17:57:54.479] getCompletionData: Is inside comment: 0.0015050005167722702 +Info 10762[17:57:54.479] getCompletionData: Get previous token: 0.020975999534130096 +Info 10763[17:57:54.479] getCompletionsAtPosition: isCompletionListBlocker: 0.003234000876545906 +Info 10764[17:57:54.480] getExportInfoMap: cache hit +Info 10765[17:57:54.482] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 10766[17:57:54.482] collectAutoImports: response is complete +Info 10767[17:57:54.482] collectAutoImports: 2.4135759994387627 +Info 10768[17:57:54.482] getCompletionData: Semantic work: 3.0597169995307922 +Info 10769[17:57:54.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.183585999533534 +Info 10770[17:57:54.485] Format host information updated +Info 10771[17:57:54.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10772[17:57:54.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 832 structureChanged: false structureIsReused:: Completely Elapsed: 8.903427999466658ms +Info 10773[17:57:54.689] Different program with same set of files +Info 10774[17:57:54.689] getCompletionData: Get current token: 0.0036520007997751236 +Info 10775[17:57:54.689] getCompletionData: Is inside comment: 0.0011620000004768372 +Info 10776[17:57:54.689] getCompletionData: Get previous token: 0.018517998978495598 +Info 10777[17:57:54.689] getCompletionsAtPosition: isCompletionListBlocker: 0.002729998901486397 +Info 10778[17:57:54.689] getExportInfoMap: cache hit +Info 10779[17:57:54.691] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 10780[17:57:54.691] collectAutoImports: response is complete +Info 10781[17:57:54.691] collectAutoImports: 2.029059000313282 +Info 10782[17:57:54.691] getCompletionData: Semantic work: 2.5981549993157387 +Info 10783[17:57:54.693] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.07876299880445 +Info 10784[17:57:54.694] Format host information updated +Info 10785[18:02:07.549] Format host information updated +Info 10786[18:02:07.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10787[18:02:07.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 833 structureChanged: false structureIsReused:: Completely Elapsed: 7.421569999307394ms +Info 10788[18:02:07.557] Different program with same set of files +Info 10789[18:02:07.983] Format host information updated +Info 10790[18:02:07.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10791[18:02:07.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 834 structureChanged: false structureIsReused:: Completely Elapsed: 11.086933000013232ms +Info 10792[18:02:07.994] Different program with same set of files +Info 10793[18:02:08.499] Format host information updated +Info 10794[18:02:08.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10795[18:02:08.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 835 structureChanged: false structureIsReused:: Completely Elapsed: 11.39886499941349ms +Info 10796[18:02:08.511] Different program with same set of files +Info 10797[18:02:08.874] Format host information updated +Info 10798[18:02:08.874] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10799[18:02:08.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 836 structureChanged: false structureIsReused:: Completely Elapsed: 11.439801000058651ms +Info 10800[18:02:08.885] Different program with same set of files +Info 10801[18:02:10.036] Format host information updated +Info 10802[18:02:10.037] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10803[18:02:10.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 837 structureChanged: false structureIsReused:: Completely Elapsed: 11.450340000912547ms +Info 10804[18:02:10.048] Different program with same set of files +Info 10805[18:02:13.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10806[18:02:13.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 838 structureChanged: false structureIsReused:: Completely Elapsed: 7.854009000584483ms +Info 10807[18:02:13.140] Different program with same set of files +Info 10808[18:02:13.140] getCompletionData: Get current token: 0.003379000350832939 +Info 10809[18:02:13.140] getCompletionData: Is inside comment: 0.0010470002889633179 +Info 10810[18:02:13.141] getCompletionData: Get previous token: 0.014438999816775322 +Info 10811[18:02:13.141] getCompletionsAtPosition: isCompletionListBlocker: 0.0017980001866817474 +Info 10812[18:02:13.141] getCompletionData: Semantic work: 0.544989001005888 +Info 10813[18:02:13.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0724120009690523 +Info 10814[18:02:13.144] Format host information updated +Info 10815[18:02:13.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10816[18:02:13.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 839 structureChanged: false structureIsReused:: Completely Elapsed: 16.738188998773694ms +Info 10817[18:02:13.417] Different program with same set of files +Info 10818[18:02:13.417] getCompletionData: Get current token: 0.006797999143600464 +Info 10819[18:02:13.417] getCompletionData: Is inside comment: 0.002377999946475029 +Info 10820[18:02:13.417] getCompletionData: Get previous token: 0.03467799909412861 +Info 10821[18:02:13.417] getCompletionsAtPosition: isCompletionListBlocker: 0.0032749995589256287 +Info 10822[18:02:13.418] getCompletionData: Semantic work: 1.0611129999160767 +Info 10823[18:02:13.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.494634998962283 +Info 10824[18:02:13.423] Format host information updated +Info 10825[18:02:13.561] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10826[18:02:13.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 840 structureChanged: false structureIsReused:: Completely Elapsed: 9.56755300052464ms +Info 10827[18:02:13.570] Different program with same set of files +Info 10828[18:02:13.570] getCompletionData: Get current token: 0.004308000206947327 +Info 10829[18:02:13.570] getCompletionData: Is inside comment: 0.0013220012187957764 +Info 10830[18:02:13.570] getCompletionData: Get previous token: 0.02052300050854683 +Info 10831[18:02:13.570] getCompletionsAtPosition: isCompletionListBlocker: 0.0022369995713233948 +Info 10832[18:02:13.571] getCompletionData: Semantic work: 0.6872339993715286 +Info 10833[18:02:13.574] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8218949995934963 +Info 10834[18:02:13.576] Format host information updated +Info 10835[18:02:13.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10836[18:02:13.712] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 841 structureChanged: false structureIsReused:: Completely Elapsed: 7.5094729997217655ms +Info 10837[18:02:13.712] Different program with same set of files +Info 10838[18:02:13.712] getCompletionData: Get current token: 0.0041509997099637985 +Info 10839[18:02:13.712] getCompletionData: Is inside comment: 0.001196000725030899 +Info 10840[18:02:13.712] getCompletionData: Get previous token: 0.01941799931228161 +Info 10841[18:02:13.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0021310001611709595 +Info 10842[18:02:13.713] getCompletionData: Semantic work: 0.563918998464942 +Info 10843[18:02:13.714] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7197280004620552 +Info 10844[18:02:13.716] Format host information updated +Info 10845[18:02:13.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10846[18:02:13.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 842 structureChanged: false structureIsReused:: Completely Elapsed: 9.626644998788834ms +Info 10847[18:02:13.839] Different program with same set of files +Info 10848[18:02:13.839] getCompletionData: Get current token: 0.005913000553846359 +Info 10849[18:02:13.839] getCompletionData: Is inside comment: 0.0016619991511106491 +Info 10850[18:02:13.839] getCompletionData: Get previous token: 0.026000000536441803 +Info 10851[18:02:13.839] getCompletionsAtPosition: isCompletionListBlocker: 0.0023170001804828644 +Info 10852[18:02:13.840] getCompletionData: Semantic work: 0.7238769996911287 +Info 10853[18:02:13.846] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.370898000895977 +Info 10854[18:02:13.846] Format host information updated +Info 10855[18:02:13.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10856[18:02:13.969] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 843 structureChanged: false structureIsReused:: Completely Elapsed: 20.27411299943924ms +Info 10857[18:02:13.969] Different program with same set of files +Info 10858[18:02:13.969] getCompletionData: Get current token: 0.006982000544667244 +Info 10859[18:02:13.969] getCompletionData: Is inside comment: 0.0021029990166425705 +Info 10860[18:02:13.969] getCompletionData: Get previous token: 0.0328150000423193 +Info 10861[18:02:13.969] getCompletionsAtPosition: isCompletionListBlocker: 0.0029290001839399338 +Info 10862[18:02:13.970] getCompletionData: Semantic work: 0.8933400008827448 +Info 10863[18:02:13.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.959799000993371 +Info 10864[18:02:13.974] Format host information updated +Info 10865[18:02:14.022] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10866[18:02:14.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 844 structureChanged: false structureIsReused:: Completely Elapsed: 9.071387998759747ms +Info 10867[18:02:14.031] Different program with same set of files +Info 10868[18:02:14.032] getCompletionData: Get current token: 0.004037998616695404 +Info 10869[18:02:14.032] getCompletionData: Is inside comment: 0.0012570004910230637 +Info 10870[18:02:14.032] getCompletionData: Get previous token: 0.01770400069653988 +Info 10871[18:02:14.032] getCompletionsAtPosition: isCompletionListBlocker: 0.0021210014820098877 +Info 10872[18:02:14.032] getCompletionData: Semantic work: 0.5728360004723072 +Info 10873[18:02:14.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.832600001245737 +Info 10874[18:02:14.037] Format host information updated +Info 10875[18:02:14.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10876[18:02:14.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 845 structureChanged: false structureIsReused:: Completely Elapsed: 8.247816000133753ms +Info 10877[18:02:14.498] Different program with same set of files +Info 10878[18:02:14.498] getCompletionData: Get current token: 0.0038590002804994583 +Info 10879[18:02:14.498] getCompletionData: Is inside comment: 0.0014009997248649597 +Info 10880[18:02:14.498] getCompletionData: Get previous token: 0.019856000319123268 +Info 10881[18:02:14.498] getCompletionsAtPosition: isCompletionListBlocker: 0.0019070003181695938 +Info 10882[18:02:14.499] getCompletionData: Semantic work: 0.5801530014723539 +Info 10883[18:02:14.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8623709995299578 +Info 10884[18:02:14.501] Format host information updated +Info 10885[18:02:14.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10886[18:02:14.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 846 structureChanged: false structureIsReused:: Completely Elapsed: 10.350434001535177ms +Info 10887[18:02:14.694] Different program with same set of files +Info 10888[18:02:14.694] getCompletionData: Get current token: 0.0038290005177259445 +Info 10889[18:02:14.694] getCompletionData: Is inside comment: 0.0011650007218122482 +Info 10890[18:02:14.694] getCompletionData: Get previous token: 0.018424000591039658 +Info 10891[18:02:14.694] getCompletionsAtPosition: isCompletionListBlocker: 0.0021720007061958313 +Info 10892[18:02:14.695] getCompletionData: Semantic work: 0.5207129996269941 +Info 10893[18:02:14.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5916399993002415 +Info 10894[18:02:14.697] Format host information updated +Info 10895[18:02:14.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10896[18:02:14.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 847 structureChanged: false structureIsReused:: Completely Elapsed: 6.770242998376489ms +Info 10897[18:02:14.767] Different program with same set of files +Info 10898[18:02:14.767] getCompletionData: Get current token: 0.0033740010112524033 +Info 10899[18:02:14.767] getCompletionData: Is inside comment: 0.0010669995099306107 +Info 10900[18:02:14.767] getCompletionData: Get previous token: 0.015531999990344048 +Info 10901[18:02:14.767] getCompletionsAtPosition: isCompletionListBlocker: 0.0018050000071525574 +Info 10902[18:02:14.767] getCompletionData: Semantic work: 0.4670640006661415 +Info 10903[18:02:14.769] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5032559987157583 +Info 10904[18:02:14.769] Format host information updated +Info 10905[18:02:14.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10906[18:02:14.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 848 structureChanged: false structureIsReused:: Completely Elapsed: 7.055270999670029ms +Info 10907[18:02:14.991] Different program with same set of files +Info 10908[18:02:14.991] getCompletionData: Get current token: 0.003581000491976738 +Info 10909[18:02:14.991] getCompletionData: Is inside comment: 0.0010759998112916946 +Info 10910[18:02:14.991] getCompletionData: Get previous token: 0.016950000077486038 +Info 10911[18:02:14.991] getCompletionsAtPosition: isCompletionListBlocker: 0.0020699985325336456 +Info 10912[18:02:14.992] getCompletionData: Semantic work: 0.5024650003761053 +Info 10913[18:02:14.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.503039000555873 +Info 10914[18:02:14.994] Format host information updated +Info 10915[18:02:15.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10916[18:02:15.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 849 structureChanged: false structureIsReused:: Completely Elapsed: 9.653810998424888ms +Info 10917[18:02:15.080] Different program with same set of files +Info 10918[18:02:15.080] getCompletionData: Get current token: 0.0039990004152059555 +Info 10919[18:02:15.080] getCompletionData: Is inside comment: 0.001318998634815216 +Info 10920[18:02:15.080] getCompletionData: Get previous token: 0.019000999629497528 +Info 10921[18:02:15.080] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589994430541992 +Info 10922[18:02:15.080] getCompletionData: Semantic work: 0.5553949996829033 +Info 10923[18:02:15.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6922520007938147 +Info 10924[18:02:15.083] Format host information updated +Info 10925[18:02:15.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10926[18:02:15.210] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 850 structureChanged: false structureIsReused:: Completely Elapsed: 7.383953999727964ms +Info 10927[18:02:15.210] Different program with same set of files +Info 10928[18:02:15.210] getCompletionData: Get current token: 0.0034899991005659103 +Info 10929[18:02:15.210] getCompletionData: Is inside comment: 0.0009759999811649323 +Info 10930[18:02:15.210] getCompletionData: Get previous token: 0.014847999438643456 +Info 10931[18:02:15.210] getCompletionsAtPosition: isCompletionListBlocker: 0.0017670001834630966 +Info 10932[18:02:15.211] getCompletionData: Semantic work: 0.5363849997520447 +Info 10933[18:02:15.212] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.360912000760436 +Info 10934[18:02:15.213] Format host information updated +Info 10935[18:02:15.362] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10936[18:02:15.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 851 structureChanged: false structureIsReused:: Completely Elapsed: 10.22609799914062ms +Info 10937[18:02:15.372] Different program with same set of files +Info 10938[18:02:15.372] getCompletionData: Get current token: 0.002894001081585884 +Info 10939[18:02:15.372] getCompletionData: Is inside comment: 0.0012250002473592758 +Info 10940[18:02:15.372] getCompletionData: Get previous token: 0.01615700125694275 +Info 10941[18:02:15.373] getCompletionsAtPosition: isCompletionListBlocker: 0.017911000177264214 +Info 10942[18:02:15.373] getCompletionData: Semantic work: 0.8084149993956089 +Info 10943[18:02:15.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.568520998582244 +Info 10944[18:02:15.375] Format host information updated +Info 10945[18:02:15.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10946[18:02:15.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 852 structureChanged: false structureIsReused:: Completely Elapsed: 6.974811999127269ms +Info 10947[18:02:15.429] Different program with same set of files +Info 10948[18:02:15.429] getCompletionData: Get current token: 0.003548000007867813 +Info 10949[18:02:15.429] getCompletionData: Is inside comment: 0.0010620001703500748 +Info 10950[18:02:15.429] getCompletionData: Get previous token: 0.015512999147176743 +Info 10951[18:02:15.429] getCompletionsAtPosition: isCompletionListBlocker: 0.0019780006259679794 +Info 10952[18:02:15.430] getCompletionData: Semantic work: 0.48223100043833256 +Info 10953[18:02:15.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5190500002354383 +Info 10954[18:02:15.432] Format host information updated +Info 10955[18:02:15.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10956[18:02:15.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 853 structureChanged: false structureIsReused:: Completely Elapsed: 8.01846600137651ms +Info 10957[18:02:15.827] Different program with same set of files +Info 10958[18:02:15.827] getCompletionData: Get current token: 0.00340300053358078 +Info 10959[18:02:15.827] getCompletionData: Is inside comment: 0.001196000725030899 +Info 10960[18:02:15.827] getCompletionData: Get previous token: 0.018705999478697777 +Info 10961[18:02:15.827] getCompletionsAtPosition: isCompletionListBlocker: 0.0019060000777244568 +Info 10962[18:02:15.827] getCompletionData: Semantic work: 0.5491169989109039 +Info 10963[18:02:15.829] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.682455999776721 +Info 10964[18:02:15.830] Format host information updated +Info 10965[18:02:15.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10966[18:02:15.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 854 structureChanged: false structureIsReused:: Completely Elapsed: 7.687721999362111ms +Info 10967[18:02:15.973] Different program with same set of files +Info 10968[18:02:15.973] getCompletionData: Get current token: 0.00399399921298027 +Info 10969[18:02:15.973] getCompletionData: Is inside comment: 0.0012969989329576492 +Info 10970[18:02:15.973] getCompletionData: Get previous token: 0.021019000560045242 +Info 10971[18:02:15.973] getCompletionsAtPosition: isCompletionListBlocker: 0.0019699987024068832 +Info 10972[18:02:15.974] getCompletionData: Semantic work: 0.5372689999639988 +Info 10973[18:02:15.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7603829987347126 +Info 10974[18:02:15.979] Format host information updated +Info 10975[18:02:16.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10976[18:02:16.094] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 855 structureChanged: false structureIsReused:: Completely Elapsed: 7.762122001498938ms +Info 10977[18:02:16.094] Different program with same set of files +Info 10978[18:02:16.095] getCompletionData: Get current token: 0.003915999084711075 +Info 10979[18:02:16.095] getCompletionData: Is inside comment: 0.0013880003243684769 +Info 10980[18:02:16.095] getCompletionData: Get previous token: 0.01965400017797947 +Info 10981[18:02:16.095] getCompletionsAtPosition: isCompletionListBlocker: 0.002257000654935837 +Info 10982[18:02:16.095] getCompletionData: Semantic work: 0.5740380007773638 +Info 10983[18:02:16.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7640770003199577 +Info 10984[18:02:16.097] Format host information updated +Info 10985[18:02:16.184] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10986[18:02:16.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 856 structureChanged: false structureIsReused:: Completely Elapsed: 9.608326001092792ms +Info 10987[18:02:16.194] Different program with same set of files +Info 10988[18:02:16.194] getCompletionData: Get current token: 0.004253000020980835 +Info 10989[18:02:16.194] getCompletionData: Is inside comment: 0.0017179995775222778 +Info 10990[18:02:16.194] getCompletionData: Get previous token: 0.021414000540971756 +Info 10991[18:02:16.194] getCompletionsAtPosition: isCompletionListBlocker: 0.0020030010491609573 +Info 10992[18:02:16.195] getCompletionData: Semantic work: 0.5918269995599985 +Info 10993[18:02:16.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2873630002140999 +Info 10994[18:02:16.197] Format host information updated +Info 10995[18:02:30.704] Format host information updated +Info 10996[18:02:30.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10997[18:02:30.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 857 structureChanged: false structureIsReused:: Completely Elapsed: 7.091099999845028ms +Info 10998[18:02:30.711] Different program with same set of files +Info 10999[18:02:30.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11000[18:02:30.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 858 structureChanged: false structureIsReused:: Completely Elapsed: 12.346529999747872ms +Info 11001[18:02:30.858] Different program with same set of files +Info 11002[18:02:30.858] getCompletionData: Get current token: 0.0034519992768764496 +Info 11003[18:02:30.858] getCompletionData: Is inside comment: 0.008310001343488693 +Info 11004[18:02:30.859] getCompletionData: Get previous token: 0.011219998821616173 +Info 11005[18:02:30.859] getCompletionsAtPosition: isCompletionListBlocker: 0.0019119996577501297 +Info 11006[18:02:30.859] getExportInfoMap: cache hit +Info 11007[18:02:30.864] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 68 from cache +Info 11008[18:02:30.864] collectAutoImports: response is complete +Info 11009[18:02:30.864] collectAutoImports: 4.429991001263261 +Info 11010[18:02:30.864] getCompletionData: Semantic work: 5.127038998529315 +Info 11011[18:02:30.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.803185001015663 +Info 11012[18:02:30.869] Format host information updated +Info 11013[18:02:30.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11014[18:02:30.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 859 structureChanged: false structureIsReused:: Completely Elapsed: 9.092946000397205ms +Info 11015[18:02:30.934] Different program with same set of files +Info 11016[18:02:30.935] getCompletionData: Get current token: 0.005272999405860901 +Info 11017[18:02:30.935] getCompletionData: Is inside comment: 0.01324399933218956 +Info 11018[18:02:30.935] getCompletionData: Get previous token: 0.02088799886405468 +Info 11019[18:02:30.935] getCompletionsAtPosition: isCompletionListBlocker: 0.002770001068711281 +Info 11020[18:02:30.935] getExportInfoMap: cache hit +Info 11021[18:02:30.938] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 8 from cache +Info 11022[18:02:30.938] collectAutoImports: response is complete +Info 11023[18:02:30.938] collectAutoImports: 2.976615998893976 +Info 11024[18:02:30.938] getCompletionData: Semantic work: 3.674022998660803 +Info 11025[18:02:30.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.867552001029253 +Info 11026[18:02:30.943] Format host information updated +Info 11027[18:02:31.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11028[18:02:31.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 860 structureChanged: false structureIsReused:: Completely Elapsed: 9.26273100078106ms +Info 11029[18:02:31.051] Different program with same set of files +Info 11030[18:02:31.052] getCompletionData: Get current token: 0.0029719993472099304 +Info 11031[18:02:31.052] getCompletionData: Is inside comment: 0.009060001000761986 +Info 11032[18:02:31.052] getCompletionData: Get previous token: 0.012488000094890594 +Info 11033[18:02:31.052] getCompletionsAtPosition: isCompletionListBlocker: 0.0019400008022785187 +Info 11034[18:02:31.052] getExportInfoMap: cache hit +Info 11035[18:02:31.054] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 11036[18:02:31.054] collectAutoImports: response is complete +Info 11037[18:02:31.054] collectAutoImports: 2.026723999530077 +Info 11038[18:02:31.054] getCompletionData: Semantic work: 2.6994259990751743 +Info 11039[18:02:31.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9497149996459484 +Info 11040[18:02:31.057] Format host information updated +Info 11041[18:02:31.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11042[18:02:31.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 861 structureChanged: false structureIsReused:: Completely Elapsed: 11.652158001437783ms +Info 11043[18:02:31.124] Different program with same set of files +Info 11044[18:02:31.124] getCompletionData: Get current token: 0.0029380004853010178 +Info 11045[18:02:31.124] getCompletionData: Is inside comment: 0.009604999795556068 +Info 11046[18:02:31.124] getCompletionData: Get previous token: 0.012036999687552452 +Info 11047[18:02:31.124] getCompletionsAtPosition: isCompletionListBlocker: 0.002574000507593155 +Info 11048[18:02:31.125] getExportInfoMap: cache hit +Info 11049[18:02:31.126] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 11050[18:02:31.126] collectAutoImports: response is complete +Info 11051[18:02:31.126] collectAutoImports: 1.643445000052452 +Info 11052[18:02:31.126] getCompletionData: Semantic work: 2.3301670011132956 +Info 11053[18:02:31.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8326699994504452 +Info 11054[18:02:31.129] Format host information updated +Info 11055[18:02:31.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11056[18:02:31.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 862 structureChanged: false structureIsReused:: Completely Elapsed: 7.147896999493241ms +Info 11057[18:02:31.180] Different program with same set of files +Info 11058[18:02:31.180] getCompletionData: Get current token: 0.0040080007165670395 +Info 11059[18:02:31.180] getCompletionData: Is inside comment: 0.010941000655293465 +Info 11060[18:02:31.180] getCompletionData: Get previous token: 0.017332999035716057 +Info 11061[18:02:31.180] getCompletionsAtPosition: isCompletionListBlocker: 0.0021340008825063705 +Info 11062[18:02:31.181] getExportInfoMap: cache hit +Info 11063[18:02:31.200] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11064[18:02:31.200] collectAutoImports: response is complete +Info 11065[18:02:31.200] collectAutoImports: 18.375781001523137 +Info 11066[18:02:31.200] getCompletionData: Semantic work: 19.278214998543262 +Info 11067[18:02:31.206] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.17679899930954 +Info 11068[18:02:31.210] Format host information updated +Info 11069[18:02:31.234] Format host information updated +Info 11070[18:02:31.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11071[18:02:31.243] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 863 structureChanged: false structureIsReused:: Completely Elapsed: 9.19764699973166ms +Info 11072[18:02:31.243] Different program with same set of files +Info 11073[18:02:31.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11074[18:02:31.536] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 864 structureChanged: false structureIsReused:: Completely Elapsed: 8.433392999693751ms +Info 11075[18:02:31.536] Different program with same set of files +Info 11076[18:02:31.536] getCompletionData: Get current token: 0.005994999781250954 +Info 11077[18:02:31.536] getCompletionData: Is inside comment: 0.015562999993562698 +Info 11078[18:02:31.536] getCompletionData: Get previous token: 0.02838900126516819 +Info 11079[18:02:31.536] getCompletionsAtPosition: isCompletionListBlocker: 0.0024219993501901627 +Info 11080[18:02:31.537] getExportInfoMap: cache hit +Info 11081[18:02:31.554] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11082[18:02:31.554] collectAutoImports: response is complete +Info 11083[18:02:31.554] collectAutoImports: 17.34346400015056 +Info 11084[18:02:31.554] getCompletionData: Semantic work: 18.081627998501062 +Info 11085[18:02:31.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.935336999595165 +Info 11086[18:02:31.564] Format host information updated +Info 11087[18:02:31.605] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11088[18:02:31.612] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 865 structureChanged: false structureIsReused:: Completely Elapsed: 7.0336659997701645ms +Info 11089[18:02:31.612] Different program with same set of files +Info 11090[18:02:31.612] getCompletionData: Get current token: 0.004807000979781151 +Info 11091[18:02:31.612] getCompletionData: Is inside comment: 0.011913999915122986 +Info 11092[18:02:31.612] getCompletionData: Get previous token: 0.008825000375509262 +Info 11093[18:02:31.612] getCompletionsAtPosition: isCompletionListBlocker: 0.0027670003473758698 +Info 11094[18:02:31.613] getExportInfoMap: cache hit +Info 11095[18:02:31.626] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11096[18:02:31.626] collectAutoImports: response is complete +Info 11097[18:02:31.627] collectAutoImports: 13.860643999651074 +Info 11098[18:02:31.627] getCompletionData: Semantic work: 14.409998999908566 +Info 11099[18:02:31.633] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.644922999665141 +Info 11100[18:02:31.637] Format host information updated +Info 11101[18:02:31.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11102[18:02:31.671] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 866 structureChanged: false structureIsReused:: Completely Elapsed: 6.7049200013279915ms +Info 11103[18:02:31.671] Different program with same set of files +Info 11104[18:02:31.671] getCompletionData: Get current token: 0.0034459996968507767 +Info 11105[18:02:31.671] getCompletionData: Is inside comment: 0.009654998779296875 +Info 11106[18:02:31.671] getCompletionData: Get previous token: 0.007112998515367508 +Info 11107[18:02:31.671] getCompletionsAtPosition: isCompletionListBlocker: 0.0066899992525577545 +Info 11108[18:02:31.672] getExportInfoMap: cache hit +Info 11109[18:02:31.683] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11110[18:02:31.683] collectAutoImports: response is complete +Info 11111[18:02:31.683] collectAutoImports: 11.513391999527812 +Info 11112[18:02:31.683] getCompletionData: Semantic work: 11.994796000421047 +Info 11113[18:02:31.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.386319000273943 +Info 11114[18:02:31.691] Format host information updated +Info 11115[18:02:31.809] getCompletionData: Get current token: 0.004064001142978668 +Info 11116[18:02:31.809] getCompletionData: Is inside comment: 0.011014999821782112 +Info 11117[18:02:31.809] getCompletionData: Get previous token: 0.007783001288771629 +Info 11118[18:02:31.809] getCompletionsAtPosition: isCompletionListBlocker: 0.003050999715924263 +Info 11119[18:02:31.809] getExportInfoMap: cache hit +Info 11120[18:02:31.819] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11121[18:02:31.819] collectAutoImports: response is complete +Info 11122[18:02:31.819] collectAutoImports: 10.09353700093925 +Info 11123[18:02:31.819] getCompletionData: Semantic work: 10.665461000055075 +Info 11124[18:02:31.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.562029000371695 +Info 11125[18:02:31.992] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11126[18:02:32.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 867 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.201858000829816ms +Info 11127[18:02:32.003] Different program with same set of files +Info 11128[18:02:32.005] Format host information updated +Info 11129[18:02:32.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11130[18:02:32.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 868 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.268393998965621ms +Info 11131[18:02:32.075] Different program with same set of files +Info 11132[18:02:32.075] getCompletionData: Get current token: 0.004414001479744911 +Info 11133[18:02:32.075] getCompletionData: Is inside comment: 0.011847000569105148 +Info 11134[18:02:32.075] getCompletionData: Get previous token: 0.008611999452114105 +Info 11135[18:02:32.075] getCompletionsAtPosition: isCompletionListBlocker: 0.007789000868797302 +Info 11136[18:02:32.076] getExportInfoMap: cache hit +Info 11137[18:02:32.089] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11138[18:02:32.089] collectAutoImports: response is complete +Info 11139[18:02:32.089] collectAutoImports: 13.203725999221206 +Info 11140[18:02:32.089] getCompletionData: Semantic work: 13.700431000441313 +Info 11141[18:02:32.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.578187000006437 +Info 11142[18:02:32.097] Format host information updated +Info 11143[18:02:32.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11144[18:02:32.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 869 structureChanged: false structureIsReused:: Completely Elapsed: 7.253860998898745ms +Info 11145[18:02:32.147] Different program with same set of files +Info 11146[18:02:32.148] getCompletionData: Get current token: 0.0038460008800029755 +Info 11147[18:02:32.148] getCompletionData: Is inside comment: 0.010079000145196915 +Info 11148[18:02:32.148] getCompletionData: Get previous token: 0.017598001286387444 +Info 11149[18:02:32.148] getCompletionsAtPosition: isCompletionListBlocker: 0.00855100154876709 +Info 11150[18:02:32.148] getExportInfoMap: cache hit +Info 11151[18:02:32.151] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 69 from cache +Info 11152[18:02:32.151] collectAutoImports: response is complete +Info 11153[18:02:32.151] collectAutoImports: 3.1194320004433393 +Info 11154[18:02:32.151] getCompletionData: Semantic work: 3.706132998690009 +Info 11155[18:02:32.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9954870007932186 +Info 11156[18:02:32.156] Format host information updated +Info 11157[18:02:32.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11158[18:02:32.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 870 structureChanged: false structureIsReused:: Completely Elapsed: 6.819925999268889ms +Info 11159[18:02:32.328] Different program with same set of files +Info 11160[18:02:32.328] getCompletionData: Get current token: 0.003895999863743782 +Info 11161[18:02:32.328] getCompletionData: Is inside comment: 0.011505000293254852 +Info 11162[18:02:32.328] getCompletionData: Get previous token: 0.018511999398469925 +Info 11163[18:02:32.328] getCompletionsAtPosition: isCompletionListBlocker: 0.00823500007390976 +Info 11164[18:02:32.328] getExportInfoMap: cache hit +Info 11165[18:02:32.331] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 53 from cache +Info 11166[18:02:32.331] collectAutoImports: response is complete +Info 11167[18:02:32.331] collectAutoImports: 3.0300310011953115 +Info 11168[18:02:32.331] getCompletionData: Semantic work: 3.5573679991066456 +Info 11169[18:02:32.333] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0236049983650446 +Info 11170[18:02:32.334] Format host information updated +Info 11171[18:02:32.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11172[18:02:32.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 871 structureChanged: false structureIsReused:: Completely Elapsed: 24.44708700105548ms +Info 11173[18:02:32.421] Different program with same set of files +Info 11174[18:02:32.422] getCompletionData: Get current token: 0.01344900019466877 +Info 11175[18:02:32.422] getCompletionData: Is inside comment: 0.03523099981248379 +Info 11176[18:02:32.422] getCompletionData: Get previous token: 0.0516900010406971 +Info 11177[18:02:32.422] getCompletionsAtPosition: isCompletionListBlocker: 0.021710999310016632 +Info 11178[18:02:32.428] getExportInfoMap: cache hit +Info 11179[18:02:32.432] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 22 from cache +Info 11180[18:02:32.432] collectAutoImports: response is complete +Info 11181[18:02:32.432] collectAutoImports: 3.9906619992107153 +Info 11182[18:02:32.432] getCompletionData: Semantic work: 9.97677900083363 +Info 11183[18:02:32.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.288834000006318 +Info 11184[18:02:32.437] Format host information updated +Info 11185[18:02:32.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11186[18:02:32.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 872 structureChanged: false structureIsReused:: Completely Elapsed: 6.921098001301289ms +Info 11187[18:02:32.580] Different program with same set of files +Info 11188[18:02:32.581] getCompletionData: Get current token: 0.0032880008220672607 +Info 11189[18:02:32.581] getCompletionData: Is inside comment: 0.00922200083732605 +Info 11190[18:02:32.581] getCompletionData: Get previous token: 0.014658000320196152 +Info 11191[18:02:32.581] getCompletionsAtPosition: isCompletionListBlocker: 0.0073739998042583466 +Info 11192[18:02:32.581] getExportInfoMap: cache hit +Info 11193[18:02:32.584] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 53 from cache +Info 11194[18:02:32.584] collectAutoImports: response is complete +Info 11195[18:02:32.584] collectAutoImports: 2.963305000215769 +Info 11196[18:02:32.584] getCompletionData: Semantic work: 3.459247000515461 +Info 11197[18:02:32.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9503329992294312 +Info 11198[18:02:32.589] Format host information updated +Info 11199[18:02:32.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11200[18:02:32.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 873 structureChanged: false structureIsReused:: Completely Elapsed: 8.703859999775887ms +Info 11201[18:02:32.774] Different program with same set of files +Info 11202[18:02:32.774] getCompletionData: Get current token: 0.00360800139605999 +Info 11203[18:02:32.774] getCompletionData: Is inside comment: 0.009664000943303108 +Info 11204[18:02:32.774] getCompletionData: Get previous token: 0.017443999648094177 +Info 11205[18:02:32.774] getCompletionsAtPosition: isCompletionListBlocker: 0.007978999987244606 +Info 11206[18:02:32.775] getExportInfoMap: cache hit +Info 11207[18:02:32.779] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 69 from cache +Info 11208[18:02:32.779] collectAutoImports: response is complete +Info 11209[18:02:32.779] collectAutoImports: 3.991500999778509 +Info 11210[18:02:32.779] getCompletionData: Semantic work: 4.671231999993324 +Info 11211[18:02:32.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.293409999459982 +Info 11212[18:02:32.782] Format host information updated +Info 11213[18:02:32.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11214[18:02:32.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 874 structureChanged: false structureIsReused:: Completely Elapsed: 22.15282499976456ms +Info 11215[18:02:32.911] Different program with same set of files +Info 11216[18:02:32.911] getCompletionData: Get current token: 0.01075500063598156 +Info 11217[18:02:32.911] getCompletionData: Is inside comment: 0.03024199977517128 +Info 11218[18:02:32.912] getCompletionData: Get previous token: 0.02146800048649311 +Info 11219[18:02:32.912] getCompletionsAtPosition: isCompletionListBlocker: 0.01352199912071228 +Info 11220[18:02:32.913] getExportInfoMap: cache hit +Info 11221[18:02:32.934] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11222[18:02:32.934] collectAutoImports: response is complete +Info 11223[18:02:32.934] collectAutoImports: 20.862017998471856 +Info 11224[18:02:32.934] getCompletionData: Semantic work: 21.91517699882388 +Info 11225[18:02:32.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.313797000795603 +Info 11226[18:02:32.945] Format host information updated +Info 11227[18:02:33.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11228[18:02:33.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 875 structureChanged: true structureIsReused:: SafeModules Elapsed: 27.123819001019ms +Info 11229[18:02:33.038] Different program with same set of files +Info 11230[18:02:33.040] Format host information updated +Info 11231[18:02:33.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11232[18:02:33.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 876 structureChanged: true structureIsReused:: SafeModules Elapsed: 35.70786600001156ms +Info 11233[18:02:33.160] Different program with same set of files +Info 11234[18:02:33.163] Format host information updated +Info 11235[18:02:33.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11236[18:02:33.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 877 structureChanged: true structureIsReused:: SafeModules Elapsed: 44.02403600141406ms +Info 11237[18:02:33.349] Different program with same set of files +Info 11238[18:02:33.351] Format host information updated +Info 11239[18:02:33.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11240[18:02:33.381] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 878 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.94424599967897ms +Info 11241[18:02:33.381] Different program with same set of files +Info 11242[18:02:33.382] Format host information updated +Info 11243[18:02:34.620] Format host information updated +Info 11244[18:02:34.620] Format host information updated +Info 11245[18:02:34.620] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11246[18:02:34.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 879 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.123037001118064ms +Info 11247[18:02:34.632] Different program with same set of files +Info 11248[18:02:34.633] getCompletionData: Get current token: 0.005435999482870102 +Info 11249[18:02:34.633] getCompletionData: Is inside comment: 0.016774000599980354 +Info 11250[18:02:34.633] getCompletionData: Get previous token: 0.03031500056385994 +Info 11251[18:02:34.633] getCompletionsAtPosition: isCompletionListBlocker: 0.008619001135230064 +Info 11252[18:02:34.633] getExportInfoMap: cache hit +Info 11253[18:02:34.650] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11254[18:02:34.650] collectAutoImports: response is complete +Info 11255[18:02:34.650] collectAutoImports: 16.887312000617385 +Info 11256[18:02:34.650] getCompletionData: Semantic work: 17.523464998230338 +Info 11257[18:02:34.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.63438400067389 +Info 11258[18:02:34.663] Format host information updated +Info 11259[18:02:34.749] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11260[18:02:34.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 880 structureChanged: false structureIsReused:: Completely Elapsed: 7.47057699970901ms +Info 11261[18:02:34.756] Different program with same set of files +Info 11262[18:02:34.757] getCompletionData: Get current token: 0.004418998956680298 +Info 11263[18:02:34.757] getCompletionData: Is inside comment: 0.012104000896215439 +Info 11264[18:02:34.757] getCompletionData: Get previous token: 0.008295001462101936 +Info 11265[18:02:34.757] getCompletionsAtPosition: isCompletionListBlocker: 0.007867000997066498 +Info 11266[18:02:34.757] getExportInfoMap: cache hit +Info 11267[18:02:34.770] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11268[18:02:34.770] collectAutoImports: response is complete +Info 11269[18:02:34.770] collectAutoImports: 12.553473999723792 +Info 11270[18:02:34.770] getCompletionData: Semantic work: 13.12826100178063 +Info 11271[18:02:34.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.309588000178337 +Info 11272[18:02:34.780] Format host information updated +Info 11273[18:02:35.022] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11274[18:02:35.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 881 structureChanged: false structureIsReused:: Completely Elapsed: 10.417482001706958ms +Info 11275[18:02:35.032] Different program with same set of files +Info 11276[18:02:35.033] getCompletionData: Get current token: 0.005808999761939049 +Info 11277[18:02:35.033] getCompletionData: Is inside comment: 0.0183119997382164 +Info 11278[18:02:35.033] getCompletionData: Get previous token: 0.012287000194191933 +Info 11279[18:02:35.033] getCompletionsAtPosition: isCompletionListBlocker: 0.002895999699831009 +Info 11280[18:02:35.033] getCompletionData: Semantic work: 0.09152499958872795 +Info 11281[18:02:35.033] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11487700045108795 +Info 11282[18:02:35.033] Format host information updated +Info 11283[18:02:36.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11284[18:02:36.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 882 structureChanged: false structureIsReused:: Completely Elapsed: 8.945852000266314ms +Info 11285[18:02:36.011] Different program with same set of files +Info 11286[18:02:36.011] getCompletionData: Get current token: 0.004135999828577042 +Info 11287[18:02:36.011] getCompletionData: Is inside comment: 0.010634999722242355 +Info 11288[18:02:36.011] getCompletionData: Get previous token: 0.01521100103855133 +Info 11289[18:02:36.011] getCompletionsAtPosition: isCompletionListBlocker: 0.001894000917673111 +Info 11290[18:02:36.011] getCompletionData: Semantic work: 0.0649770013988018 +Info 11291[18:02:36.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08192200027406216 +Info 11292[18:02:36.012] Format host information updated +Info 11293[18:02:36.466] Format host information updated +Info 11294[18:02:36.466] Format host information updated +Info 11295[18:02:36.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11296[18:02:36.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 883 structureChanged: false structureIsReused:: Completely Elapsed: 6.932980999350548ms +Info 11297[18:02:36.473] Different program with same set of files +Info 11298[18:02:36.473] getCompletionData: Get current token: 0.003593999892473221 +Info 11299[18:02:36.473] getCompletionData: Is inside comment: 0.010346999391913414 +Info 11300[18:02:36.473] getCompletionData: Get previous token: 0.008904999122023582 +Info 11301[18:02:36.473] getCompletionsAtPosition: isCompletionListBlocker: 0.001715000718832016 +Info 11302[18:02:36.474] getCompletionData: Semantic work: 0.43258100003004074 +Info 11303[18:02:36.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18918799981474876 +Info 11304[18:02:36.474] getCompletionData: Get current token: 0.006411001086235046 +Info 11305[18:02:36.474] getCompletionData: Is inside comment: 0.01195799931883812 +Info 11306[18:02:36.474] getCompletionData: Get previous token: 0.01449500024318695 +Info 11307[18:02:36.474] getCompletionsAtPosition: isCompletionListBlocker: 0.0011200010776519775 +Info 11308[18:02:36.474] getCompletionData: Semantic work: 0.05371199920773506 +Info 11309[18:02:36.475] getCompletionData: Get current token: 0.005278998985886574 +Info 11310[18:02:36.475] getCompletionData: Is inside comment: 0.02695400081574917 +Info 11311[18:02:36.475] getCompletionData: Get previous token: 0.013964999467134476 +Info 11312[18:02:36.475] getCompletionsAtPosition: isCompletionListBlocker: 0.0010999999940395355 +Info 11313[18:02:36.475] getCompletionData: Semantic work: 0.020198998972773552 +Info 11314[18:02:36.475] Format host information updated +Info 11315[18:02:36.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11316[18:02:36.724] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 884 structureChanged: false structureIsReused:: Completely Elapsed: 7.9122910015285015ms +Info 11317[18:02:36.724] Different program with same set of files +Info 11318[18:02:36.724] getCompletionData: Get current token: 0.0031720008701086044 +Info 11319[18:02:36.724] getCompletionData: Is inside comment: 0.016731999814510345 +Info 11320[18:02:36.724] getCompletionData: Get previous token: 0.027284998446702957 +Info 11321[18:02:36.724] getCompletionsAtPosition: isCompletionListBlocker: 0.0016430001705884933 +Info 11322[18:02:36.725] getCompletionData: Semantic work: 0.40725900046527386 +Info 11323[18:02:36.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17978399991989136 +Info 11324[18:02:36.725] Format host information updated +Info 11325[18:02:36.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11326[18:02:36.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 885 structureChanged: false structureIsReused:: Completely Elapsed: 15.042394999414682ms +Info 11327[18:02:36.799] Different program with same set of files +Info 11328[18:02:36.800] getCompletionData: Get current token: 0.008268000558018684 +Info 11329[18:02:36.800] getCompletionData: Is inside comment: 0.026378000155091286 +Info 11330[18:02:36.800] getCompletionData: Get previous token: 0.03612999990582466 +Info 11331[18:02:36.800] getCompletionsAtPosition: isCompletionListBlocker: 0.0036519989371299744 +Info 11332[18:02:36.801] getCompletionData: Semantic work: 0.8261660002171993 +Info 11333[18:02:36.801] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4497669991105795 +Info 11334[18:02:36.805] Format host information updated +Info 11335[18:02:36.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11336[18:02:36.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 886 structureChanged: false structureIsReused:: Completely Elapsed: 6.729813000187278ms +Info 11337[18:02:36.997] Different program with same set of files +Info 11338[18:02:36.997] getCompletionData: Get current token: 0.0038160011172294617 +Info 11339[18:02:36.997] getCompletionData: Is inside comment: 0.011322999373078346 +Info 11340[18:02:36.997] getCompletionData: Get previous token: 0.015985999256372452 +Info 11341[18:02:36.997] getCompletionsAtPosition: isCompletionListBlocker: 0.0018520001322031021 +Info 11342[18:02:36.997] getCompletionData: Semantic work: 0.41543799825012684 +Info 11343[18:02:36.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21248500049114227 +Info 11344[18:02:36.998] Format host information updated +Info 11345[18:02:37.498] Format host information updated +Info 11346[18:02:37.498] Format host information updated +Info 11347[18:02:37.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11348[18:02:37.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 887 structureChanged: false structureIsReused:: Completely Elapsed: 8.798895999789238ms +Info 11349[18:02:37.507] Different program with same set of files +Info 11350[18:02:37.508] getCompletionData: Get current token: 0.003885999321937561 +Info 11351[18:02:37.508] getCompletionData: Is inside comment: 0.010700000450015068 +Info 11352[18:02:37.508] getCompletionData: Get previous token: 0.007804000750184059 +Info 11353[18:02:37.508] getCompletionsAtPosition: isCompletionListBlocker: 0.0017590001225471497 +Info 11354[18:02:37.508] getCompletionData: Semantic work: 0.12015200033783913 +Info 11355[18:02:37.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1949630007147789 +Info 11356[18:02:37.509] getCompletionData: Get current token: 0.0077690016478300095 +Info 11357[18:02:37.509] getCompletionData: Is inside comment: 0.013824999332427979 +Info 11358[18:02:37.509] getCompletionData: Get previous token: 0.016560999676585197 +Info 11359[18:02:37.509] getCompletionsAtPosition: isCompletionListBlocker: 0.0011810008436441422 +Info 11360[18:02:37.509] getCompletionData: Semantic work: 0.35266200080513954 +Info 11361[18:02:37.510] getCompletionData: Get current token: 0.005830001085996628 +Info 11362[18:02:37.510] getCompletionData: Is inside comment: 0.013954998925328255 +Info 11363[18:02:37.510] getCompletionData: Get previous token: 0.01712300069630146 +Info 11364[18:02:37.510] getCompletionsAtPosition: isCompletionListBlocker: 0.0011400002986192703 +Info 11365[18:02:37.511] getCompletionData: Semantic work: 0.1455610003322363 +Info 11366[18:02:37.511] Format host information updated +Info 11367[18:02:38.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11368[18:02:38.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 888 structureChanged: false structureIsReused:: Completely Elapsed: 6.627839999273419ms +Info 11369[18:02:38.459] Different program with same set of files +Info 11370[18:02:38.459] getCompletionData: Get current token: 0.0028050001710653305 +Info 11371[18:02:38.459] getCompletionData: Is inside comment: 0.009080998599529266 +Info 11372[18:02:38.459] getCompletionData: Get previous token: 0.012959999963641167 +Info 11373[18:02:38.459] getCompletionsAtPosition: isCompletionListBlocker: 0.001702999696135521 +Info 11374[18:02:38.459] getCompletionData: Semantic work: 0.10818600095808506 +Info 11375[18:02:38.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16320599988102913 +Info 11376[18:02:38.462] Format host information updated +Info 11377[18:02:38.589] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11378[18:02:38.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 889 structureChanged: false structureIsReused:: Completely Elapsed: 7.00119199976325ms +Info 11379[18:02:38.596] Different program with same set of files +Info 11380[18:02:38.597] getCompletionData: Get current token: 0.0037719998508691788 +Info 11381[18:02:38.597] getCompletionData: Is inside comment: 0.011926000937819481 +Info 11382[18:02:38.597] getCompletionData: Get previous token: 0.017102999612689018 +Info 11383[18:02:38.597] getCompletionsAtPosition: isCompletionListBlocker: 0.002054000273346901 +Info 11384[18:02:38.597] getCompletionData: Semantic work: 0.14542300067842007 +Info 11385[18:02:38.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19284299947321415 +Info 11386[18:02:38.597] Format host information updated +Info 11387[18:02:38.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11388[18:02:38.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 890 structureChanged: false structureIsReused:: Completely Elapsed: 10.155658999457955ms +Info 11389[18:02:38.732] Different program with same set of files +Info 11390[18:02:38.732] getCompletionData: Get current token: 0.004070999100804329 +Info 11391[18:02:38.732] getCompletionData: Is inside comment: 0.011874999850988388 +Info 11392[18:02:38.733] getCompletionData: Get previous token: 0.01634100079536438 +Info 11393[18:02:38.733] getCompletionsAtPosition: isCompletionListBlocker: 0.002403000369668007 +Info 11394[18:02:38.733] getCompletionData: Semantic work: 0.1427769996225834 +Info 11395[18:02:38.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22298699989914894 +Info 11396[18:02:38.735] Format host information updated +Info 11397[18:02:38.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11398[18:02:38.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 891 structureChanged: false structureIsReused:: Completely Elapsed: 11.68384699895978ms +Info 11399[18:02:38.978] Different program with same set of files +Info 11400[18:02:38.978] getCompletionData: Get current token: 0.006664000451564789 +Info 11401[18:02:38.978] getCompletionData: Is inside comment: 0.01761000044643879 +Info 11402[18:02:38.978] getCompletionData: Get previous token: 0.02428700029850006 +Info 11403[18:02:38.978] getCompletionsAtPosition: isCompletionListBlocker: 0.0028189998120069504 +Info 11404[18:02:38.979] getCompletionData: Semantic work: 0.18461300060153008 +Info 11405[18:02:38.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23118099942803383 +Info 11406[18:02:38.979] Format host information updated +Info 11407[18:02:39.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11408[18:02:39.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 892 structureChanged: false structureIsReused:: Completely Elapsed: 7.045311000198126ms +Info 11409[18:02:39.076] Different program with same set of files +Info 11410[18:02:39.079] getCompletionData: Get current token: 0.0030959993600845337 +Info 11411[18:02:39.079] getCompletionData: Is inside comment: 0.010026000440120697 +Info 11412[18:02:39.079] getCompletionData: Get previous token: 0.014288999140262604 +Info 11413[18:02:39.079] getCompletionsAtPosition: isCompletionListBlocker: 0.0021109990775585175 +Info 11414[18:02:39.080] getCompletionData: Semantic work: 0.12722599878907204 +Info 11415[18:02:39.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19172400049865246 +Info 11416[18:02:39.080] Format host information updated +Info 11417[18:02:40.354] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11418[18:02:40.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 893 structureChanged: false structureIsReused:: Completely Elapsed: 7.3920729998499155ms +Info 11419[18:02:40.361] Different program with same set of files +Info 11420[18:02:40.361] getCompletionData: Get current token: 0.0032729990780353546 +Info 11421[18:02:40.361] getCompletionData: Is inside comment: 0.009235000237822533 +Info 11422[18:02:40.361] getCompletionData: Get previous token: 0.013314999639987946 +Info 11423[18:02:40.361] getCompletionsAtPosition: isCompletionListBlocker: 0.001837998628616333 +Info 11424[18:02:40.362] getCompletionData: Semantic work: 0.10873600095510483 +Info 11425[18:02:40.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.15197599865496159 +Info 11426[18:02:40.362] Format host information updated +Info 11427[18:02:40.486] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11428[18:02:40.496] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 894 structureChanged: false structureIsReused:: Completely Elapsed: 10.203812999650836ms +Info 11429[18:02:40.496] Different program with same set of files +Info 11430[18:02:40.496] getCompletionData: Get current token: 0.0038229990750551224 +Info 11431[18:02:40.496] getCompletionData: Is inside comment: 0.01150200143456459 +Info 11432[18:02:40.496] getCompletionData: Get previous token: 0.016489000990986824 +Info 11433[18:02:40.496] getCompletionsAtPosition: isCompletionListBlocker: 0.002053000032901764 +Info 11434[18:02:40.497] getCompletionData: Semantic work: 0.14434599876403809 +Info 11435[18:02:40.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2090230006724596 +Info 11436[18:02:40.497] Format host information updated +Info 11437[18:02:40.584] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11438[18:02:40.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 895 structureChanged: false structureIsReused:: Completely Elapsed: 7.125686999410391ms +Info 11439[18:02:40.591] Different program with same set of files +Info 11440[18:02:40.591] getCompletionData: Get current token: 0.003589000552892685 +Info 11441[18:02:40.591] getCompletionData: Is inside comment: 0.012266000732779503 +Info 11442[18:02:40.591] getCompletionData: Get previous token: 0.017454000189900398 +Info 11443[18:02:40.591] getCompletionsAtPosition: isCompletionListBlocker: 0.002016998827457428 +Info 11444[18:02:40.591] getCompletionData: Semantic work: 0.12531300075352192 +Info 11445[18:02:40.592] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18140700086951256 +Info 11446[18:02:40.592] Format host information updated +Info 11447[18:02:43.864] Format host information updated +Info 11448[18:02:43.864] Format host information updated +Info 11449[18:02:43.864] Format host information updated +Info 11450[18:02:43.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11451[18:02:43.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 896 structureChanged: false structureIsReused:: Completely Elapsed: 10.815564000979066ms +Info 11452[18:02:43.875] Different program with same set of files +Info 11453[18:02:43.875] getCompletionData: Get current token: 0.00972600094974041 +Info 11454[18:02:43.875] getCompletionData: Is inside comment: 0.016480999067425728 +Info 11455[18:02:43.876] getCompletionData: Get previous token: 0.013811001554131508 +Info 11456[18:02:43.876] getCompletionsAtPosition: isCompletionListBlocker: 0.0019300002604722977 +Info 11457[18:02:43.876] getCompletionData: Semantic work: 0.527420999482274 +Info 11458[18:02:43.878] getCompletionData: Get current token: 0.007372001186013222 +Info 11459[18:02:43.878] getCompletionData: Is inside comment: 0.04534199833869934 +Info 11460[18:02:43.878] getCompletionData: Get previous token: 0.013519000262022018 +Info 11461[18:02:43.878] getCompletionsAtPosition: isCompletionListBlocker: 0.001027001067996025 +Info 11462[18:02:43.878] getCompletionData: Semantic work: 0.014898000285029411 +Info 11463[18:02:43.878] getCompletionData: Get current token: 0.01816900074481964 +Info 11464[18:02:43.878] getCompletionData: Is inside comment: 0.011378999799489975 +Info 11465[18:02:43.878] getCompletionData: Get previous token: 0.014895999804139137 +Info 11466[18:02:43.878] getCompletionsAtPosition: isCompletionListBlocker: 0.0010120011866092682 +Info 11467[18:02:43.878] getCompletionData: Semantic work: 0.011889999732375145 +Info 11468[18:02:43.879] Format host information updated +Info 11469[18:02:54.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11470[18:02:54.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 897 structureChanged: false structureIsReused:: Completely Elapsed: 6.525915000587702ms +Info 11471[18:02:54.443] Different program with same set of files +Info 11472[18:02:54.444] getCompletionData: Get current token: 0.0034369993954896927 +Info 11473[18:02:54.444] getCompletionData: Is inside comment: 0.00941300019621849 +Info 11474[18:02:54.444] getCompletionData: Get previous token: 0.013213001191616058 +Info 11475[18:02:54.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0016930010169744492 +Info 11476[18:02:54.444] getCompletionData: Semantic work: 0.0779619999229908 +Info 11477[18:02:54.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.15327700041234493 +Info 11478[18:02:54.446] Format host information updated +Info 11479[18:02:54.753] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11480[18:02:54.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 898 structureChanged: false structureIsReused:: Completely Elapsed: 6.861185999587178ms +Info 11481[18:02:54.760] Different program with same set of files +Info 11482[18:02:54.760] getCompletionData: Get current token: 0.004837000742554665 +Info 11483[18:02:54.760] getCompletionData: Is inside comment: 0.011369001120328903 +Info 11484[18:02:54.760] getCompletionData: Get previous token: 0.007677000015974045 +Info 11485[18:02:54.760] getCompletionsAtPosition: isCompletionListBlocker: 0.007017999887466431 +Info 11486[18:02:54.761] getExportInfoMap: cache hit +Info 11487[18:02:54.775] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11488[18:02:54.775] collectAutoImports: response is complete +Info 11489[18:02:54.775] collectAutoImports: 13.901611000299454 +Info 11490[18:02:54.775] getCompletionData: Semantic work: 14.478050999343395 +Info 11491[18:02:54.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.841765001416206 +Info 11492[18:02:54.783] Format host information updated +Info 11493[18:02:54.928] getCompletionData: Get current token: 0.0038590002804994583 +Info 11494[18:02:54.928] getCompletionData: Is inside comment: 0.010102000087499619 +Info 11495[18:02:54.928] getCompletionData: Get previous token: 0.007592000067234039 +Info 11496[18:02:54.928] getCompletionsAtPosition: isCompletionListBlocker: 0.0019109994173049927 +Info 11497[18:02:54.929] getExportInfoMap: cache hit +Info 11498[18:02:54.937] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11499[18:02:54.937] collectAutoImports: response is complete +Info 11500[18:02:54.937] collectAutoImports: 8.207018999382854 +Info 11501[18:02:54.937] getCompletionData: Semantic work: 8.765137000009418 +Info 11502[18:02:54.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.594994001090527 +Info 11503[18:02:55.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11504[18:02:55.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 899 structureChanged: false structureIsReused:: Completely Elapsed: 7.255253000184894ms +Info 11505[18:02:55.081] Different program with same set of files +Info 11506[18:02:55.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06375199928879738 +Info 11507[18:02:55.082] Format host information updated +Info 11508[18:02:55.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11509[18:02:55.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 900 structureChanged: false structureIsReused:: Completely Elapsed: 14.685282999649644ms +Info 11510[18:02:55.164] Different program with same set of files +Info 11511[18:02:55.165] getCompletionData: Get current token: 0.011122001335024834 +Info 11512[18:02:55.165] getCompletionData: Is inside comment: 0.03216699883341789 +Info 11513[18:02:55.165] getCompletionData: Get previous token: 0.022971998900175095 +Info 11514[18:02:55.165] getCompletionsAtPosition: isCompletionListBlocker: 0.015355998650193214 +Info 11515[18:02:55.166] getExportInfoMap: cache hit +Info 11516[18:02:55.191] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11517[18:02:55.191] collectAutoImports: response is complete +Info 11518[18:02:55.191] collectAutoImports: 24.95618899911642 +Info 11519[18:02:55.191] getCompletionData: Semantic work: 26.075140001252294 +Info 11520[18:02:55.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.105105999857187 +Info 11521[18:02:55.202] Format host information updated +Info 11522[18:02:55.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11523[18:02:55.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 901 structureChanged: false structureIsReused:: Completely Elapsed: 7.0834539998322725ms +Info 11524[18:02:55.312] Different program with same set of files +Info 11525[18:02:55.312] getCompletionData: Get current token: 0.0029370002448558807 +Info 11526[18:02:55.312] getCompletionData: Is inside comment: 0.009948000311851501 +Info 11527[18:02:55.312] getCompletionData: Get previous token: 0.017674000933766365 +Info 11528[18:02:55.312] getCompletionsAtPosition: isCompletionListBlocker: 0.008205000311136246 +Info 11529[18:02:55.313] getExportInfoMap: cache hit +Info 11530[18:02:55.316] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 149 from cache +Info 11531[18:02:55.316] collectAutoImports: response is complete +Info 11532[18:02:55.316] collectAutoImports: 3.5550720002502203 +Info 11533[18:02:55.316] getCompletionData: Semantic work: 4.113036999478936 +Info 11534[18:02:55.318] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.333593001589179 +Info 11535[18:02:55.320] Format host information updated +Info 11536[18:02:55.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11537[18:02:55.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 902 structureChanged: false structureIsReused:: Completely Elapsed: 26.77118800021708ms +Info 11538[18:02:55.443] Different program with same set of files +Info 11539[18:02:55.443] getCompletionData: Get current token: 0.007319001480937004 +Info 11540[18:02:55.443] getCompletionData: Is inside comment: 0.029826000332832336 +Info 11541[18:02:55.443] getCompletionData: Get previous token: 0.05401800014078617 +Info 11542[18:02:55.444] getCompletionsAtPosition: isCompletionListBlocker: 0.019190000370144844 +Info 11543[18:02:55.445] getExportInfoMap: cache hit +Info 11544[18:02:55.450] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 31 from cache +Info 11545[18:02:55.450] collectAutoImports: response is complete +Info 11546[18:02:55.450] collectAutoImports: 4.844952000305057 +Info 11547[18:02:55.450] getCompletionData: Semantic work: 6.273531001061201 +Info 11548[18:02:55.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.881270999088883 +Info 11549[18:02:55.457] Format host information updated +Info 11550[18:02:55.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11551[18:02:55.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 903 structureChanged: false structureIsReused:: Completely Elapsed: 8.101415999233723ms +Info 11552[18:02:55.486] Different program with same set of files +Info 11553[18:02:55.486] getCompletionData: Get current token: 0.003574000671505928 +Info 11554[18:02:55.486] getCompletionData: Is inside comment: 0.011413998901844025 +Info 11555[18:02:55.486] getCompletionData: Get previous token: 0.0195700004696846 +Info 11556[18:02:55.486] getCompletionsAtPosition: isCompletionListBlocker: 0.009182000532746315 +Info 11557[18:02:55.487] getExportInfoMap: cache hit +Info 11558[18:02:55.490] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 25 from cache +Info 11559[18:02:55.490] collectAutoImports: response is complete +Info 11560[18:02:55.490] collectAutoImports: 2.5104590002447367 +Info 11561[18:02:55.490] getCompletionData: Semantic work: 3.1131599992513657 +Info 11562[18:02:55.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.306752000004053 +Info 11563[18:02:55.493] Format host information updated +Info 11564[18:02:55.662] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11565[18:02:55.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 904 structureChanged: false structureIsReused:: Completely Elapsed: 9.652812998741865ms +Info 11566[18:02:55.672] Different program with same set of files +Info 11567[18:02:55.672] getCompletionData: Get current token: 0.0031289998441934586 +Info 11568[18:02:55.672] getCompletionData: Is inside comment: 0.011030999943614006 +Info 11569[18:02:55.672] getCompletionData: Get previous token: 0.01975500024855137 +Info 11570[18:02:55.672] getCompletionsAtPosition: isCompletionListBlocker: 0.008217999711632729 +Info 11571[18:02:55.673] getExportInfoMap: cache hit +Info 11572[18:02:55.676] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 31 from cache +Info 11573[18:02:55.676] collectAutoImports: response is complete +Info 11574[18:02:55.676] collectAutoImports: 2.8326219990849495 +Info 11575[18:02:55.676] getCompletionData: Semantic work: 3.4525959994643927 +Info 11576[18:02:55.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2720179986208677 +Info 11577[18:02:55.679] Format host information updated +Info 11578[18:02:55.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11579[18:02:55.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 905 structureChanged: false structureIsReused:: Completely Elapsed: 7.324883000925183ms +Info 11580[18:02:55.809] Different program with same set of files +Info 11581[18:02:55.810] getCompletionData: Get current token: 0.002498999238014221 +Info 11582[18:02:55.810] getCompletionData: Is inside comment: 0.010660000145435333 +Info 11583[18:02:55.810] getCompletionData: Get previous token: 0.018160000443458557 +Info 11584[18:02:55.810] getCompletionsAtPosition: isCompletionListBlocker: 0.008417999371886253 +Info 11585[18:02:55.810] getExportInfoMap: cache hit +Info 11586[18:02:55.814] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 149 from cache +Info 11587[18:02:55.814] collectAutoImports: response is complete +Info 11588[18:02:55.814] collectAutoImports: 3.7184060011059046 +Info 11589[18:02:55.814] getCompletionData: Semantic work: 4.30820900015533 +Info 11590[18:02:55.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.114334998652339 +Info 11591[18:02:55.820] Format host information updated +Info 11592[18:02:55.970] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11593[18:02:55.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 906 structureChanged: false structureIsReused:: Completely Elapsed: 6.749159999191761ms +Info 11594[18:02:55.977] Different program with same set of files +Info 11595[18:02:55.977] getCompletionData: Get current token: 0.003923000767827034 +Info 11596[18:02:55.977] getCompletionData: Is inside comment: 0.01261499896645546 +Info 11597[18:02:55.977] getCompletionData: Get previous token: 0.008645998314023018 +Info 11598[18:02:55.977] getCompletionsAtPosition: isCompletionListBlocker: 0.0073659997433424 +Info 11599[18:02:55.978] getExportInfoMap: cache hit +Info 11600[18:02:55.990] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11601[18:02:55.990] collectAutoImports: response is complete +Info 11602[18:02:55.990] collectAutoImports: 12.189898999407887 +Info 11603[18:02:55.990] getCompletionData: Semantic work: 12.733506999909878 +Info 11604[18:02:55.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.859822999686003 +Info 11605[18:02:55.999] Format host information updated +Info 11606[18:02:56.080] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11607[18:02:56.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 907 structureChanged: false structureIsReused:: Completely Elapsed: 6.855140998959541ms +Info 11608[18:02:56.087] Different program with same set of files +Info 11609[18:02:56.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07989500090479851 +Info 11610[18:02:56.087] Format host information updated +Info 11611[18:02:56.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11612[18:02:56.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 908 structureChanged: false structureIsReused:: Completely Elapsed: 16.813120000064373ms +Info 11613[18:02:56.231] Different program with same set of files +Info 11614[18:02:56.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09332900121808052 +Info 11615[18:02:56.264] Format host information updated +Info 11616[18:02:56.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11617[18:02:56.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 909 structureChanged: false structureIsReused:: Completely Elapsed: 6.652750000357628ms +Info 11618[18:02:56.328] Different program with same set of files +Info 11619[18:02:56.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0602400004863739 +Info 11620[18:02:56.328] Format host information updated +Info 11621[18:02:56.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11622[18:02:56.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 910 structureChanged: false structureIsReused:: Completely Elapsed: 9.17073299922049ms +Info 11623[18:02:56.847] Different program with same set of files +Info 11624[18:02:56.847] getCompletionData: Get current token: 0.00449799932539463 +Info 11625[18:02:56.847] getCompletionData: Is inside comment: 0.011933999136090279 +Info 11626[18:02:56.847] getCompletionData: Get previous token: 0.008245998993515968 +Info 11627[18:02:56.847] getCompletionsAtPosition: isCompletionListBlocker: 0.0084610003978014 +Info 11628[18:02:56.848] getExportInfoMap: cache hit +Info 11629[18:02:56.858] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11630[18:02:56.858] collectAutoImports: response is complete +Info 11631[18:02:56.858] collectAutoImports: 10.532335000112653 +Info 11632[18:02:56.858] getCompletionData: Semantic work: 11.098697999492288 +Info 11633[18:02:56.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.55078300088644 +Info 11634[18:02:56.868] Format host information updated +Info 11635[18:03:02.787] Format host information updated +Info 11636[18:03:02.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11637[18:03:02.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 911 structureChanged: false structureIsReused:: Completely Elapsed: 8.917735001072288ms +Info 11638[18:03:02.797] Different program with same set of files +Info 11639[18:05:10.396] Format host information updated +Info 11640[18:05:10.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11641[18:05:10.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 912 structureChanged: false structureIsReused:: Completely Elapsed: 6.615393001586199ms +Info 11642[18:05:10.402] Different program with same set of files +Info 11643[18:05:10.966] Format host information updated +Info 11644[18:05:10.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11645[18:05:10.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 913 structureChanged: false structureIsReused:: Completely Elapsed: 9.550806000828743ms +Info 11646[18:05:10.975] Different program with same set of files +Info 11647[18:05:11.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11648[18:05:11.200] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 914 structureChanged: false structureIsReused:: Completely Elapsed: 9.129978999495506ms +Info 11649[18:05:11.200] Different program with same set of files +Info 11650[18:05:11.201] getCompletionData: Get current token: 0.0009920001029968262 +Info 11651[18:05:11.201] getCompletionData: Is inside comment: 0.0029789991676807404 +Info 11652[18:05:11.201] getCompletionData: Get previous token: 0.01348700001835823 +Info 11653[18:05:11.201] getCompletionsAtPosition: isCompletionListBlocker: 0.007349001243710518 +Info 11654[18:05:11.202] getExportInfoMap: cache hit +Info 11655[18:05:11.206] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 16 from cache +Info 11656[18:05:11.206] collectAutoImports: response is complete +Info 11657[18:05:11.206] collectAutoImports: 3.6954280007630587 +Info 11658[18:05:11.206] getCompletionData: Semantic work: 5.4379240013659 +Info 11659[18:05:11.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1175069995224476 +Info 11660[18:05:11.208] Format host information updated +Info 11661[18:05:11.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11662[18:05:11.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 915 structureChanged: false structureIsReused:: Completely Elapsed: 16.469546999782324ms +Info 11663[18:05:11.269] Different program with same set of files +Info 11664[18:05:11.269] getCompletionData: Get current token: 0.0017409995198249817 +Info 11665[18:05:11.269] getCompletionData: Is inside comment: 0.00465100072324276 +Info 11666[18:05:11.269] getCompletionData: Get previous token: 0.02013999968767166 +Info 11667[18:05:11.269] getCompletionsAtPosition: isCompletionListBlocker: 0.009580999612808228 +Info 11668[18:05:11.270] getExportInfoMap: cache hit +Info 11669[18:05:11.275] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 11 from cache +Info 11670[18:05:11.275] collectAutoImports: response is complete +Info 11671[18:05:11.275] collectAutoImports: 4.679909000173211 +Info 11672[18:05:11.275] getCompletionData: Semantic work: 5.453728001564741 +Info 11673[18:05:11.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6647519990801811 +Info 11674[18:05:11.278] Format host information updated +Info 11675[18:05:11.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11676[18:05:11.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 916 structureChanged: false structureIsReused:: Completely Elapsed: 12.157612999901175ms +Info 11677[18:05:11.326] Different program with same set of files +Info 11678[18:05:11.326] getCompletionData: Get current token: 0.001182999461889267 +Info 11679[18:05:11.326] getCompletionData: Is inside comment: 0.0036180000752210617 +Info 11680[18:05:11.326] getCompletionData: Get previous token: 0.015174999833106995 +Info 11681[18:05:11.326] getCompletionsAtPosition: isCompletionListBlocker: 0.007851000875234604 +Info 11682[18:05:11.326] getExportInfoMap: cache hit +Info 11683[18:05:11.329] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 11684[18:05:11.329] collectAutoImports: response is complete +Info 11685[18:05:11.329] collectAutoImports: 2.60920500010252 +Info 11686[18:05:11.329] getCompletionData: Semantic work: 3.222544999793172 +Info 11687[18:05:11.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8744189999997616 +Info 11688[18:05:11.331] Format host information updated +Info 11689[18:05:11.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11690[18:05:11.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 917 structureChanged: false structureIsReused:: Completely Elapsed: 8.861370000988245ms +Info 11691[18:05:11.412] Different program with same set of files +Info 11692[18:05:11.412] getCompletionData: Get current token: 0.0012589991092681885 +Info 11693[18:05:11.412] getCompletionData: Is inside comment: 0.003692999482154846 +Info 11694[18:05:11.412] getCompletionData: Get previous token: 0.014166999608278275 +Info 11695[18:05:11.412] getCompletionsAtPosition: isCompletionListBlocker: 0.007348001003265381 +Info 11696[18:05:11.412] getExportInfoMap: cache hit +Info 11697[18:05:11.416] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 11698[18:05:11.416] collectAutoImports: response is complete +Info 11699[18:05:11.416] collectAutoImports: 3.506613999605179 +Info 11700[18:05:11.416] getCompletionData: Semantic work: 4.124174999073148 +Info 11701[18:05:11.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9602409992367029 +Info 11702[18:05:11.418] Format host information updated +Info 11703[18:05:11.506] Format host information updated +Info 11704[18:05:11.506] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11705[18:05:11.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 918 structureChanged: false structureIsReused:: Completely Elapsed: 8.163511000573635ms +Info 11706[18:05:11.514] Different program with same set of files +Info 11707[18:05:12.445] Format host information updated +Info 11708[18:05:12.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11709[18:05:12.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 919 structureChanged: false structureIsReused:: Completely Elapsed: 9.095796000212431ms +Info 11710[18:05:12.455] Different program with same set of files +Info 11711[18:05:13.809] Format host information updated +Info 11712[18:05:13.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11713[18:05:13.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 920 structureChanged: false structureIsReused:: Completely Elapsed: 11.211352000012994ms +Info 11714[18:05:13.821] Different program with same set of files +Info 11715[18:05:14.044] Format host information updated +Info 11716[18:05:14.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11717[18:05:14.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 921 structureChanged: false structureIsReused:: Completely Elapsed: 8.962525000795722ms +Info 11718[18:05:14.053] Different program with same set of files +Info 11719[18:05:15.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11720[18:05:15.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 922 structureChanged: false structureIsReused:: Completely Elapsed: 10.203915998339653ms +Info 11721[18:05:15.957] Different program with same set of files +Info 11722[18:05:15.957] getCompletionData: Get current token: 0.002227999269962311 +Info 11723[18:05:15.957] getCompletionData: Is inside comment: 0.006485998630523682 +Info 11724[18:05:15.957] getCompletionData: Get previous token: 0.008385000750422478 +Info 11725[18:05:15.957] getCompletionsAtPosition: isCompletionListBlocker: 0.0011200010776519775 +Info 11726[18:05:15.957] Returning an empty list because completion was requested in an invalid position. +Info 11727[18:05:15.957] Format host information updated +Info 11728[18:05:16.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11729[18:05:16.187] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 923 structureChanged: false structureIsReused:: Completely Elapsed: 8.557934999465942ms +Info 11730[18:05:16.187] Different program with same set of files +Info 11731[18:05:16.187] getCompletionData: Get current token: 0.002216000109910965 +Info 11732[18:05:16.187] getCompletionData: Is inside comment: 0.006831999868154526 +Info 11733[18:05:16.187] getCompletionData: Get previous token: 0.009285999462008476 +Info 11734[18:05:16.187] getCompletionsAtPosition: isCompletionListBlocker: 0.000995999202132225 +Info 11735[18:05:16.187] Returning an empty list because completion was requested in an invalid position. +Info 11736[18:05:16.187] Format host information updated +Info 11737[18:05:16.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11738[18:05:16.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 924 structureChanged: false structureIsReused:: Completely Elapsed: 18.203796001151204ms +Info 11739[18:05:16.351] Different program with same set of files +Info 11740[18:05:16.351] getCompletionData: Get current token: 0.005152000114321709 +Info 11741[18:05:16.352] getCompletionData: Is inside comment: 0.014527000486850739 +Info 11742[18:05:16.352] getCompletionData: Get previous token: 0.01725500077009201 +Info 11743[18:05:16.352] getCompletionsAtPosition: isCompletionListBlocker: 0.0023979991674423218 +Info 11744[18:05:16.352] Returning an empty list because completion was requested in an invalid position. +Info 11745[18:05:16.352] Format host information updated +Info 11746[18:05:16.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11747[18:05:16.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 925 structureChanged: false structureIsReused:: Completely Elapsed: 20.62428999878466ms +Info 11748[18:05:16.424] Different program with same set of files +Info 11749[18:05:16.425] getCompletionData: Get current token: 0.008170999586582184 +Info 11750[18:05:16.425] getCompletionData: Is inside comment: 0.02337700128555298 +Info 11751[18:05:16.425] getCompletionData: Get previous token: 0.029612001031637192 +Info 11752[18:05:16.425] getCompletionsAtPosition: isCompletionListBlocker: 0.003034999594092369 +Info 11753[18:05:16.425] Returning an empty list because completion was requested in an invalid position. +Info 11754[18:05:16.425] Format host information updated +Info 11755[18:05:16.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11756[18:05:16.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 926 structureChanged: false structureIsReused:: Completely Elapsed: 34.16081899963319ms +Info 11757[18:05:16.550] Different program with same set of files +Info 11758[18:05:16.550] getCompletionData: Get current token: 0.005099000409245491 +Info 11759[18:05:16.551] getCompletionData: Is inside comment: 0.014500999823212624 +Info 11760[18:05:16.551] getCompletionData: Get previous token: 0.01718599908053875 +Info 11761[18:05:16.551] getCompletionsAtPosition: isCompletionListBlocker: 0.0023299995809793472 +Info 11762[18:05:16.551] Returning an empty list because completion was requested in an invalid position. +Info 11763[18:05:16.551] Format host information updated +Info 11764[18:05:16.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11765[18:05:16.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 927 structureChanged: false structureIsReused:: Completely Elapsed: 7.1450119987130165ms +Info 11766[18:05:16.652] Different program with same set of files +Info 11767[18:05:16.652] getCompletionData: Get current token: 0.003223000094294548 +Info 11768[18:05:16.652] getCompletionData: Is inside comment: 0.008468998596072197 +Info 11769[18:05:16.652] getCompletionData: Get previous token: 0.010005999356508255 +Info 11770[18:05:16.652] getCompletionsAtPosition: isCompletionListBlocker: 0.0013089999556541443 +Info 11771[18:05:16.652] Returning an empty list because completion was requested in an invalid position. +Info 11772[18:05:16.652] Format host information updated +Info 11773[18:05:16.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11774[18:05:16.764] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 928 structureChanged: false structureIsReused:: Completely Elapsed: 32.02876000106335ms +Info 11775[18:05:16.764] Different program with same set of files +Info 11776[18:05:16.765] getCompletionData: Get current token: 0.008132999762892723 +Info 11777[18:05:16.765] getCompletionData: Is inside comment: 0.023725999519228935 +Info 11778[18:05:16.765] getCompletionData: Get previous token: 0.021658001467585564 +Info 11779[18:05:16.765] getCompletionsAtPosition: isCompletionListBlocker: 0.002589000388979912 +Info 11780[18:05:16.765] Returning an empty list because completion was requested in an invalid position. +Info 11781[18:05:16.765] Format host information updated +Info 11782[18:05:17.530] getCompletionData: Get current token: 0.00386199913918972 +Info 11783[18:05:17.530] getCompletionData: Is inside comment: 0.0016440004110336304 +Info 11784[18:05:17.530] getCompletionData: Get previous token: 0.016562998294830322 +Info 11785[18:05:17.530] getCompletionsAtPosition: isCompletionListBlocker: 0.001711999997496605 +Info 11786[18:05:17.530] Returning an empty list because completion was requested in an invalid position. +Info 11787[18:05:17.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11788[18:05:17.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 929 structureChanged: false structureIsReused:: Completely Elapsed: 7.0933729987591505ms +Info 11789[18:05:17.616] Different program with same set of files +Info 11790[18:05:17.616] getCompletionData: Get current token: 0.002539999783039093 +Info 11791[18:05:17.616] getCompletionData: Is inside comment: 0.0009380001574754715 +Info 11792[18:05:17.616] getCompletionData: Get previous token: 0.02413100004196167 +Info 11793[18:05:17.617] getCompletionsAtPosition: isCompletionListBlocker: 0.0012950003147125244 +Info 11794[18:05:17.617] Returning an empty list because completion was requested in an invalid position. +Info 11795[18:05:17.617] Format host information updated +Info 11796[18:05:19.363] getCompletionData: Get current token: 0.004457999020814896 +Info 11797[18:05:19.363] getCompletionData: Is inside comment: 0.008159000426530838 +Info 11798[18:05:19.363] getCompletionData: Get previous token: 0.0055029988288879395 +Info 11799[18:05:19.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0021359995007514954 +Info 11800[18:05:19.363] getExportInfoMap: cache hit +Info 11801[18:05:19.376] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11802[18:05:19.376] collectAutoImports: response is complete +Info 11803[18:05:19.376] collectAutoImports: 12.7552279997617 +Info 11804[18:05:19.376] getCompletionData: Semantic work: 13.49804800003767 +Info 11805[18:05:19.381] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.938627000898123 +Info 11806[18:05:19.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11807[18:05:19.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 930 structureChanged: false structureIsReused:: Completely Elapsed: 9.576538000255823ms +Info 11808[18:05:19.575] Different program with same set of files +Info 11809[18:05:19.575] getCompletionData: Get current token: 0.006676999852061272 +Info 11810[18:05:19.575] getCompletionData: Is inside comment: 0.012958001345396042 +Info 11811[18:05:19.575] getCompletionData: Get previous token: 0.008840000256896019 +Info 11812[18:05:19.575] getCompletionsAtPosition: isCompletionListBlocker: 0.0030799992382526398 +Info 11813[18:05:19.576] getExportInfoMap: cache hit +Info 11814[18:05:19.592] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11815[18:05:19.593] collectAutoImports: response is complete +Info 11816[18:05:19.593] collectAutoImports: 16.653541998937726 +Info 11817[18:05:19.593] getCompletionData: Semantic work: 17.36038300022483 +Info 11818[18:05:19.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.723071999847889 +Info 11819[18:05:19.606] Format host information updated +Info 11820[18:05:19.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11821[18:05:19.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 931 structureChanged: false structureIsReused:: Completely Elapsed: 7.097714999690652ms +Info 11822[18:05:19.632] Different program with same set of files +Info 11823[18:05:19.632] getCompletionData: Get current token: 0.004108000546693802 +Info 11824[18:05:19.632] getCompletionData: Is inside comment: 0.011492999270558357 +Info 11825[18:05:19.632] getCompletionData: Get previous token: 0.02134300023317337 +Info 11826[18:05:19.632] getCompletionsAtPosition: isCompletionListBlocker: 0.006790999323129654 +Info 11827[18:05:19.633] getExportInfoMap: cache hit +Info 11828[18:05:19.646] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11829[18:05:19.646] collectAutoImports: response is complete +Info 11830[18:05:19.646] collectAutoImports: 12.810115998610854 +Info 11831[18:05:19.646] getCompletionData: Semantic work: 13.340704999864101 +Info 11832[18:05:19.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.053493998944759 +Info 11833[18:05:19.655] Format host information updated +Info 11834[18:05:19.762] getCompletionData: Get current token: 0.003039000555872917 +Info 11835[18:05:19.762] getCompletionData: Is inside comment: 0.00939599983394146 +Info 11836[18:05:19.762] getCompletionData: Get previous token: 0.006118999794125557 +Info 11837[18:05:19.762] getCompletionsAtPosition: isCompletionListBlocker: 0.0021890010684728622 +Info 11838[18:05:19.762] Returning an empty list because completion was requested in an invalid position. +Info 11839[18:05:20.117] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11840[18:05:20.127] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 932 structureChanged: false structureIsReused:: Completely Elapsed: 9.991484001278877ms +Info 11841[18:05:20.127] Different program with same set of files +Info 11842[18:05:20.127] getCompletionData: Get current token: 0.0037960000336170197 +Info 11843[18:05:20.127] getCompletionData: Is inside comment: 0.010401001200079918 +Info 11844[18:05:20.127] getCompletionData: Get previous token: 0.01231200061738491 +Info 11845[18:05:20.127] getCompletionsAtPosition: isCompletionListBlocker: 0.003059001639485359 +Info 11846[18:05:20.128] getExportInfoMap: cache hit +Info 11847[18:05:20.132] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 11848[18:05:20.132] collectAutoImports: response is complete +Info 11849[18:05:20.132] collectAutoImports: 3.3046900015324354 +Info 11850[18:05:20.132] getCompletionData: Semantic work: 4.29903700016439 +Info 11851[18:05:20.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.950857000425458 +Info 11852[18:05:20.135] Format host information updated +Info 11853[18:05:20.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11854[18:05:20.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 933 structureChanged: false structureIsReused:: Completely Elapsed: 10.945344001054764ms +Info 11855[18:05:20.337] Different program with same set of files +Info 11856[18:05:20.337] getCompletionData: Get current token: 0.0036459993571043015 +Info 11857[18:05:20.337] getCompletionData: Is inside comment: 0.00834600068628788 +Info 11858[18:05:20.338] getCompletionData: Get previous token: 0.010649001225829124 +Info 11859[18:05:20.338] getCompletionsAtPosition: isCompletionListBlocker: 0.0029349997639656067 +Info 11860[18:05:20.338] getExportInfoMap: cache hit +Info 11861[18:05:20.340] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11862[18:05:20.340] collectAutoImports: response is complete +Info 11863[18:05:20.340] collectAutoImports: 1.85130799934268 +Info 11864[18:05:20.340] getCompletionData: Semantic work: 2.5786649994552135 +Info 11865[18:05:20.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7070070002228022 +Info 11866[18:05:20.343] Format host information updated +Info 11867[18:05:20.741] Format host information updated +Info 11868[18:05:20.741] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11869[18:05:20.750] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 934 structureChanged: false structureIsReused:: Completely Elapsed: 8.997489001601934ms +Info 11870[18:05:20.750] Different program with same set of files +Info 11871[18:05:20.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11872[18:05:20.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 935 structureChanged: false structureIsReused:: Completely Elapsed: 25.000354999676347ms +Info 11873[18:05:20.939] Different program with same set of files +Info 11874[18:05:20.939] getCompletionData: Get current token: 0.010485000908374786 +Info 11875[18:05:20.939] getCompletionData: Is inside comment: 0.028491999953985214 +Info 11876[18:05:20.939] getCompletionData: Get previous token: 0.034669000655412674 +Info 11877[18:05:20.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0038229990750551224 +Info 11878[18:05:20.941] getExportInfoMap: cache hit +Info 11879[18:05:20.950] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 11880[18:05:20.950] collectAutoImports: response is complete +Info 11881[18:05:20.950] collectAutoImports: 9.27462200075388 +Info 11882[18:05:20.950] getCompletionData: Semantic work: 10.669053001329303 +Info 11883[18:05:20.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6352469995617867 +Info 11884[18:05:20.956] Format host information updated +Info 11885[18:05:20.975] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11886[18:05:20.986] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 936 structureChanged: false structureIsReused:: Completely Elapsed: 10.58853199891746ms +Info 11887[18:05:20.986] Different program with same set of files +Info 11888[18:05:20.986] getCompletionData: Get current token: 0.004041001200675964 +Info 11889[18:05:20.986] getCompletionData: Is inside comment: 0.009777000173926353 +Info 11890[18:05:20.986] getCompletionData: Get previous token: 0.01348000019788742 +Info 11891[18:05:20.986] getCompletionsAtPosition: isCompletionListBlocker: 0.0018500015139579773 +Info 11892[18:05:20.987] getExportInfoMap: cache hit +Info 11893[18:05:20.991] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 11894[18:05:20.991] collectAutoImports: response is complete +Info 11895[18:05:20.991] collectAutoImports: 3.811488999053836 +Info 11896[18:05:20.991] getCompletionData: Semantic work: 4.358258001506329 +Info 11897[18:05:20.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9660390000790358 +Info 11898[18:05:20.994] Format host information updated +Info 11899[18:05:21.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11900[18:05:21.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 937 structureChanged: false structureIsReused:: Completely Elapsed: 7.814631998538971ms +Info 11901[18:05:21.114] Different program with same set of files +Info 11902[18:05:21.114] getCompletionData: Get current token: 0.003735000267624855 +Info 11903[18:05:21.114] getCompletionData: Is inside comment: 0.011355999857187271 +Info 11904[18:05:21.114] getCompletionData: Get previous token: 0.023182999342679977 +Info 11905[18:05:21.114] getCompletionsAtPosition: isCompletionListBlocker: 0.002577001228928566 +Info 11906[18:05:21.115] getExportInfoMap: cache hit +Info 11907[18:05:21.118] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 11908[18:05:21.118] collectAutoImports: response is complete +Info 11909[18:05:21.118] collectAutoImports: 3.1696229986846447 +Info 11910[18:05:21.118] getCompletionData: Semantic work: 4.086385998874903 +Info 11911[18:05:21.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1652579996734858 +Info 11912[18:05:21.123] Format host information updated +Info 11913[18:05:21.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11914[18:05:21.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 938 structureChanged: false structureIsReused:: Completely Elapsed: 21.859747000038624ms +Info 11915[18:05:21.198] Different program with same set of files +Info 11916[18:05:21.199] getCompletionData: Get current token: 0.012531999498605728 +Info 11917[18:05:21.199] getCompletionData: Is inside comment: 0.03452200070023537 +Info 11918[18:05:21.199] getCompletionData: Get previous token: 0.04433999955654144 +Info 11919[18:05:21.199] getCompletionsAtPosition: isCompletionListBlocker: 0.005620000883936882 +Info 11920[18:05:21.201] getExportInfoMap: cache hit +Info 11921[18:05:21.207] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 11922[18:05:21.207] collectAutoImports: response is complete +Info 11923[18:05:21.207] collectAutoImports: 6.150844000279903 +Info 11924[18:05:21.207] getCompletionData: Semantic work: 7.746356001123786 +Info 11925[18:05:21.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.22660700045526 +Info 11926[18:05:21.213] Format host information updated +Info 11927[18:05:21.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11928[18:05:21.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 939 structureChanged: false structureIsReused:: Completely Elapsed: 9.0193189997226ms +Info 11929[18:05:21.251] Different program with same set of files +Info 11930[18:05:21.251] getCompletionData: Get current token: 0.004091998562216759 +Info 11931[18:05:21.251] getCompletionData: Is inside comment: 0.014081999659538269 +Info 11932[18:05:21.251] getCompletionData: Get previous token: 0.01715100184082985 +Info 11933[18:05:21.251] getCompletionsAtPosition: isCompletionListBlocker: 0.0023079998791217804 +Info 11934[18:05:21.254] getExportInfoMap: cache hit +Info 11935[18:05:21.256] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 11936[18:05:21.256] collectAutoImports: response is complete +Info 11937[18:05:21.256] collectAutoImports: 2.683790998533368 +Info 11938[18:05:21.256] getCompletionData: Semantic work: 5.290668999776244 +Info 11939[18:05:21.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2010650001466274 +Info 11940[18:05:21.260] Format host information updated +Info 11941[18:05:21.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11942[18:05:21.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 940 structureChanged: false structureIsReused:: Completely Elapsed: 10.267070999369025ms +Info 11943[18:05:21.315] Different program with same set of files +Info 11944[18:05:21.316] getCompletionData: Get current token: 0.0052010007202625275 +Info 11945[18:05:21.316] getCompletionData: Is inside comment: 0.015850000083446503 +Info 11946[18:05:21.316] getCompletionData: Get previous token: 0.02091899886727333 +Info 11947[18:05:21.316] getCompletionsAtPosition: isCompletionListBlocker: 0.00270099937915802 +Info 11948[18:05:21.316] getExportInfoMap: cache hit +Info 11949[18:05:21.341] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11950[18:05:21.341] collectAutoImports: response is complete +Info 11951[18:05:21.341] collectAutoImports: 24.511863000690937 +Info 11952[18:05:21.341] getCompletionData: Semantic work: 25.34502900019288 +Info 11953[18:05:21.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.448321999981999 +Info 11954[18:05:21.351] Format host information updated +Info 11955[18:05:21.413] getCompletionData: Get current token: 0.0065289996564388275 +Info 11956[18:05:21.413] getCompletionData: Is inside comment: 0.014717001467943192 +Info 11957[18:05:21.413] getCompletionData: Get previous token: 0.009831000119447708 +Info 11958[18:05:21.413] getCompletionsAtPosition: isCompletionListBlocker: 0.010336998850107193 +Info 11959[18:05:21.414] getExportInfoMap: cache hit +Info 11960[18:05:21.430] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11961[18:05:21.430] collectAutoImports: response is complete +Info 11962[18:05:21.430] collectAutoImports: 16.436676999554038 +Info 11963[18:05:21.430] getCompletionData: Semantic work: 17.185994001105428 +Info 11964[18:05:21.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.536930000409484 +Info 11965[18:05:21.580] Format host information updated +Info 11966[18:05:21.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11967[18:05:21.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 941 structureChanged: false structureIsReused:: Completely Elapsed: 15.529041999951005ms +Info 11968[18:05:21.596] Different program with same set of files +Info 11969[18:05:21.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11970[18:05:21.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 942 structureChanged: false structureIsReused:: Completely Elapsed: 26.89168200083077ms +Info 11971[18:05:21.698] Different program with same set of files +Info 11972[18:05:21.699] getCompletionData: Get current token: 0.013221999630331993 +Info 11973[18:05:21.699] getCompletionData: Is inside comment: 0.03717900067567825 +Info 11974[18:05:21.699] getCompletionData: Get previous token: 0.02597299963235855 +Info 11975[18:05:21.699] getCompletionsAtPosition: isCompletionListBlocker: 0.024946000427007675 +Info 11976[18:05:21.701] getExportInfoMap: cache hit +Info 11977[18:05:21.724] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11978[18:05:21.724] collectAutoImports: response is complete +Info 11979[18:05:21.724] collectAutoImports: 23.25692999921739 +Info 11980[18:05:21.724] getCompletionData: Semantic work: 24.720986001193523 +Info 11981[18:05:21.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.427086999639869 +Info 11982[18:05:21.735] Format host information updated +Info 11983[18:05:21.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11984[18:05:21.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 943 structureChanged: false structureIsReused:: Completely Elapsed: 8.789868999272585ms +Info 11985[18:05:21.935] Different program with same set of files +Info 11986[18:05:21.935] getCompletionData: Get current token: 0.004563000053167343 +Info 11987[18:05:21.935] getCompletionData: Is inside comment: 0.011017000302672386 +Info 11988[18:05:21.935] getCompletionData: Get previous token: 0.007567999884486198 +Info 11989[18:05:21.935] getCompletionsAtPosition: isCompletionListBlocker: 0.0073830001056194305 +Info 11990[18:05:21.936] getExportInfoMap: cache hit +Info 11991[18:05:21.947] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11992[18:05:21.947] collectAutoImports: response is complete +Info 11993[18:05:21.947] collectAutoImports: 11.548626000061631 +Info 11994[18:05:21.947] getCompletionData: Semantic work: 12.125995999202132 +Info 11995[18:05:21.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.117726000025868 +Info 11996[18:05:21.959] Format host information updated +Info 11997[18:05:21.986] Format host information updated +Info 11998[18:05:21.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11999[18:05:21.992] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 944 structureChanged: false structureIsReused:: Completely Elapsed: 6.604724001139402ms +Info 12000[18:05:21.992] Different program with same set of files +Info 12001[18:05:22.398] getCompletionData: Get current token: 0.0022929999977350235 +Info 12002[18:05:22.398] getCompletionData: Is inside comment: 0.008826000615954399 +Info 12003[18:05:22.398] getCompletionData: Get previous token: 0.005138998851180077 +Info 12004[18:05:22.398] getCompletionsAtPosition: isCompletionListBlocker: 0.009126000106334686 +Info 12005[18:05:22.398] getExportInfoMap: cache hit +Info 12006[18:05:22.412] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 12007[18:05:22.412] collectAutoImports: response is complete +Info 12008[18:05:22.412] collectAutoImports: 13.109187001362443 +Info 12009[18:05:22.412] getCompletionData: Semantic work: 13.735913001000881 +Info 12010[18:05:22.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.750475998967886 +Info 12011[18:05:24.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12012[18:05:24.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 945 structureChanged: false structureIsReused:: Completely Elapsed: 6.818222999572754ms +Info 12013[18:05:24.103] Different program with same set of files +Info 12014[18:05:24.103] getCompletionData: Get current token: 0.0034259986132383347 +Info 12015[18:05:24.103] getCompletionData: Is inside comment: 0.009106999263167381 +Info 12016[18:05:24.103] getCompletionData: Get previous token: 0.006500000134110451 +Info 12017[18:05:24.103] getCompletionsAtPosition: isCompletionListBlocker: 0.0019920002669095993 +Info 12018[18:05:24.103] getExportInfoMap: cache hit +Info 12019[18:05:24.115] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12020[18:05:24.115] collectAutoImports: response is complete +Info 12021[18:05:24.115] collectAutoImports: 11.446233998984098 +Info 12022[18:05:24.115] getCompletionData: Semantic work: 11.86468799971044 +Info 12023[18:05:24.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2743330001831055 +Info 12024[18:05:24.123] Format host information updated +Info 12025[18:05:24.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12026[18:05:24.526] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 946 structureChanged: false structureIsReused:: Completely Elapsed: 8.82485300116241ms +Info 12027[18:05:24.526] Different program with same set of files +Info 12028[18:05:24.526] getCompletionData: Get current token: 0.0046539995819330215 +Info 12029[18:05:24.526] getCompletionData: Is inside comment: 0.011261999607086182 +Info 12030[18:05:24.526] getCompletionData: Get previous token: 0.014112001284956932 +Info 12031[18:05:24.526] getCompletionsAtPosition: isCompletionListBlocker: 0.0023440010845661163 +Info 12032[18:05:24.526] getExportInfoMap: cache hit +Info 12033[18:05:24.530] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 84 from cache +Info 12034[18:05:24.530] collectAutoImports: response is complete +Info 12035[18:05:24.530] collectAutoImports: 3.651629000902176 +Info 12036[18:05:24.530] getCompletionData: Semantic work: 4.181978000327945 +Info 12037[18:05:24.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.008866000920534 +Info 12038[18:05:24.533] Format host information updated +Info 12039[18:05:27.882] Format host information updated +Info 12040[18:05:27.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12041[18:05:27.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 947 structureChanged: false structureIsReused:: Completely Elapsed: 6.978223999962211ms +Info 12042[18:05:27.889] Different program with same set of files +Info 12043[18:05:28.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12044[18:05:28.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 948 structureChanged: false structureIsReused:: Completely Elapsed: 17.73225300014019ms +Info 12045[18:05:28.174] Different program with same set of files +Info 12046[18:05:28.175] getCompletionData: Get current token: 0.010622000321745872 +Info 12047[18:05:28.175] getCompletionData: Is inside comment: 0.026285000145435333 +Info 12048[18:05:28.175] getCompletionData: Get previous token: 0.017488999292254448 +Info 12049[18:05:28.175] getCompletionsAtPosition: isCompletionListBlocker: 0.004695000126957893 +Info 12050[18:05:28.176] getExportInfoMap: cache hit +Info 12051[18:05:28.197] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12052[18:05:28.198] collectAutoImports: response is complete +Info 12053[18:05:28.198] collectAutoImports: 21.64332799986005 +Info 12054[18:05:28.198] getCompletionData: Semantic work: 22.71383199840784 +Info 12055[18:05:28.203] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.392305999994278 +Info 12056[18:05:28.207] Format host information updated +Info 12057[18:05:28.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12058[18:05:28.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 949 structureChanged: false structureIsReused:: Completely Elapsed: 6.990218000486493ms +Info 12059[18:05:28.370] Different program with same set of files +Info 12060[18:05:28.371] getCompletionData: Get current token: 0.004083998501300812 +Info 12061[18:05:28.371] getCompletionData: Is inside comment: 0.010530998930335045 +Info 12062[18:05:28.371] getCompletionData: Get previous token: 0.013574998825788498 +Info 12063[18:05:28.371] getCompletionsAtPosition: isCompletionListBlocker: 0.002749999985098839 +Info 12064[18:05:28.371] getExportInfoMap: cache hit +Info 12065[18:05:28.376] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 12066[18:05:28.376] collectAutoImports: response is complete +Info 12067[18:05:28.376] collectAutoImports: 5.019558999687433 +Info 12068[18:05:28.376] getCompletionData: Semantic work: 5.539084000512958 +Info 12069[18:05:28.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.08810100145638 +Info 12070[18:05:28.379] Format host information updated +Info 12071[18:05:28.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12072[18:05:28.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 950 structureChanged: false structureIsReused:: Completely Elapsed: 13.07141099870205ms +Info 12073[18:05:28.448] Different program with same set of files +Info 12074[18:05:28.449] getCompletionData: Get current token: 0.009192999452352524 +Info 12075[18:05:28.449] getCompletionData: Is inside comment: 0.023685000836849213 +Info 12076[18:05:28.449] getCompletionData: Get previous token: 0.037786999717354774 +Info 12077[18:05:28.449] getCompletionsAtPosition: isCompletionListBlocker: 0.0038139987736940384 +Info 12078[18:05:28.450] getExportInfoMap: cache hit +Info 12079[18:05:28.455] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 12080[18:05:28.455] collectAutoImports: response is complete +Info 12081[18:05:28.455] collectAutoImports: 5.286702999845147 +Info 12082[18:05:28.455] getCompletionData: Semantic work: 6.208522999659181 +Info 12083[18:05:28.459] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.810947999358177 +Info 12084[18:05:28.461] Format host information updated +Info 12085[18:05:28.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12086[18:05:28.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 951 structureChanged: false structureIsReused:: Completely Elapsed: 9.385328000411391ms +Info 12087[18:05:28.615] Different program with same set of files +Info 12088[18:05:28.615] getCompletionData: Get current token: 0.004071000963449478 +Info 12089[18:05:28.615] getCompletionData: Is inside comment: 0.011765001341700554 +Info 12090[18:05:28.616] getCompletionData: Get previous token: 0.014811001718044281 +Info 12091[18:05:28.616] getCompletionsAtPosition: isCompletionListBlocker: 0.0026099998503923416 +Info 12092[18:05:28.616] getExportInfoMap: cache hit +Info 12093[18:05:28.628] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12094[18:05:28.628] collectAutoImports: response is complete +Info 12095[18:05:28.628] collectAutoImports: 11.875486999750137 +Info 12096[18:05:28.628] getCompletionData: Semantic work: 12.426702000200748 +Info 12097[18:05:28.633] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.142212999984622 +Info 12098[18:05:28.639] Format host information updated +Info 12099[18:05:30.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12100[18:05:30.588] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 952 structureChanged: false structureIsReused:: Completely Elapsed: 8.202166000381112ms +Info 12101[18:05:30.588] Different program with same set of files +Info 12102[18:05:30.588] getCompletionData: Get current token: 0.003049999475479126 +Info 12103[18:05:30.588] getCompletionData: Is inside comment: 0.0011090002954006195 +Info 12104[18:05:30.588] getCompletionData: Get previous token: 0.01721400022506714 +Info 12105[18:05:30.588] getCompletionsAtPosition: isCompletionListBlocker: 0.00776199996471405 +Info 12106[18:05:30.589] getExportInfoMap: cache hit +Info 12107[18:05:30.592] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 7 from cache +Info 12108[18:05:30.592] collectAutoImports: response is complete +Info 12109[18:05:30.592] collectAutoImports: 2.729220999404788 +Info 12110[18:05:30.592] getCompletionData: Semantic work: 3.4523830004036427 +Info 12111[18:05:30.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2372540012001991 +Info 12112[18:05:30.594] Format host information updated +Info 12113[18:05:30.765] Format host information updated +Info 12114[18:05:30.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12115[18:05:30.773] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 953 structureChanged: false structureIsReused:: Completely Elapsed: 7.616624999791384ms +Info 12116[18:05:30.773] Different program with same set of files +Info 12117[18:05:31.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12118[18:05:31.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 954 structureChanged: false structureIsReused:: Completely Elapsed: 7.193099999800324ms +Info 12119[18:05:31.058] Different program with same set of files +Info 12120[18:05:31.058] getCompletionData: Get current token: 0.005911000072956085 +Info 12121[18:05:31.058] getCompletionData: Is inside comment: 0.0014639999717473984 +Info 12122[18:05:31.058] getCompletionData: Get previous token: 0.013672001659870148 +Info 12123[18:05:31.058] getCompletionsAtPosition: isCompletionListBlocker: 0.00660100020468235 +Info 12124[18:05:31.059] getExportInfoMap: cache hit +Info 12125[18:05:31.074] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 12126[18:05:31.074] collectAutoImports: response is complete +Info 12127[18:05:31.074] collectAutoImports: 14.786623001098633 +Info 12128[18:05:31.074] getCompletionData: Semantic work: 15.361337000504136 +Info 12129[18:05:31.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.040165999904275 +Info 12130[18:05:31.081] Format host information updated +Info 12131[18:05:31.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12132[18:05:31.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 955 structureChanged: false structureIsReused:: Completely Elapsed: 7.461051000282168ms +Info 12133[18:05:31.327] Different program with same set of files +Info 12134[18:05:31.327] getCompletionData: Get current token: 0.004999998956918716 +Info 12135[18:05:31.327] getCompletionData: Is inside comment: 0.0012400001287460327 +Info 12136[18:05:31.327] getCompletionData: Get previous token: 0.012821000069379807 +Info 12137[18:05:31.328] getCompletionsAtPosition: isCompletionListBlocker: 0.008309001103043556 +Info 12138[18:05:31.328] getExportInfoMap: cache hit +Info 12139[18:05:31.342] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 12140[18:05:31.342] collectAutoImports: response is complete +Info 12141[18:05:31.342] collectAutoImports: 13.92871299944818 +Info 12142[18:05:31.342] getCompletionData: Semantic work: 14.522936999797821 +Info 12143[18:05:31.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7256150003522635 +Info 12144[18:05:31.349] Format host information updated +Info 12145[18:05:31.380] Format host information updated +Info 12146[18:05:31.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12147[18:05:31.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 956 structureChanged: false structureIsReused:: Completely Elapsed: 7.281239999458194ms +Info 12148[18:05:31.387] Different program with same set of files +Info 12149[18:05:31.787] getCompletionData: Get current token: 0.0013659987598657608 +Info 12150[18:05:31.787] getCompletionData: Is inside comment: 0.0056950002908706665 +Info 12151[18:05:31.787] getCompletionData: Get previous token: 0.003905998542904854 +Info 12152[18:05:31.787] getCompletionsAtPosition: isCompletionListBlocker: 0.009046999737620354 +Info 12153[18:05:31.787] getExportInfoMap: cache hit +Info 12154[18:05:31.799] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 12155[18:05:31.799] collectAutoImports: response is complete +Info 12156[18:05:31.799] collectAutoImports: 11.852214999496937 +Info 12157[18:05:31.799] getCompletionData: Semantic work: 12.583399999886751 +Info 12158[18:05:31.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.850697001442313 +Info 12159[18:05:33.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12160[18:05:33.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 957 structureChanged: false structureIsReused:: Completely Elapsed: 8.721495000645518ms +Info 12161[18:05:33.140] Different program with same set of files +Info 12162[18:05:33.140] getCompletionData: Get current token: 0.0036370009183883667 +Info 12163[18:05:33.140] getCompletionData: Is inside comment: 0.0013849996030330658 +Info 12164[18:05:33.140] getCompletionData: Get previous token: 0.015442000702023506 +Info 12165[18:05:33.140] getCompletionsAtPosition: isCompletionListBlocker: 0.002696998417377472 +Info 12166[18:05:33.140] getExportInfoMap: cache hit +Info 12167[18:05:33.152] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 12168[18:05:33.152] collectAutoImports: response is complete +Info 12169[18:05:33.152] collectAutoImports: 11.962156999856234 +Info 12170[18:05:33.152] getCompletionData: Semantic work: 12.581609999760985 +Info 12171[18:05:33.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.594405999407172 +Info 12172[18:05:33.161] Format host information updated +Info 12173[18:05:33.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12174[18:05:33.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 958 structureChanged: false structureIsReused:: Completely Elapsed: 7.363312000408769ms +Info 12175[18:05:33.276] Different program with same set of files +Info 12176[18:05:33.276] getCompletionData: Get current token: 0.0036679990589618683 +Info 12177[18:05:33.276] getCompletionData: Is inside comment: 0.0012249983847141266 +Info 12178[18:05:33.276] getCompletionData: Get previous token: 0.01907999999821186 +Info 12179[18:05:33.276] getCompletionsAtPosition: isCompletionListBlocker: 0.002537000924348831 +Info 12180[18:05:33.277] getExportInfoMap: cache hit +Info 12181[18:05:33.281] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 72 from cache +Info 12182[18:05:33.281] collectAutoImports: response is complete +Info 12183[18:05:33.281] collectAutoImports: 3.6037989985197783 +Info 12184[18:05:33.281] getCompletionData: Semantic work: 4.240821000188589 +Info 12185[18:05:33.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1958799995481968 +Info 12186[18:05:33.284] Format host information updated +Info 12187[18:05:33.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12188[18:05:33.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 959 structureChanged: false structureIsReused:: Completely Elapsed: 8.883938001468778ms +Info 12189[18:05:33.991] Different program with same set of files +Info 12190[18:05:33.992] getCompletionData: Get current token: 0.002876000478863716 +Info 12191[18:05:33.992] getCompletionData: Is inside comment: 0.00102199986577034 +Info 12192[18:05:33.992] getCompletionData: Get previous token: 0.014759000390768051 +Info 12193[18:05:33.992] getCompletionsAtPosition: isCompletionListBlocker: 0.0019749999046325684 +Info 12194[18:05:33.992] getCompletionData: Semantic work: 0.5897800009697676 +Info 12195[18:05:33.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9272089991718531 +Info 12196[18:05:33.994] Format host information updated +Info 12197[18:05:34.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12198[18:05:34.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 960 structureChanged: false structureIsReused:: Completely Elapsed: 7.276529001072049ms +Info 12199[18:05:34.150] Different program with same set of files +Info 12200[18:05:34.151] getCompletionData: Get current token: 0.003692999482154846 +Info 12201[18:05:34.151] getCompletionData: Is inside comment: 0.0015660002827644348 +Info 12202[18:05:34.151] getCompletionData: Get previous token: 0.020522000268101692 +Info 12203[18:05:34.151] getCompletionsAtPosition: isCompletionListBlocker: 0.002080000936985016 +Info 12204[18:05:34.151] getCompletionData: Semantic work: 0.5914789997041225 +Info 12205[18:05:34.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.76651700027287 +Info 12206[18:05:34.153] Format host information updated +Info 12207[18:05:34.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12208[18:05:34.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 961 structureChanged: false structureIsReused:: Completely Elapsed: 9.0212779995054ms +Info 12209[18:05:34.248] Different program with same set of files +Info 12210[18:05:34.249] getCompletionData: Get current token: 0.0032970011234283447 +Info 12211[18:05:34.249] getCompletionData: Is inside comment: 0.00118199922144413 +Info 12212[18:05:34.249] getCompletionData: Get previous token: 0.015651999041438103 +Info 12213[18:05:34.249] getCompletionsAtPosition: isCompletionListBlocker: 0.001676999032497406 +Info 12214[18:05:34.249] getCompletionData: Semantic work: 0.48452099971473217 +Info 12215[18:05:34.250] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3121409993618727 +Info 12216[18:05:34.251] Format host information updated +Info 12217[18:05:34.440] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12218[18:05:34.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 962 structureChanged: false structureIsReused:: Completely Elapsed: 7.111134000122547ms +Info 12219[18:05:34.447] Different program with same set of files +Info 12220[18:05:34.447] getCompletionData: Get current token: 0.003451000899076462 +Info 12221[18:05:34.447] getCompletionData: Is inside comment: 0.0013360008597373962 +Info 12222[18:05:34.447] getCompletionData: Get previous token: 0.0188790000975132 +Info 12223[18:05:34.447] getCompletionsAtPosition: isCompletionListBlocker: 0.0019729994237422943 +Info 12224[18:05:34.448] getCompletionData: Semantic work: 0.5633370000869036 +Info 12225[18:05:34.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5930610001087189 +Info 12226[18:05:34.450] Format host information updated +Info 12227[18:05:34.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12228[18:05:34.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 963 structureChanged: false structureIsReused:: Completely Elapsed: 6.784486001357436ms +Info 12229[18:05:34.683] Different program with same set of files +Info 12230[18:05:34.684] getCompletionData: Get current token: 0.0031460002064704895 +Info 12231[18:05:34.684] getCompletionData: Is inside comment: 0.0010620001703500748 +Info 12232[18:05:34.684] getCompletionData: Get previous token: 0.017431998625397682 +Info 12233[18:05:34.684] getCompletionsAtPosition: isCompletionListBlocker: 0.0017460007220506668 +Info 12234[18:05:34.684] getCompletionData: Semantic work: 0.5628459993749857 +Info 12235[18:05:34.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4496400002390146 +Info 12236[18:05:34.686] Format host information updated +Info 12237[18:05:34.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12238[18:05:34.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 964 structureChanged: false structureIsReused:: Completely Elapsed: 7.1948750000447035ms +Info 12239[18:05:34.809] Different program with same set of files +Info 12240[18:05:34.810] getCompletionData: Get current token: 0.0033119991421699524 +Info 12241[18:05:34.810] getCompletionData: Is inside comment: 0.0013020001351833344 +Info 12242[18:05:34.810] getCompletionData: Get previous token: 0.01791200041770935 +Info 12243[18:05:34.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0022909995168447495 +Info 12244[18:05:34.810] getCompletionData: Semantic work: 0.535436000674963 +Info 12245[18:05:34.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4777039997279644 +Info 12246[18:05:34.814] Format host information updated +Info 12247[18:05:34.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12248[18:05:34.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 965 structureChanged: false structureIsReused:: Completely Elapsed: 8.002344001084566ms +Info 12249[18:05:34.871] Different program with same set of files +Info 12250[18:05:34.871] getCompletionData: Get current token: 0.004648998379707336 +Info 12251[18:05:34.871] getCompletionData: Is inside comment: 0.0015599988400936127 +Info 12252[18:05:34.871] getCompletionData: Get previous token: 0.023660000413656235 +Info 12253[18:05:34.871] getCompletionsAtPosition: isCompletionListBlocker: 0.0021260008215904236 +Info 12254[18:05:34.872] getCompletionData: Semantic work: 0.6332289986312389 +Info 12255[18:05:34.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8192309997975826 +Info 12256[18:05:34.874] Format host information updated +Info 12257[18:05:35.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12258[18:05:35.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 966 structureChanged: false structureIsReused:: Completely Elapsed: 6.882758000865579ms +Info 12259[18:05:35.032] Different program with same set of files +Info 12260[18:05:35.032] getCompletionData: Get current token: 0.0035180002450942993 +Info 12261[18:05:35.032] getCompletionData: Is inside comment: 0.0013880003243684769 +Info 12262[18:05:35.032] getCompletionData: Get previous token: 0.01996600069105625 +Info 12263[18:05:35.032] getCompletionsAtPosition: isCompletionListBlocker: 0.0018699988722801208 +Info 12264[18:05:35.033] getCompletionData: Semantic work: 0.5393510013818741 +Info 12265[18:05:35.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8148570004850626 +Info 12266[18:05:35.037] Format host information updated +Info 12267[18:05:35.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12268[18:05:35.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 967 structureChanged: false structureIsReused:: Completely Elapsed: 6.920119000598788ms +Info 12269[18:05:35.167] Different program with same set of files +Info 12270[18:05:35.167] getCompletionData: Get current token: 0.00357699953019619 +Info 12271[18:05:35.167] getCompletionData: Is inside comment: 0.0012730006128549576 +Info 12272[18:05:35.167] getCompletionData: Get previous token: 0.017862999811768532 +Info 12273[18:05:35.167] getCompletionsAtPosition: isCompletionListBlocker: 0.0017820000648498535 +Info 12274[18:05:35.168] getCompletionData: Semantic work: 0.5622869990766048 +Info 12275[18:05:35.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6029400005936623 +Info 12276[18:05:35.170] Format host information updated +Info 12277[18:05:35.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12278[18:05:35.340] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 968 structureChanged: false structureIsReused:: Completely Elapsed: 6.923217998817563ms +Info 12279[18:05:35.340] Different program with same set of files +Info 12280[18:05:35.340] getCompletionData: Get current token: 0.0029449984431266785 +Info 12281[18:05:35.340] getCompletionData: Is inside comment: 0.001033000648021698 +Info 12282[18:05:35.340] getCompletionData: Get previous token: 0.014847999438643456 +Info 12283[18:05:35.340] getCompletionsAtPosition: isCompletionListBlocker: 0.0016760006546974182 +Info 12284[18:05:35.341] getCompletionData: Semantic work: 0.47539399936795235 +Info 12285[18:05:35.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3435260001569986 +Info 12286[18:05:35.345] Format host information updated +Info 12287[18:05:35.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12288[18:05:35.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 969 structureChanged: false structureIsReused:: Completely Elapsed: 7.873933000490069ms +Info 12289[18:05:35.464] Different program with same set of files +Info 12290[18:05:35.465] getCompletionData: Get current token: 0.0029990002512931824 +Info 12291[18:05:35.465] getCompletionData: Is inside comment: 0.0011309999972581863 +Info 12292[18:05:35.465] getCompletionData: Get previous token: 0.016411999240517616 +Info 12293[18:05:35.465] getCompletionsAtPosition: isCompletionListBlocker: 0.001695999875664711 +Info 12294[18:05:35.465] getCompletionData: Semantic work: 0.5406440012156963 +Info 12295[18:05:35.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.401358000934124 +Info 12296[18:05:35.467] Format host information updated +Info 12297[18:05:35.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12298[18:05:35.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 970 structureChanged: false structureIsReused:: Completely Elapsed: 16.265130000188947ms +Info 12299[18:05:35.538] Different program with same set of files +Info 12300[18:05:35.539] getCompletionData: Get current token: 0.008837999776005745 +Info 12301[18:05:35.539] getCompletionData: Is inside comment: 0.0029819998890161514 +Info 12302[18:05:35.539] getCompletionData: Get previous token: 0.07566200010478497 +Info 12303[18:05:35.539] getCompletionsAtPosition: isCompletionListBlocker: 0.003236999735236168 +Info 12304[18:05:35.540] getCompletionData: Semantic work: 1.1775200013071299 +Info 12305[18:05:35.543] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3942050002515316 +Info 12306[18:05:35.544] Format host information updated +Info 12307[18:05:35.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12308[18:05:35.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 971 structureChanged: false structureIsReused:: Completely Elapsed: 30.31699899956584ms +Info 12309[18:05:35.641] Different program with same set of files +Info 12310[18:05:35.641] getCompletionData: Get current token: 0.007962999865412712 +Info 12311[18:05:35.641] getCompletionData: Is inside comment: 0.002706998959183693 +Info 12312[18:05:35.641] getCompletionData: Get previous token: 0.0418699998408556 +Info 12313[18:05:35.641] getCompletionsAtPosition: isCompletionListBlocker: 0.0034459996968507767 +Info 12314[18:05:35.642] getCompletionData: Semantic work: 1.1557310000061989 +Info 12315[18:05:35.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3025860004127026 +Info 12316[18:05:35.645] Format host information updated +Info 12317[18:05:37.272] Format host information updated +Info 12318[18:05:37.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12319[18:05:37.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 972 structureChanged: false structureIsReused:: Completely Elapsed: 22.856045000255108ms +Info 12320[18:05:37.296] Different program with same set of files +Info 12321[18:05:37.889] Format host information updated +Info 12322[18:05:37.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12323[18:05:37.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 973 structureChanged: false structureIsReused:: Completely Elapsed: 7.068393999710679ms +Info 12324[18:05:37.896] Different program with same set of files +Info 12325[18:05:39.613] getCompletionData: Get current token: 0.0036599989980459213 +Info 12326[18:05:39.613] getCompletionData: Is inside comment: 0.011097999289631844 +Info 12327[18:05:39.613] getCompletionData: Get previous token: 0.012028001248836517 +Info 12328[18:05:39.613] getCompletionsAtPosition: isCompletionListBlocker: 0.0019620005041360855 +Info 12329[18:05:39.613] Returning an empty list because completion was requested in an invalid position. +Info 12330[18:05:39.807] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12331[18:05:39.817] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 974 structureChanged: false structureIsReused:: Completely Elapsed: 9.49469600059092ms +Info 12332[18:05:39.817] Different program with same set of files +Info 12333[18:05:39.817] getCompletionData: Get current token: 0.0026230011135339737 +Info 12334[18:05:39.817] getCompletionData: Is inside comment: 0.00847100093960762 +Info 12335[18:05:39.817] getCompletionData: Get previous token: 0.009265000000596046 +Info 12336[18:05:39.817] getCompletionsAtPosition: isCompletionListBlocker: 0.001370999962091446 +Info 12337[18:05:39.817] Returning an empty list because completion was requested in an invalid position. +Info 12338[18:05:39.817] Format host information updated +Info 12339[18:05:39.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12340[18:05:39.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 975 structureChanged: false structureIsReused:: Completely Elapsed: 7.247811999171972ms +Info 12341[18:05:39.970] Different program with same set of files +Info 12342[18:05:39.970] getCompletionData: Get current token: 0.0025679990649223328 +Info 12343[18:05:39.970] getCompletionData: Is inside comment: 0.007706999778747559 +Info 12344[18:05:39.970] getCompletionData: Get previous token: 0.008705001324415207 +Info 12345[18:05:39.970] getCompletionsAtPosition: isCompletionListBlocker: 0.001212000846862793 +Info 12346[18:05:39.970] Returning an empty list because completion was requested in an invalid position. +Info 12347[18:05:39.970] Format host information updated +Info 12348[18:05:40.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12349[18:05:40.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 976 structureChanged: false structureIsReused:: Completely Elapsed: 9.264291999861598ms +Info 12350[18:05:40.061] Different program with same set of files +Info 12351[18:05:40.062] getCompletionData: Get current token: 0.002516999840736389 +Info 12352[18:05:40.062] getCompletionData: Is inside comment: 0.006554000079631805 +Info 12353[18:05:40.062] getCompletionData: Get previous token: 0.007036000490188599 +Info 12354[18:05:40.062] getCompletionsAtPosition: isCompletionListBlocker: 0.0011599995195865631 +Info 12355[18:05:40.062] Returning an empty list because completion was requested in an invalid position. +Info 12356[18:05:40.062] Format host information updated +Info 12357[18:05:40.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12358[18:05:40.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 977 structureChanged: false structureIsReused:: Completely Elapsed: 7.1374369990080595ms +Info 12359[18:05:40.199] Different program with same set of files +Info 12360[18:05:40.199] getCompletionData: Get current token: 0.0029419995844364166 +Info 12361[18:05:40.199] getCompletionData: Is inside comment: 0.007306000217795372 +Info 12362[18:05:40.199] getCompletionData: Get previous token: 0.008061999455094337 +Info 12363[18:05:40.199] getCompletionsAtPosition: isCompletionListBlocker: 0.0014800000935792923 +Info 12364[18:05:40.200] Returning an empty list because completion was requested in an invalid position. +Info 12365[18:05:40.200] Format host information updated +Info 12366[18:05:40.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12367[18:05:40.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 978 structureChanged: false structureIsReused:: Completely Elapsed: 11.845436999574304ms +Info 12368[18:05:40.268] Different program with same set of files +Info 12369[18:05:40.268] getCompletionData: Get current token: 0.005090000107884407 +Info 12370[18:05:40.268] getCompletionData: Is inside comment: 0.012357998639345169 +Info 12371[18:05:40.268] getCompletionData: Get previous token: 0.013783998787403107 +Info 12372[18:05:40.268] getCompletionsAtPosition: isCompletionListBlocker: 0.002229001373052597 +Info 12373[18:05:40.268] Returning an empty list because completion was requested in an invalid position. +Info 12374[18:05:40.269] Format host information updated +Info 12375[18:05:40.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12376[18:05:40.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 979 structureChanged: false structureIsReused:: Completely Elapsed: 27.11060700006783ms +Info 12377[18:05:40.422] Different program with same set of files +Info 12378[18:05:40.422] getCompletionData: Get current token: 0.011775000020861626 +Info 12379[18:05:40.423] getCompletionData: Is inside comment: 0.030911998823285103 +Info 12380[18:05:40.423] getCompletionData: Get previous token: 0.031808000057935715 +Info 12381[18:05:40.423] getCompletionsAtPosition: isCompletionListBlocker: 0.0043099988251924515 +Info 12382[18:05:40.423] Returning an empty list because completion was requested in an invalid position. +Info 12383[18:05:40.427] Format host information updated +Info 12384[18:05:40.684] getCompletionData: Get current token: 0.0010999999940395355 +Info 12385[18:05:40.684] getCompletionData: Is inside comment: 0.005553999915719032 +Info 12386[18:05:40.684] getCompletionData: Get previous token: 0.004004999995231628 +Info 12387[18:05:40.684] getCompletionsAtPosition: isCompletionListBlocker: 0.008318999782204628 +Info 12388[18:05:40.685] getExportInfoMap: cache hit +Info 12389[18:05:40.699] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 12390[18:05:40.699] collectAutoImports: response is complete +Info 12391[18:05:40.699] collectAutoImports: 14.024605000391603 +Info 12392[18:05:40.699] getCompletionData: Semantic work: 15.043913999572396 +Info 12393[18:05:40.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.889461999759078 +Info 12394[18:05:41.692] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12395[18:05:41.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 980 structureChanged: false structureIsReused:: Completely Elapsed: 6.843376999720931ms +Info 12396[18:05:41.699] Different program with same set of files +Info 12397[18:05:41.699] getCompletionData: Get current token: 0.0025669988244771957 +Info 12398[18:05:41.699] getCompletionData: Is inside comment: 0.0014200005680322647 +Info 12399[18:05:41.699] getCompletionData: Get previous token: 0.018353000283241272 +Info 12400[18:05:41.699] getCompletionsAtPosition: isCompletionListBlocker: 0.007854999974370003 +Info 12401[18:05:41.700] getExportInfoMap: cache hit +Info 12402[18:05:41.701] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12403[18:05:41.701] collectAutoImports: response is complete +Info 12404[18:05:41.701] collectAutoImports: 1.617025000974536 +Info 12405[18:05:41.701] getCompletionData: Semantic work: 2.2325799986720085 +Info 12406[18:05:41.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9493659995496273 +Info 12407[18:05:41.703] Format host information updated +Info 12408[18:05:42.224] Format host information updated +Info 12409[18:05:42.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12410[18:05:42.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 981 structureChanged: false structureIsReused:: Completely Elapsed: 8.28753500059247ms +Info 12411[18:05:42.233] Different program with same set of files +Info 12412[18:05:42.358] getCompletionData: Get current token: 0.0011520013213157654 +Info 12413[18:05:42.358] getCompletionData: Is inside comment: 0.0049859993159770966 +Info 12414[18:05:42.358] getCompletionData: Get previous token: 0.0037789996713399887 +Info 12415[18:05:42.358] getCompletionsAtPosition: isCompletionListBlocker: 0.00817199982702732 +Info 12416[18:05:42.359] getExportInfoMap: cache hit +Info 12417[18:05:42.370] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 12418[18:05:42.370] collectAutoImports: response is complete +Info 12419[18:05:42.370] collectAutoImports: 11.741198999807239 +Info 12420[18:05:42.370] getCompletionData: Semantic work: 12.402834998443723 +Info 12421[18:05:42.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6904089991003275 +Info 12422[18:05:42.500] getCompletionData: Get current token: 0.0013739988207817078 +Info 12423[18:05:42.500] getCompletionData: Is inside comment: 0.005591999739408493 +Info 12424[18:05:42.500] getCompletionData: Get previous token: 0.004280999302864075 +Info 12425[18:05:42.500] getCompletionsAtPosition: isCompletionListBlocker: 0.008856000378727913 +Info 12426[18:05:42.500] getExportInfoMap: cache hit +Info 12427[18:05:42.509] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 12428[18:05:42.509] collectAutoImports: response is complete +Info 12429[18:05:42.509] collectAutoImports: 8.788859000429511 +Info 12430[18:05:42.509] getCompletionData: Semantic work: 9.516698999330401 +Info 12431[18:05:42.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.809112999588251 +Info 12432[18:05:42.601] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12433[18:05:42.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 982 structureChanged: false structureIsReused:: Completely Elapsed: 7.244722001254559ms +Info 12434[18:05:42.608] Different program with same set of files +Info 12435[18:05:42.608] getCompletionData: Get current token: 0.0012960005551576614 +Info 12436[18:05:42.609] getCompletionData: Is inside comment: 0.005051000043749809 +Info 12437[18:05:42.609] getCompletionData: Get previous token: 0.014107000082731247 +Info 12438[18:05:42.609] getCompletionsAtPosition: isCompletionListBlocker: 0.007633000612258911 +Info 12439[18:05:42.610] getExportInfoMap: cache hit +Info 12440[18:05:42.612] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12441[18:05:42.612] collectAutoImports: response is complete +Info 12442[18:05:42.612] collectAutoImports: 1.8081390000879765 +Info 12443[18:05:42.612] getCompletionData: Semantic work: 3.801060000434518 +Info 12444[18:05:42.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2877869997173548 +Info 12445[18:05:42.614] Format host information updated +Info 12446[18:05:42.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12447[18:05:42.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 983 structureChanged: false structureIsReused:: Completely Elapsed: 7.188136000186205ms +Info 12448[18:05:42.807] Different program with same set of files +Info 12449[18:05:42.807] getCompletionData: Get current token: 0.0013420004397630692 +Info 12450[18:05:42.807] getCompletionData: Is inside comment: 0.005031999200582504 +Info 12451[18:05:42.807] getCompletionData: Get previous token: 0.01471099816262722 +Info 12452[18:05:42.807] getCompletionsAtPosition: isCompletionListBlocker: 0.007604999467730522 +Info 12453[18:05:42.808] getExportInfoMap: cache hit +Info 12454[18:05:42.810] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12455[18:05:42.810] collectAutoImports: response is complete +Info 12456[18:05:42.810] collectAutoImports: 1.6550679989159107 +Info 12457[18:05:42.810] getCompletionData: Semantic work: 2.2510759998112917 +Info 12458[18:05:42.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1519830003380775 +Info 12459[18:05:42.812] Format host information updated +Info 12460[18:05:43.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12461[18:05:43.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 984 structureChanged: false structureIsReused:: Completely Elapsed: 15.487142000347376ms +Info 12462[18:05:43.051] Different program with same set of files +Info 12463[18:05:43.051] getCompletionData: Get current token: 0.0025749988853931427 +Info 12464[18:05:43.051] getCompletionData: Is inside comment: 0.01146399974822998 +Info 12465[18:05:43.051] getCompletionData: Get previous token: 0.029893001541495323 +Info 12466[18:05:43.051] getCompletionsAtPosition: isCompletionListBlocker: 0.014744998887181282 +Info 12467[18:05:43.052] getExportInfoMap: cache hit +Info 12468[18:05:43.056] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12469[18:05:43.056] collectAutoImports: response is complete +Info 12470[18:05:43.056] collectAutoImports: 3.356565000489354 +Info 12471[18:05:43.056] getCompletionData: Semantic work: 4.595558999106288 +Info 12472[18:05:43.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.682438001036644 +Info 12473[18:05:43.058] Format host information updated +Info 12474[18:05:43.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12475[18:05:43.197] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 985 structureChanged: false structureIsReused:: Completely Elapsed: 27.75058599933982ms +Info 12476[18:05:43.197] Different program with same set of files +Info 12477[18:05:43.198] getCompletionData: Get current token: 0.004879999905824661 +Info 12478[18:05:43.198] getCompletionData: Is inside comment: 0.0229559987783432 +Info 12479[18:05:43.198] getCompletionData: Get previous token: 0.05927100032567978 +Info 12480[18:05:43.198] getCompletionsAtPosition: isCompletionListBlocker: 0.027706000953912735 +Info 12481[18:05:43.200] getExportInfoMap: cache hit +Info 12482[18:05:43.211] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 91 from cache +Info 12483[18:05:43.211] collectAutoImports: response is complete +Info 12484[18:05:43.211] collectAutoImports: 10.674060000106692 +Info 12485[18:05:43.211] getCompletionData: Semantic work: 12.561823999509215 +Info 12486[18:05:43.213] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.190183999016881 +Info 12487[18:05:43.214] Format host information updated +Info 12488[18:05:43.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12489[18:05:43.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 986 structureChanged: false structureIsReused:: Completely Elapsed: 28.916662000119686ms +Info 12490[18:05:43.345] Different program with same set of files +Info 12491[18:05:43.346] getCompletionData: Get current token: 0.004050999879837036 +Info 12492[18:05:43.346] getCompletionData: Is inside comment: 0.01988700032234192 +Info 12493[18:05:43.346] getCompletionData: Get previous token: 0.0142000000923872 +Info 12494[18:05:43.346] getCompletionsAtPosition: isCompletionListBlocker: 0.020395999774336815 +Info 12495[18:05:43.347] getExportInfoMap: cache hit +Info 12496[18:05:43.371] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 906 from cache +Info 12497[18:05:43.371] collectAutoImports: response is complete +Info 12498[18:05:43.371] collectAutoImports: 23.267009999603033 +Info 12499[18:05:43.371] getCompletionData: Semantic work: 24.783061001449823 +Info 12500[18:05:43.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1284679993987083 +Info 12501[18:05:43.377] Format host information updated +Info 12502[18:05:43.907] getCompletionData: Get current token: 0.00336499884724617 +Info 12503[18:05:43.907] getCompletionData: Is inside comment: 0.001042000949382782 +Info 12504[18:05:43.907] getCompletionData: Get previous token: 0.012713000178337097 +Info 12505[18:05:43.907] getCompletionsAtPosition: isCompletionListBlocker: 0.0021009985357522964 +Info 12506[18:05:43.908] getCompletionData: Semantic work: 0.35776299983263016 +Info 12507[18:05:43.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.986770998686552 +Info 12508[18:05:44.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12509[18:05:44.082] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 987 structureChanged: false structureIsReused:: Completely Elapsed: 8.192020000889897ms +Info 12510[18:05:44.082] Different program with same set of files +Info 12511[18:05:44.082] getCompletionData: Get current token: 0.004333999007940292 +Info 12512[18:05:44.082] getCompletionData: Is inside comment: 0.0014910008758306503 +Info 12513[18:05:44.082] getCompletionData: Get previous token: 0.017795000225305557 +Info 12514[18:05:44.082] getCompletionsAtPosition: isCompletionListBlocker: 0.002080000936985016 +Info 12515[18:05:44.083] getCompletionData: Semantic work: 0.6799449995160103 +Info 12516[18:05:44.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.670717000961304 +Info 12517[18:05:44.088] Format host information updated +Info 12518[18:05:44.212] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12519[18:05:44.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 988 structureChanged: false structureIsReused:: Completely Elapsed: 7.937906000763178ms +Info 12520[18:05:44.220] Different program with same set of files +Info 12521[18:05:44.220] getCompletionData: Get current token: 0.003188999369740486 +Info 12522[18:05:44.220] getCompletionData: Is inside comment: 0.0010759998112916946 +Info 12523[18:05:44.220] getCompletionData: Get previous token: 0.013206999748945236 +Info 12524[18:05:44.220] getCompletionsAtPosition: isCompletionListBlocker: 0.0021399985998868942 +Info 12525[18:05:44.220] getCompletionData: Semantic work: 0.48566499911248684 +Info 12526[18:05:44.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4485509991645813 +Info 12527[18:05:44.222] Format host information updated +Info 12528[18:05:44.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12529[18:05:44.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 989 structureChanged: false structureIsReused:: Completely Elapsed: 20.402704998850822ms +Info 12530[18:05:44.317] Different program with same set of files +Info 12531[18:05:44.318] getCompletionData: Get current token: 0.012014999985694885 +Info 12532[18:05:44.318] getCompletionData: Is inside comment: 0.004236999899148941 +Info 12533[18:05:44.318] getCompletionData: Get previous token: 0.048523999750614166 +Info 12534[18:05:44.318] getCompletionsAtPosition: isCompletionListBlocker: 0.004758000373840332 +Info 12535[18:05:44.319] getCompletionData: Semantic work: 1.5143529996275902 +Info 12536[18:05:44.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.29900199919939 +Info 12537[18:05:44.329] Format host information updated +Info 12538[18:05:44.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12539[18:05:44.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 990 structureChanged: false structureIsReused:: Completely Elapsed: 6.7047009989619255ms +Info 12540[18:05:44.442] Different program with same set of files +Info 12541[18:05:44.442] getCompletionData: Get current token: 0.003434000536799431 +Info 12542[18:05:44.442] getCompletionData: Is inside comment: 0.0010999999940395355 +Info 12543[18:05:44.442] getCompletionData: Get previous token: 0.014064999297261238 +Info 12544[18:05:44.442] getCompletionsAtPosition: isCompletionListBlocker: 0.001714000478386879 +Info 12545[18:05:44.443] getCompletionData: Semantic work: 0.48640899918973446 +Info 12546[18:05:44.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.400417998433113 +Info 12547[18:05:44.444] Format host information updated +Info 12548[18:05:44.608] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12549[18:05:44.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 991 structureChanged: false structureIsReused:: Completely Elapsed: 9.813959000632167ms +Info 12550[18:05:44.618] Different program with same set of files +Info 12551[18:05:44.618] getCompletionData: Get current token: 0.0036559998989105225 +Info 12552[18:05:44.618] getCompletionData: Is inside comment: 0.00122000090777874 +Info 12553[18:05:44.619] getCompletionData: Get previous token: 0.014547999948263168 +Info 12554[18:05:44.619] getCompletionsAtPosition: isCompletionListBlocker: 0.001860000193119049 +Info 12555[18:05:44.619] getCompletionData: Semantic work: 0.5315409991890192 +Info 12556[18:05:44.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.207048999145627 +Info 12557[18:05:44.621] Format host information updated +Info 12558[18:07:41.596] Format host information updated +Info 12559[18:07:41.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12560[18:07:41.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 992 structureChanged: false structureIsReused:: Completely Elapsed: 6.463776001706719ms +Info 12561[18:07:41.602] Different program with same set of files +Info 12562[18:07:44.549] Search path: /home/orion/src/purescript-puppeteer/src +Info 12563[18:07:44.549] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12564[18:07:44.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12565[18:07:44.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 993 structureChanged: false structureIsReused:: Completely Elapsed: 10.186370998620987ms +Info 12566[18:07:44.560] Different program with same set of files +Info 12567[18:07:44.560] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 12567[18:07:44.560] Files (137) + +Info 12567[18:07:44.560] ----------------------------------------------- +Info 12567[18:07:44.560] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 12567[18:07:44.560] Files (271) + +Info 12567[18:07:44.560] ----------------------------------------------- +Info 12567[18:07:44.560] Open files: +Info 12567[18:07:44.560] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12567[18:07:44.560] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12567[18:07:44.560] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12567[18:07:44.560] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12567[18:07:44.560] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12567[18:07:44.560] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12567[18:07:44.560] Format host information updated +Info 12568[18:07:44.977] Format host information updated +Info 12569[18:07:44.978] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12570[18:07:44.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 994 structureChanged: false structureIsReused:: Completely Elapsed: 10.214817998930812ms +Info 12571[18:07:44.988] Different program with same set of files +Info 12572[18:07:45.511] Format host information updated +Info 12573[18:07:45.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12574[18:07:45.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 995 structureChanged: false structureIsReused:: Completely Elapsed: 8.99991500005126ms +Info 12575[18:07:45.521] Different program with same set of files +Info 12576[18:12:40.407] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 12577[18:12:40.408] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.purs +Info 12578[18:12:40.408] Elapsed:: 1.5133940000087023ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 12579[18:12:40.408] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 12580[18:12:40.409] Elapsed:: 0.7288859989494085ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 12581[18:14:39.622] Search path: /home/orion/src/purescript-puppeteer/src +Info 12582[18:14:39.622] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12583[18:14:39.626] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12584[18:14:39.834] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 207.35100600123405ms +Info 12585[18:14:39.834] Project '/dev/null/inferredProject2*' (Inferred) +Info 12586[18:14:39.834] Files (108) + +Info 12587[18:14:39.834] ----------------------------------------------- +Info 12588[18:14:39.837] AutoImportProviderProject: found 6 root files in 6 dependencies in 2.825442999601364 ms +Info 12589[18:14:39.838] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject3* +Info 12590[18:14:40.115] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 277.03444899991155ms +Info 12591[18:14:40.115] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12592[18:14:40.115] Files (186) + +Info 12593[18:14:40.115] ----------------------------------------------- +Info 12594[18:14:40.116] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 12594[18:14:40.116] Files (137) + +Info 12594[18:14:40.116] ----------------------------------------------- +Info 12594[18:14:40.116] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 12594[18:14:40.116] Files (271) + +Info 12594[18:14:40.116] ----------------------------------------------- +Info 12594[18:14:40.116] Project '/dev/null/inferredProject2*' (Inferred) +Info 12594[18:14:40.116] Files (108) + +Info 12594[18:14:40.116] ----------------------------------------------- +Info 12594[18:14:40.116] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12594[18:14:40.116] Files (186) + +Info 12594[18:14:40.116] ----------------------------------------------- +Info 12594[18:14:40.116] Open files: +Info 12594[18:14:40.116] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12594[18:14:40.116] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12594[18:14:40.116] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12594[18:14:40.116] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12594[18:14:40.116] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12594[18:14:40.116] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12594[18:14:40.116] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12594[18:14:40.116] Projects: /dev/null/inferredProject2* +Info 12594[18:14:40.116] Format host information updated +Info 12595[18:14:40.117] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12596[18:14:40.117] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.14883000031113625ms +Info 12597[18:14:40.118] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12598[18:14:40.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 23.63843199983239ms +Info 12599[18:14:40.142] Project '/dev/null/inferredProject2*' (Inferred) +Info 12600[18:14:40.142] Files (130) + +Info 12601[18:14:40.142] ----------------------------------------------- +Info 12602[18:14:40.142] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12603[18:14:40.142] Files (186) + +Info 12604[18:14:40.142] ----------------------------------------------- +Info 12605[18:14:41.299] Format host information updated +Info 12606[18:14:41.299] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12607[18:14:41.306] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 6.79869799874723ms +Info 12608[18:14:41.306] Different program with same set of files +Info 12609[18:14:41.702] Format host information updated +Info 12610[18:14:41.702] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12611[18:14:41.710] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 8.237701000645757ms +Info 12612[18:14:41.710] Different program with same set of files +Info 12613[18:14:42.342] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12614[18:14:42.349] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 6.922772001475096ms +Info 12615[18:14:42.349] Different program with same set of files +Info 12616[18:14:42.349] getCompletionData: Get current token: 0.0009559988975524902 +Info 12617[18:14:42.349] getCompletionData: Is inside comment: 0.0034679993987083435 +Info 12618[18:14:42.349] getCompletionData: Get previous token: 0.0036440007388591766 +Info 12619[18:14:42.350] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.29610699974000454 ms +Info 12620[18:14:42.351] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject3* +Info 12621[18:14:42.356] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject3* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 5.1479749996215105ms +Info 12622[18:14:42.356] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12623[18:14:42.356] Files (179) + +Info 12624[18:14:42.356] ----------------------------------------------- +Info 12625[18:14:42.356] getExportInfoMap: cache miss or empty; calculating new results +Info 12626[18:14:42.387] forEachExternalModuleToImportFrom autoImportProvider: 17.87398099899292 +Info 12627[18:14:42.387] getExportInfoMap: done in 37.206088999286294 ms +Info 12628[18:14:42.395] collectAutoImports: resolved 2 module specifiers, plus 29 ambient and 2 from cache +Info 12629[18:14:42.395] collectAutoImports: response is complete +Info 12630[18:14:42.395] collectAutoImports: 7.865937998518348 +Info 12631[18:14:42.395] getCompletionData: Semantic work: 45.78881299868226 +Info 12632[18:14:42.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0800839997828007 +Info 12633[18:14:42.397] Format host information updated +Info 12634[18:14:42.452] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12635[18:14:42.462] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 9.26125300116837ms +Info 12636[18:14:42.462] Different program with same set of files +Info 12637[18:14:42.462] getCompletionData: Get current token: 0.0019730012863874435 +Info 12638[18:14:42.462] getCompletionData: Is inside comment: 0.007464000955224037 +Info 12639[18:14:42.462] getCompletionData: Get previous token: 0.007138000801205635 +Info 12640[18:14:42.463] getExportInfoMap: cache hit +Info 12641[18:14:42.466] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 12642[18:14:42.466] collectAutoImports: response is complete +Info 12643[18:14:42.466] collectAutoImports: 2.6697990000247955 +Info 12644[18:14:42.466] getCompletionData: Semantic work: 3.414300000295043 +Info 12645[18:14:42.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2049389984458685 +Info 12646[18:14:42.468] Format host information updated +Info 12647[18:14:42.553] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12648[18:14:42.578] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 24.362240999937057ms +Info 12649[18:14:42.578] Different program with same set of files +Info 12650[18:14:42.578] getCompletionData: Get current token: 0.003874000161886215 +Info 12651[18:14:42.578] getCompletionData: Is inside comment: 0.015395000576972961 +Info 12652[18:14:42.578] getCompletionData: Get previous token: 0.015380000695586205 +Info 12653[18:14:42.580] getExportInfoMap: cache hit +Info 12654[18:14:42.585] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 12655[18:14:42.585] collectAutoImports: response is complete +Info 12656[18:14:42.585] collectAutoImports: 5.209758998826146 +Info 12657[18:14:42.585] getCompletionData: Semantic work: 6.845582000911236 +Info 12658[18:14:42.587] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8344240002334118 +Info 12659[18:14:42.591] Format host information updated +Info 12660[18:14:42.619] Before ensureProjectForOpenFiles: +Info 12661[18:14:42.619] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 12661[18:14:42.619] Files (137) + +Info 12661[18:14:42.619] ----------------------------------------------- +Info 12661[18:14:42.619] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 12661[18:14:42.619] Files (271) + +Info 12661[18:14:42.619] ----------------------------------------------- +Info 12661[18:14:42.619] Project '/dev/null/inferredProject2*' (Inferred) +Info 12661[18:14:42.619] Files (130) + +Info 12661[18:14:42.619] ----------------------------------------------- +Info 12661[18:14:42.619] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12661[18:14:42.619] Files (179) + +Info 12661[18:14:42.619] ----------------------------------------------- +Info 12661[18:14:42.619] Open files: +Info 12661[18:14:42.619] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12661[18:14:42.619] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12661[18:14:42.619] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12661[18:14:42.619] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12661[18:14:42.619] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12661[18:14:42.619] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12661[18:14:42.619] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12661[18:14:42.619] Projects: /dev/null/inferredProject2* +Info 12661[18:14:42.619] After ensureProjectForOpenFiles: +Info 12662[18:14:42.619] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 12662[18:14:42.619] Files (137) + +Info 12662[18:14:42.619] ----------------------------------------------- +Info 12662[18:14:42.619] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 12662[18:14:42.619] Files (271) + +Info 12662[18:14:42.619] ----------------------------------------------- +Info 12662[18:14:42.619] Project '/dev/null/inferredProject2*' (Inferred) +Info 12662[18:14:42.619] Files (130) + +Info 12662[18:14:42.619] ----------------------------------------------- +Info 12662[18:14:42.619] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12662[18:14:42.619] Files (179) + +Info 12662[18:14:42.619] ----------------------------------------------- +Info 12662[18:14:42.619] Open files: +Info 12662[18:14:42.619] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12662[18:14:42.619] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12662[18:14:42.619] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12662[18:14:42.619] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12662[18:14:42.619] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12662[18:14:42.619] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12662[18:14:42.619] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12662[18:14:42.619] Projects: /dev/null/inferredProject2* +Info 12662[18:14:42.619] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js +Info 12663[18:14:42.666] Format host information updated +Info 12664[18:14:42.667] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12665[18:14:42.690] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 23.66193599998951ms +Info 12666[18:14:42.690] Different program with same set of files +Info 12667[18:14:42.861] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12668[18:14:42.867] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 6.034020001068711ms +Info 12669[18:14:42.867] Different program with same set of files +Info 12670[18:14:42.867] getCompletionData: Get current token: 0.001148998737335205 +Info 12671[18:14:42.867] getCompletionData: Is inside comment: 0.0035069994628429413 +Info 12672[18:14:42.867] getCompletionData: Get previous token: 0.005633000284433365 +Info 12673[18:14:42.867] getCompletionsAtPosition: isCompletionListBlocker: 0.006862999871373177 +Info 12674[18:14:42.868] getExportInfoMap: cache hit +Info 12675[18:14:42.875] collectAutoImports: resolved 9 module specifiers, plus 150 ambient and 25 from cache +Info 12676[18:14:42.875] collectAutoImports: response is complete +Info 12677[18:14:42.875] collectAutoImports: 6.858960999175906 +Info 12678[18:14:42.875] getCompletionData: Semantic work: 7.424463000148535 +Info 12679[18:14:42.880] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.228457998484373 +Info 12680[18:14:42.882] Format host information updated +Info 12681[18:14:42.923] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12682[18:14:42.933] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 9.276063000783324ms +Info 12683[18:14:42.933] Different program with same set of files +Info 12684[18:14:42.933] getCompletionData: Get current token: 0.0019039995968341827 +Info 12685[18:14:42.933] getCompletionData: Is inside comment: 0.011547999456524849 +Info 12686[18:14:42.933] getCompletionData: Get previous token: 0.010077999904751778 +Info 12687[18:14:42.933] getCompletionsAtPosition: isCompletionListBlocker: 0.009361999109387398 +Info 12688[18:14:42.934] getExportInfoMap: cache hit +Info 12689[18:14:42.941] collectAutoImports: resolved 0 module specifiers, plus 74 ambient and 26 from cache +Info 12690[18:14:42.941] collectAutoImports: response is complete +Info 12691[18:14:42.941] collectAutoImports: 7.1308219991624355 +Info 12692[18:14:42.941] getCompletionData: Semantic work: 8.001318000257015 +Info 12693[18:14:42.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.383790999650955 +Info 12694[18:14:42.945] Format host information updated +Info 12695[18:14:43.012] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12696[18:14:43.041] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 29.314441999420524ms +Info 12697[18:14:43.041] Different program with same set of files +Info 12698[18:14:43.041] getCompletionData: Get current token: 0.003215000033378601 +Info 12699[18:14:43.041] getCompletionData: Is inside comment: 0.011468000710010529 +Info 12700[18:14:43.041] getCompletionData: Get previous token: 0.016349999234080315 +Info 12701[18:14:43.041] getCompletionsAtPosition: isCompletionListBlocker: 0.016812000423669815 +Info 12702[18:14:43.043] getExportInfoMap: cache hit +Info 12703[18:14:43.051] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 19 from cache +Info 12704[18:14:43.051] collectAutoImports: response is complete +Info 12705[18:14:43.051] collectAutoImports: 8.055049000307918 +Info 12706[18:14:43.051] getCompletionData: Semantic work: 9.47622000053525 +Info 12707[18:14:43.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.037425000220537 +Info 12708[18:14:43.055] Format host information updated +Info 12709[18:14:43.098] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12710[18:14:43.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 10.886957999318838ms +Info 12711[18:14:43.109] Different program with same set of files +Info 12712[18:14:43.109] getCompletionData: Get current token: 0.0022609997540712357 +Info 12713[18:14:43.109] getCompletionData: Is inside comment: 0.008342999964952469 +Info 12714[18:14:43.109] getCompletionData: Get previous token: 0.01339700073003769 +Info 12715[18:14:43.109] getCompletionsAtPosition: isCompletionListBlocker: 0.012245001271367073 +Info 12716[18:14:43.110] getExportInfoMap: cache hit +Info 12717[18:14:43.137] collectAutoImports: resolved 4 module specifiers, plus 1023 ambient and 163 from cache +Info 12718[18:14:43.137] collectAutoImports: response is complete +Info 12719[18:14:43.137] collectAutoImports: 26.379287000745535 +Info 12720[18:14:43.137] getCompletionData: Semantic work: 27.351458000019193 +Info 12721[18:14:43.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5049639996141195 +Info 12722[18:14:43.149] Format host information updated +Info 12723[18:14:43.177] Format host information updated +Info 12724[18:14:43.177] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12725[18:14:43.183] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 5.696727000176907ms +Info 12726[18:14:43.183] Different program with same set of files +Info 12727[18:14:43.362] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12728[18:14:43.368] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 5.931982999667525ms +Info 12729[18:14:43.368] Different program with same set of files +Info 12730[18:14:43.368] getCompletionData: Get current token: 0.0012320000678300858 +Info 12731[18:14:43.368] getCompletionData: Is inside comment: 0.006439998745918274 +Info 12732[18:14:43.368] getCompletionData: Get previous token: 0.008425001055002213 +Info 12733[18:14:43.368] getCompletionsAtPosition: isCompletionListBlocker: 0.001212000846862793 +Info 12734[18:14:43.368] Returning an empty list because completion was requested in an invalid position. +Info 12735[18:14:43.368] Format host information updated +Info 12736[18:14:43.610] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12737[18:14:43.616] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 6.124769000336528ms +Info 12738[18:14:43.616] Different program with same set of files +Info 12739[18:14:43.616] getCompletionData: Get current token: 0.0011049993336200714 +Info 12740[18:14:43.616] getCompletionData: Is inside comment: 0.0046790000051259995 +Info 12741[18:14:43.616] getCompletionData: Get previous token: 0.008710000663995743 +Info 12742[18:14:43.616] getCompletionsAtPosition: isCompletionListBlocker: 0.0012800004333257675 +Info 12743[18:14:43.616] Returning an empty list because completion was requested in an invalid position. +Info 12744[18:14:43.617] Format host information updated +Info 12745[18:14:43.675] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12746[18:14:43.681] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 6.3183970004320145ms +Info 12747[18:14:43.681] Different program with same set of files +Info 12748[18:14:43.682] getCompletionData: Get current token: 0.0011700000613927841 +Info 12749[18:14:43.682] getCompletionData: Is inside comment: 0.004928000271320343 +Info 12750[18:14:43.682] getCompletionData: Get previous token: 0.008464999496936798 +Info 12751[18:14:43.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0013540014624595642 +Info 12752[18:14:43.682] Returning an empty list because completion was requested in an invalid position. +Info 12753[18:14:43.684] Format host information updated +Info 12754[18:14:43.770] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12755[18:14:43.777] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 6.32850799895823ms +Info 12756[18:14:43.777] Different program with same set of files +Info 12757[18:14:43.777] getCompletionData: Get current token: 0.0011240001767873764 +Info 12758[18:14:43.777] getCompletionData: Is inside comment: 0.0048299990594387054 +Info 12759[18:14:43.777] getCompletionData: Get previous token: 0.008227000012993813 +Info 12760[18:14:43.777] getCompletionsAtPosition: isCompletionListBlocker: 0.0013500005006790161 +Info 12761[18:14:43.777] Returning an empty list because completion was requested in an invalid position. +Info 12762[18:14:43.777] Format host information updated +Info 12763[18:14:43.908] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12764[18:14:43.914] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 5.671378999948502ms +Info 12765[18:14:43.914] Different program with same set of files +Info 12766[18:14:43.914] getCompletionData: Get current token: 0.0008939988911151886 +Info 12767[18:14:43.914] getCompletionData: Is inside comment: 0.0041690003126859665 +Info 12768[18:14:43.914] getCompletionData: Get previous token: 0.0075630005449056625 +Info 12769[18:14:43.914] getCompletionsAtPosition: isCompletionListBlocker: 0.0014049988240003586 +Info 12770[18:14:43.914] Returning an empty list because completion was requested in an invalid position. +Info 12771[18:14:43.916] Format host information updated +Info 12772[18:14:44.082] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12773[18:14:44.088] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 5.6825959999114275ms +Info 12774[18:14:44.088] Different program with same set of files +Info 12775[18:14:44.088] getCompletionData: Get current token: 0.0009129997342824936 +Info 12776[18:14:44.088] getCompletionData: Is inside comment: 0.004209998995065689 +Info 12777[18:14:44.088] getCompletionData: Get previous token: 0.007521999999880791 +Info 12778[18:14:44.088] getCompletionsAtPosition: isCompletionListBlocker: 0.0014159996062517166 +Info 12779[18:14:44.088] Returning an empty list because completion was requested in an invalid position. +Info 12780[18:14:44.088] Format host information updated +Info 12781[18:14:44.197] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12782[18:14:44.203] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 5.728714998811483ms +Info 12783[18:14:44.203] Different program with same set of files +Info 12784[18:14:44.203] getCompletionData: Get current token: 0.0009470004588365555 +Info 12785[18:14:44.203] getCompletionData: Is inside comment: 0.004202000796794891 +Info 12786[18:14:44.203] getCompletionData: Get previous token: 0.0072079990059137344 +Info 12787[18:14:44.203] getCompletionsAtPosition: isCompletionListBlocker: 0.0011670012027025223 +Info 12788[18:14:44.203] Returning an empty list because completion was requested in an invalid position. +Info 12789[18:14:44.204] Format host information updated +Info 12790[18:14:44.339] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12791[18:14:44.347] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 7.896588999778032ms +Info 12792[18:14:44.347] Different program with same set of files +Info 12793[18:14:44.347] getCompletionData: Get current token: 0.0008109994232654572 +Info 12794[18:14:44.347] getCompletionData: Is inside comment: 0.0036350004374980927 +Info 12795[18:14:44.347] getCompletionData: Get previous token: 0.006334999576210976 +Info 12796[18:14:44.347] getCompletionsAtPosition: isCompletionListBlocker: 0.001182999461889267 +Info 12797[18:14:44.347] Returning an empty list because completion was requested in an invalid position. +Info 12798[18:14:44.348] Format host information updated +Info 12799[18:14:44.489] Format host information updated +Info 12800[18:14:44.489] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12801[18:14:44.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 5.901956999674439ms +Info 12802[18:14:44.495] Different program with same set of files +Info 12803[18:14:45.621] Format host information updated +Info 12804[18:14:45.622] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12805[18:14:45.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 6.017680000513792ms +Info 12806[18:14:45.628] Different program with same set of files +Info 12807[18:14:45.692] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12808[18:14:45.705] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 13.140990000218153ms +Info 12809[18:14:45.705] Different program with same set of files +Info 12810[18:14:45.706] getCompletionData: Get current token: 0.0010729990899562836 +Info 12811[18:14:45.706] getCompletionData: Is inside comment: 0.004494998604059219 +Info 12812[18:14:45.706] getCompletionData: Get previous token: 0.0032500009983778 +Info 12813[18:14:45.706] getCompletionsAtPosition: isCompletionListBlocker: 0.006903000175952911 +Info 12814[18:14:45.706] getExportInfoMap: cache hit +Info 12815[18:14:45.726] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 12816[18:14:45.726] collectAutoImports: response is complete +Info 12817[18:14:45.726] collectAutoImports: 19.473950998857617 +Info 12818[18:14:45.726] getCompletionData: Semantic work: 20.061778001487255 +Info 12819[18:14:45.734] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.973577000200748 +Info 12820[18:14:45.744] Format host information updated +Info 12821[18:14:45.805] Format host information updated +Info 12822[18:14:45.805] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12823[18:14:45.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.333248000591993ms +Info 12824[18:14:45.811] Different program with same set of files +Info 12825[18:14:46.122] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12826[18:14:46.128] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 5.930439000949264ms +Info 12827[18:14:46.128] Different program with same set of files +Info 12828[18:14:46.128] getCompletionData: Get current token: 0.001148998737335205 +Info 12829[18:14:46.128] getCompletionData: Is inside comment: 0.004599999636411667 +Info 12830[18:14:46.128] getCompletionData: Get previous token: 0.00930900126695633 +Info 12831[18:14:46.128] getCompletionsAtPosition: isCompletionListBlocker: 0.006078001111745834 +Info 12832[18:14:46.129] getExportInfoMap: cache hit +Info 12833[18:14:46.132] collectAutoImports: resolved 0 module specifiers, plus 55 ambient and 2 from cache +Info 12834[18:14:46.132] collectAutoImports: response is complete +Info 12835[18:14:46.132] collectAutoImports: 2.803558001294732 +Info 12836[18:14:46.132] getCompletionData: Semantic work: 3.390805998817086 +Info 12837[18:14:46.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.128796000033617 +Info 12838[18:14:46.134] Format host information updated +Info 12839[18:14:46.187] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12840[18:14:46.202] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 14.869550000876188ms +Info 12841[18:14:46.202] Different program with same set of files +Info 12842[18:14:46.203] getCompletionData: Get current token: 0.0021399985998868942 +Info 12843[18:14:46.203] getCompletionData: Is inside comment: 0.056151000782847404 +Info 12844[18:14:46.203] getCompletionData: Get previous token: 0.02140600048005581 +Info 12845[18:14:46.203] getCompletionsAtPosition: isCompletionListBlocker: 0.015633000060915947 +Info 12846[18:14:46.204] getExportInfoMap: cache hit +Info 12847[18:14:46.208] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 1 from cache +Info 12848[18:14:46.208] collectAutoImports: response is complete +Info 12849[18:14:46.208] collectAutoImports: 4.5799550004303455 +Info 12850[18:14:46.208] getCompletionData: Semantic work: 5.617917001247406 +Info 12851[18:14:46.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9405120015144348 +Info 12852[18:14:46.212] Format host information updated +Info 12853[18:14:46.423] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12854[18:14:46.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.073038998991251ms +Info 12855[18:14:46.429] Different program with same set of files +Info 12856[18:14:46.430] getCompletionData: Get current token: 0.0009639989584684372 +Info 12857[18:14:46.430] getCompletionData: Is inside comment: 0.0036509986966848373 +Info 12858[18:14:46.430] getCompletionData: Get previous token: 0.007797000929713249 +Info 12859[18:14:46.430] getCompletionsAtPosition: isCompletionListBlocker: 0.006660999730229378 +Info 12860[18:14:46.430] getExportInfoMap: cache hit +Info 12861[18:14:46.433] collectAutoImports: resolved 0 module specifiers, plus 55 ambient and 2 from cache +Info 12862[18:14:46.433] collectAutoImports: response is complete +Info 12863[18:14:46.433] collectAutoImports: 2.4084610007703304 +Info 12864[18:14:46.433] getCompletionData: Semantic work: 2.893357001245022 +Info 12865[18:14:46.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9343469999730587 +Info 12866[18:14:46.434] Format host information updated +Info 12867[18:14:46.573] Format host information updated +Info 12868[18:14:46.574] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12869[18:14:46.582] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 8.081638999283314ms +Info 12870[18:14:46.582] Different program with same set of files +Info 12871[18:14:47.573] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12872[18:14:47.579] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.153172999620438ms +Info 12873[18:14:47.579] Different program with same set of files +Info 12874[18:14:47.579] getCompletionData: Get current token: 0.0012459997087717056 +Info 12875[18:14:47.579] getCompletionData: Is inside comment: 0.005654999986290932 +Info 12876[18:14:47.579] getCompletionData: Get previous token: 0.004506999626755714 +Info 12877[18:14:47.579] getCompletionsAtPosition: isCompletionListBlocker: 0.002877000719308853 +Info 12878[18:14:47.580] getExportInfoMap: cache hit +Info 12879[18:14:47.595] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 12880[18:14:47.595] collectAutoImports: response is complete +Info 12881[18:14:47.595] collectAutoImports: 15.213935000821948 +Info 12882[18:14:47.595] getCompletionData: Semantic work: 15.757021000608802 +Info 12883[18:14:47.601] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.607419999316335 +Info 12884[18:14:47.607] Format host information updated +Info 12885[18:14:47.633] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12886[18:14:47.638] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 5.650693999603391ms +Info 12887[18:14:47.638] Different program with same set of files +Info 12888[18:14:47.639] getCompletionData: Get current token: 0.0010280013084411621 +Info 12889[18:14:47.639] getCompletionData: Is inside comment: 0.004590000957250595 +Info 12890[18:14:47.639] getCompletionData: Get previous token: 0.0034659989178180695 +Info 12891[18:14:47.639] getCompletionsAtPosition: isCompletionListBlocker: 0.009044000878930092 +Info 12892[18:14:47.639] getExportInfoMap: cache hit +Info 12893[18:14:47.651] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 12894[18:14:47.651] collectAutoImports: response is complete +Info 12895[18:14:47.651] collectAutoImports: 12.260230999439955 +Info 12896[18:14:47.651] getCompletionData: Semantic work: 12.672446001321077 +Info 12897[18:14:47.656] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.55774199962616 +Info 12898[18:14:47.661] Format host information updated +Info 12899[18:14:47.718] getCompletionData: Get current token: 0.005302000790834427 +Info 12900[18:14:47.718] getCompletionData: Is inside comment: 0.001993998885154724 +Info 12901[18:14:47.718] getCompletionData: Get previous token: 0.01586100086569786 +Info 12902[18:14:47.718] getCompletionsAtPosition: isCompletionListBlocker: 0.005039999261498451 +Info 12903[18:14:47.718] getExportInfoMap: cache hit +Info 12904[18:14:47.730] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 12905[18:14:47.731] collectAutoImports: response is complete +Info 12906[18:14:47.731] collectAutoImports: 11.986995000392199 +Info 12907[18:14:47.731] getCompletionData: Semantic work: 12.893154000863433 +Info 12908[18:14:47.736] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.549587998539209 +Info 12909[18:14:50.843] getCompletionData: Get current token: 0.002411000430583954 +Info 12910[18:14:50.843] getCompletionData: Is inside comment: 0.0010550003498792648 +Info 12911[18:14:50.843] getCompletionData: Get previous token: 0.007875999435782433 +Info 12912[18:14:50.843] getCompletionsAtPosition: isCompletionListBlocker: 0.0036420002579689026 +Info 12913[18:14:50.843] getExportInfoMap: cache hit +Info 12914[18:14:50.852] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 12915[18:14:50.852] collectAutoImports: response is complete +Info 12916[18:14:50.852] collectAutoImports: 8.746154000982642 +Info 12917[18:14:50.852] getCompletionData: Semantic work: 9.26061400026083 +Info 12918[18:14:50.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.236651999875903 +Info 12919[18:14:51.387] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12920[18:14:51.393] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.085029000416398ms +Info 12921[18:14:51.393] Different program with same set of files +Info 12922[18:14:51.394] getCompletionData: Get current token: 0.0023049991577863693 +Info 12923[18:14:51.394] getCompletionData: Is inside comment: 0.0010309983044862747 +Info 12924[18:14:51.394] getCompletionData: Get previous token: 0.010893000289797783 +Info 12925[18:14:51.394] getCompletionsAtPosition: isCompletionListBlocker: 0.0023330003023147583 +Info 12926[18:14:51.394] getExportInfoMap: cache hit +Info 12927[18:14:51.398] collectAutoImports: resolved 0 module specifiers, plus 105 ambient and 14 from cache +Info 12928[18:14:51.398] collectAutoImports: response is complete +Info 12929[18:14:51.398] collectAutoImports: 3.4202229995280504 +Info 12930[18:14:51.398] getCompletionData: Semantic work: 3.95244599878788 +Info 12931[18:14:51.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2798720002174377 +Info 12932[18:14:51.400] Format host information updated +Info 12933[18:14:51.565] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12934[18:14:51.571] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 6.136275999248028ms +Info 12935[18:14:51.571] Different program with same set of files +Info 12936[18:14:51.571] getCompletionData: Get current token: 0.0031649991869926453 +Info 12937[18:14:51.571] getCompletionData: Is inside comment: 0.0012359991669654846 +Info 12938[18:14:51.571] getCompletionData: Get previous token: 0.014681000262498856 +Info 12939[18:14:51.571] getCompletionsAtPosition: isCompletionListBlocker: 0.0026099998503923416 +Info 12940[18:14:51.572] getExportInfoMap: cache hit +Info 12941[18:14:51.575] collectAutoImports: resolved 0 module specifiers, plus 45 ambient and 6 from cache +Info 12942[18:14:51.575] collectAutoImports: response is complete +Info 12943[18:14:51.575] collectAutoImports: 2.986904999241233 +Info 12944[18:14:51.575] getCompletionData: Semantic work: 3.560708999633789 +Info 12945[18:14:51.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.909629998728633 +Info 12946[18:14:51.579] Format host information updated +Info 12947[18:14:51.731] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12948[18:14:51.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 5.767306998372078ms +Info 12949[18:14:51.737] Different program with same set of files +Info 12950[18:14:51.737] getCompletionData: Get current token: 0.0024819988757371902 +Info 12951[18:14:51.737] getCompletionData: Is inside comment: 0.0009679999202489853 +Info 12952[18:14:51.737] getCompletionData: Get previous token: 0.011561000719666481 +Info 12953[18:14:51.737] getCompletionsAtPosition: isCompletionListBlocker: 0.0026730000972747803 +Info 12954[18:14:51.738] getExportInfoMap: cache hit +Info 12955[18:14:51.740] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 1 from cache +Info 12956[18:14:51.740] collectAutoImports: response is complete +Info 12957[18:14:51.740] collectAutoImports: 1.8789119999855757 +Info 12958[18:14:51.740] getCompletionData: Semantic work: 2.432082999497652 +Info 12959[18:14:51.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.80910399928689 +Info 12960[18:14:51.741] Format host information updated +Info 12961[18:14:51.867] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12962[18:14:51.873] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 5.926256000995636ms +Info 12963[18:14:51.873] Different program with same set of files +Info 12964[18:14:51.873] getCompletionData: Get current token: 0.0028230007737874985 +Info 12965[18:14:51.873] getCompletionData: Is inside comment: 0.001157999038696289 +Info 12966[18:14:51.873] getCompletionData: Get previous token: 0.015968000516295433 +Info 12967[18:14:51.873] getCompletionsAtPosition: isCompletionListBlocker: 0.003041999414563179 +Info 12968[18:14:51.874] getExportInfoMap: cache hit +Info 12969[18:14:51.876] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 12970[18:14:51.876] collectAutoImports: response is complete +Info 12971[18:14:51.876] collectAutoImports: 1.9737289994955063 +Info 12972[18:14:51.876] getCompletionData: Semantic work: 2.523469001054764 +Info 12973[18:14:51.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.941253999248147 +Info 12974[18:14:51.880] Format host information updated +Info 12975[18:14:52.923] Format host information updated +Info 12976[18:14:52.924] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12977[18:14:52.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 5.801790000870824ms +Info 12978[18:14:52.930] Different program with same set of files +Info 12979[18:14:53.128] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12980[18:14:53.134] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 5.833038000389934ms +Info 12981[18:14:53.134] Different program with same set of files +Info 12982[18:14:53.134] getCompletionData: Get current token: 0.01541300117969513 +Info 12983[18:14:53.134] getCompletionData: Is inside comment: 0.0038580000400543213 +Info 12984[18:14:53.134] getCompletionData: Get previous token: 0.007779000326991081 +Info 12985[18:14:53.134] getCompletionsAtPosition: isCompletionListBlocker: 0.006758000701665878 +Info 12986[18:14:53.135] getExportInfoMap: cache hit +Info 12987[18:14:53.138] collectAutoImports: resolved 0 module specifiers, plus 105 ambient and 14 from cache +Info 12988[18:14:53.138] collectAutoImports: response is complete +Info 12989[18:14:53.138] collectAutoImports: 3.251562999561429 +Info 12990[18:14:53.138] getCompletionData: Semantic work: 3.716620000079274 +Info 12991[18:14:53.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2780729997903109 +Info 12992[18:14:53.141] Format host information updated +Info 12993[18:14:53.373] Format host information updated +Info 12994[18:14:53.373] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12995[18:14:53.379] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.02972299978137ms +Info 12996[18:14:53.379] Different program with same set of files +Info 12997[18:14:53.486] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12998[18:14:53.492] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 5.985673999413848ms +Info 12999[18:14:53.492] Different program with same set of files +Info 13000[18:14:53.492] getCompletionData: Get current token: 0.0012449994683265686 +Info 13001[18:14:53.492] getCompletionData: Is inside comment: 0.005711998790502548 +Info 13002[18:14:53.492] getCompletionData: Get previous token: 0.003925999626517296 +Info 13003[18:14:53.492] getCompletionsAtPosition: isCompletionListBlocker: 0.007236000150442123 +Info 13004[18:14:53.492] getExportInfoMap: cache hit +Info 13005[18:14:53.507] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 13006[18:14:53.507] collectAutoImports: response is complete +Info 13007[18:14:53.507] collectAutoImports: 14.253383999690413 +Info 13008[18:14:53.507] getCompletionData: Semantic work: 14.769201999530196 +Info 13009[18:14:53.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.3292670007795095 +Info 13010[18:14:53.518] Format host information updated +Info 13011[18:14:53.777] Format host information updated +Info 13012[18:14:53.777] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13013[18:14:53.785] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 7.059820998460054ms +Info 13014[18:14:53.785] Different program with same set of files +Info 13015[18:14:53.895] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13016[18:14:53.901] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 5.616782000288367ms +Info 13017[18:14:53.901] Different program with same set of files +Info 13018[18:14:53.901] getCompletionData: Get current token: 0.0011219996958971024 +Info 13019[18:14:53.901] getCompletionData: Is inside comment: 0.004856999963521957 +Info 13020[18:14:53.901] getCompletionData: Get previous token: 0.003380998969078064 +Info 13021[18:14:53.901] getCompletionsAtPosition: isCompletionListBlocker: 0.0065369997173547745 +Info 13022[18:14:53.902] getExportInfoMap: cache hit +Info 13023[18:14:53.912] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 13024[18:14:53.912] collectAutoImports: response is complete +Info 13025[18:14:53.912] collectAutoImports: 10.16916599869728 +Info 13026[18:14:53.912] getCompletionData: Semantic work: 10.600259000435472 +Info 13027[18:14:53.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.098511001095176 +Info 13028[18:14:53.923] Format host information updated +Info 13029[18:14:54.188] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13030[18:14:54.194] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 6.0450360011309385ms +Info 13031[18:14:54.194] Different program with same set of files +Info 13032[18:14:54.194] getCompletionData: Get current token: 0.0011240001767873764 +Info 13033[18:14:54.194] getCompletionData: Is inside comment: 0.004969000816345215 +Info 13034[18:14:54.194] getCompletionData: Get previous token: 0.003564000129699707 +Info 13035[18:14:54.194] getCompletionsAtPosition: isCompletionListBlocker: 0.008349999785423279 +Info 13036[18:14:54.195] getExportInfoMap: cache hit +Info 13037[18:14:54.208] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 13038[18:14:54.208] collectAutoImports: response is complete +Info 13039[18:14:54.208] collectAutoImports: 13.227523000910878 +Info 13040[18:14:54.208] getCompletionData: Semantic work: 13.825404999777675 +Info 13041[18:14:54.213] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.950974998995662 +Info 13042[18:14:54.218] Format host information updated +Info 13043[18:14:54.254] Format host information updated +Info 13044[18:14:54.254] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13045[18:14:54.260] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 6.429318999871612ms +Info 13046[18:14:54.260] Different program with same set of files +Info 13047[18:14:59.308] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13048[18:14:59.316] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 7.690003998577595ms +Info 13049[18:14:59.316] Different program with same set of files +Info 13050[18:14:59.316] getCompletionData: Get current token: 0.0010669995099306107 +Info 13051[18:14:59.316] getCompletionData: Is inside comment: 0.004126999527215958 +Info 13052[18:14:59.316] getCompletionData: Get previous token: 0.009758999571204185 +Info 13053[18:14:59.316] getCompletionsAtPosition: isCompletionListBlocker: 0.007897000759840012 +Info 13054[18:14:59.317] getExportInfoMap: cache hit +Info 13055[18:14:59.320] collectAutoImports: resolved 0 module specifiers, plus 103 ambient and 24 from cache +Info 13056[18:14:59.320] collectAutoImports: response is complete +Info 13057[18:14:59.320] collectAutoImports: 3.432208999991417 +Info 13058[18:14:59.320] getCompletionData: Semantic work: 3.940574999898672 +Info 13059[18:14:59.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5026559997349977 +Info 13060[18:14:59.323] Format host information updated +Info 13061[18:14:59.396] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13062[18:14:59.402] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 5.546005001291633ms +Info 13063[18:14:59.402] Different program with same set of files +Info 13064[18:14:59.402] getCompletionData: Get current token: 0.0008729994297027588 +Info 13065[18:14:59.402] getCompletionData: Is inside comment: 0.004095999523997307 +Info 13066[18:14:59.402] getCompletionData: Get previous token: 0.00855799950659275 +Info 13067[18:14:59.402] getCompletionsAtPosition: isCompletionListBlocker: 0.006671000272035599 +Info 13068[18:14:59.403] getExportInfoMap: cache hit +Info 13069[18:14:59.404] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 10 from cache +Info 13070[18:14:59.405] collectAutoImports: response is complete +Info 13071[18:14:59.405] collectAutoImports: 1.9471579995006323 +Info 13072[18:14:59.405] getCompletionData: Semantic work: 2.4035700000822544 +Info 13073[18:14:59.405] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8901809994131327 +Info 13074[18:14:59.408] Format host information updated +Info 13075[18:14:59.679] Format host information updated +Info 13076[18:14:59.679] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13077[18:14:59.685] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 5.747853999957442ms +Info 13078[18:14:59.685] Different program with same set of files +Info 13079[18:14:59.885] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13080[18:14:59.891] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 5.779246998950839ms +Info 13081[18:14:59.891] Different program with same set of files +Info 13082[18:14:59.891] getCompletionData: Get current token: 0.0011080000549554825 +Info 13083[18:14:59.891] getCompletionData: Is inside comment: 0.0053560007363557816 +Info 13084[18:14:59.891] getCompletionData: Get previous token: 0.003783000633120537 +Info 13085[18:14:59.891] getCompletionsAtPosition: isCompletionListBlocker: 0.007245000451803207 +Info 13086[18:14:59.891] getExportInfoMap: cache hit +Info 13087[18:14:59.905] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 13088[18:14:59.905] collectAutoImports: response is complete +Info 13089[18:14:59.905] collectAutoImports: 13.290358001366258 +Info 13090[18:14:59.905] getCompletionData: Semantic work: 13.752222001552582 +Info 13091[18:14:59.910] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.870506001636386 +Info 13092[18:14:59.915] Format host information updated +Info 13093[18:15:00.116] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13094[18:15:00.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 8.008818000555038ms +Info 13095[18:15:00.124] Different program with same set of files +Info 13096[18:15:00.124] getCompletionData: Get current token: 0.0010579992085695267 +Info 13097[18:15:00.124] getCompletionData: Is inside comment: 0.00579100102186203 +Info 13098[18:15:00.125] getCompletionData: Get previous token: 0.004379000514745712 +Info 13099[18:15:00.125] getCompletionsAtPosition: isCompletionListBlocker: 0.008254000917077065 +Info 13100[18:15:00.125] getExportInfoMap: cache hit +Info 13101[18:15:00.136] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 13102[18:15:00.137] collectAutoImports: response is complete +Info 13103[18:15:00.137] collectAutoImports: 11.486589999869466 +Info 13104[18:15:00.137] getCompletionData: Semantic work: 11.98225799947977 +Info 13105[18:15:00.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.053759001195431 +Info 13106[18:15:00.149] Format host information updated +Info 13107[18:15:00.187] Format host information updated +Info 13108[18:15:00.187] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13109[18:15:00.194] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 7.038151999935508ms +Info 13110[18:15:00.194] Different program with same set of files +Info 13111[18:15:00.498] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13112[18:15:00.508] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 9.825872998684645ms +Info 13113[18:15:00.508] Different program with same set of files +Info 13114[18:15:00.508] getCompletionData: Get current token: 0.0019829999655485153 +Info 13115[18:15:00.508] getCompletionData: Is inside comment: 0.008673001080751419 +Info 13116[18:15:00.508] getCompletionData: Get previous token: 0.018605999648571014 +Info 13117[18:15:00.508] getCompletionsAtPosition: isCompletionListBlocker: 0.013346999883651733 +Info 13118[18:15:00.509] getExportInfoMap: cache hit +Info 13119[18:15:00.515] collectAutoImports: resolved 0 module specifiers, plus 94 ambient and 28 from cache +Info 13120[18:15:00.515] collectAutoImports: response is complete +Info 13121[18:15:00.515] collectAutoImports: 6.089214000850916 +Info 13122[18:15:00.515] getCompletionData: Semantic work: 6.928701000288129 +Info 13123[18:15:00.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.671418000012636 +Info 13124[18:15:00.519] Format host information updated +Info 13125[18:15:00.771] Format host information updated +Info 13126[18:15:00.771] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13127[18:15:00.777] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 5.887350000441074ms +Info 13128[18:15:00.777] Different program with same set of files +Info 13129[18:15:00.946] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13130[18:15:00.953] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 6.277182001620531ms +Info 13131[18:15:00.953] Different program with same set of files +Info 13132[18:15:00.953] getCompletionData: Get current token: 0.0010969992727041245 +Info 13133[18:15:00.953] getCompletionData: Is inside comment: 0.006202999502420425 +Info 13134[18:15:00.953] getCompletionData: Get previous token: 0.004513999447226524 +Info 13135[18:15:00.953] getCompletionsAtPosition: isCompletionListBlocker: 0.008801000192761421 +Info 13136[18:15:00.953] getExportInfoMap: cache hit +Info 13137[18:15:00.969] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 13138[18:15:00.969] collectAutoImports: response is complete +Info 13139[18:15:00.969] collectAutoImports: 15.370817000046372 +Info 13140[18:15:00.969] getCompletionData: Semantic work: 15.907130999490619 +Info 13141[18:15:00.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.607487000524998 +Info 13142[18:15:00.980] Format host information updated +Info 13143[18:15:01.210] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13144[18:15:01.217] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 7.652018001303077ms +Info 13145[18:15:01.217] Different program with same set of files +Info 13146[18:15:01.217] getCompletionData: Get current token: 0.0022660009562969208 +Info 13147[18:15:01.217] getCompletionData: Is inside comment: 0.0058820005506277084 +Info 13148[18:15:01.217] getCompletionData: Get previous token: 0.003942999988794327 +Info 13149[18:15:01.218] getCompletionsAtPosition: isCompletionListBlocker: 0.00897500105202198 +Info 13150[18:15:01.218] getExportInfoMap: cache hit +Info 13151[18:15:01.229] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 13152[18:15:01.229] collectAutoImports: response is complete +Info 13153[18:15:01.229] collectAutoImports: 11.05774899944663 +Info 13154[18:15:01.229] getCompletionData: Semantic work: 11.539133001118898 +Info 13155[18:15:01.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.801851000636816 +Info 13156[18:15:01.240] Format host information updated +Info 13157[18:15:01.269] Format host information updated +Info 13158[18:15:01.269] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13159[18:15:01.274] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 5.697002999484539ms +Info 13160[18:15:01.274] Different program with same set of files +Info 13161[18:15:03.176] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13162[18:15:03.181] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 5.72639499977231ms +Info 13163[18:15:03.181] Different program with same set of files +Info 13164[18:15:03.182] getCompletionData: Get current token: 0.0011390000581741333 +Info 13165[18:15:03.182] getCompletionData: Is inside comment: 0.004943998530507088 +Info 13166[18:15:03.182] getCompletionData: Get previous token: 0.011003000661730766 +Info 13167[18:15:03.182] getCompletionsAtPosition: isCompletionListBlocker: 0.008502999320626259 +Info 13168[18:15:03.182] getExportInfoMap: cache hit +Info 13169[18:15:03.186] collectAutoImports: resolved 0 module specifiers, plus 94 ambient and 28 from cache +Info 13170[18:15:03.186] collectAutoImports: response is complete +Info 13171[18:15:03.186] collectAutoImports: 3.4725340008735657 +Info 13172[18:15:03.186] getCompletionData: Semantic work: 3.9926840011030436 +Info 13173[18:15:03.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3763779997825623 +Info 13174[18:15:03.189] Format host information updated +Info 13175[18:15:03.404] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13176[18:15:03.410] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 5.3867060001939535ms +Info 13177[18:15:03.410] Different program with same set of files +Info 13178[18:15:03.410] getCompletionData: Get current token: 0.0009120013564825058 +Info 13179[18:15:03.410] getCompletionData: Is inside comment: 0.005160998553037643 +Info 13180[18:15:03.410] getCompletionData: Get previous token: 0.003900999203324318 +Info 13181[18:15:03.410] getCompletionsAtPosition: isCompletionListBlocker: 0.0015750005841255188 +Info 13182[18:15:03.410] getCompletionData: Semantic work: 0.16040899977087975 +Info 13183[18:15:03.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.01199900172650814 +Info 13184[18:15:03.448] Format host information updated +Info 13185[18:15:04.848] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13186[18:15:04.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 5.684242000803351ms +Info 13187[18:15:04.854] Different program with same set of files +Info 13188[18:15:04.854] getCompletionData: Get current token: 0.00085500068962574 +Info 13189[18:15:04.854] getCompletionData: Is inside comment: 0.004435999318957329 +Info 13190[18:15:04.854] getCompletionData: Get previous token: 0.010429998859763145 +Info 13191[18:15:04.854] getCompletionsAtPosition: isCompletionListBlocker: 0.006650999188423157 +Info 13192[18:15:04.854] getExportInfoMap: cache hit +Info 13193[18:15:04.857] collectAutoImports: resolved 0 module specifiers, plus 94 ambient and 28 from cache +Info 13194[18:15:04.857] collectAutoImports: response is complete +Info 13195[18:15:04.857] collectAutoImports: 2.999100999906659 +Info 13196[18:15:04.857] getCompletionData: Semantic work: 3.5229139998555183 +Info 13197[18:15:04.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2477130014449358 +Info 13198[18:15:04.862] Format host information updated +Info 13199[18:15:05.613] Format host information updated +Info 13200[18:15:05.613] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13201[18:15:05.619] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 5.463789999485016ms +Info 13202[18:15:05.619] Different program with same set of files +Info 13203[18:15:06.010] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13204[18:15:06.016] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 5.566487999632955ms +Info 13205[18:15:06.016] Different program with same set of files +Info 13206[18:15:06.016] getCompletionData: Get current token: 0.0028119999915361404 +Info 13207[18:15:06.016] getCompletionData: Is inside comment: 0.004282001405954361 +Info 13208[18:15:06.016] getCompletionData: Get previous token: 0.0029729995876550674 +Info 13209[18:15:06.016] getCompletionsAtPosition: isCompletionListBlocker: 0.003895999863743782 +Info 13210[18:15:06.016] Returning an empty list because completion was requested in an invalid position. +Info 13211[18:15:06.018] Format host information updated +Info 13212[18:15:06.172] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13213[18:15:06.178] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 5.587315000593662ms +Info 13214[18:15:06.178] Different program with same set of files +Info 13215[18:15:06.178] getCompletionData: Get current token: 0.000842999666929245 +Info 13216[18:15:06.178] getCompletionData: Is inside comment: 0.003048000857234001 +Info 13217[18:15:06.178] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13218[18:15:06.178] Format host information updated +Info 13219[18:15:06.313] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13220[18:15:06.319] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 5.821356000378728ms +Info 13221[18:15:06.319] Different program with same set of files +Info 13222[18:15:06.319] getCompletionData: Get current token: 0.0013889987021684647 +Info 13223[18:15:06.319] getCompletionData: Is inside comment: 0.004750000312924385 +Info 13224[18:15:06.320] Format host information updated +Info 13225[18:15:06.421] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13226[18:15:06.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 8.060494000092149ms +Info 13227[18:15:06.429] Different program with same set of files +Info 13228[18:15:06.430] getCompletionData: Get current token: 0.0014280006289482117 +Info 13229[18:15:06.430] getCompletionData: Is inside comment: 0.004657000303268433 +Info 13230[18:15:06.430] Format host information updated +Info 13231[18:15:06.763] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13232[18:15:06.768] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 5.619330000132322ms +Info 13233[18:15:06.768] Different program with same set of files +Info 13234[18:15:06.768] getCompletionData: Get current token: 0.001853998750448227 +Info 13235[18:15:06.768] getCompletionData: Is inside comment: 0.0060249995440244675 +Info 13236[18:15:06.768] getCompletionData: Get previous token: 0.0034960005432367325 +Info 13237[18:15:06.769] getCompletionsAtPosition: isCompletionListBlocker: 0.006010999903082848 +Info 13238[18:15:06.769] getExportInfoMap: cache hit +Info 13239[18:15:06.782] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 13240[18:15:06.782] collectAutoImports: response is complete +Info 13241[18:15:06.782] collectAutoImports: 13.315196000039577 +Info 13242[18:15:06.782] getCompletionData: Semantic work: 13.78188700042665 +Info 13243[18:15:06.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.749932000413537 +Info 13244[18:15:06.793] Format host information updated +Info 13245[18:15:06.821] getCompletionData: Get current token: 0.0016639996320009232 +Info 13246[18:15:06.821] getCompletionData: Is inside comment: 0.004986001178622246 +Info 13247[18:15:06.973] getCompletionData: Get current token: 0.0013829991221427917 +Info 13248[18:15:06.973] getCompletionData: Is inside comment: 0.005365999415516853 +Info 13249[18:15:07.211] Format host information updated +Info 13250[18:15:07.212] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13251[18:15:07.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 6.114886000752449ms +Info 13252[18:15:07.218] Different program with same set of files +Info 13253[18:15:07.298] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13254[18:15:07.304] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 5.737472999840975ms +Info 13255[18:15:07.304] Different program with same set of files +Info 13256[18:15:07.304] getCompletionData: Get current token: 0.0018859989941120148 +Info 13257[18:15:07.304] getCompletionData: Is inside comment: 0.006130998954176903 +Info 13258[18:15:07.305] Format host information updated +Info 13259[18:15:07.575] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13260[18:15:07.581] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 5.974871000275016ms +Info 13261[18:15:07.581] Different program with same set of files +Info 13262[18:15:07.582] getCompletionData: Get current token: 0.0017770007252693176 +Info 13263[18:15:07.582] getCompletionData: Is inside comment: 0.006287999451160431 +Info 13264[18:15:07.582] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13265[18:15:07.582] Format host information updated +Info 13266[18:15:07.845] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13267[18:15:07.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 7.769626999273896ms +Info 13268[18:15:07.853] Different program with same set of files +Info 13269[18:15:07.853] getCompletionData: Get current token: 0.0022860001772642136 +Info 13270[18:15:07.853] getCompletionData: Is inside comment: 0.00658000074326992 +Info 13271[18:15:07.853] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13272[18:15:07.853] Format host information updated +Info 13273[18:15:07.981] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13274[18:15:07.987] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 5.93138900026679ms +Info 13275[18:15:07.987] Different program with same set of files +Info 13276[18:15:07.987] getCompletionData: Get current token: 0.0017179995775222778 +Info 13277[18:15:07.987] getCompletionData: Is inside comment: 0.0056769996881484985 +Info 13278[18:15:07.987] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13279[18:15:07.987] Format host information updated +Info 13280[18:15:08.176] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13281[18:15:08.185] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 9.22095699980855ms +Info 13282[18:15:08.185] Different program with same set of files +Info 13283[18:15:08.186] getCompletionData: Get current token: 0.0026709996163845062 +Info 13284[18:15:08.186] getCompletionData: Is inside comment: 0.009096000343561172 +Info 13285[18:15:08.186] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13286[18:15:08.189] Format host information updated +Info 13287[18:15:08.236] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13288[18:15:08.248] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 11.921056000515819ms +Info 13289[18:15:08.248] Different program with same set of files +Info 13290[18:15:08.249] getCompletionData: Get current token: 0.0019009988754987717 +Info 13291[18:15:08.249] getCompletionData: Is inside comment: 0.007187999784946442 +Info 13292[18:15:08.249] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13293[18:15:08.249] Format host information updated +Info 13294[18:15:08.373] Format host information updated +Info 13295[18:15:08.374] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13296[18:15:08.392] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 18.791751999408007ms +Info 13297[18:15:08.393] Different program with same set of files +Info 13298[18:15:08.829] Format host information updated +Info 13299[18:15:08.830] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13300[18:15:08.835] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 5.684876998886466ms +Info 13301[18:15:08.835] Different program with same set of files +Info 13302[18:15:09.301] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13303[18:15:09.308] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 6.654116000980139ms +Info 13304[18:15:09.308] Different program with same set of files +Info 13305[18:15:09.308] getCompletionData: Get current token: 0.0024259984493255615 +Info 13306[18:15:09.308] getCompletionData: Is inside comment: 0.009763000532984734 +Info 13307[18:15:09.308] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13308[18:15:09.311] Format host information updated +Info 13309[18:15:09.439] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13310[18:15:09.446] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 6.858134999871254ms +Info 13311[18:15:09.446] Different program with same set of files +Info 13312[18:15:09.446] getCompletionData: Get current token: 0.002217000350356102 +Info 13313[18:15:09.446] getCompletionData: Is inside comment: 0.009115999564528465 +Info 13314[18:15:09.446] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13315[18:15:09.447] Format host information updated +Info 13316[18:15:09.573] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13317[18:15:09.579] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 5.962807999923825ms +Info 13318[18:15:09.579] Different program with same set of files +Info 13319[18:15:09.579] getCompletionData: Get current token: 0.001530999317765236 +Info 13320[18:15:09.579] getCompletionData: Is inside comment: 0.0063409991562366486 +Info 13321[18:15:09.579] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13322[18:15:09.581] Format host information updated +Info 13323[18:15:09.745] Format host information updated +Info 13324[18:15:09.745] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13325[18:15:09.751] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 5.372688999399543ms +Info 13326[18:15:09.751] Different program with same set of files +Info 13327[18:15:10.017] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13328[18:15:10.023] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 5.884874001145363ms +Info 13329[18:15:10.023] Different program with same set of files +Info 13330[18:15:10.023] getCompletionData: Get current token: 0.0019399989396333694 +Info 13331[18:15:10.023] getCompletionData: Is inside comment: 0.006803000345826149 +Info 13332[18:15:10.023] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13333[18:15:10.024] Format host information updated +Info 13334[18:15:10.176] Format host information updated +Info 13335[18:15:10.176] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13336[18:15:10.184] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 7.8737300001084805ms +Info 13337[18:15:10.184] Different program with same set of files +Info 13338[18:15:10.439] getCompletionData: Get current token: 0.0046720001846551895 +Info 13339[18:15:10.439] getCompletionData: Is inside comment: 0.01696300134062767 +Info 13340[18:15:10.440] getCompletionData: Get previous token: 0.010902998968958855 +Info 13341[18:15:10.440] getCompletionsAtPosition: isCompletionListBlocker: 0.01417899876832962 +Info 13342[18:15:10.441] getExportInfoMap: cache hit +Info 13343[18:15:10.458] collectAutoImports: resolved 3 module specifiers, plus 760 ambient and 231 from cache +Info 13344[18:15:10.458] collectAutoImports: response is complete +Info 13345[18:15:10.458] collectAutoImports: 17.33049700036645 +Info 13346[18:15:10.458] getCompletionData: Semantic work: 18.74595900066197 +Info 13347[18:15:10.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.6186270006001 +Info 13348[18:15:10.574] getCompletionData: Get current token: 0.003929000347852707 +Info 13349[18:15:10.574] getCompletionData: Is inside comment: 0.01123499870300293 +Info 13350[18:15:10.574] getCompletionData: Get previous token: 0.010475000366568565 +Info 13351[18:15:10.574] getCompletionsAtPosition: isCompletionListBlocker: 0.0034950003027915955 +Info 13352[18:15:10.574] getExportInfoMap: cache hit +Info 13353[18:15:10.587] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13354[18:15:10.587] collectAutoImports: response is complete +Info 13355[18:15:10.587] collectAutoImports: 12.295576998963952 +Info 13356[18:15:10.587] getCompletionData: Semantic work: 13.007190000265837 +Info 13357[18:15:10.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.456269001588225 +Info 13358[18:15:11.483] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13359[18:15:11.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 6.4304559994488955ms +Info 13360[18:15:11.489] Different program with same set of files +Info 13361[18:15:11.489] getCompletionData: Get current token: 0.0026199985295534134 +Info 13362[18:15:11.489] getCompletionData: Is inside comment: 0.008915001526474953 +Info 13363[18:15:11.489] getCompletionData: Get previous token: 0.0055059995502233505 +Info 13364[18:15:11.489] getCompletionsAtPosition: isCompletionListBlocker: 0.00596500001847744 +Info 13365[18:15:11.490] getExportInfoMap: cache hit +Info 13366[18:15:11.501] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13367[18:15:11.501] collectAutoImports: response is complete +Info 13368[18:15:11.501] collectAutoImports: 11.627375001087785 +Info 13369[18:15:11.501] getCompletionData: Semantic work: 12.08632400073111 +Info 13370[18:15:11.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.825760001316667 +Info 13371[18:15:11.513] Format host information updated +Info 13372[18:15:11.605] getCompletionData: Get current token: 0.0032020006328821182 +Info 13373[18:15:11.605] getCompletionData: Is inside comment: 0.008687999099493027 +Info 13374[18:15:11.605] getCompletionData: Get previous token: 0.005777999758720398 +Info 13375[18:15:11.605] getCompletionsAtPosition: isCompletionListBlocker: 0.0026259999722242355 +Info 13376[18:15:11.605] Returning an empty list because completion was requested in an invalid position. +Info 13377[18:15:12.069] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13378[18:15:12.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 5.72418100014329ms +Info 13379[18:15:12.074] Different program with same set of files +Info 13380[18:15:12.075] getCompletionData: Get current token: 0.00319799967110157 +Info 13381[18:15:12.075] getCompletionData: Is inside comment: 0.009367000311613083 +Info 13382[18:15:12.075] getCompletionData: Get previous token: 0.010249000042676926 +Info 13383[18:15:12.075] getCompletionsAtPosition: isCompletionListBlocker: 0.003025999292731285 +Info 13384[18:15:12.075] getExportInfoMap: cache hit +Info 13385[18:15:12.079] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 10 from cache +Info 13386[18:15:12.079] collectAutoImports: response is complete +Info 13387[18:15:12.079] collectAutoImports: 3.595304999500513 +Info 13388[18:15:12.079] getCompletionData: Semantic work: 4.093143999576569 +Info 13389[18:15:12.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7877110000699759 +Info 13390[18:15:12.082] Format host information updated +Info 13391[18:15:12.410] Format host information updated +Info 13392[18:15:12.411] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13393[18:15:12.433] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 21.602397998794913ms +Info 13394[18:15:12.433] Different program with same set of files +Info 13395[18:15:12.855] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13396[18:15:12.863] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 8.35398800112307ms +Info 13397[18:15:12.863] Different program with same set of files +Info 13398[18:15:12.864] getCompletionData: Get current token: 0.004565000534057617 +Info 13399[18:15:12.864] getCompletionData: Is inside comment: 0.010387999936938286 +Info 13400[18:15:12.864] getCompletionData: Get previous token: 0.013106999918818474 +Info 13401[18:15:12.864] getCompletionsAtPosition: isCompletionListBlocker: 0.0020200014114379883 +Info 13402[18:15:12.864] getExportInfoMap: cache hit +Info 13403[18:15:12.867] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 11 from cache +Info 13404[18:15:12.867] collectAutoImports: response is complete +Info 13405[18:15:12.867] collectAutoImports: 2.61875999905169 +Info 13406[18:15:12.867] getCompletionData: Semantic work: 3.2813839986920357 +Info 13407[18:15:12.869] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.851367998868227 +Info 13408[18:15:12.871] Format host information updated +Info 13409[18:15:12.916] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13410[18:15:12.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 7.1143389996141195ms +Info 13411[18:15:12.923] Different program with same set of files +Info 13412[18:15:12.923] getCompletionData: Get current token: 0.005617000162601471 +Info 13413[18:15:12.923] getCompletionData: Is inside comment: 0.013902999460697174 +Info 13414[18:15:12.923] getCompletionData: Get previous token: 0.018887000158429146 +Info 13415[18:15:12.923] getCompletionsAtPosition: isCompletionListBlocker: 0.002221999689936638 +Info 13416[18:15:12.924] getExportInfoMap: cache hit +Info 13417[18:15:12.926] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 13418[18:15:12.926] collectAutoImports: response is complete +Info 13419[18:15:12.926] collectAutoImports: 2.567238999530673 +Info 13420[18:15:12.926] getCompletionData: Semantic work: 3.1921810004860163 +Info 13421[18:15:12.929] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1941299997270107 +Info 13422[18:15:12.930] Format host information updated +Info 13423[18:15:13.060] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13424[18:15:13.066] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 6.085545999929309ms +Info 13425[18:15:13.067] Different program with same set of files +Info 13426[18:15:13.067] getCompletionData: Get current token: 0.0036399997770786285 +Info 13427[18:15:13.067] getCompletionData: Is inside comment: 0.011365000158548355 +Info 13428[18:15:13.067] getCompletionData: Get previous token: 0.01587500050663948 +Info 13429[18:15:13.067] getCompletionsAtPosition: isCompletionListBlocker: 0.001855999231338501 +Info 13430[18:15:13.067] getExportInfoMap: cache hit +Info 13431[18:15:13.069] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 13432[18:15:13.069] collectAutoImports: response is complete +Info 13433[18:15:13.069] collectAutoImports: 1.9231719989329576 +Info 13434[18:15:13.069] getCompletionData: Semantic work: 2.467160999774933 +Info 13435[18:15:13.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.743995999917388 +Info 13436[18:15:13.074] Format host information updated +Info 13437[18:15:13.210] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13438[18:15:13.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 5.900288000702858ms +Info 13439[18:15:13.216] Different program with same set of files +Info 13440[18:15:13.217] getCompletionData: Get current token: 0.0033500008285045624 +Info 13441[18:15:13.217] getCompletionData: Is inside comment: 0.010762998834252357 +Info 13442[18:15:13.217] getCompletionData: Get previous token: 0.014475999400019646 +Info 13443[18:15:13.217] getCompletionsAtPosition: isCompletionListBlocker: 0.0019709989428520203 +Info 13444[18:15:13.217] getExportInfoMap: cache hit +Info 13445[18:15:13.219] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 13446[18:15:13.219] collectAutoImports: response is complete +Info 13447[18:15:13.219] collectAutoImports: 1.84718899987638 +Info 13448[18:15:13.219] getCompletionData: Semantic work: 2.3900750000029802 +Info 13449[18:15:13.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7410540003329515 +Info 13450[18:15:13.222] Format host information updated +Info 13451[18:15:13.274] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13452[18:15:13.280] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 6.011183999478817ms +Info 13453[18:15:13.280] Different program with same set of files +Info 13454[18:15:13.280] getCompletionData: Get current token: 0.0032050013542175293 +Info 13455[18:15:13.280] getCompletionData: Is inside comment: 0.010336000472307205 +Info 13456[18:15:13.280] getCompletionData: Get previous token: 0.013420000672340393 +Info 13457[18:15:13.280] getCompletionsAtPosition: isCompletionListBlocker: 0.0017780009657144547 +Info 13458[18:15:13.281] getExportInfoMap: cache hit +Info 13459[18:15:13.295] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13460[18:15:13.295] collectAutoImports: response is complete +Info 13461[18:15:13.295] collectAutoImports: 14.109763998538256 +Info 13462[18:15:13.295] getCompletionData: Semantic work: 14.624603999778628 +Info 13463[18:15:13.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.882084000855684 +Info 13464[18:15:13.306] Format host information updated +Info 13465[18:15:13.551] getCompletionData: Get current token: 0.002844998612999916 +Info 13466[18:15:13.551] getCompletionData: Is inside comment: 0.008282000198960304 +Info 13467[18:15:13.551] getCompletionData: Get previous token: 0.005735998973250389 +Info 13468[18:15:13.551] getCompletionsAtPosition: isCompletionListBlocker: 0.008802000433206558 +Info 13469[18:15:13.551] getExportInfoMap: cache hit +Info 13470[18:15:13.561] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13471[18:15:13.561] collectAutoImports: response is complete +Info 13472[18:15:13.561] collectAutoImports: 9.77607399970293 +Info 13473[18:15:13.561] getCompletionData: Semantic work: 10.310004001483321 +Info 13474[18:15:13.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.313300000503659 +Info 13475[18:15:13.736] Format host information updated +Info 13476[18:15:13.737] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13477[18:15:13.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 7.2506589982658625ms +Info 13478[18:15:13.744] Different program with same set of files +Info 13479[18:15:13.798] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13480[18:15:13.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 6.03103500045836ms +Info 13481[18:15:13.804] Different program with same set of files +Info 13482[18:15:13.805] getCompletionData: Get current token: 0.0033260006457567215 +Info 13483[18:15:13.805] getCompletionData: Is inside comment: 0.009783999994397163 +Info 13484[18:15:13.805] getCompletionData: Get previous token: 0.006671000272035599 +Info 13485[18:15:13.805] getCompletionsAtPosition: isCompletionListBlocker: 0.007016999647021294 +Info 13486[18:15:13.805] getExportInfoMap: cache hit +Info 13487[18:15:13.819] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13488[18:15:13.819] collectAutoImports: response is complete +Info 13489[18:15:13.819] collectAutoImports: 14.08555500023067 +Info 13490[18:15:13.819] getCompletionData: Semantic work: 14.618080999702215 +Info 13491[18:15:13.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.514919999986887 +Info 13492[18:15:13.831] Format host information updated +Info 13493[18:15:14.036] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13494[18:15:14.042] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 6.217656999826431ms +Info 13495[18:15:14.042] Different program with same set of files +Info 13496[18:15:14.043] getCompletionData: Get current token: 0.0029449984431266785 +Info 13497[18:15:14.043] getCompletionData: Is inside comment: 0.009522000327706337 +Info 13498[18:15:14.043] getCompletionData: Get previous token: 0.00597899965941906 +Info 13499[18:15:14.043] getCompletionsAtPosition: isCompletionListBlocker: 0.007342999801039696 +Info 13500[18:15:14.043] getExportInfoMap: cache hit +Info 13501[18:15:14.056] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13502[18:15:14.056] collectAutoImports: response is complete +Info 13503[18:15:14.056] collectAutoImports: 12.866228999570012 +Info 13504[18:15:14.056] getCompletionData: Semantic work: 13.405985999852419 +Info 13505[18:15:14.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.864724999293685 +Info 13506[18:15:14.067] Format host information updated +Info 13507[18:15:14.116] Format host information updated +Info 13508[18:15:14.116] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13509[18:15:14.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 7.98552200011909ms +Info 13510[18:15:14.124] Different program with same set of files +Info 13511[18:15:14.723] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13512[18:15:14.729] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 5.915089000016451ms +Info 13513[18:15:14.729] Different program with same set of files +Info 13514[18:15:14.729] getCompletionData: Get current token: 0.0025000013411045074 +Info 13515[18:15:14.729] getCompletionData: Is inside comment: 0.007744999602437019 +Info 13516[18:15:14.729] getCompletionData: Get previous token: 0.009580999612808228 +Info 13517[18:15:14.729] getCompletionsAtPosition: isCompletionListBlocker: 0.006505999714136124 +Info 13518[18:15:14.729] getExportInfoMap: cache hit +Info 13519[18:15:14.732] collectAutoImports: resolved 0 module specifiers, plus 71 ambient and 45 from cache +Info 13520[18:15:14.732] collectAutoImports: response is complete +Info 13521[18:15:14.733] collectAutoImports: 3.0792350005358458 +Info 13522[18:15:14.733] getCompletionData: Semantic work: 3.486717000603676 +Info 13523[18:15:14.734] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.939802000299096 +Info 13524[18:15:14.736] Format host information updated +Info 13525[18:15:15.185] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13526[18:15:15.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 7.458000000566244ms +Info 13527[18:15:15.192] Different program with same set of files +Info 13528[18:15:15.193] getCompletionData: Get current token: 0.0028249993920326233 +Info 13529[18:15:15.193] getCompletionData: Is inside comment: 0.008956000208854675 +Info 13530[18:15:15.193] getCompletionData: Get previous token: 0.006000000983476639 +Info 13531[18:15:15.193] getCompletionsAtPosition: isCompletionListBlocker: 0.0063970014452934265 +Info 13532[18:15:15.193] getExportInfoMap: cache hit +Info 13533[18:15:15.207] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13534[18:15:15.207] collectAutoImports: response is complete +Info 13535[18:15:15.207] collectAutoImports: 13.960931999608874 +Info 13536[18:15:15.207] getCompletionData: Semantic work: 14.381106000393629 +Info 13537[18:15:15.213] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.779636999592185 +Info 13538[18:15:15.219] Format host information updated +Info 13539[18:15:15.375] getCompletionData: Get current token: 0.0031359996646642685 +Info 13540[18:15:15.375] getCompletionData: Is inside comment: 0.008501000702381134 +Info 13541[18:15:15.375] getCompletionData: Get previous token: 0.00594400055706501 +Info 13542[18:15:15.375] getCompletionsAtPosition: isCompletionListBlocker: 0.0024159997701644897 +Info 13543[18:15:15.375] Returning an empty list because completion was requested in an invalid position. +Info 13544[18:15:15.520] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13545[18:15:15.527] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 6.596349999308586ms +Info 13546[18:15:15.527] Different program with same set of files +Info 13547[18:15:15.527] getCompletionData: Get current token: 0.004364000633358955 +Info 13548[18:15:15.527] getCompletionData: Is inside comment: 0.012920999899506569 +Info 13549[18:15:15.527] getCompletionData: Get previous token: 0.014925999566912651 +Info 13550[18:15:15.527] getCompletionsAtPosition: isCompletionListBlocker: 0.0029980000108480453 +Info 13551[18:15:15.528] getExportInfoMap: cache hit +Info 13552[18:15:15.532] collectAutoImports: resolved 0 module specifiers, plus 71 ambient and 45 from cache +Info 13553[18:15:15.532] collectAutoImports: response is complete +Info 13554[18:15:15.532] collectAutoImports: 4.079959999769926 +Info 13555[18:15:15.532] getCompletionData: Semantic work: 4.610077001154423 +Info 13556[18:15:15.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5888609997928143 +Info 13557[18:15:15.536] Format host information updated +Info 13558[18:15:15.628] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13559[18:15:15.651] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 22.562369000166655ms +Info 13560[18:15:15.651] Different program with same set of files +Info 13561[18:15:15.652] getCompletionData: Get current token: 0.016638999804854393 +Info 13562[18:15:15.652] getCompletionData: Is inside comment: 0.05032099969685078 +Info 13563[18:15:15.652] getCompletionData: Get previous token: 0.057420000433921814 +Info 13564[18:15:15.652] getCompletionsAtPosition: isCompletionListBlocker: 0.008424999192357063 +Info 13565[18:15:15.653] getExportInfoMap: cache hit +Info 13566[18:15:15.661] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 26 from cache +Info 13567[18:15:15.661] collectAutoImports: response is complete +Info 13568[18:15:15.661] collectAutoImports: 7.870446000248194 +Info 13569[18:15:15.661] getCompletionData: Semantic work: 9.544114001095295 +Info 13570[18:15:15.666] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.334821000695229 +Info 13571[18:15:15.670] Format host information updated +Info 13572[18:15:15.899] Format host information updated +Info 13573[18:15:15.899] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13574[18:15:15.905] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 6.136786999180913ms +Info 13575[18:15:15.905] Different program with same set of files +Info 13576[18:15:16.080] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13577[18:15:16.089] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 8.111831000074744ms +Info 13578[18:15:16.089] Different program with same set of files +Info 13579[18:15:16.089] getCompletionData: Get current token: 0.003691999241709709 +Info 13580[18:15:16.089] getCompletionData: Is inside comment: 0.012055998668074608 +Info 13581[18:15:16.089] getCompletionData: Get previous token: 0.01544100046157837 +Info 13582[18:15:16.089] getCompletionsAtPosition: isCompletionListBlocker: 0.002069000154733658 +Info 13583[18:15:16.089] getExportInfoMap: cache hit +Info 13584[18:15:16.096] collectAutoImports: resolved 0 module specifiers, plus 176 ambient and 22 from cache +Info 13585[18:15:16.096] collectAutoImports: response is complete +Info 13586[18:15:16.096] collectAutoImports: 6.757610999047756 +Info 13587[18:15:16.096] getCompletionData: Semantic work: 7.247422998771071 +Info 13588[18:15:16.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.669804001227021 +Info 13589[18:15:16.101] Format host information updated +Info 13590[18:15:16.254] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13591[18:15:16.260] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 5.884748000651598ms +Info 13592[18:15:16.260] Different program with same set of files +Info 13593[18:15:16.260] getCompletionData: Get current token: 0.003406001254916191 +Info 13594[18:15:16.260] getCompletionData: Is inside comment: 0.01297299936413765 +Info 13595[18:15:16.260] getCompletionData: Get previous token: 0.01563199982047081 +Info 13596[18:15:16.260] getCompletionsAtPosition: isCompletionListBlocker: 0.002030998468399048 +Info 13597[18:15:16.260] getExportInfoMap: cache hit +Info 13598[18:15:16.265] collectAutoImports: resolved 0 module specifiers, plus 108 ambient and 16 from cache +Info 13599[18:15:16.265] collectAutoImports: response is complete +Info 13600[18:15:16.265] collectAutoImports: 4.324314000084996 +Info 13601[18:15:16.265] getCompletionData: Semantic work: 4.7864519990980625 +Info 13602[18:15:16.267] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4744859989732504 +Info 13603[18:15:16.270] Format host information updated +Info 13604[18:15:16.389] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13605[18:15:16.396] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 7.075740000233054ms +Info 13606[18:15:16.396] Different program with same set of files +Info 13607[18:15:16.397] getCompletionData: Get current token: 0.004209000617265701 +Info 13608[18:15:16.397] getCompletionData: Is inside comment: 0.011833999305963516 +Info 13609[18:15:16.397] getCompletionData: Get previous token: 0.015990998595952988 +Info 13610[18:15:16.397] getCompletionsAtPosition: isCompletionListBlocker: 0.002077000215649605 +Info 13611[18:15:16.397] getExportInfoMap: cache hit +Info 13612[18:15:16.400] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 10 from cache +Info 13613[18:15:16.400] collectAutoImports: response is complete +Info 13614[18:15:16.400] collectAutoImports: 3.0863489992916584 +Info 13615[18:15:16.400] getCompletionData: Semantic work: 3.578990001231432 +Info 13616[18:15:16.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0350230000913143 +Info 13617[18:15:16.403] Format host information updated +Info 13618[18:15:16.476] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13619[18:15:16.497] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 20.599873999133706ms +Info 13620[18:15:16.497] Different program with same set of files +Info 13621[18:15:16.497] getCompletionData: Get current token: 0.01468299888074398 +Info 13622[18:15:16.497] getCompletionData: Is inside comment: 0.044885000213980675 +Info 13623[18:15:16.497] getCompletionData: Get previous token: 0.061362000182271004 +Info 13624[18:15:16.497] getCompletionsAtPosition: isCompletionListBlocker: 0.006442001089453697 +Info 13625[18:15:16.499] getExportInfoMap: cache hit +Info 13626[18:15:16.507] collectAutoImports: resolved 0 module specifiers, plus 42 ambient and 8 from cache +Info 13627[18:15:16.507] collectAutoImports: response is complete +Info 13628[18:15:16.507] collectAutoImports: 8.077632000669837 +Info 13629[18:15:16.507] getCompletionData: Semantic work: 9.61960499919951 +Info 13630[18:15:16.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8728390000760555 +Info 13631[18:15:16.516] Format host information updated +Info 13632[18:15:16.702] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13633[18:15:16.707] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 5.635547999292612ms +Info 13634[18:15:16.707] Different program with same set of files +Info 13635[18:15:16.708] getCompletionData: Get current token: 0.00411200150847435 +Info 13636[18:15:16.708] getCompletionData: Is inside comment: 0.010944001376628876 +Info 13637[18:15:16.708] getCompletionData: Get previous token: 0.01491599902510643 +Info 13638[18:15:16.708] getCompletionsAtPosition: isCompletionListBlocker: 0.0019669998437166214 +Info 13639[18:15:16.708] getExportInfoMap: cache hit +Info 13640[18:15:16.711] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 10 from cache +Info 13641[18:15:16.711] collectAutoImports: response is complete +Info 13642[18:15:16.711] collectAutoImports: 2.895059000700712 +Info 13643[18:15:16.711] getCompletionData: Semantic work: 3.371349999681115 +Info 13644[18:15:16.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9566339999437332 +Info 13645[18:15:16.714] Format host information updated +Info 13646[18:15:16.869] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13647[18:15:16.896] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 26.938851000741124ms +Info 13648[18:15:16.896] Different program with same set of files +Info 13649[18:15:16.896] getCompletionData: Get current token: 0.011329000815749168 +Info 13650[18:15:16.896] getCompletionData: Is inside comment: 0.034863000735640526 +Info 13651[18:15:16.897] getCompletionData: Get previous token: 0.06045000068843365 +Info 13652[18:15:16.897] getCompletionsAtPosition: isCompletionListBlocker: 0.0036619994789361954 +Info 13653[18:15:16.897] getExportInfoMap: cache hit +Info 13654[18:15:16.905] collectAutoImports: resolved 0 module specifiers, plus 108 ambient and 16 from cache +Info 13655[18:15:16.905] collectAutoImports: response is complete +Info 13656[18:15:16.905] collectAutoImports: 7.738230999559164 +Info 13657[18:15:16.905] getCompletionData: Semantic work: 8.702798999845982 +Info 13658[18:15:16.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5323179997503757 +Info 13659[18:15:16.911] Format host information updated +Info 13660[18:15:17.035] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13661[18:15:17.057] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 22.354089999571443ms +Info 13662[18:15:17.057] Different program with same set of files +Info 13663[18:15:17.058] getCompletionData: Get current token: 0.014409000054001808 +Info 13664[18:15:17.058] getCompletionData: Is inside comment: 0.035854000598192215 +Info 13665[18:15:17.058] getCompletionData: Get previous token: 0.047704000025987625 +Info 13666[18:15:17.058] getCompletionsAtPosition: isCompletionListBlocker: 0.0048690009862184525 +Info 13667[18:15:17.059] getExportInfoMap: cache hit +Info 13668[18:15:17.068] collectAutoImports: resolved 0 module specifiers, plus 122 ambient and 20 from cache +Info 13669[18:15:17.068] collectAutoImports: response is complete +Info 13670[18:15:17.068] collectAutoImports: 9.404027998447418 +Info 13671[18:15:17.068] getCompletionData: Semantic work: 10.648700000718236 +Info 13672[18:15:17.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5988069996237755 +Info 13673[18:15:17.077] Format host information updated +Info 13674[18:15:17.098] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13675[18:15:17.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 6.804969999939203ms +Info 13676[18:15:17.104] Different program with same set of files +Info 13677[18:15:17.105] getCompletionData: Get current token: 0.004751000553369522 +Info 13678[18:15:17.105] getCompletionData: Is inside comment: 0.013422999531030655 +Info 13679[18:15:17.105] getCompletionData: Get previous token: 0.01823600009083748 +Info 13680[18:15:17.105] getCompletionsAtPosition: isCompletionListBlocker: 0.002668999135494232 +Info 13681[18:15:17.105] getExportInfoMap: cache hit +Info 13682[18:15:17.108] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 1 from cache +Info 13683[18:15:17.108] collectAutoImports: response is complete +Info 13684[18:15:17.108] collectAutoImports: 2.7395169995725155 +Info 13685[18:15:17.108] getCompletionData: Semantic work: 3.301450001075864 +Info 13686[18:15:17.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1418180000036955 +Info 13687[18:15:17.111] Format host information updated +Info 13688[18:15:17.171] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13689[18:15:17.176] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 5.901342000812292ms +Info 13690[18:15:17.177] Different program with same set of files +Info 13691[18:15:17.177] getCompletionData: Get current token: 0.003862999379634857 +Info 13692[18:15:17.177] getCompletionData: Is inside comment: 0.012511000037193298 +Info 13693[18:15:17.177] getCompletionData: Get previous token: 0.016439000144600868 +Info 13694[18:15:17.177] getCompletionsAtPosition: isCompletionListBlocker: 0.002542000263929367 +Info 13695[18:15:17.177] getExportInfoMap: cache hit +Info 13696[18:15:17.180] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 1 from cache +Info 13697[18:15:17.180] collectAutoImports: response is complete +Info 13698[18:15:17.180] collectAutoImports: 2.470006998628378 +Info 13699[18:15:17.180] getCompletionData: Semantic work: 2.983653001487255 +Info 13700[18:15:17.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8395490013062954 +Info 13701[18:15:17.185] Format host information updated +Info 13702[18:15:17.279] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13703[18:15:17.300] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 21.17922999896109ms +Info 13704[18:15:17.300] Different program with same set of files +Info 13705[18:15:17.301] getCompletionData: Get current token: 0.015935000032186508 +Info 13706[18:15:17.301] getCompletionData: Is inside comment: 0.03606199845671654 +Info 13707[18:15:17.301] getCompletionData: Get previous token: 0.05471799895167351 +Info 13708[18:15:17.301] getCompletionsAtPosition: isCompletionListBlocker: 0.004889000207185745 +Info 13709[18:15:17.302] getExportInfoMap: cache hit +Info 13710[18:15:17.324] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13711[18:15:17.324] collectAutoImports: response is complete +Info 13712[18:15:17.324] collectAutoImports: 21.6611470002681 +Info 13713[18:15:17.324] getCompletionData: Semantic work: 22.70746299996972 +Info 13714[18:15:17.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.635597001761198 +Info 13715[18:15:17.336] Format host information updated +Info 13716[18:15:17.393] getCompletionData: Get current token: 0.0029489994049072266 +Info 13717[18:15:17.393] getCompletionData: Is inside comment: 0.009775999933481216 +Info 13718[18:15:17.393] getCompletionData: Get previous token: 0.006516000255942345 +Info 13719[18:15:17.393] getCompletionsAtPosition: isCompletionListBlocker: 0.007894998416304588 +Info 13720[18:15:17.393] getExportInfoMap: cache hit +Info 13721[18:15:17.412] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13722[18:15:17.412] collectAutoImports: response is complete +Info 13723[18:15:17.412] collectAutoImports: 18.631333999335766 +Info 13724[18:15:17.412] getCompletionData: Semantic work: 19.26935200020671 +Info 13725[18:15:17.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.481992000713944 +Info 13726[18:15:17.565] Format host information updated +Info 13727[18:15:17.565] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13728[18:15:17.572] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 6.799281001091003ms +Info 13729[18:15:17.572] Different program with same set of files +Info 13730[18:15:17.625] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13731[18:15:17.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 10.316553998738527ms +Info 13732[18:15:17.635] Different program with same set of files +Info 13733[18:15:17.636] getCompletionData: Get current token: 0.004990000277757645 +Info 13734[18:15:17.636] getCompletionData: Is inside comment: 0.016645999625325203 +Info 13735[18:15:17.636] getCompletionData: Get previous token: 0.011069001629948616 +Info 13736[18:15:17.636] getCompletionsAtPosition: isCompletionListBlocker: 0.010889999568462372 +Info 13737[18:15:17.636] getExportInfoMap: cache hit +Info 13738[18:15:17.658] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13739[18:15:17.658] collectAutoImports: response is complete +Info 13740[18:15:17.658] collectAutoImports: 21.10450500063598 +Info 13741[18:15:17.658] getCompletionData: Semantic work: 21.87101799994707 +Info 13742[18:15:17.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.865890000015497 +Info 13743[18:15:17.669] Format host information updated +Info 13744[18:15:17.876] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13745[18:15:17.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 6.850362000986934ms +Info 13746[18:15:17.883] Different program with same set of files +Info 13747[18:15:17.883] getCompletionData: Get current token: 0.003237999975681305 +Info 13748[18:15:17.883] getCompletionData: Is inside comment: 0.01076200045645237 +Info 13749[18:15:17.883] getCompletionData: Get previous token: 0.007319999858736992 +Info 13750[18:15:17.883] getCompletionsAtPosition: isCompletionListBlocker: 0.0072119999676942825 +Info 13751[18:15:17.884] getExportInfoMap: cache hit +Info 13752[18:15:17.898] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13753[18:15:17.898] collectAutoImports: response is complete +Info 13754[18:15:17.898] collectAutoImports: 13.910089999437332 +Info 13755[18:15:17.898] getCompletionData: Semantic work: 14.399668999016285 +Info 13756[18:15:17.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.093139000236988 +Info 13757[18:15:17.910] Format host information updated +Info 13758[18:15:17.942] Format host information updated +Info 13759[18:15:17.943] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13760[18:15:17.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 6.048947000876069ms +Info 13761[18:15:17.949] Different program with same set of files +Info 13762[18:15:18.729] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13763[18:15:18.735] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 6.246894000098109ms +Info 13764[18:15:18.735] Different program with same set of files +Info 13765[18:15:18.736] getCompletionData: Get current token: 0.0026629995554685593 +Info 13766[18:15:18.736] getCompletionData: Is inside comment: 0.009382998570799828 +Info 13767[18:15:18.736] getCompletionData: Get previous token: 0.01986199989914894 +Info 13768[18:15:18.736] getCompletionsAtPosition: isCompletionListBlocker: 0.006618998944759369 +Info 13769[18:15:18.736] getExportInfoMap: cache hit +Info 13770[18:15:18.749] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13771[18:15:18.749] collectAutoImports: response is complete +Info 13772[18:15:18.749] collectAutoImports: 13.39759299904108 +Info 13773[18:15:18.749] getCompletionData: Semantic work: 13.829894000664353 +Info 13774[18:15:18.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.701460000127554 +Info 13775[18:15:18.760] Format host information updated +Info 13776[18:15:18.826] getCompletionData: Get current token: 0.0032950006425380707 +Info 13777[18:15:18.826] getCompletionData: Is inside comment: 0.013210998848080635 +Info 13778[18:15:18.826] getCompletionData: Get previous token: 0.010784000158309937 +Info 13779[18:15:18.826] getCompletionsAtPosition: isCompletionListBlocker: 0.0024179983884096146 +Info 13780[18:15:18.826] Returning an empty list because completion was requested in an invalid position. +Info 13781[18:15:18.988] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13782[18:15:18.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 6.743360999971628ms +Info 13783[18:15:18.995] Different program with same set of files +Info 13784[18:15:18.995] getCompletionData: Get current token: 0.0038880016654729843 +Info 13785[18:15:18.995] getCompletionData: Is inside comment: 0.010917000472545624 +Info 13786[18:15:18.995] getCompletionData: Get previous token: 0.014139000326395035 +Info 13787[18:15:18.995] getCompletionsAtPosition: isCompletionListBlocker: 0.002914000302553177 +Info 13788[18:15:18.998] getExportInfoMap: cache hit +Info 13789[18:15:19.002] collectAutoImports: resolved 0 module specifiers, plus 135 ambient and 44 from cache +Info 13790[18:15:19.002] collectAutoImports: response is complete +Info 13791[18:15:19.002] collectAutoImports: 4.711153000593185 +Info 13792[18:15:19.002] getCompletionData: Semantic work: 6.970103999599814 +Info 13793[18:15:19.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6745859999209642 +Info 13794[18:15:19.007] Format host information updated +Info 13795[18:15:19.309] Format host information updated +Info 13796[18:15:19.309] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13797[18:15:19.315] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 6.493545999750495ms +Info 13798[18:15:19.315] Different program with same set of files +Info 13799[18:15:19.470] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13800[18:15:19.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 7.627328000962734ms +Info 13801[18:15:19.477] Different program with same set of files +Info 13802[18:15:19.478] getCompletionData: Get current token: 0.0035110004246234894 +Info 13803[18:15:19.478] getCompletionData: Is inside comment: 0.01123099960386753 +Info 13804[18:15:19.478] getCompletionData: Get previous token: 0.015030000358819962 +Info 13805[18:15:19.478] getCompletionsAtPosition: isCompletionListBlocker: 0.002201000228524208 +Info 13806[18:15:19.478] getExportInfoMap: cache hit +Info 13807[18:15:19.482] collectAutoImports: resolved 0 module specifiers, plus 135 ambient and 44 from cache +Info 13808[18:15:19.482] collectAutoImports: response is complete +Info 13809[18:15:19.482] collectAutoImports: 4.219932001084089 +Info 13810[18:15:19.482] getCompletionData: Semantic work: 4.690695000812411 +Info 13811[18:15:19.485] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5528749991208315 +Info 13812[18:15:19.486] Format host information updated +Info 13813[18:15:19.605] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13814[18:15:19.616] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 10.640722999349236ms +Info 13815[18:15:19.616] Different program with same set of files +Info 13816[18:15:19.616] getCompletionData: Get current token: 0.0033430010080337524 +Info 13817[18:15:19.616] getCompletionData: Is inside comment: 0.01048400066792965 +Info 13818[18:15:19.616] getCompletionData: Get previous token: 0.014417998492717743 +Info 13819[18:15:19.616] getCompletionsAtPosition: isCompletionListBlocker: 0.0019089989364147186 +Info 13820[18:15:19.617] getExportInfoMap: cache hit +Info 13821[18:15:19.620] collectAutoImports: resolved 0 module specifiers, plus 88 ambient and 24 from cache +Info 13822[18:15:19.620] collectAutoImports: response is complete +Info 13823[18:15:19.620] collectAutoImports: 3.2783059999346733 +Info 13824[18:15:19.620] getCompletionData: Semantic work: 3.704832000657916 +Info 13825[18:15:19.624] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.13867500051856 +Info 13826[18:15:19.625] Format host information updated +Info 13827[18:15:19.734] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13828[18:15:19.758] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 23.507967000827193ms +Info 13829[18:15:19.758] Different program with same set of files +Info 13830[18:15:19.758] getCompletionData: Get current token: 0.012489000335335732 +Info 13831[18:15:19.758] getCompletionData: Is inside comment: 0.037841999903321266 +Info 13832[18:15:19.758] getCompletionData: Get previous token: 0.05003499984741211 +Info 13833[18:15:19.759] getCompletionsAtPosition: isCompletionListBlocker: 0.004343999549746513 +Info 13834[18:15:19.760] getExportInfoMap: cache hit +Info 13835[18:15:19.765] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 11 from cache +Info 13836[18:15:19.765] collectAutoImports: response is complete +Info 13837[18:15:19.765] collectAutoImports: 5.148214999586344 +Info 13838[18:15:19.765] getCompletionData: Semantic work: 6.374750999733806 +Info 13839[18:15:19.769] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.683219000697136 +Info 13840[18:15:19.770] Format host information updated +Info 13841[18:15:19.801] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13842[18:15:19.810] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 8.888730000704527ms +Info 13843[18:15:19.810] Different program with same set of files +Info 13844[18:15:19.810] getCompletionData: Get current token: 0.006392000243067741 +Info 13845[18:15:19.810] getCompletionData: Is inside comment: 0.01921200007200241 +Info 13846[18:15:19.810] getCompletionData: Get previous token: 0.025443999096751213 +Info 13847[18:15:19.810] getCompletionsAtPosition: isCompletionListBlocker: 0.002879001200199127 +Info 13848[18:15:19.811] getExportInfoMap: cache hit +Info 13849[18:15:19.814] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 13850[18:15:19.814] collectAutoImports: response is complete +Info 13851[18:15:19.814] collectAutoImports: 2.6669530011713505 +Info 13852[18:15:19.814] getCompletionData: Semantic work: 3.344411000609398 +Info 13853[18:15:19.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.780221000313759 +Info 13854[18:15:19.820] Format host information updated +Info 13855[18:15:19.933] getCompletionData: Get current token: 0.004209000617265701 +Info 13856[18:15:19.933] getCompletionData: Is inside comment: 0.014169000089168549 +Info 13857[18:15:19.933] getCompletionData: Get previous token: 0.009616000577807426 +Info 13858[18:15:19.933] getCompletionsAtPosition: isCompletionListBlocker: 0.009408000856637955 +Info 13859[18:15:19.934] getExportInfoMap: cache hit +Info 13860[18:15:19.948] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13861[18:15:19.948] collectAutoImports: response is complete +Info 13862[18:15:19.948] collectAutoImports: 13.887033000588417 +Info 13863[18:15:19.948] getCompletionData: Semantic work: 14.503765000030398 +Info 13864[18:15:19.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.624415000900626 +Info 13865[18:15:20.107] Format host information updated +Info 13866[18:15:20.107] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13867[18:15:20.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 16.747414000332355ms +Info 13868[18:15:20.124] Different program with same set of files +Info 13869[18:15:20.188] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13870[18:15:20.212] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 23.38965700007975ms +Info 13871[18:15:20.212] Different program with same set of files +Info 13872[18:15:20.212] getCompletionData: Get current token: 0.010463999584317207 +Info 13873[18:15:20.212] getCompletionData: Is inside comment: 0.03019600175321102 +Info 13874[18:15:20.212] getCompletionData: Get previous token: 0.02084300108253956 +Info 13875[18:15:20.212] getCompletionsAtPosition: isCompletionListBlocker: 0.015199000015854836 +Info 13876[18:15:20.213] getExportInfoMap: cache hit +Info 13877[18:15:20.236] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13878[18:15:20.237] collectAutoImports: response is complete +Info 13879[18:15:20.237] collectAutoImports: 22.900374999269843 +Info 13880[18:15:20.237] getCompletionData: Semantic work: 24.162558998912573 +Info 13881[18:15:20.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.520862000063062 +Info 13882[18:15:20.248] Format host information updated +Info 13883[18:15:20.382] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13884[18:15:20.390] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 7.815623000264168ms +Info 13885[18:15:20.390] Different program with same set of files +Info 13886[18:15:20.390] getCompletionData: Get current token: 0.0027779992669820786 +Info 13887[18:15:20.390] getCompletionData: Is inside comment: 0.009338000789284706 +Info 13888[18:15:20.390] getCompletionData: Get previous token: 0.006231999024748802 +Info 13889[18:15:20.390] getCompletionsAtPosition: isCompletionListBlocker: 0.006610998883843422 +Info 13890[18:15:20.391] getExportInfoMap: cache hit +Info 13891[18:15:20.401] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13892[18:15:20.401] collectAutoImports: response is complete +Info 13893[18:15:20.401] collectAutoImports: 10.768030000850558 +Info 13894[18:15:20.401] getCompletionData: Semantic work: 11.205235000699759 +Info 13895[18:15:20.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.236916998401284 +Info 13896[18:15:20.412] Format host information updated +Info 13897[18:15:20.442] Format host information updated +Info 13898[18:15:20.442] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13899[18:15:20.448] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 5.980857999995351ms +Info 13900[18:15:20.448] Different program with same set of files +Info 13901[18:15:20.903] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13902[18:15:20.909] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 6.008506000041962ms +Info 13903[18:15:20.909] Different program with same set of files +Info 13904[18:15:20.909] getCompletionData: Get current token: 0.003077000379562378 +Info 13905[18:15:20.909] getCompletionData: Is inside comment: 0.010363999754190445 +Info 13906[18:15:20.909] getCompletionData: Get previous token: 0.01370600052177906 +Info 13907[18:15:20.909] getCompletionsAtPosition: isCompletionListBlocker: 0.007605999708175659 +Info 13908[18:15:20.909] getExportInfoMap: cache hit +Info 13909[18:15:20.914] collectAutoImports: resolved 0 module specifiers, plus 135 ambient and 44 from cache +Info 13910[18:15:20.914] collectAutoImports: response is complete +Info 13911[18:15:20.914] collectAutoImports: 4.405053999274969 +Info 13912[18:15:20.914] getCompletionData: Semantic work: 4.87470200099051 +Info 13913[18:15:20.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7886260002851486 +Info 13914[18:15:20.919] Format host information updated +Info 13915[18:15:21.030] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13916[18:15:21.036] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.024345999583602ms +Info 13917[18:15:21.036] Different program with same set of files +Info 13918[18:15:21.036] getCompletionData: Get current token: 0.002687999978661537 +Info 13919[18:15:21.036] getCompletionData: Is inside comment: 0.009502001106739044 +Info 13920[18:15:21.036] getCompletionData: Get previous token: 0.012190001085400581 +Info 13921[18:15:21.036] getCompletionsAtPosition: isCompletionListBlocker: 0.006955999881029129 +Info 13922[18:15:21.037] getExportInfoMap: cache hit +Info 13923[18:15:21.040] collectAutoImports: resolved 0 module specifiers, plus 101 ambient and 35 from cache +Info 13924[18:15:21.040] collectAutoImports: response is complete +Info 13925[18:15:21.040] collectAutoImports: 3.6252149995416403 +Info 13926[18:15:21.040] getCompletionData: Semantic work: 4.051410999149084 +Info 13927[18:15:21.042] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1736099999397993 +Info 13928[18:15:21.044] Format host information updated +Info 13929[18:15:21.128] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13930[18:15:21.136] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 8.455717999488115ms +Info 13931[18:15:21.137] Different program with same set of files +Info 13932[18:15:21.137] getCompletionData: Get current token: 0.002704000100493431 +Info 13933[18:15:21.137] getCompletionData: Is inside comment: 0.008698001503944397 +Info 13934[18:15:21.137] getCompletionData: Get previous token: 0.011907000094652176 +Info 13935[18:15:21.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0068429987877607346 +Info 13936[18:15:21.137] getExportInfoMap: cache hit +Info 13937[18:15:21.140] collectAutoImports: resolved 0 module specifiers, plus 68 ambient and 24 from cache +Info 13938[18:15:21.140] collectAutoImports: response is complete +Info 13939[18:15:21.140] collectAutoImports: 2.9356459993869066 +Info 13940[18:15:21.140] getCompletionData: Semantic work: 3.3791249990463257 +Info 13941[18:15:21.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0980430003255606 +Info 13942[18:15:21.143] Format host information updated +Info 13943[18:15:21.318] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13944[18:15:21.341] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 23.11851599998772ms +Info 13945[18:15:21.341] Different program with same set of files +Info 13946[18:15:21.342] getCompletionData: Get current token: 0.014357998967170715 +Info 13947[18:15:21.342] getCompletionData: Is inside comment: 0.04721900075674057 +Info 13948[18:15:21.342] getCompletionData: Get previous token: 0.06223299913108349 +Info 13949[18:15:21.342] getCompletionsAtPosition: isCompletionListBlocker: 0.025807000696659088 +Info 13950[18:15:21.343] getExportInfoMap: cache hit +Info 13951[18:15:21.350] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 4 from cache +Info 13952[18:15:21.350] collectAutoImports: response is complete +Info 13953[18:15:21.350] collectAutoImports: 6.105732999742031 +Info 13954[18:15:21.350] getCompletionData: Semantic work: 7.470103999599814 +Info 13955[18:15:21.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.112395999953151 +Info 13956[18:15:21.357] Format host information updated +Info 13957[18:15:21.382] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13958[18:15:21.390] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 7.753934999927878ms +Info 13959[18:15:21.390] Different program with same set of files +Info 13960[18:15:21.390] getCompletionData: Get current token: 0.004381999373435974 +Info 13961[18:15:21.390] getCompletionData: Is inside comment: 0.013980001211166382 +Info 13962[18:15:21.390] getCompletionData: Get previous token: 0.018474001437425613 +Info 13963[18:15:21.390] getCompletionsAtPosition: isCompletionListBlocker: 0.00878399983048439 +Info 13964[18:15:21.390] getExportInfoMap: cache hit +Info 13965[18:15:21.393] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 13966[18:15:21.393] collectAutoImports: response is complete +Info 13967[18:15:21.393] collectAutoImports: 2.760819999501109 +Info 13968[18:15:21.393] getCompletionData: Semantic work: 3.3481259997934103 +Info 13969[18:15:21.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1848280001431704 +Info 13970[18:15:21.396] Format host information updated +Info 13971[18:15:21.545] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13972[18:15:21.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 6.096487000584602ms +Info 13973[18:15:21.551] Different program with same set of files +Info 13974[18:15:21.551] getCompletionData: Get current token: 0.0038399994373321533 +Info 13975[18:15:21.551] getCompletionData: Is inside comment: 0.012127000838518143 +Info 13976[18:15:21.551] getCompletionData: Get previous token: 0.008380001410841942 +Info 13977[18:15:21.551] getCompletionsAtPosition: isCompletionListBlocker: 0.002496998757123947 +Info 13978[18:15:21.551] getExportInfoMap: cache hit +Info 13979[18:15:21.567] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13980[18:15:21.567] collectAutoImports: response is complete +Info 13981[18:15:21.567] collectAutoImports: 15.011722000315785 +Info 13982[18:15:21.567] getCompletionData: Semantic work: 15.489434000104666 +Info 13983[18:15:21.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5792159996926785 +Info 13984[18:15:21.579] Format host information updated +Info 13985[18:15:21.604] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 13986[18:15:21.610] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 5.678269000723958ms +Info 13987[18:15:21.610] Different program with same set of files +Info 13988[18:15:21.610] getCompletionData: Get current token: 0.003413999453186989 +Info 13989[18:15:21.610] getCompletionData: Is inside comment: 0.00991000048816204 +Info 13990[18:15:21.610] getCompletionData: Get previous token: 0.006633000448346138 +Info 13991[18:15:21.610] getCompletionsAtPosition: isCompletionListBlocker: 0.007459999993443489 +Info 13992[18:15:21.610] getExportInfoMap: cache hit +Info 13993[18:15:21.621] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 13994[18:15:21.621] collectAutoImports: response is complete +Info 13995[18:15:21.621] collectAutoImports: 10.508892001584172 +Info 13996[18:15:21.621] getCompletionData: Semantic work: 10.922817999497056 +Info 13997[18:15:21.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.299626000225544 +Info 13998[18:15:21.632] Format host information updated +Info 13999[18:15:21.743] getCompletionData: Get current token: 0.0038840007036924362 +Info 14000[18:15:21.743] getCompletionData: Is inside comment: 0.010432999581098557 +Info 14001[18:15:21.743] getCompletionData: Get previous token: 0.007294999435544014 +Info 14002[18:15:21.743] getCompletionsAtPosition: isCompletionListBlocker: 0.0026379991322755814 +Info 14003[18:15:21.744] getExportInfoMap: cache hit +Info 14004[18:15:21.753] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 14005[18:15:21.753] collectAutoImports: response is complete +Info 14006[18:15:21.753] collectAutoImports: 8.761180000379682 +Info 14007[18:15:21.753] getCompletionData: Semantic work: 9.192644000053406 +Info 14008[18:15:21.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.247506000101566 +Info 14009[18:15:21.938] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 14010[18:15:21.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 23.586392998695374ms +Info 14011[18:15:21.962] Different program with same set of files +Info 14012[18:15:21.962] getCompletionData: Get current token: 0.018561000004410744 +Info 14013[18:15:21.962] getCompletionData: Is inside comment: 0.05489500053226948 +Info 14014[18:15:21.962] getCompletionData: Get previous token: 0.06987999938428402 +Info 14015[18:15:21.963] getCompletionsAtPosition: isCompletionListBlocker: 0.008830999955534935 +Info 14016[18:15:21.964] getExportInfoMap: cache hit +Info 14017[18:15:21.969] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 2 from cache +Info 14018[18:15:21.969] collectAutoImports: response is complete +Info 14019[18:15:21.969] collectAutoImports: 5.195356000214815 +Info 14020[18:15:21.969] getCompletionData: Semantic work: 6.452858999371529 +Info 14021[18:15:21.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.863322000950575 +Info 14022[18:15:21.975] Format host information updated +Info 14023[18:15:22.015] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 14024[18:15:22.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 13.648629000410438ms +Info 14025[18:15:22.029] Different program with same set of files +Info 14026[18:15:22.029] getCompletionData: Get current token: 0.01093200035393238 +Info 14027[18:15:22.029] getCompletionData: Is inside comment: 0.0301900003105402 +Info 14028[18:15:22.030] getCompletionData: Get previous token: 0.039274999871850014 +Info 14029[18:15:22.030] getCompletionsAtPosition: isCompletionListBlocker: 0.004992000758647919 +Info 14030[18:15:22.030] getExportInfoMap: cache hit +Info 14031[18:15:22.035] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 14032[18:15:22.035] collectAutoImports: response is complete +Info 14033[18:15:22.035] collectAutoImports: 4.702618999406695 +Info 14034[18:15:22.035] getCompletionData: Semantic work: 5.694992000237107 +Info 14035[18:15:22.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.055697999894619 +Info 14036[18:15:22.043] Format host information updated +Info 14037[18:15:22.087] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 14038[18:15:22.103] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 15.160225000232458ms +Info 14039[18:15:22.103] Different program with same set of files +Info 14040[18:15:22.103] getCompletionData: Get current token: 0.01149200089275837 +Info 14041[18:15:22.103] getCompletionData: Is inside comment: 0.03379500098526478 +Info 14042[18:15:22.103] getCompletionData: Get previous token: 0.04443700052797794 +Info 14043[18:15:22.103] getCompletionsAtPosition: isCompletionListBlocker: 0.0051930006593465805 +Info 14044[18:15:22.104] getExportInfoMap: cache hit +Info 14045[18:15:22.128] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 14046[18:15:22.128] collectAutoImports: response is complete +Info 14047[18:15:22.128] collectAutoImports: 23.218859000131488 +Info 14048[18:15:22.128] getCompletionData: Semantic work: 24.328614000231028 +Info 14049[18:15:22.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.486393000930548 +Info 14050[18:15:22.139] Format host information updated +Info 14051[18:15:23.457] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 14052[18:15:23.457] Elapsed:: 0.2930899988859892ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 14053[18:15:23.457] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 14054[18:15:23.457] Elapsed:: 0.020595001056790352ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 14055[18:15:23.457] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject2* WatchType: Directory location for typing installer +Info 14056[18:15:23.457] Ignoring files that are not *.json +Info 14057[18:15:23.457] Elapsed:: 0.0346670001745224ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject2* WatchType: Directory location for typing installer +Info 14058[18:15:23.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14059[18:15:23.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 996 structureChanged: true structureIsReused:: Not Elapsed: 8.746507998555899ms +Info 14060[18:15:23.722] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 14061[18:15:23.722] Files (138) + +Info 14062[18:15:23.722] ----------------------------------------------- +Info 14063[18:15:23.722] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 14064[18:15:23.722] Files (271) + +Info 14065[18:15:23.722] ----------------------------------------------- +Info 14066[18:15:23.819] Format host information updated +Info 14067[18:15:25.957] Before ensureProjectForOpenFiles: +Info 14068[18:15:25.957] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 14068[18:15:25.957] Files (138) + +Info 14068[18:15:25.957] ----------------------------------------------- +Info 14068[18:15:25.957] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 14068[18:15:25.957] Files (271) + +Info 14068[18:15:25.957] ----------------------------------------------- +Info 14068[18:15:25.957] Project '/dev/null/inferredProject2*' (Inferred) +Info 14068[18:15:25.957] Files (130) + +Info 14068[18:15:25.957] ----------------------------------------------- +Info 14068[18:15:25.958] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 14068[18:15:25.958] Files (179) + +Info 14068[18:15:25.958] ----------------------------------------------- +Info 14068[18:15:25.958] Open files: +Info 14068[18:15:25.958] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 14068[18:15:25.958] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14068[18:15:25.958] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 14068[18:15:25.958] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14068[18:15:25.958] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 14068[18:15:25.958] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14068[18:15:25.958] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 14068[18:15:25.958] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14068[18:15:25.958] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 14069[18:15:25.970] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 132 structureChanged: true structureIsReused:: Not Elapsed: 12.124658999964595ms +Info 14070[18:15:25.970] Project '/dev/null/inferredProject2*' (Inferred) +Info 14071[18:15:25.970] Files (129) + +Info 14072[18:15:25.970] ----------------------------------------------- +Info 14073[18:15:25.970] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 14074[18:15:25.970] Files (179) + +Info 14075[18:15:25.970] ----------------------------------------------- +Info 14076[18:15:25.970] After ensureProjectForOpenFiles: +Info 14077[18:15:25.970] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 14077[18:15:25.970] Files (138) + +Info 14077[18:15:25.970] ----------------------------------------------- +Info 14077[18:15:25.970] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 14077[18:15:25.970] Files (271) + +Info 14077[18:15:25.970] ----------------------------------------------- +Info 14077[18:15:25.970] Project '/dev/null/inferredProject2*' (Inferred) +Info 14077[18:15:25.970] Files (129) + +Info 14077[18:15:25.970] ----------------------------------------------- +Info 14077[18:15:25.970] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 14077[18:15:25.970] Files (179) + +Info 14077[18:15:25.970] ----------------------------------------------- +Info 14077[18:15:25.970] Open files: +Info 14077[18:15:25.970] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 14077[18:15:25.970] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14077[18:15:25.970] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 14077[18:15:25.970] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14077[18:15:25.970] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 14077[18:15:25.970] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14077[18:15:25.970] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 14077[18:15:25.970] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14077[18:15:25.970] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js +Info 14078[18:15:27.830] Format host information updated +Info 14079[18:15:27.855] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.8746620006859303 ms +Info 14080[18:15:27.855] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 14081[18:15:27.856] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 5 structureChanged: false structureIsReused:: SafeModules Elapsed: 0.8642150014638901ms +Info 14082[18:15:27.860] forEachExternalModuleToImportFrom autoImportProvider: 3.1319140009582043 +Info 14083[18:15:28.951] Format host information updated +Info 14084[18:15:28.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14085[18:15:28.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 997 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.74125500023365ms +Info 14086[18:15:28.964] Different program with same set of files +Info 14087[18:15:31.128] getCompletionData: Get current token: 0.0010409988462924957 +Info 14088[18:15:31.128] getCompletionData: Is inside comment: 0.005238000303506851 +Info 14089[18:15:31.128] getCompletionData: Get previous token: 0.010672999545931816 +Info 14090[18:15:31.128] getCompletionsAtPosition: isCompletionListBlocker: 0.009183000773191452 +Info 14091[18:15:31.128] getExportInfoMap: cache miss or empty; calculating new results +Info 14092[18:15:31.146] forEachExternalModuleToImportFrom autoImportProvider: 5.9354910012334585 +Info 14093[18:15:31.146] getExportInfoMap: done in 17.489369999617338 ms +Info 14094[18:15:31.151] collectAutoImports: resolved 8 module specifiers, plus 15 ambient and 146 from cache +Info 14095[18:15:31.151] collectAutoImports: response is complete +Info 14096[18:15:31.151] collectAutoImports: 5.477793000638485 +Info 14097[18:15:31.151] getCompletionData: Semantic work: 23.585204999893904 +Info 14098[18:15:31.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2135680001229048 +Info 14099[18:15:31.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14100[18:15:31.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 998 structureChanged: false structureIsReused:: Completely Elapsed: 6.61170900054276ms +Info 14101[18:15:31.549] Different program with same set of files +Info 14102[18:15:31.549] getCompletionData: Get current token: 0.001175999641418457 +Info 14103[18:15:31.549] getCompletionData: Is inside comment: 0.006382999941706657 +Info 14104[18:15:31.549] getCompletionData: Get previous token: 0.005070000886917114 +Info 14105[18:15:31.549] getCompletionsAtPosition: isCompletionListBlocker: 0.0018050000071525574 +Info 14106[18:15:31.549] getCompletionData: Semantic work: 0.7077549993991852 +Info 14107[18:15:31.551] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2671419996768236 +Info 14108[18:15:31.554] Format host information updated +Info 14109[18:15:32.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14110[18:15:32.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 999 structureChanged: false structureIsReused:: Completely Elapsed: 8.55567199923098ms +Info 14111[18:15:32.956] Different program with same set of files +Info 14112[18:15:32.956] getCompletionData: Get current token: 0.0009030010551214218 +Info 14113[18:15:32.957] getCompletionData: Is inside comment: 0.0050210002809762955 +Info 14114[18:15:32.957] getCompletionData: Get previous token: 0.009175000712275505 +Info 14115[18:15:32.957] getCompletionsAtPosition: isCompletionListBlocker: 0.0018170010298490524 +Info 14116[18:15:32.957] getCompletionData: Semantic work: 0.5620900001376867 +Info 14117[18:15:32.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5883529987186193 +Info 14118[18:15:32.959] Format host information updated +Info 14119[18:15:33.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14120[18:15:33.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1000 structureChanged: false structureIsReused:: Completely Elapsed: 18.57540100067854ms +Info 14121[18:15:33.280] Different program with same set of files +Info 14122[18:15:33.281] getCompletionData: Get current token: 0.003951000049710274 +Info 14123[18:15:33.281] getCompletionData: Is inside comment: 0.02111699990928173 +Info 14124[18:15:33.281] getCompletionData: Get previous token: 0.017169000580906868 +Info 14125[18:15:33.281] getCompletionsAtPosition: isCompletionListBlocker: 0.004739001393318176 +Info 14126[18:15:33.283] getCompletionData: Semantic work: 1.7428859993815422 +Info 14127[18:15:33.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5324420016258955 +Info 14128[18:15:33.286] Format host information updated +Info 14129[18:15:33.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14130[18:15:33.394] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1001 structureChanged: false structureIsReused:: Completely Elapsed: 12.2431660015136ms +Info 14131[18:15:33.394] Different program with same set of files +Info 14132[18:15:33.394] getCompletionData: Get current token: 0.002900999039411545 +Info 14133[18:15:33.394] getCompletionData: Is inside comment: 0.014828000217676163 +Info 14134[18:15:33.394] getCompletionData: Get previous token: 0.06692500039935112 +Info 14135[18:15:33.394] getCompletionsAtPosition: isCompletionListBlocker: 0.003537999466061592 +Info 14136[18:15:33.395] getCompletionData: Semantic work: 1.1548619996756315 +Info 14137[18:15:33.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5707510001957417 +Info 14138[18:15:33.400] Format host information updated +Info 14139[18:15:33.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14140[18:15:33.477] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1002 structureChanged: false structureIsReused:: Completely Elapsed: 7.679628999903798ms +Info 14141[18:15:33.477] Different program with same set of files +Info 14142[18:15:33.478] getCompletionData: Get current token: 0.0009019989520311356 +Info 14143[18:15:33.478] getCompletionData: Is inside comment: 0.0050130002200603485 +Info 14144[18:15:33.478] getCompletionData: Get previous token: 0.009887998923659325 +Info 14145[18:15:33.478] getCompletionsAtPosition: isCompletionListBlocker: 0.0018169991672039032 +Info 14146[18:15:33.478] getCompletionData: Semantic work: 0.5501310005784035 +Info 14147[18:15:33.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4626119993627071 +Info 14148[18:15:33.480] Format host information updated +Info 14149[18:15:33.767] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14150[18:15:33.779] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1003 structureChanged: false structureIsReused:: Completely Elapsed: 11.640786999836564ms +Info 14151[18:15:33.779] Different program with same set of files +Info 14152[18:15:33.779] getCompletionData: Get current token: 0.002544000744819641 +Info 14153[18:15:33.779] getCompletionData: Is inside comment: 0.011919001117348671 +Info 14154[18:15:33.779] getCompletionData: Get previous token: 0.025422001257538795 +Info 14155[18:15:33.779] getCompletionsAtPosition: isCompletionListBlocker: 0.0038489997386932373 +Info 14156[18:15:33.781] getCompletionData: Semantic work: 1.1959550008177757 +Info 14157[18:15:33.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4483749996870756 +Info 14158[18:15:33.785] Format host information updated +Info 14159[18:15:33.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14160[18:15:33.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1004 structureChanged: false structureIsReused:: Completely Elapsed: 22.731616001576185ms +Info 14161[18:15:33.887] Different program with same set of files +Info 14162[18:15:33.888] getCompletionData: Get current token: 0.004075000062584877 +Info 14163[18:15:33.888] getCompletionData: Is inside comment: 0.03774400055408478 +Info 14164[18:15:33.888] getCompletionData: Get previous token: 0.03629699908196926 +Info 14165[18:15:33.888] getCompletionsAtPosition: isCompletionListBlocker: 0.004826998338103294 +Info 14166[18:15:33.890] getCompletionData: Semantic work: 1.5537599995732307 +Info 14167[18:15:33.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.123571000993252 +Info 14168[18:15:33.894] Format host information updated +Info 14169[18:15:34.315] Format host information updated +Info 14170[18:15:34.315] Format host information updated +Info 14171[18:15:34.315] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14172[18:15:34.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1005 structureChanged: false structureIsReused:: Completely Elapsed: 6.25424600020051ms +Info 14173[18:15:34.322] Different program with same set of files +Info 14174[18:15:34.322] getCompletionData: Get current token: 0.0012830011546611786 +Info 14175[18:15:34.322] getCompletionData: Is inside comment: 0.00677499920129776 +Info 14176[18:15:34.322] getCompletionData: Get previous token: 0.00500900112092495 +Info 14177[18:15:34.322] getCompletionsAtPosition: isCompletionListBlocker: 0.008130000904202461 +Info 14178[18:15:34.322] getExportInfoMap: cache hit +Info 14179[18:15:34.343] collectAutoImports: resolved 15 module specifiers, plus 219 ambient and 905 from cache +Info 14180[18:15:34.343] collectAutoImports: response is complete +Info 14181[18:15:34.343] collectAutoImports: 20.714493999257684 +Info 14182[18:15:34.343] getCompletionData: Semantic work: 21.267136000096798 +Info 14183[18:15:34.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.116840999573469 +Info 14184[18:15:34.352] getCompletionData: Get current token: 0.010691000148653984 +Info 14185[18:15:34.352] getCompletionData: Is inside comment: 0.004137000069022179 +Info 14186[18:15:34.352] getCompletionData: Get previous token: 0.015117999166250229 +Info 14187[18:15:34.352] getCompletionsAtPosition: isCompletionListBlocker: 0.0026559997349977493 +Info 14188[18:15:34.352] getCompletionData: Semantic work: 0.6131100002676249 +Info 14189[18:15:34.355] getCompletionData: Get current token: 0.006943998858332634 +Info 14190[18:15:34.355] getCompletionData: Is inside comment: 0.0021100006997585297 +Info 14191[18:15:34.355] getCompletionData: Get previous token: 0.01261099986732006 +Info 14192[18:15:34.355] getCompletionsAtPosition: isCompletionListBlocker: 0.0019119996577501297 +Info 14193[18:15:34.356] getCompletionData: Semantic work: 0.16189000010490417 +Info 14194[18:15:34.356] Format host information updated +Info 14195[18:15:34.458] getCompletionData: Get current token: 0.003406999632716179 +Info 14196[18:15:34.458] getCompletionData: Is inside comment: 0.0011100005358457565 +Info 14197[18:15:34.458] getCompletionData: Get previous token: 0.0073830001056194305 +Info 14198[18:15:34.458] getCompletionsAtPosition: isCompletionListBlocker: 0.003762999549508095 +Info 14199[18:15:34.458] getExportInfoMap: cache hit +Info 14200[18:15:34.466] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 14201[18:15:34.466] collectAutoImports: response is complete +Info 14202[18:15:34.466] collectAutoImports: 7.847113000229001 +Info 14203[18:15:34.466] getCompletionData: Semantic work: 8.43393800035119 +Info 14204[18:15:34.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.688084999099374 +Info 14205[18:15:35.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14206[18:15:35.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1006 structureChanged: false structureIsReused:: Completely Elapsed: 6.719735000282526ms +Info 14207[18:15:35.316] Different program with same set of files +Info 14208[18:15:35.317] getCompletionData: Get current token: 0.003959000110626221 +Info 14209[18:15:35.317] getCompletionData: Is inside comment: 0.0013219993561506271 +Info 14210[18:15:35.317] getCompletionData: Get previous token: 0.01791900023818016 +Info 14211[18:15:35.317] getCompletionsAtPosition: isCompletionListBlocker: 0.007097000256180763 +Info 14212[18:15:35.317] getExportInfoMap: cache hit +Info 14213[18:15:35.331] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 14214[18:15:35.331] collectAutoImports: response is complete +Info 14215[18:15:35.331] collectAutoImports: 13.590839000418782 +Info 14216[18:15:35.331] getCompletionData: Semantic work: 14.142384000122547 +Info 14217[18:15:35.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.772781999781728 +Info 14218[18:15:35.338] Format host information updated +Info 14219[18:15:35.553] getCompletionData: Get current token: 0.0037689991295337677 +Info 14220[18:15:35.553] getCompletionData: Is inside comment: 0.0013829991221427917 +Info 14221[18:15:35.553] getCompletionData: Get previous token: 0.030223000794649124 +Info 14222[18:15:35.553] getCompletionsAtPosition: isCompletionListBlocker: 0.002097001299262047 +Info 14223[18:15:35.554] getCompletionData: Semantic work: 0.8442020006477833 +Info 14224[18:15:35.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10978900082409382 +Info 14225[18:15:35.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14226[18:15:35.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1007 structureChanged: false structureIsReused:: Completely Elapsed: 6.321094999089837ms +Info 14227[18:15:35.790] Different program with same set of files +Info 14228[18:15:35.790] getCompletionData: Get current token: 0.003399999812245369 +Info 14229[18:15:35.790] getCompletionData: Is inside comment: 0.0010090004652738571 +Info 14230[18:15:35.790] getCompletionData: Get previous token: 0.01662600040435791 +Info 14231[18:15:35.790] getCompletionsAtPosition: isCompletionListBlocker: 0.002054000273346901 +Info 14232[18:15:35.792] getCompletionData: Semantic work: 2.269744999706745 +Info 14233[18:15:35.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.051645999774336815 +Info 14234[18:15:35.792] Format host information updated +Info 14235[18:15:35.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14236[18:15:35.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1008 structureChanged: false structureIsReused:: Completely Elapsed: 6.524623999372125ms +Info 14237[18:15:35.960] Different program with same set of files +Info 14238[18:15:35.961] getCompletionData: Get current token: 0.004184000194072723 +Info 14239[18:15:35.961] getCompletionData: Is inside comment: 0.001344999298453331 +Info 14240[18:15:35.961] getCompletionData: Get previous token: 0.02109599858522415 +Info 14241[18:15:35.961] getCompletionsAtPosition: isCompletionListBlocker: 0.002220001071691513 +Info 14242[18:15:35.962] getCompletionData: Semantic work: 1.4688379988074303 +Info 14243[18:15:35.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05504800006747246 +Info 14244[18:15:35.962] Format host information updated +Info 14245[18:15:36.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14246[18:15:36.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1009 structureChanged: false structureIsReused:: Completely Elapsed: 9.009181000292301ms +Info 14247[18:15:36.036] Different program with same set of files +Info 14248[18:15:36.036] getCompletionData: Get current token: 0.00434499979019165 +Info 14249[18:15:36.036] getCompletionData: Is inside comment: 0.0012720003724098206 +Info 14250[18:15:36.036] getCompletionData: Get previous token: 0.020642999559640884 +Info 14251[18:15:36.036] getCompletionsAtPosition: isCompletionListBlocker: 0.002028999850153923 +Info 14252[18:15:36.037] getCompletionData: Semantic work: 1.3392980005592108 +Info 14253[18:15:36.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06481299921870232 +Info 14254[18:15:36.038] Format host information updated +Info 14255[18:15:36.218] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14256[18:15:36.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1010 structureChanged: false structureIsReused:: Completely Elapsed: 6.161313001066446ms +Info 14257[18:15:36.224] Different program with same set of files +Info 14258[18:15:36.225] getCompletionData: Get current token: 0.0037060007452964783 +Info 14259[18:15:36.225] getCompletionData: Is inside comment: 0.0012409985065460205 +Info 14260[18:15:36.225] getCompletionData: Get previous token: 0.018564999103546143 +Info 14261[18:15:36.225] getCompletionsAtPosition: isCompletionListBlocker: 0.0018859989941120148 +Info 14262[18:15:36.226] getCompletionData: Semantic work: 1.2016080003231764 +Info 14263[18:15:36.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.050617000088095665 +Info 14264[18:15:36.226] Format host information updated +Info 14265[18:15:36.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14266[18:15:36.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1011 structureChanged: false structureIsReused:: Completely Elapsed: 10.374828999862075ms +Info 14267[18:15:36.398] Different program with same set of files +Info 14268[18:15:36.398] getCompletionData: Get current token: 0.003585001453757286 +Info 14269[18:15:36.398] getCompletionData: Is inside comment: 0.00120600126683712 +Info 14270[18:15:36.398] getCompletionData: Get previous token: 0.017824001610279083 +Info 14271[18:15:36.398] getCompletionsAtPosition: isCompletionListBlocker: 0.0018290001899003983 +Info 14272[18:15:36.399] getCompletionData: Semantic work: 1.3723950013518333 +Info 14273[18:15:36.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05160200037062168 +Info 14274[18:15:36.399] Format host information updated +Info 14275[18:15:36.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14276[18:15:36.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1012 structureChanged: false structureIsReused:: Completely Elapsed: 20.547654001042247ms +Info 14277[18:15:36.501] Different program with same set of files +Info 14278[18:15:36.501] getCompletionData: Get current token: 0.01644199900329113 +Info 14279[18:15:36.501] getCompletionData: Is inside comment: 0.004732999950647354 +Info 14280[18:15:36.501] getCompletionData: Get previous token: 0.04873199947178364 +Info 14281[18:15:36.501] getCompletionsAtPosition: isCompletionListBlocker: 0.005650000646710396 +Info 14282[18:15:36.505] getCompletionData: Semantic work: 3.729025000706315 +Info 14283[18:15:36.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16864700056612492 +Info 14284[18:15:36.506] Format host information updated +Info 14285[18:15:36.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14286[18:15:36.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1013 structureChanged: false structureIsReused:: Completely Elapsed: 23.017547998577356ms +Info 14287[18:15:36.613] Different program with same set of files +Info 14288[18:15:36.614] getCompletionData: Get current token: 0.012240998446941376 +Info 14289[18:15:36.614] getCompletionData: Is inside comment: 0.004127001389861107 +Info 14290[18:15:36.614] getCompletionData: Get previous token: 0.062202999368309975 +Info 14291[18:15:36.614] getCompletionsAtPosition: isCompletionListBlocker: 0.004476001486182213 +Info 14292[18:15:36.617] getCompletionData: Semantic work: 3.4211400002241135 +Info 14293[18:15:36.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14566499926149845 +Info 14294[18:15:36.622] Format host information updated +Info 14295[18:15:36.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14296[18:15:36.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1014 structureChanged: false structureIsReused:: Completely Elapsed: 12.798795999959111ms +Info 14297[18:15:36.672] Different program with same set of files +Info 14298[18:15:36.673] getCompletionData: Get current token: 0.009093999862670898 +Info 14299[18:15:36.673] getCompletionData: Is inside comment: 0.0028320010751485825 +Info 14300[18:15:36.673] getCompletionData: Get previous token: 0.043769000098109245 +Info 14301[18:15:36.673] getCompletionsAtPosition: isCompletionListBlocker: 0.003239000216126442 +Info 14302[18:15:36.675] getCompletionData: Semantic work: 2.6032290011644363 +Info 14303[18:15:36.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10357599891722202 +Info 14304[18:15:36.676] Format host information updated +Info 14305[18:15:36.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14306[18:15:36.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1015 structureChanged: false structureIsReused:: Completely Elapsed: 22.798642000183463ms +Info 14307[18:15:36.777] Different program with same set of files +Info 14308[18:15:36.778] getCompletionData: Get current token: 0.016791999340057373 +Info 14309[18:15:36.778] getCompletionData: Is inside comment: 0.00497099943459034 +Info 14310[18:15:36.778] getCompletionData: Get previous token: 0.0796389989554882 +Info 14311[18:15:36.778] getCompletionsAtPosition: isCompletionListBlocker: 0.006397999823093414 +Info 14312[18:15:36.783] getCompletionData: Semantic work: 4.656864998862147 +Info 14313[18:15:36.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14236699976027012 +Info 14314[18:15:36.788] Format host information updated +Info 14315[18:15:37.416] Format host information updated +Info 14316[18:15:37.416] Format host information updated +Info 14317[18:15:37.416] Format host information updated +Info 14318[18:15:37.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14319[18:15:37.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1016 structureChanged: false structureIsReused:: Completely Elapsed: 8.52330399863422ms +Info 14320[18:15:37.425] Different program with same set of files +Info 14321[18:15:37.425] getCompletionData: Get current token: 0.011234000325202942 +Info 14322[18:15:37.425] getCompletionData: Is inside comment: 0.00430000014603138 +Info 14323[18:15:37.425] getCompletionData: Get previous token: 0.01667100004851818 +Info 14324[18:15:37.425] getCompletionsAtPosition: isCompletionListBlocker: 0.001865999773144722 +Info 14325[18:15:37.426] getCompletionData: Semantic work: 1.107744000852108 +Info 14326[18:15:37.428] getCompletionData: Get current token: 0.00596500001847744 +Info 14327[18:15:37.428] getCompletionData: Is inside comment: 0.0019600000232458115 +Info 14328[18:15:37.428] getCompletionData: Get previous token: 0.016106000170111656 +Info 14329[18:15:37.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0012560002505779266 +Info 14330[18:15:37.428] getCompletionData: Semantic work: 0.16768799908459187 +Info 14331[18:15:37.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14332[18:15:37.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1017 structureChanged: false structureIsReused:: Completely Elapsed: 9.393309999257326ms +Info 14333[18:15:37.582] Different program with same set of files +Info 14334[18:15:37.582] getCompletionData: Get current token: 0.005899000912904739 +Info 14335[18:15:37.582] getCompletionData: Is inside comment: 0.001830998808145523 +Info 14336[18:15:37.582] getCompletionData: Get previous token: 0.030595999211072922 +Info 14337[18:15:37.582] getCompletionsAtPosition: isCompletionListBlocker: 0.0022919997572898865 +Info 14338[18:15:37.583] getExportInfoMap: cache hit +Info 14339[18:15:37.589] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 115 from cache +Info 14340[18:15:37.589] collectAutoImports: response is complete +Info 14341[18:15:37.589] collectAutoImports: 6.000248998403549 +Info 14342[18:15:37.589] getCompletionData: Semantic work: 6.749981999397278 +Info 14343[18:15:37.592] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.562237000092864 +Info 14344[18:15:37.595] Format host information updated +Info 14345[18:15:37.767] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14346[18:15:37.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1018 structureChanged: false structureIsReused:: Completely Elapsed: 6.369254000484943ms +Info 14347[18:15:37.774] Different program with same set of files +Info 14348[18:15:37.774] getCompletionData: Get current token: 0.004520999267697334 +Info 14349[18:15:37.774] getCompletionData: Is inside comment: 0.001356000080704689 +Info 14350[18:15:37.774] getCompletionData: Get previous token: 0.014955000951886177 +Info 14351[18:15:37.774] getCompletionsAtPosition: isCompletionListBlocker: 0.049379000440239906 +Info 14352[18:15:37.775] getCompletionData: Semantic work: 1.248913999646902 +Info 14353[18:15:37.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.046390000730752945 +Info 14354[18:15:37.775] Format host information updated +Info 14355[18:15:37.864] Format host information updated +Info 14356[18:15:37.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14357[18:15:37.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1019 structureChanged: false structureIsReused:: Completely Elapsed: 6.058093998581171ms +Info 14358[18:15:37.870] Different program with same set of files +Info 14359[18:15:38.574] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14360[18:15:38.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1020 structureChanged: false structureIsReused:: Completely Elapsed: 6.126902000978589ms +Info 14361[18:15:38.580] Different program with same set of files +Info 14362[18:15:38.580] getCompletionData: Get current token: 0.003070998936891556 +Info 14363[18:15:38.580] getCompletionData: Is inside comment: 0.001033000648021698 +Info 14364[18:15:38.580] getCompletionData: Get previous token: 0.014967000111937523 +Info 14365[18:15:38.580] getCompletionsAtPosition: isCompletionListBlocker: 0.0046720001846551895 +Info 14366[18:15:38.583] getCompletionData: Semantic work: 2.3226009998470545 +Info 14367[18:15:38.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05858599953353405 +Info 14368[18:15:38.585] Format host information updated +Info 14369[18:15:38.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14370[18:15:38.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1021 structureChanged: false structureIsReused:: Completely Elapsed: 13.896756000816822ms +Info 14371[18:15:38.703] Different program with same set of files +Info 14372[18:15:38.704] getCompletionData: Get current token: 0.010284999385476112 +Info 14373[18:15:38.704] getCompletionData: Is inside comment: 0.0038130003958940506 +Info 14374[18:15:38.704] getCompletionData: Get previous token: 0.052306000143289566 +Info 14375[18:15:38.704] getCompletionsAtPosition: isCompletionListBlocker: 0.009533001109957695 +Info 14376[18:15:38.708] getCompletionData: Semantic work: 3.94705200009048 +Info 14377[18:15:38.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1119219996035099 +Info 14378[18:15:38.763] Format host information updated +Info 14379[18:15:38.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14380[18:15:38.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1022 structureChanged: false structureIsReused:: Completely Elapsed: 8.277323000133038ms +Info 14381[18:15:38.827] Different program with same set of files +Info 14382[18:15:38.827] getCompletionData: Get current token: 0.005468999966979027 +Info 14383[18:15:38.827] getCompletionData: Is inside comment: 0.002869000658392906 +Info 14384[18:15:38.827] getCompletionData: Get previous token: 0.0277709998190403 +Info 14385[18:15:38.828] getCompletionsAtPosition: isCompletionListBlocker: 0.00604499876499176 +Info 14386[18:15:38.830] getCompletionData: Semantic work: 2.147128999233246 +Info 14387[18:15:38.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.060680000111460686 +Info 14388[18:15:38.830] Format host information updated +Info 14389[18:15:39.355] Format host information updated +Info 14390[18:15:39.355] Format host information updated +Info 14391[18:15:39.355] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14392[18:15:39.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1023 structureChanged: false structureIsReused:: Completely Elapsed: 8.485907999798656ms +Info 14393[18:15:39.364] Different program with same set of files +Info 14394[18:15:39.364] getCompletionData: Get current token: 0.012771001085639 +Info 14395[18:15:39.364] getCompletionData: Is inside comment: 0.003972999751567841 +Info 14396[18:15:39.364] getCompletionData: Get previous token: 0.020556000992655754 +Info 14397[18:15:39.364] getCompletionsAtPosition: isCompletionListBlocker: 0.0056779999285936356 +Info 14398[18:15:39.365] getCompletionData: Semantic work: 1.4238600004464388 +Info 14399[18:15:39.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14400[18:15:39.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1024 structureChanged: false structureIsReused:: Completely Elapsed: 6.887539999559522ms +Info 14401[18:15:39.629] Different program with same set of files +Info 14402[18:15:39.629] getCompletionData: Get current token: 0.0033539999276399612 +Info 14403[18:15:39.629] getCompletionData: Is inside comment: 0.0011120010167360306 +Info 14404[18:15:39.629] getCompletionData: Get previous token: 0.020114999264478683 +Info 14405[18:15:39.629] getCompletionsAtPosition: isCompletionListBlocker: 0.0016060005873441696 +Info 14406[18:15:39.630] getExportInfoMap: cache hit +Info 14407[18:15:39.638] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 152 from cache +Info 14408[18:15:39.638] collectAutoImports: response is complete +Info 14409[18:15:39.638] collectAutoImports: 8.175215998664498 +Info 14410[18:15:39.638] getCompletionData: Semantic work: 8.925493000075221 +Info 14411[18:15:39.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.858501000329852 +Info 14412[18:15:39.642] Format host information updated +Info 14413[18:15:39.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14414[18:15:39.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1025 structureChanged: false structureIsReused:: Completely Elapsed: 11.042783999815583ms +Info 14415[18:15:39.717] Different program with same set of files +Info 14416[18:15:39.718] getCompletionData: Get current token: 0.006355000659823418 +Info 14417[18:15:39.718] getCompletionData: Is inside comment: 0.0019960012286901474 +Info 14418[18:15:39.718] getCompletionData: Get previous token: 0.037244999781250954 +Info 14419[18:15:39.718] getCompletionsAtPosition: isCompletionListBlocker: 0.002668999135494232 +Info 14420[18:15:39.719] getExportInfoMap: cache hit +Info 14421[18:15:39.722] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 72 from cache +Info 14422[18:15:39.722] collectAutoImports: response is complete +Info 14423[18:15:39.722] collectAutoImports: 3.4767710007727146 +Info 14424[18:15:39.722] getCompletionData: Semantic work: 4.356598000973463 +Info 14425[18:15:39.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6425739992409945 +Info 14426[18:15:39.727] Format host information updated +Info 14427[18:16:11.039] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 14428[18:16:11.039] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.purs +Info 14429[18:16:11.039] Elapsed:: 0.5131550002843142ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 14430[18:16:11.039] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 14431[18:16:11.040] Elapsed:: 0.48540399968624115ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 14432[18:16:58.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14433[18:16:58.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1026 structureChanged: false structureIsReused:: Completely Elapsed: 14.403423000127077ms +Info 14434[18:16:58.146] Different program with same set of files +Info 14435[18:16:58.146] getCompletionData: Get current token: 0.004456000402569771 +Info 14436[18:16:58.146] getCompletionData: Is inside comment: 0.010603999719023705 +Info 14437[18:16:58.146] getCompletionData: Get previous token: 0.008051000535488129 +Info 14438[18:16:58.146] getCompletionsAtPosition: isCompletionListBlocker: 0.002498999238014221 +Info 14439[18:16:58.147] getExportInfoMap: cache hit +Info 14440[18:16:58.165] collectAutoImports: resolved 3 module specifiers, plus 175 ambient and 1054 from cache +Info 14441[18:16:58.165] collectAutoImports: response is complete +Info 14442[18:16:58.165] collectAutoImports: 18.715905001387 +Info 14443[18:16:58.165] getCompletionData: Semantic work: 19.42625900171697 +Info 14444[18:16:58.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.2620719987899065 +Info 14445[18:16:58.177] Format host information updated +Info 14446[18:16:58.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14447[18:16:58.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1027 structureChanged: false structureIsReused:: Completely Elapsed: 12.52934299968183ms +Info 14448[18:16:58.338] Different program with same set of files +Info 14449[18:16:58.338] getCompletionData: Get current token: 0.0034569986164569855 +Info 14450[18:16:58.338] getCompletionData: Is inside comment: 0.010774999856948853 +Info 14451[18:16:58.338] getCompletionData: Get previous token: 0.014891000464558601 +Info 14452[18:16:58.338] getCompletionsAtPosition: isCompletionListBlocker: 0.0024299994111061096 +Info 14453[18:16:58.339] getExportInfoMap: cache hit +Info 14454[18:16:58.343] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 14455[18:16:58.343] collectAutoImports: response is complete +Info 14456[18:16:58.343] collectAutoImports: 4.310600999742746 +Info 14457[18:16:58.343] getCompletionData: Semantic work: 4.851189998909831 +Info 14458[18:16:58.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6380119994282722 +Info 14459[18:16:58.347] Format host information updated +Info 14460[18:16:58.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14461[18:16:58.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1028 structureChanged: false structureIsReused:: Completely Elapsed: 10.498230999335647ms +Info 14462[18:16:58.397] Different program with same set of files +Info 14463[18:16:58.397] getCompletionData: Get current token: 0.004132000729441643 +Info 14464[18:16:58.397] getCompletionData: Is inside comment: 0.01916700042784214 +Info 14465[18:16:58.397] getCompletionData: Get previous token: 0.03538999892771244 +Info 14466[18:16:58.398] getCompletionsAtPosition: isCompletionListBlocker: 0.0021700002253055573 +Info 14467[18:16:58.398] getExportInfoMap: cache hit +Info 14468[18:16:58.401] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 14469[18:16:58.401] collectAutoImports: response is complete +Info 14470[18:16:58.401] collectAutoImports: 2.9013730008155107 +Info 14471[18:16:58.401] getCompletionData: Semantic work: 3.478288998827338 +Info 14472[18:16:58.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6311249993741512 +Info 14473[18:16:58.406] Format host information updated +Info 14474[18:16:58.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14475[18:16:58.573] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1029 structureChanged: false structureIsReused:: Completely Elapsed: 8.40001199953258ms +Info 14476[18:16:58.574] Different program with same set of files +Info 14477[18:16:58.574] getCompletionData: Get current token: 0.0041589997708797455 +Info 14478[18:16:58.574] getCompletionData: Is inside comment: 0.011323001235723495 +Info 14479[18:16:58.574] getCompletionData: Get previous token: 0.015008000656962395 +Info 14480[18:16:58.574] getCompletionsAtPosition: isCompletionListBlocker: 0.0025919992476701736 +Info 14481[18:16:58.574] getExportInfoMap: cache hit +Info 14482[18:16:58.591] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14483[18:16:58.591] collectAutoImports: response is complete +Info 14484[18:16:58.592] collectAutoImports: 17.132677998393774 +Info 14485[18:16:58.592] getCompletionData: Semantic work: 17.745345000177622 +Info 14486[18:16:58.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.171105999499559 +Info 14487[18:16:58.604] Format host information updated +Info 14488[18:17:04.177] Format host information updated +Info 14489[18:17:04.177] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14490[18:17:04.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1030 structureChanged: false structureIsReused:: Completely Elapsed: 9.186341999098659ms +Info 14491[18:17:04.186] Different program with same set of files +Info 14492[18:17:04.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14493[18:17:04.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1031 structureChanged: false structureIsReused:: Completely Elapsed: 8.491389999166131ms +Info 14494[18:17:04.429] Different program with same set of files +Info 14495[18:17:04.429] getCompletionData: Get current token: 0.0030789989978075027 +Info 14496[18:17:04.429] getCompletionData: Is inside comment: 0.008820999413728714 +Info 14497[18:17:04.429] getCompletionData: Get previous token: 0.012480000033974648 +Info 14498[18:17:04.429] getCompletionsAtPosition: isCompletionListBlocker: 0.001854998990893364 +Info 14499[18:17:04.430] getExportInfoMap: cache hit +Info 14500[18:17:04.433] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 68 from cache +Info 14501[18:17:04.433] collectAutoImports: response is complete +Info 14502[18:17:04.433] collectAutoImports: 3.1631579995155334 +Info 14503[18:17:04.433] getCompletionData: Semantic work: 3.677880000323057 +Info 14504[18:17:04.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.756147000938654 +Info 14505[18:17:04.436] Format host information updated +Info 14506[18:17:04.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14507[18:17:04.513] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1032 structureChanged: false structureIsReused:: Completely Elapsed: 13.029709000140429ms +Info 14508[18:17:04.513] Different program with same set of files +Info 14509[18:17:04.513] getCompletionData: Get current token: 0.005743999034166336 +Info 14510[18:17:04.513] getCompletionData: Is inside comment: 0.021211998537182808 +Info 14511[18:17:04.513] getCompletionData: Get previous token: 0.029023000970482826 +Info 14512[18:17:04.513] getCompletionsAtPosition: isCompletionListBlocker: 0.002769000828266144 +Info 14513[18:17:04.514] getExportInfoMap: cache hit +Info 14514[18:17:04.518] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 8 from cache +Info 14515[18:17:04.518] collectAutoImports: response is complete +Info 14516[18:17:04.518] collectAutoImports: 3.8577829990535975 +Info 14517[18:17:04.518] getCompletionData: Semantic work: 4.808339999988675 +Info 14518[18:17:04.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5218720007687807 +Info 14519[18:17:04.525] Format host information updated +Info 14520[18:17:04.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14521[18:17:04.691] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1033 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.61175600066781ms +Info 14522[18:17:04.691] Different program with same set of files +Info 14523[18:17:04.692] getCompletionData: Get current token: 0.004974000155925751 +Info 14524[18:17:04.692] getCompletionData: Is inside comment: 0.014198999851942062 +Info 14525[18:17:04.692] getCompletionData: Get previous token: 0.018897000700235367 +Info 14526[18:17:04.692] getCompletionsAtPosition: isCompletionListBlocker: 0.0019380003213882446 +Info 14527[18:17:04.692] getExportInfoMap: cache hit +Info 14528[18:17:04.710] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14529[18:17:04.710] collectAutoImports: response is complete +Info 14530[18:17:04.710] collectAutoImports: 17.85932199843228 +Info 14531[18:17:04.710] getCompletionData: Semantic work: 18.497303999960423 +Info 14532[18:17:04.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.960594000294805 +Info 14533[18:17:04.719] Format host information updated +Info 14534[18:17:04.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14535[18:17:04.979] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1034 structureChanged: false structureIsReused:: Completely Elapsed: 7.802117999643087ms +Info 14536[18:17:04.979] Different program with same set of files +Info 14537[18:17:04.979] getCompletionData: Get current token: 0.0037819985300302505 +Info 14538[18:17:04.979] getCompletionData: Is inside comment: 0.013157999143004417 +Info 14539[18:17:04.979] getCompletionData: Get previous token: 0.009120000526309013 +Info 14540[18:17:04.979] getCompletionsAtPosition: isCompletionListBlocker: 0.008685000240802765 +Info 14541[18:17:04.980] getExportInfoMap: cache hit +Info 14542[18:17:04.993] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14543[18:17:04.993] collectAutoImports: response is complete +Info 14544[18:17:04.993] collectAutoImports: 13.087121000513434 +Info 14545[18:17:04.993] getCompletionData: Semantic work: 13.694830998778343 +Info 14546[18:17:05.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.065205000340939 +Info 14547[18:17:05.005] Format host information updated +Info 14548[18:17:05.053] getCompletionData: Get current token: 0.005756000056862831 +Info 14549[18:17:05.053] getCompletionData: Is inside comment: 0.017100000753998756 +Info 14550[18:17:05.053] getCompletionData: Get previous token: 0.00889899954199791 +Info 14551[18:17:05.053] getCompletionsAtPosition: isCompletionListBlocker: 0.003066999837756157 +Info 14552[18:17:05.054] getExportInfoMap: cache hit +Info 14553[18:17:05.071] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14554[18:17:05.071] collectAutoImports: response is complete +Info 14555[18:17:05.071] collectAutoImports: 16.884874999523163 +Info 14556[18:17:05.071] getCompletionData: Semantic work: 17.633008999750018 +Info 14557[18:17:05.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.427086999639869 +Info 14558[18:17:05.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14559[18:17:05.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1035 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.433791998773813ms +Info 14560[18:17:05.304] Different program with same set of files +Info 14561[18:17:05.320] Format host information updated +Info 14562[18:17:05.378] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14563[18:17:05.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1036 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.308667000383139ms +Info 14564[18:17:05.389] Different program with same set of files +Info 14565[18:17:05.389] getCompletionData: Get current token: 0.004396999254822731 +Info 14566[18:17:05.389] getCompletionData: Is inside comment: 0.012853998690843582 +Info 14567[18:17:05.389] getCompletionData: Get previous token: 0.010218000039458275 +Info 14568[18:17:05.389] getCompletionsAtPosition: isCompletionListBlocker: 0.006803000345826149 +Info 14569[18:17:05.390] getExportInfoMap: cache hit +Info 14570[18:17:05.403] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14571[18:17:05.403] collectAutoImports: response is complete +Info 14572[18:17:05.403] collectAutoImports: 12.84842799976468 +Info 14573[18:17:05.403] getCompletionData: Semantic work: 13.304067000746727 +Info 14574[18:17:05.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.533813001587987 +Info 14575[18:17:05.411] Format host information updated +Info 14576[18:17:05.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14577[18:17:05.638] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1037 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.496102001518011ms +Info 14578[18:17:05.638] Different program with same set of files +Info 14579[18:17:05.639] Format host information updated +Info 14580[18:17:05.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14581[18:17:05.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1038 structureChanged: true structureIsReused:: SafeModules Elapsed: 35.65545499883592ms +Info 14582[18:17:05.753] Different program with same set of files +Info 14583[18:17:05.757] Format host information updated +Info 14584[18:17:05.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14585[18:17:05.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1039 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.676828000694513ms +Info 14586[18:17:05.798] Different program with same set of files +Info 14587[18:17:05.799] Format host information updated +Info 14588[18:17:05.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14589[18:17:05.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1040 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.298985999077559ms +Info 14590[18:17:05.984] Different program with same set of files +Info 14591[18:17:05.985] Format host information updated +Info 14592[18:17:06.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14593[18:17:06.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1041 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.6995609998703ms +Info 14594[18:17:06.093] Different program with same set of files +Info 14595[18:17:06.094] Format host information updated +Info 14596[18:17:06.865] Format host information updated +Info 14597[18:17:06.865] Format host information updated +Info 14598[18:17:06.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14599[18:17:06.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1042 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.578999999910593ms +Info 14600[18:17:06.876] Different program with same set of files +Info 14601[18:17:06.876] getCompletionData: Get current token: 0.0036960002034902573 +Info 14602[18:17:06.876] getCompletionData: Is inside comment: 0.01187100075185299 +Info 14603[18:17:06.876] getCompletionData: Get previous token: 0.008577000349760056 +Info 14604[18:17:06.876] getCompletionsAtPosition: isCompletionListBlocker: 0.0073699988424777985 +Info 14605[18:17:06.877] getExportInfoMap: cache hit +Info 14606[18:17:06.889] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14607[18:17:06.889] collectAutoImports: response is complete +Info 14608[18:17:06.890] collectAutoImports: 12.905233999714255 +Info 14609[18:17:06.890] getCompletionData: Semantic work: 13.349256999790668 +Info 14610[18:17:06.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.936380000784993 +Info 14611[18:17:06.904] Format host information updated +Info 14612[18:17:07.006] getCompletionData: Get current token: 0.0034389998763799667 +Info 14613[18:17:07.006] getCompletionData: Is inside comment: 0.010408001020550728 +Info 14614[18:17:07.006] getCompletionData: Get previous token: 0.010273000225424767 +Info 14615[18:17:07.006] getCompletionsAtPosition: isCompletionListBlocker: 0.007966998964548111 +Info 14616[18:17:07.007] getExportInfoMap: cache hit +Info 14617[18:17:07.015] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14618[18:17:07.015] collectAutoImports: response is complete +Info 14619[18:17:07.015] collectAutoImports: 8.46955499984324 +Info 14620[18:17:07.015] getCompletionData: Semantic work: 8.987329000607133 +Info 14621[18:17:07.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.518399000167847 +Info 14622[18:17:07.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14623[18:17:07.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1043 structureChanged: false structureIsReused:: Completely Elapsed: 7.554393999278545ms +Info 14624[18:17:07.090] Different program with same set of files +Info 14625[18:17:07.090] getCompletionData: Get current token: 0.002911999821662903 +Info 14626[18:17:07.090] getCompletionData: Is inside comment: 0.009678998962044716 +Info 14627[18:17:07.090] getCompletionData: Get previous token: 0.0069090016186237335 +Info 14628[18:17:07.090] getCompletionsAtPosition: isCompletionListBlocker: 0.0019650012254714966 +Info 14629[18:17:07.091] getCompletionData: Semantic work: 0.20744399912655354 +Info 14630[18:17:07.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5028409995138645 +Info 14631[18:17:07.092] Format host information updated +Info 14632[18:17:08.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14633[18:17:08.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1044 structureChanged: false structureIsReused:: Completely Elapsed: 8.59430600143969ms +Info 14634[18:17:08.347] Different program with same set of files +Info 14635[18:17:08.347] getCompletionData: Get current token: 0.0029569994658231735 +Info 14636[18:17:08.347] getCompletionData: Is inside comment: 0.009283998981118202 +Info 14637[18:17:08.347] getCompletionData: Get previous token: 0.006481999531388283 +Info 14638[18:17:08.347] getCompletionsAtPosition: isCompletionListBlocker: 0.007236000150442123 +Info 14639[18:17:08.348] getExportInfoMap: cache hit +Info 14640[18:17:08.357] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14641[18:17:08.357] collectAutoImports: response is complete +Info 14642[18:17:08.357] collectAutoImports: 9.49711100012064 +Info 14643[18:17:08.357] getCompletionData: Semantic work: 10.004305999726057 +Info 14644[18:17:08.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.136962000280619 +Info 14645[18:17:08.367] Format host information updated +Info 14646[18:17:09.120] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14647[18:17:09.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1045 structureChanged: false structureIsReused:: Completely Elapsed: 8.63480499945581ms +Info 14648[18:17:09.129] Different program with same set of files +Info 14649[18:17:09.129] getCompletionData: Get current token: 0.002692999318242073 +Info 14650[18:17:09.129] getCompletionData: Is inside comment: 0.009051000699400902 +Info 14651[18:17:09.129] getCompletionData: Get previous token: 0.006380001083016396 +Info 14652[18:17:09.129] getCompletionsAtPosition: isCompletionListBlocker: 0.0016650017350912094 +Info 14653[18:17:09.129] getCompletionData: Semantic work: 0.20776399970054626 +Info 14654[18:17:09.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41982899978756905 +Info 14655[18:17:09.130] Format host information updated +Info 14656[18:17:10.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14657[18:17:10.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1046 structureChanged: false structureIsReused:: Completely Elapsed: 6.399450000375509ms +Info 14658[18:17:10.073] Different program with same set of files +Info 14659[18:17:10.073] getCompletionData: Get current token: 0.0029549989849328995 +Info 14660[18:17:10.073] getCompletionData: Is inside comment: 0.009772999212145805 +Info 14661[18:17:10.073] getCompletionData: Get previous token: 0.013678999617695808 +Info 14662[18:17:10.073] getCompletionsAtPosition: isCompletionListBlocker: 0.001562001183629036 +Info 14663[18:17:10.074] getCompletionData: Semantic work: 0.23774800077080727 +Info 14664[18:17:10.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.43615199998021126 +Info 14665[18:17:10.074] Format host information updated +Info 14666[18:17:10.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14667[18:17:10.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1047 structureChanged: false structureIsReused:: Completely Elapsed: 6.260046999901533ms +Info 14668[18:17:10.185] Different program with same set of files +Info 14669[18:17:10.185] getCompletionData: Get current token: 0.0038189999759197235 +Info 14670[18:17:10.185] getCompletionData: Is inside comment: 0.011521000415086746 +Info 14671[18:17:10.185] getCompletionData: Get previous token: 0.01652500033378601 +Info 14672[18:17:10.185] getCompletionsAtPosition: isCompletionListBlocker: 0.0018550008535385132 +Info 14673[18:17:10.185] getCompletionData: Semantic work: 0.2184209991246462 +Info 14674[18:17:10.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5686730016022921 +Info 14675[18:17:10.186] Format host information updated +Info 14676[18:17:10.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14677[18:17:10.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1048 structureChanged: false structureIsReused:: Completely Elapsed: 8.385561000555754ms +Info 14678[18:17:10.287] Different program with same set of files +Info 14679[18:17:10.287] getCompletionData: Get current token: 0.004522999748587608 +Info 14680[18:17:10.287] getCompletionData: Is inside comment: 0.01181500032544136 +Info 14681[18:17:10.287] getCompletionData: Get previous token: 0.01718199998140335 +Info 14682[18:17:10.287] getCompletionsAtPosition: isCompletionListBlocker: 0.0026040002703666687 +Info 14683[18:17:10.287] getCompletionData: Semantic work: 0.22317699901759624 +Info 14684[18:17:10.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5461660008877516 +Info 14685[18:17:10.288] Format host information updated +Info 14686[18:17:10.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14687[18:17:10.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1049 structureChanged: false structureIsReused:: Completely Elapsed: 6.13582899980247ms +Info 14688[18:17:10.395] Different program with same set of files +Info 14689[18:17:10.396] getCompletionData: Get current token: 0.003767000511288643 +Info 14690[18:17:10.396] getCompletionData: Is inside comment: 0.01130400039255619 +Info 14691[18:17:10.396] getCompletionData: Get previous token: 0.016674000769853592 +Info 14692[18:17:10.396] getCompletionsAtPosition: isCompletionListBlocker: 0.0020989999175071716 +Info 14693[18:17:10.396] getCompletionData: Semantic work: 0.21137200109660625 +Info 14694[18:17:10.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4965609982609749 +Info 14695[18:17:10.397] Format host information updated +Info 14696[18:17:11.734] Format host information updated +Info 14697[18:17:11.735] Format host information updated +Info 14698[18:17:11.735] Format host information updated +Info 14699[18:17:11.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14700[18:17:11.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1050 structureChanged: false structureIsReused:: Completely Elapsed: 6.350022001191974ms +Info 14701[18:17:11.741] Different program with same set of files +Info 14702[18:17:11.742] getCompletionData: Get current token: 0.012996001169085503 +Info 14703[18:17:11.742] getCompletionData: Is inside comment: 0.016095999628305435 +Info 14704[18:17:11.742] getCompletionData: Get previous token: 0.014086000621318817 +Info 14705[18:17:11.742] getCompletionsAtPosition: isCompletionListBlocker: 0.002155998721718788 +Info 14706[18:17:11.742] getCompletionData: Semantic work: 0.18834399990737438 +Info 14707[18:17:11.743] getCompletionData: Get current token: 0.004527000710368156 +Info 14708[18:17:11.743] getCompletionData: Is inside comment: 0.03265899978578091 +Info 14709[18:17:11.743] getCompletionData: Get previous token: 0.01427999883890152 +Info 14710[18:17:11.743] getCompletionsAtPosition: isCompletionListBlocker: 0.0010269992053508759 +Info 14711[18:17:11.743] getCompletionData: Semantic work: 0.07890599966049194 +Info 14712[18:17:11.743] getCompletionData: Get current token: 0.004390999674797058 +Info 14713[18:17:11.743] getCompletionData: Is inside comment: 0.011912001296877861 +Info 14714[18:17:11.744] getCompletionData: Get previous token: 0.02817700058221817 +Info 14715[18:17:11.744] getCompletionsAtPosition: isCompletionListBlocker: 0.0009809993207454681 +Info 14716[18:17:11.744] getCompletionData: Semantic work: 0.03792400099337101 +Info 14717[18:17:11.744] Format host information updated +Info 14718[18:17:59.480] Format host information updated +Info 14719[18:17:59.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14720[18:17:59.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1051 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.02016600035131ms +Info 14721[18:17:59.493] Different program with same set of files +Info 14722[18:18:00.259] Format host information updated +Info 14723[18:18:00.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14724[18:18:00.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1052 structureChanged: false structureIsReused:: Completely Elapsed: 10.340764999389648ms +Info 14725[18:18:00.270] Different program with same set of files +Info 14726[18:18:02.200] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14727[18:18:02.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1053 structureChanged: false structureIsReused:: Completely Elapsed: 7.423660000786185ms +Info 14728[18:18:02.207] Different program with same set of files +Info 14729[18:18:02.208] getCompletionData: Get current token: 0.0022889990359544754 +Info 14730[18:18:02.208] getCompletionData: Is inside comment: 0.006602000445127487 +Info 14731[18:18:02.208] getCompletionData: Get previous token: 0.007811000570654869 +Info 14732[18:18:02.208] getCompletionsAtPosition: isCompletionListBlocker: 0.0011900011450052261 +Info 14733[18:18:02.208] Returning an empty list because completion was requested in an invalid position. +Info 14734[18:18:02.208] Format host information updated +Info 14735[18:18:02.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14736[18:18:02.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1054 structureChanged: false structureIsReused:: Completely Elapsed: 8.83155700005591ms +Info 14737[18:18:02.442] Different program with same set of files +Info 14738[18:18:02.442] getCompletionData: Get current token: 0.002359999343752861 +Info 14739[18:18:02.442] getCompletionData: Is inside comment: 0.006344001740217209 +Info 14740[18:18:02.442] getCompletionData: Get previous token: 0.0075530000030994415 +Info 14741[18:18:02.442] getCompletionsAtPosition: isCompletionListBlocker: 0.0010609999299049377 +Info 14742[18:18:02.442] Returning an empty list because completion was requested in an invalid position. +Info 14743[18:18:02.443] Format host information updated +Info 14744[18:18:02.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14745[18:18:02.499] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1055 structureChanged: false structureIsReused:: Completely Elapsed: 16.95156400091946ms +Info 14746[18:18:02.499] Different program with same set of files +Info 14747[18:18:02.499] getCompletionData: Get current token: 0.002368999645113945 +Info 14748[18:18:02.499] getCompletionData: Is inside comment: 0.00767199881374836 +Info 14749[18:18:02.499] getCompletionData: Get previous token: 0.008601000532507896 +Info 14750[18:18:02.499] getCompletionsAtPosition: isCompletionListBlocker: 0.0012920014560222626 +Info 14751[18:18:02.499] Returning an empty list because completion was requested in an invalid position. +Info 14752[18:18:02.499] Format host information updated +Info 14753[18:18:02.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14754[18:18:02.572] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1056 structureChanged: false structureIsReused:: Completely Elapsed: 6.547019999474287ms +Info 14755[18:18:02.572] Different program with same set of files +Info 14756[18:18:02.572] getCompletionData: Get current token: 0.0024570003151893616 +Info 14757[18:18:02.572] getCompletionData: Is inside comment: 0.006827998906373978 +Info 14758[18:18:02.572] getCompletionData: Get previous token: 0.007803000509738922 +Info 14759[18:18:02.572] getCompletionsAtPosition: isCompletionListBlocker: 0.0012219995260238647 +Info 14760[18:18:02.572] Returning an empty list because completion was requested in an invalid position. +Info 14761[18:18:02.572] Format host information updated +Info 14762[18:18:02.690] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14763[18:18:02.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1057 structureChanged: false structureIsReused:: Completely Elapsed: 31.973993999883533ms +Info 14764[18:18:02.722] Different program with same set of files +Info 14765[18:18:02.723] getCompletionData: Get current token: 0.005730999633669853 +Info 14766[18:18:02.723] getCompletionData: Is inside comment: 0.018248001113533974 +Info 14767[18:18:02.723] getCompletionData: Get previous token: 0.020670000463724136 +Info 14768[18:18:02.723] getCompletionsAtPosition: isCompletionListBlocker: 0.0026860013604164124 +Info 14769[18:18:02.723] Returning an empty list because completion was requested in an invalid position. +Info 14770[18:18:02.723] Format host information updated +Info 14771[18:18:03.724] getCompletionData: Get current token: 0.01820099912583828 +Info 14772[18:18:03.724] getCompletionData: Is inside comment: 0.005499999970197678 +Info 14773[18:18:03.724] getCompletionData: Get previous token: 0.003890000283718109 +Info 14774[18:18:03.724] getCompletionsAtPosition: isCompletionListBlocker: 0.008747000247240067 +Info 14775[18:18:03.725] getExportInfoMap: cache hit +Info 14776[18:18:03.739] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 14777[18:18:03.739] collectAutoImports: response is complete +Info 14778[18:18:03.739] collectAutoImports: 14.268695998936892 +Info 14779[18:18:03.739] getCompletionData: Semantic work: 15.019243000075221 +Info 14780[18:18:03.742] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9885660000145435 +Info 14781[18:18:05.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14782[18:18:05.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1058 structureChanged: false structureIsReused:: Completely Elapsed: 8.979397000744939ms +Info 14783[18:18:05.662] Different program with same set of files +Info 14784[18:18:05.662] getCompletionData: Get current token: 0.0030969996005296707 +Info 14785[18:18:05.662] getCompletionData: Is inside comment: 0.0011530015617609024 +Info 14786[18:18:05.662] getCompletionData: Get previous token: 0.01671699993312359 +Info 14787[18:18:05.662] getCompletionsAtPosition: isCompletionListBlocker: 0.001840999349951744 +Info 14788[18:18:05.663] getCompletionData: Semantic work: 0.6366039998829365 +Info 14789[18:18:05.665] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5800470001995564 +Info 14790[18:18:05.665] Format host information updated +Info 14791[18:18:05.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14792[18:18:05.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1059 structureChanged: false structureIsReused:: Completely Elapsed: 8.64419199898839ms +Info 14793[18:18:05.941] Different program with same set of files +Info 14794[18:18:05.941] getCompletionData: Get current token: 0.0029670000076293945 +Info 14795[18:18:05.941] getCompletionData: Is inside comment: 0.0012240000069141388 +Info 14796[18:18:05.941] getCompletionData: Get previous token: 0.01674100011587143 +Info 14797[18:18:05.941] getCompletionsAtPosition: isCompletionListBlocker: 0.001697000116109848 +Info 14798[18:18:05.942] getCompletionData: Semantic work: 0.6073880009353161 +Info 14799[18:18:05.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5966439992189407 +Info 14800[18:18:05.944] Format host information updated +Info 14801[18:18:06.091] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14802[18:18:06.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1060 structureChanged: false structureIsReused:: Completely Elapsed: 6.4454779997467995ms +Info 14803[18:18:06.098] Different program with same set of files +Info 14804[18:18:06.098] getCompletionData: Get current token: 0.003552999347448349 +Info 14805[18:18:06.098] getCompletionData: Is inside comment: 0.0013140011578798294 +Info 14806[18:18:06.098] getCompletionData: Get previous token: 0.020579000934958458 +Info 14807[18:18:06.098] getCompletionsAtPosition: isCompletionListBlocker: 0.0017149988561868668 +Info 14808[18:18:06.098] getCompletionData: Semantic work: 0.6672179996967316 +Info 14809[18:18:06.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7042920012027025 +Info 14810[18:18:06.101] Format host information updated +Info 14811[18:18:06.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14812[18:18:06.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1061 structureChanged: false structureIsReused:: Completely Elapsed: 9.49648099951446ms +Info 14813[18:18:06.229] Different program with same set of files +Info 14814[18:18:06.229] getCompletionData: Get current token: 0.0031119994819164276 +Info 14815[18:18:06.229] getCompletionData: Is inside comment: 0.0011219996958971024 +Info 14816[18:18:06.230] getCompletionData: Get previous token: 0.016462000086903572 +Info 14817[18:18:06.230] getCompletionsAtPosition: isCompletionListBlocker: 0.0018199998885393143 +Info 14818[18:18:06.230] getCompletionData: Semantic work: 0.6116630006581545 +Info 14819[18:18:06.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9411440007388592 +Info 14820[18:18:06.232] Format host information updated +Info 14821[18:18:06.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14822[18:18:06.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1062 structureChanged: false structureIsReused:: Completely Elapsed: 8.885812999680638ms +Info 14823[18:18:06.314] Different program with same set of files +Info 14824[18:18:06.314] getCompletionData: Get current token: 0.005304999649524689 +Info 14825[18:18:06.314] getCompletionData: Is inside comment: 0.0016719996929168701 +Info 14826[18:18:06.314] getCompletionData: Get previous token: 0.028463998809456825 +Info 14827[18:18:06.314] getCompletionsAtPosition: isCompletionListBlocker: 0.00234299898147583 +Info 14828[18:18:06.315] getCompletionData: Semantic work: 0.8962489999830723 +Info 14829[18:18:06.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7912409994751215 +Info 14830[18:18:06.317] Format host information updated +Info 14831[18:19:18.147] Format host information updated +Info 14832[18:19:18.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14833[18:19:18.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1063 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.466655999422073ms +Info 14834[18:19:18.158] Different program with same set of files +Info 14835[18:19:18.389] Format host information updated +Info 14836[18:19:18.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14837[18:19:18.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1064 structureChanged: false structureIsReused:: Completely Elapsed: 10.259150000289083ms +Info 14838[18:19:18.399] Different program with same set of files +Info 14839[18:19:18.922] Format host information updated +Info 14840[18:19:18.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14841[18:19:18.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1065 structureChanged: false structureIsReused:: Completely Elapsed: 11.28375899977982ms +Info 14842[18:19:18.934] Different program with same set of files +Info 14843[18:19:19.428] Format host information updated +Info 14844[18:19:19.429] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14845[18:19:19.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1066 structureChanged: false structureIsReused:: Completely Elapsed: 6.93800700083375ms +Info 14846[18:19:19.436] Different program with same set of files +Info 14847[18:19:20.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14848[18:19:20.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1067 structureChanged: false structureIsReused:: Completely Elapsed: 7.24562600068748ms +Info 14849[18:19:20.949] Different program with same set of files +Info 14850[18:19:20.949] getCompletionData: Get current token: 0.0029700007289648056 +Info 14851[18:19:20.949] getCompletionData: Is inside comment: 0.009132999926805496 +Info 14852[18:19:20.949] getCompletionData: Get previous token: 0.01003899984061718 +Info 14853[18:19:20.949] getCompletionsAtPosition: isCompletionListBlocker: 0.0013120006769895554 +Info 14854[18:19:20.949] Returning an empty list because completion was requested in an invalid position. +Info 14855[18:19:20.949] Format host information updated +Info 14856[18:19:21.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14857[18:19:21.374] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1068 structureChanged: false structureIsReused:: Completely Elapsed: 8.143363999202847ms +Info 14858[18:19:21.374] Different program with same set of files +Info 14859[18:19:21.374] getCompletionData: Get current token: 0.003093000501394272 +Info 14860[18:19:21.374] getCompletionData: Is inside comment: 0.008043000474572182 +Info 14861[18:19:21.374] getCompletionData: Get previous token: 0.008904999122023582 +Info 14862[18:19:21.374] getCompletionsAtPosition: isCompletionListBlocker: 0.0013649985194206238 +Info 14863[18:19:21.374] Returning an empty list because completion was requested in an invalid position. +Info 14864[18:19:21.375] Format host information updated +Info 14865[18:19:22.506] getCompletionData: Get current token: 0.004796000197529793 +Info 14866[18:19:22.506] getCompletionData: Is inside comment: 0.009463999420404434 +Info 14867[18:19:22.506] getCompletionData: Get previous token: 0.006010999903082848 +Info 14868[18:19:22.506] getCompletionsAtPosition: isCompletionListBlocker: 0.0021689999848604202 +Info 14869[18:19:22.507] getExportInfoMap: cache hit +Info 14870[18:19:22.522] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14871[18:19:22.522] collectAutoImports: response is complete +Info 14872[18:19:22.522] collectAutoImports: 14.651802999898791 +Info 14873[18:19:22.522] getCompletionData: Semantic work: 15.444071000441909 +Info 14874[18:19:22.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.350312000140548 +Info 14875[18:19:22.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14876[18:19:22.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1069 structureChanged: false structureIsReused:: Completely Elapsed: 11.390086999163032ms +Info 14877[18:19:22.718] Different program with same set of files +Info 14878[18:19:22.718] getCompletionData: Get current token: 0.009274998679757118 +Info 14879[18:19:22.718] getCompletionData: Is inside comment: 0.0193099994212389 +Info 14880[18:19:22.718] getCompletionData: Get previous token: 0.014347000047564507 +Info 14881[18:19:22.718] getCompletionsAtPosition: isCompletionListBlocker: 0.003743000328540802 +Info 14882[18:19:22.719] getExportInfoMap: cache hit +Info 14883[18:19:22.733] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14884[18:19:22.733] collectAutoImports: response is complete +Info 14885[18:19:22.733] collectAutoImports: 13.783540999516845 +Info 14886[18:19:22.733] getCompletionData: Semantic work: 14.69785499945283 +Info 14887[18:19:22.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.332622000947595 +Info 14888[18:19:22.748] Format host information updated +Info 14889[18:19:22.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14890[18:19:22.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1070 structureChanged: false structureIsReused:: Completely Elapsed: 8.82345800101757ms +Info 14891[18:19:22.775] Different program with same set of files +Info 14892[18:19:22.775] getCompletionData: Get current token: 0.003932001069188118 +Info 14893[18:19:22.775] getCompletionData: Is inside comment: 0.01003200002014637 +Info 14894[18:19:22.775] getCompletionData: Get previous token: 0.006424000486731529 +Info 14895[18:19:22.775] getCompletionsAtPosition: isCompletionListBlocker: 0.006318999454379082 +Info 14896[18:19:22.775] getExportInfoMap: cache hit +Info 14897[18:19:22.786] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14898[18:19:22.786] collectAutoImports: response is complete +Info 14899[18:19:22.786] collectAutoImports: 10.6330719999969 +Info 14900[18:19:22.786] getCompletionData: Semantic work: 11.164332000538707 +Info 14901[18:19:22.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.821108000352979 +Info 14902[18:19:22.799] Format host information updated +Info 14903[18:19:22.824] getCompletionData: Get current token: 0.0033039990812540054 +Info 14904[18:19:22.824] getCompletionData: Is inside comment: 0.009786998853087425 +Info 14905[18:19:22.824] getCompletionData: Get previous token: 0.006712000817060471 +Info 14906[18:19:22.824] getCompletionsAtPosition: isCompletionListBlocker: 0.003082999959588051 +Info 14907[18:19:22.824] Returning an empty list because completion was requested in an invalid position. +Info 14908[18:19:23.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14909[18:19:23.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1071 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.487937999889255ms +Info 14910[18:19:23.033] Different program with same set of files +Info 14911[18:19:23.033] getCompletionData: Get current token: 0.0032909996807575226 +Info 14912[18:19:23.033] getCompletionData: Is inside comment: 0.00920799933373928 +Info 14913[18:19:23.033] getCompletionData: Get previous token: 0.01093200035393238 +Info 14914[18:19:23.033] getCompletionsAtPosition: isCompletionListBlocker: 0.002722999081015587 +Info 14915[18:19:23.034] getExportInfoMap: cache hit +Info 14916[18:19:23.037] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 14917[18:19:23.037] collectAutoImports: response is complete +Info 14918[18:19:23.037] collectAutoImports: 3.246510999277234 +Info 14919[18:19:23.037] getCompletionData: Semantic work: 3.9869790002703667 +Info 14920[18:19:23.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.950364999473095 +Info 14921[18:19:23.040] Format host information updated +Info 14922[18:19:23.149] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14923[18:19:23.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1072 structureChanged: false structureIsReused:: Completely Elapsed: 6.9753010012209415ms +Info 14924[18:19:23.156] Different program with same set of files +Info 14925[18:19:23.156] getCompletionData: Get current token: 0.0032829996198415756 +Info 14926[18:19:23.156] getCompletionData: Is inside comment: 0.009875999763607979 +Info 14927[18:19:23.156] getCompletionData: Get previous token: 0.012023000046610832 +Info 14928[18:19:23.156] getCompletionsAtPosition: isCompletionListBlocker: 0.002383999526500702 +Info 14929[18:19:23.157] getExportInfoMap: cache hit +Info 14930[18:19:23.159] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 6 from cache +Info 14931[18:19:23.159] collectAutoImports: response is complete +Info 14932[18:19:23.159] collectAutoImports: 1.9329330008476973 +Info 14933[18:19:23.159] getCompletionData: Semantic work: 2.479799000546336 +Info 14934[18:19:23.162] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.999677998945117 +Info 14935[18:19:23.164] Format host information updated +Info 14936[18:19:23.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14937[18:19:23.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1073 structureChanged: false structureIsReused:: Completely Elapsed: 16.110166000202298ms +Info 14938[18:19:23.246] Different program with same set of files +Info 14939[18:19:23.246] getCompletionData: Get current token: 0.007386999204754829 +Info 14940[18:19:23.246] getCompletionData: Is inside comment: 0.02143999934196472 +Info 14941[18:19:23.246] getCompletionData: Get previous token: 0.025752998888492584 +Info 14942[18:19:23.246] getCompletionsAtPosition: isCompletionListBlocker: 0.004643000662326813 +Info 14943[18:19:23.247] getExportInfoMap: cache hit +Info 14944[18:19:23.251] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 14945[18:19:23.251] collectAutoImports: response is complete +Info 14946[18:19:23.251] collectAutoImports: 3.718488000333309 +Info 14947[18:19:23.251] getCompletionData: Semantic work: 4.733412999659777 +Info 14948[18:19:23.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5195959992706776 +Info 14949[18:19:23.256] Format host information updated +Info 14950[18:19:23.508] Format host information updated +Info 14951[18:19:23.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14952[18:19:23.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1074 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.800248999148607ms +Info 14953[18:19:23.520] Different program with same set of files +Info 14954[18:19:23.685] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14955[18:19:23.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1075 structureChanged: false structureIsReused:: Completely Elapsed: 7.398613000288606ms +Info 14956[18:19:23.693] Different program with same set of files +Info 14957[18:19:23.693] getCompletionData: Get current token: 0.0041970014572143555 +Info 14958[18:19:23.693] getCompletionData: Is inside comment: 0.01243400014936924 +Info 14959[18:19:23.693] getCompletionData: Get previous token: 0.015977000817656517 +Info 14960[18:19:23.693] getCompletionsAtPosition: isCompletionListBlocker: 0.002018999308347702 +Info 14961[18:19:23.694] getExportInfoMap: cache hit +Info 14962[18:19:23.698] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 14963[18:19:23.698] collectAutoImports: response is complete +Info 14964[18:19:23.698] collectAutoImports: 4.404461000114679 +Info 14965[18:19:23.698] getCompletionData: Semantic work: 5.072382999584079 +Info 14966[18:19:23.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5713500007987022 +Info 14967[18:19:23.702] Format host information updated +Info 14968[18:19:23.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14969[18:19:23.832] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1076 structureChanged: false structureIsReused:: Completely Elapsed: 8.962246999144554ms +Info 14970[18:19:23.832] Different program with same set of files +Info 14971[18:19:23.832] getCompletionData: Get current token: 0.0036249998956918716 +Info 14972[18:19:23.833] getCompletionData: Is inside comment: 0.011884000152349472 +Info 14973[18:19:23.833] getCompletionData: Get previous token: 0.015554999932646751 +Info 14974[18:19:23.833] getCompletionsAtPosition: isCompletionListBlocker: 0.0021080002188682556 +Info 14975[18:19:23.833] getExportInfoMap: cache hit +Info 14976[18:19:23.836] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 14977[18:19:23.836] collectAutoImports: response is complete +Info 14978[18:19:23.836] collectAutoImports: 2.7118839994072914 +Info 14979[18:19:23.836] getCompletionData: Semantic work: 3.304406000301242 +Info 14980[18:19:23.838] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.181056000292301 +Info 14981[18:19:23.839] Format host information updated +Info 14982[18:19:23.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14983[18:19:23.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1077 structureChanged: false structureIsReused:: Completely Elapsed: 25.30261299945414ms +Info 14984[18:19:23.955] Different program with same set of files +Info 14985[18:19:23.955] getCompletionData: Get current token: 0.01736600138247013 +Info 14986[18:19:23.956] getCompletionData: Is inside comment: 0.04974899999797344 +Info 14987[18:19:23.956] getCompletionData: Get previous token: 0.06558299995958805 +Info 14988[18:19:23.956] getCompletionsAtPosition: isCompletionListBlocker: 0.0060640014708042145 +Info 14989[18:19:23.958] getExportInfoMap: cache hit +Info 14990[18:19:23.965] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 14991[18:19:23.965] collectAutoImports: response is complete +Info 14992[18:19:23.965] collectAutoImports: 6.840894000604749 +Info 14993[18:19:23.965] getCompletionData: Semantic work: 9.015449000522494 +Info 14994[18:19:23.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9994500000029802 +Info 14995[18:19:23.972] Format host information updated +Info 14996[18:19:24.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14997[18:19:24.062] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1078 structureChanged: false structureIsReused:: Completely Elapsed: 23.9008560013026ms +Info 14998[18:19:24.062] Different program with same set of files +Info 14999[18:19:24.063] getCompletionData: Get current token: 0.01606700010597706 +Info 15000[18:19:24.063] getCompletionData: Is inside comment: 0.04772399924695492 +Info 15001[18:19:24.063] getCompletionData: Get previous token: 0.13011799938976765 +Info 15002[18:19:24.063] getCompletionsAtPosition: isCompletionListBlocker: 0.007477998733520508 +Info 15003[18:19:24.066] getExportInfoMap: cache hit +Info 15004[18:19:24.090] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15005[18:19:24.090] collectAutoImports: response is complete +Info 15006[18:19:24.090] collectAutoImports: 22.99005199968815 +Info 15007[18:19:24.090] getCompletionData: Semantic work: 26.12805400043726 +Info 15008[18:19:24.098] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.92526900023222 +Info 15009[18:19:24.102] Format host information updated +Info 15010[18:19:24.162] getCompletionData: Get current token: 0.007099000737071037 +Info 15011[18:19:24.162] getCompletionData: Is inside comment: 0.013746000826358795 +Info 15012[18:19:24.162] getCompletionData: Get previous token: 0.008539998903870583 +Info 15013[18:19:24.162] getCompletionsAtPosition: isCompletionListBlocker: 0.00960099883377552 +Info 15014[18:19:24.163] getExportInfoMap: cache hit +Info 15015[18:19:24.177] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15016[18:19:24.177] collectAutoImports: response is complete +Info 15017[18:19:24.177] collectAutoImports: 13.997713999822736 +Info 15018[18:19:24.177] getCompletionData: Semantic work: 14.69238300062716 +Info 15019[18:19:24.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.84082000143826 +Info 15020[18:19:24.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15021[18:19:24.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1079 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.904373999685049ms +Info 15022[18:19:24.370] Different program with same set of files +Info 15023[18:19:24.370] getCompletionData: Get current token: 0.002365000545978546 +Info 15024[18:19:24.370] getCompletionData: Is inside comment: 0.008621999993920326 +Info 15025[18:19:24.370] getCompletionData: Get previous token: 0.0053339991718530655 +Info 15026[18:19:24.370] getCompletionsAtPosition: isCompletionListBlocker: 0.0077410005033016205 +Info 15027[18:19:24.370] getExportInfoMap: cache hit +Info 15028[18:19:24.381] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15029[18:19:24.381] collectAutoImports: response is complete +Info 15030[18:19:24.381] collectAutoImports: 11.059206999838352 +Info 15031[18:19:24.381] getCompletionData: Semantic work: 11.534607000648975 +Info 15032[18:19:24.386] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.375783000141382 +Info 15033[18:19:24.391] Format host information updated +Info 15034[18:19:24.628] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15035[18:19:24.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1080 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.877869999036193ms +Info 15036[18:19:24.640] Different program with same set of files +Info 15037[18:19:24.640] getCompletionData: Get current token: 0.003265000879764557 +Info 15038[18:19:24.640] getCompletionData: Is inside comment: 0.008179999887943268 +Info 15039[18:19:24.640] getCompletionData: Get previous token: 0.00543300062417984 +Info 15040[18:19:24.640] getCompletionsAtPosition: isCompletionListBlocker: 0.008706999942660332 +Info 15041[18:19:24.640] getExportInfoMap: cache hit +Info 15042[18:19:24.651] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15043[18:19:24.651] collectAutoImports: response is complete +Info 15044[18:19:24.651] collectAutoImports: 10.125591998919845 +Info 15045[18:19:24.651] getCompletionData: Semantic work: 10.647690000012517 +Info 15046[18:19:24.656] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.132790999487042 +Info 15047[18:19:24.662] Format host information updated +Info 15048[18:19:24.711] Format host information updated +Info 15049[18:19:24.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15050[18:19:24.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1081 structureChanged: false structureIsReused:: Completely Elapsed: 7.529662000015378ms +Info 15051[18:19:24.719] Different program with same set of files +Info 15052[18:19:25.635] getCompletionData: Get current token: 0.001356000080704689 +Info 15053[18:19:25.635] getCompletionData: Is inside comment: 0.005925001576542854 +Info 15054[18:19:25.635] getCompletionData: Get previous token: 0.00423399917781353 +Info 15055[18:19:25.635] getCompletionsAtPosition: isCompletionListBlocker: 0.008960999548435211 +Info 15056[18:19:25.636] getExportInfoMap: cache hit +Info 15057[18:19:25.646] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 15058[18:19:25.646] collectAutoImports: response is complete +Info 15059[18:19:25.646] collectAutoImports: 10.536616999655962 +Info 15060[18:19:25.646] getCompletionData: Semantic work: 11.187644999474287 +Info 15061[18:19:25.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.595889000222087 +Info 15062[18:19:27.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15063[18:19:27.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1082 structureChanged: false structureIsReused:: Completely Elapsed: 6.49566899985075ms +Info 15064[18:19:27.431] Different program with same set of files +Info 15065[18:19:27.431] getCompletionData: Get current token: 0.0034790001809597015 +Info 15066[18:19:27.431] getCompletionData: Is inside comment: 0.0011529996991157532 +Info 15067[18:19:27.431] getCompletionData: Get previous token: 0.015368999913334846 +Info 15068[18:19:27.431] getCompletionsAtPosition: isCompletionListBlocker: 0.0020759999752044678 +Info 15069[18:19:27.432] getCompletionData: Semantic work: 1.0087650008499622 +Info 15070[18:19:27.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7995300013571978 +Info 15071[18:19:27.434] Format host information updated +Info 15072[18:19:27.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15073[18:19:27.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1083 structureChanged: false structureIsReused:: Completely Elapsed: 6.7451130002737045ms +Info 15074[18:19:27.564] Different program with same set of files +Info 15075[18:19:27.564] getCompletionData: Get current token: 0.004035999998450279 +Info 15076[18:19:27.564] getCompletionData: Is inside comment: 0.0014880001544952393 +Info 15077[18:19:27.564] getCompletionData: Get previous token: 0.02980099990963936 +Info 15078[18:19:27.564] getCompletionsAtPosition: isCompletionListBlocker: 0.002367999404668808 +Info 15079[18:19:27.565] getCompletionData: Semantic work: 0.8999649994075298 +Info 15080[18:19:27.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.182048000395298 +Info 15081[18:19:27.567] Format host information updated +Info 15082[18:19:27.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15083[18:19:27.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1084 structureChanged: false structureIsReused:: Completely Elapsed: 8.64908199943602ms +Info 15084[18:19:27.651] Different program with same set of files +Info 15085[18:19:27.651] getCompletionData: Get current token: 0.003673998638987541 +Info 15086[18:19:27.651] getCompletionData: Is inside comment: 0.003100000321865082 +Info 15087[18:19:27.651] getCompletionData: Get previous token: 0.018804000690579414 +Info 15088[18:19:27.651] getCompletionsAtPosition: isCompletionListBlocker: 0.0018869992345571518 +Info 15089[18:19:27.652] getCompletionData: Semantic work: 0.8686699997633696 +Info 15090[18:19:27.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9517839998006821 +Info 15091[18:19:27.654] Format host information updated +Info 15092[18:19:27.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15093[18:19:27.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1085 structureChanged: false structureIsReused:: Completely Elapsed: 14.817851999774575ms +Info 15094[18:19:27.777] Different program with same set of files +Info 15095[18:19:27.777] getCompletionData: Get current token: 0.006491001695394516 +Info 15096[18:19:27.777] getCompletionData: Is inside comment: 0.0021529998630285263 +Info 15097[18:19:27.777] getCompletionData: Get previous token: 0.03876299969851971 +Info 15098[18:19:27.777] getCompletionsAtPosition: isCompletionListBlocker: 0.0030959993600845337 +Info 15099[18:19:27.778] getCompletionData: Semantic work: 1.4133310001343489 +Info 15100[18:19:27.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4860100001096725 +Info 15101[18:19:27.780] Format host information updated +Info 15102[18:19:27.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15103[18:19:27.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1086 structureChanged: false structureIsReused:: Completely Elapsed: 17.94856799952686ms +Info 15104[18:19:27.895] Different program with same set of files +Info 15105[18:19:27.895] getCompletionData: Get current token: 0.004821000620722771 +Info 15106[18:19:27.895] getCompletionData: Is inside comment: 0.0017139986157417297 +Info 15107[18:19:27.898] getCompletionData: Get previous token: 0.025397000834345818 +Info 15108[18:19:27.898] getCompletionsAtPosition: isCompletionListBlocker: 0.004215000197291374 +Info 15109[18:19:27.899] getCompletionData: Semantic work: 1.0544339995831251 +Info 15110[18:19:27.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0738750007003546 +Info 15111[18:19:27.901] Format host information updated +Info 15112[18:19:28.702] getCompletionData: Get current token: 0.005331000313162804 +Info 15113[18:19:28.702] getCompletionData: Is inside comment: 0.0012529995292425156 +Info 15114[18:19:28.702] getCompletionData: Get previous token: 0.010562999173998833 +Info 15115[18:19:28.702] getCompletionsAtPosition: isCompletionListBlocker: 0.0031170006841421127 +Info 15116[18:19:28.703] getExportInfoMap: cache hit +Info 15117[18:19:28.713] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 15118[18:19:28.713] collectAutoImports: response is complete +Info 15119[18:19:28.713] collectAutoImports: 9.92506599985063 +Info 15120[18:19:28.713] getCompletionData: Semantic work: 10.469291999936104 +Info 15121[18:19:28.718] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.65051699988544 +Info 15122[18:19:30.001] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15123[18:19:30.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1087 structureChanged: false structureIsReused:: Completely Elapsed: 8.677252000197768ms +Info 15124[18:19:30.010] Different program with same set of files +Info 15125[18:19:30.010] getCompletionData: Get current token: 0.008445000275969505 +Info 15126[18:19:30.010] getCompletionData: Is inside comment: 0.0012189988046884537 +Info 15127[18:19:30.010] getCompletionData: Get previous token: 0.018633000552654266 +Info 15128[18:19:30.010] getCompletionsAtPosition: isCompletionListBlocker: 0.0026189982891082764 +Info 15129[18:19:30.011] getExportInfoMap: cache hit +Info 15130[18:19:30.014] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 43 from cache +Info 15131[18:19:30.014] collectAutoImports: response is complete +Info 15132[18:19:30.014] collectAutoImports: 3.036336999386549 +Info 15133[18:19:30.014] getCompletionData: Semantic work: 3.641651999205351 +Info 15134[18:19:30.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3584800008684397 +Info 15135[18:19:30.017] Format host information updated +Info 15136[18:19:30.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15137[18:19:30.096] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1088 structureChanged: false structureIsReused:: Completely Elapsed: 12.049112999811769ms +Info 15138[18:19:30.096] Different program with same set of files +Info 15139[18:19:30.096] getCompletionData: Get current token: 0.010809998959302902 +Info 15140[18:19:30.096] getCompletionData: Is inside comment: 0.003603000193834305 +Info 15141[18:19:30.096] getCompletionData: Get previous token: 0.0430309996008873 +Info 15142[18:19:30.096] getCompletionsAtPosition: isCompletionListBlocker: 0.004676999524235725 +Info 15143[18:19:30.097] getExportInfoMap: cache hit +Info 15144[18:19:30.102] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 26 from cache +Info 15145[18:19:30.102] collectAutoImports: response is complete +Info 15146[18:19:30.102] collectAutoImports: 4.901768999174237 +Info 15147[18:19:30.102] getCompletionData: Semantic work: 5.933527000248432 +Info 15148[18:19:30.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7579259984195232 +Info 15149[18:19:30.108] Format host information updated +Info 15150[18:19:30.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15151[18:19:30.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1089 structureChanged: false structureIsReused:: Completely Elapsed: 8.314003000035882ms +Info 15152[18:19:30.175] Different program with same set of files +Info 15153[18:19:30.176] getCompletionData: Get current token: 0.005188999697566032 +Info 15154[18:19:30.176] getCompletionData: Is inside comment: 0.001375000923871994 +Info 15155[18:19:30.176] getCompletionData: Get previous token: 0.016947999596595764 +Info 15156[18:19:30.176] getCompletionsAtPosition: isCompletionListBlocker: 0.002689000219106674 +Info 15157[18:19:30.176] getExportInfoMap: cache hit +Info 15158[18:19:30.178] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 22 from cache +Info 15159[18:19:30.178] collectAutoImports: response is complete +Info 15160[18:19:30.178] collectAutoImports: 2.1784619987010956 +Info 15161[18:19:30.178] getCompletionData: Semantic work: 2.7207670006901026 +Info 15162[18:19:30.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0573640000075102 +Info 15163[18:19:30.181] Format host information updated +Info 15164[18:19:30.376] Format host information updated +Info 15165[18:19:30.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15166[18:19:30.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1090 structureChanged: false structureIsReused:: Completely Elapsed: 6.486144000664353ms +Info 15167[18:19:30.383] Different program with same set of files +Info 15168[18:19:30.555] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15169[18:19:30.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1091 structureChanged: false structureIsReused:: Completely Elapsed: 22.397139001637697ms +Info 15170[18:19:30.577] Different program with same set of files +Info 15171[18:19:30.577] getCompletionData: Get current token: 0.011329000815749168 +Info 15172[18:19:30.577] getCompletionData: Is inside comment: 0.0031069982796907425 +Info 15173[18:19:30.578] getCompletionData: Get previous token: 0.03421900048851967 +Info 15174[18:19:30.578] getCompletionsAtPosition: isCompletionListBlocker: 0.010161999613046646 +Info 15175[18:19:30.578] getExportInfoMap: cache hit +Info 15176[18:19:30.594] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 15177[18:19:30.594] collectAutoImports: response is complete +Info 15178[18:19:30.594] collectAutoImports: 15.174009000882506 +Info 15179[18:19:30.594] getCompletionData: Semantic work: 16.046753000468016 +Info 15180[18:19:30.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.584152998402715 +Info 15181[18:19:30.604] Format host information updated +Info 15182[18:19:30.806] Format host information updated +Info 15183[18:19:30.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15184[18:19:30.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1092 structureChanged: false structureIsReused:: Completely Elapsed: 8.045006999745965ms +Info 15185[18:19:30.814] Different program with same set of files +Info 15186[18:19:31.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15187[18:19:31.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1093 structureChanged: false structureIsReused:: Completely Elapsed: 10.224531000480056ms +Info 15188[18:19:31.119] Different program with same set of files +Info 15189[18:19:31.119] getCompletionData: Get current token: 0.005377000197768211 +Info 15190[18:19:31.119] getCompletionData: Is inside comment: 0.0013410001993179321 +Info 15191[18:19:31.119] getCompletionData: Get previous token: 0.016026999801397324 +Info 15192[18:19:31.119] getCompletionsAtPosition: isCompletionListBlocker: 0.006991000846028328 +Info 15193[18:19:31.120] getExportInfoMap: cache hit +Info 15194[18:19:31.134] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 15195[18:19:31.134] collectAutoImports: response is complete +Info 15196[18:19:31.134] collectAutoImports: 14.484829001128674 +Info 15197[18:19:31.134] getCompletionData: Semantic work: 15.269787998870015 +Info 15198[18:19:31.140] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.37932800129056 +Info 15199[18:19:31.145] Format host information updated +Info 15200[18:19:31.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15201[18:19:31.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1094 structureChanged: false structureIsReused:: Completely Elapsed: 7.212059998884797ms +Info 15202[18:19:31.259] Different program with same set of files +Info 15203[18:19:31.260] getCompletionData: Get current token: 0.006951000541448593 +Info 15204[18:19:31.260] getCompletionData: Is inside comment: 0.0016489997506141663 +Info 15205[18:19:31.260] getCompletionData: Get previous token: 0.01890300028026104 +Info 15206[18:19:31.260] getCompletionsAtPosition: isCompletionListBlocker: 0.0062049999833106995 +Info 15207[18:19:31.260] getExportInfoMap: cache hit +Info 15208[18:19:31.274] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 15209[18:19:31.274] collectAutoImports: response is complete +Info 15210[18:19:31.274] collectAutoImports: 13.725781999528408 +Info 15211[18:19:31.274] getCompletionData: Semantic work: 14.34098800085485 +Info 15212[18:19:31.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.76499000005424 +Info 15213[18:19:31.285] Format host information updated +Info 15214[18:19:31.434] Format host information updated +Info 15215[18:19:31.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15216[18:19:31.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1095 structureChanged: false structureIsReused:: Completely Elapsed: 22.01290600001812ms +Info 15217[18:19:31.457] Different program with same set of files +Info 15218[18:19:31.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15219[18:19:31.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1096 structureChanged: false structureIsReused:: Completely Elapsed: 8.219618000090122ms +Info 15220[18:19:31.521] Different program with same set of files +Info 15221[18:19:31.521] getCompletionData: Get current token: 0.0063409991562366486 +Info 15222[18:19:31.521] getCompletionData: Is inside comment: 0.0016220007091760635 +Info 15223[18:19:31.521] getCompletionData: Get previous token: 0.024663999676704407 +Info 15224[18:19:31.521] getCompletionsAtPosition: isCompletionListBlocker: 0.003186998888850212 +Info 15225[18:19:31.522] getExportInfoMap: cache hit +Info 15226[18:19:31.525] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 22 from cache +Info 15227[18:19:31.525] collectAutoImports: response is complete +Info 15228[18:19:31.525] collectAutoImports: 2.6942129991948605 +Info 15229[18:19:31.525] getCompletionData: Semantic work: 3.416865000501275 +Info 15230[18:19:31.527] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3441549986600876 +Info 15231[18:19:31.529] Format host information updated +Info 15232[18:19:31.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15233[18:19:31.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1097 structureChanged: false structureIsReused:: Completely Elapsed: 24.51004800014198ms +Info 15234[18:19:31.713] Different program with same set of files +Info 15235[18:19:31.713] getCompletionData: Get current token: 0.016006000339984894 +Info 15236[18:19:31.713] getCompletionData: Is inside comment: 0.004354000091552734 +Info 15237[18:19:31.713] getCompletionData: Get previous token: 0.037251999601721764 +Info 15238[18:19:31.713] getCompletionsAtPosition: isCompletionListBlocker: 0.08673500083386898 +Info 15239[18:19:31.715] getExportInfoMap: cache hit +Info 15240[18:19:31.736] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 15241[18:19:31.736] collectAutoImports: response is complete +Info 15242[18:19:31.736] collectAutoImports: 21.598182998597622 +Info 15243[18:19:31.736] getCompletionData: Semantic work: 22.89729999937117 +Info 15244[18:19:31.742] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.005772998556495 +Info 15245[18:19:31.745] Format host information updated +Info 15246[18:19:31.750] Format host information updated +Info 15247[18:19:31.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15248[18:19:31.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1098 structureChanged: false structureIsReused:: Completely Elapsed: 6.61557500064373ms +Info 15249[18:19:31.756] Different program with same set of files +Info 15250[18:19:33.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15251[18:19:33.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1099 structureChanged: false structureIsReused:: Completely Elapsed: 7.134927999228239ms +Info 15252[18:19:33.713] Different program with same set of files +Info 15253[18:19:33.713] getCompletionData: Get current token: 0.0028100013732910156 +Info 15254[18:19:33.713] getCompletionData: Is inside comment: 0.0011510010808706284 +Info 15255[18:19:33.713] getCompletionData: Get previous token: 0.014529999345541 +Info 15256[18:19:33.713] getCompletionsAtPosition: isCompletionListBlocker: 0.005883999168872833 +Info 15257[18:19:33.714] getExportInfoMap: cache hit +Info 15258[18:19:33.716] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 10 from cache +Info 15259[18:19:33.716] collectAutoImports: response is complete +Info 15260[18:19:33.716] collectAutoImports: 2.121154999360442 +Info 15261[18:19:33.716] getCompletionData: Semantic work: 2.743080999702215 +Info 15262[18:19:33.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9146090000867844 +Info 15263[18:19:33.717] Format host information updated +Info 15264[18:19:33.771] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15265[18:19:33.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1100 structureChanged: false structureIsReused:: Completely Elapsed: 21.156546998769045ms +Info 15266[18:19:33.793] Different program with same set of files +Info 15267[18:19:33.793] getCompletionData: Get current token: 0.009491000324487686 +Info 15268[18:19:33.793] getCompletionData: Is inside comment: 0.005042999982833862 +Info 15269[18:19:33.793] getCompletionData: Get previous token: 0.10603100061416626 +Info 15270[18:19:33.793] getCompletionsAtPosition: isCompletionListBlocker: 0.017765000462532043 +Info 15271[18:19:33.795] getExportInfoMap: cache hit +Info 15272[18:19:33.800] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 15273[18:19:33.800] collectAutoImports: response is complete +Info 15274[18:19:33.800] collectAutoImports: 5.008968999609351 +Info 15275[18:19:33.800] getCompletionData: Semantic work: 6.614655999466777 +Info 15276[18:19:33.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.896282998844981 +Info 15277[18:19:33.822] Format host information updated +Info 15278[18:19:33.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15279[18:19:33.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1101 structureChanged: false structureIsReused:: Completely Elapsed: 8.68193499930203ms +Info 15280[18:19:33.892] Different program with same set of files +Info 15281[18:19:33.892] getCompletionData: Get current token: 0.003905000165104866 +Info 15282[18:19:33.893] getCompletionData: Is inside comment: 0.0015150010585784912 +Info 15283[18:19:33.893] getCompletionData: Get previous token: 0.02108599990606308 +Info 15284[18:19:33.893] getCompletionsAtPosition: isCompletionListBlocker: 0.007190000265836716 +Info 15285[18:19:33.893] getExportInfoMap: cache hit +Info 15286[18:19:33.895] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 15287[18:19:33.895] collectAutoImports: response is complete +Info 15288[18:19:33.895] collectAutoImports: 1.9715179987251759 +Info 15289[18:19:33.895] getCompletionData: Semantic work: 2.652460999786854 +Info 15290[18:19:33.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1500800009816885 +Info 15291[18:19:33.897] Format host information updated +Info 15292[18:19:33.974] Format host information updated +Info 15293[18:19:33.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15294[18:19:34.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1102 structureChanged: false structureIsReused:: Completely Elapsed: 25.177757000550628ms +Info 15295[18:19:34.000] Different program with same set of files +Info 15296[18:19:34.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15297[18:19:34.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1103 structureChanged: false structureIsReused:: Completely Elapsed: 11.835563000291586ms +Info 15298[18:19:34.068] Different program with same set of files +Info 15299[18:19:34.068] getCompletionData: Get current token: 0.0104140006005764 +Info 15300[18:19:34.068] getCompletionData: Is inside comment: 0.0029800012707710266 +Info 15301[18:19:34.068] getCompletionData: Get previous token: 0.02501799911260605 +Info 15302[18:19:34.069] getCompletionsAtPosition: isCompletionListBlocker: 0.009862000122666359 +Info 15303[18:19:34.069] getExportInfoMap: cache hit +Info 15304[18:19:34.091] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 15305[18:19:34.091] collectAutoImports: response is complete +Info 15306[18:19:34.091] collectAutoImports: 21.585077999159694 +Info 15307[18:19:34.091] getCompletionData: Semantic work: 22.615552000701427 +Info 15308[18:19:34.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.249890999868512 +Info 15309[18:19:34.099] Format host information updated +Info 15310[18:19:34.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15311[18:19:34.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1104 structureChanged: false structureIsReused:: Completely Elapsed: 6.8743929993361235ms +Info 15312[18:19:34.287] Different program with same set of files +Info 15313[18:19:34.287] getCompletionData: Get current token: 0.013568999245762825 +Info 15314[18:19:34.287] getCompletionData: Is inside comment: 0.0018099993467330933 +Info 15315[18:19:34.287] getCompletionData: Get previous token: 0.015232998877763748 +Info 15316[18:19:34.287] getCompletionsAtPosition: isCompletionListBlocker: 0.006371000781655312 +Info 15317[18:19:34.288] getExportInfoMap: cache hit +Info 15318[18:19:34.300] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 920 from cache +Info 15319[18:19:34.300] collectAutoImports: response is complete +Info 15320[18:19:34.300] collectAutoImports: 11.5971849989146 +Info 15321[18:19:34.300] getCompletionData: Semantic work: 12.23038300126791 +Info 15322[18:19:34.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.970856999978423 +Info 15323[18:19:34.308] Format host information updated +Info 15324[18:19:34.350] Format host information updated +Info 15325[18:19:34.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15326[18:19:34.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1105 structureChanged: false structureIsReused:: Completely Elapsed: 6.351903999224305ms +Info 15327[18:19:34.357] Different program with same set of files +Info 15328[18:46:41.594] Format host information updated +Info 15329[18:46:41.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15330[18:46:41.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1106 structureChanged: false structureIsReused:: Completely Elapsed: 19.87930000014603ms +Info 15331[18:46:41.614] Different program with same set of files +Info 15332[18:46:41.836] Format host information updated +Info 15333[18:46:41.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15334[18:46:41.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1107 structureChanged: false structureIsReused:: Completely Elapsed: 11.510219000279903ms +Info 15335[18:46:41.848] Different program with same set of files +Info 15336[18:46:49.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15337[18:46:49.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1108 structureChanged: false structureIsReused:: Completely Elapsed: 8.897824998944998ms +Info 15338[18:46:49.391] Different program with same set of files +Info 15339[18:46:49.391] getCompletionData: Get current token: 0.0028240010142326355 +Info 15340[18:46:49.391] getCompletionData: Is inside comment: 0.001204000785946846 +Info 15341[18:46:49.391] getCompletionData: Get previous token: 0.009049000218510628 +Info 15342[18:46:49.391] getCompletionsAtPosition: isCompletionListBlocker: 0.005829999223351479 +Info 15343[18:46:49.392] getExportInfoMap: cache miss or empty; calculating new results +Info 15344[18:46:49.414] forEachExternalModuleToImportFrom autoImportProvider: 7.484435001388192 +Info 15345[18:46:49.414] getExportInfoMap: done in 21.87711299955845 ms +Info 15346[18:46:49.436] collectAutoImports: resolved 28 module specifiers, plus 219 ambient and 886 from cache +Info 15347[18:46:49.436] collectAutoImports: response is complete +Info 15348[18:46:49.436] collectAutoImports: 21.82506800070405 +Info 15349[18:46:49.436] getCompletionData: Semantic work: 44.45926400087774 +Info 15350[18:46:49.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.216148000210524 +Info 15351[18:46:49.443] Format host information updated +Info 15352[18:46:49.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15353[18:46:49.553] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1109 structureChanged: false structureIsReused:: Completely Elapsed: 21.3384869992733ms +Info 15354[18:46:49.553] Different program with same set of files +Info 15355[18:46:49.554] getCompletionData: Get current token: 0.0026519987732172012 +Info 15356[18:46:49.554] getCompletionData: Is inside comment: 0.028133001178503036 +Info 15357[18:46:49.554] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 15358[18:46:49.554] Format host information updated +Info 15359[18:46:49.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15360[18:46:49.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1110 structureChanged: false structureIsReused:: Completely Elapsed: 33.157561000436544ms +Info 15361[18:46:49.711] Different program with same set of files +Info 15362[18:46:49.711] getCompletionData: Get current token: 0.003395998850464821 +Info 15363[18:46:49.711] getCompletionData: Is inside comment: 0.01876099966466427 +Info 15364[18:46:49.712] Format host information updated +Info 15365[18:46:50.061] Format host information updated +Info 15366[18:46:50.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15367[18:46:50.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1111 structureChanged: false structureIsReused:: Completely Elapsed: 11.902154998853803ms +Info 15368[18:46:50.073] Different program with same set of files +Info 15369[18:46:51.344] Format host information updated +Info 15370[18:46:51.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15371[18:46:51.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1112 structureChanged: false structureIsReused:: Completely Elapsed: 9.984138999134302ms +Info 15372[18:46:51.354] Different program with same set of files +Info 15373[18:46:52.089] getCompletionData: Get current token: 0.0015670005232095718 +Info 15374[18:46:52.089] getCompletionData: Is inside comment: 0.006297999992966652 +Info 15375[18:46:52.089] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 15376[18:46:53.721] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15377[18:46:53.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1113 structureChanged: false structureIsReused:: Completely Elapsed: 7.665184000506997ms +Info 15378[18:46:53.728] Different program with same set of files +Info 15379[18:46:53.729] getCompletionData: Get current token: 0.0009900014847517014 +Info 15380[18:46:53.729] getCompletionData: Is inside comment: 0.006618000566959381 +Info 15381[18:46:53.729] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 15382[18:46:53.729] Format host information updated +Info 15383[18:46:54.091] Format host information updated +Info 15384[18:46:54.091] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15385[18:46:54.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1114 structureChanged: false structureIsReused:: Completely Elapsed: 9.066057998687029ms +Info 15386[18:46:54.101] Different program with same set of files +Info 15387[18:46:54.284] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15388[18:46:54.291] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1115 structureChanged: false structureIsReused:: Completely Elapsed: 6.920959001407027ms +Info 15389[18:46:54.291] Different program with same set of files +Info 15390[18:46:54.291] getCompletionData: Get current token: 0.0011429991573095322 +Info 15391[18:46:54.291] getCompletionData: Is inside comment: 0.006626000627875328 +Info 15392[18:46:54.291] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 15393[18:46:54.291] Format host information updated +Info 15394[18:46:54.564] getCompletionData: Get current token: 0.0013150013983249664 +Info 15395[18:46:54.564] getCompletionData: Is inside comment: 0.006080999970436096 +Info 15396[18:46:54.564] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 15397[18:46:54.959] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15398[18:46:54.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1116 structureChanged: false structureIsReused:: Completely Elapsed: 7.120319999754429ms +Info 15399[18:46:54.966] Different program with same set of files +Info 15400[18:46:54.966] getCompletionData: Get current token: 0.0013679992407560349 +Info 15401[18:46:54.966] getCompletionData: Is inside comment: 0.008762000128626823 +Info 15402[18:46:54.966] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 15403[18:46:54.966] Format host information updated +Info 15404[18:46:55.447] Format host information updated +Info 15405[18:46:55.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15406[18:46:55.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1117 structureChanged: false structureIsReused:: Completely Elapsed: 9.280381999909878ms +Info 15407[18:46:55.456] Different program with same set of files +Info 15408[18:46:56.199] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15409[18:46:56.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1118 structureChanged: false structureIsReused:: Completely Elapsed: 6.974407000467181ms +Info 15410[18:46:56.206] Different program with same set of files +Info 15411[18:46:56.206] getCompletionData: Get current token: 0.0011869985610246658 +Info 15412[18:46:56.206] getCompletionData: Is inside comment: 0.007178999483585358 +Info 15413[18:46:56.207] Format host information updated +Info 15414[18:46:56.692] Format host information updated +Info 15415[18:46:56.692] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15416[18:46:56.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1119 structureChanged: false structureIsReused:: Completely Elapsed: 6.81322200037539ms +Info 15417[18:46:56.699] Different program with same set of files +Info 15418[18:46:56.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15419[18:46:56.879] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1120 structureChanged: false structureIsReused:: Completely Elapsed: 10.26035499945283ms +Info 15420[18:46:56.879] Different program with same set of files +Info 15421[18:46:56.879] getCompletionData: Get current token: 0.0012440010905265808 +Info 15422[18:46:56.879] getCompletionData: Is inside comment: 0.006796000525355339 +Info 15423[18:46:56.879] Format host information updated +Info 15424[18:46:57.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15425[18:46:57.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1121 structureChanged: false structureIsReused:: Completely Elapsed: 7.379002999514341ms +Info 15426[18:46:57.165] Different program with same set of files +Info 15427[18:46:57.165] getCompletionData: Get current token: 0.0017779991030693054 +Info 15428[18:46:57.165] getCompletionData: Is inside comment: 0.00980599969625473 +Info 15429[18:46:57.165] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 15430[18:46:57.166] Format host information updated +Info 15431[18:46:57.286] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15432[18:46:57.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1122 structureChanged: false structureIsReused:: Completely Elapsed: 27.373194999992847ms +Info 15433[18:46:57.313] Different program with same set of files +Info 15434[18:46:57.314] getCompletionData: Get current token: 0.005468999966979027 +Info 15435[18:46:57.314] getCompletionData: Is inside comment: 0.03147699870169163 +Info 15436[18:46:57.314] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 15437[18:46:57.318] Format host information updated +Info 15438[18:46:57.348] Format host information updated +Info 15439[18:46:57.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15440[18:46:57.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1123 structureChanged: false structureIsReused:: Completely Elapsed: 8.169390998780727ms +Info 15441[18:46:57.357] Different program with same set of files +Info 15442[18:46:57.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15443[18:46:57.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1124 structureChanged: false structureIsReused:: Completely Elapsed: 7.0746389999985695ms +Info 15444[18:46:57.703] Different program with same set of files +Info 15445[18:46:57.703] getCompletionData: Get current token: 0.001695999875664711 +Info 15446[18:46:57.703] getCompletionData: Is inside comment: 0.011392999440431595 +Info 15447[18:46:57.703] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 15448[18:46:57.705] Format host information updated +Info 15449[18:46:57.968] Format host information updated +Info 15450[18:46:57.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15451[18:46:57.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1125 structureChanged: false structureIsReused:: Completely Elapsed: 20.013271000236273ms +Info 15452[18:46:57.989] Different program with same set of files +Info 15453[18:46:58.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15454[18:46:58.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1126 structureChanged: false structureIsReused:: Completely Elapsed: 8.408250998705626ms +Info 15455[18:46:58.538] Different program with same set of files +Info 15456[18:46:58.538] getCompletionData: Get current token: 0.0014299992471933365 +Info 15457[18:46:58.538] getCompletionData: Is inside comment: 0.009387999773025513 +Info 15458[18:46:58.538] Format host information updated +Info 15459[18:46:58.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15460[18:46:58.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1127 structureChanged: false structureIsReused:: Completely Elapsed: 13.40195499919355ms +Info 15461[18:46:58.775] Different program with same set of files +Info 15462[18:46:58.775] getCompletionData: Get current token: 0.0016640014946460724 +Info 15463[18:46:58.775] getCompletionData: Is inside comment: 0.011106999590992928 +Info 15464[18:46:58.775] getCompletionData: Get previous token: 0.003129001706838608 +Info 15465[18:46:58.775] getCompletionsAtPosition: isCompletionListBlocker: 0.006903000175952911 +Info 15466[18:46:58.776] getExportInfoMap: cache hit +Info 15467[18:46:58.809] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15468[18:46:58.809] collectAutoImports: response is complete +Info 15469[18:46:58.809] collectAutoImports: 32.71356000006199 +Info 15470[18:46:58.809] getCompletionData: Semantic work: 33.528947999700904 +Info 15471[18:46:58.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.026004999876022 +Info 15472[18:46:58.822] Format host information updated +Info 15473[18:46:59.160] Format host information updated +Info 15474[18:46:59.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15475[18:46:59.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1128 structureChanged: false structureIsReused:: Completely Elapsed: 22.736684000119567ms +Info 15476[18:46:59.184] Different program with same set of files +Info 15477[18:46:59.570] Format host information updated +Info 15478[18:46:59.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15479[18:46:59.579] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1129 structureChanged: false structureIsReused:: Completely Elapsed: 8.90836799889803ms +Info 15480[18:46:59.579] Different program with same set of files +Info 15481[18:47:01.683] Format host information updated +Info 15482[18:47:01.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15483[18:47:01.692] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1130 structureChanged: false structureIsReused:: Completely Elapsed: 9.397142998874187ms +Info 15484[18:47:01.693] Different program with same set of files +Info 15485[18:47:02.295] Format host information updated +Info 15486[18:47:02.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15487[18:47:02.302] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1131 structureChanged: false structureIsReused:: Completely Elapsed: 6.863656001165509ms +Info 15488[18:47:02.302] Different program with same set of files +Info 15489[18:47:02.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15490[18:47:02.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1132 structureChanged: false structureIsReused:: Completely Elapsed: 7.401271000504494ms +Info 15491[18:47:02.399] Different program with same set of files +Info 15492[18:47:02.399] getCompletionData: Get current token: 0.0012379996478557587 +Info 15493[18:47:02.399] getCompletionData: Is inside comment: 0.0043470002710819244 +Info 15494[18:47:02.399] getCompletionData: Get previous token: 0.006949000060558319 +Info 15495[18:47:02.399] getCompletionsAtPosition: isCompletionListBlocker: 0.006695998832583427 +Info 15496[18:47:02.401] getExportInfoMap: cache hit +Info 15497[18:47:02.407] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 150 from cache +Info 15498[18:47:02.407] collectAutoImports: response is complete +Info 15499[18:47:02.407] collectAutoImports: 5.388893999159336 +Info 15500[18:47:02.407] getCompletionData: Semantic work: 8.126671001315117 +Info 15501[18:47:02.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6554089989513159 +Info 15502[18:47:02.410] Format host information updated +Info 15503[18:47:02.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15504[18:47:02.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1133 structureChanged: false structureIsReused:: Completely Elapsed: 8.001467000693083ms +Info 15505[18:47:02.459] Different program with same set of files +Info 15506[18:47:02.459] getCompletionData: Get current token: 0.0013100001960992813 +Info 15507[18:47:02.459] getCompletionData: Is inside comment: 0.005007999017834663 +Info 15508[18:47:02.459] getCompletionData: Get previous token: 0.007690001279115677 +Info 15509[18:47:02.459] getCompletionsAtPosition: isCompletionListBlocker: 0.007970999926328659 +Info 15510[18:47:02.460] getExportInfoMap: cache hit +Info 15511[18:47:02.466] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 16 from cache +Info 15512[18:47:02.466] collectAutoImports: response is complete +Info 15513[18:47:02.466] collectAutoImports: 5.743240999057889 +Info 15514[18:47:02.466] getCompletionData: Semantic work: 6.482411999255419 +Info 15515[18:47:02.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4169009998440742 +Info 15516[18:47:02.468] Format host information updated +Info 15517[18:47:02.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15518[18:47:02.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1134 structureChanged: false structureIsReused:: Completely Elapsed: 13.07238700054586ms +Info 15519[18:47:02.529] Different program with same set of files +Info 15520[18:47:02.529] getCompletionData: Get current token: 0.002008998766541481 +Info 15521[18:47:02.529] getCompletionData: Is inside comment: 0.00897200033068657 +Info 15522[18:47:02.529] getCompletionData: Get previous token: 0.013453999534249306 +Info 15523[18:47:02.529] getCompletionsAtPosition: isCompletionListBlocker: 0.01109199970960617 +Info 15524[18:47:02.530] getExportInfoMap: cache hit +Info 15525[18:47:02.536] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 11 from cache +Info 15526[18:47:02.536] collectAutoImports: response is complete +Info 15527[18:47:02.536] collectAutoImports: 5.640024999156594 +Info 15528[18:47:02.536] getCompletionData: Semantic work: 6.832249000668526 +Info 15529[18:47:02.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3402639999985695 +Info 15530[18:47:02.539] Format host information updated +Info 15531[18:47:02.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15532[18:47:02.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1135 structureChanged: false structureIsReused:: Completely Elapsed: 26.54939099960029ms +Info 15533[18:47:02.643] Different program with same set of files +Info 15534[18:47:02.643] getCompletionData: Get current token: 0.0036079995334148407 +Info 15535[18:47:02.643] getCompletionData: Is inside comment: 0.01356000080704689 +Info 15536[18:47:02.643] getCompletionData: Get previous token: 0.025647001340985298 +Info 15537[18:47:02.643] getCompletionsAtPosition: isCompletionListBlocker: 0.01520400121808052 +Info 15538[18:47:02.645] getExportInfoMap: cache hit +Info 15539[18:47:02.650] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 15540[18:47:02.650] collectAutoImports: response is complete +Info 15541[18:47:02.650] collectAutoImports: 5.277230000123382 +Info 15542[18:47:02.650] getCompletionData: Semantic work: 6.999211000278592 +Info 15543[18:47:02.652] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0317710004746914 +Info 15544[18:47:02.654] Format host information updated +Info 15545[18:47:02.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15546[18:47:02.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1136 structureChanged: false structureIsReused:: Completely Elapsed: 14.877700001001358ms +Info 15547[18:47:02.739] Different program with same set of files +Info 15548[18:47:02.739] getCompletionData: Get current token: 0.0024669989943504333 +Info 15549[18:47:02.739] getCompletionData: Is inside comment: 0.007488999515771866 +Info 15550[18:47:02.739] getCompletionData: Get previous token: 0.058080000802874565 +Info 15551[18:47:02.740] getCompletionsAtPosition: isCompletionListBlocker: 0.00945199839770794 +Info 15552[18:47:02.740] getExportInfoMap: cache hit +Info 15553[18:47:02.744] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 15554[18:47:02.744] collectAutoImports: response is complete +Info 15555[18:47:02.744] collectAutoImports: 3.7549980003386736 +Info 15556[18:47:02.744] getCompletionData: Semantic work: 4.778657000511885 +Info 15557[18:47:02.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8610040005296469 +Info 15558[18:47:02.747] Format host information updated +Info 15559[18:47:02.802] Format host information updated +Info 15560[18:47:02.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15561[18:47:02.810] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1137 structureChanged: false structureIsReused:: Completely Elapsed: 7.605010000988841ms +Info 15562[18:47:02.810] Different program with same set of files +Info 15563[18:47:03.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15564[18:47:03.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1138 structureChanged: false structureIsReused:: Completely Elapsed: 9.495476998388767ms +Info 15565[18:47:03.072] Different program with same set of files +Info 15566[18:47:03.072] getCompletionData: Get current token: 0.0009920001029968262 +Info 15567[18:47:03.072] getCompletionData: Is inside comment: 0.0033450014889240265 +Info 15568[18:47:03.073] getCompletionData: Get previous token: 0.005156001076102257 +Info 15569[18:47:03.073] getCompletionsAtPosition: isCompletionListBlocker: 0.005906999111175537 +Info 15570[18:47:03.073] getExportInfoMap: cache hit +Info 15571[18:47:03.077] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 117 from cache +Info 15572[18:47:03.077] collectAutoImports: response is complete +Info 15573[18:47:03.077] collectAutoImports: 3.7317220009863377 +Info 15574[18:47:03.077] getCompletionData: Semantic work: 4.253206999972463 +Info 15575[18:47:03.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3514499999582767 +Info 15576[18:47:03.079] Format host information updated +Info 15577[18:47:03.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15578[18:47:03.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1139 structureChanged: false structureIsReused:: Completely Elapsed: 22.969584999606013ms +Info 15579[18:47:03.204] Different program with same set of files +Info 15580[18:47:03.204] getCompletionData: Get current token: 0.004222000017762184 +Info 15581[18:47:03.204] getCompletionData: Is inside comment: 0.017059000208973885 +Info 15582[18:47:03.205] getCompletionData: Get previous token: 0.030706999823451042 +Info 15583[18:47:03.205] getCompletionsAtPosition: isCompletionListBlocker: 0.02391199953854084 +Info 15584[18:47:03.206] getExportInfoMap: cache hit +Info 15585[18:47:03.233] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15586[18:47:03.233] collectAutoImports: response is complete +Info 15587[18:47:03.233] collectAutoImports: 26.36305799894035 +Info 15588[18:47:03.233] getCompletionData: Semantic work: 27.959135999903083 +Info 15589[18:47:03.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.126743000000715 +Info 15590[18:47:03.242] Format host information updated +Info 15591[18:47:03.253] Format host information updated +Info 15592[18:47:03.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15593[18:47:03.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1140 structureChanged: false structureIsReused:: Completely Elapsed: 9.38811600022018ms +Info 15594[18:47:03.262] Different program with same set of files +Info 15595[18:47:09.479] Format host information updated +Info 15596[18:47:09.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15597[18:47:09.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1141 structureChanged: false structureIsReused:: Completely Elapsed: 6.830556999891996ms +Info 15598[18:47:09.486] Different program with same set of files +Info 15599[18:47:09.748] getCompletionData: Get current token: 0.0021040011197328568 +Info 15600[18:47:09.748] getCompletionData: Is inside comment: 0.0014119986444711685 +Info 15601[18:47:09.748] getCompletionData: Get previous token: 0.009414998814463615 +Info 15602[18:47:09.748] getCompletionsAtPosition: isCompletionListBlocker: 0.007092000916600227 +Info 15603[18:47:09.748] getExportInfoMap: cache hit +Info 15604[18:47:09.750] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15605[18:47:09.750] collectAutoImports: response is complete +Info 15606[18:47:09.750] collectAutoImports: 1.5734149999916553 +Info 15607[18:47:09.750] getCompletionData: Semantic work: 2.1791589986532927 +Info 15608[18:47:09.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0343769993633032 +Info 15609[18:47:09.875] Format host information updated +Info 15610[18:47:09.875] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15611[18:47:09.882] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1142 structureChanged: false structureIsReused:: Completely Elapsed: 6.641318999230862ms +Info 15612[18:47:09.882] Different program with same set of files +Info 15613[18:47:10.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15614[18:47:10.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1143 structureChanged: false structureIsReused:: Completely Elapsed: 6.924483999609947ms +Info 15615[18:47:10.652] Different program with same set of files +Info 15616[18:47:10.652] getCompletionData: Get current token: 0.001033000648021698 +Info 15617[18:47:10.652] getCompletionData: Is inside comment: 0.004410000517964363 +Info 15618[18:47:10.652] getCompletionData: Get previous token: 0.003272000700235367 +Info 15619[18:47:10.652] getCompletionsAtPosition: isCompletionListBlocker: 0.007020000368356705 +Info 15620[18:47:10.653] getExportInfoMap: cache hit +Info 15621[18:47:10.666] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15622[18:47:10.666] collectAutoImports: response is complete +Info 15623[18:47:10.666] collectAutoImports: 13.023843999952078 +Info 15624[18:47:10.666] getCompletionData: Semantic work: 13.430927999317646 +Info 15625[18:47:10.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9610629994422197 +Info 15626[18:47:10.672] Format host information updated +Info 15627[18:47:10.893] Format host information updated +Info 15628[18:47:10.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15629[18:47:10.904] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1144 structureChanged: false structureIsReused:: Completely Elapsed: 11.364700999110937ms +Info 15630[18:47:10.904] Different program with same set of files +Info 15631[18:47:10.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15632[18:47:10.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1145 structureChanged: false structureIsReused:: Completely Elapsed: 11.315077001228929ms +Info 15633[18:47:10.976] Different program with same set of files +Info 15634[18:47:10.976] getCompletionData: Get current token: 0.0017680004239082336 +Info 15635[18:47:10.976] getCompletionData: Is inside comment: 0.0068599991500377655 +Info 15636[18:47:10.976] getCompletionData: Get previous token: 0.004523001611232758 +Info 15637[18:47:10.976] getCompletionsAtPosition: isCompletionListBlocker: 0.07204100117087364 +Info 15638[18:47:10.976] getExportInfoMap: cache hit +Info 15639[18:47:10.991] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15640[18:47:10.991] collectAutoImports: response is complete +Info 15641[18:47:10.991] collectAutoImports: 14.921946000307798 +Info 15642[18:47:10.991] getCompletionData: Semantic work: 15.588178999722004 +Info 15643[18:47:10.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.339322999119759 +Info 15644[18:47:11.002] Format host information updated +Info 15645[18:47:11.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15646[18:47:11.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1146 structureChanged: false structureIsReused:: Completely Elapsed: 6.929108999669552ms +Info 15647[18:47:11.031] Different program with same set of files +Info 15648[18:47:11.032] getCompletionData: Get current token: 0.0012189988046884537 +Info 15649[18:47:11.032] getCompletionData: Is inside comment: 0.005508000031113625 +Info 15650[18:47:11.032] getCompletionData: Get previous token: 0.0034779999405145645 +Info 15651[18:47:11.032] getCompletionsAtPosition: isCompletionListBlocker: 0.006250001490116119 +Info 15652[18:47:11.033] getExportInfoMap: cache hit +Info 15653[18:47:11.045] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15654[18:47:11.045] collectAutoImports: response is complete +Info 15655[18:47:11.045] collectAutoImports: 11.940005000680685 +Info 15656[18:47:11.045] getCompletionData: Semantic work: 13.427817000076175 +Info 15657[18:47:11.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5760060008615255 +Info 15658[18:47:11.052] Format host information updated +Info 15659[18:47:11.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15660[18:47:11.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1147 structureChanged: false structureIsReused:: Completely Elapsed: 7.127125000581145ms +Info 15661[18:47:11.258] Different program with same set of files +Info 15662[18:47:11.258] getCompletionData: Get current token: 0.0013219993561506271 +Info 15663[18:47:11.258] getCompletionData: Is inside comment: 0.00646200031042099 +Info 15664[18:47:11.258] getCompletionData: Get previous token: 0.0037960000336170197 +Info 15665[18:47:11.258] getCompletionsAtPosition: isCompletionListBlocker: 0.01256599836051464 +Info 15666[18:47:11.259] getExportInfoMap: cache hit +Info 15667[18:47:11.269] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15668[18:47:11.269] collectAutoImports: response is complete +Info 15669[18:47:11.269] collectAutoImports: 10.433326000347733 +Info 15670[18:47:11.269] getCompletionData: Semantic work: 10.930873000994325 +Info 15671[18:47:11.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6836089994758368 +Info 15672[18:47:11.278] Format host information updated +Info 15673[18:47:11.384] Format host information updated +Info 15674[18:47:11.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15675[18:47:11.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1148 structureChanged: false structureIsReused:: Completely Elapsed: 7.673055998980999ms +Info 15676[18:47:11.392] Different program with same set of files +Info 15677[18:47:11.503] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15678[18:47:11.513] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1149 structureChanged: false structureIsReused:: Completely Elapsed: 9.870134999975562ms +Info 15679[18:47:11.513] Different program with same set of files +Info 15680[18:47:11.513] getCompletionData: Get current token: 0.0014539994299411774 +Info 15681[18:47:11.513] getCompletionData: Is inside comment: 0.005397001281380653 +Info 15682[18:47:11.513] getCompletionData: Get previous token: 0.003999998793005943 +Info 15683[18:47:11.513] getCompletionsAtPosition: isCompletionListBlocker: 0.00768900103867054 +Info 15684[18:47:11.514] getExportInfoMap: cache hit +Info 15685[18:47:11.526] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15686[18:47:11.526] collectAutoImports: response is complete +Info 15687[18:47:11.526] collectAutoImports: 11.820058001205325 +Info 15688[18:47:11.526] getCompletionData: Semantic work: 12.364094000309706 +Info 15689[18:47:11.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8854680005460978 +Info 15690[18:47:11.534] Format host information updated +Info 15691[18:47:11.602] Format host information updated +Info 15692[18:47:11.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15693[18:47:11.622] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1150 structureChanged: false structureIsReused:: Completely Elapsed: 19.932152999565005ms +Info 15694[18:47:11.623] Different program with same set of files +Info 15695[18:47:11.714] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15696[18:47:11.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1151 structureChanged: false structureIsReused:: Completely Elapsed: 26.639208000153303ms +Info 15697[18:47:11.741] Different program with same set of files +Info 15698[18:47:11.741] getCompletionData: Get current token: 0.003901001065969467 +Info 15699[18:47:11.741] getCompletionData: Is inside comment: 0.017758000642061234 +Info 15700[18:47:11.741] getCompletionData: Get previous token: 0.012899000197649002 +Info 15701[18:47:11.741] getCompletionsAtPosition: isCompletionListBlocker: 0.017243999987840652 +Info 15702[18:47:11.743] getExportInfoMap: cache hit +Info 15703[18:47:11.764] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15704[18:47:11.764] collectAutoImports: response is complete +Info 15705[18:47:11.765] collectAutoImports: 21.761923000216484 +Info 15706[18:47:11.765] getCompletionData: Semantic work: 23.153170999139547 +Info 15707[18:47:11.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.23632999882102 +Info 15708[18:47:11.773] Format host information updated +Info 15709[18:47:11.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15710[18:47:11.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1152 structureChanged: false structureIsReused:: Completely Elapsed: 6.93401800096035ms +Info 15711[18:47:11.955] Different program with same set of files +Info 15712[18:47:11.955] getCompletionData: Get current token: 0.001230001449584961 +Info 15713[18:47:11.955] getCompletionData: Is inside comment: 0.02556699886918068 +Info 15714[18:47:11.955] getCompletionData: Get previous token: 0.024020999670028687 +Info 15715[18:47:11.955] getCompletionsAtPosition: isCompletionListBlocker: 0.009072000160813332 +Info 15716[18:47:11.956] getExportInfoMap: cache hit +Info 15717[18:47:11.969] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15718[18:47:11.969] collectAutoImports: response is complete +Info 15719[18:47:11.969] collectAutoImports: 13.485407000407577 +Info 15720[18:47:11.969] getCompletionData: Semantic work: 14.12423000112176 +Info 15721[18:47:11.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6726420000195503 +Info 15722[18:47:11.976] Format host information updated +Info 15723[18:47:12.015] Format host information updated +Info 15724[18:47:12.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15725[18:47:12.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1153 structureChanged: false structureIsReused:: Completely Elapsed: 7.235236000269651ms +Info 15726[18:47:12.023] Different program with same set of files +Info 15727[18:47:12.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15728[18:47:12.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1154 structureChanged: false structureIsReused:: Completely Elapsed: 7.409653000533581ms +Info 15729[18:47:12.480] Different program with same set of files +Info 15730[18:47:12.480] getCompletionData: Get current token: 0.0013229995965957642 +Info 15731[18:47:12.480] getCompletionData: Is inside comment: 0.006779000163078308 +Info 15732[18:47:12.480] getCompletionData: Get previous token: 0.004558000713586807 +Info 15733[18:47:12.480] getCompletionsAtPosition: isCompletionListBlocker: 0.007952000945806503 +Info 15734[18:47:12.480] getExportInfoMap: cache hit +Info 15735[18:47:12.494] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 15736[18:47:12.494] collectAutoImports: response is complete +Info 15737[18:47:12.494] collectAutoImports: 14.176500000059605 +Info 15738[18:47:12.494] getCompletionData: Semantic work: 14.723938001319766 +Info 15739[18:47:12.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9662420004606247 +Info 15740[18:47:12.501] Format host information updated +Info 15741[18:47:13.933] getCompletionData: Get current token: 0.0024409983307123184 +Info 15742[18:47:13.933] getCompletionData: Is inside comment: 0.0013380013406276703 +Info 15743[18:47:13.933] getCompletionData: Get previous token: 0.0069060008972883224 +Info 15744[18:47:13.933] getCompletionsAtPosition: isCompletionListBlocker: 0.0021339990198612213 +Info 15745[18:47:13.933] Returning an empty list because completion was requested in an invalid position. +Info 15746[18:47:14.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15747[18:47:14.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1155 structureChanged: false structureIsReused:: Completely Elapsed: 7.167674999684095ms +Info 15748[18:47:14.043] Different program with same set of files +Info 15749[18:47:14.044] getCompletionData: Get current token: 0.0028360001742839813 +Info 15750[18:47:14.044] getCompletionData: Is inside comment: 0.0011209994554519653 +Info 15751[18:47:14.044] getCompletionData: Get previous token: 0.015429999679327011 +Info 15752[18:47:14.044] getCompletionsAtPosition: isCompletionListBlocker: 0.001693999394774437 +Info 15753[18:47:14.044] Returning an empty list because completion was requested in an invalid position. +Info 15754[18:47:14.044] Format host information updated +Info 15755[18:47:17.098] getCompletionData: Get current token: 0.004969000816345215 +Info 15756[18:47:17.098] getCompletionData: Is inside comment: 0.008142000064253807 +Info 15757[18:47:17.098] getCompletionData: Get previous token: 0.004349999129772186 +Info 15758[18:47:17.098] getCompletionsAtPosition: isCompletionListBlocker: 0.0024870000779628754 +Info 15759[18:47:17.098] getExportInfoMap: cache hit +Info 15760[18:47:17.109] collectAutoImports: resolved 4 module specifiers, plus 175 ambient and 1053 from cache +Info 15761[18:47:17.109] collectAutoImports: response is complete +Info 15762[18:47:17.109] collectAutoImports: 11.217051999643445 +Info 15763[18:47:17.109] getCompletionData: Semantic work: 11.744733000174165 +Info 15764[18:47:17.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.704336998984218 +Info 15765[18:47:18.153] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15766[18:47:18.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1156 structureChanged: false structureIsReused:: Completely Elapsed: 7.428726000711322ms +Info 15767[18:47:18.160] Different program with same set of files +Info 15768[18:47:18.160] getCompletionData: Get current token: 0.004143999889492989 +Info 15769[18:47:18.160] getCompletionData: Is inside comment: 0.010292001068592072 +Info 15770[18:47:18.160] getCompletionData: Get previous token: 0.0064050015062093735 +Info 15771[18:47:18.160] getCompletionsAtPosition: isCompletionListBlocker: 0.009545998647809029 +Info 15772[18:47:18.161] getExportInfoMap: cache hit +Info 15773[18:47:18.173] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15774[18:47:18.173] collectAutoImports: response is complete +Info 15775[18:47:18.173] collectAutoImports: 12.106125999242067 +Info 15776[18:47:18.173] getCompletionData: Semantic work: 12.702252998948097 +Info 15777[18:47:18.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.984707999974489 +Info 15778[18:47:18.184] Format host information updated +Info 15779[18:47:18.370] getCompletionData: Get current token: 0.003010999411344528 +Info 15780[18:47:18.370] getCompletionData: Is inside comment: 0.007544001564383507 +Info 15781[18:47:18.370] getCompletionData: Get previous token: 0.005431998521089554 +Info 15782[18:47:18.370] getCompletionsAtPosition: isCompletionListBlocker: 0.001857999712228775 +Info 15783[18:47:18.370] Returning an empty list because completion was requested in an invalid position. +Info 15784[18:47:19.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15785[18:47:19.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1157 structureChanged: false structureIsReused:: Completely Elapsed: 9.546649999916553ms +Info 15786[18:47:19.023] Different program with same set of files +Info 15787[18:47:19.023] getCompletionData: Get current token: 0.003396999090909958 +Info 15788[18:47:19.023] getCompletionData: Is inside comment: 0.007989998906850815 +Info 15789[18:47:19.023] getCompletionData: Get previous token: 0.009139001369476318 +Info 15790[18:47:19.023] getCompletionsAtPosition: isCompletionListBlocker: 0.0027760006487369537 +Info 15791[18:47:19.024] getExportInfoMap: cache hit +Info 15792[18:47:19.026] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 15793[18:47:19.026] collectAutoImports: response is complete +Info 15794[18:47:19.026] collectAutoImports: 1.9107360001653433 +Info 15795[18:47:19.026] getCompletionData: Semantic work: 2.421772999688983 +Info 15796[18:47:19.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7996020000427961 +Info 15797[18:47:19.028] Format host information updated +Info 15798[18:47:20.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15799[18:47:20.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1158 structureChanged: false structureIsReused:: Completely Elapsed: 7.367085000500083ms +Info 15800[18:47:20.119] Different program with same set of files +Info 15801[18:47:20.119] getCompletionData: Get current token: 0.00325700081884861 +Info 15802[18:47:20.119] getCompletionData: Is inside comment: 0.0075900014489889145 +Info 15803[18:47:20.119] getCompletionData: Get previous token: 0.00797400064766407 +Info 15804[18:47:20.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0026300009340047836 +Info 15805[18:47:20.119] getExportInfoMap: cache hit +Info 15806[18:47:20.121] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15807[18:47:20.121] collectAutoImports: response is complete +Info 15808[18:47:20.121] collectAutoImports: 1.4679920002818108 +Info 15809[18:47:20.121] getCompletionData: Semantic work: 1.914665998890996 +Info 15810[18:47:20.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5508120004087687 +Info 15811[18:47:20.123] Format host information updated +Info 15812[18:47:20.585] Format host information updated +Info 15813[18:47:20.585] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15814[18:47:20.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1159 structureChanged: false structureIsReused:: Completely Elapsed: 7.159236000850797ms +Info 15815[18:47:20.592] Different program with same set of files +Info 15816[18:47:20.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15817[18:47:20.925] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1160 structureChanged: false structureIsReused:: Completely Elapsed: 9.917682999745011ms +Info 15818[18:47:20.925] Different program with same set of files +Info 15819[18:47:20.925] getCompletionData: Get current token: 0.003766000270843506 +Info 15820[18:47:20.925] getCompletionData: Is inside comment: 0.00979200005531311 +Info 15821[18:47:20.925] getCompletionData: Get previous token: 0.011340999975800514 +Info 15822[18:47:20.925] getCompletionsAtPosition: isCompletionListBlocker: 0.0017900001257658005 +Info 15823[18:47:20.926] getExportInfoMap: cache hit +Info 15824[18:47:20.931] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 15825[18:47:20.931] collectAutoImports: response is complete +Info 15826[18:47:20.931] collectAutoImports: 4.5859329998493195 +Info 15827[18:47:20.931] getCompletionData: Semantic work: 5.102760000154376 +Info 15828[18:47:20.933] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.60687099955976 +Info 15829[18:47:20.935] Format host information updated +Info 15830[18:47:21.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15831[18:47:21.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1161 structureChanged: false structureIsReused:: Completely Elapsed: 7.833242999389768ms +Info 15832[18:47:21.105] Different program with same set of files +Info 15833[18:47:21.105] getCompletionData: Get current token: 0.003692999482154846 +Info 15834[18:47:21.105] getCompletionData: Is inside comment: 0.010790999978780746 +Info 15835[18:47:21.106] getCompletionData: Get previous token: 0.011987000703811646 +Info 15836[18:47:21.106] getCompletionsAtPosition: isCompletionListBlocker: 0.002232000231742859 +Info 15837[18:47:21.106] getExportInfoMap: cache hit +Info 15838[18:47:21.112] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 115 from cache +Info 15839[18:47:21.112] collectAutoImports: response is complete +Info 15840[18:47:21.112] collectAutoImports: 6.281538000330329 +Info 15841[18:47:21.112] getCompletionData: Semantic work: 6.850361999124289 +Info 15842[18:47:21.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5309250000864267 +Info 15843[18:47:21.116] Format host information updated +Info 15844[18:47:21.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15845[18:47:21.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1162 structureChanged: false structureIsReused:: Completely Elapsed: 10.295438000932336ms +Info 15846[18:47:21.171] Different program with same set of files +Info 15847[18:47:21.171] getCompletionData: Get current token: 0.004831001162528992 +Info 15848[18:47:21.171] getCompletionData: Is inside comment: 0.013844000175595284 +Info 15849[18:47:21.171] getCompletionData: Get previous token: 0.01595500111579895 +Info 15850[18:47:21.171] getCompletionsAtPosition: isCompletionListBlocker: 0.0022940002381801605 +Info 15851[18:47:21.172] getExportInfoMap: cache hit +Info 15852[18:47:21.175] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 47 from cache +Info 15853[18:47:21.175] collectAutoImports: response is complete +Info 15854[18:47:21.175] collectAutoImports: 3.1710140015929937 +Info 15855[18:47:21.175] getCompletionData: Semantic work: 3.8386419992893934 +Info 15856[18:47:21.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9191859997808933 +Info 15857[18:47:21.182] Format host information updated +Info 15858[18:47:21.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15859[18:47:21.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1163 structureChanged: false structureIsReused:: Completely Elapsed: 8.108372000977397ms +Info 15860[18:47:21.233] Different program with same set of files +Info 15861[18:47:21.233] getCompletionData: Get current token: 0.0036069992929697037 +Info 15862[18:47:21.233] getCompletionData: Is inside comment: 0.010487999767065048 +Info 15863[18:47:21.233] getCompletionData: Get previous token: 0.012253999710083008 +Info 15864[18:47:21.233] getCompletionsAtPosition: isCompletionListBlocker: 0.0025880001485347748 +Info 15865[18:47:21.234] getExportInfoMap: cache hit +Info 15866[18:47:21.236] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 15867[18:47:21.236] collectAutoImports: response is complete +Info 15868[18:47:21.236] collectAutoImports: 2.0118669997900724 +Info 15869[18:47:21.236] getCompletionData: Semantic work: 2.5686109997332096 +Info 15870[18:47:21.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.090113000944257 +Info 15871[18:47:21.239] Format host information updated +Info 15872[18:47:21.416] getCompletionData: Get current token: 0.0034829992800951004 +Info 15873[18:47:21.416] getCompletionData: Is inside comment: 0.007300999015569687 +Info 15874[18:47:21.416] getCompletionData: Get previous token: 0.004906000569462776 +Info 15875[18:47:21.416] getCompletionsAtPosition: isCompletionListBlocker: 0.006435001268982887 +Info 15876[18:47:21.416] getExportInfoMap: cache hit +Info 15877[18:47:21.427] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15878[18:47:21.427] collectAutoImports: response is complete +Info 15879[18:47:21.427] collectAutoImports: 11.31645500101149 +Info 15880[18:47:21.427] getCompletionData: Semantic work: 11.812525998800993 +Info 15881[18:47:21.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.155898999422789 +Info 15882[18:47:21.588] Format host information updated +Info 15883[18:47:21.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15884[18:47:21.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1164 structureChanged: false structureIsReused:: Completely Elapsed: 7.065182000398636ms +Info 15885[18:47:21.595] Different program with same set of files +Info 15886[18:47:21.648] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15887[18:47:21.658] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1165 structureChanged: false structureIsReused:: Completely Elapsed: 10.259911999106407ms +Info 15888[18:47:21.658] Different program with same set of files +Info 15889[18:47:21.658] getCompletionData: Get current token: 0.004697000607848167 +Info 15890[18:47:21.658] getCompletionData: Is inside comment: 0.012290999293327332 +Info 15891[18:47:21.659] getCompletionData: Get previous token: 0.007830999791622162 +Info 15892[18:47:21.659] getCompletionsAtPosition: isCompletionListBlocker: 0.008469998836517334 +Info 15893[18:47:21.659] getExportInfoMap: cache hit +Info 15894[18:47:21.678] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15895[18:47:21.678] collectAutoImports: response is complete +Info 15896[18:47:21.678] collectAutoImports: 18.83384400047362 +Info 15897[18:47:21.678] getCompletionData: Semantic work: 19.509532000869513 +Info 15898[18:47:21.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.656798001378775 +Info 15899[18:47:21.690] Format host information updated +Info 15900[18:47:21.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15901[18:47:21.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1166 structureChanged: false structureIsReused:: Completely Elapsed: 8.215617999434471ms +Info 15902[18:47:21.896] Different program with same set of files +Info 15903[18:47:21.896] getCompletionData: Get current token: 0.0031209997832775116 +Info 15904[18:47:21.896] getCompletionData: Is inside comment: 0.009408999234437943 +Info 15905[18:47:21.897] getCompletionData: Get previous token: 0.006712999194860458 +Info 15906[18:47:21.897] getCompletionsAtPosition: isCompletionListBlocker: 0.0057389996945858 +Info 15907[18:47:21.897] getExportInfoMap: cache hit +Info 15908[18:47:21.913] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15909[18:47:21.913] collectAutoImports: response is complete +Info 15910[18:47:21.913] collectAutoImports: 15.301451001316309 +Info 15911[18:47:21.913] getCompletionData: Semantic work: 16.267694000154734 +Info 15912[18:47:21.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.770762000232935 +Info 15913[18:47:21.922] Format host information updated +Info 15914[18:47:21.949] Format host information updated +Info 15915[18:47:21.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15916[18:47:21.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1167 structureChanged: false structureIsReused:: Completely Elapsed: 9.612360998988152ms +Info 15917[18:47:21.959] Different program with same set of files +Info 15918[18:47:22.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15919[18:47:22.145] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1168 structureChanged: false structureIsReused:: Completely Elapsed: 29.451538000255823ms +Info 15920[18:47:22.145] Different program with same set of files +Info 15921[18:47:22.146] getCompletionData: Get current token: 0.007641000673174858 +Info 15922[18:47:22.146] getCompletionData: Is inside comment: 0.024605000391602516 +Info 15923[18:47:22.146] getCompletionData: Get previous token: 0.031675999984145164 +Info 15924[18:47:22.146] getCompletionsAtPosition: isCompletionListBlocker: 0.014605998992919922 +Info 15925[18:47:22.147] getExportInfoMap: cache hit +Info 15926[18:47:22.152] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 15927[18:47:22.152] collectAutoImports: response is complete +Info 15928[18:47:22.152] collectAutoImports: 4.631557999178767 +Info 15929[18:47:22.152] getCompletionData: Semantic work: 5.862169999629259 +Info 15930[18:47:22.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6591670010238886 +Info 15931[18:47:22.157] Format host information updated +Info 15932[18:47:22.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15933[18:47:22.263] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1169 structureChanged: false structureIsReused:: Completely Elapsed: 26.24373099952936ms +Info 15934[18:47:22.263] Different program with same set of files +Info 15935[18:47:22.263] getCompletionData: Get current token: 0.007394000887870789 +Info 15936[18:47:22.263] getCompletionData: Is inside comment: 0.024389000609517097 +Info 15937[18:47:22.264] getCompletionData: Get previous token: 0.031306998804211617 +Info 15938[18:47:22.264] getCompletionsAtPosition: isCompletionListBlocker: 0.013120001181960106 +Info 15939[18:47:22.265] getExportInfoMap: cache hit +Info 15940[18:47:22.269] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 15941[18:47:22.269] collectAutoImports: response is complete +Info 15942[18:47:22.269] collectAutoImports: 3.648725999519229 +Info 15943[18:47:22.269] getCompletionData: Semantic work: 4.8412019982934 +Info 15944[18:47:22.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.378794999793172 +Info 15945[18:47:22.273] Format host information updated +Info 15946[18:47:22.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15947[18:47:22.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1170 structureChanged: false structureIsReused:: Completely Elapsed: 29.906258000060916ms +Info 15948[18:47:22.393] Different program with same set of files +Info 15949[18:47:22.393] getCompletionData: Get current token: 0.010571999475359917 +Info 15950[18:47:22.393] getCompletionData: Is inside comment: 0.0324149988591671 +Info 15951[18:47:22.394] getCompletionData: Get previous token: 0.043275000527501106 +Info 15952[18:47:22.394] getCompletionsAtPosition: isCompletionListBlocker: 0.01728000119328499 +Info 15953[18:47:22.395] getExportInfoMap: cache hit +Info 15954[18:47:22.399] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 4 from cache +Info 15955[18:47:22.399] collectAutoImports: response is complete +Info 15956[18:47:22.399] collectAutoImports: 3.8248100001364946 +Info 15957[18:47:22.399] getCompletionData: Semantic work: 5.318815000355244 +Info 15958[18:47:22.403] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.582386000081897 +Info 15959[18:47:22.404] Format host information updated +Info 15960[18:47:22.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15961[18:47:22.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1171 structureChanged: false structureIsReused:: Completely Elapsed: 30.72591800056398ms +Info 15962[18:47:22.556] Different program with same set of files +Info 15963[18:47:22.556] getCompletionData: Get current token: 0.00619799830019474 +Info 15964[18:47:22.556] getCompletionData: Is inside comment: 0.019161000847816467 +Info 15965[18:47:22.556] getCompletionData: Get previous token: 0.025433000177145004 +Info 15966[18:47:22.556] getCompletionsAtPosition: isCompletionListBlocker: 0.011173000559210777 +Info 15967[18:47:22.557] getExportInfoMap: cache hit +Info 15968[18:47:22.560] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 15969[18:47:22.560] collectAutoImports: response is complete +Info 15970[18:47:22.560] collectAutoImports: 3.025281000882387 +Info 15971[18:47:22.560] getCompletionData: Semantic work: 3.981427000835538 +Info 15972[18:47:22.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8617640007287264 +Info 15973[18:47:22.564] Format host information updated +Info 15974[18:47:22.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15975[18:47:22.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1172 structureChanged: false structureIsReused:: Completely Elapsed: 7.524407001212239ms +Info 15976[18:47:22.617] Different program with same set of files +Info 15977[18:47:22.618] getCompletionData: Get current token: 0.003219999372959137 +Info 15978[18:47:22.618] getCompletionData: Is inside comment: 0.025857999920845032 +Info 15979[18:47:22.618] getCompletionData: Get previous token: 0.014023000374436378 +Info 15980[18:47:22.618] getCompletionsAtPosition: isCompletionListBlocker: 0.006509000435471535 +Info 15981[18:47:22.618] getExportInfoMap: cache hit +Info 15982[18:47:22.620] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 15983[18:47:22.620] collectAutoImports: response is complete +Info 15984[18:47:22.620] collectAutoImports: 1.5885379984974861 +Info 15985[18:47:22.620] getCompletionData: Semantic work: 2.126640999689698 +Info 15986[18:47:22.622] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8156090006232262 +Info 15987[18:47:22.624] Format host information updated +Info 15988[18:47:22.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15989[18:47:22.758] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1173 structureChanged: false structureIsReused:: Completely Elapsed: 7.807048998773098ms +Info 15990[18:47:22.758] Different program with same set of files +Info 15991[18:47:22.758] getCompletionData: Get current token: 0.0035110004246234894 +Info 15992[18:47:22.758] getCompletionData: Is inside comment: 0.011447999626398087 +Info 15993[18:47:22.758] getCompletionData: Get previous token: 0.01856200024485588 +Info 15994[18:47:22.758] getCompletionsAtPosition: isCompletionListBlocker: 0.007265999913215637 +Info 15995[18:47:22.759] getExportInfoMap: cache hit +Info 15996[18:47:22.761] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 15997[18:47:22.761] collectAutoImports: response is complete +Info 15998[18:47:22.761] collectAutoImports: 1.80328599922359 +Info 15999[18:47:22.761] getCompletionData: Semantic work: 2.3703570012003183 +Info 16000[18:47:22.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.93304199911654 +Info 16001[18:47:22.764] Format host information updated +Info 16002[18:47:24.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16003[18:47:24.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1174 structureChanged: false structureIsReused:: Completely Elapsed: 9.326492998749018ms +Info 16004[18:47:24.225] Different program with same set of files +Info 16005[18:47:24.226] getCompletionData: Get current token: 0.003441000357270241 +Info 16006[18:47:24.226] getCompletionData: Is inside comment: 0.0096220001578331 +Info 16007[18:47:24.226] getCompletionData: Get previous token: 0.013304000720381737 +Info 16008[18:47:24.226] getCompletionsAtPosition: isCompletionListBlocker: 0.006266999989748001 +Info 16009[18:47:24.226] getExportInfoMap: cache hit +Info 16010[18:47:24.228] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16011[18:47:24.228] collectAutoImports: response is complete +Info 16012[18:47:24.228] collectAutoImports: 1.4860530011355877 +Info 16013[18:47:24.228] getCompletionData: Semantic work: 1.969506999477744 +Info 16014[18:47:24.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5884510017931461 +Info 16015[18:47:24.230] Format host information updated +Info 16016[18:47:24.355] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16017[18:47:24.362] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1175 structureChanged: false structureIsReused:: Completely Elapsed: 7.231037998571992ms +Info 16018[18:47:24.362] Different program with same set of files +Info 16019[18:47:24.362] getCompletionData: Get current token: 0.0036169998347759247 +Info 16020[18:47:24.362] getCompletionData: Is inside comment: 0.010851001366972923 +Info 16021[18:47:24.362] getCompletionData: Get previous token: 0.014562001451849937 +Info 16022[18:47:24.362] getCompletionsAtPosition: isCompletionListBlocker: 0.006268000230193138 +Info 16023[18:47:24.363] getExportInfoMap: cache hit +Info 16024[18:47:24.364] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16025[18:47:24.364] collectAutoImports: response is complete +Info 16026[18:47:24.364] collectAutoImports: 1.6493390016257763 +Info 16027[18:47:24.364] getCompletionData: Semantic work: 2.1945450007915497 +Info 16028[18:47:24.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9568840004503727 +Info 16029[18:47:24.369] Format host information updated +Info 16030[18:47:24.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16031[18:47:24.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1176 structureChanged: false structureIsReused:: Completely Elapsed: 12.94102300144732ms +Info 16032[18:47:24.431] Different program with same set of files +Info 16033[18:47:24.431] getCompletionData: Get current token: 0.006975000724196434 +Info 16034[18:47:24.431] getCompletionData: Is inside comment: 0.058723000809550285 +Info 16035[18:47:24.431] getCompletionData: Get previous token: 0.02718600071966648 +Info 16036[18:47:24.432] getCompletionsAtPosition: isCompletionListBlocker: 0.011651000007987022 +Info 16037[18:47:24.432] getExportInfoMap: cache hit +Info 16038[18:47:24.436] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16039[18:47:24.436] collectAutoImports: response is complete +Info 16040[18:47:24.436] collectAutoImports: 3.0981109999120235 +Info 16041[18:47:24.436] getCompletionData: Semantic work: 4.064495999366045 +Info 16042[18:47:24.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.451070999726653 +Info 16043[18:47:24.441] Format host information updated +Info 16044[18:47:24.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16045[18:47:24.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1177 structureChanged: false structureIsReused:: Completely Elapsed: 7.042354000732303ms +Info 16046[18:47:24.565] Different program with same set of files +Info 16047[18:47:24.565] getCompletionData: Get current token: 0.0034529995173215866 +Info 16048[18:47:24.565] getCompletionData: Is inside comment: 0.011660000309348106 +Info 16049[18:47:24.565] getCompletionData: Get previous token: 0.012977000325918198 +Info 16050[18:47:24.565] getCompletionsAtPosition: isCompletionListBlocker: 0.005900999531149864 +Info 16051[18:47:24.565] getExportInfoMap: cache hit +Info 16052[18:47:24.567] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16053[18:47:24.567] collectAutoImports: response is complete +Info 16054[18:47:24.567] collectAutoImports: 1.5840639993548393 +Info 16055[18:47:24.567] getCompletionData: Semantic work: 2.096788000315428 +Info 16056[18:47:24.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7449740003794432 +Info 16057[18:47:24.569] Format host information updated +Info 16058[18:47:24.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16059[18:47:24.769] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1178 structureChanged: false structureIsReused:: Completely Elapsed: 33.77443300001323ms +Info 16060[18:47:24.769] Different program with same set of files +Info 16061[18:47:24.769] getCompletionData: Get current token: 0.009192001074552536 +Info 16062[18:47:24.769] getCompletionData: Is inside comment: 0.024024000391364098 +Info 16063[18:47:24.769] getCompletionData: Get previous token: 0.03064900077879429 +Info 16064[18:47:24.770] getCompletionsAtPosition: isCompletionListBlocker: 0.01302800141274929 +Info 16065[18:47:24.771] getExportInfoMap: cache hit +Info 16066[18:47:24.774] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16067[18:47:24.774] collectAutoImports: response is complete +Info 16068[18:47:24.774] collectAutoImports: 3.194982999935746 +Info 16069[18:47:24.774] getCompletionData: Semantic work: 4.3703169990330935 +Info 16070[18:47:24.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.324803998693824 +Info 16071[18:47:24.778] Format host information updated +Info 16072[18:47:24.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16073[18:47:24.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1179 structureChanged: false structureIsReused:: Completely Elapsed: 15.909369999542832ms +Info 16074[18:47:24.985] Different program with same set of files +Info 16075[18:47:24.985] getCompletionData: Get current token: 0.01120700128376484 +Info 16076[18:47:24.985] getCompletionData: Is inside comment: 0.02856999821960926 +Info 16077[18:47:24.985] getCompletionData: Get previous token: 0.01971300132572651 +Info 16078[18:47:24.985] getCompletionsAtPosition: isCompletionListBlocker: 0.004597999155521393 +Info 16079[18:47:24.986] getExportInfoMap: cache hit +Info 16080[18:47:25.006] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16081[18:47:25.006] collectAutoImports: response is complete +Info 16082[18:47:25.006] collectAutoImports: 19.775059001520276 +Info 16083[18:47:25.006] getCompletionData: Semantic work: 20.803848998621106 +Info 16084[18:47:25.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.764213999733329 +Info 16085[18:47:25.019] Format host information updated +Info 16086[18:47:25.316] getCompletionData: Get current token: 0.0026290006935596466 +Info 16087[18:47:25.316] getCompletionData: Is inside comment: 0.010986000299453735 +Info 16088[18:47:25.316] getCompletionData: Get previous token: 0.010324999690055847 +Info 16089[18:47:25.316] getCompletionsAtPosition: isCompletionListBlocker: 0.002257000654935837 +Info 16090[18:47:25.317] getExportInfoMap: cache hit +Info 16091[18:47:25.318] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 16092[18:47:25.318] collectAutoImports: response is complete +Info 16093[18:47:25.318] collectAutoImports: 1.5548589993268251 +Info 16094[18:47:25.319] getCompletionData: Semantic work: 2.197190999984741 +Info 16095[18:47:25.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4835889991372824 +Info 16096[18:47:25.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16097[18:47:25.439] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1180 structureChanged: false structureIsReused:: Completely Elapsed: 7.157457001507282ms +Info 16098[18:47:25.439] Different program with same set of files +Info 16099[18:47:25.439] getCompletionData: Get current token: 0.003253001719713211 +Info 16100[18:47:25.439] getCompletionData: Is inside comment: 0.009341001510620117 +Info 16101[18:47:25.439] getCompletionData: Get previous token: 0.006293000653386116 +Info 16102[18:47:25.439] getCompletionsAtPosition: isCompletionListBlocker: 0.009508999064564705 +Info 16103[18:47:25.440] getExportInfoMap: cache hit +Info 16104[18:47:25.452] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16105[18:47:25.452] collectAutoImports: response is complete +Info 16106[18:47:25.452] collectAutoImports: 12.298208000138402 +Info 16107[18:47:25.452] getCompletionData: Semantic work: 12.750434000045061 +Info 16108[18:47:25.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.459334999322891 +Info 16109[18:47:25.460] Format host information updated +Info 16110[18:47:30.848] Format host information updated +Info 16111[18:47:30.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16112[18:47:30.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1181 structureChanged: false structureIsReused:: Completely Elapsed: 12.256315998733044ms +Info 16113[18:47:30.860] Different program with same set of files +Info 16114[18:47:31.648] Format host information updated +Info 16115[18:47:31.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16116[18:47:31.656] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1182 structureChanged: false structureIsReused:: Completely Elapsed: 7.586296999827027ms +Info 16117[18:47:31.656] Different program with same set of files +Info 16118[18:47:52.580] getCompletionData: Get current token: 0.0029959995299577713 +Info 16119[18:47:52.580] getCompletionData: Is inside comment: 0.009087000042200089 +Info 16120[18:47:52.580] getCompletionData: Get previous token: 0.012085000053048134 +Info 16121[18:47:52.580] getCompletionsAtPosition: isCompletionListBlocker: 0.009860999882221222 +Info 16122[18:47:52.580] getExportInfoMap: cache hit +Info 16123[18:47:52.585] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 16124[18:47:52.585] collectAutoImports: response is complete +Info 16125[18:47:52.585] collectAutoImports: 4.787007000297308 +Info 16126[18:47:52.585] getCompletionData: Semantic work: 5.662077998742461 +Info 16127[18:47:52.588] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9211550001055 +Info 16128[18:47:52.715] Format host information updated +Info 16129[18:47:52.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16130[18:47:52.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1183 structureChanged: false structureIsReused:: Completely Elapsed: 24.74111100099981ms +Info 16131[18:47:52.740] Different program with same set of files +Info 16132[18:47:52.803] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16133[18:47:52.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1184 structureChanged: false structureIsReused:: Completely Elapsed: 15.057768000289798ms +Info 16134[18:47:52.818] Different program with same set of files +Info 16135[18:47:52.819] getCompletionData: Get current token: 0.0031449999660253525 +Info 16136[18:47:52.819] getCompletionData: Is inside comment: 0.010198000818490982 +Info 16137[18:47:52.819] getCompletionData: Get previous token: 0.007394000887870789 +Info 16138[18:47:52.819] getCompletionsAtPosition: isCompletionListBlocker: 0.0065269991755485535 +Info 16139[18:47:52.819] getExportInfoMap: cache hit +Info 16140[18:47:52.841] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16141[18:47:52.841] collectAutoImports: response is complete +Info 16142[18:47:52.841] collectAutoImports: 21.81772300042212 +Info 16143[18:47:52.841] getCompletionData: Semantic work: 22.358550000935793 +Info 16144[18:47:52.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.403906000778079 +Info 16145[18:47:52.850] Format host information updated +Info 16146[18:47:52.931] Format host information updated +Info 16147[18:47:52.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16148[18:47:52.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1185 structureChanged: false structureIsReused:: Completely Elapsed: 10.773405000567436ms +Info 16149[18:47:52.943] Different program with same set of files +Info 16150[18:47:53.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16151[18:47:53.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1186 structureChanged: false structureIsReused:: Completely Elapsed: 12.329982999712229ms +Info 16152[18:47:53.184] Different program with same set of files +Info 16153[18:47:53.184] getCompletionData: Get current token: 0.0027759987860918045 +Info 16154[18:47:53.184] getCompletionData: Is inside comment: 0.008953999727964401 +Info 16155[18:47:53.184] getCompletionData: Get previous token: 0.01248599961400032 +Info 16156[18:47:53.184] getCompletionsAtPosition: isCompletionListBlocker: 0.006828999146819115 +Info 16157[18:47:53.185] getExportInfoMap: cache hit +Info 16158[18:47:53.187] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 16159[18:47:53.187] collectAutoImports: response is complete +Info 16160[18:47:53.187] collectAutoImports: 2.4936500005424023 +Info 16161[18:47:53.187] getCompletionData: Semantic work: 3.0142720006406307 +Info 16162[18:47:53.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8421439994126558 +Info 16163[18:47:53.192] Format host information updated +Info 16164[18:47:53.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16165[18:47:53.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1187 structureChanged: false structureIsReused:: Completely Elapsed: 10.774044999852777ms +Info 16166[18:47:53.333] Different program with same set of files +Info 16167[18:47:53.334] getCompletionData: Get current token: 0.003406999632716179 +Info 16168[18:47:53.334] getCompletionData: Is inside comment: 0.011343000456690788 +Info 16169[18:47:53.334] getCompletionData: Get previous token: 0.015349000692367554 +Info 16170[18:47:53.334] getCompletionsAtPosition: isCompletionListBlocker: 0.007037000730633736 +Info 16171[18:47:53.334] getExportInfoMap: cache hit +Info 16172[18:47:53.336] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 16173[18:47:53.336] collectAutoImports: response is complete +Info 16174[18:47:53.336] collectAutoImports: 2.136693000793457 +Info 16175[18:47:53.336] getCompletionData: Semantic work: 2.7476100008934736 +Info 16176[18:47:53.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0031989999115467 +Info 16177[18:47:53.341] Format host information updated +Info 16178[18:47:53.383] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16179[18:47:53.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1188 structureChanged: false structureIsReused:: Completely Elapsed: 12.524637999013066ms +Info 16180[18:47:53.395] Different program with same set of files +Info 16181[18:47:53.396] getCompletionData: Get current token: 0.004704998806118965 +Info 16182[18:47:53.396] getCompletionData: Is inside comment: 0.012184999883174896 +Info 16183[18:47:53.396] getCompletionData: Get previous token: 0.03560499846935272 +Info 16184[18:47:53.396] getCompletionsAtPosition: isCompletionListBlocker: 0.008401000872254372 +Info 16185[18:47:53.396] getExportInfoMap: cache hit +Info 16186[18:47:53.399] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 16187[18:47:53.399] collectAutoImports: response is complete +Info 16188[18:47:53.399] collectAutoImports: 2.4443599991500378 +Info 16189[18:47:53.399] getCompletionData: Semantic work: 3.1455969996750355 +Info 16190[18:47:53.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4977880008518696 +Info 16191[18:47:53.404] Format host information updated +Info 16192[18:47:53.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16193[18:47:53.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1189 structureChanged: false structureIsReused:: Completely Elapsed: 8.197782000526786ms +Info 16194[18:47:53.537] Different program with same set of files +Info 16195[18:47:53.537] getCompletionData: Get current token: 0.003543999046087265 +Info 16196[18:47:53.537] getCompletionData: Is inside comment: 0.01720700040459633 +Info 16197[18:47:53.537] getCompletionData: Get previous token: 0.019259000197052956 +Info 16198[18:47:53.537] getCompletionsAtPosition: isCompletionListBlocker: 0.007318001240491867 +Info 16199[18:47:53.538] getExportInfoMap: cache hit +Info 16200[18:47:53.556] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16201[18:47:53.556] collectAutoImports: response is complete +Info 16202[18:47:53.556] collectAutoImports: 18.374165998771787 +Info 16203[18:47:53.556] getCompletionData: Semantic work: 19.056830998510122 +Info 16204[18:47:53.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.13421299867332 +Info 16205[18:47:53.565] Format host information updated +Info 16206[18:47:54.954] Format host information updated +Info 16207[18:47:54.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16208[18:47:54.962] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1190 structureChanged: false structureIsReused:: Completely Elapsed: 7.363529998809099ms +Info 16209[18:47:54.962] Different program with same set of files +Info 16210[18:47:55.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16211[18:47:55.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1191 structureChanged: false structureIsReused:: Completely Elapsed: 9.23840199969709ms +Info 16212[18:47:55.608] Different program with same set of files +Info 16213[18:47:55.608] getCompletionData: Get current token: 0.0019559990614652634 +Info 16214[18:47:55.608] getCompletionData: Is inside comment: 0.007655000314116478 +Info 16215[18:47:55.608] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16216[18:47:55.608] Format host information updated +Info 16217[18:47:55.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16218[18:47:55.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1192 structureChanged: false structureIsReused:: Completely Elapsed: 12.41975599899888ms +Info 16219[18:47:55.806] Different program with same set of files +Info 16220[18:47:55.806] getCompletionData: Get current token: 0.002240000292658806 +Info 16221[18:47:55.806] getCompletionData: Is inside comment: 0.010685000568628311 +Info 16222[18:47:55.806] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16223[18:47:55.808] Format host information updated +Info 16224[18:47:55.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16225[18:47:55.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1193 structureChanged: false structureIsReused:: Completely Elapsed: 17.136948999017477ms +Info 16226[18:47:55.875] Different program with same set of files +Info 16227[18:47:55.876] getCompletionData: Get current token: 0.0019049998372793198 +Info 16228[18:47:55.876] getCompletionData: Is inside comment: 0.007128000259399414 +Info 16229[18:47:55.876] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16230[18:47:55.884] Format host information updated +Info 16231[18:47:56.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16232[18:47:56.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1194 structureChanged: false structureIsReused:: Completely Elapsed: 26.87389799952507ms +Info 16233[18:47:56.039] Different program with same set of files +Info 16234[18:47:56.040] getCompletionData: Get current token: 0.003905998542904854 +Info 16235[18:47:56.040] getCompletionData: Is inside comment: 0.01612900011241436 +Info 16236[18:47:56.040] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16237[18:47:56.040] Format host information updated +Info 16238[18:47:56.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16239[18:47:56.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1195 structureChanged: false structureIsReused:: Completely Elapsed: 9.690537000074983ms +Info 16240[18:47:56.083] Different program with same set of files +Info 16241[18:47:56.083] getCompletionData: Get current token: 0.0022789984941482544 +Info 16242[18:47:56.083] getCompletionData: Is inside comment: 0.007756000384688377 +Info 16243[18:47:56.083] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16244[18:47:56.083] Format host information updated +Info 16245[18:47:56.194] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16246[18:47:56.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1196 structureChanged: false structureIsReused:: Completely Elapsed: 9.739059999585152ms +Info 16247[18:47:56.203] Different program with same set of files +Info 16248[18:47:56.203] getCompletionData: Get current token: 0.002079000696539879 +Info 16249[18:47:56.203] getCompletionData: Is inside comment: 0.006798999384045601 +Info 16250[18:47:56.204] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16251[18:47:56.204] Format host information updated +Info 16252[18:47:56.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16253[18:47:56.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1197 structureChanged: false structureIsReused:: Completely Elapsed: 35.11173900030553ms +Info 16254[18:47:56.336] Different program with same set of files +Info 16255[18:47:56.336] getCompletionData: Get current token: 0.0044839996844530106 +Info 16256[18:47:56.336] getCompletionData: Is inside comment: 0.06341700069606304 +Info 16257[18:47:56.336] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16258[18:47:56.337] Format host information updated +Info 16259[18:47:56.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16260[18:47:56.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1198 structureChanged: false structureIsReused:: Completely Elapsed: 7.43380399979651ms +Info 16261[18:47:56.393] Different program with same set of files +Info 16262[18:47:56.393] getCompletionData: Get current token: 0.0017610006034374237 +Info 16263[18:47:56.393] getCompletionData: Is inside comment: 0.0066999997943639755 +Info 16264[18:47:56.393] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16265[18:47:56.393] Format host information updated +Info 16266[18:47:56.454] Format host information updated +Info 16267[18:47:56.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16268[18:47:56.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1199 structureChanged: false structureIsReused:: Completely Elapsed: 11.808075001463294ms +Info 16269[18:47:56.466] Different program with same set of files +Info 16270[18:48:05.044] Format host information updated +Info 16271[18:48:05.052] forEachExternalModuleToImportFrom autoImportProvider: 1.055231999605894 +Info 16272[18:48:06.174] Format host information updated +Info 16273[18:48:06.174] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16274[18:48:06.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1200 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.018597999587655ms +Info 16275[18:48:06.186] Different program with same set of files +Info 16276[18:48:07.715] Format host information updated +Info 16277[18:48:07.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16278[18:48:07.724] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1201 structureChanged: false structureIsReused:: Completely Elapsed: 9.308948999270797ms +Info 16279[18:48:07.724] Different program with same set of files +Info 16280[18:48:07.895] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16281[18:48:07.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1202 structureChanged: false structureIsReused:: Completely Elapsed: 7.563663000240922ms +Info 16282[18:48:07.903] Different program with same set of files +Info 16283[18:48:07.903] getCompletionData: Get current token: 0.001357000321149826 +Info 16284[18:48:07.903] getCompletionData: Is inside comment: 0.005612000823020935 +Info 16285[18:48:07.903] getCompletionData: Get previous token: 0.011622998863458633 +Info 16286[18:48:07.903] getCompletionsAtPosition: isCompletionListBlocker: 0.008626999333500862 +Info 16287[18:48:07.904] getExportInfoMap: cache hit +Info 16288[18:48:07.913] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 16289[18:48:07.913] collectAutoImports: response is complete +Info 16290[18:48:07.913] collectAutoImports: 8.790450001135468 +Info 16291[18:48:07.913] getCompletionData: Semantic work: 10.086540000513196 +Info 16292[18:48:07.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8935349993407726 +Info 16293[18:48:07.920] Format host information updated +Info 16294[18:48:08.137] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16295[18:48:08.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1203 structureChanged: false structureIsReused:: Completely Elapsed: 13.146869000047445ms +Info 16296[18:48:08.150] Different program with same set of files +Info 16297[18:48:08.150] getCompletionData: Get current token: 0.000986998900771141 +Info 16298[18:48:08.150] getCompletionData: Is inside comment: 0.005698001012206078 +Info 16299[18:48:08.150] getCompletionData: Get previous token: 0.003745000809431076 +Info 16300[18:48:08.150] getCompletionsAtPosition: isCompletionListBlocker: 0.0019700005650520325 +Info 16301[18:48:08.151] getCompletionData: Semantic work: 0.6760459989309311 +Info 16302[18:48:08.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4943240005522966 +Info 16303[18:48:08.153] Format host information updated +Info 16304[18:48:08.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16305[18:48:08.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1204 structureChanged: false structureIsReused:: Completely Elapsed: 9.793248999863863ms +Info 16306[18:48:08.372] Different program with same set of files +Info 16307[18:48:08.373] getCompletionData: Get current token: 0.001044001430273056 +Info 16308[18:48:08.373] getCompletionData: Is inside comment: 0.005317000672221184 +Info 16309[18:48:08.373] getCompletionData: Get previous token: 0.01159299910068512 +Info 16310[18:48:08.373] getCompletionsAtPosition: isCompletionListBlocker: 0.0019499994814395905 +Info 16311[18:48:08.373] getCompletionData: Semantic work: 0.5396949984133244 +Info 16312[18:48:08.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5076700001955032 +Info 16313[18:48:08.375] Format host information updated +Info 16314[18:48:08.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16315[18:48:08.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1205 structureChanged: false structureIsReused:: Completely Elapsed: 18.131888000294566ms +Info 16316[18:48:08.473] Different program with same set of files +Info 16317[18:48:08.473] getCompletionData: Get current token: 0.0030330009758472443 +Info 16318[18:48:08.473] getCompletionData: Is inside comment: 0.017209000885486603 +Info 16319[18:48:08.473] getCompletionData: Get previous token: 0.034536998718976974 +Info 16320[18:48:08.473] getCompletionsAtPosition: isCompletionListBlocker: 0.004867998883128166 +Info 16321[18:48:08.475] getCompletionData: Semantic work: 1.5161210000514984 +Info 16322[18:48:08.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3863769993186 +Info 16323[18:48:08.481] Format host information updated +Info 16324[18:48:08.524] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16325[18:48:08.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1206 structureChanged: false structureIsReused:: Completely Elapsed: 9.603119000792503ms +Info 16326[18:48:08.534] Different program with same set of files +Info 16327[18:48:08.534] getCompletionData: Get current token: 0.001197000965476036 +Info 16328[18:48:08.534] getCompletionData: Is inside comment: 0.005831999704241753 +Info 16329[18:48:08.534] getCompletionData: Get previous token: 0.012902999296784401 +Info 16330[18:48:08.534] getCompletionsAtPosition: isCompletionListBlocker: 0.0023180004209280014 +Info 16331[18:48:08.535] getCompletionData: Semantic work: 0.563552999868989 +Info 16332[18:48:08.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5294189993292093 +Info 16333[18:48:08.537] Format host information updated +Info 16334[18:48:08.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16335[18:48:08.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1207 structureChanged: false structureIsReused:: Completely Elapsed: 30.178897000849247ms +Info 16336[18:48:08.645] Different program with same set of files +Info 16337[18:48:08.646] getCompletionData: Get current token: 0.0022819992154836655 +Info 16338[18:48:08.646] getCompletionData: Is inside comment: 0.010514000430703163 +Info 16339[18:48:08.646] getCompletionData: Get previous token: 0.02304300107061863 +Info 16340[18:48:08.646] getCompletionsAtPosition: isCompletionListBlocker: 0.003690999001264572 +Info 16341[18:48:08.647] getCompletionData: Semantic work: 0.951349999755621 +Info 16342[18:48:08.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5319689996540546 +Info 16343[18:48:08.650] Format host information updated +Info 16344[18:48:08.944] Format host information updated +Info 16345[18:48:08.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16346[18:48:08.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1208 structureChanged: false structureIsReused:: Completely Elapsed: 10.051887998357415ms +Info 16347[18:48:08.954] Different program with same set of files +Info 16348[18:48:08.954] getCompletionData: Get current token: 0.0009589996188879013 +Info 16349[18:48:08.954] getCompletionData: Is inside comment: 0.005253998562693596 +Info 16350[18:48:08.954] getCompletionData: Get previous token: 0.0038160011172294617 +Info 16351[18:48:08.954] getCompletionsAtPosition: isCompletionListBlocker: 0.006171999499201775 +Info 16352[18:48:08.955] getExportInfoMap: cache hit +Info 16353[18:48:08.969] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 16354[18:48:08.969] collectAutoImports: response is complete +Info 16355[18:48:08.969] collectAutoImports: 14.187439000234008 +Info 16356[18:48:08.969] getCompletionData: Semantic work: 14.71254799887538 +Info 16357[18:48:08.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9681430011987686 +Info 16358[18:48:08.976] getCompletionData: Get current token: 0.00993099994957447 +Info 16359[18:48:08.976] getCompletionData: Is inside comment: 0.003216000273823738 +Info 16360[18:48:08.976] getCompletionData: Get previous token: 0.014159001410007477 +Info 16361[18:48:08.976] getCompletionsAtPosition: isCompletionListBlocker: 0.0022459998726844788 +Info 16362[18:48:08.977] getCompletionData: Semantic work: 0.7020229995250702 +Info 16363[18:48:08.980] Format host information updated +Info 16364[18:48:11.322] getCompletionData: Get current token: 0.0037939995527267456 +Info 16365[18:48:11.322] getCompletionData: Is inside comment: 0.008483000099658966 +Info 16366[18:48:11.322] getCompletionData: Get previous token: 0.005144000053405762 +Info 16367[18:48:11.322] getCompletionsAtPosition: isCompletionListBlocker: 0.0022959988564252853 +Info 16368[18:48:11.322] getExportInfoMap: cache hit +Info 16369[18:48:11.332] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16370[18:48:11.332] collectAutoImports: response is complete +Info 16371[18:48:11.332] collectAutoImports: 9.346272999420762 +Info 16372[18:48:11.332] getCompletionData: Semantic work: 9.937109999358654 +Info 16373[18:48:11.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.317877000197768 +Info 16374[18:48:12.431] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16375[18:48:12.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1209 structureChanged: false structureIsReused:: Completely Elapsed: 9.337617998942733ms +Info 16376[18:48:12.441] Different program with same set of files +Info 16377[18:48:12.441] getCompletionData: Get current token: 0.004414999857544899 +Info 16378[18:48:12.441] getCompletionData: Is inside comment: 0.009387999773025513 +Info 16379[18:48:12.441] getCompletionData: Get previous token: 0.006165999919176102 +Info 16380[18:48:12.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0024809986352920532 +Info 16381[18:48:12.442] getExportInfoMap: cache hit +Info 16382[18:48:12.452] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16383[18:48:12.452] collectAutoImports: response is complete +Info 16384[18:48:12.452] collectAutoImports: 10.34752199985087 +Info 16385[18:48:12.452] getCompletionData: Semantic work: 10.866266999393702 +Info 16386[18:48:12.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6920309998095036 +Info 16387[18:48:12.462] Format host information updated +Info 16388[18:48:12.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16389[18:48:12.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1210 structureChanged: false structureIsReused:: Completely Elapsed: 7.075497999787331ms +Info 16390[18:48:12.498] Different program with same set of files +Info 16391[18:48:12.498] getCompletionData: Get current token: 0.003047000616788864 +Info 16392[18:48:12.498] getCompletionData: Is inside comment: 0.009038999676704407 +Info 16393[18:48:12.498] getCompletionData: Get previous token: 0.006454000249505043 +Info 16394[18:48:12.498] getCompletionsAtPosition: isCompletionListBlocker: 0.005555998533964157 +Info 16395[18:48:12.498] getExportInfoMap: cache hit +Info 16396[18:48:12.511] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16397[18:48:12.511] collectAutoImports: response is complete +Info 16398[18:48:12.511] collectAutoImports: 12.451222000643611 +Info 16399[18:48:12.511] getCompletionData: Semantic work: 12.963198000565171 +Info 16400[18:48:12.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.324029000476003 +Info 16401[18:48:12.519] Format host information updated +Info 16402[18:48:12.609] getCompletionData: Get current token: 0.003248000517487526 +Info 16403[18:48:12.609] getCompletionData: Is inside comment: 0.008183998987078667 +Info 16404[18:48:12.609] getCompletionData: Get previous token: 0.005427999421954155 +Info 16405[18:48:12.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0019360017031431198 +Info 16406[18:48:12.609] Returning an empty list because completion was requested in an invalid position. +Info 16407[18:48:12.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16408[18:48:12.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1211 structureChanged: false structureIsReused:: Completely Elapsed: 7.879212999716401ms +Info 16409[18:48:12.850] Different program with same set of files +Info 16410[18:48:12.850] getCompletionData: Get current token: 0.003546999767422676 +Info 16411[18:48:12.850] getCompletionData: Is inside comment: 0.010041000321507454 +Info 16412[18:48:12.850] getCompletionData: Get previous token: 0.011394999921321869 +Info 16413[18:48:12.850] getCompletionsAtPosition: isCompletionListBlocker: 0.0029899999499320984 +Info 16414[18:48:12.851] getExportInfoMap: cache hit +Info 16415[18:48:12.853] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 16416[18:48:12.853] collectAutoImports: response is complete +Info 16417[18:48:12.853] collectAutoImports: 1.8888269998133183 +Info 16418[18:48:12.853] getCompletionData: Semantic work: 2.4523820001631975 +Info 16419[18:48:12.855] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8055469989776611 +Info 16420[18:48:12.855] Format host information updated +Info 16421[18:48:13.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16422[18:48:13.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1212 structureChanged: false structureIsReused:: Completely Elapsed: 7.802176998928189ms +Info 16423[18:48:13.399] Different program with same set of files +Info 16424[18:48:13.399] getCompletionData: Get current token: 0.0032599996775388718 +Info 16425[18:48:13.399] getCompletionData: Is inside comment: 0.010368000715970993 +Info 16426[18:48:13.399] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16427[18:48:13.399] Format host information updated +Info 16428[18:48:13.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16429[18:48:13.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1213 structureChanged: false structureIsReused:: Completely Elapsed: 11.713608000427485ms +Info 16430[18:48:13.747] Different program with same set of files +Info 16431[18:48:13.747] getCompletionData: Get current token: 0.013165000826120377 +Info 16432[18:48:13.747] getCompletionData: Is inside comment: 0.012895001098513603 +Info 16433[18:48:13.747] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16434[18:48:13.749] Format host information updated +Info 16435[18:48:13.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16436[18:48:13.829] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1214 structureChanged: false structureIsReused:: Completely Elapsed: 14.77139399945736ms +Info 16437[18:48:13.829] Different program with same set of files +Info 16438[18:48:13.829] getCompletionData: Get current token: 0.0029069986194372177 +Info 16439[18:48:13.829] getCompletionData: Is inside comment: 0.00948600098490715 +Info 16440[18:48:13.829] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16441[18:48:13.829] Format host information updated +Info 16442[18:48:14.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16443[18:48:14.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1215 structureChanged: false structureIsReused:: Completely Elapsed: 9.446698999032378ms +Info 16444[18:48:14.016] Different program with same set of files +Info 16445[18:48:14.016] getCompletionData: Get current token: 0.005479000508785248 +Info 16446[18:48:14.016] getCompletionData: Is inside comment: 0.015298999845981598 +Info 16447[18:48:14.016] getCompletionData: Get previous token: 0.021412000060081482 +Info 16448[18:48:14.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0034500006586313248 +Info 16449[18:48:14.017] getExportInfoMap: cache hit +Info 16450[18:48:14.021] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16451[18:48:14.021] collectAutoImports: response is complete +Info 16452[18:48:14.021] collectAutoImports: 3.4640590008348227 +Info 16453[18:48:14.021] getCompletionData: Semantic work: 4.543292999267578 +Info 16454[18:48:14.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6142809987068176 +Info 16455[18:48:14.024] Format host information updated +Info 16456[18:48:14.163] Format host information updated +Info 16457[18:48:14.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16458[18:48:14.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1216 structureChanged: false structureIsReused:: Completely Elapsed: 35.01054700091481ms +Info 16459[18:48:14.198] Different program with same set of files +Info 16460[18:48:14.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16461[18:48:14.261] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1217 structureChanged: false structureIsReused:: Completely Elapsed: 8.765954999253154ms +Info 16462[18:48:14.261] Different program with same set of files +Info 16463[18:48:14.262] getCompletionData: Get current token: 0.003189999610185623 +Info 16464[18:48:14.262] getCompletionData: Is inside comment: 0.009044000878930092 +Info 16465[18:48:14.262] getCompletionData: Get previous token: 0.012087998911738396 +Info 16466[18:48:14.262] getCompletionsAtPosition: isCompletionListBlocker: 0.002371998503804207 +Info 16467[18:48:14.262] getExportInfoMap: cache hit +Info 16468[18:48:14.267] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 16469[18:48:14.267] collectAutoImports: response is complete +Info 16470[18:48:14.267] collectAutoImports: 4.582643000409007 +Info 16471[18:48:14.267] getCompletionData: Semantic work: 5.165246000513434 +Info 16472[18:48:14.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6835230011492968 +Info 16473[18:48:14.273] Format host information updated +Info 16474[18:48:14.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16475[18:48:14.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1218 structureChanged: false structureIsReused:: Completely Elapsed: 8.305479999631643ms +Info 16476[18:48:14.421] Different program with same set of files +Info 16477[18:48:14.421] getCompletionData: Get current token: 0.0038569997996091843 +Info 16478[18:48:14.421] getCompletionData: Is inside comment: 0.011334000155329704 +Info 16479[18:48:14.421] getCompletionData: Get previous token: 0.01375500112771988 +Info 16480[18:48:14.421] getCompletionsAtPosition: isCompletionListBlocker: 0.0023010000586509705 +Info 16481[18:48:14.422] getExportInfoMap: cache hit +Info 16482[18:48:14.426] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 115 from cache +Info 16483[18:48:14.426] collectAutoImports: response is complete +Info 16484[18:48:14.426] collectAutoImports: 4.4014050010591745 +Info 16485[18:48:14.426] getCompletionData: Semantic work: 5.054051999002695 +Info 16486[18:48:14.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7478990014642477 +Info 16487[18:48:14.431] Format host information updated +Info 16488[18:48:14.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16489[18:48:14.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1219 structureChanged: false structureIsReused:: Completely Elapsed: 15.91457000002265ms +Info 16490[18:48:14.516] Different program with same set of files +Info 16491[18:48:14.517] getCompletionData: Get current token: 0.007910000160336494 +Info 16492[18:48:14.517] getCompletionData: Is inside comment: 0.023736000061035156 +Info 16493[18:48:14.517] getCompletionData: Get previous token: 0.02708599902689457 +Info 16494[18:48:14.517] getCompletionsAtPosition: isCompletionListBlocker: 0.003942999988794327 +Info 16495[18:48:14.518] getExportInfoMap: cache hit +Info 16496[18:48:14.523] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 47 from cache +Info 16497[18:48:14.523] collectAutoImports: response is complete +Info 16498[18:48:14.523] collectAutoImports: 5.321051999926567 +Info 16499[18:48:14.523] getCompletionData: Semantic work: 6.565496999770403 +Info 16500[18:48:14.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.365350998938084 +Info 16501[18:48:14.529] Format host information updated +Info 16502[18:48:14.561] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16503[18:48:14.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1220 structureChanged: false structureIsReused:: Completely Elapsed: 10.45044899918139ms +Info 16504[18:48:14.571] Different program with same set of files +Info 16505[18:48:14.571] getCompletionData: Get current token: 0.0037509985268115997 +Info 16506[18:48:14.571] getCompletionData: Is inside comment: 0.009998001158237457 +Info 16507[18:48:14.571] getCompletionData: Get previous token: 0.012060999870300293 +Info 16508[18:48:14.571] getCompletionsAtPosition: isCompletionListBlocker: 0.0023390017449855804 +Info 16509[18:48:14.572] getExportInfoMap: cache hit +Info 16510[18:48:14.574] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 16511[18:48:14.574] collectAutoImports: response is complete +Info 16512[18:48:14.574] collectAutoImports: 2.1052369996905327 +Info 16513[18:48:14.574] getCompletionData: Semantic work: 2.7235419992357492 +Info 16514[18:48:14.576] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9907460007816553 +Info 16515[18:48:14.577] Format host information updated +Info 16516[18:48:14.794] getCompletionData: Get current token: 0.04695400036871433 +Info 16517[18:48:14.794] getCompletionData: Is inside comment: 0.008801000192761421 +Info 16518[18:48:14.794] getCompletionData: Get previous token: 0.005239000543951988 +Info 16519[18:48:14.794] getCompletionsAtPosition: isCompletionListBlocker: 0.005479000508785248 +Info 16520[18:48:14.795] getExportInfoMap: cache hit +Info 16521[18:48:14.810] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16522[18:48:14.810] collectAutoImports: response is complete +Info 16523[18:48:14.810] collectAutoImports: 15.105954999104142 +Info 16524[18:48:14.810] getCompletionData: Semantic work: 15.62105100043118 +Info 16525[18:48:14.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.251562999561429 +Info 16526[18:48:14.973] Format host information updated +Info 16527[18:48:14.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16528[18:48:14.982] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1221 structureChanged: false structureIsReused:: Completely Elapsed: 9.024446999654174ms +Info 16529[18:48:14.982] Different program with same set of files +Info 16530[18:48:15.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16531[18:48:15.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1222 structureChanged: false structureIsReused:: Completely Elapsed: 7.63327700085938ms +Info 16532[18:48:15.068] Different program with same set of files +Info 16533[18:48:15.068] getCompletionData: Get current token: 0.0034119989722967148 +Info 16534[18:48:15.068] getCompletionData: Is inside comment: 0.00923900119960308 +Info 16535[18:48:15.068] getCompletionData: Get previous token: 0.005845000967383385 +Info 16536[18:48:15.068] getCompletionsAtPosition: isCompletionListBlocker: 0.006895000115036964 +Info 16537[18:48:15.069] getExportInfoMap: cache hit +Info 16538[18:48:15.083] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16539[18:48:15.083] collectAutoImports: response is complete +Info 16540[18:48:15.083] collectAutoImports: 14.525923999026418 +Info 16541[18:48:15.083] getCompletionData: Semantic work: 15.092712000012398 +Info 16542[18:48:15.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.459375999867916 +Info 16543[18:48:15.095] Format host information updated +Info 16544[18:48:15.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16545[18:48:15.291] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1223 structureChanged: false structureIsReused:: Completely Elapsed: 8.188368000090122ms +Info 16546[18:48:15.291] Different program with same set of files +Info 16547[18:48:15.291] getCompletionData: Get current token: 0.003259001299738884 +Info 16548[18:48:15.291] getCompletionData: Is inside comment: 0.008574999868869781 +Info 16549[18:48:15.291] getCompletionData: Get previous token: 0.0053080003708601 +Info 16550[18:48:15.292] getCompletionsAtPosition: isCompletionListBlocker: 0.005925999954342842 +Info 16551[18:48:15.292] getExportInfoMap: cache hit +Info 16552[18:48:15.306] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16553[18:48:15.306] collectAutoImports: response is complete +Info 16554[18:48:15.306] collectAutoImports: 14.022036001086235 +Info 16555[18:48:15.306] getCompletionData: Semantic work: 14.545422999188304 +Info 16556[18:48:15.313] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.860018000006676 +Info 16557[18:48:15.316] Format host information updated +Info 16558[18:48:15.342] Format host information updated +Info 16559[18:48:15.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16560[18:48:15.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1224 structureChanged: false structureIsReused:: Completely Elapsed: 6.952766001224518ms +Info 16561[18:48:15.350] Different program with same set of files +Info 16562[18:48:15.776] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16563[18:48:15.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1225 structureChanged: false structureIsReused:: Completely Elapsed: 8.210889000445604ms +Info 16564[18:48:15.785] Different program with same set of files +Info 16565[18:48:15.785] getCompletionData: Get current token: 0.0025140009820461273 +Info 16566[18:48:15.785] getCompletionData: Is inside comment: 0.007135000079870224 +Info 16567[18:48:15.785] getCompletionData: Get previous token: 0.008047999814152718 +Info 16568[18:48:15.785] getCompletionsAtPosition: isCompletionListBlocker: 0.006317000836133957 +Info 16569[18:48:15.785] getExportInfoMap: cache hit +Info 16570[18:48:15.791] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 16571[18:48:15.791] collectAutoImports: response is complete +Info 16572[18:48:15.791] collectAutoImports: 6.0298790000379086 +Info 16573[18:48:15.791] getCompletionData: Semantic work: 6.505976999178529 +Info 16574[18:48:15.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8789439983665943 +Info 16575[18:48:15.795] Format host information updated +Info 16576[18:48:15.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16577[18:48:15.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1226 structureChanged: false structureIsReused:: Completely Elapsed: 7.263094000518322ms +Info 16578[18:48:15.949] Different program with same set of files +Info 16579[18:48:15.949] getCompletionData: Get current token: 0.0033180005848407745 +Info 16580[18:48:15.949] getCompletionData: Is inside comment: 0.009758999571204185 +Info 16581[18:48:15.950] getCompletionData: Get previous token: 0.010230999439954758 +Info 16582[18:48:15.950] getCompletionsAtPosition: isCompletionListBlocker: 0.00660800002515316 +Info 16583[18:48:15.950] getExportInfoMap: cache hit +Info 16584[18:48:15.954] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 16585[18:48:15.954] collectAutoImports: response is complete +Info 16586[18:48:15.954] collectAutoImports: 3.94989899918437 +Info 16587[18:48:15.954] getCompletionData: Semantic work: 4.51426500082016 +Info 16588[18:48:15.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3569060005247593 +Info 16589[18:48:15.960] Format host information updated +Info 16590[18:48:16.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16591[18:48:16.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1227 structureChanged: false structureIsReused:: Completely Elapsed: 27.473330000415444ms +Info 16592[18:48:16.079] Different program with same set of files +Info 16593[18:48:16.079] getCompletionData: Get current token: 0.024424999952316284 +Info 16594[18:48:16.080] getCompletionData: Is inside comment: 0.0656650010496378 +Info 16595[18:48:16.080] getCompletionData: Get previous token: 0.08559899963438511 +Info 16596[18:48:16.080] getCompletionsAtPosition: isCompletionListBlocker: 0.029791999608278275 +Info 16597[18:48:16.083] getExportInfoMap: cache hit +Info 16598[18:48:16.092] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 97 from cache +Info 16599[18:48:16.092] collectAutoImports: response is complete +Info 16600[18:48:16.092] collectAutoImports: 8.836595999076962 +Info 16601[18:48:16.092] getCompletionData: Semantic work: 11.262177998200059 +Info 16602[18:48:16.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.07090700045228 +Info 16603[18:48:16.097] Format host information updated +Info 16604[18:48:16.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16605[18:48:16.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1228 structureChanged: false structureIsReused:: Completely Elapsed: 13.146366998553276ms +Info 16606[18:48:16.189] Different program with same set of files +Info 16607[18:48:16.189] getCompletionData: Get current token: 0.006107000634074211 +Info 16608[18:48:16.189] getCompletionData: Is inside comment: 0.017345000058412552 +Info 16609[18:48:16.190] getCompletionData: Get previous token: 0.01966400071978569 +Info 16610[18:48:16.190] getCompletionsAtPosition: isCompletionListBlocker: 0.01195400021970272 +Info 16611[18:48:16.190] getExportInfoMap: cache hit +Info 16612[18:48:16.195] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 28 from cache +Info 16613[18:48:16.195] collectAutoImports: response is complete +Info 16614[18:48:16.195] collectAutoImports: 4.6142960004508495 +Info 16615[18:48:16.195] getCompletionData: Semantic work: 5.502748999744654 +Info 16616[18:48:16.199] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6321470011025667 +Info 16617[18:48:16.200] Format host information updated +Info 16618[18:48:16.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16619[18:48:16.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1229 structureChanged: false structureIsReused:: Completely Elapsed: 11.701698001474142ms +Info 16620[18:48:16.250] Different program with same set of files +Info 16621[18:48:16.250] getCompletionData: Get current token: 0.0041610002517700195 +Info 16622[18:48:16.250] getCompletionData: Is inside comment: 0.011631999164819717 +Info 16623[18:48:16.250] getCompletionData: Get previous token: 0.012044001370668411 +Info 16624[18:48:16.250] getCompletionsAtPosition: isCompletionListBlocker: 0.00795700028538704 +Info 16625[18:48:16.251] getExportInfoMap: cache hit +Info 16626[18:48:16.253] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 13 from cache +Info 16627[18:48:16.253] collectAutoImports: response is complete +Info 16628[18:48:16.253] collectAutoImports: 2.7813579998910427 +Info 16629[18:48:16.253] getCompletionData: Semantic work: 3.4198759999126196 +Info 16630[18:48:16.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.65930899977684 +Info 16631[18:48:16.257] Format host information updated +Info 16632[18:48:16.374] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16633[18:48:16.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1230 structureChanged: false structureIsReused:: Completely Elapsed: 14.354318000376225ms +Info 16634[18:48:16.388] Different program with same set of files +Info 16635[18:48:16.388] getCompletionData: Get current token: 0.004885001108050346 +Info 16636[18:48:16.388] getCompletionData: Is inside comment: 0.014280000701546669 +Info 16637[18:48:16.388] getCompletionData: Get previous token: 0.015550998970866203 +Info 16638[18:48:16.388] getCompletionsAtPosition: isCompletionListBlocker: 0.008566999807953835 +Info 16639[18:48:16.389] getExportInfoMap: cache hit +Info 16640[18:48:16.395] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 16641[18:48:16.395] collectAutoImports: response is complete +Info 16642[18:48:16.395] collectAutoImports: 6.134222000837326 +Info 16643[18:48:16.395] getCompletionData: Semantic work: 6.898839000612497 +Info 16644[18:48:16.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5025780014693737 +Info 16645[18:48:16.399] Format host information updated +Info 16646[18:48:16.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16647[18:48:16.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1231 structureChanged: false structureIsReused:: Completely Elapsed: 28.237954000011086ms +Info 16648[18:48:16.558] Different program with same set of files +Info 16649[18:48:16.559] getCompletionData: Get current token: 0.015584001317620277 +Info 16650[18:48:16.559] getCompletionData: Is inside comment: 0.0466070007532835 +Info 16651[18:48:16.559] getCompletionData: Get previous token: 0.02738799899816513 +Info 16652[18:48:16.559] getCompletionsAtPosition: isCompletionListBlocker: 0.008561000227928162 +Info 16653[18:48:16.561] getExportInfoMap: cache hit +Info 16654[18:48:16.585] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16655[18:48:16.585] collectAutoImports: response is complete +Info 16656[18:48:16.585] collectAutoImports: 24.227404998615384 +Info 16657[18:48:16.585] getCompletionData: Semantic work: 25.99482800066471 +Info 16658[18:48:16.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.6077069994062185 +Info 16659[18:48:16.595] Format host information updated +Info 16660[18:48:16.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16661[18:48:16.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1232 structureChanged: false structureIsReused:: Completely Elapsed: 33.53463399969041ms +Info 16662[18:48:16.747] Different program with same set of files +Info 16663[18:48:16.747] getCompletionData: Get current token: 0.008829999715089798 +Info 16664[18:48:16.747] getCompletionData: Is inside comment: 0.022540999576449394 +Info 16665[18:48:16.748] getCompletionData: Get previous token: 0.02574000135064125 +Info 16666[18:48:16.748] getCompletionsAtPosition: isCompletionListBlocker: 0.005230998620390892 +Info 16667[18:48:16.749] getExportInfoMap: cache hit +Info 16668[18:48:16.753] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 16669[18:48:16.753] collectAutoImports: response is complete +Info 16670[18:48:16.753] collectAutoImports: 4.216281000524759 +Info 16671[18:48:16.753] getCompletionData: Semantic work: 5.320687999948859 +Info 16672[18:48:16.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.372605999931693 +Info 16673[18:48:16.758] Format host information updated +Info 16674[18:48:16.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16675[18:48:16.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1233 structureChanged: false structureIsReused:: Completely Elapsed: 7.810598999261856ms +Info 16676[18:48:16.813] Different program with same set of files +Info 16677[18:48:16.814] getCompletionData: Get current token: 0.003275001421570778 +Info 16678[18:48:16.814] getCompletionData: Is inside comment: 0.009631000459194183 +Info 16679[18:48:16.814] getCompletionData: Get previous token: 0.011737998574972153 +Info 16680[18:48:16.814] getCompletionsAtPosition: isCompletionListBlocker: 0.0023490004241466522 +Info 16681[18:48:16.814] getExportInfoMap: cache hit +Info 16682[18:48:16.816] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 16683[18:48:16.816] collectAutoImports: response is complete +Info 16684[18:48:16.816] collectAutoImports: 1.9875879995524883 +Info 16685[18:48:16.816] getCompletionData: Semantic work: 2.5370269995182753 +Info 16686[18:48:16.818] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.866406001150608 +Info 16687[18:48:16.821] Format host information updated +Info 16688[18:48:16.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16689[18:48:16.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1234 structureChanged: false structureIsReused:: Completely Elapsed: 28.05222100019455ms +Info 16690[18:48:16.929] Different program with same set of files +Info 16691[18:48:16.929] getCompletionData: Get current token: 0.013685999438166618 +Info 16692[18:48:16.929] getCompletionData: Is inside comment: 0.039652999490499496 +Info 16693[18:48:16.930] getCompletionData: Get previous token: 0.04930499941110611 +Info 16694[18:48:16.930] getCompletionsAtPosition: isCompletionListBlocker: 0.007727999240159988 +Info 16695[18:48:16.931] getExportInfoMap: cache hit +Info 16696[18:48:16.955] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16697[18:48:16.955] collectAutoImports: response is complete +Info 16698[18:48:16.955] collectAutoImports: 23.656774001196027 +Info 16699[18:48:16.955] getCompletionData: Semantic work: 25.26626200042665 +Info 16700[18:48:16.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.70579900033772 +Info 16701[18:48:16.965] Format host information updated +Info 16702[18:48:17.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16703[18:48:17.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1235 structureChanged: false structureIsReused:: Completely Elapsed: 9.981501000002027ms +Info 16704[18:48:17.029] Different program with same set of files +Info 16705[18:48:17.030] getCompletionData: Get current token: 0.005292000249028206 +Info 16706[18:48:17.030] getCompletionData: Is inside comment: 0.01506200060248375 +Info 16707[18:48:17.030] getCompletionData: Get previous token: 0.008961999788880348 +Info 16708[18:48:17.030] getCompletionsAtPosition: isCompletionListBlocker: 0.01454700157046318 +Info 16709[18:48:17.031] getExportInfoMap: cache hit +Info 16710[18:48:17.050] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16711[18:48:17.050] collectAutoImports: response is complete +Info 16712[18:48:17.050] collectAutoImports: 19.52185199968517 +Info 16713[18:48:17.050] getCompletionData: Semantic work: 20.26855400018394 +Info 16714[18:48:17.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.131310999393463 +Info 16715[18:48:17.061] Format host information updated +Info 16716[18:48:18.872] Format host information updated +Info 16717[18:48:18.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16718[18:48:18.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1236 structureChanged: false structureIsReused:: Completely Elapsed: 22.182358000427485ms +Info 16719[18:48:18.895] Different program with same set of files +Info 16720[18:48:19.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16721[18:48:19.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1237 structureChanged: false structureIsReused:: Completely Elapsed: 12.565826000645757ms +Info 16722[18:48:19.147] Different program with same set of files +Info 16723[18:48:19.147] getCompletionData: Get current token: 0.0034820009022951126 +Info 16724[18:48:19.147] getCompletionData: Is inside comment: 0.009279999881982803 +Info 16725[18:48:19.147] getCompletionData: Get previous token: 0.012341998517513275 +Info 16726[18:48:19.147] getCompletionsAtPosition: isCompletionListBlocker: 0.009787999093532562 +Info 16727[18:48:19.148] getExportInfoMap: cache hit +Info 16728[18:48:19.153] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 16729[18:48:19.153] collectAutoImports: response is complete +Info 16730[18:48:19.153] collectAutoImports: 5.573015000671148 +Info 16731[18:48:19.153] getCompletionData: Semantic work: 6.327643001452088 +Info 16732[18:48:19.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0107959993183613 +Info 16733[18:48:19.157] Format host information updated +Info 16734[18:48:19.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16735[18:48:19.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1238 structureChanged: false structureIsReused:: Completely Elapsed: 9.520799001678824ms +Info 16736[18:48:19.352] Different program with same set of files +Info 16737[18:48:19.352] getCompletionData: Get current token: 0.002561001107096672 +Info 16738[18:48:19.352] getCompletionData: Is inside comment: 0.009308001026511192 +Info 16739[18:48:19.352] getCompletionData: Get previous token: 0.005736000835895538 +Info 16740[18:48:19.352] getCompletionsAtPosition: isCompletionListBlocker: 0.0019649993628263474 +Info 16741[18:48:19.353] getCompletionData: Semantic work: 0.5830230005085468 +Info 16742[18:48:19.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0749200005084276 +Info 16743[18:48:19.354] Format host information updated +Info 16744[18:48:19.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16745[18:48:19.523] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1239 structureChanged: false structureIsReused:: Completely Elapsed: 7.077465001493692ms +Info 16746[18:48:19.523] Different program with same set of files +Info 16747[18:48:19.523] getCompletionData: Get current token: 0.0022929999977350235 +Info 16748[18:48:19.523] getCompletionData: Is inside comment: 0.006882000714540482 +Info 16749[18:48:19.523] getCompletionData: Get previous token: 0.008882001042366028 +Info 16750[18:48:19.523] getCompletionsAtPosition: isCompletionListBlocker: 0.001861000433564186 +Info 16751[18:48:19.524] getCompletionData: Semantic work: 0.5327230002731085 +Info 16752[18:48:19.525] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8155419994145632 +Info 16753[18:48:19.531] Format host information updated +Info 16754[18:48:19.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16755[18:48:19.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1240 structureChanged: false structureIsReused:: Completely Elapsed: 7.637887999415398ms +Info 16756[18:48:19.583] Different program with same set of files +Info 16757[18:48:19.584] getCompletionData: Get current token: 0.0027489997446537018 +Info 16758[18:48:19.584] getCompletionData: Is inside comment: 0.008395001292228699 +Info 16759[18:48:19.584] getCompletionData: Get previous token: 0.011467000469565392 +Info 16760[18:48:19.584] getCompletionsAtPosition: isCompletionListBlocker: 0.002047000452876091 +Info 16761[18:48:19.584] getCompletionData: Semantic work: 0.6214269995689392 +Info 16762[18:48:19.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6294359993189573 +Info 16763[18:48:19.586] Format host information updated +Info 16764[18:48:19.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16765[18:48:19.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1241 structureChanged: false structureIsReused:: Completely Elapsed: 7.353883998468518ms +Info 16766[18:48:19.808] Different program with same set of files +Info 16767[18:48:19.808] getCompletionData: Get current token: 0.00218999944627285 +Info 16768[18:48:19.808] getCompletionData: Is inside comment: 0.007505999878048897 +Info 16769[18:48:19.808] getCompletionData: Get previous token: 0.010033000260591507 +Info 16770[18:48:19.808] getCompletionsAtPosition: isCompletionListBlocker: 0.0019800011068582535 +Info 16771[18:48:19.808] getCompletionData: Semantic work: 0.5533220004290342 +Info 16772[18:48:19.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1118190009146929 +Info 16773[18:48:19.810] Format host information updated +Info 16774[18:48:19.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16775[18:48:19.979] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1242 structureChanged: false structureIsReused:: Completely Elapsed: 12.960115000605583ms +Info 16776[18:48:19.979] Different program with same set of files +Info 16777[18:48:19.979] getCompletionData: Get current token: 0.004038000479340553 +Info 16778[18:48:19.979] getCompletionData: Is inside comment: 0.01209999993443489 +Info 16779[18:48:19.979] getCompletionData: Get previous token: 0.0072390008717775345 +Info 16780[18:48:19.979] getCompletionsAtPosition: isCompletionListBlocker: 0.010530000552535057 +Info 16781[18:48:19.980] getExportInfoMap: cache hit +Info 16782[18:48:19.995] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 16783[18:48:19.995] collectAutoImports: response is complete +Info 16784[18:48:19.995] collectAutoImports: 15.143035998567939 +Info 16785[18:48:19.995] getCompletionData: Semantic work: 15.893953999504447 +Info 16786[18:48:20.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.272321999073029 +Info 16787[18:48:20.005] Format host information updated +Info 16788[18:48:23.320] Format host information updated +Info 16789[18:48:23.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16790[18:48:23.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1243 structureChanged: false structureIsReused:: Completely Elapsed: 9.142133999615908ms +Info 16791[18:48:23.329] Different program with same set of files +Info 16792[18:48:24.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16793[18:48:24.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1244 structureChanged: false structureIsReused:: Completely Elapsed: 7.121384000405669ms +Info 16794[18:48:24.486] Different program with same set of files +Info 16795[18:48:24.486] getCompletionData: Get current token: 0.003554999828338623 +Info 16796[18:48:24.486] getCompletionData: Is inside comment: 0.010167000815272331 +Info 16797[18:48:24.486] getCompletionData: Get previous token: 0.006224999204277992 +Info 16798[18:48:24.486] getCompletionsAtPosition: isCompletionListBlocker: 0.002240000292658806 +Info 16799[18:48:24.486] getExportInfoMap: cache hit +Info 16800[18:48:24.499] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16801[18:48:24.499] collectAutoImports: response is complete +Info 16802[18:48:24.499] collectAutoImports: 12.269933998584747 +Info 16803[18:48:24.499] getCompletionData: Semantic work: 12.744516000151634 +Info 16804[18:48:24.504] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.901182999834418 +Info 16805[18:48:24.507] Format host information updated +Info 16806[18:48:24.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16807[18:48:24.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1245 structureChanged: false structureIsReused:: Completely Elapsed: 17.710511000826955ms +Info 16808[18:48:24.620] Different program with same set of files +Info 16809[18:48:24.620] getCompletionData: Get current token: 0.009888999164104462 +Info 16810[18:48:24.620] getCompletionData: Is inside comment: 0.026792000979185104 +Info 16811[18:48:24.620] getCompletionData: Get previous token: 0.031018000096082687 +Info 16812[18:48:24.621] getCompletionsAtPosition: isCompletionListBlocker: 0.005313999950885773 +Info 16813[18:48:24.622] getExportInfoMap: cache hit +Info 16814[18:48:24.629] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 16815[18:48:24.629] collectAutoImports: response is complete +Info 16816[18:48:24.629] collectAutoImports: 7.188643001019955 +Info 16817[18:48:24.629] getCompletionData: Semantic work: 8.36841700039804 +Info 16818[18:48:24.633] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.159211000427604 +Info 16819[18:48:24.638] Format host information updated +Info 16820[18:48:24.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16821[18:48:24.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1246 structureChanged: false structureIsReused:: Completely Elapsed: 8.42259000055492ms +Info 16822[18:48:24.697] Different program with same set of files +Info 16823[18:48:24.697] getCompletionData: Get current token: 0.0037939995527267456 +Info 16824[18:48:24.697] getCompletionData: Is inside comment: 0.011408999562263489 +Info 16825[18:48:24.697] getCompletionData: Get previous token: 0.012054000049829483 +Info 16826[18:48:24.697] getCompletionsAtPosition: isCompletionListBlocker: 0.002916000783443451 +Info 16827[18:48:24.698] getExportInfoMap: cache hit +Info 16828[18:48:24.701] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 73 from cache +Info 16829[18:48:24.701] collectAutoImports: response is complete +Info 16830[18:48:24.701] collectAutoImports: 2.9712699986994267 +Info 16831[18:48:24.701] getCompletionData: Semantic work: 3.542299000546336 +Info 16832[18:48:24.703] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2046400010585785 +Info 16833[18:48:24.704] Format host information updated +Info 16834[18:48:24.816] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16835[18:48:24.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1247 structureChanged: false structureIsReused:: Completely Elapsed: 7.800735000520945ms +Info 16836[18:48:24.824] Different program with same set of files +Info 16837[18:48:24.824] getCompletionData: Get current token: 0.004081999883055687 +Info 16838[18:48:24.824] getCompletionData: Is inside comment: 0.011735999956727028 +Info 16839[18:48:24.824] getCompletionData: Get previous token: 0.013186000287532806 +Info 16840[18:48:24.824] getCompletionsAtPosition: isCompletionListBlocker: 0.0024350006133317947 +Info 16841[18:48:24.825] getExportInfoMap: cache hit +Info 16842[18:48:24.828] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 46 from cache +Info 16843[18:48:24.828] collectAutoImports: response is complete +Info 16844[18:48:24.828] collectAutoImports: 2.818323001265526 +Info 16845[18:48:24.828] getCompletionData: Semantic work: 3.377011999487877 +Info 16846[18:48:24.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.167228000238538 +Info 16847[18:48:24.831] Format host information updated +Info 16848[18:48:24.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16849[18:48:24.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1248 structureChanged: false structureIsReused:: Completely Elapsed: 7.18958100117743ms +Info 16850[18:48:24.998] Different program with same set of files +Info 16851[18:48:24.998] getCompletionData: Get current token: 0.0032889991998672485 +Info 16852[18:48:24.998] getCompletionData: Is inside comment: 0.008500998839735985 +Info 16853[18:48:24.998] getCompletionData: Get previous token: 0.009330999106168747 +Info 16854[18:48:24.998] getCompletionsAtPosition: isCompletionListBlocker: 0.0019720010459423065 +Info 16855[18:48:24.999] getExportInfoMap: cache hit +Info 16856[18:48:25.001] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 16857[18:48:25.001] collectAutoImports: response is complete +Info 16858[18:48:25.001] collectAutoImports: 2.1587239988148212 +Info 16859[18:48:25.001] getCompletionData: Semantic work: 2.647103000432253 +Info 16860[18:48:25.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7090559992939234 +Info 16861[18:48:25.004] Format host information updated +Info 16862[18:48:25.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16863[18:48:25.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1249 structureChanged: false structureIsReused:: Completely Elapsed: 9.84405499882996ms +Info 16864[18:48:25.118] Different program with same set of files +Info 16865[18:48:25.118] getCompletionData: Get current token: 0.0037820003926753998 +Info 16866[18:48:25.118] getCompletionData: Is inside comment: 0.00958399847149849 +Info 16867[18:48:25.118] getCompletionData: Get previous token: 0.0115439984947443 +Info 16868[18:48:25.118] getCompletionsAtPosition: isCompletionListBlocker: 0.002871999517083168 +Info 16869[18:48:25.119] getExportInfoMap: cache hit +Info 16870[18:48:25.121] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16871[18:48:25.121] collectAutoImports: response is complete +Info 16872[18:48:25.121] collectAutoImports: 1.783967001363635 +Info 16873[18:48:25.121] getCompletionData: Semantic work: 2.347247000783682 +Info 16874[18:48:25.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8671730011701584 +Info 16875[18:48:25.124] Format host information updated +Info 16876[18:48:25.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16877[18:48:25.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1250 structureChanged: false structureIsReused:: Completely Elapsed: 19.553586000576615ms +Info 16878[18:48:25.189] Different program with same set of files +Info 16879[18:48:25.189] getCompletionData: Get current token: 0.0034389998763799667 +Info 16880[18:48:25.189] getCompletionData: Is inside comment: 0.009163999930024147 +Info 16881[18:48:25.189] getCompletionData: Get previous token: 0.07686499878764153 +Info 16882[18:48:25.189] getCompletionsAtPosition: isCompletionListBlocker: 0.006291000172495842 +Info 16883[18:48:25.190] getExportInfoMap: cache hit +Info 16884[18:48:25.216] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 16885[18:48:25.216] collectAutoImports: response is complete +Info 16886[18:48:25.216] collectAutoImports: 26.48951099999249 +Info 16887[18:48:25.216] getCompletionData: Semantic work: 27.196731999516487 +Info 16888[18:48:25.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.696825999766588 +Info 16889[18:48:25.231] Format host information updated +Info 16890[18:48:26.447] Format host information updated +Info 16891[18:48:26.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16892[18:48:26.454] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1251 structureChanged: false structureIsReused:: Completely Elapsed: 7.270065000280738ms +Info 16893[18:48:26.454] Different program with same set of files +Info 16894[18:48:26.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16895[18:48:26.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1252 structureChanged: false structureIsReused:: Completely Elapsed: 7.1599909998476505ms +Info 16896[18:48:26.551] Different program with same set of files +Info 16897[18:48:26.551] getCompletionData: Get current token: 0.003062000498175621 +Info 16898[18:48:26.551] getCompletionData: Is inside comment: 0.008479001000523567 +Info 16899[18:48:26.551] getCompletionData: Get previous token: 0.009976999834179878 +Info 16900[18:48:26.551] getCompletionsAtPosition: isCompletionListBlocker: 0.008269000798463821 +Info 16901[18:48:26.552] getExportInfoMap: cache hit +Info 16902[18:48:26.556] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 16903[18:48:26.556] collectAutoImports: response is complete +Info 16904[18:48:26.556] collectAutoImports: 4.328051999211311 +Info 16905[18:48:26.556] getCompletionData: Semantic work: 4.9476350005716085 +Info 16906[18:48:26.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4956539999693632 +Info 16907[18:48:26.561] Format host information updated +Info 16908[18:48:26.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16909[18:48:26.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1253 structureChanged: false structureIsReused:: Completely Elapsed: 9.851156000047922ms +Info 16910[18:48:26.772] Different program with same set of files +Info 16911[18:48:26.772] getCompletionData: Get current token: 0.002218998968601227 +Info 16912[18:48:26.772] getCompletionData: Is inside comment: 0.006845001131296158 +Info 16913[18:48:26.772] getCompletionData: Get previous token: 0.004266001284122467 +Info 16914[18:48:26.772] getCompletionsAtPosition: isCompletionListBlocker: 0.001895001158118248 +Info 16915[18:48:26.773] getCompletionData: Semantic work: 0.5584329999983311 +Info 16916[18:48:26.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8419800009578466 +Info 16917[18:48:26.774] Format host information updated +Info 16918[18:48:27.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16919[18:48:27.144] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1254 structureChanged: false structureIsReused:: Completely Elapsed: 10.048203000798821ms +Info 16920[18:48:27.144] Different program with same set of files +Info 16921[18:48:27.144] getCompletionData: Get current token: 0.028981000185012817 +Info 16922[18:48:27.144] getCompletionData: Is inside comment: 0.01348000019788742 +Info 16923[18:48:27.144] getCompletionData: Get previous token: 0.015393000096082687 +Info 16924[18:48:27.144] getCompletionsAtPosition: isCompletionListBlocker: 0.002413000911474228 +Info 16925[18:48:27.145] getCompletionData: Semantic work: 0.7375719994306564 +Info 16926[18:48:27.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.050712998956442 +Info 16927[18:48:27.147] Format host information updated +Info 16928[18:48:27.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16929[18:48:27.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1255 structureChanged: false structureIsReused:: Completely Elapsed: 7.441107999533415ms +Info 16930[18:48:27.270] Different program with same set of files +Info 16931[18:48:27.270] getCompletionData: Get current token: 0.0022589992731809616 +Info 16932[18:48:27.270] getCompletionData: Is inside comment: 0.00843299925327301 +Info 16933[18:48:27.270] getCompletionData: Get previous token: 0.01109899953007698 +Info 16934[18:48:27.270] getCompletionsAtPosition: isCompletionListBlocker: 0.002245001494884491 +Info 16935[18:48:27.271] getCompletionData: Semantic work: 0.5379259996116161 +Info 16936[18:48:27.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4785399995744228 +Info 16937[18:48:27.274] Format host information updated +Info 16938[18:48:27.508] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16939[18:48:27.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1256 structureChanged: false structureIsReused:: Completely Elapsed: 6.74125200137496ms +Info 16940[18:48:27.515] Different program with same set of files +Info 16941[18:48:27.515] getCompletionData: Get current token: 0.0025040004402399063 +Info 16942[18:48:27.515] getCompletionData: Is inside comment: 0.006605001166462898 +Info 16943[18:48:27.515] getCompletionData: Get previous token: 0.0084610003978014 +Info 16944[18:48:27.515] getCompletionsAtPosition: isCompletionListBlocker: 0.0016219988465309143 +Info 16945[18:48:27.515] getCompletionData: Semantic work: 0.4572919998317957 +Info 16946[18:48:27.516] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2639930006116629 +Info 16947[18:48:27.517] Format host information updated +Info 16948[18:48:27.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16949[18:48:27.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1257 structureChanged: false structureIsReused:: Completely Elapsed: 26.214567000046372ms +Info 16950[18:48:27.636] Different program with same set of files +Info 16951[18:48:27.637] getCompletionData: Get current token: 0.00705999881029129 +Info 16952[18:48:27.637] getCompletionData: Is inside comment: 0.022954000160098076 +Info 16953[18:48:27.637] getCompletionData: Get previous token: 0.03033899888396263 +Info 16954[18:48:27.637] getCompletionsAtPosition: isCompletionListBlocker: 0.003922998905181885 +Info 16955[18:48:27.638] getCompletionData: Semantic work: 1.3270609993487597 +Info 16956[18:48:27.642] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1650029998272657 +Info 16957[18:48:27.646] Format host information updated +Info 16958[18:48:28.118] Format host information updated +Info 16959[18:48:28.119] Format host information updated +Info 16960[18:48:28.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16961[18:48:28.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1258 structureChanged: false structureIsReused:: Completely Elapsed: 7.595216998830438ms +Info 16962[18:48:28.126] Different program with same set of files +Info 16963[18:48:28.126] getCompletionData: Get current token: 0.0024410001933574677 +Info 16964[18:48:28.126] getCompletionData: Is inside comment: 0.009259000420570374 +Info 16965[18:48:28.127] getCompletionData: Get previous token: 0.0055139996111392975 +Info 16966[18:48:28.127] getCompletionsAtPosition: isCompletionListBlocker: 0.0027670003473758698 +Info 16967[18:48:28.127] getExportInfoMap: cache hit +Info 16968[18:48:28.138] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 16969[18:48:28.139] collectAutoImports: response is complete +Info 16970[18:48:28.139] collectAutoImports: 11.445785999298096 +Info 16971[18:48:28.139] getCompletionData: Semantic work: 11.990718999877572 +Info 16972[18:48:28.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.969050999730825 +Info 16973[18:48:28.147] getCompletionData: Get current token: 0.011979000642895699 +Info 16974[18:48:28.147] getCompletionData: Is inside comment: 0.0041429996490478516 +Info 16975[18:48:28.147] getCompletionData: Get previous token: 0.014490999281406403 +Info 16976[18:48:28.148] getCompletionsAtPosition: isCompletionListBlocker: 0.002506999298930168 +Info 16977[18:48:28.148] getCompletionData: Semantic work: 0.3428860008716583 +Info 16978[18:48:28.151] getCompletionData: Get current token: 0.012401999905705452 +Info 16979[18:48:28.151] getCompletionData: Is inside comment: 0.0039699990302324295 +Info 16980[18:48:28.151] getCompletionData: Get previous token: 0.024173999205231667 +Info 16981[18:48:28.151] getCompletionsAtPosition: isCompletionListBlocker: 0.0028349999338388443 +Info 16982[18:48:28.152] getCompletionData: Semantic work: 0.4024219997227192 +Info 16983[18:48:28.152] Format host information updated +Info 16984[18:48:28.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16985[18:48:28.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1259 structureChanged: false structureIsReused:: Completely Elapsed: 7.184599999338388ms +Info 16986[18:48:28.185] Different program with same set of files +Info 16987[18:48:28.185] getCompletionData: Get current token: 0.002536000683903694 +Info 16988[18:48:28.185] getCompletionData: Is inside comment: 0.00838799960911274 +Info 16989[18:48:28.185] getCompletionData: Get previous token: 0.004883000627160072 +Info 16990[18:48:28.185] getCompletionsAtPosition: isCompletionListBlocker: 0.006829001009464264 +Info 16991[18:48:28.185] getExportInfoMap: cache hit +Info 16992[18:48:28.198] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 16993[18:48:28.198] collectAutoImports: response is complete +Info 16994[18:48:28.198] collectAutoImports: 12.422574998810887 +Info 16995[18:48:28.198] getCompletionData: Semantic work: 12.92429899983108 +Info 16996[18:48:28.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2806519996374846 +Info 16997[18:48:28.204] Format host information updated +Info 16998[18:48:30.986] Format host information updated +Info 16999[18:48:30.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17000[18:48:30.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1260 structureChanged: false structureIsReused:: Completely Elapsed: 6.991947000846267ms +Info 17001[18:48:30.993] Different program with same set of files +Info 17002[18:48:31.928] Format host information updated +Info 17003[18:48:31.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17004[18:48:31.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1261 structureChanged: false structureIsReused:: Completely Elapsed: 6.620579998940229ms +Info 17005[18:48:31.935] Different program with same set of files +Info 17006[18:48:32.550] Format host information updated +Info 17007[18:48:32.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17008[18:48:32.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1262 structureChanged: false structureIsReused:: Completely Elapsed: 8.903735000640154ms +Info 17009[18:48:32.559] Different program with same set of files +Info 17010[18:48:32.640] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17011[18:48:32.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1263 structureChanged: false structureIsReused:: Completely Elapsed: 7.323692999780178ms +Info 17012[18:48:32.648] Different program with same set of files +Info 17013[18:48:32.648] getCompletionData: Get current token: 0.0017889998853206635 +Info 17014[18:48:32.648] getCompletionData: Is inside comment: 0.005820000544190407 +Info 17015[18:48:32.648] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17016[18:48:32.648] Format host information updated +Info 17017[18:48:33.390] Format host information updated +Info 17018[18:48:33.390] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17019[18:48:33.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1264 structureChanged: false structureIsReused:: Completely Elapsed: 6.825676999986172ms +Info 17020[18:48:33.397] Different program with same set of files +Info 17021[18:48:35.325] Format host information updated +Info 17022[18:48:35.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17023[18:48:35.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1265 structureChanged: false structureIsReused:: Completely Elapsed: 9.914681000635028ms +Info 17024[18:48:35.335] Different program with same set of files +Info 17025[18:48:36.510] Format host information updated +Info 17026[18:48:36.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17027[18:48:36.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1266 structureChanged: false structureIsReused:: Completely Elapsed: 10.218097999691963ms +Info 17028[18:48:36.520] Different program with same set of files +Info 17029[18:48:36.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17030[18:48:36.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1267 structureChanged: false structureIsReused:: Completely Elapsed: 7.368396000936627ms +Info 17031[18:48:36.847] Different program with same set of files +Info 17032[18:48:36.847] getCompletionData: Get current token: 0.002895999699831009 +Info 17033[18:48:36.847] getCompletionData: Is inside comment: 0.008517999202013016 +Info 17034[18:48:36.847] getCompletionData: Get previous token: 0.00889899954199791 +Info 17035[18:48:36.847] getCompletionsAtPosition: isCompletionListBlocker: 0.006797999143600464 +Info 17036[18:48:36.848] getExportInfoMap: cache hit +Info 17037[18:48:36.852] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 17038[18:48:36.852] collectAutoImports: response is complete +Info 17039[18:48:36.852] collectAutoImports: 3.9698949996382 +Info 17040[18:48:36.852] getCompletionData: Semantic work: 4.518054999411106 +Info 17041[18:48:36.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1862199995666742 +Info 17042[18:48:36.856] Format host information updated +Info 17043[18:48:36.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17044[18:48:36.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1268 structureChanged: false structureIsReused:: Completely Elapsed: 7.6279589999467134ms +Info 17045[18:48:36.970] Different program with same set of files +Info 17046[18:48:36.970] getCompletionData: Get current token: 0.0036069992929697037 +Info 17047[18:48:36.970] getCompletionData: Is inside comment: 0.010304998606443405 +Info 17048[18:48:36.970] getCompletionData: Get previous token: 0.01139799878001213 +Info 17049[18:48:36.970] getCompletionsAtPosition: isCompletionListBlocker: 0.007034000009298325 +Info 17050[18:48:36.971] getExportInfoMap: cache hit +Info 17051[18:48:36.975] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 17052[18:48:36.975] collectAutoImports: response is complete +Info 17053[18:48:36.975] collectAutoImports: 4.033104000613093 +Info 17054[18:48:36.975] getCompletionData: Semantic work: 4.579236000776291 +Info 17055[18:48:36.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.458065001294017 +Info 17056[18:48:36.980] Format host information updated +Info 17057[18:48:37.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17058[18:48:37.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1269 structureChanged: false structureIsReused:: Completely Elapsed: 11.373860999941826ms +Info 17059[18:48:37.052] Different program with same set of files +Info 17060[18:48:37.053] getCompletionData: Get current token: 0.005304999649524689 +Info 17061[18:48:37.053] getCompletionData: Is inside comment: 0.015041999518871307 +Info 17062[18:48:37.053] getCompletionData: Get previous token: 0.01730400137603283 +Info 17063[18:48:37.053] getCompletionsAtPosition: isCompletionListBlocker: 0.012014999985694885 +Info 17064[18:48:37.053] getExportInfoMap: cache hit +Info 17065[18:48:37.059] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 97 from cache +Info 17066[18:48:37.059] collectAutoImports: response is complete +Info 17067[18:48:37.059] collectAutoImports: 5.186023000627756 +Info 17068[18:48:37.059] getCompletionData: Semantic work: 5.958441998809576 +Info 17069[18:48:37.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4879379998892546 +Info 17070[18:48:37.064] Format host information updated +Info 17071[18:48:37.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17072[18:48:37.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1270 structureChanged: false structureIsReused:: Completely Elapsed: 6.852778000757098ms +Info 17073[18:48:37.162] Different program with same set of files +Info 17074[18:48:37.162] getCompletionData: Get current token: 0.0031119994819164276 +Info 17075[18:48:37.162] getCompletionData: Is inside comment: 0.008099999278783798 +Info 17076[18:48:37.162] getCompletionData: Get previous token: 0.008802998811006546 +Info 17077[18:48:37.162] getCompletionsAtPosition: isCompletionListBlocker: 0.02750600129365921 +Info 17078[18:48:37.163] getExportInfoMap: cache hit +Info 17079[18:48:37.166] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 28 from cache +Info 17080[18:48:37.166] collectAutoImports: response is complete +Info 17081[18:48:37.166] collectAutoImports: 2.490684000775218 +Info 17082[18:48:37.166] getCompletionData: Semantic work: 3.135733999311924 +Info 17083[18:48:37.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.841872001066804 +Info 17084[18:48:37.168] Format host information updated +Info 17085[18:48:37.287] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17086[18:48:37.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1271 structureChanged: false structureIsReused:: Completely Elapsed: 34.82342700101435ms +Info 17087[18:48:37.322] Different program with same set of files +Info 17088[18:48:37.323] getCompletionData: Get current token: 0.007470998913049698 +Info 17089[18:48:37.323] getCompletionData: Is inside comment: 0.020263999700546265 +Info 17090[18:48:37.323] getCompletionData: Get previous token: 0.02266800031065941 +Info 17091[18:48:37.323] getCompletionsAtPosition: isCompletionListBlocker: 0.012721000239253044 +Info 17092[18:48:37.324] getExportInfoMap: cache hit +Info 17093[18:48:37.328] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 17094[18:48:37.328] collectAutoImports: response is complete +Info 17095[18:48:37.328] collectAutoImports: 4.385003000497818 +Info 17096[18:48:37.328] getCompletionData: Semantic work: 5.412708001211286 +Info 17097[18:48:37.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2978739999234676 +Info 17098[18:48:37.333] Format host information updated +Info 17099[18:48:37.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17100[18:48:37.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1272 structureChanged: false structureIsReused:: Completely Elapsed: 7.646708998829126ms +Info 17101[18:48:37.493] Different program with same set of files +Info 17102[18:48:37.493] getCompletionData: Get current token: 0.003920998424291611 +Info 17103[18:48:37.493] getCompletionData: Is inside comment: 0.01050100103020668 +Info 17104[18:48:37.493] getCompletionData: Get previous token: 0.006463998928666115 +Info 17105[18:48:37.493] getCompletionsAtPosition: isCompletionListBlocker: 0.002901999279856682 +Info 17106[18:48:37.493] getExportInfoMap: cache hit +Info 17107[18:48:37.508] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17108[18:48:37.508] collectAutoImports: response is complete +Info 17109[18:48:37.508] collectAutoImports: 14.282800998538733 +Info 17110[18:48:37.508] getCompletionData: Semantic work: 14.797283999621868 +Info 17111[18:48:37.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.916929999366403 +Info 17112[18:48:37.518] Format host information updated +Info 17113[18:48:37.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17114[18:48:37.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1273 structureChanged: false structureIsReused:: Completely Elapsed: 10.393330998718739ms +Info 17115[18:48:37.667] Different program with same set of files +Info 17116[18:48:37.668] getCompletionData: Get current token: 0.004040000960230827 +Info 17117[18:48:37.668] getCompletionData: Is inside comment: 0.0119089987128973 +Info 17118[18:48:37.668] getCompletionData: Get previous token: 0.01626100018620491 +Info 17119[18:48:37.668] getCompletionsAtPosition: isCompletionListBlocker: 0.002572000026702881 +Info 17120[18:48:37.668] getExportInfoMap: cache hit +Info 17121[18:48:37.674] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 17122[18:48:37.674] collectAutoImports: response is complete +Info 17123[18:48:37.674] collectAutoImports: 5.650043999776244 +Info 17124[18:48:37.674] getCompletionData: Semantic work: 6.274941999465227 +Info 17125[18:48:37.677] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1802320014685392 +Info 17126[18:48:37.679] Format host information updated +Info 17127[18:48:37.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17128[18:48:37.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1274 structureChanged: false structureIsReused:: Completely Elapsed: 10.3924899995327ms +Info 17129[18:48:37.727] Different program with same set of files +Info 17130[18:48:37.728] getCompletionData: Get current token: 0.004098000004887581 +Info 17131[18:48:37.728] getCompletionData: Is inside comment: 0.012418000027537346 +Info 17132[18:48:37.728] getCompletionData: Get previous token: 0.016354000195860863 +Info 17133[18:48:37.728] getCompletionsAtPosition: isCompletionListBlocker: 0.0027769990265369415 +Info 17134[18:48:37.728] getExportInfoMap: cache hit +Info 17135[18:48:37.734] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 17136[18:48:37.734] collectAutoImports: response is complete +Info 17137[18:48:37.734] collectAutoImports: 5.253111001104116 +Info 17138[18:48:37.734] getCompletionData: Semantic work: 5.897699998691678 +Info 17139[18:48:37.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1744439993053675 +Info 17140[18:48:37.738] Format host information updated +Info 17141[18:48:37.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17142[18:48:37.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1275 structureChanged: false structureIsReused:: Completely Elapsed: 10.640840999782085ms +Info 17143[18:48:37.916] Different program with same set of files +Info 17144[18:48:37.916] getCompletionData: Get current token: 0.004572000354528427 +Info 17145[18:48:37.916] getCompletionData: Is inside comment: 0.013573000207543373 +Info 17146[18:48:37.916] getCompletionData: Get previous token: 0.017138000577688217 +Info 17147[18:48:37.916] getCompletionsAtPosition: isCompletionListBlocker: 0.0024330001324415207 +Info 17148[18:48:37.917] getExportInfoMap: cache hit +Info 17149[18:48:37.921] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 17150[18:48:37.921] collectAutoImports: response is complete +Info 17151[18:48:37.921] collectAutoImports: 3.4951069988310337 +Info 17152[18:48:37.921] getCompletionData: Semantic work: 4.162348000332713 +Info 17153[18:48:37.923] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.814547000452876 +Info 17154[18:48:37.925] Format host information updated +Info 17155[18:48:37.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17156[18:48:37.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1276 structureChanged: false structureIsReused:: Completely Elapsed: 13.19250899925828ms +Info 17157[18:48:37.996] Different program with same set of files +Info 17158[18:48:37.996] getCompletionData: Get current token: 0.004281001165509224 +Info 17159[18:48:37.996] getCompletionData: Is inside comment: 0.012098999693989754 +Info 17160[18:48:37.997] getCompletionData: Get previous token: 0.01662999950349331 +Info 17161[18:48:37.997] getCompletionsAtPosition: isCompletionListBlocker: 0.0025859996676445007 +Info 17162[18:48:37.997] getExportInfoMap: cache hit +Info 17163[18:48:38.001] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 17164[18:48:38.001] collectAutoImports: response is complete +Info 17165[18:48:38.001] collectAutoImports: 3.467434000223875 +Info 17166[18:48:38.001] getCompletionData: Semantic work: 4.199283998459578 +Info 17167[18:48:38.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9137960001826286 +Info 17168[18:48:38.005] Format host information updated +Info 17169[18:48:38.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17170[18:48:38.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1277 structureChanged: false structureIsReused:: Completely Elapsed: 10.747639000415802ms +Info 17171[18:48:38.071] Different program with same set of files +Info 17172[18:48:38.071] getCompletionData: Get current token: 0.0046800002455711365 +Info 17173[18:48:38.071] getCompletionData: Is inside comment: 0.012432999908924103 +Info 17174[18:48:38.072] getCompletionData: Get previous token: 0.016905000433325768 +Info 17175[18:48:38.072] getCompletionsAtPosition: isCompletionListBlocker: 0.002507999539375305 +Info 17176[18:48:38.072] getExportInfoMap: cache hit +Info 17177[18:48:38.092] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17178[18:48:38.092] collectAutoImports: response is complete +Info 17179[18:48:38.092] collectAutoImports: 19.533397000283003 +Info 17180[18:48:38.092] getCompletionData: Semantic work: 20.177061000838876 +Info 17181[18:48:38.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.327056000009179 +Info 17182[18:48:38.104] Format host information updated +Info 17183[18:48:38.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17184[18:48:38.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1278 structureChanged: false structureIsReused:: Completely Elapsed: 7.0580809991806746ms +Info 17185[18:48:38.188] Different program with same set of files +Info 17186[18:48:38.188] getCompletionData: Get current token: 0.003064999356865883 +Info 17187[18:48:38.188] getCompletionData: Is inside comment: 0.008318999782204628 +Info 17188[18:48:38.188] getCompletionData: Get previous token: 0.005096999928355217 +Info 17189[18:48:38.188] getCompletionsAtPosition: isCompletionListBlocker: 0.005898000672459602 +Info 17190[18:48:38.189] getExportInfoMap: cache hit +Info 17191[18:48:38.199] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17192[18:48:38.199] collectAutoImports: response is complete +Info 17193[18:48:38.199] collectAutoImports: 10.056673999875784 +Info 17194[18:48:38.199] getCompletionData: Semantic work: 10.511024000123143 +Info 17195[18:48:38.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.301475001499057 +Info 17196[18:48:38.210] Format host information updated +Info 17197[18:48:39.448] Format host information updated +Info 17198[18:48:39.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17199[18:48:39.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1279 structureChanged: false structureIsReused:: Completely Elapsed: 8.159727999940515ms +Info 17200[18:48:39.456] Different program with same set of files +Info 17201[18:48:39.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17202[18:48:39.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1280 structureChanged: false structureIsReused:: Completely Elapsed: 8.012392001226544ms +Info 17203[18:48:39.575] Different program with same set of files +Info 17204[18:48:39.575] getCompletionData: Get current token: 0.0021299999207258224 +Info 17205[18:48:39.575] getCompletionData: Is inside comment: 0.0070329997688531876 +Info 17206[18:48:39.575] getCompletionData: Get previous token: 0.009633999317884445 +Info 17207[18:48:39.575] getCompletionsAtPosition: isCompletionListBlocker: 0.00717800110578537 +Info 17208[18:48:39.576] getExportInfoMap: cache hit +Info 17209[18:48:39.581] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 17210[18:48:39.581] collectAutoImports: response is complete +Info 17211[18:48:39.581] collectAutoImports: 5.258624000474811 +Info 17212[18:48:39.581] getCompletionData: Semantic work: 6.015951998531818 +Info 17213[18:48:39.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4895729999989271 +Info 17214[18:48:39.584] Format host information updated +Info 17215[18:48:39.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17216[18:48:39.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1281 structureChanged: false structureIsReused:: Completely Elapsed: 7.35551100037992ms +Info 17217[18:48:39.792] Different program with same set of files +Info 17218[18:48:39.792] getCompletionData: Get current token: 0.0022980011999607086 +Info 17219[18:48:39.792] getCompletionData: Is inside comment: 0.008142998442053795 +Info 17220[18:48:39.792] getCompletionData: Get previous token: 0.004780000075697899 +Info 17221[18:48:39.792] getCompletionsAtPosition: isCompletionListBlocker: 0.001695999875664711 +Info 17222[18:48:39.792] getCompletionData: Semantic work: 0.47813900001347065 +Info 17223[18:48:39.793] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7656779997050762 +Info 17224[18:48:39.794] Format host information updated +Info 17225[18:48:40.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17226[18:48:40.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1282 structureChanged: false structureIsReused:: Completely Elapsed: 10.186116999015212ms +Info 17227[18:48:40.010] Different program with same set of files +Info 17228[18:48:40.010] getCompletionData: Get current token: 0.0031550005078315735 +Info 17229[18:48:40.011] getCompletionData: Is inside comment: 0.010420000180602074 +Info 17230[18:48:40.011] getCompletionData: Get previous token: 0.014746999368071556 +Info 17231[18:48:40.011] getCompletionsAtPosition: isCompletionListBlocker: 0.0021700002253055573 +Info 17232[18:48:40.011] getCompletionData: Semantic work: 0.7069769985973835 +Info 17233[18:48:40.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.685734000056982 +Info 17234[18:48:40.013] Format host information updated +Info 17235[18:48:40.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17236[18:48:40.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1283 structureChanged: false structureIsReused:: Completely Elapsed: 10.38526900112629ms +Info 17237[18:48:40.154] Different program with same set of files +Info 17238[18:48:40.155] getCompletionData: Get current token: 0.00289900042116642 +Info 17239[18:48:40.155] getCompletionData: Is inside comment: 0.008960999548435211 +Info 17240[18:48:40.155] getCompletionData: Get previous token: 0.013975000008940697 +Info 17241[18:48:40.155] getCompletionsAtPosition: isCompletionListBlocker: 0.0020769983530044556 +Info 17242[18:48:40.155] getCompletionData: Semantic work: 0.6344290003180504 +Info 17243[18:48:40.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6101459991186857 +Info 17244[18:48:40.157] Format host information updated +Info 17245[18:48:40.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17246[18:48:40.226] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1284 structureChanged: false structureIsReused:: Completely Elapsed: 16.560695998370647ms +Info 17247[18:48:40.226] Different program with same set of files +Info 17248[18:48:40.226] getCompletionData: Get current token: 0.005841000005602837 +Info 17249[18:48:40.226] getCompletionData: Is inside comment: 0.019550999626517296 +Info 17250[18:48:40.226] getCompletionData: Get previous token: 0.06070400029420853 +Info 17251[18:48:40.226] getCompletionsAtPosition: isCompletionListBlocker: 0.003550998866558075 +Info 17252[18:48:40.228] getCompletionData: Semantic work: 1.1229640003293753 +Info 17253[18:48:40.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.265515999868512 +Info 17254[18:48:40.232] Format host information updated +Info 17255[18:48:40.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17256[18:48:40.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1285 structureChanged: false structureIsReused:: Completely Elapsed: 9.041780998930335ms +Info 17257[18:48:40.280] Different program with same set of files +Info 17258[18:48:40.280] getCompletionData: Get current token: 0.0030340012162923813 +Info 17259[18:48:40.280] getCompletionData: Is inside comment: 0.010082999244332314 +Info 17260[18:48:40.280] getCompletionData: Get previous token: 0.014409000054001808 +Info 17261[18:48:40.280] getCompletionsAtPosition: isCompletionListBlocker: 0.002410000190138817 +Info 17262[18:48:40.281] getCompletionData: Semantic work: 0.6338550001382828 +Info 17263[18:48:40.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7202669996768236 +Info 17264[18:48:40.283] Format host information updated +Info 17265[18:48:40.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17266[18:48:40.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1286 structureChanged: false structureIsReused:: Completely Elapsed: 14.088382000103593ms +Info 17267[18:48:40.347] Different program with same set of files +Info 17268[18:48:40.348] getCompletionData: Get current token: 0.003899998962879181 +Info 17269[18:48:40.348] getCompletionData: Is inside comment: 0.012664999812841415 +Info 17270[18:48:40.348] getCompletionData: Get previous token: 0.01841300167143345 +Info 17271[18:48:40.348] getCompletionsAtPosition: isCompletionListBlocker: 0.0030000004917383194 +Info 17272[18:48:40.348] getCompletionData: Semantic work: 0.7732220012694597 +Info 17273[18:48:40.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6633269991725683 +Info 17274[18:48:40.351] Format host information updated +Info 17275[18:48:40.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17276[18:48:40.536] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1287 structureChanged: false structureIsReused:: Completely Elapsed: 7.273778999224305ms +Info 17277[18:48:40.536] Different program with same set of files +Info 17278[18:48:40.536] getCompletionData: Get current token: 0.0024919994175434113 +Info 17279[18:48:40.536] getCompletionData: Is inside comment: 0.00886400043964386 +Info 17280[18:48:40.536] getCompletionData: Get previous token: 0.005430998280644417 +Info 17281[18:48:40.536] getCompletionsAtPosition: isCompletionListBlocker: 0.007179999724030495 +Info 17282[18:48:40.536] getExportInfoMap: cache hit +Info 17283[18:48:40.553] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 17284[18:48:40.553] collectAutoImports: response is complete +Info 17285[18:48:40.553] collectAutoImports: 16.030251000076532 +Info 17286[18:48:40.553] getCompletionData: Semantic work: 16.626856999471784 +Info 17287[18:48:40.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.075229000300169 +Info 17288[18:48:40.561] Format host information updated +Info 17289[18:48:43.790] Format host information updated +Info 17290[18:48:43.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17291[18:48:43.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1288 structureChanged: false structureIsReused:: Completely Elapsed: 7.845122000202537ms +Info 17292[18:48:43.798] Different program with same set of files +Info 17293[18:48:46.100] Format host information updated +Info 17294[18:48:46.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17295[18:48:46.107] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1289 structureChanged: false structureIsReused:: Completely Elapsed: 6.921775000169873ms +Info 17296[18:48:46.107] Different program with same set of files +Info 17297[18:48:46.485] getCompletionData: Get current token: 0.0043390002101659775 +Info 17298[18:48:46.485] getCompletionData: Is inside comment: 0.008150000125169754 +Info 17299[18:48:46.485] getCompletionData: Get previous token: 0.00530100055038929 +Info 17300[18:48:46.485] getCompletionsAtPosition: isCompletionListBlocker: 0.0026059988886117935 +Info 17301[18:48:46.485] getExportInfoMap: cache hit +Info 17302[18:48:46.499] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17303[18:48:46.499] collectAutoImports: response is complete +Info 17304[18:48:46.499] collectAutoImports: 13.897911999374628 +Info 17305[18:48:46.499] getCompletionData: Semantic work: 14.514064999297261 +Info 17306[18:48:46.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.215826999396086 +Info 17307[18:48:46.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17308[18:48:46.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1290 structureChanged: false structureIsReused:: Completely Elapsed: 28.894348999485373ms +Info 17309[18:48:46.783] Different program with same set of files +Info 17310[18:48:46.783] getCompletionData: Get current token: 0.008956000208854675 +Info 17311[18:48:46.783] getCompletionData: Is inside comment: 0.02568800002336502 +Info 17312[18:48:46.783] getCompletionData: Get previous token: 0.03683000057935715 +Info 17313[18:48:46.784] getCompletionsAtPosition: isCompletionListBlocker: 0.012341000139713287 +Info 17314[18:48:46.785] getExportInfoMap: cache hit +Info 17315[18:48:46.805] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17316[18:48:46.805] collectAutoImports: response is complete +Info 17317[18:48:46.805] collectAutoImports: 20.44542600028217 +Info 17318[18:48:46.805] getCompletionData: Semantic work: 21.656577000394464 +Info 17319[18:48:46.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.465202998369932 +Info 17320[18:48:46.815] Format host information updated +Info 17321[18:48:46.828] getCompletionData: Get current token: 0.0027789995074272156 +Info 17322[18:48:46.828] getCompletionData: Is inside comment: 0.00878399983048439 +Info 17323[18:48:46.828] getCompletionData: Get previous token: 0.005795000120997429 +Info 17324[18:48:46.828] getCompletionsAtPosition: isCompletionListBlocker: 0.0017910003662109375 +Info 17325[18:48:46.828] Returning an empty list because completion was requested in an invalid position. +Info 17326[18:48:46.829] Format host information updated +Info 17327[18:48:47.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17328[18:48:47.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1291 structureChanged: false structureIsReused:: Completely Elapsed: 7.359333999454975ms +Info 17329[18:48:47.105] Different program with same set of files +Info 17330[18:48:47.106] getCompletionData: Get current token: 0.003213999792933464 +Info 17331[18:48:47.106] getCompletionData: Is inside comment: 0.009491000324487686 +Info 17332[18:48:47.106] getCompletionData: Get previous token: 0.011021001264452934 +Info 17333[18:48:47.106] getCompletionsAtPosition: isCompletionListBlocker: 0.0027910005301237106 +Info 17334[18:48:47.106] getExportInfoMap: cache hit +Info 17335[18:48:47.110] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 17336[18:48:47.110] collectAutoImports: response is complete +Info 17337[18:48:47.110] collectAutoImports: 3.337975999340415 +Info 17338[18:48:47.110] getCompletionData: Semantic work: 4.187690999358892 +Info 17339[18:48:47.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.643716000020504 +Info 17340[18:48:47.114] Format host information updated +Info 17341[18:48:47.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17342[18:48:47.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1292 structureChanged: false structureIsReused:: Completely Elapsed: 6.954383000731468ms +Info 17343[18:48:47.358] Different program with same set of files +Info 17344[18:48:47.358] getCompletionData: Get current token: 0.0029809996485710144 +Info 17345[18:48:47.358] getCompletionData: Is inside comment: 0.008856000378727913 +Info 17346[18:48:47.358] getCompletionData: Get previous token: 0.009843001142144203 +Info 17347[18:48:47.358] getCompletionsAtPosition: isCompletionListBlocker: 0.002394000068306923 +Info 17348[18:48:47.358] getExportInfoMap: cache hit +Info 17349[18:48:47.360] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17350[18:48:47.360] collectAutoImports: response is complete +Info 17351[18:48:47.360] collectAutoImports: 1.363696999847889 +Info 17352[18:48:47.360] getCompletionData: Semantic work: 1.8259529992938042 +Info 17353[18:48:47.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5955030005425215 +Info 17354[18:48:47.362] Format host information updated +Info 17355[18:48:47.755] Format host information updated +Info 17356[18:48:47.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17357[18:48:47.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1293 structureChanged: false structureIsReused:: Completely Elapsed: 7.364494999870658ms +Info 17358[18:48:47.763] Different program with same set of files +Info 17359[18:48:47.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17360[18:48:47.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1294 structureChanged: false structureIsReused:: Completely Elapsed: 9.902441000565886ms +Info 17361[18:48:47.964] Different program with same set of files +Info 17362[18:48:47.964] getCompletionData: Get current token: 0.0035040006041526794 +Info 17363[18:48:47.964] getCompletionData: Is inside comment: 0.010955000296235085 +Info 17364[18:48:47.964] getCompletionData: Get previous token: 0.014256000518798828 +Info 17365[18:48:47.964] getCompletionsAtPosition: isCompletionListBlocker: 0.0019460003823041916 +Info 17366[18:48:47.965] getExportInfoMap: cache hit +Info 17367[18:48:47.968] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 17368[18:48:47.969] collectAutoImports: response is complete +Info 17369[18:48:47.969] collectAutoImports: 3.5922669991850853 +Info 17370[18:48:47.969] getCompletionData: Semantic work: 4.148958999663591 +Info 17371[18:48:47.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1843020003288984 +Info 17372[18:48:47.972] Format host information updated +Info 17373[18:48:48.115] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17374[18:48:48.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1295 structureChanged: false structureIsReused:: Completely Elapsed: 9.575526000931859ms +Info 17375[18:48:48.125] Different program with same set of files +Info 17376[18:48:48.125] getCompletionData: Get current token: 0.0035230014473199844 +Info 17377[18:48:48.125] getCompletionData: Is inside comment: 0.010970000177621841 +Info 17378[18:48:48.125] getCompletionData: Get previous token: 0.014645000919699669 +Info 17379[18:48:48.125] getCompletionsAtPosition: isCompletionListBlocker: 0.0020649991929531097 +Info 17380[18:48:48.126] getExportInfoMap: cache hit +Info 17381[18:48:48.129] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 17382[18:48:48.129] collectAutoImports: response is complete +Info 17383[18:48:48.129] collectAutoImports: 2.605042999610305 +Info 17384[18:48:48.129] getCompletionData: Semantic work: 3.2000819984823465 +Info 17385[18:48:48.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9690919984132051 +Info 17386[18:48:48.132] Format host information updated +Info 17387[18:48:48.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17388[18:48:48.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1296 structureChanged: false structureIsReused:: Completely Elapsed: 8.233512999489903ms +Info 17389[18:48:48.267] Different program with same set of files +Info 17390[18:48:48.267] getCompletionData: Get current token: 0.00319799967110157 +Info 17391[18:48:48.267] getCompletionData: Is inside comment: 0.0100529994815588 +Info 17392[18:48:48.268] getCompletionData: Get previous token: 0.013295000419020653 +Info 17393[18:48:48.268] getCompletionsAtPosition: isCompletionListBlocker: 0.0018069986253976822 +Info 17394[18:48:48.268] getExportInfoMap: cache hit +Info 17395[18:48:48.270] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 17396[18:48:48.270] collectAutoImports: response is complete +Info 17397[18:48:48.270] collectAutoImports: 2.296722000464797 +Info 17398[18:48:48.270] getCompletionData: Semantic work: 2.831513999029994 +Info 17399[18:48:48.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6459189988672733 +Info 17400[18:48:48.275] Format host information updated +Info 17401[18:48:48.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17402[18:48:48.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1297 structureChanged: false structureIsReused:: Completely Elapsed: 7.716382000595331ms +Info 17403[18:48:48.326] Different program with same set of files +Info 17404[18:48:48.326] getCompletionData: Get current token: 0.00374000146985054 +Info 17405[18:48:48.326] getCompletionData: Is inside comment: 0.011526999995112419 +Info 17406[18:48:48.326] getCompletionData: Get previous token: 0.016788998618721962 +Info 17407[18:48:48.326] getCompletionsAtPosition: isCompletionListBlocker: 0.0020699985325336456 +Info 17408[18:48:48.327] getExportInfoMap: cache hit +Info 17409[18:48:48.341] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17410[18:48:48.341] collectAutoImports: response is complete +Info 17411[18:48:48.341] collectAutoImports: 14.12393399886787 +Info 17412[18:48:48.341] getCompletionData: Semantic work: 14.67293400131166 +Info 17413[18:48:48.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.889533000066876 +Info 17414[18:48:48.349] Format host information updated +Info 17415[18:48:48.401] getCompletionData: Get current token: 0.005311001092195511 +Info 17416[18:48:48.401] getCompletionData: Is inside comment: 0.011608999222517014 +Info 17417[18:48:48.401] getCompletionData: Get previous token: 0.007446000352501869 +Info 17418[18:48:48.401] getCompletionsAtPosition: isCompletionListBlocker: 0.008305000141263008 +Info 17419[18:48:48.401] getExportInfoMap: cache hit +Info 17420[18:48:48.414] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17421[18:48:48.414] collectAutoImports: response is complete +Info 17422[18:48:48.414] collectAutoImports: 12.240906000137329 +Info 17423[18:48:48.414] getCompletionData: Semantic work: 12.894373999908566 +Info 17424[18:48:48.419] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.043471999466419 +Info 17425[18:48:48.579] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17426[18:48:48.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1298 structureChanged: false structureIsReused:: Completely Elapsed: 10.176226999610662ms +Info 17427[18:48:48.590] Different program with same set of files +Info 17428[18:48:48.590] getCompletionData: Get current token: 0.002208000048995018 +Info 17429[18:48:48.590] getCompletionData: Is inside comment: 0.008123001083731651 +Info 17430[18:48:48.590] getCompletionData: Get previous token: 0.005110001191496849 +Info 17431[18:48:48.590] getCompletionsAtPosition: isCompletionListBlocker: 0.006193000823259354 +Info 17432[18:48:48.590] getExportInfoMap: cache hit +Info 17433[18:48:48.601] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17434[18:48:48.601] collectAutoImports: response is complete +Info 17435[18:48:48.601] collectAutoImports: 10.483420001342893 +Info 17436[18:48:48.601] getCompletionData: Semantic work: 11.051704999059439 +Info 17437[18:48:48.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.581682000309229 +Info 17438[18:48:48.610] Format host information updated +Info 17439[18:48:48.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17440[18:48:48.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1299 structureChanged: false structureIsReused:: Completely Elapsed: 9.678520999848843ms +Info 17441[18:48:48.938] Different program with same set of files +Info 17442[18:48:48.938] getCompletionData: Get current token: 0.004359999671578407 +Info 17443[18:48:48.938] getCompletionData: Is inside comment: 0.010423000901937485 +Info 17444[18:48:48.938] getCompletionData: Get previous token: 0.006958000361919403 +Info 17445[18:48:48.938] getCompletionsAtPosition: isCompletionListBlocker: 0.0068720001727342606 +Info 17446[18:48:48.939] getExportInfoMap: cache hit +Info 17447[18:48:48.950] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17448[18:48:48.950] collectAutoImports: response is complete +Info 17449[18:48:48.950] collectAutoImports: 11.720177000388503 +Info 17450[18:48:48.950] getCompletionData: Semantic work: 12.228353999555111 +Info 17451[18:48:48.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.204218998551369 +Info 17452[18:48:48.961] Format host information updated +Info 17453[18:48:48.994] Format host information updated +Info 17454[18:48:48.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17455[18:48:49.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1300 structureChanged: false structureIsReused:: Completely Elapsed: 7.312053000554442ms +Info 17456[18:48:49.002] Different program with same set of files +Info 17457[18:48:49.345] getCompletionData: Get current token: 0.0027930010110139847 +Info 17458[18:48:49.345] getCompletionData: Is inside comment: 0.00842600129544735 +Info 17459[18:48:49.345] getCompletionData: Get previous token: 0.005076000466942787 +Info 17460[18:48:49.345] getCompletionsAtPosition: isCompletionListBlocker: 0.007944999262690544 +Info 17461[18:48:49.346] getExportInfoMap: cache hit +Info 17462[18:48:49.357] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17463[18:48:49.357] collectAutoImports: response is complete +Info 17464[18:48:49.357] collectAutoImports: 11.667578998953104 +Info 17465[18:48:49.357] getCompletionData: Semantic work: 12.33089100010693 +Info 17466[18:48:49.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.859214000403881 +Info 17467[18:48:49.887] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17468[18:48:49.897] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1301 structureChanged: false structureIsReused:: Completely Elapsed: 10.163651000708342ms +Info 17469[18:48:49.897] Different program with same set of files +Info 17470[18:48:49.897] getCompletionData: Get current token: 0.004103001207113266 +Info 17471[18:48:49.897] getCompletionData: Is inside comment: 0.01106799952685833 +Info 17472[18:48:49.897] getCompletionData: Get previous token: 0.007329000160098076 +Info 17473[18:48:49.897] getCompletionsAtPosition: isCompletionListBlocker: 0.0020120013505220413 +Info 17474[18:48:49.898] getExportInfoMap: cache hit +Info 17475[18:48:49.907] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17476[18:48:49.907] collectAutoImports: response is complete +Info 17477[18:48:49.907] collectAutoImports: 9.7888970002532 +Info 17478[18:48:49.907] getCompletionData: Semantic work: 10.25717299990356 +Info 17479[18:48:49.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.853494999930263 +Info 17480[18:48:49.917] Format host information updated +Info 17481[18:48:49.978] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17482[18:48:49.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1302 structureChanged: false structureIsReused:: Completely Elapsed: 10.239869000390172ms +Info 17483[18:48:49.988] Different program with same set of files +Info 17484[18:48:49.988] getCompletionData: Get current token: 0.005896000191569328 +Info 17485[18:48:49.988] getCompletionData: Is inside comment: 0.018389999866485596 +Info 17486[18:48:49.989] getCompletionData: Get previous token: 0.02208000048995018 +Info 17487[18:48:49.989] getCompletionsAtPosition: isCompletionListBlocker: 0.0027860011905431747 +Info 17488[18:48:49.989] getExportInfoMap: cache hit +Info 17489[18:48:49.992] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 17490[18:48:49.992] collectAutoImports: response is complete +Info 17491[18:48:49.992] collectAutoImports: 2.9974160008132458 +Info 17492[18:48:49.992] getCompletionData: Semantic work: 3.6678529996424913 +Info 17493[18:48:49.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.688145000487566 +Info 17494[18:48:49.998] Format host information updated +Info 17495[18:48:50.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17496[18:48:50.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1303 structureChanged: false structureIsReused:: Completely Elapsed: 7.460943000391126ms +Info 17497[18:48:50.156] Different program with same set of files +Info 17498[18:48:50.156] getCompletionData: Get current token: 0.004256000742316246 +Info 17499[18:48:50.156] getCompletionData: Is inside comment: 0.012731999158859253 +Info 17500[18:48:50.156] getCompletionData: Get previous token: 0.016057001426815987 +Info 17501[18:48:50.156] getCompletionsAtPosition: isCompletionListBlocker: 0.0022890008985996246 +Info 17502[18:48:50.157] getExportInfoMap: cache hit +Info 17503[18:48:50.159] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 17504[18:48:50.159] collectAutoImports: response is complete +Info 17505[18:48:50.159] collectAutoImports: 1.9839899986982346 +Info 17506[18:48:50.159] getCompletionData: Semantic work: 2.51367099955678 +Info 17507[18:48:50.161] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.984995000064373 +Info 17508[18:48:50.162] Format host information updated +Info 17509[18:48:50.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17510[18:48:50.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1304 structureChanged: false structureIsReused:: Completely Elapsed: 19.96722000092268ms +Info 17511[18:48:50.245] Different program with same set of files +Info 17512[18:48:50.246] getCompletionData: Get current token: 0.012044001370668411 +Info 17513[18:48:50.246] getCompletionData: Is inside comment: 0.03655399940907955 +Info 17514[18:48:50.246] getCompletionData: Get previous token: 0.04600900039076805 +Info 17515[18:48:50.246] getCompletionsAtPosition: isCompletionListBlocker: 0.00530100055038929 +Info 17516[18:48:50.247] getExportInfoMap: cache hit +Info 17517[18:48:50.272] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17518[18:48:50.272] collectAutoImports: response is complete +Info 17519[18:48:50.272] collectAutoImports: 24.69264799915254 +Info 17520[18:48:50.272] getCompletionData: Semantic work: 26.006695000454783 +Info 17521[18:48:50.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.904440000653267 +Info 17522[18:48:50.282] Format host information updated +Info 17523[18:48:52.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17524[18:48:52.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1305 structureChanged: false structureIsReused:: Completely Elapsed: 7.3026440013200045ms +Info 17525[18:48:52.550] Different program with same set of files +Info 17526[18:48:52.550] getCompletionData: Get current token: 0.0029680002480745316 +Info 17527[18:48:52.550] getCompletionData: Is inside comment: 0.0012949984520673752 +Info 17528[18:48:52.550] getCompletionData: Get previous token: 0.014494000002741814 +Info 17529[18:48:52.550] getCompletionsAtPosition: isCompletionListBlocker: 0.0067350007593631744 +Info 17530[18:48:52.551] getExportInfoMap: cache hit +Info 17531[18:48:52.553] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 91 from cache +Info 17532[18:48:52.553] collectAutoImports: response is complete +Info 17533[18:48:52.553] collectAutoImports: 2.646586000919342 +Info 17534[18:48:52.553] getCompletionData: Semantic work: 3.2000559996813536 +Info 17535[18:48:52.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.185368999838829 +Info 17536[18:48:52.555] Format host information updated +Info 17537[18:48:52.628] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17538[18:48:52.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1306 structureChanged: false structureIsReused:: Completely Elapsed: 10.311112999916077ms +Info 17539[18:48:52.639] Different program with same set of files +Info 17540[18:48:52.639] getCompletionData: Get current token: 0.003180999308824539 +Info 17541[18:48:52.639] getCompletionData: Is inside comment: 0.001376001164317131 +Info 17542[18:48:52.639] getCompletionData: Get previous token: 0.014854000881314278 +Info 17543[18:48:52.639] getCompletionsAtPosition: isCompletionListBlocker: 0.007215000689029694 +Info 17544[18:48:52.639] getExportInfoMap: cache hit +Info 17545[18:48:52.642] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 31 from cache +Info 17546[18:48:52.642] collectAutoImports: response is complete +Info 17547[18:48:52.642] collectAutoImports: 2.356124999001622 +Info 17548[18:48:52.642] getCompletionData: Semantic work: 2.9569009989500046 +Info 17549[18:48:52.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2680339999496937 +Info 17550[18:48:52.644] Format host information updated +Info 17551[18:48:52.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17552[18:48:52.745] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1307 structureChanged: false structureIsReused:: Completely Elapsed: 7.390639999881387ms +Info 17553[18:48:52.745] Different program with same set of files +Info 17554[18:48:52.745] getCompletionData: Get current token: 0.0026860013604164124 +Info 17555[18:48:52.745] getCompletionData: Is inside comment: 0.0011490005999803543 +Info 17556[18:48:52.745] getCompletionData: Get previous token: 0.013166999444365501 +Info 17557[18:48:52.745] getCompletionsAtPosition: isCompletionListBlocker: 0.005946999415755272 +Info 17558[18:48:52.745] getExportInfoMap: cache hit +Info 17559[18:48:52.747] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 11 from cache +Info 17560[18:48:52.747] collectAutoImports: response is complete +Info 17561[18:48:52.747] collectAutoImports: 1.638961000367999 +Info 17562[18:48:52.747] getCompletionData: Semantic work: 2.1795389987528324 +Info 17563[18:48:52.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0024900007992983 +Info 17564[18:48:52.752] Format host information updated +Info 17565[18:48:52.848] Format host information updated +Info 17566[18:48:52.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17567[18:48:52.856] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1308 structureChanged: false structureIsReused:: Completely Elapsed: 7.06504600122571ms +Info 17568[18:48:52.856] Different program with same set of files +Info 17569[18:48:52.961] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17570[18:48:52.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1309 structureChanged: false structureIsReused:: Completely Elapsed: 31.864532999694347ms +Info 17571[18:48:52.993] Different program with same set of files +Info 17572[18:48:52.994] getCompletionData: Get current token: 0.008829999715089798 +Info 17573[18:48:52.994] getCompletionData: Is inside comment: 0.0026139989495277405 +Info 17574[18:48:52.994] getCompletionData: Get previous token: 0.02799299918115139 +Info 17575[18:48:52.994] getCompletionsAtPosition: isCompletionListBlocker: 0.009989000856876373 +Info 17576[18:48:52.994] getExportInfoMap: cache hit +Info 17577[18:48:53.011] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 17578[18:48:53.011] collectAutoImports: response is complete +Info 17579[18:48:53.011] collectAutoImports: 16.1611470002681 +Info 17580[18:48:53.011] getCompletionData: Semantic work: 17.045370999723673 +Info 17581[18:48:53.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.130502998828888 +Info 17582[18:48:53.021] Format host information updated +Info 17583[18:48:53.162] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17584[18:48:53.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1310 structureChanged: false structureIsReused:: Completely Elapsed: 9.55171100050211ms +Info 17585[18:48:53.171] Different program with same set of files +Info 17586[18:48:53.172] getCompletionData: Get current token: 0.004796000197529793 +Info 17587[18:48:53.172] getCompletionData: Is inside comment: 0.0019429996609687805 +Info 17588[18:48:53.172] getCompletionData: Get previous token: 0.016974998638033867 +Info 17589[18:48:53.172] getCompletionsAtPosition: isCompletionListBlocker: 0.008785000070929527 +Info 17590[18:48:53.172] getExportInfoMap: cache hit +Info 17591[18:48:53.189] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 17592[18:48:53.189] collectAutoImports: response is complete +Info 17593[18:48:53.189] collectAutoImports: 16.99074000120163 +Info 17594[18:48:53.189] getCompletionData: Semantic work: 17.67909500002861 +Info 17595[18:48:53.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.764629000797868 +Info 17596[18:48:53.198] Format host information updated +Info 17597[18:48:53.235] Format host information updated +Info 17598[18:48:53.235] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17599[18:48:53.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1311 structureChanged: false structureIsReused:: Completely Elapsed: 6.8490690011531115ms +Info 17600[18:48:53.242] Different program with same set of files +Info 17601[18:48:53.606] Format host information updated +Info 17602[18:48:53.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17603[18:48:53.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1312 structureChanged: false structureIsReused:: Completely Elapsed: 10.175557998940349ms +Info 17604[18:48:53.617] Different program with same set of files +Info 17605[18:48:54.032] Format host information updated +Info 17606[18:48:54.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17607[18:48:54.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1313 structureChanged: false structureIsReused:: Completely Elapsed: 6.969754001125693ms +Info 17608[18:48:54.039] Different program with same set of files +Info 17609[18:48:54.299] Format host information updated +Info 17610[18:48:54.299] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17611[18:48:54.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1314 structureChanged: false structureIsReused:: Completely Elapsed: 6.9754179995507ms +Info 17612[18:48:54.306] Different program with same set of files +Info 17613[18:48:54.549] Format host information updated +Info 17614[18:48:54.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17615[18:48:54.561] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1315 structureChanged: false structureIsReused:: Completely Elapsed: 11.713968999683857ms +Info 17616[18:48:54.561] Different program with same set of files +Info 17617[18:48:55.402] Format host information updated +Info 17618[18:48:55.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17619[18:48:55.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1316 structureChanged: false structureIsReused:: Completely Elapsed: 11.413124999031425ms +Info 17620[18:48:55.413] Different program with same set of files +Info 17621[18:48:55.463] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17622[18:48:55.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1317 structureChanged: false structureIsReused:: Completely Elapsed: 7.698080001398921ms +Info 17623[18:48:55.470] Different program with same set of files +Info 17624[18:48:55.470] getCompletionData: Get current token: 0.0021000001579523087 +Info 17625[18:48:55.470] getCompletionData: Is inside comment: 0.007422000169754028 +Info 17626[18:48:55.471] getCompletionData: Get previous token: 0.010920999571681023 +Info 17627[18:48:55.471] getCompletionsAtPosition: isCompletionListBlocker: 0.00835300050675869 +Info 17628[18:48:55.471] getExportInfoMap: cache hit +Info 17629[18:48:55.475] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 17630[18:48:55.475] collectAutoImports: response is complete +Info 17631[18:48:55.475] collectAutoImports: 4.083060998469591 +Info 17632[18:48:55.475] getCompletionData: Semantic work: 4.662327000871301 +Info 17633[18:48:55.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3928510006517172 +Info 17634[18:48:55.479] Format host information updated +Info 17635[18:48:55.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17636[18:48:55.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1318 structureChanged: false structureIsReused:: Completely Elapsed: 9.99906300008297ms +Info 17637[18:48:55.705] Different program with same set of files +Info 17638[18:48:55.705] getCompletionData: Get current token: 0.002017999067902565 +Info 17639[18:48:55.705] getCompletionData: Is inside comment: 0.007265999913215637 +Info 17640[18:48:55.705] getCompletionData: Get previous token: 0.004692999646067619 +Info 17641[18:48:55.705] getCompletionsAtPosition: isCompletionListBlocker: 0.0017470009624958038 +Info 17642[18:48:55.705] getCompletionData: Semantic work: 0.5453709997236729 +Info 17643[18:48:55.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7873790003359318 +Info 17644[18:48:55.706] Format host information updated +Info 17645[18:48:56.146] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17646[18:48:56.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1319 structureChanged: false structureIsReused:: Completely Elapsed: 7.578665999695659ms +Info 17647[18:48:56.154] Different program with same set of files +Info 17648[18:48:56.154] getCompletionData: Get current token: 0.002545999363064766 +Info 17649[18:48:56.154] getCompletionData: Is inside comment: 0.009374000132083893 +Info 17650[18:48:56.154] getCompletionData: Get previous token: 0.013745998963713646 +Info 17651[18:48:56.154] getCompletionsAtPosition: isCompletionListBlocker: 0.002252001315355301 +Info 17652[18:48:56.155] getCompletionData: Semantic work: 0.6109669990837574 +Info 17653[18:48:56.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.52963500097394 +Info 17654[18:48:56.157] Format host information updated +Info 17655[18:48:56.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17656[18:48:56.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1320 structureChanged: false structureIsReused:: Completely Elapsed: 9.778684999793768ms +Info 17657[18:48:56.328] Different program with same set of files +Info 17658[18:48:56.328] getCompletionData: Get current token: 0.0019349996000528336 +Info 17659[18:48:56.328] getCompletionData: Is inside comment: 0.007234001532196999 +Info 17660[18:48:56.328] getCompletionData: Get previous token: 0.011005999520421028 +Info 17661[18:48:56.328] getCompletionsAtPosition: isCompletionListBlocker: 0.0022349990904331207 +Info 17662[18:48:56.328] getCompletionData: Semantic work: 0.5480510015040636 +Info 17663[18:48:56.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3098220005631447 +Info 17664[18:48:56.330] Format host information updated +Info 17665[18:48:56.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17666[18:48:56.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1321 structureChanged: false structureIsReused:: Completely Elapsed: 7.5953930001705885ms +Info 17667[18:48:56.629] Different program with same set of files +Info 17668[18:48:56.629] getCompletionData: Get current token: 0.0020749997347593307 +Info 17669[18:48:56.629] getCompletionData: Is inside comment: 0.007416998967528343 +Info 17670[18:48:56.629] getCompletionData: Get previous token: 0.01138400100171566 +Info 17671[18:48:56.629] getCompletionsAtPosition: isCompletionListBlocker: 0.0016979984939098358 +Info 17672[18:48:56.630] getCompletionData: Semantic work: 0.5527309998869896 +Info 17673[18:48:56.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3611639998853207 +Info 17674[18:48:56.632] Format host information updated +Info 17675[18:48:56.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17676[18:48:56.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1322 structureChanged: false structureIsReused:: Completely Elapsed: 28.433960998430848ms +Info 17677[18:48:56.747] Different program with same set of files +Info 17678[18:48:56.753] getCompletionData: Get current token: 0.005379000678658485 +Info 17679[18:48:56.753] getCompletionData: Is inside comment: 0.018751000985503197 +Info 17680[18:48:56.753] getCompletionData: Get previous token: 0.02850000001490116 +Info 17681[18:48:56.753] getCompletionsAtPosition: isCompletionListBlocker: 0.003545999526977539 +Info 17682[18:48:56.754] getCompletionData: Semantic work: 1.2227409984916449 +Info 17683[18:48:56.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.205664001405239 +Info 17684[18:48:56.758] Format host information updated +Info 17685[18:48:56.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17686[18:48:56.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1323 structureChanged: false structureIsReused:: Completely Elapsed: 8.514115998521447ms +Info 17687[18:48:56.798] Different program with same set of files +Info 17688[18:48:56.798] getCompletionData: Get current token: 0.0028530005365610123 +Info 17689[18:48:56.798] getCompletionData: Is inside comment: 0.010169999673962593 +Info 17690[18:48:56.798] getCompletionData: Get previous token: 0.014882000163197517 +Info 17691[18:48:56.798] getCompletionsAtPosition: isCompletionListBlocker: 0.0023010000586509705 +Info 17692[18:48:56.799] getCompletionData: Semantic work: 0.6566920001059771 +Info 17693[18:48:56.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.665957000106573 +Info 17694[18:48:56.801] Format host information updated +Info 17695[18:48:56.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17696[18:48:56.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1324 structureChanged: false structureIsReused:: Completely Elapsed: 26.553758000954986ms +Info 17697[18:48:56.937] Different program with same set of files +Info 17698[18:48:56.937] getCompletionData: Get current token: 0.0068789999932050705 +Info 17699[18:48:56.937] getCompletionData: Is inside comment: 0.02543400041759014 +Info 17700[18:48:56.937] getCompletionData: Get previous token: 0.04815400019288063 +Info 17701[18:48:56.937] getCompletionsAtPosition: isCompletionListBlocker: 0.003777001053094864 +Info 17702[18:48:56.938] getCompletionData: Semantic work: 1.197001999244094 +Info 17703[18:48:56.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1844989992678165 +Info 17704[18:48:56.942] Format host information updated +Info 17705[18:48:57.222] Format host information updated +Info 17706[18:48:57.222] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17707[18:48:57.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1325 structureChanged: false structureIsReused:: Completely Elapsed: 7.355996999889612ms +Info 17708[18:48:57.229] Different program with same set of files +Info 17709[18:48:57.229] getCompletionData: Get current token: 0.0024500004947185516 +Info 17710[18:48:57.229] getCompletionData: Is inside comment: 0.009664999321103096 +Info 17711[18:48:57.229] getCompletionData: Get previous token: 0.005930999293923378 +Info 17712[18:48:57.229] getCompletionsAtPosition: isCompletionListBlocker: 0.007752999663352966 +Info 17713[18:48:57.230] getExportInfoMap: cache hit +Info 17714[18:48:57.244] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 17715[18:48:57.244] collectAutoImports: response is complete +Info 17716[18:48:57.244] collectAutoImports: 14.40306800045073 +Info 17717[18:48:57.244] getCompletionData: Semantic work: 14.965942999348044 +Info 17718[18:48:57.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.76456299982965 +Info 17719[18:48:57.251] getCompletionData: Get current token: 0.016442999243736267 +Info 17720[18:48:57.251] getCompletionData: Is inside comment: 0.00415399856865406 +Info 17721[18:48:57.252] getCompletionData: Get previous token: 0.027936000376939774 +Info 17722[18:48:57.252] getCompletionsAtPosition: isCompletionListBlocker: 0.0026370007544755936 +Info 17723[18:48:57.252] getCompletionData: Semantic work: 0.7725770007818937 +Info 17724[18:48:57.256] Format host information updated +Info 17725[18:48:57.368] getCompletionData: Get current token: 0.0036789998412132263 +Info 17726[18:48:57.368] getCompletionData: Is inside comment: 0.001195000484585762 +Info 17727[18:48:57.368] getCompletionData: Get previous token: 0.009085001423954964 +Info 17728[18:48:57.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0031510014086961746 +Info 17729[18:48:57.369] getExportInfoMap: cache hit +Info 17730[18:48:57.378] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 914 from cache +Info 17731[18:48:57.378] collectAutoImports: response is complete +Info 17732[18:48:57.378] collectAutoImports: 9.591051999479532 +Info 17733[18:48:57.378] getCompletionData: Semantic work: 10.15651100128889 +Info 17734[18:48:57.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3634879998862743 +Info 17735[18:48:57.721] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17736[18:48:57.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1326 structureChanged: false structureIsReused:: Completely Elapsed: 7.197799000889063ms +Info 17737[18:48:57.728] Different program with same set of files +Info 17738[18:48:57.728] getCompletionData: Get current token: 0.0029429998248815536 +Info 17739[18:48:57.728] getCompletionData: Is inside comment: 0.001209000125527382 +Info 17740[18:48:57.728] getCompletionData: Get previous token: 0.014283999800682068 +Info 17741[18:48:57.728] getCompletionsAtPosition: isCompletionListBlocker: 0.002870000898838043 +Info 17742[18:48:57.729] getExportInfoMap: cache hit +Info 17743[18:48:57.731] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 91 from cache +Info 17744[18:48:57.731] collectAutoImports: response is complete +Info 17745[18:48:57.731] collectAutoImports: 2.4619100000709295 +Info 17746[18:48:57.731] getCompletionData: Semantic work: 3.102071998640895 +Info 17747[18:48:57.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.977063000202179 +Info 17748[18:48:57.733] Format host information updated +Info 17749[18:48:57.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17750[18:48:57.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1327 structureChanged: false structureIsReused:: Completely Elapsed: 11.460308000445366ms +Info 17751[18:48:57.813] Different program with same set of files +Info 17752[18:48:57.814] getCompletionData: Get current token: 0.005596000701189041 +Info 17753[18:48:57.814] getCompletionData: Is inside comment: 0.0017269998788833618 +Info 17754[18:48:57.814] getCompletionData: Get previous token: 0.027691999450325966 +Info 17755[18:48:57.814] getCompletionsAtPosition: isCompletionListBlocker: 0.0027469992637634277 +Info 17756[18:48:57.816] getExportInfoMap: cache hit +Info 17757[18:48:57.820] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 31 from cache +Info 17758[18:48:57.820] collectAutoImports: response is complete +Info 17759[18:48:57.820] collectAutoImports: 3.599057000130415 +Info 17760[18:48:57.820] getCompletionData: Semantic work: 6.536309998482466 +Info 17761[18:48:57.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7001670002937317 +Info 17762[18:48:57.823] Format host information updated +Info 17763[18:48:57.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17764[18:48:57.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1328 structureChanged: false structureIsReused:: Completely Elapsed: 26.799668999388814ms +Info 17765[18:48:57.932] Different program with same set of files +Info 17766[18:48:57.933] getCompletionData: Get current token: 0.010578999295830727 +Info 17767[18:48:57.933] getCompletionData: Is inside comment: 0.0041519999504089355 +Info 17768[18:48:57.933] getCompletionData: Get previous token: 0.05242500081658363 +Info 17769[18:48:57.933] getCompletionsAtPosition: isCompletionListBlocker: 0.005924999713897705 +Info 17770[18:48:57.934] getExportInfoMap: cache hit +Info 17771[18:48:57.939] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 11 from cache +Info 17772[18:48:57.939] collectAutoImports: response is complete +Info 17773[18:48:57.939] collectAutoImports: 4.225569000467658 +Info 17774[18:48:57.939] getCompletionData: Semantic work: 5.698412001132965 +Info 17775[18:48:57.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9122560005635023 +Info 17776[18:48:57.946] Format host information updated +Info 17777[18:48:57.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17778[18:48:57.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1329 structureChanged: false structureIsReused:: Completely Elapsed: 6.876448001712561ms +Info 17779[18:48:57.973] Different program with same set of files +Info 17780[18:48:57.973] getCompletionData: Get current token: 0.0032649990171194077 +Info 17781[18:48:57.973] getCompletionData: Is inside comment: 0.001204000785946846 +Info 17782[18:48:57.973] getCompletionData: Get previous token: 0.015224000439047813 +Info 17783[18:48:57.973] getCompletionsAtPosition: isCompletionListBlocker: 0.002744000405073166 +Info 17784[18:48:57.974] getExportInfoMap: cache hit +Info 17785[18:48:57.975] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 11 from cache +Info 17786[18:48:57.975] collectAutoImports: response is complete +Info 17787[18:48:57.975] collectAutoImports: 1.6323630008846521 +Info 17788[18:48:57.975] getCompletionData: Semantic work: 2.1258219983428717 +Info 17789[18:48:57.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8902480006217957 +Info 17790[18:48:57.977] Format host information updated +Info 17791[18:49:04.238] Format host information updated +Info 17792[18:49:04.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17793[18:49:04.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1330 structureChanged: false structureIsReused:: Completely Elapsed: 7.013114999979734ms +Info 17794[18:49:04.245] Different program with same set of files +Info 17795[18:49:08.130] Format host information updated +Info 17796[18:49:08.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17797[18:49:08.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1331 structureChanged: false structureIsReused:: Completely Elapsed: 9.343214999884367ms +Info 17798[18:49:08.139] Different program with same set of files +Info 17799[18:49:08.969] Format host information updated +Info 17800[18:49:08.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17801[18:49:08.976] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1332 structureChanged: false structureIsReused:: Completely Elapsed: 7.0458349995315075ms +Info 17802[18:49:08.976] Different program with same set of files +Info 17803[18:49:11.198] Format host information updated +Info 17804[18:49:11.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17805[18:49:11.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1333 structureChanged: false structureIsReused:: Completely Elapsed: 6.97643599845469ms +Info 17806[18:49:11.205] Different program with same set of files +Info 17807[18:49:12.305] Format host information updated +Info 17808[18:49:12.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17809[18:49:12.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1334 structureChanged: false structureIsReused:: Completely Elapsed: 7.413606001064181ms +Info 17810[18:49:12.313] Different program with same set of files +Info 17811[18:49:12.709] Format host information updated +Info 17812[18:49:12.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17813[18:49:12.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1335 structureChanged: false structureIsReused:: Completely Elapsed: 9.281051998957992ms +Info 17814[18:49:12.718] Different program with same set of files +Info 17815[18:49:13.483] Format host information updated +Info 17816[18:49:13.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17817[18:49:13.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1336 structureChanged: false structureIsReused:: Completely Elapsed: 7.170525999739766ms +Info 17818[18:49:13.490] Different program with same set of files +Info 17819[18:49:14.245] Format host information updated +Info 17820[18:49:14.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17821[18:49:14.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1337 structureChanged: false structureIsReused:: Completely Elapsed: 15.105964999645948ms +Info 17822[18:49:14.260] Different program with same set of files +Info 17823[18:49:14.927] Format host information updated +Info 17824[18:49:14.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17825[18:49:14.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1338 structureChanged: false structureIsReused:: Completely Elapsed: 9.24969599954784ms +Info 17826[18:49:14.936] Different program with same set of files +Info 17827[18:49:15.039] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17828[18:49:15.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1339 structureChanged: false structureIsReused:: Completely Elapsed: 9.977292001247406ms +Info 17829[18:49:15.049] Different program with same set of files +Info 17830[18:49:15.049] getCompletionData: Get current token: 0.003170998767018318 +Info 17831[18:49:15.049] getCompletionData: Is inside comment: 0.010846998542547226 +Info 17832[18:49:15.049] getCompletionData: Get previous token: 0.016858000308275223 +Info 17833[18:49:15.049] getCompletionsAtPosition: isCompletionListBlocker: 0.002005999907851219 +Info 17834[18:49:15.050] getExportInfoMap: cache hit +Info 17835[18:49:15.054] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 17836[18:49:15.054] collectAutoImports: response is complete +Info 17837[18:49:15.054] collectAutoImports: 3.8896009996533394 +Info 17838[18:49:15.054] getCompletionData: Semantic work: 4.601113000884652 +Info 17839[18:49:15.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3691170010715723 +Info 17840[18:49:15.057] Format host information updated +Info 17841[18:49:15.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17842[18:49:15.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1340 structureChanged: false structureIsReused:: Completely Elapsed: 37.365489000454545ms +Info 17843[18:49:15.270] Different program with same set of files +Info 17844[18:49:15.270] getCompletionData: Get current token: 0.00877399928867817 +Info 17845[18:49:15.270] getCompletionData: Is inside comment: 0.02824299968779087 +Info 17846[18:49:15.270] getCompletionData: Get previous token: 0.03787599876523018 +Info 17847[18:49:15.270] getCompletionsAtPosition: isCompletionListBlocker: 0.00373699888586998 +Info 17848[18:49:15.272] getExportInfoMap: cache hit +Info 17849[18:49:15.275] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17850[18:49:15.275] collectAutoImports: response is complete +Info 17851[18:49:15.275] collectAutoImports: 3.41215099953115 +Info 17852[18:49:15.275] getCompletionData: Semantic work: 4.6107880007475615 +Info 17853[18:49:15.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7609930001199245 +Info 17854[18:49:15.281] Format host information updated +Info 17855[18:49:15.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17856[18:49:15.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1341 structureChanged: false structureIsReused:: Completely Elapsed: 14.184508001431823ms +Info 17857[18:49:15.365] Different program with same set of files +Info 17858[18:49:15.365] getCompletionData: Get current token: 0.005911000072956085 +Info 17859[18:49:15.365] getCompletionData: Is inside comment: 0.015971001237630844 +Info 17860[18:49:15.365] getCompletionData: Get previous token: 0.019700000062584877 +Info 17861[18:49:15.365] getCompletionsAtPosition: isCompletionListBlocker: 0.0024720001965761185 +Info 17862[18:49:15.366] getExportInfoMap: cache hit +Info 17863[18:49:15.369] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17864[18:49:15.369] collectAutoImports: response is complete +Info 17865[18:49:15.369] collectAutoImports: 2.604925001040101 +Info 17866[18:49:15.369] getCompletionData: Semantic work: 3.485240999609232 +Info 17867[18:49:15.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0655189994722605 +Info 17868[18:49:15.373] Format host information updated +Info 17869[18:49:15.425] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17870[18:49:15.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1342 structureChanged: false structureIsReused:: Completely Elapsed: 11.20016000047326ms +Info 17871[18:49:15.436] Different program with same set of files +Info 17872[18:49:15.436] getCompletionData: Get current token: 0.0047090016305446625 +Info 17873[18:49:15.436] getCompletionData: Is inside comment: 0.014911999925971031 +Info 17874[18:49:15.437] getCompletionData: Get previous token: 0.017734000459313393 +Info 17875[18:49:15.437] getCompletionsAtPosition: isCompletionListBlocker: 0.002390999346971512 +Info 17876[18:49:15.437] getExportInfoMap: cache hit +Info 17877[18:49:15.456] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 17878[18:49:15.456] collectAutoImports: response is complete +Info 17879[18:49:15.456] collectAutoImports: 18.749817000702024 +Info 17880[18:49:15.456] getCompletionData: Semantic work: 19.468306999653578 +Info 17881[18:49:15.462] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.396428000181913 +Info 17882[18:49:15.465] Format host information updated +Info 17883[18:49:16.439] Format host information updated +Info 17884[18:49:16.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17885[18:49:16.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1343 structureChanged: false structureIsReused:: Completely Elapsed: 7.338519999757409ms +Info 17886[18:49:16.446] Different program with same set of files +Info 17887[18:49:16.869] Format host information updated +Info 17888[18:49:16.869] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17889[18:49:16.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1344 structureChanged: false structureIsReused:: Completely Elapsed: 7.54211800172925ms +Info 17890[18:49:16.877] Different program with same set of files +Info 17891[18:49:17.427] Format host information updated +Info 17892[18:49:17.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17893[18:49:17.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1345 structureChanged: false structureIsReused:: Completely Elapsed: 8.986269999295473ms +Info 17894[18:49:17.436] Different program with same set of files +Info 17895[18:49:18.539] Format host information updated +Info 17896[18:49:18.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17897[18:49:18.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1346 structureChanged: false structureIsReused:: Completely Elapsed: 7.445441000163555ms +Info 17898[18:49:18.546] Different program with same set of files +Info 17899[18:49:18.749] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17900[18:49:18.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1347 structureChanged: false structureIsReused:: Completely Elapsed: 7.8606350012123585ms +Info 17901[18:49:18.757] Different program with same set of files +Info 17902[18:49:18.757] getCompletionData: Get current token: 0.003918999806046486 +Info 17903[18:49:18.757] getCompletionData: Is inside comment: 0.011407000944018364 +Info 17904[18:49:18.757] getCompletionData: Get previous token: 0.014021998271346092 +Info 17905[18:49:18.757] getCompletionsAtPosition: isCompletionListBlocker: 0.002072000876069069 +Info 17906[18:49:18.758] getExportInfoMap: cache hit +Info 17907[18:49:18.760] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 17908[18:49:18.760] collectAutoImports: response is complete +Info 17909[18:49:18.760] collectAutoImports: 2.2082930002361536 +Info 17910[18:49:18.760] getCompletionData: Semantic work: 2.794869000092149 +Info 17911[18:49:18.762] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9879960007965565 +Info 17912[18:49:18.763] Format host information updated +Info 17913[18:49:18.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17914[18:49:18.882] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1348 structureChanged: false structureIsReused:: Completely Elapsed: 10.645696999505162ms +Info 17915[18:49:18.882] Different program with same set of files +Info 17916[18:49:18.882] getCompletionData: Get current token: 0.003614000976085663 +Info 17917[18:49:18.882] getCompletionData: Is inside comment: 0.010033998638391495 +Info 17918[18:49:18.882] getCompletionData: Get previous token: 0.01246500015258789 +Info 17919[18:49:18.882] getCompletionsAtPosition: isCompletionListBlocker: 0.0018160007894039154 +Info 17920[18:49:18.883] getExportInfoMap: cache hit +Info 17921[18:49:18.885] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 17922[18:49:18.885] collectAutoImports: response is complete +Info 17923[18:49:18.885] collectAutoImports: 1.9673519991338253 +Info 17924[18:49:18.885] getCompletionData: Semantic work: 2.5267799999564886 +Info 17925[18:49:18.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7809939999133348 +Info 17926[18:49:18.887] Format host information updated +Info 17927[18:49:18.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17928[18:49:18.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1349 structureChanged: false structureIsReused:: Completely Elapsed: 11.08767700009048ms +Info 17929[18:49:18.950] Different program with same set of files +Info 17930[18:49:18.951] getCompletionData: Get current token: 0.00575999915599823 +Info 17931[18:49:18.951] getCompletionData: Is inside comment: 0.018200000748038292 +Info 17932[18:49:18.951] getCompletionData: Get previous token: 0.02068999968469143 +Info 17933[18:49:18.951] getCompletionsAtPosition: isCompletionListBlocker: 0.002347998321056366 +Info 17934[18:49:18.951] getExportInfoMap: cache hit +Info 17935[18:49:18.954] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 6 from cache +Info 17936[18:49:18.954] collectAutoImports: response is complete +Info 17937[18:49:18.954] collectAutoImports: 2.8793759997934103 +Info 17938[18:49:18.954] getCompletionData: Semantic work: 3.675425000488758 +Info 17939[18:49:18.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.673860998824239 +Info 17940[18:49:18.962] Format host information updated +Info 17941[18:49:18.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17942[18:49:19.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1350 structureChanged: false structureIsReused:: Completely Elapsed: 15.285357998684049ms +Info 17943[18:49:19.015] Different program with same set of files +Info 17944[18:49:19.015] getCompletionData: Get current token: 0.0038280002772808075 +Info 17945[18:49:19.015] getCompletionData: Is inside comment: 0.010446999222040176 +Info 17946[18:49:19.015] getCompletionData: Get previous token: 0.012462999671697617 +Info 17947[18:49:19.015] getCompletionsAtPosition: isCompletionListBlocker: 0.0018540006130933762 +Info 17948[18:49:19.016] getExportInfoMap: cache hit +Info 17949[18:49:19.018] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 4 from cache +Info 17950[18:49:19.018] collectAutoImports: response is complete +Info 17951[18:49:19.018] collectAutoImports: 2.4240349996834993 +Info 17952[18:49:19.018] getCompletionData: Semantic work: 3.2449670005589724 +Info 17953[18:49:19.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1963180005550385 +Info 17954[18:49:19.029] Format host information updated +Info 17955[18:49:20.673] Format host information updated +Info 17956[18:49:20.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17957[18:49:20.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1351 structureChanged: false structureIsReused:: Completely Elapsed: 7.374077999964356ms +Info 17958[18:49:20.680] Different program with same set of files +Info 17959[18:49:21.105] Format host information updated +Info 17960[18:49:21.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17961[18:49:21.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1352 structureChanged: false structureIsReused:: Completely Elapsed: 10.617906998842955ms +Info 17962[18:49:21.116] Different program with same set of files +Info 17963[18:49:21.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17964[18:49:21.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1353 structureChanged: false structureIsReused:: Completely Elapsed: 8.152597000822425ms +Info 17965[18:49:21.570] Different program with same set of files +Info 17966[18:49:21.570] getCompletionData: Get current token: 0.0041610002517700195 +Info 17967[18:49:21.570] getCompletionData: Is inside comment: 0.010960999876260757 +Info 17968[18:49:21.571] getCompletionData: Get previous token: 0.012895001098513603 +Info 17969[18:49:21.571] getCompletionsAtPosition: isCompletionListBlocker: 0.002392999827861786 +Info 17970[18:49:21.571] getExportInfoMap: cache hit +Info 17971[18:49:21.574] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 120 from cache +Info 17972[18:49:21.574] collectAutoImports: response is complete +Info 17973[18:49:21.575] collectAutoImports: 3.356988999992609 +Info 17974[18:49:21.575] getCompletionData: Semantic work: 3.9298760015517473 +Info 17975[18:49:21.577] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.316906999796629 +Info 17976[18:49:21.578] Format host information updated +Info 17977[18:49:21.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17978[18:49:21.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1354 structureChanged: false structureIsReused:: Completely Elapsed: 10.400709999725223ms +Info 17979[18:49:21.632] Different program with same set of files +Info 17980[18:49:21.633] getCompletionData: Get current token: 0.0041770003736019135 +Info 17981[18:49:21.633] getCompletionData: Is inside comment: 0.011394999921321869 +Info 17982[18:49:21.633] getCompletionData: Get previous token: 0.014311999082565308 +Info 17983[18:49:21.633] getCompletionsAtPosition: isCompletionListBlocker: 0.0021710004657506943 +Info 17984[18:49:21.633] getExportInfoMap: cache hit +Info 17985[18:49:21.636] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 52 from cache +Info 17986[18:49:21.636] collectAutoImports: response is complete +Info 17987[18:49:21.636] collectAutoImports: 2.8505640011280775 +Info 17988[18:49:21.636] getCompletionData: Semantic work: 3.450695998966694 +Info 17989[18:49:21.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1155260000377893 +Info 17990[18:49:21.639] Format host information updated +Info 17991[18:49:21.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17992[18:49:21.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1355 structureChanged: false structureIsReused:: Completely Elapsed: 13.314813001081347ms +Info 17993[18:49:21.714] Different program with same set of files +Info 17994[18:49:21.714] getCompletionData: Get current token: 0.007184999063611031 +Info 17995[18:49:21.714] getCompletionData: Is inside comment: 0.02216299995779991 +Info 17996[18:49:21.715] getCompletionData: Get previous token: 0.027302000671625137 +Info 17997[18:49:21.715] getCompletionsAtPosition: isCompletionListBlocker: 0.0030100010335445404 +Info 17998[18:49:21.719] getExportInfoMap: cache hit +Info 17999[18:49:21.722] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 18000[18:49:21.722] collectAutoImports: response is complete +Info 18001[18:49:21.722] collectAutoImports: 3.4646889995783567 +Info 18002[18:49:21.722] getCompletionData: Semantic work: 7.85593699850142 +Info 18003[18:49:21.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7015000004321337 +Info 18004[18:49:21.728] Format host information updated +Info 18005[18:49:21.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18006[18:49:21.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1356 structureChanged: false structureIsReused:: Completely Elapsed: 8.888021999970078ms +Info 18007[18:49:21.771] Different program with same set of files +Info 18008[18:49:21.772] getCompletionData: Get current token: 0.004515999928116798 +Info 18009[18:49:21.772] getCompletionData: Is inside comment: 0.013663999736309052 +Info 18010[18:49:21.772] getCompletionData: Get previous token: 0.016231000423431396 +Info 18011[18:49:21.772] getCompletionsAtPosition: isCompletionListBlocker: 0.00237400084733963 +Info 18012[18:49:21.772] getExportInfoMap: cache hit +Info 18013[18:49:21.774] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 18014[18:49:21.774] collectAutoImports: response is complete +Info 18015[18:49:21.775] collectAutoImports: 2.1726450007408857 +Info 18016[18:49:21.775] getCompletionData: Semantic work: 2.7525180000811815 +Info 18017[18:49:21.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0169129986315966 +Info 18018[18:49:21.779] Format host information updated +Info 18019[18:49:22.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18020[18:49:22.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1357 structureChanged: false structureIsReused:: Completely Elapsed: 9.798079999163747ms +Info 18021[18:49:22.043] Different program with same set of files +Info 18022[18:49:22.043] getCompletionData: Get current token: 0.003573000431060791 +Info 18023[18:49:22.043] getCompletionData: Is inside comment: 0.00928100012242794 +Info 18024[18:49:22.043] getCompletionData: Get previous token: 0.011841000989079475 +Info 18025[18:49:22.043] getCompletionsAtPosition: isCompletionListBlocker: 0.0019430015236139297 +Info 18026[18:49:22.043] getExportInfoMap: cache hit +Info 18027[18:49:22.045] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 18028[18:49:22.045] collectAutoImports: response is complete +Info 18029[18:49:22.045] collectAutoImports: 1.6366369985044003 +Info 18030[18:49:22.045] getCompletionData: Semantic work: 2.1017459984868765 +Info 18031[18:49:22.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5923280008137226 +Info 18032[18:49:22.047] Format host information updated +Info 18033[18:49:22.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18034[18:49:22.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1358 structureChanged: false structureIsReused:: Completely Elapsed: 7.441302999854088ms +Info 18035[18:49:22.237] Different program with same set of files +Info 18036[18:49:22.238] getCompletionData: Get current token: 0.004226000979542732 +Info 18037[18:49:22.238] getCompletionData: Is inside comment: 0.013172000646591187 +Info 18038[18:49:22.238] getCompletionData: Get previous token: 0.014347998425364494 +Info 18039[18:49:22.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0021000001579523087 +Info 18040[18:49:22.238] getExportInfoMap: cache hit +Info 18041[18:49:22.240] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 18042[18:49:22.240] collectAutoImports: response is complete +Info 18043[18:49:22.240] collectAutoImports: 1.8539690002799034 +Info 18044[18:49:22.240] getCompletionData: Semantic work: 2.368638999760151 +Info 18045[18:49:22.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.153433999046683 +Info 18046[18:49:22.245] Format host information updated +Info 18047[18:49:22.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18048[18:49:22.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1359 structureChanged: false structureIsReused:: Completely Elapsed: 7.736379999667406ms +Info 18049[18:49:22.421] Different program with same set of files +Info 18050[18:49:22.421] getCompletionData: Get current token: 0.003208000212907791 +Info 18051[18:49:22.421] getCompletionData: Is inside comment: 0.010174999013543129 +Info 18052[18:49:22.421] getCompletionData: Get previous token: 0.012406000867486 +Info 18053[18:49:22.421] getCompletionsAtPosition: isCompletionListBlocker: 0.0016660001128911972 +Info 18054[18:49:22.422] getExportInfoMap: cache hit +Info 18055[18:49:22.423] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 18056[18:49:22.423] collectAutoImports: response is complete +Info 18057[18:49:22.423] collectAutoImports: 1.5746870003640652 +Info 18058[18:49:22.423] getCompletionData: Semantic work: 2.022445000708103 +Info 18059[18:49:22.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.69870899990201 +Info 18060[18:49:22.426] Format host information updated +Info 18061[18:49:24.626] Format host information updated +Info 18062[18:49:24.626] Format host information updated +Info 18063[18:49:24.626] Format host information updated +Info 18064[18:49:24.626] Format host information updated +Info 18065[18:49:24.627] Format host information updated +Info 18066[18:49:24.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18067[18:49:24.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1360 structureChanged: false structureIsReused:: Completely Elapsed: 9.154490999877453ms +Info 18068[18:49:24.636] Different program with same set of files +Info 18069[18:49:24.636] getExportInfoMap: cache hit +Info 18070[18:49:24.644] Format host information updated +Info 18071[18:49:24.644] getExportInfoMap: cache hit +Info 18072[18:49:24.645] getExportInfoMap: cache hit +Info 18073[18:49:24.646] getExportInfoMap: cache hit +Info 18074[18:49:24.647] getExportInfoMap: cache hit +Info 18075[18:49:24.648] Format host information updated +Info 18076[18:49:24.648] getExportInfoMap: cache hit +Info 18077[18:49:24.973] Format host information updated +Info 18078[18:49:24.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18079[18:49:24.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1361 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.511490000411868ms +Info 18080[18:49:24.985] Different program with same set of files +Info 18081[18:49:28.680] getCompletionData: Get current token: 0.004757000133395195 +Info 18082[18:49:28.680] getCompletionData: Is inside comment: 0.008042000234127045 +Info 18083[18:49:28.680] getCompletionData: Get previous token: 0.005168000236153603 +Info 18084[18:49:28.680] getCompletionsAtPosition: isCompletionListBlocker: 0.007085001096129417 +Info 18085[18:49:28.681] getExportInfoMap: cache hit +Info 18086[18:49:28.695] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1162 from cache +Info 18087[18:49:28.695] collectAutoImports: response is complete +Info 18088[18:49:28.695] collectAutoImports: 14.58640200085938 +Info 18089[18:49:28.695] getCompletionData: Semantic work: 15.259757999330759 +Info 18090[18:49:28.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4849470015615225 +Info 18091[18:49:28.744] Format host information updated +Info 18092[18:49:28.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18093[18:49:28.755] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1362 structureChanged: false structureIsReused:: Completely Elapsed: 10.507221000269055ms +Info 18094[18:49:28.755] Different program with same set of files +Info 18095[18:49:28.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18096[18:49:28.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1363 structureChanged: false structureIsReused:: Completely Elapsed: 10.015505999326706ms +Info 18097[18:49:28.833] Different program with same set of files +Info 18098[18:49:28.833] getCompletionData: Get current token: 0.005049999803304672 +Info 18099[18:49:28.833] getCompletionData: Is inside comment: 0.007485000416636467 +Info 18100[18:49:28.833] getCompletionData: Get previous token: 0.0053710006177425385 +Info 18101[18:49:28.833] getCompletionsAtPosition: isCompletionListBlocker: 0.005588999018073082 +Info 18102[18:49:28.833] getExportInfoMap: cache hit +Info 18103[18:49:28.845] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1162 from cache +Info 18104[18:49:28.845] collectAutoImports: response is complete +Info 18105[18:49:28.845] collectAutoImports: 11.633514000102878 +Info 18106[18:49:28.845] getCompletionData: Semantic work: 12.14576599933207 +Info 18107[18:49:28.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.983048999682069 +Info 18108[18:49:28.864] Format host information updated +Info 18109[18:49:29.343] Format host information updated +Info 18110[18:49:29.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18111[18:49:29.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1364 structureChanged: false structureIsReused:: Completely Elapsed: 7.997191000729799ms +Info 18112[18:49:29.351] Different program with same set of files +Info 18113[18:49:29.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18114[18:49:29.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1365 structureChanged: false structureIsReused:: Completely Elapsed: 7.317645000293851ms +Info 18115[18:49:29.568] Different program with same set of files +Info 18116[18:49:29.568] getCompletionData: Get current token: 0.0021230001002550125 +Info 18117[18:49:29.568] getCompletionData: Is inside comment: 0.00634399987757206 +Info 18118[18:49:29.568] getCompletionData: Get previous token: 0.008216999471187592 +Info 18119[18:49:29.568] getCompletionsAtPosition: isCompletionListBlocker: 0.00630900077521801 +Info 18120[18:49:29.568] getExportInfoMap: cache hit +Info 18121[18:49:29.573] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 182 from cache +Info 18122[18:49:29.573] collectAutoImports: response is complete +Info 18123[18:49:29.573] collectAutoImports: 4.190165000036359 +Info 18124[18:49:29.573] getCompletionData: Semantic work: 4.708184998482466 +Info 18125[18:49:29.574] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5474620014429092 +Info 18126[18:49:29.575] Format host information updated +Info 18127[18:49:29.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18128[18:49:29.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1366 structureChanged: false structureIsReused:: Completely Elapsed: 8.35789400152862ms +Info 18129[18:49:29.704] Different program with same set of files +Info 18130[18:49:29.704] getCompletionData: Get current token: 0.002552000805735588 +Info 18131[18:49:29.704] getCompletionData: Is inside comment: 0.006919998675584793 +Info 18132[18:49:29.704] getCompletionData: Get previous token: 0.009039999917149544 +Info 18133[18:49:29.704] getCompletionsAtPosition: isCompletionListBlocker: 0.007106000557541847 +Info 18134[18:49:29.705] getExportInfoMap: cache hit +Info 18135[18:49:29.707] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 23 from cache +Info 18136[18:49:29.707] collectAutoImports: response is complete +Info 18137[18:49:29.707] collectAutoImports: 2.3653410002589226 +Info 18138[18:49:29.707] getCompletionData: Semantic work: 2.911584999412298 +Info 18139[18:49:29.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.199108000844717 +Info 18140[18:49:29.709] Format host information updated +Info 18141[18:49:29.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18142[18:49:29.804] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1367 structureChanged: false structureIsReused:: Completely Elapsed: 18.181918999180198ms +Info 18143[18:49:29.804] Different program with same set of files +Info 18144[18:49:29.805] getCompletionData: Get current token: 0.005746999755501747 +Info 18145[18:49:29.805] getCompletionData: Is inside comment: 0.01589599996805191 +Info 18146[18:49:29.805] getCompletionData: Get previous token: 0.020767001435160637 +Info 18147[18:49:29.805] getCompletionsAtPosition: isCompletionListBlocker: 0.01323699951171875 +Info 18148[18:49:29.806] getExportInfoMap: cache hit +Info 18149[18:49:29.809] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 11 from cache +Info 18150[18:49:29.809] collectAutoImports: response is complete +Info 18151[18:49:29.809] collectAutoImports: 3.5663350000977516 +Info 18152[18:49:29.809] getCompletionData: Semantic work: 4.620304999873042 +Info 18153[18:49:29.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.341931000351906 +Info 18154[18:49:29.813] Format host information updated +Info 18155[18:49:29.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18156[18:49:29.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1368 structureChanged: false structureIsReused:: Completely Elapsed: 25.8028949983418ms +Info 18157[18:49:29.966] Different program with same set of files +Info 18158[18:49:29.966] getCompletionData: Get current token: 0.007389001548290253 +Info 18159[18:49:29.966] getCompletionData: Is inside comment: 0.018087999895215034 +Info 18160[18:49:29.966] getCompletionData: Get previous token: 0.02374500036239624 +Info 18161[18:49:29.966] getCompletionsAtPosition: isCompletionListBlocker: 0.014659998938441277 +Info 18162[18:49:29.967] getExportInfoMap: cache hit +Info 18163[18:49:29.971] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18164[18:49:29.971] collectAutoImports: response is complete +Info 18165[18:49:29.971] collectAutoImports: 3.336141999810934 +Info 18166[18:49:29.971] getCompletionData: Semantic work: 4.536197001114488 +Info 18167[18:49:29.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.056310998275876 +Info 18168[18:49:29.977] Format host information updated +Info 18169[18:49:30.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18170[18:49:30.020] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1369 structureChanged: false structureIsReused:: Completely Elapsed: 7.172483000904322ms +Info 18171[18:49:30.020] Different program with same set of files +Info 18172[18:49:30.020] getCompletionData: Get current token: 0.002893999218940735 +Info 18173[18:49:30.020] getCompletionData: Is inside comment: 0.007301999256014824 +Info 18174[18:49:30.020] getCompletionData: Get previous token: 0.00992099940776825 +Info 18175[18:49:30.020] getCompletionsAtPosition: isCompletionListBlocker: 0.007379001006484032 +Info 18176[18:49:30.020] getExportInfoMap: cache hit +Info 18177[18:49:30.022] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18178[18:49:30.022] collectAutoImports: response is complete +Info 18179[18:49:30.022] collectAutoImports: 1.6150010004639626 +Info 18180[18:49:30.022] getCompletionData: Semantic work: 2.155341001227498 +Info 18181[18:49:30.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.03880799934268 +Info 18182[18:49:30.024] Format host information updated +Info 18183[18:49:30.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18184[18:49:30.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1370 structureChanged: false structureIsReused:: Completely Elapsed: 19.362524999305606ms +Info 18185[18:49:30.384] Different program with same set of files +Info 18186[18:49:30.384] getCompletionData: Get current token: 0.01049799844622612 +Info 18187[18:49:30.385] getCompletionData: Is inside comment: 0.020924000069499016 +Info 18188[18:49:30.385] getCompletionData: Get previous token: 0.027254000306129456 +Info 18189[18:49:30.385] getCompletionsAtPosition: isCompletionListBlocker: 0.01659500040113926 +Info 18190[18:49:30.386] getExportInfoMap: cache hit +Info 18191[18:49:30.390] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18192[18:49:30.390] collectAutoImports: response is complete +Info 18193[18:49:30.390] collectAutoImports: 4.209564000368118 +Info 18194[18:49:30.390] getCompletionData: Semantic work: 5.6345579996705055 +Info 18195[18:49:30.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4139120001345873 +Info 18196[18:49:30.398] Format host information updated +Info 18197[18:49:30.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18198[18:49:30.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1371 structureChanged: false structureIsReused:: Completely Elapsed: 10.774357000365853ms +Info 18199[18:49:30.491] Different program with same set of files +Info 18200[18:49:30.491] getCompletionData: Get current token: 0.004858000203967094 +Info 18201[18:49:30.491] getCompletionData: Is inside comment: 0.012060999870300293 +Info 18202[18:49:30.491] getCompletionData: Get previous token: 0.016011999920010567 +Info 18203[18:49:30.491] getCompletionsAtPosition: isCompletionListBlocker: 0.010951001197099686 +Info 18204[18:49:30.492] getExportInfoMap: cache hit +Info 18205[18:49:30.495] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 11 from cache +Info 18206[18:49:30.495] collectAutoImports: response is complete +Info 18207[18:49:30.495] collectAutoImports: 2.8433449994772673 +Info 18208[18:49:30.495] getCompletionData: Semantic work: 3.770432999357581 +Info 18209[18:49:30.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8017640002071857 +Info 18210[18:49:30.498] Format host information updated +Info 18211[18:49:30.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18212[18:49:30.644] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1372 structureChanged: false structureIsReused:: Completely Elapsed: 9.81291799992323ms +Info 18213[18:49:30.645] Different program with same set of files +Info 18214[18:49:30.645] getCompletionData: Get current token: 0.0031390003859996796 +Info 18215[18:49:30.645] getCompletionData: Is inside comment: 0.007763998582959175 +Info 18216[18:49:30.645] getCompletionData: Get previous token: 0.010141000151634216 +Info 18217[18:49:30.645] getCompletionsAtPosition: isCompletionListBlocker: 0.007155999541282654 +Info 18218[18:49:30.645] getExportInfoMap: cache hit +Info 18219[18:49:30.648] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 19 from cache +Info 18220[18:49:30.648] collectAutoImports: response is complete +Info 18221[18:49:30.648] collectAutoImports: 2.2664930000901222 +Info 18222[18:49:30.648] getCompletionData: Semantic work: 2.8820930011570454 +Info 18223[18:49:30.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.244343999773264 +Info 18224[18:49:30.650] Format host information updated +Info 18225[18:49:30.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18226[18:49:30.832] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1373 structureChanged: false structureIsReused:: Completely Elapsed: 13.021517999470234ms +Info 18227[18:49:30.832] Different program with same set of files +Info 18228[18:49:30.832] getCompletionData: Get current token: 0.005617000162601471 +Info 18229[18:49:30.832] getCompletionData: Is inside comment: 0.01381400041282177 +Info 18230[18:49:30.832] getCompletionData: Get previous token: 0.01913200132548809 +Info 18231[18:49:30.832] getCompletionsAtPosition: isCompletionListBlocker: 0.012757999822497368 +Info 18232[18:49:30.833] getExportInfoMap: cache hit +Info 18233[18:49:30.842] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 23 from cache +Info 18234[18:49:30.842] collectAutoImports: response is complete +Info 18235[18:49:30.842] collectAutoImports: 8.135427000001073 +Info 18236[18:49:30.842] getCompletionData: Semantic work: 9.10046499967575 +Info 18237[18:49:30.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3387509994208813 +Info 18238[18:49:30.845] Format host information updated +Info 18239[18:49:30.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18240[18:49:30.937] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1374 structureChanged: false structureIsReused:: Completely Elapsed: 8.167223000898957ms +Info 18241[18:49:30.937] Different program with same set of files +Info 18242[18:49:30.937] getCompletionData: Get current token: 0.002572000026702881 +Info 18243[18:49:30.937] getCompletionData: Is inside comment: 0.006775001063942909 +Info 18244[18:49:30.937] getCompletionData: Get previous token: 0.009245999157428741 +Info 18245[18:49:30.937] getCompletionsAtPosition: isCompletionListBlocker: 0.007225999608635902 +Info 18246[18:49:30.937] getExportInfoMap: cache hit +Info 18247[18:49:30.939] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 17 from cache +Info 18248[18:49:30.939] collectAutoImports: response is complete +Info 18249[18:49:30.939] collectAutoImports: 1.760360999032855 +Info 18250[18:49:30.939] getCompletionData: Semantic work: 2.339614000171423 +Info 18251[18:49:30.940] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.126493001356721 +Info 18252[18:49:30.941] Format host information updated +Info 18253[18:49:31.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18254[18:49:31.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1375 structureChanged: false structureIsReused:: Completely Elapsed: 26.194956999272108ms +Info 18255[18:49:31.064] Different program with same set of files +Info 18256[18:49:31.064] getCompletionData: Get current token: 0.008123001083731651 +Info 18257[18:49:31.064] getCompletionData: Is inside comment: 0.02264699898660183 +Info 18258[18:49:31.064] getCompletionData: Get previous token: 0.031201999634504318 +Info 18259[18:49:31.064] getCompletionsAtPosition: isCompletionListBlocker: 0.018364999443292618 +Info 18260[18:49:31.066] getExportInfoMap: cache hit +Info 18261[18:49:31.070] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 17 from cache +Info 18262[18:49:31.070] collectAutoImports: response is complete +Info 18263[18:49:31.070] collectAutoImports: 4.112327000126243 +Info 18264[18:49:31.070] getCompletionData: Semantic work: 5.267996000126004 +Info 18265[18:49:31.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1110629998147488 +Info 18266[18:49:31.073] Format host information updated +Info 18267[18:49:31.271] Format host information updated +Info 18268[18:49:31.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18269[18:49:31.278] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1376 structureChanged: false structureIsReused:: Completely Elapsed: 6.964226998388767ms +Info 18270[18:49:31.278] Different program with same set of files +Info 18271[18:49:31.372] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18272[18:49:31.381] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1377 structureChanged: false structureIsReused:: Completely Elapsed: 9.364165000617504ms +Info 18273[18:49:31.381] Different program with same set of files +Info 18274[18:49:31.381] getCompletionData: Get current token: 0.005560001358389854 +Info 18275[18:49:31.381] getCompletionData: Is inside comment: 0.007888000458478928 +Info 18276[18:49:31.381] getCompletionData: Get previous token: 0.005491999909281731 +Info 18277[18:49:31.381] getCompletionsAtPosition: isCompletionListBlocker: 0.005729001015424728 +Info 18278[18:49:31.382] getExportInfoMap: cache hit +Info 18279[18:49:31.393] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1162 from cache +Info 18280[18:49:31.393] collectAutoImports: response is complete +Info 18281[18:49:31.393] collectAutoImports: 11.477003999054432 +Info 18282[18:49:31.393] getCompletionData: Semantic work: 11.96862400136888 +Info 18283[18:49:31.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.022213000804186 +Info 18284[18:49:31.403] Format host information updated +Info 18285[18:49:31.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18286[18:49:31.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1378 structureChanged: false structureIsReused:: Completely Elapsed: 9.228121999651194ms +Info 18287[18:49:31.625] Different program with same set of files +Info 18288[18:49:31.625] getCompletionData: Get current token: 0.007633998990058899 +Info 18289[18:49:31.625] getCompletionData: Is inside comment: 0.007138000801205635 +Info 18290[18:49:31.625] getCompletionData: Get previous token: 0.005076000466942787 +Info 18291[18:49:31.625] getCompletionsAtPosition: isCompletionListBlocker: 0.006431000307202339 +Info 18292[18:49:31.625] getExportInfoMap: cache hit +Info 18293[18:49:31.637] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1162 from cache +Info 18294[18:49:31.637] collectAutoImports: response is complete +Info 18295[18:49:31.637] collectAutoImports: 11.334544001147151 +Info 18296[18:49:31.637] getCompletionData: Semantic work: 11.846866000443697 +Info 18297[18:49:31.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.151784000918269 +Info 18298[18:49:31.646] Format host information updated +Info 18299[18:49:31.717] Format host information updated +Info 18300[18:49:31.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18301[18:49:31.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1379 structureChanged: false structureIsReused:: Completely Elapsed: 7.763266999274492ms +Info 18302[18:49:31.725] Different program with same set of files +Info 18303[18:49:32.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18304[18:49:32.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1380 structureChanged: false structureIsReused:: Completely Elapsed: 7.758549999445677ms +Info 18305[18:49:32.789] Different program with same set of files +Info 18306[18:49:32.789] getCompletionData: Get current token: 0.002715999260544777 +Info 18307[18:49:32.789] getCompletionData: Is inside comment: 0.007496999576687813 +Info 18308[18:49:32.789] getCompletionData: Get previous token: 0.010530000552535057 +Info 18309[18:49:32.789] getCompletionsAtPosition: isCompletionListBlocker: 0.006989000365138054 +Info 18310[18:49:32.789] getExportInfoMap: cache hit +Info 18311[18:49:32.794] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 197 from cache +Info 18312[18:49:32.794] collectAutoImports: response is complete +Info 18313[18:49:32.794] collectAutoImports: 4.795971000567079 +Info 18314[18:49:32.794] getCompletionData: Semantic work: 5.377295000478625 +Info 18315[18:49:32.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5632410012185574 +Info 18316[18:49:32.799] Format host information updated +Info 18317[18:49:32.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18318[18:49:32.866] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1381 structureChanged: false structureIsReused:: Completely Elapsed: 9.406728999689221ms +Info 18319[18:49:32.866] Different program with same set of files +Info 18320[18:49:32.866] getCompletionData: Get current token: 0.0038540009409189224 +Info 18321[18:49:32.866] getCompletionData: Is inside comment: 0.011439001187682152 +Info 18322[18:49:32.866] getCompletionData: Get previous token: 0.014692999422550201 +Info 18323[18:49:32.866] getCompletionsAtPosition: isCompletionListBlocker: 0.00993499904870987 +Info 18324[18:49:32.867] getExportInfoMap: cache hit +Info 18325[18:49:32.870] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 93 from cache +Info 18326[18:49:32.870] collectAutoImports: response is complete +Info 18327[18:49:32.870] collectAutoImports: 3.5763369984924793 +Info 18328[18:49:32.870] getCompletionData: Semantic work: 4.334435999393463 +Info 18329[18:49:32.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6659160014241934 +Info 18330[18:49:32.873] Format host information updated +Info 18331[18:49:33.034] Format host information updated +Info 18332[18:49:33.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18333[18:49:33.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1382 structureChanged: false structureIsReused:: Completely Elapsed: 10.04861900024116ms +Info 18334[18:49:33.045] Different program with same set of files +Info 18335[18:49:33.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18336[18:49:33.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1383 structureChanged: false structureIsReused:: Completely Elapsed: 6.921254999935627ms +Info 18337[18:49:33.128] Different program with same set of files +Info 18338[18:49:33.128] getCompletionData: Get current token: 0.004789998754858971 +Info 18339[18:49:33.128] getCompletionData: Is inside comment: 0.007975999265909195 +Info 18340[18:49:33.128] getCompletionData: Get previous token: 0.005575999617576599 +Info 18341[18:49:33.128] getCompletionsAtPosition: isCompletionListBlocker: 0.005471000447869301 +Info 18342[18:49:33.128] getExportInfoMap: cache hit +Info 18343[18:49:33.141] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1162 from cache +Info 18344[18:49:33.142] collectAutoImports: response is complete +Info 18345[18:49:33.142] collectAutoImports: 13.316589999943972 +Info 18346[18:49:33.142] getCompletionData: Semantic work: 13.769353000447154 +Info 18347[18:49:33.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.259619999676943 +Info 18348[18:49:33.149] Format host information updated +Info 18349[18:49:33.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18350[18:49:33.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1384 structureChanged: false structureIsReused:: Completely Elapsed: 6.764685999602079ms +Info 18351[18:49:33.364] Different program with same set of files +Info 18352[18:49:33.364] getCompletionData: Get current token: 0.00495699979364872 +Info 18353[18:49:33.364] getCompletionData: Is inside comment: 0.007802998647093773 +Info 18354[18:49:33.364] getCompletionData: Get previous token: 0.005940999835729599 +Info 18355[18:49:33.364] getCompletionsAtPosition: isCompletionListBlocker: 0.006732000038027763 +Info 18356[18:49:33.364] getExportInfoMap: cache hit +Info 18357[18:49:33.377] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1162 from cache +Info 18358[18:49:33.377] collectAutoImports: response is complete +Info 18359[18:49:33.377] collectAutoImports: 12.958962999284267 +Info 18360[18:49:33.377] getCompletionData: Semantic work: 13.491872999817133 +Info 18361[18:49:33.381] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4073609989136457 +Info 18362[18:49:33.384] Format host information updated +Info 18363[18:49:33.770] getCompletionData: Get current token: 0.0021580010652542114 +Info 18364[18:49:33.770] getCompletionData: Is inside comment: 0.00800899975001812 +Info 18365[18:49:33.770] getCompletionData: Get previous token: 0.005076000466942787 +Info 18366[18:49:33.771] getCompletionsAtPosition: isCompletionListBlocker: 0.008489999920129776 +Info 18367[18:49:33.771] getExportInfoMap: cache hit +Info 18368[18:49:33.780] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1162 from cache +Info 18369[18:49:33.780] collectAutoImports: response is complete +Info 18370[18:49:33.780] collectAutoImports: 8.389489999040961 +Info 18371[18:49:33.780] getCompletionData: Semantic work: 9.066002000123262 +Info 18372[18:49:33.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.161380000412464 +Info 18373[18:49:34.437] getCompletionData: Get current token: 0.0038259997963905334 +Info 18374[18:49:34.437] getCompletionData: Is inside comment: 0.0011539999395608902 +Info 18375[18:49:34.437] getCompletionData: Get previous token: 0.014937000349164009 +Info 18376[18:49:34.437] getCompletionsAtPosition: isCompletionListBlocker: 0.0034999996423721313 +Info 18377[18:49:34.438] getExportInfoMap: cache hit +Info 18378[18:49:34.439] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 11 from cache +Info 18379[18:49:34.439] collectAutoImports: response is complete +Info 18380[18:49:34.439] collectAutoImports: 1.5579559989273548 +Info 18381[18:49:34.439] getCompletionData: Semantic work: 2.213415000587702 +Info 18382[18:49:34.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8587050009518862 +Info 18383[18:49:34.663] Format host information updated +Info 18384[18:49:34.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18385[18:49:34.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1385 structureChanged: false structureIsReused:: Completely Elapsed: 7.004143999889493ms +Info 18386[18:49:34.670] Different program with same set of files +Info 18387[18:49:34.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18388[18:49:34.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1386 structureChanged: false structureIsReused:: Completely Elapsed: 7.43439899943769ms +Info 18389[18:49:34.945] Different program with same set of files +Info 18390[18:49:34.945] getCompletionData: Get current token: 0.0034359991550445557 +Info 18391[18:49:34.945] getCompletionData: Is inside comment: 0.0012270007282495499 +Info 18392[18:49:34.945] getCompletionData: Get previous token: 0.018544001504778862 +Info 18393[18:49:34.945] getCompletionsAtPosition: isCompletionListBlocker: 0.0067079998552799225 +Info 18394[18:49:34.945] getExportInfoMap: cache hit +Info 18395[18:49:34.959] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1162 from cache +Info 18396[18:49:34.959] collectAutoImports: response is complete +Info 18397[18:49:34.959] collectAutoImports: 13.146502999588847 +Info 18398[18:49:34.959] getCompletionData: Semantic work: 13.67670900002122 +Info 18399[18:49:34.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2845310010015965 +Info 18400[18:49:34.965] Format host information updated +Info 18401[18:49:35.104] getCompletionData: Get current token: 0.004246000200510025 +Info 18402[18:49:35.104] getCompletionData: Is inside comment: 0.0013149995356798172 +Info 18403[18:49:35.104] getCompletionData: Get previous token: 0.009789999574422836 +Info 18404[18:49:35.104] getCompletionsAtPosition: isCompletionListBlocker: 0.002246001735329628 +Info 18405[18:49:35.104] getCompletionData: Semantic work: 0.6322210002690554 +Info 18406[18:49:35.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0772900003939867 +Info 18407[18:49:35.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18408[18:49:35.407] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1387 structureChanged: false structureIsReused:: Completely Elapsed: 7.239288998767734ms +Info 18409[18:49:35.407] Different program with same set of files +Info 18410[18:49:35.407] getCompletionData: Get current token: 0.004556998610496521 +Info 18411[18:49:35.407] getCompletionData: Is inside comment: 0.001542000100016594 +Info 18412[18:49:35.407] getCompletionData: Get previous token: 0.022897999733686447 +Info 18413[18:49:35.407] getCompletionsAtPosition: isCompletionListBlocker: 0.0017830003052949905 +Info 18414[18:49:35.409] getCompletionData: Semantic work: 1.9057080000638962 +Info 18415[18:49:35.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06590400077402592 +Info 18416[18:49:35.410] Format host information updated +Info 18417[18:49:35.555] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18418[18:49:35.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1388 structureChanged: false structureIsReused:: Completely Elapsed: 9.928092999383807ms +Info 18419[18:49:35.565] Different program with same set of files +Info 18420[18:49:35.566] getCompletionData: Get current token: 0.003699999302625656 +Info 18421[18:49:35.566] getCompletionData: Is inside comment: 0.0012560002505779266 +Info 18422[18:49:35.566] getCompletionData: Get previous token: 0.018634000793099403 +Info 18423[18:49:35.566] getCompletionsAtPosition: isCompletionListBlocker: 0.00201600044965744 +Info 18424[18:49:35.568] getCompletionData: Semantic work: 1.9850639998912811 +Info 18425[18:49:35.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.060088999569416046 +Info 18426[18:49:35.568] Format host information updated +Info 18427[18:49:35.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18428[18:49:35.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1389 structureChanged: false structureIsReused:: Completely Elapsed: 7.05167399905622ms +Info 18429[18:49:35.623] Different program with same set of files +Info 18430[18:49:35.623] getCompletionData: Get current token: 0.0038550011813640594 +Info 18431[18:49:35.623] getCompletionData: Is inside comment: 0.0014880001544952393 +Info 18432[18:49:35.623] getCompletionData: Get previous token: 0.018713999539613724 +Info 18433[18:49:35.623] getCompletionsAtPosition: isCompletionListBlocker: 0.001850999891757965 +Info 18434[18:49:35.624] getCompletionData: Semantic work: 1.3214650005102158 +Info 18435[18:49:35.624] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.058737000450491905 +Info 18436[18:49:35.625] Format host information updated +Info 18437[18:49:35.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18438[18:49:35.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1390 structureChanged: false structureIsReused:: Completely Elapsed: 10.780129000544548ms +Info 18439[18:49:35.688] Different program with same set of files +Info 18440[18:49:35.689] getCompletionData: Get current token: 0.006533000618219376 +Info 18441[18:49:35.689] getCompletionData: Is inside comment: 0.0021510012447834015 +Info 18442[18:49:35.689] getCompletionData: Get previous token: 0.03498799912631512 +Info 18443[18:49:35.689] getCompletionsAtPosition: isCompletionListBlocker: 0.0026160012930631638 +Info 18444[18:49:35.691] getCompletionData: Semantic work: 1.9376389998942614 +Info 18445[18:49:35.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0930160004645586 +Info 18446[18:49:35.691] Format host information updated +Info 18447[18:49:35.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18448[18:49:35.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1391 structureChanged: false structureIsReused:: Completely Elapsed: 28.58556899987161ms +Info 18449[18:49:35.809] Different program with same set of files +Info 18450[18:49:35.809] getCompletionData: Get current token: 0.01898599974811077 +Info 18451[18:49:35.809] getCompletionData: Is inside comment: 0.006773000583052635 +Info 18452[18:49:35.809] getCompletionData: Get previous token: 0.09270100109279156 +Info 18453[18:49:35.810] getCompletionsAtPosition: isCompletionListBlocker: 0.004606001079082489 +Info 18454[18:49:35.819] getCompletionData: Semantic work: 9.062179999426007 +Info 18455[18:49:35.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14670700021088123 +Info 18456[18:49:35.821] Format host information updated +Info 18457[18:49:35.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18458[18:49:35.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1392 structureChanged: false structureIsReused:: Completely Elapsed: 14.227961000055075ms +Info 18459[18:49:35.858] Different program with same set of files +Info 18460[18:49:35.858] getCompletionData: Get current token: 0.0038140006363391876 +Info 18461[18:49:35.858] getCompletionData: Is inside comment: 0.0012650005519390106 +Info 18462[18:49:35.858] getCompletionData: Get previous token: 0.07929399982094765 +Info 18463[18:49:35.858] getCompletionsAtPosition: isCompletionListBlocker: 0.0023049991577863693 +Info 18464[18:49:35.859] getCompletionData: Semantic work: 1.372418999671936 +Info 18465[18:49:35.859] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06303000077605247 +Info 18466[18:49:35.860] Format host information updated +Info 18467[18:49:35.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18468[18:49:35.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1393 structureChanged: false structureIsReused:: Completely Elapsed: 8.524359999224544ms +Info 18469[18:49:35.998] Different program with same set of files +Info 18470[18:49:35.998] getCompletionData: Get current token: 0.005550999194383621 +Info 18471[18:49:35.998] getCompletionData: Is inside comment: 0.0014519989490509033 +Info 18472[18:49:35.998] getCompletionData: Get previous token: 0.01948400028049946 +Info 18473[18:49:35.999] getCompletionsAtPosition: isCompletionListBlocker: 0.048708001151680946 +Info 18474[18:49:36.000] getCompletionData: Semantic work: 1.2996469996869564 +Info 18475[18:49:36.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06335300020873547 +Info 18476[18:49:36.000] Format host information updated +Info 18477[18:49:36.092] Format host information updated +Info 18478[18:49:36.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18479[18:49:36.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1394 structureChanged: false structureIsReused:: Completely Elapsed: 7.92034399881959ms +Info 18480[18:49:36.100] Different program with same set of files +Info 18481[18:49:36.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18482[18:49:36.427] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1395 structureChanged: false structureIsReused:: Completely Elapsed: 15.636154999956489ms +Info 18483[18:49:36.427] Different program with same set of files +Info 18484[18:49:36.427] getCompletionData: Get current token: 0.007822999730706215 +Info 18485[18:49:36.427] getCompletionData: Is inside comment: 0.002363000065088272 +Info 18486[18:49:36.427] getCompletionData: Get previous token: 0.035895999521017075 +Info 18487[18:49:36.427] getCompletionsAtPosition: isCompletionListBlocker: 0.006839999929070473 +Info 18488[18:49:36.430] getCompletionData: Semantic work: 2.6541840005666018 +Info 18489[18:49:36.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09135299921035767 +Info 18490[18:49:36.430] Format host information updated +Info 18491[18:49:36.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18492[18:49:36.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1396 structureChanged: false structureIsReused:: Completely Elapsed: 7.81088300049305ms +Info 18493[18:49:36.534] Different program with same set of files +Info 18494[18:49:36.534] getCompletionData: Get current token: 0.004819000139832497 +Info 18495[18:49:36.534] getCompletionData: Is inside comment: 0.0017659999430179596 +Info 18496[18:49:36.534] getCompletionData: Get previous token: 0.02475699968636036 +Info 18497[18:49:36.534] getCompletionsAtPosition: isCompletionListBlocker: 0.0048340000212192535 +Info 18498[18:49:36.536] getCompletionData: Semantic work: 1.6616100016981363 +Info 18499[18:49:36.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05508100055158138 +Info 18500[18:49:36.536] Format host information updated +Info 18501[18:49:36.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18502[18:49:36.657] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1397 structureChanged: false structureIsReused:: Completely Elapsed: 7.431929999962449ms +Info 18503[18:49:36.657] Different program with same set of files +Info 18504[18:49:36.657] getCompletionData: Get current token: 0.004223998636007309 +Info 18505[18:49:36.657] getCompletionData: Is inside comment: 0.0015469994395971298 +Info 18506[18:49:36.657] getCompletionData: Get previous token: 0.021987998858094215 +Info 18507[18:49:36.657] getCompletionsAtPosition: isCompletionListBlocker: 0.0044819992035627365 +Info 18508[18:49:36.659] getCompletionData: Semantic work: 1.4987300001084805 +Info 18509[18:49:36.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.054819999262690544 +Info 18510[18:49:36.659] Format host information updated +Info 18511[18:49:37.233] Format host information updated +Info 18512[18:49:37.233] Format host information updated +Info 18513[18:49:37.233] Format host information updated +Info 18514[18:49:37.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18515[18:49:37.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1398 structureChanged: false structureIsReused:: Completely Elapsed: 6.752312999218702ms +Info 18516[18:49:37.240] Different program with same set of files +Info 18517[18:49:37.240] getCompletionData: Get current token: 0.012742999941110611 +Info 18518[18:49:37.240] getCompletionData: Is inside comment: 0.003739001229405403 +Info 18519[18:49:37.240] getCompletionData: Get previous token: 0.01829400099813938 +Info 18520[18:49:37.240] getCompletionsAtPosition: isCompletionListBlocker: 0.004004999995231628 +Info 18521[18:49:37.241] getCompletionData: Semantic work: 1.2406770009547472 +Info 18522[18:49:37.243] getCompletionData: Get current token: 0.007582999765872955 +Info 18523[18:49:37.243] getCompletionData: Is inside comment: 0.0023310016840696335 +Info 18524[18:49:37.243] getCompletionData: Get previous token: 0.03215399943292141 +Info 18525[18:49:37.243] getCompletionsAtPosition: isCompletionListBlocker: 0.0024769995361566544 +Info 18526[18:49:37.243] getCompletionData: Semantic work: 0.2298290003091097 +Info 18527[18:49:37.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18528[18:49:37.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1399 structureChanged: false structureIsReused:: Completely Elapsed: 9.576371999457479ms +Info 18529[18:49:37.535] Different program with same set of files +Info 18530[18:49:37.535] getCompletionData: Get current token: 0.003895999863743782 +Info 18531[18:49:37.535] getCompletionData: Is inside comment: 0.0015299990773200989 +Info 18532[18:49:37.535] getCompletionData: Get previous token: 0.018362000584602356 +Info 18533[18:49:37.535] getCompletionsAtPosition: isCompletionListBlocker: 0.0019330009818077087 +Info 18534[18:49:37.536] getExportInfoMap: cache hit +Info 18535[18:49:37.542] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 197 from cache +Info 18536[18:49:37.542] collectAutoImports: response is complete +Info 18537[18:49:37.542] collectAutoImports: 5.798546999692917 +Info 18538[18:49:37.542] getCompletionData: Semantic work: 6.6283419989049435 +Info 18539[18:49:37.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.629287999123335 +Info 18540[18:49:37.546] Format host information updated +Info 18541[18:49:37.586] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18542[18:49:37.593] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1400 structureChanged: false structureIsReused:: Completely Elapsed: 7.488486001268029ms +Info 18543[18:49:37.593] Different program with same set of files +Info 18544[18:49:37.594] getCompletionData: Get current token: 0.003913000226020813 +Info 18545[18:49:37.594] getCompletionData: Is inside comment: 0.0013039987534284592 +Info 18546[18:49:37.594] getCompletionData: Get previous token: 0.019314998760819435 +Info 18547[18:49:37.594] getCompletionsAtPosition: isCompletionListBlocker: 0.001667998731136322 +Info 18548[18:49:37.594] getExportInfoMap: cache hit +Info 18549[18:49:37.599] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 93 from cache +Info 18550[18:49:37.599] collectAutoImports: response is complete +Info 18551[18:49:37.599] collectAutoImports: 4.427202001214027 +Info 18552[18:49:37.599] getCompletionData: Semantic work: 5.117706000804901 +Info 18553[18:49:37.601] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5883600004017353 +Info 18554[18:49:37.602] Format host information updated +Info 18555[18:49:42.743] Format host information updated +Info 18556[18:49:42.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18557[18:49:42.755] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1401 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.461120000109076ms +Info 18558[18:49:42.755] Different program with same set of files +Info 18559[18:49:47.708] Format host information updated +Info 18560[18:49:47.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18561[18:49:47.720] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1402 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.61590899899602ms +Info 18562[18:49:47.720] Different program with same set of files +Info 18563[18:49:50.599] Format host information updated +Info 18564[18:49:50.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18565[18:49:50.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1403 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.240376999601722ms +Info 18566[18:49:50.613] Different program with same set of files +Info 18567[18:49:52.554] Format host information updated +Info 18568[18:49:52.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18569[18:49:52.561] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1404 structureChanged: false structureIsReused:: Completely Elapsed: 7.326801998540759ms +Info 18570[18:49:52.561] Different program with same set of files +Info 18571[18:49:52.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18572[18:49:52.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1405 structureChanged: false structureIsReused:: Completely Elapsed: 7.21344400011003ms +Info 18573[18:49:52.772] Different program with same set of files +Info 18574[18:49:52.772] getCompletionData: Get current token: 0.00319099985063076 +Info 18575[18:49:52.772] getCompletionData: Is inside comment: 0.009684998542070389 +Info 18576[18:49:52.772] getCompletionData: Get previous token: 0.011261999607086182 +Info 18577[18:49:52.772] getCompletionsAtPosition: isCompletionListBlocker: 0.0017290003597736359 +Info 18578[18:49:52.773] getExportInfoMap: cache hit +Info 18579[18:49:52.775] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 12 from cache +Info 18580[18:49:52.775] collectAutoImports: response is complete +Info 18581[18:49:52.775] collectAutoImports: 2.1654770001769066 +Info 18582[18:49:52.775] getCompletionData: Semantic work: 2.6787560004740953 +Info 18583[18:49:52.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1714500002563 +Info 18584[18:49:52.778] Format host information updated +Info 18585[18:49:52.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18586[18:49:52.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1406 structureChanged: false structureIsReused:: Completely Elapsed: 9.916995998471975ms +Info 18587[18:49:52.890] Different program with same set of files +Info 18588[18:49:52.890] getCompletionData: Get current token: 0.004033001139760017 +Info 18589[18:49:52.890] getCompletionData: Is inside comment: 0.01096700131893158 +Info 18590[18:49:52.890] getCompletionData: Get previous token: 0.0126740001142025 +Info 18591[18:49:52.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0018290001899003983 +Info 18592[18:49:52.891] getExportInfoMap: cache hit +Info 18593[18:49:52.893] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 12 from cache +Info 18594[18:49:52.893] collectAutoImports: response is complete +Info 18595[18:49:52.893] collectAutoImports: 2.553763000294566 +Info 18596[18:49:52.894] getCompletionData: Semantic work: 3.1670740004628897 +Info 18597[18:49:52.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5839540008455515 +Info 18598[18:49:52.897] Format host information updated +Info 18599[18:49:52.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18600[18:49:52.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1407 structureChanged: false structureIsReused:: Completely Elapsed: 10.807485999539495ms +Info 18601[18:49:52.965] Different program with same set of files +Info 18602[18:49:52.965] getCompletionData: Get current token: 0.00526600144803524 +Info 18603[18:49:52.965] getCompletionData: Is inside comment: 0.017774999141693115 +Info 18604[18:49:52.965] getCompletionData: Get previous token: 0.019823001697659492 +Info 18605[18:49:52.965] getCompletionsAtPosition: isCompletionListBlocker: 0.003034999594092369 +Info 18606[18:49:52.966] getExportInfoMap: cache hit +Info 18607[18:49:52.969] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 7 from cache +Info 18608[18:49:52.969] collectAutoImports: response is complete +Info 18609[18:49:52.969] collectAutoImports: 3.119274999946356 +Info 18610[18:49:52.969] getCompletionData: Semantic work: 3.972275000065565 +Info 18611[18:49:52.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.89576500095427 +Info 18612[18:49:52.979] Format host information updated +Info 18613[18:49:53.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18614[18:49:53.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1408 structureChanged: false structureIsReused:: Completely Elapsed: 8.727375000715256ms +Info 18615[18:49:53.024] Different program with same set of files +Info 18616[18:49:53.025] getCompletionData: Get current token: 0.004047999158501625 +Info 18617[18:49:53.025] getCompletionData: Is inside comment: 0.016141999512910843 +Info 18618[18:49:53.025] getCompletionData: Get previous token: 0.014702999964356422 +Info 18619[18:49:53.025] getCompletionsAtPosition: isCompletionListBlocker: 0.0020569991320371628 +Info 18620[18:49:53.025] getExportInfoMap: cache hit +Info 18621[18:49:53.028] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 5 from cache +Info 18622[18:49:53.028] collectAutoImports: response is complete +Info 18623[18:49:53.028] collectAutoImports: 2.1092700008302927 +Info 18624[18:49:53.028] getCompletionData: Semantic work: 2.7676669992506504 +Info 18625[18:49:53.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.532048998400569 +Info 18626[18:49:53.034] Format host information updated +Info 18627[18:49:53.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18628[18:49:53.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1409 structureChanged: false structureIsReused:: Completely Elapsed: 6.96186999976635ms +Info 18629[18:49:53.131] Different program with same set of files +Info 18630[18:49:53.131] getCompletionData: Get current token: 0.0032940004020929337 +Info 18631[18:49:53.131] getCompletionData: Is inside comment: 0.012703999876976013 +Info 18632[18:49:53.131] getCompletionData: Get previous token: 0.011261999607086182 +Info 18633[18:49:53.131] getCompletionsAtPosition: isCompletionListBlocker: 0.002211999148130417 +Info 18634[18:49:53.132] getExportInfoMap: cache hit +Info 18635[18:49:53.133] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 18636[18:49:53.133] collectAutoImports: response is complete +Info 18637[18:49:53.133] collectAutoImports: 1.6237789988517761 +Info 18638[18:49:53.133] getCompletionData: Semantic work: 2.1448229998350143 +Info 18639[18:49:53.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.962712999433279 +Info 18640[18:49:53.136] Format host information updated +Info 18641[18:49:53.190] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18642[18:49:53.200] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1410 structureChanged: false structureIsReused:: Completely Elapsed: 10.03461099974811ms +Info 18643[18:49:53.200] Different program with same set of files +Info 18644[18:49:53.200] getCompletionData: Get current token: 0.005047999322414398 +Info 18645[18:49:53.200] getCompletionData: Is inside comment: 0.018439998850226402 +Info 18646[18:49:53.200] getCompletionData: Get previous token: 0.0172480009496212 +Info 18647[18:49:53.201] getCompletionsAtPosition: isCompletionListBlocker: 0.002333998680114746 +Info 18648[18:49:53.201] getExportInfoMap: cache hit +Info 18649[18:49:53.204] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 18650[18:49:53.204] collectAutoImports: response is complete +Info 18651[18:49:53.204] collectAutoImports: 2.407897001132369 +Info 18652[18:49:53.204] getCompletionData: Semantic work: 3.156197000294924 +Info 18653[18:49:53.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9656440000981092 +Info 18654[18:49:53.208] Format host information updated +Info 18655[18:49:53.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18656[18:49:53.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1411 structureChanged: false structureIsReused:: Completely Elapsed: 10.569832999259233ms +Info 18657[18:49:53.351] Different program with same set of files +Info 18658[18:49:53.351] getCompletionData: Get current token: 0.0033449996262788773 +Info 18659[18:49:53.351] getCompletionData: Is inside comment: 0.012846000492572784 +Info 18660[18:49:53.351] getCompletionData: Get previous token: 0.011210000142455101 +Info 18661[18:49:53.351] getCompletionsAtPosition: isCompletionListBlocker: 0.001996999606490135 +Info 18662[18:49:53.352] getExportInfoMap: cache hit +Info 18663[18:49:53.353] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 18664[18:49:53.353] collectAutoImports: response is complete +Info 18665[18:49:53.353] collectAutoImports: 1.6319110002368689 +Info 18666[18:49:53.353] getCompletionData: Semantic work: 2.166348999366164 +Info 18667[18:49:53.355] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0487700011581182 +Info 18668[18:49:53.356] Format host information updated +Info 18669[18:49:53.913] getCompletionData: Get current token: 0.0036249998956918716 +Info 18670[18:49:53.913] getCompletionData: Is inside comment: 0.015071000903844833 +Info 18671[18:49:53.913] getCompletionData: Get previous token: 0.010331999510526657 +Info 18672[18:49:53.913] getCompletionsAtPosition: isCompletionListBlocker: 0.0021710004657506943 +Info 18673[18:49:53.914] getExportInfoMap: cache hit +Info 18674[18:49:53.916] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 18675[18:49:53.916] collectAutoImports: response is complete +Info 18676[18:49:53.916] collectAutoImports: 1.674091998487711 +Info 18677[18:49:53.916] getCompletionData: Semantic work: 2.33419799990952 +Info 18678[18:49:53.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9335639998316765 +Info 18679[18:49:54.422] Format host information updated +Info 18680[18:49:54.422] getExportInfoMap: cache hit +Info 18681[18:49:55.180] Format host information updated +Info 18682[18:49:55.180] getExportInfoMap: cache hit +Info 18683[18:49:55.242] Format host information updated +Info 18684[18:49:55.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18685[18:49:55.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1412 structureChanged: true structureIsReused:: SafeModules Elapsed: 38.01254599913955ms +Info 18686[18:49:55.281] Different program with same set of files +Info 18687[18:49:55.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18688[18:49:55.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1413 structureChanged: false structureIsReused:: Completely Elapsed: 12.565783999860287ms +Info 18689[18:49:55.482] Different program with same set of files +Info 18690[18:49:55.482] getCompletionData: Get current token: 0.003553999587893486 +Info 18691[18:49:55.482] getCompletionData: Is inside comment: 0.012996001169085503 +Info 18692[18:49:55.483] getCompletionData: Get previous token: 0.01454399898648262 +Info 18693[18:49:55.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0016840007156133652 +Info 18694[18:49:55.483] getCompletionData: Semantic work: 0.3125889990478754 +Info 18695[18:49:55.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5764080006629229 +Info 18696[18:49:55.484] Format host information updated +Info 18697[18:49:59.015] Format host information updated +Info 18698[18:49:59.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18699[18:49:59.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1414 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.486573001369834ms +Info 18700[18:49:59.029] Different program with same set of files +Info 18701[18:49:59.191] Format host information updated +Info 18702[18:49:59.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18703[18:49:59.202] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1415 structureChanged: false structureIsReused:: Completely Elapsed: 10.68372500129044ms +Info 18704[18:49:59.202] Different program with same set of files +Info 18705[18:50:01.238] Format host information updated +Info 18706[18:50:01.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18707[18:50:01.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1416 structureChanged: false structureIsReused:: Completely Elapsed: 11.739749999716878ms +Info 18708[18:50:01.250] Different program with same set of files +Info 18709[18:50:03.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18710[18:50:03.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1417 structureChanged: false structureIsReused:: Completely Elapsed: 10.642287999391556ms +Info 18711[18:50:03.152] Different program with same set of files +Info 18712[18:50:03.152] getCompletionData: Get current token: 0.004225000739097595 +Info 18713[18:50:03.152] getCompletionData: Is inside comment: 0.002893000841140747 +Info 18714[18:50:03.152] getCompletionData: Get previous token: 0.0222960002720356 +Info 18715[18:50:03.152] getCompletionsAtPosition: isCompletionListBlocker: 0.007840000092983246 +Info 18716[18:50:03.153] getExportInfoMap: cache hit +Info 18717[18:50:03.158] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 18 from cache +Info 18718[18:50:03.158] collectAutoImports: response is complete +Info 18719[18:50:03.158] collectAutoImports: 4.558127999305725 +Info 18720[18:50:03.158] getCompletionData: Semantic work: 5.581799000501633 +Info 18721[18:50:03.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.13531699962914 +Info 18722[18:50:03.161] Format host information updated +Info 18723[18:50:03.280] Format host information updated +Info 18724[18:50:03.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18725[18:50:03.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1418 structureChanged: false structureIsReused:: Completely Elapsed: 9.66296499967575ms +Info 18726[18:50:03.290] Different program with same set of files +Info 18727[18:50:03.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18728[18:50:03.386] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1419 structureChanged: false structureIsReused:: Completely Elapsed: 7.37979600019753ms +Info 18729[18:50:03.386] Different program with same set of files +Info 18730[18:50:03.386] getCompletionData: Get current token: 0.004818998277187347 +Info 18731[18:50:03.386] getCompletionData: Is inside comment: 0.0024069994688034058 +Info 18732[18:50:03.386] getCompletionData: Get previous token: 0.012637000530958176 +Info 18733[18:50:03.386] getCompletionsAtPosition: isCompletionListBlocker: 0.006200999021530151 +Info 18734[18:50:03.387] getExportInfoMap: cache hit +Info 18735[18:50:03.409] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1229 from cache +Info 18736[18:50:03.409] collectAutoImports: response is complete +Info 18737[18:50:03.409] collectAutoImports: 22.051032001152635 +Info 18738[18:50:03.409] getCompletionData: Semantic work: 22.55699000135064 +Info 18739[18:50:03.414] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.71089700050652 +Info 18740[18:50:03.418] Format host information updated +Info 18741[18:50:03.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18742[18:50:03.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1420 structureChanged: false structureIsReused:: Completely Elapsed: 6.955087998881936ms +Info 18743[18:50:03.617] Different program with same set of files +Info 18744[18:50:03.617] getCompletionData: Get current token: 0.003420000895857811 +Info 18745[18:50:03.617] getCompletionData: Is inside comment: 0.002063000574707985 +Info 18746[18:50:03.617] getCompletionData: Get previous token: 0.011499999091029167 +Info 18747[18:50:03.617] getCompletionsAtPosition: isCompletionListBlocker: 0.005743000656366348 +Info 18748[18:50:03.617] getExportInfoMap: cache hit +Info 18749[18:50:03.635] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1229 from cache +Info 18750[18:50:03.635] collectAutoImports: response is complete +Info 18751[18:50:03.635] collectAutoImports: 17.658644000068307 +Info 18752[18:50:03.635] getCompletionData: Semantic work: 18.235402999445796 +Info 18753[18:50:03.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.89954200014472 +Info 18754[18:50:03.642] Format host information updated +Info 18755[18:50:03.678] Format host information updated +Info 18756[18:50:03.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18757[18:50:03.687] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1421 structureChanged: false structureIsReused:: Completely Elapsed: 8.692013999447227ms +Info 18758[18:50:03.687] Different program with same set of files +Info 18759[18:50:04.016] Format host information updated +Info 18760[18:50:04.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18761[18:50:04.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1422 structureChanged: false structureIsReused:: Completely Elapsed: 34.54297100007534ms +Info 18762[18:50:04.051] Different program with same set of files +Info 18763[18:50:04.611] Format host information updated +Info 18764[18:50:04.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18765[18:50:04.619] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1423 structureChanged: false structureIsReused:: Completely Elapsed: 7.481290999799967ms +Info 18766[18:50:04.619] Different program with same set of files +Info 18767[18:50:04.935] Format host information updated +Info 18768[18:50:04.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18769[18:50:04.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1424 structureChanged: false structureIsReused:: Completely Elapsed: 7.769912999123335ms +Info 18770[18:50:04.943] Different program with same set of files +Info 18771[18:50:05.198] Format host information updated +Info 18772[18:50:05.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18773[18:50:05.210] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1425 structureChanged: false structureIsReused:: Completely Elapsed: 12.56631999835372ms +Info 18774[18:50:05.210] Different program with same set of files +Info 18775[18:50:05.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18776[18:50:05.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1426 structureChanged: false structureIsReused:: Completely Elapsed: 28.879448998719454ms +Info 18777[18:50:05.346] Different program with same set of files +Info 18778[18:50:05.346] getCompletionData: Get current token: 0.005601000040769577 +Info 18779[18:50:05.346] getCompletionData: Is inside comment: 0.02407900057733059 +Info 18780[18:50:05.346] getCompletionData: Get previous token: 0.029850000515580177 +Info 18781[18:50:05.346] getCompletionsAtPosition: isCompletionListBlocker: 0.016726000234484673 +Info 18782[18:50:05.348] getExportInfoMap: cache hit +Info 18783[18:50:05.362] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 210 from cache +Info 18784[18:50:05.362] collectAutoImports: response is complete +Info 18785[18:50:05.362] collectAutoImports: 13.039542000740767 +Info 18786[18:50:05.362] getCompletionData: Semantic work: 15.467516001313925 +Info 18787[18:50:05.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.443986000493169 +Info 18788[18:50:05.367] Format host information updated +Info 18789[18:50:05.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18790[18:50:05.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1427 structureChanged: false structureIsReused:: Completely Elapsed: 8.370648998767138ms +Info 18791[18:50:05.534] Different program with same set of files +Info 18792[18:50:05.534] getCompletionData: Get current token: 0.002735000103712082 +Info 18793[18:50:05.534] getCompletionData: Is inside comment: 0.012644000351428986 +Info 18794[18:50:05.534] getCompletionData: Get previous token: 0.006574999541044235 +Info 18795[18:50:05.534] getCompletionsAtPosition: isCompletionListBlocker: 0.0016899984329938889 +Info 18796[18:50:05.535] getCompletionData: Semantic work: 0.7244320008903742 +Info 18797[18:50:05.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.09128800034523 +Info 18798[18:50:05.537] Format host information updated +Info 18799[18:50:05.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18800[18:50:05.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1428 structureChanged: false structureIsReused:: Completely Elapsed: 9.928176999092102ms +Info 18801[18:50:05.683] Different program with same set of files +Info 18802[18:50:05.683] getCompletionData: Get current token: 0.0028070006519556046 +Info 18803[18:50:05.683] getCompletionData: Is inside comment: 0.014024000614881516 +Info 18804[18:50:05.683] getCompletionData: Get previous token: 0.015264000743627548 +Info 18805[18:50:05.683] getCompletionsAtPosition: isCompletionListBlocker: 0.0020010005682706833 +Info 18806[18:50:05.684] getCompletionData: Semantic work: 0.7172680012881756 +Info 18807[18:50:05.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.690548999235034 +Info 18808[18:50:05.687] Format host information updated +Info 18809[18:50:05.734] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18810[18:50:05.745] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1429 structureChanged: false structureIsReused:: Completely Elapsed: 11.023622998967767ms +Info 18811[18:50:05.745] Different program with same set of files +Info 18812[18:50:05.745] getCompletionData: Get current token: 0.002914000302553177 +Info 18813[18:50:05.745] getCompletionData: Is inside comment: 0.014520000666379929 +Info 18814[18:50:05.745] getCompletionData: Get previous token: 0.0169879999011755 +Info 18815[18:50:05.745] getCompletionsAtPosition: isCompletionListBlocker: 0.0021750014275312424 +Info 18816[18:50:05.746] getCompletionData: Semantic work: 0.7265889998525381 +Info 18817[18:50:05.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.245409000664949 +Info 18818[18:50:05.751] Format host information updated +Info 18819[18:50:06.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18820[18:50:06.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1430 structureChanged: false structureIsReused:: Completely Elapsed: 7.92408499866724ms +Info 18821[18:50:06.108] Different program with same set of files +Info 18822[18:50:06.108] getCompletionData: Get current token: 0.0026209987699985504 +Info 18823[18:50:06.108] getCompletionData: Is inside comment: 0.012617001309990883 +Info 18824[18:50:06.108] getCompletionData: Get previous token: 0.013604000210762024 +Info 18825[18:50:06.108] getCompletionsAtPosition: isCompletionListBlocker: 0.0020829997956752777 +Info 18826[18:50:06.109] getCompletionData: Semantic work: 0.6457059998065233 +Info 18827[18:50:06.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3288590013980865 +Info 18828[18:50:06.112] Format host information updated +Info 18829[18:50:06.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18830[18:50:06.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1431 structureChanged: false structureIsReused:: Completely Elapsed: 13.501266999170184ms +Info 18831[18:50:06.281] Different program with same set of files +Info 18832[18:50:06.281] getCompletionData: Get current token: 0.0029800012707710266 +Info 18833[18:50:06.281] getCompletionData: Is inside comment: 0.01440499909222126 +Info 18834[18:50:06.281] getCompletionData: Get previous token: 0.014621000736951828 +Info 18835[18:50:06.281] getCompletionsAtPosition: isCompletionListBlocker: 0.0022969990968704224 +Info 18836[18:50:06.282] getCompletionData: Semantic work: 0.8178340010344982 +Info 18837[18:50:06.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4719459991902113 +Info 18838[18:50:06.285] Format host information updated +Info 18839[18:50:06.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18840[18:50:06.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1432 structureChanged: false structureIsReused:: Completely Elapsed: 7.93614200130105ms +Info 18841[18:50:06.341] Different program with same set of files +Info 18842[18:50:06.341] getCompletionData: Get current token: 0.0026210006326436996 +Info 18843[18:50:06.341] getCompletionData: Is inside comment: 0.012236000970005989 +Info 18844[18:50:06.341] getCompletionData: Get previous token: 0.014702999964356422 +Info 18845[18:50:06.341] getCompletionsAtPosition: isCompletionListBlocker: 0.0018540006130933762 +Info 18846[18:50:06.342] getCompletionData: Semantic work: 0.6615899987518787 +Info 18847[18:50:06.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.612075999379158 +Info 18848[18:50:06.344] Format host information updated +Info 18849[18:50:06.553] Format host information updated +Info 18850[18:50:06.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18851[18:50:06.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1433 structureChanged: false structureIsReused:: Completely Elapsed: 7.075445000082254ms +Info 18852[18:50:06.560] Different program with same set of files +Info 18853[18:50:06.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18854[18:50:06.782] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1434 structureChanged: false structureIsReused:: Completely Elapsed: 9.044072000309825ms +Info 18855[18:50:06.782] Different program with same set of files +Info 18856[18:50:06.782] getCompletionData: Get current token: 0.002210000529885292 +Info 18857[18:50:06.782] getCompletionData: Is inside comment: 0.01021299883723259 +Info 18858[18:50:06.782] getCompletionData: Get previous token: 0.010765999555587769 +Info 18859[18:50:06.782] getCompletionsAtPosition: isCompletionListBlocker: 0.0019250009208917618 +Info 18860[18:50:06.783] getCompletionData: Semantic work: 0.4994520004838705 +Info 18861[18:50:06.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3678200002759695 +Info 18862[18:50:06.785] Format host information updated +Info 18863[18:50:06.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18864[18:50:06.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1435 structureChanged: false structureIsReused:: Completely Elapsed: 7.4098030012100935ms +Info 18865[18:50:06.932] Different program with same set of files +Info 18866[18:50:06.932] getCompletionData: Get current token: 0.002218998968601227 +Info 18867[18:50:06.932] getCompletionData: Is inside comment: 0.012219998985528946 +Info 18868[18:50:06.932] getCompletionData: Get previous token: 0.012716999277472496 +Info 18869[18:50:06.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0019249990582466125 +Info 18870[18:50:06.933] getCompletionData: Semantic work: 0.5619380008429289 +Info 18871[18:50:06.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4729599989950657 +Info 18872[18:50:06.935] Format host information updated +Info 18873[18:50:07.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18874[18:50:07.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1436 structureChanged: false structureIsReused:: Completely Elapsed: 8.061939001083374ms +Info 18875[18:50:07.071] Different program with same set of files +Info 18876[18:50:07.071] getCompletionData: Get current token: 0.002566000446677208 +Info 18877[18:50:07.071] getCompletionData: Is inside comment: 0.012028001248836517 +Info 18878[18:50:07.071] getCompletionData: Get previous token: 0.013387000188231468 +Info 18879[18:50:07.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0019479990005493164 +Info 18880[18:50:07.072] getCompletionData: Semantic work: 0.6285289991647005 +Info 18881[18:50:07.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6176210008561611 +Info 18882[18:50:07.074] Format host information updated +Info 18883[18:50:07.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18884[18:50:07.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1437 structureChanged: false structureIsReused:: Completely Elapsed: 9.59214000031352ms +Info 18885[18:50:07.250] Different program with same set of files +Info 18886[18:50:07.250] getCompletionData: Get current token: 0.002404000610113144 +Info 18887[18:50:07.251] getCompletionData: Is inside comment: 0.012277999892830849 +Info 18888[18:50:07.251] getCompletionData: Get previous token: 0.012748001143336296 +Info 18889[18:50:07.251] getCompletionsAtPosition: isCompletionListBlocker: 0.0026420000940561295 +Info 18890[18:50:07.251] getCompletionData: Semantic work: 0.6027189996093512 +Info 18891[18:50:07.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.414673000574112 +Info 18892[18:50:07.253] Format host information updated +Info 18893[18:50:07.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18894[18:50:07.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1438 structureChanged: false structureIsReused:: Completely Elapsed: 8.343636998906732ms +Info 18895[18:50:07.349] Different program with same set of files +Info 18896[18:50:07.349] getCompletionData: Get current token: 0.0026319995522499084 +Info 18897[18:50:07.349] getCompletionData: Is inside comment: 0.012968000024557114 +Info 18898[18:50:07.349] getCompletionData: Get previous token: 0.015085000544786453 +Info 18899[18:50:07.349] getCompletionsAtPosition: isCompletionListBlocker: 0.00217599980533123 +Info 18900[18:50:07.349] getCompletionData: Semantic work: 0.6263999994844198 +Info 18901[18:50:07.351] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5851039998233318 +Info 18902[18:50:07.352] Format host information updated +Info 18903[18:50:07.829] Format host information updated +Info 18904[18:50:07.829] Format host information updated +Info 18905[18:50:07.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18906[18:50:07.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1439 structureChanged: false structureIsReused:: Completely Elapsed: 9.634593999013305ms +Info 18907[18:50:07.839] Different program with same set of files +Info 18908[18:50:07.839] getCompletionData: Get current token: 0.0023010000586509705 +Info 18909[18:50:07.840] getCompletionData: Is inside comment: 0.011631999164819717 +Info 18910[18:50:07.840] getCompletionData: Get previous token: 0.005418000742793083 +Info 18911[18:50:07.840] getCompletionsAtPosition: isCompletionListBlocker: 0.0028039999306201935 +Info 18912[18:50:07.840] getExportInfoMap: cache hit +Info 18913[18:50:07.854] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1229 from cache +Info 18914[18:50:07.854] collectAutoImports: response is complete +Info 18915[18:50:07.854] collectAutoImports: 14.12024199962616 +Info 18916[18:50:07.854] getCompletionData: Semantic work: 14.723059000447392 +Info 18917[18:50:07.859] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9758109990507364 +Info 18918[18:50:07.863] getCompletionData: Get current token: 0.010166000574827194 +Info 18919[18:50:07.863] getCompletionData: Is inside comment: 0.003452001139521599 +Info 18920[18:50:07.863] getCompletionData: Get previous token: 0.015832999721169472 +Info 18921[18:50:07.863] getCompletionsAtPosition: isCompletionListBlocker: 0.0019810013473033905 +Info 18922[18:50:07.864] getCompletionData: Semantic work: 0.3626520000398159 +Info 18923[18:50:07.867] getCompletionData: Get current token: 0.00660800002515316 +Info 18924[18:50:07.867] getCompletionData: Is inside comment: 0.0022739991545677185 +Info 18925[18:50:07.867] getCompletionData: Get previous token: 0.016916999593377113 +Info 18926[18:50:07.867] getCompletionsAtPosition: isCompletionListBlocker: 0.0013839993625879288 +Info 18927[18:50:07.867] getCompletionData: Semantic work: 0.21573299914598465 +Info 18928[18:50:07.868] Format host information updated +Info 18929[18:50:07.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18930[18:50:07.897] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1440 structureChanged: false structureIsReused:: Completely Elapsed: 7.495100000873208ms +Info 18931[18:50:07.897] Different program with same set of files +Info 18932[18:50:07.897] getCompletionData: Get current token: 0.0022910013794898987 +Info 18933[18:50:07.897] getCompletionData: Is inside comment: 0.011758001521229744 +Info 18934[18:50:07.897] getCompletionData: Get previous token: 0.005124999210238457 +Info 18935[18:50:07.897] getCompletionsAtPosition: isCompletionListBlocker: 0.006525000557303429 +Info 18936[18:50:07.898] getExportInfoMap: cache hit +Info 18937[18:50:07.913] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1229 from cache +Info 18938[18:50:07.913] collectAutoImports: response is complete +Info 18939[18:50:07.913] collectAutoImports: 15.202549001201987 +Info 18940[18:50:07.913] getCompletionData: Semantic work: 15.85474199987948 +Info 18941[18:50:07.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4280799999833107 +Info 18942[18:50:07.919] Format host information updated +Info 18943[18:50:08.035] getCompletionData: Get current token: 0.004048001021146774 +Info 18944[18:50:08.035] getCompletionData: Is inside comment: 0.0034879986196756363 +Info 18945[18:50:08.035] getCompletionData: Get previous token: 0.010240999981760979 +Info 18946[18:50:08.035] getCompletionsAtPosition: isCompletionListBlocker: 0.003714999184012413 +Info 18947[18:50:08.035] getExportInfoMap: cache hit +Info 18948[18:50:08.048] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1229 from cache +Info 18949[18:50:08.048] collectAutoImports: response is complete +Info 18950[18:50:08.048] collectAutoImports: 12.351799000054598 +Info 18951[18:50:08.048] getCompletionData: Semantic work: 13.03260900080204 +Info 18952[18:50:08.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7172770015895367 +Info 18953[18:50:08.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18954[18:50:08.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1441 structureChanged: false structureIsReused:: Completely Elapsed: 9.48730899952352ms +Info 18955[18:50:08.269] Different program with same set of files +Info 18956[18:50:08.269] getCompletionData: Get current token: 0.0035060010850429535 +Info 18957[18:50:08.269] getCompletionData: Is inside comment: 0.0024069994688034058 +Info 18958[18:50:08.269] getCompletionData: Get previous token: 0.016024000942707062 +Info 18959[18:50:08.269] getCompletionsAtPosition: isCompletionListBlocker: 0.0026420000940561295 +Info 18960[18:50:08.270] getExportInfoMap: cache hit +Info 18961[18:50:08.272] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 18 from cache +Info 18962[18:50:08.272] collectAutoImports: response is complete +Info 18963[18:50:08.272] collectAutoImports: 2.309799000620842 +Info 18964[18:50:08.272] getCompletionData: Semantic work: 2.9361950010061264 +Info 18965[18:50:08.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0205940008163452 +Info 18966[18:50:08.275] Format host information updated +Info 18967[18:50:12.456] Format host information updated +Info 18968[18:50:12.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18969[18:50:12.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1442 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.133573999628425ms +Info 18970[18:50:12.468] Different program with same set of files +Info 18971[18:50:15.208] Format host information updated +Info 18972[18:50:15.208] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18973[18:50:15.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1443 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.08140099979937ms +Info 18974[18:50:15.222] Different program with same set of files +Info 18975[18:50:16.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18976[18:50:16.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1444 structureChanged: false structureIsReused:: Completely Elapsed: 7.84358000010252ms +Info 18977[18:50:16.664] Different program with same set of files +Info 18978[18:50:16.664] getCompletionData: Get current token: 0.00460599921643734 +Info 18979[18:50:16.664] getCompletionData: Is inside comment: 0.015099000185728073 +Info 18980[18:50:16.664] getCompletionData: Get previous token: 0.007822001352906227 +Info 18981[18:50:16.664] getCompletionsAtPosition: isCompletionListBlocker: 0.0028339996933937073 +Info 18982[18:50:16.665] getExportInfoMap: cache hit +Info 18983[18:50:16.678] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1468 from cache +Info 18984[18:50:16.678] collectAutoImports: response is complete +Info 18985[18:50:16.678] collectAutoImports: 13.666620999574661 +Info 18986[18:50:16.678] getCompletionData: Semantic work: 14.22273699939251 +Info 18987[18:50:16.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.5777129996567965 +Info 18988[18:50:16.686] Format host information updated +Info 18989[18:50:16.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18990[18:50:16.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1445 structureChanged: false structureIsReused:: Completely Elapsed: 9.056097000837326ms +Info 18991[18:50:16.860] Different program with same set of files +Info 18992[18:50:16.860] getCompletionData: Get current token: 0.004620999097824097 +Info 18993[18:50:16.860] getCompletionData: Is inside comment: 0.016179999336600304 +Info 18994[18:50:16.860] getCompletionData: Get previous token: 0.01956699974834919 +Info 18995[18:50:16.860] getCompletionsAtPosition: isCompletionListBlocker: 0.0029959995299577713 +Info 18996[18:50:16.861] getExportInfoMap: cache hit +Info 18997[18:50:16.866] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 133 from cache +Info 18998[18:50:16.866] collectAutoImports: response is complete +Info 18999[18:50:16.866] collectAutoImports: 4.801450999453664 +Info 19000[18:50:16.866] getCompletionData: Semantic work: 5.485996998846531 +Info 19001[18:50:16.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8207589983940125 +Info 19002[18:50:16.872] Format host information updated +Info 19003[18:50:16.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19004[18:50:16.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1446 structureChanged: false structureIsReused:: Completely Elapsed: 8.353260001167655ms +Info 19005[18:50:16.970] Different program with same set of files +Info 19006[18:50:16.971] getCompletionData: Get current token: 0.0039719995111227036 +Info 19007[18:50:16.971] getCompletionData: Is inside comment: 0.015409000217914581 +Info 19008[18:50:16.971] getCompletionData: Get previous token: 0.012892000377178192 +Info 19009[18:50:16.971] getCompletionsAtPosition: isCompletionListBlocker: 0.002239000052213669 +Info 19010[18:50:16.971] getExportInfoMap: cache hit +Info 19011[18:50:16.975] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 126 from cache +Info 19012[18:50:16.975] collectAutoImports: response is complete +Info 19013[18:50:16.975] collectAutoImports: 3.3101610001176596 +Info 19014[18:50:16.975] getCompletionData: Semantic work: 3.8283350002020597 +Info 19015[18:50:16.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9044989999383688 +Info 19016[18:50:16.980] Format host information updated +Info 19017[18:50:17.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19018[18:50:17.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1447 structureChanged: false structureIsReused:: Completely Elapsed: 7.514360999688506ms +Info 19019[18:50:17.139] Different program with same set of files +Info 19020[18:50:17.139] getCompletionData: Get current token: 0.003415999934077263 +Info 19021[18:50:17.140] getCompletionData: Is inside comment: 0.011855000630021095 +Info 19022[18:50:17.140] getCompletionData: Get previous token: 0.014496998861432076 +Info 19023[18:50:17.140] getCompletionsAtPosition: isCompletionListBlocker: 0.0020879991352558136 +Info 19024[18:50:17.140] getExportInfoMap: cache hit +Info 19025[18:50:17.143] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 37 from cache +Info 19026[18:50:17.143] collectAutoImports: response is complete +Info 19027[18:50:17.143] collectAutoImports: 2.419106999412179 +Info 19028[18:50:17.143] getCompletionData: Semantic work: 2.9171389993280172 +Info 19029[18:50:17.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8167310003191233 +Info 19030[18:50:17.145] Format host information updated +Info 19031[18:50:17.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19032[18:50:17.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1448 structureChanged: false structureIsReused:: Completely Elapsed: 28.623431000858545ms +Info 19033[18:50:17.253] Different program with same set of files +Info 19034[18:50:17.253] getCompletionData: Get current token: 0.012037999927997589 +Info 19035[18:50:17.253] getCompletionData: Is inside comment: 0.04077399894595146 +Info 19036[18:50:17.253] getCompletionData: Get previous token: 0.0477369986474514 +Info 19037[18:50:17.253] getCompletionsAtPosition: isCompletionListBlocker: 0.005349000915884972 +Info 19038[18:50:17.255] getExportInfoMap: cache hit +Info 19039[18:50:17.260] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 19040[18:50:17.260] collectAutoImports: response is complete +Info 19041[18:50:17.260] collectAutoImports: 4.837856000289321 +Info 19042[18:50:17.260] getCompletionData: Semantic work: 6.35683000087738 +Info 19043[18:50:17.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.578192999586463 +Info 19044[18:50:17.265] Format host information updated +Info 19045[18:50:17.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19046[18:50:17.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1449 structureChanged: false structureIsReused:: Completely Elapsed: 12.703942999243736ms +Info 19047[18:50:17.337] Different program with same set of files +Info 19048[18:50:17.337] getCompletionData: Get current token: 0.005325000733137131 +Info 19049[18:50:17.337] getCompletionData: Is inside comment: 0.017602000385522842 +Info 19050[18:50:17.337] getCompletionData: Get previous token: 0.017830001190304756 +Info 19051[18:50:17.337] getCompletionsAtPosition: isCompletionListBlocker: 0.003209000453352928 +Info 19052[18:50:17.338] getExportInfoMap: cache hit +Info 19053[18:50:17.354] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1468 from cache +Info 19054[18:50:17.354] collectAutoImports: response is complete +Info 19055[18:50:17.354] collectAutoImports: 16.011549999937415 +Info 19056[18:50:17.354] getCompletionData: Semantic work: 16.73874199949205 +Info 19057[18:50:17.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.510842001065612 +Info 19058[18:50:17.365] Format host information updated +Info 19059[18:50:18.330] Format host information updated +Info 19060[18:50:18.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19061[18:50:18.340] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1450 structureChanged: false structureIsReused:: Completely Elapsed: 9.056982001289725ms +Info 19062[18:50:18.340] Different program with same set of files +Info 19063[18:50:18.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19064[18:50:18.477] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1451 structureChanged: false structureIsReused:: Completely Elapsed: 6.990348998457193ms +Info 19065[18:50:18.477] Different program with same set of files +Info 19066[18:50:18.477] getCompletionData: Get current token: 0.0023079998791217804 +Info 19067[18:50:18.477] getCompletionData: Is inside comment: 0.00991399958729744 +Info 19068[18:50:18.477] getCompletionData: Get previous token: 0.04833099991083145 +Info 19069[18:50:18.477] getCompletionsAtPosition: isCompletionListBlocker: 0.008243000134825706 +Info 19070[18:50:18.478] getExportInfoMap: cache hit +Info 19071[18:50:18.482] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 210 from cache +Info 19072[18:50:18.482] collectAutoImports: response is complete +Info 19073[18:50:18.482] collectAutoImports: 4.478829000145197 +Info 19074[18:50:18.482] getCompletionData: Semantic work: 5.0094809997826815 +Info 19075[18:50:18.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4698580000549555 +Info 19076[18:50:18.487] Format host information updated +Info 19077[18:50:18.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19078[18:50:18.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1452 structureChanged: false structureIsReused:: Completely Elapsed: 7.622088000178337ms +Info 19079[18:50:18.661] Different program with same set of files +Info 19080[18:50:18.661] getCompletionData: Get current token: 0.002867000177502632 +Info 19081[18:50:18.661] getCompletionData: Is inside comment: 0.012724999338388443 +Info 19082[18:50:18.661] getCompletionData: Get previous token: 0.005814000964164734 +Info 19083[18:50:18.661] getCompletionsAtPosition: isCompletionListBlocker: 0.0017339996993541718 +Info 19084[18:50:18.662] getCompletionData: Semantic work: 0.5972589999437332 +Info 19085[18:50:18.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0161739997565746 +Info 19086[18:50:18.663] Format host information updated +Info 19087[18:50:18.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19088[18:50:18.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1453 structureChanged: false structureIsReused:: Completely Elapsed: 6.958115000277758ms +Info 19089[18:50:18.895] Different program with same set of files +Info 19090[18:50:18.895] getCompletionData: Get current token: 0.00272500142455101 +Info 19091[18:50:18.895] getCompletionData: Is inside comment: 0.011109000071883202 +Info 19092[18:50:18.895] getCompletionData: Get previous token: 0.0102510005235672 +Info 19093[18:50:18.895] getCompletionsAtPosition: isCompletionListBlocker: 0.0017159990966320038 +Info 19094[18:50:18.896] getCompletionData: Semantic work: 0.6129769999533892 +Info 19095[18:50:18.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3275600001215935 +Info 19096[18:50:18.898] Format host information updated +Info 19097[18:50:18.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19098[18:50:18.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1454 structureChanged: false structureIsReused:: Completely Elapsed: 8.740892000496387ms +Info 19099[18:50:18.961] Different program with same set of files +Info 19100[18:50:18.961] getCompletionData: Get current token: 0.003084000200033188 +Info 19101[18:50:18.961] getCompletionData: Is inside comment: 0.014096001163125038 +Info 19102[18:50:18.961] getCompletionData: Get previous token: 0.014566998928785324 +Info 19103[18:50:18.961] getCompletionsAtPosition: isCompletionListBlocker: 0.0022829994559288025 +Info 19104[18:50:18.962] getCompletionData: Semantic work: 0.654254999011755 +Info 19105[18:50:18.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7894259989261627 +Info 19106[18:50:18.964] Format host information updated +Info 19107[18:50:19.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19108[18:50:19.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1455 structureChanged: false structureIsReused:: Completely Elapsed: 30.08899400010705ms +Info 19109[18:50:19.087] Different program with same set of files +Info 19110[18:50:19.087] getCompletionData: Get current token: 0.007627999410033226 +Info 19111[18:50:19.087] getCompletionData: Is inside comment: 0.03083300031721592 +Info 19112[18:50:19.087] getCompletionData: Get previous token: 0.03648599982261658 +Info 19113[18:50:19.088] getCompletionsAtPosition: isCompletionListBlocker: 0.004426000639796257 +Info 19114[18:50:19.094] getCompletionData: Semantic work: 6.501178000122309 +Info 19115[18:50:19.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3076239991933107 +Info 19116[18:50:19.098] Format host information updated +Info 19117[18:50:19.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19118[18:50:19.135] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1456 structureChanged: false structureIsReused:: Completely Elapsed: 7.848578000441194ms +Info 19119[18:50:19.135] Different program with same set of files +Info 19120[18:50:19.135] getCompletionData: Get current token: 0.0026389993727207184 +Info 19121[18:50:19.135] getCompletionData: Is inside comment: 0.012358998879790306 +Info 19122[18:50:19.135] getCompletionData: Get previous token: 0.01287899911403656 +Info 19123[18:50:19.135] getCompletionsAtPosition: isCompletionListBlocker: 0.0021110009402036667 +Info 19124[18:50:19.136] getCompletionData: Semantic work: 0.5693999994546175 +Info 19125[18:50:19.137] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.456216000020504 +Info 19126[18:50:19.138] Format host information updated +Info 19127[18:50:19.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19128[18:50:19.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1457 structureChanged: false structureIsReused:: Completely Elapsed: 28.20398499816656ms +Info 19129[18:50:19.252] Different program with same set of files +Info 19130[18:50:19.253] getCompletionData: Get current token: 0.006758999079465866 +Info 19131[18:50:19.253] getCompletionData: Is inside comment: 0.031122999265789986 +Info 19132[18:50:19.253] getCompletionData: Get previous token: 0.033761000260710716 +Info 19133[18:50:19.253] getCompletionsAtPosition: isCompletionListBlocker: 0.004302000626921654 +Info 19134[18:50:19.254] getCompletionData: Semantic work: 1.3548440001904964 +Info 19135[18:50:19.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6254900004714727 +Info 19136[18:50:19.258] Format host information updated +Info 19137[18:50:19.272] Format host information updated +Info 19138[18:50:19.272] getCompletionData: Get current token: 0.009980998933315277 +Info 19139[18:50:19.272] getCompletionData: Is inside comment: 0.0036690011620521545 +Info 19140[18:50:19.272] getCompletionData: Get previous token: 0.018907999619841576 +Info 19141[18:50:19.272] getCompletionsAtPosition: isCompletionListBlocker: 0.002204999327659607 +Info 19142[18:50:19.272] getCompletionData: Semantic work: 0.28054399974644184 +Info 19143[18:50:19.487] Format host information updated +Info 19144[18:50:19.488] getCompletionData: Get current token: 0.013364000245928764 +Info 19145[18:50:19.488] getCompletionData: Is inside comment: 0.0263030007481575 +Info 19146[18:50:19.488] getCompletionData: Get previous token: 0.01885399967432022 +Info 19147[18:50:19.488] getCompletionsAtPosition: isCompletionListBlocker: 0.004148000851273537 +Info 19148[18:50:19.488] getCompletionData: Semantic work: 0.3338109999895096 +Info 19149[18:50:19.555] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19150[18:50:19.563] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1458 structureChanged: false structureIsReused:: Completely Elapsed: 7.5403320007026196ms +Info 19151[18:50:19.563] Different program with same set of files +Info 19152[18:50:19.563] getCompletionData: Get current token: 0.002565000206232071 +Info 19153[18:50:19.563] getCompletionData: Is inside comment: 0.01425899937748909 +Info 19154[18:50:19.563] getCompletionData: Get previous token: 0.0060430001467466354 +Info 19155[18:50:19.563] getCompletionsAtPosition: isCompletionListBlocker: 0.0025829989463090897 +Info 19156[18:50:19.564] getExportInfoMap: cache hit +Info 19157[18:50:19.579] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1229 from cache +Info 19158[18:50:19.579] collectAutoImports: response is complete +Info 19159[18:50:19.579] collectAutoImports: 15.154566001147032 +Info 19160[18:50:19.579] getCompletionData: Semantic work: 15.703567000105977 +Info 19161[18:50:19.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.722717000171542 +Info 19162[18:50:19.587] Format host information updated +Info 19163[18:50:19.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19164[18:50:19.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1459 structureChanged: false structureIsReused:: Completely Elapsed: 9.475651999935508ms +Info 19165[18:50:19.625] Different program with same set of files +Info 19166[18:50:19.625] getCompletionData: Get current token: 0.0023079998791217804 +Info 19167[18:50:19.625] getCompletionData: Is inside comment: 0.029363000765442848 +Info 19168[18:50:19.625] getCompletionData: Get previous token: 0.004892999306321144 +Info 19169[18:50:19.625] getCompletionsAtPosition: isCompletionListBlocker: 0.006407000124454498 +Info 19170[18:50:19.626] getExportInfoMap: cache hit +Info 19171[18:50:19.636] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1229 from cache +Info 19172[18:50:19.636] collectAutoImports: response is complete +Info 19173[18:50:19.636] collectAutoImports: 10.935269000008702 +Info 19174[18:50:19.637] getCompletionData: Semantic work: 11.423885000869632 +Info 19175[18:50:19.640] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.172748999670148 +Info 19176[18:50:19.646] Format host information updated +Info 19177[18:50:22.673] Format host information updated +Info 19178[18:50:22.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19179[18:50:22.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1460 structureChanged: false structureIsReused:: Completely Elapsed: 8.349424999207258ms +Info 19180[18:50:22.681] Different program with same set of files +Info 19181[18:50:23.599] Format host information updated +Info 19182[18:50:23.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19183[18:50:23.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1461 structureChanged: false structureIsReused:: Completely Elapsed: 9.868644999340177ms +Info 19184[18:50:23.609] Different program with same set of files +Info 19185[18:50:23.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19186[18:50:23.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1462 structureChanged: false structureIsReused:: Completely Elapsed: 12.528203001245856ms +Info 19187[18:50:23.672] Different program with same set of files +Info 19188[18:50:23.673] getCompletionData: Get current token: 0.004096999764442444 +Info 19189[18:50:23.673] getCompletionData: Is inside comment: 0.01803099922835827 +Info 19190[18:50:23.673] getCompletionData: Get previous token: 0.01898999884724617 +Info 19191[18:50:23.673] getCompletionsAtPosition: isCompletionListBlocker: 0.012221001088619232 +Info 19192[18:50:23.674] getExportInfoMap: cache hit +Info 19193[18:50:23.683] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 210 from cache +Info 19194[18:50:23.683] collectAutoImports: response is complete +Info 19195[18:50:23.683] collectAutoImports: 9.194387000054121 +Info 19196[18:50:23.683] getCompletionData: Semantic work: 10.398245999589562 +Info 19197[18:50:23.685] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8490540012717247 +Info 19198[18:50:23.688] Format host information updated +Info 19199[18:50:23.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19200[18:50:23.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1463 structureChanged: false structureIsReused:: Completely Elapsed: 8.27892000041902ms +Info 19201[18:50:23.877] Different program with same set of files +Info 19202[18:50:23.877] getCompletionData: Get current token: 0.002871999517083168 +Info 19203[18:50:23.877] getCompletionData: Is inside comment: 0.013482000678777695 +Info 19204[18:50:23.877] getCompletionData: Get previous token: 0.006165999919176102 +Info 19205[18:50:23.877] getCompletionsAtPosition: isCompletionListBlocker: 0.002007000148296356 +Info 19206[18:50:23.877] getCompletionData: Semantic work: 0.6242789998650551 +Info 19207[18:50:23.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.019437998533249 +Info 19208[18:50:23.881] Format host information updated +Info 19209[18:50:24.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19210[18:50:24.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1464 structureChanged: false structureIsReused:: Completely Elapsed: 13.176079001277685ms +Info 19211[18:50:24.120] Different program with same set of files +Info 19212[18:50:24.120] getCompletionData: Get current token: 0.004969999194145203 +Info 19213[18:50:24.120] getCompletionData: Is inside comment: 0.02291800081729889 +Info 19214[18:50:24.120] getCompletionData: Get previous token: 0.019290000200271606 +Info 19215[18:50:24.120] getCompletionsAtPosition: isCompletionListBlocker: 0.003376999869942665 +Info 19216[18:50:24.121] getCompletionData: Semantic work: 0.6959849987179041 +Info 19217[18:50:24.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8172190003097057 +Info 19218[18:50:24.123] Format host information updated +Info 19219[18:50:24.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19220[18:50:24.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1465 structureChanged: false structureIsReused:: Completely Elapsed: 11.03404999896884ms +Info 19221[18:50:24.180] Different program with same set of files +Info 19222[18:50:24.181] getCompletionData: Get current token: 0.0036450009793043137 +Info 19223[18:50:24.181] getCompletionData: Is inside comment: 0.018864000216126442 +Info 19224[18:50:24.181] getCompletionData: Get previous token: 0.019446998834609985 +Info 19225[18:50:24.181] getCompletionsAtPosition: isCompletionListBlocker: 0.0026259999722242355 +Info 19226[18:50:24.181] getCompletionData: Semantic work: 0.7577909994870424 +Info 19227[18:50:24.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1374789997935295 +Info 19228[18:50:24.184] Format host information updated +Info 19229[18:50:24.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19230[18:50:24.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1466 structureChanged: false structureIsReused:: Completely Elapsed: 26.79380900040269ms +Info 19231[18:50:24.303] Different program with same set of files +Info 19232[18:50:24.303] getCompletionData: Get current token: 0.005750000476837158 +Info 19233[18:50:24.303] getCompletionData: Is inside comment: 0.02593200094997883 +Info 19234[18:50:24.303] getCompletionData: Get previous token: 0.02765600010752678 +Info 19235[18:50:24.303] getCompletionsAtPosition: isCompletionListBlocker: 0.003585001453757286 +Info 19236[18:50:24.304] getCompletionData: Semantic work: 1.13637899979949 +Info 19237[18:50:24.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5113929994404316 +Info 19238[18:50:24.308] Format host information updated +Info 19239[18:50:24.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19240[18:50:24.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1467 structureChanged: false structureIsReused:: Completely Elapsed: 7.67374499887228ms +Info 19241[18:50:24.529] Different program with same set of files +Info 19242[18:50:24.529] getCompletionData: Get current token: 0.0022579990327358246 +Info 19243[18:50:24.529] getCompletionData: Is inside comment: 0.010313000530004501 +Info 19244[18:50:24.529] getCompletionData: Get previous token: 0.004389999434351921 +Info 19245[18:50:24.530] getCompletionsAtPosition: isCompletionListBlocker: 0.006562000140547752 +Info 19246[18:50:24.530] getExportInfoMap: cache hit +Info 19247[18:50:24.546] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1229 from cache +Info 19248[18:50:24.546] collectAutoImports: response is complete +Info 19249[18:50:24.546] collectAutoImports: 15.828430000692606 +Info 19250[18:50:24.546] getCompletionData: Semantic work: 16.412897000089288 +Info 19251[18:50:24.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5392109993845224 +Info 19252[18:50:24.554] Format host information updated +Info 19253[18:50:27.605] Format host information updated +Info 19254[18:50:27.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19255[18:50:27.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1468 structureChanged: false structureIsReused:: Completely Elapsed: 8.07323400117457ms +Info 19256[18:50:27.614] Different program with same set of files +Info 19257[18:50:27.845] Format host information updated +Info 19258[18:50:27.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19259[18:50:27.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1469 structureChanged: false structureIsReused:: Completely Elapsed: 7.29895900003612ms +Info 19260[18:50:27.852] Different program with same set of files +Info 19261[18:50:28.179] Format host information updated +Info 19262[18:50:28.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19263[18:50:28.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1470 structureChanged: false structureIsReused:: Completely Elapsed: 9.162838999181986ms +Info 19264[18:50:28.189] Different program with same set of files +Info 19265[18:50:28.419] Format host information updated +Info 19266[18:50:28.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19267[18:50:28.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1471 structureChanged: false structureIsReused:: Completely Elapsed: 7.477400999516249ms +Info 19268[18:50:28.426] Different program with same set of files +Info 19269[18:50:28.958] Format host information updated +Info 19270[18:50:28.958] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19271[18:50:28.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1472 structureChanged: false structureIsReused:: Completely Elapsed: 7.315889999270439ms +Info 19272[18:50:28.966] Different program with same set of files +Info 19273[18:50:32.015] Format host information updated +Info 19274[18:50:32.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19275[18:50:32.026] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1473 structureChanged: false structureIsReused:: Completely Elapsed: 10.679027000442147ms +Info 19276[18:50:32.026] Different program with same set of files +Info 19277[18:53:16.894] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 19278[18:53:16.895] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.purs +Info 19279[18:53:16.895] Elapsed:: 1.548283001407981ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 19280[18:53:16.895] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 19281[18:53:16.896] Elapsed:: 0.7556439992040396ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 19282[18:54:33.716] Search path: /home/orion/src/purescript-puppeteer/src +Info 19283[18:54:33.717] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19284[18:54:33.718] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 19285[18:54:33.743] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 133 structureChanged: true structureIsReused:: Not Elapsed: 24.46389900147915ms +Info 19286[18:54:33.743] Project '/dev/null/inferredProject2*' (Inferred) +Info 19287[18:54:33.743] Files (130) + +Info 19288[18:54:33.743] ----------------------------------------------- +Info 19289[18:54:33.743] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 19290[18:54:33.743] Files (179) + +Info 19291[18:54:33.743] ----------------------------------------------- +Info 19292[18:54:33.744] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 19292[18:54:33.744] Files (138) + +Info 19292[18:54:33.744] ----------------------------------------------- +Info 19292[18:54:33.744] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 19292[18:54:33.744] Files (271) + +Info 19292[18:54:33.744] ----------------------------------------------- +Info 19292[18:54:33.744] Project '/dev/null/inferredProject2*' (Inferred) +Info 19292[18:54:33.744] Files (130) + +Info 19292[18:54:33.744] ----------------------------------------------- +Info 19292[18:54:33.744] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 19292[18:54:33.744] Files (179) + +Info 19292[18:54:33.744] ----------------------------------------------- +Info 19292[18:54:33.744] Open files: +Info 19292[18:54:33.744] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19292[18:54:33.744] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19292[18:54:33.744] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19292[18:54:33.744] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19292[18:54:33.744] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19292[18:54:33.744] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19292[18:54:33.744] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19292[18:54:33.744] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19292[18:54:33.744] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19292[18:54:33.744] Projects: /dev/null/inferredProject2* +Info 19292[18:54:33.929] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 19293[18:54:33.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 134 structureChanged: false structureIsReused:: Not Elapsed: 0.5529650002717972ms +Info 19294[18:54:34.014] Format host information updated +Info 19295[18:54:35.051] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 19296[18:54:35.063] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 11.71832099929452ms +Info 19297[18:54:35.063] Different program with same set of files +Info 19298[18:54:35.063] getCompletionData: Get current token: 0.001144997775554657 +Info 19299[18:54:35.063] getCompletionData: Is inside comment: 0.004232998937368393 +Info 19300[18:54:35.063] getCompletionData: Get previous token: 0.0041499994695186615 +Info 19301[18:54:35.064] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.32329000160098076 ms +Info 19302[18:54:35.064] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject3* +Info 19303[18:54:35.065] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject3* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.31580400094389915ms +Info 19304[18:54:35.065] getExportInfoMap: cache miss or empty; calculating new results +Info 19305[18:54:35.090] forEachExternalModuleToImportFrom autoImportProvider: 12.610491000115871 +Info 19306[18:54:35.090] getExportInfoMap: done in 26.701540999114513 ms +Info 19307[18:54:35.097] collectAutoImports: resolved 5 module specifiers, plus 103 ambient and 19 from cache +Info 19308[18:54:35.097] collectAutoImports: response is complete +Info 19309[18:54:35.097] collectAutoImports: 6.537868000566959 +Info 19310[18:54:35.097] getCompletionData: Semantic work: 33.93629299849272 +Info 19311[18:54:35.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.817807000130415 +Info 19312[18:54:35.101] Format host information updated +Info 19313[18:54:35.120] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 19314[18:54:35.128] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 7.93503799661994ms +Info 19315[18:54:35.128] Different program with same set of files +Info 19316[18:54:35.128] getCompletionData: Get current token: 0.0009239986538887024 +Info 19317[18:54:35.128] getCompletionData: Is inside comment: 0.002930000424385071 +Info 19318[18:54:35.128] getCompletionData: Get previous token: 0.0029699988663196564 +Info 19319[18:54:35.129] getExportInfoMap: cache hit +Info 19320[18:54:35.131] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 2 from cache +Info 19321[18:54:35.131] collectAutoImports: response is complete +Info 19322[18:54:35.131] collectAutoImports: 2.080229002982378 +Info 19323[18:54:35.131] getCompletionData: Semantic work: 2.545040998607874 +Info 19324[18:54:35.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.772902999073267 +Info 19325[18:54:35.134] Format host information updated +Info 19326[18:54:35.193] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 19327[18:54:35.194] Elapsed:: 0.6499049998819828ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 19328[18:54:35.194] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 19329[18:54:35.194] Elapsed:: 0.07581700012087822ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 19330[18:54:35.194] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject2* WatchType: Directory location for typing installer +Info 19331[18:54:35.194] Ignoring files that are not *.json +Info 19332[18:54:35.194] Elapsed:: 0.1080549992620945ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject2* WatchType: Directory location for typing installer +Info 19333[18:54:35.198] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 19334[18:54:35.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 17.036203000694513ms +Info 19335[18:54:35.216] Different program with same set of files +Info 19336[18:54:35.216] getCompletionData: Get current token: 0.0029769986867904663 +Info 19337[18:54:35.216] getCompletionData: Is inside comment: 0.010737001895904541 +Info 19338[18:54:35.216] getCompletionData: Get previous token: 0.009966999292373657 +Info 19339[18:54:35.217] getExportInfoMap: cache hit +Info 19340[18:54:35.223] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 19341[18:54:35.223] collectAutoImports: response is complete +Info 19342[18:54:35.223] collectAutoImports: 5.560185000300407 +Info 19343[18:54:35.223] getCompletionData: Semantic work: 7.02955399826169 +Info 19344[18:54:35.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.845761999487877 +Info 19345[18:54:35.228] Format host information updated +Info 19346[18:54:35.336] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 19347[18:54:35.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 8.338000003248453ms +Info 19348[18:54:35.344] Different program with same set of files +Info 19349[18:54:35.344] getCompletionData: Get current token: 0.001031000167131424 +Info 19350[18:54:35.344] getCompletionData: Is inside comment: 0.0034130029380321503 +Info 19351[18:54:35.344] getCompletionData: Get previous token: 0.0062989965081214905 +Info 19352[18:54:35.345] getExportInfoMap: cache hit +Info 19353[18:54:35.366] collectAutoImports: resolved 10 module specifiers, plus 1023 ambient and 157 from cache +Info 19354[18:54:35.366] collectAutoImports: response is complete +Info 19355[18:54:35.366] collectAutoImports: 20.66287099942565 +Info 19356[18:54:35.366] getCompletionData: Semantic work: 21.23913099989295 +Info 19357[18:54:35.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.142544999718666 +Info 19358[18:54:35.379] Format host information updated +Info 19359[18:54:35.397] Format host information updated +Info 19360[18:54:35.397] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 19361[18:54:35.404] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 7.00611400231719ms +Info 19362[18:54:35.404] Different program with same set of files +Info 19363[18:54:35.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19364[18:54:35.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1474 structureChanged: true structureIsReused:: Not Elapsed: 14.931776002049446ms +Info 19365[18:54:35.462] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 19366[18:54:35.462] Files (139) + +Info 19367[18:54:35.462] ----------------------------------------------- +Info 19368[18:54:35.462] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 19369[18:54:35.462] Files (271) + +Info 19370[18:54:35.462] ----------------------------------------------- +Info 19371[18:54:35.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19372[18:54:35.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1475 structureChanged: false structureIsReused:: Completely Elapsed: 5.86650700122118ms +Info 19373[18:54:35.535] Different program with same set of files +Info 19374[18:54:35.535] getCompletionData: Get current token: 0.0011500008404254913 +Info 19375[18:54:35.535] getCompletionData: Is inside comment: 0.0037879981100559235 +Info 19376[18:54:35.536] getCompletionData: Get previous token: 0.005136001855134964 +Info 19377[18:54:35.536] getCompletionsAtPosition: isCompletionListBlocker: 0.006060000509023666 +Info 19378[18:54:35.536] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.24814099818468094 ms +Info 19379[18:54:35.536] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 19380[18:54:35.537] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 6 structureChanged: false structureIsReused:: SafeModules Elapsed: 0.2838530018925667ms +Info 19381[18:54:35.537] getExportInfoMap: cache miss or empty; calculating new results +Info 19382[18:54:35.556] forEachExternalModuleToImportFrom autoImportProvider: 7.1880409978330135 +Info 19383[18:54:35.556] getExportInfoMap: done in 19.69048599898815 ms +Info 19384[18:54:35.566] collectAutoImports: resolved 20 module specifiers, plus 17 ambient and 208 from cache +Info 19385[18:54:35.566] collectAutoImports: response is complete +Info 19386[18:54:35.566] collectAutoImports: 9.952300000935793 +Info 19387[18:54:35.566] getCompletionData: Semantic work: 30.19999199733138 +Info 19388[18:54:35.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4855739995837212 +Info 19389[18:54:35.568] Format host information updated +Info 19390[18:54:35.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19391[18:54:35.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1476 structureChanged: false structureIsReused:: Completely Elapsed: 7.091077998280525ms +Info 19392[18:54:35.732] Different program with same set of files +Info 19393[18:54:35.732] getCompletionData: Get current token: 0.0011860020458698273 +Info 19394[18:54:35.732] getCompletionData: Is inside comment: 0.004275999963283539 +Info 19395[18:54:35.732] getCompletionData: Get previous token: 0.013343997299671173 +Info 19396[18:54:35.732] getCompletionsAtPosition: isCompletionListBlocker: 0.006965998560190201 +Info 19397[18:54:35.733] getExportInfoMap: cache hit +Info 19398[18:54:35.753] collectAutoImports: resolved 9 module specifiers, plus 219 ambient and 922 from cache +Info 19399[18:54:35.753] collectAutoImports: response is complete +Info 19400[18:54:35.753] collectAutoImports: 19.75313799828291 +Info 19401[18:54:35.753] getCompletionData: Semantic work: 20.38620100170374 +Info 19402[18:54:35.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.118411999195814 +Info 19403[18:54:35.761] Format host information updated +Info 19404[18:54:35.786] Format host information updated +Info 19405[18:54:35.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19406[18:54:35.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1477 structureChanged: false structureIsReused:: Completely Elapsed: 11.587428998202085ms +Info 19407[18:54:35.797] Different program with same set of files +Info 19408[18:54:35.878] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19409[18:54:35.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1478 structureChanged: false structureIsReused:: Completely Elapsed: 5.627312999218702ms +Info 19410[18:54:35.884] Different program with same set of files +Info 19411[18:54:35.884] getCompletionData: Get current token: 0.0009840019047260284 +Info 19412[18:54:35.884] getCompletionData: Is inside comment: 0.0039050020277500153 +Info 19413[18:54:35.884] getCompletionData: Get previous token: 0.006422001868486404 +Info 19414[18:54:35.884] getCompletionsAtPosition: isCompletionListBlocker: 0.0011180005967617035 +Info 19415[18:54:35.884] Returning an empty list because completion was requested in an invalid position. +Info 19416[18:54:35.884] Format host information updated +Info 19417[18:54:36.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19418[18:54:36.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1479 structureChanged: false structureIsReused:: Completely Elapsed: 13.720683999359608ms +Info 19419[18:54:36.116] Different program with same set of files +Info 19420[18:54:36.116] getCompletionData: Get current token: 0.0018050000071525574 +Info 19421[18:54:36.116] getCompletionData: Is inside comment: 0.008703000843524933 +Info 19422[18:54:36.116] getCompletionData: Get previous token: 0.01394999772310257 +Info 19423[18:54:36.116] getCompletionsAtPosition: isCompletionListBlocker: 0.0021140016615390778 +Info 19424[18:54:36.116] Returning an empty list because completion was requested in an invalid position. +Info 19425[18:54:36.116] Format host information updated +Info 19426[18:54:36.184] Format host information updated +Info 19427[18:54:36.184] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19428[18:54:36.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1480 structureChanged: false structureIsReused:: Completely Elapsed: 6.343311000615358ms +Info 19429[18:54:36.190] Different program with same set of files +Info 19430[18:54:36.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19431[18:54:36.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1481 structureChanged: false structureIsReused:: Completely Elapsed: 24.140137001872063ms +Info 19432[18:54:36.540] Different program with same set of files +Info 19433[18:54:36.540] getCompletionData: Get current token: 0.0036299973726272583 +Info 19434[18:54:36.540] getCompletionData: Is inside comment: 0.014520000666379929 +Info 19435[18:54:36.541] getCompletionData: Get previous token: 0.03867500275373459 +Info 19436[18:54:36.541] getCompletionsAtPosition: isCompletionListBlocker: 0.0034580007195472717 +Info 19437[18:54:36.541] Returning an empty list because completion was requested in an invalid position. +Info 19438[18:54:36.541] Format host information updated +Info 19439[18:54:36.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19440[18:54:36.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1482 structureChanged: false structureIsReused:: Completely Elapsed: 22.35097799822688ms +Info 19441[18:54:36.693] Different program with same set of files +Info 19442[18:54:36.694] getCompletionData: Get current token: 0.003961000591516495 +Info 19443[18:54:36.694] getCompletionData: Is inside comment: 0.018629997968673706 +Info 19444[18:54:36.694] getCompletionData: Get previous token: 0.029906999319791794 +Info 19445[18:54:36.694] getCompletionsAtPosition: isCompletionListBlocker: 0.004259999841451645 +Info 19446[18:54:36.694] Returning an empty list because completion was requested in an invalid position. +Info 19447[18:54:36.694] Format host information updated +Info 19448[18:54:36.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19449[18:54:36.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1483 structureChanged: false structureIsReused:: Completely Elapsed: 22.377944000065327ms +Info 19450[18:54:36.876] Different program with same set of files +Info 19451[18:54:36.876] getCompletionData: Get current token: 0.004262000322341919 +Info 19452[18:54:36.876] getCompletionData: Is inside comment: 0.019370999187231064 +Info 19453[18:54:36.876] getCompletionData: Get previous token: 0.031449999660253525 +Info 19454[18:54:36.877] getCompletionsAtPosition: isCompletionListBlocker: 0.004443001002073288 +Info 19455[18:54:36.877] Returning an empty list because completion was requested in an invalid position. +Info 19456[18:54:36.882] Format host information updated +Info 19457[18:54:36.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19458[18:54:36.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1484 structureChanged: false structureIsReused:: Completely Elapsed: 22.17280599847436ms +Info 19459[18:54:36.963] Different program with same set of files +Info 19460[18:54:36.963] getCompletionData: Get current token: 0.0039779990911483765 +Info 19461[18:54:36.963] getCompletionData: Is inside comment: 0.018671002238988876 +Info 19462[18:54:36.963] getCompletionData: Get previous token: 0.030154999345541 +Info 19463[18:54:36.963] getCompletionsAtPosition: isCompletionListBlocker: 0.0057040005922317505 +Info 19464[18:54:36.963] Returning an empty list because completion was requested in an invalid position. +Info 19465[18:54:36.964] Format host information updated +Info 19466[18:54:37.043] Format host information updated +Info 19467[18:54:37.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19468[18:54:37.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1485 structureChanged: false structureIsReused:: Completely Elapsed: 22.32559099793434ms +Info 19469[18:54:37.066] Different program with same set of files +Info 19470[18:54:37.186] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19471[18:54:37.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1486 structureChanged: false structureIsReused:: Completely Elapsed: 29.692212998867035ms +Info 19472[18:54:37.216] Different program with same set of files +Info 19473[18:54:37.216] getCompletionData: Get current token: 0.003001999109983444 +Info 19474[18:54:37.216] getCompletionData: Is inside comment: 0.0153609998524189 +Info 19475[18:54:37.216] getCompletionData: Get previous token: 0.010089002549648285 +Info 19476[18:54:37.216] getCompletionsAtPosition: isCompletionListBlocker: 0.01748500019311905 +Info 19477[18:54:37.218] getExportInfoMap: cache hit +Info 19478[18:54:37.241] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 19479[18:54:37.241] collectAutoImports: response is complete +Info 19480[18:54:37.241] collectAutoImports: 23.00814699754119 +Info 19481[18:54:37.241] getCompletionData: Semantic work: 24.708771001547575 +Info 19482[18:54:37.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9844409972429276 +Info 19483[18:54:37.250] Format host information updated +Info 19484[18:54:37.253] Format host information updated +Info 19485[18:54:37.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19486[18:54:37.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1487 structureChanged: false structureIsReused:: Completely Elapsed: 5.5816950015723705ms +Info 19487[18:54:37.259] Different program with same set of files +Info 19488[18:54:37.695] Before ensureProjectForOpenFiles: +Info 19489[18:54:37.695] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 19489[18:54:37.695] Files (139) + +Info 19489[18:54:37.695] ----------------------------------------------- +Info 19489[18:54:37.695] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 19489[18:54:37.695] Files (271) + +Info 19489[18:54:37.695] ----------------------------------------------- +Info 19489[18:54:37.695] Project '/dev/null/inferredProject2*' (Inferred) +Info 19489[18:54:37.696] Files (130) + +Info 19489[18:54:37.696] ----------------------------------------------- +Info 19489[18:54:37.696] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 19489[18:54:37.696] Files (179) + +Info 19489[18:54:37.696] ----------------------------------------------- +Info 19489[18:54:37.696] Open files: +Info 19489[18:54:37.696] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19489[18:54:37.696] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19489[18:54:37.696] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19489[18:54:37.696] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19489[18:54:37.696] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19489[18:54:37.696] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19489[18:54:37.696] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19489[18:54:37.696] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19489[18:54:37.696] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19489[18:54:37.696] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19489[18:54:37.696] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 19490[18:54:37.711] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 140 structureChanged: true structureIsReused:: Not Elapsed: 14.652970999479294ms +Info 19491[18:54:37.711] Project '/dev/null/inferredProject2*' (Inferred) +Info 19492[18:54:37.711] Files (129) + +Info 19493[18:54:37.711] ----------------------------------------------- +Info 19494[18:54:37.711] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 19495[18:54:37.711] Files (179) + +Info 19496[18:54:37.711] ----------------------------------------------- +Info 19497[18:54:37.711] After ensureProjectForOpenFiles: +Info 19498[18:54:37.711] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 19498[18:54:37.711] Files (139) + +Info 19498[18:54:37.711] ----------------------------------------------- +Info 19498[18:54:37.711] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 19498[18:54:37.711] Files (271) + +Info 19498[18:54:37.711] ----------------------------------------------- +Info 19498[18:54:37.711] Project '/dev/null/inferredProject2*' (Inferred) +Info 19498[18:54:37.711] Files (129) + +Info 19498[18:54:37.711] ----------------------------------------------- +Info 19498[18:54:37.711] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 19498[18:54:37.711] Files (179) + +Info 19498[18:54:37.711] ----------------------------------------------- +Info 19498[18:54:37.711] Open files: +Info 19498[18:54:37.711] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19498[18:54:37.711] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19498[18:54:37.711] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19498[18:54:37.711] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19498[18:54:37.711] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19498[18:54:37.711] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19498[18:54:37.711] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19498[18:54:37.711] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19498[18:54:37.711] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 19498[18:54:37.711] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19498[18:54:37.711] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js +Info 19499[18:54:39.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19500[18:54:39.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1488 structureChanged: false structureIsReused:: Completely Elapsed: 7.867904998362064ms +Info 19501[18:54:39.596] Different program with same set of files +Info 19502[18:54:39.596] getCompletionData: Get current token: 0.002907000482082367 +Info 19503[18:54:39.596] getCompletionData: Is inside comment: 0.0016239993274211884 +Info 19504[18:54:39.596] getCompletionData: Get previous token: 0.014615997672080994 +Info 19505[18:54:39.596] getCompletionsAtPosition: isCompletionListBlocker: 0.0015980005264282227 +Info 19506[18:54:39.596] Returning an empty list because completion was requested in an invalid position. +Info 19507[18:54:39.598] Format host information updated +Info 19508[18:54:39.988] Format host information updated +Info 19509[18:54:39.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19510[18:54:39.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1489 structureChanged: false structureIsReused:: Completely Elapsed: 8.080598000437021ms +Info 19511[18:54:39.996] Different program with same set of files +Info 19512[18:54:40.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19513[18:54:40.439] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1490 structureChanged: false structureIsReused:: Completely Elapsed: 5.990426998585463ms +Info 19514[18:54:40.439] Different program with same set of files +Info 19515[18:54:40.439] getCompletionData: Get current token: 0.002564001828432083 +Info 19516[18:54:40.439] getCompletionData: Is inside comment: 0.005790002644062042 +Info 19517[18:54:40.439] getCompletionData: Get previous token: 0.003865998238325119 +Info 19518[18:54:40.439] getCompletionsAtPosition: isCompletionListBlocker: 0.0034749992191791534 +Info 19519[18:54:40.439] Returning an empty list because completion was requested in an invalid position. +Info 19520[18:54:40.440] Format host information updated +Info 19521[18:54:40.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19522[18:54:40.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1491 structureChanged: false structureIsReused:: Completely Elapsed: 5.771754998713732ms +Info 19523[18:54:40.574] Different program with same set of files +Info 19524[18:54:40.574] getCompletionData: Get current token: 0.0007899999618530273 +Info 19525[18:54:40.574] getCompletionData: Is inside comment: 0.003292001783847809 +Info 19526[18:54:40.574] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19527[18:54:40.574] Format host information updated +Info 19528[18:54:40.728] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19529[18:54:40.735] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1492 structureChanged: false structureIsReused:: Completely Elapsed: 7.661690000444651ms +Info 19530[18:54:40.735] Different program with same set of files +Info 19531[18:54:40.736] getCompletionData: Get current token: 0.001350998878479004 +Info 19532[18:54:40.736] getCompletionData: Is inside comment: 0.004071999341249466 +Info 19533[18:54:40.736] Format host information updated +Info 19534[18:54:41.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19535[18:54:41.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1493 structureChanged: false structureIsReused:: Completely Elapsed: 5.975831001996994ms +Info 19536[18:54:41.184] Different program with same set of files +Info 19537[18:54:41.184] getCompletionData: Get current token: 0.0014519989490509033 +Info 19538[18:54:41.184] getCompletionData: Is inside comment: 0.005134999752044678 +Info 19539[18:54:41.184] Format host information updated +Info 19540[18:54:41.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19541[18:54:41.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1494 structureChanged: false structureIsReused:: Completely Elapsed: 9.750572998076677ms +Info 19542[18:54:41.507] Different program with same set of files +Info 19543[18:54:41.507] getCompletionData: Get current token: 0.0013209991157054901 +Info 19544[18:54:41.507] getCompletionData: Is inside comment: 0.0048700012266635895 +Info 19545[18:54:41.508] Format host information updated +Info 19546[18:54:41.798] Format host information updated +Info 19547[18:54:41.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19548[18:54:41.803] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1495 structureChanged: false structureIsReused:: Completely Elapsed: 5.399059001356363ms +Info 19549[18:54:41.803] Different program with same set of files +Info 19550[18:54:42.184] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19551[18:54:42.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1496 structureChanged: false structureIsReused:: Completely Elapsed: 5.878729999065399ms +Info 19552[18:54:42.190] Different program with same set of files +Info 19553[18:54:42.190] getCompletionData: Get current token: 0.0015210025012493134 +Info 19554[18:54:42.190] getCompletionData: Is inside comment: 0.0058399997651577 +Info 19555[18:54:42.190] Format host information updated +Info 19556[18:54:42.367] getCompletionData: Get current token: 0.0015190020203590393 +Info 19557[18:54:42.367] getCompletionData: Is inside comment: 0.005240999162197113 +Info 19558[18:54:42.614] Format host information updated +Info 19559[18:54:42.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19560[18:54:42.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1497 structureChanged: false structureIsReused:: Completely Elapsed: 5.896747998893261ms +Info 19561[18:54:42.620] Different program with same set of files +Info 19562[18:54:42.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19563[18:54:42.705] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1498 structureChanged: false structureIsReused:: Completely Elapsed: 5.655543997883797ms +Info 19564[18:54:42.705] Different program with same set of files +Info 19565[18:54:42.705] getCompletionData: Get current token: 0.0017709992825984955 +Info 19566[18:54:42.705] getCompletionData: Is inside comment: 0.006827998906373978 +Info 19567[18:54:42.705] Format host information updated +Info 19568[18:54:42.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19569[18:54:42.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1499 structureChanged: false structureIsReused:: Completely Elapsed: 5.88739700242877ms +Info 19570[18:54:42.941] Different program with same set of files +Info 19571[18:54:42.941] getCompletionData: Get current token: 0.00164099782705307 +Info 19572[18:54:42.941] getCompletionData: Is inside comment: 0.0060820020735263824 +Info 19573[18:54:42.941] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19574[18:54:42.942] Format host information updated +Info 19575[18:54:43.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19576[18:54:43.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1500 structureChanged: false structureIsReused:: Completely Elapsed: 5.863138001412153ms +Info 19577[18:54:43.050] Different program with same set of files +Info 19578[18:54:43.050] getCompletionData: Get current token: 0.0018470026552677155 +Info 19579[18:54:43.050] getCompletionData: Is inside comment: 0.0070389993488788605 +Info 19580[18:54:43.050] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19581[18:54:43.050] Format host information updated +Info 19582[18:54:43.142] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19583[18:54:43.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1501 structureChanged: false structureIsReused:: Completely Elapsed: 27.018708001822233ms +Info 19584[18:54:43.169] Different program with same set of files +Info 19585[18:54:43.170] getCompletionData: Get current token: 0.004649996757507324 +Info 19586[18:54:43.170] getCompletionData: Is inside comment: 0.01652899757027626 +Info 19587[18:54:43.170] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19588[18:54:43.170] Format host information updated +Info 19589[18:54:43.274] Format host information updated +Info 19590[18:54:43.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19591[18:54:43.285] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1502 structureChanged: false structureIsReused:: Completely Elapsed: 10.346005998551846ms +Info 19592[18:54:43.285] Different program with same set of files +Info 19593[18:54:43.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19594[18:54:43.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1503 structureChanged: false structureIsReused:: Completely Elapsed: 6.332070000469685ms +Info 19595[18:54:43.562] Different program with same set of files +Info 19596[18:54:43.562] getCompletionData: Get current token: 0.001975998282432556 +Info 19597[18:54:43.562] getCompletionData: Is inside comment: 0.006689000874757767 +Info 19598[18:54:43.562] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19599[18:54:43.562] Format host information updated +Info 19600[18:54:43.921] getCompletionData: Get current token: 0.012643001973628998 +Info 19601[18:54:43.922] getCompletionData: Is inside comment: 0.04185299947857857 +Info 19602[18:54:43.922] getCompletionData: Get previous token: 0.02665400132536888 +Info 19603[18:54:43.922] getCompletionsAtPosition: isCompletionListBlocker: 0.006843000650405884 +Info 19604[18:54:43.924] getExportInfoMap: cache hit +Info 19605[18:54:43.964] collectAutoImports: resolved 3 module specifiers, plus 175 ambient and 1054 from cache +Info 19606[18:54:43.964] collectAutoImports: response is complete +Info 19607[18:54:43.964] collectAutoImports: 39.97993199899793 +Info 19608[18:54:43.964] getCompletionData: Semantic work: 42.20807600021362 +Info 19609[18:54:43.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.450426999479532 +Info 19610[18:54:44.282] getCompletionData: Get current token: 0.002990998327732086 +Info 19611[18:54:44.282] getCompletionData: Is inside comment: 0.008494000881910324 +Info 19612[18:54:44.282] getCompletionData: Get previous token: 0.004851996898651123 +Info 19613[18:54:44.282] getCompletionsAtPosition: isCompletionListBlocker: 0.001957003027200699 +Info 19614[18:54:44.283] getExportInfoMap: cache hit +Info 19615[18:54:44.291] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19616[18:54:44.291] collectAutoImports: response is complete +Info 19617[18:54:44.291] collectAutoImports: 8.565834000706673 +Info 19618[18:54:44.291] getCompletionData: Semantic work: 9.026467002928257 +Info 19619[18:54:44.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.319355998188257 +Info 19620[18:54:44.453] getCompletionData: Get current token: 0.001567002385854721 +Info 19621[18:54:44.453] getCompletionData: Is inside comment: 0.006720997393131256 +Info 19622[18:54:44.453] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19623[18:54:44.668] Format host information updated +Info 19624[18:54:44.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19625[18:54:44.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1504 structureChanged: false structureIsReused:: Completely Elapsed: 6.056997999548912ms +Info 19626[18:54:44.674] Different program with same set of files +Info 19627[18:54:44.902] getCompletionData: Get current token: 0.0024590007960796356 +Info 19628[18:54:44.902] getCompletionData: Is inside comment: 0.008179999887943268 +Info 19629[18:54:44.902] getCompletionData: Get previous token: 0.005293000489473343 +Info 19630[18:54:44.902] getCompletionsAtPosition: isCompletionListBlocker: 0.005520999431610107 +Info 19631[18:54:44.903] getExportInfoMap: cache hit +Info 19632[18:54:44.913] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19633[18:54:44.913] collectAutoImports: response is complete +Info 19634[18:54:44.913] collectAutoImports: 10.000204998999834 +Info 19635[18:54:44.913] getCompletionData: Semantic work: 10.403351999819279 +Info 19636[18:54:44.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.215964000672102 +Info 19637[18:54:45.038] getCompletionData: Get current token: 0.002906002104282379 +Info 19638[18:54:45.038] getCompletionData: Is inside comment: 0.008251998573541641 +Info 19639[18:54:45.038] getCompletionData: Get previous token: 0.005432002246379852 +Info 19640[18:54:45.038] getCompletionsAtPosition: isCompletionListBlocker: 0.0020829997956752777 +Info 19641[18:54:45.039] getExportInfoMap: cache hit +Info 19642[18:54:45.047] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19643[18:54:45.047] collectAutoImports: response is complete +Info 19644[18:54:45.047] collectAutoImports: 8.141747999936342 +Info 19645[18:54:45.047] getCompletionData: Semantic work: 8.61039900034666 +Info 19646[18:54:45.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.256239000707865 +Info 19647[18:54:45.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19648[18:54:45.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1505 structureChanged: false structureIsReused:: Completely Elapsed: 6.328246999531984ms +Info 19649[18:54:45.552] Different program with same set of files +Info 19650[18:54:45.552] getCompletionData: Get current token: 0.002553999423980713 +Info 19651[18:54:45.552] getCompletionData: Is inside comment: 0.008343998342752457 +Info 19652[18:54:45.552] getCompletionData: Get previous token: 0.005623999983072281 +Info 19653[18:54:45.552] getCompletionsAtPosition: isCompletionListBlocker: 0.0021379999816417694 +Info 19654[18:54:45.553] getExportInfoMap: cache hit +Info 19655[18:54:45.565] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19656[18:54:45.565] collectAutoImports: response is complete +Info 19657[18:54:45.565] collectAutoImports: 11.970683999359608 +Info 19658[18:54:45.565] getCompletionData: Semantic work: 12.753118999302387 +Info 19659[18:54:45.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.544026996940374 +Info 19660[18:54:45.573] Format host information updated +Info 19661[18:54:45.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19662[18:54:45.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1506 structureChanged: false structureIsReused:: Completely Elapsed: 5.976576000452042ms +Info 19663[18:54:45.631] Different program with same set of files +Info 19664[18:54:45.631] getCompletionData: Get current token: 0.003568999469280243 +Info 19665[18:54:45.631] getCompletionData: Is inside comment: 0.010652001947164536 +Info 19666[18:54:45.631] getCompletionData: Get previous token: 0.006567999720573425 +Info 19667[18:54:45.631] getCompletionsAtPosition: isCompletionListBlocker: 0.006180997937917709 +Info 19668[18:54:45.632] getExportInfoMap: cache hit +Info 19669[18:54:45.644] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19670[18:54:45.644] collectAutoImports: response is complete +Info 19671[18:54:45.644] collectAutoImports: 12.596496999263763 +Info 19672[18:54:45.644] getCompletionData: Semantic work: 13.064480002969503 +Info 19673[18:54:45.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.714470002800226 +Info 19674[18:54:45.653] Format host information updated +Info 19675[18:54:45.706] getCompletionData: Get current token: 0.01449199765920639 +Info 19676[18:54:45.706] getCompletionData: Is inside comment: 0.04385099932551384 +Info 19677[18:54:45.706] getCompletionData: Get previous token: 0.02797599881887436 +Info 19678[18:54:45.707] getCompletionsAtPosition: isCompletionListBlocker: 0.006459999829530716 +Info 19679[18:54:45.707] Returning an empty list because completion was requested in an invalid position. +Info 19680[18:54:46.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19681[18:54:46.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1507 structureChanged: false structureIsReused:: Completely Elapsed: 5.861441999673843ms +Info 19682[18:54:46.022] Different program with same set of files +Info 19683[18:54:46.022] getCompletionData: Get current token: 0.003228999674320221 +Info 19684[18:54:46.022] getCompletionData: Is inside comment: 0.010288000106811523 +Info 19685[18:54:46.022] getCompletionData: Get previous token: 0.0291609987616539 +Info 19686[18:54:46.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0029980018734931946 +Info 19687[18:54:46.023] getExportInfoMap: cache hit +Info 19688[18:54:46.025] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 19689[18:54:46.025] collectAutoImports: response is complete +Info 19690[18:54:46.025] collectAutoImports: 2.034212999045849 +Info 19691[18:54:46.025] getCompletionData: Semantic work: 2.493148997426033 +Info 19692[18:54:46.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7619329988956451 +Info 19693[18:54:46.027] Format host information updated +Info 19694[18:54:46.474] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19695[18:54:46.480] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1508 structureChanged: false structureIsReused:: Completely Elapsed: 5.923123996704817ms +Info 19696[18:54:46.480] Different program with same set of files +Info 19697[18:54:46.480] getCompletionData: Get current token: 0.002558000385761261 +Info 19698[18:54:46.480] getCompletionData: Is inside comment: 0.009734001010656357 +Info 19699[18:54:46.480] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19700[18:54:46.482] Format host information updated +Info 19701[18:54:46.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19702[18:54:46.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1509 structureChanged: false structureIsReused:: Completely Elapsed: 6.482650000602007ms +Info 19703[18:54:46.645] Different program with same set of files +Info 19704[18:54:46.645] getCompletionData: Get current token: 0.0029930025339126587 +Info 19705[18:54:46.645] getCompletionData: Is inside comment: 0.011498000472784042 +Info 19706[18:54:46.645] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19707[18:54:46.645] Format host information updated +Info 19708[18:54:46.804] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19709[18:54:46.811] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1510 structureChanged: false structureIsReused:: Completely Elapsed: 6.340130001306534ms +Info 19710[18:54:46.811] Different program with same set of files +Info 19711[18:54:46.811] getCompletionData: Get current token: 0.003401000052690506 +Info 19712[18:54:46.811] getCompletionData: Is inside comment: 0.008710000663995743 +Info 19713[18:54:46.811] getCompletionData: Get previous token: 0.010019998997449875 +Info 19714[18:54:46.811] getCompletionsAtPosition: isCompletionListBlocker: 0.0029739998281002045 +Info 19715[18:54:46.812] getExportInfoMap: cache hit +Info 19716[18:54:46.813] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 19717[18:54:46.813] collectAutoImports: response is complete +Info 19718[18:54:46.813] collectAutoImports: 1.6829270012676716 +Info 19719[18:54:46.813] getCompletionData: Semantic work: 2.16686400026083 +Info 19720[18:54:46.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.547224000096321 +Info 19721[18:54:46.817] Format host information updated +Info 19722[18:54:46.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19723[18:54:46.919] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1511 structureChanged: false structureIsReused:: Completely Elapsed: 22.136501997709274ms +Info 19724[18:54:46.919] Different program with same set of files +Info 19725[18:54:46.919] getCompletionData: Get current token: 0.013521000742912292 +Info 19726[18:54:46.920] getCompletionData: Is inside comment: 0.03926499933004379 +Info 19727[18:54:46.920] getCompletionData: Get previous token: 0.04914800077676773 +Info 19728[18:54:46.920] getCompletionsAtPosition: isCompletionListBlocker: 0.008071999996900558 +Info 19729[18:54:46.921] getExportInfoMap: cache hit +Info 19730[18:54:46.926] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 19731[18:54:46.926] collectAutoImports: response is complete +Info 19732[18:54:46.926] collectAutoImports: 4.8531620018184185 +Info 19733[18:54:46.926] getCompletionData: Semantic work: 6.578555002808571 +Info 19734[18:54:46.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.000105999410152 +Info 19735[18:54:46.932] Format host information updated +Info 19736[18:54:47.554] Format host information updated +Info 19737[18:54:47.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19738[18:54:47.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1512 structureChanged: false structureIsReused:: Completely Elapsed: 5.76129599660635ms +Info 19739[18:54:47.560] Different program with same set of files +Info 19740[18:54:48.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19741[18:54:48.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1513 structureChanged: false structureIsReused:: Completely Elapsed: 5.968012999743223ms +Info 19742[18:54:48.084] Different program with same set of files +Info 19743[18:54:48.084] getCompletionData: Get current token: 0.0032779984176158905 +Info 19744[18:54:48.084] getCompletionData: Is inside comment: 0.010965999215841293 +Info 19745[18:54:48.085] getCompletionData: Get previous token: 0.014559000730514526 +Info 19746[18:54:48.085] getCompletionsAtPosition: isCompletionListBlocker: 0.0021540001034736633 +Info 19747[18:54:48.085] getExportInfoMap: cache hit +Info 19748[18:54:48.089] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 19749[18:54:48.089] collectAutoImports: response is complete +Info 19750[18:54:48.089] collectAutoImports: 4.3719290010631084 +Info 19751[18:54:48.089] getCompletionData: Semantic work: 4.859522998332977 +Info 19752[18:54:48.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.418097000569105 +Info 19753[18:54:48.095] Format host information updated +Info 19754[18:54:48.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19755[18:54:48.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1514 structureChanged: false structureIsReused:: Completely Elapsed: 5.987725000828505ms +Info 19756[18:54:48.256] Different program with same set of files +Info 19757[18:54:48.256] getCompletionData: Get current token: 0.004098996520042419 +Info 19758[18:54:48.256] getCompletionData: Is inside comment: 0.011750999838113785 +Info 19759[18:54:48.256] getCompletionData: Get previous token: 0.015058998018503189 +Info 19760[18:54:48.257] getCompletionsAtPosition: isCompletionListBlocker: 0.0021670013666152954 +Info 19761[18:54:48.257] getExportInfoMap: cache hit +Info 19762[18:54:48.261] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 115 from cache +Info 19763[18:54:48.261] collectAutoImports: response is complete +Info 19764[18:54:48.261] collectAutoImports: 3.7802129983901978 +Info 19765[18:54:48.261] getCompletionData: Semantic work: 4.300739999860525 +Info 19766[18:54:48.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.23811199888587 +Info 19767[18:54:48.264] Format host information updated +Info 19768[18:54:48.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19769[18:54:48.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1515 structureChanged: false structureIsReused:: Completely Elapsed: 5.775674000382423ms +Info 19770[18:54:48.349] Different program with same set of files +Info 19771[18:54:48.349] getCompletionData: Get current token: 0.0033790022134780884 +Info 19772[18:54:48.349] getCompletionData: Is inside comment: 0.012841999530792236 +Info 19773[18:54:48.349] getCompletionData: Get previous token: 0.014440998435020447 +Info 19774[18:54:48.349] getCompletionsAtPosition: isCompletionListBlocker: 0.0019150003790855408 +Info 19775[18:54:48.350] getExportInfoMap: cache hit +Info 19776[18:54:48.354] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 47 from cache +Info 19777[18:54:48.354] collectAutoImports: response is complete +Info 19778[18:54:48.354] collectAutoImports: 4.4552100002765656 +Info 19779[18:54:48.354] getCompletionData: Semantic work: 4.908621001988649 +Info 19780[18:54:48.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1654599979519844 +Info 19781[18:54:48.358] Format host information updated +Info 19782[18:54:48.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19783[18:54:48.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1516 structureChanged: false structureIsReused:: Completely Elapsed: 21.98293799906969ms +Info 19784[18:54:48.448] Different program with same set of files +Info 19785[18:54:48.449] getCompletionData: Get current token: 0.013841003179550171 +Info 19786[18:54:48.449] getCompletionData: Is inside comment: 0.048454999923706055 +Info 19787[18:54:48.449] getCompletionData: Get previous token: 0.061723001301288605 +Info 19788[18:54:48.449] getCompletionsAtPosition: isCompletionListBlocker: 0.006176002323627472 +Info 19789[18:54:48.450] getExportInfoMap: cache hit +Info 19790[18:54:48.458] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 19791[18:54:48.458] collectAutoImports: response is complete +Info 19792[18:54:48.458] collectAutoImports: 7.228447999805212 +Info 19793[18:54:48.458] getCompletionData: Semantic work: 8.9467520006001 +Info 19794[18:54:48.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9648390002548695 +Info 19795[18:54:48.465] Format host information updated +Info 19796[18:54:49.815] Format host information updated +Info 19797[18:54:49.815] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19798[18:54:49.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1517 structureChanged: false structureIsReused:: Completely Elapsed: 6.5220310017466545ms +Info 19799[18:54:49.821] Different program with same set of files +Info 19800[18:54:50.170] getCompletionData: Get current token: 0.004635997116565704 +Info 19801[18:54:50.170] getCompletionData: Is inside comment: 0.008280999958515167 +Info 19802[18:54:50.170] getCompletionData: Get previous token: 0.006152000278234482 +Info 19803[18:54:50.170] getCompletionsAtPosition: isCompletionListBlocker: 0.006198998540639877 +Info 19804[18:54:50.171] getExportInfoMap: cache hit +Info 19805[18:54:50.184] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19806[18:54:50.184] collectAutoImports: response is complete +Info 19807[18:54:50.184] collectAutoImports: 13.102453999221325 +Info 19808[18:54:50.184] getCompletionData: Semantic work: 13.66601099818945 +Info 19809[18:54:50.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.154022999107838 +Info 19810[18:54:50.342] Format host information updated +Info 19811[18:54:50.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19812[18:54:50.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1518 structureChanged: false structureIsReused:: Completely Elapsed: 5.838812001049519ms +Info 19813[18:54:50.348] Different program with same set of files +Info 19814[18:54:50.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19815[18:54:50.622] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1519 structureChanged: false structureIsReused:: Completely Elapsed: 8.079641997814178ms +Info 19816[18:54:50.622] Different program with same set of files +Info 19817[18:54:50.622] getCompletionData: Get current token: 0.002420000731945038 +Info 19818[18:54:50.622] getCompletionData: Is inside comment: 0.007119998335838318 +Info 19819[18:54:50.622] getCompletionData: Get previous token: 0.005275998264551163 +Info 19820[18:54:50.622] getCompletionsAtPosition: isCompletionListBlocker: 0.006931997835636139 +Info 19821[18:54:50.623] getExportInfoMap: cache hit +Info 19822[18:54:50.632] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19823[18:54:50.632] collectAutoImports: response is complete +Info 19824[18:54:50.632] collectAutoImports: 9.578680999577045 +Info 19825[18:54:50.633] getCompletionData: Semantic work: 10.048813998699188 +Info 19826[18:54:50.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.35640300065279 +Info 19827[18:54:50.642] Format host information updated +Info 19828[18:54:50.897] Format host information updated +Info 19829[18:54:50.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19830[18:54:50.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1520 structureChanged: false structureIsReused:: Completely Elapsed: 8.079332001507282ms +Info 19831[18:54:50.906] Different program with same set of files +Info 19832[18:54:52.020] Format host information updated +Info 19833[18:54:52.020] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19834[18:54:52.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1521 structureChanged: false structureIsReused:: Completely Elapsed: 8.423752997070551ms +Info 19835[18:54:52.029] Different program with same set of files +Info 19836[18:54:53.024] Format host information updated +Info 19837[18:54:53.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19838[18:54:53.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1522 structureChanged: false structureIsReused:: Completely Elapsed: 7.142439000308514ms +Info 19839[18:54:53.031] Different program with same set of files +Info 19840[18:54:54.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19841[18:54:55.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1523 structureChanged: false structureIsReused:: Completely Elapsed: 9.121638000011444ms +Info 19842[18:54:55.003] Different program with same set of files +Info 19843[18:54:55.004] getCompletionData: Get current token: 0.0033529996871948242 +Info 19844[18:54:55.004] getCompletionData: Is inside comment: 0.010354001075029373 +Info 19845[18:54:55.004] getCompletionData: Get previous token: 0.013836000114679337 +Info 19846[18:54:55.004] getCompletionsAtPosition: isCompletionListBlocker: 0.0019690021872520447 +Info 19847[18:54:55.004] getExportInfoMap: cache hit +Info 19848[18:54:55.010] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 19849[18:54:55.010] collectAutoImports: response is complete +Info 19850[18:54:55.010] collectAutoImports: 5.252771001309156 +Info 19851[18:54:55.010] getCompletionData: Semantic work: 5.934772998094559 +Info 19852[18:54:55.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6453590020537376 +Info 19853[18:54:55.014] Format host information updated +Info 19854[18:54:55.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19855[18:54:55.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1524 structureChanged: false structureIsReused:: Completely Elapsed: 7.143116999417543ms +Info 19856[18:54:55.266] Different program with same set of files +Info 19857[18:54:55.267] getCompletionData: Get current token: 0.0033099986612796783 +Info 19858[18:54:55.267] getCompletionData: Is inside comment: 0.01012599840760231 +Info 19859[18:54:55.267] getCompletionData: Get previous token: 0.014044001698493958 +Info 19860[18:54:55.267] getCompletionsAtPosition: isCompletionListBlocker: 0.002244003117084503 +Info 19861[18:54:55.267] getExportInfoMap: cache hit +Info 19862[18:54:55.270] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 70 from cache +Info 19863[18:54:55.270] collectAutoImports: response is complete +Info 19864[18:54:55.270] collectAutoImports: 2.7258689999580383 +Info 19865[18:54:55.270] getCompletionData: Semantic work: 3.3449170030653477 +Info 19866[18:54:55.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0899059996008873 +Info 19867[18:54:55.273] Format host information updated +Info 19868[18:54:55.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19869[18:54:55.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1525 structureChanged: false structureIsReused:: Completely Elapsed: 5.951115000993013ms +Info 19870[18:54:55.313] Different program with same set of files +Info 19871[18:54:55.313] getCompletionData: Get current token: 0.003026999533176422 +Info 19872[18:54:55.313] getCompletionData: Is inside comment: 0.00962899997830391 +Info 19873[18:54:55.313] getCompletionData: Get previous token: 0.013792000710964203 +Info 19874[18:54:55.313] getCompletionsAtPosition: isCompletionListBlocker: 0.001995999366044998 +Info 19875[18:54:55.314] getExportInfoMap: cache hit +Info 19876[18:54:55.317] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 19877[18:54:55.317] collectAutoImports: response is complete +Info 19878[18:54:55.317] collectAutoImports: 3.207871999591589 +Info 19879[18:54:55.317] getCompletionData: Semantic work: 3.7146270014345646 +Info 19880[18:54:55.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8783749975264072 +Info 19881[18:54:55.320] Format host information updated +Info 19882[18:54:55.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19883[18:54:55.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1526 structureChanged: false structureIsReused:: Completely Elapsed: 8.672407999634743ms +Info 19884[18:54:55.741] Different program with same set of files +Info 19885[18:54:55.742] getCompletionData: Get current token: 0.0037649981677532196 +Info 19886[18:54:55.742] getCompletionData: Is inside comment: 0.011206001043319702 +Info 19887[18:54:55.742] getCompletionData: Get previous token: 0.016068000346422195 +Info 19888[18:54:55.742] getCompletionsAtPosition: isCompletionListBlocker: 0.002050001174211502 +Info 19889[18:54:55.742] getExportInfoMap: cache hit +Info 19890[18:54:55.744] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 19891[18:54:55.744] collectAutoImports: response is complete +Info 19892[18:54:55.744] collectAutoImports: 2.0472039990127087 +Info 19893[18:54:55.744] getCompletionData: Semantic work: 2.6314149983227253 +Info 19894[18:54:55.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.15115699917078 +Info 19895[18:54:55.747] Format host information updated +Info 19896[18:54:56.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19897[18:54:56.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1527 structureChanged: false structureIsReused:: Completely Elapsed: 19.802587002515793ms +Info 19898[18:54:56.121] Different program with same set of files +Info 19899[18:54:56.121] getCompletionData: Get current token: 0.0027580000460147858 +Info 19900[18:54:56.121] getCompletionData: Is inside comment: 0.009189002215862274 +Info 19901[18:54:56.121] getCompletionData: Get previous token: 0.012998998165130615 +Info 19902[18:54:56.121] getCompletionsAtPosition: isCompletionListBlocker: 0.0018390007317066193 +Info 19903[18:54:56.122] getExportInfoMap: cache hit +Info 19904[18:54:56.123] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 19905[18:54:56.123] collectAutoImports: response is complete +Info 19906[18:54:56.123] collectAutoImports: 1.489647001028061 +Info 19907[18:54:56.123] getCompletionData: Semantic work: 1.9485949985682964 +Info 19908[18:54:56.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6648139990866184 +Info 19909[18:54:56.126] Format host information updated +Info 19910[18:54:57.163] Format host information updated +Info 19911[18:54:57.163] Format host information updated +Info 19912[18:54:57.164] Format host information updated +Info 19913[18:54:57.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19914[18:54:57.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1528 structureChanged: false structureIsReused:: Completely Elapsed: 5.902037002146244ms +Info 19915[18:54:57.170] Different program with same set of files +Info 19916[18:54:57.170] getExportInfoMap: cache hit +Info 19917[18:54:57.172] getExportInfoMap: cache hit +Info 19918[18:54:57.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19919[18:54:57.369] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1529 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.090123001486063ms +Info 19920[18:54:57.369] Different program with same set of files +Info 19921[18:54:57.370] getCompletionData: Get current token: 0.003240000456571579 +Info 19922[18:54:57.370] getCompletionData: Is inside comment: 0.008988000452518463 +Info 19923[18:54:57.370] getCompletionData: Get previous token: 0.0281670019030571 +Info 19924[18:54:57.370] getCompletionsAtPosition: isCompletionListBlocker: 0.0016019977629184723 +Info 19925[18:54:57.370] getCompletionData: Semantic work: 0.2376439981162548 +Info 19926[18:54:57.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.46416500210762024 +Info 19927[18:54:57.371] Format host information updated +Info 19928[18:54:58.495] getCompletionData: Get current token: 0.0027859993278980255 +Info 19929[18:54:58.496] getCompletionData: Is inside comment: 0.012563999742269516 +Info 19930[18:54:58.496] getCompletionData: Get previous token: 0.0051449984312057495 +Info 19931[18:54:58.496] getCompletionsAtPosition: isCompletionListBlocker: 0.007823001593351364 +Info 19932[18:54:58.496] getExportInfoMap: cache hit +Info 19933[18:54:58.508] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 19934[18:54:58.508] collectAutoImports: response is complete +Info 19935[18:54:58.508] collectAutoImports: 11.893737997859716 +Info 19936[18:54:58.508] getCompletionData: Semantic work: 12.499281998723745 +Info 19937[18:54:58.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2357890009880066 +Info 19938[18:54:59.491] getCompletionData: Get current token: 0.003029998391866684 +Info 19939[18:54:59.491] getCompletionData: Is inside comment: 0.009961001574993134 +Info 19940[18:54:59.491] getCompletionData: Get previous token: 0.0064350031316280365 +Info 19941[18:54:59.491] getCompletionsAtPosition: isCompletionListBlocker: 0.0076360031962394714 +Info 19942[18:54:59.491] getExportInfoMap: cache hit +Info 19943[18:54:59.501] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19944[18:54:59.501] collectAutoImports: response is complete +Info 19945[18:54:59.501] collectAutoImports: 9.749092999845743 +Info 19946[18:54:59.501] getCompletionData: Semantic work: 10.273192003369331 +Info 19947[18:54:59.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.816757999360561 +Info 19948[18:54:59.566] Format host information updated +Info 19949[18:54:59.566] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19950[18:54:59.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1530 structureChanged: false structureIsReused:: Completely Elapsed: 19.544989999383688ms +Info 19951[18:54:59.586] Different program with same set of files +Info 19952[18:54:59.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19953[18:54:59.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1531 structureChanged: false structureIsReused:: Completely Elapsed: 23.466515999287367ms +Info 19954[18:54:59.689] Different program with same set of files +Info 19955[18:54:59.689] getCompletionData: Get current token: 0.013965997844934464 +Info 19956[18:54:59.690] getCompletionData: Is inside comment: 0.045761000365018845 +Info 19957[18:54:59.690] getCompletionData: Get previous token: 0.02978700026869774 +Info 19958[18:54:59.690] getCompletionsAtPosition: isCompletionListBlocker: 0.02256299927830696 +Info 19959[18:54:59.691] getExportInfoMap: cache hit +Info 19960[18:54:59.713] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19961[18:54:59.713] collectAutoImports: response is complete +Info 19962[18:54:59.713] collectAutoImports: 22.053205996751785 +Info 19963[18:54:59.713] getCompletionData: Semantic work: 23.60233400017023 +Info 19964[18:54:59.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.328843999654055 +Info 19965[18:54:59.726] Format host information updated +Info 19966[18:54:59.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19967[18:54:59.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1532 structureChanged: false structureIsReused:: Completely Elapsed: 8.151938997209072ms +Info 19968[18:54:59.850] Different program with same set of files +Info 19969[18:54:59.850] getCompletionData: Get current token: 0.003740999847650528 +Info 19970[18:54:59.850] getCompletionData: Is inside comment: 0.014600001275539398 +Info 19971[18:54:59.850] getCompletionData: Get previous token: 0.008508000522851944 +Info 19972[18:54:59.850] getCompletionsAtPosition: isCompletionListBlocker: 0.00710199773311615 +Info 19973[18:54:59.851] getExportInfoMap: cache hit +Info 19974[18:54:59.864] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 19975[18:54:59.864] collectAutoImports: response is complete +Info 19976[18:54:59.864] collectAutoImports: 12.893100000917912 +Info 19977[18:54:59.864] getCompletionData: Semantic work: 13.486554998904467 +Info 19978[18:54:59.869] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.360543999820948 +Info 19979[18:54:59.873] Format host information updated +Info 19980[18:54:59.986] Format host information updated +Info 19981[18:54:59.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19982[18:55:00.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1533 structureChanged: false structureIsReused:: Completely Elapsed: 23.81615399941802ms +Info 19983[18:55:00.010] Different program with same set of files +Info 19984[18:55:00.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19985[18:55:00.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1534 structureChanged: false structureIsReused:: Completely Elapsed: 5.824577998369932ms +Info 19986[18:55:00.133] Different program with same set of files +Info 19987[18:55:00.133] getCompletionData: Get current token: 0.0030080005526542664 +Info 19988[18:55:00.133] getCompletionData: Is inside comment: 0.010412998497486115 +Info 19989[18:55:00.133] getCompletionData: Get previous token: 0.013199999928474426 +Info 19990[18:55:00.133] getCompletionsAtPosition: isCompletionListBlocker: 0.0064260028302669525 +Info 19991[18:55:00.134] getExportInfoMap: cache hit +Info 19992[18:55:00.140] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 19993[18:55:00.140] collectAutoImports: response is complete +Info 19994[18:55:00.140] collectAutoImports: 5.895024001598358 +Info 19995[18:55:00.140] getCompletionData: Semantic work: 6.40871699899435 +Info 19996[18:55:00.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3721259981393814 +Info 19997[18:55:00.144] Format host information updated +Info 19998[18:55:00.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19999[18:55:00.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1535 structureChanged: false structureIsReused:: Completely Elapsed: 21.525033000856638ms +Info 20000[18:55:00.286] Different program with same set of files +Info 20001[18:55:00.286] getCompletionData: Get current token: 0.007745999842882156 +Info 20002[18:55:00.286] getCompletionData: Is inside comment: 0.024970997124910355 +Info 20003[18:55:00.286] getCompletionData: Get previous token: 0.0307839997112751 +Info 20004[18:55:00.286] getCompletionsAtPosition: isCompletionListBlocker: 0.01086999848484993 +Info 20005[18:55:00.287] getExportInfoMap: cache hit +Info 20006[18:55:00.295] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 20007[18:55:00.295] collectAutoImports: response is complete +Info 20008[18:55:00.295] collectAutoImports: 7.263581998646259 +Info 20009[18:55:00.295] getCompletionData: Semantic work: 8.376944001764059 +Info 20010[18:55:00.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.501622002571821 +Info 20011[18:55:00.302] Format host information updated +Info 20012[18:55:00.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20013[18:55:00.334] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1536 structureChanged: false structureIsReused:: Completely Elapsed: 7.004485998302698ms +Info 20014[18:55:00.334] Different program with same set of files +Info 20015[18:55:00.334] getCompletionData: Get current token: 0.0038939975202083588 +Info 20016[18:55:00.334] getCompletionData: Is inside comment: 0.012320999056100845 +Info 20017[18:55:00.334] getCompletionData: Get previous token: 0.015542998909950256 +Info 20018[18:55:00.334] getCompletionsAtPosition: isCompletionListBlocker: 0.007359001785516739 +Info 20019[18:55:00.335] getExportInfoMap: cache hit +Info 20020[18:55:00.338] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 97 from cache +Info 20021[18:55:00.338] collectAutoImports: response is complete +Info 20022[18:55:00.338] collectAutoImports: 3.727973997592926 +Info 20023[18:55:00.338] getCompletionData: Semantic work: 4.273788999766111 +Info 20024[18:55:00.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.366381999105215 +Info 20025[18:55:00.342] Format host information updated +Info 20026[18:55:00.429] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20027[18:55:00.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1537 structureChanged: false structureIsReused:: Completely Elapsed: 22.76538099721074ms +Info 20028[18:55:00.451] Different program with same set of files +Info 20029[18:55:00.452] getCompletionData: Get current token: 0.00894400104880333 +Info 20030[18:55:00.452] getCompletionData: Is inside comment: 0.0320500023663044 +Info 20031[18:55:00.452] getCompletionData: Get previous token: 0.04030299931764603 +Info 20032[18:55:00.452] getCompletionsAtPosition: isCompletionListBlocker: 0.01494399830698967 +Info 20033[18:55:00.453] getExportInfoMap: cache hit +Info 20034[18:55:00.459] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 28 from cache +Info 20035[18:55:00.459] collectAutoImports: response is complete +Info 20036[18:55:00.459] collectAutoImports: 5.938231002539396 +Info 20037[18:55:00.459] getCompletionData: Semantic work: 7.279800999909639 +Info 20038[18:55:00.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.180419001728296 +Info 20039[18:55:00.467] Format host information updated +Info 20040[18:55:00.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20041[18:55:00.589] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1538 structureChanged: false structureIsReused:: Completely Elapsed: 22.804649997502565ms +Info 20042[18:55:00.590] Different program with same set of files +Info 20043[18:55:00.590] getCompletionData: Get current token: 0.018717002123594284 +Info 20044[18:55:00.590] getCompletionData: Is inside comment: 0.05061599984765053 +Info 20045[18:55:00.590] getCompletionData: Get previous token: 0.0691790021955967 +Info 20046[18:55:00.590] getCompletionsAtPosition: isCompletionListBlocker: 0.01521800085902214 +Info 20047[18:55:00.592] getExportInfoMap: cache hit +Info 20048[18:55:00.597] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 20049[18:55:00.597] collectAutoImports: response is complete +Info 20050[18:55:00.597] collectAutoImports: 5.488857999444008 +Info 20051[18:55:00.597] getCompletionData: Semantic work: 6.724223997443914 +Info 20052[18:55:00.601] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.714572001248598 +Info 20053[18:55:00.602] Format host information updated +Info 20054[18:55:00.728] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20055[18:55:00.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1539 structureChanged: false structureIsReused:: Completely Elapsed: 6.007035002112389ms +Info 20056[18:55:00.734] Different program with same set of files +Info 20057[18:55:00.734] getCompletionData: Get current token: 0.003165997564792633 +Info 20058[18:55:00.734] getCompletionData: Is inside comment: 0.011471997946500778 +Info 20059[18:55:00.734] getCompletionData: Get previous token: 0.007810000330209732 +Info 20060[18:55:00.735] getCompletionsAtPosition: isCompletionListBlocker: 0.00240200012922287 +Info 20061[18:55:00.735] getExportInfoMap: cache hit +Info 20062[18:55:00.748] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 20063[18:55:00.748] collectAutoImports: response is complete +Info 20064[18:55:00.748] collectAutoImports: 13.072053000330925 +Info 20065[18:55:00.748] getCompletionData: Semantic work: 13.539762001484632 +Info 20066[18:55:00.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.336550001055002 +Info 20067[18:55:00.758] Format host information updated +Info 20068[18:55:00.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20069[18:55:00.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1540 structureChanged: false structureIsReused:: Completely Elapsed: 7.348813001066446ms +Info 20070[18:55:00.796] Different program with same set of files +Info 20071[18:55:00.797] getCompletionData: Get current token: 0.004269998520612717 +Info 20072[18:55:00.797] getCompletionData: Is inside comment: 0.014279000461101532 +Info 20073[18:55:00.797] getCompletionData: Get previous token: 0.00877700001001358 +Info 20074[18:55:00.797] getCompletionsAtPosition: isCompletionListBlocker: 0.011606000363826752 +Info 20075[18:55:00.797] getExportInfoMap: cache hit +Info 20076[18:55:00.811] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 20077[18:55:00.811] collectAutoImports: response is complete +Info 20078[18:55:00.811] collectAutoImports: 13.317286998033524 +Info 20079[18:55:00.811] getCompletionData: Semantic work: 13.873511999845505 +Info 20080[18:55:00.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.551551997661591 +Info 20081[18:55:00.822] Format host information updated +Info 20082[18:55:00.897] getCompletionData: Get current token: 0.004025999456644058 +Info 20083[18:55:00.897] getCompletionData: Is inside comment: 0.011744000017642975 +Info 20084[18:55:00.897] getCompletionData: Get previous token: 0.010384000837802887 +Info 20085[18:55:00.897] getCompletionsAtPosition: isCompletionListBlocker: 0.002526998519897461 +Info 20086[18:55:00.897] getExportInfoMap: cache hit +Info 20087[18:55:00.906] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 20088[18:55:00.906] collectAutoImports: response is complete +Info 20089[18:55:00.906] collectAutoImports: 8.766091000288725 +Info 20090[18:55:00.906] getCompletionData: Semantic work: 9.307857003062963 +Info 20091[18:55:00.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.783558998256922 +Info 20092[18:55:01.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20093[18:55:01.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1541 structureChanged: false structureIsReused:: Completely Elapsed: 24.418373003602028ms +Info 20094[18:55:01.151] Different program with same set of files +Info 20095[18:55:01.151] getCompletionData: Get current token: 0.010806001722812653 +Info 20096[18:55:01.151] getCompletionData: Is inside comment: 0.035273998975753784 +Info 20097[18:55:01.151] getCompletionData: Get previous token: 0.0454070009291172 +Info 20098[18:55:01.151] getCompletionsAtPosition: isCompletionListBlocker: 0.005927000194787979 +Info 20099[18:55:01.153] getExportInfoMap: cache hit +Info 20100[18:55:01.160] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 20101[18:55:01.160] collectAutoImports: response is complete +Info 20102[18:55:01.160] collectAutoImports: 6.922996997833252 +Info 20103[18:55:01.160] getCompletionData: Semantic work: 8.286662999540567 +Info 20104[18:55:01.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.670364998281002 +Info 20105[18:55:01.166] Format host information updated +Info 20106[18:55:01.190] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20107[18:55:01.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1542 structureChanged: false structureIsReused:: Completely Elapsed: 8.061552003026009ms +Info 20108[18:55:01.198] Different program with same set of files +Info 20109[18:55:01.198] getCompletionData: Get current token: 0.005220998078584671 +Info 20110[18:55:01.198] getCompletionData: Is inside comment: 0.01632700115442276 +Info 20111[18:55:01.198] getCompletionData: Get previous token: 0.02038699761033058 +Info 20112[18:55:01.198] getCompletionsAtPosition: isCompletionListBlocker: 0.0033220015466213226 +Info 20113[18:55:01.199] getExportInfoMap: cache hit +Info 20114[18:55:01.201] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 17 from cache +Info 20115[18:55:01.202] collectAutoImports: response is complete +Info 20116[18:55:01.202] collectAutoImports: 2.867027997970581 +Info 20117[18:55:01.202] getCompletionData: Semantic work: 3.454746000468731 +Info 20118[18:55:01.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3615700006484985 +Info 20119[18:55:01.205] Format host information updated +Info 20120[18:55:01.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20121[18:55:01.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1543 structureChanged: false structureIsReused:: Completely Elapsed: 6.015129998326302ms +Info 20122[18:55:01.503] Different program with same set of files +Info 20123[18:55:01.503] getCompletionData: Get current token: 0.003205999732017517 +Info 20124[18:55:01.503] getCompletionData: Is inside comment: 0.01116899773478508 +Info 20125[18:55:01.503] getCompletionData: Get previous token: 0.014366000890731812 +Info 20126[18:55:01.503] getCompletionsAtPosition: isCompletionListBlocker: 0.002766001969575882 +Info 20127[18:55:01.504] getExportInfoMap: cache hit +Info 20128[18:55:01.506] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 1 from cache +Info 20129[18:55:01.506] collectAutoImports: response is complete +Info 20130[18:55:01.506] collectAutoImports: 1.9139669984579086 +Info 20131[18:55:01.506] getCompletionData: Semantic work: 2.349191002547741 +Info 20132[18:55:01.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6804299987852573 +Info 20133[18:55:01.508] Format host information updated +Info 20134[18:55:01.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20135[18:55:01.644] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1544 structureChanged: false structureIsReused:: Completely Elapsed: 8.361707996577024ms +Info 20136[18:55:01.644] Different program with same set of files +Info 20137[18:55:01.644] getCompletionData: Get current token: 0.00400799885392189 +Info 20138[18:55:01.644] getCompletionData: Is inside comment: 0.012189999222755432 +Info 20139[18:55:01.644] getCompletionData: Get previous token: 0.015362001955509186 +Info 20140[18:55:01.644] getCompletionsAtPosition: isCompletionListBlocker: 0.0026150010526180267 +Info 20141[18:55:01.645] getExportInfoMap: cache hit +Info 20142[18:55:01.647] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 20143[18:55:01.647] collectAutoImports: response is complete +Info 20144[18:55:01.647] collectAutoImports: 2.1598129980266094 +Info 20145[18:55:01.647] getCompletionData: Semantic work: 2.6899089999496937 +Info 20146[18:55:01.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0046739988029003 +Info 20147[18:55:01.650] Format host information updated +Info 20148[18:55:01.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20149[18:55:01.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1545 structureChanged: false structureIsReused:: Completely Elapsed: 6.0664850026369095ms +Info 20150[18:55:01.725] Different program with same set of files +Info 20151[18:55:01.725] getCompletionData: Get current token: 0.00411200150847435 +Info 20152[18:55:01.725] getCompletionData: Is inside comment: 0.013023000210523605 +Info 20153[18:55:01.725] getCompletionData: Get previous token: 0.016435999423265457 +Info 20154[18:55:01.725] getCompletionsAtPosition: isCompletionListBlocker: 0.0030230022966861725 +Info 20155[18:55:01.725] getExportInfoMap: cache hit +Info 20156[18:55:01.727] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 20157[18:55:01.727] collectAutoImports: response is complete +Info 20158[18:55:01.727] collectAutoImports: 2.0672079995274544 +Info 20159[18:55:01.727] getCompletionData: Semantic work: 2.539888996630907 +Info 20160[18:55:01.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8191189989447594 +Info 20161[18:55:01.731] Format host information updated +Info 20162[18:55:01.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20163[18:55:01.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1546 structureChanged: false structureIsReused:: Completely Elapsed: 6.4263960011303425ms +Info 20164[18:55:01.805] Different program with same set of files +Info 20165[18:55:01.806] getCompletionData: Get current token: 0.003355998545885086 +Info 20166[18:55:01.806] getCompletionData: Is inside comment: 0.01072699949145317 +Info 20167[18:55:01.806] getCompletionData: Get previous token: 0.013344001024961472 +Info 20168[18:55:01.806] getCompletionsAtPosition: isCompletionListBlocker: 0.002621997147798538 +Info 20169[18:55:01.806] getExportInfoMap: cache hit +Info 20170[18:55:01.808] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 20171[18:55:01.808] collectAutoImports: response is complete +Info 20172[18:55:01.808] collectAutoImports: 1.8023450002074242 +Info 20173[18:55:01.808] getCompletionData: Semantic work: 2.2368779964745045 +Info 20174[18:55:01.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.494242001324892 +Info 20175[18:55:01.810] Format host information updated +Info 20176[18:55:03.949] Format host information updated +Info 20177[18:55:03.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20178[18:55:03.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1547 structureChanged: false structureIsReused:: Completely Elapsed: 5.883472003042698ms +Info 20179[18:55:03.955] Different program with same set of files +Info 20180[18:55:04.219] Format host information updated +Info 20181[18:55:04.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20182[18:55:04.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1548 structureChanged: false structureIsReused:: Completely Elapsed: 5.817517999559641ms +Info 20183[18:55:04.225] Different program with same set of files +Info 20184[18:55:06.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20185[18:55:06.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1549 structureChanged: false structureIsReused:: Completely Elapsed: 6.463601000607014ms +Info 20186[18:55:06.029] Different program with same set of files +Info 20187[18:55:06.029] getCompletionData: Get current token: 0.000883001834154129 +Info 20188[18:55:06.029] getCompletionData: Is inside comment: 0.004377000033855438 +Info 20189[18:55:06.030] getCompletionData: Get previous token: 0.009313002228736877 +Info 20190[18:55:06.030] getCompletionsAtPosition: isCompletionListBlocker: 0.0068689994513988495 +Info 20191[18:55:06.030] getExportInfoMap: cache hit +Info 20192[18:55:06.034] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 20 from cache +Info 20193[18:55:06.034] collectAutoImports: response is complete +Info 20194[18:55:06.034] collectAutoImports: 4.262417998164892 +Info 20195[18:55:06.034] getCompletionData: Semantic work: 4.756151996552944 +Info 20196[18:55:06.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8981910012662411 +Info 20197[18:55:06.036] Format host information updated +Info 20198[18:55:06.149] Format host information updated +Info 20199[18:55:06.149] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20200[18:55:06.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1550 structureChanged: false structureIsReused:: Completely Elapsed: 6.239501997828484ms +Info 20201[18:55:06.155] Different program with same set of files +Info 20202[18:55:06.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20203[18:55:06.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1551 structureChanged: false structureIsReused:: Completely Elapsed: 5.91984099894762ms +Info 20204[18:55:06.330] Different program with same set of files +Info 20205[18:55:06.330] getCompletionData: Get current token: 0.0010889992117881775 +Info 20206[18:55:06.331] getCompletionData: Is inside comment: 0.006707001477479935 +Info 20207[18:55:06.331] getCompletionData: Get previous token: 0.004200000315904617 +Info 20208[18:55:06.331] getCompletionsAtPosition: isCompletionListBlocker: 0.006914999336004257 +Info 20209[18:55:06.331] getExportInfoMap: cache hit +Info 20210[18:55:06.344] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 20211[18:55:06.344] collectAutoImports: response is complete +Info 20212[18:55:06.344] collectAutoImports: 12.822086002677679 +Info 20213[18:55:06.344] getCompletionData: Semantic work: 13.28642700240016 +Info 20214[18:55:06.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8401639983057976 +Info 20215[18:55:06.350] Format host information updated +Info 20216[18:55:06.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20217[18:55:06.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1552 structureChanged: false structureIsReused:: Completely Elapsed: 7.787810001522303ms +Info 20218[18:55:06.557] Different program with same set of files +Info 20219[18:55:06.557] getCompletionData: Get current token: 0.0010529980063438416 +Info 20220[18:55:06.557] getCompletionData: Is inside comment: 0.0053800009191036224 +Info 20221[18:55:06.557] getCompletionData: Get previous token: 0.0036859996616840363 +Info 20222[18:55:06.557] getCompletionsAtPosition: isCompletionListBlocker: 0.007214002311229706 +Info 20223[18:55:06.558] getExportInfoMap: cache hit +Info 20224[18:55:06.568] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 20225[18:55:06.568] collectAutoImports: response is complete +Info 20226[18:55:06.568] collectAutoImports: 10.147289998829365 +Info 20227[18:55:06.568] getCompletionData: Semantic work: 10.713723998516798 +Info 20228[18:55:06.571] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6495300009846687 +Info 20229[18:55:06.576] Format host information updated +Info 20230[18:55:06.610] Format host information updated +Info 20231[18:55:06.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20232[18:55:06.622] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1553 structureChanged: false structureIsReused:: Completely Elapsed: 12.392377000302076ms +Info 20233[18:55:06.622] Different program with same set of files +Info 20234[18:55:06.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20235[18:55:06.882] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1554 structureChanged: false structureIsReused:: Completely Elapsed: 6.108370002359152ms +Info 20236[18:55:06.882] Different program with same set of files +Info 20237[18:55:06.882] getCompletionData: Get current token: 0.0009020008146762848 +Info 20238[18:55:06.882] getCompletionData: Is inside comment: 0.0046689994633197784 +Info 20239[18:55:06.882] getCompletionData: Get previous token: 0.0098549984395504 +Info 20240[18:55:06.882] getCompletionsAtPosition: isCompletionListBlocker: 0.007959999144077301 +Info 20241[18:55:06.883] getExportInfoMap: cache hit +Info 20242[18:55:06.891] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 154 from cache +Info 20243[18:55:06.891] collectAutoImports: response is complete +Info 20244[18:55:06.891] collectAutoImports: 7.997742999345064 +Info 20245[18:55:06.891] getCompletionData: Semantic work: 8.78277800232172 +Info 20246[18:55:06.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0440870001912117 +Info 20247[18:55:06.894] Format host information updated +Info 20248[18:55:07.030] Format host information updated +Info 20249[18:55:07.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20250[18:55:07.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1555 structureChanged: false structureIsReused:: Completely Elapsed: 23.92289699986577ms +Info 20251[18:55:07.055] Different program with same set of files +Info 20252[18:55:07.222] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20253[18:55:07.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1556 structureChanged: false structureIsReused:: Completely Elapsed: 23.44972100108862ms +Info 20254[18:55:07.246] Different program with same set of files +Info 20255[18:55:07.247] getCompletionData: Get current token: 0.0048119984567165375 +Info 20256[18:55:07.247] getCompletionData: Is inside comment: 0.027846001088619232 +Info 20257[18:55:07.247] getCompletionData: Get previous token: 0.020799998193979263 +Info 20258[18:55:07.247] getCompletionsAtPosition: isCompletionListBlocker: 0.023141000419855118 +Info 20259[18:55:07.249] getExportInfoMap: cache hit +Info 20260[18:55:07.277] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 20261[18:55:07.277] collectAutoImports: response is complete +Info 20262[18:55:07.277] collectAutoImports: 27.913492999970913 +Info 20263[18:55:07.277] getCompletionData: Semantic work: 30.076402001082897 +Info 20264[18:55:07.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3761090002954006 +Info 20265[18:55:07.285] Format host information updated +Info 20266[18:55:07.459] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20267[18:55:07.465] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1557 structureChanged: false structureIsReused:: Completely Elapsed: 5.759798001497984ms +Info 20268[18:55:07.465] Different program with same set of files +Info 20269[18:55:07.465] getCompletionData: Get current token: 0.0010930001735687256 +Info 20270[18:55:07.465] getCompletionData: Is inside comment: 0.00516200065612793 +Info 20271[18:55:07.465] getCompletionData: Get previous token: 0.00367799773812294 +Info 20272[18:55:07.465] getCompletionsAtPosition: isCompletionListBlocker: 0.006145000457763672 +Info 20273[18:55:07.466] getExportInfoMap: cache hit +Info 20274[18:55:07.479] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 20275[18:55:07.479] collectAutoImports: response is complete +Info 20276[18:55:07.479] collectAutoImports: 13.085547000169754 +Info 20277[18:55:07.479] getCompletionData: Semantic work: 13.601337999105453 +Info 20278[18:55:07.482] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.932795997709036 +Info 20279[18:55:07.486] Format host information updated +Info 20280[18:55:07.512] Format host information updated +Info 20281[18:55:07.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20282[18:55:07.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1558 structureChanged: false structureIsReused:: Completely Elapsed: 5.79585899785161ms +Info 20283[18:55:07.518] Different program with same set of files +Info 20284[18:55:07.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20285[18:55:07.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1559 structureChanged: false structureIsReused:: Completely Elapsed: 6.1709440015256405ms +Info 20286[18:55:07.711] Different program with same set of files +Info 20287[18:55:07.711] getCompletionData: Get current token: 0.0010159984230995178 +Info 20288[18:55:07.711] getCompletionData: Is inside comment: 0.004990000277757645 +Info 20289[18:55:07.711] getCompletionData: Get previous token: 0.011096999049186707 +Info 20290[18:55:07.711] getCompletionsAtPosition: isCompletionListBlocker: 0.0087909996509552 +Info 20291[18:55:07.712] getExportInfoMap: cache hit +Info 20292[18:55:07.718] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 154 from cache +Info 20293[18:55:07.718] collectAutoImports: response is complete +Info 20294[18:55:07.718] collectAutoImports: 5.796167001128197 +Info 20295[18:55:07.718] getCompletionData: Semantic work: 6.404256001114845 +Info 20296[18:55:07.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.35869500041008 +Info 20297[18:55:07.720] Format host information updated +Info 20298[18:55:07.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20299[18:55:07.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1560 structureChanged: false structureIsReused:: Completely Elapsed: 8.088760998100042ms +Info 20300[18:55:07.957] Different program with same set of files +Info 20301[18:55:07.957] getCompletionData: Get current token: 0.0011200010776519775 +Info 20302[18:55:07.957] getCompletionData: Is inside comment: 0.005605999380350113 +Info 20303[18:55:07.957] getCompletionData: Get previous token: 0.003946002572774887 +Info 20304[18:55:07.957] getCompletionsAtPosition: isCompletionListBlocker: 0.0017299987375736237 +Info 20305[18:55:07.957] getCompletionData: Semantic work: 0.3277669996023178 +Info 20306[18:55:07.957] Format host information updated +Info 20307[18:55:08.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20308[18:55:08.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1561 structureChanged: false structureIsReused:: Completely Elapsed: 9.388179000467062ms +Info 20309[18:55:08.199] Different program with same set of files +Info 20310[18:55:08.199] getCompletionData: Get current token: 0.0013579986989498138 +Info 20311[18:55:08.199] getCompletionData: Is inside comment: 0.005101002752780914 +Info 20312[18:55:08.199] getCompletionData: Get previous token: 0.03727100044488907 +Info 20313[18:55:08.199] getCompletionsAtPosition: isCompletionListBlocker: 0.001955002546310425 +Info 20314[18:55:08.199] getCompletionData: Semantic work: 0.3023020029067993 +Info 20315[18:55:08.200] Format host information updated +Info 20316[18:55:08.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20317[18:55:08.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1562 structureChanged: false structureIsReused:: Completely Elapsed: 5.901230998337269ms +Info 20318[18:55:08.315] Different program with same set of files +Info 20319[18:55:08.315] getCompletionData: Get current token: 0.000919003039598465 +Info 20320[18:55:08.315] getCompletionData: Is inside comment: 0.006126999855041504 +Info 20321[18:55:08.315] getCompletionData: Get previous token: 0.013034999370574951 +Info 20322[18:55:08.315] getCompletionsAtPosition: isCompletionListBlocker: 0.00203000009059906 +Info 20323[18:55:08.316] getCompletionData: Semantic work: 0.29092999920248985 +Info 20324[18:55:08.316] Format host information updated +Info 20325[18:55:08.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20326[18:55:08.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1563 structureChanged: false structureIsReused:: Completely Elapsed: 6.1926769986748695ms +Info 20327[18:55:08.488] Different program with same set of files +Info 20328[18:55:08.488] getCompletionData: Get current token: 0.001180998980998993 +Info 20329[18:55:08.488] getCompletionData: Is inside comment: 0.0057389996945858 +Info 20330[18:55:08.488] getCompletionData: Get previous token: 0.003310002386569977 +Info 20331[18:55:08.488] getCompletionsAtPosition: isCompletionListBlocker: 0.0027179978787899017 +Info 20332[18:55:08.488] getExportInfoMap: cache hit +Info 20333[18:55:08.503] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 20334[18:55:08.503] collectAutoImports: response is complete +Info 20335[18:55:08.503] collectAutoImports: 14.662987999618053 +Info 20336[18:55:08.503] getCompletionData: Semantic work: 15.27334699779749 +Info 20337[18:55:08.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.165639001876116 +Info 20338[18:55:08.510] Format host information updated +Info 20339[18:55:08.833] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20340[18:55:08.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1564 structureChanged: false structureIsReused:: Completely Elapsed: 6.311319001019001ms +Info 20341[18:55:08.840] Different program with same set of files +Info 20342[18:55:08.840] getCompletionData: Get current token: 0.0010809972882270813 +Info 20343[18:55:08.840] getCompletionData: Is inside comment: 0.005336001515388489 +Info 20344[18:55:08.840] getCompletionData: Get previous token: 0.003788001835346222 +Info 20345[18:55:08.840] getCompletionsAtPosition: isCompletionListBlocker: 0.006463002413511276 +Info 20346[18:55:08.840] getExportInfoMap: cache hit +Info 20347[18:55:08.855] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 20348[18:55:08.855] collectAutoImports: response is complete +Info 20349[18:55:08.855] collectAutoImports: 14.316330999135971 +Info 20350[18:55:08.855] getCompletionData: Semantic work: 14.933577999472618 +Info 20351[18:55:08.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.249261002987623 +Info 20352[18:55:08.862] Format host information updated +Info 20353[18:55:08.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20354[18:55:08.980] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1565 structureChanged: false structureIsReused:: Completely Elapsed: 6.090879000723362ms +Info 20355[18:55:08.980] Different program with same set of files +Info 20356[18:55:08.980] getCompletionData: Get current token: 0.0010449998080730438 +Info 20357[18:55:08.980] getCompletionData: Is inside comment: 0.005989000201225281 +Info 20358[18:55:08.980] getCompletionData: Get previous token: 0.0134040005505085 +Info 20359[18:55:08.980] getCompletionsAtPosition: isCompletionListBlocker: 0.0019420012831687927 +Info 20360[18:55:08.981] getCompletionData: Semantic work: 0.2866999991238117 +Info 20361[18:55:08.983] Format host information updated +Info 20362[18:55:09.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20363[18:55:09.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1566 structureChanged: false structureIsReused:: Completely Elapsed: 5.965082999318838ms +Info 20364[18:55:09.105] Different program with same set of files +Info 20365[18:55:09.105] getCompletionData: Get current token: 0.0009690001606941223 +Info 20366[18:55:09.105] getCompletionData: Is inside comment: 0.005715999752283096 +Info 20367[18:55:09.105] getCompletionData: Get previous token: 0.004184000194072723 +Info 20368[18:55:09.105] getCompletionsAtPosition: isCompletionListBlocker: 0.006988000124692917 +Info 20369[18:55:09.106] getExportInfoMap: cache hit +Info 20370[18:55:09.117] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 20371[18:55:09.117] collectAutoImports: response is complete +Info 20372[18:55:09.117] collectAutoImports: 11.008613999933004 +Info 20373[18:55:09.117] getCompletionData: Semantic work: 11.763259001076221 +Info 20374[18:55:09.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.802106000483036 +Info 20375[18:55:09.124] Format host information updated +Info 20376[18:55:09.244] getCompletionData: Get current token: 0.008733000606298447 +Info 20377[18:55:09.244] getCompletionData: Is inside comment: 0.003100000321865082 +Info 20378[18:55:09.244] getCompletionData: Get previous token: 0.05570700019598007 +Info 20379[18:55:09.244] getCompletionsAtPosition: isCompletionListBlocker: 0.005597997456789017 +Info 20380[18:55:09.245] getExportInfoMap: cache hit +Info 20381[18:55:09.259] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 20382[18:55:09.259] collectAutoImports: response is complete +Info 20383[18:55:09.259] collectAutoImports: 13.697213999927044 +Info 20384[18:55:09.259] getCompletionData: Semantic work: 14.984219998121262 +Info 20385[18:55:09.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.04084299877286 +Info 20386[18:55:09.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20387[18:55:09.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1567 structureChanged: false structureIsReused:: Completely Elapsed: 5.947405003011227ms +Info 20388[18:55:09.350] Different program with same set of files +Info 20389[18:55:09.350] getCompletionData: Get current token: 0.002732999622821808 +Info 20390[18:55:09.350] getCompletionData: Is inside comment: 0.0010909996926784515 +Info 20391[18:55:09.350] getCompletionData: Get previous token: 0.012439001351594925 +Info 20392[18:55:09.350] getCompletionsAtPosition: isCompletionListBlocker: 0.002548001706600189 +Info 20393[18:55:09.350] getExportInfoMap: cache hit +Info 20394[18:55:09.353] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 20 from cache +Info 20395[18:55:09.353] collectAutoImports: response is complete +Info 20396[18:55:09.353] collectAutoImports: 2.5833930000662804 +Info 20397[18:55:09.353] getCompletionData: Semantic work: 3.1183069981634617 +Info 20398[18:55:09.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9255800023674965 +Info 20399[18:55:09.355] Format host information updated +Info 20400[18:55:09.507] getCompletionData: Get current token: 0.007520999759435654 +Info 20401[18:55:09.507] getCompletionData: Is inside comment: 0.027150999754667282 +Info 20402[18:55:09.507] getCompletionData: Get previous token: 0.018656998872756958 +Info 20403[18:55:09.507] getCompletionsAtPosition: isCompletionListBlocker: 0.023566000163555145 +Info 20404[18:55:09.510] getExportInfoMap: cache hit +Info 20405[18:55:09.551] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 931 from cache +Info 20406[18:55:09.551] collectAutoImports: response is complete +Info 20407[18:55:09.551] collectAutoImports: 41.624954000115395 +Info 20408[18:55:09.551] getCompletionData: Semantic work: 43.967016998678446 +Info 20409[18:55:09.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2127939984202385 +Info 20410[18:55:12.192] Format host information updated +Info 20411[18:55:12.197] forEachExternalModuleToImportFrom autoImportProvider: 0.543028999119997 +Info 20412[18:55:13.303] Format host information updated +Info 20413[18:55:13.303] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20414[18:55:13.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1568 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.311207998543978ms +Info 20415[18:55:13.313] Different program with same set of files +Info 20416[18:55:20.012] Format host information updated +Info 20417[18:55:20.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20418[18:55:20.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1569 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.248746998608112ms +Info 20419[18:55:20.025] Different program with same set of files +Info 20420[18:55:20.172] Format host information updated +Info 20421[18:55:20.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20422[18:55:20.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1570 structureChanged: false structureIsReused:: Completely Elapsed: 6.255271997302771ms +Info 20423[18:55:20.179] Different program with same set of files +Info 20424[18:55:21.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20425[18:55:21.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1571 structureChanged: false structureIsReused:: Completely Elapsed: 6.3350070007145405ms +Info 20426[18:55:21.923] Different program with same set of files +Info 20427[18:55:21.924] getCompletionData: Get current token: 0.0024189986288547516 +Info 20428[18:55:21.924] getCompletionData: Is inside comment: 0.006890002638101578 +Info 20429[18:55:21.924] getCompletionData: Get previous token: 0.007686998695135117 +Info 20430[18:55:21.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0012779980897903442 +Info 20431[18:55:21.924] Returning an empty list because completion was requested in an invalid position. +Info 20432[18:55:21.924] Format host information updated +Info 20433[18:55:22.091] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20434[18:55:22.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1572 structureChanged: false structureIsReused:: Completely Elapsed: 8.51299400255084ms +Info 20435[18:55:22.099] Different program with same set of files +Info 20436[18:55:22.099] getCompletionData: Get current token: 0.0024360008537769318 +Info 20437[18:55:22.099] getCompletionData: Is inside comment: 0.006625000387430191 +Info 20438[18:55:22.099] getCompletionData: Get previous token: 0.007562998682260513 +Info 20439[18:55:22.099] getCompletionsAtPosition: isCompletionListBlocker: 0.0013599991798400879 +Info 20440[18:55:22.099] Returning an empty list because completion was requested in an invalid position. +Info 20441[18:55:22.100] Format host information updated +Info 20442[18:55:22.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20443[18:55:22.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1573 structureChanged: false structureIsReused:: Completely Elapsed: 6.243282999843359ms +Info 20444[18:55:22.232] Different program with same set of files +Info 20445[18:55:22.232] getCompletionData: Get current token: 0.0023270025849342346 +Info 20446[18:55:22.232] getCompletionData: Is inside comment: 0.006087001413106918 +Info 20447[18:55:22.232] getCompletionData: Get previous token: 0.006838999688625336 +Info 20448[18:55:22.232] getCompletionsAtPosition: isCompletionListBlocker: 0.001187000423669815 +Info 20449[18:55:22.232] Returning an empty list because completion was requested in an invalid position. +Info 20450[18:55:22.232] Format host information updated +Info 20451[18:55:22.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20452[18:55:22.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1574 structureChanged: false structureIsReused:: Completely Elapsed: 6.127510000020266ms +Info 20453[18:55:22.475] Different program with same set of files +Info 20454[18:55:22.475] getCompletionData: Get current token: 0.002046000212430954 +Info 20455[18:55:22.475] getCompletionData: Is inside comment: 0.005829997360706329 +Info 20456[18:55:22.475] getCompletionData: Get previous token: 0.006425999104976654 +Info 20457[18:55:22.475] getCompletionsAtPosition: isCompletionListBlocker: 0.001117996871471405 +Info 20458[18:55:22.475] Returning an empty list because completion was requested in an invalid position. +Info 20459[18:55:22.475] Format host information updated +Info 20460[18:55:22.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20461[18:55:22.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1575 structureChanged: false structureIsReused:: Completely Elapsed: 18.53616699948907ms +Info 20462[18:55:22.568] Different program with same set of files +Info 20463[18:55:22.569] getCompletionData: Get current token: 0.008540000766515732 +Info 20464[18:55:22.569] getCompletionData: Is inside comment: 0.022729001939296722 +Info 20465[18:55:22.569] getCompletionData: Get previous token: 0.023996997624635696 +Info 20466[18:55:22.569] getCompletionsAtPosition: isCompletionListBlocker: 0.003645002841949463 +Info 20467[18:55:22.569] Returning an empty list because completion was requested in an invalid position. +Info 20468[18:55:22.576] Format host information updated +Info 20469[18:55:22.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20470[18:55:22.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1576 structureChanged: false structureIsReused:: Completely Elapsed: 23.264963999390602ms +Info 20471[18:55:22.730] Different program with same set of files +Info 20472[18:55:22.731] getCompletionData: Get current token: 0.010526999831199646 +Info 20473[18:55:22.731] getCompletionData: Is inside comment: 0.028654001653194427 +Info 20474[18:55:22.731] getCompletionData: Get previous token: 0.03158299997448921 +Info 20475[18:55:22.731] getCompletionsAtPosition: isCompletionListBlocker: 0.0042909979820251465 +Info 20476[18:55:22.731] Returning an empty list because completion was requested in an invalid position. +Info 20477[18:55:22.732] Format host information updated +Info 20478[18:55:22.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20479[18:55:22.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1577 structureChanged: false structureIsReused:: Completely Elapsed: 23.45644300058484ms +Info 20480[18:55:22.820] Different program with same set of files +Info 20481[18:55:22.820] getCompletionData: Get current token: 0.011050000786781311 +Info 20482[18:55:22.820] getCompletionData: Is inside comment: 0.029090002179145813 +Info 20483[18:55:22.820] getCompletionData: Get previous token: 0.030674997717142105 +Info 20484[18:55:22.820] getCompletionsAtPosition: isCompletionListBlocker: 0.005017001181840897 +Info 20485[18:55:22.820] Returning an empty list because completion was requested in an invalid position. +Info 20486[18:55:22.825] Format host information updated +Info 20487[18:55:22.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20488[18:55:22.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1578 structureChanged: false structureIsReused:: Completely Elapsed: 23.96916599944234ms +Info 20489[18:55:22.923] Different program with same set of files +Info 20490[18:55:22.923] getCompletionData: Get current token: 0.01045900210738182 +Info 20491[18:55:22.923] getCompletionData: Is inside comment: 0.028328001499176025 +Info 20492[18:55:22.923] getCompletionData: Get previous token: 0.032610002905130386 +Info 20493[18:55:22.923] getCompletionsAtPosition: isCompletionListBlocker: 0.004510998725891113 +Info 20494[18:55:22.923] Returning an empty list because completion was requested in an invalid position. +Info 20495[18:55:22.924] Format host information updated +Info 20496[18:55:23.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20497[18:55:23.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1579 structureChanged: false structureIsReused:: Completely Elapsed: 23.241034999489784ms +Info 20498[18:55:23.064] Different program with same set of files +Info 20499[18:55:23.065] getCompletionData: Get current token: 0.010228000581264496 +Info 20500[18:55:23.065] getCompletionData: Is inside comment: 0.028641000390052795 +Info 20501[18:55:23.065] getCompletionData: Get previous token: 0.031967002898454666 +Info 20502[18:55:23.065] getCompletionsAtPosition: isCompletionListBlocker: 0.004606001079082489 +Info 20503[18:55:23.065] Returning an empty list because completion was requested in an invalid position. +Info 20504[18:55:23.065] Format host information updated +Info 20505[18:55:23.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20506[18:55:23.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1580 structureChanged: false structureIsReused:: Completely Elapsed: 29.051600001752377ms +Info 20507[18:55:23.154] Different program with same set of files +Info 20508[18:55:23.154] getCompletionData: Get current token: 0.007642000913619995 +Info 20509[18:55:23.154] getCompletionData: Is inside comment: 0.021477002650499344 +Info 20510[18:55:23.154] getCompletionData: Get previous token: 0.02128399908542633 +Info 20511[18:55:23.155] getCompletionsAtPosition: isCompletionListBlocker: 0.0038489997386932373 +Info 20512[18:55:23.155] Returning an empty list because completion was requested in an invalid position. +Info 20513[18:55:23.155] Format host information updated +Info 20514[18:55:24.257] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20515[18:55:24.264] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1581 structureChanged: false structureIsReused:: Completely Elapsed: 7.311136998236179ms +Info 20516[18:55:24.264] Different program with same set of files +Info 20517[18:55:24.264] getCompletionData: Get current token: 0.0033369995653629303 +Info 20518[18:55:24.264] getCompletionData: Is inside comment: 0.010927997529506683 +Info 20519[18:55:24.264] getCompletionData: Get previous token: 0.007801998406648636 +Info 20520[18:55:24.264] getCompletionsAtPosition: isCompletionListBlocker: 0.001735001802444458 +Info 20521[18:55:24.265] getCompletionData: Semantic work: 0.3032969981431961 +Info 20522[18:55:24.265] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5369419977068901 +Info 20523[18:55:24.266] Format host information updated +Info 20524[18:55:24.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20525[18:55:24.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1582 structureChanged: false structureIsReused:: Completely Elapsed: 6.76910600066185ms +Info 20526[18:55:24.490] Different program with same set of files +Info 20527[18:55:24.491] getCompletionData: Get current token: 0.0028159990906715393 +Info 20528[18:55:24.491] getCompletionData: Is inside comment: 0.010373000055551529 +Info 20529[18:55:24.491] getCompletionData: Get previous token: 0.014481998980045319 +Info 20530[18:55:24.491] getCompletionsAtPosition: isCompletionListBlocker: 0.0021080002188682556 +Info 20531[18:55:24.491] getCompletionData: Semantic work: 0.20916499942541122 +Info 20532[18:55:24.491] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5089799985289574 +Info 20533[18:55:24.492] Format host information updated +Info 20534[18:55:24.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20535[18:55:24.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1583 structureChanged: false structureIsReused:: Completely Elapsed: 8.787643000483513ms +Info 20536[18:55:24.830] Different program with same set of files +Info 20537[18:55:24.830] getCompletionData: Get current token: 0.0032679997384548187 +Info 20538[18:55:24.830] getCompletionData: Is inside comment: 0.013765998184680939 +Info 20539[18:55:24.830] getCompletionData: Get previous token: 0.015779998153448105 +Info 20540[18:55:24.830] getCompletionsAtPosition: isCompletionListBlocker: 0.001844998449087143 +Info 20541[18:55:24.831] getCompletionData: Semantic work: 0.2452160008251667 +Info 20542[18:55:24.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5476779974997044 +Info 20543[18:55:24.832] Format host information updated +Info 20544[18:55:25.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20545[18:55:25.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1584 structureChanged: false structureIsReused:: Completely Elapsed: 8.732429999858141ms +Info 20546[18:55:25.061] Different program with same set of files +Info 20547[18:55:25.061] getCompletionData: Get current token: 0.002909999340772629 +Info 20548[18:55:25.061] getCompletionData: Is inside comment: 0.009523998945951462 +Info 20549[18:55:25.061] getCompletionData: Get previous token: 0.012817997485399246 +Info 20550[18:55:25.061] getCompletionsAtPosition: isCompletionListBlocker: 0.001651998609304428 +Info 20551[18:55:25.062] getCompletionData: Semantic work: 0.19689099863171577 +Info 20552[18:55:25.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.47331999987363815 +Info 20553[18:55:25.062] Format host information updated +Info 20554[18:55:25.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20555[18:55:25.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1585 structureChanged: false structureIsReused:: Completely Elapsed: 7.094608999788761ms +Info 20556[18:55:25.199] Different program with same set of files +Info 20557[18:55:25.199] getCompletionData: Get current token: 0.0038370005786418915 +Info 20558[18:55:25.199] getCompletionData: Is inside comment: 0.012509997934103012 +Info 20559[18:55:25.199] getCompletionData: Get previous token: 0.017465997487306595 +Info 20560[18:55:25.199] getCompletionsAtPosition: isCompletionListBlocker: 0.002062000334262848 +Info 20561[18:55:25.199] getCompletionData: Semantic work: 0.24410400167107582 +Info 20562[18:55:25.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6126260012388229 +Info 20563[18:55:25.200] Format host information updated +Info 20564[18:55:25.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20565[18:55:25.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1586 structureChanged: false structureIsReused:: Completely Elapsed: 6.940267000347376ms +Info 20566[18:55:25.269] Different program with same set of files +Info 20567[18:55:25.269] getCompletionData: Get current token: 0.003740999847650528 +Info 20568[18:55:25.269] getCompletionData: Is inside comment: 0.011831998825073242 +Info 20569[18:55:25.269] getCompletionData: Get previous token: 0.015943996608257294 +Info 20570[18:55:25.269] getCompletionsAtPosition: isCompletionListBlocker: 0.001905001699924469 +Info 20571[18:55:25.269] getCompletionData: Semantic work: 0.22206399962306023 +Info 20572[18:55:25.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6077650003135204 +Info 20573[18:55:25.272] Format host information updated +Info 20574[18:55:26.069] Format host information updated +Info 20575[18:55:26.069] Format host information updated +Info 20576[18:55:26.069] Format host information updated +Info 20577[18:55:26.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20578[18:55:26.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1587 structureChanged: false structureIsReused:: Completely Elapsed: 6.372468996793032ms +Info 20579[18:55:26.076] Different program with same set of files +Info 20580[18:55:26.076] getCompletionData: Get current token: 0.013366997241973877 +Info 20581[18:55:26.076] getCompletionData: Is inside comment: 0.01811099797487259 +Info 20582[18:55:26.076] getCompletionData: Get previous token: 0.016300000250339508 +Info 20583[18:55:26.076] getCompletionsAtPosition: isCompletionListBlocker: 0.002100002020597458 +Info 20584[18:55:26.076] getCompletionData: Semantic work: 0.21138300001621246 +Info 20585[18:55:26.077] getCompletionData: Get current token: 0.006189998239278793 +Info 20586[18:55:26.077] getCompletionData: Is inside comment: 0.015402000397443771 +Info 20587[18:55:26.077] getCompletionData: Get previous token: 0.01617100089788437 +Info 20588[18:55:26.077] getCompletionsAtPosition: isCompletionListBlocker: 0.0011470019817352295 +Info 20589[18:55:26.077] getCompletionData: Semantic work: 0.04749799892306328 +Info 20590[18:55:26.077] getCompletionData: Get current token: 0.005265001207590103 +Info 20591[18:55:26.077] getCompletionData: Is inside comment: 0.030399002134799957 +Info 20592[18:55:26.078] getCompletionData: Get previous token: 0.015870999544858932 +Info 20593[18:55:26.078] getCompletionsAtPosition: isCompletionListBlocker: 0.0010889992117881775 +Info 20594[18:55:26.078] getCompletionData: Semantic work: 0.04495500028133392 +Info 20595[18:55:26.078] Format host information updated +Info 20596[18:55:28.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20597[18:55:28.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1588 structureChanged: false structureIsReused:: Completely Elapsed: 6.205384999513626ms +Info 20598[18:55:28.288] Different program with same set of files +Info 20599[18:55:28.288] getCompletionData: Get current token: 0.002703998237848282 +Info 20600[18:55:28.288] getCompletionData: Is inside comment: 0.0011419989168643951 +Info 20601[18:55:28.288] getCompletionData: Get previous token: 0.014035001397132874 +Info 20602[18:55:28.288] getCompletionsAtPosition: isCompletionListBlocker: 0.0015989989042282104 +Info 20603[18:55:28.288] getCompletionData: Semantic work: 0.6017760001122952 +Info 20604[18:55:28.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8692959994077682 +Info 20605[18:55:28.290] Format host information updated +Info 20606[18:55:28.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20607[18:55:28.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1589 structureChanged: false structureIsReused:: Completely Elapsed: 6.058915998786688ms +Info 20608[18:55:28.520] Different program with same set of files +Info 20609[18:55:28.520] getCompletionData: Get current token: 0.0031449981033802032 +Info 20610[18:55:28.520] getCompletionData: Is inside comment: 0.0011329986155033112 +Info 20611[18:55:28.521] getCompletionData: Get previous token: 0.026037000119686127 +Info 20612[18:55:28.521] getCompletionsAtPosition: isCompletionListBlocker: 0.0016060024499893188 +Info 20613[18:55:28.521] getCompletionData: Semantic work: 0.491541001945734 +Info 20614[18:55:28.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9898659996688366 +Info 20615[18:55:28.523] Format host information updated +Info 20616[18:55:28.566] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20617[18:55:28.573] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1590 structureChanged: false structureIsReused:: Completely Elapsed: 6.964270997792482ms +Info 20618[18:55:28.573] Different program with same set of files +Info 20619[18:55:28.574] getCompletionData: Get current token: 0.003860998898744583 +Info 20620[18:55:28.574] getCompletionData: Is inside comment: 0.0013599991798400879 +Info 20621[18:55:28.574] getCompletionData: Get previous token: 0.01971999928355217 +Info 20622[18:55:28.574] getCompletionsAtPosition: isCompletionListBlocker: 0.0021940022706985474 +Info 20623[18:55:28.574] getCompletionData: Semantic work: 0.6257979981601238 +Info 20624[18:55:28.576] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7937860004603863 +Info 20625[18:55:28.579] Format host information updated +Info 20626[18:55:28.744] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20627[18:55:28.750] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1591 structureChanged: false structureIsReused:: Completely Elapsed: 6.376318998634815ms +Info 20628[18:55:28.750] Different program with same set of files +Info 20629[18:55:28.751] getCompletionData: Get current token: 0.004304002970457077 +Info 20630[18:55:28.751] getCompletionData: Is inside comment: 0.0016540028154850006 +Info 20631[18:55:28.751] getCompletionData: Get previous token: 0.019176997244358063 +Info 20632[18:55:28.751] getCompletionsAtPosition: isCompletionListBlocker: 0.0019179992377758026 +Info 20633[18:55:28.751] getCompletionData: Semantic work: 0.5932480022311211 +Info 20634[18:55:28.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5651010014116764 +Info 20635[18:55:28.753] Format host information updated +Info 20636[18:55:28.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20637[18:55:28.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1592 structureChanged: false structureIsReused:: Completely Elapsed: 6.020725000649691ms +Info 20638[18:55:28.948] Different program with same set of files +Info 20639[18:55:28.948] getCompletionData: Get current token: 0.0031720027327537537 +Info 20640[18:55:28.948] getCompletionData: Is inside comment: 0.0013019964098930359 +Info 20641[18:55:28.948] getCompletionData: Get previous token: 0.017868999391794205 +Info 20642[18:55:28.948] getCompletionsAtPosition: isCompletionListBlocker: 0.0018029995262622833 +Info 20643[18:55:28.949] getCompletionData: Semantic work: 0.5441530011594296 +Info 20644[18:55:28.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4027750007808208 +Info 20645[18:55:28.953] Format host information updated +Info 20646[18:55:30.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20647[18:55:30.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1593 structureChanged: false structureIsReused:: Completely Elapsed: 6.102607998996973ms +Info 20648[18:55:30.240] Different program with same set of files +Info 20649[18:55:30.240] getCompletionData: Get current token: 0.0033250004053115845 +Info 20650[18:55:30.240] getCompletionData: Is inside comment: 0.0012170001864433289 +Info 20651[18:55:30.240] getCompletionData: Get previous token: 0.016290999948978424 +Info 20652[18:55:30.240] getCompletionsAtPosition: isCompletionListBlocker: 0.0021500028669834137 +Info 20653[18:55:30.241] getCompletionData: Semantic work: 0.5978059992194176 +Info 20654[18:55:30.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3676140010356903 +Info 20655[18:55:30.243] Format host information updated +Info 20656[18:55:30.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20657[18:55:30.385] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1594 structureChanged: false structureIsReused:: Completely Elapsed: 6.291627999395132ms +Info 20658[18:55:30.385] Different program with same set of files +Info 20659[18:55:30.385] getCompletionData: Get current token: 0.0033970028162002563 +Info 20660[18:55:30.385] getCompletionData: Is inside comment: 0.0013739988207817078 +Info 20661[18:55:30.385] getCompletionData: Get previous token: 0.017656002193689346 +Info 20662[18:55:30.385] getCompletionsAtPosition: isCompletionListBlocker: 0.0018839985132217407 +Info 20663[18:55:30.386] getCompletionData: Semantic work: 0.5731099992990494 +Info 20664[18:55:30.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5234800018370152 +Info 20665[18:55:30.388] Format host information updated +Info 20666[18:55:30.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20667[18:55:30.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1595 structureChanged: false structureIsReused:: Completely Elapsed: 7.116499997675419ms +Info 20668[18:55:30.534] Different program with same set of files +Info 20669[18:55:30.534] getCompletionData: Get current token: 0.0029440000653266907 +Info 20670[18:55:30.534] getCompletionData: Is inside comment: 0.0011679977178573608 +Info 20671[18:55:30.535] getCompletionData: Get previous token: 0.01517699658870697 +Info 20672[18:55:30.535] getCompletionsAtPosition: isCompletionListBlocker: 0.001869000494480133 +Info 20673[18:55:30.535] getCompletionData: Semantic work: 0.508228000253439 +Info 20674[18:55:30.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2367779985070229 +Info 20675[18:55:30.537] Format host information updated +Info 20676[18:55:30.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20677[18:55:30.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1596 structureChanged: false structureIsReused:: Completely Elapsed: 6.25263400003314ms +Info 20678[18:55:30.630] Different program with same set of files +Info 20679[18:55:30.630] getCompletionData: Get current token: 0.003438003361225128 +Info 20680[18:55:30.630] getCompletionData: Is inside comment: 0.0012420006096363068 +Info 20681[18:55:30.630] getCompletionData: Get previous token: 0.017110001295804977 +Info 20682[18:55:30.630] getCompletionsAtPosition: isCompletionListBlocker: 0.0019269995391368866 +Info 20683[18:55:30.630] getCompletionData: Semantic work: 0.5336650013923645 +Info 20684[18:55:30.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3433189988136292 +Info 20685[18:55:30.634] Format host information updated +Info 20686[18:55:30.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20687[18:55:30.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1597 structureChanged: false structureIsReused:: Completely Elapsed: 23.57966599985957ms +Info 20688[18:55:30.721] Different program with same set of files +Info 20689[18:55:30.722] getCompletionData: Get current token: 0.014077998697757721 +Info 20690[18:55:30.722] getCompletionData: Is inside comment: 0.005495000630617142 +Info 20691[18:55:30.722] getCompletionData: Get previous token: 0.07777899876236916 +Info 20692[18:55:30.722] getCompletionsAtPosition: isCompletionListBlocker: 0.005722999572753906 +Info 20693[18:55:30.724] getCompletionData: Semantic work: 2.0002820007503033 +Info 20694[18:55:30.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.506404999643564 +Info 20695[18:55:30.730] Format host information updated +Info 20696[18:55:30.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20697[18:55:30.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1598 structureChanged: false structureIsReused:: Completely Elapsed: 6.063556998968124ms +Info 20698[18:55:30.858] Different program with same set of files +Info 20699[18:55:30.859] getCompletionData: Get current token: 0.0031559988856315613 +Info 20700[18:55:30.859] getCompletionData: Is inside comment: 0.0011800006031990051 +Info 20701[18:55:30.859] getCompletionData: Get previous token: 0.015595000237226486 +Info 20702[18:55:30.859] getCompletionsAtPosition: isCompletionListBlocker: 0.0017700009047985077 +Info 20703[18:55:30.859] getCompletionData: Semantic work: 0.4890660010278225 +Info 20704[18:55:30.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1951990015804768 +Info 20705[18:55:30.862] Format host information updated +Info 20706[18:55:31.477] Format host information updated +Info 20707[18:55:31.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20708[18:55:31.485] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1599 structureChanged: false structureIsReused:: Completely Elapsed: 7.8586990013718605ms +Info 20709[18:55:31.485] Different program with same set of files +Info 20710[18:55:31.485] getCompletionData: Get current token: 0.010698001831769943 +Info 20711[18:55:31.485] getCompletionData: Is inside comment: 0.003973003476858139 +Info 20712[18:55:31.486] getCompletionData: Get previous token: 0.016429997980594635 +Info 20713[18:55:31.486] getCompletionsAtPosition: isCompletionListBlocker: 0.002202998846769333 +Info 20714[18:55:31.486] getCompletionData: Semantic work: 0.5483749993145466 +Info 20715[18:55:31.490] Format host information updated diff --git a/.log/tsserver-log-8dmjKv/tsserver.log b/.log/tsserver-log-8dmjKv/tsserver.log new file mode 100644 index 0000000..72e051a --- /dev/null +++ b/.log/tsserver-log-8dmjKv/tsserver.log @@ -0,0 +1,2342 @@ +Info 0 [19:39:47.249] Starting TS Server +Info 1 [19:39:47.252] Version: 5.2.2 +Info 2 [19:39:47.252] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/e2579f2af60a9b816c5903dd5920ec52/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-8dmjKv/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [19:39:47.252] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [19:39:47.252] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [19:39:47.257] Format host information updated +Info 6 [19:39:47.262] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [19:39:47.598] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 336.65708400000585ms +Info 8 [19:39:47.598] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [19:39:47.599] Files (8) + +Info 10 [19:39:47.599] ----------------------------------------------- +Info 11 [19:39:47.599] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [19:39:47.599] Files (8) + +Info 11 [19:39:47.599] ----------------------------------------------- +Info 11 [19:39:47.599] Open files: +Info 11 [19:39:47.599] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [19:39:47.599] Projects: /dev/null/inferredProject1* +Info 11 [19:39:47.600] Format host information updated +Info 12 [19:39:47.601] Format host information updated +Info 13 [19:39:47.791] Format host information updated +Info 14 [19:39:48.008] Format host information updated +Info 15 [19:39:48.208] Format host information updated +Info 16 [19:39:48.403] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17 [19:39:48.410] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 6.629858000029344ms +Info 18 [19:39:48.410] Different program with same set of files +Info 19 [19:39:48.431] getCompletionData: Get current token: 0.03580500005045906 +Info 20 [19:39:48.431] getCompletionData: Is inside comment: 0.0514860000112094 +Info 21 [19:39:48.431] getCompletionData: Get previous token: 0.026433999999426305 +Info 22 [19:39:48.435] getExportInfoMap: cache miss or empty; calculating new results +Info 23 [19:39:48.436] getExportInfoMap: done in 1.7850289999623783 ms +Info 24 [19:39:48.438] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25 [19:39:48.438] collectAutoImports: response is complete +Info 26 [19:39:48.438] collectAutoImports: 0.8245360000291839 +Info 27 [19:39:48.438] getCompletionData: Semantic work: 7.117113000014797 +Info 28 [19:39:48.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 35.918834000010975 +Info 29 [19:39:48.478] Format host information updated +Info 30 [19:39:48.539] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 31 [19:39:48.544] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 5.140506000025198ms +Info 32 [19:39:48.544] Different program with same set of files +Info 33 [19:39:48.544] getCompletionData: Get current token: 0.014731000002939254 +Info 34 [19:39:48.544] getCompletionData: Is inside comment: 0.060831000038888305 +Info 35 [19:39:48.544] getCompletionData: Get previous token: 0.02651900000637397 +Info 36 [19:39:48.546] getExportInfoMap: cache hit +Info 37 [19:39:48.546] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 38 [19:39:48.546] collectAutoImports: response is complete +Info 39 [19:39:48.546] collectAutoImports: 0.10773200000403449 +Info 40 [19:39:48.546] getCompletionData: Semantic work: 1.8191249999799766 +Info 41 [19:39:48.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.602195999992546 +Info 42 [19:39:48.560] Format host information updated +Info 43 [19:39:48.685] Format host information updated +Info 44 [19:39:48.750] Format host information updated +Info 45 [19:39:48.814] Format host information updated +Info 46 [19:39:49.090] Format host information updated +Info 47 [19:39:49.193] Format host information updated +Info 48 [19:39:49.345] Format host information updated +Info 49 [19:39:49.591] Format host information updated +Info 50 [19:39:49.775] Format host information updated +Info 51 [19:39:49.866] Format host information updated +Info 52 [19:39:49.933] Format host information updated +Info 53 [19:39:50.008] Format host information updated +Info 54 [19:39:50.179] Format host information updated +Info 55 [19:39:50.350] Format host information updated +Info 56 [19:39:50.456] Format host information updated +Info 57 [19:39:50.627] Format host information updated +Info 58 [19:39:50.743] Format host information updated +Info 59 [19:39:50.845] Format host information updated +Info 60 [19:39:51.232] Format host information updated +Info 61 [19:39:51.344] Format host information updated +Info 62 [19:39:51.404] Format host information updated +Info 63 [19:39:51.528] Format host information updated +Info 64 [19:39:51.715] Format host information updated +Info 65 [19:39:51.855] Format host information updated +Info 66 [19:39:51.922] Format host information updated +Info 67 [19:39:51.993] Format host information updated +Info 68 [19:39:52.421] Format host information updated +Info 69 [19:39:52.527] Format host information updated +Info 70 [19:39:52.605] Format host information updated +Info 71 [19:39:52.974] Format host information updated +Info 72 [19:39:53.122] Format host information updated +Info 73 [19:39:53.251] Format host information updated +Info 74 [19:40:03.384] Format host information updated +Info 75 [19:40:03.688] Format host information updated +Info 76 [19:40:03.755] Format host information updated +Info 77 [19:40:03.835] Format host information updated +Info 78 [19:40:03.996] Format host information updated +Info 79 [19:40:04.121] Format host information updated +Info 80 [19:40:04.219] Format host information updated +Info 81 [19:40:04.432] Format host information updated +Info 82 [19:40:04.518] Format host information updated +Info 83 [19:40:04.608] Format host information updated +Info 84 [19:40:04.728] Format host information updated +Info 85 [19:40:04.929] Format host information updated +Info 86 [19:40:05.006] Format host information updated +Info 87 [19:40:05.257] Format host information updated +Info 88 [19:40:05.338] Format host information updated +Info 89 [19:40:05.516] Format host information updated +Info 90 [19:40:05.584] Format host information updated +Info 91 [19:40:05.698] Format host information updated +Info 92 [19:40:06.043] Format host information updated +Info 93 [19:40:06.182] Format host information updated +Info 94 [19:40:06.311] Format host information updated +Info 95 [19:40:06.441] Format host information updated +Info 96 [19:40:06.939] Format host information updated +Info 97 [19:40:07.051] Format host information updated +Info 98 [19:40:07.180] Format host information updated +Info 99 [19:40:07.284] Format host information updated +Info 100 [19:40:07.494] Format host information updated +Info 101 [19:40:07.549] Format host information updated +Info 102 [19:40:07.741] Format host information updated +Info 103 [19:40:07.937] Format host information updated +Info 104 [19:40:08.049] Format host information updated +Info 105 [19:40:08.118] Format host information updated +Info 106 [19:40:08.279] Format host information updated +Info 107 [19:40:08.350] Format host information updated +Info 108 [19:40:08.408] Format host information updated +Info 109 [19:40:08.535] Format host information updated +Info 110 [19:40:08.602] Format host information updated +Info 111 [19:40:08.760] Format host information updated +Info 112 [19:40:08.895] Format host information updated +Info 113 [19:40:09.056] Format host information updated +Info 114 [19:40:09.288] Format host information updated +Info 115 [19:40:09.382] Format host information updated +Info 116 [19:40:09.469] Format host information updated +Info 117 [19:40:09.528] Format host information updated +Info 118 [19:40:09.717] Format host information updated +Info 119 [19:40:09.773] Format host information updated +Info 120 [19:41:20.211] Format host information updated +Info 121 [19:41:21.305] Format host information updated +Info 122 [19:44:18.326] Format host information updated +Info 123 [19:44:20.585] Format host information updated +Info 124 [19:44:21.335] Format host information updated +Info 125 [19:44:21.475] Format host information updated +Info 126 [19:44:21.537] Format host information updated +Info 127 [19:44:21.720] Format host information updated +Info 128 [19:44:21.776] Format host information updated +Info 129 [19:44:21.986] Format host information updated +Info 130 [19:44:22.453] Format host information updated +Info 131 [19:44:22.542] Format host information updated +Info 132 [19:44:22.654] Format host information updated +Info 133 [19:44:22.968] Format host information updated +Info 134 [19:44:24.813] Format host information updated +Info 135 [19:44:24.876] Format host information updated +Info 136 [19:44:24.939] Format host information updated +Info 137 [19:44:26.436] Format host information updated +Info 138 [19:44:26.918] Format host information updated +Info 139 [19:44:26.987] Format host information updated +Info 140 [19:44:27.047] Format host information updated +Info 141 [19:44:27.107] Format host information updated +Info 142 [19:44:27.170] Format host information updated +Info 143 [19:44:27.537] Format host information updated +Info 144 [19:44:27.608] Format host information updated +Info 145 [19:44:27.742] Format host information updated +Info 146 [19:44:28.117] Format host information updated +Info 147 [19:44:28.443] Format host information updated +Info 148 [19:44:28.582] Format host information updated +Info 149 [19:44:28.691] Format host information updated +Info 150 [19:44:28.762] Format host information updated +Info 151 [19:44:28.820] Format host information updated +Info 152 [19:44:33.528] Format host information updated +Info 153 [19:44:34.040] Format host information updated +Info 154 [19:44:34.690] Format host information updated +Info 155 [19:44:34.884] Format host information updated +Info 156 [19:44:34.968] Format host information updated +Info 157 [19:44:35.064] Format host information updated +Info 158 [19:44:35.123] Format host information updated +Info 159 [19:44:35.282] Format host information updated +Info 160 [19:44:35.370] Format host information updated +Info 161 [19:44:35.461] Format host information updated +Info 162 [19:44:35.580] Format host information updated +Info 163 [19:44:35.716] Format host information updated +Info 164 [19:44:35.772] Format host information updated +Info 165 [19:44:36.602] Format host information updated +Info 166 [19:44:37.309] Format host information updated +Info 167 [19:44:39.351] Format host information updated +Info 168 [19:44:39.871] Format host information updated +Info 169 [19:44:40.063] Format host information updated +Info 170 [19:44:40.340] Format host information updated +Info 171 [19:44:40.489] Format host information updated +Info 172 [19:44:41.079] Format host information updated +Info 173 [19:44:41.269] Format host information updated +Info 174 [19:44:41.335] Format host information updated +Info 175 [19:44:41.474] Format host information updated +Info 176 [19:44:41.609] Format host information updated +Info 177 [19:44:41.749] Format host information updated +Info 178 [19:44:41.805] Format host information updated +Info 179 [19:44:42.012] Format host information updated +Info 180 [19:44:42.593] Format host information updated +Info 181 [19:44:42.594] Format host information updated +Info 182 [19:44:42.595] Format host information updated +Info 183 [19:44:45.381] Format host information updated +Info 184 [19:44:45.565] Format host information updated +Info 185 [19:44:45.641] Format host information updated +Info 186 [19:44:45.701] Format host information updated +Info 187 [19:44:45.770] Format host information updated +Info 188 [19:44:46.384] Format host information updated +Info 189 [19:44:47.604] Format host information updated +Info 190 [19:44:47.604] Format host information updated +Info 191 [19:44:47.604] Format host information updated +Info 192 [19:44:47.604] Format host information updated +Info 193 [19:44:47.605] Format host information updated +Info 194 [19:44:47.605] Format host information updated +Info 195 [19:44:52.010] Format host information updated +Info 196 [19:44:59.088] Format host information updated +Info 197 [19:44:59.232] Format host information updated +Info 198 [19:44:59.396] Format host information updated +Info 199 [19:44:59.898] Format host information updated +Info 200 [19:45:01.036] Format host information updated +Info 201 [19:45:01.365] Format host information updated +Info 202 [19:45:01.473] Format host information updated +Info 203 [19:45:02.836] Format host information updated +Info 204 [19:45:02.897] Format host information updated +Info 205 [19:45:03.454] Format host information updated +Info 206 [19:45:03.619] Format host information updated +Info 207 [19:45:03.735] Format host information updated +Info 208 [19:45:03.795] Format host information updated +Info 209 [19:45:03.925] Format host information updated +Info 210 [19:45:03.993] Format host information updated +Info 211 [19:45:04.055] Format host information updated +Info 212 [19:45:04.782] Format host information updated +Info 213 [19:45:04.918] Format host information updated +Info 214 [19:45:05.427] Format host information updated +Info 215 [19:45:05.485] Format host information updated +Info 216 [19:45:05.953] Format host information updated +Info 217 [19:45:06.569] Format host information updated +Info 218 [19:45:07.510] Format host information updated +Info 219 [19:45:07.664] Format host information updated +Info 220 [19:45:09.369] Format host information updated +Info 221 [19:45:10.413] Format host information updated +Info 222 [19:45:11.397] Format host information updated +Info 223 [19:45:11.471] Format host information updated +Info 224 [19:45:11.558] Format host information updated +Info 225 [19:45:11.632] Format host information updated +Info 226 [19:45:12.035] Format host information updated +Info 227 [19:45:12.144] Format host information updated +Info 228 [19:45:12.201] Format host information updated +Info 229 [19:45:12.319] Format host information updated +Info 230 [19:45:12.404] Format host information updated +Info 231 [19:45:12.479] Format host information updated +Info 232 [19:45:12.628] Format host information updated +Info 233 [19:45:14.057] Format host information updated +Info 234 [19:45:14.432] Format host information updated +Info 235 [19:45:14.753] Format host information updated +Info 236 [19:45:14.975] Format host information updated +Info 237 [19:45:15.095] Format host information updated +Info 238 [19:45:16.116] Format host information updated +Info 239 [19:45:16.626] Format host information updated +Info 240 [19:45:16.764] Format host information updated +Info 241 [19:45:17.092] Format host information updated +Info 242 [19:45:17.259] Format host information updated +Info 243 [19:45:17.340] Format host information updated +Info 244 [19:45:17.457] Format host information updated +Info 245 [19:45:17.516] Format host information updated +Info 246 [19:45:17.656] Format host information updated +Info 247 [19:45:17.711] Format host information updated +Info 248 [19:45:17.850] Format host information updated +Info 249 [19:45:17.925] Format host information updated +Info 250 [19:45:18.079] Format host information updated +Info 251 [19:45:18.222] Format host information updated +Info 252 [19:45:18.362] Format host information updated +Info 253 [19:45:18.519] Format host information updated +Info 254 [19:45:18.664] Format host information updated +Info 255 [19:45:18.799] Format host information updated +Info 256 [19:45:18.886] Format host information updated +Info 257 [19:45:18.965] Format host information updated +Info 258 [19:45:19.108] Format host information updated +Info 259 [19:45:19.168] Format host information updated +Info 260 [19:45:19.330] Format host information updated +Info 261 [19:45:20.101] Format host information updated +Info 262 [19:45:20.236] Format host information updated +Info 263 [19:45:20.292] Format host information updated +Info 264 [19:45:20.611] Format host information updated +Info 265 [19:45:20.709] Format host information updated +Info 266 [19:45:20.797] Format host information updated +Info 267 [19:45:20.924] Format host information updated +Info 268 [19:45:21.035] Format host information updated +Info 269 [19:45:21.558] Format host information updated +Info 270 [19:45:21.684] Format host information updated +Info 271 [19:45:21.785] Format host information updated +Info 272 [19:45:21.848] Format host information updated +Info 273 [19:45:22.041] Format host information updated +Info 274 [19:45:22.333] Format host information updated +Info 275 [19:45:22.410] Format host information updated +Info 276 [19:45:22.657] Format host information updated +Info 277 [19:45:22.778] Format host information updated +Info 278 [19:45:22.840] Format host information updated +Info 279 [19:45:22.996] Format host information updated +Info 280 [19:45:23.069] Format host information updated +Info 281 [19:45:24.038] Format host information updated +Info 282 [19:45:27.068] Format host information updated +Info 283 [19:45:27.146] Format host information updated +Info 284 [19:45:27.235] Format host information updated +Info 285 [19:45:27.418] Format host information updated +Info 286 [19:45:27.588] Format host information updated +Info 287 [19:45:27.700] Format host information updated +Info 288 [19:45:27.814] Format host information updated +Info 289 [19:45:28.970] Format host information updated +Info 290 [19:45:34.416] Format host information updated +Info 291 [19:45:34.672] Format host information updated +Info 292 [19:45:36.924] Format host information updated +Info 293 [19:45:37.721] Format host information updated +Info 294 [19:45:37.876] Format host information updated +Info 295 [19:45:37.961] Format host information updated +Info 296 [19:45:38.510] Format host information updated +Info 297 [19:45:38.736] Format host information updated +Info 298 [19:45:38.852] Format host information updated +Info 299 [19:45:39.006] Format host information updated +Info 300 [19:45:39.104] Format host information updated +Info 301 [19:45:40.248] Format host information updated +Info 302 [19:45:42.100] Format host information updated +Info 303 [19:45:42.338] Format host information updated +Info 304 [19:45:46.785] Format host information updated +Info 305 [19:45:46.999] Format host information updated +Info 306 [19:45:47.087] Format host information updated +Info 307 [19:45:47.151] Format host information updated +Info 308 [19:45:47.454] Format host information updated +Info 309 [19:45:47.509] Format host information updated +Info 310 [19:45:48.792] Format host information updated +Info 311 [19:45:49.407] Format host information updated +Info 312 [19:45:49.623] Format host information updated +Info 313 [19:45:49.858] Format host information updated +Info 314 [19:45:49.918] Format host information updated +Info 315 [19:45:49.979] Format host information updated +Info 316 [19:45:50.124] Format host information updated +Info 317 [19:45:50.200] Format host information updated +Info 318 [19:45:50.259] Format host information updated +Info 319 [19:45:50.626] Format host information updated +Info 320 [19:45:50.811] Format host information updated +Info 321 [19:45:50.932] Format host information updated +Info 322 [19:45:50.998] Format host information updated +Info 323 [19:45:51.118] Format host information updated +Info 324 [19:45:59.079] Format host information updated +Info 325 [19:45:59.322] Format host information updated +Info 326 [19:46:00.274] Format host information updated +Info 327 [19:46:00.342] Format host information updated +Info 328 [19:46:00.447] Format host information updated +Info 329 [19:46:00.511] Format host information updated +Info 330 [19:46:01.240] Format host information updated +Info 331 [19:46:01.317] Format host information updated +Info 332 [19:46:01.413] Format host information updated +Info 333 [19:46:01.512] Format host information updated +Info 334 [19:46:02.404] Format host information updated +Info 335 [19:46:02.614] Format host information updated +Info 336 [19:46:02.732] Format host information updated +Info 337 [19:46:02.942] Format host information updated +Info 338 [19:46:03.102] Format host information updated +Info 339 [19:46:03.207] Format host information updated +Info 340 [19:46:03.264] Format host information updated +Info 341 [19:46:03.657] Format host information updated +Info 342 [19:46:04.849] Format host information updated +Info 343 [19:46:05.132] Format host information updated +Info 344 [19:46:05.420] Format host information updated +Info 345 [19:46:05.487] Format host information updated +Info 346 [19:46:05.552] Format host information updated +Info 347 [19:46:05.638] Format host information updated +Info 348 [19:46:05.849] Format host information updated +Info 349 [19:46:05.916] Format host information updated +Info 350 [19:46:06.102] Format host information updated +Info 351 [19:46:06.176] Format host information updated +Info 352 [19:46:06.342] Format host information updated +Info 353 [19:46:06.435] Format host information updated +Info 354 [19:46:06.518] Format host information updated +Info 355 [19:46:07.368] Format host information updated +Info 356 [19:46:07.428] Format host information updated +Info 357 [19:46:07.585] Format host information updated +Info 358 [19:46:07.988] Format host information updated +Info 359 [19:46:08.163] Format host information updated +Info 360 [19:46:08.286] Format host information updated +Info 361 [19:46:08.576] Format host information updated +Info 362 [19:46:08.685] Format host information updated +Info 363 [19:46:08.821] Format host information updated +Info 364 [19:46:11.196] Format host information updated +Info 365 [19:46:11.342] Format host information updated +Info 366 [19:46:11.479] Format host information updated +Info 367 [19:46:11.685] Format host information updated +Info 368 [19:46:11.863] Format host information updated +Info 369 [19:46:11.931] Format host information updated +Info 370 [19:46:13.072] Format host information updated +Info 371 [19:46:13.198] Format host information updated +Info 372 [19:46:13.284] Format host information updated +Info 373 [19:46:13.606] Format host information updated +Info 374 [19:46:13.722] Format host information updated +Info 375 [19:46:13.788] Format host information updated +Info 376 [19:46:14.236] Format host information updated +Info 377 [19:46:14.450] Format host information updated +Info 378 [19:46:14.514] Format host information updated +Info 379 [19:46:15.029] Format host information updated +Info 380 [19:46:17.470] Format host information updated +Info 381 [19:46:17.531] Format host information updated +Info 382 [19:46:17.978] Format host information updated +Info 383 [19:46:18.093] Format host information updated +Info 384 [19:46:18.150] Format host information updated +Info 385 [19:46:18.212] Format host information updated +Info 386 [19:46:18.287] Format host information updated +Info 387 [19:46:18.414] Format host information updated +Info 388 [19:46:18.489] Format host information updated +Info 389 [19:46:19.725] Format host information updated +Info 390 [19:46:19.839] Format host information updated +Info 391 [19:47:03.864] Format host information updated +Info 392 [19:47:04.046] Format host information updated +Info 393 [19:47:04.102] Format host information updated +Info 394 [19:47:04.512] Format host information updated +Info 395 [19:47:04.607] Format host information updated +Info 396 [19:47:04.773] Format host information updated +Info 397 [19:47:08.866] Format host information updated +Info 398 [19:47:09.253] Format host information updated +Info 399 [19:47:09.365] Format host information updated +Info 400 [19:47:09.531] Format host information updated +Info 401 [19:47:09.741] Format host information updated +Info 402 [19:47:09.847] Format host information updated +Info 403 [19:47:09.942] Format host information updated +Info 404 [19:47:10.088] Format host information updated +Info 405 [19:47:10.174] Format host information updated +Info 406 [19:47:10.258] Format host information updated +Info 407 [19:47:10.474] Format host information updated +Info 408 [19:47:10.540] Format host information updated +Info 409 [19:47:10.646] Format host information updated +Info 410 [19:47:10.703] Format host information updated +Info 411 [19:47:10.825] Format host information updated +Info 412 [19:47:10.979] Format host information updated +Info 413 [19:47:11.159] Format host information updated +Info 414 [19:47:11.262] Format host information updated +Info 415 [19:47:11.400] Format host information updated +Info 416 [19:47:11.462] Format host information updated +Info 417 [19:47:12.052] Format host information updated +Info 418 [19:47:12.166] Format host information updated +Info 419 [19:47:14.001] Format host information updated +Info 420 [19:47:14.139] Format host information updated +Info 421 [19:47:14.229] Format host information updated +Info 422 [19:47:14.348] Format host information updated +Info 423 [19:47:14.517] Format host information updated +Info 424 [19:47:14.572] Format host information updated +Info 425 [19:47:14.638] Format host information updated +Info 426 [19:47:14.755] Format host information updated +Info 427 [19:47:14.880] Format host information updated +Info 428 [19:47:15.002] Format host information updated +Info 429 [19:47:15.125] Format host information updated +Info 430 [19:47:15.209] Format host information updated +Info 431 [19:47:15.504] Format host information updated +Info 432 [19:47:15.820] Format host information updated +Info 433 [19:47:15.902] Format host information updated +Info 434 [19:47:16.049] Format host information updated +Info 435 [19:47:16.176] Format host information updated +Info 436 [19:47:18.005] Format host information updated +Info 437 [19:47:18.245] Format host information updated +Info 438 [19:47:18.567] Format host information updated +Info 439 [19:47:18.693] Format host information updated +Info 440 [19:47:18.818] Format host information updated +Info 441 [19:47:19.079] Format host information updated +Info 442 [19:47:19.188] Format host information updated +Info 443 [19:47:19.244] Format host information updated +Info 444 [19:47:19.303] Format host information updated +Info 445 [19:47:19.418] Format host information updated +Info 446 [19:47:19.958] Format host information updated +Info 447 [19:47:20.025] Format host information updated +Info 448 [19:47:20.084] Format host information updated +Info 449 [19:47:20.422] Format host information updated +Info 450 [19:47:20.546] Format host information updated +Info 451 [19:47:20.628] Format host information updated +Info 452 [19:47:20.696] Format host information updated +Info 453 [19:47:20.775] Format host information updated +Info 454 [19:47:20.870] Format host information updated +Info 455 [19:47:21.088] Format host information updated +Info 456 [19:47:21.167] Format host information updated +Info 457 [19:47:21.362] Format host information updated +Info 458 [19:47:21.540] Format host information updated +Info 459 [19:47:21.629] Format host information updated +Info 460 [19:47:21.755] Format host information updated +Info 461 [19:47:21.883] Format host information updated +Info 462 [19:47:21.945] Format host information updated +Info 463 [19:47:22.016] Format host information updated +Info 464 [19:47:22.147] Format host information updated +Info 465 [19:47:22.275] Format host information updated +Info 466 [19:47:22.396] Format host information updated +Info 467 [19:47:22.687] Format host information updated +Info 468 [19:47:22.803] Format host information updated +Info 469 [19:47:22.871] Format host information updated +Info 470 [19:47:22.950] Format host information updated +Info 471 [19:47:23.105] Format host information updated +Info 472 [19:47:23.219] Format host information updated +Info 473 [19:47:23.372] Format host information updated +Info 474 [19:47:23.468] Format host information updated +Info 475 [19:47:23.586] Format host information updated +Info 476 [19:47:24.960] Format host information updated +Info 477 [19:47:27.390] Format host information updated +Info 478 [19:47:27.625] Format host information updated +Info 479 [19:47:27.714] Format host information updated +Info 480 [19:47:28.046] Format host information updated +Info 481 [19:47:28.189] Format host information updated +Info 482 [19:47:28.308] Format host information updated +Info 483 [19:47:28.510] Format host information updated +Info 484 [19:47:28.652] Format host information updated +Info 485 [19:47:28.707] Format host information updated +Info 486 [19:47:28.773] Format host information updated +Info 487 [19:47:28.896] Format host information updated +Info 488 [19:47:29.142] Format host information updated +Info 489 [19:47:29.226] Format host information updated +Info 490 [19:47:29.394] Format host information updated +Info 491 [19:47:29.517] Format host information updated +Info 492 [19:47:29.683] Format host information updated +Info 493 [19:47:29.820] Format host information updated +Info 494 [19:47:30.137] Format host information updated +Info 495 [19:47:30.207] Format host information updated +Info 496 [19:47:30.562] Format host information updated +Info 497 [19:47:30.945] Format host information updated +Info 498 [19:47:31.086] Format host information updated +Info 499 [19:47:31.225] Format host information updated +Info 500 [19:47:31.500] Format host information updated +Info 501 [19:47:31.902] Format host information updated +Info 502 [19:47:31.970] Format host information updated +Info 503 [19:47:32.159] Format host information updated +Info 504 [19:47:32.247] Format host information updated +Info 505 [19:47:32.536] Format host information updated +Info 506 [19:47:32.680] Format host information updated +Info 507 [19:47:34.512] Format host information updated +Info 508 [19:47:34.577] Format host information updated +Info 509 [19:47:34.638] Format host information updated +Info 510 [19:47:34.738] Format host information updated +Info 511 [19:47:34.993] Format host information updated +Info 512 [19:47:35.057] Format host information updated +Info 513 [19:47:35.117] Format host information updated +Info 514 [19:47:35.266] Format host information updated +Info 515 [19:47:35.571] Format host information updated +Info 516 [19:47:35.636] Format host information updated +Info 517 [19:47:35.698] Format host information updated +Info 518 [19:47:35.851] Format host information updated +Info 519 [19:47:36.005] Format host information updated +Info 520 [19:47:36.082] Format host information updated +Info 521 [19:47:36.219] Format host information updated +Info 522 [19:47:36.275] Format host information updated +Info 523 [19:47:36.485] Format host information updated +Info 524 [19:47:37.670] Format host information updated +Info 525 [19:47:38.800] Format host information updated +Info 526 [19:47:39.190] Format host information updated +Info 527 [19:47:39.417] Format host information updated +Info 528 [19:47:40.574] Format host information updated +Info 529 [19:47:40.857] Format host information updated +Info 530 [19:47:41.137] Format host information updated +Info 531 [19:47:42.070] Format host information updated +Info 532 [19:47:42.160] Format host information updated +Info 533 [19:47:42.348] Format host information updated +Info 534 [19:47:42.527] Format host information updated +Info 535 [19:47:42.679] Format host information updated +Info 536 [19:47:42.796] Format host information updated +Info 537 [19:47:42.914] Format host information updated +Info 538 [19:47:43.036] Format host information updated +Info 539 [19:47:43.113] Format host information updated +Info 540 [19:47:43.323] Format host information updated +Info 541 [19:47:43.406] Format host information updated +Info 542 [19:47:43.491] Format host information updated +Info 543 [19:47:43.781] Format host information updated +Info 544 [19:47:43.893] Format host information updated +Info 545 [19:47:43.976] Format host information updated +Info 546 [19:47:44.063] Format host information updated +Info 547 [19:47:44.240] Format host information updated +Info 548 [19:47:44.533] Format host information updated +Info 549 [19:47:44.594] Format host information updated +Info 550 [19:47:46.462] Format host information updated +Info 551 [19:47:46.559] Format host information updated +Info 552 [19:47:46.623] Format host information updated +Info 553 [19:47:46.782] Format host information updated +Info 554 [19:47:46.851] Format host information updated +Info 555 [19:47:50.150] Format host information updated +Info 556 [19:47:50.214] Format host information updated +Info 557 [19:47:50.315] Format host information updated +Info 558 [19:47:50.713] Format host information updated +Info 559 [19:47:50.776] Format host information updated +Info 560 [19:47:51.059] Format host information updated +Info 561 [19:47:51.853] Format host information updated +Info 562 [19:47:51.929] Format host information updated +Info 563 [19:47:52.018] Format host information updated +Info 564 [19:47:52.159] Format host information updated +Info 565 [19:47:52.291] Format host information updated +Info 566 [19:47:52.444] Format host information updated +Info 567 [19:47:52.505] Format host information updated +Info 568 [19:47:52.794] Format host information updated +Info 569 [19:47:52.866] Format host information updated +Info 570 [19:47:52.926] Format host information updated +Info 571 [19:47:53.039] Format host information updated +Info 572 [19:47:53.310] Format host information updated +Info 573 [19:47:53.499] Format host information updated +Info 574 [19:47:53.605] Format host information updated +Info 575 [19:47:53.728] Format host information updated +Info 576 [19:47:54.951] Format host information updated +Info 577 [19:47:55.039] Format host information updated +Info 578 [19:47:55.186] Format host information updated +Info 579 [19:47:55.262] Format host information updated +Info 580 [19:47:56.581] Format host information updated +Info 581 [19:47:57.230] Format host information updated +Info 582 [19:47:59.970] Format host information updated +Info 583 [19:48:00.404] Format host information updated +Info 584 [19:48:04.571] Format host information updated +Info 585 [19:48:04.658] Format host information updated +Info 586 [19:48:04.778] Format host information updated +Info 587 [19:48:04.915] Format host information updated +Info 588 [19:48:04.970] Format host information updated +Info 589 [19:48:05.165] Format host information updated +Info 590 [19:48:05.316] Format host information updated +Info 591 [19:48:05.551] Format host information updated +Info 592 [19:48:05.736] Format host information updated +Info 593 [19:48:05.867] Format host information updated +Info 594 [19:48:05.976] Format host information updated +Info 595 [19:48:07.624] Format host information updated +Info 596 [19:48:09.261] Format host information updated +Info 597 [19:48:10.358] Format host information updated +Info 598 [19:48:10.736] Format host information updated +Info 599 [19:48:11.582] Format host information updated +Info 600 [19:48:11.697] Format host information updated +Info 601 [19:48:11.772] Format host information updated +Info 602 [19:48:12.811] Format host information updated +Info 603 [19:48:12.879] Format host information updated +Info 604 [19:48:12.985] Format host information updated +Info 605 [19:48:13.044] Format host information updated +Info 606 [19:48:13.190] Format host information updated +Info 607 [19:48:13.246] Format host information updated +Info 608 [19:48:13.349] Format host information updated +Info 609 [19:48:13.991] Format host information updated +Info 610 [19:48:14.084] Format host information updated +Info 611 [19:48:14.158] Format host information updated +Info 612 [19:48:14.411] Format host information updated +Info 613 [19:48:14.525] Format host information updated +Info 614 [19:48:14.683] Format host information updated +Info 615 [19:48:14.751] Format host information updated +Info 616 [19:48:15.332] Format host information updated +Info 617 [19:48:15.332] Format host information updated +Info 618 [19:48:15.334] Format host information updated +Info 619 [19:48:15.395] Format host information updated +Info 620 [19:48:20.957] Format host information updated +Info 621 [19:48:21.450] Format host information updated +Info 622 [19:48:22.654] Format host information updated +Info 623 [19:48:22.741] Format host information updated +Info 624 [19:48:22.856] Format host information updated +Info 625 [19:48:22.915] Format host information updated +Info 626 [19:48:22.992] Format host information updated +Info 627 [19:48:23.769] Format host information updated +Info 628 [19:48:23.876] Format host information updated +Info 629 [19:48:23.962] Format host information updated +Info 630 [19:48:24.068] Format host information updated +Info 631 [19:48:24.124] Format host information updated +Info 632 [19:48:24.405] Format host information updated +Info 633 [19:48:24.525] Format host information updated +Info 634 [19:48:24.761] Format host information updated +Info 635 [19:48:24.915] Format host information updated +Info 636 [19:48:25.065] Format host information updated +Info 637 [19:48:25.124] Format host information updated +Info 638 [19:48:25.978] Format host information updated +Info 639 [19:48:26.960] Format host information updated +Info 640 [19:48:27.096] Format host information updated +Info 641 [19:48:27.380] Format host information updated +Info 642 [19:48:27.512] Format host information updated +Info 643 [19:48:27.772] Format host information updated +Info 644 [19:48:27.957] Format host information updated +Info 645 [19:48:28.176] Format host information updated +Info 646 [19:48:28.315] Format host information updated +Info 647 [19:48:28.505] Format host information updated +Info 648 [19:48:28.602] Format host information updated +Info 649 [19:48:28.809] Format host information updated +Info 650 [19:48:28.954] Format host information updated +Info 651 [19:48:29.064] Format host information updated +Info 652 [19:48:29.140] Format host information updated +Info 653 [19:48:29.210] Format host information updated +Info 654 [19:48:31.078] Format host information updated +Info 655 [19:48:31.256] Format host information updated +Info 656 [19:48:31.498] Format host information updated +Info 657 [19:48:31.626] Format host information updated +Info 658 [19:48:31.758] Format host information updated +Info 659 [19:48:31.894] Format host information updated +Info 660 [19:48:31.958] Format host information updated +Info 661 [19:48:32.034] Format host information updated +Info 662 [19:48:32.135] Format host information updated +Info 663 [19:48:32.339] Format host information updated +Info 664 [19:48:32.497] Format host information updated +Info 665 [19:48:32.639] Format host information updated +Info 666 [19:48:32.881] Format host information updated +Info 667 [19:48:32.996] Format host information updated +Info 668 [19:48:33.142] Format host information updated +Info 669 [19:48:33.874] Format host information updated +Info 670 [19:48:33.874] Format host information updated +Info 671 [19:48:33.876] Format host information updated +Info 672 [19:48:35.778] Format host information updated +Info 673 [19:48:35.902] Format host information updated +Info 674 [19:48:35.961] Format host information updated +Info 675 [19:48:36.115] Format host information updated +Info 676 [19:48:36.214] Format host information updated +Info 677 [19:48:36.283] Format host information updated +Info 678 [19:48:36.845] Format host information updated +Info 679 [19:48:36.946] Format host information updated +Info 680 [19:48:37.295] Format host information updated +Info 681 [19:48:37.461] Format host information updated +Info 682 [19:48:37.556] Format host information updated +Info 683 [19:48:37.620] Format host information updated +Info 684 [19:48:37.892] Format host information updated +Info 685 [19:48:38.024] Format host information updated +Info 686 [19:48:38.091] Format host information updated +Info 687 [19:48:38.686] Format host information updated +Info 688 [19:48:38.687] Format host information updated +Info 689 [19:48:38.688] Format host information updated +Info 690 [19:48:38.958] Format host information updated +Info 691 [19:48:39.118] Format host information updated +Info 692 [19:48:39.568] Format host information updated +Info 693 [19:48:39.693] Format host information updated +Info 694 [19:48:40.163] Format host information updated +Info 695 [19:48:40.220] Format host information updated +Info 696 [19:48:40.402] Format host information updated +Info 697 [19:48:40.521] Format host information updated +Info 698 [19:48:44.801] Format host information updated +Info 699 [19:48:45.134] Format host information updated +Info 700 [19:48:45.476] Format host information updated +Info 701 [19:48:45.681] Format host information updated +Info 702 [19:48:45.743] Format host information updated +Info 703 [19:48:45.822] Format host information updated +Info 704 [19:48:45.952] Format host information updated +Info 705 [19:48:46.012] Format host information updated +Info 706 [19:48:46.124] Format host information updated +Info 707 [19:48:46.379] Format host information updated +Info 708 [19:48:46.515] Format host information updated +Info 709 [19:48:46.601] Format host information updated +Info 710 [19:49:01.689] Format host information updated +Info 711 [19:49:01.749] Format host information updated +Info 712 [19:49:01.826] Format host information updated +Info 713 [19:49:02.040] Format host information updated +Info 714 [19:49:02.107] Format host information updated +Info 715 [19:49:02.284] Format host information updated +Info 716 [19:49:02.340] Format host information updated +Info 717 [19:49:02.829] Format host information updated +Info 718 [19:49:02.983] Format host information updated +Info 719 [19:49:03.262] Format host information updated +Info 720 [19:49:03.354] Format host information updated +Info 721 [19:49:03.585] Format host information updated +Info 722 [19:49:03.728] Format host information updated +Info 723 [19:49:04.317] Format host information updated +Info 724 [19:49:04.700] Format host information updated +Info 725 [19:49:05.339] Format host information updated +Info 726 [19:49:05.645] Format host information updated +Info 727 [19:49:05.777] Format host information updated +Info 728 [19:49:05.845] Format host information updated +Info 729 [19:49:05.906] Format host information updated +Info 730 [19:49:06.043] Format host information updated +Info 731 [19:49:06.116] Format host information updated +Info 732 [19:49:06.177] Format host information updated +Info 733 [19:49:08.154] Format host information updated +Info 734 [19:49:08.305] Format host information updated +Info 735 [19:49:08.362] Format host information updated +Info 736 [19:49:08.564] Format host information updated +Info 737 [19:49:08.662] Format host information updated +Info 738 [19:49:08.794] Format host information updated +Info 739 [19:49:08.933] Format host information updated +Info 740 [19:49:09.377] Format host information updated +Info 741 [19:49:09.626] Format host information updated +Info 742 [19:49:09.907] Format host information updated +Info 743 [19:49:09.968] Format host information updated +Info 744 [19:49:11.623] Format host information updated +Info 745 [19:49:12.822] Format host information updated +Info 746 [19:49:12.945] Format host information updated +Info 747 [19:49:13.022] Format host information updated +Info 748 [19:49:13.142] Format host information updated +Info 749 [19:49:13.218] Format host information updated +Info 750 [19:49:13.363] Format host information updated +Info 751 [19:49:13.437] Format host information updated +Info 752 [19:49:13.805] Format host information updated +Info 753 [19:49:14.323] Format host information updated +Info 754 [19:49:14.323] Format host information updated +Info 755 [19:49:14.325] Format host information updated +Info 756 [19:49:14.391] Format host information updated +Info 757 [19:49:14.818] Format host information updated +Info 758 [19:49:14.955] Format host information updated +Info 759 [19:49:15.315] Format host information updated +Info 760 [19:49:15.415] Format host information updated +Info 761 [19:49:15.658] Format host information updated +Info 762 [19:49:15.794] Format host information updated +Info 763 [19:49:15.863] Format host information updated +Info 764 [19:49:16.297] Format host information updated +Info 765 [19:49:16.358] Format host information updated +Info 766 [19:49:16.423] Format host information updated +Info 767 [19:49:16.515] Format host information updated +Info 768 [19:49:16.582] Format host information updated +Info 769 [19:49:23.168] Format host information updated +Info 770 [19:49:23.698] Format host information updated +Info 771 [19:49:24.180] Format host information updated +Info 772 [19:49:24.291] Format host information updated +Info 773 [19:49:24.365] Format host information updated +Info 774 [19:49:24.479] Format host information updated +Info 775 [19:49:24.692] Format host information updated +Info 776 [19:49:24.758] Format host information updated +Info 777 [19:49:25.361] Format host information updated +Info 778 [19:49:25.463] Format host information updated +Info 779 [19:49:25.939] Format host information updated +Info 780 [19:49:26.153] Format host information updated +Info 781 [19:50:29.375] Format host information updated +Info 782 [19:50:29.444] Format host information updated +Info 783 [19:50:29.629] Format host information updated +Info 784 [19:50:29.802] Format host information updated +Info 785 [19:50:29.975] Format host information updated +Info 786 [19:50:30.047] Format host information updated +Info 787 [19:50:30.123] Format host information updated +Info 788 [19:50:30.186] Format host information updated +Info 789 [19:50:30.245] Format host information updated +Info 790 [19:50:30.306] Format host information updated +Info 791 [19:50:30.372] Format host information updated +Info 792 [19:50:30.556] Format host information updated +Info 793 [19:50:30.656] Format host information updated +Info 794 [19:50:30.792] Format host information updated +Info 795 [19:50:30.868] Format host information updated +Info 796 [19:50:30.978] Format host information updated +Info 797 [19:50:31.040] Format host information updated +Info 798 [19:50:31.427] Format host information updated +Info 799 [19:50:31.521] Format host information updated +Info 800 [19:50:31.622] Format host information updated +Info 801 [19:50:31.682] Format host information updated +Info 802 [19:50:31.777] Format host information updated +Info 803 [19:50:31.836] Format host information updated +Info 804 [19:50:31.966] Format host information updated +Info 805 [19:50:32.182] Format host information updated +Info 806 [19:50:32.269] Format host information updated +Info 807 [19:50:32.333] Format host information updated +Info 808 [19:50:32.461] Format host information updated +Info 809 [19:50:32.554] Format host information updated +Info 810 [19:50:32.620] Format host information updated +Info 811 [19:50:32.746] Format host information updated +Info 812 [19:50:32.974] Format host information updated +Info 813 [19:50:33.305] Format host information updated +Info 814 [19:50:33.417] Format host information updated +Info 815 [19:50:33.539] Format host information updated +Info 816 [19:50:33.845] Format host information updated +Info 817 [19:50:34.016] Format host information updated +Info 818 [19:50:34.145] Format host information updated +Info 819 [19:50:34.254] Format host information updated +Info 820 [19:50:34.317] Format host information updated +Info 821 [19:50:34.554] Format host information updated +Info 822 [19:50:34.708] Format host information updated +Info 823 [19:50:34.800] Format host information updated +Info 824 [19:50:35.273] Format host information updated +Info 825 [19:50:35.274] Format host information updated +Info 826 [19:50:35.275] Format host information updated +Info 827 [19:50:37.304] Format host information updated +Info 828 [19:50:37.532] Format host information updated +Info 829 [19:50:38.041] Format host information updated +Info 830 [19:50:38.720] Format host information updated +Info 831 [19:50:38.818] Format host information updated +Info 832 [19:50:38.944] Format host information updated +Info 833 [19:50:39.061] Format host information updated +Info 834 [19:50:39.239] Format host information updated +Info 835 [19:50:39.798] Format host information updated +Info 836 [19:50:40.042] Format host information updated +Info 837 [19:50:41.074] Format host information updated +Info 838 [19:50:41.136] Format host information updated +Info 839 [19:50:41.274] Format host information updated +Info 840 [19:50:41.548] Format host information updated +Info 841 [19:50:44.249] Format host information updated +Info 842 [19:50:45.139] Format host information updated +Info 843 [19:50:45.246] Format host information updated +Info 844 [19:50:45.339] Format host information updated +Info 845 [19:50:45.456] Format host information updated +Info 846 [19:50:46.518] Format host information updated +Info 847 [19:50:51.009] Format host information updated +Info 848 [19:50:51.269] Format host information updated +Info 849 [19:50:51.610] Format host information updated +Info 850 [19:50:51.666] Format host information updated +Info 851 [19:50:51.822] Format host information updated +Info 852 [19:50:51.881] Format host information updated +Info 853 [19:50:52.474] Format host information updated +Info 854 [19:50:52.606] Format host information updated +Info 855 [19:50:53.692] Format host information updated +Info 856 [19:52:53.671] Format host information updated +Info 857 [19:52:56.286] Format host information updated +Info 858 [19:52:56.741] Format host information updated +Info 859 [19:52:56.942] Format host information updated +Info 860 [19:52:57.002] Format host information updated +Info 861 [19:52:57.136] Format host information updated +Info 862 [19:52:57.257] Format host information updated +Info 863 [19:53:44.795] Format host information updated +Info 864 [19:53:44.983] Format host information updated +Info 865 [19:53:45.151] Format host information updated +Info 866 [19:53:45.262] Format host information updated +Info 867 [19:53:46.821] Format host information updated +Info 868 [19:53:47.318] Format host information updated +Info 869 [19:53:47.409] Format host information updated +Info 870 [19:53:47.468] Format host information updated +Info 871 [19:53:47.591] Format host information updated +Info 872 [19:53:47.682] Format host information updated +Info 873 [19:53:47.744] Format host information updated +Info 874 [19:53:48.007] Format host information updated +Info 875 [19:53:48.088] Format host information updated +Info 876 [19:53:48.190] Format host information updated +Info 877 [19:53:48.574] Format host information updated +Info 878 [19:53:48.839] Format host information updated +Info 879 [19:53:49.509] Format host information updated +Info 880 [19:53:49.967] Format host information updated +Info 881 [19:53:50.112] Format host information updated +Info 882 [19:53:50.283] Format host information updated +Info 883 [19:53:50.392] Format host information updated +Info 884 [19:53:50.678] Format host information updated +Info 885 [19:53:50.747] Format host information updated +Info 886 [19:53:50.817] Format host information updated +Info 887 [19:53:50.901] Format host information updated +Info 888 [19:53:51.072] Format host information updated +Info 889 [19:53:51.496] Format host information updated +Info 890 [19:53:51.573] Format host information updated +Info 891 [19:53:52.084] Format host information updated +Info 892 [19:53:52.167] Format host information updated +Info 893 [19:53:52.316] Format host information updated +Info 894 [19:53:52.405] Format host information updated +Info 895 [19:53:52.464] Format host information updated +Info 896 [19:53:52.763] Format host information updated +Info 897 [19:53:52.832] Format host information updated +Info 898 [19:53:53.020] Format host information updated +Info 899 [19:53:54.077] Format host information updated +Info 900 [19:53:54.077] Format host information updated +Info 901 [19:53:54.078] Format host information updated +Info 902 [19:53:54.718] Format host information updated +Info 903 [19:53:55.007] Format host information updated +Info 904 [19:53:55.066] Format host information updated +Info 905 [19:53:55.628] Format host information updated +Info 906 [19:53:55.696] Format host information updated +Info 907 [19:53:55.754] Format host information updated +Info 908 [19:53:55.872] Format host information updated +Info 909 [19:53:56.802] Format host information updated +Info 910 [19:53:58.356] Format host information updated +Info 911 [19:53:58.422] Format host information updated +Info 912 [19:53:58.538] Format host information updated +Info 913 [19:53:58.685] Format host information updated +Info 914 [19:53:58.768] Format host information updated +Info 915 [19:53:58.827] Format host information updated +Info 916 [19:53:59.141] Format host information updated +Info 917 [19:53:59.269] Format host information updated +Info 918 [19:53:59.369] Format host information updated +Info 919 [19:53:59.642] Format host information updated +Info 920 [19:53:59.748] Format host information updated +Info 921 [19:53:59.887] Format host information updated +Info 922 [19:54:00.321] Format host information updated +Info 923 [19:54:00.458] Format host information updated +Info 924 [19:54:00.720] Format host information updated +Info 925 [19:54:00.838] Format host information updated +Info 926 [19:54:00.921] Format host information updated +Info 927 [19:54:00.998] Format host information updated +Info 928 [19:54:01.111] Format host information updated +Info 929 [19:54:01.382] Format host information updated +Info 930 [19:54:02.201] Format host information updated +Info 931 [19:54:03.259] Format host information updated +Info 932 [19:54:04.621] Format host information updated +Info 933 [19:54:04.998] Format host information updated +Info 934 [19:54:05.116] Format host information updated +Info 935 [19:54:06.854] Format host information updated +Info 936 [19:54:08.013] Format host information updated +Info 937 [19:54:09.315] Format host information updated +Info 938 [19:54:10.530] Format host information updated +Info 939 [19:54:10.637] Format host information updated +Info 940 [19:54:10.863] Format host information updated +Info 941 [19:54:10.987] Format host information updated +Info 942 [19:54:11.315] Format host information updated +Info 943 [19:54:11.465] Format host information updated +Info 944 [19:54:11.526] Format host information updated +Info 945 [19:54:11.722] Format host information updated +Info 946 [19:54:11.790] Format host information updated +Info 947 [19:54:14.355] Format host information updated +Info 948 [19:54:14.488] Format host information updated +Info 949 [19:54:14.866] Format host information updated +Info 950 [19:54:15.092] Format host information updated +Info 951 [19:54:15.172] Format host information updated +Info 952 [19:54:15.309] Format host information updated +Info 953 [19:54:15.364] Format host information updated +Info 954 [19:54:16.727] Format host information updated +Info 955 [19:54:17.338] Format host information updated +Info 956 [19:54:17.487] Format host information updated +Info 957 [19:54:17.580] Format host information updated +Info 958 [19:54:17.729] Format host information updated +Info 959 [19:54:17.871] Format host information updated +Info 960 [19:54:18.021] Format host information updated +Info 961 [19:54:18.135] Format host information updated +Info 962 [19:54:18.625] Format host information updated +Info 963 [19:54:18.690] Format host information updated +Info 964 [19:54:18.756] Format host information updated +Info 965 [19:54:18.829] Format host information updated +Info 966 [19:54:18.920] Format host information updated +Info 967 [19:54:19.050] Format host information updated +Info 968 [19:54:19.177] Format host information updated +Info 969 [19:54:19.275] Format host information updated +Info 970 [19:54:19.618] Format host information updated +Info 971 [19:54:19.748] Format host information updated +Info 972 [19:54:19.868] Format host information updated +Info 973 [19:54:19.954] Format host information updated +Info 974 [19:54:20.017] Format host information updated +Info 975 [19:54:20.098] Format host information updated +Info 976 [19:54:20.273] Format host information updated +Info 977 [19:54:20.377] Format host information updated +Info 978 [19:54:20.446] Format host information updated +Info 979 [19:54:20.514] Format host information updated +Info 980 [19:54:22.132] Format host information updated +Info 981 [19:54:23.811] Format host information updated +Info 982 [19:54:23.884] Format host information updated +Info 983 [19:54:23.956] Format host information updated +Info 984 [19:54:24.507] Format host information updated +Info 985 [19:54:24.892] Format host information updated +Info 986 [19:54:25.118] Format host information updated +Info 987 [19:54:25.204] Format host information updated +Info 988 [19:54:25.696] Format host information updated +Info 989 [19:54:25.757] Format host information updated +Info 990 [19:54:25.816] Format host information updated +Info 991 [19:54:25.956] Format host information updated +Info 992 [19:54:26.058] Format host information updated +Info 993 [19:54:26.118] Format host information updated +Info 994 [19:54:27.141] Format host information updated +Info 995 [19:54:27.214] Format host information updated +Info 996 [19:54:27.355] Format host information updated +Info 997 [19:54:27.535] Format host information updated +Info 998 [19:54:27.652] Format host information updated +Info 999 [19:54:27.738] Format host information updated +Info 1000 [19:54:28.320] Format host information updated +Info 1001 [19:54:28.517] Format host information updated +Info 1002 [19:54:28.635] Format host information updated +Info 1003 [19:54:29.095] Format host information updated +Info 1004 [19:54:29.350] Format host information updated +Info 1005 [19:54:29.794] Format host information updated +Info 1006 [19:54:29.916] Format host information updated +Info 1007 [19:54:30.270] Format host information updated +Info 1008 [19:54:30.408] Format host information updated +Info 1009 [19:54:30.564] Format host information updated +Info 1010 [19:54:30.759] Format host information updated +Info 1011 [19:54:30.985] Format host information updated +Info 1012 [19:54:31.166] Format host information updated +Info 1013 [19:54:31.313] Format host information updated +Info 1014 [19:54:31.373] Format host information updated +Info 1015 [19:54:31.441] Format host information updated +Info 1016 [19:54:31.515] Format host information updated +Info 1017 [19:54:31.682] Format host information updated +Info 1018 [19:54:31.750] Format host information updated +Info 1019 [19:54:31.861] Format host information updated +Info 1020 [19:54:32.014] Format host information updated +Info 1021 [19:54:32.935] Format host information updated +Info 1022 [19:54:33.006] Format host information updated +Info 1023 [19:54:33.066] Format host information updated +Info 1024 [19:54:33.199] Format host information updated +Info 1025 [19:54:33.295] Format host information updated +Info 1026 [19:54:33.478] Format host information updated +Info 1027 [19:54:33.935] Format host information updated +Info 1028 [19:54:34.002] Format host information updated +Info 1029 [19:54:34.237] Format host information updated +Info 1030 [19:54:34.530] Format host information updated +Info 1031 [19:54:34.609] Format host information updated +Info 1032 [19:54:34.785] Format host information updated +Info 1033 [19:54:34.924] Format host information updated +Info 1034 [19:54:34.985] Format host information updated +Info 1035 [19:54:35.127] Format host information updated +Info 1036 [19:54:35.187] Format host information updated +Info 1037 [19:54:35.332] Format host information updated +Info 1038 [19:54:35.481] Format host information updated +Info 1039 [19:54:35.823] Format host information updated +Info 1040 [19:54:35.956] Format host information updated +Info 1041 [19:54:36.585] Format host information updated +Info 1042 [19:54:36.763] Format host information updated +Info 1043 [19:54:37.252] Format host information updated +Info 1044 [19:54:37.519] Format host information updated +Info 1045 [19:54:37.675] Format host information updated +Info 1046 [19:55:11.346] Format host information updated +Info 1047 [19:55:11.632] Format host information updated +Info 1048 [19:55:11.952] Format host information updated +Info 1049 [19:55:12.085] Format host information updated +Info 1050 [19:55:12.266] Format host information updated +Info 1051 [19:55:14.180] Format host information updated +Info 1052 [19:55:17.661] Format host information updated +Info 1053 [19:56:08.460] Format host information updated +Info 1054 [19:56:08.905] Format host information updated +Info 1055 [19:56:09.721] Format host information updated +Info 1056 [19:56:09.856] Format host information updated +Info 1057 [19:56:10.020] Format host information updated +Info 1058 [19:56:10.114] Format host information updated +Info 1059 [19:56:10.317] Format host information updated +Info 1060 [19:56:10.393] Format host information updated +Info 1061 [19:56:11.224] Format host information updated +Info 1062 [19:56:11.403] Format host information updated +Info 1063 [19:56:12.079] Format host information updated +Info 1064 [19:56:12.238] Format host information updated +Info 1065 [19:56:13.519] Format host information updated +Info 1066 [19:56:13.901] Format host information updated +Info 1067 [19:56:14.207] Format host information updated +Info 1068 [19:56:14.361] Format host information updated +Info 1069 [19:56:14.493] Format host information updated +Info 1070 [19:56:14.551] Format host information updated +Info 1071 [19:56:14.778] Format host information updated +Info 1072 [19:56:14.848] Format host information updated +Info 1073 [19:56:24.309] Format host information updated +Info 1074 [19:56:24.526] Format host information updated +Info 1075 [19:56:24.596] Format host information updated +Info 1076 [19:56:24.666] Format host information updated +Info 1077 [19:56:24.751] Format host information updated +Info 1078 [19:56:24.809] Format host information updated +Info 1079 [19:56:24.934] Format host information updated +Info 1080 [19:56:25.249] Format host information updated +Info 1081 [19:56:25.419] Format host information updated +Info 1082 [19:56:25.538] Format host information updated +Info 1083 [19:56:25.624] Format host information updated +Info 1084 [19:56:25.762] Format host information updated +Info 1085 [19:56:25.977] Format host information updated +Info 1086 [19:56:26.209] Format host information updated +Info 1087 [19:56:26.310] Format host information updated +Info 1088 [19:56:26.388] Format host information updated +Info 1089 [19:56:26.576] Format host information updated +Info 1090 [19:56:26.940] Format host information updated +Info 1091 [19:56:27.209] Format host information updated +Info 1092 [19:56:27.301] Format host information updated +Info 1093 [19:56:27.376] Format host information updated +Info 1094 [19:56:27.497] Format host information updated +Info 1095 [19:56:27.586] Format host information updated +Info 1096 [19:56:27.807] Format host information updated +Info 1097 [19:56:27.874] Format host information updated +Info 1098 [19:56:28.156] Format host information updated +Info 1099 [19:56:28.216] Format host information updated +Info 1100 [19:56:28.290] Format host information updated +Info 1101 [19:56:28.407] Format host information updated +Info 1102 [19:56:28.482] Format host information updated +Info 1103 [19:56:29.075] Format host information updated +Info 1104 [19:56:29.137] Format host information updated +Info 1105 [19:56:29.218] Format host information updated +Info 1106 [19:56:29.573] Format host information updated +Info 1107 [19:56:29.694] Format host information updated +Info 1108 [19:56:29.815] Format host information updated +Info 1109 [19:56:29.965] Format host information updated +Info 1110 [19:56:30.095] Format host information updated +Info 1111 [19:56:30.217] Format host information updated +Info 1112 [19:56:30.277] Format host information updated +Info 1113 [19:56:30.427] Format host information updated +Info 1114 [19:56:30.488] Format host information updated +Info 1115 [19:56:30.561] Format host information updated +Info 1116 [19:56:30.958] Format host information updated +Info 1117 [19:56:31.045] Format host information updated +Info 1118 [19:56:31.988] Format host information updated +Info 1119 [19:56:33.696] Format host information updated +Info 1120 [19:56:33.796] Format host information updated +Info 1121 [19:56:33.915] Format host information updated +Info 1122 [19:56:34.385] Format host information updated +Info 1123 [19:56:34.553] Format host information updated +Info 1124 [19:56:34.708] Format host information updated +Info 1125 [19:56:34.784] Format host information updated +Info 1126 [19:56:34.936] Format host information updated +Info 1127 [19:56:34.995] Format host information updated +Info 1128 [19:56:36.075] Format host information updated +Info 1129 [19:56:36.320] Format host information updated +Info 1130 [19:56:36.611] Format host information updated +Info 1131 [19:56:38.696] Format host information updated +Info 1132 [19:56:38.761] Format host information updated +Info 1133 [19:56:40.657] Format host information updated +Info 1134 [19:56:40.875] Format host information updated +Info 1135 [19:56:42.164] Format host information updated +Info 1136 [19:56:42.635] Format host information updated +Info 1137 [19:56:42.749] Format host information updated +Info 1138 [19:56:43.582] Format host information updated +Info 1139 [19:56:43.641] Format host information updated +Info 1140 [19:56:44.130] Format host information updated +Info 1141 [19:56:44.929] Format host information updated +Info 1142 [19:56:46.471] Format host information updated +Info 1143 [19:56:46.532] Format host information updated +Info 1144 [19:56:47.105] Format host information updated +Info 1145 [19:56:47.254] Format host information updated +Info 1146 [19:56:53.990] Format host information updated +Info 1147 [19:56:55.272] Format host information updated +Info 1148 [19:56:55.567] Format host information updated +Info 1149 [19:56:55.927] Format host information updated +Info 1150 [19:56:56.005] Format host information updated +Info 1151 [19:56:56.089] Format host information updated +Info 1152 [19:56:56.332] Format host information updated +Info 1153 [19:56:56.743] Format host information updated +Info 1154 [19:56:56.875] Format host information updated +Info 1155 [19:56:57.019] Format host information updated +Info 1156 [19:56:57.149] Format host information updated +Info 1157 [19:56:57.279] Format host information updated +Info 1158 [19:56:57.886] Format host information updated +Info 1159 [19:56:58.067] Format host information updated +Info 1160 [19:56:58.255] Format host information updated +Info 1161 [19:56:58.316] Format host information updated +Info 1162 [19:56:58.703] Format host information updated +Info 1163 [19:56:58.779] Format host information updated +Info 1164 [19:56:59.368] Format host information updated +Info 1165 [19:56:59.436] Format host information updated +Info 1166 [19:56:59.525] Format host information updated +Info 1167 [19:56:59.600] Format host information updated +Info 1168 [19:57:00.283] Format host information updated +Info 1169 [19:57:00.344] Format host information updated +Info 1170 [19:57:00.752] Format host information updated +Info 1171 [19:57:17.165] Format host information updated +Info 1172 [19:57:17.410] Format host information updated +Info 1173 [19:57:17.690] Format host information updated +Info 1174 [19:57:17.845] Format host information updated +Info 1175 [19:57:18.473] Format host information updated +Info 1176 [19:57:19.266] Format host information updated +Info 1177 [19:57:28.640] Format host information updated +Info 1178 [19:57:28.778] Format host information updated +Info 1179 [19:57:28.900] Format host information updated +Info 1180 [19:57:28.959] Format host information updated +Info 1181 [19:57:29.017] Format host information updated +Info 1182 [19:57:29.482] Format host information updated +Info 1183 [19:57:29.611] Format host information updated +Info 1184 [19:57:29.718] Format host information updated +Info 1185 [19:57:29.833] Format host information updated +Info 1186 [19:57:29.949] Format host information updated +Info 1187 [19:57:30.057] Format host information updated +Info 1188 [19:57:30.216] Format host information updated +Info 1189 [19:57:30.324] Format host information updated +Info 1190 [19:57:30.488] Format host information updated +Info 1191 [19:57:30.708] Format host information updated +Info 1192 [19:57:30.854] Format host information updated +Info 1193 [19:57:30.968] Format host information updated +Info 1194 [19:57:31.090] Format host information updated +Info 1195 [19:57:31.227] Format host information updated +Info 1196 [19:57:31.358] Format host information updated +Info 1197 [19:57:31.418] Format host information updated +Info 1198 [19:57:31.787] Format host information updated +Info 1199 [19:57:32.287] Format host information updated +Info 1200 [19:57:32.507] Format host information updated +Info 1201 [19:57:32.832] Format host information updated +Info 1202 [19:57:33.287] Format host information updated +Info 1203 [19:57:33.575] Format host information updated +Info 1204 [19:57:33.678] Format host information updated +Info 1205 [19:57:33.833] Format host information updated +Info 1206 [19:57:34.136] Format host information updated +Info 1207 [19:57:34.268] Format host information updated +Info 1208 [19:57:34.421] Format host information updated +Info 1209 [19:57:34.552] Format host information updated +Info 1210 [19:57:34.729] Format host information updated +Info 1211 [19:57:34.817] Format host information updated +Info 1212 [19:57:35.100] Format host information updated +Info 1213 [19:57:35.270] Format host information updated +Info 1214 [19:57:35.414] Format host information updated +Info 1215 [19:57:35.733] Format host information updated +Info 1216 [19:57:35.792] Format host information updated +Info 1217 [19:57:35.916] Format host information updated +Info 1218 [19:57:36.117] Format host information updated +Info 1219 [19:57:36.172] Format host information updated +Info 1220 [19:57:36.303] Format host information updated +Info 1221 [19:57:36.389] Format host information updated +Info 1222 [19:57:36.530] Format host information updated +Info 1223 [19:57:36.657] Format host information updated +Info 1224 [19:57:36.987] Format host information updated +Info 1225 [19:57:37.264] Format host information updated +Info 1226 [19:57:37.402] Format host information updated +Info 1227 [19:57:37.459] Format host information updated +Info 1228 [19:57:37.651] Format host information updated +Info 1229 [19:57:37.770] Format host information updated +Info 1230 [19:57:37.858] Format host information updated +Info 1231 [19:57:39.090] Format host information updated +Info 1232 [19:57:39.432] Format host information updated +Info 1233 [19:57:39.537] Format host information updated +Info 1234 [19:57:39.635] Format host information updated +Info 1235 [19:57:39.739] Format host information updated +Info 1236 [19:57:39.816] Format host information updated +Info 1237 [19:57:40.146] Format host information updated +Info 1238 [19:57:40.223] Format host information updated +Info 1239 [19:57:40.297] Format host information updated +Info 1240 [19:57:44.678] Format host information updated +Info 1241 [19:57:44.917] Format host information updated +Info 1242 [19:57:45.064] Format host information updated +Info 1243 [19:57:45.131] Format host information updated +Info 1244 [19:57:45.191] Format host information updated +Info 1245 [19:57:45.507] Format host information updated +Info 1246 [19:57:46.448] Format host information updated +Info 1247 [19:57:53.371] Format host information updated +Info 1248 [19:57:53.607] Format host information updated +Info 1249 [19:57:53.789] Format host information updated +Info 1250 [19:57:54.023] Format host information updated +Info 1251 [19:57:54.172] Format host information updated +Info 1252 [19:57:54.345] Format host information updated +Info 1253 [19:57:54.442] Format host information updated +Info 1254 [19:57:54.553] Format host information updated +Info 1255 [19:57:55.059] Format host information updated +Info 1256 [19:57:55.827] Format host information updated +Info 1257 [19:57:59.810] Format host information updated +Info 1258 [19:57:59.877] Format host information updated +Info 1259 [19:58:07.495] Format host information updated +Info 1260 [19:58:07.627] Format host information updated +Info 1261 [19:58:07.805] Format host information updated +Info 1262 [19:58:07.960] Format host information updated +Info 1263 [19:58:08.035] Format host information updated +Info 1264 [19:58:08.348] Format host information updated +Info 1265 [19:58:08.419] Format host information updated +Info 1266 [19:58:08.482] Format host information updated +Info 1267 [19:58:08.547] Format host information updated +Info 1268 [19:58:08.606] Format host information updated +Info 1269 [19:58:08.666] Format host information updated +Info 1270 [19:58:08.775] Format host information updated +Info 1271 [19:58:09.226] Format host information updated +Info 1272 [19:58:09.432] Format host information updated +Info 1273 [19:58:09.530] Format host information updated +Info 1274 [19:58:09.604] Format host information updated +Info 1275 [19:58:09.750] Format host information updated +Info 1276 [19:58:09.840] Format host information updated +Info 1277 [19:58:09.900] Format host information updated +Info 1278 [19:58:10.133] Format host information updated +Info 1279 [19:58:10.317] Format host information updated +Info 1280 [19:58:10.396] Format host information updated +Info 1281 [19:58:10.540] Format host information updated +Info 1282 [19:58:10.694] Format host information updated +Info 1283 [19:58:10.754] Format host information updated +Info 1284 [19:58:11.181] Format host information updated +Info 1285 [19:58:11.294] Format host information updated +Info 1286 [19:58:11.388] Format host information updated +Info 1287 [19:58:11.494] Format host information updated +Info 1288 [19:58:11.556] Format host information updated +Info 1289 [19:58:11.691] Format host information updated +Info 1290 [19:58:11.835] Format host information updated +Info 1291 [19:58:11.908] Format host information updated +Info 1292 [19:58:11.993] Format host information updated +Info 1293 [19:58:12.356] Format host information updated +Info 1294 [19:58:12.485] Format host information updated +Info 1295 [19:58:12.555] Format host information updated +Info 1296 [19:58:12.651] Format host information updated +Info 1297 [19:58:13.079] Format host information updated +Info 1298 [19:58:13.080] Format host information updated +Info 1299 [19:58:13.081] Format host information updated +Info 1300 [19:58:13.144] Format host information updated +Info 1301 [19:58:15.014] Format host information updated +Info 1302 [19:58:15.119] Format host information updated +Info 1303 [19:58:15.227] Format host information updated +Info 1304 [19:58:15.306] Format host information updated +Info 1305 [19:58:15.514] Format host information updated +Info 1306 [19:58:15.640] Format host information updated +Info 1307 [19:58:21.422] Format host information updated +Info 1308 [19:58:22.399] Format host information updated +Info 1309 [19:58:22.734] Format host information updated +Info 1310 [19:58:22.892] Format host information updated +Info 1311 [19:58:23.948] Format host information updated +Info 1312 [19:58:24.561] Format host information updated +Info 1313 [19:58:25.493] Format host information updated +Info 1314 [19:58:25.956] Format host information updated +Info 1315 [19:58:26.060] Format host information updated +Info 1316 [19:58:26.138] Format host information updated +Info 1317 [19:58:26.225] Format host information updated +Info 1318 [19:58:26.383] Format host information updated +Info 1319 [19:58:26.439] Format host information updated +Info 1320 [19:58:26.609] Format host information updated +Info 1321 [19:58:26.710] Format host information updated +Info 1322 [19:58:26.779] Format host information updated +Info 1323 [19:58:26.845] Format host information updated +Info 1324 [19:58:27.502] Format host information updated +Info 1325 [19:58:28.146] Format host information updated +Info 1326 [19:58:39.835] Format host information updated +Info 1327 [19:58:39.967] Format host information updated +Info 1328 [19:58:40.402] Format host information updated +Info 1329 [19:58:40.463] Format host information updated +Info 1330 [19:58:41.126] Format host information updated +Info 1331 [19:58:41.211] Format host information updated +Info 1332 [19:58:41.276] Format host information updated +Info 1333 [19:58:41.411] Format host information updated +Info 1334 [19:58:41.487] Format host information updated +Info 1335 [19:58:41.594] Format host information updated +Info 1336 [19:58:41.785] Format host information updated +Info 1337 [19:58:41.928] Format host information updated +Info 1338 [19:58:41.988] Format host information updated +Info 1339 [19:58:42.055] Format host information updated +Info 1340 [19:59:08.650] Format host information updated +Info 1341 [19:59:09.054] Format host information updated +Info 1342 [19:59:09.115] Format host information updated +Info 1343 [19:59:09.197] Format host information updated +Info 1344 [19:59:09.602] Format host information updated +Info 1345 [19:59:09.735] Format host information updated +Info 1346 [19:59:09.863] Format host information updated +Info 1347 [19:59:10.221] Format host information updated +Info 1348 [19:59:10.318] Format host information updated +Info 1349 [19:59:10.475] Format host information updated +Info 1350 [19:59:10.882] Format host information updated +Info 1351 [19:59:11.032] Format host information updated +Info 1352 [19:59:11.171] Format host information updated +Info 1353 [19:59:11.309] Format host information updated +Info 1354 [19:59:11.463] Format host information updated +Info 1355 [19:59:11.524] Format host information updated +Info 1356 [19:59:11.626] Format host information updated +Info 1357 [19:59:11.688] Format host information updated +Info 1358 [19:59:11.783] Format host information updated +Info 1359 [19:59:11.889] Format host information updated +Info 1360 [19:59:12.072] Format host information updated +Info 1361 [19:59:12.138] Format host information updated +Info 1362 [19:59:12.262] Format host information updated +Info 1363 [19:59:12.360] Format host information updated +Info 1364 [19:59:12.987] Format host information updated +Info 1365 [19:59:13.176] Format host information updated +Info 1366 [19:59:13.238] Format host information updated +Info 1367 [19:59:14.234] Format host information updated +Info 1368 [19:59:17.163] Format host information updated +Info 1369 [19:59:17.292] Format host information updated +Info 1370 [19:59:17.551] Format host information updated +Info 1371 [19:59:17.705] Format host information updated +Info 1372 [19:59:18.506] Format host information updated +Info 1373 [19:59:18.572] Format host information updated +Info 1374 [19:59:19.025] Format host information updated +Info 1375 [19:59:19.154] Format host information updated +Info 1376 [19:59:19.218] Format host information updated +Info 1377 [19:59:19.347] Format host information updated +Info 1378 [19:59:19.404] Format host information updated +Info 1379 [19:59:19.793] Format host information updated +Info 1380 [19:59:19.998] Format host information updated +Info 1381 [19:59:20.071] Format host information updated +Info 1382 [19:59:20.162] Format host information updated +Info 1383 [19:59:20.349] Format host information updated +Info 1384 [19:59:22.194] Format host information updated +Info 1385 [19:59:22.368] Format host information updated +Info 1386 [19:59:22.424] Format host information updated +Info 1387 [19:59:22.528] Format host information updated +Info 1388 [19:59:22.712] Format host information updated +Info 1389 [19:59:22.768] Format host information updated +Info 1390 [19:59:23.109] Format host information updated +Info 1391 [19:59:23.216] Format host information updated +Info 1392 [19:59:23.319] Format host information updated +Info 1393 [19:59:23.386] Format host information updated +Info 1394 [19:59:24.288] Format host information updated +Info 1395 [19:59:24.349] Format host information updated +Info 1396 [19:59:24.884] Format host information updated +Info 1397 [19:59:24.987] Format host information updated +Info 1398 [19:59:32.606] Format host information updated +Info 1399 [19:59:32.792] Format host information updated +Info 1400 [19:59:37.842] Format host information updated +Info 1401 [19:59:37.987] Format host information updated +Info 1402 [19:59:38.081] Format host information updated +Info 1403 [19:59:38.457] Format host information updated +Info 1404 [19:59:38.630] Format host information updated +Info 1405 [19:59:38.887] Format host information updated +Info 1406 [19:59:39.001] Format host information updated +Info 1407 [19:59:39.073] Format host information updated +Info 1408 [19:59:39.478] Format host information updated +Info 1409 [19:59:40.342] Format host information updated +Info 1410 [19:59:40.730] Format host information updated +Info 1411 [19:59:41.123] Format host information updated +Info 1412 [19:59:41.266] Format host information updated +Info 1413 [19:59:42.001] Format host information updated +Info 1414 [19:59:42.070] Format host information updated +Info 1415 [19:59:42.211] Format host information updated +Info 1416 [19:59:42.334] Format host information updated +Info 1417 [19:59:42.447] Format host information updated +Info 1418 [19:59:42.636] Format host information updated +Info 1419 [19:59:42.692] Format host information updated +Info 1420 [19:59:42.813] Format host information updated +Info 1421 [19:59:42.918] Format host information updated +Info 1422 [19:59:43.037] Format host information updated +Info 1423 [19:59:43.380] Format host information updated +Info 1424 [19:59:43.439] Format host information updated +Info 1425 [19:59:43.595] Format host information updated +Info 1426 [19:59:43.655] Format host information updated +Info 1427 [19:59:43.751] Format host information updated +Info 1428 [19:59:43.813] Format host information updated +Info 1429 [19:59:43.969] Format host information updated +Info 1430 [19:59:44.563] Format host information updated +Info 1431 [19:59:44.726] Format host information updated +Info 1432 [19:59:45.401] Format host information updated +Info 1433 [19:59:45.535] Format host information updated +Info 1434 [19:59:46.392] Format host information updated +Info 1435 [19:59:46.566] Format host information updated +Info 1436 [19:59:46.639] Format host information updated +Info 1437 [19:59:46.761] Format host information updated +Info 1438 [19:59:47.446] Format host information updated +Info 1439 [19:59:50.062] Format host information updated +Info 1440 [19:59:50.218] Format host information updated +Info 1441 [19:59:50.567] Format host information updated +Info 1442 [19:59:50.714] Format host information updated +Info 1443 [19:59:53.126] Format host information updated +Info 1444 [19:59:53.405] Format host information updated +Info 1445 [19:59:53.763] Format host information updated +Info 1446 [19:59:54.993] Format host information updated +Info 1447 [19:59:55.065] Format host information updated +Info 1448 [19:59:55.679] Format host information updated +Info 1449 [19:59:55.924] Format host information updated +Info 1450 [19:59:57.033] Format host information updated +Info 1451 [19:59:57.096] Format host information updated +Info 1452 [19:59:57.653] Format host information updated +Info 1453 [19:59:58.014] Format host information updated +Info 1454 [20:00:00.248] Format host information updated +Info 1455 [20:00:00.314] Format host information updated +Info 1456 [20:00:01.481] Format host information updated +Info 1457 [20:00:02.345] Format host information updated +Info 1458 [20:00:04.805] Format host information updated +Info 1459 [20:00:04.937] Format host information updated +Info 1460 [20:00:05.359] Format host information updated +Info 1461 [20:00:05.591] Format host information updated +Info 1462 [20:00:05.652] Format host information updated +Info 1463 [20:00:05.713] Format host information updated +Info 1464 [20:00:06.560] Format host information updated +Info 1465 [20:00:07.318] Format host information updated +Info 1466 [20:00:07.455] Format host information updated +Info 1467 [20:00:07.910] Format host information updated +Info 1468 [20:00:08.607] Format host information updated +Info 1469 [20:00:09.420] Format host information updated +Info 1470 [20:00:09.573] Format host information updated +Info 1471 [20:00:09.842] Format host information updated +Info 1472 [20:00:10.214] Format host information updated +Info 1473 [20:00:11.189] Format host information updated +Info 1474 [20:00:11.451] Format host information updated +Info 1475 [20:00:12.803] Format host information updated +Info 1476 [20:00:13.623] Format host information updated +Info 1477 [20:00:13.715] Format host information updated +Info 1478 [20:00:13.896] Format host information updated +Info 1479 [20:00:13.957] Format host information updated +Info 1480 [20:00:16.536] Format host information updated +Info 1481 [20:00:16.669] Format host information updated +Info 1482 [20:00:17.030] Format host information updated +Info 1483 [20:00:17.363] Format host information updated +Info 1484 [20:00:17.574] Format host information updated +Info 1485 [20:00:17.676] Format host information updated +Info 1486 [20:00:17.877] Format host information updated +Info 1487 [20:00:18.041] Format host information updated +Info 1488 [20:00:18.110] Format host information updated +Info 1489 [20:00:18.229] Format host information updated +Info 1490 [20:00:18.761] Format host information updated +Info 1491 [20:00:18.985] Format host information updated +Info 1492 [20:00:19.084] Format host information updated +Info 1493 [20:00:19.228] Format host information updated +Info 1494 [20:00:19.349] Format host information updated +Info 1495 [20:00:19.440] Format host information updated +Info 1496 [20:00:19.523] Format host information updated +Info 1497 [20:00:22.888] Format host information updated +Info 1498 [20:00:23.502] Format host information updated +Info 1499 [20:00:24.636] Format host information updated +Info 1500 [20:00:25.194] Format host information updated +Info 1501 [20:00:28.964] Format host information updated +Info 1502 [20:00:29.187] Format host information updated +Info 1503 [20:00:29.247] Format host information updated +Info 1504 [20:00:29.364] Format host information updated +Info 1505 [20:00:30.089] Format host information updated +Info 1506 [20:00:32.164] Format host information updated +Info 1507 [20:00:32.288] Format host information updated +Info 1508 [20:00:32.400] Format host information updated +Info 1509 [20:00:35.027] Format host information updated +Info 1510 [20:00:36.747] Format host information updated +Info 1511 [20:00:37.038] Format host information updated +Info 1512 [20:00:37.289] Format host information updated +Info 1513 [20:00:38.675] Format host information updated +Info 1514 [20:00:38.838] Format host information updated +Info 1515 [20:00:39.257] Format host information updated +Info 1516 [20:00:39.460] Format host information updated +Info 1517 [20:00:40.102] Format host information updated +Info 1518 [20:00:40.486] Format host information updated +Info 1519 [20:00:40.789] Format host information updated +Info 1520 [20:00:48.284] Format host information updated +Info 1521 [20:00:48.358] Format host information updated +Info 1522 [20:00:48.424] Format host information updated +Info 1523 [20:00:48.493] Format host information updated +Info 1524 [20:00:48.551] Format host information updated +Info 1525 [20:00:48.609] Format host information updated +Info 1526 [20:00:48.699] Format host information updated +Info 1527 [20:00:48.818] Format host information updated +Info 1528 [20:00:49.167] Format host information updated +Info 1529 [20:00:49.419] Format host information updated +Info 1530 [20:00:49.555] Format host information updated +Info 1531 [20:00:49.702] Format host information updated +Info 1532 [20:00:49.809] Format host information updated +Info 1533 [20:00:49.997] Format host information updated +Info 1534 [20:00:50.059] Format host information updated +Info 1535 [20:00:50.165] Format host information updated +Info 1536 [20:00:53.165] Format host information updated +Info 1537 [20:00:53.384] Format host information updated +Info 1538 [20:00:53.462] Format host information updated +Info 1539 [20:00:53.582] Format host information updated +Info 1540 [20:00:53.640] Format host information updated +Info 1541 [20:00:53.798] Format host information updated +Info 1542 [20:00:53.858] Format host information updated +Info 1543 [20:00:54.355] Format host information updated +Info 1544 [20:00:54.674] Format host information updated +Info 1545 [20:00:54.888] Format host information updated +Info 1546 [20:00:54.960] Format host information updated +Info 1547 [20:00:55.070] Format host information updated +Info 1548 [20:00:55.131] Format host information updated +Info 1549 [20:00:55.191] Format host information updated +Info 1550 [20:00:55.323] Format host information updated +Info 1551 [20:00:55.435] Format host information updated +Info 1552 [20:00:55.552] Format host information updated +Info 1553 [20:00:55.636] Format host information updated +Info 1554 [20:00:55.707] Format host information updated +Info 1555 [20:00:55.771] Format host information updated +Info 1556 [20:01:00.479] Format host information updated +Info 1557 [20:01:00.645] Format host information updated +Info 1558 [20:01:00.790] Format host information updated +Info 1559 [20:01:00.938] Format host information updated +Info 1560 [20:01:01.073] Format host information updated +Info 1561 [20:01:01.248] Format host information updated +Info 1562 [20:01:01.394] Format host information updated +Info 1563 [20:01:01.521] Format host information updated +Info 1564 [20:01:01.722] Format host information updated +Info 1565 [20:01:01.929] Format host information updated +Info 1566 [20:01:01.987] Format host information updated +Info 1567 [20:01:02.171] Format host information updated +Info 1568 [20:01:02.348] Format host information updated +Info 1569 [20:01:02.437] Format host information updated +Info 1570 [20:01:02.661] Format host information updated +Info 1571 [20:01:02.789] Format host information updated +Info 1572 [20:01:02.933] Format host information updated +Info 1573 [20:01:03.068] Format host information updated +Info 1574 [20:01:04.262] Format host information updated +Info 1575 [20:01:04.499] Format host information updated +Info 1576 [20:01:04.559] Format host information updated +Info 1577 [20:01:06.108] Format host information updated +Info 1578 [20:01:06.819] Format host information updated +Info 1579 [20:01:06.879] Format host information updated +Info 1580 [20:01:07.362] Format host information updated +Info 1581 [20:01:07.601] Format host information updated +Info 1582 [20:02:07.685] Format host information updated +Info 1583 [20:02:08.034] Format host information updated +Info 1584 [20:02:08.261] Format host information updated +Info 1585 [20:02:08.515] Format host information updated +Info 1586 [20:02:08.645] Format host information updated +Info 1587 [20:02:08.808] Format host information updated +Info 1588 [20:02:08.940] Format host information updated +Info 1589 [20:02:09.015] Format host information updated +Info 1590 [20:02:09.098] Format host information updated +Info 1591 [20:02:09.158] Format host information updated +Info 1592 [20:02:09.225] Format host information updated +Info 1593 [20:02:09.331] Format host information updated +Info 1594 [20:02:09.708] Format host information updated +Info 1595 [20:02:09.809] Format host information updated +Info 1596 [20:02:10.052] Format host information updated +Info 1597 [20:02:10.249] Format host information updated +Info 1598 [20:02:10.420] Format host information updated +Info 1599 [20:02:10.554] Format host information updated +Info 1600 [20:02:10.871] Format host information updated +Info 1601 [20:02:11.008] Format host information updated +Info 1602 [20:02:11.116] Format host information updated +Info 1603 [20:02:11.319] Format host information updated +Info 1604 [20:02:11.474] Format host information updated +Info 1605 [20:02:11.538] Format host information updated +Info 1606 [20:02:11.998] Format host information updated +Info 1607 [20:02:12.161] Format host information updated +Info 1608 [20:02:26.281] Format host information updated +Info 1609 [20:02:26.396] Format host information updated +Info 1610 [20:02:26.471] Format host information updated +Info 1611 [20:02:27.905] Format host information updated +Info 1612 [20:02:27.995] Format host information updated +Info 1613 [20:02:28.128] Format host information updated +Info 1614 [20:02:31.531] Format host information updated +Info 1615 [20:02:31.744] Format host information updated +Info 1616 [20:02:31.895] Format host information updated +Info 1617 [20:02:31.962] Format host information updated +Info 1618 [20:02:32.498] Format host information updated +Info 1619 [20:02:32.655] Format host information updated +Info 1620 [20:02:32.904] Format host information updated +Info 1621 [20:02:33.126] Format host information updated +Info 1622 [20:02:33.227] Format host information updated +Info 1623 [20:02:33.288] Format host information updated +Info 1624 [20:02:33.490] Format host information updated +Info 1625 [20:02:33.655] Format host information updated +Info 1626 [20:02:33.856] Format host information updated +Info 1627 [20:02:33.952] Format host information updated +Info 1628 [20:02:34.525] Format host information updated +Info 1629 [20:02:34.915] Format host information updated +Info 1630 [20:02:35.273] Format host information updated +Info 1631 [20:02:37.456] Format host information updated +Info 1632 [20:02:37.564] Format host information updated +Info 1633 [20:02:37.742] Format host information updated +Info 1634 [20:02:41.723] Format host information updated +Info 1635 [20:02:41.941] Format host information updated +Info 1636 [20:02:42.002] Format host information updated +Info 1637 [20:02:42.501] Format host information updated +Info 1638 [20:02:45.594] Format host information updated +Info 1639 [20:02:45.670] Format host information updated +Info 1640 [20:02:46.201] Format host information updated +Info 1641 [20:02:46.352] Format host information updated +Info 1642 [20:02:46.432] Format host information updated +Info 1643 [20:02:46.604] Format host information updated +Info 1644 [20:02:47.947] Format host information updated +Info 1645 [20:02:49.137] Format host information updated +Info 1646 [20:02:49.263] Format host information updated +Info 1647 [20:02:49.324] Format host information updated +Info 1648 [20:02:49.788] Format host information updated +Info 1649 [20:02:49.974] Format host information updated +Info 1650 [20:02:50.061] Format host information updated +Info 1651 [20:02:50.172] Format host information updated +Info 1652 [20:02:50.746] Format host information updated +Info 1653 [20:02:50.895] Format host information updated +Info 1654 [20:02:51.063] Format host information updated +Info 1655 [20:02:51.118] Format host information updated +Info 1656 [20:02:51.250] Format host information updated +Info 1657 [20:02:53.064] Format host information updated +Info 1658 [20:02:53.313] Format host information updated +Info 1659 [20:02:53.464] Format host information updated +Info 1660 [20:02:53.526] Format host information updated +Info 1661 [20:02:53.657] Format host information updated +Info 1662 [20:02:53.762] Format host information updated +Info 1663 [20:02:53.874] Format host information updated +Info 1664 [20:02:54.029] Format host information updated +Info 1665 [20:02:54.216] Format host information updated +Info 1666 [20:02:54.312] Format host information updated +Info 1667 [20:02:54.530] Format host information updated +Info 1668 [20:02:54.653] Format host information updated +Info 1669 [20:02:54.725] Format host information updated +Info 1670 [20:02:54.865] Format host information updated +Info 1671 [20:04:47.941] Format host information updated +Info 1672 [20:04:48.145] Format host information updated +Info 1673 [20:04:48.249] Format host information updated +Info 1674 [20:04:49.061] Format host information updated +Info 1675 [20:04:49.196] Format host information updated +Info 1676 [20:04:49.338] Format host information updated +Info 1677 [20:04:49.461] Format host information updated +Info 1678 [20:04:49.592] Format host information updated +Info 1679 [20:04:49.732] Format host information updated +Info 1680 [20:04:50.136] Format host information updated +Info 1681 [20:04:50.288] Format host information updated +Info 1682 [20:04:50.782] Format host information updated +Info 1683 [20:04:50.854] Format host information updated +Info 1684 [20:04:50.913] Format host information updated +Info 1685 [20:04:50.975] Format host information updated +Info 1686 [20:04:51.084] Format host information updated +Info 1687 [20:04:51.178] Format host information updated +Info 1688 [20:04:51.636] Format host information updated +Info 1689 [20:04:51.721] Format host information updated +Info 1690 [20:04:52.593] Format host information updated +Info 1691 [20:04:52.732] Format host information updated +Info 1692 [20:04:52.824] Format host information updated +Info 1693 [20:04:53.128] Format host information updated +Info 1694 [20:04:53.634] Format host information updated +Info 1695 [20:04:54.191] Format host information updated +Info 1696 [20:04:54.386] Format host information updated +Info 1697 [20:05:08.054] Format host information updated +Info 1698 [20:05:08.150] Format host information updated +Info 1699 [20:05:08.253] Format host information updated +Info 1700 [20:05:08.308] Format host information updated +Info 1701 [20:05:09.584] Format host information updated +Info 1702 [20:05:10.955] Format host information updated +Info 1703 [20:05:11.265] Format host information updated +Info 1704 [20:05:12.471] Format host information updated +Info 1705 [20:05:12.620] Format host information updated +Info 1706 [20:05:12.685] Format host information updated +Info 1707 [20:05:12.919] Format host information updated +Info 1708 [20:05:12.990] Format host information updated +Info 1709 [20:05:13.317] Format host information updated +Info 1710 [20:05:13.377] Format host information updated +Info 1711 [20:05:13.485] Format host information updated +Info 1712 [20:05:13.557] Format host information updated +Info 1713 [20:05:13.682] Format host information updated +Info 1714 [20:05:13.739] Format host information updated +Info 1715 [20:05:14.003] Format host information updated +Info 1716 [20:05:14.138] Format host information updated +Info 1717 [20:05:14.207] Format host information updated +Info 1718 [20:05:14.355] Format host information updated +Info 1719 [20:05:15.982] Format host information updated +Info 1720 [20:05:16.091] Format host information updated +Info 1721 [20:05:16.239] Format host information updated +Info 1722 [20:05:16.299] Format host information updated +Info 1723 [20:05:17.179] Format host information updated +Info 1724 [20:05:17.384] Format host information updated +Info 1725 [20:05:17.446] Format host information updated +Info 1726 [20:05:17.557] Format host information updated +Info 1727 [20:05:17.737] Format host information updated +Info 1728 [20:05:17.831] Format host information updated +Info 1729 [20:05:17.923] Format host information updated +Info 1730 [20:05:19.899] Format host information updated +Info 1731 [20:05:19.978] Format host information updated +Info 1732 [20:05:20.039] Format host information updated +Info 1733 [20:05:20.125] Format host information updated +Info 1734 [20:05:20.849] Format host information updated +Info 1735 [20:05:21.100] Format host information updated +Info 1736 [20:05:21.159] Format host information updated +Info 1737 [20:05:21.241] Format host information updated +Info 1738 [20:05:21.390] Format host information updated +Info 1739 [20:05:22.630] Format host information updated +Info 1740 [20:05:22.709] Format host information updated +Info 1741 [20:05:23.316] Format host information updated +Info 1742 [20:05:23.316] Format host information updated +Info 1743 [20:05:23.317] Format host information updated +Info 1744 [20:05:23.664] Format host information updated +Info 1745 [20:05:23.740] Format host information updated +Info 1746 [20:05:23.887] Format host information updated +Info 1747 [20:05:24.040] Format host information updated +Info 1748 [20:05:24.671] Format host information updated +Info 1749 [20:05:25.651] Format host information updated +Info 1750 [20:05:27.164] Format host information updated +Info 1751 [20:05:27.239] Format host information updated +Info 1752 [20:05:27.831] Format host information updated +Info 1753 [20:05:27.884] Format host information updated +Info 1754 [20:05:28.101] Format host information updated +Info 1755 [20:05:28.471] Format host information updated +Info 1756 [20:05:29.128] Format host information updated +Info 1757 [20:05:29.300] Format host information updated +Info 1758 [20:05:29.838] Format host information updated +Info 1759 [20:05:29.991] Format host information updated +Info 1760 [20:05:30.146] Format host information updated +Info 1761 [20:05:30.316] Format host information updated +Info 1762 [20:05:30.471] Format host information updated +Info 1763 [20:05:30.626] Format host information updated +Info 1764 [20:05:30.792] Format host information updated +Info 1765 [20:05:30.864] Format host information updated +Info 1766 [20:05:30.955] Format host information updated +Info 1767 [20:05:31.021] Format host information updated +Info 1768 [20:05:31.110] Format host information updated +Info 1769 [20:05:31.234] Format host information updated +Info 1770 [20:05:31.386] Format host information updated +Info 1771 [20:05:31.446] Format host information updated +Info 1772 [20:05:31.587] Format host information updated +Info 1773 [20:05:31.820] Format host information updated +Info 1774 [20:05:32.042] Format host information updated +Info 1775 [20:05:32.185] Format host information updated +Info 1776 [20:05:32.460] Format host information updated +Info 1777 [20:05:32.622] Format host information updated +Info 1778 [20:05:32.772] Format host information updated +Info 1779 [20:05:32.942] Format host information updated +Info 1780 [20:05:33.006] Format host information updated +Info 1781 [20:05:33.564] Format host information updated +Info 1782 [20:05:33.564] Format host information updated +Info 1783 [20:05:33.567] Format host information updated +Info 1784 [20:05:38.341] Format host information updated +Info 1785 [20:05:38.405] Format host information updated +Info 1786 [20:05:38.465] Format host information updated +Info 1787 [20:05:38.589] Format host information updated +Info 1788 [20:05:38.773] Format host information updated +Info 1789 [20:05:38.982] Format host information updated +Info 1790 [20:05:39.041] Format host information updated +Info 1791 [20:05:39.132] Format host information updated +Info 1792 [20:05:39.237] Format host information updated +Info 1793 [20:05:39.724] Format host information updated +Info 1794 [20:05:39.847] Format host information updated +Info 1795 [20:05:40.319] Format host information updated +Info 1796 [20:05:40.385] Format host information updated +Info 1797 [20:05:40.514] Format host information updated +Info 1798 [20:05:40.575] Format host information updated +Info 1799 [20:05:40.722] Format host information updated +Info 1800 [20:05:40.942] Format host information updated +Info 1801 [20:05:41.031] Format host information updated +Info 1802 [20:05:41.131] Format host information updated +Info 1803 [20:05:41.476] Format host information updated +Info 1804 [20:05:41.599] Format host information updated +Info 1805 [20:05:41.790] Format host information updated +Info 1806 [20:05:41.890] Format host information updated +Info 1807 [20:05:42.074] Format host information updated +Info 1808 [20:05:44.186] Format host information updated +Info 1809 [20:05:44.353] Format host information updated +Info 1810 [20:05:44.413] Format host information updated +Info 1811 [20:05:44.567] Format host information updated +Info 1812 [20:05:44.621] Format host information updated +Info 1813 [20:05:44.768] Format host information updated +Info 1814 [20:05:44.828] Format host information updated +Info 1815 [20:05:45.322] Format host information updated +Info 1816 [20:05:45.624] Format host information updated +Info 1817 [20:05:45.867] Format host information updated +Info 1818 [20:05:45.971] Format host information updated +Info 1819 [20:05:46.211] Format host information updated +Info 1820 [20:05:46.336] Format host information updated +Info 1821 [20:05:46.479] Format host information updated +Info 1822 [20:05:47.074] Format host information updated +Info 1823 [20:05:47.428] Format host information updated +Info 1824 [20:05:48.027] Format host information updated +Info 1825 [20:05:48.372] Format host information updated +Info 1826 [20:05:48.611] Format host information updated +Info 1827 [20:05:48.725] Format host information updated +Info 1828 [20:05:49.705] Format host information updated +Info 1829 [20:05:49.705] Format host information updated +Info 1830 [20:05:49.705] Format host information updated +Info 1831 [20:05:49.706] Format host information updated +Info 1832 [20:05:56.478] Format host information updated +Info 1833 [20:05:56.695] Format host information updated +Info 1834 [20:05:56.758] Format host information updated +Info 1835 [20:05:57.335] Format host information updated +Info 1836 [20:05:58.104] Format host information updated +Info 1837 [20:06:01.222] Format host information updated +Info 1838 [20:06:01.710] Format host information updated +Info 1839 [20:06:01.867] Format host information updated +Info 1840 [20:06:01.942] Format host information updated +Info 1841 [20:06:02.000] Format host information updated +Info 1842 [20:06:02.765] Format host information updated +Info 1843 [20:06:03.143] Format host information updated +Info 1844 [20:06:03.344] Format host information updated +Info 1845 [20:06:03.522] Format host information updated +Info 1846 [20:06:03.758] Format host information updated +Info 1847 [20:06:04.710] Format host information updated +Info 1848 [20:06:04.895] Format host information updated +Info 1849 [20:06:05.070] Format host information updated +Info 1850 [20:06:05.198] Format host information updated +Info 1851 [20:06:05.501] Format host information updated +Info 1852 [20:06:08.292] Format host information updated +Info 1853 [20:06:09.061] Format host information updated +Info 1854 [20:06:09.121] Format host information updated +Info 1855 [20:06:09.180] Format host information updated +Info 1856 [20:06:10.031] Format host information updated +Info 1857 [20:06:10.092] Format host information updated +Info 1858 [20:06:10.152] Format host information updated +Info 1859 [20:06:10.313] Format host information updated +Info 1860 [20:06:10.492] Format host information updated +Info 1861 [20:06:10.877] Format host information updated +Info 1862 [20:06:11.074] Format host information updated +Info 1863 [20:06:11.223] Format host information updated +Info 1864 [20:06:11.284] Format host information updated +Info 1865 [20:06:11.413] Format host information updated +Info 1866 [20:06:11.483] Format host information updated +Info 1867 [20:06:11.559] Format host information updated +Info 1868 [20:06:11.709] Format host information updated +Info 1869 [20:06:11.831] Format host information updated +Info 1870 [20:06:12.036] Format host information updated +Info 1871 [20:06:12.186] Format host information updated +Info 1872 [20:06:12.246] Format host information updated +Info 1873 [20:06:12.330] Format host information updated +Info 1874 [20:06:12.487] Format host information updated +Info 1875 [20:06:12.789] Format host information updated +Info 1876 [20:06:12.946] Format host information updated +Info 1877 [20:06:13.058] Format host information updated +Info 1878 [20:06:13.316] Format host information updated +Info 1879 [20:06:13.380] Format host information updated +Info 1880 [20:06:14.339] Format host information updated +Info 1881 [20:06:15.359] Format host information updated +Info 1882 [20:06:17.981] Format host information updated +Info 1883 [20:06:18.074] Format host information updated +Info 1884 [20:06:18.160] Format host information updated +Info 1885 [20:06:18.238] Format host information updated +Info 1886 [20:06:18.398] Format host information updated +Info 1887 [20:06:18.625] Format host information updated +Info 1888 [20:06:18.731] Format host information updated +Info 1889 [20:06:18.874] Format host information updated +Info 1890 [20:06:18.939] Format host information updated +Info 1891 [20:06:19.016] Format host information updated +Info 1892 [20:06:19.365] Format host information updated +Info 1893 [20:06:19.429] Format host information updated +Info 1894 [20:06:20.540] Format host information updated +Info 1895 [20:06:20.772] Format host information updated +Info 1896 [20:06:20.839] Format host information updated +Info 1897 [20:06:20.934] Format host information updated +Info 1898 [20:06:21.007] Format host information updated +Info 1899 [20:06:21.206] Format host information updated +Info 1900 [20:06:21.303] Format host information updated +Info 1901 [20:06:21.582] Format host information updated +Info 1902 [20:06:21.721] Format host information updated +Info 1903 [20:06:21.918] Format host information updated +Info 1904 [20:06:22.068] Format host information updated +Info 1905 [20:06:22.160] Format host information updated +Info 1906 [20:06:22.356] Format host information updated +Info 1907 [20:06:22.434] Format host information updated +Info 1908 [20:06:22.547] Format host information updated +Info 1909 [20:06:22.636] Format host information updated +Info 1910 [20:06:22.747] Format host information updated +Info 1911 [20:06:22.885] Format host information updated +Info 1912 [20:06:23.180] Format host information updated +Info 1913 [20:06:23.463] Format host information updated +Info 1914 [20:06:23.579] Format host information updated +Info 1915 [20:06:24.310] Format host information updated +Info 1916 [20:06:24.449] Format host information updated +Info 1917 [20:06:24.696] Format host information updated +Info 1918 [20:06:24.781] Format host information updated +Info 1919 [20:06:24.855] Format host information updated +Info 1920 [20:06:25.190] Format host information updated +Info 1921 [20:06:25.263] Format host information updated +Info 1922 [20:06:26.521] Format host information updated +Info 1923 [20:06:27.925] Format host information updated +Info 1924 [20:06:28.022] Format host information updated +Info 1925 [20:06:28.271] Format host information updated +Info 1926 [20:06:28.495] Format host information updated +Info 1927 [20:06:28.592] Format host information updated +Info 1928 [20:06:29.133] Format host information updated +Info 1929 [20:06:29.199] Format host information updated +Info 1930 [20:06:29.290] Format host information updated +Info 1931 [20:06:29.439] Format host information updated +Info 1932 [20:06:29.520] Format host information updated +Info 1933 [20:06:29.584] Format host information updated +Info 1934 [20:06:30.230] Format host information updated +Info 1935 [20:06:30.882] Format host information updated +Info 1936 [20:06:31.500] Format host information updated +Info 1937 [20:06:31.575] Format host information updated +Info 1938 [20:06:31.637] Format host information updated +Info 1939 [20:06:31.696] Format host information updated +Info 1940 [20:06:31.757] Format host information updated +Info 1941 [20:06:31.815] Format host information updated +Info 1942 [20:06:32.026] Format host information updated +Info 1943 [20:06:32.142] Format host information updated +Info 1944 [20:06:32.333] Format host information updated +Info 1945 [20:06:32.394] Format host information updated +Info 1946 [20:06:32.579] Format host information updated +Info 1947 [20:06:32.862] Format host information updated +Info 1948 [20:06:33.044] Format host information updated +Info 1949 [20:06:33.441] Format host information updated +Info 1950 [20:06:33.547] Format host information updated +Info 1951 [20:06:33.734] Format host information updated +Info 1952 [20:06:33.817] Format host information updated +Info 1953 [20:06:33.890] Format host information updated +Info 1954 [20:06:34.015] Format host information updated +Info 1955 [20:06:34.440] Format host information updated +Info 1956 [20:06:34.604] Format host information updated +Info 1957 [20:06:34.687] Format host information updated +Info 1958 [20:06:34.794] Format host information updated +Info 1959 [20:06:35.450] Format host information updated +Info 1960 [20:06:36.283] Format host information updated +Info 1961 [20:06:36.358] Format host information updated +Info 1962 [20:06:36.418] Format host information updated +Info 1963 [20:06:36.540] Format host information updated +Info 1964 [20:06:38.468] Format host information updated +Info 1965 [20:06:38.563] Format host information updated +Info 1966 [20:06:38.759] Format host information updated +Info 1967 [20:06:38.897] Format host information updated +Info 1968 [20:06:39.012] Format host information updated +Info 1969 [20:06:39.102] Format host information updated +Info 1970 [20:06:39.217] Format host information updated +Info 1971 [20:06:39.606] Format host information updated +Info 1972 [20:06:39.671] Format host information updated +Info 1973 [20:06:39.783] Format host information updated +Info 1974 [20:06:39.925] Format host information updated +Info 1975 [20:06:40.155] Format host information updated +Info 1976 [20:06:40.269] Format host information updated +Info 1977 [20:06:40.418] Format host information updated +Info 1978 [20:06:40.481] Format host information updated +Info 1979 [20:06:40.599] Format host information updated +Info 1980 [20:06:40.684] Format host information updated +Info 1981 [20:06:40.822] Format host information updated +Info 1982 [20:06:40.885] Format host information updated +Info 1983 [20:06:41.692] Format host information updated +Info 1984 [20:06:41.753] Format host information updated +Info 1985 [20:06:43.056] Format host information updated +Info 1986 [20:06:44.794] Format host information updated +Info 1987 [20:06:45.034] Format host information updated +Info 1988 [20:06:45.310] Format host information updated +Info 1989 [20:06:45.450] Format host information updated +Info 1990 [20:06:45.634] Format host information updated +Info 1991 [20:06:45.715] Format host information updated +Info 1992 [20:06:45.890] Format host information updated +Info 1993 [20:06:45.972] Format host information updated +Info 1994 [20:06:46.578] Format host information updated +Info 1995 [20:06:46.578] Format host information updated +Info 1996 [20:06:46.579] Format host information updated +Info 1997 [20:06:47.108] Format host information updated +Info 1998 [20:06:47.545] Format host information updated +Info 1999 [20:06:47.705] Format host information updated +Info 2000 [20:06:48.005] Format host information updated +Info 2001 [20:06:48.732] Format host information updated +Info 2002 [20:06:48.860] Format host information updated +Info 2003 [20:06:49.729] Format host information updated +Info 2004 [20:06:49.815] Format host information updated +Info 2005 [20:06:49.892] Format host information updated +Info 2006 [20:06:50.023] Format host information updated +Info 2007 [20:06:50.221] Format host information updated +Info 2008 [20:06:50.275] Format host information updated +Info 2009 [20:06:56.932] Format host information updated +Info 2010 [20:06:57.003] Format host information updated +Info 2011 [20:06:58.632] Format host information updated +Info 2012 [20:06:59.094] Format host information updated +Info 2013 [20:06:59.651] Format host information updated +Info 2014 [20:07:00.270] Format host information updated +Info 2015 [20:07:00.403] Format host information updated +Info 2016 [20:07:00.878] Format host information updated +Info 2017 [20:07:02.279] Format host information updated +Info 2018 [20:07:02.913] Format host information updated +Info 2019 [20:07:03.040] Format host information updated +Info 2020 [20:07:03.219] Format host information updated +Info 2021 [20:07:04.001] Format host information updated +Info 2022 [20:07:04.066] Format host information updated +Info 2023 [20:07:04.364] Format host information updated +Info 2024 [20:07:04.428] Format host information updated +Info 2025 [20:07:04.889] Format host information updated +Info 2026 [20:07:08.784] Format host information updated +Info 2027 [20:07:08.862] Format host information updated +Info 2028 [20:07:08.951] Format host information updated +Info 2029 [20:07:09.010] Format host information updated +Info 2030 [20:07:09.140] Format host information updated +Info 2031 [20:07:09.200] Format host information updated +Info 2032 [20:07:09.271] Format host information updated +Info 2033 [20:07:12.229] Format host information updated +Info 2034 [20:07:12.375] Format host information updated +Info 2035 [20:07:17.856] Format host information updated +Info 2036 [20:07:18.833] Format host information updated +Info 2037 [20:07:19.098] Format host information updated +Info 2038 [20:07:19.194] Format host information updated +Info 2039 [20:07:19.344] Format host information updated +Info 2040 [20:07:20.443] Format host information updated +Info 2041 [20:07:20.601] Format host information updated +Info 2042 [20:07:20.931] Format host information updated +Info 2043 [20:07:21.172] Format host information updated +Info 2044 [20:07:21.268] Format host information updated +Info 2045 [20:07:21.421] Format host information updated +Info 2046 [20:07:21.511] Format host information updated +Info 2047 [20:07:22.097] Format host information updated +Info 2048 [20:07:23.216] Format host information updated +Info 2049 [20:07:23.347] Format host information updated +Info 2050 [20:07:23.502] Format host information updated +Info 2051 [20:07:23.629] Format host information updated +Info 2052 [20:07:23.817] Format host information updated +Info 2053 [20:07:24.027] Format host information updated +Info 2054 [20:07:24.277] Format host information updated +Info 2055 [20:07:24.414] Format host information updated +Info 2056 [20:07:28.559] Format host information updated +Info 2057 [20:07:28.723] Format host information updated +Info 2058 [20:07:28.861] Format host information updated +Info 2059 [20:07:29.000] Format host information updated +Info 2060 [20:07:29.378] Format host information updated +Info 2061 [20:07:29.490] Format host information updated +Info 2062 [20:07:29.721] Format host information updated +Info 2063 [20:07:29.826] Format host information updated +Info 2064 [20:07:29.960] Format host information updated +Info 2065 [20:07:32.252] Format host information updated +Info 2066 [20:07:32.472] Format host information updated +Info 2067 [20:07:32.598] Format host information updated +Info 2068 [20:07:32.718] Format host information updated +Info 2069 [20:07:33.139] Format host information updated +Info 2070 [20:07:33.416] Format host information updated +Info 2071 [20:07:33.522] Format host information updated +Info 2072 [20:07:33.580] Format host information updated +Info 2073 [20:07:33.727] Format host information updated +Info 2074 [20:07:33.793] Format host information updated +Info 2075 [20:07:33.854] Format host information updated +Info 2076 [20:07:33.970] Format host information updated +Info 2077 [20:07:34.167] Format host information updated +Info 2078 [20:07:34.285] Format host information updated +Info 2079 [20:07:34.535] Format host information updated +Info 2080 [20:07:34.695] Format host information updated +Info 2081 [20:07:34.874] Format host information updated +Info 2082 [20:07:35.007] Format host information updated +Info 2083 [20:07:35.164] Format host information updated +Info 2084 [20:07:41.461] Format host information updated +Info 2085 [20:07:41.679] Format host information updated +Info 2086 [20:07:41.779] Format host information updated +Info 2087 [20:07:41.841] Format host information updated +Info 2088 [20:07:41.936] Format host information updated +Info 2089 [20:07:42.143] Format host information updated +Info 2090 [20:07:42.210] Format host information updated +Info 2091 [20:07:42.836] Format host information updated +Info 2092 [20:07:42.995] Format host information updated +Info 2093 [20:07:43.055] Format host information updated +Info 2094 [20:07:43.419] Format host information updated +Info 2095 [20:07:43.610] Format host information updated +Info 2096 [20:07:45.347] Format host information updated +Info 2097 [20:07:46.047] Format host information updated +Info 2098 [20:07:46.391] Format host information updated +Info 2099 [20:07:46.461] Format host information updated +Info 2100 [20:07:46.581] Format host information updated +Info 2101 [20:07:46.693] Format host information updated +Info 2102 [20:07:46.807] Format host information updated +Info 2103 [20:07:47.038] Format host information updated +Info 2104 [20:07:47.140] Format host information updated +Info 2105 [20:07:47.479] Format host information updated +Info 2106 [20:07:47.571] Format host information updated +Info 2107 [20:07:47.723] Format host information updated +Info 2108 [20:07:47.786] Format host information updated +Info 2109 [20:07:47.897] Format host information updated +Info 2110 [20:07:54.243] Format host information updated +Info 2111 [20:07:54.433] Format host information updated +Info 2112 [20:07:54.499] Format host information updated +Info 2113 [20:07:54.629] Format host information updated +Info 2114 [20:07:54.768] Format host information updated +Info 2115 [20:07:54.826] Format host information updated +Info 2116 [20:07:57.724] Format host information updated +Info 2117 [20:07:58.003] Format host information updated +Info 2118 [20:07:58.751] Format host information updated +Info 2119 [20:07:58.901] Format host information updated +Info 2120 [20:07:58.958] Format host information updated +Info 2121 [20:07:59.055] Format host information updated +Info 2122 [20:08:01.258] Format host information updated +Info 2123 [20:08:01.259] Format host information updated +Info 2124 [20:08:01.259] Format host information updated +Info 2125 [20:08:01.259] Format host information updated +Info 2126 [20:08:01.259] Format host information updated +Info 2127 [20:08:01.259] Format host information updated +Info 2128 [20:08:01.260] Format host information updated +Info 2129 [20:08:02.076] Format host information updated +Info 2130 [20:08:02.299] Format host information updated +Info 2131 [20:08:02.452] Format host information updated +Info 2132 [20:08:02.523] Format host information updated +Info 2133 [20:08:04.059] Format host information updated +Info 2134 [20:08:04.138] Format host information updated +Info 2135 [20:08:04.198] Format host information updated +Info 2136 [20:08:04.262] Format host information updated +Info 2137 [20:08:04.336] Format host information updated +Info 2138 [20:08:04.771] Format host information updated +Info 2139 [20:08:04.826] Format host information updated +Info 2140 [20:08:05.004] Format host information updated +Info 2141 [20:08:05.155] Format host information updated +Info 2142 [20:08:05.232] Format host information updated +Info 2143 [20:08:06.047] Format host information updated +Info 2144 [20:08:06.107] Format host information updated +Info 2145 [20:08:06.474] Format host information updated +Info 2146 [20:08:06.604] Format host information updated +Info 2147 [20:08:06.665] Format host information updated +Info 2148 [20:08:06.725] Format host information updated +Info 2149 [20:08:06.851] Format host information updated +Info 2150 [20:08:46.819] Format host information updated +Info 2151 [20:08:47.022] Format host information updated +Info 2152 [20:08:47.082] Format host information updated +Info 2153 [20:08:47.167] Format host information updated +Info 2154 [20:08:47.228] Format host information updated +Info 2155 [20:08:47.322] Format host information updated +Info 2156 [20:08:47.509] Format host information updated +Info 2157 [20:08:47.602] Format host information updated +Info 2158 [20:08:47.661] Format host information updated +Info 2159 [20:08:47.799] Format host information updated +Info 2160 [20:08:48.179] Format host information updated +Info 2161 [20:08:48.312] Format host information updated +Info 2162 [20:08:48.440] Format host information updated +Info 2163 [20:08:48.606] Format host information updated +Info 2164 [20:08:48.696] Format host information updated +Info 2165 [20:08:48.772] Format host information updated +Info 2166 [20:08:48.856] Format host information updated +Info 2167 [20:08:49.052] Format host information updated +Info 2168 [20:08:49.426] Format host information updated +Info 2169 [20:08:49.640] Format host information updated +Info 2170 [20:08:49.741] Format host information updated +Info 2171 [20:08:49.800] Format host information updated +Info 2172 [20:08:49.986] Format host information updated +Info 2173 [20:08:50.051] Format host information updated +Info 2174 [20:08:51.962] Format host information updated +Info 2175 [20:08:52.080] Format host information updated +Info 2176 [20:08:52.665] Format host information updated +Info 2177 [20:08:52.817] Format host information updated +Info 2178 [20:08:53.016] Format host information updated +Info 2179 [20:08:53.082] Format host information updated +Info 2180 [20:08:53.156] Format host information updated +Info 2181 [20:08:53.289] Format host information updated +Info 2182 [20:08:53.613] Format host information updated +Info 2183 [20:08:53.681] Format host information updated +Info 2184 [20:08:53.742] Format host information updated +Info 2185 [20:08:53.874] Format host information updated +Info 2186 [20:08:54.041] Format host information updated +Info 2187 [20:08:54.130] Format host information updated +Info 2188 [20:08:54.285] Format host information updated +Info 2189 [20:08:54.447] Format host information updated +Info 2190 [20:08:54.687] Format host information updated +Info 2191 [20:08:54.942] Format host information updated +Info 2192 [20:08:55.005] Format host information updated +Info 2193 [20:08:55.073] Format host information updated +Info 2194 [20:08:55.207] Format host information updated +Info 2195 [20:08:55.389] Format host information updated +Info 2196 [20:08:56.346] Format host information updated +Info 2197 [20:08:58.260] Format host information updated +Info 2198 [20:08:58.405] Format host information updated +Info 2199 [20:08:58.584] Format host information updated +Info 2200 [20:08:59.014] Format host information updated +Info 2201 [20:09:00.087] Format host information updated +Info 2202 [20:09:02.500] Format host information updated +Info 2203 [20:09:02.627] Format host information updated +Info 2204 [20:09:02.769] Format host information updated +Info 2205 [20:09:03.126] Format host information updated +Info 2206 [20:09:03.208] Format host information updated +Info 2207 [20:09:03.588] Format host information updated +Info 2208 [20:09:03.651] Format host information updated +Info 2209 [20:09:03.802] Format host information updated +Info 2210 [20:09:03.870] Format host information updated +Info 2211 [20:09:04.299] Format host information updated +Info 2212 [20:09:04.466] Format host information updated +Info 2213 [20:09:04.757] Format host information updated +Info 2214 [20:09:04.884] Format host information updated +Info 2215 [20:09:05.034] Format host information updated +Info 2216 [20:09:05.152] Format host information updated +Info 2217 [20:09:05.295] Format host information updated +Info 2218 [20:09:05.530] Format host information updated +Info 2219 [20:09:05.651] Format host information updated +Info 2220 [20:09:05.713] Format host information updated +Info 2221 [20:09:06.082] Format host information updated +Info 2222 [20:09:06.318] Format host information updated +Info 2223 [20:09:06.422] Format host information updated +Info 2224 [20:09:06.704] Format host information updated +Info 2225 [20:09:06.803] Format host information updated +Info 2226 [20:09:06.955] Format host information updated +Info 2227 [20:09:07.098] Format host information updated +Info 2228 [20:09:07.151] Format host information updated +Info 2229 [20:09:08.163] Format host information updated +Info 2230 [20:09:09.239] Format host information updated +Info 2231 [20:09:09.886] Format host information updated +Info 2232 [20:09:10.787] Format host information updated +Info 2233 [20:09:12.525] Format host information updated +Info 2234 [20:09:14.318] Format host information updated +Info 2235 [20:09:15.550] Format host information updated +Info 2236 [20:09:15.787] Format host information updated +Info 2237 [20:09:15.847] Format host information updated +Info 2238 [20:09:15.908] Format host information updated +Info 2239 [20:09:15.982] Format host information updated +Info 2240 [20:09:16.053] Format host information updated +Info 2241 [20:09:16.412] Format host information updated +Info 2242 [20:09:16.564] Format host information updated +Info 2243 [20:09:28.183] Format host information updated +Info 2244 [20:11:46.731] Format host information updated +Info 2245 [20:11:46.855] Format host information updated +Info 2246 [20:11:46.998] Format host information updated +Info 2247 [20:11:47.209] Format host information updated +Info 2248 [20:12:00.387] Format host information updated +Info 2249 [20:12:00.594] Format host information updated +Info 2250 [20:12:00.770] Format host information updated +Info 2251 [20:12:00.989] Format host information updated +Info 2252 [20:12:01.123] Format host information updated +Info 2253 [20:12:01.248] Format host information updated +Info 2254 [20:12:01.398] Format host information updated +Info 2255 [20:12:01.723] Format host information updated +Info 2256 [20:12:01.787] Format host information updated +Info 2257 [20:12:01.967] Format host information updated +Info 2258 [20:12:02.050] Format host information updated +Info 2259 [20:12:02.135] Format host information updated +Info 2260 [20:12:02.194] Format host information updated +Info 2261 [20:12:02.254] Format host information updated +Info 2262 [20:12:02.350] Format host information updated +Info 2263 [20:12:02.639] Format host information updated +Info 2264 [20:12:02.705] Format host information updated +Info 2265 [20:12:02.988] Format host information updated +Info 2266 [20:12:03.161] Format host information updated +Info 2267 [20:12:03.306] Format host information updated +Info 2268 [20:12:03.470] Format host information updated +Info 2269 [20:12:03.799] Format host information updated +Info 2270 [20:12:04.017] Format host information updated +Info 2271 [20:12:04.197] Format host information updated +Info 2272 [20:12:04.465] Format host information updated +Info 2273 [20:12:04.529] Format host information updated +Info 2274 [20:12:05.289] Format host information updated +Info 2275 [20:12:05.692] Format host information updated +Info 2276 [20:12:06.171] Format host information updated +Info 2277 [20:12:06.320] Format host information updated +Info 2278 [20:12:06.419] Format host information updated +Info 2279 [20:12:06.598] Format host information updated +Info 2280 [20:12:06.672] Format host information updated +Info 2281 [20:12:08.386] Format host information updated +Info 2282 [20:12:08.458] Format host information updated +Info 2283 [20:12:09.256] Format host information updated +Info 2284 [20:12:10.001] Format host information updated +Info 2285 [20:12:10.187] Format host information updated +Info 2286 [20:12:10.315] Format host information updated +Info 2287 [20:12:10.661] Format host information updated +Info 2288 [20:12:10.793] Format host information updated +Info 2289 [20:12:10.864] Format host information updated +Info 2290 [20:12:12.983] Format host information updated +Info 2291 [20:12:13.460] Format host information updated +Info 2292 [20:12:13.522] Format host information updated +Info 2293 [20:12:13.903] Format host information updated +Info 2294 [20:12:14.223] Format host information updated +Info 2295 [20:12:14.490] Format host information updated +Info 2296 [20:12:14.582] Format host information updated +Info 2297 [20:12:14.717] Format host information updated +Info 2298 [20:12:14.940] Format host information updated +Info 2299 [20:12:15.199] Format host information updated +Info 2300 [20:12:15.431] Format host information updated +Info 2301 [20:12:15.699] Format host information updated +Info 2302 [20:12:15.947] Format host information updated +Info 2303 [20:12:16.510] Format host information updated +Info 2304 [20:12:16.652] Format host information updated +Info 2305 [20:12:16.809] Format host information updated +Info 2306 [20:12:16.994] Format host information updated +Info 2307 [20:12:17.084] Format host information updated +Info 2308 [20:12:17.212] Format host information updated +Info 2309 [20:12:17.278] Format host information updated +Info 2310 [20:12:17.353] Format host information updated +Info 2311 [20:12:17.415] Format host information updated +Info 2312 [20:12:19.985] Format host information updated +Info 2313 [20:12:20.547] Format host information updated +Info 2314 [20:12:20.787] Format host information updated +Info 2315 [20:12:20.928] Format host information updated +Info 2316 [20:12:21.095] Format host information updated +Info 2317 [20:12:21.348] Format host information updated +Info 2318 [20:12:21.471] Format host information updated +Info 2319 [20:12:21.648] Format host information updated +Info 2320 [20:12:21.804] Format host information updated +Info 2321 [20:12:21.862] Format host information updated +Info 2322 [20:12:22.091] Format host information updated +Info 2323 [20:12:22.268] Format host information updated +Info 2324 [20:12:22.324] Format host information updated +Info 2325 [20:12:22.546] Format host information updated +Info 2326 [20:12:22.708] Format host information updated +Info 2327 [20:12:22.856] Format host information updated +Info 2328 [20:12:23.083] Format host information updated +Info 2329 [20:12:23.142] Format host information updated +Info 2330 [20:12:26.977] Format host information updated +Info 2331 [20:12:35.673] Format host information updated +Info 2332 [20:12:35.783] Format host information updated +Info 2333 [20:12:35.848] Format host information updated diff --git a/.log/tsserver-log-9iazby/tsserver.log b/.log/tsserver-log-9iazby/tsserver.log new file mode 100644 index 0000000..14a7d57 --- /dev/null +++ b/.log/tsserver-log-9iazby/tsserver.log @@ -0,0 +1,119 @@ +Info 0 [08:16:09.375] Starting TS Server +Info 1 [08:16:09.376] Version: 5.2.2 +Info 2 [08:16:09.376] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/7c1f5921d19c8340e9d0584a90a51bcd/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-9iazby/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [08:16:09.377] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [08:16:09.377] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [08:16:09.382] Format host information updated +Info 6 [08:16:09.386] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [08:16:09.693] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 306.2615410001017ms +Info 8 [08:16:09.693] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [08:16:09.693] Files (8) + +Info 10 [08:16:09.693] ----------------------------------------------- +Info 11 [08:16:09.693] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [08:16:09.693] Files (8) + +Info 11 [08:16:09.693] ----------------------------------------------- +Info 11 [08:16:09.693] Open files: +Info 11 [08:16:09.693] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [08:16:09.693] Projects: /dev/null/inferredProject1* +Info 11 [08:16:09.764] Format host information updated +Info 12 [08:16:11.348] Format host information updated +Info 13 [08:16:11.652] Format host information updated +Info 14 [08:16:15.709] Format host information updated +Info 15 [08:16:22.589] Format host information updated +Info 16 [08:16:27.949] Format host information updated +Info 17 [08:16:34.820] Format host information updated +Info 18 [08:16:38.337] Format host information updated +Info 19 [08:16:40.231] Format host information updated +Info 20 [08:16:41.658] Format host information updated +Info 21 [08:16:41.839] Format host information updated +Info 22 [08:16:46.772] Format host information updated +Info 23 [08:16:47.793] Format host information updated +Info 24 [08:16:49.775] Format host information updated +Info 25 [08:16:49.867] Format host information updated +Info 26 [08:16:49.937] Format host information updated +Info 27 [08:16:53.272] Format host information updated +Info 28 [08:16:54.627] Format host information updated +Info 29 [08:16:54.697] Format host information updated +Info 30 [08:16:54.856] Format host information updated +Info 31 [08:16:56.605] Format host information updated +Info 32 [08:16:57.502] Format host information updated +Info 33 [08:16:57.696] Format host information updated +Info 34 [08:16:57.875] Format host information updated +Info 35 [08:16:57.945] Format host information updated +Info 36 [08:16:58.102] Format host information updated +Info 37 [08:17:18.180] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 38 [08:17:18.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 7.695258000167087ms +Info 39 [08:17:18.188] Project '/dev/null/inferredProject1*' (Inferred) +Info 40 [08:17:18.188] Files (9) + +Info 41 [08:17:18.188] ----------------------------------------------- +Info 42 [08:17:18.188] Project '/dev/null/inferredProject1*' (Inferred) +Info 42 [08:17:18.188] Files (9) + +Info 42 [08:17:18.188] ----------------------------------------------- +Info 42 [08:17:18.188] Open files: +Info 42 [08:17:18.188] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 42 [08:17:18.188] Projects: /dev/null/inferredProject1* +Info 42 [08:17:18.188] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 42 [08:17:18.188] Projects: /dev/null/inferredProject1* +Info 42 [08:17:18.445] Format host information updated +Info 43 [08:17:22.638] Format host information updated +Info 44 [08:17:24.541] Format host information updated +Info 45 [08:17:24.604] Format host information updated +Info 46 [08:17:24.701] Format host information updated +Info 47 [08:17:24.845] Format host information updated +Info 48 [08:17:35.729] Format host information updated +Info 49 [08:17:35.731] Format host information updated +Info 50 [08:55:22.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 51 [08:55:22.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 10.045853999909014ms +Info 52 [08:55:22.767] Project '/dev/null/inferredProject1*' (Inferred) +Info 53 [08:55:22.767] Files (10) + +Info 54 [08:55:22.767] ----------------------------------------------- +Info 55 [08:55:22.767] Project '/dev/null/inferredProject1*' (Inferred) +Info 55 [08:55:22.767] Files (10) + +Info 55 [08:55:22.767] ----------------------------------------------- +Info 55 [08:55:22.767] Open files: +Info 55 [08:55:22.767] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 55 [08:55:22.767] Projects: /dev/null/inferredProject1* +Info 55 [08:55:22.768] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 55 [08:55:22.768] Projects: /dev/null/inferredProject1* +Info 55 [08:55:22.768] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 55 [08:55:22.768] Projects: /dev/null/inferredProject1* +Info 55 [08:55:23.722] Format host information updated +Info 56 [08:55:28.987] Format host information updated +Info 57 [08:55:33.384] Format host information updated +Info 58 [08:55:39.087] Format host information updated +Info 59 [08:58:24.766] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 60 [08:58:24.774] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 7.907128000166267ms +Info 61 [08:58:24.774] Project '/dev/null/inferredProject1*' (Inferred) +Info 62 [08:58:24.774] Files (11) + +Info 63 [08:58:24.774] ----------------------------------------------- +Info 64 [08:58:24.774] Project '/dev/null/inferredProject1*' (Inferred) +Info 64 [08:58:24.774] Files (11) + +Info 64 [08:58:24.774] ----------------------------------------------- +Info 64 [08:58:24.774] Open files: +Info 64 [08:58:24.774] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 64 [08:58:24.774] Projects: /dev/null/inferredProject1* +Info 64 [08:58:24.774] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 64 [08:58:24.774] Projects: /dev/null/inferredProject1* +Info 64 [08:58:24.774] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 64 [08:58:24.774] Projects: /dev/null/inferredProject1* +Info 64 [08:58:24.774] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 64 [08:58:24.774] Projects: /dev/null/inferredProject1* +Info 64 [08:58:24.946] Format host information updated +Info 65 [08:58:27.004] Format host information updated +Info 66 [08:58:27.193] Format host information updated +Info 67 [08:58:31.046] Format host information updated +Info 68 [08:58:31.213] Format host information updated +Info 69 [08:58:31.348] Format host information updated +Info 70 [08:58:31.500] Format host information updated +Info 71 [08:58:31.820] Format host information updated +Info 72 [08:58:35.499] Format host information updated +Info 73 [08:58:37.948] Format host information updated +Info 74 [08:58:38.769] Format host information updated diff --git a/.log/tsserver-log-AB02Or/ti-773909.log b/.log/tsserver-log-AB02Or/ti-773909.log new file mode 100644 index 0000000..b7fa356 --- /dev/null +++ b/.log/tsserver-log-AB02Or/ti-773909.log @@ -0,0 +1,98 @@ +[12:48:54.060] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[12:48:54.061] Processing cache location '/home/orion/.cache/typescript/5.2' +[12:48:54.061] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[12:48:54.061] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[12:48:54.062] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[12:48:54.062] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[12:48:54.062] Process id: 773927 +[12:48:54.062] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[12:48:54.062] validateDefaultNpmLocation: true +[12:48:54.062] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[12:48:54.062] Updating types-registry npm package... +[12:48:54.062] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[12:48:54.658] Succeeded. stdout: + + up to date, audited 36 packages in 450ms + +found 0 vulnerabilities + +[12:48:54.658] Updated types-registry npm package +[12:48:54.680] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:48:54.691] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[12:48:54.692] Explicitly included types: [] +[12:48:54.692] Inferred typings from unresolved imports: [] +[12:48:54.692] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:48:54.692] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:48:54.692] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:48:54.692] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:48:54.692] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[12:48:54.693] Response has been sent. +[12:48:54.693] No new typings were requested as a result of typings discovery +[13:05:26.311] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:05:26.311] Explicitly included types: [] +[13:05:26.312] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[13:05:26.313] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:05:26.314] Package 'puppeteer' provides its own types. +[13:05:26.316] Package 'puppeteer-core' provides its own types. +[13:05:26.317] Package 'puppeteer-extra' provides its own types. +[13:05:26.317] Package 'bun-types' provides its own types. +[13:05:26.317] Package 'devtools-protocol' provides its own types. +[13:05:26.318] Found package names: ["callsites","purs-tidy"] +[13:05:26.318] Inferred typings from unresolved imports: [] +[13:05:26.318] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:05:26.318] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:05:26.318] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:05:26.318] Response has been sent. +[13:05:26.319] Installing typings ["callsites","purs-tidy","typescript"] +[13:05:26.319] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[13:05:26.319] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:05:26.319] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:05:26.319] All typings are known to be missing or invalid - no need to install more typings +[13:05:26.319] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:05:26.319] Response has been sent. +[13:05:26.847] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:05:26.847] Explicitly included types: [] +[13:05:26.849] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[13:05:26.849] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:05:26.852] Package 'puppeteer' provides its own types. +[13:05:26.853] Package 'puppeteer-core' provides its own types. +[13:05:26.854] Package 'puppeteer-extra' provides its own types. +[13:05:26.854] Package 'bun-types' provides its own types. +[13:05:26.854] Package 'devtools-protocol' provides its own types. +[13:05:26.855] Found package names: ["callsites","purs-tidy"] +[13:05:26.855] Inferred typings from unresolved imports: [] +[13:05:26.855] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:05:26.855] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:05:26.855] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[13:05:26.855] Response has been sent. +[13:05:26.855] Installing typings ["callsites","purs-tidy","typescript"] +[13:05:26.855] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[13:05:26.855] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:05:26.855] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:05:26.855] All typings are known to be missing or invalid - no need to install more typings +[13:05:26.855] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:05:26.855] Response has been sent. +[13:13:00.118] Closing file watchers for project '/dev/null/inferredProject1*' +[13:13:00.118] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":[]} +[13:13:00.118] Response has been sent. +[13:13:00.118] Closing file watchers for project '/dev/null/inferredProject1*' - done. +[13:13:00.119] Closing file watchers for project '/dev/null/autoImportProviderProject2*' +[13:13:00.119] No watchers are registered for project '/dev/null/autoImportProviderProject2*' +[13:14:51.163] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:14:51.163] Explicitly included types: [] +[13:14:51.164] Inferred typings from unresolved imports: [] +[13:14:51.164] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:14:51.164] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:14:51.164] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:14:51.164] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:14:51.164] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[13:14:51.164] Response has been sent. +[13:14:51.164] No new typings were requested as a result of typings discovery +[13:45:53.497] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-AB02Or/tsserver.log b/.log/tsserver-log-AB02Or/tsserver.log new file mode 100644 index 0000000..cc98936 --- /dev/null +++ b/.log/tsserver-log-AB02Or/tsserver.log @@ -0,0 +1,4310 @@ +Info 0 [12:48:52.116] Starting TS Server +Info 1 [12:48:52.117] Version: 5.2.2 +Info 2 [12:48:52.117] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/ade969b29c782b1f51e0fe0a4bb65d99/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-AB02Or/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:48:52.117] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:48:52.117] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [12:48:52.125] Format host information updated +Info 6 [12:48:52.127] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [12:48:52.127] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [12:48:52.127] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [12:48:52.141] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [12:48:52.146] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [12:48:53.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 905.0789849981666ms +Info 12 [12:48:53.051] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [12:48:53.051] Files (146) + +Info 14 [12:48:53.051] ----------------------------------------------- +Info 15 [12:48:53.067] AutoImportProviderProject: found 466 root files in 6 dependencies in 14.541556000709534 ms +Info 16 [12:48:53.097] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [12:48:54.052] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 955.0517229996622ms +Info 18 [12:48:54.052] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [12:48:54.052] Files (624) + +Info 20 [12:48:54.052] ----------------------------------------------- +Info 21 [12:48:54.057] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [12:48:54.057] Files (146) + +Info 21 [12:48:54.057] ----------------------------------------------- +Info 21 [12:48:54.057] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [12:48:54.057] Files (624) + +Info 21 [12:48:54.057] ----------------------------------------------- +Info 21 [12:48:54.057] Open files: +Info 21 [12:48:54.057] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [12:48:54.057] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [12:48:54.059] Format host information updated +Info 22 [12:48:54.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [12:48:54.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 21.23437199741602ms +Info 24 [12:48:54.081] Different program with same set of files +Info 25 [12:48:54.134] Format host information updated +Info 26 [12:48:54.177] Format host information updated +Info 27 [12:48:55.721] Format host information updated +Info 28 [12:48:55.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29 [12:48:55.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 16.04458300024271ms +Info 30 [12:48:55.738] Different program with same set of files +Info 31 [12:48:56.560] Before ensureProjectForOpenFiles: +Info 32 [12:48:56.560] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 32 [12:48:56.560] Files (146) + +Info 32 [12:48:56.560] ----------------------------------------------- +Info 32 [12:48:56.560] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 32 [12:48:56.561] Files (624) + +Info 32 [12:48:56.561] ----------------------------------------------- +Info 32 [12:48:56.561] Open files: +Info 32 [12:48:56.561] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 32 [12:48:56.561] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 32 [12:48:56.561] After ensureProjectForOpenFiles: +Info 33 [12:48:56.561] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 33 [12:48:56.561] Files (146) + +Info 33 [12:48:56.561] ----------------------------------------------- +Info 33 [12:48:56.561] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 33 [12:48:56.561] Files (624) + +Info 33 [12:48:56.561] ----------------------------------------------- +Info 33 [12:48:56.561] Open files: +Info 33 [12:48:56.561] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 33 [12:48:56.561] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 33 [12:48:56.561] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js +Info 34 [13:05:25.477] Search path: /home/orion/src/purescript-puppeteer/src +Info 35 [13:05:25.477] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 36 [13:05:25.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 37 [13:05:25.893] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 413.937215000391ms +Info 38 [13:05:25.893] Project '/dev/null/inferredProject1*' (Inferred) +Info 39 [13:05:25.893] Files (108) + +Info 40 [13:05:25.893] ----------------------------------------------- +Info 41 [13:05:25.896] AutoImportProviderProject: found 7 root files in 7 dependencies in 2.4453510008752346 ms +Info 42 [13:05:25.896] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 43 [13:05:26.310] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 413.5777969993651ms +Info 44 [13:05:26.310] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 45 [13:05:26.310] Files (189) + +Info 46 [13:05:26.310] ----------------------------------------------- +Info 47 [13:05:26.311] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 47 [13:05:26.311] Files (146) + +Info 47 [13:05:26.311] ----------------------------------------------- +Info 47 [13:05:26.311] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 47 [13:05:26.311] Files (624) + +Info 47 [13:05:26.311] ----------------------------------------------- +Info 47 [13:05:26.311] Project '/dev/null/inferredProject1*' (Inferred) +Info 47 [13:05:26.311] Files (108) + +Info 47 [13:05:26.311] ----------------------------------------------- +Info 47 [13:05:26.311] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 47 [13:05:26.311] Files (189) + +Info 47 [13:05:26.311] ----------------------------------------------- +Info 47 [13:05:26.311] Open files: +Info 47 [13:05:26.311] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 47 [13:05:26.311] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 47 [13:05:26.311] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 47 [13:05:26.311] Projects: /dev/null/inferredProject1* +Info 47 [13:05:26.312] Format host information updated +Info 48 [13:05:26.313] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 49 [13:05:26.313] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.368283998221159ms +Info 50 [13:05:26.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 51 [13:05:26.745] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 175.74748700112104ms +Info 52 [13:05:26.745] Project '/dev/null/inferredProject1*' (Inferred) +Info 53 [13:05:26.745] Files (133) + +Info 54 [13:05:26.745] ----------------------------------------------- +Info 55 [13:05:26.745] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 56 [13:05:26.745] Files (189) + +Info 57 [13:05:26.745] ----------------------------------------------- +Info 58 [13:05:28.820] Before ensureProjectForOpenFiles: +Info 59 [13:05:28.820] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 59 [13:05:28.820] Files (146) + +Info 59 [13:05:28.820] ----------------------------------------------- +Info 59 [13:05:28.820] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 59 [13:05:28.820] Files (624) + +Info 59 [13:05:28.820] ----------------------------------------------- +Info 59 [13:05:28.820] Project '/dev/null/inferredProject1*' (Inferred) +Info 59 [13:05:28.820] Files (133) + +Info 59 [13:05:28.820] ----------------------------------------------- +Info 59 [13:05:28.820] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 59 [13:05:28.820] Files (189) + +Info 59 [13:05:28.820] ----------------------------------------------- +Info 59 [13:05:28.820] Open files: +Info 59 [13:05:28.820] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 59 [13:05:28.820] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 59 [13:05:28.820] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 59 [13:05:28.821] Projects: /dev/null/inferredProject1* +Info 59 [13:05:28.821] After ensureProjectForOpenFiles: +Info 60 [13:05:28.821] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 60 [13:05:28.821] Files (146) + +Info 60 [13:05:28.821] ----------------------------------------------- +Info 60 [13:05:28.821] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 60 [13:05:28.821] Files (624) + +Info 60 [13:05:28.821] ----------------------------------------------- +Info 60 [13:05:28.821] Project '/dev/null/inferredProject1*' (Inferred) +Info 60 [13:05:28.821] Files (133) + +Info 60 [13:05:28.821] ----------------------------------------------- +Info 60 [13:05:28.821] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 60 [13:05:28.821] Files (189) + +Info 60 [13:05:28.821] ----------------------------------------------- +Info 60 [13:05:28.821] Open files: +Info 60 [13:05:28.821] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 60 [13:05:28.821] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 60 [13:05:28.821] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 60 [13:05:28.821] Projects: /dev/null/inferredProject1* +Info 60 [13:05:28.821] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.js +Info 61 [13:05:29.907] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 61 [13:05:29.907] Files (146) + +Info 61 [13:05:29.907] ----------------------------------------------- +Info 61 [13:05:29.907] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 61 [13:05:29.907] Files (624) + +Info 61 [13:05:29.907] ----------------------------------------------- +Info 61 [13:05:29.907] Project '/dev/null/inferredProject1*' (Inferred) +Info 61 [13:05:29.907] Files (133) + +Info 61 [13:05:29.907] ----------------------------------------------- +Info 61 [13:05:29.907] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 61 [13:05:29.907] Files (189) + +Info 61 [13:05:29.907] ----------------------------------------------- +Info 61 [13:05:29.907] Open files: +Info 61 [13:05:29.907] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 61 [13:05:29.907] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 61 [13:13:00.117] Search path: /home/orion/src/purescript-puppeteer/src +Info 62 [13:13:00.117] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 63 [13:13:00.117] `remove Project:: +Info 64 [13:13:00.117] Project '/dev/null/inferredProject1*' (Inferred) +Info 65 [13:13:00.117] Files (133) + +Info 66 [13:13:00.117] ----------------------------------------------- +Info 67 [13:13:00.117] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 68 [13:13:00.117] Files (189) + +Info 69 [13:13:00.117] ----------------------------------------------- +Info 70 [13:13:00.120] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 70 [13:13:00.120] Files (146) + +Info 70 [13:13:00.120] ----------------------------------------------- +Info 70 [13:13:00.120] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 70 [13:13:00.120] Files (624) + +Info 70 [13:13:00.120] ----------------------------------------------- +Info 70 [13:13:00.120] Open files: +Info 70 [13:13:00.120] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 70 [13:13:00.120] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 70 [13:13:00.120] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 70 [13:13:00.120] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 70 [13:13:00.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 71 [13:13:00.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 20.035006001591682ms +Info 72 [13:13:00.351] Different program with same set of files +Info 73 [13:13:00.351] Format host information updated +Info 74 [13:13:02.630] Before ensureProjectForOpenFiles: +Info 75 [13:13:02.630] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 75 [13:13:02.630] Files (146) + +Info 75 [13:13:02.630] ----------------------------------------------- +Info 75 [13:13:02.630] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 75 [13:13:02.630] Files (624) + +Info 75 [13:13:02.630] ----------------------------------------------- +Info 75 [13:13:02.630] Open files: +Info 75 [13:13:02.630] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 75 [13:13:02.630] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 75 [13:13:02.630] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 75 [13:13:02.630] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 75 [13:13:02.630] After ensureProjectForOpenFiles: +Info 76 [13:13:02.630] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 76 [13:13:02.630] Files (146) + +Info 76 [13:13:02.630] ----------------------------------------------- +Info 76 [13:13:02.630] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 76 [13:13:02.631] Files (624) + +Info 76 [13:13:02.631] ----------------------------------------------- +Info 76 [13:13:02.631] Open files: +Info 76 [13:13:02.631] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 76 [13:13:02.631] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 76 [13:13:02.631] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 76 [13:13:02.631] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 76 [13:13:02.631] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 77 [13:13:03.210] Format host information updated +Info 78 [13:13:03.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 79 [13:13:03.226] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 15.623574998229742ms +Info 80 [13:13:03.226] Different program with same set of files +Info 81 [13:13:03.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 82 [13:13:03.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 14.111848000437021ms +Info 83 [13:13:03.564] Different program with same set of files +Info 84 [13:13:03.588] getCompletionData: Get current token: 0.029885999858379364 +Info 85 [13:13:03.588] getCompletionData: Is inside comment: 0.04006199911236763 +Info 86 [13:13:03.588] getCompletionData: Get previous token: 0.02486499771475792 +Info 87 [13:13:03.588] getCompletionsAtPosition: isCompletionListBlocker: 0.027557000517845154 +Info 88 [13:13:03.588] Returning an empty list because completion was requested in an invalid position. +Info 89 [13:13:03.594] Format host information updated +Info 90 [13:13:03.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 91 [13:13:03.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 8.903234999626875ms +Info 92 [13:13:03.704] Different program with same set of files +Info 93 [13:13:03.704] getCompletionData: Get current token: 0.0215580016374588 +Info 94 [13:13:03.704] getCompletionData: Is inside comment: 0.026195000857114792 +Info 95 [13:13:03.704] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 96 [13:13:03.705] Format host information updated +Info 97 [13:13:03.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 98 [13:13:03.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 11.172144997864962ms +Info 99 [13:13:03.855] Different program with same set of files +Info 100 [13:13:03.856] getCompletionData: Get current token: 0.010669998824596405 +Info 101 [13:13:03.856] getCompletionData: Is inside comment: 0.01807200163602829 +Info 102 [13:13:03.857] Format host information updated +Info 103 [13:13:03.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 104 [13:13:04.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 8.370956998318434ms +Info 105 [13:13:04.002] Different program with same set of files +Info 106 [13:13:04.002] getCompletionData: Get current token: 0.004560001194477081 +Info 107 [13:13:04.002] getCompletionData: Is inside comment: 0.019085999578237534 +Info 108 [13:13:04.002] Format host information updated +Info 109 [13:13:04.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 110 [13:13:04.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 21.51927600055933ms +Info 111 [13:13:04.326] Different program with same set of files +Info 112 [13:13:04.326] getCompletionData: Get current token: 0.014887001365423203 +Info 113 [13:13:04.326] getCompletionData: Is inside comment: 0.04494300112128258 +Info 114 [13:13:04.326] getCompletionData: Get previous token: 0.0247499980032444 +Info 115 [13:13:04.327] getCompletionsAtPosition: isCompletionListBlocker: 0.6309179998934269 +Info 116 [13:13:04.335] getExportInfoMap: cache miss or empty; calculating new results +Info 117 [13:13:04.396] forEachExternalModuleToImportFrom autoImportProvider: 28.864790998399258 +Info 118 [13:13:04.396] getExportInfoMap: done in 62.37323800101876 ms +Info 119 [13:13:04.488] collectAutoImports: resolved 456 module specifiers, plus 219 ambient and 2645 from cache +Info 120 [13:13:04.488] collectAutoImports: response is complete +Info 121 [13:13:04.488] collectAutoImports: 90.94459100067616 +Info 122 [13:13:04.488] getCompletionData: Semantic work: 160.80969600006938 +Info 123 [13:13:04.520] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 31.050212997943163 +Info 124 [13:13:04.530] Format host information updated +Info 125 [13:13:04.548] getCompletionData: Get current token: 0.00711200013756752 +Info 126 [13:13:04.548] getCompletionData: Is inside comment: 0.016630999743938446 +Info 127 [13:13:04.549] Format host information updated +Info 128 [13:13:04.703] getCompletionData: Get current token: 0.005818001925945282 +Info 129 [13:13:04.703] getCompletionData: Is inside comment: 0.010122999548912048 +Info 130 [13:13:04.892] Format host information updated +Info 131 [13:13:04.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 132 [13:13:04.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 12.895135998725891ms +Info 133 [13:13:04.905] Different program with same set of files +Info 134 [13:13:04.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 135 [13:13:05.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 12.982686001807451ms +Info 136 [13:13:05.000] Different program with same set of files +Info 137 [13:13:05.001] getCompletionData: Get current token: 0.009039998054504395 +Info 138 [13:13:05.001] getCompletionData: Is inside comment: 0.016903001815080643 +Info 139 [13:13:05.001] Format host information updated +Info 140 [13:13:05.208] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 141 [13:13:05.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 10.311843998730183ms +Info 142 [13:13:05.219] Different program with same set of files +Info 143 [13:13:05.219] getCompletionData: Get current token: 0.006045002490282059 +Info 144 [13:13:05.219] getCompletionData: Is inside comment: 0.009304001927375793 +Info 145 [13:13:05.219] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 146 [13:13:05.219] Format host information updated +Info 147 [13:13:05.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 148 [13:13:05.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 8.33645199984312ms +Info 149 [13:13:05.326] Different program with same set of files +Info 150 [13:13:05.326] getCompletionData: Get current token: 0.006289001554250717 +Info 151 [13:13:05.326] getCompletionData: Is inside comment: 0.011810000985860825 +Info 152 [13:13:05.326] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 153 [13:13:05.327] Format host information updated +Info 154 [13:13:05.381] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 155 [13:13:05.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 9.621677998453379ms +Info 156 [13:13:05.391] Different program with same set of files +Info 157 [13:13:05.391] getCompletionData: Get current token: 0.006163999438285828 +Info 158 [13:13:05.391] getCompletionData: Is inside comment: 0.011920999735593796 +Info 159 [13:13:05.391] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 160 [13:13:05.392] Format host information updated +Info 161 [13:13:05.487] Format host information updated +Info 162 [13:13:05.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 163 [13:13:05.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 27.644684001803398ms +Info 164 [13:13:05.516] Different program with same set of files +Info 165 [13:13:06.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 166 [13:13:06.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 7.112635999917984ms +Info 167 [13:13:06.254] Different program with same set of files +Info 168 [13:13:06.254] getCompletionData: Get current token: 0.005299001932144165 +Info 169 [13:13:06.254] getCompletionData: Is inside comment: 0.01212099939584732 +Info 170 [13:13:06.254] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 171 [13:13:06.254] Format host information updated +Info 172 [13:13:06.518] getCompletionData: Get current token: 0.00828700140118599 +Info 173 [13:13:06.518] getCompletionData: Is inside comment: 0.015158001333475113 +Info 174 [13:13:06.518] getCompletionData: Get previous token: 0.01743999868631363 +Info 175 [13:13:06.519] getCompletionsAtPosition: isCompletionListBlocker: 0.0037010014057159424 +Info 176 [13:13:06.519] getExportInfoMap: cache hit +Info 177 [13:13:06.558] collectAutoImports: resolved 27 module specifiers, plus 175 ambient and 3859 from cache +Info 178 [13:13:06.558] collectAutoImports: response is complete +Info 179 [13:13:06.558] collectAutoImports: 39.03849000111222 +Info 180 [13:13:06.558] getCompletionData: Semantic work: 39.84423699975014 +Info 181 [13:13:06.580] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.091777998954058 +Info 182 [13:13:06.995] getCompletionData: Get current token: 0.00604499876499176 +Info 183 [13:13:06.995] getCompletionData: Is inside comment: 0.011146999895572662 +Info 184 [13:13:06.995] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 185 [13:13:07.159] Format host information updated +Info 186 [13:13:07.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 187 [13:13:07.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 7.689169000834227ms +Info 188 [13:13:07.167] Different program with same set of files +Info 189 [13:13:07.450] getCompletionData: Get current token: 0.006351999938488007 +Info 190 [13:13:07.450] getCompletionData: Is inside comment: 0.010862000286579132 +Info 191 [13:13:07.450] getCompletionData: Get previous token: 0.007846999913454056 +Info 192 [13:13:07.450] getCompletionsAtPosition: isCompletionListBlocker: 0.009211000055074692 +Info 193 [13:13:07.451] getExportInfoMap: cache hit +Info 194 [13:13:07.494] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 195 [13:13:07.494] collectAutoImports: response is complete +Info 196 [13:13:07.494] collectAutoImports: 42.53592900186777 +Info 197 [13:13:07.494] getCompletionData: Semantic work: 43.34373100101948 +Info 198 [13:13:07.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.193638999015093 +Info 199 [13:13:07.591] getCompletionData: Get current token: 0.013360999524593353 +Info 200 [13:13:07.591] getCompletionData: Is inside comment: 0.01703299954533577 +Info 201 [13:13:07.591] getCompletionData: Get previous token: 0.012968998402357101 +Info 202 [13:13:07.591] getCompletionsAtPosition: isCompletionListBlocker: 0.003285001963376999 +Info 203 [13:13:07.592] getExportInfoMap: cache hit +Info 204 [13:13:07.628] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 205 [13:13:07.628] collectAutoImports: response is complete +Info 206 [13:13:07.628] collectAutoImports: 35.48412400111556 +Info 207 [13:13:07.628] getCompletionData: Semantic work: 36.5068929977715 +Info 208 [13:13:07.640] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.876625999808311 +Info 209 [13:13:07.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 210 [13:13:07.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 7.32922800257802ms +Info 211 [13:13:07.899] Different program with same set of files +Info 212 [13:13:07.900] getCompletionData: Get current token: 0.007837999612092972 +Info 213 [13:13:07.900] getCompletionData: Is inside comment: 0.0156949982047081 +Info 214 [13:13:07.900] getCompletionData: Get previous token: 0.011472001671791077 +Info 215 [13:13:07.900] getCompletionsAtPosition: isCompletionListBlocker: 0.041030000895261765 +Info 216 [13:13:07.902] getExportInfoMap: cache hit +Info 217 [13:13:07.924] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 218 [13:13:07.924] collectAutoImports: response is complete +Info 219 [13:13:07.924] collectAutoImports: 22.61251099780202 +Info 220 [13:13:07.924] getCompletionData: Semantic work: 24.764126997441053 +Info 221 [13:13:07.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.160948000848293 +Info 222 [13:13:07.944] Format host information updated +Info 223 [13:13:07.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 224 [13:13:07.962] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 6.911860000342131ms +Info 225 [13:13:07.962] Different program with same set of files +Info 226 [13:13:07.963] getCompletionData: Get current token: 0.006792999804019928 +Info 227 [13:13:07.963] getCompletionData: Is inside comment: 0.01261499896645546 +Info 228 [13:13:07.963] getCompletionData: Get previous token: 0.018660999834537506 +Info 229 [13:13:07.963] getCompletionsAtPosition: isCompletionListBlocker: 0.01451599970459938 +Info 230 [13:13:07.963] getExportInfoMap: cache hit +Info 231 [13:13:07.970] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 232 [13:13:07.970] collectAutoImports: response is complete +Info 233 [13:13:07.970] collectAutoImports: 6.427542001008987 +Info 234 [13:13:07.970] getCompletionData: Semantic work: 7.173714000731707 +Info 235 [13:13:07.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2182709984481335 +Info 236 [13:13:07.974] Format host information updated +Info 237 [13:13:08.070] getCompletionData: Get current token: 0.009366001933813095 +Info 238 [13:13:08.070] getCompletionData: Is inside comment: 0.014195002615451813 +Info 239 [13:13:08.070] getCompletionData: Get previous token: 0.010249000042676926 +Info 240 [13:13:08.070] getCompletionsAtPosition: isCompletionListBlocker: 0.013672001659870148 +Info 241 [13:13:08.070] getExportInfoMap: cache hit +Info 242 [13:13:08.099] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 243 [13:13:08.099] collectAutoImports: response is complete +Info 244 [13:13:08.099] collectAutoImports: 28.299311999231577 +Info 245 [13:13:08.099] getCompletionData: Semantic work: 28.941089998930693 +Info 246 [13:13:08.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.060605999082327 +Info 247 [13:13:08.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 248 [13:13:08.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 7.431731000542641ms +Info 249 [13:13:08.538] Different program with same set of files +Info 250 [13:13:08.538] getCompletionData: Get current token: 0.00994899868965149 +Info 251 [13:13:08.538] getCompletionData: Is inside comment: 0.014159999787807465 +Info 252 [13:13:08.538] getCompletionData: Get previous token: 0.012494999915361404 +Info 253 [13:13:08.538] getCompletionsAtPosition: isCompletionListBlocker: 0.004333999007940292 +Info 254 [13:13:08.539] getExportInfoMap: cache hit +Info 255 [13:13:08.563] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 256 [13:13:08.563] collectAutoImports: response is complete +Info 257 [13:13:08.563] collectAutoImports: 24.37102200090885 +Info 258 [13:13:08.563] getCompletionData: Semantic work: 25.1059760004282 +Info 259 [13:13:08.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.652536999434233 +Info 260 [13:13:08.579] Format host information updated +Info 261 [13:13:08.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 262 [13:13:08.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 14.027208998799324ms +Info 263 [13:13:08.664] Different program with same set of files +Info 264 [13:13:08.664] getCompletionData: Get current token: 0.01645899936556816 +Info 265 [13:13:08.664] getCompletionData: Is inside comment: 0.03219899907708168 +Info 266 [13:13:08.664] getCompletionData: Get previous token: 0.02249300107359886 +Info 267 [13:13:08.665] getCompletionsAtPosition: isCompletionListBlocker: 0.010264001786708832 +Info 268 [13:13:08.666] getExportInfoMap: cache hit +Info 269 [13:13:08.700] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 270 [13:13:08.700] collectAutoImports: response is complete +Info 271 [13:13:08.700] collectAutoImports: 34.282896000891924 +Info 272 [13:13:08.700] getCompletionData: Semantic work: 35.54952700063586 +Info 273 [13:13:08.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.9625120013952255 +Info 274 [13:13:08.715] Format host information updated +Info 275 [13:13:09.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 276 [13:13:09.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 6.712528001517057ms +Info 277 [13:13:09.155] Different program with same set of files +Info 278 [13:13:09.155] getCompletionData: Get current token: 0.00718500092625618 +Info 279 [13:13:09.155] getCompletionData: Is inside comment: 0.013459999114274979 +Info 280 [13:13:09.155] getCompletionData: Get previous token: 0.010738998651504517 +Info 281 [13:13:09.155] getCompletionsAtPosition: isCompletionListBlocker: 0.00950700044631958 +Info 282 [13:13:09.156] getExportInfoMap: cache hit +Info 283 [13:13:09.179] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 284 [13:13:09.179] collectAutoImports: response is complete +Info 285 [13:13:09.179] collectAutoImports: 23.260297998785973 +Info 286 [13:13:09.179] getCompletionData: Semantic work: 23.94904800131917 +Info 287 [13:13:09.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.640332002192736 +Info 288 [13:13:09.197] Format host information updated +Info 289 [13:13:09.328] getCompletionData: Get current token: 0.00773799791932106 +Info 290 [13:13:09.329] getCompletionData: Is inside comment: 0.01906999945640564 +Info 291 [13:13:09.329] getCompletionData: Get previous token: 0.01081399992108345 +Info 292 [13:13:09.329] getCompletionsAtPosition: isCompletionListBlocker: 0.0034749992191791534 +Info 293 [13:13:09.329] Returning an empty list because completion was requested in an invalid position. +Info 294 [13:13:09.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 295 [13:13:09.525] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 7.648766998201609ms +Info 296 [13:13:09.525] Different program with same set of files +Info 297 [13:13:09.525] getCompletionData: Get current token: 0.00713299959897995 +Info 298 [13:13:09.525] getCompletionData: Is inside comment: 0.012185998260974884 +Info 299 [13:13:09.525] getCompletionData: Get previous token: 0.016475997865200043 +Info 300 [13:13:09.525] getCompletionsAtPosition: isCompletionListBlocker: 0.0028300024569034576 +Info 301 [13:13:09.526] getExportInfoMap: cache hit +Info 302 [13:13:09.528] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 303 [13:13:09.528] collectAutoImports: response is complete +Info 304 [13:13:09.528] collectAutoImports: 2.559078998863697 +Info 305 [13:13:09.528] getCompletionData: Semantic work: 3.2052009999752045 +Info 306 [13:13:09.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.911455001682043 +Info 307 [13:13:09.531] Format host information updated +Info 308 [13:13:09.912] Format host information updated +Info 309 [13:13:09.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 310 [13:13:09.919] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 6.884137999266386ms +Info 311 [13:13:09.920] Different program with same set of files +Info 312 [13:13:10.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 313 [13:13:10.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 7.421810999512672ms +Info 314 [13:13:10.080] Different program with same set of files +Info 315 [13:13:10.081] getCompletionData: Get current token: 0.00773799791932106 +Info 316 [13:13:10.081] getCompletionData: Is inside comment: 0.016327999532222748 +Info 317 [13:13:10.081] getCompletionData: Get previous token: 0.02390199899673462 +Info 318 [13:13:10.081] getCompletionsAtPosition: isCompletionListBlocker: 0.0022579990327358246 +Info 319 [13:13:10.084] getExportInfoMap: cache hit +Info 320 [13:13:10.089] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 321 [13:13:10.089] collectAutoImports: response is complete +Info 322 [13:13:10.089] collectAutoImports: 5.146051999181509 +Info 323 [13:13:10.089] getCompletionData: Semantic work: 8.360752999782562 +Info 324 [13:13:10.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3344539999961853 +Info 325 [13:13:10.093] Format host information updated +Info 326 [13:13:10.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 327 [13:13:10.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 10.429611999541521ms +Info 328 [13:13:10.306] Different program with same set of files +Info 329 [13:13:10.306] getCompletionData: Get current token: 0.005780000239610672 +Info 330 [13:13:10.306] getCompletionData: Is inside comment: 0.012135002762079239 +Info 331 [13:13:10.306] getCompletionData: Get previous token: 0.017605997622013092 +Info 332 [13:13:10.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0020130015909671783 +Info 333 [13:13:10.307] getExportInfoMap: cache hit +Info 334 [13:13:10.310] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 231 from cache +Info 335 [13:13:10.310] collectAutoImports: response is complete +Info 336 [13:13:10.310] collectAutoImports: 2.8752599991858006 +Info 337 [13:13:10.310] getCompletionData: Semantic work: 3.42060399800539 +Info 338 [13:13:10.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0215329974889755 +Info 339 [13:13:10.313] Format host information updated +Info 340 [13:13:10.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 341 [13:13:10.496] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 25.015262998640537ms +Info 342 [13:13:10.496] Different program with same set of files +Info 343 [13:13:10.497] getCompletionData: Get current token: 0.02251800149679184 +Info 344 [13:13:10.497] getCompletionData: Is inside comment: 0.10491099953651428 +Info 345 [13:13:10.497] getCompletionData: Get previous token: 0.06802099943161011 +Info 346 [13:13:10.497] getCompletionsAtPosition: isCompletionListBlocker: 0.00534999743103981 +Info 347 [13:13:10.499] getExportInfoMap: cache hit +Info 348 [13:13:10.505] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 226 from cache +Info 349 [13:13:10.505] collectAutoImports: response is complete +Info 350 [13:13:10.505] collectAutoImports: 6.42552999779582 +Info 351 [13:13:10.505] getCompletionData: Semantic work: 7.827090002596378 +Info 352 [13:13:10.509] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.032394003123045 +Info 353 [13:13:10.514] Format host information updated +Info 354 [13:13:10.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 355 [13:13:10.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.9055509977042675ms +Info 356 [13:13:10.539] Different program with same set of files +Info 357 [13:13:10.540] getCompletionData: Get current token: 0.007791001349687576 +Info 358 [13:13:10.540] getCompletionData: Is inside comment: 0.01519399881362915 +Info 359 [13:13:10.540] getCompletionData: Get previous token: 0.02183399721980095 +Info 360 [13:13:10.540] getCompletionsAtPosition: isCompletionListBlocker: 0.0022369995713233948 +Info 361 [13:13:10.540] getExportInfoMap: cache hit +Info 362 [13:13:10.543] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 226 from cache +Info 363 [13:13:10.543] collectAutoImports: response is complete +Info 364 [13:13:10.543] collectAutoImports: 3.207336999475956 +Info 365 [13:13:10.543] getCompletionData: Semantic work: 3.7844559997320175 +Info 366 [13:13:10.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9351090006530285 +Info 367 [13:13:10.547] Format host information updated +Info 368 [13:13:10.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 369 [13:13:10.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 29.582009002566338ms +Info 370 [13:13:10.689] Different program with same set of files +Info 371 [13:13:10.689] getCompletionData: Get current token: 0.017620999366044998 +Info 372 [13:13:10.689] getCompletionData: Is inside comment: 0.03221200034022331 +Info 373 [13:13:10.689] getCompletionData: Get previous token: 0.05140099674463272 +Info 374 [13:13:10.690] getCompletionsAtPosition: isCompletionListBlocker: 0.004310000687837601 +Info 375 [13:13:10.691] getExportInfoMap: cache hit +Info 376 [13:13:10.697] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 226 from cache +Info 377 [13:13:10.697] collectAutoImports: response is complete +Info 378 [13:13:10.697] collectAutoImports: 5.898974001407623 +Info 379 [13:13:10.697] getCompletionData: Semantic work: 7.08372500166297 +Info 380 [13:13:10.700] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2939149998128414 +Info 381 [13:13:10.702] Format host information updated +Info 382 [13:13:10.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 383 [13:13:10.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 7.725498002022505ms +Info 384 [13:13:10.926] Different program with same set of files +Info 385 [13:13:10.926] getCompletionData: Get current token: 0.007811997085809708 +Info 386 [13:13:10.926] getCompletionData: Is inside comment: 0.019819997251033783 +Info 387 [13:13:10.926] getCompletionData: Get previous token: 0.014481998980045319 +Info 388 [13:13:10.926] getCompletionsAtPosition: isCompletionListBlocker: 0.007644999772310257 +Info 389 [13:13:10.927] getExportInfoMap: cache hit +Info 390 [13:13:10.948] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 391 [13:13:10.948] collectAutoImports: response is complete +Info 392 [13:13:10.948] collectAutoImports: 21.560936998575926 +Info 393 [13:13:10.948] getCompletionData: Semantic work: 22.17789600044489 +Info 394 [13:13:10.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.038423001766205 +Info 395 [13:13:10.967] Format host information updated +Info 396 [13:13:11.072] getCompletionData: Get current token: 0.03735499829053879 +Info 397 [13:13:11.072] getCompletionData: Is inside comment: 0.09764000028371811 +Info 398 [13:13:11.073] getCompletionData: Get previous token: 0.06695200130343437 +Info 399 [13:13:11.073] getCompletionsAtPosition: isCompletionListBlocker: 0.00916699692606926 +Info 400 [13:13:11.075] getExportInfoMap: cache hit +Info 401 [13:13:11.128] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 402 [13:13:11.128] collectAutoImports: response is complete +Info 403 [13:13:11.128] collectAutoImports: 53.123345002532005 +Info 404 [13:13:11.128] getCompletionData: Semantic work: 55.29773100093007 +Info 405 [13:13:11.137] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.62458200007677 +Info 406 [13:13:11.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 407 [13:13:11.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 8.348893001675606ms +Info 408 [13:13:11.575] Different program with same set of files +Info 409 [13:13:11.575] getCompletionData: Get current token: 0.00674699991941452 +Info 410 [13:13:11.575] getCompletionData: Is inside comment: 0.013979997485876083 +Info 411 [13:13:11.575] getCompletionData: Get previous token: 0.019620999693870544 +Info 412 [13:13:11.575] getCompletionsAtPosition: isCompletionListBlocker: 0.004951000213623047 +Info 413 [13:13:11.576] getExportInfoMap: cache hit +Info 414 [13:13:11.580] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 415 [13:13:11.580] collectAutoImports: response is complete +Info 416 [13:13:11.580] collectAutoImports: 3.694991998374462 +Info 417 [13:13:11.580] getCompletionData: Semantic work: 4.364903997629881 +Info 418 [13:13:11.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2059650011360645 +Info 419 [13:13:11.584] Format host information updated +Info 420 [13:13:11.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 421 [13:13:11.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 8.832591999322176ms +Info 422 [13:13:11.702] Different program with same set of files +Info 423 [13:13:11.702] getCompletionData: Get current token: 0.009171999990940094 +Info 424 [13:13:11.702] getCompletionData: Is inside comment: 0.018964998424053192 +Info 425 [13:13:11.702] getCompletionData: Get previous token: 0.026415999978780746 +Info 426 [13:13:11.702] getCompletionsAtPosition: isCompletionListBlocker: 0.002904001623392105 +Info 427 [13:13:11.703] getExportInfoMap: cache hit +Info 428 [13:13:11.706] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 429 [13:13:11.706] collectAutoImports: response is complete +Info 430 [13:13:11.706] collectAutoImports: 3.336065001785755 +Info 431 [13:13:11.706] getCompletionData: Semantic work: 4.117372002452612 +Info 432 [13:13:11.709] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.366048000752926 +Info 433 [13:13:11.710] Format host information updated +Info 434 [13:13:11.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 435 [13:13:11.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 7.6187289990484715ms +Info 436 [13:13:11.780] Different program with same set of files +Info 437 [13:13:11.780] getCompletionData: Get current token: 0.008882999420166016 +Info 438 [13:13:11.780] getCompletionData: Is inside comment: 0.01871199905872345 +Info 439 [13:13:11.780] getCompletionData: Get previous token: 0.025364000350236893 +Info 440 [13:13:11.780] getCompletionsAtPosition: isCompletionListBlocker: 0.0030820034444332123 +Info 441 [13:13:11.781] getExportInfoMap: cache hit +Info 442 [13:13:11.783] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 443 [13:13:11.783] collectAutoImports: response is complete +Info 444 [13:13:11.783] collectAutoImports: 2.2621739991009235 +Info 445 [13:13:11.783] getCompletionData: Semantic work: 2.9811269976198673 +Info 446 [13:13:11.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.144998997449875 +Info 447 [13:13:11.788] Format host information updated +Info 448 [13:13:11.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 449 [13:13:11.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 6.825300998985767ms +Info 450 [13:13:11.887] Different program with same set of files +Info 451 [13:13:11.887] getCompletionData: Get current token: 0.0079290010035038 +Info 452 [13:13:11.887] getCompletionData: Is inside comment: 0.01734200119972229 +Info 453 [13:13:11.887] getCompletionData: Get previous token: 0.021935001015663147 +Info 454 [13:13:11.887] getCompletionsAtPosition: isCompletionListBlocker: 0.002696000039577484 +Info 455 [13:13:11.888] getExportInfoMap: cache hit +Info 456 [13:13:11.890] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 457 [13:13:11.890] collectAutoImports: response is complete +Info 458 [13:13:11.890] collectAutoImports: 1.9551020003855228 +Info 459 [13:13:11.890] getCompletionData: Semantic work: 2.469048999249935 +Info 460 [13:13:11.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.663527999073267 +Info 461 [13:13:11.892] Format host information updated +Info 462 [13:13:12.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 463 [13:13:12.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 21.0646959990263ms +Info 464 [13:13:12.081] Different program with same set of files +Info 465 [13:13:12.082] getCompletionData: Get current token: 0.020589999854564667 +Info 466 [13:13:12.082] getCompletionData: Is inside comment: 0.03840700164437294 +Info 467 [13:13:12.082] getCompletionData: Get previous token: 0.04910000041127205 +Info 468 [13:13:12.082] getCompletionsAtPosition: isCompletionListBlocker: 0.005292002111673355 +Info 469 [13:13:12.086] getExportInfoMap: cache hit +Info 470 [13:13:12.090] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 471 [13:13:12.090] collectAutoImports: response is complete +Info 472 [13:13:12.090] collectAutoImports: 3.5198130011558533 +Info 473 [13:13:12.090] getCompletionData: Semantic work: 8.08907999843359 +Info 474 [13:13:12.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8075889982283115 +Info 475 [13:13:12.094] Format host information updated +Info 476 [13:13:12.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 477 [13:13:12.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 24.808031000196934ms +Info 478 [13:13:12.228] Different program with same set of files +Info 479 [13:13:12.229] getCompletionData: Get current token: 0.03572499752044678 +Info 480 [13:13:12.229] getCompletionData: Is inside comment: 0.06152099743485451 +Info 481 [13:13:12.229] getCompletionData: Get previous token: 0.08333100005984306 +Info 482 [13:13:12.229] getCompletionsAtPosition: isCompletionListBlocker: 0.008650001138448715 +Info 483 [13:13:12.231] getExportInfoMap: cache hit +Info 484 [13:13:12.240] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 485 [13:13:12.240] collectAutoImports: response is complete +Info 486 [13:13:12.240] collectAutoImports: 8.843543998897076 +Info 487 [13:13:12.240] getCompletionData: Semantic work: 10.684150997549295 +Info 488 [13:13:12.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.319627001881599 +Info 489 [13:13:12.249] Format host information updated +Info 490 [13:13:12.374] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 491 [13:13:12.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 26.872256997972727ms +Info 492 [13:13:12.401] Different program with same set of files +Info 493 [13:13:12.402] getCompletionData: Get current token: 0.026020999997854233 +Info 494 [13:13:12.402] getCompletionData: Is inside comment: 0.044850997626781464 +Info 495 [13:13:12.402] getCompletionData: Get previous token: 0.0584539994597435 +Info 496 [13:13:12.402] getCompletionsAtPosition: isCompletionListBlocker: 0.0075980015099048615 +Info 497 [13:13:12.403] getExportInfoMap: cache hit +Info 498 [13:13:12.411] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 499 [13:13:12.411] collectAutoImports: response is complete +Info 500 [13:13:12.411] collectAutoImports: 7.752177000045776 +Info 501 [13:13:12.411] getCompletionData: Semantic work: 9.243113998323679 +Info 502 [13:13:12.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.839509002864361 +Info 503 [13:13:12.418] Format host information updated +Info 504 [13:13:12.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 505 [13:13:12.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 29.44795000180602ms +Info 506 [13:13:12.546] Different program with same set of files +Info 507 [13:13:12.546] getCompletionData: Get current token: 0.025648999959230423 +Info 508 [13:13:12.546] getCompletionData: Is inside comment: 0.038235001266002655 +Info 509 [13:13:12.546] getCompletionData: Get previous token: 0.026868000626564026 +Info 510 [13:13:12.546] getCompletionsAtPosition: isCompletionListBlocker: 0.005433999001979828 +Info 511 [13:13:12.547] getExportInfoMap: cache hit +Info 512 [13:13:12.577] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 513 [13:13:12.577] collectAutoImports: response is complete +Info 514 [13:13:12.577] collectAutoImports: 29.59664699807763 +Info 515 [13:13:12.577] getCompletionData: Semantic work: 30.70523799955845 +Info 516 [13:13:12.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.574489001184702 +Info 517 [13:13:12.591] Format host information updated +Info 518 [13:13:12.869] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 519 [13:13:12.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 10.856554001569748ms +Info 520 [13:13:12.880] Different program with same set of files +Info 521 [13:13:12.880] getCompletionData: Get current token: 0.014353998005390167 +Info 522 [13:13:12.880] getCompletionData: Is inside comment: 0.02503100037574768 +Info 523 [13:13:12.880] getCompletionData: Get previous token: 0.03685599938035011 +Info 524 [13:13:12.880] getCompletionsAtPosition: isCompletionListBlocker: 0.0039799995720386505 +Info 525 [13:13:12.881] getExportInfoMap: cache hit +Info 526 [13:13:12.888] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 527 [13:13:12.888] collectAutoImports: response is complete +Info 528 [13:13:12.888] collectAutoImports: 6.977758999913931 +Info 529 [13:13:12.888] getCompletionData: Semantic work: 7.817534998059273 +Info 530 [13:13:12.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.334698997437954 +Info 531 [13:13:12.894] Format host information updated +Info 532 [13:13:12.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 533 [13:13:13.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.134613998234272ms +Info 534 [13:13:13.005] Different program with same set of files +Info 535 [13:13:13.006] getCompletionData: Get current token: 0.009178999811410904 +Info 536 [13:13:13.006] getCompletionData: Is inside comment: 0.014456000179052353 +Info 537 [13:13:13.006] getCompletionData: Get previous token: 0.01733499765396118 +Info 538 [13:13:13.006] getCompletionsAtPosition: isCompletionListBlocker: 0.0024870000779628754 +Info 539 [13:13:13.006] getExportInfoMap: cache hit +Info 540 [13:13:13.009] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 541 [13:13:13.009] collectAutoImports: response is complete +Info 542 [13:13:13.009] collectAutoImports: 2.5378809981048107 +Info 543 [13:13:13.009] getCompletionData: Semantic work: 3.132617000490427 +Info 544 [13:13:13.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.96883400157094 +Info 545 [13:13:13.012] Format host information updated +Info 546 [13:13:13.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 547 [13:13:13.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 9.360378999263048ms +Info 548 [13:13:13.098] Different program with same set of files +Info 549 [13:13:13.098] getCompletionData: Get current token: 0.008324999362230301 +Info 550 [13:13:13.098] getCompletionData: Is inside comment: 0.01450899988412857 +Info 551 [13:13:13.098] getCompletionData: Get previous token: 0.019687000662088394 +Info 552 [13:13:13.099] getCompletionsAtPosition: isCompletionListBlocker: 0.00484200194478035 +Info 553 [13:13:13.099] getExportInfoMap: cache hit +Info 554 [13:13:13.101] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 555 [13:13:13.101] collectAutoImports: response is complete +Info 556 [13:13:13.101] collectAutoImports: 2.1519160009920597 +Info 557 [13:13:13.101] getCompletionData: Semantic work: 2.8250950016081333 +Info 558 [13:13:13.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.201993003487587 +Info 559 [13:13:13.105] Format host information updated +Info 560 [13:13:13.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 561 [13:13:13.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 16.015355996787548ms +Info 562 [13:13:13.172] Different program with same set of files +Info 563 [13:13:13.172] getCompletionData: Get current token: 0.02316400036215782 +Info 564 [13:13:13.172] getCompletionData: Is inside comment: 0.04181399941444397 +Info 565 [13:13:13.172] getCompletionData: Get previous token: 0.055347997695207596 +Info 566 [13:13:13.172] getCompletionsAtPosition: isCompletionListBlocker: 0.011489000171422958 +Info 567 [13:13:13.174] getExportInfoMap: cache hit +Info 568 [13:13:13.179] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 569 [13:13:13.179] collectAutoImports: response is complete +Info 570 [13:13:13.179] collectAutoImports: 5.375612001866102 +Info 571 [13:13:13.179] getCompletionData: Semantic work: 6.670676000416279 +Info 572 [13:13:13.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.196856997907162 +Info 573 [13:13:13.190] Format host information updated +Info 574 [13:13:13.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 575 [13:13:13.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 11.1745890006423ms +Info 576 [13:13:13.244] Different program with same set of files +Info 577 [13:13:13.245] getCompletionData: Get current token: 0.06097199767827988 +Info 578 [13:13:13.245] getCompletionData: Is inside comment: 0.04547500237822533 +Info 579 [13:13:13.245] getCompletionData: Get previous token: 0.06717900186777115 +Info 580 [13:13:13.245] getCompletionsAtPosition: isCompletionListBlocker: 0.0054959990084171295 +Info 581 [13:13:13.246] getExportInfoMap: cache hit +Info 582 [13:13:13.253] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 583 [13:13:13.253] collectAutoImports: response is complete +Info 584 [13:13:13.253] collectAutoImports: 6.530988998711109 +Info 585 [13:13:13.253] getCompletionData: Semantic work: 7.822854001075029 +Info 586 [13:13:13.258] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.437986999750137 +Info 587 [13:13:13.260] Format host information updated +Info 588 [13:13:13.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 589 [13:13:13.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 6.80944100022316ms +Info 590 [13:13:13.368] Different program with same set of files +Info 591 [13:13:13.368] getCompletionData: Get current token: 0.007479000836610794 +Info 592 [13:13:13.368] getCompletionData: Is inside comment: 0.01490199938416481 +Info 593 [13:13:13.368] getCompletionData: Get previous token: 0.0207970030605793 +Info 594 [13:13:13.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0027870014309883118 +Info 595 [13:13:13.368] getExportInfoMap: cache hit +Info 596 [13:13:13.371] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 597 [13:13:13.371] collectAutoImports: response is complete +Info 598 [13:13:13.371] collectAutoImports: 2.215411998331547 +Info 599 [13:13:13.371] getCompletionData: Semantic work: 2.7662960030138493 +Info 600 [13:13:13.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.717024002224207 +Info 601 [13:13:13.376] Format host information updated +Info 602 [13:13:13.503] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 603 [13:13:13.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 25.127229001373053ms +Info 604 [13:13:13.529] Different program with same set of files +Info 605 [13:13:13.529] getCompletionData: Get current token: 0.022266998887062073 +Info 606 [13:13:13.529] getCompletionData: Is inside comment: 0.05153900012373924 +Info 607 [13:13:13.530] getCompletionData: Get previous token: 0.09575999900698662 +Info 608 [13:13:13.530] getCompletionsAtPosition: isCompletionListBlocker: 0.007520001381635666 +Info 609 [13:13:13.531] getExportInfoMap: cache hit +Info 610 [13:13:13.536] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 611 [13:13:13.537] collectAutoImports: response is complete +Info 612 [13:13:13.537] collectAutoImports: 5.025417000055313 +Info 613 [13:13:13.537] getCompletionData: Semantic work: 6.739833999425173 +Info 614 [13:13:13.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.019627001136541 +Info 615 [13:13:13.542] Format host information updated +Info 616 [13:13:13.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 617 [13:13:13.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 9.896536998450756ms +Info 618 [13:13:13.582] Different program with same set of files +Info 619 [13:13:13.583] getCompletionData: Get current token: 0.009050000458955765 +Info 620 [13:13:13.583] getCompletionData: Is inside comment: 0.052521999925374985 +Info 621 [13:13:13.583] getCompletionData: Get previous token: 0.023130998015403748 +Info 622 [13:13:13.583] getCompletionsAtPosition: isCompletionListBlocker: 0.0032639987766742706 +Info 623 [13:13:13.583] getExportInfoMap: cache hit +Info 624 [13:13:13.586] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 625 [13:13:13.586] collectAutoImports: response is complete +Info 626 [13:13:13.586] collectAutoImports: 2.2667849995195866 +Info 627 [13:13:13.586] getCompletionData: Semantic work: 2.849246997386217 +Info 628 [13:13:13.588] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1781270019710064 +Info 629 [13:13:13.589] Format host information updated +Info 630 [13:13:13.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 631 [13:13:13.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 24.98081500083208ms +Info 632 [13:13:13.714] Different program with same set of files +Info 633 [13:13:13.715] getCompletionData: Get current token: 0.020605001598596573 +Info 634 [13:13:13.715] getCompletionData: Is inside comment: 0.03759999945759773 +Info 635 [13:13:13.715] getCompletionData: Get previous token: 0.04385500028729439 +Info 636 [13:13:13.715] getCompletionsAtPosition: isCompletionListBlocker: 0.008222997188568115 +Info 637 [13:13:13.717] getExportInfoMap: cache hit +Info 638 [13:13:13.721] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 639 [13:13:13.722] collectAutoImports: response is complete +Info 640 [13:13:13.722] collectAutoImports: 4.759606998413801 +Info 641 [13:13:13.722] getCompletionData: Semantic work: 6.332612998783588 +Info 642 [13:13:13.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.033429000526667 +Info 643 [13:13:13.730] Format host information updated +Info 644 [13:13:13.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 645 [13:13:13.759] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 7.4621139988303185ms +Info 646 [13:13:13.759] Different program with same set of files +Info 647 [13:13:13.759] getCompletionData: Get current token: 0.007646001875400543 +Info 648 [13:13:13.759] getCompletionData: Is inside comment: 0.014466002583503723 +Info 649 [13:13:13.759] getCompletionData: Get previous token: 0.01604500040411949 +Info 650 [13:13:13.759] getCompletionsAtPosition: isCompletionListBlocker: 0.0029579997062683105 +Info 651 [13:13:13.760] getExportInfoMap: cache hit +Info 652 [13:13:13.762] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 653 [13:13:13.762] collectAutoImports: response is complete +Info 654 [13:13:13.762] collectAutoImports: 2.008583001792431 +Info 655 [13:13:13.762] getCompletionData: Semantic work: 2.5153089985251427 +Info 656 [13:13:13.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.807465996593237 +Info 657 [13:13:13.764] Format host information updated +Info 658 [13:13:13.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 659 [13:13:13.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 24.333181999623775ms +Info 660 [13:13:13.875] Different program with same set of files +Info 661 [13:13:13.876] getCompletionData: Get current token: 0.022693000733852386 +Info 662 [13:13:13.876] getCompletionData: Is inside comment: 0.04055999964475632 +Info 663 [13:13:13.876] getCompletionData: Get previous token: 0.09077500179409981 +Info 664 [13:13:13.876] getCompletionsAtPosition: isCompletionListBlocker: 0.007613997906446457 +Info 665 [13:13:13.877] getExportInfoMap: cache hit +Info 666 [13:13:13.886] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 667 [13:13:13.886] collectAutoImports: response is complete +Info 668 [13:13:13.886] collectAutoImports: 8.611256998032331 +Info 669 [13:13:13.886] getCompletionData: Semantic work: 9.95296199992299 +Info 670 [13:13:13.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1624770015478134 +Info 671 [13:13:13.890] Format host information updated +Info 672 [13:13:14.519] Format host information updated +Info 673 [13:13:14.531] forEachExternalModuleToImportFrom autoImportProvider: 2.157227002084255 +Info 674 [13:13:17.083] Format host information updated +Info 675 [13:13:17.085] forEachExternalModuleToImportFrom autoImportProvider: 1.2087709978222847 +Info 676 [13:13:19.068] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 677 [13:13:19.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 6.443196002393961ms +Info 678 [13:13:19.075] Different program with same set of files +Info 679 [13:13:19.075] getCompletionData: Get current token: 0.004218999296426773 +Info 680 [13:13:19.075] getCompletionData: Is inside comment: 0.008604999631643295 +Info 681 [13:13:19.075] getCompletionData: Get previous token: 0.01103300228714943 +Info 682 [13:13:19.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0027830004692077637 +Info 683 [13:13:19.075] getExportInfoMap: cache hit +Info 684 [13:13:19.079] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 38 from cache +Info 685 [13:13:19.079] collectAutoImports: response is complete +Info 686 [13:13:19.079] collectAutoImports: 3.9572499990463257 +Info 687 [13:13:19.079] getCompletionData: Semantic work: 4.450957000255585 +Info 688 [13:13:19.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6565920002758503 +Info 689 [13:13:19.082] Format host information updated +Info 690 [13:13:19.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 691 [13:13:19.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 13.220626998692751ms +Info 692 [13:13:19.155] Different program with same set of files +Info 693 [13:13:19.155] getCompletionData: Get current token: 0.008336000144481659 +Info 694 [13:13:19.155] getCompletionData: Is inside comment: 0.015953000634908676 +Info 695 [13:13:19.155] getCompletionData: Get previous token: 0.021350998431444168 +Info 696 [13:13:19.155] getCompletionsAtPosition: isCompletionListBlocker: 0.0041519999504089355 +Info 697 [13:13:19.156] getExportInfoMap: cache hit +Info 698 [13:13:19.160] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 699 [13:13:19.160] collectAutoImports: response is complete +Info 700 [13:13:19.160] collectAutoImports: 3.5728619992733 +Info 701 [13:13:19.160] getCompletionData: Semantic work: 4.408466998487711 +Info 702 [13:13:19.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.880493998527527 +Info 703 [13:13:19.164] Format host information updated +Info 704 [13:13:19.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 705 [13:13:19.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 6.729953002184629ms +Info 706 [13:13:19.259] Different program with same set of files +Info 707 [13:13:19.259] getCompletionData: Get current token: 0.0055740028619766235 +Info 708 [13:13:19.259] getCompletionData: Is inside comment: 0.01023399829864502 +Info 709 [13:13:19.259] getCompletionData: Get previous token: 0.012338001281023026 +Info 710 [13:13:19.259] getCompletionsAtPosition: isCompletionListBlocker: 0.0024970024824142456 +Info 711 [13:13:19.260] getExportInfoMap: cache hit +Info 712 [13:13:19.262] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 713 [13:13:19.262] collectAutoImports: response is complete +Info 714 [13:13:19.262] collectAutoImports: 2.417756002396345 +Info 715 [13:13:19.262] getCompletionData: Semantic work: 3.0010349974036217 +Info 716 [13:13:19.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0010560005903244 +Info 717 [13:13:19.269] Format host information updated +Info 718 [13:13:19.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 719 [13:13:19.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 13.5747260004282ms +Info 720 [13:13:19.327] Different program with same set of files +Info 721 [13:13:19.327] getCompletionData: Get current token: 0.004763998091220856 +Info 722 [13:13:19.327] getCompletionData: Is inside comment: 0.009008999913930893 +Info 723 [13:13:19.327] getCompletionData: Get previous token: 0.012338001281023026 +Info 724 [13:13:19.327] getCompletionsAtPosition: isCompletionListBlocker: 0.003045998513698578 +Info 725 [13:13:19.328] getExportInfoMap: cache hit +Info 726 [13:13:19.332] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 727 [13:13:19.332] collectAutoImports: response is complete +Info 728 [13:13:19.332] collectAutoImports: 3.382114998996258 +Info 729 [13:13:19.332] getCompletionData: Semantic work: 4.253615003079176 +Info 730 [13:13:19.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4072819985449314 +Info 731 [13:13:19.337] Format host information updated +Info 732 [13:13:19.492] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 733 [13:13:19.499] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 7.227756001055241ms +Info 734 [13:13:19.499] Different program with same set of files +Info 735 [13:13:19.500] getCompletionData: Get current token: 0.004939001053571701 +Info 736 [13:13:19.500] getCompletionData: Is inside comment: 0.010432999581098557 +Info 737 [13:13:19.500] getCompletionData: Get previous token: 0.01292400062084198 +Info 738 [13:13:19.500] getCompletionsAtPosition: isCompletionListBlocker: 0.002499997615814209 +Info 739 [13:13:19.500] getExportInfoMap: cache hit +Info 740 [13:13:19.503] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 741 [13:13:19.503] collectAutoImports: response is complete +Info 742 [13:13:19.503] collectAutoImports: 2.4681000001728535 +Info 743 [13:13:19.503] getCompletionData: Semantic work: 3.023572999984026 +Info 744 [13:13:19.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2170980013906956 +Info 745 [13:13:19.506] Format host information updated +Info 746 [13:13:19.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 747 [13:13:19.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 24.649691000580788ms +Info 748 [13:13:19.642] Different program with same set of files +Info 749 [13:13:19.642] getCompletionData: Get current token: 0.021707996726036072 +Info 750 [13:13:19.642] getCompletionData: Is inside comment: 0.041982002556324005 +Info 751 [13:13:19.643] getCompletionData: Get previous token: 0.053310997784137726 +Info 752 [13:13:19.643] getCompletionsAtPosition: isCompletionListBlocker: 0.00858299806714058 +Info 753 [13:13:19.644] getExportInfoMap: cache hit +Info 754 [13:13:19.650] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 755 [13:13:19.650] collectAutoImports: response is complete +Info 756 [13:13:19.650] collectAutoImports: 6.047690000385046 +Info 757 [13:13:19.650] getCompletionData: Semantic work: 7.66737199947238 +Info 758 [13:13:19.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.411716997623444 +Info 759 [13:13:19.659] Format host information updated +Info 760 [13:13:20.140] Format host information updated +Info 761 [13:13:20.149] forEachExternalModuleToImportFrom autoImportProvider: 1.501945998519659 +Info 762 [13:13:21.932] Format host information updated +Info 763 [13:13:21.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 764 [13:13:21.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.603369999676943ms +Info 765 [13:13:21.945] Different program with same set of files +Info 766 [13:13:23.228] getCompletionData: Get current token: 0.0027580000460147858 +Info 767 [13:13:23.228] getCompletionData: Is inside comment: 0.01055699959397316 +Info 768 [13:13:23.228] getCompletionData: Get previous token: 0.006783999502658844 +Info 769 [13:13:23.228] getCompletionsAtPosition: isCompletionListBlocker: 0.011106997728347778 +Info 770 [13:13:23.229] getExportInfoMap: cache hit +Info 771 [13:13:23.253] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 772 [13:13:23.253] collectAutoImports: response is complete +Info 773 [13:13:23.253] collectAutoImports: 24.761078000068665 +Info 774 [13:13:23.253] getCompletionData: Semantic work: 25.641937997192144 +Info 775 [13:13:23.261] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.798458002507687 +Info 776 [13:13:24.373] getCompletionData: Get current token: 0.002560999244451523 +Info 777 [13:13:24.373] getCompletionData: Is inside comment: 0.009509999305009842 +Info 778 [13:13:24.373] getCompletionData: Get previous token: 0.006129000335931778 +Info 779 [13:13:24.373] getCompletionsAtPosition: isCompletionListBlocker: 0.009897999465465546 +Info 780 [13:13:24.374] getExportInfoMap: cache hit +Info 781 [13:13:24.392] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 782 [13:13:24.392] collectAutoImports: response is complete +Info 783 [13:13:24.392] collectAutoImports: 17.944077000021935 +Info 784 [13:13:24.392] getCompletionData: Semantic work: 18.48445700109005 +Info 785 [13:13:24.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.905841998755932 +Info 786 [13:13:24.910] getCompletionData: Get current token: 0.006416000425815582 +Info 787 [13:13:24.910] getCompletionData: Is inside comment: 0.05319199711084366 +Info 788 [13:13:24.910] getCompletionData: Get previous token: 0.014407999813556671 +Info 789 [13:13:24.911] getCompletionsAtPosition: isCompletionListBlocker: 0.016633998602628708 +Info 790 [13:13:24.911] getExportInfoMap: cache hit +Info 791 [13:13:24.932] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 792 [13:13:24.932] collectAutoImports: response is complete +Info 793 [13:13:24.932] collectAutoImports: 20.36795199662447 +Info 794 [13:13:24.932] getCompletionData: Semantic work: 21.403416998684406 +Info 795 [13:13:24.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.965340998023748 +Info 796 [13:13:25.147] Format host information updated +Info 797 [13:13:25.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 798 [13:13:25.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 7.34077700227499ms +Info 799 [13:13:25.155] Different program with same set of files +Info 800 [13:13:25.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 801 [13:13:25.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 7.138041000813246ms +Info 802 [13:13:25.270] Different program with same set of files +Info 803 [13:13:25.270] getCompletionData: Get current token: 0.003781002014875412 +Info 804 [13:13:25.270] getCompletionData: Is inside comment: 0.01265300065279007 +Info 805 [13:13:25.270] getCompletionData: Get previous token: 0.00801900029182434 +Info 806 [13:13:25.270] getCompletionsAtPosition: isCompletionListBlocker: 0.007667999714612961 +Info 807 [13:13:25.271] getExportInfoMap: cache hit +Info 808 [13:13:25.293] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 809 [13:13:25.293] collectAutoImports: response is complete +Info 810 [13:13:25.293] collectAutoImports: 22.47725500166416 +Info 811 [13:13:25.294] getCompletionData: Semantic work: 23.035103999078274 +Info 812 [13:13:25.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.32311300188303 +Info 813 [13:13:25.308] Format host information updated +Info 814 [13:13:25.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 815 [13:13:25.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 8.547024000436068ms +Info 816 [13:13:25.497] Different program with same set of files +Info 817 [13:13:25.497] getCompletionData: Get current token: 0.0029649995267391205 +Info 818 [13:13:25.497] getCompletionData: Is inside comment: 0.01042499765753746 +Info 819 [13:13:25.497] getCompletionData: Get previous token: 0.007263001054525375 +Info 820 [13:13:25.497] getCompletionsAtPosition: isCompletionListBlocker: 0.008781000971794128 +Info 821 [13:13:25.497] getExportInfoMap: cache hit +Info 822 [13:13:25.519] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 823 [13:13:25.519] collectAutoImports: response is complete +Info 824 [13:13:25.519] collectAutoImports: 21.182027999311686 +Info 825 [13:13:25.519] getCompletionData: Semantic work: 21.693728998303413 +Info 826 [13:13:25.527] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.039443001151085 +Info 827 [13:13:25.536] Format host information updated +Info 828 [13:13:25.562] Format host information updated +Info 829 [13:13:25.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 830 [13:13:25.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 8.314044002443552ms +Info 831 [13:13:25.570] Different program with same set of files +Info 832 [13:13:29.074] getCompletionData: Get current token: 0.004899997264146805 +Info 833 [13:13:29.074] getCompletionData: Is inside comment: 0.010326996445655823 +Info 834 [13:13:29.074] getCompletionData: Get previous token: 0.006659001111984253 +Info 835 [13:13:29.074] getCompletionsAtPosition: isCompletionListBlocker: 0.0035400018095970154 +Info 836 [13:13:29.075] getExportInfoMap: cache hit +Info 837 [13:13:29.097] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 838 [13:13:29.097] collectAutoImports: response is complete +Info 839 [13:13:29.097] collectAutoImports: 21.945293001830578 +Info 840 [13:13:29.097] getCompletionData: Semantic work: 22.565085001289845 +Info 841 [13:13:29.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.03388199955225 +Info 842 [13:13:29.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 843 [13:13:29.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 7.045840997248888ms +Info 844 [13:13:29.504] Different program with same set of files +Info 845 [13:13:29.504] getCompletionData: Get current token: 0.00513799861073494 +Info 846 [13:13:29.504] getCompletionData: Is inside comment: 0.01237500086426735 +Info 847 [13:13:29.505] getCompletionData: Get previous token: 0.007971998304128647 +Info 848 [13:13:29.505] getCompletionsAtPosition: isCompletionListBlocker: 0.0036539994180202484 +Info 849 [13:13:29.505] getExportInfoMap: cache hit +Info 850 [13:13:29.528] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 851 [13:13:29.528] collectAutoImports: response is complete +Info 852 [13:13:29.528] collectAutoImports: 23.31013100221753 +Info 853 [13:13:29.528] getCompletionData: Semantic work: 23.874531999230385 +Info 854 [13:13:29.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.691880997270346 +Info 855 [13:13:29.545] Format host information updated +Info 856 [13:13:29.571] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 857 [13:13:29.578] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 7.5302080027759075ms +Info 858 [13:13:29.578] Different program with same set of files +Info 859 [13:13:29.578] getCompletionData: Get current token: 0.004223998636007309 +Info 860 [13:13:29.578] getCompletionData: Is inside comment: 0.011713001877069473 +Info 861 [13:13:29.578] getCompletionData: Get previous token: 0.007414001971483231 +Info 862 [13:13:29.578] getCompletionsAtPosition: isCompletionListBlocker: 0.00804699957370758 +Info 863 [13:13:29.579] getExportInfoMap: cache hit +Info 864 [13:13:29.604] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 865 [13:13:29.604] collectAutoImports: response is complete +Info 866 [13:13:29.604] collectAutoImports: 24.599296998232603 +Info 867 [13:13:29.604] getCompletionData: Semantic work: 25.113350000232458 +Info 868 [13:13:29.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.635303001850843 +Info 869 [13:13:29.619] Format host information updated +Info 870 [13:13:29.670] getCompletionData: Get current token: 0.00396299734711647 +Info 871 [13:13:29.670] getCompletionData: Is inside comment: 0.012405000627040863 +Info 872 [13:13:29.670] getCompletionData: Get previous token: 0.008441999554634094 +Info 873 [13:13:29.670] getCompletionsAtPosition: isCompletionListBlocker: 0.004377000033855438 +Info 874 [13:13:29.670] Returning an empty list because completion was requested in an invalid position. +Info 875 [13:13:29.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 876 [13:13:29.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 6.962007999420166ms +Info 877 [13:13:29.957] Different program with same set of files +Info 878 [13:13:29.958] getCompletionData: Get current token: 0.0032589994370937347 +Info 879 [13:13:29.958] getCompletionData: Is inside comment: 0.010708000510931015 +Info 880 [13:13:29.958] getCompletionData: Get previous token: 0.012723002582788467 +Info 881 [13:13:29.958] getCompletionsAtPosition: isCompletionListBlocker: 0.0028429999947547913 +Info 882 [13:13:29.958] getExportInfoMap: cache hit +Info 883 [13:13:29.960] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 884 [13:13:29.960] collectAutoImports: response is complete +Info 885 [13:13:29.960] collectAutoImports: 1.9673799984157085 +Info 886 [13:13:29.960] getCompletionData: Semantic work: 2.453175999224186 +Info 887 [13:13:29.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9324830025434494 +Info 888 [13:13:29.963] Format host information updated +Info 889 [13:13:30.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 890 [13:13:30.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 6.924948997795582ms +Info 891 [13:13:30.449] Different program with same set of files +Info 892 [13:13:30.449] getCompletionData: Get current token: 0.003584001213312149 +Info 893 [13:13:30.449] getCompletionData: Is inside comment: 0.011888999491930008 +Info 894 [13:13:30.450] getCompletionData: Get previous token: 0.028826002031564713 +Info 895 [13:13:30.450] getCompletionsAtPosition: isCompletionListBlocker: 0.0026610009372234344 +Info 896 [13:13:30.450] getExportInfoMap: cache hit +Info 897 [13:13:30.471] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 898 [13:13:30.471] collectAutoImports: response is complete +Info 899 [13:13:30.471] collectAutoImports: 20.947792001068592 +Info 900 [13:13:30.471] getCompletionData: Semantic work: 21.458840999752283 +Info 901 [13:13:30.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.734384000301361 +Info 902 [13:13:30.490] Format host information updated +Info 903 [13:13:30.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 904 [13:13:30.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 8.478401001542807ms +Info 905 [13:13:30.952] Different program with same set of files +Info 906 [13:13:30.952] getCompletionData: Get current token: 0.004210997372865677 +Info 907 [13:13:30.952] getCompletionData: Is inside comment: 0.015650000423192978 +Info 908 [13:13:30.953] getCompletionData: Get previous token: 0.02018299698829651 +Info 909 [13:13:30.953] getCompletionsAtPosition: isCompletionListBlocker: 0.003035999834537506 +Info 910 [13:13:30.953] getExportInfoMap: cache hit +Info 911 [13:13:30.964] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 912 [13:13:30.964] collectAutoImports: response is complete +Info 913 [13:13:30.964] collectAutoImports: 10.593809001147747 +Info 914 [13:13:30.964] getCompletionData: Semantic work: 11.349684998393059 +Info 915 [13:13:30.968] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5290829986333847 +Info 916 [13:13:30.970] Format host information updated +Info 917 [13:13:31.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 918 [13:13:31.018] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 11.921819001436234ms +Info 919 [13:13:31.018] Different program with same set of files +Info 920 [13:13:31.018] getCompletionData: Get current token: 0.00684100016951561 +Info 921 [13:13:31.018] getCompletionData: Is inside comment: 0.022392001003026962 +Info 922 [13:13:31.018] getCompletionData: Get previous token: 0.029061999171972275 +Info 923 [13:13:31.018] getCompletionsAtPosition: isCompletionListBlocker: 0.00407399982213974 +Info 924 [13:13:31.019] getExportInfoMap: cache hit +Info 925 [13:13:31.028] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 926 [13:13:31.028] collectAutoImports: response is complete +Info 927 [13:13:31.028] collectAutoImports: 8.23054999858141 +Info 928 [13:13:31.028] getCompletionData: Semantic work: 9.224717997014523 +Info 929 [13:13:31.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.542501002550125 +Info 930 [13:13:31.037] Format host information updated +Info 931 [13:13:31.229] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 932 [13:13:31.236] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 7.419224001467228ms +Info 933 [13:13:31.236] Different program with same set of files +Info 934 [13:13:31.236] getCompletionData: Get current token: 0.003731001168489456 +Info 935 [13:13:31.236] getCompletionData: Is inside comment: 0.012748997658491135 +Info 936 [13:13:31.236] getCompletionData: Get previous token: 0.01633399724960327 +Info 937 [13:13:31.237] getCompletionsAtPosition: isCompletionListBlocker: 0.0027069970965385437 +Info 938 [13:13:31.237] getExportInfoMap: cache hit +Info 939 [13:13:31.245] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 940 [13:13:31.245] collectAutoImports: response is complete +Info 941 [13:13:31.245] collectAutoImports: 7.584307000041008 +Info 942 [13:13:31.245] getCompletionData: Semantic work: 8.078019000589848 +Info 943 [13:13:31.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.01919100061059 +Info 944 [13:13:31.250] Format host information updated +Info 945 [13:13:31.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 946 [13:13:31.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 7.958838999271393ms +Info 947 [13:13:31.400] Different program with same set of files +Info 948 [13:13:31.400] getCompletionData: Get current token: 0.0048700012266635895 +Info 949 [13:13:31.400] getCompletionData: Is inside comment: 0.016451001167297363 +Info 950 [13:13:31.400] getCompletionData: Get previous token: 0.01069600135087967 +Info 951 [13:13:31.400] getCompletionsAtPosition: isCompletionListBlocker: 0.002884000539779663 +Info 952 [13:13:31.401] getExportInfoMap: cache hit +Info 953 [13:13:31.428] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 954 [13:13:31.429] collectAutoImports: response is complete +Info 955 [13:13:31.429] collectAutoImports: 27.785537000745535 +Info 956 [13:13:31.429] getCompletionData: Semantic work: 28.327381998300552 +Info 957 [13:13:31.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.311523001641035 +Info 958 [13:13:31.447] Format host information updated +Info 959 [13:13:31.594] Format host information updated +Info 960 [13:13:31.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 961 [13:13:31.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 7.886241000145674ms +Info 962 [13:13:31.602] Different program with same set of files +Info 963 [13:13:31.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 964 [13:13:31.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 9.393957000225782ms +Info 965 [13:13:31.697] Different program with same set of files +Info 966 [13:13:31.698] getCompletionData: Get current token: 0.0038110017776489258 +Info 967 [13:13:31.698] getCompletionData: Is inside comment: 0.012500002980232239 +Info 968 [13:13:31.698] getCompletionData: Get previous token: 0.01600399985909462 +Info 969 [13:13:31.698] getCompletionsAtPosition: isCompletionListBlocker: 0.002764001488685608 +Info 970 [13:13:31.698] getExportInfoMap: cache hit +Info 971 [13:13:31.703] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 972 [13:13:31.703] collectAutoImports: response is complete +Info 973 [13:13:31.703] collectAutoImports: 4.646840002387762 +Info 974 [13:13:31.703] getCompletionData: Semantic work: 5.142076000571251 +Info 975 [13:13:31.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.381018999963999 +Info 976 [13:13:31.707] Format host information updated +Info 977 [13:13:31.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 978 [13:13:31.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 7.487762000411749ms +Info 979 [13:13:31.814] Different program with same set of files +Info 980 [13:13:31.814] getCompletionData: Get current token: 0.003994002938270569 +Info 981 [13:13:31.814] getCompletionData: Is inside comment: 0.013787999749183655 +Info 982 [13:13:31.814] getCompletionData: Get previous token: 0.017517998814582825 +Info 983 [13:13:31.814] getCompletionsAtPosition: isCompletionListBlocker: 0.0029789991676807404 +Info 984 [13:13:31.815] getExportInfoMap: cache hit +Info 985 [13:13:31.820] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 170 from cache +Info 986 [13:13:31.820] collectAutoImports: response is complete +Info 987 [13:13:31.821] collectAutoImports: 5.9292670004069805 +Info 988 [13:13:31.821] getCompletionData: Semantic work: 6.508473999798298 +Info 989 [13:13:31.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.384560000151396 +Info 990 [13:13:31.824] Format host information updated +Info 991 [13:13:32.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 992 [13:13:32.107] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 9.56292099878192ms +Info 993 [13:13:32.107] Different program with same set of files +Info 994 [13:13:32.107] getCompletionData: Get current token: 0.0038460008800029755 +Info 995 [13:13:32.107] getCompletionData: Is inside comment: 0.014798998832702637 +Info 996 [13:13:32.107] getCompletionData: Get previous token: 0.019186999648809433 +Info 997 [13:13:32.108] getCompletionsAtPosition: isCompletionListBlocker: 0.003237999975681305 +Info 998 [13:13:32.108] getExportInfoMap: cache hit +Info 999 [13:13:32.113] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 1000 [13:13:32.113] collectAutoImports: response is complete +Info 1001 [13:13:32.113] collectAutoImports: 5.0316100008785725 +Info 1002 [13:13:32.113] getCompletionData: Semantic work: 5.604031000286341 +Info 1003 [13:13:32.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7011409997940063 +Info 1004 [13:13:32.118] Format host information updated +Info 1005 [13:13:32.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1006 [13:13:32.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 7.015940003097057ms +Info 1007 [13:13:32.352] Different program with same set of files +Info 1008 [13:13:32.352] getCompletionData: Get current token: 0.0035719983279705048 +Info 1009 [13:13:32.352] getCompletionData: Is inside comment: 0.011982999742031097 +Info 1010 [13:13:32.352] getCompletionData: Get previous token: 0.015273001044988632 +Info 1011 [13:13:32.352] getCompletionsAtPosition: isCompletionListBlocker: 0.005264997482299805 +Info 1012 [13:13:32.352] getExportInfoMap: cache hit +Info 1013 [13:13:32.356] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 92 from cache +Info 1014 [13:13:32.356] collectAutoImports: response is complete +Info 1015 [13:13:32.356] collectAutoImports: 3.202121000736952 +Info 1016 [13:13:32.356] getCompletionData: Semantic work: 3.7265749983489513 +Info 1017 [13:13:32.358] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.025662999600172 +Info 1018 [13:13:32.359] Format host information updated +Info 1019 [13:13:32.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1020 [13:13:32.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 10.410137999802828ms +Info 1021 [13:13:32.429] Different program with same set of files +Info 1022 [13:13:32.429] getCompletionData: Get current token: 0.0073539987206459045 +Info 1023 [13:13:32.429] getCompletionData: Is inside comment: 0.022204000502824783 +Info 1024 [13:13:32.429] getCompletionData: Get previous token: 0.029571998864412308 +Info 1025 [13:13:32.429] getCompletionsAtPosition: isCompletionListBlocker: 0.008764997124671936 +Info 1026 [13:13:32.430] getExportInfoMap: cache hit +Info 1027 [13:13:32.436] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 1028 [13:13:32.436] collectAutoImports: response is complete +Info 1029 [13:13:32.436] collectAutoImports: 6.158342998474836 +Info 1030 [13:13:32.436] getCompletionData: Semantic work: 7.037066999822855 +Info 1031 [13:13:32.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8705829977989197 +Info 1032 [13:13:32.441] Format host information updated +Info 1033 [13:13:32.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1034 [13:13:32.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 26.84486399963498ms +Info 1035 [13:13:32.531] Different program with same set of files +Info 1036 [13:13:32.532] getCompletionData: Get current token: 0.02274399995803833 +Info 1037 [13:13:32.532] getCompletionData: Is inside comment: 0.06940800324082375 +Info 1038 [13:13:32.532] getCompletionData: Get previous token: 0.09720900282263756 +Info 1039 [13:13:32.532] getCompletionsAtPosition: isCompletionListBlocker: 0.009932000190019608 +Info 1040 [13:13:32.534] getExportInfoMap: cache hit +Info 1041 [13:13:32.540] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 1042 [13:13:32.540] collectAutoImports: response is complete +Info 1043 [13:13:32.540] collectAutoImports: 5.439118999987841 +Info 1044 [13:13:32.540] getCompletionData: Semantic work: 7.758891999721527 +Info 1045 [13:13:32.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.287057001143694 +Info 1046 [13:13:32.545] Format host information updated +Info 1047 [13:13:32.566] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1048 [13:13:32.576] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 10.277334999293089ms +Info 1049 [13:13:32.576] Different program with same set of files +Info 1050 [13:13:32.576] getCompletionData: Get current token: 0.004213999956846237 +Info 1051 [13:13:32.576] getCompletionData: Is inside comment: 0.013516001403331757 +Info 1052 [13:13:32.576] getCompletionData: Get previous token: 0.01774199679493904 +Info 1053 [13:13:32.576] getCompletionsAtPosition: isCompletionListBlocker: 0.0029780007898807526 +Info 1054 [13:13:32.577] getExportInfoMap: cache hit +Info 1055 [13:13:32.600] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1056 [13:13:32.600] collectAutoImports: response is complete +Info 1057 [13:13:32.600] collectAutoImports: 22.691710002720356 +Info 1058 [13:13:32.600] getCompletionData: Semantic work: 23.293076999485493 +Info 1059 [13:13:32.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.01706799864769 +Info 1060 [13:13:32.616] Format host information updated +Info 1061 [13:13:32.731] getCompletionData: Get current token: 0.0069939978420734406 +Info 1062 [13:13:32.731] getCompletionData: Is inside comment: 0.01927899941802025 +Info 1063 [13:13:32.731] getCompletionData: Get previous token: 0.013326000422239304 +Info 1064 [13:13:32.731] getCompletionsAtPosition: isCompletionListBlocker: 0.010864999145269394 +Info 1065 [13:13:32.732] getExportInfoMap: cache hit +Info 1066 [13:13:32.754] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1067 [13:13:32.754] collectAutoImports: response is complete +Info 1068 [13:13:32.754] collectAutoImports: 21.673624999821186 +Info 1069 [13:13:32.754] getCompletionData: Semantic work: 22.284597001969814 +Info 1070 [13:13:32.762] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.227233000099659 +Info 1071 [13:13:32.900] Format host information updated +Info 1072 [13:13:32.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1073 [13:13:32.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 7.646079998463392ms +Info 1074 [13:13:32.908] Different program with same set of files +Info 1075 [13:13:32.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1076 [13:13:32.969] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 7.10538000240922ms +Info 1077 [13:13:32.969] Different program with same set of files +Info 1078 [13:13:32.969] getCompletionData: Get current token: 0.0032200030982494354 +Info 1079 [13:13:32.970] getCompletionData: Is inside comment: 0.012952998280525208 +Info 1080 [13:13:32.970] getCompletionData: Get previous token: 0.007878001779317856 +Info 1081 [13:13:32.970] getCompletionsAtPosition: isCompletionListBlocker: 0.08572500199079514 +Info 1082 [13:13:32.970] getExportInfoMap: cache hit +Info 1083 [13:13:32.995] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1084 [13:13:32.996] collectAutoImports: response is complete +Info 1085 [13:13:32.996] collectAutoImports: 25.25307000055909 +Info 1086 [13:13:32.996] getCompletionData: Semantic work: 25.853046000003815 +Info 1087 [13:13:33.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.9840759970247746 +Info 1088 [13:13:33.010] Format host information updated +Info 1089 [13:13:33.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1090 [13:13:33.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 6.767903000116348ms +Info 1091 [13:13:33.217] Different program with same set of files +Info 1092 [13:13:33.217] getCompletionData: Get current token: 0.004062000662088394 +Info 1093 [13:13:33.217] getCompletionData: Is inside comment: 0.011541999876499176 +Info 1094 [13:13:33.217] getCompletionData: Get previous token: 0.007029000669717789 +Info 1095 [13:13:33.217] getCompletionsAtPosition: isCompletionListBlocker: 0.010931000113487244 +Info 1096 [13:13:33.218] getExportInfoMap: cache hit +Info 1097 [13:13:33.239] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1098 [13:13:33.239] collectAutoImports: response is complete +Info 1099 [13:13:33.239] collectAutoImports: 21.71706200018525 +Info 1100 [13:13:33.239] getCompletionData: Semantic work: 22.2250270023942 +Info 1101 [13:13:33.249] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.67534999921918 +Info 1102 [13:13:33.257] Format host information updated +Info 1103 [13:13:33.271] Format host information updated +Info 1104 [13:13:33.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1105 [13:13:33.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 9.49448300153017ms +Info 1106 [13:13:33.281] Different program with same set of files +Info 1107 [13:13:33.663] getCompletionData: Get current token: 0.0023300014436244965 +Info 1108 [13:13:33.663] getCompletionData: Is inside comment: 0.01030699908733368 +Info 1109 [13:13:33.663] getCompletionData: Get previous token: 0.006798997521400452 +Info 1110 [13:13:33.663] getCompletionsAtPosition: isCompletionListBlocker: 0.01552099734544754 +Info 1111 [13:13:33.664] getExportInfoMap: cache hit +Info 1112 [13:13:33.686] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1113 [13:13:33.686] collectAutoImports: response is complete +Info 1114 [13:13:33.686] collectAutoImports: 21.63027499988675 +Info 1115 [13:13:33.686] getCompletionData: Semantic work: 22.35817300155759 +Info 1116 [13:13:33.693] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.959258999675512 +Info 1117 [13:13:34.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1118 [13:13:34.612] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 9.350657999515533ms +Info 1119 [13:13:34.612] Different program with same set of files +Info 1120 [13:13:34.612] getCompletionData: Get current token: 0.0032979995012283325 +Info 1121 [13:13:34.612] getCompletionData: Is inside comment: 0.01139100268483162 +Info 1122 [13:13:34.612] getCompletionData: Get previous token: 0.014037001878023148 +Info 1123 [13:13:34.612] getCompletionsAtPosition: isCompletionListBlocker: 0.007552001625299454 +Info 1124 [13:13:34.612] getExportInfoMap: cache hit +Info 1125 [13:13:34.615] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 40 from cache +Info 1126 [13:13:34.615] collectAutoImports: response is complete +Info 1127 [13:13:34.615] collectAutoImports: 2.3260909989476204 +Info 1128 [13:13:34.615] getCompletionData: Semantic work: 2.8770599998533726 +Info 1129 [13:13:34.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7520970031619072 +Info 1130 [13:13:34.617] Format host information updated +Info 1131 [13:13:34.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1132 [13:13:34.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 10.166642002761364ms +Info 1133 [13:13:34.683] Different program with same set of files +Info 1134 [13:13:34.683] getCompletionData: Get current token: 0.003353998064994812 +Info 1135 [13:13:34.683] getCompletionData: Is inside comment: 0.011709999293088913 +Info 1136 [13:13:34.683] getCompletionData: Get previous token: 0.015545997768640518 +Info 1137 [13:13:34.683] getCompletionsAtPosition: isCompletionListBlocker: 0.008193999528884888 +Info 1138 [13:13:34.684] getExportInfoMap: cache hit +Info 1139 [13:13:34.686] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 1140 [13:13:34.686] collectAutoImports: response is complete +Info 1141 [13:13:34.686] collectAutoImports: 2.1588930003345013 +Info 1142 [13:13:34.686] getCompletionData: Semantic work: 2.7305929996073246 +Info 1143 [13:13:34.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5550960004329681 +Info 1144 [13:13:34.688] Format host information updated +Info 1145 [13:13:35.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1146 [13:13:35.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 9.372769001871347ms +Info 1147 [13:13:35.053] Different program with same set of files +Info 1148 [13:13:35.053] getCompletionData: Get current token: 0.0033650025725364685 +Info 1149 [13:13:35.053] getCompletionData: Is inside comment: 0.012761998921632767 +Info 1150 [13:13:35.053] getCompletionData: Get previous token: 0.015951000154018402 +Info 1151 [13:13:35.053] getCompletionsAtPosition: isCompletionListBlocker: 0.008232999593019485 +Info 1152 [13:13:35.054] getExportInfoMap: cache hit +Info 1153 [13:13:35.056] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 40 from cache +Info 1154 [13:13:35.056] collectAutoImports: response is complete +Info 1155 [13:13:35.056] collectAutoImports: 2.564810998737812 +Info 1156 [13:13:35.056] getCompletionData: Semantic work: 3.170235998928547 +Info 1157 [13:13:35.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8102770000696182 +Info 1158 [13:13:35.059] Format host information updated +Info 1159 [13:13:36.484] Format host information updated +Info 1160 [13:13:36.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1161 [13:13:36.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 7.46908999979496ms +Info 1162 [13:13:36.492] Different program with same set of files +Info 1163 [13:13:36.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1164 [13:13:36.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 6.925503000617027ms +Info 1165 [13:13:36.680] Different program with same set of files +Info 1166 [13:13:36.680] getCompletionData: Get current token: 0.003272000700235367 +Info 1167 [13:13:36.680] getCompletionData: Is inside comment: 0.011817000806331635 +Info 1168 [13:13:36.681] getCompletionData: Get previous token: 0.015150997787714005 +Info 1169 [13:13:36.681] getCompletionsAtPosition: isCompletionListBlocker: 0.007865998893976212 +Info 1170 [13:13:36.681] getExportInfoMap: cache hit +Info 1171 [13:13:36.689] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 679 from cache +Info 1172 [13:13:36.689] collectAutoImports: response is complete +Info 1173 [13:13:36.689] collectAutoImports: 8.154644999653101 +Info 1174 [13:13:36.689] getCompletionData: Semantic work: 8.693225000053644 +Info 1175 [13:13:36.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.924711000174284 +Info 1176 [13:13:36.694] Format host information updated +Info 1177 [13:13:36.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1178 [13:13:36.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 6.8988820016384125ms +Info 1179 [13:13:36.853] Different program with same set of files +Info 1180 [13:13:36.853] getCompletionData: Get current token: 0.0041189976036548615 +Info 1181 [13:13:36.853] getCompletionData: Is inside comment: 0.01252400130033493 +Info 1182 [13:13:36.853] getCompletionData: Get previous token: 0.015643998980522156 +Info 1183 [13:13:36.853] getCompletionsAtPosition: isCompletionListBlocker: 0.007318999618291855 +Info 1184 [13:13:36.853] getExportInfoMap: cache hit +Info 1185 [13:13:36.858] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 314 from cache +Info 1186 [13:13:36.858] collectAutoImports: response is complete +Info 1187 [13:13:36.858] collectAutoImports: 4.2146439999341965 +Info 1188 [13:13:36.858] getCompletionData: Semantic work: 4.770456001162529 +Info 1189 [13:13:36.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.271186999976635 +Info 1190 [13:13:36.863] Format host information updated +Info 1191 [13:13:37.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1192 [13:13:37.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 8.931708000600338ms +Info 1193 [13:13:37.384] Different program with same set of files +Info 1194 [13:13:37.384] getCompletionData: Get current token: 0.003412000834941864 +Info 1195 [13:13:37.384] getCompletionData: Is inside comment: 0.01139099895954132 +Info 1196 [13:13:37.384] getCompletionData: Get previous token: 0.014327000826597214 +Info 1197 [13:13:37.384] getCompletionsAtPosition: isCompletionListBlocker: 0.007337998598814011 +Info 1198 [13:13:37.384] getExportInfoMap: cache hit +Info 1199 [13:13:37.387] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 96 from cache +Info 1200 [13:13:37.387] collectAutoImports: response is complete +Info 1201 [13:13:37.387] collectAutoImports: 2.8156620003283024 +Info 1202 [13:13:37.387] getCompletionData: Semantic work: 3.402702998369932 +Info 1203 [13:13:37.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7614459991455078 +Info 1204 [13:13:37.390] Format host information updated +Info 1205 [13:13:37.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1206 [13:13:37.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 11.655342999845743ms +Info 1207 [13:13:37.548] Different program with same set of files +Info 1208 [13:13:37.548] getCompletionData: Get current token: 0.007694002240896225 +Info 1209 [13:13:37.548] getCompletionData: Is inside comment: 0.02387700229883194 +Info 1210 [13:13:37.549] getCompletionData: Get previous token: 0.03189000114798546 +Info 1211 [13:13:37.549] getCompletionsAtPosition: isCompletionListBlocker: 0.010012999176979065 +Info 1212 [13:13:37.549] getExportInfoMap: cache hit +Info 1213 [13:13:37.554] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1214 [13:13:37.554] collectAutoImports: response is complete +Info 1215 [13:13:37.554] collectAutoImports: 4.165483001619577 +Info 1216 [13:13:37.554] getCompletionData: Semantic work: 5.022971000522375 +Info 1217 [13:13:37.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3024480007588863 +Info 1218 [13:13:37.562] Format host information updated +Info 1219 [13:13:37.807] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1220 [13:13:37.815] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 8.045752000063658ms +Info 1221 [13:13:37.815] Different program with same set of files +Info 1222 [13:13:37.815] getCompletionData: Get current token: 0.00337199866771698 +Info 1223 [13:13:37.815] getCompletionData: Is inside comment: 0.012999001890420914 +Info 1224 [13:13:37.815] getCompletionData: Get previous token: 0.00857900083065033 +Info 1225 [13:13:37.815] getCompletionsAtPosition: isCompletionListBlocker: 0.013483002781867981 +Info 1226 [13:13:37.816] getExportInfoMap: cache hit +Info 1227 [13:13:37.848] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1228 [13:13:37.848] collectAutoImports: response is complete +Info 1229 [13:13:37.848] collectAutoImports: 31.63135899975896 +Info 1230 [13:13:37.848] getCompletionData: Semantic work: 32.34890500083566 +Info 1231 [13:13:37.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.05137699842453 +Info 1232 [13:13:37.865] Format host information updated +Info 1233 [13:13:37.970] getCompletionData: Get current token: 0.019235998392105103 +Info 1234 [13:13:37.970] getCompletionData: Is inside comment: 0.06313800066709518 +Info 1235 [13:13:37.970] getCompletionData: Get previous token: 0.04436800256371498 +Info 1236 [13:13:37.971] getCompletionsAtPosition: isCompletionListBlocker: 0.009042002260684967 +Info 1237 [13:13:37.973] getExportInfoMap: cache hit +Info 1238 [13:13:38.027] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1239 [13:13:38.027] collectAutoImports: response is complete +Info 1240 [13:13:38.027] collectAutoImports: 53.28148099780083 +Info 1241 [13:13:38.027] getCompletionData: Semantic work: 56.5150570012629 +Info 1242 [13:13:38.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.540882002562284 +Info 1243 [13:13:38.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1244 [13:13:38.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 9.422687999904156ms +Info 1245 [13:13:38.640] Different program with same set of files +Info 1246 [13:13:38.640] getCompletionData: Get current token: 0.0037100017070770264 +Info 1247 [13:13:38.640] getCompletionData: Is inside comment: 0.013034999370574951 +Info 1248 [13:13:38.640] getCompletionData: Get previous token: 0.01770000159740448 +Info 1249 [13:13:38.640] getCompletionsAtPosition: isCompletionListBlocker: 0.00273200124502182 +Info 1250 [13:13:38.641] getExportInfoMap: cache hit +Info 1251 [13:13:38.643] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 1252 [13:13:38.643] collectAutoImports: response is complete +Info 1253 [13:13:38.643] collectAutoImports: 2.573088999837637 +Info 1254 [13:13:38.643] getCompletionData: Semantic work: 3.099812999367714 +Info 1255 [13:13:38.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8606479987502098 +Info 1256 [13:13:38.646] Format host information updated +Info 1257 [13:13:38.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1258 [13:13:38.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 8.199154000729322ms +Info 1259 [13:13:38.837] Different program with same set of files +Info 1260 [13:13:38.837] getCompletionData: Get current token: 0.004946999251842499 +Info 1261 [13:13:38.837] getCompletionData: Is inside comment: 0.01613999903202057 +Info 1262 [13:13:38.837] getCompletionData: Get previous token: 0.020583000034093857 +Info 1263 [13:13:38.837] getCompletionsAtPosition: isCompletionListBlocker: 0.0029860027134418488 +Info 1264 [13:13:38.838] getExportInfoMap: cache hit +Info 1265 [13:13:38.841] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1266 [13:13:38.841] collectAutoImports: response is complete +Info 1267 [13:13:38.841] collectAutoImports: 2.754120998084545 +Info 1268 [13:13:38.841] getCompletionData: Semantic work: 3.3450429998338223 +Info 1269 [13:13:38.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.857533998787403 +Info 1270 [13:13:38.845] Format host information updated +Info 1271 [13:13:38.970] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1272 [13:13:38.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 7.400762002915144ms +Info 1273 [13:13:38.978] Different program with same set of files +Info 1274 [13:13:38.978] getCompletionData: Get current token: 0.0047760009765625 +Info 1275 [13:13:38.978] getCompletionData: Is inside comment: 0.014065999537706375 +Info 1276 [13:13:38.978] getCompletionData: Get previous token: 0.017225001007318497 +Info 1277 [13:13:38.978] getCompletionsAtPosition: isCompletionListBlocker: 0.003233999013900757 +Info 1278 [13:13:38.979] getExportInfoMap: cache hit +Info 1279 [13:13:38.981] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 1280 [13:13:38.981] collectAutoImports: response is complete +Info 1281 [13:13:38.981] collectAutoImports: 2.1027220003306866 +Info 1282 [13:13:38.981] getCompletionData: Semantic work: 2.642884999513626 +Info 1283 [13:13:38.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6717670001089573 +Info 1284 [13:13:38.983] Format host information updated +Info 1285 [13:13:39.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1286 [13:13:39.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 7.432866003364325ms +Info 1287 [13:13:39.147] Different program with same set of files +Info 1288 [13:13:39.148] getCompletionData: Get current token: 0.004437003284692764 +Info 1289 [13:13:39.148] getCompletionData: Is inside comment: 0.025120999664068222 +Info 1290 [13:13:39.148] getCompletionData: Get previous token: 0.017584998160600662 +Info 1291 [13:13:39.148] getCompletionsAtPosition: isCompletionListBlocker: 0.003054998815059662 +Info 1292 [13:13:39.148] getExportInfoMap: cache hit +Info 1293 [13:13:39.152] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 1294 [13:13:39.152] collectAutoImports: response is complete +Info 1295 [13:13:39.152] collectAutoImports: 3.4278890006244183 +Info 1296 [13:13:39.152] getCompletionData: Semantic work: 3.938806001096964 +Info 1297 [13:13:39.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7354479990899563 +Info 1298 [13:13:39.154] Format host information updated +Info 1299 [13:13:39.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1300 [13:13:39.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 7.019370999187231ms +Info 1301 [13:13:39.275] Different program with same set of files +Info 1302 [13:13:39.275] getCompletionData: Get current token: 0.0046599991619586945 +Info 1303 [13:13:39.275] getCompletionData: Is inside comment: 0.015237998217344284 +Info 1304 [13:13:39.276] getCompletionData: Get previous token: 0.018626999109983444 +Info 1305 [13:13:39.276] getCompletionsAtPosition: isCompletionListBlocker: 0.002916000783443451 +Info 1306 [13:13:39.276] getExportInfoMap: cache hit +Info 1307 [13:13:39.278] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1308 [13:13:39.278] collectAutoImports: response is complete +Info 1309 [13:13:39.278] collectAutoImports: 1.9564290009438992 +Info 1310 [13:13:39.278] getCompletionData: Semantic work: 2.5237810015678406 +Info 1311 [13:13:39.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7692039981484413 +Info 1312 [13:13:39.281] Format host information updated +Info 1313 [13:13:39.388] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1314 [13:13:39.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 33.03561099991202ms +Info 1315 [13:13:39.421] Different program with same set of files +Info 1316 [13:13:39.422] getCompletionData: Get current token: 0.016347002238035202 +Info 1317 [13:13:39.422] getCompletionData: Is inside comment: 0.049938999116420746 +Info 1318 [13:13:39.422] getCompletionData: Get previous token: 0.15277300029993057 +Info 1319 [13:13:39.422] getCompletionsAtPosition: isCompletionListBlocker: 0.00739699974656105 +Info 1320 [13:13:39.424] getExportInfoMap: cache hit +Info 1321 [13:13:39.428] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1322 [13:13:39.428] collectAutoImports: response is complete +Info 1323 [13:13:39.428] collectAutoImports: 4.389614999294281 +Info 1324 [13:13:39.428] getCompletionData: Semantic work: 6.049047000706196 +Info 1325 [13:13:39.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4143449999392033 +Info 1326 [13:13:39.433] Format host information updated +Info 1327 [13:13:39.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1328 [13:13:39.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 7.162255000323057ms +Info 1329 [13:13:39.458] Different program with same set of files +Info 1330 [13:13:39.458] getCompletionData: Get current token: 0.004581999033689499 +Info 1331 [13:13:39.458] getCompletionData: Is inside comment: 0.015500001609325409 +Info 1332 [13:13:39.458] getCompletionData: Get previous token: 0.0173800028860569 +Info 1333 [13:13:39.458] getCompletionsAtPosition: isCompletionListBlocker: 0.0029769986867904663 +Info 1334 [13:13:39.459] getExportInfoMap: cache hit +Info 1335 [13:13:39.481] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1336 [13:13:39.481] collectAutoImports: response is complete +Info 1337 [13:13:39.481] collectAutoImports: 22.41626200079918 +Info 1338 [13:13:39.481] getCompletionData: Semantic work: 22.92908000200987 +Info 1339 [13:13:39.489] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.726868998259306 +Info 1340 [13:13:39.496] Format host information updated +Info 1341 [13:13:41.231] Format host information updated +Info 1342 [13:13:41.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1343 [13:13:41.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 6.904256001114845ms +Info 1344 [13:13:41.238] Different program with same set of files +Info 1345 [13:13:41.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1346 [13:13:41.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 7.056688003242016ms +Info 1347 [13:13:41.338] Different program with same set of files +Info 1348 [13:13:41.338] getCompletionData: Get current token: 0.0030830018222332 +Info 1349 [13:13:41.338] getCompletionData: Is inside comment: 0.010958001017570496 +Info 1350 [13:13:41.338] getCompletionData: Get previous token: 0.014662999659776688 +Info 1351 [13:13:41.338] getCompletionsAtPosition: isCompletionListBlocker: 0.031318001449108124 +Info 1352 [13:13:41.338] getExportInfoMap: cache hit +Info 1353 [13:13:41.347] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 1354 [13:13:41.347] collectAutoImports: response is complete +Info 1355 [13:13:41.347] collectAutoImports: 8.445354998111725 +Info 1356 [13:13:41.347] getCompletionData: Semantic work: 9.074322000145912 +Info 1357 [13:13:41.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.548622000962496 +Info 1358 [13:13:41.351] Format host information updated +Info 1359 [13:13:41.854] Format host information updated +Info 1360 [13:13:41.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1361 [13:13:41.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 6.9327739998698235ms +Info 1362 [13:13:41.861] Different program with same set of files +Info 1363 [13:13:41.997] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1364 [13:13:42.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 7.38230599835515ms +Info 1365 [13:13:42.005] Different program with same set of files +Info 1366 [13:13:42.005] getCompletionData: Get current token: 0.004958000034093857 +Info 1367 [13:13:42.005] getCompletionData: Is inside comment: 0.012134000658988953 +Info 1368 [13:13:42.005] getCompletionData: Get previous token: 0.009188998490571976 +Info 1369 [13:13:42.005] getCompletionsAtPosition: isCompletionListBlocker: 0.007954999804496765 +Info 1370 [13:13:42.005] getExportInfoMap: cache hit +Info 1371 [13:13:42.030] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1372 [13:13:42.030] collectAutoImports: response is complete +Info 1373 [13:13:42.030] collectAutoImports: 24.85548299923539 +Info 1374 [13:13:42.030] getCompletionData: Semantic work: 25.47001200169325 +Info 1375 [13:13:42.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.859435997903347 +Info 1376 [13:13:42.045] Format host information updated +Info 1377 [13:13:42.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1378 [13:13:42.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 8.84739300236106ms +Info 1379 [13:13:42.256] Different program with same set of files +Info 1380 [13:13:42.256] getCompletionData: Get current token: 0.0032819993793964386 +Info 1381 [13:13:42.256] getCompletionData: Is inside comment: 0.009211000055074692 +Info 1382 [13:13:42.256] getCompletionData: Get previous token: 0.00738699734210968 +Info 1383 [13:13:42.256] getCompletionsAtPosition: isCompletionListBlocker: 0.011136997491121292 +Info 1384 [13:13:42.257] getExportInfoMap: cache hit +Info 1385 [13:13:42.277] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1386 [13:13:42.277] collectAutoImports: response is complete +Info 1387 [13:13:42.277] collectAutoImports: 20.28558500111103 +Info 1388 [13:13:42.277] getCompletionData: Semantic work: 21.03210799768567 +Info 1389 [13:13:42.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.271554000675678 +Info 1390 [13:13:42.292] Format host information updated +Info 1391 [13:13:43.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1392 [13:13:43.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 7.424041002988815ms +Info 1393 [13:13:43.116] Different program with same set of files +Info 1394 [13:13:43.116] getCompletionData: Get current token: 0.005147002637386322 +Info 1395 [13:13:43.116] getCompletionData: Is inside comment: 0.00923600047826767 +Info 1396 [13:13:43.116] getCompletionData: Get previous token: 0.0070209987461566925 +Info 1397 [13:13:43.116] getCompletionsAtPosition: isCompletionListBlocker: 0.00677100196480751 +Info 1398 [13:13:43.117] getExportInfoMap: cache hit +Info 1399 [13:13:43.136] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1400 [13:13:43.136] collectAutoImports: response is complete +Info 1401 [13:13:43.136] collectAutoImports: 18.99177199974656 +Info 1402 [13:13:43.136] getCompletionData: Semantic work: 19.498324003070593 +Info 1403 [13:13:43.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.392108000814915 +Info 1404 [13:13:43.151] Format host information updated +Info 1405 [13:13:43.302] Format host information updated +Info 1406 [13:13:43.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1407 [13:13:43.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 7.702769998461008ms +Info 1408 [13:13:43.310] Different program with same set of files +Info 1409 [13:13:43.552] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1410 [13:13:43.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 7.197163000702858ms +Info 1411 [13:13:43.559] Different program with same set of files +Info 1412 [13:13:43.560] getCompletionData: Get current token: 0.0037869997322559357 +Info 1413 [13:13:43.560] getCompletionData: Is inside comment: 0.009004000574350357 +Info 1414 [13:13:43.560] getCompletionData: Get previous token: 0.0068980008363723755 +Info 1415 [13:13:43.560] getCompletionsAtPosition: isCompletionListBlocker: 0.006850000470876694 +Info 1416 [13:13:43.560] getExportInfoMap: cache hit +Info 1417 [13:13:43.584] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1418 [13:13:43.584] collectAutoImports: response is complete +Info 1419 [13:13:43.584] collectAutoImports: 23.48819699883461 +Info 1420 [13:13:43.584] getCompletionData: Semantic work: 23.962917998433113 +Info 1421 [13:13:43.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.483632002025843 +Info 1422 [13:13:43.600] Format host information updated +Info 1423 [13:13:43.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1424 [13:13:43.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 9.495397999882698ms +Info 1425 [13:13:43.798] Different program with same set of files +Info 1426 [13:13:43.799] getCompletionData: Get current token: 0.003360997885465622 +Info 1427 [13:13:43.799] getCompletionData: Is inside comment: 0.010467000305652618 +Info 1428 [13:13:43.799] getCompletionData: Get previous token: 0.008358001708984375 +Info 1429 [13:13:43.799] getCompletionsAtPosition: isCompletionListBlocker: 0.00843600183725357 +Info 1430 [13:13:43.799] getExportInfoMap: cache hit +Info 1431 [13:13:43.820] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1432 [13:13:43.820] collectAutoImports: response is complete +Info 1433 [13:13:43.820] collectAutoImports: 20.27605500072241 +Info 1434 [13:13:43.820] getCompletionData: Semantic work: 20.894567001610994 +Info 1435 [13:13:43.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.300762999802828 +Info 1436 [13:13:43.833] Format host information updated +Info 1437 [13:13:43.932] Format host information updated +Info 1438 [13:13:43.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1439 [13:13:43.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 18.514074001461267ms +Info 1440 [13:13:43.952] Different program with same set of files +Info 1441 [13:13:44.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1442 [13:13:44.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 7.488328997045755ms +Info 1443 [13:13:44.049] Different program with same set of files +Info 1444 [13:13:44.049] getCompletionData: Get current token: 0.0038079991936683655 +Info 1445 [13:13:44.049] getCompletionData: Is inside comment: 0.012765999883413315 +Info 1446 [13:13:44.049] getCompletionData: Get previous token: 0.017923999577760696 +Info 1447 [13:13:44.049] getCompletionsAtPosition: isCompletionListBlocker: 0.008634001016616821 +Info 1448 [13:13:44.050] getExportInfoMap: cache hit +Info 1449 [13:13:44.054] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 1450 [13:13:44.054] collectAutoImports: response is complete +Info 1451 [13:13:44.054] collectAutoImports: 4.145148999989033 +Info 1452 [13:13:44.054] getCompletionData: Semantic work: 4.770932000130415 +Info 1453 [13:13:44.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6114929988980293 +Info 1454 [13:13:44.057] Format host information updated +Info 1455 [13:13:44.338] getCompletionData: Get current token: 0.0034909993410110474 +Info 1456 [13:13:44.338] getCompletionData: Is inside comment: 0.014320001006126404 +Info 1457 [13:13:44.339] getCompletionData: Get previous token: 0.010936997830867767 +Info 1458 [13:13:44.339] getCompletionsAtPosition: isCompletionListBlocker: 0.01431100070476532 +Info 1459 [13:13:44.339] getExportInfoMap: cache hit +Info 1460 [13:13:44.372] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1461 [13:13:44.372] collectAutoImports: response is complete +Info 1462 [13:13:44.372] collectAutoImports: 32.610532999038696 +Info 1463 [13:13:44.372] getCompletionData: Semantic work: 33.57142399996519 +Info 1464 [13:13:44.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.005116000771523 +Info 1465 [13:13:44.530] getCompletionData: Get current token: 0.002363000065088272 +Info 1466 [13:13:44.530] getCompletionData: Is inside comment: 0.02879900112748146 +Info 1467 [13:13:44.530] getCompletionData: Get previous token: 0.007791999727487564 +Info 1468 [13:13:44.530] getCompletionsAtPosition: isCompletionListBlocker: 0.009217001497745514 +Info 1469 [13:13:44.531] getExportInfoMap: cache hit +Info 1470 [13:13:44.550] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1471 [13:13:44.550] collectAutoImports: response is complete +Info 1472 [13:13:44.550] collectAutoImports: 19.214095000177622 +Info 1473 [13:13:44.550] getCompletionData: Semantic work: 19.86830000206828 +Info 1474 [13:13:44.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.058435000479221 +Info 1475 [13:13:44.636] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1476 [13:13:44.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 17.053706999868155ms +Info 1477 [13:13:44.654] Different program with same set of files +Info 1478 [13:13:44.654] getCompletionData: Get current token: 0.002166997641324997 +Info 1479 [13:13:44.654] getCompletionData: Is inside comment: 0.006614997982978821 +Info 1480 [13:13:44.654] getCompletionData: Get previous token: 0.01458200067281723 +Info 1481 [13:13:44.654] getCompletionsAtPosition: isCompletionListBlocker: 0.009058002382516861 +Info 1482 [13:13:44.655] getExportInfoMap: cache hit +Info 1483 [13:13:44.659] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 353 from cache +Info 1484 [13:13:44.659] collectAutoImports: response is complete +Info 1485 [13:13:44.659] collectAutoImports: 3.9826820008456707 +Info 1486 [13:13:44.659] getCompletionData: Semantic work: 4.7360350005328655 +Info 1487 [13:13:44.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.707531001418829 +Info 1488 [13:13:44.662] Format host information updated +Info 1489 [13:13:45.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1490 [13:13:45.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 7.150327000766993ms +Info 1491 [13:13:45.055] Different program with same set of files +Info 1492 [13:13:45.055] getCompletionData: Get current token: 0.00270099937915802 +Info 1493 [13:13:45.055] getCompletionData: Is inside comment: 0.009091999381780624 +Info 1494 [13:13:45.055] getCompletionData: Get previous token: 0.007038000971078873 +Info 1495 [13:13:45.055] getCompletionsAtPosition: isCompletionListBlocker: 0.007840000092983246 +Info 1496 [13:13:45.056] getExportInfoMap: cache hit +Info 1497 [13:13:45.078] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1498 [13:13:45.078] collectAutoImports: response is complete +Info 1499 [13:13:45.078] collectAutoImports: 22.5134290009737 +Info 1500 [13:13:45.078] getCompletionData: Semantic work: 23.071693997830153 +Info 1501 [13:13:45.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.512876000255346 +Info 1502 [13:13:45.095] Format host information updated +Info 1503 [13:13:45.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1504 [13:13:45.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 7.484069000929594ms +Info 1505 [13:13:45.214] Different program with same set of files +Info 1506 [13:13:45.214] getCompletionData: Get current token: 0.0045390017330646515 +Info 1507 [13:13:45.214] getCompletionData: Is inside comment: 0.01169000193476677 +Info 1508 [13:13:45.214] getCompletionData: Get previous token: 0.009114999324083328 +Info 1509 [13:13:45.214] getCompletionsAtPosition: isCompletionListBlocker: 0.0025120005011558533 +Info 1510 [13:13:45.215] getExportInfoMap: cache hit +Info 1511 [13:13:45.236] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1512 [13:13:45.236] collectAutoImports: response is complete +Info 1513 [13:13:45.236] collectAutoImports: 20.888654999434948 +Info 1514 [13:13:45.236] getCompletionData: Semantic work: 21.50612100213766 +Info 1515 [13:13:45.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.701361000537872 +Info 1516 [13:13:45.250] Format host information updated +Info 1517 [13:13:45.332] Format host information updated +Info 1518 [13:13:45.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1519 [13:13:45.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 20.76970500126481ms +Info 1520 [13:13:45.353] Different program with same set of files +Info 1521 [13:13:45.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1522 [13:13:45.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 7.216196998953819ms +Info 1523 [13:13:45.436] Different program with same set of files +Info 1524 [13:13:45.436] getCompletionData: Get current token: 0.002532999962568283 +Info 1525 [13:13:45.436] getCompletionData: Is inside comment: 0.008173000067472458 +Info 1526 [13:13:45.436] getCompletionData: Get previous token: 0.012391999363899231 +Info 1527 [13:13:45.436] getCompletionsAtPosition: isCompletionListBlocker: 0.009047001600265503 +Info 1528 [13:13:45.437] getExportInfoMap: cache hit +Info 1529 [13:13:45.441] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 1530 [13:13:45.441] collectAutoImports: response is complete +Info 1531 [13:13:45.441] collectAutoImports: 3.943597998470068 +Info 1532 [13:13:45.441] getCompletionData: Semantic work: 4.680523999035358 +Info 1533 [13:13:45.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4549629986286163 +Info 1534 [13:13:45.444] Format host information updated +Info 1535 [13:13:45.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1536 [13:13:45.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 7.953090999275446ms +Info 1537 [13:13:45.654] Different program with same set of files +Info 1538 [13:13:45.654] getCompletionData: Get current token: 0.0028300024569034576 +Info 1539 [13:13:45.654] getCompletionData: Is inside comment: 0.008584000170230865 +Info 1540 [13:13:45.654] getCompletionData: Get previous token: 0.006664998829364777 +Info 1541 [13:13:45.654] getCompletionsAtPosition: isCompletionListBlocker: 0.0022579990327358246 +Info 1542 [13:13:45.656] getCompletionData: Semantic work: 1.2327330000698566 +Info 1543 [13:13:45.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0189840011298656 +Info 1544 [13:13:45.660] Format host information updated +Info 1545 [13:13:45.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1546 [13:13:45.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 7.257714997977018ms +Info 1547 [13:13:45.860] Different program with same set of files +Info 1548 [13:13:45.860] getCompletionData: Get current token: 0.002599000930786133 +Info 1549 [13:13:45.860] getCompletionData: Is inside comment: 0.007942002266645432 +Info 1550 [13:13:45.860] getCompletionData: Get previous token: 0.01322299987077713 +Info 1551 [13:13:45.860] getCompletionsAtPosition: isCompletionListBlocker: 0.0022909976541996002 +Info 1552 [13:13:45.861] getCompletionData: Semantic work: 0.673089999705553 +Info 1553 [13:13:45.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.737466000020504 +Info 1554 [13:13:45.864] Format host information updated +Info 1555 [13:13:45.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1556 [13:13:45.925] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 13.037426002323627ms +Info 1557 [13:13:45.925] Different program with same set of files +Info 1558 [13:13:45.926] getCompletionData: Get current token: 0.005271002650260925 +Info 1559 [13:13:45.926] getCompletionData: Is inside comment: 0.01603500172495842 +Info 1560 [13:13:45.926] getCompletionData: Get previous token: 0.027091000229120255 +Info 1561 [13:13:45.926] getCompletionsAtPosition: isCompletionListBlocker: 0.0035629980266094208 +Info 1562 [13:13:45.927] getCompletionData: Semantic work: 1.0156189985573292 +Info 1563 [13:13:45.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.322762001305819 +Info 1564 [13:13:45.932] Format host information updated +Info 1565 [13:13:46.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1566 [13:13:46.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 22.890014998614788ms +Info 1567 [13:13:46.086] Different program with same set of files +Info 1568 [13:13:46.086] getCompletionData: Get current token: 0.004921998828649521 +Info 1569 [13:13:46.086] getCompletionData: Is inside comment: 0.016783002763986588 +Info 1570 [13:13:46.086] getCompletionData: Get previous token: 0.025096997618675232 +Info 1571 [13:13:46.087] getCompletionsAtPosition: isCompletionListBlocker: 0.0035340003669261932 +Info 1572 [13:13:46.088] getCompletionData: Semantic work: 1.0167220011353493 +Info 1573 [13:13:46.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.004941999912262 +Info 1574 [13:13:46.095] Format host information updated +Info 1575 [13:13:46.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1576 [13:13:46.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 6.71934799849987ms +Info 1577 [13:13:46.130] Different program with same set of files +Info 1578 [13:13:46.130] getCompletionData: Get current token: 0.0022660009562969208 +Info 1579 [13:13:46.130] getCompletionData: Is inside comment: 0.007226001471281052 +Info 1580 [13:13:46.130] getCompletionData: Get previous token: 0.011784996837377548 +Info 1581 [13:13:46.130] getCompletionsAtPosition: isCompletionListBlocker: 0.0020010024309158325 +Info 1582 [13:13:46.131] getCompletionData: Semantic work: 0.4472150020301342 +Info 1583 [13:13:46.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0829019993543625 +Info 1584 [13:13:46.133] Format host information updated +Info 1585 [13:13:46.603] Format host information updated +Info 1586 [13:13:46.603] Format host information updated +Info 1587 [13:13:46.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1588 [13:13:46.612] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 8.685277000069618ms +Info 1589 [13:13:46.612] Different program with same set of files +Info 1590 [13:13:46.612] getCompletionData: Get current token: 0.0029690004885196686 +Info 1591 [13:13:46.612] getCompletionData: Is inside comment: 0.012028999626636505 +Info 1592 [13:13:46.612] getCompletionData: Get previous token: 0.009202998131513596 +Info 1593 [13:13:46.612] getCompletionsAtPosition: isCompletionListBlocker: 0.004599001258611679 +Info 1594 [13:13:46.613] getExportInfoMap: cache hit +Info 1595 [13:13:46.637] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1596 [13:13:46.637] collectAutoImports: response is complete +Info 1597 [13:13:46.637] collectAutoImports: 24.162159003317356 +Info 1598 [13:13:46.637] getCompletionData: Semantic work: 24.90224700048566 +Info 1599 [13:13:46.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.375070001929998 +Info 1600 [13:13:46.660] getCompletionData: Get current token: 0.01793600246310234 +Info 1601 [13:13:46.660] getCompletionData: Is inside comment: 0.005036000162363052 +Info 1602 [13:13:46.660] getCompletionData: Get previous token: 0.07435600087046623 +Info 1603 [13:13:46.660] getCompletionsAtPosition: isCompletionListBlocker: 0.0035130009055137634 +Info 1604 [13:13:46.661] getCompletionData: Semantic work: 0.6171550005674362 +Info 1605 [13:13:46.670] getCompletionData: Get current token: 0.011103000491857529 +Info 1606 [13:13:46.670] getCompletionData: Is inside comment: 0.007215000689029694 +Info 1607 [13:13:46.670] getCompletionData: Get previous token: 0.017913002520799637 +Info 1608 [13:13:46.670] getCompletionsAtPosition: isCompletionListBlocker: 0.0026060007512569427 +Info 1609 [13:13:46.670] getCompletionData: Semantic work: 0.24238700047135353 +Info 1610 [13:13:46.672] Format host information updated +Info 1611 [13:13:46.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1612 [13:13:46.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 14.931965999305248ms +Info 1613 [13:13:46.689] Different program with same set of files +Info 1614 [13:13:46.690] getCompletionData: Get current token: 0.0023989975452423096 +Info 1615 [13:13:46.690] getCompletionData: Is inside comment: 0.00827699899673462 +Info 1616 [13:13:46.690] getCompletionData: Get previous token: 0.0057440027594566345 +Info 1617 [13:13:46.690] getCompletionsAtPosition: isCompletionListBlocker: 0.008565999567508698 +Info 1618 [13:13:46.691] getExportInfoMap: cache hit +Info 1619 [13:13:46.736] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1620 [13:13:46.736] collectAutoImports: response is complete +Info 1621 [13:13:46.736] collectAutoImports: 45.317546002566814 +Info 1622 [13:13:46.736] getCompletionData: Semantic work: 46.28968399763107 +Info 1623 [13:13:46.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.076300997287035 +Info 1624 [13:13:46.770] Format host information updated +Info 1625 [13:13:46.781] getCompletionData: Get current token: 0.0037809982895851135 +Info 1626 [13:13:46.781] getCompletionData: Is inside comment: 0.0014589987695217133 +Info 1627 [13:13:46.781] getCompletionData: Get previous token: 0.011126000434160233 +Info 1628 [13:13:46.781] getCompletionsAtPosition: isCompletionListBlocker: 0.006751000881195068 +Info 1629 [13:13:46.782] getExportInfoMap: cache hit +Info 1630 [13:13:46.800] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1631 [13:13:46.800] collectAutoImports: response is complete +Info 1632 [13:13:46.800] collectAutoImports: 17.48938599973917 +Info 1633 [13:13:46.800] getCompletionData: Semantic work: 18.31658500060439 +Info 1634 [13:13:46.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.806710001081228 +Info 1635 [13:13:46.820] Format host information updated +Info 1636 [13:13:46.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1637 [13:13:46.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 11.18699200078845ms +Info 1638 [13:13:46.899] Different program with same set of files +Info 1639 [13:13:46.899] getCompletionData: Get current token: 0.004524998366832733 +Info 1640 [13:13:46.899] getCompletionData: Is inside comment: 0.0015160031616687775 +Info 1641 [13:13:46.899] getCompletionData: Get previous token: 0.034926000982522964 +Info 1642 [13:13:46.899] getCompletionsAtPosition: isCompletionListBlocker: 0.005118999630212784 +Info 1643 [13:13:46.900] getExportInfoMap: cache hit +Info 1644 [13:13:46.909] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 1645 [13:13:46.909] collectAutoImports: response is complete +Info 1646 [13:13:46.909] collectAutoImports: 8.38146099820733 +Info 1647 [13:13:46.909] getCompletionData: Semantic work: 9.252241000533104 +Info 1648 [13:13:46.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.090378001332283 +Info 1649 [13:13:46.915] Format host information updated +Info 1650 [13:13:48.965] Format host information updated +Info 1651 [13:13:48.975] forEachExternalModuleToImportFrom autoImportProvider: 1.0247999988496304 +Info 1652 [13:13:51.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1653 [13:13:51.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 7.620687998831272ms +Info 1654 [13:13:51.620] Different program with same set of files +Info 1655 [13:13:51.620] getCompletionData: Get current token: 0.004427999258041382 +Info 1656 [13:13:51.620] getCompletionData: Is inside comment: 0.01146399974822998 +Info 1657 [13:13:51.620] getCompletionData: Get previous token: 0.007472001016139984 +Info 1658 [13:13:51.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0022989995777606964 +Info 1659 [13:13:51.621] getExportInfoMap: cache hit +Info 1660 [13:13:51.642] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1661 [13:13:51.642] collectAutoImports: response is complete +Info 1662 [13:13:51.642] collectAutoImports: 21.505555000156164 +Info 1663 [13:13:51.642] getCompletionData: Semantic work: 21.999869000166655 +Info 1664 [13:13:51.650] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.88680200278759 +Info 1665 [13:13:51.657] Format host information updated +Info 1666 [13:13:51.909] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1667 [13:13:51.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 8.015565998852253ms +Info 1668 [13:13:51.917] Different program with same set of files +Info 1669 [13:13:51.918] getCompletionData: Get current token: 0.004269000142812729 +Info 1670 [13:13:51.918] getCompletionData: Is inside comment: 0.012028001248836517 +Info 1671 [13:13:51.918] getCompletionData: Get previous token: 0.0139320008456707 +Info 1672 [13:13:51.918] getCompletionsAtPosition: isCompletionListBlocker: 0.002546999603509903 +Info 1673 [13:13:51.918] getExportInfoMap: cache hit +Info 1674 [13:13:51.922] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 1675 [13:13:51.922] collectAutoImports: response is complete +Info 1676 [13:13:51.922] collectAutoImports: 3.495297998189926 +Info 1677 [13:13:51.922] getCompletionData: Semantic work: 4.058136999607086 +Info 1678 [13:13:51.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.136895999312401 +Info 1679 [13:13:51.925] Format host information updated +Info 1680 [13:13:52.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1681 [13:13:52.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 37.807190001010895ms +Info 1682 [13:13:52.093] Different program with same set of files +Info 1683 [13:13:52.093] getCompletionData: Get current token: 0.010687999427318573 +Info 1684 [13:13:52.093] getCompletionData: Is inside comment: 0.03111099824309349 +Info 1685 [13:13:52.094] getCompletionData: Get previous token: 0.03652399778366089 +Info 1686 [13:13:52.094] getCompletionsAtPosition: isCompletionListBlocker: 0.00513400137424469 +Info 1687 [13:13:52.095] getExportInfoMap: cache hit +Info 1688 [13:13:52.101] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 1689 [13:13:52.101] collectAutoImports: response is complete +Info 1690 [13:13:52.101] collectAutoImports: 6.18028499931097 +Info 1691 [13:13:52.101] getCompletionData: Semantic work: 7.421737000346184 +Info 1692 [13:13:52.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5453629978001118 +Info 1693 [13:13:52.106] Format host information updated +Info 1694 [13:13:52.138] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1695 [13:13:52.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 7.526868000626564ms +Info 1696 [13:13:52.146] Different program with same set of files +Info 1697 [13:13:52.146] getCompletionData: Get current token: 0.004854999482631683 +Info 1698 [13:13:52.146] getCompletionData: Is inside comment: 0.013052001595497131 +Info 1699 [13:13:52.146] getCompletionData: Get previous token: 0.015538003295660019 +Info 1700 [13:13:52.146] getCompletionsAtPosition: isCompletionListBlocker: 0.003552000969648361 +Info 1701 [13:13:52.147] getExportInfoMap: cache hit +Info 1702 [13:13:52.149] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 1703 [13:13:52.149] collectAutoImports: response is complete +Info 1704 [13:13:52.149] collectAutoImports: 1.9884099997580051 +Info 1705 [13:13:52.149] getCompletionData: Semantic work: 2.660852998495102 +Info 1706 [13:13:52.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.090006999671459 +Info 1707 [13:13:52.153] Format host information updated +Info 1708 [13:13:52.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1709 [13:13:52.261] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 27.160211998969316ms +Info 1710 [13:13:52.262] Different program with same set of files +Info 1711 [13:13:52.262] getCompletionData: Get current token: 0.015363000333309174 +Info 1712 [13:13:52.262] getCompletionData: Is inside comment: 0.04539899900555611 +Info 1713 [13:13:52.262] getCompletionData: Get previous token: 0.050916001200675964 +Info 1714 [13:13:52.262] getCompletionsAtPosition: isCompletionListBlocker: 0.004890996962785721 +Info 1715 [13:13:52.264] getExportInfoMap: cache hit +Info 1716 [13:13:52.268] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 1717 [13:13:52.268] collectAutoImports: response is complete +Info 1718 [13:13:52.268] collectAutoImports: 4.330191999673843 +Info 1719 [13:13:52.268] getCompletionData: Semantic work: 5.606012001633644 +Info 1720 [13:13:52.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.485316000878811 +Info 1721 [13:13:52.273] Format host information updated +Info 1722 [13:13:53.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1723 [13:13:53.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 7.080612998455763ms +Info 1724 [13:13:53.019] Different program with same set of files +Info 1725 [13:13:53.019] getCompletionData: Get current token: 0.004218000918626785 +Info 1726 [13:13:53.019] getCompletionData: Is inside comment: 0.01156499981880188 +Info 1727 [13:13:53.019] getCompletionData: Get previous token: 0.013565000146627426 +Info 1728 [13:13:53.019] getCompletionsAtPosition: isCompletionListBlocker: 0.002531997859477997 +Info 1729 [13:13:53.019] getExportInfoMap: cache hit +Info 1730 [13:13:53.021] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 1731 [13:13:53.021] collectAutoImports: response is complete +Info 1732 [13:13:53.021] collectAutoImports: 1.7624359987676144 +Info 1733 [13:13:53.021] getCompletionData: Semantic work: 2.329551000148058 +Info 1734 [13:13:53.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6785559989511967 +Info 1735 [13:13:53.026] Format host information updated +Info 1736 [13:13:53.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1737 [13:13:53.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 7.236134000122547ms +Info 1738 [13:13:53.175] Different program with same set of files +Info 1739 [13:13:53.175] getCompletionData: Get current token: 0.005149997770786285 +Info 1740 [13:13:53.175] getCompletionData: Is inside comment: 0.014791000634431839 +Info 1741 [13:13:53.175] getCompletionData: Get previous token: 0.017037998884916306 +Info 1742 [13:13:53.175] getCompletionsAtPosition: isCompletionListBlocker: 0.002702999860048294 +Info 1743 [13:13:53.176] getExportInfoMap: cache hit +Info 1744 [13:13:53.179] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 1745 [13:13:53.179] collectAutoImports: response is complete +Info 1746 [13:13:53.179] collectAutoImports: 2.959911998361349 +Info 1747 [13:13:53.179] getCompletionData: Semantic work: 3.522665999829769 +Info 1748 [13:13:53.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.231497999280691 +Info 1749 [13:13:53.182] Format host information updated +Info 1750 [13:13:53.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1751 [13:13:53.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 9.674869999289513ms +Info 1752 [13:13:53.331] Different program with same set of files +Info 1753 [13:13:53.332] getCompletionData: Get current token: 0.005729001015424728 +Info 1754 [13:13:53.332] getCompletionData: Is inside comment: 0.014290999621152878 +Info 1755 [13:13:53.332] getCompletionData: Get previous token: 0.017399001866579056 +Info 1756 [13:13:53.332] getCompletionsAtPosition: isCompletionListBlocker: 0.00267999991774559 +Info 1757 [13:13:53.332] getExportInfoMap: cache hit +Info 1758 [13:13:53.336] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 1759 [13:13:53.336] collectAutoImports: response is complete +Info 1760 [13:13:53.336] collectAutoImports: 3.9469919987022877 +Info 1761 [13:13:53.336] getCompletionData: Semantic work: 4.501893997192383 +Info 1762 [13:13:53.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.437663000077009 +Info 1763 [13:13:53.340] Format host information updated +Info 1764 [13:13:53.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1765 [13:13:53.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 7.498889997601509ms +Info 1766 [13:13:53.556] Different program with same set of files +Info 1767 [13:13:53.556] getCompletionData: Get current token: 0.004324998706579208 +Info 1768 [13:13:53.556] getCompletionData: Is inside comment: 0.012220002710819244 +Info 1769 [13:13:53.556] getCompletionData: Get previous token: 0.014357000589370728 +Info 1770 [13:13:53.556] getCompletionsAtPosition: isCompletionListBlocker: 0.0025639981031417847 +Info 1771 [13:13:53.556] getExportInfoMap: cache hit +Info 1772 [13:13:53.560] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 295 from cache +Info 1773 [13:13:53.560] collectAutoImports: response is complete +Info 1774 [13:13:53.560] collectAutoImports: 3.2554749995470047 +Info 1775 [13:13:53.560] getCompletionData: Semantic work: 3.8222180008888245 +Info 1776 [13:13:53.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0453259982168674 +Info 1777 [13:13:53.563] Format host information updated +Info 1778 [13:13:53.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1779 [13:13:53.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 7.169461000710726ms +Info 1780 [13:13:53.684] Different program with same set of files +Info 1781 [13:13:53.685] getCompletionData: Get current token: 0.005036000162363052 +Info 1782 [13:13:53.685] getCompletionData: Is inside comment: 0.01434599980711937 +Info 1783 [13:13:53.685] getCompletionData: Get previous token: 0.015849001705646515 +Info 1784 [13:13:53.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0028929971158504486 +Info 1785 [13:13:53.687] getExportInfoMap: cache hit +Info 1786 [13:13:53.689] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1787 [13:13:53.689] collectAutoImports: response is complete +Info 1788 [13:13:53.689] collectAutoImports: 2.014113001525402 +Info 1789 [13:13:53.689] getCompletionData: Semantic work: 4.3201370015740395 +Info 1790 [13:13:53.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8872600011527538 +Info 1791 [13:13:53.692] Format host information updated +Info 1792 [13:13:53.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1793 [13:13:53.912] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 8.957593999803066ms +Info 1794 [13:13:53.912] Different program with same set of files +Info 1795 [13:13:53.912] getCompletionData: Get current token: 0.004473000764846802 +Info 1796 [13:13:53.912] getCompletionData: Is inside comment: 0.011890999972820282 +Info 1797 [13:13:53.912] getCompletionData: Get previous token: 0.014237001538276672 +Info 1798 [13:13:53.912] getCompletionsAtPosition: isCompletionListBlocker: 0.025210000574588776 +Info 1799 [13:13:53.912] getExportInfoMap: cache hit +Info 1800 [13:13:53.916] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 295 from cache +Info 1801 [13:13:53.916] collectAutoImports: response is complete +Info 1802 [13:13:53.916] collectAutoImports: 3.3826460018754005 +Info 1803 [13:13:53.916] getCompletionData: Semantic work: 3.94285199791193 +Info 1804 [13:13:53.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3133269995450974 +Info 1805 [13:13:53.920] Format host information updated +Info 1806 [13:13:54.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1807 [13:13:54.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 7.476027999073267ms +Info 1808 [13:13:54.067] Different program with same set of files +Info 1809 [13:13:54.068] getCompletionData: Get current token: 0.006108000874519348 +Info 1810 [13:13:54.068] getCompletionData: Is inside comment: 0.015312999486923218 +Info 1811 [13:13:54.068] getCompletionData: Get previous token: 0.018272001296281815 +Info 1812 [13:13:54.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0034690015017986298 +Info 1813 [13:13:54.068] getExportInfoMap: cache hit +Info 1814 [13:13:54.074] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 1815 [13:13:54.074] collectAutoImports: response is complete +Info 1816 [13:13:54.074] collectAutoImports: 6.247598998248577 +Info 1817 [13:13:54.074] getCompletionData: Semantic work: 6.833974998444319 +Info 1818 [13:13:54.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.714308999478817 +Info 1819 [13:13:54.079] Format host information updated +Info 1820 [13:13:54.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1821 [13:13:54.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 7.133450999855995ms +Info 1822 [13:13:54.180] Different program with same set of files +Info 1823 [13:13:54.180] getCompletionData: Get current token: 0.004538998007774353 +Info 1824 [13:13:54.180] getCompletionData: Is inside comment: 0.013021998107433319 +Info 1825 [13:13:54.180] getCompletionData: Get previous token: 0.015406999737024307 +Info 1826 [13:13:54.180] getCompletionsAtPosition: isCompletionListBlocker: 0.0026569999754428864 +Info 1827 [13:13:54.181] getExportInfoMap: cache hit +Info 1828 [13:13:54.183] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 1829 [13:13:54.183] collectAutoImports: response is complete +Info 1830 [13:13:54.183] collectAutoImports: 2.179492000490427 +Info 1831 [13:13:54.183] getCompletionData: Semantic work: 2.6815109997987747 +Info 1832 [13:13:54.185] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8437389992177486 +Info 1833 [13:13:54.187] Format host information updated +Info 1834 [13:13:54.299] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1835 [13:13:54.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 7.279647000133991ms +Info 1836 [13:13:54.307] Different program with same set of files +Info 1837 [13:13:54.307] getCompletionData: Get current token: 0.0051559992134571075 +Info 1838 [13:13:54.307] getCompletionData: Is inside comment: 0.013838998973369598 +Info 1839 [13:13:54.307] getCompletionData: Get previous token: 0.016315996646881104 +Info 1840 [13:13:54.307] getCompletionsAtPosition: isCompletionListBlocker: 0.0028170011937618256 +Info 1841 [13:13:54.308] getExportInfoMap: cache hit +Info 1842 [13:13:54.310] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1843 [13:13:54.310] collectAutoImports: response is complete +Info 1844 [13:13:54.310] collectAutoImports: 2.203786000609398 +Info 1845 [13:13:54.310] getCompletionData: Semantic work: 2.7705610021948814 +Info 1846 [13:13:54.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9208710007369518 +Info 1847 [13:13:54.313] Format host information updated +Info 1848 [13:13:54.393] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1849 [13:13:54.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 8.990157999098301ms +Info 1850 [13:13:54.402] Different program with same set of files +Info 1851 [13:13:54.402] getCompletionData: Get current token: 0.00475500151515007 +Info 1852 [13:13:54.402] getCompletionData: Is inside comment: 0.011851001530885696 +Info 1853 [13:13:54.402] getCompletionData: Get previous token: 0.014180999249219894 +Info 1854 [13:13:54.402] getCompletionsAtPosition: isCompletionListBlocker: 0.003032997250556946 +Info 1855 [13:13:54.403] getExportInfoMap: cache hit +Info 1856 [13:13:54.405] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1857 [13:13:54.405] collectAutoImports: response is complete +Info 1858 [13:13:54.405] collectAutoImports: 1.6292279995977879 +Info 1859 [13:13:54.405] getCompletionData: Semantic work: 2.2015409991145134 +Info 1860 [13:13:54.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.659739002585411 +Info 1861 [13:13:54.407] Format host information updated +Info 1862 [13:13:54.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1863 [13:13:54.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 27.231114998459816ms +Info 1864 [13:13:54.595] Different program with same set of files +Info 1865 [13:13:54.596] getCompletionData: Get current token: 0.015498001128435135 +Info 1866 [13:13:54.596] getCompletionData: Is inside comment: 0.06070999801158905 +Info 1867 [13:13:54.596] getCompletionData: Get previous token: 0.05120900273323059 +Info 1868 [13:13:54.596] getCompletionsAtPosition: isCompletionListBlocker: 0.006122000515460968 +Info 1869 [13:13:54.598] getExportInfoMap: cache hit +Info 1870 [13:13:54.603] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1871 [13:13:54.603] collectAutoImports: response is complete +Info 1872 [13:13:54.603] collectAutoImports: 5.289956998080015 +Info 1873 [13:13:54.603] getCompletionData: Semantic work: 6.856888998299837 +Info 1874 [13:13:54.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.721501998603344 +Info 1875 [13:13:54.611] Format host information updated +Info 1876 [13:13:54.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1877 [13:13:54.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 24.82013199850917ms +Info 1878 [13:13:54.714] Different program with same set of files +Info 1879 [13:13:54.714] getCompletionData: Get current token: 0.019595999270677567 +Info 1880 [13:13:54.715] getCompletionData: Is inside comment: 0.05154300108551979 +Info 1881 [13:13:54.715] getCompletionData: Get previous token: 0.06321800127625465 +Info 1882 [13:13:54.715] getCompletionsAtPosition: isCompletionListBlocker: 0.007355000823736191 +Info 1883 [13:13:54.716] getExportInfoMap: cache hit +Info 1884 [13:13:54.722] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 1885 [13:13:54.723] collectAutoImports: response is complete +Info 1886 [13:13:54.723] collectAutoImports: 5.950645998120308 +Info 1887 [13:13:54.723] getCompletionData: Semantic work: 7.701058998703957 +Info 1888 [13:13:54.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.142472002655268 +Info 1889 [13:13:54.728] Format host information updated +Info 1890 [13:13:54.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1891 [13:13:54.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 33.04423099756241ms +Info 1892 [13:13:54.899] Different program with same set of files +Info 1893 [13:13:54.900] getCompletionData: Get current token: 0.0163939967751503 +Info 1894 [13:13:54.900] getCompletionData: Is inside comment: 0.042197998613119125 +Info 1895 [13:13:54.900] getCompletionData: Get previous token: 0.04938900098204613 +Info 1896 [13:13:54.900] getCompletionsAtPosition: isCompletionListBlocker: 0.006899997591972351 +Info 1897 [13:13:54.901] getExportInfoMap: cache hit +Info 1898 [13:13:54.909] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 1899 [13:13:54.909] collectAutoImports: response is complete +Info 1900 [13:13:54.909] collectAutoImports: 7.766963999718428 +Info 1901 [13:13:54.909] getCompletionData: Semantic work: 9.286625001579523 +Info 1902 [13:13:54.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.906351000070572 +Info 1903 [13:13:54.915] Format host information updated +Info 1904 [13:13:54.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1905 [13:13:55.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 19.18597799912095ms +Info 1906 [13:13:55.010] Different program with same set of files +Info 1907 [13:13:55.011] getCompletionData: Get current token: 0.014587000012397766 +Info 1908 [13:13:55.011] getCompletionData: Is inside comment: 0.042142000049352646 +Info 1909 [13:13:55.011] getCompletionData: Get previous token: 0.04918999969959259 +Info 1910 [13:13:55.011] getCompletionsAtPosition: isCompletionListBlocker: 0.00609000027179718 +Info 1911 [13:13:55.012] getExportInfoMap: cache hit +Info 1912 [13:13:55.018] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 1913 [13:13:55.018] collectAutoImports: response is complete +Info 1914 [13:13:55.018] collectAutoImports: 5.56895500048995 +Info 1915 [13:13:55.018] getCompletionData: Semantic work: 6.931659001857042 +Info 1916 [13:13:55.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.2591820023953915 +Info 1917 [13:13:55.027] Format host information updated +Info 1918 [13:13:55.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1919 [13:13:55.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 12.504024002701044ms +Info 1920 [13:13:55.679] Different program with same set of files +Info 1921 [13:13:55.679] getCompletionData: Get current token: 0.004637997597455978 +Info 1922 [13:13:55.679] getCompletionData: Is inside comment: 0.07126099988818169 +Info 1923 [13:13:55.679] getCompletionData: Get previous token: 0.036288000643253326 +Info 1924 [13:13:55.679] getCompletionsAtPosition: isCompletionListBlocker: 0.002829998731613159 +Info 1925 [13:13:55.680] getExportInfoMap: cache hit +Info 1926 [13:13:55.682] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 1927 [13:13:55.682] collectAutoImports: response is complete +Info 1928 [13:13:55.682] collectAutoImports: 1.8528869971632957 +Info 1929 [13:13:55.682] getCompletionData: Semantic work: 2.382498998194933 +Info 1930 [13:13:55.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.91287399828434 +Info 1931 [13:13:55.685] Format host information updated +Info 1932 [13:13:55.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1933 [13:13:55.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 7.226408001035452ms +Info 1934 [13:13:55.807] Different program with same set of files +Info 1935 [13:13:55.807] getCompletionData: Get current token: 0.005291000008583069 +Info 1936 [13:13:55.807] getCompletionData: Is inside comment: 0.013608001172542572 +Info 1937 [13:13:55.807] getCompletionData: Get previous token: 0.016444001346826553 +Info 1938 [13:13:55.807] getCompletionsAtPosition: isCompletionListBlocker: 0.0030209980905056 +Info 1939 [13:13:55.808] getExportInfoMap: cache hit +Info 1940 [13:13:55.811] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 1941 [13:13:55.811] collectAutoImports: response is complete +Info 1942 [13:13:55.811] collectAutoImports: 3.042721997946501 +Info 1943 [13:13:55.811] getCompletionData: Semantic work: 3.620278999209404 +Info 1944 [13:13:55.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.191909998655319 +Info 1945 [13:13:55.816] Format host information updated +Info 1946 [13:13:55.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1947 [13:13:55.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 7.238092001527548ms +Info 1948 [13:13:55.960] Different program with same set of files +Info 1949 [13:13:55.960] getCompletionData: Get current token: 0.0047760009765625 +Info 1950 [13:13:55.960] getCompletionData: Is inside comment: 0.013007000088691711 +Info 1951 [13:13:55.960] getCompletionData: Get previous token: 0.0158890001475811 +Info 1952 [13:13:55.960] getCompletionsAtPosition: isCompletionListBlocker: 0.0028080008924007416 +Info 1953 [13:13:55.960] getExportInfoMap: cache hit +Info 1954 [13:13:55.964] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 1955 [13:13:55.964] collectAutoImports: response is complete +Info 1956 [13:13:55.964] collectAutoImports: 3.663476001471281 +Info 1957 [13:13:55.964] getCompletionData: Semantic work: 4.213750999420881 +Info 1958 [13:13:55.967] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3718210011720657 +Info 1959 [13:13:55.968] Format host information updated +Info 1960 [13:13:56.091] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1961 [13:13:56.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 6.907345999032259ms +Info 1962 [13:13:56.098] Different program with same set of files +Info 1963 [13:13:56.099] getCompletionData: Get current token: 0.004474997520446777 +Info 1964 [13:13:56.099] getCompletionData: Is inside comment: 0.012420997023582458 +Info 1965 [13:13:56.099] getCompletionData: Get previous token: 0.008383002132177353 +Info 1966 [13:13:56.099] getCompletionsAtPosition: isCompletionListBlocker: 0.002650998532772064 +Info 1967 [13:13:56.099] getExportInfoMap: cache hit +Info 1968 [13:13:56.120] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1969 [13:13:56.120] collectAutoImports: response is complete +Info 1970 [13:13:56.120] collectAutoImports: 21.173553001135588 +Info 1971 [13:13:56.120] getCompletionData: Semantic work: 21.64665200188756 +Info 1972 [13:13:56.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.421642996370792 +Info 1973 [13:13:56.138] Format host information updated +Info 1974 [13:13:56.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1975 [13:13:56.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 7.597208000719547ms +Info 1976 [13:13:56.298] Different program with same set of files +Info 1977 [13:13:56.298] getCompletionData: Get current token: 0.004583999514579773 +Info 1978 [13:13:56.298] getCompletionData: Is inside comment: 0.012389998883008957 +Info 1979 [13:13:56.298] getCompletionData: Get previous token: 0.014708001166582108 +Info 1980 [13:13:56.298] getCompletionsAtPosition: isCompletionListBlocker: 0.0029670000076293945 +Info 1981 [13:13:56.299] getExportInfoMap: cache hit +Info 1982 [13:13:56.305] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 805 from cache +Info 1983 [13:13:56.305] collectAutoImports: response is complete +Info 1984 [13:13:56.305] collectAutoImports: 6.0148040018975735 +Info 1985 [13:13:56.305] getCompletionData: Semantic work: 6.508142001926899 +Info 1986 [13:13:56.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9497239999473095 +Info 1987 [13:13:56.310] Format host information updated +Info 1988 [13:13:56.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1989 [13:13:56.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 7.322501000016928ms +Info 1990 [13:13:56.358] Different program with same set of files +Info 1991 [13:13:56.358] getCompletionData: Get current token: 0.004426002502441406 +Info 1992 [13:13:56.358] getCompletionData: Is inside comment: 0.013190999627113342 +Info 1993 [13:13:56.358] getCompletionData: Get previous token: 0.016110997647047043 +Info 1994 [13:13:56.358] getCompletionsAtPosition: isCompletionListBlocker: 0.0025819987058639526 +Info 1995 [13:13:56.359] getExportInfoMap: cache hit +Info 1996 [13:13:56.362] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 191 from cache +Info 1997 [13:13:56.362] collectAutoImports: response is complete +Info 1998 [13:13:56.362] collectAutoImports: 3.033525001257658 +Info 1999 [13:13:56.362] getCompletionData: Semantic work: 3.5140170007944107 +Info 2000 [13:13:56.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0985279977321625 +Info 2001 [13:13:56.365] Format host information updated +Info 2002 [13:13:56.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2003 [13:13:56.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 9.374107003211975ms +Info 2004 [13:13:56.530] Different program with same set of files +Info 2005 [13:13:56.531] getCompletionData: Get current token: 0.004845000803470612 +Info 2006 [13:13:56.531] getCompletionData: Is inside comment: 0.012285999953746796 +Info 2007 [13:13:56.531] getCompletionData: Get previous token: 0.01467600092291832 +Info 2008 [13:13:56.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0026079975068569183 +Info 2009 [13:13:56.531] getExportInfoMap: cache hit +Info 2010 [13:13:56.534] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 75 from cache +Info 2011 [13:13:56.534] collectAutoImports: response is complete +Info 2012 [13:13:56.534] collectAutoImports: 2.3159510008990765 +Info 2013 [13:13:56.534] getCompletionData: Semantic work: 2.824430998414755 +Info 2014 [13:13:56.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.97299699857831 +Info 2015 [13:13:56.537] Format host information updated +Info 2016 [13:13:56.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2017 [13:13:56.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 7.744444999843836ms +Info 2018 [13:13:56.733] Different program with same set of files +Info 2019 [13:13:56.734] getCompletionData: Get current token: 0.004657000303268433 +Info 2020 [13:13:56.734] getCompletionData: Is inside comment: 0.012051999568939209 +Info 2021 [13:13:56.734] getCompletionData: Get previous token: 0.014488998800516129 +Info 2022 [13:13:56.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0029649995267391205 +Info 2023 [13:13:56.734] getExportInfoMap: cache hit +Info 2024 [13:13:56.736] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 2025 [13:13:56.736] collectAutoImports: response is complete +Info 2026 [13:13:56.736] collectAutoImports: 2.2532900013029575 +Info 2027 [13:13:56.736] getCompletionData: Semantic work: 2.777080003172159 +Info 2028 [13:13:56.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.085605002939701 +Info 2029 [13:13:56.742] Format host information updated +Info 2030 [13:13:56.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2031 [13:13:56.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 7.086761001497507ms +Info 2032 [13:13:56.837] Different program with same set of files +Info 2033 [13:13:56.837] getCompletionData: Get current token: 0.005166001617908478 +Info 2034 [13:13:56.837] getCompletionData: Is inside comment: 0.014045000076293945 +Info 2035 [13:13:56.837] getCompletionData: Get previous token: 0.016415998339653015 +Info 2036 [13:13:56.837] getCompletionsAtPosition: isCompletionListBlocker: 0.002723000943660736 +Info 2037 [13:13:56.838] getExportInfoMap: cache hit +Info 2038 [13:13:56.840] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 2039 [13:13:56.840] collectAutoImports: response is complete +Info 2040 [13:13:56.840] collectAutoImports: 2.3415370024740696 +Info 2041 [13:13:56.840] getCompletionData: Semantic work: 2.865021999925375 +Info 2042 [13:13:56.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.903058998286724 +Info 2043 [13:13:56.843] Format host information updated +Info 2044 [13:13:59.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2045 [13:13:59.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 7.091216001659632ms +Info 2046 [13:13:59.262] Different program with same set of files +Info 2047 [13:13:59.262] getCompletionData: Get current token: 0.023763999342918396 +Info 2048 [13:13:59.263] getCompletionData: Is inside comment: 0.019671998918056488 +Info 2049 [13:13:59.263] getCompletionData: Get previous token: 0.00880199670791626 +Info 2050 [13:13:59.263] getCompletionsAtPosition: isCompletionListBlocker: 0.0025819987058639526 +Info 2051 [13:13:59.263] getExportInfoMap: cache hit +Info 2052 [13:13:59.286] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2053 [13:13:59.286] collectAutoImports: response is complete +Info 2054 [13:13:59.286] collectAutoImports: 23.239668000489473 +Info 2055 [13:13:59.286] getCompletionData: Semantic work: 23.869263000786304 +Info 2056 [13:13:59.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.04780999943614 +Info 2057 [13:13:59.302] Format host information updated +Info 2058 [13:13:59.492] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2059 [13:13:59.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 7.7492659986019135ms +Info 2060 [13:13:59.500] Different program with same set of files +Info 2061 [13:13:59.500] getCompletionData: Get current token: 0.0039489977061748505 +Info 2062 [13:13:59.500] getCompletionData: Is inside comment: 0.011077001690864563 +Info 2063 [13:13:59.500] getCompletionData: Get previous token: 0.013440996408462524 +Info 2064 [13:13:59.500] getCompletionsAtPosition: isCompletionListBlocker: 0.0022859983146190643 +Info 2065 [13:13:59.500] getExportInfoMap: cache hit +Info 2066 [13:13:59.504] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 2067 [13:13:59.504] collectAutoImports: response is complete +Info 2068 [13:13:59.504] collectAutoImports: 3.2956140004098415 +Info 2069 [13:13:59.504] getCompletionData: Semantic work: 3.7721769995987415 +Info 2070 [13:13:59.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8966380022466183 +Info 2071 [13:13:59.507] Format host information updated +Info 2072 [13:13:59.574] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2073 [13:13:59.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 11.94913100078702ms +Info 2074 [13:13:59.586] Different program with same set of files +Info 2075 [13:13:59.586] getCompletionData: Get current token: 0.00916299968957901 +Info 2076 [13:13:59.586] getCompletionData: Is inside comment: 0.023295998573303223 +Info 2077 [13:13:59.586] getCompletionData: Get previous token: 0.026259999722242355 +Info 2078 [13:13:59.586] getCompletionsAtPosition: isCompletionListBlocker: 0.0040160007774829865 +Info 2079 [13:13:59.590] getExportInfoMap: cache hit +Info 2080 [13:13:59.594] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 2081 [13:13:59.594] collectAutoImports: response is complete +Info 2082 [13:13:59.594] collectAutoImports: 4.565684001892805 +Info 2083 [13:13:59.594] getCompletionData: Semantic work: 8.246104001998901 +Info 2084 [13:13:59.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2865139991045 +Info 2085 [13:13:59.599] Format host information updated +Info 2086 [13:13:59.682] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2087 [13:13:59.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 21.86191099882126ms +Info 2088 [13:13:59.704] Different program with same set of files +Info 2089 [13:13:59.704] getCompletionData: Get current token: 0.016805000603199005 +Info 2090 [13:13:59.705] getCompletionData: Is inside comment: 0.0472709983587265 +Info 2091 [13:13:59.705] getCompletionData: Get previous token: 0.05511000007390976 +Info 2092 [13:13:59.705] getCompletionsAtPosition: isCompletionListBlocker: 0.006971001625061035 +Info 2093 [13:13:59.706] getExportInfoMap: cache hit +Info 2094 [13:13:59.714] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 2095 [13:13:59.714] collectAutoImports: response is complete +Info 2096 [13:13:59.714] collectAutoImports: 7.153948999941349 +Info 2097 [13:13:59.714] getCompletionData: Semantic work: 8.899865999817848 +Info 2098 [13:13:59.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.886144001036882 +Info 2099 [13:13:59.723] Format host information updated +Info 2100 [13:13:59.744] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2101 [13:13:59.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 8.042314998805523ms +Info 2102 [13:13:59.752] Different program with same set of files +Info 2103 [13:13:59.752] getCompletionData: Get current token: 0.00505099818110466 +Info 2104 [13:13:59.752] getCompletionData: Is inside comment: 0.013329997658729553 +Info 2105 [13:13:59.752] getCompletionData: Get previous token: 0.01611800119280815 +Info 2106 [13:13:59.752] getCompletionsAtPosition: isCompletionListBlocker: 0.0030899979174137115 +Info 2107 [13:13:59.753] getExportInfoMap: cache hit +Info 2108 [13:13:59.754] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 2109 [13:13:59.754] collectAutoImports: response is complete +Info 2110 [13:13:59.754] collectAutoImports: 1.842849001288414 +Info 2111 [13:13:59.754] getCompletionData: Semantic work: 2.355110999196768 +Info 2112 [13:13:59.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7932850010693073 +Info 2113 [13:13:59.757] Format host information updated +Info 2114 [13:13:59.961] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2115 [13:13:59.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 7.2818999998271465ms +Info 2116 [13:13:59.968] Different program with same set of files +Info 2117 [13:13:59.968] getCompletionData: Get current token: 0.0044899992644786835 +Info 2118 [13:13:59.968] getCompletionData: Is inside comment: 0.012289002537727356 +Info 2119 [13:13:59.968] getCompletionData: Get previous token: 0.014688998460769653 +Info 2120 [13:13:59.968] getCompletionsAtPosition: isCompletionListBlocker: 0.002682998776435852 +Info 2121 [13:13:59.969] getExportInfoMap: cache hit +Info 2122 [13:13:59.971] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 2123 [13:13:59.971] collectAutoImports: response is complete +Info 2124 [13:13:59.971] collectAutoImports: 1.8835809975862503 +Info 2125 [13:13:59.971] getCompletionData: Semantic work: 2.496764000505209 +Info 2126 [13:13:59.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9757499992847443 +Info 2127 [13:13:59.974] Format host information updated +Info 2128 [13:14:00.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2129 [13:14:00.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 7.934636000543833ms +Info 2130 [13:14:00.093] Different program with same set of files +Info 2131 [13:14:00.093] getCompletionData: Get current token: 0.00570099800825119 +Info 2132 [13:14:00.093] getCompletionData: Is inside comment: 0.016126997768878937 +Info 2133 [13:14:00.093] getCompletionData: Get previous token: 0.018637999892234802 +Info 2134 [13:14:00.096] getCompletionsAtPosition: isCompletionListBlocker: 0.004909999668598175 +Info 2135 [13:14:00.096] getExportInfoMap: cache hit +Info 2136 [13:14:00.099] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2137 [13:14:00.099] collectAutoImports: response is complete +Info 2138 [13:14:00.099] collectAutoImports: 2.1551439985632896 +Info 2139 [13:14:00.099] getCompletionData: Semantic work: 2.8894900009036064 +Info 2140 [13:14:00.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.330017998814583 +Info 2141 [13:14:00.102] Format host information updated +Info 2142 [13:14:00.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2143 [13:14:00.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 14.147298999130726ms +Info 2144 [13:14:00.164] Different program with same set of files +Info 2145 [13:14:00.164] getCompletionData: Get current token: 0.010020002722740173 +Info 2146 [13:14:00.165] getCompletionData: Is inside comment: 0.02891699969768524 +Info 2147 [13:14:00.165] getCompletionData: Get previous token: 0.03282099962234497 +Info 2148 [13:14:00.165] getCompletionsAtPosition: isCompletionListBlocker: 0.004508998245000839 +Info 2149 [13:14:00.166] getExportInfoMap: cache hit +Info 2150 [13:14:00.169] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2151 [13:14:00.169] collectAutoImports: response is complete +Info 2152 [13:14:00.169] collectAutoImports: 3.7859579995274544 +Info 2153 [13:14:00.169] getCompletionData: Semantic work: 4.772230997681618 +Info 2154 [13:14:00.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7809499986469746 +Info 2155 [13:14:00.178] Format host information updated +Info 2156 [13:14:00.291] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2157 [13:14:00.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.93002700060606ms +Info 2158 [13:14:00.298] Different program with same set of files +Info 2159 [13:14:00.298] getCompletionData: Get current token: 0.005334001034498215 +Info 2160 [13:14:00.298] getCompletionData: Is inside comment: 0.012947000563144684 +Info 2161 [13:14:00.298] getCompletionData: Get previous token: 0.01518300175666809 +Info 2162 [13:14:00.298] getCompletionsAtPosition: isCompletionListBlocker: 0.0024279989302158356 +Info 2163 [13:14:00.299] getExportInfoMap: cache hit +Info 2164 [13:14:00.300] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2165 [13:14:00.300] collectAutoImports: response is complete +Info 2166 [13:14:00.300] collectAutoImports: 1.813060998916626 +Info 2167 [13:14:00.300] getCompletionData: Semantic work: 2.316192001104355 +Info 2168 [13:14:00.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7283000014722347 +Info 2169 [13:14:00.303] Format host information updated +Info 2170 [13:14:00.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2171 [13:14:00.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 10.319643002003431ms +Info 2172 [13:14:00.363] Different program with same set of files +Info 2173 [13:14:00.363] getCompletionData: Get current token: 0.007771000266075134 +Info 2174 [13:14:00.364] getCompletionData: Is inside comment: 0.021157000213861465 +Info 2175 [13:14:00.364] getCompletionData: Get previous token: 0.025182001292705536 +Info 2176 [13:14:00.364] getCompletionsAtPosition: isCompletionListBlocker: 0.00342399999499321 +Info 2177 [13:14:00.367] getExportInfoMap: cache hit +Info 2178 [13:14:00.370] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2179 [13:14:00.370] collectAutoImports: response is complete +Info 2180 [13:14:00.370] collectAutoImports: 2.794640999287367 +Info 2181 [13:14:00.370] getCompletionData: Semantic work: 6.51367300003767 +Info 2182 [13:14:00.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.805385001003742 +Info 2183 [13:14:00.374] Format host information updated +Info 2184 [13:14:00.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2185 [13:14:00.526] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 7.416177000850439ms +Info 2186 [13:14:00.526] Different program with same set of files +Info 2187 [13:14:00.526] getCompletionData: Get current token: 0.005495000630617142 +Info 2188 [13:14:00.526] getCompletionData: Is inside comment: 0.015505000948905945 +Info 2189 [13:14:00.527] getCompletionData: Get previous token: 0.01854899898171425 +Info 2190 [13:14:00.527] getCompletionsAtPosition: isCompletionListBlocker: 0.003398999571800232 +Info 2191 [13:14:00.527] getExportInfoMap: cache hit +Info 2192 [13:14:00.529] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2193 [13:14:00.529] collectAutoImports: response is complete +Info 2194 [13:14:00.529] collectAutoImports: 2.030036997050047 +Info 2195 [13:14:00.529] getCompletionData: Semantic work: 2.611990999430418 +Info 2196 [13:14:00.531] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1438979990780354 +Info 2197 [13:14:00.535] Format host information updated +Info 2198 [13:14:00.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2199 [13:14:00.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 9.754436999559402ms +Info 2200 [13:14:00.890] Different program with same set of files +Info 2201 [13:14:00.891] getCompletionData: Get current token: 0.005403000861406326 +Info 2202 [13:14:00.891] getCompletionData: Is inside comment: 0.014814000576734543 +Info 2203 [13:14:00.891] getCompletionData: Get previous token: 0.01801600307226181 +Info 2204 [13:14:00.891] getCompletionsAtPosition: isCompletionListBlocker: 0.0031390003859996796 +Info 2205 [13:14:00.891] getExportInfoMap: cache hit +Info 2206 [13:14:00.893] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2207 [13:14:00.893] collectAutoImports: response is complete +Info 2208 [13:14:00.893] collectAutoImports: 2.1079120002686977 +Info 2209 [13:14:00.893] getCompletionData: Semantic work: 2.691498000174761 +Info 2210 [13:14:00.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.241999000310898 +Info 2211 [13:14:00.897] Format host information updated +Info 2212 [13:14:01.030] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2213 [13:14:01.037] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 7.141648001968861ms +Info 2214 [13:14:01.037] Different program with same set of files +Info 2215 [13:14:01.037] getCompletionData: Get current token: 0.005417998880147934 +Info 2216 [13:14:01.037] getCompletionData: Is inside comment: 0.013660002499818802 +Info 2217 [13:14:01.037] getCompletionData: Get previous token: 0.016061998903751373 +Info 2218 [13:14:01.037] getCompletionsAtPosition: isCompletionListBlocker: 0.0026529990136623383 +Info 2219 [13:14:01.038] getExportInfoMap: cache hit +Info 2220 [13:14:01.040] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2221 [13:14:01.040] collectAutoImports: response is complete +Info 2222 [13:14:01.040] collectAutoImports: 1.840930998325348 +Info 2223 [13:14:01.040] getCompletionData: Semantic work: 2.3687539994716644 +Info 2224 [13:14:01.042] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.808873999863863 +Info 2225 [13:14:01.044] Format host information updated +Info 2226 [13:14:01.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2227 [13:14:01.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 7.439991001039743ms +Info 2228 [13:14:01.139] Different program with same set of files +Info 2229 [13:14:01.139] getCompletionData: Get current token: 0.004533998668193817 +Info 2230 [13:14:01.139] getCompletionData: Is inside comment: 0.01313599944114685 +Info 2231 [13:14:01.139] getCompletionData: Get previous token: 0.015133000910282135 +Info 2232 [13:14:01.139] getCompletionsAtPosition: isCompletionListBlocker: 0.0026340000331401825 +Info 2233 [13:14:01.139] getExportInfoMap: cache hit +Info 2234 [13:14:01.141] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2235 [13:14:01.141] collectAutoImports: response is complete +Info 2236 [13:14:01.141] collectAutoImports: 1.7187649980187416 +Info 2237 [13:14:01.141] getCompletionData: Semantic work: 2.3146790005266666 +Info 2238 [13:14:01.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7692360021173954 +Info 2239 [13:14:01.144] Format host information updated +Info 2240 [13:14:02.319] Format host information updated +Info 2241 [13:14:02.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2242 [13:14:02.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 6.778971999883652ms +Info 2243 [13:14:02.326] Different program with same set of files +Info 2244 [13:14:02.827] Format host information updated +Info 2245 [13:14:02.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2246 [13:14:02.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 10.628286000341177ms +Info 2247 [13:14:02.839] Different program with same set of files +Info 2248 [13:14:03.607] Format host information updated +Info 2249 [13:14:03.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2250 [13:14:03.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 10.180047001689672ms +Info 2251 [13:14:03.617] Different program with same set of files +Info 2252 [13:14:04.043] Format host information updated +Info 2253 [13:14:04.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2254 [13:14:04.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 9.453193001449108ms +Info 2255 [13:14:04.053] Different program with same set of files +Info 2256 [13:14:04.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2257 [13:14:04.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.71331699937582ms +Info 2258 [13:14:04.341] Different program with same set of files +Info 2259 [13:14:04.341] getCompletionData: Get current token: 0.0038460008800029755 +Info 2260 [13:14:04.341] getCompletionData: Is inside comment: 0.007633000612258911 +Info 2261 [13:14:04.341] getCompletionData: Get previous token: 0.005392998456954956 +Info 2262 [13:14:04.341] getCompletionsAtPosition: isCompletionListBlocker: 0.01096000149846077 +Info 2263 [13:14:04.342] getExportInfoMap: cache hit +Info 2264 [13:14:04.366] collectAutoImports: resolved 1 module specifiers, plus 219 ambient and 3100 from cache +Info 2265 [13:14:04.366] collectAutoImports: response is complete +Info 2266 [13:14:04.366] collectAutoImports: 23.73325999826193 +Info 2267 [13:14:04.366] getCompletionData: Semantic work: 24.260747000575066 +Info 2268 [13:14:04.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.688198998570442 +Info 2269 [13:14:04.381] Format host information updated +Info 2270 [13:14:04.493] getCompletionData: Get current token: 0.002232000231742859 +Info 2271 [13:14:04.493] getCompletionData: Is inside comment: 0.001124996691942215 +Info 2272 [13:14:04.493] getCompletionData: Get previous token: 0.006846003234386444 +Info 2273 [13:14:04.493] getCompletionsAtPosition: isCompletionListBlocker: 0.003042999655008316 +Info 2274 [13:14:04.493] getExportInfoMap: cache hit +Info 2275 [13:14:04.511] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2276 [13:14:04.511] collectAutoImports: response is complete +Info 2277 [13:14:04.511] collectAutoImports: 17.946887001395226 +Info 2278 [13:14:04.511] getCompletionData: Semantic work: 18.492466997355223 +Info 2279 [13:14:04.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.935750000178814 +Info 2280 [13:14:05.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2281 [13:14:05.499] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.659102000296116ms +Info 2282 [13:14:05.499] Different program with same set of files +Info 2283 [13:14:05.500] getCompletionData: Get current token: 0.0021359995007514954 +Info 2284 [13:14:05.500] getCompletionData: Is inside comment: 0.0011439993977546692 +Info 2285 [13:14:05.500] getCompletionData: Get previous token: 0.009361997246742249 +Info 2286 [13:14:05.500] getCompletionsAtPosition: isCompletionListBlocker: 0.0070319995284080505 +Info 2287 [13:14:05.500] getExportInfoMap: cache hit +Info 2288 [13:14:05.521] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2289 [13:14:05.521] collectAutoImports: response is complete +Info 2290 [13:14:05.521] collectAutoImports: 20.725148998200893 +Info 2291 [13:14:05.521] getCompletionData: Semantic work: 21.283409003168344 +Info 2292 [13:14:05.584] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 62.44768999889493 +Info 2293 [13:14:05.590] Format host information updated +Info 2294 [13:14:05.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2295 [13:14:05.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.747999999672174ms +Info 2296 [13:14:05.851] Different program with same set of files +Info 2297 [13:14:05.851] getCompletionData: Get current token: 0.002226002514362335 +Info 2298 [13:14:05.851] getCompletionData: Is inside comment: 0.0016160011291503906 +Info 2299 [13:14:05.851] getCompletionData: Get previous token: 0.009112000465393066 +Info 2300 [13:14:05.851] getCompletionsAtPosition: isCompletionListBlocker: 0.0032000020146369934 +Info 2301 [13:14:05.852] getExportInfoMap: cache hit +Info 2302 [13:14:05.876] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2303 [13:14:05.876] collectAutoImports: response is complete +Info 2304 [13:14:05.876] collectAutoImports: 24.19471400231123 +Info 2305 [13:14:05.876] getCompletionData: Semantic work: 24.755920998752117 +Info 2306 [13:14:05.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.24787800014019 +Info 2307 [13:14:05.893] Format host information updated +Info 2308 [13:14:06.572] Format host information updated +Info 2309 [13:14:06.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2310 [13:14:06.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.85275400057435ms +Info 2311 [13:14:06.587] Different program with same set of files +Info 2312 [13:14:06.631] Format host information updated +Info 2313 [13:14:06.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2314 [13:14:06.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 10.414770998060703ms +Info 2315 [13:14:06.642] Different program with same set of files +Info 2316 [13:14:07.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2317 [13:14:07.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 7.642442002892494ms +Info 2318 [13:14:07.014] Different program with same set of files +Info 2319 [13:14:07.014] getCompletionData: Get current token: 0.0036390013992786407 +Info 2320 [13:14:07.014] getCompletionData: Is inside comment: 0.024790998548269272 +Info 2321 [13:14:07.014] getCompletionData: Get previous token: 0.003965999931097031 +Info 2322 [13:14:07.015] getCompletionsAtPosition: isCompletionListBlocker: 0.004816997796297073 +Info 2323 [13:14:07.015] Returning an empty list because completion was requested in an invalid position. +Info 2324 [13:14:07.015] Format host information updated +Info 2325 [13:14:07.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2326 [13:14:07.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 10.051959998905659ms +Info 2327 [13:14:07.129] Different program with same set of files +Info 2328 [13:14:07.129] getCompletionData: Get current token: 0.0039239972829818726 +Info 2329 [13:14:07.129] getCompletionData: Is inside comment: 0.00477999821305275 +Info 2330 [13:14:07.129] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2331 [13:14:07.129] Format host information updated +Info 2332 [13:14:07.288] getCompletionData: Get current token: 0.0021269991993904114 +Info 2333 [13:14:07.288] getCompletionData: Is inside comment: 0.003868997097015381 +Info 2334 [13:14:07.288] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2335 [13:14:07.759] getCompletionData: Get current token: 0.0019209980964660645 +Info 2336 [13:14:07.759] getCompletionData: Is inside comment: 0.003557000309228897 +Info 2337 [13:14:07.759] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2338 [13:14:07.923] Format host information updated +Info 2339 [13:14:07.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2340 [13:14:07.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 7.240545000880957ms +Info 2341 [13:14:07.930] Different program with same set of files +Info 2342 [13:14:08.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2343 [13:14:08.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 7.1545640006661415ms +Info 2344 [13:14:08.103] Different program with same set of files +Info 2345 [13:14:08.103] getCompletionData: Get current token: 0.003423001617193222 +Info 2346 [13:14:08.103] getCompletionData: Is inside comment: 0.004191000014543533 +Info 2347 [13:14:08.103] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2348 [13:14:08.103] Format host information updated +Info 2349 [13:14:08.203] getCompletionData: Get current token: 0.003956999629735947 +Info 2350 [13:14:08.203] getCompletionData: Is inside comment: 0.012189999222755432 +Info 2351 [13:14:08.203] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2352 [13:14:08.717] Format host information updated +Info 2353 [13:14:08.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2354 [13:14:08.724] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 7.406445998698473ms +Info 2355 [13:14:08.724] Different program with same set of files +Info 2356 [13:14:08.795] Format host information updated +Info 2357 [13:14:08.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2358 [13:14:08.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 27.706498999148607ms +Info 2359 [13:14:08.824] Different program with same set of files +Info 2360 [13:14:09.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2361 [13:14:09.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 8.089729998260736ms +Info 2362 [13:14:09.223] Different program with same set of files +Info 2363 [13:14:09.223] getCompletionData: Get current token: 0.0030080005526542664 +Info 2364 [13:14:09.223] getCompletionData: Is inside comment: 0.003956999629735947 +Info 2365 [13:14:09.223] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2366 [13:14:09.224] Format host information updated +Info 2367 [13:14:09.386] getCompletionData: Get current token: 0.0022459998726844788 +Info 2368 [13:14:09.386] getCompletionData: Is inside comment: 0.004820000380277634 +Info 2369 [13:14:09.386] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2370 [13:14:09.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2371 [13:14:09.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 6.969046998769045ms +Info 2372 [13:14:09.645] Different program with same set of files +Info 2373 [13:14:09.645] getCompletionData: Get current token: 0.003180999308824539 +Info 2374 [13:14:09.645] getCompletionData: Is inside comment: 0.004135999828577042 +Info 2375 [13:14:09.645] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2376 [13:14:09.646] Format host information updated +Info 2377 [13:14:09.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2378 [13:14:09.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 30.170105002820492ms +Info 2379 [13:14:09.790] Different program with same set of files +Info 2380 [13:14:09.790] getCompletionData: Get current token: 0.006354998797178268 +Info 2381 [13:14:09.790] getCompletionData: Is inside comment: 0.008030001074075699 +Info 2382 [13:14:09.790] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2383 [13:14:09.791] Format host information updated +Info 2384 [13:14:09.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2385 [13:14:09.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 26.537590000778437ms +Info 2386 [13:14:09.948] Different program with same set of files +Info 2387 [13:14:09.949] getCompletionData: Get current token: 0.007896002382040024 +Info 2388 [13:14:09.949] getCompletionData: Is inside comment: 0.011454001069068909 +Info 2389 [13:14:09.949] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2390 [13:14:09.949] Format host information updated +Info 2391 [13:14:09.985] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2392 [13:14:09.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 13.028333000838757ms +Info 2393 [13:14:09.998] Different program with same set of files +Info 2394 [13:14:09.998] getCompletionData: Get current token: 0.004999998956918716 +Info 2395 [13:14:09.998] getCompletionData: Is inside comment: 0.006480000913143158 +Info 2396 [13:14:09.998] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2397 [13:14:09.999] Format host information updated +Info 2398 [13:14:10.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2399 [13:14:10.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 28.997847001999617ms +Info 2400 [13:14:10.149] Different program with same set of files +Info 2401 [13:14:10.149] getCompletionData: Get current token: 0.010587997734546661 +Info 2402 [13:14:10.149] getCompletionData: Is inside comment: 0.014357000589370728 +Info 2403 [13:14:10.149] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2404 [13:14:10.150] Format host information updated +Info 2405 [13:14:10.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2406 [13:14:10.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 14.471060000360012ms +Info 2407 [13:14:10.199] Different program with same set of files +Info 2408 [13:14:10.199] getCompletionData: Get current token: 0.005199998617172241 +Info 2409 [13:14:10.199] getCompletionData: Is inside comment: 0.007554996758699417 +Info 2410 [13:14:10.199] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2411 [13:14:10.200] Format host information updated +Info 2412 [13:14:10.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2413 [13:14:10.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 28.500980000942945ms +Info 2414 [13:14:10.347] Different program with same set of files +Info 2415 [13:14:10.348] getCompletionData: Get current token: 0.01360199972987175 +Info 2416 [13:14:10.348] getCompletionData: Is inside comment: 0.020024999976158142 +Info 2417 [13:14:10.348] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2418 [13:14:10.348] Format host information updated +Info 2419 [13:14:10.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2420 [13:14:10.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 29.281317997723818ms +Info 2421 [13:14:10.444] Different program with same set of files +Info 2422 [13:14:10.445] getCompletionData: Get current token: 0.007367998361587524 +Info 2423 [13:14:10.445] getCompletionData: Is inside comment: 0.009633000940084457 +Info 2424 [13:14:10.445] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2425 [13:14:10.445] Format host information updated +Info 2426 [13:14:10.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2427 [13:14:10.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 9.27411000058055ms +Info 2428 [13:14:10.581] Different program with same set of files +Info 2429 [13:14:10.581] getCompletionData: Get current token: 0.003977000713348389 +Info 2430 [13:14:10.581] getCompletionData: Is inside comment: 0.0057420022785663605 +Info 2431 [13:14:10.581] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2432 [13:14:10.581] Format host information updated +Info 2433 [13:14:10.702] Format host information updated +Info 2434 [13:14:10.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2435 [13:14:10.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 35.22853999957442ms +Info 2436 [13:14:10.738] Different program with same set of files +Info 2437 [13:14:11.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2438 [13:14:11.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 7.178957000374794ms +Info 2439 [13:14:11.234] Different program with same set of files +Info 2440 [13:14:11.234] getCompletionData: Get current token: 0.0026290006935596466 +Info 2441 [13:14:11.234] getCompletionData: Is inside comment: 0.003731001168489456 +Info 2442 [13:14:11.234] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2443 [13:14:11.234] Format host information updated +Info 2444 [13:14:11.848] getCompletionData: Get current token: 0.0046640001237392426 +Info 2445 [13:14:11.848] getCompletionData: Is inside comment: 0.009382002055644989 +Info 2446 [13:14:11.848] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2447 [13:14:13.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2448 [13:14:13.463] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 7.137920998036861ms +Info 2449 [13:14:13.463] Different program with same set of files +Info 2450 [13:14:13.463] getCompletionData: Get current token: 0.002950001507997513 +Info 2451 [13:14:13.463] getCompletionData: Is inside comment: 0.004202000796794891 +Info 2452 [13:14:13.463] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2453 [13:14:13.463] Format host information updated +Info 2454 [13:14:13.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2455 [13:14:13.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 7.51842400059104ms +Info 2456 [13:14:13.574] Different program with same set of files +Info 2457 [13:14:13.575] getCompletionData: Get current token: 0.0032679997384548187 +Info 2458 [13:14:13.575] getCompletionData: Is inside comment: 0.004949998110532761 +Info 2459 [13:14:13.575] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2460 [13:14:13.577] Format host information updated +Info 2461 [13:14:13.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2462 [13:14:13.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 7.610174998641014ms +Info 2463 [13:14:13.667] Different program with same set of files +Info 2464 [13:14:13.667] getCompletionData: Get current token: 0.003376998007297516 +Info 2465 [13:14:13.667] getCompletionData: Is inside comment: 0.005548000335693359 +Info 2466 [13:14:13.667] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2467 [13:14:13.667] Format host information updated +Info 2468 [13:14:13.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2469 [13:14:13.901] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 7.1857299990952015ms +Info 2470 [13:14:13.901] Different program with same set of files +Info 2471 [13:14:13.901] getCompletionData: Get current token: 0.00303800031542778 +Info 2472 [13:14:13.901] getCompletionData: Is inside comment: 0.004927001893520355 +Info 2473 [13:14:13.901] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2474 [13:14:13.901] Format host information updated +Info 2475 [13:14:14.183] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2476 [13:14:14.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 6.971085000783205ms +Info 2477 [13:14:14.190] Different program with same set of files +Info 2478 [13:14:14.190] getCompletionData: Get current token: 0.0032000020146369934 +Info 2479 [13:14:14.190] getCompletionData: Is inside comment: 0.0038870014250278473 +Info 2480 [13:14:14.190] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2481 [13:14:14.190] Format host information updated +Info 2482 [13:14:14.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2483 [13:14:14.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 30.79372699931264ms +Info 2484 [13:14:14.326] Different program with same set of files +Info 2485 [13:14:14.326] getCompletionData: Get current token: 0.008322998881340027 +Info 2486 [13:14:14.326] getCompletionData: Is inside comment: 0.010937999933958054 +Info 2487 [13:14:14.326] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2488 [13:14:14.327] Format host information updated +Info 2489 [13:14:14.494] Format host information updated +Info 2490 [13:14:14.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2491 [13:14:14.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 6.855540998280048ms +Info 2492 [13:14:14.502] Different program with same set of files +Info 2493 [13:14:14.737] getCompletionData: Get current token: 0.0027949996292591095 +Info 2494 [13:14:14.737] getCompletionData: Is inside comment: 0.004572000354528427 +Info 2495 [13:14:14.737] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2496 [13:14:14.877] getCompletionData: Get current token: 0.0018360018730163574 +Info 2497 [13:14:14.877] getCompletionData: Is inside comment: 0.004225999116897583 +Info 2498 [13:14:14.877] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2499 [13:14:15.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2500 [13:14:15.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 7.5018540024757385ms +Info 2501 [13:14:15.057] Different program with same set of files +Info 2502 [13:14:15.057] getCompletionData: Get current token: 0.0038099996745586395 +Info 2503 [13:14:15.057] getCompletionData: Is inside comment: 0.0051519982516765594 +Info 2504 [13:14:15.057] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2505 [13:14:15.057] Format host information updated +Info 2506 [13:14:15.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2507 [13:14:15.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 10.478529002517462ms +Info 2508 [13:14:15.185] Different program with same set of files +Info 2509 [13:14:15.186] getCompletionData: Get current token: 0.00403900071978569 +Info 2510 [13:14:15.186] getCompletionData: Is inside comment: 0.005509998649358749 +Info 2511 [13:14:15.186] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2512 [13:14:15.186] Format host information updated +Info 2513 [13:14:50.895] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2514 [13:14:51.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: true structureIsReused:: SafeModules Elapsed: 153.0667989999056ms +Info 2515 [13:14:51.048] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 2516 [13:14:51.048] Files (147) + +Info 2517 [13:14:51.048] ----------------------------------------------- +Info 2518 [13:14:51.048] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 2519 [13:14:51.048] Files (624) + +Info 2520 [13:14:51.048] ----------------------------------------------- +Info 2521 [13:14:51.049] getCompletionData: Get current token: 0.002399001270532608 +Info 2522 [13:14:51.049] getCompletionData: Is inside comment: 0.007823999971151352 +Info 2523 [13:14:51.049] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2524 [13:14:51.053] Format host information updated +Info 2525 [13:14:55.825] Format host information updated +Info 2526 [13:14:55.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2527 [13:14:55.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 11.993252001702785ms +Info 2528 [13:14:55.837] Different program with same set of files +Info 2529 [13:14:57.235] getCompletionData: Get current token: 0.006452001631259918 +Info 2530 [13:14:57.235] getCompletionData: Is inside comment: 0.03377999737858772 +Info 2531 [13:14:57.235] getCompletionData: Get previous token: 0.02256700024008751 +Info 2532 [13:14:57.235] getCompletionsAtPosition: isCompletionListBlocker: 0.01738399639725685 +Info 2533 [13:14:57.241] AutoImportProviderProject: found 466 root files in 6 dependencies in 0.4555240012705326 ms +Info 2534 [13:14:57.244] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 2535 [13:14:57.244] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.7187799997627735ms +Info 2536 [13:14:57.244] getExportInfoMap: cache miss or empty; calculating new results +Info 2537 [13:14:57.275] forEachExternalModuleToImportFrom autoImportProvider: 17.424311999231577 +Info 2538 [13:14:57.275] getExportInfoMap: done in 35.03819900006056 ms +Info 2539 [13:14:57.304] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2540 [13:14:57.304] collectAutoImports: response is complete +Info 2541 [13:14:57.304] collectAutoImports: 28.729823000729084 +Info 2542 [13:14:57.304] getCompletionData: Semantic work: 68.79064800217748 +Info 2543 [13:14:57.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.739916998893023 +Info 2544 [13:14:57.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2545 [13:14:57.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 8.821394998580217ms +Info 2546 [13:14:57.993] Different program with same set of files +Info 2547 [13:14:57.993] getCompletionData: Get current token: 0.003566998988389969 +Info 2548 [13:14:57.993] getCompletionData: Is inside comment: 0.028932001441717148 +Info 2549 [13:14:57.993] getCompletionData: Get previous token: 0.010973997414112091 +Info 2550 [13:14:57.993] getCompletionsAtPosition: isCompletionListBlocker: 0.002345997840166092 +Info 2551 [13:14:57.994] getExportInfoMap: cache hit +Info 2552 [13:14:58.016] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2553 [13:14:58.016] collectAutoImports: response is complete +Info 2554 [13:14:58.016] collectAutoImports: 21.677599001675844 +Info 2555 [13:14:58.016] getCompletionData: Semantic work: 23.175407998263836 +Info 2556 [13:14:58.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.57992399856448 +Info 2557 [13:14:58.044] Format host information updated +Info 2558 [13:14:58.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2559 [13:14:58.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 10.572284001857042ms +Info 2560 [13:14:58.181] Different program with same set of files +Info 2561 [13:14:58.181] getCompletionData: Get current token: 0.006067000329494476 +Info 2562 [13:14:58.181] getCompletionData: Is inside comment: 0.01782499998807907 +Info 2563 [13:14:58.181] getCompletionData: Get previous token: 0.023412998765707016 +Info 2564 [13:14:58.181] getCompletionsAtPosition: isCompletionListBlocker: 0.0028350017964839935 +Info 2565 [13:14:58.183] getExportInfoMap: cache hit +Info 2566 [13:14:58.186] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 74 from cache +Info 2567 [13:14:58.186] collectAutoImports: response is complete +Info 2568 [13:14:58.186] collectAutoImports: 3.0566559992730618 +Info 2569 [13:14:58.186] getCompletionData: Semantic work: 4.893309000879526 +Info 2570 [13:14:58.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.431354999542236 +Info 2571 [13:14:58.201] Format host information updated +Info 2572 [13:14:58.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2573 [13:14:58.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 9.076299000531435ms +Info 2574 [13:14:58.330] Different program with same set of files +Info 2575 [13:14:58.330] getCompletionData: Get current token: 0.00444599986076355 +Info 2576 [13:14:58.330] getCompletionData: Is inside comment: 0.013732999563217163 +Info 2577 [13:14:58.330] getCompletionData: Get previous token: 0.01772800087928772 +Info 2578 [13:14:58.330] getCompletionsAtPosition: isCompletionListBlocker: 0.0029499977827072144 +Info 2579 [13:14:58.332] getExportInfoMap: cache hit +Info 2580 [13:14:58.334] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 74 from cache +Info 2581 [13:14:58.334] collectAutoImports: response is complete +Info 2582 [13:14:58.334] collectAutoImports: 2.6837520003318787 +Info 2583 [13:14:58.334] getCompletionData: Semantic work: 4.4812790006399155 +Info 2584 [13:14:58.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.627539999783039 +Info 2585 [13:14:58.350] Format host information updated +Info 2586 [13:14:58.767] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2587 [13:14:58.776] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 8.897874001413584ms +Info 2588 [13:14:58.776] Different program with same set of files +Info 2589 [13:14:58.776] getCompletionData: Get current token: 0.0036830008029937744 +Info 2590 [13:14:58.776] getCompletionData: Is inside comment: 0.014311999082565308 +Info 2591 [13:14:58.777] getCompletionData: Get previous token: 0.019478000700473785 +Info 2592 [13:14:58.777] getCompletionsAtPosition: isCompletionListBlocker: 0.0029039978981018066 +Info 2593 [13:14:58.778] getExportInfoMap: cache hit +Info 2594 [13:14:58.780] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 2595 [13:14:58.780] collectAutoImports: response is complete +Info 2596 [13:14:58.780] collectAutoImports: 2.1418420001864433 +Info 2597 [13:14:58.780] getCompletionData: Semantic work: 3.6038650013506413 +Info 2598 [13:14:58.790] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.012528002262115 +Info 2599 [13:14:58.794] Format host information updated +Info 2600 [13:14:58.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2601 [13:14:58.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 8.48352799937129ms +Info 2602 [13:14:58.960] Different program with same set of files +Info 2603 [13:14:58.960] getCompletionData: Get current token: 0.003948003053665161 +Info 2604 [13:14:58.960] getCompletionData: Is inside comment: 0.013422001153230667 +Info 2605 [13:14:58.960] getCompletionData: Get previous token: 0.017994001507759094 +Info 2606 [13:14:58.960] getCompletionsAtPosition: isCompletionListBlocker: 0.0025839991867542267 +Info 2607 [13:14:58.961] getExportInfoMap: cache hit +Info 2608 [13:14:58.963] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 2609 [13:14:58.963] collectAutoImports: response is complete +Info 2610 [13:14:58.963] collectAutoImports: 1.986386001110077 +Info 2611 [13:14:58.963] getCompletionData: Semantic work: 3.2382570020854473 +Info 2612 [13:14:58.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.469048999249935 +Info 2613 [13:14:58.974] Format host information updated +Info 2614 [13:14:59.077] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2615 [13:14:59.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 8.252220001071692ms +Info 2616 [13:14:59.086] Different program with same set of files +Info 2617 [13:14:59.086] getCompletionData: Get current token: 0.0040460005402565 +Info 2618 [13:14:59.086] getCompletionData: Is inside comment: 0.013701997697353363 +Info 2619 [13:14:59.086] getCompletionData: Get previous token: 0.017913002520799637 +Info 2620 [13:14:59.086] getCompletionsAtPosition: isCompletionListBlocker: 0.002551000565290451 +Info 2621 [13:14:59.087] getExportInfoMap: cache hit +Info 2622 [13:14:59.089] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 2623 [13:14:59.089] collectAutoImports: response is complete +Info 2624 [13:14:59.089] collectAutoImports: 1.9909689985215664 +Info 2625 [13:14:59.089] getCompletionData: Semantic work: 3.271646998822689 +Info 2626 [13:14:59.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.515833999961615 +Info 2627 [13:14:59.101] Format host information updated +Info 2628 [13:14:59.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2629 [13:14:59.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 13.623422998934984ms +Info 2630 [13:14:59.177] Different program with same set of files +Info 2631 [13:14:59.177] getCompletionData: Get current token: 0.011601001024246216 +Info 2632 [13:14:59.177] getCompletionData: Is inside comment: 0.04484199732542038 +Info 2633 [13:14:59.177] getCompletionData: Get previous token: 0.06341399997472763 +Info 2634 [13:14:59.177] getCompletionsAtPosition: isCompletionListBlocker: 0.00447700172662735 +Info 2635 [13:14:59.180] getExportInfoMap: cache hit +Info 2636 [13:14:59.187] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 2637 [13:14:59.187] collectAutoImports: response is complete +Info 2638 [13:14:59.187] collectAutoImports: 6.122715998440981 +Info 2639 [13:14:59.187] getCompletionData: Semantic work: 9.334394000470638 +Info 2640 [13:14:59.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.885228000581264 +Info 2641 [13:14:59.202] Format host information updated +Info 2642 [13:14:59.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2643 [13:14:59.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 12.32786899805069ms +Info 2644 [13:14:59.281] Different program with same set of files +Info 2645 [13:14:59.282] getCompletionData: Get current token: 0.006314001977443695 +Info 2646 [13:14:59.282] getCompletionData: Is inside comment: 0.05724100023508072 +Info 2647 [13:14:59.282] getCompletionData: Get previous token: 0.03019699826836586 +Info 2648 [13:14:59.282] getCompletionsAtPosition: isCompletionListBlocker: 0.004585999995470047 +Info 2649 [13:14:59.284] getExportInfoMap: cache hit +Info 2650 [13:14:59.287] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 2651 [13:14:59.287] collectAutoImports: response is complete +Info 2652 [13:14:59.287] collectAutoImports: 3.2906309999525547 +Info 2653 [13:14:59.287] getCompletionData: Semantic work: 5.493275001645088 +Info 2654 [13:14:59.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.818300999701023 +Info 2655 [13:14:59.303] Format host information updated +Info 2656 [13:14:59.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2657 [13:14:59.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 8.229599997401237ms +Info 2658 [13:14:59.337] Different program with same set of files +Info 2659 [13:14:59.337] getCompletionData: Get current token: 0.0040380023419857025 +Info 2660 [13:14:59.337] getCompletionData: Is inside comment: 0.014430001378059387 +Info 2661 [13:14:59.337] getCompletionData: Get previous token: 0.017152998596429825 +Info 2662 [13:14:59.337] getCompletionsAtPosition: isCompletionListBlocker: 0.0024539977312088013 +Info 2663 [13:14:59.338] getExportInfoMap: cache hit +Info 2664 [13:14:59.340] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 2665 [13:14:59.340] collectAutoImports: response is complete +Info 2666 [13:14:59.340] collectAutoImports: 2.0660260021686554 +Info 2667 [13:14:59.340] getCompletionData: Semantic work: 3.355937000364065 +Info 2668 [13:14:59.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.67187600210309 +Info 2669 [13:14:59.351] Format host information updated +Info 2670 [13:14:59.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2671 [13:14:59.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 9.039986997842789ms +Info 2672 [13:14:59.502] Different program with same set of files +Info 2673 [13:14:59.502] getCompletionData: Get current token: 0.0061579979956150055 +Info 2674 [13:14:59.503] getCompletionData: Is inside comment: 0.019519999623298645 +Info 2675 [13:14:59.503] getCompletionData: Get previous token: 0.01355699822306633 +Info 2676 [13:14:59.503] getCompletionsAtPosition: isCompletionListBlocker: 0.0025569982826709747 +Info 2677 [13:14:59.504] getExportInfoMap: cache hit +Info 2678 [13:14:59.529] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2679 [13:14:59.529] collectAutoImports: response is complete +Info 2680 [13:14:59.529] collectAutoImports: 25.14732900261879 +Info 2681 [13:14:59.529] getCompletionData: Semantic work: 26.725074000656605 +Info 2682 [13:14:59.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.962882999330759 +Info 2683 [13:14:59.555] Format host information updated +Info 2684 [13:14:59.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2685 [13:14:59.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 9.159841999411583ms +Info 2686 [13:14:59.602] Different program with same set of files +Info 2687 [13:14:59.603] getCompletionData: Get current token: 0.019099000841379166 +Info 2688 [13:14:59.603] getCompletionData: Is inside comment: 0.013933997601270676 +Info 2689 [13:14:59.603] getCompletionData: Get previous token: 0.0095210000872612 +Info 2690 [13:14:59.603] getCompletionsAtPosition: isCompletionListBlocker: 0.010914001613855362 +Info 2691 [13:14:59.604] getExportInfoMap: cache hit +Info 2692 [13:14:59.627] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2693 [13:14:59.627] collectAutoImports: response is complete +Info 2694 [13:14:59.627] collectAutoImports: 22.99644600227475 +Info 2695 [13:14:59.627] getCompletionData: Semantic work: 24.305213999003172 +Info 2696 [13:14:59.640] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.73750999942422 +Info 2697 [13:14:59.650] Format host information updated +Info 2698 [13:14:59.710] getCompletionData: Get current token: 0.004765000194311142 +Info 2699 [13:14:59.710] getCompletionData: Is inside comment: 0.017427001148462296 +Info 2700 [13:14:59.710] getCompletionData: Get previous token: 0.011963997036218643 +Info 2701 [13:14:59.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0029879994690418243 +Info 2702 [13:14:59.711] getExportInfoMap: cache hit +Info 2703 [13:14:59.734] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2704 [13:14:59.734] collectAutoImports: response is complete +Info 2705 [13:14:59.734] collectAutoImports: 23.017184000462294 +Info 2706 [13:14:59.734] getCompletionData: Semantic work: 24.59434999898076 +Info 2707 [13:14:59.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.093594998121262 +Info 2708 [13:14:59.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2709 [13:14:59.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 9.448603998869658ms +Info 2710 [13:14:59.870] Different program with same set of files +Info 2711 [13:14:59.870] getCompletionData: Get current token: 0.005736000835895538 +Info 2712 [13:14:59.870] getCompletionData: Is inside comment: 0.016993999481201172 +Info 2713 [13:14:59.870] getCompletionData: Get previous token: 0.021973997354507446 +Info 2714 [13:14:59.870] getCompletionsAtPosition: isCompletionListBlocker: 0.0030350014567375183 +Info 2715 [13:14:59.872] getExportInfoMap: cache hit +Info 2716 [13:14:59.877] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 2717 [13:14:59.877] collectAutoImports: response is complete +Info 2718 [13:14:59.877] collectAutoImports: 4.890466000884771 +Info 2719 [13:14:59.877] getCompletionData: Semantic work: 6.483385998755693 +Info 2720 [13:14:59.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.42976700142026 +Info 2721 [13:14:59.888] Format host information updated +Info 2722 [13:15:00.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2723 [13:15:00.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 8.215548001229763ms +Info 2724 [13:15:00.116] Different program with same set of files +Info 2725 [13:15:00.116] getCompletionData: Get current token: 0.004345998167991638 +Info 2726 [13:15:00.116] getCompletionData: Is inside comment: 0.06766000017523766 +Info 2727 [13:15:00.116] getCompletionData: Get previous token: 0.018445000052452087 +Info 2728 [13:15:00.116] getCompletionsAtPosition: isCompletionListBlocker: 0.0023109987378120422 +Info 2729 [13:15:00.117] getExportInfoMap: cache hit +Info 2730 [13:15:00.121] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 2731 [13:15:00.121] collectAutoImports: response is complete +Info 2732 [13:15:00.121] collectAutoImports: 3.251756001263857 +Info 2733 [13:15:00.121] getCompletionData: Semantic work: 4.517052002251148 +Info 2734 [13:15:00.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.782744001597166 +Info 2735 [13:15:00.133] Format host information updated +Info 2736 [13:15:00.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2737 [13:15:00.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 11.927246000617743ms +Info 2738 [13:15:00.193] Different program with same set of files +Info 2739 [13:15:00.193] getCompletionData: Get current token: 0.006896998733282089 +Info 2740 [13:15:00.193] getCompletionData: Is inside comment: 0.023521997034549713 +Info 2741 [13:15:00.193] getCompletionData: Get previous token: 0.031967997550964355 +Info 2742 [13:15:00.193] getCompletionsAtPosition: isCompletionListBlocker: 0.003938999027013779 +Info 2743 [13:15:00.195] getExportInfoMap: cache hit +Info 2744 [13:15:00.198] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 2745 [13:15:00.198] collectAutoImports: response is complete +Info 2746 [13:15:00.198] collectAutoImports: 3.07319999858737 +Info 2747 [13:15:00.198] getCompletionData: Semantic work: 4.920336998999119 +Info 2748 [13:15:00.212] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.261234000325203 +Info 2749 [13:15:00.215] Format host information updated +Info 2750 [13:15:00.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2751 [13:15:00.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 8.989691998809576ms +Info 2752 [13:15:00.420] Different program with same set of files +Info 2753 [13:15:00.420] getCompletionData: Get current token: 0.004157997667789459 +Info 2754 [13:15:00.420] getCompletionData: Is inside comment: 0.014720998704433441 +Info 2755 [13:15:00.420] getCompletionData: Get previous token: 0.019889000803232193 +Info 2756 [13:15:00.420] getCompletionsAtPosition: isCompletionListBlocker: 0.0031390003859996796 +Info 2757 [13:15:00.422] getExportInfoMap: cache hit +Info 2758 [13:15:00.424] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 2759 [13:15:00.424] collectAutoImports: response is complete +Info 2760 [13:15:00.424] collectAutoImports: 1.8514820002019405 +Info 2761 [13:15:00.424] getCompletionData: Semantic work: 3.2727199979126453 +Info 2762 [13:15:00.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5655010007321835 +Info 2763 [13:15:00.435] Format host information updated +Info 2764 [13:15:00.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2765 [13:15:00.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 32.06978700309992ms +Info 2766 [13:15:00.552] Different program with same set of files +Info 2767 [13:15:00.552] getCompletionData: Get current token: 0.015099000185728073 +Info 2768 [13:15:00.552] getCompletionData: Is inside comment: 0.063315000385046 +Info 2769 [13:15:00.552] getCompletionData: Get previous token: 0.06987399980425835 +Info 2770 [13:15:00.553] getCompletionsAtPosition: isCompletionListBlocker: 0.0068709999322891235 +Info 2771 [13:15:00.556] getExportInfoMap: cache hit +Info 2772 [13:15:00.561] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2773 [13:15:00.561] collectAutoImports: response is complete +Info 2774 [13:15:00.561] collectAutoImports: 4.353764999657869 +Info 2775 [13:15:00.561] getCompletionData: Semantic work: 8.36591000109911 +Info 2776 [13:15:00.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.325027998536825 +Info 2777 [13:15:00.578] Format host information updated +Info 2778 [13:15:00.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2779 [13:15:00.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 8.757713999599218ms +Info 2780 [13:15:00.669] Different program with same set of files +Info 2781 [13:15:00.669] getCompletionData: Get current token: 0.005930997431278229 +Info 2782 [13:15:00.669] getCompletionData: Is inside comment: 0.017255999147892 +Info 2783 [13:15:00.669] getCompletionData: Get previous token: 0.023453999310731888 +Info 2784 [13:15:00.669] getCompletionsAtPosition: isCompletionListBlocker: 0.00234999880194664 +Info 2785 [13:15:00.670] getExportInfoMap: cache hit +Info 2786 [13:15:00.672] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2787 [13:15:00.672] collectAutoImports: response is complete +Info 2788 [13:15:00.672] collectAutoImports: 1.9567230008542538 +Info 2789 [13:15:00.673] getCompletionData: Semantic work: 3.355606999248266 +Info 2790 [13:15:00.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.4065000005066395 +Info 2791 [13:15:00.683] Format host information updated +Info 2792 [13:15:00.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2793 [13:15:00.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 8.072247002273798ms +Info 2794 [13:15:00.822] Different program with same set of files +Info 2795 [13:15:00.823] getCompletionData: Get current token: 0.004907000809907913 +Info 2796 [13:15:00.823] getCompletionData: Is inside comment: 0.014339998364448547 +Info 2797 [13:15:00.823] getCompletionData: Get previous token: 0.019442003220319748 +Info 2798 [13:15:00.823] getCompletionsAtPosition: isCompletionListBlocker: 0.002107001841068268 +Info 2799 [13:15:00.824] getExportInfoMap: cache hit +Info 2800 [13:15:00.845] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2801 [13:15:00.845] collectAutoImports: response is complete +Info 2802 [13:15:00.845] collectAutoImports: 21.138371001929045 +Info 2803 [13:15:00.845] getCompletionData: Semantic work: 22.453496001660824 +Info 2804 [13:15:00.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.57124099880457 +Info 2805 [13:15:00.871] Format host information updated +Info 2806 [13:15:03.239] Format host information updated +Info 2807 [13:15:03.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2808 [13:15:03.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 12.885205000638962ms +Info 2809 [13:15:03.252] Different program with same set of files +Info 2810 [13:15:03.374] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2811 [13:15:03.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 14.809680998325348ms +Info 2812 [13:15:03.389] Different program with same set of files +Info 2813 [13:15:03.389] getCompletionData: Get current token: 0.0032479986548423767 +Info 2814 [13:15:03.389] getCompletionData: Is inside comment: 0.01224299892783165 +Info 2815 [13:15:03.389] getCompletionData: Get previous token: 0.020407002419233322 +Info 2816 [13:15:03.389] getCompletionsAtPosition: isCompletionListBlocker: 0.031248997896909714 +Info 2817 [13:15:03.391] getExportInfoMap: cache hit +Info 2818 [13:15:03.401] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 2819 [13:15:03.401] collectAutoImports: response is complete +Info 2820 [13:15:03.401] collectAutoImports: 9.311583999544382 +Info 2821 [13:15:03.401] getCompletionData: Semantic work: 11.778949998319149 +Info 2822 [13:15:03.408] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.398899000138044 +Info 2823 [13:15:03.413] Format host information updated +Info 2824 [13:15:03.566] Format host information updated +Info 2825 [13:15:03.566] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2826 [13:15:03.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 8.283858999609947ms +Info 2827 [13:15:03.574] Different program with same set of files +Info 2828 [13:15:03.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2829 [13:15:03.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 8.587264001369476ms +Info 2830 [13:15:03.696] Different program with same set of files +Info 2831 [13:15:03.696] getCompletionData: Get current token: 0.002580001950263977 +Info 2832 [13:15:03.696] getCompletionData: Is inside comment: 0.010903000831604004 +Info 2833 [13:15:03.696] getCompletionData: Get previous token: 0.007727000862360001 +Info 2834 [13:15:03.696] getCompletionsAtPosition: isCompletionListBlocker: 0.0071529969573020935 +Info 2835 [13:15:03.697] getExportInfoMap: cache hit +Info 2836 [13:15:03.721] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2837 [13:15:03.721] collectAutoImports: response is complete +Info 2838 [13:15:03.721] collectAutoImports: 23.754482001066208 +Info 2839 [13:15:03.721] getCompletionData: Semantic work: 25.364270001649857 +Info 2840 [13:15:03.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.655039999634027 +Info 2841 [13:15:03.738] Format host information updated +Info 2842 [13:15:03.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2843 [13:15:03.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 8.782469999045134ms +Info 2844 [13:15:03.935] Different program with same set of files +Info 2845 [13:15:03.935] getCompletionData: Get current token: 0.004997000098228455 +Info 2846 [13:15:03.935] getCompletionData: Is inside comment: 0.010621000081300735 +Info 2847 [13:15:03.935] getCompletionData: Get previous token: 0.008298002183437347 +Info 2848 [13:15:03.935] getCompletionsAtPosition: isCompletionListBlocker: 0.007961999624967575 +Info 2849 [13:15:03.937] getExportInfoMap: cache hit +Info 2850 [13:15:03.960] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2851 [13:15:03.960] collectAutoImports: response is complete +Info 2852 [13:15:03.960] collectAutoImports: 22.996667999774218 +Info 2853 [13:15:03.960] getCompletionData: Semantic work: 24.79415700212121 +Info 2854 [13:15:03.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.493749000132084 +Info 2855 [13:15:03.980] Format host information updated +Info 2856 [13:15:03.992] Format host information updated +Info 2857 [13:15:03.992] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2858 [13:15:04.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 8.926754999905825ms +Info 2859 [13:15:04.001] Different program with same set of files +Info 2860 [13:15:04.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2861 [13:15:04.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 11.350556001067162ms +Info 2862 [13:15:04.232] Different program with same set of files +Info 2863 [13:15:04.232] getCompletionData: Get current token: 0.0021859966218471527 +Info 2864 [13:15:04.232] getCompletionData: Is inside comment: 0.007644001394510269 +Info 2865 [13:15:04.232] getCompletionData: Get previous token: 0.013033002614974976 +Info 2866 [13:15:04.232] getCompletionsAtPosition: isCompletionListBlocker: 0.007246002554893494 +Info 2867 [13:15:04.233] getExportInfoMap: cache hit +Info 2868 [13:15:04.238] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 2869 [13:15:04.238] collectAutoImports: response is complete +Info 2870 [13:15:04.238] collectAutoImports: 4.511398997157812 +Info 2871 [13:15:04.238] getCompletionData: Semantic work: 6.128788001835346 +Info 2872 [13:15:04.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.231302998960018 +Info 2873 [13:15:04.245] Format host information updated +Info 2874 [13:15:04.296] Format host information updated +Info 2875 [13:15:04.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2876 [13:15:04.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 9.460549999028444ms +Info 2877 [13:15:04.306] Different program with same set of files +Info 2878 [13:15:04.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2879 [13:15:04.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 8.960200998932123ms +Info 2880 [13:15:04.448] Different program with same set of files +Info 2881 [13:15:04.449] getCompletionData: Get current token: 0.0028339996933937073 +Info 2882 [13:15:04.449] getCompletionData: Is inside comment: 0.011831998825073242 +Info 2883 [13:15:04.449] getCompletionData: Get previous token: 0.008858997374773026 +Info 2884 [13:15:04.449] getCompletionsAtPosition: isCompletionListBlocker: 0.0019529983401298523 +Info 2885 [13:15:04.449] getCompletionData: Semantic work: 0.19215799868106842 +Info 2886 [13:15:04.451] Format host information updated +Info 2887 [13:15:04.682] Format host information updated +Info 2888 [13:15:04.682] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2889 [13:15:04.690] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 7.962517999112606ms +Info 2890 [13:15:04.690] Different program with same set of files +Info 2891 [13:15:04.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2892 [13:15:04.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 8.957581002265215ms +Info 2893 [13:15:04.795] Different program with same set of files +Info 2894 [13:15:04.795] getCompletionData: Get current token: 0.0028160028159618378 +Info 2895 [13:15:04.795] getCompletionData: Is inside comment: 0.011515002697706223 +Info 2896 [13:15:04.795] getCompletionData: Get previous token: 0.008191000670194626 +Info 2897 [13:15:04.795] getCompletionsAtPosition: isCompletionListBlocker: 0.007997002452611923 +Info 2898 [13:15:04.800] getExportInfoMap: cache hit +Info 2899 [13:15:04.821] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2900 [13:15:04.821] collectAutoImports: response is complete +Info 2901 [13:15:04.821] collectAutoImports: 21.756563000380993 +Info 2902 [13:15:04.821] getCompletionData: Semantic work: 26.14488699659705 +Info 2903 [13:15:04.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.72886299714446 +Info 2904 [13:15:04.839] Format host information updated +Info 2905 [13:15:05.080] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2906 [13:15:05.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 10.035992000252008ms +Info 2907 [13:15:05.090] Different program with same set of files +Info 2908 [13:15:05.090] getCompletionData: Get current token: 0.004976999014616013 +Info 2909 [13:15:05.090] getCompletionData: Is inside comment: 0.01083100214600563 +Info 2910 [13:15:05.090] getCompletionData: Get previous token: 0.00885700061917305 +Info 2911 [13:15:05.090] getCompletionsAtPosition: isCompletionListBlocker: 0.006923999637365341 +Info 2912 [13:15:05.092] getExportInfoMap: cache hit +Info 2913 [13:15:05.112] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2914 [13:15:05.112] collectAutoImports: response is complete +Info 2915 [13:15:05.112] collectAutoImports: 20.656631000339985 +Info 2916 [13:15:05.112] getCompletionData: Semantic work: 22.164420999586582 +Info 2917 [13:15:05.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.627772003412247 +Info 2918 [13:15:05.131] Format host information updated +Info 2919 [13:15:05.164] Format host information updated +Info 2920 [13:15:05.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2921 [13:15:05.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 8.105242002755404ms +Info 2922 [13:15:05.172] Different program with same set of files +Info 2923 [13:15:06.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2924 [13:15:06.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 10.26604500040412ms +Info 2925 [13:15:06.503] Different program with same set of files +Info 2926 [13:15:06.503] getCompletionData: Get current token: 0.002181999385356903 +Info 2927 [13:15:06.503] getCompletionData: Is inside comment: 0.009198997169733047 +Info 2928 [13:15:06.503] getCompletionData: Get previous token: 0.0159589983522892 +Info 2929 [13:15:06.503] getCompletionsAtPosition: isCompletionListBlocker: 0.008269000798463821 +Info 2930 [13:15:06.505] getExportInfoMap: cache hit +Info 2931 [13:15:06.511] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 2932 [13:15:06.511] collectAutoImports: response is complete +Info 2933 [13:15:06.511] collectAutoImports: 5.768179997801781 +Info 2934 [13:15:06.511] getCompletionData: Semantic work: 8.144120000302792 +Info 2935 [13:15:06.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.80052899941802 +Info 2936 [13:15:06.520] Format host information updated +Info 2937 [13:15:06.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2938 [13:15:06.743] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 11.66940899938345ms +Info 2939 [13:15:06.743] Different program with same set of files +Info 2940 [13:15:06.743] getCompletionData: Get current token: 0.0026569999754428864 +Info 2941 [13:15:06.743] getCompletionData: Is inside comment: 0.008949000388383865 +Info 2942 [13:15:06.743] getCompletionData: Get previous token: 0.006719999015331268 +Info 2943 [13:15:06.743] getCompletionsAtPosition: isCompletionListBlocker: 0.002155996859073639 +Info 2944 [13:15:06.744] getCompletionData: Semantic work: 0.5223620012402534 +Info 2945 [13:15:06.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2926440015435219 +Info 2946 [13:15:06.745] Format host information updated +Info 2947 [13:15:07.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2948 [13:15:07.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 9.54747100174427ms +Info 2949 [13:15:07.224] Different program with same set of files +Info 2950 [13:15:07.224] getCompletionData: Get current token: 0.002795003354549408 +Info 2951 [13:15:07.224] getCompletionData: Is inside comment: 0.010919999331235886 +Info 2952 [13:15:07.224] getCompletionData: Get previous token: 0.020611997693777084 +Info 2953 [13:15:07.224] getCompletionsAtPosition: isCompletionListBlocker: 0.0023280009627342224 +Info 2954 [13:15:07.225] getCompletionData: Semantic work: 0.6075439974665642 +Info 2955 [13:15:07.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5789369978010654 +Info 2956 [13:15:07.228] Format host information updated +Info 2957 [13:15:07.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2958 [13:15:07.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 12.4735889993608ms +Info 2959 [13:15:07.359] Different program with same set of files +Info 2960 [13:15:07.359] getCompletionData: Get current token: 0.002696000039577484 +Info 2961 [13:15:07.359] getCompletionData: Is inside comment: 0.03810799866914749 +Info 2962 [13:15:07.359] getCompletionData: Get previous token: 0.020148999989032745 +Info 2963 [13:15:07.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0024910010397434235 +Info 2964 [13:15:07.360] getCompletionData: Semantic work: 0.6285240016877651 +Info 2965 [13:15:07.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0776440016925335 +Info 2966 [13:15:07.362] Format host information updated +Info 2967 [13:15:07.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2968 [13:15:07.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 11.849069003015757ms +Info 2969 [13:15:07.419] Different program with same set of files +Info 2970 [13:15:07.420] getCompletionData: Get current token: 0.003015998750925064 +Info 2971 [13:15:07.420] getCompletionData: Is inside comment: 0.012359999120235443 +Info 2972 [13:15:07.420] getCompletionData: Get previous token: 0.021660998463630676 +Info 2973 [13:15:07.420] getCompletionsAtPosition: isCompletionListBlocker: 0.0029600001871585846 +Info 2974 [13:15:07.420] getCompletionData: Semantic work: 0.693656001240015 +Info 2975 [13:15:07.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3552879989147186 +Info 2976 [13:15:07.423] Format host information updated +Info 2977 [13:15:07.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2978 [13:15:07.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 9.804625999182463ms +Info 2979 [13:15:07.520] Different program with same set of files +Info 2980 [13:15:07.520] getCompletionData: Get current token: 0.002911999821662903 +Info 2981 [13:15:07.520] getCompletionData: Is inside comment: 0.010558001697063446 +Info 2982 [13:15:07.520] getCompletionData: Get previous token: 0.0209290012717247 +Info 2983 [13:15:07.520] getCompletionsAtPosition: isCompletionListBlocker: 0.0021480023860931396 +Info 2984 [13:15:07.521] getCompletionData: Semantic work: 0.5799749977886677 +Info 2985 [13:15:07.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.127905000001192 +Info 2986 [13:15:07.523] Format host information updated +Info 2987 [13:15:08.110] Format host information updated +Info 2988 [13:15:08.111] Format host information updated +Info 2989 [13:15:08.111] Format host information updated +Info 2990 [13:15:08.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2991 [13:15:08.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 11.00780699774623ms +Info 2992 [13:15:08.122] Different program with same set of files +Info 2993 [13:15:08.123] getCompletionData: Get current token: 0.003140997141599655 +Info 2994 [13:15:08.123] getCompletionData: Is inside comment: 0.009915001690387726 +Info 2995 [13:15:08.123] getCompletionData: Get previous token: 0.008112002164125443 +Info 2996 [13:15:08.123] getCompletionsAtPosition: isCompletionListBlocker: 0.0069160014390945435 +Info 2997 [13:15:08.124] getExportInfoMap: cache hit +Info 2998 [13:15:08.151] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2999 [13:15:08.151] collectAutoImports: response is complete +Info 3000 [13:15:08.151] collectAutoImports: 26.21568600088358 +Info 3001 [13:15:08.151] getCompletionData: Semantic work: 28.08456699922681 +Info 3002 [13:15:08.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.697661001235247 +Info 3003 [13:15:08.179] getCompletionData: Get current token: 0.010460000485181808 +Info 3004 [13:15:08.179] getCompletionData: Is inside comment: 0.004386000335216522 +Info 3005 [13:15:08.179] getCompletionData: Get previous token: 0.020736999809741974 +Info 3006 [13:15:08.179] getCompletionsAtPosition: isCompletionListBlocker: 0.0025160014629364014 +Info 3007 [13:15:08.180] getCompletionData: Semantic work: 0.3418220020830631 +Info 3008 [13:15:08.185] getCompletionData: Get current token: 0.006462998688220978 +Info 3009 [13:15:08.185] getCompletionData: Is inside comment: 0.002497997134923935 +Info 3010 [13:15:08.185] getCompletionData: Get previous token: 0.020284999161958694 +Info 3011 [13:15:08.185] getCompletionsAtPosition: isCompletionListBlocker: 0.0023190006613731384 +Info 3012 [13:15:08.185] getCompletionData: Semantic work: 0.18249300122261047 +Info 3013 [13:15:08.187] getCompletionData: Get current token: 0.0055920034646987915 +Info 3014 [13:15:08.187] getCompletionData: Is inside comment: 0.0023130029439926147 +Info 3015 [13:15:08.187] getCompletionData: Get previous token: 0.022084999829530716 +Info 3016 [13:15:08.187] getCompletionsAtPosition: isCompletionListBlocker: 0.0013719983398914337 +Info 3017 [13:15:08.187] getCompletionData: Semantic work: 0.16211800277233124 +Info 3018 [13:15:08.188] Format host information updated +Info 3019 [13:15:08.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3020 [13:15:08.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 9.159161999821663ms +Info 3021 [13:15:08.201] Different program with same set of files +Info 3022 [13:15:08.201] getCompletionData: Get current token: 0.00232899934053421 +Info 3023 [13:15:08.201] getCompletionData: Is inside comment: 0.009132001549005508 +Info 3024 [13:15:08.201] getCompletionData: Get previous token: 0.0071290023624897 +Info 3025 [13:15:08.201] getCompletionsAtPosition: isCompletionListBlocker: 0.007060002535581589 +Info 3026 [13:15:08.203] getExportInfoMap: cache hit +Info 3027 [13:15:08.226] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3028 [13:15:08.226] collectAutoImports: response is complete +Info 3029 [13:15:08.226] collectAutoImports: 23.723485000431538 +Info 3030 [13:15:08.226] getCompletionData: Semantic work: 25.584442000836134 +Info 3031 [13:15:08.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.707412999123335 +Info 3032 [13:15:08.246] Format host information updated +Info 3033 [13:15:08.277] getCompletionData: Get current token: 0.004278000444173813 +Info 3034 [13:15:08.277] getCompletionData: Is inside comment: 0.0012860000133514404 +Info 3035 [13:15:08.277] getCompletionData: Get previous token: 0.01328200101852417 +Info 3036 [13:15:08.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0034670010209083557 +Info 3037 [13:15:08.279] getExportInfoMap: cache hit +Info 3038 [13:15:08.296] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3039 [13:15:08.296] collectAutoImports: response is complete +Info 3040 [13:15:08.296] collectAutoImports: 16.981095001101494 +Info 3041 [13:15:08.296] getCompletionData: Semantic work: 18.635159999132156 +Info 3042 [13:15:08.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.655880000442266 +Info 3043 [13:15:08.320] Format host information updated +Info 3044 [13:15:08.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3045 [13:15:08.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 9.725044999271631ms +Info 3046 [13:15:08.376] Different program with same set of files +Info 3047 [13:15:08.376] getCompletionData: Get current token: 0.0034400001168251038 +Info 3048 [13:15:08.376] getCompletionData: Is inside comment: 0.0011989995837211609 +Info 3049 [13:15:08.376] getCompletionData: Get previous token: 0.021400999277830124 +Info 3050 [13:15:08.376] getCompletionsAtPosition: isCompletionListBlocker: 0.003042999655008316 +Info 3051 [13:15:08.378] getExportInfoMap: cache hit +Info 3052 [13:15:08.384] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 3053 [13:15:08.384] collectAutoImports: response is complete +Info 3054 [13:15:08.384] collectAutoImports: 6.652961999177933 +Info 3055 [13:15:08.384] getCompletionData: Semantic work: 8.279369998723269 +Info 3056 [13:15:08.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.332068998366594 +Info 3057 [13:15:08.402] Format host information updated +Info 3058 [13:15:11.481] Format host information updated +Info 3059 [13:15:11.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3060 [13:15:11.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 9.243558999150991ms +Info 3061 [13:15:11.490] Different program with same set of files +Info 3062 [13:15:14.407] getCompletionData: Get current token: 0.002338998019695282 +Info 3063 [13:15:14.407] getCompletionData: Is inside comment: 0.011408999562263489 +Info 3064 [13:15:14.407] getCompletionData: Get previous token: 0.0072220005095005035 +Info 3065 [13:15:14.407] getCompletionsAtPosition: isCompletionListBlocker: 0.028181001543998718 +Info 3066 [13:15:14.408] getExportInfoMap: cache hit +Info 3067 [13:15:14.429] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3068 [13:15:14.429] collectAutoImports: response is complete +Info 3069 [13:15:14.429] collectAutoImports: 20.46238899976015 +Info 3070 [13:15:14.429] getCompletionData: Semantic work: 22.199666999280453 +Info 3071 [13:15:14.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.394342999905348 +Info 3072 [13:15:15.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3073 [13:15:15.815] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 9.3720269985497ms +Info 3074 [13:15:15.815] Different program with same set of files +Info 3075 [13:15:15.815] getCompletionData: Get current token: 0.004354000091552734 +Info 3076 [13:15:15.815] getCompletionData: Is inside comment: 0.015412002801895142 +Info 3077 [13:15:15.815] getCompletionData: Get previous token: 0.010753002017736435 +Info 3078 [13:15:15.815] getCompletionsAtPosition: isCompletionListBlocker: 0.0028190016746520996 +Info 3079 [13:15:15.817] getExportInfoMap: cache hit +Info 3080 [13:15:15.839] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3081 [13:15:15.839] collectAutoImports: response is complete +Info 3082 [13:15:15.839] collectAutoImports: 22.00527299940586 +Info 3083 [13:15:15.839] getCompletionData: Semantic work: 23.478728000074625 +Info 3084 [13:15:15.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.4843769967556 +Info 3085 [13:15:15.860] Format host information updated +Info 3086 [13:15:16.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3087 [13:15:16.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 8.954093996435404ms +Info 3088 [13:15:16.055] Different program with same set of files +Info 3089 [13:15:16.055] getCompletionData: Get current token: 0.0037419982254505157 +Info 3090 [13:15:16.055] getCompletionData: Is inside comment: 0.012456998229026794 +Info 3091 [13:15:16.055] getCompletionData: Get previous token: 0.01589599996805191 +Info 3092 [13:15:16.055] getCompletionsAtPosition: isCompletionListBlocker: 0.002714000642299652 +Info 3093 [13:15:16.057] getExportInfoMap: cache hit +Info 3094 [13:15:16.061] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 339 from cache +Info 3095 [13:15:16.061] collectAutoImports: response is complete +Info 3096 [13:15:16.061] collectAutoImports: 3.9941029995679855 +Info 3097 [13:15:16.061] getCompletionData: Semantic work: 5.6467370018363 +Info 3098 [13:15:16.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.30800599977374 +Info 3099 [13:15:16.074] Format host information updated +Info 3100 [13:15:16.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3101 [13:15:16.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 12.023203000426292ms +Info 3102 [13:15:16.222] Different program with same set of files +Info 3103 [13:15:16.222] getCompletionData: Get current token: 0.004282999783754349 +Info 3104 [13:15:16.222] getCompletionData: Is inside comment: 0.01670299842953682 +Info 3105 [13:15:16.222] getCompletionData: Get previous token: 0.038791999220848083 +Info 3106 [13:15:16.222] getCompletionsAtPosition: isCompletionListBlocker: 0.00310400128364563 +Info 3107 [13:15:16.224] getExportInfoMap: cache hit +Info 3108 [13:15:16.229] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 167 from cache +Info 3109 [13:15:16.229] collectAutoImports: response is complete +Info 3110 [13:15:16.229] collectAutoImports: 5.558883000165224 +Info 3111 [13:15:16.229] getCompletionData: Semantic work: 7.085136998444796 +Info 3112 [13:15:16.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.456680998206139 +Info 3113 [13:15:16.241] Format host information updated +Info 3114 [13:15:16.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3115 [13:15:16.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 36.527463998645544ms +Info 3116 [13:15:16.405] Different program with same set of files +Info 3117 [13:15:16.405] getCompletionData: Get current token: 0.010140001773834229 +Info 3118 [13:15:16.405] getCompletionData: Is inside comment: 0.031300000846385956 +Info 3119 [13:15:16.405] getCompletionData: Get previous token: 0.0379519984126091 +Info 3120 [13:15:16.406] getCompletionsAtPosition: isCompletionListBlocker: 0.005559001117944717 +Info 3121 [13:15:16.408] getExportInfoMap: cache hit +Info 3122 [13:15:16.412] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 12 from cache +Info 3123 [13:15:16.412] collectAutoImports: response is complete +Info 3124 [13:15:16.412] collectAutoImports: 3.9800460003316402 +Info 3125 [13:15:16.412] getCompletionData: Semantic work: 6.698860999196768 +Info 3126 [13:15:16.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.508855998516083 +Info 3127 [13:15:16.426] Format host information updated +Info 3128 [13:15:16.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3129 [13:15:16.450] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 11.195134997367859ms +Info 3130 [13:15:16.450] Different program with same set of files +Info 3131 [13:15:16.450] getCompletionData: Get current token: 0.004047997295856476 +Info 3132 [13:15:16.450] getCompletionData: Is inside comment: 0.012088999152183533 +Info 3133 [13:15:16.450] getCompletionData: Get previous token: 0.014718998223543167 +Info 3134 [13:15:16.450] getCompletionsAtPosition: isCompletionListBlocker: 0.0024119988083839417 +Info 3135 [13:15:16.452] getExportInfoMap: cache hit +Info 3136 [13:15:16.454] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3137 [13:15:16.454] collectAutoImports: response is complete +Info 3138 [13:15:16.454] collectAutoImports: 2.1135419979691505 +Info 3139 [13:15:16.454] getCompletionData: Semantic work: 3.580699000507593 +Info 3140 [13:15:16.461] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.162288002669811 +Info 3141 [13:15:16.464] Format host information updated +Info 3142 [13:15:16.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3143 [13:15:16.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 21.476348001509905ms +Info 3144 [13:15:16.683] Different program with same set of files +Info 3145 [13:15:16.683] getCompletionData: Get current token: 0.006570998579263687 +Info 3146 [13:15:16.683] getCompletionData: Is inside comment: 0.020082000643014908 +Info 3147 [13:15:16.683] getCompletionData: Get previous token: 0.013670999556779861 +Info 3148 [13:15:16.683] getCompletionsAtPosition: isCompletionListBlocker: 0.003874998539686203 +Info 3149 [13:15:16.685] getExportInfoMap: cache hit +Info 3150 [13:15:16.709] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3151 [13:15:16.709] collectAutoImports: response is complete +Info 3152 [13:15:16.709] collectAutoImports: 23.906305998563766 +Info 3153 [13:15:16.709] getCompletionData: Semantic work: 25.952754002064466 +Info 3154 [13:15:16.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.982055000960827 +Info 3155 [13:15:16.737] Format host information updated +Info 3156 [13:15:16.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3157 [13:15:16.764] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 8.630373999476433ms +Info 3158 [13:15:16.764] Different program with same set of files +Info 3159 [13:15:16.764] getCompletionData: Get current token: 0.004225999116897583 +Info 3160 [13:15:16.764] getCompletionData: Is inside comment: 0.012573998421430588 +Info 3161 [13:15:16.764] getCompletionData: Get previous token: 0.008765999227762222 +Info 3162 [13:15:16.764] getCompletionsAtPosition: isCompletionListBlocker: 0.0073809996247291565 +Info 3163 [13:15:16.766] getExportInfoMap: cache hit +Info 3164 [13:15:16.791] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3165 [13:15:16.791] collectAutoImports: response is complete +Info 3166 [13:15:16.791] collectAutoImports: 25.051015000790358 +Info 3167 [13:15:16.791] getCompletionData: Semantic work: 26.460582997649908 +Info 3168 [13:15:16.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.820506997406483 +Info 3169 [13:15:16.814] Format host information updated +Info 3170 [13:15:16.835] getCompletionData: Get current token: 0.004448000341653824 +Info 3171 [13:15:16.835] getCompletionData: Is inside comment: 0.014630001038312912 +Info 3172 [13:15:16.835] getCompletionData: Get previous token: 0.009558998048305511 +Info 3173 [13:15:16.835] getCompletionsAtPosition: isCompletionListBlocker: 0.002532999962568283 +Info 3174 [13:15:16.837] getExportInfoMap: cache hit +Info 3175 [13:15:16.856] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3176 [13:15:16.856] collectAutoImports: response is complete +Info 3177 [13:15:16.856] collectAutoImports: 19.208165001124144 +Info 3178 [13:15:16.856] getCompletionData: Semantic work: 20.632028002291918 +Info 3179 [13:15:16.869] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.551345001906157 +Info 3180 [13:15:16.878] Format host information updated +Info 3181 [13:15:17.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3182 [13:15:17.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 8.635219998657703ms +Info 3183 [13:15:17.262] Different program with same set of files +Info 3184 [13:15:17.262] getCompletionData: Get current token: 0.004180997610092163 +Info 3185 [13:15:17.262] getCompletionData: Is inside comment: 0.012487996369600296 +Info 3186 [13:15:17.262] getCompletionData: Get previous token: 0.015870999544858932 +Info 3187 [13:15:17.262] getCompletionsAtPosition: isCompletionListBlocker: 0.002361997961997986 +Info 3188 [13:15:17.263] getExportInfoMap: cache hit +Info 3189 [13:15:17.272] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 805 from cache +Info 3190 [13:15:17.272] collectAutoImports: response is complete +Info 3191 [13:15:17.272] collectAutoImports: 8.78881200030446 +Info 3192 [13:15:17.272] getCompletionData: Semantic work: 10.232631001621485 +Info 3193 [13:15:17.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.925879001617432 +Info 3194 [13:15:17.285] Format host information updated +Info 3195 [13:15:17.372] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3196 [13:15:17.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 9.59467800334096ms +Info 3197 [13:15:17.382] Different program with same set of files +Info 3198 [13:15:17.382] getCompletionData: Get current token: 0.0075820013880729675 +Info 3199 [13:15:17.382] getCompletionData: Is inside comment: 0.019492000341415405 +Info 3200 [13:15:17.382] getCompletionData: Get previous token: 0.019055001437664032 +Info 3201 [13:15:17.382] getCompletionsAtPosition: isCompletionListBlocker: 0.0035989992320537567 +Info 3202 [13:15:17.384] getExportInfoMap: cache hit +Info 3203 [13:15:17.387] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 191 from cache +Info 3204 [13:15:17.387] collectAutoImports: response is complete +Info 3205 [13:15:17.387] collectAutoImports: 3.465372998267412 +Info 3206 [13:15:17.387] getCompletionData: Semantic work: 5.373626001179218 +Info 3207 [13:15:17.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.536364000290632 +Info 3208 [13:15:17.400] Format host information updated +Info 3209 [13:15:17.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3210 [13:15:17.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 8.846790000796318ms +Info 3211 [13:15:17.464] Different program with same set of files +Info 3212 [13:15:17.464] getCompletionData: Get current token: 0.004625998437404633 +Info 3213 [13:15:17.464] getCompletionData: Is inside comment: 0.014554999768733978 +Info 3214 [13:15:17.464] getCompletionData: Get previous token: 0.01850000023841858 +Info 3215 [13:15:17.464] getCompletionsAtPosition: isCompletionListBlocker: 0.0026209987699985504 +Info 3216 [13:15:17.466] getExportInfoMap: cache hit +Info 3217 [13:15:17.469] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 149 from cache +Info 3218 [13:15:17.469] collectAutoImports: response is complete +Info 3219 [13:15:17.469] collectAutoImports: 2.9605000019073486 +Info 3220 [13:15:17.469] getCompletionData: Semantic work: 4.403549998998642 +Info 3221 [13:15:17.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.317198000848293 +Info 3222 [13:15:17.482] Format host information updated +Info 3223 [13:15:17.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3224 [13:15:17.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 8.639081999659538ms +Info 3225 [13:15:17.524] Different program with same set of files +Info 3226 [13:15:17.524] getCompletionData: Get current token: 0.004255000501871109 +Info 3227 [13:15:17.524] getCompletionData: Is inside comment: 0.013378001749515533 +Info 3228 [13:15:17.524] getCompletionData: Get previous token: 0.017305999994277954 +Info 3229 [13:15:17.524] getCompletionsAtPosition: isCompletionListBlocker: 0.002381999045610428 +Info 3230 [13:15:17.525] getExportInfoMap: cache hit +Info 3231 [13:15:17.528] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 75 from cache +Info 3232 [13:15:17.528] collectAutoImports: response is complete +Info 3233 [13:15:17.528] collectAutoImports: 2.31046300008893 +Info 3234 [13:15:17.528] getCompletionData: Semantic work: 3.6232829988002777 +Info 3235 [13:15:17.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.316203001886606 +Info 3236 [13:15:17.540] Format host information updated +Info 3237 [13:15:17.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3238 [13:15:17.690] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 31.224385000765324ms +Info 3239 [13:15:17.690] Different program with same set of files +Info 3240 [13:15:17.690] getCompletionData: Get current token: 0.010825999081134796 +Info 3241 [13:15:17.691] getCompletionData: Is inside comment: 0.17402499914169312 +Info 3242 [13:15:17.691] getCompletionData: Get previous token: 0.0454539991915226 +Info 3243 [13:15:17.691] getCompletionsAtPosition: isCompletionListBlocker: 0.0061799995601177216 +Info 3244 [13:15:17.693] getExportInfoMap: cache hit +Info 3245 [13:15:17.698] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 3246 [13:15:17.698] collectAutoImports: response is complete +Info 3247 [13:15:17.698] collectAutoImports: 4.224979002028704 +Info 3248 [13:15:17.698] getCompletionData: Semantic work: 7.044888000935316 +Info 3249 [13:15:17.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.859860002994537 +Info 3250 [13:15:17.715] Format host information updated +Info 3251 [13:15:17.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3252 [13:15:17.769] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 8.33176900073886ms +Info 3253 [13:15:17.769] Different program with same set of files +Info 3254 [13:15:17.769] getCompletionData: Get current token: 0.0038140006363391876 +Info 3255 [13:15:17.769] getCompletionData: Is inside comment: 0.015314999967813492 +Info 3256 [13:15:17.769] getCompletionData: Get previous token: 0.03859100118279457 +Info 3257 [13:15:17.769] getCompletionsAtPosition: isCompletionListBlocker: 0.002583000808954239 +Info 3258 [13:15:17.770] getExportInfoMap: cache hit +Info 3259 [13:15:17.775] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 3260 [13:15:17.775] collectAutoImports: response is complete +Info 3261 [13:15:17.775] collectAutoImports: 4.15243199840188 +Info 3262 [13:15:17.775] getCompletionData: Semantic work: 5.511766999959946 +Info 3263 [13:15:17.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.221972998231649 +Info 3264 [13:15:17.784] Format host information updated +Info 3265 [13:15:17.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3266 [13:15:17.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 9.057344999164343ms +Info 3267 [13:15:17.961] Different program with same set of files +Info 3268 [13:15:17.961] getCompletionData: Get current token: 0.005021996796131134 +Info 3269 [13:15:17.961] getCompletionData: Is inside comment: 0.015041999518871307 +Info 3270 [13:15:17.961] getCompletionData: Get previous token: 0.01912100240588188 +Info 3271 [13:15:17.961] getCompletionsAtPosition: isCompletionListBlocker: 0.003117002546787262 +Info 3272 [13:15:17.965] getExportInfoMap: cache hit +Info 3273 [13:15:17.967] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 3274 [13:15:17.967] collectAutoImports: response is complete +Info 3275 [13:15:17.967] collectAutoImports: 2.477944999933243 +Info 3276 [13:15:17.967] getCompletionData: Semantic work: 6.482480000704527 +Info 3277 [13:15:17.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.490788001567125 +Info 3278 [13:15:17.979] Format host information updated +Info 3279 [13:15:18.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3280 [13:15:18.096] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 10.718341000378132ms +Info 3281 [13:15:18.096] Different program with same set of files +Info 3282 [13:15:18.096] getCompletionData: Get current token: 0.004331998527050018 +Info 3283 [13:15:18.096] getCompletionData: Is inside comment: 0.013297997415065765 +Info 3284 [13:15:18.096] getCompletionData: Get previous token: 0.0167899988591671 +Info 3285 [13:15:18.096] getCompletionsAtPosition: isCompletionListBlocker: 0.0029370002448558807 +Info 3286 [13:15:18.097] getExportInfoMap: cache hit +Info 3287 [13:15:18.100] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3288 [13:15:18.100] collectAutoImports: response is complete +Info 3289 [13:15:18.100] collectAutoImports: 2.2623169980943203 +Info 3290 [13:15:18.100] getCompletionData: Semantic work: 3.779160998761654 +Info 3291 [13:15:18.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.797348998486996 +Info 3292 [13:15:18.110] Format host information updated +Info 3293 [13:15:18.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3294 [13:15:18.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 10.436020996421576ms +Info 3295 [13:15:18.156] Different program with same set of files +Info 3296 [13:15:18.156] getCompletionData: Get current token: 0.004342999309301376 +Info 3297 [13:15:18.156] getCompletionData: Is inside comment: 0.015091001987457275 +Info 3298 [13:15:18.156] getCompletionData: Get previous token: 0.03103400021791458 +Info 3299 [13:15:18.156] getCompletionsAtPosition: isCompletionListBlocker: 0.00237099826335907 +Info 3300 [13:15:18.157] getExportInfoMap: cache hit +Info 3301 [13:15:18.159] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3302 [13:15:18.159] collectAutoImports: response is complete +Info 3303 [13:15:18.160] collectAutoImports: 2.085537001490593 +Info 3304 [13:15:18.160] getCompletionData: Semantic work: 3.4045919999480247 +Info 3305 [13:15:18.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.33788600191474 +Info 3306 [13:15:18.170] Format host information updated +Info 3307 [13:15:18.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3308 [13:15:18.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 34.4977090023458ms +Info 3309 [13:15:18.301] Different program with same set of files +Info 3310 [13:15:18.301] getCompletionData: Get current token: 0.00872499868273735 +Info 3311 [13:15:18.301] getCompletionData: Is inside comment: 0.028007999062538147 +Info 3312 [13:15:18.301] getCompletionData: Get previous token: 0.034807998687028885 +Info 3313 [13:15:18.301] getCompletionsAtPosition: isCompletionListBlocker: 0.004441998898983002 +Info 3314 [13:15:18.304] getExportInfoMap: cache hit +Info 3315 [13:15:18.307] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3316 [13:15:18.307] collectAutoImports: response is complete +Info 3317 [13:15:18.307] collectAutoImports: 3.5580600015819073 +Info 3318 [13:15:18.307] getCompletionData: Semantic work: 5.9929989986121655 +Info 3319 [13:15:18.318] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.421343997120857 +Info 3320 [13:15:18.321] Format host information updated +Info 3321 [13:15:18.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3322 [13:15:18.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 8.482140000909567ms +Info 3323 [13:15:18.344] Different program with same set of files +Info 3324 [13:15:18.345] getCompletionData: Get current token: 0.004446998238563538 +Info 3325 [13:15:18.345] getCompletionData: Is inside comment: 0.013331998139619827 +Info 3326 [13:15:18.345] getCompletionData: Get previous token: 0.01720399782061577 +Info 3327 [13:15:18.345] getCompletionsAtPosition: isCompletionListBlocker: 0.0024509988725185394 +Info 3328 [13:15:18.346] getExportInfoMap: cache hit +Info 3329 [13:15:18.348] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3330 [13:15:18.348] collectAutoImports: response is complete +Info 3331 [13:15:18.348] collectAutoImports: 2.0544050000607967 +Info 3332 [13:15:18.348] getCompletionData: Semantic work: 3.446256998926401 +Info 3333 [13:15:18.355] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.853644002228975 +Info 3334 [13:15:18.359] Format host information updated +Info 3335 [13:15:18.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3336 [13:15:18.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 10.721882998943329ms +Info 3337 [13:15:18.428] Different program with same set of files +Info 3338 [13:15:18.428] getCompletionData: Get current token: 0.005568999797105789 +Info 3339 [13:15:18.428] getCompletionData: Is inside comment: 0.019147001206874847 +Info 3340 [13:15:18.428] getCompletionData: Get previous token: 0.02504200115799904 +Info 3341 [13:15:18.428] getCompletionsAtPosition: isCompletionListBlocker: 0.002689000219106674 +Info 3342 [13:15:18.430] getExportInfoMap: cache hit +Info 3343 [13:15:18.433] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3344 [13:15:18.433] collectAutoImports: response is complete +Info 3345 [13:15:18.433] collectAutoImports: 2.7696790024638176 +Info 3346 [13:15:18.433] getCompletionData: Semantic work: 4.466642003506422 +Info 3347 [13:15:18.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.31607099995017 +Info 3348 [13:15:18.447] Format host information updated +Info 3349 [13:15:18.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3350 [13:15:18.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 9.874846998602152ms +Info 3351 [13:15:18.568] Different program with same set of files +Info 3352 [13:15:18.568] getCompletionData: Get current token: 0.004770997911691666 +Info 3353 [13:15:18.568] getCompletionData: Is inside comment: 0.014644000679254532 +Info 3354 [13:15:18.568] getCompletionData: Get previous token: 0.010291997343301773 +Info 3355 [13:15:18.568] getCompletionsAtPosition: isCompletionListBlocker: 0.002750001847743988 +Info 3356 [13:15:18.570] getExportInfoMap: cache hit +Info 3357 [13:15:18.595] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3358 [13:15:18.595] collectAutoImports: response is complete +Info 3359 [13:15:18.595] collectAutoImports: 25.460953000932932 +Info 3360 [13:15:18.595] getCompletionData: Semantic work: 26.944922998547554 +Info 3361 [13:15:18.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.219806000590324 +Info 3362 [13:15:18.619] Format host information updated +Info 3363 [13:15:18.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3364 [13:15:18.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 15.037813000380993ms +Info 3365 [13:15:18.652] Different program with same set of files +Info 3366 [13:15:18.652] getCompletionData: Get current token: 0.007180001586675644 +Info 3367 [13:15:18.652] getCompletionData: Is inside comment: 0.023483000695705414 +Info 3368 [13:15:18.652] getCompletionData: Get previous token: 0.018525000661611557 +Info 3369 [13:15:18.652] getCompletionsAtPosition: isCompletionListBlocker: 0.009196996688842773 +Info 3370 [13:15:18.654] getExportInfoMap: cache hit +Info 3371 [13:15:18.680] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3372 [13:15:18.680] collectAutoImports: response is complete +Info 3373 [13:15:18.680] collectAutoImports: 25.34298900142312 +Info 3374 [13:15:18.680] getCompletionData: Semantic work: 27.43504200130701 +Info 3375 [13:15:18.693] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.37449399754405 +Info 3376 [13:15:18.705] Format host information updated +Info 3377 [13:15:18.755] getCompletionData: Get current token: 0.005088001489639282 +Info 3378 [13:15:18.755] getCompletionData: Is inside comment: 0.015604998916387558 +Info 3379 [13:15:18.755] getCompletionData: Get previous token: 0.010896999388933182 +Info 3380 [13:15:18.755] getCompletionsAtPosition: isCompletionListBlocker: 0.0037779994308948517 +Info 3381 [13:15:18.758] getExportInfoMap: cache hit +Info 3382 [13:15:18.799] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3383 [13:15:18.799] collectAutoImports: response is complete +Info 3384 [13:15:18.799] collectAutoImports: 41.750289998948574 +Info 3385 [13:15:18.799] getCompletionData: Semantic work: 44.399252001196146 +Info 3386 [13:15:18.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.485762998461723 +Info 3387 [13:15:18.830] Format host information updated +Info 3388 [13:15:18.895] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3389 [13:15:18.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 9.812452998012304ms +Info 3390 [13:15:18.905] Different program with same set of files +Info 3391 [13:15:18.905] getCompletionData: Get current token: 0.00478699803352356 +Info 3392 [13:15:18.905] getCompletionData: Is inside comment: 0.01422099769115448 +Info 3393 [13:15:18.905] getCompletionData: Get previous token: 0.018160000443458557 +Info 3394 [13:15:18.905] getCompletionsAtPosition: isCompletionListBlocker: 0.0029370002448558807 +Info 3395 [13:15:18.906] getExportInfoMap: cache hit +Info 3396 [13:15:18.909] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 3397 [13:15:18.909] collectAutoImports: response is complete +Info 3398 [13:15:18.909] collectAutoImports: 2.674522001296282 +Info 3399 [13:15:18.909] getCompletionData: Semantic work: 4.196814000606537 +Info 3400 [13:15:18.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.319905001670122 +Info 3401 [13:15:18.922] Format host information updated +Info 3402 [13:15:19.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3403 [13:15:19.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 10.021601997315884ms +Info 3404 [13:15:19.140] Different program with same set of files +Info 3405 [13:15:19.140] getCompletionData: Get current token: 0.004549998790025711 +Info 3406 [13:15:19.140] getCompletionData: Is inside comment: 0.015092000365257263 +Info 3407 [13:15:19.140] getCompletionData: Get previous token: 0.017834000289440155 +Info 3408 [13:15:19.140] getCompletionsAtPosition: isCompletionListBlocker: 0.0030829980969429016 +Info 3409 [13:15:19.142] getExportInfoMap: cache hit +Info 3410 [13:15:19.144] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 3411 [13:15:19.144] collectAutoImports: response is complete +Info 3412 [13:15:19.144] collectAutoImports: 2.3981830030679703 +Info 3413 [13:15:19.144] getCompletionData: Semantic work: 3.8268209993839264 +Info 3414 [13:15:19.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.248063001781702 +Info 3415 [13:15:19.155] Format host information updated +Info 3416 [13:15:19.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3417 [13:15:19.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 11.634456001222134ms +Info 3418 [13:15:19.222] Different program with same set of files +Info 3419 [13:15:19.222] getCompletionData: Get current token: 0.006648000329732895 +Info 3420 [13:15:19.222] getCompletionData: Is inside comment: 0.022436998784542084 +Info 3421 [13:15:19.222] getCompletionData: Get previous token: 0.026940997689962387 +Info 3422 [13:15:19.222] getCompletionsAtPosition: isCompletionListBlocker: 0.0033049993216991425 +Info 3423 [13:15:19.224] getExportInfoMap: cache hit +Info 3424 [13:15:19.227] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 3425 [13:15:19.227] collectAutoImports: response is complete +Info 3426 [13:15:19.227] collectAutoImports: 2.864537999033928 +Info 3427 [13:15:19.227] getCompletionData: Semantic work: 4.61132600158453 +Info 3428 [13:15:19.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.673925999552011 +Info 3429 [13:15:19.242] Format host information updated +Info 3430 [13:15:19.372] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3431 [13:15:19.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 9.638466000556946ms +Info 3432 [13:15:19.382] Different program with same set of files +Info 3433 [13:15:19.382] getCompletionData: Get current token: 0.0053800009191036224 +Info 3434 [13:15:19.382] getCompletionData: Is inside comment: 0.01673400029540062 +Info 3435 [13:15:19.382] getCompletionData: Get previous token: 0.021251998841762543 +Info 3436 [13:15:19.382] getCompletionsAtPosition: isCompletionListBlocker: 0.002664998173713684 +Info 3437 [13:15:19.384] getExportInfoMap: cache hit +Info 3438 [13:15:19.386] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 3439 [13:15:19.386] collectAutoImports: response is complete +Info 3440 [13:15:19.386] collectAutoImports: 2.165567997843027 +Info 3441 [13:15:19.386] getCompletionData: Semantic work: 3.7139480002224445 +Info 3442 [13:15:19.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.893975000828505 +Info 3443 [13:15:19.400] Format host information updated +Info 3444 [13:15:19.508] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3445 [13:15:19.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 31.945351999253035ms +Info 3446 [13:15:19.540] Different program with same set of files +Info 3447 [13:15:19.540] getCompletionData: Get current token: 0.011753000319004059 +Info 3448 [13:15:19.540] getCompletionData: Is inside comment: 0.03759099915623665 +Info 3449 [13:15:19.541] getCompletionData: Get previous token: 0.047248002141714096 +Info 3450 [13:15:19.541] getCompletionsAtPosition: isCompletionListBlocker: 0.0051249973475933075 +Info 3451 [13:15:19.543] getExportInfoMap: cache hit +Info 3452 [13:15:19.547] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3453 [13:15:19.547] collectAutoImports: response is complete +Info 3454 [13:15:19.547] collectAutoImports: 3.442018996924162 +Info 3455 [13:15:19.547] getCompletionData: Semantic work: 6.07234999909997 +Info 3456 [13:15:19.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.352382998913527 +Info 3457 [13:15:19.563] Format host information updated +Info 3458 [13:15:19.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3459 [13:15:19.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 15.600898999720812ms +Info 3460 [13:15:19.646] Different program with same set of files +Info 3461 [13:15:19.646] getCompletionData: Get current token: 0.009192001074552536 +Info 3462 [13:15:19.647] getCompletionData: Is inside comment: 0.02883400022983551 +Info 3463 [13:15:19.647] getCompletionData: Get previous token: 0.035718001425266266 +Info 3464 [13:15:19.647] getCompletionsAtPosition: isCompletionListBlocker: 0.0037890002131462097 +Info 3465 [13:15:19.649] getExportInfoMap: cache hit +Info 3466 [13:15:19.652] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3467 [13:15:19.652] collectAutoImports: response is complete +Info 3468 [13:15:19.653] collectAutoImports: 3.4206379987299442 +Info 3469 [13:15:19.653] getCompletionData: Semantic work: 5.867531999945641 +Info 3470 [13:15:19.667] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.211298998445272 +Info 3471 [13:15:19.670] Format host information updated +Info 3472 [13:15:19.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3473 [13:15:19.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 10.103762999176979ms +Info 3474 [13:15:19.734] Different program with same set of files +Info 3475 [13:15:19.734] getCompletionData: Get current token: 0.006106998771429062 +Info 3476 [13:15:19.734] getCompletionData: Is inside comment: 0.018109001219272614 +Info 3477 [13:15:19.734] getCompletionData: Get previous token: 0.024070002138614655 +Info 3478 [13:15:19.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0026590004563331604 +Info 3479 [13:15:19.735] getExportInfoMap: cache hit +Info 3480 [13:15:19.762] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3481 [13:15:19.762] collectAutoImports: response is complete +Info 3482 [13:15:19.762] collectAutoImports: 26.526533998548985 +Info 3483 [13:15:19.762] getCompletionData: Semantic work: 28.191011000424623 +Info 3484 [13:15:19.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.05579899996519 +Info 3485 [13:15:19.785] Format host information updated +Info 3486 [13:15:21.438] Format host information updated +Info 3487 [13:15:21.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3488 [13:15:21.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 8.74567500129342ms +Info 3489 [13:15:21.446] Different program with same set of files +Info 3490 [13:15:21.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3491 [13:15:21.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 11.621034000068903ms +Info 3492 [13:15:21.566] Different program with same set of files +Info 3493 [13:15:21.566] getCompletionData: Get current token: 0.0033270008862018585 +Info 3494 [13:15:21.566] getCompletionData: Is inside comment: 0.011048000305891037 +Info 3495 [13:15:21.566] getCompletionData: Get previous token: 0.015225999057292938 +Info 3496 [13:15:21.566] getCompletionsAtPosition: isCompletionListBlocker: 0.008349001407623291 +Info 3497 [13:15:21.568] getExportInfoMap: cache hit +Info 3498 [13:15:21.575] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 3499 [13:15:21.575] collectAutoImports: response is complete +Info 3500 [13:15:21.575] collectAutoImports: 7.170917000621557 +Info 3501 [13:15:21.575] getCompletionData: Semantic work: 9.060438998043537 +Info 3502 [13:15:21.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.52216200158 +Info 3503 [13:15:21.586] Format host information updated +Info 3504 [13:15:21.704] Format host information updated +Info 3505 [13:15:21.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3506 [13:15:21.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 8.24108599871397ms +Info 3507 [13:15:21.713] Different program with same set of files +Info 3508 [13:15:21.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3509 [13:15:21.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 11.287567000836134ms +Info 3510 [13:15:21.888] Different program with same set of files +Info 3511 [13:15:21.888] getCompletionData: Get current token: 0.005803000181913376 +Info 3512 [13:15:21.888] getCompletionData: Is inside comment: 0.0119439996778965 +Info 3513 [13:15:21.888] getCompletionData: Get previous token: 0.009426001459360123 +Info 3514 [13:15:21.888] getCompletionsAtPosition: isCompletionListBlocker: 0.007082998752593994 +Info 3515 [13:15:21.890] getExportInfoMap: cache hit +Info 3516 [13:15:21.912] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3517 [13:15:21.912] collectAutoImports: response is complete +Info 3518 [13:15:21.912] collectAutoImports: 22.469875998795033 +Info 3519 [13:15:21.912] getCompletionData: Semantic work: 24.212425999343395 +Info 3520 [13:15:21.923] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.433031998574734 +Info 3521 [13:15:21.931] Format host information updated +Info 3522 [13:15:22.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3523 [13:15:22.127] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 8.804424997419119ms +Info 3524 [13:15:22.127] Different program with same set of files +Info 3525 [13:15:22.128] getCompletionData: Get current token: 0.0036850012838840485 +Info 3526 [13:15:22.128] getCompletionData: Is inside comment: 0.009752001613378525 +Info 3527 [13:15:22.128] getCompletionData: Get previous token: 0.00828700140118599 +Info 3528 [13:15:22.128] getCompletionsAtPosition: isCompletionListBlocker: 0.007678002119064331 +Info 3529 [13:15:22.129] getExportInfoMap: cache hit +Info 3530 [13:15:22.149] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3531 [13:15:22.149] collectAutoImports: response is complete +Info 3532 [13:15:22.149] collectAutoImports: 19.920565001666546 +Info 3533 [13:15:22.149] getCompletionData: Semantic work: 21.551341999322176 +Info 3534 [13:15:22.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.698865000158548 +Info 3535 [13:15:22.169] Format host information updated +Info 3536 [13:15:22.223] Format host information updated +Info 3537 [13:15:22.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3538 [13:15:22.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 10.068398002535105ms +Info 3539 [13:15:22.234] Different program with same set of files +Info 3540 [13:15:22.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3541 [13:15:22.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 8.951400998979807ms +Info 3542 [13:15:22.393] Different program with same set of files +Info 3543 [13:15:22.393] getCompletionData: Get current token: 0.0032120011746883392 +Info 3544 [13:15:22.393] getCompletionData: Is inside comment: 0.010976999998092651 +Info 3545 [13:15:22.393] getCompletionData: Get previous token: 0.015510998666286469 +Info 3546 [13:15:22.394] getCompletionsAtPosition: isCompletionListBlocker: 0.007366001605987549 +Info 3547 [13:15:22.395] getExportInfoMap: cache hit +Info 3548 [13:15:22.399] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 3549 [13:15:22.399] collectAutoImports: response is complete +Info 3550 [13:15:22.399] collectAutoImports: 4.103776000440121 +Info 3551 [13:15:22.399] getCompletionData: Semantic work: 5.7799040004611015 +Info 3552 [13:15:22.405] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.900396998971701 +Info 3553 [13:15:22.409] Format host information updated +Info 3554 [13:15:22.835] getCompletionData: Get current token: 0.0019510015845298767 +Info 3555 [13:15:22.835] getCompletionData: Is inside comment: 0.008865002542734146 +Info 3556 [13:15:22.835] getCompletionData: Get previous token: 0.006843999028205872 +Info 3557 [13:15:22.835] getCompletionsAtPosition: isCompletionListBlocker: 0.008958999067544937 +Info 3558 [13:15:22.837] getExportInfoMap: cache hit +Info 3559 [13:15:22.857] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3560 [13:15:22.857] collectAutoImports: response is complete +Info 3561 [13:15:22.857] collectAutoImports: 19.641201999038458 +Info 3562 [13:15:22.857] getCompletionData: Semantic work: 21.323222000151873 +Info 3563 [13:15:22.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.784710999578238 +Info 3564 [13:15:24.066] Format host information updated +Info 3565 [13:15:24.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3566 [13:15:24.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 8.478334002196789ms +Info 3567 [13:15:24.075] Different program with same set of files +Info 3568 [13:15:24.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3569 [13:15:24.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 9.346372000873089ms +Info 3570 [13:15:24.171] Different program with same set of files +Info 3571 [13:15:24.171] getCompletionData: Get current token: 0.002025999128818512 +Info 3572 [13:15:24.171] getCompletionData: Is inside comment: 0.00814099982380867 +Info 3573 [13:15:24.171] getCompletionData: Get previous token: 0.013546999543905258 +Info 3574 [13:15:24.171] getCompletionsAtPosition: isCompletionListBlocker: 0.007933001965284348 +Info 3575 [13:15:24.173] getExportInfoMap: cache hit +Info 3576 [13:15:24.177] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 3577 [13:15:24.177] collectAutoImports: response is complete +Info 3578 [13:15:24.177] collectAutoImports: 3.787882000207901 +Info 3579 [13:15:24.177] getCompletionData: Semantic work: 5.547749999910593 +Info 3580 [13:15:24.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.14198400080204 +Info 3581 [13:15:24.186] Format host information updated +Info 3582 [13:15:24.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3583 [13:15:24.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 10.597495999187231ms +Info 3584 [13:15:24.403] Different program with same set of files +Info 3585 [13:15:24.403] getCompletionData: Get current token: 0.0028470009565353394 +Info 3586 [13:15:24.403] getCompletionData: Is inside comment: 0.011482000350952148 +Info 3587 [13:15:24.403] getCompletionData: Get previous token: 0.008855000138282776 +Info 3588 [13:15:24.403] getCompletionsAtPosition: isCompletionListBlocker: 0.0025100000202655792 +Info 3589 [13:15:24.404] getCompletionData: Semantic work: 0.7080189995467663 +Info 3590 [13:15:24.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6811699979007244 +Info 3591 [13:15:24.406] Format host information updated +Info 3592 [13:15:25.291] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3593 [13:15:25.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 11.951487999409437ms +Info 3594 [13:15:25.303] Different program with same set of files +Info 3595 [13:15:25.303] getCompletionData: Get current token: 0.0018999986350536346 +Info 3596 [13:15:25.303] getCompletionData: Is inside comment: 0.007664002478122711 +Info 3597 [13:15:25.303] getCompletionData: Get previous token: 0.035548001527786255 +Info 3598 [13:15:25.303] getCompletionsAtPosition: isCompletionListBlocker: 0.0019710026681423187 +Info 3599 [13:15:25.304] getCompletionData: Semantic work: 0.5287340022623539 +Info 3600 [13:15:25.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.307583000510931 +Info 3601 [13:15:25.305] Format host information updated +Info 3602 [13:15:25.441] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3603 [13:15:25.450] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 8.903440002352ms +Info 3604 [13:15:25.450] Different program with same set of files +Info 3605 [13:15:25.450] getCompletionData: Get current token: 0.0018329992890357971 +Info 3606 [13:15:25.450] getCompletionData: Is inside comment: 0.007454998791217804 +Info 3607 [13:15:25.450] getCompletionData: Get previous token: 0.012740001082420349 +Info 3608 [13:15:25.450] getCompletionsAtPosition: isCompletionListBlocker: 0.0021640025079250336 +Info 3609 [13:15:25.451] getCompletionData: Semantic work: 0.4701879993081093 +Info 3610 [13:15:25.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.314359001815319 +Info 3611 [13:15:25.453] Format host information updated +Info 3612 [13:15:25.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3613 [13:15:25.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 9.355456002056599ms +Info 3614 [13:15:25.849] Different program with same set of files +Info 3615 [13:15:25.849] getCompletionData: Get current token: 0.002751000225543976 +Info 3616 [13:15:25.849] getCompletionData: Is inside comment: 0.010347999632358551 +Info 3617 [13:15:25.849] getCompletionData: Get previous token: 0.008020002394914627 +Info 3618 [13:15:25.849] getCompletionsAtPosition: isCompletionListBlocker: 0.009840000420808792 +Info 3619 [13:15:25.851] getExportInfoMap: cache hit +Info 3620 [13:15:25.875] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3621 [13:15:25.875] collectAutoImports: response is complete +Info 3622 [13:15:25.875] collectAutoImports: 23.4061789996922 +Info 3623 [13:15:25.875] getCompletionData: Semantic work: 25.484350997954607 +Info 3624 [13:15:25.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.026781998574734 +Info 3625 [13:15:25.894] Format host information updated +Info 3626 [13:15:25.981] getCompletionData: Get current token: 0.01687600091099739 +Info 3627 [13:15:25.981] getCompletionData: Is inside comment: 0.005479000508785248 +Info 3628 [13:15:25.981] getCompletionData: Get previous token: 0.05337600037455559 +Info 3629 [13:15:25.981] getCompletionsAtPosition: isCompletionListBlocker: 0.010058999061584473 +Info 3630 [13:15:25.987] getExportInfoMap: cache hit +Info 3631 [13:15:26.033] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3632 [13:15:26.033] collectAutoImports: response is complete +Info 3633 [13:15:26.033] collectAutoImports: 46.071804001927376 +Info 3634 [13:15:26.033] getCompletionData: Semantic work: 52.03548300266266 +Info 3635 [13:15:26.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.278173997998238 +Info 3636 [13:15:26.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3637 [13:15:26.435] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 9.00475699827075ms +Info 3638 [13:15:26.435] Different program with same set of files +Info 3639 [13:15:26.436] getCompletionData: Get current token: 0.004025999456644058 +Info 3640 [13:15:26.436] getCompletionData: Is inside comment: 0.0012249983847141266 +Info 3641 [13:15:26.436] getCompletionData: Get previous token: 0.018921002745628357 +Info 3642 [13:15:26.436] getCompletionsAtPosition: isCompletionListBlocker: 0.00276000052690506 +Info 3643 [13:15:26.437] getExportInfoMap: cache hit +Info 3644 [13:15:26.447] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 3645 [13:15:26.447] collectAutoImports: response is complete +Info 3646 [13:15:26.447] collectAutoImports: 9.470812000334263 +Info 3647 [13:15:26.447] getCompletionData: Semantic work: 11.195072997361422 +Info 3648 [13:15:26.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.9130479991436005 +Info 3649 [13:15:26.473] Format host information updated +Info 3650 [13:15:29.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3651 [13:15:29.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 10.481439001858234ms +Info 3652 [13:15:29.519] Different program with same set of files +Info 3653 [13:15:29.519] getCompletionData: Get current token: 0.0061849988996982574 +Info 3654 [13:15:29.519] getCompletionData: Is inside comment: 0.014740001410245895 +Info 3655 [13:15:29.519] getCompletionData: Get previous token: 0.010487999767065048 +Info 3656 [13:15:29.519] getCompletionsAtPosition: isCompletionListBlocker: 0.0025009997189044952 +Info 3657 [13:15:29.521] getExportInfoMap: cache hit +Info 3658 [13:15:29.542] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3659 [13:15:29.542] collectAutoImports: response is complete +Info 3660 [13:15:29.542] collectAutoImports: 20.648832000792027 +Info 3661 [13:15:29.542] getCompletionData: Semantic work: 22.06853700056672 +Info 3662 [13:15:29.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.529883000999689 +Info 3663 [13:15:29.564] Format host information updated +Info 3664 [13:15:29.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3665 [13:15:29.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 8.63341000303626ms +Info 3666 [13:15:29.752] Different program with same set of files +Info 3667 [13:15:29.752] getCompletionData: Get current token: 0.005134999752044678 +Info 3668 [13:15:29.752] getCompletionData: Is inside comment: 0.013799000531435013 +Info 3669 [13:15:29.752] getCompletionData: Get previous token: 0.018208999186754227 +Info 3670 [13:15:29.752] getCompletionsAtPosition: isCompletionListBlocker: 0.0026860013604164124 +Info 3671 [13:15:29.754] getExportInfoMap: cache hit +Info 3672 [13:15:29.757] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 185 from cache +Info 3673 [13:15:29.757] collectAutoImports: response is complete +Info 3674 [13:15:29.757] collectAutoImports: 3.2371140010654926 +Info 3675 [13:15:29.757] getCompletionData: Semantic work: 4.916230998933315 +Info 3676 [13:15:29.765] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.018780998885632 +Info 3677 [13:15:29.768] Format host information updated +Info 3678 [13:15:29.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3679 [13:15:29.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 11.748856998980045ms +Info 3680 [13:15:29.805] Different program with same set of files +Info 3681 [13:15:29.805] getCompletionData: Get current token: 0.005059000104665756 +Info 3682 [13:15:29.805] getCompletionData: Is inside comment: 0.01369599997997284 +Info 3683 [13:15:29.805] getCompletionData: Get previous token: 0.018024999648332596 +Info 3684 [13:15:29.805] getCompletionsAtPosition: isCompletionListBlocker: 0.002590000629425049 +Info 3685 [13:15:29.807] getExportInfoMap: cache hit +Info 3686 [13:15:29.810] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 185 from cache +Info 3687 [13:15:29.810] collectAutoImports: response is complete +Info 3688 [13:15:29.810] collectAutoImports: 3.1114079989492893 +Info 3689 [13:15:29.810] getCompletionData: Semantic work: 4.641312997788191 +Info 3690 [13:15:29.818] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.81810100004077 +Info 3691 [13:15:29.821] Format host information updated +Info 3692 [13:15:29.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3693 [13:15:29.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 8.9012469984591ms +Info 3694 [13:15:29.867] Different program with same set of files +Info 3695 [13:15:29.867] getCompletionData: Get current token: 0.0043799988925457 +Info 3696 [13:15:29.867] getCompletionData: Is inside comment: 0.014274999499320984 +Info 3697 [13:15:29.867] getCompletionData: Get previous token: 0.01809300109744072 +Info 3698 [13:15:29.867] getCompletionsAtPosition: isCompletionListBlocker: 0.002374999225139618 +Info 3699 [13:15:29.869] getExportInfoMap: cache hit +Info 3700 [13:15:29.874] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 109 from cache +Info 3701 [13:15:29.874] collectAutoImports: response is complete +Info 3702 [13:15:29.874] collectAutoImports: 4.810793999582529 +Info 3703 [13:15:29.874] getCompletionData: Semantic work: 6.225092999637127 +Info 3704 [13:15:29.881] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.546094998717308 +Info 3705 [13:15:29.884] Format host information updated +Info 3706 [13:15:30.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3707 [13:15:30.027] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 8.879480000585318ms +Info 3708 [13:15:30.027] Different program with same set of files +Info 3709 [13:15:30.028] getCompletionData: Get current token: 0.004948001354932785 +Info 3710 [13:15:30.028] getCompletionData: Is inside comment: 0.015559997409582138 +Info 3711 [13:15:30.028] getCompletionData: Get previous token: 0.01968899741768837 +Info 3712 [13:15:30.028] getCompletionsAtPosition: isCompletionListBlocker: 0.0027489997446537018 +Info 3713 [13:15:30.029] getExportInfoMap: cache hit +Info 3714 [13:15:30.032] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 69 from cache +Info 3715 [13:15:30.032] collectAutoImports: response is complete +Info 3716 [13:15:30.032] collectAutoImports: 2.5445949994027615 +Info 3717 [13:15:30.032] getCompletionData: Semantic work: 3.9797650016844273 +Info 3718 [13:15:30.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.82200999930501 +Info 3719 [13:15:30.043] Format host information updated +Info 3720 [13:15:33.131] Format host information updated +Info 3721 [13:15:33.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3722 [13:15:33.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 8.85911900177598ms +Info 3723 [13:15:33.140] Different program with same set of files +Info 3724 [13:15:34.031] Format host information updated +Info 3725 [13:15:34.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3726 [13:15:34.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 8.866317998617887ms +Info 3727 [13:15:34.041] Different program with same set of files +Info 3728 [13:15:35.357] Format host information updated +Info 3729 [13:15:35.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3730 [13:15:35.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 9.322987999767065ms +Info 3731 [13:15:35.367] Different program with same set of files +Info 3732 [13:15:37.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3733 [13:15:37.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 8.678690999746323ms +Info 3734 [13:15:37.079] Different program with same set of files +Info 3735 [13:15:37.080] getCompletionData: Get current token: 0.0039689987897872925 +Info 3736 [13:15:37.080] getCompletionData: Is inside comment: 0.011868000030517578 +Info 3737 [13:15:37.080] getCompletionData: Get previous token: 0.008354000747203827 +Info 3738 [13:15:37.080] getCompletionsAtPosition: isCompletionListBlocker: 0.0026319995522499084 +Info 3739 [13:15:37.081] getExportInfoMap: cache hit +Info 3740 [13:15:37.102] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3741 [13:15:37.102] collectAutoImports: response is complete +Info 3742 [13:15:37.102] collectAutoImports: 21.22544600069523 +Info 3743 [13:15:37.102] getCompletionData: Semantic work: 22.570015002042055 +Info 3744 [13:15:37.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.726419001817703 +Info 3745 [13:15:37.124] Format host information updated +Info 3746 [13:15:37.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3747 [13:15:37.278] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 8.659610997885466ms +Info 3748 [13:15:37.278] Different program with same set of files +Info 3749 [13:15:37.279] getCompletionData: Get current token: 0.003582000732421875 +Info 3750 [13:15:37.279] getCompletionData: Is inside comment: 0.011236000806093216 +Info 3751 [13:15:37.279] getCompletionData: Get previous token: 0.013606000691652298 +Info 3752 [13:15:37.279] getCompletionsAtPosition: isCompletionListBlocker: 0.0022820010781288147 +Info 3753 [13:15:37.280] getExportInfoMap: cache hit +Info 3754 [13:15:37.283] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 33 from cache +Info 3755 [13:15:37.283] collectAutoImports: response is complete +Info 3756 [13:15:37.283] collectAutoImports: 2.7625950016081333 +Info 3757 [13:15:37.283] getCompletionData: Semantic work: 4.17204300314188 +Info 3758 [13:15:37.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.526953998953104 +Info 3759 [13:15:37.294] Format host information updated +Info 3760 [13:15:37.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3761 [13:15:37.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 10.817669000476599ms +Info 3762 [13:15:37.456] Different program with same set of files +Info 3763 [13:15:37.456] getCompletionData: Get current token: 0.003362998366355896 +Info 3764 [13:15:37.456] getCompletionData: Is inside comment: 0.011682000011205673 +Info 3765 [13:15:37.456] getCompletionData: Get previous token: 0.013733997941017151 +Info 3766 [13:15:37.456] getCompletionsAtPosition: isCompletionListBlocker: 0.002410002052783966 +Info 3767 [13:15:37.458] getExportInfoMap: cache hit +Info 3768 [13:15:37.460] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 17 from cache +Info 3769 [13:15:37.460] collectAutoImports: response is complete +Info 3770 [13:15:37.460] collectAutoImports: 2.1864430010318756 +Info 3771 [13:15:37.460] getCompletionData: Semantic work: 3.6167140007019043 +Info 3772 [13:15:37.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.718896001577377 +Info 3773 [13:15:37.471] Format host information updated +Info 3774 [13:15:37.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3775 [13:15:37.485] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 12.119176000356674ms +Info 3776 [13:15:37.485] Different program with same set of files +Info 3777 [13:15:37.486] getCompletionData: Get current token: 0.003929998725652695 +Info 3778 [13:15:37.486] getCompletionData: Is inside comment: 0.011528000235557556 +Info 3779 [13:15:37.486] getCompletionData: Get previous token: 0.013696998357772827 +Info 3780 [13:15:37.486] getCompletionsAtPosition: isCompletionListBlocker: 0.0027999989688396454 +Info 3781 [13:15:37.487] getExportInfoMap: cache hit +Info 3782 [13:15:37.510] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3783 [13:15:37.510] collectAutoImports: response is complete +Info 3784 [13:15:37.510] collectAutoImports: 22.492169000208378 +Info 3785 [13:15:37.510] getCompletionData: Semantic work: 24.291232999414206 +Info 3786 [13:15:37.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.581222001463175 +Info 3787 [13:15:37.534] Format host information updated +Info 3788 [13:15:40.119] Format host information updated +Info 3789 [13:15:40.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3790 [13:15:40.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 8.933713000267744ms +Info 3791 [13:15:40.128] Different program with same set of files +Info 3792 [13:15:40.270] Format host information updated +Info 3793 [13:15:41.358] Format host information updated +Info 3794 [13:15:41.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3795 [13:15:41.366] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 8.395619999617338ms +Info 3796 [13:15:41.366] Different program with same set of files +Info 3797 [13:15:41.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3798 [13:15:41.513] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 8.349644999951124ms +Info 3799 [13:15:41.513] Different program with same set of files +Info 3800 [13:15:41.513] getCompletionData: Get current token: 0.0026249997317790985 +Info 3801 [13:15:41.513] getCompletionData: Is inside comment: 0.008494000881910324 +Info 3802 [13:15:41.513] getCompletionData: Get previous token: 0.011413000524044037 +Info 3803 [13:15:41.513] getCompletionsAtPosition: isCompletionListBlocker: 0.00582600012421608 +Info 3804 [13:15:41.514] getExportInfoMap: cache hit +Info 3805 [13:15:41.518] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 3806 [13:15:41.518] collectAutoImports: response is complete +Info 3807 [13:15:41.518] collectAutoImports: 3.5521610006690025 +Info 3808 [13:15:41.518] getCompletionData: Semantic work: 5.005656998604536 +Info 3809 [13:15:41.525] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.644605997949839 +Info 3810 [13:15:41.527] Format host information updated +Info 3811 [13:15:41.815] getCompletionData: Get current token: 0.0022609978914260864 +Info 3812 [13:15:41.815] getCompletionData: Is inside comment: 0.007871001958847046 +Info 3813 [13:15:41.815] getCompletionData: Get previous token: 0.006315000355243683 +Info 3814 [13:15:41.815] getCompletionsAtPosition: isCompletionListBlocker: 0.007974997162818909 +Info 3815 [13:15:41.816] getExportInfoMap: cache hit +Info 3816 [13:15:41.837] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3817 [13:15:41.837] collectAutoImports: response is complete +Info 3818 [13:15:41.837] collectAutoImports: 20.481766000390053 +Info 3819 [13:15:41.837] getCompletionData: Semantic work: 22.23675100132823 +Info 3820 [13:15:41.848] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.669342998415232 +Info 3821 [13:15:42.635] Format host information updated +Info 3822 [13:15:42.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3823 [13:15:42.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 8.012217998504639ms +Info 3824 [13:15:42.643] Different program with same set of files +Info 3825 [13:15:42.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3826 [13:15:42.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 9.669353000819683ms +Info 3827 [13:15:42.890] Different program with same set of files +Info 3828 [13:15:42.890] getCompletionData: Get current token: 0.002259001135826111 +Info 3829 [13:15:42.890] getCompletionData: Is inside comment: 0.0076759979128837585 +Info 3830 [13:15:42.890] getCompletionData: Get previous token: 0.01213100180029869 +Info 3831 [13:15:42.890] getCompletionsAtPosition: isCompletionListBlocker: 0.007546998560428619 +Info 3832 [13:15:42.894] getExportInfoMap: cache hit +Info 3833 [13:15:42.897] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 3834 [13:15:42.897] collectAutoImports: response is complete +Info 3835 [13:15:42.897] collectAutoImports: 3.624651998281479 +Info 3836 [13:15:42.897] getCompletionData: Semantic work: 7.385513000190258 +Info 3837 [13:15:42.903] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.426143001765013 +Info 3838 [13:15:42.905] Format host information updated +Info 3839 [13:15:43.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3840 [13:15:43.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 8.478657998144627ms +Info 3841 [13:15:43.086] Different program with same set of files +Info 3842 [13:15:43.087] getCompletionData: Get current token: 0.002730999141931534 +Info 3843 [13:15:43.087] getCompletionData: Is inside comment: 0.008058000355958939 +Info 3844 [13:15:43.087] getCompletionData: Get previous token: 0.006384998559951782 +Info 3845 [13:15:43.087] getCompletionsAtPosition: isCompletionListBlocker: 0.0021609999239444733 +Info 3846 [13:15:43.087] getCompletionData: Semantic work: 0.45552900061011314 +Info 3847 [13:15:43.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2022430002689362 +Info 3848 [13:15:43.089] Format host information updated +Info 3849 [13:15:43.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3850 [13:15:43.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 11.550503000617027ms +Info 3851 [13:15:43.245] Different program with same set of files +Info 3852 [13:15:43.245] getCompletionData: Get current token: 0.002211000770330429 +Info 3853 [13:15:43.245] getCompletionData: Is inside comment: 0.006960999220609665 +Info 3854 [13:15:43.245] getCompletionData: Get previous token: 0.01174899935722351 +Info 3855 [13:15:43.245] getCompletionsAtPosition: isCompletionListBlocker: 0.0018949992954730988 +Info 3856 [13:15:43.245] getCompletionData: Semantic work: 0.5396980009973049 +Info 3857 [13:15:43.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7661480009555817 +Info 3858 [13:15:43.247] Format host information updated +Info 3859 [13:15:43.398] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3860 [13:15:43.407] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 9.605243999511003ms +Info 3861 [13:15:43.407] Different program with same set of files +Info 3862 [13:15:43.407] getCompletionData: Get current token: 0.0021269991993904114 +Info 3863 [13:15:43.408] getCompletionData: Is inside comment: 0.007828999310731888 +Info 3864 [13:15:43.408] getCompletionData: Get previous token: 0.012678001075983047 +Info 3865 [13:15:43.408] getCompletionsAtPosition: isCompletionListBlocker: 0.002181999385356903 +Info 3866 [13:15:43.408] getCompletionData: Semantic work: 0.4664569981396198 +Info 3867 [13:15:43.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8782680034637451 +Info 3868 [13:15:43.410] Format host information updated +Info 3869 [13:15:43.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3870 [13:15:43.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 7.882339999079704ms +Info 3871 [13:15:43.559] Different program with same set of files +Info 3872 [13:15:43.559] getCompletionData: Get current token: 0.002032000571489334 +Info 3873 [13:15:43.559] getCompletionData: Is inside comment: 0.00708799809217453 +Info 3874 [13:15:43.559] getCompletionData: Get previous token: 0.011842001229524612 +Info 3875 [13:15:43.559] getCompletionsAtPosition: isCompletionListBlocker: 0.00197799876332283 +Info 3876 [13:15:43.560] getCompletionData: Semantic work: 0.4832429997622967 +Info 3877 [13:15:43.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5680359974503517 +Info 3878 [13:15:43.562] Format host information updated +Info 3879 [13:15:44.127] Format host information updated +Info 3880 [13:15:44.127] Format host information updated +Info 3881 [13:15:44.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3882 [13:15:44.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 9.12254299968481ms +Info 3883 [13:15:44.137] Different program with same set of files +Info 3884 [13:15:44.137] getCompletionData: Get current token: 0.0025430023670196533 +Info 3885 [13:15:44.137] getCompletionData: Is inside comment: 0.008793000131845474 +Info 3886 [13:15:44.137] getCompletionData: Get previous token: 0.006962001323699951 +Info 3887 [13:15:44.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0029329992830753326 +Info 3888 [13:15:44.138] getExportInfoMap: cache hit +Info 3889 [13:15:44.163] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3890 [13:15:44.163] collectAutoImports: response is complete +Info 3891 [13:15:44.163] collectAutoImports: 24.78958200290799 +Info 3892 [13:15:44.163] getCompletionData: Semantic work: 26.490868002176285 +Info 3893 [13:15:44.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.792500998824835 +Info 3894 [13:15:44.189] getCompletionData: Get current token: 0.014009997248649597 +Info 3895 [13:15:44.189] getCompletionData: Is inside comment: 0.005028001964092255 +Info 3896 [13:15:44.189] getCompletionData: Get previous token: 0.023788999766111374 +Info 3897 [13:15:44.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0025749988853931427 +Info 3898 [13:15:44.190] getCompletionData: Semantic work: 0.22316499799489975 +Info 3899 [13:15:44.196] getCompletionData: Get current token: 0.006333999335765839 +Info 3900 [13:15:44.196] getCompletionData: Is inside comment: 0.0027839988470077515 +Info 3901 [13:15:44.196] getCompletionData: Get previous token: 0.01516599953174591 +Info 3902 [13:15:44.196] getCompletionsAtPosition: isCompletionListBlocker: 0.002048999071121216 +Info 3903 [13:15:44.197] getCompletionData: Semantic work: 0.1757970005273819 +Info 3904 [13:15:44.198] Format host information updated +Info 3905 [13:15:44.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3906 [13:15:44.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 7.9852200001478195ms +Info 3907 [13:15:44.335] Different program with same set of files +Info 3908 [13:15:44.335] getCompletionData: Get current token: 0.0023250021040439606 +Info 3909 [13:15:44.335] getCompletionData: Is inside comment: 0.008143998682498932 +Info 3910 [13:15:44.335] getCompletionData: Get previous token: 0.005972001701593399 +Info 3911 [13:15:44.335] getCompletionsAtPosition: isCompletionListBlocker: 0.006606001406908035 +Info 3912 [13:15:44.337] getExportInfoMap: cache hit +Info 3913 [13:15:44.359] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3914 [13:15:44.359] collectAutoImports: response is complete +Info 3915 [13:15:44.359] collectAutoImports: 21.979509998112917 +Info 3916 [13:15:44.359] getCompletionData: Semantic work: 23.43570200353861 +Info 3917 [13:15:44.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.155296999961138 +Info 3918 [13:15:44.374] Format host information updated +Info 3919 [13:15:46.508] Format host information updated +Info 3920 [13:15:46.508] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3921 [13:15:46.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 9.833629000931978ms +Info 3922 [13:15:46.518] Different program with same set of files +Info 3923 [13:15:47.836] getCompletionData: Get current token: 0.003433000296354294 +Info 3924 [13:15:47.836] getCompletionData: Is inside comment: 0.01527399942278862 +Info 3925 [13:15:47.836] getCompletionData: Get previous token: 0.010930001735687256 +Info 3926 [13:15:47.836] getCompletionsAtPosition: isCompletionListBlocker: 0.010272998362779617 +Info 3927 [13:15:47.838] getExportInfoMap: cache hit +Info 3928 [13:15:47.857] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3929 [13:15:47.857] collectAutoImports: response is complete +Info 3930 [13:15:47.857] collectAutoImports: 19.5377879999578 +Info 3931 [13:15:47.857] getCompletionData: Semantic work: 21.37917200103402 +Info 3932 [13:15:47.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.649490997195244 +Info 3933 [13:15:50.486] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3934 [13:15:50.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 8.52096800133586ms +Info 3935 [13:15:50.494] Different program with same set of files +Info 3936 [13:15:50.495] getCompletionData: Get current token: 0.004103999584913254 +Info 3937 [13:15:50.495] getCompletionData: Is inside comment: 0.010752998292446136 +Info 3938 [13:15:50.495] getCompletionData: Get previous token: 0.00705999881029129 +Info 3939 [13:15:50.495] getCompletionsAtPosition: isCompletionListBlocker: 0.002244003117084503 +Info 3940 [13:15:50.496] getExportInfoMap: cache hit +Info 3941 [13:15:50.517] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3942 [13:15:50.517] collectAutoImports: response is complete +Info 3943 [13:15:50.517] collectAutoImports: 21.1632830016315 +Info 3944 [13:15:50.517] getCompletionData: Semantic work: 22.43239299952984 +Info 3945 [13:15:50.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.580125000327826 +Info 3946 [13:15:50.540] Format host information updated +Info 3947 [13:15:50.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3948 [13:15:50.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 8.978379998356104ms +Info 3949 [13:15:50.910] Different program with same set of files +Info 3950 [13:15:50.910] getCompletionData: Get current token: 0.0037529990077018738 +Info 3951 [13:15:50.910] getCompletionData: Is inside comment: 0.011949002742767334 +Info 3952 [13:15:50.910] getCompletionData: Get previous token: 0.014148999005556107 +Info 3953 [13:15:50.910] getCompletionsAtPosition: isCompletionListBlocker: 0.002728000283241272 +Info 3954 [13:15:50.911] getExportInfoMap: cache hit +Info 3955 [13:15:50.914] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 3956 [13:15:50.915] collectAutoImports: response is complete +Info 3957 [13:15:50.915] collectAutoImports: 2.954918000847101 +Info 3958 [13:15:50.915] getCompletionData: Semantic work: 4.469665002077818 +Info 3959 [13:15:50.923] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.68478100001812 +Info 3960 [13:15:50.928] Format host information updated +Info 3961 [13:15:51.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3962 [13:15:51.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 8.366014000028372ms +Info 3963 [13:15:51.104] Different program with same set of files +Info 3964 [13:15:51.104] getCompletionData: Get current token: 0.0035340003669261932 +Info 3965 [13:15:51.104] getCompletionData: Is inside comment: 0.010458998382091522 +Info 3966 [13:15:51.104] getCompletionData: Get previous token: 0.012173999100923538 +Info 3967 [13:15:51.105] getCompletionsAtPosition: isCompletionListBlocker: 0.0024660006165504456 +Info 3968 [13:15:51.106] getExportInfoMap: cache hit +Info 3969 [13:15:51.108] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 3970 [13:15:51.108] collectAutoImports: response is complete +Info 3971 [13:15:51.108] collectAutoImports: 2.2701469995081425 +Info 3972 [13:15:51.108] getCompletionData: Semantic work: 3.5712609998881817 +Info 3973 [13:15:51.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.523555003106594 +Info 3974 [13:15:51.118] Format host information updated +Info 3975 [13:15:51.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3976 [13:15:51.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 11.973147999495268ms +Info 3977 [13:15:51.277] Different program with same set of files +Info 3978 [13:15:51.277] getCompletionData: Get current token: 0.0035120025277137756 +Info 3979 [13:15:51.277] getCompletionData: Is inside comment: 0.010112002491950989 +Info 3980 [13:15:51.277] getCompletionData: Get previous token: 0.01198900118470192 +Info 3981 [13:15:51.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0026549994945526123 +Info 3982 [13:15:51.279] getExportInfoMap: cache hit +Info 3983 [13:15:51.281] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 3984 [13:15:51.281] collectAutoImports: response is complete +Info 3985 [13:15:51.281] collectAutoImports: 2.036021001636982 +Info 3986 [13:15:51.281] getCompletionData: Semantic work: 3.4092690013349056 +Info 3987 [13:15:51.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.373805001378059 +Info 3988 [13:15:51.291] Format host information updated +Info 3989 [13:15:51.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3990 [13:15:51.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 12.150697998702526ms +Info 3991 [13:15:51.444] Different program with same set of files +Info 3992 [13:15:51.444] getCompletionData: Get current token: 0.003901999443769455 +Info 3993 [13:15:51.444] getCompletionData: Is inside comment: 0.01107100024819374 +Info 3994 [13:15:51.444] getCompletionData: Get previous token: 0.012998998165130615 +Info 3995 [13:15:51.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0034729987382888794 +Info 3996 [13:15:51.446] getExportInfoMap: cache hit +Info 3997 [13:15:51.448] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 3998 [13:15:51.448] collectAutoImports: response is complete +Info 3999 [13:15:51.448] collectAutoImports: 1.9455069974064827 +Info 4000 [13:15:51.448] getCompletionData: Semantic work: 3.972774002701044 +Info 4001 [13:15:51.459] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.64741500094533 +Info 4002 [13:15:51.461] Format host information updated +Info 4003 [13:15:51.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4004 [13:15:51.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 8.199629001319408ms +Info 4005 [13:15:51.620] Different program with same set of files +Info 4006 [13:15:51.620] getCompletionData: Get current token: 0.0033430010080337524 +Info 4007 [13:15:51.620] getCompletionData: Is inside comment: 0.010005000978708267 +Info 4008 [13:15:51.620] getCompletionData: Get previous token: 0.012525998055934906 +Info 4009 [13:15:51.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0025999993085861206 +Info 4010 [13:15:51.621] getExportInfoMap: cache hit +Info 4011 [13:15:51.623] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4012 [13:15:51.623] collectAutoImports: response is complete +Info 4013 [13:15:51.623] collectAutoImports: 1.8321189992129803 +Info 4014 [13:15:51.623] getCompletionData: Semantic work: 3.1073050014674664 +Info 4015 [13:15:51.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.56454100087285 +Info 4016 [13:15:51.632] Format host information updated +Info 4017 [13:15:51.634] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4018 [13:15:51.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 10.80902000144124ms +Info 4019 [13:15:51.645] Different program with same set of files +Info 4020 [13:15:51.645] getCompletionData: Get current token: 0.0040110014379024506 +Info 4021 [13:15:51.645] getCompletionData: Is inside comment: 0.010465998202562332 +Info 4022 [13:15:51.645] getCompletionData: Get previous token: 0.012764997780323029 +Info 4023 [13:15:51.645] getCompletionsAtPosition: isCompletionListBlocker: 0.0024410001933574677 +Info 4024 [13:15:51.646] getExportInfoMap: cache hit +Info 4025 [13:15:51.648] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4026 [13:15:51.648] collectAutoImports: response is complete +Info 4027 [13:15:51.648] collectAutoImports: 1.800296001136303 +Info 4028 [13:15:51.648] getCompletionData: Semantic work: 3.3127919994294643 +Info 4029 [13:15:51.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.813035998493433 +Info 4030 [13:15:51.658] Format host information updated +Info 4031 [13:15:51.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4032 [13:15:51.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 8.06105399876833ms +Info 4033 [13:15:51.984] Different program with same set of files +Info 4034 [13:15:51.984] getCompletionData: Get current token: 0.003412999212741852 +Info 4035 [13:15:51.984] getCompletionData: Is inside comment: 0.010552000254392624 +Info 4036 [13:15:51.984] getCompletionData: Get previous token: 0.012034997344017029 +Info 4037 [13:15:51.984] getCompletionsAtPosition: isCompletionListBlocker: 0.002163998782634735 +Info 4038 [13:15:51.985] getExportInfoMap: cache hit +Info 4039 [13:15:51.987] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4040 [13:15:51.987] collectAutoImports: response is complete +Info 4041 [13:15:51.987] collectAutoImports: 1.8131390027701855 +Info 4042 [13:15:51.987] getCompletionData: Semantic work: 3.1357310004532337 +Info 4043 [13:15:51.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.16024399921298 +Info 4044 [13:15:51.999] Format host information updated +Info 4045 [13:15:52.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4046 [13:15:52.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 8.414985001087189ms +Info 4047 [13:15:52.151] Different program with same set of files +Info 4048 [13:15:52.151] getCompletionData: Get current token: 0.0037440024316310883 +Info 4049 [13:15:52.151] getCompletionData: Is inside comment: 0.010533999651670456 +Info 4050 [13:15:52.151] getCompletionData: Get previous token: 0.012765999883413315 +Info 4051 [13:15:52.151] getCompletionsAtPosition: isCompletionListBlocker: 0.0021059997379779816 +Info 4052 [13:15:52.153] getExportInfoMap: cache hit +Info 4053 [13:15:52.154] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4054 [13:15:52.154] collectAutoImports: response is complete +Info 4055 [13:15:52.154] collectAutoImports: 1.7522670030593872 +Info 4056 [13:15:52.154] getCompletionData: Semantic work: 3.1000690013170242 +Info 4057 [13:15:52.161] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.559680998325348 +Info 4058 [13:15:52.165] Format host information updated +Info 4059 [13:15:52.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4060 [13:15:52.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 8.045906998217106ms +Info 4061 [13:15:52.315] Different program with same set of files +Info 4062 [13:15:52.315] getCompletionData: Get current token: 0.0032160021364688873 +Info 4063 [13:15:52.315] getCompletionData: Is inside comment: 0.010194998234510422 +Info 4064 [13:15:52.315] getCompletionData: Get previous token: 0.012120001018047333 +Info 4065 [13:15:52.315] getCompletionsAtPosition: isCompletionListBlocker: 0.0022199973464012146 +Info 4066 [13:15:52.317] getExportInfoMap: cache hit +Info 4067 [13:15:52.319] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 4068 [13:15:52.319] collectAutoImports: response is complete +Info 4069 [13:15:52.319] collectAutoImports: 2.12890600040555 +Info 4070 [13:15:52.319] getCompletionData: Semantic work: 3.9186430014669895 +Info 4071 [13:15:52.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.122908998280764 +Info 4072 [13:15:52.332] Format host information updated +Info 4073 [13:15:52.476] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4074 [13:15:52.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 10.812824998050928ms +Info 4075 [13:15:52.487] Different program with same set of files +Info 4076 [13:15:52.487] getCompletionData: Get current token: 0.003442000597715378 +Info 4077 [13:15:52.487] getCompletionData: Is inside comment: 0.010235998779535294 +Info 4078 [13:15:52.487] getCompletionData: Get previous token: 0.013520997017621994 +Info 4079 [13:15:52.487] getCompletionsAtPosition: isCompletionListBlocker: 0.002209000289440155 +Info 4080 [13:15:52.489] getExportInfoMap: cache hit +Info 4081 [13:15:52.491] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4082 [13:15:52.491] collectAutoImports: response is complete +Info 4083 [13:15:52.491] collectAutoImports: 1.8093290030956268 +Info 4084 [13:15:52.491] getCompletionData: Semantic work: 3.135679002851248 +Info 4085 [13:15:52.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.56436700001359 +Info 4086 [13:15:52.500] Format host information updated +Info 4087 [13:15:52.502] Format host information updated +Info 4088 [13:15:52.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4089 [13:15:52.510] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 8.229893997311592ms +Info 4090 [13:15:52.510] Different program with same set of files +Info 4091 [13:15:52.510] getCompletionData: Get current token: 0.003545999526977539 +Info 4092 [13:15:52.510] getCompletionData: Is inside comment: 0.010354999452829361 +Info 4093 [13:15:52.510] getCompletionData: Get previous token: 0.012243997305631638 +Info 4094 [13:15:52.510] getCompletionsAtPosition: isCompletionListBlocker: 0.002317998558282852 +Info 4095 [13:15:52.512] getExportInfoMap: cache hit +Info 4096 [13:15:52.536] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4097 [13:15:52.536] collectAutoImports: response is complete +Info 4098 [13:15:52.536] collectAutoImports: 24.037666998803616 +Info 4099 [13:15:52.536] getCompletionData: Semantic work: 25.51121599972248 +Info 4100 [13:15:52.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.60419099777937 +Info 4101 [13:15:52.557] Format host information updated diff --git a/.log/tsserver-log-CuD47f/ti-2488669.log b/.log/tsserver-log-CuD47f/ti-2488669.log new file mode 100644 index 0000000..adbb56c --- /dev/null +++ b/.log/tsserver-log-CuD47f/ti-2488669.log @@ -0,0 +1,70 @@ +[18:53:33.449] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[18:53:33.449] Processing cache location '/home/orion/.cache/typescript/5.2' +[18:53:33.449] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[18:53:33.450] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.1","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5"}} +[18:53:33.450] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[18:53:33.450] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[18:53:33.450] Process id: 2488687 +[18:53:33.450] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[18:53:33.450] validateDefaultNpmLocation: true +[18:53:33.451] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[18:53:33.451] Updating types-registry npm package... +[18:53:33.451] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[18:53:34.254] Succeeded. stdout: + + up to date, audited 30 packages in 646ms + +found 0 vulnerabilities + +[18:53:34.254] Updated types-registry npm package +[18:53:34.276] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:53:34.287] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[18:53:34.287] Explicitly included types: [] +[18:53:34.287] Inferred typings from unresolved imports: [] +[18:53:34.287] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[18:53:34.287] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[18:53:34.288] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:53:34.288] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[18:53:34.288] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[18:53:34.288] Response has been sent. +[18:53:34.288] No new typings were requested as a result of typings discovery +[18:53:34.288] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:53:34.288] Explicitly included types: [] +[18:53:34.289] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[18:53:34.289] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[18:53:34.289] Package 'bun-types' provides its own types. +[18:53:34.290] Found package names: ["purs-tidy"] +[18:53:34.290] Inferred typings from unresolved imports: [] +[18:53:34.290] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:53:34.290] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:53:34.290] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:53:34.290] Response has been sent. +[18:53:34.290] Installing typings ["purs-tidy","typescript"] +[18:53:34.290] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[18:53:34.290] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[18:53:34.290] All typings are known to be missing or invalid - no need to install more typings +[18:53:34.290] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[18:53:34.290] Response has been sent. +[18:53:34.774] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[18:53:34.774] Explicitly included types: [] +[18:53:34.776] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[18:53:34.776] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[18:53:34.778] Package 'bun-types' provides its own types. +[18:53:34.780] Found package names: ["purs-tidy"] +[18:53:34.780] Inferred typings from unresolved imports: [] +[18:53:34.780] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:53:34.780] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[18:53:34.781] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[18:53:34.781] Response has been sent. +[18:53:34.781] Installing typings ["purs-tidy","typescript"] +[18:53:34.781] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[18:53:34.781] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[18:53:34.781] All typings are known to be missing or invalid - no need to install more typings +[18:53:34.781] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[18:53:34.782] Response has been sent. +[18:54:02.501] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-CuD47f/tsserver.log b/.log/tsserver-log-CuD47f/tsserver.log new file mode 100644 index 0000000..b171ed2 --- /dev/null +++ b/.log/tsserver-log-CuD47f/tsserver.log @@ -0,0 +1,404 @@ +Info 0 [18:53:32.277] Starting TS Server +Info 1 [18:53:32.277] Version: 5.2.2 +Info 2 [18:53:32.277] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/eb301c54aae93833ab68e15704df4430/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-CuD47f/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [18:53:32.277] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [18:53:32.277] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [18:53:32.285] Format host information updated +Info 6 [18:53:32.287] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [18:53:32.288] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [18:53:32.288] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [18:53:32.302] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [18:53:32.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [18:53:32.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 535.3119689971209ms +Info 12 [18:53:32.840] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [18:53:32.840] Files (65) + +Info 14 [18:53:32.840] ----------------------------------------------- +Info 15 [18:53:32.845] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [18:53:33.037] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 192.10888500511646ms +Info 17 [18:53:33.037] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [18:53:33.037] Files (49) + +Info 19 [18:53:33.037] ----------------------------------------------- +Info 20 [18:53:33.041] AutoImportProviderProject: found 3 root files in 3 dependencies in 3.652986004948616 ms +Info 21 [18:53:33.054] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [18:53:33.447] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 392.77243299782276ms +Info 23 [18:53:33.447] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [18:53:33.447] Files (123) + +Info 25 [18:53:33.447] ----------------------------------------------- +Info 26 [18:53:33.448] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [18:53:33.448] Files (65) + +Info 26 [18:53:33.448] ----------------------------------------------- +Info 26 [18:53:33.448] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [18:53:33.448] Files (49) + +Info 26 [18:53:33.448] ----------------------------------------------- +Info 26 [18:53:33.448] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [18:53:33.448] Files (123) + +Info 26 [18:53:33.448] ----------------------------------------------- +Info 26 [18:53:33.448] Open files: +Info 26 [18:53:33.448] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [18:53:33.448] Projects: /dev/null/inferredProject1* +Info 26 [18:53:33.448] Format host information updated +Info 27 [18:53:33.449] Format host information updated +Info 28 [18:53:33.453] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 29 [18:53:33.458] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 4.170570001006126ms +Info 30 [18:53:33.458] Different program with same set of files +Info 31 [18:53:33.458] Format host information updated +Info 32 [18:53:33.470] getCompletionData: Get current token: 0.016472995281219482 +Info 33 [18:53:33.470] getCompletionData: Is inside comment: 0.0778760015964508 +Info 34 [18:53:33.470] getCompletionData: Get previous token: 0.04921400547027588 +Info 35 [18:53:33.471] getCompletionsAtPosition: isCompletionListBlocker: 0.31331899762153625 +Info 36 [18:53:33.481] getExportInfoMap: cache miss or empty; calculating new results +Info 37 [18:53:33.523] forEachExternalModuleToImportFrom autoImportProvider: 42.24865199625492 +Info 38 [18:53:33.523] getExportInfoMap: done in 43.03993800282478 ms +Info 39 [18:53:33.526] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 40 [18:53:33.526] collectAutoImports: response is complete +Info 41 [18:53:33.526] collectAutoImports: 2.3547360002994537 +Info 42 [18:53:33.526] getCompletionData: Semantic work: 55.268304005265236 +Info 43 [18:53:33.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.782972007989883 +Info 44 [18:53:33.549] Format host information updated +Info 45 [18:53:34.542] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 46 [18:53:34.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 130.26344899833202ms +Info 47 [18:53:34.672] Project '/dev/null/inferredProject1*' (Inferred) +Info 48 [18:53:34.672] Files (65) + +Info 49 [18:53:34.672] ----------------------------------------------- +Info 50 [18:53:34.672] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 51 [18:53:34.672] Files (123) + +Info 52 [18:53:34.672] ----------------------------------------------- +Info 53 [18:53:34.877] Format host information updated +Info 54 [18:53:34.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 55 [18:53:34.880] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 2.5814289897680283ms +Info 56 [18:53:34.880] Different program with same set of files +Info 57 [18:53:36.792] Before ensureProjectForOpenFiles: +Info 58 [18:53:36.792] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 58 [18:53:36.792] Files (65) + +Info 58 [18:53:36.792] ----------------------------------------------- +Info 58 [18:53:36.792] Project '/dev/null/inferredProject1*' (Inferred) +Info 58 [18:53:36.792] Files (65) + +Info 58 [18:53:36.792] ----------------------------------------------- +Info 58 [18:53:36.792] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 58 [18:53:36.792] Files (123) + +Info 58 [18:53:36.792] ----------------------------------------------- +Info 58 [18:53:36.792] Open files: +Info 58 [18:53:36.792] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 58 [18:53:36.792] Projects: /dev/null/inferredProject1* +Info 58 [18:53:36.792] After ensureProjectForOpenFiles: +Info 59 [18:53:36.792] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 59 [18:53:36.792] Files (65) + +Info 59 [18:53:36.792] ----------------------------------------------- +Info 59 [18:53:36.792] Project '/dev/null/inferredProject1*' (Inferred) +Info 59 [18:53:36.793] Files (65) + +Info 59 [18:53:36.793] ----------------------------------------------- +Info 59 [18:53:36.793] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 59 [18:53:36.793] Files (123) + +Info 59 [18:53:36.793] ----------------------------------------------- +Info 59 [18:53:36.793] Open files: +Info 59 [18:53:36.793] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 59 [18:53:36.793] Projects: /dev/null/inferredProject1* +Info 59 [18:53:36.793] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 60 [18:53:37.226] Format host information updated +Info 61 [18:53:37.227] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 62 [18:53:37.239] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 11.988410994410515ms +Info 63 [18:53:37.239] Different program with same set of files +Info 64 [18:53:43.882] Format host information updated +Info 65 [18:53:43.883] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 66 [18:53:43.889] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 5.70006500184536ms +Info 67 [18:53:43.889] Different program with same set of files +Info 68 [18:53:44.643] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 69 [18:53:44.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 6.054729998111725ms +Info 70 [18:53:44.649] Different program with same set of files +Info 71 [18:53:44.649] getCompletionData: Get current token: 0.008099004626274109 +Info 72 [18:53:44.649] getCompletionData: Is inside comment: 0.002491995692253113 +Info 73 [18:53:44.649] getCompletionData: Get previous token: 0.029424995183944702 +Info 74 [18:53:44.649] getCompletionsAtPosition: isCompletionListBlocker: 0.00972399115562439 +Info 75 [18:53:44.650] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.17995800077915192 ms +Info 76 [18:53:44.650] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 77 [18:53:44.650] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.3304799944162369ms +Info 78 [18:53:44.650] getExportInfoMap: cache miss or empty; calculating new results +Info 79 [18:53:44.677] forEachExternalModuleToImportFrom autoImportProvider: 13.612103000283241 +Info 80 [18:53:44.677] getExportInfoMap: done in 26.84289799630642 ms +Info 81 [18:53:44.679] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 82 [18:53:44.679] collectAutoImports: response is complete +Info 83 [18:53:44.679] collectAutoImports: 2.745952993631363 +Info 84 [18:53:44.679] getCompletionData: Semantic work: 30.302335992455482 +Info 85 [18:53:44.682] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0701059997081757 +Info 86 [18:53:44.683] Format host information updated +Info 87 [18:53:45.210] Format host information updated +Info 88 [18:53:45.210] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 89 [18:53:45.215] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 5.210246995091438ms +Info 90 [18:53:45.215] Different program with same set of files +Info 91 [18:53:45.273] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 92 [18:53:45.278] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 4.800802990794182ms +Info 93 [18:53:45.278] Different program with same set of files +Info 94 [18:53:45.278] getCompletionData: Get current token: 0.007113993167877197 +Info 95 [18:53:45.278] getCompletionData: Is inside comment: 0.0028460025787353516 +Info 96 [18:53:45.278] getCompletionData: Get previous token: 0.016217008233070374 +Info 97 [18:53:45.278] getCompletionsAtPosition: isCompletionListBlocker: 0.009498998522758484 +Info 98 [18:53:45.279] getExportInfoMap: cache hit +Info 99 [18:53:45.282] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 100 [18:53:45.282] collectAutoImports: response is complete +Info 101 [18:53:45.282] collectAutoImports: 2.9265360087156296 +Info 102 [18:53:45.282] getCompletionData: Semantic work: 3.644672006368637 +Info 103 [18:53:45.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.680749997496605 +Info 104 [18:53:45.285] Format host information updated +Info 105 [18:53:45.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 106 [18:53:45.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 4.316353008151054ms +Info 107 [18:53:45.819] Different program with same set of files +Info 108 [18:53:45.819] getCompletionData: Get current token: 0.004942998290061951 +Info 109 [18:53:45.819] getCompletionData: Is inside comment: 0.0030559897422790527 +Info 110 [18:53:45.820] getCompletionData: Get previous token: 0.01654200255870819 +Info 111 [18:53:45.820] getCompletionsAtPosition: isCompletionListBlocker: 0.010931998491287231 +Info 112 [18:53:45.820] getExportInfoMap: cache hit +Info 113 [18:53:45.822] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 114 [18:53:45.822] collectAutoImports: response is complete +Info 115 [18:53:45.822] collectAutoImports: 1.6250999867916107 +Info 116 [18:53:45.822] getCompletionData: Semantic work: 2.305978998541832 +Info 117 [18:53:45.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3431060016155243 +Info 118 [18:53:45.824] Format host information updated +Info 119 [18:53:45.987] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 120 [18:53:45.994] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 7.269522994756699ms +Info 121 [18:53:45.994] Different program with same set of files +Info 122 [18:53:45.994] getCompletionData: Get current token: 0.005427002906799316 +Info 123 [18:53:45.994] getCompletionData: Is inside comment: 0.005147993564605713 +Info 124 [18:53:45.994] getCompletionData: Get previous token: 0.013585999608039856 +Info 125 [18:53:45.994] getCompletionsAtPosition: isCompletionListBlocker: 0.011879995465278625 +Info 126 [18:53:45.995] getExportInfoMap: cache hit +Info 127 [18:53:45.996] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 128 [18:53:45.996] collectAutoImports: response is complete +Info 129 [18:53:45.996] collectAutoImports: 1.4984159916639328 +Info 130 [18:53:45.996] getCompletionData: Semantic work: 2.0343599915504456 +Info 131 [18:53:45.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5271310061216354 +Info 132 [18:53:45.999] Format host information updated +Info 133 [18:53:46.056] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 134 [18:53:46.065] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 8.601209998130798ms +Info 135 [18:53:46.065] Different program with same set of files +Info 136 [18:53:46.065] getCompletionData: Get current token: 0.009654000401496887 +Info 137 [18:53:46.065] getCompletionData: Is inside comment: 0.006369009613990784 +Info 138 [18:53:46.065] getCompletionData: Get previous token: 0.04540100693702698 +Info 139 [18:53:46.065] getCompletionsAtPosition: isCompletionListBlocker: 0.015390008687973022 +Info 140 [18:53:46.066] getExportInfoMap: cache hit +Info 141 [18:53:46.069] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 142 [18:53:46.069] collectAutoImports: response is complete +Info 143 [18:53:46.069] collectAutoImports: 2.905340000987053 +Info 144 [18:53:46.069] getCompletionData: Semantic work: 4.151216998696327 +Info 145 [18:53:46.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8206620067358017 +Info 146 [18:53:46.074] Format host information updated +Info 147 [18:53:46.165] Format host information updated +Info 148 [18:53:46.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 149 [18:53:46.182] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 17.04202699661255ms +Info 150 [18:53:46.182] Different program with same set of files +Info 151 [18:53:46.381] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 152 [18:53:46.385] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 4.047342002391815ms +Info 153 [18:53:46.385] Different program with same set of files +Info 154 [18:53:46.386] getCompletionData: Get current token: 0.004866987466812134 +Info 155 [18:53:46.386] getCompletionData: Is inside comment: 0.0026050060987472534 +Info 156 [18:53:46.386] getCompletionData: Get previous token: 0.01356099545955658 +Info 157 [18:53:46.386] getCompletionsAtPosition: isCompletionListBlocker: 0.009884998202323914 +Info 158 [18:53:46.386] getExportInfoMap: cache hit +Info 159 [18:53:46.388] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 160 [18:53:46.388] collectAutoImports: response is complete +Info 161 [18:53:46.388] collectAutoImports: 1.3726039975881577 +Info 162 [18:53:46.388] getCompletionData: Semantic work: 2.0229910016059875 +Info 163 [18:53:46.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2149079889059067 +Info 164 [18:53:46.390] Format host information updated +Info 165 [18:53:46.473] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 166 [18:53:46.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 20.0541610121727ms +Info 167 [18:53:46.494] Different program with same set of files +Info 168 [18:53:46.494] getCompletionData: Get current token: 0.021060004830360413 +Info 169 [18:53:46.494] getCompletionData: Is inside comment: 0.009920001029968262 +Info 170 [18:53:46.494] getCompletionData: Get previous token: 0.036615997552871704 +Info 171 [18:53:46.495] getCompletionsAtPosition: isCompletionListBlocker: 0.021504998207092285 +Info 172 [18:53:46.496] getExportInfoMap: cache hit +Info 173 [18:53:46.500] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 174 [18:53:46.500] collectAutoImports: response is complete +Info 175 [18:53:46.500] collectAutoImports: 3.983809992671013 +Info 176 [18:53:46.500] getCompletionData: Semantic work: 5.677168011665344 +Info 177 [18:53:46.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1470919996500015 +Info 178 [18:53:46.505] Format host information updated +Info 179 [18:53:46.613] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 180 [18:53:46.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 17.1723680049181ms +Info 181 [18:53:46.630] Different program with same set of files +Info 182 [18:53:46.631] getCompletionData: Get current token: 0.0164639949798584 +Info 183 [18:53:46.631] getCompletionData: Is inside comment: 0.019330009818077087 +Info 184 [18:53:46.631] getCompletionData: Get previous token: 0.036371007561683655 +Info 185 [18:53:46.631] getCompletionsAtPosition: isCompletionListBlocker: 0.02610298991203308 +Info 186 [18:53:46.633] getExportInfoMap: cache hit +Info 187 [18:53:46.637] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 188 [18:53:46.637] collectAutoImports: response is complete +Info 189 [18:53:46.637] collectAutoImports: 3.4819699972867966 +Info 190 [18:53:46.637] getCompletionData: Semantic work: 5.46654899418354 +Info 191 [18:53:46.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.587777003645897 +Info 192 [18:53:46.641] Format host information updated +Info 193 [18:53:46.713] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 194 [18:53:46.724] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 10.843087002635002ms +Info 195 [18:53:46.724] Different program with same set of files +Info 196 [18:53:46.725] getCompletionData: Get current token: 0.008815005421638489 +Info 197 [18:53:46.725] getCompletionData: Is inside comment: 0.0036199986934661865 +Info 198 [18:53:46.725] getCompletionData: Get previous token: 0.023406997323036194 +Info 199 [18:53:46.725] getCompletionsAtPosition: isCompletionListBlocker: 0.018403008580207825 +Info 200 [18:53:46.729] getExportInfoMap: cache hit +Info 201 [18:53:46.731] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 202 [18:53:46.731] collectAutoImports: response is complete +Info 203 [18:53:46.731] collectAutoImports: 2.27946999669075 +Info 204 [18:53:46.731] getCompletionData: Semantic work: 6.162325009703636 +Info 205 [18:53:46.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7597299963235855 +Info 206 [18:53:46.734] Format host information updated +Info 207 [18:53:46.778] Format host information updated +Info 208 [18:53:46.778] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 209 [18:53:46.784] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 5.386978000402451ms +Info 210 [18:53:46.784] Different program with same set of files +Info 211 [18:53:48.989] Format host information updated +Info 212 [18:53:48.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 213 [18:53:48.992] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 2.6450400054454803ms +Info 214 [18:53:48.992] Different program with same set of files +Info 215 [18:53:49.243] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 216 [18:53:49.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 5.3118849992752075ms +Info 217 [18:53:49.249] Different program with same set of files +Info 218 [18:53:49.249] getCompletionData: Get current token: 0.005974993109703064 +Info 219 [18:53:49.249] getCompletionData: Is inside comment: 0.017802998423576355 +Info 220 [18:53:49.249] getCompletionData: Get previous token: 0.017991989850997925 +Info 221 [18:53:49.249] getCompletionsAtPosition: isCompletionListBlocker: 0.030784010887145996 +Info 222 [18:53:49.251] getExportInfoMap: cache hit +Info 223 [18:53:49.293] collectAutoImports: resolved 11 module specifiers, plus 893 ambient and 87 from cache +Info 224 [18:53:49.293] collectAutoImports: response is complete +Info 225 [18:53:49.293] collectAutoImports: 42.5573950111866 +Info 226 [18:53:49.293] getCompletionData: Semantic work: 43.90664699673653 +Info 227 [18:53:49.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.45379701256752 +Info 228 [18:53:49.313] Format host information updated +Info 229 [18:53:49.424] Format host information updated +Info 230 [18:53:49.425] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 231 [18:53:49.437] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 11.304602012038231ms +Info 232 [18:53:49.437] Different program with same set of files +Info 233 [18:53:49.675] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 234 [18:53:49.677] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 2.68019500374794ms +Info 235 [18:53:49.677] Different program with same set of files +Info 236 [18:53:49.678] getCompletionData: Get current token: 0.0036569982767105103 +Info 237 [18:53:49.678] getCompletionData: Is inside comment: 0.011913001537322998 +Info 238 [18:53:49.678] getCompletionData: Get previous token: 0.009484991431236267 +Info 239 [18:53:49.678] getCompletionsAtPosition: isCompletionListBlocker: 0.04027599096298218 +Info 240 [18:53:49.679] getExportInfoMap: cache hit +Info 241 [18:53:49.697] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 242 [18:53:49.697] collectAutoImports: response is complete +Info 243 [18:53:49.697] collectAutoImports: 18.113738000392914 +Info 244 [18:53:49.697] getCompletionData: Semantic work: 19.0603099912405 +Info 245 [18:53:49.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.741536006331444 +Info 246 [18:53:49.712] Format host information updated +Info 247 [18:53:49.741] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 248 [18:53:49.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 2.76767198741436ms +Info 249 [18:53:49.744] Different program with same set of files +Info 250 [18:53:49.744] getCompletionData: Get current token: 0.0031770020723342896 +Info 251 [18:53:49.744] getCompletionData: Is inside comment: 0.00963599979877472 +Info 252 [18:53:49.744] getCompletionData: Get previous token: 0.008025005459785461 +Info 253 [18:53:49.744] getCompletionsAtPosition: isCompletionListBlocker: 0.012804999947547913 +Info 254 [18:53:49.745] getExportInfoMap: cache hit +Info 255 [18:53:49.756] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 256 [18:53:49.756] collectAutoImports: response is complete +Info 257 [18:53:49.757] collectAutoImports: 11.809167996048927 +Info 258 [18:53:49.757] getCompletionData: Semantic work: 12.263686001300812 +Info 259 [18:53:49.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.85801300406456 +Info 260 [18:53:49.768] Format host information updated +Info 261 [18:53:49.856] Format host information updated +Info 262 [18:53:49.857] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 263 [18:53:49.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 9.1686370074749ms +Info 264 [18:53:49.866] Different program with same set of files +Info 265 [18:53:49.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 266 [18:53:49.971] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 2.8139279931783676ms +Info 267 [18:53:49.971] Different program with same set of files +Info 268 [18:53:49.971] getCompletionData: Get current token: 0.0036079883575439453 +Info 269 [18:53:49.971] getCompletionData: Is inside comment: 0.01354798674583435 +Info 270 [18:53:49.972] getCompletionData: Get previous token: 0.008867993950843811 +Info 271 [18:53:49.972] getCompletionsAtPosition: isCompletionListBlocker: 0.010066002607345581 +Info 272 [18:53:49.972] getExportInfoMap: cache hit +Info 273 [18:53:49.985] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 274 [18:53:49.985] collectAutoImports: response is complete +Info 275 [18:53:49.985] collectAutoImports: 12.490942001342773 +Info 276 [18:53:49.985] getCompletionData: Semantic work: 13.235921993851662 +Info 277 [18:53:49.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.69658100605011 +Info 278 [18:53:49.998] Format host information updated +Info 279 [18:53:50.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 280 [18:53:50.181] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 10.401195004582405ms +Info 281 [18:53:50.181] Different program with same set of files +Info 282 [18:53:50.185] getCompletionData: Get current token: 0.02028299868106842 +Info 283 [18:53:50.185] getCompletionData: Is inside comment: 0.46342799067497253 +Info 284 [18:53:50.186] getCompletionData: Get previous token: 0.5056599974632263 +Info 285 [18:53:50.187] getCompletionsAtPosition: isCompletionListBlocker: 0.07322700321674347 +Info 286 [18:53:50.189] getExportInfoMap: cache hit +Info 287 [18:53:50.217] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 288 [18:53:50.217] collectAutoImports: response is complete +Info 289 [18:53:50.217] collectAutoImports: 28.030868008732796 +Info 290 [18:53:50.217] getCompletionData: Semantic work: 30.744300991296768 +Info 291 [18:53:50.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.559324994683266 +Info 292 [18:53:50.236] Format host information updated +Info 293 [18:53:50.270] Format host information updated +Info 294 [18:53:50.270] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 295 [18:53:50.274] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 3.9340939968824387ms +Info 296 [18:53:50.274] Different program with same set of files +Info 297 [18:53:50.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 298 [18:53:50.443] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 12.551856994628906ms +Info 299 [18:53:50.443] Different program with same set of files +Info 300 [18:53:50.445] getCompletionData: Get current token: 0.017006009817123413 +Info 301 [18:53:50.446] getCompletionData: Is inside comment: 0.5475309938192368 +Info 302 [18:53:50.446] getCompletionData: Get previous token: 0.4475479871034622 +Info 303 [18:53:50.447] getCompletionsAtPosition: isCompletionListBlocker: 0.009246990084648132 +Info 304 [18:53:50.451] getExportInfoMap: cache hit +Info 305 [18:53:50.477] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 306 [18:53:50.477] collectAutoImports: response is complete +Info 307 [18:53:50.477] collectAutoImports: 26.104564994573593 +Info 308 [18:53:50.477] getCompletionData: Semantic work: 29.86134099960327 +Info 309 [18:53:50.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.692996010184288 +Info 310 [18:53:50.492] Format host information updated +Info 311 [18:53:50.499] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 312 [18:53:50.502] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 2.634775996208191ms +Info 313 [18:53:50.502] Different program with same set of files +Info 314 [18:53:50.502] getCompletionData: Get current token: 0.003187999129295349 +Info 315 [18:53:50.502] getCompletionData: Is inside comment: 0.008307993412017822 +Info 316 [18:53:50.502] getCompletionData: Get previous token: 0.00834299623966217 +Info 317 [18:53:50.502] getCompletionsAtPosition: isCompletionListBlocker: 0.006620004773139954 +Info 318 [18:53:50.503] getExportInfoMap: cache hit +Info 319 [18:53:50.514] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 320 [18:53:50.514] collectAutoImports: response is complete +Info 321 [18:53:50.514] collectAutoImports: 11.499972999095917 +Info 322 [18:53:50.514] getCompletionData: Semantic work: 12.302175000309944 +Info 323 [18:53:50.520] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.042758002877235 +Info 324 [18:53:50.525] Format host information updated +Info 325 [18:53:51.762] Format host information updated +Info 326 [18:53:51.762] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 327 [18:53:51.765] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 2.821483001112938ms +Info 328 [18:53:51.765] Different program with same set of files diff --git a/.log/tsserver-log-Dgn18a/tsserver.log b/.log/tsserver-log-Dgn18a/tsserver.log new file mode 100644 index 0000000..1588f30 --- /dev/null +++ b/.log/tsserver-log-Dgn18a/tsserver.log @@ -0,0 +1,83 @@ +Info 0 [12:24:22.979] Starting TS Server +Info 1 [12:24:22.979] Version: 5.2.2 +Info 2 [12:24:22.979] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/c6a12041f984adf3df6e27357630842e/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-Dgn18a/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:24:22.979] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:24:22.979] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [12:24:22.985] Format host information updated +Info 6 [12:24:22.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [12:24:23.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 354.83851299993694ms +Info 8 [12:24:23.344] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [12:24:23.344] Files (8) + +Info 10 [12:24:23.344] ----------------------------------------------- +Info 11 [12:24:23.345] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [12:24:23.345] Files (8) + +Info 11 [12:24:23.345] ----------------------------------------------- +Info 11 [12:24:23.345] Open files: +Info 11 [12:24:23.345] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [12:24:23.345] Projects: /dev/null/inferredProject1* +Info 11 [12:24:39.289] Format host information updated +Info 12 [12:24:39.448] Format host information updated +Info 13 [12:24:39.632] Format host information updated +Info 14 [12:24:39.949] Format host information updated +Info 15 [12:24:40.124] Format host information updated +Info 16 [12:25:22.272] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17 [12:25:22.283] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 10.401643998920918ms +Info 18 [12:25:22.283] Project '/dev/null/inferredProject1*' (Inferred) +Info 19 [12:25:22.283] Files (9) + +Info 20 [12:25:22.283] ----------------------------------------------- +Info 21 [12:25:22.283] Project '/dev/null/inferredProject1*' (Inferred) +Info 21 [12:25:22.283] Files (9) + +Info 21 [12:25:22.283] ----------------------------------------------- +Info 21 [12:25:22.283] Open files: +Info 21 [12:25:22.283] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [12:25:22.283] Projects: /dev/null/inferredProject1* +Info 21 [12:25:22.283] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [12:25:22.283] Projects: /dev/null/inferredProject1* +Info 21 [12:25:22.494] Format host information updated +Info 22 [12:25:39.687] Format host information updated +Info 23 [12:25:39.749] Format host information updated +Info 24 [12:25:40.026] Format host information updated +Info 25 [12:25:40.167] Format host information updated +Info 26 [12:25:40.435] Format host information updated +Info 27 [12:25:40.492] Format host information updated +Info 28 [12:25:40.634] Format host information updated +Info 29 [12:25:40.843] Format host information updated +Info 30 [12:25:41.142] Format host information updated +Info 31 [12:25:41.283] Format host information updated +Info 32 [12:25:43.392] Format host information updated +Info 33 [12:25:43.511] Format host information updated +Info 34 [12:25:43.758] Format host information updated +Info 35 [12:25:43.811] Format host information updated +Info 36 [12:25:44.040] Format host information updated +Info 37 [12:25:45.159] Format host information updated +Info 38 [12:25:45.838] Format host information updated +Info 39 [12:25:47.798] Format host information updated +Info 40 [12:25:47.865] Format host information updated +Info 41 [12:26:03.412] Format host information updated +Info 42 [12:26:31.410] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 43 [12:26:31.416] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 6.4654930010437965ms +Info 44 [12:26:31.416] Project '/dev/null/inferredProject1*' (Inferred) +Info 45 [12:26:31.416] Files (10) + +Info 46 [12:26:31.416] ----------------------------------------------- +Info 47 [12:26:31.417] Project '/dev/null/inferredProject1*' (Inferred) +Info 47 [12:26:31.417] Files (10) + +Info 47 [12:26:31.417] ----------------------------------------------- +Info 47 [12:26:31.417] Open files: +Info 47 [12:26:31.417] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 47 [12:26:31.417] Projects: /dev/null/inferredProject1* +Info 47 [12:26:31.417] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 47 [12:26:31.417] Projects: /dev/null/inferredProject1* +Info 47 [12:26:31.417] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 47 [12:26:31.417] Projects: /dev/null/inferredProject1* +Info 47 [12:26:31.631] Format host information updated +Info 48 [12:33:45.282] Format host information updated +Info 49 [12:33:45.421] Format host information updated +Info 50 [12:33:45.548] Format host information updated +Info 51 [12:33:45.723] Format host information updated +Info 52 [12:33:46.209] Format host information updated diff --git a/.log/tsserver-log-Eocjjp/tsserver.log b/.log/tsserver-log-Eocjjp/tsserver.log new file mode 100644 index 0000000..67d3b2d --- /dev/null +++ b/.log/tsserver-log-Eocjjp/tsserver.log @@ -0,0 +1,1561 @@ +Info 0 [21:45:04.437] Starting TS Server +Info 1 [21:45:04.440] Version: 5.2.2 +Info 2 [21:45:04.440] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/97e25f70c39214f313bb932b8f697031/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-Eocjjp/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [21:45:04.440] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [21:45:04.440] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [21:45:04.445] Format host information updated +Info 6 [21:45:04.449] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [21:45:04.773] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 323.52911200001836ms +Info 8 [21:45:04.773] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [21:45:04.773] Files (8) + +Info 10 [21:45:04.773] ----------------------------------------------- +Info 11 [21:45:04.773] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [21:45:04.773] Files (8) + +Info 11 [21:45:04.773] ----------------------------------------------- +Info 11 [21:45:04.773] Open files: +Info 11 [21:45:04.773] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [21:45:04.773] Projects: /dev/null/inferredProject1* +Info 11 [21:45:04.775] Format host information updated +Info 12 [21:45:05.376] Format host information updated +Info 13 [21:45:06.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14 [21:45:06.028] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 8.360830000019632ms +Info 15 [21:45:06.028] Different program with same set of files +Info 16 [21:45:06.074] Format host information updated +Info 17 [21:45:07.402] Format host information updated +Info 18 [21:45:07.563] Format host information updated +Info 19 [21:45:07.735] Format host information updated +Info 20 [21:47:39.531] Format host information updated +Info 21 [21:47:39.654] Format host information updated +Info 22 [21:47:39.759] Format host information updated +Info 23 [21:47:39.974] Format host information updated +Info 24 [21:47:40.838] Format host information updated +Info 25 [21:47:40.986] Format host information updated +Info 26 [21:47:41.100] Format host information updated +Info 27 [21:47:41.906] Format host information updated +Info 28 [21:47:41.978] Format host information updated +Info 29 [21:47:42.080] Format host information updated +Info 30 [21:47:42.278] Format host information updated +Info 31 [21:47:42.456] Format host information updated +Info 32 [21:47:42.606] Format host information updated +Info 33 [21:47:42.756] Format host information updated +Info 34 [21:47:42.905] Format host information updated +Info 35 [21:47:43.075] Format host information updated +Info 36 [21:47:43.265] Format host information updated +Info 37 [21:47:43.346] Format host information updated +Info 38 [21:47:43.633] Format host information updated +Info 39 [21:47:43.805] Format host information updated +Info 40 [21:47:43.875] Format host information updated +Info 41 [21:47:44.058] Format host information updated +Info 42 [21:47:44.154] Format host information updated +Info 43 [21:47:44.566] Format host information updated +Info 44 [21:47:44.872] Format host information updated +Info 45 [21:47:45.069] Format host information updated +Info 46 [21:47:45.236] Format host information updated +Info 47 [21:47:45.342] Format host information updated +Info 48 [21:47:45.715] Format host information updated +Info 49 [21:47:45.789] Format host information updated +Info 50 [21:47:45.926] Format host information updated +Info 51 [21:47:46.075] Format host information updated +Info 52 [21:47:46.189] Format host information updated +Info 53 [21:47:46.257] Format host information updated +Info 54 [21:47:46.454] Format host information updated +Info 55 [21:47:46.562] Format host information updated +Info 56 [21:47:46.738] Format host information updated +Info 57 [21:47:46.898] Format host information updated +Info 58 [21:47:47.046] Format host information updated +Info 59 [21:47:47.271] Format host information updated +Info 60 [21:47:47.381] Format host information updated +Info 61 [21:47:47.533] Format host information updated +Info 62 [21:47:47.610] Format host information updated +Info 63 [21:47:47.787] Format host information updated +Info 64 [21:47:47.896] Format host information updated +Info 65 [21:47:48.013] Format host information updated +Info 66 [21:47:48.132] Format host information updated +Info 67 [21:47:48.333] Format host information updated +Info 68 [21:47:48.503] Format host information updated +Info 69 [21:47:48.601] Format host information updated +Info 70 [21:47:48.739] Format host information updated +Info 71 [21:47:49.804] Format host information updated +Info 72 [21:47:49.936] Format host information updated +Info 73 [21:47:50.318] Format host information updated +Info 74 [21:47:50.381] Format host information updated +Info 75 [21:47:50.591] Format host information updated +Info 76 [21:47:53.917] Format host information updated +Info 77 [21:47:53.978] Format host information updated +Info 78 [21:47:54.825] Format host information updated +Info 79 [21:47:54.938] Format host information updated +Info 80 [21:47:55.581] Format host information updated +Info 81 [21:47:55.582] Format host information updated +Info 82 [21:47:55.643] Format host information updated +Info 83 [21:49:50.112] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 84 [21:49:50.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 10.820427000056952ms +Info 85 [21:49:50.123] Project '/dev/null/inferredProject1*' (Inferred) +Info 86 [21:49:50.123] Files (9) + +Info 87 [21:49:50.123] ----------------------------------------------- +Info 88 [21:49:50.123] Project '/dev/null/inferredProject1*' (Inferred) +Info 88 [21:49:50.123] Files (9) + +Info 88 [21:49:50.123] ----------------------------------------------- +Info 88 [21:49:50.123] Open files: +Info 88 [21:49:50.123] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 88 [21:49:50.123] Projects: /dev/null/inferredProject1* +Info 88 [21:49:50.123] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 88 [21:49:50.123] Projects: /dev/null/inferredProject1* +Info 88 [21:49:50.335] Format host information updated +Info 89 [21:49:51.037] Project '/dev/null/inferredProject1*' (Inferred) +Info 89 [21:49:51.037] Files (9) + +Info 89 [21:49:51.037] ----------------------------------------------- +Info 89 [21:49:51.037] Open files: +Info 89 [21:49:51.037] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 89 [21:49:51.037] Projects: /dev/null/inferredProject1* +Info 89 [21:52:22.652] Format host information updated +Info 90 [21:52:23.503] Format host information updated +Info 91 [21:55:33.941] Format host information updated +Info 92 [21:55:34.133] Format host information updated +Info 93 [21:55:34.210] Format host information updated +Info 94 [21:55:35.556] Format host information updated +Info 95 [21:55:35.722] Format host information updated +Info 96 [21:55:35.909] Format host information updated +Info 97 [21:55:36.030] Format host information updated +Info 98 [21:55:36.103] Format host information updated +Info 99 [21:55:36.216] Format host information updated +Info 100 [21:55:36.317] Format host information updated +Info 101 [21:55:36.402] Format host information updated +Info 102 [21:55:36.468] Format host information updated +Info 103 [21:55:36.692] Format host information updated +Info 104 [21:55:36.981] Format host information updated +Info 105 [21:55:37.108] Format host information updated +Info 106 [21:55:37.319] Format host information updated +Info 107 [21:55:41.209] Format host information updated +Info 108 [21:55:42.891] Format host information updated +Info 109 [21:55:49.160] Format host information updated +Info 110 [21:55:49.326] Format host information updated +Info 111 [21:55:49.496] Format host information updated +Info 112 [21:55:49.599] Format host information updated +Info 113 [21:55:49.688] Format host information updated +Info 114 [21:55:49.771] Format host information updated +Info 115 [21:55:49.860] Format host information updated +Info 116 [21:55:50.082] Format host information updated +Info 117 [21:55:50.174] Format host information updated +Info 118 [21:55:50.371] Format host information updated +Info 119 [21:55:50.798] Format host information updated +Info 120 [21:55:50.891] Format host information updated +Info 121 [21:55:50.999] Format host information updated +Info 122 [21:55:51.180] Format host information updated +Info 123 [21:55:51.362] Format host information updated +Info 124 [21:55:51.720] Format host information updated +Info 125 [21:55:51.826] Format host information updated +Info 126 [21:55:51.886] Format host information updated +Info 127 [21:55:51.980] Format host information updated +Info 128 [21:55:52.084] Format host information updated +Info 129 [21:55:52.157] Format host information updated +Info 130 [21:55:52.227] Format host information updated +Info 131 [21:55:52.449] Format host information updated +Info 132 [21:55:52.510] Format host information updated +Info 133 [21:55:52.676] Format host information updated +Info 134 [21:55:52.809] Format host information updated +Info 135 [21:55:53.368] Format host information updated +Info 136 [21:55:53.478] Format host information updated +Info 137 [21:55:53.624] Format host information updated +Info 138 [21:55:53.925] Format host information updated +Info 139 [21:55:54.115] Format host information updated +Info 140 [21:55:54.463] Format host information updated +Info 141 [21:55:54.613] Format host information updated +Info 142 [21:55:55.522] Format host information updated +Info 143 [21:55:55.821] Format host information updated +Info 144 [21:55:55.956] Format host information updated +Info 145 [21:55:56.116] Format host information updated +Info 146 [21:55:56.552] Format host information updated +Info 147 [21:55:56.826] Format host information updated +Info 148 [21:55:56.963] Format host information updated +Info 149 [21:55:57.099] Format host information updated +Info 150 [21:55:57.218] Format host information updated +Info 151 [21:55:57.596] Format host information updated +Info 152 [21:55:58.136] Format host information updated +Info 153 [21:55:58.224] Format host information updated +Info 154 [21:55:58.478] Format host information updated +Info 155 [21:55:58.595] Format host information updated +Info 156 [21:55:58.658] Format host information updated +Info 157 [21:55:58.723] Format host information updated +Info 158 [21:55:59.315] Format host information updated +Info 159 [21:55:59.550] Format host information updated +Info 160 [21:55:59.691] Format host information updated +Info 161 [21:55:59.982] Format host information updated +Info 162 [21:56:00.711] Format host information updated +Info 163 [21:56:01.043] Format host information updated +Info 164 [21:56:01.656] Format host information updated +Info 165 [21:56:01.804] Format host information updated +Info 166 [21:56:01.954] Format host information updated +Info 167 [21:56:02.086] Format host information updated +Info 168 [21:56:02.958] Format host information updated +Info 169 [21:56:03.054] Format host information updated +Info 170 [21:56:03.785] Format host information updated +Info 171 [21:56:03.891] Format host information updated +Info 172 [21:56:04.395] Format host information updated +Info 173 [21:56:04.790] Format host information updated +Info 174 [21:56:05.056] Format host information updated +Info 175 [21:56:05.200] Format host information updated +Info 176 [21:56:05.261] Format host information updated +Info 177 [21:56:05.363] Format host information updated +Info 178 [21:56:05.430] Format host information updated +Info 179 [21:56:05.552] Format host information updated +Info 180 [21:56:05.870] Format host information updated +Info 181 [21:56:06.045] Format host information updated +Info 182 [21:56:06.112] Format host information updated +Info 183 [21:56:06.239] Format host information updated +Info 184 [21:56:06.303] Format host information updated +Info 185 [21:56:06.399] Format host information updated +Info 186 [21:56:06.987] Format host information updated +Info 187 [21:56:07.534] Format host information updated +Info 188 [21:56:07.630] Format host information updated +Info 189 [21:56:07.715] Format host information updated +Info 190 [21:56:07.787] Format host information updated +Info 191 [21:56:07.954] Format host information updated +Info 192 [21:56:08.087] Format host information updated +Info 193 [21:56:08.155] Format host information updated +Info 194 [21:56:08.222] Format host information updated +Info 195 [21:56:08.316] Format host information updated +Info 196 [21:56:08.401] Format host information updated +Info 197 [21:56:08.462] Format host information updated +Info 198 [21:56:08.714] Format host information updated +Info 199 [21:56:08.930] Format host information updated +Info 200 [21:56:09.187] Format host information updated +Info 201 [21:56:09.473] Format host information updated +Info 202 [21:56:09.631] Format host information updated +Info 203 [21:56:09.827] Format host information updated +Info 204 [21:56:09.959] Format host information updated +Info 205 [21:56:10.133] Format host information updated +Info 206 [21:56:10.327] Format host information updated +Info 207 [21:56:10.447] Format host information updated +Info 208 [21:57:41.250] Format host information updated +Info 209 [21:57:41.416] Format host information updated +Info 210 [21:57:41.477] Format host information updated +Info 211 [21:57:41.661] Format host information updated +Info 212 [21:57:41.971] Format host information updated +Info 213 [21:57:43.866] Format host information updated +Info 214 [21:57:44.174] Format host information updated +Info 215 [21:57:44.418] Format host information updated +Info 216 [21:57:52.237] Format host information updated +Info 217 [21:57:54.325] Format host information updated +Info 218 [21:57:54.507] Format host information updated +Info 219 [21:57:54.616] Format host information updated +Info 220 [21:57:54.739] Format host information updated +Info 221 [21:57:54.821] Format host information updated +Info 222 [21:57:54.907] Format host information updated +Info 223 [21:57:55.149] Format host information updated +Info 224 [21:59:49.517] Format host information updated +Info 225 [21:59:49.775] Format host information updated +Info 226 [21:59:49.850] Format host information updated +Info 227 [21:59:49.995] Format host information updated +Info 228 [21:59:50.118] Format host information updated +Info 229 [21:59:50.528] Format host information updated +Info 230 [21:59:50.842] Format host information updated +Info 231 [21:59:50.975] Format host information updated +Info 232 [21:59:51.074] Format host information updated +Info 233 [21:59:51.248] Format host information updated +Info 234 [21:59:51.449] Format host information updated +Info 235 [21:59:51.509] Format host information updated +Info 236 [21:59:51.660] Format host information updated +Info 237 [21:59:51.759] Format host information updated +Info 238 [21:59:52.086] Format host information updated +Info 239 [21:59:52.457] Format host information updated +Info 240 [21:59:52.635] Format host information updated +Info 241 [21:59:52.700] Format host information updated +Info 242 [21:59:52.877] Format host information updated +Info 243 [21:59:52.971] Format host information updated +Info 244 [21:59:53.051] Format host information updated +Info 245 [21:59:53.137] Format host information updated +Info 246 [21:59:53.277] Format host information updated +Info 247 [21:59:54.189] Format host information updated +Info 248 [21:59:54.462] Format host information updated +Info 249 [21:59:54.535] Format host information updated +Info 250 [21:59:54.770] Format host information updated +Info 251 [21:59:54.860] Format host information updated +Info 252 [21:59:55.021] Format host information updated +Info 253 [21:59:55.100] Format host information updated +Info 254 [21:59:55.182] Format host information updated +Info 255 [21:59:55.318] Format host information updated +Info 256 [22:00:12.210] Format host information updated +Info 257 [22:00:12.703] Format host information updated +Info 258 [22:00:13.201] Format host information updated +Info 259 [22:00:14.204] Format host information updated +Info 260 [22:00:14.654] Format host information updated +Info 261 [22:00:14.894] Format host information updated +Info 262 [22:00:15.386] Format host information updated +Info 263 [22:00:16.873] Format host information updated +Info 264 [22:00:17.291] Format host information updated +Info 265 [22:00:17.378] Format host information updated +Info 266 [22:00:17.610] Format host information updated +Info 267 [22:00:18.236] Format host information updated +Info 268 [22:00:18.312] Format host information updated +Info 269 [22:00:18.373] Format host information updated +Info 270 [22:00:18.506] Format host information updated +Info 271 [22:00:18.600] Format host information updated +Info 272 [22:00:18.661] Format host information updated +Info 273 [22:00:18.723] Format host information updated +Info 274 [22:00:18.844] Format host information updated +Info 275 [22:00:19.319] Format host information updated +Info 276 [22:00:19.448] Format host information updated +Info 277 [22:00:19.545] Format host information updated +Info 278 [22:00:19.674] Format host information updated +Info 279 [22:00:19.904] Format host information updated +Info 280 [22:00:20.264] Format host information updated +Info 281 [22:00:20.566] Format host information updated +Info 282 [22:00:21.137] Format host information updated +Info 283 [22:00:21.536] Format host information updated +Info 284 [22:00:21.682] Format host information updated +Info 285 [22:00:22.599] Format host information updated +Info 286 [22:00:23.897] Format host information updated +Info 287 [22:00:25.675] Format host information updated +Info 288 [22:00:26.495] Format host information updated +Info 289 [22:00:26.669] Format host information updated +Info 290 [22:00:26.770] Format host information updated +Info 291 [22:00:26.918] Format host information updated +Info 292 [22:00:28.176] Format host information updated +Info 293 [22:00:29.355] Format host information updated +Info 294 [22:00:29.631] Format host information updated +Info 295 [22:00:30.140] Format host information updated +Info 296 [22:00:31.320] Format host information updated +Info 297 [22:00:33.403] Format host information updated +Info 298 [22:00:34.643] Format host information updated +Info 299 [22:00:34.970] Format host information updated +Info 300 [22:00:35.094] Format host information updated +Info 301 [22:00:36.368] Format host information updated +Info 302 [22:00:36.511] Format host information updated +Info 303 [22:00:36.674] Format host information updated +Info 304 [22:00:37.027] Format host information updated +Info 305 [22:00:37.326] Format host information updated +Info 306 [22:00:37.941] Format host information updated +Info 307 [22:00:38.231] Format host information updated +Info 308 [22:00:39.711] Format host information updated +Info 309 [22:00:41.084] Format host information updated +Info 310 [22:00:42.455] Format host information updated +Info 311 [22:00:43.401] Format host information updated +Info 312 [22:00:43.951] Format host information updated +Info 313 [22:00:44.099] Format host information updated +Info 314 [22:00:44.779] Format host information updated +Info 315 [22:00:44.909] Format host information updated +Info 316 [22:00:45.051] Format host information updated +Info 317 [22:00:45.187] Format host information updated +Info 318 [22:00:45.736] Format host information updated +Info 319 [22:00:45.797] Format host information updated +Info 320 [22:00:45.994] Format host information updated +Info 321 [22:00:46.308] Format host information updated +Info 322 [22:00:47.776] Format host information updated +Info 323 [22:00:48.065] Format host information updated +Info 324 [22:00:48.172] Format host information updated +Info 325 [22:00:48.341] Format host information updated +Info 326 [22:00:48.672] Format host information updated +Info 327 [22:00:48.800] Format host information updated +Info 328 [22:00:48.999] Format host information updated +Info 329 [22:00:49.059] Format host information updated +Info 330 [22:00:49.175] Format host information updated +Info 331 [22:00:49.411] Format host information updated +Info 332 [22:00:49.498] Format host information updated +Info 333 [22:00:49.724] Format host information updated +Info 334 [22:00:49.878] Format host information updated +Info 335 [22:00:49.961] Format host information updated +Info 336 [22:00:50.623] Format host information updated +Info 337 [22:00:50.834] Format host information updated +Info 338 [22:00:51.014] Format host information updated +Info 339 [22:00:51.149] Format host information updated +Info 340 [22:00:51.217] Format host information updated +Info 341 [22:00:51.405] Format host information updated +Info 342 [22:00:51.718] Format host information updated +Info 343 [22:00:51.969] Format host information updated +Info 344 [22:00:53.881] Format host information updated +Info 345 [22:00:54.564] Format host information updated +Info 346 [22:00:55.162] Format host information updated +Info 347 [22:00:55.265] Format host information updated +Info 348 [22:00:55.935] Format host information updated +Info 349 [22:00:56.005] Format host information updated +Info 350 [22:00:56.064] Format host information updated +Info 351 [22:00:57.192] Format host information updated +Info 352 [22:00:57.673] Format host information updated +Info 353 [22:00:58.035] Format host information updated +Info 354 [22:00:58.158] Format host information updated +Info 355 [22:00:58.387] Format host information updated +Info 356 [22:00:58.502] Format host information updated +Info 357 [22:00:58.672] Format host information updated +Info 358 [22:01:03.021] Format host information updated +Info 359 [22:01:06.575] Format host information updated +Info 360 [22:01:06.763] Format host information updated +Info 361 [22:01:06.831] Format host information updated +Info 362 [22:01:06.899] Format host information updated +Info 363 [22:01:07.024] Format host information updated +Info 364 [22:01:07.216] Format host information updated +Info 365 [22:01:07.322] Format host information updated +Info 366 [22:01:07.384] Format host information updated +Info 367 [22:01:07.570] Format host information updated +Info 368 [22:01:07.764] Format host information updated +Info 369 [22:01:08.083] Format host information updated +Info 370 [22:01:08.226] Format host information updated +Info 371 [22:01:08.482] Format host information updated +Info 372 [22:01:08.639] Format host information updated +Info 373 [22:01:09.135] Format host information updated +Info 374 [22:01:09.807] Format host information updated +Info 375 [22:01:09.949] Format host information updated +Info 376 [22:01:10.017] Format host information updated +Info 377 [22:01:10.218] Format host information updated +Info 378 [22:01:10.300] Format host information updated +Info 379 [22:01:10.468] Format host information updated +Info 380 [22:01:10.552] Format host information updated +Info 381 [22:01:10.632] Format host information updated +Info 382 [22:01:10.786] Format host information updated +Info 383 [22:01:11.059] Format host information updated +Info 384 [22:01:22.506] Format host information updated +Info 385 [22:01:22.618] Format host information updated +Info 386 [22:01:22.744] Format host information updated +Info 387 [22:01:22.998] Format host information updated +Info 388 [22:01:23.081] Format host information updated +Info 389 [22:01:23.283] Format host information updated +Info 390 [22:01:23.423] Format host information updated +Info 391 [22:01:23.775] Format host information updated +Info 392 [22:01:23.944] Format host information updated +Info 393 [22:01:25.393] Format host information updated +Info 394 [22:01:25.666] Format host information updated +Info 395 [22:01:25.745] Format host information updated +Info 396 [22:01:25.926] Format host information updated +Info 397 [22:01:26.057] Format host information updated +Info 398 [22:01:26.177] Format host information updated +Info 399 [22:01:26.306] Format host information updated +Info 400 [22:01:26.504] Format host information updated +Info 401 [22:01:26.564] Format host information updated +Info 402 [22:01:26.706] Format host information updated +Info 403 [22:01:26.881] Format host information updated +Info 404 [22:01:27.037] Format host information updated +Info 405 [22:01:30.682] Format host information updated +Info 406 [22:01:32.906] Format host information updated +Info 407 [22:01:46.862] Format host information updated +Info 408 [22:01:47.322] Format host information updated +Info 409 [22:01:50.718] Format host information updated +Info 410 [22:01:51.134] Format host information updated +Info 411 [22:02:57.133] Format host information updated +Info 412 [22:02:57.491] Format host information updated +Info 413 [22:02:57.635] Format host information updated +Info 414 [22:02:58.131] Format host information updated +Info 415 [22:03:00.371] Format host information updated +Info 416 [22:03:01.502] Format host information updated +Info 417 [22:03:01.563] Format host information updated +Info 418 [22:03:01.680] Format host information updated +Info 419 [22:03:02.032] Format host information updated +Info 420 [22:03:02.246] Format host information updated +Info 421 [22:03:02.339] Format host information updated +Info 422 [22:03:02.471] Format host information updated +Info 423 [22:03:02.551] Format host information updated +Info 424 [22:03:02.660] Format host information updated +Info 425 [22:03:03.953] Format host information updated +Info 426 [22:03:04.393] Format host information updated +Info 427 [22:03:04.774] Format host information updated +Info 428 [22:03:04.988] Format host information updated +Info 429 [22:03:05.288] Format host information updated +Info 430 [22:03:06.729] Format host information updated +Info 431 [22:03:06.861] Format host information updated +Info 432 [22:03:07.623] Format host information updated +Info 433 [22:03:07.676] Format host information updated +Info 434 [22:03:07.911] Format host information updated +Info 435 [22:03:07.982] Format host information updated +Info 436 [22:03:08.188] Format host information updated +Info 437 [22:03:08.275] Format host information updated +Info 438 [22:03:08.462] Format host information updated +Info 439 [22:03:08.529] Format host information updated +Info 440 [22:03:08.603] Format host information updated +Info 441 [22:03:08.665] Format host information updated +Info 442 [22:03:08.779] Format host information updated +Info 443 [22:03:09.227] Format host information updated +Info 444 [22:03:09.330] Format host information updated +Info 445 [22:03:09.422] Format host information updated +Info 446 [22:03:13.058] Format host information updated +Info 447 [22:04:14.519] Format host information updated +Info 448 [22:32:26.625] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 449 [22:32:26.639] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 14.49783100001514ms +Info 450 [22:32:26.640] Project '/dev/null/inferredProject1*' (Inferred) +Info 451 [22:32:26.640] Files (9) + +Info 452 [22:32:26.640] ----------------------------------------------- +Info 453 [22:32:26.640] Project '/dev/null/inferredProject1*' (Inferred) +Info 453 [22:32:26.640] Files (9) + +Info 453 [22:32:26.640] ----------------------------------------------- +Info 453 [22:32:26.640] Open files: +Info 453 [22:32:26.640] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 453 [22:32:26.640] Projects: /dev/null/inferredProject1* +Info 453 [22:32:26.640] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 453 [22:32:26.640] Projects: /dev/null/inferredProject1* +Info 453 [22:32:26.852] Format host information updated +Info 454 [22:32:52.970] Project '/dev/null/inferredProject1*' (Inferred) +Info 454 [22:32:52.970] Files (9) + +Info 454 [22:32:52.970] ----------------------------------------------- +Info 454 [22:32:52.970] Open files: +Info 454 [22:32:52.970] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 454 [22:32:52.970] Projects: /dev/null/inferredProject1* +Info 454 [22:48:58.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 455 [22:48:58.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed: 6.367452000267804ms +Info 456 [22:48:58.551] Project '/dev/null/inferredProject1*' (Inferred) +Info 457 [22:48:58.551] Files (9) + +Info 458 [22:48:58.551] ----------------------------------------------- +Info 459 [22:48:58.551] Project '/dev/null/inferredProject1*' (Inferred) +Info 459 [22:48:58.551] Files (9) + +Info 459 [22:48:58.551] ----------------------------------------------- +Info 459 [22:48:58.551] Open files: +Info 459 [22:48:58.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 459 [22:48:58.551] Projects: /dev/null/inferredProject1* +Info 459 [22:48:58.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 459 [22:48:58.551] Projects: /dev/null/inferredProject1* +Info 459 [22:49:00.189] Format host information updated +Info 460 [22:49:02.605] Format host information updated +Info 461 [22:49:02.935] Format host information updated +Info 462 [22:49:03.224] Format host information updated +Info 463 [22:49:03.381] Format host information updated +Info 464 [22:49:03.449] Format host information updated +Info 465 [22:49:03.524] Format host information updated +Info 466 [22:49:03.632] Format host information updated +Info 467 [22:49:03.699] Format host information updated +Info 468 [22:49:03.882] Format host information updated +Info 469 [22:49:04.117] Format host information updated +Info 470 [22:49:04.239] Format host information updated +Info 471 [22:49:04.301] Format host information updated +Info 472 [22:49:04.442] Format host information updated +Info 473 [22:49:04.500] Format host information updated +Info 474 [22:49:04.576] Format host information updated +Info 475 [22:49:06.135] Format host information updated +Info 476 [22:56:20.374] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 477 [22:56:20.384] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed: 9.906042999587953ms +Info 478 [22:56:20.384] Project '/dev/null/inferredProject1*' (Inferred) +Info 479 [22:56:20.384] Files (10) + +Info 480 [22:56:20.384] ----------------------------------------------- +Info 481 [22:56:20.384] Project '/dev/null/inferredProject1*' (Inferred) +Info 481 [22:56:20.384] Files (10) + +Info 481 [22:56:20.384] ----------------------------------------------- +Info 481 [22:56:20.384] Open files: +Info 481 [22:56:20.384] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 481 [22:56:20.384] Projects: /dev/null/inferredProject1* +Info 481 [22:56:20.384] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 481 [22:56:20.384] Projects: /dev/null/inferredProject1* +Info 481 [22:56:20.384] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 481 [22:56:20.384] Projects: /dev/null/inferredProject1* +Info 481 [22:56:22.505] Format host information updated +Info 482 [22:56:25.074] Format host information updated +Info 483 [22:56:25.276] Format host information updated +Info 484 [23:07:38.832] Format host information updated +Info 485 [23:07:39.132] Format host information updated +Info 486 [23:07:40.415] Format host information updated +Info 487 [23:07:40.558] Format host information updated +Info 488 [23:07:40.753] Format host information updated +Info 489 [23:07:41.207] Format host information updated +Info 490 [23:07:41.392] Format host information updated +Info 491 [23:07:41.669] Format host information updated +Info 492 [23:07:41.736] Format host information updated +Info 493 [23:07:41.813] Format host information updated +Info 494 [23:07:41.887] Format host information updated +Info 495 [23:07:42.264] Format host information updated +Info 496 [23:07:42.420] Format host information updated +Info 497 [23:07:42.551] Format host information updated +Info 498 [23:07:42.685] Format host information updated +Info 499 [23:07:42.852] Format host information updated +Info 500 [23:07:42.975] Format host information updated +Info 501 [23:07:46.068] Format host information updated +Info 502 [23:07:46.352] Format host information updated +Info 503 [23:07:46.811] Format host information updated +Info 504 [23:07:46.878] Format host information updated +Info 505 [23:07:47.017] Format host information updated +Info 506 [23:07:47.079] Format host information updated +Info 507 [23:07:47.149] Format host information updated +Info 508 [23:07:47.530] Format host information updated +Info 509 [23:07:48.270] Format host information updated +Info 510 [23:07:48.698] Format host information updated +Info 511 [23:07:49.046] Format host information updated +Info 512 [23:07:49.368] Format host information updated +Info 513 [23:07:50.828] Format host information updated +Info 514 [23:07:50.918] Format host information updated +Info 515 [23:07:50.977] Format host information updated +Info 516 [23:07:51.560] Format host information updated +Info 517 [23:07:51.904] Format host information updated +Info 518 [23:07:52.050] Format host information updated +Info 519 [23:07:52.786] Format host information updated +Info 520 [23:07:53.196] Format host information updated +Info 521 [23:07:54.854] Format host information updated +Info 522 [23:07:54.996] Format host information updated +Info 523 [23:07:55.489] Format host information updated +Info 524 [23:07:56.156] Format host information updated +Info 525 [23:07:56.235] Format host information updated +Info 526 [23:07:57.058] Format host information updated +Info 527 [23:07:57.213] Format host information updated +Info 528 [23:07:58.974] Format host information updated +Info 529 [23:07:59.091] Format host information updated +Info 530 [23:07:59.650] Format host information updated +Info 531 [23:07:59.862] Format host information updated +Info 532 [23:08:00.045] Format host information updated +Info 533 [23:08:00.240] Format host information updated +Info 534 [23:08:00.869] Format host information updated +Info 535 [23:08:01.936] Format host information updated +Info 536 [23:08:02.015] Format host information updated +Info 537 [23:08:02.202] Format host information updated +Info 538 [23:08:02.323] Format host information updated +Info 539 [23:08:02.456] Format host information updated +Info 540 [23:08:02.593] Format host information updated +Info 541 [23:08:02.660] Format host information updated +Info 542 [23:08:02.764] Format host information updated +Info 543 [23:08:02.944] Format host information updated +Info 544 [23:08:03.684] Format host information updated +Info 545 [23:08:05.172] Format host information updated +Info 546 [23:08:08.110] Format host information updated +Info 547 [23:08:08.707] Format host information updated +Info 548 [23:08:08.842] Format host information updated +Info 549 [23:08:09.464] Format host information updated +Info 550 [23:08:09.556] Format host information updated +Info 551 [23:08:10.952] Format host information updated +Info 552 [23:08:11.105] Format host information updated +Info 553 [23:08:11.176] Format host information updated +Info 554 [23:08:11.381] Format host information updated +Info 555 [23:08:11.551] Format host information updated +Info 556 [23:08:11.722] Format host information updated +Info 557 [23:08:11.821] Format host information updated +Info 558 [23:08:11.959] Format host information updated +Info 559 [23:08:12.073] Format host information updated +Info 560 [23:08:12.159] Format host information updated +Info 561 [23:08:12.252] Format host information updated +Info 562 [23:08:12.612] Format host information updated +Info 563 [23:08:14.701] Format host information updated +Info 564 [23:08:17.300] Format host information updated +Info 565 [23:08:19.455] Format host information updated +Info 566 [23:08:22.293] Format host information updated +Info 567 [23:08:22.406] Format host information updated +Info 568 [23:08:22.467] Format host information updated +Info 569 [23:08:25.768] Format host information updated +Info 570 [23:08:26.301] Format host information updated +Info 571 [23:08:28.396] Format host information updated +Info 572 [23:08:29.295] Format host information updated +Info 573 [23:08:29.575] Format host information updated +Info 574 [23:08:30.064] Format host information updated +Info 575 [23:08:31.169] Format host information updated +Info 576 [23:08:32.792] Format host information updated +Info 577 [23:08:33.350] Format host information updated +Info 578 [23:08:35.500] Format host information updated +Info 579 [23:08:38.784] Format host information updated +Info 580 [23:08:38.994] Format host information updated +Info 581 [23:08:39.103] Format host information updated +Info 582 [23:08:39.462] Format host information updated +Info 583 [23:08:39.696] Format host information updated +Info 584 [23:08:39.837] Format host information updated +Info 585 [23:08:40.248] Format host information updated +Info 586 [23:08:40.352] Format host information updated +Info 587 [23:08:40.453] Format host information updated +Info 588 [23:08:40.526] Format host information updated +Info 589 [23:08:40.897] Format host information updated +Info 590 [23:08:41.061] Format host information updated +Info 591 [23:08:41.467] Format host information updated +Info 592 [23:08:41.677] Format host information updated +Info 593 [23:08:41.808] Format host information updated +Info 594 [23:08:42.111] Format host information updated +Info 595 [23:08:42.198] Format host information updated +Info 596 [23:08:42.354] Format host information updated +Info 597 [23:08:42.423] Format host information updated +Info 598 [23:08:43.151] Format host information updated +Info 599 [23:08:44.210] Format host information updated +Info 600 [23:08:44.321] Format host information updated +Info 601 [23:08:45.188] Format host information updated +Info 602 [23:08:45.388] Format host information updated +Info 603 [23:08:45.549] Format host information updated +Info 604 [23:08:45.610] Format host information updated +Info 605 [23:08:45.715] Format host information updated +Info 606 [23:08:45.786] Format host information updated +Info 607 [23:08:45.886] Format host information updated +Info 608 [23:08:46.132] Format host information updated +Info 609 [23:08:46.226] Format host information updated +Info 610 [23:08:46.293] Format host information updated +Info 611 [23:08:46.537] Format host information updated +Info 612 [23:08:46.679] Format host information updated +Info 613 [23:08:47.004] Format host information updated +Info 614 [23:08:47.087] Format host information updated +Info 615 [23:08:47.594] Format host information updated +Info 616 [23:08:47.944] Format host information updated +Info 617 [23:08:48.121] Format host information updated +Info 618 [23:08:48.198] Format host information updated +Info 619 [23:08:48.406] Format host information updated +Info 620 [23:08:48.514] Format host information updated +Info 621 [23:08:48.682] Format host information updated +Info 622 [23:08:48.745] Format host information updated +Info 623 [23:08:49.261] Format host information updated +Info 624 [23:08:49.390] Format host information updated +Info 625 [23:08:49.588] Format host information updated +Info 626 [23:08:49.702] Format host information updated +Info 627 [23:08:50.141] Format host information updated +Info 628 [23:08:50.283] Format host information updated +Info 629 [23:08:50.443] Format host information updated +Info 630 [23:08:50.678] Format host information updated +Info 631 [23:08:50.769] Format host information updated +Info 632 [23:08:51.661] Format host information updated +Info 633 [23:08:51.894] Format host information updated +Info 634 [23:08:52.149] Format host information updated +Info 635 [23:08:52.269] Format host information updated +Info 636 [23:08:52.617] Format host information updated +Info 637 [23:08:52.766] Format host information updated +Info 638 [23:08:52.861] Format host information updated +Info 639 [23:08:53.357] Format host information updated +Info 640 [23:08:53.479] Format host information updated +Info 641 [23:08:53.601] Format host information updated +Info 642 [23:08:53.810] Format host information updated +Info 643 [23:08:54.202] Format host information updated +Info 644 [23:08:54.279] Format host information updated +Info 645 [23:08:54.368] Format host information updated +Info 646 [23:08:54.540] Format host information updated +Info 647 [23:08:54.985] Format host information updated +Info 648 [23:08:54.986] Format host information updated +Info 649 [23:08:56.043] Format host information updated +Info 650 [23:08:56.217] Format host information updated +Info 651 [23:08:57.115] Format host information updated +Info 652 [23:08:57.221] Format host information updated +Info 653 [23:08:58.113] Format host information updated +Info 654 [23:08:59.386] Format host information updated +Info 655 [23:08:59.479] Format host information updated +Info 656 [23:09:00.545] Format host information updated +Info 657 [23:09:00.547] Format host information updated +Info 658 [23:09:00.604] Format host information updated +Info 659 [23:09:01.239] Format host information updated +Info 660 [23:09:01.359] Format host information updated +Info 661 [23:09:01.479] Format host information updated +Info 662 [23:09:01.580] Format host information updated +Info 663 [23:09:02.566] Format host information updated +Info 664 [23:09:02.857] Format host information updated +Info 665 [23:09:02.948] Format host information updated +Info 666 [23:09:03.173] Format host information updated +Info 667 [23:09:03.308] Format host information updated +Info 668 [23:09:03.368] Format host information updated +Info 669 [23:09:03.437] Format host information updated +Info 670 [23:09:03.524] Format host information updated +Info 671 [23:09:03.691] Format host information updated +Info 672 [23:09:04.170] Format host information updated +Info 673 [23:09:04.172] Format host information updated +Info 674 [23:09:04.461] Format host information updated +Info 675 [23:09:05.069] Format host information updated +Info 676 [23:09:05.661] Format host information updated +Info 677 [23:09:05.790] Format host information updated +Info 678 [23:09:07.191] Format host information updated +Info 679 [23:09:07.295] Format host information updated +Info 680 [23:09:07.374] Format host information updated +Info 681 [23:09:08.411] Format host information updated +Info 682 [23:09:08.411] Format host information updated +Info 683 [23:09:08.412] Format host information updated +Info 684 [23:09:08.471] Format host information updated +Info 685 [23:09:18.015] Format host information updated +Info 686 [23:09:18.076] Format host information updated +Info 687 [23:09:18.254] Format host information updated +Info 688 [23:09:18.355] Format host information updated +Info 689 [23:09:20.291] Format host information updated +Info 690 [23:09:21.095] Format host information updated +Info 691 [23:09:21.249] Format host information updated +Info 692 [23:09:22.118] Format host information updated +Info 693 [23:09:22.243] Format host information updated +Info 694 [23:09:24.233] Format host information updated +Info 695 [23:09:26.076] Format host information updated +Info 696 [23:09:26.230] Format host information updated +Info 697 [23:09:26.527] Format host information updated +Info 698 [23:09:26.659] Format host information updated +Info 699 [23:09:26.840] Format host information updated +Info 700 [23:09:26.996] Format host information updated +Info 701 [23:09:27.363] Format host information updated +Info 702 [23:09:27.471] Format host information updated +Info 703 [23:09:27.584] Format host information updated +Info 704 [23:09:27.661] Format host information updated +Info 705 [23:09:28.667] Format host information updated +Info 706 [23:09:28.740] Format host information updated +Info 707 [23:09:29.349] Format host information updated +Info 708 [23:09:29.646] Format host information updated +Info 709 [23:09:29.981] Format host information updated +Info 710 [23:09:30.102] Format host information updated +Info 711 [23:09:31.172] Format host information updated +Info 712 [23:09:31.331] Format host information updated +Info 713 [23:09:31.468] Format host information updated +Info 714 [23:09:33.256] Format host information updated +Info 715 [23:09:33.381] Format host information updated +Info 716 [23:09:35.035] Format host information updated +Info 717 [23:09:35.166] Format host information updated +Info 718 [23:09:38.155] Format host information updated +Info 719 [23:09:38.700] Format host information updated +Info 720 [23:09:39.464] Format host information updated +Info 721 [23:09:39.589] Format host information updated +Info 722 [23:09:39.905] Format host information updated +Info 723 [23:09:40.018] Format host information updated +Info 724 [23:09:40.248] Format host information updated +Info 725 [23:09:40.308] Format host information updated +Info 726 [23:09:40.401] Format host information updated +Info 727 [23:09:40.835] Format host information updated +Info 728 [23:09:41.003] Format host information updated +Info 729 [23:09:41.169] Format host information updated +Info 730 [23:09:41.314] Format host information updated +Info 731 [23:09:41.394] Format host information updated +Info 732 [23:09:41.491] Format host information updated +Info 733 [23:09:41.553] Format host information updated +Info 734 [23:09:41.666] Format host information updated +Info 735 [23:09:41.832] Format host information updated +Info 736 [23:09:41.969] Format host information updated +Info 737 [23:09:42.107] Format host information updated +Info 738 [23:09:42.230] Format host information updated +Info 739 [23:09:42.299] Format host information updated +Info 740 [23:09:42.664] Format host information updated +Info 741 [23:09:42.817] Format host information updated +Info 742 [23:09:42.896] Format host information updated +Info 743 [23:09:43.021] Format host information updated +Info 744 [23:09:43.172] Format host information updated +Info 745 [23:09:43.238] Format host information updated +Info 746 [23:09:43.376] Format host information updated +Info 747 [23:09:43.829] Format host information updated +Info 748 [23:09:47.672] Format host information updated +Info 749 [23:09:48.045] Format host information updated +Info 750 [23:09:48.159] Format host information updated +Info 751 [23:09:48.473] Format host information updated +Info 752 [23:09:48.535] Format host information updated +Info 753 [23:09:48.600] Format host information updated +Info 754 [23:09:48.698] Format host information updated +Info 755 [23:09:48.814] Format host information updated +Info 756 [23:09:48.887] Format host information updated +Info 757 [23:09:49.076] Format host information updated +Info 758 [23:09:49.190] Format host information updated +Info 759 [23:09:49.305] Format host information updated +Info 760 [23:09:49.363] Format host information updated +Info 761 [23:09:49.654] Format host information updated +Info 762 [23:09:51.206] Format host information updated +Info 763 [23:09:52.211] Format host information updated +Info 764 [23:09:53.702] Format host information updated +Info 765 [23:09:53.784] Format host information updated +Info 766 [23:09:53.844] Format host information updated +Info 767 [23:09:54.091] Format host information updated +Info 768 [23:09:54.304] Format host information updated +Info 769 [23:09:54.480] Format host information updated +Info 770 [23:09:54.699] Format host information updated +Info 771 [23:09:55.991] Format host information updated +Info 772 [23:09:56.196] Format host information updated +Info 773 [23:09:56.600] Format host information updated +Info 774 [23:09:56.761] Format host information updated +Info 775 [23:09:57.762] Format host information updated +Info 776 [23:09:58.044] Format host information updated +Info 777 [23:09:58.118] Format host information updated +Info 778 [23:09:58.180] Format host information updated +Info 779 [23:10:03.677] Format host information updated +Info 780 [23:10:03.836] Format host information updated +Info 781 [23:10:04.071] Format host information updated +Info 782 [23:10:04.203] Format host information updated +Info 783 [23:10:04.347] Format host information updated +Info 784 [23:10:04.489] Format host information updated +Info 785 [23:10:04.579] Format host information updated +Info 786 [23:10:04.689] Format host information updated +Info 787 [23:10:04.823] Format host information updated +Info 788 [23:10:05.024] Format host information updated +Info 789 [23:10:05.154] Format host information updated +Info 790 [23:10:05.244] Format host information updated +Info 791 [23:10:05.553] Format host information updated +Info 792 [23:10:05.644] Format host information updated +Info 793 [23:10:05.737] Format host information updated +Info 794 [23:10:05.910] Format host information updated +Info 795 [23:10:06.069] Format host information updated +Info 796 [23:10:06.175] Format host information updated +Info 797 [23:10:06.384] Format host information updated +Info 798 [23:10:06.445] Format host information updated +Info 799 [23:10:06.563] Format host information updated +Info 800 [23:10:07.005] Format host information updated +Info 801 [23:10:15.690] Format host information updated +Info 802 [23:10:15.759] Format host information updated +Info 803 [23:10:15.852] Format host information updated +Info 804 [23:10:15.960] Format host information updated +Info 805 [23:10:16.071] Format host information updated +Info 806 [23:10:16.264] Format host information updated +Info 807 [23:10:30.814] Format host information updated +Info 808 [23:10:30.897] Format host information updated +Info 809 [23:10:31.081] Format host information updated +Info 810 [23:10:31.305] Format host information updated +Info 811 [23:10:31.385] Format host information updated +Info 812 [23:10:34.006] Format host information updated +Info 813 [23:10:34.131] Format host information updated +Info 814 [23:10:34.222] Format host information updated +Info 815 [23:10:34.459] Format host information updated +Info 816 [23:10:34.518] Format host information updated +Info 817 [23:10:34.780] Format host information updated +Info 818 [23:10:34.944] Format host information updated +Info 819 [23:25:59.523] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 820 [23:25:59.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed: 12.642777000553906ms +Info 821 [23:25:59.536] Project '/dev/null/inferredProject1*' (Inferred) +Info 822 [23:25:59.536] Files (11) + +Info 823 [23:25:59.536] ----------------------------------------------- +Info 824 [23:25:59.536] Project '/dev/null/inferredProject1*' (Inferred) +Info 824 [23:25:59.536] Files (11) + +Info 824 [23:25:59.536] ----------------------------------------------- +Info 824 [23:25:59.536] Open files: +Info 824 [23:25:59.536] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 824 [23:25:59.536] Projects: /dev/null/inferredProject1* +Info 824 [23:25:59.536] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 824 [23:25:59.536] Projects: /dev/null/inferredProject1* +Info 824 [23:25:59.536] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 824 [23:25:59.536] Projects: /dev/null/inferredProject1* +Info 824 [23:25:59.536] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 824 [23:25:59.536] Projects: /dev/null/inferredProject1* +Info 824 [23:25:59.665] Format host information updated +Info 825 [23:26:00.063] Format host information updated +Info 826 [23:26:04.840] Format host information updated +Info 827 [23:26:05.465] Format host information updated +Info 828 [23:26:06.676] Format host information updated +Info 829 [23:26:06.913] Format host information updated +Info 830 [23:26:07.057] Format host information updated +Info 831 [23:26:07.163] Format host information updated +Info 832 [23:26:07.533] Format host information updated +Info 833 [23:26:07.707] Format host information updated +Info 834 [23:26:07.786] Format host information updated +Info 835 [23:26:08.338] Format host information updated +Info 836 [23:26:08.532] Format host information updated +Info 837 [23:26:09.186] Format host information updated +Info 838 [23:26:09.449] Format host information updated +Info 839 [23:26:10.439] Format host information updated +Info 840 [23:26:10.683] Format host information updated +Info 841 [23:26:10.760] Format host information updated +Info 842 [23:26:10.848] Format host information updated +Info 843 [23:26:10.928] Format host information updated +Info 844 [23:26:11.412] Format host information updated +Info 845 [23:26:11.983] Format host information updated +Info 846 [23:26:12.624] Format host information updated +Info 847 [23:26:13.092] Format host information updated +Info 848 [23:26:14.356] Format host information updated +Info 849 [23:26:14.949] Format host information updated +Info 850 [23:26:16.300] Format host information updated +Info 851 [23:26:16.369] Format host information updated +Info 852 [23:26:16.691] Format host information updated +Info 853 [23:26:17.158] Format host information updated +Info 854 [23:26:17.353] Format host information updated +Info 855 [23:26:17.536] Format host information updated +Info 856 [23:26:17.602] Format host information updated +Info 857 [23:26:17.682] Format host information updated +Info 858 [23:26:18.102] Format host information updated +Info 859 [23:26:18.406] Format host information updated +Info 860 [23:26:18.622] Format host information updated +Info 861 [23:26:18.700] Format host information updated +Info 862 [23:26:18.943] Format host information updated +Info 863 [23:26:19.045] Format host information updated +Info 864 [23:26:19.434] Format host information updated +Info 865 [23:26:19.859] Format host information updated +Info 866 [23:26:20.144] Format host information updated +Info 867 [23:26:20.369] Format host information updated +Info 868 [23:26:20.577] Format host information updated +Info 869 [23:26:20.726] Format host information updated +Info 870 [23:26:20.965] Format host information updated +Info 871 [23:26:21.161] Format host information updated +Info 872 [23:26:21.253] Format host information updated +Info 873 [23:26:21.350] Format host information updated +Info 874 [23:26:21.565] Format host information updated +Info 875 [23:26:21.891] Format host information updated +Info 876 [23:26:22.102] Format host information updated +Info 877 [23:26:22.189] Format host information updated +Info 878 [23:26:22.317] Format host information updated +Info 879 [23:26:22.415] Format host information updated +Info 880 [23:26:22.530] Format host information updated +Info 881 [23:26:22.593] Format host information updated +Info 882 [23:26:23.948] Format host information updated +Info 883 [23:26:24.211] Format host information updated +Info 884 [23:26:24.285] Format host information updated +Info 885 [23:26:25.298] Format host information updated +Info 886 [23:26:28.198] Format host information updated +Info 887 [23:26:28.684] Format host information updated +Info 888 [23:26:31.885] Format host information updated +Info 889 [23:26:32.000] Format host information updated +Info 890 [23:26:32.137] Format host information updated +Info 891 [23:26:32.210] Format host information updated +Info 892 [23:26:32.470] Format host information updated +Info 893 [23:26:32.770] Format host information updated +Info 894 [23:26:32.969] Format host information updated +Info 895 [23:26:33.107] Format host information updated +Info 896 [23:26:33.243] Format host information updated +Info 897 [23:26:33.344] Format host information updated +Info 898 [23:26:33.423] Format host information updated +Info 899 [23:26:33.531] Format host information updated +Info 900 [23:26:33.808] Format host information updated +Info 901 [23:26:34.746] Format host information updated +Info 902 [23:26:34.841] Format host information updated +Info 903 [23:26:35.062] Format host information updated +Info 904 [23:26:35.129] Format host information updated +Info 905 [23:26:35.292] Format host information updated +Info 906 [23:26:35.483] Format host information updated +Info 907 [23:26:35.702] Format host information updated +Info 908 [23:26:35.848] Format host information updated +Info 909 [23:26:36.085] Format host information updated +Info 910 [23:26:36.309] Format host information updated +Info 911 [23:26:36.664] Format host information updated +Info 912 [23:26:36.756] Format host information updated +Info 913 [23:26:36.816] Format host information updated +Info 914 [23:26:37.845] Format host information updated +Info 915 [23:26:38.141] Format host information updated +Info 916 [23:26:38.356] Format host information updated +Info 917 [23:26:39.085] Format host information updated +Info 918 [23:26:39.164] Format host information updated +Info 919 [23:26:39.416] Format host information updated +Info 920 [23:26:39.553] Format host information updated +Info 921 [23:26:39.662] Format host information updated +Info 922 [23:26:39.861] Format host information updated +Info 923 [23:26:40.009] Format host information updated +Info 924 [23:26:40.235] Format host information updated +Info 925 [23:26:40.413] Format host information updated +Info 926 [23:26:40.500] Format host information updated +Info 927 [23:26:40.561] Format host information updated +Info 928 [23:26:42.431] Format host information updated +Info 929 [23:26:45.339] Format host information updated +Info 930 [23:26:45.680] Format host information updated +Info 931 [23:26:46.632] Format host information updated +Info 932 [23:26:46.946] Format host information updated +Info 933 [23:26:47.259] Format host information updated +Info 934 [23:26:48.485] Format host information updated +Info 935 [23:26:48.791] Format host information updated +Info 936 [23:26:49.098] Format host information updated +Info 937 [23:26:49.198] Format host information updated +Info 938 [23:26:49.346] Format host information updated +Info 939 [23:26:49.555] Format host information updated +Info 940 [23:26:49.696] Format host information updated +Info 941 [23:26:49.867] Format host information updated +Info 942 [23:26:49.991] Format host information updated +Info 943 [23:26:50.085] Format host information updated +Info 944 [23:26:50.150] Format host information updated +Info 945 [23:26:50.356] Format host information updated +Info 946 [23:26:50.482] Format host information updated +Info 947 [23:26:50.654] Format host information updated +Info 948 [23:26:50.853] Format host information updated +Info 949 [23:26:50.965] Format host information updated +Info 950 [23:26:51.106] Format host information updated +Info 951 [23:26:51.249] Format host information updated +Info 952 [23:26:51.366] Format host information updated +Info 953 [23:26:51.468] Format host information updated +Info 954 [23:26:53.068] Format host information updated +Info 955 [23:26:53.485] Format host information updated +Info 956 [23:26:53.656] Format host information updated +Info 957 [23:26:53.780] Format host information updated +Info 958 [23:26:53.861] Format host information updated +Info 959 [23:26:53.987] Format host information updated +Info 960 [23:26:54.043] Format host information updated +Info 961 [23:26:54.389] Format host information updated +Info 962 [23:26:54.775] Format host information updated +Info 963 [23:26:54.839] Format host information updated +Info 964 [23:26:55.090] Format host information updated +Info 965 [23:26:55.405] Format host information updated +Info 966 [23:26:55.768] Format host information updated +Info 967 [23:26:55.883] Format host information updated +Info 968 [23:26:56.199] Format host information updated +Info 969 [23:26:56.344] Format host information updated +Info 970 [23:26:56.437] Format host information updated +Info 971 [23:26:56.592] Format host information updated +Info 972 [23:26:56.709] Format host information updated +Info 973 [23:26:57.107] Format host information updated +Info 974 [23:26:57.292] Format host information updated +Info 975 [23:26:57.373] Format host information updated +Info 976 [23:26:57.452] Format host information updated +Info 977 [23:26:57.671] Format host information updated +Info 978 [23:26:57.834] Format host information updated +Info 979 [23:26:57.975] Format host information updated +Info 980 [23:26:58.129] Format host information updated +Info 981 [23:26:58.299] Format host information updated +Info 982 [23:26:58.428] Format host information updated +Info 983 [23:26:58.517] Format host information updated +Info 984 [23:26:58.644] Format host information updated +Info 985 [23:26:58.741] Format host information updated +Info 986 [23:26:58.946] Format host information updated +Info 987 [23:26:59.003] Format host information updated +Info 988 [23:26:59.061] Format host information updated +Info 989 [23:26:59.206] Format host information updated +Info 990 [23:26:59.368] Format host information updated +Info 991 [23:26:59.429] Format host information updated +Info 992 [23:26:59.569] Format host information updated +Info 993 [23:27:00.331] Format host information updated +Info 994 [23:27:00.331] Format host information updated +Info 995 [23:27:00.332] Format host information updated +Info 996 [23:27:01.411] Format host information updated +Info 997 [23:27:01.721] Format host information updated +Info 998 [23:27:01.806] Format host information updated +Info 999 [23:27:01.879] Format host information updated +Info 1000 [23:27:02.028] Format host information updated +Info 1001 [23:27:02.102] Format host information updated +Info 1002 [23:27:02.339] Format host information updated +Info 1003 [23:27:02.486] Format host information updated +Info 1004 [23:27:02.547] Format host information updated +Info 1005 [23:27:02.809] Format host information updated +Info 1006 [23:27:03.040] Format host information updated +Info 1007 [23:27:03.156] Format host information updated +Info 1008 [23:27:03.323] Format host information updated +Info 1009 [23:27:03.382] Format host information updated +Info 1010 [23:27:03.455] Format host information updated +Info 1011 [23:27:03.645] Format host information updated +Info 1012 [23:27:03.751] Format host information updated +Info 1013 [23:27:03.826] Format host information updated +Info 1014 [23:27:04.855] Format host information updated +Info 1015 [23:27:04.953] Format host information updated +Info 1016 [23:27:05.130] Format host information updated +Info 1017 [23:27:05.375] Format host information updated +Info 1018 [23:27:05.433] Format host information updated +Info 1019 [23:27:05.582] Format host information updated +Info 1020 [23:27:05.719] Format host information updated +Info 1021 [23:27:05.901] Format host information updated +Info 1022 [23:27:06.202] Format host information updated +Info 1023 [23:27:06.275] Format host information updated +Info 1024 [23:27:06.819] Format host information updated +Info 1025 [23:27:07.007] Format host information updated +Info 1026 [23:27:07.206] Format host information updated +Info 1027 [23:27:07.439] Format host information updated +Info 1028 [23:27:07.499] Format host information updated +Info 1029 [23:27:08.356] Format host information updated +Info 1030 [23:27:08.565] Format host information updated +Info 1031 [23:27:09.535] Format host information updated +Info 1032 [23:27:09.816] Format host information updated +Info 1033 [23:27:09.977] Format host information updated +Info 1034 [23:27:10.439] Format host information updated +Info 1035 [23:27:10.439] Format host information updated +Info 1036 [23:27:10.441] Format host information updated +Info 1037 [23:27:10.851] Format host information updated +Info 1038 [23:27:11.350] Format host information updated +Info 1039 [23:27:11.467] Format host information updated +Info 1040 [23:27:11.823] Format host information updated +Info 1041 [23:27:11.964] Format host information updated +Info 1042 [23:27:21.481] Format host information updated +Info 1043 [23:27:39.612] Format host information updated +Info 1044 [23:27:40.215] Format host information updated +Info 1045 [23:27:40.359] Format host information updated +Info 1046 [23:27:40.494] Format host information updated +Info 1047 [23:27:42.052] Format host information updated +Info 1048 [23:27:42.120] Format host information updated +Info 1049 [23:27:42.353] Format host information updated +Info 1050 [23:27:42.475] Format host information updated +Info 1051 [23:27:42.619] Format host information updated +Info 1052 [23:27:43.449] Format host information updated +Info 1053 [23:27:51.079] Format host information updated +Info 1054 [23:27:53.370] Format host information updated +Info 1055 [23:27:54.608] Format host information updated +Info 1056 [23:27:54.746] Format host information updated +Info 1057 [23:27:54.829] Format host information updated +Info 1058 [23:27:54.995] Format host information updated +Info 1059 [23:27:55.109] Format host information updated +Info 1060 [23:28:01.952] Format host information updated +Info 1061 [23:28:02.125] Format host information updated +Info 1062 [23:28:02.856] Format host information updated +Info 1063 [23:29:09.746] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1064 [23:29:09.757] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: true structureIsReused:: Not Elapsed: 10.666462999768555ms +Info 1065 [23:29:09.757] Project '/dev/null/inferredProject1*' (Inferred) +Info 1066 [23:29:09.757] Files (12) + +Info 1067 [23:29:09.757] ----------------------------------------------- +Info 1068 [23:29:09.757] Project '/dev/null/inferredProject1*' (Inferred) +Info 1068 [23:29:09.757] Files (12) + +Info 1068 [23:29:09.757] ----------------------------------------------- +Info 1068 [23:29:09.757] Open files: +Info 1068 [23:29:09.757] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1068 [23:29:09.757] Projects: /dev/null/inferredProject1* +Info 1068 [23:29:09.757] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1068 [23:29:09.757] Projects: /dev/null/inferredProject1* +Info 1068 [23:29:09.757] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1068 [23:29:09.757] Projects: /dev/null/inferredProject1* +Info 1068 [23:29:09.757] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1068 [23:29:09.757] Projects: /dev/null/inferredProject1* +Info 1068 [23:29:09.757] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1068 [23:29:09.757] Projects: /dev/null/inferredProject1* +Info 1068 [23:29:09.995] Format host information updated +Info 1069 [23:29:24.335] Project '/dev/null/inferredProject1*' (Inferred) +Info 1069 [23:29:24.335] Files (12) + +Info 1069 [23:29:24.335] ----------------------------------------------- +Info 1069 [23:29:24.335] Open files: +Info 1069 [23:29:24.335] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1069 [23:29:24.335] Projects: /dev/null/inferredProject1* +Info 1069 [23:29:24.335] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1069 [23:29:24.335] Projects: /dev/null/inferredProject1* +Info 1069 [23:29:24.335] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1069 [23:29:24.335] Projects: /dev/null/inferredProject1* +Info 1069 [23:29:24.335] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1069 [23:29:24.335] Projects: /dev/null/inferredProject1* +Info 1069 [23:31:07.302] Project '/dev/null/inferredProject1*' (Inferred) +Info 1069 [23:31:07.302] Files (12) + +Info 1069 [23:31:07.302] ----------------------------------------------- +Info 1069 [23:31:07.302] Open files: +Info 1069 [23:31:07.303] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1069 [23:31:07.303] Projects: /dev/null/inferredProject1* +Info 1069 [23:31:07.303] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1069 [23:31:07.303] Projects: /dev/null/inferredProject1* +Info 1069 [23:31:07.303] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1069 [23:31:07.303] Projects: /dev/null/inferredProject1* +Info 1069 [23:33:34.037] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1070 [23:33:34.042] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: true structureIsReused:: Not Elapsed: 5.278230999596417ms +Info 1071 [23:33:34.043] Project '/dev/null/inferredProject1*' (Inferred) +Info 1072 [23:33:34.043] Files (11) + +Info 1073 [23:33:34.043] ----------------------------------------------- +Info 1074 [23:33:34.043] Project '/dev/null/inferredProject1*' (Inferred) +Info 1074 [23:33:34.043] Files (11) + +Info 1074 [23:33:34.043] ----------------------------------------------- +Info 1074 [23:33:34.043] Open files: +Info 1074 [23:33:34.043] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1074 [23:33:34.043] Projects: /dev/null/inferredProject1* +Info 1074 [23:33:34.043] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1074 [23:33:34.043] Projects: /dev/null/inferredProject1* +Info 1074 [23:33:34.043] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1074 [23:33:34.043] Projects: /dev/null/inferredProject1* +Info 1074 [23:33:34.043] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1074 [23:33:34.043] Projects: /dev/null/inferredProject1* +Info 1074 [23:33:34.318] Format host information updated +Info 1075 [23:33:44.024] Format host information updated +Info 1076 [23:33:44.287] Format host information updated +Info 1077 [23:33:44.353] Format host information updated +Info 1078 [23:33:44.434] Format host information updated +Info 1079 [23:33:44.668] Format host information updated +Info 1080 [23:33:44.767] Format host information updated +Info 1081 [23:33:44.890] Format host information updated +Info 1082 [23:33:46.854] Format host information updated +Info 1083 [23:33:47.005] Format host information updated +Info 1084 [23:33:47.065] Format host information updated +Info 1085 [23:33:47.135] Format host information updated +Info 1086 [23:33:47.212] Format host information updated +Info 1087 [23:33:47.300] Format host information updated +Info 1088 [23:34:46.057] Format host information updated +Info 1089 [23:34:46.199] Format host information updated +Info 1090 [23:34:46.314] Format host information updated +Info 1091 [23:34:46.414] Format host information updated +Info 1092 [23:34:46.476] Format host information updated +Info 1093 [23:34:46.547] Format host information updated +Info 1094 [23:34:46.737] Format host information updated +Info 1095 [23:34:46.814] Format host information updated +Info 1096 [23:34:46.952] Format host information updated +Info 1097 [23:34:47.084] Format host information updated +Info 1098 [23:34:47.144] Format host information updated +Info 1099 [23:34:47.547] Format host information updated +Info 1100 [23:34:47.928] Format host information updated +Info 1101 [23:34:48.121] Format host information updated +Info 1102 [23:34:48.211] Format host information updated +Info 1103 [23:34:48.472] Format host information updated +Info 1104 [23:34:48.602] Format host information updated +Info 1105 [23:34:48.862] Format host information updated +Info 1106 [23:34:48.997] Format host information updated +Info 1107 [23:34:49.738] Format host information updated +Info 1108 [23:34:49.738] Format host information updated +Info 1109 [23:34:49.739] Format host information updated +Info 1110 [23:34:52.185] Format host information updated +Info 1111 [23:34:52.449] Format host information updated +Info 1112 [23:34:52.581] Format host information updated +Info 1113 [23:34:52.729] Format host information updated +Info 1114 [23:34:59.987] Format host information updated +Info 1115 [23:35:00.338] Format host information updated +Info 1116 [23:35:00.488] Format host information updated +Info 1117 [23:35:00.673] Format host information updated +Info 1118 [23:35:00.795] Format host information updated +Info 1119 [23:35:01.139] Format host information updated +Info 1120 [23:35:01.610] Format host information updated +Info 1121 [23:35:01.726] Format host information updated +Info 1122 [23:35:01.907] Format host information updated +Info 1123 [23:35:02.025] Format host information updated +Info 1124 [23:35:02.090] Format host information updated +Info 1125 [23:35:02.151] Format host information updated +Info 1126 [23:35:02.539] Format host information updated +Info 1127 [23:35:02.644] Format host information updated +Info 1128 [23:35:03.711] Format host information updated +Info 1129 [23:35:03.779] Format host information updated +Info 1130 [23:35:05.856] Format host information updated +Info 1131 [23:35:07.520] Format host information updated +Info 1132 [23:35:07.841] Format host information updated +Info 1133 [23:35:07.940] Format host information updated +Info 1134 [23:35:08.160] Format host information updated +Info 1135 [23:35:08.353] Format host information updated +Info 1136 [23:35:08.517] Format host information updated +Info 1137 [23:35:08.594] Format host information updated +Info 1138 [23:35:08.663] Format host information updated +Info 1139 [23:35:08.866] Format host information updated +Info 1140 [23:35:08.947] Format host information updated +Info 1141 [23:35:09.006] Format host information updated +Info 1142 [23:35:09.161] Format host information updated +Info 1143 [23:35:09.281] Format host information updated +Info 1144 [23:35:11.066] Format host information updated +Info 1145 [23:35:11.182] Format host information updated +Info 1146 [23:35:11.336] Format host information updated +Info 1147 [23:35:11.444] Format host information updated +Info 1148 [23:35:11.625] Format host information updated +Info 1149 [23:35:11.742] Format host information updated +Info 1150 [23:35:11.913] Format host information updated +Info 1151 [23:35:12.055] Format host information updated +Info 1152 [23:35:12.723] Format host information updated +Info 1153 [23:35:12.856] Format host information updated +Info 1154 [23:35:12.929] Format host information updated +Info 1155 [23:35:13.026] Format host information updated +Info 1156 [23:35:13.087] Format host information updated +Info 1157 [23:35:13.330] Format host information updated +Info 1158 [23:35:13.455] Format host information updated +Info 1159 [23:35:13.648] Format host information updated +Info 1160 [23:35:13.810] Format host information updated +Info 1161 [23:35:13.995] Format host information updated +Info 1162 [23:35:14.063] Format host information updated +Info 1163 [23:35:14.189] Format host information updated +Info 1164 [23:35:14.260] Format host information updated +Info 1165 [23:35:14.442] Format host information updated +Info 1166 [23:35:14.575] Format host information updated +Info 1167 [23:35:14.674] Format host information updated +Info 1168 [23:35:19.707] Format host information updated +Info 1169 [23:35:19.991] Format host information updated +Info 1170 [23:35:20.053] Format host information updated +Info 1171 [23:35:20.783] Format host information updated +Info 1172 [23:35:20.936] Format host information updated +Info 1173 [23:35:21.299] Format host information updated +Info 1174 [23:35:21.828] Format host information updated +Info 1175 [23:35:21.955] Format host information updated +Info 1176 [23:35:23.812] Format host information updated +Info 1177 [23:35:24.098] Format host information updated +Info 1178 [23:35:24.218] Format host information updated +Info 1179 [23:35:24.426] Format host information updated +Info 1180 [23:35:24.529] Format host information updated +Info 1181 [23:35:25.354] Format host information updated +Info 1182 [23:35:25.698] Format host information updated +Info 1183 [23:35:25.840] Format host information updated +Info 1184 [23:35:26.318] Format host information updated +Info 1185 [23:35:26.466] Format host information updated +Info 1186 [23:35:26.592] Format host information updated +Info 1187 [23:35:26.751] Format host information updated +Info 1188 [23:35:27.043] Format host information updated +Info 1189 [23:35:27.103] Format host information updated +Info 1190 [23:35:27.169] Format host information updated +Info 1191 [23:35:27.231] Format host information updated +Info 1192 [23:35:27.477] Format host information updated +Info 1193 [23:35:27.575] Format host information updated +Info 1194 [23:35:29.148] Format host information updated +Info 1195 [23:35:29.300] Format host information updated +Info 1196 [23:35:29.415] Format host information updated +Info 1197 [23:35:30.060] Format host information updated +Info 1198 [23:35:30.978] Format host information updated +Info 1199 [23:35:31.461] Format host information updated +Info 1200 [23:35:31.692] Format host information updated +Info 1201 [23:35:31.933] Format host information updated +Info 1202 [23:35:32.170] Format host information updated +Info 1203 [23:35:32.369] Format host information updated +Info 1204 [23:35:32.434] Format host information updated +Info 1205 [23:35:32.543] Format host information updated +Info 1206 [23:35:32.666] Format host information updated +Info 1207 [23:35:32.865] Format host information updated +Info 1208 [23:35:33.006] Format host information updated +Info 1209 [23:35:33.266] Format host information updated +Info 1210 [23:35:33.857] Format host information updated +Info 1211 [23:35:34.088] Format host information updated +Info 1212 [23:35:34.194] Format host information updated +Info 1213 [23:35:34.283] Format host information updated +Info 1214 [23:35:34.875] Format host information updated +Info 1215 [23:35:35.133] Format host information updated +Info 1216 [23:35:35.192] Format host information updated +Info 1217 [23:35:35.370] Format host information updated +Info 1218 [23:35:35.575] Format host information updated +Info 1219 [23:35:35.789] Format host information updated +Info 1220 [23:35:35.901] Format host information updated +Info 1221 [23:35:36.053] Format host information updated +Info 1222 [23:35:36.140] Format host information updated +Info 1223 [23:35:36.286] Format host information updated +Info 1224 [23:35:36.512] Format host information updated +Info 1225 [23:35:36.715] Format host information updated +Info 1226 [23:35:36.819] Format host information updated +Info 1227 [23:35:36.990] Format host information updated +Info 1228 [23:35:37.169] Format host information updated +Info 1229 [23:35:37.310] Format host information updated +Info 1230 [23:35:37.450] Format host information updated +Info 1231 [23:35:44.754] Format host information updated +Info 1232 [23:35:47.028] Format host information updated +Info 1233 [23:35:47.279] Format host information updated +Info 1234 [23:35:47.410] Format host information updated +Info 1235 [23:35:47.502] Format host information updated +Info 1236 [23:35:47.572] Format host information updated +Info 1237 [23:35:47.690] Format host information updated +Info 1238 [23:35:49.082] Format host information updated +Info 1239 [23:35:49.184] Format host information updated +Info 1240 [23:35:49.495] Format host information updated +Info 1241 [23:35:49.644] Format host information updated +Info 1242 [23:35:49.907] Format host information updated +Info 1243 [23:35:50.193] Format host information updated +Info 1244 [23:35:50.331] Format host information updated +Info 1245 [23:35:50.396] Format host information updated +Info 1246 [23:35:50.456] Format host information updated +Info 1247 [23:35:50.633] Format host information updated +Info 1248 [23:35:50.743] Format host information updated +Info 1249 [23:35:50.917] Format host information updated +Info 1250 [23:35:51.404] Format host information updated +Info 1251 [23:35:55.415] Format host information updated +Info 1252 [23:35:55.608] Format host information updated +Info 1253 [23:35:55.667] Format host information updated +Info 1254 [23:36:00.460] Format host information updated +Info 1255 [23:36:00.601] Format host information updated +Info 1256 [23:36:00.760] Format host information updated +Info 1257 [23:36:00.920] Format host information updated +Info 1258 [23:36:01.011] Format host information updated +Info 1259 [23:36:01.084] Format host information updated +Info 1260 [23:36:37.740] Format host information updated +Info 1261 [23:41:11.889] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1262 [23:41:11.948] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: true structureIsReused:: Not Elapsed: 59.657151999883354ms +Info 1263 [23:41:11.948] Project '/dev/null/inferredProject1*' (Inferred) +Info 1264 [23:41:11.948] Files (12) + +Info 1265 [23:41:11.948] ----------------------------------------------- +Info 1266 [23:41:11.948] Project '/dev/null/inferredProject1*' (Inferred) +Info 1266 [23:41:11.948] Files (12) + +Info 1266 [23:41:11.948] ----------------------------------------------- +Info 1266 [23:41:11.948] Open files: +Info 1266 [23:41:11.948] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1266 [23:41:11.949] Projects: /dev/null/inferredProject1* +Info 1266 [23:41:11.949] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1266 [23:41:11.949] Projects: /dev/null/inferredProject1* +Info 1266 [23:41:11.949] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1266 [23:41:11.949] Projects: /dev/null/inferredProject1* +Info 1266 [23:41:11.949] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1266 [23:41:11.949] Projects: /dev/null/inferredProject1* +Info 1266 [23:41:11.949] FileName: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1266 [23:41:11.949] Projects: /dev/null/inferredProject1* +Info 1266 [23:41:12.040] Format host information updated +Info 1267 [23:41:55.411] Format host information updated +Info 1268 [23:41:55.521] Format host information updated +Info 1269 [23:41:55.595] Format host information updated +Info 1270 [23:41:56.509] Format host information updated +Info 1271 [23:41:56.826] Format host information updated +Info 1272 [23:41:58.501] Format host information updated +Info 1273 [23:41:58.711] Format host information updated +Info 1274 [23:41:58.783] Format host information updated +Info 1275 [23:41:59.809] Format host information updated +Info 1276 [23:41:59.948] Format host information updated +Info 1277 [23:42:00.068] Format host information updated +Info 1278 [23:42:00.171] Format host information updated +Info 1279 [23:42:00.247] Format host information updated +Info 1280 [23:42:01.929] Format host information updated +Info 1281 [23:42:02.903] Format host information updated +Info 1282 [23:42:04.339] Format host information updated +Info 1283 [23:42:04.969] Format host information updated +Info 1284 [23:42:05.215] Format host information updated +Info 1285 [23:42:05.276] Format host information updated +Info 1286 [23:42:05.353] Format host information updated +Info 1287 [23:42:05.470] Format host information updated +Info 1288 [23:42:05.644] Format host information updated +Info 1289 [23:42:05.965] Format host information updated +Info 1290 [23:42:06.259] Format host information updated +Info 1291 [23:42:06.367] Format host information updated +Info 1292 [23:42:06.508] Format host information updated +Info 1293 [23:42:06.575] Format host information updated +Info 1294 [23:42:06.691] Format host information updated +Info 1295 [23:42:07.028] Format host information updated +Info 1296 [23:42:07.089] Format host information updated +Info 1297 [23:42:09.897] Format host information updated +Info 1298 [23:42:10.591] Format host information updated +Info 1299 [23:42:11.384] Format host information updated +Info 1300 [23:42:12.095] Format host information updated +Info 1301 [23:42:24.836] Format host information updated +Info 1302 [23:42:25.230] Format host information updated +Info 1303 [23:42:25.499] Format host information updated +Info 1304 [23:42:25.718] Format host information updated +Info 1305 [23:42:25.872] Format host information updated +Info 1306 [23:42:26.001] Format host information updated +Info 1307 [23:42:26.137] Format host information updated +Info 1308 [23:42:26.213] Format host information updated +Info 1309 [23:42:26.273] Format host information updated +Info 1310 [23:42:28.080] Format host information updated +Info 1311 [23:42:39.203] Format host information updated +Info 1312 [23:42:39.913] Format host information updated +Info 1313 [23:42:41.082] Format host information updated +Info 1314 [23:42:41.141] Format host information updated +Info 1315 [23:42:41.393] Format host information updated +Info 1316 [23:42:41.457] Format host information updated +Info 1317 [23:42:41.596] Format host information updated +Info 1318 [23:42:41.782] Format host information updated +Info 1319 [23:42:41.883] Format host information updated +Info 1320 [23:42:41.976] Format host information updated +Info 1321 [23:42:45.631] Format host information updated +Info 1322 [23:43:01.258] Format host information updated +Info 1323 [23:43:01.865] Format host information updated +Info 1324 [23:43:02.177] Format host information updated +Info 1325 [23:43:02.535] Format host information updated +Info 1326 [23:43:02.768] Format host information updated +Info 1327 [23:43:03.165] Format host information updated +Info 1328 [23:43:03.924] Format host information updated +Info 1329 [23:43:04.647] Format host information updated +Info 1330 [23:43:05.263] Format host information updated +Info 1331 [23:43:05.484] Format host information updated +Info 1332 [23:43:06.021] Format host information updated +Info 1333 [23:43:06.696] Format host information updated +Info 1334 [23:43:06.928] Format host information updated +Info 1335 [23:43:07.012] Format host information updated +Info 1336 [23:43:07.168] Format host information updated +Info 1337 [23:43:07.526] Format host information updated +Info 1338 [23:43:07.683] Format host information updated +Info 1339 [23:43:07.752] Format host information updated +Info 1340 [23:43:07.838] Format host information updated +Info 1341 [23:43:08.053] Format host information updated +Info 1342 [23:43:08.109] Format host information updated +Info 1343 [23:43:08.207] Format host information updated +Info 1344 [23:43:09.247] Format host information updated +Info 1345 [23:43:30.560] Format host information updated +Info 1346 [23:43:30.828] Format host information updated +Info 1347 [23:43:30.888] Format host information updated +Info 1348 [23:43:30.960] Format host information updated +Info 1349 [23:43:31.033] Format host information updated +Info 1350 [23:43:31.177] Format host information updated +Info 1351 [23:43:31.234] Format host information updated +Info 1352 [23:43:31.517] Format host information updated +Info 1353 [23:43:47.240] Project '/dev/null/inferredProject1*' (Inferred) +Info 1353 [23:43:47.240] Files (12) + +Info 1353 [23:43:47.240] ----------------------------------------------- +Info 1353 [23:43:47.240] Open files: +Info 1353 [23:43:47.240] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1353 [23:43:47.240] Projects: /dev/null/inferredProject1* +Info 1353 [23:43:47.240] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1353 [23:43:47.240] Projects: /dev/null/inferredProject1* +Info 1353 [23:43:47.240] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1353 [23:43:47.240] Projects: /dev/null/inferredProject1* +Info 1353 [23:43:47.240] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1353 [23:43:47.240] Projects: /dev/null/inferredProject1* +Info 1353 [23:51:32.594] Format host information updated +Info 1354 [23:51:32.715] Format host information updated +Info 1355 [23:51:32.834] Format host information updated +Info 1356 [23:51:33.065] Format host information updated +Info 1357 [23:51:33.139] Format host information updated +Info 1358 [23:51:33.529] Format host information updated +Info 1359 [23:51:33.706] Format host information updated +Info 1360 [23:51:33.864] Format host information updated +Info 1361 [23:51:35.131] Format host information updated +Info 1362 [23:51:35.396] Format host information updated +Info 1363 [23:51:35.472] Format host information updated +Info 1364 [23:51:36.948] Format host information updated +Info 1365 [23:51:37.174] Format host information updated +Info 1366 [23:51:37.248] Format host information updated +Info 1367 [23:51:37.439] Format host information updated +Info 1368 [23:51:37.669] Format host information updated +Info 1369 [23:51:37.744] Format host information updated +Info 1370 [23:51:37.809] Format host information updated +Info 1371 [23:51:39.006] Format host information updated +Info 1372 [23:51:39.066] Format host information updated +Info 1373 [23:51:39.188] Format host information updated +Info 1374 [23:51:40.431] Format host information updated +Info 1375 [23:51:40.641] Format host information updated +Info 1376 [23:51:40.870] Format host information updated +Info 1377 [23:52:13.868] Format host information updated +Info 1378 [23:59:06.336] Format host information updated +Info 1379 [23:59:06.462] Format host information updated +Info 1380 [23:59:06.572] Format host information updated +Info 1381 [23:59:06.796] Format host information updated +Info 1382 [23:59:06.872] Format host information updated +Info 1383 [23:59:07.777] Format host information updated +Info 1384 [23:59:08.011] Format host information updated +Info 1385 [23:59:08.082] Format host information updated +Info 1386 [23:59:08.250] Format host information updated +Info 1387 [23:59:08.539] Format host information updated +Info 1388 [23:59:08.601] Format host information updated +Info 1389 [23:59:08.680] Format host information updated +Info 1390 [23:59:10.410] Format host information updated +Info 1391 [23:59:10.743] Format host information updated +Info 1392 [23:59:11.159] Format host information updated +Info 1393 [23:59:11.219] Format host information updated +Info 1394 [23:59:11.313] Format host information updated +Info 1395 [23:59:11.399] Format host information updated +Info 1396 [23:59:11.657] Format host information updated +Info 1397 [23:59:14.336] Format host information updated +Info 1398 [23:59:14.609] Format host information updated +Info 1399 [23:59:14.892] Format host information updated diff --git a/.log/tsserver-log-FPOgdk/ti-138276.log b/.log/tsserver-log-FPOgdk/ti-138276.log new file mode 100644 index 0000000..05e875a --- /dev/null +++ b/.log/tsserver-log-FPOgdk/ti-138276.log @@ -0,0 +1,659 @@ +[10:48:02.762] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[10:48:02.763] Processing cache location '/home/orion/.cache/typescript/5.2' +[10:48:02.763] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[10:48:02.763] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[10:48:02.763] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[10:48:02.763] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[10:48:02.764] Process id: 138297 +[10:48:02.764] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[10:48:02.764] validateDefaultNpmLocation: true +[10:48:02.764] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[10:48:02.764] Updating types-registry npm package... +[10:48:02.764] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[10:48:03.382] Succeeded. stdout: + + up to date, audited 35 packages in 483ms + +found 0 vulnerabilities + +[10:48:03.382] Updated types-registry npm package +[10:48:03.409] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:48:03.420] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[10:48:03.421] Explicitly included types: [] +[10:48:03.421] Inferred typings from unresolved imports: [] +[10:48:03.421] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:48:03.421] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:48:03.421] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:48:03.421] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:48:03.421] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[10:48:03.421] Response has been sent. +[10:48:03.421] No new typings were requested as a result of typings discovery +[10:48:03.421] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:48:03.422] Explicitly included types: [] +[10:48:03.422] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:48:03.422] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:48:03.424] Package 'puppeteer' provides its own types. +[10:48:03.424] Package 'bun-types' provides its own types. +[10:48:03.425] Found package names: ["callsites","purs-tidy"] +[10:48:03.425] Inferred typings from unresolved imports: [] +[10:48:03.425] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:48:03.425] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:48:03.425] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:48:03.425] Response has been sent. +[10:48:03.425] Installing typings ["callsites","purs-tidy","typescript"] +[10:48:03.425] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:48:03.425] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:48:03.425] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:48:03.425] All typings are known to be missing or invalid - no need to install more typings +[10:48:03.425] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:48:03.425] Response has been sent. +[10:48:03.798] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:48:03.798] Explicitly included types: [] +[10:48:03.799] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:48:03.799] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:48:03.800] Package 'puppeteer' provides its own types. +[10:48:03.800] Package 'bun-types' provides its own types. +[10:48:03.801] Found package names: ["callsites","purs-tidy"] +[10:48:03.801] Inferred typings from unresolved imports: [] +[10:48:03.801] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:48:03.801] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:48:03.801] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:48:03.801] Response has been sent. +[10:48:03.801] Installing typings ["callsites","purs-tidy","typescript"] +[10:48:03.801] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:48:03.801] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:48:03.801] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:48:03.801] All typings are known to be missing or invalid - no need to install more typings +[10:48:03.801] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:48:03.801] Response has been sent. +[10:50:05.813] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:50:05.814] Explicitly included types: [] +[10:50:05.816] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:50:05.816] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:50:05.819] Package 'puppeteer' provides its own types. +[10:50:05.819] Package 'bun-types' provides its own types. +[10:50:05.819] Found package names: ["callsites","purs-tidy"] +[10:50:05.819] Inferred typings from unresolved imports: [] +[10:50:05.819] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:50:05.819] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:50:05.819] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:50:05.819] Response has been sent. +[10:50:05.819] Installing typings ["callsites","purs-tidy","typescript"] +[10:50:05.820] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:50:05.820] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:50:05.820] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:50:05.820] All typings are known to be missing or invalid - no need to install more typings +[10:50:05.820] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:50:05.820] Response has been sent. +[10:50:48.822] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:50:48.822] Explicitly included types: [] +[10:50:48.822] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:50:48.822] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:50:48.824] Package 'puppeteer' provides its own types. +[10:50:48.824] Package 'bun-types' provides its own types. +[10:50:48.824] Found package names: ["callsites","purs-tidy"] +[10:50:48.824] Inferred typings from unresolved imports: [] +[10:50:48.824] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:50:48.825] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:50:48.825] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:50:48.825] Response has been sent. +[10:50:48.825] Installing typings ["callsites","purs-tidy","typescript"] +[10:50:48.825] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:50:48.825] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:50:48.825] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:50:48.825] All typings are known to be missing or invalid - no need to install more typings +[10:50:48.825] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:50:48.825] Response has been sent. +[10:51:11.785] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:51:11.785] Explicitly included types: [] +[10:51:11.786] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:51:11.787] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:51:11.789] Package 'puppeteer' provides its own types. +[10:51:11.790] Package 'bun-types' provides its own types. +[10:51:11.790] Found package names: ["callsites","purs-tidy"] +[10:51:11.790] Inferred typings from unresolved imports: [] +[10:51:11.790] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:51:11.790] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:51:11.790] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:51:11.791] Response has been sent. +[10:51:11.791] Installing typings ["callsites","purs-tidy","typescript"] +[10:51:11.791] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:51:11.791] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:51:11.791] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:51:11.791] All typings are known to be missing or invalid - no need to install more typings +[10:51:11.791] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:51:11.791] Response has been sent. +[10:51:41.531] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/index.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:51:41.531] Explicitly included types: [] +[10:51:41.531] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:51:41.531] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:51:41.532] Package 'puppeteer' provides its own types. +[10:51:41.533] Package 'bun-types' provides its own types. +[10:51:41.533] Found package names: ["callsites","purs-tidy"] +[10:51:41.533] Inferred typings from unresolved imports: [] +[10:51:41.533] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules"]} +[10:51:41.533] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules"]} +[10:51:41.533] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:51:41.533] Response has been sent. +[10:51:41.533] Installing typings ["callsites","purs-tidy","typescript"] +[10:51:41.533] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:51:41.533] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:51:41.533] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:51:41.533] All typings are known to be missing or invalid - no need to install more typings +[10:51:41.533] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:51:41.533] Response has been sent. +[10:51:41.799] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:51:41.799] Explicitly included types: [] +[10:51:41.800] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:51:41.801] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:51:41.804] Package 'puppeteer' provides its own types. +[10:51:41.804] Package 'bun-types' provides its own types. +[10:51:41.804] Found package names: ["callsites","purs-tidy"] +[10:51:41.804] Inferred typings from unresolved imports: [] +[10:51:41.804] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:51:41.804] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:51:41.804] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:51:41.804] Response has been sent. +[10:51:41.804] Installing typings ["callsites","purs-tidy","typescript"] +[10:51:41.804] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:51:41.804] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:51:41.804] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:51:41.804] All typings are known to be missing or invalid - no need to install more typings +[10:51:41.804] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:51:41.804] Response has been sent. +[10:52:33.680] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["))} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:52:33.680] Explicitly included types: [] +[10:52:33.680] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:52:33.680] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:52:33.681] Package 'puppeteer' provides its own types. +[10:52:33.681] Package 'bun-types' provides its own types. +[10:52:33.681] Found package names: ["callsites","purs-tidy"] +[10:52:33.681] Inferred typings from unresolved imports: ["))} "] +[10:52:33.681] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","))} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:33.681] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","))} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:33.681] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:52:33.681] Response has been sent. +[10:52:33.681] Installing typings ["callsites","purs-tidy","typescript","))} "] +[10:52:33.681] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:52:33.681] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:52:33.681] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:52:33.681] '))} ':: Package name '))} ' contains non URI safe characters +[10:52:33.682] All typings are known to be missing or invalid - no need to install more typings +[10:52:33.682] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["))} "],"kind":"action::set"} +[10:52:33.682] Response has been sent. +[10:52:33.799] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:52:33.800] Explicitly included types: [] +[10:52:33.801] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:52:33.801] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:52:33.804] Package 'puppeteer' provides its own types. +[10:52:33.805] Package 'bun-types' provides its own types. +[10:52:33.806] Found package names: ["callsites","purs-tidy"] +[10:52:33.806] Inferred typings from unresolved imports: [""] +[10:52:33.806] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",""],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:33.806] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",""],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:33.806] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:52:33.806] Response has been sent. +[10:52:33.807] Installing typings ["callsites","purs-tidy","typescript",""] +[10:52:33.807] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:52:33.807] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:52:33.807] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:52:33.807] '':: Package name '' cannot be empty +[10:52:33.807] All typings are known to be missing or invalid - no need to install more typings +[10:52:33.807] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[""],"kind":"action::set"} +[10:52:33.807] Response has been sent. +[10:52:34.318] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:52:34.318] Explicitly included types: [] +[10:52:34.319] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:52:34.319] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:52:34.319] Package 'puppeteer' provides its own types. +[10:52:34.320] Package 'bun-types' provides its own types. +[10:52:34.320] Found package names: ["callsites","purs-tidy"] +[10:52:34.320] Inferred typings from unresolved imports: ["p"] +[10:52:34.320] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:34.320] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:34.320] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:52:34.320] Response has been sent. +[10:52:34.320] Installing typings ["callsites","purs-tidy","typescript","p"] +[10:52:34.320] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:52:34.320] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:52:34.320] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:52:34.320] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[10:52:34.320] All typings are known to be missing or invalid - no need to install more typings +[10:52:34.320] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["p"],"kind":"action::set"} +[10:52:34.320] Response has been sent. +[10:52:34.395] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:52:34.396] Explicitly included types: [] +[10:52:34.397] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:52:34.398] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:52:34.401] Package 'puppeteer' provides its own types. +[10:52:34.401] Package 'bun-types' provides its own types. +[10:52:34.401] Found package names: ["callsites","purs-tidy"] +[10:52:34.401] Inferred typings from unresolved imports: ["pu"] +[10:52:34.401] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:34.401] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:34.401] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:52:34.401] Response has been sent. +[10:52:34.401] Installing typings ["callsites","purs-tidy","typescript","pu"] +[10:52:34.401] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:52:34.401] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:52:34.401] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:52:34.401] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[10:52:34.401] All typings are known to be missing or invalid - no need to install more typings +[10:52:34.402] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pu"],"kind":"action::set"} +[10:52:34.402] Response has been sent. +[10:52:34.599] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:52:34.599] Explicitly included types: [] +[10:52:34.601] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:52:34.602] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:52:34.604] Package 'puppeteer' provides its own types. +[10:52:34.604] Package 'bun-types' provides its own types. +[10:52:34.605] Found package names: ["callsites","purs-tidy"] +[10:52:34.606] Inferred typings from unresolved imports: ["pup"] +[10:52:34.606] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pup"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:34.606] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pup"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:52:34.606] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:52:34.606] Response has been sent. +[10:52:34.606] Installing typings ["callsites","purs-tidy","typescript","pup"] +[10:52:34.606] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:52:34.606] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:52:34.606] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:52:34.606] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[10:52:34.607] All typings are known to be missing or invalid - no need to install more typings +[10:52:34.607] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pup"],"kind":"action::set"} +[10:52:34.607] Response has been sent. +[10:53:47.565] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:53:47.566] Explicitly included types: [] +[10:53:47.567] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:53:47.567] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:53:47.569] Package 'puppeteer' provides its own types. +[10:53:47.570] Package 'bun-types' provides its own types. +[10:53:47.571] Found package names: ["callsites","purs-tidy"] +[10:53:47.571] Inferred typings from unresolved imports: [] +[10:53:47.571] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:53:47.571] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:53:47.571] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:53:47.571] Response has been sent. +[10:53:47.572] Installing typings ["callsites","purs-tidy","typescript"] +[10:53:47.572] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:53:47.572] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:53:47.572] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:53:47.572] All typings are known to be missing or invalid - no need to install more typings +[10:53:47.572] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:53:47.572] Response has been sent. +[10:55:16.817] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/index.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:55:16.817] Explicitly included types: [] +[10:55:16.818] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:55:16.818] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:55:16.820] Package 'puppeteer' provides its own types. +[10:55:16.820] Package 'bun-types' provides its own types. +[10:55:16.821] Found package names: ["callsites","purs-tidy"] +[10:55:16.822] Inferred typings from unresolved imports: [] +[10:55:16.822] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules"]} +[10:55:16.822] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules"]} +[10:55:16.822] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:55:16.822] Response has been sent. +[10:55:16.822] Installing typings ["callsites","purs-tidy","typescript"] +[10:55:16.822] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:55:16.822] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:55:16.822] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:55:16.822] All typings are known to be missing or invalid - no need to install more typings +[10:55:16.822] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:55:16.822] Response has been sent. +[10:55:17.244] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:55:17.244] Explicitly included types: [] +[10:55:17.245] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:55:17.245] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:55:17.248] Package 'puppeteer' provides its own types. +[10:55:17.248] Package 'bun-types' provides its own types. +[10:55:17.249] Found package names: ["callsites","purs-tidy"] +[10:55:17.249] Inferred typings from unresolved imports: [] +[10:55:17.250] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:55:17.250] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:55:17.250] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:55:17.250] Response has been sent. +[10:55:17.250] Installing typings ["callsites","purs-tidy","typescript"] +[10:55:17.250] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:55:17.250] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:55:17.250] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:55:17.250] All typings are known to be missing or invalid - no need to install more typings +[10:55:17.250] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:55:17.250] Response has been sent. +[10:56:10.215] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:56:10.215] Explicitly included types: [] +[10:56:10.215] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:56:10.215] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:56:10.216] Package 'puppeteer' provides its own types. +[10:56:10.216] Package 'bun-types' provides its own types. +[10:56:10.216] Found package names: ["callsites","purs-tidy"] +[10:56:10.216] Inferred typings from unresolved imports: [")} "] +[10:56:10.216] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",")} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:10.216] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",")} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:10.216] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:56:10.216] Response has been sent. +[10:56:10.216] Installing typings ["callsites","purs-tidy","typescript",")} "] +[10:56:10.216] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:56:10.216] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:56:10.216] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:56:10.216] ')} ':: Package name ')} ' contains non URI safe characters +[10:56:10.216] All typings are known to be missing or invalid - no need to install more typings +[10:56:10.216] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[")} "],"kind":"action::set"} +[10:56:10.216] Response has been sent. +[10:56:10.335] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:56:10.336] Explicitly included types: [] +[10:56:10.337] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:56:10.337] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:56:10.338] Package 'puppeteer' provides its own types. +[10:56:10.339] Package 'bun-types' provides its own types. +[10:56:10.340] Found package names: ["callsites","purs-tidy"] +[10:56:10.340] Inferred typings from unresolved imports: [""] +[10:56:10.340] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",""],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:10.340] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",""],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:10.340] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:56:10.340] Response has been sent. +[10:56:10.341] Installing typings ["callsites","purs-tidy","typescript",""] +[10:56:10.341] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:56:10.341] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:56:10.341] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:56:10.341] '':: '' is in missingTypingsSet - skipping... +[10:56:10.341] All typings are known to be missing or invalid - no need to install more typings +[10:56:10.341] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[""],"kind":"action::set"} +[10:56:10.341] Response has been sent. +[10:56:10.807] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:56:10.807] Explicitly included types: [] +[10:56:10.807] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:56:10.807] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:56:10.808] Package 'puppeteer' provides its own types. +[10:56:10.809] Package 'bun-types' provides its own types. +[10:56:10.809] Found package names: ["callsites","purs-tidy"] +[10:56:10.809] Inferred typings from unresolved imports: ["p"] +[10:56:10.809] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:10.809] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:10.809] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:56:10.809] Response has been sent. +[10:56:10.809] Installing typings ["callsites","purs-tidy","typescript","p"] +[10:56:10.809] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:56:10.809] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:56:10.809] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:56:10.809] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[10:56:10.809] All typings are known to be missing or invalid - no need to install more typings +[10:56:10.809] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["p"],"kind":"action::set"} +[10:56:10.810] Response has been sent. +[10:56:10.888] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:56:10.888] Explicitly included types: [] +[10:56:10.888] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:56:10.889] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:56:10.889] Package 'puppeteer' provides its own types. +[10:56:10.889] Package 'bun-types' provides its own types. +[10:56:10.889] Found package names: ["callsites","purs-tidy"] +[10:56:10.890] Inferred typings from unresolved imports: ["pu"] +[10:56:10.890] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:10.890] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:10.890] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:56:10.890] Response has been sent. +[10:56:10.890] Installing typings ["callsites","purs-tidy","typescript","pu"] +[10:56:10.890] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:56:10.890] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:56:10.890] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:56:10.890] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[10:56:10.890] All typings are known to be missing or invalid - no need to install more typings +[10:56:10.890] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pu"],"kind":"action::set"} +[10:56:10.890] Response has been sent. +[10:56:11.007] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:56:11.008] Explicitly included types: [] +[10:56:11.008] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:56:11.009] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:56:11.010] Package 'puppeteer' provides its own types. +[10:56:11.011] Package 'bun-types' provides its own types. +[10:56:11.011] Found package names: ["callsites","purs-tidy"] +[10:56:11.012] Inferred typings from unresolved imports: ["pup"] +[10:56:11.012] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pup"],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:11.012] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pup"],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:11.012] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:56:11.012] Response has been sent. +[10:56:11.012] Installing typings ["callsites","purs-tidy","typescript","pup"] +[10:56:11.012] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:56:11.013] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:56:11.013] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:56:11.013] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[10:56:11.013] All typings are known to be missing or invalid - no need to install more typings +[10:56:11.013] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pup"],"kind":"action::set"} +[10:56:11.013] Response has been sent. +[10:56:11.475] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:56:11.475] Explicitly included types: [] +[10:56:11.475] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:56:11.475] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:56:11.475] Package 'puppeteer' provides its own types. +[10:56:11.476] Package 'bun-types' provides its own types. +[10:56:11.476] Found package names: ["callsites","purs-tidy"] +[10:56:11.476] Inferred typings from unresolved imports: [] +[10:56:11.476] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:11.476] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/ffi/bower_components","/home/orion/src/purescript-puppeteer/ffi/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:56:11.476] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:56:11.476] Response has been sent. +[10:56:11.476] Installing typings ["callsites","purs-tidy","typescript"] +[10:56:11.476] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:56:11.476] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:56:11.476] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:56:11.476] All typings are known to be missing or invalid - no need to install more typings +[10:56:11.476] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:56:11.476] Response has been sent. +[10:57:05.727] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:57:05.727] Explicitly included types: [] +[10:57:05.727] Inferred typings from unresolved imports: [] +[10:57:05.727] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:57:05.727] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:57:05.727] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:05.727] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:05.727] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[10:57:05.727] Response has been sent. +[10:57:05.727] No new typings were requested as a result of typings discovery +[10:57:07.693] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:57:07.693] Explicitly included types: [] +[10:57:07.693] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:57:07.694] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:57:07.694] Package 'puppeteer' provides its own types. +[10:57:07.694] Package 'bun-types' provides its own types. +[10:57:07.694] Found package names: ["callsites","purs-tidy"] +[10:57:07.694] Inferred typings from unresolved imports: [] +[10:57:07.694] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:57:07.694] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:57:07.695] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:57:07.695] Response has been sent. +[10:57:07.695] Installing typings ["callsites","purs-tidy","typescript"] +[10:57:07.695] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:57:07.695] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:57:07.695] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:57:07.695] All typings are known to be missing or invalid - no need to install more typings +[10:57:07.695] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:57:07.695] Response has been sent. +[11:01:27.127] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")>,"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:01:27.127] Explicitly included types: [] +[11:01:27.128] Inferred typings from unresolved imports: [")>,"] +[11:01:27.128] Result: {"cachedTypingPaths":[],"newTypingNames":[")>,"],"filesToWatch":[]} +[11:01:27.128] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")>,"],"filesToWatch":[]} +[11:01:27.128] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:01:27.128] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:01:27.128] Installing typings [")>,"] +[11:01:27.128] ')>,':: Package name ')>,' contains non URI safe characters +[11:01:27.128] All typings are known to be missing or invalid - no need to install more typings +[11:01:27.128] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")>,"],"kind":"action::set"} +[11:01:27.128] Response has been sent. +[11:01:27.308] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:01:27.308] Explicitly included types: [] +[11:01:27.308] Inferred typings from unresolved imports: [""] +[11:01:27.308] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[11:01:27.308] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[11:01:27.308] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:01:27.308] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:01:27.308] Installing typings [""] +[11:01:27.308] '':: '' is in missingTypingsSet - skipping... +[11:01:27.308] All typings are known to be missing or invalid - no need to install more typings +[11:01:27.308] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[11:01:27.308] Response has been sent. +[11:01:28.859] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:01:28.859] Explicitly included types: [] +[11:01:28.859] Inferred typings from unresolved imports: [] +[11:01:28.859] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[11:01:28.859] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[11:01:28.859] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:01:28.860] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:01:28.860] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[11:01:28.860] Response has been sent. +[11:01:28.860] No new typings were requested as a result of typings discovery +[11:10:20.175] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:10:20.175] Explicitly included types: [] +[11:10:20.175] Inferred typings from unresolved imports: [")} "] +[11:10:20.175] Result: {"cachedTypingPaths":[],"newTypingNames":[")} "],"filesToWatch":[]} +[11:10:20.176] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")} "],"filesToWatch":[]} +[11:10:20.176] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:10:20.176] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:10:20.176] Installing typings [")} "] +[11:10:20.176] ')} ':: ')} ' is in missingTypingsSet - skipping... +[11:10:20.176] All typings are known to be missing or invalid - no need to install more typings +[11:10:20.176] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")} "],"kind":"action::set"} +[11:10:20.176] Response has been sent. +[11:10:20.559] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p)} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:10:20.559] Explicitly included types: [] +[11:10:20.559] Inferred typings from unresolved imports: ["p)} "] +[11:10:20.559] Result: {"cachedTypingPaths":[],"newTypingNames":["p)} "],"filesToWatch":[]} +[11:10:20.559] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p)} "],"filesToWatch":[]} +[11:10:20.559] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:10:20.559] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:10:20.559] Installing typings ["p)} "] +[11:10:20.559] 'p)} ':: Package name 'p)} ' contains non URI safe characters +[11:10:20.559] All typings are known to be missing or invalid - no need to install more typings +[11:10:20.559] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p)} "],"kind":"action::set"} +[11:10:20.559] Response has been sent. +[11:10:20.657] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu)} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:10:20.658] Explicitly included types: [] +[11:10:20.658] Inferred typings from unresolved imports: ["pu)} "] +[11:10:20.658] Result: {"cachedTypingPaths":[],"newTypingNames":["pu)} "],"filesToWatch":[]} +[11:10:20.658] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu)} "],"filesToWatch":[]} +[11:10:20.658] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:10:20.658] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:10:20.658] Installing typings ["pu)} "] +[11:10:20.658] 'pu)} ':: Package name 'pu)} ' contains non URI safe characters +[11:10:20.658] All typings are known to be missing or invalid - no need to install more typings +[11:10:20.658] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu)} "],"kind":"action::set"} +[11:10:20.658] Response has been sent. +[11:10:20.756] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup)} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:10:20.757] Explicitly included types: [] +[11:10:20.757] Inferred typings from unresolved imports: ["pup)} "] +[11:10:20.757] Result: {"cachedTypingPaths":[],"newTypingNames":["pup)} "],"filesToWatch":[]} +[11:10:20.757] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup)} "],"filesToWatch":[]} +[11:10:20.757] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:10:20.757] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:10:20.757] Installing typings ["pup)} "] +[11:10:20.757] 'pup)} ':: Package name 'pup)} ' contains non URI safe characters +[11:10:20.757] All typings are known to be missing or invalid - no need to install more typings +[11:10:20.757] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup)} "],"kind":"action::set"} +[11:10:20.758] Response has been sent. +[11:49:47.695] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:49:47.695] Explicitly included types: [] +[11:49:47.696] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[11:49:47.696] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:49:47.696] Package 'puppeteer' provides its own types. +[11:49:47.696] Package 'bun-types' provides its own types. +[11:49:47.697] Found package names: ["callsites","purs-tidy"] +[11:49:47.697] Inferred typings from unresolved imports: [] +[11:49:47.697] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:49:47.697] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:49:47.697] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:49:47.697] Response has been sent. +[11:49:47.697] Installing typings ["callsites","purs-tidy","typescript"] +[11:49:47.697] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:49:47.697] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:49:47.697] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:49:47.697] All typings are known to be missing or invalid - no need to install more typings +[11:49:47.697] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:49:47.697] Response has been sent. +[11:49:53.811] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup)} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:49:53.811] Explicitly included types: [] +[11:49:53.811] Inferred typings from unresolved imports: ["pup)} "] +[11:49:53.811] Result: {"cachedTypingPaths":[],"newTypingNames":["pup)} "],"filesToWatch":[]} +[11:49:53.811] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup)} "],"filesToWatch":[]} +[11:49:53.811] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:49:53.811] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:49:53.811] Installing typings ["pup)} "] +[11:49:53.811] 'pup)} ':: 'pup)} ' is in missingTypingsSet - skipping... +[11:49:53.811] All typings are known to be missing or invalid - no need to install more typings +[11:49:53.811] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup)} "],"kind":"action::set"} +[11:49:53.811] Response has been sent. +[11:49:56.155] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:49:56.155] Explicitly included types: [] +[11:49:56.155] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[11:49:56.156] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:49:56.157] Package 'puppeteer' provides its own types. +[11:49:56.158] Package 'bun-types' provides its own types. +[11:49:56.159] Found package names: ["callsites","purs-tidy"] +[11:49:56.159] Inferred typings from unresolved imports: [] +[11:49:56.159] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:49:56.160] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:49:56.160] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:49:56.160] Response has been sent. +[11:49:56.160] Installing typings ["callsites","purs-tidy","typescript"] +[11:49:56.160] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:49:56.160] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:49:56.160] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:49:56.160] All typings are known to be missing or invalid - no need to install more typings +[11:49:56.160] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:49:56.160] Response has been sent. +[11:56:11.415] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-FPOgdk/tsserver.log b/.log/tsserver-log-FPOgdk/tsserver.log new file mode 100644 index 0000000..278bb08 --- /dev/null +++ b/.log/tsserver-log-FPOgdk/tsserver.log @@ -0,0 +1,30710 @@ +Info 0 [10:48:01.269] Starting TS Server +Info 1 [10:48:01.269] Version: 5.2.2 +Info 2 [10:48:01.269] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/f4e356c3370fff54c23847dd99acd8d2/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-FPOgdk/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [10:48:01.269] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [10:48:01.269] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [10:48:01.277] Format host information updated +Info 6 [10:48:01.279] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [10:48:01.280] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [10:48:01.280] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [10:48:01.292] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [10:48:01.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [10:48:01.864] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 568.2992810001597ms +Info 12 [10:48:01.864] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [10:48:01.864] Files (65) + +Info 14 [10:48:01.864] ----------------------------------------------- +Info 15 [10:48:01.868] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [10:48:02.244] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 375.52319699991494ms +Info 17 [10:48:02.244] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [10:48:02.244] Files (106) + +Info 19 [10:48:02.244] ----------------------------------------------- +Info 20 [10:48:02.248] AutoImportProviderProject: found 5 root files in 5 dependencies in 3.678476999979466 ms +Info 21 [10:48:02.259] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [10:48:02.759] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 500.46635100012645ms +Info 23 [10:48:02.759] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [10:48:02.759] Files (183) + +Info 25 [10:48:02.759] ----------------------------------------------- +Info 26 [10:48:02.760] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [10:48:02.760] Files (65) + +Info 26 [10:48:02.760] ----------------------------------------------- +Info 26 [10:48:02.761] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [10:48:02.761] Files (106) + +Info 26 [10:48:02.761] ----------------------------------------------- +Info 26 [10:48:02.761] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [10:48:02.761] Files (183) + +Info 26 [10:48:02.761] ----------------------------------------------- +Info 26 [10:48:02.761] Open files: +Info 26 [10:48:02.761] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [10:48:02.761] Projects: /dev/null/inferredProject1* +Info 26 [10:48:02.761] Format host information updated +Info 27 [10:48:02.761] Format host information updated +Info 28 [10:48:02.765] Format host information updated +Info 29 [10:48:02.766] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 30 [10:48:02.770] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 4.760375999845564ms +Info 31 [10:48:02.770] Different program with same set of files +Info 32 [10:48:02.771] Format host information updated +Info 33 [10:48:02.771] Format host information updated +Info 34 [10:48:02.772] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 35 [10:48:02.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 3.806323000229895ms +Info 36 [10:48:02.776] Different program with same set of files +Info 37 [10:48:02.792] getCompletionData: Get current token: 0.010522000025957823 +Info 38 [10:48:02.792] getCompletionData: Is inside comment: 0.034210000187158585 +Info 39 [10:48:02.792] getCompletionData: Get previous token: 0.08071700017899275 +Info 40 [10:48:02.796] getExportInfoMap: cache miss or empty; calculating new results +Info 41 [10:48:02.859] forEachExternalModuleToImportFrom autoImportProvider: 34.370405999943614 +Info 42 [10:48:02.859] getExportInfoMap: done in 62.7874129996635 ms +Info 43 [10:48:02.866] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 44 [10:48:02.866] collectAutoImports: response is complete +Info 45 [10:48:02.866] collectAutoImports: 6.777995999902487 +Info 46 [10:48:02.866] getCompletionData: Semantic work: 73.85508300038055 +Info 47 [10:48:02.888] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 20.712693999987096 +Info 48 [10:48:02.892] Format host information updated +Info 49 [10:48:02.893] Format host information updated +Info 50 [10:48:02.893] Format host information updated +Info 51 [10:48:02.893] Format host information updated +Info 52 [10:48:02.894] Format host information updated +Info 53 [10:48:02.894] Format host information updated +Info 54 [10:48:02.894] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 55 [10:48:02.898] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 3.6922280001454055ms +Info 56 [10:48:02.898] Different program with same set of files +Info 57 [10:48:02.899] getCompletionData: Get current token: 0.006200999952852726 +Info 58 [10:48:02.899] getCompletionData: Is inside comment: 0.029753000009804964 +Info 59 [10:48:02.899] getCompletionData: Get previous token: 0.020871000364422798 +Info 60 [10:48:02.899] getCompletionsAtPosition: isCompletionListBlocker: 0.23582200007513165 +Info 61 [10:48:02.902] getExportInfoMap: cache hit +Info 62 [10:48:02.922] collectAutoImports: resolved 13 module specifiers, plus 0 ambient and 149 from cache +Info 63 [10:48:02.922] collectAutoImports: response is complete +Info 64 [10:48:02.922] collectAutoImports: 19.190200000070035 +Info 65 [10:48:02.922] getCompletionData: Semantic work: 22.532329000066966 +Info 66 [10:48:02.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.817441000137478 +Info 67 [10:48:02.937] Format host information updated +Info 68 [10:48:02.939] Format host information updated +Info 69 [10:48:02.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 70 [10:48:02.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 3.2941100001335144ms +Info 71 [10:48:02.943] Different program with same set of files +Info 72 [10:48:03.298] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 73 [10:48:03.311] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 12.864125999622047ms +Info 74 [10:48:03.311] Different program with same set of files +Info 75 [10:48:03.312] getCompletionData: Get current token: 0.03392500011250377 +Info 76 [10:48:03.312] getCompletionData: Is inside comment: 0.03852299973368645 +Info 77 [10:48:03.312] getCompletionData: Get previous token: 0.07411300018429756 +Info 78 [10:48:03.312] getCompletionsAtPosition: isCompletionListBlocker: 0.025213000364601612 +Info 79 [10:48:03.318] getExportInfoMap: cache hit +Info 80 [10:48:03.323] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 81 [10:48:03.323] collectAutoImports: response is complete +Info 82 [10:48:03.323] collectAutoImports: 5.180302000138909 +Info 83 [10:48:03.323] getCompletionData: Semantic work: 11.05267499992624 +Info 84 [10:48:03.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.60566100012511 +Info 85 [10:48:03.344] Format host information updated +Info 86 [10:48:03.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 87 [10:48:03.697] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed: 197.35748900007457ms +Info 88 [10:48:03.697] Project '/dev/null/inferredProject1*' (Inferred) +Info 89 [10:48:03.697] Files (125) + +Info 90 [10:48:03.697] ----------------------------------------------- +Info 91 [10:48:03.697] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 92 [10:48:03.697] Files (183) + +Info 93 [10:48:03.697] ----------------------------------------------- +Info 94 [10:48:03.698] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 95 [10:48:03.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 9.772572999820113ms +Info 96 [10:48:03.708] Different program with same set of files +Info 97 [10:48:03.708] getCompletionData: Get current token: 0.008936999831348658 +Info 98 [10:48:03.708] getCompletionData: Is inside comment: 0.010621999856084585 +Info 99 [10:48:03.708] getCompletionData: Get previous token: 0.009312000125646591 +Info 100 [10:48:03.708] getCompletionsAtPosition: isCompletionListBlocker: 0.007476000115275383 +Info 101 [10:48:03.709] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.2298749997280538 ms +Info 102 [10:48:03.709] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 103 [10:48:03.715] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 5.782646999694407ms +Info 104 [10:48:03.715] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 105 [10:48:03.715] Files (179) + +Info 106 [10:48:03.715] ----------------------------------------------- +Info 107 [10:48:03.715] getExportInfoMap: cache miss or empty; calculating new results +Info 108 [10:48:03.754] forEachExternalModuleToImportFrom autoImportProvider: 21.595813000109047 +Info 109 [10:48:03.754] getExportInfoMap: done in 45.297385999932885 ms +Info 110 [10:48:03.774] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 111 [10:48:03.774] collectAutoImports: response is complete +Info 112 [10:48:03.774] collectAutoImports: 20.00201900023967 +Info 113 [10:48:03.774] getCompletionData: Semantic work: 65.79868300026283 +Info 114 [10:48:03.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.185542999766767 +Info 115 [10:48:03.796] Format host information updated +Info 116 [10:48:03.802] Format host information updated +Info 117 [10:48:03.802] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 118 [10:48:03.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 9.300195999909192ms +Info 119 [10:48:03.812] Different program with same set of files +Info 120 [10:48:03.832] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 121 [10:48:03.840] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 8.414613000117242ms +Info 122 [10:48:03.840] Different program with same set of files +Info 123 [10:48:03.841] getCompletionData: Get current token: 0.004773000255227089 +Info 124 [10:48:03.841] getCompletionData: Is inside comment: 0.014450000133365393 +Info 125 [10:48:03.841] getCompletionData: Get previous token: 0.01648399978876114 +Info 126 [10:48:03.841] getCompletionsAtPosition: isCompletionListBlocker: 0.0030239997431635857 +Info 127 [10:48:03.841] Returning an empty list because completion was requested in an invalid position. +Info 128 [10:48:03.841] Format host information updated +Info 129 [10:48:04.917] Format host information updated +Info 130 [10:48:04.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 131 [10:48:04.925] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 7.395820999983698ms +Info 132 [10:48:04.925] Different program with same set of files +Info 133 [10:48:05.525] Format host information updated +Info 134 [10:48:05.525] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 135 [10:48:05.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 6.791495999787003ms +Info 136 [10:48:05.532] Different program with same set of files +Info 137 [10:48:05.926] Before ensureProjectForOpenFiles: +Info 138 [10:48:05.926] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 138 [10:48:05.926] Files (65) + +Info 138 [10:48:05.926] ----------------------------------------------- +Info 138 [10:48:05.927] Project '/dev/null/inferredProject1*' (Inferred) +Info 138 [10:48:05.927] Files (125) + +Info 138 [10:48:05.927] ----------------------------------------------- +Info 138 [10:48:05.927] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 138 [10:48:05.927] Files (179) + +Info 138 [10:48:05.927] ----------------------------------------------- +Info 138 [10:48:05.927] Open files: +Info 138 [10:48:05.927] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 138 [10:48:05.927] Projects: /dev/null/inferredProject1* +Info 138 [10:48:05.927] After ensureProjectForOpenFiles: +Info 139 [10:48:05.927] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 139 [10:48:05.927] Files (65) + +Info 139 [10:48:05.927] ----------------------------------------------- +Info 139 [10:48:05.928] Project '/dev/null/inferredProject1*' (Inferred) +Info 139 [10:48:05.928] Files (125) + +Info 139 [10:48:05.928] ----------------------------------------------- +Info 139 [10:48:05.928] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 139 [10:48:05.928] Files (179) + +Info 139 [10:48:05.928] ----------------------------------------------- +Info 139 [10:48:05.928] Open files: +Info 139 [10:48:05.928] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 139 [10:48:05.928] Projects: /dev/null/inferredProject1* +Info 139 [10:48:05.928] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js +Info 140 [10:48:06.023] getCompletionData: Get current token: 0.0036440002731978893 +Info 141 [10:48:06.023] getCompletionData: Is inside comment: 0.013275000266730785 +Info 142 [10:48:06.023] getCompletionData: Get previous token: 0.017752000130712986 +Info 143 [10:48:06.023] getCompletionsAtPosition: isCompletionListBlocker: 0.0034940000623464584 +Info 144 [10:48:06.023] Returning an empty list because completion was requested in an invalid position. +Info 145 [10:48:06.832] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 146 [10:48:06.841] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 9.311755999922752ms +Info 147 [10:48:06.841] Different program with same set of files +Info 148 [10:48:06.841] getCompletionData: Get current token: 0.0048699998296797276 +Info 149 [10:48:06.842] getCompletionData: Is inside comment: 0.015053000301122665 +Info 150 [10:48:06.842] getCompletionData: Get previous token: 0.02475599991157651 +Info 151 [10:48:06.842] getCompletionsAtPosition: isCompletionListBlocker: 0.002769999671727419 +Info 152 [10:48:06.842] Returning an empty list because completion was requested in an invalid position. +Info 153 [10:48:06.842] Format host information updated +Info 154 [10:48:06.919] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 155 [10:48:06.928] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 9.476422999985516ms +Info 156 [10:48:06.928] Different program with same set of files +Info 157 [10:48:06.928] getCompletionData: Get current token: 0.0030070003122091293 +Info 158 [10:48:06.928] getCompletionData: Is inside comment: 0.008593999780714512 +Info 159 [10:48:06.928] getCompletionData: Get previous token: 0.013352999929338694 +Info 160 [10:48:06.928] getCompletionsAtPosition: isCompletionListBlocker: 0.0015809996984899044 +Info 161 [10:48:06.928] Returning an empty list because completion was requested in an invalid position. +Info 162 [10:48:06.929] Format host information updated +Info 163 [10:48:07.007] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 164 [10:48:07.022] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 14.984816999640316ms +Info 165 [10:48:07.022] Different program with same set of files +Info 166 [10:48:07.022] getCompletionData: Get current token: 0.009221999906003475 +Info 167 [10:48:07.023] getCompletionData: Is inside comment: 0.02669199975207448 +Info 168 [10:48:07.023] getCompletionData: Get previous token: 0.11647400027140975 +Info 169 [10:48:07.023] getCompletionsAtPosition: isCompletionListBlocker: 0.0051659997552633286 +Info 170 [10:48:07.023] Returning an empty list because completion was requested in an invalid position. +Info 171 [10:48:07.023] Format host information updated +Info 172 [10:48:07.364] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 173 [10:48:07.370] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 5.942619999870658ms +Info 174 [10:48:07.370] Different program with same set of files +Info 175 [10:48:07.371] getCompletionData: Get current token: 0.0025509996339678764 +Info 176 [10:48:07.371] getCompletionData: Is inside comment: 0.007638999726623297 +Info 177 [10:48:07.371] getCompletionData: Get previous token: 0.010901999659836292 +Info 178 [10:48:07.371] getCompletionsAtPosition: isCompletionListBlocker: 0.0023010000586509705 +Info 179 [10:48:07.371] Returning an empty list because completion was requested in an invalid position. +Info 180 [10:48:07.373] Format host information updated +Info 181 [10:48:07.444] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 182 [10:48:07.450] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 5.872074000071734ms +Info 183 [10:48:07.450] Different program with same set of files +Info 184 [10:48:07.450] getCompletionData: Get current token: 0.003281000070273876 +Info 185 [10:48:07.450] getCompletionData: Is inside comment: 0.009362000040709972 +Info 186 [10:48:07.450] getCompletionData: Get previous token: 0.013836000114679337 +Info 187 [10:48:07.450] getCompletionsAtPosition: isCompletionListBlocker: 0.0028199995867908 +Info 188 [10:48:07.450] Returning an empty list because completion was requested in an invalid position. +Info 189 [10:48:07.450] Format host information updated +Info 190 [10:48:07.592] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 191 [10:48:07.598] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 5.679467000067234ms +Info 192 [10:48:07.598] Different program with same set of files +Info 193 [10:48:07.598] getCompletionData: Get current token: 0.003081999719142914 +Info 194 [10:48:07.598] getCompletionData: Is inside comment: 0.008801000192761421 +Info 195 [10:48:07.598] getCompletionData: Get previous token: 0.01523499982431531 +Info 196 [10:48:07.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0024350001476705074 +Info 197 [10:48:07.598] Returning an empty list because completion was requested in an invalid position. +Info 198 [10:48:07.598] Format host information updated +Info 199 [10:48:09.842] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 200 [10:48:09.850] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 8.167195999994874ms +Info 201 [10:48:09.850] Different program with same set of files +Info 202 [10:48:09.850] getCompletionData: Get current token: 0.0026500001549720764 +Info 203 [10:48:09.850] getCompletionData: Is inside comment: 0.007457000203430653 +Info 204 [10:48:09.850] getCompletionData: Get previous token: 0.011210000142455101 +Info 205 [10:48:09.850] getCompletionsAtPosition: isCompletionListBlocker: 0.0017879996448755264 +Info 206 [10:48:09.850] Returning an empty list because completion was requested in an invalid position. +Info 207 [10:48:09.851] Format host information updated +Info 208 [10:48:10.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 209 [10:48:10.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 5.7563990000635386ms +Info 210 [10:48:10.923] Different program with same set of files +Info 211 [10:48:10.923] getCompletionData: Get current token: 0.0027669998817145824 +Info 212 [10:48:10.923] getCompletionData: Is inside comment: 0.008009999990463257 +Info 213 [10:48:10.923] getCompletionData: Get previous token: 0.011659999843686819 +Info 214 [10:48:10.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0016990001313388348 +Info 215 [10:48:10.923] Returning an empty list because completion was requested in an invalid position. +Info 216 [10:48:10.924] Format host information updated +Info 217 [10:48:11.030] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 218 [10:48:11.036] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 5.81415900029242ms +Info 219 [10:48:11.036] Different program with same set of files +Info 220 [10:48:11.036] getCompletionData: Get current token: 0.0025590001605451107 +Info 221 [10:48:11.036] getCompletionData: Is inside comment: 0.007412999868392944 +Info 222 [10:48:11.036] getCompletionData: Get previous token: 0.011264999862760305 +Info 223 [10:48:11.036] getCompletionsAtPosition: isCompletionListBlocker: 0.0016260002739727497 +Info 224 [10:48:11.036] Returning an empty list because completion was requested in an invalid position. +Info 225 [10:48:11.038] Format host information updated +Info 226 [10:48:11.200] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 227 [10:48:11.205] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 5.693674999754876ms +Info 228 [10:48:11.205] Different program with same set of files +Info 229 [10:48:11.206] getCompletionData: Get current token: 0.0031330003403127193 +Info 230 [10:48:11.206] getCompletionData: Is inside comment: 0.009147000033408403 +Info 231 [10:48:11.206] getCompletionData: Get previous token: 0.014202999882400036 +Info 232 [10:48:11.206] getCompletionsAtPosition: isCompletionListBlocker: 0.0019240002147853374 +Info 233 [10:48:11.206] Returning an empty list because completion was requested in an invalid position. +Info 234 [10:48:11.206] Format host information updated +Info 235 [10:48:11.328] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 236 [10:48:11.333] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 5.458945000078529ms +Info 237 [10:48:11.333] Different program with same set of files +Info 238 [10:48:11.334] getCompletionData: Get current token: 0.003050999715924263 +Info 239 [10:48:11.334] getCompletionData: Is inside comment: 0.008804999757558107 +Info 240 [10:48:11.334] getCompletionData: Get previous token: 0.012722000014036894 +Info 241 [10:48:11.334] getCompletionsAtPosition: isCompletionListBlocker: 0.0017220000736415386 +Info 242 [10:48:11.334] Returning an empty list because completion was requested in an invalid position. +Info 243 [10:48:11.334] Format host information updated +Info 244 [10:48:11.506] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 245 [10:48:11.515] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 8.501835000235587ms +Info 246 [10:48:11.515] Different program with same set of files +Info 247 [10:48:11.515] getCompletionData: Get current token: 0.0036049997434020042 +Info 248 [10:48:11.515] getCompletionData: Is inside comment: 0.009836999699473381 +Info 249 [10:48:11.515] getCompletionData: Get previous token: 0.014740000013262033 +Info 250 [10:48:11.515] getCompletionsAtPosition: isCompletionListBlocker: 0.001999999862164259 +Info 251 [10:48:11.515] Returning an empty list because completion was requested in an invalid position. +Info 252 [10:48:11.515] Format host information updated +Info 253 [10:48:11.885] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 254 [10:48:11.891] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 5.679042999632657ms +Info 255 [10:48:11.891] Different program with same set of files +Info 256 [10:48:11.891] getCompletionData: Get current token: 0.002848999574780464 +Info 257 [10:48:11.891] getCompletionData: Is inside comment: 0.007930000312626362 +Info 258 [10:48:11.891] getCompletionData: Get previous token: 0.012210000306367874 +Info 259 [10:48:11.891] getCompletionsAtPosition: isCompletionListBlocker: 0.0016390001401305199 +Info 260 [10:48:11.891] Returning an empty list because completion was requested in an invalid position. +Info 261 [10:48:11.891] Format host information updated +Info 262 [10:48:12.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 263 [10:48:12.110] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 5.692071000114083ms +Info 264 [10:48:12.110] Different program with same set of files +Info 265 [10:48:12.110] getCompletionData: Get current token: 0.0030689998529851437 +Info 266 [10:48:12.110] getCompletionData: Is inside comment: 0.008207000326365232 +Info 267 [10:48:12.111] getCompletionData: Get previous token: 0.012502000201493502 +Info 268 [10:48:12.111] getCompletionsAtPosition: isCompletionListBlocker: 0.001732999924570322 +Info 269 [10:48:12.111] Returning an empty list because completion was requested in an invalid position. +Info 270 [10:48:12.115] Format host information updated +Info 271 [10:48:12.205] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 272 [10:48:12.210] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 5.654854999855161ms +Info 273 [10:48:12.211] Different program with same set of files +Info 274 [10:48:12.211] getCompletionData: Get current token: 0.0030469996854662895 +Info 275 [10:48:12.211] getCompletionData: Is inside comment: 0.008536000270396471 +Info 276 [10:48:12.211] getCompletionData: Get previous token: 0.028020000085234642 +Info 277 [10:48:12.211] getCompletionsAtPosition: isCompletionListBlocker: 0.002015000209212303 +Info 278 [10:48:12.211] Returning an empty list because completion was requested in an invalid position. +Info 279 [10:48:12.211] Format host information updated +Info 280 [10:48:12.355] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 281 [10:48:12.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 5.268722000066191ms +Info 282 [10:48:12.360] Different program with same set of files +Info 283 [10:48:12.361] getCompletionData: Get current token: 0.002861000131815672 +Info 284 [10:48:12.361] getCompletionData: Is inside comment: 0.007438999600708485 +Info 285 [10:48:12.361] getCompletionData: Get previous token: 0.011612999718636274 +Info 286 [10:48:12.361] getCompletionsAtPosition: isCompletionListBlocker: 0.001978999935090542 +Info 287 [10:48:12.361] Returning an empty list because completion was requested in an invalid position. +Info 288 [10:48:12.361] Format host information updated +Info 289 [10:48:12.436] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 290 [10:48:12.443] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 7.7863300000317395ms +Info 291 [10:48:12.443] Different program with same set of files +Info 292 [10:48:12.444] getCompletionData: Get current token: 0.003226000349968672 +Info 293 [10:48:12.444] getCompletionData: Is inside comment: 0.009204000234603882 +Info 294 [10:48:12.444] getCompletionData: Get previous token: 0.014014999847859144 +Info 295 [10:48:12.444] getCompletionsAtPosition: isCompletionListBlocker: 0.00417400011792779 +Info 296 [10:48:12.444] Returning an empty list because completion was requested in an invalid position. +Info 297 [10:48:12.444] Format host information updated +Info 298 [10:48:12.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 299 [10:48:12.550] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 5.120480000041425ms +Info 300 [10:48:12.550] Different program with same set of files +Info 301 [10:48:12.550] getCompletionData: Get current token: 0.0029750000685453415 +Info 302 [10:48:12.550] getCompletionData: Is inside comment: 0.007842000108212233 +Info 303 [10:48:12.550] getCompletionData: Get previous token: 0.011737999971956015 +Info 304 [10:48:12.550] getCompletionsAtPosition: isCompletionListBlocker: 0.001794000156223774 +Info 305 [10:48:12.550] Returning an empty list because completion was requested in an invalid position. +Info 306 [10:48:12.550] Format host information updated +Info 307 [10:48:13.204] Format host information updated +Info 308 [10:48:13.204] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 309 [10:48:13.210] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 5.367486999835819ms +Info 310 [10:48:13.210] Different program with same set of files +Info 311 [10:48:13.357] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 312 [10:48:13.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 5.446973999962211ms +Info 313 [10:48:13.362] Different program with same set of files +Info 314 [10:48:13.363] getCompletionData: Get current token: 0.0033359997905790806 +Info 315 [10:48:13.363] getCompletionData: Is inside comment: 0.011086999904364347 +Info 316 [10:48:13.363] getCompletionData: Get previous token: 0.011285000015050173 +Info 317 [10:48:13.363] getCompletionsAtPosition: isCompletionListBlocker: 0.01569399982690811 +Info 318 [10:48:13.363] getExportInfoMap: cache hit +Info 319 [10:48:13.384] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 320 [10:48:13.384] collectAutoImports: response is complete +Info 321 [10:48:13.384] collectAutoImports: 20.344277000054717 +Info 322 [10:48:13.384] getCompletionData: Semantic work: 20.976458000019193 +Info 323 [10:48:13.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.776108999736607 +Info 324 [10:48:13.398] Format host information updated +Info 325 [10:48:13.426] Format host information updated +Info 326 [10:48:13.426] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 327 [10:48:13.434] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 7.751551000401378ms +Info 328 [10:48:13.434] Different program with same set of files +Info 329 [10:48:13.723] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 330 [10:48:13.729] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 5.894743999931961ms +Info 331 [10:48:13.729] Different program with same set of files +Info 332 [10:48:13.729] getCompletionData: Get current token: 0.0028329999186098576 +Info 333 [10:48:13.729] getCompletionData: Is inside comment: 0.009709999896585941 +Info 334 [10:48:13.729] getCompletionData: Get previous token: 0.007896000053733587 +Info 335 [10:48:13.730] getCompletionsAtPosition: isCompletionListBlocker: 0.03776200022548437 +Info 336 [10:48:13.732] getExportInfoMap: cache hit +Info 337 [10:48:13.744] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 338 [10:48:13.744] collectAutoImports: response is complete +Info 339 [10:48:13.744] collectAutoImports: 12.488774999976158 +Info 340 [10:48:13.744] getCompletionData: Semantic work: 14.884012000169605 +Info 341 [10:48:13.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.702331000007689 +Info 342 [10:48:13.760] Format host information updated +Info 343 [10:48:13.784] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 344 [10:48:13.789] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 5.339199000038207ms +Info 345 [10:48:13.790] Different program with same set of files +Info 346 [10:48:13.790] getCompletionData: Get current token: 0.0030150003731250763 +Info 347 [10:48:13.790] getCompletionData: Is inside comment: 0.009368000086396933 +Info 348 [10:48:13.790] getCompletionData: Get previous token: 0.008568000048398972 +Info 349 [10:48:13.790] getCompletionsAtPosition: isCompletionListBlocker: 0.013539999723434448 +Info 350 [10:48:13.790] getExportInfoMap: cache hit +Info 351 [10:48:13.801] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 352 [10:48:13.801] collectAutoImports: response is complete +Info 353 [10:48:13.801] collectAutoImports: 10.366008999757469 +Info 354 [10:48:13.801] getCompletionData: Semantic work: 10.988958000205457 +Info 355 [10:48:13.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.06226299982518 +Info 356 [10:48:13.819] Format host information updated +Info 357 [10:48:13.851] Format host information updated +Info 358 [10:48:13.852] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 359 [10:48:13.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 5.7103320001624525ms +Info 360 [10:48:13.857] Different program with same set of files +Info 361 [10:48:13.974] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 362 [10:48:13.982] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 7.655379999894649ms +Info 363 [10:48:13.982] Different program with same set of files +Info 364 [10:48:13.982] getCompletionData: Get current token: 0.0047439998015761375 +Info 365 [10:48:13.982] getCompletionData: Is inside comment: 0.016183999832719564 +Info 366 [10:48:13.982] getCompletionData: Get previous token: 0.011893999762833118 +Info 367 [10:48:13.982] getCompletionsAtPosition: isCompletionListBlocker: 0.015554000157862902 +Info 368 [10:48:13.983] getExportInfoMap: cache hit +Info 369 [10:48:13.999] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 370 [10:48:13.999] collectAutoImports: response is complete +Info 371 [10:48:13.999] collectAutoImports: 16.01129800034687 +Info 372 [10:48:13.999] getCompletionData: Semantic work: 16.88509099977091 +Info 373 [10:48:14.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.608996999915689 +Info 374 [10:48:14.011] Format host information updated +Info 375 [10:48:14.171] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 376 [10:48:14.193] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 21.74862900003791ms +Info 377 [10:48:14.193] Different program with same set of files +Info 378 [10:48:14.193] getCompletionData: Get current token: 0.018416999839246273 +Info 379 [10:48:14.194] getCompletionData: Is inside comment: 0.04953399999067187 +Info 380 [10:48:14.194] getCompletionData: Get previous token: 0.03589699976146221 +Info 381 [10:48:14.194] getCompletionsAtPosition: isCompletionListBlocker: 0.039834000170230865 +Info 382 [10:48:14.200] getExportInfoMap: cache hit +Info 383 [10:48:14.219] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 384 [10:48:14.219] collectAutoImports: response is complete +Info 385 [10:48:14.219] collectAutoImports: 18.82551999995485 +Info 386 [10:48:14.219] getCompletionData: Semantic work: 25.568784999661148 +Info 387 [10:48:14.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.341775000095367 +Info 388 [10:48:14.233] Format host information updated +Info 389 [10:48:14.271] Format host information updated +Info 390 [10:48:14.271] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 391 [10:48:14.278] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.4013479999266565ms +Info 392 [10:48:14.278] Different program with same set of files +Info 393 [10:48:14.383] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 394 [10:48:14.389] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 5.871105999685824ms +Info 395 [10:48:14.389] Different program with same set of files +Info 396 [10:48:14.389] getCompletionData: Get current token: 0.003341999836266041 +Info 397 [10:48:14.389] getCompletionData: Is inside comment: 0.012288999743759632 +Info 398 [10:48:14.389] getCompletionData: Get previous token: 0.009409999940544367 +Info 399 [10:48:14.389] getCompletionsAtPosition: isCompletionListBlocker: 0.005191999953240156 +Info 400 [10:48:14.390] getExportInfoMap: cache hit +Info 401 [10:48:14.403] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 402 [10:48:14.403] collectAutoImports: response is complete +Info 403 [10:48:14.403] collectAutoImports: 13.210545000154525 +Info 404 [10:48:14.403] getCompletionData: Semantic work: 13.957849000114948 +Info 405 [10:48:14.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.7887099999934435 +Info 406 [10:48:14.415] Format host information updated +Info 407 [10:48:14.443] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 408 [10:48:14.449] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.193377000279725ms +Info 409 [10:48:14.449] Different program with same set of files +Info 410 [10:48:14.449] getCompletionData: Get current token: 0.0031910003162920475 +Info 411 [10:48:14.449] getCompletionData: Is inside comment: 0.010600999929010868 +Info 412 [10:48:14.449] getCompletionData: Get previous token: 0.008523999713361263 +Info 413 [10:48:14.449] getCompletionsAtPosition: isCompletionListBlocker: 0.010491999797523022 +Info 414 [10:48:14.450] getExportInfoMap: cache hit +Info 415 [10:48:14.462] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 162 from cache +Info 416 [10:48:14.462] collectAutoImports: response is complete +Info 417 [10:48:14.462] collectAutoImports: 12.89630200015381 +Info 418 [10:48:14.462] getCompletionData: Semantic work: 13.419009999837726 +Info 419 [10:48:14.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.199479999952018 +Info 420 [10:48:14.473] Format host information updated +Info 421 [10:48:16.118] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 422 [10:48:16.118] Ignoring files that are not *.json +Info 423 [10:48:16.118] Elapsed:: 0.10360800009220839ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 424 [10:50:05.687] Search path: /home/orion/src/purescript-puppeteer/src +Info 425 [10:50:05.687] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 426 [10:50:05.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 427 [10:50:05.711] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: true structureIsReused:: Not Elapsed: 23.621935000177473ms +Info 428 [10:50:05.711] Project '/dev/null/inferredProject1*' (Inferred) +Info 429 [10:50:05.711] Files (126) + +Info 430 [10:50:05.711] ----------------------------------------------- +Info 431 [10:50:05.711] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 432 [10:50:05.711] Files (179) + +Info 433 [10:50:05.711] ----------------------------------------------- +Info 434 [10:50:05.712] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 434 [10:50:05.712] Files (65) + +Info 434 [10:50:05.712] ----------------------------------------------- +Info 434 [10:50:05.712] Project '/dev/null/inferredProject1*' (Inferred) +Info 434 [10:50:05.712] Files (126) + +Info 434 [10:50:05.712] ----------------------------------------------- +Info 434 [10:50:05.712] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 434 [10:50:05.712] Files (179) + +Info 434 [10:50:05.712] ----------------------------------------------- +Info 434 [10:50:05.712] Open files: +Info 434 [10:50:05.712] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 434 [10:50:05.712] Projects: /dev/null/inferredProject1* +Info 434 [10:50:05.712] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 434 [10:50:05.712] Projects: /dev/null/inferredProject1* +Info 434 [10:50:10.808] Format host information updated +Info 435 [10:50:10.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 436 [10:50:10.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 15.542085999622941ms +Info 437 [10:50:10.824] Different program with same set of files +Info 438 [10:50:11.092] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 439 [10:50:11.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 20.63711899984628ms +Info 440 [10:50:11.112] Different program with same set of files +Info 441 [10:50:11.113] getCompletionData: Get current token: 0.010393000207841396 +Info 442 [10:50:11.113] getCompletionData: Is inside comment: 0.017186999786645174 +Info 443 [10:50:11.113] getCompletionData: Get previous token: 0.032223000191152096 +Info 444 [10:50:11.113] getCompletionsAtPosition: isCompletionListBlocker: 0.009397000074386597 +Info 445 [10:50:11.114] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.19134500017389655 ms +Info 446 [10:50:11.114] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 447 [10:50:11.115] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.3739260002039373ms +Info 448 [10:50:11.115] getExportInfoMap: cache miss or empty; calculating new results +Info 449 [10:50:11.140] forEachExternalModuleToImportFrom autoImportProvider: 13.812921999953687 +Info 450 [10:50:11.140] getExportInfoMap: done in 26.502849999815226 ms +Info 451 [10:50:11.149] collectAutoImports: resolved 4 module specifiers, plus 19 ambient and 7 from cache +Info 452 [10:50:11.149] collectAutoImports: response is complete +Info 453 [10:50:11.149] collectAutoImports: 8.525956000201404 +Info 454 [10:50:11.149] getCompletionData: Semantic work: 36.154184999875724 +Info 455 [10:50:11.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.991526999976486 +Info 456 [10:50:11.155] Format host information updated +Info 457 [10:50:11.164] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 458 [10:50:11.174] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 10.02118800021708ms +Info 459 [10:50:11.174] Different program with same set of files +Info 460 [10:50:11.174] getCompletionData: Get current token: 0.015658000018447638 +Info 461 [10:50:11.174] getCompletionData: Is inside comment: 0.018000999931246042 +Info 462 [10:50:11.174] getCompletionData: Get previous token: 0.034955000039190054 +Info 463 [10:50:11.174] getCompletionsAtPosition: isCompletionListBlocker: 0.019607999827712774 +Info 464 [10:50:11.175] getExportInfoMap: cache hit +Info 465 [10:50:11.181] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 9 from cache +Info 466 [10:50:11.181] collectAutoImports: response is complete +Info 467 [10:50:11.181] collectAutoImports: 6.032306999899447 +Info 468 [10:50:11.181] getCompletionData: Semantic work: 6.825246000196785 +Info 469 [10:50:11.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8199060000479221 +Info 470 [10:50:11.184] Format host information updated +Info 471 [10:50:11.313] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 472 [10:50:11.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 14.317598999943584ms +Info 473 [10:50:11.327] Different program with same set of files +Info 474 [10:50:11.328] getCompletionData: Get current token: 0.011498999781906605 +Info 475 [10:50:11.328] getCompletionData: Is inside comment: 0.022704999893903732 +Info 476 [10:50:11.328] getCompletionData: Get previous token: 0.042394999880343676 +Info 477 [10:50:11.328] getCompletionsAtPosition: isCompletionListBlocker: 0.009978999849408865 +Info 478 [10:50:11.329] getExportInfoMap: cache hit +Info 479 [10:50:11.331] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 1 from cache +Info 480 [10:50:11.331] collectAutoImports: response is complete +Info 481 [10:50:11.331] collectAutoImports: 2.038133999798447 +Info 482 [10:50:11.331] getCompletionData: Semantic work: 2.8970160000026226 +Info 483 [10:50:11.333] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9346170001663268 +Info 484 [10:50:11.334] Format host information updated +Info 485 [10:50:11.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 486 [10:50:11.412] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 10.44422599999234ms +Info 487 [10:50:11.412] Different program with same set of files +Info 488 [10:50:11.413] getCompletionData: Get current token: 0.009111999999731779 +Info 489 [10:50:11.413] getCompletionData: Is inside comment: 0.016417999751865864 +Info 490 [10:50:11.413] getCompletionData: Get previous token: 0.030356999952346087 +Info 491 [10:50:11.413] getCompletionsAtPosition: isCompletionListBlocker: 0.008406000211834908 +Info 492 [10:50:11.414] getExportInfoMap: cache hit +Info 493 [10:50:11.415] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 494 [10:50:11.415] collectAutoImports: response is complete +Info 495 [10:50:11.415] collectAutoImports: 1.5838939999230206 +Info 496 [10:50:11.415] getCompletionData: Semantic work: 2.470497999805957 +Info 497 [10:50:11.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3231610003858805 +Info 498 [10:50:11.418] Format host information updated +Info 499 [10:50:11.521] Format host information updated +Info 500 [10:50:11.522] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 501 [10:50:11.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 10.7951579997316ms +Info 502 [10:50:11.532] Different program with same set of files +Info 503 [10:50:11.752] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 504 [10:50:11.761] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 8.910765000153333ms +Info 505 [10:50:11.761] Different program with same set of files +Info 506 [10:50:11.761] getCompletionData: Get current token: 0.012271999847143888 +Info 507 [10:50:11.761] getCompletionData: Is inside comment: 0.01891199965029955 +Info 508 [10:50:11.761] getCompletionData: Get previous token: 0.016547999810427427 +Info 509 [10:50:11.761] getCompletionsAtPosition: isCompletionListBlocker: 0.002221999689936638 +Info 510 [10:50:11.762] getCompletionData: Semantic work: 0.8636980000883341 +Info 511 [10:50:11.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4134329999797046 +Info 512 [10:50:11.763] Format host information updated +Info 513 [10:50:12.684] Format host information updated +Info 514 [10:50:12.684] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 515 [10:50:12.693] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 8.743288999889046ms +Info 516 [10:50:12.693] Different program with same set of files +Info 517 [10:50:15.004] getCompletionData: Get current token: 0.007681000046432018 +Info 518 [10:50:15.004] getCompletionData: Is inside comment: 0.012649999931454659 +Info 519 [10:50:15.004] getCompletionData: Get previous token: 0.01579499989748001 +Info 520 [10:50:15.004] getCompletionsAtPosition: isCompletionListBlocker: 0.002785000018775463 +Info 521 [10:50:15.004] Returning an empty list because completion was requested in an invalid position. +Info 522 [10:50:15.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 523 [10:50:15.301] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 11.415519999805838ms +Info 524 [10:50:15.301] Different program with same set of files +Info 525 [10:50:15.301] getCompletionData: Get current token: 0.005425000097602606 +Info 526 [10:50:15.301] getCompletionData: Is inside comment: 0.011686000041663647 +Info 527 [10:50:15.301] getCompletionData: Get previous token: 0.044911999721080065 +Info 528 [10:50:15.301] getCompletionsAtPosition: isCompletionListBlocker: 0.00254799984395504 +Info 529 [10:50:15.301] Returning an empty list because completion was requested in an invalid position. +Info 530 [10:50:15.302] Format host information updated +Info 531 [10:50:15.512] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 532 [10:50:15.520] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 7.43583199987188ms +Info 533 [10:50:15.520] Different program with same set of files +Info 534 [10:50:15.520] getCompletionData: Get current token: 0.00594500033184886 +Info 535 [10:50:15.520] getCompletionData: Is inside comment: 0.012159999925643206 +Info 536 [10:50:15.520] getCompletionData: Get previous token: 0.015766000375151634 +Info 537 [10:50:15.520] getCompletionsAtPosition: isCompletionListBlocker: 0.0023369998671114445 +Info 538 [10:50:15.520] Returning an empty list because completion was requested in an invalid position. +Info 539 [10:50:15.520] Format host information updated +Info 540 [10:50:15.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 541 [10:50:15.639] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 10.24255200009793ms +Info 542 [10:50:15.639] Different program with same set of files +Info 543 [10:50:15.640] getCompletionData: Get current token: 0.005251999944448471 +Info 544 [10:50:15.640] getCompletionData: Is inside comment: 0.010802000295370817 +Info 545 [10:50:15.640] getCompletionData: Get previous token: 0.014190000016242266 +Info 546 [10:50:15.640] getCompletionsAtPosition: isCompletionListBlocker: 0.07409500004723668 +Info 547 [10:50:15.640] Returning an empty list because completion was requested in an invalid position. +Info 548 [10:50:15.640] Format host information updated +Info 549 [10:50:15.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 550 [10:50:15.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 11.433439999818802ms +Info 551 [10:50:15.703] Different program with same set of files +Info 552 [10:50:15.703] getCompletionData: Get current token: 0.009801999665796757 +Info 553 [10:50:15.703] getCompletionData: Is inside comment: 0.02063699997961521 +Info 554 [10:50:15.703] getCompletionData: Get previous token: 0.02722000004723668 +Info 555 [10:50:15.703] getCompletionsAtPosition: isCompletionListBlocker: 0.0095210000872612 +Info 556 [10:50:15.703] Returning an empty list because completion was requested in an invalid position. +Info 557 [10:50:15.704] Format host information updated +Info 558 [10:50:15.828] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 559 [10:50:15.846] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 17.044720000121742ms +Info 560 [10:50:15.846] Different program with same set of files +Info 561 [10:50:15.846] getCompletionData: Get current token: 0.00828599976375699 +Info 562 [10:50:15.846] getCompletionData: Is inside comment: 0.01703099999576807 +Info 563 [10:50:15.846] getCompletionData: Get previous token: 0.05984100000932813 +Info 564 [10:50:15.846] getCompletionsAtPosition: isCompletionListBlocker: 0.002586000133305788 +Info 565 [10:50:15.846] Returning an empty list because completion was requested in an invalid position. +Info 566 [10:50:15.846] Format host information updated +Info 567 [10:50:15.942] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 568 [10:50:15.969] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 26.144404000137ms +Info 569 [10:50:15.969] Different program with same set of files +Info 570 [10:50:15.969] getCompletionData: Get current token: 0.014911999925971031 +Info 571 [10:50:15.969] getCompletionData: Is inside comment: 0.030250000301748514 +Info 572 [10:50:15.969] getCompletionData: Get previous token: 0.03665299993008375 +Info 573 [10:50:15.969] getCompletionsAtPosition: isCompletionListBlocker: 0.003976000007241964 +Info 574 [10:50:15.969] Returning an empty list because completion was requested in an invalid position. +Info 575 [10:50:15.970] Format host information updated +Info 576 [10:50:19.896] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 577 [10:50:19.904] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 7.143017000053078ms +Info 578 [10:50:19.904] Different program with same set of files +Info 579 [10:50:19.904] getCompletionData: Get current token: 0.007468000054359436 +Info 580 [10:50:19.904] getCompletionData: Is inside comment: 0.01907300017774105 +Info 581 [10:50:19.904] getCompletionData: Get previous token: 0.012490999884903431 +Info 582 [10:50:19.904] getCompletionsAtPosition: isCompletionListBlocker: 0.006240000016987324 +Info 583 [10:50:19.905] getExportInfoMap: cache hit +Info 584 [10:50:19.925] collectAutoImports: resolved 7 module specifiers, plus 175 ambient and 219 from cache +Info 585 [10:50:19.925] collectAutoImports: response is complete +Info 586 [10:50:19.925] collectAutoImports: 19.98389399982989 +Info 587 [10:50:19.925] getCompletionData: Semantic work: 20.657122999895364 +Info 588 [10:50:19.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.129865999799222 +Info 589 [10:50:19.934] Format host information updated +Info 590 [10:50:20.340] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 591 [10:50:20.348] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 7.2194699998945ms +Info 592 [10:50:20.348] Different program with same set of files +Info 593 [10:50:20.348] getCompletionData: Get current token: 0.0064119999296963215 +Info 594 [10:50:20.348] getCompletionData: Is inside comment: 0.022206999827176332 +Info 595 [10:50:20.348] getCompletionData: Get previous token: 0.012748999986797571 +Info 596 [10:50:20.348] getCompletionsAtPosition: isCompletionListBlocker: 0.00648899981752038 +Info 597 [10:50:20.348] getCompletionData: Semantic work: 0.07957499986514449 +Info 598 [10:50:20.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11725600017234683 +Info 599 [10:50:20.349] Format host information updated +Info 600 [10:50:20.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 601 [10:50:20.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 9.571933999657631ms +Info 602 [10:50:20.740] Different program with same set of files +Info 603 [10:50:20.740] getCompletionData: Get current token: 0.007359999697655439 +Info 604 [10:50:20.740] getCompletionData: Is inside comment: 0.01802799990400672 +Info 605 [10:50:20.740] getCompletionData: Get previous token: 0.020806999877095222 +Info 606 [10:50:20.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0025579999200999737 +Info 607 [10:50:20.741] getCompletionData: Semantic work: 0.016768000088632107 +Info 608 [10:50:20.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08329600002616644 +Info 609 [10:50:20.741] Format host information updated +Info 610 [10:50:20.793] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 611 [10:50:20.803] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 10.695729000028223ms +Info 612 [10:50:20.803] Different program with same set of files +Info 613 [10:50:20.804] getCompletionData: Get current token: 0.013914000242948532 +Info 614 [10:50:20.804] getCompletionData: Is inside comment: 0.034764000214636326 +Info 615 [10:50:20.804] getCompletionData: Get previous token: 0.04125100001692772 +Info 616 [10:50:20.804] getCompletionsAtPosition: isCompletionListBlocker: 0.003993999678641558 +Info 617 [10:50:20.804] getCompletionData: Semantic work: 0.10275600012391806 +Info 618 [10:50:20.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.138221999630332 +Info 619 [10:50:20.805] Format host information updated +Info 620 [10:50:20.990] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 621 [10:50:20.999] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 9.053859999869019ms +Info 622 [10:50:20.999] Different program with same set of files +Info 623 [10:50:20.999] getCompletionData: Get current token: 0.007734999991953373 +Info 624 [10:50:20.999] getCompletionData: Is inside comment: 0.018615999724715948 +Info 625 [10:50:20.999] getCompletionData: Get previous token: 0.021619999781250954 +Info 626 [10:50:20.999] getCompletionsAtPosition: isCompletionListBlocker: 0.0025299997068941593 +Info 627 [10:50:20.999] getCompletionData: Semantic work: 0.02138000028207898 +Info 628 [10:50:20.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0859889998100698 +Info 629 [10:50:21.000] Format host information updated +Info 630 [10:50:21.076] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 631 [10:50:21.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 29.29185500042513ms +Info 632 [10:50:21.105] Different program with same set of files +Info 633 [10:50:21.106] getCompletionData: Get current token: 0.08295599976554513 +Info 634 [10:50:21.106] getCompletionData: Is inside comment: 0.09287500008940697 +Info 635 [10:50:21.107] getCompletionData: Get previous token: 0.10694000031799078 +Info 636 [10:50:21.107] getCompletionsAtPosition: isCompletionListBlocker: 0.010636999737471342 +Info 637 [10:50:21.107] getCompletionData: Semantic work: 0.06967599969357252 +Info 638 [10:50:21.107] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2655170001089573 +Info 639 [10:50:21.108] Format host information updated +Info 640 [10:50:21.154] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 641 [10:50:21.163] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 9.450344000011683ms +Info 642 [10:50:21.163] Different program with same set of files +Info 643 [10:50:21.163] getCompletionData: Get current token: 0.008886000141501427 +Info 644 [10:50:21.163] getCompletionData: Is inside comment: 0.018967000301927328 +Info 645 [10:50:21.164] getCompletionData: Get previous token: 0.02213800000026822 +Info 646 [10:50:21.164] getCompletionsAtPosition: isCompletionListBlocker: 0.0030169999226927757 +Info 647 [10:50:21.164] getCompletionData: Semantic work: 0.016669999808073044 +Info 648 [10:50:21.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08981500007212162 +Info 649 [10:50:21.164] Format host information updated +Info 650 [10:50:21.405] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 651 [10:50:21.412] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 7.124493999872357ms +Info 652 [10:50:21.412] Different program with same set of files +Info 653 [10:50:21.412] getCompletionData: Get current token: 0.007015999872237444 +Info 654 [10:50:21.412] getCompletionData: Is inside comment: 0.016546000260859728 +Info 655 [10:50:21.412] getCompletionData: Get previous token: 0.018306999932974577 +Info 656 [10:50:21.412] getCompletionsAtPosition: isCompletionListBlocker: 0.002701999619603157 +Info 657 [10:50:21.412] getCompletionData: Semantic work: 0.012792999856173992 +Info 658 [10:50:21.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07477799989283085 +Info 659 [10:50:21.413] Format host information updated +Info 660 [10:50:21.489] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 661 [10:50:21.518] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 28.431026000063866ms +Info 662 [10:50:21.518] Different program with same set of files +Info 663 [10:50:21.518] getCompletionData: Get current token: 0.015919999685138464 +Info 664 [10:50:21.518] getCompletionData: Is inside comment: 0.03623099997639656 +Info 665 [10:50:21.518] getCompletionData: Get previous token: 0.040680000092834234 +Info 666 [10:50:21.518] getCompletionsAtPosition: isCompletionListBlocker: 0.004519000183790922 +Info 667 [10:50:21.518] getCompletionData: Semantic work: 0.07312400033697486 +Info 668 [10:50:21.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24967700010165572 +Info 669 [10:50:21.520] Format host information updated +Info 670 [10:50:22.280] Format host information updated +Info 671 [10:50:22.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 672 [10:50:22.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 6.839246000163257ms +Info 673 [10:50:22.287] Different program with same set of files +Info 674 [10:50:25.005] getCompletionData: Get current token: 0.00600399961695075 +Info 675 [10:50:25.005] getCompletionData: Is inside comment: 0.017891000024974346 +Info 676 [10:50:25.005] getCompletionData: Get previous token: 0.04258200014010072 +Info 677 [10:50:25.005] getCompletionsAtPosition: isCompletionListBlocker: 0.012670999858528376 +Info 678 [10:50:25.006] getExportInfoMap: cache hit +Info 679 [10:50:25.022] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 680 [10:50:25.022] collectAutoImports: response is complete +Info 681 [10:50:25.022] collectAutoImports: 16.60758200008422 +Info 682 [10:50:25.022] getCompletionData: Semantic work: 17.2677580001764 +Info 683 [10:50:25.029] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.076253000181168 +Info 684 [10:50:25.252] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 685 [10:50:25.260] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 8.047672000247985ms +Info 686 [10:50:25.260] Different program with same set of files +Info 687 [10:50:25.260] getCompletionData: Get current token: 0.005950999911874533 +Info 688 [10:50:25.260] getCompletionData: Is inside comment: 0.015092000365257263 +Info 689 [10:50:25.260] getCompletionData: Get previous token: 0.009339999873191118 +Info 690 [10:50:25.260] getCompletionsAtPosition: isCompletionListBlocker: 0.0071000000461936 +Info 691 [10:50:25.261] getExportInfoMap: cache hit +Info 692 [10:50:25.273] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 693 [10:50:25.273] collectAutoImports: response is complete +Info 694 [10:50:25.273] collectAutoImports: 11.476205999962986 +Info 695 [10:50:25.273] getCompletionData: Semantic work: 12.20274499990046 +Info 696 [10:50:25.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.602536000311375 +Info 697 [10:50:25.281] Format host information updated +Info 698 [10:50:26.884] getCompletionData: Get current token: 0.00863200007006526 +Info 699 [10:50:26.884] getCompletionData: Is inside comment: 0.043391000013798475 +Info 700 [10:50:26.884] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 701 [10:50:27.074] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 702 [10:50:27.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 6.677432999946177ms +Info 703 [10:50:27.081] Different program with same set of files +Info 704 [10:50:27.081] getCompletionData: Get current token: 0.0065030003897845745 +Info 705 [10:50:27.081] getCompletionData: Is inside comment: 0.01559900026768446 +Info 706 [10:50:27.081] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 707 [10:50:27.083] Format host information updated +Info 708 [10:50:27.205] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 709 [10:50:27.212] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 6.941379999741912ms +Info 710 [10:50:27.212] Different program with same set of files +Info 711 [10:50:27.212] getCompletionData: Get current token: 0.007151000201702118 +Info 712 [10:50:27.212] getCompletionData: Is inside comment: 0.017266999930143356 +Info 713 [10:50:27.212] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 714 [10:50:27.212] Format host information updated +Info 715 [10:50:27.292] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 716 [10:50:27.299] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 6.865799999795854ms +Info 717 [10:50:27.299] Different program with same set of files +Info 718 [10:50:27.299] getCompletionData: Get current token: 0.00674799969419837 +Info 719 [10:50:27.299] getCompletionData: Is inside comment: 0.017299000173807144 +Info 720 [10:50:27.299] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 721 [10:50:27.299] Format host information updated +Info 722 [10:50:27.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 723 [10:50:27.436] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 6.571827000007033ms +Info 724 [10:50:27.436] Different program with same set of files +Info 725 [10:50:27.437] getCompletionData: Get current token: 0.00599699979647994 +Info 726 [10:50:27.437] getCompletionData: Is inside comment: 0.014737999998033047 +Info 727 [10:50:27.437] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 728 [10:50:27.437] Format host information updated +Info 729 [10:50:27.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 730 [10:50:27.792] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 7.129168999847025ms +Info 731 [10:50:27.792] Different program with same set of files +Info 732 [10:50:27.792] getCompletionData: Get current token: 0.006852000020444393 +Info 733 [10:50:27.792] getCompletionData: Is inside comment: 0.0170800001360476 +Info 734 [10:50:27.792] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 735 [10:50:27.795] Format host information updated +Info 736 [10:50:27.861] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 737 [10:50:27.889] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 27.309979000128806ms +Info 738 [10:50:27.889] Different program with same set of files +Info 739 [10:50:27.889] getCompletionData: Get current token: 0.021563999820500612 +Info 740 [10:50:27.889] getCompletionData: Is inside comment: 0.05278800008818507 +Info 741 [10:50:27.890] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 742 [10:50:27.890] Format host information updated +Info 743 [10:50:28.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 744 [10:50:28.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 10.425098000094295ms +Info 745 [10:50:28.808] Different program with same set of files +Info 746 [10:50:28.808] getCompletionData: Get current token: 0.014953000005334616 +Info 747 [10:50:28.808] getCompletionData: Is inside comment: 0.02640700014308095 +Info 748 [10:50:28.808] getCompletionData: Get previous token: 0.019027999602258205 +Info 749 [10:50:28.808] getCompletionsAtPosition: isCompletionListBlocker: 0.002820999827235937 +Info 750 [10:50:28.809] getExportInfoMap: cache hit +Info 751 [10:50:28.823] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 752 [10:50:28.823] collectAutoImports: response is complete +Info 753 [10:50:28.823] collectAutoImports: 13.6062179999426 +Info 754 [10:50:28.823] getCompletionData: Semantic work: 14.512416999787092 +Info 755 [10:50:28.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.509736999869347 +Info 756 [10:50:28.831] Format host information updated +Info 757 [10:50:28.867] Format host information updated +Info 758 [10:50:28.867] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 759 [10:50:28.875] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 8.145964000374079ms +Info 760 [10:50:28.875] Different program with same set of files +Info 761 [10:50:29.425] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 762 [10:50:29.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 6.784221000038087ms +Info 763 [10:50:29.432] Different program with same set of files +Info 764 [10:50:29.432] getCompletionData: Get current token: 0.00750399986281991 +Info 765 [10:50:29.432] getCompletionData: Is inside comment: 0.018434999976307154 +Info 766 [10:50:29.432] getCompletionData: Get previous token: 0.021195000037550926 +Info 767 [10:50:29.432] getCompletionsAtPosition: isCompletionListBlocker: 0.0025820001028478146 +Info 768 [10:50:29.433] getExportInfoMap: cache hit +Info 769 [10:50:29.434] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 770 [10:50:29.434] collectAutoImports: response is complete +Info 771 [10:50:29.434] collectAutoImports: 1.511487000156194 +Info 772 [10:50:29.434] getCompletionData: Semantic work: 2.124196999706328 +Info 773 [10:50:29.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9915180001407862 +Info 774 [10:50:29.439] Format host information updated +Info 775 [10:50:29.630] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 776 [10:50:29.637] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 6.632406999822706ms +Info 777 [10:50:29.637] Different program with same set of files +Info 778 [10:50:29.637] getCompletionData: Get current token: 0.006640000268816948 +Info 779 [10:50:29.637] getCompletionData: Is inside comment: 0.017177000176161528 +Info 780 [10:50:29.637] getCompletionData: Get previous token: 0.020540000405162573 +Info 781 [10:50:29.637] getCompletionsAtPosition: isCompletionListBlocker: 0.004747000057250261 +Info 782 [10:50:29.638] getExportInfoMap: cache hit +Info 783 [10:50:29.639] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 784 [10:50:29.639] collectAutoImports: response is complete +Info 785 [10:50:29.639] collectAutoImports: 1.3925540000200272 +Info 786 [10:50:29.639] getCompletionData: Semantic work: 1.9132079998962581 +Info 787 [10:50:29.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8108180002309382 +Info 788 [10:50:29.642] Format host information updated +Info 789 [10:50:29.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 790 [10:50:29.768] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 8.615724000148475ms +Info 791 [10:50:29.768] Different program with same set of files +Info 792 [10:50:29.768] getCompletionData: Get current token: 0.00738499965518713 +Info 793 [10:50:29.768] getCompletionData: Is inside comment: 0.01714499993249774 +Info 794 [10:50:29.768] getCompletionData: Get previous token: 0.02252200013026595 +Info 795 [10:50:29.768] getCompletionsAtPosition: isCompletionListBlocker: 0.004714000038802624 +Info 796 [10:50:29.769] getExportInfoMap: cache hit +Info 797 [10:50:29.770] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 798 [10:50:29.770] collectAutoImports: response is complete +Info 799 [10:50:29.770] collectAutoImports: 1.5189680000767112 +Info 800 [10:50:29.770] getCompletionData: Semantic work: 2.230755999684334 +Info 801 [10:50:29.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8795420001260936 +Info 802 [10:50:29.773] Format host information updated +Info 803 [10:50:29.951] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 804 [10:50:29.978] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 26.100719999987632ms +Info 805 [10:50:29.978] Different program with same set of files +Info 806 [10:50:29.978] getCompletionData: Get current token: 0.03247300023213029 +Info 807 [10:50:29.979] getCompletionData: Is inside comment: 0.07760400045663118 +Info 808 [10:50:29.979] getCompletionData: Get previous token: 0.09248299989849329 +Info 809 [10:50:29.979] getCompletionsAtPosition: isCompletionListBlocker: 0.008661999832838774 +Info 810 [10:50:29.981] getExportInfoMap: cache hit +Info 811 [10:50:29.985] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 812 [10:50:29.985] collectAutoImports: response is complete +Info 813 [10:50:29.985] collectAutoImports: 4.41258000023663 +Info 814 [10:50:29.985] getCompletionData: Semantic work: 6.43348400015384 +Info 815 [10:50:29.990] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.253384000156075 +Info 816 [10:50:29.995] Format host information updated +Info 817 [10:50:30.225] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 818 [10:50:30.242] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 16.747789999935776ms +Info 819 [10:50:30.242] Different program with same set of files +Info 820 [10:50:30.243] getCompletionData: Get current token: 0.015906000044196844 +Info 821 [10:50:30.243] getCompletionData: Is inside comment: 0.042551999911665916 +Info 822 [10:50:30.243] getCompletionData: Get previous token: 0.05435300013050437 +Info 823 [10:50:30.243] getCompletionsAtPosition: isCompletionListBlocker: 0.0050570000894367695 +Info 824 [10:50:30.244] getExportInfoMap: cache hit +Info 825 [10:50:30.249] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 826 [10:50:30.249] collectAutoImports: response is complete +Info 827 [10:50:30.249] collectAutoImports: 4.885757000185549 +Info 828 [10:50:30.249] getCompletionData: Semantic work: 6.301756999921054 +Info 829 [10:50:30.254] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1114409998990595 +Info 830 [10:50:30.257] Format host information updated +Info 831 [10:50:30.361] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 832 [10:50:30.390] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 29.52581400005147ms +Info 833 [10:50:30.390] Different program with same set of files +Info 834 [10:50:30.391] getCompletionData: Get current token: 0.022476000245660543 +Info 835 [10:50:30.391] getCompletionData: Is inside comment: 0.056253000162541866 +Info 836 [10:50:30.391] getCompletionData: Get previous token: 0.0670370003208518 +Info 837 [10:50:30.391] getCompletionsAtPosition: isCompletionListBlocker: 0.00737700005993247 +Info 838 [10:50:30.393] getExportInfoMap: cache hit +Info 839 [10:50:30.397] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 840 [10:50:30.397] collectAutoImports: response is complete +Info 841 [10:50:30.397] collectAutoImports: 4.284874999895692 +Info 842 [10:50:30.397] getCompletionData: Semantic work: 5.77777999965474 +Info 843 [10:50:30.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.559690000023693 +Info 844 [10:50:30.406] Format host information updated +Info 845 [10:50:30.526] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 846 [10:50:30.554] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 28.183095999993384ms +Info 847 [10:50:30.554] Different program with same set of files +Info 848 [10:50:30.555] getCompletionData: Get current token: 0.024929999839514494 +Info 849 [10:50:30.555] getCompletionData: Is inside comment: 0.058612000197172165 +Info 850 [10:50:30.555] getCompletionData: Get previous token: 0.07183100003749132 +Info 851 [10:50:30.555] getCompletionsAtPosition: isCompletionListBlocker: 0.005557999946177006 +Info 852 [10:50:30.556] getExportInfoMap: cache hit +Info 853 [10:50:30.560] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 854 [10:50:30.560] collectAutoImports: response is complete +Info 855 [10:50:30.560] collectAutoImports: 3.530251999851316 +Info 856 [10:50:30.560] getCompletionData: Semantic work: 4.678527999669313 +Info 857 [10:50:30.564] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6616829996928573 +Info 858 [10:50:30.566] Format host information updated +Info 859 [10:50:30.747] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 860 [10:50:30.757] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 9.351561999879777ms +Info 861 [10:50:30.757] Different program with same set of files +Info 862 [10:50:30.757] getCompletionData: Get current token: 0.006725999992340803 +Info 863 [10:50:30.757] getCompletionData: Is inside comment: 0.014965999871492386 +Info 864 [10:50:30.757] getCompletionData: Get previous token: 0.019286999944597483 +Info 865 [10:50:30.757] getCompletionsAtPosition: isCompletionListBlocker: 0.002684000413864851 +Info 866 [10:50:30.757] getExportInfoMap: cache hit +Info 867 [10:50:30.759] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 868 [10:50:30.759] collectAutoImports: response is complete +Info 869 [10:50:30.759] collectAutoImports: 1.367925999686122 +Info 870 [10:50:30.759] getCompletionData: Semantic work: 1.8351079998537898 +Info 871 [10:50:30.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8084689998067915 +Info 872 [10:50:30.762] Format host information updated +Info 873 [10:50:30.809] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 874 [10:50:30.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 10.262940000277013ms +Info 875 [10:50:30.819] Different program with same set of files +Info 876 [10:50:30.820] getCompletionData: Get current token: 0.010898999869823456 +Info 877 [10:50:30.820] getCompletionData: Is inside comment: 0.027944999746978283 +Info 878 [10:50:30.820] getCompletionData: Get previous token: 0.03644099971279502 +Info 879 [10:50:30.820] getCompletionsAtPosition: isCompletionListBlocker: 0.0035660001449286938 +Info 880 [10:50:30.821] getExportInfoMap: cache hit +Info 881 [10:50:30.823] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 882 [10:50:30.823] collectAutoImports: response is complete +Info 883 [10:50:30.823] collectAutoImports: 2.2853650003671646 +Info 884 [10:50:30.823] getCompletionData: Semantic work: 3.012089000083506 +Info 885 [10:50:30.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.929731000214815 +Info 886 [10:50:30.829] Format host information updated +Info 887 [10:50:30.972] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 888 [10:50:30.980] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 8.303549999836832ms +Info 889 [10:50:30.980] Different program with same set of files +Info 890 [10:50:30.981] getCompletionData: Get current token: 0.008741000201553106 +Info 891 [10:50:30.981] getCompletionData: Is inside comment: 0.02297000028192997 +Info 892 [10:50:30.981] getCompletionData: Get previous token: 0.02739700023084879 +Info 893 [10:50:30.981] getCompletionsAtPosition: isCompletionListBlocker: 0.00317199993878603 +Info 894 [10:50:30.981] getExportInfoMap: cache hit +Info 895 [10:50:30.983] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 896 [10:50:30.983] collectAutoImports: response is complete +Info 897 [10:50:30.983] collectAutoImports: 1.8123909998685122 +Info 898 [10:50:30.983] getCompletionData: Semantic work: 2.4305650000460446 +Info 899 [10:50:30.985] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1340399999171495 +Info 900 [10:50:30.987] Format host information updated +Info 901 [10:50:31.034] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 902 [10:50:31.049] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 14.326177000068128ms +Info 903 [10:50:31.049] Different program with same set of files +Info 904 [10:50:31.049] getCompletionData: Get current token: 0.04267300013452768 +Info 905 [10:50:31.049] getCompletionData: Is inside comment: 0.046373999677598476 +Info 906 [10:50:31.049] getCompletionData: Get previous token: 0.03608899982646108 +Info 907 [10:50:31.049] getCompletionsAtPosition: isCompletionListBlocker: 0.004089999943971634 +Info 908 [10:50:31.050] getExportInfoMap: cache hit +Info 909 [10:50:31.053] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 910 [10:50:31.053] collectAutoImports: response is complete +Info 911 [10:50:31.053] collectAutoImports: 2.4657169999554753 +Info 912 [10:50:31.053] getCompletionData: Semantic work: 3.356639000121504 +Info 913 [10:50:31.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9372970000840724 +Info 914 [10:50:31.058] Format host information updated +Info 915 [10:50:31.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 916 [10:50:31.159] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 21.754913999699056ms +Info 917 [10:50:31.159] Different program with same set of files +Info 918 [10:50:31.160] getCompletionData: Get current token: 0.020847000181674957 +Info 919 [10:50:31.160] getCompletionData: Is inside comment: 0.050977999810129404 +Info 920 [10:50:31.160] getCompletionData: Get previous token: 0.0545740001834929 +Info 921 [10:50:31.160] getCompletionsAtPosition: isCompletionListBlocker: 0.008005999960005283 +Info 922 [10:50:31.161] getExportInfoMap: cache hit +Info 923 [10:50:31.165] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 924 [10:50:31.165] collectAutoImports: response is complete +Info 925 [10:50:31.165] collectAutoImports: 3.709961000364274 +Info 926 [10:50:31.165] getCompletionData: Semantic work: 4.912965999916196 +Info 927 [10:50:31.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5907480004243553 +Info 928 [10:50:31.170] Format host information updated +Info 929 [10:50:31.299] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 930 [10:50:31.306] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 6.796213999856263ms +Info 931 [10:50:31.306] Different program with same set of files +Info 932 [10:50:31.306] getCompletionData: Get current token: 0.006964999716728926 +Info 933 [10:50:31.306] getCompletionData: Is inside comment: 0.017122999764978886 +Info 934 [10:50:31.306] getCompletionData: Get previous token: 0.018324000295251608 +Info 935 [10:50:31.306] getCompletionsAtPosition: isCompletionListBlocker: 0.002836999949067831 +Info 936 [10:50:31.307] getExportInfoMap: cache hit +Info 937 [10:50:31.309] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 938 [10:50:31.309] collectAutoImports: response is complete +Info 939 [10:50:31.309] collectAutoImports: 1.658570000436157 +Info 940 [10:50:31.309] getCompletionData: Semantic work: 2.192268999759108 +Info 941 [10:50:31.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9388120002113283 +Info 942 [10:50:31.312] Format host information updated +Info 943 [10:50:31.549] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 944 [10:50:31.556] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 6.886856000404805ms +Info 945 [10:50:31.556] Different program with same set of files +Info 946 [10:50:31.556] getCompletionData: Get current token: 0.006666000001132488 +Info 947 [10:50:31.557] getCompletionData: Is inside comment: 0.016561999917030334 +Info 948 [10:50:31.557] getCompletionData: Get previous token: 0.01742799999192357 +Info 949 [10:50:31.557] getCompletionsAtPosition: isCompletionListBlocker: 0.0027429996989667416 +Info 950 [10:50:31.559] getExportInfoMap: cache hit +Info 951 [10:50:31.560] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 952 [10:50:31.560] collectAutoImports: response is complete +Info 953 [10:50:31.560] collectAutoImports: 1.548287000041455 +Info 954 [10:50:31.560] getCompletionData: Semantic work: 3.8462479999288917 +Info 955 [10:50:31.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8821729999035597 +Info 956 [10:50:31.563] Format host information updated +Info 957 [10:50:31.622] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 958 [10:50:31.637] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 15.409711999818683ms +Info 959 [10:50:31.637] Different program with same set of files +Info 960 [10:50:31.638] getCompletionData: Get current token: 0.012318999972194433 +Info 961 [10:50:31.638] getCompletionData: Is inside comment: 0.03789899963885546 +Info 962 [10:50:31.638] getCompletionData: Get previous token: 0.041329000145196915 +Info 963 [10:50:31.638] getCompletionsAtPosition: isCompletionListBlocker: 0.005946999881416559 +Info 964 [10:50:31.639] getExportInfoMap: cache hit +Info 965 [10:50:31.643] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 966 [10:50:31.643] collectAutoImports: response is complete +Info 967 [10:50:31.643] collectAutoImports: 3.7053699996322393 +Info 968 [10:50:31.643] getCompletionData: Semantic work: 4.927252999972552 +Info 969 [10:50:31.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.457172999624163 +Info 970 [10:50:31.650] Format host information updated +Info 971 [10:50:31.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 972 [10:50:31.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 8.95776699995622ms +Info 973 [10:50:31.703] Different program with same set of files +Info 974 [10:50:31.703] getCompletionData: Get current token: 0.00545400008559227 +Info 975 [10:50:31.703] getCompletionData: Is inside comment: 0.015325000043958426 +Info 976 [10:50:31.703] getCompletionData: Get previous token: 0.04187500011175871 +Info 977 [10:50:31.703] getCompletionsAtPosition: isCompletionListBlocker: 0.002714000176638365 +Info 978 [10:50:31.704] getExportInfoMap: cache hit +Info 979 [10:50:31.705] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 980 [10:50:31.705] collectAutoImports: response is complete +Info 981 [10:50:31.705] collectAutoImports: 1.6955050001852214 +Info 982 [10:50:31.705] getCompletionData: Semantic work: 2.265990999992937 +Info 983 [10:50:31.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9617530000396073 +Info 984 [10:50:31.708] Format host information updated +Info 985 [10:50:31.837] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 986 [10:50:31.844] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 6.821732999756932ms +Info 987 [10:50:31.844] Different program with same set of files +Info 988 [10:50:31.844] getCompletionData: Get current token: 0.004998999647796154 +Info 989 [10:50:31.844] getCompletionData: Is inside comment: 0.014612999744713306 +Info 990 [10:50:31.844] getCompletionData: Get previous token: 0.015830000396817923 +Info 991 [10:50:31.844] getCompletionsAtPosition: isCompletionListBlocker: 0.0029000001959502697 +Info 992 [10:50:31.845] getExportInfoMap: cache hit +Info 993 [10:50:31.846] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 994 [10:50:31.846] collectAutoImports: response is complete +Info 995 [10:50:31.846] collectAutoImports: 1.6390380002558231 +Info 996 [10:50:31.846] getCompletionData: Semantic work: 2.1370520000346005 +Info 997 [10:50:31.848] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9550919998437166 +Info 998 [10:50:31.851] Format host information updated +Info 999 [10:50:32.000] Format host information updated +Info 1000 [10:50:32.001] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1001 [10:50:32.031] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 29.489135999698192ms +Info 1002 [10:50:32.031] Different program with same set of files +Info 1003 [10:50:32.661] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1004 [10:50:32.668] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 6.802109000273049ms +Info 1005 [10:50:32.668] Different program with same set of files +Info 1006 [10:50:32.668] getCompletionData: Get current token: 0.007116999942809343 +Info 1007 [10:50:32.668] getCompletionData: Is inside comment: 0.024056999944150448 +Info 1008 [10:50:32.668] getCompletionData: Get previous token: 0.015459999907761812 +Info 1009 [10:50:32.668] getCompletionsAtPosition: isCompletionListBlocker: 0.009196999948471785 +Info 1010 [10:50:32.668] getCompletionData: Semantic work: 0.016789000015705824 +Info 1011 [10:50:32.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13541899994015694 +Info 1012 [10:50:32.671] Format host information updated +Info 1013 [10:50:32.867] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1014 [10:50:32.873] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 6.31355099985376ms +Info 1015 [10:50:32.873] Different program with same set of files +Info 1016 [10:50:32.873] getCompletionData: Get current token: 0.0026790001429617405 +Info 1017 [10:50:32.873] getCompletionData: Is inside comment: 0.012760000303387642 +Info 1018 [10:50:32.873] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1019 [10:50:32.873] Format host information updated +Info 1020 [10:50:32.975] Format host information updated +Info 1021 [10:50:32.975] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1022 [10:50:32.982] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 7.073633000254631ms +Info 1023 [10:50:32.982] Different program with same set of files +Info 1024 [10:50:33.208] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1025 [10:50:33.214] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 6.4225329998880625ms +Info 1026 [10:50:33.214] Different program with same set of files +Info 1027 [10:50:33.215] getCompletionData: Get current token: 0.002615999896079302 +Info 1028 [10:50:33.215] getCompletionData: Is inside comment: 0.01295899972319603 +Info 1029 [10:50:33.215] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1030 [10:50:33.215] Format host information updated +Info 1031 [10:50:33.374] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1032 [10:50:33.383] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 8.171575000043958ms +Info 1033 [10:50:33.383] Different program with same set of files +Info 1034 [10:50:33.383] getCompletionData: Get current token: 0.002599999774247408 +Info 1035 [10:50:33.383] getCompletionData: Is inside comment: 0.013416999951004982 +Info 1036 [10:50:33.383] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1037 [10:50:33.385] Format host information updated +Info 1038 [10:50:33.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1039 [10:50:33.682] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 7.407135999761522ms +Info 1040 [10:50:33.682] Different program with same set of files +Info 1041 [10:50:33.682] getCompletionData: Get current token: 0.004008000250905752 +Info 1042 [10:50:33.682] getCompletionData: Is inside comment: 0.019669999834150076 +Info 1043 [10:50:33.682] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1044 [10:50:33.682] Format host information updated +Info 1045 [10:50:33.789] Format host information updated +Info 1046 [10:50:33.789] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1047 [10:50:33.797] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 8.268436999991536ms +Info 1048 [10:50:33.797] Different program with same set of files +Info 1049 [10:50:33.980] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1050 [10:50:33.987] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 6.670578999910504ms +Info 1051 [10:50:33.987] Different program with same set of files +Info 1052 [10:50:33.987] getCompletionData: Get current token: 0.0026110000908374786 +Info 1053 [10:50:33.987] getCompletionData: Is inside comment: 0.015033000148832798 +Info 1054 [10:50:33.987] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1055 [10:50:33.988] Format host information updated +Info 1056 [10:50:34.051] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1057 [10:50:34.058] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 6.632234999909997ms +Info 1058 [10:50:34.058] Different program with same set of files +Info 1059 [10:50:34.058] getCompletionData: Get current token: 0.0027530002407729626 +Info 1060 [10:50:34.058] getCompletionData: Is inside comment: 0.014727999921888113 +Info 1061 [10:50:34.058] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1062 [10:50:34.060] Format host information updated +Info 1063 [10:50:34.179] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1064 [10:50:34.186] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.8390199998393655ms +Info 1065 [10:50:34.186] Different program with same set of files +Info 1066 [10:50:34.186] getCompletionData: Get current token: 0.0031739999540150166 +Info 1067 [10:50:34.186] getCompletionData: Is inside comment: 0.016152000054717064 +Info 1068 [10:50:34.186] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1069 [10:50:34.186] Format host information updated +Info 1070 [10:50:34.245] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1071 [10:50:34.261] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 15.687724999617785ms +Info 1072 [10:50:34.261] Different program with same set of files +Info 1073 [10:50:34.261] getCompletionData: Get current token: 0.006874999962747097 +Info 1074 [10:50:34.262] getCompletionData: Is inside comment: 0.03713100031018257 +Info 1075 [10:50:34.262] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1076 [10:50:34.267] Format host information updated +Info 1077 [10:50:34.338] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1078 [10:50:34.345] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 6.799536000005901ms +Info 1079 [10:50:34.345] Different program with same set of files +Info 1080 [10:50:34.345] getCompletionData: Get current token: 0.0027649998664855957 +Info 1081 [10:50:34.345] getCompletionData: Is inside comment: 0.015181000344455242 +Info 1082 [10:50:34.345] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1083 [10:50:34.345] Format host information updated +Info 1084 [10:50:34.452] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1085 [10:50:34.458] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 6.366929000243545ms +Info 1086 [10:50:34.458] Different program with same set of files +Info 1087 [10:50:34.458] getCompletionData: Get current token: 0.002801000140607357 +Info 1088 [10:50:34.458] getCompletionData: Is inside comment: 0.013351000379770994 +Info 1089 [10:50:34.458] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1090 [10:50:34.461] Format host information updated +Info 1091 [10:50:34.603] Format host information updated +Info 1092 [10:50:34.604] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1093 [10:50:34.611] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 7.844605999998748ms +Info 1094 [10:50:34.612] Different program with same set of files +Info 1095 [10:50:38.878] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1096 [10:50:38.884] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 6.594202999956906ms +Info 1097 [10:50:38.884] Different program with same set of files +Info 1098 [10:50:38.885] getCompletionData: Get current token: 0.006364000029861927 +Info 1099 [10:50:38.885] getCompletionData: Is inside comment: 0.016131999902427197 +Info 1100 [10:50:38.885] getCompletionData: Get previous token: 0.009457999840378761 +Info 1101 [10:50:38.885] getCompletionsAtPosition: isCompletionListBlocker: 0.004608999937772751 +Info 1102 [10:50:38.887] getExportInfoMap: cache hit +Info 1103 [10:50:38.903] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 1104 [10:50:38.903] collectAutoImports: response is complete +Info 1105 [10:50:38.903] collectAutoImports: 15.513366000261158 +Info 1106 [10:50:38.903] getCompletionData: Semantic work: 18.289311999920756 +Info 1107 [10:50:38.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.345098999794573 +Info 1108 [10:50:38.910] Format host information updated +Info 1109 [10:50:39.322] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1110 [10:50:39.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 7.855325000360608ms +Info 1111 [10:50:39.330] Different program with same set of files +Info 1112 [10:50:39.330] getCompletionData: Get current token: 0.004195000045001507 +Info 1113 [10:50:39.330] getCompletionData: Is inside comment: 0.032319999765604734 +Info 1114 [10:50:39.330] getCompletionData: Get previous token: 0.03752500005066395 +Info 1115 [10:50:39.330] getCompletionsAtPosition: isCompletionListBlocker: 0.005266000051051378 +Info 1116 [10:50:39.331] getExportInfoMap: cache hit +Info 1117 [10:50:39.334] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1118 [10:50:39.334] collectAutoImports: response is complete +Info 1119 [10:50:39.334] collectAutoImports: 2.5344740003347397 +Info 1120 [10:50:39.334] getCompletionData: Semantic work: 3.4430120000615716 +Info 1121 [10:50:39.337] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.318592000287026 +Info 1122 [10:50:39.339] Format host information updated +Info 1123 [10:50:39.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1124 [10:50:39.436] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 18.061699999962002ms +Info 1125 [10:50:39.436] Different program with same set of files +Info 1126 [10:50:39.436] getCompletionData: Get current token: 0.028621000237762928 +Info 1127 [10:50:39.436] getCompletionData: Is inside comment: 0.027940000407397747 +Info 1128 [10:50:39.436] getCompletionData: Get previous token: 0.03250999981537461 +Info 1129 [10:50:39.436] getCompletionsAtPosition: isCompletionListBlocker: 0.005690999794751406 +Info 1130 [10:50:39.437] getExportInfoMap: cache hit +Info 1131 [10:50:39.439] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1132 [10:50:39.439] collectAutoImports: response is complete +Info 1133 [10:50:39.439] collectAutoImports: 2.0375689999200404 +Info 1134 [10:50:39.439] getCompletionData: Semantic work: 2.766677999868989 +Info 1135 [10:50:39.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1953320000320673 +Info 1136 [10:50:39.445] Format host information updated +Info 1137 [10:50:39.656] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1138 [10:50:39.663] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 7.174713000189513ms +Info 1139 [10:50:39.663] Different program with same set of files +Info 1140 [10:50:39.663] getCompletionData: Get current token: 0.005638000089675188 +Info 1141 [10:50:39.663] getCompletionData: Is inside comment: 0.017652000300586224 +Info 1142 [10:50:39.663] getCompletionData: Get previous token: 0.011516000144183636 +Info 1143 [10:50:39.663] getCompletionsAtPosition: isCompletionListBlocker: 0.0023810002021491528 +Info 1144 [10:50:39.664] getExportInfoMap: cache hit +Info 1145 [10:50:39.678] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 1146 [10:50:39.679] collectAutoImports: response is complete +Info 1147 [10:50:39.679] collectAutoImports: 14.78377000009641 +Info 1148 [10:50:39.679] getCompletionData: Semantic work: 15.33911900036037 +Info 1149 [10:50:39.682] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.771004999987781 +Info 1150 [10:50:39.687] Format host information updated +Info 1151 [10:50:39.780] Format host information updated +Info 1152 [10:50:39.781] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1153 [10:50:39.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 31.30050599994138ms +Info 1154 [10:50:39.813] Different program with same set of files +Info 1155 [10:50:40.159] getCompletionData: Get current token: 0.00409299973398447 +Info 1156 [10:50:40.159] getCompletionData: Is inside comment: 0.01708699995651841 +Info 1157 [10:50:40.159] getCompletionData: Get previous token: 0.021000000182539225 +Info 1158 [10:50:40.159] getCompletionsAtPosition: isCompletionListBlocker: 0.0027390001341700554 +Info 1159 [10:50:40.160] getExportInfoMap: cache hit +Info 1160 [10:50:40.161] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1161 [10:50:40.161] collectAutoImports: response is complete +Info 1162 [10:50:40.161] collectAutoImports: 1.4832020001485944 +Info 1163 [10:50:40.161] getCompletionData: Semantic work: 2.1011450001969934 +Info 1164 [10:50:40.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8388399998657405 +Info 1165 [10:50:40.393] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1166 [10:50:40.402] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 8.637668000068516ms +Info 1167 [10:50:40.402] Different program with same set of files +Info 1168 [10:50:40.402] getCompletionData: Get current token: 0.004985000006854534 +Info 1169 [10:50:40.402] getCompletionData: Is inside comment: 0.019789000041782856 +Info 1170 [10:50:40.402] getCompletionData: Get previous token: 0.013028999790549278 +Info 1171 [10:50:40.402] getCompletionsAtPosition: isCompletionListBlocker: 0.007712999824434519 +Info 1172 [10:50:40.402] getExportInfoMap: cache hit +Info 1173 [10:50:40.414] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 1174 [10:50:40.414] collectAutoImports: response is complete +Info 1175 [10:50:40.414] collectAutoImports: 11.899687000084668 +Info 1176 [10:50:40.414] getCompletionData: Semantic work: 12.401533999945968 +Info 1177 [10:50:40.419] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.498241999652237 +Info 1178 [10:50:40.423] Format host information updated +Info 1179 [10:50:48.710] Search path: /home/orion/src/purescript-puppeteer/src +Info 1180 [10:50:48.710] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1181 [10:50:48.710] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1182 [10:50:48.722] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: true structureIsReused:: Not Elapsed: 11.209019999951124ms +Info 1183 [10:50:48.722] Project '/dev/null/inferredProject1*' (Inferred) +Info 1184 [10:50:48.722] Files (127) + +Info 1185 [10:50:48.722] ----------------------------------------------- +Info 1186 [10:50:48.722] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1187 [10:50:48.722] Files (179) + +Info 1188 [10:50:48.722] ----------------------------------------------- +Info 1189 [10:50:48.722] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1189 [10:50:48.722] Files (65) + +Info 1189 [10:50:48.722] ----------------------------------------------- +Info 1189 [10:50:48.722] Project '/dev/null/inferredProject1*' (Inferred) +Info 1189 [10:50:48.722] Files (127) + +Info 1189 [10:50:48.722] ----------------------------------------------- +Info 1189 [10:50:48.722] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1189 [10:50:48.722] Files (179) + +Info 1189 [10:50:48.722] ----------------------------------------------- +Info 1189 [10:50:48.722] Open files: +Info 1189 [10:50:48.722] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1189 [10:50:48.722] Projects: /dev/null/inferredProject1* +Info 1189 [10:50:48.722] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1189 [10:50:48.722] Projects: /dev/null/inferredProject1* +Info 1189 [10:50:48.722] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1189 [10:50:48.722] Projects: /dev/null/inferredProject1* +Info 1189 [10:50:48.965] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1190 [10:50:48.966] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Not Elapsed: 0.7211939999833703ms +Info 1191 [10:50:48.998] Format host information updated +Info 1192 [10:50:50.586] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1193 [10:50:50.586] Ignoring files that are not *.json +Info 1194 [10:50:50.586] Elapsed:: 0.17478099977597594ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1195 [10:50:50.586] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1196 [10:50:50.587] Elapsed:: 0.4546850002370775ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1197 [10:50:51.263] Before ensureProjectForOpenFiles: +Info 1198 [10:50:51.263] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1198 [10:50:51.263] Files (65) + +Info 1198 [10:50:51.263] ----------------------------------------------- +Info 1198 [10:50:51.263] Project '/dev/null/inferredProject1*' (Inferred) +Info 1198 [10:50:51.263] Files (127) + +Info 1198 [10:50:51.263] ----------------------------------------------- +Info 1198 [10:50:51.263] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1198 [10:50:51.263] Files (179) + +Info 1198 [10:50:51.263] ----------------------------------------------- +Info 1198 [10:50:51.263] Open files: +Info 1198 [10:50:51.263] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1198 [10:50:51.264] Projects: /dev/null/inferredProject1* +Info 1198 [10:50:51.264] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1198 [10:50:51.264] Projects: /dev/null/inferredProject1* +Info 1198 [10:50:51.264] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1198 [10:50:51.264] Projects: /dev/null/inferredProject1* +Info 1198 [10:50:51.264] After ensureProjectForOpenFiles: +Info 1199 [10:50:51.264] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1199 [10:50:51.264] Files (65) + +Info 1199 [10:50:51.264] ----------------------------------------------- +Info 1199 [10:50:51.264] Project '/dev/null/inferredProject1*' (Inferred) +Info 1199 [10:50:51.264] Files (127) + +Info 1199 [10:50:51.264] ----------------------------------------------- +Info 1199 [10:50:51.264] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1199 [10:50:51.264] Files (179) + +Info 1199 [10:50:51.264] ----------------------------------------------- +Info 1199 [10:50:51.264] Open files: +Info 1199 [10:50:51.264] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1199 [10:50:51.264] Projects: /dev/null/inferredProject1* +Info 1199 [10:50:51.264] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1199 [10:50:51.264] Projects: /dev/null/inferredProject1* +Info 1199 [10:50:51.264] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1199 [10:50:51.264] Projects: /dev/null/inferredProject1* +Info 1199 [10:50:51.265] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js +Info 1200 [10:50:54.898] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1200 [10:50:54.898] Files (65) + +Info 1200 [10:50:54.898] ----------------------------------------------- +Info 1200 [10:50:54.898] Project '/dev/null/inferredProject1*' (Inferred) +Info 1200 [10:50:54.898] Files (127) + +Info 1200 [10:50:54.898] ----------------------------------------------- +Info 1200 [10:50:54.898] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1200 [10:50:54.898] Files (179) + +Info 1200 [10:50:54.898] ----------------------------------------------- +Info 1200 [10:50:54.898] Open files: +Info 1200 [10:50:54.899] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1200 [10:50:54.899] Projects: /dev/null/inferredProject1* +Info 1200 [10:50:54.899] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1200 [10:50:54.899] Projects: /dev/null/inferredProject1* +Info 1200 [10:50:58.287] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 500 undefined WatchType: Closed Script info +Info 1201 [10:50:58.288] Elapsed:: 0.5651340000331402ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 500 undefined WatchType: Closed Script info +Info 1202 [10:50:58.288] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 2:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 500 undefined WatchType: Closed Script info +Info 1203 [10:50:58.289] Elapsed:: 0.6263649999164045ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 2:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 500 undefined WatchType: Closed Script info +Info 1204 [10:50:59.289] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1205 [10:50:59.289] Ignoring files that are not *.json +Info 1206 [10:50:59.289] Elapsed:: 0.04686400014907122ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1207 [10:50:59.289] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1208 [10:50:59.290] Elapsed:: 0.5998190003447235ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1209 [10:51:11.665] Search path: /home/orion/src/purescript-puppeteer/ffi +Info 1210 [10:51:11.665] For info: /home/orion/src/purescript-puppeteer/ffi/shared.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1211 [10:51:11.666] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1212 [10:51:11.683] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: true structureIsReused:: Not Elapsed: 17.689586999826133ms +Info 1213 [10:51:11.683] Project '/dev/null/inferredProject1*' (Inferred) +Info 1214 [10:51:11.683] Files (127) + +Info 1215 [10:51:11.683] ----------------------------------------------- +Info 1216 [10:51:11.683] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1217 [10:51:11.683] Files (179) + +Info 1218 [10:51:11.683] ----------------------------------------------- +Info 1219 [10:51:11.684] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1219 [10:51:11.684] Files (65) + +Info 1219 [10:51:11.684] ----------------------------------------------- +Info 1219 [10:51:11.684] Project '/dev/null/inferredProject1*' (Inferred) +Info 1219 [10:51:11.684] Files (127) + +Info 1219 [10:51:11.684] ----------------------------------------------- +Info 1219 [10:51:11.684] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1219 [10:51:11.684] Files (179) + +Info 1219 [10:51:11.684] ----------------------------------------------- +Info 1219 [10:51:11.684] Open files: +Info 1219 [10:51:11.684] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1219 [10:51:11.684] Projects: /dev/null/inferredProject1* +Info 1219 [10:51:11.684] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1219 [10:51:11.684] Projects: /dev/null/inferredProject1* +Info 1219 [10:51:11.684] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1219 [10:51:11.684] Projects: /dev/null/inferredProject1* +Info 1219 [10:51:11.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1220 [10:51:11.878] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Not Elapsed: 0.3944020001217723ms +Info 1221 [10:51:11.909] Format host information updated +Info 1222 [10:51:13.519] Format host information updated +Info 1223 [10:51:13.519] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1224 [10:51:13.530] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 10.835326000116765ms +Info 1225 [10:51:13.530] Different program with same set of files +Info 1226 [10:51:14.183] Format host information updated +Info 1227 [10:51:14.183] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1228 [10:51:14.190] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 7.181754000019282ms +Info 1229 [10:51:14.190] Different program with same set of files +Info 1230 [10:51:14.190] Before ensureProjectForOpenFiles: +Info 1231 [10:51:14.191] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1231 [10:51:14.191] Files (65) + +Info 1231 [10:51:14.191] ----------------------------------------------- +Info 1231 [10:51:14.191] Project '/dev/null/inferredProject1*' (Inferred) +Info 1231 [10:51:14.191] Files (127) + +Info 1231 [10:51:14.191] ----------------------------------------------- +Info 1231 [10:51:14.191] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1231 [10:51:14.191] Files (179) + +Info 1231 [10:51:14.191] ----------------------------------------------- +Info 1231 [10:51:14.191] Open files: +Info 1231 [10:51:14.191] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1231 [10:51:14.191] Projects: /dev/null/inferredProject1* +Info 1231 [10:51:14.191] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1231 [10:51:14.191] Projects: /dev/null/inferredProject1* +Info 1231 [10:51:14.191] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1231 [10:51:14.191] Projects: /dev/null/inferredProject1* +Info 1231 [10:51:14.191] After ensureProjectForOpenFiles: +Info 1232 [10:51:14.191] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1232 [10:51:14.191] Files (65) + +Info 1232 [10:51:14.191] ----------------------------------------------- +Info 1232 [10:51:14.191] Project '/dev/null/inferredProject1*' (Inferred) +Info 1232 [10:51:14.191] Files (127) + +Info 1232 [10:51:14.191] ----------------------------------------------- +Info 1232 [10:51:14.191] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1232 [10:51:14.191] Files (179) + +Info 1232 [10:51:14.191] ----------------------------------------------- +Info 1232 [10:51:14.191] Open files: +Info 1232 [10:51:14.191] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1232 [10:51:14.191] Projects: /dev/null/inferredProject1* +Info 1232 [10:51:14.191] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1232 [10:51:14.191] Projects: /dev/null/inferredProject1* +Info 1232 [10:51:14.191] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1232 [10:51:14.191] Projects: /dev/null/inferredProject1* +Info 1232 [10:51:14.191] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/ffi/shared.js +Info 1233 [10:51:14.646] Format host information updated +Info 1234 [10:51:14.647] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1235 [10:51:14.654] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 7.447364999912679ms +Info 1236 [10:51:14.654] Different program with same set of files +Info 1237 [10:51:16.005] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/ffi/shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/ffi 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1238 [10:51:16.005] Ignoring files that are not *.json +Info 1239 [10:51:16.005] Elapsed:: 0.01331799989566207ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/ffi/shared.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/ffi 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1240 [10:51:16.274] Format host information updated +Info 1241 [10:51:16.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1242 [10:51:16.282] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 7.160678999964148ms +Info 1243 [10:51:16.282] Different program with same set of files +Info 1244 [10:51:19.678] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1245 [10:51:19.687] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 9.065644999966025ms +Info 1246 [10:51:19.687] Different program with same set of files +Info 1247 [10:51:19.688] getCompletionData: Get current token: 0.0024469997733831406 +Info 1248 [10:51:19.688] getCompletionData: Is inside comment: 0.035735999699682 +Info 1249 [10:51:19.688] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1250 [10:51:19.688] Format host information updated +Info 1251 [10:51:19.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1252 [10:51:19.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 10.621452999766916ms +Info 1253 [10:51:19.826] Different program with same set of files +Info 1254 [10:51:19.826] getCompletionData: Get current token: 0.0025430000387132168 +Info 1255 [10:51:19.826] getCompletionData: Is inside comment: 0.0402819998562336 +Info 1256 [10:51:19.826] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1257 [10:51:19.827] Format host information updated +Info 1258 [10:51:20.376] Format host information updated +Info 1259 [10:51:20.376] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1260 [10:51:20.384] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 7.896081000100821ms +Info 1261 [10:51:20.384] Different program with same set of files +Info 1262 [10:51:21.692] Format host information updated +Info 1263 [10:51:21.692] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1264 [10:51:21.699] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 7.114655999932438ms +Info 1265 [10:51:21.699] Different program with same set of files +Info 1266 [10:51:21.938] Format host information updated +Info 1267 [10:51:21.938] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1268 [10:51:21.944] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 6.303091000299901ms +Info 1269 [10:51:21.944] Different program with same set of files +Info 1270 [10:51:22.500] Format host information updated +Info 1271 [10:51:22.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1272 [10:51:22.508] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 8.438709999900311ms +Info 1273 [10:51:22.508] Different program with same set of files +Info 1274 [10:51:23.530] Format host information updated +Info 1275 [10:51:23.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1276 [10:51:23.539] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 8.319548000115901ms +Info 1277 [10:51:23.539] Different program with same set of files +Info 1278 [10:51:24.465] Format host information updated +Info 1279 [10:51:24.465] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1280 [10:51:24.472] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 7.5039360001683235ms +Info 1281 [10:51:24.472] Different program with same set of files +Info 1282 [10:51:24.625] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1283 [10:51:24.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 5.879466999787837ms +Info 1284 [10:51:24.630] Different program with same set of files +Info 1285 [10:51:24.631] getCompletionData: Get current token: 0.0019499999471008778 +Info 1286 [10:51:24.631] getCompletionData: Is inside comment: 0.0014709997922182083 +Info 1287 [10:51:24.631] getCompletionData: Get previous token: 0.01092000026255846 +Info 1288 [10:51:24.631] getCompletionsAtPosition: isCompletionListBlocker: 0.0012339996173977852 +Info 1289 [10:51:24.631] Returning an empty list because completion was requested in an invalid position. +Info 1290 [10:51:24.631] Format host information updated +Info 1291 [10:51:24.768] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1292 [10:51:24.774] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 6.077591000124812ms +Info 1293 [10:51:24.774] Different program with same set of files +Info 1294 [10:51:24.775] getCompletionData: Get current token: 0.0015690000727772713 +Info 1295 [10:51:24.775] getCompletionData: Is inside comment: 0.0013229995965957642 +Info 1296 [10:51:24.775] getCompletionData: Get previous token: 0.008988999761641026 +Info 1297 [10:51:24.775] getCompletionsAtPosition: isCompletionListBlocker: 0.0011800001375377178 +Info 1298 [10:51:24.775] Returning an empty list because completion was requested in an invalid position. +Info 1299 [10:51:24.775] Format host information updated +Info 1300 [10:51:24.867] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1301 [10:51:24.877] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 9.320800000336021ms +Info 1302 [10:51:24.877] Different program with same set of files +Info 1303 [10:51:24.877] getCompletionData: Get current token: 0.001428999938070774 +Info 1304 [10:51:24.877] getCompletionData: Is inside comment: 0.0012560002505779266 +Info 1305 [10:51:24.877] getCompletionData: Get previous token: 0.009021000005304813 +Info 1306 [10:51:24.877] getCompletionsAtPosition: isCompletionListBlocker: 0.0013159997761249542 +Info 1307 [10:51:24.877] Returning an empty list because completion was requested in an invalid position. +Info 1308 [10:51:24.877] Format host information updated +Info 1309 [10:51:25.090] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1310 [10:51:25.095] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 5.626166999805719ms +Info 1311 [10:51:25.095] Different program with same set of files +Info 1312 [10:51:25.096] getCompletionData: Get current token: 0.00150600029155612 +Info 1313 [10:51:25.096] getCompletionData: Is inside comment: 0.0013740002177655697 +Info 1314 [10:51:25.096] getCompletionData: Get previous token: 0.00926200021058321 +Info 1315 [10:51:25.096] getCompletionsAtPosition: isCompletionListBlocker: 0.00124700041487813 +Info 1316 [10:51:25.096] Returning an empty list because completion was requested in an invalid position. +Info 1317 [10:51:25.096] Format host information updated +Info 1318 [10:51:25.467] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1319 [10:51:25.475] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 8.324450000189245ms +Info 1320 [10:51:25.475] Different program with same set of files +Info 1321 [10:51:25.475] getCompletionData: Get current token: 0.001931999810039997 +Info 1322 [10:51:25.475] getCompletionData: Is inside comment: 0.0012419996783137321 +Info 1323 [10:51:25.475] getCompletionData: Get previous token: 0.010464999824762344 +Info 1324 [10:51:25.475] getCompletionsAtPosition: isCompletionListBlocker: 0.001257999800145626 +Info 1325 [10:51:25.475] Returning an empty list because completion was requested in an invalid position. +Info 1326 [10:51:25.476] Format host information updated +Info 1327 [10:51:25.695] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1328 [10:51:25.702] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 6.650320000015199ms +Info 1329 [10:51:25.702] Different program with same set of files +Info 1330 [10:51:25.702] getCompletionData: Get current token: 0.00203000009059906 +Info 1331 [10:51:25.702] getCompletionData: Is inside comment: 0.001193000003695488 +Info 1332 [10:51:25.702] getCompletionData: Get previous token: 0.009728999808430672 +Info 1333 [10:51:25.702] getCompletionsAtPosition: isCompletionListBlocker: 0.001183999702334404 +Info 1334 [10:51:25.702] Returning an empty list because completion was requested in an invalid position. +Info 1335 [10:51:25.702] Format host information updated +Info 1336 [10:51:25.814] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1337 [10:51:25.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 5.870732000097632ms +Info 1338 [10:51:25.820] Different program with same set of files +Info 1339 [10:51:25.820] getCompletionData: Get current token: 0.0017679999582469463 +Info 1340 [10:51:25.820] getCompletionData: Is inside comment: 0.0012980001047253609 +Info 1341 [10:51:25.820] getCompletionData: Get previous token: 0.010821999981999397 +Info 1342 [10:51:25.820] getCompletionsAtPosition: isCompletionListBlocker: 0.0014349999837577343 +Info 1343 [10:51:25.820] Returning an empty list because completion was requested in an invalid position. +Info 1344 [10:51:25.822] Format host information updated +Info 1345 [10:51:25.921] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1346 [10:51:25.927] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 5.8091879999265075ms +Info 1347 [10:51:25.927] Different program with same set of files +Info 1348 [10:51:25.927] getCompletionData: Get current token: 0.0018770000897347927 +Info 1349 [10:51:25.927] getCompletionData: Is inside comment: 0.0012980001047253609 +Info 1350 [10:51:25.927] getCompletionData: Get previous token: 0.010780999902635813 +Info 1351 [10:51:25.927] getCompletionsAtPosition: isCompletionListBlocker: 0.001394000370055437 +Info 1352 [10:51:25.927] Returning an empty list because completion was requested in an invalid position. +Info 1353 [10:51:25.927] Format host information updated +Info 1354 [10:51:26.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1355 [10:51:26.522] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 5.617415999993682ms +Info 1356 [10:51:26.522] Different program with same set of files +Info 1357 [10:51:26.522] getCompletionData: Get current token: 0.0016039996407926083 +Info 1358 [10:51:26.522] getCompletionData: Is inside comment: 0.0013049999251961708 +Info 1359 [10:51:26.522] getCompletionData: Get previous token: 0.009318999946117401 +Info 1360 [10:51:26.522] getCompletionsAtPosition: isCompletionListBlocker: 0.0014039999805390835 +Info 1361 [10:51:26.522] Returning an empty list because completion was requested in an invalid position. +Info 1362 [10:51:26.524] Format host information updated +Info 1363 [10:51:26.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1364 [10:51:26.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 6.040362999774516ms +Info 1365 [10:51:26.630] Different program with same set of files +Info 1366 [10:51:26.630] getCompletionData: Get current token: 0.0019770003855228424 +Info 1367 [10:51:26.630] getCompletionData: Is inside comment: 0.001446000300347805 +Info 1368 [10:51:26.630] getCompletionData: Get previous token: 0.011762000154703856 +Info 1369 [10:51:26.630] getCompletionsAtPosition: isCompletionListBlocker: 0.0014760000631213188 +Info 1370 [10:51:26.630] Returning an empty list because completion was requested in an invalid position. +Info 1371 [10:51:26.630] Format host information updated +Info 1372 [10:51:26.733] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1373 [10:51:26.739] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 5.76609000004828ms +Info 1374 [10:51:26.739] Different program with same set of files +Info 1375 [10:51:26.739] getCompletionData: Get current token: 0.0017200000584125519 +Info 1376 [10:51:26.739] getCompletionData: Is inside comment: 0.0013609998859465122 +Info 1377 [10:51:26.739] getCompletionData: Get previous token: 0.011427999939769506 +Info 1378 [10:51:26.739] getCompletionsAtPosition: isCompletionListBlocker: 0.0014549996703863144 +Info 1379 [10:51:26.739] Returning an empty list because completion was requested in an invalid position. +Info 1380 [10:51:26.739] Format host information updated +Info 1381 [10:51:26.833] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1382 [10:51:26.841] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 7.643345000222325ms +Info 1383 [10:51:26.841] Different program with same set of files +Info 1384 [10:51:26.841] getCompletionData: Get current token: 0.001600000075995922 +Info 1385 [10:51:26.841] getCompletionData: Is inside comment: 0.0010759998112916946 +Info 1386 [10:51:26.841] getCompletionData: Get previous token: 0.030876999720931053 +Info 1387 [10:51:26.841] getCompletionsAtPosition: isCompletionListBlocker: 0.001244999933987856 +Info 1388 [10:51:26.841] Returning an empty list because completion was requested in an invalid position. +Info 1389 [10:51:26.841] Format host information updated +Info 1390 [10:51:26.917] Format host information updated +Info 1391 [10:51:26.918] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1392 [10:51:26.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 5.457664999645203ms +Info 1393 [10:51:26.923] Different program with same set of files +Info 1394 [10:51:35.441] Format host information updated +Info 1395 [10:51:35.441] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1396 [10:51:35.449] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 8.380632000043988ms +Info 1397 [10:51:35.449] Different program with same set of files +Info 1398 [10:51:35.800] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1399 [10:51:35.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 7.943585999775678ms +Info 1400 [10:51:35.808] Different program with same set of files +Info 1401 [10:51:35.808] getCompletionData: Get current token: 0.0035239998251199722 +Info 1402 [10:51:35.808] getCompletionData: Is inside comment: 0.012173000257462263 +Info 1403 [10:51:35.808] getCompletionData: Get previous token: 0.011061999946832657 +Info 1404 [10:51:35.808] getCompletionsAtPosition: isCompletionListBlocker: 0.018926000222563744 +Info 1405 [10:51:35.809] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.24032899970188737 ms +Info 1406 [10:51:35.810] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 1407 [10:51:35.810] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 4 structureChanged: false structureIsReused:: Not Elapsed: 0.19821299985051155ms +Info 1408 [10:51:35.810] getExportInfoMap: cache miss or empty; calculating new results +Info 1409 [10:51:35.831] forEachExternalModuleToImportFrom autoImportProvider: 10.192301000002772 +Info 1410 [10:51:35.831] getExportInfoMap: done in 21.74621899984777 ms +Info 1411 [10:51:35.835] collectAutoImports: resolved 1 module specifiers, plus 46 ambient and 7 from cache +Info 1412 [10:51:35.835] collectAutoImports: response is complete +Info 1413 [10:51:35.835] collectAutoImports: 4.248346999753267 +Info 1414 [10:51:35.835] getCompletionData: Semantic work: 26.75779699999839 +Info 1415 [10:51:35.837] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6308590001426637 +Info 1416 [10:51:35.840] Format host information updated +Info 1417 [10:51:35.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1418 [10:51:35.880] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 7.706583000253886ms +Info 1419 [10:51:35.880] Different program with same set of files +Info 1420 [10:51:35.880] getCompletionData: Get current token: 0.002877000253647566 +Info 1421 [10:51:35.880] getCompletionData: Is inside comment: 0.010352999903261662 +Info 1422 [10:51:35.880] getCompletionData: Get previous token: 0.04695599991828203 +Info 1423 [10:51:35.880] getCompletionsAtPosition: isCompletionListBlocker: 0.05117900017648935 +Info 1424 [10:51:35.881] getExportInfoMap: cache hit +Info 1425 [10:51:35.883] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 0 from cache +Info 1426 [10:51:35.883] collectAutoImports: response is complete +Info 1427 [10:51:35.883] collectAutoImports: 1.9125419999472797 +Info 1428 [10:51:35.883] getCompletionData: Semantic work: 2.4225259996019304 +Info 1429 [10:51:35.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1500379997305572 +Info 1430 [10:51:35.885] Format host information updated +Info 1431 [10:51:36.068] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1432 [10:51:36.078] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 9.627448000013828ms +Info 1433 [10:51:36.078] Different program with same set of files +Info 1434 [10:51:36.078] getCompletionData: Get current token: 0.004147000145167112 +Info 1435 [10:51:36.078] getCompletionData: Is inside comment: 0.012073999736458063 +Info 1436 [10:51:36.078] getCompletionData: Get previous token: 0.012854000087827444 +Info 1437 [10:51:36.078] getCompletionsAtPosition: isCompletionListBlocker: 0.008174999617040157 +Info 1438 [10:51:36.079] getExportInfoMap: cache hit +Info 1439 [10:51:36.081] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1440 [10:51:36.081] collectAutoImports: response is complete +Info 1441 [10:51:36.081] collectAutoImports: 1.9389010001905262 +Info 1442 [10:51:36.081] getCompletionData: Semantic work: 2.593552999664098 +Info 1443 [10:51:36.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3448270000517368 +Info 1444 [10:51:36.083] Format host information updated +Info 1445 [10:51:36.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1446 [10:51:36.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 27.324970999732614ms +Info 1447 [10:51:36.250] Different program with same set of files +Info 1448 [10:51:36.250] getCompletionData: Get current token: 0.013189000077545643 +Info 1449 [10:51:36.250] getCompletionData: Is inside comment: 0.03887500008568168 +Info 1450 [10:51:36.250] getCompletionData: Get previous token: 0.024551999755203724 +Info 1451 [10:51:36.250] getCompletionsAtPosition: isCompletionListBlocker: 0.01845099963247776 +Info 1452 [10:51:36.252] getExportInfoMap: cache hit +Info 1453 [10:51:36.276] collectAutoImports: resolved 3 module specifiers, plus 219 ambient and 160 from cache +Info 1454 [10:51:36.276] collectAutoImports: response is complete +Info 1455 [10:51:36.276] collectAutoImports: 24.08479900006205 +Info 1456 [10:51:36.276] getCompletionData: Semantic work: 25.74425100022927 +Info 1457 [10:51:36.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2480830000713468 +Info 1458 [10:51:36.282] Format host information updated +Info 1459 [10:51:36.307] Format host information updated +Info 1460 [10:51:36.308] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1461 [10:51:36.314] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 6.9324320000596344ms +Info 1462 [10:51:36.314] Different program with same set of files +Info 1463 [10:51:36.468] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1464 [10:51:36.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 8.785918999928981ms +Info 1465 [10:51:36.477] Different program with same set of files +Info 1466 [10:51:36.477] getCompletionData: Get current token: 0.004396999720484018 +Info 1467 [10:51:36.478] getCompletionData: Is inside comment: 0.012383999768644571 +Info 1468 [10:51:36.478] getCompletionData: Get previous token: 0.009359000250697136 +Info 1469 [10:51:36.478] getExportInfoMap: cache hit +Info 1470 [10:51:36.491] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 337 from cache +Info 1471 [10:51:36.491] collectAutoImports: response is complete +Info 1472 [10:51:36.491] collectAutoImports: 13.396304999943823 +Info 1473 [10:51:36.491] getCompletionData: Semantic work: 13.507820999715477 +Info 1474 [10:51:36.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.736914000008255 +Info 1475 [10:51:36.505] Format host information updated +Info 1476 [10:51:36.548] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1477 [10:51:36.555] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 6.891338999848813ms +Info 1478 [10:51:36.555] Different program with same set of files +Info 1479 [10:51:36.555] getCompletionData: Get current token: 0.003258999902755022 +Info 1480 [10:51:36.555] getCompletionData: Is inside comment: 0.01179700018838048 +Info 1481 [10:51:36.555] getCompletionData: Get previous token: 0.005163000430911779 +Info 1482 [10:51:36.555] Format host information updated +Info 1483 [10:51:36.879] getCompletionData: Get current token: 0.0023429999127984047 +Info 1484 [10:51:36.879] getCompletionData: Is inside comment: 0.001438000239431858 +Info 1485 [10:51:36.879] getCompletionData: Get previous token: 0.0076049999333918095 +Info 1486 [10:51:36.879] getExportInfoMap: cache hit +Info 1487 [10:51:36.896] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 337 from cache +Info 1488 [10:51:36.896] collectAutoImports: response is complete +Info 1489 [10:51:36.896] collectAutoImports: 16.628215999808162 +Info 1490 [10:51:36.896] getCompletionData: Semantic work: 16.732737000100315 +Info 1491 [10:51:36.901] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.961159000173211 +Info 1492 [10:51:37.112] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1493 [10:51:37.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 11.019895000383258ms +Info 1494 [10:51:37.123] Different program with same set of files +Info 1495 [10:51:37.123] getCompletionData: Get current token: 0.0033049997873604298 +Info 1496 [10:51:37.123] getCompletionData: Is inside comment: 0.001031000167131424 +Info 1497 [10:51:37.123] getCompletionData: Get previous token: 0.01659099990502 +Info 1498 [10:51:37.123] getExportInfoMap: cache hit +Info 1499 [10:51:37.128] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 28 from cache +Info 1500 [10:51:37.128] collectAutoImports: response is complete +Info 1501 [10:51:37.128] collectAutoImports: 4.244055999908596 +Info 1502 [10:51:37.128] getCompletionData: Semantic work: 4.373515999875963 +Info 1503 [10:51:37.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8925169999711215 +Info 1504 [10:51:37.130] Format host information updated +Info 1505 [10:51:37.267] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1506 [10:51:37.274] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 6.9013479999266565ms +Info 1507 [10:51:37.274] Different program with same set of files +Info 1508 [10:51:37.274] getCompletionData: Get current token: 0.003622000105679035 +Info 1509 [10:51:37.274] getCompletionData: Is inside comment: 0.0012779999524354935 +Info 1510 [10:51:37.274] getCompletionData: Get previous token: 0.015213000122457743 +Info 1511 [10:51:37.274] getExportInfoMap: cache hit +Info 1512 [10:51:37.277] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 18 from cache +Info 1513 [10:51:37.277] collectAutoImports: response is complete +Info 1514 [10:51:37.277] collectAutoImports: 3.141873000189662 +Info 1515 [10:51:37.277] getCompletionData: Semantic work: 3.2264529997482896 +Info 1516 [10:51:37.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3490069997496903 +Info 1517 [10:51:37.278] Format host information updated +Info 1518 [10:51:37.330] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1519 [10:51:37.341] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 10.725268000271171ms +Info 1520 [10:51:37.341] Different program with same set of files +Info 1521 [10:51:37.341] getCompletionData: Get current token: 0.006705999840050936 +Info 1522 [10:51:37.341] getCompletionData: Is inside comment: 0.002436999697238207 +Info 1523 [10:51:37.341] getCompletionData: Get previous token: 0.02645899960771203 +Info 1524 [10:51:37.341] getExportInfoMap: cache hit +Info 1525 [10:51:37.347] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1526 [10:51:37.347] collectAutoImports: response is complete +Info 1527 [10:51:37.347] collectAutoImports: 5.500891000032425 +Info 1528 [10:51:37.347] getCompletionData: Semantic work: 5.637982999905944 +Info 1529 [10:51:37.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22944500017911196 +Info 1530 [10:51:37.348] Format host information updated +Info 1531 [10:51:37.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1532 [10:51:37.425] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 7.102289000060409ms +Info 1533 [10:51:37.425] Different program with same set of files +Info 1534 [10:51:37.425] getCompletionData: Get current token: 0.0033740000799298286 +Info 1535 [10:51:37.425] getCompletionData: Is inside comment: 0.001236999873071909 +Info 1536 [10:51:37.425] getCompletionData: Get previous token: 0.01652799965813756 +Info 1537 [10:51:37.425] getExportInfoMap: cache hit +Info 1538 [10:51:37.427] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1539 [10:51:37.427] collectAutoImports: response is complete +Info 1540 [10:51:37.427] collectAutoImports: 2.163825999945402 +Info 1541 [10:51:37.427] getCompletionData: Semantic work: 2.2426990000531077 +Info 1542 [10:51:37.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07908699987456203 +Info 1543 [10:51:37.428] Format host information updated +Info 1544 [10:51:37.492] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1545 [10:51:37.504] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 11.820272000040859ms +Info 1546 [10:51:37.504] Different program with same set of files +Info 1547 [10:51:37.504] getCompletionData: Get current token: 0.006442000158131123 +Info 1548 [10:51:37.504] getCompletionData: Is inside comment: 0.002185000106692314 +Info 1549 [10:51:37.505] getCompletionData: Get previous token: 0.5795570001937449 +Info 1550 [10:51:37.505] getExportInfoMap: cache hit +Info 1551 [10:51:37.508] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1552 [10:51:37.508] collectAutoImports: response is complete +Info 1553 [10:51:37.508] collectAutoImports: 2.854065999854356 +Info 1554 [10:51:37.508] getCompletionData: Semantic work: 2.9938800004310906 +Info 1555 [10:51:37.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13088800013065338 +Info 1556 [10:51:37.509] Format host information updated +Info 1557 [10:51:37.636] Format host information updated +Info 1558 [10:51:37.636] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1559 [10:51:37.645] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 9.110885999631137ms +Info 1560 [10:51:37.645] Different program with same set of files +Info 1561 [10:51:38.063] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1562 [10:51:38.070] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 7.2226609997451305ms +Info 1563 [10:51:38.070] Different program with same set of files +Info 1564 [10:51:38.070] getCompletionData: Get current token: 0.0064119999296963215 +Info 1565 [10:51:38.070] getCompletionData: Is inside comment: 0.0016060001216828823 +Info 1566 [10:51:38.070] getCompletionData: Get previous token: 0.02740499982610345 +Info 1567 [10:51:38.070] getExportInfoMap: cache hit +Info 1568 [10:51:38.072] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1569 [10:51:38.072] collectAutoImports: response is complete +Info 1570 [10:51:38.072] collectAutoImports: 1.4571149996481836 +Info 1571 [10:51:38.072] getCompletionData: Semantic work: 1.5332790003158152 +Info 1572 [10:51:38.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06929000001400709 +Info 1573 [10:51:38.072] Format host information updated +Info 1574 [10:51:38.192] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1575 [10:51:38.199] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 7.431841000448912ms +Info 1576 [10:51:38.199] Different program with same set of files +Info 1577 [10:51:38.199] getCompletionData: Get current token: 0.004172000102698803 +Info 1578 [10:51:38.199] getCompletionData: Is inside comment: 0.0014940002001821995 +Info 1579 [10:51:38.199] getCompletionData: Get previous token: 0.01179799996316433 +Info 1580 [10:51:38.199] getExportInfoMap: cache hit +Info 1581 [10:51:38.217] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 337 from cache +Info 1582 [10:51:38.217] collectAutoImports: response is complete +Info 1583 [10:51:38.217] collectAutoImports: 17.308708999771625 +Info 1584 [10:51:38.217] getCompletionData: Semantic work: 17.43298799963668 +Info 1585 [10:51:38.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.466887000016868 +Info 1586 [10:51:38.228] Format host information updated +Info 1587 [10:51:38.250] Format host information updated +Info 1588 [10:51:38.251] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1589 [10:51:38.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 7.022611000109464ms +Info 1590 [10:51:38.258] Different program with same set of files +Info 1591 [10:51:38.458] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1592 [10:51:38.467] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 9.277094000019133ms +Info 1593 [10:51:38.467] Different program with same set of files +Info 1594 [10:51:38.467] getCompletionData: Get current token: 0.0031579998321831226 +Info 1595 [10:51:38.467] getCompletionData: Is inside comment: 0.0010910001583397388 +Info 1596 [10:51:38.467] getCompletionData: Get previous token: 0.013764999806880951 +Info 1597 [10:51:38.467] getCompletionsAtPosition: isCompletionListBlocker: 0.03996299998834729 +Info 1598 [10:51:38.468] Format host information updated +Info 1599 [10:51:38.644] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1600 [10:51:38.652] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 7.3593839998357ms +Info 1601 [10:51:38.652] Different program with same set of files +Info 1602 [10:51:38.652] getCompletionData: Get current token: 0.0041690003126859665 +Info 1603 [10:51:38.652] getCompletionData: Is inside comment: 0.0013319998979568481 +Info 1604 [10:51:38.652] getCompletionData: Get previous token: 0.03378699999302626 +Info 1605 [10:51:38.652] getCompletionsAtPosition: isCompletionListBlocker: 0.004062999971210957 +Info 1606 [10:51:38.652] Format host information updated +Info 1607 [10:51:38.715] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1608 [10:51:38.728] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 12.976073000114411ms +Info 1609 [10:51:38.728] Different program with same set of files +Info 1610 [10:51:38.728] getCompletionData: Get current token: 0.005817000288516283 +Info 1611 [10:51:38.728] getCompletionData: Is inside comment: 0.002209000289440155 +Info 1612 [10:51:38.728] getCompletionData: Get previous token: 0.021542000118643045 +Info 1613 [10:51:38.728] getCompletionsAtPosition: isCompletionListBlocker: 0.005147999618202448 +Info 1614 [10:51:38.729] Format host information updated +Info 1615 [10:51:38.853] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1616 [10:51:38.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 7.491309999953955ms +Info 1617 [10:51:38.861] Different program with same set of files +Info 1618 [10:51:38.861] getCompletionData: Get current token: 0.00415400043129921 +Info 1619 [10:51:38.861] getCompletionData: Is inside comment: 0.001509999856352806 +Info 1620 [10:51:38.861] getCompletionData: Get previous token: 0.016233000438660383 +Info 1621 [10:51:38.861] getCompletionsAtPosition: isCompletionListBlocker: 0.0035869996063411236 +Info 1622 [10:51:38.861] Format host information updated +Info 1623 [10:51:38.951] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1624 [10:51:38.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 9.41247700015083ms +Info 1625 [10:51:38.961] Different program with same set of files +Info 1626 [10:51:38.961] getCompletionData: Get current token: 0.0037890002131462097 +Info 1627 [10:51:38.961] getCompletionData: Is inside comment: 0.0016129999421536922 +Info 1628 [10:51:38.961] getCompletionData: Get previous token: 0.01308300020173192 +Info 1629 [10:51:38.961] getCompletionsAtPosition: isCompletionListBlocker: 0.003713000100106001 +Info 1630 [10:51:38.961] Format host information updated +Info 1631 [10:51:39.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1632 [10:51:39.064] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 7.105051999911666ms +Info 1633 [10:51:39.064] Different program with same set of files +Info 1634 [10:51:39.064] getCompletionData: Get current token: 0.00460399966686964 +Info 1635 [10:51:39.064] getCompletionData: Is inside comment: 0.0014659999869763851 +Info 1636 [10:51:39.064] getCompletionData: Get previous token: 0.017949999775737524 +Info 1637 [10:51:39.064] getCompletionsAtPosition: isCompletionListBlocker: 0.0038859997875988483 +Info 1638 [10:51:39.065] Format host information updated +Info 1639 [10:51:39.258] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1640 [10:51:39.266] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 8.671961000189185ms +Info 1641 [10:51:39.266] Different program with same set of files +Info 1642 [10:51:39.267] getCompletionData: Get current token: 0.003930000122636557 +Info 1643 [10:51:39.267] getCompletionData: Is inside comment: 0.0013290001079440117 +Info 1644 [10:51:39.267] getCompletionData: Get previous token: 0.023971999995410442 +Info 1645 [10:51:39.267] getCompletionsAtPosition: isCompletionListBlocker: 0.004145000129938126 +Info 1646 [10:51:39.267] Format host information updated +Info 1647 [10:51:39.353] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1648 [10:51:39.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 6.50841399980709ms +Info 1649 [10:51:39.360] Different program with same set of files +Info 1650 [10:51:39.360] getCompletionData: Get current token: 0.003378000110387802 +Info 1651 [10:51:39.360] getCompletionData: Is inside comment: 0.0011149998754262924 +Info 1652 [10:51:39.360] getCompletionData: Get previous token: 0.013384999707341194 +Info 1653 [10:51:39.360] getCompletionsAtPosition: isCompletionListBlocker: 0.04681099997833371 +Info 1654 [10:51:39.360] Format host information updated +Info 1655 [10:51:39.445] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1656 [10:51:39.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 6.742530999705195ms +Info 1657 [10:51:39.452] Different program with same set of files +Info 1658 [10:51:39.452] getCompletionData: Get current token: 0.004255999810993671 +Info 1659 [10:51:39.452] getCompletionData: Is inside comment: 0.001409000251442194 +Info 1660 [10:51:39.452] getCompletionData: Get previous token: 0.014197000302374363 +Info 1661 [10:51:39.452] getCompletionsAtPosition: isCompletionListBlocker: 0.006956000346690416 +Info 1662 [10:51:39.455] Format host information updated +Info 1663 [10:51:39.522] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1664 [10:51:39.530] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 7.5074620000086725ms +Info 1665 [10:51:39.530] Different program with same set of files +Info 1666 [10:51:39.530] getCompletionData: Get current token: 0.0034799999557435513 +Info 1667 [10:51:39.530] getCompletionData: Is inside comment: 0.0011569997295737267 +Info 1668 [10:51:39.530] getCompletionData: Get previous token: 0.013931000139564276 +Info 1669 [10:51:39.530] getCompletionsAtPosition: isCompletionListBlocker: 0.0047079999931156635 +Info 1670 [10:51:39.531] Format host information updated +Info 1671 [10:51:40.021] getCompletionData: Get current token: 0.004040000028908253 +Info 1672 [10:51:40.021] getCompletionData: Is inside comment: 0.010361999738961458 +Info 1673 [10:51:40.021] getCompletionData: Get previous token: 0.004645000211894512 +Info 1674 [10:51:40.021] getCompletionsAtPosition: isCompletionListBlocker: 0.008899000007659197 +Info 1675 [10:51:40.022] getExportInfoMap: cache hit +Info 1676 [10:51:40.035] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 163 from cache +Info 1677 [10:51:40.035] collectAutoImports: response is complete +Info 1678 [10:51:40.035] collectAutoImports: 12.6067139999941 +Info 1679 [10:51:40.035] getCompletionData: Semantic work: 13.758739999961108 +Info 1680 [10:51:40.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3510219999589026 +Info 1681 [10:51:40.128] Format host information updated +Info 1682 [10:51:40.128] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1683 [10:51:40.137] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 9.385719999670982ms +Info 1684 [10:51:40.137] Different program with same set of files +Info 1685 [10:51:40.227] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1686 [10:51:40.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 21.824959999881685ms +Info 1687 [10:51:40.249] Different program with same set of files +Info 1688 [10:51:40.250] getCompletionData: Get current token: 0.013867999892681837 +Info 1689 [10:51:40.250] getCompletionData: Is inside comment: 0.032452999614179134 +Info 1690 [10:51:40.250] getCompletionData: Get previous token: 0.04004100011661649 +Info 1691 [10:51:40.250] getCompletionsAtPosition: isCompletionListBlocker: 0.021683999802917242 +Info 1692 [10:51:40.251] getExportInfoMap: cache hit +Info 1693 [10:51:40.259] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 9 from cache +Info 1694 [10:51:40.259] collectAutoImports: response is complete +Info 1695 [10:51:40.259] collectAutoImports: 7.533720999956131 +Info 1696 [10:51:40.259] getCompletionData: Semantic work: 9.080810000188649 +Info 1697 [10:51:40.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.650003000162542 +Info 1698 [10:51:40.265] Format host information updated +Info 1699 [10:51:40.378] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1700 [10:51:40.385] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 7.513083999976516ms +Info 1701 [10:51:40.385] Different program with same set of files +Info 1702 [10:51:40.386] getCompletionData: Get current token: 0.004147000145167112 +Info 1703 [10:51:40.386] getCompletionData: Is inside comment: 0.010360000189393759 +Info 1704 [10:51:40.386] getCompletionData: Get previous token: 0.011694000102579594 +Info 1705 [10:51:40.386] getCompletionsAtPosition: isCompletionListBlocker: 0.007715000305324793 +Info 1706 [10:51:40.386] getExportInfoMap: cache hit +Info 1707 [10:51:40.389] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 7 from cache +Info 1708 [10:51:40.389] collectAutoImports: response is complete +Info 1709 [10:51:40.389] collectAutoImports: 2.9150690003298223 +Info 1710 [10:51:40.389] getCompletionData: Semantic work: 3.470182000193745 +Info 1711 [10:51:40.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3649019999429584 +Info 1712 [10:51:40.391] Format host information updated +Info 1713 [10:51:40.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1714 [10:51:40.510] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 32.29436699999496ms +Info 1715 [10:51:40.510] Different program with same set of files +Info 1716 [10:51:40.511] getCompletionData: Get current token: 0.011761000379920006 +Info 1717 [10:51:40.511] getCompletionData: Is inside comment: 0.02920099999755621 +Info 1718 [10:51:40.511] getCompletionData: Get previous token: 0.03512199968099594 +Info 1719 [10:51:40.511] getCompletionsAtPosition: isCompletionListBlocker: 0.01855799974873662 +Info 1720 [10:51:40.512] getExportInfoMap: cache hit +Info 1721 [10:51:40.516] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 1722 [10:51:40.516] collectAutoImports: response is complete +Info 1723 [10:51:40.516] collectAutoImports: 3.8568710000254214 +Info 1724 [10:51:40.516] getCompletionData: Semantic work: 5.126147999893874 +Info 1725 [10:51:40.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.334104999899864 +Info 1726 [10:51:40.520] Format host information updated +Info 1727 [10:51:40.585] Format host information updated +Info 1728 [10:51:40.585] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1729 [10:51:40.597] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 11.619147999677807ms +Info 1730 [10:51:40.597] Different program with same set of files +Info 1731 [10:51:40.726] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1732 [10:51:40.759] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 32.56544400006533ms +Info 1733 [10:51:40.759] Different program with same set of files +Info 1734 [10:51:40.767] Format host information updated +Info 1735 [10:51:40.860] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1736 [10:51:40.886] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 26.05558599997312ms +Info 1737 [10:51:40.886] Different program with same set of files +Info 1738 [10:51:40.887] getCompletionData: Get current token: 0.01886699954047799 +Info 1739 [10:51:40.887] getCompletionData: Is inside comment: 0.04536300012841821 +Info 1740 [10:51:40.887] getCompletionData: Get previous token: 0.017574999947100878 +Info 1741 [10:51:40.887] getCompletionsAtPosition: isCompletionListBlocker: 0.029127999674528837 +Info 1742 [10:51:40.888] getExportInfoMap: cache hit +Info 1743 [10:51:40.910] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 163 from cache +Info 1744 [10:51:40.910] collectAutoImports: response is complete +Info 1745 [10:51:40.910] collectAutoImports: 22.050776000134647 +Info 1746 [10:51:40.910] getCompletionData: Semantic work: 23.309461999684572 +Info 1747 [10:51:40.914] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8206870001740754 +Info 1748 [10:51:40.917] Format host information updated +Info 1749 [10:51:40.928] Format host information updated +Info 1750 [10:51:41.323] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1751 [10:51:41.374] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 177 structureChanged: true structureIsReused:: SafeModules Elapsed: 50.71865999978036ms +Info 1752 [10:51:41.374] Different program with same set of files +Info 1753 [10:51:41.375] Format host information updated +Info 1754 [10:51:41.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1755 [10:51:41.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 178 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.536493999883533ms +Info 1756 [10:51:41.429] Project '/dev/null/inferredProject1*' (Inferred) +Info 1757 [10:51:41.429] Files (128) + +Info 1758 [10:51:41.429] ----------------------------------------------- +Info 1759 [10:51:41.429] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1760 [10:51:41.429] Files (179) + +Info 1761 [10:51:41.429] ----------------------------------------------- +Info 1762 [10:51:41.430] Format host information updated +Info 1763 [10:51:41.485] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1764 [10:51:41.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 179 structureChanged: true structureIsReused:: SafeModules Elapsed: 26.315764000173658ms +Info 1765 [10:51:41.511] Different program with same set of files +Info 1766 [10:51:41.517] Format host information updated +Info 1767 [10:51:41.685] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1768 [10:51:41.697] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 180 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.733090000227094ms +Info 1769 [10:51:41.697] Project '/dev/null/inferredProject1*' (Inferred) +Info 1770 [10:51:41.697] Files (127) + +Info 1771 [10:51:41.697] ----------------------------------------------- +Info 1772 [10:51:41.697] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1773 [10:51:41.697] Files (179) + +Info 1774 [10:51:41.697] ----------------------------------------------- +Info 1775 [10:51:41.700] Format host information updated +Info 1776 [10:51:41.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1777 [10:51:41.833] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 181 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.921868999954313ms +Info 1778 [10:51:41.833] Different program with same set of files +Info 1779 [10:51:41.834] Format host information updated +Info 1780 [10:51:42.075] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1781 [10:51:42.088] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 182 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.805248999968171ms +Info 1782 [10:51:42.088] Different program with same set of files +Info 1783 [10:51:42.090] Format host information updated +Info 1784 [10:51:42.345] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1785 [10:51:42.358] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 183 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.48853199975565ms +Info 1786 [10:51:42.358] Different program with same set of files +Info 1787 [10:51:42.362] Format host information updated +Info 1788 [10:51:42.546] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1789 [10:51:42.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 184 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.855448999907821ms +Info 1790 [10:51:42.558] Different program with same set of files +Info 1791 [10:51:42.559] Format host information updated +Info 1792 [10:51:42.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1793 [10:51:42.796] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 185 structureChanged: true structureIsReused:: SafeModules Elapsed: 18.884016999974847ms +Info 1794 [10:51:42.796] Different program with same set of files +Info 1795 [10:51:42.797] Format host information updated +Info 1796 [10:51:42.959] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1797 [10:51:43.001] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 186 structureChanged: true structureIsReused:: SafeModules Elapsed: 42.553158999886364ms +Info 1798 [10:51:43.001] Different program with same set of files +Info 1799 [10:51:43.005] Format host information updated +Info 1800 [10:51:43.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1801 [10:51:43.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 187 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.86418000003323ms +Info 1802 [10:51:43.029] Different program with same set of files +Info 1803 [10:51:43.030] Format host information updated +Info 1804 [10:51:43.096] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1805 [10:51:43.116] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 188 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.35135200014338ms +Info 1806 [10:51:43.116] Different program with same set of files +Info 1807 [10:51:43.117] Format host information updated +Info 1808 [10:51:43.247] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1809 [10:51:43.262] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 189 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.316124999895692ms +Info 1810 [10:51:43.262] Different program with same set of files +Info 1811 [10:51:43.266] Format host information updated +Info 1812 [10:51:43.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1813 [10:51:43.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 190 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.7867909995839ms +Info 1814 [10:51:43.325] Different program with same set of files +Info 1815 [10:51:43.326] Format host information updated +Info 1816 [10:51:43.495] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1817 [10:51:43.510] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 191 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.301374000031501ms +Info 1818 [10:51:43.511] Different program with same set of files +Info 1819 [10:51:43.511] Format host information updated +Info 1820 [10:51:44.095] Format host information updated +Info 1821 [10:51:44.095] Format host information updated +Info 1822 [10:51:44.096] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1823 [10:51:44.106] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 192 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.572906000074ms +Info 1824 [10:51:44.106] Different program with same set of files +Info 1825 [10:51:44.109] Format host information updated +Info 1826 [10:51:46.289] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1827 [10:51:46.295] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 6.13232500012964ms +Info 1828 [10:51:46.295] Different program with same set of files +Info 1829 [10:51:46.295] getCompletionData: Get current token: 0.0023959996178746223 +Info 1830 [10:51:46.295] getCompletionData: Is inside comment: 0.001408000010997057 +Info 1831 [10:51:46.295] getCompletionData: Get previous token: 0.011643999721854925 +Info 1832 [10:51:46.295] getCompletionsAtPosition: isCompletionListBlocker: 0.0070329997688531876 +Info 1833 [10:51:46.296] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.18768499977886677 ms +Info 1834 [10:51:46.296] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 1835 [10:51:46.296] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 5 structureChanged: false structureIsReused:: Not Elapsed: 0.1278180000372231ms +Info 1836 [10:51:46.296] getExportInfoMap: cache miss or empty; calculating new results +Info 1837 [10:51:46.318] forEachExternalModuleToImportFrom autoImportProvider: 11.784920999780297 +Info 1838 [10:51:46.318] getExportInfoMap: done in 22.580811999738216 ms +Info 1839 [10:51:46.320] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1840 [10:51:46.320] collectAutoImports: response is complete +Info 1841 [10:51:46.320] collectAutoImports: 1.6998829999938607 +Info 1842 [10:51:46.320] getCompletionData: Semantic work: 24.853830999694765 +Info 1843 [10:51:46.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8805289999581873 +Info 1844 [10:51:46.322] Format host information updated +Info 1845 [10:51:46.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1846 [10:51:46.490] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 6.274989000055939ms +Info 1847 [10:51:46.490] Different program with same set of files +Info 1848 [10:51:46.490] getCompletionData: Get current token: 0.0023360000923275948 +Info 1849 [10:51:46.490] getCompletionData: Is inside comment: 0.0014559999108314514 +Info 1850 [10:51:46.490] getCompletionData: Get previous token: 0.009753999765962362 +Info 1851 [10:51:46.490] getCompletionsAtPosition: isCompletionListBlocker: 0.006678000092506409 +Info 1852 [10:51:46.491] getExportInfoMap: cache hit +Info 1853 [10:51:46.493] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1854 [10:51:46.493] collectAutoImports: response is complete +Info 1855 [10:51:46.493] collectAutoImports: 1.6669990001246333 +Info 1856 [10:51:46.493] getCompletionData: Semantic work: 2.3101050001569092 +Info 1857 [10:51:46.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.850021000020206 +Info 1858 [10:51:46.494] Format host information updated +Info 1859 [10:51:46.602] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1860 [10:51:46.624] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 22.746083999983966ms +Info 1861 [10:51:46.625] Different program with same set of files +Info 1862 [10:51:46.625] getCompletionData: Get current token: 0.010670999996364117 +Info 1863 [10:51:46.625] getCompletionData: Is inside comment: 0.006328999996185303 +Info 1864 [10:51:46.625] getCompletionData: Get previous token: 0.04809299996122718 +Info 1865 [10:51:46.625] getCompletionsAtPosition: isCompletionListBlocker: 0.02268799999728799 +Info 1866 [10:51:46.634] getExportInfoMap: cache hit +Info 1867 [10:51:46.638] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1868 [10:51:46.638] collectAutoImports: response is complete +Info 1869 [10:51:46.638] collectAutoImports: 3.7390879997983575 +Info 1870 [10:51:46.638] getCompletionData: Semantic work: 12.76577700022608 +Info 1871 [10:51:46.640] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8565579997375607 +Info 1872 [10:51:46.641] Format host information updated +Info 1873 [10:51:46.670] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1874 [10:51:46.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 10.236064000055194ms +Info 1875 [10:51:46.680] Different program with same set of files +Info 1876 [10:51:46.681] getCompletionData: Get current token: 0.004575999919325113 +Info 1877 [10:51:46.681] getCompletionData: Is inside comment: 0.0027400003746151924 +Info 1878 [10:51:46.681] getCompletionData: Get previous token: 0.018994000274688005 +Info 1879 [10:51:46.681] getCompletionsAtPosition: isCompletionListBlocker: 0.011739000212401152 +Info 1880 [10:51:46.681] getExportInfoMap: cache hit +Info 1881 [10:51:46.684] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1882 [10:51:46.684] collectAutoImports: response is complete +Info 1883 [10:51:46.684] collectAutoImports: 2.7667399998754263 +Info 1884 [10:51:46.684] getCompletionData: Semantic work: 3.5425180001184344 +Info 1885 [10:51:46.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.426028999965638 +Info 1886 [10:51:46.687] Format host information updated +Info 1887 [10:51:46.790] Format host information updated +Info 1888 [10:51:46.791] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1889 [10:51:46.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 21.59861799981445ms +Info 1890 [10:51:46.813] Different program with same set of files +Info 1891 [10:51:47.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1892 [10:51:47.576] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 6.984551999717951ms +Info 1893 [10:51:47.576] Different program with same set of files +Info 1894 [10:51:47.576] getCompletionData: Get current token: 0.0026769996620714664 +Info 1895 [10:51:47.576] getCompletionData: Is inside comment: 0.0015739998780190945 +Info 1896 [10:51:47.576] getCompletionData: Get previous token: 0.00853799981996417 +Info 1897 [10:51:47.577] getExportInfoMap: cache hit +Info 1898 [10:51:47.578] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1899 [10:51:47.578] collectAutoImports: response is complete +Info 1900 [10:51:47.578] collectAutoImports: 1.5109109999611974 +Info 1901 [10:51:47.578] getCompletionData: Semantic work: 2.009747000411153 +Info 1902 [10:51:47.579] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9608450001105666 +Info 1903 [10:51:47.580] Format host information updated +Info 1904 [10:51:47.767] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1905 [10:51:47.773] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 6.304808000102639ms +Info 1906 [10:51:47.773] Different program with same set of files +Info 1907 [10:51:47.773] getCompletionData: Get current token: 0.0027820002287626266 +Info 1908 [10:51:47.773] getCompletionData: Is inside comment: 0.0013140002265572548 +Info 1909 [10:51:47.773] getCompletionData: Get previous token: 0.008042000234127045 +Info 1910 [10:51:47.774] getExportInfoMap: cache hit +Info 1911 [10:51:47.775] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1912 [10:51:47.775] collectAutoImports: response is complete +Info 1913 [10:51:47.775] collectAutoImports: 1.582644000183791 +Info 1914 [10:51:47.775] getCompletionData: Semantic work: 2.091386000160128 +Info 1915 [10:51:47.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9233939996920526 +Info 1916 [10:51:47.778] Format host information updated +Info 1917 [10:51:47.859] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1918 [10:51:47.865] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 6.615993000101298ms +Info 1919 [10:51:47.865] Different program with same set of files +Info 1920 [10:51:47.865] getCompletionData: Get current token: 0.0029070000164210796 +Info 1921 [10:51:47.865] getCompletionData: Is inside comment: 0.0016899998299777508 +Info 1922 [10:51:47.865] getCompletionData: Get previous token: 0.009734000079333782 +Info 1923 [10:51:47.866] getExportInfoMap: cache hit +Info 1924 [10:51:47.868] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1925 [10:51:47.868] collectAutoImports: response is complete +Info 1926 [10:51:47.868] collectAutoImports: 1.628618999850005 +Info 1927 [10:51:47.868] getCompletionData: Semantic work: 2.101102000102401 +Info 1928 [10:51:47.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9207120002247393 +Info 1929 [10:51:47.869] Format host information updated +Info 1930 [10:51:47.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1931 [10:51:47.957] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 6.747541000135243ms +Info 1932 [10:51:47.957] Different program with same set of files +Info 1933 [10:51:47.957] getCompletionData: Get current token: 0.004637999925762415 +Info 1934 [10:51:47.957] getCompletionData: Is inside comment: 0.002261000219732523 +Info 1935 [10:51:47.957] getCompletionData: Get previous token: 0.015988999977707863 +Info 1936 [10:51:47.958] getExportInfoMap: cache hit +Info 1937 [10:51:47.961] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1938 [10:51:47.961] collectAutoImports: response is complete +Info 1939 [10:51:47.961] collectAutoImports: 3.0049940003082156 +Info 1940 [10:51:47.961] getCompletionData: Semantic work: 3.708618000149727 +Info 1941 [10:51:47.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5879590003751218 +Info 1942 [10:51:47.966] Format host information updated +Info 1943 [10:51:48.067] Format host information updated +Info 1944 [10:51:48.068] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1945 [10:51:48.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 6.658718999940902ms +Info 1946 [10:51:48.074] Different program with same set of files +Info 1947 [10:51:50.169] Format host information updated +Info 1948 [10:51:50.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1949 [10:51:50.176] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 5.982744000386447ms +Info 1950 [10:51:50.176] Different program with same set of files +Info 1951 [10:51:55.578] Format host information updated +Info 1952 [10:51:55.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1953 [10:51:55.586] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 8.015916000120342ms +Info 1954 [10:51:55.586] Different program with same set of files +Info 1955 [10:51:56.020] Format host information updated +Info 1956 [10:51:56.020] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1957 [10:51:56.027] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 7.087151000276208ms +Info 1958 [10:51:56.027] Different program with same set of files +Info 1959 [10:51:56.106] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1960 [10:51:56.113] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 7.526300000026822ms +Info 1961 [10:51:56.113] Different program with same set of files +Info 1962 [10:51:56.114] getCompletionData: Get current token: 0.0018449998460710049 +Info 1963 [10:51:56.114] getCompletionData: Is inside comment: 0.004354000091552734 +Info 1964 [10:51:56.114] getCompletionData: Get previous token: 0.019429000094532967 +Info 1965 [10:51:56.114] getCompletionsAtPosition: isCompletionListBlocker: 0.008037999738007784 +Info 1966 [10:51:56.116] getExportInfoMap: cache miss or empty; calculating new results +Info 1967 [10:51:56.134] forEachExternalModuleToImportFrom autoImportProvider: 8.611493999604136 +Info 1968 [10:51:56.135] getExportInfoMap: done in 18.391168999951333 ms +Info 1969 [10:51:56.138] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 21 from cache +Info 1970 [10:51:56.138] collectAutoImports: response is complete +Info 1971 [10:51:56.138] collectAutoImports: 3.5331389997154474 +Info 1972 [10:51:56.138] getCompletionData: Semantic work: 24.455668000038713 +Info 1973 [10:51:56.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3563019996508956 +Info 1974 [10:51:56.141] Format host information updated +Info 1975 [10:51:56.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1976 [10:51:56.317] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 7.545947999693453ms +Info 1977 [10:51:56.317] Different program with same set of files +Info 1978 [10:51:56.317] getCompletionData: Get current token: 0.0021289996802806854 +Info 1979 [10:51:56.317] getCompletionData: Is inside comment: 0.01699399994686246 +Info 1980 [10:51:56.317] getCompletionData: Get previous token: 0.01836200011894107 +Info 1981 [10:51:56.317] getCompletionsAtPosition: isCompletionListBlocker: 0.0076510002836585045 +Info 1982 [10:51:56.319] getExportInfoMap: cache hit +Info 1983 [10:51:56.322] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 1984 [10:51:56.322] collectAutoImports: response is complete +Info 1985 [10:51:56.322] collectAutoImports: 2.7295800000429153 +Info 1986 [10:51:56.322] getCompletionData: Semantic work: 4.7375849997624755 +Info 1987 [10:51:56.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.187334000132978 +Info 1988 [10:51:56.324] Format host information updated +Info 1989 [10:51:56.446] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1990 [10:51:56.455] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 9.19855000032112ms +Info 1991 [10:51:56.455] Different program with same set of files +Info 1992 [10:51:56.455] getCompletionData: Get current token: 0.0018930002115666866 +Info 1993 [10:51:56.455] getCompletionData: Is inside comment: 0.0037100003100931644 +Info 1994 [10:51:56.455] getCompletionData: Get previous token: 0.015534999780356884 +Info 1995 [10:51:56.455] getCompletionsAtPosition: isCompletionListBlocker: 0.007544000167399645 +Info 1996 [10:51:56.457] getExportInfoMap: cache hit +Info 1997 [10:51:56.459] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1998 [10:51:56.459] collectAutoImports: response is complete +Info 1999 [10:51:56.459] collectAutoImports: 1.8027389999479055 +Info 2000 [10:51:56.459] getCompletionData: Semantic work: 3.5477040000259876 +Info 2001 [10:51:56.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1550779999233782 +Info 2002 [10:51:56.461] Format host information updated +Info 2003 [10:51:56.556] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2004 [10:51:56.589] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 33.417247999925166ms +Info 2005 [10:51:56.589] Different program with same set of files +Info 2006 [10:51:56.590] getCompletionData: Get current token: 0.009794000070542097 +Info 2007 [10:51:56.590] getCompletionData: Is inside comment: 0.0183419999666512 +Info 2008 [10:51:56.590] getCompletionData: Get previous token: 0.10083899972960353 +Info 2009 [10:51:56.590] getCompletionsAtPosition: isCompletionListBlocker: 0.025244000367820263 +Info 2010 [10:51:56.597] getExportInfoMap: cache hit +Info 2011 [10:51:56.619] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 2012 [10:51:56.619] collectAutoImports: response is complete +Info 2013 [10:51:56.619] collectAutoImports: 21.899849000386894 +Info 2014 [10:51:56.619] getCompletionData: Semantic work: 29.093460999894887 +Info 2015 [10:51:56.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.304805999621749 +Info 2016 [10:51:56.628] Format host information updated +Info 2017 [10:51:56.636] Format host information updated +Info 2018 [10:51:56.637] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2019 [10:51:56.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 10.595137000083923ms +Info 2020 [10:51:56.647] Different program with same set of files +Info 2021 [10:51:57.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2022 [10:51:57.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 8.92624199995771ms +Info 2023 [10:51:57.123] Different program with same set of files +Info 2024 [10:51:57.123] getCompletionData: Get current token: 0.0018279999494552612 +Info 2025 [10:51:57.123] getCompletionData: Is inside comment: 0.0037960000336170197 +Info 2026 [10:51:57.123] getCompletionData: Get previous token: 0.005096000153571367 +Info 2027 [10:51:57.123] getCompletionsAtPosition: isCompletionListBlocker: 0.006856999825686216 +Info 2028 [10:51:57.124] getExportInfoMap: cache hit +Info 2029 [10:51:57.125] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 2030 [10:51:57.125] collectAutoImports: response is complete +Info 2031 [10:51:57.125] collectAutoImports: 1.589157999958843 +Info 2032 [10:51:57.125] getCompletionData: Semantic work: 2.1631000000052154 +Info 2033 [10:51:57.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0090960003435612 +Info 2034 [10:51:57.127] Format host information updated +Info 2035 [10:51:57.329] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2036 [10:51:57.338] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 8.947293000295758ms +Info 2037 [10:51:57.338] Different program with same set of files +Info 2038 [10:51:57.338] getCompletionData: Get current token: 0.0025229998864233494 +Info 2039 [10:51:57.338] getCompletionData: Is inside comment: 0.005489999894052744 +Info 2040 [10:51:57.338] getCompletionData: Get previous token: 0.007728000171482563 +Info 2041 [10:51:57.338] getCompletionsAtPosition: isCompletionListBlocker: 0.006868000142276287 +Info 2042 [10:51:57.339] getExportInfoMap: cache hit +Info 2043 [10:51:57.341] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 2044 [10:51:57.341] collectAutoImports: response is complete +Info 2045 [10:51:57.341] collectAutoImports: 1.694314000196755 +Info 2046 [10:51:57.341] getCompletionData: Semantic work: 2.42568500014022 +Info 2047 [10:51:57.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.563221000134945 +Info 2048 [10:51:57.345] Format host information updated +Info 2049 [10:51:57.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2050 [10:51:57.480] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 7.188587999902666ms +Info 2051 [10:51:57.480] Different program with same set of files +Info 2052 [10:51:57.480] getCompletionData: Get current token: 0.0020259995944797993 +Info 2053 [10:51:57.480] getCompletionData: Is inside comment: 0.0044999998062849045 +Info 2054 [10:51:57.480] getCompletionData: Get previous token: 0.005527000408619642 +Info 2055 [10:51:57.480] getCompletionsAtPosition: isCompletionListBlocker: 0.00712500000372529 +Info 2056 [10:51:57.480] getExportInfoMap: cache hit +Info 2057 [10:51:57.482] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 2058 [10:51:57.482] collectAutoImports: response is complete +Info 2059 [10:51:57.482] collectAutoImports: 1.6222169999964535 +Info 2060 [10:51:57.482] getCompletionData: Semantic work: 2.208834999706596 +Info 2061 [10:51:57.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0878200000151992 +Info 2062 [10:51:57.484] Format host information updated +Info 2063 [10:51:57.543] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2064 [10:51:57.550] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 7.105665000155568ms +Info 2065 [10:51:57.550] Different program with same set of files +Info 2066 [10:51:57.550] getCompletionData: Get current token: 0.00226900028064847 +Info 2067 [10:51:57.550] getCompletionData: Is inside comment: 0.00481600034981966 +Info 2068 [10:51:57.550] getCompletionData: Get previous token: 0.006422000005841255 +Info 2069 [10:51:57.550] getCompletionsAtPosition: isCompletionListBlocker: 0.006800000090152025 +Info 2070 [10:51:57.551] getExportInfoMap: cache hit +Info 2071 [10:51:57.554] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 2072 [10:51:57.554] collectAutoImports: response is complete +Info 2073 [10:51:57.554] collectAutoImports: 3.3313549999147654 +Info 2074 [10:51:57.554] getCompletionData: Semantic work: 3.9273689999245107 +Info 2075 [10:51:57.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2062409999780357 +Info 2076 [10:51:57.556] Format host information updated +Info 2077 [10:51:57.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2078 [10:51:57.683] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 28.742546999827027ms +Info 2079 [10:51:57.683] Different program with same set of files +Info 2080 [10:51:57.684] getCompletionData: Get current token: 0.006194000132381916 +Info 2081 [10:51:57.684] getCompletionData: Is inside comment: 0.01356999995186925 +Info 2082 [10:51:57.684] getCompletionData: Get previous token: 0.017189000267535448 +Info 2083 [10:51:57.684] getCompletionsAtPosition: isCompletionListBlocker: 0.01577599998563528 +Info 2084 [10:51:57.685] getExportInfoMap: cache hit +Info 2085 [10:51:57.689] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 2086 [10:51:57.689] collectAutoImports: response is complete +Info 2087 [10:51:57.689] collectAutoImports: 3.4850359996780753 +Info 2088 [10:51:57.689] getCompletionData: Semantic work: 4.929901999887079 +Info 2089 [10:51:57.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1991360001266003 +Info 2090 [10:51:57.692] Format host information updated +Info 2091 [10:51:57.715] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2092 [10:51:57.724] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 8.538477000314742ms +Info 2093 [10:51:57.724] Different program with same set of files +Info 2094 [10:51:57.724] getCompletionData: Get current token: 0.001841999590396881 +Info 2095 [10:51:57.724] getCompletionData: Is inside comment: 0.003375999629497528 +Info 2096 [10:51:57.724] getCompletionData: Get previous token: 0.004554999992251396 +Info 2097 [10:51:57.724] getCompletionsAtPosition: isCompletionListBlocker: 0.006656000390648842 +Info 2098 [10:51:57.725] getExportInfoMap: cache hit +Info 2099 [10:51:57.726] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2100 [10:51:57.726] collectAutoImports: response is complete +Info 2101 [10:51:57.726] collectAutoImports: 1.335283000022173 +Info 2102 [10:51:57.726] getCompletionData: Semantic work: 1.888228999916464 +Info 2103 [10:51:57.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0011620000004768 +Info 2104 [10:51:57.728] Format host information updated +Info 2105 [10:51:58.029] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2106 [10:51:58.036] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 6.306061000097543ms +Info 2107 [10:51:58.036] Different program with same set of files +Info 2108 [10:51:58.036] getCompletionData: Get current token: 0.001680999994277954 +Info 2109 [10:51:58.036] getCompletionData: Is inside comment: 0.003632000181823969 +Info 2110 [10:51:58.036] getCompletionData: Get previous token: 0.005026999861001968 +Info 2111 [10:51:58.036] getCompletionsAtPosition: isCompletionListBlocker: 0.006000000052154064 +Info 2112 [10:51:58.036] getExportInfoMap: cache hit +Info 2113 [10:51:58.038] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 2114 [10:51:58.038] collectAutoImports: response is complete +Info 2115 [10:51:58.038] collectAutoImports: 1.4609289998188615 +Info 2116 [10:51:58.038] getCompletionData: Semantic work: 1.901559999678284 +Info 2117 [10:51:58.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.908712999895215 +Info 2118 [10:51:58.039] Format host information updated +Info 2119 [10:51:58.127] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2120 [10:51:58.135] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 7.909782000351697ms +Info 2121 [10:51:58.135] Different program with same set of files +Info 2122 [10:51:58.135] getCompletionData: Get current token: 0.0019439999014139175 +Info 2123 [10:51:58.135] getCompletionData: Is inside comment: 0.00406799977645278 +Info 2124 [10:51:58.135] getCompletionData: Get previous token: 0.005669999867677689 +Info 2125 [10:51:58.135] getCompletionsAtPosition: isCompletionListBlocker: 0.00607800018042326 +Info 2126 [10:51:58.136] getExportInfoMap: cache hit +Info 2127 [10:51:58.138] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 2128 [10:51:58.138] collectAutoImports: response is complete +Info 2129 [10:51:58.138] collectAutoImports: 2.122159000020474 +Info 2130 [10:51:58.138] getCompletionData: Semantic work: 2.7324120001867414 +Info 2131 [10:51:58.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0928859999403358 +Info 2132 [10:51:58.140] Format host information updated +Info 2133 [10:51:58.389] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2134 [10:51:58.396] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 7.272693000268191ms +Info 2135 [10:51:58.396] Different program with same set of files +Info 2136 [10:51:58.396] getCompletionData: Get current token: 0.0018639997579157352 +Info 2137 [10:51:58.396] getCompletionData: Is inside comment: 0.004474000073969364 +Info 2138 [10:51:58.397] getCompletionData: Get previous token: 0.006073999684303999 +Info 2139 [10:51:58.397] getCompletionsAtPosition: isCompletionListBlocker: 0.006515000015497208 +Info 2140 [10:51:58.397] getExportInfoMap: cache hit +Info 2141 [10:51:58.399] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 2142 [10:51:58.399] collectAutoImports: response is complete +Info 2143 [10:51:58.399] collectAutoImports: 1.4770820001140237 +Info 2144 [10:51:58.399] getCompletionData: Semantic work: 2.0726699996739626 +Info 2145 [10:51:58.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0832299999892712 +Info 2146 [10:51:58.401] Format host information updated +Info 2147 [10:51:58.933] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2148 [10:51:58.940] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 7.011310000438243ms +Info 2149 [10:51:58.940] Different program with same set of files +Info 2150 [10:51:58.940] getCompletionData: Get current token: 0.0015600002370774746 +Info 2151 [10:51:58.940] getCompletionData: Is inside comment: 0.003546999767422676 +Info 2152 [10:51:58.940] getCompletionData: Get previous token: 0.005008999723941088 +Info 2153 [10:51:58.940] getCompletionsAtPosition: isCompletionListBlocker: 0.005787000060081482 +Info 2154 [10:51:58.941] getExportInfoMap: cache hit +Info 2155 [10:51:58.942] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 2156 [10:51:58.942] collectAutoImports: response is complete +Info 2157 [10:51:58.942] collectAutoImports: 1.362001999747008 +Info 2158 [10:51:58.942] getCompletionData: Semantic work: 1.905991000123322 +Info 2159 [10:51:58.943] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.098051999695599 +Info 2160 [10:51:58.944] Format host information updated +Info 2161 [10:51:59.100] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2162 [10:51:59.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 11.329324999824166ms +Info 2163 [10:51:59.111] Different program with same set of files +Info 2164 [10:51:59.111] getCompletionData: Get current token: 0.001973000355064869 +Info 2165 [10:51:59.111] getCompletionData: Is inside comment: 0.0039010001346468925 +Info 2166 [10:51:59.111] getCompletionData: Get previous token: 0.005288999993354082 +Info 2167 [10:51:59.111] getCompletionsAtPosition: isCompletionListBlocker: 0.007675000000745058 +Info 2168 [10:51:59.112] getExportInfoMap: cache hit +Info 2169 [10:51:59.114] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 2170 [10:51:59.114] collectAutoImports: response is complete +Info 2171 [10:51:59.114] collectAutoImports: 1.6665340000763535 +Info 2172 [10:51:59.114] getCompletionData: Semantic work: 2.2147379997186363 +Info 2173 [10:51:59.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4485950004309416 +Info 2174 [10:51:59.116] Format host information updated +Info 2175 [10:51:59.238] Format host information updated +Info 2176 [10:51:59.239] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2177 [10:51:59.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 7.697647999972105ms +Info 2178 [10:51:59.246] Different program with same set of files +Info 2179 [10:51:59.330] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2180 [10:51:59.341] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 11.159050000365824ms +Info 2181 [10:51:59.341] Different program with same set of files +Info 2182 [10:51:59.341] getCompletionData: Get current token: 0.001978000160306692 +Info 2183 [10:51:59.341] getCompletionData: Is inside comment: 0.0039450000040233135 +Info 2184 [10:51:59.341] getCompletionData: Get previous token: 0.005535000003874302 +Info 2185 [10:51:59.341] getCompletionsAtPosition: isCompletionListBlocker: 0.006754999980330467 +Info 2186 [10:51:59.342] getExportInfoMap: cache hit +Info 2187 [10:51:59.346] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 35 from cache +Info 2188 [10:51:59.346] collectAutoImports: response is complete +Info 2189 [10:51:59.346] collectAutoImports: 4.595839999616146 +Info 2190 [10:51:59.346] getCompletionData: Semantic work: 5.132420000154525 +Info 2191 [10:51:59.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2835269998759031 +Info 2192 [10:51:59.349] Format host information updated +Info 2193 [10:51:59.445] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2194 [10:51:59.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 26.405967000406235ms +Info 2195 [10:51:59.471] Different program with same set of files +Info 2196 [10:51:59.472] getCompletionData: Get current token: 0.008723999839276075 +Info 2197 [10:51:59.472] getCompletionData: Is inside comment: 0.0173140000551939 +Info 2198 [10:51:59.472] getCompletionData: Get previous token: 0.02571399975568056 +Info 2199 [10:51:59.472] getCompletionsAtPosition: isCompletionListBlocker: 0.021087000146508217 +Info 2200 [10:51:59.474] getExportInfoMap: cache hit +Info 2201 [10:51:59.484] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 27 from cache +Info 2202 [10:51:59.485] collectAutoImports: response is complete +Info 2203 [10:51:59.485] collectAutoImports: 10.670907999854535 +Info 2204 [10:51:59.485] getCompletionData: Semantic work: 12.792078000027686 +Info 2205 [10:51:59.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2440530001185834 +Info 2206 [10:51:59.492] Format host information updated +Info 2207 [10:51:59.585] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2208 [10:51:59.594] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 8.372322999872267ms +Info 2209 [10:51:59.594] Different program with same set of files +Info 2210 [10:51:59.594] getCompletionData: Get current token: 0.0023209997452795506 +Info 2211 [10:51:59.594] getCompletionData: Is inside comment: 0.005026999861001968 +Info 2212 [10:51:59.594] getCompletionData: Get previous token: 0.008175000082701445 +Info 2213 [10:51:59.594] getCompletionsAtPosition: isCompletionListBlocker: 0.00785099994391203 +Info 2214 [10:51:59.595] getExportInfoMap: cache hit +Info 2215 [10:51:59.610] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 2216 [10:51:59.610] collectAutoImports: response is complete +Info 2217 [10:51:59.610] collectAutoImports: 15.577460000291467 +Info 2218 [10:51:59.610] getCompletionData: Semantic work: 16.20491199987009 +Info 2219 [10:51:59.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9926059995777905 +Info 2220 [10:51:59.618] Format host information updated +Info 2221 [10:51:59.658] Format host information updated +Info 2222 [10:51:59.658] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2223 [10:51:59.666] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 7.8965669996105134ms +Info 2224 [10:51:59.666] Different program with same set of files +Info 2225 [10:51:59.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2226 [10:51:59.955] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 6.9538810001686215ms +Info 2227 [10:51:59.955] Different program with same set of files +Info 2228 [10:51:59.955] getCompletionData: Get current token: 0.001661000307649374 +Info 2229 [10:51:59.955] getCompletionData: Is inside comment: 0.0041690003126859665 +Info 2230 [10:51:59.955] getCompletionData: Get previous token: 0.007285000290721655 +Info 2231 [10:51:59.955] getCompletionsAtPosition: isCompletionListBlocker: 0.001281999982893467 +Info 2232 [10:51:59.955] Returning an empty list because completion was requested in an invalid position. +Info 2233 [10:51:59.955] Format host information updated +Info 2234 [10:52:00.159] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2235 [10:52:00.166] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 7.4671899997629225ms +Info 2236 [10:52:00.167] Different program with same set of files +Info 2237 [10:52:00.167] getCompletionData: Get current token: 0.0017169998027384281 +Info 2238 [10:52:00.167] getCompletionData: Is inside comment: 0.0043299999088048935 +Info 2239 [10:52:00.167] getCompletionData: Get previous token: 0.007020000368356705 +Info 2240 [10:52:00.167] getCompletionsAtPosition: isCompletionListBlocker: 0.0014829998835921288 +Info 2241 [10:52:00.167] Returning an empty list because completion was requested in an invalid position. +Info 2242 [10:52:00.167] Format host information updated +Info 2243 [10:52:00.274] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2244 [10:52:00.281] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 7.112376000266522ms +Info 2245 [10:52:00.281] Different program with same set of files +Info 2246 [10:52:00.281] getCompletionData: Get current token: 0.001920000184327364 +Info 2247 [10:52:00.281] getCompletionData: Is inside comment: 0.005745000205934048 +Info 2248 [10:52:00.281] getCompletionData: Get previous token: 0.008167000021785498 +Info 2249 [10:52:00.281] getCompletionsAtPosition: isCompletionListBlocker: 0.001443999819457531 +Info 2250 [10:52:00.281] Returning an empty list because completion was requested in an invalid position. +Info 2251 [10:52:00.283] Format host information updated +Info 2252 [10:52:00.334] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2253 [10:52:00.341] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 7.1036130003631115ms +Info 2254 [10:52:00.341] Different program with same set of files +Info 2255 [10:52:00.341] getCompletionData: Get current token: 0.0023139999248087406 +Info 2256 [10:52:00.341] getCompletionData: Is inside comment: 0.006099999882280827 +Info 2257 [10:52:00.341] getCompletionData: Get previous token: 0.0096220001578331 +Info 2258 [10:52:00.341] getCompletionsAtPosition: isCompletionListBlocker: 0.0016639996320009232 +Info 2259 [10:52:00.341] Returning an empty list because completion was requested in an invalid position. +Info 2260 [10:52:00.341] Format host information updated +Info 2261 [10:52:00.444] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2262 [10:52:00.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 24.714306000154465ms +Info 2263 [10:52:00.469] Different program with same set of files +Info 2264 [10:52:00.469] getCompletionData: Get current token: 0.007256999611854553 +Info 2265 [10:52:00.470] getCompletionData: Is inside comment: 0.01888599991798401 +Info 2266 [10:52:00.470] getCompletionData: Get previous token: 0.03268099995329976 +Info 2267 [10:52:00.470] getCompletionsAtPosition: isCompletionListBlocker: 0.004207000136375427 +Info 2268 [10:52:00.470] Returning an empty list because completion was requested in an invalid position. +Info 2269 [10:52:00.474] Format host information updated +Info 2270 [10:52:00.512] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2271 [10:52:00.519] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 6.818275999743491ms +Info 2272 [10:52:00.519] Different program with same set of files +Info 2273 [10:52:00.519] getCompletionData: Get current token: 0.001858999952673912 +Info 2274 [10:52:00.519] getCompletionData: Is inside comment: 0.005053000058978796 +Info 2275 [10:52:00.519] getCompletionData: Get previous token: 0.007429999765008688 +Info 2276 [10:52:00.519] getCompletionsAtPosition: isCompletionListBlocker: 0.0013230000622570515 +Info 2277 [10:52:00.519] Returning an empty list because completion was requested in an invalid position. +Info 2278 [10:52:00.519] Format host information updated +Info 2279 [10:52:00.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2280 [10:52:00.584] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 6.314704000018537ms +Info 2281 [10:52:00.584] Different program with same set of files +Info 2282 [10:52:00.584] getCompletionData: Get current token: 0.001849999651312828 +Info 2283 [10:52:00.584] getCompletionData: Is inside comment: 0.004807999823242426 +Info 2284 [10:52:00.584] getCompletionData: Get previous token: 0.00787699967622757 +Info 2285 [10:52:00.584] getCompletionsAtPosition: isCompletionListBlocker: 0.0014539998956024647 +Info 2286 [10:52:00.584] Returning an empty list because completion was requested in an invalid position. +Info 2287 [10:52:00.586] Format host information updated +Info 2288 [10:52:00.804] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2289 [10:52:00.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 7.599092999938875ms +Info 2290 [10:52:00.811] Different program with same set of files +Info 2291 [10:52:00.812] getCompletionData: Get current token: 0.0017539998516440392 +Info 2292 [10:52:00.812] getCompletionData: Is inside comment: 0.004435999784618616 +Info 2293 [10:52:00.812] getCompletionData: Get previous token: 0.007295999675989151 +Info 2294 [10:52:00.812] getCompletionsAtPosition: isCompletionListBlocker: 0.0013820002786815166 +Info 2295 [10:52:00.812] Returning an empty list because completion was requested in an invalid position. +Info 2296 [10:52:00.812] Format host information updated +Info 2297 [10:52:00.908] Format host information updated +Info 2298 [10:52:00.908] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2299 [10:52:00.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 7.177420999854803ms +Info 2300 [10:52:00.915] Different program with same set of files +Info 2301 [10:52:01.121] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2302 [10:52:01.130] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 9.110551999881864ms +Info 2303 [10:52:01.130] Different program with same set of files +Info 2304 [10:52:01.130] getCompletionData: Get current token: 0.0029239999130368233 +Info 2305 [10:52:01.130] getCompletionData: Is inside comment: 0.0077770003117620945 +Info 2306 [10:52:01.131] getCompletionData: Get previous token: 0.005384000018239021 +Info 2307 [10:52:01.131] getCompletionsAtPosition: isCompletionListBlocker: 0.010261999908834696 +Info 2308 [10:52:01.131] getExportInfoMap: cache hit +Info 2309 [10:52:01.144] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 2310 [10:52:01.144] collectAutoImports: response is complete +Info 2311 [10:52:01.144] collectAutoImports: 13.185291000176221 +Info 2312 [10:52:01.144] getCompletionData: Semantic work: 13.897985000163317 +Info 2313 [10:52:01.150] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.035457999911159 +Info 2314 [10:52:01.153] Format host information updated +Info 2315 [10:52:01.204] Format host information updated +Info 2316 [10:52:01.204] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2317 [10:52:01.212] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 7.701737999916077ms +Info 2318 [10:52:01.212] Different program with same set of files +Info 2319 [10:52:01.708] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2320 [10:52:01.716] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 7.276277000084519ms +Info 2321 [10:52:01.716] Different program with same set of files +Info 2322 [10:52:01.716] getCompletionData: Get current token: 0.01651900028809905 +Info 2323 [10:52:01.716] getCompletionData: Is inside comment: 0.018599000293761492 +Info 2324 [10:52:01.716] getCompletionData: Get previous token: 0.01754199992865324 +Info 2325 [10:52:01.716] getCompletionsAtPosition: isCompletionListBlocker: 0.0065390001982450485 +Info 2326 [10:52:01.716] getExportInfoMap: cache hit +Info 2327 [10:52:01.731] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 2328 [10:52:01.731] collectAutoImports: response is complete +Info 2329 [10:52:01.731] collectAutoImports: 14.225697999820113 +Info 2330 [10:52:01.731] getCompletionData: Semantic work: 14.904711999930441 +Info 2331 [10:52:01.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9133409997448325 +Info 2332 [10:52:01.735] Format host information updated +Info 2333 [10:52:04.912] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2334 [10:52:04.919] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 7.113420999608934ms +Info 2335 [10:52:04.919] Different program with same set of files +Info 2336 [10:52:04.919] getCompletionData: Get current token: 0.004758000373840332 +Info 2337 [10:52:04.919] getCompletionData: Is inside comment: 0.001354999840259552 +Info 2338 [10:52:04.919] getCompletionData: Get previous token: 0.014082999899983406 +Info 2339 [10:52:04.919] getCompletionsAtPosition: isCompletionListBlocker: 0.0019020000472664833 +Info 2340 [10:52:04.919] Returning an empty list because completion was requested in an invalid position. +Info 2341 [10:52:04.919] Format host information updated +Info 2342 [10:52:05.145] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2343 [10:52:05.153] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 7.2969899997115135ms +Info 2344 [10:52:05.153] Different program with same set of files +Info 2345 [10:52:05.153] getCompletionData: Get current token: 0.004980999976396561 +Info 2346 [10:52:05.153] getCompletionData: Is inside comment: 0.0012409999035298824 +Info 2347 [10:52:05.153] getCompletionData: Get previous token: 0.019229999743402004 +Info 2348 [10:52:05.153] getCompletionsAtPosition: isCompletionListBlocker: 0.0029229996725916862 +Info 2349 [10:52:05.153] getCompletionData: Semantic work: 0.2293290002271533 +Info 2350 [10:52:05.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05703399982303381 +Info 2351 [10:52:05.154] Format host information updated +Info 2352 [10:52:05.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2353 [10:52:05.257] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 7.449049999937415ms +Info 2354 [10:52:05.257] Different program with same set of files +Info 2355 [10:52:05.257] getCompletionData: Get current token: 0.0055229999125003815 +Info 2356 [10:52:05.257] getCompletionData: Is inside comment: 0.0013589998707175255 +Info 2357 [10:52:05.257] getCompletionData: Get previous token: 0.019152999855577946 +Info 2358 [10:52:05.257] getCompletionsAtPosition: isCompletionListBlocker: 0.008136000018566847 +Info 2359 [10:52:05.257] getExportInfoMap: cache hit +Info 2360 [10:52:05.270] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 2361 [10:52:05.270] collectAutoImports: response is complete +Info 2362 [10:52:05.270] collectAutoImports: 12.661141999997199 +Info 2363 [10:52:05.270] getCompletionData: Semantic work: 13.239029000047594 +Info 2364 [10:52:05.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3867850000970066 +Info 2365 [10:52:05.276] Format host information updated +Info 2366 [10:52:05.628] getCompletionData: Get current token: 0.006076999939978123 +Info 2367 [10:52:05.628] getCompletionData: Is inside comment: 0.001281999982893467 +Info 2368 [10:52:05.628] getCompletionData: Get previous token: 0.012323000002652407 +Info 2369 [10:52:05.628] getCompletionsAtPosition: isCompletionListBlocker: 0.003150000236928463 +Info 2370 [10:52:05.628] getCompletionData: Semantic work: 0.0671310001052916 +Info 2371 [10:52:05.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03794700000435114 +Info 2372 [10:52:06.140] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2373 [10:52:06.153] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 13.188405000139028ms +Info 2374 [10:52:06.153] Different program with same set of files +Info 2375 [10:52:06.154] getCompletionData: Get current token: 0.01385900005698204 +Info 2376 [10:52:06.154] getCompletionData: Is inside comment: 0.002575999591499567 +Info 2377 [10:52:06.154] getCompletionData: Get previous token: 0.054901999887079 +Info 2378 [10:52:06.154] getCompletionsAtPosition: isCompletionListBlocker: 0.004749999847263098 +Info 2379 [10:52:06.155] getCompletionData: Semantic work: 0.6451449999585748 +Info 2380 [10:52:06.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.224138000048697 +Info 2381 [10:52:06.158] Format host information updated +Info 2382 [10:52:06.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2383 [10:52:06.221] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 7.763672000262886ms +Info 2384 [10:52:06.221] Different program with same set of files +Info 2385 [10:52:06.222] getCompletionData: Get current token: 0.005822000093758106 +Info 2386 [10:52:06.222] getCompletionData: Is inside comment: 0.0011129998601973057 +Info 2387 [10:52:06.222] getCompletionData: Get previous token: 0.03823600010946393 +Info 2388 [10:52:06.222] getCompletionsAtPosition: isCompletionListBlocker: 0.0028699999675154686 +Info 2389 [10:52:06.222] getCompletionData: Semantic work: 0.10833600023761392 +Info 2390 [10:52:06.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06824399996548891 +Info 2391 [10:52:06.222] Format host information updated +Info 2392 [10:52:06.743] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2393 [10:52:06.750] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 6.818602999672294ms +Info 2394 [10:52:06.750] Different program with same set of files +Info 2395 [10:52:06.750] getCompletionData: Get current token: 0.005681000184267759 +Info 2396 [10:52:06.750] getCompletionData: Is inside comment: 0.0010539996437728405 +Info 2397 [10:52:06.750] getCompletionData: Get previous token: 0.020975999999791384 +Info 2398 [10:52:06.750] getCompletionsAtPosition: isCompletionListBlocker: 0.002400000113993883 +Info 2399 [10:52:06.751] getCompletionData: Semantic work: 0.10320300003513694 +Info 2400 [10:52:06.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06678100023418665 +Info 2401 [10:52:06.752] Format host information updated +Info 2402 [10:52:07.004] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2403 [10:52:07.011] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 7.011556999757886ms +Info 2404 [10:52:07.011] Different program with same set of files +Info 2405 [10:52:07.011] getCompletionData: Get current token: 0.006562999915331602 +Info 2406 [10:52:07.011] getCompletionData: Is inside comment: 0.001459999941289425 +Info 2407 [10:52:07.011] getCompletionData: Get previous token: 0.02478799968957901 +Info 2408 [10:52:07.011] getCompletionsAtPosition: isCompletionListBlocker: 0.002942000050097704 +Info 2409 [10:52:07.011] getCompletionData: Semantic work: 0.12537099979817867 +Info 2410 [10:52:07.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07800500001758337 +Info 2411 [10:52:07.012] Format host information updated +Info 2412 [10:52:07.068] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2413 [10:52:07.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 12.005886999890208ms +Info 2414 [10:52:07.080] Different program with same set of files +Info 2415 [10:52:07.081] getCompletionData: Get current token: 0.013263999950140715 +Info 2416 [10:52:07.081] getCompletionData: Is inside comment: 0.0029840003699064255 +Info 2417 [10:52:07.081] getCompletionData: Get previous token: 0.04858900001272559 +Info 2418 [10:52:07.081] getCompletionsAtPosition: isCompletionListBlocker: 0.004676999989897013 +Info 2419 [10:52:07.081] getCompletionData: Semantic work: 0.19733200035989285 +Info 2420 [10:52:07.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14134200010448694 +Info 2421 [10:52:07.085] Format host information updated +Info 2422 [10:52:07.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2423 [10:52:07.884] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 6.8353740000166ms +Info 2424 [10:52:07.884] Different program with same set of files +Info 2425 [10:52:07.884] getCompletionData: Get current token: 0.005737000145018101 +Info 2426 [10:52:07.884] getCompletionData: Is inside comment: 0.001178000122308731 +Info 2427 [10:52:07.884] getCompletionData: Get previous token: 0.02184200007468462 +Info 2428 [10:52:07.884] getCompletionsAtPosition: isCompletionListBlocker: 0.0026569999754428864 +Info 2429 [10:52:07.884] getCompletionData: Semantic work: 0.10814800020307302 +Info 2430 [10:52:07.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06532299984246492 +Info 2431 [10:52:07.885] Format host information updated +Info 2432 [10:52:08.194] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2433 [10:52:08.207] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 12.81899100029841ms +Info 2434 [10:52:08.207] Different program with same set of files +Info 2435 [10:52:08.207] getCompletionData: Get current token: 0.01121799973770976 +Info 2436 [10:52:08.207] getCompletionData: Is inside comment: 0.0025289999321103096 +Info 2437 [10:52:08.207] getCompletionData: Get previous token: 0.03987400000914931 +Info 2438 [10:52:08.207] getCompletionsAtPosition: isCompletionListBlocker: 0.004022000357508659 +Info 2439 [10:52:08.207] getCompletionData: Semantic work: 0.18042699992656708 +Info 2440 [10:52:08.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12180999992415309 +Info 2441 [10:52:08.208] Format host information updated +Info 2442 [10:52:08.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2443 [10:52:08.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 8.428555000107735ms +Info 2444 [10:52:08.420] Different program with same set of files +Info 2445 [10:52:08.420] getCompletionData: Get current token: 0.008096999954432249 +Info 2446 [10:52:08.420] getCompletionData: Is inside comment: 0.0018100002780556679 +Info 2447 [10:52:08.420] getCompletionData: Get previous token: 0.031417999882251024 +Info 2448 [10:52:08.421] getCompletionsAtPosition: isCompletionListBlocker: 0.0030559999868273735 +Info 2449 [10:52:08.421] getCompletionData: Semantic work: 0.1395439999178052 +Info 2450 [10:52:08.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09489700011909008 +Info 2451 [10:52:08.421] Format host information updated +Info 2452 [10:52:08.495] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2453 [10:52:08.525] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 30.069846000056714ms +Info 2454 [10:52:08.526] Different program with same set of files +Info 2455 [10:52:08.526] getCompletionData: Get current token: 0.01571300020441413 +Info 2456 [10:52:08.526] getCompletionData: Is inside comment: 0.0033170003443956375 +Info 2457 [10:52:08.526] getCompletionData: Get previous token: 0.06326799979433417 +Info 2458 [10:52:08.526] getCompletionsAtPosition: isCompletionListBlocker: 0.005617999937385321 +Info 2459 [10:52:08.526] getCompletionData: Semantic work: 0.24965699994936585 +Info 2460 [10:52:08.527] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17578799976035953 +Info 2461 [10:52:08.527] Format host information updated +Info 2462 [10:52:08.600] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2463 [10:52:08.627] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 26.803898999933153ms +Info 2464 [10:52:08.627] Different program with same set of files +Info 2465 [10:52:08.628] getCompletionData: Get current token: 0.029895999934524298 +Info 2466 [10:52:08.628] getCompletionData: Is inside comment: 0.004864000249654055 +Info 2467 [10:52:08.628] getCompletionData: Get previous token: 0.07944800006225705 +Info 2468 [10:52:08.628] getCompletionsAtPosition: isCompletionListBlocker: 0.007423999719321728 +Info 2469 [10:52:08.628] getCompletionData: Semantic work: 0.31470600003376603 +Info 2470 [10:52:08.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21686299983412027 +Info 2471 [10:52:08.630] Format host information updated +Info 2472 [10:52:08.946] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2473 [10:52:08.955] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 8.86957999970764ms +Info 2474 [10:52:08.955] Different program with same set of files +Info 2475 [10:52:08.955] getCompletionData: Get current token: 0.008012999780476093 +Info 2476 [10:52:08.955] getCompletionData: Is inside comment: 0.0016100001521408558 +Info 2477 [10:52:08.955] getCompletionData: Get previous token: 0.02712099999189377 +Info 2478 [10:52:08.955] getCompletionsAtPosition: isCompletionListBlocker: 0.0027719996869564056 +Info 2479 [10:52:08.955] getCompletionData: Semantic work: 0.13073099963366985 +Info 2480 [10:52:08.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08661499992012978 +Info 2481 [10:52:08.956] Format host information updated +Info 2482 [10:52:09.044] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2483 [10:52:09.051] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 7.138765000272542ms +Info 2484 [10:52:09.051] Different program with same set of files +Info 2485 [10:52:09.051] getCompletionData: Get current token: 0.007424999959766865 +Info 2486 [10:52:09.051] getCompletionData: Is inside comment: 0.001445000059902668 +Info 2487 [10:52:09.051] getCompletionData: Get previous token: 0.028218999970704317 +Info 2488 [10:52:09.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0028710002079606056 +Info 2489 [10:52:09.051] getCompletionData: Semantic work: 0.13282199995592237 +Info 2490 [10:52:09.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08379700034856796 +Info 2491 [10:52:09.052] Format host information updated +Info 2492 [10:52:09.370] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2493 [10:52:09.380] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 9.463302999734879ms +Info 2494 [10:52:09.380] Different program with same set of files +Info 2495 [10:52:09.380] getCompletionData: Get current token: 0.007943999953567982 +Info 2496 [10:52:09.380] getCompletionData: Is inside comment: 0.0017010001465678215 +Info 2497 [10:52:09.380] getCompletionData: Get previous token: 0.029432999901473522 +Info 2498 [10:52:09.380] getCompletionsAtPosition: isCompletionListBlocker: 0.003260999917984009 +Info 2499 [10:52:09.380] getCompletionData: Semantic work: 0.13803600007668138 +Info 2500 [10:52:09.381] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08993700006976724 +Info 2501 [10:52:09.381] Format host information updated +Info 2502 [10:52:09.496] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2503 [10:52:09.502] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 6.385788999963552ms +Info 2504 [10:52:09.502] Different program with same set of files +Info 2505 [10:52:09.502] getCompletionData: Get current token: 0.006219000089913607 +Info 2506 [10:52:09.502] getCompletionData: Is inside comment: 0.0012400001287460327 +Info 2507 [10:52:09.502] getCompletionData: Get previous token: 0.023055000230669975 +Info 2508 [10:52:09.502] getCompletionsAtPosition: isCompletionListBlocker: 0.0027580000460147858 +Info 2509 [10:52:09.503] getCompletionData: Semantic work: 0.11278699990361929 +Info 2510 [10:52:09.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07761400006711483 +Info 2511 [10:52:09.503] Format host information updated +Info 2512 [10:52:09.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2513 [10:52:09.643] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 14.088758000172675ms +Info 2514 [10:52:09.643] Different program with same set of files +Info 2515 [10:52:09.643] getCompletionData: Get current token: 0.006645999848842621 +Info 2516 [10:52:09.643] getCompletionData: Is inside comment: 0.0015740003436803818 +Info 2517 [10:52:09.643] getCompletionData: Get previous token: 0.024520999751985073 +Info 2518 [10:52:09.643] getCompletionsAtPosition: isCompletionListBlocker: 0.0032770000398159027 +Info 2519 [10:52:09.644] getCompletionData: Semantic work: 0.15877699991688132 +Info 2520 [10:52:09.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0994179998524487 +Info 2521 [10:52:09.644] Format host information updated +Info 2522 [10:52:09.702] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2523 [10:52:09.711] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 8.78775000013411ms +Info 2524 [10:52:09.711] Different program with same set of files +Info 2525 [10:52:09.711] getCompletionData: Get current token: 0.010312000289559364 +Info 2526 [10:52:09.711] getCompletionData: Is inside comment: 0.0022609997540712357 +Info 2527 [10:52:09.711] getCompletionData: Get previous token: 0.03809199994429946 +Info 2528 [10:52:09.711] getCompletionsAtPosition: isCompletionListBlocker: 0.0034440001472830772 +Info 2529 [10:52:09.711] getCompletionData: Semantic work: 0.15855500008910894 +Info 2530 [10:52:09.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10731300013139844 +Info 2531 [10:52:09.712] Format host information updated +Info 2532 [10:52:09.881] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2533 [10:52:09.890] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 9.02824900019914ms +Info 2534 [10:52:09.890] Different program with same set of files +Info 2535 [10:52:09.890] getCompletionData: Get current token: 0.007396000437438488 +Info 2536 [10:52:09.890] getCompletionData: Is inside comment: 0.0015690000727772713 +Info 2537 [10:52:09.890] getCompletionData: Get previous token: 0.027393000200390816 +Info 2538 [10:52:09.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0031729997135698795 +Info 2539 [10:52:09.891] getCompletionData: Semantic work: 0.2030290002003312 +Info 2540 [10:52:09.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08619499998167157 +Info 2541 [10:52:09.891] Format host information updated +Info 2542 [10:52:09.951] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2543 [10:52:09.958] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 6.674001000355929ms +Info 2544 [10:52:09.958] Different program with same set of files +Info 2545 [10:52:09.958] getCompletionData: Get current token: 0.00658900011330843 +Info 2546 [10:52:09.958] getCompletionData: Is inside comment: 0.0013439999893307686 +Info 2547 [10:52:09.958] getCompletionData: Get previous token: 0.025314999744296074 +Info 2548 [10:52:09.958] getCompletionsAtPosition: isCompletionListBlocker: 0.002888999879360199 +Info 2549 [10:52:09.958] getCompletionData: Semantic work: 0.12161700008437037 +Info 2550 [10:52:09.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07504099979996681 +Info 2551 [10:52:09.959] Format host information updated +Info 2552 [10:52:10.082] Format host information updated +Info 2553 [10:52:10.082] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2554 [10:52:10.089] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 6.471095000393689ms +Info 2555 [10:52:10.089] Different program with same set of files +Info 2556 [10:52:10.230] Format host information updated +Info 2557 [10:52:10.230] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2558 [10:52:10.239] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 8.65674400003627ms +Info 2559 [10:52:10.239] Different program with same set of files +Info 2560 [10:52:10.568] Format host information updated +Info 2561 [10:52:10.568] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2562 [10:52:10.575] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 6.666402000002563ms +Info 2563 [10:52:10.575] Different program with same set of files +Info 2564 [10:52:10.957] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2565 [10:52:10.964] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 6.3747920002788305ms +Info 2566 [10:52:10.964] Different program with same set of files +Info 2567 [10:52:10.964] getCompletionData: Get current token: 0.006141999736428261 +Info 2568 [10:52:10.964] getCompletionData: Is inside comment: 0.0011889999732375145 +Info 2569 [10:52:10.964] getCompletionData: Get previous token: 0.02343800012022257 +Info 2570 [10:52:10.964] getCompletionsAtPosition: isCompletionListBlocker: 0.004222999792546034 +Info 2571 [10:52:10.964] getCompletionData: Semantic work: 0.1340620000846684 +Info 2572 [10:52:10.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07351899985224009 +Info 2573 [10:52:10.964] Format host information updated +Info 2574 [10:52:11.052] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2575 [10:52:11.086] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 34.251108000054955ms +Info 2576 [10:52:11.086] Different program with same set of files +Info 2577 [10:52:11.087] getCompletionData: Get current token: 0.03434700006619096 +Info 2578 [10:52:11.087] getCompletionData: Is inside comment: 0.00496299983933568 +Info 2579 [10:52:11.087] getCompletionData: Get previous token: 0.10836700024083257 +Info 2580 [10:52:11.087] getCompletionsAtPosition: isCompletionListBlocker: 0.011012000031769276 +Info 2581 [10:52:11.088] getCompletionData: Semantic work: 0.41285299975425005 +Info 2582 [10:52:11.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22947599971666932 +Info 2583 [10:52:11.092] Format host information updated +Info 2584 [10:52:11.173] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2585 [10:52:11.199] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 25.768203999847174ms +Info 2586 [10:52:11.199] Different program with same set of files +Info 2587 [10:52:11.200] getCompletionData: Get current token: 0.03766999999061227 +Info 2588 [10:52:11.200] getCompletionData: Is inside comment: 0.0065379999577999115 +Info 2589 [10:52:11.200] getCompletionData: Get previous token: 0.11345100030303001 +Info 2590 [10:52:11.200] getCompletionsAtPosition: isCompletionListBlocker: 0.014752999879419804 +Info 2591 [10:52:11.201] getCompletionData: Semantic work: 0.5457250000908971 +Info 2592 [10:52:11.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2903189999051392 +Info 2593 [10:52:11.202] Format host information updated +Info 2594 [10:52:11.256] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2595 [10:52:11.271] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 14.95741800032556ms +Info 2596 [10:52:11.271] Different program with same set of files +Info 2597 [10:52:11.272] getCompletionData: Get current token: 0.016053999774158 +Info 2598 [10:52:11.272] getCompletionData: Is inside comment: 0.00330400001257658 +Info 2599 [10:52:11.272] getCompletionData: Get previous token: 0.06542399991303682 +Info 2600 [10:52:11.272] getCompletionsAtPosition: isCompletionListBlocker: 0.009612999856472015 +Info 2601 [10:52:11.272] getCompletionData: Semantic work: 0.4243400003761053 +Info 2602 [10:52:11.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16932900017127395 +Info 2603 [10:52:11.278] Format host information updated +Info 2604 [10:52:11.366] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2605 [10:52:11.392] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 25.33917500032112ms +Info 2606 [10:52:11.392] Different program with same set of files +Info 2607 [10:52:11.393] getCompletionData: Get current token: 0.030042000114917755 +Info 2608 [10:52:11.393] getCompletionData: Is inside comment: 0.006408999674022198 +Info 2609 [10:52:11.393] getCompletionData: Get previous token: 0.11156500037759542 +Info 2610 [10:52:11.393] getCompletionsAtPosition: isCompletionListBlocker: 0.014553999993950129 +Info 2611 [10:52:11.394] getCompletionData: Semantic work: 0.5290780002251267 +Info 2612 [10:52:11.394] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.26850600028410554 +Info 2613 [10:52:11.395] Format host information updated +Info 2614 [10:52:11.763] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2615 [10:52:11.770] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 6.711292999796569ms +Info 2616 [10:52:11.770] Different program with same set of files +Info 2617 [10:52:11.770] getCompletionData: Get current token: 0.007226999849081039 +Info 2618 [10:52:11.770] getCompletionData: Is inside comment: 0.0014860001392662525 +Info 2619 [10:52:11.770] getCompletionData: Get previous token: 0.027362000197172165 +Info 2620 [10:52:11.770] getCompletionsAtPosition: isCompletionListBlocker: 0.004776999820023775 +Info 2621 [10:52:11.771] getCompletionData: Semantic work: 0.14609699975699186 +Info 2622 [10:52:11.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08221699995920062 +Info 2623 [10:52:11.774] Format host information updated +Info 2624 [10:52:11.868] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2625 [10:52:11.875] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 6.623658000025898ms +Info 2626 [10:52:11.875] Different program with same set of files +Info 2627 [10:52:11.875] getCompletionData: Get current token: 0.0065920003689825535 +Info 2628 [10:52:11.875] getCompletionData: Is inside comment: 0.0014650002121925354 +Info 2629 [10:52:11.875] getCompletionData: Get previous token: 0.027029999997466803 +Info 2630 [10:52:11.875] getCompletionsAtPosition: isCompletionListBlocker: 0.004699000157415867 +Info 2631 [10:52:11.875] getCompletionData: Semantic work: 0.16253900015726686 +Info 2632 [10:52:11.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07937500020489097 +Info 2633 [10:52:11.876] Format host information updated +Info 2634 [10:52:12.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2635 [10:52:12.208] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 25.418049999978393ms +Info 2636 [10:52:12.208] Different program with same set of files +Info 2637 [10:52:12.209] getCompletionData: Get current token: 0.0299579999409616 +Info 2638 [10:52:12.209] getCompletionData: Is inside comment: 0.006050000432878733 +Info 2639 [10:52:12.209] getCompletionData: Get previous token: 0.11122400034219027 +Info 2640 [10:52:12.209] getCompletionsAtPosition: isCompletionListBlocker: 0.014493000227957964 +Info 2641 [10:52:12.209] getCompletionData: Semantic work: 0.4963670000433922 +Info 2642 [10:52:12.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.29754799976944923 +Info 2643 [10:52:12.216] Format host information updated +Info 2644 [10:52:12.367] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2645 [10:52:12.390] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 23.245014999993145ms +Info 2646 [10:52:12.391] Different program with same set of files +Info 2647 [10:52:12.391] getCompletionData: Get current token: 0.015169999562203884 +Info 2648 [10:52:12.391] getCompletionData: Is inside comment: 0.003984000068157911 +Info 2649 [10:52:12.391] getCompletionData: Get previous token: 0.06000299984589219 +Info 2650 [10:52:12.391] getCompletionsAtPosition: isCompletionListBlocker: 0.015296000055968761 +Info 2651 [10:52:12.391] getCompletionData: Semantic work: 0.28992799995467067 +Info 2652 [10:52:12.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16466100001707673 +Info 2653 [10:52:12.392] Format host information updated +Info 2654 [10:52:12.447] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2655 [10:52:12.463] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 16.16506199957803ms +Info 2656 [10:52:12.463] Different program with same set of files +Info 2657 [10:52:12.464] getCompletionData: Get current token: 0.019239999819546938 +Info 2658 [10:52:12.464] getCompletionData: Is inside comment: 0.003846000414341688 +Info 2659 [10:52:12.464] getCompletionData: Get previous token: 0.09611199982464314 +Info 2660 [10:52:12.464] getCompletionsAtPosition: isCompletionListBlocker: 0.0181470001116395 +Info 2661 [10:52:12.464] getCompletionData: Semantic work: 0.33560499968007207 +Info 2662 [10:52:12.465] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18322100024670362 +Info 2663 [10:52:12.471] Format host information updated +Info 2664 [10:52:12.591] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2665 [10:52:12.597] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 6.811416000127792ms +Info 2666 [10:52:12.597] Different program with same set of files +Info 2667 [10:52:12.598] getCompletionData: Get current token: 0.0074730003252625465 +Info 2668 [10:52:12.598] getCompletionData: Is inside comment: 0.001697000116109848 +Info 2669 [10:52:12.598] getCompletionData: Get previous token: 0.029078999999910593 +Info 2670 [10:52:12.598] getCompletionsAtPosition: isCompletionListBlocker: 0.00469199987128377 +Info 2671 [10:52:12.598] getCompletionData: Semantic work: 0.15335999988019466 +Info 2672 [10:52:12.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10722199967131019 +Info 2673 [10:52:12.598] Format host information updated +Info 2674 [10:52:13.015] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2675 [10:52:13.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 6.51155100017786ms +Info 2676 [10:52:13.021] Different program with same set of files +Info 2677 [10:52:13.021] getCompletionData: Get current token: 0.011698000133037567 +Info 2678 [10:52:13.021] getCompletionData: Is inside comment: 0.0018870001658797264 +Info 2679 [10:52:13.021] getCompletionData: Get previous token: 0.045686000026762486 +Info 2680 [10:52:13.022] getCompletionsAtPosition: isCompletionListBlocker: 0.005638000089675188 +Info 2681 [10:52:13.022] getCompletionData: Semantic work: 0.19637000001966953 +Info 2682 [10:52:13.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09572200011461973 +Info 2683 [10:52:13.025] Format host information updated +Info 2684 [10:52:13.181] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2685 [10:52:13.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 7.111936999950558ms +Info 2686 [10:52:13.188] Different program with same set of files +Info 2687 [10:52:13.188] getCompletionData: Get current token: 0.006202999968081713 +Info 2688 [10:52:13.188] getCompletionData: Is inside comment: 0.0014039999805390835 +Info 2689 [10:52:13.188] getCompletionData: Get previous token: 0.02234000014141202 +Info 2690 [10:52:13.188] getCompletionsAtPosition: isCompletionListBlocker: 0.004672999959439039 +Info 2691 [10:52:13.188] getCompletionData: Semantic work: 0.15226699970662594 +Info 2692 [10:52:13.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07093599997460842 +Info 2693 [10:52:13.189] Format host information updated +Info 2694 [10:52:13.262] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2695 [10:52:13.271] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 9.492238000035286ms +Info 2696 [10:52:13.271] Different program with same set of files +Info 2697 [10:52:13.272] getCompletionData: Get current token: 0.010829999577254057 +Info 2698 [10:52:13.272] getCompletionData: Is inside comment: 0.002057999838143587 +Info 2699 [10:52:13.272] getCompletionData: Get previous token: 0.03937199991196394 +Info 2700 [10:52:13.272] getCompletionsAtPosition: isCompletionListBlocker: 0.006590999662876129 +Info 2701 [10:52:13.272] getCompletionData: Semantic work: 0.20812599966302514 +Info 2702 [10:52:13.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09972899965941906 +Info 2703 [10:52:13.276] Format host information updated +Info 2704 [10:52:13.364] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2705 [10:52:13.370] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 6.170036000199616ms +Info 2706 [10:52:13.370] Different program with same set of files +Info 2707 [10:52:13.370] getCompletionData: Get current token: 0.006453000009059906 +Info 2708 [10:52:13.370] getCompletionData: Is inside comment: 0.0013000001199543476 +Info 2709 [10:52:13.370] getCompletionData: Get previous token: 0.022319999989122152 +Info 2710 [10:52:13.370] getCompletionsAtPosition: isCompletionListBlocker: 0.004366000182926655 +Info 2711 [10:52:13.370] getCompletionData: Semantic work: 0.1621220000088215 +Info 2712 [10:52:13.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06076100002974272 +Info 2713 [10:52:13.371] Format host information updated +Info 2714 [10:52:16.855] getCompletionData: Get current token: 0.030799999833106995 +Info 2715 [10:52:16.855] getCompletionData: Is inside comment: 0.06247999984771013 +Info 2716 [10:52:16.855] getCompletionData: Get previous token: 0.03407400008291006 +Info 2717 [10:52:16.855] getCompletionsAtPosition: isCompletionListBlocker: 0.011311000213027 +Info 2718 [10:52:16.857] getExportInfoMap: cache hit +Info 2719 [10:52:16.878] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 2720 [10:52:16.878] collectAutoImports: response is complete +Info 2721 [10:52:16.878] collectAutoImports: 20.788147000130266 +Info 2722 [10:52:16.878] getCompletionData: Semantic work: 22.75483899982646 +Info 2723 [10:52:16.883] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.224489999935031 +Info 2724 [10:52:17.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2725 [10:52:17.167] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 6.43929099990055ms +Info 2726 [10:52:17.167] Different program with same set of files +Info 2727 [10:52:17.167] getCompletionData: Get current token: 0.00329100014641881 +Info 2728 [10:52:17.168] getCompletionData: Is inside comment: 0.012828999664634466 +Info 2729 [10:52:17.168] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2730 [10:52:17.168] Format host information updated +Info 2731 [10:52:17.526] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2732 [10:52:17.535] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 8.299118000082672ms +Info 2733 [10:52:17.535] Different program with same set of files +Info 2734 [10:52:17.535] getCompletionData: Get current token: 0.0037960000336170197 +Info 2735 [10:52:17.535] getCompletionData: Is inside comment: 0.01191100012511015 +Info 2736 [10:52:17.535] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2737 [10:52:17.535] Format host information updated +Info 2738 [10:52:17.681] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2739 [10:52:17.688] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 6.746027000248432ms +Info 2740 [10:52:17.688] Different program with same set of files +Info 2741 [10:52:17.688] getCompletionData: Get current token: 0.010950000025331974 +Info 2742 [10:52:17.688] getCompletionData: Is inside comment: 0.015583999920636415 +Info 2743 [10:52:17.688] getCompletionData: Get previous token: 0.008553999941796064 +Info 2744 [10:52:17.688] getCompletionsAtPosition: isCompletionListBlocker: 0.0035500000230968 +Info 2745 [10:52:17.689] getExportInfoMap: cache hit +Info 2746 [10:52:17.701] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 2747 [10:52:17.701] collectAutoImports: response is complete +Info 2748 [10:52:17.701] collectAutoImports: 12.03099500015378 +Info 2749 [10:52:17.701] getCompletionData: Semantic work: 12.543122000060976 +Info 2750 [10:52:17.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.851441999897361 +Info 2751 [10:52:17.709] Format host information updated +Info 2752 [10:52:17.776] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2753 [10:52:17.795] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 19.365934999659657ms +Info 2754 [10:52:17.795] Different program with same set of files +Info 2755 [10:52:17.796] getCompletionData: Get current token: 0.012330999597907066 +Info 2756 [10:52:17.796] getCompletionData: Is inside comment: 0.04337099986150861 +Info 2757 [10:52:17.796] getCompletionData: Get previous token: 0.04813000001013279 +Info 2758 [10:52:17.796] getCompletionsAtPosition: isCompletionListBlocker: 0.008015000261366367 +Info 2759 [10:52:17.797] getExportInfoMap: cache hit +Info 2760 [10:52:17.802] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2761 [10:52:17.802] collectAutoImports: response is complete +Info 2762 [10:52:17.802] collectAutoImports: 4.408206999767572 +Info 2763 [10:52:17.802] getCompletionData: Semantic work: 5.835558000020683 +Info 2764 [10:52:17.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.590511000249535 +Info 2765 [10:52:17.810] Format host information updated +Info 2766 [10:52:17.951] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2767 [10:52:17.957] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 6.627499000169337ms +Info 2768 [10:52:17.957] Different program with same set of files +Info 2769 [10:52:17.958] getCompletionData: Get current token: 0.008781000040471554 +Info 2770 [10:52:17.958] getCompletionData: Is inside comment: 0.016150000039488077 +Info 2771 [10:52:17.958] getCompletionData: Get previous token: 0.009789000265300274 +Info 2772 [10:52:17.958] getCompletionsAtPosition: isCompletionListBlocker: 0.0027929996140301228 +Info 2773 [10:52:17.958] getExportInfoMap: cache hit +Info 2774 [10:52:17.968] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 2775 [10:52:17.968] collectAutoImports: response is complete +Info 2776 [10:52:17.968] collectAutoImports: 9.504267999902368 +Info 2777 [10:52:17.968] getCompletionData: Semantic work: 9.997036000248045 +Info 2778 [10:52:17.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.199572999961674 +Info 2779 [10:52:17.977] Format host information updated +Info 2780 [10:52:18.962] getCompletionData: Get current token: 0.0061090001836419106 +Info 2781 [10:52:18.962] getCompletionData: Is inside comment: 0.012792000081390142 +Info 2782 [10:52:18.962] getCompletionData: Get previous token: 0.008151999674737453 +Info 2783 [10:52:18.962] getCompletionsAtPosition: isCompletionListBlocker: 0.0035210000351071358 +Info 2784 [10:52:18.963] getExportInfoMap: cache hit +Info 2785 [10:52:18.970] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 2786 [10:52:18.970] collectAutoImports: response is complete +Info 2787 [10:52:18.970] collectAutoImports: 6.885038000065833 +Info 2788 [10:52:18.970] getCompletionData: Semantic work: 7.395874000154436 +Info 2789 [10:52:18.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.643879000097513 +Info 2790 [10:52:19.064] Format host information updated +Info 2791 [10:52:19.064] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2792 [10:52:19.072] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 7.958482999820262ms +Info 2793 [10:52:19.072] Different program with same set of files +Info 2794 [10:52:22.948] getCompletionData: Get current token: 0.004916999954730272 +Info 2795 [10:52:22.948] getCompletionData: Is inside comment: 0.0013299998827278614 +Info 2796 [10:52:22.948] getCompletionData: Get previous token: 0.012098999693989754 +Info 2797 [10:52:22.948] getCompletionsAtPosition: isCompletionListBlocker: 0.003624000120908022 +Info 2798 [10:52:22.948] getExportInfoMap: cache hit +Info 2799 [10:52:22.956] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 2800 [10:52:22.956] collectAutoImports: response is complete +Info 2801 [10:52:22.956] collectAutoImports: 8.158915000036359 +Info 2802 [10:52:22.956] getCompletionData: Semantic work: 8.797203999944031 +Info 2803 [10:52:22.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8818489997647703 +Info 2804 [10:52:24.143] Format host information updated +Info 2805 [10:52:24.143] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2806 [10:52:24.151] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 7.899023999925703ms +Info 2807 [10:52:24.151] Different program with same set of files +Info 2808 [10:52:24.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2809 [10:52:24.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 6.681981000117958ms +Info 2810 [10:52:24.424] Different program with same set of files +Info 2811 [10:52:24.424] getCompletionData: Get current token: 0.005280000157654285 +Info 2812 [10:52:24.424] getCompletionData: Is inside comment: 0.005736999679356813 +Info 2813 [10:52:24.424] getCompletionData: Get previous token: 0.0036280001513659954 +Info 2814 [10:52:24.424] getCompletionsAtPosition: isCompletionListBlocker: 0.00570000009611249 +Info 2815 [10:52:24.424] Returning an empty list because completion was requested in an invalid position. +Info 2816 [10:52:24.424] Format host information updated +Info 2817 [10:52:24.701] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2818 [10:52:24.709] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 8.138303000014275ms +Info 2819 [10:52:24.709] Different program with same set of files +Info 2820 [10:52:24.709] getCompletionData: Get current token: 0.0016369996592402458 +Info 2821 [10:52:24.709] getCompletionData: Is inside comment: 0.006696999538689852 +Info 2822 [10:52:24.709] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2823 [10:52:24.709] Format host information updated +Info 2824 [10:52:24.825] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2825 [10:52:24.832] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 6.916723999660462ms +Info 2826 [10:52:24.832] Different program with same set of files +Info 2827 [10:52:24.832] getCompletionData: Get current token: 0.002090000081807375 +Info 2828 [10:52:24.832] getCompletionData: Is inside comment: 0.0044120000675320625 +Info 2829 [10:52:24.832] Format host information updated +Info 2830 [10:52:24.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2831 [10:52:24.958] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 9.51147500006482ms +Info 2832 [10:52:24.958] Different program with same set of files +Info 2833 [10:52:24.958] getCompletionData: Get current token: 0.002615999896079302 +Info 2834 [10:52:24.958] getCompletionData: Is inside comment: 0.0049219997599720955 +Info 2835 [10:52:24.958] Format host information updated +Info 2836 [10:52:25.446] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2837 [10:52:25.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 6.5004839999601245ms +Info 2838 [10:52:25.452] Different program with same set of files +Info 2839 [10:52:25.452] getCompletionData: Get current token: 0.003292000386863947 +Info 2840 [10:52:25.452] getCompletionData: Is inside comment: 0.005936000030487776 +Info 2841 [10:52:25.452] getCompletionData: Get previous token: 0.005104000214487314 +Info 2842 [10:52:25.452] getCompletionsAtPosition: isCompletionListBlocker: 0.013073999900370836 +Info 2843 [10:52:25.453] getExportInfoMap: cache hit +Info 2844 [10:52:25.464] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 2845 [10:52:25.464] collectAutoImports: response is complete +Info 2846 [10:52:25.464] collectAutoImports: 10.906032000202686 +Info 2847 [10:52:25.464] getCompletionData: Semantic work: 11.454533000010997 +Info 2848 [10:52:25.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5106660001911223 +Info 2849 [10:52:25.469] Format host information updated +Info 2850 [10:52:25.934] Format host information updated +Info 2851 [10:52:25.934] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2852 [10:52:25.941] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 6.7240889999084175ms +Info 2853 [10:52:25.941] Different program with same set of files +Info 2854 [10:52:26.067] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2855 [10:52:26.082] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 14.902863999828696ms +Info 2856 [10:52:26.082] Different program with same set of files +Info 2857 [10:52:26.082] getCompletionData: Get current token: 0.00456599984318018 +Info 2858 [10:52:26.082] getCompletionData: Is inside comment: 0.008741999976336956 +Info 2859 [10:52:26.083] Format host information updated +Info 2860 [10:52:26.244] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2861 [10:52:26.251] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 6.836779000237584ms +Info 2862 [10:52:26.251] Different program with same set of files +Info 2863 [10:52:26.251] getCompletionData: Get current token: 0.02832400007173419 +Info 2864 [10:52:26.251] getCompletionData: Is inside comment: 0.008735999930649996 +Info 2865 [10:52:26.251] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2866 [10:52:26.252] Format host information updated +Info 2867 [10:52:26.413] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2868 [10:52:26.422] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 9.480543999932706ms +Info 2869 [10:52:26.422] Different program with same set of files +Info 2870 [10:52:26.423] getCompletionData: Get current token: 0.0025969999842345715 +Info 2871 [10:52:26.423] getCompletionData: Is inside comment: 0.00737100001424551 +Info 2872 [10:52:26.423] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2873 [10:52:26.423] Format host information updated +Info 2874 [10:52:26.487] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2875 [10:52:26.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 6.846992000006139ms +Info 2876 [10:52:26.494] Different program with same set of files +Info 2877 [10:52:26.494] getCompletionData: Get current token: 0.0024480000138282776 +Info 2878 [10:52:26.494] getCompletionData: Is inside comment: 0.006808999925851822 +Info 2879 [10:52:26.494] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2880 [10:52:26.494] Format host information updated +Info 2881 [10:52:26.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2882 [10:52:26.600] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 6.609508000314236ms +Info 2883 [10:52:26.600] Different program with same set of files +Info 2884 [10:52:26.601] getCompletionData: Get current token: 0.002317999955266714 +Info 2885 [10:52:26.601] getCompletionData: Is inside comment: 0.017537999898195267 +Info 2886 [10:52:26.601] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2887 [10:52:26.603] Format host information updated +Info 2888 [10:52:26.671] Format host information updated +Info 2889 [10:52:26.671] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2890 [10:52:26.698] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 26.28799600014463ms +Info 2891 [10:52:26.698] Different program with same set of files +Info 2892 [10:52:26.974] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2893 [10:52:26.981] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 7.1098569999448955ms +Info 2894 [10:52:26.981] Different program with same set of files +Info 2895 [10:52:26.981] getCompletionData: Get current token: 0.0024679997004568577 +Info 2896 [10:52:26.981] getCompletionData: Is inside comment: 0.009845000226050615 +Info 2897 [10:52:26.981] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2898 [10:52:26.985] Format host information updated +Info 2899 [10:52:27.036] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2900 [10:52:27.045] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 8.715672000311315ms +Info 2901 [10:52:27.045] Different program with same set of files +Info 2902 [10:52:27.045] getCompletionData: Get current token: 0.004133999813348055 +Info 2903 [10:52:27.045] getCompletionData: Is inside comment: 0.011735999956727028 +Info 2904 [10:52:27.045] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2905 [10:52:27.045] Format host information updated +Info 2906 [10:52:27.724] getCompletionData: Get current token: 0.0031670001335442066 +Info 2907 [10:52:27.725] getCompletionData: Is inside comment: 0.007985000032931566 +Info 2908 [10:52:27.725] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2909 [10:52:27.830] Format host information updated +Info 2910 [10:52:27.831] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2911 [10:52:27.838] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 7.192456000018865ms +Info 2912 [10:52:27.838] Different program with same set of files +Info 2913 [10:52:28.273] getCompletionData: Get current token: 0.02455399977043271 +Info 2914 [10:52:28.273] getCompletionData: Is inside comment: 0.054487999994307756 +Info 2915 [10:52:28.273] getCompletionData: Get previous token: 0.032992000225931406 +Info 2916 [10:52:28.274] getCompletionsAtPosition: isCompletionListBlocker: 0.009188999887555838 +Info 2917 [10:52:28.276] getExportInfoMap: cache hit +Info 2918 [10:52:28.290] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 2919 [10:52:28.290] collectAutoImports: response is complete +Info 2920 [10:52:28.290] collectAutoImports: 14.282211000099778 +Info 2921 [10:52:28.290] getCompletionData: Semantic work: 16.93416600022465 +Info 2922 [10:52:28.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.013338000047952 +Info 2923 [10:52:29.186] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2924 [10:52:29.194] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 7.877414999995381ms +Info 2925 [10:52:29.194] Different program with same set of files +Info 2926 [10:52:29.194] getCompletionData: Get current token: 0.005927999969571829 +Info 2927 [10:52:29.194] getCompletionData: Is inside comment: 0.009934999980032444 +Info 2928 [10:52:29.195] getCompletionData: Get previous token: 0.00821600016206503 +Info 2929 [10:52:29.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0030609997920691967 +Info 2930 [10:52:29.195] getExportInfoMap: cache hit +Info 2931 [10:52:29.206] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 2932 [10:52:29.206] collectAutoImports: response is complete +Info 2933 [10:52:29.206] collectAutoImports: 10.877541000023484 +Info 2934 [10:52:29.206] getCompletionData: Semantic work: 11.380629000253975 +Info 2935 [10:52:29.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.372879999689758 +Info 2936 [10:52:29.213] Format host information updated +Info 2937 [10:52:29.255] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2938 [10:52:29.265] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 9.878492000047117ms +Info 2939 [10:52:29.265] Different program with same set of files +Info 2940 [10:52:29.265] getCompletionData: Get current token: 0.004660000093281269 +Info 2941 [10:52:29.265] getCompletionData: Is inside comment: 0.009852999821305275 +Info 2942 [10:52:29.265] getCompletionData: Get previous token: 0.007176999934017658 +Info 2943 [10:52:29.265] getCompletionsAtPosition: isCompletionListBlocker: 0.006944000255316496 +Info 2944 [10:52:29.265] getExportInfoMap: cache hit +Info 2945 [10:52:29.274] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 2946 [10:52:29.274] collectAutoImports: response is complete +Info 2947 [10:52:29.274] collectAutoImports: 8.59450599970296 +Info 2948 [10:52:29.274] getCompletionData: Semantic work: 9.153005000203848 +Info 2949 [10:52:29.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8298680000007153 +Info 2950 [10:52:29.281] Format host information updated +Info 2951 [10:52:29.630] getCompletionData: Get current token: 0.008299999870359898 +Info 2952 [10:52:29.630] getCompletionData: Is inside comment: 0.011177000124007463 +Info 2953 [10:52:29.631] getCompletionData: Get previous token: 0.007658000104129314 +Info 2954 [10:52:29.631] getCompletionsAtPosition: isCompletionListBlocker: 0.0024490002542734146 +Info 2955 [10:52:29.631] Returning an empty list because completion was requested in an invalid position. +Info 2956 [10:52:30.451] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2957 [10:52:30.460] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 8.3823609999381ms +Info 2958 [10:52:30.460] Different program with same set of files +Info 2959 [10:52:30.460] getCompletionData: Get current token: 0.005084000062197447 +Info 2960 [10:52:30.460] getCompletionData: Is inside comment: 0.010083999950438738 +Info 2961 [10:52:30.460] getCompletionData: Get previous token: 0.013704000040888786 +Info 2962 [10:52:30.460] getCompletionsAtPosition: isCompletionListBlocker: 0.0030469996854662895 +Info 2963 [10:52:30.460] getExportInfoMap: cache hit +Info 2964 [10:52:30.464] collectAutoImports: resolved 0 module specifiers, plus 37 ambient and 63 from cache +Info 2965 [10:52:30.464] collectAutoImports: response is complete +Info 2966 [10:52:30.464] collectAutoImports: 3.9448120002634823 +Info 2967 [10:52:30.464] getCompletionData: Semantic work: 4.513597999699414 +Info 2968 [10:52:30.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0394290001131594 +Info 2969 [10:52:30.468] Format host information updated +Info 2970 [10:52:31.039] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2971 [10:52:31.047] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 7.268699000123888ms +Info 2972 [10:52:31.047] Different program with same set of files +Info 2973 [10:52:31.047] getCompletionData: Get current token: 0.005224000196903944 +Info 2974 [10:52:31.047] getCompletionData: Is inside comment: 0.011553999967873096 +Info 2975 [10:52:31.047] getCompletionData: Get previous token: 0.008673000149428844 +Info 2976 [10:52:31.047] getCompletionsAtPosition: isCompletionListBlocker: 0.0027449997141957283 +Info 2977 [10:52:31.047] getExportInfoMap: cache hit +Info 2978 [10:52:31.057] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 2979 [10:52:31.057] collectAutoImports: response is complete +Info 2980 [10:52:31.057] collectAutoImports: 9.976431000046432 +Info 2981 [10:52:31.057] getCompletionData: Semantic work: 10.469229000154883 +Info 2982 [10:52:31.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4043740001507103 +Info 2983 [10:52:31.063] Format host information updated +Info 2984 [10:52:31.151] Format host information updated +Info 2985 [10:52:31.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2986 [10:52:31.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 8.46364099998027ms +Info 2987 [10:52:31.160] Different program with same set of files +Info 2988 [10:52:32.328] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2989 [10:52:32.335] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 6.889576999936253ms +Info 2990 [10:52:32.335] Different program with same set of files +Info 2991 [10:52:32.335] getCompletionData: Get current token: 0.0056479997001588345 +Info 2992 [10:52:32.335] getCompletionData: Is inside comment: 0.01308300020173192 +Info 2993 [10:52:32.336] getCompletionData: Get previous token: 0.0187389999628067 +Info 2994 [10:52:32.336] getCompletionsAtPosition: isCompletionListBlocker: 0.002791999839246273 +Info 2995 [10:52:32.336] getExportInfoMap: cache hit +Info 2996 [10:52:32.340] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 10 from cache +Info 2997 [10:52:32.340] collectAutoImports: response is complete +Info 2998 [10:52:32.340] collectAutoImports: 3.4759400002658367 +Info 2999 [10:52:32.340] getCompletionData: Semantic work: 4.049204000271857 +Info 3000 [10:52:32.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.044820999726653 +Info 3001 [10:52:32.343] Format host information updated +Info 3002 [10:52:32.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3003 [10:52:32.470] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 8.297756999731064ms +Info 3004 [10:52:32.470] Different program with same set of files +Info 3005 [10:52:32.470] getCompletionData: Get current token: 0.005772000178694725 +Info 3006 [10:52:32.470] getCompletionData: Is inside comment: 0.01235199999064207 +Info 3007 [10:52:32.470] getCompletionData: Get previous token: 0.01833400037139654 +Info 3008 [10:52:32.470] getCompletionsAtPosition: isCompletionListBlocker: 0.0029149996116757393 +Info 3009 [10:52:32.470] getExportInfoMap: cache hit +Info 3010 [10:52:32.473] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 2 from cache +Info 3011 [10:52:32.473] collectAutoImports: response is complete +Info 3012 [10:52:32.473] collectAutoImports: 2.130302000325173 +Info 3013 [10:52:32.473] getCompletionData: Semantic work: 2.6841270001605153 +Info 3014 [10:52:32.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.273597000166774 +Info 3015 [10:52:32.476] Format host information updated +Info 3016 [10:52:32.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3017 [10:52:32.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 7.100493000354618ms +Info 3018 [10:52:32.587] Different program with same set of files +Info 3019 [10:52:32.587] getCompletionData: Get current token: 0.00607800018042326 +Info 3020 [10:52:32.587] getCompletionData: Is inside comment: 0.013524999842047691 +Info 3021 [10:52:32.587] getCompletionData: Get previous token: 0.01994400005787611 +Info 3022 [10:52:32.588] getCompletionsAtPosition: isCompletionListBlocker: 0.003512999974191189 +Info 3023 [10:52:32.588] getExportInfoMap: cache hit +Info 3024 [10:52:32.590] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 3025 [10:52:32.590] collectAutoImports: response is complete +Info 3026 [10:52:32.590] collectAutoImports: 1.9666530000977218 +Info 3027 [10:52:32.590] getCompletionData: Semantic work: 2.5487770000472665 +Info 3028 [10:52:32.592] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.087211999576539 +Info 3029 [10:52:32.594] Format host information updated +Info 3030 [10:52:32.696] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3031 [10:52:32.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 7.304376000072807ms +Info 3032 [10:52:32.703] Different program with same set of files +Info 3033 [10:52:32.703] getCompletionData: Get current token: 0.007758000399917364 +Info 3034 [10:52:32.703] getCompletionData: Is inside comment: 0.015432999935001135 +Info 3035 [10:52:32.704] getCompletionData: Get previous token: 0.03886000020429492 +Info 3036 [10:52:32.704] getCompletionsAtPosition: isCompletionListBlocker: 0.003192000091075897 +Info 3037 [10:52:32.704] getExportInfoMap: cache hit +Info 3038 [10:52:32.715] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3039 [10:52:32.715] collectAutoImports: response is complete +Info 3040 [10:52:32.715] collectAutoImports: 10.649043000303209 +Info 3041 [10:52:32.715] getCompletionData: Semantic work: 11.217676000203937 +Info 3042 [10:52:32.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.7454530000686646 +Info 3043 [10:52:32.724] Format host information updated +Info 3044 [10:52:32.977] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3045 [10:52:32.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 6.839375999756157ms +Info 3046 [10:52:32.984] Different program with same set of files +Info 3047 [10:52:32.984] getCompletionData: Get current token: 0.008454000111669302 +Info 3048 [10:52:32.984] getCompletionData: Is inside comment: 0.016825000289827585 +Info 3049 [10:52:32.985] getCompletionData: Get previous token: 0.03416100004687905 +Info 3050 [10:52:32.985] getCompletionsAtPosition: isCompletionListBlocker: 0.0033900002017617226 +Info 3051 [10:52:32.985] getExportInfoMap: cache hit +Info 3052 [10:52:32.997] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3053 [10:52:32.997] collectAutoImports: response is complete +Info 3054 [10:52:32.997] collectAutoImports: 12.1914800000377 +Info 3055 [10:52:32.997] getCompletionData: Semantic work: 12.770326999947429 +Info 3056 [10:52:33.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.949866999872029 +Info 3057 [10:52:33.004] Format host information updated +Info 3058 [10:52:33.038] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3059 [10:52:33.054] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 15.823663999792188ms +Info 3060 [10:52:33.054] Different program with same set of files +Info 3061 [10:52:33.054] getCompletionData: Get current token: 0.005493000149726868 +Info 3062 [10:52:33.054] getCompletionData: Is inside comment: 0.01082699978724122 +Info 3063 [10:52:33.054] getCompletionData: Get previous token: 0.025950999930500984 +Info 3064 [10:52:33.054] getCompletionsAtPosition: isCompletionListBlocker: 0.007639999967068434 +Info 3065 [10:52:33.055] getExportInfoMap: cache hit +Info 3066 [10:52:33.068] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3067 [10:52:33.068] collectAutoImports: response is complete +Info 3068 [10:52:33.068] collectAutoImports: 13.484009000007063 +Info 3069 [10:52:33.068] getCompletionData: Semantic work: 14.115686999633908 +Info 3070 [10:52:33.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.986853000242263 +Info 3071 [10:52:33.078] Format host information updated +Info 3072 [10:52:33.350] getCompletionData: Get current token: 0.00647500017657876 +Info 3073 [10:52:33.350] getCompletionData: Is inside comment: 0.012703000102192163 +Info 3074 [10:52:33.350] getCompletionData: Get previous token: 0.008535000029951334 +Info 3075 [10:52:33.350] getCompletionsAtPosition: isCompletionListBlocker: 0.0037980000488460064 +Info 3076 [10:52:33.350] getExportInfoMap: cache hit +Info 3077 [10:52:33.357] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3078 [10:52:33.357] collectAutoImports: response is complete +Info 3079 [10:52:33.357] collectAutoImports: 6.816133999731392 +Info 3080 [10:52:33.357] getCompletionData: Semantic work: 7.410647000186145 +Info 3081 [10:52:33.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0951319998130202 +Info 3082 [10:52:33.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3083 [10:52:33.580] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 311 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.060476999729872ms +Info 3084 [10:52:33.580] Different program with same set of files +Info 3085 [10:52:33.581] Format host information updated +Info 3086 [10:52:33.684] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3087 [10:52:33.698] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 312 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.952978999819607ms +Info 3088 [10:52:33.698] Different program with same set of files +Info 3089 [10:52:33.698] getCompletionData: Get current token: 0.006670000031590462 +Info 3090 [10:52:33.698] getCompletionData: Is inside comment: 0.012727000284940004 +Info 3091 [10:52:33.698] getCompletionData: Get previous token: 0.009606000036001205 +Info 3092 [10:52:33.698] getCompletionsAtPosition: isCompletionListBlocker: 0.008342999964952469 +Info 3093 [10:52:33.699] getExportInfoMap: cache hit +Info 3094 [10:52:33.708] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3095 [10:52:33.708] collectAutoImports: response is complete +Info 3096 [10:52:33.708] collectAutoImports: 9.483760999981314 +Info 3097 [10:52:33.708] getCompletionData: Semantic work: 9.95155300013721 +Info 3098 [10:52:33.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.498135000001639 +Info 3099 [10:52:33.714] Format host information updated +Info 3100 [10:52:34.204] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3101 [10:52:34.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 313 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.272797000128776ms +Info 3102 [10:52:34.218] Different program with same set of files +Info 3103 [10:52:34.219] Format host information updated +Info 3104 [10:52:34.280] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3105 [10:52:34.295] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 314 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.323434999678284ms +Info 3106 [10:52:34.295] Different program with same set of files +Info 3107 [10:52:34.296] Format host information updated +Info 3108 [10:52:34.476] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3109 [10:52:34.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 315 structureChanged: true structureIsReused:: SafeModules Elapsed: 21.70983499987051ms +Info 3110 [10:52:34.498] Different program with same set of files +Info 3111 [10:52:34.499] Format host information updated +Info 3112 [10:52:35.190] Format host information updated +Info 3113 [10:52:35.191] Format host information updated +Info 3114 [10:52:35.191] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3115 [10:52:35.206] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 316 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.096870999783278ms +Info 3116 [10:52:35.206] Different program with same set of files +Info 3117 [10:52:35.207] Format host information updated +Info 3118 [10:52:35.536] getCompletionData: Get current token: 0.005130999721586704 +Info 3119 [10:52:35.537] getCompletionData: Is inside comment: 0.010005000047385693 +Info 3120 [10:52:35.537] getCompletionData: Get previous token: 0.010599000379443169 +Info 3121 [10:52:35.537] getCompletionsAtPosition: isCompletionListBlocker: 0.024596999865025282 +Info 3122 [10:52:35.537] getExportInfoMap: cache hit +Info 3123 [10:52:35.546] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3124 [10:52:35.546] collectAutoImports: response is complete +Info 3125 [10:52:35.546] collectAutoImports: 8.562605999875814 +Info 3126 [10:52:35.546] getCompletionData: Semantic work: 9.185599999967963 +Info 3127 [10:52:35.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.357942999806255 +Info 3128 [10:52:35.739] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3129 [10:52:35.747] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 7.88458799989894ms +Info 3130 [10:52:35.747] Different program with same set of files +Info 3131 [10:52:35.747] getCompletionData: Get current token: 0.007176999934017658 +Info 3132 [10:52:35.747] getCompletionData: Is inside comment: 0.010887000244110823 +Info 3133 [10:52:35.747] getCompletionData: Get previous token: 0.008056999649852514 +Info 3134 [10:52:35.747] getCompletionsAtPosition: isCompletionListBlocker: 0.0027290000580251217 +Info 3135 [10:52:35.747] getCompletionData: Semantic work: 0.5149620003066957 +Info 3136 [10:52:35.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.48725399980321527 +Info 3137 [10:52:35.749] Format host information updated +Info 3138 [10:52:35.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3139 [10:52:35.957] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 6.836949999909848ms +Info 3140 [10:52:35.957] Different program with same set of files +Info 3141 [10:52:35.957] getCompletionData: Get current token: 0.0047109997831285 +Info 3142 [10:52:35.958] getCompletionData: Is inside comment: 0.009116000030189753 +Info 3143 [10:52:35.958] getCompletionData: Get previous token: 0.013138000387698412 +Info 3144 [10:52:35.958] getCompletionsAtPosition: isCompletionListBlocker: 0.002329000271856785 +Info 3145 [10:52:35.958] getCompletionData: Semantic work: 0.20843999972566962 +Info 3146 [10:52:35.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4561129999347031 +Info 3147 [10:52:35.959] Format host information updated +Info 3148 [10:52:36.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3149 [10:52:36.075] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 26.72589199990034ms +Info 3150 [10:52:36.075] Different program with same set of files +Info 3151 [10:52:36.075] getCompletionData: Get current token: 0.013325000181794167 +Info 3152 [10:52:36.075] getCompletionData: Is inside comment: 0.02468500006943941 +Info 3153 [10:52:36.075] getCompletionData: Get previous token: 0.04150799987837672 +Info 3154 [10:52:36.076] getCompletionsAtPosition: isCompletionListBlocker: 0.005391999613493681 +Info 3155 [10:52:36.076] getCompletionData: Semantic work: 0.4751619999296963 +Info 3156 [10:52:36.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9833340002223849 +Info 3157 [10:52:36.078] Format host information updated +Info 3158 [10:52:36.191] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3159 [10:52:36.197] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 6.767498000059277ms +Info 3160 [10:52:36.197] Different program with same set of files +Info 3161 [10:52:36.198] getCompletionData: Get current token: 0.0056050000712275505 +Info 3162 [10:52:36.198] getCompletionData: Is inside comment: 0.010913999751210213 +Info 3163 [10:52:36.198] getCompletionData: Get previous token: 0.015664999838918447 +Info 3164 [10:52:36.198] getCompletionsAtPosition: isCompletionListBlocker: 0.002791999839246273 +Info 3165 [10:52:36.198] getCompletionData: Semantic work: 0.22987700020894408 +Info 3166 [10:52:36.199] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5357619998976588 +Info 3167 [10:52:36.199] Format host information updated +Info 3168 [10:52:36.324] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3169 [10:52:36.357] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 32.73258200008422ms +Info 3170 [10:52:36.357] Different program with same set of files +Info 3171 [10:52:36.358] getCompletionData: Get current token: 0.01710799988359213 +Info 3172 [10:52:36.358] getCompletionData: Is inside comment: 0.032306000124663115 +Info 3173 [10:52:36.358] getCompletionData: Get previous token: 0.05008699977770448 +Info 3174 [10:52:36.358] getCompletionsAtPosition: isCompletionListBlocker: 0.0062489998526871204 +Info 3175 [10:52:36.359] getCompletionData: Semantic work: 0.6234940001741052 +Info 3176 [10:52:36.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5253699999302626 +Info 3177 [10:52:36.361] Format host information updated +Info 3178 [10:52:36.524] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3179 [10:52:36.530] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 6.741576999891549ms +Info 3180 [10:52:36.530] Different program with same set of files +Info 3181 [10:52:36.531] getCompletionData: Get current token: 0.0057069999165833 +Info 3182 [10:52:36.531] getCompletionData: Is inside comment: 0.011402000207453966 +Info 3183 [10:52:36.531] getCompletionData: Get previous token: 0.015682999975979328 +Info 3184 [10:52:36.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0029529999010264874 +Info 3185 [10:52:36.531] getCompletionData: Semantic work: 0.23215500032529235 +Info 3186 [10:52:36.531] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5580529998987913 +Info 3187 [10:52:36.532] Format host information updated +Info 3188 [10:52:36.746] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3189 [10:52:36.754] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 8.544908999931067ms +Info 3190 [10:52:36.754] Different program with same set of files +Info 3191 [10:52:36.754] getCompletionData: Get current token: 0.00496899988502264 +Info 3192 [10:52:36.754] getCompletionData: Is inside comment: 0.00977300014346838 +Info 3193 [10:52:36.754] getCompletionData: Get previous token: 0.013711000327020884 +Info 3194 [10:52:36.754] getCompletionsAtPosition: isCompletionListBlocker: 0.002964000217616558 +Info 3195 [10:52:36.755] getCompletionData: Semantic work: 0.21114700008183718 +Info 3196 [10:52:36.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4720719996839762 +Info 3197 [10:52:36.756] Format host information updated +Info 3198 [10:52:36.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3199 [10:52:36.966] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 6.766587000340223ms +Info 3200 [10:52:36.966] Different program with same set of files +Info 3201 [10:52:36.967] getCompletionData: Get current token: 0.00622300012037158 +Info 3202 [10:52:36.967] getCompletionData: Is inside comment: 0.009190999902784824 +Info 3203 [10:52:36.967] getCompletionData: Get previous token: 0.012892999686300755 +Info 3204 [10:52:36.967] getCompletionsAtPosition: isCompletionListBlocker: 0.0024720001965761185 +Info 3205 [10:52:36.969] getCompletionData: Semantic work: 2.096645999699831 +Info 3206 [10:52:36.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.45448700012639165 +Info 3207 [10:52:36.970] Format host information updated +Info 3208 [10:52:37.303] Format host information updated +Info 3209 [10:52:37.303] Format host information updated +Info 3210 [10:52:37.304] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3211 [10:52:37.310] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 6.6619470003061ms +Info 3212 [10:52:37.310] Different program with same set of files +Info 3213 [10:52:37.311] getCompletionData: Get current token: 0.01546799996867776 +Info 3214 [10:52:37.311] getCompletionData: Is inside comment: 0.01801500003784895 +Info 3215 [10:52:37.311] getCompletionData: Get previous token: 0.01799000008031726 +Info 3216 [10:52:37.311] getCompletionsAtPosition: isCompletionListBlocker: 0.002905000001192093 +Info 3217 [10:52:37.311] getCompletionData: Semantic work: 0.2357450001873076 +Info 3218 [10:52:37.317] getCompletionData: Get current token: 0.008704000152647495 +Info 3219 [10:52:37.317] getCompletionData: Is inside comment: 0.020299000199884176 +Info 3220 [10:52:37.317] getCompletionData: Get previous token: 0.017438000068068504 +Info 3221 [10:52:37.317] getCompletionsAtPosition: isCompletionListBlocker: 0.008977999910712242 +Info 3222 [10:52:37.317] getCompletionData: Semantic work: 0.05868300003930926 +Info 3223 [10:52:37.317] Format host information updated +Info 3224 [10:52:37.706] getCompletionData: Get current token: 0.004831000231206417 +Info 3225 [10:52:37.706] getCompletionData: Is inside comment: 0.008630000054836273 +Info 3226 [10:52:37.706] getCompletionData: Get previous token: 0.0065209995955228806 +Info 3227 [10:52:37.706] getCompletionsAtPosition: isCompletionListBlocker: 0.0077309999614953995 +Info 3228 [10:52:37.706] getExportInfoMap: cache hit +Info 3229 [10:52:37.717] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3230 [10:52:37.717] collectAutoImports: response is complete +Info 3231 [10:52:37.717] collectAutoImports: 10.573698000051081 +Info 3232 [10:52:37.717] getCompletionData: Semantic work: 11.149983000010252 +Info 3233 [10:52:37.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3001830000430346 +Info 3234 [10:52:37.841] Format host information updated +Info 3235 [10:52:37.841] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3236 [10:52:37.854] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 12.577705000061542ms +Info 3237 [10:52:37.854] Different program with same set of files +Info 3238 [10:52:37.949] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3239 [10:52:37.958] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 8.622476999647915ms +Info 3240 [10:52:37.958] Different program with same set of files +Info 3241 [10:52:37.958] getCompletionData: Get current token: 0.004730000160634518 +Info 3242 [10:52:37.958] getCompletionData: Is inside comment: 0.008851000107824802 +Info 3243 [10:52:37.958] getCompletionData: Get previous token: 0.0060339998453855515 +Info 3244 [10:52:37.958] getCompletionsAtPosition: isCompletionListBlocker: 0.007619000039994717 +Info 3245 [10:52:37.958] getExportInfoMap: cache hit +Info 3246 [10:52:37.967] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3247 [10:52:37.967] collectAutoImports: response is complete +Info 3248 [10:52:37.967] collectAutoImports: 8.20886000012979 +Info 3249 [10:52:37.967] getCompletionData: Semantic work: 8.71746899979189 +Info 3250 [10:52:37.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.38038200000301 +Info 3251 [10:52:37.973] Format host information updated +Info 3252 [10:52:38.142] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3253 [10:52:38.149] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 7.425913999788463ms +Info 3254 [10:52:38.149] Different program with same set of files +Info 3255 [10:52:38.149] getCompletionData: Get current token: 0.005791000090539455 +Info 3256 [10:52:38.149] getCompletionData: Is inside comment: 0.010292999912053347 +Info 3257 [10:52:38.149] getCompletionData: Get previous token: 0.0069599999114871025 +Info 3258 [10:52:38.149] getCompletionsAtPosition: isCompletionListBlocker: 0.007677000015974045 +Info 3259 [10:52:38.150] getExportInfoMap: cache hit +Info 3260 [10:52:38.159] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3261 [10:52:38.159] collectAutoImports: response is complete +Info 3262 [10:52:38.159] collectAutoImports: 9.204663999844342 +Info 3263 [10:52:38.159] getCompletionData: Semantic work: 9.767998999916017 +Info 3264 [10:52:38.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.704187999945134 +Info 3265 [10:52:38.168] Format host information updated +Info 3266 [10:52:38.231] Format host information updated +Info 3267 [10:52:38.232] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3268 [10:52:38.253] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 21.75185800017789ms +Info 3269 [10:52:38.254] Different program with same set of files +Info 3270 [10:52:39.087] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3271 [10:52:39.099] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 11.61641399981454ms +Info 3272 [10:52:39.099] Different program with same set of files +Info 3273 [10:52:39.099] getCompletionData: Get current token: 0.007401000242680311 +Info 3274 [10:52:39.099] getCompletionData: Is inside comment: 0.013824999798089266 +Info 3275 [10:52:39.099] getCompletionData: Get previous token: 0.018975000362843275 +Info 3276 [10:52:39.099] getCompletionsAtPosition: isCompletionListBlocker: 0.009258000180125237 +Info 3277 [10:52:39.100] getExportInfoMap: cache hit +Info 3278 [10:52:39.108] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 36 from cache +Info 3279 [10:52:39.108] collectAutoImports: response is complete +Info 3280 [10:52:39.108] collectAutoImports: 8.103101999964565 +Info 3281 [10:52:39.108] getCompletionData: Semantic work: 8.988172000274062 +Info 3282 [10:52:39.112] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7670509996823967 +Info 3283 [10:52:39.114] Format host information updated +Info 3284 [10:52:39.241] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3285 [10:52:39.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 7.595052999909967ms +Info 3286 [10:52:39.249] Different program with same set of files +Info 3287 [10:52:39.249] getCompletionData: Get current token: 0.005918999668210745 +Info 3288 [10:52:39.249] getCompletionData: Is inside comment: 0.012159999925643206 +Info 3289 [10:52:39.249] getCompletionData: Get previous token: 0.01482400018721819 +Info 3290 [10:52:39.249] getCompletionsAtPosition: isCompletionListBlocker: 0.008719000034034252 +Info 3291 [10:52:39.250] getExportInfoMap: cache hit +Info 3292 [10:52:39.254] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 27 from cache +Info 3293 [10:52:39.254] collectAutoImports: response is complete +Info 3294 [10:52:39.254] collectAutoImports: 3.9680659999139607 +Info 3295 [10:52:39.254] getCompletionData: Semantic work: 4.583031999878585 +Info 3296 [10:52:39.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.006082999985665 +Info 3297 [10:52:39.259] Format host information updated +Info 3298 [10:52:39.322] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3299 [10:52:39.339] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 17.415765999816358ms +Info 3300 [10:52:39.340] Different program with same set of files +Info 3301 [10:52:39.340] getCompletionData: Get current token: 0.01759899966418743 +Info 3302 [10:52:39.340] getCompletionData: Is inside comment: 0.07988899992778897 +Info 3303 [10:52:39.340] getCompletionData: Get previous token: 0.04082900006324053 +Info 3304 [10:52:39.340] getCompletionsAtPosition: isCompletionListBlocker: 0.020816999953240156 +Info 3305 [10:52:39.342] getExportInfoMap: cache hit +Info 3306 [10:52:39.350] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 20 from cache +Info 3307 [10:52:39.350] collectAutoImports: response is complete +Info 3308 [10:52:39.350] collectAutoImports: 8.480261000338942 +Info 3309 [10:52:39.350] getCompletionData: Semantic work: 9.913401000201702 +Info 3310 [10:52:39.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.685175999999046 +Info 3311 [10:52:39.358] Format host information updated +Info 3312 [10:52:39.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3313 [10:52:39.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 26.9428309998475ms +Info 3314 [10:52:39.565] Different program with same set of files +Info 3315 [10:52:39.566] getCompletionData: Get current token: 0.009813999757170677 +Info 3316 [10:52:39.566] getCompletionData: Is inside comment: 0.017991000320762396 +Info 3317 [10:52:39.566] getCompletionData: Get previous token: 0.020727000199258327 +Info 3318 [10:52:39.566] getCompletionsAtPosition: isCompletionListBlocker: 0.011988000012934208 +Info 3319 [10:52:39.567] getExportInfoMap: cache hit +Info 3320 [10:52:39.571] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 3321 [10:52:39.571] collectAutoImports: response is complete +Info 3322 [10:52:39.571] collectAutoImports: 3.939526000060141 +Info 3323 [10:52:39.571] getCompletionData: Semantic work: 4.857528999913484 +Info 3324 [10:52:39.574] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0279740002006292 +Info 3325 [10:52:39.575] Format host information updated +Info 3326 [10:52:39.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3327 [10:52:39.601] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 6.88929900014773ms +Info 3328 [10:52:39.601] Different program with same set of files +Info 3329 [10:52:39.601] getCompletionData: Get current token: 0.004902000073343515 +Info 3330 [10:52:39.601] getCompletionData: Is inside comment: 0.008071999996900558 +Info 3331 [10:52:39.601] getCompletionData: Get previous token: 0.009828000329434872 +Info 3332 [10:52:39.601] getCompletionsAtPosition: isCompletionListBlocker: 0.0077229999005794525 +Info 3333 [10:52:39.601] getExportInfoMap: cache hit +Info 3334 [10:52:39.604] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 2 from cache +Info 3335 [10:52:39.604] collectAutoImports: response is complete +Info 3336 [10:52:39.604] collectAutoImports: 2.0034079998731613 +Info 3337 [10:52:39.604] getCompletionData: Semantic work: 2.628828000277281 +Info 3338 [10:52:39.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.720790000166744 +Info 3339 [10:52:39.609] Format host information updated +Info 3340 [10:52:39.689] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3341 [10:52:39.697] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 7.541083000134677ms +Info 3342 [10:52:39.697] Different program with same set of files +Info 3343 [10:52:39.697] getCompletionData: Get current token: 0.004548999946564436 +Info 3344 [10:52:39.697] getCompletionData: Is inside comment: 0.008870999794453382 +Info 3345 [10:52:39.697] getCompletionData: Get previous token: 0.013371000066399574 +Info 3346 [10:52:39.697] getCompletionsAtPosition: isCompletionListBlocker: 0.007439999841153622 +Info 3347 [10:52:39.698] getExportInfoMap: cache hit +Info 3348 [10:52:39.701] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3349 [10:52:39.701] collectAutoImports: response is complete +Info 3350 [10:52:39.701] collectAutoImports: 2.6344949998892844 +Info 3351 [10:52:39.701] getCompletionData: Semantic work: 3.2729870001785457 +Info 3352 [10:52:39.703] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8750350000336766 +Info 3353 [10:52:39.704] Format host information updated +Info 3354 [10:52:39.846] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3355 [10:52:39.854] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 7.781607000157237ms +Info 3356 [10:52:39.854] Different program with same set of files +Info 3357 [10:52:39.854] getCompletionData: Get current token: 0.007139999885112047 +Info 3358 [10:52:39.854] getCompletionData: Is inside comment: 0.013193000108003616 +Info 3359 [10:52:39.854] getCompletionData: Get previous token: 0.009085000026971102 +Info 3360 [10:52:39.854] getCompletionsAtPosition: isCompletionListBlocker: 0.003147999756038189 +Info 3361 [10:52:39.855] getExportInfoMap: cache hit +Info 3362 [10:52:39.869] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3363 [10:52:39.869] collectAutoImports: response is complete +Info 3364 [10:52:39.869] collectAutoImports: 13.739173000212759 +Info 3365 [10:52:39.869] getCompletionData: Semantic work: 14.352062999736518 +Info 3366 [10:52:39.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.61039699986577 +Info 3367 [10:52:39.877] Format host information updated +Info 3368 [10:52:40.112] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3369 [10:52:40.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 10.963514999952167ms +Info 3370 [10:52:40.123] Different program with same set of files +Info 3371 [10:52:40.123] getCompletionData: Get current token: 0.004362999927252531 +Info 3372 [10:52:40.123] getCompletionData: Is inside comment: 0.008900000248104334 +Info 3373 [10:52:40.123] getCompletionData: Get previous token: 0.012100000400096178 +Info 3374 [10:52:40.123] getCompletionsAtPosition: isCompletionListBlocker: 0.0033579999580979347 +Info 3375 [10:52:40.124] getExportInfoMap: cache hit +Info 3376 [10:52:40.126] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 21 from cache +Info 3377 [10:52:40.126] collectAutoImports: response is complete +Info 3378 [10:52:40.126] collectAutoImports: 2.295012000016868 +Info 3379 [10:52:40.126] getCompletionData: Semantic work: 2.9010260002687573 +Info 3380 [10:52:40.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0623050001449883 +Info 3381 [10:52:40.129] Format host information updated +Info 3382 [10:52:40.293] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3383 [10:52:40.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 16.545795999933034ms +Info 3384 [10:52:40.309] Different program with same set of files +Info 3385 [10:52:40.309] getCompletionData: Get current token: 0.007143999915570021 +Info 3386 [10:52:40.309] getCompletionData: Is inside comment: 0.015865000430494547 +Info 3387 [10:52:40.309] getCompletionData: Get previous token: 0.01927500031888485 +Info 3388 [10:52:40.310] getCompletionsAtPosition: isCompletionListBlocker: 0.00416700029745698 +Info 3389 [10:52:40.310] getExportInfoMap: cache hit +Info 3390 [10:52:40.313] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 13 from cache +Info 3391 [10:52:40.313] collectAutoImports: response is complete +Info 3392 [10:52:40.313] collectAutoImports: 2.79669399978593 +Info 3393 [10:52:40.313] getCompletionData: Semantic work: 3.472198000177741 +Info 3394 [10:52:40.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.54536799993366 +Info 3395 [10:52:40.317] Format host information updated +Info 3396 [10:52:40.352] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3397 [10:52:40.359] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 6.789622999727726ms +Info 3398 [10:52:40.359] Different program with same set of files +Info 3399 [10:52:40.359] getCompletionData: Get current token: 0.004954000003635883 +Info 3400 [10:52:40.359] getCompletionData: Is inside comment: 0.010718000121414661 +Info 3401 [10:52:40.359] getCompletionData: Get previous token: 0.013501000124961138 +Info 3402 [10:52:40.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0026569999754428864 +Info 3403 [10:52:40.359] getExportInfoMap: cache hit +Info 3404 [10:52:40.361] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3405 [10:52:40.361] collectAutoImports: response is complete +Info 3406 [10:52:40.361] collectAutoImports: 2.0022969995625317 +Info 3407 [10:52:40.361] getCompletionData: Semantic work: 2.478168999776244 +Info 3408 [10:52:40.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7764770002104342 +Info 3409 [10:52:40.364] Format host information updated +Info 3410 [10:52:40.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3411 [10:52:40.488] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 26.717834000010043ms +Info 3412 [10:52:40.488] Different program with same set of files +Info 3413 [10:52:40.488] getCompletionData: Get current token: 0.016559999901801348 +Info 3414 [10:52:40.488] getCompletionData: Is inside comment: 0.03388500027358532 +Info 3415 [10:52:40.488] getCompletionData: Get previous token: 0.04469199990853667 +Info 3416 [10:52:40.488] getCompletionsAtPosition: isCompletionListBlocker: 0.00752299977466464 +Info 3417 [10:52:40.489] getExportInfoMap: cache hit +Info 3418 [10:52:40.496] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3419 [10:52:40.496] collectAutoImports: response is complete +Info 3420 [10:52:40.496] collectAutoImports: 6.678758000023663 +Info 3421 [10:52:40.496] getCompletionData: Semantic work: 8.001388000324368 +Info 3422 [10:52:40.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5573309999890625 +Info 3423 [10:52:40.502] Format host information updated +Info 3424 [10:52:40.653] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3425 [10:52:40.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 26.426944999955595ms +Info 3426 [10:52:40.680] Different program with same set of files +Info 3427 [10:52:40.680] getCompletionData: Get current token: 0.01766700018197298 +Info 3428 [10:52:40.680] getCompletionData: Is inside comment: 0.03541800007224083 +Info 3429 [10:52:40.680] getCompletionData: Get previous token: 0.04583200020715594 +Info 3430 [10:52:40.680] getCompletionsAtPosition: isCompletionListBlocker: 0.007394999731332064 +Info 3431 [10:52:40.682] getExportInfoMap: cache hit +Info 3432 [10:52:40.686] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3433 [10:52:40.686] collectAutoImports: response is complete +Info 3434 [10:52:40.686] collectAutoImports: 3.9820300000719726 +Info 3435 [10:52:40.686] getCompletionData: Semantic work: 5.30295900022611 +Info 3436 [10:52:40.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7939430000260472 +Info 3437 [10:52:40.691] Format host information updated +Info 3438 [10:52:40.793] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3439 [10:52:40.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 7.2420300003141165ms +Info 3440 [10:52:40.801] Different program with same set of files +Info 3441 [10:52:40.801] getCompletionData: Get current token: 0.0055680000223219395 +Info 3442 [10:52:40.801] getCompletionData: Is inside comment: 0.012085000053048134 +Info 3443 [10:52:40.801] getCompletionData: Get previous token: 0.01578100025653839 +Info 3444 [10:52:40.801] getCompletionsAtPosition: isCompletionListBlocker: 0.0030769999139010906 +Info 3445 [10:52:40.801] getExportInfoMap: cache hit +Info 3446 [10:52:40.803] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3447 [10:52:40.803] collectAutoImports: response is complete +Info 3448 [10:52:40.803] collectAutoImports: 1.8010390000417829 +Info 3449 [10:52:40.803] getCompletionData: Semantic work: 2.3296750001609325 +Info 3450 [10:52:40.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0606109998188913 +Info 3451 [10:52:40.806] Format host information updated +Info 3452 [10:52:40.859] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3453 [10:52:40.872] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 13.766987000126392ms +Info 3454 [10:52:40.872] Different program with same set of files +Info 3455 [10:52:40.873] getCompletionData: Get current token: 0.011648999992758036 +Info 3456 [10:52:40.873] getCompletionData: Is inside comment: 0.0647350000217557 +Info 3457 [10:52:40.873] getCompletionData: Get previous token: 0.03481299988925457 +Info 3458 [10:52:40.873] getCompletionsAtPosition: isCompletionListBlocker: 0.005338000133633614 +Info 3459 [10:52:40.874] getExportInfoMap: cache hit +Info 3460 [10:52:40.878] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 3461 [10:52:40.878] collectAutoImports: response is complete +Info 3462 [10:52:40.878] collectAutoImports: 3.539705999661237 +Info 3463 [10:52:40.878] getCompletionData: Semantic work: 4.529874000232667 +Info 3464 [10:52:40.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.808230999857187 +Info 3465 [10:52:40.886] Format host information updated +Info 3466 [10:52:41.155] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3467 [10:52:41.178] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 22.70251900004223ms +Info 3468 [10:52:41.178] Different program with same set of files +Info 3469 [10:52:41.179] getCompletionData: Get current token: 0.023111999966204166 +Info 3470 [10:52:41.179] getCompletionData: Is inside comment: 0.04425100004300475 +Info 3471 [10:52:41.179] getCompletionData: Get previous token: 0.029246999882161617 +Info 3472 [10:52:41.179] getCompletionsAtPosition: isCompletionListBlocker: 0.034538999665528536 +Info 3473 [10:52:41.180] getExportInfoMap: cache hit +Info 3474 [10:52:41.205] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3475 [10:52:41.205] collectAutoImports: response is complete +Info 3476 [10:52:41.205] collectAutoImports: 24.181687000207603 +Info 3477 [10:52:41.205] getCompletionData: Semantic work: 25.877807999961078 +Info 3478 [10:52:41.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.745112999808043 +Info 3479 [10:52:41.213] Format host information updated +Info 3480 [10:52:44.965] getCompletionData: Get current token: 0.00343699986115098 +Info 3481 [10:52:44.965] getCompletionData: Is inside comment: 0.010881999973207712 +Info 3482 [10:52:44.965] getCompletionData: Get previous token: 0.005663999821990728 +Info 3483 [10:52:44.965] getCompletionsAtPosition: isCompletionListBlocker: 0.008336000144481659 +Info 3484 [10:52:44.965] getExportInfoMap: cache hit +Info 3485 [10:52:44.972] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3486 [10:52:44.972] collectAutoImports: response is complete +Info 3487 [10:52:44.972] collectAutoImports: 6.857865000143647 +Info 3488 [10:52:44.972] getCompletionData: Semantic work: 7.470619999803603 +Info 3489 [10:52:44.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2434480004012585 +Info 3490 [10:52:45.866] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3491 [10:52:45.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 7.4713650001212955ms +Info 3492 [10:52:45.874] Different program with same set of files +Info 3493 [10:52:45.874] getCompletionData: Get current token: 0.005200999788939953 +Info 3494 [10:52:45.874] getCompletionData: Is inside comment: 0.012668999843299389 +Info 3495 [10:52:45.874] getCompletionData: Get previous token: 0.007817000150680542 +Info 3496 [10:52:45.874] getCompletionsAtPosition: isCompletionListBlocker: 0.0024940003640949726 +Info 3497 [10:52:45.874] getExportInfoMap: cache hit +Info 3498 [10:52:45.882] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3499 [10:52:45.882] collectAutoImports: response is complete +Info 3500 [10:52:45.882] collectAutoImports: 7.766249000094831 +Info 3501 [10:52:45.882] getCompletionData: Semantic work: 8.188755000010133 +Info 3502 [10:52:45.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3010729998350143 +Info 3503 [10:52:45.888] Format host information updated +Info 3504 [10:52:47.892] Format host information updated +Info 3505 [10:52:47.892] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3506 [10:52:47.899] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 6.687712999992073ms +Info 3507 [10:52:47.899] Different program with same set of files +Info 3508 [10:52:48.002] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3509 [10:52:48.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 6.832735999953002ms +Info 3510 [10:52:48.008] Different program with same set of files +Info 3511 [10:52:48.009] getCompletionData: Get current token: 0.0037070000544190407 +Info 3512 [10:52:48.009] getCompletionData: Is inside comment: 0.01179600041359663 +Info 3513 [10:52:48.009] getCompletionData: Get previous token: 0.012808000203222036 +Info 3514 [10:52:48.009] getCompletionsAtPosition: isCompletionListBlocker: 0.006996000185608864 +Info 3515 [10:52:48.009] getExportInfoMap: cache hit +Info 3516 [10:52:48.012] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 3517 [10:52:48.012] collectAutoImports: response is complete +Info 3518 [10:52:48.012] collectAutoImports: 2.585636999923736 +Info 3519 [10:52:48.012] getCompletionData: Semantic work: 3.0129269999451935 +Info 3520 [10:52:48.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.301289999857545 +Info 3521 [10:52:48.016] Format host information updated +Info 3522 [10:52:48.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3523 [10:52:48.189] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 6.84164800029248ms +Info 3524 [10:52:48.189] Different program with same set of files +Info 3525 [10:52:48.190] getCompletionData: Get current token: 0.00545499986037612 +Info 3526 [10:52:48.190] getCompletionData: Is inside comment: 0.01646300032734871 +Info 3527 [10:52:48.190] getCompletionData: Get previous token: 0.018458000384271145 +Info 3528 [10:52:48.190] getCompletionsAtPosition: isCompletionListBlocker: 0.008081000298261642 +Info 3529 [10:52:48.190] getExportInfoMap: cache hit +Info 3530 [10:52:48.193] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 3531 [10:52:48.193] collectAutoImports: response is complete +Info 3532 [10:52:48.193] collectAutoImports: 2.397326999809593 +Info 3533 [10:52:48.193] getCompletionData: Semantic work: 2.9281790000386536 +Info 3534 [10:52:48.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.207187000196427 +Info 3535 [10:52:48.196] Format host information updated +Info 3536 [10:52:48.301] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3537 [10:52:48.310] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 9.255519000347704ms +Info 3538 [10:52:48.310] Different program with same set of files +Info 3539 [10:52:48.311] getCompletionData: Get current token: 0.004227999597787857 +Info 3540 [10:52:48.311] getCompletionData: Is inside comment: 0.013755000196397305 +Info 3541 [10:52:48.311] getCompletionData: Get previous token: 0.015543000306934118 +Info 3542 [10:52:48.311] getCompletionsAtPosition: isCompletionListBlocker: 0.008473000023514032 +Info 3543 [10:52:48.311] getExportInfoMap: cache hit +Info 3544 [10:52:48.313] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 3545 [10:52:48.313] collectAutoImports: response is complete +Info 3546 [10:52:48.313] collectAutoImports: 2.008746999781579 +Info 3547 [10:52:48.313] getCompletionData: Semantic work: 2.5550370002165437 +Info 3548 [10:52:48.315] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.057372000068426 +Info 3549 [10:52:48.316] Format host information updated +Info 3550 [10:52:48.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3551 [10:52:48.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 7.2943449998274446ms +Info 3552 [10:52:48.491] Different program with same set of files +Info 3553 [10:52:48.491] getCompletionData: Get current token: 0.004282999783754349 +Info 3554 [10:52:48.491] getCompletionData: Is inside comment: 0.014001000206917524 +Info 3555 [10:52:48.491] getCompletionData: Get previous token: 0.015254999976605177 +Info 3556 [10:52:48.491] getCompletionsAtPosition: isCompletionListBlocker: 0.008837000001221895 +Info 3557 [10:52:48.492] getExportInfoMap: cache hit +Info 3558 [10:52:48.493] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 3559 [10:52:48.493] collectAutoImports: response is complete +Info 3560 [10:52:48.493] collectAutoImports: 1.5915780002251267 +Info 3561 [10:52:48.493] getCompletionData: Semantic work: 2.0893999999389052 +Info 3562 [10:52:48.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7773850001394749 +Info 3563 [10:52:48.497] Format host information updated +Info 3564 [10:52:48.573] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3565 [10:52:48.594] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 20.70328600006178ms +Info 3566 [10:52:48.594] Different program with same set of files +Info 3567 [10:52:48.595] getCompletionData: Get current token: 0.015699000097811222 +Info 3568 [10:52:48.595] getCompletionData: Is inside comment: 0.05273899994790554 +Info 3569 [10:52:48.595] getCompletionData: Get previous token: 0.05552799999713898 +Info 3570 [10:52:48.595] getCompletionsAtPosition: isCompletionListBlocker: 0.02326699998229742 +Info 3571 [10:52:48.596] getExportInfoMap: cache hit +Info 3572 [10:52:48.602] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3573 [10:52:48.602] collectAutoImports: response is complete +Info 3574 [10:52:48.602] collectAutoImports: 5.369451000355184 +Info 3575 [10:52:48.602] getCompletionData: Semantic work: 6.993501000106335 +Info 3576 [10:52:48.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.153013000264764 +Info 3577 [10:52:48.610] Format host information updated +Info 3578 [10:52:48.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3579 [10:52:48.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 6.837640000041574ms +Info 3580 [10:52:48.706] Different program with same set of files +Info 3581 [10:52:48.706] getCompletionData: Get current token: 0.004996999632567167 +Info 3582 [10:52:48.706] getCompletionData: Is inside comment: 0.014684000052511692 +Info 3583 [10:52:48.708] getCompletionData: Get previous token: 1.6734060002490878 +Info 3584 [10:52:48.708] getCompletionsAtPosition: isCompletionListBlocker: 0.01042100042104721 +Info 3585 [10:52:48.708] getExportInfoMap: cache hit +Info 3586 [10:52:48.710] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3587 [10:52:48.710] collectAutoImports: response is complete +Info 3588 [10:52:48.710] collectAutoImports: 1.6942850002087653 +Info 3589 [10:52:48.710] getCompletionData: Semantic work: 2.223170000128448 +Info 3590 [10:52:48.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8897020001895726 +Info 3591 [10:52:48.713] Format host information updated +Info 3592 [10:52:48.814] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3593 [10:52:48.822] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 7.462294000200927ms +Info 3594 [10:52:48.822] Different program with same set of files +Info 3595 [10:52:48.822] getCompletionData: Get current token: 0.004503000061959028 +Info 3596 [10:52:48.822] getCompletionData: Is inside comment: 0.01600999990478158 +Info 3597 [10:52:48.822] getCompletionData: Get previous token: 0.017992000095546246 +Info 3598 [10:52:48.822] getCompletionsAtPosition: isCompletionListBlocker: 0.009332000277936459 +Info 3599 [10:52:48.823] getExportInfoMap: cache hit +Info 3600 [10:52:48.836] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3601 [10:52:48.836] collectAutoImports: response is complete +Info 3602 [10:52:48.836] collectAutoImports: 12.963903999887407 +Info 3603 [10:52:48.836] getCompletionData: Semantic work: 13.51950699975714 +Info 3604 [10:52:48.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.335404000245035 +Info 3605 [10:52:48.844] Format host information updated +Info 3606 [10:52:49.463] Format host information updated +Info 3607 [10:52:49.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3608 [10:52:49.470] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 6.671893000137061ms +Info 3609 [10:52:49.470] Different program with same set of files +Info 3610 [10:52:49.571] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3611 [10:52:49.579] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 7.191912000067532ms +Info 3612 [10:52:49.579] Different program with same set of files +Info 3613 [10:52:49.579] getCompletionData: Get current token: 0.004181999713182449 +Info 3614 [10:52:49.579] getCompletionData: Is inside comment: 0.015405999962240458 +Info 3615 [10:52:49.579] getCompletionData: Get previous token: 0.01669699978083372 +Info 3616 [10:52:49.579] getCompletionsAtPosition: isCompletionListBlocker: 0.009055000264197588 +Info 3617 [10:52:49.580] getExportInfoMap: cache hit +Info 3618 [10:52:49.583] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 27 from cache +Info 3619 [10:52:49.583] collectAutoImports: response is complete +Info 3620 [10:52:49.583] collectAutoImports: 3.1935590002685785 +Info 3621 [10:52:49.583] getCompletionData: Semantic work: 3.7349299998022616 +Info 3622 [10:52:49.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.259606000036001 +Info 3623 [10:52:49.586] Format host information updated +Info 3624 [10:52:49.672] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3625 [10:52:49.679] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 6.893811000045389ms +Info 3626 [10:52:49.679] Different program with same set of files +Info 3627 [10:52:49.679] getCompletionData: Get current token: 0.003929000347852707 +Info 3628 [10:52:49.679] getCompletionData: Is inside comment: 0.012839999981224537 +Info 3629 [10:52:49.679] getCompletionData: Get previous token: 0.013313999865204096 +Info 3630 [10:52:49.679] getCompletionsAtPosition: isCompletionListBlocker: 0.006984999869018793 +Info 3631 [10:52:49.680] getExportInfoMap: cache hit +Info 3632 [10:52:49.684] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 10 from cache +Info 3633 [10:52:49.684] collectAutoImports: response is complete +Info 3634 [10:52:49.684] collectAutoImports: 4.425394999794662 +Info 3635 [10:52:49.684] getCompletionData: Semantic work: 4.8699280000291765 +Info 3636 [10:52:49.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8601949997246265 +Info 3637 [10:52:49.687] Format host information updated +Info 3638 [10:52:49.784] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3639 [10:52:49.791] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 7.053497000131756ms +Info 3640 [10:52:49.791] Different program with same set of files +Info 3641 [10:52:49.792] getCompletionData: Get current token: 0.004209000151604414 +Info 3642 [10:52:49.792] getCompletionData: Is inside comment: 0.014239000156521797 +Info 3643 [10:52:49.792] getCompletionData: Get previous token: 0.01617800025269389 +Info 3644 [10:52:49.792] getCompletionsAtPosition: isCompletionListBlocker: 0.008648000191897154 +Info 3645 [10:52:49.792] getExportInfoMap: cache hit +Info 3646 [10:52:49.804] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 3647 [10:52:49.804] collectAutoImports: response is complete +Info 3648 [10:52:49.804] collectAutoImports: 11.703538999892771 +Info 3649 [10:52:49.804] getCompletionData: Semantic work: 12.2309850002639 +Info 3650 [10:52:49.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0905189998447895 +Info 3651 [10:52:49.811] Format host information updated +Info 3652 [10:52:58.527] Format host information updated +Info 3653 [10:52:58.528] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3654 [10:52:58.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 358 structureChanged: true structureIsReused:: SafeModules Elapsed: 23.30375299975276ms +Info 3655 [10:52:58.551] Different program with same set of files +Info 3656 [10:53:01.179] getCompletionData: Get current token: 0.00226900028064847 +Info 3657 [10:53:01.179] getCompletionData: Is inside comment: 0.005869000218808651 +Info 3658 [10:53:01.179] getCompletionData: Get previous token: 0.004038000013679266 +Info 3659 [10:53:01.179] getCompletionsAtPosition: isCompletionListBlocker: 0.009125999640673399 +Info 3660 [10:53:01.180] getExportInfoMap: cache hit +Info 3661 [10:53:01.194] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 3662 [10:53:01.195] collectAutoImports: response is complete +Info 3663 [10:53:01.195] collectAutoImports: 14.796346999704838 +Info 3664 [10:53:01.195] getCompletionData: Semantic work: 15.529572000261396 +Info 3665 [10:53:01.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1629969999194145 +Info 3666 [10:53:01.666] getCompletionData: Get current token: 0.031858999747782946 +Info 3667 [10:53:01.666] getCompletionData: Is inside comment: 0.00572500005364418 +Info 3668 [10:53:01.666] getCompletionData: Get previous token: 0.046202000230550766 +Info 3669 [10:53:01.666] getCompletionsAtPosition: isCompletionListBlocker: 0.011516999918967485 +Info 3670 [10:53:01.668] getExportInfoMap: cache hit +Info 3671 [10:53:01.692] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 3672 [10:53:01.692] collectAutoImports: response is complete +Info 3673 [10:53:01.692] collectAutoImports: 23.744158999994397 +Info 3674 [10:53:01.692] getCompletionData: Semantic work: 26.03824199968949 +Info 3675 [10:53:01.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1622830000706017 +Info 3676 [10:53:04.195] Format host information updated +Info 3677 [10:53:04.195] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3678 [10:53:04.205] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 9.80695699993521ms +Info 3679 [10:53:04.205] Different program with same set of files +Info 3680 [10:53:04.408] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3681 [10:53:04.418] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 10.025305000133812ms +Info 3682 [10:53:04.418] Different program with same set of files +Info 3683 [10:53:04.418] getCompletionData: Get current token: 0.0009649996645748615 +Info 3684 [10:53:04.418] getCompletionData: Is inside comment: 0.004009999800473452 +Info 3685 [10:53:04.418] getCompletionData: Get previous token: 0.008873000275343657 +Info 3686 [10:53:04.418] getCompletionsAtPosition: isCompletionListBlocker: 0.008340999949723482 +Info 3687 [10:53:04.419] getExportInfoMap: cache hit +Info 3688 [10:53:04.422] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 25 from cache +Info 3689 [10:53:04.422] collectAutoImports: response is complete +Info 3690 [10:53:04.422] collectAutoImports: 3.412699999753386 +Info 3691 [10:53:04.422] getCompletionData: Semantic work: 3.964953000191599 +Info 3692 [10:53:04.424] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4072729996405542 +Info 3693 [10:53:04.424] Format host information updated +Info 3694 [10:53:04.496] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3695 [10:53:04.508] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 12.36414200020954ms +Info 3696 [10:53:04.508] Different program with same set of files +Info 3697 [10:53:04.509] getCompletionData: Get current token: 0.0010969997383654118 +Info 3698 [10:53:04.509] getCompletionData: Is inside comment: 0.00432500010356307 +Info 3699 [10:53:04.509] getCompletionData: Get previous token: 0.008969999849796295 +Info 3700 [10:53:04.509] getCompletionsAtPosition: isCompletionListBlocker: 0.008816000074148178 +Info 3701 [10:53:04.509] getExportInfoMap: cache hit +Info 3702 [10:53:04.511] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 6 from cache +Info 3703 [10:53:04.511] collectAutoImports: response is complete +Info 3704 [10:53:04.511] collectAutoImports: 2.1407309998758137 +Info 3705 [10:53:04.511] getCompletionData: Semantic work: 2.7408520001918077 +Info 3706 [10:53:04.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4569830000400543 +Info 3707 [10:53:04.514] Format host information updated +Info 3708 [10:53:04.611] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3709 [10:53:04.646] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 34.7977209999226ms +Info 3710 [10:53:04.646] Different program with same set of files +Info 3711 [10:53:04.647] getCompletionData: Get current token: 0.0027119996957480907 +Info 3712 [10:53:04.647] getCompletionData: Is inside comment: 0.01259299973025918 +Info 3713 [10:53:04.647] getCompletionData: Get previous token: 0.024526999797672033 +Info 3714 [10:53:04.647] getCompletionsAtPosition: isCompletionListBlocker: 0.01689200010150671 +Info 3715 [10:53:04.648] getExportInfoMap: cache hit +Info 3716 [10:53:04.652] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 3717 [10:53:04.652] collectAutoImports: response is complete +Info 3718 [10:53:04.652] collectAutoImports: 3.71152100013569 +Info 3719 [10:53:04.652] getCompletionData: Semantic work: 5.001226000022143 +Info 3720 [10:53:04.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.14082600036636 +Info 3721 [10:53:04.655] Format host information updated +Info 3722 [10:53:04.775] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3723 [10:53:04.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 26.061083000153303ms +Info 3724 [10:53:04.801] Different program with same set of files +Info 3725 [10:53:04.801] getCompletionData: Get current token: 0.001972000114619732 +Info 3726 [10:53:04.801] getCompletionData: Is inside comment: 0.0095529998652637 +Info 3727 [10:53:04.801] getCompletionData: Get previous token: 0.018924999982118607 +Info 3728 [10:53:04.801] getCompletionsAtPosition: isCompletionListBlocker: 0.013621999882161617 +Info 3729 [10:53:04.802] getExportInfoMap: cache hit +Info 3730 [10:53:04.805] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 3731 [10:53:04.805] collectAutoImports: response is complete +Info 3732 [10:53:04.805] collectAutoImports: 2.843308999668807 +Info 3733 [10:53:04.805] getCompletionData: Semantic work: 3.8756090002134442 +Info 3734 [10:53:04.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.886832000222057 +Info 3735 [10:53:04.830] Format host information updated +Info 3736 [10:53:05.394] Format host information updated +Info 3737 [10:53:05.395] Format host information updated +Info 3738 [10:53:05.395] Format host information updated +Info 3739 [10:53:05.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3740 [10:53:05.403] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 8.10634299973026ms +Info 3741 [10:53:05.403] Different program with same set of files +Info 3742 [10:53:05.403] getCompletionData: Get current token: 0.0010939999483525753 +Info 3743 [10:53:05.403] getCompletionData: Is inside comment: 0.005615999922156334 +Info 3744 [10:53:05.403] getCompletionData: Get previous token: 0.003691000398248434 +Info 3745 [10:53:05.403] getCompletionsAtPosition: isCompletionListBlocker: 0.0020490000024437904 +Info 3746 [10:53:05.404] getCompletionData: Semantic work: 0.7771250000223517 +Info 3747 [10:53:05.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1960959997959435 +Info 3748 [10:53:05.405] getExportInfoMap: cache hit +Info 3749 [10:53:05.415] getCompletionData: Get current token: 0.0047149998135864735 +Info 3750 [10:53:05.415] getCompletionData: Is inside comment: 0.006418999750167131 +Info 3751 [10:53:05.415] getCompletionData: Get previous token: 0.012493999674916267 +Info 3752 [10:53:05.415] getCompletionsAtPosition: isCompletionListBlocker: 0.006742000114172697 +Info 3753 [10:53:05.415] getCompletionData: Semantic work: 0.6503149997442961 +Info 3754 [10:53:05.417] getCompletionData: Get current token: 0.004912999924272299 +Info 3755 [10:53:05.417] getCompletionData: Is inside comment: 0.002039000391960144 +Info 3756 [10:53:05.417] getCompletionData: Get previous token: 0.018988000229001045 +Info 3757 [10:53:05.417] getCompletionsAtPosition: isCompletionListBlocker: 0.005679999943822622 +Info 3758 [10:53:05.418] getCompletionData: Semantic work: 0.437049999833107 +Info 3759 [10:53:05.418] Format host information updated +Info 3760 [10:53:05.651] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3761 [10:53:05.662] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 10.552701999899ms +Info 3762 [10:53:05.662] Different program with same set of files +Info 3763 [10:53:05.662] getCompletionData: Get current token: 0.0014219996519386768 +Info 3764 [10:53:05.662] getCompletionData: Is inside comment: 0.00611699977889657 +Info 3765 [10:53:05.662] getCompletionData: Get previous token: 0.01219599973410368 +Info 3766 [10:53:05.662] getCompletionsAtPosition: isCompletionListBlocker: 0.002479999791830778 +Info 3767 [10:53:05.663] getCompletionData: Semantic work: 0.4356039999984205 +Info 3768 [10:53:05.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2729859999381006 +Info 3769 [10:53:05.665] Format host information updated +Info 3770 [10:53:05.721] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3771 [10:53:05.748] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 26.575197000056505ms +Info 3772 [10:53:05.748] Different program with same set of files +Info 3773 [10:53:05.748] getCompletionData: Get current token: 0.0035669999197125435 +Info 3774 [10:53:05.748] getCompletionData: Is inside comment: 0.017671000212430954 +Info 3775 [10:53:05.748] getCompletionData: Get previous token: 0.04672800004482269 +Info 3776 [10:53:05.748] getCompletionsAtPosition: isCompletionListBlocker: 0.005666999612003565 +Info 3777 [10:53:05.749] getCompletionData: Semantic work: 0.764917999971658 +Info 3778 [10:53:05.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4027070002630353 +Info 3779 [10:53:05.751] Format host information updated +Info 3780 [10:53:05.809] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3781 [10:53:05.829] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 20.2134330002591ms +Info 3782 [10:53:05.829] Different program with same set of files +Info 3783 [10:53:05.829] getCompletionData: Get current token: 0.0027840002439916134 +Info 3784 [10:53:05.829] getCompletionData: Is inside comment: 0.012583999894559383 +Info 3785 [10:53:05.829] getCompletionData: Get previous token: 0.061280999798327684 +Info 3786 [10:53:05.829] getCompletionsAtPosition: isCompletionListBlocker: 0.004676000215113163 +Info 3787 [10:53:05.830] getCompletionData: Semantic work: 0.7138400003314018 +Info 3788 [10:53:05.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3244580002501607 +Info 3789 [10:53:05.837] Format host information updated +Info 3790 [10:53:05.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3791 [10:53:05.979] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 28.32092999992892ms +Info 3792 [10:53:05.979] Different program with same set of files +Info 3793 [10:53:05.979] getCompletionData: Get current token: 0.0037680002860724926 +Info 3794 [10:53:05.979] getCompletionData: Is inside comment: 0.01701899990439415 +Info 3795 [10:53:05.979] getCompletionData: Get previous token: 0.0352590000256896 +Info 3796 [10:53:05.979] getCompletionsAtPosition: isCompletionListBlocker: 0.0058999997563660145 +Info 3797 [10:53:05.980] getCompletionData: Semantic work: 0.8553639999590814 +Info 3798 [10:53:05.982] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4136890000663698 +Info 3799 [10:53:05.983] Format host information updated +Info 3800 [10:53:06.043] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3801 [10:53:06.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 17.609472000040114ms +Info 3802 [10:53:06.061] Different program with same set of files +Info 3803 [10:53:06.061] getCompletionData: Get current token: 0.0028709997422993183 +Info 3804 [10:53:06.061] getCompletionData: Is inside comment: 0.012676000129431486 +Info 3805 [10:53:06.061] getCompletionData: Get previous token: 0.029966999776661396 +Info 3806 [10:53:06.061] getCompletionsAtPosition: isCompletionListBlocker: 0.004149999935179949 +Info 3807 [10:53:06.062] getCompletionData: Semantic work: 0.6270329998806119 +Info 3808 [10:53:06.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8188209999352694 +Info 3809 [10:53:06.066] Format host information updated +Info 3810 [10:53:06.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3811 [10:53:06.110] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 7.321416999679059ms +Info 3812 [10:53:06.110] Different program with same set of files +Info 3813 [10:53:06.110] getCompletionData: Get current token: 0.0010839998722076416 +Info 3814 [10:53:06.110] getCompletionData: Is inside comment: 0.004908999893814325 +Info 3815 [10:53:06.110] getCompletionData: Get previous token: 0.00950100040063262 +Info 3816 [10:53:06.110] getCompletionsAtPosition: isCompletionListBlocker: 0.0021519996225833893 +Info 3817 [10:53:06.110] getCompletionData: Semantic work: 0.3457209998741746 +Info 3818 [10:53:06.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4765270003117621 +Info 3819 [10:53:06.111] Format host information updated +Info 3820 [10:53:06.501] Format host information updated +Info 3821 [10:53:06.501] Format host information updated +Info 3822 [10:53:06.501] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3823 [10:53:06.512] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 10.51610800018534ms +Info 3824 [10:53:06.512] Different program with same set of files +Info 3825 [10:53:06.512] getCompletionData: Get current token: 0.009781000204384327 +Info 3826 [10:53:06.512] getCompletionData: Is inside comment: 0.0037819999270141125 +Info 3827 [10:53:06.512] getCompletionData: Get previous token: 0.013896999880671501 +Info 3828 [10:53:06.512] getCompletionsAtPosition: isCompletionListBlocker: 0.003108999691903591 +Info 3829 [10:53:06.512] getCompletionData: Semantic work: 0.35132599994540215 +Info 3830 [10:53:06.516] getCompletionData: Get current token: 0.006977999582886696 +Info 3831 [10:53:06.516] getCompletionData: Is inside comment: 0.0029529999010264874 +Info 3832 [10:53:06.516] getCompletionData: Get previous token: 0.012994999997317791 +Info 3833 [10:53:06.516] getCompletionsAtPosition: isCompletionListBlocker: 0.0021519996225833893 +Info 3834 [10:53:06.516] getCompletionData: Semantic work: 0.18902500020340085 +Info 3835 [10:53:06.518] Format host information updated +Info 3836 [10:53:12.851] Format host information updated +Info 3837 [10:53:12.851] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3838 [10:53:12.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 10.091581999789923ms +Info 3839 [10:53:12.862] Different program with same set of files +Info 3840 [10:53:13.103] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3841 [10:53:13.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 9.724027000367641ms +Info 3842 [10:53:13.113] Different program with same set of files +Info 3843 [10:53:13.113] getCompletionData: Get current token: 0.005036999937146902 +Info 3844 [10:53:13.113] getCompletionData: Is inside comment: 0.012722999788820744 +Info 3845 [10:53:13.113] getCompletionData: Get previous token: 0.010354000143706799 +Info 3846 [10:53:13.113] getCompletionsAtPosition: isCompletionListBlocker: 0.002264999784529209 +Info 3847 [10:53:13.113] Format host information updated +Info 3848 [10:53:13.241] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3849 [10:53:13.251] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 9.477657000068575ms +Info 3850 [10:53:13.251] Different program with same set of files +Info 3851 [10:53:13.251] getCompletionData: Get current token: 0.004954999778419733 +Info 3852 [10:53:13.251] getCompletionData: Is inside comment: 0.013394999783486128 +Info 3853 [10:53:13.251] getCompletionData: Get previous token: 0.010534999892115593 +Info 3854 [10:53:13.251] getCompletionsAtPosition: isCompletionListBlocker: 0.002131999935954809 +Info 3855 [10:53:13.251] Format host information updated +Info 3856 [10:53:13.356] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3857 [10:53:13.367] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 10.961395000107586ms +Info 3858 [10:53:13.367] Different program with same set of files +Info 3859 [10:53:13.367] getCompletionData: Get current token: 0.008727999869734049 +Info 3860 [10:53:13.367] getCompletionData: Is inside comment: 0.021292000077664852 +Info 3861 [10:53:13.367] getCompletionData: Get previous token: 0.017955000046640635 +Info 3862 [10:53:13.367] getCompletionsAtPosition: isCompletionListBlocker: 0.009173000231385231 +Info 3863 [10:53:13.368] getCompletionData: Semantic work: 0.7798020001500845 +Info 3864 [10:53:13.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1906599998474121 +Info 3865 [10:53:13.369] Format host information updated +Info 3866 [10:53:13.576] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3867 [10:53:13.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 11.153639999683946ms +Info 3868 [10:53:13.587] Different program with same set of files +Info 3869 [10:53:13.587] getCompletionData: Get current token: 0.005270000081509352 +Info 3870 [10:53:13.587] getCompletionData: Is inside comment: 0.014808000065386295 +Info 3871 [10:53:13.587] getCompletionData: Get previous token: 0.023365000262856483 +Info 3872 [10:53:13.587] getCompletionsAtPosition: isCompletionListBlocker: 0.002851999830454588 +Info 3873 [10:53:13.588] getCompletionData: Semantic work: 0.2858509998768568 +Info 3874 [10:53:13.588] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11511099990457296 +Info 3875 [10:53:13.588] Format host information updated +Info 3876 [10:53:13.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3877 [10:53:13.698] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 10.325508000329137ms +Info 3878 [10:53:13.698] Different program with same set of files +Info 3879 [10:53:13.698] getCompletionData: Get current token: 0.0046440004371106625 +Info 3880 [10:53:13.698] getCompletionData: Is inside comment: 0.012006999924778938 +Info 3881 [10:53:13.698] getCompletionData: Get previous token: 0.018589999992400408 +Info 3882 [10:53:13.698] getCompletionsAtPosition: isCompletionListBlocker: 0.002460000105202198 +Info 3883 [10:53:13.698] getCompletionData: Semantic work: 0.27611300023272634 +Info 3884 [10:53:13.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10087799979373813 +Info 3885 [10:53:13.700] Format host information updated +Info 3886 [10:53:13.766] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3887 [10:53:13.774] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 7.539344000164419ms +Info 3888 [10:53:13.774] Different program with same set of files +Info 3889 [10:53:13.774] getCompletionData: Get current token: 0.003837999887764454 +Info 3890 [10:53:13.774] getCompletionData: Is inside comment: 0.013326999731361866 +Info 3891 [10:53:13.774] getCompletionData: Get previous token: 0.02329799998551607 +Info 3892 [10:53:13.774] getCompletionsAtPosition: isCompletionListBlocker: 0.002495999913662672 +Info 3893 [10:53:13.774] getCompletionData: Semantic work: 0.27523200027644634 +Info 3894 [10:53:13.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09215099969878793 +Info 3895 [10:53:13.775] Format host information updated +Info 3896 [10:53:13.852] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3897 [10:53:13.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 8.36980600003153ms +Info 3898 [10:53:13.861] Different program with same set of files +Info 3899 [10:53:13.861] getCompletionData: Get current token: 0.004994000308215618 +Info 3900 [10:53:13.861] getCompletionData: Is inside comment: 0.017829000018537045 +Info 3901 [10:53:13.861] getCompletionData: Get previous token: 0.02907400019466877 +Info 3902 [10:53:13.861] getCompletionsAtPosition: isCompletionListBlocker: 0.0030670003034174442 +Info 3903 [10:53:13.861] getCompletionData: Semantic work: 0.3063839999958873 +Info 3904 [10:53:13.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1205230001360178 +Info 3905 [10:53:13.862] Format host information updated +Info 3906 [10:53:14.043] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3907 [10:53:14.052] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 8.961586999706924ms +Info 3908 [10:53:14.052] Different program with same set of files +Info 3909 [10:53:14.052] getCompletionData: Get current token: 0.004937999881803989 +Info 3910 [10:53:14.052] getCompletionData: Is inside comment: 0.016012999694794416 +Info 3911 [10:53:14.052] getCompletionData: Get previous token: 0.02650299994274974 +Info 3912 [10:53:14.052] getCompletionsAtPosition: isCompletionListBlocker: 0.0028429999947547913 +Info 3913 [10:53:14.053] getCompletionData: Semantic work: 0.26321699982509017 +Info 3914 [10:53:14.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10584499966353178 +Info 3915 [10:53:14.053] Format host information updated +Info 3916 [10:53:14.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3917 [10:53:14.286] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 22.58608999988064ms +Info 3918 [10:53:14.286] Different program with same set of files +Info 3919 [10:53:14.286] getCompletionData: Get current token: 0.008541000075638294 +Info 3920 [10:53:14.286] getCompletionData: Is inside comment: 0.06285100011155009 +Info 3921 [10:53:14.286] getCompletionData: Get previous token: 0.05172299966216087 +Info 3922 [10:53:14.286] getCompletionsAtPosition: isCompletionListBlocker: 0.004094999749213457 +Info 3923 [10:53:14.287] getCompletionData: Semantic work: 0.4696059999987483 +Info 3924 [10:53:14.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17254099994897842 +Info 3925 [10:53:14.288] Format host information updated +Info 3926 [10:53:14.325] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3927 [10:53:14.335] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 10.084203999955207ms +Info 3928 [10:53:14.335] Different program with same set of files +Info 3929 [10:53:14.335] getCompletionData: Get current token: 0.004718999844044447 +Info 3930 [10:53:14.336] getCompletionData: Is inside comment: 0.01622499991208315 +Info 3931 [10:53:14.336] getCompletionData: Get previous token: 0.05106899980455637 +Info 3932 [10:53:14.336] getCompletionsAtPosition: isCompletionListBlocker: 0.0027729999274015427 +Info 3933 [10:53:14.336] getCompletionData: Semantic work: 0.2804680000990629 +Info 3934 [10:53:14.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11147199990227818 +Info 3935 [10:53:14.337] Format host information updated +Info 3936 [10:53:14.669] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3937 [10:53:14.676] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 7.363698999863118ms +Info 3938 [10:53:14.677] Different program with same set of files +Info 3939 [10:53:14.677] getCompletionData: Get current token: 0.0046179997734725475 +Info 3940 [10:53:14.677] getCompletionData: Is inside comment: 0.014903000090271235 +Info 3941 [10:53:14.677] getCompletionData: Get previous token: 0.023893000092357397 +Info 3942 [10:53:14.677] getCompletionsAtPosition: isCompletionListBlocker: 0.0031079999171197414 +Info 3943 [10:53:14.677] getCompletionData: Semantic work: 0.276509000454098 +Info 3944 [10:53:14.677] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10470900032669306 +Info 3945 [10:53:14.678] Format host information updated +Info 3946 [10:53:14.840] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3947 [10:53:14.849] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 8.884745999705046ms +Info 3948 [10:53:14.849] Different program with same set of files +Info 3949 [10:53:14.849] getCompletionData: Get current token: 0.004525000229477882 +Info 3950 [10:53:14.849] getCompletionData: Is inside comment: 0.014910999685525894 +Info 3951 [10:53:14.849] getCompletionData: Get previous token: 0.02417499991133809 +Info 3952 [10:53:14.849] getCompletionsAtPosition: isCompletionListBlocker: 0.002695999573916197 +Info 3953 [10:53:14.850] getCompletionData: Semantic work: 0.25760400015860796 +Info 3954 [10:53:14.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10369799984619021 +Info 3955 [10:53:14.850] Format host information updated +Info 3956 [10:53:14.924] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3957 [10:53:14.932] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 7.339004999957979ms +Info 3958 [10:53:14.932] Different program with same set of files +Info 3959 [10:53:14.932] getCompletionData: Get current token: 0.0046790000051259995 +Info 3960 [10:53:14.932] getCompletionData: Is inside comment: 0.015955000184476376 +Info 3961 [10:53:14.932] getCompletionData: Get previous token: 0.02621800033375621 +Info 3962 [10:53:14.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0027009998448193073 +Info 3963 [10:53:14.932] getCompletionData: Semantic work: 0.25646100006997585 +Info 3964 [10:53:14.933] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10284000029787421 +Info 3965 [10:53:14.933] Format host information updated +Info 3966 [10:53:15.023] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3967 [10:53:15.033] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 9.359550999943167ms +Info 3968 [10:53:15.033] Different program with same set of files +Info 3969 [10:53:15.033] getCompletionData: Get current token: 0.005067999940365553 +Info 3970 [10:53:15.033] getCompletionData: Is inside comment: 0.015970999840646982 +Info 3971 [10:53:15.033] getCompletionData: Get previous token: 0.025894999969750643 +Info 3972 [10:53:15.033] getCompletionsAtPosition: isCompletionListBlocker: 0.0030040000565350056 +Info 3973 [10:53:15.033] getCompletionData: Semantic work: 0.2652759999036789 +Info 3974 [10:53:15.033] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11587500013411045 +Info 3975 [10:53:15.034] Format host information updated +Info 3976 [10:53:15.140] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3977 [10:53:15.149] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 8.078917999751866ms +Info 3978 [10:53:15.149] Different program with same set of files +Info 3979 [10:53:15.149] getCompletionData: Get current token: 0.005119999870657921 +Info 3980 [10:53:15.149] getCompletionData: Is inside comment: 0.017525999806821346 +Info 3981 [10:53:15.149] getCompletionData: Get previous token: 0.028050000313669443 +Info 3982 [10:53:15.149] getCompletionsAtPosition: isCompletionListBlocker: 0.0033739996142685413 +Info 3983 [10:53:15.149] getCompletionData: Semantic work: 0.27558499993756413 +Info 3984 [10:53:15.149] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10644199978560209 +Info 3985 [10:53:15.150] Format host information updated +Info 3986 [10:53:15.277] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3987 [10:53:15.286] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 9.354939000215381ms +Info 3988 [10:53:15.286] Different program with same set of files +Info 3989 [10:53:15.287] getCompletionData: Get current token: 0.005166999995708466 +Info 3990 [10:53:15.287] getCompletionData: Is inside comment: 0.015986999962478876 +Info 3991 [10:53:15.287] getCompletionData: Get previous token: 0.025836000218987465 +Info 3992 [10:53:15.287] getCompletionsAtPosition: isCompletionListBlocker: 0.0025920001789927483 +Info 3993 [10:53:15.287] getCompletionData: Semantic work: 0.2637519999407232 +Info 3994 [10:53:15.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1138289999216795 +Info 3995 [10:53:15.288] Format host information updated +Info 3996 [10:53:15.509] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3997 [10:53:15.520] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 11.012841999996454ms +Info 3998 [10:53:15.520] Different program with same set of files +Info 3999 [10:53:15.520] getCompletionData: Get current token: 0.005674999672919512 +Info 4000 [10:53:15.520] getCompletionData: Is inside comment: 0.0178120001219213 +Info 4001 [10:53:15.520] getCompletionData: Get previous token: 0.030105999670922756 +Info 4002 [10:53:15.520] getCompletionsAtPosition: isCompletionListBlocker: 0.0028360001742839813 +Info 4003 [10:53:15.520] getCompletionData: Semantic work: 0.29123799968510866 +Info 4004 [10:53:15.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10236600041389465 +Info 4005 [10:53:15.521] Format host information updated +Info 4006 [10:53:15.609] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4007 [10:53:15.643] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 33.7950319997035ms +Info 4008 [10:53:15.643] Different program with same set of files +Info 4009 [10:53:15.644] getCompletionData: Get current token: 0.01065699988976121 +Info 4010 [10:53:15.644] getCompletionData: Is inside comment: 0.03323000017553568 +Info 4011 [10:53:15.644] getCompletionData: Get previous token: 0.05249399971216917 +Info 4012 [10:53:15.644] getCompletionsAtPosition: isCompletionListBlocker: 0.005030999891459942 +Info 4013 [10:53:15.644] getCompletionData: Semantic work: 0.5189310000278056 +Info 4014 [10:53:15.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2155120000243187 +Info 4015 [10:53:15.645] Format host information updated +Info 4016 [10:53:15.837] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4017 [10:53:15.844] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 7.281208000145853ms +Info 4018 [10:53:15.844] Different program with same set of files +Info 4019 [10:53:15.844] getCompletionData: Get current token: 0.0039160000160336494 +Info 4020 [10:53:15.844] getCompletionData: Is inside comment: 0.012903999537229538 +Info 4021 [10:53:15.844] getCompletionData: Get previous token: 0.020816999953240156 +Info 4022 [10:53:15.844] getCompletionsAtPosition: isCompletionListBlocker: 0.0024870000779628754 +Info 4023 [10:53:15.844] getCompletionData: Semantic work: 0.22800599969923496 +Info 4024 [10:53:15.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08554199989885092 +Info 4025 [10:53:15.845] Format host information updated +Info 4026 [10:53:15.897] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4027 [10:53:15.906] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 8.456717999652028ms +Info 4028 [10:53:15.906] Different program with same set of files +Info 4029 [10:53:15.906] getCompletionData: Get current token: 0.004115999676287174 +Info 4030 [10:53:15.906] getCompletionData: Is inside comment: 0.014924000017344952 +Info 4031 [10:53:15.906] getCompletionData: Get previous token: 0.024342000018805265 +Info 4032 [10:53:15.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0028269998729228973 +Info 4033 [10:53:15.906] getCompletionData: Semantic work: 0.27724900003522635 +Info 4034 [10:53:15.906] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09932000003755093 +Info 4035 [10:53:15.907] Format host information updated +Info 4036 [10:53:15.970] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4037 [10:53:15.980] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 10.475268000271171ms +Info 4038 [10:53:15.980] Different program with same set of files +Info 4039 [10:53:15.980] getCompletionData: Get current token: 0.0063219997100532055 +Info 4040 [10:53:15.981] getCompletionData: Is inside comment: 0.024391000159084797 +Info 4041 [10:53:15.981] getCompletionData: Get previous token: 0.03656599996611476 +Info 4042 [10:53:15.981] getCompletionsAtPosition: isCompletionListBlocker: 0.003544000443071127 +Info 4043 [10:53:15.981] getCompletionData: Semantic work: 0.3281319998204708 +Info 4044 [10:53:15.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13369900034740567 +Info 4045 [10:53:15.982] Format host information updated +Info 4046 [10:53:16.140] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4047 [10:53:16.173] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 32.49199800007045ms +Info 4048 [10:53:16.173] Different program with same set of files +Info 4049 [10:53:16.174] getCompletionData: Get current token: 0.01619999995455146 +Info 4050 [10:53:16.174] getCompletionData: Is inside comment: 0.04745600000023842 +Info 4051 [10:53:16.174] getCompletionData: Get previous token: 0.04076500004157424 +Info 4052 [10:53:16.174] getCompletionsAtPosition: isCompletionListBlocker: 0.019834000151604414 +Info 4053 [10:53:16.175] getCompletionData: Semantic work: 1.2148199998773634 +Info 4054 [10:53:16.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2030809996649623 +Info 4055 [10:53:16.176] Format host information updated +Info 4056 [10:53:17.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4057 [10:53:17.829] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 7.827613000292331ms +Info 4058 [10:53:17.829] Different program with same set of files +Info 4059 [10:53:17.829] getCompletionData: Get current token: 0.004727000370621681 +Info 4060 [10:53:17.829] getCompletionData: Is inside comment: 0.0014869999140501022 +Info 4061 [10:53:17.829] getCompletionData: Get previous token: 0.03127099992707372 +Info 4062 [10:53:17.829] getCompletionsAtPosition: isCompletionListBlocker: 0.003200000151991844 +Info 4063 [10:53:17.829] getCompletionData: Semantic work: 0.2935200002975762 +Info 4064 [10:53:17.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10371799999848008 +Info 4065 [10:53:17.830] Format host information updated +Info 4066 [10:53:18.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4067 [10:53:18.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 7.121917000040412ms +Info 4068 [10:53:18.144] Different program with same set of files +Info 4069 [10:53:18.144] getCompletionData: Get current token: 0.004592999815940857 +Info 4070 [10:53:18.144] getCompletionData: Is inside comment: 0.0013900003395974636 +Info 4071 [10:53:18.144] getCompletionData: Get previous token: 0.02927600033581257 +Info 4072 [10:53:18.144] getCompletionsAtPosition: isCompletionListBlocker: 0.0025510000996291637 +Info 4073 [10:53:18.144] getCompletionData: Semantic work: 0.24375300016254187 +Info 4074 [10:53:18.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09621099987998605 +Info 4075 [10:53:18.145] Format host information updated +Info 4076 [10:53:18.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4077 [10:53:18.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 7.166515999939293ms +Info 4078 [10:53:18.309] Different program with same set of files +Info 4079 [10:53:18.309] getCompletionData: Get current token: 0.005135000217705965 +Info 4080 [10:53:18.309] getCompletionData: Is inside comment: 0.001571000088006258 +Info 4081 [10:53:18.309] getCompletionData: Get previous token: 0.032898999750614166 +Info 4082 [10:53:18.309] getCompletionsAtPosition: isCompletionListBlocker: 0.0031159999780356884 +Info 4083 [10:53:18.309] getCompletionData: Semantic work: 0.25427000038325787 +Info 4084 [10:53:18.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09700600011274219 +Info 4085 [10:53:18.310] Format host information updated +Info 4086 [10:53:34.303] Format host information updated +Info 4087 [10:53:34.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4088 [10:53:34.335] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 32.034450999926776ms +Info 4089 [10:53:34.335] Different program with same set of files +Info 4090 [10:53:34.762] Format host information updated +Info 4091 [10:53:34.762] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4092 [10:53:34.769] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 7.211440999992192ms +Info 4093 [10:53:34.769] Different program with same set of files +Info 4094 [10:53:34.915] Format host information updated +Info 4095 [10:53:34.916] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4096 [10:53:34.925] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 9.65649800002575ms +Info 4097 [10:53:34.925] Different program with same set of files +Info 4098 [10:53:35.011] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4099 [10:53:35.019] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 8.64303099969402ms +Info 4100 [10:53:35.019] Different program with same set of files +Info 4101 [10:53:35.020] getCompletionData: Get current token: 0.0037139998748898506 +Info 4102 [10:53:35.020] getCompletionData: Is inside comment: 0.01612999988719821 +Info 4103 [10:53:35.020] getCompletionData: Get previous token: 0.020692000165581703 +Info 4104 [10:53:35.020] getCompletionsAtPosition: isCompletionListBlocker: 0.006127000320702791 +Info 4105 [10:53:35.020] getCompletionData: Semantic work: 0.020635999739170074 +Info 4106 [10:53:35.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07288700016215444 +Info 4107 [10:53:35.020] Format host information updated +Info 4108 [10:53:35.118] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4109 [10:53:35.127] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 9.163751999847591ms +Info 4110 [10:53:35.127] Different program with same set of files +Info 4111 [10:53:35.127] getCompletionData: Get current token: 0.002749000210314989 +Info 4112 [10:53:35.127] getCompletionData: Is inside comment: 0.011272000148892403 +Info 4113 [10:53:35.127] getCompletionData: Get previous token: 0.013257000129669905 +Info 4114 [10:53:35.127] getCompletionsAtPosition: isCompletionListBlocker: 0.003072999883443117 +Info 4115 [10:53:35.127] getCompletionData: Semantic work: 0.02843299973756075 +Info 4116 [10:53:35.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10156500013545156 +Info 4117 [10:53:35.128] Format host information updated +Info 4118 [10:53:35.218] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4119 [10:53:35.251] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 33.289125999901444ms +Info 4120 [10:53:35.251] Different program with same set of files +Info 4121 [10:53:35.251] getCompletionData: Get current token: 0.007760999724268913 +Info 4122 [10:53:35.252] getCompletionData: Is inside comment: 0.03933399962261319 +Info 4123 [10:53:35.252] getCompletionData: Get previous token: 0.03920999960973859 +Info 4124 [10:53:35.252] getCompletionsAtPosition: isCompletionListBlocker: 0.006275000050663948 +Info 4125 [10:53:35.252] getCompletionData: Semantic work: 0.02839499991387129 +Info 4126 [10:53:35.252] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1519769998267293 +Info 4127 [10:53:35.256] Format host information updated +Info 4128 [10:53:35.294] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4129 [10:53:35.302] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 8.164708999916911ms +Info 4130 [10:53:35.302] Different program with same set of files +Info 4131 [10:53:35.302] getCompletionData: Get current token: 0.0037159998901188374 +Info 4132 [10:53:35.302] getCompletionData: Is inside comment: 0.017741999588906765 +Info 4133 [10:53:35.302] getCompletionData: Get previous token: 0.019820999819785357 +Info 4134 [10:53:35.303] getCompletionsAtPosition: isCompletionListBlocker: 0.003525999840348959 +Info 4135 [10:53:35.303] getCompletionData: Semantic work: 0.01573299989104271 +Info 4136 [10:53:35.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0703409998677671 +Info 4137 [10:53:35.303] Format host information updated +Info 4138 [10:53:35.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4139 [10:53:35.482] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 9.342377999797463ms +Info 4140 [10:53:35.482] Different program with same set of files +Info 4141 [10:53:35.482] getCompletionData: Get current token: 0.0033809999004006386 +Info 4142 [10:53:35.482] getCompletionData: Is inside comment: 0.01420699991285801 +Info 4143 [10:53:35.482] getCompletionData: Get previous token: 0.01617200020700693 +Info 4144 [10:53:35.482] getCompletionsAtPosition: isCompletionListBlocker: 0.00344299990683794 +Info 4145 [10:53:35.482] getCompletionData: Semantic work: 0.014846999663859606 +Info 4146 [10:53:35.482] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06909099966287613 +Info 4147 [10:53:35.483] Format host information updated +Info 4148 [10:53:35.628] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4149 [10:53:35.637] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 8.96136899990961ms +Info 4150 [10:53:35.637] Different program with same set of files +Info 4151 [10:53:35.638] getCompletionData: Get current token: 0.004004000220447779 +Info 4152 [10:53:35.638] getCompletionData: Is inside comment: 0.017423999961465597 +Info 4153 [10:53:35.638] getCompletionData: Get previous token: 0.019611999858170748 +Info 4154 [10:53:35.638] getCompletionsAtPosition: isCompletionListBlocker: 0.0036700000055134296 +Info 4155 [10:53:35.638] getCompletionData: Semantic work: 0.01610900042578578 +Info 4156 [10:53:35.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07792900037020445 +Info 4157 [10:53:35.638] Format host information updated +Info 4158 [10:53:35.688] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4159 [10:53:35.699] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 10.497750000096858ms +Info 4160 [10:53:35.699] Different program with same set of files +Info 4161 [10:53:35.699] getCompletionData: Get current token: 0.0030339998193085194 +Info 4162 [10:53:35.699] getCompletionData: Is inside comment: 0.013261999934911728 +Info 4163 [10:53:35.699] getCompletionData: Get previous token: 0.01495700003579259 +Info 4164 [10:53:35.699] getCompletionsAtPosition: isCompletionListBlocker: 0.003903999924659729 +Info 4165 [10:53:35.699] getCompletionData: Semantic work: 0.014556999783962965 +Info 4166 [10:53:35.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08832000009715557 +Info 4167 [10:53:35.700] Format host information updated +Info 4168 [10:53:35.904] Format host information updated +Info 4169 [10:53:35.904] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4170 [10:53:35.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 6.927635999862105ms +Info 4171 [10:53:35.911] Different program with same set of files +Info 4172 [10:53:36.352] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4173 [10:53:36.363] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 10.60913599980995ms +Info 4174 [10:53:36.363] Different program with same set of files +Info 4175 [10:53:36.363] getCompletionData: Get current token: 0.01734799984842539 +Info 4176 [10:53:36.363] getCompletionData: Is inside comment: 0.01459100004285574 +Info 4177 [10:53:36.363] getCompletionData: Get previous token: 0.015924999956041574 +Info 4178 [10:53:36.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0023960000835359097 +Info 4179 [10:53:36.364] getExportInfoMap: cache hit +Info 4180 [10:53:36.368] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 22 from cache +Info 4181 [10:53:36.368] collectAutoImports: response is complete +Info 4182 [10:53:36.368] collectAutoImports: 4.317478000186384 +Info 4183 [10:53:36.368] getCompletionData: Semantic work: 4.971099999733269 +Info 4184 [10:53:36.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.750091999769211 +Info 4185 [10:53:36.372] Format host information updated +Info 4186 [10:53:36.521] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4187 [10:53:36.528] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 6.658799999859184ms +Info 4188 [10:53:36.528] Different program with same set of files +Info 4189 [10:53:36.528] getCompletionData: Get current token: 0.0034810001961886883 +Info 4190 [10:53:36.528] getCompletionData: Is inside comment: 0.015831000171601772 +Info 4191 [10:53:36.528] getCompletionData: Get previous token: 0.017816999927163124 +Info 4192 [10:53:36.528] getCompletionsAtPosition: isCompletionListBlocker: 0.0028539998456835747 +Info 4193 [10:53:36.528] getExportInfoMap: cache hit +Info 4194 [10:53:36.532] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 13 from cache +Info 4195 [10:53:36.532] collectAutoImports: response is complete +Info 4196 [10:53:36.532] collectAutoImports: 3.2526239999569952 +Info 4197 [10:53:36.532] getCompletionData: Semantic work: 3.817168000154197 +Info 4198 [10:53:36.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6910649999044836 +Info 4199 [10:53:36.537] Format host information updated +Info 4200 [10:53:36.618] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4201 [10:53:36.625] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 7.005235000047833ms +Info 4202 [10:53:36.625] Different program with same set of files +Info 4203 [10:53:36.625] getCompletionData: Get current token: 0.003665999975055456 +Info 4204 [10:53:36.625] getCompletionData: Is inside comment: 0.016751999966800213 +Info 4205 [10:53:36.625] getCompletionData: Get previous token: 0.018972999881953 +Info 4206 [10:53:36.625] getCompletionsAtPosition: isCompletionListBlocker: 0.0024210000410676003 +Info 4207 [10:53:36.625] getExportInfoMap: cache hit +Info 4208 [10:53:36.628] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 4209 [10:53:36.628] collectAutoImports: response is complete +Info 4210 [10:53:36.628] collectAutoImports: 2.6647799997590482 +Info 4211 [10:53:36.628] getCompletionData: Semantic work: 3.255735000129789 +Info 4212 [10:53:36.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6286539998836815 +Info 4213 [10:53:36.632] Format host information updated +Info 4214 [10:53:36.719] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4215 [10:53:36.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 8.343900999985635ms +Info 4216 [10:53:36.727] Different program with same set of files +Info 4217 [10:53:36.727] getCompletionData: Get current token: 0.002998999785631895 +Info 4218 [10:53:36.727] getCompletionData: Is inside comment: 0.012726000044494867 +Info 4219 [10:53:36.727] getCompletionData: Get previous token: 0.014690999872982502 +Info 4220 [10:53:36.727] getCompletionsAtPosition: isCompletionListBlocker: 0.002602000255137682 +Info 4221 [10:53:36.728] getExportInfoMap: cache hit +Info 4222 [10:53:36.730] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4223 [10:53:36.730] collectAutoImports: response is complete +Info 4224 [10:53:36.730] collectAutoImports: 1.987566000316292 +Info 4225 [10:53:36.730] getCompletionData: Semantic work: 2.509542000014335 +Info 4226 [10:53:36.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1755409999750555 +Info 4227 [10:53:36.734] Format host information updated +Info 4228 [10:53:36.804] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4229 [10:53:36.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 7.572875999845564ms +Info 4230 [10:53:36.812] Different program with same set of files +Info 4231 [10:53:36.812] getCompletionData: Get current token: 0.0031519997864961624 +Info 4232 [10:53:36.812] getCompletionData: Is inside comment: 0.015149000100791454 +Info 4233 [10:53:36.812] getCompletionData: Get previous token: 0.016731000039726496 +Info 4234 [10:53:36.812] getCompletionsAtPosition: isCompletionListBlocker: 0.002052000258117914 +Info 4235 [10:53:36.812] getExportInfoMap: cache hit +Info 4236 [10:53:36.815] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4237 [10:53:36.815] collectAutoImports: response is complete +Info 4238 [10:53:36.815] collectAutoImports: 2.6864889999851584 +Info 4239 [10:53:36.815] getCompletionData: Semantic work: 3.2761050001718104 +Info 4240 [10:53:36.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.18020600033924 +Info 4241 [10:53:36.818] Format host information updated +Info 4242 [10:53:37.059] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4243 [10:53:37.068] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 8.109549999702722ms +Info 4244 [10:53:37.068] Different program with same set of files +Info 4245 [10:53:37.068] getCompletionData: Get current token: 0.003008000086992979 +Info 4246 [10:53:37.068] getCompletionData: Is inside comment: 0.014422000385820866 +Info 4247 [10:53:37.068] getCompletionData: Get previous token: 0.008907000068575144 +Info 4248 [10:53:37.068] getCompletionsAtPosition: isCompletionListBlocker: 0.002652000170201063 +Info 4249 [10:53:37.068] getExportInfoMap: cache hit +Info 4250 [10:53:37.082] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 4251 [10:53:37.082] collectAutoImports: response is complete +Info 4252 [10:53:37.082] collectAutoImports: 13.90681100031361 +Info 4253 [10:53:37.082] getCompletionData: Semantic work: 14.44804699998349 +Info 4254 [10:53:37.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.360046999994665 +Info 4255 [10:53:37.090] Format host information updated +Info 4256 [10:53:37.125] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4257 [10:53:37.134] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 8.858581999782473ms +Info 4258 [10:53:37.134] Different program with same set of files +Info 4259 [10:53:37.134] getCompletionData: Get current token: 0.0035520000383257866 +Info 4260 [10:53:37.134] getCompletionData: Is inside comment: 0.01500600017607212 +Info 4261 [10:53:37.134] getCompletionData: Get previous token: 0.009244999848306179 +Info 4262 [10:53:37.134] getCompletionsAtPosition: isCompletionListBlocker: 0.008105999790132046 +Info 4263 [10:53:37.135] getExportInfoMap: cache hit +Info 4264 [10:53:37.146] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 4265 [10:53:37.146] collectAutoImports: response is complete +Info 4266 [10:53:37.146] collectAutoImports: 10.81481400039047 +Info 4267 [10:53:37.146] getCompletionData: Semantic work: 11.352059999946505 +Info 4268 [10:53:37.150] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7014099997468293 +Info 4269 [10:53:37.153] Format host information updated +Info 4270 [10:53:37.552] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4271 [10:53:37.561] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 8.95280299987644ms +Info 4272 [10:53:37.561] Different program with same set of files +Info 4273 [10:53:37.562] getCompletionData: Get current token: 0.0039470000192523 +Info 4274 [10:53:37.562] getCompletionData: Is inside comment: 0.015399999916553497 +Info 4275 [10:53:37.562] getCompletionData: Get previous token: 0.009200999978929758 +Info 4276 [10:53:37.562] getCompletionsAtPosition: isCompletionListBlocker: 0.004251000005751848 +Info 4277 [10:53:37.562] getExportInfoMap: cache hit +Info 4278 [10:53:37.574] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 4279 [10:53:37.574] collectAutoImports: response is complete +Info 4280 [10:53:37.574] collectAutoImports: 11.805691000074148 +Info 4281 [10:53:37.574] getCompletionData: Semantic work: 12.357748999726027 +Info 4282 [10:53:37.579] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.091622000094503 +Info 4283 [10:53:37.582] Format host information updated +Info 4284 [10:53:38.089] getCompletionData: Get current token: 0.003684000112116337 +Info 4285 [10:53:38.090] getCompletionData: Is inside comment: 0.012375999707728624 +Info 4286 [10:53:38.090] getCompletionData: Get previous token: 0.008994000032544136 +Info 4287 [10:53:38.090] getCompletionsAtPosition: isCompletionListBlocker: 0.003010000102221966 +Info 4288 [10:53:38.090] getExportInfoMap: cache hit +Info 4289 [10:53:38.098] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 4290 [10:53:38.098] collectAutoImports: response is complete +Info 4291 [10:53:38.098] collectAutoImports: 8.172513999976218 +Info 4292 [10:53:38.098] getCompletionData: Semantic work: 8.715748999733478 +Info 4293 [10:53:38.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.253531000111252 +Info 4294 [10:53:38.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4295 [10:53:38.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 7.183694000355899ms +Info 4296 [10:53:38.325] Different program with same set of files +Info 4297 [10:53:38.325] getCompletionData: Get current token: 0.004149000160396099 +Info 4298 [10:53:38.325] getCompletionData: Is inside comment: 0.014516999945044518 +Info 4299 [10:53:38.325] getCompletionData: Get previous token: 0.015105000231415033 +Info 4300 [10:53:38.325] getCompletionsAtPosition: isCompletionListBlocker: 0.0025459998287260532 +Info 4301 [10:53:38.326] getExportInfoMap: cache hit +Info 4302 [10:53:38.331] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 10 from cache +Info 4303 [10:53:38.331] collectAutoImports: response is complete +Info 4304 [10:53:38.331] collectAutoImports: 4.926081999670714 +Info 4305 [10:53:38.331] getCompletionData: Semantic work: 5.358560000080615 +Info 4306 [10:53:38.333] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9600369995459914 +Info 4307 [10:53:38.334] Format host information updated +Info 4308 [10:53:38.695] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4309 [10:53:38.702] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 7.434940999839455ms +Info 4310 [10:53:38.702] Different program with same set of files +Info 4311 [10:53:38.702] getCompletionData: Get current token: 0.005412000231444836 +Info 4312 [10:53:38.702] getCompletionData: Is inside comment: 0.01703700004145503 +Info 4313 [10:53:38.703] getCompletionData: Get previous token: 0.010255000088363886 +Info 4314 [10:53:38.703] getCompletionsAtPosition: isCompletionListBlocker: 0.002420999575406313 +Info 4315 [10:53:38.703] getExportInfoMap: cache hit +Info 4316 [10:53:38.715] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 228 from cache +Info 4317 [10:53:38.715] collectAutoImports: response is complete +Info 4318 [10:53:38.715] collectAutoImports: 11.604298000223935 +Info 4319 [10:53:38.715] getCompletionData: Semantic work: 12.06595700001344 +Info 4320 [10:53:38.718] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5407330002635717 +Info 4321 [10:53:38.721] Format host information updated +Info 4322 [10:53:39.487] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4323 [10:53:39.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 7.11421599984169ms +Info 4324 [10:53:39.494] Different program with same set of files +Info 4325 [10:53:39.494] getCompletionData: Get current token: 0.0041229999624192715 +Info 4326 [10:53:39.494] getCompletionData: Is inside comment: 0.013939999975264072 +Info 4327 [10:53:39.494] getCompletionData: Get previous token: 0.014084000140428543 +Info 4328 [10:53:39.494] getCompletionsAtPosition: isCompletionListBlocker: 0.00266100000590086 +Info 4329 [10:53:39.495] getExportInfoMap: cache hit +Info 4330 [10:53:39.498] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 21 from cache +Info 4331 [10:53:39.498] collectAutoImports: response is complete +Info 4332 [10:53:39.498] collectAutoImports: 3.0102010001428425 +Info 4333 [10:53:39.498] getCompletionData: Semantic work: 3.7575400001369417 +Info 4334 [10:53:39.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8539319997653365 +Info 4335 [10:53:39.502] Format host information updated +Info 4336 [10:53:39.640] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4337 [10:53:39.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 7.105506999883801ms +Info 4338 [10:53:39.647] Different program with same set of files +Info 4339 [10:53:39.647] getCompletionData: Get current token: 0.004614999983459711 +Info 4340 [10:53:39.647] getCompletionData: Is inside comment: 0.018492000177502632 +Info 4341 [10:53:39.647] getCompletionData: Get previous token: 0.01875900011509657 +Info 4342 [10:53:39.647] getCompletionsAtPosition: isCompletionListBlocker: 0.003260999917984009 +Info 4343 [10:53:39.648] getExportInfoMap: cache hit +Info 4344 [10:53:39.651] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 13 from cache +Info 4345 [10:53:39.651] collectAutoImports: response is complete +Info 4346 [10:53:39.651] collectAutoImports: 3.1014800001867115 +Info 4347 [10:53:39.651] getCompletionData: Semantic work: 3.5879700002260506 +Info 4348 [10:53:39.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.118710999842733 +Info 4349 [10:53:39.654] Format host information updated +Info 4350 [10:53:39.725] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4351 [10:53:39.734] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 8.414270000066608ms +Info 4352 [10:53:39.734] Different program with same set of files +Info 4353 [10:53:39.734] getCompletionData: Get current token: 0.003930000122636557 +Info 4354 [10:53:39.734] getCompletionData: Is inside comment: 0.013927000109106302 +Info 4355 [10:53:39.734] getCompletionData: Get previous token: 0.015294999815523624 +Info 4356 [10:53:39.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0029230001382529736 +Info 4357 [10:53:39.734] getExportInfoMap: cache hit +Info 4358 [10:53:39.737] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4359 [10:53:39.737] collectAutoImports: response is complete +Info 4360 [10:53:39.737] collectAutoImports: 2.6125659998506308 +Info 4361 [10:53:39.737] getCompletionData: Semantic work: 3.0531729999929667 +Info 4362 [10:53:39.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.789124000351876 +Info 4363 [10:53:39.740] Format host information updated +Info 4364 [10:53:39.810] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4365 [10:53:39.838] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 27.255571000277996ms +Info 4366 [10:53:39.838] Different program with same set of files +Info 4367 [10:53:39.838] getCompletionData: Get current token: 0.013167999684810638 +Info 4368 [10:53:39.838] getCompletionData: Is inside comment: 0.05279699992388487 +Info 4369 [10:53:39.839] getCompletionData: Get previous token: 0.05205299984663725 +Info 4370 [10:53:39.839] getCompletionsAtPosition: isCompletionListBlocker: 0.006436999887228012 +Info 4371 [10:53:39.840] getExportInfoMap: cache hit +Info 4372 [10:53:39.846] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4373 [10:53:39.846] collectAutoImports: response is complete +Info 4374 [10:53:39.846] collectAutoImports: 5.848018000368029 +Info 4375 [10:53:39.846] getCompletionData: Semantic work: 7.050205999985337 +Info 4376 [10:53:39.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.050066000316292 +Info 4377 [10:53:39.854] Format host information updated +Info 4378 [10:53:40.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4379 [10:53:40.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 6.733306999783963ms +Info 4380 [10:53:40.009] Different program with same set of files +Info 4381 [10:53:40.010] getCompletionData: Get current token: 0.00469700014218688 +Info 4382 [10:53:40.010] getCompletionData: Is inside comment: 0.017217999789863825 +Info 4383 [10:53:40.010] getCompletionData: Get previous token: 0.017847999930381775 +Info 4384 [10:53:40.010] getCompletionsAtPosition: isCompletionListBlocker: 0.0025240001268684864 +Info 4385 [10:53:40.010] getExportInfoMap: cache hit +Info 4386 [10:53:40.012] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4387 [10:53:40.012] collectAutoImports: response is complete +Info 4388 [10:53:40.012] collectAutoImports: 2.296311999671161 +Info 4389 [10:53:40.012] getCompletionData: Semantic work: 2.7593300002627075 +Info 4390 [10:53:40.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9243850000202656 +Info 4391 [10:53:40.015] Format host information updated +Info 4392 [10:53:40.166] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4393 [10:53:40.173] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 7.097794000059366ms +Info 4394 [10:53:40.174] Different program with same set of files +Info 4395 [10:53:40.174] getCompletionData: Get current token: 0.004555999767035246 +Info 4396 [10:53:40.174] getCompletionData: Is inside comment: 0.01730700023472309 +Info 4397 [10:53:40.174] getCompletionData: Get previous token: 0.016902999952435493 +Info 4398 [10:53:40.174] getCompletionsAtPosition: isCompletionListBlocker: 0.00279300007969141 +Info 4399 [10:53:40.174] getExportInfoMap: cache hit +Info 4400 [10:53:40.179] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4401 [10:53:40.179] collectAutoImports: response is complete +Info 4402 [10:53:40.179] collectAutoImports: 4.474185999948531 +Info 4403 [10:53:40.179] getCompletionData: Semantic work: 4.938420999795198 +Info 4404 [10:53:40.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1977810002863407 +Info 4405 [10:53:40.183] Format host information updated +Info 4406 [10:53:40.227] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4407 [10:53:40.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 11.034477000124753ms +Info 4408 [10:53:40.238] Different program with same set of files +Info 4409 [10:53:40.238] getCompletionData: Get current token: 0.004040999803692102 +Info 4410 [10:53:40.238] getCompletionData: Is inside comment: 0.015203000046312809 +Info 4411 [10:53:40.238] getCompletionData: Get previous token: 0.015149999875575304 +Info 4412 [10:53:40.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0025809998624026775 +Info 4413 [10:53:40.239] getExportInfoMap: cache hit +Info 4414 [10:53:40.241] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4415 [10:53:40.241] collectAutoImports: response is complete +Info 4416 [10:53:40.241] collectAutoImports: 2.325444999616593 +Info 4417 [10:53:40.241] getCompletionData: Semantic work: 2.9793850001879036 +Info 4418 [10:53:40.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.515396000351757 +Info 4419 [10:53:40.248] Format host information updated +Info 4420 [10:53:40.609] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4421 [10:53:40.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 8.066964999772608ms +Info 4422 [10:53:40.617] Different program with same set of files +Info 4423 [10:53:40.617] getCompletionData: Get current token: 0.0041519999504089355 +Info 4424 [10:53:40.617] getCompletionData: Is inside comment: 0.015124000143259764 +Info 4425 [10:53:40.617] getCompletionData: Get previous token: 0.016209000255912542 +Info 4426 [10:53:40.617] getCompletionsAtPosition: isCompletionListBlocker: 0.002795000094920397 +Info 4427 [10:53:40.617] getExportInfoMap: cache hit +Info 4428 [10:53:40.620] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 4429 [10:53:40.620] collectAutoImports: response is complete +Info 4430 [10:53:40.620] collectAutoImports: 2.365526999812573 +Info 4431 [10:53:40.620] getCompletionData: Semantic work: 2.8475109999999404 +Info 4432 [10:53:40.622] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9768489999696612 +Info 4433 [10:53:40.623] Format host information updated +Info 4434 [10:53:40.696] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4435 [10:53:40.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 30.79781399993226ms +Info 4436 [10:53:40.727] Different program with same set of files +Info 4437 [10:53:40.728] getCompletionData: Get current token: 0.01003100024536252 +Info 4438 [10:53:40.728] getCompletionData: Is inside comment: 0.037130000069737434 +Info 4439 [10:53:40.728] getCompletionData: Get previous token: 0.037660999689251184 +Info 4440 [10:53:40.728] getCompletionsAtPosition: isCompletionListBlocker: 0.00520100025460124 +Info 4441 [10:53:40.729] getExportInfoMap: cache hit +Info 4442 [10:53:40.734] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 4443 [10:53:40.734] collectAutoImports: response is complete +Info 4444 [10:53:40.734] collectAutoImports: 4.629324000328779 +Info 4445 [10:53:40.734] getCompletionData: Semantic work: 5.565036000218242 +Info 4446 [10:53:40.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.9042670000344515 +Info 4447 [10:53:40.741] Format host information updated +Info 4448 [10:53:40.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4449 [10:53:40.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 6.906522999983281ms +Info 4450 [10:53:40.993] Different program with same set of files +Info 4451 [10:53:40.993] getCompletionData: Get current token: 0.003711000084877014 +Info 4452 [10:53:40.993] getCompletionData: Is inside comment: 0.013627000153064728 +Info 4453 [10:53:40.993] getCompletionData: Get previous token: 0.014190000016242266 +Info 4454 [10:53:40.993] getCompletionsAtPosition: isCompletionListBlocker: 0.0023830002173781395 +Info 4455 [10:53:40.993] getExportInfoMap: cache hit +Info 4456 [10:53:40.995] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 4457 [10:53:40.995] collectAutoImports: response is complete +Info 4458 [10:53:40.995] collectAutoImports: 2.0327070001512766 +Info 4459 [10:53:40.995] getCompletionData: Semantic work: 2.4250759999267757 +Info 4460 [10:53:40.997] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7026249999180436 +Info 4461 [10:53:40.998] Format host information updated +Info 4462 [10:53:41.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4463 [10:53:41.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 9.133284999988973ms +Info 4464 [10:53:41.111] Different program with same set of files +Info 4465 [10:53:41.111] getCompletionData: Get current token: 0.0044280001893639565 +Info 4466 [10:53:41.111] getCompletionData: Is inside comment: 0.014396000187844038 +Info 4467 [10:53:41.111] getCompletionData: Get previous token: 0.015369999688118696 +Info 4468 [10:53:41.111] getCompletionsAtPosition: isCompletionListBlocker: 0.0027990001253783703 +Info 4469 [10:53:41.111] getExportInfoMap: cache hit +Info 4470 [10:53:41.114] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 4471 [10:53:41.114] collectAutoImports: response is complete +Info 4472 [10:53:41.114] collectAutoImports: 2.3141099996864796 +Info 4473 [10:53:41.114] getCompletionData: Semantic work: 2.779566999990493 +Info 4474 [10:53:41.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9538969998247921 +Info 4475 [10:53:41.117] Format host information updated +Info 4476 [10:53:41.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4477 [10:53:41.602] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 7.046077999752015ms +Info 4478 [10:53:41.602] Different program with same set of files +Info 4479 [10:53:41.602] getCompletionData: Get current token: 0.004788000136613846 +Info 4480 [10:53:41.602] getCompletionData: Is inside comment: 0.01635600021108985 +Info 4481 [10:53:41.602] getCompletionData: Get previous token: 0.009769999887794256 +Info 4482 [10:53:41.602] getCompletionsAtPosition: isCompletionListBlocker: 0.0023360000923275948 +Info 4483 [10:53:41.602] getCompletionData: Semantic work: 0.16091599967330694 +Info 4484 [10:53:41.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06835699966177344 +Info 4485 [10:53:41.604] Format host information updated +Info 4486 [10:53:41.768] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4487 [10:53:41.775] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 7.409241999965161ms +Info 4488 [10:53:41.775] Different program with same set of files +Info 4489 [10:53:41.776] getCompletionData: Get current token: 0.0053530000150203705 +Info 4490 [10:53:41.776] getCompletionData: Is inside comment: 0.019795000087469816 +Info 4491 [10:53:41.776] getCompletionData: Get previous token: 0.022311999928206205 +Info 4492 [10:53:41.776] getCompletionsAtPosition: isCompletionListBlocker: 0.0026490003801882267 +Info 4493 [10:53:41.776] getCompletionData: Semantic work: 0.11878400016576052 +Info 4494 [10:53:41.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07355799991637468 +Info 4495 [10:53:41.776] Format host information updated +Info 4496 [10:53:41.834] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4497 [10:53:41.846] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 12.720127000007778ms +Info 4498 [10:53:41.846] Different program with same set of files +Info 4499 [10:53:41.847] getCompletionData: Get current token: 0.007870000321418047 +Info 4500 [10:53:41.847] getCompletionData: Is inside comment: 0.03495999984443188 +Info 4501 [10:53:41.847] getCompletionData: Get previous token: 0.03697700006887317 +Info 4502 [10:53:41.847] getCompletionsAtPosition: isCompletionListBlocker: 0.003965999931097031 +Info 4503 [10:53:41.847] getCompletionData: Semantic work: 0.15064099989831448 +Info 4504 [10:53:41.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11756800021976233 +Info 4505 [10:53:41.851] Format host information updated +Info 4506 [10:53:41.899] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4507 [10:53:41.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 11.495294000022113ms +Info 4508 [10:53:41.911] Different program with same set of files +Info 4509 [10:53:41.911] getCompletionData: Get current token: 0.008283999748528004 +Info 4510 [10:53:41.911] getCompletionData: Is inside comment: 0.030439999885857105 +Info 4511 [10:53:41.911] getCompletionData: Get previous token: 0.03270100010558963 +Info 4512 [10:53:41.911] getCompletionsAtPosition: isCompletionListBlocker: 0.0035620001144707203 +Info 4513 [10:53:41.912] getCompletionData: Semantic work: 0.13582099974155426 +Info 4514 [10:53:41.912] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10473300004377961 +Info 4515 [10:53:41.912] Format host information updated +Info 4516 [10:53:42.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4517 [10:53:42.064] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 6.633911000099033ms +Info 4518 [10:53:42.064] Different program with same set of files +Info 4519 [10:53:42.064] getCompletionData: Get current token: 0.003965000156313181 +Info 4520 [10:53:42.064] getCompletionData: Is inside comment: 0.015976999886333942 +Info 4521 [10:53:42.064] getCompletionData: Get previous token: 0.017085000406950712 +Info 4522 [10:53:42.064] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589999087154865 +Info 4523 [10:53:42.064] getCompletionData: Semantic work: 0.07976400014013052 +Info 4524 [10:53:42.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05694600008428097 +Info 4525 [10:53:42.066] Format host information updated +Info 4526 [10:53:42.177] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4527 [10:53:42.185] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 7.159920000005513ms +Info 4528 [10:53:42.185] Different program with same set of files +Info 4529 [10:53:42.185] getCompletionData: Get current token: 0.0047980002127587795 +Info 4530 [10:53:42.185] getCompletionData: Is inside comment: 0.01855699997395277 +Info 4531 [10:53:42.185] getCompletionData: Get previous token: 0.020529999863356352 +Info 4532 [10:53:42.185] getCompletionsAtPosition: isCompletionListBlocker: 0.0024029999040067196 +Info 4533 [10:53:42.185] getCompletionData: Semantic work: 0.1024060002528131 +Info 4534 [10:53:42.185] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0697099999524653 +Info 4535 [10:53:42.186] Format host information updated +Info 4536 [10:53:42.382] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4537 [10:53:42.389] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 6.762920000124723ms +Info 4538 [10:53:42.389] Different program with same set of files +Info 4539 [10:53:42.389] getCompletionData: Get current token: 0.0036550001241266727 +Info 4540 [10:53:42.389] getCompletionData: Is inside comment: 0.013464000076055527 +Info 4541 [10:53:42.389] getCompletionData: Get previous token: 0.015428000129759312 +Info 4542 [10:53:42.389] getCompletionsAtPosition: isCompletionListBlocker: 0.0020050001330673695 +Info 4543 [10:53:42.390] getCompletionData: Semantic work: 0.06820400012657046 +Info 4544 [10:53:42.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05170700000599027 +Info 4545 [10:53:42.392] Format host information updated +Info 4546 [10:53:45.499] Format host information updated +Info 4547 [10:53:45.499] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4548 [10:53:45.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 437 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.874753000214696ms +Info 4549 [10:53:45.511] Different program with same set of files +Info 4550 [10:53:47.453] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4551 [10:53:47.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 438 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.743503999896348ms +Info 4552 [10:53:47.465] Different program with same set of files +Info 4553 [10:53:47.466] Format host information updated +Info 4554 [10:53:47.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4555 [10:53:47.623] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 439 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.082524999976158ms +Info 4556 [10:53:47.623] Different program with same set of files +Info 4557 [10:53:47.624] Format host information updated +Info 4558 [10:53:48.033] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4559 [10:53:48.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 440 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.511038999538869ms +Info 4560 [10:53:48.044] Different program with same set of files +Info 4561 [10:53:48.047] Format host information updated +Info 4562 [10:53:48.130] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4563 [10:53:48.143] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 441 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.280915000010282ms +Info 4564 [10:53:48.143] Different program with same set of files +Info 4565 [10:53:48.143] Format host information updated +Info 4566 [10:53:48.251] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4567 [10:53:48.264] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 442 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.51683000009507ms +Info 4568 [10:53:48.264] Different program with same set of files +Info 4569 [10:53:48.265] Format host information updated +Info 4570 [10:53:48.612] Format host information updated +Info 4571 [10:53:48.612] Format host information updated +Info 4572 [10:53:48.613] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4573 [10:53:48.624] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 443 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.414123999886215ms +Info 4574 [10:53:48.624] Different program with same set of files +Info 4575 [10:53:48.627] Format host information updated +Info 4576 [10:53:49.831] Format host information updated +Info 4577 [10:53:49.831] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4578 [10:53:49.842] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 444 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.777744000311941ms +Info 4579 [10:53:49.842] Different program with same set of files +Info 4580 [10:53:50.125] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4581 [10:53:50.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 445 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.226240999996662ms +Info 4582 [10:53:50.142] Different program with same set of files +Info 4583 [10:53:50.142] getCompletionData: Get current token: 0.0022999998182058334 +Info 4584 [10:53:50.142] getCompletionData: Is inside comment: 0.005086999852210283 +Info 4585 [10:53:50.142] getCompletionData: Get previous token: 0.0035799997858703136 +Info 4586 [10:53:50.142] getCompletionsAtPosition: isCompletionListBlocker: 0.003235999960452318 +Info 4587 [10:53:50.142] getExportInfoMap: cache hit +Info 4588 [10:53:50.152] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 4589 [10:53:50.152] collectAutoImports: response is complete +Info 4590 [10:53:50.152] collectAutoImports: 9.778555999975652 +Info 4591 [10:53:50.152] getCompletionData: Semantic work: 10.281382999848574 +Info 4592 [10:53:50.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.67574999993667 +Info 4593 [10:53:50.158] Format host information updated +Info 4594 [10:53:50.296] Format host information updated +Info 4595 [10:53:50.296] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4596 [10:53:50.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 7.285727999638766ms +Info 4597 [10:53:50.303] Different program with same set of files +Info 4598 [10:53:50.547] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4599 [10:53:50.561] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 13.589155999943614ms +Info 4600 [10:53:50.561] Different program with same set of files +Info 4601 [10:53:50.561] getCompletionData: Get current token: 0.004801000002771616 +Info 4602 [10:53:50.561] getCompletionData: Is inside comment: 0.011448000092059374 +Info 4603 [10:53:50.561] getCompletionData: Get previous token: 0.013027000240981579 +Info 4604 [10:53:50.561] getCompletionsAtPosition: isCompletionListBlocker: 0.005545000080019236 +Info 4605 [10:53:50.562] getExportInfoMap: cache hit +Info 4606 [10:53:50.582] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 165 from cache +Info 4607 [10:53:50.582] collectAutoImports: response is complete +Info 4608 [10:53:50.582] collectAutoImports: 19.623809000011533 +Info 4609 [10:53:50.582] getCompletionData: Semantic work: 20.56712199980393 +Info 4610 [10:53:50.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.50414100009948 +Info 4611 [10:53:50.587] Format host information updated +Info 4612 [10:53:50.607] Format host information updated +Info 4613 [10:53:50.607] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4614 [10:53:50.614] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 6.94777199998498ms +Info 4615 [10:53:50.614] Different program with same set of files +Info 4616 [10:53:50.775] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4617 [10:53:50.782] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 6.897570999804884ms +Info 4618 [10:53:50.782] Different program with same set of files +Info 4619 [10:53:50.782] getCompletionData: Get current token: 0.0021359999664127827 +Info 4620 [10:53:50.782] getCompletionData: Is inside comment: 0.005571000277996063 +Info 4621 [10:53:50.782] getCompletionData: Get previous token: 0.007209000177681446 +Info 4622 [10:53:50.782] getCompletionsAtPosition: isCompletionListBlocker: 0.001858999952673912 +Info 4623 [10:53:50.782] Returning an empty list because completion was requested in an invalid position. +Info 4624 [10:53:50.782] Format host information updated +Info 4625 [10:53:50.912] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4626 [10:53:50.924] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 11.973728999961168ms +Info 4627 [10:53:50.924] Different program with same set of files +Info 4628 [10:53:50.924] getCompletionData: Get current token: 0.0032190000638365746 +Info 4629 [10:53:50.924] getCompletionData: Is inside comment: 0.010280000045895576 +Info 4630 [10:53:50.925] getCompletionData: Get previous token: 0.01298200013116002 +Info 4631 [10:53:50.925] getCompletionsAtPosition: isCompletionListBlocker: 0.002229999750852585 +Info 4632 [10:53:50.925] Returning an empty list because completion was requested in an invalid position. +Info 4633 [10:53:50.925] Format host information updated +Info 4634 [10:53:50.977] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4635 [10:53:50.987] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 9.633636999875307ms +Info 4636 [10:53:50.987] Different program with same set of files +Info 4637 [10:53:50.987] getCompletionData: Get current token: 0.00265400018543005 +Info 4638 [10:53:50.987] getCompletionData: Is inside comment: 0.00720600038766861 +Info 4639 [10:53:50.987] getCompletionData: Get previous token: 0.009682999923825264 +Info 4640 [10:53:50.987] getCompletionsAtPosition: isCompletionListBlocker: 0.0023040003143250942 +Info 4641 [10:53:50.987] Returning an empty list because completion was requested in an invalid position. +Info 4642 [10:53:50.987] Format host information updated +Info 4643 [10:53:51.074] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4644 [10:53:51.098] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 23.34298499999568ms +Info 4645 [10:53:51.098] Different program with same set of files +Info 4646 [10:53:51.098] getCompletionData: Get current token: 0.004517000168561935 +Info 4647 [10:53:51.098] getCompletionData: Is inside comment: 0.01241500023752451 +Info 4648 [10:53:51.098] getCompletionData: Get previous token: 0.015873000025749207 +Info 4649 [10:53:51.098] getCompletionsAtPosition: isCompletionListBlocker: 0.002754999790340662 +Info 4650 [10:53:51.098] Returning an empty list because completion was requested in an invalid position. +Info 4651 [10:53:51.102] Format host information updated +Info 4652 [10:53:51.370] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4653 [10:53:51.377] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 6.644042999949306ms +Info 4654 [10:53:51.377] Different program with same set of files +Info 4655 [10:53:51.377] getCompletionData: Get current token: 0.001912000123411417 +Info 4656 [10:53:51.377] getCompletionData: Is inside comment: 0.005269999615848064 +Info 4657 [10:53:51.377] getCompletionData: Get previous token: 0.00735899992287159 +Info 4658 [10:53:51.377] getCompletionsAtPosition: isCompletionListBlocker: 0.0016070003621280193 +Info 4659 [10:53:51.377] Returning an empty list because completion was requested in an invalid position. +Info 4660 [10:53:51.378] Format host information updated +Info 4661 [10:53:51.443] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4662 [10:53:51.450] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 6.774132000282407ms +Info 4663 [10:53:51.450] Different program with same set of files +Info 4664 [10:53:51.450] getCompletionData: Get current token: 0.0018489998765289783 +Info 4665 [10:53:51.450] getCompletionData: Is inside comment: 0.005065999925136566 +Info 4666 [10:53:51.450] getCompletionData: Get previous token: 0.0069969999603927135 +Info 4667 [10:53:51.450] getCompletionsAtPosition: isCompletionListBlocker: 0.0016339998692274094 +Info 4668 [10:53:51.450] Returning an empty list because completion was requested in an invalid position. +Info 4669 [10:53:51.452] Format host information updated +Info 4670 [10:53:51.719] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4671 [10:53:51.726] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 6.887289999984205ms +Info 4672 [10:53:51.726] Different program with same set of files +Info 4673 [10:53:51.726] getCompletionData: Get current token: 0.001947999931871891 +Info 4674 [10:53:51.726] getCompletionData: Is inside comment: 0.005368999671190977 +Info 4675 [10:53:51.726] getCompletionData: Get previous token: 0.007493999786674976 +Info 4676 [10:53:51.726] getCompletionsAtPosition: isCompletionListBlocker: 0.0018170000985264778 +Info 4677 [10:53:51.726] Returning an empty list because completion was requested in an invalid position. +Info 4678 [10:53:51.726] Format host information updated +Info 4679 [10:53:51.923] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4680 [10:53:51.932] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 9.235341999679804ms +Info 4681 [10:53:51.932] Different program with same set of files +Info 4682 [10:53:51.933] getCompletionData: Get current token: 0.0015519997105002403 +Info 4683 [10:53:51.933] getCompletionData: Is inside comment: 0.003976000007241964 +Info 4684 [10:53:51.933] getCompletionData: Get previous token: 0.005565000232309103 +Info 4685 [10:53:51.933] getCompletionsAtPosition: isCompletionListBlocker: 0.0012799999676644802 +Info 4686 [10:53:51.933] Returning an empty list because completion was requested in an invalid position. +Info 4687 [10:53:51.933] Format host information updated +Info 4688 [10:53:51.990] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4689 [10:53:52.005] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 15.128949000034481ms +Info 4690 [10:53:52.005] Different program with same set of files +Info 4691 [10:53:52.006] getCompletionData: Get current token: 0.0049749999307096004 +Info 4692 [10:53:52.006] getCompletionData: Is inside comment: 0.014785999897867441 +Info 4693 [10:53:52.006] getCompletionData: Get previous token: 0.017076000105589628 +Info 4694 [10:53:52.006] getCompletionsAtPosition: isCompletionListBlocker: 0.002902999985963106 +Info 4695 [10:53:52.006] Returning an empty list because completion was requested in an invalid position. +Info 4696 [10:53:52.006] Format host information updated +Info 4697 [10:53:55.101] Format host information updated +Info 4698 [10:53:55.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4699 [10:53:55.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 7.988584000151604ms +Info 4700 [10:53:55.109] Different program with same set of files +Info 4701 [10:53:55.546] Format host information updated +Info 4702 [10:53:55.546] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4703 [10:53:55.552] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 5.682310000061989ms +Info 4704 [10:53:55.552] Different program with same set of files +Info 4705 [10:53:56.083] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4706 [10:53:56.091] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 7.908520000055432ms +Info 4707 [10:53:56.091] Different program with same set of files +Info 4708 [10:53:56.091] getCompletionData: Get current token: 0.0028619999065995216 +Info 4709 [10:53:56.091] getCompletionData: Is inside comment: 0.004298999905586243 +Info 4710 [10:53:56.091] getCompletionData: Get previous token: 0.0027100001461803913 +Info 4711 [10:53:56.091] getCompletionsAtPosition: isCompletionListBlocker: 0.005280999932438135 +Info 4712 [10:53:56.091] Returning an empty list because completion was requested in an invalid position. +Info 4713 [10:53:56.092] Format host information updated +Info 4714 [10:53:56.335] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4715 [10:53:56.345] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 9.873399999924004ms +Info 4716 [10:53:56.345] Different program with same set of files +Info 4717 [10:53:56.345] getCompletionData: Get current token: 0.0024770000018179417 +Info 4718 [10:53:56.345] getCompletionData: Is inside comment: 0.009453000035136938 +Info 4719 [10:53:56.345] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4720 [10:53:56.345] Format host information updated +Info 4721 [10:53:56.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4722 [10:53:56.456] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 5.851861999835819ms +Info 4723 [10:53:56.456] Different program with same set of files +Info 4724 [10:53:56.456] getCompletionData: Get current token: 0.001291000284254551 +Info 4725 [10:53:56.456] getCompletionData: Is inside comment: 0.0044189998880028725 +Info 4726 [10:53:56.457] Format host information updated +Info 4727 [10:53:56.852] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4728 [10:53:56.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 8.848698999732733ms +Info 4729 [10:53:56.861] Different program with same set of files +Info 4730 [10:53:56.861] getCompletionData: Get current token: 0.0011709998361766338 +Info 4731 [10:53:56.861] getCompletionData: Is inside comment: 0.004118999931961298 +Info 4732 [10:53:56.862] Format host information updated +Info 4733 [10:53:57.091] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4734 [10:53:57.098] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 6.231023000087589ms +Info 4735 [10:53:57.098] Different program with same set of files +Info 4736 [10:53:57.098] getCompletionData: Get current token: 0.001962000038474798 +Info 4737 [10:53:57.098] getCompletionData: Is inside comment: 0.006345999892801046 +Info 4738 [10:53:57.098] getCompletionData: Get previous token: 0.0035589998587965965 +Info 4739 [10:53:57.098] getCompletionsAtPosition: isCompletionListBlocker: 0.006497000344097614 +Info 4740 [10:53:57.098] getExportInfoMap: cache miss or empty; calculating new results +Info 4741 [10:53:57.122] forEachExternalModuleToImportFrom autoImportProvider: 13.47813900001347 +Info 4742 [10:53:57.122] getExportInfoMap: done in 23.451468999963254 ms +Info 4743 [10:53:57.135] collectAutoImports: resolved 15 module specifiers, plus 219 ambient and 151 from cache +Info 4744 [10:53:57.135] collectAutoImports: response is complete +Info 4745 [10:53:57.136] collectAutoImports: 13.720917999744415 +Info 4746 [10:53:57.136] getCompletionData: Semantic work: 37.80398799991235 +Info 4747 [10:53:57.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5453009996563196 +Info 4748 [10:53:57.141] Format host information updated +Info 4749 [10:53:57.559] getCompletionData: Get current token: 0.0013390001840889454 +Info 4750 [10:53:57.559] getCompletionData: Is inside comment: 0.0077690002508461475 +Info 4751 [10:53:57.810] Format host information updated +Info 4752 [10:53:57.810] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4753 [10:53:57.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 6.247152999974787ms +Info 4754 [10:53:57.816] Different program with same set of files +Info 4755 [10:53:58.828] Format host information updated +Info 4756 [10:53:58.828] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4757 [10:53:58.834] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 6.246530000120401ms +Info 4758 [10:53:58.834] Different program with same set of files +Info 4759 [10:53:59.512] getCompletionData: Get current token: 0.0015639998018741608 +Info 4760 [10:53:59.513] getCompletionData: Is inside comment: 0.005578000098466873 +Info 4761 [10:53:59.798] Format host information updated +Info 4762 [10:53:59.798] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4763 [10:53:59.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 6.298421999905258ms +Info 4764 [10:53:59.804] Different program with same set of files +Info 4765 [10:54:01.063] getCompletionData: Get current token: 0.002643999643623829 +Info 4766 [10:54:01.063] getCompletionData: Is inside comment: 0.006388000212609768 +Info 4767 [10:54:01.277] Format host information updated +Info 4768 [10:54:01.278] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4769 [10:54:01.284] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 6.020136999897659ms +Info 4770 [10:54:01.284] Different program with same set of files +Info 4771 [10:54:01.882] Format host information updated +Info 4772 [10:54:01.883] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4773 [10:54:01.888] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 5.907990999985486ms +Info 4774 [10:54:01.888] Different program with same set of files +Info 4775 [10:54:02.033] Format host information updated +Info 4776 [10:54:02.033] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4777 [10:54:02.039] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 5.930079999845475ms +Info 4778 [10:54:02.039] Different program with same set of files +Info 4779 [10:54:02.436] getCompletionData: Get current token: 0.001370999962091446 +Info 4780 [10:54:02.436] getCompletionData: Is inside comment: 0.00750999990850687 +Info 4781 [10:54:02.742] Format host information updated +Info 4782 [10:54:02.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4783 [10:54:02.751] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 8.697383999824524ms +Info 4784 [10:54:02.751] Different program with same set of files +Info 4785 [10:54:02.875] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4786 [10:54:02.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 6.1264770003035665ms +Info 4787 [10:54:02.882] Different program with same set of files +Info 4788 [10:54:02.882] getCompletionData: Get current token: 0.0028030001558363438 +Info 4789 [10:54:02.882] getCompletionData: Is inside comment: 0.008024000097066164 +Info 4790 [10:54:02.884] Format host information updated +Info 4791 [10:54:03.095] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4792 [10:54:03.100] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 5.726269000209868ms +Info 4793 [10:54:03.100] Different program with same set of files +Info 4794 [10:54:03.100] getCompletionData: Get current token: 0.0019100001081824303 +Info 4795 [10:54:03.100] getCompletionData: Is inside comment: 0.006868999917060137 +Info 4796 [10:54:03.101] Format host information updated +Info 4797 [10:54:03.277] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4798 [10:54:03.285] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 7.872190000023693ms +Info 4799 [10:54:03.285] Different program with same set of files +Info 4800 [10:54:03.285] getCompletionData: Get current token: 0.002563000191003084 +Info 4801 [10:54:03.285] getCompletionData: Is inside comment: 0.008617999963462353 +Info 4802 [10:54:03.287] Format host information updated +Info 4803 [10:54:03.434] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4804 [10:54:03.439] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 5.651149000041187ms +Info 4805 [10:54:03.439] Different program with same set of files +Info 4806 [10:54:03.440] getCompletionData: Get current token: 0.002460000105202198 +Info 4807 [10:54:03.440] getCompletionData: Is inside comment: 0.008357000071555376 +Info 4808 [10:54:03.440] Format host information updated +Info 4809 [10:54:03.925] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4810 [10:54:03.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 6.388336000032723ms +Info 4811 [10:54:03.931] Different program with same set of files +Info 4812 [10:54:03.931] getCompletionData: Get current token: 0.025231999810785055 +Info 4813 [10:54:03.931] getCompletionData: Is inside comment: 0.030053000431507826 +Info 4814 [10:54:03.934] Format host information updated +Info 4815 [10:54:03.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4816 [10:54:03.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 8.318981000222266ms +Info 4817 [10:54:03.997] Different program with same set of files +Info 4818 [10:54:03.997] getCompletionData: Get current token: 0.0019950000569224358 +Info 4819 [10:54:03.997] getCompletionData: Is inside comment: 0.007577000185847282 +Info 4820 [10:54:03.998] Format host information updated +Info 4821 [10:54:04.092] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4822 [10:54:04.099] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 7.296017999760807ms +Info 4823 [10:54:04.099] Different program with same set of files +Info 4824 [10:54:04.099] getCompletionData: Get current token: 0.0034549999982118607 +Info 4825 [10:54:04.099] getCompletionData: Is inside comment: 0.013259000144898891 +Info 4826 [10:54:04.099] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4827 [10:54:04.099] Format host information updated +Info 4828 [10:54:04.223] Format host information updated +Info 4829 [10:54:04.224] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4830 [10:54:04.248] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 24.380065999925137ms +Info 4831 [10:54:04.248] Different program with same set of files +Info 4832 [10:54:04.540] Format host information updated +Info 4833 [10:54:04.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4834 [10:54:04.546] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 6.52442800020799ms +Info 4835 [10:54:04.546] Different program with same set of files +Info 4836 [10:54:05.404] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4837 [10:54:05.412] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 8.047205000184476ms +Info 4838 [10:54:05.412] Different program with same set of files +Info 4839 [10:54:05.412] getCompletionData: Get current token: 0.001516999676823616 +Info 4840 [10:54:05.412] getCompletionData: Is inside comment: 0.005829999689012766 +Info 4841 [10:54:05.413] Format host information updated +Info 4842 [10:54:05.630] Format host information updated +Info 4843 [10:54:05.630] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4844 [10:54:05.636] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 6.225438999943435ms +Info 4845 [10:54:05.636] Different program with same set of files +Info 4846 [10:54:05.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4847 [10:54:05.815] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 6.448230999987572ms +Info 4848 [10:54:05.815] Different program with same set of files +Info 4849 [10:54:05.815] getCompletionData: Get current token: 0.0020039998926222324 +Info 4850 [10:54:05.815] getCompletionData: Is inside comment: 0.007656999863684177 +Info 4851 [10:54:05.815] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4852 [10:54:05.817] Format host information updated +Info 4853 [10:54:06.260] Format host information updated +Info 4854 [10:54:06.261] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4855 [10:54:06.267] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 6.612383999861777ms +Info 4856 [10:54:06.267] Different program with same set of files +Info 4857 [10:54:06.394] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4858 [10:54:06.401] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 6.457779000047594ms +Info 4859 [10:54:06.401] Different program with same set of files +Info 4860 [10:54:06.401] getCompletionData: Get current token: 0.002274000085890293 +Info 4861 [10:54:06.401] getCompletionData: Is inside comment: 0.009252999909222126 +Info 4862 [10:54:06.401] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4863 [10:54:06.403] Format host information updated +Info 4864 [10:54:06.560] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4865 [10:54:06.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 6.254398999735713ms +Info 4866 [10:54:06.566] Different program with same set of files +Info 4867 [10:54:06.566] getCompletionData: Get current token: 0.001905000302940607 +Info 4868 [10:54:06.566] getCompletionData: Is inside comment: 0.00913799973204732 +Info 4869 [10:54:06.566] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4870 [10:54:06.566] Format host information updated +Info 4871 [10:54:06.676] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4872 [10:54:06.682] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 5.904143000021577ms +Info 4873 [10:54:06.682] Different program with same set of files +Info 4874 [10:54:06.682] getCompletionData: Get current token: 0.0028689997270703316 +Info 4875 [10:54:06.682] getCompletionData: Is inside comment: 0.013554000295698643 +Info 4876 [10:54:06.682] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4877 [10:54:06.683] Format host information updated +Info 4878 [10:54:06.812] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4879 [10:54:06.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 7.930694999638945ms +Info 4880 [10:54:06.820] Different program with same set of files +Info 4881 [10:54:06.820] getCompletionData: Get current token: 0.001867000013589859 +Info 4882 [10:54:06.820] getCompletionData: Is inside comment: 0.01460900017991662 +Info 4883 [10:54:06.820] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4884 [10:54:06.820] Format host information updated +Info 4885 [10:54:07.112] Format host information updated +Info 4886 [10:54:07.113] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4887 [10:54:07.136] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 23.34542499994859ms +Info 4888 [10:54:07.137] Different program with same set of files +Info 4889 [10:54:07.840] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4890 [10:54:07.848] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 7.695036000106484ms +Info 4891 [10:54:07.848] Different program with same set of files +Info 4892 [10:54:07.848] getCompletionData: Get current token: 0.0016920003108680248 +Info 4893 [10:54:07.848] getCompletionData: Is inside comment: 0.006407999899238348 +Info 4894 [10:54:07.848] Format host information updated +Info 4895 [10:54:07.996] Format host information updated +Info 4896 [10:54:07.996] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4897 [10:54:08.002] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 6.023643000051379ms +Info 4898 [10:54:08.002] Different program with same set of files +Info 4899 [10:54:08.295] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4900 [10:54:08.301] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 5.827339000068605ms +Info 4901 [10:54:08.301] Different program with same set of files +Info 4902 [10:54:08.301] getCompletionData: Get current token: 0.0018489998765289783 +Info 4903 [10:54:08.301] getCompletionData: Is inside comment: 0.007212999742478132 +Info 4904 [10:54:08.301] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4905 [10:54:08.303] Format host information updated +Info 4906 [10:54:08.573] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4907 [10:54:08.580] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 6.589020999614149ms +Info 4908 [10:54:08.580] Different program with same set of files +Info 4909 [10:54:08.580] getCompletionData: Get current token: 0.0018790001049637794 +Info 4910 [10:54:08.580] getCompletionData: Is inside comment: 0.0074800001457333565 +Info 4911 [10:54:08.580] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4912 [10:54:08.580] Format host information updated +Info 4913 [10:54:08.722] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4914 [10:54:08.728] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 6.084474999923259ms +Info 4915 [10:54:08.728] Different program with same set of files +Info 4916 [10:54:08.728] getCompletionData: Get current token: 0.0019370000809431076 +Info 4917 [10:54:08.728] getCompletionData: Is inside comment: 0.008313000202178955 +Info 4918 [10:54:08.728] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4919 [10:54:08.731] Format host information updated +Info 4920 [10:54:08.805] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4921 [10:54:08.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 6.6645849999040365ms +Info 4922 [10:54:08.812] Different program with same set of files +Info 4923 [10:54:08.812] getCompletionData: Get current token: 0.0017829998396337032 +Info 4924 [10:54:08.812] getCompletionData: Is inside comment: 0.010751000139862299 +Info 4925 [10:54:08.812] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4926 [10:54:08.812] Format host information updated +Info 4927 [10:54:09.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4928 [10:54:09.297] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 7.4720189999789ms +Info 4929 [10:54:09.297] Different program with same set of files +Info 4930 [10:54:09.297] getCompletionData: Get current token: 0.0016490002162754536 +Info 4931 [10:54:09.297] getCompletionData: Is inside comment: 0.007028999738395214 +Info 4932 [10:54:09.297] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4933 [10:54:09.297] Format host information updated +Info 4934 [10:54:10.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4935 [10:54:10.011] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 7.608756999950856ms +Info 4936 [10:54:10.011] Different program with same set of files +Info 4937 [10:54:10.011] getCompletionData: Get current token: 0.001902999822050333 +Info 4938 [10:54:10.011] getCompletionData: Is inside comment: 0.007158000022172928 +Info 4939 [10:54:10.011] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4940 [10:54:10.011] Format host information updated +Info 4941 [10:54:10.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4942 [10:54:10.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 6.757156000006944ms +Info 4943 [10:54:10.144] Different program with same set of files +Info 4944 [10:54:10.144] getCompletionData: Get current token: 0.001978999935090542 +Info 4945 [10:54:10.144] getCompletionData: Is inside comment: 0.007880999706685543 +Info 4946 [10:54:10.144] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4947 [10:54:10.144] Format host information updated +Info 4948 [10:54:10.258] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4949 [10:54:10.269] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 10.947925999760628ms +Info 4950 [10:54:10.269] Different program with same set of files +Info 4951 [10:54:10.269] getCompletionData: Get current token: 0.001483000349253416 +Info 4952 [10:54:10.269] getCompletionData: Is inside comment: 0.006748999934643507 +Info 4953 [10:54:10.269] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4954 [10:54:10.271] Format host information updated +Info 4955 [10:54:10.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4956 [10:54:10.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 6.15210899990052ms +Info 4957 [10:54:10.477] Different program with same set of files +Info 4958 [10:54:10.477] getCompletionData: Get current token: 0.0018420000560581684 +Info 4959 [10:54:10.477] getCompletionData: Is inside comment: 0.008423999883234501 +Info 4960 [10:54:10.477] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4961 [10:54:10.477] Format host information updated +Info 4962 [10:54:10.685] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4963 [10:54:10.691] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 5.669740000274032ms +Info 4964 [10:54:10.691] Different program with same set of files +Info 4965 [10:54:10.691] getCompletionData: Get current token: 0.0019180001690983772 +Info 4966 [10:54:10.691] getCompletionData: Is inside comment: 0.007253999821841717 +Info 4967 [10:54:10.691] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4968 [10:54:10.693] Format host information updated +Info 4969 [10:54:10.955] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4970 [10:54:10.962] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 6.658985999878496ms +Info 4971 [10:54:10.962] Different program with same set of files +Info 4972 [10:54:10.962] getCompletionData: Get current token: 0.001939999870955944 +Info 4973 [10:54:10.962] getCompletionData: Is inside comment: 0.007891000248491764 +Info 4974 [10:54:10.962] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4975 [10:54:10.963] Format host information updated +Info 4976 [10:54:11.080] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4977 [10:54:11.086] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 5.902903999667615ms +Info 4978 [10:54:11.086] Different program with same set of files +Info 4979 [10:54:11.087] getCompletionData: Get current token: 0.0019430001266300678 +Info 4980 [10:54:11.087] getCompletionData: Is inside comment: 0.008342999964952469 +Info 4981 [10:54:11.087] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4982 [10:54:11.088] Format host information updated +Info 4983 [10:54:11.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4984 [10:54:11.255] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 5.876738999970257ms +Info 4985 [10:54:11.255] Different program with same set of files +Info 4986 [10:54:11.255] getCompletionData: Get current token: 0.002151000313460827 +Info 4987 [10:54:11.255] getCompletionData: Is inside comment: 0.008727999869734049 +Info 4988 [10:54:11.255] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4989 [10:54:11.255] Format host information updated +Info 4990 [10:54:11.335] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4991 [10:54:11.341] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 5.878029000014067ms +Info 4992 [10:54:11.341] Different program with same set of files +Info 4993 [10:54:11.341] getCompletionData: Get current token: 0.0020350003615021706 +Info 4994 [10:54:11.341] getCompletionData: Is inside comment: 0.008258999790996313 +Info 4995 [10:54:11.341] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4996 [10:54:11.341] Format host information updated +Info 4997 [10:54:11.549] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4998 [10:54:11.557] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 7.186040000058711ms +Info 4999 [10:54:11.557] Different program with same set of files +Info 5000 [10:54:11.557] getCompletionData: Get current token: 0.001894999761134386 +Info 5001 [10:54:11.557] getCompletionData: Is inside comment: 0.0067980000749230385 +Info 5002 [10:54:11.557] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5003 [10:54:11.557] Format host information updated +Info 5004 [10:54:11.765] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5005 [10:54:11.771] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 5.738067999947816ms +Info 5006 [10:54:11.771] Different program with same set of files +Info 5007 [10:54:11.771] getCompletionData: Get current token: 0.0021959999576210976 +Info 5008 [10:54:11.771] getCompletionData: Is inside comment: 0.007939999923110008 +Info 5009 [10:54:11.771] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5010 [10:54:11.771] Format host information updated +Info 5011 [10:54:11.944] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5012 [10:54:11.952] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 7.6004119999706745ms +Info 5013 [10:54:11.952] Different program with same set of files +Info 5014 [10:54:11.952] getCompletionData: Get current token: 0.0015839999541640282 +Info 5015 [10:54:11.952] getCompletionData: Is inside comment: 0.005840000230818987 +Info 5016 [10:54:11.952] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5017 [10:54:11.952] Format host information updated +Info 5018 [10:54:12.125] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5019 [10:54:12.131] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 6.327576000243425ms +Info 5020 [10:54:12.131] Different program with same set of files +Info 5021 [10:54:12.131] getCompletionData: Get current token: 0.0019259997643530369 +Info 5022 [10:54:12.131] getCompletionData: Is inside comment: 0.007212999742478132 +Info 5023 [10:54:12.131] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5024 [10:54:12.131] Format host information updated +Info 5025 [10:54:12.185] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5026 [10:54:12.193] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 7.719894000329077ms +Info 5027 [10:54:12.193] Different program with same set of files +Info 5028 [10:54:12.193] getCompletionData: Get current token: 0.0032580001279711723 +Info 5029 [10:54:12.193] getCompletionData: Is inside comment: 0.011803999543190002 +Info 5030 [10:54:12.193] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5031 [10:54:12.196] Format host information updated +Info 5032 [10:54:12.329] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5033 [10:54:12.335] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 5.8745180000551045ms +Info 5034 [10:54:12.335] Different program with same set of files +Info 5035 [10:54:12.335] getCompletionData: Get current token: 0.0018619997426867485 +Info 5036 [10:54:12.335] getCompletionData: Is inside comment: 0.00672800000756979 +Info 5037 [10:54:12.335] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5038 [10:54:12.335] Format host information updated +Info 5039 [10:54:12.399] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5040 [10:54:12.405] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 5.51979500008747ms +Info 5041 [10:54:12.405] Different program with same set of files +Info 5042 [10:54:12.405] getCompletionData: Get current token: 0.0021509998477995396 +Info 5043 [10:54:12.405] getCompletionData: Is inside comment: 0.007294000126421452 +Info 5044 [10:54:12.405] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5045 [10:54:12.405] Format host information updated +Info 5046 [10:54:13.144] getCompletionData: Get current token: 0.003247000277042389 +Info 5047 [10:54:13.144] getCompletionData: Is inside comment: 0.008483000099658966 +Info 5048 [10:54:13.144] getCompletionData: Get previous token: 0.005452000070363283 +Info 5049 [10:54:13.144] getCompletionsAtPosition: isCompletionListBlocker: 0.0027310000732541084 +Info 5050 [10:54:13.145] getCompletionData: Semantic work: 0.019858000334352255 +Info 5051 [10:54:13.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0626809997484088 +Info 5052 [10:54:13.381] Format host information updated +Info 5053 [10:54:13.381] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5054 [10:54:13.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 7.061989999841899ms +Info 5055 [10:54:13.388] Different program with same set of files +Info 5056 [10:54:14.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5057 [10:54:14.661] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 6.162390000186861ms +Info 5058 [10:54:14.661] Different program with same set of files +Info 5059 [10:54:14.661] getCompletionData: Get current token: 0.002859000116586685 +Info 5060 [10:54:14.661] getCompletionData: Is inside comment: 0.009298000019043684 +Info 5061 [10:54:14.661] getCompletionData: Get previous token: 0.006388999987393618 +Info 5062 [10:54:14.661] getCompletionsAtPosition: isCompletionListBlocker: 0.008320000022649765 +Info 5063 [10:54:14.661] getExportInfoMap: cache hit +Info 5064 [10:54:14.676] collectAutoImports: resolved 1 module specifiers, plus 175 ambient and 229 from cache +Info 5065 [10:54:14.676] collectAutoImports: response is complete +Info 5066 [10:54:14.676] collectAutoImports: 14.136121999938041 +Info 5067 [10:54:14.676] getCompletionData: Semantic work: 14.701743999961764 +Info 5068 [10:54:14.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.750203000381589 +Info 5069 [10:54:14.683] Format host information updated +Info 5070 [10:54:14.806] Format host information updated +Info 5071 [10:54:14.806] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5072 [10:54:14.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 6.0427800002507865ms +Info 5073 [10:54:14.812] Different program with same set of files +Info 5074 [10:54:15.294] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5075 [10:54:15.300] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 5.75717299990356ms +Info 5076 [10:54:15.300] Different program with same set of files +Info 5077 [10:54:15.300] getCompletionData: Get current token: 0.00292599992826581 +Info 5078 [10:54:15.300] getCompletionData: Is inside comment: 0.009812999982386827 +Info 5079 [10:54:15.300] getCompletionData: Get previous token: 0.006583999842405319 +Info 5080 [10:54:15.300] getCompletionsAtPosition: isCompletionListBlocker: 0.008256000000983477 +Info 5081 [10:54:15.300] getExportInfoMap: cache hit +Info 5082 [10:54:15.311] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5083 [10:54:15.311] collectAutoImports: response is complete +Info 5084 [10:54:15.311] collectAutoImports: 10.149997999891639 +Info 5085 [10:54:15.311] getCompletionData: Semantic work: 10.75801600003615 +Info 5086 [10:54:15.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.456143000163138 +Info 5087 [10:54:15.321] Format host information updated +Info 5088 [10:54:15.397] Format host information updated +Info 5089 [10:54:15.398] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5090 [10:54:15.404] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 6.118526000063866ms +Info 5091 [10:54:15.404] Different program with same set of files +Info 5092 [10:54:15.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5093 [10:54:15.522] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 5.688674000091851ms +Info 5094 [10:54:15.522] Different program with same set of files +Info 5095 [10:54:15.522] getCompletionData: Get current token: 0.0033900002017617226 +Info 5096 [10:54:15.522] getCompletionData: Is inside comment: 0.010094999801367521 +Info 5097 [10:54:15.522] Format host information updated +Info 5098 [10:54:15.592] Format host information updated +Info 5099 [10:54:15.592] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5100 [10:54:15.600] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 7.706329999957234ms +Info 5101 [10:54:15.600] Different program with same set of files +Info 5102 [10:54:25.219] Format host information updated +Info 5103 [10:54:25.220] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5104 [10:54:25.236] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 16.333526000380516ms +Info 5105 [10:54:25.236] Different program with same set of files +Info 5106 [10:54:26.822] Format host information updated +Info 5107 [10:54:26.822] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5108 [10:54:26.832] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 9.439323000144213ms +Info 5109 [10:54:26.832] Different program with same set of files +Info 5110 [10:54:27.543] Format host information updated +Info 5111 [10:54:27.543] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5112 [10:54:27.552] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 8.65338100027293ms +Info 5113 [10:54:27.552] Different program with same set of files +Info 5114 [10:54:28.023] Format host information updated +Info 5115 [10:54:28.023] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5116 [10:54:28.032] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 8.945549000054598ms +Info 5117 [10:54:28.032] Different program with same set of files +Info 5118 [10:54:30.479] Format host information updated +Info 5119 [10:54:30.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5120 [10:54:30.487] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 7.580570999998599ms +Info 5121 [10:54:30.487] Different program with same set of files +Info 5122 [10:54:32.380] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5123 [10:54:32.387] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 7.335061999969184ms +Info 5124 [10:54:32.387] Different program with same set of files +Info 5125 [10:54:32.388] getCompletionData: Get current token: 0.005322999786585569 +Info 5126 [10:54:32.388] getCompletionData: Is inside comment: 0.01458499999716878 +Info 5127 [10:54:32.388] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5128 [10:54:32.389] Format host information updated +Info 5129 [10:54:32.498] Format host information updated +Info 5130 [10:54:32.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5131 [10:54:32.504] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 5.8267680001445115ms +Info 5132 [10:54:32.504] Different program with same set of files +Info 5133 [10:54:34.372] Format host information updated +Info 5134 [10:54:34.372] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5135 [10:54:34.380] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 8.220670000184327ms +Info 5136 [10:54:34.380] Different program with same set of files +Info 5137 [10:54:37.234] Format host information updated +Info 5138 [10:54:37.234] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5139 [10:54:37.242] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 7.186889000236988ms +Info 5140 [10:54:37.242] Different program with same set of files +Info 5141 [10:54:37.724] Format host information updated +Info 5142 [10:54:37.724] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5143 [10:54:37.732] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 8.107210999820381ms +Info 5144 [10:54:37.732] Different program with same set of files +Info 5145 [10:54:39.122] Format host information updated +Info 5146 [10:54:39.122] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5147 [10:54:39.131] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 9.022136999759823ms +Info 5148 [10:54:39.131] Different program with same set of files +Info 5149 [10:54:39.324] getCompletionData: Get current token: 0.005462000146508217 +Info 5150 [10:54:39.324] getCompletionData: Is inside comment: 0.022216999903321266 +Info 5151 [10:54:39.324] getCompletionData: Get previous token: 0.02698800014331937 +Info 5152 [10:54:39.325] getCompletionsAtPosition: isCompletionListBlocker: 0.0034479997120797634 +Info 5153 [10:54:39.325] getExportInfoMap: cache hit +Info 5154 [10:54:39.328] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 5155 [10:54:39.329] collectAutoImports: response is complete +Info 5156 [10:54:39.329] collectAutoImports: 3.1385209998115897 +Info 5157 [10:54:39.329] getCompletionData: Semantic work: 4.003907999955118 +Info 5158 [10:54:39.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.966927000321448 +Info 5159 [10:54:39.419] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5160 [10:54:39.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 13.118319999892265ms +Info 5161 [10:54:39.432] Different program with same set of files +Info 5162 [10:54:39.432] getCompletionData: Get current token: 0.00660899979993701 +Info 5163 [10:54:39.432] getCompletionData: Is inside comment: 0.026569999754428864 +Info 5164 [10:54:39.432] getCompletionData: Get previous token: 0.016758000012487173 +Info 5165 [10:54:39.432] getCompletionsAtPosition: isCompletionListBlocker: 0.016762999817728996 +Info 5166 [10:54:39.433] getExportInfoMap: cache hit +Info 5167 [10:54:39.453] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5168 [10:54:39.453] collectAutoImports: response is complete +Info 5169 [10:54:39.453] collectAutoImports: 19.51176800020039 +Info 5170 [10:54:39.453] getCompletionData: Semantic work: 20.392692000139505 +Info 5171 [10:54:39.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.691600000020117 +Info 5172 [10:54:39.460] Format host information updated +Info 5173 [10:54:40.117] getCompletionData: Get current token: 0.004304000176489353 +Info 5174 [10:54:40.117] getCompletionData: Is inside comment: 0.013542999979108572 +Info 5175 [10:54:40.117] getCompletionData: Get previous token: 0.0091540003195405 +Info 5176 [10:54:40.117] getCompletionsAtPosition: isCompletionListBlocker: 0.015238000079989433 +Info 5177 [10:54:40.118] getExportInfoMap: cache hit +Info 5178 [10:54:40.127] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5179 [10:54:40.127] collectAutoImports: response is complete +Info 5180 [10:54:40.127] collectAutoImports: 9.532391999848187 +Info 5181 [10:54:40.127] getCompletionData: Semantic work: 10.078600000124425 +Info 5182 [10:54:40.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.909335999749601 +Info 5183 [10:54:40.272] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5184 [10:54:40.279] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 6.759905999992043ms +Info 5185 [10:54:40.279] Different program with same set of files +Info 5186 [10:54:40.279] getCompletionData: Get current token: 0.002770999912172556 +Info 5187 [10:54:40.279] getCompletionData: Is inside comment: 0.014863000251352787 +Info 5188 [10:54:40.279] getCompletionData: Get previous token: 0.008568999823182821 +Info 5189 [10:54:40.279] getCompletionsAtPosition: isCompletionListBlocker: 0.00699399970471859 +Info 5190 [10:54:40.279] getExportInfoMap: cache hit +Info 5191 [10:54:40.292] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5192 [10:54:40.292] collectAutoImports: response is complete +Info 5193 [10:54:40.292] collectAutoImports: 12.223569999914616 +Info 5194 [10:54:40.292] getCompletionData: Semantic work: 12.76856999984011 +Info 5195 [10:54:40.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.486608999781311 +Info 5196 [10:54:40.299] Format host information updated +Info 5197 [10:54:42.623] Format host information updated +Info 5198 [10:54:42.623] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5199 [10:54:42.629] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 6.446859000250697ms +Info 5200 [10:54:42.629] Different program with same set of files +Info 5201 [10:54:43.826] Format host information updated +Info 5202 [10:54:43.826] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5203 [10:54:43.836] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 9.891340000089258ms +Info 5204 [10:54:43.836] Different program with same set of files +Info 5205 [10:54:46.969] Format host information updated +Info 5206 [10:54:46.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5207 [10:54:46.975] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 6.495740000158548ms +Info 5208 [10:54:46.975] Different program with same set of files +Info 5209 [10:54:49.447] Format host information updated +Info 5210 [10:54:49.447] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5211 [10:54:49.456] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 8.60385899990797ms +Info 5212 [10:54:49.456] Different program with same set of files +Info 5213 [10:54:51.244] getCompletionData: Get current token: 0.0031150002032518387 +Info 5214 [10:54:51.244] getCompletionData: Is inside comment: 0.011504999827593565 +Info 5215 [10:54:51.244] getCompletionData: Get previous token: 0.016177000012248755 +Info 5216 [10:54:51.244] getCompletionsAtPosition: isCompletionListBlocker: 0.01805700035765767 +Info 5217 [10:54:51.244] getCompletionData: Semantic work: 0.02780799986794591 +Info 5218 [10:54:51.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02727700024843216 +Info 5219 [10:54:51.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5220 [10:54:51.600] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 6.150905999820679ms +Info 5221 [10:54:51.600] Different program with same set of files +Info 5222 [10:54:51.601] getCompletionData: Get current token: 0.002101999707520008 +Info 5223 [10:54:51.601] getCompletionData: Is inside comment: 0.010305000003427267 +Info 5224 [10:54:51.601] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5225 [10:54:51.601] Format host information updated +Info 5226 [10:54:52.904] getCompletionData: Get current token: 0.002209000289440155 +Info 5227 [10:54:52.904] getCompletionData: Is inside comment: 0.010458999779075384 +Info 5228 [10:54:52.904] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5229 [10:54:53.091] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5230 [10:54:53.097] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 6.005481000058353ms +Info 5231 [10:54:53.097] Different program with same set of files +Info 5232 [10:54:53.097] getCompletionData: Get current token: 0.003541999962180853 +Info 5233 [10:54:53.097] getCompletionData: Is inside comment: 0.012492000125348568 +Info 5234 [10:54:53.097] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5235 [10:54:53.097] Format host information updated +Info 5236 [10:54:56.627] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5237 [10:54:56.633] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 6.140583999920636ms +Info 5238 [10:54:56.633] Different program with same set of files +Info 5239 [10:54:56.633] getCompletionData: Get current token: 0.0034860000014305115 +Info 5240 [10:54:56.633] getCompletionData: Is inside comment: 0.01220100000500679 +Info 5241 [10:54:56.633] getCompletionData: Get previous token: 0.015488999895751476 +Info 5242 [10:54:56.633] getCompletionsAtPosition: isCompletionListBlocker: 0.002316999714821577 +Info 5243 [10:54:56.634] getExportInfoMap: cache hit +Info 5244 [10:54:56.636] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5245 [10:54:56.636] collectAutoImports: response is complete +Info 5246 [10:54:56.636] collectAutoImports: 1.9703049999661744 +Info 5247 [10:54:56.636] getCompletionData: Semantic work: 2.551657000090927 +Info 5248 [10:54:56.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9278889996930957 +Info 5249 [10:54:56.640] Format host information updated +Info 5250 [10:54:56.813] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5251 [10:54:56.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 7.388701000250876ms +Info 5252 [10:54:56.821] Different program with same set of files +Info 5253 [10:54:56.821] getCompletionData: Get current token: 0.006419000215828419 +Info 5254 [10:54:56.821] getCompletionData: Is inside comment: 0.019144999794662 +Info 5255 [10:54:56.821] getCompletionData: Get previous token: 0.013430999591946602 +Info 5256 [10:54:56.821] getCompletionsAtPosition: isCompletionListBlocker: 0.003469000104814768 +Info 5257 [10:54:56.821] getExportInfoMap: cache hit +Info 5258 [10:54:56.834] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5259 [10:54:56.834] collectAutoImports: response is complete +Info 5260 [10:54:56.834] collectAutoImports: 12.303122999612242 +Info 5261 [10:54:56.834] getCompletionData: Semantic work: 12.855982000008225 +Info 5262 [10:54:56.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.528170000296086 +Info 5263 [10:54:56.845] Format host information updated +Info 5264 [10:54:57.545] getCompletionData: Get current token: 0.005134999752044678 +Info 5265 [10:54:57.545] getCompletionData: Is inside comment: 0.013020999729633331 +Info 5266 [10:54:57.545] getCompletionData: Get previous token: 0.009107000194489956 +Info 5267 [10:54:57.545] getCompletionsAtPosition: isCompletionListBlocker: 0.00684700021520257 +Info 5268 [10:54:57.546] getExportInfoMap: cache hit +Info 5269 [10:54:57.555] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5270 [10:54:57.555] collectAutoImports: response is complete +Info 5271 [10:54:57.555] collectAutoImports: 9.358158000279218 +Info 5272 [10:54:57.555] getCompletionData: Semantic work: 9.924045000225306 +Info 5273 [10:54:57.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1567440000362694 +Info 5274 [10:54:58.011] getCompletionData: Get current token: 0.0041240002028644085 +Info 5275 [10:54:58.011] getCompletionData: Is inside comment: 0.013113999739289284 +Info 5276 [10:54:58.011] getCompletionData: Get previous token: 0.01639400003477931 +Info 5277 [10:54:58.011] getCompletionsAtPosition: isCompletionListBlocker: 0.0035749999806284904 +Info 5278 [10:54:58.012] getExportInfoMap: cache hit +Info 5279 [10:54:58.014] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5280 [10:54:58.014] collectAutoImports: response is complete +Info 5281 [10:54:58.014] collectAutoImports: 2.034760999958962 +Info 5282 [10:54:58.014] getCompletionData: Semantic work: 2.5328649999573827 +Info 5283 [10:54:58.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.459733999799937 +Info 5284 [10:54:58.223] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5285 [10:54:58.231] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 8.375905999913812ms +Info 5286 [10:54:58.231] Different program with same set of files +Info 5287 [10:54:58.231] getCompletionData: Get current token: 0.004064000211656094 +Info 5288 [10:54:58.231] getCompletionData: Is inside comment: 0.013437999878078699 +Info 5289 [10:54:58.231] getCompletionData: Get previous token: 0.009283999912440777 +Info 5290 [10:54:58.231] getCompletionsAtPosition: isCompletionListBlocker: 0.009072000160813332 +Info 5291 [10:54:58.232] getExportInfoMap: cache hit +Info 5292 [10:54:58.242] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5293 [10:54:58.242] collectAutoImports: response is complete +Info 5294 [10:54:58.242] collectAutoImports: 9.955256999935955 +Info 5295 [10:54:58.242] getCompletionData: Semantic work: 10.469407000113279 +Info 5296 [10:54:58.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7471909997984767 +Info 5297 [10:54:58.249] Format host information updated +Info 5298 [10:54:59.699] getCompletionData: Get current token: 0.0036869999021291733 +Info 5299 [10:54:59.699] getCompletionData: Is inside comment: 0.012426999863237143 +Info 5300 [10:54:59.699] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5301 [10:55:00.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5302 [10:55:00.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 7.747785999905318ms +Info 5303 [10:55:00.976] Different program with same set of files +Info 5304 [10:55:00.976] getCompletionData: Get current token: 0.0033140000887215137 +Info 5305 [10:55:00.976] getCompletionData: Is inside comment: 0.01348000019788742 +Info 5306 [10:55:00.976] getCompletionData: Get previous token: 0.014655999839305878 +Info 5307 [10:55:00.976] getCompletionsAtPosition: isCompletionListBlocker: 0.0021189996041357517 +Info 5308 [10:55:00.976] getExportInfoMap: cache hit +Info 5309 [10:55:00.978] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5310 [10:55:00.978] collectAutoImports: response is complete +Info 5311 [10:55:00.978] collectAutoImports: 2.0145610002800822 +Info 5312 [10:55:00.978] getCompletionData: Semantic work: 2.4726160001009703 +Info 5313 [10:55:00.980] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5405579996295273 +Info 5314 [10:55:00.981] Format host information updated +Info 5315 [10:55:01.199] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5316 [10:55:01.205] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 6.4315470000728965ms +Info 5317 [10:55:01.205] Different program with same set of files +Info 5318 [10:55:01.206] getCompletionData: Get current token: 0.0049310000613331795 +Info 5319 [10:55:01.206] getCompletionData: Is inside comment: 0.014794999733567238 +Info 5320 [10:55:01.206] getCompletionData: Get previous token: 0.010438999626785517 +Info 5321 [10:55:01.206] getCompletionsAtPosition: isCompletionListBlocker: 0.003097000066190958 +Info 5322 [10:55:01.206] getExportInfoMap: cache hit +Info 5323 [10:55:01.218] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5324 [10:55:01.218] collectAutoImports: response is complete +Info 5325 [10:55:01.218] collectAutoImports: 11.46011499967426 +Info 5326 [10:55:01.218] getCompletionData: Semantic work: 11.890718000009656 +Info 5327 [10:55:01.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5351789998821914 +Info 5328 [10:55:01.224] Format host information updated +Info 5329 [10:55:01.685] getCompletionData: Get current token: 0.003667999990284443 +Info 5330 [10:55:01.685] getCompletionData: Is inside comment: 0.013307000044733286 +Info 5331 [10:55:01.685] getCompletionData: Get previous token: 0.016307999845594168 +Info 5332 [10:55:01.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0035540000535547733 +Info 5333 [10:55:01.685] getExportInfoMap: cache hit +Info 5334 [10:55:01.687] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 5335 [10:55:01.687] collectAutoImports: response is complete +Info 5336 [10:55:01.687] collectAutoImports: 2.0493780001997948 +Info 5337 [10:55:01.687] getCompletionData: Semantic work: 2.4890180001966655 +Info 5338 [10:55:01.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4664880000054836 +Info 5339 [10:55:02.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5340 [10:55:02.049] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 7.52649400010705ms +Info 5341 [10:55:02.049] Different program with same set of files +Info 5342 [10:55:02.049] getCompletionData: Get current token: 0.0036430000327527523 +Info 5343 [10:55:02.049] getCompletionData: Is inside comment: 0.01234500017017126 +Info 5344 [10:55:02.049] getCompletionData: Get previous token: 0.008413000032305717 +Info 5345 [10:55:02.049] getCompletionsAtPosition: isCompletionListBlocker: 0.008541000075638294 +Info 5346 [10:55:02.049] getExportInfoMap: cache hit +Info 5347 [10:55:02.058] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5348 [10:55:02.058] collectAutoImports: response is complete +Info 5349 [10:55:02.058] collectAutoImports: 8.822604999877512 +Info 5350 [10:55:02.058] getCompletionData: Semantic work: 9.248631999827921 +Info 5351 [10:55:02.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3227879996411502 +Info 5352 [10:55:02.065] Format host information updated +Info 5353 [10:55:03.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5354 [10:55:03.159] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 6.487358999904245ms +Info 5355 [10:55:03.159] Different program with same set of files +Info 5356 [10:55:03.159] getCompletionData: Get current token: 0.0032930001616477966 +Info 5357 [10:55:03.159] getCompletionData: Is inside comment: 0.013171999715268612 +Info 5358 [10:55:03.159] getCompletionData: Get previous token: 0.014434999786317348 +Info 5359 [10:55:03.159] getCompletionsAtPosition: isCompletionListBlocker: 0.002214999869465828 +Info 5360 [10:55:03.159] getExportInfoMap: cache hit +Info 5361 [10:55:03.162] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5362 [10:55:03.162] collectAutoImports: response is complete +Info 5363 [10:55:03.162] collectAutoImports: 2.0374900000169873 +Info 5364 [10:55:03.162] getCompletionData: Semantic work: 2.5028679999522865 +Info 5365 [10:55:03.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5287529998458922 +Info 5366 [10:55:03.164] Format host information updated +Info 5367 [10:55:03.407] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5368 [10:55:03.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 8.181821999605745ms +Info 5369 [10:55:03.415] Different program with same set of files +Info 5370 [10:55:03.416] getCompletionData: Get current token: 0.005058999639004469 +Info 5371 [10:55:03.416] getCompletionData: Is inside comment: 0.015292000025510788 +Info 5372 [10:55:03.416] getCompletionData: Get previous token: 0.010041999630630016 +Info 5373 [10:55:03.416] getCompletionsAtPosition: isCompletionListBlocker: 0.0030559999868273735 +Info 5374 [10:55:03.416] getExportInfoMap: cache hit +Info 5375 [10:55:03.426] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5376 [10:55:03.426] collectAutoImports: response is complete +Info 5377 [10:55:03.426] collectAutoImports: 9.650739000178874 +Info 5378 [10:55:03.426] getCompletionData: Semantic work: 10.077707999851555 +Info 5379 [10:55:03.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7201340002939105 +Info 5380 [10:55:03.432] Format host information updated +Info 5381 [10:55:03.826] getCompletionData: Get current token: 0.003983000293374062 +Info 5382 [10:55:03.826] getCompletionData: Is inside comment: 0.013226000126451254 +Info 5383 [10:55:03.826] getCompletionData: Get previous token: 0.0160219999961555 +Info 5384 [10:55:03.826] getCompletionsAtPosition: isCompletionListBlocker: 0.0036920001730322838 +Info 5385 [10:55:03.826] getExportInfoMap: cache hit +Info 5386 [10:55:03.828] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 5387 [10:55:03.828] collectAutoImports: response is complete +Info 5388 [10:55:03.828] collectAutoImports: 2.0661550001241267 +Info 5389 [10:55:03.828] getCompletionData: Semantic work: 2.521956999786198 +Info 5390 [10:55:03.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4861820000223815 +Info 5391 [10:55:04.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5392 [10:55:04.130] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 6.405839999672025ms +Info 5393 [10:55:04.130] Different program with same set of files +Info 5394 [10:55:04.130] getCompletionData: Get current token: 0.004081999883055687 +Info 5395 [10:55:04.130] getCompletionData: Is inside comment: 0.01602800004184246 +Info 5396 [10:55:04.130] getCompletionData: Get previous token: 0.01592600019648671 +Info 5397 [10:55:04.130] getCompletionsAtPosition: isCompletionListBlocker: 0.009330999571830034 +Info 5398 [10:55:04.131] getExportInfoMap: cache hit +Info 5399 [10:55:04.142] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5400 [10:55:04.142] collectAutoImports: response is complete +Info 5401 [10:55:04.142] collectAutoImports: 11.50881200004369 +Info 5402 [10:55:04.142] getCompletionData: Semantic work: 12.078838000074029 +Info 5403 [10:55:04.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.867910999804735 +Info 5404 [10:55:04.149] Format host information updated +Info 5405 [10:55:09.628] Format host information updated +Info 5406 [10:55:09.628] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5407 [10:55:09.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 6.424604000058025ms +Info 5408 [10:55:09.635] Different program with same set of files +Info 5409 [10:55:10.114] Format host information updated +Info 5410 [10:55:10.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5411 [10:55:10.120] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 6.2096130000427365ms +Info 5412 [10:55:10.120] Different program with same set of files +Info 5413 [10:55:10.264] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5414 [10:55:10.271] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 6.600428000092506ms +Info 5415 [10:55:10.271] Different program with same set of files +Info 5416 [10:55:10.271] getCompletionData: Get current token: 0.0030999998562037945 +Info 5417 [10:55:10.271] getCompletionData: Is inside comment: 0.007499000057578087 +Info 5418 [10:55:10.271] getCompletionData: Get previous token: 0.0037869997322559357 +Info 5419 [10:55:10.271] getExportInfoMap: cache hit +Info 5420 [10:55:10.275] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 8 from cache +Info 5421 [10:55:10.275] collectAutoImports: response is complete +Info 5422 [10:55:10.275] collectAutoImports: 3.906454000156373 +Info 5423 [10:55:10.275] getCompletionData: Semantic work: 4.356440000236034 +Info 5424 [10:55:10.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0035669999197125 +Info 5425 [10:55:10.278] Format host information updated +Info 5426 [10:55:10.329] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5427 [10:55:10.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 6.580045999959111ms +Info 5428 [10:55:10.336] Different program with same set of files +Info 5429 [10:55:10.336] getCompletionData: Get current token: 0.0027910000644624233 +Info 5430 [10:55:10.336] getCompletionData: Is inside comment: 0.007786999922245741 +Info 5431 [10:55:10.336] getCompletionData: Get previous token: 0.004610000178217888 +Info 5432 [10:55:10.336] getExportInfoMap: cache hit +Info 5433 [10:55:10.339] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 0 from cache +Info 5434 [10:55:10.339] collectAutoImports: response is complete +Info 5435 [10:55:10.339] collectAutoImports: 2.8670230000279844 +Info 5436 [10:55:10.339] getCompletionData: Semantic work: 3.345489999745041 +Info 5437 [10:55:10.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8985150000080466 +Info 5438 [10:55:10.341] Format host information updated +Info 5439 [10:55:10.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5440 [10:55:10.488] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 24.566542000044137ms +Info 5441 [10:55:10.488] Different program with same set of files +Info 5442 [10:55:10.488] getCompletionData: Get current token: 0.008169000037014484 +Info 5443 [10:55:10.488] getCompletionData: Is inside comment: 0.0234499997459352 +Info 5444 [10:55:10.488] getCompletionData: Get previous token: 0.01396699994802475 +Info 5445 [10:55:10.490] getExportInfoMap: cache hit +Info 5446 [10:55:10.495] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5447 [10:55:10.495] collectAutoImports: response is complete +Info 5448 [10:55:10.496] collectAutoImports: 5.882828999776393 +Info 5449 [10:55:10.496] getCompletionData: Semantic work: 7.115639999974519 +Info 5450 [10:55:10.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8365429998375475 +Info 5451 [10:55:10.504] Format host information updated +Info 5452 [10:55:10.567] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5453 [10:55:10.574] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 6.768631000071764ms +Info 5454 [10:55:10.574] Different program with same set of files +Info 5455 [10:55:10.574] getCompletionData: Get current token: 0.0031759999692440033 +Info 5456 [10:55:10.574] getCompletionData: Is inside comment: 0.0069690002128481865 +Info 5457 [10:55:10.574] getCompletionData: Get previous token: 0.004145999904721975 +Info 5458 [10:55:10.575] getExportInfoMap: cache hit +Info 5459 [10:55:10.588] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 5460 [10:55:10.588] collectAutoImports: response is complete +Info 5461 [10:55:10.588] collectAutoImports: 12.894990000408143 +Info 5462 [10:55:10.588] getCompletionData: Semantic work: 13.508702000137419 +Info 5463 [10:55:10.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.846849999856204 +Info 5464 [10:55:10.593] Format host information updated +Info 5465 [10:55:10.642] Format host information updated +Info 5466 [10:55:10.642] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5467 [10:55:10.652] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 10.07787699997425ms +Info 5468 [10:55:10.652] Different program with same set of files +Info 5469 [10:55:10.773] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5470 [10:55:10.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 6.219959000125527ms +Info 5471 [10:55:10.780] Different program with same set of files +Info 5472 [10:55:10.780] getCompletionData: Get current token: 0.004784000106155872 +Info 5473 [10:55:10.780] getCompletionData: Is inside comment: 0.010823999997228384 +Info 5474 [10:55:10.780] getCompletionData: Get previous token: 0.00634300010278821 +Info 5475 [10:55:10.780] getExportInfoMap: cache hit +Info 5476 [10:55:10.802] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 342 from cache +Info 5477 [10:55:10.802] collectAutoImports: response is complete +Info 5478 [10:55:10.802] collectAutoImports: 21.983849999960512 +Info 5479 [10:55:10.802] getCompletionData: Semantic work: 22.06085899984464 +Info 5480 [10:55:10.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.627232000231743 +Info 5481 [10:55:10.812] Format host information updated +Info 5482 [10:55:10.833] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5483 [10:55:10.839] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 6.761798999737948ms +Info 5484 [10:55:10.839] Different program with same set of files +Info 5485 [10:55:10.840] getCompletionData: Get current token: 0.0038019996136426926 +Info 5486 [10:55:10.840] getCompletionData: Is inside comment: 0.0085249999538064 +Info 5487 [10:55:10.840] getCompletionData: Get previous token: 0.004225000273436308 +Info 5488 [10:55:10.840] Format host information updated +Info 5489 [10:55:11.174] getCompletionData: Get current token: 0.010844999924302101 +Info 5490 [10:55:11.174] getCompletionData: Is inside comment: 0.006058999802917242 +Info 5491 [10:55:11.174] getCompletionData: Get previous token: 0.0326129999011755 +Info 5492 [10:55:11.174] getExportInfoMap: cache hit +Info 5493 [10:55:11.227] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 342 from cache +Info 5494 [10:55:11.227] collectAutoImports: response is complete +Info 5495 [10:55:11.227] collectAutoImports: 52.540789999999106 +Info 5496 [10:55:11.227] getCompletionData: Semantic work: 52.750618000049144 +Info 5497 [10:55:11.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.443597000092268 +Info 5498 [10:55:11.457] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5499 [10:55:11.464] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 6.834564999677241ms +Info 5500 [10:55:11.464] Different program with same set of files +Info 5501 [10:55:11.464] getCompletionData: Get current token: 0.0018420000560581684 +Info 5502 [10:55:11.464] getCompletionData: Is inside comment: 0.0011209999211132526 +Info 5503 [10:55:11.464] getCompletionData: Get previous token: 0.012089999858289957 +Info 5504 [10:55:11.464] getExportInfoMap: cache hit +Info 5505 [10:55:11.468] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 30 from cache +Info 5506 [10:55:11.468] collectAutoImports: response is complete +Info 5507 [10:55:11.468] collectAutoImports: 3.598190000280738 +Info 5508 [10:55:11.468] getCompletionData: Semantic work: 3.678946000058204 +Info 5509 [10:55:11.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3244829997420311 +Info 5510 [10:55:11.469] Format host information updated +Info 5511 [10:55:11.526] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5512 [10:55:11.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 18.81110000004992ms +Info 5513 [10:55:11.545] Different program with same set of files +Info 5514 [10:55:11.546] getCompletionData: Get current token: 0.007747000083327293 +Info 5515 [10:55:11.546] getCompletionData: Is inside comment: 0.004495999775826931 +Info 5516 [10:55:11.546] getCompletionData: Get previous token: 0.040698000229895115 +Info 5517 [10:55:11.546] getExportInfoMap: cache hit +Info 5518 [10:55:11.555] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 2 from cache +Info 5519 [10:55:11.555] collectAutoImports: response is complete +Info 5520 [10:55:11.555] collectAutoImports: 9.213295999914408 +Info 5521 [10:55:11.555] getCompletionData: Semantic work: 9.394518000073731 +Info 5522 [10:55:11.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2616209997795522 +Info 5523 [10:55:11.556] Format host information updated +Info 5524 [10:55:11.640] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5525 [10:55:11.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 7.748426000121981ms +Info 5526 [10:55:11.647] Different program with same set of files +Info 5527 [10:55:11.647] getCompletionData: Get current token: 0.002363000065088272 +Info 5528 [10:55:11.647] getCompletionData: Is inside comment: 0.001223000232130289 +Info 5529 [10:55:11.647] getCompletionData: Get previous token: 0.012153999879956245 +Info 5530 [10:55:11.648] getExportInfoMap: cache hit +Info 5531 [10:55:11.650] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 1 from cache +Info 5532 [10:55:11.650] collectAutoImports: response is complete +Info 5533 [10:55:11.650] collectAutoImports: 2.8083819998428226 +Info 5534 [10:55:11.650] getCompletionData: Semantic work: 2.8724839999340475 +Info 5535 [10:55:11.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10929000005126 +Info 5536 [10:55:11.651] Format host information updated +Info 5537 [10:55:11.956] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5538 [10:55:11.963] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 6.49921299982816ms +Info 5539 [10:55:11.963] Different program with same set of files +Info 5540 [10:55:11.963] getCompletionData: Get current token: 0.0023960000835359097 +Info 5541 [10:55:11.963] getCompletionData: Is inside comment: 0.0012179999612271786 +Info 5542 [10:55:11.963] getCompletionData: Get previous token: 0.014550999738276005 +Info 5543 [10:55:11.963] getExportInfoMap: cache hit +Info 5544 [10:55:11.966] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 2 from cache +Info 5545 [10:55:11.966] collectAutoImports: response is complete +Info 5546 [10:55:11.966] collectAutoImports: 3.3576670000329614 +Info 5547 [10:55:11.966] getCompletionData: Semantic work: 3.424633000046015 +Info 5548 [10:55:11.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1310099996626377 +Info 5549 [10:55:11.968] Format host information updated +Info 5550 [10:55:12.094] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5551 [10:55:12.116] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 22.775787000078708ms +Info 5552 [10:55:12.116] Different program with same set of files +Info 5553 [10:55:12.117] getCompletionData: Get current token: 0.004889000207185745 +Info 5554 [10:55:12.117] getCompletionData: Is inside comment: 0.0036430000327527523 +Info 5555 [10:55:12.117] getCompletionData: Get previous token: 0.02894800016656518 +Info 5556 [10:55:12.117] getExportInfoMap: cache hit +Info 5557 [10:55:12.125] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 30 from cache +Info 5558 [10:55:12.125] collectAutoImports: response is complete +Info 5559 [10:55:12.125] collectAutoImports: 8.407147999852896 +Info 5560 [10:55:12.125] getCompletionData: Semantic work: 8.538859999738634 +Info 5561 [10:55:12.126] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6827440001070499 +Info 5562 [10:55:12.127] Format host information updated +Info 5563 [10:55:12.155] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5564 [10:55:12.163] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 7.799356000032276ms +Info 5565 [10:55:12.163] Different program with same set of files +Info 5566 [10:55:12.163] getCompletionData: Get current token: 0.001980000175535679 +Info 5567 [10:55:12.163] getCompletionData: Is inside comment: 0.0011710003018379211 +Info 5568 [10:55:12.163] getCompletionData: Get previous token: 0.011694999877363443 +Info 5569 [10:55:12.163] getExportInfoMap: cache hit +Info 5570 [10:55:12.167] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 19 from cache +Info 5571 [10:55:12.167] collectAutoImports: response is complete +Info 5572 [10:55:12.167] collectAutoImports: 3.722184000071138 +Info 5573 [10:55:12.167] getCompletionData: Semantic work: 3.78222499974072 +Info 5574 [10:55:12.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3138060001656413 +Info 5575 [10:55:12.169] Format host information updated +Info 5576 [10:55:12.235] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5577 [10:55:12.241] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 5.982671999838203ms +Info 5578 [10:55:12.241] Different program with same set of files +Info 5579 [10:55:12.241] getCompletionData: Get current token: 0.0020619998686015606 +Info 5580 [10:55:12.241] getCompletionData: Is inside comment: 0.001209000125527382 +Info 5581 [10:55:12.241] getCompletionData: Get previous token: 0.011750999838113785 +Info 5582 [10:55:12.241] getExportInfoMap: cache hit +Info 5583 [10:55:12.243] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 5584 [10:55:12.243] collectAutoImports: response is complete +Info 5585 [10:55:12.243] collectAutoImports: 2.4114830000326037 +Info 5586 [10:55:12.243] getCompletionData: Semantic work: 2.4668330000713468 +Info 5587 [10:55:12.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07782500004395843 +Info 5588 [10:55:12.244] Format host information updated +Info 5589 [10:55:12.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5590 [10:55:12.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 6.068161999806762ms +Info 5591 [10:55:12.325] Different program with same set of files +Info 5592 [10:55:12.325] getCompletionData: Get current token: 0.0018060002475976944 +Info 5593 [10:55:12.325] getCompletionData: Is inside comment: 0.000994000118225813 +Info 5594 [10:55:12.325] getCompletionData: Get previous token: 0.010509999934583902 +Info 5595 [10:55:12.325] getExportInfoMap: cache hit +Info 5596 [10:55:12.327] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 5597 [10:55:12.327] collectAutoImports: response is complete +Info 5598 [10:55:12.327] collectAutoImports: 2.117292999755591 +Info 5599 [10:55:12.327] getCompletionData: Semantic work: 2.173975999932736 +Info 5600 [10:55:12.327] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07039000000804663 +Info 5601 [10:55:12.329] Format host information updated +Info 5602 [10:55:12.440] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5603 [10:55:12.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 6.287795000243932ms +Info 5604 [10:55:12.447] Different program with same set of files +Info 5605 [10:55:12.447] getCompletionData: Get current token: 0.002141000237315893 +Info 5606 [10:55:12.447] getCompletionData: Is inside comment: 0.0012240000069141388 +Info 5607 [10:55:12.447] getCompletionData: Get previous token: 0.010684999637305737 +Info 5608 [10:55:12.447] getExportInfoMap: cache hit +Info 5609 [10:55:12.449] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 5610 [10:55:12.449] collectAutoImports: response is complete +Info 5611 [10:55:12.449] collectAutoImports: 2.2005940000526607 +Info 5612 [10:55:12.449] getCompletionData: Semantic work: 2.259788999799639 +Info 5613 [10:55:12.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05379999987781048 +Info 5614 [10:55:12.450] Format host information updated +Info 5615 [10:55:12.526] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5616 [10:55:12.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 6.02968699997291ms +Info 5617 [10:55:12.532] Different program with same set of files +Info 5618 [10:55:12.533] getCompletionData: Get current token: 0.0019590002484619617 +Info 5619 [10:55:12.533] getCompletionData: Is inside comment: 0.0010259998962283134 +Info 5620 [10:55:12.533] getCompletionData: Get previous token: 0.006983999628573656 +Info 5621 [10:55:12.533] getExportInfoMap: cache hit +Info 5622 [10:55:12.547] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 342 from cache +Info 5623 [10:55:12.547] collectAutoImports: response is complete +Info 5624 [10:55:12.547] collectAutoImports: 14.179590000305325 +Info 5625 [10:55:12.547] getCompletionData: Semantic work: 14.230905999895185 +Info 5626 [10:55:12.551] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7783809998072684 +Info 5627 [10:55:12.556] Format host information updated +Info 5628 [10:55:12.620] Format host information updated +Info 5629 [10:55:12.620] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5630 [10:55:12.626] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 6.606390999630094ms +Info 5631 [10:55:12.626] Different program with same set of files +Info 5632 [10:55:12.773] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5633 [10:55:12.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 6.852735999971628ms +Info 5634 [10:55:12.780] Different program with same set of files +Info 5635 [10:55:12.781] getCompletionData: Get current token: 0.0026639997959136963 +Info 5636 [10:55:12.781] getCompletionData: Is inside comment: 0.00114799989387393 +Info 5637 [10:55:12.781] getCompletionData: Get previous token: 0.015185999684035778 +Info 5638 [10:55:12.781] getCompletionsAtPosition: isCompletionListBlocker: 0.005915000103414059 +Info 5639 [10:55:12.781] Format host information updated +Info 5640 [10:55:12.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5641 [10:55:12.975] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 6.442257999908179ms +Info 5642 [10:55:12.975] Different program with same set of files +Info 5643 [10:55:12.975] getCompletionData: Get current token: 0.0019539999775588512 +Info 5644 [10:55:12.975] getCompletionData: Is inside comment: 0.001086999662220478 +Info 5645 [10:55:12.975] getCompletionData: Get previous token: 0.01056199986487627 +Info 5646 [10:55:12.976] getCompletionsAtPosition: isCompletionListBlocker: 0.003392999991774559 +Info 5647 [10:55:12.977] Format host information updated +Info 5648 [10:55:13.050] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5649 [10:55:13.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 24.137600999791175ms +Info 5650 [10:55:13.074] Different program with same set of files +Info 5651 [10:55:13.075] getCompletionData: Get current token: 0.006795000284910202 +Info 5652 [10:55:13.075] getCompletionData: Is inside comment: 0.0034260000102221966 +Info 5653 [10:55:13.075] getCompletionData: Get previous token: 0.03866000007838011 +Info 5654 [10:55:13.075] getCompletionsAtPosition: isCompletionListBlocker: 0.00887800008058548 +Info 5655 [10:55:13.075] Format host information updated +Info 5656 [10:55:13.188] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5657 [10:55:13.195] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 6.535042999777943ms +Info 5658 [10:55:13.195] Different program with same set of files +Info 5659 [10:55:13.195] getCompletionData: Get current token: 0.0023209997452795506 +Info 5660 [10:55:13.195] getCompletionData: Is inside comment: 0.0010400000028312206 +Info 5661 [10:55:13.195] getCompletionData: Get previous token: 0.01219499995931983 +Info 5662 [10:55:13.195] getCompletionsAtPosition: isCompletionListBlocker: 0.004381999839097261 +Info 5663 [10:55:13.197] Format host information updated +Info 5664 [10:55:13.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5665 [10:55:13.381] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 17.601362000219524ms +Info 5666 [10:55:13.381] Different program with same set of files +Info 5667 [10:55:13.381] getCompletionData: Get current token: 0.005330000072717667 +Info 5668 [10:55:13.381] getCompletionData: Is inside comment: 0.0026450003497302532 +Info 5669 [10:55:13.381] getCompletionData: Get previous token: 0.029179000295698643 +Info 5670 [10:55:13.381] getCompletionsAtPosition: isCompletionListBlocker: 0.005861999932676554 +Info 5671 [10:55:13.381] Format host information updated +Info 5672 [10:55:13.906] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5673 [10:55:13.912] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 6.328968999907374ms +Info 5674 [10:55:13.912] Different program with same set of files +Info 5675 [10:55:13.913] getCompletionData: Get current token: 0.0017690001986920834 +Info 5676 [10:55:13.913] getCompletionData: Is inside comment: 0.001013999804854393 +Info 5677 [10:55:13.913] getCompletionData: Get previous token: 0.011276000179350376 +Info 5678 [10:55:13.913] getCompletionsAtPosition: isCompletionListBlocker: 0.00355699984356761 +Info 5679 [10:55:13.914] Format host information updated +Info 5680 [10:55:14.038] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5681 [10:55:14.045] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 6.232531999703497ms +Info 5682 [10:55:14.045] Different program with same set of files +Info 5683 [10:55:14.045] getCompletionData: Get current token: 0.001970000099390745 +Info 5684 [10:55:14.045] getCompletionData: Is inside comment: 0.0009200000204145908 +Info 5685 [10:55:14.045] getCompletionData: Get previous token: 0.029707000125199556 +Info 5686 [10:55:14.045] getCompletionsAtPosition: isCompletionListBlocker: 0.0035520000383257866 +Info 5687 [10:55:14.045] Format host information updated +Info 5688 [10:55:14.149] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5689 [10:55:14.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 6.196483000181615ms +Info 5690 [10:55:14.155] Different program with same set of files +Info 5691 [10:55:14.155] getCompletionData: Get current token: 0.002445000223815441 +Info 5692 [10:55:14.155] getCompletionData: Is inside comment: 0.0012060003355145454 +Info 5693 [10:55:14.155] getCompletionData: Get previous token: 0.01294500008225441 +Info 5694 [10:55:14.155] getCompletionsAtPosition: isCompletionListBlocker: 0.0044029997661709785 +Info 5695 [10:55:14.155] Format host information updated +Info 5696 [10:55:14.573] Format host information updated +Info 5697 [10:55:14.574] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5698 [10:55:14.581] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 7.377474999986589ms +Info 5699 [10:55:14.581] Different program with same set of files +Info 5700 [10:55:14.796] getCompletionData: Get current token: 0.0033530001528561115 +Info 5701 [10:55:14.796] getCompletionData: Is inside comment: 0.007533999625593424 +Info 5702 [10:55:14.796] getCompletionData: Get previous token: 0.003633000422269106 +Info 5703 [10:55:14.796] getCompletionsAtPosition: isCompletionListBlocker: 0.007224999833852053 +Info 5704 [10:55:14.797] getExportInfoMap: cache hit +Info 5705 [10:55:14.810] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 5706 [10:55:14.811] collectAutoImports: response is complete +Info 5707 [10:55:14.811] collectAutoImports: 13.707144999876618 +Info 5708 [10:55:14.811] getCompletionData: Semantic work: 14.759273000061512 +Info 5709 [10:55:14.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9398129996843636 +Info 5710 [10:55:14.934] Format host information updated +Info 5711 [10:55:14.934] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5712 [10:55:14.940] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 6.127762000076473ms +Info 5713 [10:55:14.940] Different program with same set of files +Info 5714 [10:55:15.034] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5715 [10:55:15.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 6.245801999699324ms +Info 5716 [10:55:15.040] Different program with same set of files +Info 5717 [10:55:15.040] getCompletionData: Get current token: 0.0042489999905228615 +Info 5718 [10:55:15.040] getCompletionData: Is inside comment: 0.03112399997189641 +Info 5719 [10:55:15.040] getCompletionData: Get previous token: 0.01066299993544817 +Info 5720 [10:55:15.040] getCompletionsAtPosition: isCompletionListBlocker: 0.009268999565392733 +Info 5721 [10:55:15.041] getExportInfoMap: cache hit +Info 5722 [10:55:15.045] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 9 from cache +Info 5723 [10:55:15.045] collectAutoImports: response is complete +Info 5724 [10:55:15.045] collectAutoImports: 4.273300000000745 +Info 5725 [10:55:15.045] getCompletionData: Semantic work: 4.914456999860704 +Info 5726 [10:55:15.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2662930004298687 +Info 5727 [10:55:15.049] Format host information updated +Info 5728 [10:55:15.167] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5729 [10:55:15.173] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 6.097205999772996ms +Info 5730 [10:55:15.173] Different program with same set of files +Info 5731 [10:55:15.173] getCompletionData: Get current token: 0.002363000065088272 +Info 5732 [10:55:15.173] getCompletionData: Is inside comment: 0.007096999790519476 +Info 5733 [10:55:15.173] getCompletionData: Get previous token: 0.008368000388145447 +Info 5734 [10:55:15.173] getCompletionsAtPosition: isCompletionListBlocker: 0.007311999797821045 +Info 5735 [10:55:15.174] getExportInfoMap: cache hit +Info 5736 [10:55:15.177] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 7 from cache +Info 5737 [10:55:15.177] collectAutoImports: response is complete +Info 5738 [10:55:15.177] collectAutoImports: 3.6997400000691414 +Info 5739 [10:55:15.177] getCompletionData: Semantic work: 4.273634999990463 +Info 5740 [10:55:15.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9830390000715852 +Info 5741 [10:55:15.179] Format host information updated +Info 5742 [10:55:15.286] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5743 [10:55:15.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 6.317245000042021ms +Info 5744 [10:55:15.292] Different program with same set of files +Info 5745 [10:55:15.292] getCompletionData: Get current token: 0.0025140000507235527 +Info 5746 [10:55:15.292] getCompletionData: Is inside comment: 0.0073899999260902405 +Info 5747 [10:55:15.292] getCompletionData: Get previous token: 0.009285999927669764 +Info 5748 [10:55:15.293] getCompletionsAtPosition: isCompletionListBlocker: 0.007955000270158052 +Info 5749 [10:55:15.293] getExportInfoMap: cache hit +Info 5750 [10:55:15.307] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 5751 [10:55:15.307] collectAutoImports: response is complete +Info 5752 [10:55:15.307] collectAutoImports: 13.436309000011533 +Info 5753 [10:55:15.307] getCompletionData: Semantic work: 14.057944000232965 +Info 5754 [10:55:15.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9493579999543726 +Info 5755 [10:55:15.312] Format host information updated +Info 5756 [10:55:15.401] Format host information updated +Info 5757 [10:55:15.401] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5758 [10:55:15.407] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 6.273639999795705ms +Info 5759 [10:55:15.407] Different program with same set of files +Info 5760 [10:55:15.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5761 [10:55:15.539] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 23.07238100003451ms +Info 5762 [10:55:15.539] Different program with same set of files +Info 5763 [10:55:15.543] Format host information updated +Info 5764 [10:55:15.644] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5765 [10:55:15.651] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 6.781568999867886ms +Info 5766 [10:55:15.651] Different program with same set of files +Info 5767 [10:55:15.651] getCompletionData: Get current token: 0.0033909999765455723 +Info 5768 [10:55:15.651] getCompletionData: Is inside comment: 0.007563999854028225 +Info 5769 [10:55:15.651] getCompletionData: Get previous token: 0.0034389998763799667 +Info 5770 [10:55:15.651] getCompletionsAtPosition: isCompletionListBlocker: 0.008919999934732914 +Info 5771 [10:55:15.652] getExportInfoMap: cache hit +Info 5772 [10:55:15.667] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 5773 [10:55:15.667] collectAutoImports: response is complete +Info 5774 [10:55:15.667] collectAutoImports: 15.183918999973685 +Info 5775 [10:55:15.667] getCompletionData: Semantic work: 15.715274999849498 +Info 5776 [10:55:15.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.906070000026375 +Info 5777 [10:55:15.672] Format host information updated +Info 5778 [10:55:16.510] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5779 [10:55:16.521] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 584 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.064573000185192ms +Info 5780 [10:55:16.521] Different program with same set of files +Info 5781 [10:55:16.524] Format host information updated +Info 5782 [10:55:16.704] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5783 [10:55:16.715] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 585 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.285612999927253ms +Info 5784 [10:55:16.715] Project '/dev/null/inferredProject1*' (Inferred) +Info 5785 [10:55:16.715] Files (128) + +Info 5786 [10:55:16.715] ----------------------------------------------- +Info 5787 [10:55:16.715] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 5788 [10:55:16.715] Files (179) + +Info 5789 [10:55:16.715] ----------------------------------------------- +Info 5790 [10:55:16.717] Format host information updated +Info 5791 [10:55:17.129] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5792 [10:55:17.143] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 586 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.726906000170857ms +Info 5793 [10:55:17.143] Project '/dev/null/inferredProject1*' (Inferred) +Info 5794 [10:55:17.143] Files (127) + +Info 5795 [10:55:17.143] ----------------------------------------------- +Info 5796 [10:55:17.143] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 5797 [10:55:17.143] Files (179) + +Info 5798 [10:55:17.143] ----------------------------------------------- +Info 5799 [10:55:17.145] Format host information updated +Info 5800 [10:55:17.274] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5801 [10:55:17.285] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 587 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.984079000074416ms +Info 5802 [10:55:17.285] Different program with same set of files +Info 5803 [10:55:17.286] Format host information updated +Info 5804 [10:55:17.486] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5805 [10:55:17.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 588 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.048975000157952ms +Info 5806 [10:55:17.500] Different program with same set of files +Info 5807 [10:55:17.502] Format host information updated +Info 5808 [10:55:17.767] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5809 [10:55:17.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 589 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.526797999627888ms +Info 5810 [10:55:17.780] Different program with same set of files +Info 5811 [10:55:17.781] Format host information updated +Info 5812 [10:55:17.884] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5813 [10:55:17.895] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 590 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.855084999930114ms +Info 5814 [10:55:17.895] Different program with same set of files +Info 5815 [10:55:17.896] Format host information updated +Info 5816 [10:55:17.933] Format host information updated +Info 5817 [10:55:18.298] Format host information updated +Info 5818 [10:55:18.370] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5819 [10:55:18.382] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 591 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.43324499996379ms +Info 5820 [10:55:18.382] Different program with same set of files +Info 5821 [10:55:18.383] Format host information updated +Info 5822 [10:55:18.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5823 [10:55:18.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 592 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.107199999969453ms +Info 5824 [10:55:18.551] Different program with same set of files +Info 5825 [10:55:18.551] Format host information updated +Info 5826 [10:55:19.051] Format host information updated +Info 5827 [10:55:19.052] Format host information updated +Info 5828 [10:55:19.052] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5829 [10:55:19.062] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 593 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.15630599996075ms +Info 5830 [10:55:19.062] Different program with same set of files +Info 5831 [10:55:19.063] Format host information updated +Info 5832 [10:55:43.545] Format host information updated +Info 5833 [10:55:43.546] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5834 [10:55:43.552] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 5.950463999994099ms +Info 5835 [10:55:43.552] Different program with same set of files +Info 5836 [10:55:44.416] Format host information updated +Info 5837 [10:55:44.416] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5838 [10:55:44.423] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 7.143959000241011ms +Info 5839 [10:55:44.423] Different program with same set of files +Info 5840 [10:55:45.482] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5841 [10:55:45.492] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 9.423500000033528ms +Info 5842 [10:55:45.492] Different program with same set of files +Info 5843 [10:55:45.492] getCompletionData: Get current token: 0.001931999810039997 +Info 5844 [10:55:45.492] getCompletionData: Is inside comment: 0.0017270003445446491 +Info 5845 [10:55:45.492] getCompletionData: Get previous token: 0.008995000272989273 +Info 5846 [10:55:45.492] getCompletionsAtPosition: isCompletionListBlocker: 0.004854999948292971 +Info 5847 [10:55:45.492] Returning an empty list because completion was requested in an invalid position. +Info 5848 [10:55:45.492] Format host information updated +Info 5849 [10:55:45.713] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5850 [10:55:45.721] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 7.982301999814808ms +Info 5851 [10:55:45.721] Different program with same set of files +Info 5852 [10:55:45.721] getCompletionData: Get current token: 0.0010119997896254063 +Info 5853 [10:55:45.721] getCompletionData: Is inside comment: 0.006599999964237213 +Info 5854 [10:55:45.721] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5855 [10:55:45.722] Format host information updated +Info 5856 [10:55:45.845] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5857 [10:55:45.855] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 9.518785999622196ms +Info 5858 [10:55:45.855] Different program with same set of files +Info 5859 [10:55:45.855] getCompletionData: Get current token: 0.0015300000086426735 +Info 5860 [10:55:45.855] getCompletionData: Is inside comment: 0.006010000128298998 +Info 5861 [10:55:45.855] Format host information updated +Info 5862 [10:55:46.367] Format host information updated +Info 5863 [10:55:46.367] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5864 [10:55:46.374] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 7.749368999619037ms +Info 5865 [10:55:46.374] Different program with same set of files +Info 5866 [10:55:46.487] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5867 [10:55:46.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 6.717375000007451ms +Info 5868 [10:55:46.494] Different program with same set of files +Info 5869 [10:55:46.494] getCompletionData: Get current token: 0.0016590002924203873 +Info 5870 [10:55:46.494] getCompletionData: Is inside comment: 0.008961000014096498 +Info 5871 [10:55:46.494] Format host information updated +Info 5872 [10:55:46.722] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5873 [10:55:46.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 8.8780859997496ms +Info 5874 [10:55:46.731] Different program with same set of files +Info 5875 [10:55:46.731] getCompletionData: Get current token: 0.0018450003117322922 +Info 5876 [10:55:46.731] getCompletionData: Is inside comment: 0.007100999820977449 +Info 5877 [10:55:46.731] Format host information updated +Info 5878 [10:55:46.899] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5879 [10:55:46.906] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 7.284754999913275ms +Info 5880 [10:55:46.906] Different program with same set of files +Info 5881 [10:55:46.906] getCompletionData: Get current token: 0.0021889996714890003 +Info 5882 [10:55:46.906] getCompletionData: Is inside comment: 0.008173999842256308 +Info 5883 [10:55:46.906] Format host information updated +Info 5884 [10:55:46.975] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5885 [10:55:46.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 9.644642000086606ms +Info 5886 [10:55:46.985] Different program with same set of files +Info 5887 [10:55:46.985] getCompletionData: Get current token: 0.0021370002068579197 +Info 5888 [10:55:46.985] getCompletionData: Is inside comment: 0.007948999758809805 +Info 5889 [10:55:46.985] Format host information updated +Info 5890 [10:55:47.072] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5891 [10:55:47.078] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 6.02251400006935ms +Info 5892 [10:55:47.078] Different program with same set of files +Info 5893 [10:55:47.078] getCompletionData: Get current token: 0.0019680000841617584 +Info 5894 [10:55:47.078] getCompletionData: Is inside comment: 0.007921000011265278 +Info 5895 [10:55:47.078] Format host information updated +Info 5896 [10:55:47.449] Format host information updated +Info 5897 [10:55:47.449] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5898 [10:55:47.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 19.72423000028357ms +Info 5899 [10:55:47.469] Different program with same set of files +Info 5900 [10:55:47.552] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5901 [10:55:47.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 6.043947999831289ms +Info 5902 [10:55:47.559] Different program with same set of files +Info 5903 [10:55:47.559] getCompletionData: Get current token: 0.004592000041157007 +Info 5904 [10:55:47.559] getCompletionData: Is inside comment: 0.009452000260353088 +Info 5905 [10:55:47.559] getCompletionData: Get previous token: 0.004217999987304211 +Info 5906 [10:55:47.559] getCompletionsAtPosition: isCompletionListBlocker: 0.0029679997824132442 +Info 5907 [10:55:47.560] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.3408200000412762 ms +Info 5908 [10:55:47.560] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 5909 [10:55:47.560] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 6 structureChanged: false structureIsReused:: Not Elapsed: 0.19160400005057454ms +Info 5910 [10:55:47.560] getExportInfoMap: cache miss or empty; calculating new results +Info 5911 [10:55:47.585] forEachExternalModuleToImportFrom autoImportProvider: 11.136447999626398 +Info 5912 [10:55:47.585] getExportInfoMap: done in 26.21447700029239 ms +Info 5913 [10:55:47.597] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5914 [10:55:47.597] collectAutoImports: response is complete +Info 5915 [10:55:47.597] collectAutoImports: 11.32901499979198 +Info 5916 [10:55:47.597] getCompletionData: Semantic work: 38.103786000050604 +Info 5917 [10:55:47.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.251836000010371 +Info 5918 [10:55:47.603] Format host information updated +Info 5919 [10:55:48.035] getCompletionData: Get current token: 0.003920999821275473 +Info 5920 [10:55:48.035] getCompletionData: Is inside comment: 0.028076999820768833 +Info 5921 [10:55:48.035] getCompletionData: Get previous token: 0.004401999991387129 +Info 5922 [10:55:48.035] getCompletionsAtPosition: isCompletionListBlocker: 0.008523999713361263 +Info 5923 [10:55:48.036] getExportInfoMap: cache hit +Info 5924 [10:55:48.046] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5925 [10:55:48.046] collectAutoImports: response is complete +Info 5926 [10:55:48.046] collectAutoImports: 9.709865999873728 +Info 5927 [10:55:48.046] getCompletionData: Semantic work: 10.424554999917746 +Info 5928 [10:55:48.049] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2454550000838935 +Info 5929 [10:55:48.280] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5930 [10:55:48.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 7.075705999974161ms +Info 5931 [10:55:48.287] Different program with same set of files +Info 5932 [10:55:48.287] getCompletionData: Get current token: 0.0019020000472664833 +Info 5933 [10:55:48.287] getCompletionData: Is inside comment: 0.007198999635875225 +Info 5934 [10:55:48.287] getCompletionData: Get previous token: 0.003365000244230032 +Info 5935 [10:55:48.287] getCompletionsAtPosition: isCompletionListBlocker: 0.00674699991941452 +Info 5936 [10:55:48.288] getExportInfoMap: cache hit +Info 5937 [10:55:48.299] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5938 [10:55:48.299] collectAutoImports: response is complete +Info 5939 [10:55:48.299] collectAutoImports: 11.504765000194311 +Info 5940 [10:55:48.299] getCompletionData: Semantic work: 11.980312000028789 +Info 5941 [10:55:48.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9479629998095334 +Info 5942 [10:55:48.307] Format host information updated +Info 5943 [10:55:49.858] getCompletionData: Get current token: 0.002059000078588724 +Info 5944 [10:55:49.858] getCompletionData: Is inside comment: 0.008322000037878752 +Info 5945 [10:55:49.858] getCompletionData: Get previous token: 0.0033630002290010452 +Info 5946 [10:55:49.858] getCompletionsAtPosition: isCompletionListBlocker: 0.008848000317811966 +Info 5947 [10:55:49.859] getExportInfoMap: cache hit +Info 5948 [10:55:49.869] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5949 [10:55:49.869] collectAutoImports: response is complete +Info 5950 [10:55:49.869] collectAutoImports: 10.562262000050396 +Info 5951 [10:55:49.869] getCompletionData: Semantic work: 11.300104000139982 +Info 5952 [10:55:49.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.952503999695182 +Info 5953 [10:55:50.067] Format host information updated +Info 5954 [10:55:50.067] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5955 [10:55:50.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 6.901072000153363ms +Info 5956 [10:55:50.074] Different program with same set of files +Info 5957 [10:55:50.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5958 [10:55:50.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 9.078786000143737ms +Info 5959 [10:55:50.356] Different program with same set of files +Info 5960 [10:55:50.356] getCompletionData: Get current token: 0.0026000002399086952 +Info 5961 [10:55:50.356] getCompletionData: Is inside comment: 0.009602999780327082 +Info 5962 [10:55:50.356] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5963 [10:55:50.356] Format host information updated +Info 5964 [10:55:50.735] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5965 [10:55:50.742] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 7.538763000164181ms +Info 5966 [10:55:50.742] Different program with same set of files +Info 5967 [10:55:50.742] getCompletionData: Get current token: 0.0019750003702938557 +Info 5968 [10:55:50.742] getCompletionData: Is inside comment: 0.001876000314950943 +Info 5969 [10:55:50.742] getCompletionData: Get previous token: 0.01180400000885129 +Info 5970 [10:55:50.742] getCompletionsAtPosition: isCompletionListBlocker: 0.00811500009149313 +Info 5971 [10:55:50.743] getExportInfoMap: cache hit +Info 5972 [10:55:50.754] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 5973 [10:55:50.754] collectAutoImports: response is complete +Info 5974 [10:55:50.754] collectAutoImports: 11.226790000218898 +Info 5975 [10:55:50.754] getCompletionData: Semantic work: 12.10513599961996 +Info 5976 [10:55:50.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.619247999973595 +Info 5977 [10:55:50.760] Format host information updated +Info 5978 [10:55:51.150] Format host information updated +Info 5979 [10:55:51.150] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5980 [10:55:51.156] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 6.634533999953419ms +Info 5981 [10:55:51.156] Different program with same set of files +Info 5982 [10:55:53.891] getCompletionData: Get current token: 0.0025369999930262566 +Info 5983 [10:55:53.891] getCompletionData: Is inside comment: 0.011373999994248152 +Info 5984 [10:55:53.891] getCompletionData: Get previous token: 0.006293000187724829 +Info 5985 [10:55:53.891] getCompletionsAtPosition: isCompletionListBlocker: 0.00916799996048212 +Info 5986 [10:55:53.892] getExportInfoMap: cache hit +Info 5987 [10:55:53.903] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 5988 [10:55:53.903] collectAutoImports: response is complete +Info 5989 [10:55:53.903] collectAutoImports: 10.909019000362605 +Info 5990 [10:55:53.903] getCompletionData: Semantic work: 11.909019999671727 +Info 5991 [10:55:53.906] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.445959999691695 +Info 5992 [10:55:55.095] getCompletionData: Get current token: 0.002623000182211399 +Info 5993 [10:55:55.095] getCompletionData: Is inside comment: 0.01002699974924326 +Info 5994 [10:55:55.095] getCompletionData: Get previous token: 0.006074999924749136 +Info 5995 [10:55:55.095] getCompletionsAtPosition: isCompletionListBlocker: 0.009116000030189753 +Info 5996 [10:55:55.095] getExportInfoMap: cache hit +Info 5997 [10:55:55.103] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 5998 [10:55:55.103] collectAutoImports: response is complete +Info 5999 [10:55:55.103] collectAutoImports: 7.728571000043303 +Info 6000 [10:55:55.103] getCompletionData: Semantic work: 8.277863999828696 +Info 6001 [10:55:55.107] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.987035000231117 +Info 6002 [10:55:55.195] Format host information updated +Info 6003 [10:55:55.195] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6004 [10:55:55.202] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 6.413331000134349ms +Info 6005 [10:55:55.202] Different program with same set of files +Info 6006 [10:55:55.357] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6007 [10:55:55.364] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 6.59065099991858ms +Info 6008 [10:55:55.364] Different program with same set of files +Info 6009 [10:55:55.364] getCompletionData: Get current token: 0.002472999971359968 +Info 6010 [10:55:55.364] getCompletionData: Is inside comment: 0.011146999895572662 +Info 6011 [10:55:55.364] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6012 [10:55:55.364] Format host information updated +Info 6013 [10:55:55.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6014 [10:55:55.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 16.053057000041008ms +Info 6015 [10:55:55.793] Different program with same set of files +Info 6016 [10:55:55.793] getCompletionData: Get current token: 0.002607000060379505 +Info 6017 [10:55:55.793] getCompletionData: Is inside comment: 0.010627000126987696 +Info 6018 [10:55:55.793] getCompletionData: Get previous token: 0.005950000137090683 +Info 6019 [10:55:55.793] getCompletionsAtPosition: isCompletionListBlocker: 0.008447000291198492 +Info 6020 [10:55:55.794] getExportInfoMap: cache hit +Info 6021 [10:55:55.816] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6022 [10:55:55.816] collectAutoImports: response is complete +Info 6023 [10:55:55.816] collectAutoImports: 22.061433999799192 +Info 6024 [10:55:55.816] getCompletionData: Semantic work: 22.83617499982938 +Info 6025 [10:55:55.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.343057999853045 +Info 6026 [10:55:55.827] Format host information updated +Info 6027 [10:55:56.043] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6028 [10:55:56.060] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 17.125376999843866ms +Info 6029 [10:55:56.060] Different program with same set of files +Info 6030 [10:55:56.060] getCompletionData: Get current token: 0.004621999803930521 +Info 6031 [10:55:56.060] getCompletionData: Is inside comment: 0.016592000145465136 +Info 6032 [10:55:56.060] getCompletionData: Get previous token: 0.009380999952554703 +Info 6033 [10:55:56.060] getCompletionsAtPosition: isCompletionListBlocker: 0.011307999957352877 +Info 6034 [10:55:56.061] getExportInfoMap: cache hit +Info 6035 [10:55:56.075] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6036 [10:55:56.075] collectAutoImports: response is complete +Info 6037 [10:55:56.075] collectAutoImports: 14.532170999795198 +Info 6038 [10:55:56.075] getCompletionData: Semantic work: 15.227285000029951 +Info 6039 [10:55:56.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.005353999789804 +Info 6040 [10:55:56.083] Format host information updated +Info 6041 [10:55:56.200] Format host information updated +Info 6042 [10:55:56.201] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6043 [10:55:56.208] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 7.583528999704868ms +Info 6044 [10:55:56.208] Different program with same set of files +Info 6045 [10:55:56.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6046 [10:55:56.956] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 8.584195000119507ms +Info 6047 [10:55:56.956] Different program with same set of files +Info 6048 [10:55:56.957] getCompletionData: Get current token: 0.002646000124514103 +Info 6049 [10:55:56.957] getCompletionData: Is inside comment: 0.040237999986857176 +Info 6050 [10:55:56.957] getCompletionData: Get previous token: 0.00853099999949336 +Info 6051 [10:55:56.957] getCompletionsAtPosition: isCompletionListBlocker: 0.008080999832600355 +Info 6052 [10:55:56.957] getExportInfoMap: cache hit +Info 6053 [10:55:56.960] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 21 from cache +Info 6054 [10:55:56.960] collectAutoImports: response is complete +Info 6055 [10:55:56.960] collectAutoImports: 2.602857999969274 +Info 6056 [10:55:56.960] getCompletionData: Semantic work: 3.0181249999441206 +Info 6057 [10:55:56.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9732639999128878 +Info 6058 [10:55:56.963] Format host information updated +Info 6059 [10:55:57.171] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6060 [10:55:57.179] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 8.130365999881178ms +Info 6061 [10:55:57.179] Different program with same set of files +Info 6062 [10:55:57.180] getCompletionData: Get current token: 0.0028869998641312122 +Info 6063 [10:55:57.180] getCompletionData: Is inside comment: 0.009999000001698732 +Info 6064 [10:55:57.180] getCompletionData: Get previous token: 0.010036000050604343 +Info 6065 [10:55:57.180] getCompletionsAtPosition: isCompletionListBlocker: 0.00798800028860569 +Info 6066 [10:55:57.180] getExportInfoMap: cache hit +Info 6067 [10:55:57.183] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 13 from cache +Info 6068 [10:55:57.183] collectAutoImports: response is complete +Info 6069 [10:55:57.183] collectAutoImports: 3.055954999756068 +Info 6070 [10:55:57.183] getCompletionData: Semantic work: 3.5994989997707307 +Info 6071 [10:55:57.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.364060000050813 +Info 6072 [10:55:57.187] Format host information updated +Info 6073 [10:55:57.294] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6074 [10:55:57.301] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 6.346046999562532ms +Info 6075 [10:55:57.301] Different program with same set of files +Info 6076 [10:55:57.301] getCompletionData: Get current token: 0.0033010002225637436 +Info 6077 [10:55:57.301] getCompletionData: Is inside comment: 0.012846999801695347 +Info 6078 [10:55:57.301] getCompletionData: Get previous token: 0.01208100002259016 +Info 6079 [10:55:57.301] getCompletionsAtPosition: isCompletionListBlocker: 0.008423000108450651 +Info 6080 [10:55:57.301] getExportInfoMap: cache hit +Info 6081 [10:55:57.304] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 6082 [10:55:57.304] collectAutoImports: response is complete +Info 6083 [10:55:57.304] collectAutoImports: 2.8341689999215305 +Info 6084 [10:55:57.304] getCompletionData: Semantic work: 3.3321219999343157 +Info 6085 [10:55:57.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.257303999736905 +Info 6086 [10:55:57.309] Format host information updated +Info 6087 [10:55:57.399] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6088 [10:55:57.405] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 6.386626999825239ms +Info 6089 [10:55:57.405] Different program with same set of files +Info 6090 [10:55:57.406] getCompletionData: Get current token: 0.002796000335365534 +Info 6091 [10:55:57.406] getCompletionData: Is inside comment: 0.01114200009033084 +Info 6092 [10:55:57.406] getCompletionData: Get previous token: 0.01091699954122305 +Info 6093 [10:55:57.406] getCompletionsAtPosition: isCompletionListBlocker: 0.008173999842256308 +Info 6094 [10:55:57.406] getExportInfoMap: cache hit +Info 6095 [10:55:57.408] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 6096 [10:55:57.409] collectAutoImports: response is complete +Info 6097 [10:55:57.409] collectAutoImports: 2.343568000011146 +Info 6098 [10:55:57.409] getCompletionData: Semantic work: 2.835721999872476 +Info 6099 [10:55:57.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2879249998368323 +Info 6100 [10:55:57.413] Format host information updated +Info 6101 [10:55:57.590] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6102 [10:55:57.597] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 6.403497999999672ms +Info 6103 [10:55:57.597] Different program with same set of files +Info 6104 [10:55:57.597] getCompletionData: Get current token: 0.0031799999997019768 +Info 6105 [10:55:57.597] getCompletionData: Is inside comment: 0.011866000015288591 +Info 6106 [10:55:57.597] getCompletionData: Get previous token: 0.012223999947309494 +Info 6107 [10:55:57.597] getCompletionsAtPosition: isCompletionListBlocker: 0.007966000121086836 +Info 6108 [10:55:57.597] getExportInfoMap: cache hit +Info 6109 [10:55:57.600] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 6110 [10:55:57.600] collectAutoImports: response is complete +Info 6111 [10:55:57.600] collectAutoImports: 2.3573020002804697 +Info 6112 [10:55:57.600] getCompletionData: Semantic work: 2.8579049999825656 +Info 6113 [10:55:57.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.338197000324726 +Info 6114 [10:55:57.606] Format host information updated +Info 6115 [10:55:57.923] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6116 [10:55:57.951] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 27.46658300003037ms +Info 6117 [10:55:57.951] Different program with same set of files +Info 6118 [10:55:57.951] getCompletionData: Get current token: 0.008545999880880117 +Info 6119 [10:55:57.951] getCompletionData: Is inside comment: 0.03727700002491474 +Info 6120 [10:55:57.951] getCompletionData: Get previous token: 0.039493999909609556 +Info 6121 [10:55:57.952] getCompletionsAtPosition: isCompletionListBlocker: 0.021530000027269125 +Info 6122 [10:55:57.953] getExportInfoMap: cache hit +Info 6123 [10:55:57.959] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 6124 [10:55:57.959] collectAutoImports: response is complete +Info 6125 [10:55:57.959] collectAutoImports: 6.210171999875456 +Info 6126 [10:55:57.959] getCompletionData: Semantic work: 7.659423000179231 +Info 6127 [10:55:57.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.727901000063866 +Info 6128 [10:55:57.966] Format host information updated +Info 6129 [10:55:58.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6130 [10:55:58.037] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 17.58028299966827ms +Info 6131 [10:55:58.037] Different program with same set of files +Info 6132 [10:55:58.037] getCompletionData: Get current token: 0.005833999719470739 +Info 6133 [10:55:58.037] getCompletionData: Is inside comment: 0.027166000101715326 +Info 6134 [10:55:58.037] getCompletionData: Get previous token: 0.02873399993404746 +Info 6135 [10:55:58.037] getCompletionsAtPosition: isCompletionListBlocker: 0.015509999822825193 +Info 6136 [10:55:58.038] getExportInfoMap: cache hit +Info 6137 [10:55:58.044] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 6138 [10:55:58.044] collectAutoImports: response is complete +Info 6139 [10:55:58.044] collectAutoImports: 6.051853000186384 +Info 6140 [10:55:58.044] getCompletionData: Semantic work: 7.193045999854803 +Info 6141 [10:55:58.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.120175000280142 +Info 6142 [10:55:58.052] Format host information updated +Info 6143 [10:55:58.174] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6144 [10:55:58.200] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 26.38040899997577ms +Info 6145 [10:55:58.200] Different program with same set of files +Info 6146 [10:55:58.201] getCompletionData: Get current token: 0.01016300031915307 +Info 6147 [10:55:58.201] getCompletionData: Is inside comment: 0.06678699981421232 +Info 6148 [10:55:58.201] getCompletionData: Get previous token: 0.03203100012615323 +Info 6149 [10:55:58.201] getCompletionsAtPosition: isCompletionListBlocker: 0.02036699978634715 +Info 6150 [10:55:58.202] getExportInfoMap: cache hit +Info 6151 [10:55:58.209] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 13 from cache +Info 6152 [10:55:58.209] collectAutoImports: response is complete +Info 6153 [10:55:58.209] collectAutoImports: 6.425908999983221 +Info 6154 [10:55:58.209] getCompletionData: Semantic work: 7.665730000007898 +Info 6155 [10:55:58.213] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.515521000139415 +Info 6156 [10:55:58.215] Format host information updated +Info 6157 [10:55:58.250] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6158 [10:55:58.260] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 10.176711999811232ms +Info 6159 [10:55:58.260] Different program with same set of files +Info 6160 [10:55:58.261] getCompletionData: Get current token: 0.0057749999687075615 +Info 6161 [10:55:58.261] getCompletionData: Is inside comment: 0.017816999927163124 +Info 6162 [10:55:58.261] getCompletionData: Get previous token: 0.019201999995857477 +Info 6163 [10:55:58.261] getCompletionsAtPosition: isCompletionListBlocker: 0.008668000344187021 +Info 6164 [10:55:58.261] getExportInfoMap: cache hit +Info 6165 [10:55:58.267] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 21 from cache +Info 6166 [10:55:58.267] collectAutoImports: response is complete +Info 6167 [10:55:58.267] collectAutoImports: 5.938574000261724 +Info 6168 [10:55:58.267] getCompletionData: Semantic work: 6.586153000127524 +Info 6169 [10:55:58.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.188732999842614 +Info 6170 [10:55:58.272] Format host information updated +Info 6171 [10:55:58.433] Format host information updated +Info 6172 [10:55:58.433] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6173 [10:55:58.440] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 6.743737999815494ms +Info 6174 [10:55:58.440] Different program with same set of files +Info 6175 [10:55:58.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6176 [10:55:58.585] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 6.592131000012159ms +Info 6177 [10:55:58.585] Different program with same set of files +Info 6178 [10:55:58.585] getCompletionData: Get current token: 0.0032950001768767834 +Info 6179 [10:55:58.585] getCompletionData: Is inside comment: 0.013340000063180923 +Info 6180 [10:55:58.586] getCompletionData: Get previous token: 0.007923000026494265 +Info 6181 [10:55:58.586] getCompletionsAtPosition: isCompletionListBlocker: 0.0036260001361370087 +Info 6182 [10:55:58.586] getExportInfoMap: cache hit +Info 6183 [10:55:58.598] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6184 [10:55:58.598] collectAutoImports: response is complete +Info 6185 [10:55:58.598] collectAutoImports: 11.904211000073701 +Info 6186 [10:55:58.598] getCompletionData: Semantic work: 12.491945000365376 +Info 6187 [10:55:58.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.264175999909639 +Info 6188 [10:55:58.605] Format host information updated +Info 6189 [10:55:58.649] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6190 [10:55:58.659] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 10.202560999896377ms +Info 6191 [10:55:58.659] Different program with same set of files +Info 6192 [10:55:58.659] getCompletionData: Get current token: 0.005253999959677458 +Info 6193 [10:55:58.659] getCompletionData: Is inside comment: 0.02184200007468462 +Info 6194 [10:55:58.659] getCompletionData: Get previous token: 0.04220400005578995 +Info 6195 [10:55:58.659] getCompletionsAtPosition: isCompletionListBlocker: 0.010666999965906143 +Info 6196 [10:55:58.660] getExportInfoMap: cache hit +Info 6197 [10:55:58.680] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6198 [10:55:58.680] collectAutoImports: response is complete +Info 6199 [10:55:58.680] collectAutoImports: 19.384189000353217 +Info 6200 [10:55:58.680] getCompletionData: Semantic work: 20.27416200004518 +Info 6201 [10:55:58.685] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.952581999823451 +Info 6202 [10:55:58.689] Format host information updated +Info 6203 [10:55:58.957] getCompletionData: Get current token: 0.006484000012278557 +Info 6204 [10:55:58.957] getCompletionData: Is inside comment: 0.02172200009226799 +Info 6205 [10:55:58.957] getCompletionData: Get previous token: 0.013627000153064728 +Info 6206 [10:55:58.957] getCompletionsAtPosition: isCompletionListBlocker: 0.003754999954253435 +Info 6207 [10:55:58.957] Returning an empty list because completion was requested in an invalid position. +Info 6208 [10:55:59.173] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6209 [10:55:59.181] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 8.303011999931186ms +Info 6210 [10:55:59.181] Different program with same set of files +Info 6211 [10:55:59.181] getCompletionData: Get current token: 0.003579000011086464 +Info 6212 [10:55:59.181] getCompletionData: Is inside comment: 0.015604000072926283 +Info 6213 [10:55:59.181] getCompletionData: Get previous token: 0.03628899995237589 +Info 6214 [10:55:59.181] getCompletionsAtPosition: isCompletionListBlocker: 0.003061000257730484 +Info 6215 [10:55:59.182] getExportInfoMap: cache hit +Info 6216 [10:55:59.187] collectAutoImports: resolved 0 module specifiers, plus 37 ambient and 64 from cache +Info 6217 [10:55:59.187] collectAutoImports: response is complete +Info 6218 [10:55:59.187] collectAutoImports: 5.266390999779105 +Info 6219 [10:55:59.187] getCompletionData: Semantic work: 5.873525999952108 +Info 6220 [10:55:59.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.469727999996394 +Info 6221 [10:55:59.191] Format host information updated +Info 6222 [10:55:59.401] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6223 [10:55:59.408] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 6.46943200007081ms +Info 6224 [10:55:59.408] Different program with same set of files +Info 6225 [10:55:59.408] getCompletionData: Get current token: 0.0031320000998675823 +Info 6226 [10:55:59.408] getCompletionData: Is inside comment: 0.012298000045120716 +Info 6227 [10:55:59.408] getCompletionData: Get previous token: 0.007513999938964844 +Info 6228 [10:55:59.408] getCompletionsAtPosition: isCompletionListBlocker: 0.00266100000590086 +Info 6229 [10:55:59.408] getExportInfoMap: cache hit +Info 6230 [10:55:59.419] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6231 [10:55:59.419] collectAutoImports: response is complete +Info 6232 [10:55:59.419] collectAutoImports: 10.634698000270873 +Info 6233 [10:55:59.419] getCompletionData: Semantic work: 11.13118699984625 +Info 6234 [10:55:59.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5045280000194907 +Info 6235 [10:55:59.425] Format host information updated +Info 6236 [10:55:59.528] Format host information updated +Info 6237 [10:55:59.528] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6238 [10:55:59.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 6.406517999712378ms +Info 6239 [10:55:59.534] Different program with same set of files +Info 6240 [10:55:59.780] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6241 [10:55:59.786] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 6.0352559997700155ms +Info 6242 [10:55:59.787] Different program with same set of files +Info 6243 [10:55:59.787] getCompletionData: Get current token: 0.0028339996933937073 +Info 6244 [10:55:59.787] getCompletionData: Is inside comment: 0.01168400002643466 +Info 6245 [10:55:59.787] getCompletionData: Get previous token: 0.028208999894559383 +Info 6246 [10:55:59.787] getCompletionsAtPosition: isCompletionListBlocker: 0.00240800017490983 +Info 6247 [10:55:59.787] getExportInfoMap: cache hit +Info 6248 [10:55:59.791] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 38 from cache +Info 6249 [10:55:59.791] collectAutoImports: response is complete +Info 6250 [10:55:59.791] collectAutoImports: 3.9267810001038015 +Info 6251 [10:55:59.791] getCompletionData: Semantic work: 4.508547000121325 +Info 6252 [10:55:59.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.148566999938339 +Info 6253 [10:55:59.794] Format host information updated +Info 6254 [10:55:59.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6255 [10:55:59.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 7.7745900000445545ms +Info 6256 [10:55:59.991] Different program with same set of files +Info 6257 [10:55:59.992] getCompletionData: Get current token: 0.003661000169813633 +Info 6258 [10:55:59.992] getCompletionData: Is inside comment: 0.013347999658435583 +Info 6259 [10:55:59.992] getCompletionData: Get previous token: 0.0166529999114573 +Info 6260 [10:55:59.992] getCompletionsAtPosition: isCompletionListBlocker: 0.0024480000138282776 +Info 6261 [10:55:59.992] getExportInfoMap: cache hit +Info 6262 [10:55:59.995] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 12 from cache +Info 6263 [10:55:59.995] collectAutoImports: response is complete +Info 6264 [10:55:59.995] collectAutoImports: 2.8282770002260804 +Info 6265 [10:55:59.995] getCompletionData: Semantic work: 3.4086649999953806 +Info 6266 [10:55:59.997] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1026920001022518 +Info 6267 [10:55:59.998] Format host information updated +Info 6268 [10:56:00.087] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6269 [10:56:00.094] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 6.453714000061154ms +Info 6270 [10:56:00.094] Different program with same set of files +Info 6271 [10:56:00.094] getCompletionData: Get current token: 0.0031079999171197414 +Info 6272 [10:56:00.094] getCompletionData: Is inside comment: 0.01295199990272522 +Info 6273 [10:56:00.094] getCompletionData: Get previous token: 0.01562599977478385 +Info 6274 [10:56:00.094] getCompletionsAtPosition: isCompletionListBlocker: 0.0024040001444518566 +Info 6275 [10:56:00.094] getExportInfoMap: cache hit +Info 6276 [10:56:00.097] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 9 from cache +Info 6277 [10:56:00.097] collectAutoImports: response is complete +Info 6278 [10:56:00.097] collectAutoImports: 2.5142419999465346 +Info 6279 [10:56:00.097] getCompletionData: Semantic work: 3.057446999941021 +Info 6280 [10:56:00.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9514750000089407 +Info 6281 [10:56:00.100] Format host information updated +Info 6282 [10:56:00.167] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6283 [10:56:00.175] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 8.560877999756485ms +Info 6284 [10:56:00.175] Different program with same set of files +Info 6285 [10:56:00.175] getCompletionData: Get current token: 0.00316500011831522 +Info 6286 [10:56:00.176] getCompletionData: Is inside comment: 0.011230000294744968 +Info 6287 [10:56:00.176] getCompletionData: Get previous token: 0.013548000250011683 +Info 6288 [10:56:00.176] getCompletionsAtPosition: isCompletionListBlocker: 0.0027680001221597195 +Info 6289 [10:56:00.176] getExportInfoMap: cache hit +Info 6290 [10:56:00.178] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 5 from cache +Info 6291 [10:56:00.178] collectAutoImports: response is complete +Info 6292 [10:56:00.178] collectAutoImports: 2.151573999784887 +Info 6293 [10:56:00.178] getCompletionData: Semantic work: 2.598263000138104 +Info 6294 [10:56:00.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8142669997178018 +Info 6295 [10:56:00.181] Format host information updated +Info 6296 [10:56:01.349] Format host information updated +Info 6297 [10:56:01.349] Format host information updated +Info 6298 [10:56:01.349] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6299 [10:56:01.358] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 8.957524999976158ms +Info 6300 [10:56:01.358] Different program with same set of files +Info 6301 [10:56:01.358] getCompletionData: Get current token: 0.014706000220030546 +Info 6302 [10:56:01.358] getCompletionData: Is inside comment: 0.022348999977111816 +Info 6303 [10:56:01.358] getCompletionData: Get previous token: 0.016970000229775906 +Info 6304 [10:56:01.358] getCompletionsAtPosition: isCompletionListBlocker: 0.0028000003658235073 +Info 6305 [10:56:01.359] getCompletionData: Semantic work: 0.4380649998784065 +Info 6306 [10:56:01.361] getCompletionData: Get current token: 0.004396999720484018 +Info 6307 [10:56:01.361] getCompletionData: Is inside comment: 0.015381000004708767 +Info 6308 [10:56:01.361] getCompletionData: Get previous token: 0.01594000030308962 +Info 6309 [10:56:01.361] getCompletionsAtPosition: isCompletionListBlocker: 0.0013080001808702946 +Info 6310 [10:56:01.361] getCompletionData: Semantic work: 0.3553379997611046 +Info 6311 [10:56:01.363] Format host information updated +Info 6312 [10:56:01.730] getCompletionData: Get current token: 0.002788000274449587 +Info 6313 [10:56:01.730] getCompletionData: Is inside comment: 0.010123000014573336 +Info 6314 [10:56:01.730] getCompletionData: Get previous token: 0.006197999697178602 +Info 6315 [10:56:01.730] getCompletionsAtPosition: isCompletionListBlocker: 0.00917400000616908 +Info 6316 [10:56:01.730] getExportInfoMap: cache hit +Info 6317 [10:56:01.739] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6318 [10:56:01.739] collectAutoImports: response is complete +Info 6319 [10:56:01.739] collectAutoImports: 9.130311000160873 +Info 6320 [10:56:01.739] getCompletionData: Semantic work: 9.726001999806613 +Info 6321 [10:56:01.744] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7156050000339746 +Info 6322 [10:56:01.837] Format host information updated +Info 6323 [10:56:01.837] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6324 [10:56:01.845] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 8.521826000418514ms +Info 6325 [10:56:01.845] Different program with same set of files +Info 6326 [10:56:01.992] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6327 [10:56:01.998] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 6.050777000375092ms +Info 6328 [10:56:01.998] Different program with same set of files +Info 6329 [10:56:01.998] getCompletionData: Get current token: 0.002102999947965145 +Info 6330 [10:56:01.998] getCompletionData: Is inside comment: 0.011025000363588333 +Info 6331 [10:56:01.998] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6332 [10:56:01.998] Format host information updated +Info 6333 [10:56:02.191] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6334 [10:56:02.197] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 6.340197999961674ms +Info 6335 [10:56:02.197] Different program with same set of files +Info 6336 [10:56:02.197] getCompletionData: Get current token: 0.0020189997740089893 +Info 6337 [10:56:02.197] getCompletionData: Is inside comment: 0.011296999640762806 +Info 6338 [10:56:02.197] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6339 [10:56:02.199] Format host information updated +Info 6340 [10:56:02.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6341 [10:56:02.381] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 6.288652000017464ms +Info 6342 [10:56:02.381] Different program with same set of files +Info 6343 [10:56:02.381] getCompletionData: Get current token: 0.0020050001330673695 +Info 6344 [10:56:02.381] getCompletionData: Is inside comment: 0.012292999774217606 +Info 6345 [10:56:02.381] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6346 [10:56:02.382] Format host information updated +Info 6347 [10:56:02.545] Format host information updated +Info 6348 [10:56:02.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6349 [10:56:02.553] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 7.617288999725133ms +Info 6350 [10:56:02.553] Different program with same set of files +Info 6351 [10:56:02.829] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6352 [10:56:02.837] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 8.141499999910593ms +Info 6353 [10:56:02.837] Different program with same set of files +Info 6354 [10:56:02.838] getCompletionData: Get current token: 0.003053000196814537 +Info 6355 [10:56:02.838] getCompletionData: Is inside comment: 0.016139000188559294 +Info 6356 [10:56:02.838] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6357 [10:56:02.838] Format host information updated +Info 6358 [10:56:02.919] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6359 [10:56:02.926] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 6.495912999846041ms +Info 6360 [10:56:02.926] Different program with same set of files +Info 6361 [10:56:02.926] getCompletionData: Get current token: 0.002392000053077936 +Info 6362 [10:56:02.926] getCompletionData: Is inside comment: 0.013237999752163887 +Info 6363 [10:56:02.926] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6364 [10:56:02.926] Format host information updated +Info 6365 [10:56:03.048] Format host information updated +Info 6366 [10:56:03.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6367 [10:56:03.056] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 8.485553000122309ms +Info 6368 [10:56:03.056] Different program with same set of files +Info 6369 [10:56:03.307] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6370 [10:56:03.314] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 7.510842999909073ms +Info 6371 [10:56:03.314] Different program with same set of files +Info 6372 [10:56:03.315] getCompletionData: Get current token: 0.002562999725341797 +Info 6373 [10:56:03.315] getCompletionData: Is inside comment: 0.014048999641090631 +Info 6374 [10:56:03.315] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6375 [10:56:03.315] Format host information updated +Info 6376 [10:56:03.434] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6377 [10:56:03.443] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 8.888510000426322ms +Info 6378 [10:56:03.443] Different program with same set of files +Info 6379 [10:56:03.444] getCompletionData: Get current token: 0.0022459998726844788 +Info 6380 [10:56:03.444] getCompletionData: Is inside comment: 0.011760999914258718 +Info 6381 [10:56:03.444] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6382 [10:56:03.444] Format host information updated +Info 6383 [10:56:03.719] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6384 [10:56:03.725] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 6.4585660002194345ms +Info 6385 [10:56:03.725] Different program with same set of files +Info 6386 [10:56:03.725] getCompletionData: Get current token: 0.0027970001101493835 +Info 6387 [10:56:03.726] getCompletionData: Is inside comment: 0.011713999789208174 +Info 6388 [10:56:03.726] getCompletionData: Get previous token: 0.006624000146985054 +Info 6389 [10:56:03.726] getCompletionsAtPosition: isCompletionListBlocker: 0.00863100029528141 +Info 6390 [10:56:03.726] getExportInfoMap: cache hit +Info 6391 [10:56:03.737] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6392 [10:56:03.737] collectAutoImports: response is complete +Info 6393 [10:56:03.737] collectAutoImports: 11.000679000280797 +Info 6394 [10:56:03.737] getCompletionData: Semantic work: 11.522812000010163 +Info 6395 [10:56:03.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6455370001494884 +Info 6396 [10:56:03.743] Format host information updated +Info 6397 [10:56:04.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6398 [10:56:04.067] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 10.221040000207722ms +Info 6399 [10:56:04.067] Different program with same set of files +Info 6400 [10:56:04.067] getCompletionData: Get current token: 0.004917999729514122 +Info 6401 [10:56:04.067] getCompletionData: Is inside comment: 0.02112299995496869 +Info 6402 [10:56:04.067] getCompletionData: Get previous token: 0.012299000285565853 +Info 6403 [10:56:04.067] getCompletionsAtPosition: isCompletionListBlocker: 0.01232099998742342 +Info 6404 [10:56:04.068] getExportInfoMap: cache hit +Info 6405 [10:56:04.087] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6406 [10:56:04.087] collectAutoImports: response is complete +Info 6407 [10:56:04.087] collectAutoImports: 18.680777000263333 +Info 6408 [10:56:04.087] getCompletionData: Semantic work: 19.53065499989316 +Info 6409 [10:56:04.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2740469998680055 +Info 6410 [10:56:04.096] Format host information updated +Info 6411 [10:56:04.208] Format host information updated +Info 6412 [10:56:04.208] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6413 [10:56:04.214] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 6.137380000203848ms +Info 6414 [10:56:04.214] Different program with same set of files +Info 6415 [10:56:04.439] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6416 [10:56:04.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 12.53947399975732ms +Info 6417 [10:56:04.452] Different program with same set of files +Info 6418 [10:56:04.452] getCompletionData: Get current token: 0.0030559999868273735 +Info 6419 [10:56:04.452] getCompletionData: Is inside comment: 0.012401000130921602 +Info 6420 [10:56:04.452] getCompletionData: Get previous token: 0.012897999957203865 +Info 6421 [10:56:04.452] getCompletionsAtPosition: isCompletionListBlocker: 0.00949000008404255 +Info 6422 [10:56:04.453] getExportInfoMap: cache hit +Info 6423 [10:56:04.457] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 10 from cache +Info 6424 [10:56:04.457] collectAutoImports: response is complete +Info 6425 [10:56:04.457] collectAutoImports: 4.328499000053853 +Info 6426 [10:56:04.457] getCompletionData: Semantic work: 5.049935000017285 +Info 6427 [10:56:04.461] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3731700000353158 +Info 6428 [10:56:04.462] Format host information updated +Info 6429 [10:56:04.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6430 [10:56:04.573] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 14.022051999811083ms +Info 6431 [10:56:04.573] Different program with same set of files +Info 6432 [10:56:04.573] getCompletionData: Get current token: 0.006593999918550253 +Info 6433 [10:56:04.574] getCompletionData: Is inside comment: 0.029571000020951033 +Info 6434 [10:56:04.574] getCompletionData: Get previous token: 0.03260600008070469 +Info 6435 [10:56:04.574] getCompletionsAtPosition: isCompletionListBlocker: 0.01714400015771389 +Info 6436 [10:56:04.575] getExportInfoMap: cache hit +Info 6437 [10:56:04.596] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6438 [10:56:04.596] collectAutoImports: response is complete +Info 6439 [10:56:04.596] collectAutoImports: 21.00644199969247 +Info 6440 [10:56:04.596] getCompletionData: Semantic work: 22.17066500009969 +Info 6441 [10:56:04.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.398493000306189 +Info 6442 [10:56:04.606] Format host information updated +Info 6443 [10:56:08.503] Format host information updated +Info 6444 [10:56:08.504] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6445 [10:56:08.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 7.282608000095934ms +Info 6446 [10:56:08.511] Different program with same set of files +Info 6447 [10:56:08.766] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6448 [10:56:08.777] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 10.767895999830216ms +Info 6449 [10:56:08.777] Different program with same set of files +Info 6450 [10:56:08.778] getCompletionData: Get current token: 0.004474999848753214 +Info 6451 [10:56:08.778] getCompletionData: Is inside comment: 0.01864599995315075 +Info 6452 [10:56:08.778] getCompletionData: Get previous token: 0.018698999658226967 +Info 6453 [10:56:08.778] getCompletionsAtPosition: isCompletionListBlocker: 0.012947000097483397 +Info 6454 [10:56:08.778] getExportInfoMap: cache hit +Info 6455 [10:56:08.787] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 10 from cache +Info 6456 [10:56:08.787] collectAutoImports: response is complete +Info 6457 [10:56:08.787] collectAutoImports: 8.354726000223309 +Info 6458 [10:56:08.787] getCompletionData: Semantic work: 9.161993999965489 +Info 6459 [10:56:08.790] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5656129997223616 +Info 6460 [10:56:08.792] Format host information updated +Info 6461 [10:56:08.851] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6462 [10:56:08.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 6.249104999937117ms +Info 6463 [10:56:08.857] Different program with same set of files +Info 6464 [10:56:08.857] getCompletionData: Get current token: 0.0027509997598826885 +Info 6465 [10:56:08.857] getCompletionData: Is inside comment: 0.011818000115454197 +Info 6466 [10:56:08.857] getCompletionData: Get previous token: 0.011550999712198973 +Info 6467 [10:56:08.857] getCompletionsAtPosition: isCompletionListBlocker: 0.007303999736905098 +Info 6468 [10:56:08.858] getExportInfoMap: cache hit +Info 6469 [10:56:08.860] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 2 from cache +Info 6470 [10:56:08.860] collectAutoImports: response is complete +Info 6471 [10:56:08.860] collectAutoImports: 2.628593999892473 +Info 6472 [10:56:08.860] getCompletionData: Semantic work: 3.1323589999228716 +Info 6473 [10:56:08.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7942160000093281 +Info 6474 [10:56:08.863] Format host information updated +Info 6475 [10:56:09.146] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6476 [10:56:09.152] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 6.2197559997439384ms +Info 6477 [10:56:09.152] Different program with same set of files +Info 6478 [10:56:09.152] getCompletionData: Get current token: 0.0028030001558363438 +Info 6479 [10:56:09.152] getCompletionData: Is inside comment: 0.01103499997407198 +Info 6480 [10:56:09.152] getCompletionData: Get previous token: 0.010790000203996897 +Info 6481 [10:56:09.152] getCompletionsAtPosition: isCompletionListBlocker: 0.008330999873578548 +Info 6482 [10:56:09.153] getExportInfoMap: cache hit +Info 6483 [10:56:09.155] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 6484 [10:56:09.155] collectAutoImports: response is complete +Info 6485 [10:56:09.155] collectAutoImports: 2.3203900000080466 +Info 6486 [10:56:09.155] getCompletionData: Semantic work: 2.8757810001261532 +Info 6487 [10:56:09.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.933988000266254 +Info 6488 [10:56:09.158] Format host information updated +Info 6489 [10:56:09.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6490 [10:56:09.286] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 656 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.115912000183016ms +Info 6491 [10:56:09.286] Different program with same set of files +Info 6492 [10:56:09.287] getCompletionData: Get current token: 0.0030129998922348022 +Info 6493 [10:56:09.287] getCompletionData: Is inside comment: 0.01172899967059493 +Info 6494 [10:56:09.287] getCompletionData: Get previous token: 0.012058000080287457 +Info 6495 [10:56:09.287] getCompletionsAtPosition: isCompletionListBlocker: 0.014097999781370163 +Info 6496 [10:56:09.287] getExportInfoMap: cache hit +Info 6497 [10:56:09.298] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6498 [10:56:09.298] collectAutoImports: response is complete +Info 6499 [10:56:09.298] collectAutoImports: 10.82253499981016 +Info 6500 [10:56:09.298] getCompletionData: Semantic work: 11.340636000037193 +Info 6501 [10:56:09.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7474870001897216 +Info 6502 [10:56:09.304] Format host information updated +Info 6503 [10:56:09.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6504 [10:56:09.632] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 8.481148999650031ms +Info 6505 [10:56:09.632] Different program with same set of files +Info 6506 [10:56:09.632] getCompletionData: Get current token: 0.004405000247061253 +Info 6507 [10:56:09.632] getCompletionData: Is inside comment: 0.016227999702095985 +Info 6508 [10:56:09.632] getCompletionData: Get previous token: 0.008450000081211329 +Info 6509 [10:56:09.633] getCompletionsAtPosition: isCompletionListBlocker: 0.01095899986103177 +Info 6510 [10:56:09.633] getExportInfoMap: cache hit +Info 6511 [10:56:09.645] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6512 [10:56:09.645] collectAutoImports: response is complete +Info 6513 [10:56:09.645] collectAutoImports: 12.00277499994263 +Info 6514 [10:56:09.645] getCompletionData: Semantic work: 12.690848000347614 +Info 6515 [10:56:09.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.904747999738902 +Info 6516 [10:56:09.652] Format host information updated +Info 6517 [10:56:09.923] getCompletionData: Get current token: 0.0035729999653995037 +Info 6518 [10:56:09.923] getCompletionData: Is inside comment: 0.010418999940156937 +Info 6519 [10:56:09.923] getCompletionData: Get previous token: 0.005710999947041273 +Info 6520 [10:56:09.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0037609999999403954 +Info 6521 [10:56:09.924] getExportInfoMap: cache hit +Info 6522 [10:56:09.931] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6523 [10:56:09.931] collectAutoImports: response is complete +Info 6524 [10:56:09.931] collectAutoImports: 6.953845000360161 +Info 6525 [10:56:09.931] getCompletionData: Semantic work: 7.854199999943376 +Info 6526 [10:56:09.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7992899999953806 +Info 6527 [10:56:10.100] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6528 [10:56:10.114] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 658 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.246691999956965ms +Info 6529 [10:56:10.114] Different program with same set of files +Info 6530 [10:56:10.115] Format host information updated +Info 6531 [10:56:10.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6532 [10:56:10.235] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 659 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.561703000217676ms +Info 6533 [10:56:10.235] Different program with same set of files +Info 6534 [10:56:10.235] getCompletionData: Get current token: 0.0043379999697208405 +Info 6535 [10:56:10.235] getCompletionData: Is inside comment: 0.015577999874949455 +Info 6536 [10:56:10.235] getCompletionData: Get previous token: 0.00890999985858798 +Info 6537 [10:56:10.235] getCompletionsAtPosition: isCompletionListBlocker: 0.009415000211447477 +Info 6538 [10:56:10.236] getExportInfoMap: cache hit +Info 6539 [10:56:10.247] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6540 [10:56:10.248] collectAutoImports: response is complete +Info 6541 [10:56:10.248] collectAutoImports: 11.913958000019193 +Info 6542 [10:56:10.248] getCompletionData: Semantic work: 12.428259999956936 +Info 6543 [10:56:10.252] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.156705999746919 +Info 6544 [10:56:10.254] Format host information updated +Info 6545 [10:56:10.690] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6546 [10:56:10.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 660 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.510114000178874ms +Info 6547 [10:56:10.706] Different program with same set of files +Info 6548 [10:56:10.707] Format host information updated +Info 6549 [10:56:10.758] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6550 [10:56:10.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 661 structureChanged: true structureIsReused:: SafeModules Elapsed: 30.142417000140995ms +Info 6551 [10:56:10.788] Different program with same set of files +Info 6552 [10:56:10.798] Format host information updated +Info 6553 [10:56:10.890] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6554 [10:56:10.906] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 662 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.618383000139147ms +Info 6555 [10:56:10.906] Different program with same set of files +Info 6556 [10:56:10.907] Format host information updated +Info 6557 [10:56:11.363] Format host information updated +Info 6558 [10:56:11.364] Format host information updated +Info 6559 [10:56:11.364] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6560 [10:56:11.375] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 663 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.944240000098944ms +Info 6561 [10:56:11.375] Different program with same set of files +Info 6562 [10:56:11.376] Format host information updated +Info 6563 [10:56:11.728] getCompletionData: Get current token: 0.0028559998609125614 +Info 6564 [10:56:11.728] getCompletionData: Is inside comment: 0.009646999649703503 +Info 6565 [10:56:11.728] getCompletionData: Get previous token: 0.005572000052779913 +Info 6566 [10:56:11.728] getCompletionsAtPosition: isCompletionListBlocker: 0.009709000121802092 +Info 6567 [10:56:11.728] getExportInfoMap: cache hit +Info 6568 [10:56:11.738] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 230 from cache +Info 6569 [10:56:11.738] collectAutoImports: response is complete +Info 6570 [10:56:11.738] collectAutoImports: 9.187404999975115 +Info 6571 [10:56:11.738] getCompletionData: Semantic work: 9.71460899990052 +Info 6572 [10:56:11.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5495859999209642 +Info 6573 [10:56:11.970] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6574 [10:56:11.978] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 8.008363000117242ms +Info 6575 [10:56:11.978] Different program with same set of files +Info 6576 [10:56:11.978] getCompletionData: Get current token: 0.0028860000893473625 +Info 6577 [10:56:11.978] getCompletionData: Is inside comment: 0.010156000033020973 +Info 6578 [10:56:11.978] getCompletionData: Get previous token: 0.005774000193923712 +Info 6579 [10:56:11.978] getCompletionsAtPosition: isCompletionListBlocker: 0.0026210001669824123 +Info 6580 [10:56:11.978] getCompletionData: Semantic work: 0.25330499978736043 +Info 6581 [10:56:11.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4339129999279976 +Info 6582 [10:56:11.979] Format host information updated +Info 6583 [10:56:12.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6584 [10:56:12.523] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 6.186629000119865ms +Info 6585 [10:56:12.523] Different program with same set of files +Info 6586 [10:56:12.523] getCompletionData: Get current token: 0.0023449999280273914 +Info 6587 [10:56:12.523] getCompletionData: Is inside comment: 0.009757000021636486 +Info 6588 [10:56:12.523] getCompletionData: Get previous token: 0.010222000069916248 +Info 6589 [10:56:12.523] getCompletionsAtPosition: isCompletionListBlocker: 0.0021189996041357517 +Info 6590 [10:56:12.523] getCompletionData: Semantic work: 0.20870699966326356 +Info 6591 [10:56:12.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5082089998759329 +Info 6592 [10:56:12.524] Format host information updated +Info 6593 [10:56:12.627] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6594 [10:56:12.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 6.454980999697ms +Info 6595 [10:56:12.634] Different program with same set of files +Info 6596 [10:56:12.634] getCompletionData: Get current token: 0.0026420000940561295 +Info 6597 [10:56:12.634] getCompletionData: Is inside comment: 0.011074000038206577 +Info 6598 [10:56:12.634] getCompletionData: Get previous token: 0.0123390001244843 +Info 6599 [10:56:12.634] getCompletionsAtPosition: isCompletionListBlocker: 0.002503999974578619 +Info 6600 [10:56:12.634] getCompletionData: Semantic work: 0.2257489999756217 +Info 6601 [10:56:12.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.47334999963641167 +Info 6602 [10:56:12.637] Format host information updated +Info 6603 [10:56:12.690] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6604 [10:56:12.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 6.25016999989748ms +Info 6605 [10:56:12.696] Different program with same set of files +Info 6606 [10:56:12.696] getCompletionData: Get current token: 0.002877000253647566 +Info 6607 [10:56:12.696] getCompletionData: Is inside comment: 0.011535999830812216 +Info 6608 [10:56:12.696] getCompletionData: Get previous token: 0.01221900014206767 +Info 6609 [10:56:12.696] getCompletionsAtPosition: isCompletionListBlocker: 0.0026409998536109924 +Info 6610 [10:56:12.697] getCompletionData: Semantic work: 0.2593779996968806 +Info 6611 [10:56:12.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5061949999071658 +Info 6612 [10:56:12.698] Format host information updated +Info 6613 [10:56:12.833] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6614 [10:56:12.839] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 5.970850000157952ms +Info 6615 [10:56:12.839] Different program with same set of files +Info 6616 [10:56:12.840] getCompletionData: Get current token: 0.0025760000571608543 +Info 6617 [10:56:12.840] getCompletionData: Is inside comment: 0.010786999948322773 +Info 6618 [10:56:12.840] getCompletionData: Get previous token: 0.01182399969547987 +Info 6619 [10:56:12.840] getCompletionsAtPosition: isCompletionListBlocker: 0.0026710000820457935 +Info 6620 [10:56:12.840] getCompletionData: Semantic work: 0.21545200003311038 +Info 6621 [10:56:12.840] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4799440000206232 +Info 6622 [10:56:12.843] Format host information updated +Info 6623 [10:56:13.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6624 [10:56:13.054] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 6.241549999918789ms +Info 6625 [10:56:13.054] Different program with same set of files +Info 6626 [10:56:13.054] getCompletionData: Get current token: 0.002825000323355198 +Info 6627 [10:56:13.054] getCompletionData: Is inside comment: 0.01102200010791421 +Info 6628 [10:56:13.054] getCompletionData: Get previous token: 0.01192900026217103 +Info 6629 [10:56:13.054] getCompletionsAtPosition: isCompletionListBlocker: 0.002474000211805105 +Info 6630 [10:56:13.054] getCompletionData: Semantic work: 0.22682900028303266 +Info 6631 [10:56:13.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.49232299998402596 +Info 6632 [10:56:13.055] Format host information updated +Info 6633 [10:56:13.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6634 [10:56:13.231] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 8.686096999794245ms +Info 6635 [10:56:13.231] Different program with same set of files +Info 6636 [10:56:13.231] getCompletionData: Get current token: 0.0034860000014305115 +Info 6637 [10:56:13.231] getCompletionData: Is inside comment: 0.014924000017344952 +Info 6638 [10:56:13.231] getCompletionData: Get previous token: 0.0161230000667274 +Info 6639 [10:56:13.231] getCompletionsAtPosition: isCompletionListBlocker: 0.003117999993264675 +Info 6640 [10:56:13.231] getCompletionData: Semantic work: 0.29324600007385015 +Info 6641 [10:56:13.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.66103700036183 +Info 6642 [10:56:13.235] Format host information updated +Info 6643 [10:56:13.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6644 [10:56:13.306] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 16.02056000009179ms +Info 6645 [10:56:13.306] Different program with same set of files +Info 6646 [10:56:13.306] getCompletionData: Get current token: 0.008064000401645899 +Info 6647 [10:56:13.306] getCompletionData: Is inside comment: 0.034494999796152115 +Info 6648 [10:56:13.306] getCompletionData: Get previous token: 0.03500299993902445 +Info 6649 [10:56:13.306] getCompletionsAtPosition: isCompletionListBlocker: 0.006092000287026167 +Info 6650 [10:56:13.307] getCompletionData: Semantic work: 0.5749059999361634 +Info 6651 [10:56:13.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.323813000228256 +Info 6652 [10:56:13.310] Format host information updated +Info 6653 [10:56:13.560] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6654 [10:56:13.574] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 13.420812000054866ms +Info 6655 [10:56:13.574] Different program with same set of files +Info 6656 [10:56:13.574] getCompletionData: Get current token: 0.006725000217556953 +Info 6657 [10:56:13.574] getCompletionData: Is inside comment: 0.02609800035133958 +Info 6658 [10:56:13.574] getCompletionData: Get previous token: 0.027427999768406153 +Info 6659 [10:56:13.574] getCompletionsAtPosition: isCompletionListBlocker: 0.004980999976396561 +Info 6660 [10:56:13.575] getCompletionData: Semantic work: 0.7026690002530813 +Info 6661 [10:56:13.577] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.093297000043094 +Info 6662 [10:56:13.583] Format host information updated +Info 6663 [10:56:13.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6664 [10:56:13.711] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 24.76012900006026ms +Info 6665 [10:56:13.711] Different program with same set of files +Info 6666 [10:56:13.712] getCompletionData: Get current token: 0.012101999949663877 +Info 6667 [10:56:13.712] getCompletionData: Is inside comment: 0.04957399982959032 +Info 6668 [10:56:13.712] getCompletionData: Get previous token: 0.05159100005403161 +Info 6669 [10:56:13.712] getCompletionsAtPosition: isCompletionListBlocker: 0.007737999781966209 +Info 6670 [10:56:13.713] getCompletionData: Semantic work: 0.8169440003111959 +Info 6671 [10:56:13.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0667040003463626 +Info 6672 [10:56:13.717] Format host information updated +Info 6673 [10:56:13.770] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6674 [10:56:13.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 6.4066490000113845ms +Info 6675 [10:56:13.776] Different program with same set of files +Info 6676 [10:56:13.777] getCompletionData: Get current token: 0.003046000376343727 +Info 6677 [10:56:13.777] getCompletionData: Is inside comment: 0.019419000018388033 +Info 6678 [10:56:13.777] getCompletionData: Get previous token: 0.010967000387609005 +Info 6679 [10:56:13.777] getCompletionsAtPosition: isCompletionListBlocker: 0.0025599999353289604 +Info 6680 [10:56:13.777] getCompletionData: Semantic work: 0.2014910001307726 +Info 6681 [10:56:13.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.42902199970558286 +Info 6682 [10:56:13.780] Format host information updated +Info 6683 [10:56:14.061] Format host information updated +Info 6684 [10:56:14.062] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6685 [10:56:14.077] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 15.431929000187665ms +Info 6686 [10:56:14.077] Different program with same set of files +Info 6687 [10:56:14.078] getCompletionData: Get current token: 0.022164999973028898 +Info 6688 [10:56:14.078] getCompletionData: Is inside comment: 0.04029300017282367 +Info 6689 [10:56:14.078] getCompletionData: Get previous token: 0.02961000008508563 +Info 6690 [10:56:14.078] getCompletionsAtPosition: isCompletionListBlocker: 0.004414999857544899 +Info 6691 [10:56:14.078] getCompletionData: Semantic work: 0.49107899982482195 +Info 6692 [10:56:14.081] Format host information updated +Info 6693 [10:56:16.246] getCompletionData: Get current token: 0.001186000183224678 +Info 6694 [10:56:16.246] getCompletionData: Is inside comment: 0.006082999985665083 +Info 6695 [10:56:16.246] getCompletionData: Get previous token: 0.006745000369846821 +Info 6696 [10:56:16.246] getCompletionsAtPosition: isCompletionListBlocker: 0.011081000324338675 +Info 6697 [10:56:16.247] getExportInfoMap: cache hit +Info 6698 [10:56:16.262] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 6699 [10:56:16.262] collectAutoImports: response is complete +Info 6700 [10:56:16.262] collectAutoImports: 14.489724999759346 +Info 6701 [10:56:16.262] getCompletionData: Semantic work: 15.200608999934047 +Info 6702 [10:56:16.265] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0443440000526607 +Info 6703 [10:56:17.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6704 [10:56:17.546] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 6.440459999721497ms +Info 6705 [10:56:17.546] Different program with same set of files +Info 6706 [10:56:17.546] getCompletionData: Get current token: 0.004137000069022179 +Info 6707 [10:56:17.546] getCompletionData: Is inside comment: 0.0011060000397264957 +Info 6708 [10:56:17.546] getCompletionData: Get previous token: 0.01078800018876791 +Info 6709 [10:56:17.546] getCompletionsAtPosition: isCompletionListBlocker: 0.0024339999072253704 +Info 6710 [10:56:17.547] getExportInfoMap: cache hit +Info 6711 [10:56:17.557] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 6712 [10:56:17.557] collectAutoImports: response is complete +Info 6713 [10:56:17.557] collectAutoImports: 10.247179999947548 +Info 6714 [10:56:17.557] getCompletionData: Semantic work: 10.823613000102341 +Info 6715 [10:56:17.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4893749998882413 +Info 6716 [10:56:17.562] Format host information updated +Info 6717 [10:56:17.600] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6718 [10:56:17.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 7.7804799997247756ms +Info 6719 [10:56:17.608] Different program with same set of files +Info 6720 [10:56:17.608] getCompletionData: Get current token: 0.004106000065803528 +Info 6721 [10:56:17.608] getCompletionData: Is inside comment: 0.0014510001055896282 +Info 6722 [10:56:17.608] getCompletionData: Get previous token: 0.017820999957621098 +Info 6723 [10:56:17.608] getCompletionsAtPosition: isCompletionListBlocker: 0.008274000138044357 +Info 6724 [10:56:17.609] getExportInfoMap: cache hit +Info 6725 [10:56:17.621] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 6726 [10:56:17.621] collectAutoImports: response is complete +Info 6727 [10:56:17.621] collectAutoImports: 12.04314299998805 +Info 6728 [10:56:17.621] getCompletionData: Semantic work: 12.737375000026077 +Info 6729 [10:56:17.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4966890001669526 +Info 6730 [10:56:17.629] Format host information updated +Info 6731 [10:56:17.706] Format host information updated +Info 6732 [10:56:17.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6733 [10:56:17.713] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 6.255063000135124ms +Info 6734 [10:56:17.713] Different program with same set of files +Info 6735 [10:56:17.835] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6736 [10:56:17.841] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 6.446334000211209ms +Info 6737 [10:56:17.841] Different program with same set of files +Info 6738 [10:56:17.841] getCompletionData: Get current token: 0.005423999857157469 +Info 6739 [10:56:17.841] getCompletionData: Is inside comment: 0.0013429997488856316 +Info 6740 [10:56:17.842] getCompletionData: Get previous token: 0.014169999863952398 +Info 6741 [10:56:17.842] getCompletionsAtPosition: isCompletionListBlocker: 0.007311000023037195 +Info 6742 [10:56:17.842] getExportInfoMap: cache hit +Info 6743 [10:56:17.853] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 6744 [10:56:17.853] collectAutoImports: response is complete +Info 6745 [10:56:17.853] collectAutoImports: 11.14269999973476 +Info 6746 [10:56:17.853] getCompletionData: Semantic work: 11.710506999865174 +Info 6747 [10:56:17.856] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9216850004158914 +Info 6748 [10:56:17.859] Format host information updated +Info 6749 [10:56:18.038] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6750 [10:56:18.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 6.409429000224918ms +Info 6751 [10:56:18.044] Different program with same set of files +Info 6752 [10:56:18.045] getCompletionData: Get current token: 0.0036039999686181545 +Info 6753 [10:56:18.045] getCompletionData: Is inside comment: 0.0012070001102983952 +Info 6754 [10:56:18.045] getCompletionData: Get previous token: 0.01202400028705597 +Info 6755 [10:56:18.045] getCompletionsAtPosition: isCompletionListBlocker: 0.008067000191658735 +Info 6756 [10:56:18.045] getExportInfoMap: cache hit +Info 6757 [10:56:18.056] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 6758 [10:56:18.056] collectAutoImports: response is complete +Info 6759 [10:56:18.056] collectAutoImports: 10.576715999748558 +Info 6760 [10:56:18.056] getCompletionData: Semantic work: 11.144448999781162 +Info 6761 [10:56:18.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6944490000605583 +Info 6762 [10:56:18.061] Format host information updated +Info 6763 [10:56:18.098] Format host information updated +Info 6764 [10:56:18.098] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6765 [10:56:18.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 6.20109699992463ms +Info 6766 [10:56:18.105] Different program with same set of files +Info 6767 [10:56:19.077] getCompletionData: Get current token: 0.005005999933928251 +Info 6768 [10:56:19.077] getCompletionData: Is inside comment: 0.0017389999702572823 +Info 6769 [10:56:19.077] getCompletionData: Get previous token: 0.017026000190526247 +Info 6770 [10:56:19.077] getCompletionsAtPosition: isCompletionListBlocker: 0.0033530001528561115 +Info 6771 [10:56:19.077] Returning an empty list because completion was requested in an invalid position. +Info 6772 [10:56:19.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6773 [10:56:19.326] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 8.353391999844462ms +Info 6774 [10:56:19.326] Different program with same set of files +Info 6775 [10:56:19.326] getCompletionData: Get current token: 0.00267999991774559 +Info 6776 [10:56:19.326] getCompletionData: Is inside comment: 0.0012759999372065067 +Info 6777 [10:56:19.326] getCompletionData: Get previous token: 0.01756099984049797 +Info 6778 [10:56:19.327] getCompletionsAtPosition: isCompletionListBlocker: 0.003194000106304884 +Info 6779 [10:56:19.327] getCompletionData: Semantic work: 0.134723000228405 +Info 6780 [10:56:19.327] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08174900012090802 +Info 6781 [10:56:19.327] Format host information updated +Info 6782 [10:56:19.384] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6783 [10:56:19.390] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 6.305168999824673ms +Info 6784 [10:56:19.390] Different program with same set of files +Info 6785 [10:56:19.390] getCompletionData: Get current token: 0.002972000278532505 +Info 6786 [10:56:19.390] getCompletionData: Is inside comment: 0.00113400025293231 +Info 6787 [10:56:19.390] getCompletionData: Get previous token: 0.013912000227719545 +Info 6788 [10:56:19.390] getCompletionsAtPosition: isCompletionListBlocker: 0.007588000036776066 +Info 6789 [10:56:19.391] getExportInfoMap: cache hit +Info 6790 [10:56:19.401] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 6791 [10:56:19.401] collectAutoImports: response is complete +Info 6792 [10:56:19.401] collectAutoImports: 9.812328999862075 +Info 6793 [10:56:19.401] getCompletionData: Semantic work: 10.407956999726593 +Info 6794 [10:56:19.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3499519997276366 +Info 6795 [10:56:19.409] Format host information updated +Info 6796 [10:56:19.667] getCompletionData: Get current token: 0.01600900012999773 +Info 6797 [10:56:19.667] getCompletionData: Is inside comment: 0.0062510003335773945 +Info 6798 [10:56:19.668] getCompletionData: Get previous token: 0.054912999738007784 +Info 6799 [10:56:19.668] getCompletionsAtPosition: isCompletionListBlocker: 0.008950999937951565 +Info 6800 [10:56:19.668] getCompletionData: Semantic work: 0.14509399980306625 +Info 6801 [10:56:19.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.15880500013008714 +Info 6802 [10:56:19.864] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6803 [10:56:19.872] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 7.596281999722123ms +Info 6804 [10:56:19.872] Different program with same set of files +Info 6805 [10:56:19.872] getCompletionData: Get current token: 0.003548000007867813 +Info 6806 [10:56:19.872] getCompletionData: Is inside comment: 0.0012389998883008957 +Info 6807 [10:56:19.872] getCompletionData: Get previous token: 0.023187000304460526 +Info 6808 [10:56:19.872] getCompletionsAtPosition: isCompletionListBlocker: 0.0022399998269975185 +Info 6809 [10:56:19.872] getCompletionData: Semantic work: 0.16874999972060323 +Info 6810 [10:56:19.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07923700008541346 +Info 6811 [10:56:19.873] Format host information updated +Info 6812 [10:56:20.628] Format host information updated +Info 6813 [10:56:20.628] Format host information updated +Info 6814 [10:56:20.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6815 [10:56:20.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 6.632934000343084ms +Info 6816 [10:56:20.635] Different program with same set of files +Info 6817 [10:56:20.635] getCompletionData: Get current token: 0.0032049999572336674 +Info 6818 [10:56:20.635] getCompletionData: Is inside comment: 0.0010400000028312206 +Info 6819 [10:56:20.635] getCompletionData: Get previous token: 0.015525999944657087 +Info 6820 [10:56:20.635] getCompletionsAtPosition: isCompletionListBlocker: 0.005570000037550926 +Info 6821 [10:56:20.636] getCompletionData: Semantic work: 0.1244239998050034 +Info 6822 [10:56:20.636] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03538000024855137 +Info 6823 [10:56:20.636] getCompletionData: Get current token: 0.007207999937236309 +Info 6824 [10:56:20.636] getCompletionData: Is inside comment: 0.0015360000543296337 +Info 6825 [10:56:20.636] getCompletionData: Get previous token: 0.018624999560415745 +Info 6826 [10:56:20.636] getCompletionsAtPosition: isCompletionListBlocker: 0.0012580002658069134 +Info 6827 [10:56:20.636] getCompletionData: Semantic work: 0.02397400001063943 +Info 6828 [10:56:20.638] getCompletionData: Get current token: 0.00648199999704957 +Info 6829 [10:56:20.638] getCompletionData: Is inside comment: 0.00166599964722991 +Info 6830 [10:56:20.638] getCompletionData: Get previous token: 0.02658300008624792 +Info 6831 [10:56:20.638] getCompletionsAtPosition: isCompletionListBlocker: 0.0012250002473592758 +Info 6832 [10:56:20.638] getCompletionData: Semantic work: 0.029236000031232834 +Info 6833 [10:56:20.639] Format host information updated +Info 6834 [10:56:20.727] Format host information updated +Info 6835 [10:56:20.728] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6836 [10:56:20.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 9.042863999959081ms +Info 6837 [10:56:20.737] Different program with same set of files +Info 6838 [10:56:20.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6839 [10:56:20.957] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 7.16437100013718ms +Info 6840 [10:56:20.957] Different program with same set of files +Info 6841 [10:56:20.957] getCompletionData: Get current token: 0.00329700019210577 +Info 6842 [10:56:20.957] getCompletionData: Is inside comment: 0.0012110001407563686 +Info 6843 [10:56:20.958] getCompletionData: Get previous token: 0.02174700004979968 +Info 6844 [10:56:20.958] getCompletionsAtPosition: isCompletionListBlocker: 0.003326000180095434 +Info 6845 [10:56:20.958] getCompletionData: Semantic work: 0.12863400019705296 +Info 6846 [10:56:20.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.039871999993920326 +Info 6847 [10:56:20.959] Format host information updated +Info 6848 [10:56:21.092] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6849 [10:56:21.099] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 6.898777999915183ms +Info 6850 [10:56:21.099] Different program with same set of files +Info 6851 [10:56:21.099] getCompletionData: Get current token: 0.004017999861389399 +Info 6852 [10:56:21.099] getCompletionData: Is inside comment: 0.0014619999565184116 +Info 6853 [10:56:21.099] getCompletionData: Get previous token: 0.02656499994918704 +Info 6854 [10:56:21.099] getCompletionsAtPosition: isCompletionListBlocker: 0.003351000137627125 +Info 6855 [10:56:21.099] getCompletionData: Semantic work: 0.14698900002986193 +Info 6856 [10:56:21.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03698999993503094 +Info 6857 [10:56:21.099] Format host information updated +Info 6858 [10:56:21.647] Format host information updated +Info 6859 [10:56:21.647] Format host information updated +Info 6860 [10:56:21.647] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6861 [10:56:21.654] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 6.649794999975711ms +Info 6862 [10:56:21.654] Different program with same set of files +Info 6863 [10:56:21.654] getCompletionData: Get current token: 0.011446000076830387 +Info 6864 [10:56:21.654] getCompletionData: Is inside comment: 0.0042420001700520515 +Info 6865 [10:56:21.654] getCompletionData: Get previous token: 0.023401000071316957 +Info 6866 [10:56:21.654] getCompletionsAtPosition: isCompletionListBlocker: 0.0032730000093579292 +Info 6867 [10:56:21.654] getCompletionData: Semantic work: 0.12713299971073866 +Info 6868 [10:56:21.657] getCompletionData: Get current token: 0.006792000029236078 +Info 6869 [10:56:21.657] getCompletionData: Is inside comment: 0.002208000048995018 +Info 6870 [10:56:21.657] getCompletionData: Get previous token: 0.039834999945014715 +Info 6871 [10:56:21.657] getCompletionsAtPosition: isCompletionListBlocker: 0.0028349999338388443 +Info 6872 [10:56:21.657] getCompletionData: Semantic work: 0.05398500012233853 +Info 6873 [10:56:21.657] Format host information updated +Info 6874 [10:56:22.754] getCompletionData: Get current token: 0.002788000274449587 +Info 6875 [10:56:22.754] getCompletionData: Is inside comment: 0.0010000001639127731 +Info 6876 [10:56:22.754] getCompletionData: Get previous token: 0.008994999807327986 +Info 6877 [10:56:22.754] getCompletionsAtPosition: isCompletionListBlocker: 0.002280999906361103 +Info 6878 [10:56:22.754] Returning an empty list because completion was requested in an invalid position. +Info 6879 [10:56:24.074] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6880 [10:56:24.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 6.812601000070572ms +Info 6881 [10:56:24.081] Different program with same set of files +Info 6882 [10:56:24.081] getCompletionData: Get current token: 0.0033990000374615192 +Info 6883 [10:56:24.081] getCompletionData: Is inside comment: 0.0012240000069141388 +Info 6884 [10:56:24.081] getCompletionData: Get previous token: 0.01744600012898445 +Info 6885 [10:56:24.082] getCompletionsAtPosition: isCompletionListBlocker: 0.007865000050514936 +Info 6886 [10:56:24.082] getExportInfoMap: cache hit +Info 6887 [10:56:24.095] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 6888 [10:56:24.095] collectAutoImports: response is complete +Info 6889 [10:56:24.095] collectAutoImports: 12.82608800008893 +Info 6890 [10:56:24.095] getCompletionData: Semantic work: 13.490834000054747 +Info 6891 [10:56:24.098] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.245484000071883 +Info 6892 [10:56:24.101] Format host information updated +Info 6893 [10:56:24.537] getCompletionData: Get current token: 0.018675999715924263 +Info 6894 [10:56:24.537] getCompletionData: Is inside comment: 0.005522000137716532 +Info 6895 [10:56:24.537] getCompletionData: Get previous token: 0.05589699978008866 +Info 6896 [10:56:24.537] getCompletionsAtPosition: isCompletionListBlocker: 0.009120999835431576 +Info 6897 [10:56:24.538] getCompletionData: Semantic work: 0.25998799968510866 +Info 6898 [10:56:24.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18710200022906065 +Info 6899 [10:56:25.662] Format host information updated +Info 6900 [10:56:25.662] Format host information updated +Info 6901 [10:56:25.662] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6902 [10:56:25.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 6.542975000105798ms +Info 6903 [10:56:25.669] Different program with same set of files +Info 6904 [10:56:25.669] getCompletionData: Get current token: 0.004248000215739012 +Info 6905 [10:56:25.669] getCompletionData: Is inside comment: 0.00141999963670969 +Info 6906 [10:56:25.669] getCompletionData: Get previous token: 0.018823000136762857 +Info 6907 [10:56:25.669] getCompletionsAtPosition: isCompletionListBlocker: 0.003162999637424946 +Info 6908 [10:56:25.669] getCompletionData: Semantic work: 0.19991600001230836 +Info 6909 [10:56:25.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04559700004756451 +Info 6910 [10:56:25.670] getCompletionData: Get current token: 0.011801000218838453 +Info 6911 [10:56:25.670] getCompletionData: Is inside comment: 0.004069000016897917 +Info 6912 [10:56:25.670] getCompletionData: Get previous token: 0.018914000131189823 +Info 6913 [10:56:25.670] getCompletionsAtPosition: isCompletionListBlocker: 0.0015620002523064613 +Info 6914 [10:56:25.670] getCompletionData: Semantic work: 0.052269000094383955 +Info 6915 [10:56:25.671] getCompletionData: Get current token: 0.006809000391513109 +Info 6916 [10:56:25.671] getCompletionData: Is inside comment: 0.0022200001403689384 +Info 6917 [10:56:25.671] getCompletionData: Get previous token: 0.01358200004324317 +Info 6918 [10:56:25.671] getCompletionsAtPosition: isCompletionListBlocker: 0.0014909999445080757 +Info 6919 [10:56:25.671] getCompletionData: Semantic work: 0.03594700014218688 +Info 6920 [10:56:25.671] Format host information updated +Info 6921 [10:56:25.896] Format host information updated +Info 6922 [10:56:25.896] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6923 [10:56:25.905] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 8.324957999866456ms +Info 6924 [10:56:25.905] Different program with same set of files +Info 6925 [10:56:26.287] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6926 [10:56:26.294] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 6.942914000246674ms +Info 6927 [10:56:26.294] Different program with same set of files +Info 6928 [10:56:26.294] getCompletionData: Get current token: 0.003993999678641558 +Info 6929 [10:56:26.294] getCompletionData: Is inside comment: 0.0012419996783137321 +Info 6930 [10:56:26.294] getCompletionData: Get previous token: 0.027078000362962484 +Info 6931 [10:56:26.294] getCompletionsAtPosition: isCompletionListBlocker: 0.004147999919950962 +Info 6932 [10:56:26.295] getCompletionData: Semantic work: 0.1881999997422099 +Info 6933 [10:56:26.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.051883000414818525 +Info 6934 [10:56:26.295] Format host information updated +Info 6935 [10:56:26.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6936 [10:56:26.567] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 8.809770000167191ms +Info 6937 [10:56:26.567] Different program with same set of files +Info 6938 [10:56:26.567] getCompletionData: Get current token: 0.004480000119656324 +Info 6939 [10:56:26.567] getCompletionData: Is inside comment: 0.0016720001585781574 +Info 6940 [10:56:26.567] getCompletionData: Get previous token: 0.027154000010341406 +Info 6941 [10:56:26.567] getCompletionsAtPosition: isCompletionListBlocker: 0.004270999692380428 +Info 6942 [10:56:26.567] getCompletionData: Semantic work: 0.1991320000961423 +Info 6943 [10:56:26.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.054355999920517206 +Info 6944 [10:56:26.568] Format host information updated +Info 6945 [10:56:26.999] Format host information updated +Info 6946 [10:56:26.999] Format host information updated +Info 6947 [10:56:26.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6948 [10:56:27.005] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 6.584943000227213ms +Info 6949 [10:56:27.005] Different program with same set of files +Info 6950 [10:56:27.006] getCompletionData: Get current token: 0.004614000208675861 +Info 6951 [10:56:27.006] getCompletionData: Is inside comment: 0.001257999800145626 +Info 6952 [10:56:27.006] getCompletionData: Get previous token: 0.021573999896645546 +Info 6953 [10:56:27.006] getCompletionsAtPosition: isCompletionListBlocker: 0.0031590000726282597 +Info 6954 [10:56:27.006] getCompletionData: Semantic work: 0.21603599982336164 +Info 6955 [10:56:27.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04779400024563074 +Info 6956 [10:56:27.006] getCompletionData: Get current token: 0.007780000101774931 +Info 6957 [10:56:27.006] getCompletionData: Is inside comment: 0.0020400001667439938 +Info 6958 [10:56:27.006] getCompletionData: Get previous token: 0.023707000073045492 +Info 6959 [10:56:27.006] getCompletionsAtPosition: isCompletionListBlocker: 0.001978000160306692 +Info 6960 [10:56:27.006] getCompletionData: Semantic work: 0.058139999862760305 +Info 6961 [10:56:27.008] getCompletionData: Get current token: 0.007059999741613865 +Info 6962 [10:56:27.008] getCompletionData: Is inside comment: 0.0021290001459419727 +Info 6963 [10:56:27.008] getCompletionData: Get previous token: 0.02368299989029765 +Info 6964 [10:56:27.008] getCompletionsAtPosition: isCompletionListBlocker: 0.0022110003046691418 +Info 6965 [10:56:27.008] getCompletionData: Semantic work: 0.0592140001244843 +Info 6966 [10:56:27.008] Format host information updated +Info 6967 [10:56:27.105] Format host information updated +Info 6968 [10:56:27.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6969 [10:56:27.113] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 8.448600000236183ms +Info 6970 [10:56:27.113] Different program with same set of files +Info 6971 [10:56:27.583] Format host information updated +Info 6972 [10:56:27.583] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6973 [10:56:27.589] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 6.501199999824166ms +Info 6974 [10:56:27.589] Different program with same set of files +Info 6975 [10:56:28.443] Format host information updated +Info 6976 [10:56:28.443] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6977 [10:56:28.449] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 6.168839999940246ms +Info 6978 [10:56:28.449] Different program with same set of files +Info 6979 [10:56:28.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6980 [10:56:28.661] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 6.881568999961019ms +Info 6981 [10:56:28.661] Different program with same set of files +Info 6982 [10:56:28.661] getCompletionData: Get current token: 0.003287999890744686 +Info 6983 [10:56:28.661] getCompletionData: Is inside comment: 0.0010420000180602074 +Info 6984 [10:56:28.661] getCompletionData: Get previous token: 0.021238000132143497 +Info 6985 [10:56:28.662] getCompletionsAtPosition: isCompletionListBlocker: 0.003060000017285347 +Info 6986 [10:56:28.662] getCompletionData: Semantic work: 0.1719760000705719 +Info 6987 [10:56:28.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04427700024098158 +Info 6988 [10:56:28.664] Format host information updated +Info 6989 [10:56:28.754] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6990 [10:56:28.760] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 6.668823000043631ms +Info 6991 [10:56:28.760] Different program with same set of files +Info 6992 [10:56:28.760] getCompletionData: Get current token: 0.0039470000192523 +Info 6993 [10:56:28.760] getCompletionData: Is inside comment: 0.0012860000133514404 +Info 6994 [10:56:28.760] getCompletionData: Get previous token: 0.025232000276446342 +Info 6995 [10:56:28.760] getCompletionsAtPosition: isCompletionListBlocker: 0.0035949996672570705 +Info 6996 [10:56:28.761] getCompletionData: Semantic work: 0.1977780000306666 +Info 6997 [10:56:28.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04193600034341216 +Info 6998 [10:56:28.761] Format host information updated +Info 6999 [10:56:29.340] Format host information updated +Info 7000 [10:56:29.340] Format host information updated +Info 7001 [10:56:29.340] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7002 [10:56:29.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 14.752834999933839ms +Info 7003 [10:56:29.355] Different program with same set of files +Info 7004 [10:56:29.355] getCompletionData: Get current token: 0.0035589998587965965 +Info 7005 [10:56:29.355] getCompletionData: Is inside comment: 0.0011669998057186604 +Info 7006 [10:56:29.355] getCompletionData: Get previous token: 0.016547000035643578 +Info 7007 [10:56:29.355] getCompletionsAtPosition: isCompletionListBlocker: 0.002770000137388706 +Info 7008 [10:56:29.356] getCompletionData: Semantic work: 0.22723100008442998 +Info 7009 [10:56:29.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0483089997433126 +Info 7010 [10:56:29.357] getCompletionData: Get current token: 0.007410000078380108 +Info 7011 [10:56:29.357] getCompletionData: Is inside comment: 0.0025110002607107162 +Info 7012 [10:56:29.357] getCompletionData: Get previous token: 0.021118000149726868 +Info 7013 [10:56:29.357] getCompletionsAtPosition: isCompletionListBlocker: 0.0020389999262988567 +Info 7014 [10:56:29.357] getCompletionData: Semantic work: 0.11473600007593632 +Info 7015 [10:56:29.359] getCompletionData: Get current token: 0.006013999693095684 +Info 7016 [10:56:29.359] getCompletionData: Is inside comment: 0.0016129999421536922 +Info 7017 [10:56:29.359] getCompletionData: Get previous token: 0.020597999915480614 +Info 7018 [10:56:29.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0017389999702572823 +Info 7019 [10:56:29.359] getCompletionData: Semantic work: 0.07981699984520674 +Info 7020 [10:56:29.360] Format host information updated +Info 7021 [10:56:29.461] Format host information updated +Info 7022 [10:56:29.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7023 [10:56:29.473] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 11.766177000012249ms +Info 7024 [10:56:29.473] Different program with same set of files +Info 7025 [10:56:29.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7026 [10:56:29.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 7.566858000122011ms +Info 7027 [10:56:29.993] Different program with same set of files +Info 7028 [10:56:29.994] getCompletionData: Get current token: 0.0034860000014305115 +Info 7029 [10:56:29.994] getCompletionData: Is inside comment: 0.0010930001735687256 +Info 7030 [10:56:29.994] getCompletionData: Get previous token: 0.04408999998122454 +Info 7031 [10:56:29.994] getCompletionsAtPosition: isCompletionListBlocker: 0.0032870001159608364 +Info 7032 [10:56:29.994] getCompletionData: Semantic work: 0.21238299971446395 +Info 7033 [10:56:29.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04217599984258413 +Info 7034 [10:56:29.995] Format host information updated +Info 7035 [10:56:30.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7036 [10:56:30.083] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 9.427962000016123ms +Info 7037 [10:56:30.083] Different program with same set of files +Info 7038 [10:56:30.083] getCompletionData: Get current token: 0.004348000045865774 +Info 7039 [10:56:30.083] getCompletionData: Is inside comment: 0.0013819998130202293 +Info 7040 [10:56:30.083] getCompletionData: Get previous token: 0.02473799977451563 +Info 7041 [10:56:30.083] getCompletionsAtPosition: isCompletionListBlocker: 0.0036570001393556595 +Info 7042 [10:56:30.083] getCompletionData: Semantic work: 0.24454899970442057 +Info 7043 [10:56:30.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.051632999908179045 +Info 7044 [10:56:30.084] Format host information updated +Info 7045 [10:56:30.541] Format host information updated +Info 7046 [10:56:30.542] Format host information updated +Info 7047 [10:56:30.542] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7048 [10:56:30.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 9.420053000096232ms +Info 7049 [10:56:30.551] Different program with same set of files +Info 7050 [10:56:30.551] getCompletionData: Get current token: 0.014979000203311443 +Info 7051 [10:56:30.551] getCompletionData: Is inside comment: 0.00392899988219142 +Info 7052 [10:56:30.551] getCompletionData: Get previous token: 0.030166999902576208 +Info 7053 [10:56:30.551] getCompletionsAtPosition: isCompletionListBlocker: 0.0034040003083646297 +Info 7054 [10:56:30.552] getCompletionData: Semantic work: 0.2795769996009767 +Info 7055 [10:56:30.554] getCompletionData: Get current token: 0.008417000062763691 +Info 7056 [10:56:30.554] getCompletionData: Is inside comment: 0.0028029996901750565 +Info 7057 [10:56:30.554] getCompletionData: Get previous token: 0.026119000278413296 +Info 7058 [10:56:30.554] getCompletionsAtPosition: isCompletionListBlocker: 0.002563999965786934 +Info 7059 [10:56:30.554] getCompletionData: Semantic work: 0.11506700003519654 +Info 7060 [10:56:30.555] Format host information updated +Info 7061 [10:56:31.175] getCompletionData: Get current token: 0.015300000086426735 +Info 7062 [10:56:31.175] getCompletionData: Is inside comment: 0.005683999974280596 +Info 7063 [10:56:31.175] getCompletionData: Get previous token: 0.004397999960929155 +Info 7064 [10:56:31.175] getCompletionsAtPosition: isCompletionListBlocker: 0.028110000304877758 +Info 7065 [10:56:31.176] getExportInfoMap: cache hit +Info 7066 [10:56:31.194] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 7067 [10:56:31.194] collectAutoImports: response is complete +Info 7068 [10:56:31.194] collectAutoImports: 18.28152299998328 +Info 7069 [10:56:31.194] getCompletionData: Semantic work: 19.037581999786198 +Info 7070 [10:56:31.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9838829999789596 +Info 7071 [10:56:32.336] getCompletionData: Get current token: 0.0035080001689493656 +Info 7072 [10:56:32.336] getCompletionData: Is inside comment: 0.001176999881863594 +Info 7073 [10:56:32.336] getCompletionData: Get previous token: 0.011400999967008829 +Info 7074 [10:56:32.336] getCompletionsAtPosition: isCompletionListBlocker: 0.0024850000627338886 +Info 7075 [10:56:32.336] getExportInfoMap: cache hit +Info 7076 [10:56:32.345] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 7077 [10:56:32.345] collectAutoImports: response is complete +Info 7078 [10:56:32.345] collectAutoImports: 8.21011900017038 +Info 7079 [10:56:32.345] getCompletionData: Semantic work: 8.887442000210285 +Info 7080 [10:56:32.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.551965999882668 +Info 7081 [10:56:32.580] Format host information updated +Info 7082 [10:56:32.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7083 [10:56:32.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 6.9586299997754395ms +Info 7084 [10:56:32.587] Different program with same set of files +Info 7085 [10:56:33.232] Format host information updated +Info 7086 [10:56:33.233] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7087 [10:56:33.242] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 8.96593499975279ms +Info 7088 [10:56:33.242] Different program with same set of files +Info 7089 [10:56:33.584] Format host information updated +Info 7090 [10:56:33.585] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7091 [10:56:33.592] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 7.0494669997133315ms +Info 7092 [10:56:33.592] Different program with same set of files +Info 7093 [10:56:33.694] Format host information updated +Info 7094 [10:56:33.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7095 [10:56:33.702] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 8.017066000029445ms +Info 7096 [10:56:33.702] Different program with same set of files +Info 7097 [10:56:34.345] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7098 [10:56:34.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 9.988342000171542ms +Info 7099 [10:56:34.355] Different program with same set of files +Info 7100 [10:56:34.355] getCompletionData: Get current token: 0.003103999886661768 +Info 7101 [10:56:34.355] getCompletionData: Is inside comment: 0.010576999746263027 +Info 7102 [10:56:34.355] getCompletionData: Get previous token: 0.015037999954074621 +Info 7103 [10:56:34.355] getCompletionsAtPosition: isCompletionListBlocker: 0.002085999585688114 +Info 7104 [10:56:34.356] getExportInfoMap: cache hit +Info 7105 [10:56:34.364] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 11 from cache +Info 7106 [10:56:34.364] collectAutoImports: response is complete +Info 7107 [10:56:34.364] collectAutoImports: 8.152449000161141 +Info 7108 [10:56:34.364] getCompletionData: Semantic work: 9.175979999825358 +Info 7109 [10:56:34.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.628161999862641 +Info 7110 [10:56:34.368] Format host information updated +Info 7111 [10:56:34.405] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7112 [10:56:34.412] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 7.570652999915183ms +Info 7113 [10:56:34.412] Different program with same set of files +Info 7114 [10:56:34.413] getCompletionData: Get current token: 0.004108000081032515 +Info 7115 [10:56:34.413] getCompletionData: Is inside comment: 0.013042000122368336 +Info 7116 [10:56:34.413] getCompletionData: Get previous token: 0.018792000133544207 +Info 7117 [10:56:34.413] getCompletionsAtPosition: isCompletionListBlocker: 0.0023010000586509705 +Info 7118 [10:56:34.413] getExportInfoMap: cache hit +Info 7119 [10:56:34.419] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 9 from cache +Info 7120 [10:56:34.419] collectAutoImports: response is complete +Info 7121 [10:56:34.419] collectAutoImports: 5.702723000198603 +Info 7122 [10:56:34.419] getCompletionData: Semantic work: 6.367056999821216 +Info 7123 [10:56:34.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.378867999650538 +Info 7124 [10:56:34.425] Format host information updated +Info 7125 [10:56:34.497] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7126 [10:56:34.518] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 20.71329899970442ms +Info 7127 [10:56:34.518] Different program with same set of files +Info 7128 [10:56:34.518] getCompletionData: Get current token: 0.014071999583393335 +Info 7129 [10:56:34.519] getCompletionData: Is inside comment: 0.04410699987784028 +Info 7130 [10:56:34.519] getCompletionData: Get previous token: 0.06605100026354194 +Info 7131 [10:56:34.519] getCompletionsAtPosition: isCompletionListBlocker: 0.006899000145494938 +Info 7132 [10:56:34.520] getExportInfoMap: cache hit +Info 7133 [10:56:34.532] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 7 from cache +Info 7134 [10:56:34.532] collectAutoImports: response is complete +Info 7135 [10:56:34.532] collectAutoImports: 11.834082999732345 +Info 7136 [10:56:34.533] getCompletionData: Semantic work: 13.777207999955863 +Info 7137 [10:56:34.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3791300002485514 +Info 7138 [10:56:34.537] Format host information updated +Info 7139 [10:56:34.614] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7140 [10:56:34.644] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 30.541234000120312ms +Info 7141 [10:56:34.644] Different program with same set of files +Info 7142 [10:56:34.645] getCompletionData: Get current token: 0.012267000041902065 +Info 7143 [10:56:34.645] getCompletionData: Is inside comment: 0.02968799974769354 +Info 7144 [10:56:34.645] getCompletionData: Get previous token: 0.08138500014320016 +Info 7145 [10:56:34.645] getCompletionsAtPosition: isCompletionListBlocker: 0.0042329998686909676 +Info 7146 [10:56:34.646] getExportInfoMap: cache hit +Info 7147 [10:56:34.653] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 1 from cache +Info 7148 [10:56:34.653] collectAutoImports: response is complete +Info 7149 [10:56:34.653] collectAutoImports: 6.608415000140667 +Info 7150 [10:56:34.653] getCompletionData: Semantic work: 8.01967699965462 +Info 7151 [10:56:34.656] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.811942999716848 +Info 7152 [10:56:34.657] Format host information updated +Info 7153 [10:56:34.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7154 [10:56:34.681] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 6.346640999894589ms +Info 7155 [10:56:34.681] Different program with same set of files +Info 7156 [10:56:34.681] getCompletionData: Get current token: 0.0034400001168251038 +Info 7157 [10:56:34.681] getCompletionData: Is inside comment: 0.011142999865114689 +Info 7158 [10:56:34.681] getCompletionData: Get previous token: 0.016240000259131193 +Info 7159 [10:56:34.681] getCompletionsAtPosition: isCompletionListBlocker: 0.002193000167608261 +Info 7160 [10:56:34.681] getExportInfoMap: cache hit +Info 7161 [10:56:34.684] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 7162 [10:56:34.684] collectAutoImports: response is complete +Info 7163 [10:56:34.684] collectAutoImports: 2.250092000234872 +Info 7164 [10:56:34.684] getCompletionData: Semantic work: 3.036271999590099 +Info 7165 [10:56:34.685] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.047763000242412 +Info 7166 [10:56:34.685] Format host information updated +Info 7167 [10:56:34.796] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7168 [10:56:34.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 24.667770999949425ms +Info 7169 [10:56:34.820] Different program with same set of files +Info 7170 [10:56:34.821] getCompletionData: Get current token: 0.012893999926745892 +Info 7171 [10:56:34.821] getCompletionData: Is inside comment: 0.03949899971485138 +Info 7172 [10:56:34.821] getCompletionData: Get previous token: 0.055118000134825706 +Info 7173 [10:56:34.821] getCompletionsAtPosition: isCompletionListBlocker: 0.005988000426441431 +Info 7174 [10:56:34.823] getExportInfoMap: cache hit +Info 7175 [10:56:34.851] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 7176 [10:56:34.851] collectAutoImports: response is complete +Info 7177 [10:56:34.851] collectAutoImports: 27.766987999901175 +Info 7178 [10:56:34.851] getCompletionData: Semantic work: 29.88116000033915 +Info 7179 [10:56:34.855] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4428540002554655 +Info 7180 [10:56:34.857] Format host information updated +Info 7181 [10:56:34.868] Format host information updated +Info 7182 [10:56:34.868] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7183 [10:56:34.875] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 6.736833999864757ms +Info 7184 [10:56:34.875] Different program with same set of files +Info 7185 [10:56:35.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7186 [10:56:35.011] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 7.042260999791324ms +Info 7187 [10:56:35.011] Different program with same set of files +Info 7188 [10:56:35.011] getCompletionData: Get current token: 0.003974999766796827 +Info 7189 [10:56:35.011] getCompletionData: Is inside comment: 0.013220999855548143 +Info 7190 [10:56:35.011] getCompletionData: Get previous token: 0.02218900015577674 +Info 7191 [10:56:35.011] getCompletionsAtPosition: isCompletionListBlocker: 0.008034999947994947 +Info 7192 [10:56:35.011] getExportInfoMap: cache hit +Info 7193 [10:56:35.017] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 25 from cache +Info 7194 [10:56:35.017] collectAutoImports: response is complete +Info 7195 [10:56:35.017] collectAutoImports: 5.080999999772757 +Info 7196 [10:56:35.017] getCompletionData: Semantic work: 5.691622999962419 +Info 7197 [10:56:35.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.152247999794781 +Info 7198 [10:56:35.021] Format host information updated +Info 7199 [10:56:35.081] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7200 [10:56:35.087] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 6.479923999868333ms +Info 7201 [10:56:35.087] Different program with same set of files +Info 7202 [10:56:35.087] getCompletionData: Get current token: 0.0018279999494552612 +Info 7203 [10:56:35.087] getCompletionData: Is inside comment: 0.008135000243782997 +Info 7204 [10:56:35.087] getCompletionData: Get previous token: 0.00608400022611022 +Info 7205 [10:56:35.087] getCompletionsAtPosition: isCompletionListBlocker: 0.007999000139534473 +Info 7206 [10:56:35.088] getExportInfoMap: cache hit +Info 7207 [10:56:35.102] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 7208 [10:56:35.102] collectAutoImports: response is complete +Info 7209 [10:56:35.102] collectAutoImports: 13.840590999927372 +Info 7210 [10:56:35.102] getCompletionData: Semantic work: 14.344694999977946 +Info 7211 [10:56:35.107] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.624102000147104 +Info 7212 [10:56:35.110] Format host information updated +Info 7213 [10:56:35.844] getCompletionData: Get current token: 0.002082000020891428 +Info 7214 [10:56:35.844] getCompletionData: Is inside comment: 0.007298000156879425 +Info 7215 [10:56:35.844] getCompletionData: Get previous token: 0.005284000188112259 +Info 7216 [10:56:35.844] getCompletionsAtPosition: isCompletionListBlocker: 0.00900499988347292 +Info 7217 [10:56:35.844] getExportInfoMap: cache hit +Info 7218 [10:56:35.851] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 7219 [10:56:35.851] collectAutoImports: response is complete +Info 7220 [10:56:35.851] collectAutoImports: 6.925737999845296 +Info 7221 [10:56:35.851] getCompletionData: Semantic work: 7.495210999622941 +Info 7222 [10:56:35.855] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.928911999799311 +Info 7223 [10:56:36.211] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7224 [10:56:36.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 6.418473000172526ms +Info 7225 [10:56:36.218] Different program with same set of files +Info 7226 [10:56:36.218] getCompletionData: Get current token: 0.002987000159919262 +Info 7227 [10:56:36.218] getCompletionData: Is inside comment: 0.008876999840140343 +Info 7228 [10:56:36.218] getCompletionData: Get previous token: 0.013757000211626291 +Info 7229 [10:56:36.218] getCompletionsAtPosition: isCompletionListBlocker: 0.007408000063151121 +Info 7230 [10:56:36.219] getExportInfoMap: cache hit +Info 7231 [10:56:36.224] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 25 from cache +Info 7232 [10:56:36.224] collectAutoImports: response is complete +Info 7233 [10:56:36.224] collectAutoImports: 5.623753999825567 +Info 7234 [10:56:36.224] getCompletionData: Semantic work: 6.143548000138253 +Info 7235 [10:56:36.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.887008999940008 +Info 7236 [10:56:36.227] Format host information updated +Info 7237 [10:56:36.385] Format host information updated +Info 7238 [10:56:36.385] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7239 [10:56:36.392] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 6.769001000095159ms +Info 7240 [10:56:36.392] Different program with same set of files +Info 7241 [10:56:36.551] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7242 [10:56:36.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 6.469308000057936ms +Info 7243 [10:56:36.558] Different program with same set of files +Info 7244 [10:56:36.558] getCompletionData: Get current token: 0.0045980000868439674 +Info 7245 [10:56:36.558] getCompletionData: Is inside comment: 0.012120999861508608 +Info 7246 [10:56:36.558] getCompletionData: Get previous token: 0.00940700015053153 +Info 7247 [10:56:36.558] getCompletionsAtPosition: isCompletionListBlocker: 0.002151000313460827 +Info 7248 [10:56:36.558] getCompletionData: Semantic work: 0.24847100023180246 +Info 7249 [10:56:36.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09196099964901805 +Info 7250 [10:56:36.559] Format host information updated +Info 7251 [10:56:36.619] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7252 [10:56:36.626] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 6.815199999604374ms +Info 7253 [10:56:36.626] Different program with same set of files +Info 7254 [10:56:36.626] getCompletionData: Get current token: 0.004227000288665295 +Info 7255 [10:56:36.626] getCompletionData: Is inside comment: 0.012097999919205904 +Info 7256 [10:56:36.626] getCompletionData: Get previous token: 0.009848999790847301 +Info 7257 [10:56:36.626] getCompletionsAtPosition: isCompletionListBlocker: 0.007540999911725521 +Info 7258 [10:56:36.626] getExportInfoMap: cache hit +Info 7259 [10:56:36.641] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 7260 [10:56:36.641] collectAutoImports: response is complete +Info 7261 [10:56:36.641] collectAutoImports: 14.885205999948084 +Info 7262 [10:56:36.641] getCompletionData: Semantic work: 15.458879000041634 +Info 7263 [10:56:36.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.418511999770999 +Info 7264 [10:56:36.647] Format host information updated +Info 7265 [10:56:36.895] getCompletionData: Get current token: 0.003794000018388033 +Info 7266 [10:56:36.895] getCompletionData: Is inside comment: 0.0013659996911883354 +Info 7267 [10:56:36.895] getCompletionData: Get previous token: 0.010975999757647514 +Info 7268 [10:56:36.895] getCompletionsAtPosition: isCompletionListBlocker: 0.0025009997189044952 +Info 7269 [10:56:36.895] getCompletionData: Semantic work: 0.0907069998793304 +Info 7270 [10:56:36.895] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0663370001129806 +Info 7271 [10:56:37.107] Format host information updated +Info 7272 [10:56:37.108] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7273 [10:56:37.114] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 6.4670299999415874ms +Info 7274 [10:56:37.114] Different program with same set of files +Info 7275 [10:56:37.474] Format host information updated +Info 7276 [10:56:37.474] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7277 [10:56:37.480] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 5.491692999843508ms +Info 7278 [10:56:37.480] Different program with same set of files +Info 7279 [10:56:37.686] Format host information updated +Info 7280 [10:56:37.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7281 [10:56:37.692] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 5.943866000045091ms +Info 7282 [10:56:37.692] Different program with same set of files +Info 7283 [10:56:37.858] Format host information updated +Info 7284 [10:56:37.858] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7285 [10:56:37.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 7.599791000131518ms +Info 7286 [10:56:37.866] Different program with same set of files +Info 7287 [10:56:38.004] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7288 [10:56:38.012] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 7.083165000192821ms +Info 7289 [10:56:38.012] Different program with same set of files +Info 7290 [10:56:38.012] getCompletionData: Get current token: 0.007061999756842852 +Info 7291 [10:56:38.012] getCompletionData: Is inside comment: 0.025492999702692032 +Info 7292 [10:56:38.012] getCompletionData: Get previous token: 0.04213899979367852 +Info 7293 [10:56:38.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0030180001631379128 +Info 7294 [10:56:38.012] getCompletionData: Semantic work: 0.3301740000024438 +Info 7295 [10:56:38.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08530700020492077 +Info 7296 [10:56:38.013] Format host information updated +Info 7297 [10:56:38.149] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7298 [10:56:38.156] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 7.101671000011265ms +Info 7299 [10:56:38.156] Different program with same set of files +Info 7300 [10:56:38.156] getCompletionData: Get current token: 0.004114000126719475 +Info 7301 [10:56:38.156] getCompletionData: Is inside comment: 0.013406000100076199 +Info 7302 [10:56:38.157] getCompletionData: Get previous token: 0.020872999913990498 +Info 7303 [10:56:38.157] getCompletionsAtPosition: isCompletionListBlocker: 0.0020779999904334545 +Info 7304 [10:56:38.157] getCompletionData: Semantic work: 0.24660099996253848 +Info 7305 [10:56:38.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05722300009801984 +Info 7306 [10:56:38.159] Format host information updated +Info 7307 [10:56:38.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7308 [10:56:38.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 27.80764800030738ms +Info 7309 [10:56:38.250] Different program with same set of files +Info 7310 [10:56:38.250] getCompletionData: Get current token: 0.019971000030636787 +Info 7311 [10:56:38.250] getCompletionData: Is inside comment: 0.07850300008431077 +Info 7312 [10:56:38.251] getCompletionData: Get previous token: 0.06936699990183115 +Info 7313 [10:56:38.251] getCompletionsAtPosition: isCompletionListBlocker: 0.006205999758094549 +Info 7314 [10:56:38.251] getCompletionData: Semantic work: 0.5137519999407232 +Info 7315 [10:56:38.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17535499995574355 +Info 7316 [10:56:38.252] Format host information updated +Info 7317 [10:56:38.297] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7318 [10:56:38.319] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 22.234664000105113ms +Info 7319 [10:56:38.320] Different program with same set of files +Info 7320 [10:56:38.320] getCompletionData: Get current token: 0.01309099979698658 +Info 7321 [10:56:38.320] getCompletionData: Is inside comment: 0.04013499990105629 +Info 7322 [10:56:38.320] getCompletionData: Get previous token: 0.05926600005477667 +Info 7323 [10:56:38.320] getCompletionsAtPosition: isCompletionListBlocker: 0.005241999868303537 +Info 7324 [10:56:38.321] getCompletionData: Semantic work: 0.4499929999001324 +Info 7325 [10:56:38.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18453700002282858 +Info 7326 [10:56:38.325] Format host information updated +Info 7327 [10:56:38.764] Format host information updated +Info 7328 [10:56:38.765] Format host information updated +Info 7329 [10:56:38.765] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7330 [10:56:38.772] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 6.834745999891311ms +Info 7331 [10:56:38.772] Different program with same set of files +Info 7332 [10:56:38.772] getCompletionData: Get current token: 0.004532000049948692 +Info 7333 [10:56:38.772] getCompletionData: Is inside comment: 0.012775000184774399 +Info 7334 [10:56:38.772] getCompletionData: Get previous token: 0.010670000221580267 +Info 7335 [10:56:38.772] getCompletionsAtPosition: isCompletionListBlocker: 0.002305000089108944 +Info 7336 [10:56:38.773] getExportInfoMap: cache hit +Info 7337 [10:56:38.788] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 7338 [10:56:38.788] collectAutoImports: response is complete +Info 7339 [10:56:38.788] collectAutoImports: 15.706021999940276 +Info 7340 [10:56:38.788] getCompletionData: Semantic work: 16.40848199976608 +Info 7341 [10:56:38.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.509737000335008 +Info 7342 [10:56:38.795] getCompletionData: Get current token: 0.01183500001206994 +Info 7343 [10:56:38.795] getCompletionData: Is inside comment: 0.002508999779820442 +Info 7344 [10:56:38.795] getCompletionData: Get previous token: 0.02275600004941225 +Info 7345 [10:56:38.795] getCompletionsAtPosition: isCompletionListBlocker: 0.0023219999857246876 +Info 7346 [10:56:38.795] getCompletionData: Semantic work: 0.0682600000873208 +Info 7347 [10:56:38.796] getCompletionData: Get current token: 0.006829000078141689 +Info 7348 [10:56:38.796] getCompletionData: Is inside comment: 0.001947999931871891 +Info 7349 [10:56:38.796] getCompletionData: Get previous token: 0.02242900012061 +Info 7350 [10:56:38.796] getCompletionsAtPosition: isCompletionListBlocker: 0.0014379997737705708 +Info 7351 [10:56:38.796] getCompletionData: Semantic work: 0.0412690001539886 +Info 7352 [10:56:38.797] Format host information updated +Info 7353 [10:56:38.824] Format host information updated +Info 7354 [10:56:38.824] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7355 [10:56:38.831] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 6.656882000155747ms +Info 7356 [10:56:38.831] Different program with same set of files +Info 7357 [10:56:39.844] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7358 [10:56:39.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 8.146426999941468ms +Info 7359 [10:56:39.853] Different program with same set of files +Info 7360 [10:56:39.853] getCompletionData: Get current token: 0.0033499998971819878 +Info 7361 [10:56:39.853] getCompletionData: Is inside comment: 0.011251000221818686 +Info 7362 [10:56:39.853] getCompletionData: Get previous token: 0.017761999741196632 +Info 7363 [10:56:39.853] getCompletionsAtPosition: isCompletionListBlocker: 0.002198999747633934 +Info 7364 [10:56:39.853] getExportInfoMap: cache hit +Info 7365 [10:56:39.857] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 13 from cache +Info 7366 [10:56:39.857] collectAutoImports: response is complete +Info 7367 [10:56:39.857] collectAutoImports: 3.667020999826491 +Info 7368 [10:56:39.857] getCompletionData: Semantic work: 4.325999000109732 +Info 7369 [10:56:39.859] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3876510001718998 +Info 7370 [10:56:39.859] Format host information updated +Info 7371 [10:56:39.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7372 [10:56:39.968] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 7.429020000156015ms +Info 7373 [10:56:39.968] Different program with same set of files +Info 7374 [10:56:39.968] getCompletionData: Get current token: 0.005041000433266163 +Info 7375 [10:56:39.968] getCompletionData: Is inside comment: 0.015244999900460243 +Info 7376 [10:56:39.968] getCompletionData: Get previous token: 0.02574599999934435 +Info 7377 [10:56:39.968] getCompletionsAtPosition: isCompletionListBlocker: 0.002601000014692545 +Info 7378 [10:56:39.969] getExportInfoMap: cache hit +Info 7379 [10:56:39.976] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 10 from cache +Info 7380 [10:56:39.976] collectAutoImports: response is complete +Info 7381 [10:56:39.976] collectAutoImports: 6.863540000282228 +Info 7382 [10:56:39.976] getCompletionData: Semantic work: 7.62605300033465 +Info 7383 [10:56:39.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3667450002394617 +Info 7384 [10:56:39.979] Format host information updated +Info 7385 [10:56:40.031] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7386 [10:56:40.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 8.31553200026974ms +Info 7387 [10:56:40.040] Different program with same set of files +Info 7388 [10:56:40.040] getCompletionData: Get current token: 0.005109000019729137 +Info 7389 [10:56:40.040] getCompletionData: Is inside comment: 0.014804000034928322 +Info 7390 [10:56:40.040] getCompletionData: Get previous token: 0.02319200010970235 +Info 7391 [10:56:40.040] getCompletionsAtPosition: isCompletionListBlocker: 0.0029830001294612885 +Info 7392 [10:56:40.041] getExportInfoMap: cache hit +Info 7393 [10:56:40.043] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 4 from cache +Info 7394 [10:56:40.043] collectAutoImports: response is complete +Info 7395 [10:56:40.043] collectAutoImports: 2.6875350000336766 +Info 7396 [10:56:40.043] getCompletionData: Semantic work: 3.3761729998514056 +Info 7397 [10:56:40.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1137680001556873 +Info 7398 [10:56:40.047] Format host information updated +Info 7399 [10:56:40.095] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7400 [10:56:40.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 10.587110999971628ms +Info 7401 [10:56:40.106] Different program with same set of files +Info 7402 [10:56:40.106] getCompletionData: Get current token: 0.007652999833226204 +Info 7403 [10:56:40.106] getCompletionData: Is inside comment: 0.02520200004801154 +Info 7404 [10:56:40.106] getCompletionData: Get previous token: 0.04051700001582503 +Info 7405 [10:56:40.106] getCompletionsAtPosition: isCompletionListBlocker: 0.003627999685704708 +Info 7406 [10:56:40.107] getExportInfoMap: cache hit +Info 7407 [10:56:40.111] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 4 from cache +Info 7408 [10:56:40.111] collectAutoImports: response is complete +Info 7409 [10:56:40.111] collectAutoImports: 4.36129799997434 +Info 7410 [10:56:40.111] getCompletionData: Semantic work: 5.420996999833733 +Info 7411 [10:56:40.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9864570000208914 +Info 7412 [10:56:40.115] Format host information updated +Info 7413 [10:56:40.154] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7414 [10:56:40.162] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 8.131750999949872ms +Info 7415 [10:56:40.163] Different program with same set of files +Info 7416 [10:56:40.163] getCompletionData: Get current token: 0.006264000199735165 +Info 7417 [10:56:40.163] getCompletionData: Is inside comment: 0.01934499992057681 +Info 7418 [10:56:40.163] getCompletionData: Get previous token: 0.03580199973657727 +Info 7419 [10:56:40.163] getCompletionsAtPosition: isCompletionListBlocker: 0.002898000180721283 +Info 7420 [10:56:40.163] getExportInfoMap: cache hit +Info 7421 [10:56:40.166] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 7422 [10:56:40.166] collectAutoImports: response is complete +Info 7423 [10:56:40.166] collectAutoImports: 2.249547000043094 +Info 7424 [10:56:40.166] getCompletionData: Semantic work: 2.899158999789506 +Info 7425 [10:56:40.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1469700001180172 +Info 7426 [10:56:40.168] Format host information updated +Info 7427 [10:56:40.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7428 [10:56:40.231] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 9.248130999971181ms +Info 7429 [10:56:40.231] Different program with same set of files +Info 7430 [10:56:40.231] getCompletionData: Get current token: 0.006984000094234943 +Info 7431 [10:56:40.231] getCompletionData: Is inside comment: 0.022098999936133623 +Info 7432 [10:56:40.231] getCompletionData: Get previous token: 0.03519900003448129 +Info 7433 [10:56:40.231] getCompletionsAtPosition: isCompletionListBlocker: 0.00306499982252717 +Info 7434 [10:56:40.232] getExportInfoMap: cache hit +Info 7435 [10:56:40.236] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 7436 [10:56:40.236] collectAutoImports: response is complete +Info 7437 [10:56:40.236] collectAutoImports: 3.548463999759406 +Info 7438 [10:56:40.236] getCompletionData: Semantic work: 4.434054000303149 +Info 7439 [10:56:40.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7475130003876984 +Info 7440 [10:56:40.239] Format host information updated +Info 7441 [10:56:41.198] Format host information updated +Info 7442 [10:56:41.198] Format host information updated +Info 7443 [10:56:41.199] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7444 [10:56:41.205] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 6.714952999725938ms +Info 7445 [10:56:41.205] Different program with same set of files +Info 7446 [10:56:41.206] getCompletionData: Get current token: 0.003711000084877014 +Info 7447 [10:56:41.206] getCompletionData: Is inside comment: 0.011893999762833118 +Info 7448 [10:56:41.206] getCompletionData: Get previous token: 0.020482999738305807 +Info 7449 [10:56:41.206] getCompletionsAtPosition: isCompletionListBlocker: 0.0019149999134242535 +Info 7450 [10:56:41.206] getExportInfoMap: cache hit +Info 7451 [10:56:41.209] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7452 [10:56:41.209] collectAutoImports: response is complete +Info 7453 [10:56:41.209] collectAutoImports: 2.35591599997133 +Info 7454 [10:56:41.209] getCompletionData: Semantic work: 2.8957190001383424 +Info 7455 [10:56:41.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9676069999113679 +Info 7456 [10:56:41.210] getCompletionData: Get current token: 0.007404000032693148 +Info 7457 [10:56:41.210] getCompletionData: Is inside comment: 0.001800999976694584 +Info 7458 [10:56:41.210] getCompletionData: Get previous token: 0.02163900015875697 +Info 7459 [10:56:41.210] getCompletionsAtPosition: isCompletionListBlocker: 0.0012849997729063034 +Info 7460 [10:56:41.211] getCompletionData: Semantic work: 0.44554900005459785 +Info 7461 [10:56:41.211] getCompletionData: Get current token: 0.004964000079780817 +Info 7462 [10:56:41.211] getCompletionData: Is inside comment: 0.0016969996504485607 +Info 7463 [10:56:41.211] getCompletionData: Get previous token: 0.021071999799460173 +Info 7464 [10:56:41.211] getCompletionsAtPosition: isCompletionListBlocker: 0.0012340000830590725 +Info 7465 [10:56:41.212] getCompletionData: Semantic work: 0.34942399989813566 +Info 7466 [10:56:41.212] Format host information updated +Info 7467 [10:56:41.335] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7468 [10:56:41.342] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 6.552042999770492ms +Info 7469 [10:56:41.342] Different program with same set of files +Info 7470 [10:56:41.342] getCompletionData: Get current token: 0.004095999989658594 +Info 7471 [10:56:41.342] getCompletionData: Is inside comment: 0.013892000075429678 +Info 7472 [10:56:41.342] getCompletionData: Get previous token: 0.02144599985331297 +Info 7473 [10:56:41.342] getCompletionsAtPosition: isCompletionListBlocker: 0.0022070002742111683 +Info 7474 [10:56:41.343] getExportInfoMap: cache hit +Info 7475 [10:56:41.344] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7476 [10:56:41.344] collectAutoImports: response is complete +Info 7477 [10:56:41.345] collectAutoImports: 1.9159040004014969 +Info 7478 [10:56:41.345] getCompletionData: Semantic work: 2.4487299998290837 +Info 7479 [10:56:41.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5373489996418357 +Info 7480 [10:56:41.348] Format host information updated +Info 7481 [10:56:41.719] Format host information updated +Info 7482 [10:56:41.719] Format host information updated +Info 7483 [10:56:41.719] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7484 [10:56:41.726] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 7.114448000211269ms +Info 7485 [10:56:41.726] Different program with same set of files +Info 7486 [10:56:41.726] getCompletionData: Get current token: 0.011760000139474869 +Info 7487 [10:56:41.726] getCompletionData: Is inside comment: 0.003592999652028084 +Info 7488 [10:56:41.727] getCompletionData: Get previous token: 0.027751999907195568 +Info 7489 [10:56:41.727] getCompletionsAtPosition: isCompletionListBlocker: 0.0020790002308785915 +Info 7490 [10:56:41.727] getCompletionData: Semantic work: 0.5145379998721182 +Info 7491 [10:56:41.728] getCompletionData: Get current token: 0.009347999934107065 +Info 7492 [10:56:41.728] getCompletionData: Is inside comment: 0.0024770000018179417 +Info 7493 [10:56:41.728] getCompletionData: Get previous token: 0.02629300020635128 +Info 7494 [10:56:41.728] getCompletionsAtPosition: isCompletionListBlocker: 0.0015219999477267265 +Info 7495 [10:56:41.729] getCompletionData: Semantic work: 0.4434139998629689 +Info 7496 [10:56:41.729] Format host information updated +Info 7497 [10:56:42.283] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7498 [10:56:42.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 8.827570999972522ms +Info 7499 [10:56:42.292] Different program with same set of files +Info 7500 [10:56:42.292] getCompletionData: Get current token: 0.004125999752432108 +Info 7501 [10:56:42.292] getCompletionData: Is inside comment: 0.001383999828249216 +Info 7502 [10:56:42.292] getCompletionData: Get previous token: 0.0249439999461174 +Info 7503 [10:56:42.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0021830000914633274 +Info 7504 [10:56:42.292] getExportInfoMap: cache hit +Info 7505 [10:56:42.294] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7506 [10:56:42.294] collectAutoImports: response is complete +Info 7507 [10:56:42.294] collectAutoImports: 2.0031310003250837 +Info 7508 [10:56:42.294] getCompletionData: Semantic work: 2.588632999919355 +Info 7509 [10:56:42.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1202639997936785 +Info 7510 [10:56:42.296] Format host information updated +Info 7511 [10:56:42.561] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7512 [10:56:42.571] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 9.572211000137031ms +Info 7513 [10:56:42.571] Different program with same set of files +Info 7514 [10:56:42.571] getCompletionData: Get current token: 0.008616000413894653 +Info 7515 [10:56:42.571] getCompletionData: Is inside comment: 0.0026870002038776875 +Info 7516 [10:56:42.571] getCompletionData: Get previous token: 0.03555400017648935 +Info 7517 [10:56:42.571] getCompletionsAtPosition: isCompletionListBlocker: 0.0035689999349415302 +Info 7518 [10:56:42.572] getExportInfoMap: cache hit +Info 7519 [10:56:42.590] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 166 from cache +Info 7520 [10:56:42.590] collectAutoImports: response is complete +Info 7521 [10:56:42.590] collectAutoImports: 17.75126300007105 +Info 7522 [10:56:42.590] getCompletionData: Semantic work: 18.537253000307828 +Info 7523 [10:56:42.595] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.294128000270575 +Info 7524 [10:56:42.597] Format host information updated +Info 7525 [10:56:43.025] getCompletionData: Get current token: 0.003988000098615885 +Info 7526 [10:56:43.025] getCompletionData: Is inside comment: 0.013910000212490559 +Info 7527 [10:56:43.025] getCompletionData: Get previous token: 0.022305000107735395 +Info 7528 [10:56:43.026] getCompletionsAtPosition: isCompletionListBlocker: 0.003639000002294779 +Info 7529 [10:56:43.026] getExportInfoMap: cache hit +Info 7530 [10:56:43.028] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7531 [10:56:43.028] collectAutoImports: response is complete +Info 7532 [10:56:43.028] collectAutoImports: 1.9782810001634061 +Info 7533 [10:56:43.028] getCompletionData: Semantic work: 2.5782759999856353 +Info 7534 [10:56:43.029] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0752959996461868 +Info 7535 [10:56:43.329] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7536 [10:56:43.335] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 6.515252000186592ms +Info 7537 [10:56:43.335] Different program with same set of files +Info 7538 [10:56:43.335] getCompletionData: Get current token: 0.004102000035345554 +Info 7539 [10:56:43.335] getCompletionData: Is inside comment: 0.01285699987784028 +Info 7540 [10:56:43.335] getCompletionData: Get previous token: 0.010888000018894672 +Info 7541 [10:56:43.336] getCompletionsAtPosition: isCompletionListBlocker: 0.00659500015899539 +Info 7542 [10:56:43.336] getCompletionData: Semantic work: 0.2219509999267757 +Info 7543 [10:56:43.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0631290003657341 +Info 7544 [10:56:43.338] Format host information updated +Info 7545 [10:57:05.070] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/jsconfig.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/jsconfig.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Config file +Info 7546 [10:57:05.072] Search path: /home/orion/src/purescript-puppeteer/src +Info 7547 [10:57:05.072] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7548 [10:57:05.073] Search path: /home/orion/src/purescript-puppeteer/src +Info 7549 [10:57:05.073] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7550 [10:57:05.073] Search path: /home/orion/src/purescript-puppeteer/ffi +Info 7551 [10:57:05.073] For info: /home/orion/src/purescript-puppeteer/ffi/shared.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7552 [10:57:05.073] Elapsed:: 2.853184999898076ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/jsconfig.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/jsconfig.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Config file +Info 7553 [10:57:05.323] Reloading configured project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7554 [10:57:05.328] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 7555 [10:57:05.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7556 [10:57:05.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 296.78858300019056ms +Info 7557 [10:57:05.626] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7558 [10:57:05.626] Files (130) + +Info 7559 [10:57:05.626] ----------------------------------------------- +Info 7560 [10:57:07.574] Before ensureProjectForOpenFiles: +Info 7561 [10:57:07.574] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7561 [10:57:07.574] Files (130) + +Info 7561 [10:57:07.574] ----------------------------------------------- +Info 7561 [10:57:07.574] Project '/dev/null/inferredProject1*' (Inferred) +Info 7561 [10:57:07.574] Files (127) + +Info 7561 [10:57:07.574] ----------------------------------------------- +Info 7561 [10:57:07.574] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7561 [10:57:07.574] Files (179) + +Info 7561 [10:57:07.574] ----------------------------------------------- +Info 7561 [10:57:07.574] Open files: +Info 7561 [10:57:07.574] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7561 [10:57:07.574] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7561 [10:57:07.574] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7561 [10:57:07.574] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7561 [10:57:07.574] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7561 [10:57:07.574] Projects: /dev/null/inferredProject1*,/home/orion/src/purescript-puppeteer/jsconfig.json +Info 7561 [10:57:07.575] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7562 [10:57:07.593] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 745 structureChanged: true structureIsReused:: Not Elapsed: 17.896046000067145ms +Info 7563 [10:57:07.593] Project '/dev/null/inferredProject1*' (Inferred) +Info 7564 [10:57:07.593] Files (124) + +Info 7565 [10:57:07.593] ----------------------------------------------- +Info 7566 [10:57:07.593] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7567 [10:57:07.593] Files (179) + +Info 7568 [10:57:07.593] ----------------------------------------------- +Info 7569 [10:57:07.593] After ensureProjectForOpenFiles: +Info 7570 [10:57:07.593] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7570 [10:57:07.593] Files (130) + +Info 7570 [10:57:07.593] ----------------------------------------------- +Info 7570 [10:57:07.593] Project '/dev/null/inferredProject1*' (Inferred) +Info 7570 [10:57:07.593] Files (124) + +Info 7570 [10:57:07.593] ----------------------------------------------- +Info 7570 [10:57:07.593] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7570 [10:57:07.593] Files (179) + +Info 7570 [10:57:07.593] ----------------------------------------------- +Info 7570 [10:57:07.593] Open files: +Info 7570 [10:57:07.593] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7570 [10:57:07.593] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7570 [10:57:07.593] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7570 [10:57:07.593] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7570 [10:57:07.593] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7570 [10:57:07.593] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7570 [10:57:07.593] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/ffi/shared.js +Info 7571 [10:57:10.663] getCompletionData: Get current token: 0.006928000133484602 +Info 7572 [10:57:10.663] getCompletionData: Is inside comment: 0.0024930001236498356 +Info 7573 [10:57:10.663] getCompletionData: Get previous token: 0.061388999689370394 +Info 7574 [10:57:10.663] getCompletionsAtPosition: isCompletionListBlocker: 0.01407300028949976 +Info 7575 [10:57:10.670] AutoImportProviderProject: found 15 root files in 4 dependencies in 5.1159129999578 ms +Info 7576 [10:57:10.672] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 7577 [10:57:11.054] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 382.3073400002904ms +Info 7578 [10:57:11.054] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7579 [10:57:11.054] Files (266) + +Info 7580 [10:57:11.054] ----------------------------------------------- +Info 7581 [10:57:11.055] getExportInfoMap: cache miss or empty; calculating new results +Info 7582 [10:57:11.083] forEachExternalModuleToImportFrom autoImportProvider: 12.728560000192374 +Info 7583 [10:57:11.083] getExportInfoMap: done in 419.1803609998897 ms +Info 7584 [10:57:11.092] collectAutoImports: resolved 7 module specifiers, plus 16 ambient and 69 from cache +Info 7585 [10:57:11.092] collectAutoImports: response is complete +Info 7586 [10:57:11.092] collectAutoImports: 8.35552000021562 +Info 7587 [10:57:11.092] getCompletionData: Semantic work: 428.8972140001133 +Info 7588 [10:57:11.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9757679998874664 +Info 7589 [10:57:14.347] Format host information updated +Info 7590 [10:57:14.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7591 [10:57:14.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 8.92660199990496ms +Info 7592 [10:57:14.356] Different program with same set of files +Info 7593 [10:57:14.668] Format host information updated +Info 7594 [10:57:14.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7595 [10:57:14.678] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 9.372275000438094ms +Info 7596 [10:57:14.678] Different program with same set of files +Info 7597 [10:57:14.979] Format host information updated +Info 7598 [10:57:14.979] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7599 [10:57:14.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 12.020829999819398ms +Info 7600 [10:57:14.991] Different program with same set of files +Info 7601 [10:57:15.391] Format host information updated +Info 7602 [10:57:15.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7603 [10:57:15.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 9.570756999775767ms +Info 7604 [10:57:15.401] Different program with same set of files +Info 7605 [10:57:15.454] Format host information updated +Info 7606 [10:57:15.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7607 [10:57:15.463] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 8.740748000331223ms +Info 7608 [10:57:15.463] Different program with same set of files +Info 7609 [10:57:15.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7610 [10:57:15.601] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 7.380366000346839ms +Info 7611 [10:57:15.601] Different program with same set of files +Info 7612 [10:57:15.601] getCompletionData: Get current token: 0.0039470000192523 +Info 7613 [10:57:15.601] getCompletionData: Is inside comment: 0.014785000123083591 +Info 7614 [10:57:15.601] getCompletionData: Get previous token: 0.02024500025436282 +Info 7615 [10:57:15.601] getCompletionsAtPosition: isCompletionListBlocker: 0.0024629998952150345 +Info 7616 [10:57:15.602] getExportInfoMap: cache hit +Info 7617 [10:57:15.616] collectAutoImports: resolved 7 module specifiers, plus 17 ambient and 211 from cache +Info 7618 [10:57:15.616] collectAutoImports: response is complete +Info 7619 [10:57:15.616] collectAutoImports: 13.847347000148147 +Info 7620 [10:57:15.616] getCompletionData: Semantic work: 14.676045999862254 +Info 7621 [10:57:15.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5373260001651943 +Info 7622 [10:57:15.620] Format host information updated +Info 7623 [10:57:15.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7624 [10:57:15.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 29.131162999663502ms +Info 7625 [10:57:15.762] Different program with same set of files +Info 7626 [10:57:15.763] getCompletionData: Get current token: 0.012763000093400478 +Info 7627 [10:57:15.763] getCompletionData: Is inside comment: 0.0445159999653697 +Info 7628 [10:57:15.763] getCompletionData: Get previous token: 0.05995800020173192 +Info 7629 [10:57:15.763] getCompletionsAtPosition: isCompletionListBlocker: 0.005553999915719032 +Info 7630 [10:57:15.765] getExportInfoMap: cache hit +Info 7631 [10:57:15.777] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 164 from cache +Info 7632 [10:57:15.777] collectAutoImports: response is complete +Info 7633 [10:57:15.777] collectAutoImports: 12.108926000073552 +Info 7634 [10:57:15.777] getCompletionData: Semantic work: 13.843781000003219 +Info 7635 [10:57:15.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4545729998499155 +Info 7636 [10:57:15.785] Format host information updated +Info 7637 [10:57:15.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7638 [10:57:15.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 10.578118999954313ms +Info 7639 [10:57:15.862] Different program with same set of files +Info 7640 [10:57:15.862] getCompletionData: Get current token: 0.005884999874979258 +Info 7641 [10:57:15.862] getCompletionData: Is inside comment: 0.04440499981865287 +Info 7642 [10:57:15.862] getCompletionData: Get previous token: 0.029997000005096197 +Info 7643 [10:57:15.862] getCompletionsAtPosition: isCompletionListBlocker: 0.003341000061482191 +Info 7644 [10:57:15.863] getExportInfoMap: cache hit +Info 7645 [10:57:15.891] collectAutoImports: resolved 3 module specifiers, plus 219 ambient and 864 from cache +Info 7646 [10:57:15.891] collectAutoImports: response is complete +Info 7647 [10:57:15.891] collectAutoImports: 28.124834999907762 +Info 7648 [10:57:15.891] getCompletionData: Semantic work: 29.008278000168502 +Info 7649 [10:57:15.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.174770999699831 +Info 7650 [10:57:15.900] Format host information updated +Info 7651 [10:57:15.917] Format host information updated +Info 7652 [10:57:15.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7653 [10:57:15.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 6.759767999872565ms +Info 7654 [10:57:15.924] Different program with same set of files +Info 7655 [10:57:16.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7656 [10:57:16.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 9.922801000066102ms +Info 7657 [10:57:16.073] Different program with same set of files +Info 7658 [10:57:16.074] getCompletionData: Get current token: 0.004428999964147806 +Info 7659 [10:57:16.074] getCompletionData: Is inside comment: 0.015408999752253294 +Info 7660 [10:57:16.074] getCompletionData: Get previous token: 0.02273899968713522 +Info 7661 [10:57:16.074] getCompletionsAtPosition: isCompletionListBlocker: 0.002217000350356102 +Info 7662 [10:57:16.074] Returning an empty list because completion was requested in an invalid position. +Info 7663 [10:57:16.074] Format host information updated +Info 7664 [10:57:16.170] Format host information updated +Info 7665 [10:57:16.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7666 [10:57:16.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 7.314942999742925ms +Info 7667 [10:57:16.177] Different program with same set of files +Info 7668 [10:57:16.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7669 [10:57:16.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 9.686344999819994ms +Info 7670 [10:57:16.359] Different program with same set of files +Info 7671 [10:57:16.359] getCompletionData: Get current token: 0.003992000129073858 +Info 7672 [10:57:16.359] getCompletionData: Is inside comment: 0.015376999974250793 +Info 7673 [10:57:16.359] getCompletionData: Get previous token: 0.011655000038444996 +Info 7674 [10:57:16.359] getCompletionsAtPosition: isCompletionListBlocker: 0.008198000025004148 +Info 7675 [10:57:16.359] getExportInfoMap: cache hit +Info 7676 [10:57:16.373] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 7677 [10:57:16.373] collectAutoImports: response is complete +Info 7678 [10:57:16.373] collectAutoImports: 13.616211000364274 +Info 7679 [10:57:16.373] getCompletionData: Semantic work: 14.311782999895513 +Info 7680 [10:57:16.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.078497999813408 +Info 7681 [10:57:16.383] Format host information updated +Info 7682 [10:57:16.448] Format host information updated +Info 7683 [10:57:16.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7684 [10:57:16.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 7.350383999757469ms +Info 7685 [10:57:16.455] Different program with same set of files +Info 7686 [10:57:16.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7687 [10:57:16.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 7.350370000116527ms +Info 7688 [10:57:16.850] Different program with same set of files +Info 7689 [10:57:16.851] getCompletionData: Get current token: 0.0035729999653995037 +Info 7690 [10:57:16.851] getCompletionData: Is inside comment: 0.014230000320822 +Info 7691 [10:57:16.851] getCompletionData: Get previous token: 0.03865100024268031 +Info 7692 [10:57:16.851] getCompletionsAtPosition: isCompletionListBlocker: 0.007110999897122383 +Info 7693 [10:57:16.851] getExportInfoMap: cache hit +Info 7694 [10:57:16.855] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 7695 [10:57:16.855] collectAutoImports: response is complete +Info 7696 [10:57:16.855] collectAutoImports: 3.960001999977976 +Info 7697 [10:57:16.855] getCompletionData: Semantic work: 4.633247000165284 +Info 7698 [10:57:16.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.365805999841541 +Info 7699 [10:57:16.859] Format host information updated +Info 7700 [10:57:16.972] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7701 [10:57:16.979] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 7.281520999968052ms +Info 7702 [10:57:16.979] Different program with same set of files +Info 7703 [10:57:16.979] getCompletionData: Get current token: 0.004129999782890081 +Info 7704 [10:57:16.979] getCompletionData: Is inside comment: 0.013937999960035086 +Info 7705 [10:57:16.979] getCompletionData: Get previous token: 0.022721000015735626 +Info 7706 [10:57:16.979] getCompletionsAtPosition: isCompletionListBlocker: 0.007145999930799007 +Info 7707 [10:57:16.980] getExportInfoMap: cache hit +Info 7708 [10:57:16.983] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 55 from cache +Info 7709 [10:57:16.983] collectAutoImports: response is complete +Info 7710 [10:57:16.983] collectAutoImports: 3.212758000008762 +Info 7711 [10:57:16.983] getCompletionData: Semantic work: 3.8179500000551343 +Info 7712 [10:57:16.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2934900000691414 +Info 7713 [10:57:16.985] Format host information updated +Info 7714 [10:57:17.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7715 [10:57:17.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 10.33741099992767ms +Info 7716 [10:57:17.108] Different program with same set of files +Info 7717 [10:57:17.108] getCompletionData: Get current token: 0.00456599984318018 +Info 7718 [10:57:17.108] getCompletionData: Is inside comment: 0.014802000019699335 +Info 7719 [10:57:17.108] getCompletionData: Get previous token: 0.02377899968996644 +Info 7720 [10:57:17.108] getCompletionsAtPosition: isCompletionListBlocker: 0.008377999998629093 +Info 7721 [10:57:17.109] getExportInfoMap: cache hit +Info 7722 [10:57:17.112] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 7723 [10:57:17.112] collectAutoImports: response is complete +Info 7724 [10:57:17.112] collectAutoImports: 2.5259070000611246 +Info 7725 [10:57:17.112] getCompletionData: Semantic work: 3.229438000358641 +Info 7726 [10:57:17.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.294505000114441 +Info 7727 [10:57:17.114] Format host information updated +Info 7728 [10:57:17.199] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7729 [10:57:17.227] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 27.80233500013128ms +Info 7730 [10:57:17.227] Different program with same set of files +Info 7731 [10:57:17.227] getCompletionData: Get current token: 0.01270500011742115 +Info 7732 [10:57:17.227] getCompletionData: Is inside comment: 0.04227500036358833 +Info 7733 [10:57:17.227] getCompletionData: Get previous token: 0.06879499973729253 +Info 7734 [10:57:17.227] getCompletionsAtPosition: isCompletionListBlocker: 0.018508000299334526 +Info 7735 [10:57:17.229] getExportInfoMap: cache hit +Info 7736 [10:57:17.234] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7737 [10:57:17.234] collectAutoImports: response is complete +Info 7738 [10:57:17.234] collectAutoImports: 5.240173999685794 +Info 7739 [10:57:17.234] getCompletionData: Semantic work: 6.701348000206053 +Info 7740 [10:57:17.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3527890001423657 +Info 7741 [10:57:17.238] Format host information updated +Info 7742 [10:57:17.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7743 [10:57:17.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 7.753025999758393ms +Info 7744 [10:57:17.272] Different program with same set of files +Info 7745 [10:57:17.272] getCompletionData: Get current token: 0.0038619996048510075 +Info 7746 [10:57:17.272] getCompletionData: Is inside comment: 0.01349300006404519 +Info 7747 [10:57:17.272] getCompletionData: Get previous token: 0.02136299991980195 +Info 7748 [10:57:17.272] getCompletionsAtPosition: isCompletionListBlocker: 0.007754000369459391 +Info 7749 [10:57:17.272] getExportInfoMap: cache hit +Info 7750 [10:57:17.275] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7751 [10:57:17.275] collectAutoImports: response is complete +Info 7752 [10:57:17.275] collectAutoImports: 2.1784709999337792 +Info 7753 [10:57:17.275] getCompletionData: Semantic work: 2.7140220003202558 +Info 7754 [10:57:17.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1054500001482666 +Info 7755 [10:57:17.276] Format host information updated +Info 7756 [10:57:18.032] Format host information updated +Info 7757 [10:57:18.032] Format host information updated +Info 7758 [10:57:18.032] Format host information updated +Info 7759 [10:57:18.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7760 [10:57:18.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 7.3600560002960265ms +Info 7761 [10:57:18.040] Different program with same set of files +Info 7762 [10:57:18.040] getCompletionData: Get current token: 0.009862999897450209 +Info 7763 [10:57:18.040] getCompletionData: Is inside comment: 0.0027719996869564056 +Info 7764 [10:57:18.040] getCompletionData: Get previous token: 0.02211499959230423 +Info 7765 [10:57:18.040] getCompletionsAtPosition: isCompletionListBlocker: 0.006548000033944845 +Info 7766 [10:57:18.040] getCompletionData: Semantic work: 0.5249699996784329 +Info 7767 [10:57:18.044] getCompletionData: Get current token: 0.008812999818474054 +Info 7768 [10:57:18.044] getCompletionData: Is inside comment: 0.002991999965161085 +Info 7769 [10:57:18.044] getCompletionData: Get previous token: 0.02571299998089671 +Info 7770 [10:57:18.044] getCompletionsAtPosition: isCompletionListBlocker: 0.006246999837458134 +Info 7771 [10:57:18.044] getCompletionData: Semantic work: 0.38175699999555945 +Info 7772 [10:57:18.045] getCompletionData: Get current token: 0.006723000202327967 +Info 7773 [10:57:18.045] getCompletionData: Is inside comment: 0.0020349998958408833 +Info 7774 [10:57:18.045] getCompletionData: Get previous token: 0.022489999886602163 +Info 7775 [10:57:18.045] getCompletionsAtPosition: isCompletionListBlocker: 0.004648999776691198 +Info 7776 [10:57:18.046] getCompletionData: Semantic work: 0.4120879997499287 +Info 7777 [10:57:18.046] Format host information updated +Info 7778 [10:57:18.751] Format host information updated +Info 7779 [10:57:18.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7780 [10:57:18.759] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 7.135323999915272ms +Info 7781 [10:57:18.759] Different program with same set of files +Info 7782 [10:57:19.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7783 [10:57:19.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 9.354564000386745ms +Info 7784 [10:57:19.464] Different program with same set of files +Info 7785 [10:57:19.465] getCompletionData: Get current token: 0.003829999826848507 +Info 7786 [10:57:19.465] getCompletionData: Is inside comment: 0.010495999827980995 +Info 7787 [10:57:19.465] getCompletionData: Get previous token: 0.014440000057220459 +Info 7788 [10:57:19.465] getCompletionsAtPosition: isCompletionListBlocker: 0.008105999790132046 +Info 7789 [10:57:19.465] getExportInfoMap: cache hit +Info 7790 [10:57:19.470] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 164 from cache +Info 7791 [10:57:19.470] collectAutoImports: response is complete +Info 7792 [10:57:19.470] collectAutoImports: 4.801909999921918 +Info 7793 [10:57:19.470] getCompletionData: Semantic work: 5.370963000226766 +Info 7794 [10:57:19.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5088839996606112 +Info 7795 [10:57:19.472] Format host information updated +Info 7796 [10:57:19.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7797 [10:57:19.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 11.64455800037831ms +Info 7798 [10:57:19.530] Different program with same set of files +Info 7799 [10:57:19.531] getCompletionData: Get current token: 0.005290000233799219 +Info 7800 [10:57:19.531] getCompletionData: Is inside comment: 0.014889999758452177 +Info 7801 [10:57:19.531] getCompletionData: Get previous token: 0.0214949999935925 +Info 7802 [10:57:19.531] getCompletionsAtPosition: isCompletionListBlocker: 0.010216000024229288 +Info 7803 [10:57:19.531] getExportInfoMap: cache hit +Info 7804 [10:57:19.537] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 112 from cache +Info 7805 [10:57:19.537] collectAutoImports: response is complete +Info 7806 [10:57:19.537] collectAutoImports: 5.801519999746233 +Info 7807 [10:57:19.537] getCompletionData: Semantic work: 6.524895999580622 +Info 7808 [10:57:19.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7633559997193515 +Info 7809 [10:57:19.540] Format host information updated +Info 7810 [10:57:19.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7811 [10:57:19.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 14.591342999599874ms +Info 7812 [10:57:19.611] Different program with same set of files +Info 7813 [10:57:19.611] getCompletionData: Get current token: 0.008944999892264605 +Info 7814 [10:57:19.612] getCompletionData: Is inside comment: 0.026405999902635813 +Info 7815 [10:57:19.612] getCompletionData: Get previous token: 0.03781200014054775 +Info 7816 [10:57:19.612] getCompletionsAtPosition: isCompletionListBlocker: 0.014653999824076891 +Info 7817 [10:57:19.613] getExportInfoMap: cache hit +Info 7818 [10:57:19.620] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 7819 [10:57:19.620] collectAutoImports: response is complete +Info 7820 [10:57:19.620] collectAutoImports: 7.56608400028199 +Info 7821 [10:57:19.620] getCompletionData: Semantic work: 8.681407999712974 +Info 7822 [10:57:19.623] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1483209999278188 +Info 7823 [10:57:19.626] Format host information updated +Info 7824 [10:57:19.725] Format host information updated +Info 7825 [10:57:19.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7826 [10:57:19.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 27.506364000029862ms +Info 7827 [10:57:19.753] Different program with same set of files +Info 7828 [10:57:19.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7829 [10:57:19.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 7.0309209995903075ms +Info 7830 [10:57:19.908] Different program with same set of files +Info 7831 [10:57:19.909] getCompletionData: Get current token: 0.0038850000128149986 +Info 7832 [10:57:19.909] getCompletionData: Is inside comment: 0.01269900007173419 +Info 7833 [10:57:19.909] getCompletionData: Get previous token: 0.01791399996727705 +Info 7834 [10:57:19.909] getCompletionsAtPosition: isCompletionListBlocker: 0.0017749997787177563 +Info 7835 [10:57:19.909] Returning an empty list because completion was requested in an invalid position. +Info 7836 [10:57:19.911] Format host information updated +Info 7837 [10:57:20.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7838 [10:57:20.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 11.636537999846041ms +Info 7839 [10:57:20.012] Different program with same set of files +Info 7840 [10:57:20.012] getCompletionData: Get current token: 0.0032999999821186066 +Info 7841 [10:57:20.012] getCompletionData: Is inside comment: 0.010712000075727701 +Info 7842 [10:57:20.012] getCompletionData: Get previous token: 0.015050000045448542 +Info 7843 [10:57:20.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0013039996847510338 +Info 7844 [10:57:20.012] Returning an empty list because completion was requested in an invalid position. +Info 7845 [10:57:20.013] Format host information updated +Info 7846 [10:57:20.181] Format host information updated +Info 7847 [10:57:20.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7848 [10:57:20.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 8.132733999751508ms +Info 7849 [10:57:20.190] Different program with same set of files +Info 7850 [10:57:20.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7851 [10:57:20.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 27.16463500028476ms +Info 7852 [10:57:20.345] Different program with same set of files +Info 7853 [10:57:20.346] getCompletionData: Get current token: 0.016428000293672085 +Info 7854 [10:57:20.346] getCompletionData: Is inside comment: 0.05623099999502301 +Info 7855 [10:57:20.346] getCompletionData: Get previous token: 0.04269600007683039 +Info 7856 [10:57:20.346] getCompletionsAtPosition: isCompletionListBlocker: 0.024914999958127737 +Info 7857 [10:57:20.348] getExportInfoMap: cache hit +Info 7858 [10:57:20.374] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 7859 [10:57:20.374] collectAutoImports: response is complete +Info 7860 [10:57:20.374] collectAutoImports: 25.05688599962741 +Info 7861 [10:57:20.374] getCompletionData: Semantic work: 27.087579000275582 +Info 7862 [10:57:20.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.235119000077248 +Info 7863 [10:57:20.381] Format host information updated +Info 7864 [10:57:20.392] Format host information updated +Info 7865 [10:57:20.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7866 [10:57:20.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 7.762195999734104ms +Info 7867 [10:57:20.400] Different program with same set of files +Info 7868 [10:57:20.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7869 [10:57:20.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 6.8299380000680685ms +Info 7870 [10:57:20.698] Different program with same set of files +Info 7871 [10:57:20.698] getCompletionData: Get current token: 0.0034549999982118607 +Info 7872 [10:57:20.698] getCompletionData: Is inside comment: 0.01195599976927042 +Info 7873 [10:57:20.698] getCompletionData: Get previous token: 0.008698000106960535 +Info 7874 [10:57:20.698] getCompletionsAtPosition: isCompletionListBlocker: 0.007067999802529812 +Info 7875 [10:57:20.698] getExportInfoMap: cache hit +Info 7876 [10:57:20.709] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 7877 [10:57:20.709] collectAutoImports: response is complete +Info 7878 [10:57:20.709] collectAutoImports: 10.583378000184894 +Info 7879 [10:57:20.709] getCompletionData: Semantic work: 11.086438000202179 +Info 7880 [10:57:20.714] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.280274000018835 +Info 7881 [10:57:20.717] Format host information updated +Info 7882 [10:57:20.819] Format host information updated +Info 7883 [10:57:20.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7884 [10:57:20.826] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 7.248842999804765ms +Info 7885 [10:57:20.826] Different program with same set of files +Info 7886 [10:57:20.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7887 [10:57:20.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 7.068179999943823ms +Info 7888 [10:57:20.942] Different program with same set of files +Info 7889 [10:57:20.942] getCompletionData: Get current token: 0.0036189998500049114 +Info 7890 [10:57:20.942] getCompletionData: Is inside comment: 0.012484000064432621 +Info 7891 [10:57:20.942] getCompletionData: Get previous token: 0.017501000314950943 +Info 7892 [10:57:20.942] getCompletionsAtPosition: isCompletionListBlocker: 0.0014850003644824028 +Info 7893 [10:57:20.942] Returning an empty list because completion was requested in an invalid position. +Info 7894 [10:57:20.944] Format host information updated +Info 7895 [10:57:21.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7896 [10:57:21.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 7.0326720001176ms +Info 7897 [10:57:21.041] Different program with same set of files +Info 7898 [10:57:21.041] getCompletionData: Get current token: 0.0038759997114539146 +Info 7899 [10:57:21.041] getCompletionData: Is inside comment: 0.012626000214368105 +Info 7900 [10:57:21.041] getCompletionData: Get previous token: 0.01812800019979477 +Info 7901 [10:57:21.041] getCompletionsAtPosition: isCompletionListBlocker: 0.0015189996920526028 +Info 7902 [10:57:21.041] Returning an empty list because completion was requested in an invalid position. +Info 7903 [10:57:21.041] Format host information updated +Info 7904 [10:57:21.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7905 [10:57:21.415] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 9.07347200019285ms +Info 7906 [10:57:21.415] Different program with same set of files +Info 7907 [10:57:21.416] getCompletionData: Get current token: 0.0034699998795986176 +Info 7908 [10:57:21.416] getCompletionData: Is inside comment: 0.01029799971729517 +Info 7909 [10:57:21.416] getCompletionData: Get previous token: 0.014682000037282705 +Info 7910 [10:57:21.416] getCompletionsAtPosition: isCompletionListBlocker: 0.0017719999887049198 +Info 7911 [10:57:21.416] Returning an empty list because completion was requested in an invalid position. +Info 7912 [10:57:21.416] Format host information updated +Info 7913 [10:57:21.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7914 [10:57:21.517] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 7.363264999818057ms +Info 7915 [10:57:21.517] Different program with same set of files +Info 7916 [10:57:21.517] getCompletionData: Get current token: 0.004395000170916319 +Info 7917 [10:57:21.517] getCompletionData: Is inside comment: 0.014172000344842672 +Info 7918 [10:57:21.517] getCompletionData: Get previous token: 0.020012000110000372 +Info 7919 [10:57:21.517] getCompletionsAtPosition: isCompletionListBlocker: 0.0017909999005496502 +Info 7920 [10:57:21.517] Returning an empty list because completion was requested in an invalid position. +Info 7921 [10:57:21.517] Format host information updated +Info 7922 [10:57:21.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7923 [10:57:21.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 9.289357000030577ms +Info 7924 [10:57:21.685] Different program with same set of files +Info 7925 [10:57:21.685] getCompletionData: Get current token: 0.0036780000664293766 +Info 7926 [10:57:21.685] getCompletionData: Is inside comment: 0.010721999686211348 +Info 7927 [10:57:21.686] getCompletionData: Get previous token: 0.015064999926835299 +Info 7928 [10:57:21.686] getCompletionsAtPosition: isCompletionListBlocker: 0.0016719996929168701 +Info 7929 [10:57:21.686] Returning an empty list because completion was requested in an invalid position. +Info 7930 [10:57:21.686] Format host information updated +Info 7931 [10:57:21.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7932 [10:57:21.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 26.044236000161618ms +Info 7933 [10:57:21.828] Different program with same set of files +Info 7934 [10:57:21.828] getCompletionData: Get current token: 0.011500999797135592 +Info 7935 [10:57:21.828] getCompletionData: Is inside comment: 0.03919999999925494 +Info 7936 [10:57:21.828] getCompletionData: Get previous token: 0.05497199995443225 +Info 7937 [10:57:21.828] getCompletionsAtPosition: isCompletionListBlocker: 0.003911999985575676 +Info 7938 [10:57:21.828] Returning an empty list because completion was requested in an invalid position. +Info 7939 [10:57:21.829] Format host information updated +Info 7940 [10:57:21.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7941 [10:57:21.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 12.287986000068486ms +Info 7942 [10:57:21.877] Different program with same set of files +Info 7943 [10:57:21.877] getCompletionData: Get current token: 0.004822999704629183 +Info 7944 [10:57:21.877] getCompletionData: Is inside comment: 0.015784000046551228 +Info 7945 [10:57:21.877] getCompletionData: Get previous token: 0.021613999735563993 +Info 7946 [10:57:21.877] getCompletionsAtPosition: isCompletionListBlocker: 0.002198999747633934 +Info 7947 [10:57:21.877] Returning an empty list because completion was requested in an invalid position. +Info 7948 [10:57:21.877] Format host information updated +Info 7949 [10:57:22.026] Format host information updated +Info 7950 [10:57:22.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7951 [10:57:22.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 26.5183749999851ms +Info 7952 [10:57:22.053] Different program with same set of files +Info 7953 [10:57:22.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7954 [10:57:22.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 11.92008400009945ms +Info 7955 [10:57:22.100] Different program with same set of files +Info 7956 [10:57:22.100] getCompletionData: Get current token: 0.005060000345110893 +Info 7957 [10:57:22.100] getCompletionData: Is inside comment: 0.01700600003823638 +Info 7958 [10:57:22.100] getCompletionData: Get previous token: 0.012405999936163425 +Info 7959 [10:57:22.100] getCompletionsAtPosition: isCompletionListBlocker: 0.009961999952793121 +Info 7960 [10:57:22.101] getExportInfoMap: cache hit +Info 7961 [10:57:22.114] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 7962 [10:57:22.114] collectAutoImports: response is complete +Info 7963 [10:57:22.114] collectAutoImports: 12.956242999993265 +Info 7964 [10:57:22.114] getCompletionData: Semantic work: 13.649430999998003 +Info 7965 [10:57:22.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.779554999899119 +Info 7966 [10:57:22.123] Format host information updated +Info 7967 [10:57:22.175] Format host information updated +Info 7968 [10:57:22.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7969 [10:57:22.183] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 7.719008999876678ms +Info 7970 [10:57:22.183] Different program with same set of files +Info 7971 [10:57:22.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7972 [10:57:22.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 7.207363999914378ms +Info 7973 [10:57:22.521] Different program with same set of files +Info 7974 [10:57:22.521] getCompletionData: Get current token: 0.0033379998058080673 +Info 7975 [10:57:22.522] getCompletionData: Is inside comment: 0.0324199995957315 +Info 7976 [10:57:22.522] getCompletionData: Get previous token: 0.07443299982696772 +Info 7977 [10:57:22.522] getCompletionsAtPosition: isCompletionListBlocker: 0.009014999959617853 +Info 7978 [10:57:22.523] getExportInfoMap: cache hit +Info 7979 [10:57:22.528] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 7980 [10:57:22.528] collectAutoImports: response is complete +Info 7981 [10:57:22.528] collectAutoImports: 5.823373999912292 +Info 7982 [10:57:22.529] getCompletionData: Semantic work: 6.838173999916762 +Info 7983 [10:57:22.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4089339999482036 +Info 7984 [10:57:22.531] Format host information updated +Info 7985 [10:57:22.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7986 [10:57:22.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 8.043642000295222ms +Info 7987 [10:57:22.591] Different program with same set of files +Info 7988 [10:57:22.591] getCompletionData: Get current token: 0.004610999953001738 +Info 7989 [10:57:22.591] getCompletionData: Is inside comment: 0.014808000065386295 +Info 7990 [10:57:22.591] getCompletionData: Get previous token: 0.021484999917447567 +Info 7991 [10:57:22.591] getCompletionsAtPosition: isCompletionListBlocker: 0.008267000317573547 +Info 7992 [10:57:22.592] getExportInfoMap: cache hit +Info 7993 [10:57:22.595] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 9 from cache +Info 7994 [10:57:22.595] collectAutoImports: response is complete +Info 7995 [10:57:22.595] collectAutoImports: 3.424358000047505 +Info 7996 [10:57:22.595] getCompletionData: Semantic work: 4.038336000405252 +Info 7997 [10:57:22.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3189829997718334 +Info 7998 [10:57:22.597] Format host information updated +Info 7999 [10:57:23.237] Format host information updated +Info 8000 [10:57:23.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8001 [10:57:23.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 6.694172999821603ms +Info 8002 [10:57:23.244] Different program with same set of files +Info 8003 [10:57:27.846] Format host information updated +Info 8004 [10:57:27.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8005 [10:57:27.856] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 9.359104999806732ms +Info 8006 [10:57:27.856] Different program with same set of files +Info 8007 [10:57:30.572] Format host information updated +Info 8008 [10:57:30.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8009 [10:57:30.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 26.61803299980238ms +Info 8010 [10:57:30.599] Different program with same set of files +Info 8011 [10:57:30.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8012 [10:57:30.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 9.245331999845803ms +Info 8013 [10:57:30.798] Different program with same set of files +Info 8014 [10:57:30.799] getCompletionData: Get current token: 0.00445199990645051 +Info 8015 [10:57:30.799] getCompletionData: Is inside comment: 0.014310999773442745 +Info 8016 [10:57:30.799] getCompletionData: Get previous token: 0.026597999967634678 +Info 8017 [10:57:30.799] getCompletionsAtPosition: isCompletionListBlocker: 0.010197000112384558 +Info 8018 [10:57:30.799] getExportInfoMap: cache hit +Info 8019 [10:57:30.806] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 218 from cache +Info 8020 [10:57:30.806] collectAutoImports: response is complete +Info 8021 [10:57:30.806] collectAutoImports: 6.59819500008598 +Info 8022 [10:57:30.806] getCompletionData: Semantic work: 7.3190770000219345 +Info 8023 [10:57:30.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7658600001595914 +Info 8024 [10:57:30.809] Format host information updated +Info 8025 [10:57:31.180] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8026 [10:57:31.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 7.469965000171214ms +Info 8027 [10:57:31.188] Different program with same set of files +Info 8028 [10:57:31.188] getCompletionData: Get current token: 0.003818000201135874 +Info 8029 [10:57:31.188] getCompletionData: Is inside comment: 0.012788999825716019 +Info 8030 [10:57:31.188] getCompletionData: Get previous token: 0.023005999624729156 +Info 8031 [10:57:31.188] getCompletionsAtPosition: isCompletionListBlocker: 0.008704999927431345 +Info 8032 [10:57:31.189] getExportInfoMap: cache hit +Info 8033 [10:57:31.194] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 164 from cache +Info 8034 [10:57:31.194] collectAutoImports: response is complete +Info 8035 [10:57:31.194] collectAutoImports: 4.98064099997282 +Info 8036 [10:57:31.194] getCompletionData: Semantic work: 5.5995390000753105 +Info 8037 [10:57:31.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5376539998687804 +Info 8038 [10:57:31.196] Format host information updated +Info 8039 [10:57:31.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8040 [10:57:31.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 14.451683000195771ms +Info 8041 [10:57:31.258] Different program with same set of files +Info 8042 [10:57:31.259] getCompletionData: Get current token: 0.0067529999651014805 +Info 8043 [10:57:31.259] getCompletionData: Is inside comment: 0.02075700042769313 +Info 8044 [10:57:31.259] getCompletionData: Get previous token: 0.03437099978327751 +Info 8045 [10:57:31.259] getCompletionsAtPosition: isCompletionListBlocker: 0.014456999953836203 +Info 8046 [10:57:31.260] getExportInfoMap: cache hit +Info 8047 [10:57:31.265] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 112 from cache +Info 8048 [10:57:31.265] collectAutoImports: response is complete +Info 8049 [10:57:31.265] collectAutoImports: 5.59504699986428 +Info 8050 [10:57:31.265] getCompletionData: Semantic work: 6.550403000321239 +Info 8051 [10:57:31.267] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2342599998228252 +Info 8052 [10:57:31.268] Format host information updated +Info 8053 [10:57:31.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8054 [10:57:31.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 14.423591000027955ms +Info 8055 [10:57:31.333] Different program with same set of files +Info 8056 [10:57:31.334] getCompletionData: Get current token: 0.0038350000977516174 +Info 8057 [10:57:31.334] getCompletionData: Is inside comment: 0.011567999608814716 +Info 8058 [10:57:31.334] getCompletionData: Get previous token: 0.020566000137478113 +Info 8059 [10:57:31.334] getCompletionsAtPosition: isCompletionListBlocker: 0.008210000116378069 +Info 8060 [10:57:31.335] getExportInfoMap: cache hit +Info 8061 [10:57:31.352] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8062 [10:57:31.352] collectAutoImports: response is complete +Info 8063 [10:57:31.352] collectAutoImports: 17.026203999761492 +Info 8064 [10:57:31.352] getCompletionData: Semantic work: 17.85342499986291 +Info 8065 [10:57:31.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.10056299995631 +Info 8066 [10:57:31.364] Format host information updated +Info 8067 [10:57:31.414] Format host information updated +Info 8068 [10:57:31.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8069 [10:57:31.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 7.021944000385702ms +Info 8070 [10:57:31.421] Different program with same set of files +Info 8071 [10:57:31.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8072 [10:57:31.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 7.070026000030339ms +Info 8073 [10:57:31.796] Different program with same set of files +Info 8074 [10:57:31.796] getCompletionData: Get current token: 0.002982999663800001 +Info 8075 [10:57:31.796] getCompletionData: Is inside comment: 0.011340000201016665 +Info 8076 [10:57:31.796] getCompletionData: Get previous token: 0.016023000236600637 +Info 8077 [10:57:31.796] getCompletionsAtPosition: isCompletionListBlocker: 0.0014629997313022614 +Info 8078 [10:57:31.796] Returning an empty list because completion was requested in an invalid position. +Info 8079 [10:57:31.797] Format host information updated +Info 8080 [10:57:31.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8081 [10:57:31.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 9.344787000212818ms +Info 8082 [10:57:31.890] Different program with same set of files +Info 8083 [10:57:31.890] getCompletionData: Get current token: 0.0035700001753866673 +Info 8084 [10:57:31.890] getCompletionData: Is inside comment: 0.011101999785751104 +Info 8085 [10:57:31.890] getCompletionData: Get previous token: 0.015521999914199114 +Info 8086 [10:57:31.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0017090002074837685 +Info 8087 [10:57:31.890] Returning an empty list because completion was requested in an invalid position. +Info 8088 [10:57:31.891] Format host information updated +Info 8089 [10:57:32.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8090 [10:57:32.027] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 10.53869800036773ms +Info 8091 [10:57:32.027] Different program with same set of files +Info 8092 [10:57:32.028] getCompletionData: Get current token: 0.004899000283330679 +Info 8093 [10:57:32.028] getCompletionData: Is inside comment: 0.020198000129312277 +Info 8094 [10:57:32.028] getCompletionData: Get previous token: 0.025698999874293804 +Info 8095 [10:57:32.028] getCompletionsAtPosition: isCompletionListBlocker: 0.0018799998797476292 +Info 8096 [10:57:32.028] Returning an empty list because completion was requested in an invalid position. +Info 8097 [10:57:32.030] Format host information updated +Info 8098 [10:57:32.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8099 [10:57:32.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 7.6941720000468194ms +Info 8100 [10:57:32.149] Different program with same set of files +Info 8101 [10:57:32.149] getCompletionData: Get current token: 0.00459699984639883 +Info 8102 [10:57:32.149] getCompletionData: Is inside comment: 0.01624900009483099 +Info 8103 [10:57:32.149] getCompletionData: Get previous token: 0.022991999983787537 +Info 8104 [10:57:32.149] getCompletionsAtPosition: isCompletionListBlocker: 0.001821999903768301 +Info 8105 [10:57:32.149] Returning an empty list because completion was requested in an invalid position. +Info 8106 [10:57:32.149] Format host information updated +Info 8107 [10:57:32.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8108 [10:57:32.239] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 7.12787300022319ms +Info 8109 [10:57:32.239] Different program with same set of files +Info 8110 [10:57:32.239] getCompletionData: Get current token: 0.003959000110626221 +Info 8111 [10:57:32.239] getCompletionData: Is inside comment: 0.014034000225365162 +Info 8112 [10:57:32.239] getCompletionData: Get previous token: 0.021271000150591135 +Info 8113 [10:57:32.239] getCompletionsAtPosition: isCompletionListBlocker: 0.002066999673843384 +Info 8114 [10:57:32.239] Returning an empty list because completion was requested in an invalid position. +Info 8115 [10:57:32.241] Format host information updated +Info 8116 [10:57:32.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8117 [10:57:32.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 6.933206000365317ms +Info 8118 [10:57:32.713] Different program with same set of files +Info 8119 [10:57:32.713] getCompletionData: Get current token: 0.00292599992826581 +Info 8120 [10:57:32.713] getCompletionData: Is inside comment: 0.010896999854594469 +Info 8121 [10:57:32.713] getCompletionData: Get previous token: 0.015223000198602676 +Info 8122 [10:57:32.713] getCompletionsAtPosition: isCompletionListBlocker: 0.0012980001047253609 +Info 8123 [10:57:32.713] Returning an empty list because completion was requested in an invalid position. +Info 8124 [10:57:32.713] Format host information updated +Info 8125 [10:57:32.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8126 [10:57:32.868] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 9.118040999863297ms +Info 8127 [10:57:32.868] Different program with same set of files +Info 8128 [10:57:32.868] getCompletionData: Get current token: 0.003858999814838171 +Info 8129 [10:57:32.868] getCompletionData: Is inside comment: 0.012442999985069036 +Info 8130 [10:57:32.868] getCompletionData: Get previous token: 0.01865800004452467 +Info 8131 [10:57:32.868] getCompletionsAtPosition: isCompletionListBlocker: 0.0020039998926222324 +Info 8132 [10:57:32.868] Returning an empty list because completion was requested in an invalid position. +Info 8133 [10:57:32.868] Format host information updated +Info 8134 [10:57:32.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8135 [10:57:33.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 7.435862000100315ms +Info 8136 [10:57:33.002] Different program with same set of files +Info 8137 [10:57:33.002] getCompletionData: Get current token: 0.00392800010740757 +Info 8138 [10:57:33.002] getCompletionData: Is inside comment: 0.013663000427186489 +Info 8139 [10:57:33.002] getCompletionData: Get previous token: 0.019381999969482422 +Info 8140 [10:57:33.002] getCompletionsAtPosition: isCompletionListBlocker: 0.0020840000361204147 +Info 8141 [10:57:33.002] Returning an empty list because completion was requested in an invalid position. +Info 8142 [10:57:33.002] Format host information updated +Info 8143 [10:57:33.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8144 [10:57:33.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 33.35624000011012ms +Info 8145 [10:57:33.105] Different program with same set of files +Info 8146 [10:57:33.105] getCompletionData: Get current token: 0.010513000190258026 +Info 8147 [10:57:33.105] getCompletionData: Is inside comment: 0.03741799993440509 +Info 8148 [10:57:33.105] getCompletionData: Get previous token: 0.05249899998307228 +Info 8149 [10:57:33.105] getCompletionsAtPosition: isCompletionListBlocker: 0.004579999949783087 +Info 8150 [10:57:33.105] Returning an empty list because completion was requested in an invalid position. +Info 8151 [10:57:33.106] Format host information updated +Info 8152 [10:57:33.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8153 [10:57:33.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 7.420010999776423ms +Info 8154 [10:57:33.251] Different program with same set of files +Info 8155 [10:57:33.251] getCompletionData: Get current token: 0.003205999732017517 +Info 8156 [10:57:33.251] getCompletionData: Is inside comment: 0.011247999966144562 +Info 8157 [10:57:33.251] getCompletionData: Get previous token: 0.015831999946385622 +Info 8158 [10:57:33.251] getCompletionsAtPosition: isCompletionListBlocker: 0.0017659999430179596 +Info 8159 [10:57:33.251] Returning an empty list because completion was requested in an invalid position. +Info 8160 [10:57:33.252] Format host information updated +Info 8161 [10:57:33.341] Format host information updated +Info 8162 [10:57:33.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8163 [10:57:33.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 29.351040000095963ms +Info 8164 [10:57:33.371] Different program with same set of files +Info 8165 [10:57:33.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8166 [10:57:33.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 8.992592999711633ms +Info 8167 [10:57:33.411] Different program with same set of files +Info 8168 [10:57:33.411] getCompletionData: Get current token: 0.004780999850481749 +Info 8169 [10:57:33.411] getCompletionData: Is inside comment: 0.01688099978491664 +Info 8170 [10:57:33.411] getCompletionData: Get previous token: 0.012802000157535076 +Info 8171 [10:57:33.411] getCompletionsAtPosition: isCompletionListBlocker: 0.008863999973982573 +Info 8172 [10:57:33.412] getExportInfoMap: cache hit +Info 8173 [10:57:33.428] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8174 [10:57:33.428] collectAutoImports: response is complete +Info 8175 [10:57:33.428] collectAutoImports: 16.47999299969524 +Info 8176 [10:57:33.428] getCompletionData: Semantic work: 17.176319000311196 +Info 8177 [10:57:33.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.460343000013381 +Info 8178 [10:57:33.436] Format host information updated +Info 8179 [10:57:33.527] Format host information updated +Info 8180 [10:57:33.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8181 [10:57:33.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 7.514917000196874ms +Info 8182 [10:57:33.535] Different program with same set of files +Info 8183 [10:57:33.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8184 [10:57:33.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 7.457032999955118ms +Info 8185 [10:57:33.788] Different program with same set of files +Info 8186 [10:57:33.789] getCompletionData: Get current token: 0.003097000066190958 +Info 8187 [10:57:33.789] getCompletionData: Is inside comment: 0.011483000125735998 +Info 8188 [10:57:33.789] getCompletionData: Get previous token: 0.008551999926567078 +Info 8189 [10:57:33.789] getCompletionsAtPosition: isCompletionListBlocker: 0.0068419999442994595 +Info 8190 [10:57:33.789] getExportInfoMap: cache hit +Info 8191 [10:57:33.801] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8192 [10:57:33.801] collectAutoImports: response is complete +Info 8193 [10:57:33.801] collectAutoImports: 12.052682999987155 +Info 8194 [10:57:33.801] getCompletionData: Semantic work: 12.581191000062972 +Info 8195 [10:57:33.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7036879998631775 +Info 8196 [10:57:33.808] Format host information updated +Info 8197 [10:57:35.366] Format host information updated +Info 8198 [10:57:35.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8199 [10:57:35.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 7.350666000042111ms +Info 8200 [10:57:35.373] Different program with same set of files +Info 8201 [10:57:36.425] getCompletionData: Get current token: 0.004563000053167343 +Info 8202 [10:57:36.425] getCompletionData: Is inside comment: 0.012513000052422285 +Info 8203 [10:57:36.425] getCompletionData: Get previous token: 0.010245000012218952 +Info 8204 [10:57:36.425] getCompletionsAtPosition: isCompletionListBlocker: 0.007813000120222569 +Info 8205 [10:57:36.426] getExportInfoMap: cache hit +Info 8206 [10:57:36.437] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8207 [10:57:36.437] collectAutoImports: response is complete +Info 8208 [10:57:36.437] collectAutoImports: 10.982758000027388 +Info 8209 [10:57:36.437] getCompletionData: Semantic work: 11.683546000160277 +Info 8210 [10:57:36.441] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7942210002802312 +Info 8211 [10:57:37.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8212 [10:57:37.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 8.852822999935597ms +Info 8213 [10:57:37.281] Different program with same set of files +Info 8214 [10:57:37.281] getCompletionData: Get current token: 0.004034999758005142 +Info 8215 [10:57:37.281] getCompletionData: Is inside comment: 0.0013150000013411045 +Info 8216 [10:57:37.281] getCompletionData: Get previous token: 0.020588000304996967 +Info 8217 [10:57:37.281] getCompletionsAtPosition: isCompletionListBlocker: 0.007343000266700983 +Info 8218 [10:57:37.282] getExportInfoMap: cache hit +Info 8219 [10:57:37.285] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 91 from cache +Info 8220 [10:57:37.285] collectAutoImports: response is complete +Info 8221 [10:57:37.285] collectAutoImports: 2.9076869999989867 +Info 8222 [10:57:37.285] getCompletionData: Semantic work: 3.4802560000680387 +Info 8223 [10:57:37.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2733479999005795 +Info 8224 [10:57:37.290] Format host information updated +Info 8225 [10:57:37.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8226 [10:57:37.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 8.461953999940306ms +Info 8227 [10:57:37.391] Different program with same set of files +Info 8228 [10:57:37.391] getCompletionData: Get current token: 0.003914000000804663 +Info 8229 [10:57:37.391] getCompletionData: Is inside comment: 0.0012260000221431255 +Info 8230 [10:57:37.391] getCompletionData: Get previous token: 0.026087000034749508 +Info 8231 [10:57:37.391] getCompletionsAtPosition: isCompletionListBlocker: 0.003368999809026718 +Info 8232 [10:57:37.392] getExportInfoMap: cache hit +Info 8233 [10:57:37.395] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 10 from cache +Info 8234 [10:57:37.395] collectAutoImports: response is complete +Info 8235 [10:57:37.395] collectAutoImports: 2.9879479999653995 +Info 8236 [10:57:37.395] getCompletionData: Semantic work: 3.787603000178933 +Info 8237 [10:57:37.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2744660000316799 +Info 8238 [10:57:37.399] Format host information updated +Info 8239 [10:57:37.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8240 [10:57:37.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 23.11779800010845ms +Info 8241 [10:57:37.544] Different program with same set of files +Info 8242 [10:57:37.544] getCompletionData: Get current token: 0.009312000125646591 +Info 8243 [10:57:37.544] getCompletionData: Is inside comment: 0.002669000066816807 +Info 8244 [10:57:37.544] getCompletionData: Get previous token: 0.058296000119298697 +Info 8245 [10:57:37.544] getCompletionsAtPosition: isCompletionListBlocker: 0.005331999622285366 +Info 8246 [10:57:37.545] getExportInfoMap: cache hit +Info 8247 [10:57:37.550] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 8248 [10:57:37.550] collectAutoImports: response is complete +Info 8249 [10:57:37.550] collectAutoImports: 4.200387999881059 +Info 8250 [10:57:37.550] getCompletionData: Semantic work: 5.528298999648541 +Info 8251 [10:57:37.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7187719997018576 +Info 8252 [10:57:37.558] Format host information updated +Info 8253 [10:57:37.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8254 [10:57:37.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 13.5141760003753ms +Info 8255 [10:57:37.643] Different program with same set of files +Info 8256 [10:57:37.643] getCompletionData: Get current token: 0.009198000188916922 +Info 8257 [10:57:37.643] getCompletionData: Is inside comment: 0.00254799984395504 +Info 8258 [10:57:37.643] getCompletionData: Get previous token: 0.07284800009801984 +Info 8259 [10:57:37.643] getCompletionsAtPosition: isCompletionListBlocker: 0.005589999724179506 +Info 8260 [10:57:37.645] getExportInfoMap: cache hit +Info 8261 [10:57:37.649] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 8262 [10:57:37.649] collectAutoImports: response is complete +Info 8263 [10:57:37.649] collectAutoImports: 4.50702999997884 +Info 8264 [10:57:37.649] getCompletionData: Semantic work: 5.8333789999596775 +Info 8265 [10:57:37.656] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.037902000360191 +Info 8266 [10:57:37.657] Format host information updated +Info 8267 [10:57:37.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8268 [10:57:37.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 30.072066999971867ms +Info 8269 [10:57:37.777] Different program with same set of files +Info 8270 [10:57:37.778] getCompletionData: Get current token: 0.00886599998921156 +Info 8271 [10:57:37.778] getCompletionData: Is inside comment: 0.0026480001397430897 +Info 8272 [10:57:37.778] getCompletionData: Get previous token: 0.053163000382483006 +Info 8273 [10:57:37.778] getCompletionsAtPosition: isCompletionListBlocker: 0.005619000177830458 +Info 8274 [10:57:37.779] getExportInfoMap: cache hit +Info 8275 [10:57:37.783] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 8276 [10:57:37.783] collectAutoImports: response is complete +Info 8277 [10:57:37.783] collectAutoImports: 4.057847000192851 +Info 8278 [10:57:37.783] getCompletionData: Semantic work: 5.343791000079364 +Info 8279 [10:57:37.789] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7706070002168417 +Info 8280 [10:57:37.789] Format host information updated +Info 8281 [10:57:37.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8282 [10:57:37.816] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 7.927893000189215ms +Info 8283 [10:57:37.816] Different program with same set of files +Info 8284 [10:57:37.816] getCompletionData: Get current token: 0.004993999842554331 +Info 8285 [10:57:37.816] getCompletionData: Is inside comment: 0.0015589999966323376 +Info 8286 [10:57:37.816] getCompletionData: Get previous token: 0.031202999874949455 +Info 8287 [10:57:37.816] getCompletionsAtPosition: isCompletionListBlocker: 0.0036650002002716064 +Info 8288 [10:57:37.817] getExportInfoMap: cache hit +Info 8289 [10:57:37.819] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 8290 [10:57:37.819] collectAutoImports: response is complete +Info 8291 [10:57:37.819] collectAutoImports: 2.2820020001381636 +Info 8292 [10:57:37.819] getCompletionData: Semantic work: 3.0321829998865724 +Info 8293 [10:57:37.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1622870001010597 +Info 8294 [10:57:37.826] Format host information updated +Info 8295 [10:57:38.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8296 [10:57:38.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 7.581642999779433ms +Info 8297 [10:57:38.551] Different program with same set of files +Info 8298 [10:57:38.551] getCompletionData: Get current token: 0.004270000383257866 +Info 8299 [10:57:38.551] getCompletionData: Is inside comment: 0.0013080001808702946 +Info 8300 [10:57:38.551] getCompletionData: Get previous token: 0.026714999694377184 +Info 8301 [10:57:38.552] getCompletionsAtPosition: isCompletionListBlocker: 0.003522000275552273 +Info 8302 [10:57:38.552] getExportInfoMap: cache hit +Info 8303 [10:57:38.554] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8304 [10:57:38.554] collectAutoImports: response is complete +Info 8305 [10:57:38.554] collectAutoImports: 1.976449000183493 +Info 8306 [10:57:38.554] getCompletionData: Semantic work: 2.6302410000935197 +Info 8307 [10:57:38.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.135481999721378 +Info 8308 [10:57:38.558] Format host information updated +Info 8309 [10:57:38.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8310 [10:57:38.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 9.939127000048757ms +Info 8311 [10:57:38.673] Different program with same set of files +Info 8312 [10:57:38.673] getCompletionData: Get current token: 0.004875999875366688 +Info 8313 [10:57:38.673] getCompletionData: Is inside comment: 0.0015259999781847 +Info 8314 [10:57:38.674] getCompletionData: Get previous token: 0.029296999797225 +Info 8315 [10:57:38.674] getCompletionsAtPosition: isCompletionListBlocker: 0.0036469995975494385 +Info 8316 [10:57:38.674] getExportInfoMap: cache hit +Info 8317 [10:57:38.676] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8318 [10:57:38.676] collectAutoImports: response is complete +Info 8319 [10:57:38.676] collectAutoImports: 2.1978879999369383 +Info 8320 [10:57:38.677] getCompletionData: Semantic work: 2.971147000323981 +Info 8321 [10:57:38.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2177089997567236 +Info 8322 [10:57:38.681] Format host information updated +Info 8323 [10:57:38.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8324 [10:57:38.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 7.448361000046134ms +Info 8325 [10:57:38.802] Different program with same set of files +Info 8326 [10:57:38.802] getCompletionData: Get current token: 0.005259000230580568 +Info 8327 [10:57:38.802] getCompletionData: Is inside comment: 0.0015599997714161873 +Info 8328 [10:57:38.802] getCompletionData: Get previous token: 0.03284499980509281 +Info 8329 [10:57:38.802] getCompletionsAtPosition: isCompletionListBlocker: 0.00406600022688508 +Info 8330 [10:57:38.803] getExportInfoMap: cache hit +Info 8331 [10:57:38.805] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8332 [10:57:38.805] collectAutoImports: response is complete +Info 8333 [10:57:38.805] collectAutoImports: 2.1937249996699393 +Info 8334 [10:57:38.805] getCompletionData: Semantic work: 2.924370000138879 +Info 8335 [10:57:38.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2049750001169741 +Info 8336 [10:57:38.811] Format host information updated +Info 8337 [10:57:39.168] Format host information updated +Info 8338 [10:57:39.168] Format host information updated +Info 8339 [10:57:39.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8340 [10:57:39.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 8.456207000184804ms +Info 8341 [10:57:39.177] Different program with same set of files +Info 8342 [10:57:39.177] getCompletionData: Get current token: 0.014659999869763851 +Info 8343 [10:57:39.177] getCompletionData: Is inside comment: 0.004561999812722206 +Info 8344 [10:57:39.177] getCompletionData: Get previous token: 0.03797699976712465 +Info 8345 [10:57:39.177] getCompletionsAtPosition: isCompletionListBlocker: 0.0039450000040233135 +Info 8346 [10:57:39.178] getCompletionData: Semantic work: 0.7909240000881255 +Info 8347 [10:57:39.183] getCompletionData: Get current token: 0.012947999872267246 +Info 8348 [10:57:39.183] getCompletionData: Is inside comment: 0.0029980000108480453 +Info 8349 [10:57:39.183] getCompletionData: Get previous token: 0.04168400028720498 +Info 8350 [10:57:39.183] getCompletionsAtPosition: isCompletionListBlocker: 0.008215999696403742 +Info 8351 [10:57:39.184] getCompletionData: Semantic work: 0.7100309999659657 +Info 8352 [10:57:39.184] Format host information updated +Info 8353 [10:57:45.937] getCompletionData: Get current token: 0.00457100011408329 +Info 8354 [10:57:45.937] getCompletionData: Is inside comment: 0.014456999953836203 +Info 8355 [10:57:45.937] getCompletionData: Get previous token: 0.012300000060349703 +Info 8356 [10:57:45.937] getCompletionsAtPosition: isCompletionListBlocker: 0.009695999789983034 +Info 8357 [10:57:45.938] getExportInfoMap: cache hit +Info 8358 [10:57:45.957] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8359 [10:57:45.957] collectAutoImports: response is complete +Info 8360 [10:57:45.957] collectAutoImports: 18.8646560003981 +Info 8361 [10:57:45.957] getCompletionData: Semantic work: 19.61739100003615 +Info 8362 [10:57:45.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.883948000147939 +Info 8363 [10:57:46.381] Format host information updated +Info 8364 [10:57:46.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8365 [10:57:46.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 14.371718000154942ms +Info 8366 [10:57:46.396] Different program with same set of files +Info 8367 [10:57:46.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8368 [10:57:46.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 11.282848000060767ms +Info 8369 [10:57:46.519] Different program with same set of files +Info 8370 [10:57:46.519] getCompletionData: Get current token: 0.007462000008672476 +Info 8371 [10:57:46.519] getCompletionData: Is inside comment: 0.017682000063359737 +Info 8372 [10:57:46.519] getCompletionData: Get previous token: 0.03905100002884865 +Info 8373 [10:57:46.519] getCompletionsAtPosition: isCompletionListBlocker: 0.008687000256031752 +Info 8374 [10:57:46.520] getExportInfoMap: cache hit +Info 8375 [10:57:46.527] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 129 from cache +Info 8376 [10:57:46.527] collectAutoImports: response is complete +Info 8377 [10:57:46.527] collectAutoImports: 7.466734999790788 +Info 8378 [10:57:46.527] getCompletionData: Semantic work: 8.30151699995622 +Info 8379 [10:57:46.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.150708000175655 +Info 8380 [10:57:46.531] Format host information updated +Info 8381 [10:57:46.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8382 [10:57:46.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 34.01997900009155ms +Info 8383 [10:57:46.706] Different program with same set of files +Info 8384 [10:57:46.707] getCompletionData: Get current token: 0.015709999948740005 +Info 8385 [10:57:46.707] getCompletionData: Is inside comment: 0.034543999936431646 +Info 8386 [10:57:46.707] getCompletionData: Get previous token: 0.05836299993097782 +Info 8387 [10:57:46.707] getCompletionsAtPosition: isCompletionListBlocker: 0.014439999591559172 +Info 8388 [10:57:46.708] getExportInfoMap: cache hit +Info 8389 [10:57:46.715] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 90 from cache +Info 8390 [10:57:46.715] collectAutoImports: response is complete +Info 8391 [10:57:46.715] collectAutoImports: 7.029444999992847 +Info 8392 [10:57:46.715] getCompletionData: Semantic work: 8.194354000035673 +Info 8393 [10:57:46.718] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.554643999785185 +Info 8394 [10:57:46.719] Format host information updated +Info 8395 [10:57:46.758] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8396 [10:57:46.769] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 11.146245999727398ms +Info 8397 [10:57:46.769] Different program with same set of files +Info 8398 [10:57:46.769] getCompletionData: Get current token: 0.008100000210106373 +Info 8399 [10:57:46.769] getCompletionData: Is inside comment: 0.01731900032609701 +Info 8400 [10:57:46.769] getCompletionData: Get previous token: 0.027646000031381845 +Info 8401 [10:57:46.769] getCompletionsAtPosition: isCompletionListBlocker: 0.007866000290960073 +Info 8402 [10:57:46.770] getExportInfoMap: cache hit +Info 8403 [10:57:46.773] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 8404 [10:57:46.773] collectAutoImports: response is complete +Info 8405 [10:57:46.773] collectAutoImports: 3.2696360000409186 +Info 8406 [10:57:46.773] getCompletionData: Semantic work: 4.011049000080675 +Info 8407 [10:57:46.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6407959996722639 +Info 8408 [10:57:46.777] Format host information updated +Info 8409 [10:57:46.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8410 [10:57:46.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 30.803878999780864ms +Info 8411 [10:57:46.946] Different program with same set of files +Info 8412 [10:57:46.947] getCompletionData: Get current token: 0.018350999802350998 +Info 8413 [10:57:46.947] getCompletionData: Is inside comment: 0.04933300008997321 +Info 8414 [10:57:46.947] getCompletionData: Get previous token: 0.08298599999397993 +Info 8415 [10:57:46.947] getCompletionsAtPosition: isCompletionListBlocker: 0.018201000057160854 +Info 8416 [10:57:46.949] getExportInfoMap: cache hit +Info 8417 [10:57:46.954] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 11 from cache +Info 8418 [10:57:46.954] collectAutoImports: response is complete +Info 8419 [10:57:46.954] collectAutoImports: 5.474220000207424 +Info 8420 [10:57:46.954] getCompletionData: Semantic work: 7.228622000198811 +Info 8421 [10:57:46.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2943780003115535 +Info 8422 [10:57:46.960] Format host information updated +Info 8423 [10:57:47.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8424 [10:57:47.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 13.007319000083953ms +Info 8425 [10:57:47.191] Different program with same set of files +Info 8426 [10:57:47.191] getCompletionData: Get current token: 0.0120749999769032 +Info 8427 [10:57:47.191] getCompletionData: Is inside comment: 0.020944000221788883 +Info 8428 [10:57:47.191] getCompletionData: Get previous token: 0.03235700028017163 +Info 8429 [10:57:47.192] getCompletionsAtPosition: isCompletionListBlocker: 0.010855000000447035 +Info 8430 [10:57:47.192] getExportInfoMap: cache hit +Info 8431 [10:57:47.195] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 9 from cache +Info 8432 [10:57:47.195] collectAutoImports: response is complete +Info 8433 [10:57:47.195] collectAutoImports: 2.8831080002710223 +Info 8434 [10:57:47.195] getCompletionData: Semantic work: 3.736849999986589 +Info 8435 [10:57:47.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.914272999856621 +Info 8436 [10:57:47.198] Format host information updated +Info 8437 [10:57:47.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8438 [10:57:47.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 8.673082999885082ms +Info 8439 [10:57:47.306] Different program with same set of files +Info 8440 [10:57:47.306] getCompletionData: Get current token: 0.007511999923735857 +Info 8441 [10:57:47.306] getCompletionData: Is inside comment: 0.014839999843388796 +Info 8442 [10:57:47.306] getCompletionData: Get previous token: 0.025125999934971333 +Info 8443 [10:57:47.306] getCompletionsAtPosition: isCompletionListBlocker: 0.008321000263094902 +Info 8444 [10:57:47.307] getExportInfoMap: cache hit +Info 8445 [10:57:47.309] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8446 [10:57:47.309] collectAutoImports: response is complete +Info 8447 [10:57:47.309] collectAutoImports: 2.28037799987942 +Info 8448 [10:57:47.309] getCompletionData: Semantic work: 3.0131049999035895 +Info 8449 [10:57:47.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4307550000958145 +Info 8450 [10:57:47.311] Format host information updated +Info 8451 [10:57:47.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8452 [10:57:47.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 14.227539999876171ms +Info 8453 [10:57:47.391] Different program with same set of files +Info 8454 [10:57:47.391] getCompletionData: Get current token: 0.011704000178724527 +Info 8455 [10:57:47.391] getCompletionData: Is inside comment: 0.02977399993687868 +Info 8456 [10:57:47.391] getCompletionData: Get previous token: 0.052407000213861465 +Info 8457 [10:57:47.391] getCompletionsAtPosition: isCompletionListBlocker: 0.012750000227242708 +Info 8458 [10:57:47.393] getExportInfoMap: cache hit +Info 8459 [10:57:47.397] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8460 [10:57:47.397] collectAutoImports: response is complete +Info 8461 [10:57:47.397] collectAutoImports: 4.647394999861717 +Info 8462 [10:57:47.397] getCompletionData: Semantic work: 5.883675999939442 +Info 8463 [10:57:47.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.870963000226766 +Info 8464 [10:57:47.401] Format host information updated +Info 8465 [10:57:47.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8466 [10:57:47.593] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 35.115505000110716ms +Info 8467 [10:57:47.593] Different program with same set of files +Info 8468 [10:57:47.593] getCompletionData: Get current token: 0.015329000074416399 +Info 8469 [10:57:47.594] getCompletionData: Is inside comment: 0.040705000050365925 +Info 8470 [10:57:47.594] getCompletionData: Get previous token: 0.064281000290066 +Info 8471 [10:57:47.594] getCompletionsAtPosition: isCompletionListBlocker: 0.014769000001251698 +Info 8472 [10:57:47.595] getExportInfoMap: cache hit +Info 8473 [10:57:47.603] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 8474 [10:57:47.603] collectAutoImports: response is complete +Info 8475 [10:57:47.603] collectAutoImports: 7.8531479998491704 +Info 8476 [10:57:47.603] getCompletionData: Semantic work: 9.272278000134975 +Info 8477 [10:57:47.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1375060002319515 +Info 8478 [10:57:47.606] Format host information updated +Info 8479 [10:57:47.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8480 [10:57:47.723] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 7.724190999753773ms +Info 8481 [10:57:47.723] Different program with same set of files +Info 8482 [10:57:47.723] getCompletionData: Get current token: 0.006029999814927578 +Info 8483 [10:57:47.723] getCompletionData: Is inside comment: 0.016475999727845192 +Info 8484 [10:57:47.723] getCompletionData: Get previous token: 0.02706399979069829 +Info 8485 [10:57:47.723] getCompletionsAtPosition: isCompletionListBlocker: 0.007697000168263912 +Info 8486 [10:57:47.724] getExportInfoMap: cache hit +Info 8487 [10:57:47.726] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8488 [10:57:47.726] collectAutoImports: response is complete +Info 8489 [10:57:47.726] collectAutoImports: 2.2398880003020167 +Info 8490 [10:57:47.726] getCompletionData: Semantic work: 2.8690289999358356 +Info 8491 [10:57:47.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3935330002568662 +Info 8492 [10:57:47.728] Format host information updated +Info 8493 [10:57:47.937] Format host information updated +Info 8494 [10:57:47.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8495 [10:57:47.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 13.53011199971661ms +Info 8496 [10:57:47.951] Different program with same set of files +Info 8497 [10:57:48.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8498 [10:57:48.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 7.94000899977982ms +Info 8499 [10:57:48.064] Different program with same set of files +Info 8500 [10:57:48.065] getCompletionData: Get current token: 0.0053969998843967915 +Info 8501 [10:57:48.065] getCompletionData: Is inside comment: 0.014278000220656395 +Info 8502 [10:57:48.065] getCompletionData: Get previous token: 0.012525000143796206 +Info 8503 [10:57:48.065] getCompletionsAtPosition: isCompletionListBlocker: 0.0062800003215670586 +Info 8504 [10:57:48.065] getExportInfoMap: cache hit +Info 8505 [10:57:48.079] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8506 [10:57:48.079] collectAutoImports: response is complete +Info 8507 [10:57:48.079] collectAutoImports: 13.406880999915302 +Info 8508 [10:57:48.079] getCompletionData: Semantic work: 14.053417999763042 +Info 8509 [10:57:48.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.843007999937981 +Info 8510 [10:57:48.087] Format host information updated +Info 8511 [10:57:48.192] Format host information updated +Info 8512 [10:57:48.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8513 [10:57:48.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 8.381087000016123ms +Info 8514 [10:57:48.201] Different program with same set of files +Info 8515 [10:57:48.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8516 [10:57:48.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 7.472810999955982ms +Info 8517 [10:57:48.957] Different program with same set of files +Info 8518 [10:57:48.957] getCompletionData: Get current token: 0.00547999981790781 +Info 8519 [10:57:48.957] getCompletionData: Is inside comment: 0.014415999874472618 +Info 8520 [10:57:48.957] getCompletionData: Get previous token: 0.012757999822497368 +Info 8521 [10:57:48.957] getCompletionsAtPosition: isCompletionListBlocker: 0.006052999757230282 +Info 8522 [10:57:48.958] getExportInfoMap: cache hit +Info 8523 [10:57:48.971] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8524 [10:57:48.971] collectAutoImports: response is complete +Info 8525 [10:57:48.971] collectAutoImports: 12.855132000055164 +Info 8526 [10:57:48.971] getCompletionData: Semantic work: 13.421585999894887 +Info 8527 [10:57:48.975] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4226119997911155 +Info 8528 [10:57:48.978] Format host information updated +Info 8529 [10:57:49.556] getCompletionData: Get current token: 0.005017000250518322 +Info 8530 [10:57:49.556] getCompletionData: Is inside comment: 0.01167000038549304 +Info 8531 [10:57:49.556] getCompletionData: Get previous token: 0.00914900004863739 +Info 8532 [10:57:49.556] getCompletionsAtPosition: isCompletionListBlocker: 0.010104999877512455 +Info 8533 [10:57:49.556] getExportInfoMap: cache hit +Info 8534 [10:57:49.564] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8535 [10:57:49.564] collectAutoImports: response is complete +Info 8536 [10:57:49.564] collectAutoImports: 7.823370999656618 +Info 8537 [10:57:49.564] getCompletionData: Semantic work: 8.488109999801964 +Info 8538 [10:57:49.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.239902999717742 +Info 8539 [10:57:49.825] Format host information updated +Info 8540 [10:57:49.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8541 [10:57:49.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 28.54260399984196ms +Info 8542 [10:57:49.854] Different program with same set of files +Info 8543 [10:57:49.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8544 [10:57:49.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 8.098356999922544ms +Info 8545 [10:57:49.911] Different program with same set of files +Info 8546 [10:57:49.912] getCompletionData: Get current token: 0.005475000012665987 +Info 8547 [10:57:49.912] getCompletionData: Is inside comment: 0.013832000084221363 +Info 8548 [10:57:49.912] getCompletionData: Get previous token: 0.011214999947696924 +Info 8549 [10:57:49.912] getCompletionsAtPosition: isCompletionListBlocker: 0.0025369999930262566 +Info 8550 [10:57:49.912] getExportInfoMap: cache hit +Info 8551 [10:57:49.924] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8552 [10:57:49.924] collectAutoImports: response is complete +Info 8553 [10:57:49.924] collectAutoImports: 11.462985999882221 +Info 8554 [10:57:49.924] getCompletionData: Semantic work: 12.227233999874443 +Info 8555 [10:57:49.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.69723300030455 +Info 8556 [10:57:49.933] Format host information updated +Info 8557 [10:57:50.044] Format host information updated +Info 8558 [10:57:50.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8559 [10:57:50.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 28.1871960000135ms +Info 8560 [10:57:50.073] Different program with same set of files +Info 8561 [10:57:50.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8562 [10:57:50.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 7.7382029998116195ms +Info 8563 [10:57:50.169] Different program with same set of files +Info 8564 [10:57:50.169] getCompletionData: Get current token: 0.00711299991235137 +Info 8565 [10:57:50.169] getCompletionData: Is inside comment: 0.01474700029939413 +Info 8566 [10:57:50.169] getCompletionData: Get previous token: 0.012310000136494637 +Info 8567 [10:57:50.169] getCompletionsAtPosition: isCompletionListBlocker: 0.0024239998310804367 +Info 8568 [10:57:50.170] getCompletionData: Semantic work: 0.574964000377804 +Info 8569 [10:57:50.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.537767000030726 +Info 8570 [10:57:50.174] Format host information updated +Info 8571 [10:57:50.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8572 [10:57:50.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 28.106393999885768ms +Info 8573 [10:57:50.292] Different program with same set of files +Info 8574 [10:57:50.292] getCompletionData: Get current token: 0.016468999907374382 +Info 8575 [10:57:50.293] getCompletionData: Is inside comment: 0.04134400002658367 +Info 8576 [10:57:50.293] getCompletionData: Get previous token: 0.03379100002348423 +Info 8577 [10:57:50.293] getCompletionsAtPosition: isCompletionListBlocker: 0.018244000151753426 +Info 8578 [10:57:50.294] getExportInfoMap: cache hit +Info 8579 [10:57:50.315] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8580 [10:57:50.315] collectAutoImports: response is complete +Info 8581 [10:57:50.315] collectAutoImports: 20.515412000007927 +Info 8582 [10:57:50.315] getCompletionData: Semantic work: 22.170032999943942 +Info 8583 [10:57:50.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.303123999852687 +Info 8584 [10:57:50.322] Format host information updated +Info 8585 [10:57:57.631] Format host information updated +Info 8586 [10:57:57.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8587 [10:57:57.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 27.018427999690175ms +Info 8588 [10:57:57.659] Different program with same set of files +Info 8589 [10:57:58.427] Format host information updated +Info 8590 [10:57:58.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8591 [10:57:58.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 7.070302000269294ms +Info 8592 [10:57:58.434] Different program with same set of files +Info 8593 [10:57:58.974] Format host information updated +Info 8594 [10:57:58.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8595 [10:57:58.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 9.936298999935389ms +Info 8596 [10:57:58.984] Different program with same set of files +Info 8597 [10:57:59.234] Format host information updated +Info 8598 [10:57:59.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8599 [10:57:59.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 9.474171000067145ms +Info 8600 [10:57:59.244] Different program with same set of files +Info 8601 [10:58:04.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8602 [10:58:04.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 16.368451999966055ms +Info 8603 [10:58:04.717] Different program with same set of files +Info 8604 [10:58:04.718] getCompletionData: Get current token: 0.004813999868929386 +Info 8605 [10:58:04.718] getCompletionData: Is inside comment: 0.0013509998098015785 +Info 8606 [10:58:04.718] getCompletionData: Get previous token: 0.04292599996551871 +Info 8607 [10:58:04.718] getCompletionsAtPosition: isCompletionListBlocker: 0.002274999860674143 +Info 8608 [10:58:04.719] getExportInfoMap: cache hit +Info 8609 [10:58:04.725] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 34 from cache +Info 8610 [10:58:04.725] collectAutoImports: response is complete +Info 8611 [10:58:04.725] collectAutoImports: 6.539149000309408 +Info 8612 [10:58:04.725] getCompletionData: Semantic work: 7.563692000228912 +Info 8613 [10:58:04.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7773859999142587 +Info 8614 [10:58:04.729] Format host information updated +Info 8615 [10:58:04.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8616 [10:58:04.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 10.883667999878526ms +Info 8617 [10:58:04.935] Different program with same set of files +Info 8618 [10:58:04.935] getCompletionData: Get current token: 0.005371000152081251 +Info 8619 [10:58:04.935] getCompletionData: Is inside comment: 0.0016140001825988293 +Info 8620 [10:58:04.935] getCompletionData: Get previous token: 0.046172000002115965 +Info 8621 [10:58:04.935] getCompletionsAtPosition: isCompletionListBlocker: 0.002251999918371439 +Info 8622 [10:58:04.936] getExportInfoMap: cache hit +Info 8623 [10:58:04.939] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 8624 [10:58:04.939] collectAutoImports: response is complete +Info 8625 [10:58:04.939] collectAutoImports: 3.3848549998365343 +Info 8626 [10:58:04.939] getCompletionData: Semantic work: 4.101551000028849 +Info 8627 [10:58:04.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5449190000072122 +Info 8628 [10:58:04.941] Format host information updated +Info 8629 [10:58:05.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8630 [10:58:05.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 11.933761999942362ms +Info 8631 [10:58:05.016] Different program with same set of files +Info 8632 [10:58:05.016] getCompletionData: Get current token: 0.007978999987244606 +Info 8633 [10:58:05.016] getCompletionData: Is inside comment: 0.002111000008881092 +Info 8634 [10:58:05.016] getCompletionData: Get previous token: 0.04727300023660064 +Info 8635 [10:58:05.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0028920001350343227 +Info 8636 [10:58:05.017] getExportInfoMap: cache hit +Info 8637 [10:58:05.020] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 8638 [10:58:05.020] collectAutoImports: response is complete +Info 8639 [10:58:05.020] collectAutoImports: 3.311029000207782 +Info 8640 [10:58:05.020] getCompletionData: Semantic work: 4.277735999785364 +Info 8641 [10:58:05.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.248327000066638 +Info 8642 [10:58:05.024] Format host information updated +Info 8643 [10:58:05.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8644 [10:58:05.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 33.715189000125974ms +Info 8645 [10:58:05.172] Different program with same set of files +Info 8646 [10:58:05.173] getCompletionData: Get current token: 0.015709999948740005 +Info 8647 [10:58:05.173] getCompletionData: Is inside comment: 0.00342300022020936 +Info 8648 [10:58:05.173] getCompletionData: Get previous token: 0.08311299979686737 +Info 8649 [10:58:05.173] getCompletionsAtPosition: isCompletionListBlocker: 0.004304000176489353 +Info 8650 [10:58:05.174] getExportInfoMap: cache hit +Info 8651 [10:58:05.179] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 8652 [10:58:05.180] collectAutoImports: response is complete +Info 8653 [10:58:05.180] collectAutoImports: 4.937748000025749 +Info 8654 [10:58:05.180] getCompletionData: Semantic work: 6.468220999930054 +Info 8655 [10:58:05.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.050115999765694 +Info 8656 [10:58:05.185] Format host information updated +Info 8657 [10:58:05.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8658 [10:58:05.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 14.986366999801248ms +Info 8659 [10:58:05.277] Different program with same set of files +Info 8660 [10:58:05.277] getCompletionData: Get current token: 0.01374099962413311 +Info 8661 [10:58:05.277] getCompletionData: Is inside comment: 0.0031309998594224453 +Info 8662 [10:58:05.277] getCompletionData: Get previous token: 0.07624499965459108 +Info 8663 [10:58:05.277] getCompletionsAtPosition: isCompletionListBlocker: 0.004160999786108732 +Info 8664 [10:58:05.278] getExportInfoMap: cache hit +Info 8665 [10:58:05.285] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8666 [10:58:05.285] collectAutoImports: response is complete +Info 8667 [10:58:05.285] collectAutoImports: 6.491516999900341 +Info 8668 [10:58:05.285] getCompletionData: Semantic work: 7.913890999741852 +Info 8669 [10:58:05.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.764653000049293 +Info 8670 [10:58:05.289] Format host information updated +Info 8671 [10:58:05.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8672 [10:58:05.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 9.708198999986053ms +Info 8673 [10:58:05.634] Different program with same set of files +Info 8674 [10:58:05.635] getCompletionData: Get current token: 0.006056000012904406 +Info 8675 [10:58:05.635] getCompletionData: Is inside comment: 0.001608000136911869 +Info 8676 [10:58:05.635] getCompletionData: Get previous token: 0.03555400017648935 +Info 8677 [10:58:05.635] getCompletionsAtPosition: isCompletionListBlocker: 0.002672999631613493 +Info 8678 [10:58:05.635] getExportInfoMap: cache hit +Info 8679 [10:58:05.638] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8680 [10:58:05.638] collectAutoImports: response is complete +Info 8681 [10:58:05.638] collectAutoImports: 2.2820579996332526 +Info 8682 [10:58:05.638] getCompletionData: Semantic work: 2.9970219996757805 +Info 8683 [10:58:05.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5007639997638762 +Info 8684 [10:58:05.640] Format host information updated +Info 8685 [10:58:05.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8686 [10:58:05.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 8.488564999774098ms +Info 8687 [10:58:05.733] Different program with same set of files +Info 8688 [10:58:05.733] getCompletionData: Get current token: 0.006130000110715628 +Info 8689 [10:58:05.733] getCompletionData: Is inside comment: 0.0017069997265934944 +Info 8690 [10:58:05.733] getCompletionData: Get previous token: 0.03771700011566281 +Info 8691 [10:58:05.733] getCompletionsAtPosition: isCompletionListBlocker: 0.0022330000065267086 +Info 8692 [10:58:05.734] getExportInfoMap: cache hit +Info 8693 [10:58:05.736] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8694 [10:58:05.736] collectAutoImports: response is complete +Info 8695 [10:58:05.736] collectAutoImports: 2.4154550000093877 +Info 8696 [10:58:05.736] getCompletionData: Semantic work: 3.1720989998430014 +Info 8697 [10:58:05.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5649199998006225 +Info 8698 [10:58:05.739] Format host information updated +Info 8699 [10:58:05.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8700 [10:58:05.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 7.4322440000250936ms +Info 8701 [10:58:05.952] Different program with same set of files +Info 8702 [10:58:05.952] getCompletionData: Get current token: 0.005167999770492315 +Info 8703 [10:58:05.952] getCompletionData: Is inside comment: 0.0014329999685287476 +Info 8704 [10:58:05.952] getCompletionData: Get previous token: 0.03139400016516447 +Info 8705 [10:58:05.952] getCompletionsAtPosition: isCompletionListBlocker: 0.002106000203639269 +Info 8706 [10:58:05.953] getExportInfoMap: cache hit +Info 8707 [10:58:05.955] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8708 [10:58:05.955] collectAutoImports: response is complete +Info 8709 [10:58:05.955] collectAutoImports: 2.150239999871701 +Info 8710 [10:58:05.955] getCompletionData: Semantic work: 3.0334239997901022 +Info 8711 [10:58:05.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4275009999983013 +Info 8712 [10:58:05.957] Format host information updated +Info 8713 [10:58:06.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8714 [10:58:06.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 11.026649999897927ms +Info 8715 [10:58:06.345] Different program with same set of files +Info 8716 [10:58:06.345] getCompletionData: Get current token: 0.006320000160485506 +Info 8717 [10:58:06.345] getCompletionData: Is inside comment: 0.0018939999863505363 +Info 8718 [10:58:06.345] getCompletionData: Get previous token: 0.027886999770998955 +Info 8719 [10:58:06.345] getCompletionsAtPosition: isCompletionListBlocker: 0.0026480001397430897 +Info 8720 [10:58:06.347] getCompletionData: Semantic work: 1.392920000012964 +Info 8721 [10:58:06.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17501699971035123 +Info 8722 [10:58:06.347] Format host information updated +Info 8723 [10:58:06.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8724 [10:58:06.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 7.253372000064701ms +Info 8725 [10:58:06.558] Different program with same set of files +Info 8726 [10:58:06.558] getCompletionData: Get current token: 0.005778999999165535 +Info 8727 [10:58:06.558] getCompletionData: Is inside comment: 0.001461000181734562 +Info 8728 [10:58:06.558] getCompletionData: Get previous token: 0.03596000000834465 +Info 8729 [10:58:06.558] getCompletionsAtPosition: isCompletionListBlocker: 0.002214999869465828 +Info 8730 [10:58:06.559] getCompletionData: Semantic work: 0.9246310000307858 +Info 8731 [10:58:06.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07505200011655688 +Info 8732 [10:58:06.559] Format host information updated +Info 8733 [10:58:06.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8734 [10:58:06.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 13.56258499994874ms +Info 8735 [10:58:06.635] Different program with same set of files +Info 8736 [10:58:06.636] getCompletionData: Get current token: 0.005280999932438135 +Info 8737 [10:58:06.636] getCompletionData: Is inside comment: 0.0013219998218119144 +Info 8738 [10:58:06.636] getCompletionData: Get previous token: 0.033774999901652336 +Info 8739 [10:58:06.636] getCompletionsAtPosition: isCompletionListBlocker: 0.001962999813258648 +Info 8740 [10:58:06.637] getCompletionData: Semantic work: 1.167462000157684 +Info 8741 [10:58:06.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.15110200038179755 +Info 8742 [10:58:06.641] Format host information updated +Info 8743 [10:58:06.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8744 [10:58:06.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 7.187117000110447ms +Info 8745 [10:58:06.849] Different program with same set of files +Info 8746 [10:58:06.849] getCompletionData: Get current token: 0.00510899955406785 +Info 8747 [10:58:06.849] getCompletionData: Is inside comment: 0.0015390003100037575 +Info 8748 [10:58:06.849] getCompletionData: Get previous token: 0.03304699994623661 +Info 8749 [10:58:06.849] getCompletionsAtPosition: isCompletionListBlocker: 0.0019459999166429043 +Info 8750 [10:58:06.850] getCompletionData: Semantic work: 0.9372829999774694 +Info 8751 [10:58:06.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07158899959176779 +Info 8752 [10:58:06.850] Format host information updated +Info 8753 [10:58:06.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8754 [10:58:06.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 7.4123110002838075ms +Info 8755 [10:58:06.951] Different program with same set of files +Info 8756 [10:58:06.951] getCompletionData: Get current token: 0.006651000119745731 +Info 8757 [10:58:06.951] getCompletionData: Is inside comment: 0.0015519997105002403 +Info 8758 [10:58:06.951] getCompletionData: Get previous token: 0.03982400009408593 +Info 8759 [10:58:06.951] getCompletionsAtPosition: isCompletionListBlocker: 0.0022190003655850887 +Info 8760 [10:58:06.952] getCompletionData: Semantic work: 1.035317000001669 +Info 8761 [10:58:06.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09225300000980496 +Info 8762 [10:58:06.952] Format host information updated +Info 8763 [10:58:07.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8764 [10:58:07.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 13.94423700030893ms +Info 8765 [10:58:07.157] Different program with same set of files +Info 8766 [10:58:07.158] getCompletionData: Get current token: 0.01017199968919158 +Info 8767 [10:58:07.158] getCompletionData: Is inside comment: 0.0023949998430907726 +Info 8768 [10:58:07.158] getCompletionData: Get previous token: 0.05668100016191602 +Info 8769 [10:58:07.158] getCompletionsAtPosition: isCompletionListBlocker: 0.003585000056773424 +Info 8770 [10:58:07.159] getCompletionData: Semantic work: 1.400251999963075 +Info 8771 [10:58:07.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10642099985852838 +Info 8772 [10:58:07.160] Format host information updated +Info 8773 [10:58:07.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8774 [10:58:07.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 23.056779999751598ms +Info 8775 [10:58:07.270] Different program with same set of files +Info 8776 [10:58:07.271] getCompletionData: Get current token: 0.0235829995945096 +Info 8777 [10:58:07.271] getCompletionData: Is inside comment: 0.005608999636024237 +Info 8778 [10:58:07.271] getCompletionData: Get previous token: 0.14801600016653538 +Info 8779 [10:58:07.271] getCompletionsAtPosition: isCompletionListBlocker: 0.007114999927580357 +Info 8780 [10:58:07.275] getCompletionData: Semantic work: 3.3691440001130104 +Info 8781 [10:58:07.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24078499991446733 +Info 8782 [10:58:07.281] Format host information updated +Info 8783 [10:58:07.337] Format host information updated +Info 8784 [10:58:07.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8785 [10:58:07.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 12.84874300006777ms +Info 8786 [10:58:07.351] Different program with same set of files +Info 8787 [10:58:07.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8788 [10:58:07.989] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 9.355746999848634ms +Info 8789 [10:58:07.989] Different program with same set of files +Info 8790 [10:58:07.989] getCompletionData: Get current token: 0.007536999881267548 +Info 8791 [10:58:07.989] getCompletionData: Is inside comment: 0.0016479999758303165 +Info 8792 [10:58:07.989] getCompletionData: Get previous token: 0.02571900002658367 +Info 8793 [10:58:07.989] getCompletionsAtPosition: isCompletionListBlocker: 0.008433999959379435 +Info 8794 [10:58:07.990] getExportInfoMap: cache hit +Info 8795 [10:58:08.005] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8796 [10:58:08.005] collectAutoImports: response is complete +Info 8797 [10:58:08.005] collectAutoImports: 14.834842000156641 +Info 8798 [10:58:08.005] getCompletionData: Semantic work: 15.668955999892205 +Info 8799 [10:58:08.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.9186060000211 +Info 8800 [10:58:08.015] Format host information updated +Info 8801 [10:58:08.089] Format host information updated +Info 8802 [10:58:08.090] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8803 [10:58:08.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 16.187940999865532ms +Info 8804 [10:58:08.106] Different program with same set of files +Info 8805 [10:58:09.190] getCompletionData: Get current token: 0.004399000201374292 +Info 8806 [10:58:09.190] getCompletionData: Is inside comment: 0.0013620001263916492 +Info 8807 [10:58:09.190] getCompletionData: Get previous token: 0.024290999863296747 +Info 8808 [10:58:09.190] getCompletionsAtPosition: isCompletionListBlocker: 0.009496999904513359 +Info 8809 [10:58:09.191] getExportInfoMap: cache hit +Info 8810 [10:58:09.205] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8811 [10:58:09.205] collectAutoImports: response is complete +Info 8812 [10:58:09.205] collectAutoImports: 13.994791000150144 +Info 8813 [10:58:09.205] getCompletionData: Semantic work: 14.824591999873519 +Info 8814 [10:58:09.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.858465999830514 +Info 8815 [10:58:09.295] Format host information updated +Info 8816 [10:58:09.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8817 [10:58:09.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 20.071978999767452ms +Info 8818 [10:58:09.316] Different program with same set of files +Info 8819 [10:58:09.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8820 [10:58:09.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 13.802140000276268ms +Info 8821 [10:58:09.425] Different program with same set of files +Info 8822 [10:58:09.425] getCompletionData: Get current token: 0.004640000406652689 +Info 8823 [10:58:09.425] getCompletionData: Is inside comment: 0.0017900001257658005 +Info 8824 [10:58:09.425] getCompletionData: Get previous token: 0.02252200013026595 +Info 8825 [10:58:09.425] getCompletionsAtPosition: isCompletionListBlocker: 0.002363999839872122 +Info 8826 [10:58:09.426] getExportInfoMap: cache hit +Info 8827 [10:58:09.437] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 8828 [10:58:09.437] collectAutoImports: response is complete +Info 8829 [10:58:09.437] collectAutoImports: 10.987025000154972 +Info 8830 [10:58:09.437] getCompletionData: Semantic work: 11.69335800036788 +Info 8831 [10:58:09.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.885993999894708 +Info 8832 [10:58:09.447] Format host information updated +Info 8833 [10:58:09.525] Format host information updated +Info 8834 [10:58:09.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8835 [10:58:09.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 12.91287299990654ms +Info 8836 [10:58:09.539] Different program with same set of files +Info 8837 [10:58:09.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8838 [10:58:09.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 27.79097400000319ms +Info 8839 [10:58:09.693] Different program with same set of files +Info 8840 [10:58:09.694] getCompletionData: Get current token: 0.03794600022956729 +Info 8841 [10:58:09.694] getCompletionData: Is inside comment: 0.004137999843806028 +Info 8842 [10:58:09.694] getCompletionData: Get previous token: 0.08379800012335181 +Info 8843 [10:58:09.694] getCompletionsAtPosition: isCompletionListBlocker: 0.005210000090301037 +Info 8844 [10:58:09.696] getExportInfoMap: cache hit +Info 8845 [10:58:09.704] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 8846 [10:58:09.704] collectAutoImports: response is complete +Info 8847 [10:58:09.704] collectAutoImports: 8.469945000018924 +Info 8848 [10:58:09.704] getCompletionData: Semantic work: 10.702686999924481 +Info 8849 [10:58:09.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.575542999897152 +Info 8850 [10:58:09.711] Format host information updated +Info 8851 [10:58:09.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8852 [10:58:09.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 27.024032999761403ms +Info 8853 [10:58:09.869] Different program with same set of files +Info 8854 [10:58:09.870] getCompletionData: Get current token: 0.015399000141769648 +Info 8855 [10:58:09.870] getCompletionData: Is inside comment: 0.004229999613016844 +Info 8856 [10:58:09.870] getCompletionData: Get previous token: 0.08743700012564659 +Info 8857 [10:58:09.870] getCompletionsAtPosition: isCompletionListBlocker: 0.00597000028938055 +Info 8858 [10:58:09.872] getExportInfoMap: cache hit +Info 8859 [10:58:09.877] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 8860 [10:58:09.877] collectAutoImports: response is complete +Info 8861 [10:58:09.877] collectAutoImports: 5.49610499991104 +Info 8862 [10:58:09.877] getCompletionData: Semantic work: 7.301836000289768 +Info 8863 [10:58:09.880] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3192309997975826 +Info 8864 [10:58:09.881] Format host information updated +Info 8865 [10:58:09.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8866 [10:58:10.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 9.68334100022912ms +Info 8867 [10:58:10.001] Different program with same set of files +Info 8868 [10:58:10.001] getCompletionData: Get current token: 0.005758000072091818 +Info 8869 [10:58:10.001] getCompletionData: Is inside comment: 0.0016390001401305199 +Info 8870 [10:58:10.002] getCompletionData: Get previous token: 0.029454000294208527 +Info 8871 [10:58:10.002] getCompletionsAtPosition: isCompletionListBlocker: 0.0024409997276961803 +Info 8872 [10:58:10.002] getExportInfoMap: cache hit +Info 8873 [10:58:10.005] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 8874 [10:58:10.005] collectAutoImports: response is complete +Info 8875 [10:58:10.005] collectAutoImports: 2.5872450000606477 +Info 8876 [10:58:10.005] getCompletionData: Semantic work: 3.4022630001418293 +Info 8877 [10:58:10.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.351699000224471 +Info 8878 [10:58:10.007] Format host information updated +Info 8879 [10:58:10.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8880 [10:58:10.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 6.925522000063211ms +Info 8881 [10:58:10.136] Different program with same set of files +Info 8882 [10:58:10.136] getCompletionData: Get current token: 0.004665999673306942 +Info 8883 [10:58:10.136] getCompletionData: Is inside comment: 0.0015080003067851067 +Info 8884 [10:58:10.136] getCompletionData: Get previous token: 0.027666000183671713 +Info 8885 [10:58:10.136] getCompletionsAtPosition: isCompletionListBlocker: 0.0022520003840327263 +Info 8886 [10:58:10.136] getExportInfoMap: cache hit +Info 8887 [10:58:10.151] collectAutoImports: resolved 3 module specifiers, plus 175 ambient and 1049 from cache +Info 8888 [10:58:10.151] collectAutoImports: response is complete +Info 8889 [10:58:10.151] collectAutoImports: 14.265604000072926 +Info 8890 [10:58:10.151] getCompletionData: Semantic work: 14.967214999720454 +Info 8891 [10:58:10.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.889097000006586 +Info 8892 [10:58:10.160] Format host information updated +Info 8893 [10:58:11.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8894 [10:58:11.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 9.026339000090957ms +Info 8895 [10:58:11.528] Different program with same set of files +Info 8896 [10:58:11.528] getCompletionData: Get current token: 0.0049219997599720955 +Info 8897 [10:58:11.528] getCompletionData: Is inside comment: 0.0013939999043941498 +Info 8898 [10:58:11.528] getCompletionData: Get previous token: 0.023678000085055828 +Info 8899 [10:58:11.528] getCompletionsAtPosition: isCompletionListBlocker: 0.002193999942392111 +Info 8900 [10:58:11.529] getExportInfoMap: cache hit +Info 8901 [10:58:11.532] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 55 from cache +Info 8902 [10:58:11.532] collectAutoImports: response is complete +Info 8903 [10:58:11.532] collectAutoImports: 3.090993999969214 +Info 8904 [10:58:11.532] getCompletionData: Semantic work: 3.674618000164628 +Info 8905 [10:58:11.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2154720001854002 +Info 8906 [10:58:11.534] Format host information updated +Info 8907 [10:58:11.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8908 [10:58:11.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 7.335692999884486ms +Info 8909 [10:58:11.686] Different program with same set of files +Info 8910 [10:58:11.686] getCompletionData: Get current token: 0.007017000112682581 +Info 8911 [10:58:11.686] getCompletionData: Is inside comment: 0.0018370002508163452 +Info 8912 [10:58:11.686] getCompletionData: Get previous token: 0.03174200002104044 +Info 8913 [10:58:11.686] getCompletionsAtPosition: isCompletionListBlocker: 0.0023900000378489494 +Info 8914 [10:58:11.687] getExportInfoMap: cache hit +Info 8915 [10:58:11.690] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 23 from cache +Info 8916 [10:58:11.690] collectAutoImports: response is complete +Info 8917 [10:58:11.690] collectAutoImports: 2.9141470002941787 +Info 8918 [10:58:11.690] getCompletionData: Semantic work: 3.6378279998898506 +Info 8919 [10:58:11.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5097260000184178 +Info 8920 [10:58:11.695] Format host information updated +Info 8921 [10:58:11.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8922 [10:58:11.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 8.985690000001341ms +Info 8923 [10:58:11.751] Different program with same set of files +Info 8924 [10:58:11.752] getCompletionData: Get current token: 0.008712000213563442 +Info 8925 [10:58:11.752] getCompletionData: Is inside comment: 0.002203000243753195 +Info 8926 [10:58:11.752] getCompletionData: Get previous token: 0.03972200024873018 +Info 8927 [10:58:11.752] getCompletionsAtPosition: isCompletionListBlocker: 0.0025829998776316643 +Info 8928 [10:58:11.752] getExportInfoMap: cache hit +Info 8929 [10:58:11.756] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 11 from cache +Info 8930 [10:58:11.756] collectAutoImports: response is complete +Info 8931 [10:58:11.756] collectAutoImports: 3.5033019999973476 +Info 8932 [10:58:11.756] getCompletionData: Semantic work: 4.249153000302613 +Info 8933 [10:58:11.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.700900999829173 +Info 8934 [10:58:11.758] Format host information updated +Info 8935 [10:58:11.890] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8936 [10:58:11.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 9.196215000003576ms +Info 8937 [10:58:11.899] Different program with same set of files +Info 8938 [10:58:11.900] getCompletionData: Get current token: 0.006141000427305698 +Info 8939 [10:58:11.900] getCompletionData: Is inside comment: 0.0013669999316334724 +Info 8940 [10:58:11.900] getCompletionData: Get previous token: 0.025523999705910683 +Info 8941 [10:58:11.900] getCompletionsAtPosition: isCompletionListBlocker: 0.0023129996843636036 +Info 8942 [10:58:11.900] getExportInfoMap: cache hit +Info 8943 [10:58:11.903] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 11 from cache +Info 8944 [10:58:11.903] collectAutoImports: response is complete +Info 8945 [10:58:11.903] collectAutoImports: 2.5815269998274744 +Info 8946 [10:58:11.903] getCompletionData: Semantic work: 3.2185859996825457 +Info 8947 [10:58:11.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3722520000301301 +Info 8948 [10:58:11.905] Format host information updated +Info 8949 [10:58:11.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8950 [10:58:11.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 7.796372000128031ms +Info 8951 [10:58:11.957] Different program with same set of files +Info 8952 [10:58:11.958] getCompletionData: Get current token: 0.00763099966570735 +Info 8953 [10:58:11.958] getCompletionData: Is inside comment: 0.0017320001497864723 +Info 8954 [10:58:11.958] getCompletionData: Get previous token: 0.03455400001257658 +Info 8955 [10:58:11.958] getCompletionsAtPosition: isCompletionListBlocker: 0.002411000430583954 +Info 8956 [10:58:11.958] getExportInfoMap: cache hit +Info 8957 [10:58:11.961] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 8958 [10:58:11.961] collectAutoImports: response is complete +Info 8959 [10:58:11.961] collectAutoImports: 2.5961569999344647 +Info 8960 [10:58:11.961] getCompletionData: Semantic work: 3.285576000344008 +Info 8961 [10:58:11.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4292480000294745 +Info 8962 [10:58:11.965] Format host information updated +Info 8963 [10:58:12.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8964 [10:58:12.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 8.243749999906868ms +Info 8965 [10:58:12.280] Different program with same set of files +Info 8966 [10:58:12.280] getCompletionData: Get current token: 0.005194999743252993 +Info 8967 [10:58:12.280] getCompletionData: Is inside comment: 0.0013910001143813133 +Info 8968 [10:58:12.280] getCompletionData: Get previous token: 0.02443900005891919 +Info 8969 [10:58:12.281] getCompletionsAtPosition: isCompletionListBlocker: 0.0019419998861849308 +Info 8970 [10:58:12.281] getExportInfoMap: cache hit +Info 8971 [10:58:12.283] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 8972 [10:58:12.283] collectAutoImports: response is complete +Info 8973 [10:58:12.283] collectAutoImports: 1.882604000158608 +Info 8974 [10:58:12.283] getCompletionData: Semantic work: 2.4290760001167655 +Info 8975 [10:58:12.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.214773999992758 +Info 8976 [10:58:12.285] Format host information updated +Info 8977 [10:58:12.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8978 [10:58:12.346] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 12.436110999900848ms +Info 8979 [10:58:12.346] Different program with same set of files +Info 8980 [10:58:12.346] getCompletionData: Get current token: 0.009131000377237797 +Info 8981 [10:58:12.346] getCompletionData: Is inside comment: 0.0021660001948475838 +Info 8982 [10:58:12.346] getCompletionData: Get previous token: 0.038422999903559685 +Info 8983 [10:58:12.346] getCompletionsAtPosition: isCompletionListBlocker: 0.003021999727934599 +Info 8984 [10:58:12.347] getExportInfoMap: cache hit +Info 8985 [10:58:12.350] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 8986 [10:58:12.350] collectAutoImports: response is complete +Info 8987 [10:58:12.350] collectAutoImports: 2.918879000004381 +Info 8988 [10:58:12.350] getCompletionData: Semantic work: 3.7206480000168085 +Info 8989 [10:58:12.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6926680002361536 +Info 8990 [10:58:12.352] Format host information updated +Info 8991 [10:58:12.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8992 [10:58:12.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 10.190923999994993ms +Info 8993 [10:58:12.406] Different program with same set of files +Info 8994 [10:58:12.407] getCompletionData: Get current token: 0.010188000276684761 +Info 8995 [10:58:12.407] getCompletionData: Is inside comment: 0.0023170001804828644 +Info 8996 [10:58:12.407] getCompletionData: Get previous token: 0.05113699985668063 +Info 8997 [10:58:12.407] getCompletionsAtPosition: isCompletionListBlocker: 0.0030190004035830498 +Info 8998 [10:58:12.408] getExportInfoMap: cache hit +Info 8999 [10:58:12.411] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9000 [10:58:12.411] collectAutoImports: response is complete +Info 9001 [10:58:12.411] collectAutoImports: 3.116160999983549 +Info 9002 [10:58:12.411] getCompletionData: Semantic work: 3.94692699983716 +Info 9003 [10:58:12.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8024770002812147 +Info 9004 [10:58:12.416] Format host information updated +Info 9005 [10:58:12.457] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9006 [10:58:12.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 7.002836000174284ms +Info 9007 [10:58:12.464] Different program with same set of files +Info 9008 [10:58:12.464] getCompletionData: Get current token: 0.005914000328630209 +Info 9009 [10:58:12.464] getCompletionData: Is inside comment: 0.001587000209838152 +Info 9010 [10:58:12.464] getCompletionData: Get previous token: 0.02726500015705824 +Info 9011 [10:58:12.464] getCompletionsAtPosition: isCompletionListBlocker: 0.0021719997748732567 +Info 9012 [10:58:12.465] getExportInfoMap: cache hit +Info 9013 [10:58:12.467] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9014 [10:58:12.467] collectAutoImports: response is complete +Info 9015 [10:58:12.467] collectAutoImports: 1.9971350003033876 +Info 9016 [10:58:12.467] getCompletionData: Semantic work: 2.549513000063598 +Info 9017 [10:58:12.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1241030003875494 +Info 9018 [10:58:12.469] Format host information updated +Info 9019 [10:58:13.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9020 [10:58:13.088] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 10.248170000035316ms +Info 9021 [10:58:13.088] Different program with same set of files +Info 9022 [10:58:13.088] getCompletionData: Get current token: 0.0055959997698664665 +Info 9023 [10:58:13.088] getCompletionData: Is inside comment: 0.0016489997506141663 +Info 9024 [10:58:13.088] getCompletionData: Get previous token: 0.024738000240176916 +Info 9025 [10:58:13.088] getCompletionsAtPosition: isCompletionListBlocker: 0.0027010003104805946 +Info 9026 [10:58:13.089] getExportInfoMap: cache hit +Info 9027 [10:58:13.091] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9028 [10:58:13.091] collectAutoImports: response is complete +Info 9029 [10:58:13.091] collectAutoImports: 1.9961430002003908 +Info 9030 [10:58:13.091] getCompletionData: Semantic work: 2.561094000004232 +Info 9031 [10:58:13.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.135761999990791 +Info 9032 [10:58:13.093] Format host information updated +Info 9033 [10:58:13.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9034 [10:58:13.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 7.04144399985671ms +Info 9035 [10:58:13.423] Different program with same set of files +Info 9036 [10:58:13.423] getCompletionData: Get current token: 0.0047149998135864735 +Info 9037 [10:58:13.423] getCompletionData: Is inside comment: 0.0011080000549554825 +Info 9038 [10:58:13.424] getCompletionData: Get previous token: 0.019026000052690506 +Info 9039 [10:58:13.424] getCompletionsAtPosition: isCompletionListBlocker: 0.0019589997828006744 +Info 9040 [10:58:13.424] getCompletionData: Semantic work: 0.8990340000018477 +Info 9041 [10:58:13.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04463799996301532 +Info 9042 [10:58:13.427] Format host information updated +Info 9043 [10:58:13.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9044 [10:58:13.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 7.333516000304371ms +Info 9045 [10:58:13.726] Different program with same set of files +Info 9046 [10:58:13.726] getCompletionData: Get current token: 0.0052629997953772545 +Info 9047 [10:58:13.726] getCompletionData: Is inside comment: 0.0014400002546608448 +Info 9048 [10:58:13.726] getCompletionData: Get previous token: 0.02588400011882186 +Info 9049 [10:58:13.726] getCompletionsAtPosition: isCompletionListBlocker: 0.0020179999992251396 +Info 9050 [10:58:13.727] getCompletionData: Semantic work: 0.9610879998654127 +Info 9051 [10:58:13.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07168800011277199 +Info 9052 [10:58:13.728] Format host information updated +Info 9053 [10:58:13.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9054 [10:58:13.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 26.70886499993503ms +Info 9055 [10:58:13.813] Different program with same set of files +Info 9056 [10:58:13.814] getCompletionData: Get current token: 0.01973599987104535 +Info 9057 [10:58:13.814] getCompletionData: Is inside comment: 0.005588999949395657 +Info 9058 [10:58:13.814] getCompletionData: Get previous token: 0.09572999970987439 +Info 9059 [10:58:13.814] getCompletionsAtPosition: isCompletionListBlocker: 0.007025000173598528 +Info 9060 [10:58:13.817] getCompletionData: Semantic work: 3.1411619996652007 +Info 9061 [10:58:13.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18199700023978949 +Info 9062 [10:58:13.818] Format host information updated +Info 9063 [10:58:13.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9064 [10:58:14.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 7.64683199999854ms +Info 9065 [10:58:14.001] Different program with same set of files +Info 9066 [10:58:14.001] getCompletionData: Get current token: 0.005950000137090683 +Info 9067 [10:58:14.001] getCompletionData: Is inside comment: 0.0014720000326633453 +Info 9068 [10:58:14.001] getCompletionData: Get previous token: 0.029437999706715345 +Info 9069 [10:58:14.001] getCompletionsAtPosition: isCompletionListBlocker: 0.002384999766945839 +Info 9070 [10:58:14.002] getCompletionData: Semantic work: 0.9979260000400245 +Info 9071 [10:58:14.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.061298999935388565 +Info 9072 [10:58:14.003] Format host information updated +Info 9073 [10:58:14.117] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9074 [10:58:14.127] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 9.790717999916524ms +Info 9075 [10:58:14.127] Different program with same set of files +Info 9076 [10:58:14.127] getCompletionData: Get current token: 0.006489000283181667 +Info 9077 [10:58:14.127] getCompletionData: Is inside comment: 0.0015969998203217983 +Info 9078 [10:58:14.127] getCompletionData: Get previous token: 0.029151999857276678 +Info 9079 [10:58:14.127] getCompletionsAtPosition: isCompletionListBlocker: 0.00269399955868721 +Info 9080 [10:58:14.128] getCompletionData: Semantic work: 1.0722229997627437 +Info 9081 [10:58:14.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06259800028055906 +Info 9082 [10:58:14.128] Format host information updated +Info 9083 [10:58:14.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9084 [10:58:14.579] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 6.71379299974069ms +Info 9085 [10:58:14.579] Different program with same set of files +Info 9086 [10:58:14.580] getCompletionData: Get current token: 0.004416999872773886 +Info 9087 [10:58:14.580] getCompletionData: Is inside comment: 0.001184999942779541 +Info 9088 [10:58:14.580] getCompletionData: Get previous token: 0.022619999945163727 +Info 9089 [10:58:14.580] getCompletionsAtPosition: isCompletionListBlocker: 0.0019100001081824303 +Info 9090 [10:58:14.581] getCompletionData: Semantic work: 0.8806909997947514 +Info 9091 [10:58:14.581] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05135300010442734 +Info 9092 [10:58:14.583] Format host information updated +Info 9093 [10:58:14.957] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9094 [10:58:14.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 7.430164000019431ms +Info 9095 [10:58:14.964] Different program with same set of files +Info 9096 [10:58:14.965] getCompletionData: Get current token: 0.005973000079393387 +Info 9097 [10:58:14.965] getCompletionData: Is inside comment: 0.001509999856352806 +Info 9098 [10:58:14.965] getCompletionData: Get previous token: 0.02963599981740117 +Info 9099 [10:58:14.965] getCompletionsAtPosition: isCompletionListBlocker: 0.0026869997382164 +Info 9100 [10:58:14.966] getCompletionData: Semantic work: 1.0195000004023314 +Info 9101 [10:58:14.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05833999998867512 +Info 9102 [10:58:14.966] Format host information updated +Info 9103 [10:58:15.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9104 [10:58:15.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 7.084081000182778ms +Info 9105 [10:58:15.195] Different program with same set of files +Info 9106 [10:58:15.195] getCompletionData: Get current token: 0.0045079998672008514 +Info 9107 [10:58:15.195] getCompletionData: Is inside comment: 0.0011889999732375145 +Info 9108 [10:58:15.195] getCompletionData: Get previous token: 0.022247000131756067 +Info 9109 [10:58:15.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0018389998003840446 +Info 9110 [10:58:15.196] getCompletionData: Semantic work: 0.8608670001849532 +Info 9111 [10:58:15.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.047218000050634146 +Info 9112 [10:58:15.196] Format host information updated +Info 9113 [10:58:15.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9114 [10:58:15.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 7.224780000280589ms +Info 9115 [10:58:15.314] Different program with same set of files +Info 9116 [10:58:15.314] getCompletionData: Get current token: 0.00607800018042326 +Info 9117 [10:58:15.314] getCompletionData: Is inside comment: 0.00151900015771389 +Info 9118 [10:58:15.314] getCompletionData: Get previous token: 0.03042299998924136 +Info 9119 [10:58:15.314] getCompletionsAtPosition: isCompletionListBlocker: 0.0025100000202655792 +Info 9120 [10:58:15.315] getCompletionData: Semantic work: 1.003802000079304 +Info 9121 [10:58:15.315] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05854100035503507 +Info 9122 [10:58:15.317] Format host information updated +Info 9123 [10:58:15.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9124 [10:58:15.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 7.302947000134736ms +Info 9125 [10:58:15.474] Different program with same set of files +Info 9126 [10:58:15.474] getCompletionData: Get current token: 0.005067999940365553 +Info 9127 [10:58:15.474] getCompletionData: Is inside comment: 0.0012099999003112316 +Info 9128 [10:58:15.474] getCompletionData: Get previous token: 0.024991000071167946 +Info 9129 [10:58:15.474] getCompletionsAtPosition: isCompletionListBlocker: 0.0020730001851916313 +Info 9130 [10:58:15.475] getCompletionData: Semantic work: 0.860714000184089 +Info 9131 [10:58:15.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0509230000898242 +Info 9132 [10:58:15.475] Format host information updated +Info 9133 [10:58:15.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9134 [10:58:15.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 9.806679000146687ms +Info 9135 [10:58:15.538] Different program with same set of files +Info 9136 [10:58:15.539] getCompletionData: Get current token: 0.008516999892890453 +Info 9137 [10:58:15.539] getCompletionData: Is inside comment: 0.0024339999072253704 +Info 9138 [10:58:15.539] getCompletionData: Get previous token: 0.042735000140964985 +Info 9139 [10:58:15.539] getCompletionsAtPosition: isCompletionListBlocker: 0.003252000082284212 +Info 9140 [10:58:15.540] getCompletionData: Semantic work: 1.3582379999570549 +Info 9141 [10:58:15.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07754500024020672 +Info 9142 [10:58:15.543] Format host information updated +Info 9143 [10:58:15.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9144 [10:58:15.691] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 6.85450500017032ms +Info 9145 [10:58:15.691] Different program with same set of files +Info 9146 [10:58:15.692] getCompletionData: Get current token: 0.005522000137716532 +Info 9147 [10:58:15.692] getCompletionData: Is inside comment: 0.0014529996551573277 +Info 9148 [10:58:15.692] getCompletionData: Get previous token: 0.027765999548137188 +Info 9149 [10:58:15.692] getCompletionsAtPosition: isCompletionListBlocker: 0.0027240002527832985 +Info 9150 [10:58:15.693] getCompletionData: Semantic work: 0.9266010001301765 +Info 9151 [10:58:15.693] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06118099996820092 +Info 9152 [10:58:15.693] Format host information updated +Info 9153 [10:58:15.758] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9154 [10:58:15.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 24.98374200006947ms +Info 9155 [10:58:15.784] Different program with same set of files +Info 9156 [10:58:15.784] getCompletionData: Get current token: 0.016265999991446733 +Info 9157 [10:58:15.784] getCompletionData: Is inside comment: 0.004732000175863504 +Info 9158 [10:58:15.784] getCompletionData: Get previous token: 0.08528999984264374 +Info 9159 [10:58:15.784] getCompletionsAtPosition: isCompletionListBlocker: 0.005530999973416328 +Info 9160 [10:58:15.786] getCompletionData: Semantic work: 2.123771999962628 +Info 9161 [10:58:15.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14030300034210086 +Info 9162 [10:58:15.792] Format host information updated +Info 9163 [10:58:15.872] Format host information updated +Info 9164 [10:58:15.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9165 [10:58:15.901] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 28.3071779999882ms +Info 9166 [10:58:15.901] Different program with same set of files +Info 9167 [10:58:15.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9168 [10:58:15.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 13.334598999936134ms +Info 9169 [10:58:15.964] Different program with same set of files +Info 9170 [10:58:15.964] getCompletionData: Get current token: 0.015935000032186508 +Info 9171 [10:58:15.965] getCompletionData: Is inside comment: 0.0033149998635053635 +Info 9172 [10:58:15.965] getCompletionData: Get previous token: 0.04681799979880452 +Info 9173 [10:58:15.965] getCompletionsAtPosition: isCompletionListBlocker: 0.012861999683082104 +Info 9174 [10:58:15.966] getExportInfoMap: cache hit +Info 9175 [10:58:15.988] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9176 [10:58:15.988] collectAutoImports: response is complete +Info 9177 [10:58:15.988] collectAutoImports: 22.134697000030428 +Info 9178 [10:58:15.988] getCompletionData: Semantic work: 23.287932000122964 +Info 9179 [10:58:15.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.609982999972999 +Info 9180 [10:58:15.996] Format host information updated +Info 9181 [10:58:16.099] Format host information updated +Info 9182 [10:58:16.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9183 [10:58:16.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 26.804426999762654ms +Info 9184 [10:58:16.126] Different program with same set of files +Info 9185 [10:58:16.544] getCompletionData: Get current token: 0.0048790001310408115 +Info 9186 [10:58:16.544] getCompletionData: Is inside comment: 0.012499999720603228 +Info 9187 [10:58:16.544] getCompletionData: Get previous token: 0.009925000369548798 +Info 9188 [10:58:16.544] getCompletionsAtPosition: isCompletionListBlocker: 0.010260000359266996 +Info 9189 [10:58:16.545] getExportInfoMap: cache hit +Info 9190 [10:58:16.557] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9191 [10:58:16.557] collectAutoImports: response is complete +Info 9192 [10:58:16.557] collectAutoImports: 12.200968999881297 +Info 9193 [10:58:16.557] getCompletionData: Semantic work: 13.007900999858975 +Info 9194 [10:58:16.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4714550003409386 +Info 9195 [10:58:17.298] getCompletionData: Get current token: 0.00915500009432435 +Info 9196 [10:58:17.298] getCompletionData: Is inside comment: 0.0018839999102056026 +Info 9197 [10:58:17.298] getCompletionData: Get previous token: 0.026002000086009502 +Info 9198 [10:58:17.298] getCompletionsAtPosition: isCompletionListBlocker: 0.004203000105917454 +Info 9199 [10:58:17.299] getExportInfoMap: cache hit +Info 9200 [10:58:17.306] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9201 [10:58:17.306] collectAutoImports: response is complete +Info 9202 [10:58:17.306] collectAutoImports: 7.4353579999879 +Info 9203 [10:58:17.306] getCompletionData: Semantic work: 8.1031410000287 +Info 9204 [10:58:17.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.064526000060141 +Info 9205 [10:58:17.822] getCompletionData: Get current token: 0.007600999902933836 +Info 9206 [10:58:17.822] getCompletionData: Is inside comment: 0.002059000078588724 +Info 9207 [10:58:17.822] getCompletionData: Get previous token: 0.024373000022023916 +Info 9208 [10:58:17.822] getCompletionsAtPosition: isCompletionListBlocker: 0.011194999795407057 +Info 9209 [10:58:17.823] getExportInfoMap: cache hit +Info 9210 [10:58:17.832] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9211 [10:58:17.832] collectAutoImports: response is complete +Info 9212 [10:58:17.832] collectAutoImports: 9.423176999669522 +Info 9213 [10:58:17.832] getCompletionData: Semantic work: 10.291189999785274 +Info 9214 [10:58:17.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2349270000122488 +Info 9215 [10:58:17.980] Format host information updated +Info 9216 [10:58:17.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9217 [10:58:17.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 7.262430000118911ms +Info 9218 [10:58:17.988] Different program with same set of files +Info 9219 [10:58:18.047] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9220 [10:58:18.069] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 22.13521600002423ms +Info 9221 [10:58:18.069] Different program with same set of files +Info 9222 [10:58:18.070] getCompletionData: Get current token: 0.019517000298947096 +Info 9223 [10:58:18.070] getCompletionData: Is inside comment: 0.006160000339150429 +Info 9224 [10:58:18.070] getCompletionData: Get previous token: 0.09034699993208051 +Info 9225 [10:58:18.070] getCompletionsAtPosition: isCompletionListBlocker: 0.007284000050276518 +Info 9226 [10:58:18.077] getExportInfoMap: cache hit +Info 9227 [10:58:18.098] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9228 [10:58:18.098] collectAutoImports: response is complete +Info 9229 [10:58:18.098] collectAutoImports: 20.896562000270933 +Info 9230 [10:58:18.098] getCompletionData: Semantic work: 28.054717000108212 +Info 9231 [10:58:18.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.856616999953985 +Info 9232 [10:58:18.108] Format host information updated +Info 9233 [10:58:18.157] Format host information updated +Info 9234 [10:58:18.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9235 [10:58:18.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 8.013076000381261ms +Info 9236 [10:58:18.165] Different program with same set of files +Info 9237 [10:58:18.685] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9238 [10:58:18.692] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 6.886330999899656ms +Info 9239 [10:58:18.692] Different program with same set of files +Info 9240 [10:58:18.692] getCompletionData: Get current token: 0.00395399983972311 +Info 9241 [10:58:18.692] getCompletionData: Is inside comment: 0.0013129999861121178 +Info 9242 [10:58:18.692] getCompletionData: Get previous token: 0.022026000078767538 +Info 9243 [10:58:18.692] getCompletionsAtPosition: isCompletionListBlocker: 0.0019450001418590546 +Info 9244 [10:58:18.693] getExportInfoMap: cache hit +Info 9245 [10:58:18.696] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 9246 [10:58:18.696] collectAutoImports: response is complete +Info 9247 [10:58:18.696] collectAutoImports: 3.0655279997736216 +Info 9248 [10:58:18.696] getCompletionData: Semantic work: 3.7304440001025796 +Info 9249 [10:58:18.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0367620000615716 +Info 9250 [10:58:18.700] Format host information updated +Info 9251 [10:58:18.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9252 [10:58:18.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 7.720287000294775ms +Info 9253 [10:58:18.858] Different program with same set of files +Info 9254 [10:58:18.858] getCompletionData: Get current token: 0.006192999891936779 +Info 9255 [10:58:18.859] getCompletionData: Is inside comment: 0.002598999999463558 +Info 9256 [10:58:18.859] getCompletionData: Get previous token: 0.03780000004917383 +Info 9257 [10:58:18.859] getCompletionsAtPosition: isCompletionListBlocker: 0.0033690002746880054 +Info 9258 [10:58:18.860] getExportInfoMap: cache hit +Info 9259 [10:58:18.863] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 9260 [10:58:18.863] collectAutoImports: response is complete +Info 9261 [10:58:18.863] collectAutoImports: 3.059643999673426 +Info 9262 [10:58:18.863] getCompletionData: Semantic work: 4.2976179998368025 +Info 9263 [10:58:18.865] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.586684999987483 +Info 9264 [10:58:18.865] Format host information updated +Info 9265 [10:58:18.919] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9266 [10:58:18.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 24.6768879997544ms +Info 9267 [10:58:18.943] Different program with same set of files +Info 9268 [10:58:18.944] getCompletionData: Get current token: 0.010045000351965427 +Info 9269 [10:58:18.944] getCompletionData: Is inside comment: 0.00278700003400445 +Info 9270 [10:58:18.944] getCompletionData: Get previous token: 0.0572609999217093 +Info 9271 [10:58:18.944] getCompletionsAtPosition: isCompletionListBlocker: 0.004255999810993671 +Info 9272 [10:58:18.945] getExportInfoMap: cache hit +Info 9273 [10:58:18.950] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 9274 [10:58:18.950] collectAutoImports: response is complete +Info 9275 [10:58:18.950] collectAutoImports: 4.720468000043184 +Info 9276 [10:58:18.950] getCompletionData: Semantic work: 6.258886999916285 +Info 9277 [10:58:18.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1201039999723434 +Info 9278 [10:58:18.974] Format host information updated +Info 9279 [10:58:19.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9280 [10:58:19.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 6.48328399984166ms +Info 9281 [10:58:19.091] Different program with same set of files +Info 9282 [10:58:19.092] getCompletionData: Get current token: 0.004594000056385994 +Info 9283 [10:58:19.092] getCompletionData: Is inside comment: 0.0013180002570152283 +Info 9284 [10:58:19.092] getCompletionData: Get previous token: 0.025079000275582075 +Info 9285 [10:58:19.092] getCompletionsAtPosition: isCompletionListBlocker: 0.002921000123023987 +Info 9286 [10:58:19.092] getExportInfoMap: cache hit +Info 9287 [10:58:19.105] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 9288 [10:58:19.105] collectAutoImports: response is complete +Info 9289 [10:58:19.105] collectAutoImports: 12.584146999754012 +Info 9290 [10:58:19.105] getCompletionData: Semantic work: 13.26124499971047 +Info 9291 [10:58:19.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9611240001395345 +Info 9292 [10:58:19.113] Format host information updated +Info 9293 [10:58:24.483] Format host information updated +Info 9294 [10:58:24.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9295 [10:58:24.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 7.9706480000168085ms +Info 9296 [10:58:24.491] Different program with same set of files +Info 9297 [10:58:27.159] Format host information updated +Info 9298 [10:58:27.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9299 [10:58:27.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 11.838308000005782ms +Info 9300 [10:58:27.171] Different program with same set of files +Info 9301 [10:58:59.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9302 [10:58:59.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 17.350471999961883ms +Info 9303 [10:58:59.718] Different program with same set of files +Info 9304 [10:58:59.718] getCompletionData: Get current token: 0.005894999951124191 +Info 9305 [10:58:59.718] getCompletionData: Is inside comment: 0.001595000270754099 +Info 9306 [10:58:59.719] getCompletionData: Get previous token: 0.026436999905854464 +Info 9307 [10:58:59.719] getCompletionsAtPosition: isCompletionListBlocker: 0.009027999825775623 +Info 9308 [10:58:59.720] getExportInfoMap: cache hit +Info 9309 [10:58:59.741] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9310 [10:58:59.741] collectAutoImports: response is complete +Info 9311 [10:58:59.741] collectAutoImports: 20.4936770000495 +Info 9312 [10:58:59.741] getCompletionData: Semantic work: 22.0869970000349 +Info 9313 [10:58:59.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.378803000319749 +Info 9314 [10:58:59.751] Format host information updated +Info 9315 [10:58:59.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9316 [10:58:59.823] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 13.707004999741912ms +Info 9317 [10:58:59.823] Different program with same set of files +Info 9318 [10:58:59.824] getCompletionData: Get current token: 0.007267000153660774 +Info 9319 [10:58:59.824] getCompletionData: Is inside comment: 0.0018649999983608723 +Info 9320 [10:58:59.824] getCompletionData: Get previous token: 0.03603600012138486 +Info 9321 [10:58:59.824] getCompletionsAtPosition: isCompletionListBlocker: 0.009566999971866608 +Info 9322 [10:58:59.824] getExportInfoMap: cache hit +Info 9323 [10:58:59.843] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9324 [10:58:59.843] collectAutoImports: response is complete +Info 9325 [10:58:59.843] collectAutoImports: 18.903109999839216 +Info 9326 [10:58:59.843] getCompletionData: Semantic work: 19.60563899995759 +Info 9327 [10:58:59.848] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.147784999571741 +Info 9328 [10:58:59.852] Format host information updated +Info 9329 [10:58:59.929] Format host information updated +Info 9330 [10:58:59.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9331 [10:58:59.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 21.984275999944657ms +Info 9332 [10:58:59.952] Different program with same set of files +Info 9333 [10:59:00.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9334 [10:59:00.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 10.425148999784142ms +Info 9335 [10:59:00.552] Different program with same set of files +Info 9336 [10:59:00.553] getCompletionData: Get current token: 0.004752999637275934 +Info 9337 [10:59:00.553] getCompletionData: Is inside comment: 0.0013299998827278614 +Info 9338 [10:59:00.553] getCompletionData: Get previous token: 0.03065699990838766 +Info 9339 [10:59:00.553] getCompletionsAtPosition: isCompletionListBlocker: 0.008077000267803669 +Info 9340 [10:59:00.553] getExportInfoMap: cache hit +Info 9341 [10:59:00.558] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 9342 [10:59:00.558] collectAutoImports: response is complete +Info 9343 [10:59:00.558] collectAutoImports: 4.4317939998582006 +Info 9344 [10:59:00.558] getCompletionData: Semantic work: 5.021284000016749 +Info 9345 [10:59:00.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6293739997781813 +Info 9346 [10:59:00.560] Format host information updated +Info 9347 [10:59:00.895] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9348 [10:59:00.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 7.963243999984115ms +Info 9349 [10:59:00.903] Different program with same set of files +Info 9350 [10:59:00.904] getCompletionData: Get current token: 0.0055599999614059925 +Info 9351 [10:59:00.904] getCompletionData: Is inside comment: 0.0015679998323321342 +Info 9352 [10:59:00.904] getCompletionData: Get previous token: 0.028880999889224768 +Info 9353 [10:59:00.904] getCompletionsAtPosition: isCompletionListBlocker: 0.0026810001581907272 +Info 9354 [10:59:00.904] getExportInfoMap: cache hit +Info 9355 [10:59:00.920] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9356 [10:59:00.920] collectAutoImports: response is complete +Info 9357 [10:59:00.920] collectAutoImports: 15.587061999831349 +Info 9358 [10:59:00.920] getCompletionData: Semantic work: 16.173629000317305 +Info 9359 [10:59:00.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.740627000108361 +Info 9360 [10:59:00.929] Format host information updated +Info 9361 [10:59:01.076] Format host information updated +Info 9362 [10:59:01.077] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9363 [10:59:01.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 31.59839199995622ms +Info 9364 [10:59:01.108] Different program with same set of files +Info 9365 [10:59:01.476] getCompletionData: Get current token: 0.00521499989554286 +Info 9366 [10:59:01.477] getCompletionData: Is inside comment: 0.049116999842226505 +Info 9367 [10:59:01.477] getCompletionData: Get previous token: 0.018264000304043293 +Info 9368 [10:59:01.477] getCompletionsAtPosition: isCompletionListBlocker: 0.032603999599814415 +Info 9369 [10:59:01.477] getExportInfoMap: cache hit +Info 9370 [10:59:01.491] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9371 [10:59:01.491] collectAutoImports: response is complete +Info 9372 [10:59:01.491] collectAutoImports: 13.923241999931633 +Info 9373 [10:59:01.491] getCompletionData: Semantic work: 14.699345999862999 +Info 9374 [10:59:01.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.132191000040621 +Info 9375 [10:59:02.490] Format host information updated +Info 9376 [10:59:02.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9377 [10:59:02.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 9.428442999720573ms +Info 9378 [10:59:02.500] Different program with same set of files +Info 9379 [10:59:06.905] Format host information updated +Info 9380 [10:59:06.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9381 [10:59:06.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 8.206631999928504ms +Info 9382 [10:59:06.914] Different program with same set of files +Info 9383 [10:59:07.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9384 [10:59:07.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 7.925410999916494ms +Info 9385 [10:59:07.354] Different program with same set of files +Info 9386 [10:59:07.354] getCompletionData: Get current token: 0.0035509997978806496 +Info 9387 [10:59:07.354] getCompletionData: Is inside comment: 0.026295000221580267 +Info 9388 [10:59:07.354] getCompletionData: Get previous token: 0.024391000159084797 +Info 9389 [10:59:07.354] getCompletionsAtPosition: isCompletionListBlocker: 0.007713000290095806 +Info 9390 [10:59:07.355] getExportInfoMap: cache hit +Info 9391 [10:59:07.365] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 218 from cache +Info 9392 [10:59:07.365] collectAutoImports: response is complete +Info 9393 [10:59:07.365] collectAutoImports: 9.773829000070691 +Info 9394 [10:59:07.365] getCompletionData: Semantic work: 10.70899699954316 +Info 9395 [10:59:07.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4433659999631345 +Info 9396 [10:59:07.368] Format host information updated +Info 9397 [10:59:07.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9398 [10:59:07.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 9.905536999925971ms +Info 9399 [10:59:07.423] Different program with same set of files +Info 9400 [10:59:07.423] getCompletionData: Get current token: 0.005411999765783548 +Info 9401 [10:59:07.423] getCompletionData: Is inside comment: 0.01786400005221367 +Info 9402 [10:59:07.423] getCompletionData: Get previous token: 0.0504959998652339 +Info 9403 [10:59:07.423] getCompletionsAtPosition: isCompletionListBlocker: 0.009465999901294708 +Info 9404 [10:59:07.424] getExportInfoMap: cache hit +Info 9405 [10:59:07.431] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 164 from cache +Info 9406 [10:59:07.431] collectAutoImports: response is complete +Info 9407 [10:59:07.431] collectAutoImports: 6.854674000293016 +Info 9408 [10:59:07.431] getCompletionData: Semantic work: 7.730946999974549 +Info 9409 [10:59:07.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.011363999918103 +Info 9410 [10:59:07.437] Format host information updated +Info 9411 [10:59:07.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9412 [10:59:07.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 7.9434529999271035ms +Info 9413 [10:59:07.481] Different program with same set of files +Info 9414 [10:59:07.481] getCompletionData: Get current token: 0.004064999986439943 +Info 9415 [10:59:07.481] getCompletionData: Is inside comment: 0.013609999790787697 +Info 9416 [10:59:07.481] getCompletionData: Get previous token: 0.022716000210493803 +Info 9417 [10:59:07.481] getCompletionsAtPosition: isCompletionListBlocker: 0.007933999877423048 +Info 9418 [10:59:07.482] getExportInfoMap: cache hit +Info 9419 [10:59:07.487] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 112 from cache +Info 9420 [10:59:07.487] collectAutoImports: response is complete +Info 9421 [10:59:07.487] collectAutoImports: 4.736408999655396 +Info 9422 [10:59:07.487] getCompletionData: Semantic work: 5.42987099988386 +Info 9423 [10:59:07.489] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8027069997042418 +Info 9424 [10:59:07.490] Format host information updated +Info 9425 [10:59:07.555] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9426 [10:59:07.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 15.865036999806762ms +Info 9427 [10:59:07.571] Different program with same set of files +Info 9428 [10:59:07.572] getCompletionData: Get current token: 0.012377000413835049 +Info 9429 [10:59:07.572] getCompletionData: Is inside comment: 0.02699299994856119 +Info 9430 [10:59:07.572] getCompletionData: Get previous token: 0.059532000217586756 +Info 9431 [10:59:07.572] getCompletionsAtPosition: isCompletionListBlocker: 0.017816000152379274 +Info 9432 [10:59:07.573] getExportInfoMap: cache hit +Info 9433 [10:59:07.580] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 9434 [10:59:07.580] collectAutoImports: response is complete +Info 9435 [10:59:07.580] collectAutoImports: 6.5885020000860095 +Info 9436 [10:59:07.580] getCompletionData: Semantic work: 7.8317849999293685 +Info 9437 [10:59:07.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3566009998321533 +Info 9438 [10:59:07.583] Format host information updated +Info 9439 [10:59:07.689] Format host information updated +Info 9440 [10:59:07.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9441 [10:59:07.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 29.119760000146925ms +Info 9442 [10:59:07.719] Different program with same set of files +Info 9443 [10:59:08.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9444 [10:59:08.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 7.729137999936938ms +Info 9445 [10:59:08.537] Different program with same set of files +Info 9446 [10:59:08.537] getCompletionData: Get current token: 0.003118999768048525 +Info 9447 [10:59:08.537] getCompletionData: Is inside comment: 0.012136000208556652 +Info 9448 [10:59:08.537] getCompletionData: Get previous token: 0.01814799988642335 +Info 9449 [10:59:08.537] getCompletionsAtPosition: isCompletionListBlocker: 0.0016729999333620071 +Info 9450 [10:59:08.537] Returning an empty list because completion was requested in an invalid position. +Info 9451 [10:59:08.537] Format host information updated +Info 9452 [10:59:08.605] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9453 [10:59:08.612] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 7.2099649999290705ms +Info 9454 [10:59:08.612] Different program with same set of files +Info 9455 [10:59:08.612] getCompletionData: Get current token: 0.0035439999774098396 +Info 9456 [10:59:08.612] getCompletionData: Is inside comment: 0.01259199995547533 +Info 9457 [10:59:08.612] getCompletionData: Get previous token: 0.01803999999538064 +Info 9458 [10:59:08.612] getCompletionsAtPosition: isCompletionListBlocker: 0.0013089999556541443 +Info 9459 [10:59:08.612] Returning an empty list because completion was requested in an invalid position. +Info 9460 [10:59:08.614] Format host information updated +Info 9461 [10:59:08.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9462 [10:59:08.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 21.766102999914438ms +Info 9463 [10:59:08.977] Different program with same set of files +Info 9464 [10:59:08.977] getCompletionData: Get current token: 0.011326999869197607 +Info 9465 [10:59:08.978] getCompletionData: Is inside comment: 0.04538200004026294 +Info 9466 [10:59:08.978] getCompletionData: Get previous token: 0.0637779999524355 +Info 9467 [10:59:08.978] getCompletionsAtPosition: isCompletionListBlocker: 0.00420599989593029 +Info 9468 [10:59:08.978] Returning an empty list because completion was requested in an invalid position. +Info 9469 [10:59:08.978] Format host information updated +Info 9470 [10:59:09.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9471 [10:59:09.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 14.779339999891818ms +Info 9472 [10:59:09.046] Different program with same set of files +Info 9473 [10:59:09.046] getCompletionData: Get current token: 0.005847000051289797 +Info 9474 [10:59:09.046] getCompletionData: Is inside comment: 0.020558000076562166 +Info 9475 [10:59:09.046] getCompletionData: Get previous token: 0.02998700039461255 +Info 9476 [10:59:09.046] getCompletionsAtPosition: isCompletionListBlocker: 0.0025519998744130135 +Info 9477 [10:59:09.046] Returning an empty list because completion was requested in an invalid position. +Info 9478 [10:59:09.046] Format host information updated +Info 9479 [10:59:09.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9480 [10:59:09.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 8.567286999896169ms +Info 9481 [10:59:09.101] Different program with same set of files +Info 9482 [10:59:09.101] getCompletionData: Get current token: 0.004448999650776386 +Info 9483 [10:59:09.101] getCompletionData: Is inside comment: 0.01626199996098876 +Info 9484 [10:59:09.101] getCompletionData: Get previous token: 0.023870999924838543 +Info 9485 [10:59:09.101] getCompletionsAtPosition: isCompletionListBlocker: 0.001705000177025795 +Info 9486 [10:59:09.101] Returning an empty list because completion was requested in an invalid position. +Info 9487 [10:59:09.101] Format host information updated +Info 9488 [10:59:09.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9489 [10:59:09.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 31.45071499980986ms +Info 9490 [10:59:09.307] Different program with same set of files +Info 9491 [10:59:09.308] getCompletionData: Get current token: 0.009163999930024147 +Info 9492 [10:59:09.308] getCompletionData: Is inside comment: 0.03183100000023842 +Info 9493 [10:59:09.308] getCompletionData: Get previous token: 0.04506699973717332 +Info 9494 [10:59:09.308] getCompletionsAtPosition: isCompletionListBlocker: 0.003766000270843506 +Info 9495 [10:59:09.308] Returning an empty list because completion was requested in an invalid position. +Info 9496 [10:59:09.308] Format host information updated +Info 9497 [10:59:09.339] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9498 [10:59:09.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 8.401957999914885ms +Info 9499 [10:59:09.347] Different program with same set of files +Info 9500 [10:59:09.347] getCompletionData: Get current token: 0.004999999888241291 +Info 9501 [10:59:09.347] getCompletionData: Is inside comment: 0.016824999824166298 +Info 9502 [10:59:09.347] getCompletionData: Get previous token: 0.024998999666422606 +Info 9503 [10:59:09.347] getCompletionsAtPosition: isCompletionListBlocker: 0.0020329998806118965 +Info 9504 [10:59:09.347] Returning an empty list because completion was requested in an invalid position. +Info 9505 [10:59:09.348] Format host information updated +Info 9506 [10:59:09.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9507 [10:59:09.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 10.632083999924362ms +Info 9508 [10:59:09.486] Different program with same set of files +Info 9509 [10:59:09.486] getCompletionData: Get current token: 0.0038200002163648605 +Info 9510 [10:59:09.486] getCompletionData: Is inside comment: 0.013349000364542007 +Info 9511 [10:59:09.486] getCompletionData: Get previous token: 0.019373999908566475 +Info 9512 [10:59:09.486] getCompletionsAtPosition: isCompletionListBlocker: 0.001829999964684248 +Info 9513 [10:59:09.486] Returning an empty list because completion was requested in an invalid position. +Info 9514 [10:59:09.486] Format host information updated +Info 9515 [10:59:09.541] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9516 [10:59:09.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 14.503386000171304ms +Info 9517 [10:59:09.556] Different program with same set of files +Info 9518 [10:59:09.556] getCompletionData: Get current token: 0.008750000037252903 +Info 9519 [10:59:09.556] getCompletionData: Is inside comment: 0.03216499974951148 +Info 9520 [10:59:09.557] getCompletionData: Get previous token: 0.04599000001326203 +Info 9521 [10:59:09.557] getCompletionsAtPosition: isCompletionListBlocker: 0.003636999987065792 +Info 9522 [10:59:09.557] Returning an empty list because completion was requested in an invalid position. +Info 9523 [10:59:09.557] Format host information updated +Info 9524 [10:59:10.108] getCompletionData: Get current token: 0.018544000107795 +Info 9525 [10:59:10.108] getCompletionData: Is inside comment: 0.006718999706208706 +Info 9526 [10:59:10.109] getCompletionData: Get previous token: 0.10109400004148483 +Info 9527 [10:59:10.109] getCompletionsAtPosition: isCompletionListBlocker: 0.005927999969571829 +Info 9528 [10:59:10.109] Returning an empty list because completion was requested in an invalid position. +Info 9529 [10:59:10.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9530 [10:59:10.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 8.072614999953657ms +Info 9531 [10:59:10.240] Different program with same set of files +Info 9532 [10:59:10.240] getCompletionData: Get current token: 0.0038619996048510075 +Info 9533 [10:59:10.240] getCompletionData: Is inside comment: 0.0012679998762905598 +Info 9534 [10:59:10.240] getCompletionData: Get previous token: 0.022830000147223473 +Info 9535 [10:59:10.240] getCompletionsAtPosition: isCompletionListBlocker: 0.002065999899059534 +Info 9536 [10:59:10.240] Returning an empty list because completion was requested in an invalid position. +Info 9537 [10:59:10.240] Format host information updated +Info 9538 [10:59:10.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9539 [10:59:10.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 9.378458000253886ms +Info 9540 [10:59:10.699] Different program with same set of files +Info 9541 [10:59:10.699] getCompletionData: Get current token: 0.004147999919950962 +Info 9542 [10:59:10.699] getCompletionData: Is inside comment: 0.0015830001793801785 +Info 9543 [10:59:10.699] getCompletionData: Get previous token: 0.023668999783694744 +Info 9544 [10:59:10.699] getCompletionsAtPosition: isCompletionListBlocker: 0.0018239999189972878 +Info 9545 [10:59:10.699] Returning an empty list because completion was requested in an invalid position. +Info 9546 [10:59:10.699] Format host information updated +Info 9547 [10:59:11.178] getCompletionData: Get current token: 0.003491000272333622 +Info 9548 [10:59:11.178] getCompletionData: Is inside comment: 0.01258699968457222 +Info 9549 [10:59:11.178] getCompletionData: Get previous token: 0.017039000056684017 +Info 9550 [10:59:11.178] getCompletionsAtPosition: isCompletionListBlocker: 0.002228999976068735 +Info 9551 [10:59:11.178] Returning an empty list because completion was requested in an invalid position. +Info 9552 [10:59:11.335] Format host information updated +Info 9553 [10:59:11.335] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9554 [10:59:11.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 7.483249000273645ms +Info 9555 [10:59:11.342] Different program with same set of files +Info 9556 [10:59:11.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9557 [10:59:11.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 7.1405759998597205ms +Info 9558 [10:59:11.426] Different program with same set of files +Info 9559 [10:59:11.426] getCompletionData: Get current token: 0.0033820001408457756 +Info 9560 [10:59:11.426] getCompletionData: Is inside comment: 0.013223000336438417 +Info 9561 [10:59:11.426] getCompletionData: Get previous token: 0.010245999787002802 +Info 9562 [10:59:11.426] getCompletionsAtPosition: isCompletionListBlocker: 0.006691000424325466 +Info 9563 [10:59:11.427] getExportInfoMap: cache hit +Info 9564 [10:59:11.438] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9565 [10:59:11.438] collectAutoImports: response is complete +Info 9566 [10:59:11.438] collectAutoImports: 11.606116000097245 +Info 9567 [10:59:11.438] getCompletionData: Semantic work: 12.2694309996441 +Info 9568 [10:59:11.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.520686999894679 +Info 9569 [10:59:11.449] Format host information updated +Info 9570 [10:59:11.537] Format host information updated +Info 9571 [10:59:11.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9572 [10:59:11.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 7.794714999850839ms +Info 9573 [10:59:11.545] Different program with same set of files +Info 9574 [10:59:11.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9575 [10:59:11.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 25.513181999791414ms +Info 9576 [10:59:11.780] Different program with same set of files +Info 9577 [10:59:11.781] getCompletionData: Get current token: 0.006649000104516745 +Info 9578 [10:59:11.781] getCompletionData: Is inside comment: 0.024872000329196453 +Info 9579 [10:59:11.781] getCompletionData: Get previous token: 0.03832900011911988 +Info 9580 [10:59:11.781] getCompletionsAtPosition: isCompletionListBlocker: 0.01334200007840991 +Info 9581 [10:59:11.782] getExportInfoMap: cache hit +Info 9582 [10:59:11.788] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 129 from cache +Info 9583 [10:59:11.788] collectAutoImports: response is complete +Info 9584 [10:59:11.788] collectAutoImports: 6.703898000065237 +Info 9585 [10:59:11.788] getCompletionData: Semantic work: 7.638214000035077 +Info 9586 [10:59:11.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1457969998009503 +Info 9587 [10:59:11.792] Format host information updated +Info 9588 [10:59:11.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9589 [10:59:11.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 8.025652999989688ms +Info 9590 [10:59:11.913] Different program with same set of files +Info 9591 [10:59:11.913] getCompletionData: Get current token: 0.004350999835878611 +Info 9592 [10:59:11.913] getCompletionData: Is inside comment: 0.015899999998509884 +Info 9593 [10:59:11.913] getCompletionData: Get previous token: 0.024890999775379896 +Info 9594 [10:59:11.913] getCompletionsAtPosition: isCompletionListBlocker: 0.008402000181376934 +Info 9595 [10:59:11.913] getExportInfoMap: cache hit +Info 9596 [10:59:11.917] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 36 from cache +Info 9597 [10:59:11.917] collectAutoImports: response is complete +Info 9598 [10:59:11.917] collectAutoImports: 3.562752000056207 +Info 9599 [10:59:11.917] getCompletionData: Semantic work: 4.218727999832481 +Info 9600 [10:59:11.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5467310003004968 +Info 9601 [10:59:11.922] Format host information updated +Info 9602 [10:59:11.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9603 [10:59:11.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 11.885809000115842ms +Info 9604 [10:59:11.981] Different program with same set of files +Info 9605 [10:59:11.981] getCompletionData: Get current token: 0.006777000147849321 +Info 9606 [10:59:11.981] getCompletionData: Is inside comment: 0.024027999956160784 +Info 9607 [10:59:11.981] getCompletionData: Get previous token: 0.039437999948859215 +Info 9608 [10:59:11.981] getCompletionsAtPosition: isCompletionListBlocker: 0.0120749999769032 +Info 9609 [10:59:11.982] getExportInfoMap: cache hit +Info 9610 [10:59:11.987] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 9611 [10:59:11.987] collectAutoImports: response is complete +Info 9612 [10:59:11.987] collectAutoImports: 4.508263999596238 +Info 9613 [10:59:11.987] getCompletionData: Semantic work: 5.394237000029534 +Info 9614 [10:59:11.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.101621000096202 +Info 9615 [10:59:11.990] Format host information updated +Info 9616 [10:59:12.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9617 [10:59:12.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 10.179748999886215ms +Info 9618 [10:59:12.091] Different program with same set of files +Info 9619 [10:59:12.091] getCompletionData: Get current token: 0.0033819996751844883 +Info 9620 [10:59:12.091] getCompletionData: Is inside comment: 0.011963999830186367 +Info 9621 [10:59:12.091] getCompletionData: Get previous token: 0.018729000352323055 +Info 9622 [10:59:12.091] getCompletionsAtPosition: isCompletionListBlocker: 0.007848000153899193 +Info 9623 [10:59:12.092] getExportInfoMap: cache hit +Info 9624 [10:59:12.094] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 11 from cache +Info 9625 [10:59:12.094] collectAutoImports: response is complete +Info 9626 [10:59:12.094] collectAutoImports: 2.208856999874115 +Info 9627 [10:59:12.094] getCompletionData: Semantic work: 2.796159999910742 +Info 9628 [10:59:12.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1127490000799298 +Info 9629 [10:59:12.096] Format host information updated +Info 9630 [10:59:12.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9631 [10:59:12.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 7.685885000042617ms +Info 9632 [10:59:12.855] Different program with same set of files +Info 9633 [10:59:12.856] getCompletionData: Get current token: 0.0034440001472830772 +Info 9634 [10:59:12.856] getCompletionData: Is inside comment: 0.01332999998703599 +Info 9635 [10:59:12.856] getCompletionData: Get previous token: 0.036481000017374754 +Info 9636 [10:59:12.856] getCompletionsAtPosition: isCompletionListBlocker: 0.007834999822080135 +Info 9637 [10:59:12.856] getExportInfoMap: cache hit +Info 9638 [10:59:12.859] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 9 from cache +Info 9639 [10:59:12.859] collectAutoImports: response is complete +Info 9640 [10:59:12.859] collectAutoImports: 2.090301999822259 +Info 9641 [10:59:12.859] getCompletionData: Semantic work: 2.6752789998427033 +Info 9642 [10:59:12.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.068057999946177 +Info 9643 [10:59:12.863] Format host information updated +Info 9644 [10:59:12.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9645 [10:59:12.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 13.870511999819428ms +Info 9646 [10:59:12.921] Different program with same set of files +Info 9647 [10:59:12.921] getCompletionData: Get current token: 0.0036479998379945755 +Info 9648 [10:59:12.921] getCompletionData: Is inside comment: 0.013340999837964773 +Info 9649 [10:59:12.921] getCompletionData: Get previous token: 0.022647999692708254 +Info 9650 [10:59:12.921] getCompletionsAtPosition: isCompletionListBlocker: 0.008392000105232 +Info 9651 [10:59:12.922] getExportInfoMap: cache hit +Info 9652 [10:59:12.925] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 9653 [10:59:12.925] collectAutoImports: response is complete +Info 9654 [10:59:12.925] collectAutoImports: 3.007962000090629 +Info 9655 [10:59:12.925] getCompletionData: Semantic work: 4.0843329997733235 +Info 9656 [10:59:12.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.844269999768585 +Info 9657 [10:59:12.928] Format host information updated +Info 9658 [10:59:13.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9659 [10:59:13.030] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 10.088938999921083ms +Info 9660 [10:59:13.030] Different program with same set of files +Info 9661 [10:59:13.030] getCompletionData: Get current token: 0.005078999791294336 +Info 9662 [10:59:13.030] getCompletionData: Is inside comment: 0.019927999936044216 +Info 9663 [10:59:13.030] getCompletionData: Get previous token: 0.03887200029566884 +Info 9664 [10:59:13.030] getCompletionsAtPosition: isCompletionListBlocker: 0.010254000313580036 +Info 9665 [10:59:13.031] getExportInfoMap: cache hit +Info 9666 [10:59:13.034] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 9667 [10:59:13.034] collectAutoImports: response is complete +Info 9668 [10:59:13.034] collectAutoImports: 2.990449999924749 +Info 9669 [10:59:13.034] getCompletionData: Semantic work: 3.7267730003222823 +Info 9670 [10:59:13.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6449589999392629 +Info 9671 [10:59:13.036] Format host information updated +Info 9672 [10:59:13.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9673 [10:59:13.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 6.833069000393152ms +Info 9674 [10:59:13.491] Different program with same set of files +Info 9675 [10:59:13.491] getCompletionData: Get current token: 0.003364000003784895 +Info 9676 [10:59:13.491] getCompletionData: Is inside comment: 0.013807000126689672 +Info 9677 [10:59:13.491] getCompletionData: Get previous token: 0.02107399981468916 +Info 9678 [10:59:13.491] getCompletionsAtPosition: isCompletionListBlocker: 0.006628999952226877 +Info 9679 [10:59:13.492] getExportInfoMap: cache hit +Info 9680 [10:59:13.494] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 9681 [10:59:13.494] collectAutoImports: response is complete +Info 9682 [10:59:13.494] collectAutoImports: 2.1230929996818304 +Info 9683 [10:59:13.494] getCompletionData: Semantic work: 2.647150999866426 +Info 9684 [10:59:13.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1410309998318553 +Info 9685 [10:59:13.497] Format host information updated +Info 9686 [10:59:13.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9687 [10:59:13.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 7.54455199977383ms +Info 9688 [10:59:13.664] Different program with same set of files +Info 9689 [10:59:13.664] getCompletionData: Get current token: 0.004437000025063753 +Info 9690 [10:59:13.664] getCompletionData: Is inside comment: 0.015834000427275896 +Info 9691 [10:59:13.664] getCompletionData: Get previous token: 0.025483999866992235 +Info 9692 [10:59:13.664] getCompletionsAtPosition: isCompletionListBlocker: 0.008402999956160784 +Info 9693 [10:59:13.665] getExportInfoMap: cache hit +Info 9694 [10:59:13.667] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 9695 [10:59:13.667] collectAutoImports: response is complete +Info 9696 [10:59:13.667] collectAutoImports: 2.4867949998006225 +Info 9697 [10:59:13.667] getCompletionData: Semantic work: 3.0913120000623167 +Info 9698 [10:59:13.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3316120002418756 +Info 9699 [10:59:13.669] Format host information updated +Info 9700 [10:59:14.118] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9701 [10:59:14.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 6.89673599973321ms +Info 9702 [10:59:14.125] Different program with same set of files +Info 9703 [10:59:14.125] getCompletionData: Get current token: 0.0029429998248815536 +Info 9704 [10:59:14.125] getCompletionData: Is inside comment: 0.011859000194817781 +Info 9705 [10:59:14.125] getCompletionData: Get previous token: 0.018328999634832144 +Info 9706 [10:59:14.125] getCompletionsAtPosition: isCompletionListBlocker: 0.007242000196129084 +Info 9707 [10:59:14.125] getExportInfoMap: cache hit +Info 9708 [10:59:14.127] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 9 from cache +Info 9709 [10:59:14.127] collectAutoImports: response is complete +Info 9710 [10:59:14.127] collectAutoImports: 2.082771999761462 +Info 9711 [10:59:14.127] getCompletionData: Semantic work: 2.5803879997693002 +Info 9712 [10:59:14.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.188221000134945 +Info 9713 [10:59:14.129] Format host information updated +Info 9714 [10:59:14.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9715 [10:59:14.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 8.945919999852777ms +Info 9716 [10:59:14.426] Different program with same set of files +Info 9717 [10:59:14.426] getCompletionData: Get current token: 0.0031659998930990696 +Info 9718 [10:59:14.426] getCompletionData: Is inside comment: 0.011082999873906374 +Info 9719 [10:59:14.426] getCompletionData: Get previous token: 0.017109999898821115 +Info 9720 [10:59:14.426] getCompletionsAtPosition: isCompletionListBlocker: 0.008125000167638063 +Info 9721 [10:59:14.427] getExportInfoMap: cache hit +Info 9722 [10:59:14.429] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 9723 [10:59:14.429] collectAutoImports: response is complete +Info 9724 [10:59:14.429] collectAutoImports: 1.8622489999979734 +Info 9725 [10:59:14.429] getCompletionData: Semantic work: 2.460638000164181 +Info 9726 [10:59:14.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.014102999586612 +Info 9727 [10:59:14.430] Format host information updated +Info 9728 [10:59:14.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9729 [10:59:14.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 6.917291999794543ms +Info 9730 [10:59:14.557] Different program with same set of files +Info 9731 [10:59:14.557] getCompletionData: Get current token: 0.003932999912649393 +Info 9732 [10:59:14.557] getCompletionData: Is inside comment: 0.017287999857217073 +Info 9733 [10:59:14.557] getCompletionData: Get previous token: 0.02280599996447563 +Info 9734 [10:59:14.557] getCompletionsAtPosition: isCompletionListBlocker: 0.007108000107109547 +Info 9735 [10:59:14.558] getExportInfoMap: cache hit +Info 9736 [10:59:14.560] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 9737 [10:59:14.560] collectAutoImports: response is complete +Info 9738 [10:59:14.560] collectAutoImports: 2.296862999908626 +Info 9739 [10:59:14.560] getCompletionData: Semantic work: 2.8460050001740456 +Info 9740 [10:59:14.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2501209997572005 +Info 9741 [10:59:14.562] Format host information updated +Info 9742 [10:59:14.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9743 [10:59:14.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 16.050950000062585ms +Info 9744 [10:59:14.632] Different program with same set of files +Info 9745 [10:59:14.633] getCompletionData: Get current token: 0.009926999919116497 +Info 9746 [10:59:14.633] getCompletionData: Is inside comment: 0.0366309997625649 +Info 9747 [10:59:14.633] getCompletionData: Get previous token: 0.057825000025331974 +Info 9748 [10:59:14.633] getCompletionsAtPosition: isCompletionListBlocker: 0.01661099959164858 +Info 9749 [10:59:14.634] getExportInfoMap: cache hit +Info 9750 [10:59:14.640] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 9751 [10:59:14.640] collectAutoImports: response is complete +Info 9752 [10:59:14.640] collectAutoImports: 5.504592000041157 +Info 9753 [10:59:14.640] getCompletionData: Semantic work: 6.777465000282973 +Info 9754 [10:59:14.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0193050000816584 +Info 9755 [10:59:14.644] Format host information updated +Info 9756 [10:59:14.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9757 [10:59:14.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 10.22542899986729ms +Info 9758 [10:59:14.951] Different program with same set of files +Info 9759 [10:59:14.951] getCompletionData: Get current token: 0.004191000014543533 +Info 9760 [10:59:14.951] getCompletionData: Is inside comment: 0.015422000084072351 +Info 9761 [10:59:14.951] getCompletionData: Get previous token: 0.024199000094085932 +Info 9762 [10:59:14.951] getCompletionsAtPosition: isCompletionListBlocker: 0.009146000258624554 +Info 9763 [10:59:14.952] getExportInfoMap: cache hit +Info 9764 [10:59:14.954] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9765 [10:59:14.954] collectAutoImports: response is complete +Info 9766 [10:59:14.954] collectAutoImports: 2.4586710003204644 +Info 9767 [10:59:14.954] getCompletionData: Semantic work: 3.101277000270784 +Info 9768 [10:59:14.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3855179999954998 +Info 9769 [10:59:14.956] Format host information updated +Info 9770 [10:59:15.269] Format host information updated +Info 9771 [10:59:15.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9772 [10:59:15.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 7.076009999960661ms +Info 9773 [10:59:15.276] Different program with same set of files +Info 9774 [10:59:15.486] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9775 [10:59:15.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 7.399346000049263ms +Info 9776 [10:59:15.494] Different program with same set of files +Info 9777 [10:59:15.494] getCompletionData: Get current token: 0.00406000018119812 +Info 9778 [10:59:15.494] getCompletionData: Is inside comment: 0.015837999992072582 +Info 9779 [10:59:15.494] getCompletionData: Get previous token: 0.012363000307232141 +Info 9780 [10:59:15.494] getCompletionsAtPosition: isCompletionListBlocker: 0.007978999987244606 +Info 9781 [10:59:15.494] getExportInfoMap: cache hit +Info 9782 [10:59:15.508] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 9783 [10:59:15.508] collectAutoImports: response is complete +Info 9784 [10:59:15.508] collectAutoImports: 13.729081000201404 +Info 9785 [10:59:15.508] getCompletionData: Semantic work: 14.302962999790907 +Info 9786 [10:59:15.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2701970003545284 +Info 9787 [10:59:15.514] Format host information updated +Info 9788 [10:59:15.581] Format host information updated +Info 9789 [10:59:15.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9790 [10:59:15.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 11.337119000032544ms +Info 9791 [10:59:15.592] Different program with same set of files +Info 9792 [10:59:16.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9793 [10:59:16.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 9.10265800030902ms +Info 9794 [10:59:16.354] Different program with same set of files +Info 9795 [10:59:16.354] getCompletionData: Get current token: 0.003792000003159046 +Info 9796 [10:59:16.354] getCompletionData: Is inside comment: 0.0139679997228086 +Info 9797 [10:59:16.354] getCompletionData: Get previous token: 0.02181799989193678 +Info 9798 [10:59:16.354] getCompletionsAtPosition: isCompletionListBlocker: 0.008226000238209963 +Info 9799 [10:59:16.355] getExportInfoMap: cache hit +Info 9800 [10:59:16.359] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 129 from cache +Info 9801 [10:59:16.359] collectAutoImports: response is complete +Info 9802 [10:59:16.359] collectAutoImports: 4.452277000062168 +Info 9803 [10:59:16.359] getCompletionData: Semantic work: 5.03831100044772 +Info 9804 [10:59:16.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6205319999717176 +Info 9805 [10:59:16.362] Format host information updated +Info 9806 [10:59:16.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9807 [10:59:16.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 6.951692000031471ms +Info 9808 [10:59:16.539] Different program with same set of files +Info 9809 [10:59:16.539] getCompletionData: Get current token: 0.004416000097990036 +Info 9810 [10:59:16.539] getCompletionData: Is inside comment: 0.031814999878406525 +Info 9811 [10:59:16.539] getCompletionData: Get previous token: 0.02481799991801381 +Info 9812 [10:59:16.539] getCompletionsAtPosition: isCompletionListBlocker: 0.007940000388771296 +Info 9813 [10:59:16.540] getExportInfoMap: cache hit +Info 9814 [10:59:16.546] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 36 from cache +Info 9815 [10:59:16.546] collectAutoImports: response is complete +Info 9816 [10:59:16.546] collectAutoImports: 5.956298999954015 +Info 9817 [10:59:16.546] getCompletionData: Semantic work: 6.56171500030905 +Info 9818 [10:59:16.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4963350002653897 +Info 9819 [10:59:16.548] Format host information updated +Info 9820 [10:59:16.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9821 [10:59:16.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 12.029965000227094ms +Info 9822 [10:59:16.618] Different program with same set of files +Info 9823 [10:59:16.619] getCompletionData: Get current token: 0.008336000144481659 +Info 9824 [10:59:16.619] getCompletionData: Is inside comment: 0.027124000247567892 +Info 9825 [10:59:16.619] getCompletionData: Get previous token: 0.039884999860078096 +Info 9826 [10:59:16.619] getCompletionsAtPosition: isCompletionListBlocker: 0.012947999872267246 +Info 9827 [10:59:16.620] getExportInfoMap: cache hit +Info 9828 [10:59:16.625] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 9829 [10:59:16.625] collectAutoImports: response is complete +Info 9830 [10:59:16.625] collectAutoImports: 5.421007999684662 +Info 9831 [10:59:16.625] getCompletionData: Semantic work: 6.473606999963522 +Info 9832 [10:59:16.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.568082000128925 +Info 9833 [10:59:16.629] Format host information updated +Info 9834 [10:59:16.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9835 [10:59:16.764] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 6.940019000321627ms +Info 9836 [10:59:16.764] Different program with same set of files +Info 9837 [10:59:16.765] getCompletionData: Get current token: 0.0040699997916817665 +Info 9838 [10:59:16.765] getCompletionData: Is inside comment: 0.013189000077545643 +Info 9839 [10:59:16.765] getCompletionData: Get previous token: 0.01925700018182397 +Info 9840 [10:59:16.765] getCompletionsAtPosition: isCompletionListBlocker: 0.007544999942183495 +Info 9841 [10:59:16.765] getExportInfoMap: cache hit +Info 9842 [10:59:16.768] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 11 from cache +Info 9843 [10:59:16.768] collectAutoImports: response is complete +Info 9844 [10:59:16.768] collectAutoImports: 2.3418450001627207 +Info 9845 [10:59:16.768] getCompletionData: Semantic work: 2.9102790001779795 +Info 9846 [10:59:16.769] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2301610000431538 +Info 9847 [10:59:16.770] Format host information updated +Info 9848 [10:59:17.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9849 [10:59:17.274] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 10.14393400028348ms +Info 9850 [10:59:17.274] Different program with same set of files +Info 9851 [10:59:17.274] getCompletionData: Get current token: 0.0037890002131462097 +Info 9852 [10:59:17.274] getCompletionData: Is inside comment: 0.012258000206202269 +Info 9853 [10:59:17.274] getCompletionData: Get previous token: 0.017943999730050564 +Info 9854 [10:59:17.274] getCompletionsAtPosition: isCompletionListBlocker: 0.008799000177532434 +Info 9855 [10:59:17.275] getExportInfoMap: cache hit +Info 9856 [10:59:17.277] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 9 from cache +Info 9857 [10:59:17.277] collectAutoImports: response is complete +Info 9858 [10:59:17.277] collectAutoImports: 2.1607939996756613 +Info 9859 [10:59:17.277] getCompletionData: Semantic work: 2.7525039999745786 +Info 9860 [10:59:17.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.206294999923557 +Info 9861 [10:59:17.279] Format host information updated +Info 9862 [10:59:17.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9863 [10:59:17.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 11.13446700014174ms +Info 9864 [10:59:17.338] Different program with same set of files +Info 9865 [10:59:17.339] getCompletionData: Get current token: 0.0074269999749958515 +Info 9866 [10:59:17.339] getCompletionData: Is inside comment: 0.024110000114887953 +Info 9867 [10:59:17.339] getCompletionData: Get previous token: 0.035616999957710505 +Info 9868 [10:59:17.339] getCompletionsAtPosition: isCompletionListBlocker: 0.01166599988937378 +Info 9869 [10:59:17.340] getExportInfoMap: cache hit +Info 9870 [10:59:17.343] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 9871 [10:59:17.344] collectAutoImports: response is complete +Info 9872 [10:59:17.344] collectAutoImports: 3.828096999786794 +Info 9873 [10:59:17.344] getCompletionData: Semantic work: 4.756565999705344 +Info 9874 [10:59:17.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1421980001032352 +Info 9875 [10:59:17.347] Format host information updated +Info 9876 [10:59:17.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9877 [10:59:17.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 14.458473999984562ms +Info 9878 [10:59:17.421] Different program with same set of files +Info 9879 [10:59:17.421] getCompletionData: Get current token: 0.00903500011190772 +Info 9880 [10:59:17.421] getCompletionData: Is inside comment: 0.028049999848008156 +Info 9881 [10:59:17.421] getCompletionData: Get previous token: 0.04200599994510412 +Info 9882 [10:59:17.421] getCompletionsAtPosition: isCompletionListBlocker: 0.01343100005760789 +Info 9883 [10:59:17.422] getExportInfoMap: cache hit +Info 9884 [10:59:17.427] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 9885 [10:59:17.427] collectAutoImports: response is complete +Info 9886 [10:59:17.427] collectAutoImports: 4.574596999678761 +Info 9887 [10:59:17.427] getCompletionData: Semantic work: 5.717135000042617 +Info 9888 [10:59:17.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.09994800016284 +Info 9889 [10:59:17.430] Format host information updated +Info 9890 [10:59:17.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9891 [10:59:17.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 8.019822999835014ms +Info 9892 [10:59:17.475] Different program with same set of files +Info 9893 [10:59:17.475] getCompletionData: Get current token: 0.004269999917596579 +Info 9894 [10:59:17.475] getCompletionData: Is inside comment: 0.015021000057458878 +Info 9895 [10:59:17.475] getCompletionData: Get previous token: 0.02278000023216009 +Info 9896 [10:59:17.475] getCompletionsAtPosition: isCompletionListBlocker: 0.008539999835193157 +Info 9897 [10:59:17.476] getExportInfoMap: cache hit +Info 9898 [10:59:17.478] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 9899 [10:59:17.478] collectAutoImports: response is complete +Info 9900 [10:59:17.478] collectAutoImports: 2.4824839998036623 +Info 9901 [10:59:17.478] getCompletionData: Semantic work: 3.11098700016737 +Info 9902 [10:59:17.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3745840000919998 +Info 9903 [10:59:17.483] Format host information updated +Info 9904 [10:59:17.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9905 [10:59:17.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 10.356092000380158ms +Info 9906 [10:59:17.694] Different program with same set of files +Info 9907 [10:59:17.694] getCompletionData: Get current token: 0.003306000027805567 +Info 9908 [10:59:17.694] getCompletionData: Is inside comment: 0.011820999905467033 +Info 9909 [10:59:17.694] getCompletionData: Get previous token: 0.017942000180482864 +Info 9910 [10:59:17.694] getCompletionsAtPosition: isCompletionListBlocker: 0.007840000092983246 +Info 9911 [10:59:17.694] getExportInfoMap: cache hit +Info 9912 [10:59:17.696] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9913 [10:59:17.696] collectAutoImports: response is complete +Info 9914 [10:59:17.696] collectAutoImports: 1.8688990003429353 +Info 9915 [10:59:17.696] getCompletionData: Semantic work: 2.399447999894619 +Info 9916 [10:59:17.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1681429999880493 +Info 9917 [10:59:17.698] Format host information updated +Info 9918 [10:59:18.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9919 [10:59:18.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 7.021769999992102ms +Info 9920 [10:59:18.012] Different program with same set of files +Info 9921 [10:59:18.012] getCompletionData: Get current token: 0.00395499961450696 +Info 9922 [10:59:18.012] getCompletionData: Is inside comment: 0.01527299964800477 +Info 9923 [10:59:18.012] getCompletionData: Get previous token: 0.01121099991723895 +Info 9924 [10:59:18.012] getCompletionsAtPosition: isCompletionListBlocker: 0.002791999839246273 +Info 9925 [10:59:18.013] getCompletionData: Semantic work: 0.9192019999027252 +Info 9926 [10:59:18.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05157899996265769 +Info 9927 [10:59:18.013] Format host information updated +Info 9928 [10:59:18.317] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9929 [10:59:18.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 9.879968000110239ms +Info 9930 [10:59:18.327] Different program with same set of files +Info 9931 [10:59:18.327] getCompletionData: Get current token: 0.003037000074982643 +Info 9932 [10:59:18.327] getCompletionData: Is inside comment: 0.010689000133424997 +Info 9933 [10:59:18.327] getCompletionData: Get previous token: 0.016125000081956387 +Info 9934 [10:59:18.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0023049996234476566 +Info 9935 [10:59:18.328] getCompletionData: Semantic work: 0.7766289999708533 +Info 9936 [10:59:18.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04784400016069412 +Info 9937 [10:59:18.328] Format host information updated +Info 9938 [10:59:18.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9939 [10:59:18.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 10.173481999896467ms +Info 9940 [10:59:18.431] Different program with same set of files +Info 9941 [10:59:18.432] getCompletionData: Get current token: 0.003614999819546938 +Info 9942 [10:59:18.432] getCompletionData: Is inside comment: 0.013396999798715115 +Info 9943 [10:59:18.432] getCompletionData: Get previous token: 0.020142000168561935 +Info 9944 [10:59:18.432] getCompletionsAtPosition: isCompletionListBlocker: 0.0021530003286898136 +Info 9945 [10:59:18.433] getCompletionData: Semantic work: 0.7932480000890791 +Info 9946 [10:59:18.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05053000012412667 +Info 9947 [10:59:18.433] Format host information updated +Info 9948 [10:59:18.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9949 [10:59:18.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 9.626446000300348ms +Info 9950 [10:59:18.795] Different program with same set of files +Info 9951 [10:59:18.795] getCompletionData: Get current token: 0.003920000046491623 +Info 9952 [10:59:18.795] getCompletionData: Is inside comment: 0.012804999947547913 +Info 9953 [10:59:18.795] getCompletionData: Get previous token: 0.019020999781787395 +Info 9954 [10:59:18.795] getCompletionsAtPosition: isCompletionListBlocker: 0.002850999590009451 +Info 9955 [10:59:18.796] getCompletionData: Semantic work: 0.8143460000865161 +Info 9956 [10:59:18.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05931400042027235 +Info 9957 [10:59:18.796] Format host information updated +Info 9958 [10:59:19.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9959 [10:59:19.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 6.918169000186026ms +Info 9960 [10:59:19.114] Different program with same set of files +Info 9961 [10:59:19.114] getCompletionData: Get current token: 0.00394199974834919 +Info 9962 [10:59:19.114] getCompletionData: Is inside comment: 0.013624999672174454 +Info 9963 [10:59:19.114] getCompletionData: Get previous token: 0.0207310002297163 +Info 9964 [10:59:19.114] getCompletionsAtPosition: isCompletionListBlocker: 0.002094999887049198 +Info 9965 [10:59:19.115] getCompletionData: Semantic work: 0.8177430001087487 +Info 9966 [10:59:19.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.053813000209629536 +Info 9967 [10:59:19.118] Format host information updated +Info 9968 [10:59:19.870] Format host information updated +Info 9969 [10:59:19.870] Format host information updated +Info 9970 [10:59:19.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9971 [10:59:19.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 6.858405999839306ms +Info 9972 [10:59:19.877] Different program with same set of files +Info 9973 [10:59:19.877] getCompletionData: Get current token: 0.011442999821156263 +Info 9974 [10:59:19.877] getCompletionData: Is inside comment: 0.004238000139594078 +Info 9975 [10:59:19.877] getCompletionData: Get previous token: 0.022090000100433826 +Info 9976 [10:59:19.877] getCompletionsAtPosition: isCompletionListBlocker: 0.002942000050097704 +Info 9977 [10:59:19.878] getCompletionData: Semantic work: 0.7808890002779663 +Info 9978 [10:59:19.880] getCompletionData: Get current token: 0.013706000056117773 +Info 9979 [10:59:19.880] getCompletionData: Is inside comment: 0.0027310000732541084 +Info 9980 [10:59:19.880] getCompletionData: Get previous token: 0.04060100018978119 +Info 9981 [10:59:19.880] getCompletionsAtPosition: isCompletionListBlocker: 0.002303000073879957 +Info 9982 [10:59:19.880] getCompletionData: Semantic work: 0.22004299983382225 +Info 9983 [10:59:19.882] Format host information updated +Info 9984 [10:59:20.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9985 [10:59:20.944] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 7.269677999895066ms +Info 9986 [10:59:20.944] Different program with same set of files +Info 9987 [10:59:20.944] getCompletionData: Get current token: 0.004821000155061483 +Info 9988 [10:59:20.944] getCompletionData: Is inside comment: 0.0016490002162754536 +Info 9989 [10:59:20.944] getCompletionData: Get previous token: 0.025025999639183283 +Info 9990 [10:59:20.944] getCompletionsAtPosition: isCompletionListBlocker: 0.007812999654561281 +Info 9991 [10:59:20.945] getExportInfoMap: cache hit +Info 9992 [10:59:20.947] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9993 [10:59:20.947] collectAutoImports: response is complete +Info 9994 [10:59:20.947] collectAutoImports: 2.4070979999378324 +Info 9995 [10:59:20.947] getCompletionData: Semantic work: 3.0458700000308454 +Info 9996 [10:59:20.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.419054999947548 +Info 9997 [10:59:20.949] Format host information updated +Info 9998 [10:59:21.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9999 [10:59:21.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 9.63279699999839ms +Info 10000[10:59:21.281] Different program with same set of files +Info 10001[10:59:21.281] getCompletionData: Get current token: 0.0069770002737641335 +Info 10002[10:59:21.281] getCompletionData: Is inside comment: 0.001600000075995922 +Info 10003[10:59:21.281] getCompletionData: Get previous token: 0.01912599988281727 +Info 10004[10:59:21.281] getCompletionsAtPosition: isCompletionListBlocker: 0.0034779999405145645 +Info 10005[10:59:21.282] getExportInfoMap: cache hit +Info 10006[10:59:21.293] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 10007[10:59:21.293] collectAutoImports: response is complete +Info 10008[10:59:21.293] collectAutoImports: 10.969360999763012 +Info 10009[10:59:21.293] getCompletionData: Semantic work: 11.531528000254184 +Info 10010[10:59:21.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.860631000250578 +Info 10011[10:59:21.302] Format host information updated +Info 10012[10:59:21.755] getCompletionData: Get current token: 0.00344999972730875 +Info 10013[10:59:21.755] getCompletionData: Is inside comment: 0.012066999915987253 +Info 10014[10:59:21.755] getCompletionData: Get previous token: 0.01860800012946129 +Info 10015[10:59:21.755] getCompletionsAtPosition: isCompletionListBlocker: 0.003022999968379736 +Info 10016[10:59:21.755] getCompletionData: Semantic work: 0.17209600005298853 +Info 10017[10:59:21.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04529300006106496 +Info 10018[10:59:21.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10019[10:59:21.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 6.83897399995476ms +Info 10020[10:59:21.837] Different program with same set of files +Info 10021[10:59:21.837] getCompletionData: Get current token: 0.0034489999525249004 +Info 10022[10:59:21.837] getCompletionData: Is inside comment: 0.01182899996638298 +Info 10023[10:59:21.837] getCompletionData: Get previous token: 0.008522000163793564 +Info 10024[10:59:21.837] getCompletionsAtPosition: isCompletionListBlocker: 0.006816999986767769 +Info 10025[10:59:21.838] getExportInfoMap: cache hit +Info 10026[10:59:21.850] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 10027[10:59:21.850] collectAutoImports: response is complete +Info 10028[10:59:21.850] collectAutoImports: 11.917570000048727 +Info 10029[10:59:21.850] getCompletionData: Semantic work: 12.427307999692857 +Info 10030[10:59:21.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3502400000579655 +Info 10031[10:59:21.857] Format host information updated +Info 10032[10:59:22.024] Format host information updated +Info 10033[10:59:22.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10034[10:59:22.037] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 12.557315000332892ms +Info 10035[10:59:22.037] Different program with same set of files +Info 10036[10:59:22.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10037[10:59:22.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 9.645596000365913ms +Info 10038[10:59:22.131] Different program with same set of files +Info 10039[10:59:22.131] getCompletionData: Get current token: 0.004021000117063522 +Info 10040[10:59:22.131] getCompletionData: Is inside comment: 0.01320499973371625 +Info 10041[10:59:22.131] getCompletionData: Get previous token: 0.009941999800503254 +Info 10042[10:59:22.131] getCompletionsAtPosition: isCompletionListBlocker: 0.002520000096410513 +Info 10043[10:59:22.132] getExportInfoMap: cache hit +Info 10044[10:59:22.143] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 10045[10:59:22.143] collectAutoImports: response is complete +Info 10046[10:59:22.143] collectAutoImports: 11.487750999629498 +Info 10047[10:59:22.143] getCompletionData: Semantic work: 12.121050999965519 +Info 10048[10:59:22.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.00921200029552 +Info 10049[10:59:22.152] Format host information updated +Info 10050[10:59:22.261] Format host information updated +Info 10051[10:59:22.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10052[10:59:22.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 7.240356000140309ms +Info 10053[10:59:22.268] Different program with same set of files +Info 10054[10:59:22.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10055[10:59:22.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 6.901556000113487ms +Info 10056[10:59:22.476] Different program with same set of files +Info 10057[10:59:22.476] getCompletionData: Get current token: 0.0032110000029206276 +Info 10058[10:59:22.476] getCompletionData: Is inside comment: 0.011669999919831753 +Info 10059[10:59:22.476] getCompletionData: Get previous token: 0.01822299975901842 +Info 10060[10:59:22.476] getCompletionsAtPosition: isCompletionListBlocker: 0.002086999826133251 +Info 10061[10:59:22.476] getExportInfoMap: cache hit +Info 10062[10:59:22.482] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 10063[10:59:22.482] collectAutoImports: response is complete +Info 10064[10:59:22.482] collectAutoImports: 5.984676000196487 +Info 10065[10:59:22.482] getCompletionData: Semantic work: 6.64353400003165 +Info 10066[10:59:22.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4527340000495315 +Info 10067[10:59:22.488] Format host information updated +Info 10068[10:59:22.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10069[10:59:22.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 7.0634400001727045ms +Info 10070[10:59:22.643] Different program with same set of files +Info 10071[10:59:22.643] getCompletionData: Get current token: 0.004304999951273203 +Info 10072[10:59:22.643] getCompletionData: Is inside comment: 0.013396999798715115 +Info 10073[10:59:22.643] getCompletionData: Get previous token: 0.02072099968791008 +Info 10074[10:59:22.643] getCompletionsAtPosition: isCompletionListBlocker: 0.002328000031411648 +Info 10075[10:59:22.643] getExportInfoMap: cache hit +Info 10076[10:59:22.646] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 10077[10:59:22.646] collectAutoImports: response is complete +Info 10078[10:59:22.646] collectAutoImports: 2.653448000084609 +Info 10079[10:59:22.646] getCompletionData: Semantic work: 3.295289000030607 +Info 10080[10:59:22.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3018709998577833 +Info 10081[10:59:22.648] Format host information updated +Info 10082[10:59:22.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10083[10:59:22.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 9.683805000036955ms +Info 10084[10:59:22.887] Different program with same set of files +Info 10085[10:59:22.887] getCompletionData: Get current token: 0.0033209999091923237 +Info 10086[10:59:22.887] getCompletionData: Is inside comment: 0.010823999997228384 +Info 10087[10:59:22.887] getCompletionData: Get previous token: 0.016133999917656183 +Info 10088[10:59:22.887] getCompletionsAtPosition: isCompletionListBlocker: 0.002337999641895294 +Info 10089[10:59:22.888] getExportInfoMap: cache hit +Info 10090[10:59:22.890] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 10091[10:59:22.890] collectAutoImports: response is complete +Info 10092[10:59:22.890] collectAutoImports: 2.7496819999068975 +Info 10093[10:59:22.890] getCompletionData: Semantic work: 3.284973999951035 +Info 10094[10:59:22.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0844630002975464 +Info 10095[10:59:22.892] Format host information updated +Info 10096[10:59:23.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10097[10:59:23.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 9.621626000385731ms +Info 10098[10:59:23.051] Different program with same set of files +Info 10099[10:59:23.052] getCompletionData: Get current token: 0.004171000327914953 +Info 10100[10:59:23.052] getCompletionData: Is inside comment: 0.012474999763071537 +Info 10101[10:59:23.052] getCompletionData: Get previous token: 0.018970000091940165 +Info 10102[10:59:23.052] getCompletionsAtPosition: isCompletionListBlocker: 0.0023869997821748257 +Info 10103[10:59:23.052] getExportInfoMap: cache hit +Info 10104[10:59:23.068] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 10105[10:59:23.068] collectAutoImports: response is complete +Info 10106[10:59:23.068] collectAutoImports: 15.522477999795228 +Info 10107[10:59:23.068] getCompletionData: Semantic work: 16.16777900001034 +Info 10108[10:59:23.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.063091999851167 +Info 10109[10:59:23.078] Format host information updated +Info 10110[10:59:23.133] Format host information updated +Info 10111[10:59:23.947] Format host information updated +Info 10112[10:59:23.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10113[10:59:23.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 6.6511429999955ms +Info 10114[10:59:23.954] Different program with same set of files +Info 10115[10:59:26.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10116[10:59:26.173] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 9.348831000272185ms +Info 10117[10:59:26.173] Different program with same set of files +Info 10118[10:59:26.173] getCompletionData: Get current token: 0.003847000189125538 +Info 10119[10:59:26.174] getCompletionData: Is inside comment: 0.029908000025898218 +Info 10120[10:59:26.174] getCompletionData: Get previous token: 0.015364999882876873 +Info 10121[10:59:26.174] getCompletionsAtPosition: isCompletionListBlocker: 0.001968999858945608 +Info 10122[10:59:26.174] Returning an empty list because completion was requested in an invalid position. +Info 10123[10:59:26.174] Format host information updated +Info 10124[10:59:26.647] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10125[10:59:26.656] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 8.38923199987039ms +Info 10126[10:59:26.656] Different program with same set of files +Info 10127[10:59:26.656] getCompletionData: Get current token: 0.004035999998450279 +Info 10128[10:59:26.656] getCompletionData: Is inside comment: 0.011493999976664782 +Info 10129[10:59:26.656] getCompletionData: Get previous token: 0.016385999973863363 +Info 10130[10:59:26.656] getCompletionsAtPosition: isCompletionListBlocker: 0.001606999896466732 +Info 10131[10:59:26.656] Returning an empty list because completion was requested in an invalid position. +Info 10132[10:59:26.656] Format host information updated +Info 10133[10:59:27.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10134[10:59:27.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 6.716538999695331ms +Info 10135[10:59:27.233] Different program with same set of files +Info 10136[10:59:27.234] getCompletionData: Get current token: 0.003587000072002411 +Info 10137[10:59:27.234] getCompletionData: Is inside comment: 0.010464000049978495 +Info 10138[10:59:27.234] getCompletionData: Get previous token: 0.01565099973231554 +Info 10139[10:59:27.234] getCompletionsAtPosition: isCompletionListBlocker: 0.0015199999324977398 +Info 10140[10:59:27.234] Returning an empty list because completion was requested in an invalid position. +Info 10141[10:59:27.234] Format host information updated +Info 10142[10:59:27.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10143[10:59:27.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 9.914805999957025ms +Info 10144[10:59:27.457] Different program with same set of files +Info 10145[10:59:27.457] getCompletionData: Get current token: 0.004309999756515026 +Info 10146[10:59:27.457] getCompletionData: Is inside comment: 0.011738999746739864 +Info 10147[10:59:27.457] getCompletionData: Get previous token: 0.017167000100016594 +Info 10148[10:59:27.457] getCompletionsAtPosition: isCompletionListBlocker: 0.001769999973475933 +Info 10149[10:59:27.457] Returning an empty list because completion was requested in an invalid position. +Info 10150[10:59:27.457] Format host information updated +Info 10151[10:59:27.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10152[10:59:27.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 9.944659000262618ms +Info 10153[10:59:27.565] Different program with same set of files +Info 10154[10:59:27.565] getCompletionData: Get current token: 0.007045000325888395 +Info 10155[10:59:27.565] getCompletionData: Is inside comment: 0.019341000355780125 +Info 10156[10:59:27.565] getCompletionData: Get previous token: 0.028057000134140253 +Info 10157[10:59:27.565] getCompletionsAtPosition: isCompletionListBlocker: 0.0023830002173781395 +Info 10158[10:59:27.565] Returning an empty list because completion was requested in an invalid position. +Info 10159[10:59:27.565] Format host information updated +Info 10160[10:59:27.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10161[10:59:27.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 9.91907100006938ms +Info 10162[10:59:27.701] Different program with same set of files +Info 10163[10:59:27.702] getCompletionData: Get current token: 0.004296999890357256 +Info 10164[10:59:27.702] getCompletionData: Is inside comment: 0.010766000021249056 +Info 10165[10:59:27.702] getCompletionData: Get previous token: 0.016001999843865633 +Info 10166[10:59:27.702] getCompletionsAtPosition: isCompletionListBlocker: 0.0016820002347230911 +Info 10167[10:59:27.702] Returning an empty list because completion was requested in an invalid position. +Info 10168[10:59:27.702] Format host information updated +Info 10169[10:59:27.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10170[10:59:27.758] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 6.940699999686331ms +Info 10171[10:59:27.758] Different program with same set of files +Info 10172[10:59:27.758] getCompletionData: Get current token: 0.004220999777317047 +Info 10173[10:59:27.758] getCompletionData: Is inside comment: 0.012521999888122082 +Info 10174[10:59:27.758] getCompletionData: Get previous token: 0.017930000089108944 +Info 10175[10:59:27.758] getCompletionsAtPosition: isCompletionListBlocker: 0.0016060001216828823 +Info 10176[10:59:27.758] Returning an empty list because completion was requested in an invalid position. +Info 10177[10:59:27.758] Format host information updated +Info 10178[10:59:27.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10179[10:59:27.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 9.934070999734104ms +Info 10180[10:59:27.850] Different program with same set of files +Info 10181[10:59:27.851] getCompletionData: Get current token: 0.004269999917596579 +Info 10182[10:59:27.851] getCompletionData: Is inside comment: 0.010970999952405691 +Info 10183[10:59:27.851] getCompletionData: Get previous token: 0.01570600038394332 +Info 10184[10:59:27.851] getCompletionsAtPosition: isCompletionListBlocker: 0.0018339999951422215 +Info 10185[10:59:27.851] Returning an empty list because completion was requested in an invalid position. +Info 10186[10:59:27.851] Format host information updated +Info 10187[10:59:28.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10188[10:59:28.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 6.714073000010103ms +Info 10189[10:59:28.067] Different program with same set of files +Info 10190[10:59:28.067] getCompletionData: Get current token: 0.003709999844431877 +Info 10191[10:59:28.067] getCompletionData: Is inside comment: 0.010767000261694193 +Info 10192[10:59:28.067] getCompletionData: Get previous token: 0.01624300004914403 +Info 10193[10:59:28.067] getCompletionsAtPosition: isCompletionListBlocker: 0.0016820002347230911 +Info 10194[10:59:28.067] Returning an empty list because completion was requested in an invalid position. +Info 10195[10:59:28.070] Format host information updated +Info 10196[10:59:28.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10197[10:59:28.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 10.570427000056952ms +Info 10198[10:59:28.331] Different program with same set of files +Info 10199[10:59:28.331] getCompletionData: Get current token: 0.006533999927341938 +Info 10200[10:59:28.331] getCompletionData: Is inside comment: 0.019039999693632126 +Info 10201[10:59:28.332] getCompletionData: Get previous token: 0.02802200010046363 +Info 10202[10:59:28.332] getCompletionsAtPosition: isCompletionListBlocker: 0.0025679999962449074 +Info 10203[10:59:28.332] Returning an empty list because completion was requested in an invalid position. +Info 10204[10:59:28.332] Format host information updated +Info 10205[10:59:28.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10206[10:59:28.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 9.618133999872953ms +Info 10207[10:59:28.466] Different program with same set of files +Info 10208[10:59:28.466] getCompletionData: Get current token: 0.004859999753534794 +Info 10209[10:59:28.466] getCompletionData: Is inside comment: 0.012968000024557114 +Info 10210[10:59:28.466] getCompletionData: Get previous token: 0.0189410001039505 +Info 10211[10:59:28.466] getCompletionsAtPosition: isCompletionListBlocker: 0.001960999798029661 +Info 10212[10:59:28.466] Returning an empty list because completion was requested in an invalid position. +Info 10213[10:59:28.466] Format host information updated +Info 10214[10:59:28.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10215[10:59:28.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 9.058038000017405ms +Info 10216[10:59:28.555] Different program with same set of files +Info 10217[10:59:28.555] getCompletionData: Get current token: 0.004807999823242426 +Info 10218[10:59:28.555] getCompletionData: Is inside comment: 0.013865000102669 +Info 10219[10:59:28.555] getCompletionData: Get previous token: 0.02015499956905842 +Info 10220[10:59:28.555] getCompletionsAtPosition: isCompletionListBlocker: 0.0015460001304745674 +Info 10221[10:59:28.555] Returning an empty list because completion was requested in an invalid position. +Info 10222[10:59:28.555] Format host information updated +Info 10223[10:59:28.648] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10224[10:59:28.658] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 10.083006999921054ms +Info 10225[10:59:28.658] Different program with same set of files +Info 10226[10:59:28.658] getCompletionData: Get current token: 0.005350000225007534 +Info 10227[10:59:28.658] getCompletionData: Is inside comment: 0.013741999864578247 +Info 10228[10:59:28.658] getCompletionData: Get previous token: 0.019450999796390533 +Info 10229[10:59:28.658] getCompletionsAtPosition: isCompletionListBlocker: 0.0022619999945163727 +Info 10230[10:59:28.658] Returning an empty list because completion was requested in an invalid position. +Info 10231[10:59:28.659] Format host information updated +Info 10232[10:59:30.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10233[10:59:30.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 8.359757000114769ms +Info 10234[10:59:30.445] Different program with same set of files +Info 10235[10:59:30.445] getCompletionData: Get current token: 0.004295999649912119 +Info 10236[10:59:30.445] getCompletionData: Is inside comment: 0.0012329998426139355 +Info 10237[10:59:30.445] getCompletionData: Get previous token: 0.02268099971115589 +Info 10238[10:59:30.445] getCompletionsAtPosition: isCompletionListBlocker: 0.0020730001851916313 +Info 10239[10:59:30.446] getCompletionData: Semantic work: 0.7143480000086129 +Info 10240[10:59:30.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.047356999944895506 +Info 10241[10:59:30.446] Format host information updated +Info 10242[10:59:30.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10243[10:59:30.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 7.978749000001699ms +Info 10244[10:59:30.556] Different program with same set of files +Info 10245[10:59:30.557] getCompletionData: Get current token: 0.004888999741524458 +Info 10246[10:59:30.557] getCompletionData: Is inside comment: 0.0014499998651444912 +Info 10247[10:59:30.557] getCompletionData: Get previous token: 0.04193800035864115 +Info 10248[10:59:30.557] getCompletionsAtPosition: isCompletionListBlocker: 0.002363999839872122 +Info 10249[10:59:30.558] getCompletionData: Semantic work: 0.8584300000220537 +Info 10250[10:59:30.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05671200016513467 +Info 10251[10:59:30.558] Format host information updated +Info 10252[10:59:30.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10253[10:59:30.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 7.3438860001042485ms +Info 10254[10:59:30.742] Different program with same set of files +Info 10255[10:59:30.742] getCompletionData: Get current token: 0.005111000034958124 +Info 10256[10:59:30.742] getCompletionData: Is inside comment: 0.0014329999685287476 +Info 10257[10:59:30.742] getCompletionData: Get previous token: 0.0333660002797842 +Info 10258[10:59:30.743] getCompletionsAtPosition: isCompletionListBlocker: 0.002133999951183796 +Info 10259[10:59:30.743] getCompletionData: Semantic work: 0.7879440002143383 +Info 10260[10:59:30.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05158399976789951 +Info 10261[10:59:30.744] Format host information updated +Info 10262[10:59:30.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10263[10:59:30.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 7.711174000054598ms +Info 10264[10:59:30.880] Different program with same set of files +Info 10265[10:59:30.881] getCompletionData: Get current token: 0.004982999991625547 +Info 10266[10:59:30.881] getCompletionData: Is inside comment: 0.0014629997313022614 +Info 10267[10:59:30.881] getCompletionData: Get previous token: 0.031838000286370516 +Info 10268[10:59:30.881] getCompletionsAtPosition: isCompletionListBlocker: 0.002665999811142683 +Info 10269[10:59:30.882] getCompletionData: Semantic work: 0.8025639997795224 +Info 10270[10:59:30.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05633499985560775 +Info 10271[10:59:30.884] Format host information updated +Info 10272[10:59:31.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10273[10:59:31.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 7.24180299974978ms +Info 10274[10:59:31.067] Different program with same set of files +Info 10275[10:59:31.068] getCompletionData: Get current token: 0.0052200001664459705 +Info 10276[10:59:31.068] getCompletionData: Is inside comment: 0.0015370002947747707 +Info 10277[10:59:31.068] getCompletionData: Get previous token: 0.032269000075757504 +Info 10278[10:59:31.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0020340001210570335 +Info 10279[10:59:31.068] getCompletionData: Semantic work: 0.7707159998826683 +Info 10280[10:59:31.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.054349000100046396 +Info 10281[10:59:31.069] Format host information updated +Info 10282[10:59:31.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10283[10:59:31.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 9.410108000040054ms +Info 10284[10:59:31.206] Different program with same set of files +Info 10285[10:59:31.206] getCompletionData: Get current token: 0.00496200006455183 +Info 10286[10:59:31.206] getCompletionData: Is inside comment: 0.0014689997769892216 +Info 10287[10:59:31.206] getCompletionData: Get previous token: 0.030939999967813492 +Info 10288[10:59:31.206] getCompletionsAtPosition: isCompletionListBlocker: 0.002431000117212534 +Info 10289[10:59:31.207] getCompletionData: Semantic work: 0.8110190001316369 +Info 10290[10:59:31.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.057749999687075615 +Info 10291[10:59:31.207] Format host information updated +Info 10292[10:59:31.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10293[10:59:31.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 7.26813800027594ms +Info 10294[10:59:31.359] Different program with same set of files +Info 10295[10:59:31.359] getCompletionData: Get current token: 0.004580000415444374 +Info 10296[10:59:31.359] getCompletionData: Is inside comment: 0.0013489997945725918 +Info 10297[10:59:31.359] getCompletionData: Get previous token: 0.029901999980211258 +Info 10298[10:59:31.359] getCompletionsAtPosition: isCompletionListBlocker: 0.002104000188410282 +Info 10299[10:59:31.360] getCompletionData: Semantic work: 0.7592869997024536 +Info 10300[10:59:31.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05055100005120039 +Info 10301[10:59:31.360] Format host information updated +Info 10302[10:59:31.457] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10303[10:59:31.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 9.612655999604613ms +Info 10304[10:59:31.467] Different program with same set of files +Info 10305[10:59:31.467] getCompletionData: Get current token: 0.005621999967843294 +Info 10306[10:59:31.467] getCompletionData: Is inside comment: 0.0015540001913905144 +Info 10307[10:59:31.467] getCompletionData: Get previous token: 0.033933999948203564 +Info 10308[10:59:31.467] getCompletionsAtPosition: isCompletionListBlocker: 0.002795000094920397 +Info 10309[10:59:31.468] getCompletionData: Semantic work: 0.8389179999940097 +Info 10310[10:59:31.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.059470999985933304 +Info 10311[10:59:31.469] Format host information updated +Info 10312[10:59:31.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10313[10:59:31.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 28.086655999999493ms +Info 10314[10:59:31.609] Different program with same set of files +Info 10315[10:59:31.610] getCompletionData: Get current token: 0.022228999994695187 +Info 10316[10:59:31.610] getCompletionData: Is inside comment: 0.005672999657690525 +Info 10317[10:59:31.610] getCompletionData: Get previous token: 0.14567699981853366 +Info 10318[10:59:31.611] getCompletionsAtPosition: isCompletionListBlocker: 0.0072200000286102295 +Info 10319[10:59:31.613] getCompletionData: Semantic work: 2.3142160000279546 +Info 10320[10:59:31.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14726999960839748 +Info 10321[10:59:31.614] Format host information updated +Info 10322[10:59:31.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10323[10:59:31.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 8.279124000109732ms +Info 10324[10:59:31.652] Different program with same set of files +Info 10325[10:59:31.652] getCompletionData: Get current token: 0.0047240001149475574 +Info 10326[10:59:31.652] getCompletionData: Is inside comment: 0.00139999995008111 +Info 10327[10:59:31.652] getCompletionData: Get previous token: 0.03140300000086427 +Info 10328[10:59:31.652] getCompletionsAtPosition: isCompletionListBlocker: 0.002621999941766262 +Info 10329[10:59:31.653] getCompletionData: Semantic work: 0.7653459999710321 +Info 10330[10:59:31.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05573899997398257 +Info 10331[10:59:31.653] Format host information updated +Info 10332[10:59:37.046] Format host information updated +Info 10333[10:59:37.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10334[10:59:37.060] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 14.216716999653727ms +Info 10335[10:59:37.060] Different program with same set of files +Info 10336[10:59:40.243] Format host information updated +Info 10337[10:59:40.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10338[10:59:40.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 13.3274050001055ms +Info 10339[10:59:40.257] Different program with same set of files +Info 10340[10:59:40.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10341[10:59:40.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 11.33979000011459ms +Info 10342[10:59:40.355] Different program with same set of files +Info 10343[10:59:40.355] getCompletionData: Get current token: 0.005003000143915415 +Info 10344[10:59:40.355] getCompletionData: Is inside comment: 0.01751099992543459 +Info 10345[10:59:40.355] getCompletionData: Get previous token: 0.028129999991506338 +Info 10346[10:59:40.355] getCompletionsAtPosition: isCompletionListBlocker: 0.0029690000228583813 +Info 10347[10:59:40.358] getExportInfoMap: cache hit +Info 10348[10:59:40.362] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 15 from cache +Info 10349[10:59:40.362] collectAutoImports: response is complete +Info 10350[10:59:40.362] collectAutoImports: 4.111316999886185 +Info 10351[10:59:40.362] getCompletionData: Semantic work: 7.012185000348836 +Info 10352[10:59:40.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8640550002455711 +Info 10353[10:59:40.365] Format host information updated +Info 10354[10:59:40.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10355[10:59:40.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 10.074578000232577ms +Info 10356[10:59:40.420] Different program with same set of files +Info 10357[10:59:40.420] getCompletionData: Get current token: 0.005102999974042177 +Info 10358[10:59:40.420] getCompletionData: Is inside comment: 0.016094000078737736 +Info 10359[10:59:40.420] getCompletionData: Get previous token: 0.025529999751597643 +Info 10360[10:59:40.421] getCompletionsAtPosition: isCompletionListBlocker: 0.002696999814361334 +Info 10361[10:59:40.421] getExportInfoMap: cache hit +Info 10362[10:59:40.424] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 1 from cache +Info 10363[10:59:40.424] collectAutoImports: response is complete +Info 10364[10:59:40.424] collectAutoImports: 3.14627300016582 +Info 10365[10:59:40.424] getCompletionData: Semantic work: 3.860363000072539 +Info 10366[10:59:40.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7311880001798272 +Info 10367[10:59:40.427] Format host information updated +Info 10368[10:59:40.647] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10369[10:59:40.656] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 8.63079100009054ms +Info 10370[10:59:40.656] Different program with same set of files +Info 10371[10:59:40.656] getCompletionData: Get current token: 0.005180000327527523 +Info 10372[10:59:40.656] getCompletionData: Is inside comment: 0.03681600000709295 +Info 10373[10:59:40.656] getCompletionData: Get previous token: 0.04231599997729063 +Info 10374[10:59:40.656] getCompletionsAtPosition: isCompletionListBlocker: 0.00204299995675683 +Info 10375[10:59:40.657] getExportInfoMap: cache hit +Info 10376[10:59:40.659] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10377[10:59:40.659] collectAutoImports: response is complete +Info 10378[10:59:40.659] collectAutoImports: 2.2543480000458658 +Info 10379[10:59:40.659] getCompletionData: Semantic work: 3.058883999940008 +Info 10380[10:59:40.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2474710000678897 +Info 10381[10:59:40.663] Format host information updated +Info 10382[10:59:40.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10383[10:59:40.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 9.74548100028187ms +Info 10384[10:59:40.753] Different program with same set of files +Info 10385[10:59:40.753] getCompletionData: Get current token: 0.004846000112593174 +Info 10386[10:59:40.753] getCompletionData: Is inside comment: 0.014541000127792358 +Info 10387[10:59:40.753] getCompletionData: Get previous token: 0.023800999857485294 +Info 10388[10:59:40.753] getCompletionsAtPosition: isCompletionListBlocker: 0.0021440000273287296 +Info 10389[10:59:40.754] getExportInfoMap: cache hit +Info 10390[10:59:40.756] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10391[10:59:40.756] collectAutoImports: response is complete +Info 10392[10:59:40.756] collectAutoImports: 2.0837440001778305 +Info 10393[10:59:40.756] getCompletionData: Semantic work: 2.8652239996008575 +Info 10394[10:59:40.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4903620001859963 +Info 10395[10:59:40.758] Format host information updated +Info 10396[10:59:40.835] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10397[10:59:40.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 11.33160199970007ms +Info 10398[10:59:40.847] Different program with same set of files +Info 10399[10:59:40.847] getCompletionData: Get current token: 0.005013999994844198 +Info 10400[10:59:40.847] getCompletionData: Is inside comment: 0.01522199995815754 +Info 10401[10:59:40.847] getCompletionData: Get previous token: 0.024978999979794025 +Info 10402[10:59:40.847] getCompletionsAtPosition: isCompletionListBlocker: 0.002384999766945839 +Info 10403[10:59:40.848] getExportInfoMap: cache hit +Info 10404[10:59:40.850] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10405[10:59:40.850] collectAutoImports: response is complete +Info 10406[10:59:40.850] collectAutoImports: 2.058892000000924 +Info 10407[10:59:40.850] getCompletionData: Semantic work: 2.7185300001874566 +Info 10408[10:59:40.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3396710003726184 +Info 10409[10:59:40.852] Format host information updated +Info 10410[10:59:40.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10411[10:59:40.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 8.745207999832928ms +Info 10412[10:59:40.996] Different program with same set of files +Info 10413[10:59:40.997] getCompletionData: Get current token: 0.006404999643564224 +Info 10414[10:59:40.997] getCompletionData: Is inside comment: 0.020231999922543764 +Info 10415[10:59:40.997] getCompletionData: Get previous token: 0.02790100034326315 +Info 10416[10:59:40.997] getCompletionsAtPosition: isCompletionListBlocker: 0.0021660001948475838 +Info 10417[10:59:40.997] getExportInfoMap: cache hit +Info 10418[10:59:41.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10419[10:59:41.000] collectAutoImports: response is complete +Info 10420[10:59:41.000] collectAutoImports: 2.1418270003050566 +Info 10421[10:59:41.000] getCompletionData: Semantic work: 2.826452999841422 +Info 10422[10:59:41.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4209580002352595 +Info 10423[10:59:41.002] Format host information updated +Info 10424[10:59:41.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10425[10:59:41.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 10.346483999863267ms +Info 10426[10:59:41.059] Different program with same set of files +Info 10427[10:59:41.059] getCompletionData: Get current token: 0.004695000126957893 +Info 10428[10:59:41.059] getCompletionData: Is inside comment: 0.01508900010958314 +Info 10429[10:59:41.059] getCompletionData: Get previous token: 0.023769000079482794 +Info 10430[10:59:41.059] getCompletionsAtPosition: isCompletionListBlocker: 0.002345999702811241 +Info 10431[10:59:41.059] getExportInfoMap: cache hit +Info 10432[10:59:41.062] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10433[10:59:41.062] collectAutoImports: response is complete +Info 10434[10:59:41.062] collectAutoImports: 2.15600399998948 +Info 10435[10:59:41.062] getCompletionData: Semantic work: 2.774439000058919 +Info 10436[10:59:41.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2123369998298585 +Info 10437[10:59:41.064] Format host information updated +Info 10438[10:59:41.165] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10439[10:59:41.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 8.71745300013572ms +Info 10440[10:59:41.174] Different program with same set of files +Info 10441[10:59:41.174] getCompletionData: Get current token: 0.004974000155925751 +Info 10442[10:59:41.174] getCompletionData: Is inside comment: 0.01604000013321638 +Info 10443[10:59:41.174] getCompletionData: Get previous token: 0.028338999953120947 +Info 10444[10:59:41.174] getCompletionsAtPosition: isCompletionListBlocker: 0.0020779999904334545 +Info 10445[10:59:41.175] getExportInfoMap: cache hit +Info 10446[10:59:41.177] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10447[10:59:41.177] collectAutoImports: response is complete +Info 10448[10:59:41.177] collectAutoImports: 2.166047000326216 +Info 10449[10:59:41.177] getCompletionData: Semantic work: 2.865547999739647 +Info 10450[10:59:41.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.363272000104189 +Info 10451[10:59:41.182] Format host information updated +Info 10452[10:59:41.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10453[10:59:41.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 7.137269000057131ms +Info 10454[10:59:41.256] Different program with same set of files +Info 10455[10:59:41.257] getCompletionData: Get current token: 0.005009000189602375 +Info 10456[10:59:41.257] getCompletionData: Is inside comment: 0.013989000115543604 +Info 10457[10:59:41.257] getCompletionData: Get previous token: 0.022305000107735395 +Info 10458[10:59:41.257] getCompletionsAtPosition: isCompletionListBlocker: 0.002032000105828047 +Info 10459[10:59:41.257] getExportInfoMap: cache hit +Info 10460[10:59:41.259] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10461[10:59:41.259] collectAutoImports: response is complete +Info 10462[10:59:41.259] collectAutoImports: 2.0390459997579455 +Info 10463[10:59:41.259] getCompletionData: Semantic work: 2.6071899998933077 +Info 10464[10:59:41.261] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3398219998925924 +Info 10465[10:59:41.261] Format host information updated +Info 10466[10:59:43.686] Format host information updated +Info 10467[10:59:43.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10468[10:59:43.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 9.995277999900281ms +Info 10469[10:59:43.697] Different program with same set of files +Info 10470[10:59:43.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10471[10:59:43.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 8.098156000021845ms +Info 10472[10:59:43.807] Different program with same set of files +Info 10473[10:59:43.808] getCompletionData: Get current token: 0.005045999772846699 +Info 10474[10:59:43.808] getCompletionData: Is inside comment: 0.0013939999043941498 +Info 10475[10:59:43.808] getCompletionData: Get previous token: 0.033321999944746494 +Info 10476[10:59:43.808] getCompletionsAtPosition: isCompletionListBlocker: 0.007935000117868185 +Info 10477[10:59:43.809] getExportInfoMap: cache hit +Info 10478[10:59:43.813] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 15 from cache +Info 10479[10:59:43.813] collectAutoImports: response is complete +Info 10480[10:59:43.813] collectAutoImports: 4.001852999906987 +Info 10481[10:59:43.813] getCompletionData: Semantic work: 4.860456999856979 +Info 10482[10:59:43.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7986100004054606 +Info 10483[10:59:43.815] Format host information updated +Info 10484[10:59:43.878] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10485[10:59:43.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 12.416546000167727ms +Info 10486[10:59:43.890] Different program with same set of files +Info 10487[10:59:43.891] getCompletionData: Get current token: 0.010021000169217587 +Info 10488[10:59:43.891] getCompletionData: Is inside comment: 0.002688999753445387 +Info 10489[10:59:43.891] getCompletionData: Get previous token: 0.08575200010091066 +Info 10490[10:59:43.891] getCompletionsAtPosition: isCompletionListBlocker: 0.01306599983945489 +Info 10491[10:59:43.892] getExportInfoMap: cache hit +Info 10492[10:59:43.896] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 10493[10:59:43.896] collectAutoImports: response is complete +Info 10494[10:59:43.896] collectAutoImports: 3.7192319999448955 +Info 10495[10:59:43.896] getCompletionData: Semantic work: 4.921086999587715 +Info 10496[10:59:43.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5510469996370375 +Info 10497[10:59:43.901] Format host information updated +Info 10498[10:59:44.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10499[10:59:44.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 8.145688999909908ms +Info 10500[10:59:44.080] Different program with same set of files +Info 10501[10:59:44.080] getCompletionData: Get current token: 0.006347999908030033 +Info 10502[10:59:44.080] getCompletionData: Is inside comment: 0.001689000055193901 +Info 10503[10:59:44.080] getCompletionData: Get previous token: 0.037125999573618174 +Info 10504[10:59:44.080] getCompletionsAtPosition: isCompletionListBlocker: 0.01077000005170703 +Info 10505[10:59:44.081] getExportInfoMap: cache hit +Info 10506[10:59:44.084] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 10507[10:59:44.084] collectAutoImports: response is complete +Info 10508[10:59:44.084] collectAutoImports: 2.5263609997928143 +Info 10509[10:59:44.084] getCompletionData: Semantic work: 3.3598480001091957 +Info 10510[10:59:44.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.77586799999699 +Info 10511[10:59:44.086] Format host information updated +Info 10512[10:59:44.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10513[10:59:44.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 31.07171499961987ms +Info 10514[10:59:44.175] Different program with same set of files +Info 10515[10:59:44.175] getCompletionData: Get current token: 0.01664500031620264 +Info 10516[10:59:44.175] getCompletionData: Is inside comment: 0.004486999940127134 +Info 10517[10:59:44.175] getCompletionData: Get previous token: 0.09595200000330806 +Info 10518[10:59:44.175] getCompletionsAtPosition: isCompletionListBlocker: 0.020275000017136335 +Info 10519[10:59:44.177] getExportInfoMap: cache hit +Info 10520[10:59:44.182] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 10521[10:59:44.182] collectAutoImports: response is complete +Info 10522[10:59:44.182] collectAutoImports: 4.7278889999724925 +Info 10523[10:59:44.182] getCompletionData: Semantic work: 6.652824999764562 +Info 10524[10:59:44.185] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8310080002993345 +Info 10525[10:59:44.186] Format host information updated +Info 10526[10:59:44.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10527[10:59:44.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 7.7612600000575185ms +Info 10528[10:59:44.373] Different program with same set of files +Info 10529[10:59:44.373] getCompletionData: Get current token: 0.009449000004678965 +Info 10530[10:59:44.373] getCompletionData: Is inside comment: 0.0025289999321103096 +Info 10531[10:59:44.373] getCompletionData: Get previous token: 0.11191199999302626 +Info 10532[10:59:44.373] getCompletionsAtPosition: isCompletionListBlocker: 0.012034000363200903 +Info 10533[10:59:44.374] getExportInfoMap: cache hit +Info 10534[10:59:44.376] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10535[10:59:44.376] collectAutoImports: response is complete +Info 10536[10:59:44.376] collectAutoImports: 1.9943889998830855 +Info 10537[10:59:44.376] getCompletionData: Semantic work: 2.8236579997465014 +Info 10538[10:59:44.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5128159997984767 +Info 10539[10:59:44.380] Format host information updated +Info 10540[10:59:44.585] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10541[10:59:44.593] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 7.306518999859691ms +Info 10542[10:59:44.593] Different program with same set of files +Info 10543[10:59:44.593] getCompletionData: Get current token: 0.00585199985653162 +Info 10544[10:59:44.593] getCompletionData: Is inside comment: 0.001495999749749899 +Info 10545[10:59:44.593] getCompletionData: Get previous token: 0.033176000230014324 +Info 10546[10:59:44.593] getCompletionsAtPosition: isCompletionListBlocker: 0.007540999911725521 +Info 10547[10:59:44.594] getExportInfoMap: cache hit +Info 10548[10:59:44.596] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10549[10:59:44.596] collectAutoImports: response is complete +Info 10550[10:59:44.596] collectAutoImports: 1.919759000185877 +Info 10551[10:59:44.596] getCompletionData: Semantic work: 2.6605470003560185 +Info 10552[10:59:44.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3530569998547435 +Info 10553[10:59:44.598] Format host information updated +Info 10554[10:59:44.658] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10555[10:59:44.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 14.349760999903083ms +Info 10556[10:59:44.672] Different program with same set of files +Info 10557[10:59:44.673] getCompletionData: Get current token: 0.010030000004917383 +Info 10558[10:59:44.673] getCompletionData: Is inside comment: 0.0028539998456835747 +Info 10559[10:59:44.673] getCompletionData: Get previous token: 0.05885699996724725 +Info 10560[10:59:44.673] getCompletionsAtPosition: isCompletionListBlocker: 0.013205000199377537 +Info 10561[10:59:44.674] getExportInfoMap: cache hit +Info 10562[10:59:44.677] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10563[10:59:44.677] collectAutoImports: response is complete +Info 10564[10:59:44.678] collectAutoImports: 3.600177999585867 +Info 10565[10:59:44.678] getCompletionData: Semantic work: 4.781052999664098 +Info 10566[10:59:44.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3124509998597205 +Info 10567[10:59:44.681] Format host information updated +Info 10568[10:59:45.187] Format host information updated +Info 10569[10:59:45.187] Format host information updated +Info 10570[10:59:45.187] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10571[10:59:45.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 7.478126999922097ms +Info 10572[10:59:45.195] Different program with same set of files +Info 10573[10:59:45.195] getCompletionData: Get current token: 0.013851999770849943 +Info 10574[10:59:45.195] getCompletionData: Is inside comment: 0.0039079999551177025 +Info 10575[10:59:45.195] getCompletionData: Get previous token: 0.03303600009530783 +Info 10576[10:59:45.195] getCompletionsAtPosition: isCompletionListBlocker: 0.008095999713987112 +Info 10577[10:59:45.196] getCompletionData: Semantic work: 0.5886530000716448 +Info 10578[10:59:45.200] getCompletionData: Get current token: 0.010596999898552895 +Info 10579[10:59:45.200] getCompletionData: Is inside comment: 0.003192000091075897 +Info 10580[10:59:45.200] getCompletionData: Get previous token: 0.03108199965208769 +Info 10581[10:59:45.200] getCompletionsAtPosition: isCompletionListBlocker: 0.007162000052630901 +Info 10582[10:59:45.200] getCompletionData: Semantic work: 0.66393500007689 +Info 10583[10:59:45.201] Format host information updated +Info 10584[10:59:46.794] Format host information updated +Info 10585[10:59:46.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10586[10:59:46.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 7.847845999989659ms +Info 10587[10:59:46.802] Different program with same set of files +Info 10588[10:59:50.231] Format host information updated +Info 10589[10:59:50.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10590[10:59:50.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 10.793027999810874ms +Info 10591[10:59:50.242] Different program with same set of files +Info 10592[10:59:52.481] Format host information updated +Info 10593[10:59:52.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10594[10:59:52.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 9.909219000022858ms +Info 10595[10:59:52.491] Different program with same set of files +Info 10596[10:59:54.210] getCompletionData: Get current token: 0.00496899988502264 +Info 10597[10:59:54.210] getCompletionData: Is inside comment: 0.0014870003797113895 +Info 10598[10:59:54.210] getCompletionData: Get previous token: 0.02619200013577938 +Info 10599[10:59:54.210] getCompletionsAtPosition: isCompletionListBlocker: 0.008874000050127506 +Info 10600[10:59:54.211] getExportInfoMap: cache hit +Info 10601[10:59:54.227] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 10602[10:59:54.227] collectAutoImports: response is complete +Info 10603[10:59:54.227] collectAutoImports: 16.1314080003649 +Info 10604[10:59:54.227] getCompletionData: Semantic work: 17.054572000168264 +Info 10605[10:59:54.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.750791000202298 +Info 10606[10:59:54.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10607[10:59:54.433] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 8.920371000189334ms +Info 10608[10:59:54.433] Different program with same set of files +Info 10609[10:59:54.433] getCompletionData: Get current token: 0.005737000145018101 +Info 10610[10:59:54.433] getCompletionData: Is inside comment: 0.0014070002362132072 +Info 10611[10:59:54.433] getCompletionData: Get previous token: 0.02553799981251359 +Info 10612[10:59:54.433] getCompletionsAtPosition: isCompletionListBlocker: 0.0020130001939833164 +Info 10613[10:59:54.434] getExportInfoMap: cache hit +Info 10614[10:59:54.447] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 10615[10:59:54.447] collectAutoImports: response is complete +Info 10616[10:59:54.447] collectAutoImports: 13.516305000055581 +Info 10617[10:59:54.447] getCompletionData: Semantic work: 14.35361700039357 +Info 10618[10:59:54.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.57995199970901 +Info 10619[10:59:54.456] Format host information updated +Info 10620[10:59:54.563] Format host information updated +Info 10621[10:59:54.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10622[10:59:54.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 7.381453999783844ms +Info 10623[10:59:54.570] Different program with same set of files +Info 10624[10:59:54.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10625[10:59:54.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 7.211486000102013ms +Info 10626[10:59:54.706] Different program with same set of files +Info 10627[10:59:54.706] getCompletionData: Get current token: 0.00455200020223856 +Info 10628[10:59:54.706] getCompletionData: Is inside comment: 0.0015039998106658459 +Info 10629[10:59:54.706] getCompletionData: Get previous token: 0.026386999990791082 +Info 10630[10:59:54.706] getCompletionsAtPosition: isCompletionListBlocker: 0.002229999750852585 +Info 10631[10:59:54.707] getExportInfoMap: cache hit +Info 10632[10:59:54.710] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 10633[10:59:54.710] collectAutoImports: response is complete +Info 10634[10:59:54.710] collectAutoImports: 3.6786130000837147 +Info 10635[10:59:54.710] getCompletionData: Semantic work: 4.453193999826908 +Info 10636[10:59:54.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4003840000368655 +Info 10637[10:59:54.714] Format host information updated +Info 10638[10:59:54.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10639[10:59:54.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 24.845562000293285ms +Info 10640[10:59:54.991] Different program with same set of files +Info 10641[10:59:54.991] getCompletionData: Get current token: 0.010300000198185444 +Info 10642[10:59:54.991] getCompletionData: Is inside comment: 0.003347999881953001 +Info 10643[10:59:54.991] getCompletionData: Get previous token: 0.05976599967107177 +Info 10644[10:59:54.991] getCompletionsAtPosition: isCompletionListBlocker: 0.00482399994507432 +Info 10645[10:59:54.993] getExportInfoMap: cache hit +Info 10646[10:59:54.998] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 10647[10:59:54.998] collectAutoImports: response is complete +Info 10648[10:59:54.998] collectAutoImports: 5.037863000296056 +Info 10649[10:59:54.998] getCompletionData: Semantic work: 6.613752000033855 +Info 10650[10:59:55.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.148854000028223 +Info 10651[10:59:55.004] Format host information updated +Info 10652[10:59:55.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10653[10:59:55.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 9.562867000233382ms +Info 10654[10:59:55.036] Different program with same set of files +Info 10655[10:59:55.037] getCompletionData: Get current token: 0.004327000118792057 +Info 10656[10:59:55.037] getCompletionData: Is inside comment: 0.001310999970883131 +Info 10657[10:59:55.037] getCompletionData: Get previous token: 0.048561000265181065 +Info 10658[10:59:55.037] getCompletionsAtPosition: isCompletionListBlocker: 0.0027260002680122852 +Info 10659[10:59:55.037] getExportInfoMap: cache hit +Info 10660[10:59:55.040] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 10661[10:59:55.040] collectAutoImports: response is complete +Info 10662[10:59:55.040] collectAutoImports: 2.2149169999174774 +Info 10663[10:59:55.040] getCompletionData: Semantic work: 2.9570589996874332 +Info 10664[10:59:55.041] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.168779999949038 +Info 10665[10:59:55.041] Format host information updated +Info 10666[10:59:55.246] Format host information updated +Info 10667[10:59:55.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10668[10:59:55.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 27.75535099999979ms +Info 10669[10:59:55.275] Different program with same set of files +Info 10670[10:59:59.993] Format host information updated +Info 10671[10:59:59.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10672[11:00:00.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 6.892632000148296ms +Info 10673[11:00:00.000] Different program with same set of files +Info 10674[11:00:01.659] getCompletionData: Get current token: 0.003895999863743782 +Info 10675[11:00:01.659] getCompletionData: Is inside comment: 0.010470999870449305 +Info 10676[11:00:01.659] getCompletionData: Get previous token: 0.01423100009560585 +Info 10677[11:00:01.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0018179998733103275 +Info 10678[11:00:01.659] Returning an empty list because completion was requested in an invalid position. +Info 10679[11:00:01.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10680[11:00:01.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 6.892661000136286ms +Info 10681[11:00:01.959] Different program with same set of files +Info 10682[11:00:01.959] getCompletionData: Get current token: 0.0037059998139739037 +Info 10683[11:00:01.959] getCompletionData: Is inside comment: 0.010464000049978495 +Info 10684[11:00:01.959] getCompletionData: Get previous token: 0.015626000240445137 +Info 10685[11:00:01.959] getCompletionsAtPosition: isCompletionListBlocker: 0.0013260003179311752 +Info 10686[11:00:01.959] Returning an empty list because completion was requested in an invalid position. +Info 10687[11:00:01.959] Format host information updated +Info 10688[11:00:03.086] Format host information updated +Info 10689[11:00:03.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10690[11:00:03.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 13.350757999811321ms +Info 10691[11:00:03.100] Different program with same set of files +Info 10692[11:00:03.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10693[11:00:03.439] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 6.858317000325769ms +Info 10694[11:00:03.439] Different program with same set of files +Info 10695[11:00:03.439] getCompletionData: Get current token: 0.003920000046491623 +Info 10696[11:00:03.439] getCompletionData: Is inside comment: 0.012112000025808811 +Info 10697[11:00:03.439] getCompletionData: Get previous token: 0.009997999761253595 +Info 10698[11:00:03.439] getCompletionsAtPosition: isCompletionListBlocker: 0.007801000028848648 +Info 10699[11:00:03.440] getExportInfoMap: cache hit +Info 10700[11:00:03.454] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 10701[11:00:03.454] collectAutoImports: response is complete +Info 10702[11:00:03.454] collectAutoImports: 14.225769999902695 +Info 10703[11:00:03.454] getCompletionData: Semantic work: 14.745095000136644 +Info 10704[11:00:03.458] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9414949999190867 +Info 10705[11:00:03.461] Format host information updated +Info 10706[11:00:03.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10707[11:00:03.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: true structureIsReused:: SafeModules Elapsed: 27.07396400021389ms +Info 10708[11:00:03.746] Different program with same set of files +Info 10709[11:00:03.747] getCompletionData: Get current token: 0.008946999907493591 +Info 10710[11:00:03.747] getCompletionData: Is inside comment: 0.02932099997997284 +Info 10711[11:00:03.747] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10712[11:00:03.747] Format host information updated +Info 10713[11:00:03.812] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10714[11:00:03.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: true structureIsReused:: SafeModules Elapsed: 29.416961999610066ms +Info 10715[11:00:03.841] Different program with same set of files +Info 10716[11:00:03.842] getCompletionData: Get current token: 0.008944000117480755 +Info 10717[11:00:03.842] getCompletionData: Is inside comment: 0.0292579997330904 +Info 10718[11:00:03.843] Format host information updated +Info 10719[11:00:03.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10720[11:00:03.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 10.08182100020349ms +Info 10721[11:00:03.970] Different program with same set of files +Info 10722[11:00:03.970] getCompletionData: Get current token: 0.004136000294238329 +Info 10723[11:00:03.970] getCompletionData: Is inside comment: 0.012732000090181828 +Info 10724[11:00:03.970] Format host information updated +Info 10725[11:00:04.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10726[11:00:04.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 7.0457669999450445ms +Info 10727[11:00:04.204] Different program with same set of files +Info 10728[11:00:04.204] getCompletionData: Get current token: 0.00442600017413497 +Info 10729[11:00:04.204] getCompletionData: Is inside comment: 0.015201000031083822 +Info 10730[11:00:04.204] getCompletionData: Get previous token: 0.009945000056177378 +Info 10731[11:00:04.204] getCompletionsAtPosition: isCompletionListBlocker: 0.014103999827057123 +Info 10732[11:00:04.205] getExportInfoMap: cache hit +Info 10733[11:00:04.217] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 10734[11:00:04.217] collectAutoImports: response is complete +Info 10735[11:00:04.217] collectAutoImports: 12.538691999856383 +Info 10736[11:00:04.217] getCompletionData: Semantic work: 13.034210000187159 +Info 10737[11:00:04.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3695399998687208 +Info 10738[11:00:04.225] Format host information updated +Info 10739[11:00:04.750] Format host information updated +Info 10740[11:00:04.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10741[11:00:04.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 8.900583999697119ms +Info 10742[11:00:04.760] Different program with same set of files +Info 10743[11:00:04.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10744[11:00:04.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 7.626362000126392ms +Info 10745[11:00:04.890] Different program with same set of files +Info 10746[11:00:04.890] getCompletionData: Get current token: 0.0032709999941289425 +Info 10747[11:00:04.890] getCompletionData: Is inside comment: 0.011508000083267689 +Info 10748[11:00:04.891] Format host information updated +Info 10749[11:00:05.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10750[11:00:05.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 7.524977999739349ms +Info 10751[11:00:05.217] Different program with same set of files +Info 10752[11:00:05.218] getCompletionData: Get current token: 0.004232000093907118 +Info 10753[11:00:05.218] getCompletionData: Is inside comment: 0.01593900006264448 +Info 10754[11:00:05.218] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10755[11:00:05.218] Format host information updated +Info 10756[11:00:05.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10757[11:00:05.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 9.536517000291497ms +Info 10758[11:00:05.448] Different program with same set of files +Info 10759[11:00:05.448] getCompletionData: Get current token: 0.0036430000327527523 +Info 10760[11:00:05.448] getCompletionData: Is inside comment: 0.013042000122368336 +Info 10761[11:00:05.448] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10762[11:00:05.448] Format host information updated +Info 10763[11:00:05.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10764[11:00:05.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 7.728021999821067ms +Info 10765[11:00:05.544] Different program with same set of files +Info 10766[11:00:05.545] getCompletionData: Get current token: 0.004378000274300575 +Info 10767[11:00:05.545] getCompletionData: Is inside comment: 0.014655000064522028 +Info 10768[11:00:05.545] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10769[11:00:05.545] Format host information updated +Info 10770[11:00:05.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10771[11:00:05.637] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 9.435702999588102ms +Info 10772[11:00:05.637] Different program with same set of files +Info 10773[11:00:05.637] getCompletionData: Get current token: 0.004203000105917454 +Info 10774[11:00:05.637] getCompletionData: Is inside comment: 0.01484900014474988 +Info 10775[11:00:05.637] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10776[11:00:05.637] Format host information updated +Info 10777[11:00:05.718] Format host information updated +Info 10778[11:00:05.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10779[11:00:05.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 27.347060999833047ms +Info 10780[11:00:05.746] Different program with same set of files +Info 10781[11:00:05.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10782[11:00:05.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 8.504218999762088ms +Info 10783[11:00:05.933] Different program with same set of files +Info 10784[11:00:05.933] getCompletionData: Get current token: 0.0032849996350705624 +Info 10785[11:00:05.933] getCompletionData: Is inside comment: 0.03310899995267391 +Info 10786[11:00:05.934] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10787[11:00:05.934] Format host information updated +Info 10788[11:00:06.045] Format host information updated +Info 10789[11:00:06.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10790[11:00:06.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 26.834865000098944ms +Info 10791[11:00:06.072] Different program with same set of files +Info 10792[11:00:06.951] getCompletionData: Get current token: 0.0038789999671280384 +Info 10793[11:00:06.951] getCompletionData: Is inside comment: 0.013671000022441149 +Info 10794[11:00:06.951] getCompletionData: Get previous token: 0.010023000184446573 +Info 10795[11:00:06.951] getCompletionsAtPosition: isCompletionListBlocker: 0.010474999900907278 +Info 10796[11:00:06.952] getExportInfoMap: cache hit +Info 10797[11:00:06.964] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 10798[11:00:06.965] collectAutoImports: response is complete +Info 10799[11:00:06.965] collectAutoImports: 12.571632000152022 +Info 10800[11:00:06.965] getCompletionData: Semantic work: 13.225529000163078 +Info 10801[11:00:06.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.869173999875784 +Info 10802[11:00:07.499] getCompletionData: Get current token: 0.004658999852836132 +Info 10803[11:00:07.499] getCompletionData: Is inside comment: 0.013379999902099371 +Info 10804[11:00:07.499] getCompletionData: Get previous token: 0.010701000224798918 +Info 10805[11:00:07.499] getCompletionsAtPosition: isCompletionListBlocker: 0.0029679997824132442 +Info 10806[11:00:07.500] getExportInfoMap: cache hit +Info 10807[11:00:07.509] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 10808[11:00:07.509] collectAutoImports: response is complete +Info 10809[11:00:07.509] collectAutoImports: 8.799424999859184 +Info 10810[11:00:07.509] getCompletionData: Semantic work: 9.40888600004837 +Info 10811[11:00:07.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.075912999920547 +Info 10812[11:00:07.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10813[11:00:07.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 7.123778999783099ms +Info 10814[11:00:07.716] Different program with same set of files +Info 10815[11:00:07.716] getCompletionData: Get current token: 0.004374000243842602 +Info 10816[11:00:07.716] getCompletionData: Is inside comment: 0.014877000357955694 +Info 10817[11:00:07.716] getCompletionData: Get previous token: 0.02138600032776594 +Info 10818[11:00:07.716] getCompletionsAtPosition: isCompletionListBlocker: 0.0023900000378489494 +Info 10819[11:00:07.717] getExportInfoMap: cache hit +Info 10820[11:00:07.722] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 182 from cache +Info 10821[11:00:07.722] collectAutoImports: response is complete +Info 10822[11:00:07.722] collectAutoImports: 5.42446199990809 +Info 10823[11:00:07.722] getCompletionData: Semantic work: 6.026042999699712 +Info 10824[11:00:07.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.424338999669999 +Info 10825[11:00:07.726] Format host information updated +Info 10826[11:00:07.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10827[11:00:07.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 9.365740000270307ms +Info 10828[11:00:07.935] Different program with same set of files +Info 10829[11:00:07.936] getCompletionData: Get current token: 0.006798999849706888 +Info 10830[11:00:07.936] getCompletionData: Is inside comment: 0.021428999956697226 +Info 10831[11:00:07.936] getCompletionData: Get previous token: 0.0318809999153018 +Info 10832[11:00:07.936] getCompletionsAtPosition: isCompletionListBlocker: 0.003137000370770693 +Info 10833[11:00:07.936] getExportInfoMap: cache hit +Info 10834[11:00:07.940] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 44 from cache +Info 10835[11:00:07.940] collectAutoImports: response is complete +Info 10836[11:00:07.940] collectAutoImports: 3.8411619998514652 +Info 10837[11:00:07.940] getCompletionData: Semantic work: 4.578153000213206 +Info 10838[11:00:07.943] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.793777999933809 +Info 10839[11:00:07.946] Format host information updated +Info 10840[11:00:08.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10841[11:00:08.253] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 7.106462999712676ms +Info 10842[11:00:08.253] Different program with same set of files +Info 10843[11:00:08.253] getCompletionData: Get current token: 0.005104999989271164 +Info 10844[11:00:08.253] getCompletionData: Is inside comment: 0.016571999993175268 +Info 10845[11:00:08.253] getCompletionData: Get previous token: 0.024555000010877848 +Info 10846[11:00:08.253] getCompletionsAtPosition: isCompletionListBlocker: 0.002687999978661537 +Info 10847[11:00:08.254] getExportInfoMap: cache hit +Info 10848[11:00:08.259] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 50 from cache +Info 10849[11:00:08.259] collectAutoImports: response is complete +Info 10850[11:00:08.259] collectAutoImports: 5.338211999740452 +Info 10851[11:00:08.259] getCompletionData: Semantic work: 5.956068000290543 +Info 10852[11:00:08.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.169646999798715 +Info 10853[11:00:08.264] Format host information updated +Info 10854[11:00:08.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10855[11:00:08.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 8.065254000015557ms +Info 10856[11:00:08.538] Different program with same set of files +Info 10857[11:00:08.538] getCompletionData: Get current token: 0.0049749999307096004 +Info 10858[11:00:08.538] getCompletionData: Is inside comment: 0.016907999757677317 +Info 10859[11:00:08.538] getCompletionData: Get previous token: 0.024240999948233366 +Info 10860[11:00:08.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0028630001470446587 +Info 10861[11:00:08.539] getExportInfoMap: cache hit +Info 10862[11:00:08.542] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 44 from cache +Info 10863[11:00:08.542] collectAutoImports: response is complete +Info 10864[11:00:08.542] collectAutoImports: 2.955688000191003 +Info 10865[11:00:08.542] getCompletionData: Semantic work: 3.529738999903202 +Info 10866[11:00:08.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1198899997398257 +Info 10867[11:00:08.545] Format host information updated +Info 10868[11:00:08.601] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10869[11:00:08.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 18.278575000353158ms +Info 10870[11:00:08.620] Different program with same set of files +Info 10871[11:00:08.620] getCompletionData: Get current token: 0.011788000352680683 +Info 10872[11:00:08.620] getCompletionData: Is inside comment: 0.03610199969261885 +Info 10873[11:00:08.620] getCompletionData: Get previous token: 0.05289599997922778 +Info 10874[11:00:08.621] getCompletionsAtPosition: isCompletionListBlocker: 0.005001999903470278 +Info 10875[11:00:08.622] getExportInfoMap: cache hit +Info 10876[11:00:08.627] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 16 from cache +Info 10877[11:00:08.627] collectAutoImports: response is complete +Info 10878[11:00:08.627] collectAutoImports: 5.327873000409454 +Info 10879[11:00:08.627] getCompletionData: Semantic work: 6.496668000239879 +Info 10880[11:00:08.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.887184000108391 +Info 10881[11:00:08.632] Format host information updated +Info 10882[11:00:08.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10883[11:00:08.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 7.287780000362545ms +Info 10884[11:00:08.959] Different program with same set of files +Info 10885[11:00:08.959] getCompletionData: Get current token: 0.0044109998270869255 +Info 10886[11:00:08.959] getCompletionData: Is inside comment: 0.0143649997189641 +Info 10887[11:00:08.959] getCompletionData: Get previous token: 0.021403999999165535 +Info 10888[11:00:08.959] getCompletionsAtPosition: isCompletionListBlocker: 0.002901999745517969 +Info 10889[11:00:08.959] getExportInfoMap: cache hit +Info 10890[11:00:08.963] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 10891[11:00:08.963] collectAutoImports: response is complete +Info 10892[11:00:08.963] collectAutoImports: 3.6259290003217757 +Info 10893[11:00:08.963] getCompletionData: Semantic work: 4.161532000172883 +Info 10894[11:00:08.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8829959998838603 +Info 10895[11:00:08.966] Format host information updated +Info 10896[11:00:09.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10897[11:00:09.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 7.18983200006187ms +Info 10898[11:00:09.156] Different program with same set of files +Info 10899[11:00:09.156] getCompletionData: Get current token: 0.004572000354528427 +Info 10900[11:00:09.156] getCompletionData: Is inside comment: 0.014510999899357557 +Info 10901[11:00:09.156] getCompletionData: Get previous token: 0.021480999886989594 +Info 10902[11:00:09.156] getCompletionsAtPosition: isCompletionListBlocker: 0.0024560000747442245 +Info 10903[11:00:09.156] getExportInfoMap: cache hit +Info 10904[11:00:09.158] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10905[11:00:09.158] collectAutoImports: response is complete +Info 10906[11:00:09.158] collectAutoImports: 2.1113010002300143 +Info 10907[11:00:09.158] getCompletionData: Semantic work: 2.625870999880135 +Info 10908[11:00:09.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8334550000727177 +Info 10909[11:00:09.161] Format host information updated +Info 10910[11:00:09.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10911[11:00:09.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 13.233820000197738ms +Info 10912[11:00:09.224] Different program with same set of files +Info 10913[11:00:09.224] getCompletionData: Get current token: 0.008514999877661467 +Info 10914[11:00:09.224] getCompletionData: Is inside comment: 0.028706000186502934 +Info 10915[11:00:09.224] getCompletionData: Get previous token: 0.036551000084728 +Info 10916[11:00:09.224] getCompletionsAtPosition: isCompletionListBlocker: 0.0037380000576376915 +Info 10917[11:00:09.225] getExportInfoMap: cache hit +Info 10918[11:00:09.228] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10919[11:00:09.228] collectAutoImports: response is complete +Info 10920[11:00:09.228] collectAutoImports: 3.232532000169158 +Info 10921[11:00:09.228] getCompletionData: Semantic work: 4.039121000096202 +Info 10922[11:00:09.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.002495000138879 +Info 10923[11:00:09.233] Format host information updated +Info 10924[11:00:09.702] Format host information updated +Info 10925[11:00:09.702] Format host information updated +Info 10926[11:00:09.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10927[11:00:09.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 7.989308000076562ms +Info 10928[11:00:09.710] Different program with same set of files +Info 10929[11:00:09.711] getCompletionData: Get current token: 0.004484999924898148 +Info 10930[11:00:09.711] getCompletionData: Is inside comment: 0.015311999712139368 +Info 10931[11:00:09.711] getCompletionData: Get previous token: 0.012310999911278486 +Info 10932[11:00:09.711] getCompletionsAtPosition: isCompletionListBlocker: 0.002432000357657671 +Info 10933[11:00:09.711] getExportInfoMap: cache hit +Info 10934[11:00:09.725] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 10935[11:00:09.725] collectAutoImports: response is complete +Info 10936[11:00:09.725] collectAutoImports: 13.284426999744028 +Info 10937[11:00:09.725] getCompletionData: Semantic work: 13.95444200001657 +Info 10938[11:00:09.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.945418999996036 +Info 10939[11:00:09.737] getCompletionData: Get current token: 0.014016999863088131 +Info 10940[11:00:09.737] getCompletionData: Is inside comment: 0.024120999965816736 +Info 10941[11:00:09.737] getCompletionData: Get previous token: 0.023086000233888626 +Info 10942[11:00:09.737] getCompletionsAtPosition: isCompletionListBlocker: 0.00304599991068244 +Info 10943[11:00:09.738] getCompletionData: Semantic work: 0.40203299978747964 +Info 10944[11:00:09.740] getCompletionData: Get current token: 0.007060000207275152 +Info 10945[11:00:09.740] getCompletionData: Is inside comment: 0.019429000094532967 +Info 10946[11:00:09.740] getCompletionData: Get previous token: 0.022824000101536512 +Info 10947[11:00:09.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0020459997467696667 +Info 10948[11:00:09.740] getCompletionData: Semantic work: 0.3481930000707507 +Info 10949[11:00:09.741] Format host information updated +Info 10950[11:00:09.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10951[11:00:09.769] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 7.609541000332683ms +Info 10952[11:00:09.769] Different program with same set of files +Info 10953[11:00:09.769] getCompletionData: Get current token: 0.004911999683827162 +Info 10954[11:00:09.769] getCompletionData: Is inside comment: 0.03105999995023012 +Info 10955[11:00:09.769] getCompletionData: Get previous token: 0.01387199992313981 +Info 10956[11:00:09.769] getCompletionsAtPosition: isCompletionListBlocker: 0.007898000068962574 +Info 10957[11:00:09.770] getExportInfoMap: cache hit +Info 10958[11:00:09.783] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 10959[11:00:09.783] collectAutoImports: response is complete +Info 10960[11:00:09.783] collectAutoImports: 13.074309000279754 +Info 10961[11:00:09.783] getCompletionData: Semantic work: 13.56690700026229 +Info 10962[11:00:09.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.932748999912292 +Info 10963[11:00:09.791] Format host information updated +Info 10964[11:00:10.085] getCompletionData: Get current token: 0.005216000135987997 +Info 10965[11:00:10.085] getCompletionData: Is inside comment: 0.029134999960660934 +Info 10966[11:00:10.085] getCompletionData: Get previous token: 0.05537200020626187 +Info 10967[11:00:10.085] getCompletionsAtPosition: isCompletionListBlocker: 0.0030519999563694 +Info 10968[11:00:10.086] getExportInfoMap: cache hit +Info 10969[11:00:10.097] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 10970[11:00:10.097] collectAutoImports: response is complete +Info 10971[11:00:10.097] collectAutoImports: 10.7621819996275 +Info 10972[11:00:10.097] getCompletionData: Semantic work: 11.481168999802321 +Info 10973[11:00:10.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.730028999969363 +Info 10974[11:00:10.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10975[11:00:10.285] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 10.46491299988702ms +Info 10976[11:00:10.285] Different program with same set of files +Info 10977[11:00:10.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1268980000168085 +Info 10978[11:00:10.286] Format host information updated +Info 10979[11:00:10.475] Format host information updated +Info 10980[11:00:10.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10981[11:00:10.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 10.30813300004229ms +Info 10982[11:00:10.486] Different program with same set of files +Info 10983[11:00:10.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05979500012472272 +Info 10984[11:00:11.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10985[11:00:11.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 7.620420000050217ms +Info 10986[11:00:11.011] Different program with same set of files +Info 10987[11:00:11.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05151000013574958 +Info 10988[11:00:11.012] Format host information updated +Info 10989[11:00:11.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10990[11:00:11.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 22.284027999732643ms +Info 10991[11:00:11.095] Different program with same set of files +Info 10992[11:00:11.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1521999998949468 +Info 10993[11:00:11.096] Format host information updated +Info 10994[11:00:11.383] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10995[11:00:11.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 8.762640000320971ms +Info 10996[11:00:11.392] Different program with same set of files +Info 10997[11:00:11.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06056299991905689 +Info 10998[11:00:11.393] Format host information updated +Info 10999[11:00:11.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11000[11:00:11.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 12.330967000219971ms +Info 11001[11:00:11.474] Different program with same set of files +Info 11002[11:00:11.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10454299999400973 +Info 11003[11:00:11.475] Format host information updated +Info 11004[11:00:11.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11005[11:00:11.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 7.569825999904424ms +Info 11006[11:00:11.540] Different program with same set of files +Info 11007[11:00:11.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05964599968865514 +Info 11008[11:00:11.543] Format host information updated +Info 11009[11:00:11.974] Format host information updated +Info 11010[11:00:11.974] Format host information updated +Info 11011[11:00:11.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11012[11:00:11.982] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 8.016867999918759ms +Info 11013[11:00:11.982] Different program with same set of files +Info 11014[11:00:11.984] Format host information updated +Info 11015[11:00:14.528] Format host information updated +Info 11016[11:00:14.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11017[11:00:14.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 7.039186000358313ms +Info 11018[11:00:14.535] Different program with same set of files +Info 11019[11:00:14.662] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11020[11:00:14.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 7.6924930000677705ms +Info 11021[11:00:14.670] Different program with same set of files +Info 11022[11:00:14.670] getCompletionData: Get current token: 0.0034560002386569977 +Info 11023[11:00:14.670] getCompletionData: Is inside comment: 0.011541999876499176 +Info 11024[11:00:14.670] getCompletionData: Get previous token: 0.019562000408768654 +Info 11025[11:00:14.670] getCompletionsAtPosition: isCompletionListBlocker: 0.0068360003642737865 +Info 11026[11:00:14.671] getExportInfoMap: cache hit +Info 11027[11:00:14.674] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 15 from cache +Info 11028[11:00:14.674] collectAutoImports: response is complete +Info 11029[11:00:14.674] collectAutoImports: 3.0908670001663268 +Info 11030[11:00:14.674] getCompletionData: Semantic work: 3.6163609996438026 +Info 11031[11:00:14.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.423743000254035 +Info 11032[11:00:14.678] Format host information updated +Info 11033[11:00:14.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11034[11:00:14.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 10.210431000217795ms +Info 11035[11:00:14.734] Different program with same set of files +Info 11036[11:00:14.734] getCompletionData: Get current token: 0.00583299994468689 +Info 11037[11:00:14.734] getCompletionData: Is inside comment: 0.021990000270307064 +Info 11038[11:00:14.734] getCompletionData: Get previous token: 0.03293500002473593 +Info 11039[11:00:14.734] getCompletionsAtPosition: isCompletionListBlocker: 0.011367999948561192 +Info 11040[11:00:14.735] getExportInfoMap: cache hit +Info 11041[11:00:14.739] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 1 from cache +Info 11042[11:00:14.739] collectAutoImports: response is complete +Info 11043[11:00:14.739] collectAutoImports: 4.194098999723792 +Info 11044[11:00:14.739] getCompletionData: Semantic work: 4.928970000240952 +Info 11045[11:00:14.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7900109998881817 +Info 11046[11:00:14.742] Format host information updated +Info 11047[11:00:15.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11048[11:00:15.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 7.8172169998288155ms +Info 11049[11:00:15.100] Different program with same set of files +Info 11050[11:00:15.101] getCompletionData: Get current token: 0.004220000002533197 +Info 11051[11:00:15.101] getCompletionData: Is inside comment: 0.014361999928951263 +Info 11052[11:00:15.101] getCompletionData: Get previous token: 0.023339999839663506 +Info 11053[11:00:15.101] getCompletionsAtPosition: isCompletionListBlocker: 0.008200999815016985 +Info 11054[11:00:15.101] getExportInfoMap: cache hit +Info 11055[11:00:15.104] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11056[11:00:15.104] collectAutoImports: response is complete +Info 11057[11:00:15.104] collectAutoImports: 2.3621370000764728 +Info 11058[11:00:15.104] getCompletionData: Semantic work: 2.9214810002595186 +Info 11059[11:00:15.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3188180001452565 +Info 11060[11:00:15.106] Format host information updated +Info 11061[11:00:15.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11062[11:00:15.173] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 9.4847730002366ms +Info 11063[11:00:15.173] Different program with same set of files +Info 11064[11:00:15.173] getCompletionData: Get current token: 0.004340999759733677 +Info 11065[11:00:15.173] getCompletionData: Is inside comment: 0.013461999595165253 +Info 11066[11:00:15.173] getCompletionData: Get previous token: 0.02158900024369359 +Info 11067[11:00:15.173] getCompletionsAtPosition: isCompletionListBlocker: 0.008590000215917826 +Info 11068[11:00:15.174] getExportInfoMap: cache hit +Info 11069[11:00:15.176] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11070[11:00:15.176] collectAutoImports: response is complete +Info 11071[11:00:15.176] collectAutoImports: 2.1563730002380908 +Info 11072[11:00:15.176] getCompletionData: Semantic work: 2.7460650000721216 +Info 11073[11:00:15.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2310029999352992 +Info 11074[11:00:15.178] Format host information updated +Info 11075[11:00:15.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11076[11:00:15.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 11.31305900029838ms +Info 11077[11:00:15.237] Different program with same set of files +Info 11078[11:00:15.238] getCompletionData: Get current token: 0.0066629997454583645 +Info 11079[11:00:15.238] getCompletionData: Is inside comment: 0.02292699972167611 +Info 11080[11:00:15.238] getCompletionData: Get previous token: 0.03803300019353628 +Info 11081[11:00:15.238] getCompletionsAtPosition: isCompletionListBlocker: 0.010472999885678291 +Info 11082[11:00:15.238] getExportInfoMap: cache hit +Info 11083[11:00:15.242] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11084[11:00:15.242] collectAutoImports: response is complete +Info 11085[11:00:15.242] collectAutoImports: 3.460963999852538 +Info 11086[11:00:15.242] getCompletionData: Semantic work: 4.29600299987942 +Info 11087[11:00:15.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9765689997002482 +Info 11088[11:00:15.245] Format host information updated +Info 11089[11:00:15.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11090[11:00:15.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 7.161448999773711ms +Info 11091[11:00:15.422] Different program with same set of files +Info 11092[11:00:15.422] getCompletionData: Get current token: 0.0041669998317956924 +Info 11093[11:00:15.422] getCompletionData: Is inside comment: 0.014001000206917524 +Info 11094[11:00:15.422] getCompletionData: Get previous token: 0.023083999752998352 +Info 11095[11:00:15.423] getCompletionsAtPosition: isCompletionListBlocker: 0.007683999836444855 +Info 11096[11:00:15.423] getExportInfoMap: cache hit +Info 11097[11:00:15.425] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11098[11:00:15.425] collectAutoImports: response is complete +Info 11099[11:00:15.425] collectAutoImports: 2.2399800000712276 +Info 11100[11:00:15.425] getCompletionData: Semantic work: 2.7756420001387596 +Info 11101[11:00:15.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2983249998651445 +Info 11102[11:00:15.428] Format host information updated +Info 11103[11:00:15.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11104[11:00:15.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 7.540186999831349ms +Info 11105[11:00:15.564] Different program with same set of files +Info 11106[11:00:15.564] getCompletionData: Get current token: 0.0039900001138448715 +Info 11107[11:00:15.564] getCompletionData: Is inside comment: 0.013757999986410141 +Info 11108[11:00:15.564] getCompletionData: Get previous token: 0.023167000152170658 +Info 11109[11:00:15.564] getCompletionsAtPosition: isCompletionListBlocker: 0.007445000112056732 +Info 11110[11:00:15.565] getExportInfoMap: cache hit +Info 11111[11:00:15.567] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11112[11:00:15.567] collectAutoImports: response is complete +Info 11113[11:00:15.567] collectAutoImports: 2.160656000021845 +Info 11114[11:00:15.567] getCompletionData: Semantic work: 2.7234429996460676 +Info 11115[11:00:15.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2039510002359748 +Info 11116[11:00:15.571] Format host information updated +Info 11117[11:00:15.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11118[11:00:15.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 7.2011359999887645ms +Info 11119[11:00:15.624] Different program with same set of files +Info 11120[11:00:15.624] getCompletionData: Get current token: 0.004322000313550234 +Info 11121[11:00:15.624] getCompletionData: Is inside comment: 0.01373900007456541 +Info 11122[11:00:15.624] getCompletionData: Get previous token: 0.022987999953329563 +Info 11123[11:00:15.624] getCompletionsAtPosition: isCompletionListBlocker: 0.007800000254064798 +Info 11124[11:00:15.624] getExportInfoMap: cache hit +Info 11125[11:00:15.627] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11126[11:00:15.627] collectAutoImports: response is complete +Info 11127[11:00:15.627] collectAutoImports: 2.1127790003083646 +Info 11128[11:00:15.627] getCompletionData: Semantic work: 2.7018420002423227 +Info 11129[11:00:15.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1758750001899898 +Info 11130[11:00:15.629] Format host information updated +Info 11131[11:00:15.765] Format host information updated +Info 11132[11:00:15.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11133[11:00:15.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 9.247228000313044ms +Info 11134[11:00:15.775] Different program with same set of files +Info 11135[11:00:15.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11136[11:00:15.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 7.149278999771923ms +Info 11137[11:00:15.865] Different program with same set of files +Info 11138[11:00:15.865] getCompletionData: Get current token: 0.0042849997989833355 +Info 11139[11:00:15.865] getCompletionData: Is inside comment: 0.013874999713152647 +Info 11140[11:00:15.865] getCompletionData: Get previous token: 0.011597999837249517 +Info 11141[11:00:15.865] getCompletionsAtPosition: isCompletionListBlocker: 0.007852999959141016 +Info 11142[11:00:15.866] getExportInfoMap: cache hit +Info 11143[11:00:15.879] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 11144[11:00:15.879] collectAutoImports: response is complete +Info 11145[11:00:15.879] collectAutoImports: 13.664469999726862 +Info 11146[11:00:15.879] getCompletionData: Semantic work: 14.196736000012606 +Info 11147[11:00:15.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.517020000144839 +Info 11148[11:00:15.887] Format host information updated +Info 11149[11:00:15.964] Format host information updated +Info 11150[11:00:15.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11151[11:00:15.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 20.159334000200033ms +Info 11152[11:00:15.985] Different program with same set of files +Info 11153[11:00:16.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11154[11:00:16.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 7.686777000315487ms +Info 11155[11:00:16.231] Different program with same set of files +Info 11156[11:00:16.231] getCompletionData: Get current token: 0.0038109999150037766 +Info 11157[11:00:16.231] getCompletionData: Is inside comment: 0.013999999966472387 +Info 11158[11:00:16.231] getCompletionData: Get previous token: 0.024019000120460987 +Info 11159[11:00:16.231] getCompletionsAtPosition: isCompletionListBlocker: 0.008324000053107738 +Info 11160[11:00:16.232] getExportInfoMap: cache hit +Info 11161[11:00:16.237] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 11162[11:00:16.237] collectAutoImports: response is complete +Info 11163[11:00:16.237] collectAutoImports: 5.459931999910623 +Info 11164[11:00:16.237] getCompletionData: Semantic work: 6.053750999737531 +Info 11165[11:00:16.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8356840000487864 +Info 11166[11:00:16.241] Format host information updated +Info 11167[11:00:16.411] Format host information updated +Info 11168[11:00:16.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11169[11:00:16.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 6.97095699980855ms +Info 11170[11:00:16.418] Different program with same set of files +Info 11171[11:00:16.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11172[11:00:16.517] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 7.168785999994725ms +Info 11173[11:00:16.517] Different program with same set of files +Info 11174[11:00:16.517] getCompletionData: Get current token: 0.004122000187635422 +Info 11175[11:00:16.517] getCompletionData: Is inside comment: 0.014739000238478184 +Info 11176[11:00:16.517] getCompletionData: Get previous token: 0.012258999980986118 +Info 11177[11:00:16.517] getCompletionsAtPosition: isCompletionListBlocker: 0.00824799994006753 +Info 11178[11:00:16.517] getExportInfoMap: cache hit +Info 11179[11:00:16.530] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 11180[11:00:16.530] collectAutoImports: response is complete +Info 11181[11:00:16.530] collectAutoImports: 12.862630000337958 +Info 11182[11:00:16.530] getCompletionData: Semantic work: 13.385775999631733 +Info 11183[11:00:16.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.277272999752313 +Info 11184[11:00:16.538] Format host information updated +Info 11185[11:00:16.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11186[11:00:16.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 7.425562999676913ms +Info 11187[11:00:16.728] Different program with same set of files +Info 11188[11:00:16.728] getCompletionData: Get current token: 0.00574499974027276 +Info 11189[11:00:16.728] getCompletionData: Is inside comment: 0.0166849996894598 +Info 11190[11:00:16.728] getCompletionData: Get previous token: 0.014407000038772821 +Info 11191[11:00:16.728] getCompletionsAtPosition: isCompletionListBlocker: 0.00868299975991249 +Info 11192[11:00:16.728] getExportInfoMap: cache hit +Info 11193[11:00:16.739] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 11194[11:00:16.739] collectAutoImports: response is complete +Info 11195[11:00:16.739] collectAutoImports: 10.331673000007868 +Info 11196[11:00:16.739] getCompletionData: Semantic work: 10.92491800012067 +Info 11197[11:00:16.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.375769000034779 +Info 11198[11:00:16.748] Format host information updated +Info 11199[11:00:16.808] Format host information updated +Info 11200[11:00:16.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11201[11:00:16.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 9.914491000119597ms +Info 11202[11:00:16.818] Different program with same set of files +Info 11203[11:00:17.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11204[11:00:17.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 7.416850999929011ms +Info 11205[11:00:17.176] Different program with same set of files +Info 11206[11:00:17.176] getCompletionData: Get current token: 0.004151000175625086 +Info 11207[11:00:17.176] getCompletionData: Is inside comment: 0.012728999834507704 +Info 11208[11:00:17.176] getCompletionData: Get previous token: 0.021794000174850225 +Info 11209[11:00:17.176] getCompletionsAtPosition: isCompletionListBlocker: 0.009006000123918056 +Info 11210[11:00:17.179] getExportInfoMap: cache hit +Info 11211[11:00:17.182] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 15 from cache +Info 11212[11:00:17.182] collectAutoImports: response is complete +Info 11213[11:00:17.182] collectAutoImports: 3.3992310003377497 +Info 11214[11:00:17.182] getCompletionData: Semantic work: 5.815763999707997 +Info 11215[11:00:17.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5057709999382496 +Info 11216[11:00:17.185] Format host information updated +Info 11217[11:00:17.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11218[11:00:17.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 7.8242910001426935ms +Info 11219[11:00:17.280] Different program with same set of files +Info 11220[11:00:17.280] getCompletionData: Get current token: 0.004174999892711639 +Info 11221[11:00:17.280] getCompletionData: Is inside comment: 0.011866999790072441 +Info 11222[11:00:17.280] getCompletionData: Get previous token: 0.019973999820649624 +Info 11223[11:00:17.280] getCompletionsAtPosition: isCompletionListBlocker: 0.009852999821305275 +Info 11224[11:00:17.281] getExportInfoMap: cache hit +Info 11225[11:00:17.284] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 1 from cache +Info 11226[11:00:17.284] collectAutoImports: response is complete +Info 11227[11:00:17.284] collectAutoImports: 2.9145090002566576 +Info 11228[11:00:17.284] getCompletionData: Semantic work: 3.5020940001122653 +Info 11229[11:00:17.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.24427800020203 +Info 11230[11:00:17.288] Format host information updated +Info 11231[11:00:17.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11232[11:00:17.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 6.862141000106931ms +Info 11233[11:00:17.509] Different program with same set of files +Info 11234[11:00:17.509] getCompletionData: Get current token: 0.003908999729901552 +Info 11235[11:00:17.509] getCompletionData: Is inside comment: 0.011698999907821417 +Info 11236[11:00:17.509] getCompletionData: Get previous token: 0.018862000200897455 +Info 11237[11:00:17.509] getCompletionsAtPosition: isCompletionListBlocker: 0.008123000152409077 +Info 11238[11:00:17.509] getExportInfoMap: cache hit +Info 11239[11:00:17.511] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11240[11:00:17.511] collectAutoImports: response is complete +Info 11241[11:00:17.511] collectAutoImports: 1.9809570000506938 +Info 11242[11:00:17.511] getCompletionData: Semantic work: 2.52862700028345 +Info 11243[11:00:17.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0425019999966025 +Info 11244[11:00:17.513] Format host information updated +Info 11245[11:00:17.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11246[11:00:17.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 9.48118200013414ms +Info 11247[11:00:17.609] Different program with same set of files +Info 11248[11:00:17.609] getCompletionData: Get current token: 0.004414999857544899 +Info 11249[11:00:17.609] getCompletionData: Is inside comment: 0.012436999939382076 +Info 11250[11:00:17.609] getCompletionData: Get previous token: 0.01978099998086691 +Info 11251[11:00:17.609] getCompletionsAtPosition: isCompletionListBlocker: 0.009595000185072422 +Info 11252[11:00:17.610] getExportInfoMap: cache hit +Info 11253[11:00:17.612] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11254[11:00:17.612] collectAutoImports: response is complete +Info 11255[11:00:17.612] collectAutoImports: 2.2001620000228286 +Info 11256[11:00:17.612] getCompletionData: Semantic work: 2.8334030001424253 +Info 11257[11:00:17.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1823160001076758 +Info 11258[11:00:17.614] Format host information updated +Info 11259[11:00:17.662] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11260[11:00:17.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 11.30703999986872ms +Info 11261[11:00:17.674] Different program with same set of files +Info 11262[11:00:17.674] getCompletionData: Get current token: 0.0064489999786019325 +Info 11263[11:00:17.674] getCompletionData: Is inside comment: 0.02151900017634034 +Info 11264[11:00:17.674] getCompletionData: Get previous token: 0.03585700038820505 +Info 11265[11:00:17.674] getCompletionsAtPosition: isCompletionListBlocker: 0.012232000008225441 +Info 11266[11:00:17.675] getExportInfoMap: cache hit +Info 11267[11:00:17.679] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11268[11:00:17.679] collectAutoImports: response is complete +Info 11269[11:00:17.679] collectAutoImports: 3.49981899978593 +Info 11270[11:00:17.679] getCompletionData: Semantic work: 4.418155999854207 +Info 11271[11:00:17.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.90821300027892 +Info 11272[11:00:17.684] Format host information updated +Info 11273[11:00:18.513] Format host information updated +Info 11274[11:00:18.513] Format host information updated +Info 11275[11:00:18.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11276[11:00:18.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 7.929445999674499ms +Info 11277[11:00:18.521] Different program with same set of files +Info 11278[11:00:18.521] getCompletionData: Get current token: 0.004114000126719475 +Info 11279[11:00:18.521] getCompletionData: Is inside comment: 0.012426999863237143 +Info 11280[11:00:18.521] getCompletionData: Get previous token: 0.009812999982386827 +Info 11281[11:00:18.521] getCompletionsAtPosition: isCompletionListBlocker: 0.002723999787122011 +Info 11282[11:00:18.522] getExportInfoMap: cache hit +Info 11283[11:00:18.534] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 11284[11:00:18.534] collectAutoImports: response is complete +Info 11285[11:00:18.534] collectAutoImports: 11.860431999899447 +Info 11286[11:00:18.534] getCompletionData: Semantic work: 12.341736000031233 +Info 11287[11:00:18.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4110630000941455 +Info 11288[11:00:18.541] getCompletionData: Get current token: 0.011892999988049269 +Info 11289[11:00:18.541] getCompletionData: Is inside comment: 0.0034779999405145645 +Info 11290[11:00:18.541] getCompletionData: Get previous token: 0.02058799983933568 +Info 11291[11:00:18.541] getCompletionsAtPosition: isCompletionListBlocker: 0.00914300000295043 +Info 11292[11:00:18.541] getCompletionData: Semantic work: 0.41685099992901087 +Info 11293[11:00:18.543] getCompletionData: Get current token: 0.006182000041007996 +Info 11294[11:00:18.543] getCompletionData: Is inside comment: 0.0017719999887049198 +Info 11295[11:00:18.543] getCompletionData: Get previous token: 0.019665999803692102 +Info 11296[11:00:18.543] getCompletionsAtPosition: isCompletionListBlocker: 0.0046360003761947155 +Info 11297[11:00:18.543] getCompletionData: Semantic work: 0.3355939998291433 +Info 11298[11:00:18.544] Format host information updated +Info 11299[11:00:18.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11300[11:00:18.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 10.637577000074089ms +Info 11301[11:00:18.798] Different program with same set of files +Info 11302[11:00:18.798] getCompletionData: Get current token: 0.006424000021070242 +Info 11303[11:00:18.798] getCompletionData: Is inside comment: 0.020794999785721302 +Info 11304[11:00:18.798] getCompletionData: Get previous token: 0.034374999813735485 +Info 11305[11:00:18.798] getCompletionsAtPosition: isCompletionListBlocker: 0.004560999572277069 +Info 11306[11:00:18.799] getExportInfoMap: cache hit +Info 11307[11:00:18.808] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 11308[11:00:18.808] collectAutoImports: response is complete +Info 11309[11:00:18.808] collectAutoImports: 9.277013999875635 +Info 11310[11:00:18.808] getCompletionData: Semantic work: 10.085053000133485 +Info 11311[11:00:18.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8854319998063147 +Info 11312[11:00:18.812] Format host information updated +Info 11313[11:00:19.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11314[11:00:19.026] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 6.990151000209153ms +Info 11315[11:00:19.026] Different program with same set of files +Info 11316[11:00:19.026] getCompletionData: Get current token: 0.004254000261425972 +Info 11317[11:00:19.026] getCompletionData: Is inside comment: 0.013625000137835741 +Info 11318[11:00:19.026] getCompletionData: Get previous token: 0.011256000027060509 +Info 11319[11:00:19.026] getCompletionsAtPosition: isCompletionListBlocker: 0.008003000169992447 +Info 11320[11:00:19.026] getExportInfoMap: cache hit +Info 11321[11:00:19.039] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 11322[11:00:19.039] collectAutoImports: response is complete +Info 11323[11:00:19.039] collectAutoImports: 12.3063869997859 +Info 11324[11:00:19.039] getCompletionData: Semantic work: 12.899077999871224 +Info 11325[11:00:19.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.930976999923587 +Info 11326[11:00:19.046] Format host information updated +Info 11327[11:00:19.347] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11328[11:00:19.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 33.09186999965459ms +Info 11329[11:00:19.380] Different program with same set of files +Info 11330[11:00:19.381] getCompletionData: Get current token: 0.01343100005760789 +Info 11331[11:00:19.381] getCompletionData: Is inside comment: 0.04032100038602948 +Info 11332[11:00:19.381] getCompletionData: Get previous token: 0.03303599962964654 +Info 11333[11:00:19.381] getCompletionsAtPosition: isCompletionListBlocker: 0.0081599997356534 +Info 11334[11:00:19.382] getExportInfoMap: cache hit +Info 11335[11:00:19.401] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 11336[11:00:19.401] collectAutoImports: response is complete +Info 11337[11:00:19.401] collectAutoImports: 18.977544999681413 +Info 11338[11:00:19.402] getCompletionData: Semantic work: 20.37115400005132 +Info 11339[11:00:19.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.392162000294775 +Info 11340[11:00:19.411] Format host information updated +Info 11341[11:00:19.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11342[11:00:19.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 7.072553999722004ms +Info 11343[11:00:19.571] Different program with same set of files +Info 11344[11:00:19.572] getCompletionData: Get current token: 0.0038999998942017555 +Info 11345[11:00:19.572] getCompletionData: Is inside comment: 0.012906999792903662 +Info 11346[11:00:19.572] getCompletionData: Get previous token: 0.010730999987572432 +Info 11347[11:00:19.572] getCompletionsAtPosition: isCompletionListBlocker: 0.008086999878287315 +Info 11348[11:00:19.572] getExportInfoMap: cache hit +Info 11349[11:00:19.583] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 11350[11:00:19.583] collectAutoImports: response is complete +Info 11351[11:00:19.583] collectAutoImports: 10.471718000248075 +Info 11352[11:00:19.583] getCompletionData: Semantic work: 11.065951999742538 +Info 11353[11:00:19.588] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0854899999685585 +Info 11354[11:00:19.591] Format host information updated +Info 11355[11:00:20.182] Format host information updated +Info 11356[11:00:20.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11357[11:00:20.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 7.010838999878615ms +Info 11358[11:00:20.189] Different program with same set of files +Info 11359[11:00:20.395] Format host information updated +Info 11360[11:00:20.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11361[11:00:20.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 9.606403000187129ms +Info 11362[11:00:20.405] Different program with same set of files +Info 11363[11:00:20.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11364[11:00:20.647] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 6.766658999957144ms +Info 11365[11:00:20.647] Different program with same set of files +Info 11366[11:00:20.648] getCompletionData: Get current token: 0.0036639999598264694 +Info 11367[11:00:20.648] getCompletionData: Is inside comment: 0.010817999951541424 +Info 11368[11:00:20.648] getCompletionData: Get previous token: 0.017905000131577253 +Info 11369[11:00:20.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0024640001356601715 +Info 11370[11:00:20.648] getExportInfoMap: cache hit +Info 11371[11:00:20.651] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 11372[11:00:20.651] collectAutoImports: response is complete +Info 11373[11:00:20.651] collectAutoImports: 3.1375489998608828 +Info 11374[11:00:20.651] getCompletionData: Semantic work: 3.7617909996770322 +Info 11375[11:00:20.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.178390999790281 +Info 11376[11:00:20.656] Format host information updated +Info 11377[11:00:20.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11378[11:00:20.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 10.604962000157684ms +Info 11379[11:00:20.831] Different program with same set of files +Info 11380[11:00:20.832] getCompletionData: Get current token: 0.0059550004079937935 +Info 11381[11:00:20.832] getCompletionData: Is inside comment: 0.016146000009030104 +Info 11382[11:00:20.832] getCompletionData: Get previous token: 0.02723999973386526 +Info 11383[11:00:20.832] getCompletionsAtPosition: isCompletionListBlocker: 0.003703999798744917 +Info 11384[11:00:20.833] getExportInfoMap: cache hit +Info 11385[11:00:20.836] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 11386[11:00:20.836] collectAutoImports: response is complete +Info 11387[11:00:20.836] collectAutoImports: 3.384734000079334 +Info 11388[11:00:20.836] getCompletionData: Semantic work: 4.268683000002056 +Info 11389[11:00:20.838] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6139799999073148 +Info 11390[11:00:20.839] Format host information updated +Info 11391[11:00:20.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11392[11:00:20.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 9.57296000001952ms +Info 11393[11:00:20.942] Different program with same set of files +Info 11394[11:00:20.942] getCompletionData: Get current token: 0.007027999963611364 +Info 11395[11:00:20.942] getCompletionData: Is inside comment: 0.020866999868303537 +Info 11396[11:00:20.942] getCompletionData: Get previous token: 0.03627600008621812 +Info 11397[11:00:20.942] getCompletionsAtPosition: isCompletionListBlocker: 0.003709999844431877 +Info 11398[11:00:20.943] getExportInfoMap: cache hit +Info 11399[11:00:20.946] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 11400[11:00:20.946] collectAutoImports: response is complete +Info 11401[11:00:20.946] collectAutoImports: 2.4869579998776317 +Info 11402[11:00:20.946] getCompletionData: Semantic work: 3.5429880004376173 +Info 11403[11:00:20.947] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2252790001221001 +Info 11404[11:00:20.948] Format host information updated +Info 11405[11:00:21.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11406[11:00:21.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 6.873573999851942ms +Info 11407[11:00:21.113] Different program with same set of files +Info 11408[11:00:21.113] getCompletionData: Get current token: 0.0040259999223053455 +Info 11409[11:00:21.113] getCompletionData: Is inside comment: 0.012767000123858452 +Info 11410[11:00:21.113] getCompletionData: Get previous token: 0.023521000053733587 +Info 11411[11:00:21.113] getCompletionsAtPosition: isCompletionListBlocker: 0.002689000219106674 +Info 11412[11:00:21.114] getExportInfoMap: cache hit +Info 11413[11:00:21.127] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11414[11:00:21.127] collectAutoImports: response is complete +Info 11415[11:00:21.127] collectAutoImports: 12.982342000119388 +Info 11416[11:00:21.127] getCompletionData: Semantic work: 13.666672999970615 +Info 11417[11:00:21.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.410627000033855 +Info 11418[11:00:21.137] Format host information updated +Info 11419[11:00:29.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11420[11:00:29.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 8.520105000119656ms +Info 11421[11:00:29.734] Different program with same set of files +Info 11422[11:00:29.734] getCompletionData: Get current token: 0.005247000139206648 +Info 11423[11:00:29.734] getCompletionData: Is inside comment: 0.012600000016391277 +Info 11424[11:00:29.734] getCompletionData: Get previous token: 0.009939000010490417 +Info 11425[11:00:29.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0023610000498592854 +Info 11426[11:00:29.735] getExportInfoMap: cache hit +Info 11427[11:00:29.745] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11428[11:00:29.745] collectAutoImports: response is complete +Info 11429[11:00:29.745] collectAutoImports: 9.943041000049561 +Info 11430[11:00:29.745] getCompletionData: Semantic work: 10.414177000056952 +Info 11431[11:00:29.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.84401600016281 +Info 11432[11:00:29.755] Format host information updated +Info 11433[11:00:29.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11434[11:00:29.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 7.192077999934554ms +Info 11435[11:00:29.858] Different program with same set of files +Info 11436[11:00:29.858] getCompletionData: Get current token: 0.004973999690264463 +Info 11437[11:00:29.859] getCompletionData: Is inside comment: 0.013824999798089266 +Info 11438[11:00:29.859] getCompletionData: Get previous token: 0.010863999836146832 +Info 11439[11:00:29.859] getCompletionsAtPosition: isCompletionListBlocker: 0.0031300000846385956 +Info 11440[11:00:29.859] getExportInfoMap: cache hit +Info 11441[11:00:29.869] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11442[11:00:29.869] collectAutoImports: response is complete +Info 11443[11:00:29.869] collectAutoImports: 9.99906300008297 +Info 11444[11:00:29.869] getCompletionData: Semantic work: 10.476934000384063 +Info 11445[11:00:29.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.253279000055045 +Info 11446[11:00:29.881] Format host information updated +Info 11447[11:00:29.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11448[11:00:29.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 14.03539999993518ms +Info 11449[11:00:29.946] Different program with same set of files +Info 11450[11:00:29.947] getCompletionData: Get current token: 0.0056479997001588345 +Info 11451[11:00:29.947] getCompletionData: Is inside comment: 0.014473000075668097 +Info 11452[11:00:29.947] getCompletionData: Get previous token: 0.010445999912917614 +Info 11453[11:00:29.947] getCompletionsAtPosition: isCompletionListBlocker: 0.00839299988001585 +Info 11454[11:00:29.947] getExportInfoMap: cache hit +Info 11455[11:00:29.967] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11456[11:00:29.967] collectAutoImports: response is complete +Info 11457[11:00:29.967] collectAutoImports: 19.667042000219226 +Info 11458[11:00:29.967] getCompletionData: Semantic work: 20.317894999869168 +Info 11459[11:00:29.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.643976000137627 +Info 11460[11:00:29.982] Format host information updated +Info 11461[11:00:30.230] getCompletionData: Get current token: 0.023240999784320593 +Info 11462[11:00:30.230] getCompletionData: Is inside comment: 0.06536399992182851 +Info 11463[11:00:30.230] getCompletionData: Get previous token: 0.04957300005480647 +Info 11464[11:00:30.230] getCompletionsAtPosition: isCompletionListBlocker: 0.0071829999797046185 +Info 11465[11:00:30.230] Returning an empty list because completion was requested in an invalid position. +Info 11466[11:00:30.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11467[11:00:30.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 7.646126999985427ms +Info 11468[11:00:30.382] Different program with same set of files +Info 11469[11:00:30.382] getCompletionData: Get current token: 0.0060270000249147415 +Info 11470[11:00:30.383] getCompletionData: Is inside comment: 0.016485999803990126 +Info 11471[11:00:30.383] getCompletionData: Get previous token: 0.02250399999320507 +Info 11472[11:00:30.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0034639998339116573 +Info 11473[11:00:30.383] getExportInfoMap: cache hit +Info 11474[11:00:30.388] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 11475[11:00:30.388] collectAutoImports: response is complete +Info 11476[11:00:30.388] collectAutoImports: 4.812050000298768 +Info 11477[11:00:30.388] getCompletionData: Semantic work: 5.351522999815643 +Info 11478[11:00:30.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.902633000165224 +Info 11479[11:00:30.393] Format host information updated +Info 11480[11:00:30.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11481[11:00:30.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 8.419515000190586ms +Info 11482[11:00:30.633] Different program with same set of files +Info 11483[11:00:30.633] getCompletionData: Get current token: 0.0057020001113414764 +Info 11484[11:00:30.633] getCompletionData: Is inside comment: 0.019309999886900187 +Info 11485[11:00:30.633] getCompletionData: Get previous token: 0.014699999708682299 +Info 11486[11:00:30.633] getCompletionsAtPosition: isCompletionListBlocker: 0.0027090003713965416 +Info 11487[11:00:30.634] getExportInfoMap: cache hit +Info 11488[11:00:30.646] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11489[11:00:30.646] collectAutoImports: response is complete +Info 11490[11:00:30.646] collectAutoImports: 12.390937000047415 +Info 11491[11:00:30.646] getCompletionData: Semantic work: 12.96672199992463 +Info 11492[11:00:30.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.790687999688089 +Info 11493[11:00:30.657] Format host information updated +Info 11494[11:00:30.759] Format host information updated +Info 11495[11:00:30.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11496[11:00:30.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 7.339501999784261ms +Info 11497[11:00:30.766] Different program with same set of files +Info 11498[11:00:30.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11499[11:00:30.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 9.151920000091195ms +Info 11500[11:00:30.958] Different program with same set of files +Info 11501[11:00:30.958] getCompletionData: Get current token: 0.0053980001248419285 +Info 11502[11:00:30.958] getCompletionData: Is inside comment: 0.014958000276237726 +Info 11503[11:00:30.958] getCompletionData: Get previous token: 0.02129300031810999 +Info 11504[11:00:30.958] getCompletionsAtPosition: isCompletionListBlocker: 0.002991999965161085 +Info 11505[11:00:30.959] getExportInfoMap: cache hit +Info 11506[11:00:30.963] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 11507[11:00:30.963] collectAutoImports: response is complete +Info 11508[11:00:30.963] collectAutoImports: 4.200991000048816 +Info 11509[11:00:30.963] getCompletionData: Semantic work: 4.742137999739498 +Info 11510[11:00:30.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6099489997141063 +Info 11511[11:00:30.967] Format host information updated +Info 11512[11:00:31.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11513[11:00:31.020] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 8.63956700032577ms +Info 11514[11:00:31.020] Different program with same set of files +Info 11515[11:00:31.021] getCompletionData: Get current token: 0.004488000180572271 +Info 11516[11:00:31.021] getCompletionData: Is inside comment: 0.013011000119149685 +Info 11517[11:00:31.021] getCompletionData: Get previous token: 0.019431999884545803 +Info 11518[11:00:31.021] getCompletionsAtPosition: isCompletionListBlocker: 0.002474999986588955 +Info 11519[11:00:31.021] getExportInfoMap: cache hit +Info 11520[11:00:31.026] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 11521[11:00:31.026] collectAutoImports: response is complete +Info 11522[11:00:31.026] collectAutoImports: 5.056962000206113 +Info 11523[11:00:31.026] getCompletionData: Semantic work: 5.498420999851078 +Info 11524[11:00:31.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.182655000127852 +Info 11525[11:00:31.029] Format host information updated +Info 11526[11:00:31.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11527[11:00:31.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 25.579266000073403ms +Info 11528[11:00:31.156] Different program with same set of files +Info 11529[11:00:31.156] getCompletionData: Get current token: 0.012580000329762697 +Info 11530[11:00:31.157] getCompletionData: Is inside comment: 0.03596200002357364 +Info 11531[11:00:31.157] getCompletionData: Get previous token: 0.05297999968752265 +Info 11532[11:00:31.157] getCompletionsAtPosition: isCompletionListBlocker: 0.0058929999358952045 +Info 11533[11:00:31.158] getExportInfoMap: cache hit +Info 11534[11:00:31.163] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 11535[11:00:31.163] collectAutoImports: response is complete +Info 11536[11:00:31.163] collectAutoImports: 5.5436060000211 +Info 11537[11:00:31.163] getCompletionData: Semantic work: 6.662931999657303 +Info 11538[11:00:31.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5668780002743006 +Info 11539[11:00:31.170] Format host information updated +Info 11540[11:00:31.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11541[11:00:31.211] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 7.118825000245124ms +Info 11542[11:00:31.211] Different program with same set of files +Info 11543[11:00:31.211] getCompletionData: Get current token: 0.004935000091791153 +Info 11544[11:00:31.211] getCompletionData: Is inside comment: 0.014469000045210123 +Info 11545[11:00:31.211] getCompletionData: Get previous token: 0.021335000172257423 +Info 11546[11:00:31.211] getCompletionsAtPosition: isCompletionListBlocker: 0.002652000170201063 +Info 11547[11:00:31.211] getExportInfoMap: cache hit +Info 11548[11:00:31.214] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 11549[11:00:31.214] collectAutoImports: response is complete +Info 11550[11:00:31.214] collectAutoImports: 2.4530750000849366 +Info 11551[11:00:31.214] getCompletionData: Semantic work: 2.932294999714941 +Info 11552[11:00:31.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.010843999683857 +Info 11553[11:00:31.217] Format host information updated +Info 11554[11:00:31.291] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11555[11:00:31.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 9.883924999739975ms +Info 11556[11:00:31.301] Different program with same set of files +Info 11557[11:00:31.302] getCompletionData: Get current token: 0.006085999775677919 +Info 11558[11:00:31.302] getCompletionData: Is inside comment: 0.01524000009521842 +Info 11559[11:00:31.302] getCompletionData: Get previous token: 0.022489999886602163 +Info 11560[11:00:31.302] getCompletionsAtPosition: isCompletionListBlocker: 0.0028839996084570885 +Info 11561[11:00:31.302] getExportInfoMap: cache hit +Info 11562[11:00:31.313] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11563[11:00:31.313] collectAutoImports: response is complete +Info 11564[11:00:31.313] collectAutoImports: 10.841231000144035 +Info 11565[11:00:31.313] getCompletionData: Semantic work: 11.380150999873877 +Info 11566[11:00:31.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.646433999761939 +Info 11567[11:00:31.324] Format host information updated +Info 11568[11:00:31.760] getCompletionData: Get current token: 0.02237100014463067 +Info 11569[11:00:31.760] getCompletionData: Is inside comment: 0.06190200010314584 +Info 11570[11:00:31.760] getCompletionData: Get previous token: 0.04824999999254942 +Info 11571[11:00:31.761] getCompletionsAtPosition: isCompletionListBlocker: 0.03295399993658066 +Info 11572[11:00:31.762] getExportInfoMap: cache hit +Info 11573[11:00:31.772] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11574[11:00:31.772] collectAutoImports: response is complete +Info 11575[11:00:31.772] collectAutoImports: 9.893417000304908 +Info 11576[11:00:31.772] getCompletionData: Semantic work: 11.784266000147909 +Info 11577[11:00:31.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.40593499969691 +Info 11578[11:00:31.826] Format host information updated +Info 11579[11:00:31.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11580[11:00:31.842] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 16.17393899988383ms +Info 11581[11:00:31.842] Different program with same set of files +Info 11582[11:00:31.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11583[11:00:31.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 7.250301999971271ms +Info 11584[11:00:31.998] Different program with same set of files +Info 11585[11:00:31.998] getCompletionData: Get current token: 0.0053540002554655075 +Info 11586[11:00:31.998] getCompletionData: Is inside comment: 0.015047000255435705 +Info 11587[11:00:31.998] getCompletionData: Get previous token: 0.011402999982237816 +Info 11588[11:00:31.998] getCompletionsAtPosition: isCompletionListBlocker: 0.008813000284135342 +Info 11589[11:00:31.998] getExportInfoMap: cache hit +Info 11590[11:00:32.011] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11591[11:00:32.011] collectAutoImports: response is complete +Info 11592[11:00:32.011] collectAutoImports: 12.399116999935359 +Info 11593[11:00:32.011] getCompletionData: Semantic work: 12.906491000205278 +Info 11594[11:00:32.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.262868999969214 +Info 11595[11:00:32.020] Format host information updated +Info 11596[11:00:32.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11597[11:00:32.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 6.921188000123948ms +Info 11598[11:00:32.163] Different program with same set of files +Info 11599[11:00:32.163] getCompletionData: Get current token: 0.005115000065416098 +Info 11600[11:00:32.163] getCompletionData: Is inside comment: 0.014485999941825867 +Info 11601[11:00:32.163] getCompletionData: Get previous token: 0.011107000056654215 +Info 11602[11:00:32.163] getCompletionsAtPosition: isCompletionListBlocker: 0.008301000110805035 +Info 11603[11:00:32.164] getExportInfoMap: cache hit +Info 11604[11:00:32.176] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11605[11:00:32.176] collectAutoImports: response is complete +Info 11606[11:00:32.176] collectAutoImports: 12.273599000182003 +Info 11607[11:00:32.176] getCompletionData: Semantic work: 12.75816599978134 +Info 11608[11:00:32.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.260698999743909 +Info 11609[11:00:32.185] Format host information updated +Info 11610[11:00:32.229] Format host information updated +Info 11611[11:00:32.229] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11612[11:00:32.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 8.28005599975586ms +Info 11613[11:00:32.237] Different program with same set of files +Info 11614[11:00:33.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11615[11:00:33.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 7.00681299995631ms +Info 11616[11:00:33.345] Different program with same set of files +Info 11617[11:00:33.345] getCompletionData: Get current token: 0.0040800003334879875 +Info 11618[11:00:33.345] getCompletionData: Is inside comment: 0.011786000337451696 +Info 11619[11:00:33.345] getCompletionData: Get previous token: 0.016801000107079744 +Info 11620[11:00:33.345] getCompletionsAtPosition: isCompletionListBlocker: 0.007664000149816275 +Info 11621[11:00:33.345] getExportInfoMap: cache hit +Info 11622[11:00:33.348] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 8 from cache +Info 11623[11:00:33.348] collectAutoImports: response is complete +Info 11624[11:00:33.348] collectAutoImports: 2.24787800014019 +Info 11625[11:00:33.348] getCompletionData: Semantic work: 2.71793399984017 +Info 11626[11:00:33.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7249549999833107 +Info 11627[11:00:33.350] Format host information updated +Info 11628[11:00:33.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11629[11:00:33.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 8.622720999643207ms +Info 11630[11:00:33.471] Different program with same set of files +Info 11631[11:00:33.471] getCompletionData: Get current token: 0.007025999948382378 +Info 11632[11:00:33.471] getCompletionData: Is inside comment: 0.020432000048458576 +Info 11633[11:00:33.471] getCompletionData: Get previous token: 0.029490000102669 +Info 11634[11:00:33.471] getCompletionsAtPosition: isCompletionListBlocker: 0.010816999711096287 +Info 11635[11:00:33.472] getExportInfoMap: cache hit +Info 11636[11:00:33.475] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 11637[11:00:33.475] collectAutoImports: response is complete +Info 11638[11:00:33.475] collectAutoImports: 3.767144000157714 +Info 11639[11:00:33.475] getCompletionData: Semantic work: 4.4776280000805855 +Info 11640[11:00:33.478] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8516580001451075 +Info 11641[11:00:33.479] Format host information updated +Info 11642[11:00:33.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11643[11:00:33.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 8.74752700002864ms +Info 11644[11:00:33.541] Different program with same set of files +Info 11645[11:00:33.541] getCompletionData: Get current token: 0.004539999645203352 +Info 11646[11:00:33.541] getCompletionData: Is inside comment: 0.012130999937653542 +Info 11647[11:00:33.541] getCompletionData: Get previous token: 0.017294999677687883 +Info 11648[11:00:33.541] getCompletionsAtPosition: isCompletionListBlocker: 0.009461000096052885 +Info 11649[11:00:33.541] getExportInfoMap: cache hit +Info 11650[11:00:33.543] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 11651[11:00:33.543] collectAutoImports: response is complete +Info 11652[11:00:33.543] collectAutoImports: 2.1144540002569556 +Info 11653[11:00:33.543] getCompletionData: Semantic work: 2.573290000203997 +Info 11654[11:00:33.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.027260999660939 +Info 11655[11:00:33.546] Format host information updated +Info 11656[11:00:33.640] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11657[11:00:33.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 7.389814000111073ms +Info 11658[11:00:33.648] Different program with same set of files +Info 11659[11:00:33.648] getCompletionData: Get current token: 0.004545999690890312 +Info 11660[11:00:33.648] getCompletionData: Is inside comment: 0.013156999833881855 +Info 11661[11:00:33.648] getCompletionData: Get previous token: 0.019286999944597483 +Info 11662[11:00:33.648] getCompletionsAtPosition: isCompletionListBlocker: 0.008330000098794699 +Info 11663[11:00:33.648] getExportInfoMap: cache hit +Info 11664[11:00:33.659] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11665[11:00:33.659] collectAutoImports: response is complete +Info 11666[11:00:33.659] collectAutoImports: 11.03102200012654 +Info 11667[11:00:33.659] getCompletionData: Semantic work: 11.50084500014782 +Info 11668[11:00:33.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.698286999948323 +Info 11669[11:00:33.669] Format host information updated +Info 11670[11:00:38.170] getCompletionData: Get current token: 0.005113000050187111 +Info 11671[11:00:38.170] getCompletionData: Is inside comment: 0.016977000050246716 +Info 11672[11:00:38.170] getCompletionData: Get previous token: 0.013786999974399805 +Info 11673[11:00:38.170] getCompletionsAtPosition: isCompletionListBlocker: 0.0035810000263154507 +Info 11674[11:00:38.171] getExportInfoMap: cache hit +Info 11675[11:00:38.182] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11676[11:00:38.182] collectAutoImports: response is complete +Info 11677[11:00:38.182] collectAutoImports: 11.181501999963075 +Info 11678[11:00:38.182] getCompletionData: Semantic work: 11.944656000006944 +Info 11679[11:00:38.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.766871999949217 +Info 11680[11:00:38.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11681[11:00:38.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 10.619185999967158ms +Info 11682[11:00:38.368] Different program with same set of files +Info 11683[11:00:38.368] getCompletionData: Get current token: 0.004798999987542629 +Info 11684[11:00:38.368] getCompletionData: Is inside comment: 0.016478999983519316 +Info 11685[11:00:38.368] getCompletionData: Get previous token: 0.02529000025242567 +Info 11686[11:00:38.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0030570002272725105 +Info 11687[11:00:38.369] getExportInfoMap: cache hit +Info 11688[11:00:38.372] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 11689[11:00:38.372] collectAutoImports: response is complete +Info 11690[11:00:38.372] collectAutoImports: 3.3707340001128614 +Info 11691[11:00:38.372] getCompletionData: Semantic work: 3.992066999897361 +Info 11692[11:00:38.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.544242000207305 +Info 11693[11:00:38.376] Format host information updated +Info 11694[11:00:38.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11695[11:00:38.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 12.841029999777675ms +Info 11696[11:00:38.566] Different program with same set of files +Info 11697[11:00:38.567] getCompletionData: Get current token: 0.003852999769151211 +Info 11698[11:00:38.567] getCompletionData: Is inside comment: 0.013617000076919794 +Info 11699[11:00:38.567] getCompletionData: Get previous token: 0.03508300008252263 +Info 11700[11:00:38.567] getCompletionsAtPosition: isCompletionListBlocker: 0.0027729999274015427 +Info 11701[11:00:38.567] getExportInfoMap: cache hit +Info 11702[11:00:38.569] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 11703[11:00:38.569] collectAutoImports: response is complete +Info 11704[11:00:38.569] collectAutoImports: 2.047044000122696 +Info 11705[11:00:38.569] getCompletionData: Semantic work: 2.536899999715388 +Info 11706[11:00:38.571] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8980050003156066 +Info 11707[11:00:38.573] Format host information updated +Info 11708[11:00:38.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11709[11:00:38.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 8.462855000048876ms +Info 11710[11:00:38.623] Different program with same set of files +Info 11711[11:00:38.623] getCompletionData: Get current token: 0.004912000149488449 +Info 11712[11:00:38.623] getCompletionData: Is inside comment: 0.01893599983304739 +Info 11713[11:00:38.624] getCompletionData: Get previous token: 0.03875500010326505 +Info 11714[11:00:38.624] getCompletionsAtPosition: isCompletionListBlocker: 0.0026699998416006565 +Info 11715[11:00:38.624] getExportInfoMap: cache hit +Info 11716[11:00:38.627] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 11717[11:00:38.627] collectAutoImports: response is complete +Info 11718[11:00:38.627] collectAutoImports: 2.679442999884486 +Info 11719[11:00:38.627] getCompletionData: Semantic work: 3.310455000028014 +Info 11720[11:00:38.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4542519999668 +Info 11721[11:00:38.630] Format host information updated +Info 11722[11:00:38.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11723[11:00:38.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 9.69421900017187ms +Info 11724[11:00:38.819] Different program with same set of files +Info 11725[11:00:38.819] getCompletionData: Get current token: 0.004699000157415867 +Info 11726[11:00:38.819] getCompletionData: Is inside comment: 0.016106000170111656 +Info 11727[11:00:38.819] getCompletionData: Get previous token: 0.024902000091969967 +Info 11728[11:00:38.819] getCompletionsAtPosition: isCompletionListBlocker: 0.003357000183314085 +Info 11729[11:00:38.820] getExportInfoMap: cache hit +Info 11730[11:00:38.832] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11731[11:00:38.832] collectAutoImports: response is complete +Info 11732[11:00:38.832] collectAutoImports: 12.273854000028223 +Info 11733[11:00:38.832] getCompletionData: Semantic work: 12.88946000020951 +Info 11734[11:00:38.838] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.488224999979138 +Info 11735[11:00:38.843] Format host information updated +Info 11736[11:00:39.036] Format host information updated +Info 11737[11:00:39.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11738[11:00:39.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 7.1587429996579885ms +Info 11739[11:00:39.044] Different program with same set of files +Info 11740[11:00:39.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11741[11:00:39.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 7.222380000166595ms +Info 11742[11:00:39.137] Different program with same set of files +Info 11743[11:00:39.138] getCompletionData: Get current token: 0.006527999881654978 +Info 11744[11:00:39.138] getCompletionData: Is inside comment: 0.016636000014841557 +Info 11745[11:00:39.138] getCompletionData: Get previous token: 0.01334200007840991 +Info 11746[11:00:39.138] getCompletionsAtPosition: isCompletionListBlocker: 0.007476000115275383 +Info 11747[11:00:39.138] getExportInfoMap: cache hit +Info 11748[11:00:39.150] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11749[11:00:39.150] collectAutoImports: response is complete +Info 11750[11:00:39.150] collectAutoImports: 12.032718000002205 +Info 11751[11:00:39.150] getCompletionData: Semantic work: 12.534262000117451 +Info 11752[11:00:39.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.811191000044346 +Info 11753[11:00:39.160] Format host information updated +Info 11754[11:00:39.234] Format host information updated +Info 11755[11:00:39.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11756[11:00:39.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 12.334397000260651ms +Info 11757[11:00:39.247] Different program with same set of files +Info 11758[11:00:43.433] getCompletionData: Get current token: 0.0054790000431239605 +Info 11759[11:00:43.433] getCompletionData: Is inside comment: 0.016758000012487173 +Info 11760[11:00:43.433] getCompletionData: Get previous token: 0.013274000026285648 +Info 11761[11:00:43.433] getCompletionsAtPosition: isCompletionListBlocker: 0.010298999957740307 +Info 11762[11:00:43.434] getExportInfoMap: cache hit +Info 11763[11:00:43.446] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11764[11:00:43.446] collectAutoImports: response is complete +Info 11765[11:00:43.446] collectAutoImports: 11.803958999924362 +Info 11766[11:00:43.446] getCompletionData: Semantic work: 12.445824000053108 +Info 11767[11:00:43.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.628524999599904 +Info 11768[11:00:43.725] Format host information updated +Info 11769[11:00:43.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11770[11:00:43.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 7.612703000195324ms +Info 11771[11:00:43.733] Different program with same set of files +Info 11772[11:00:44.020] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11773[11:00:44.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 8.471438999753445ms +Info 11774[11:00:44.029] Different program with same set of files +Info 11775[11:00:44.029] getCompletionData: Get current token: 0.009686999954283237 +Info 11776[11:00:44.029] getCompletionData: Is inside comment: 0.02356400014832616 +Info 11777[11:00:44.029] getCompletionData: Get previous token: 0.018825000151991844 +Info 11778[11:00:44.029] getCompletionsAtPosition: isCompletionListBlocker: 0.0037460001185536385 +Info 11779[11:00:44.030] getExportInfoMap: cache hit +Info 11780[11:00:44.045] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11781[11:00:44.045] collectAutoImports: response is complete +Info 11782[11:00:44.045] collectAutoImports: 15.106567999813706 +Info 11783[11:00:44.045] getCompletionData: Semantic work: 15.765858000144362 +Info 11784[11:00:44.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.574599999934435 +Info 11785[11:00:44.056] Format host information updated +Info 11786[11:00:45.146] Format host information updated +Info 11787[11:00:45.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11788[11:00:45.161] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 14.295190999750048ms +Info 11789[11:00:45.161] Different program with same set of files +Info 11790[11:00:45.377] getCompletionData: Get current token: 0.0074789999052882195 +Info 11791[11:00:45.377] getCompletionData: Is inside comment: 0.021435000002384186 +Info 11792[11:00:45.377] getCompletionData: Get previous token: 0.017461999785155058 +Info 11793[11:00:45.377] getCompletionsAtPosition: isCompletionListBlocker: 0.011206999886780977 +Info 11794[11:00:45.378] getExportInfoMap: cache hit +Info 11795[11:00:45.401] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 11796[11:00:45.401] collectAutoImports: response is complete +Info 11797[11:00:45.401] collectAutoImports: 22.683714000042528 +Info 11798[11:00:45.401] getCompletionData: Semantic work: 23.67738700006157 +Info 11799[11:00:45.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.871916000265628 +Info 11800[11:00:46.461] getCompletionData: Get current token: 0.004925000015646219 +Info 11801[11:00:46.461] getCompletionData: Is inside comment: 0.03882999997586012 +Info 11802[11:00:46.461] getCompletionData: Get previous token: 0.026516000274568796 +Info 11803[11:00:46.461] getCompletionsAtPosition: isCompletionListBlocker: 0.010806999634951353 +Info 11804[11:00:46.461] getExportInfoMap: cache hit +Info 11805[11:00:46.474] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11806[11:00:46.474] collectAutoImports: response is complete +Info 11807[11:00:46.474] collectAutoImports: 12.559406999964267 +Info 11808[11:00:46.474] getCompletionData: Semantic work: 13.15566400019452 +Info 11809[11:00:46.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.083436000160873 +Info 11810[11:00:46.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11811[11:00:46.660] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 9.982446999754757ms +Info 11812[11:00:46.660] Different program with same set of files +Info 11813[11:00:46.661] getCompletionData: Get current token: 0.005286999978125095 +Info 11814[11:00:46.661] getCompletionData: Is inside comment: 0.018004000186920166 +Info 11815[11:00:46.661] getCompletionData: Get previous token: 0.029193999711424112 +Info 11816[11:00:46.661] getCompletionsAtPosition: isCompletionListBlocker: 0.009233000222593546 +Info 11817[11:00:46.661] getExportInfoMap: cache hit +Info 11818[11:00:46.676] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 11819[11:00:46.676] collectAutoImports: response is complete +Info 11820[11:00:46.676] collectAutoImports: 15.125541999936104 +Info 11821[11:00:46.676] getCompletionData: Semantic work: 15.721360999625176 +Info 11822[11:00:46.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.525860999710858 +Info 11823[11:00:46.689] Format host information updated +Info 11824[11:00:50.146] Format host information updated +Info 11825[11:00:50.146] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11826[11:00:50.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 9.277343000285327ms +Info 11827[11:00:50.156] Different program with same set of files +Info 11828[11:00:50.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11829[11:00:50.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 9.715959999710321ms +Info 11830[11:00:50.270] Different program with same set of files +Info 11831[11:00:50.270] getCompletionData: Get current token: 0.005204000044614077 +Info 11832[11:00:50.270] getCompletionData: Is inside comment: 0.0014720000326633453 +Info 11833[11:00:50.270] getCompletionData: Get previous token: 0.03967900015413761 +Info 11834[11:00:50.270] getCompletionsAtPosition: isCompletionListBlocker: 0.0027830000035464764 +Info 11835[11:00:50.271] getExportInfoMap: cache hit +Info 11836[11:00:50.274] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 15 from cache +Info 11837[11:00:50.274] collectAutoImports: response is complete +Info 11838[11:00:50.274] collectAutoImports: 3.516118999570608 +Info 11839[11:00:50.274] getCompletionData: Semantic work: 4.253252000082284 +Info 11840[11:00:50.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7849369999021292 +Info 11841[11:00:50.277] Format host information updated +Info 11842[11:00:50.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11843[11:00:50.332] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 11.6329779997468ms +Info 11844[11:00:50.333] Different program with same set of files +Info 11845[11:00:50.333] getCompletionData: Get current token: 0.005908000282943249 +Info 11846[11:00:50.333] getCompletionData: Is inside comment: 0.0019509997218847275 +Info 11847[11:00:50.333] getCompletionData: Get previous token: 0.03783199982717633 +Info 11848[11:00:50.333] getCompletionsAtPosition: isCompletionListBlocker: 0.002785999793559313 +Info 11849[11:00:50.334] getExportInfoMap: cache hit +Info 11850[11:00:50.338] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 1 from cache +Info 11851[11:00:50.338] collectAutoImports: response is complete +Info 11852[11:00:50.338] collectAutoImports: 3.9311609999276698 +Info 11853[11:00:50.338] getCompletionData: Semantic work: 4.822846999857575 +Info 11854[11:00:50.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8025560001842678 +Info 11855[11:00:50.340] Format host information updated +Info 11856[11:00:50.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11857[11:00:50.779] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 9.116514999885112ms +Info 11858[11:00:50.779] Different program with same set of files +Info 11859[11:00:50.779] getCompletionData: Get current token: 0.005244999658316374 +Info 11860[11:00:50.779] getCompletionData: Is inside comment: 0.001210000365972519 +Info 11861[11:00:50.779] getCompletionData: Get previous token: 0.026743999682366848 +Info 11862[11:00:50.779] getCompletionsAtPosition: isCompletionListBlocker: 0.002634999807924032 +Info 11863[11:00:50.780] getExportInfoMap: cache hit +Info 11864[11:00:50.782] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11865[11:00:50.782] collectAutoImports: response is complete +Info 11866[11:00:50.782] collectAutoImports: 2.163751000072807 +Info 11867[11:00:50.782] getCompletionData: Semantic work: 2.8783789998851717 +Info 11868[11:00:50.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.413226000033319 +Info 11869[11:00:50.786] Format host information updated +Info 11870[11:00:50.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11871[11:00:50.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 8.030287000350654ms +Info 11872[11:00:50.952] Different program with same set of files +Info 11873[11:00:50.952] getCompletionData: Get current token: 0.005226000212132931 +Info 11874[11:00:50.952] getCompletionData: Is inside comment: 0.001702999696135521 +Info 11875[11:00:50.952] getCompletionData: Get previous token: 0.0346760000102222 +Info 11876[11:00:50.952] getCompletionsAtPosition: isCompletionListBlocker: 0.0028840000741183758 +Info 11877[11:00:50.953] getExportInfoMap: cache hit +Info 11878[11:00:50.955] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11879[11:00:50.955] collectAutoImports: response is complete +Info 11880[11:00:50.955] collectAutoImports: 2.448846999555826 +Info 11881[11:00:50.955] getCompletionData: Semantic work: 3.2044159998185933 +Info 11882[11:00:50.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5403759996406734 +Info 11883[11:00:50.958] Format host information updated +Info 11884[11:00:51.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11885[11:00:51.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 11.4302509999834ms +Info 11886[11:00:51.105] Different program with same set of files +Info 11887[11:00:51.105] getCompletionData: Get current token: 0.0045369998551905155 +Info 11888[11:00:51.105] getCompletionData: Is inside comment: 0.0013410001993179321 +Info 11889[11:00:51.105] getCompletionData: Get previous token: 0.027405000291764736 +Info 11890[11:00:51.105] getCompletionsAtPosition: isCompletionListBlocker: 0.002712000161409378 +Info 11891[11:00:51.105] getExportInfoMap: cache hit +Info 11892[11:00:51.108] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11893[11:00:51.108] collectAutoImports: response is complete +Info 11894[11:00:51.108] collectAutoImports: 2.0801169998012483 +Info 11895[11:00:51.108] getCompletionData: Semantic work: 2.7607209999114275 +Info 11896[11:00:51.109] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4299569996073842 +Info 11897[11:00:51.110] Format host information updated +Info 11898[11:00:51.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11899[11:00:51.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 7.726776999887079ms +Info 11900[11:00:51.222] Different program with same set of files +Info 11901[11:00:51.222] getCompletionData: Get current token: 0.004482999909669161 +Info 11902[11:00:51.222] getCompletionData: Is inside comment: 0.0012389998883008957 +Info 11903[11:00:51.222] getCompletionData: Get previous token: 0.02965399995446205 +Info 11904[11:00:51.222] getCompletionsAtPosition: isCompletionListBlocker: 0.0025959997437894344 +Info 11905[11:00:51.222] getExportInfoMap: cache hit +Info 11906[11:00:51.225] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11907[11:00:51.225] collectAutoImports: response is complete +Info 11908[11:00:51.225] collectAutoImports: 2.1882640002295375 +Info 11909[11:00:51.225] getCompletionData: Semantic work: 2.8161130002699792 +Info 11910[11:00:51.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.300402999855578 +Info 11911[11:00:51.229] Format host information updated +Info 11912[11:00:51.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11913[11:00:51.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 14.532422999851406ms +Info 11914[11:00:51.288] Different program with same set of files +Info 11915[11:00:51.288] getCompletionData: Get current token: 0.00434499979019165 +Info 11916[11:00:51.288] getCompletionData: Is inside comment: 0.0013700001873075962 +Info 11917[11:00:51.288] getCompletionData: Get previous token: 0.031044000294059515 +Info 11918[11:00:51.289] getCompletionsAtPosition: isCompletionListBlocker: 0.0032200003042817116 +Info 11919[11:00:51.289] getExportInfoMap: cache hit +Info 11920[11:00:51.292] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11921[11:00:51.292] collectAutoImports: response is complete +Info 11922[11:00:51.292] collectAutoImports: 2.808427999727428 +Info 11923[11:00:51.292] getCompletionData: Semantic work: 3.764241000171751 +Info 11924[11:00:51.294] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9813109999522567 +Info 11925[11:00:51.295] Format host information updated +Info 11926[11:00:56.116] Format host information updated +Info 11927[11:00:56.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11928[11:00:56.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 6.695592999923974ms +Info 11929[11:00:56.123] Different program with same set of files +Info 11930[11:00:56.328] Format host information updated +Info 11931[11:00:56.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11932[11:00:56.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 7.072819999884814ms +Info 11933[11:00:56.335] Different program with same set of files +Info 11934[11:00:56.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11935[11:00:56.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 7.593491999898106ms +Info 11936[11:00:56.467] Different program with same set of files +Info 11937[11:00:56.467] getCompletionData: Get current token: 0.004327000118792057 +Info 11938[11:00:56.467] getCompletionData: Is inside comment: 0.013629000168293715 +Info 11939[11:00:56.467] getCompletionData: Get previous token: 0.024865999817848206 +Info 11940[11:00:56.467] getCompletionsAtPosition: isCompletionListBlocker: 0.008314999751746655 +Info 11941[11:00:56.468] getExportInfoMap: cache hit +Info 11942[11:00:56.475] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 218 from cache +Info 11943[11:00:56.475] collectAutoImports: response is complete +Info 11944[11:00:56.475] collectAutoImports: 6.570112999994308 +Info 11945[11:00:56.475] getCompletionData: Semantic work: 7.196405000053346 +Info 11946[11:00:56.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0515890000388026 +Info 11947[11:00:56.479] Format host information updated +Info 11948[11:00:56.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11949[11:00:56.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 8.046399999875575ms +Info 11950[11:00:56.577] Different program with same set of files +Info 11951[11:00:56.578] getCompletionData: Get current token: 0.0045369998551905155 +Info 11952[11:00:56.578] getCompletionData: Is inside comment: 0.014682000037282705 +Info 11953[11:00:56.578] getCompletionData: Get previous token: 0.024879000149667263 +Info 11954[11:00:56.578] getCompletionsAtPosition: isCompletionListBlocker: 0.008074000012129545 +Info 11955[11:00:56.578] getExportInfoMap: cache hit +Info 11956[11:00:56.584] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 164 from cache +Info 11957[11:00:56.584] collectAutoImports: response is complete +Info 11958[11:00:56.584] collectAutoImports: 5.5714630000293255 +Info 11959[11:00:56.584] getCompletionData: Semantic work: 6.201516999863088 +Info 11960[11:00:56.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6770239998586476 +Info 11961[11:00:56.587] Format host information updated +Info 11962[11:00:56.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11963[11:00:56.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 12.565092999953777ms +Info 11964[11:00:56.648] Different program with same set of files +Info 11965[11:00:56.648] getCompletionData: Get current token: 0.005920000374317169 +Info 11966[11:00:56.648] getCompletionData: Is inside comment: 0.017742999829351902 +Info 11967[11:00:56.648] getCompletionData: Get previous token: 0.03205799963325262 +Info 11968[11:00:56.648] getCompletionsAtPosition: isCompletionListBlocker: 0.010500999633222818 +Info 11969[11:00:56.649] getExportInfoMap: cache hit +Info 11970[11:00:56.655] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 112 from cache +Info 11971[11:00:56.655] collectAutoImports: response is complete +Info 11972[11:00:56.655] collectAutoImports: 6.4646479999646544 +Info 11973[11:00:56.655] getCompletionData: Semantic work: 7.248926999978721 +Info 11974[11:00:56.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.05005900003016 +Info 11975[11:00:56.659] Format host information updated +Info 11976[11:00:56.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11977[11:00:56.724] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 7.865170000120997ms +Info 11978[11:00:56.724] Different program with same set of files +Info 11979[11:00:56.724] getCompletionData: Get current token: 0.004980999976396561 +Info 11980[11:00:56.724] getCompletionData: Is inside comment: 0.012298000045120716 +Info 11981[11:00:56.724] getCompletionData: Get previous token: 0.022923999931663275 +Info 11982[11:00:56.724] getCompletionsAtPosition: isCompletionListBlocker: 0.007534999866038561 +Info 11983[11:00:56.725] getExportInfoMap: cache hit +Info 11984[11:00:56.730] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 11985[11:00:56.730] collectAutoImports: response is complete +Info 11986[11:00:56.730] collectAutoImports: 5.474775000009686 +Info 11987[11:00:56.730] getCompletionData: Semantic work: 6.119825999718159 +Info 11988[11:00:56.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2354999999515712 +Info 11989[11:00:56.732] Format host information updated +Info 11990[11:00:56.828] Format host information updated +Info 11991[11:00:56.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11992[11:00:56.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 7.584518999792635ms +Info 11993[11:00:56.836] Different program with same set of files +Info 11994[11:00:56.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11995[11:00:56.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 9.021968000102788ms +Info 11996[11:00:56.977] Different program with same set of files +Info 11997[11:00:56.977] getCompletionData: Get current token: 0.00496299983933568 +Info 11998[11:00:56.977] getCompletionData: Is inside comment: 0.01259800000116229 +Info 11999[11:00:56.978] getCompletionData: Get previous token: 0.019740999676287174 +Info 12000[11:00:56.978] getCompletionsAtPosition: isCompletionListBlocker: 0.0020899996161460876 +Info 12001[11:00:56.978] Returning an empty list because completion was requested in an invalid position. +Info 12002[11:00:56.978] Format host information updated +Info 12003[11:00:57.227] Format host information updated +Info 12004[11:00:57.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12005[11:00:57.236] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 8.5756969996728ms +Info 12006[11:00:57.236] Different program with same set of files +Info 12007[11:00:57.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12008[11:00:57.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 9.75601499993354ms +Info 12009[11:00:57.440] Different program with same set of files +Info 12010[11:00:57.440] getCompletionData: Get current token: 0.004995000082999468 +Info 12011[11:00:57.440] getCompletionData: Is inside comment: 0.012401000130921602 +Info 12012[11:00:57.440] getCompletionData: Get previous token: 0.018844999838620424 +Info 12013[11:00:57.440] getCompletionsAtPosition: isCompletionListBlocker: 0.0016660001128911972 +Info 12014[11:00:57.440] Returning an empty list because completion was requested in an invalid position. +Info 12015[11:00:57.440] Format host information updated +Info 12016[11:00:57.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12017[11:00:57.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 8.017309000249952ms +Info 12018[11:00:57.535] Different program with same set of files +Info 12019[11:00:57.535] getCompletionData: Get current token: 0.005915000103414059 +Info 12020[11:00:57.535] getCompletionData: Is inside comment: 0.015008999966084957 +Info 12021[11:00:57.535] getCompletionData: Get previous token: 0.023142999969422817 +Info 12022[11:00:57.535] getCompletionsAtPosition: isCompletionListBlocker: 0.0020570000633597374 +Info 12023[11:00:57.535] Returning an empty list because completion was requested in an invalid position. +Info 12024[11:00:57.535] Format host information updated +Info 12025[11:00:57.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12026[11:00:57.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 17.967791999690235ms +Info 12027[11:00:57.611] Different program with same set of files +Info 12028[11:00:57.612] getCompletionData: Get current token: 0.023314999882131815 +Info 12029[11:00:57.612] getCompletionData: Is inside comment: 0.06347399996593595 +Info 12030[11:00:57.612] getCompletionData: Get previous token: 0.1094370000064373 +Info 12031[11:00:57.612] getCompletionsAtPosition: isCompletionListBlocker: 0.004455000162124634 +Info 12032[11:00:57.612] Returning an empty list because completion was requested in an invalid position. +Info 12033[11:00:57.613] Format host information updated +Info 12034[11:00:57.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12035[11:00:57.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 7.800191999878734ms +Info 12036[11:00:57.734] Different program with same set of files +Info 12037[11:00:57.735] getCompletionData: Get current token: 0.005907000042498112 +Info 12038[11:00:57.735] getCompletionData: Is inside comment: 0.014812999870628119 +Info 12039[11:00:57.735] getCompletionData: Get previous token: 0.022154000122100115 +Info 12040[11:00:57.735] getCompletionsAtPosition: isCompletionListBlocker: 0.002104000188410282 +Info 12041[11:00:57.735] Returning an empty list because completion was requested in an invalid position. +Info 12042[11:00:57.737] Format host information updated +Info 12043[11:00:57.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12044[11:00:57.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 7.197709999978542ms +Info 12045[11:00:57.921] Different program with same set of files +Info 12046[11:00:57.921] getCompletionData: Get current token: 0.0051920004189014435 +Info 12047[11:00:57.921] getCompletionData: Is inside comment: 0.015048999805003405 +Info 12048[11:00:57.921] getCompletionData: Get previous token: 0.0349310003221035 +Info 12049[11:00:57.921] getCompletionsAtPosition: isCompletionListBlocker: 0.001960999798029661 +Info 12050[11:00:57.921] Returning an empty list because completion was requested in an invalid position. +Info 12051[11:00:57.921] Format host information updated +Info 12052[11:00:58.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12053[11:00:58.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 11.725939000025392ms +Info 12054[11:00:58.131] Different program with same set of files +Info 12055[11:00:58.131] getCompletionData: Get current token: 0.00595800019800663 +Info 12056[11:00:58.131] getCompletionData: Is inside comment: 0.01230299985036254 +Info 12057[11:00:58.131] getCompletionData: Get previous token: 0.017727000173181295 +Info 12058[11:00:58.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0018199998885393143 +Info 12059[11:00:58.131] Returning an empty list because completion was requested in an invalid position. +Info 12060[11:00:58.131] Format host information updated +Info 12061[11:00:58.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12062[11:00:58.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 11.342670999933034ms +Info 12063[11:00:58.190] Different program with same set of files +Info 12064[11:00:58.191] getCompletionData: Get current token: 0.008290000259876251 +Info 12065[11:00:58.191] getCompletionData: Is inside comment: 0.019090999849140644 +Info 12066[11:00:58.191] getCompletionData: Get previous token: 0.028460999950766563 +Info 12067[11:00:58.191] getCompletionsAtPosition: isCompletionListBlocker: 0.0027580000460147858 +Info 12068[11:00:58.191] Returning an empty list because completion was requested in an invalid position. +Info 12069[11:00:58.191] Format host information updated +Info 12070[11:00:58.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12071[11:00:58.343] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 10.420012000016868ms +Info 12072[11:00:58.343] Different program with same set of files +Info 12073[11:00:58.343] getCompletionData: Get current token: 0.005030999891459942 +Info 12074[11:00:58.343] getCompletionData: Is inside comment: 0.01106699975207448 +Info 12075[11:00:58.343] getCompletionData: Get previous token: 0.015525999944657087 +Info 12076[11:00:58.343] getCompletionsAtPosition: isCompletionListBlocker: 0.002061000093817711 +Info 12077[11:00:58.343] Returning an empty list because completion was requested in an invalid position. +Info 12078[11:00:58.343] Format host information updated +Info 12079[11:00:58.655] Format host information updated +Info 12080[11:00:58.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12081[11:00:58.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 7.0424190000630915ms +Info 12082[11:00:58.662] Different program with same set of files +Info 12083[11:00:58.778] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12084[11:00:58.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 8.565611000172794ms +Info 12085[11:00:58.787] Different program with same set of files +Info 12086[11:00:58.787] getCompletionData: Get current token: 0.006897999905049801 +Info 12087[11:00:58.787] getCompletionData: Is inside comment: 0.015542000066488981 +Info 12088[11:00:58.787] getCompletionData: Get previous token: 0.012876000255346298 +Info 12089[11:00:58.787] getCompletionsAtPosition: isCompletionListBlocker: 0.009810000192373991 +Info 12090[11:00:58.788] getExportInfoMap: cache hit +Info 12091[11:00:58.805] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 12092[11:00:58.805] collectAutoImports: response is complete +Info 12093[11:00:58.805] collectAutoImports: 17.315642999950796 +Info 12094[11:00:58.805] getCompletionData: Semantic work: 17.986954999621958 +Info 12095[11:00:58.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.557160000316799 +Info 12096[11:00:58.814] Format host information updated +Info 12097[11:00:58.838] Format host information updated +Info 12098[11:00:58.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12099[11:00:58.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 14.654828999657184ms +Info 12100[11:00:58.853] Different program with same set of files +Info 12101[11:00:59.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12102[11:00:59.678] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 7.266491999849677ms +Info 12103[11:00:59.678] Different program with same set of files +Info 12104[11:00:59.678] getCompletionData: Get current token: 0.00432599987834692 +Info 12105[11:00:59.678] getCompletionData: Is inside comment: 0.011969999875873327 +Info 12106[11:00:59.678] getCompletionData: Get previous token: 0.019769000355154276 +Info 12107[11:00:59.678] getCompletionsAtPosition: isCompletionListBlocker: 0.00786800030618906 +Info 12108[11:00:59.679] getExportInfoMap: cache hit +Info 12109[11:00:59.683] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 12110[11:00:59.683] collectAutoImports: response is complete +Info 12111[11:00:59.683] collectAutoImports: 4.4842329998500645 +Info 12112[11:00:59.684] getCompletionData: Semantic work: 5.192658000160009 +Info 12113[11:00:59.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0402320004068315 +Info 12114[11:00:59.686] Format host information updated +Info 12115[11:01:00.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12116[11:01:00.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 8.80638000043109ms +Info 12117[11:01:00.022] Different program with same set of files +Info 12118[11:01:00.022] getCompletionData: Get current token: 0.005590000189840794 +Info 12119[11:01:00.022] getCompletionData: Is inside comment: 0.015052999835461378 +Info 12120[11:01:00.022] getCompletionData: Get previous token: 0.01204399997368455 +Info 12121[11:01:00.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0034710001200437546 +Info 12122[11:01:00.023] getExportInfoMap: cache hit +Info 12123[11:01:00.036] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 12124[11:01:00.036] collectAutoImports: response is complete +Info 12125[11:01:00.036] collectAutoImports: 13.359277999959886 +Info 12126[11:01:00.036] getCompletionData: Semantic work: 13.994556999765337 +Info 12127[11:01:00.041] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.898940999992192 +Info 12128[11:01:00.045] Format host information updated +Info 12129[11:01:00.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12130[11:01:00.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 7.328660999890417ms +Info 12131[11:01:00.275] Different program with same set of files +Info 12132[11:01:00.275] getCompletionData: Get current token: 0.004303999710828066 +Info 12133[11:01:00.275] getCompletionData: Is inside comment: 0.013658000156283379 +Info 12134[11:01:00.275] getCompletionData: Get previous token: 0.026623000390827656 +Info 12135[11:01:00.275] getCompletionsAtPosition: isCompletionListBlocker: 0.027137000113725662 +Info 12136[11:01:00.276] getExportInfoMap: cache hit +Info 12137[11:01:00.289] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 12138[11:01:00.289] collectAutoImports: response is complete +Info 12139[11:01:00.289] collectAutoImports: 13.356405999977142 +Info 12140[11:01:00.289] getCompletionData: Semantic work: 14.394906000234187 +Info 12141[11:01:00.294] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.731490000151098 +Info 12142[11:01:00.298] Format host information updated +Info 12143[11:01:00.808] getCompletionData: Get current token: 0.0045460001565515995 +Info 12144[11:01:00.808] getCompletionData: Is inside comment: 0.0013819998130202293 +Info 12145[11:01:00.808] getCompletionData: Get previous token: 0.031386000104248524 +Info 12146[11:01:00.808] getCompletionsAtPosition: isCompletionListBlocker: 0.003399999812245369 +Info 12147[11:01:00.809] getExportInfoMap: cache hit +Info 12148[11:01:00.817] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 12149[11:01:00.817] collectAutoImports: response is complete +Info 12150[11:01:00.817] collectAutoImports: 7.823162999935448 +Info 12151[11:01:00.817] getCompletionData: Semantic work: 8.482085000257939 +Info 12152[11:01:00.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1220670002512634 +Info 12153[11:01:01.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12154[11:01:01.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 7.339879999868572ms +Info 12155[11:01:01.473] Different program with same set of files +Info 12156[11:01:01.473] getCompletionData: Get current token: 0.0037289997562766075 +Info 12157[11:01:01.473] getCompletionData: Is inside comment: 0.0016060001216828823 +Info 12158[11:01:01.473] getCompletionData: Get previous token: 0.07448700023815036 +Info 12159[11:01:01.473] getCompletionsAtPosition: isCompletionListBlocker: 0.003792000003159046 +Info 12160[11:01:01.474] getExportInfoMap: cache hit +Info 12161[11:01:01.477] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 12162[11:01:01.477] collectAutoImports: response is complete +Info 12163[11:01:01.477] collectAutoImports: 3.209820999763906 +Info 12164[11:01:01.477] getCompletionData: Semantic work: 4.13031700020656 +Info 12165[11:01:01.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.260853999760002 +Info 12166[11:01:01.480] Format host information updated +Info 12167[11:01:01.538] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12168[11:01:01.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 9.806735999882221ms +Info 12169[11:01:01.548] Different program with same set of files +Info 12170[11:01:01.548] getCompletionData: Get current token: 0.004131000023335218 +Info 12171[11:01:01.548] getCompletionData: Is inside comment: 0.0012509999796748161 +Info 12172[11:01:01.548] getCompletionData: Get previous token: 0.025047000031918287 +Info 12173[11:01:01.548] getCompletionsAtPosition: isCompletionListBlocker: 0.0028260000981390476 +Info 12174[11:01:01.549] getExportInfoMap: cache hit +Info 12175[11:01:01.552] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 49 from cache +Info 12176[11:01:01.552] collectAutoImports: response is complete +Info 12177[11:01:01.552] collectAutoImports: 2.8461939999833703 +Info 12178[11:01:01.552] getCompletionData: Semantic work: 3.4056640001945198 +Info 12179[11:01:01.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.728882999625057 +Info 12180[11:01:01.555] Format host information updated +Info 12181[11:01:01.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12182[11:01:01.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 7.432293999940157ms +Info 12183[11:01:01.687] Different program with same set of files +Info 12184[11:01:01.687] getCompletionData: Get current token: 0.005291000008583069 +Info 12185[11:01:01.687] getCompletionData: Is inside comment: 0.0015460001304745674 +Info 12186[11:01:01.687] getCompletionData: Get previous token: 0.031405999790877104 +Info 12187[11:01:01.687] getCompletionsAtPosition: isCompletionListBlocker: 0.003612999804317951 +Info 12188[11:01:01.687] getExportInfoMap: cache hit +Info 12189[11:01:01.690] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 12190[11:01:01.690] collectAutoImports: response is complete +Info 12191[11:01:01.690] collectAutoImports: 2.5393150001764297 +Info 12192[11:01:01.690] getCompletionData: Semantic work: 3.208504999987781 +Info 12193[11:01:01.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3437029998749495 +Info 12194[11:01:01.693] Format host information updated +Info 12195[11:01:01.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12196[11:01:01.907] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 9.909558999817818ms +Info 12197[11:01:01.907] Different program with same set of files +Info 12198[11:01:01.907] getCompletionData: Get current token: 0.006499000359326601 +Info 12199[11:01:01.907] getCompletionData: Is inside comment: 0.002193999942392111 +Info 12200[11:01:01.907] getCompletionData: Get previous token: 0.039065000135451555 +Info 12201[11:01:01.907] getCompletionsAtPosition: isCompletionListBlocker: 0.004242999944835901 +Info 12202[11:01:01.908] getExportInfoMap: cache hit +Info 12203[11:01:01.911] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 12204[11:01:01.911] collectAutoImports: response is complete +Info 12205[11:01:01.911] collectAutoImports: 3.2173549998551607 +Info 12206[11:01:01.911] getCompletionData: Semantic work: 4.047889000270516 +Info 12207[11:01:01.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.74390699993819 +Info 12208[11:01:01.914] Format host information updated +Info 12209[11:01:02.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12210[11:01:02.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 8.598048000130802ms +Info 12211[11:01:02.113] Different program with same set of files +Info 12212[11:01:02.113] getCompletionData: Get current token: 0.003987000323832035 +Info 12213[11:01:02.113] getCompletionData: Is inside comment: 0.0012110001407563686 +Info 12214[11:01:02.113] getCompletionData: Get previous token: 0.023256999906152487 +Info 12215[11:01:02.113] getCompletionsAtPosition: isCompletionListBlocker: 0.003639000002294779 +Info 12216[11:01:02.114] getExportInfoMap: cache hit +Info 12217[11:01:02.116] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 12218[11:01:02.116] collectAutoImports: response is complete +Info 12219[11:01:02.116] collectAutoImports: 2.109209000132978 +Info 12220[11:01:02.116] getCompletionData: Semantic work: 2.7998230000957847 +Info 12221[11:01:02.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1907060001976788 +Info 12222[11:01:02.118] Format host information updated +Info 12223[11:01:04.837] getCompletionData: Get current token: 0.005475000012665987 +Info 12224[11:01:04.837] getCompletionData: Is inside comment: 0.001353999599814415 +Info 12225[11:01:04.837] getCompletionData: Get previous token: 0.013638000003993511 +Info 12226[11:01:04.837] getCompletionsAtPosition: isCompletionListBlocker: 0.0039820000529289246 +Info 12227[11:01:04.837] getCompletionData: Semantic work: 0.3300600000657141 +Info 12228[11:01:04.837] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07801399985328317 +Info 12229[11:01:05.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12230[11:01:05.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 6.967645000200719ms +Info 12231[11:01:05.072] Different program with same set of files +Info 12232[11:01:05.072] getCompletionData: Get current token: 0.004466000013053417 +Info 12233[11:01:05.072] getCompletionData: Is inside comment: 0.0014789998531341553 +Info 12234[11:01:05.072] getCompletionData: Get previous token: 0.0254420000128448 +Info 12235[11:01:05.072] getCompletionsAtPosition: isCompletionListBlocker: 0.0024780002422630787 +Info 12236[11:01:05.073] getCompletionData: Semantic work: 0.17665200028568506 +Info 12237[11:01:05.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06459800014272332 +Info 12238[11:01:05.074] Format host information updated +Info 12239[11:01:05.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12240[11:01:05.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 7.078196999616921ms +Info 12241[11:01:05.165] Different program with same set of files +Info 12242[11:01:05.166] getCompletionData: Get current token: 0.004832000005990267 +Info 12243[11:01:05.166] getCompletionData: Is inside comment: 0.0012969998642802238 +Info 12244[11:01:05.166] getCompletionData: Get previous token: 0.02445200039073825 +Info 12245[11:01:05.166] getCompletionsAtPosition: isCompletionListBlocker: 0.0026269997470080853 +Info 12246[11:01:05.166] getCompletionData: Semantic work: 0.1556599996984005 +Info 12247[11:01:05.166] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06365999998524785 +Info 12248[11:01:05.166] Format host information updated +Info 12249[11:01:05.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12250[11:01:05.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 7.438567999750376ms +Info 12251[11:01:05.276] Different program with same set of files +Info 12252[11:01:05.276] getCompletionData: Get current token: 0.0046730004251003265 +Info 12253[11:01:05.276] getCompletionData: Is inside comment: 0.001524999737739563 +Info 12254[11:01:05.276] getCompletionData: Get previous token: 0.025621999986469746 +Info 12255[11:01:05.276] getCompletionsAtPosition: isCompletionListBlocker: 0.002875000238418579 +Info 12256[11:01:05.276] getCompletionData: Semantic work: 0.15995000023394823 +Info 12257[11:01:05.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06432399991899729 +Info 12258[11:01:05.278] Format host information updated +Info 12259[11:01:05.360] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12260[11:01:05.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 7.310494000092149ms +Info 12261[11:01:05.368] Different program with same set of files +Info 12262[11:01:05.368] getCompletionData: Get current token: 0.004648000001907349 +Info 12263[11:01:05.368] getCompletionData: Is inside comment: 0.001221999991685152 +Info 12264[11:01:05.368] getCompletionData: Get previous token: 0.06364900013431907 +Info 12265[11:01:05.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0030180001631379128 +Info 12266[11:01:05.368] getCompletionData: Semantic work: 0.30444899993017316 +Info 12267[11:01:05.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1826809998601675 +Info 12268[11:01:05.369] Format host information updated +Info 12269[11:01:05.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12270[11:01:05.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 9.422166999895126ms +Info 12271[11:01:05.547] Different program with same set of files +Info 12272[11:01:05.547] getCompletionData: Get current token: 0.004844999872148037 +Info 12273[11:01:05.547] getCompletionData: Is inside comment: 0.0016589998267591 +Info 12274[11:01:05.547] getCompletionData: Get previous token: 0.02634300012141466 +Info 12275[11:01:05.547] getCompletionsAtPosition: isCompletionListBlocker: 0.0034630000591278076 +Info 12276[11:01:05.547] getCompletionData: Semantic work: 0.17234899988397956 +Info 12277[11:01:05.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07078099995851517 +Info 12278[11:01:05.548] Format host information updated +Info 12279[11:01:05.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12280[11:01:05.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 6.995555000379682ms +Info 12281[11:01:05.734] Different program with same set of files +Info 12282[11:01:05.734] getCompletionData: Get current token: 0.004987999796867371 +Info 12283[11:01:05.734] getCompletionData: Is inside comment: 0.0014189998619258404 +Info 12284[11:01:05.734] getCompletionData: Get previous token: 0.025238000322133303 +Info 12285[11:01:05.734] getCompletionsAtPosition: isCompletionListBlocker: 0.002864999696612358 +Info 12286[11:01:05.735] getCompletionData: Semantic work: 0.1574160000309348 +Info 12287[11:01:05.735] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0646089999936521 +Info 12288[11:01:05.735] Format host information updated +Info 12289[11:01:05.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12290[11:01:05.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 8.783923000097275ms +Info 12291[11:01:05.806] Different program with same set of files +Info 12292[11:01:05.806] getCompletionData: Get current token: 0.004354000091552734 +Info 12293[11:01:05.806] getCompletionData: Is inside comment: 0.001391999889165163 +Info 12294[11:01:05.806] getCompletionData: Get previous token: 0.0226239999756217 +Info 12295[11:01:05.806] getCompletionsAtPosition: isCompletionListBlocker: 0.002865999937057495 +Info 12296[11:01:05.806] getCompletionData: Semantic work: 0.15011999988928437 +Info 12297[11:01:05.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06662299996241927 +Info 12298[11:01:05.806] Format host information updated +Info 12299[11:01:05.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12300[11:01:05.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 7.112536999862641ms +Info 12301[11:01:05.932] Different program with same set of files +Info 12302[11:01:05.932] getCompletionData: Get current token: 0.006172999739646912 +Info 12303[11:01:05.932] getCompletionData: Is inside comment: 0.001451999880373478 +Info 12304[11:01:05.932] getCompletionData: Get previous token: 0.019573000259697437 +Info 12305[11:01:05.932] getCompletionsAtPosition: isCompletionListBlocker: 0.008059000130742788 +Info 12306[11:01:05.932] getCompletionData: Semantic work: 0.17924199998378754 +Info 12307[11:01:05.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.055788999889045954 +Info 12308[11:01:05.932] Format host information updated +Info 12309[11:01:06.085] Format host information updated +Info 12310[11:01:06.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12311[11:01:06.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 9.789090000092983ms +Info 12312[11:01:06.095] Different program with same set of files +Info 12313[11:01:13.336] Format host information updated +Info 12314[11:01:13.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12315[11:01:13.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 427 structureChanged: true structureIsReused:: SafeModules Elapsed: 19.9071530001238ms +Info 12316[11:01:13.356] Different program with same set of files +Info 12317[11:01:13.508] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12318[11:01:13.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 428 structureChanged: true structureIsReused:: SafeModules Elapsed: 23.98149999976158ms +Info 12319[11:01:13.532] Different program with same set of files +Info 12320[11:01:13.533] getCompletionData: Get current token: 0.00367500027641654 +Info 12321[11:01:13.533] getCompletionData: Is inside comment: 0.01382800005376339 +Info 12322[11:01:13.533] getCompletionData: Get previous token: 0.007695999927818775 +Info 12323[11:01:13.533] getCompletionsAtPosition: isCompletionListBlocker: 0.0033649997785687447 +Info 12324[11:01:13.533] getCompletionData: Semantic work: 0.1841040002182126 +Info 12325[11:01:13.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2531300000846386 +Info 12326[11:01:13.534] Format host information updated +Info 12327[11:01:13.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12328[11:01:13.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 9.967002000194043ms +Info 12329[11:01:13.591] Different program with same set of files +Info 12330[11:01:13.592] getCompletionData: Get current token: 0.0019370000809431076 +Info 12331[11:01:13.592] getCompletionData: Is inside comment: 0.0056510004214942455 +Info 12332[11:01:13.592] getCompletionData: Get previous token: 0.004021999891847372 +Info 12333[11:01:13.592] getCompletionsAtPosition: isCompletionListBlocker: 0.008236000314354897 +Info 12334[11:01:13.592] getExportInfoMap: cache hit +Info 12335[11:01:13.612] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 12336[11:01:13.612] collectAutoImports: response is complete +Info 12337[11:01:13.612] collectAutoImports: 19.465381999965757 +Info 12338[11:01:13.612] getCompletionData: Semantic work: 20.154827000107616 +Info 12339[11:01:13.616] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.541470000054687 +Info 12340[11:01:13.621] Format host information updated +Info 12341[11:01:13.896] getCompletionData: Get current token: 0.004099000245332718 +Info 12342[11:01:13.896] getCompletionData: Is inside comment: 0.002112000249326229 +Info 12343[11:01:13.896] getCompletionData: Get previous token: 0.014979999978095293 +Info 12344[11:01:13.896] getCompletionsAtPosition: isCompletionListBlocker: 0.004751000087708235 +Info 12345[11:01:13.896] getCompletionData: Semantic work: 0.06095099961385131 +Info 12346[11:01:13.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11048500007018447 +Info 12347[11:01:14.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12348[11:01:14.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 10.759174000006169ms +Info 12349[11:01:14.228] Different program with same set of files +Info 12350[11:01:14.228] getCompletionData: Get current token: 0.004608999937772751 +Info 12351[11:01:14.228] getCompletionData: Is inside comment: 0.001598999835550785 +Info 12352[11:01:14.228] getCompletionData: Get previous token: 0.020545999985188246 +Info 12353[11:01:14.228] getCompletionsAtPosition: isCompletionListBlocker: 0.0032319999299943447 +Info 12354[11:01:14.228] getCompletionData: Semantic work: 0.08867499977350235 +Info 12355[11:01:14.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12593100033700466 +Info 12356[11:01:14.229] Format host information updated +Info 12357[11:01:14.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12358[11:01:14.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 9.230718999635428ms +Info 12359[11:01:14.335] Different program with same set of files +Info 12360[11:01:14.335] getCompletionData: Get current token: 0.002447000239044428 +Info 12361[11:01:14.335] getCompletionData: Is inside comment: 0.0010939999483525753 +Info 12362[11:01:14.335] getCompletionData: Get previous token: 0.013088000006973743 +Info 12363[11:01:14.335] getCompletionsAtPosition: isCompletionListBlocker: 0.002328000031411648 +Info 12364[11:01:14.335] getCompletionData: Semantic work: 0.03863499965518713 +Info 12365[11:01:14.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08064000029116869 +Info 12366[11:01:14.335] Format host information updated +Info 12367[11:01:14.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12368[11:01:14.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 9.905756000429392ms +Info 12369[11:01:14.440] Different program with same set of files +Info 12370[11:01:14.440] getCompletionData: Get current token: 0.0030580000020563602 +Info 12371[11:01:14.440] getCompletionData: Is inside comment: 0.0014949999749660492 +Info 12372[11:01:14.440] getCompletionData: Get previous token: 0.016100000124424696 +Info 12373[11:01:14.440] getCompletionsAtPosition: isCompletionListBlocker: 0.0025969999842345715 +Info 12374[11:01:14.440] getCompletionData: Semantic work: 0.049325000029057264 +Info 12375[11:01:14.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09192899987101555 +Info 12376[11:01:14.441] Format host information updated +Info 12377[11:01:14.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12378[11:01:14.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 7.3324049999937415ms +Info 12379[11:01:14.599] Different program with same set of files +Info 12380[11:01:14.599] getCompletionData: Get current token: 0.002326000016182661 +Info 12381[11:01:14.599] getCompletionData: Is inside comment: 0.0013150000013411045 +Info 12382[11:01:14.599] getCompletionData: Get previous token: 0.011839999817311764 +Info 12383[11:01:14.599] getCompletionsAtPosition: isCompletionListBlocker: 0.0027749999426305294 +Info 12384[11:01:14.599] getCompletionData: Semantic work: 0.03940400015562773 +Info 12385[11:01:14.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0936099998652935 +Info 12386[11:01:14.600] Format host information updated +Info 12387[11:01:15.384] Format host information updated +Info 12388[11:01:15.384] Format host information updated +Info 12389[11:01:15.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12390[11:01:15.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 9.002423000056297ms +Info 12391[11:01:15.393] Different program with same set of files +Info 12392[11:01:15.393] getCompletionData: Get current token: 0.016168999951332808 +Info 12393[11:01:15.393] getCompletionData: Is inside comment: 0.016832000110298395 +Info 12394[11:01:15.393] getCompletionData: Get previous token: 0.011990999802947044 +Info 12395[11:01:15.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0023380001075565815 +Info 12396[11:01:15.393] getCompletionData: Semantic work: 0.037721999920904636 +Info 12397[11:01:15.397] getCompletionData: Get current token: 0.006167000159621239 +Info 12398[11:01:15.397] getCompletionData: Is inside comment: 0.002191999927163124 +Info 12399[11:01:15.397] getCompletionData: Get previous token: 0.010154000017791986 +Info 12400[11:01:15.397] getCompletionsAtPosition: isCompletionListBlocker: 0.002394000068306923 +Info 12401[11:01:15.398] getCompletionData: Semantic work: 0.0321840001270175 +Info 12402[11:01:15.398] Format host information updated +Info 12403[11:01:18.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12404[11:01:18.712] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 9.090553000103682ms +Info 12405[11:01:18.712] Different program with same set of files +Info 12406[11:01:18.712] getCompletionData: Get current token: 0.004990000277757645 +Info 12407[11:01:18.712] getCompletionData: Is inside comment: 0.017545000184327364 +Info 12408[11:01:18.712] getCompletionData: Get previous token: 0.011133000254631042 +Info 12409[11:01:18.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0031980001367628574 +Info 12410[11:01:18.713] getExportInfoMap: cache hit +Info 12411[11:01:18.731] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 12412[11:01:18.731] collectAutoImports: response is complete +Info 12413[11:01:18.731] collectAutoImports: 18.200854000169784 +Info 12414[11:01:18.731] getCompletionData: Semantic work: 18.783784999977797 +Info 12415[11:01:18.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4553940002806485 +Info 12416[11:01:18.744] Format host information updated +Info 12417[11:01:18.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12418[11:01:18.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 13.944186000153422ms +Info 12419[11:01:18.794] Different program with same set of files +Info 12420[11:01:18.794] getCompletionData: Get current token: 0.004875999875366688 +Info 12421[11:01:18.794] getCompletionData: Is inside comment: 0.016301999799907207 +Info 12422[11:01:18.794] getCompletionData: Get previous token: 0.020444000139832497 +Info 12423[11:01:18.794] getCompletionsAtPosition: isCompletionListBlocker: 0.003490000031888485 +Info 12424[11:01:18.800] getExportInfoMap: cache hit +Info 12425[11:01:18.806] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 68 from cache +Info 12426[11:01:18.806] collectAutoImports: response is complete +Info 12427[11:01:18.806] collectAutoImports: 6.2371499999426305 +Info 12428[11:01:18.806] getCompletionData: Semantic work: 11.962778999935836 +Info 12429[11:01:18.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.95918900007382 +Info 12430[11:01:18.813] Format host information updated +Info 12431[11:01:18.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12432[11:01:18.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 7.126166999805719ms +Info 12433[11:01:18.874] Different program with same set of files +Info 12434[11:01:18.874] getCompletionData: Get current token: 0.0037540001794695854 +Info 12435[11:01:18.874] getCompletionData: Is inside comment: 0.015432999935001135 +Info 12436[11:01:18.874] getCompletionData: Get previous token: 0.017587999813258648 +Info 12437[11:01:18.874] getCompletionsAtPosition: isCompletionListBlocker: 0.002809000201523304 +Info 12438[11:01:18.874] getExportInfoMap: cache hit +Info 12439[11:01:18.877] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 8 from cache +Info 12440[11:01:18.877] collectAutoImports: response is complete +Info 12441[11:01:18.877] collectAutoImports: 2.3536600000225008 +Info 12442[11:01:18.877] getCompletionData: Semantic work: 2.8563379999250174 +Info 12443[11:01:18.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1356489998288453 +Info 12444[11:01:18.880] Format host information updated +Info 12445[11:01:19.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12446[11:01:19.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 7.455904999747872ms +Info 12447[11:01:19.011] Different program with same set of files +Info 12448[11:01:19.011] getCompletionData: Get current token: 0.00456500006839633 +Info 12449[11:01:19.011] getCompletionData: Is inside comment: 0.01935099996626377 +Info 12450[11:01:19.011] getCompletionData: Get previous token: 0.02139499969780445 +Info 12451[11:01:19.011] getCompletionsAtPosition: isCompletionListBlocker: 0.003060000017285347 +Info 12452[11:01:19.012] getExportInfoMap: cache hit +Info 12453[11:01:19.014] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 12454[11:01:19.014] collectAutoImports: response is complete +Info 12455[11:01:19.014] collectAutoImports: 2.4445210001431406 +Info 12456[11:01:19.014] getCompletionData: Semantic work: 2.988512999843806 +Info 12457[11:01:19.017] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.578593000303954 +Info 12458[11:01:19.019] Format host information updated +Info 12459[11:01:19.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12460[11:01:19.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 29.355607999954373ms +Info 12461[11:01:19.191] Different program with same set of files +Info 12462[11:01:19.191] getCompletionData: Get current token: 0.015443000011146069 +Info 12463[11:01:19.191] getCompletionData: Is inside comment: 0.057603000197559595 +Info 12464[11:01:19.191] getCompletionData: Get previous token: 0.06283099995926023 +Info 12465[11:01:19.191] getCompletionsAtPosition: isCompletionListBlocker: 0.007027999963611364 +Info 12466[11:01:19.193] getExportInfoMap: cache hit +Info 12467[11:01:19.216] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 12468[11:01:19.216] collectAutoImports: response is complete +Info 12469[11:01:19.216] collectAutoImports: 23.301938000135124 +Info 12470[11:01:19.216] getCompletionData: Semantic work: 24.673099000006914 +Info 12471[11:01:19.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.304990999866277 +Info 12472[11:01:19.228] Format host information updated +Info 12473[11:01:19.239] Format host information updated +Info 12474[11:01:19.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12475[11:01:19.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 8.205467999912798ms +Info 12476[11:01:19.247] Different program with same set of files +Info 12477[11:01:19.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12478[11:01:19.323] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 10.419999999925494ms +Info 12479[11:01:19.323] Different program with same set of files +Info 12480[11:01:19.323] getCompletionData: Get current token: 0.006962999701499939 +Info 12481[11:01:19.323] getCompletionData: Is inside comment: 0.033631999976933 +Info 12482[11:01:19.323] getCompletionData: Get previous token: 0.017508999910205603 +Info 12483[11:01:19.323] getCompletionsAtPosition: isCompletionListBlocker: 0.004277000203728676 +Info 12484[11:01:19.324] getExportInfoMap: cache hit +Info 12485[11:01:19.340] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 12486[11:01:19.340] collectAutoImports: response is complete +Info 12487[11:01:19.340] collectAutoImports: 16.53476700000465 +Info 12488[11:01:19.340] getCompletionData: Semantic work: 17.263904999941587 +Info 12489[11:01:19.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.006936999969184 +Info 12490[11:01:19.352] Format host information updated +Info 12491[11:01:19.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12492[11:01:19.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 7.176907000131905ms +Info 12493[11:01:19.389] Different program with same set of files +Info 12494[11:01:19.390] getCompletionData: Get current token: 0.003988000098615885 +Info 12495[11:01:19.390] getCompletionData: Is inside comment: 0.016017000190913677 +Info 12496[11:01:19.390] getCompletionData: Get previous token: 0.009738999884575605 +Info 12497[11:01:19.390] getCompletionsAtPosition: isCompletionListBlocker: 0.008125999942421913 +Info 12498[11:01:19.390] getExportInfoMap: cache hit +Info 12499[11:01:19.402] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 12500[11:01:19.402] collectAutoImports: response is complete +Info 12501[11:01:19.402] collectAutoImports: 11.848928999621421 +Info 12502[11:01:19.402] getCompletionData: Semantic work: 12.414895999711007 +Info 12503[11:01:19.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.746023999992758 +Info 12504[11:01:19.410] Format host information updated +Info 12505[11:01:20.617] Format host information updated +Info 12506[11:01:20.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12507[11:01:20.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 7.298421000130475ms +Info 12508[11:01:20.625] Different program with same set of files +Info 12509[11:01:23.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12510[11:01:23.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 7.333397000096738ms +Info 12511[11:01:23.809] Different program with same set of files +Info 12512[11:01:23.810] getCompletionData: Get current token: 0.002484000287950039 +Info 12513[11:01:23.810] getCompletionData: Is inside comment: 0.001176999881863594 +Info 12514[11:01:23.810] getCompletionData: Get previous token: 0.008427999913692474 +Info 12515[11:01:23.810] getCompletionsAtPosition: isCompletionListBlocker: 0.002689000219106674 +Info 12516[11:01:23.810] getCompletionData: Semantic work: 0.036241000052541494 +Info 12517[11:01:23.810] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10121899982914329 +Info 12518[11:01:23.810] Format host information updated +Info 12519[11:01:23.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12520[11:01:23.937] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 9.440445000305772ms +Info 12521[11:01:23.937] Different program with same set of files +Info 12522[11:01:23.937] getCompletionData: Get current token: 0.0025010001845657825 +Info 12523[11:01:23.937] getCompletionData: Is inside comment: 0.0013959999196231365 +Info 12524[11:01:23.937] getCompletionData: Get previous token: 0.014879999682307243 +Info 12525[11:01:23.937] getCompletionsAtPosition: isCompletionListBlocker: 0.0031339996494352818 +Info 12526[11:01:23.937] getCompletionData: Semantic work: 0.04636299982666969 +Info 12527[11:01:23.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09621300036087632 +Info 12528[11:01:23.938] Format host information updated +Info 12529[11:01:24.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12530[11:01:24.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 8.13203899981454ms +Info 12531[11:01:24.246] Different program with same set of files +Info 12532[11:01:24.246] getCompletionData: Get current token: 0.0022929999977350235 +Info 12533[11:01:24.246] getCompletionData: Is inside comment: 0.0012190002016723156 +Info 12534[11:01:24.246] getCompletionData: Get previous token: 0.013254000339657068 +Info 12535[11:01:24.246] getCompletionsAtPosition: isCompletionListBlocker: 0.0029330002143979073 +Info 12536[11:01:24.246] getCompletionData: Semantic work: 0.03922400018200278 +Info 12537[11:01:24.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08156700013205409 +Info 12538[11:01:24.247] Format host information updated +Info 12539[11:01:24.303] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12540[11:01:24.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 13.659667000174522ms +Info 12541[11:01:24.316] Different program with same set of files +Info 12542[11:01:24.317] getCompletionData: Get current token: 0.005191999953240156 +Info 12543[11:01:24.317] getCompletionData: Is inside comment: 0.0023229997605085373 +Info 12544[11:01:24.317] getCompletionData: Get previous token: 0.029064000118523836 +Info 12545[11:01:24.317] getCompletionsAtPosition: isCompletionListBlocker: 0.004083999898284674 +Info 12546[11:01:24.317] getCompletionData: Semantic work: 0.07379399985074997 +Info 12547[11:01:24.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1876329998485744 +Info 12548[11:01:24.347] Format host information updated +Info 12549[11:01:24.415] Format host information updated +Info 12550[11:01:24.415] Format host information updated +Info 12551[11:01:24.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12552[11:01:24.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 9.107431000098586ms +Info 12553[11:01:24.425] Different program with same set of files +Info 12554[11:01:24.425] getCompletionData: Get current token: 0.009602000005543232 +Info 12555[11:01:24.425] getCompletionData: Is inside comment: 0.0038620000705122948 +Info 12556[11:01:24.425] getCompletionData: Get previous token: 0.014059000182896852 +Info 12557[11:01:24.425] getCompletionsAtPosition: isCompletionListBlocker: 0.0025279996916651726 +Info 12558[11:01:24.425] getCompletionData: Semantic work: 0.04210299998521805 +Info 12559[11:01:24.430] getCompletionData: Get current token: 0.002905000001192093 +Info 12560[11:01:24.430] getCompletionData: Is inside comment: 0.001711999997496605 +Info 12561[11:01:24.430] getCompletionData: Get previous token: 0.015581999905407429 +Info 12562[11:01:24.430] getCompletionsAtPosition: isCompletionListBlocker: 0.002927000168710947 +Info 12563[11:01:24.431] getCompletionData: Semantic work: 0.0462050000205636 +Info 12564[11:01:24.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10822399985045195 +Info 12565[11:01:24.431] getCompletionData: Get current token: 0.005543000064790249 +Info 12566[11:01:24.431] getCompletionData: Is inside comment: 0.0021079997532069683 +Info 12567[11:01:24.431] getCompletionData: Get previous token: 0.012228999752551317 +Info 12568[11:01:24.431] getCompletionsAtPosition: isCompletionListBlocker: 0.0017279996536672115 +Info 12569[11:01:24.431] getCompletionData: Semantic work: 0.02295299991965294 +Info 12570[11:01:24.432] Format host information updated +Info 12571[11:01:26.669] getCompletionData: Get current token: 0.004860999993979931 +Info 12572[11:01:26.669] getCompletionData: Is inside comment: 0.015670999884605408 +Info 12573[11:01:26.669] getCompletionData: Get previous token: 0.010470999870449305 +Info 12574[11:01:26.669] getCompletionsAtPosition: isCompletionListBlocker: 0.003748000133782625 +Info 12575[11:01:26.670] getExportInfoMap: cache hit +Info 12576[11:01:26.680] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 12577[11:01:26.680] collectAutoImports: response is complete +Info 12578[11:01:26.680] collectAutoImports: 10.294532000087202 +Info 12579[11:01:26.680] getCompletionData: Semantic work: 10.852528000250459 +Info 12580[11:01:26.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.344986999873072 +Info 12581[11:01:27.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12582[11:01:27.026] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 449 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.72758900001645ms +Info 12583[11:01:27.026] Different program with same set of files +Info 12584[11:01:27.028] Format host information updated +Info 12585[11:01:27.194] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12586[11:01:27.208] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 450 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.914580000098795ms +Info 12587[11:01:27.208] Different program with same set of files +Info 12588[11:01:27.208] getCompletionData: Get current token: 0.004839000292122364 +Info 12589[11:01:27.208] getCompletionData: Is inside comment: 0.016396000050008297 +Info 12590[11:01:27.208] getCompletionData: Get previous token: 0.010123000014573336 +Info 12591[11:01:27.208] getCompletionsAtPosition: isCompletionListBlocker: 0.008295000065118074 +Info 12592[11:01:27.209] getExportInfoMap: cache hit +Info 12593[11:01:27.220] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 12594[11:01:27.220] collectAutoImports: response is complete +Info 12595[11:01:27.221] collectAutoImports: 11.821288000326604 +Info 12596[11:01:27.221] getCompletionData: Semantic work: 12.253798000048846 +Info 12597[11:01:27.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.349266999866813 +Info 12598[11:01:27.231] Format host information updated +Info 12599[11:01:28.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12600[11:01:28.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 451 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.874873999971896ms +Info 12601[11:01:28.757] Different program with same set of files +Info 12602[11:01:28.758] Format host information updated +Info 12603[11:01:28.896] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12604[11:01:28.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 452 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.826992999762297ms +Info 12605[11:01:28.910] Different program with same set of files +Info 12606[11:01:28.911] Format host information updated +Info 12607[11:01:29.894] Format host information updated +Info 12608[11:01:29.894] Format host information updated +Info 12609[11:01:29.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12610[11:01:29.907] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 453 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.209803000092506ms +Info 12611[11:01:29.907] Different program with same set of files +Info 12612[11:01:29.909] Format host information updated +Info 12613[11:01:30.313] getCompletionData: Get current token: 0.014853999949991703 +Info 12614[11:01:30.313] getCompletionData: Is inside comment: 0.0697559998370707 +Info 12615[11:01:30.313] getCompletionData: Get previous token: 0.04461300000548363 +Info 12616[11:01:30.313] getCompletionsAtPosition: isCompletionListBlocker: 0.028873000293970108 +Info 12617[11:01:30.316] getExportInfoMap: cache hit +Info 12618[11:01:30.356] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 12619[11:01:30.357] collectAutoImports: response is complete +Info 12620[11:01:30.357] collectAutoImports: 40.51088500022888 +Info 12621[11:01:30.357] getCompletionData: Semantic work: 43.01066099992022 +Info 12622[11:01:30.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.09783299965784 +Info 12623[11:01:30.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12624[11:01:30.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 32.25206600036472ms +Info 12625[11:01:30.554] Different program with same set of files +Info 12626[11:01:30.554] getCompletionData: Get current token: 0.010091000236570835 +Info 12627[11:01:30.554] getCompletionData: Is inside comment: 0.036391000263392925 +Info 12628[11:01:30.554] getCompletionData: Get previous token: 0.024668000172823668 +Info 12629[11:01:30.554] getCompletionsAtPosition: isCompletionListBlocker: 0.0045779999345541 +Info 12630[11:01:30.555] getCompletionData: Semantic work: 0.083682999946177 +Info 12631[11:01:30.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1338670002296567 +Info 12632[11:01:30.555] Format host information updated +Info 12633[11:01:31.416] Format host information updated +Info 12634[11:01:31.416] Format host information updated +Info 12635[11:01:31.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12636[11:01:31.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 9.666749000083655ms +Info 12637[11:01:31.426] Different program with same set of files +Info 12638[11:01:31.426] getCompletionData: Get current token: 0.020179000217467546 +Info 12639[11:01:31.426] getCompletionData: Is inside comment: 0.03267099987715483 +Info 12640[11:01:31.426] getCompletionData: Get previous token: 0.012523000128567219 +Info 12641[11:01:31.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0029159998521208763 +Info 12642[11:01:31.426] getCompletionData: Semantic work: 0.03941600024700165 +Info 12643[11:01:31.428] getCompletionData: Get current token: 0.008169000037014484 +Info 12644[11:01:31.428] getCompletionData: Is inside comment: 0.023088000249117613 +Info 12645[11:01:31.428] getCompletionData: Get previous token: 0.01170399971306324 +Info 12646[11:01:31.428] getCompletionsAtPosition: isCompletionListBlocker: 0.002702999860048294 +Info 12647[11:01:31.428] getCompletionData: Semantic work: 0.020258000120520592 +Info 12648[11:01:31.429] Format host information updated +Info 12649[11:01:34.858] getCompletionData: Get current token: 0.0021879998967051506 +Info 12650[11:01:34.858] getCompletionData: Is inside comment: 0.0014039999805390835 +Info 12651[11:01:34.858] getCompletionData: Get previous token: 0.009133000392466784 +Info 12652[11:01:34.858] getCompletionsAtPosition: isCompletionListBlocker: 0.003307000268250704 +Info 12653[11:01:34.858] getCompletionData: Semantic work: 0.04437300004065037 +Info 12654[11:01:34.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09078500000759959 +Info 12655[11:01:35.088] Format host information updated +Info 12656[11:01:35.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12657[11:01:35.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 8.535608999896795ms +Info 12658[11:01:35.097] Different program with same set of files +Info 12659[11:01:35.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12660[11:01:35.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 11.089639000128955ms +Info 12661[11:01:35.216] Different program with same set of files +Info 12662[11:01:35.216] getCompletionData: Get current token: 0.002704999875277281 +Info 12663[11:01:35.216] getCompletionData: Is inside comment: 0.0035260003060102463 +Info 12664[11:01:35.216] getCompletionData: Get previous token: 0.016181999817490578 +Info 12665[11:01:35.216] getCompletionsAtPosition: isCompletionListBlocker: 0.0139679997228086 +Info 12666[11:01:35.216] Returning an empty list because completion was requested in an invalid position. +Info 12667[11:01:35.216] Format host information updated +Info 12668[11:01:35.325] Format host information updated +Info 12669[11:01:35.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12670[11:01:35.332] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 7.768297000322491ms +Info 12671[11:01:35.332] Different program with same set of files +Info 12672[11:01:35.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12673[11:01:35.907] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 9.933968999888748ms +Info 12674[11:01:35.907] Different program with same set of files +Info 12675[11:01:35.907] getCompletionData: Get current token: 0.0023360000923275948 +Info 12676[11:01:35.907] getCompletionData: Is inside comment: 0.0012690001167356968 +Info 12677[11:01:35.907] getCompletionData: Get previous token: 0.012587000150233507 +Info 12678[11:01:35.907] getCompletionsAtPosition: isCompletionListBlocker: 0.001587000209838152 +Info 12679[11:01:35.907] Returning an empty list because completion was requested in an invalid position. +Info 12680[11:01:35.907] Format host information updated +Info 12681[11:01:36.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12682[11:01:36.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 7.696779000107199ms +Info 12683[11:01:36.209] Different program with same set of files +Info 12684[11:01:36.209] getCompletionData: Get current token: 0.0025390000082552433 +Info 12685[11:01:36.209] getCompletionData: Is inside comment: 0.0012190002016723156 +Info 12686[11:01:36.209] getCompletionData: Get previous token: 0.012418000027537346 +Info 12687[11:01:36.209] getCompletionsAtPosition: isCompletionListBlocker: 0.0015370002947747707 +Info 12688[11:01:36.209] Returning an empty list because completion was requested in an invalid position. +Info 12689[11:01:36.209] Format host information updated +Info 12690[11:01:36.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12691[11:01:36.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 8.126671999692917ms +Info 12692[11:01:36.286] Different program with same set of files +Info 12693[11:01:36.286] getCompletionData: Get current token: 0.003091000020503998 +Info 12694[11:01:36.286] getCompletionData: Is inside comment: 0.0014769998379051685 +Info 12695[11:01:36.286] getCompletionData: Get previous token: 0.014084999915212393 +Info 12696[11:01:36.286] getCompletionsAtPosition: isCompletionListBlocker: 0.0018710000440478325 +Info 12697[11:01:36.286] Returning an empty list because completion was requested in an invalid position. +Info 12698[11:01:36.286] Format host information updated +Info 12699[11:01:36.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12700[11:01:36.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 28.70038600033149ms +Info 12701[11:01:36.451] Different program with same set of files +Info 12702[11:01:36.451] getCompletionData: Get current token: 0.007458999752998352 +Info 12703[11:01:36.451] getCompletionData: Is inside comment: 0.003911000210791826 +Info 12704[11:01:36.451] getCompletionData: Get previous token: 0.03629399975761771 +Info 12705[11:01:36.452] getCompletionsAtPosition: isCompletionListBlocker: 0.004176999907940626 +Info 12706[11:01:36.452] Returning an empty list because completion was requested in an invalid position. +Info 12707[11:01:36.456] Format host information updated +Info 12708[11:01:36.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12709[11:01:36.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 8.011981999967247ms +Info 12710[11:01:36.711] Different program with same set of files +Info 12711[11:01:36.711] getCompletionData: Get current token: 0.002139999996870756 +Info 12712[11:01:36.711] getCompletionData: Is inside comment: 0.0011370000429451466 +Info 12713[11:01:36.711] getCompletionData: Get previous token: 0.0123070003464818 +Info 12714[11:01:36.711] getCompletionsAtPosition: isCompletionListBlocker: 0.001550000160932541 +Info 12715[11:01:36.711] Returning an empty list because completion was requested in an invalid position. +Info 12716[11:01:36.712] Format host information updated +Info 12717[11:01:36.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12718[11:01:36.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 10.423702000174671ms +Info 12719[11:01:36.841] Different program with same set of files +Info 12720[11:01:36.841] getCompletionData: Get current token: 0.00254100002348423 +Info 12721[11:01:36.841] getCompletionData: Is inside comment: 0.0013329996727406979 +Info 12722[11:01:36.841] getCompletionData: Get previous token: 0.013094999827444553 +Info 12723[11:01:36.841] getCompletionsAtPosition: isCompletionListBlocker: 0.001689000055193901 +Info 12724[11:01:36.841] Returning an empty list because completion was requested in an invalid position. +Info 12725[11:01:36.841] Format host information updated +Info 12726[11:01:36.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12727[11:01:36.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 7.355026999954134ms +Info 12728[11:01:36.971] Different program with same set of files +Info 12729[11:01:36.972] getCompletionData: Get current token: 0.0027180002070963383 +Info 12730[11:01:36.972] getCompletionData: Is inside comment: 0.0012050000950694084 +Info 12731[11:01:36.972] getCompletionData: Get previous token: 0.012868000194430351 +Info 12732[11:01:36.972] getCompletionsAtPosition: isCompletionListBlocker: 0.001475000288337469 +Info 12733[11:01:36.972] Returning an empty list because completion was requested in an invalid position. +Info 12734[11:01:36.972] Format host information updated +Info 12735[11:01:37.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12736[11:01:37.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 7.101722000166774ms +Info 12737[11:01:37.541] Different program with same set of files +Info 12738[11:01:37.541] getCompletionData: Get current token: 0.002167999744415283 +Info 12739[11:01:37.541] getCompletionData: Is inside comment: 0.001095999963581562 +Info 12740[11:01:37.541] getCompletionData: Get previous token: 0.01179000036790967 +Info 12741[11:01:37.541] getCompletionsAtPosition: isCompletionListBlocker: 0.0013339999131858349 +Info 12742[11:01:37.541] Returning an empty list because completion was requested in an invalid position. +Info 12743[11:01:37.541] Format host information updated +Info 12744[11:01:37.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12745[11:01:37.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 11.687525999732316ms +Info 12746[11:01:37.609] Different program with same set of files +Info 12747[11:01:37.609] getCompletionData: Get current token: 0.006792000029236078 +Info 12748[11:01:37.609] getCompletionData: Is inside comment: 0.002814000006765127 +Info 12749[11:01:37.609] getCompletionData: Get previous token: 0.02706200024113059 +Info 12750[11:01:37.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0019310000352561474 +Info 12751[11:01:37.610] Returning an empty list because completion was requested in an invalid position. +Info 12752[11:01:37.612] Format host information updated +Info 12753[11:01:37.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12754[11:01:37.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 7.1596399997361ms +Info 12755[11:01:37.685] Different program with same set of files +Info 12756[11:01:37.685] getCompletionData: Get current token: 0.0024399999529123306 +Info 12757[11:01:37.685] getCompletionData: Is inside comment: 0.0013649999164044857 +Info 12758[11:01:37.685] getCompletionData: Get previous token: 0.012550999876111746 +Info 12759[11:01:37.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0016270000487565994 +Info 12760[11:01:37.685] Returning an empty list because completion was requested in an invalid position. +Info 12761[11:01:37.686] Format host information updated +Info 12762[11:01:37.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12763[11:01:37.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 10.204921000171453ms +Info 12764[11:01:37.861] Different program with same set of files +Info 12765[11:01:37.862] getCompletionData: Get current token: 0.002570000011473894 +Info 12766[11:01:37.862] getCompletionData: Is inside comment: 0.0011370000429451466 +Info 12767[11:01:37.862] getCompletionData: Get previous token: 0.012753000017255545 +Info 12768[11:01:37.862] getCompletionsAtPosition: isCompletionListBlocker: 0.0013930001296103 +Info 12769[11:01:37.862] Returning an empty list because completion was requested in an invalid position. +Info 12770[11:01:37.862] Format host information updated +Info 12771[11:01:38.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12772[11:01:38.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 7.286512000020593ms +Info 12773[11:01:38.046] Different program with same set of files +Info 12774[11:01:38.046] getCompletionData: Get current token: 0.002468000166118145 +Info 12775[11:01:38.046] getCompletionData: Is inside comment: 0.0013959999196231365 +Info 12776[11:01:38.046] getCompletionData: Get previous token: 0.013092999812215567 +Info 12777[11:01:38.046] getCompletionsAtPosition: isCompletionListBlocker: 0.0013729999773204327 +Info 12778[11:01:38.046] Returning an empty list because completion was requested in an invalid position. +Info 12779[11:01:38.046] Format host information updated +Info 12780[11:01:38.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12781[11:01:38.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 15.702627999708056ms +Info 12782[11:01:38.118] Different program with same set of files +Info 12783[11:01:38.118] getCompletionData: Get current token: 0.004246000200510025 +Info 12784[11:01:38.118] getCompletionData: Is inside comment: 0.002133999951183796 +Info 12785[11:01:38.118] getCompletionData: Get previous token: 0.020829000044614077 +Info 12786[11:01:38.118] getCompletionsAtPosition: isCompletionListBlocker: 0.0021609999239444733 +Info 12787[11:01:38.118] Returning an empty list because completion was requested in an invalid position. +Info 12788[11:01:38.119] Format host information updated +Info 12789[11:01:38.372] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12790[11:01:38.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 19.145647999830544ms +Info 12791[11:01:38.392] Different program with same set of files +Info 12792[11:01:38.392] getCompletionData: Get current token: 0.005588000174611807 +Info 12793[11:01:38.392] getCompletionData: Is inside comment: 0.0027860002592206 +Info 12794[11:01:38.392] getCompletionData: Get previous token: 0.03271800000220537 +Info 12795[11:01:38.392] getCompletionsAtPosition: isCompletionListBlocker: 0.00316500011831522 +Info 12796[11:01:38.392] Returning an empty list because completion was requested in an invalid position. +Info 12797[11:01:38.392] Format host information updated +Info 12798[11:01:38.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12799[11:01:38.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 10.675811999943107ms +Info 12800[11:01:38.464] Different program with same set of files +Info 12801[11:01:38.464] getCompletionData: Get current token: 0.003533999901264906 +Info 12802[11:01:38.464] getCompletionData: Is inside comment: 0.0016299998387694359 +Info 12803[11:01:38.464] getCompletionData: Get previous token: 0.019088999833911657 +Info 12804[11:01:38.464] getCompletionsAtPosition: isCompletionListBlocker: 0.0015850001946091652 +Info 12805[11:01:38.465] Returning an empty list because completion was requested in an invalid position. +Info 12806[11:01:38.465] Format host information updated +Info 12807[11:01:38.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12808[11:01:38.907] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 7.69961899984628ms +Info 12809[11:01:38.907] Different program with same set of files +Info 12810[11:01:38.907] getCompletionData: Get current token: 0.002489999867975712 +Info 12811[11:01:38.907] getCompletionData: Is inside comment: 0.0012409999035298824 +Info 12812[11:01:38.907] getCompletionData: Get previous token: 0.013408000115305185 +Info 12813[11:01:38.907] getCompletionsAtPosition: isCompletionListBlocker: 0.001438000239431858 +Info 12814[11:01:38.907] Returning an empty list because completion was requested in an invalid position. +Info 12815[11:01:38.907] Format host information updated +Info 12816[11:01:38.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12817[11:01:39.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 9.842201000079513ms +Info 12818[11:01:39.001] Different program with same set of files +Info 12819[11:01:39.001] getCompletionData: Get current token: 0.0026189996860921383 +Info 12820[11:01:39.001] getCompletionData: Is inside comment: 0.0011599999852478504 +Info 12821[11:01:39.001] getCompletionData: Get previous token: 0.013217000290751457 +Info 12822[11:01:39.001] getCompletionsAtPosition: isCompletionListBlocker: 0.0017650001682341099 +Info 12823[11:01:39.001] Returning an empty list because completion was requested in an invalid position. +Info 12824[11:01:39.001] Format host information updated +Info 12825[11:01:39.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12826[11:01:39.069] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 14.291160999797285ms +Info 12827[11:01:39.069] Different program with same set of files +Info 12828[11:01:39.069] getCompletionData: Get current token: 0.005355000030249357 +Info 12829[11:01:39.069] getCompletionData: Is inside comment: 0.0025569996796548367 +Info 12830[11:01:39.069] getCompletionData: Get previous token: 0.02795899985358119 +Info 12831[11:01:39.070] getCompletionsAtPosition: isCompletionListBlocker: 0.0031519997864961624 +Info 12832[11:01:39.070] Returning an empty list because completion was requested in an invalid position. +Info 12833[11:01:39.070] Format host information updated +Info 12834[11:01:39.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12835[11:01:39.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 9.326224999967963ms +Info 12836[11:01:39.232] Different program with same set of files +Info 12837[11:01:39.232] getCompletionData: Get current token: 0.0022200001403689384 +Info 12838[11:01:39.232] getCompletionData: Is inside comment: 0.0010330001823604107 +Info 12839[11:01:39.232] getCompletionData: Get previous token: 0.011132000014185905 +Info 12840[11:01:39.232] getCompletionsAtPosition: isCompletionListBlocker: 0.001228999812155962 +Info 12841[11:01:39.232] Returning an empty list because completion was requested in an invalid position. +Info 12842[11:01:39.233] Format host information updated +Info 12843[11:01:39.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12844[11:01:39.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 7.8208849998191ms +Info 12845[11:01:39.443] Different program with same set of files +Info 12846[11:01:39.443] getCompletionData: Get current token: 0.002235999796539545 +Info 12847[11:01:39.443] getCompletionData: Is inside comment: 0.0010640001855790615 +Info 12848[11:01:39.443] getCompletionData: Get previous token: 0.011818999890238047 +Info 12849[11:01:39.443] getCompletionsAtPosition: isCompletionListBlocker: 0.0012630000710487366 +Info 12850[11:01:39.443] Returning an empty list because completion was requested in an invalid position. +Info 12851[11:01:39.444] Format host information updated +Info 12852[11:01:39.763] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12853[11:01:39.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 7.37297199992463ms +Info 12854[11:01:39.770] Different program with same set of files +Info 12855[11:01:39.770] getCompletionData: Get current token: 0.002073999959975481 +Info 12856[11:01:39.770] getCompletionData: Is inside comment: 0.0009360001422464848 +Info 12857[11:01:39.770] getCompletionData: Get previous token: 0.010618999600410461 +Info 12858[11:01:39.770] getCompletionsAtPosition: isCompletionListBlocker: 0.0010660002008080482 +Info 12859[11:01:39.770] Returning an empty list because completion was requested in an invalid position. +Info 12860[11:01:39.770] Format host information updated +Info 12861[11:01:39.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12862[11:01:40.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 9.50518500013277ms +Info 12863[11:01:40.001] Different program with same set of files +Info 12864[11:01:40.001] getCompletionData: Get current token: 0.0018919999711215496 +Info 12865[11:01:40.001] getCompletionData: Is inside comment: 0.0010189996100962162 +Info 12866[11:01:40.001] getCompletionData: Get previous token: 0.010715000331401825 +Info 12867[11:01:40.001] getCompletionsAtPosition: isCompletionListBlocker: 0.0017389999702572823 +Info 12868[11:01:40.001] Returning an empty list because completion was requested in an invalid position. +Info 12869[11:01:40.001] Format host information updated +Info 12870[11:01:40.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12871[11:01:40.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 7.286789999809116ms +Info 12872[11:01:40.103] Different program with same set of files +Info 12873[11:01:40.103] getCompletionData: Get current token: 0.002258999738842249 +Info 12874[11:01:40.103] getCompletionData: Is inside comment: 0.0009509995579719543 +Info 12875[11:01:40.103] getCompletionData: Get previous token: 0.011440000031143427 +Info 12876[11:01:40.103] getCompletionsAtPosition: isCompletionListBlocker: 0.0013489997945725918 +Info 12877[11:01:40.103] Returning an empty list because completion was requested in an invalid position. +Info 12878[11:01:40.103] Format host information updated +Info 12879[11:01:40.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12880[11:01:40.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 11.77821799973026ms +Info 12881[11:01:40.251] Different program with same set of files +Info 12882[11:01:40.251] getCompletionData: Get current token: 0.0032860003411769867 +Info 12883[11:01:40.251] getCompletionData: Is inside comment: 0.0015509999357163906 +Info 12884[11:01:40.251] getCompletionData: Get previous token: 0.016998999752104282 +Info 12885[11:01:40.251] getCompletionsAtPosition: isCompletionListBlocker: 0.0018649999983608723 +Info 12886[11:01:40.251] Returning an empty list because completion was requested in an invalid position. +Info 12887[11:01:40.252] Format host information updated +Info 12888[11:01:40.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12889[11:01:40.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 7.682312999852002ms +Info 12890[11:01:40.309] Different program with same set of files +Info 12891[11:01:40.309] getCompletionData: Get current token: 0.002237000036984682 +Info 12892[11:01:40.309] getCompletionData: Is inside comment: 0.0010730000212788582 +Info 12893[11:01:40.309] getCompletionData: Get previous token: 0.011371999979019165 +Info 12894[11:01:40.309] getCompletionsAtPosition: isCompletionListBlocker: 0.0011419998481869698 +Info 12895[11:01:40.309] Returning an empty list because completion was requested in an invalid position. +Info 12896[11:01:40.309] Format host information updated +Info 12897[11:01:40.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12898[11:01:40.439] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 8.761453000362962ms +Info 12899[11:01:40.439] Different program with same set of files +Info 12900[11:01:40.439] getCompletionData: Get current token: 0.0022350000217556953 +Info 12901[11:01:40.439] getCompletionData: Is inside comment: 0.0012240000069141388 +Info 12902[11:01:40.439] getCompletionData: Get previous token: 0.012829999905079603 +Info 12903[11:01:40.439] getCompletionsAtPosition: isCompletionListBlocker: 0.001643999945372343 +Info 12904[11:01:40.439] Returning an empty list because completion was requested in an invalid position. +Info 12905[11:01:40.439] Format host information updated +Info 12906[11:01:40.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12907[11:01:40.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 7.178114999551326ms +Info 12908[11:01:40.506] Different program with same set of files +Info 12909[11:01:40.507] getCompletionData: Get current token: 0.002051000017672777 +Info 12910[11:01:40.507] getCompletionData: Is inside comment: 0.001042999792844057 +Info 12911[11:01:40.507] getCompletionData: Get previous token: 0.011643999721854925 +Info 12912[11:01:40.507] getCompletionsAtPosition: isCompletionListBlocker: 0.0014240001328289509 +Info 12913[11:01:40.507] Returning an empty list because completion was requested in an invalid position. +Info 12914[11:01:40.507] Format host information updated +Info 12915[11:01:44.453] getCompletionData: Get current token: 0.008551999926567078 +Info 12916[11:01:44.453] getCompletionData: Is inside comment: 0.02036099974066019 +Info 12917[11:01:44.453] getCompletionData: Get previous token: 0.015091999899595976 +Info 12918[11:01:44.453] getCompletionsAtPosition: isCompletionListBlocker: 0.01342400023713708 +Info 12919[11:01:44.454] getExportInfoMap: cache hit +Info 12920[11:01:44.470] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 12921[11:01:44.470] collectAutoImports: response is complete +Info 12922[11:01:44.470] collectAutoImports: 15.305073000025004 +Info 12923[11:01:44.470] getCompletionData: Semantic work: 16.616916000377387 +Info 12924[11:01:44.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.495833999942988 +Info 12925[11:01:44.863] Format host information updated +Info 12926[11:01:44.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12927[11:01:44.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 8.895804000087082ms +Info 12928[11:01:44.873] Different program with same set of files +Info 12929[11:01:45.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12930[11:01:45.589] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 7.699076000135392ms +Info 12931[11:01:45.589] Different program with same set of files +Info 12932[11:01:45.589] getCompletionData: Get current token: 0.00317100016400218 +Info 12933[11:01:45.589] getCompletionData: Is inside comment: 0.009286999702453613 +Info 12934[11:01:45.589] getCompletionData: Get previous token: 0.01696200016885996 +Info 12935[11:01:45.589] getCompletionsAtPosition: isCompletionListBlocker: 0.0076060001738369465 +Info 12936[11:01:45.590] getExportInfoMap: cache hit +Info 12937[11:01:45.595] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 218 from cache +Info 12938[11:01:45.595] collectAutoImports: response is complete +Info 12939[11:01:45.595] collectAutoImports: 5.442449999973178 +Info 12940[11:01:45.595] getCompletionData: Semantic work: 6.046610000077635 +Info 12941[11:01:45.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3337249998003244 +Info 12942[11:01:45.599] Format host information updated +Info 12943[11:01:45.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12944[11:01:45.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 8.817861000075936ms +Info 12945[11:01:45.650] Different program with same set of files +Info 12946[11:01:45.651] getCompletionData: Get current token: 0.004855000413954258 +Info 12947[11:01:45.651] getCompletionData: Is inside comment: 0.013640000019222498 +Info 12948[11:01:45.651] getCompletionData: Get previous token: 0.02427599998190999 +Info 12949[11:01:45.651] getCompletionsAtPosition: isCompletionListBlocker: 0.008443000260740519 +Info 12950[11:01:45.651] getExportInfoMap: cache hit +Info 12951[11:01:45.657] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 164 from cache +Info 12952[11:01:45.657] collectAutoImports: response is complete +Info 12953[11:01:45.657] collectAutoImports: 5.844903000164777 +Info 12954[11:01:45.657] getCompletionData: Semantic work: 6.606211999896914 +Info 12955[11:01:45.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1540060001425445 +Info 12956[11:01:45.661] Format host information updated +Info 12957[11:01:45.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12958[11:01:45.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 7.5647629997693ms +Info 12959[11:01:45.709] Different program with same set of files +Info 12960[11:01:45.709] getCompletionData: Get current token: 0.004344000015407801 +Info 12961[11:01:45.709] getCompletionData: Is inside comment: 0.01153800031170249 +Info 12962[11:01:45.709] getCompletionData: Get previous token: 0.020595000125467777 +Info 12963[11:01:45.709] getCompletionsAtPosition: isCompletionListBlocker: 0.007656999863684177 +Info 12964[11:01:45.710] getExportInfoMap: cache hit +Info 12965[11:01:45.714] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 112 from cache +Info 12966[11:01:45.714] collectAutoImports: response is complete +Info 12967[11:01:45.714] collectAutoImports: 4.526885999832302 +Info 12968[11:01:45.714] getCompletionData: Semantic work: 5.183237999677658 +Info 12969[11:01:45.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6861180001869798 +Info 12970[11:01:45.717] Format host information updated +Info 12971[11:01:45.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12972[11:01:45.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 13.506446000188589ms +Info 12973[11:01:45.820] Different program with same set of files +Info 12974[11:01:45.820] getCompletionData: Get current token: 0.00646200031042099 +Info 12975[11:01:45.820] getCompletionData: Is inside comment: 0.01610599970445037 +Info 12976[11:01:45.820] getCompletionData: Get previous token: 0.027174000162631273 +Info 12977[11:01:45.820] getCompletionsAtPosition: isCompletionListBlocker: 0.011245000176131725 +Info 12978[11:01:45.821] getExportInfoMap: cache hit +Info 12979[11:01:45.827] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 12980[11:01:45.827] collectAutoImports: response is complete +Info 12981[11:01:45.827] collectAutoImports: 5.3995900000445545 +Info 12982[11:01:45.827] getCompletionData: Semantic work: 6.3293009996414185 +Info 12983[11:01:45.829] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.13850300014019 +Info 12984[11:01:45.830] Format host information updated +Info 12985[11:01:45.875] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12986[11:01:45.886] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 11.035975999664515ms +Info 12987[11:01:45.886] Different program with same set of files +Info 12988[11:01:45.887] getCompletionData: Get current token: 0.008038999978452921 +Info 12989[11:01:45.887] getCompletionData: Is inside comment: 0.019052000250667334 +Info 12990[11:01:45.887] getCompletionData: Get previous token: 0.04282599966973066 +Info 12991[11:01:45.887] getCompletionsAtPosition: isCompletionListBlocker: 0.009849000256508589 +Info 12992[11:01:45.888] getExportInfoMap: cache hit +Info 12993[11:01:45.906] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 12994[11:01:45.906] collectAutoImports: response is complete +Info 12995[11:01:45.906] collectAutoImports: 18.49697700003162 +Info 12996[11:01:45.906] getCompletionData: Semantic work: 19.382981000002474 +Info 12997[11:01:45.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.050566999707371 +Info 12998[11:01:45.914] Format host information updated +Info 12999[11:01:45.935] Format host information updated +Info 13000[11:01:45.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13001[11:01:45.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 6.569326999597251ms +Info 13002[11:01:45.942] Different program with same set of files +Info 13003[11:01:46.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13004[11:01:46.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 7.023498000111431ms +Info 13005[11:01:46.172] Different program with same set of files +Info 13006[11:01:46.172] getCompletionData: Get current token: 0.004387000110000372 +Info 13007[11:01:46.172] getCompletionData: Is inside comment: 0.01081900019198656 +Info 13008[11:01:46.172] getCompletionData: Get previous token: 0.016340000089257956 +Info 13009[11:01:46.172] getCompletionsAtPosition: isCompletionListBlocker: 0.0015469999052584171 +Info 13010[11:01:46.172] Returning an empty list because completion was requested in an invalid position. +Info 13011[11:01:46.172] Format host information updated +Info 13012[11:01:46.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13013[11:01:46.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 28.840902999974787ms +Info 13014[11:01:46.295] Different program with same set of files +Info 13015[11:01:46.296] getCompletionData: Get current token: 0.015495999716222286 +Info 13016[11:01:46.296] getCompletionData: Is inside comment: 0.039834999945014715 +Info 13017[11:01:46.296] getCompletionData: Get previous token: 0.05594999995082617 +Info 13018[11:01:46.296] getCompletionsAtPosition: isCompletionListBlocker: 0.004459999967366457 +Info 13019[11:01:46.296] Returning an empty list because completion was requested in an invalid position. +Info 13020[11:01:46.301] Format host information updated +Info 13021[11:01:46.354] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13022[11:01:46.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 13.105231000110507ms +Info 13023[11:01:46.367] Different program with same set of files +Info 13024[11:01:46.367] getCompletionData: Get current token: 0.009711999911814928 +Info 13025[11:01:46.367] getCompletionData: Is inside comment: 0.024059999734163284 +Info 13026[11:01:46.367] getCompletionData: Get previous token: 0.035250999964773655 +Info 13027[11:01:46.367] getCompletionsAtPosition: isCompletionListBlocker: 0.0029620002023875713 +Info 13028[11:01:46.367] Returning an empty list because completion was requested in an invalid position. +Info 13029[11:01:46.368] Format host information updated +Info 13030[11:01:46.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13031[11:01:46.452] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 8.97405399987474ms +Info 13032[11:01:46.452] Different program with same set of files +Info 13033[11:01:46.453] getCompletionData: Get current token: 0.004720999859273434 +Info 13034[11:01:46.453] getCompletionData: Is inside comment: 0.010286000091582537 +Info 13035[11:01:46.453] getCompletionData: Get previous token: 0.014669000171124935 +Info 13036[11:01:46.453] getCompletionsAtPosition: isCompletionListBlocker: 0.0015170001424849033 +Info 13037[11:01:46.453] Returning an empty list because completion was requested in an invalid position. +Info 13038[11:01:46.453] Format host information updated +Info 13039[11:01:46.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13040[11:01:46.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 7.394942999817431ms +Info 13041[11:01:46.620] Different program with same set of files +Info 13042[11:01:46.620] getCompletionData: Get current token: 0.005529999732971191 +Info 13043[11:01:46.620] getCompletionData: Is inside comment: 0.013327999971807003 +Info 13044[11:01:46.620] getCompletionData: Get previous token: 0.01948399981483817 +Info 13045[11:01:46.620] getCompletionsAtPosition: isCompletionListBlocker: 0.001980000175535679 +Info 13046[11:01:46.620] Returning an empty list because completion was requested in an invalid position. +Info 13047[11:01:46.620] Format host information updated +Info 13048[11:01:46.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13049[11:01:46.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 7.174694000277668ms +Info 13050[11:01:46.835] Different program with same set of files +Info 13051[11:01:46.835] getCompletionData: Get current token: 0.004435999784618616 +Info 13052[11:01:46.835] getCompletionData: Is inside comment: 0.012014999985694885 +Info 13053[11:01:46.835] getCompletionData: Get previous token: 0.01807000022381544 +Info 13054[11:01:46.835] getCompletionsAtPosition: isCompletionListBlocker: 0.0017740000039339066 +Info 13055[11:01:46.835] Returning an empty list because completion was requested in an invalid position. +Info 13056[11:01:46.835] Format host information updated +Info 13057[11:01:47.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13058[11:01:47.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 8.063407000154257ms +Info 13059[11:01:47.073] Different program with same set of files +Info 13060[11:01:47.073] getCompletionData: Get current token: 0.005563999991863966 +Info 13061[11:01:47.073] getCompletionData: Is inside comment: 0.013644999824464321 +Info 13062[11:01:47.073] getCompletionData: Get previous token: 0.020388000179082155 +Info 13063[11:01:47.073] getCompletionsAtPosition: isCompletionListBlocker: 0.0016999999061226845 +Info 13064[11:01:47.073] Returning an empty list because completion was requested in an invalid position. +Info 13065[11:01:47.076] Format host information updated +Info 13066[11:01:47.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13067[11:01:47.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 8.287231999915093ms +Info 13068[11:01:47.196] Different program with same set of files +Info 13069[11:01:47.197] getCompletionData: Get current token: 0.006002999842166901 +Info 13070[11:01:47.197] getCompletionData: Is inside comment: 0.014679000247269869 +Info 13071[11:01:47.197] getCompletionData: Get previous token: 0.020352999679744244 +Info 13072[11:01:47.197] getCompletionsAtPosition: isCompletionListBlocker: 0.00203699991106987 +Info 13073[11:01:47.197] Returning an empty list because completion was requested in an invalid position. +Info 13074[11:01:47.197] Format host information updated +Info 13075[11:01:47.507] Format host information updated +Info 13076[11:01:47.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13077[11:01:47.517] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 9.818028999958187ms +Info 13078[11:01:47.517] Different program with same set of files +Info 13079[11:01:47.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13080[11:01:47.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 7.556412999983877ms +Info 13081[11:01:47.693] Different program with same set of files +Info 13082[11:01:47.694] getCompletionData: Get current token: 0.009138999972492456 +Info 13083[11:01:47.694] getCompletionData: Is inside comment: 0.0229909997433424 +Info 13084[11:01:47.694] getCompletionData: Get previous token: 0.018081999849528074 +Info 13085[11:01:47.694] getCompletionsAtPosition: isCompletionListBlocker: 0.00890300003811717 +Info 13086[11:01:47.695] getExportInfoMap: cache hit +Info 13087[11:01:47.711] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13088[11:01:47.711] collectAutoImports: response is complete +Info 13089[11:01:47.711] collectAutoImports: 15.963884999975562 +Info 13090[11:01:47.711] getCompletionData: Semantic work: 16.87718900013715 +Info 13091[11:01:47.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.227764999959618 +Info 13092[11:01:47.719] Format host information updated +Info 13093[11:01:47.770] Format host information updated +Info 13094[11:01:47.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13095[11:01:47.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 18.441264000255615ms +Info 13096[11:01:47.788] Different program with same set of files +Info 13097[11:01:49.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13098[11:01:49.018] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 7.4606619998812675ms +Info 13099[11:01:49.018] Different program with same set of files +Info 13100[11:01:49.018] getCompletionData: Get current token: 0.0045739999040961266 +Info 13101[11:01:49.018] getCompletionData: Is inside comment: 0.012595999985933304 +Info 13102[11:01:49.018] getCompletionData: Get previous token: 0.02138800034299493 +Info 13103[11:01:49.018] getCompletionsAtPosition: isCompletionListBlocker: 0.008415000047534704 +Info 13104[11:01:49.019] getExportInfoMap: cache hit +Info 13105[11:01:49.023] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 13106[11:01:49.023] collectAutoImports: response is complete +Info 13107[11:01:49.023] collectAutoImports: 4.098556000273675 +Info 13108[11:01:49.023] getCompletionData: Semantic work: 4.793511999770999 +Info 13109[11:01:49.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7561239995993674 +Info 13110[11:01:49.026] Format host information updated +Info 13111[11:01:49.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13112[11:01:49.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 9.49465600028634ms +Info 13113[11:01:49.111] Different program with same set of files +Info 13114[11:01:49.111] getCompletionData: Get current token: 0.0044200001284480095 +Info 13115[11:01:49.111] getCompletionData: Is inside comment: 0.012748999986797571 +Info 13116[11:01:49.111] getCompletionData: Get previous token: 0.02057499997317791 +Info 13117[11:01:49.111] getCompletionsAtPosition: isCompletionListBlocker: 0.007528000045567751 +Info 13118[11:01:49.112] getExportInfoMap: cache hit +Info 13119[11:01:49.117] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 49 from cache +Info 13120[11:01:49.117] collectAutoImports: response is complete +Info 13121[11:01:49.117] collectAutoImports: 5.175809999927878 +Info 13122[11:01:49.117] getCompletionData: Semantic work: 5.829222000204027 +Info 13123[11:01:49.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4280519997701049 +Info 13124[11:01:49.119] Format host information updated +Info 13125[11:01:49.211] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13126[11:01:49.218] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 7.000243999995291ms +Info 13127[11:01:49.218] Different program with same set of files +Info 13128[11:01:49.219] getCompletionData: Get current token: 0.004765999969094992 +Info 13129[11:01:49.219] getCompletionData: Is inside comment: 0.013909999746829271 +Info 13130[11:01:49.219] getCompletionData: Get previous token: 0.022400000132620335 +Info 13131[11:01:49.219] getCompletionsAtPosition: isCompletionListBlocker: 0.007368000224232674 +Info 13132[11:01:49.219] getExportInfoMap: cache hit +Info 13133[11:01:49.222] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 13134[11:01:49.222] collectAutoImports: response is complete +Info 13135[11:01:49.222] collectAutoImports: 2.6138949999585748 +Info 13136[11:01:49.222] getCompletionData: Semantic work: 3.273478999733925 +Info 13137[11:01:49.224] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4783410001546144 +Info 13138[11:01:49.224] Format host information updated +Info 13139[11:01:49.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13140[11:01:49.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 12.04553799983114ms +Info 13141[11:01:49.287] Different program with same set of files +Info 13142[11:01:49.287] getCompletionData: Get current token: 0.00978099973872304 +Info 13143[11:01:49.287] getCompletionData: Is inside comment: 0.02777000004425645 +Info 13144[11:01:49.287] getCompletionData: Get previous token: 0.04232100024819374 +Info 13145[11:01:49.287] getCompletionsAtPosition: isCompletionListBlocker: 0.011836000252515078 +Info 13146[11:01:49.288] getExportInfoMap: cache hit +Info 13147[11:01:49.293] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 13148[11:01:49.293] collectAutoImports: response is complete +Info 13149[11:01:49.293] collectAutoImports: 4.388061000034213 +Info 13150[11:01:49.293] getCompletionData: Semantic work: 5.3251700000837445 +Info 13151[11:01:49.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3803400001488626 +Info 13152[11:01:49.296] Format host information updated +Info 13153[11:01:49.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13154[11:01:49.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 7.213805000297725ms +Info 13155[11:01:49.453] Different program with same set of files +Info 13156[11:01:49.453] getCompletionData: Get current token: 0.005125999916344881 +Info 13157[11:01:49.453] getCompletionData: Is inside comment: 0.014512000139802694 +Info 13158[11:01:49.453] getCompletionData: Get previous token: 0.030315999872982502 +Info 13159[11:01:49.453] getCompletionsAtPosition: isCompletionListBlocker: 0.007482000160962343 +Info 13160[11:01:49.454] getExportInfoMap: cache hit +Info 13161[11:01:49.458] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 13162[11:01:49.458] collectAutoImports: response is complete +Info 13163[11:01:49.458] collectAutoImports: 4.30344199994579 +Info 13164[11:01:49.458] getCompletionData: Semantic work: 4.885611000005156 +Info 13165[11:01:49.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5523870000615716 +Info 13166[11:01:49.461] Format host information updated +Info 13167[11:01:49.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13168[11:01:49.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 7.133587000425905ms +Info 13169[11:01:49.626] Different program with same set of files +Info 13170[11:01:49.626] getCompletionData: Get current token: 0.005438000429421663 +Info 13171[11:01:49.626] getCompletionData: Is inside comment: 0.014614999759942293 +Info 13172[11:01:49.626] getCompletionData: Get previous token: 0.02325400011613965 +Info 13173[11:01:49.626] getCompletionsAtPosition: isCompletionListBlocker: 0.007586000021547079 +Info 13174[11:01:49.627] getExportInfoMap: cache hit +Info 13175[11:01:49.629] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 13176[11:01:49.629] collectAutoImports: response is complete +Info 13177[11:01:49.629] collectAutoImports: 2.5673890002071857 +Info 13178[11:01:49.629] getCompletionData: Semantic work: 3.15635500010103 +Info 13179[11:01:49.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4584860000759363 +Info 13180[11:01:49.632] Format host information updated +Info 13181[11:01:49.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13182[11:01:49.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 9.63770700013265ms +Info 13183[11:01:49.760] Different program with same set of files +Info 13184[11:01:49.760] getCompletionData: Get current token: 0.005584999918937683 +Info 13185[11:01:49.760] getCompletionData: Is inside comment: 0.015345999971032143 +Info 13186[11:01:49.760] getCompletionData: Get previous token: 0.024298000149428844 +Info 13187[11:01:49.760] getCompletionsAtPosition: isCompletionListBlocker: 0.009153999853879213 +Info 13188[11:01:49.761] getExportInfoMap: cache hit +Info 13189[11:01:49.763] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13190[11:01:49.763] collectAutoImports: response is complete +Info 13191[11:01:49.763] collectAutoImports: 2.3912879996933043 +Info 13192[11:01:49.763] getCompletionData: Semantic work: 3.0020610000938177 +Info 13193[11:01:49.765] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.392310000024736 +Info 13194[11:01:49.765] Format host information updated +Info 13195[11:01:49.913] Format host information updated +Info 13196[11:01:49.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13197[11:01:49.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 6.926477999892086ms +Info 13198[11:01:49.920] Different program with same set of files +Info 13199[11:01:50.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13200[11:01:50.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 6.973927000071853ms +Info 13201[11:01:50.048] Different program with same set of files +Info 13202[11:01:50.049] getCompletionData: Get current token: 0.0056059998460114 +Info 13203[11:01:50.049] getCompletionData: Is inside comment: 0.014577999711036682 +Info 13204[11:01:50.049] getCompletionData: Get previous token: 0.011710999999195337 +Info 13205[11:01:50.049] getCompletionsAtPosition: isCompletionListBlocker: 0.00785699998959899 +Info 13206[11:01:50.049] getExportInfoMap: cache hit +Info 13207[11:01:50.066] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13208[11:01:50.066] collectAutoImports: response is complete +Info 13209[11:01:50.066] collectAutoImports: 16.64235300011933 +Info 13210[11:01:50.066] getCompletionData: Semantic work: 17.178729000035673 +Info 13211[11:01:50.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1071059997193515 +Info 13212[11:01:50.073] Format host information updated +Info 13213[11:01:50.145] Format host information updated +Info 13214[11:01:50.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13215[11:01:50.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 7.045409000013024ms +Info 13216[11:01:50.152] Different program with same set of files +Info 13217[11:01:50.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13218[11:01:50.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 9.090359000023454ms +Info 13219[11:01:50.783] Different program with same set of files +Info 13220[11:01:50.783] getCompletionData: Get current token: 0.004137000069022179 +Info 13221[11:01:50.783] getCompletionData: Is inside comment: 0.01065699988976121 +Info 13222[11:01:50.783] getCompletionData: Get previous token: 0.018906000070273876 +Info 13223[11:01:50.783] getCompletionsAtPosition: isCompletionListBlocker: 0.007063999772071838 +Info 13224[11:01:50.784] getExportInfoMap: cache hit +Info 13225[11:01:50.786] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 38 from cache +Info 13226[11:01:50.786] collectAutoImports: response is complete +Info 13227[11:01:50.786] collectAutoImports: 2.074572999961674 +Info 13228[11:01:50.786] getCompletionData: Semantic work: 2.6866449997760355 +Info 13229[11:01:50.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1908189998939633 +Info 13230[11:01:50.788] Format host information updated +Info 13231[11:01:51.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13232[11:01:51.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 7.0817849999293685ms +Info 13233[11:01:51.130] Different program with same set of files +Info 13234[11:01:51.130] getCompletionData: Get current token: 0.005179999861866236 +Info 13235[11:01:51.130] getCompletionData: Is inside comment: 0.015256999991834164 +Info 13236[11:01:51.130] getCompletionData: Get previous token: 0.024928999599069357 +Info 13237[11:01:51.130] getCompletionsAtPosition: isCompletionListBlocker: 0.008765000384300947 +Info 13238[11:01:51.131] getExportInfoMap: cache hit +Info 13239[11:01:51.133] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 13240[11:01:51.133] collectAutoImports: response is complete +Info 13241[11:01:51.133] collectAutoImports: 2.2438630000688136 +Info 13242[11:01:51.133] getCompletionData: Semantic work: 2.8331039999611676 +Info 13243[11:01:51.137] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2748360000550747 +Info 13244[11:01:51.137] Format host information updated +Info 13245[11:01:51.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13246[11:01:51.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 8.257421999704093ms +Info 13247[11:01:51.229] Different program with same set of files +Info 13248[11:01:51.229] getCompletionData: Get current token: 0.005933000240474939 +Info 13249[11:01:51.229] getCompletionData: Is inside comment: 0.01661599986255169 +Info 13250[11:01:51.229] getCompletionData: Get previous token: 0.027128000278025866 +Info 13251[11:01:51.229] getCompletionsAtPosition: isCompletionListBlocker: 0.008741000201553106 +Info 13252[11:01:51.230] getExportInfoMap: cache hit +Info 13253[11:01:51.232] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 13254[11:01:51.232] collectAutoImports: response is complete +Info 13255[11:01:51.232] collectAutoImports: 2.4025579998269677 +Info 13256[11:01:51.232] getCompletionData: Semantic work: 3.0662830001674592 +Info 13257[11:01:51.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4562439997680485 +Info 13258[11:01:51.234] Format host information updated +Info 13259[11:01:51.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13260[11:01:51.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 9.73340000025928ms +Info 13261[11:01:51.338] Different program with same set of files +Info 13262[11:01:51.338] getCompletionData: Get current token: 0.004347999580204487 +Info 13263[11:01:51.338] getCompletionData: Is inside comment: 0.012382999993860722 +Info 13264[11:01:51.339] getCompletionData: Get previous token: 0.019594999961555004 +Info 13265[11:01:51.339] getCompletionsAtPosition: isCompletionListBlocker: 0.00733900023624301 +Info 13266[11:01:51.339] getExportInfoMap: cache hit +Info 13267[11:01:51.341] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 13268[11:01:51.341] collectAutoImports: response is complete +Info 13269[11:01:51.341] collectAutoImports: 1.9304019999690354 +Info 13270[11:01:51.341] getCompletionData: Semantic work: 2.459021999966353 +Info 13271[11:01:51.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2019150000996888 +Info 13272[11:01:51.343] Format host information updated +Info 13273[11:01:51.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13274[11:01:51.415] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 11.044158000033349ms +Info 13275[11:01:51.415] Different program with same set of files +Info 13276[11:01:51.416] getCompletionData: Get current token: 0.008880000095814466 +Info 13277[11:01:51.416] getCompletionData: Is inside comment: 0.024450999684631824 +Info 13278[11:01:51.416] getCompletionData: Get previous token: 0.039834000170230865 +Info 13279[11:01:51.416] getCompletionsAtPosition: isCompletionListBlocker: 0.011760999914258718 +Info 13280[11:01:51.417] getExportInfoMap: cache hit +Info 13281[11:01:51.420] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 13282[11:01:51.420] collectAutoImports: response is complete +Info 13283[11:01:51.420] collectAutoImports: 3.5166760003194213 +Info 13284[11:01:51.420] getCompletionData: Semantic work: 4.410033999942243 +Info 13285[11:01:51.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.035484000109136 +Info 13286[11:01:51.425] Format host information updated +Info 13287[11:01:51.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13288[11:01:51.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 7.5641239997930825ms +Info 13289[11:01:51.595] Different program with same set of files +Info 13290[11:01:51.595] getCompletionData: Get current token: 0.00532899983227253 +Info 13291[11:01:51.595] getCompletionData: Is inside comment: 0.01664600009098649 +Info 13292[11:01:51.595] getCompletionData: Get previous token: 0.026587999891489744 +Info 13293[11:01:51.595] getCompletionsAtPosition: isCompletionListBlocker: 0.008288000244647264 +Info 13294[11:01:51.596] getExportInfoMap: cache hit +Info 13295[11:01:51.598] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 13296[11:01:51.598] collectAutoImports: response is complete +Info 13297[11:01:51.598] collectAutoImports: 2.325193999800831 +Info 13298[11:01:51.598] getCompletionData: Semantic work: 2.9313730001449585 +Info 13299[11:01:51.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3213589997030795 +Info 13300[11:01:51.600] Format host information updated +Info 13301[11:01:52.056] Format host information updated +Info 13302[11:01:52.056] Format host information updated +Info 13303[11:01:52.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13304[11:01:52.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 8.78817699989304ms +Info 13305[11:01:52.065] Different program with same set of files +Info 13306[11:01:52.066] getCompletionData: Get current token: 0.004358999896794558 +Info 13307[11:01:52.066] getCompletionData: Is inside comment: 0.012196000199764967 +Info 13308[11:01:52.066] getCompletionData: Get previous token: 0.009997999761253595 +Info 13309[11:01:52.066] getCompletionsAtPosition: isCompletionListBlocker: 0.0028829998336732388 +Info 13310[11:01:52.066] getExportInfoMap: cache hit +Info 13311[11:01:52.077] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13312[11:01:52.077] collectAutoImports: response is complete +Info 13313[11:01:52.077] collectAutoImports: 11.099810999818146 +Info 13314[11:01:52.077] getCompletionData: Semantic work: 11.560744000133127 +Info 13315[11:01:52.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3907309998758137 +Info 13316[11:01:52.085] getCompletionData: Get current token: 0.01165800029411912 +Info 13317[11:01:52.085] getCompletionData: Is inside comment: 0.0027830000035464764 +Info 13318[11:01:52.085] getCompletionData: Get previous token: 0.024483999703079462 +Info 13319[11:01:52.085] getCompletionsAtPosition: isCompletionListBlocker: 0.00936900032684207 +Info 13320[11:01:52.086] getCompletionData: Semantic work: 0.4644720000214875 +Info 13321[11:01:52.088] getCompletionData: Get current token: 0.008107000030577183 +Info 13322[11:01:52.088] getCompletionData: Is inside comment: 0.0023240000009536743 +Info 13323[11:01:52.088] getCompletionData: Get previous token: 0.02412499999627471 +Info 13324[11:01:52.088] getCompletionsAtPosition: isCompletionListBlocker: 0.01717099966481328 +Info 13325[11:01:52.088] getCompletionData: Semantic work: 0.36646900000050664 +Info 13326[11:01:52.089] Format host information updated +Info 13327[11:01:52.767] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13328[11:01:52.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 7.038197999820113ms +Info 13329[11:01:52.774] Different program with same set of files +Info 13330[11:01:52.774] getCompletionData: Get current token: 0.004280999768525362 +Info 13331[11:01:52.774] getCompletionData: Is inside comment: 0.012555999681353569 +Info 13332[11:01:52.774] getCompletionData: Get previous token: 0.021250999998301268 +Info 13333[11:01:52.774] getCompletionsAtPosition: isCompletionListBlocker: 0.0024419999681413174 +Info 13334[11:01:52.775] getExportInfoMap: cache hit +Info 13335[11:01:52.778] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 13336[11:01:52.778] collectAutoImports: response is complete +Info 13337[11:01:52.778] collectAutoImports: 3.1420680000446737 +Info 13338[11:01:52.778] getCompletionData: Semantic work: 3.647795000113547 +Info 13339[11:01:52.779] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2800009995698929 +Info 13340[11:01:52.780] Format host information updated +Info 13341[11:01:52.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13342[11:01:52.879] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 9.060113999992609ms +Info 13343[11:01:52.879] Different program with same set of files +Info 13344[11:01:52.879] getCompletionData: Get current token: 0.005403000395745039 +Info 13345[11:01:52.879] getCompletionData: Is inside comment: 0.014674999751150608 +Info 13346[11:01:52.879] getCompletionData: Get previous token: 0.02363299997523427 +Info 13347[11:01:52.879] getCompletionsAtPosition: isCompletionListBlocker: 0.003247000277042389 +Info 13348[11:01:52.880] getExportInfoMap: cache hit +Info 13349[11:01:52.883] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 49 from cache +Info 13350[11:01:52.883] collectAutoImports: response is complete +Info 13351[11:01:52.883] collectAutoImports: 3.0341350003145635 +Info 13352[11:01:52.883] getCompletionData: Semantic work: 3.6047419998794794 +Info 13353[11:01:52.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3575500003062189 +Info 13354[11:01:52.885] Format host information updated +Info 13355[11:01:52.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13356[11:01:52.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 7.011910999659449ms +Info 13357[11:01:52.993] Different program with same set of files +Info 13358[11:01:52.993] getCompletionData: Get current token: 0.005457999650388956 +Info 13359[11:01:52.993] getCompletionData: Is inside comment: 0.015352000016719103 +Info 13360[11:01:52.993] getCompletionData: Get previous token: 0.027148999739438295 +Info 13361[11:01:52.993] getCompletionsAtPosition: isCompletionListBlocker: 0.003082000184804201 +Info 13362[11:01:52.994] getExportInfoMap: cache hit +Info 13363[11:01:52.997] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 13364[11:01:52.997] collectAutoImports: response is complete +Info 13365[11:01:52.997] collectAutoImports: 2.72774099977687 +Info 13366[11:01:52.997] getCompletionData: Semantic work: 3.272511000279337 +Info 13367[11:01:52.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.397851999849081 +Info 13368[11:01:53.000] Format host information updated +Info 13369[11:01:53.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13370[11:01:53.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 6.975347000174224ms +Info 13371[11:01:53.119] Different program with same set of files +Info 13372[11:01:53.119] getCompletionData: Get current token: 0.005112000275403261 +Info 13373[11:01:53.119] getCompletionData: Is inside comment: 0.015052999835461378 +Info 13374[11:01:53.119] getCompletionData: Get previous token: 0.024708000011742115 +Info 13375[11:01:53.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0026839999482035637 +Info 13376[11:01:53.120] getExportInfoMap: cache hit +Info 13377[11:01:53.122] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 13378[11:01:53.122] collectAutoImports: response is complete +Info 13379[11:01:53.122] collectAutoImports: 2.3736280002631247 +Info 13380[11:01:53.122] getCompletionData: Semantic work: 2.9067270001396537 +Info 13381[11:01:53.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3712880001403391 +Info 13382[11:01:53.125] Format host information updated +Info 13383[11:01:53.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13384[11:01:53.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 8.771478000096977ms +Info 13385[11:01:53.292] Different program with same set of files +Info 13386[11:01:53.292] getCompletionData: Get current token: 0.00534799974411726 +Info 13387[11:01:53.292] getCompletionData: Is inside comment: 0.014516999945044518 +Info 13388[11:01:53.292] getCompletionData: Get previous token: 0.023668000008910894 +Info 13389[11:01:53.292] getCompletionsAtPosition: isCompletionListBlocker: 0.002768999896943569 +Info 13390[11:01:53.293] getExportInfoMap: cache hit +Info 13391[11:01:53.295] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 13392[11:01:53.295] collectAutoImports: response is complete +Info 13393[11:01:53.295] collectAutoImports: 2.3255670000799 +Info 13394[11:01:53.295] getCompletionData: Semantic work: 2.8676919997669756 +Info 13395[11:01:53.297] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2950949999503791 +Info 13396[11:01:53.297] Format host information updated +Info 13397[11:01:53.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13398[11:01:53.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 7.114393000025302ms +Info 13399[11:01:53.476] Different program with same set of files +Info 13400[11:01:53.476] getCompletionData: Get current token: 0.00535399978980422 +Info 13401[11:01:53.476] getCompletionData: Is inside comment: 0.016512999776750803 +Info 13402[11:01:53.477] getCompletionData: Get previous token: 0.025874999817460775 +Info 13403[11:01:53.477] getCompletionsAtPosition: isCompletionListBlocker: 0.0027359998784959316 +Info 13404[11:01:53.477] getExportInfoMap: cache hit +Info 13405[11:01:53.480] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 13406[11:01:53.480] collectAutoImports: response is complete +Info 13407[11:01:53.480] collectAutoImports: 2.459549999795854 +Info 13408[11:01:53.480] getCompletionData: Semantic work: 3.027041000314057 +Info 13409[11:01:53.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4615380000323057 +Info 13410[11:01:53.485] Format host information updated +Info 13411[11:01:53.634] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13412[11:01:53.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 6.947406999766827ms +Info 13413[11:01:53.641] Different program with same set of files +Info 13414[11:01:53.641] getCompletionData: Get current token: 0.005026000086218119 +Info 13415[11:01:53.641] getCompletionData: Is inside comment: 0.0210359999909997 +Info 13416[11:01:53.641] getCompletionData: Get previous token: 0.07889100024476647 +Info 13417[11:01:53.641] getCompletionsAtPosition: isCompletionListBlocker: 0.003210000228136778 +Info 13418[11:01:53.642] getExportInfoMap: cache hit +Info 13419[11:01:53.644] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13420[11:01:53.644] collectAutoImports: response is complete +Info 13421[11:01:53.644] collectAutoImports: 1.9888650001958013 +Info 13422[11:01:53.644] getCompletionData: Semantic work: 2.9010970001108944 +Info 13423[11:01:53.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2688449998386204 +Info 13424[11:01:53.647] Format host information updated +Info 13425[11:01:53.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13426[11:01:53.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 8.902902000118047ms +Info 13427[11:01:53.934] Different program with same set of files +Info 13428[11:01:53.934] getCompletionData: Get current token: 0.004977999720722437 +Info 13429[11:01:53.934] getCompletionData: Is inside comment: 0.013193999882787466 +Info 13430[11:01:53.934] getCompletionData: Get previous token: 0.010689000133424997 +Info 13431[11:01:53.934] getCompletionsAtPosition: isCompletionListBlocker: 0.0077599999494850636 +Info 13432[11:01:53.935] getExportInfoMap: cache hit +Info 13433[11:01:53.945] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13434[11:01:53.945] collectAutoImports: response is complete +Info 13435[11:01:53.945] collectAutoImports: 10.336376999970526 +Info 13436[11:01:53.945] getCompletionData: Semantic work: 10.890252000186592 +Info 13437[11:01:53.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.518964000046253 +Info 13438[11:01:53.952] Format host information updated +Info 13439[11:01:54.224] Format host information updated +Info 13440[11:01:54.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13441[11:01:54.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 6.6518890000879765ms +Info 13442[11:01:54.231] Different program with same set of files +Info 13443[11:01:54.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13444[11:01:54.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 8.980731999967247ms +Info 13445[11:01:54.511] Different program with same set of files +Info 13446[11:01:54.511] getCompletionData: Get current token: 0.005368000362068415 +Info 13447[11:01:54.511] getCompletionData: Is inside comment: 0.013633999973535538 +Info 13448[11:01:54.511] getCompletionData: Get previous token: 0.01107299979776144 +Info 13449[11:01:54.511] getCompletionsAtPosition: isCompletionListBlocker: 0.0024759997613728046 +Info 13450[11:01:54.512] getExportInfoMap: cache hit +Info 13451[11:01:54.523] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13452[11:01:54.523] collectAutoImports: response is complete +Info 13453[11:01:54.523] collectAutoImports: 11.004886999726295 +Info 13454[11:01:54.523] getCompletionData: Semantic work: 11.640474999789149 +Info 13455[11:01:54.527] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8138739997521043 +Info 13456[11:01:54.532] Format host information updated +Info 13457[11:01:54.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13458[11:01:54.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 7.414980999659747ms +Info 13459[11:01:54.570] Different program with same set of files +Info 13460[11:01:54.570] getCompletionData: Get current token: 0.0054410002194345 +Info 13461[11:01:54.570] getCompletionData: Is inside comment: 0.014895000029355288 +Info 13462[11:01:54.570] getCompletionData: Get previous token: 0.01170299993827939 +Info 13463[11:01:54.570] getCompletionsAtPosition: isCompletionListBlocker: 0.0024339999072253704 +Info 13464[11:01:54.571] getExportInfoMap: cache hit +Info 13465[11:01:54.582] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13466[11:01:54.582] collectAutoImports: response is complete +Info 13467[11:01:54.582] collectAutoImports: 10.824678999837488 +Info 13468[11:01:54.582] getCompletionData: Semantic work: 11.47378799971193 +Info 13469[11:01:54.587] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.743056999985129 +Info 13470[11:01:54.589] Format host information updated +Info 13471[11:01:54.622] Format host information updated +Info 13472[11:01:54.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13473[11:01:54.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 6.981014999561012ms +Info 13474[11:01:54.629] Different program with same set of files +Info 13475[11:01:55.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13476[11:01:55.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 9.263135999906808ms +Info 13477[11:01:55.073] Different program with same set of files +Info 13478[11:01:55.074] getCompletionData: Get current token: 0.005273999646306038 +Info 13479[11:01:55.074] getCompletionData: Is inside comment: 0.013227000366896391 +Info 13480[11:01:55.074] getCompletionData: Get previous token: 0.010575000196695328 +Info 13481[11:01:55.074] getCompletionsAtPosition: isCompletionListBlocker: 0.0024410001933574677 +Info 13482[11:01:55.074] getExportInfoMap: cache hit +Info 13483[11:01:55.085] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13484[11:01:55.085] collectAutoImports: response is complete +Info 13485[11:01:55.085] collectAutoImports: 10.781084000132978 +Info 13486[11:01:55.085] getCompletionData: Semantic work: 11.419710999820381 +Info 13487[11:01:55.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2774320002645254 +Info 13488[11:01:55.093] Format host information updated +Info 13489[11:01:55.177] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13490[11:01:55.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 7.354631000198424ms +Info 13491[11:01:55.185] Different program with same set of files +Info 13492[11:01:55.185] getCompletionData: Get current token: 0.005304999649524689 +Info 13493[11:01:55.185] getCompletionData: Is inside comment: 0.01640199963003397 +Info 13494[11:01:55.185] getCompletionData: Get previous token: 0.02720799995586276 +Info 13495[11:01:55.185] getCompletionsAtPosition: isCompletionListBlocker: 0.002764000091701746 +Info 13496[11:01:55.185] getExportInfoMap: cache hit +Info 13497[11:01:55.196] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13498[11:01:55.196] collectAutoImports: response is complete +Info 13499[11:01:55.196] collectAutoImports: 10.812777999788523 +Info 13500[11:01:55.196] getCompletionData: Semantic work: 11.421760999597609 +Info 13501[11:01:55.202] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.3807060001417994 +Info 13502[11:01:55.205] Format host information updated +Info 13503[11:01:55.304] Format host information updated +Info 13504[11:01:55.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13505[11:01:55.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 7.610162999946624ms +Info 13506[11:01:55.312] Different program with same set of files +Info 13507[11:01:55.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13508[11:01:55.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 9.808179000392556ms +Info 13509[11:01:55.443] Different program with same set of files +Info 13510[11:01:55.443] getCompletionData: Get current token: 0.0055139996111392975 +Info 13511[11:01:55.444] getCompletionData: Is inside comment: 0.012927999719977379 +Info 13512[11:01:55.444] getCompletionData: Get previous token: 0.019135000184178352 +Info 13513[11:01:55.444] getCompletionsAtPosition: isCompletionListBlocker: 0.003216000273823738 +Info 13514[11:01:55.444] getExportInfoMap: cache hit +Info 13515[11:01:55.448] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 13516[11:01:55.448] collectAutoImports: response is complete +Info 13517[11:01:55.448] collectAutoImports: 3.685124999843538 +Info 13518[11:01:55.448] getCompletionData: Semantic work: 4.3509990000166 +Info 13519[11:01:55.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4807380000129342 +Info 13520[11:01:55.450] Format host information updated +Info 13521[11:01:55.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13522[11:01:55.597] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 6.988450999837369ms +Info 13523[11:01:55.597] Different program with same set of files +Info 13524[11:01:55.598] getCompletionData: Get current token: 0.004260000307112932 +Info 13525[11:01:55.598] getCompletionData: Is inside comment: 0.010821000207215548 +Info 13526[11:01:55.598] getCompletionData: Get previous token: 0.017002000007778406 +Info 13527[11:01:55.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0022709998302161694 +Info 13528[11:01:55.598] getExportInfoMap: cache hit +Info 13529[11:01:55.601] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 13530[11:01:55.601] collectAutoImports: response is complete +Info 13531[11:01:55.601] collectAutoImports: 2.2697979998774827 +Info 13532[11:01:55.601] getCompletionData: Semantic work: 2.8165239999070764 +Info 13533[11:01:55.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1335729998536408 +Info 13534[11:01:55.605] Format host information updated +Info 13535[11:01:55.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13536[11:01:55.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 6.970635999925435ms +Info 13537[11:01:55.711] Different program with same set of files +Info 13538[11:01:55.711] getCompletionData: Get current token: 0.005226000212132931 +Info 13539[11:01:55.711] getCompletionData: Is inside comment: 0.013189000077545643 +Info 13540[11:01:55.711] getCompletionData: Get previous token: 0.02091600000858307 +Info 13541[11:01:55.711] getCompletionsAtPosition: isCompletionListBlocker: 0.002424000296741724 +Info 13542[11:01:55.711] getExportInfoMap: cache hit +Info 13543[11:01:55.714] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 13544[11:01:55.714] collectAutoImports: response is complete +Info 13545[11:01:55.714] collectAutoImports: 2.356997999828309 +Info 13546[11:01:55.714] getCompletionData: Semantic work: 2.971416000276804 +Info 13547[11:01:55.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.241363000124693 +Info 13548[11:01:55.716] Format host information updated +Info 13549[11:01:55.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13550[11:01:55.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 9.631336000282317ms +Info 13551[11:01:55.806] Different program with same set of files +Info 13552[11:01:55.806] getCompletionData: Get current token: 0.005035000387579203 +Info 13553[11:01:55.806] getCompletionData: Is inside comment: 0.012325999792665243 +Info 13554[11:01:55.806] getCompletionData: Get previous token: 0.019442999735474586 +Info 13555[11:01:55.806] getCompletionsAtPosition: isCompletionListBlocker: 0.002625000197440386 +Info 13556[11:01:55.807] getExportInfoMap: cache hit +Info 13557[11:01:55.818] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 13558[11:01:55.818] collectAutoImports: response is complete +Info 13559[11:01:55.818] collectAutoImports: 11.193068000022322 +Info 13560[11:01:55.818] getCompletionData: Semantic work: 11.809008999727666 +Info 13561[11:01:55.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.517576000187546 +Info 13562[11:01:55.829] Format host information updated +Info 13563[11:02:00.698] getCompletionData: Get current token: 0.0045010000467300415 +Info 13564[11:02:00.699] getCompletionData: Is inside comment: 0.0013499995693564415 +Info 13565[11:02:00.699] getCompletionData: Get previous token: 0.018516999669373035 +Info 13566[11:02:00.699] getCompletionsAtPosition: isCompletionListBlocker: 0.00992300035431981 +Info 13567[11:02:00.699] getExportInfoMap: cache hit +Info 13568[11:02:00.702] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13569[11:02:00.702] collectAutoImports: response is complete +Info 13570[11:02:00.702] collectAutoImports: 2.7157890000380576 +Info 13571[11:02:00.702] getCompletionData: Semantic work: 3.3954520002007484 +Info 13572[11:02:00.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7146039996296167 +Info 13573[11:02:00.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13574[11:02:00.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 7.229222000110894ms +Info 13575[11:02:00.941] Different program with same set of files +Info 13576[11:02:00.942] getCompletionData: Get current token: 0.006218000315129757 +Info 13577[11:02:00.942] getCompletionData: Is inside comment: 0.0012690001167356968 +Info 13578[11:02:00.942] getCompletionData: Get previous token: 0.016594000160694122 +Info 13579[11:02:00.942] getCompletionsAtPosition: isCompletionListBlocker: 0.0024099997244775295 +Info 13580[11:02:00.942] getExportInfoMap: cache hit +Info 13581[11:02:00.954] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13582[11:02:00.954] collectAutoImports: response is complete +Info 13583[11:02:00.954] collectAutoImports: 11.70921800006181 +Info 13584[11:02:00.954] getCompletionData: Semantic work: 12.187108000274748 +Info 13585[11:02:00.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6710299998521805 +Info 13586[11:02:00.961] Format host information updated +Info 13587[11:02:00.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13588[11:02:01.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 6.7369860000908375ms +Info 13589[11:02:01.001] Different program with same set of files +Info 13590[11:02:01.001] getCompletionData: Get current token: 0.0043669999577105045 +Info 13591[11:02:01.001] getCompletionData: Is inside comment: 0.0012400001287460327 +Info 13592[11:02:01.001] getCompletionData: Get previous token: 0.018169999588280916 +Info 13593[11:02:01.001] getCompletionsAtPosition: isCompletionListBlocker: 0.0071229999884963036 +Info 13594[11:02:01.001] getExportInfoMap: cache hit +Info 13595[11:02:01.013] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13596[11:02:01.013] collectAutoImports: response is complete +Info 13597[11:02:01.013] collectAutoImports: 11.49504500022158 +Info 13598[11:02:01.013] getCompletionData: Semantic work: 12.026650999672711 +Info 13599[11:02:01.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4831949998624623 +Info 13600[11:02:01.019] Format host information updated +Info 13601[11:02:01.292] getCompletionData: Get current token: 0.004757000133395195 +Info 13602[11:02:01.292] getCompletionData: Is inside comment: 0.02208899985998869 +Info 13603[11:02:01.292] getCompletionData: Get previous token: 0.012643000110983849 +Info 13604[11:02:01.292] getCompletionsAtPosition: isCompletionListBlocker: 0.003818000201135874 +Info 13605[11:02:01.292] getExportInfoMap: cache hit +Info 13606[11:02:01.302] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13607[11:02:01.302] collectAutoImports: response is complete +Info 13608[11:02:01.302] collectAutoImports: 9.597341999877244 +Info 13609[11:02:01.302] getCompletionData: Semantic work: 10.227990000043064 +Info 13610[11:02:01.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.987532999832183 +Info 13611[11:02:01.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13612[11:02:01.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 10.459228000137955ms +Info 13613[11:02:01.610] Different program with same set of files +Info 13614[11:02:01.610] getCompletionData: Get current token: 0.00445100013166666 +Info 13615[11:02:01.610] getCompletionData: Is inside comment: 0.0011630002409219742 +Info 13616[11:02:01.610] getCompletionData: Get previous token: 0.020610000006854534 +Info 13617[11:02:01.610] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589999087154865 +Info 13618[11:02:01.612] getCompletionData: Semantic work: 1.7229380002245307 +Info 13619[11:02:01.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07248100033029914 +Info 13620[11:02:01.612] Format host information updated +Info 13621[11:02:01.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13622[11:02:01.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 10.572118999902159ms +Info 13623[11:02:01.688] Different program with same set of files +Info 13624[11:02:01.688] getCompletionData: Get current token: 0.00673400005325675 +Info 13625[11:02:01.688] getCompletionData: Is inside comment: 0.0020929998718202114 +Info 13626[11:02:01.688] getCompletionData: Get previous token: 0.02674099989235401 +Info 13627[11:02:01.688] getCompletionsAtPosition: isCompletionListBlocker: 0.010100999847054482 +Info 13628[11:02:01.688] getExportInfoMap: cache hit +Info 13629[11:02:01.702] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13630[11:02:01.702] collectAutoImports: response is complete +Info 13631[11:02:01.702] collectAutoImports: 13.248198000248522 +Info 13632[11:02:01.702] getCompletionData: Semantic work: 13.927352000027895 +Info 13633[11:02:01.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.402575999964029 +Info 13634[11:02:01.711] Format host information updated +Info 13635[11:02:02.023] getCompletionData: Get current token: 0.005547999870032072 +Info 13636[11:02:02.023] getCompletionData: Is inside comment: 0.0013880003243684769 +Info 13637[11:02:02.023] getCompletionData: Get previous token: 0.014781000092625618 +Info 13638[11:02:02.023] getCompletionsAtPosition: isCompletionListBlocker: 0.003031000029295683 +Info 13639[11:02:02.023] getCompletionData: Semantic work: 0.25824799994006753 +Info 13640[11:02:02.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06742399977520108 +Info 13641[11:02:02.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13642[11:02:02.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 6.8368989997543395ms +Info 13643[11:02:02.251] Different program with same set of files +Info 13644[11:02:02.252] getCompletionData: Get current token: 0.004827000200748444 +Info 13645[11:02:02.252] getCompletionData: Is inside comment: 0.001317999791353941 +Info 13646[11:02:02.252] getCompletionData: Get previous token: 0.026089000049978495 +Info 13647[11:02:02.252] getCompletionsAtPosition: isCompletionListBlocker: 0.002077000215649605 +Info 13648[11:02:02.253] getCompletionData: Semantic work: 1.6396969999186695 +Info 13649[11:02:02.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.051739000249654055 +Info 13650[11:02:02.254] Format host information updated +Info 13651[11:02:02.354] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13652[11:02:02.362] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 7.456900000106543ms +Info 13653[11:02:02.362] Different program with same set of files +Info 13654[11:02:02.362] getCompletionData: Get current token: 0.0049430001527071 +Info 13655[11:02:02.362] getCompletionData: Is inside comment: 0.0012759999372065067 +Info 13656[11:02:02.362] getCompletionData: Get previous token: 0.0260410001501441 +Info 13657[11:02:02.362] getCompletionsAtPosition: isCompletionListBlocker: 0.0020130001939833164 +Info 13658[11:02:02.363] getCompletionData: Semantic work: 0.9178459998220205 +Info 13659[11:02:02.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08300300035625696 +Info 13660[11:02:02.366] Format host information updated +Info 13661[11:02:02.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13662[11:02:02.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 10.793821000028402ms +Info 13663[11:02:02.429] Different program with same set of files +Info 13664[11:02:02.430] getCompletionData: Get current token: 0.008696999866515398 +Info 13665[11:02:02.430] getCompletionData: Is inside comment: 0.002509999554604292 +Info 13666[11:02:02.430] getCompletionData: Get previous token: 0.04992299992591143 +Info 13667[11:02:02.430] getCompletionsAtPosition: isCompletionListBlocker: 0.003651999868452549 +Info 13668[11:02:02.431] getCompletionData: Semantic work: 1.5227590003050864 +Info 13669[11:02:02.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07987599959596992 +Info 13670[11:02:02.432] Format host information updated +Info 13671[11:02:02.795] Format host information updated +Info 13672[11:02:02.795] Format host information updated +Info 13673[11:02:02.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13674[11:02:02.803] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 7.143358000088483ms +Info 13675[11:02:02.803] Different program with same set of files +Info 13676[11:02:02.803] getCompletionData: Get current token: 0.005892000161111355 +Info 13677[11:02:02.803] getCompletionData: Is inside comment: 0.0017149997875094414 +Info 13678[11:02:02.803] getCompletionData: Get previous token: 0.02268700022250414 +Info 13679[11:02:02.803] getCompletionsAtPosition: isCompletionListBlocker: 0.008098999969661236 +Info 13680[11:02:02.805] getCompletionData: Semantic work: 1.7393330000340939 +Info 13681[11:02:02.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05287499958649278 +Info 13682[11:02:02.805] getCompletionData: Get current token: 0.012878999579697847 +Info 13683[11:02:02.805] getCompletionData: Is inside comment: 0.0021810000762343407 +Info 13684[11:02:02.805] getCompletionData: Get previous token: 0.031683999579399824 +Info 13685[11:02:02.805] getCompletionsAtPosition: isCompletionListBlocker: 0.0016550002619624138 +Info 13686[11:02:02.805] getCompletionData: Semantic work: 0.14133000001311302 +Info 13687[11:02:02.806] getCompletionData: Get current token: 0.008845000062137842 +Info 13688[11:02:02.806] getCompletionData: Is inside comment: 0.0023869997821748257 +Info 13689[11:02:02.806] getCompletionData: Get previous token: 0.030598999932408333 +Info 13690[11:02:02.806] getCompletionsAtPosition: isCompletionListBlocker: 0.0016199997626245022 +Info 13691[11:02:02.806] getCompletionData: Semantic work: 0.2463099998421967 +Info 13692[11:02:02.807] Format host information updated +Info 13693[11:02:02.889] Format host information updated +Info 13694[11:02:02.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13695[11:02:02.897] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 7.773561000358313ms +Info 13696[11:02:02.897] Different program with same set of files +Info 13697[11:02:03.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13698[11:02:03.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 8.228536000009626ms +Info 13699[11:02:03.068] Different program with same set of files +Info 13700[11:02:03.068] getCompletionData: Get current token: 0.004634000360965729 +Info 13701[11:02:03.068] getCompletionData: Is inside comment: 0.0013359999284148216 +Info 13702[11:02:03.068] getCompletionData: Get previous token: 0.026000000070780516 +Info 13703[11:02:03.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0029419995844364166 +Info 13704[11:02:03.070] getCompletionData: Semantic work: 1.720614000223577 +Info 13705[11:02:03.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0613319999538362 +Info 13706[11:02:03.070] Format host information updated +Info 13707[11:02:03.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13708[11:02:03.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 9.356831999961287ms +Info 13709[11:02:03.280] Different program with same set of files +Info 13710[11:02:03.280] getCompletionData: Get current token: 0.004819000139832497 +Info 13711[11:02:03.280] getCompletionData: Is inside comment: 0.001304000150412321 +Info 13712[11:02:03.280] getCompletionData: Get previous token: 0.025735999923199415 +Info 13713[11:02:03.280] getCompletionsAtPosition: isCompletionListBlocker: 0.0032250001095235348 +Info 13714[11:02:03.282] getCompletionData: Semantic work: 1.3667230000719428 +Info 13715[11:02:03.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.042862999718636274 +Info 13716[11:02:03.283] Format host information updated +Info 13717[11:02:03.722] Format host information updated +Info 13718[11:02:03.722] Format host information updated +Info 13719[11:02:03.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13720[11:02:03.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 9.240863000042737ms +Info 13721[11:02:03.732] Different program with same set of files +Info 13722[11:02:03.732] getCompletionData: Get current token: 0.01696899998933077 +Info 13723[11:02:03.732] getCompletionData: Is inside comment: 0.005468999966979027 +Info 13724[11:02:03.732] getCompletionData: Get previous token: 0.04151099966838956 +Info 13725[11:02:03.732] getCompletionsAtPosition: isCompletionListBlocker: 0.004126999992877245 +Info 13726[11:02:03.733] getCompletionData: Semantic work: 1.5551889999769628 +Info 13727[11:02:03.736] getCompletionData: Get current token: 0.012830999679863453 +Info 13728[11:02:03.736] getCompletionData: Is inside comment: 0.0029310001991689205 +Info 13729[11:02:03.736] getCompletionData: Get previous token: 0.04058799985796213 +Info 13730[11:02:03.736] getCompletionsAtPosition: isCompletionListBlocker: 0.007949000224471092 +Info 13731[11:02:03.736] getCompletionData: Semantic work: 0.2957190000452101 +Info 13732[11:02:03.737] Format host information updated +Info 13733[11:02:19.889] getCompletionData: Get current token: 0.0050050001591444016 +Info 13734[11:02:19.889] getCompletionData: Is inside comment: 0.0012550000101327896 +Info 13735[11:02:19.890] getCompletionData: Get previous token: 0.02114100009202957 +Info 13736[11:02:19.890] getCompletionsAtPosition: isCompletionListBlocker: 0.009061000309884548 +Info 13737[11:02:19.890] getCompletionData: Semantic work: 0.32792400009930134 +Info 13738[11:02:19.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18446099990978837 +Info 13739[11:02:20.058] Format host information updated +Info 13740[11:02:20.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13741[11:02:20.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 14.876116999890655ms +Info 13742[11:02:20.073] Different program with same set of files +Info 13743[11:02:20.117] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13744[11:02:20.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 13.541545999702066ms +Info 13745[11:02:20.130] Different program with same set of files +Info 13746[11:02:20.130] getCompletionData: Get current token: 0.0064849997870624065 +Info 13747[11:02:20.130] getCompletionData: Is inside comment: 0.0016619996167719364 +Info 13748[11:02:20.130] getCompletionData: Get previous token: 0.030346999876201153 +Info 13749[11:02:20.130] getCompletionsAtPosition: isCompletionListBlocker: 0.008952999953180552 +Info 13750[11:02:20.131] getExportInfoMap: cache hit +Info 13751[11:02:20.153] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13752[11:02:20.153] collectAutoImports: response is complete +Info 13753[11:02:20.153] collectAutoImports: 21.583275000099093 +Info 13754[11:02:20.153] getCompletionData: Semantic work: 22.545793999917805 +Info 13755[11:02:20.158] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.314428999554366 +Info 13756[11:02:20.161] Format host information updated +Info 13757[11:02:20.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13758[11:02:20.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 13.79674099991098ms +Info 13759[11:02:20.245] Different program with same set of files +Info 13760[11:02:20.245] getCompletionData: Get current token: 0.007267000153660774 +Info 13761[11:02:20.245] getCompletionData: Is inside comment: 0.0024339999072253704 +Info 13762[11:02:20.245] getCompletionData: Get previous token: 0.03950800001621246 +Info 13763[11:02:20.245] getCompletionsAtPosition: isCompletionListBlocker: 0.01079500000923872 +Info 13764[11:02:20.246] getExportInfoMap: cache hit +Info 13765[11:02:20.268] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 13766[11:02:20.268] collectAutoImports: response is complete +Info 13767[11:02:20.268] collectAutoImports: 21.42565100034699 +Info 13768[11:02:20.268] getCompletionData: Semantic work: 22.316079000011086 +Info 13769[11:02:20.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.515978000126779 +Info 13770[11:02:20.277] Format host information updated +Info 13771[11:02:20.362] Format host information updated +Info 13772[11:02:20.362] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13773[11:02:20.381] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 18.506673999596387ms +Info 13774[11:02:20.381] Different program with same set of files +Info 13775[11:02:20.586] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13776[11:02:20.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 18.68159000016749ms +Info 13777[11:02:20.605] Different program with same set of files +Info 13778[11:02:20.606] getCompletionData: Get current token: 0.006432000081986189 +Info 13779[11:02:20.606] getCompletionData: Is inside comment: 0.0020840000361204147 +Info 13780[11:02:20.606] getCompletionData: Get previous token: 0.03966799983754754 +Info 13781[11:02:20.606] getCompletionsAtPosition: isCompletionListBlocker: 0.01118500018492341 +Info 13782[11:02:20.606] getExportInfoMap: cache hit +Info 13783[11:02:20.612] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 13784[11:02:20.612] collectAutoImports: response is complete +Info 13785[11:02:20.612] collectAutoImports: 4.976447999943048 +Info 13786[11:02:20.612] getCompletionData: Semantic work: 5.924342999700457 +Info 13787[11:02:20.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.842604999896139 +Info 13788[11:02:20.614] Format host information updated +Info 13789[11:02:20.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13790[11:02:20.705] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 10.036685999948531ms +Info 13791[11:02:20.705] Different program with same set of files +Info 13792[11:02:20.705] getCompletionData: Get current token: 0.004751000087708235 +Info 13793[11:02:20.705] getCompletionData: Is inside comment: 0.001679999753832817 +Info 13794[11:02:20.705] getCompletionData: Get previous token: 0.030135000124573708 +Info 13795[11:02:20.705] getCompletionsAtPosition: isCompletionListBlocker: 0.008694999851286411 +Info 13796[11:02:20.706] getExportInfoMap: cache hit +Info 13797[11:02:20.710] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 24 from cache +Info 13798[11:02:20.710] collectAutoImports: response is complete +Info 13799[11:02:20.710] collectAutoImports: 3.7765250001102686 +Info 13800[11:02:20.710] getCompletionData: Semantic work: 4.487792000174522 +Info 13801[11:02:20.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7482019998133183 +Info 13802[11:02:20.714] Format host information updated +Info 13803[11:02:20.756] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13804[11:02:20.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 9.09612200036645ms +Info 13805[11:02:20.765] Different program with same set of files +Info 13806[11:02:20.766] getCompletionData: Get current token: 0.005018999800086021 +Info 13807[11:02:20.766] getCompletionData: Is inside comment: 0.0018629999831318855 +Info 13808[11:02:20.766] getCompletionData: Get previous token: 0.034146999940276146 +Info 13809[11:02:20.766] getCompletionsAtPosition: isCompletionListBlocker: 0.008077000267803669 +Info 13810[11:02:20.766] getExportInfoMap: cache hit +Info 13811[11:02:20.770] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 13812[11:02:20.770] collectAutoImports: response is complete +Info 13813[11:02:20.770] collectAutoImports: 3.2768930001184344 +Info 13814[11:02:20.770] getCompletionData: Semantic work: 3.978338999673724 +Info 13815[11:02:20.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7159619997255504 +Info 13816[11:02:20.772] Format host information updated +Info 13817[11:02:20.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13818[11:02:20.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 31.728768999688327ms +Info 13819[11:02:20.947] Different program with same set of files +Info 13820[11:02:20.950] getCompletionData: Get current token: 0.00810999982059002 +Info 13821[11:02:20.950] getCompletionData: Is inside comment: 0.0030700000934302807 +Info 13822[11:02:20.950] getCompletionData: Get previous token: 0.06590300006791949 +Info 13823[11:02:20.950] getCompletionsAtPosition: isCompletionListBlocker: 0.012236999813467264 +Info 13824[11:02:20.951] getExportInfoMap: cache hit +Info 13825[11:02:20.955] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 13826[11:02:20.955] collectAutoImports: response is complete +Info 13827[11:02:20.955] collectAutoImports: 4.227320999838412 +Info 13828[11:02:20.955] getCompletionData: Semantic work: 5.295181000139564 +Info 13829[11:02:20.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1071379999630153 +Info 13830[11:02:20.959] Format host information updated +Info 13831[11:02:20.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13832[11:02:20.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 8.325151999946684ms +Info 13833[11:02:20.984] Different program with same set of files +Info 13834[11:02:20.984] getCompletionData: Get current token: 0.003765000030398369 +Info 13835[11:02:20.984] getCompletionData: Is inside comment: 0.0012240000069141388 +Info 13836[11:02:20.984] getCompletionData: Get previous token: 0.025818999856710434 +Info 13837[11:02:20.984] getCompletionsAtPosition: isCompletionListBlocker: 0.007266999687999487 +Info 13838[11:02:20.985] getExportInfoMap: cache hit +Info 13839[11:02:20.987] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13840[11:02:20.987] collectAutoImports: response is complete +Info 13841[11:02:20.987] collectAutoImports: 2.256178999785334 +Info 13842[11:02:20.987] getCompletionData: Semantic work: 2.8463680003769696 +Info 13843[11:02:20.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2635600003413856 +Info 13844[11:02:20.989] Format host information updated +Info 13845[11:02:21.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13846[11:02:21.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 11.526750000193715ms +Info 13847[11:02:21.072] Different program with same set of files +Info 13848[11:02:21.072] getCompletionData: Get current token: 0.0038209999911487103 +Info 13849[11:02:21.072] getCompletionData: Is inside comment: 0.0012599998153746128 +Info 13850[11:02:21.072] getCompletionData: Get previous token: 0.026366999838501215 +Info 13851[11:02:21.072] getCompletionsAtPosition: isCompletionListBlocker: 0.006819999776780605 +Info 13852[11:02:21.072] getExportInfoMap: cache hit +Info 13853[11:02:21.075] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13854[11:02:21.075] collectAutoImports: response is complete +Info 13855[11:02:21.075] collectAutoImports: 2.26640099985525 +Info 13856[11:02:21.075] getCompletionData: Semantic work: 2.877244000323117 +Info 13857[11:02:21.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3692410001531243 +Info 13858[11:02:21.080] Format host information updated +Info 13859[11:02:21.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13860[11:02:21.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 7.528653000015765ms +Info 13861[11:02:21.147] Different program with same set of files +Info 13862[11:02:21.147] getCompletionData: Get current token: 0.00430600019171834 +Info 13863[11:02:21.147] getCompletionData: Is inside comment: 0.0014280001632869244 +Info 13864[11:02:21.147] getCompletionData: Get previous token: 0.028439000248908997 +Info 13865[11:02:21.147] getCompletionsAtPosition: isCompletionListBlocker: 0.007545000407844782 +Info 13866[11:02:21.148] getExportInfoMap: cache hit +Info 13867[11:02:21.150] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13868[11:02:21.150] collectAutoImports: response is complete +Info 13869[11:02:21.150] collectAutoImports: 2.2697009998373687 +Info 13870[11:02:21.150] getCompletionData: Semantic work: 2.932113999966532 +Info 13871[11:02:21.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3048030002973974 +Info 13872[11:02:21.153] Format host information updated +Info 13873[11:02:21.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13874[11:02:21.291] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 7.761049999855459ms +Info 13875[11:02:21.291] Different program with same set of files +Info 13876[11:02:21.291] getCompletionData: Get current token: 0.0051020001992583275 +Info 13877[11:02:21.291] getCompletionData: Is inside comment: 0.001535000279545784 +Info 13878[11:02:21.291] getCompletionData: Get previous token: 0.03129599988460541 +Info 13879[11:02:21.291] getCompletionsAtPosition: isCompletionListBlocker: 0.008218999952077866 +Info 13880[11:02:21.292] getExportInfoMap: cache hit +Info 13881[11:02:21.294] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13882[11:02:21.294] collectAutoImports: response is complete +Info 13883[11:02:21.294] collectAutoImports: 2.730402000248432 +Info 13884[11:02:21.294] getCompletionData: Semantic work: 3.32053600018844 +Info 13885[11:02:21.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3002439998090267 +Info 13886[11:02:21.299] Format host information updated +Info 13887[11:02:22.035] Format host information updated +Info 13888[11:02:22.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13889[11:02:22.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 7.380260000005364ms +Info 13890[11:02:22.043] Different program with same set of files +Info 13891[11:02:30.237] Format host information updated +Info 13892[11:02:30.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13893[11:02:30.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 7.517723000142723ms +Info 13894[11:02:30.244] Different program with same set of files +Info 13895[11:02:30.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13896[11:02:30.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 7.5417590001598ms +Info 13897[11:02:30.329] Different program with same set of files +Info 13898[11:02:30.329] getCompletionData: Get current token: 0.0034539997577667236 +Info 13899[11:02:30.329] getCompletionData: Is inside comment: 0.014601999893784523 +Info 13900[11:02:30.329] getCompletionData: Get previous token: 0.0237529999576509 +Info 13901[11:02:30.329] getCompletionsAtPosition: isCompletionListBlocker: 0.002094999887049198 +Info 13902[11:02:30.330] getExportInfoMap: cache hit +Info 13903[11:02:30.336] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 13904[11:02:30.336] collectAutoImports: response is complete +Info 13905[11:02:30.336] collectAutoImports: 5.7699939999729395 +Info 13906[11:02:30.336] getCompletionData: Semantic work: 6.46746199997142 +Info 13907[11:02:30.337] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4785770000889897 +Info 13908[11:02:30.338] Format host information updated +Info 13909[11:02:30.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13910[11:02:30.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 8.004236999899149ms +Info 13911[11:02:30.508] Different program with same set of files +Info 13912[11:02:30.508] getCompletionData: Get current token: 0.004108999855816364 +Info 13913[11:02:30.508] getCompletionData: Is inside comment: 0.016084000002592802 +Info 13914[11:02:30.508] getCompletionData: Get previous token: 0.025528000202029943 +Info 13915[11:02:30.508] getCompletionsAtPosition: isCompletionListBlocker: 0.0023240000009536743 +Info 13916[11:02:30.509] getExportInfoMap: cache hit +Info 13917[11:02:30.513] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 24 from cache +Info 13918[11:02:30.513] collectAutoImports: response is complete +Info 13919[11:02:30.513] collectAutoImports: 3.670735000167042 +Info 13920[11:02:30.513] getCompletionData: Semantic work: 4.349466999992728 +Info 13921[11:02:30.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4011550000868738 +Info 13922[11:02:30.515] Format host information updated +Info 13923[11:02:30.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13924[11:02:30.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 8.34574900008738ms +Info 13925[11:02:30.569] Different program with same set of files +Info 13926[11:02:30.569] getCompletionData: Get current token: 0.004255000036209822 +Info 13927[11:02:30.569] getCompletionData: Is inside comment: 0.01681699976325035 +Info 13928[11:02:30.569] getCompletionData: Get previous token: 0.026921000331640244 +Info 13929[11:02:30.569] getCompletionsAtPosition: isCompletionListBlocker: 0.0024199998006224632 +Info 13930[11:02:30.570] getExportInfoMap: cache hit +Info 13931[11:02:30.572] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 13932[11:02:30.572] collectAutoImports: response is complete +Info 13933[11:02:30.572] collectAutoImports: 2.8709929999895394 +Info 13934[11:02:30.572] getCompletionData: Semantic work: 3.5719170002266765 +Info 13935[11:02:30.574] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4297569999471307 +Info 13936[11:02:30.575] Format host information updated +Info 13937[11:02:30.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13938[11:02:30.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 7.424958999734372ms +Info 13939[11:02:30.686] Different program with same set of files +Info 13940[11:02:30.686] getCompletionData: Get current token: 0.003657999914139509 +Info 13941[11:02:30.686] getCompletionData: Is inside comment: 0.01513900002464652 +Info 13942[11:02:30.686] getCompletionData: Get previous token: 0.02356999972835183 +Info 13943[11:02:30.686] getCompletionsAtPosition: isCompletionListBlocker: 0.002284000162035227 +Info 13944[11:02:30.686] getExportInfoMap: cache hit +Info 13945[11:02:30.692] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 13946[11:02:30.692] collectAutoImports: response is complete +Info 13947[11:02:30.692] collectAutoImports: 5.562342000193894 +Info 13948[11:02:30.692] getCompletionData: Semantic work: 6.2179049998521805 +Info 13949[11:02:30.693] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.361579000018537 +Info 13950[11:02:30.694] Format host information updated +Info 13951[11:02:30.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13952[11:02:30.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 7.399405000265688ms +Info 13953[11:02:30.781] Different program with same set of files +Info 13954[11:02:30.782] getCompletionData: Get current token: 0.0032740002498030663 +Info 13955[11:02:30.782] getCompletionData: Is inside comment: 0.013818000443279743 +Info 13956[11:02:30.782] getCompletionData: Get previous token: 0.021975000388920307 +Info 13957[11:02:30.782] getCompletionsAtPosition: isCompletionListBlocker: 0.002351000439375639 +Info 13958[11:02:30.782] getExportInfoMap: cache hit +Info 13959[11:02:30.784] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13960[11:02:30.785] collectAutoImports: response is complete +Info 13961[11:02:30.785] collectAutoImports: 2.2469559996388853 +Info 13962[11:02:30.785] getCompletionData: Semantic work: 2.8449240000918508 +Info 13963[11:02:30.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1471550003625453 +Info 13964[11:02:30.786] Format host information updated +Info 13965[11:02:30.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13966[11:02:30.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 7.4646630003117025ms +Info 13967[11:02:30.911] Different program with same set of files +Info 13968[11:02:30.911] getCompletionData: Get current token: 0.003269000444561243 +Info 13969[11:02:30.911] getCompletionData: Is inside comment: 0.013511999975889921 +Info 13970[11:02:30.911] getCompletionData: Get previous token: 0.023552999831736088 +Info 13971[11:02:30.911] getCompletionsAtPosition: isCompletionListBlocker: 0.0023300000466406345 +Info 13972[11:02:30.912] getExportInfoMap: cache hit +Info 13973[11:02:30.914] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13974[11:02:30.914] collectAutoImports: response is complete +Info 13975[11:02:30.914] collectAutoImports: 2.2580059999600053 +Info 13976[11:02:30.914] getCompletionData: Semantic work: 2.8680930002592504 +Info 13977[11:02:30.915] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.171781999990344 +Info 13978[11:02:30.916] Format host information updated +Info 13979[11:02:30.967] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13980[11:02:30.980] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 12.925846999976784ms +Info 13981[11:02:30.980] Different program with same set of files +Info 13982[11:02:30.980] getCompletionData: Get current token: 0.009974000044167042 +Info 13983[11:02:30.980] getCompletionData: Is inside comment: 0.02652199985459447 +Info 13984[11:02:30.980] getCompletionData: Get previous token: 0.04088200023397803 +Info 13985[11:02:30.980] getCompletionsAtPosition: isCompletionListBlocker: 0.004851999692618847 +Info 13986[11:02:30.981] getExportInfoMap: cache hit +Info 13987[11:02:30.989] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13988[11:02:30.989] collectAutoImports: response is complete +Info 13989[11:02:30.989] collectAutoImports: 7.0299780000932515 +Info 13990[11:02:30.989] getCompletionData: Semantic work: 8.127679000142962 +Info 13991[11:02:30.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3617300000041723 +Info 13992[11:02:30.992] Format host information updated +Info 13993[11:02:31.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13994[11:02:31.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 16.08966000005603ms +Info 13995[11:02:31.108] Different program with same set of files +Info 13996[11:02:31.109] getCompletionData: Get current token: 0.0057050003670156 +Info 13997[11:02:31.109] getCompletionData: Is inside comment: 0.02285100007429719 +Info 13998[11:02:31.109] getCompletionData: Get previous token: 0.036795000080019236 +Info 13999[11:02:31.109] getCompletionsAtPosition: isCompletionListBlocker: 0.003837999887764454 +Info 14000[11:02:31.110] getExportInfoMap: cache hit +Info 14001[11:02:31.113] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 14002[11:02:31.113] collectAutoImports: response is complete +Info 14003[11:02:31.113] collectAutoImports: 3.5253120004199445 +Info 14004[11:02:31.113] getCompletionData: Semantic work: 4.504440000280738 +Info 14005[11:02:31.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.70593799976632 +Info 14006[11:02:31.116] Format host information updated +Info 14007[11:02:31.152] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14008[11:02:31.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 7.2431640001013875ms +Info 14009[11:02:31.159] Different program with same set of files +Info 14010[11:02:31.160] getCompletionData: Get current token: 0.003464999608695507 +Info 14011[11:02:31.160] getCompletionData: Is inside comment: 0.014335999730974436 +Info 14012[11:02:31.160] getCompletionData: Get previous token: 0.022915999870747328 +Info 14013[11:02:31.160] getCompletionsAtPosition: isCompletionListBlocker: 0.002177000045776367 +Info 14014[11:02:31.160] getExportInfoMap: cache hit +Info 14015[11:02:31.162] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 14016[11:02:31.163] collectAutoImports: response is complete +Info 14017[11:02:31.163] collectAutoImports: 2.2513709999620914 +Info 14018[11:02:31.163] getCompletionData: Semantic work: 2.8666460001841187 +Info 14019[11:02:31.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2267199996858835 +Info 14020[11:02:31.164] Format host information updated +Info 14021[11:02:31.802] Format host information updated +Info 14022[11:02:31.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14023[11:02:31.811] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 9.19842700008303ms +Info 14024[11:02:31.811] Different program with same set of files +Info 14025[11:02:33.646] Format host information updated +Info 14026[11:02:33.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14027[11:02:33.653] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 6.962075999937952ms +Info 14028[11:02:33.653] Different program with same set of files +Info 14029[11:02:34.040] Format host information updated +Info 14030[11:02:34.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14031[11:02:34.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 7.7235479997470975ms +Info 14032[11:02:34.048] Different program with same set of files +Info 14033[11:02:36.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14034[11:02:36.324] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 9.48948400001973ms +Info 14035[11:02:36.324] Different program with same set of files +Info 14036[11:02:36.324] getCompletionData: Get current token: 0.0075170001946389675 +Info 14037[11:02:36.324] getCompletionData: Is inside comment: 0.013453000225126743 +Info 14038[11:02:36.324] getCompletionData: Get previous token: 0.010539999697357416 +Info 14039[11:02:36.324] getCompletionsAtPosition: isCompletionListBlocker: 0.0021979999728500843 +Info 14040[11:02:36.324] getExportInfoMap: cache hit +Info 14041[11:02:36.336] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 14042[11:02:36.336] collectAutoImports: response is complete +Info 14043[11:02:36.336] collectAutoImports: 11.635185999795794 +Info 14044[11:02:36.336] getCompletionData: Semantic work: 12.072201000060886 +Info 14045[11:02:36.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.061751999892294 +Info 14046[11:02:36.348] Format host information updated +Info 14047[11:02:36.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14048[11:02:36.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 8.461717000231147ms +Info 14049[11:02:36.400] Different program with same set of files +Info 14050[11:02:36.400] getCompletionData: Get current token: 0.005806999746710062 +Info 14051[11:02:36.401] getCompletionData: Is inside comment: 0.021071000024676323 +Info 14052[11:02:36.401] getCompletionData: Get previous token: 0.030484000220894814 +Info 14053[11:02:36.401] getCompletionsAtPosition: isCompletionListBlocker: 0.0024670003913342953 +Info 14054[11:02:36.401] getExportInfoMap: cache hit +Info 14055[11:02:36.405] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 14056[11:02:36.405] collectAutoImports: response is complete +Info 14057[11:02:36.405] collectAutoImports: 3.389513000380248 +Info 14058[11:02:36.405] getCompletionData: Semantic work: 3.948613000102341 +Info 14059[11:02:36.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.468245000112802 +Info 14060[11:02:36.408] Format host information updated +Info 14061[11:02:36.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14062[11:02:36.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 8.940448000095785ms +Info 14063[11:02:36.599] Different program with same set of files +Info 14064[11:02:36.600] getCompletionData: Get current token: 0.005437999963760376 +Info 14065[11:02:36.600] getCompletionData: Is inside comment: 0.018170999828726053 +Info 14066[11:02:36.600] getCompletionData: Get previous token: 0.02523599984124303 +Info 14067[11:02:36.600] getCompletionsAtPosition: isCompletionListBlocker: 0.003142000176012516 +Info 14068[11:02:36.600] getExportInfoMap: cache hit +Info 14069[11:02:36.602] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 14070[11:02:36.602] collectAutoImports: response is complete +Info 14071[11:02:36.602] collectAutoImports: 2.2430389998480678 +Info 14072[11:02:36.602] getCompletionData: Semantic work: 2.762112000025809 +Info 14073[11:02:36.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1325810002163053 +Info 14074[11:02:36.605] Format host information updated +Info 14075[11:02:36.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14076[11:02:36.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 7.229038999881595ms +Info 14077[11:02:36.752] Different program with same set of files +Info 14078[11:02:36.752] getCompletionData: Get current token: 0.005468999966979027 +Info 14079[11:02:36.752] getCompletionData: Is inside comment: 0.015428000129759312 +Info 14080[11:02:36.752] getCompletionData: Get previous token: 0.020924000069499016 +Info 14081[11:02:36.753] getCompletionsAtPosition: isCompletionListBlocker: 0.0024549998342990875 +Info 14082[11:02:36.753] getExportInfoMap: cache hit +Info 14083[11:02:36.755] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14084[11:02:36.755] collectAutoImports: response is complete +Info 14085[11:02:36.755] collectAutoImports: 2.1607160000130534 +Info 14086[11:02:36.755] getCompletionData: Semantic work: 2.65632399963215 +Info 14087[11:02:36.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.072732000146061 +Info 14088[11:02:36.760] Format host information updated +Info 14089[11:02:36.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14090[11:02:36.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 10.12319799978286ms +Info 14091[11:02:36.818] Different program with same set of files +Info 14092[11:02:36.818] getCompletionData: Get current token: 0.007750000339001417 +Info 14093[11:02:36.818] getCompletionData: Is inside comment: 0.022789999842643738 +Info 14094[11:02:36.818] getCompletionData: Get previous token: 0.03120099985972047 +Info 14095[11:02:36.818] getCompletionsAtPosition: isCompletionListBlocker: 0.0035199997946619987 +Info 14096[11:02:36.819] getExportInfoMap: cache hit +Info 14097[11:02:36.822] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14098[11:02:36.822] collectAutoImports: response is complete +Info 14099[11:02:36.822] collectAutoImports: 3.0234489999711514 +Info 14100[11:02:36.822] getCompletionData: Semantic work: 3.699405000079423 +Info 14101[11:02:36.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9110750001855195 +Info 14102[11:02:36.826] Format host information updated +Info 14103[11:02:36.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14104[11:02:36.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 19.901333999820054ms +Info 14105[11:02:36.940] Different program with same set of files +Info 14106[11:02:36.940] getCompletionData: Get current token: 0.007643999997526407 +Info 14107[11:02:36.940] getCompletionData: Is inside comment: 0.020804000087082386 +Info 14108[11:02:36.941] getCompletionData: Get previous token: 0.028489000163972378 +Info 14109[11:02:36.941] getCompletionsAtPosition: isCompletionListBlocker: 0.003539999946951866 +Info 14110[11:02:36.941] getExportInfoMap: cache hit +Info 14111[11:02:36.944] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14112[11:02:36.944] collectAutoImports: response is complete +Info 14113[11:02:36.944] collectAutoImports: 2.9781780000776052 +Info 14114[11:02:36.944] getCompletionData: Semantic work: 3.6676679998636246 +Info 14115[11:02:36.947] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.748688000254333 +Info 14116[11:02:36.949] Format host information updated +Info 14117[11:02:36.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14118[11:02:36.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 14.127824999857694ms +Info 14119[11:02:36.995] Different program with same set of files +Info 14120[11:02:36.995] getCompletionData: Get current token: 0.005146999843418598 +Info 14121[11:02:36.995] getCompletionData: Is inside comment: 0.014945999719202518 +Info 14122[11:02:36.995] getCompletionData: Get previous token: 0.020345999859273434 +Info 14123[11:02:36.995] getCompletionsAtPosition: isCompletionListBlocker: 0.003307000268250704 +Info 14124[11:02:36.996] getExportInfoMap: cache hit +Info 14125[11:02:36.998] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14126[11:02:36.998] collectAutoImports: response is complete +Info 14127[11:02:36.998] collectAutoImports: 2.5809380002319813 +Info 14128[11:02:36.998] getCompletionData: Semantic work: 3.3782819998450577 +Info 14129[11:02:37.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8987940000370145 +Info 14130[11:02:37.008] Format host information updated +Info 14131[11:02:37.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14132[11:02:37.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 7.721047000028193ms +Info 14133[11:02:37.064] Different program with same set of files +Info 14134[11:02:37.064] getCompletionData: Get current token: 0.004820000380277634 +Info 14135[11:02:37.064] getCompletionData: Is inside comment: 0.01411100011318922 +Info 14136[11:02:37.064] getCompletionData: Get previous token: 0.019087000284343958 +Info 14137[11:02:37.064] getCompletionsAtPosition: isCompletionListBlocker: 0.0025659999810159206 +Info 14138[11:02:37.065] getExportInfoMap: cache hit +Info 14139[11:02:37.078] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 14140[11:02:37.078] collectAutoImports: response is complete +Info 14141[11:02:37.078] collectAutoImports: 12.843601000029594 +Info 14142[11:02:37.078] getCompletionData: Semantic work: 13.36617900012061 +Info 14143[11:02:37.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.070472000166774 +Info 14144[11:02:37.088] Format host information updated +Info 14145[11:03:11.709] Format host information updated +Info 14146[11:03:11.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14147[11:03:11.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 7.132133000064641ms +Info 14148[11:03:11.716] Different program with same set of files +Info 14149[11:03:13.120] Format host information updated +Info 14150[11:03:13.120] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14151[11:03:13.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 10.380948999896646ms +Info 14152[11:03:13.130] Different program with same set of files +Info 14153[11:03:13.286] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14154[11:03:13.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 11.660354000050575ms +Info 14155[11:03:13.298] Different program with same set of files +Info 14156[11:03:13.298] getCompletionData: Get current token: 0.005886000115424395 +Info 14157[11:03:13.298] getCompletionData: Is inside comment: 0.018476999830454588 +Info 14158[11:03:13.298] getCompletionData: Get previous token: 0.01868200022727251 +Info 14159[11:03:13.298] getCompletionsAtPosition: isCompletionListBlocker: 0.007890000008046627 +Info 14160[11:03:13.299] getCompletionData: Semantic work: 0.05054299999028444 +Info 14161[11:03:13.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07597399968653917 +Info 14162[11:03:13.300] Format host information updated +Info 14163[11:03:13.425] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14164[11:03:13.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 11.102903000079095ms +Info 14165[11:03:13.436] Different program with same set of files +Info 14166[11:03:13.436] getCompletionData: Get current token: 0.00354900024831295 +Info 14167[11:03:13.436] getCompletionData: Is inside comment: 0.014365000184625387 +Info 14168[11:03:13.436] getCompletionData: Get previous token: 0.013826999813318253 +Info 14169[11:03:13.436] getCompletionsAtPosition: isCompletionListBlocker: 0.0036269999109208584 +Info 14170[11:03:13.436] getCompletionData: Semantic work: 0.015213999897241592 +Info 14171[11:03:13.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05261299991980195 +Info 14172[11:03:13.436] Format host information updated +Info 14173[11:03:13.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14174[11:03:13.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 7.49189900001511ms +Info 14175[11:03:13.566] Different program with same set of files +Info 14176[11:03:13.566] getCompletionData: Get current token: 0.0031739999540150166 +Info 14177[11:03:13.566] getCompletionData: Is inside comment: 0.013257000129669905 +Info 14178[11:03:13.567] getCompletionData: Get previous token: 0.014378999825567007 +Info 14179[11:03:13.567] getCompletionsAtPosition: isCompletionListBlocker: 0.0033199996687471867 +Info 14180[11:03:13.567] getCompletionData: Semantic work: 0.013152000028640032 +Info 14181[11:03:13.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11006900016218424 +Info 14182[11:03:13.567] Format host information updated +Info 14183[11:03:22.559] Format host information updated +Info 14184[11:03:22.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14185[11:03:22.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 11.71759400004521ms +Info 14186[11:03:22.571] Different program with same set of files +Info 14187[11:03:22.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14188[11:03:22.754] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 28.17174099991098ms +Info 14189[11:03:22.754] Different program with same set of files +Info 14190[11:03:22.754] getCompletionData: Get current token: 0.014800000004470348 +Info 14191[11:03:22.754] getCompletionData: Is inside comment: 0.004881999921053648 +Info 14192[11:03:22.754] getCompletionData: Get previous token: 0.0679589998908341 +Info 14193[11:03:22.754] getCompletionsAtPosition: isCompletionListBlocker: 0.005757000297307968 +Info 14194[11:03:22.754] Returning an empty list because completion was requested in an invalid position. +Info 14195[11:03:22.755] Format host information updated +Info 14196[11:03:22.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14197[11:03:22.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 11.797338999807835ms +Info 14198[11:03:22.809] Different program with same set of files +Info 14199[11:03:22.809] getCompletionData: Get current token: 0.005506000015884638 +Info 14200[11:03:22.809] getCompletionData: Is inside comment: 0.0019180001690983772 +Info 14201[11:03:22.809] getCompletionData: Get previous token: 0.025071999989449978 +Info 14202[11:03:22.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0022430000826716423 +Info 14203[11:03:22.810] Returning an empty list because completion was requested in an invalid position. +Info 14204[11:03:22.811] Format host information updated +Info 14205[11:03:22.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14206[11:03:22.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 11.276554999873042ms +Info 14207[11:03:22.870] Different program with same set of files +Info 14208[11:03:22.870] getCompletionData: Get current token: 0.005564999766647816 +Info 14209[11:03:22.870] getCompletionData: Is inside comment: 0.0019879997707903385 +Info 14210[11:03:22.870] getCompletionData: Get previous token: 0.026386000216007233 +Info 14211[11:03:22.870] getCompletionsAtPosition: isCompletionListBlocker: 0.0020840000361204147 +Info 14212[11:03:22.870] Returning an empty list because completion was requested in an invalid position. +Info 14213[11:03:22.871] Format host information updated +Info 14214[11:03:22.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14215[11:03:23.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 7.704156999941915ms +Info 14216[11:03:23.002] Different program with same set of files +Info 14217[11:03:23.002] getCompletionData: Get current token: 0.0050039999186992645 +Info 14218[11:03:23.002] getCompletionData: Is inside comment: 0.0015149996615946293 +Info 14219[11:03:23.002] getCompletionData: Get previous token: 0.02558799972757697 +Info 14220[11:03:23.002] getCompletionsAtPosition: isCompletionListBlocker: 0.0018000002019107342 +Info 14221[11:03:23.002] Returning an empty list because completion was requested in an invalid position. +Info 14222[11:03:23.002] Format host information updated +Info 14223[11:03:23.129] Format host information updated +Info 14224[11:03:23.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14225[11:03:23.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 9.132532000076026ms +Info 14226[11:03:23.138] Different program with same set of files +Info 14227[11:03:26.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14228[11:03:26.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 10.080386999994516ms +Info 14229[11:03:26.195] Different program with same set of files +Info 14230[11:03:26.195] getCompletionData: Get current token: 0.007406999822705984 +Info 14231[11:03:26.195] getCompletionData: Is inside comment: 0.0020730001851916313 +Info 14232[11:03:26.195] getCompletionData: Get previous token: 0.02183500025421381 +Info 14233[11:03:26.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0021569998934865 +Info 14234[11:03:26.196] getCompletionData: Semantic work: 0.7818869999609888 +Info 14235[11:03:26.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05116399982944131 +Info 14236[11:03:26.196] Format host information updated +Info 14237[11:03:26.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14238[11:03:26.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 9.96421100012958ms +Info 14239[11:03:26.331] Different program with same set of files +Info 14240[11:03:26.331] getCompletionData: Get current token: 0.006041999906301498 +Info 14241[11:03:26.331] getCompletionData: Is inside comment: 0.0019569997675716877 +Info 14242[11:03:26.331] getCompletionData: Get previous token: 0.031569999642670155 +Info 14243[11:03:26.331] getCompletionsAtPosition: isCompletionListBlocker: 0.002843999769538641 +Info 14244[11:03:26.332] getCompletionData: Semantic work: 0.9275910002179444 +Info 14245[11:03:26.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06138400034978986 +Info 14246[11:03:26.332] Format host information updated +Info 14247[11:03:26.393] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14248[11:03:26.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 10.43415499990806ms +Info 14249[11:03:26.404] Different program with same set of files +Info 14250[11:03:26.404] getCompletionData: Get current token: 0.004368999972939491 +Info 14251[11:03:26.404] getCompletionData: Is inside comment: 0.0014390000142157078 +Info 14252[11:03:26.404] getCompletionData: Get previous token: 0.0229890001937747 +Info 14253[11:03:26.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0019550002180039883 +Info 14254[11:03:26.407] getCompletionData: Semantic work: 2.56710600014776 +Info 14255[11:03:26.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13281899970024824 +Info 14256[11:03:26.407] Format host information updated +Info 14257[11:03:26.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14258[11:03:26.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 22.975367000326514ms +Info 14259[11:03:26.505] Different program with same set of files +Info 14260[11:03:26.505] getCompletionData: Get current token: 0.016777999699115753 +Info 14261[11:03:26.505] getCompletionData: Is inside comment: 0.005906000267714262 +Info 14262[11:03:26.505] getCompletionData: Get previous token: 0.09922000020742416 +Info 14263[11:03:26.505] getCompletionsAtPosition: isCompletionListBlocker: 0.006990000139921904 +Info 14264[11:03:26.508] getCompletionData: Semantic work: 2.496633999980986 +Info 14265[11:03:26.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1721070003695786 +Info 14266[11:03:26.509] Format host information updated +Info 14267[11:03:26.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14268[11:03:26.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 23.01077300030738ms +Info 14269[11:03:26.595] Different program with same set of files +Info 14270[11:03:26.595] getCompletionData: Get current token: 0.011392999906092882 +Info 14271[11:03:26.595] getCompletionData: Is inside comment: 0.004037000238895416 +Info 14272[11:03:26.595] getCompletionData: Get previous token: 0.062243000138551 +Info 14273[11:03:26.596] getCompletionsAtPosition: isCompletionListBlocker: 0.004532999824732542 +Info 14274[11:03:26.597] getCompletionData: Semantic work: 1.7605730001814663 +Info 14275[11:03:26.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.127358999568969 +Info 14276[11:03:26.599] Format host information updated +Info 14277[11:03:28.116] Format host information updated +Info 14278[11:03:28.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14279[11:03:28.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 8.156667000148445ms +Info 14280[11:03:28.124] Different program with same set of files +Info 14281[11:03:30.154] Format host information updated +Info 14282[11:03:30.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14283[11:03:30.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 7.533743999898434ms +Info 14284[11:03:30.162] Different program with same set of files +Info 14285[11:03:30.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14286[11:03:30.319] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 8.428201000206172ms +Info 14287[11:03:30.319] Different program with same set of files +Info 14288[11:03:30.319] getCompletionData: Get current token: 0.0053820000030100346 +Info 14289[11:03:30.319] getCompletionData: Is inside comment: 0.002942000050097704 +Info 14290[11:03:30.319] getCompletionData: Get previous token: 0.03839499969035387 +Info 14291[11:03:30.319] getCompletionsAtPosition: isCompletionListBlocker: 0.007734999991953373 +Info 14292[11:03:30.320] getExportInfoMap: cache hit +Info 14293[11:03:30.324] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 14294[11:03:30.324] collectAutoImports: response is complete +Info 14295[11:03:30.324] collectAutoImports: 3.770314000081271 +Info 14296[11:03:30.324] getCompletionData: Semantic work: 4.616738999728113 +Info 14297[11:03:30.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6036580000072718 +Info 14298[11:03:30.326] Format host information updated +Info 14299[11:03:31.048] Format host information updated +Info 14300[11:03:31.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14301[11:03:31.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 7.88465700019151ms +Info 14302[11:03:31.056] Different program with same set of files +Info 14303[11:03:33.604] Format host information updated +Info 14304[11:03:33.604] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14305[11:03:33.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 9.202525000087917ms +Info 14306[11:03:33.613] Different program with same set of files +Info 14307[11:03:33.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14308[11:03:33.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 8.157056000083685ms +Info 14309[11:03:33.797] Different program with same set of files +Info 14310[11:03:33.797] getCompletionData: Get current token: 0.004958000034093857 +Info 14311[11:03:33.797] getCompletionData: Is inside comment: 0.0017499998211860657 +Info 14312[11:03:33.797] getCompletionData: Get previous token: 0.03030500002205372 +Info 14313[11:03:33.797] getCompletionsAtPosition: isCompletionListBlocker: 0.001960999798029661 +Info 14314[11:03:33.797] Returning an empty list because completion was requested in an invalid position. +Info 14315[11:03:33.797] Format host information updated +Info 14316[11:03:33.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14317[11:03:33.891] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 9.787707000039518ms +Info 14318[11:03:33.891] Different program with same set of files +Info 14319[11:03:33.891] getCompletionData: Get current token: 0.004718000069260597 +Info 14320[11:03:33.891] getCompletionData: Is inside comment: 0.001563000027090311 +Info 14321[11:03:33.891] getCompletionData: Get previous token: 0.027999999932944775 +Info 14322[11:03:33.891] getCompletionsAtPosition: isCompletionListBlocker: 0.0022089998237788677 +Info 14323[11:03:33.891] Returning an empty list because completion was requested in an invalid position. +Info 14324[11:03:33.892] Format host information updated +Info 14325[11:03:34.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14326[11:03:34.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 7.788702999707311ms +Info 14327[11:03:34.008] Different program with same set of files +Info 14328[11:03:34.008] getCompletionData: Get current token: 0.004679999779909849 +Info 14329[11:03:34.008] getCompletionData: Is inside comment: 0.001703999936580658 +Info 14330[11:03:34.008] getCompletionData: Get previous token: 0.02972900029271841 +Info 14331[11:03:34.008] getCompletionsAtPosition: isCompletionListBlocker: 0.0018080002628266811 +Info 14332[11:03:34.008] Returning an empty list because completion was requested in an invalid position. +Info 14333[11:03:34.008] Format host information updated +Info 14334[11:03:34.177] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14335[11:03:34.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 7.0657510003075ms +Info 14336[11:03:34.185] Different program with same set of files +Info 14337[11:03:34.185] getCompletionData: Get current token: 0.004335999954491854 +Info 14338[11:03:34.185] getCompletionData: Is inside comment: 0.0014319997280836105 +Info 14339[11:03:34.185] getCompletionData: Get previous token: 0.026995999738574028 +Info 14340[11:03:34.185] getCompletionsAtPosition: isCompletionListBlocker: 0.0019180001690983772 +Info 14341[11:03:34.185] Returning an empty list because completion was requested in an invalid position. +Info 14342[11:03:34.185] Format host information updated +Info 14343[11:03:34.430] Format host information updated +Info 14344[11:03:34.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14345[11:03:34.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 10.35904200002551ms +Info 14346[11:03:34.440] Different program with same set of files +Info 14347[11:03:36.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14348[11:03:36.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 7.178037000354379ms +Info 14349[11:03:36.050] Different program with same set of files +Info 14350[11:03:36.051] getCompletionData: Get current token: 0.003765000030398369 +Info 14351[11:03:36.051] getCompletionData: Is inside comment: 0.0012519997544586658 +Info 14352[11:03:36.051] getCompletionData: Get previous token: 0.019096999894827604 +Info 14353[11:03:36.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0019450001418590546 +Info 14354[11:03:36.051] getCompletionData: Semantic work: 0.7573649999685585 +Info 14355[11:03:36.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08571499958634377 +Info 14356[11:03:36.052] Format host information updated +Info 14357[11:03:36.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14358[11:03:36.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 7.3286979999393225ms +Info 14359[11:03:36.248] Different program with same set of files +Info 14360[11:03:36.249] getCompletionData: Get current token: 0.004645999986678362 +Info 14361[11:03:36.249] getCompletionData: Is inside comment: 0.0013740002177655697 +Info 14362[11:03:36.249] getCompletionData: Get previous token: 0.026561000384390354 +Info 14363[11:03:36.249] getCompletionsAtPosition: isCompletionListBlocker: 0.0020749997347593307 +Info 14364[11:03:36.249] getCompletionData: Semantic work: 0.7038309997878969 +Info 14365[11:03:36.249] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05009099980816245 +Info 14366[11:03:36.250] Format host information updated +Info 14367[11:03:36.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14368[11:03:36.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 7.328538999892771ms +Info 14369[11:03:36.351] Different program with same set of files +Info 14370[11:03:36.351] getCompletionData: Get current token: 0.004474000073969364 +Info 14371[11:03:36.351] getCompletionData: Is inside comment: 0.0014339997433125973 +Info 14372[11:03:36.351] getCompletionData: Get previous token: 0.030447999946773052 +Info 14373[11:03:36.351] getCompletionsAtPosition: isCompletionListBlocker: 0.0024939998984336853 +Info 14374[11:03:36.352] getCompletionData: Semantic work: 0.7596609997563064 +Info 14375[11:03:36.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.054672999773174524 +Info 14376[11:03:36.354] Format host information updated +Info 14377[11:03:36.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14378[11:03:36.499] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 9.656422999687493ms +Info 14379[11:03:36.499] Different program with same set of files +Info 14380[11:03:36.499] getCompletionData: Get current token: 0.00573199987411499 +Info 14381[11:03:36.499] getCompletionData: Is inside comment: 0.0018919999711215496 +Info 14382[11:03:36.499] getCompletionData: Get previous token: 0.035598000045865774 +Info 14383[11:03:36.499] getCompletionsAtPosition: isCompletionListBlocker: 0.002483000047504902 +Info 14384[11:03:36.500] getCompletionData: Semantic work: 0.8924600002355874 +Info 14385[11:03:36.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06651000026613474 +Info 14386[11:03:36.500] Format host information updated +Info 14387[11:03:36.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14388[11:03:36.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 9.170638999901712ms +Info 14389[11:03:36.616] Different program with same set of files +Info 14390[11:03:36.616] getCompletionData: Get current token: 0.004479000344872475 +Info 14391[11:03:36.616] getCompletionData: Is inside comment: 0.0014320001937448978 +Info 14392[11:03:36.616] getCompletionData: Get previous token: 0.028003999963402748 +Info 14393[11:03:36.616] getCompletionsAtPosition: isCompletionListBlocker: 0.002662000246345997 +Info 14394[11:03:36.617] getCompletionData: Semantic work: 0.8177729998715222 +Info 14395[11:03:36.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.053902000188827515 +Info 14396[11:03:36.618] Format host information updated +Info 14397[11:03:36.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14398[11:03:36.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 13.601574999745935ms +Info 14399[11:03:36.685] Different program with same set of files +Info 14400[11:03:36.686] getCompletionData: Get current token: 0.01078200014308095 +Info 14401[11:03:36.686] getCompletionData: Is inside comment: 0.0038200002163648605 +Info 14402[11:03:36.686] getCompletionData: Get previous token: 0.06710799969732761 +Info 14403[11:03:36.686] getCompletionsAtPosition: isCompletionListBlocker: 0.004505999851971865 +Info 14404[11:03:36.687] getCompletionData: Semantic work: 1.5261050001718104 +Info 14405[11:03:36.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10549500025808811 +Info 14406[11:03:36.688] Format host information updated +Info 14407[11:03:37.746] Format host information updated +Info 14408[11:03:37.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14409[11:03:37.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 7.083010999951512ms +Info 14410[11:03:37.753] Different program with same set of files +Info 14411[11:03:39.468] Format host information updated +Info 14412[11:03:39.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14413[11:03:39.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 9.583908000029624ms +Info 14414[11:03:39.478] Different program with same set of files +Info 14415[11:03:39.585] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14416[11:03:39.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 7.46280699968338ms +Info 14417[11:03:39.592] Different program with same set of files +Info 14418[11:03:39.592] getCompletionData: Get current token: 0.005043999757617712 +Info 14419[11:03:39.592] getCompletionData: Is inside comment: 0.001680999994277954 +Info 14420[11:03:39.592] getCompletionData: Get previous token: 0.0361239998601377 +Info 14421[11:03:39.592] getCompletionsAtPosition: isCompletionListBlocker: 0.004209000151604414 +Info 14422[11:03:39.593] getCompletionData: Semantic work: 0.6601919997483492 +Info 14423[11:03:39.595] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.740568000357598 +Info 14424[11:03:39.596] Format host information updated +Info 14425[11:03:39.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14426[11:03:39.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 10.9450530000031ms +Info 14427[11:03:39.710] Different program with same set of files +Info 14428[11:03:39.710] getCompletionData: Get current token: 0.004031000193208456 +Info 14429[11:03:39.710] getCompletionData: Is inside comment: 0.0014349999837577343 +Info 14430[11:03:39.710] getCompletionData: Get previous token: 0.02533499989658594 +Info 14431[11:03:39.710] getCompletionsAtPosition: isCompletionListBlocker: 0.003962999675422907 +Info 14432[11:03:39.710] getCompletionData: Semantic work: 0.5943030002526939 +Info 14433[11:03:39.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3745010001584888 +Info 14434[11:03:39.713] Format host information updated +Info 14435[11:03:39.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14436[11:03:39.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 8.788037999998778ms +Info 14437[11:03:39.809] Different program with same set of files +Info 14438[11:03:39.809] getCompletionData: Get current token: 0.0056039998307824135 +Info 14439[11:03:39.809] getCompletionData: Is inside comment: 0.0022899997420608997 +Info 14440[11:03:39.809] getCompletionData: Get previous token: 0.03479199996218085 +Info 14441[11:03:39.809] getCompletionsAtPosition: isCompletionListBlocker: 0.003877000417560339 +Info 14442[11:03:39.810] getCompletionData: Semantic work: 0.6917860000394285 +Info 14443[11:03:39.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3525620000436902 +Info 14444[11:03:39.812] Format host information updated +Info 14445[11:03:39.957] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14446[11:03:39.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 30.87051000026986ms +Info 14447[11:03:39.988] Different program with same set of files +Info 14448[11:03:39.988] getCompletionData: Get current token: 0.014343999791890383 +Info 14449[11:03:39.988] getCompletionData: Is inside comment: 0.0043750000186264515 +Info 14450[11:03:39.988] getCompletionData: Get previous token: 0.07885400019586086 +Info 14451[11:03:39.989] getCompletionsAtPosition: isCompletionListBlocker: 0.006302000023424625 +Info 14452[11:03:39.990] getExportInfoMap: cache hit +Info 14453[11:03:40.015] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 14454[11:03:40.015] collectAutoImports: response is complete +Info 14455[11:03:40.015] collectAutoImports: 24.84847699990496 +Info 14456[11:03:40.015] getCompletionData: Semantic work: 26.331553999800235 +Info 14457[11:03:40.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.961855000350624 +Info 14458[11:03:40.023] Format host information updated +Info 14459[11:03:40.034] Format host information updated +Info 14460[11:03:40.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14461[11:03:40.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 9.400832999963313ms +Info 14462[11:03:40.044] Different program with same set of files +Info 14463[11:03:40.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14464[11:03:40.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 8.013824000023305ms +Info 14465[11:03:40.276] Different program with same set of files +Info 14466[11:03:40.276] getCompletionData: Get current token: 0.003886999562382698 +Info 14467[11:03:40.276] getCompletionData: Is inside comment: 0.0011649997904896736 +Info 14468[11:03:40.276] getCompletionData: Get previous token: 0.028870999813079834 +Info 14469[11:03:40.276] getCompletionsAtPosition: isCompletionListBlocker: 0.00252100033685565 +Info 14470[11:03:40.277] getExportInfoMap: cache hit +Info 14471[11:03:40.283] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 14472[11:03:40.283] collectAutoImports: response is complete +Info 14473[11:03:40.283] collectAutoImports: 6.022640999872237 +Info 14474[11:03:40.283] getCompletionData: Semantic work: 6.77017500018701 +Info 14475[11:03:40.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0552880000323057 +Info 14476[11:03:40.287] Format host information updated +Info 14477[11:03:40.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14478[11:03:40.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 8.358773000072688ms +Info 14479[11:03:40.404] Different program with same set of files +Info 14480[11:03:40.404] getCompletionData: Get current token: 0.00432599987834692 +Info 14481[11:03:40.404] getCompletionData: Is inside comment: 0.001443999819457531 +Info 14482[11:03:40.404] getCompletionData: Get previous token: 0.02915599988773465 +Info 14483[11:03:40.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0024339999072253704 +Info 14484[11:03:40.405] getExportInfoMap: cache hit +Info 14485[11:03:40.410] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 59 from cache +Info 14486[11:03:40.410] collectAutoImports: response is complete +Info 14487[11:03:40.410] collectAutoImports: 4.3707179999910295 +Info 14488[11:03:40.410] getCompletionData: Semantic work: 5.109207000117749 +Info 14489[11:03:40.411] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6610659998841584 +Info 14490[11:03:40.412] Format host information updated +Info 14491[11:03:40.457] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14492[11:03:40.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 11.101009000092745ms +Info 14493[11:03:40.468] Different program with same set of files +Info 14494[11:03:40.468] getCompletionData: Get current token: 0.009100999683141708 +Info 14495[11:03:40.468] getCompletionData: Is inside comment: 0.002733999863266945 +Info 14496[11:03:40.468] getCompletionData: Get previous token: 0.0643079997971654 +Info 14497[11:03:40.468] getCompletionsAtPosition: isCompletionListBlocker: 0.0032759997993707657 +Info 14498[11:03:40.469] getExportInfoMap: cache hit +Info 14499[11:03:40.473] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 16 from cache +Info 14500[11:03:40.473] collectAutoImports: response is complete +Info 14501[11:03:40.473] collectAutoImports: 3.6978110000491142 +Info 14502[11:03:40.473] getCompletionData: Semantic work: 4.779744000174105 +Info 14503[11:03:40.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8367650001309812 +Info 14504[11:03:40.476] Format host information updated +Info 14505[11:03:40.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14506[11:03:40.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 12.189085999969393ms +Info 14507[11:03:40.545] Different program with same set of files +Info 14508[11:03:40.546] getCompletionData: Get current token: 0.007304000202566385 +Info 14509[11:03:40.546] getCompletionData: Is inside comment: 0.0024709999561309814 +Info 14510[11:03:40.546] getCompletionData: Get previous token: 0.054107999894768 +Info 14511[11:03:40.546] getCompletionsAtPosition: isCompletionListBlocker: 0.003929999656975269 +Info 14512[11:03:40.547] getExportInfoMap: cache hit +Info 14513[11:03:40.551] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 14514[11:03:40.551] collectAutoImports: response is complete +Info 14515[11:03:40.551] collectAutoImports: 4.3030039998702705 +Info 14516[11:03:40.551] getCompletionData: Semantic work: 5.392277999781072 +Info 14517[11:03:40.553] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2005059998482466 +Info 14518[11:03:40.557] Format host information updated +Info 14519[11:03:40.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14520[11:03:40.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 7.655257999897003ms +Info 14521[11:03:40.672] Different program with same set of files +Info 14522[11:03:40.672] getCompletionData: Get current token: 0.005036999937146902 +Info 14523[11:03:40.672] getCompletionData: Is inside comment: 0.0015740003436803818 +Info 14524[11:03:40.672] getCompletionData: Get previous token: 0.03255799971520901 +Info 14525[11:03:40.672] getCompletionsAtPosition: isCompletionListBlocker: 0.0024170000106096268 +Info 14526[11:03:40.673] getExportInfoMap: cache hit +Info 14527[11:03:40.675] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14528[11:03:40.675] collectAutoImports: response is complete +Info 14529[11:03:40.675] collectAutoImports: 2.220869000069797 +Info 14530[11:03:40.675] getCompletionData: Semantic work: 2.8793140002526343 +Info 14531[11:03:40.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4620980001054704 +Info 14532[11:03:40.677] Format host information updated +Info 14533[11:04:16.261] Format host information updated +Info 14534[11:04:16.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14535[11:04:16.271] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 9.69316800031811ms +Info 14536[11:04:16.271] Different program with same set of files +Info 14537[11:04:17.429] Format host information updated +Info 14538[11:04:17.429] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14539[11:04:17.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 10.784007000271231ms +Info 14540[11:04:17.440] Different program with same set of files +Info 14541[11:04:18.536] Format host information updated +Info 14542[11:04:18.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14543[11:04:18.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 9.932765999808908ms +Info 14544[11:04:18.546] Different program with same set of files +Info 14545[11:04:20.342] Format host information updated +Info 14546[11:04:20.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14547[11:04:20.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 9.13120699999854ms +Info 14548[11:04:20.351] Different program with same set of files +Info 14549[11:04:28.872] Format host information updated +Info 14550[11:04:28.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14551[11:04:28.881] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 8.339687000028789ms +Info 14552[11:04:28.881] Different program with same set of files +Info 14553[11:04:30.911] Format host information updated +Info 14554[11:04:30.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14555[11:04:30.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 8.498606000095606ms +Info 14556[11:04:30.920] Different program with same set of files +Info 14557[11:04:36.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14558[11:04:36.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 9.329841000027955ms +Info 14559[11:04:36.232] Different program with same set of files +Info 14560[11:04:36.233] getCompletionData: Get current token: 0.004259000066667795 +Info 14561[11:04:36.233] getCompletionData: Is inside comment: 0.012110000010579824 +Info 14562[11:04:36.233] getCompletionData: Get previous token: 0.10224700020626187 +Info 14563[11:04:36.233] getCompletionsAtPosition: isCompletionListBlocker: 0.02559400023892522 +Info 14564[11:04:36.234] getExportInfoMap: cache hit +Info 14565[11:04:36.236] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14566[11:04:36.236] collectAutoImports: response is complete +Info 14567[11:04:36.236] collectAutoImports: 2.1274949996732175 +Info 14568[11:04:36.236] getCompletionData: Semantic work: 2.9353149998933077 +Info 14569[11:04:36.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.486748999916017 +Info 14570[11:04:36.239] Format host information updated +Info 14571[11:04:36.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14572[11:04:36.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 8.705130999907851ms +Info 14573[11:04:36.397] Different program with same set of files +Info 14574[11:04:36.398] getCompletionData: Get current token: 0.004461999982595444 +Info 14575[11:04:36.398] getCompletionData: Is inside comment: 0.0193770001642406 +Info 14576[11:04:36.398] getCompletionData: Get previous token: 0.01346899988129735 +Info 14577[11:04:36.398] getCompletionsAtPosition: isCompletionListBlocker: 0.002443999983370304 +Info 14578[11:04:36.399] getCompletionData: Semantic work: 0.8573949998244643 +Info 14579[11:04:36.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06521100038662553 +Info 14580[11:04:36.400] Format host information updated +Info 14581[11:04:36.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14582[11:04:36.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 7.323778000194579ms +Info 14583[11:04:36.548] Different program with same set of files +Info 14584[11:04:36.548] getCompletionData: Get current token: 0.0036909999325871468 +Info 14585[11:04:36.548] getCompletionData: Is inside comment: 0.014392000157386065 +Info 14586[11:04:36.548] getCompletionData: Get previous token: 0.023579999804496765 +Info 14587[11:04:36.548] getCompletionsAtPosition: isCompletionListBlocker: 0.0021569998934865 +Info 14588[11:04:36.549] getCompletionData: Semantic work: 0.7616130001842976 +Info 14589[11:04:36.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06249500019475818 +Info 14590[11:04:36.549] Format host information updated +Info 14591[11:04:36.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14592[11:04:36.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 16.393199000041932ms +Info 14593[11:04:36.732] Different program with same set of files +Info 14594[11:04:36.732] getCompletionData: Get current token: 0.009914999827742577 +Info 14595[11:04:36.732] getCompletionData: Is inside comment: 0.03935900004580617 +Info 14596[11:04:36.732] getCompletionData: Get previous token: 0.061991999857127666 +Info 14597[11:04:36.732] getCompletionsAtPosition: isCompletionListBlocker: 0.004966000095009804 +Info 14598[11:04:36.734] getCompletionData: Semantic work: 1.8001959999091923 +Info 14599[11:04:36.734] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14496400021016598 +Info 14600[11:04:36.735] Format host information updated +Info 14601[11:04:36.779] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14602[11:04:36.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 13.070255999919027ms +Info 14603[11:04:36.792] Different program with same set of files +Info 14604[11:04:36.792] getCompletionData: Get current token: 0.005375999957323074 +Info 14605[11:04:36.792] getCompletionData: Is inside comment: 0.021130000241100788 +Info 14606[11:04:36.792] getCompletionData: Get previous token: 0.033655000384896994 +Info 14607[11:04:36.793] getCompletionsAtPosition: isCompletionListBlocker: 0.002950000111013651 +Info 14608[11:04:36.794] getCompletionData: Semantic work: 1.0898429998196661 +Info 14609[11:04:36.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08594900043681264 +Info 14610[11:04:36.794] Format host information updated +Info 14611[11:04:36.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14612[11:04:36.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 8.06405600020662ms +Info 14613[11:04:36.852] Different program with same set of files +Info 14614[11:04:36.852] getCompletionData: Get current token: 0.004000000189989805 +Info 14615[11:04:36.852] getCompletionData: Is inside comment: 0.013081999961286783 +Info 14616[11:04:36.852] getCompletionData: Get previous token: 0.020308999810367823 +Info 14617[11:04:36.852] getCompletionsAtPosition: isCompletionListBlocker: 0.0025450000539422035 +Info 14618[11:04:36.853] getCompletionData: Semantic work: 0.7544579999521375 +Info 14619[11:04:36.853] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07683799974620342 +Info 14620[11:04:36.854] Format host information updated +Info 14621[11:04:37.475] Format host information updated +Info 14622[11:04:37.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14623[11:04:37.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 8.910823999904096ms +Info 14624[11:04:37.484] Different program with same set of files +Info 14625[11:04:39.530] Format host information updated +Info 14626[11:04:39.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14627[11:04:39.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 14.658015000168234ms +Info 14628[11:04:39.545] Different program with same set of files +Info 14629[11:04:39.788] Format host information updated +Info 14630[11:04:39.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14631[11:04:39.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 10.060486000031233ms +Info 14632[11:04:39.799] Different program with same set of files +Info 14633[11:04:50.974] Format host information updated +Info 14634[11:04:50.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14635[11:04:50.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 16.823495000135154ms +Info 14636[11:04:50.991] Different program with same set of files +Info 14637[11:04:52.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14638[11:04:52.273] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 12.781597000081092ms +Info 14639[11:04:52.273] Different program with same set of files +Info 14640[11:04:52.273] getCompletionData: Get current token: 0.006058999802917242 +Info 14641[11:04:52.273] getCompletionData: Is inside comment: 0.02219400042667985 +Info 14642[11:04:52.273] getCompletionData: Get previous token: 0.023547000251710415 +Info 14643[11:04:52.274] getCompletionsAtPosition: isCompletionListBlocker: 0.0077669997699558735 +Info 14644[11:04:52.274] getExportInfoMap: cache hit +Info 14645[11:04:52.297] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 14646[11:04:52.297] collectAutoImports: response is complete +Info 14647[11:04:52.297] collectAutoImports: 23.01435300009325 +Info 14648[11:04:52.297] getCompletionData: Semantic work: 23.860464999917895 +Info 14649[11:04:52.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.573492000345141 +Info 14650[11:04:52.308] Format host information updated +Info 14651[11:04:52.347] Format host information updated +Info 14652[11:04:52.347] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14653[11:04:52.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 9.350114999804646ms +Info 14654[11:04:52.356] Different program with same set of files +Info 14655[11:04:52.508] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14656[11:04:52.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 10.803375999908894ms +Info 14657[11:04:52.518] Different program with same set of files +Info 14658[11:04:52.519] getCompletionData: Get current token: 0.004791999701410532 +Info 14659[11:04:52.519] getCompletionData: Is inside comment: 0.014620999805629253 +Info 14660[11:04:52.519] getCompletionData: Get previous token: 0.011823000386357307 +Info 14661[11:04:52.519] getCompletionsAtPosition: isCompletionListBlocker: 0.003488000016659498 +Info 14662[11:04:52.519] getExportInfoMap: cache hit +Info 14663[11:04:52.537] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 14664[11:04:52.537] collectAutoImports: response is complete +Info 14665[11:04:52.537] collectAutoImports: 17.16423900006339 +Info 14666[11:04:52.537] getCompletionData: Semantic work: 17.78663200000301 +Info 14667[11:04:52.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.723824999760836 +Info 14668[11:04:52.547] Format host information updated +Info 14669[11:04:52.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14670[11:04:52.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 9.044145999941975ms +Info 14671[11:04:52.798] Different program with same set of files +Info 14672[11:04:52.798] getCompletionData: Get current token: 0.004147000145167112 +Info 14673[11:04:52.798] getCompletionData: Is inside comment: 0.011225000023841858 +Info 14674[11:04:52.798] getCompletionData: Get previous token: 0.017384999897331 +Info 14675[11:04:52.798] getCompletionsAtPosition: isCompletionListBlocker: 0.0030109998770058155 +Info 14676[11:04:52.798] getExportInfoMap: cache hit +Info 14677[11:04:52.803] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 129 from cache +Info 14678[11:04:52.803] collectAutoImports: response is complete +Info 14679[11:04:52.803] collectAutoImports: 4.2221399997361 +Info 14680[11:04:52.803] getCompletionData: Semantic work: 4.785978999920189 +Info 14681[11:04:52.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.91295799985528 +Info 14682[11:04:52.805] Format host information updated +Info 14683[11:04:53.037] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14684[11:04:53.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 8.037461000028998ms +Info 14685[11:04:53.045] Different program with same set of files +Info 14686[11:04:53.045] getCompletionData: Get current token: 0.004157000221312046 +Info 14687[11:04:53.045] getCompletionData: Is inside comment: 0.012871999759227037 +Info 14688[11:04:53.045] getCompletionData: Get previous token: 0.020151000004261732 +Info 14689[11:04:53.045] getCompletionsAtPosition: isCompletionListBlocker: 0.0029690000228583813 +Info 14690[11:04:53.045] getExportInfoMap: cache hit +Info 14691[11:04:53.049] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 36 from cache +Info 14692[11:04:53.049] collectAutoImports: response is complete +Info 14693[11:04:53.049] collectAutoImports: 3.3566979998722672 +Info 14694[11:04:53.049] getCompletionData: Semantic work: 3.9711919999681413 +Info 14695[11:04:53.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.785310999955982 +Info 14696[11:04:53.052] Format host information updated +Info 14697[11:04:53.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14698[11:04:53.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 8.843176000285894ms +Info 14699[11:04:53.106] Different program with same set of files +Info 14700[11:04:53.106] getCompletionData: Get current token: 0.004354000091552734 +Info 14701[11:04:53.106] getCompletionData: Is inside comment: 0.01310899993404746 +Info 14702[11:04:53.106] getCompletionData: Get previous token: 0.019857000093907118 +Info 14703[11:04:53.106] getCompletionsAtPosition: isCompletionListBlocker: 0.0028459997847676277 +Info 14704[11:04:53.108] getExportInfoMap: cache hit +Info 14705[11:04:53.110] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 14706[11:04:53.110] collectAutoImports: response is complete +Info 14707[11:04:53.110] collectAutoImports: 2.4906939999200404 +Info 14708[11:04:53.110] getCompletionData: Semantic work: 4.394929999951273 +Info 14709[11:04:53.112] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8634620001539588 +Info 14710[11:04:53.113] Format host information updated +Info 14711[11:04:53.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14712[11:04:53.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 13.947493999730796ms +Info 14713[11:04:53.191] Different program with same set of files +Info 14714[11:04:53.191] getCompletionData: Get current token: 0.013782000169157982 +Info 14715[11:04:53.191] getCompletionData: Is inside comment: 0.035287000238895416 +Info 14716[11:04:53.191] getCompletionData: Get previous token: 0.08838799968361855 +Info 14717[11:04:53.191] getCompletionsAtPosition: isCompletionListBlocker: 0.004794000182300806 +Info 14718[11:04:53.193] getExportInfoMap: cache hit +Info 14719[11:04:53.200] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 11 from cache +Info 14720[11:04:53.200] collectAutoImports: response is complete +Info 14721[11:04:53.200] collectAutoImports: 7.261620000004768 +Info 14722[11:04:53.200] getCompletionData: Semantic work: 8.76804899983108 +Info 14723[11:04:53.203] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0358929997310042 +Info 14724[11:04:53.204] Format host information updated +Info 14725[11:04:53.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14726[11:04:53.293] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 13.197683000005782ms +Info 14727[11:04:53.293] Different program with same set of files +Info 14728[11:04:53.294] getCompletionData: Get current token: 0.003794000018388033 +Info 14729[11:04:53.294] getCompletionData: Is inside comment: 0.01155199995264411 +Info 14730[11:04:53.294] getCompletionData: Get previous token: 0.01763799972832203 +Info 14731[11:04:53.294] getCompletionsAtPosition: isCompletionListBlocker: 0.0030330000445246696 +Info 14732[11:04:53.294] getExportInfoMap: cache hit +Info 14733[11:04:53.297] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 9 from cache +Info 14734[11:04:53.297] collectAutoImports: response is complete +Info 14735[11:04:53.297] collectAutoImports: 2.6014149999246 +Info 14736[11:04:53.297] getCompletionData: Semantic work: 3.3382359999231994 +Info 14737[11:04:53.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2874330002814531 +Info 14738[11:04:53.303] Format host information updated +Info 14739[11:04:53.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14740[11:04:53.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 7.51986200036481ms +Info 14741[11:04:53.359] Different program with same set of files +Info 14742[11:04:53.359] getCompletionData: Get current token: 0.00407300004735589 +Info 14743[11:04:53.359] getCompletionData: Is inside comment: 0.012319999746978283 +Info 14744[11:04:53.359] getCompletionData: Get previous token: 0.01793999969959259 +Info 14745[11:04:53.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0029910001903772354 +Info 14746[11:04:53.360] getExportInfoMap: cache hit +Info 14747[11:04:53.362] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 14748[11:04:53.362] collectAutoImports: response is complete +Info 14749[11:04:53.362] collectAutoImports: 2.1382180000655353 +Info 14750[11:04:53.362] getCompletionData: Semantic work: 3.064255000092089 +Info 14751[11:04:53.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.21496000001207 +Info 14752[11:04:53.364] Format host information updated +Info 14753[11:04:53.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14754[11:04:53.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 7.5349349998869ms +Info 14755[11:04:53.479] Different program with same set of files +Info 14756[11:04:53.479] getCompletionData: Get current token: 0.00804599979892373 +Info 14757[11:04:53.480] getCompletionData: Is inside comment: 0.023947000037878752 +Info 14758[11:04:53.480] getCompletionData: Get previous token: 0.0368930003605783 +Info 14759[11:04:53.480] getCompletionsAtPosition: isCompletionListBlocker: 0.0033950000070035458 +Info 14760[11:04:53.481] getExportInfoMap: cache hit +Info 14761[11:04:53.483] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 14762[11:04:53.483] collectAutoImports: response is complete +Info 14763[11:04:53.483] collectAutoImports: 2.4431050000712276 +Info 14764[11:04:53.483] getCompletionData: Semantic work: 3.45747600030154 +Info 14765[11:04:53.485] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4546079998835921 +Info 14766[11:04:53.487] Format host information updated +Info 14767[11:04:53.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14768[11:04:53.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 7.411161999683827ms +Info 14769[11:04:53.629] Different program with same set of files +Info 14770[11:04:53.629] getCompletionData: Get current token: 0.0036249998956918716 +Info 14771[11:04:53.629] getCompletionData: Is inside comment: 0.011051000095903873 +Info 14772[11:04:53.629] getCompletionData: Get previous token: 0.01664000004529953 +Info 14773[11:04:53.629] getCompletionsAtPosition: isCompletionListBlocker: 0.0024519995786249638 +Info 14774[11:04:53.629] getExportInfoMap: cache hit +Info 14775[11:04:53.631] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 14776[11:04:53.631] collectAutoImports: response is complete +Info 14777[11:04:53.631] collectAutoImports: 1.886412000283599 +Info 14778[11:04:53.631] getCompletionData: Semantic work: 2.3655100003816187 +Info 14779[11:04:53.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0183069999329746 +Info 14780[11:04:53.633] Format host information updated +Info 14781[11:04:53.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14782[11:04:53.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 14.371848999988288ms +Info 14783[11:04:53.801] Different program with same set of files +Info 14784[11:04:53.801] getCompletionData: Get current token: 0.003868000116199255 +Info 14785[11:04:53.801] getCompletionData: Is inside comment: 0.010892000049352646 +Info 14786[11:04:53.802] getCompletionData: Get previous token: 0.015628000255674124 +Info 14787[11:04:53.802] getCompletionsAtPosition: isCompletionListBlocker: 0.0029370002448558807 +Info 14788[11:04:53.802] getExportInfoMap: cache hit +Info 14789[11:04:53.804] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14790[11:04:53.804] collectAutoImports: response is complete +Info 14791[11:04:53.804] collectAutoImports: 1.9289210001006722 +Info 14792[11:04:53.804] getCompletionData: Semantic work: 2.414086999837309 +Info 14793[11:04:53.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0658189998939633 +Info 14794[11:04:53.806] Format host information updated +Info 14795[11:04:54.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14796[11:04:54.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 7.516718999948353ms +Info 14797[11:04:54.268] Different program with same set of files +Info 14798[11:04:54.268] getCompletionData: Get current token: 0.00406600022688508 +Info 14799[11:04:54.268] getCompletionData: Is inside comment: 0.01177200023084879 +Info 14800[11:04:54.268] getCompletionData: Get previous token: 0.009341999888420105 +Info 14801[11:04:54.268] getCompletionsAtPosition: isCompletionListBlocker: 0.006818000227212906 +Info 14802[11:04:54.268] getExportInfoMap: cache hit +Info 14803[11:04:54.281] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 14804[11:04:54.281] collectAutoImports: response is complete +Info 14805[11:04:54.281] collectAutoImports: 12.64742900012061 +Info 14806[11:04:54.281] getCompletionData: Semantic work: 13.144723000004888 +Info 14807[11:04:54.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7481280001811683 +Info 14808[11:04:54.288] Format host information updated +Info 14809[11:04:54.428] Format host information updated +Info 14810[11:04:54.429] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14811[11:04:54.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 9.182341999839991ms +Info 14812[11:04:54.438] Different program with same set of files +Info 14813[11:04:54.601] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14814[11:04:54.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 7.793228000402451ms +Info 14815[11:04:54.608] Different program with same set of files +Info 14816[11:04:54.609] getCompletionData: Get current token: 0.0052640000358223915 +Info 14817[11:04:54.609] getCompletionData: Is inside comment: 0.014796999748796225 +Info 14818[11:04:54.609] getCompletionData: Get previous token: 0.012120000086724758 +Info 14819[11:04:54.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0022389995865523815 +Info 14820[11:04:54.609] getExportInfoMap: cache hit +Info 14821[11:04:54.623] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 14822[11:04:54.623] collectAutoImports: response is complete +Info 14823[11:04:54.623] collectAutoImports: 14.255696000065655 +Info 14824[11:04:54.623] getCompletionData: Semantic work: 14.81564599974081 +Info 14825[11:04:54.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.077669999562204 +Info 14826[11:04:54.631] Format host information updated +Info 14827[11:04:54.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14828[11:04:54.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 7.08661499992013ms +Info 14829[11:04:54.667] Different program with same set of files +Info 14830[11:04:54.667] getCompletionData: Get current token: 0.0036440002731978893 +Info 14831[11:04:54.667] getCompletionData: Is inside comment: 0.012128000147640705 +Info 14832[11:04:54.667] getCompletionData: Get previous token: 0.009724999777972698 +Info 14833[11:04:54.667] getCompletionsAtPosition: isCompletionListBlocker: 0.00672700023278594 +Info 14834[11:04:54.668] getExportInfoMap: cache hit +Info 14835[11:04:54.680] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 14836[11:04:54.680] collectAutoImports: response is complete +Info 14837[11:04:54.680] collectAutoImports: 12.191376000177115 +Info 14838[11:04:54.680] getCompletionData: Semantic work: 12.70511500025168 +Info 14839[11:04:54.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3872640002518892 +Info 14840[11:04:54.686] Format host information updated +Info 14841[11:04:55.142] getCompletionData: Get current token: 0.004660999868065119 +Info 14842[11:04:55.142] getCompletionData: Is inside comment: 0.0013039996847510338 +Info 14843[11:04:55.142] getCompletionData: Get previous token: 0.012836999725550413 +Info 14844[11:04:55.142] getCompletionsAtPosition: isCompletionListBlocker: 0.0037899999879300594 +Info 14845[11:04:55.142] getExportInfoMap: cache hit +Info 14846[11:04:55.152] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 14847[11:04:55.152] collectAutoImports: response is complete +Info 14848[11:04:55.152] collectAutoImports: 9.440481999889016 +Info 14849[11:04:55.152] getCompletionData: Semantic work: 9.991417000070214 +Info 14850[11:04:55.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1249750000424683 +Info 14851[11:04:55.320] Format host information updated +Info 14852[11:04:55.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14853[11:04:55.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 7.859554000198841ms +Info 14854[11:04:55.328] Different program with same set of files +Info 14855[11:04:57.647] Format host information updated +Info 14856[11:04:57.648] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14857[11:04:57.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 663 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.97051199991256ms +Info 14858[11:04:57.659] Different program with same set of files +Info 14859[11:04:58.488] Format host information updated +Info 14860[11:04:58.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14861[11:04:58.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 664 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.725918999873102ms +Info 14862[11:04:58.502] Different program with same set of files +Info 14863[11:04:59.526] Format host information updated +Info 14864[11:04:59.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14865[11:04:59.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 7.361330999992788ms +Info 14866[11:04:59.533] Different program with same set of files +Info 14867[11:04:59.665] Format host information updated +Info 14868[11:04:59.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14869[11:04:59.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 7.5123149999417365ms +Info 14870[11:04:59.672] Different program with same set of files +Info 14871[11:05:00.926] Format host information updated +Info 14872[11:05:00.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14873[11:05:00.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 667 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.724090000148863ms +Info 14874[11:05:00.940] Different program with same set of files +Info 14875[11:05:01.704] Format host information updated +Info 14876[11:05:01.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14877[11:05:01.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 668 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.910963000264019ms +Info 14878[11:05:01.715] Different program with same set of files +Info 14879[11:05:02.396] Format host information updated +Info 14880[11:05:02.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14881[11:05:02.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 669 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.473276000004262ms +Info 14882[11:05:02.408] Different program with same set of files +Info 14883[11:05:02.722] Format host information updated +Info 14884[11:05:02.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14885[11:05:02.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 670 structureChanged: true structureIsReused:: SafeModules Elapsed: 39.26486400002614ms +Info 14886[11:05:02.762] Different program with same set of files +Info 14887[11:05:03.115] Format host information updated +Info 14888[11:05:03.115] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14889[11:05:03.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 8.855407000053674ms +Info 14890[11:05:03.124] Different program with same set of files +Info 14891[11:05:03.364] Format host information updated +Info 14892[11:05:03.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14893[11:05:03.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 7.701984999701381ms +Info 14894[11:05:03.372] Different program with same set of files +Info 14895[11:05:04.775] Format host information updated +Info 14896[11:05:04.775] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14897[11:05:04.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 8.97453900007531ms +Info 14898[11:05:04.784] Different program with same set of files +Info 14899[11:05:08.090] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14900[11:05:08.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 10.04039500001818ms +Info 14901[11:05:08.100] Different program with same set of files +Info 14902[11:05:08.101] getCompletionData: Get current token: 0.005911000072956085 +Info 14903[11:05:08.101] getCompletionData: Is inside comment: 0.0022880001924932003 +Info 14904[11:05:08.101] getCompletionData: Get previous token: 0.039570999797433615 +Info 14905[11:05:08.101] getCompletionsAtPosition: isCompletionListBlocker: 0.009801999665796757 +Info 14906[11:05:08.102] getExportInfoMap: cache hit +Info 14907[11:05:08.106] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 14908[11:05:08.106] collectAutoImports: response is complete +Info 14909[11:05:08.106] collectAutoImports: 4.579735999926925 +Info 14910[11:05:08.106] getCompletionData: Semantic work: 5.432346000336111 +Info 14911[11:05:08.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9519229996949434 +Info 14912[11:05:08.109] Format host information updated +Info 14913[11:05:08.165] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14914[11:05:08.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 9.918433000333607ms +Info 14915[11:05:08.175] Different program with same set of files +Info 14916[11:05:08.175] getCompletionData: Get current token: 0.005757000297307968 +Info 14917[11:05:08.176] getCompletionData: Is inside comment: 0.0023449999280273914 +Info 14918[11:05:08.176] getCompletionData: Get previous token: 0.03813000023365021 +Info 14919[11:05:08.176] getCompletionsAtPosition: isCompletionListBlocker: 0.010373000055551529 +Info 14920[11:05:08.176] getExportInfoMap: cache hit +Info 14921[11:05:08.179] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 14922[11:05:08.179] collectAutoImports: response is complete +Info 14923[11:05:08.179] collectAutoImports: 2.96089500002563 +Info 14924[11:05:08.179] getCompletionData: Semantic work: 3.736302999779582 +Info 14925[11:05:08.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6404659999534488 +Info 14926[11:05:08.184] Format host information updated +Info 14927[11:05:08.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14928[11:05:08.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 7.419958999846131ms +Info 14929[11:05:08.232] Different program with same set of files +Info 14930[11:05:08.232] getCompletionData: Get current token: 0.0038950000889599323 +Info 14931[11:05:08.232] getCompletionData: Is inside comment: 0.001605999656021595 +Info 14932[11:05:08.232] getCompletionData: Get previous token: 0.026070000138133764 +Info 14933[11:05:08.232] getCompletionsAtPosition: isCompletionListBlocker: 0.007581999991089106 +Info 14934[11:05:08.233] getExportInfoMap: cache hit +Info 14935[11:05:08.235] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14936[11:05:08.235] collectAutoImports: response is complete +Info 14937[11:05:08.235] collectAutoImports: 2.091345999855548 +Info 14938[11:05:08.235] getCompletionData: Semantic work: 2.686817000154406 +Info 14939[11:05:08.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.208133999723941 +Info 14940[11:05:08.237] Format host information updated +Info 14941[11:05:08.378] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14942[11:05:08.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 28.284760999958962ms +Info 14943[11:05:08.406] Different program with same set of files +Info 14944[11:05:08.407] getCompletionData: Get current token: 0.010482999961823225 +Info 14945[11:05:08.407] getCompletionData: Is inside comment: 0.002962999977171421 +Info 14946[11:05:08.407] getCompletionData: Get previous token: 0.0666970000602305 +Info 14947[11:05:08.407] getCompletionsAtPosition: isCompletionListBlocker: 0.012386000249534845 +Info 14948[11:05:08.408] getExportInfoMap: cache hit +Info 14949[11:05:08.411] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14950[11:05:08.411] collectAutoImports: response is complete +Info 14951[11:05:08.411] collectAutoImports: 3.033449999988079 +Info 14952[11:05:08.411] getCompletionData: Semantic work: 4.191389999818057 +Info 14953[11:05:08.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6442909999750555 +Info 14954[11:05:08.413] Format host information updated +Info 14955[11:05:08.438] Format host information updated +Info 14956[11:05:08.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14957[11:05:08.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 6.975932999979705ms +Info 14958[11:05:08.446] Different program with same set of files +Info 14959[11:05:08.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14960[11:05:08.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 8.170599000062793ms +Info 14961[11:05:08.615] Different program with same set of files +Info 14962[11:05:08.615] getCompletionData: Get current token: 0.004609999712556601 +Info 14963[11:05:08.615] getCompletionData: Is inside comment: 0.0017900001257658005 +Info 14964[11:05:08.615] getCompletionData: Get previous token: 0.028378000017255545 +Info 14965[11:05:08.615] getCompletionsAtPosition: isCompletionListBlocker: 0.001867000013589859 +Info 14966[11:05:08.615] Returning an empty list because completion was requested in an invalid position. +Info 14967[11:05:08.615] Format host information updated +Info 14968[11:05:08.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14969[11:05:08.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 6.9974100003018975ms +Info 14970[11:05:08.799] Different program with same set of files +Info 14971[11:05:08.800] getCompletionData: Get current token: 0.004493000451475382 +Info 14972[11:05:08.800] getCompletionData: Is inside comment: 0.0015490003861486912 +Info 14973[11:05:08.800] getCompletionData: Get previous token: 0.027144999708980322 +Info 14974[11:05:08.800] getCompletionsAtPosition: isCompletionListBlocker: 0.0017059999518096447 +Info 14975[11:05:08.800] Returning an empty list because completion was requested in an invalid position. +Info 14976[11:05:08.802] Format host information updated +Info 14977[11:05:08.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14978[11:05:08.927] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 7.185448999982327ms +Info 14979[11:05:08.928] Different program with same set of files +Info 14980[11:05:08.928] getCompletionData: Get current token: 0.004339999984949827 +Info 14981[11:05:08.928] getCompletionData: Is inside comment: 0.0016049998812377453 +Info 14982[11:05:08.928] getCompletionData: Get previous token: 0.026781999971717596 +Info 14983[11:05:08.928] getCompletionsAtPosition: isCompletionListBlocker: 0.002013999968767166 +Info 14984[11:05:08.928] Returning an empty list because completion was requested in an invalid position. +Info 14985[11:05:08.928] Format host information updated +Info 14986[11:05:09.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14987[11:05:09.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 9.209230999927968ms +Info 14988[11:05:09.074] Different program with same set of files +Info 14989[11:05:09.074] getCompletionData: Get current token: 0.003684000112116337 +Info 14990[11:05:09.074] getCompletionData: Is inside comment: 0.0013219998218119144 +Info 14991[11:05:09.074] getCompletionData: Get previous token: 0.024935999885201454 +Info 14992[11:05:09.074] getCompletionsAtPosition: isCompletionListBlocker: 0.0021600001491606236 +Info 14993[11:05:09.074] Returning an empty list because completion was requested in an invalid position. +Info 14994[11:05:09.074] Format host information updated +Info 14995[11:05:09.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14996[11:05:09.218] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 7.460367999970913ms +Info 14997[11:05:09.218] Different program with same set of files +Info 14998[11:05:09.218] getCompletionData: Get current token: 0.0046259998343884945 +Info 14999[11:05:09.218] getCompletionData: Is inside comment: 0.0014430000446736813 +Info 15000[11:05:09.218] getCompletionData: Get previous token: 0.028095000423491 +Info 15001[11:05:09.218] getCompletionsAtPosition: isCompletionListBlocker: 0.0017550000920891762 +Info 15002[11:05:09.218] Returning an empty list because completion was requested in an invalid position. +Info 15003[11:05:09.218] Format host information updated +Info 15004[11:05:09.315] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15005[11:05:09.325] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 10.036848000250757ms +Info 15006[11:05:09.325] Different program with same set of files +Info 15007[11:05:09.325] getCompletionData: Get current token: 0.004569000098854303 +Info 15008[11:05:09.325] getCompletionData: Is inside comment: 0.001417000312358141 +Info 15009[11:05:09.325] getCompletionData: Get previous token: 0.02506300015375018 +Info 15010[11:05:09.325] getCompletionsAtPosition: isCompletionListBlocker: 0.0020619998686015606 +Info 15011[11:05:09.325] Returning an empty list because completion was requested in an invalid position. +Info 15012[11:05:09.325] Format host information updated +Info 15013[11:05:09.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15014[11:05:09.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 13.483487999998033ms +Info 15015[11:05:09.393] Different program with same set of files +Info 15016[11:05:09.393] getCompletionData: Get current token: 0.008320999797433615 +Info 15017[11:05:09.393] getCompletionData: Is inside comment: 0.003793000243604183 +Info 15018[11:05:09.393] getCompletionData: Get previous token: 0.05501100001856685 +Info 15019[11:05:09.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0029799998737871647 +Info 15020[11:05:09.393] Returning an empty list because completion was requested in an invalid position. +Info 15021[11:05:09.394] Format host information updated +Info 15022[11:05:09.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15023[11:05:09.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 31.350269000045955ms +Info 15024[11:05:09.574] Different program with same set of files +Info 15025[11:05:09.575] getCompletionData: Get current token: 0.010058000218123198 +Info 15026[11:05:09.575] getCompletionData: Is inside comment: 0.003361999988555908 +Info 15027[11:05:09.575] getCompletionData: Get previous token: 0.05496999993920326 +Info 15028[11:05:09.575] getCompletionsAtPosition: isCompletionListBlocker: 0.0035219998098909855 +Info 15029[11:05:09.575] Returning an empty list because completion was requested in an invalid position. +Info 15030[11:05:09.575] Format host information updated +Info 15031[11:05:09.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15032[11:05:09.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 13.501443000044674ms +Info 15033[11:05:09.688] Different program with same set of files +Info 15034[11:05:09.688] getCompletionData: Get current token: 0.00848799990490079 +Info 15035[11:05:09.688] getCompletionData: Is inside comment: 0.003261000383645296 +Info 15036[11:05:09.688] getCompletionData: Get previous token: 0.053618999663740396 +Info 15037[11:05:09.688] getCompletionsAtPosition: isCompletionListBlocker: 0.0030580000020563602 +Info 15038[11:05:09.688] Returning an empty list because completion was requested in an invalid position. +Info 15039[11:05:09.688] Format host information updated +Info 15040[11:05:09.835] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15041[11:05:09.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 26.508210000116378ms +Info 15042[11:05:09.862] Different program with same set of files +Info 15043[11:05:09.862] getCompletionData: Get current token: 0.012184999883174896 +Info 15044[11:05:09.862] getCompletionData: Is inside comment: 0.004891000222414732 +Info 15045[11:05:09.863] getCompletionData: Get previous token: 0.07936000032350421 +Info 15046[11:05:09.863] getCompletionsAtPosition: isCompletionListBlocker: 0.011376999784260988 +Info 15047[11:05:09.863] Returning an empty list because completion was requested in an invalid position. +Info 15048[11:05:09.863] Format host information updated +Info 15049[11:05:09.975] Format host information updated +Info 15050[11:05:09.975] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15051[11:05:09.982] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 7.329152999911457ms +Info 15052[11:05:09.982] Different program with same set of files +Info 15053[11:05:10.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15054[11:05:10.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 6.929772000294179ms +Info 15055[11:05:10.071] Different program with same set of files +Info 15056[11:05:10.071] getCompletionData: Get current token: 0.005578000098466873 +Info 15057[11:05:10.071] getCompletionData: Is inside comment: 0.0014760000631213188 +Info 15058[11:05:10.071] getCompletionData: Get previous token: 0.017886999994516373 +Info 15059[11:05:10.071] getCompletionsAtPosition: isCompletionListBlocker: 0.006769000086933374 +Info 15060[11:05:10.071] getExportInfoMap: cache hit +Info 15061[11:05:10.084] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15062[11:05:10.084] collectAutoImports: response is complete +Info 15063[11:05:10.084] collectAutoImports: 12.82265800004825 +Info 15064[11:05:10.084] getCompletionData: Semantic work: 13.309473000001162 +Info 15065[11:05:10.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6344240000471473 +Info 15066[11:05:10.091] Format host information updated +Info 15067[11:05:10.141] Format host information updated +Info 15068[11:05:10.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15069[11:05:10.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 9.891671000048518ms +Info 15070[11:05:10.151] Different program with same set of files +Info 15071[11:05:11.300] Format host information updated +Info 15072[11:05:11.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15073[11:05:11.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 9.30906999995932ms +Info 15074[11:05:11.310] Different program with same set of files +Info 15075[11:05:12.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15076[11:05:12.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 6.739165999926627ms +Info 15077[11:05:12.498] Different program with same set of files +Info 15078[11:05:12.498] getCompletionData: Get current token: 0.0031159999780356884 +Info 15079[11:05:12.498] getCompletionData: Is inside comment: 0.010803999844938517 +Info 15080[11:05:12.498] getCompletionData: Get previous token: 0.019865999929606915 +Info 15081[11:05:12.498] getCompletionsAtPosition: isCompletionListBlocker: 0.0062939999625086784 +Info 15082[11:05:12.499] getExportInfoMap: cache hit +Info 15083[11:05:12.501] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15084[11:05:12.501] collectAutoImports: response is complete +Info 15085[11:05:12.501] collectAutoImports: 2.179814000148326 +Info 15086[11:05:12.501] getCompletionData: Semantic work: 2.654912000056356 +Info 15087[11:05:12.502] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0756890000775456 +Info 15088[11:05:12.506] Format host information updated +Info 15089[11:05:12.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15090[11:05:12.660] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 11.548001000192016ms +Info 15091[11:05:12.660] Different program with same set of files +Info 15092[11:05:12.661] getCompletionData: Get current token: 0.006783999968320131 +Info 15093[11:05:12.661] getCompletionData: Is inside comment: 0.02342300023883581 +Info 15094[11:05:12.661] getCompletionData: Get previous token: 0.01870799995958805 +Info 15095[11:05:12.661] getCompletionsAtPosition: isCompletionListBlocker: 0.011132999788969755 +Info 15096[11:05:12.662] getExportInfoMap: cache hit +Info 15097[11:05:12.691] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15098[11:05:12.691] collectAutoImports: response is complete +Info 15099[11:05:12.691] collectAutoImports: 29.33038099994883 +Info 15100[11:05:12.691] getCompletionData: Semantic work: 30.34558600001037 +Info 15101[11:05:12.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.654587000142783 +Info 15102[11:05:12.700] Format host information updated +Info 15103[11:05:13.748] getCompletionData: Get current token: 0.022369999904185534 +Info 15104[11:05:13.748] getCompletionData: Is inside comment: 0.007335000205785036 +Info 15105[11:05:13.748] getCompletionData: Get previous token: 0.12236400041729212 +Info 15106[11:05:13.749] getCompletionsAtPosition: isCompletionListBlocker: 0.026872000191360712 +Info 15107[11:05:13.751] getExportInfoMap: cache hit +Info 15108[11:05:13.760] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15109[11:05:13.760] collectAutoImports: response is complete +Info 15110[11:05:13.760] collectAutoImports: 8.845259999856353 +Info 15111[11:05:13.760] getCompletionData: Semantic work: 11.291786999907345 +Info 15112[11:05:13.765] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9289870001375675 +Info 15113[11:05:13.884] Format host information updated +Info 15114[11:05:13.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15115[11:05:13.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 8.52242699963972ms +Info 15116[11:05:13.893] Different program with same set of files +Info 15117[11:05:14.693] getCompletionData: Get current token: 0.0035439999774098396 +Info 15118[11:05:14.693] getCompletionData: Is inside comment: 0.04983700020238757 +Info 15119[11:05:14.693] getCompletionData: Get previous token: 0.023881000000983477 +Info 15120[11:05:14.693] getCompletionsAtPosition: isCompletionListBlocker: 0.009972999803721905 +Info 15121[11:05:14.694] getExportInfoMap: cache hit +Info 15122[11:05:14.707] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15123[11:05:14.707] collectAutoImports: response is complete +Info 15124[11:05:14.707] collectAutoImports: 13.17066300008446 +Info 15125[11:05:14.707] getCompletionData: Semantic work: 13.993626000359654 +Info 15126[11:05:14.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.9024779996834695 +Info 15127[11:05:14.949] Format host information updated +Info 15128[11:05:14.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15129[11:05:14.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 8.85746100032702ms +Info 15130[11:05:14.958] Different program with same set of files +Info 15131[11:05:15.059] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15132[11:05:15.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 7.982760999817401ms +Info 15133[11:05:15.067] Different program with same set of files +Info 15134[11:05:15.067] getCompletionData: Get current token: 0.007770999800413847 +Info 15135[11:05:15.067] getCompletionData: Is inside comment: 0.018522999715059996 +Info 15136[11:05:15.067] getCompletionData: Get previous token: 0.015866999980062246 +Info 15137[11:05:15.067] getCompletionsAtPosition: isCompletionListBlocker: 0.0017920001409947872 +Info 15138[11:05:15.067] Returning an empty list because completion was requested in an invalid position. +Info 15139[11:05:15.068] Format host information updated +Info 15140[11:05:15.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15141[11:05:15.707] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 9.825523000210524ms +Info 15142[11:05:15.707] Different program with same set of files +Info 15143[11:05:15.707] getCompletionData: Get current token: 0.00749600026756525 +Info 15144[11:05:15.707] getCompletionData: Is inside comment: 0.01903099985793233 +Info 15145[11:05:15.707] getCompletionData: Get previous token: 0.03356399992480874 +Info 15146[11:05:15.707] getCompletionsAtPosition: isCompletionListBlocker: 0.0019970000721514225 +Info 15147[11:05:15.707] Returning an empty list because completion was requested in an invalid position. +Info 15148[11:05:15.707] Format host information updated +Info 15149[11:05:16.105] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15150[11:05:16.112] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 7.54261999996379ms +Info 15151[11:05:16.112] Different program with same set of files +Info 15152[11:05:16.112] getCompletionData: Get current token: 0.0049149999395012856 +Info 15153[11:05:16.112] getCompletionData: Is inside comment: 0.018668000120669603 +Info 15154[11:05:16.112] getCompletionData: Get previous token: 0.015037999954074621 +Info 15155[11:05:16.112] getCompletionsAtPosition: isCompletionListBlocker: 0.008690999820828438 +Info 15156[11:05:16.113] getExportInfoMap: cache hit +Info 15157[11:05:16.127] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15158[11:05:16.127] collectAutoImports: response is complete +Info 15159[11:05:16.127] collectAutoImports: 13.714557000435889 +Info 15160[11:05:16.127] getCompletionData: Semantic work: 14.424411999993026 +Info 15161[11:05:16.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.941839000210166 +Info 15162[11:05:16.134] Format host information updated +Info 15163[11:05:16.286] Format host information updated +Info 15164[11:05:16.286] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15165[11:05:16.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 8.652890999801457ms +Info 15166[11:05:16.295] Different program with same set of files +Info 15167[11:05:16.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15168[11:05:16.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 8.546604999806732ms +Info 15169[11:05:16.455] Different program with same set of files +Info 15170[11:05:16.456] getCompletionData: Get current token: 0.005559000186622143 +Info 15171[11:05:16.456] getCompletionData: Is inside comment: 0.019425999838858843 +Info 15172[11:05:16.456] getCompletionData: Get previous token: 0.016262000426650047 +Info 15173[11:05:16.456] getCompletionsAtPosition: isCompletionListBlocker: 0.009800000116229057 +Info 15174[11:05:16.456] getExportInfoMap: cache hit +Info 15175[11:05:16.472] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15176[11:05:16.472] collectAutoImports: response is complete +Info 15177[11:05:16.472] collectAutoImports: 15.471727999858558 +Info 15178[11:05:16.472] getCompletionData: Semantic work: 16.20185300009325 +Info 15179[11:05:16.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.568756999913603 +Info 15180[11:05:16.480] Format host information updated +Info 15181[11:05:16.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15182[11:05:16.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 12.892897999845445ms +Info 15183[11:05:16.715] Different program with same set of files +Info 15184[11:05:16.715] getCompletionData: Get current token: 0.011064999736845493 +Info 15185[11:05:16.715] getCompletionData: Is inside comment: 0.03192500025033951 +Info 15186[11:05:16.715] getCompletionData: Get previous token: 0.02536899968981743 +Info 15187[11:05:16.715] getCompletionsAtPosition: isCompletionListBlocker: 0.013313000090420246 +Info 15188[11:05:16.716] getExportInfoMap: cache hit +Info 15189[11:05:16.735] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15190[11:05:16.735] collectAutoImports: response is complete +Info 15191[11:05:16.735] collectAutoImports: 18.692433999851346 +Info 15192[11:05:16.735] getCompletionData: Semantic work: 19.77603799989447 +Info 15193[11:05:16.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4062589998357 +Info 15194[11:05:16.743] Format host information updated +Info 15195[11:05:16.844] Format host information updated +Info 15196[11:05:16.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15197[11:05:16.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 30.95225099986419ms +Info 15198[11:05:16.875] Different program with same set of files +Info 15199[11:05:17.996] Format host information updated +Info 15200[11:05:17.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15201[11:05:18.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 7.180199999827892ms +Info 15202[11:05:18.003] Different program with same set of files +Info 15203[11:05:18.671] getCompletionData: Get current token: 0.006006999872624874 +Info 15204[11:05:18.671] getCompletionData: Is inside comment: 0.020175999961793423 +Info 15205[11:05:18.671] getCompletionData: Get previous token: 0.016770000103861094 +Info 15206[11:05:18.671] getCompletionsAtPosition: isCompletionListBlocker: 0.010276999790221453 +Info 15207[11:05:18.672] getExportInfoMap: cache hit +Info 15208[11:05:18.682] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15209[11:05:18.682] collectAutoImports: response is complete +Info 15210[11:05:18.682] collectAutoImports: 10.358227000106126 +Info 15211[11:05:18.682] getCompletionData: Semantic work: 11.001424000132829 +Info 15212[11:05:18.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.394605999812484 +Info 15213[11:05:19.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15214[11:05:19.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 9.188283000141382ms +Info 15215[11:05:19.625] Different program with same set of files +Info 15216[11:05:19.625] getCompletionData: Get current token: 0.0047599999234080315 +Info 15217[11:05:19.625] getCompletionData: Is inside comment: 0.001391999889165163 +Info 15218[11:05:19.625] getCompletionData: Get previous token: 0.022059999871999025 +Info 15219[11:05:19.625] getCompletionsAtPosition: isCompletionListBlocker: 0.007632000371813774 +Info 15220[11:05:19.625] getExportInfoMap: cache hit +Info 15221[11:05:19.627] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15222[11:05:19.627] collectAutoImports: response is complete +Info 15223[11:05:19.627] collectAutoImports: 2.0124860000796616 +Info 15224[11:05:19.627] getCompletionData: Semantic work: 2.597247999627143 +Info 15225[11:05:19.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1423649997450411 +Info 15226[11:05:19.629] Format host information updated +Info 15227[11:05:19.966] Format host information updated +Info 15228[11:05:19.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15229[11:05:19.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 7.496385999955237ms +Info 15230[11:05:19.974] Different program with same set of files +Info 15231[11:05:20.466] Format host information updated +Info 15232[11:05:20.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15233[11:05:20.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 7.214945999905467ms +Info 15234[11:05:20.474] Different program with same set of files +Info 15235[11:05:20.681] Format host information updated +Info 15236[11:05:20.682] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15237[11:05:20.692] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 10.047751999925822ms +Info 15238[11:05:20.692] Different program with same set of files +Info 15239[11:05:22.395] getCompletionData: Get current token: 0.00392800010740757 +Info 15240[11:05:22.395] getCompletionData: Is inside comment: 0.011290000285953283 +Info 15241[11:05:22.395] getCompletionData: Get previous token: 0.008621999993920326 +Info 15242[11:05:22.395] getCompletionsAtPosition: isCompletionListBlocker: 0.010069000069051981 +Info 15243[11:05:22.396] getExportInfoMap: cache hit +Info 15244[11:05:22.409] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15245[11:05:22.409] collectAutoImports: response is complete +Info 15246[11:05:22.409] collectAutoImports: 12.550259999930859 +Info 15247[11:05:22.409] getCompletionData: Semantic work: 13.245997000019997 +Info 15248[11:05:22.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.846374999731779 +Info 15249[11:05:22.543] Format host information updated +Info 15250[11:05:22.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15251[11:05:22.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 6.508547000121325ms +Info 15252[11:05:22.549] Different program with same set of files +Info 15253[11:05:22.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15254[11:05:22.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 8.969353000167757ms +Info 15255[11:05:22.926] Different program with same set of files +Info 15256[11:05:22.926] getCompletionData: Get current token: 0.007786999922245741 +Info 15257[11:05:22.926] getCompletionData: Is inside comment: 0.013969999738037586 +Info 15258[11:05:22.926] getCompletionData: Get previous token: 0.011547999922186136 +Info 15259[11:05:22.926] getCompletionsAtPosition: isCompletionListBlocker: 0.0025049997493624687 +Info 15260[11:05:22.927] getCompletionData: Semantic work: 0.4815750000998378 +Info 15261[11:05:22.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2329470003023744 +Info 15262[11:05:22.929] Format host information updated +Info 15263[11:05:22.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15264[11:05:22.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 13.867953999899328ms +Info 15265[11:05:22.995] Different program with same set of files +Info 15266[11:05:22.995] getCompletionData: Get current token: 0.00967200007289648 +Info 15267[11:05:22.995] getCompletionData: Is inside comment: 0.029347999952733517 +Info 15268[11:05:22.995] getCompletionData: Get previous token: 0.02218300011008978 +Info 15269[11:05:22.996] getCompletionsAtPosition: isCompletionListBlocker: 0.01449500024318695 +Info 15270[11:05:22.996] getExportInfoMap: cache hit +Info 15271[11:05:23.018] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15272[11:05:23.018] collectAutoImports: response is complete +Info 15273[11:05:23.018] collectAutoImports: 21.847827999852598 +Info 15274[11:05:23.018] getCompletionData: Semantic work: 22.88387000001967 +Info 15275[11:05:23.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.494013000279665 +Info 15276[11:05:23.027] Format host information updated +Info 15277[11:05:23.522] getCompletionData: Get current token: 0.005212999880313873 +Info 15278[11:05:23.522] getCompletionData: Is inside comment: 0.0017679999582469463 +Info 15279[11:05:23.522] getCompletionData: Get previous token: 0.013532000128179789 +Info 15280[11:05:23.522] getCompletionsAtPosition: isCompletionListBlocker: 0.0033380002714693546 +Info 15281[11:05:23.522] getCompletionData: Semantic work: 0.47326999995857477 +Info 15282[11:05:23.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9773749997839332 +Info 15283[11:05:24.319] getCompletionData: Get current token: 0.007799999788403511 +Info 15284[11:05:24.319] getCompletionData: Is inside comment: 0.0018619997426867485 +Info 15285[11:05:24.319] getCompletionData: Get previous token: 0.014116000384092331 +Info 15286[11:05:24.319] getCompletionsAtPosition: isCompletionListBlocker: 0.0033990000374615192 +Info 15287[11:05:24.320] getCompletionData: Semantic work: 0.4402169999666512 +Info 15288[11:05:24.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0087970001623034 +Info 15289[11:05:24.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15290[11:05:24.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 7.209367000032216ms +Info 15291[11:05:24.884] Different program with same set of files +Info 15292[11:05:24.884] getCompletionData: Get current token: 0.004284000024199486 +Info 15293[11:05:24.884] getCompletionData: Is inside comment: 0.0012179999612271786 +Info 15294[11:05:24.884] getCompletionData: Get previous token: 0.07216499978676438 +Info 15295[11:05:24.884] getCompletionsAtPosition: isCompletionListBlocker: 0.00214900029823184 +Info 15296[11:05:24.885] getCompletionData: Semantic work: 0.5963940001092851 +Info 15297[11:05:24.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1292240000329912 +Info 15298[11:05:24.886] Format host information updated +Info 15299[11:05:25.008] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15300[11:05:25.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 7.287488999776542ms +Info 15301[11:05:25.016] Different program with same set of files +Info 15302[11:05:25.016] getCompletionData: Get current token: 0.004737999755889177 +Info 15303[11:05:25.016] getCompletionData: Is inside comment: 0.0013369997031986713 +Info 15304[11:05:25.016] getCompletionData: Get previous token: 0.026169999968260527 +Info 15305[11:05:25.016] getCompletionsAtPosition: isCompletionListBlocker: 0.002116999588906765 +Info 15306[11:05:25.016] getCompletionData: Semantic work: 0.4640130000188947 +Info 15307[11:05:25.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2964230002835393 +Info 15308[11:05:25.020] Format host information updated +Info 15309[11:05:25.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15310[11:05:25.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 26.421283999923617ms +Info 15311[11:05:25.108] Different program with same set of files +Info 15312[11:05:25.109] getCompletionData: Get current token: 0.014045000076293945 +Info 15313[11:05:25.109] getCompletionData: Is inside comment: 0.004098000004887581 +Info 15314[11:05:25.109] getCompletionData: Get previous token: 0.07988299988210201 +Info 15315[11:05:25.109] getCompletionsAtPosition: isCompletionListBlocker: 0.005617000162601471 +Info 15316[11:05:25.110] getCompletionData: Semantic work: 1.14990200009197 +Info 15317[11:05:25.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.673214999958873 +Info 15318[11:05:25.114] Format host information updated +Info 15319[11:05:25.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15320[11:05:25.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 9.793841999955475ms +Info 15321[11:05:25.305] Different program with same set of files +Info 15322[11:05:25.305] getCompletionData: Get current token: 0.0056039998307824135 +Info 15323[11:05:25.305] getCompletionData: Is inside comment: 0.0015080003067851067 +Info 15324[11:05:25.305] getCompletionData: Get previous token: 0.02264899993315339 +Info 15325[11:05:25.305] getCompletionsAtPosition: isCompletionListBlocker: 0.0026709996163845062 +Info 15326[11:05:25.306] getExportInfoMap: cache hit +Info 15327[11:05:25.317] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15328[11:05:25.317] collectAutoImports: response is complete +Info 15329[11:05:25.317] collectAutoImports: 10.886818999890238 +Info 15330[11:05:25.317] getCompletionData: Semantic work: 11.4413590002805 +Info 15331[11:05:25.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8989740000106394 +Info 15332[11:05:25.325] Format host information updated +Info 15333[11:05:25.377] Format host information updated +Info 15334[11:05:25.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15335[11:05:25.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 9.721617999952286ms +Info 15336[11:05:25.387] Different program with same set of files +Info 15337[11:05:26.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15338[11:05:26.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 8.768199000041932ms +Info 15339[11:05:26.756] Different program with same set of files +Info 15340[11:05:26.756] getCompletionData: Get current token: 0.004234000109136105 +Info 15341[11:05:26.756] getCompletionData: Is inside comment: 0.0011989995837211609 +Info 15342[11:05:26.756] getCompletionData: Get previous token: 0.02067500026896596 +Info 15343[11:05:26.756] getCompletionsAtPosition: isCompletionListBlocker: 0.0027959998697042465 +Info 15344[11:05:26.757] getExportInfoMap: cache hit +Info 15345[11:05:26.768] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15346[11:05:26.768] collectAutoImports: response is complete +Info 15347[11:05:26.768] collectAutoImports: 11.518427999690175 +Info 15348[11:05:26.768] getCompletionData: Semantic work: 12.086291000247002 +Info 15349[11:05:26.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.623680000193417 +Info 15350[11:05:26.775] Format host information updated +Info 15351[11:05:26.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15352[11:05:26.829] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 9.494369000196457ms +Info 15353[11:05:26.829] Different program with same set of files +Info 15354[11:05:26.829] getCompletionData: Get current token: 0.007672999985516071 +Info 15355[11:05:26.829] getCompletionData: Is inside comment: 0.0019350000657141209 +Info 15356[11:05:26.829] getCompletionData: Get previous token: 0.03513299999758601 +Info 15357[11:05:26.829] getCompletionsAtPosition: isCompletionListBlocker: 0.010319000110030174 +Info 15358[11:05:26.830] getCompletionData: Semantic work: 0.6701610004529357 +Info 15359[11:05:26.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.684065000154078 +Info 15360[11:05:26.832] Format host information updated +Info 15361[11:05:27.209] getCompletionData: Get current token: 0.005903000012040138 +Info 15362[11:05:27.209] getCompletionData: Is inside comment: 0.0018629999831318855 +Info 15363[11:05:27.210] getCompletionData: Get previous token: 0.016643000300973654 +Info 15364[11:05:27.210] getCompletionsAtPosition: isCompletionListBlocker: 0.003480999730527401 +Info 15365[11:05:27.210] getExportInfoMap: cache hit +Info 15366[11:05:27.222] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15367[11:05:27.222] collectAutoImports: response is complete +Info 15368[11:05:27.222] collectAutoImports: 11.635919000022113 +Info 15369[11:05:27.222] getCompletionData: Semantic work: 12.264879000373185 +Info 15370[11:05:27.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5647660000249743 +Info 15371[11:05:27.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15372[11:05:27.414] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 7.481259000021964ms +Info 15373[11:05:27.414] Different program with same set of files +Info 15374[11:05:27.415] getCompletionData: Get current token: 0.005260999780148268 +Info 15375[11:05:27.415] getCompletionData: Is inside comment: 0.001362999901175499 +Info 15376[11:05:27.415] getCompletionData: Get previous token: 0.025346999987959862 +Info 15377[11:05:27.415] getCompletionsAtPosition: isCompletionListBlocker: 0.0028060004115104675 +Info 15378[11:05:27.415] getExportInfoMap: cache hit +Info 15379[11:05:27.420] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 15380[11:05:27.420] collectAutoImports: response is complete +Info 15381[11:05:27.420] collectAutoImports: 5.385087000206113 +Info 15382[11:05:27.420] getCompletionData: Semantic work: 5.85586000001058 +Info 15383[11:05:27.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4786930000409484 +Info 15384[11:05:27.425] Format host information updated +Info 15385[11:05:27.606] Format host information updated +Info 15386[11:05:27.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15387[11:05:27.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 7.497359000146389ms +Info 15388[11:05:27.614] Different program with same set of files +Info 15389[11:05:27.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15390[11:05:27.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 9.077804000116885ms +Info 15391[11:05:27.934] Different program with same set of files +Info 15392[11:05:27.934] getCompletionData: Get current token: 0.005707999691367149 +Info 15393[11:05:27.934] getCompletionData: Is inside comment: 0.0015400000847876072 +Info 15394[11:05:27.934] getCompletionData: Get previous token: 0.026523000095039606 +Info 15395[11:05:27.934] getCompletionsAtPosition: isCompletionListBlocker: 0.003134000115096569 +Info 15396[11:05:27.935] getExportInfoMap: cache hit +Info 15397[11:05:27.940] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 15398[11:05:27.940] collectAutoImports: response is complete +Info 15399[11:05:27.940] collectAutoImports: 5.293357999995351 +Info 15400[11:05:27.940] getCompletionData: Semantic work: 5.851524999830872 +Info 15401[11:05:27.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7163970000110567 +Info 15402[11:05:27.943] Format host information updated +Info 15403[11:05:29.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15404[11:05:29.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 9.772092999890447ms +Info 15405[11:05:29.051] Different program with same set of files +Info 15406[11:05:29.051] getCompletionData: Get current token: 0.005743999965488911 +Info 15407[11:05:29.051] getCompletionData: Is inside comment: 0.0015569999814033508 +Info 15408[11:05:29.051] getCompletionData: Get previous token: 0.026953000109642744 +Info 15409[11:05:29.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0025909999385476112 +Info 15410[11:05:29.052] getExportInfoMap: cache hit +Info 15411[11:05:29.057] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 15412[11:05:29.057] collectAutoImports: response is complete +Info 15413[11:05:29.057] collectAutoImports: 5.339569000061601 +Info 15414[11:05:29.057] getCompletionData: Semantic work: 5.938683999702334 +Info 15415[11:05:29.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7752859997563064 +Info 15416[11:05:29.060] Format host information updated +Info 15417[11:05:29.207] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15418[11:05:29.215] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 7.5157650001347065ms +Info 15419[11:05:29.215] Different program with same set of files +Info 15420[11:05:29.215] getCompletionData: Get current token: 0.005743000190705061 +Info 15421[11:05:29.215] getCompletionData: Is inside comment: 0.001660000067204237 +Info 15422[11:05:29.215] getCompletionData: Get previous token: 0.029431000351905823 +Info 15423[11:05:29.215] getCompletionsAtPosition: isCompletionListBlocker: 0.0022559999488294125 +Info 15424[11:05:29.215] getExportInfoMap: cache hit +Info 15425[11:05:29.221] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 59 from cache +Info 15426[11:05:29.221] collectAutoImports: response is complete +Info 15427[11:05:29.221] collectAutoImports: 5.002179999835789 +Info 15428[11:05:29.221] getCompletionData: Semantic work: 5.684130000416189 +Info 15429[11:05:29.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8078649998642504 +Info 15430[11:05:29.225] Format host information updated +Info 15431[11:05:29.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15432[11:05:29.517] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 6.99392499960959ms +Info 15433[11:05:29.517] Different program with same set of files +Info 15434[11:05:29.517] getCompletionData: Get current token: 0.00493700010702014 +Info 15435[11:05:29.517] getCompletionData: Is inside comment: 0.0016660001128911972 +Info 15436[11:05:29.517] getCompletionData: Get previous token: 0.02667800011113286 +Info 15437[11:05:29.517] getCompletionsAtPosition: isCompletionListBlocker: 0.0022269999608397484 +Info 15438[11:05:29.518] getExportInfoMap: cache hit +Info 15439[11:05:29.523] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 15440[11:05:29.523] collectAutoImports: response is complete +Info 15441[11:05:29.523] collectAutoImports: 4.987213999964297 +Info 15442[11:05:29.523] getCompletionData: Semantic work: 5.537312000058591 +Info 15443[11:05:29.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6580360000953078 +Info 15444[11:05:29.527] Format host information updated +Info 15445[11:05:29.627] Format host information updated +Info 15446[11:05:29.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15447[11:05:29.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 7.223862000275403ms +Info 15448[11:05:29.635] Different program with same set of files +Info 15449[11:05:29.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15450[11:05:29.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 7.104534999933094ms +Info 15451[11:05:29.702] Different program with same set of files +Info 15452[11:05:29.702] getCompletionData: Get current token: 0.004807999823242426 +Info 15453[11:05:29.702] getCompletionData: Is inside comment: 0.0014720000326633453 +Info 15454[11:05:29.702] getCompletionData: Get previous token: 0.02472400013357401 +Info 15455[11:05:29.702] getCompletionsAtPosition: isCompletionListBlocker: 0.002178000286221504 +Info 15456[11:05:29.703] getExportInfoMap: cache hit +Info 15457[11:05:29.709] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 129 from cache +Info 15458[11:05:29.709] collectAutoImports: response is complete +Info 15459[11:05:29.709] collectAutoImports: 5.9648250001482666 +Info 15460[11:05:29.709] getCompletionData: Semantic work: 6.489310000091791 +Info 15461[11:05:29.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6287819999270141 +Info 15462[11:05:29.711] Format host information updated +Info 15463[11:05:29.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15464[11:05:29.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 7.433945000171661ms +Info 15465[11:05:29.865] Different program with same set of files +Info 15466[11:05:29.865] getCompletionData: Get current token: 0.005679000169038773 +Info 15467[11:05:29.865] getCompletionData: Is inside comment: 0.0015239999629557133 +Info 15468[11:05:29.865] getCompletionData: Get previous token: 0.028938999865204096 +Info 15469[11:05:29.865] getCompletionsAtPosition: isCompletionListBlocker: 0.0021370002068579197 +Info 15470[11:05:29.866] getExportInfoMap: cache hit +Info 15471[11:05:29.870] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 90 from cache +Info 15472[11:05:29.870] collectAutoImports: response is complete +Info 15473[11:05:29.870] collectAutoImports: 3.61730600008741 +Info 15474[11:05:29.870] getCompletionData: Semantic work: 4.221648999955505 +Info 15475[11:05:29.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5127500002272427 +Info 15476[11:05:29.874] Format host information updated +Info 15477[11:05:29.961] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15478[11:05:29.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 36.53242399962619ms +Info 15479[11:05:29.998] Different program with same set of files +Info 15480[11:05:29.998] getCompletionData: Get current token: 0.012745999731123447 +Info 15481[11:05:29.998] getCompletionData: Is inside comment: 0.0036689997650682926 +Info 15482[11:05:29.998] getCompletionData: Get previous token: 0.06488800002261996 +Info 15483[11:05:29.998] getCompletionsAtPosition: isCompletionListBlocker: 0.004632000345736742 +Info 15484[11:05:29.999] getExportInfoMap: cache hit +Info 15485[11:05:30.005] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 15486[11:05:30.005] collectAutoImports: response is complete +Info 15487[11:05:30.005] collectAutoImports: 5.249463999643922 +Info 15488[11:05:30.005] getCompletionData: Semantic work: 6.423113999888301 +Info 15489[11:05:30.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3519909996539354 +Info 15490[11:05:30.008] Format host information updated +Info 15491[11:05:30.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15492[11:05:30.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 9.082736999727786ms +Info 15493[11:05:30.072] Different program with same set of files +Info 15494[11:05:30.073] getCompletionData: Get current token: 0.005880999844521284 +Info 15495[11:05:30.073] getCompletionData: Is inside comment: 0.0016589998267591 +Info 15496[11:05:30.073] getCompletionData: Get previous token: 0.028362000361084938 +Info 15497[11:05:30.073] getCompletionsAtPosition: isCompletionListBlocker: 0.002580000087618828 +Info 15498[11:05:30.073] getExportInfoMap: cache hit +Info 15499[11:05:30.076] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 11 from cache +Info 15500[11:05:30.076] collectAutoImports: response is complete +Info 15501[11:05:30.076] collectAutoImports: 2.408018999733031 +Info 15502[11:05:30.076] getCompletionData: Semantic work: 3.0064950003288686 +Info 15503[11:05:30.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3403430003672838 +Info 15504[11:05:30.078] Format host information updated +Info 15505[11:05:30.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15506[11:05:30.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 7.249558000359684ms +Info 15507[11:05:30.695] Different program with same set of files +Info 15508[11:05:30.695] getCompletionData: Get current token: 0.005113000050187111 +Info 15509[11:05:30.695] getCompletionData: Is inside comment: 0.0015059998258948326 +Info 15510[11:05:30.695] getCompletionData: Get previous token: 0.028240999672561884 +Info 15511[11:05:30.695] getCompletionsAtPosition: isCompletionListBlocker: 0.002290000207722187 +Info 15512[11:05:30.696] getExportInfoMap: cache hit +Info 15513[11:05:30.698] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 15514[11:05:30.698] collectAutoImports: response is complete +Info 15515[11:05:30.698] collectAutoImports: 2.8287779996171594 +Info 15516[11:05:30.698] getCompletionData: Semantic work: 3.43599299993366 +Info 15517[11:05:30.700] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.396796999964863 +Info 15518[11:05:30.702] Format host information updated +Info 15519[11:05:30.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15520[11:05:30.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 7.353291000239551ms +Info 15521[11:05:30.838] Different program with same set of files +Info 15522[11:05:30.838] getCompletionData: Get current token: 0.0054769995622336864 +Info 15523[11:05:30.838] getCompletionData: Is inside comment: 0.0015090000815689564 +Info 15524[11:05:30.838] getCompletionData: Get previous token: 0.028435999993234873 +Info 15525[11:05:30.838] getCompletionsAtPosition: isCompletionListBlocker: 0.0020660003647208214 +Info 15526[11:05:30.839] getExportInfoMap: cache hit +Info 15527[11:05:30.842] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 36 from cache +Info 15528[11:05:30.842] collectAutoImports: response is complete +Info 15529[11:05:30.842] collectAutoImports: 3.045031000394374 +Info 15530[11:05:30.842] getCompletionData: Semantic work: 3.602831999771297 +Info 15531[11:05:30.843] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.313916000071913 +Info 15532[11:05:30.844] Format host information updated +Info 15533[11:05:30.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15534[11:05:30.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 8.871562000364065ms +Info 15535[11:05:30.929] Different program with same set of files +Info 15536[11:05:30.930] getCompletionData: Get current token: 0.005127000156790018 +Info 15537[11:05:30.930] getCompletionData: Is inside comment: 0.0015589999966323376 +Info 15538[11:05:30.930] getCompletionData: Get previous token: 0.02515800017863512 +Info 15539[11:05:30.930] getCompletionsAtPosition: isCompletionListBlocker: 0.00216999975964427 +Info 15540[11:05:30.930] getExportInfoMap: cache hit +Info 15541[11:05:30.934] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 90 from cache +Info 15542[11:05:30.934] collectAutoImports: response is complete +Info 15543[11:05:30.934] collectAutoImports: 3.3615230000577867 +Info 15544[11:05:30.934] getCompletionData: Semantic work: 4.003630000166595 +Info 15545[11:05:30.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.36526699969545 +Info 15546[11:05:30.936] Format host information updated +Info 15547[11:05:31.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15548[11:05:31.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 9.181299999821931ms +Info 15549[11:05:31.035] Different program with same set of files +Info 15550[11:05:31.035] getCompletionData: Get current token: 0.005963000003248453 +Info 15551[11:05:31.035] getCompletionData: Is inside comment: 0.001668000128120184 +Info 15552[11:05:31.035] getCompletionData: Get previous token: 0.04161499999463558 +Info 15553[11:05:31.035] getCompletionsAtPosition: isCompletionListBlocker: 0.0025910004042088985 +Info 15554[11:05:31.036] getExportInfoMap: cache hit +Info 15555[11:05:31.041] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 129 from cache +Info 15556[11:05:31.041] collectAutoImports: response is complete +Info 15557[11:05:31.041] collectAutoImports: 4.575721999630332 +Info 15558[11:05:31.041] getCompletionData: Semantic work: 5.178261000197381 +Info 15559[11:05:31.042] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7501360001042485 +Info 15560[11:05:31.045] Format host information updated +Info 15561[11:05:31.213] Format host information updated +Info 15562[11:05:31.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15563[11:05:31.220] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 7.481424999888986ms +Info 15564[11:05:31.220] Different program with same set of files +Info 15565[11:05:32.617] getCompletionData: Get current token: 0.03638199996203184 +Info 15566[11:05:32.617] getCompletionData: Is inside comment: 0.010482999961823225 +Info 15567[11:05:32.617] getCompletionData: Get previous token: 0.21394599974155426 +Info 15568[11:05:32.617] getCompletionsAtPosition: isCompletionListBlocker: 0.03694899985566735 +Info 15569[11:05:32.619] getCompletionData: Semantic work: 2.0720770000480115 +Info 15570[11:05:32.624] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.676183000206947 +Info 15571[11:05:32.697] Format host information updated +Info 15572[11:05:32.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15573[11:05:32.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 8.798821999691427ms +Info 15574[11:05:32.706] Different program with same set of files +Info 15575[11:05:32.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15576[11:05:32.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 15.020632999949157ms +Info 15577[11:05:32.865] Different program with same set of files +Info 15578[11:05:32.866] getCompletionData: Get current token: 0.019859999883919954 +Info 15579[11:05:32.866] getCompletionData: Is inside comment: 0.0051100002601742744 +Info 15580[11:05:32.866] getCompletionData: Get previous token: 0.09706299984827638 +Info 15581[11:05:32.866] getCompletionsAtPosition: isCompletionListBlocker: 0.019821999594569206 +Info 15582[11:05:32.868] getExportInfoMap: cache hit +Info 15583[11:05:32.894] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15584[11:05:32.894] collectAutoImports: response is complete +Info 15585[11:05:32.894] collectAutoImports: 26.29479599976912 +Info 15586[11:05:32.894] getCompletionData: Semantic work: 27.909955999813974 +Info 15587[11:05:32.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.064499999862164 +Info 15588[11:05:32.903] Format host information updated +Info 15589[11:05:33.054] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15590[11:05:33.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 6.9698769999668ms +Info 15591[11:05:33.061] Different program with same set of files +Info 15592[11:05:33.061] getCompletionData: Get current token: 0.0055139996111392975 +Info 15593[11:05:33.061] getCompletionData: Is inside comment: 0.001259000040590763 +Info 15594[11:05:33.061] getCompletionData: Get previous token: 0.02660800004377961 +Info 15595[11:05:33.061] getCompletionsAtPosition: isCompletionListBlocker: 0.008363000117242336 +Info 15596[11:05:33.062] getExportInfoMap: cache hit +Info 15597[11:05:33.075] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15598[11:05:33.075] collectAutoImports: response is complete +Info 15599[11:05:33.075] collectAutoImports: 13.478637000080198 +Info 15600[11:05:33.075] getCompletionData: Semantic work: 14.022073000203818 +Info 15601[11:05:33.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.747027000412345 +Info 15602[11:05:33.083] Format host information updated +Info 15603[11:05:33.122] Format host information updated +Info 15604[11:05:33.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15605[11:05:33.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 15.588615000247955ms +Info 15606[11:05:33.138] Different program with same set of files +Info 15607[11:05:34.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15608[11:05:34.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 7.055471999570727ms +Info 15609[11:05:34.089] Different program with same set of files +Info 15610[11:05:34.089] getCompletionData: Get current token: 0.004106000065803528 +Info 15611[11:05:34.089] getCompletionData: Is inside comment: 0.001157000195235014 +Info 15612[11:05:34.090] getCompletionData: Get previous token: 0.028055999893695116 +Info 15613[11:05:34.090] getCompletionsAtPosition: isCompletionListBlocker: 0.008169000037014484 +Info 15614[11:05:34.090] getExportInfoMap: cache hit +Info 15615[11:05:34.095] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 129 from cache +Info 15616[11:05:34.095] collectAutoImports: response is complete +Info 15617[11:05:34.095] collectAutoImports: 4.745440000202507 +Info 15618[11:05:34.095] getCompletionData: Semantic work: 5.604073000140488 +Info 15619[11:05:34.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.632416999898851 +Info 15620[11:05:34.098] Format host information updated +Info 15621[11:05:34.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15622[11:05:34.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 10.078259999863803ms +Info 15623[11:05:34.229] Different program with same set of files +Info 15624[11:05:34.229] getCompletionData: Get current token: 0.006171999964863062 +Info 15625[11:05:34.229] getCompletionData: Is inside comment: 0.0015740003436803818 +Info 15626[11:05:34.229] getCompletionData: Get previous token: 0.06654899986460805 +Info 15627[11:05:34.229] getCompletionsAtPosition: isCompletionListBlocker: 0.010407000314444304 +Info 15628[11:05:34.230] getExportInfoMap: cache hit +Info 15629[11:05:34.235] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 90 from cache +Info 15630[11:05:34.235] collectAutoImports: response is complete +Info 15631[11:05:34.235] collectAutoImports: 5.10273199994117 +Info 15632[11:05:34.235] getCompletionData: Semantic work: 5.954874000046402 +Info 15633[11:05:34.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.869084999896586 +Info 15634[11:05:34.238] Format host information updated +Info 15635[11:05:34.354] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15636[11:05:34.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 7.162194000091404ms +Info 15637[11:05:34.361] Different program with same set of files +Info 15638[11:05:34.361] getCompletionData: Get current token: 0.004431999754160643 +Info 15639[11:05:34.361] getCompletionData: Is inside comment: 0.0015000002458691597 +Info 15640[11:05:34.361] getCompletionData: Get previous token: 0.02938399976119399 +Info 15641[11:05:34.361] getCompletionsAtPosition: isCompletionListBlocker: 0.008434999734163284 +Info 15642[11:05:34.362] getExportInfoMap: cache hit +Info 15643[11:05:34.365] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 15644[11:05:34.365] collectAutoImports: response is complete +Info 15645[11:05:34.365] collectAutoImports: 2.8651490001939237 +Info 15646[11:05:34.365] getCompletionData: Semantic work: 3.505640000104904 +Info 15647[11:05:34.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2386380000971258 +Info 15648[11:05:34.369] Format host information updated +Info 15649[11:05:34.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15650[11:05:34.477] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 27.240381999872625ms +Info 15651[11:05:34.477] Different program with same set of files +Info 15652[11:05:34.478] getCompletionData: Get current token: 0.01527299964800477 +Info 15653[11:05:34.478] getCompletionData: Is inside comment: 0.004474000073969364 +Info 15654[11:05:34.478] getCompletionData: Get previous token: 0.0995049998164177 +Info 15655[11:05:34.478] getCompletionsAtPosition: isCompletionListBlocker: 0.02303900010883808 +Info 15656[11:05:34.480] getExportInfoMap: cache hit +Info 15657[11:05:34.486] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 11 from cache +Info 15658[11:05:34.486] collectAutoImports: response is complete +Info 15659[11:05:34.486] collectAutoImports: 6.41065700026229 +Info 15660[11:05:34.486] getCompletionData: Semantic work: 8.351595000363886 +Info 15661[11:05:34.489] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4397579999640584 +Info 15662[11:05:34.490] Format host information updated +Info 15663[11:05:34.579] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15664[11:05:34.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 32.49844400025904ms +Info 15665[11:05:34.611] Different program with same set of files +Info 15666[11:05:34.612] getCompletionData: Get current token: 0.015157000161707401 +Info 15667[11:05:34.612] getCompletionData: Is inside comment: 0.0046190000139176846 +Info 15668[11:05:34.612] getCompletionData: Get previous token: 0.09490300016477704 +Info 15669[11:05:34.612] getCompletionsAtPosition: isCompletionListBlocker: 0.02435299986973405 +Info 15670[11:05:34.614] getExportInfoMap: cache hit +Info 15671[11:05:34.620] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 9 from cache +Info 15672[11:05:34.620] collectAutoImports: response is complete +Info 15673[11:05:34.620] collectAutoImports: 5.724004999734461 +Info 15674[11:05:34.620] getCompletionData: Semantic work: 7.6381839998066425 +Info 15675[11:05:34.622] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3323149997740984 +Info 15676[11:05:34.623] Format host information updated +Info 15677[11:05:34.749] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15678[11:05:34.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 7.24709999980405ms +Info 15679[11:05:34.756] Different program with same set of files +Info 15680[11:05:34.757] getCompletionData: Get current token: 0.005349000450223684 +Info 15681[11:05:34.757] getCompletionData: Is inside comment: 0.0015139998868107796 +Info 15682[11:05:34.757] getCompletionData: Get previous token: 0.03421200020238757 +Info 15683[11:05:34.757] getCompletionsAtPosition: isCompletionListBlocker: 0.00981799978762865 +Info 15684[11:05:34.757] getExportInfoMap: cache hit +Info 15685[11:05:34.760] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 15686[11:05:34.760] collectAutoImports: response is complete +Info 15687[11:05:34.760] collectAutoImports: 2.686459999997169 +Info 15688[11:05:34.760] getCompletionData: Semantic work: 3.4557400001212955 +Info 15689[11:05:34.762] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.351503999903798 +Info 15690[11:05:34.762] Format host information updated +Info 15691[11:05:34.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15692[11:05:34.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 7.186524999793619ms +Info 15693[11:05:34.933] Different program with same set of files +Info 15694[11:05:34.933] getCompletionData: Get current token: 0.005376999732106924 +Info 15695[11:05:34.933] getCompletionData: Is inside comment: 0.0015690000727772713 +Info 15696[11:05:34.933] getCompletionData: Get previous token: 0.03444299986585975 +Info 15697[11:05:34.933] getCompletionsAtPosition: isCompletionListBlocker: 0.008748000022023916 +Info 15698[11:05:34.934] getExportInfoMap: cache hit +Info 15699[11:05:34.936] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 15700[11:05:34.936] collectAutoImports: response is complete +Info 15701[11:05:34.936] collectAutoImports: 2.503428000025451 +Info 15702[11:05:34.936] getCompletionData: Semantic work: 3.222372999880463 +Info 15703[11:05:34.938] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2683709999546409 +Info 15704[11:05:34.938] Format host information updated +Info 15705[11:05:35.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15706[11:05:35.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 9.058107000309974ms +Info 15707[11:05:35.436] Different program with same set of files +Info 15708[11:05:35.436] getCompletionData: Get current token: 0.004692000336945057 +Info 15709[11:05:35.436] getCompletionData: Is inside comment: 0.001362999901175499 +Info 15710[11:05:35.436] getCompletionData: Get previous token: 0.02873999997973442 +Info 15711[11:05:35.436] getCompletionsAtPosition: isCompletionListBlocker: 0.00787500012665987 +Info 15712[11:05:35.437] getExportInfoMap: cache hit +Info 15713[11:05:35.439] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15714[11:05:35.439] collectAutoImports: response is complete +Info 15715[11:05:35.439] collectAutoImports: 2.003157999832183 +Info 15716[11:05:35.439] getCompletionData: Semantic work: 2.7046670001000166 +Info 15717[11:05:35.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1498569999821484 +Info 15718[11:05:35.441] Format host information updated +Info 15719[11:05:35.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15720[11:05:35.866] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 7.485346999950707ms +Info 15721[11:05:35.866] Different program with same set of files +Info 15722[11:05:35.867] getCompletionData: Get current token: 0.00572500005364418 +Info 15723[11:05:35.867] getCompletionData: Is inside comment: 0.001816000323742628 +Info 15724[11:05:35.867] getCompletionData: Get previous token: 0.03170200018212199 +Info 15725[11:05:35.867] getCompletionsAtPosition: isCompletionListBlocker: 0.0025140000507235527 +Info 15726[11:05:35.868] getCompletionData: Semantic work: 1.3353960001841187 +Info 15727[11:05:35.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05528800003230572 +Info 15728[11:05:35.870] Format host information updated +Info 15729[11:05:35.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15730[11:05:36.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 7.270718999672681ms +Info 15731[11:05:36.006] Different program with same set of files +Info 15732[11:05:36.006] getCompletionData: Get current token: 0.004957000259310007 +Info 15733[11:05:36.006] getCompletionData: Is inside comment: 0.0014419998042285442 +Info 15734[11:05:36.006] getCompletionData: Get previous token: 0.032679999712854624 +Info 15735[11:05:36.006] getCompletionsAtPosition: isCompletionListBlocker: 0.0026930002495646477 +Info 15736[11:05:36.007] getCompletionData: Semantic work: 0.9319569999352098 +Info 15737[11:05:36.008] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.052035999950021505 +Info 15738[11:05:36.008] Format host information updated +Info 15739[11:05:36.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15740[11:05:36.070] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 7.397142000030726ms +Info 15741[11:05:36.070] Different program with same set of files +Info 15742[11:05:36.070] getCompletionData: Get current token: 0.005371000152081251 +Info 15743[11:05:36.070] getCompletionData: Is inside comment: 0.0017890003509819508 +Info 15744[11:05:36.070] getCompletionData: Get previous token: 0.037004999816417694 +Info 15745[11:05:36.070] getCompletionsAtPosition: isCompletionListBlocker: 0.0023670000955462456 +Info 15746[11:05:36.071] getCompletionData: Semantic work: 1.0329439998604357 +Info 15747[11:05:36.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.059218000154942274 +Info 15748[11:05:36.074] Format host information updated +Info 15749[11:05:36.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15750[11:05:36.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 7.1158750001341105ms +Info 15751[11:05:36.162] Different program with same set of files +Info 15752[11:05:36.162] getCompletionData: Get current token: 0.00584500003606081 +Info 15753[11:05:36.162] getCompletionData: Is inside comment: 0.021391000133007765 +Info 15754[11:05:36.162] getCompletionData: Get previous token: 0.03749200003221631 +Info 15755[11:05:36.162] getCompletionsAtPosition: isCompletionListBlocker: 0.002542000263929367 +Info 15756[11:05:36.163] getCompletionData: Semantic work: 0.990732999984175 +Info 15757[11:05:36.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05668700020760298 +Info 15758[11:05:36.163] Format host information updated +Info 15759[11:05:36.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15760[11:05:36.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 14.840596000198275ms +Info 15761[11:05:36.312] Different program with same set of files +Info 15762[11:05:36.313] getCompletionData: Get current token: 0.009031999856233597 +Info 15763[11:05:36.313] getCompletionData: Is inside comment: 0.001868000254034996 +Info 15764[11:05:36.313] getCompletionData: Get previous token: 0.05684599978849292 +Info 15765[11:05:36.313] getCompletionsAtPosition: isCompletionListBlocker: 0.0037239999510347843 +Info 15766[11:05:36.314] getCompletionData: Semantic work: 1.5079689999110997 +Info 15767[11:05:36.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08335100021213293 +Info 15768[11:05:36.315] Format host information updated +Info 15769[11:05:36.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15770[11:05:36.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 7.239467999897897ms +Info 15771[11:05:36.474] Different program with same set of files +Info 15772[11:05:36.475] getCompletionData: Get current token: 0.006221999879926443 +Info 15773[11:05:36.475] getCompletionData: Is inside comment: 0.0010400000028312206 +Info 15774[11:05:36.475] getCompletionData: Get previous token: 0.027211999986320734 +Info 15775[11:05:36.475] getCompletionsAtPosition: isCompletionListBlocker: 0.002890000119805336 +Info 15776[11:05:36.475] getExportInfoMap: cache hit +Info 15777[11:05:36.494] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15778[11:05:36.494] collectAutoImports: response is complete +Info 15779[11:05:36.494] collectAutoImports: 18.308069000020623 +Info 15780[11:05:36.494] getCompletionData: Semantic work: 18.927240000106394 +Info 15781[11:05:36.499] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.821882000193 +Info 15782[11:05:36.501] Format host information updated +Info 15783[11:05:36.712] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15784[11:05:36.720] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 7.292981999926269ms +Info 15785[11:05:36.720] Different program with same set of files +Info 15786[11:05:36.720] getCompletionData: Get current token: 0.00494999997317791 +Info 15787[11:05:36.720] getCompletionData: Is inside comment: 0.0011440003290772438 +Info 15788[11:05:36.720] getCompletionData: Get previous token: 0.02864699997007847 +Info 15789[11:05:36.720] getCompletionsAtPosition: isCompletionListBlocker: 0.0035609998740255833 +Info 15790[11:05:36.720] getExportInfoMap: cache hit +Info 15791[11:05:36.727] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 15792[11:05:36.727] collectAutoImports: response is complete +Info 15793[11:05:36.727] collectAutoImports: 7.002963999751955 +Info 15794[11:05:36.727] getCompletionData: Semantic work: 7.5942359999753535 +Info 15795[11:05:36.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.593671000096947 +Info 15796[11:05:36.731] Format host information updated +Info 15797[11:05:36.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15798[11:05:36.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 6.8335700002498925ms +Info 15799[11:05:36.955] Different program with same set of files +Info 15800[11:05:36.956] getCompletionData: Get current token: 0.004621000029146671 +Info 15801[11:05:36.956] getCompletionData: Is inside comment: 0.0008570002391934395 +Info 15802[11:05:36.956] getCompletionData: Get previous token: 0.021232000086456537 +Info 15803[11:05:36.956] getCompletionsAtPosition: isCompletionListBlocker: 0.007654000073671341 +Info 15804[11:05:36.956] getCompletionData: Semantic work: 0.5472809998318553 +Info 15805[11:05:36.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1605269997380674 +Info 15806[11:05:36.959] Format host information updated +Info 15807[11:05:37.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15808[11:05:37.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 7.4909560000523925ms +Info 15809[11:05:37.231] Different program with same set of files +Info 15810[11:05:37.231] getCompletionData: Get current token: 0.005650999955832958 +Info 15811[11:05:37.231] getCompletionData: Is inside comment: 0.001066999975591898 +Info 15812[11:05:37.231] getCompletionData: Get previous token: 0.02685500029474497 +Info 15813[11:05:37.231] getCompletionsAtPosition: isCompletionListBlocker: 0.003129000309854746 +Info 15814[11:05:37.232] getExportInfoMap: cache hit +Info 15815[11:05:37.246] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15816[11:05:37.246] collectAutoImports: response is complete +Info 15817[11:05:37.246] collectAutoImports: 13.743714999873191 +Info 15818[11:05:37.246] getCompletionData: Semantic work: 14.359217000193894 +Info 15819[11:05:37.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9175090002827346 +Info 15820[11:05:37.254] Format host information updated +Info 15821[11:05:37.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15822[11:05:37.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 7.0554709997959435ms +Info 15823[11:05:37.297] Different program with same set of files +Info 15824[11:05:37.297] getCompletionData: Get current token: 0.005282000172883272 +Info 15825[11:05:37.297] getCompletionData: Is inside comment: 0.0008139996789395809 +Info 15826[11:05:37.297] getCompletionData: Get previous token: 0.02360199997201562 +Info 15827[11:05:37.297] getCompletionsAtPosition: isCompletionListBlocker: 0.008297999855130911 +Info 15828[11:05:37.298] getCompletionData: Semantic work: 0.5725480001419783 +Info 15829[11:05:37.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0819389997050166 +Info 15830[11:05:37.302] Format host information updated +Info 15831[11:05:38.917] getCompletionData: Get current token: 0.004798999987542629 +Info 15832[11:05:38.917] getCompletionData: Is inside comment: 0.011758000124245882 +Info 15833[11:05:38.917] getCompletionData: Get previous token: 0.009627999737858772 +Info 15834[11:05:38.917] getCompletionsAtPosition: isCompletionListBlocker: 0.009965999983251095 +Info 15835[11:05:38.918] getExportInfoMap: cache hit +Info 15836[11:05:38.928] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15837[11:05:38.928] collectAutoImports: response is complete +Info 15838[11:05:38.928] collectAutoImports: 10.256517000030726 +Info 15839[11:05:38.928] getCompletionData: Semantic work: 10.832390999887139 +Info 15840[11:05:38.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.10981999989599 +Info 15841[11:05:39.294] getCompletionData: Get current token: 0.013547000009566545 +Info 15842[11:05:39.294] getCompletionData: Is inside comment: 0.0025009997189044952 +Info 15843[11:05:39.294] getCompletionData: Get previous token: 0.04007299989461899 +Info 15844[11:05:39.294] getCompletionsAtPosition: isCompletionListBlocker: 0.03665499994531274 +Info 15845[11:05:39.295] getCompletionData: Semantic work: 1.343820999842137 +Info 15846[11:05:39.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.535197999794036 +Info 15847[11:05:39.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15848[11:05:39.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 7.133353000041097ms +Info 15849[11:05:39.482] Different program with same set of files +Info 15850[11:05:39.482] getCompletionData: Get current token: 0.005707000382244587 +Info 15851[11:05:39.482] getCompletionData: Is inside comment: 0.0010770000517368317 +Info 15852[11:05:39.483] getCompletionData: Get previous token: 0.02158200042322278 +Info 15853[11:05:39.483] getCompletionsAtPosition: isCompletionListBlocker: 0.008049000054597855 +Info 15854[11:05:39.483] getCompletionData: Semantic work: 0.6506979996338487 +Info 15855[11:05:39.485] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2047819998115301 +Info 15856[11:05:39.485] Format host information updated +Info 15857[11:05:39.542] Format host information updated +Info 15858[11:05:39.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15859[11:05:39.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 17.493170000147074ms +Info 15860[11:05:39.560] Different program with same set of files +Info 15861[11:05:40.461] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15862[11:05:40.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 7.038972000125796ms +Info 15863[11:05:40.468] Different program with same set of files +Info 15864[11:05:40.468] getCompletionData: Get current token: 0.0040350002236664295 +Info 15865[11:05:40.468] getCompletionData: Is inside comment: 0.0009730001911520958 +Info 15866[11:05:40.468] getCompletionData: Get previous token: 0.022280000150203705 +Info 15867[11:05:40.468] getCompletionsAtPosition: isCompletionListBlocker: 0.002940000034868717 +Info 15868[11:05:40.469] getCompletionData: Semantic work: 0.5733010000549257 +Info 15869[11:05:40.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1490830001421273 +Info 15870[11:05:40.471] Format host information updated +Info 15871[11:05:40.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15872[11:05:40.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 9.31707700015977ms +Info 15873[11:05:40.558] Different program with same set of files +Info 15874[11:05:40.558] getCompletionData: Get current token: 0.005330999847501516 +Info 15875[11:05:40.559] getCompletionData: Is inside comment: 0.0010710000060498714 +Info 15876[11:05:40.559] getCompletionData: Get previous token: 0.02769399993121624 +Info 15877[11:05:40.559] getCompletionsAtPosition: isCompletionListBlocker: 0.0034400001168251038 +Info 15878[11:05:40.559] getCompletionData: Semantic work: 0.6772850002162158 +Info 15879[11:05:40.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2661810000427067 +Info 15880[11:05:40.561] Format host information updated +Info 15881[11:05:40.753] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15882[11:05:40.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 761 structureChanged: false structureIsReused:: Completely Elapsed: 6.849404999986291ms +Info 15883[11:05:40.760] Different program with same set of files +Info 15884[11:05:40.760] getCompletionData: Get current token: 0.0048329997807741165 +Info 15885[11:05:40.760] getCompletionData: Is inside comment: 0.0008899997919797897 +Info 15886[11:05:40.760] getCompletionData: Get previous token: 0.02661500032991171 +Info 15887[11:05:40.760] getCompletionsAtPosition: isCompletionListBlocker: 0.0032350001856684685 +Info 15888[11:05:40.761] getCompletionData: Semantic work: 0.6736439997330308 +Info 15889[11:05:40.762] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1508320001885295 +Info 15890[11:05:40.764] Format host information updated +Info 15891[11:05:40.816] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15892[11:05:40.828] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 11.91775200003758ms +Info 15893[11:05:40.828] Different program with same set of files +Info 15894[11:05:40.828] getCompletionData: Get current token: 0.009080999996513128 +Info 15895[11:05:40.829] getCompletionData: Is inside comment: 0.0018549999222159386 +Info 15896[11:05:40.829] getCompletionData: Get previous token: 0.05244700005277991 +Info 15897[11:05:40.829] getCompletionsAtPosition: isCompletionListBlocker: 0.005793999880552292 +Info 15898[11:05:40.830] getCompletionData: Semantic work: 1.0737179997377098 +Info 15899[11:05:40.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0747580002062023 +Info 15900[11:05:40.833] Format host information updated +Info 15901[11:05:41.001] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15902[11:05:41.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 7.404803999699652ms +Info 15903[11:05:41.008] Different program with same set of files +Info 15904[11:05:41.008] getCompletionData: Get current token: 0.005145000293850899 +Info 15905[11:05:41.008] getCompletionData: Is inside comment: 0.000969999935477972 +Info 15906[11:05:41.008] getCompletionData: Get previous token: 0.021813999861478806 +Info 15907[11:05:41.009] getCompletionsAtPosition: isCompletionListBlocker: 0.002652000170201063 +Info 15908[11:05:41.009] getExportInfoMap: cache hit +Info 15909[11:05:41.021] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 15910[11:05:41.022] collectAutoImports: response is complete +Info 15911[11:05:41.022] collectAutoImports: 12.304469000082463 +Info 15912[11:05:41.022] getCompletionData: Semantic work: 13.01274499995634 +Info 15913[11:05:41.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6463210000656545 +Info 15914[11:05:41.030] Format host information updated +Info 15915[11:05:41.140] Format host information updated +Info 15916[11:05:41.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15917[11:05:41.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 28.420295000076294ms +Info 15918[11:05:41.170] Different program with same set of files +Info 15919[11:05:41.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15920[11:05:41.366] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 7.181863999925554ms +Info 15921[11:05:41.366] Different program with same set of files +Info 15922[11:05:41.367] getCompletionData: Get current token: 0.004362000152468681 +Info 15923[11:05:41.367] getCompletionData: Is inside comment: 0.0009100004099309444 +Info 15924[11:05:41.367] getCompletionData: Get previous token: 0.021698999684304 +Info 15925[11:05:41.367] getCompletionsAtPosition: isCompletionListBlocker: 0.0023610000498592854 +Info 15926[11:05:41.368] getExportInfoMap: cache hit +Info 15927[11:05:41.374] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 129 from cache +Info 15928[11:05:41.374] collectAutoImports: response is complete +Info 15929[11:05:41.374] collectAutoImports: 6.439166999887675 +Info 15930[11:05:41.374] getCompletionData: Semantic work: 7.438728999812156 +Info 15931[11:05:41.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5074629997834563 +Info 15932[11:05:41.377] Format host information updated +Info 15933[11:05:41.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15934[11:05:41.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 7.175470999907702ms +Info 15935[11:05:41.602] Different program with same set of files +Info 15936[11:05:41.602] getCompletionData: Get current token: 0.004278999753296375 +Info 15937[11:05:41.602] getCompletionData: Is inside comment: 0.0009020003490149975 +Info 15938[11:05:41.602] getCompletionData: Get previous token: 0.022432999685406685 +Info 15939[11:05:41.602] getCompletionsAtPosition: isCompletionListBlocker: 0.0029079997912049294 +Info 15940[11:05:41.603] getExportInfoMap: cache hit +Info 15941[11:05:41.607] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 15942[11:05:41.607] collectAutoImports: response is complete +Info 15943[11:05:41.607] collectAutoImports: 4.444397000130266 +Info 15944[11:05:41.607] getCompletionData: Semantic work: 5.1604389999993145 +Info 15945[11:05:41.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2507319999858737 +Info 15946[11:05:41.609] Format host information updated +Info 15947[11:05:41.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15948[11:05:41.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 10.402003000024706ms +Info 15949[11:05:41.753] Different program with same set of files +Info 15950[11:05:41.753] getCompletionData: Get current token: 0.007601999677717686 +Info 15951[11:05:41.753] getCompletionData: Is inside comment: 0.0015839999541640282 +Info 15952[11:05:41.753] getCompletionData: Get previous token: 0.03909899992868304 +Info 15953[11:05:41.753] getCompletionsAtPosition: isCompletionListBlocker: 0.003636999987065792 +Info 15954[11:05:41.754] getExportInfoMap: cache hit +Info 15955[11:05:41.758] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 11 from cache +Info 15956[11:05:41.758] collectAutoImports: response is complete +Info 15957[11:05:41.758] collectAutoImports: 3.649377000052482 +Info 15958[11:05:41.758] getCompletionData: Semantic work: 4.700234000105411 +Info 15959[11:05:41.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8185749999247491 +Info 15960[11:05:41.761] Format host information updated +Info 15961[11:05:41.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15962[11:05:41.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 10.119096000213176ms +Info 15963[11:05:41.837] Different program with same set of files +Info 15964[11:05:41.837] getCompletionData: Get current token: 0.004933000076562166 +Info 15965[11:05:41.837] getCompletionData: Is inside comment: 0.0010780002921819687 +Info 15966[11:05:41.837] getCompletionData: Get previous token: 0.024443999864161015 +Info 15967[11:05:41.837] getCompletionsAtPosition: isCompletionListBlocker: 0.0026699998416006565 +Info 15968[11:05:41.838] getExportInfoMap: cache hit +Info 15969[11:05:41.840] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 9 from cache +Info 15970[11:05:41.840] collectAutoImports: response is complete +Info 15971[11:05:41.840] collectAutoImports: 2.2794069997034967 +Info 15972[11:05:41.840] getCompletionData: Semantic work: 2.9914750000461936 +Info 15973[11:05:41.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.263507999945432 +Info 15974[11:05:41.842] Format host information updated +Info 15975[11:05:41.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15976[11:05:41.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 15.26530999969691ms +Info 15977[11:05:41.916] Different program with same set of files +Info 15978[11:05:41.916] getCompletionData: Get current token: 0.012250000145286322 +Info 15979[11:05:41.916] getCompletionData: Is inside comment: 0.002756000030785799 +Info 15980[11:05:41.916] getCompletionData: Get previous token: 0.06326099997386336 +Info 15981[11:05:41.916] getCompletionsAtPosition: isCompletionListBlocker: 0.005684000439941883 +Info 15982[11:05:41.918] getExportInfoMap: cache hit +Info 15983[11:05:41.923] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 15984[11:05:41.923] collectAutoImports: response is complete +Info 15985[11:05:41.923] collectAutoImports: 5.452033000066876 +Info 15986[11:05:41.923] getCompletionData: Semantic work: 7.123960999771953 +Info 15987[11:05:41.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6729409997351468 +Info 15988[11:05:41.930] Format host information updated +Info 15989[11:05:41.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15990[11:05:41.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 10.646356999874115ms +Info 15991[11:05:41.985] Different program with same set of files +Info 15992[11:05:41.985] getCompletionData: Get current token: 0.008419999852776527 +Info 15993[11:05:41.985] getCompletionData: Is inside comment: 0.0016029998660087585 +Info 15994[11:05:41.985] getCompletionData: Get previous token: 0.04304000036790967 +Info 15995[11:05:41.985] getCompletionsAtPosition: isCompletionListBlocker: 0.0036280001513659954 +Info 15996[11:05:41.986] getExportInfoMap: cache hit +Info 15997[11:05:41.990] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 15998[11:05:41.990] collectAutoImports: response is complete +Info 15999[11:05:41.990] collectAutoImports: 3.7957700002007186 +Info 16000[11:05:41.990] getCompletionData: Semantic work: 4.935583999846131 +Info 16001[11:05:41.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.028322000056505 +Info 16002[11:05:41.993] Format host information updated +Info 16003[11:05:42.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16004[11:05:42.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 771 structureChanged: false structureIsReused:: Completely Elapsed: 8.089779000263661ms +Info 16005[11:05:42.180] Different program with same set of files +Info 16006[11:05:42.180] getCompletionData: Get current token: 0.005104999989271164 +Info 16007[11:05:42.180] getCompletionData: Is inside comment: 0.0008459999226033688 +Info 16008[11:05:42.180] getCompletionData: Get previous token: 0.02497699996456504 +Info 16009[11:05:42.180] getCompletionsAtPosition: isCompletionListBlocker: 0.0027260002680122852 +Info 16010[11:05:42.182] getExportInfoMap: cache hit +Info 16011[11:05:42.185] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 16012[11:05:42.185] collectAutoImports: response is complete +Info 16013[11:05:42.185] collectAutoImports: 2.2573890001513064 +Info 16014[11:05:42.185] getCompletionData: Semantic work: 4.729971000459045 +Info 16015[11:05:42.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.190948000177741 +Info 16016[11:05:42.186] Format host information updated +Info 16017[11:05:42.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16018[11:05:42.334] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 7.1273520002141595ms +Info 16019[11:05:42.334] Different program with same set of files +Info 16020[11:05:42.334] getCompletionData: Get current token: 0.005163999740034342 +Info 16021[11:05:42.334] getCompletionData: Is inside comment: 0.0011030002497136593 +Info 16022[11:05:42.334] getCompletionData: Get previous token: 0.027886999770998955 +Info 16023[11:05:42.334] getCompletionsAtPosition: isCompletionListBlocker: 0.0029460000805556774 +Info 16024[11:05:42.335] getExportInfoMap: cache hit +Info 16025[11:05:42.338] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16026[11:05:42.338] collectAutoImports: response is complete +Info 16027[11:05:42.338] collectAutoImports: 2.5140840001404285 +Info 16028[11:05:42.338] getCompletionData: Semantic work: 3.332631000317633 +Info 16029[11:05:42.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3392909998074174 +Info 16030[11:05:42.340] Format host information updated +Info 16031[11:05:42.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16032[11:05:42.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 7.229127999860793ms +Info 16033[11:05:42.606] Different program with same set of files +Info 16034[11:05:42.606] getCompletionData: Get current token: 0.005649999715387821 +Info 16035[11:05:42.606] getCompletionData: Is inside comment: 0.001029999926686287 +Info 16036[11:05:42.606] getCompletionData: Get previous token: 0.026724999770522118 +Info 16037[11:05:42.606] getCompletionsAtPosition: isCompletionListBlocker: 0.0031900000758469105 +Info 16038[11:05:42.607] getCompletionData: Semantic work: 1.1604049997404218 +Info 16039[11:05:42.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05567699996754527 +Info 16040[11:05:42.608] Format host information updated +Info 16041[11:05:42.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16042[11:05:42.759] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 6.903884999919683ms +Info 16043[11:05:42.759] Different program with same set of files +Info 16044[11:05:42.759] getCompletionData: Get current token: 0.004998000338673592 +Info 16045[11:05:42.759] getCompletionData: Is inside comment: 0.0008990000933408737 +Info 16046[11:05:42.759] getCompletionData: Get previous token: 0.026889999862760305 +Info 16047[11:05:42.759] getCompletionsAtPosition: isCompletionListBlocker: 0.0025450000539422035 +Info 16048[11:05:42.762] getCompletionData: Semantic work: 2.897011000197381 +Info 16049[11:05:42.762] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06451199995353818 +Info 16050[11:05:42.762] Format host information updated +Info 16051[11:05:42.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16052[11:05:42.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 7.205209999810904ms +Info 16053[11:05:42.857] Different program with same set of files +Info 16054[11:05:42.857] getCompletionData: Get current token: 0.005112000275403261 +Info 16055[11:05:42.857] getCompletionData: Is inside comment: 0.0010700002312660217 +Info 16056[11:05:42.857] getCompletionData: Get previous token: 0.027735000010579824 +Info 16057[11:05:42.857] getCompletionsAtPosition: isCompletionListBlocker: 0.002608000300824642 +Info 16058[11:05:42.858] getCompletionData: Semantic work: 1.0878270003013313 +Info 16059[11:05:42.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.055838000029325485 +Info 16060[11:05:42.858] Format host information updated +Info 16061[11:05:43.022] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16062[11:05:43.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 9.258885000366718ms +Info 16063[11:05:43.031] Different program with same set of files +Info 16064[11:05:43.031] getCompletionData: Get current token: 0.00495699979364872 +Info 16065[11:05:43.031] getCompletionData: Is inside comment: 0.0010770000517368317 +Info 16066[11:05:43.031] getCompletionData: Get previous token: 0.026145000010728836 +Info 16067[11:05:43.031] getCompletionsAtPosition: isCompletionListBlocker: 0.0024850000627338886 +Info 16068[11:05:43.032] getCompletionData: Semantic work: 1.0773129998706281 +Info 16069[11:05:43.032] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05820000031962991 +Info 16070[11:05:43.033] Format host information updated +Info 16071[11:05:43.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16072[11:05:43.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 7.3354150000959635ms +Info 16073[11:05:43.129] Different program with same set of files +Info 16074[11:05:43.129] getCompletionData: Get current token: 0.004473999608308077 +Info 16075[11:05:43.129] getCompletionData: Is inside comment: 0.0008279997855424881 +Info 16076[11:05:43.129] getCompletionData: Get previous token: 0.024625000078231096 +Info 16077[11:05:43.129] getCompletionsAtPosition: isCompletionListBlocker: 0.0023709996603429317 +Info 16078[11:05:43.130] getCompletionData: Semantic work: 1.0708469999954104 +Info 16079[11:05:43.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.045932000037282705 +Info 16080[11:05:43.131] Format host information updated +Info 16081[11:05:43.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16082[11:05:43.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 34.244605999905616ms +Info 16083[11:05:43.229] Different program with same set of files +Info 16084[11:05:43.230] getCompletionData: Get current token: 0.016157000325620174 +Info 16085[11:05:43.230] getCompletionData: Is inside comment: 0.0038750004023313522 +Info 16086[11:05:43.230] getCompletionData: Get previous token: 0.09042100002989173 +Info 16087[11:05:43.230] getCompletionsAtPosition: isCompletionListBlocker: 0.005154999904334545 +Info 16088[11:05:43.233] getCompletionData: Semantic work: 2.3522399999201298 +Info 16089[11:05:43.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11517699994146824 +Info 16090[11:05:43.233] Format host information updated +Info 16091[11:05:45.262] Format host information updated +Info 16092[11:05:45.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16093[11:05:45.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 6.887724000029266ms +Info 16094[11:05:45.269] Different program with same set of files +Info 16095[11:05:45.829] Format host information updated +Info 16096[11:05:45.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16097[11:05:45.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 6.57802200037986ms +Info 16098[11:05:45.836] Different program with same set of files +Info 16099[11:05:46.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16100[11:05:46.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 781 structureChanged: false structureIsReused:: Completely Elapsed: 9.34625400044024ms +Info 16101[11:05:46.205] Different program with same set of files +Info 16102[11:05:46.205] getCompletionData: Get current token: 0.004282999783754349 +Info 16103[11:05:46.205] getCompletionData: Is inside comment: 0.011520999949425459 +Info 16104[11:05:46.205] getCompletionData: Get previous token: 0.009457000065594912 +Info 16105[11:05:46.205] getCompletionsAtPosition: isCompletionListBlocker: 0.002735000103712082 +Info 16106[11:05:46.206] getExportInfoMap: cache hit +Info 16107[11:05:46.217] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16108[11:05:46.218] collectAutoImports: response is complete +Info 16109[11:05:46.218] collectAutoImports: 11.753472999669611 +Info 16110[11:05:46.218] getCompletionData: Semantic work: 12.361168999690562 +Info 16111[11:05:46.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.823534999974072 +Info 16112[11:05:46.226] Format host information updated +Info 16113[11:05:46.328] Format host information updated +Info 16114[11:05:46.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16115[11:05:46.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 782 structureChanged: false structureIsReused:: Completely Elapsed: 7.2149260002188385ms +Info 16116[11:05:46.335] Different program with same set of files +Info 16117[11:05:47.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16118[11:05:47.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 783 structureChanged: false structureIsReused:: Completely Elapsed: 6.97606600029394ms +Info 16119[11:05:47.590] Different program with same set of files +Info 16120[11:05:47.590] getCompletionData: Get current token: 0.003783999942243099 +Info 16121[11:05:47.590] getCompletionData: Is inside comment: 0.0228899996727705 +Info 16122[11:05:47.590] getCompletionData: Get previous token: 0.015572000294923782 +Info 16123[11:05:47.590] getCompletionsAtPosition: isCompletionListBlocker: 0.00240899994969368 +Info 16124[11:05:47.591] getExportInfoMap: cache hit +Info 16125[11:05:47.596] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 16126[11:05:47.596] collectAutoImports: response is complete +Info 16127[11:05:47.596] collectAutoImports: 5.165022000204772 +Info 16128[11:05:47.596] getCompletionData: Semantic work: 5.714478000067174 +Info 16129[11:05:47.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3774950001388788 +Info 16130[11:05:47.598] Format host information updated +Info 16131[11:05:47.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16132[11:05:47.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 6.94493900006637ms +Info 16133[11:05:47.794] Different program with same set of files +Info 16134[11:05:47.794] getCompletionData: Get current token: 0.003806999884545803 +Info 16135[11:05:47.794] getCompletionData: Is inside comment: 0.010575999971479177 +Info 16136[11:05:47.794] getCompletionData: Get previous token: 0.01971099991351366 +Info 16137[11:05:47.794] getCompletionsAtPosition: isCompletionListBlocker: 0.0029070000164210796 +Info 16138[11:05:47.795] getExportInfoMap: cache hit +Info 16139[11:05:47.798] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 16140[11:05:47.798] collectAutoImports: response is complete +Info 16141[11:05:47.798] collectAutoImports: 2.7889970000833273 +Info 16142[11:05:47.798] getCompletionData: Semantic work: 3.3790980000048876 +Info 16143[11:05:47.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2223169999197125 +Info 16144[11:05:47.802] Format host information updated +Info 16145[11:05:47.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16146[11:05:47.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 7.09497300023213ms +Info 16147[11:05:47.889] Different program with same set of files +Info 16148[11:05:47.889] getCompletionData: Get current token: 0.0037299999967217445 +Info 16149[11:05:47.889] getCompletionData: Is inside comment: 0.011630999855697155 +Info 16150[11:05:47.889] getCompletionData: Get previous token: 0.0201019998639822 +Info 16151[11:05:47.889] getCompletionsAtPosition: isCompletionListBlocker: 0.003113000188022852 +Info 16152[11:05:47.890] getExportInfoMap: cache hit +Info 16153[11:05:47.893] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 16154[11:05:47.893] collectAutoImports: response is complete +Info 16155[11:05:47.893] collectAutoImports: 2.577710000332445 +Info 16156[11:05:47.893] getCompletionData: Semantic work: 3.169737999793142 +Info 16157[11:05:47.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.195973000023514 +Info 16158[11:05:47.894] Format host information updated +Info 16159[11:05:48.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16160[11:05:48.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 8.619140999857336ms +Info 16161[11:05:48.125] Different program with same set of files +Info 16162[11:05:48.125] getCompletionData: Get current token: 0.003140999935567379 +Info 16163[11:05:48.125] getCompletionData: Is inside comment: 0.00877700001001358 +Info 16164[11:05:48.125] getCompletionData: Get previous token: 0.01570700015872717 +Info 16165[11:05:48.125] getCompletionsAtPosition: isCompletionListBlocker: 0.0024999999441206455 +Info 16166[11:05:48.125] getExportInfoMap: cache hit +Info 16167[11:05:48.128] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 16168[11:05:48.128] collectAutoImports: response is complete +Info 16169[11:05:48.128] collectAutoImports: 2.4902539998292923 +Info 16170[11:05:48.128] getCompletionData: Semantic work: 3.032069000415504 +Info 16171[11:05:48.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.074849999975413 +Info 16172[11:05:48.130] Format host information updated +Info 16173[11:05:48.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16174[11:05:48.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 26.489814000204206ms +Info 16175[11:05:48.303] Different program with same set of files +Info 16176[11:05:48.304] getCompletionData: Get current token: 0.011536000296473503 +Info 16177[11:05:48.304] getCompletionData: Is inside comment: 0.03493699990212917 +Info 16178[11:05:48.304] getCompletionData: Get previous token: 0.060624999925494194 +Info 16179[11:05:48.304] getCompletionsAtPosition: isCompletionListBlocker: 0.006767999846488237 +Info 16180[11:05:48.305] getExportInfoMap: cache hit +Info 16181[11:05:48.313] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 16182[11:05:48.313] collectAutoImports: response is complete +Info 16183[11:05:48.313] collectAutoImports: 7.594663000199944 +Info 16184[11:05:48.313] getCompletionData: Semantic work: 9.233734999783337 +Info 16185[11:05:48.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4343479997478426 +Info 16186[11:05:48.319] Format host information updated +Info 16187[11:05:48.384] Format host information updated +Info 16188[11:05:48.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16189[11:05:48.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 13.184049000032246ms +Info 16190[11:05:48.398] Different program with same set of files +Info 16191[11:05:48.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16192[11:05:48.644] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 14.199118999764323ms +Info 16193[11:05:48.644] Different program with same set of files +Info 16194[11:05:48.645] getCompletionData: Get current token: 0.00904799997806549 +Info 16195[11:05:48.645] getCompletionData: Is inside comment: 0.029195000417530537 +Info 16196[11:05:48.645] getCompletionData: Get previous token: 0.051411000080406666 +Info 16197[11:05:48.645] getCompletionsAtPosition: isCompletionListBlocker: 0.004870000295341015 +Info 16198[11:05:48.646] getExportInfoMap: cache hit +Info 16199[11:05:48.652] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 16200[11:05:48.652] collectAutoImports: response is complete +Info 16201[11:05:48.652] collectAutoImports: 6.370881000068039 +Info 16202[11:05:48.652] getCompletionData: Semantic work: 7.320805000141263 +Info 16203[11:05:48.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2219670000486076 +Info 16204[11:05:48.655] Format host information updated +Info 16205[11:05:48.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16206[11:05:48.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 7.543506999965757ms +Info 16207[11:05:48.807] Different program with same set of files +Info 16208[11:05:48.807] getCompletionData: Get current token: 0.004000000189989805 +Info 16209[11:05:48.807] getCompletionData: Is inside comment: 0.012022999580949545 +Info 16210[11:05:48.807] getCompletionData: Get previous token: 0.02147099981084466 +Info 16211[11:05:48.807] getCompletionsAtPosition: isCompletionListBlocker: 0.0029449998401105404 +Info 16212[11:05:48.808] getExportInfoMap: cache hit +Info 16213[11:05:48.812] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 24 from cache +Info 16214[11:05:48.812] collectAutoImports: response is complete +Info 16215[11:05:48.812] collectAutoImports: 3.673713999800384 +Info 16216[11:05:48.812] getCompletionData: Semantic work: 4.315170000307262 +Info 16217[11:05:48.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.340309999883175 +Info 16218[11:05:48.815] Format host information updated +Info 16219[11:05:48.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16220[11:05:48.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 9.848206999711692ms +Info 16221[11:05:48.873] Different program with same set of files +Info 16222[11:05:48.873] getCompletionData: Get current token: 0.003208999987691641 +Info 16223[11:05:48.873] getCompletionData: Is inside comment: 0.009963000193238258 +Info 16224[11:05:48.873] getCompletionData: Get previous token: 0.017022000160068274 +Info 16225[11:05:48.873] getCompletionsAtPosition: isCompletionListBlocker: 0.0022529996931552887 +Info 16226[11:05:48.874] getExportInfoMap: cache hit +Info 16227[11:05:48.876] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 16228[11:05:48.876] collectAutoImports: response is complete +Info 16229[11:05:48.876] collectAutoImports: 2.319844000041485 +Info 16230[11:05:48.876] getCompletionData: Semantic work: 2.8829019996337593 +Info 16231[11:05:48.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1613349998369813 +Info 16232[11:05:48.878] Format host information updated +Info 16233[11:05:49.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16234[11:05:49.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 7.290684000123292ms +Info 16235[11:05:49.015] Different program with same set of files +Info 16236[11:05:49.015] getCompletionData: Get current token: 0.003892000298947096 +Info 16237[11:05:49.015] getCompletionData: Is inside comment: 0.01157799968495965 +Info 16238[11:05:49.015] getCompletionData: Get previous token: 0.020420999731868505 +Info 16239[11:05:49.015] getCompletionsAtPosition: isCompletionListBlocker: 0.003368999809026718 +Info 16240[11:05:49.016] getExportInfoMap: cache hit +Info 16241[11:05:49.020] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 16242[11:05:49.020] collectAutoImports: response is complete +Info 16243[11:05:49.020] collectAutoImports: 4.78591200010851 +Info 16244[11:05:49.020] getCompletionData: Semantic work: 5.433459999971092 +Info 16245[11:05:49.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4389809998683631 +Info 16246[11:05:49.023] Format host information updated +Info 16247[11:05:49.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16248[11:05:49.094] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 8.107683999929577ms +Info 16249[11:05:49.094] Different program with same set of files +Info 16250[11:05:49.094] getCompletionData: Get current token: 0.0038769999518990517 +Info 16251[11:05:49.094] getCompletionData: Is inside comment: 0.0117790000513196 +Info 16252[11:05:49.094] getCompletionData: Get previous token: 0.02080800011754036 +Info 16253[11:05:49.094] getCompletionsAtPosition: isCompletionListBlocker: 0.0030990000814199448 +Info 16254[11:05:49.095] getExportInfoMap: cache hit +Info 16255[11:05:49.098] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 16256[11:05:49.098] collectAutoImports: response is complete +Info 16257[11:05:49.098] collectAutoImports: 2.617766000330448 +Info 16258[11:05:49.098] getCompletionData: Semantic work: 3.262263999786228 +Info 16259[11:05:49.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2508239997550845 +Info 16260[11:05:49.100] Format host information updated +Info 16261[11:05:49.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16262[11:05:49.173] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 17.70952199958265ms +Info 16263[11:05:49.173] Different program with same set of files +Info 16264[11:05:49.173] getCompletionData: Get current token: 0.007695999927818775 +Info 16265[11:05:49.173] getCompletionData: Is inside comment: 0.022133999969810247 +Info 16266[11:05:49.174] getCompletionData: Get previous token: 0.03881100006401539 +Info 16267[11:05:49.174] getCompletionsAtPosition: isCompletionListBlocker: 0.00508299982175231 +Info 16268[11:05:49.175] getExportInfoMap: cache hit +Info 16269[11:05:49.180] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 16270[11:05:49.180] collectAutoImports: response is complete +Info 16271[11:05:49.180] collectAutoImports: 5.025400999933481 +Info 16272[11:05:49.180] getCompletionData: Semantic work: 6.140972999855876 +Info 16273[11:05:49.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.11856700014323 +Info 16274[11:05:49.183] Format host information updated +Info 16275[11:05:49.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16276[11:05:49.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 8.307596000377089ms +Info 16277[11:05:49.288] Different program with same set of files +Info 16278[11:05:49.288] getCompletionData: Get current token: 0.0044450000859797 +Info 16279[11:05:49.288] getCompletionData: Is inside comment: 0.013406000100076199 +Info 16280[11:05:49.288] getCompletionData: Get previous token: 0.02307200012728572 +Info 16281[11:05:49.288] getCompletionsAtPosition: isCompletionListBlocker: 0.002876000013202429 +Info 16282[11:05:49.289] getExportInfoMap: cache hit +Info 16283[11:05:49.292] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 16284[11:05:49.292] collectAutoImports: response is complete +Info 16285[11:05:49.292] collectAutoImports: 2.936073000077158 +Info 16286[11:05:49.292] getCompletionData: Semantic work: 3.613265000283718 +Info 16287[11:05:49.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3993639997206628 +Info 16288[11:05:49.296] Format host information updated +Info 16289[11:05:49.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16290[11:05:49.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 6.827426000032574ms +Info 16291[11:05:49.413] Different program with same set of files +Info 16292[11:05:49.413] getCompletionData: Get current token: 0.0035279998555779457 +Info 16293[11:05:49.413] getCompletionData: Is inside comment: 0.010811000131070614 +Info 16294[11:05:49.413] getCompletionData: Get previous token: 0.018757000099867582 +Info 16295[11:05:49.414] getCompletionsAtPosition: isCompletionListBlocker: 0.0025679999962449074 +Info 16296[11:05:49.414] getExportInfoMap: cache hit +Info 16297[11:05:49.417] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 16298[11:05:49.417] collectAutoImports: response is complete +Info 16299[11:05:49.417] collectAutoImports: 2.4618480000644922 +Info 16300[11:05:49.417] getCompletionData: Semantic work: 3.0339449997991323 +Info 16301[11:05:49.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2382950000464916 +Info 16302[11:05:49.418] Format host information updated +Info 16303[11:05:49.995] Format host information updated +Info 16304[11:05:49.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16305[11:05:50.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 7.361291999928653ms +Info 16306[11:05:50.003] Different program with same set of files +Info 16307[11:05:54.750] Format host information updated +Info 16308[11:05:54.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16309[11:05:54.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 798 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.303359000012279ms +Info 16310[11:05:54.763] Different program with same set of files +Info 16311[11:05:55.692] Format host information updated +Info 16312[11:05:55.692] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16313[11:05:55.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 799 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.033784999977797ms +Info 16314[11:05:55.703] Different program with same set of files +Info 16315[11:05:56.642] Format host information updated +Info 16316[11:05:56.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16317[11:05:56.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 7.190506000071764ms +Info 16318[11:05:56.650] Different program with same set of files +Info 16319[11:05:56.789] Format host information updated +Info 16320[11:05:56.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16321[11:05:56.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 7.515982999932021ms +Info 16322[11:05:56.797] Different program with same set of files +Info 16323[11:06:00.313] Format host information updated +Info 16324[11:06:00.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16325[11:06:00.340] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 26.105777999851853ms +Info 16326[11:06:00.340] Different program with same set of files +Info 16327[11:06:00.499] Format host information updated +Info 16328[11:06:00.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16329[11:06:00.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 10.124096000101417ms +Info 16330[11:06:00.509] Different program with same set of files +Info 16331[11:06:01.427] Format host information updated +Info 16332[11:06:01.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16333[11:06:01.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 13.743788999971002ms +Info 16334[11:06:01.441] Different program with same set of files +Info 16335[11:06:01.662] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16336[11:06:01.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 805 structureChanged: false structureIsReused:: Completely Elapsed: 12.686067000031471ms +Info 16337[11:06:01.675] Different program with same set of files +Info 16338[11:06:01.675] getCompletionData: Get current token: 0.003957000095397234 +Info 16339[11:06:01.675] getCompletionData: Is inside comment: 0.009936000220477581 +Info 16340[11:06:01.675] getCompletionData: Get previous token: 0.030919000040739775 +Info 16341[11:06:01.675] getCompletionsAtPosition: isCompletionListBlocker: 0.00817899964749813 +Info 16342[11:06:01.676] getExportInfoMap: cache hit +Info 16343[11:06:01.684] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 218 from cache +Info 16344[11:06:01.684] collectAutoImports: response is complete +Info 16345[11:06:01.684] collectAutoImports: 7.597041999921203 +Info 16346[11:06:01.684] getCompletionData: Semantic work: 8.886270999908447 +Info 16347[11:06:01.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.144756999798119 +Info 16348[11:06:01.688] Format host information updated +Info 16349[11:06:01.986] Format host information updated +Info 16350[11:06:01.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16351[11:06:01.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 12.486868999898434ms +Info 16352[11:06:01.998] Different program with same set of files +Info 16353[11:06:02.139] Format host information updated +Info 16354[11:06:02.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16355[11:06:02.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 14.413937000092119ms +Info 16356[11:06:02.154] Different program with same set of files +Info 16357[11:06:02.285] Format host information updated +Info 16358[11:06:02.285] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16359[11:06:02.296] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 10.787952000275254ms +Info 16360[11:06:02.296] Different program with same set of files +Info 16361[11:06:02.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16362[11:06:02.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 10.246755999978632ms +Info 16363[11:06:02.481] Different program with same set of files +Info 16364[11:06:02.481] getCompletionData: Get current token: 0.003955999854952097 +Info 16365[11:06:02.481] getCompletionData: Is inside comment: 0.010040999855846167 +Info 16366[11:06:02.481] getCompletionData: Get previous token: 0.10171999968588352 +Info 16367[11:06:02.481] getCompletionsAtPosition: isCompletionListBlocker: 0.008655000012367964 +Info 16368[11:06:02.483] getExportInfoMap: cache hit +Info 16369[11:06:02.491] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 218 from cache +Info 16370[11:06:02.491] collectAutoImports: response is complete +Info 16371[11:06:02.491] collectAutoImports: 8.380841000005603 +Info 16372[11:06:02.491] getCompletionData: Semantic work: 9.738340999931097 +Info 16373[11:06:02.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4304740000516176 +Info 16374[11:06:02.496] Format host information updated +Info 16375[11:06:02.620] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16376[11:06:02.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 810 structureChanged: false structureIsReused:: Completely Elapsed: 12.24248700030148ms +Info 16377[11:06:02.633] Different program with same set of files +Info 16378[11:06:02.633] getCompletionData: Get current token: 0.009442000184208155 +Info 16379[11:06:02.633] getCompletionData: Is inside comment: 0.027559000067412853 +Info 16380[11:06:02.633] getCompletionData: Get previous token: 0.054948000237345695 +Info 16381[11:06:02.633] getCompletionsAtPosition: isCompletionListBlocker: 0.013520999811589718 +Info 16382[11:06:02.636] getExportInfoMap: cache hit +Info 16383[11:06:02.646] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 112 from cache +Info 16384[11:06:02.646] collectAutoImports: response is complete +Info 16385[11:06:02.646] collectAutoImports: 9.586809000000358 +Info 16386[11:06:02.646] getCompletionData: Semantic work: 12.23040800029412 +Info 16387[11:06:02.648] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.645405000075698 +Info 16388[11:06:02.651] Format host information updated +Info 16389[11:06:02.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16390[11:06:02.754] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 22.739959999918938ms +Info 16391[11:06:02.754] Different program with same set of files +Info 16392[11:06:02.754] getCompletionData: Get current token: 0.010267999954521656 +Info 16393[11:06:02.754] getCompletionData: Is inside comment: 0.02847500005736947 +Info 16394[11:06:02.754] getCompletionData: Get previous token: 0.05375399999320507 +Info 16395[11:06:02.754] getCompletionsAtPosition: isCompletionListBlocker: 0.017407999839633703 +Info 16396[11:06:02.757] getExportInfoMap: cache hit +Info 16397[11:06:02.772] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16398[11:06:02.772] collectAutoImports: response is complete +Info 16399[11:06:02.772] collectAutoImports: 15.07217499986291 +Info 16400[11:06:02.772] getCompletionData: Semantic work: 17.856328999623656 +Info 16401[11:06:02.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.07713899994269 +Info 16402[11:06:02.781] Format host information updated +Info 16403[11:06:02.799] Format host information updated +Info 16404[11:06:02.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16405[11:06:02.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 6.919480000156909ms +Info 16406[11:06:02.806] Different program with same set of files +Info 16407[11:06:02.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16408[11:06:02.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 9.279682999942452ms +Info 16409[11:06:02.958] Different program with same set of files +Info 16410[11:06:02.958] getCompletionData: Get current token: 0.005402999930083752 +Info 16411[11:06:02.958] getCompletionData: Is inside comment: 0.011207000352442265 +Info 16412[11:06:02.958] getCompletionData: Get previous token: 0.019394999835640192 +Info 16413[11:06:02.958] getCompletionsAtPosition: isCompletionListBlocker: 0.0017059999518096447 +Info 16414[11:06:02.958] Returning an empty list because completion was requested in an invalid position. +Info 16415[11:06:02.960] Format host information updated +Info 16416[11:06:03.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16417[11:06:03.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 7.336992000229657ms +Info 16418[11:06:03.049] Different program with same set of files +Info 16419[11:06:03.050] getCompletionData: Get current token: 0.004745999816805124 +Info 16420[11:06:03.050] getCompletionData: Is inside comment: 0.011919000186026096 +Info 16421[11:06:03.050] getCompletionData: Get previous token: 0.019911000039428473 +Info 16422[11:06:03.050] getCompletionsAtPosition: isCompletionListBlocker: 0.0018880004063248634 +Info 16423[11:06:03.050] Returning an empty list because completion was requested in an invalid position. +Info 16424[11:06:03.050] Format host information updated +Info 16425[11:06:03.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16426[11:06:03.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 10.895946000237018ms +Info 16427[11:06:03.154] Different program with same set of files +Info 16428[11:06:03.154] getCompletionData: Get current token: 0.004569999873638153 +Info 16429[11:06:03.154] getCompletionData: Is inside comment: 0.01068100007250905 +Info 16430[11:06:03.154] getCompletionData: Get previous token: 0.017077000346034765 +Info 16431[11:06:03.154] getCompletionsAtPosition: isCompletionListBlocker: 0.0017510000616312027 +Info 16432[11:06:03.154] Returning an empty list because completion was requested in an invalid position. +Info 16433[11:06:03.154] Format host information updated +Info 16434[11:06:03.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16435[11:06:03.263] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 8.059007999952883ms +Info 16436[11:06:03.263] Different program with same set of files +Info 16437[11:06:03.263] getCompletionData: Get current token: 0.004857999738305807 +Info 16438[11:06:03.263] getCompletionData: Is inside comment: 0.012442999985069036 +Info 16439[11:06:03.263] getCompletionData: Get previous token: 0.028782000299543142 +Info 16440[11:06:03.263] getCompletionsAtPosition: isCompletionListBlocker: 0.002392000053077936 +Info 16441[11:06:03.263] Returning an empty list because completion was requested in an invalid position. +Info 16442[11:06:03.264] Format host information updated +Info 16443[11:06:04.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16444[11:06:04.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 10.365182999987155ms +Info 16445[11:06:04.887] Different program with same set of files +Info 16446[11:06:04.887] getCompletionData: Get current token: 0.004038000013679266 +Info 16447[11:06:04.887] getCompletionData: Is inside comment: 0.009765000082552433 +Info 16448[11:06:04.888] getCompletionData: Get previous token: 0.015684000216424465 +Info 16449[11:06:04.888] getCompletionsAtPosition: isCompletionListBlocker: 0.0018560001626610756 +Info 16450[11:06:04.888] Returning an empty list because completion was requested in an invalid position. +Info 16451[11:06:04.888] Format host information updated +Info 16452[11:06:06.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16453[11:06:06.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 818 structureChanged: false structureIsReused:: Completely Elapsed: 7.393957000225782ms +Info 16454[11:06:06.063] Different program with same set of files +Info 16455[11:06:06.064] getCompletionData: Get current token: 0.004175000358372927 +Info 16456[11:06:06.064] getCompletionData: Is inside comment: 0.010861000046133995 +Info 16457[11:06:06.064] getCompletionData: Get previous token: 0.018114999867975712 +Info 16458[11:06:06.064] getCompletionsAtPosition: isCompletionListBlocker: 0.0018029999919235706 +Info 16459[11:06:06.064] Returning an empty list because completion was requested in an invalid position. +Info 16460[11:06:06.067] Format host information updated +Info 16461[11:06:06.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16462[11:06:06.346] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 819 structureChanged: false structureIsReused:: Completely Elapsed: 8.51662899972871ms +Info 16463[11:06:06.346] Different program with same set of files +Info 16464[11:06:06.346] getCompletionData: Get current token: 0.004635999910533428 +Info 16465[11:06:06.346] getCompletionData: Is inside comment: 0.014021999668329954 +Info 16466[11:06:06.346] getCompletionData: Get previous token: 0.03511400008574128 +Info 16467[11:06:06.346] getCompletionsAtPosition: isCompletionListBlocker: 0.002120000310242176 +Info 16468[11:06:06.346] Returning an empty list because completion was requested in an invalid position. +Info 16469[11:06:06.347] Format host information updated +Info 16470[11:06:06.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16471[11:06:06.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 820 structureChanged: false structureIsReused:: Completely Elapsed: 8.219181000255048ms +Info 16472[11:06:06.514] Different program with same set of files +Info 16473[11:06:06.514] getCompletionData: Get current token: 0.004858999978750944 +Info 16474[11:06:06.514] getCompletionData: Is inside comment: 0.014851000159978867 +Info 16475[11:06:06.514] getCompletionData: Get previous token: 0.024379999842494726 +Info 16476[11:06:06.514] getCompletionsAtPosition: isCompletionListBlocker: 0.0019379998557269573 +Info 16477[11:06:06.514] Returning an empty list because completion was requested in an invalid position. +Info 16478[11:06:06.514] Format host information updated +Info 16479[11:06:06.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16480[11:06:06.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 821 structureChanged: false structureIsReused:: Completely Elapsed: 9.87044999981299ms +Info 16481[11:06:06.617] Different program with same set of files +Info 16482[11:06:06.617] getCompletionData: Get current token: 0.004367999732494354 +Info 16483[11:06:06.617] getCompletionData: Is inside comment: 0.013017000164836645 +Info 16484[11:06:06.617] getCompletionData: Get previous token: 0.022105999756604433 +Info 16485[11:06:06.617] getCompletionsAtPosition: isCompletionListBlocker: 0.0022330000065267086 +Info 16486[11:06:06.617] Returning an empty list because completion was requested in an invalid position. +Info 16487[11:06:06.617] Format host information updated +Info 16488[11:06:06.710] Format host information updated +Info 16489[11:06:06.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16490[11:06:06.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 822 structureChanged: false structureIsReused:: Completely Elapsed: 28.969568999949843ms +Info 16491[11:06:06.740] Different program with same set of files +Info 16492[11:06:07.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16493[11:06:07.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 823 structureChanged: false structureIsReused:: Completely Elapsed: 7.603527000173926ms +Info 16494[11:06:07.068] Different program with same set of files +Info 16495[11:06:07.068] getCompletionData: Get current token: 0.004160999786108732 +Info 16496[11:06:07.068] getCompletionData: Is inside comment: 0.013375000096857548 +Info 16497[11:06:07.068] getCompletionData: Get previous token: 0.022625999990850687 +Info 16498[11:06:07.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0016689999029040337 +Info 16499[11:06:07.068] Returning an empty list because completion was requested in an invalid position. +Info 16500[11:06:07.068] Format host information updated +Info 16501[11:06:07.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16502[11:06:07.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 824 structureChanged: false structureIsReused:: Completely Elapsed: 9.152854999992996ms +Info 16503[11:06:07.223] Different program with same set of files +Info 16504[11:06:07.223] getCompletionData: Get current token: 0.004149000160396099 +Info 16505[11:06:07.223] getCompletionData: Is inside comment: 0.011866000015288591 +Info 16506[11:06:07.223] getCompletionData: Get previous token: 0.020608999766409397 +Info 16507[11:06:07.223] getCompletionsAtPosition: isCompletionListBlocker: 0.0020280000753700733 +Info 16508[11:06:07.223] Returning an empty list because completion was requested in an invalid position. +Info 16509[11:06:07.223] Format host information updated +Info 16510[11:06:07.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16511[11:06:07.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 825 structureChanged: false structureIsReused:: Completely Elapsed: 11.247591000050306ms +Info 16512[11:06:07.287] Different program with same set of files +Info 16513[11:06:07.287] getCompletionData: Get current token: 0.007127000018954277 +Info 16514[11:06:07.287] getCompletionData: Is inside comment: 0.020674999803304672 +Info 16515[11:06:07.287] getCompletionData: Get previous token: 0.035352999810129404 +Info 16516[11:06:07.288] getCompletionsAtPosition: isCompletionListBlocker: 0.020487000234425068 +Info 16517[11:06:07.288] Returning an empty list because completion was requested in an invalid position. +Info 16518[11:06:07.288] Format host information updated +Info 16519[11:06:07.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16520[11:06:07.810] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 826 structureChanged: false structureIsReused:: Completely Elapsed: 9.621398999821395ms +Info 16521[11:06:07.810] Different program with same set of files +Info 16522[11:06:07.810] getCompletionData: Get current token: 0.0041519999504089355 +Info 16523[11:06:07.810] getCompletionData: Is inside comment: 0.011808000039309263 +Info 16524[11:06:07.810] getCompletionData: Get previous token: 0.01981899980455637 +Info 16525[11:06:07.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0017830003052949905 +Info 16526[11:06:07.810] Returning an empty list because completion was requested in an invalid position. +Info 16527[11:06:07.810] Format host information updated +Info 16528[11:06:07.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16529[11:06:07.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 827 structureChanged: false structureIsReused:: Completely Elapsed: 7.460887999739498ms +Info 16530[11:06:07.931] Different program with same set of files +Info 16531[11:06:07.931] getCompletionData: Get current token: 0.004057999700307846 +Info 16532[11:06:07.931] getCompletionData: Is inside comment: 0.011266000103205442 +Info 16533[11:06:07.931] getCompletionData: Get previous token: 0.018841000273823738 +Info 16534[11:06:07.931] getCompletionsAtPosition: isCompletionListBlocker: 0.0016540000215172768 +Info 16535[11:06:07.931] Returning an empty list because completion was requested in an invalid position. +Info 16536[11:06:07.931] Format host information updated +Info 16537[11:06:08.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16538[11:06:08.142] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 828 structureChanged: false structureIsReused:: Completely Elapsed: 9.968160999938846ms +Info 16539[11:06:08.142] Different program with same set of files +Info 16540[11:06:08.142] getCompletionData: Get current token: 0.003918999806046486 +Info 16541[11:06:08.142] getCompletionData: Is inside comment: 0.011775000020861626 +Info 16542[11:06:08.142] getCompletionData: Get previous token: 0.019127999898046255 +Info 16543[11:06:08.142] getCompletionsAtPosition: isCompletionListBlocker: 0.001813999842852354 +Info 16544[11:06:08.142] Returning an empty list because completion was requested in an invalid position. +Info 16545[11:06:08.143] Format host information updated +Info 16546[11:06:08.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16547[11:06:08.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 829 structureChanged: false structureIsReused:: Completely Elapsed: 8.40138900000602ms +Info 16548[11:06:08.255] Different program with same set of files +Info 16549[11:06:08.255] getCompletionData: Get current token: 0.005122000351548195 +Info 16550[11:06:08.255] getCompletionData: Is inside comment: 0.015068999957293272 +Info 16551[11:06:08.255] getCompletionData: Get previous token: 0.024808000307530165 +Info 16552[11:06:08.255] getCompletionsAtPosition: isCompletionListBlocker: 0.001886999700218439 +Info 16553[11:06:08.255] Returning an empty list because completion was requested in an invalid position. +Info 16554[11:06:08.258] Format host information updated +Info 16555[11:06:08.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16556[11:06:08.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 830 structureChanged: false structureIsReused:: Completely Elapsed: 7.473888000007719ms +Info 16557[11:06:08.419] Different program with same set of files +Info 16558[11:06:08.419] getCompletionData: Get current token: 0.0045779999345541 +Info 16559[11:06:08.419] getCompletionData: Is inside comment: 0.013381000142544508 +Info 16560[11:06:08.419] getCompletionData: Get previous token: 0.02264299988746643 +Info 16561[11:06:08.419] getCompletionsAtPosition: isCompletionListBlocker: 0.001711999997496605 +Info 16562[11:06:08.419] Returning an empty list because completion was requested in an invalid position. +Info 16563[11:06:08.419] Format host information updated +Info 16564[11:06:08.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16565[11:06:08.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 831 structureChanged: false structureIsReused:: Completely Elapsed: 36.05861099995673ms +Info 16566[11:06:08.633] Different program with same set of files +Info 16567[11:06:08.634] getCompletionData: Get current token: 0.00851700035855174 +Info 16568[11:06:08.634] getCompletionData: Is inside comment: 0.022947000339627266 +Info 16569[11:06:08.634] getCompletionData: Get previous token: 0.037281000055372715 +Info 16570[11:06:08.634] getCompletionsAtPosition: isCompletionListBlocker: 0.0029239999130368233 +Info 16571[11:06:08.634] Returning an empty list because completion was requested in an invalid position. +Info 16572[11:06:08.634] Format host information updated +Info 16573[11:06:08.822] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16574[11:06:08.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 832 structureChanged: false structureIsReused:: Completely Elapsed: 7.177889000158757ms +Info 16575[11:06:08.830] Different program with same set of files +Info 16576[11:06:08.830] getCompletionData: Get current token: 0.003690000157803297 +Info 16577[11:06:08.830] getCompletionData: Is inside comment: 0.01814600033685565 +Info 16578[11:06:08.830] getCompletionData: Get previous token: 0.03326900023967028 +Info 16579[11:06:08.830] getCompletionsAtPosition: isCompletionListBlocker: 0.0013700001873075962 +Info 16580[11:06:08.830] Returning an empty list because completion was requested in an invalid position. +Info 16581[11:06:08.830] Format host information updated +Info 16582[11:06:09.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16583[11:06:09.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 833 structureChanged: false structureIsReused:: Completely Elapsed: 11.012897999957204ms +Info 16584[11:06:09.045] Different program with same set of files +Info 16585[11:06:09.045] getCompletionData: Get current token: 0.007243999745696783 +Info 16586[11:06:09.045] getCompletionData: Is inside comment: 0.022884000092744827 +Info 16587[11:06:09.045] getCompletionData: Get previous token: 0.021323000080883503 +Info 16588[11:06:09.045] getCompletionsAtPosition: isCompletionListBlocker: 0.00940600037574768 +Info 16589[11:06:09.046] getExportInfoMap: cache hit +Info 16590[11:06:09.070] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16591[11:06:09.070] collectAutoImports: response is complete +Info 16592[11:06:09.070] collectAutoImports: 24.039323000237346 +Info 16593[11:06:09.070] getCompletionData: Semantic work: 25.105214999988675 +Info 16594[11:06:09.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.6974309999495745 +Info 16595[11:06:09.082] Format host information updated +Info 16596[11:06:09.190] Format host information updated +Info 16597[11:06:09.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16598[11:06:09.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 834 structureChanged: false structureIsReused:: Completely Elapsed: 8.31998600019142ms +Info 16599[11:06:09.199] Different program with same set of files +Info 16600[11:06:10.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16601[11:06:10.374] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 835 structureChanged: false structureIsReused:: Completely Elapsed: 9.310412999708205ms +Info 16602[11:06:10.374] Different program with same set of files +Info 16603[11:06:10.374] getCompletionData: Get current token: 0.00660800002515316 +Info 16604[11:06:10.374] getCompletionData: Is inside comment: 0.013275999575853348 +Info 16605[11:06:10.374] getCompletionData: Get previous token: 0.011799000203609467 +Info 16606[11:06:10.374] getCompletionsAtPosition: isCompletionListBlocker: 0.0018839999102056026 +Info 16607[11:06:10.374] Returning an empty list because completion was requested in an invalid position. +Info 16608[11:06:10.374] Format host information updated +Info 16609[11:06:10.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16610[11:06:10.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 836 structureChanged: false structureIsReused:: Completely Elapsed: 7.270746000111103ms +Info 16611[11:06:10.485] Different program with same set of files +Info 16612[11:06:10.485] getCompletionData: Get current token: 0.004478000104427338 +Info 16613[11:06:10.485] getCompletionData: Is inside comment: 0.013819999992847443 +Info 16614[11:06:10.485] getCompletionData: Get previous token: 0.0121760000474751 +Info 16615[11:06:10.485] getCompletionsAtPosition: isCompletionListBlocker: 0.008542999625205994 +Info 16616[11:06:10.485] getExportInfoMap: cache hit +Info 16617[11:06:10.505] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16618[11:06:10.505] collectAutoImports: response is complete +Info 16619[11:06:10.505] collectAutoImports: 19.449494999833405 +Info 16620[11:06:10.505] getCompletionData: Semantic work: 20.080355999991298 +Info 16621[11:06:10.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.740339000243694 +Info 16622[11:06:10.517] Format host information updated +Info 16623[11:06:10.871] getCompletionData: Get current token: 0.02270000008866191 +Info 16624[11:06:10.871] getCompletionData: Is inside comment: 0.004364000167697668 +Info 16625[11:06:10.871] getCompletionData: Get previous token: 0.0803439998999238 +Info 16626[11:06:10.871] getCompletionsAtPosition: isCompletionListBlocker: 0.010534000117331743 +Info 16627[11:06:10.873] getExportInfoMap: cache hit +Info 16628[11:06:10.910] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16629[11:06:10.910] collectAutoImports: response is complete +Info 16630[11:06:10.910] collectAutoImports: 36.67387400008738 +Info 16631[11:06:10.910] getCompletionData: Semantic work: 38.86852699983865 +Info 16632[11:06:10.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.619735000189394 +Info 16633[11:06:10.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16634[11:06:11.026] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 837 structureChanged: false structureIsReused:: Completely Elapsed: 32.25274399993941ms +Info 16635[11:06:11.026] Different program with same set of files +Info 16636[11:06:11.026] getCompletionData: Get current token: 0.015622999984771013 +Info 16637[11:06:11.026] getCompletionData: Is inside comment: 0.0026119998656213284 +Info 16638[11:06:11.026] getCompletionData: Get previous token: 0.09744099993258715 +Info 16639[11:06:11.026] getCompletionsAtPosition: isCompletionListBlocker: 0.005500000435858965 +Info 16640[11:06:11.028] getExportInfoMap: cache hit +Info 16641[11:06:11.038] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 16642[11:06:11.038] collectAutoImports: response is complete +Info 16643[11:06:11.038] collectAutoImports: 10.035226000007242 +Info 16644[11:06:11.038] getCompletionData: Semantic work: 11.758377999998629 +Info 16645[11:06:11.041] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2231330000795424 +Info 16646[11:06:11.043] Format host information updated +Info 16647[11:06:11.517] getCompletionData: Get current token: 0.007387999910861254 +Info 16648[11:06:11.517] getCompletionData: Is inside comment: 0.019417000003159046 +Info 16649[11:06:11.518] getCompletionData: Get previous token: 0.0183119997382164 +Info 16650[11:06:11.518] getCompletionsAtPosition: isCompletionListBlocker: 0.011855999939143658 +Info 16651[11:06:11.518] getExportInfoMap: cache hit +Info 16652[11:06:11.529] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16653[11:06:11.529] collectAutoImports: response is complete +Info 16654[11:06:11.529] collectAutoImports: 10.921272000297904 +Info 16655[11:06:11.529] getCompletionData: Semantic work: 11.561253999825567 +Info 16656[11:06:11.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1554260002449155 +Info 16657[11:06:11.661] Format host information updated +Info 16658[11:06:11.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16659[11:06:11.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 838 structureChanged: false structureIsReused:: Completely Elapsed: 9.289224999956787ms +Info 16660[11:06:11.670] Different program with same set of files +Info 16661[11:06:11.729] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16662[11:06:11.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 839 structureChanged: false structureIsReused:: Completely Elapsed: 11.441955999936908ms +Info 16663[11:06:11.741] Different program with same set of files +Info 16664[11:06:11.741] getCompletionData: Get current token: 0.008471999783068895 +Info 16665[11:06:11.741] getCompletionData: Is inside comment: 0.02558800019323826 +Info 16666[11:06:11.741] getCompletionData: Get previous token: 0.022893999703228474 +Info 16667[11:06:11.741] getCompletionsAtPosition: isCompletionListBlocker: 0.013054999988526106 +Info 16668[11:06:11.742] getExportInfoMap: cache hit +Info 16669[11:06:11.764] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16670[11:06:11.764] collectAutoImports: response is complete +Info 16671[11:06:11.764] collectAutoImports: 21.971143000293523 +Info 16672[11:06:11.764] getCompletionData: Semantic work: 22.99345100019127 +Info 16673[11:06:11.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.132791999727488 +Info 16674[11:06:11.773] Format host information updated +Info 16675[11:06:11.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16676[11:06:12.007] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 840 structureChanged: false structureIsReused:: Completely Elapsed: 7.40751100005582ms +Info 16677[11:06:12.007] Different program with same set of files +Info 16678[11:06:12.007] getCompletionData: Get current token: 0.0057299998588860035 +Info 16679[11:06:12.007] getCompletionData: Is inside comment: 0.01447100006043911 +Info 16680[11:06:12.007] getCompletionData: Get previous token: 0.012879999820142984 +Info 16681[11:06:12.007] getCompletionsAtPosition: isCompletionListBlocker: 0.008736000396311283 +Info 16682[11:06:12.008] getExportInfoMap: cache hit +Info 16683[11:06:12.020] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16684[11:06:12.020] collectAutoImports: response is complete +Info 16685[11:06:12.020] collectAutoImports: 12.243946999777108 +Info 16686[11:06:12.020] getCompletionData: Semantic work: 12.829116000328213 +Info 16687[11:06:12.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7382060000672936 +Info 16688[11:06:12.027] Format host information updated +Info 16689[11:06:12.060] Format host information updated +Info 16690[11:06:12.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16691[11:06:12.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 841 structureChanged: false structureIsReused:: Completely Elapsed: 7.050691999960691ms +Info 16692[11:06:12.067] Different program with same set of files +Info 16693[11:06:14.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16694[11:06:14.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 842 structureChanged: false structureIsReused:: Completely Elapsed: 6.895162999629974ms +Info 16695[11:06:14.939] Different program with same set of files +Info 16696[11:06:14.939] getCompletionData: Get current token: 0.0036549996584653854 +Info 16697[11:06:14.939] getCompletionData: Is inside comment: 0.010792999994009733 +Info 16698[11:06:14.939] getCompletionData: Get previous token: 0.019362999591976404 +Info 16699[11:06:14.939] getCompletionsAtPosition: isCompletionListBlocker: 0.007067000027745962 +Info 16700[11:06:14.940] getExportInfoMap: cache hit +Info 16701[11:06:14.945] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 16702[11:06:14.945] collectAutoImports: response is complete +Info 16703[11:06:14.945] collectAutoImports: 4.800888000056148 +Info 16704[11:06:14.945] getCompletionData: Semantic work: 5.436447000131011 +Info 16705[11:06:14.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.525332999881357 +Info 16706[11:06:14.948] Format host information updated +Info 16707[11:06:15.341] Format host information updated +Info 16708[11:06:15.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16709[11:06:15.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 843 structureChanged: false structureIsReused:: Completely Elapsed: 6.560467000119388ms +Info 16710[11:06:15.347] Different program with same set of files +Info 16711[11:06:15.461] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16712[11:06:15.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 844 structureChanged: false structureIsReused:: Completely Elapsed: 7.034467000048608ms +Info 16713[11:06:15.468] Different program with same set of files +Info 16714[11:06:15.468] getCompletionData: Get current token: 0.004625000059604645 +Info 16715[11:06:15.469] getCompletionData: Is inside comment: 0.014139000326395035 +Info 16716[11:06:15.469] getCompletionData: Get previous token: 0.012725000269711018 +Info 16717[11:06:15.469] getCompletionsAtPosition: isCompletionListBlocker: 0.008222999982535839 +Info 16718[11:06:15.469] getExportInfoMap: cache hit +Info 16719[11:06:15.483] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16720[11:06:15.483] collectAutoImports: response is complete +Info 16721[11:06:15.483] collectAutoImports: 13.50016999989748 +Info 16722[11:06:15.483] getCompletionData: Semantic work: 14.035025000106543 +Info 16723[11:06:15.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.92680099979043 +Info 16724[11:06:15.490] Format host information updated +Info 16725[11:06:15.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16726[11:06:15.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 845 structureChanged: false structureIsReused:: Completely Elapsed: 10.756830000318587ms +Info 16727[11:06:15.673] Different program with same set of files +Info 16728[11:06:15.674] getCompletionData: Get current token: 0.011231000069528818 +Info 16729[11:06:15.674] getCompletionData: Is inside comment: 0.02828000020235777 +Info 16730[11:06:15.674] getCompletionData: Get previous token: 0.02644599974155426 +Info 16731[11:06:15.674] getCompletionsAtPosition: isCompletionListBlocker: 0.011597000062465668 +Info 16732[11:06:15.675] getExportInfoMap: cache hit +Info 16733[11:06:15.690] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16734[11:06:15.690] collectAutoImports: response is complete +Info 16735[11:06:15.690] collectAutoImports: 15.365972999949008 +Info 16736[11:06:15.690] getCompletionData: Semantic work: 16.2930870000273 +Info 16737[11:06:15.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9869909998960793 +Info 16738[11:06:15.698] Format host information updated +Info 16739[11:06:15.722] Format host information updated +Info 16740[11:06:15.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16741[11:06:15.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 846 structureChanged: false structureIsReused:: Completely Elapsed: 6.586974000092596ms +Info 16742[11:06:15.729] Different program with same set of files +Info 16743[11:06:16.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16744[11:06:16.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 847 structureChanged: false structureIsReused:: Completely Elapsed: 9.422172000166029ms +Info 16745[11:06:16.067] Different program with same set of files +Info 16746[11:06:16.068] getCompletionData: Get current token: 0.004307999741286039 +Info 16747[11:06:16.068] getCompletionData: Is inside comment: 0.01291300030425191 +Info 16748[11:06:16.068] getCompletionData: Get previous token: 0.02644499996677041 +Info 16749[11:06:16.068] getCompletionsAtPosition: isCompletionListBlocker: 0.010863000061362982 +Info 16750[11:06:16.068] getExportInfoMap: cache hit +Info 16751[11:06:16.073] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 16752[11:06:16.073] collectAutoImports: response is complete +Info 16753[11:06:16.073] collectAutoImports: 4.11219900008291 +Info 16754[11:06:16.073] getCompletionData: Semantic work: 4.801982999779284 +Info 16755[11:06:16.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.522671999875456 +Info 16756[11:06:16.075] Format host information updated +Info 16757[11:06:16.253] Format host information updated +Info 16758[11:06:16.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16759[11:06:16.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 848 structureChanged: false structureIsReused:: Completely Elapsed: 6.798650000244379ms +Info 16760[11:06:16.260] Different program with same set of files +Info 16761[11:06:16.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16762[11:06:16.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 849 structureChanged: false structureIsReused:: Completely Elapsed: 6.926995000336319ms +Info 16763[11:06:16.538] Different program with same set of files +Info 16764[11:06:16.538] getCompletionData: Get current token: 0.0037750001065433025 +Info 16765[11:06:16.538] getCompletionData: Is inside comment: 0.011812000069767237 +Info 16766[11:06:16.538] getCompletionData: Get previous token: 0.02169100008904934 +Info 16767[11:06:16.538] getCompletionsAtPosition: isCompletionListBlocker: 0.008667000103741884 +Info 16768[11:06:16.539] getExportInfoMap: cache hit +Info 16769[11:06:16.542] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 16770[11:06:16.542] collectAutoImports: response is complete +Info 16771[11:06:16.542] collectAutoImports: 3.554708999581635 +Info 16772[11:06:16.542] getCompletionData: Semantic work: 4.139330999925733 +Info 16773[11:06:16.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3373990003019571 +Info 16774[11:06:16.544] Format host information updated +Info 16775[11:06:16.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16776[11:06:16.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 850 structureChanged: false structureIsReused:: Completely Elapsed: 9.438943000044674ms +Info 16777[11:06:16.717] Different program with same set of files +Info 16778[11:06:16.718] getCompletionData: Get current token: 0.005059000104665756 +Info 16779[11:06:16.718] getCompletionData: Is inside comment: 0.01564900018274784 +Info 16780[11:06:16.718] getCompletionData: Get previous token: 0.013888000044971704 +Info 16781[11:06:16.718] getCompletionsAtPosition: isCompletionListBlocker: 0.0034940000623464584 +Info 16782[11:06:16.718] getExportInfoMap: cache hit +Info 16783[11:06:16.730] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16784[11:06:16.730] collectAutoImports: response is complete +Info 16785[11:06:16.730] collectAutoImports: 11.60298699978739 +Info 16786[11:06:16.730] getCompletionData: Semantic work: 12.16573700029403 +Info 16787[11:06:16.734] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.042293000034988 +Info 16788[11:06:16.740] Format host information updated +Info 16789[11:06:17.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16790[11:06:17.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 851 structureChanged: false structureIsReused:: Completely Elapsed: 7.897901999764144ms +Info 16791[11:06:17.036] Different program with same set of files +Info 16792[11:06:17.036] getCompletionData: Get current token: 0.0043299999088048935 +Info 16793[11:06:17.036] getCompletionData: Is inside comment: 0.013675000052899122 +Info 16794[11:06:17.036] getCompletionData: Get previous token: 0.026304000057280064 +Info 16795[11:06:17.037] getCompletionsAtPosition: isCompletionListBlocker: 0.0026920000091195107 +Info 16796[11:06:17.037] getExportInfoMap: cache hit +Info 16797[11:06:17.044] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 16798[11:06:17.044] collectAutoImports: response is complete +Info 16799[11:06:17.044] collectAutoImports: 6.919036000035703 +Info 16800[11:06:17.044] getCompletionData: Semantic work: 7.65152999991551 +Info 16801[11:06:17.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7795839998871088 +Info 16802[11:06:17.047] Format host information updated +Info 16803[11:06:17.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16804[11:06:17.243] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 852 structureChanged: false structureIsReused:: Completely Elapsed: 9.753701999783516ms +Info 16805[11:06:17.243] Different program with same set of files +Info 16806[11:06:17.244] getCompletionData: Get current token: 0.004531999584287405 +Info 16807[11:06:17.244] getCompletionData: Is inside comment: 0.01663499977439642 +Info 16808[11:06:17.244] getCompletionData: Get previous token: 0.03508999990299344 +Info 16809[11:06:17.244] getCompletionsAtPosition: isCompletionListBlocker: 0.009184999857097864 +Info 16810[11:06:17.244] getExportInfoMap: cache hit +Info 16811[11:06:17.258] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16812[11:06:17.258] collectAutoImports: response is complete +Info 16813[11:06:17.258] collectAutoImports: 13.724989000242203 +Info 16814[11:06:17.258] getCompletionData: Semantic work: 14.49814199982211 +Info 16815[11:06:17.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.385166000109166 +Info 16816[11:06:17.268] Format host information updated +Info 16817[11:06:17.399] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16818[11:06:17.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 853 structureChanged: false structureIsReused:: Completely Elapsed: 7.713592000305653ms +Info 16819[11:06:17.406] Different program with same set of files +Info 16820[11:06:17.407] getCompletionData: Get current token: 0.004875999875366688 +Info 16821[11:06:17.407] getCompletionData: Is inside comment: 0.013969999738037586 +Info 16822[11:06:17.407] getCompletionData: Get previous token: 0.012396000325679779 +Info 16823[11:06:17.407] getCompletionsAtPosition: isCompletionListBlocker: 0.008796000387519598 +Info 16824[11:06:17.407] getExportInfoMap: cache hit +Info 16825[11:06:17.421] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16826[11:06:17.421] collectAutoImports: response is complete +Info 16827[11:06:17.421] collectAutoImports: 13.321854999754578 +Info 16828[11:06:17.421] getCompletionData: Semantic work: 13.971335000358522 +Info 16829[11:06:17.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.115768000017852 +Info 16830[11:06:17.430] Format host information updated +Info 16831[11:06:17.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16832[11:06:17.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 854 structureChanged: false structureIsReused:: Completely Elapsed: 14.490338000003248ms +Info 16833[11:06:17.515] Different program with same set of files +Info 16834[11:06:17.516] getCompletionData: Get current token: 0.009492999874055386 +Info 16835[11:06:17.516] getCompletionData: Is inside comment: 0.0271700001321733 +Info 16836[11:06:17.516] getCompletionData: Get previous token: 0.023699000012129545 +Info 16837[11:06:17.516] getCompletionsAtPosition: isCompletionListBlocker: 0.01603300031274557 +Info 16838[11:06:17.517] getExportInfoMap: cache hit +Info 16839[11:06:17.541] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16840[11:06:17.541] collectAutoImports: response is complete +Info 16841[11:06:17.541] collectAutoImports: 23.786028999835253 +Info 16842[11:06:17.541] getCompletionData: Semantic work: 25.322001000400633 +Info 16843[11:06:17.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.941074000205845 +Info 16844[11:06:17.549] Format host information updated +Info 16845[11:06:18.184] Format host information updated +Info 16846[11:06:18.184] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16847[11:06:18.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 855 structureChanged: false structureIsReused:: Completely Elapsed: 9.860695000272244ms +Info 16848[11:06:18.194] Different program with same set of files +Info 16849[11:06:18.419] Format host information updated +Info 16850[11:06:18.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16851[11:06:18.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 856 structureChanged: false structureIsReused:: Completely Elapsed: 6.81210899958387ms +Info 16852[11:06:18.426] Different program with same set of files +Info 16853[11:06:18.575] Format host information updated +Info 16854[11:06:18.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16855[11:06:18.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 857 structureChanged: false structureIsReused:: Completely Elapsed: 7.173958999570459ms +Info 16856[11:06:18.582] Different program with same set of files +Info 16857[11:06:18.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16858[11:06:18.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 858 structureChanged: false structureIsReused:: Completely Elapsed: 8.068492999766022ms +Info 16859[11:06:18.703] Different program with same set of files +Info 16860[11:06:18.703] getCompletionData: Get current token: 0.003938999958336353 +Info 16861[11:06:18.703] getCompletionData: Is inside comment: 0.01095299981534481 +Info 16862[11:06:18.703] getCompletionData: Get previous token: 0.009374999906867743 +Info 16863[11:06:18.703] getCompletionsAtPosition: isCompletionListBlocker: 0.035383000038564205 +Info 16864[11:06:18.704] getExportInfoMap: cache hit +Info 16865[11:06:18.716] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16866[11:06:18.716] collectAutoImports: response is complete +Info 16867[11:06:18.716] collectAutoImports: 11.888693999964744 +Info 16868[11:06:18.716] getCompletionData: Semantic work: 12.530230000149459 +Info 16869[11:06:18.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4164619999937713 +Info 16870[11:06:18.722] Format host information updated +Info 16871[11:06:18.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16872[11:06:18.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 859 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.709286999888718ms +Info 16873[11:06:18.926] Different program with same set of files +Info 16874[11:06:18.927] getCompletionData: Get current token: 0.004040000028908253 +Info 16875[11:06:18.927] getCompletionData: Is inside comment: 0.013584999833256006 +Info 16876[11:06:18.927] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16877[11:06:18.928] Format host information updated +Info 16878[11:06:19.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16879[11:06:19.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 860 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.444788000080734ms +Info 16880[11:06:19.188] Different program with same set of files +Info 16881[11:06:19.188] getCompletionData: Get current token: 0.0038689998909831047 +Info 16882[11:06:19.188] getCompletionData: Is inside comment: 0.013104999903589487 +Info 16883[11:06:19.189] Format host information updated +Info 16884[11:06:19.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16885[11:06:19.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 861 structureChanged: false structureIsReused:: Completely Elapsed: 9.251464999746531ms +Info 16886[11:06:19.339] Different program with same set of files +Info 16887[11:06:19.339] getCompletionData: Get current token: 0.0037899999879300594 +Info 16888[11:06:19.339] getCompletionData: Is inside comment: 0.011667000129818916 +Info 16889[11:06:19.340] Format host information updated +Info 16890[11:06:19.541] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16891[11:06:19.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 862 structureChanged: false structureIsReused:: Completely Elapsed: 6.8740100003778934ms +Info 16892[11:06:19.548] Different program with same set of files +Info 16893[11:06:19.548] getCompletionData: Get current token: 0.004736000206321478 +Info 16894[11:06:19.548] getCompletionData: Is inside comment: 0.017356000375002623 +Info 16895[11:06:19.548] getCompletionData: Get previous token: 0.011729000136256218 +Info 16896[11:06:19.549] getCompletionsAtPosition: isCompletionListBlocker: 0.014564000070095062 +Info 16897[11:06:19.549] getExportInfoMap: cache hit +Info 16898[11:06:19.562] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 16899[11:06:19.562] collectAutoImports: response is complete +Info 16900[11:06:19.562] collectAutoImports: 12.905212999787182 +Info 16901[11:06:19.562] getCompletionData: Semantic work: 13.50137499999255 +Info 16902[11:06:19.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.368206999730319 +Info 16903[11:06:19.568] Format host information updated +Info 16904[11:06:20.084] Format host information updated +Info 16905[11:06:20.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16906[11:06:20.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 863 structureChanged: false structureIsReused:: Completely Elapsed: 8.42682099994272ms +Info 16907[11:06:20.092] Different program with same set of files +Info 16908[11:06:20.183] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16909[11:06:20.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 864 structureChanged: false structureIsReused:: Completely Elapsed: 6.97067299997434ms +Info 16910[11:06:20.190] Different program with same set of files +Info 16911[11:06:20.190] getCompletionData: Get current token: 0.0035170000046491623 +Info 16912[11:06:20.190] getCompletionData: Is inside comment: 0.023221999872475863 +Info 16913[11:06:20.190] Format host information updated +Info 16914[11:06:20.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16915[11:06:20.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 865 structureChanged: false structureIsReused:: Completely Elapsed: 9.421460999641567ms +Info 16916[11:06:20.383] Different program with same set of files +Info 16917[11:06:20.383] getCompletionData: Get current token: 0.00432500010356307 +Info 16918[11:06:20.383] getCompletionData: Is inside comment: 0.045043000020086765 +Info 16919[11:06:20.383] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16920[11:06:20.383] Format host information updated +Info 16921[11:06:20.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16922[11:06:20.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 866 structureChanged: false structureIsReused:: Completely Elapsed: 7.02738399989903ms +Info 16923[11:06:20.551] Different program with same set of files +Info 16924[11:06:20.551] getCompletionData: Get current token: 0.004004000220447779 +Info 16925[11:06:20.551] getCompletionData: Is inside comment: 0.013503000140190125 +Info 16926[11:06:20.551] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16927[11:06:20.551] Format host information updated +Info 16928[11:06:20.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16929[11:06:20.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 867 structureChanged: false structureIsReused:: Completely Elapsed: 16.77436099993065ms +Info 16930[11:06:20.636] Different program with same set of files +Info 16931[11:06:20.637] getCompletionData: Get current token: 0.01006300002336502 +Info 16932[11:06:20.637] getCompletionData: Is inside comment: 0.0302239996381104 +Info 16933[11:06:20.637] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16934[11:06:20.637] Format host information updated +Info 16935[11:06:20.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16936[11:06:20.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 868 structureChanged: false structureIsReused:: Completely Elapsed: 7.204300000332296ms +Info 16937[11:06:20.737] Different program with same set of files +Info 16938[11:06:20.738] getCompletionData: Get current token: 0.004246999975293875 +Info 16939[11:06:20.738] getCompletionData: Is inside comment: 0.016208999790251255 +Info 16940[11:06:20.738] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16941[11:06:20.738] Format host information updated +Info 16942[11:06:20.798] Format host information updated +Info 16943[11:06:20.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16944[11:06:20.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 869 structureChanged: false structureIsReused:: Completely Elapsed: 20.64172999979928ms +Info 16945[11:06:20.819] Different program with same set of files +Info 16946[11:06:20.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16947[11:06:20.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 870 structureChanged: false structureIsReused:: Completely Elapsed: 27.261992999818176ms +Info 16948[11:06:20.914] Different program with same set of files +Info 16949[11:06:20.914] getCompletionData: Get current token: 0.012110999785363674 +Info 16950[11:06:20.914] getCompletionData: Is inside comment: 0.04705999977886677 +Info 16951[11:06:20.915] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16952[11:06:20.920] Format host information updated +Info 16953[11:06:20.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16954[11:06:20.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 871 structureChanged: false structureIsReused:: Completely Elapsed: 8.908257000148296ms +Info 16955[11:06:20.957] Different program with same set of files +Info 16956[11:06:20.958] getCompletionData: Get current token: 0.005127000156790018 +Info 16957[11:06:20.958] getCompletionData: Is inside comment: 0.019292000215500593 +Info 16958[11:06:20.958] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 16959[11:06:20.958] Format host information updated +Info 16960[11:06:21.081] Format host information updated +Info 16961[11:06:21.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16962[11:06:21.096] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 872 structureChanged: false structureIsReused:: Completely Elapsed: 14.884916999842972ms +Info 16963[11:06:21.096] Different program with same set of files +Info 16964[11:06:23.058] Format host information updated +Info 16965[11:06:23.059] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16966[11:06:23.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 873 structureChanged: false structureIsReused:: Completely Elapsed: 6.959032999817282ms +Info 16967[11:06:23.066] Different program with same set of files +Info 16968[11:06:23.517] getCompletionData: Get current token: 0.005572999827563763 +Info 16969[11:06:23.517] getCompletionData: Is inside comment: 0.019604000262916088 +Info 16970[11:06:23.517] getCompletionData: Get previous token: 0.015320000238716602 +Info 16971[11:06:23.517] getCompletionsAtPosition: isCompletionListBlocker: 0.004361000377684832 +Info 16972[11:06:23.518] getExportInfoMap: cache hit +Info 16973[11:06:23.529] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 16974[11:06:23.529] collectAutoImports: response is complete +Info 16975[11:06:23.529] collectAutoImports: 10.77475900016725 +Info 16976[11:06:23.529] getCompletionData: Semantic work: 11.521743999794126 +Info 16977[11:06:23.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8276390000246465 +Info 16978[11:06:23.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16979[11:06:23.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 874 structureChanged: false structureIsReused:: Completely Elapsed: 7.23645900003612ms +Info 16980[11:06:23.746] Different program with same set of files +Info 16981[11:06:23.747] getCompletionData: Get current token: 0.00495500024408102 +Info 16982[11:06:23.747] getCompletionData: Is inside comment: 0.0171810002066195 +Info 16983[11:06:23.747] getCompletionData: Get previous token: 0.014356999658048153 +Info 16984[11:06:23.747] getCompletionsAtPosition: isCompletionListBlocker: 0.003709999844431877 +Info 16985[11:06:23.747] getExportInfoMap: cache hit +Info 16986[11:06:23.758] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 16987[11:06:23.758] collectAutoImports: response is complete +Info 16988[11:06:23.758] collectAutoImports: 10.946649999823421 +Info 16989[11:06:23.758] getCompletionData: Semantic work: 11.50674800015986 +Info 16990[11:06:23.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.653229000046849 +Info 16991[11:06:23.770] Format host information updated +Info 16992[11:06:23.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 16993[11:06:23.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 875 structureChanged: false structureIsReused:: Completely Elapsed: 7.566459000110626ms +Info 16994[11:06:23.814] Different program with same set of files +Info 16995[11:06:23.814] getCompletionData: Get current token: 0.008233000058680773 +Info 16996[11:06:23.814] getCompletionData: Is inside comment: 0.029810000211000443 +Info 16997[11:06:23.814] getCompletionData: Get previous token: 0.02559400023892522 +Info 16998[11:06:23.815] getCompletionsAtPosition: isCompletionListBlocker: 0.010867000091820955 +Info 16999[11:06:23.815] getExportInfoMap: cache hit +Info 17000[11:06:23.828] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17001[11:06:23.828] collectAutoImports: response is complete +Info 17002[11:06:23.828] collectAutoImports: 12.670287999790162 +Info 17003[11:06:23.828] getCompletionData: Semantic work: 13.539760999847203 +Info 17004[11:06:23.833] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.830430000089109 +Info 17005[11:06:23.836] Format host information updated +Info 17006[11:06:24.151] getCompletionData: Get current token: 0.010433999821543694 +Info 17007[11:06:24.151] getCompletionData: Is inside comment: 0.032967000268399715 +Info 17008[11:06:24.151] getCompletionData: Get previous token: 0.025956999976187944 +Info 17009[11:06:24.151] getCompletionsAtPosition: isCompletionListBlocker: 0.0036849998869001865 +Info 17010[11:06:24.151] Returning an empty list because completion was requested in an invalid position. +Info 17011[11:06:24.669] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17012[11:06:24.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 876 structureChanged: false structureIsReused:: Completely Elapsed: 7.2266660002060235ms +Info 17013[11:06:24.676] Different program with same set of files +Info 17014[11:06:24.676] getCompletionData: Get current token: 0.0035230000503361225 +Info 17015[11:06:24.676] getCompletionData: Is inside comment: 0.013396000023931265 +Info 17016[11:06:24.676] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17017[11:06:24.678] Format host information updated +Info 17018[11:06:24.985] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17019[11:06:24.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 877 structureChanged: false structureIsReused:: Completely Elapsed: 8.125949999783188ms +Info 17020[11:06:24.993] Different program with same set of files +Info 17021[11:06:24.993] getCompletionData: Get current token: 0.004923999775201082 +Info 17022[11:06:24.993] getCompletionData: Is inside comment: 0.03932299977168441 +Info 17023[11:06:24.993] getCompletionData: Get previous token: 0.013199999928474426 +Info 17024[11:06:24.993] getCompletionsAtPosition: isCompletionListBlocker: 0.0016350001096725464 +Info 17025[11:06:24.993] Returning an empty list because completion was requested in an invalid position. +Info 17026[11:06:24.993] Format host information updated +Info 17027[11:06:25.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17028[11:06:25.069] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 878 structureChanged: false structureIsReused:: Completely Elapsed: 18.056809999980032ms +Info 17029[11:06:25.069] Different program with same set of files +Info 17030[11:06:25.069] getCompletionData: Get current token: 0.012436000164598227 +Info 17031[11:06:25.069] getCompletionData: Is inside comment: 0.03584000002592802 +Info 17032[11:06:25.069] getCompletionData: Get previous token: 0.05336199980229139 +Info 17033[11:06:25.069] getCompletionsAtPosition: isCompletionListBlocker: 0.006271000020205975 +Info 17034[11:06:25.071] getExportInfoMap: cache hit +Info 17035[11:06:25.080] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 17036[11:06:25.080] collectAutoImports: response is complete +Info 17037[11:06:25.080] collectAutoImports: 8.632915999740362 +Info 17038[11:06:25.080] getCompletionData: Semantic work: 10.419803000055254 +Info 17039[11:06:25.086] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.250050999689847 +Info 17040[11:06:25.088] Format host information updated +Info 17041[11:06:25.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17042[11:06:25.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 879 structureChanged: false structureIsReused:: Completely Elapsed: 6.735153999645263ms +Info 17043[11:06:25.289] Different program with same set of files +Info 17044[11:06:25.289] getCompletionData: Get current token: 0.004687999840825796 +Info 17045[11:06:25.289] getCompletionData: Is inside comment: 0.015629999805241823 +Info 17046[11:06:25.289] getCompletionData: Get previous token: 0.012543000280857086 +Info 17047[11:06:25.289] getCompletionsAtPosition: isCompletionListBlocker: 0.002331999596208334 +Info 17048[11:06:25.290] getExportInfoMap: cache hit +Info 17049[11:06:25.302] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17050[11:06:25.302] collectAutoImports: response is complete +Info 17051[11:06:25.302] collectAutoImports: 11.99572700029239 +Info 17052[11:06:25.302] getCompletionData: Semantic work: 12.44227600004524 +Info 17053[11:06:25.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1782860001549125 +Info 17054[11:06:25.310] Format host information updated +Info 17055[11:06:25.416] Format host information updated +Info 17056[11:06:25.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17057[11:06:25.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 880 structureChanged: false structureIsReused:: Completely Elapsed: 9.049277999904007ms +Info 17058[11:06:25.426] Different program with same set of files +Info 17059[11:06:27.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17060[11:06:27.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 881 structureChanged: false structureIsReused:: Completely Elapsed: 7.053721999749541ms +Info 17061[11:06:27.196] Different program with same set of files +Info 17062[11:06:27.196] getCompletionData: Get current token: 0.004654000047594309 +Info 17063[11:06:27.196] getCompletionData: Is inside comment: 0.0153910000808537 +Info 17064[11:06:27.196] getCompletionData: Get previous token: 0.03237799974158406 +Info 17065[11:06:27.196] getCompletionsAtPosition: isCompletionListBlocker: 0.0015460001304745674 +Info 17066[11:06:27.196] Returning an empty list because completion was requested in an invalid position. +Info 17067[11:06:27.196] Format host information updated +Info 17068[11:06:28.739] Format host information updated +Info 17069[11:06:28.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17070[11:06:28.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 882 structureChanged: false structureIsReused:: Completely Elapsed: 7.042622999753803ms +Info 17071[11:06:28.746] Different program with same set of files +Info 17072[11:06:28.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17073[11:06:28.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 883 structureChanged: false structureIsReused:: Completely Elapsed: 10.465952000115067ms +Info 17074[11:06:28.977] Different program with same set of files +Info 17075[11:06:28.977] getCompletionData: Get current token: 0.004238999914377928 +Info 17076[11:06:28.977] getCompletionData: Is inside comment: 0.01534199994057417 +Info 17077[11:06:28.977] getCompletionData: Get previous token: 0.01232099998742342 +Info 17078[11:06:28.977] getCompletionsAtPosition: isCompletionListBlocker: 0.0018319999799132347 +Info 17079[11:06:28.977] Returning an empty list because completion was requested in an invalid position. +Info 17080[11:06:28.978] Format host information updated +Info 17081[11:06:29.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17082[11:06:29.070] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 884 structureChanged: false structureIsReused:: Completely Elapsed: 12.253146999981254ms +Info 17083[11:06:29.070] Different program with same set of files +Info 17084[11:06:29.070] getCompletionData: Get current token: 0.00458399998024106 +Info 17085[11:06:29.070] getCompletionData: Is inside comment: 0.01859500026330352 +Info 17086[11:06:29.070] getCompletionData: Get previous token: 0.02732299966737628 +Info 17087[11:06:29.070] getCompletionsAtPosition: isCompletionListBlocker: 0.0016479999758303165 +Info 17088[11:06:29.070] Returning an empty list because completion was requested in an invalid position. +Info 17089[11:06:29.071] Format host information updated +Info 17090[11:06:29.208] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17091[11:06:29.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 885 structureChanged: false structureIsReused:: Completely Elapsed: 7.575769999995828ms +Info 17092[11:06:29.216] Different program with same set of files +Info 17093[11:06:29.216] getCompletionData: Get current token: 0.005379000212997198 +Info 17094[11:06:29.216] getCompletionData: Is inside comment: 0.017773999832570553 +Info 17095[11:06:29.216] getCompletionData: Get previous token: 0.014429000206291676 +Info 17096[11:06:29.216] getCompletionsAtPosition: isCompletionListBlocker: 0.012476000003516674 +Info 17097[11:06:29.217] getExportInfoMap: cache hit +Info 17098[11:06:29.238] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17099[11:06:29.238] collectAutoImports: response is complete +Info 17100[11:06:29.238] collectAutoImports: 20.915020999964327 +Info 17101[11:06:29.238] getCompletionData: Semantic work: 21.986142999958247 +Info 17102[11:06:29.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.140635000076145 +Info 17103[11:06:29.248] Format host information updated +Info 17104[11:06:29.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17105[11:06:29.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 886 structureChanged: false structureIsReused:: Completely Elapsed: 9.89294599974528ms +Info 17106[11:06:29.547] Different program with same set of files +Info 17107[11:06:29.547] getCompletionData: Get current token: 0.0042929998598992825 +Info 17108[11:06:29.547] getCompletionData: Is inside comment: 0.01571499975398183 +Info 17109[11:06:29.547] getCompletionData: Get previous token: 0.05549299996346235 +Info 17110[11:06:29.547] getCompletionsAtPosition: isCompletionListBlocker: 0.002452000044286251 +Info 17111[11:06:29.547] Returning an empty list because completion was requested in an invalid position. +Info 17112[11:06:29.547] Format host information updated +Info 17113[11:06:29.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17114[11:06:29.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 887 structureChanged: false structureIsReused:: Completely Elapsed: 9.99449500022456ms +Info 17115[11:06:29.676] Different program with same set of files +Info 17116[11:06:29.677] getCompletionData: Get current token: 0.006627000402659178 +Info 17117[11:06:29.677] getCompletionData: Is inside comment: 0.021947000175714493 +Info 17118[11:06:29.677] getCompletionData: Get previous token: 0.017494000028818846 +Info 17119[11:06:29.677] getCompletionsAtPosition: isCompletionListBlocker: 0.0017110002227127552 +Info 17120[11:06:29.677] Returning an empty list because completion was requested in an invalid position. +Info 17121[11:06:29.677] Format host information updated +Info 17122[11:06:29.800] Format host information updated +Info 17123[11:06:29.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17124[11:06:29.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 888 structureChanged: false structureIsReused:: Completely Elapsed: 34.17314500035718ms +Info 17125[11:06:29.835] Different program with same set of files +Info 17126[11:06:30.651] getCompletionData: Get current token: 0.00559200020506978 +Info 17127[11:06:30.651] getCompletionData: Is inside comment: 0.01537800021469593 +Info 17128[11:06:30.651] getCompletionData: Get previous token: 0.011107000056654215 +Info 17129[11:06:30.651] getCompletionsAtPosition: isCompletionListBlocker: 0.00342399999499321 +Info 17130[11:06:30.652] getExportInfoMap: cache hit +Info 17131[11:06:30.664] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17132[11:06:30.664] collectAutoImports: response is complete +Info 17133[11:06:30.664] collectAutoImports: 12.429122000001371 +Info 17134[11:06:30.664] getCompletionData: Semantic work: 13.047190999612212 +Info 17135[11:06:30.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.701775000430644 +Info 17136[11:06:30.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17137[11:06:30.894] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 889 structureChanged: false structureIsReused:: Completely Elapsed: 7.83730599982664ms +Info 17138[11:06:30.894] Different program with same set of files +Info 17139[11:06:30.894] getCompletionData: Get current token: 0.0059980000369250774 +Info 17140[11:06:30.894] getCompletionData: Is inside comment: 0.04544800007715821 +Info 17141[11:06:30.894] getCompletionData: Get previous token: 0.016636000014841557 +Info 17142[11:06:30.894] getCompletionsAtPosition: isCompletionListBlocker: 0.001623000018298626 +Info 17143[11:06:30.894] Returning an empty list because completion was requested in an invalid position. +Info 17144[11:06:30.895] Format host information updated +Info 17145[11:06:30.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17146[11:06:30.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 890 structureChanged: false structureIsReused:: Completely Elapsed: 9.703435000032187ms +Info 17147[11:06:30.975] Different program with same set of files +Info 17148[11:06:30.975] getCompletionData: Get current token: 0.004133000038564205 +Info 17149[11:06:30.975] getCompletionData: Is inside comment: 0.014075999613851309 +Info 17150[11:06:30.975] getCompletionData: Get previous token: 0.02095399983227253 +Info 17151[11:06:30.975] getCompletionsAtPosition: isCompletionListBlocker: 0.001957000233232975 +Info 17152[11:06:30.975] Returning an empty list because completion was requested in an invalid position. +Info 17153[11:06:30.975] Format host information updated +Info 17154[11:06:31.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17155[11:06:31.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 891 structureChanged: false structureIsReused:: Completely Elapsed: 8.760794000234455ms +Info 17156[11:06:31.089] Different program with same set of files +Info 17157[11:06:31.090] getCompletionData: Get current token: 0.005680999718606472 +Info 17158[11:06:31.090] getCompletionData: Is inside comment: 0.019064000342041254 +Info 17159[11:06:31.090] getCompletionData: Get previous token: 0.01568900002166629 +Info 17160[11:06:31.090] getCompletionsAtPosition: isCompletionListBlocker: 0.009477999992668629 +Info 17161[11:06:31.090] getExportInfoMap: cache hit +Info 17162[11:06:31.105] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17163[11:06:31.105] collectAutoImports: response is complete +Info 17164[11:06:31.105] collectAutoImports: 14.516458000056446 +Info 17165[11:06:31.105] getCompletionData: Semantic work: 15.115946999751031 +Info 17166[11:06:31.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.790161999873817 +Info 17167[11:06:31.114] Format host information updated +Info 17168[11:06:32.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17169[11:06:32.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 892 structureChanged: false structureIsReused:: Completely Elapsed: 7.770872000139207ms +Info 17170[11:06:32.694] Different program with same set of files +Info 17171[11:06:32.694] getCompletionData: Get current token: 0.004517000168561935 +Info 17172[11:06:32.694] getCompletionData: Is inside comment: 0.016617999877780676 +Info 17173[11:06:32.694] getCompletionData: Get previous token: 0.012728999834507704 +Info 17174[11:06:32.694] getCompletionsAtPosition: isCompletionListBlocker: 0.0015389998443424702 +Info 17175[11:06:32.694] Returning an empty list because completion was requested in an invalid position. +Info 17176[11:06:32.696] Format host information updated +Info 17177[11:06:33.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17178[11:06:33.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 893 structureChanged: false structureIsReused:: Completely Elapsed: 10.020678000058979ms +Info 17179[11:06:33.797] Different program with same set of files +Info 17180[11:06:33.798] getCompletionData: Get current token: 0.005138999782502651 +Info 17181[11:06:33.798] getCompletionData: Is inside comment: 0.01897899992763996 +Info 17182[11:06:33.798] getCompletionData: Get previous token: 0.02678699977695942 +Info 17183[11:06:33.798] getCompletionsAtPosition: isCompletionListBlocker: 0.0031449999660253525 +Info 17184[11:06:33.798] getExportInfoMap: cache hit +Info 17185[11:06:33.802] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 141 from cache +Info 17186[11:06:33.802] collectAutoImports: response is complete +Info 17187[11:06:33.802] collectAutoImports: 3.2489089998416603 +Info 17188[11:06:33.802] getCompletionData: Semantic work: 3.766764000058174 +Info 17189[11:06:33.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.266158000100404 +Info 17190[11:06:33.805] Format host information updated +Info 17191[11:06:34.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17192[11:06:34.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 894 structureChanged: false structureIsReused:: Completely Elapsed: 12.225664000026882ms +Info 17193[11:06:34.039] Different program with same set of files +Info 17194[11:06:34.040] getCompletionData: Get current token: 0.010065999813377857 +Info 17195[11:06:34.040] getCompletionData: Is inside comment: 0.03491300018504262 +Info 17196[11:06:34.040] getCompletionData: Get previous token: 0.027584000024944544 +Info 17197[11:06:34.040] getCompletionsAtPosition: isCompletionListBlocker: 0.0026109996251761913 +Info 17198[11:06:34.040] Returning an empty list because completion was requested in an invalid position. +Info 17199[11:06:34.040] Format host information updated +Info 17200[11:06:34.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17201[11:06:34.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 895 structureChanged: false structureIsReused:: Completely Elapsed: 6.886778000276536ms +Info 17202[11:06:34.109] Different program with same set of files +Info 17203[11:06:34.109] getCompletionData: Get current token: 0.0053010000847280025 +Info 17204[11:06:34.109] getCompletionData: Is inside comment: 0.017456999979913235 +Info 17205[11:06:34.109] getCompletionData: Get previous token: 0.025956999976187944 +Info 17206[11:06:34.109] getCompletionsAtPosition: isCompletionListBlocker: 0.0027379998937249184 +Info 17207[11:06:34.110] getExportInfoMap: cache hit +Info 17208[11:06:34.115] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 149 from cache +Info 17209[11:06:34.115] collectAutoImports: response is complete +Info 17210[11:06:34.115] collectAutoImports: 5.296779000200331 +Info 17211[11:06:34.115] getCompletionData: Semantic work: 5.82464599981904 +Info 17212[11:06:34.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5341079998761415 +Info 17213[11:06:34.119] Format host information updated +Info 17214[11:06:34.284] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17215[11:06:34.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 896 structureChanged: false structureIsReused:: Completely Elapsed: 7.3823730000294745ms +Info 17216[11:06:34.292] Different program with same set of files +Info 17217[11:06:34.292] getCompletionData: Get current token: 0.005975000094622374 +Info 17218[11:06:34.292] getCompletionData: Is inside comment: 0.020591000095009804 +Info 17219[11:06:34.292] getCompletionData: Get previous token: 0.016952000092715025 +Info 17220[11:06:34.292] getCompletionsAtPosition: isCompletionListBlocker: 0.002471999730914831 +Info 17221[11:06:34.293] getExportInfoMap: cache hit +Info 17222[11:06:34.306] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17223[11:06:34.306] collectAutoImports: response is complete +Info 17224[11:06:34.306] collectAutoImports: 13.116634000092745 +Info 17225[11:06:34.306] getCompletionData: Semantic work: 13.678942000027746 +Info 17226[11:06:34.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.527598999906331 +Info 17227[11:06:34.315] Format host information updated +Info 17228[11:06:34.443] Format host information updated +Info 17229[11:06:34.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17230[11:06:34.452] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 897 structureChanged: false structureIsReused:: Completely Elapsed: 8.722833999898285ms +Info 17231[11:06:34.452] Different program with same set of files +Info 17232[11:06:34.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17233[11:06:34.563] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 898 structureChanged: false structureIsReused:: Completely Elapsed: 7.027797999791801ms +Info 17234[11:06:34.563] Different program with same set of files +Info 17235[11:06:34.563] getCompletionData: Get current token: 0.005748999770730734 +Info 17236[11:06:34.563] getCompletionData: Is inside comment: 0.01909100031480193 +Info 17237[11:06:34.563] getCompletionData: Get previous token: 0.02950200019404292 +Info 17238[11:06:34.563] getCompletionsAtPosition: isCompletionListBlocker: 0.002489999867975712 +Info 17239[11:06:34.564] getExportInfoMap: cache hit +Info 17240[11:06:34.568] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 149 from cache +Info 17241[11:06:34.568] collectAutoImports: response is complete +Info 17242[11:06:34.568] collectAutoImports: 3.8413360002450645 +Info 17243[11:06:34.568] getCompletionData: Semantic work: 4.377965999767184 +Info 17244[11:06:34.571] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.735175000037998 +Info 17245[11:06:34.572] Format host information updated +Info 17246[11:06:34.977] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17247[11:06:34.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 899 structureChanged: false structureIsReused:: Completely Elapsed: 7.226523000281304ms +Info 17248[11:06:34.984] Different program with same set of files +Info 17249[11:06:34.984] getCompletionData: Get current token: 0.0057749999687075615 +Info 17250[11:06:34.984] getCompletionData: Is inside comment: 0.019345000386238098 +Info 17251[11:06:34.985] getCompletionData: Get previous token: 0.015383000019937754 +Info 17252[11:06:34.985] getCompletionsAtPosition: isCompletionListBlocker: 0.00848100008442998 +Info 17253[11:06:34.985] getExportInfoMap: cache hit +Info 17254[11:06:34.998] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17255[11:06:34.998] collectAutoImports: response is complete +Info 17256[11:06:34.998] collectAutoImports: 12.421842999756336 +Info 17257[11:06:34.998] getCompletionData: Semantic work: 12.986073999665678 +Info 17258[11:06:35.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.428416000213474 +Info 17259[11:06:35.007] Format host information updated +Info 17260[11:06:35.170] Format host information updated +Info 17261[11:06:35.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17262[11:06:35.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 900 structureChanged: false structureIsReused:: Completely Elapsed: 20.219558999873698ms +Info 17263[11:06:35.190] Different program with same set of files +Info 17264[11:06:35.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17265[11:06:35.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 901 structureChanged: false structureIsReused:: Completely Elapsed: 8.833343999926ms +Info 17266[11:06:35.313] Different program with same set of files +Info 17267[11:06:35.313] getCompletionData: Get current token: 0.005408000200986862 +Info 17268[11:06:35.313] getCompletionData: Is inside comment: 0.016863000113517046 +Info 17269[11:06:35.313] getCompletionData: Get previous token: 0.01368300011381507 +Info 17270[11:06:35.313] getCompletionsAtPosition: isCompletionListBlocker: 0.009994999971240759 +Info 17271[11:06:35.314] getExportInfoMap: cache hit +Info 17272[11:06:35.324] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17273[11:06:35.324] collectAutoImports: response is complete +Info 17274[11:06:35.324] collectAutoImports: 10.548528000246733 +Info 17275[11:06:35.324] getCompletionData: Semantic work: 11.103306000120938 +Info 17276[11:06:35.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.3477690001018345 +Info 17277[11:06:35.335] Format host information updated +Info 17278[11:06:35.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17279[11:06:35.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 902 structureChanged: false structureIsReused:: Completely Elapsed: 6.879040000028908ms +Info 17280[11:06:35.524] Different program with same set of files +Info 17281[11:06:35.524] getCompletionData: Get current token: 0.005127999931573868 +Info 17282[11:06:35.524] getCompletionData: Is inside comment: 0.018497999757528305 +Info 17283[11:06:35.524] getCompletionData: Get previous token: 0.01474200002849102 +Info 17284[11:06:35.524] getCompletionsAtPosition: isCompletionListBlocker: 0.008233000058680773 +Info 17285[11:06:35.524] getExportInfoMap: cache hit +Info 17286[11:06:35.536] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17287[11:06:35.536] collectAutoImports: response is complete +Info 17288[11:06:35.536] collectAutoImports: 11.572459999937564 +Info 17289[11:06:35.536] getCompletionData: Semantic work: 12.082849000114948 +Info 17290[11:06:35.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.017819999717176 +Info 17291[11:06:35.547] Format host information updated +Info 17292[11:06:35.592] Format host information updated +Info 17293[11:06:35.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17294[11:06:35.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 903 structureChanged: false structureIsReused:: Completely Elapsed: 13.38145999982953ms +Info 17295[11:06:35.606] Different program with same set of files +Info 17296[11:06:37.591] getCompletionData: Get current token: 0.004242999944835901 +Info 17297[11:06:37.591] getCompletionData: Is inside comment: 0.016660000197589397 +Info 17298[11:06:37.591] getCompletionData: Get previous token: 0.024495999794453382 +Info 17299[11:06:37.591] getCompletionsAtPosition: isCompletionListBlocker: 0.0021669999696314335 +Info 17300[11:06:37.591] Returning an empty list because completion was requested in an invalid position. +Info 17301[11:06:37.827] Format host information updated +Info 17302[11:06:37.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17303[11:06:37.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 904 structureChanged: false structureIsReused:: Completely Elapsed: 7.16552700009197ms +Info 17304[11:06:37.834] Different program with same set of files +Info 17305[11:06:37.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17306[11:06:37.972] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 905 structureChanged: false structureIsReused:: Completely Elapsed: 7.318659000098705ms +Info 17307[11:06:37.972] Different program with same set of files +Info 17308[11:06:37.972] getCompletionData: Get current token: 0.005103999748826027 +Info 17309[11:06:37.972] getCompletionData: Is inside comment: 0.016031000297516584 +Info 17310[11:06:37.972] getCompletionData: Get previous token: 0.02395399985834956 +Info 17311[11:06:37.972] getCompletionsAtPosition: isCompletionListBlocker: 0.006459000054746866 +Info 17312[11:06:37.972] Returning an empty list because completion was requested in an invalid position. +Info 17313[11:06:37.973] Format host information updated +Info 17314[11:06:42.929] Format host information updated +Info 17315[11:06:42.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17316[11:06:42.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 906 structureChanged: false structureIsReused:: Completely Elapsed: 6.944302999880165ms +Info 17317[11:06:42.936] Different program with same set of files +Info 17318[11:06:43.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17319[11:06:43.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 907 structureChanged: false structureIsReused:: Completely Elapsed: 9.33968500001356ms +Info 17320[11:06:43.166] Different program with same set of files +Info 17321[11:06:43.167] getCompletionData: Get current token: 0.0034270002506673336 +Info 17322[11:06:43.167] getCompletionData: Is inside comment: 0.010017000138759613 +Info 17323[11:06:43.167] getCompletionData: Get previous token: 0.014839999843388796 +Info 17324[11:06:43.167] getCompletionsAtPosition: isCompletionListBlocker: 0.0017309999093413353 +Info 17325[11:06:43.167] Returning an empty list because completion was requested in an invalid position. +Info 17326[11:06:43.167] Format host information updated +Info 17327[11:06:43.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17328[11:06:43.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 908 structureChanged: false structureIsReused:: Completely Elapsed: 7.180995000060648ms +Info 17329[11:06:43.288] Different program with same set of files +Info 17330[11:06:43.288] getCompletionData: Get current token: 0.003986000083386898 +Info 17331[11:06:43.288] getCompletionData: Is inside comment: 0.01282500009983778 +Info 17332[11:06:43.288] getCompletionData: Get previous token: 0.018200000282377005 +Info 17333[11:06:43.288] getCompletionsAtPosition: isCompletionListBlocker: 0.0021080002188682556 +Info 17334[11:06:43.288] Returning an empty list because completion was requested in an invalid position. +Info 17335[11:06:43.288] Format host information updated +Info 17336[11:06:43.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17337[11:06:43.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 909 structureChanged: false structureIsReused:: Completely Elapsed: 7.387234000023454ms +Info 17338[11:06:43.479] Different program with same set of files +Info 17339[11:06:43.479] getCompletionData: Get current token: 0.004304000176489353 +Info 17340[11:06:43.479] getCompletionData: Is inside comment: 0.013289000373333693 +Info 17341[11:06:43.479] getCompletionData: Get previous token: 0.01950199995189905 +Info 17342[11:06:43.479] getCompletionsAtPosition: isCompletionListBlocker: 0.0021189996041357517 +Info 17343[11:06:43.479] Returning an empty list because completion was requested in an invalid position. +Info 17344[11:06:43.479] Format host information updated +Info 17345[11:06:43.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17346[11:06:43.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 910 structureChanged: false structureIsReused:: Completely Elapsed: 26.415903999935836ms +Info 17347[11:06:43.688] Different program with same set of files +Info 17348[11:06:43.689] getCompletionData: Get current token: 0.013334000017493963 +Info 17349[11:06:43.689] getCompletionData: Is inside comment: 0.04126299964264035 +Info 17350[11:06:43.689] getCompletionData: Get previous token: 0.05884100031107664 +Info 17351[11:06:43.689] getCompletionsAtPosition: isCompletionListBlocker: 0.004075000062584877 +Info 17352[11:06:43.689] Returning an empty list because completion was requested in an invalid position. +Info 17353[11:06:43.692] Format host information updated +Info 17354[11:06:44.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17355[11:06:44.141] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 911 structureChanged: false structureIsReused:: Completely Elapsed: 13.375334000214934ms +Info 17356[11:06:44.141] Different program with same set of files +Info 17357[11:06:44.142] getCompletionData: Get current token: 0.003779000137001276 +Info 17358[11:06:44.142] getCompletionData: Is inside comment: 0.013133000116795301 +Info 17359[11:06:44.142] getCompletionData: Get previous token: 0.01994499983265996 +Info 17360[11:06:44.142] getCompletionsAtPosition: isCompletionListBlocker: 0.0015349998138844967 +Info 17361[11:06:44.142] Returning an empty list because completion was requested in an invalid position. +Info 17362[11:06:44.142] Format host information updated +Info 17363[11:06:44.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17364[11:06:44.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 912 structureChanged: false structureIsReused:: Completely Elapsed: 13.79043999966234ms +Info 17365[11:06:44.459] Different program with same set of files +Info 17366[11:06:44.459] getCompletionData: Get current token: 0.0041320002637803555 +Info 17367[11:06:44.459] getCompletionData: Is inside comment: 0.013038999866694212 +Info 17368[11:06:44.459] getCompletionData: Get previous token: 0.03165900008752942 +Info 17369[11:06:44.459] getCompletionsAtPosition: isCompletionListBlocker: 0.001800999976694584 +Info 17370[11:06:44.459] Returning an empty list because completion was requested in an invalid position. +Info 17371[11:06:44.459] Format host information updated +Info 17372[11:06:44.652] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17373[11:06:44.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 913 structureChanged: false structureIsReused:: Completely Elapsed: 9.297327999956906ms +Info 17374[11:06:44.662] Different program with same set of files +Info 17375[11:06:44.662] getCompletionData: Get current token: 0.004269000142812729 +Info 17376[11:06:44.662] getCompletionData: Is inside comment: 0.015059000346809626 +Info 17377[11:06:44.662] getCompletionData: Get previous token: 0.02287099976092577 +Info 17378[11:06:44.662] getCompletionsAtPosition: isCompletionListBlocker: 0.0015320000238716602 +Info 17379[11:06:44.662] Returning an empty list because completion was requested in an invalid position. +Info 17380[11:06:44.662] Format host information updated +Info 17381[11:06:46.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17382[11:06:46.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 914 structureChanged: false structureIsReused:: Completely Elapsed: 11.648665000218898ms +Info 17383[11:06:46.711] Different program with same set of files +Info 17384[11:06:46.711] getCompletionData: Get current token: 0.006345000118017197 +Info 17385[11:06:46.711] getCompletionData: Is inside comment: 0.018728999886661768 +Info 17386[11:06:46.711] getCompletionData: Get previous token: 0.04757399996742606 +Info 17387[11:06:46.711] getCompletionsAtPosition: isCompletionListBlocker: 0.0016179997473955154 +Info 17388[11:06:46.711] Returning an empty list because completion was requested in an invalid position. +Info 17389[11:06:46.711] Format host information updated +Info 17390[11:06:46.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17391[11:06:46.769] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 915 structureChanged: false structureIsReused:: Completely Elapsed: 7.922120000235736ms +Info 17392[11:06:46.769] Different program with same set of files +Info 17393[11:06:46.769] getCompletionData: Get current token: 0.005342999938875437 +Info 17394[11:06:46.769] getCompletionData: Is inside comment: 0.019813999999314547 +Info 17395[11:06:46.769] getCompletionData: Get previous token: 0.015097999945282936 +Info 17396[11:06:46.769] getCompletionsAtPosition: isCompletionListBlocker: 0.009368000086396933 +Info 17397[11:06:46.770] getExportInfoMap: cache hit +Info 17398[11:06:46.788] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17399[11:06:46.788] collectAutoImports: response is complete +Info 17400[11:06:46.788] collectAutoImports: 18.14039000030607 +Info 17401[11:06:46.788] getCompletionData: Semantic work: 18.840783999767154 +Info 17402[11:06:46.797] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.79626000020653 +Info 17403[11:06:46.801] Format host information updated +Info 17404[11:06:46.879] Format host information updated +Info 17405[11:06:46.879] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17406[11:06:46.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 916 structureChanged: false structureIsReused:: Completely Elapsed: 16.694153000134975ms +Info 17407[11:06:46.896] Different program with same set of files +Info 17408[11:06:46.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17409[11:06:47.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 917 structureChanged: false structureIsReused:: Completely Elapsed: 10.766001000069082ms +Info 17410[11:06:47.000] Different program with same set of files +Info 17411[11:06:47.000] getCompletionData: Get current token: 0.0053080003708601 +Info 17412[11:06:47.000] getCompletionData: Is inside comment: 0.018798999954015017 +Info 17413[11:06:47.000] getCompletionData: Get previous token: 0.014446999877691269 +Info 17414[11:06:47.000] getCompletionsAtPosition: isCompletionListBlocker: 0.01360199972987175 +Info 17415[11:06:47.001] getExportInfoMap: cache hit +Info 17416[11:06:47.017] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17417[11:06:47.017] collectAutoImports: response is complete +Info 17418[11:06:47.017] collectAutoImports: 16.20560899982229 +Info 17419[11:06:47.017] getCompletionData: Semantic work: 16.815130999777466 +Info 17420[11:06:47.026] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.711699000094086 +Info 17421[11:06:47.032] Format host information updated +Info 17422[11:06:47.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17423[11:06:47.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 918 structureChanged: false structureIsReused:: Completely Elapsed: 27.775430000387132ms +Info 17424[11:06:47.178] Different program with same set of files +Info 17425[11:06:47.179] getCompletionData: Get current token: 0.012515000067651272 +Info 17426[11:06:47.179] getCompletionData: Is inside comment: 0.046902000438421965 +Info 17427[11:06:47.179] getCompletionData: Get previous token: 0.03555000014603138 +Info 17428[11:06:47.179] getCompletionsAtPosition: isCompletionListBlocker: 0.017398000229150057 +Info 17429[11:06:47.180] getExportInfoMap: cache hit +Info 17430[11:06:47.199] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17431[11:06:47.199] collectAutoImports: response is complete +Info 17432[11:06:47.199] collectAutoImports: 18.984503000043333 +Info 17433[11:06:47.199] getCompletionData: Semantic work: 20.022537000011653 +Info 17434[11:06:47.206] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.165733000263572 +Info 17435[11:06:47.211] Format host information updated +Info 17436[11:06:47.258] Format host information updated +Info 17437[11:06:47.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17438[11:06:47.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 919 structureChanged: false structureIsReused:: Completely Elapsed: 14.140682000201195ms +Info 17439[11:06:47.272] Different program with same set of files +Info 17440[11:06:48.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17441[11:06:48.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 920 structureChanged: false structureIsReused:: Completely Elapsed: 7.558602999895811ms +Info 17442[11:06:48.392] Different program with same set of files +Info 17443[11:06:48.392] getCompletionData: Get current token: 0.00407300004735589 +Info 17444[11:06:48.392] getCompletionData: Is inside comment: 0.015393999870866537 +Info 17445[11:06:48.392] getCompletionData: Get previous token: 0.02559299999848008 +Info 17446[11:06:48.392] getCompletionsAtPosition: isCompletionListBlocker: 0.007608999963849783 +Info 17447[11:06:48.393] getExportInfoMap: cache hit +Info 17448[11:06:48.398] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 84 from cache +Info 17449[11:06:48.398] collectAutoImports: response is complete +Info 17450[11:06:48.398] collectAutoImports: 5.245903000235558 +Info 17451[11:06:48.398] getCompletionData: Semantic work: 5.867692000232637 +Info 17452[11:06:48.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7248300001956522 +Info 17453[11:06:48.402] Format host information updated +Info 17454[11:06:49.316] getCompletionData: Get current token: 0.004665999673306942 +Info 17455[11:06:49.316] getCompletionData: Is inside comment: 0.016617999877780676 +Info 17456[11:06:49.316] getCompletionData: Get previous token: 0.013081999961286783 +Info 17457[11:06:49.316] getCompletionsAtPosition: isCompletionListBlocker: 0.00952700013294816 +Info 17458[11:06:49.317] getExportInfoMap: cache hit +Info 17459[11:06:49.330] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17460[11:06:49.330] collectAutoImports: response is complete +Info 17461[11:06:49.330] collectAutoImports: 12.57739399978891 +Info 17462[11:06:49.330] getCompletionData: Semantic work: 13.283547000028193 +Info 17463[11:06:49.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.305919999722391 +Info 17464[11:06:49.433] Format host information updated +Info 17465[11:06:49.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17466[11:06:49.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 921 structureChanged: false structureIsReused:: Completely Elapsed: 8.720480000134557ms +Info 17467[11:06:49.442] Different program with same set of files +Info 17468[11:06:49.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17469[11:06:49.573] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 922 structureChanged: false structureIsReused:: Completely Elapsed: 7.791509000118822ms +Info 17470[11:06:49.573] Different program with same set of files +Info 17471[11:06:49.573] getCompletionData: Get current token: 0.00482399994507432 +Info 17472[11:06:49.573] getCompletionData: Is inside comment: 0.020110000390559435 +Info 17473[11:06:49.573] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17474[11:06:49.573] Format host information updated +Info 17475[11:06:49.956] Format host information updated +Info 17476[11:06:49.957] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17477[11:06:49.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 923 structureChanged: false structureIsReused:: Completely Elapsed: 7.125651000067592ms +Info 17478[11:06:49.964] Different program with same set of files +Info 17479[11:06:50.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17480[11:06:50.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 924 structureChanged: false structureIsReused:: Completely Elapsed: 8.008444000035524ms +Info 17481[11:06:50.167] Different program with same set of files +Info 17482[11:06:50.168] getCompletionData: Get current token: 0.0043659997172653675 +Info 17483[11:06:50.168] getCompletionData: Is inside comment: 0.01451499992981553 +Info 17484[11:06:50.168] getCompletionData: Get previous token: 0.01171599980443716 +Info 17485[11:06:50.168] getCompletionsAtPosition: isCompletionListBlocker: 0.008652999997138977 +Info 17486[11:06:50.168] getExportInfoMap: cache hit +Info 17487[11:06:50.181] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17488[11:06:50.181] collectAutoImports: response is complete +Info 17489[11:06:50.181] collectAutoImports: 13.09536899998784 +Info 17490[11:06:50.181] getCompletionData: Semantic work: 13.614866000134498 +Info 17491[11:06:50.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1133940001018345 +Info 17492[11:06:50.190] Format host information updated +Info 17493[11:06:50.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17494[11:06:50.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 925 structureChanged: false structureIsReused:: Completely Elapsed: 10.06359799997881ms +Info 17495[11:06:50.318] Different program with same set of files +Info 17496[11:06:50.318] getCompletionData: Get current token: 0.007268999703228474 +Info 17497[11:06:50.318] getCompletionData: Is inside comment: 0.02402399992570281 +Info 17498[11:06:50.318] getCompletionData: Get previous token: 0.018017999827861786 +Info 17499[11:06:50.318] getCompletionsAtPosition: isCompletionListBlocker: 0.010648999828845263 +Info 17500[11:06:50.319] getExportInfoMap: cache hit +Info 17501[11:06:50.336] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17502[11:06:50.336] collectAutoImports: response is complete +Info 17503[11:06:50.336] collectAutoImports: 16.887545000296086 +Info 17504[11:06:50.336] getCompletionData: Semantic work: 17.623489000368863 +Info 17505[11:06:50.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9095600000582635 +Info 17506[11:06:50.348] Format host information updated +Info 17507[11:06:50.404] Format host information updated +Info 17508[11:06:50.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17509[11:06:50.414] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 926 structureChanged: false structureIsReused:: Completely Elapsed: 9.949055999983102ms +Info 17510[11:06:50.414] Different program with same set of files +Info 17511[11:06:50.595] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17512[11:06:50.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 927 structureChanged: false structureIsReused:: Completely Elapsed: 7.535651999991387ms +Info 17513[11:06:50.602] Different program with same set of files +Info 17514[11:06:50.603] getCompletionData: Get current token: 0.004745000042021275 +Info 17515[11:06:50.603] getCompletionData: Is inside comment: 0.017153999768197536 +Info 17516[11:06:50.603] getCompletionData: Get previous token: 0.025520999915897846 +Info 17517[11:06:50.603] getCompletionsAtPosition: isCompletionListBlocker: 0.009690999984741211 +Info 17518[11:06:50.603] getExportInfoMap: cache hit +Info 17519[11:06:50.607] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 149 from cache +Info 17520[11:06:50.607] collectAutoImports: response is complete +Info 17521[11:06:50.607] collectAutoImports: 3.9364280002191663 +Info 17522[11:06:50.607] getCompletionData: Semantic work: 4.534068000037223 +Info 17523[11:06:50.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.899882999714464 +Info 17524[11:06:50.611] Format host information updated +Info 17525[11:06:50.978] Format host information updated +Info 17526[11:06:50.978] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17527[11:06:50.986] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 928 structureChanged: false structureIsReused:: Completely Elapsed: 7.411983999889344ms +Info 17528[11:06:50.986] Different program with same set of files +Info 17529[11:06:51.091] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17530[11:06:51.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 929 structureChanged: false structureIsReused:: Completely Elapsed: 7.335563000291586ms +Info 17531[11:06:51.099] Different program with same set of files +Info 17532[11:06:51.099] getCompletionData: Get current token: 0.0039439997635781765 +Info 17533[11:06:51.099] getCompletionData: Is inside comment: 0.013467999640852213 +Info 17534[11:06:51.099] getCompletionData: Get previous token: 0.012048000004142523 +Info 17535[11:06:51.099] getCompletionsAtPosition: isCompletionListBlocker: 0.007827000226825476 +Info 17536[11:06:51.099] getExportInfoMap: cache hit +Info 17537[11:06:51.112] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17538[11:06:51.112] collectAutoImports: response is complete +Info 17539[11:06:51.112] collectAutoImports: 12.193477999884635 +Info 17540[11:06:51.112] getCompletionData: Semantic work: 12.696477999910712 +Info 17541[11:06:51.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.605199999641627 +Info 17542[11:06:51.121] Format host information updated +Info 17543[11:06:51.229] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17544[11:06:51.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 930 structureChanged: false structureIsReused:: Completely Elapsed: 7.965981000103056ms +Info 17545[11:06:51.237] Different program with same set of files +Info 17546[11:06:51.237] getCompletionData: Get current token: 0.004505999851971865 +Info 17547[11:06:51.237] getCompletionData: Is inside comment: 0.018055999651551247 +Info 17548[11:06:51.237] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17549[11:06:51.237] Format host information updated +Info 17550[11:06:51.308] Format host information updated +Info 17551[11:06:51.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17552[11:06:51.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 931 structureChanged: false structureIsReused:: Completely Elapsed: 27.62426399998367ms +Info 17553[11:06:51.336] Different program with same set of files +Info 17554[11:06:51.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17555[11:06:51.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 932 structureChanged: false structureIsReused:: Completely Elapsed: 8.341266000177711ms +Info 17556[11:06:51.484] Different program with same set of files +Info 17557[11:06:51.484] getCompletionData: Get current token: 0.003593000117689371 +Info 17558[11:06:51.484] getCompletionData: Is inside comment: 0.015211999882012606 +Info 17559[11:06:51.484] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17560[11:06:51.484] Format host information updated +Info 17561[11:07:03.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17562[11:07:03.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 933 structureChanged: false structureIsReused:: Completely Elapsed: 9.731060999911278ms +Info 17563[11:07:03.613] Different program with same set of files +Info 17564[11:07:03.613] getCompletionData: Get current token: 0.006126999855041504 +Info 17565[11:07:03.613] getCompletionData: Is inside comment: 0.015429999679327011 +Info 17566[11:07:03.613] getCompletionData: Get previous token: 0.011891999747604132 +Info 17567[11:07:03.613] getCompletionsAtPosition: isCompletionListBlocker: 0.003113000188022852 +Info 17568[11:07:03.614] getExportInfoMap: cache hit +Info 17569[11:07:03.623] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17570[11:07:03.623] collectAutoImports: response is complete +Info 17571[11:07:03.623] collectAutoImports: 9.762006999924779 +Info 17572[11:07:03.623] getCompletionData: Semantic work: 10.34326900029555 +Info 17573[11:07:03.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.798854999709874 +Info 17574[11:07:03.633] Format host information updated +Info 17575[11:07:04.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17576[11:07:04.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 934 structureChanged: false structureIsReused:: Completely Elapsed: 7.8314029998146ms +Info 17577[11:07:04.140] Different program with same set of files +Info 17578[11:07:04.141] getCompletionData: Get current token: 0.004917999729514122 +Info 17579[11:07:04.141] getCompletionData: Is inside comment: 0.018234000075608492 +Info 17580[11:07:04.141] getCompletionData: Get previous token: 0.027009999845176935 +Info 17581[11:07:04.141] getCompletionsAtPosition: isCompletionListBlocker: 0.0026859999634325504 +Info 17582[11:07:04.141] getExportInfoMap: cache hit +Info 17583[11:07:04.145] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 104 from cache +Info 17584[11:07:04.145] collectAutoImports: response is complete +Info 17585[11:07:04.145] collectAutoImports: 3.4253739998675883 +Info 17586[11:07:04.145] getCompletionData: Semantic work: 3.983669000212103 +Info 17587[11:07:04.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.440302999690175 +Info 17588[11:07:04.148] Format host information updated +Info 17589[11:07:04.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17590[11:07:04.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 935 structureChanged: false structureIsReused:: Completely Elapsed: 7.085407999809831ms +Info 17591[11:07:04.445] Different program with same set of files +Info 17592[11:07:04.446] getCompletionData: Get current token: 0.006212000269442797 +Info 17593[11:07:04.446] getCompletionData: Is inside comment: 0.016462999861687422 +Info 17594[11:07:04.446] getCompletionData: Get previous token: 0.012759999837726355 +Info 17595[11:07:04.446] getCompletionsAtPosition: isCompletionListBlocker: 0.0031030001118779182 +Info 17596[11:07:04.446] getExportInfoMap: cache hit +Info 17597[11:07:04.458] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17598[11:07:04.458] collectAutoImports: response is complete +Info 17599[11:07:04.458] collectAutoImports: 11.55920200003311 +Info 17600[11:07:04.458] getCompletionData: Semantic work: 12.088563999626786 +Info 17601[11:07:04.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.89139200001955 +Info 17602[11:07:04.466] Format host information updated +Info 17603[11:07:04.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17604[11:07:04.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 936 structureChanged: false structureIsReused:: Completely Elapsed: 16.787605000194162ms +Info 17605[11:07:04.554] Different program with same set of files +Info 17606[11:07:04.554] getCompletionData: Get current token: 0.013094999827444553 +Info 17607[11:07:04.554] getCompletionData: Is inside comment: 0.04694800032302737 +Info 17608[11:07:04.555] getCompletionData: Get previous token: 0.07281900011003017 +Info 17609[11:07:04.555] getCompletionsAtPosition: isCompletionListBlocker: 0.005759999621659517 +Info 17610[11:07:04.556] getExportInfoMap: cache hit +Info 17611[11:07:04.564] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 104 from cache +Info 17612[11:07:04.564] collectAutoImports: response is complete +Info 17613[11:07:04.564] collectAutoImports: 7.9242290002293885 +Info 17614[11:07:04.564] getCompletionData: Semantic work: 9.118241999763995 +Info 17615[11:07:04.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.5151390000246465 +Info 17616[11:07:04.572] Format host information updated +Info 17617[11:07:04.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17618[11:07:04.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 937 structureChanged: false structureIsReused:: Completely Elapsed: 7.426587000023574ms +Info 17619[11:07:04.761] Different program with same set of files +Info 17620[11:07:04.761] getCompletionData: Get current token: 0.00711899995803833 +Info 17621[11:07:04.761] getCompletionData: Is inside comment: 0.01871900027617812 +Info 17622[11:07:04.761] getCompletionData: Get previous token: 0.014457999728620052 +Info 17623[11:07:04.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0026400000788271427 +Info 17624[11:07:04.762] getExportInfoMap: cache hit +Info 17625[11:07:04.775] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17626[11:07:04.775] collectAutoImports: response is complete +Info 17627[11:07:04.775] collectAutoImports: 12.75198799977079 +Info 17628[11:07:04.775] getCompletionData: Semantic work: 13.302308999933302 +Info 17629[11:07:04.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.175057000014931 +Info 17630[11:07:04.784] Format host information updated +Info 17631[11:07:05.166] Format host information updated +Info 17632[11:07:05.166] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17633[11:07:05.173] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 938 structureChanged: false structureIsReused:: Completely Elapsed: 7.284917999990284ms +Info 17634[11:07:05.173] Different program with same set of files +Info 17635[11:07:05.703] getCompletionData: Get current token: 0.0043669999577105045 +Info 17636[11:07:05.703] getCompletionData: Is inside comment: 0.015625 +Info 17637[11:07:05.703] getCompletionData: Get previous token: 0.022966000251471996 +Info 17638[11:07:05.703] getCompletionsAtPosition: isCompletionListBlocker: 0.0032239998690783978 +Info 17639[11:07:05.704] getExportInfoMap: cache hit +Info 17640[11:07:05.707] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 149 from cache +Info 17641[11:07:05.707] collectAutoImports: response is complete +Info 17642[11:07:05.707] collectAutoImports: 3.4560130001045763 +Info 17643[11:07:05.707] getCompletionData: Semantic work: 4.075361999683082 +Info 17644[11:07:05.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.476700999774039 +Info 17645[11:07:05.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17646[11:07:05.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 939 structureChanged: false structureIsReused:: Completely Elapsed: 7.567516000010073ms +Info 17647[11:07:05.994] Different program with same set of files +Info 17648[11:07:05.995] getCompletionData: Get current token: 0.006186000071465969 +Info 17649[11:07:05.995] getCompletionData: Is inside comment: 0.020747999660670757 +Info 17650[11:07:05.995] getCompletionData: Get previous token: 0.01571499975398183 +Info 17651[11:07:05.995] getCompletionsAtPosition: isCompletionListBlocker: 0.009327999781817198 +Info 17652[11:07:05.995] getExportInfoMap: cache hit +Info 17653[11:07:06.009] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1052 from cache +Info 17654[11:07:06.009] collectAutoImports: response is complete +Info 17655[11:07:06.009] collectAutoImports: 13.521887000184506 +Info 17656[11:07:06.009] getCompletionData: Semantic work: 14.049958999734372 +Info 17657[11:07:06.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.993603999726474 +Info 17658[11:07:06.019] Format host information updated +Info 17659[11:07:10.338] Format host information updated +Info 17660[11:07:10.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17661[11:07:10.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 940 structureChanged: false structureIsReused:: Completely Elapsed: 9.713917000219226ms +Info 17662[11:07:10.347] Different program with same set of files +Info 17663[11:07:10.547] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17664[11:07:10.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 941 structureChanged: false structureIsReused:: Completely Elapsed: 7.84551199991256ms +Info 17665[11:07:10.555] Different program with same set of files +Info 17666[11:07:10.555] getCompletionData: Get current token: 0.004991000052541494 +Info 17667[11:07:10.555] getCompletionData: Is inside comment: 0.00126700010150671 +Info 17668[11:07:10.555] getCompletionData: Get previous token: 0.02578900009393692 +Info 17669[11:07:10.555] getCompletionsAtPosition: isCompletionListBlocker: 0.0022539999336004257 +Info 17670[11:07:10.556] getExportInfoMap: cache hit +Info 17671[11:07:10.558] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17672[11:07:10.558] collectAutoImports: response is complete +Info 17673[11:07:10.558] collectAutoImports: 1.8147709998302162 +Info 17674[11:07:10.558] getCompletionData: Semantic work: 2.3323949999175966 +Info 17675[11:07:10.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0606100000441074 +Info 17676[11:07:10.559] Format host information updated +Info 17677[11:07:10.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17678[11:07:10.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 942 structureChanged: false structureIsReused:: Completely Elapsed: 9.820835000369698ms +Info 17679[11:07:10.732] Different program with same set of files +Info 17680[11:07:10.732] getCompletionData: Get current token: 0.006087999790906906 +Info 17681[11:07:10.732] getCompletionData: Is inside comment: 0.001577999908477068 +Info 17682[11:07:10.733] getCompletionData: Get previous token: 0.028793999925255775 +Info 17683[11:07:10.733] getCompletionsAtPosition: isCompletionListBlocker: 0.002602000255137682 +Info 17684[11:07:10.733] getExportInfoMap: cache hit +Info 17685[11:07:10.735] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17686[11:07:10.735] collectAutoImports: response is complete +Info 17687[11:07:10.735] collectAutoImports: 2.116246999707073 +Info 17688[11:07:10.735] getCompletionData: Semantic work: 2.7233949997462332 +Info 17689[11:07:10.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2730940002948046 +Info 17690[11:07:10.737] Format host information updated +Info 17691[11:07:10.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17692[11:07:10.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 943 structureChanged: false structureIsReused:: Completely Elapsed: 7.415078000165522ms +Info 17693[11:07:10.920] Different program with same set of files +Info 17694[11:07:10.920] getCompletionData: Get current token: 0.005946999881416559 +Info 17695[11:07:10.920] getCompletionData: Is inside comment: 0.0014720000326633453 +Info 17696[11:07:10.920] getCompletionData: Get previous token: 0.029058000072836876 +Info 17697[11:07:10.920] getCompletionsAtPosition: isCompletionListBlocker: 0.0022420003078877926 +Info 17698[11:07:10.921] getExportInfoMap: cache hit +Info 17699[11:07:10.923] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17700[11:07:10.923] collectAutoImports: response is complete +Info 17701[11:07:10.923] collectAutoImports: 1.9345239996910095 +Info 17702[11:07:10.923] getCompletionData: Semantic work: 2.4879580000415444 +Info 17703[11:07:10.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.244240999687463 +Info 17704[11:07:10.927] Format host information updated +Info 17705[11:07:11.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17706[11:07:11.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 944 structureChanged: false structureIsReused:: Completely Elapsed: 27.387553999666125ms +Info 17707[11:07:11.102] Different program with same set of files +Info 17708[11:07:11.103] getCompletionData: Get current token: 0.018420000094920397 +Info 17709[11:07:11.103] getCompletionData: Is inside comment: 0.005465000402182341 +Info 17710[11:07:11.103] getCompletionData: Get previous token: 0.091624999884516 +Info 17711[11:07:11.103] getCompletionsAtPosition: isCompletionListBlocker: 0.005830999929457903 +Info 17712[11:07:11.105] getExportInfoMap: cache hit +Info 17713[11:07:11.110] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17714[11:07:11.110] collectAutoImports: response is complete +Info 17715[11:07:11.110] collectAutoImports: 4.918587000109255 +Info 17716[11:07:11.110] getCompletionData: Semantic work: 6.513881000224501 +Info 17717[11:07:11.112] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4770039999857545 +Info 17718[11:07:11.113] Format host information updated +Info 17719[11:07:11.221] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17720[11:07:11.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 945 structureChanged: false structureIsReused:: Completely Elapsed: 10.220211999956518ms +Info 17721[11:07:11.231] Different program with same set of files +Info 17722[11:07:11.232] getCompletionData: Get current token: 0.00699299992993474 +Info 17723[11:07:11.232] getCompletionData: Is inside comment: 0.0019809999503195286 +Info 17724[11:07:11.232] getCompletionData: Get previous token: 0.033447000198066235 +Info 17725[11:07:11.232] getCompletionsAtPosition: isCompletionListBlocker: 0.0035509997978806496 +Info 17726[11:07:11.232] getExportInfoMap: cache hit +Info 17727[11:07:11.235] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17728[11:07:11.235] collectAutoImports: response is complete +Info 17729[11:07:11.235] collectAutoImports: 2.4170489995740354 +Info 17730[11:07:11.235] getCompletionData: Semantic work: 3.0762289999984205 +Info 17731[11:07:11.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4895049999468029 +Info 17732[11:07:11.237] Format host information updated +Info 17733[11:07:11.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17734[11:07:11.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 946 structureChanged: false structureIsReused:: Completely Elapsed: 7.282453999854624ms +Info 17735[11:07:11.613] Different program with same set of files +Info 17736[11:07:11.613] getCompletionData: Get current token: 0.005263000261038542 +Info 17737[11:07:11.613] getCompletionData: Is inside comment: 0.0014309999532997608 +Info 17738[11:07:11.613] getCompletionData: Get previous token: 0.026417000219225883 +Info 17739[11:07:11.613] getCompletionsAtPosition: isCompletionListBlocker: 0.0022559999488294125 +Info 17740[11:07:11.614] getExportInfoMap: cache hit +Info 17741[11:07:11.616] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17742[11:07:11.616] collectAutoImports: response is complete +Info 17743[11:07:11.616] collectAutoImports: 1.8233559997752309 +Info 17744[11:07:11.616] getCompletionData: Semantic work: 2.3895859997719526 +Info 17745[11:07:11.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1793580004014075 +Info 17746[11:07:11.620] Format host information updated +Info 17747[11:07:11.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17748[11:07:11.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 947 structureChanged: false structureIsReused:: Completely Elapsed: 26.469802000094205ms +Info 17749[11:07:11.733] Different program with same set of files +Info 17750[11:07:11.733] getCompletionData: Get current token: 0.018749999813735485 +Info 17751[11:07:11.733] getCompletionData: Is inside comment: 0.005338999908417463 +Info 17752[11:07:11.733] getCompletionData: Get previous token: 0.12715999968349934 +Info 17753[11:07:11.733] getCompletionsAtPosition: isCompletionListBlocker: 0.006271000020205975 +Info 17754[11:07:11.735] getExportInfoMap: cache hit +Info 17755[11:07:11.740] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17756[11:07:11.740] collectAutoImports: response is complete +Info 17757[11:07:11.740] collectAutoImports: 4.8778530000709 +Info 17758[11:07:11.740] getCompletionData: Semantic work: 6.505614000372589 +Info 17759[11:07:11.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4976000003516674 +Info 17760[11:07:11.744] Format host information updated +Info 17761[11:07:11.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17762[11:07:11.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 948 structureChanged: false structureIsReused:: Completely Elapsed: 13.802712999749929ms +Info 17763[11:07:11.806] Different program with same set of files +Info 17764[11:07:11.806] getCompletionData: Get current token: 0.009771000128239393 +Info 17765[11:07:11.806] getCompletionData: Is inside comment: 0.002840000204741955 +Info 17766[11:07:11.806] getCompletionData: Get previous token: 0.04695699969306588 +Info 17767[11:07:11.806] getCompletionsAtPosition: isCompletionListBlocker: 0.004031000193208456 +Info 17768[11:07:11.807] getExportInfoMap: cache hit +Info 17769[11:07:11.811] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17770[11:07:11.811] collectAutoImports: response is complete +Info 17771[11:07:11.811] collectAutoImports: 3.369862999767065 +Info 17772[11:07:11.811] getCompletionData: Semantic work: 4.280164999887347 +Info 17773[11:07:11.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9917709999717772 +Info 17774[11:07:11.814] Format host information updated +Info 17775[11:07:11.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17776[11:07:11.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 949 structureChanged: false structureIsReused:: Completely Elapsed: 7.250777000095695ms +Info 17777[11:07:11.978] Different program with same set of files +Info 17778[11:07:11.979] getCompletionData: Get current token: 0.006269000004976988 +Info 17779[11:07:11.979] getCompletionData: Is inside comment: 0.0015839999541640282 +Info 17780[11:07:11.979] getCompletionData: Get previous token: 0.03160000033676624 +Info 17781[11:07:11.979] getCompletionsAtPosition: isCompletionListBlocker: 0.0022189998999238014 +Info 17782[11:07:11.979] getExportInfoMap: cache hit +Info 17783[11:07:11.982] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17784[11:07:11.982] collectAutoImports: response is complete +Info 17785[11:07:11.982] collectAutoImports: 2.2598210000433028 +Info 17786[11:07:11.982] getCompletionData: Semantic work: 2.841380000114441 +Info 17787[11:07:11.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.361401000060141 +Info 17788[11:07:11.984] Format host information updated +Info 17789[11:07:12.118] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17790[11:07:12.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 950 structureChanged: false structureIsReused:: Completely Elapsed: 8.218450000043958ms +Info 17791[11:07:12.126] Different program with same set of files +Info 17792[11:07:12.126] getCompletionData: Get current token: 0.008425999898463488 +Info 17793[11:07:12.126] getCompletionData: Is inside comment: 0.0014390000142157078 +Info 17794[11:07:12.126] getCompletionData: Get previous token: 0.02797099994495511 +Info 17795[11:07:12.126] getCompletionsAtPosition: isCompletionListBlocker: 0.00316500011831522 +Info 17796[11:07:12.127] getExportInfoMap: cache hit +Info 17797[11:07:12.141] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 867 from cache +Info 17798[11:07:12.141] collectAutoImports: response is complete +Info 17799[11:07:12.141] collectAutoImports: 13.560051999986172 +Info 17800[11:07:12.141] getCompletionData: Semantic work: 14.302027000114322 +Info 17801[11:07:12.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.926349999848753 +Info 17802[11:07:12.151] Format host information updated +Info 17803[11:07:13.919] Format host information updated +Info 17804[11:07:13.919] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17805[11:07:13.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 951 structureChanged: false structureIsReused:: Completely Elapsed: 8.250674000009894ms +Info 17806[11:07:13.928] Different program with same set of files +Info 17807[11:07:27.925] getCompletionData: Get current token: 0.0023020002990961075 +Info 17808[11:07:27.925] getCompletionData: Is inside comment: 0.018445999827235937 +Info 17809[11:07:27.925] getCompletionData: Get previous token: 0.0123089998960495 +Info 17810[11:07:27.925] getCompletionsAtPosition: isCompletionListBlocker: 0.008177999872714281 +Info 17811[11:07:27.925] getCompletionData: Semantic work: 0.2097410000860691 +Info 17812[11:07:27.925] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3831259999424219 +Info 17813[11:07:28.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17814[11:07:28.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 952 structureChanged: false structureIsReused:: Completely Elapsed: 9.682845000177622ms +Info 17815[11:07:28.098] Different program with same set of files +Info 17816[11:07:28.098] getCompletionData: Get current token: 0.002498000394552946 +Info 17817[11:07:28.098] getCompletionData: Is inside comment: 0.0013819998130202293 +Info 17818[11:07:28.098] getCompletionData: Get previous token: 0.012833999935537577 +Info 17819[11:07:28.098] getCompletionsAtPosition: isCompletionListBlocker: 0.003603000193834305 +Info 17820[11:07:28.098] getCompletionData: Semantic work: 0.043548000045120716 +Info 17821[11:07:28.098] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07561499997973442 +Info 17822[11:07:28.099] Format host information updated +Info 17823[11:07:32.998] Format host information updated +Info 17824[11:07:32.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17825[11:07:33.007] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 953 structureChanged: false structureIsReused:: Completely Elapsed: 8.484701999928802ms +Info 17826[11:07:33.007] Different program with same set of files +Info 17827[11:07:33.248] Format host information updated +Info 17828[11:07:33.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17829[11:07:33.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 954 structureChanged: false structureIsReused:: Completely Elapsed: 7.739775999914855ms +Info 17830[11:07:33.256] Different program with same set of files +Info 17831[11:07:34.318] Format host information updated +Info 17832[11:07:34.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17833[11:07:34.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 955 structureChanged: false structureIsReused:: Completely Elapsed: 7.692869000136852ms +Info 17834[11:07:34.326] Different program with same set of files +Info 17835[11:07:34.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17836[11:07:34.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 956 structureChanged: false structureIsReused:: Completely Elapsed: 6.21011699968949ms +Info 17837[11:07:34.550] Different program with same set of files +Info 17838[11:07:34.550] getCompletionData: Get current token: 0.00164500018581748 +Info 17839[11:07:34.550] getCompletionData: Is inside comment: 0.010571999941021204 +Info 17840[11:07:34.550] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17841[11:07:34.550] Format host information updated +Info 17842[11:07:34.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17843[11:07:34.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 957 structureChanged: false structureIsReused:: Completely Elapsed: 7.066807999741286ms +Info 17844[11:07:34.711] Different program with same set of files +Info 17845[11:07:34.712] getCompletionData: Get current token: 0.002007999923080206 +Info 17846[11:07:34.712] getCompletionData: Is inside comment: 0.012972999829798937 +Info 17847[11:07:34.712] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17848[11:07:34.713] Format host information updated +Info 17849[11:07:34.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17850[11:07:34.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 958 structureChanged: false structureIsReused:: Completely Elapsed: 6.908826000057161ms +Info 17851[11:07:34.796] Different program with same set of files +Info 17852[11:07:34.797] getCompletionData: Get current token: 0.0014990000054240227 +Info 17853[11:07:34.797] getCompletionData: Is inside comment: 0.03403200022876263 +Info 17854[11:07:34.797] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17855[11:07:34.797] Format host information updated +Info 17856[11:07:34.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17857[11:07:34.878] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 959 structureChanged: false structureIsReused:: Completely Elapsed: 21.09774399967864ms +Info 17858[11:07:34.878] Different program with same set of files +Info 17859[11:07:34.879] getCompletionData: Get current token: 0.006438999902456999 +Info 17860[11:07:34.879] getCompletionData: Is inside comment: 0.05203399993479252 +Info 17861[11:07:34.879] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17862[11:07:34.884] Format host information updated +Info 17863[11:07:35.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17864[11:07:35.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 960 structureChanged: false structureIsReused:: Completely Elapsed: 6.724338999949396ms +Info 17865[11:07:35.262] Different program with same set of files +Info 17866[11:07:35.262] getCompletionData: Get current token: 0.0016620000824332237 +Info 17867[11:07:35.262] getCompletionData: Is inside comment: 0.01166500011458993 +Info 17868[11:07:35.262] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17869[11:07:35.262] Format host information updated +Info 17870[11:07:35.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17871[11:07:35.325] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 961 structureChanged: false structureIsReused:: Completely Elapsed: 7.21485499991104ms +Info 17872[11:07:35.325] Different program with same set of files +Info 17873[11:07:35.325] getCompletionData: Get current token: 0.001894999761134386 +Info 17874[11:07:35.325] getCompletionData: Is inside comment: 0.01309000002220273 +Info 17875[11:07:35.325] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17876[11:07:35.328] Format host information updated +Info 17877[11:07:35.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17878[11:07:35.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 962 structureChanged: false structureIsReused:: Completely Elapsed: 6.637099000159651ms +Info 17879[11:07:35.389] Different program with same set of files +Info 17880[11:07:35.389] getCompletionData: Get current token: 0.001960999798029661 +Info 17881[11:07:35.389] getCompletionData: Is inside comment: 0.013377999886870384 +Info 17882[11:07:35.389] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17883[11:07:35.389] Format host information updated +Info 17884[11:07:37.543] Format host information updated +Info 17885[11:07:37.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17886[11:07:37.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 963 structureChanged: false structureIsReused:: Completely Elapsed: 7.569846000056714ms +Info 17887[11:07:37.550] Different program with same set of files +Info 17888[11:07:47.729] Format host information updated +Info 17889[11:07:47.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17890[11:07:47.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 964 structureChanged: false structureIsReused:: Completely Elapsed: 7.210738999769092ms +Info 17891[11:07:47.737] Different program with same set of files +Info 17892[11:07:50.312] Format host information updated +Info 17893[11:07:50.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17894[11:07:50.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 965 structureChanged: false structureIsReused:: Completely Elapsed: 9.610652000177652ms +Info 17895[11:07:50.322] Different program with same set of files +Info 17896[11:07:54.015] Format host information updated +Info 17897[11:07:54.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17898[11:07:54.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 966 structureChanged: false structureIsReused:: Completely Elapsed: 6.218293000012636ms +Info 17899[11:07:54.021] Different program with same set of files +Info 17900[11:07:54.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17901[11:07:54.705] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 967 structureChanged: false structureIsReused:: Completely Elapsed: 6.444955000188202ms +Info 17902[11:07:54.705] Different program with same set of files +Info 17903[11:07:54.705] getCompletionData: Get current token: 0.0018279999494552612 +Info 17904[11:07:54.706] getCompletionData: Is inside comment: 0.012025000061839819 +Info 17905[11:07:54.706] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17906[11:07:54.706] Format host information updated +Info 17907[11:07:54.857] Format host information updated +Info 17908[11:07:54.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17909[11:07:54.864] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 968 structureChanged: false structureIsReused:: Completely Elapsed: 6.925948000047356ms +Info 17910[11:07:54.864] Different program with same set of files +Info 17911[11:07:57.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17912[11:07:57.499] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 969 structureChanged: false structureIsReused:: Completely Elapsed: 6.4446779997088015ms +Info 17913[11:07:57.499] Different program with same set of files +Info 17914[11:07:57.500] getCompletionData: Get current token: 0.002256999723613262 +Info 17915[11:07:57.500] getCompletionData: Is inside comment: 0.014531000051647425 +Info 17916[11:07:57.500] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17917[11:07:57.500] Format host information updated +Info 17918[11:07:57.608] Format host information updated +Info 17919[11:07:57.608] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17920[11:07:57.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 970 structureChanged: false structureIsReused:: Completely Elapsed: 6.629443000070751ms +Info 17921[11:07:57.615] Different program with same set of files +Info 17922[11:08:00.241] Format host information updated +Info 17923[11:08:00.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17924[11:08:00.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 971 structureChanged: false structureIsReused:: Completely Elapsed: 7.094072999898344ms +Info 17925[11:08:00.248] Different program with same set of files +Info 17926[11:08:00.952] Format host information updated +Info 17927[11:08:00.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17928[11:08:00.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 972 structureChanged: false structureIsReused:: Completely Elapsed: 7.255760000087321ms +Info 17929[11:08:00.959] Different program with same set of files +Info 17930[11:08:01.360] Format host information updated +Info 17931[11:08:01.360] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17932[11:08:01.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 973 structureChanged: false structureIsReused:: Completely Elapsed: 6.625033000018448ms +Info 17933[11:08:01.367] Different program with same set of files +Info 17934[11:08:02.881] Format host information updated +Info 17935[11:08:02.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17936[11:08:02.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 974 structureChanged: false structureIsReused:: Completely Elapsed: 8.627693000249565ms +Info 17937[11:08:02.890] Different program with same set of files +Info 17938[11:08:03.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17939[11:08:03.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 975 structureChanged: false structureIsReused:: Completely Elapsed: 6.784622999839485ms +Info 17940[11:08:03.345] Different program with same set of files +Info 17941[11:08:03.345] getCompletionData: Get current token: 0.004972000140696764 +Info 17942[11:08:03.345] getCompletionData: Is inside comment: 0.015064000152051449 +Info 17943[11:08:03.345] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17944[11:08:03.345] Format host information updated +Info 17945[11:08:03.495] Format host information updated +Info 17946[11:08:03.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17947[11:08:03.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 976 structureChanged: false structureIsReused:: Completely Elapsed: 8.347837999928743ms +Info 17948[11:08:03.504] Different program with same set of files +Info 17949[11:08:03.796] Format host information updated +Info 17950[11:08:03.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17951[11:08:03.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 977 structureChanged: false structureIsReused:: Completely Elapsed: 6.610592999961227ms +Info 17952[11:08:03.802] Different program with same set of files +Info 17953[11:08:04.031] Format host information updated +Info 17954[11:08:04.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17955[11:08:04.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 978 structureChanged: false structureIsReused:: Completely Elapsed: 7.361120000015944ms +Info 17956[11:08:04.038] Different program with same set of files +Info 17957[11:08:05.200] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17958[11:08:05.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 979 structureChanged: false structureIsReused:: Completely Elapsed: 6.406502000056207ms +Info 17959[11:08:05.206] Different program with same set of files +Info 17960[11:08:05.206] getCompletionData: Get current token: 0.0030109998770058155 +Info 17961[11:08:05.206] getCompletionData: Is inside comment: 0.013722999952733517 +Info 17962[11:08:05.206] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17963[11:08:05.209] Format host information updated +Info 17964[11:08:05.276] Format host information updated +Info 17965[11:08:05.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17966[11:08:05.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 980 structureChanged: false structureIsReused:: Completely Elapsed: 23.28647299995646ms +Info 17967[11:08:05.302] Different program with same set of files +Info 17968[11:08:05.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17969[11:08:05.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 981 structureChanged: false structureIsReused:: Completely Elapsed: 6.639200000092387ms +Info 17970[11:08:05.683] Different program with same set of files +Info 17971[11:08:05.683] getCompletionData: Get current token: 0.0036929999478161335 +Info 17972[11:08:05.683] getCompletionData: Is inside comment: 0.01694200001657009 +Info 17973[11:08:05.683] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17974[11:08:05.685] Format host information updated +Info 17975[11:08:05.814] Format host information updated +Info 17976[11:08:05.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17977[11:08:05.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 982 structureChanged: false structureIsReused:: Completely Elapsed: 6.147787000052631ms +Info 17978[11:08:05.820] Different program with same set of files +Info 17979[11:08:05.929] Format host information updated +Info 17980[11:08:05.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17981[11:08:05.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 983 structureChanged: false structureIsReused:: Completely Elapsed: 6.409217999782413ms +Info 17982[11:08:05.936] Different program with same set of files +Info 17983[11:08:06.088] Format host information updated +Info 17984[11:08:06.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17985[11:08:06.094] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 984 structureChanged: false structureIsReused:: Completely Elapsed: 6.127414999995381ms +Info 17986[11:08:06.094] Different program with same set of files +Info 17987[11:08:08.092] Format host information updated +Info 17988[11:08:08.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17989[11:08:08.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 985 structureChanged: false structureIsReused:: Completely Elapsed: 6.544090999756008ms +Info 17990[11:08:08.099] Different program with same set of files +Info 17991[11:08:08.950] Format host information updated +Info 17992[11:08:08.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17993[11:08:08.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 986 structureChanged: false structureIsReused:: Completely Elapsed: 15.690543999895453ms +Info 17994[11:08:08.966] Different program with same set of files +Info 17995[11:08:09.097] Format host information updated +Info 17996[11:08:09.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 17997[11:08:09.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 987 structureChanged: false structureIsReused:: Completely Elapsed: 6.297815999947488ms +Info 17998[11:08:09.103] Different program with same set of files +Info 17999[11:08:12.493] Format host information updated +Info 18000[11:08:12.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18001[11:08:12.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 988 structureChanged: false structureIsReused:: Completely Elapsed: 6.645394999999553ms +Info 18002[11:08:12.500] Different program with same set of files +Info 18003[11:08:14.061] getCompletionData: Get current token: 0.004168999847024679 +Info 18004[11:08:14.061] getCompletionData: Is inside comment: 0.02778299991041422 +Info 18005[11:08:14.062] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 18006[11:08:17.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18007[11:08:17.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 989 structureChanged: false structureIsReused:: Completely Elapsed: 8.778988999780267ms +Info 18008[11:08:17.318] Different program with same set of files +Info 18009[11:08:17.318] getCompletionData: Get current token: 0.002117999829351902 +Info 18010[11:08:17.318] getCompletionData: Is inside comment: 0.01153900008648634 +Info 18011[11:08:17.318] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 18012[11:08:17.319] Format host information updated +Info 18013[11:08:17.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18014[11:08:17.543] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 990 structureChanged: false structureIsReused:: Completely Elapsed: 7.551239000167698ms +Info 18015[11:08:17.543] Different program with same set of files +Info 18016[11:08:17.543] getCompletionData: Get current token: 0.004951999988406897 +Info 18017[11:08:17.543] getCompletionData: Is inside comment: 0.01575100002810359 +Info 18018[11:08:17.543] getCompletionData: Get previous token: 0.00926299998536706 +Info 18019[11:08:17.543] getCompletionsAtPosition: isCompletionListBlocker: 0.0021760002709925175 +Info 18020[11:08:17.544] getExportInfoMap: cache miss or empty; calculating new results +Info 18021[11:08:17.561] forEachExternalModuleToImportFrom autoImportProvider: 6.690487000159919 +Info 18022[11:08:17.561] getExportInfoMap: done in 17.741653999779373 ms +Info 18023[11:08:17.582] collectAutoImports: resolved 14 module specifiers, plus 175 ambient and 1039 from cache +Info 18024[11:08:17.582] collectAutoImports: response is complete +Info 18025[11:08:17.582] collectAutoImports: 20.583295000251383 +Info 18026[11:08:17.582] getCompletionData: Semantic work: 38.98290599975735 +Info 18027[11:08:17.588] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.254744000267237 +Info 18028[11:08:17.594] Format host information updated +Info 18029[11:08:23.009] Format host information updated +Info 18030[11:08:23.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18031[11:08:23.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 991 structureChanged: false structureIsReused:: Completely Elapsed: 7.248932000249624ms +Info 18032[11:08:23.017] Different program with same set of files +Info 18033[11:08:23.852] getCompletionData: Get current token: 0.002326000016182661 +Info 18034[11:08:23.852] getCompletionData: Is inside comment: 0.014663999900221825 +Info 18035[11:08:23.852] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 18036[11:08:24.068] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18037[11:08:24.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 992 structureChanged: false structureIsReused:: Completely Elapsed: 7.845522999763489ms +Info 18038[11:08:24.076] Different program with same set of files +Info 18039[11:08:24.076] getCompletionData: Get current token: 0.002917999867349863 +Info 18040[11:08:24.076] getCompletionData: Is inside comment: 0.014598000328987837 +Info 18041[11:08:24.076] getCompletionData: Get previous token: 0.008694999851286411 +Info 18042[11:08:24.076] getCompletionsAtPosition: isCompletionListBlocker: 0.011874999850988388 +Info 18043[11:08:24.078] getExportInfoMap: cache hit +Info 18044[11:08:24.090] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 18045[11:08:24.090] collectAutoImports: response is complete +Info 18046[11:08:24.090] collectAutoImports: 11.493127999827266 +Info 18047[11:08:24.090] getCompletionData: Semantic work: 13.628461000043899 +Info 18048[11:08:24.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2402409999631345 +Info 18049[11:08:24.101] Format host information updated +Info 18050[11:08:27.001] Format host information updated +Info 18051[11:08:27.001] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18052[11:08:27.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 993 structureChanged: false structureIsReused:: Completely Elapsed: 6.929246999789029ms +Info 18053[11:08:27.008] Different program with same set of files +Info 18054[11:08:27.599] Format host information updated +Info 18055[11:08:27.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18056[11:08:27.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 994 structureChanged: false structureIsReused:: Completely Elapsed: 6.677207000087947ms +Info 18057[11:08:27.606] Different program with same set of files +Info 18058[11:08:29.249] Format host information updated +Info 18059[11:08:29.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18060[11:08:29.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 995 structureChanged: false structureIsReused:: Completely Elapsed: 6.47410300001502ms +Info 18061[11:08:29.256] Different program with same set of files +Info 18062[11:08:29.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18063[11:08:29.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 996 structureChanged: false structureIsReused:: Completely Elapsed: 6.624455999583006ms +Info 18064[11:08:29.393] Different program with same set of files +Info 18065[11:08:29.393] getCompletionData: Get current token: 0.003653000108897686 +Info 18066[11:08:29.393] getCompletionData: Is inside comment: 0.01462200004607439 +Info 18067[11:08:29.393] getCompletionData: Get previous token: 0.01524600014090538 +Info 18068[11:08:29.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0024779997766017914 +Info 18069[11:08:29.394] getExportInfoMap: cache hit +Info 18070[11:08:29.399] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 18071[11:08:29.399] collectAutoImports: response is complete +Info 18072[11:08:29.399] collectAutoImports: 5.205946000292897 +Info 18073[11:08:29.399] getCompletionData: Semantic work: 5.727088000159711 +Info 18074[11:08:29.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2125600003637373 +Info 18075[11:08:29.402] Format host information updated +Info 18076[11:08:29.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18077[11:08:29.460] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 997 structureChanged: false structureIsReused:: Completely Elapsed: 10.553127000108361ms +Info 18078[11:08:29.460] Different program with same set of files +Info 18079[11:08:29.461] getCompletionData: Get current token: 0.006256999913603067 +Info 18080[11:08:29.461] getCompletionData: Is inside comment: 0.028396999929100275 +Info 18081[11:08:29.461] getCompletionData: Get previous token: 0.029549000319093466 +Info 18082[11:08:29.461] getCompletionsAtPosition: isCompletionListBlocker: 0.0037589999847114086 +Info 18083[11:08:29.462] getExportInfoMap: cache hit +Info 18084[11:08:29.466] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 18085[11:08:29.466] collectAutoImports: response is complete +Info 18086[11:08:29.466] collectAutoImports: 4.003430999815464 +Info 18087[11:08:29.466] getCompletionData: Semantic work: 4.88675899989903 +Info 18088[11:08:29.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5905989999882877 +Info 18089[11:08:29.471] Format host information updated +Info 18090[11:08:29.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18091[11:08:29.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 998 structureChanged: false structureIsReused:: Completely Elapsed: 8.83782699983567ms +Info 18092[11:08:29.600] Different program with same set of files +Info 18093[11:08:29.600] getCompletionData: Get current token: 0.004011999815702438 +Info 18094[11:08:29.600] getCompletionData: Is inside comment: 0.01608600001782179 +Info 18095[11:08:29.600] getCompletionData: Get previous token: 0.017581999767571688 +Info 18096[11:08:29.600] getCompletionsAtPosition: isCompletionListBlocker: 0.002512000035494566 +Info 18097[11:08:29.601] getExportInfoMap: cache hit +Info 18098[11:08:29.604] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 18099[11:08:29.604] collectAutoImports: response is complete +Info 18100[11:08:29.604] collectAutoImports: 2.772176000289619 +Info 18101[11:08:29.604] getCompletionData: Semantic work: 3.339612000156194 +Info 18102[11:08:29.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.692618999630213 +Info 18103[11:08:29.607] Format host information updated +Info 18104[11:08:29.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18105[11:08:29.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 999 structureChanged: false structureIsReused:: Completely Elapsed: 6.596942000091076ms +Info 18106[11:08:29.694] Different program with same set of files +Info 18107[11:08:29.694] getCompletionData: Get current token: 0.0037530004046857357 +Info 18108[11:08:29.695] getCompletionData: Is inside comment: 0.016238000243902206 +Info 18109[11:08:29.695] getCompletionData: Get previous token: 0.01718199998140335 +Info 18110[11:08:29.695] getCompletionsAtPosition: isCompletionListBlocker: 0.0027749999426305294 +Info 18111[11:08:29.695] getExportInfoMap: cache hit +Info 18112[11:08:29.697] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18113[11:08:29.697] collectAutoImports: response is complete +Info 18114[11:08:29.697] collectAutoImports: 2.1250129998661578 +Info 18115[11:08:29.697] getCompletionData: Semantic work: 2.6482020001858473 +Info 18116[11:08:29.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.819399000145495 +Info 18117[11:08:29.701] Format host information updated +Info 18118[11:08:29.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18119[11:08:29.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1000 structureChanged: false structureIsReused:: Completely Elapsed: 26.59221199993044ms +Info 18120[11:08:29.851] Different program with same set of files +Info 18121[11:08:29.851] getCompletionData: Get current token: 0.011886999942362309 +Info 18122[11:08:29.851] getCompletionData: Is inside comment: 0.05003400007262826 +Info 18123[11:08:29.851] getCompletionData: Get previous token: 0.054186999797821045 +Info 18124[11:08:29.852] getCompletionsAtPosition: isCompletionListBlocker: 0.00610999995842576 +Info 18125[11:08:29.853] getExportInfoMap: cache hit +Info 18126[11:08:29.858] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18127[11:08:29.858] collectAutoImports: response is complete +Info 18128[11:08:29.858] collectAutoImports: 5.4140439997427166 +Info 18129[11:08:29.858] getCompletionData: Semantic work: 6.9078679997473955 +Info 18130[11:08:29.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.90610000025481 +Info 18131[11:08:29.864] Format host information updated +Info 18132[11:08:29.890] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18133[11:08:29.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1001 structureChanged: false structureIsReused:: Completely Elapsed: 8.78376099979505ms +Info 18134[11:08:29.899] Different program with same set of files +Info 18135[11:08:29.899] getCompletionData: Get current token: 0.004927000030875206 +Info 18136[11:08:29.899] getCompletionData: Is inside comment: 0.02190400008112192 +Info 18137[11:08:29.899] getCompletionData: Get previous token: 0.023082000203430653 +Info 18138[11:08:29.899] getCompletionsAtPosition: isCompletionListBlocker: 0.0032700002193450928 +Info 18139[11:08:29.900] getExportInfoMap: cache hit +Info 18140[11:08:29.915] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 18141[11:08:29.915] collectAutoImports: response is complete +Info 18142[11:08:29.915] collectAutoImports: 15.093447999563068 +Info 18143[11:08:29.915] getCompletionData: Semantic work: 15.844899999909103 +Info 18144[11:08:29.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.011365999933332 +Info 18145[11:08:29.924] Format host information updated +Info 18146[11:08:31.183] Format host information updated +Info 18147[11:08:31.183] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18148[11:08:31.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1002 structureChanged: false structureIsReused:: Completely Elapsed: 7.020719999913126ms +Info 18149[11:08:31.190] Different program with same set of files +Info 18150[11:08:31.831] Format host information updated +Info 18151[11:08:31.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18152[11:08:31.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1003 structureChanged: false structureIsReused:: Completely Elapsed: 7.023136000148952ms +Info 18153[11:08:31.838] Different program with same set of files +Info 18154[11:08:32.153] Format host information updated +Info 18155[11:08:32.153] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18156[11:08:32.161] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1004 structureChanged: false structureIsReused:: Completely Elapsed: 8.132042000070214ms +Info 18157[11:08:32.161] Different program with same set of files +Info 18158[11:08:32.382] Format host information updated +Info 18159[11:08:32.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18160[11:08:32.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1005 structureChanged: false structureIsReused:: Completely Elapsed: 6.69093000004068ms +Info 18161[11:08:32.389] Different program with same set of files +Info 18162[11:08:35.242] getCompletionData: Get current token: 0.003181000240147114 +Info 18163[11:08:35.242] getCompletionData: Is inside comment: 0.01459600031375885 +Info 18164[11:08:35.242] getCompletionData: Get previous token: 0.015912000089883804 +Info 18165[11:08:35.242] getCompletionsAtPosition: isCompletionListBlocker: 0.004234000109136105 +Info 18166[11:08:35.243] getExportInfoMap: cache hit +Info 18167[11:08:35.245] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18168[11:08:35.245] collectAutoImports: response is complete +Info 18169[11:08:35.245] collectAutoImports: 2.5150530003011227 +Info 18170[11:08:35.245] getCompletionData: Semantic work: 3.1473860000260174 +Info 18171[11:08:35.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9702280000783503 +Info 18172[11:08:35.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18173[11:08:35.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1006 structureChanged: false structureIsReused:: Completely Elapsed: 7.7402389999479055ms +Info 18174[11:08:35.327] Different program with same set of files +Info 18175[11:08:35.327] getCompletionData: Get current token: 0.004108999855816364 +Info 18176[11:08:35.327] getCompletionData: Is inside comment: 0.019103999715298414 +Info 18177[11:08:35.327] getCompletionData: Get previous token: 0.021317000035196543 +Info 18178[11:08:35.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0034909998066723347 +Info 18179[11:08:35.328] getExportInfoMap: cache hit +Info 18180[11:08:35.330] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18181[11:08:35.330] collectAutoImports: response is complete +Info 18182[11:08:35.330] collectAutoImports: 2.203546999953687 +Info 18183[11:08:35.330] getCompletionData: Semantic work: 2.719561000354588 +Info 18184[11:08:35.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9463839996606112 +Info 18185[11:08:35.333] Format host information updated +Info 18186[11:08:36.547] getCompletionData: Get current token: 0.00648100022226572 +Info 18187[11:08:36.547] getCompletionData: Is inside comment: 0.05339400004595518 +Info 18188[11:08:36.547] getCompletionData: Get previous token: 0.03383099986240268 +Info 18189[11:08:36.547] getCompletionsAtPosition: isCompletionListBlocker: 0.005944000091403723 +Info 18190[11:08:36.548] getExportInfoMap: cache hit +Info 18191[11:08:36.552] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18192[11:08:36.552] collectAutoImports: response is complete +Info 18193[11:08:36.552] collectAutoImports: 3.782642999663949 +Info 18194[11:08:36.552] getCompletionData: Semantic work: 4.723416000138968 +Info 18195[11:08:36.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8771679997444153 +Info 18196[11:08:36.639] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18197[11:08:36.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1007 structureChanged: false structureIsReused:: Completely Elapsed: 8.787995000369847ms +Info 18198[11:08:36.648] Different program with same set of files +Info 18199[11:08:36.649] getCompletionData: Get current token: 0.004040999803692102 +Info 18200[11:08:36.649] getCompletionData: Is inside comment: 0.016392000019550323 +Info 18201[11:08:36.649] getCompletionData: Get previous token: 0.01916899997740984 +Info 18202[11:08:36.649] getCompletionsAtPosition: isCompletionListBlocker: 0.003331999760121107 +Info 18203[11:08:36.649] getExportInfoMap: cache hit +Info 18204[11:08:36.651] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18205[11:08:36.651] collectAutoImports: response is complete +Info 18206[11:08:36.651] collectAutoImports: 2.218570000026375 +Info 18207[11:08:36.651] getCompletionData: Semantic work: 2.6815089997835457 +Info 18208[11:08:36.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.026116999797523 +Info 18209[11:08:36.654] Format host information updated +Info 18210[11:08:39.522] Format host information updated +Info 18211[11:08:39.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18212[11:08:39.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1008 structureChanged: false structureIsReused:: Completely Elapsed: 8.888665999751538ms +Info 18213[11:08:39.531] Different program with same set of files +Info 18214[11:08:39.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18215[11:08:39.707] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1009 structureChanged: false structureIsReused:: Completely Elapsed: 7.441329000052065ms +Info 18216[11:08:39.707] Different program with same set of files +Info 18217[11:08:39.707] getCompletionData: Get current token: 0.004351000301539898 +Info 18218[11:08:39.707] getCompletionData: Is inside comment: 0.0015360000543296337 +Info 18219[11:08:39.707] getCompletionData: Get previous token: 0.028291000053286552 +Info 18220[11:08:39.707] getCompletionsAtPosition: isCompletionListBlocker: 0.0026839999482035637 +Info 18221[11:08:39.707] getExportInfoMap: cache hit +Info 18222[11:08:39.712] collectAutoImports: resolved 2 module specifiers, plus 16 ambient and 74 from cache +Info 18223[11:08:39.712] collectAutoImports: response is complete +Info 18224[11:08:39.712] collectAutoImports: 4.570838000159711 +Info 18225[11:08:39.712] getCompletionData: Semantic work: 5.163815999869257 +Info 18226[11:08:39.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.213351999875158 +Info 18227[11:08:39.714] Format host information updated +Info 18228[11:08:39.764] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18229[11:08:39.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1010 structureChanged: false structureIsReused:: Completely Elapsed: 16.00796900037676ms +Info 18230[11:08:39.780] Different program with same set of files +Info 18231[11:08:39.780] getCompletionData: Get current token: 0.009215000085532665 +Info 18232[11:08:39.780] getCompletionData: Is inside comment: 0.003420999739319086 +Info 18233[11:08:39.781] getCompletionData: Get previous token: 0.05895499978214502 +Info 18234[11:08:39.781] getCompletionsAtPosition: isCompletionListBlocker: 0.0041429996490478516 +Info 18235[11:08:39.782] getExportInfoMap: cache hit +Info 18236[11:08:39.788] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 55 from cache +Info 18237[11:08:39.788] collectAutoImports: response is complete +Info 18238[11:08:39.788] collectAutoImports: 6.7285859999246895 +Info 18239[11:08:39.788] getCompletionData: Semantic work: 7.84390200022608 +Info 18240[11:08:39.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3623510003089905 +Info 18241[11:08:39.792] Format host information updated +Info 18242[11:08:39.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18243[11:08:39.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1011 structureChanged: false structureIsReused:: Completely Elapsed: 7.287093000020832ms +Info 18244[11:08:39.920] Different program with same set of files +Info 18245[11:08:39.920] getCompletionData: Get current token: 0.005601000040769577 +Info 18246[11:08:39.920] getCompletionData: Is inside comment: 0.0017539998516440392 +Info 18247[11:08:39.920] getCompletionData: Get previous token: 0.030963999684900045 +Info 18248[11:08:39.920] getCompletionsAtPosition: isCompletionListBlocker: 0.0025300001725554466 +Info 18249[11:08:39.921] getExportInfoMap: cache hit +Info 18250[11:08:39.923] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 18251[11:08:39.923] collectAutoImports: response is complete +Info 18252[11:08:39.923] collectAutoImports: 2.6470049996860325 +Info 18253[11:08:39.923] getCompletionData: Semantic work: 3.323807999957353 +Info 18254[11:08:39.925] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1964640002697706 +Info 18255[11:08:39.925] Format host information updated +Info 18256[11:08:40.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18257[11:08:40.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1012 structureChanged: false structureIsReused:: Completely Elapsed: 9.383930999785662ms +Info 18258[11:08:40.028] Different program with same set of files +Info 18259[11:08:40.028] getCompletionData: Get current token: 0.005150000099092722 +Info 18260[11:08:40.028] getCompletionData: Is inside comment: 0.0016709999181330204 +Info 18261[11:08:40.028] getCompletionData: Get previous token: 0.031115000136196613 +Info 18262[11:08:40.028] getCompletionsAtPosition: isCompletionListBlocker: 0.0028719999827444553 +Info 18263[11:08:40.029] getExportInfoMap: cache hit +Info 18264[11:08:40.031] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18265[11:08:40.031] collectAutoImports: response is complete +Info 18266[11:08:40.031] collectAutoImports: 2.2426169998943806 +Info 18267[11:08:40.031] getCompletionData: Semantic work: 2.837306000292301 +Info 18268[11:08:40.032] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0985579998232424 +Info 18269[11:08:40.033] Format host information updated +Info 18270[11:08:40.118] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18271[11:08:40.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1013 structureChanged: false structureIsReused:: Completely Elapsed: 6.768029999919236ms +Info 18272[11:08:40.125] Different program with same set of files +Info 18273[11:08:40.125] getCompletionData: Get current token: 0.005061999894678593 +Info 18274[11:08:40.125] getCompletionData: Is inside comment: 0.00164500018581748 +Info 18275[11:08:40.126] getCompletionData: Get previous token: 0.030983999837189913 +Info 18276[11:08:40.126] getCompletionsAtPosition: isCompletionListBlocker: 0.0027429996989667416 +Info 18277[11:08:40.126] getExportInfoMap: cache hit +Info 18278[11:08:40.128] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18279[11:08:40.128] collectAutoImports: response is complete +Info 18280[11:08:40.128] collectAutoImports: 2.2587340003810823 +Info 18281[11:08:40.128] getCompletionData: Semantic work: 2.8469379995949566 +Info 18282[11:08:40.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0859179999679327 +Info 18283[11:08:40.130] Format host information updated +Info 18284[11:08:40.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18285[11:08:40.461] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1014 structureChanged: false structureIsReused:: Completely Elapsed: 7.495918000116944ms +Info 18286[11:08:40.461] Different program with same set of files +Info 18287[11:08:40.462] getCompletionData: Get current token: 0.005807999987155199 +Info 18288[11:08:40.462] getCompletionData: Is inside comment: 0.001769999973475933 +Info 18289[11:08:40.462] getCompletionData: Get previous token: 0.035792000126093626 +Info 18290[11:08:40.462] getCompletionsAtPosition: isCompletionListBlocker: 0.0029170000925660133 +Info 18291[11:08:40.462] getExportInfoMap: cache hit +Info 18292[11:08:40.465] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18293[11:08:40.465] collectAutoImports: response is complete +Info 18294[11:08:40.465] collectAutoImports: 2.577331000007689 +Info 18295[11:08:40.465] getCompletionData: Semantic work: 3.2526599997654557 +Info 18296[11:08:40.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2751810001209378 +Info 18297[11:08:40.467] Format host information updated +Info 18298[11:08:40.579] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18299[11:08:40.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1015 structureChanged: false structureIsReused:: Completely Elapsed: 6.523914999794215ms +Info 18300[11:08:40.586] Different program with same set of files +Info 18301[11:08:40.586] getCompletionData: Get current token: 0.004159000236541033 +Info 18302[11:08:40.586] getCompletionData: Is inside comment: 0.0013749999925494194 +Info 18303[11:08:40.586] getCompletionData: Get previous token: 0.025349999777972698 +Info 18304[11:08:40.586] getCompletionsAtPosition: isCompletionListBlocker: 0.0030709998682141304 +Info 18305[11:08:40.587] getExportInfoMap: cache hit +Info 18306[11:08:40.589] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18307[11:08:40.589] collectAutoImports: response is complete +Info 18308[11:08:40.589] collectAutoImports: 1.8177179996855557 +Info 18309[11:08:40.589] getCompletionData: Semantic work: 2.459370999597013 +Info 18310[11:08:40.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8968850001692772 +Info 18311[11:08:40.591] Format host information updated +Info 18312[11:08:40.982] Format host information updated +Info 18313[11:08:40.983] Format host information updated +Info 18314[11:08:40.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18315[11:08:41.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1016 structureChanged: false structureIsReused:: Completely Elapsed: 26.020593999885023ms +Info 18316[11:08:41.010] Different program with same set of files +Info 18317[11:08:41.010] getCompletionData: Get current token: 0.04926500003784895 +Info 18318[11:08:41.010] getCompletionData: Is inside comment: 0.017783999908715487 +Info 18319[11:08:41.010] getCompletionData: Get previous token: 0.12199799995869398 +Info 18320[11:08:41.011] getCompletionsAtPosition: isCompletionListBlocker: 0.008142000064253807 +Info 18321[11:08:41.012] getCompletionData: Semantic work: 1.721568000037223 +Info 18322[11:08:41.018] getCompletionData: Get current token: 0.021938000340014696 +Info 18323[11:08:41.018] getCompletionData: Is inside comment: 0.005237000063061714 +Info 18324[11:08:41.018] getCompletionData: Get previous token: 0.06375600025057793 +Info 18325[11:08:41.018] getCompletionsAtPosition: isCompletionListBlocker: 0.0037260004319250584 +Info 18326[11:08:41.019] getCompletionData: Semantic work: 0.8997399997897446 +Info 18327[11:08:41.020] Format host information updated +Info 18328[11:08:43.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18329[11:08:43.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1017 structureChanged: false structureIsReused:: Completely Elapsed: 8.165215000044554ms +Info 18330[11:08:43.586] Different program with same set of files +Info 18331[11:08:43.586] getCompletionData: Get current token: 0.0044189998880028725 +Info 18332[11:08:43.586] getCompletionData: Is inside comment: 0.0011909999884665012 +Info 18333[11:08:43.586] getCompletionData: Get previous token: 0.018440000247210264 +Info 18334[11:08:43.586] getCompletionsAtPosition: isCompletionListBlocker: 0.0027820002287626266 +Info 18335[11:08:43.587] getExportInfoMap: cache hit +Info 18336[11:08:43.600] collectAutoImports: resolved 7 module specifiers, plus 219 ambient and 861 from cache +Info 18337[11:08:43.600] collectAutoImports: response is complete +Info 18338[11:08:43.600] collectAutoImports: 13.41155399987474 +Info 18339[11:08:43.600] getCompletionData: Semantic work: 13.965450999792665 +Info 18340[11:08:43.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4908719998784363 +Info 18341[11:08:43.609] Format host information updated +Info 18342[11:08:43.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18343[11:08:43.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1018 structureChanged: false structureIsReused:: Completely Elapsed: 7.6244390001520514ms +Info 18344[11:08:43.837] Different program with same set of files +Info 18345[11:08:43.837] getCompletionData: Get current token: 0.004035999998450279 +Info 18346[11:08:43.837] getCompletionData: Is inside comment: 0.0014229998923838139 +Info 18347[11:08:43.837] getCompletionData: Get previous token: 0.024993000086396933 +Info 18348[11:08:43.837] getCompletionsAtPosition: isCompletionListBlocker: 0.003148999996483326 +Info 18349[11:08:43.838] getExportInfoMap: cache hit +Info 18350[11:08:43.841] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 12 from cache +Info 18351[11:08:43.841] collectAutoImports: response is complete +Info 18352[11:08:43.841] collectAutoImports: 2.7816349999047816 +Info 18353[11:08:43.841] getCompletionData: Semantic work: 3.4851999999955297 +Info 18354[11:08:43.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9338769996538758 +Info 18355[11:08:43.843] Format host information updated +Info 18356[11:08:43.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18357[11:08:44.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1019 structureChanged: false structureIsReused:: Completely Elapsed: 7.4876120002008975ms +Info 18358[11:08:44.006] Different program with same set of files +Info 18359[11:08:44.006] getCompletionData: Get current token: 0.005563999991863966 +Info 18360[11:08:44.006] getCompletionData: Is inside comment: 0.0018700002692639828 +Info 18361[11:08:44.006] getCompletionData: Get previous token: 0.034008000046014786 +Info 18362[11:08:44.006] getCompletionsAtPosition: isCompletionListBlocker: 0.003998999949544668 +Info 18363[11:08:44.006] getExportInfoMap: cache hit +Info 18364[11:08:44.011] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 7 from cache +Info 18365[11:08:44.012] collectAutoImports: response is complete +Info 18366[11:08:44.012] collectAutoImports: 5.043103000149131 +Info 18367[11:08:44.012] getCompletionData: Semantic work: 5.677130000200123 +Info 18368[11:08:44.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3102569999173284 +Info 18369[11:08:44.014] Format host information updated +Info 18370[11:08:44.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18371[11:08:44.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1020 structureChanged: false structureIsReused:: Completely Elapsed: 6.864985000342131ms +Info 18372[11:08:44.248] Different program with same set of files +Info 18373[11:08:44.248] getCompletionData: Get current token: 0.004910999909043312 +Info 18374[11:08:44.248] getCompletionData: Is inside comment: 0.0013879998587071896 +Info 18375[11:08:44.248] getCompletionData: Get previous token: 0.030427999794483185 +Info 18376[11:08:44.249] getCompletionsAtPosition: isCompletionListBlocker: 0.0030330000445246696 +Info 18377[11:08:44.249] getExportInfoMap: cache hit +Info 18378[11:08:44.252] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 6 from cache +Info 18379[11:08:44.252] collectAutoImports: response is complete +Info 18380[11:08:44.252] collectAutoImports: 2.481569000054151 +Info 18381[11:08:44.252] getCompletionData: Semantic work: 3.0233399998396635 +Info 18382[11:08:44.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0941820000298321 +Info 18383[11:08:44.254] Format host information updated +Info 18384[11:08:44.329] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18385[11:08:44.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1021 structureChanged: false structureIsReused:: Completely Elapsed: 8.779320999979973ms +Info 18386[11:08:44.338] Different program with same set of files +Info 18387[11:08:44.338] getCompletionData: Get current token: 0.00408599991351366 +Info 18388[11:08:44.338] getCompletionData: Is inside comment: 0.0012489999644458294 +Info 18389[11:08:44.338] getCompletionData: Get previous token: 0.025154000148177147 +Info 18390[11:08:44.338] getCompletionsAtPosition: isCompletionListBlocker: 0.003357000183314085 +Info 18391[11:08:44.339] getExportInfoMap: cache hit +Info 18392[11:08:44.341] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 2 from cache +Info 18393[11:08:44.341] collectAutoImports: response is complete +Info 18394[11:08:44.341] collectAutoImports: 2.190152999944985 +Info 18395[11:08:44.341] getCompletionData: Semantic work: 2.689442000351846 +Info 18396[11:08:44.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9978979998268187 +Info 18397[11:08:44.343] Format host information updated +Info 18398[11:08:44.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18399[11:08:44.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1022 structureChanged: false structureIsReused:: Completely Elapsed: 6.427888999693096ms +Info 18400[11:08:44.808] Different program with same set of files +Info 18401[11:08:44.808] getCompletionData: Get current token: 0.004528000019490719 +Info 18402[11:08:44.808] getCompletionData: Is inside comment: 0.0011320002377033234 +Info 18403[11:08:44.809] getCompletionData: Get previous token: 0.05962099973112345 +Info 18404[11:08:44.809] getCompletionsAtPosition: isCompletionListBlocker: 0.002845000009983778 +Info 18405[11:08:44.809] getExportInfoMap: cache hit +Info 18406[11:08:44.811] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18407[11:08:44.811] collectAutoImports: response is complete +Info 18408[11:08:44.811] collectAutoImports: 1.8854370000772178 +Info 18409[11:08:44.811] getCompletionData: Semantic work: 2.3781500002369285 +Info 18410[11:08:44.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9176529999822378 +Info 18411[11:08:44.815] Format host information updated +Info 18412[11:08:44.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18413[11:08:44.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1023 structureChanged: false structureIsReused:: Completely Elapsed: 6.588634999934584ms +Info 18414[11:08:44.956] Different program with same set of files +Info 18415[11:08:44.956] getCompletionData: Get current token: 0.004043999593704939 +Info 18416[11:08:44.956] getCompletionData: Is inside comment: 0.001372000202536583 +Info 18417[11:08:44.956] getCompletionData: Get previous token: 0.02318000001832843 +Info 18418[11:08:44.956] getCompletionsAtPosition: isCompletionListBlocker: 0.0029739998281002045 +Info 18419[11:08:44.956] getExportInfoMap: cache hit +Info 18420[11:08:44.958] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18421[11:08:44.959] collectAutoImports: response is complete +Info 18422[11:08:44.959] collectAutoImports: 2.2172789997421205 +Info 18423[11:08:44.959] getCompletionData: Semantic work: 2.708234000019729 +Info 18424[11:08:44.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8606650000438094 +Info 18425[11:08:44.960] Format host information updated +Info 18426[11:08:45.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18427[11:08:45.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1024 structureChanged: false structureIsReused:: Completely Elapsed: 7.258632999844849ms +Info 18428[11:08:45.049] Different program with same set of files +Info 18429[11:08:45.050] getCompletionData: Get current token: 0.005142999812960625 +Info 18430[11:08:45.050] getCompletionData: Is inside comment: 0.0016339998692274094 +Info 18431[11:08:45.050] getCompletionData: Get previous token: 0.028384000062942505 +Info 18432[11:08:45.050] getCompletionsAtPosition: isCompletionListBlocker: 0.003622000105679035 +Info 18433[11:08:45.050] getExportInfoMap: cache hit +Info 18434[11:08:45.053] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18435[11:08:45.053] collectAutoImports: response is complete +Info 18436[11:08:45.053] collectAutoImports: 2.5413279999047518 +Info 18437[11:08:45.053] getCompletionData: Semantic work: 3.2080180002376437 +Info 18438[11:08:45.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2638619998469949 +Info 18439[11:08:45.059] Format host information updated +Info 18440[11:08:45.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18441[11:08:45.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1025 structureChanged: false structureIsReused:: Completely Elapsed: 9.059690000023693ms +Info 18442[11:08:45.436] Different program with same set of files +Info 18443[11:08:45.437] getCompletionData: Get current token: 0.009699999820441008 +Info 18444[11:08:45.437] getCompletionData: Is inside comment: 0.0030539999715983868 +Info 18445[11:08:45.437] getCompletionData: Get previous token: 0.04214400006458163 +Info 18446[11:08:45.437] getCompletionsAtPosition: isCompletionListBlocker: 0.004650000017136335 +Info 18447[11:08:45.438] getExportInfoMap: cache hit +Info 18448[11:08:45.441] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18449[11:08:45.441] collectAutoImports: response is complete +Info 18450[11:08:45.441] collectAutoImports: 3.5491999997757375 +Info 18451[11:08:45.441] getCompletionData: Semantic work: 4.575662000104785 +Info 18452[11:08:45.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5587390000000596 +Info 18453[11:08:45.444] Format host information updated +Info 18454[11:08:45.608] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18455[11:08:45.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1026 structureChanged: false structureIsReused:: Completely Elapsed: 28.05771500011906ms +Info 18456[11:08:45.636] Different program with same set of files +Info 18457[11:08:45.637] getCompletionData: Get current token: 0.01624300004914403 +Info 18458[11:08:45.637] getCompletionData: Is inside comment: 0.00532200001180172 +Info 18459[11:08:45.637] getCompletionData: Get previous token: 0.11997600039467216 +Info 18460[11:08:45.637] getCompletionsAtPosition: isCompletionListBlocker: 0.006800999864935875 +Info 18461[11:08:45.639] getExportInfoMap: cache hit +Info 18462[11:08:45.643] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18463[11:08:45.643] collectAutoImports: response is complete +Info 18464[11:08:45.643] collectAutoImports: 4.421347999945283 +Info 18465[11:08:45.643] getCompletionData: Semantic work: 5.915016999933869 +Info 18466[11:08:45.646] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.096826999913901 +Info 18467[11:08:45.647] Format host information updated +Info 18468[11:08:45.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18469[11:08:45.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1027 structureChanged: false structureIsReused:: Completely Elapsed: 13.60253099957481ms +Info 18470[11:08:45.703] Different program with same set of files +Info 18471[11:08:45.703] getCompletionData: Get current token: 0.007366999983787537 +Info 18472[11:08:45.703] getCompletionData: Is inside comment: 0.003459999803453684 +Info 18473[11:08:45.703] getCompletionData: Get previous token: 0.05036900006234646 +Info 18474[11:08:45.703] getCompletionsAtPosition: isCompletionListBlocker: 0.004619999788701534 +Info 18475[11:08:45.704] getExportInfoMap: cache hit +Info 18476[11:08:45.708] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18477[11:08:45.708] collectAutoImports: response is complete +Info 18478[11:08:45.708] collectAutoImports: 3.4202740001492202 +Info 18479[11:08:45.708] getCompletionData: Semantic work: 4.343591999728233 +Info 18480[11:08:45.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8840830000117421 +Info 18481[11:08:45.711] Format host information updated +Info 18482[11:08:45.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18483[11:08:45.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1028 structureChanged: false structureIsReused:: Completely Elapsed: 26.754468000028282ms +Info 18484[11:08:45.796] Different program with same set of files +Info 18485[11:08:45.797] getCompletionData: Get current token: 0.014851999934762716 +Info 18486[11:08:45.797] getCompletionData: Is inside comment: 0.005797999911010265 +Info 18487[11:08:45.797] getCompletionData: Get previous token: 0.14479100005701184 +Info 18488[11:08:45.797] getCompletionsAtPosition: isCompletionListBlocker: 0.008046000264585018 +Info 18489[11:08:45.799] getExportInfoMap: cache hit +Info 18490[11:08:45.804] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18491[11:08:45.804] collectAutoImports: response is complete +Info 18492[11:08:45.804] collectAutoImports: 5.280480000190437 +Info 18493[11:08:45.804] getCompletionData: Semantic work: 6.922110999934375 +Info 18494[11:08:45.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3438689997419715 +Info 18495[11:08:45.811] Format host information updated +Info 18496[11:08:45.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18497[11:08:45.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1029 structureChanged: false structureIsReused:: Completely Elapsed: 6.761950000189245ms +Info 18498[11:08:45.973] Different program with same set of files +Info 18499[11:08:45.973] getCompletionData: Get current token: 0.004735999740660191 +Info 18500[11:08:45.973] getCompletionData: Is inside comment: 0.0014990000054240227 +Info 18501[11:08:45.973] getCompletionData: Get previous token: 0.04010300012305379 +Info 18502[11:08:45.973] getCompletionsAtPosition: isCompletionListBlocker: 0.0031279996037483215 +Info 18503[11:08:45.974] getExportInfoMap: cache hit +Info 18504[11:08:45.976] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18505[11:08:45.976] collectAutoImports: response is complete +Info 18506[11:08:45.976] collectAutoImports: 2.0659849997609854 +Info 18507[11:08:45.976] getCompletionData: Semantic work: 2.6640719999559224 +Info 18508[11:08:45.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1643449999392033 +Info 18509[11:08:45.978] Format host information updated +Info 18510[11:08:46.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18511[11:08:46.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1030 structureChanged: false structureIsReused:: Completely Elapsed: 6.564526999834925ms +Info 18512[11:08:46.221] Different program with same set of files +Info 18513[11:08:46.221] getCompletionData: Get current token: 0.004172000102698803 +Info 18514[11:08:46.221] getCompletionData: Is inside comment: 0.0012639998458325863 +Info 18515[11:08:46.221] getCompletionData: Get previous token: 0.026025999803096056 +Info 18516[11:08:46.221] getCompletionsAtPosition: isCompletionListBlocker: 0.0031840000301599503 +Info 18517[11:08:46.223] getExportInfoMap: cache hit +Info 18518[11:08:46.225] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18519[11:08:46.225] collectAutoImports: response is complete +Info 18520[11:08:46.225] collectAutoImports: 1.9656580002047122 +Info 18521[11:08:46.225] getCompletionData: Semantic work: 4.426421000156552 +Info 18522[11:08:46.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0389449996873736 +Info 18523[11:08:46.228] Format host information updated +Info 18524[11:08:46.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18525[11:08:46.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1031 structureChanged: false structureIsReused:: Completely Elapsed: 6.604931999929249ms +Info 18526[11:08:46.441] Different program with same set of files +Info 18527[11:08:46.441] getCompletionData: Get current token: 0.004472000058740377 +Info 18528[11:08:46.441] getCompletionData: Is inside comment: 0.001353999599814415 +Info 18529[11:08:46.441] getCompletionData: Get previous token: 0.04320000018924475 +Info 18530[11:08:46.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0027240002527832985 +Info 18531[11:08:46.441] getExportInfoMap: cache hit +Info 18532[11:08:46.444] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 18533[11:08:46.444] collectAutoImports: response is complete +Info 18534[11:08:46.444] collectAutoImports: 2.3875150000676513 +Info 18535[11:08:46.444] getCompletionData: Semantic work: 2.9409690001048148 +Info 18536[11:08:46.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0722669996321201 +Info 18537[11:08:46.447] Format host information updated +Info 18538[11:08:46.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18539[11:08:46.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1032 structureChanged: false structureIsReused:: Completely Elapsed: 6.924954000394791ms +Info 18540[11:08:46.715] Different program with same set of files +Info 18541[11:08:46.715] getCompletionData: Get current token: 0.004038000013679266 +Info 18542[11:08:46.715] getCompletionData: Is inside comment: 0.0011630002409219742 +Info 18543[11:08:46.715] getCompletionData: Get previous token: 0.025528000202029943 +Info 18544[11:08:46.715] getCompletionsAtPosition: isCompletionListBlocker: 0.0033830003812909126 +Info 18545[11:08:46.715] getExportInfoMap: cache hit +Info 18546[11:08:46.717] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18547[11:08:46.717] collectAutoImports: response is complete +Info 18548[11:08:46.717] collectAutoImports: 1.9160749996080995 +Info 18549[11:08:46.717] getCompletionData: Semantic work: 2.472992999944836 +Info 18550[11:08:46.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9293410000391304 +Info 18551[11:08:46.719] Format host information updated +Info 18552[11:08:46.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18553[11:08:46.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1033 structureChanged: false structureIsReused:: Completely Elapsed: 6.6781679997220635ms +Info 18554[11:08:46.840] Different program with same set of files +Info 18555[11:08:46.841] getCompletionData: Get current token: 0.005065999925136566 +Info 18556[11:08:46.841] getCompletionData: Is inside comment: 0.0016950001008808613 +Info 18557[11:08:46.841] getCompletionData: Get previous token: 0.030724999960511923 +Info 18558[11:08:46.841] getCompletionsAtPosition: isCompletionListBlocker: 0.0031680003739893436 +Info 18559[11:08:46.841] getExportInfoMap: cache hit +Info 18560[11:08:46.846] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18561[11:08:46.846] collectAutoImports: response is complete +Info 18562[11:08:46.846] collectAutoImports: 4.083881000056863 +Info 18563[11:08:46.846] getCompletionData: Semantic work: 5.043747999705374 +Info 18564[11:08:46.848] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9068090002983809 +Info 18565[11:08:46.851] Format host information updated +Info 18566[11:08:48.450] Format host information updated +Info 18567[11:08:48.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18568[11:08:48.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1034 structureChanged: false structureIsReused:: Completely Elapsed: 6.844741000328213ms +Info 18569[11:08:48.457] Different program with same set of files +Info 18570[11:08:49.565] Format host information updated +Info 18571[11:08:49.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18572[11:08:49.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1035 structureChanged: false structureIsReused:: Completely Elapsed: 8.875367999542505ms +Info 18573[11:08:49.574] Different program with same set of files +Info 18574[11:08:49.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18575[11:08:49.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1036 structureChanged: false structureIsReused:: Completely Elapsed: 7.231745999772102ms +Info 18576[11:08:49.887] Different program with same set of files +Info 18577[11:08:49.887] getCompletionData: Get current token: 0.004298999905586243 +Info 18578[11:08:49.887] getCompletionData: Is inside comment: 0.013856999576091766 +Info 18579[11:08:49.887] getCompletionData: Get previous token: 0.019404999911785126 +Info 18580[11:08:49.887] getCompletionsAtPosition: isCompletionListBlocker: 0.003386999946087599 +Info 18581[11:08:49.888] getExportInfoMap: cache hit +Info 18582[11:08:49.898] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 219 from cache +Info 18583[11:08:49.898] collectAutoImports: response is complete +Info 18584[11:08:49.898] collectAutoImports: 9.954142999835312 +Info 18585[11:08:49.898] getCompletionData: Semantic work: 10.598687999881804 +Info 18586[11:08:49.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0547629999928176 +Info 18587[11:08:49.903] Format host information updated +Info 18588[11:08:50.037] Format host information updated +Info 18589[11:08:50.037] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18590[11:08:50.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1037 structureChanged: false structureIsReused:: Completely Elapsed: 6.764825999736786ms +Info 18591[11:08:50.044] Different program with same set of files +Info 18592[11:08:50.171] Format host information updated +Info 18593[11:08:50.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18594[11:08:50.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1038 structureChanged: false structureIsReused:: Completely Elapsed: 7.390418999828398ms +Info 18595[11:08:50.178] Different program with same set of files +Info 18596[11:08:50.272] Format host information updated +Info 18597[11:08:50.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18598[11:08:50.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1039 structureChanged: false structureIsReused:: Completely Elapsed: 8.775588000193238ms +Info 18599[11:08:50.281] Different program with same set of files +Info 18600[11:08:50.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18601[11:08:50.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1040 structureChanged: false structureIsReused:: Completely Elapsed: 6.754565000068396ms +Info 18602[11:08:50.401] Different program with same set of files +Info 18603[11:08:50.401] getCompletionData: Get current token: 0.004749000072479248 +Info 18604[11:08:50.401] getCompletionData: Is inside comment: 0.013659000396728516 +Info 18605[11:08:50.401] getCompletionData: Get previous token: 0.019399000331759453 +Info 18606[11:08:50.401] getCompletionsAtPosition: isCompletionListBlocker: 0.002474999986588955 +Info 18607[11:08:50.402] getExportInfoMap: cache hit +Info 18608[11:08:50.408] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 219 from cache +Info 18609[11:08:50.408] collectAutoImports: response is complete +Info 18610[11:08:50.408] collectAutoImports: 6.1503629996441305 +Info 18611[11:08:50.408] getCompletionData: Semantic work: 6.699324000161141 +Info 18612[11:08:50.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6707649999298155 +Info 18613[11:08:50.412] Format host information updated +Info 18614[11:08:50.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18615[11:08:50.687] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1041 structureChanged: false structureIsReused:: Completely Elapsed: 11.002719999756664ms +Info 18616[11:08:50.687] Different program with same set of files +Info 18617[11:08:50.687] getCompletionData: Get current token: 0.006536000408232212 +Info 18618[11:08:50.687] getCompletionData: Is inside comment: 0.02104100026190281 +Info 18619[11:08:50.687] getCompletionData: Get previous token: 0.029221999924629927 +Info 18620[11:08:50.687] getCompletionsAtPosition: isCompletionListBlocker: 0.003539999946951866 +Info 18621[11:08:50.688] getExportInfoMap: cache hit +Info 18622[11:08:50.694] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 18623[11:08:50.694] collectAutoImports: response is complete +Info 18624[11:08:50.694] collectAutoImports: 5.772956999950111 +Info 18625[11:08:50.694] getCompletionData: Semantic work: 6.607660000212491 +Info 18626[11:08:50.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.921519999857992 +Info 18627[11:08:50.697] Format host information updated +Info 18628[11:08:50.771] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18629[11:08:50.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1042 structureChanged: false structureIsReused:: Completely Elapsed: 30.09130600001663ms +Info 18630[11:08:50.801] Different program with same set of files +Info 18631[11:08:50.802] getCompletionData: Get current token: 0.013365999795496464 +Info 18632[11:08:50.802] getCompletionData: Is inside comment: 0.04054900025948882 +Info 18633[11:08:50.802] getCompletionData: Get previous token: 0.05538500007241964 +Info 18634[11:08:50.802] getCompletionsAtPosition: isCompletionListBlocker: 0.006823000032454729 +Info 18635[11:08:50.803] getExportInfoMap: cache hit +Info 18636[11:08:50.831] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 18637[11:08:50.831] collectAutoImports: response is complete +Info 18638[11:08:50.831] collectAutoImports: 27.467416000086814 +Info 18639[11:08:50.831] getCompletionData: Semantic work: 28.8868370000273 +Info 18640[11:08:50.835] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.946674999780953 +Info 18641[11:08:50.840] Format host information updated +Info 18642[11:08:50.852] Format host information updated +Info 18643[11:08:50.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18644[11:08:50.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1043 structureChanged: false structureIsReused:: Completely Elapsed: 8.93442100007087ms +Info 18645[11:08:50.861] Different program with same set of files +Info 18646[11:08:51.113] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18647[11:08:51.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1044 structureChanged: false structureIsReused:: Completely Elapsed: 7.797910999972373ms +Info 18648[11:08:51.121] Different program with same set of files +Info 18649[11:08:51.121] getCompletionData: Get current token: 0.004399000201374292 +Info 18650[11:08:51.121] getCompletionData: Is inside comment: 0.011744000017642975 +Info 18651[11:08:51.121] getCompletionData: Get previous token: 0.01860100030899048 +Info 18652[11:08:51.121] getCompletionsAtPosition: isCompletionListBlocker: 0.002022999804466963 +Info 18653[11:08:51.121] Returning an empty list because completion was requested in an invalid position. +Info 18654[11:08:51.122] Format host information updated +Info 18655[11:08:51.229] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18656[11:08:51.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1045 structureChanged: false structureIsReused:: Completely Elapsed: 9.121937999967486ms +Info 18657[11:08:51.238] Different program with same set of files +Info 18658[11:08:51.238] getCompletionData: Get current token: 0.0037010000087320805 +Info 18659[11:08:51.238] getCompletionData: Is inside comment: 0.011975999921560287 +Info 18660[11:08:51.238] getCompletionData: Get previous token: 0.032961999997496605 +Info 18661[11:08:51.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0016589998267591 +Info 18662[11:08:51.238] Returning an empty list because completion was requested in an invalid position. +Info 18663[11:08:51.238] Format host information updated +Info 18664[11:08:51.605] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18665[11:08:51.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1046 structureChanged: false structureIsReused:: Completely Elapsed: 6.414638999849558ms +Info 18666[11:08:51.611] Different program with same set of files +Info 18667[11:08:51.611] getCompletionData: Get current token: 0.0046339998953044415 +Info 18668[11:08:51.611] getCompletionData: Is inside comment: 0.01397399976849556 +Info 18669[11:08:51.611] getCompletionData: Get previous token: 0.022427000105381012 +Info 18670[11:08:51.611] getCompletionsAtPosition: isCompletionListBlocker: 0.0018699998036026955 +Info 18671[11:08:51.611] Returning an empty list because completion was requested in an invalid position. +Info 18672[11:08:51.612] Format host information updated +Info 18673[11:08:51.901] Format host information updated +Info 18674[11:08:51.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18675[11:08:51.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1047 structureChanged: false structureIsReused:: Completely Elapsed: 14.703403000254184ms +Info 18676[11:08:51.916] Different program with same set of files +Info 18677[11:08:52.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18678[11:08:52.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1048 structureChanged: false structureIsReused:: Completely Elapsed: 6.418519000057131ms +Info 18679[11:08:52.014] Different program with same set of files +Info 18680[11:08:52.014] getCompletionData: Get current token: 0.004747000057250261 +Info 18681[11:08:52.014] getCompletionData: Is inside comment: 0.01217000000178814 +Info 18682[11:08:52.014] getCompletionData: Get previous token: 0.010154000017791986 +Info 18683[11:08:52.014] getCompletionsAtPosition: isCompletionListBlocker: 0.007386999670416117 +Info 18684[11:08:52.014] getExportInfoMap: cache hit +Info 18685[11:08:52.028] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 18686[11:08:52.028] collectAutoImports: response is complete +Info 18687[11:08:52.028] collectAutoImports: 13.511934999842197 +Info 18688[11:08:52.028] getCompletionData: Semantic work: 13.992963999975473 +Info 18689[11:08:52.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5584990000352263 +Info 18690[11:08:52.034] Format host information updated +Info 18691[11:08:52.122] Format host information updated +Info 18692[11:08:52.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18693[11:08:52.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1049 structureChanged: false structureIsReused:: Completely Elapsed: 6.1326379999518394ms +Info 18694[11:08:52.128] Different program with same set of files +Info 18695[11:08:52.953] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18696[11:08:52.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1050 structureChanged: false structureIsReused:: Completely Elapsed: 6.469585999846458ms +Info 18697[11:08:52.959] Different program with same set of files +Info 18698[11:08:52.959] getCompletionData: Get current token: 0.0037670000456273556 +Info 18699[11:08:52.959] getCompletionData: Is inside comment: 0.01103400019928813 +Info 18700[11:08:52.959] getCompletionData: Get previous token: 0.01841200003400445 +Info 18701[11:08:52.959] getCompletionsAtPosition: isCompletionListBlocker: 0.006663000211119652 +Info 18702[11:08:52.960] getExportInfoMap: cache hit +Info 18703[11:08:52.964] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 104 from cache +Info 18704[11:08:52.964] collectAutoImports: response is complete +Info 18705[11:08:52.964] collectAutoImports: 3.788902999833226 +Info 18706[11:08:52.964] getCompletionData: Semantic work: 4.261028000153601 +Info 18707[11:08:52.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3070379998534918 +Info 18708[11:08:52.966] Format host information updated +Info 18709[11:08:53.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18710[11:08:53.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1051 structureChanged: false structureIsReused:: Completely Elapsed: 9.219984000083059ms +Info 18711[11:08:53.079] Different program with same set of files +Info 18712[11:08:53.079] getCompletionData: Get current token: 0.004086000379174948 +Info 18713[11:08:53.079] getCompletionData: Is inside comment: 0.012842999771237373 +Info 18714[11:08:53.079] getCompletionData: Get previous token: 0.021390000358223915 +Info 18715[11:08:53.079] getCompletionsAtPosition: isCompletionListBlocker: 0.008346000220626593 +Info 18716[11:08:53.079] getExportInfoMap: cache hit +Info 18717[11:08:53.083] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 90 from cache +Info 18718[11:08:53.083] collectAutoImports: response is complete +Info 18719[11:08:53.083] collectAutoImports: 3.8036600002087653 +Info 18720[11:08:53.083] getCompletionData: Semantic work: 4.336135999765247 +Info 18721[11:08:53.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4009400000795722 +Info 18722[11:08:53.086] Format host information updated +Info 18723[11:08:53.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18724[11:08:53.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1052 structureChanged: false structureIsReused:: Completely Elapsed: 6.363063999917358ms +Info 18725[11:08:53.162] Different program with same set of files +Info 18726[11:08:53.162] getCompletionData: Get current token: 0.004908000119030476 +Info 18727[11:08:53.162] getCompletionData: Is inside comment: 0.013617999851703644 +Info 18728[11:08:53.162] getCompletionData: Get previous token: 0.024782000109553337 +Info 18729[11:08:53.162] getCompletionsAtPosition: isCompletionListBlocker: 0.008345999754965305 +Info 18730[11:08:53.162] getExportInfoMap: cache hit +Info 18731[11:08:53.165] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 21 from cache +Info 18732[11:08:53.165] collectAutoImports: response is complete +Info 18733[11:08:53.165] collectAutoImports: 2.5431929999031126 +Info 18734[11:08:53.165] getCompletionData: Semantic work: 3.078670999966562 +Info 18735[11:08:53.166] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1422930001281202 +Info 18736[11:08:53.168] Format host information updated +Info 18737[11:08:53.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18738[11:08:53.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1053 structureChanged: false structureIsReused:: Completely Elapsed: 24.513786000199616ms +Info 18739[11:08:53.255] Different program with same set of files +Info 18740[11:08:53.256] getCompletionData: Get current token: 0.018854000139981508 +Info 18741[11:08:53.256] getCompletionData: Is inside comment: 0.061159000266343355 +Info 18742[11:08:53.256] getCompletionData: Get previous token: 0.10164800006896257 +Info 18743[11:08:53.257] getCompletionsAtPosition: isCompletionListBlocker: 0.026579000055789948 +Info 18744[11:08:53.258] getExportInfoMap: cache hit +Info 18745[11:08:53.266] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 12 from cache +Info 18746[11:08:53.266] collectAutoImports: response is complete +Info 18747[11:08:53.266] collectAutoImports: 7.364955000113696 +Info 18748[11:08:53.266] getCompletionData: Semantic work: 9.338597000110894 +Info 18749[11:08:53.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6033399999141693 +Info 18750[11:08:53.270] Format host information updated +Info 18751[11:08:53.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18752[11:08:53.308] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1054 structureChanged: false structureIsReused:: Completely Elapsed: 11.732306000310928ms +Info 18753[11:08:53.308] Different program with same set of files +Info 18754[11:08:53.308] getCompletionData: Get current token: 0.006707000080496073 +Info 18755[11:08:53.308] getCompletionData: Is inside comment: 0.021509999874979258 +Info 18756[11:08:53.308] getCompletionData: Get previous token: 0.03565500024706125 +Info 18757[11:08:53.308] getCompletionsAtPosition: isCompletionListBlocker: 0.011983999982476234 +Info 18758[11:08:53.309] getExportInfoMap: cache hit +Info 18759[11:08:53.312] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 18760[11:08:53.312] collectAutoImports: response is complete +Info 18761[11:08:53.312] collectAutoImports: 3.293897000141442 +Info 18762[11:08:53.312] getCompletionData: Semantic work: 4.057235999964178 +Info 18763[11:08:53.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4854040001519024 +Info 18764[11:08:53.316] Format host information updated +Info 18765[11:08:53.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18766[11:08:53.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1055 structureChanged: false structureIsReused:: Completely Elapsed: 6.9800849999301136ms +Info 18767[11:08:53.424] Different program with same set of files +Info 18768[11:08:53.424] getCompletionData: Get current token: 0.006800000090152025 +Info 18769[11:08:53.424] getCompletionData: Is inside comment: 0.022193999961018562 +Info 18770[11:08:53.424] getCompletionData: Get previous token: 0.042009000200778246 +Info 18771[11:08:53.424] getCompletionsAtPosition: isCompletionListBlocker: 0.00952700013294816 +Info 18772[11:08:53.425] getExportInfoMap: cache hit +Info 18773[11:08:53.429] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 18774[11:08:53.429] collectAutoImports: response is complete +Info 18775[11:08:53.429] collectAutoImports: 4.254953000228852 +Info 18776[11:08:53.429] getCompletionData: Semantic work: 5.075364000163972 +Info 18777[11:08:53.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2092560003511608 +Info 18778[11:08:53.431] Format host information updated +Info 18779[11:08:53.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18780[11:08:53.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1056 structureChanged: false structureIsReused:: Completely Elapsed: 6.419929999858141ms +Info 18781[11:08:53.494] Different program with same set of files +Info 18782[11:08:53.494] getCompletionData: Get current token: 0.0038140001706779003 +Info 18783[11:08:53.494] getCompletionData: Is inside comment: 0.011951000429689884 +Info 18784[11:08:53.494] getCompletionData: Get previous token: 0.020260999910533428 +Info 18785[11:08:53.494] getCompletionsAtPosition: isCompletionListBlocker: 0.007071999832987785 +Info 18786[11:08:53.495] getExportInfoMap: cache hit +Info 18787[11:08:53.507] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 18788[11:08:53.507] collectAutoImports: response is complete +Info 18789[11:08:53.507] collectAutoImports: 11.999634999781847 +Info 18790[11:08:53.507] getCompletionData: Semantic work: 12.454916000366211 +Info 18791[11:08:53.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.577226999681443 +Info 18792[11:08:53.513] Format host information updated +Info 18793[11:08:54.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18794[11:08:54.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1057 structureChanged: false structureIsReused:: Completely Elapsed: 8.06613100040704ms +Info 18795[11:08:54.008] Different program with same set of files +Info 18796[11:08:54.008] getCompletionData: Get current token: 0.004160999786108732 +Info 18797[11:08:54.008] getCompletionData: Is inside comment: 0.01078200014308095 +Info 18798[11:08:54.008] getCompletionData: Get previous token: 0.01786900032311678 +Info 18799[11:08:54.008] getCompletionsAtPosition: isCompletionListBlocker: 0.007594999857246876 +Info 18800[11:08:54.008] getExportInfoMap: cache hit +Info 18801[11:08:54.010] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18802[11:08:54.010] collectAutoImports: response is complete +Info 18803[11:08:54.010] collectAutoImports: 1.9003630001097918 +Info 18804[11:08:54.010] getCompletionData: Semantic work: 2.3638329999521375 +Info 18805[11:08:54.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8918749997392297 +Info 18806[11:08:54.013] Format host information updated +Info 18807[11:08:54.103] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18808[11:08:54.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1058 structureChanged: false structureIsReused:: Completely Elapsed: 7.612635999917984ms +Info 18809[11:08:54.111] Different program with same set of files +Info 18810[11:08:54.111] getCompletionData: Get current token: 0.004288000054657459 +Info 18811[11:08:54.111] getCompletionData: Is inside comment: 0.011976999696344137 +Info 18812[11:08:54.111] getCompletionData: Get previous token: 0.021834000013768673 +Info 18813[11:08:54.111] getCompletionsAtPosition: isCompletionListBlocker: 0.0075159999541938305 +Info 18814[11:08:54.111] getExportInfoMap: cache hit +Info 18815[11:08:54.114] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18816[11:08:54.114] collectAutoImports: response is complete +Info 18817[11:08:54.114] collectAutoImports: 2.55843500001356 +Info 18818[11:08:54.114] getCompletionData: Semantic work: 3.292293000034988 +Info 18819[11:08:54.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.051549999974668 +Info 18820[11:08:54.116] Format host information updated +Info 18821[11:08:54.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18822[11:08:54.226] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1059 structureChanged: false structureIsReused:: Completely Elapsed: 7.05793400015682ms +Info 18823[11:08:54.226] Different program with same set of files +Info 18824[11:08:54.226] getCompletionData: Get current token: 0.004308999981731176 +Info 18825[11:08:54.226] getCompletionData: Is inside comment: 0.014770000241696835 +Info 18826[11:08:54.226] getCompletionData: Get previous token: 0.02562099974602461 +Info 18827[11:08:54.226] getCompletionsAtPosition: isCompletionListBlocker: 0.008409000001847744 +Info 18828[11:08:54.227] getExportInfoMap: cache hit +Info 18829[11:08:54.229] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18830[11:08:54.229] collectAutoImports: response is complete +Info 18831[11:08:54.229] collectAutoImports: 2.1475530001334846 +Info 18832[11:08:54.229] getCompletionData: Semantic work: 2.8714379998855293 +Info 18833[11:08:54.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2308669998310506 +Info 18834[11:08:54.231] Format host information updated +Info 18835[11:08:54.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18836[11:08:54.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1060 structureChanged: false structureIsReused:: Completely Elapsed: 31.25107300002128ms +Info 18837[11:08:54.329] Different program with same set of files +Info 18838[11:08:54.330] getCompletionData: Get current token: 0.01746500004082918 +Info 18839[11:08:54.330] getCompletionData: Is inside comment: 0.05887399986386299 +Info 18840[11:08:54.330] getCompletionData: Get previous token: 0.07151899999007583 +Info 18841[11:08:54.330] getCompletionsAtPosition: isCompletionListBlocker: 0.03627799963578582 +Info 18842[11:08:54.332] getExportInfoMap: cache hit +Info 18843[11:08:54.337] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18844[11:08:54.337] collectAutoImports: response is complete +Info 18845[11:08:54.337] collectAutoImports: 5.404136000201106 +Info 18846[11:08:54.337] getCompletionData: Semantic work: 7.095412000082433 +Info 18847[11:08:54.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5184800000861287 +Info 18848[11:08:54.341] Format host information updated +Info 18849[11:08:55.087] Format host information updated +Info 18850[11:08:55.087] Format host information updated +Info 18851[11:08:55.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18852[11:08:55.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1061 structureChanged: false structureIsReused:: Completely Elapsed: 7.417530999984592ms +Info 18853[11:08:55.095] Different program with same set of files +Info 18854[11:08:55.095] getCompletionData: Get current token: 0.010551999788731337 +Info 18855[11:08:55.095] getCompletionData: Is inside comment: 0.0030689998529851437 +Info 18856[11:08:55.095] getCompletionData: Get previous token: 0.03934000013396144 +Info 18857[11:08:55.095] getCompletionsAtPosition: isCompletionListBlocker: 0.008533000014722347 +Info 18858[11:08:55.096] getCompletionData: Semantic work: 0.5837249998003244 +Info 18859[11:08:55.099] getCompletionData: Get current token: 0.00902800029143691 +Info 18860[11:08:55.099] getCompletionData: Is inside comment: 0.002481000032275915 +Info 18861[11:08:55.099] getCompletionData: Get previous token: 0.022559999953955412 +Info 18862[11:08:55.099] getCompletionsAtPosition: isCompletionListBlocker: 0.007052999921143055 +Info 18863[11:08:55.099] getCompletionData: Semantic work: 0.4376509999856353 +Info 18864[11:08:55.099] Format host information updated +Info 18865[11:08:55.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18866[11:08:55.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1062 structureChanged: false structureIsReused:: Completely Elapsed: 6.565737999975681ms +Info 18867[11:08:55.731] Different program with same set of files +Info 18868[11:08:55.731] getCompletionData: Get current token: 0.003490000031888485 +Info 18869[11:08:55.731] getCompletionData: Is inside comment: 0.0012320000678300858 +Info 18870[11:08:55.731] getCompletionData: Get previous token: 0.022892000153660774 +Info 18871[11:08:55.731] getCompletionsAtPosition: isCompletionListBlocker: 0.0064050001092255116 +Info 18872[11:08:55.732] getExportInfoMap: cache hit +Info 18873[11:08:55.733] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18874[11:08:55.733] collectAutoImports: response is complete +Info 18875[11:08:55.733] collectAutoImports: 1.8419530000537634 +Info 18876[11:08:55.733] getCompletionData: Semantic work: 2.3681720001623034 +Info 18877[11:08:55.735] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2155499998480082 +Info 18878[11:08:55.735] Format host information updated +Info 18879[11:08:55.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18880[11:08:55.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1063 structureChanged: false structureIsReused:: Completely Elapsed: 6.929117999970913ms +Info 18881[11:08:55.846] Different program with same set of files +Info 18882[11:08:55.846] getCompletionData: Get current token: 0.003831000067293644 +Info 18883[11:08:55.846] getCompletionData: Is inside comment: 0.0015119998715817928 +Info 18884[11:08:55.846] getCompletionData: Get previous token: 0.026573000010102987 +Info 18885[11:08:55.846] getCompletionsAtPosition: isCompletionListBlocker: 0.009318000171333551 +Info 18886[11:08:55.848] getExportInfoMap: cache hit +Info 18887[11:08:55.850] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18888[11:08:55.850] collectAutoImports: response is complete +Info 18889[11:08:55.850] collectAutoImports: 2.0110499998554587 +Info 18890[11:08:55.850] getCompletionData: Semantic work: 4.291321000084281 +Info 18891[11:08:55.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0219049998559058 +Info 18892[11:08:55.852] Format host information updated +Info 18893[11:08:55.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18894[11:08:55.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1064 structureChanged: false structureIsReused:: Completely Elapsed: 7.733533000107855ms +Info 18895[11:08:55.906] Different program with same set of files +Info 18896[11:08:55.907] getCompletionData: Get current token: 0.005020999815315008 +Info 18897[11:08:55.907] getCompletionData: Is inside comment: 0.0017439997754991055 +Info 18898[11:08:55.907] getCompletionData: Get previous token: 0.04293600004166365 +Info 18899[11:08:55.907] getCompletionsAtPosition: isCompletionListBlocker: 0.009054000023752451 +Info 18900[11:08:55.907] getExportInfoMap: cache hit +Info 18901[11:08:55.910] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18902[11:08:55.910] collectAutoImports: response is complete +Info 18903[11:08:55.910] collectAutoImports: 2.5261810002848506 +Info 18904[11:08:55.910] getCompletionData: Semantic work: 3.2133209998719394 +Info 18905[11:08:55.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2444370002485812 +Info 18906[11:08:55.912] Format host information updated +Info 18907[11:08:56.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18908[11:08:56.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1065 structureChanged: false structureIsReused:: Completely Elapsed: 6.498858000151813ms +Info 18909[11:08:56.032] Different program with same set of files +Info 18910[11:08:56.032] getCompletionData: Get current token: 0.003477000165730715 +Info 18911[11:08:56.032] getCompletionData: Is inside comment: 0.0012050000950694084 +Info 18912[11:08:56.032] getCompletionData: Get previous token: 0.02304700016975403 +Info 18913[11:08:56.032] getCompletionsAtPosition: isCompletionListBlocker: 0.0077309999614953995 +Info 18914[11:08:56.033] getExportInfoMap: cache hit +Info 18915[11:08:56.037] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18916[11:08:56.037] collectAutoImports: response is complete +Info 18917[11:08:56.037] collectAutoImports: 4.1627420000731945 +Info 18918[11:08:56.037] getCompletionData: Semantic work: 4.738031999673694 +Info 18919[11:08:56.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1650419998914003 +Info 18920[11:08:56.039] Format host information updated +Info 18921[11:08:56.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18922[11:08:56.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1066 structureChanged: false structureIsReused:: Completely Elapsed: 24.881347000133246ms +Info 18923[11:08:56.185] Different program with same set of files +Info 18924[11:08:56.185] getCompletionData: Get current token: 0.013482000213116407 +Info 18925[11:08:56.185] getCompletionData: Is inside comment: 0.004188000224530697 +Info 18926[11:08:56.185] getCompletionData: Get previous token: 0.0844629998318851 +Info 18927[11:08:56.185] getCompletionsAtPosition: isCompletionListBlocker: 0.019562999717891216 +Info 18928[11:08:56.187] getExportInfoMap: cache hit +Info 18929[11:08:56.192] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18930[11:08:56.192] collectAutoImports: response is complete +Info 18931[11:08:56.192] collectAutoImports: 5.046897000167519 +Info 18932[11:08:56.192] getCompletionData: Semantic work: 6.468032000120729 +Info 18933[11:08:56.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2020659996196628 +Info 18934[11:08:56.195] Format host information updated +Info 18935[11:08:57.296] Format host information updated +Info 18936[11:08:57.296] Format host information updated +Info 18937[11:08:57.296] Format host information updated +Info 18938[11:08:57.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18939[11:08:57.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1067 structureChanged: false structureIsReused:: Completely Elapsed: 8.318053999915719ms +Info 18940[11:08:57.304] Different program with same set of files +Info 18941[11:08:57.305] getCompletionData: Get current token: 0.00415400043129921 +Info 18942[11:08:57.305] getCompletionData: Is inside comment: 0.0011320002377033234 +Info 18943[11:08:57.305] getCompletionData: Get previous token: 0.018585000187158585 +Info 18944[11:08:57.305] getCompletionsAtPosition: isCompletionListBlocker: 0.002778000198304653 +Info 18945[11:08:57.305] getExportInfoMap: cache hit +Info 18946[11:08:57.316] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 18947[11:08:57.316] collectAutoImports: response is complete +Info 18948[11:08:57.316] collectAutoImports: 11.379300000146031 +Info 18949[11:08:57.317] getCompletionData: Semantic work: 11.82887400034815 +Info 18950[11:08:57.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6843429999426007 +Info 18951[11:08:57.325] getCompletionData: Get current token: 0.012058000080287457 +Info 18952[11:08:57.325] getCompletionData: Is inside comment: 0.0035520000383257866 +Info 18953[11:08:57.325] getCompletionData: Get previous token: 0.02273000031709671 +Info 18954[11:08:57.325] getCompletionsAtPosition: isCompletionListBlocker: 0.009252000600099564 +Info 18955[11:08:57.326] getCompletionData: Semantic work: 0.49955999944359064 +Info 18956[11:08:57.327] getCompletionData: Get current token: 0.0072280000895261765 +Info 18957[11:08:57.327] getCompletionData: Is inside comment: 0.0025429995730519295 +Info 18958[11:08:57.327] getCompletionData: Get previous token: 0.022257999517023563 +Info 18959[11:08:57.327] getCompletionsAtPosition: isCompletionListBlocker: 0.004422999918460846 +Info 18960[11:08:57.328] getCompletionData: Semantic work: 0.4312789998948574 +Info 18961[11:08:57.328] getCompletionData: Get current token: 0.009444000199437141 +Info 18962[11:08:57.329] getCompletionData: Is inside comment: 0.0020420001819729805 +Info 18963[11:08:57.329] getCompletionData: Get previous token: 0.03844499960541725 +Info 18964[11:08:57.329] getCompletionsAtPosition: isCompletionListBlocker: 0.004990999586880207 +Info 18965[11:08:57.329] getCompletionData: Semantic work: 0.43952699936926365 +Info 18966[11:08:57.329] Format host information updated +Info 18967[11:08:57.758] getCompletionData: Get current token: 0.003651999868452549 +Info 18968[11:08:57.758] getCompletionData: Is inside comment: 0.011745000258088112 +Info 18969[11:08:57.758] getCompletionData: Get previous token: 0.03256800025701523 +Info 18970[11:08:57.758] getCompletionsAtPosition: isCompletionListBlocker: 0.004447999410331249 +Info 18971[11:08:57.759] getExportInfoMap: cache hit +Info 18972[11:08:57.761] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18973[11:08:57.761] collectAutoImports: response is complete +Info 18974[11:08:57.761] collectAutoImports: 1.9388990001752973 +Info 18975[11:08:57.761] getCompletionData: Semantic work: 2.4997789999470115 +Info 18976[11:08:57.762] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9217929998412728 +Info 18977[11:08:57.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 18978[11:08:57.863] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1068 structureChanged: false structureIsReused:: Completely Elapsed: 6.669270000420511ms +Info 18979[11:08:57.863] Different program with same set of files +Info 18980[11:08:57.864] getCompletionData: Get current token: 0.004191000014543533 +Info 18981[11:08:57.864] getCompletionData: Is inside comment: 0.01370100025087595 +Info 18982[11:08:57.864] getCompletionData: Get previous token: 0.010961000807583332 +Info 18983[11:08:57.864] getCompletionsAtPosition: isCompletionListBlocker: 0.007584000006318092 +Info 18984[11:08:57.864] getExportInfoMap: cache hit +Info 18985[11:08:57.877] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 18986[11:08:57.877] collectAutoImports: response is complete +Info 18987[11:08:57.877] collectAutoImports: 13.307541999965906 +Info 18988[11:08:57.877] getCompletionData: Semantic work: 13.839262000285089 +Info 18989[11:08:57.881] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.662359000183642 +Info 18990[11:08:57.884] Format host information updated +Info 18991[11:08:58.471] getCompletionData: Get current token: 0.0036800000816583633 +Info 18992[11:08:58.472] getCompletionData: Is inside comment: 0.012879999354481697 +Info 18993[11:08:58.472] getCompletionData: Get previous token: 0.009877000004053116 +Info 18994[11:08:58.472] getCompletionsAtPosition: isCompletionListBlocker: 0.01488999929279089 +Info 18995[11:08:58.472] getExportInfoMap: cache hit +Info 18996[11:08:58.481] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 18997[11:08:58.481] collectAutoImports: response is complete +Info 18998[11:08:58.481] collectAutoImports: 8.447544999420643 +Info 18999[11:08:58.481] getCompletionData: Semantic work: 9.099090999923646 +Info 19000[11:08:58.485] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.626596000045538 +Info 19001[11:08:58.669] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19002[11:08:58.677] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1069 structureChanged: false structureIsReused:: Completely Elapsed: 7.655408000573516ms +Info 19003[11:08:58.677] Different program with same set of files +Info 19004[11:08:58.677] getCompletionData: Get current token: 0.003969999961555004 +Info 19005[11:08:58.677] getCompletionData: Is inside comment: 0.01289099920541048 +Info 19006[11:08:58.677] getCompletionData: Get previous token: 0.011061999946832657 +Info 19007[11:08:58.677] getCompletionsAtPosition: isCompletionListBlocker: 0.0022210003808140755 +Info 19008[11:08:58.678] getCompletionData: Semantic work: 0.8310850001871586 +Info 19009[11:08:58.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14051599986851215 +Info 19010[11:08:58.678] Format host information updated +Info 19011[11:09:26.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19012[11:09:26.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1070 structureChanged: false structureIsReused:: Completely Elapsed: 7.45223500020802ms +Info 19013[11:09:26.022] Different program with same set of files +Info 19014[11:09:26.022] getCompletionData: Get current token: 0.0044210003688931465 +Info 19015[11:09:26.022] getCompletionData: Is inside comment: 0.011480000801384449 +Info 19016[11:09:26.022] getCompletionData: Get previous token: 0.018304000608623028 +Info 19017[11:09:26.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0022849999368190765 +Info 19018[11:09:26.023] getCompletionData: Semantic work: 0.7285590004175901 +Info 19019[11:09:26.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07187400013208389 +Info 19020[11:09:26.023] Format host information updated +Info 19021[11:09:26.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19022[11:09:26.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1071 structureChanged: false structureIsReused:: Completely Elapsed: 9.099264999851584ms +Info 19023[11:09:26.592] Different program with same set of files +Info 19024[11:09:26.592] getCompletionData: Get current token: 0.0060189999639987946 +Info 19025[11:09:26.592] getCompletionData: Is inside comment: 0.013551999814808369 +Info 19026[11:09:26.592] getCompletionData: Get previous token: 0.012926999479532242 +Info 19027[11:09:26.592] getCompletionsAtPosition: isCompletionListBlocker: 0.002353999763727188 +Info 19028[11:09:26.593] getCompletionData: Semantic work: 0.8213430000469089 +Info 19029[11:09:26.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07848300039768219 +Info 19030[11:09:26.593] Format host information updated +Info 19031[11:09:41.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19032[11:09:41.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1072 structureChanged: false structureIsReused:: Completely Elapsed: 10.019266000017524ms +Info 19033[11:09:41.110] Different program with same set of files +Info 19034[11:09:41.110] getCompletionData: Get current token: 0.004650999791920185 +Info 19035[11:09:41.110] getCompletionData: Is inside comment: 0.01202200073748827 +Info 19036[11:09:41.110] getCompletionData: Get previous token: 0.009190999902784824 +Info 19037[11:09:41.110] getCompletionsAtPosition: isCompletionListBlocker: 0.00791499949991703 +Info 19038[11:09:41.111] getExportInfoMap: cache hit +Info 19039[11:09:41.125] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19040[11:09:41.125] collectAutoImports: response is complete +Info 19041[11:09:41.125] collectAutoImports: 13.9072119994089 +Info 19042[11:09:41.125] getCompletionData: Semantic work: 14.444841000251472 +Info 19043[11:09:41.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.794761000201106 +Info 19044[11:09:41.132] Format host information updated +Info 19045[11:09:45.685] Format host information updated +Info 19046[11:09:45.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19047[11:09:45.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1073 structureChanged: false structureIsReused:: Completely Elapsed: 7.5084239998832345ms +Info 19048[11:09:45.693] Different program with same set of files +Info 19049[11:09:45.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19050[11:09:45.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1074 structureChanged: false structureIsReused:: Completely Elapsed: 7.275332000106573ms +Info 19051[11:09:45.929] Different program with same set of files +Info 19052[11:09:45.929] getCompletionData: Get current token: 0.004541999660432339 +Info 19053[11:09:45.929] getCompletionData: Is inside comment: 0.00980400014668703 +Info 19054[11:09:45.929] getCompletionData: Get previous token: 0.017675000242888927 +Info 19055[11:09:45.929] getCompletionsAtPosition: isCompletionListBlocker: 0.007668999955058098 +Info 19056[11:09:45.930] getExportInfoMap: cache hit +Info 19057[11:09:45.936] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 219 from cache +Info 19058[11:09:45.936] collectAutoImports: response is complete +Info 19059[11:09:45.936] collectAutoImports: 6.675119999796152 +Info 19060[11:09:45.936] getCompletionData: Semantic work: 7.237565999850631 +Info 19061[11:09:45.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.283338999375701 +Info 19062[11:09:45.940] Format host information updated +Info 19063[11:09:46.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19064[11:09:46.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1075 structureChanged: false structureIsReused:: Completely Elapsed: 18.608463000506163ms +Info 19065[11:09:46.023] Different program with same set of files +Info 19066[11:09:46.024] getCompletionData: Get current token: 0.01032199990004301 +Info 19067[11:09:46.024] getCompletionData: Is inside comment: 0.027369000017642975 +Info 19068[11:09:46.024] getCompletionData: Get previous token: 0.0451259994879365 +Info 19069[11:09:46.024] getCompletionsAtPosition: isCompletionListBlocker: 0.015579000115394592 +Info 19070[11:09:46.025] getExportInfoMap: cache hit +Info 19071[11:09:46.035] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 165 from cache +Info 19072[11:09:46.035] collectAutoImports: response is complete +Info 19073[11:09:46.035] collectAutoImports: 9.976257000118494 +Info 19074[11:09:46.035] getCompletionData: Semantic work: 11.215172000229359 +Info 19075[11:09:46.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.732841000892222 +Info 19076[11:09:46.040] Format host information updated +Info 19077[11:09:46.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19078[11:09:46.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1076 structureChanged: false structureIsReused:: Completely Elapsed: 7.614114000461996ms +Info 19079[11:09:46.074] Different program with same set of files +Info 19080[11:09:46.075] getCompletionData: Get current token: 0.004051000811159611 +Info 19081[11:09:46.075] getCompletionData: Is inside comment: 0.01019199937582016 +Info 19082[11:09:46.075] getCompletionData: Get previous token: 0.018136000260710716 +Info 19083[11:09:46.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0072370003908872604 +Info 19084[11:09:46.075] getExportInfoMap: cache hit +Info 19085[11:09:46.080] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 113 from cache +Info 19086[11:09:46.080] collectAutoImports: response is complete +Info 19087[11:09:46.080] collectAutoImports: 5.15497300028801 +Info 19088[11:09:46.080] getCompletionData: Semantic work: 5.696950000710785 +Info 19089[11:09:46.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3206559997051954 +Info 19090[11:09:46.082] Format host information updated +Info 19091[11:09:46.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19092[11:09:46.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1077 structureChanged: false structureIsReused:: Completely Elapsed: 9.188618000596762ms +Info 19093[11:09:46.138] Different program with same set of files +Info 19094[11:09:46.138] getCompletionData: Get current token: 0.006574999541044235 +Info 19095[11:09:46.138] getCompletionData: Is inside comment: 0.018470999784767628 +Info 19096[11:09:46.138] getCompletionData: Get previous token: 0.030756999738514423 +Info 19097[11:09:46.138] getCompletionsAtPosition: isCompletionListBlocker: 0.010350000113248825 +Info 19098[11:09:46.139] getExportInfoMap: cache hit +Info 19099[11:09:46.145] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 19100[11:09:46.145] collectAutoImports: response is complete +Info 19101[11:09:46.145] collectAutoImports: 5.828821999952197 +Info 19102[11:09:46.145] getCompletionData: Semantic work: 6.644758000038564 +Info 19103[11:09:46.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0657759997993708 +Info 19104[11:09:46.148] Format host information updated +Info 19105[11:09:46.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19106[11:09:46.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1078 structureChanged: false structureIsReused:: Completely Elapsed: 8.803644999861717ms +Info 19107[11:09:46.219] Different program with same set of files +Info 19108[11:09:46.220] getCompletionData: Get current token: 0.009409000165760517 +Info 19109[11:09:46.220] getCompletionData: Is inside comment: 0.02064599934965372 +Info 19110[11:09:46.220] getCompletionData: Get previous token: 0.023313000798225403 +Info 19111[11:09:46.220] getCompletionsAtPosition: isCompletionListBlocker: 0.01072199922055006 +Info 19112[11:09:46.220] getExportInfoMap: cache hit +Info 19113[11:09:46.235] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19114[11:09:46.235] collectAutoImports: response is complete +Info 19115[11:09:46.235] collectAutoImports: 14.154468000866473 +Info 19116[11:09:46.235] getCompletionData: Semantic work: 14.81107599940151 +Info 19117[11:09:46.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.86828999966383 +Info 19118[11:09:46.243] Format host information updated +Info 19119[11:09:46.270] Format host information updated +Info 19120[11:09:46.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19121[11:09:46.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1079 structureChanged: false structureIsReused:: Completely Elapsed: 9.086639999412ms +Info 19122[11:09:46.279] Different program with same set of files +Info 19123[11:09:46.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19124[11:09:46.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1080 structureChanged: false structureIsReused:: Completely Elapsed: 6.589301000349224ms +Info 19125[11:09:46.509] Different program with same set of files +Info 19126[11:09:46.509] getCompletionData: Get current token: 0.0043279994279146194 +Info 19127[11:09:46.509] getCompletionData: Is inside comment: 0.010855999775230885 +Info 19128[11:09:46.509] getCompletionData: Get previous token: 0.01618000026792288 +Info 19129[11:09:46.509] getCompletionsAtPosition: isCompletionListBlocker: 0.0018800003454089165 +Info 19130[11:09:46.509] Returning an empty list because completion was requested in an invalid position. +Info 19131[11:09:46.509] Format host information updated +Info 19132[11:09:46.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19133[11:09:46.593] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1081 structureChanged: false structureIsReused:: Completely Elapsed: 17.79589099995792ms +Info 19134[11:09:46.593] Different program with same set of files +Info 19135[11:09:46.594] getCompletionData: Get current token: 0.012455999851226807 +Info 19136[11:09:46.594] getCompletionData: Is inside comment: 0.04157300014048815 +Info 19137[11:09:46.594] getCompletionData: Get previous token: 0.05814199987798929 +Info 19138[11:09:46.594] getCompletionsAtPosition: isCompletionListBlocker: 0.003986000083386898 +Info 19139[11:09:46.594] Returning an empty list because completion was requested in an invalid position. +Info 19140[11:09:46.598] Format host information updated +Info 19141[11:09:46.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19142[11:09:46.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1082 structureChanged: false structureIsReused:: Completely Elapsed: 6.599932999350131ms +Info 19143[11:09:46.851] Different program with same set of files +Info 19144[11:09:46.851] getCompletionData: Get current token: 0.007694999687373638 +Info 19145[11:09:46.851] getCompletionData: Is inside comment: 0.019442999735474586 +Info 19146[11:09:46.852] getCompletionData: Get previous token: 0.03187299985438585 +Info 19147[11:09:46.852] getCompletionsAtPosition: isCompletionListBlocker: 0.002066999673843384 +Info 19148[11:09:46.852] Returning an empty list because completion was requested in an invalid position. +Info 19149[11:09:46.852] Format host information updated +Info 19150[11:09:46.977] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19151[11:09:46.986] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1083 structureChanged: false structureIsReused:: Completely Elapsed: 9.238547000102699ms +Info 19152[11:09:46.986] Different program with same set of files +Info 19153[11:09:46.986] getCompletionData: Get current token: 0.004106000065803528 +Info 19154[11:09:46.986] getCompletionData: Is inside comment: 0.011594000272452831 +Info 19155[11:09:46.986] getCompletionData: Get previous token: 0.016992999240756035 +Info 19156[11:09:46.986] getCompletionsAtPosition: isCompletionListBlocker: 0.0018839994445443153 +Info 19157[11:09:46.986] Returning an empty list because completion was requested in an invalid position. +Info 19158[11:09:46.986] Format host information updated +Info 19159[11:09:47.172] Format host information updated +Info 19160[11:09:47.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19161[11:09:47.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1084 structureChanged: false structureIsReused:: Completely Elapsed: 6.352881000377238ms +Info 19162[11:09:47.178] Different program with same set of files +Info 19163[11:09:47.370] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19164[11:09:47.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1085 structureChanged: false structureIsReused:: Completely Elapsed: 7.791575999930501ms +Info 19165[11:09:47.378] Different program with same set of files +Info 19166[11:09:47.378] getCompletionData: Get current token: 0.004054000601172447 +Info 19167[11:09:47.378] getCompletionData: Is inside comment: 0.01172999944537878 +Info 19168[11:09:47.378] getCompletionData: Get previous token: 0.009089000523090363 +Info 19169[11:09:47.378] getCompletionsAtPosition: isCompletionListBlocker: 0.007062999531626701 +Info 19170[11:09:47.379] getExportInfoMap: cache hit +Info 19171[11:09:47.396] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19172[11:09:47.396] collectAutoImports: response is complete +Info 19173[11:09:47.396] collectAutoImports: 16.9773180000484 +Info 19174[11:09:47.396] getCompletionData: Semantic work: 17.447129999287426 +Info 19175[11:09:47.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0152009995654225 +Info 19176[11:09:47.404] Format host information updated +Info 19177[11:09:47.502] Format host information updated +Info 19178[11:09:47.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19179[11:09:47.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1086 structureChanged: false structureIsReused:: Completely Elapsed: 6.862592999823391ms +Info 19180[11:09:47.509] Different program with same set of files +Info 19181[11:09:47.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19182[11:09:47.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1087 structureChanged: false structureIsReused:: Completely Elapsed: 8.965876000002027ms +Info 19183[11:09:47.872] Different program with same set of files +Info 19184[11:09:47.873] getCompletionData: Get current token: 0.007744000293314457 +Info 19185[11:09:47.873] getCompletionData: Is inside comment: 0.020936000160872936 +Info 19186[11:09:47.873] getCompletionData: Get previous token: 0.017616000026464462 +Info 19187[11:09:47.873] getCompletionsAtPosition: isCompletionListBlocker: 0.003421999514102936 +Info 19188[11:09:47.874] getCompletionData: Semantic work: 0.8712439993396401 +Info 19189[11:09:47.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9143059998750687 +Info 19190[11:09:47.876] Format host information updated +Info 19191[11:09:47.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19192[11:09:47.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1088 structureChanged: false structureIsReused:: Completely Elapsed: 8.445892999880016ms +Info 19193[11:09:47.943] Different program with same set of files +Info 19194[11:09:47.943] getCompletionData: Get current token: 0.005555999465286732 +Info 19195[11:09:47.943] getCompletionData: Is inside comment: 0.01549600064754486 +Info 19196[11:09:47.943] getCompletionData: Get previous token: 0.012757999822497368 +Info 19197[11:09:47.943] getCompletionsAtPosition: isCompletionListBlocker: 0.007938999682664871 +Info 19198[11:09:47.944] getExportInfoMap: cache hit +Info 19199[11:09:47.958] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19200[11:09:47.958] collectAutoImports: response is complete +Info 19201[11:09:47.958] collectAutoImports: 13.864035000093281 +Info 19202[11:09:47.958] getCompletionData: Semantic work: 14.460659000091255 +Info 19203[11:09:47.963] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8404899993911386 +Info 19204[11:09:47.967] Format host information updated +Info 19205[11:09:48.480] getCompletionData: Get current token: 0.006630999967455864 +Info 19206[11:09:48.480] getCompletionData: Is inside comment: 0.001751999370753765 +Info 19207[11:09:48.480] getCompletionData: Get previous token: 0.024829999543726444 +Info 19208[11:09:48.480] getCompletionsAtPosition: isCompletionListBlocker: 0.003823000006377697 +Info 19209[11:09:48.480] getCompletionData: Semantic work: 0.675955000333488 +Info 19210[11:09:48.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9485130002722144 +Info 19211[11:09:54.922] getCompletionData: Get current token: 0.003889000043272972 +Info 19212[11:09:54.922] getCompletionData: Is inside comment: 0.02031299937516451 +Info 19213[11:09:54.922] getCompletionData: Get previous token: 0.0278310002759099 +Info 19214[11:09:54.922] getCompletionsAtPosition: isCompletionListBlocker: 0.002888999879360199 +Info 19215[11:09:54.923] getCompletionData: Semantic work: 0.49330299999564886 +Info 19216[11:09:54.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9516160003840923 +Info 19217[11:09:55.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19218[11:09:55.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1089 structureChanged: false structureIsReused:: Completely Elapsed: 6.614089999347925ms +Info 19219[11:09:55.855] Different program with same set of files +Info 19220[11:09:55.855] getCompletionData: Get current token: 0.0036969995126128197 +Info 19221[11:09:55.855] getCompletionData: Is inside comment: 0.0012339996173977852 +Info 19222[11:09:55.855] getCompletionData: Get previous token: 0.05890300031751394 +Info 19223[11:09:55.855] getCompletionsAtPosition: isCompletionListBlocker: 0.002015000209212303 +Info 19224[11:09:55.856] getCompletionData: Semantic work: 0.49351299926638603 +Info 19225[11:09:55.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0136169996112585 +Info 19226[11:09:55.857] Format host information updated +Info 19227[11:09:55.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19228[11:09:55.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1090 structureChanged: false structureIsReused:: Completely Elapsed: 7.073737000115216ms +Info 19229[11:09:55.942] Different program with same set of files +Info 19230[11:09:55.942] getCompletionData: Get current token: 0.005150000564754009 +Info 19231[11:09:55.942] getCompletionData: Is inside comment: 0.0017919996753335 +Info 19232[11:09:55.942] getCompletionData: Get previous token: 0.03371599968522787 +Info 19233[11:09:55.942] getCompletionsAtPosition: isCompletionListBlocker: 0.002818000502884388 +Info 19234[11:09:55.943] getCompletionData: Semantic work: 0.563013999722898 +Info 19235[11:09:55.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2032000003382564 +Info 19236[11:09:55.946] Format host information updated +Info 19237[11:09:56.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19238[11:09:56.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1091 structureChanged: false structureIsReused:: Completely Elapsed: 6.762406999245286ms +Info 19239[11:09:56.051] Different program with same set of files +Info 19240[11:09:56.052] getCompletionData: Get current token: 0.005045999772846699 +Info 19241[11:09:56.052] getCompletionData: Is inside comment: 0.0015150001272559166 +Info 19242[11:09:56.052] getCompletionData: Get previous token: 0.03438900038599968 +Info 19243[11:09:56.052] getCompletionsAtPosition: isCompletionListBlocker: 0.002491000108420849 +Info 19244[11:09:56.052] getCompletionData: Semantic work: 0.5807759994640946 +Info 19245[11:09:56.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2479600002989173 +Info 19246[11:09:56.054] Format host information updated +Info 19247[11:09:56.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19248[11:09:56.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1092 structureChanged: false structureIsReused:: Completely Elapsed: 6.9314750004559755ms +Info 19249[11:09:56.151] Different program with same set of files +Info 19250[11:09:56.151] getCompletionData: Get current token: 0.0052640000358223915 +Info 19251[11:09:56.151] getCompletionData: Is inside comment: 0.0016029998660087585 +Info 19252[11:09:56.151] getCompletionData: Get previous token: 0.033853999339044094 +Info 19253[11:09:56.151] getCompletionsAtPosition: isCompletionListBlocker: 0.0026040002703666687 +Info 19254[11:09:56.152] getCompletionData: Semantic work: 0.591194000095129 +Info 19255[11:09:56.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1958539998158813 +Info 19256[11:09:56.155] Format host information updated +Info 19257[11:09:56.335] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19258[11:09:56.343] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1093 structureChanged: false structureIsReused:: Completely Elapsed: 7.217097000218928ms +Info 19259[11:09:56.343] Different program with same set of files +Info 19260[11:09:56.343] getCompletionData: Get current token: 0.004532000049948692 +Info 19261[11:09:56.343] getCompletionData: Is inside comment: 0.001597999595105648 +Info 19262[11:09:56.343] getCompletionData: Get previous token: 0.02756199985742569 +Info 19263[11:09:56.343] getCompletionsAtPosition: isCompletionListBlocker: 0.0025769993662834167 +Info 19264[11:09:56.343] getCompletionData: Semantic work: 0.5804080003872514 +Info 19265[11:09:56.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9749640002846718 +Info 19266[11:09:56.345] Format host information updated +Info 19267[11:09:56.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19268[11:09:56.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1094 structureChanged: false structureIsReused:: Completely Elapsed: 6.856940000317991ms +Info 19269[11:09:56.516] Different program with same set of files +Info 19270[11:09:56.516] getCompletionData: Get current token: 0.005896000191569328 +Info 19271[11:09:56.516] getCompletionData: Is inside comment: 0.0016050003468990326 +Info 19272[11:09:56.516] getCompletionData: Get previous token: 0.025888999924063683 +Info 19273[11:09:56.516] getCompletionsAtPosition: isCompletionListBlocker: 0.002382999286055565 +Info 19274[11:09:56.516] getExportInfoMap: cache hit +Info 19275[11:09:56.532] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19276[11:09:56.532] collectAutoImports: response is complete +Info 19277[11:09:56.532] collectAutoImports: 15.410548999905586 +Info 19278[11:09:56.532] getCompletionData: Semantic work: 16.10675700008869 +Info 19279[11:09:56.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.417259999550879 +Info 19280[11:09:56.540] Format host information updated +Info 19281[11:09:56.581] Format host information updated +Info 19282[11:09:56.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19283[11:09:56.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1095 structureChanged: false structureIsReused:: Completely Elapsed: 8.506276999600232ms +Info 19284[11:09:56.590] Different program with same set of files +Info 19285[11:09:56.816] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19286[11:09:56.823] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1096 structureChanged: false structureIsReused:: Completely Elapsed: 6.848822999745607ms +Info 19287[11:09:56.823] Different program with same set of files +Info 19288[11:09:56.823] getCompletionData: Get current token: 0.003666999749839306 +Info 19289[11:09:56.823] getCompletionData: Is inside comment: 0.0011049993336200714 +Info 19290[11:09:56.823] getCompletionData: Get previous token: 0.025728000327944756 +Info 19291[11:09:56.823] getCompletionsAtPosition: isCompletionListBlocker: 0.0020249998196959496 +Info 19292[11:09:56.824] getExportInfoMap: cache hit +Info 19293[11:09:56.826] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 12 from cache +Info 19294[11:09:56.826] collectAutoImports: response is complete +Info 19295[11:09:56.826] collectAutoImports: 2.2958629997447133 +Info 19296[11:09:56.826] getCompletionData: Semantic work: 2.869078000076115 +Info 19297[11:09:56.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.071569999679923 +Info 19298[11:09:56.828] Format host information updated +Info 19299[11:09:56.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19300[11:09:56.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1097 structureChanged: false structureIsReused:: Completely Elapsed: 6.404697000049055ms +Info 19301[11:09:56.922] Different program with same set of files +Info 19302[11:09:56.923] getCompletionData: Get current token: 0.004626999609172344 +Info 19303[11:09:56.923] getCompletionData: Is inside comment: 0.0016629993915557861 +Info 19304[11:09:56.923] getCompletionData: Get previous token: 0.030968000181019306 +Info 19305[11:09:56.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0023969998583197594 +Info 19306[11:09:56.923] getExportInfoMap: cache hit +Info 19307[11:09:56.927] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 19308[11:09:56.927] collectAutoImports: response is complete +Info 19309[11:09:56.927] collectAutoImports: 3.8362199999392033 +Info 19310[11:09:56.927] getCompletionData: Semantic work: 4.401743999682367 +Info 19311[11:09:56.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1512319995090365 +Info 19312[11:09:56.929] Format host information updated +Info 19313[11:09:57.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19314[11:09:57.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1098 structureChanged: false structureIsReused:: Completely Elapsed: 6.418275999836624ms +Info 19315[11:09:57.398] Different program with same set of files +Info 19316[11:09:57.398] getCompletionData: Get current token: 0.003502999432384968 +Info 19317[11:09:57.398] getCompletionData: Is inside comment: 0.0011309999972581863 +Info 19318[11:09:57.398] getCompletionData: Get previous token: 0.025067999958992004 +Info 19319[11:09:57.398] getCompletionsAtPosition: isCompletionListBlocker: 0.002159000374376774 +Info 19320[11:09:57.399] getExportInfoMap: cache hit +Info 19321[11:09:57.401] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 19322[11:09:57.401] collectAutoImports: response is complete +Info 19323[11:09:57.401] collectAutoImports: 1.8527149995788932 +Info 19324[11:09:57.401] getCompletionData: Semantic work: 2.476410999894142 +Info 19325[11:09:57.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.962050000205636 +Info 19326[11:09:57.402] Format host information updated +Info 19327[11:09:57.648] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19328[11:09:57.656] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1099 structureChanged: false structureIsReused:: Completely Elapsed: 8.142230999656022ms +Info 19329[11:09:57.656] Different program with same set of files +Info 19330[11:09:57.656] getCompletionData: Get current token: 0.00460599921643734 +Info 19331[11:09:57.656] getCompletionData: Is inside comment: 0.0012469999492168427 +Info 19332[11:09:57.656] getCompletionData: Get previous token: 0.021594999358057976 +Info 19333[11:09:57.656] getCompletionsAtPosition: isCompletionListBlocker: 0.0023049991577863693 +Info 19334[11:09:57.657] getCompletionData: Semantic work: 0.8515750002115965 +Info 19335[11:09:57.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0733059998601675 +Info 19336[11:09:57.657] Format host information updated +Info 19337[11:09:57.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19338[11:09:57.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1100 structureChanged: false structureIsReused:: Completely Elapsed: 6.422288999892771ms +Info 19339[11:09:57.924] Different program with same set of files +Info 19340[11:09:57.924] getCompletionData: Get current token: 0.004501999355852604 +Info 19341[11:09:57.924] getCompletionData: Is inside comment: 0.001281999982893467 +Info 19342[11:09:57.924] getCompletionData: Get previous token: 0.028644000180065632 +Info 19343[11:09:57.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0021730000153183937 +Info 19344[11:09:57.925] getCompletionData: Semantic work: 0.7659620000049472 +Info 19345[11:09:57.925] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0742560001090169 +Info 19346[11:09:57.927] Format host information updated +Info 19347[11:09:58.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19348[11:09:58.018] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1101 structureChanged: false structureIsReused:: Completely Elapsed: 6.4846210004761815ms +Info 19349[11:09:58.018] Different program with same set of files +Info 19350[11:09:58.019] getCompletionData: Get current token: 0.0054419999942183495 +Info 19351[11:09:58.019] getCompletionData: Is inside comment: 0.0015120003372430801 +Info 19352[11:09:58.019] getCompletionData: Get previous token: 0.033642000518739223 +Info 19353[11:09:58.019] getCompletionsAtPosition: isCompletionListBlocker: 0.002662000246345997 +Info 19354[11:09:58.020] getCompletionData: Semantic work: 0.8316039992496371 +Info 19355[11:09:58.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0751120001077652 +Info 19356[11:09:58.020] Format host information updated +Info 19357[11:09:58.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19358[11:09:58.115] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1102 structureChanged: false structureIsReused:: Completely Elapsed: 6.684178999625146ms +Info 19359[11:09:58.115] Different program with same set of files +Info 19360[11:09:58.115] getCompletionData: Get current token: 0.006328999996185303 +Info 19361[11:09:58.115] getCompletionData: Is inside comment: 0.001527000218629837 +Info 19362[11:09:58.115] getCompletionData: Get previous token: 0.03471500054001808 +Info 19363[11:09:58.115] getCompletionsAtPosition: isCompletionListBlocker: 0.0027359994128346443 +Info 19364[11:09:58.116] getCompletionData: Semantic work: 0.8484789999201894 +Info 19365[11:09:58.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07895500026643276 +Info 19366[11:09:58.116] Format host information updated +Info 19367[11:09:58.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19368[11:09:58.230] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1103 structureChanged: false structureIsReused:: Completely Elapsed: 6.437031999230385ms +Info 19369[11:09:58.230] Different program with same set of files +Info 19370[11:09:58.230] getCompletionData: Get current token: 0.005196999758481979 +Info 19371[11:09:58.230] getCompletionData: Is inside comment: 0.001461000181734562 +Info 19372[11:09:58.230] getCompletionData: Get previous token: 0.032807000912725925 +Info 19373[11:09:58.230] getCompletionsAtPosition: isCompletionListBlocker: 0.0022619999945163727 +Info 19374[11:09:58.231] getCompletionData: Semantic work: 0.8043080000206828 +Info 19375[11:09:58.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07308700028806925 +Info 19376[11:09:58.232] Format host information updated +Info 19377[11:09:58.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19378[11:09:58.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1104 structureChanged: false structureIsReused:: Completely Elapsed: 6.37404299993068ms +Info 19379[11:09:58.373] Different program with same set of files +Info 19380[11:09:58.373] getCompletionData: Get current token: 0.005247999913990498 +Info 19381[11:09:58.373] getCompletionData: Is inside comment: 0.0012039998546242714 +Info 19382[11:09:58.373] getCompletionData: Get previous token: 0.028257999569177628 +Info 19383[11:09:58.373] getCompletionsAtPosition: isCompletionListBlocker: 0.0022839996963739395 +Info 19384[11:09:58.374] getCompletionData: Semantic work: 0.7954270001500845 +Info 19385[11:09:58.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06377900019288063 +Info 19386[11:09:58.374] Format host information updated +Info 19387[11:09:58.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19388[11:09:58.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1105 structureChanged: false structureIsReused:: Completely Elapsed: 8.411158999428153ms +Info 19389[11:09:58.451] Different program with same set of files +Info 19390[11:09:58.451] getCompletionData: Get current token: 0.005216000601649284 +Info 19391[11:09:58.451] getCompletionData: Is inside comment: 0.001517999917268753 +Info 19392[11:09:58.451] getCompletionData: Get previous token: 0.03055000025779009 +Info 19393[11:09:58.451] getCompletionsAtPosition: isCompletionListBlocker: 0.002886999398469925 +Info 19394[11:09:58.452] getCompletionData: Semantic work: 0.7848709998652339 +Info 19395[11:09:58.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07437099982053041 +Info 19396[11:09:58.452] Format host information updated +Info 19397[11:09:58.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19398[11:09:58.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1106 structureChanged: false structureIsReused:: Completely Elapsed: 6.376962999813259ms +Info 19399[11:09:58.546] Different program with same set of files +Info 19400[11:09:58.547] getCompletionData: Get current token: 0.005660000257194042 +Info 19401[11:09:58.547] getCompletionData: Is inside comment: 0.0016360003501176834 +Info 19402[11:09:58.547] getCompletionData: Get previous token: 0.022228000685572624 +Info 19403[11:09:58.547] getCompletionsAtPosition: isCompletionListBlocker: 0.009801000356674194 +Info 19404[11:09:58.547] getCompletionData: Semantic work: 0.5764030003920197 +Info 19405[11:09:58.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.146196000277996 +Info 19406[11:09:58.549] Format host information updated +Info 19407[11:09:58.697] Format host information updated +Info 19408[11:09:58.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19409[11:09:58.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1107 structureChanged: false structureIsReused:: Completely Elapsed: 8.513004999607801ms +Info 19410[11:09:58.706] Different program with same set of files +Info 19411[11:09:58.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19412[11:09:58.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1108 structureChanged: false structureIsReused:: Completely Elapsed: 25.261677000671625ms +Info 19413[11:09:58.914] Different program with same set of files +Info 19414[11:09:58.915] getCompletionData: Get current token: 0.019708000123500824 +Info 19415[11:09:58.915] getCompletionData: Is inside comment: 0.006374000571668148 +Info 19416[11:09:58.915] getCompletionData: Get previous token: 0.14159400016069412 +Info 19417[11:09:58.915] getCompletionsAtPosition: isCompletionListBlocker: 0.011874999850988388 +Info 19418[11:09:58.917] getCompletionData: Semantic work: 2.087814999744296 +Info 19419[11:09:58.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8119230000302196 +Info 19420[11:09:58.922] Format host information updated +Info 19421[11:09:58.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19422[11:09:59.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1109 structureChanged: false structureIsReused:: Completely Elapsed: 25.750296999700367ms +Info 19423[11:09:59.017] Different program with same set of files +Info 19424[11:09:59.018] getCompletionData: Get current token: 0.014807000756263733 +Info 19425[11:09:59.018] getCompletionData: Is inside comment: 0.004626999609172344 +Info 19426[11:09:59.018] getCompletionData: Get previous token: 0.07892300002276897 +Info 19427[11:09:59.018] getCompletionsAtPosition: isCompletionListBlocker: 0.008520000614225864 +Info 19428[11:09:59.019] getCompletionData: Semantic work: 1.452943000011146 +Info 19429[11:09:59.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9915909999981523 +Info 19430[11:09:59.027] Format host information updated +Info 19431[11:09:59.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19432[11:09:59.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1110 structureChanged: false structureIsReused:: Completely Elapsed: 9.54933499917388ms +Info 19433[11:09:59.068] Different program with same set of files +Info 19434[11:09:59.068] getCompletionData: Get current token: 0.0076299998909235 +Info 19435[11:09:59.068] getCompletionData: Is inside comment: 0.0022700000554323196 +Info 19436[11:09:59.068] getCompletionData: Get previous token: 0.04232100024819374 +Info 19437[11:09:59.068] getCompletionsAtPosition: isCompletionListBlocker: 0.004746000282466412 +Info 19438[11:09:59.069] getCompletionData: Semantic work: 0.7928059995174408 +Info 19439[11:09:59.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6818180000409484 +Info 19440[11:09:59.072] Format host information updated +Info 19441[11:09:59.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19442[11:09:59.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1111 structureChanged: false structureIsReused:: Completely Elapsed: 6.453375999815762ms +Info 19443[11:09:59.282] Different program with same set of files +Info 19444[11:09:59.283] getCompletionData: Get current token: 0.004255999810993671 +Info 19445[11:09:59.283] getCompletionData: Is inside comment: 0.001272999681532383 +Info 19446[11:09:59.283] getCompletionData: Get previous token: 0.026188000105321407 +Info 19447[11:09:59.283] getCompletionsAtPosition: isCompletionListBlocker: 0.0035990001633763313 +Info 19448[11:09:59.283] getCompletionData: Semantic work: 0.5453449999913573 +Info 19449[11:09:59.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.172082000412047 +Info 19450[11:09:59.288] Format host information updated +Info 19451[11:09:59.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19452[11:09:59.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1112 structureChanged: false structureIsReused:: Completely Elapsed: 8.126434000208974ms +Info 19453[11:09:59.365] Different program with same set of files +Info 19454[11:09:59.365] getCompletionData: Get current token: 0.004352999851107597 +Info 19455[11:09:59.365] getCompletionData: Is inside comment: 0.0013069994747638702 +Info 19456[11:09:59.365] getCompletionData: Get previous token: 0.030519000254571438 +Info 19457[11:09:59.365] getCompletionsAtPosition: isCompletionListBlocker: 0.003882000222802162 +Info 19458[11:09:59.366] getCompletionData: Semantic work: 0.7243410004302859 +Info 19459[11:09:59.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1746869999915361 +Info 19460[11:09:59.367] Format host information updated +Info 19461[11:09:59.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19462[11:09:59.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1113 structureChanged: false structureIsReused:: Completely Elapsed: 6.952653000131249ms +Info 19463[11:09:59.569] Different program with same set of files +Info 19464[11:09:59.569] getCompletionData: Get current token: 0.004673999734222889 +Info 19465[11:09:59.569] getCompletionData: Is inside comment: 0.001364000141620636 +Info 19466[11:09:59.569] getCompletionData: Get previous token: 0.022093000821769238 +Info 19467[11:09:59.569] getCompletionsAtPosition: isCompletionListBlocker: 0.002638000063598156 +Info 19468[11:09:59.570] getExportInfoMap: cache hit +Info 19469[11:09:59.586] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19470[11:09:59.586] collectAutoImports: response is complete +Info 19471[11:09:59.586] collectAutoImports: 16.61813999991864 +Info 19472[11:09:59.586] getCompletionData: Semantic work: 17.33109000045806 +Info 19473[11:09:59.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.124270999804139 +Info 19474[11:09:59.594] Format host information updated +Info 19475[11:09:59.631] Format host information updated +Info 19476[11:09:59.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19477[11:09:59.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1114 structureChanged: false structureIsReused:: Completely Elapsed: 7.394687999971211ms +Info 19478[11:09:59.639] Different program with same set of files +Info 19479[11:10:00.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19480[11:10:00.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1115 structureChanged: false structureIsReused:: Completely Elapsed: 6.972542000003159ms +Info 19481[11:10:00.357] Different program with same set of files +Info 19482[11:10:00.357] getCompletionData: Get current token: 0.0038339998573064804 +Info 19483[11:10:00.357] getCompletionData: Is inside comment: 0.0012280000373721123 +Info 19484[11:10:00.357] getCompletionData: Get previous token: 0.02592600043863058 +Info 19485[11:10:00.357] getCompletionsAtPosition: isCompletionListBlocker: 0.0027230000123381615 +Info 19486[11:10:00.357] getExportInfoMap: cache hit +Info 19487[11:10:00.361] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 70 from cache +Info 19488[11:10:00.361] collectAutoImports: response is complete +Info 19489[11:10:00.361] collectAutoImports: 3.4556069998070598 +Info 19490[11:10:00.361] getCompletionData: Semantic work: 4.109513999894261 +Info 19491[11:10:00.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2317880000919104 +Info 19492[11:10:00.363] Format host information updated +Info 19493[11:10:00.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19494[11:10:00.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1116 structureChanged: false structureIsReused:: Completely Elapsed: 9.061025000177324ms +Info 19495[11:10:00.837] Different program with same set of files +Info 19496[11:10:00.838] getCompletionData: Get current token: 0.004042999818921089 +Info 19497[11:10:00.838] getCompletionData: Is inside comment: 0.001210000365972519 +Info 19498[11:10:00.838] getCompletionData: Get previous token: 0.024952000007033348 +Info 19499[11:10:00.838] getCompletionsAtPosition: isCompletionListBlocker: 0.002642999403178692 +Info 19500[11:10:00.838] getExportInfoMap: cache hit +Info 19501[11:10:00.841] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 12 from cache +Info 19502[11:10:00.841] collectAutoImports: response is complete +Info 19503[11:10:00.841] collectAutoImports: 2.5224460000172257 +Info 19504[11:10:00.841] getCompletionData: Semantic work: 3.1789819998666644 +Info 19505[11:10:00.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9865330001339316 +Info 19506[11:10:00.843] Format host information updated +Info 19507[11:10:00.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19508[11:10:00.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1117 structureChanged: false structureIsReused:: Completely Elapsed: 6.9154549995437264ms +Info 19509[11:10:00.961] Different program with same set of files +Info 19510[11:10:00.962] getCompletionData: Get current token: 0.004691999405622482 +Info 19511[11:10:00.962] getCompletionData: Is inside comment: 0.00141999963670969 +Info 19512[11:10:00.962] getCompletionData: Get previous token: 0.03190899919718504 +Info 19513[11:10:00.962] getCompletionsAtPosition: isCompletionListBlocker: 0.0023509999737143517 +Info 19514[11:10:00.962] getExportInfoMap: cache hit +Info 19515[11:10:00.965] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 19516[11:10:00.965] collectAutoImports: response is complete +Info 19517[11:10:00.965] collectAutoImports: 2.1728539997711778 +Info 19518[11:10:00.965] getCompletionData: Semantic work: 2.9283800004050136 +Info 19519[11:10:00.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0678129997104406 +Info 19520[11:10:00.966] Format host information updated +Info 19521[11:10:01.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19522[11:10:01.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1118 structureChanged: false structureIsReused:: Completely Elapsed: 6.7748989993706346ms +Info 19523[11:10:01.179] Different program with same set of files +Info 19524[11:10:01.179] getCompletionData: Get current token: 0.004348999820649624 +Info 19525[11:10:01.179] getCompletionData: Is inside comment: 0.00144099909812212 +Info 19526[11:10:01.179] getCompletionData: Get previous token: 0.029783000238239765 +Info 19527[11:10:01.179] getCompletionsAtPosition: isCompletionListBlocker: 0.008542999625205994 +Info 19528[11:10:01.180] getExportInfoMap: cache hit +Info 19529[11:10:01.182] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 39 from cache +Info 19530[11:10:01.182] collectAutoImports: response is complete +Info 19531[11:10:01.182] collectAutoImports: 2.3961519999429584 +Info 19532[11:10:01.182] getCompletionData: Semantic work: 2.9767289999872446 +Info 19533[11:10:01.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.209502000361681 +Info 19534[11:10:01.184] Format host information updated +Info 19535[11:10:01.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19536[11:10:01.638] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1119 structureChanged: false structureIsReused:: Completely Elapsed: 6.865982000716031ms +Info 19537[11:10:01.638] Different program with same set of files +Info 19538[11:10:01.640] getCompletionData: Get current token: 0.004554999992251396 +Info 19539[11:10:01.640] getCompletionData: Is inside comment: 0.0016270000487565994 +Info 19540[11:10:01.640] getCompletionData: Get previous token: 0.02304000034928322 +Info 19541[11:10:01.640] getCompletionsAtPosition: isCompletionListBlocker: 0.008247999474406242 +Info 19542[11:10:01.640] getExportInfoMap: cache hit +Info 19543[11:10:01.651] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19544[11:10:01.651] collectAutoImports: response is complete +Info 19545[11:10:01.651] collectAutoImports: 10.432775000110269 +Info 19546[11:10:01.651] getCompletionData: Semantic work: 11.051219999790192 +Info 19547[11:10:01.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.755207000300288 +Info 19548[11:10:01.659] Format host information updated +Info 19549[11:10:01.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19550[11:10:01.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1120 structureChanged: false structureIsReused:: Completely Elapsed: 6.75395100004971ms +Info 19551[11:10:01.836] Different program with same set of files +Info 19552[11:10:01.836] getCompletionData: Get current token: 0.004587000235915184 +Info 19553[11:10:01.836] getCompletionData: Is inside comment: 0.0013819998130202293 +Info 19554[11:10:01.836] getCompletionData: Get previous token: 0.029779999516904354 +Info 19555[11:10:01.836] getCompletionsAtPosition: isCompletionListBlocker: 0.0023219995200634003 +Info 19556[11:10:01.837] getExportInfoMap: cache hit +Info 19557[11:10:01.839] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 19558[11:10:01.839] collectAutoImports: response is complete +Info 19559[11:10:01.839] collectAutoImports: 2.0801149997860193 +Info 19560[11:10:01.839] getCompletionData: Semantic work: 2.786949999630451 +Info 19561[11:10:01.840] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0525810001417994 +Info 19562[11:10:01.840] Format host information updated +Info 19563[11:10:01.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19564[11:10:01.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1121 structureChanged: false structureIsReused:: Completely Elapsed: 14.611208999529481ms +Info 19565[11:10:01.909] Different program with same set of files +Info 19566[11:10:01.910] getCompletionData: Get current token: 0.012949999421834946 +Info 19567[11:10:01.910] getCompletionData: Is inside comment: 0.0037049995735287666 +Info 19568[11:10:01.910] getCompletionData: Get previous token: 0.08506700024008751 +Info 19569[11:10:01.910] getCompletionsAtPosition: isCompletionListBlocker: 0.004937999881803989 +Info 19570[11:10:01.911] getExportInfoMap: cache hit +Info 19571[11:10:01.917] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 19572[11:10:01.917] collectAutoImports: response is complete +Info 19573[11:10:01.917] collectAutoImports: 5.200641999952495 +Info 19574[11:10:01.917] getCompletionData: Semantic work: 6.931470999494195 +Info 19575[11:10:01.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8014270002022386 +Info 19576[11:10:01.921] Format host information updated +Info 19577[11:10:02.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19578[11:10:02.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1122 structureChanged: false structureIsReused:: Completely Elapsed: 7.169369000010192ms +Info 19579[11:10:02.156] Different program with same set of files +Info 19580[11:10:02.156] getCompletionData: Get current token: 0.003872999921441078 +Info 19581[11:10:02.156] getCompletionData: Is inside comment: 0.0010730000212788582 +Info 19582[11:10:02.156] getCompletionData: Get previous token: 0.02317499928176403 +Info 19583[11:10:02.156] getCompletionsAtPosition: isCompletionListBlocker: 0.002330000512301922 +Info 19584[11:10:02.157] getCompletionData: Semantic work: 1.2787049999460578 +Info 19585[11:10:02.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07035400066524744 +Info 19586[11:10:02.158] Format host information updated +Info 19587[11:10:02.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19588[11:10:02.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1123 structureChanged: false structureIsReused:: Completely Elapsed: 8.362479999661446ms +Info 19589[11:10:02.602] Different program with same set of files +Info 19590[11:10:02.602] getCompletionData: Get current token: 0.017336999997496605 +Info 19591[11:10:02.602] getCompletionData: Is inside comment: 0.0012880004942417145 +Info 19592[11:10:02.602] getCompletionData: Get previous token: 0.02517899964004755 +Info 19593[11:10:02.602] getCompletionsAtPosition: isCompletionListBlocker: 0.002778000198304653 +Info 19594[11:10:02.604] getCompletionData: Semantic work: 1.0580770000815392 +Info 19595[11:10:02.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07651600055396557 +Info 19596[11:10:02.604] Format host information updated +Info 19597[11:10:02.740] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19598[11:10:02.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1124 structureChanged: false structureIsReused:: Completely Elapsed: 16.264922000467777ms +Info 19599[11:10:02.756] Different program with same set of files +Info 19600[11:10:02.756] getCompletionData: Get current token: 0.014977999962866306 +Info 19601[11:10:02.756] getCompletionData: Is inside comment: 0.004874000325798988 +Info 19602[11:10:02.757] getCompletionData: Get previous token: 0.09178799949586391 +Info 19603[11:10:02.757] getCompletionsAtPosition: isCompletionListBlocker: 0.020409000106155872 +Info 19604[11:10:02.759] getCompletionData: Semantic work: 2.5627089999616146 +Info 19605[11:10:02.759] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20025100000202656 +Info 19606[11:10:02.760] Format host information updated +Info 19607[11:10:02.953] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19608[11:10:02.962] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1125 structureChanged: false structureIsReused:: Completely Elapsed: 9.160593999549747ms +Info 19609[11:10:02.962] Different program with same set of files +Info 19610[11:10:02.962] getCompletionData: Get current token: 0.00406000018119812 +Info 19611[11:10:02.962] getCompletionData: Is inside comment: 0.0015569999814033508 +Info 19612[11:10:02.962] getCompletionData: Get previous token: 0.022533000446856022 +Info 19613[11:10:02.962] getCompletionsAtPosition: isCompletionListBlocker: 0.0020979996770620346 +Info 19614[11:10:02.963] getCompletionData: Semantic work: 0.863167000003159 +Info 19615[11:10:02.963] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0737630007788539 +Info 19616[11:10:02.963] Format host information updated +Info 19617[11:10:03.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19618[11:10:03.042] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1126 structureChanged: false structureIsReused:: Completely Elapsed: 15.327147000469267ms +Info 19619[11:10:03.042] Different program with same set of files +Info 19620[11:10:03.042] getCompletionData: Get current token: 0.013541999273002148 +Info 19621[11:10:03.042] getCompletionData: Is inside comment: 0.004367999732494354 +Info 19622[11:10:03.042] getCompletionData: Get previous token: 0.07125100027769804 +Info 19623[11:10:03.042] getCompletionsAtPosition: isCompletionListBlocker: 0.004854000173509121 +Info 19624[11:10:03.045] getCompletionData: Semantic work: 2.155025999993086 +Info 19625[11:10:03.045] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18477100040763617 +Info 19626[11:10:03.045] Format host information updated +Info 19627[11:10:03.608] Format host information updated +Info 19628[11:10:03.608] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19629[11:10:03.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1127 structureChanged: false structureIsReused:: Completely Elapsed: 9.314633999951184ms +Info 19630[11:10:03.617] Different program with same set of files +Info 19631[11:10:04.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19632[11:10:04.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1128 structureChanged: false structureIsReused:: Completely Elapsed: 6.4825659999623895ms +Info 19633[11:10:04.221] Different program with same set of files +Info 19634[11:10:04.221] getCompletionData: Get current token: 0.0036890003830194473 +Info 19635[11:10:04.221] getCompletionData: Is inside comment: 0.009465999901294708 +Info 19636[11:10:04.221] getCompletionData: Get previous token: 0.018024999648332596 +Info 19637[11:10:04.221] getCompletionsAtPosition: isCompletionListBlocker: 0.006931000389158726 +Info 19638[11:10:04.222] getExportInfoMap: cache hit +Info 19639[11:10:04.234] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19640[11:10:04.234] collectAutoImports: response is complete +Info 19641[11:10:04.234] collectAutoImports: 12.076864000409842 +Info 19642[11:10:04.234] getCompletionData: Semantic work: 12.577074000611901 +Info 19643[11:10:04.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5766309993341565 +Info 19644[11:10:04.240] Format host information updated +Info 19645[11:10:04.313] Format host information updated +Info 19646[11:10:04.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19647[11:10:04.332] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1129 structureChanged: false structureIsReused:: Completely Elapsed: 18.349050000309944ms +Info 19648[11:10:04.332] Different program with same set of files +Info 19649[11:10:04.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19650[11:10:04.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1130 structureChanged: false structureIsReused:: Completely Elapsed: 6.560358999297023ms +Info 19651[11:10:04.780] Different program with same set of files +Info 19652[11:10:04.780] getCompletionData: Get current token: 0.003926999866962433 +Info 19653[11:10:04.780] getCompletionData: Is inside comment: 0.010115999728441238 +Info 19654[11:10:04.780] getCompletionData: Get previous token: 0.018602999858558178 +Info 19655[11:10:04.780] getCompletionsAtPosition: isCompletionListBlocker: 0.007412999868392944 +Info 19656[11:10:04.781] getExportInfoMap: cache hit +Info 19657[11:10:04.792] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19658[11:10:04.792] collectAutoImports: response is complete +Info 19659[11:10:04.792] collectAutoImports: 11.3564189998433 +Info 19660[11:10:04.792] getCompletionData: Semantic work: 11.869777999818325 +Info 19661[11:10:04.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3155039995908737 +Info 19662[11:10:04.799] Format host information updated +Info 19663[11:10:05.020] Format host information updated +Info 19664[11:10:05.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19665[11:10:05.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1131 structureChanged: false structureIsReused:: Completely Elapsed: 8.085236000828445ms +Info 19666[11:10:05.029] Different program with same set of files +Info 19667[11:10:06.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19668[11:10:06.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1132 structureChanged: false structureIsReused:: Completely Elapsed: 6.581854999996722ms +Info 19669[11:10:06.204] Different program with same set of files +Info 19670[11:10:06.204] getCompletionData: Get current token: 0.005203000269830227 +Info 19671[11:10:06.204] getCompletionData: Is inside comment: 0.0012130001559853554 +Info 19672[11:10:06.204] getCompletionData: Get previous token: 0.01781100034713745 +Info 19673[11:10:06.204] getCompletionsAtPosition: isCompletionListBlocker: 0.007028999738395214 +Info 19674[11:10:06.204] getExportInfoMap: cache hit +Info 19675[11:10:06.207] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 12 from cache +Info 19676[11:10:06.207] collectAutoImports: response is complete +Info 19677[11:10:06.207] collectAutoImports: 2.472190000116825 +Info 19678[11:10:06.207] getCompletionData: Semantic work: 2.932128000073135 +Info 19679[11:10:06.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9692259998992085 +Info 19680[11:10:06.208] Format host information updated +Info 19681[11:10:06.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19682[11:10:06.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1133 structureChanged: false structureIsReused:: Completely Elapsed: 9.318099999800324ms +Info 19683[11:10:06.440] Different program with same set of files +Info 19684[11:10:06.440] getCompletionData: Get current token: 0.004696999676525593 +Info 19685[11:10:06.440] getCompletionData: Is inside comment: 0.0013109995052218437 +Info 19686[11:10:06.440] getCompletionData: Get previous token: 0.017949000000953674 +Info 19687[11:10:06.440] getCompletionsAtPosition: isCompletionListBlocker: 0.009171999990940094 +Info 19688[11:10:06.441] getExportInfoMap: cache hit +Info 19689[11:10:06.442] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 19690[11:10:06.442] collectAutoImports: response is complete +Info 19691[11:10:06.442] collectAutoImports: 1.8746819999068975 +Info 19692[11:10:06.442] getCompletionData: Semantic work: 2.384471000172198 +Info 19693[11:10:06.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.018108000047505 +Info 19694[11:10:06.444] Format host information updated +Info 19695[11:10:06.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19696[11:10:06.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1134 structureChanged: false structureIsReused:: Completely Elapsed: 7.481370000168681ms +Info 19697[11:10:06.713] Different program with same set of files +Info 19698[11:10:06.714] getCompletionData: Get current token: 0.007523000240325928 +Info 19699[11:10:06.714] getCompletionData: Is inside comment: 0.0017889998853206635 +Info 19700[11:10:06.714] getCompletionData: Get previous token: 0.02702699974179268 +Info 19701[11:10:06.714] getCompletionsAtPosition: isCompletionListBlocker: 0.008652999997138977 +Info 19702[11:10:06.714] getExportInfoMap: cache hit +Info 19703[11:10:06.717] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 19704[11:10:06.717] collectAutoImports: response is complete +Info 19705[11:10:06.717] collectAutoImports: 2.574851999990642 +Info 19706[11:10:06.717] getCompletionData: Semantic work: 3.1972830006852746 +Info 19707[11:10:06.718] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3189519997686148 +Info 19708[11:10:06.721] Format host information updated +Info 19709[11:10:07.022] Format host information updated +Info 19710[11:10:07.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19711[11:10:07.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1135 structureChanged: false structureIsReused:: Completely Elapsed: 15.465995999984443ms +Info 19712[11:10:07.038] Different program with same set of files +Info 19713[11:10:07.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19714[11:10:07.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1136 structureChanged: false structureIsReused:: Completely Elapsed: 8.508670000359416ms +Info 19715[11:10:07.276] Different program with same set of files +Info 19716[11:10:07.276] getCompletionData: Get current token: 0.005421999841928482 +Info 19717[11:10:07.276] getCompletionData: Is inside comment: 0.0012079998850822449 +Info 19718[11:10:07.276] getCompletionData: Get previous token: 0.015527999959886074 +Info 19719[11:10:07.276] getCompletionsAtPosition: isCompletionListBlocker: 0.008489999920129776 +Info 19720[11:10:07.276] getExportInfoMap: cache hit +Info 19721[11:10:07.287] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19722[11:10:07.287] collectAutoImports: response is complete +Info 19723[11:10:07.287] collectAutoImports: 10.358672000467777 +Info 19724[11:10:07.287] getCompletionData: Semantic work: 11.01409300044179 +Info 19725[11:10:07.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.48959599994123 +Info 19726[11:10:07.295] Format host information updated +Info 19727[11:10:08.010] Format host information updated +Info 19728[11:10:08.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19729[11:10:08.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1137 structureChanged: false structureIsReused:: Completely Elapsed: 6.916650000028312ms +Info 19730[11:10:08.017] Different program with same set of files +Info 19731[11:10:08.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19732[11:10:08.644] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1138 structureChanged: false structureIsReused:: Completely Elapsed: 6.763539000414312ms +Info 19733[11:10:08.644] Different program with same set of files +Info 19734[11:10:08.644] getCompletionData: Get current token: 0.004062000662088394 +Info 19735[11:10:08.644] getCompletionData: Is inside comment: 0.0012550000101327896 +Info 19736[11:10:08.644] getCompletionData: Get previous token: 0.019852999597787857 +Info 19737[11:10:08.644] getCompletionsAtPosition: isCompletionListBlocker: 0.0078109996393322945 +Info 19738[11:10:08.644] getExportInfoMap: cache hit +Info 19739[11:10:08.646] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 19740[11:10:08.646] collectAutoImports: response is complete +Info 19741[11:10:08.646] collectAutoImports: 1.8731799991801381 +Info 19742[11:10:08.646] getCompletionData: Semantic work: 2.4142300002276897 +Info 19743[11:10:08.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.055235999636352 +Info 19744[11:10:08.649] Format host information updated +Info 19745[11:10:08.764] Format host information updated +Info 19746[11:10:08.764] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19747[11:10:08.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1139 structureChanged: false structureIsReused:: Completely Elapsed: 24.42134500015527ms +Info 19748[11:10:08.789] Different program with same set of files +Info 19749[11:10:09.052] Format host information updated +Info 19750[11:10:09.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19751[11:10:09.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1140 structureChanged: false structureIsReused:: Completely Elapsed: 22.65650499984622ms +Info 19752[11:10:09.075] Different program with same set of files +Info 19753[11:10:09.208] Format host information updated +Info 19754[11:10:09.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19755[11:10:09.215] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1141 structureChanged: false structureIsReused:: Completely Elapsed: 6.593228000216186ms +Info 19756[11:10:09.215] Different program with same set of files +Info 19757[11:10:09.650] getCompletionData: Get current token: 0.004530999809503555 +Info 19758[11:10:09.650] getCompletionData: Is inside comment: 0.01327499933540821 +Info 19759[11:10:09.650] getCompletionData: Get previous token: 0.009691999293863773 +Info 19760[11:10:09.650] getCompletionsAtPosition: isCompletionListBlocker: 0.0099870003759861 +Info 19761[11:10:09.650] getExportInfoMap: cache hit +Info 19762[11:10:09.662] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19763[11:10:09.663] collectAutoImports: response is complete +Info 19764[11:10:09.663] collectAutoImports: 12.207608999684453 +Info 19765[11:10:09.663] getCompletionData: Semantic work: 12.890213999897242 +Info 19766[11:10:09.666] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3607059996575117 +Info 19767[11:10:10.100] Format host information updated +Info 19768[11:10:10.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19769[11:10:10.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1142 structureChanged: false structureIsReused:: Completely Elapsed: 6.602340999990702ms +Info 19770[11:10:10.106] Different program with same set of files +Info 19771[11:10:10.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19772[11:10:10.377] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1143 structureChanged: false structureIsReused:: Completely Elapsed: 6.572106000036001ms +Info 19773[11:10:10.377] Different program with same set of files +Info 19774[11:10:10.378] getCompletionData: Get current token: 0.005039999261498451 +Info 19775[11:10:10.378] getCompletionData: Is inside comment: 0.013509000651538372 +Info 19776[11:10:10.378] getCompletionData: Get previous token: 0.010715000331401825 +Info 19777[11:10:10.378] getCompletionsAtPosition: isCompletionListBlocker: 0.002365000545978546 +Info 19778[11:10:10.378] getExportInfoMap: cache hit +Info 19779[11:10:10.389] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19780[11:10:10.389] collectAutoImports: response is complete +Info 19781[11:10:10.389] collectAutoImports: 11.244562999345362 +Info 19782[11:10:10.389] getCompletionData: Semantic work: 11.852200999855995 +Info 19783[11:10:10.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.761434999294579 +Info 19784[11:10:10.399] Format host information updated +Info 19785[11:10:10.515] Format host information updated +Info 19786[11:10:10.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19787[11:10:10.522] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1144 structureChanged: false structureIsReused:: Completely Elapsed: 7.51173899974674ms +Info 19788[11:10:10.522] Different program with same set of files +Info 19789[11:10:10.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19790[11:10:10.700] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1145 structureChanged: false structureIsReused:: Completely Elapsed: 6.259209000505507ms +Info 19791[11:10:10.700] Different program with same set of files +Info 19792[11:10:10.700] getCompletionData: Get current token: 0.0043120002374053 +Info 19793[11:10:10.700] getCompletionData: Is inside comment: 0.010900999419391155 +Info 19794[11:10:10.700] getCompletionData: Get previous token: 0.0176170002669096 +Info 19795[11:10:10.700] getCompletionsAtPosition: isCompletionListBlocker: 0.0021139997988939285 +Info 19796[11:10:10.700] getExportInfoMap: cache hit +Info 19797[11:10:10.704] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 19798[11:10:10.704] collectAutoImports: response is complete +Info 19799[11:10:10.704] collectAutoImports: 3.315039999783039 +Info 19800[11:10:10.704] getCompletionData: Semantic work: 3.90193900000304 +Info 19801[11:10:10.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0424199998378754 +Info 19802[11:10:10.707] Format host information updated +Info 19803[11:10:10.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19804[11:10:10.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1146 structureChanged: false structureIsReused:: Completely Elapsed: 24.601736000739038ms +Info 19805[11:10:10.911] Different program with same set of files +Info 19806[11:10:10.911] getCompletionData: Get current token: 0.015874000266194344 +Info 19807[11:10:10.911] getCompletionData: Is inside comment: 0.03912699967622757 +Info 19808[11:10:10.912] getCompletionData: Get previous token: 0.06109299976378679 +Info 19809[11:10:10.912] getCompletionsAtPosition: isCompletionListBlocker: 0.00558099988847971 +Info 19810[11:10:10.913] getExportInfoMap: cache hit +Info 19811[11:10:10.919] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 19812[11:10:10.919] collectAutoImports: response is complete +Info 19813[11:10:10.919] collectAutoImports: 5.964782999828458 +Info 19814[11:10:10.919] getCompletionData: Semantic work: 7.561697999946773 +Info 19815[11:10:10.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.168299000710249 +Info 19816[11:10:10.922] Format host information updated +Info 19817[11:10:11.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19818[11:10:11.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1147 structureChanged: false structureIsReused:: Completely Elapsed: 24.29843799956143ms +Info 19819[11:10:11.044] Different program with same set of files +Info 19820[11:10:11.044] getCompletionData: Get current token: 0.013326999731361866 +Info 19821[11:10:11.044] getCompletionData: Is inside comment: 0.037330999970436096 +Info 19822[11:10:11.044] getCompletionData: Get previous token: 0.060699000023305416 +Info 19823[11:10:11.045] getCompletionsAtPosition: isCompletionListBlocker: 0.005989999510347843 +Info 19824[11:10:11.046] getExportInfoMap: cache hit +Info 19825[11:10:11.052] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 19826[11:10:11.052] collectAutoImports: response is complete +Info 19827[11:10:11.052] collectAutoImports: 5.653979999944568 +Info 19828[11:10:11.052] getCompletionData: Semantic work: 7.253933999687433 +Info 19829[11:10:11.054] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.072583000175655 +Info 19830[11:10:11.058] Format host information updated +Info 19831[11:10:11.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19832[11:10:11.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1148 structureChanged: false structureIsReused:: Completely Elapsed: 7.4793649995699525ms +Info 19833[11:10:11.093] Different program with same set of files +Info 19834[11:10:11.093] getCompletionData: Get current token: 0.005894999951124191 +Info 19835[11:10:11.093] getCompletionData: Is inside comment: 0.014620999805629253 +Info 19836[11:10:11.093] getCompletionData: Get previous token: 0.023536999709904194 +Info 19837[11:10:11.093] getCompletionsAtPosition: isCompletionListBlocker: 0.0024709999561309814 +Info 19838[11:10:11.093] getExportInfoMap: cache hit +Info 19839[11:10:11.096] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 19840[11:10:11.096] collectAutoImports: response is complete +Info 19841[11:10:11.096] collectAutoImports: 2.6672620000317693 +Info 19842[11:10:11.096] getCompletionData: Semantic work: 3.3519230000674725 +Info 19843[11:10:11.098] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.281530000269413 +Info 19844[11:10:11.098] Format host information updated +Info 19845[11:10:11.212] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19846[11:10:11.218] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1149 structureChanged: false structureIsReused:: Completely Elapsed: 6.687932999804616ms +Info 19847[11:10:11.218] Different program with same set of files +Info 19848[11:10:11.219] getCompletionData: Get current token: 0.004960999824106693 +Info 19849[11:10:11.219] getCompletionData: Is inside comment: 0.01424499973654747 +Info 19850[11:10:11.219] getCompletionData: Get previous token: 0.022418000735342503 +Info 19851[11:10:11.219] getCompletionsAtPosition: isCompletionListBlocker: 0.002796000801026821 +Info 19852[11:10:11.219] getExportInfoMap: cache hit +Info 19853[11:10:11.222] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 19854[11:10:11.222] collectAutoImports: response is complete +Info 19855[11:10:11.222] collectAutoImports: 2.5131919998675585 +Info 19856[11:10:11.222] getCompletionData: Semantic work: 3.149940999224782 +Info 19857[11:10:11.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2089250003919005 +Info 19858[11:10:11.226] Format host information updated +Info 19859[11:10:11.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19860[11:10:11.319] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1150 structureChanged: false structureIsReused:: Completely Elapsed: 6.474688000045717ms +Info 19861[11:10:11.319] Different program with same set of files +Info 19862[11:10:11.319] getCompletionData: Get current token: 0.0048520006239414215 +Info 19863[11:10:11.319] getCompletionData: Is inside comment: 0.012988000176846981 +Info 19864[11:10:11.319] getCompletionData: Get previous token: 0.021133000031113625 +Info 19865[11:10:11.319] getCompletionsAtPosition: isCompletionListBlocker: 0.002367999404668808 +Info 19866[11:10:11.320] getExportInfoMap: cache hit +Info 19867[11:10:11.322] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 19868[11:10:11.322] collectAutoImports: response is complete +Info 19869[11:10:11.322] collectAutoImports: 2.442994000390172 +Info 19870[11:10:11.322] getCompletionData: Semantic work: 3.058958999812603 +Info 19871[11:10:11.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.228880999609828 +Info 19872[11:10:11.324] Format host information updated +Info 19873[11:10:11.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19874[11:10:11.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1151 structureChanged: false structureIsReused:: Completely Elapsed: 6.631457000039518ms +Info 19875[11:10:11.467] Different program with same set of files +Info 19876[11:10:11.467] getCompletionData: Get current token: 0.00516900047659874 +Info 19877[11:10:11.467] getCompletionData: Is inside comment: 0.015071999281644821 +Info 19878[11:10:11.467] getCompletionData: Get previous token: 0.02195500023663044 +Info 19879[11:10:11.467] getCompletionsAtPosition: isCompletionListBlocker: 0.002515999600291252 +Info 19880[11:10:11.468] getExportInfoMap: cache hit +Info 19881[11:10:11.470] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 19882[11:10:11.470] collectAutoImports: response is complete +Info 19883[11:10:11.470] collectAutoImports: 2.4603289999067783 +Info 19884[11:10:11.470] getCompletionData: Semantic work: 3.097738000564277 +Info 19885[11:10:11.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1632289998233318 +Info 19886[11:10:11.475] Format host information updated +Info 19887[11:10:12.537] getCompletionData: Get current token: 0.005221999250352383 +Info 19888[11:10:12.537] getCompletionData: Is inside comment: 0.013357000425457954 +Info 19889[11:10:12.537] getCompletionData: Get previous token: 0.010245000012218952 +Info 19890[11:10:12.537] getCompletionsAtPosition: isCompletionListBlocker: 0.01019699964672327 +Info 19891[11:10:12.538] getExportInfoMap: cache hit +Info 19892[11:10:12.548] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19893[11:10:12.548] collectAutoImports: response is complete +Info 19894[11:10:12.548] collectAutoImports: 10.110619999468327 +Info 19895[11:10:12.548] getCompletionData: Semantic work: 10.73936800006777 +Info 19896[11:10:12.551] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.164022999815643 +Info 19897[11:10:12.943] getCompletionData: Get current token: 0.008575999177992344 +Info 19898[11:10:12.943] getCompletionData: Is inside comment: 0.0023159999400377274 +Info 19899[11:10:12.943] getCompletionData: Get previous token: 0.03420600015670061 +Info 19900[11:10:12.944] getCompletionsAtPosition: isCompletionListBlocker: 0.00367600005120039 +Info 19901[11:10:12.944] getCompletionData: Semantic work: 0.49585899990051985 +Info 19902[11:10:12.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0726359998807311 +Info 19903[11:10:13.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19904[11:10:13.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1152 structureChanged: false structureIsReused:: Completely Elapsed: 6.471176000311971ms +Info 19905[11:10:13.162] Different program with same set of files +Info 19906[11:10:13.162] getCompletionData: Get current token: 0.0046730004251003265 +Info 19907[11:10:13.162] getCompletionData: Is inside comment: 0.0013579996302723885 +Info 19908[11:10:13.162] getCompletionData: Get previous token: 0.01842100080102682 +Info 19909[11:10:13.162] getCompletionsAtPosition: isCompletionListBlocker: 0.0030720001086592674 +Info 19910[11:10:13.163] getCompletionData: Semantic work: 0.5832179998978972 +Info 19911[11:10:13.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1137520000338554 +Info 19912[11:10:13.165] Format host information updated +Info 19913[11:10:13.227] Format host information updated +Info 19914[11:10:13.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19915[11:10:13.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1153 structureChanged: false structureIsReused:: Completely Elapsed: 6.488622000440955ms +Info 19916[11:10:13.234] Different program with same set of files +Info 19917[11:10:14.564] Format host information updated +Info 19918[11:10:14.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19919[11:10:14.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1154 structureChanged: false structureIsReused:: Completely Elapsed: 6.408161000348628ms +Info 19920[11:10:14.571] Different program with same set of files +Info 19921[11:10:14.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19922[11:10:14.900] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1155 structureChanged: false structureIsReused:: Completely Elapsed: 9.54033499956131ms +Info 19923[11:10:14.900] Different program with same set of files +Info 19924[11:10:14.900] getCompletionData: Get current token: 0.005187999457120895 +Info 19925[11:10:14.900] getCompletionData: Is inside comment: 0.014690999872982502 +Info 19926[11:10:14.901] getCompletionData: Get previous token: 0.011636000126600266 +Info 19927[11:10:14.901] getCompletionsAtPosition: isCompletionListBlocker: 0.009191999211907387 +Info 19928[11:10:14.901] getExportInfoMap: cache hit +Info 19929[11:10:14.916] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19930[11:10:14.916] collectAutoImports: response is complete +Info 19931[11:10:14.916] collectAutoImports: 14.656111000105739 +Info 19932[11:10:14.916] getCompletionData: Semantic work: 15.229689000174403 +Info 19933[11:10:14.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1279919994995 +Info 19934[11:10:14.924] Format host information updated +Info 19935[11:10:15.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19936[11:10:15.202] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1156 structureChanged: false structureIsReused:: Completely Elapsed: 6.231556000187993ms +Info 19937[11:10:15.202] Different program with same set of files +Info 19938[11:10:15.202] getCompletionData: Get current token: 0.0010359995067119598 +Info 19939[11:10:15.202] getCompletionData: Is inside comment: 0.010065999813377857 +Info 19940[11:10:15.202] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19941[11:10:15.203] Format host information updated +Info 19942[11:10:15.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19943[11:10:15.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1157 structureChanged: false structureIsReused:: Completely Elapsed: 21.51286399923265ms +Info 19944[11:10:15.322] Different program with same set of files +Info 19945[11:10:15.322] getCompletionData: Get current token: 0.0056019993498921394 +Info 19946[11:10:15.322] getCompletionData: Is inside comment: 0.017066000029444695 +Info 19947[11:10:15.323] Format host information updated +Info 19948[11:10:15.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19949[11:10:15.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1158 structureChanged: false structureIsReused:: Completely Elapsed: 7.894710999913514ms +Info 19950[11:10:15.429] Different program with same set of files +Info 19951[11:10:15.430] getCompletionData: Get current token: 0.0012789992615580559 +Info 19952[11:10:15.430] getCompletionData: Is inside comment: 0.004343999549746513 +Info 19953[11:10:15.430] Format host information updated +Info 19954[11:10:15.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19955[11:10:15.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1159 structureChanged: false structureIsReused:: Completely Elapsed: 8.603974999859929ms +Info 19956[11:10:15.674] Different program with same set of files +Info 19957[11:10:15.674] getCompletionData: Get current token: 0.006803999654948711 +Info 19958[11:10:15.674] getCompletionData: Is inside comment: 0.022206999361515045 +Info 19959[11:10:15.674] getCompletionData: Get previous token: 0.015376999974250793 +Info 19960[11:10:15.674] getCompletionsAtPosition: isCompletionListBlocker: 0.02067600004374981 +Info 19961[11:10:15.675] getExportInfoMap: cache hit +Info 19962[11:10:15.693] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 19963[11:10:15.693] collectAutoImports: response is complete +Info 19964[11:10:15.693] collectAutoImports: 17.921153999865055 +Info 19965[11:10:15.693] getCompletionData: Semantic work: 18.588766999542713 +Info 19966[11:10:15.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.528559999540448 +Info 19967[11:10:15.701] Format host information updated +Info 19968[11:10:16.158] Format host information updated +Info 19969[11:10:16.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19970[11:10:16.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1160 structureChanged: false structureIsReused:: Completely Elapsed: 8.220309999771416ms +Info 19971[11:10:16.166] Different program with same set of files +Info 19972[11:10:16.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19973[11:10:16.296] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1161 structureChanged: false structureIsReused:: Completely Elapsed: 6.2849099999293685ms +Info 19974[11:10:16.296] Different program with same set of files +Info 19975[11:10:16.296] getCompletionData: Get current token: 0.0035419994965195656 +Info 19976[11:10:16.296] getCompletionData: Is inside comment: 0.012012000195682049 +Info 19977[11:10:16.297] Format host information updated +Info 19978[11:10:16.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19979[11:10:16.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1162 structureChanged: false structureIsReused:: Completely Elapsed: 8.373611000366509ms +Info 19980[11:10:16.478] Different program with same set of files +Info 19981[11:10:16.478] getCompletionData: Get current token: 0.005153999663889408 +Info 19982[11:10:16.478] getCompletionData: Is inside comment: 0.018672999925911427 +Info 19983[11:10:16.478] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19984[11:10:16.482] Format host information updated +Info 19985[11:10:16.681] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19986[11:10:16.690] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1163 structureChanged: false structureIsReused:: Completely Elapsed: 8.071744000539184ms +Info 19987[11:10:16.690] Different program with same set of files +Info 19988[11:10:16.690] getCompletionData: Get current token: 0.003750000149011612 +Info 19989[11:10:16.690] getCompletionData: Is inside comment: 0.01537100039422512 +Info 19990[11:10:16.690] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19991[11:10:16.690] Format host information updated +Info 19992[11:10:16.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 19993[11:10:16.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1164 structureChanged: false structureIsReused:: Completely Elapsed: 7.077103999443352ms +Info 19994[11:10:16.831] Different program with same set of files +Info 19995[11:10:16.831] getCompletionData: Get current token: 0.004344000481069088 +Info 19996[11:10:16.831] getCompletionData: Is inside comment: 0.015766999684274197 +Info 19997[11:10:16.832] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 19998[11:10:16.832] Format host information updated +Info 19999[11:10:16.936] Format host information updated +Info 20000[11:10:16.936] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20001[11:10:16.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1165 structureChanged: false structureIsReused:: Completely Elapsed: 9.204262000508606ms +Info 20002[11:10:16.946] Different program with same set of files +Info 20003[11:10:17.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20004[11:10:17.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1166 structureChanged: false structureIsReused:: Completely Elapsed: 7.029884999617934ms +Info 20005[11:10:17.040] Different program with same set of files +Info 20006[11:10:17.040] getCompletionData: Get current token: 0.004615000449120998 +Info 20007[11:10:17.040] getCompletionData: Is inside comment: 0.01807000022381544 +Info 20008[11:10:17.040] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 20009[11:10:17.040] Format host information updated +Info 20010[11:10:17.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20011[11:10:17.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1167 structureChanged: false structureIsReused:: Completely Elapsed: 16.303906000219285ms +Info 20012[11:10:17.113] Different program with same set of files +Info 20013[11:10:17.113] getCompletionData: Get current token: 0.008396999910473824 +Info 20014[11:10:17.114] getCompletionData: Is inside comment: 0.032603999599814415 +Info 20015[11:10:17.114] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 20016[11:10:17.114] Format host information updated +Info 20017[11:10:17.180] Format host information updated +Info 20018[11:10:17.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20019[11:10:17.187] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1168 structureChanged: false structureIsReused:: Completely Elapsed: 6.6955899996683ms +Info 20020[11:10:17.187] Different program with same set of files +Info 20021[11:10:17.693] getCompletionData: Get current token: 0.009204000234603882 +Info 20022[11:10:17.693] getCompletionData: Is inside comment: 0.03355699963867664 +Info 20023[11:10:17.693] getCompletionData: Get previous token: 0.01695500034838915 +Info 20024[11:10:17.693] getCompletionsAtPosition: isCompletionListBlocker: 0.003685000352561474 +Info 20025[11:10:17.694] getExportInfoMap: cache hit +Info 20026[11:10:17.712] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20027[11:10:17.712] collectAutoImports: response is complete +Info 20028[11:10:17.712] collectAutoImports: 17.78008500020951 +Info 20029[11:10:17.712] getCompletionData: Semantic work: 18.705180999822915 +Info 20030[11:10:17.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.113788000307977 +Info 20031[11:10:18.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20032[11:10:18.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1169 structureChanged: false structureIsReused:: Completely Elapsed: 7.19511799979955ms +Info 20033[11:10:18.305] Different program with same set of files +Info 20034[11:10:18.306] getCompletionData: Get current token: 0.004042000509798527 +Info 20035[11:10:18.306] getCompletionData: Is inside comment: 0.014830000698566437 +Info 20036[11:10:18.306] getCompletionData: Get previous token: 0.022230000235140324 +Info 20037[11:10:18.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0025230003520846367 +Info 20038[11:10:18.306] getExportInfoMap: cache hit +Info 20039[11:10:18.312] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 68 from cache +Info 20040[11:10:18.312] collectAutoImports: response is complete +Info 20041[11:10:18.312] collectAutoImports: 5.4469090001657605 +Info 20042[11:10:18.312] getCompletionData: Semantic work: 5.958344000391662 +Info 20043[11:10:18.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.153478999622166 +Info 20044[11:10:18.315] Format host information updated +Info 20045[11:10:18.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20046[11:10:18.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1170 structureChanged: false structureIsReused:: Completely Elapsed: 7.027126000262797ms +Info 20047[11:10:18.375] Different program with same set of files +Info 20048[11:10:18.375] getCompletionData: Get current token: 0.004557999782264233 +Info 20049[11:10:18.375] getCompletionData: Is inside comment: 0.01576900016516447 +Info 20050[11:10:18.375] getCompletionData: Get previous token: 0.024416000582277775 +Info 20051[11:10:18.375] getCompletionsAtPosition: isCompletionListBlocker: 0.002611999399960041 +Info 20052[11:10:18.376] getExportInfoMap: cache hit +Info 20053[11:10:18.378] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 8 from cache +Info 20054[11:10:18.378] collectAutoImports: response is complete +Info 20055[11:10:18.378] collectAutoImports: 2.2199229998514056 +Info 20056[11:10:18.378] getCompletionData: Semantic work: 2.7132709994912148 +Info 20057[11:10:18.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7484349999576807 +Info 20058[11:10:18.381] Format host information updated +Info 20059[11:10:18.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20060[11:10:18.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1171 structureChanged: false structureIsReused:: Completely Elapsed: 7.021560000255704ms +Info 20061[11:10:18.570] Different program with same set of files +Info 20062[11:10:18.570] getCompletionData: Get current token: 0.005859000608325005 +Info 20063[11:10:18.570] getCompletionData: Is inside comment: 0.031192000024020672 +Info 20064[11:10:18.570] getCompletionData: Get previous token: 0.02718299999833107 +Info 20065[11:10:18.570] getCompletionsAtPosition: isCompletionListBlocker: 0.003053000196814537 +Info 20066[11:10:18.570] getExportInfoMap: cache hit +Info 20067[11:10:18.575] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 20068[11:10:18.575] collectAutoImports: response is complete +Info 20069[11:10:18.575] collectAutoImports: 4.118514000438154 +Info 20070[11:10:18.575] getCompletionData: Semantic work: 4.718126000836492 +Info 20071[11:10:18.577] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.98331299982965 +Info 20072[11:10:18.577] Format host information updated +Info 20073[11:10:18.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20074[11:10:18.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1172 structureChanged: false structureIsReused:: Completely Elapsed: 10.000052999705076ms +Info 20075[11:10:18.635] Different program with same set of files +Info 20076[11:10:18.635] getCompletionData: Get current token: 0.008205999620258808 +Info 20077[11:10:18.635] getCompletionData: Is inside comment: 0.02681600023061037 +Info 20078[11:10:18.635] getCompletionData: Get previous token: 0.03903200011700392 +Info 20079[11:10:18.635] getCompletionsAtPosition: isCompletionListBlocker: 0.00394000019878149 +Info 20080[11:10:18.636] getExportInfoMap: cache hit +Info 20081[11:10:18.655] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20082[11:10:18.655] collectAutoImports: response is complete +Info 20083[11:10:18.655] collectAutoImports: 19.009888000786304 +Info 20084[11:10:18.655] getCompletionData: Semantic work: 19.817199000157416 +Info 20085[11:10:18.661] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.946647999808192 +Info 20086[11:10:18.665] Format host information updated +Info 20087[11:10:18.781] Format host information updated +Info 20088[11:10:18.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20089[11:10:18.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1173 structureChanged: false structureIsReused:: Completely Elapsed: 6.740052999928594ms +Info 20090[11:10:18.788] Different program with same set of files +Info 20091[11:10:18.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20092[11:10:18.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1174 structureChanged: false structureIsReused:: Completely Elapsed: 8.261176999658346ms +Info 20093[11:10:18.845] Different program with same set of files +Info 20094[11:10:18.846] getCompletionData: Get current token: 0.005339999683201313 +Info 20095[11:10:18.846] getCompletionData: Is inside comment: 0.015309000387787819 +Info 20096[11:10:18.846] getCompletionData: Get previous token: 0.012122000567615032 +Info 20097[11:10:18.846] getCompletionsAtPosition: isCompletionListBlocker: 0.003667999990284443 +Info 20098[11:10:18.846] getExportInfoMap: cache hit +Info 20099[11:10:18.857] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20100[11:10:18.857] collectAutoImports: response is complete +Info 20101[11:10:18.857] collectAutoImports: 10.872392000630498 +Info 20102[11:10:18.857] getCompletionData: Semantic work: 11.414029000326991 +Info 20103[11:10:18.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.905623999424279 +Info 20104[11:10:18.866] Format host information updated +Info 20105[11:10:18.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20106[11:10:18.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1175 structureChanged: false structureIsReused:: Completely Elapsed: 9.24241799954325ms +Info 20107[11:10:18.924] Different program with same set of files +Info 20108[11:10:18.925] getCompletionData: Get current token: 0.007928000763058662 +Info 20109[11:10:18.925] getCompletionData: Is inside comment: 0.04240000061690807 +Info 20110[11:10:18.925] getCompletionData: Get previous token: 0.019116000272333622 +Info 20111[11:10:18.925] getCompletionsAtPosition: isCompletionListBlocker: 0.014708999544382095 +Info 20112[11:10:18.925] getExportInfoMap: cache hit +Info 20113[11:10:18.937] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20114[11:10:18.937] collectAutoImports: response is complete +Info 20115[11:10:18.937] collectAutoImports: 11.094221000559628 +Info 20116[11:10:18.937] getCompletionData: Semantic work: 11.791326999664307 +Info 20117[11:10:18.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.477576000615954 +Info 20118[11:10:18.946] Format host information updated +Info 20119[11:10:19.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20120[11:10:19.127] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1176 structureChanged: false structureIsReused:: Completely Elapsed: 7.917677999474108ms +Info 20121[11:10:19.127] Different program with same set of files +Info 20122[11:10:19.127] getCompletionData: Get current token: 0.005553999915719032 +Info 20123[11:10:19.127] getCompletionData: Is inside comment: 0.01676199957728386 +Info 20124[11:10:19.127] getCompletionData: Get previous token: 0.014409000054001808 +Info 20125[11:10:19.127] getCompletionsAtPosition: isCompletionListBlocker: 0.003619999624788761 +Info 20126[11:10:19.128] getExportInfoMap: cache hit +Info 20127[11:10:19.139] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20128[11:10:19.139] collectAutoImports: response is complete +Info 20129[11:10:19.139] collectAutoImports: 11.208758000284433 +Info 20130[11:10:19.139] getCompletionData: Semantic work: 11.790861999616027 +Info 20131[11:10:19.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.471001000143588 +Info 20132[11:10:19.147] Format host information updated +Info 20133[11:10:19.248] Format host information updated +Info 20134[11:10:19.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20135[11:10:19.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1177 structureChanged: false structureIsReused:: Completely Elapsed: 6.849240999668837ms +Info 20136[11:10:19.255] Different program with same set of files +Info 20137[11:10:19.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20138[11:10:19.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1178 structureChanged: false structureIsReused:: Completely Elapsed: 6.727789000608027ms +Info 20139[11:10:19.364] Different program with same set of files +Info 20140[11:10:19.364] getCompletionData: Get current token: 0.005080999806523323 +Info 20141[11:10:19.364] getCompletionData: Is inside comment: 0.016688999719917774 +Info 20142[11:10:19.364] getCompletionData: Get previous token: 0.027304000221192837 +Info 20143[11:10:19.364] getCompletionsAtPosition: isCompletionListBlocker: 0.003034999594092369 +Info 20144[11:10:19.365] getExportInfoMap: cache hit +Info 20145[11:10:19.379] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20146[11:10:19.379] collectAutoImports: response is complete +Info 20147[11:10:19.379] collectAutoImports: 13.739269000478089 +Info 20148[11:10:19.379] getCompletionData: Semantic work: 14.290295999497175 +Info 20149[11:10:19.384] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.651475999504328 +Info 20150[11:10:19.389] Format host information updated +Info 20151[11:10:19.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20152[11:10:19.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1179 structureChanged: false structureIsReused:: Completely Elapsed: 6.954419000074267ms +Info 20153[11:10:19.571] Different program with same set of files +Info 20154[11:10:19.571] getCompletionData: Get current token: 0.005128000862896442 +Info 20155[11:10:19.571] getCompletionData: Is inside comment: 0.015479999594390392 +Info 20156[11:10:19.571] getCompletionData: Get previous token: 0.012870000675320625 +Info 20157[11:10:19.571] getCompletionsAtPosition: isCompletionListBlocker: 0.00880299974232912 +Info 20158[11:10:19.572] getExportInfoMap: cache hit +Info 20159[11:10:19.582] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20160[11:10:19.582] collectAutoImports: response is complete +Info 20161[11:10:19.582] collectAutoImports: 10.253863000310957 +Info 20162[11:10:19.582] getCompletionData: Semantic work: 10.784605000168085 +Info 20163[11:10:19.587] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.962772000581026 +Info 20164[11:10:19.592] Format host information updated +Info 20165[11:10:19.876] getCompletionData: Get current token: 0.02260500006377697 +Info 20166[11:10:19.876] getCompletionData: Is inside comment: 0.06500399950891733 +Info 20167[11:10:19.876] getCompletionData: Get previous token: 0.05660699959844351 +Info 20168[11:10:19.876] getCompletionsAtPosition: isCompletionListBlocker: 0.012118000537157059 +Info 20169[11:10:19.878] getExportInfoMap: cache hit +Info 20170[11:10:19.906] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20171[11:10:19.906] collectAutoImports: response is complete +Info 20172[11:10:19.906] collectAutoImports: 27.617084000259638 +Info 20173[11:10:19.906] getCompletionData: Semantic work: 29.7522360002622 +Info 20174[11:10:19.914] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.640553999692202 +Info 20175[11:10:20.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20176[11:10:20.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1180 structureChanged: true structureIsReused:: SafeModules Elapsed: 19.54240099992603ms +Info 20177[11:10:20.073] Different program with same set of files +Info 20178[11:10:20.075] Format host information updated +Info 20179[11:10:20.444] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20180[11:10:20.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1181 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.05037400033325ms +Info 20181[11:10:20.457] Different program with same set of files +Info 20182[11:10:20.458] Format host information updated +Info 20183[11:10:20.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20184[11:10:20.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1182 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.467325000092387ms +Info 20185[11:10:20.558] Different program with same set of files +Info 20186[11:10:20.559] Format host information updated +Info 20187[11:10:20.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20188[11:10:20.656] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1183 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.495381999760866ms +Info 20189[11:10:20.656] Different program with same set of files +Info 20190[11:10:20.657] Format host information updated +Info 20191[11:10:21.168] Format host information updated +Info 20192[11:10:21.168] Format host information updated +Info 20193[11:10:21.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20194[11:10:21.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1184 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.213426999747753ms +Info 20195[11:10:21.178] Different program with same set of files +Info 20196[11:10:21.179] getCompletionData: Get current token: 0.004908999428153038 +Info 20197[11:10:21.179] getCompletionData: Is inside comment: 0.015082999132573605 +Info 20198[11:10:21.179] getCompletionData: Get previous token: 0.01369400043040514 +Info 20199[11:10:21.179] getCompletionsAtPosition: isCompletionListBlocker: 0.009147999808192253 +Info 20200[11:10:21.179] getExportInfoMap: cache hit +Info 20201[11:10:21.190] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20202[11:10:21.190] collectAutoImports: response is complete +Info 20203[11:10:21.190] collectAutoImports: 11.176713000051677 +Info 20204[11:10:21.190] getCompletionData: Semantic work: 11.620194000191987 +Info 20205[11:10:21.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.5775000005960464 +Info 20206[11:10:21.205] Format host information updated +Info 20207[11:10:21.756] getCompletionData: Get current token: 0.004416000097990036 +Info 20208[11:10:21.756] getCompletionData: Is inside comment: 0.013544999994337559 +Info 20209[11:10:21.757] getCompletionData: Get previous token: 0.010993000119924545 +Info 20210[11:10:21.757] getCompletionsAtPosition: isCompletionListBlocker: 0.03497099969536066 +Info 20211[11:10:21.757] getExportInfoMap: cache hit +Info 20212[11:10:21.765] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 20213[11:10:21.765] collectAutoImports: response is complete +Info 20214[11:10:21.765] collectAutoImports: 8.049885000102222 +Info 20215[11:10:21.765] getCompletionData: Semantic work: 8.57632099930197 +Info 20216[11:10:21.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2881110003218055 +Info 20217[11:10:21.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20218[11:10:21.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1185 structureChanged: false structureIsReused:: Completely Elapsed: 8.381346000358462ms +Info 20219[11:10:21.951] Different program with same set of files +Info 20220[11:10:21.951] getCompletionData: Get current token: 0.005468000657856464 +Info 20221[11:10:21.951] getCompletionData: Is inside comment: 0.015553999692201614 +Info 20222[11:10:21.951] getCompletionData: Get previous token: 0.012845000252127647 +Info 20223[11:10:21.951] getCompletionsAtPosition: isCompletionListBlocker: 0.003246000036597252 +Info 20224[11:10:21.952] getCompletionData: Semantic work: 0.23684499971568584 +Info 20225[11:10:21.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5623960001394153 +Info 20226[11:10:21.953] Format host information updated +Info 20227[11:10:22.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20228[11:10:22.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1186 structureChanged: false structureIsReused:: Completely Elapsed: 7.722403000108898ms +Info 20229[11:10:22.275] Different program with same set of files +Info 20230[11:10:22.276] getCompletionData: Get current token: 0.009316999465227127 +Info 20231[11:10:22.276] getCompletionData: Is inside comment: 0.0319199999794364 +Info 20232[11:10:22.276] getCompletionData: Get previous token: 0.05382999964058399 +Info 20233[11:10:22.276] getCompletionsAtPosition: isCompletionListBlocker: 0.003766000270843506 +Info 20234[11:10:22.276] getCompletionData: Semantic work: 0.4157580006867647 +Info 20235[11:10:22.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3281349996104836 +Info 20236[11:10:22.278] Format host information updated +Info 20237[11:10:22.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20238[11:10:22.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1187 structureChanged: false structureIsReused:: Completely Elapsed: 10.753632999956608ms +Info 20239[11:10:22.421] Different program with same set of files +Info 20240[11:10:22.421] getCompletionData: Get current token: 0.007275000214576721 +Info 20241[11:10:22.421] getCompletionData: Is inside comment: 0.017403999343514442 +Info 20242[11:10:22.421] getCompletionData: Get previous token: 0.02861499972641468 +Info 20243[11:10:22.421] getCompletionsAtPosition: isCompletionListBlocker: 0.003889000043272972 +Info 20244[11:10:22.421] getCompletionData: Semantic work: 0.28698599990457296 +Info 20245[11:10:22.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6649019997566938 +Info 20246[11:10:22.423] Format host information updated +Info 20247[11:10:22.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20248[11:10:22.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1188 structureChanged: false structureIsReused:: Completely Elapsed: 6.493807000108063ms +Info 20249[11:10:22.516] Different program with same set of files +Info 20250[11:10:22.516] getCompletionData: Get current token: 0.004526000469923019 +Info 20251[11:10:22.516] getCompletionData: Is inside comment: 0.014254000037908554 +Info 20252[11:10:22.516] getCompletionData: Get previous token: 0.022532999515533447 +Info 20253[11:10:22.516] getCompletionsAtPosition: isCompletionListBlocker: 0.00254100002348423 +Info 20254[11:10:22.516] getCompletionData: Semantic work: 0.19331299979239702 +Info 20255[11:10:22.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5819269996136427 +Info 20256[11:10:22.517] Format host information updated +Info 20257[11:10:22.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20258[11:10:22.585] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1189 structureChanged: false structureIsReused:: Completely Elapsed: 6.383511000312865ms +Info 20259[11:10:22.585] Different program with same set of files +Info 20260[11:10:22.585] getCompletionData: Get current token: 0.004785999655723572 +Info 20261[11:10:22.585] getCompletionData: Is inside comment: 0.013700000010430813 +Info 20262[11:10:22.585] getCompletionData: Get previous token: 0.022923000156879425 +Info 20263[11:10:22.585] getCompletionsAtPosition: isCompletionListBlocker: 0.002445000223815441 +Info 20264[11:10:22.585] getCompletionData: Semantic work: 0.19105400051921606 +Info 20265[11:10:22.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4999099997803569 +Info 20266[11:10:22.588] Format host information updated +Info 20267[11:10:23.033] Format host information updated +Info 20268[11:10:23.033] Format host information updated +Info 20269[11:10:23.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20270[11:10:23.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1190 structureChanged: false structureIsReused:: Completely Elapsed: 6.405709000304341ms +Info 20271[11:10:23.040] Different program with same set of files +Info 20272[11:10:23.040] getCompletionData: Get current token: 0.010731000453233719 +Info 20273[11:10:23.040] getCompletionData: Is inside comment: 0.01586699951440096 +Info 20274[11:10:23.040] getCompletionData: Get previous token: 0.02059200033545494 +Info 20275[11:10:23.040] getCompletionsAtPosition: isCompletionListBlocker: 0.002376999706029892 +Info 20276[11:10:23.040] getCompletionData: Semantic work: 0.1863639997318387 +Info 20277[11:10:23.041] getCompletionData: Get current token: 0.006500000134110451 +Info 20278[11:10:23.041] getCompletionData: Is inside comment: 0.01974399946630001 +Info 20279[11:10:23.041] getCompletionData: Get previous token: 0.020942000672221184 +Info 20280[11:10:23.042] getCompletionsAtPosition: isCompletionListBlocker: 0.02309700008481741 +Info 20281[11:10:23.042] getCompletionData: Semantic work: 0.05770999938249588 +Info 20282[11:10:23.042] Format host information updated +Info 20283[11:10:25.775] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20284[11:10:25.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1191 structureChanged: false structureIsReused:: Completely Elapsed: 8.36022699996829ms +Info 20285[11:10:25.783] Different program with same set of files +Info 20286[11:10:25.783] getCompletionData: Get current token: 0.005053000524640083 +Info 20287[11:10:25.783] getCompletionData: Is inside comment: 0.0008629998192191124 +Info 20288[11:10:25.783] getCompletionData: Get previous token: 0.018960999324917793 +Info 20289[11:10:25.783] getCompletionsAtPosition: isCompletionListBlocker: 0.0033560004085302353 +Info 20290[11:10:25.784] getCompletionData: Semantic work: 0.4476239997893572 +Info 20291[11:10:25.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07638199999928474 +Info 20292[11:10:25.784] Format host information updated +Info 20293[11:10:26.100] Format host information updated +Info 20294[11:10:26.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20295[11:10:26.107] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1192 structureChanged: false structureIsReused:: Completely Elapsed: 6.767931000329554ms +Info 20296[11:10:26.107] Different program with same set of files +Info 20297[11:10:26.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20298[11:10:26.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1193 structureChanged: false structureIsReused:: Completely Elapsed: 7.921307000331581ms +Info 20299[11:10:26.747] Different program with same set of files +Info 20300[11:10:26.747] getCompletionData: Get current token: 0.004135000519454479 +Info 20301[11:10:26.747] getCompletionData: Is inside comment: 0.0008579995483160019 +Info 20302[11:10:26.747] getCompletionData: Get previous token: 0.028738999739289284 +Info 20303[11:10:26.747] getCompletionsAtPosition: isCompletionListBlocker: 0.004091000184416771 +Info 20304[11:10:26.748] getCompletionData: Semantic work: 0.3685020003467798 +Info 20305[11:10:26.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07081700023263693 +Info 20306[11:10:26.748] Format host information updated +Info 20307[11:10:27.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20308[11:10:27.197] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1194 structureChanged: false structureIsReused:: Completely Elapsed: 7.216841999441385ms +Info 20309[11:10:27.197] Different program with same set of files +Info 20310[11:10:27.197] getCompletionData: Get current token: 0.004689999856054783 +Info 20311[11:10:27.197] getCompletionData: Is inside comment: 0.000998999923467636 +Info 20312[11:10:27.197] getCompletionData: Get previous token: 0.03447000030428171 +Info 20313[11:10:27.197] getCompletionsAtPosition: isCompletionListBlocker: 0.0037460001185536385 +Info 20314[11:10:27.197] getCompletionData: Semantic work: 0.3595010004937649 +Info 20315[11:10:27.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07264399994164705 +Info 20316[11:10:27.198] Format host information updated +Info 20317[11:10:27.787] Format host information updated +Info 20318[11:10:27.787] Format host information updated +Info 20319[11:10:27.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20320[11:10:27.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1195 structureChanged: false structureIsReused:: Completely Elapsed: 6.75097499974072ms +Info 20321[11:10:27.794] Different program with same set of files +Info 20322[11:10:27.794] getCompletionData: Get current token: 0.004741000011563301 +Info 20323[11:10:27.794] getCompletionData: Is inside comment: 0.0008939998224377632 +Info 20324[11:10:27.794] getCompletionData: Get previous token: 0.022405999712646008 +Info 20325[11:10:27.794] getCompletionsAtPosition: isCompletionListBlocker: 0.0028909994289278984 +Info 20326[11:10:27.795] getExportInfoMap: cache hit +Info 20327[11:10:27.813] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 20328[11:10:27.813] collectAutoImports: response is complete +Info 20329[11:10:27.813] collectAutoImports: 17.632435000501573 +Info 20330[11:10:27.813] getCompletionData: Semantic work: 18.48145699966699 +Info 20331[11:10:27.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.905024000443518 +Info 20332[11:10:27.821] getCompletionData: Get current token: 0.011543000116944313 +Info 20333[11:10:27.821] getCompletionData: Is inside comment: 0.0018919995054602623 +Info 20334[11:10:27.821] getCompletionData: Get previous token: 0.027646000497043133 +Info 20335[11:10:27.821] getCompletionsAtPosition: isCompletionListBlocker: 0.004176000133156776 +Info 20336[11:10:27.821] getCompletionData: Semantic work: 0.19502099975943565 +Info 20337[11:10:27.823] getCompletionData: Get current token: 0.0067980000749230385 +Info 20338[11:10:27.823] getCompletionData: Is inside comment: 0.0014229994267225266 +Info 20339[11:10:27.823] getCompletionData: Get previous token: 0.026595999486744404 +Info 20340[11:10:27.823] getCompletionsAtPosition: isCompletionListBlocker: 0.002272999845445156 +Info 20341[11:10:27.823] getCompletionData: Semantic work: 0.23626499995589256 +Info 20342[11:10:27.824] Format host information updated +Info 20343[11:10:27.891] Format host information updated +Info 20344[11:10:27.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20345[11:10:27.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1196 structureChanged: false structureIsReused:: Completely Elapsed: 13.30998899973929ms +Info 20346[11:10:27.905] Different program with same set of files +Info 20347[11:10:28.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20348[11:10:28.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1197 structureChanged: false structureIsReused:: Completely Elapsed: 8.667902000248432ms +Info 20349[11:10:28.999] Different program with same set of files +Info 20350[11:10:28.999] getCompletionData: Get current token: 0.004212000407278538 +Info 20351[11:10:28.999] getCompletionData: Is inside comment: 0.0008579995483160019 +Info 20352[11:10:28.999] getCompletionData: Get previous token: 0.024852000176906586 +Info 20353[11:10:28.999] getCompletionsAtPosition: isCompletionListBlocker: 0.002801000140607357 +Info 20354[11:10:29.000] getExportInfoMap: cache hit +Info 20355[11:10:29.003] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 12 from cache +Info 20356[11:10:29.003] collectAutoImports: response is complete +Info 20357[11:10:29.003] collectAutoImports: 2.8893149998039007 +Info 20358[11:10:29.003] getCompletionData: Semantic work: 3.7579300003126264 +Info 20359[11:10:29.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2597040003165603 +Info 20360[11:10:29.005] Format host information updated +Info 20361[11:10:29.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20362[11:10:29.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1198 structureChanged: false structureIsReused:: Completely Elapsed: 6.976038000546396ms +Info 20363[11:10:29.078] Different program with same set of files +Info 20364[11:10:29.079] getCompletionData: Get current token: 0.005291000008583069 +Info 20365[11:10:29.079] getCompletionData: Is inside comment: 0.0011020004749298096 +Info 20366[11:10:29.079] getCompletionData: Get previous token: 0.034242999739944935 +Info 20367[11:10:29.079] getCompletionsAtPosition: isCompletionListBlocker: 0.002794000320136547 +Info 20368[11:10:29.079] getExportInfoMap: cache hit +Info 20369[11:10:29.082] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 20370[11:10:29.082] collectAutoImports: response is complete +Info 20371[11:10:29.082] collectAutoImports: 2.259174999780953 +Info 20372[11:10:29.082] getCompletionData: Semantic work: 3.1179780000820756 +Info 20373[11:10:29.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2533479994162917 +Info 20374[11:10:29.084] Format host information updated +Info 20375[11:10:29.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20376[11:10:29.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1199 structureChanged: false structureIsReused:: Completely Elapsed: 10.99036299996078ms +Info 20377[11:10:29.318] Different program with same set of files +Info 20378[11:10:29.319] getCompletionData: Get current token: 0.007495000027120113 +Info 20379[11:10:29.319] getCompletionData: Is inside comment: 0.0011649997904896736 +Info 20380[11:10:29.319] getCompletionData: Get previous token: 0.04698299989104271 +Info 20381[11:10:29.319] getCompletionsAtPosition: isCompletionListBlocker: 0.003313000313937664 +Info 20382[11:10:29.321] getExportInfoMap: cache hit +Info 20383[11:10:29.324] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20384[11:10:29.324] collectAutoImports: response is complete +Info 20385[11:10:29.324] collectAutoImports: 3.4190100003033876 +Info 20386[11:10:29.324] getCompletionData: Semantic work: 5.229240000247955 +Info 20387[11:10:29.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6486139995977283 +Info 20388[11:10:29.326] Format host information updated +Info 20389[11:10:29.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20390[11:10:29.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1200 structureChanged: false structureIsReused:: Completely Elapsed: 8.169484999962151ms +Info 20391[11:10:29.833] Different program with same set of files +Info 20392[11:10:29.834] getCompletionData: Get current token: 0.004196999594569206 +Info 20393[11:10:29.834] getCompletionData: Is inside comment: 0.0009020008146762848 +Info 20394[11:10:29.834] getCompletionData: Get previous token: 0.021018000319600105 +Info 20395[11:10:29.834] getCompletionsAtPosition: isCompletionListBlocker: 0.0024330001324415207 +Info 20396[11:10:29.835] getCompletionData: Semantic work: 1.008763000369072 +Info 20397[11:10:29.835] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06368899997323751 +Info 20398[11:10:29.835] Format host information updated +Info 20399[11:10:30.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20400[11:10:30.054] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1201 structureChanged: false structureIsReused:: Completely Elapsed: 6.242398000322282ms +Info 20401[11:10:30.054] Different program with same set of files +Info 20402[11:10:30.054] getCompletionData: Get current token: 0.004602000117301941 +Info 20403[11:10:30.054] getCompletionData: Is inside comment: 0.0009829998016357422 +Info 20404[11:10:30.054] getCompletionData: Get previous token: 0.02591099962592125 +Info 20405[11:10:30.054] getCompletionsAtPosition: isCompletionListBlocker: 0.0024199998006224632 +Info 20406[11:10:30.055] getCompletionData: Semantic work: 0.905625999905169 +Info 20407[11:10:30.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0694580003619194 +Info 20408[11:10:30.056] Format host information updated +Info 20409[11:10:30.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20410[11:10:30.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1202 structureChanged: false structureIsReused:: Completely Elapsed: 8.686358000151813ms +Info 20411[11:10:30.184] Different program with same set of files +Info 20412[11:10:30.185] getCompletionData: Get current token: 0.008101999759674072 +Info 20413[11:10:30.185] getCompletionData: Is inside comment: 0.0015219999477267265 +Info 20414[11:10:30.185] getCompletionData: Get previous token: 0.04696900025010109 +Info 20415[11:10:30.185] getCompletionsAtPosition: isCompletionListBlocker: 0.0037380000576376915 +Info 20416[11:10:30.186] getCompletionData: Semantic work: 1.5598309999331832 +Info 20417[11:10:30.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1021739998832345 +Info 20418[11:10:30.187] Format host information updated +Info 20419[11:10:30.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20420[11:10:30.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1203 structureChanged: false structureIsReused:: Completely Elapsed: 12.186730000190437ms +Info 20421[11:10:30.252] Different program with same set of files +Info 20422[11:10:30.253] getCompletionData: Get current token: 0.010474000126123428 +Info 20423[11:10:30.253] getCompletionData: Is inside comment: 0.002086999826133251 +Info 20424[11:10:30.253] getCompletionData: Get previous token: 0.05873799975961447 +Info 20425[11:10:30.253] getCompletionsAtPosition: isCompletionListBlocker: 0.0045990003272891045 +Info 20426[11:10:30.255] getCompletionData: Semantic work: 2.0316630005836487 +Info 20427[11:10:30.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1317280000075698 +Info 20428[11:10:30.255] Format host information updated +Info 20429[11:10:30.994] Format host information updated +Info 20430[11:10:30.994] Format host information updated +Info 20431[11:10:30.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20432[11:10:31.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1204 structureChanged: false structureIsReused:: Completely Elapsed: 8.726328999735415ms +Info 20433[11:10:31.003] Different program with same set of files +Info 20434[11:10:31.003] getCompletionData: Get current token: 0.01286999974399805 +Info 20435[11:10:31.003] getCompletionData: Is inside comment: 0.004026999697089195 +Info 20436[11:10:31.003] getCompletionData: Get previous token: 0.025863000191748142 +Info 20437[11:10:31.003] getCompletionsAtPosition: isCompletionListBlocker: 0.0031300000846385956 +Info 20438[11:10:31.004] getCompletionData: Semantic work: 1.000870999880135 +Info 20439[11:10:31.005] getCompletionData: Get current token: 0.008691000752151012 +Info 20440[11:10:31.005] getCompletionData: Is inside comment: 0.001281999982893467 +Info 20441[11:10:31.005] getCompletionData: Get previous token: 0.025015000253915787 +Info 20442[11:10:31.005] getCompletionsAtPosition: isCompletionListBlocker: 0.001370999962091446 +Info 20443[11:10:31.006] getCompletionData: Semantic work: 0.372444000095129 +Info 20444[11:10:31.006] Format host information updated +Info 20445[11:10:32.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20446[11:10:32.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1205 structureChanged: false structureIsReused:: Completely Elapsed: 6.609776999801397ms +Info 20447[11:10:32.850] Different program with same set of files +Info 20448[11:10:32.850] getCompletionData: Get current token: 0.004728000611066818 +Info 20449[11:10:32.850] getCompletionData: Is inside comment: 0.001019999384880066 +Info 20450[11:10:32.850] getCompletionData: Get previous token: 0.05520099960267544 +Info 20451[11:10:32.850] getCompletionsAtPosition: isCompletionListBlocker: 0.002597999759018421 +Info 20452[11:10:32.851] getExportInfoMap: cache hit +Info 20453[11:10:32.853] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20454[11:10:32.853] collectAutoImports: response is complete +Info 20455[11:10:32.853] collectAutoImports: 1.8393380008637905 +Info 20456[11:10:32.853] getCompletionData: Semantic work: 2.5305379992350936 +Info 20457[11:10:32.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1449899999424815 +Info 20458[11:10:32.856] Format host information updated +Info 20459[11:10:33.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20460[11:10:33.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1206 structureChanged: false structureIsReused:: Completely Elapsed: 6.577790999785066ms +Info 20461[11:10:33.400] Different program with same set of files +Info 20462[11:10:33.400] getCompletionData: Get current token: 0.004388000816106796 +Info 20463[11:10:33.400] getCompletionData: Is inside comment: 0.0009210007265210152 +Info 20464[11:10:33.400] getCompletionData: Get previous token: 0.024108000099658966 +Info 20465[11:10:33.400] getCompletionsAtPosition: isCompletionListBlocker: 0.0030519999563694 +Info 20466[11:10:33.401] getExportInfoMap: cache hit +Info 20467[11:10:33.403] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20468[11:10:33.403] collectAutoImports: response is complete +Info 20469[11:10:33.403] collectAutoImports: 1.9183130003511906 +Info 20470[11:10:33.403] getCompletionData: Semantic work: 2.601658000610769 +Info 20471[11:10:33.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0630080001428723 +Info 20472[11:10:33.405] Format host information updated +Info 20473[11:10:34.084] Format host information updated +Info 20474[11:10:34.084] Format host information updated +Info 20475[11:10:34.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20476[11:10:34.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1207 structureChanged: false structureIsReused:: Completely Elapsed: 8.209801000542939ms +Info 20477[11:10:34.092] Different program with same set of files +Info 20478[11:10:34.092] getCompletionData: Get current token: 0.006984000094234943 +Info 20479[11:10:34.092] getCompletionData: Is inside comment: 0.0010710004717111588 +Info 20480[11:10:34.092] getCompletionData: Get previous token: 0.020825999788939953 +Info 20481[11:10:34.092] getCompletionsAtPosition: isCompletionListBlocker: 0.0034170001745224 +Info 20482[11:10:34.093] getExportInfoMap: cache hit +Info 20483[11:10:34.104] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 20484[11:10:34.104] collectAutoImports: response is complete +Info 20485[11:10:34.104] collectAutoImports: 11.387308000586927 +Info 20486[11:10:34.104] getCompletionData: Semantic work: 11.952397000044584 +Info 20487[11:10:34.109] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4996729996055365 +Info 20488[11:10:34.113] getCompletionData: Get current token: 0.011335000395774841 +Info 20489[11:10:34.113] getCompletionData: Is inside comment: 0.0017079999670386314 +Info 20490[11:10:34.113] getCompletionData: Get previous token: 0.022855999879539013 +Info 20491[11:10:34.113] getCompletionsAtPosition: isCompletionListBlocker: 0.0024950001388788223 +Info 20492[11:10:34.114] getCompletionData: Semantic work: 0.7105749994516373 +Info 20493[11:10:34.116] getCompletionData: Get current token: 0.008766000159084797 +Info 20494[11:10:34.116] getCompletionData: Is inside comment: 0.00137300044298172 +Info 20495[11:10:34.116] getCompletionData: Get previous token: 0.022648999467492104 +Info 20496[11:10:34.116] getCompletionsAtPosition: isCompletionListBlocker: 0.0014990000054240227 +Info 20497[11:10:34.117] getCompletionData: Semantic work: 0.8376970002427697 +Info 20498[11:10:34.117] Format host information updated +Info 20499[11:10:34.479] getCompletionData: Get current token: 0.004371999762952328 +Info 20500[11:10:34.479] getCompletionData: Is inside comment: 0.0010590003803372383 +Info 20501[11:10:34.479] getCompletionData: Get previous token: 0.02352400030940771 +Info 20502[11:10:34.479] getCompletionsAtPosition: isCompletionListBlocker: 0.0035020001232624054 +Info 20503[11:10:34.479] getCompletionData: Semantic work: 0.2805940005928278 +Info 20504[11:10:34.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09685499966144562 +Info 20505[11:10:34.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20506[11:10:34.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1208 structureChanged: false structureIsReused:: Completely Elapsed: 16.99603399913758ms +Info 20507[11:10:34.742] Different program with same set of files +Info 20508[11:10:34.742] getCompletionData: Get current token: 0.0058559998869895935 +Info 20509[11:10:34.742] getCompletionData: Is inside comment: 0.0011339997872710228 +Info 20510[11:10:34.742] getCompletionData: Get previous token: 0.03128299955278635 +Info 20511[11:10:34.742] getCompletionsAtPosition: isCompletionListBlocker: 0.0096200006082654 +Info 20512[11:10:34.742] getCompletionData: Semantic work: 0.5054759997874498 +Info 20513[11:10:34.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12078400049358606 +Info 20514[11:10:34.744] Format host information updated +Info 20515[11:10:35.899] Format host information updated +Info 20516[11:10:35.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20517[11:10:35.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1209 structureChanged: false structureIsReused:: Completely Elapsed: 18.570313000120223ms +Info 20518[11:10:35.918] Different program with same set of files +Info 20519[11:10:36.134] Format host information updated +Info 20520[11:10:36.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20521[11:10:36.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1210 structureChanged: false structureIsReused:: Completely Elapsed: 13.027255000546575ms +Info 20522[11:10:36.147] Different program with same set of files +Info 20523[11:10:36.461] Format host information updated +Info 20524[11:10:36.461] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20525[11:10:36.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1211 structureChanged: false structureIsReused:: Completely Elapsed: 11.16918099950999ms +Info 20526[11:10:36.473] Different program with same set of files +Info 20527[11:10:36.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20528[11:10:36.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1212 structureChanged: false structureIsReused:: Completely Elapsed: 9.097027000039816ms +Info 20529[11:10:36.611] Different program with same set of files +Info 20530[11:10:36.611] getCompletionData: Get current token: 0.0034440001472830772 +Info 20531[11:10:36.611] getCompletionData: Is inside comment: 0.01294699963182211 +Info 20532[11:10:36.611] getCompletionData: Get previous token: 0.017079999670386314 +Info 20533[11:10:36.611] getCompletionsAtPosition: isCompletionListBlocker: 0.002638000063598156 +Info 20534[11:10:36.612] getExportInfoMap: cache hit +Info 20535[11:10:36.621] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 219 from cache +Info 20536[11:10:36.621] collectAutoImports: response is complete +Info 20537[11:10:36.621] collectAutoImports: 8.772468999959528 +Info 20538[11:10:36.621] getCompletionData: Semantic work: 9.537854999303818 +Info 20539[11:10:36.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.346989999525249 +Info 20540[11:10:36.626] Format host information updated +Info 20541[11:10:36.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20542[11:10:36.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1213 structureChanged: false structureIsReused:: Completely Elapsed: 7.835926000028849ms +Info 20543[11:10:36.739] Different program with same set of files +Info 20544[11:10:36.739] getCompletionData: Get current token: 0.004967000335454941 +Info 20545[11:10:36.739] getCompletionData: Is inside comment: 0.011733000166714191 +Info 20546[11:10:36.739] getCompletionData: Get previous token: 0.01754700019955635 +Info 20547[11:10:36.739] getCompletionsAtPosition: isCompletionListBlocker: 0.0027580000460147858 +Info 20548[11:10:36.740] getExportInfoMap: cache hit +Info 20549[11:10:36.746] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 165 from cache +Info 20550[11:10:36.746] collectAutoImports: response is complete +Info 20551[11:10:36.746] collectAutoImports: 6.331899999640882 +Info 20552[11:10:36.746] getCompletionData: Semantic work: 6.969743000343442 +Info 20553[11:10:36.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6162890000268817 +Info 20554[11:10:36.750] Format host information updated +Info 20555[11:10:36.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20556[11:10:36.825] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1214 structureChanged: false structureIsReused:: Completely Elapsed: 16.65767899993807ms +Info 20557[11:10:36.826] Different program with same set of files +Info 20558[11:10:36.826] getCompletionData: Get current token: 0.009738999418914318 +Info 20559[11:10:36.826] getCompletionData: Is inside comment: 0.027467000298202038 +Info 20560[11:10:36.826] getCompletionData: Get previous token: 0.04161499999463558 +Info 20561[11:10:36.826] getCompletionsAtPosition: isCompletionListBlocker: 0.004536999389529228 +Info 20562[11:10:36.827] getExportInfoMap: cache hit +Info 20563[11:10:36.838] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 113 from cache +Info 20564[11:10:36.838] collectAutoImports: response is complete +Info 20565[11:10:36.838] collectAutoImports: 10.437059000134468 +Info 20566[11:10:36.838] getCompletionData: Semantic work: 11.775035000406206 +Info 20567[11:10:36.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.744599999859929 +Info 20568[11:10:36.843] Format host information updated +Info 20569[11:10:36.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20570[11:10:36.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1215 structureChanged: false structureIsReused:: Completely Elapsed: 12.880680999718606ms +Info 20571[11:10:36.930] Different program with same set of files +Info 20572[11:10:36.931] getCompletionData: Get current token: 0.006687999702990055 +Info 20573[11:10:36.931] getCompletionData: Is inside comment: 0.0186750004068017 +Info 20574[11:10:36.931] getCompletionData: Get previous token: 0.040744999423623085 +Info 20575[11:10:36.931] getCompletionsAtPosition: isCompletionListBlocker: 0.0032190000638365746 +Info 20576[11:10:36.932] getExportInfoMap: cache hit +Info 20577[11:10:36.937] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 20578[11:10:36.937] collectAutoImports: response is complete +Info 20579[11:10:36.937] collectAutoImports: 5.544320000335574 +Info 20580[11:10:36.937] getCompletionData: Semantic work: 6.450306000187993 +Info 20581[11:10:36.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.226367000490427 +Info 20582[11:10:36.940] Format host information updated +Info 20583[11:10:37.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20584[11:10:37.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1216 structureChanged: false structureIsReused:: Completely Elapsed: 28.53229400049895ms +Info 20585[11:10:37.038] Different program with same set of files +Info 20586[11:10:37.039] getCompletionData: Get current token: 0.013639000244438648 +Info 20587[11:10:37.039] getCompletionData: Is inside comment: 0.041265000589191914 +Info 20588[11:10:37.039] getCompletionData: Get previous token: 0.06810300052165985 +Info 20589[11:10:37.039] getCompletionsAtPosition: isCompletionListBlocker: 0.005406000651419163 +Info 20590[11:10:37.040] getExportInfoMap: cache hit +Info 20591[11:10:37.064] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 20592[11:10:37.064] collectAutoImports: response is complete +Info 20593[11:10:37.064] collectAutoImports: 23.62441200017929 +Info 20594[11:10:37.064] getCompletionData: Semantic work: 25.244125000201166 +Info 20595[11:10:37.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.151957000605762 +Info 20596[11:10:37.073] Format host information updated +Info 20597[11:10:37.078] Format host information updated +Info 20598[11:10:37.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20599[11:10:37.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1217 structureChanged: false structureIsReused:: Completely Elapsed: 7.911276000551879ms +Info 20600[11:10:37.086] Different program with same set of files +Info 20601[11:10:37.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20602[11:10:37.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1218 structureChanged: false structureIsReused:: Completely Elapsed: 10.760943999513984ms +Info 20603[11:10:37.259] Different program with same set of files +Info 20604[11:10:37.259] getCompletionData: Get current token: 0.0050749992951750755 +Info 20605[11:10:37.259] getCompletionData: Is inside comment: 0.014705999754369259 +Info 20606[11:10:37.259] getCompletionData: Get previous token: 0.025245999917387962 +Info 20607[11:10:37.259] getCompletionsAtPosition: isCompletionListBlocker: 0.001978999935090542 +Info 20608[11:10:37.259] Returning an empty list because completion was requested in an invalid position. +Info 20609[11:10:37.260] Format host information updated +Info 20610[11:10:37.334] Format host information updated +Info 20611[11:10:37.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20612[11:10:37.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1219 structureChanged: false structureIsReused:: Completely Elapsed: 7.476295999251306ms +Info 20613[11:10:37.342] Different program with same set of files +Info 20614[11:10:37.523] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20615[11:10:37.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1220 structureChanged: false structureIsReused:: Completely Elapsed: 10.215530999936163ms +Info 20616[11:10:37.534] Different program with same set of files +Info 20617[11:10:37.534] getCompletionData: Get current token: 0.007167000323534012 +Info 20618[11:10:37.534] getCompletionData: Is inside comment: 0.02304500062018633 +Info 20619[11:10:37.534] getCompletionData: Get previous token: 0.02005000039935112 +Info 20620[11:10:37.534] getCompletionsAtPosition: isCompletionListBlocker: 0.01029799971729517 +Info 20621[11:10:37.535] getExportInfoMap: cache hit +Info 20622[11:10:37.550] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 20623[11:10:37.550] collectAutoImports: response is complete +Info 20624[11:10:37.550] collectAutoImports: 14.854493000544608 +Info 20625[11:10:37.550] getCompletionData: Semantic work: 15.666637999936938 +Info 20626[11:10:37.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.346282999962568 +Info 20627[11:10:37.560] Format host information updated +Info 20628[11:10:37.625] Format host information updated +Info 20629[11:10:37.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20630[11:10:37.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1221 structureChanged: false structureIsReused:: Completely Elapsed: 9.905404000543058ms +Info 20631[11:10:37.636] Different program with same set of files +Info 20632[11:10:37.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20633[11:10:37.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1222 structureChanged: false structureIsReused:: Completely Elapsed: 17.20888500008732ms +Info 20634[11:10:37.849] Different program with same set of files +Info 20635[11:10:37.850] getCompletionData: Get current token: 0.009345999918878078 +Info 20636[11:10:37.850] getCompletionData: Is inside comment: 0.03322899993509054 +Info 20637[11:10:37.850] getCompletionData: Get previous token: 0.06156500056385994 +Info 20638[11:10:37.850] getCompletionsAtPosition: isCompletionListBlocker: 0.017655999399721622 +Info 20639[11:10:37.852] getExportInfoMap: cache hit +Info 20640[11:10:37.861] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 20641[11:10:37.861] collectAutoImports: response is complete +Info 20642[11:10:37.861] collectAutoImports: 9.179523999802768 +Info 20643[11:10:37.861] getCompletionData: Semantic work: 10.883453000336885 +Info 20644[11:10:37.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5577849997207522 +Info 20645[11:10:37.865] Format host information updated +Info 20646[11:10:37.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20647[11:10:37.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1223 structureChanged: false structureIsReused:: Completely Elapsed: 7.539534999988973ms +Info 20648[11:10:37.899] Different program with same set of files +Info 20649[11:10:37.899] getCompletionData: Get current token: 0.004887999966740608 +Info 20650[11:10:37.899] getCompletionData: Is inside comment: 0.01522899977862835 +Info 20651[11:10:37.899] getCompletionData: Get previous token: 0.027777000330388546 +Info 20652[11:10:37.899] getCompletionsAtPosition: isCompletionListBlocker: 0.008189000189304352 +Info 20653[11:10:37.900] getExportInfoMap: cache hit +Info 20654[11:10:37.904] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 55 from cache +Info 20655[11:10:37.904] collectAutoImports: response is complete +Info 20656[11:10:37.904] collectAutoImports: 3.6799020003527403 +Info 20657[11:10:37.904] getCompletionData: Semantic work: 4.340669999830425 +Info 20658[11:10:37.905] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7304360000416636 +Info 20659[11:10:37.908] Format host information updated +Info 20660[11:10:37.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20661[11:10:38.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1224 structureChanged: false structureIsReused:: Completely Elapsed: 24.849570999853313ms +Info 20662[11:10:38.021] Different program with same set of files +Info 20663[11:10:38.022] getCompletionData: Get current token: 0.035722000524401665 +Info 20664[11:10:38.022] getCompletionData: Is inside comment: 0.03399499971419573 +Info 20665[11:10:38.022] getCompletionData: Get previous token: 0.0571510000154376 +Info 20666[11:10:38.022] getCompletionsAtPosition: isCompletionListBlocker: 0.016340999864041805 +Info 20667[11:10:38.023] getExportInfoMap: cache hit +Info 20668[11:10:38.028] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 20669[11:10:38.028] collectAutoImports: response is complete +Info 20670[11:10:38.028] collectAutoImports: 4.743019999936223 +Info 20671[11:10:38.028] getCompletionData: Semantic work: 6.016929999925196 +Info 20672[11:10:38.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.510305999778211 +Info 20673[11:10:38.032] Format host information updated +Info 20674[11:10:38.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20675[11:10:38.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1225 structureChanged: false structureIsReused:: Completely Elapsed: 6.9534390000626445ms +Info 20676[11:10:38.114] Different program with same set of files +Info 20677[11:10:38.114] getCompletionData: Get current token: 0.005218000151216984 +Info 20678[11:10:38.114] getCompletionData: Is inside comment: 0.014608999714255333 +Info 20679[11:10:38.114] getCompletionData: Get previous token: 0.026929999701678753 +Info 20680[11:10:38.114] getCompletionsAtPosition: isCompletionListBlocker: 0.00816699955612421 +Info 20681[11:10:38.115] getExportInfoMap: cache hit +Info 20682[11:10:38.117] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 20683[11:10:38.117] collectAutoImports: response is complete +Info 20684[11:10:38.117] collectAutoImports: 2.3662680005654693 +Info 20685[11:10:38.117] getCompletionData: Semantic work: 3.0646860003471375 +Info 20686[11:10:38.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4631139999255538 +Info 20687[11:10:38.121] Format host information updated +Info 20688[11:10:38.678] Format host information updated +Info 20689[11:10:38.678] Format host information updated +Info 20690[11:10:38.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20691[11:10:38.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1226 structureChanged: false structureIsReused:: Completely Elapsed: 9.578064000234008ms +Info 20692[11:10:38.688] Different program with same set of files +Info 20693[11:10:38.688] getCompletionData: Get current token: 0.010538999922573566 +Info 20694[11:10:38.688] getCompletionData: Is inside comment: 0.0023980000987648964 +Info 20695[11:10:38.688] getCompletionData: Get previous token: 0.026154999621212482 +Info 20696[11:10:38.688] getCompletionsAtPosition: isCompletionListBlocker: 0.008120999671518803 +Info 20697[11:10:38.689] getCompletionData: Semantic work: 0.5883820001035929 +Info 20698[11:10:38.690] getCompletionData: Get current token: 0.007753999903798103 +Info 20699[11:10:38.690] getCompletionData: Is inside comment: 0.0011630002409219742 +Info 20700[11:10:38.690] getCompletionData: Get previous token: 0.025949000380933285 +Info 20701[11:10:38.690] getCompletionsAtPosition: isCompletionListBlocker: 0.005106000229716301 +Info 20702[11:10:38.691] getCompletionData: Semantic work: 0.44165499974042177 +Info 20703[11:10:38.691] Format host information updated +Info 20704[11:10:40.500] Format host information updated +Info 20705[11:10:40.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20706[11:10:40.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1227 structureChanged: false structureIsReused:: Completely Elapsed: 8.132612000219524ms +Info 20707[11:10:40.508] Different program with same set of files +Info 20708[11:10:40.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20709[11:10:40.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1228 structureChanged: false structureIsReused:: Completely Elapsed: 6.553711000829935ms +Info 20710[11:10:40.739] Different program with same set of files +Info 20711[11:10:40.740] getCompletionData: Get current token: 0.004732000641524792 +Info 20712[11:10:40.740] getCompletionData: Is inside comment: 0.000952000729739666 +Info 20713[11:10:40.740] getCompletionData: Get previous token: 0.031015999615192413 +Info 20714[11:10:40.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0020179999992251396 +Info 20715[11:10:40.740] getExportInfoMap: cache hit +Info 20716[11:10:40.744] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 20717[11:10:40.744] collectAutoImports: response is complete +Info 20718[11:10:40.744] collectAutoImports: 3.5838799998164177 +Info 20719[11:10:40.744] getCompletionData: Semantic work: 4.3631580006331205 +Info 20720[11:10:40.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.308954999782145 +Info 20721[11:10:40.748] Format host information updated +Info 20722[11:10:41.356] getCompletionData: Get current token: 0.0060360003262758255 +Info 20723[11:10:41.356] getCompletionData: Is inside comment: 0.018531999550759792 +Info 20724[11:10:41.356] getCompletionData: Get previous token: 0.01675499975681305 +Info 20725[11:10:41.356] getCompletionsAtPosition: isCompletionListBlocker: 0.012287000194191933 +Info 20726[11:10:41.357] getExportInfoMap: cache hit +Info 20727[11:10:41.368] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 20728[11:10:41.368] collectAutoImports: response is complete +Info 20729[11:10:41.368] collectAutoImports: 11.273068000562489 +Info 20730[11:10:41.368] getCompletionData: Semantic work: 12.001537000760436 +Info 20731[11:10:41.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2414060002192855 +Info 20732[11:10:41.954] getCompletionData: Get current token: 0.004700000397861004 +Info 20733[11:10:41.954] getCompletionData: Is inside comment: 0.0010500000789761543 +Info 20734[11:10:41.954] getCompletionData: Get previous token: 0.01705500017851591 +Info 20735[11:10:41.954] getCompletionsAtPosition: isCompletionListBlocker: 0.01032899972051382 +Info 20736[11:10:41.955] getCompletionData: Semantic work: 0.3185209995135665 +Info 20737[11:10:41.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09648399986326694 +Info 20738[11:10:42.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20739[11:10:42.183] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1229 structureChanged: false structureIsReused:: Completely Elapsed: 6.849276999942958ms +Info 20740[11:10:42.183] Different program with same set of files +Info 20741[11:10:42.183] getCompletionData: Get current token: 0.004540000110864639 +Info 20742[11:10:42.183] getCompletionData: Is inside comment: 0.0010110000148415565 +Info 20743[11:10:42.183] getCompletionData: Get previous token: 0.018420999869704247 +Info 20744[11:10:42.183] getCompletionsAtPosition: isCompletionListBlocker: 0.0033090002834796906 +Info 20745[11:10:42.184] getCompletionData: Semantic work: 0.42417600005865097 +Info 20746[11:10:42.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06231500022113323 +Info 20747[11:10:42.184] Format host information updated +Info 20748[11:10:42.251] Format host information updated +Info 20749[11:10:42.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20750[11:10:42.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1230 structureChanged: false structureIsReused:: Completely Elapsed: 6.543122999370098ms +Info 20751[11:10:42.258] Different program with same set of files +Info 20752[11:10:42.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20753[11:10:42.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1231 structureChanged: false structureIsReused:: Completely Elapsed: 8.656063999980688ms +Info 20754[11:10:42.922] Different program with same set of files +Info 20755[11:10:42.922] getCompletionData: Get current token: 0.004757000133395195 +Info 20756[11:10:42.922] getCompletionData: Is inside comment: 0.0008839992806315422 +Info 20757[11:10:42.922] getCompletionData: Get previous token: 0.018876000307500362 +Info 20758[11:10:42.922] getCompletionsAtPosition: isCompletionListBlocker: 0.003387000411748886 +Info 20759[11:10:42.922] getCompletionData: Semantic work: 0.36345900036394596 +Info 20760[11:10:42.923] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06509499996900558 +Info 20761[11:10:42.923] Format host information updated +Info 20762[11:10:43.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20763[11:10:43.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1232 structureChanged: false structureIsReused:: Completely Elapsed: 6.683813000097871ms +Info 20764[11:10:43.021] Different program with same set of files +Info 20765[11:10:43.021] getCompletionData: Get current token: 0.006256000138819218 +Info 20766[11:10:43.021] getCompletionData: Is inside comment: 0.0010559996590018272 +Info 20767[11:10:43.021] getCompletionData: Get previous token: 0.025388999842107296 +Info 20768[11:10:43.022] getCompletionsAtPosition: isCompletionListBlocker: 0.007784999907016754 +Info 20769[11:10:43.022] getCompletionData: Semantic work: 0.38566100038588047 +Info 20770[11:10:43.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08105900045484304 +Info 20771[11:10:43.022] Format host information updated +Info 20772[11:10:43.795] Format host information updated +Info 20773[11:10:43.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20774[11:10:43.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1233 structureChanged: false structureIsReused:: Completely Elapsed: 6.82718800008297ms +Info 20775[11:10:43.802] Different program with same set of files +Info 20776[11:10:44.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20777[11:10:44.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1234 structureChanged: false structureIsReused:: Completely Elapsed: 6.517425999976695ms +Info 20778[11:10:44.057] Different program with same set of files +Info 20779[11:10:44.058] getCompletionData: Get current token: 0.004798999987542629 +Info 20780[11:10:44.058] getCompletionData: Is inside comment: 0.0007499996572732925 +Info 20781[11:10:44.058] getCompletionData: Get previous token: 0.022117999382317066 +Info 20782[11:10:44.058] getCompletionsAtPosition: isCompletionListBlocker: 0.007685000076889992 +Info 20783[11:10:44.058] getExportInfoMap: cache hit +Info 20784[11:10:44.071] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 20785[11:10:44.071] collectAutoImports: response is complete +Info 20786[11:10:44.071] collectAutoImports: 13.047349999658763 +Info 20787[11:10:44.071] getCompletionData: Semantic work: 13.715946999378502 +Info 20788[11:10:44.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8764199996367097 +Info 20789[11:10:44.079] Format host information updated +Info 20790[11:10:44.222] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20791[11:10:44.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1235 structureChanged: false structureIsReused:: Completely Elapsed: 6.918273000046611ms +Info 20792[11:10:44.229] Different program with same set of files +Info 20793[11:10:44.229] getCompletionData: Get current token: 0.005468999966979027 +Info 20794[11:10:44.229] getCompletionData: Is inside comment: 0.001016000285744667 +Info 20795[11:10:44.229] getCompletionData: Get previous token: 0.023720999248325825 +Info 20796[11:10:44.229] getCompletionsAtPosition: isCompletionListBlocker: 0.007368000224232674 +Info 20797[11:10:44.230] getExportInfoMap: cache hit +Info 20798[11:10:44.242] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 20799[11:10:44.242] collectAutoImports: response is complete +Info 20800[11:10:44.242] collectAutoImports: 11.605166000314057 +Info 20801[11:10:44.242] getCompletionData: Semantic work: 12.135123999789357 +Info 20802[11:10:44.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.464623000472784 +Info 20803[11:10:44.250] Format host information updated +Info 20804[11:10:44.350] Format host information updated +Info 20805[11:10:44.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20806[11:10:44.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1236 structureChanged: false structureIsReused:: Completely Elapsed: 6.925617000088096ms +Info 20807[11:10:44.357] Different program with same set of files +Info 20808[11:10:44.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20809[11:10:44.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1237 structureChanged: false structureIsReused:: Completely Elapsed: 6.885115000419319ms +Info 20810[11:10:44.494] Different program with same set of files +Info 20811[11:10:44.495] getCompletionData: Get current token: 0.005245000123977661 +Info 20812[11:10:44.495] getCompletionData: Is inside comment: 0.0011110007762908936 +Info 20813[11:10:44.495] getCompletionData: Get previous token: 0.028994999825954437 +Info 20814[11:10:44.495] getCompletionsAtPosition: isCompletionListBlocker: 0.00807500071823597 +Info 20815[11:10:44.495] getExportInfoMap: cache hit +Info 20816[11:10:44.499] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 20817[11:10:44.499] collectAutoImports: response is complete +Info 20818[11:10:44.499] collectAutoImports: 3.9326060004532337 +Info 20819[11:10:44.499] getCompletionData: Semantic work: 4.470564999617636 +Info 20820[11:10:44.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.500895000062883 +Info 20821[11:10:44.503] Format host information updated +Info 20822[11:10:44.700] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20823[11:10:44.707] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1238 structureChanged: false structureIsReused:: Completely Elapsed: 6.830749999731779ms +Info 20824[11:10:44.707] Different program with same set of files +Info 20825[11:10:44.707] getCompletionData: Get current token: 0.004870999604463577 +Info 20826[11:10:44.707] getCompletionData: Is inside comment: 0.0009850002825260162 +Info 20827[11:10:44.707] getCompletionData: Get previous token: 0.03006300050765276 +Info 20828[11:10:44.707] getCompletionsAtPosition: isCompletionListBlocker: 0.00772200059145689 +Info 20829[11:10:44.708] getExportInfoMap: cache hit +Info 20830[11:10:44.710] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 20831[11:10:44.710] collectAutoImports: response is complete +Info 20832[11:10:44.710] collectAutoImports: 2.4888100000098348 +Info 20833[11:10:44.710] getCompletionData: Semantic work: 3.0192849999293685 +Info 20834[11:10:44.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.242968000471592 +Info 20835[11:10:44.712] Format host information updated +Info 20836[11:10:44.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20837[11:10:44.919] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1239 structureChanged: false structureIsReused:: Completely Elapsed: 9.179189999587834ms +Info 20838[11:10:44.919] Different program with same set of files +Info 20839[11:10:44.919] getCompletionData: Get current token: 0.00434499979019165 +Info 20840[11:10:44.919] getCompletionData: Is inside comment: 0.0009169997647404671 +Info 20841[11:10:44.919] getCompletionData: Get previous token: 0.024941000156104565 +Info 20842[11:10:44.920] getCompletionsAtPosition: isCompletionListBlocker: 0.00913699995726347 +Info 20843[11:10:44.920] getExportInfoMap: cache hit +Info 20844[11:10:44.922] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 20845[11:10:44.922] collectAutoImports: response is complete +Info 20846[11:10:44.922] collectAutoImports: 2.1470929998904467 +Info 20847[11:10:44.922] getCompletionData: Semantic work: 2.7223109994083643 +Info 20848[11:10:44.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1999949999153614 +Info 20849[11:10:44.924] Format host information updated +Info 20850[11:10:44.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20851[11:10:44.986] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1240 structureChanged: false structureIsReused:: Completely Elapsed: 12.132094000466168ms +Info 20852[11:10:44.986] Different program with same set of files +Info 20853[11:10:44.987] getCompletionData: Get current token: 0.009717999957501888 +Info 20854[11:10:44.987] getCompletionData: Is inside comment: 0.001759999431669712 +Info 20855[11:10:44.987] getCompletionData: Get previous token: 0.05618800036609173 +Info 20856[11:10:44.987] getCompletionsAtPosition: isCompletionListBlocker: 0.014430000446736813 +Info 20857[11:10:44.988] getExportInfoMap: cache hit +Info 20858[11:10:44.992] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 20859[11:10:44.992] collectAutoImports: response is complete +Info 20860[11:10:44.992] collectAutoImports: 4.196209000423551 +Info 20861[11:10:44.992] getCompletionData: Semantic work: 5.091931999661028 +Info 20862[11:10:44.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2486089998856187 +Info 20863[11:10:44.999] Format host information updated +Info 20864[11:10:45.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20865[11:10:45.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1241 structureChanged: false structureIsReused:: Completely Elapsed: 25.998261000029743ms +Info 20866[11:10:45.122] Different program with same set of files +Info 20867[11:10:45.122] getCompletionData: Get current token: 0.01571900025010109 +Info 20868[11:10:45.122] getCompletionData: Is inside comment: 0.002903999760746956 +Info 20869[11:10:45.122] getCompletionData: Get previous token: 0.09144499991089106 +Info 20870[11:10:45.122] getCompletionsAtPosition: isCompletionListBlocker: 0.018884999677538872 +Info 20871[11:10:45.124] getExportInfoMap: cache hit +Info 20872[11:10:45.131] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 20873[11:10:45.131] collectAutoImports: response is complete +Info 20874[11:10:45.131] collectAutoImports: 7.099832000210881 +Info 20875[11:10:45.131] getCompletionData: Semantic work: 8.849236999638379 +Info 20876[11:10:45.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.254162000492215 +Info 20877[11:10:45.135] Format host information updated +Info 20878[11:10:45.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20879[11:10:45.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1242 structureChanged: false structureIsReused:: Completely Elapsed: 7.786282000131905ms +Info 20880[11:10:45.165] Different program with same set of files +Info 20881[11:10:45.166] getCompletionData: Get current token: 0.00613699946552515 +Info 20882[11:10:45.166] getCompletionData: Is inside comment: 0.001184999942779541 +Info 20883[11:10:45.166] getCompletionData: Get previous token: 0.036675999872386456 +Info 20884[11:10:45.166] getCompletionsAtPosition: isCompletionListBlocker: 0.010116000659763813 +Info 20885[11:10:45.166] getExportInfoMap: cache hit +Info 20886[11:10:45.169] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 20887[11:10:45.169] collectAutoImports: response is complete +Info 20888[11:10:45.169] collectAutoImports: 2.7115660002455115 +Info 20889[11:10:45.169] getCompletionData: Semantic work: 3.372011000290513 +Info 20890[11:10:45.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4562050001695752 +Info 20891[11:10:45.173] Format host information updated +Info 20892[11:10:45.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20893[11:10:45.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1243 structureChanged: false structureIsReused:: Completely Elapsed: 25.183757999911904ms +Info 20894[11:10:45.333] Different program with same set of files +Info 20895[11:10:45.334] getCompletionData: Get current token: 0.015394000336527824 +Info 20896[11:10:45.334] getCompletionData: Is inside comment: 0.002961999736726284 +Info 20897[11:10:45.334] getCompletionData: Get previous token: 0.09182600025087595 +Info 20898[11:10:45.334] getCompletionsAtPosition: isCompletionListBlocker: 0.02117300033569336 +Info 20899[11:10:45.335] getExportInfoMap: cache hit +Info 20900[11:10:45.341] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 20901[11:10:45.341] collectAutoImports: response is complete +Info 20902[11:10:45.341] collectAutoImports: 6.028850000351667 +Info 20903[11:10:45.341] getCompletionData: Semantic work: 7.4532780004665256 +Info 20904[11:10:45.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.593905999325216 +Info 20905[11:10:45.345] Format host information updated +Info 20906[11:10:45.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20907[11:10:45.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1244 structureChanged: false structureIsReused:: Completely Elapsed: 9.566076000221074ms +Info 20908[11:10:45.395] Different program with same set of files +Info 20909[11:10:45.396] getCompletionData: Get current token: 0.008995999582111835 +Info 20910[11:10:45.396] getCompletionData: Is inside comment: 0.0015010004863142967 +Info 20911[11:10:45.396] getCompletionData: Get previous token: 0.0316399997100234 +Info 20912[11:10:45.396] getCompletionsAtPosition: isCompletionListBlocker: 0.004376999102532864 +Info 20913[11:10:45.396] getCompletionData: Semantic work: 0.2643240001052618 +Info 20914[11:10:45.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0911480002105236 +Info 20915[11:10:45.399] Format host information updated +Info 20916[11:10:45.614] Format host information updated +Info 20917[11:10:45.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20918[11:10:45.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1245 structureChanged: false structureIsReused:: Completely Elapsed: 6.679907000623643ms +Info 20919[11:10:45.621] Different program with same set of files +Info 20920[11:10:46.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20921[11:10:46.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1246 structureChanged: false structureIsReused:: Completely Elapsed: 9.099813000299037ms +Info 20922[11:10:46.212] Different program with same set of files +Info 20923[11:10:46.212] getCompletionData: Get current token: 0.005297000519931316 +Info 20924[11:10:46.212] getCompletionData: Is inside comment: 0.0011579999700188637 +Info 20925[11:10:46.212] getCompletionData: Get previous token: 0.03360600024461746 +Info 20926[11:10:46.212] getCompletionsAtPosition: isCompletionListBlocker: 0.0038759997114539146 +Info 20927[11:10:46.212] getCompletionData: Semantic work: 0.20954000018537045 +Info 20928[11:10:46.213] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07891200017184019 +Info 20929[11:10:46.213] Format host information updated +Info 20930[11:10:46.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20931[11:10:46.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1247 structureChanged: false structureIsReused:: Completely Elapsed: 6.854625000618398ms +Info 20932[11:10:46.276] Different program with same set of files +Info 20933[11:10:46.277] getCompletionData: Get current token: 0.005770999938249588 +Info 20934[11:10:46.277] getCompletionData: Is inside comment: 0.0011670002713799477 +Info 20935[11:10:46.277] getCompletionData: Get previous token: 0.02973400056362152 +Info 20936[11:10:46.277] getCompletionsAtPosition: isCompletionListBlocker: 0.003490000031888485 +Info 20937[11:10:46.277] getCompletionData: Semantic work: 0.20930100046098232 +Info 20938[11:10:46.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07230900041759014 +Info 20939[11:10:46.277] Format host information updated +Info 20940[11:10:46.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20941[11:10:46.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1248 structureChanged: false structureIsReused:: Completely Elapsed: 6.493262999691069ms +Info 20942[11:10:46.356] Different program with same set of files +Info 20943[11:10:46.356] getCompletionData: Get current token: 0.0059380000457167625 +Info 20944[11:10:46.356] getCompletionData: Is inside comment: 0.0011020004749298096 +Info 20945[11:10:46.356] getCompletionData: Get previous token: 0.029412999749183655 +Info 20946[11:10:46.356] getCompletionsAtPosition: isCompletionListBlocker: 0.0035180002450942993 +Info 20947[11:10:46.356] getCompletionData: Semantic work: 0.18104800023138523 +Info 20948[11:10:46.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07039100024849176 +Info 20949[11:10:46.359] Format host information updated +Info 20950[11:10:46.821] Format host information updated +Info 20951[11:10:46.821] Format host information updated +Info 20952[11:10:46.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20953[11:10:46.828] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1249 structureChanged: false structureIsReused:: Completely Elapsed: 7.083056999370456ms +Info 20954[11:10:46.828] Different program with same set of files +Info 20955[11:10:46.828] getCompletionData: Get current token: 0.006403999403119087 +Info 20956[11:10:46.828] getCompletionData: Is inside comment: 0.0011329995468258858 +Info 20957[11:10:46.828] getCompletionData: Get previous token: 0.025664000771939754 +Info 20958[11:10:46.828] getCompletionsAtPosition: isCompletionListBlocker: 0.0026850001886487007 +Info 20959[11:10:46.829] getExportInfoMap: cache hit +Info 20960[11:10:46.843] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 20961[11:10:46.843] collectAutoImports: response is complete +Info 20962[11:10:46.843] collectAutoImports: 14.185424000024796 +Info 20963[11:10:46.843] getCompletionData: Semantic work: 14.80252099968493 +Info 20964[11:10:46.848] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.767881999723613 +Info 20965[11:10:46.851] getCompletionData: Get current token: 0.017740000039339066 +Info 20966[11:10:46.851] getCompletionData: Is inside comment: 0.002267000265419483 +Info 20967[11:10:46.851] getCompletionData: Get previous token: 0.04586800001561642 +Info 20968[11:10:46.851] getCompletionsAtPosition: isCompletionListBlocker: 0.0047530001029372215 +Info 20969[11:10:46.852] getCompletionData: Semantic work: 0.10822100006043911 +Info 20970[11:10:46.855] getCompletionData: Get current token: 0.012442000210285187 +Info 20971[11:10:46.855] getCompletionData: Is inside comment: 0.002532999962568283 +Info 20972[11:10:46.855] getCompletionData: Get previous token: 0.029133000411093235 +Info 20973[11:10:46.855] getCompletionsAtPosition: isCompletionListBlocker: 0.0023949993774294853 +Info 20974[11:10:46.855] getCompletionData: Semantic work: 0.06768100056797266 +Info 20975[11:10:46.855] Format host information updated +Info 20976[11:10:46.931] Format host information updated +Info 20977[11:10:46.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20978[11:10:46.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1250 structureChanged: false structureIsReused:: Completely Elapsed: 17.18358699977398ms +Info 20979[11:10:46.949] Different program with same set of files +Info 20980[11:10:47.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20981[11:10:47.325] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1251 structureChanged: false structureIsReused:: Completely Elapsed: 6.8191619999706745ms +Info 20982[11:10:47.325] Different program with same set of files +Info 20983[11:10:47.325] getCompletionData: Get current token: 0.004488000646233559 +Info 20984[11:10:47.326] getCompletionData: Is inside comment: 0.0008390005677938461 +Info 20985[11:10:47.326] getCompletionData: Get previous token: 0.02459000051021576 +Info 20986[11:10:47.326] getCompletionsAtPosition: isCompletionListBlocker: 0.001980000175535679 +Info 20987[11:10:47.326] getExportInfoMap: cache hit +Info 20988[11:10:47.328] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 20989[11:10:47.328] collectAutoImports: response is complete +Info 20990[11:10:47.328] collectAutoImports: 2.0600020000711083 +Info 20991[11:10:47.328] getCompletionData: Semantic work: 2.601522999815643 +Info 20992[11:10:47.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0774489995092154 +Info 20993[11:10:47.330] Format host information updated +Info 20994[11:10:47.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 20995[11:10:47.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1252 structureChanged: false structureIsReused:: Completely Elapsed: 9.481460000388324ms +Info 20996[11:10:47.607] Different program with same set of files +Info 20997[11:10:47.608] getCompletionData: Get current token: 0.004204999655485153 +Info 20998[11:10:47.608] getCompletionData: Is inside comment: 0.0008009998127818108 +Info 20999[11:10:47.608] getCompletionData: Get previous token: 0.022797999903559685 +Info 21000[11:10:47.608] getCompletionsAtPosition: isCompletionListBlocker: 0.002202000468969345 +Info 21001[11:10:47.608] getExportInfoMap: cache hit +Info 21002[11:10:47.611] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 12 from cache +Info 21003[11:10:47.611] collectAutoImports: response is complete +Info 21004[11:10:47.611] collectAutoImports: 2.445341999642551 +Info 21005[11:10:47.611] getCompletionData: Semantic work: 2.9733260003849864 +Info 21006[11:10:47.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0959339998662472 +Info 21007[11:10:47.612] Format host information updated +Info 21008[11:10:47.723] Format host information updated +Info 21009[11:10:47.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21010[11:10:47.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1253 structureChanged: false structureIsReused:: Completely Elapsed: 6.677493999712169ms +Info 21011[11:10:47.730] Different program with same set of files +Info 21012[11:10:47.896] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21013[11:10:47.907] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1254 structureChanged: false structureIsReused:: Completely Elapsed: 10.140166999772191ms +Info 21014[11:10:47.907] Different program with same set of files +Info 21015[11:10:47.907] getCompletionData: Get current token: 0.0047499993816018105 +Info 21016[11:10:47.907] getCompletionData: Is inside comment: 0.0008089998736977577 +Info 21017[11:10:47.907] getCompletionData: Get previous token: 0.022818000055849552 +Info 21018[11:10:47.907] getCompletionsAtPosition: isCompletionListBlocker: 0.0025429995730519295 +Info 21019[11:10:47.907] getExportInfoMap: cache hit +Info 21020[11:10:47.911] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 21021[11:10:47.911] collectAutoImports: response is complete +Info 21022[11:10:47.911] collectAutoImports: 3.3944589998573065 +Info 21023[11:10:47.911] getCompletionData: Semantic work: 3.9401459991931915 +Info 21024[11:10:47.912] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.245550999417901 +Info 21025[11:10:47.913] Format host information updated +Info 21026[11:10:48.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21027[11:10:48.226] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1255 structureChanged: false structureIsReused:: Completely Elapsed: 6.933629999868572ms +Info 21028[11:10:48.226] Different program with same set of files +Info 21029[11:10:48.227] getCompletionData: Get current token: 0.004502999596297741 +Info 21030[11:10:48.227] getCompletionData: Is inside comment: 0.0007970007136464119 +Info 21031[11:10:48.227] getCompletionData: Get previous token: 0.053195999935269356 +Info 21032[11:10:48.227] getCompletionsAtPosition: isCompletionListBlocker: 0.003142000176012516 +Info 21033[11:10:48.227] getExportInfoMap: cache hit +Info 21034[11:10:48.242] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 21035[11:10:48.242] collectAutoImports: response is complete +Info 21036[11:10:48.242] collectAutoImports: 14.531693999655545 +Info 21037[11:10:48.242] getCompletionData: Semantic work: 15.022653000429273 +Info 21038[11:10:48.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.353296000510454 +Info 21039[11:10:48.250] Format host information updated +Info 21040[11:10:48.618] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21041[11:10:48.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1256 structureChanged: false structureIsReused:: Completely Elapsed: 8.84157000016421ms +Info 21042[11:10:48.626] Different program with same set of files +Info 21043[11:10:48.627] getCompletionData: Get current token: 0.005168000236153603 +Info 21044[11:10:48.627] getCompletionData: Is inside comment: 0.001089000143110752 +Info 21045[11:10:48.627] getCompletionData: Get previous token: 0.03003299981355667 +Info 21046[11:10:48.627] getCompletionsAtPosition: isCompletionListBlocker: 0.003166000358760357 +Info 21047[11:10:48.627] getExportInfoMap: cache hit +Info 21048[11:10:48.630] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 12 from cache +Info 21049[11:10:48.630] collectAutoImports: response is complete +Info 21050[11:10:48.630] collectAutoImports: 3.018042999319732 +Info 21051[11:10:48.630] getCompletionData: Semantic work: 3.6060730004683137 +Info 21052[11:10:48.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2602570001035929 +Info 21053[11:10:48.633] Format host information updated +Info 21054[11:10:48.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21055[11:10:48.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1257 structureChanged: false structureIsReused:: Completely Elapsed: 6.790180000476539ms +Info 21056[11:10:48.731] Different program with same set of files +Info 21057[11:10:48.731] getCompletionData: Get current token: 0.005722000263631344 +Info 21058[11:10:48.731] getCompletionData: Is inside comment: 0.0013899998739361763 +Info 21059[11:10:48.731] getCompletionData: Get previous token: 0.03276900015771389 +Info 21060[11:10:48.731] getCompletionsAtPosition: isCompletionListBlocker: 0.00316500011831522 +Info 21061[11:10:48.731] getExportInfoMap: cache hit +Info 21062[11:10:48.734] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 21063[11:10:48.734] collectAutoImports: response is complete +Info 21064[11:10:48.734] collectAutoImports: 2.3443189999088645 +Info 21065[11:10:48.734] getCompletionData: Semantic work: 2.9083280004560947 +Info 21066[11:10:48.736] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2205930007621646 +Info 21067[11:10:48.736] Format host information updated +Info 21068[11:10:49.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21069[11:10:49.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1258 structureChanged: false structureIsReused:: Completely Elapsed: 6.500627000816166ms +Info 21070[11:10:49.105] Different program with same set of files +Info 21071[11:10:49.105] getCompletionData: Get current token: 0.0045910002663731575 +Info 21072[11:10:49.105] getCompletionData: Is inside comment: 0.0010359995067119598 +Info 21073[11:10:49.105] getCompletionData: Get previous token: 0.027646000497043133 +Info 21074[11:10:49.105] getCompletionsAtPosition: isCompletionListBlocker: 0.002972000278532505 +Info 21075[11:10:49.105] getExportInfoMap: cache hit +Info 21076[11:10:49.107] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21077[11:10:49.107] collectAutoImports: response is complete +Info 21078[11:10:49.107] collectAutoImports: 2.0131099997088313 +Info 21079[11:10:49.107] getCompletionData: Semantic work: 2.529458999633789 +Info 21080[11:10:49.109] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0256080003455281 +Info 21081[11:10:49.110] Format host information updated +Info 21082[11:10:49.651] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21083[11:10:49.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1259 structureChanged: false structureIsReused:: Completely Elapsed: 9.182297999970615ms +Info 21084[11:10:49.661] Different program with same set of files +Info 21085[11:10:49.661] getCompletionData: Get current token: 0.005096000619232655 +Info 21086[11:10:49.661] getCompletionData: Is inside comment: 0.0008969996124505997 +Info 21087[11:10:49.661] getCompletionData: Get previous token: 0.027342000044882298 +Info 21088[11:10:49.661] getCompletionsAtPosition: isCompletionListBlocker: 0.002277999185025692 +Info 21089[11:10:49.662] getCompletionData: Semantic work: 0.7850469993427396 +Info 21090[11:10:49.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08729099947959185 +Info 21091[11:10:49.662] Format host information updated +Info 21092[11:10:49.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21093[11:10:49.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1260 structureChanged: false structureIsReused:: Completely Elapsed: 6.342818999662995ms +Info 21094[11:10:49.876] Different program with same set of files +Info 21095[11:10:49.876] getCompletionData: Get current token: 0.00418500043451786 +Info 21096[11:10:49.876] getCompletionData: Is inside comment: 0.0008469996973872185 +Info 21097[11:10:49.876] getCompletionData: Get previous token: 0.026789999566972256 +Info 21098[11:10:49.877] getCompletionsAtPosition: isCompletionListBlocker: 0.002019999548792839 +Info 21099[11:10:49.877] getCompletionData: Semantic work: 0.7817150000482798 +Info 21100[11:10:49.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.059683999978005886 +Info 21101[11:10:49.878] Format host information updated +Info 21102[11:10:49.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21103[11:10:49.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1261 structureChanged: false structureIsReused:: Completely Elapsed: 8.90285399928689ms +Info 21104[11:10:49.995] Different program with same set of files +Info 21105[11:10:49.996] getCompletionData: Get current token: 0.004782000556588173 +Info 21106[11:10:49.996] getCompletionData: Is inside comment: 0.000932999886572361 +Info 21107[11:10:49.996] getCompletionData: Get previous token: 0.02785700000822544 +Info 21108[11:10:49.996] getCompletionsAtPosition: isCompletionListBlocker: 0.002376999706029892 +Info 21109[11:10:49.996] getCompletionData: Semantic work: 0.7632849998772144 +Info 21110[11:10:49.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06331299990415573 +Info 21111[11:10:49.997] Format host information updated +Info 21112[11:10:50.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21113[11:10:50.062] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1262 structureChanged: false structureIsReused:: Completely Elapsed: 6.384062999859452ms +Info 21114[11:10:50.062] Different program with same set of files +Info 21115[11:10:50.062] getCompletionData: Get current token: 0.005764000117778778 +Info 21116[11:10:50.062] getCompletionData: Is inside comment: 0.001031000167131424 +Info 21117[11:10:50.062] getCompletionData: Get previous token: 0.03211499936878681 +Info 21118[11:10:50.062] getCompletionsAtPosition: isCompletionListBlocker: 0.002363000065088272 +Info 21119[11:10:50.063] getCompletionData: Semantic work: 0.7853359999135137 +Info 21120[11:10:50.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0618690000846982 +Info 21121[11:10:50.063] Format host information updated +Info 21122[11:10:50.610] Format host information updated +Info 21123[11:10:50.610] Format host information updated +Info 21124[11:10:50.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21125[11:10:50.619] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1263 structureChanged: false structureIsReused:: Completely Elapsed: 8.678728999570012ms +Info 21126[11:10:50.619] Different program with same set of files +Info 21127[11:10:50.619] getCompletionData: Get current token: 0.005370999686419964 +Info 21128[11:10:50.619] getCompletionData: Is inside comment: 0.001257999800145626 +Info 21129[11:10:50.619] getCompletionData: Get previous token: 0.024133999831974506 +Info 21130[11:10:50.619] getCompletionsAtPosition: isCompletionListBlocker: 0.008754000067710876 +Info 21131[11:10:50.619] getCompletionData: Semantic work: 0.24962100014090538 +Info 21132[11:10:50.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07070800010114908 +Info 21133[11:10:50.620] getCompletionData: Get current token: 0.009932000190019608 +Info 21134[11:10:50.620] getCompletionData: Is inside comment: 0.0014909999445080757 +Info 21135[11:10:50.620] getCompletionData: Get previous token: 0.02836600039154291 +Info 21136[11:10:50.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0014240005984902382 +Info 21137[11:10:50.621] getCompletionData: Semantic work: 0.8240860002115369 +Info 21138[11:10:50.622] getCompletionData: Get current token: 0.009991000406444073 +Info 21139[11:10:50.622] getCompletionData: Is inside comment: 0.0015380000695586205 +Info 21140[11:10:50.622] getCompletionData: Get previous token: 0.028978999704122543 +Info 21141[11:10:50.622] getCompletionsAtPosition: isCompletionListBlocker: 0.0015850001946091652 +Info 21142[11:10:50.622] getCompletionData: Semantic work: 0.11676099989563227 +Info 21143[11:10:50.622] Format host information updated +Info 21144[11:10:51.136] Format host information updated +Info 21145[11:10:51.136] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21146[11:10:51.143] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1264 structureChanged: false structureIsReused:: Completely Elapsed: 6.680292000062764ms +Info 21147[11:10:51.143] Different program with same set of files +Info 21148[11:10:51.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21149[11:10:51.213] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1265 structureChanged: false structureIsReused:: Completely Elapsed: 9.281139999628067ms +Info 21150[11:10:51.213] Different program with same set of files +Info 21151[11:10:51.213] getCompletionData: Get current token: 0.005466999486088753 +Info 21152[11:10:51.213] getCompletionData: Is inside comment: 0.0009649991989135742 +Info 21153[11:10:51.213] getCompletionData: Get previous token: 0.02540499996393919 +Info 21154[11:10:51.213] getCompletionsAtPosition: isCompletionListBlocker: 0.009354999288916588 +Info 21155[11:10:51.214] getExportInfoMap: cache hit +Info 21156[11:10:51.225] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 21157[11:10:51.225] collectAutoImports: response is complete +Info 21158[11:10:51.225] collectAutoImports: 10.840371999889612 +Info 21159[11:10:51.225] getCompletionData: Semantic work: 11.482564999721944 +Info 21160[11:10:51.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.135289999656379 +Info 21161[11:10:51.233] Format host information updated +Info 21162[11:10:51.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21163[11:10:51.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1266 structureChanged: false structureIsReused:: Completely Elapsed: 9.801578000187874ms +Info 21164[11:10:51.300] Different program with same set of files +Info 21165[11:10:51.300] getCompletionData: Get current token: 0.008024999871850014 +Info 21166[11:10:51.300] getCompletionData: Is inside comment: 0.0015779994428157806 +Info 21167[11:10:51.300] getCompletionData: Get previous token: 0.037157999351620674 +Info 21168[11:10:51.300] getCompletionsAtPosition: isCompletionListBlocker: 0.010458000004291534 +Info 21169[11:10:51.301] getExportInfoMap: cache hit +Info 21170[11:10:51.317] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 21171[11:10:51.317] collectAutoImports: response is complete +Info 21172[11:10:51.317] collectAutoImports: 15.755630999803543 +Info 21173[11:10:51.317] getCompletionData: Semantic work: 16.493239999748766 +Info 21174[11:10:51.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.480415999889374 +Info 21175[11:10:51.326] Format host information updated +Info 21176[11:10:51.434] Format host information updated +Info 21177[11:10:51.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21178[11:10:51.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1267 structureChanged: false structureIsReused:: Completely Elapsed: 6.421636000275612ms +Info 21179[11:10:51.441] Different program with same set of files +Info 21180[11:10:51.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21181[11:10:51.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1268 structureChanged: false structureIsReused:: Completely Elapsed: 6.547756000421941ms +Info 21182[11:10:51.566] Different program with same set of files +Info 21183[11:10:51.566] getCompletionData: Get current token: 0.005229000002145767 +Info 21184[11:10:51.566] getCompletionData: Is inside comment: 0.0010169995948672295 +Info 21185[11:10:51.566] getCompletionData: Get previous token: 0.030104000121355057 +Info 21186[11:10:51.566] getCompletionsAtPosition: isCompletionListBlocker: 0.02496999967843294 +Info 21187[11:10:51.566] getExportInfoMap: cache hit +Info 21188[11:10:51.571] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 21189[11:10:51.571] collectAutoImports: response is complete +Info 21190[11:10:51.571] collectAutoImports: 4.085092999972403 +Info 21191[11:10:51.571] getCompletionData: Semantic work: 4.643764999695122 +Info 21192[11:10:51.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.292417999356985 +Info 21193[11:10:51.574] Format host information updated +Info 21194[11:10:51.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21195[11:10:51.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1269 structureChanged: false structureIsReused:: Completely Elapsed: 7.114282000809908ms +Info 21196[11:10:51.733] Different program with same set of files +Info 21197[11:10:51.733] getCompletionData: Get current token: 0.005111999809741974 +Info 21198[11:10:51.733] getCompletionData: Is inside comment: 0.001281999982893467 +Info 21199[11:10:51.733] getCompletionData: Get previous token: 0.03132000006735325 +Info 21200[11:10:51.733] getCompletionsAtPosition: isCompletionListBlocker: 0.008079000748693943 +Info 21201[11:10:51.734] getExportInfoMap: cache hit +Info 21202[11:10:51.738] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 24 from cache +Info 21203[11:10:51.738] collectAutoImports: response is complete +Info 21204[11:10:51.738] collectAutoImports: 3.889863000251353 +Info 21205[11:10:51.738] getCompletionData: Semantic work: 4.4622619999572635 +Info 21206[11:10:51.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3254450000822544 +Info 21207[11:10:51.740] Format host information updated +Info 21208[11:10:51.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21209[11:10:51.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1270 structureChanged: false structureIsReused:: Completely Elapsed: 13.97544000018388ms +Info 21210[11:10:51.809] Different program with same set of files +Info 21211[11:10:51.810] getCompletionData: Get current token: 0.013648000545799732 +Info 21212[11:10:51.810] getCompletionData: Is inside comment: 0.002896999940276146 +Info 21213[11:10:51.810] getCompletionData: Get previous token: 0.07125800009816885 +Info 21214[11:10:51.810] getCompletionsAtPosition: isCompletionListBlocker: 0.015123000368475914 +Info 21215[11:10:51.811] getExportInfoMap: cache hit +Info 21216[11:10:51.820] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 21217[11:10:51.820] collectAutoImports: response is complete +Info 21218[11:10:51.820] collectAutoImports: 9.203446999192238 +Info 21219[11:10:51.820] getCompletionData: Semantic work: 10.32133200019598 +Info 21220[11:10:51.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2670660000294447 +Info 21221[11:10:51.824] Format host information updated +Info 21222[11:10:51.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21223[11:10:51.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1271 structureChanged: false structureIsReused:: Completely Elapsed: 7.721625000238419ms +Info 21224[11:10:51.973] Different program with same set of files +Info 21225[11:10:51.973] getCompletionData: Get current token: 0.006095000542700291 +Info 21226[11:10:51.973] getCompletionData: Is inside comment: 0.0012159999459981918 +Info 21227[11:10:51.973] getCompletionData: Get previous token: 0.03480200003832579 +Info 21228[11:10:51.973] getCompletionsAtPosition: isCompletionListBlocker: 0.008801000192761421 +Info 21229[11:10:51.974] getExportInfoMap: cache hit +Info 21230[11:10:51.976] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21231[11:10:51.976] collectAutoImports: response is complete +Info 21232[11:10:51.976] collectAutoImports: 2.679093999788165 +Info 21233[11:10:51.976] getCompletionData: Semantic work: 3.3025279995054007 +Info 21234[11:10:51.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3195719998329878 +Info 21235[11:10:51.978] Format host information updated +Info 21236[11:10:52.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21237[11:10:52.070] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1272 structureChanged: false structureIsReused:: Completely Elapsed: 6.483911000192165ms +Info 21238[11:10:52.070] Different program with same set of files +Info 21239[11:10:52.071] getCompletionData: Get current token: 0.005249000154435635 +Info 21240[11:10:52.071] getCompletionData: Is inside comment: 0.001104000024497509 +Info 21241[11:10:52.071] getCompletionData: Get previous token: 0.03337599989026785 +Info 21242[11:10:52.071] getCompletionsAtPosition: isCompletionListBlocker: 0.007784999907016754 +Info 21243[11:10:52.071] getExportInfoMap: cache hit +Info 21244[11:10:52.076] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21245[11:10:52.076] collectAutoImports: response is complete +Info 21246[11:10:52.076] collectAutoImports: 4.729875999502838 +Info 21247[11:10:52.076] getCompletionData: Semantic work: 5.429314999841154 +Info 21248[11:10:52.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2681189998984337 +Info 21249[11:10:52.078] Format host information updated +Info 21250[11:10:52.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21251[11:10:52.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1273 structureChanged: false structureIsReused:: Completely Elapsed: 18.176432999782264ms +Info 21252[11:10:52.150] Different program with same set of files +Info 21253[11:10:52.151] getCompletionData: Get current token: 0.016529999673366547 +Info 21254[11:10:52.151] getCompletionData: Is inside comment: 0.0032270001247525215 +Info 21255[11:10:52.151] getCompletionData: Get previous token: 0.08963099960237741 +Info 21256[11:10:52.151] getCompletionsAtPosition: isCompletionListBlocker: 0.019983000122010708 +Info 21257[11:10:52.152] getExportInfoMap: cache hit +Info 21258[11:10:52.159] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21259[11:10:52.159] collectAutoImports: response is complete +Info 21260[11:10:52.159] collectAutoImports: 6.538813999854028 +Info 21261[11:10:52.159] getCompletionData: Semantic work: 8.035358999855816 +Info 21262[11:10:52.162] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5508970003575087 +Info 21263[11:10:52.163] Format host information updated +Info 21264[11:10:52.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21265[11:10:52.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1274 structureChanged: false structureIsReused:: Completely Elapsed: 9.702899999916553ms +Info 21266[11:10:52.207] Different program with same set of files +Info 21267[11:10:52.207] getCompletionData: Get current token: 0.0080960001796484 +Info 21268[11:10:52.207] getCompletionData: Is inside comment: 0.0014819996431469917 +Info 21269[11:10:52.207] getCompletionData: Get previous token: 0.04705499950796366 +Info 21270[11:10:52.207] getCompletionsAtPosition: isCompletionListBlocker: 0.011973000131547451 +Info 21271[11:10:52.208] getExportInfoMap: cache hit +Info 21272[11:10:52.218] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21273[11:10:52.218] collectAutoImports: response is complete +Info 21274[11:10:52.218] collectAutoImports: 10.0352569995448 +Info 21275[11:10:52.218] getCompletionData: Semantic work: 10.825748999603093 +Info 21276[11:10:52.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8784250002354383 +Info 21277[11:10:52.221] Format host information updated +Info 21278[11:10:52.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21279[11:10:52.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1275 structureChanged: false structureIsReused:: Completely Elapsed: 6.538848999887705ms +Info 21280[11:10:52.297] Different program with same set of files +Info 21281[11:10:52.297] getCompletionData: Get current token: 0.005825000815093517 +Info 21282[11:10:52.297] getCompletionData: Is inside comment: 0.0009899996221065521 +Info 21283[11:10:52.297] getCompletionData: Get previous token: 0.033006999641656876 +Info 21284[11:10:52.297] getCompletionsAtPosition: isCompletionListBlocker: 0.007725999690592289 +Info 21285[11:10:52.297] getExportInfoMap: cache hit +Info 21286[11:10:52.300] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21287[11:10:52.300] collectAutoImports: response is complete +Info 21288[11:10:52.300] collectAutoImports: 2.5591730000451207 +Info 21289[11:10:52.300] getCompletionData: Semantic work: 3.125535000115633 +Info 21290[11:10:52.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2754019992426038 +Info 21291[11:10:52.302] Format host information updated +Info 21292[11:10:55.233] getCompletionData: Get current token: 0.004616999998688698 +Info 21293[11:10:55.233] getCompletionData: Is inside comment: 0.0010110000148415565 +Info 21294[11:10:55.233] getCompletionData: Get previous token: 0.024997999891638756 +Info 21295[11:10:55.233] getCompletionsAtPosition: isCompletionListBlocker: 0.009610000066459179 +Info 21296[11:10:55.233] getExportInfoMap: cache hit +Info 21297[11:10:55.235] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21298[11:10:55.236] collectAutoImports: response is complete +Info 21299[11:10:55.236] collectAutoImports: 2.0136259999126196 +Info 21300[11:10:55.236] getCompletionData: Semantic work: 2.663029999472201 +Info 21301[11:10:55.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0679630003869534 +Info 21302[11:10:55.455] Format host information updated +Info 21303[11:10:55.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21304[11:10:55.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1276 structureChanged: false structureIsReused:: Completely Elapsed: 10.160660999827087ms +Info 21305[11:10:55.466] Different program with same set of files +Info 21306[11:10:56.641] Format host information updated +Info 21307[11:10:56.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21308[11:10:56.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1277 structureChanged: false structureIsReused:: Completely Elapsed: 7.658239000476897ms +Info 21309[11:10:56.649] Different program with same set of files +Info 21310[11:10:57.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21311[11:10:57.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1278 structureChanged: false structureIsReused:: Completely Elapsed: 6.76851399987936ms +Info 21312[11:10:57.484] Different program with same set of files +Info 21313[11:10:57.484] getCompletionData: Get current token: 0.006182000041007996 +Info 21314[11:10:57.484] getCompletionData: Is inside comment: 0.0008069993928074837 +Info 21315[11:10:57.484] getCompletionData: Get previous token: 0.023025999777019024 +Info 21316[11:10:57.484] getCompletionsAtPosition: isCompletionListBlocker: 0.0029260003939270973 +Info 21317[11:10:57.484] getCompletionData: Semantic work: 0.21108399983495474 +Info 21318[11:10:57.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09042599983513355 +Info 21319[11:10:57.484] Format host information updated +Info 21320[11:10:57.570] Format host information updated +Info 21321[11:10:57.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21322[11:10:57.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1279 structureChanged: false structureIsReused:: Completely Elapsed: 7.3789320001378655ms +Info 21323[11:10:57.577] Different program with same set of files +Info 21324[11:11:00.316] getCompletionData: Get current token: 0.006919999606907368 +Info 21325[11:11:00.316] getCompletionData: Is inside comment: 0.0011459998786449432 +Info 21326[11:11:00.316] getCompletionData: Get previous token: 0.023018999956548214 +Info 21327[11:11:00.316] getCompletionsAtPosition: isCompletionListBlocker: 0.0031939996406435966 +Info 21328[11:11:00.316] getCompletionData: Semantic work: 0.0750110000371933 +Info 21329[11:11:00.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11846699938178062 +Info 21330[11:11:00.615] Format host information updated +Info 21331[11:11:00.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21332[11:11:00.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1280 structureChanged: false structureIsReused:: Completely Elapsed: 8.621106999926269ms +Info 21333[11:11:00.624] Different program with same set of files +Info 21334[11:11:02.481] Format host information updated +Info 21335[11:11:02.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21336[11:11:02.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1281 structureChanged: false structureIsReused:: Completely Elapsed: 10.093333000317216ms +Info 21337[11:11:02.491] Different program with same set of files +Info 21338[11:11:02.960] getCompletionData: Get current token: 0.005016000010073185 +Info 21339[11:11:02.960] getCompletionData: Is inside comment: 0.01364699937403202 +Info 21340[11:11:02.960] getCompletionData: Get previous token: 0.012244000099599361 +Info 21341[11:11:02.960] getCompletionsAtPosition: isCompletionListBlocker: 0.009286999702453613 +Info 21342[11:11:02.961] getExportInfoMap: cache hit +Info 21343[11:11:02.984] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 21344[11:11:02.984] collectAutoImports: response is complete +Info 21345[11:11:02.984] collectAutoImports: 22.636957999318838 +Info 21346[11:11:02.984] getCompletionData: Semantic work: 23.747214999981225 +Info 21347[11:11:02.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.4152300003916025 +Info 21348[11:11:03.415] getCompletionData: Get current token: 0.007334000431001186 +Info 21349[11:11:03.415] getCompletionData: Is inside comment: 0.0012159999459981918 +Info 21350[11:11:03.415] getCompletionData: Get previous token: 0.046680000610649586 +Info 21351[11:11:03.415] getCompletionsAtPosition: isCompletionListBlocker: 0.011574999429285526 +Info 21352[11:11:03.416] getExportInfoMap: cache hit +Info 21353[11:11:03.421] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21354[11:11:03.421] collectAutoImports: response is complete +Info 21355[11:11:03.421] collectAutoImports: 4.629553999751806 +Info 21356[11:11:03.421] getCompletionData: Semantic work: 5.875846000388265 +Info 21357[11:11:03.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.396433999761939 +Info 21358[11:11:03.650] Format host information updated +Info 21359[11:11:03.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21360[11:11:03.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1282 structureChanged: false structureIsReused:: Completely Elapsed: 15.18177399970591ms +Info 21361[11:11:03.665] Different program with same set of files +Info 21362[11:11:04.075] getCompletionData: Get current token: 0.04450000077486038 +Info 21363[11:11:04.076] getCompletionData: Is inside comment: 0.12296200077980757 +Info 21364[11:11:04.076] getCompletionData: Get previous token: 0.14339799992740154 +Info 21365[11:11:04.076] getCompletionsAtPosition: isCompletionListBlocker: 0.030082999728620052 +Info 21366[11:11:04.079] getExportInfoMap: cache hit +Info 21367[11:11:04.090] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21368[11:11:04.090] collectAutoImports: response is complete +Info 21369[11:11:04.090] collectAutoImports: 11.227469000034034 +Info 21370[11:11:04.090] getCompletionData: Semantic work: 14.03594300057739 +Info 21371[11:11:04.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.122950999997556 +Info 21372[11:11:04.180] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21373[11:11:04.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1283 structureChanged: false structureIsReused:: Completely Elapsed: 13.151053000241518ms +Info 21374[11:11:04.193] Different program with same set of files +Info 21375[11:11:04.194] getCompletionData: Get current token: 0.004627000540494919 +Info 21376[11:11:04.194] getCompletionData: Is inside comment: 0.015572999604046345 +Info 21377[11:11:04.194] getCompletionData: Get previous token: 0.013801000081002712 +Info 21378[11:11:04.194] getCompletionsAtPosition: isCompletionListBlocker: 0.003181999549269676 +Info 21379[11:11:04.194] getCompletionData: Semantic work: 0.26340300031006336 +Info 21380[11:11:04.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08362200018018484 +Info 21381[11:11:04.198] Format host information updated +Info 21382[11:11:04.918] Format host information updated +Info 21383[11:11:04.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21384[11:11:04.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1284 structureChanged: false structureIsReused:: Completely Elapsed: 14.340642999857664ms +Info 21385[11:11:04.932] Different program with same set of files +Info 21386[11:11:05.046] Format host information updated +Info 21387[11:11:05.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21388[11:11:05.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1285 structureChanged: false structureIsReused:: Completely Elapsed: 10.350887999869883ms +Info 21389[11:11:05.057] Different program with same set of files +Info 21390[11:11:06.604] Format host information updated +Info 21391[11:11:06.605] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21392[11:11:06.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1286 structureChanged: false structureIsReused:: Completely Elapsed: 10.08232899941504ms +Info 21393[11:11:06.615] Different program with same set of files +Info 21394[11:11:08.279] Format host information updated +Info 21395[11:11:08.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21396[11:11:08.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1287 structureChanged: false structureIsReused:: Completely Elapsed: 10.504953000694513ms +Info 21397[11:11:08.290] Different program with same set of files +Info 21398[11:11:09.942] Format host information updated +Info 21399[11:11:09.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21400[11:11:09.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1288 structureChanged: false structureIsReused:: Completely Elapsed: 11.384120000526309ms +Info 21401[11:11:09.954] Different program with same set of files +Info 21402[11:11:13.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21403[11:11:13.735] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1289 structureChanged: false structureIsReused:: Completely Elapsed: 12.56666100025177ms +Info 21404[11:11:13.735] Different program with same set of files +Info 21405[11:11:13.735] getCompletionData: Get current token: 0.005645999684929848 +Info 21406[11:11:13.735] getCompletionData: Is inside comment: 0.0009819995611906052 +Info 21407[11:11:13.735] getCompletionData: Get previous token: 0.029265999794006348 +Info 21408[11:11:13.735] getCompletionsAtPosition: isCompletionListBlocker: 0.002306000329554081 +Info 21409[11:11:13.736] getCompletionData: Semantic work: 0.9324359996244311 +Info 21410[11:11:13.737] Format host information updated +Info 21411[11:11:13.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21412[11:11:13.868] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1290 structureChanged: false structureIsReused:: Completely Elapsed: 10.6512639997527ms +Info 21413[11:11:13.868] Different program with same set of files +Info 21414[11:11:13.869] getCompletionData: Get current token: 0.006312999874353409 +Info 21415[11:11:13.869] getCompletionData: Is inside comment: 0.0009590005502104759 +Info 21416[11:11:13.869] getCompletionData: Get previous token: 0.043225000612437725 +Info 21417[11:11:13.869] getCompletionsAtPosition: isCompletionListBlocker: 0.0025599999353289604 +Info 21418[11:11:13.870] getCompletionData: Semantic work: 1.611251000314951 +Info 21419[11:11:13.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09189699962735176 +Info 21420[11:11:13.871] Format host information updated +Info 21421[11:11:14.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21422[11:11:14.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1291 structureChanged: false structureIsReused:: Completely Elapsed: 9.776259999722242ms +Info 21423[11:11:14.084] Different program with same set of files +Info 21424[11:11:14.084] getCompletionData: Get current token: 0.005854000337421894 +Info 21425[11:11:14.084] getCompletionData: Is inside comment: 0.0010710004717111588 +Info 21426[11:11:14.084] getCompletionData: Get previous token: 0.036620999686419964 +Info 21427[11:11:14.084] getCompletionsAtPosition: isCompletionListBlocker: 0.003054000437259674 +Info 21428[11:11:14.085] getCompletionData: Semantic work: 0.857086000032723 +Info 21429[11:11:14.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07999200001358986 +Info 21430[11:11:14.086] Format host information updated +Info 21431[11:11:14.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21432[11:11:14.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1292 structureChanged: false structureIsReused:: Completely Elapsed: 10.27741300035268ms +Info 21433[11:11:14.383] Different program with same set of files +Info 21434[11:11:14.383] getCompletionData: Get current token: 0.006563000380992889 +Info 21435[11:11:14.383] getCompletionData: Is inside comment: 0.0010999999940395355 +Info 21436[11:11:14.383] getCompletionData: Get previous token: 0.042412000708281994 +Info 21437[11:11:14.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0025230003520846367 +Info 21438[11:11:14.384] getCompletionData: Semantic work: 0.9822260001674294 +Info 21439[11:11:14.384] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08366699982434511 +Info 21440[11:11:14.385] Format host information updated +Info 21441[11:11:14.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21442[11:11:14.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1293 structureChanged: false structureIsReused:: Completely Elapsed: 10.83066700026393ms +Info 21443[11:11:14.515] Different program with same set of files +Info 21444[11:11:14.516] getCompletionData: Get current token: 0.006912000477313995 +Info 21445[11:11:14.516] getCompletionData: Is inside comment: 0.001293000765144825 +Info 21446[11:11:14.516] getCompletionData: Get previous token: 0.04344699997454882 +Info 21447[11:11:14.516] getCompletionsAtPosition: isCompletionListBlocker: 0.0028630001470446587 +Info 21448[11:11:14.517] getCompletionData: Semantic work: 0.937729999423027 +Info 21449[11:11:14.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08280299976468086 +Info 21450[11:11:14.517] Format host information updated +Info 21451[11:11:14.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21452[11:11:14.658] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1294 structureChanged: false structureIsReused:: Completely Elapsed: 8.653252999298275ms +Info 21453[11:11:14.658] Different program with same set of files +Info 21454[11:11:14.659] getCompletionData: Get current token: 0.006102999672293663 +Info 21455[11:11:14.659] getCompletionData: Is inside comment: 0.0010940004140138626 +Info 21456[11:11:14.659] getCompletionData: Get previous token: 0.038478000089526176 +Info 21457[11:11:14.659] getCompletionsAtPosition: isCompletionListBlocker: 0.002097000367939472 +Info 21458[11:11:14.660] getCompletionData: Semantic work: 0.818589000031352 +Info 21459[11:11:14.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07040999922901392 +Info 21460[11:11:14.660] Format host information updated +Info 21461[11:11:14.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21462[11:11:14.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1295 structureChanged: false structureIsReused:: Completely Elapsed: 11.27541899960488ms +Info 21463[11:11:14.935] Different program with same set of files +Info 21464[11:11:14.936] getCompletionData: Get current token: 0.005572999827563763 +Info 21465[11:11:14.936] getCompletionData: Is inside comment: 0.0009220000356435776 +Info 21466[11:11:14.936] getCompletionData: Get previous token: 0.03459300007671118 +Info 21467[11:11:14.936] getCompletionsAtPosition: isCompletionListBlocker: 0.002776999957859516 +Info 21468[11:11:14.937] getCompletionData: Semantic work: 0.8900279998779297 +Info 21469[11:11:14.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08869499992579222 +Info 21470[11:11:14.937] Format host information updated +Info 21471[11:11:15.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21472[11:11:15.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1296 structureChanged: false structureIsReused:: Completely Elapsed: 29.140960999764502ms +Info 21473[11:11:15.086] Different program with same set of files +Info 21474[11:11:15.087] getCompletionData: Get current token: 0.022455000318586826 +Info 21475[11:11:15.087] getCompletionData: Is inside comment: 0.003325999714434147 +Info 21476[11:11:15.087] getCompletionData: Get previous token: 0.1396220000460744 +Info 21477[11:11:15.087] getCompletionsAtPosition: isCompletionListBlocker: 0.006178000010550022 +Info 21478[11:11:15.089] getCompletionData: Semantic work: 2.2053539995104074 +Info 21479[11:11:15.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1762720001861453 +Info 21480[11:11:15.090] Format host information updated +Info 21481[11:11:15.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21482[11:11:15.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1297 structureChanged: false structureIsReused:: Completely Elapsed: 7.774290000088513ms +Info 21483[11:11:15.133] Different program with same set of files +Info 21484[11:11:15.133] getCompletionData: Get current token: 0.00672800000756979 +Info 21485[11:11:15.133] getCompletionData: Is inside comment: 0.0009820004925131798 +Info 21486[11:11:15.133] getCompletionData: Get previous token: 0.039499999955296516 +Info 21487[11:11:15.133] getCompletionsAtPosition: isCompletionListBlocker: 0.0021569998934865 +Info 21488[11:11:15.134] getCompletionData: Semantic work: 0.7775410003960133 +Info 21489[11:11:15.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0662640007212758 +Info 21490[11:11:15.136] Format host information updated +Info 21491[11:11:15.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21492[11:11:15.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1298 structureChanged: false structureIsReused:: Completely Elapsed: 7.509571000002325ms +Info 21493[11:11:15.276] Different program with same set of files +Info 21494[11:11:15.276] getCompletionData: Get current token: 0.0065369997173547745 +Info 21495[11:11:15.276] getCompletionData: Is inside comment: 0.0011970000341534615 +Info 21496[11:11:15.276] getCompletionData: Get previous token: 0.04558200016617775 +Info 21497[11:11:15.276] getCompletionsAtPosition: isCompletionListBlocker: 0.002346999943256378 +Info 21498[11:11:15.277] getCompletionData: Semantic work: 0.9515549996867776 +Info 21499[11:11:15.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07955699972808361 +Info 21500[11:11:15.278] Format host information updated +Info 21501[11:11:15.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21502[11:11:15.584] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1299 structureChanged: false structureIsReused:: Completely Elapsed: 25.506395999342203ms +Info 21503[11:11:15.584] Different program with same set of files +Info 21504[11:11:15.585] getCompletionData: Get current token: 0.01630799937993288 +Info 21505[11:11:15.585] getCompletionData: Is inside comment: 0.002894999459385872 +Info 21506[11:11:15.585] getCompletionData: Get previous token: 0.10210999939590693 +Info 21507[11:11:15.585] getCompletionsAtPosition: isCompletionListBlocker: 0.006162000820040703 +Info 21508[11:11:15.587] getCompletionData: Semantic work: 2.195648000575602 +Info 21509[11:11:15.588] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20795599929988384 +Info 21510[11:11:15.588] Format host information updated +Info 21511[11:11:15.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21512[11:11:15.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1300 structureChanged: false structureIsReused:: Completely Elapsed: 26.609095999971032ms +Info 21513[11:11:15.725] Different program with same set of files +Info 21514[11:11:15.726] getCompletionData: Get current token: 0.026712000370025635 +Info 21515[11:11:15.726] getCompletionData: Is inside comment: 0.004390000365674496 +Info 21516[11:11:15.726] getCompletionData: Get previous token: 0.17689100001007318 +Info 21517[11:11:15.726] getCompletionsAtPosition: isCompletionListBlocker: 0.00776199996471405 +Info 21518[11:11:15.729] getCompletionData: Semantic work: 3.1523200003430247 +Info 21519[11:11:15.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.28610199969261885 +Info 21520[11:11:15.730] Format host information updated +Info 21521[11:11:15.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21522[11:11:15.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1301 structureChanged: false structureIsReused:: Completely Elapsed: 28.12517600040883ms +Info 21523[11:11:15.887] Different program with same set of files +Info 21524[11:11:15.888] getCompletionData: Get current token: 0.027060000225901604 +Info 21525[11:11:15.888] getCompletionData: Is inside comment: 0.004649000242352486 +Info 21526[11:11:15.888] getCompletionData: Get previous token: 0.23995999991893768 +Info 21527[11:11:15.889] getCompletionsAtPosition: isCompletionListBlocker: 0.007407999597489834 +Info 21528[11:11:15.892] getCompletionData: Semantic work: 3.000597999431193 +Info 21529[11:11:15.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.219221000559628 +Info 21530[11:11:15.899] Format host information updated +Info 21531[11:11:15.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21532[11:11:15.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1302 structureChanged: false structureIsReused:: Completely Elapsed: 13.52477699983865ms +Info 21533[11:11:15.935] Different program with same set of files +Info 21534[11:11:15.935] getCompletionData: Get current token: 0.005483999848365784 +Info 21535[11:11:15.935] getCompletionData: Is inside comment: 0.0010369997471570969 +Info 21536[11:11:15.936] getCompletionData: Get previous token: 0.03170100040733814 +Info 21537[11:11:15.936] getCompletionsAtPosition: isCompletionListBlocker: 0.003131999634206295 +Info 21538[11:11:15.937] getCompletionData: Semantic work: 0.952585999853909 +Info 21539[11:11:15.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14712699968367815 +Info 21540[11:11:15.937] Format host information updated +Info 21541[11:11:16.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21542[11:11:16.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1303 structureChanged: false structureIsReused:: Completely Elapsed: 7.9467520006001ms +Info 21543[11:11:16.044] Different program with same set of files +Info 21544[11:11:16.044] getCompletionData: Get current token: 0.0068709999322891235 +Info 21545[11:11:16.044] getCompletionData: Is inside comment: 0.001110999844968319 +Info 21546[11:11:16.044] getCompletionData: Get previous token: 0.03858800046145916 +Info 21547[11:11:16.044] getCompletionsAtPosition: isCompletionListBlocker: 0.002531999722123146 +Info 21548[11:11:16.045] getCompletionData: Semantic work: 0.9817770002409816 +Info 21549[11:11:16.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.089864999987185 +Info 21550[11:11:16.046] Format host information updated +Info 21551[11:11:16.183] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21552[11:11:16.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1304 structureChanged: false structureIsReused:: Completely Elapsed: 6.864454999566078ms +Info 21553[11:11:16.189] Different program with same set of files +Info 21554[11:11:16.190] getCompletionData: Get current token: 0.006656000390648842 +Info 21555[11:11:16.190] getCompletionData: Is inside comment: 0.0012650005519390106 +Info 21556[11:11:16.190] getCompletionData: Get previous token: 0.038441999815404415 +Info 21557[11:11:16.190] getCompletionsAtPosition: isCompletionListBlocker: 0.0022269999608397484 +Info 21558[11:11:16.191] getCompletionData: Semantic work: 0.9524710001423955 +Info 21559[11:11:16.191] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07794300001114607 +Info 21560[11:11:16.191] Format host information updated +Info 21561[11:11:16.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21562[11:11:16.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1305 structureChanged: false structureIsReused:: Completely Elapsed: 8.790928999893367ms +Info 21563[11:11:16.441] Different program with same set of files +Info 21564[11:11:16.441] getCompletionData: Get current token: 0.005396000109612942 +Info 21565[11:11:16.441] getCompletionData: Is inside comment: 0.0008389996364712715 +Info 21566[11:11:16.441] getCompletionData: Get previous token: 0.025809000246226788 +Info 21567[11:11:16.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0020810002461075783 +Info 21568[11:11:16.442] getCompletionData: Semantic work: 0.6890930002555251 +Info 21569[11:11:16.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06488100066781044 +Info 21570[11:11:16.442] Format host information updated +Info 21571[11:11:16.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21572[11:11:16.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1306 structureChanged: false structureIsReused:: Completely Elapsed: 20.82183100003749ms +Info 21573[11:11:16.534] Different program with same set of files +Info 21574[11:11:16.534] getCompletionData: Get current token: 0.020452999509871006 +Info 21575[11:11:16.534] getCompletionData: Is inside comment: 0.0036890003830194473 +Info 21576[11:11:16.534] getCompletionData: Get previous token: 0.1097010001540184 +Info 21577[11:11:16.535] getCompletionsAtPosition: isCompletionListBlocker: 0.0059390002861619 +Info 21578[11:11:16.537] getCompletionData: Semantic work: 2.661435999907553 +Info 21579[11:11:16.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22884900029748678 +Info 21580[11:11:16.538] Format host information updated +Info 21581[11:11:16.582] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21582[11:11:16.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1307 structureChanged: false structureIsReused:: Completely Elapsed: 15.860868000425398ms +Info 21583[11:11:16.598] Different program with same set of files +Info 21584[11:11:16.598] getCompletionData: Get current token: 0.010071000084280968 +Info 21585[11:11:16.598] getCompletionData: Is inside comment: 0.0018250001594424248 +Info 21586[11:11:16.598] getCompletionData: Get previous token: 0.05239299964159727 +Info 21587[11:11:16.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0033020004630088806 +Info 21588[11:11:16.599] getCompletionData: Semantic work: 1.1839349996298552 +Info 21589[11:11:16.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10846700053662062 +Info 21590[11:11:16.600] Format host information updated +Info 21591[11:11:16.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21592[11:11:16.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1308 structureChanged: false structureIsReused:: Completely Elapsed: 8.863293000496924ms +Info 21593[11:11:16.676] Different program with same set of files +Info 21594[11:11:16.676] getCompletionData: Get current token: 0.008204000070691109 +Info 21595[11:11:16.676] getCompletionData: Is inside comment: 0.0014119995757937431 +Info 21596[11:11:16.676] getCompletionData: Get previous token: 0.04485599976032972 +Info 21597[11:11:16.676] getCompletionsAtPosition: isCompletionListBlocker: 0.0032850001007318497 +Info 21598[11:11:16.677] getCompletionData: Semantic work: 1.0630409996956587 +Info 21599[11:11:16.677] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09619500022381544 +Info 21600[11:11:16.678] Format host information updated +Info 21601[11:11:16.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21602[11:11:16.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1309 structureChanged: false structureIsReused:: Completely Elapsed: 7.064167000353336ms +Info 21603[11:11:16.800] Different program with same set of files +Info 21604[11:11:16.800] getCompletionData: Get current token: 0.0073090000078082085 +Info 21605[11:11:16.800] getCompletionData: Is inside comment: 0.001364000141620636 +Info 21606[11:11:16.800] getCompletionData: Get previous token: 0.03859599959105253 +Info 21607[11:11:16.800] getCompletionsAtPosition: isCompletionListBlocker: 0.002450999803841114 +Info 21608[11:11:16.803] getCompletionData: Semantic work: 2.7943369997665286 +Info 21609[11:11:16.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09155700076371431 +Info 21610[11:11:16.803] Format host information updated +Info 21611[11:11:17.580] Format host information updated +Info 21612[11:11:17.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21613[11:11:17.589] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1310 structureChanged: false structureIsReused:: Completely Elapsed: 8.86200200021267ms +Info 21614[11:11:17.589] Different program with same set of files +Info 21615[11:11:20.229] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21616[11:11:20.239] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1311 structureChanged: false structureIsReused:: Completely Elapsed: 9.890956999734044ms +Info 21617[11:11:20.239] Different program with same set of files +Info 21618[11:11:20.239] getCompletionData: Get current token: 0.005254000425338745 +Info 21619[11:11:20.239] getCompletionData: Is inside comment: 0.000850999727845192 +Info 21620[11:11:20.239] getCompletionData: Get previous token: 0.027215000241994858 +Info 21621[11:11:20.239] getCompletionsAtPosition: isCompletionListBlocker: 0.0023340005427598953 +Info 21622[11:11:20.240] getCompletionData: Semantic work: 0.7278770003467798 +Info 21623[11:11:20.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06859000027179718 +Info 21624[11:11:20.240] Format host information updated +Info 21625[11:11:20.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21626[11:11:20.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1312 structureChanged: false structureIsReused:: Completely Elapsed: 10.724759000353515ms +Info 21627[11:11:20.515] Different program with same set of files +Info 21628[11:11:20.515] getCompletionData: Get current token: 0.010834000073373318 +Info 21629[11:11:20.515] getCompletionData: Is inside comment: 0.001516999676823616 +Info 21630[11:11:20.515] getCompletionData: Get previous token: 0.058889999985694885 +Info 21631[11:11:20.515] getCompletionsAtPosition: isCompletionListBlocker: 0.0033399993553757668 +Info 21632[11:11:20.517] getCompletionData: Semantic work: 1.3970610005781054 +Info 21633[11:11:20.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12365600001066923 +Info 21634[11:11:20.521] Format host information updated +Info 21635[11:11:20.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21636[11:11:20.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1313 structureChanged: false structureIsReused:: Completely Elapsed: 6.624203000217676ms +Info 21637[11:11:20.675] Different program with same set of files +Info 21638[11:11:20.675] getCompletionData: Get current token: 0.005297999829053879 +Info 21639[11:11:20.675] getCompletionData: Is inside comment: 0.0009620003402233124 +Info 21640[11:11:20.675] getCompletionData: Get previous token: 0.02990099973976612 +Info 21641[11:11:20.675] getCompletionsAtPosition: isCompletionListBlocker: 0.0020829997956752777 +Info 21642[11:11:20.676] getCompletionData: Semantic work: 0.701689999550581 +Info 21643[11:11:20.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06771599967032671 +Info 21644[11:11:20.676] Format host information updated +Info 21645[11:11:20.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21646[11:11:21.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1314 structureChanged: false structureIsReused:: Completely Elapsed: 8.801574000157416ms +Info 21647[11:11:21.008] Different program with same set of files +Info 21648[11:11:21.008] getCompletionData: Get current token: 0.005169999785721302 +Info 21649[11:11:21.008] getCompletionData: Is inside comment: 0.0008539995178580284 +Info 21650[11:11:21.008] getCompletionData: Get previous token: 0.026657999493181705 +Info 21651[11:11:21.008] getCompletionsAtPosition: isCompletionListBlocker: 0.002298000268638134 +Info 21652[11:11:21.009] getCompletionData: Semantic work: 0.7251510005444288 +Info 21653[11:11:21.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06685899943113327 +Info 21654[11:11:21.009] Format host information updated +Info 21655[11:11:21.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21656[11:11:21.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1315 structureChanged: false structureIsReused:: Completely Elapsed: 6.813052999787033ms +Info 21657[11:11:21.095] Different program with same set of files +Info 21658[11:11:21.095] getCompletionData: Get current token: 0.0063579995185136795 +Info 21659[11:11:21.095] getCompletionData: Is inside comment: 0.001199999824166298 +Info 21660[11:11:21.096] getCompletionData: Get previous token: 0.034330000169575214 +Info 21661[11:11:21.096] getCompletionsAtPosition: isCompletionListBlocker: 0.0023090001195669174 +Info 21662[11:11:21.096] getCompletionData: Semantic work: 0.8094149995595217 +Info 21663[11:11:21.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07514799945056438 +Info 21664[11:11:21.097] Format host information updated +Info 21665[11:11:21.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21666[11:11:21.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1316 structureChanged: false structureIsReused:: Completely Elapsed: 9.499361000023782ms +Info 21667[11:11:21.234] Different program with same set of files +Info 21668[11:11:21.234] getCompletionData: Get current token: 0.006560000590980053 +Info 21669[11:11:21.234] getCompletionData: Is inside comment: 0.0010839998722076416 +Info 21670[11:11:21.234] getCompletionData: Get previous token: 0.032267000526189804 +Info 21671[11:11:21.234] getCompletionsAtPosition: isCompletionListBlocker: 0.0032669994980096817 +Info 21672[11:11:21.235] getCompletionData: Semantic work: 0.8336489992216229 +Info 21673[11:11:21.235] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07364100031554699 +Info 21674[11:11:21.238] Format host information updated +Info 21675[11:11:21.360] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21676[11:11:21.385] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1317 structureChanged: false structureIsReused:: Completely Elapsed: 24.913820000365376ms +Info 21677[11:11:21.385] Different program with same set of files +Info 21678[11:11:21.385] getCompletionData: Get current token: 0.017860000021755695 +Info 21679[11:11:21.385] getCompletionData: Is inside comment: 0.003635999746620655 +Info 21680[11:11:21.385] getCompletionData: Get previous token: 0.10374199971556664 +Info 21681[11:11:21.386] getCompletionsAtPosition: isCompletionListBlocker: 0.006163999438285828 +Info 21682[11:11:21.388] getCompletionData: Semantic work: 2.196666999720037 +Info 21683[11:11:21.388] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19766699988394976 +Info 21684[11:11:21.389] Format host information updated +Info 21685[11:11:21.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21686[11:11:21.430] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1318 structureChanged: false structureIsReused:: Completely Elapsed: 7.521205000579357ms +Info 21687[11:11:21.430] Different program with same set of files +Info 21688[11:11:21.430] getCompletionData: Get current token: 0.006451000459492207 +Info 21689[11:11:21.430] getCompletionData: Is inside comment: 0.0011470001190900803 +Info 21690[11:11:21.430] getCompletionData: Get previous token: 0.035717000253498554 +Info 21691[11:11:21.430] getCompletionsAtPosition: isCompletionListBlocker: 0.0026399996131658554 +Info 21692[11:11:21.431] getCompletionData: Semantic work: 0.8767179995775223 +Info 21693[11:11:21.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07766100019216537 +Info 21694[11:11:21.434] Format host information updated +Info 21695[11:11:26.922] getCompletionData: Get current token: 0.004519999958574772 +Info 21696[11:11:26.922] getCompletionData: Is inside comment: 0.011064000427722931 +Info 21697[11:11:26.922] getCompletionData: Get previous token: 0.0164170004427433 +Info 21698[11:11:26.922] getCompletionsAtPosition: isCompletionListBlocker: 0.002923000603914261 +Info 21699[11:11:26.923] getCompletionData: Semantic work: 0.3253020001575351 +Info 21700[11:11:26.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7386440001428127 +Info 21701[11:11:27.032] Format host information updated +Info 21702[11:11:27.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21703[11:11:27.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1319 structureChanged: false structureIsReused:: Completely Elapsed: 6.401610999368131ms +Info 21704[11:11:27.039] Different program with same set of files +Info 21705[11:11:27.136] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21706[11:11:27.145] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1320 structureChanged: false structureIsReused:: Completely Elapsed: 9.601362000219524ms +Info 21707[11:11:27.145] Different program with same set of files +Info 21708[11:11:27.145] getCompletionData: Get current token: 0.005909999832510948 +Info 21709[11:11:27.145] getCompletionData: Is inside comment: 0.015042999759316444 +Info 21710[11:11:27.145] getCompletionData: Get previous token: 0.012125999666750431 +Info 21711[11:11:27.146] getCompletionsAtPosition: isCompletionListBlocker: 0.008971000090241432 +Info 21712[11:11:27.146] getExportInfoMap: cache hit +Info 21713[11:11:27.161] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 21714[11:11:27.161] collectAutoImports: response is complete +Info 21715[11:11:27.161] collectAutoImports: 15.14731500018388 +Info 21716[11:11:27.161] getCompletionData: Semantic work: 15.898113999515772 +Info 21717[11:11:27.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.640626000240445 +Info 21718[11:11:27.176] Format host information updated +Info 21719[11:11:27.253] Format host information updated +Info 21720[11:11:27.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21721[11:11:27.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1321 structureChanged: false structureIsReused:: Completely Elapsed: 15.053876000456512ms +Info 21722[11:11:27.269] Different program with same set of files +Info 21723[11:11:27.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21724[11:11:27.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1322 structureChanged: false structureIsReused:: Completely Elapsed: 8.741787999868393ms +Info 21725[11:11:27.354] Different program with same set of files +Info 21726[11:11:27.355] getCompletionData: Get current token: 0.0068070003762841225 +Info 21727[11:11:27.355] getCompletionData: Is inside comment: 0.01980500016361475 +Info 21728[11:11:27.355] getCompletionData: Get previous token: 0.03121700044721365 +Info 21729[11:11:27.355] getCompletionsAtPosition: isCompletionListBlocker: 0.010445999912917614 +Info 21730[11:11:27.355] getExportInfoMap: cache hit +Info 21731[11:11:27.360] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 21732[11:11:27.360] collectAutoImports: response is complete +Info 21733[11:11:27.360] collectAutoImports: 4.164711999706924 +Info 21734[11:11:27.360] getCompletionData: Semantic work: 4.951054999604821 +Info 21735[11:11:27.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5620189998298883 +Info 21736[11:11:27.366] Format host information updated +Info 21737[11:11:27.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21738[11:11:27.517] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1323 structureChanged: false structureIsReused:: Completely Elapsed: 7.018946999683976ms +Info 21739[11:11:27.517] Different program with same set of files +Info 21740[11:11:27.517] getCompletionData: Get current token: 0.005947999656200409 +Info 21741[11:11:27.517] getCompletionData: Is inside comment: 0.015425000339746475 +Info 21742[11:11:27.517] getCompletionData: Get previous token: 0.02419400028884411 +Info 21743[11:11:27.518] getCompletionsAtPosition: isCompletionListBlocker: 0.00863999966531992 +Info 21744[11:11:27.518] getExportInfoMap: cache hit +Info 21745[11:11:27.521] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 21746[11:11:27.521] collectAutoImports: response is complete +Info 21747[11:11:27.521] collectAutoImports: 3.1327149998396635 +Info 21748[11:11:27.521] getCompletionData: Semantic work: 3.7184069994837046 +Info 21749[11:11:27.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7263310002163053 +Info 21750[11:11:27.525] Format host information updated +Info 21751[11:11:27.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21752[11:11:27.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1324 structureChanged: false structureIsReused:: Completely Elapsed: 28.304330000653863ms +Info 21753[11:11:27.629] Different program with same set of files +Info 21754[11:11:27.629] getCompletionData: Get current token: 0.012036999687552452 +Info 21755[11:11:27.629] getCompletionData: Is inside comment: 0.029798000119626522 +Info 21756[11:11:27.630] getCompletionData: Get previous token: 0.046860999427735806 +Info 21757[11:11:27.630] getCompletionsAtPosition: isCompletionListBlocker: 0.01730399951338768 +Info 21758[11:11:27.631] getExportInfoMap: cache hit +Info 21759[11:11:27.635] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 21760[11:11:27.635] collectAutoImports: response is complete +Info 21761[11:11:27.635] collectAutoImports: 4.040688999928534 +Info 21762[11:11:27.635] getCompletionData: Semantic work: 5.115129000507295 +Info 21763[11:11:27.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.830426000058651 +Info 21764[11:11:27.640] Format host information updated +Info 21765[11:11:27.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21766[11:11:27.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1325 structureChanged: false structureIsReused:: Completely Elapsed: 18.115375000052154ms +Info 21767[11:11:27.738] Different program with same set of files +Info 21768[11:11:27.738] getCompletionData: Get current token: 0.01587000023573637 +Info 21769[11:11:27.738] getCompletionData: Is inside comment: 0.04281899984925985 +Info 21770[11:11:27.739] getCompletionData: Get previous token: 0.0657150000333786 +Info 21771[11:11:27.739] getCompletionsAtPosition: isCompletionListBlocker: 0.020796999335289 +Info 21772[11:11:27.740] getExportInfoMap: cache hit +Info 21773[11:11:27.745] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21774[11:11:27.745] collectAutoImports: response is complete +Info 21775[11:11:27.745] collectAutoImports: 4.69278800021857 +Info 21776[11:11:27.745] getCompletionData: Semantic work: 5.958421000279486 +Info 21777[11:11:27.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.921903000213206 +Info 21778[11:11:27.750] Format host information updated +Info 21779[11:11:27.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21780[11:11:27.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1326 structureChanged: false structureIsReused:: Completely Elapsed: 11.869721999391913ms +Info 21781[11:11:27.808] Different program with same set of files +Info 21782[11:11:27.808] getCompletionData: Get current token: 0.007422999478876591 +Info 21783[11:11:27.808] getCompletionData: Is inside comment: 0.018825999461114407 +Info 21784[11:11:27.809] getCompletionData: Get previous token: 0.030043000355362892 +Info 21785[11:11:27.809] getCompletionsAtPosition: isCompletionListBlocker: 0.01080000028014183 +Info 21786[11:11:27.809] getExportInfoMap: cache hit +Info 21787[11:11:27.812] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21788[11:11:27.812] collectAutoImports: response is complete +Info 21789[11:11:27.812] collectAutoImports: 2.9807259999215603 +Info 21790[11:11:27.812] getCompletionData: Semantic work: 3.7354449992999434 +Info 21791[11:11:27.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.870500000193715 +Info 21792[11:11:27.816] Format host information updated +Info 21793[11:11:27.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21794[11:11:27.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1327 structureChanged: false structureIsReused:: Completely Elapsed: 14.097510000690818ms +Info 21795[11:11:27.885] Different program with same set of files +Info 21796[11:11:27.885] getCompletionData: Get current token: 0.012681000865995884 +Info 21797[11:11:27.885] getCompletionData: Is inside comment: 0.03398400079458952 +Info 21798[11:11:27.886] getCompletionData: Get previous token: 0.05268799979239702 +Info 21799[11:11:27.886] getCompletionsAtPosition: isCompletionListBlocker: 0.016782999970018864 +Info 21800[11:11:27.887] getExportInfoMap: cache hit +Info 21801[11:11:27.891] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21802[11:11:27.891] collectAutoImports: response is complete +Info 21803[11:11:27.891] collectAutoImports: 4.776535000652075 +Info 21804[11:11:27.892] getCompletionData: Semantic work: 5.8669490003958344 +Info 21805[11:11:27.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.361942000687122 +Info 21806[11:11:27.900] Format host information updated +Info 21807[11:11:28.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21808[11:11:28.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1328 structureChanged: false structureIsReused:: Completely Elapsed: 6.5283880000934005ms +Info 21809[11:11:28.051] Different program with same set of files +Info 21810[11:11:28.051] getCompletionData: Get current token: 0.005393999628722668 +Info 21811[11:11:28.052] getCompletionData: Is inside comment: 0.013819999992847443 +Info 21812[11:11:28.052] getCompletionData: Get previous token: 0.02257599961012602 +Info 21813[11:11:28.052] getCompletionsAtPosition: isCompletionListBlocker: 0.007685000076889992 +Info 21814[11:11:28.052] getExportInfoMap: cache hit +Info 21815[11:11:28.054] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21816[11:11:28.054] collectAutoImports: response is complete +Info 21817[11:11:28.054] collectAutoImports: 2.125211000442505 +Info 21818[11:11:28.054] getCompletionData: Semantic work: 2.6525799995288253 +Info 21819[11:11:28.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.95242500025779 +Info 21820[11:11:28.057] Format host information updated +Info 21821[11:11:28.742] getCompletionData: Get current token: 0.004921000450849533 +Info 21822[11:11:28.742] getCompletionData: Is inside comment: 0.01322299987077713 +Info 21823[11:11:28.742] getCompletionData: Get previous token: 0.019797000102698803 +Info 21824[11:11:28.742] getCompletionsAtPosition: isCompletionListBlocker: 0.009696000255644321 +Info 21825[11:11:28.742] getExportInfoMap: cache hit +Info 21826[11:11:28.744] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21827[11:11:28.744] collectAutoImports: response is complete +Info 21828[11:11:28.744] collectAutoImports: 1.9914049999788404 +Info 21829[11:11:28.744] getCompletionData: Semantic work: 2.579145999625325 +Info 21830[11:11:28.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.741593999788165 +Info 21831[11:11:28.833] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21832[11:11:28.842] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1329 structureChanged: false structureIsReused:: Completely Elapsed: 8.941930000670254ms +Info 21833[11:11:28.842] Different program with same set of files +Info 21834[11:11:28.842] getCompletionData: Get current token: 0.004986000247299671 +Info 21835[11:11:28.842] getCompletionData: Is inside comment: 0.013106999918818474 +Info 21836[11:11:28.842] getCompletionData: Get previous token: 0.020459999330341816 +Info 21837[11:11:28.842] getCompletionsAtPosition: isCompletionListBlocker: 0.008638999424874783 +Info 21838[11:11:28.842] getExportInfoMap: cache hit +Info 21839[11:11:28.854] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 21840[11:11:28.854] collectAutoImports: response is complete +Info 21841[11:11:28.854] collectAutoImports: 11.88577700033784 +Info 21842[11:11:28.854] getCompletionData: Semantic work: 12.400848000310361 +Info 21843[11:11:28.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2741169994696975 +Info 21844[11:11:28.865] Format host information updated +Info 21845[11:11:30.638] Format host information updated +Info 21846[11:11:30.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21847[11:11:30.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1330 structureChanged: false structureIsReused:: Completely Elapsed: 7.175737999379635ms +Info 21848[11:11:30.646] Different program with same set of files +Info 21849[11:11:30.712] Format host information updated +Info 21850[11:11:30.712] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21851[11:11:30.720] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1331 structureChanged: false structureIsReused:: Completely Elapsed: 7.512097999453545ms +Info 21852[11:11:30.720] Different program with same set of files +Info 21853[11:11:31.569] Format host information updated +Info 21854[11:11:31.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21855[11:11:31.576] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1332 structureChanged: false structureIsReused:: Completely Elapsed: 6.693846000358462ms +Info 21856[11:11:31.576] Different program with same set of files +Info 21857[11:11:31.888] Format host information updated +Info 21858[11:11:31.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21859[11:11:31.897] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1333 structureChanged: false structureIsReused:: Completely Elapsed: 9.077030999585986ms +Info 21860[11:11:31.897] Different program with same set of files +Info 21861[11:11:31.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21862[11:11:32.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1334 structureChanged: false structureIsReused:: Completely Elapsed: 7.716492999345064ms +Info 21863[11:11:32.002] Different program with same set of files +Info 21864[11:11:32.002] getCompletionData: Get current token: 0.0033579999580979347 +Info 21865[11:11:32.002] getCompletionData: Is inside comment: 0.009823000058531761 +Info 21866[11:11:32.002] getCompletionData: Get previous token: 0.01747999992221594 +Info 21867[11:11:32.002] getCompletionsAtPosition: isCompletionListBlocker: 0.0026079993695020676 +Info 21868[11:11:32.003] getExportInfoMap: cache hit +Info 21869[11:11:32.005] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 12 from cache +Info 21870[11:11:32.005] collectAutoImports: response is complete +Info 21871[11:11:32.005] collectAutoImports: 2.752205000258982 +Info 21872[11:11:32.005] getCompletionData: Semantic work: 3.55955099966377 +Info 21873[11:11:32.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1314860004931688 +Info 21874[11:11:32.007] Format host information updated +Info 21875[11:11:32.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21876[11:11:32.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1335 structureChanged: false structureIsReused:: Completely Elapsed: 6.366781000047922ms +Info 21877[11:11:32.098] Different program with same set of files +Info 21878[11:11:32.098] getCompletionData: Get current token: 0.004012000747025013 +Info 21879[11:11:32.098] getCompletionData: Is inside comment: 0.011262999847531319 +Info 21880[11:11:32.099] getCompletionData: Get previous token: 0.018849999643862247 +Info 21881[11:11:32.099] getCompletionsAtPosition: isCompletionListBlocker: 0.00203000009059906 +Info 21882[11:11:32.099] getExportInfoMap: cache hit +Info 21883[11:11:32.101] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 21884[11:11:32.101] collectAutoImports: response is complete +Info 21885[11:11:32.101] collectAutoImports: 2.0241099996492267 +Info 21886[11:11:32.101] getCompletionData: Semantic work: 2.520356999710202 +Info 21887[11:11:32.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.946212999522686 +Info 21888[11:11:32.103] Format host information updated +Info 21889[11:11:32.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21890[11:11:32.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1336 structureChanged: false structureIsReused:: Completely Elapsed: 9.579208999872208ms +Info 21891[11:11:32.330] Different program with same set of files +Info 21892[11:11:32.330] getCompletionData: Get current token: 0.004538999870419502 +Info 21893[11:11:32.330] getCompletionData: Is inside comment: 0.011649000458419323 +Info 21894[11:11:32.330] getCompletionData: Get previous token: 0.019400999881327152 +Info 21895[11:11:32.330] getCompletionsAtPosition: isCompletionListBlocker: 0.0029250001534819603 +Info 21896[11:11:32.331] getExportInfoMap: cache hit +Info 21897[11:11:32.333] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21898[11:11:32.333] collectAutoImports: response is complete +Info 21899[11:11:32.333] collectAutoImports: 2.1884819995611906 +Info 21900[11:11:32.333] getCompletionData: Semantic work: 2.8070249995216727 +Info 21901[11:11:32.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1425750004127622 +Info 21902[11:11:32.335] Format host information updated +Info 21903[11:11:32.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21904[11:11:32.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1337 structureChanged: false structureIsReused:: Completely Elapsed: 8.148930000141263ms +Info 21905[11:11:32.442] Different program with same set of files +Info 21906[11:11:32.442] getCompletionData: Get current token: 0.005239999853074551 +Info 21907[11:11:32.442] getCompletionData: Is inside comment: 0.015246999450027943 +Info 21908[11:11:32.442] getCompletionData: Get previous token: 0.024935999885201454 +Info 21909[11:11:32.442] getCompletionsAtPosition: isCompletionListBlocker: 0.002689000219106674 +Info 21910[11:11:32.443] getExportInfoMap: cache hit +Info 21911[11:11:32.446] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21912[11:11:32.446] collectAutoImports: response is complete +Info 21913[11:11:32.446] collectAutoImports: 2.515549000352621 +Info 21914[11:11:32.446] getCompletionData: Semantic work: 3.1744790002703667 +Info 21915[11:11:32.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2872390002012253 +Info 21916[11:11:32.448] Format host information updated +Info 21917[11:11:33.183] getCompletionData: Get current token: 0.006102000363171101 +Info 21918[11:11:33.183] getCompletionData: Is inside comment: 0.010466000065207481 +Info 21919[11:11:33.183] getCompletionData: Get previous token: 0.01641100086271763 +Info 21920[11:11:33.183] getCompletionsAtPosition: isCompletionListBlocker: 0.002840000204741955 +Info 21921[11:11:33.184] getExportInfoMap: cache hit +Info 21922[11:11:33.185] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21923[11:11:33.186] collectAutoImports: response is complete +Info 21924[11:11:33.186] collectAutoImports: 1.8819209998473525 +Info 21925[11:11:33.186] getCompletionData: Semantic work: 2.5463160006329417 +Info 21926[11:11:33.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.542377999983728 +Info 21927[11:11:33.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21928[11:11:33.374] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1338 structureChanged: false structureIsReused:: Completely Elapsed: 6.8412029994651675ms +Info 21929[11:11:33.375] Different program with same set of files +Info 21930[11:11:33.375] getCompletionData: Get current token: 0.0038050003349781036 +Info 21931[11:11:33.375] getCompletionData: Is inside comment: 0.010205999948084354 +Info 21932[11:11:33.375] getCompletionData: Get previous token: 0.009182999841868877 +Info 21933[11:11:33.375] getCompletionsAtPosition: isCompletionListBlocker: 0.002833000384271145 +Info 21934[11:11:33.375] getCompletionData: Semantic work: 0.21743700001388788 +Info 21935[11:11:33.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06085500027984381 +Info 21936[11:11:33.375] Format host information updated +Info 21937[11:11:37.047] Format host information updated +Info 21938[11:11:37.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21939[11:11:37.054] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1339 structureChanged: false structureIsReused:: Completely Elapsed: 6.644638000056148ms +Info 21940[11:11:37.054] Different program with same set of files +Info 21941[11:11:37.237] Format host information updated +Info 21942[11:11:37.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21943[11:11:37.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1340 structureChanged: false structureIsReused:: Completely Elapsed: 8.11784499976784ms +Info 21944[11:11:37.245] Different program with same set of files +Info 21945[11:11:46.176] getCompletionData: Get current token: 0.024257000535726547 +Info 21946[11:11:46.177] getCompletionData: Is inside comment: 0.06326400022953749 +Info 21947[11:11:46.177] getCompletionData: Get previous token: 0.08674999978393316 +Info 21948[11:11:46.177] getCompletionsAtPosition: isCompletionListBlocker: 0.023579999804496765 +Info 21949[11:11:46.177] getCompletionData: Semantic work: 0.5638229995965958 +Info 21950[11:11:46.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.33531100023537874 +Info 21951[11:11:46.686] Format host information updated +Info 21952[11:11:46.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21953[11:11:46.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1341 structureChanged: false structureIsReused:: Completely Elapsed: 7.1418139999732375ms +Info 21954[11:11:46.693] Different program with same set of files +Info 21955[11:11:46.921] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21956[11:11:46.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1342 structureChanged: false structureIsReused:: Completely Elapsed: 9.066562999971211ms +Info 21957[11:11:46.930] Different program with same set of files +Info 21958[11:11:46.930] getCompletionData: Get current token: 0.003962000831961632 +Info 21959[11:11:46.930] getCompletionData: Is inside comment: 0.013797999359667301 +Info 21960[11:11:46.930] getCompletionData: Get previous token: 0.03631300013512373 +Info 21961[11:11:46.930] getCompletionsAtPosition: isCompletionListBlocker: 0.0035020001232624054 +Info 21962[11:11:46.930] getCompletionData: Semantic work: 0.2706460002809763 +Info 21963[11:11:46.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07910099998116493 +Info 21964[11:11:46.931] Format host information updated +Info 21965[11:11:47.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21966[11:11:47.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1343 structureChanged: false structureIsReused:: Completely Elapsed: 7.375703999772668ms +Info 21967[11:11:47.065] Different program with same set of files +Info 21968[11:11:47.065] getCompletionData: Get current token: 0.0040000006556510925 +Info 21969[11:11:47.065] getCompletionData: Is inside comment: 0.01331700012087822 +Info 21970[11:11:47.065] getCompletionData: Get previous token: 0.03575299959629774 +Info 21971[11:11:47.065] getCompletionsAtPosition: isCompletionListBlocker: 0.003004000522196293 +Info 21972[11:11:47.065] getCompletionData: Semantic work: 0.22080700006335974 +Info 21973[11:11:47.066] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06316599994897842 +Info 21974[11:11:47.068] Format host information updated +Info 21975[11:11:47.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21976[11:11:47.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1344 structureChanged: false structureIsReused:: Completely Elapsed: 6.734829000197351ms +Info 21977[11:11:47.244] Different program with same set of files +Info 21978[11:11:47.244] getCompletionData: Get current token: 0.0039270007982850075 +Info 21979[11:11:47.244] getCompletionData: Is inside comment: 0.011864000000059605 +Info 21980[11:11:47.244] getCompletionData: Get previous token: 0.020495000295341015 +Info 21981[11:11:47.244] getCompletionsAtPosition: isCompletionListBlocker: 0.003471999429166317 +Info 21982[11:11:47.245] getCompletionData: Semantic work: 0.21890199929475784 +Info 21983[11:11:47.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06256900075823069 +Info 21984[11:11:47.245] Format host information updated +Info 21985[11:11:47.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21986[11:11:47.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1345 structureChanged: false structureIsReused:: Completely Elapsed: 7.313896000385284ms +Info 21987[11:11:47.375] Different program with same set of files +Info 21988[11:11:47.375] getCompletionData: Get current token: 0.004798999987542629 +Info 21989[11:11:47.375] getCompletionData: Is inside comment: 0.01517299935221672 +Info 21990[11:11:47.375] getCompletionData: Get previous token: 0.025181000120937824 +Info 21991[11:11:47.375] getCompletionsAtPosition: isCompletionListBlocker: 0.0035250000655651093 +Info 21992[11:11:47.375] getCompletionData: Semantic work: 0.2505089994519949 +Info 21993[11:11:47.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07115400023758411 +Info 21994[11:11:47.377] Format host information updated +Info 21995[11:11:47.955] Format host information updated +Info 21996[11:11:47.955] Format host information updated +Info 21997[11:11:47.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21998[11:11:47.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1346 structureChanged: false structureIsReused:: Completely Elapsed: 7.638698999769986ms +Info 21999[11:11:47.963] Different program with same set of files +Info 22000[11:11:47.963] getCompletionData: Get current token: 0.005016000010073185 +Info 22001[11:11:47.963] getCompletionData: Is inside comment: 0.016334999352693558 +Info 22002[11:11:47.963] getCompletionData: Get previous token: 0.014720999635756016 +Info 22003[11:11:47.963] getCompletionsAtPosition: isCompletionListBlocker: 0.00239500030875206 +Info 22004[11:11:47.964] getExportInfoMap: cache hit +Info 22005[11:11:47.986] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22006[11:11:47.986] collectAutoImports: response is complete +Info 22007[11:11:47.986] collectAutoImports: 21.473744000308216 +Info 22008[11:11:47.986] getCompletionData: Semantic work: 22.323041999712586 +Info 22009[11:11:47.990] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.194296999834478 +Info 22010[11:11:47.993] getCompletionData: Get current token: 0.019653999246656895 +Info 22011[11:11:47.993] getCompletionData: Is inside comment: 0.002960999496281147 +Info 22012[11:11:47.993] getCompletionData: Get previous token: 0.042419000528752804 +Info 22013[11:11:47.993] getCompletionsAtPosition: isCompletionListBlocker: 0.004778999835252762 +Info 22014[11:11:47.994] getCompletionData: Semantic work: 0.1406020000576973 +Info 22015[11:11:47.997] getCompletionData: Get current token: 0.008376000449061394 +Info 22016[11:11:47.997] getCompletionData: Is inside comment: 0.0015289997681975365 +Info 22017[11:11:47.997] getCompletionData: Get previous token: 0.049015999771654606 +Info 22018[11:11:47.997] getCompletionsAtPosition: isCompletionListBlocker: 0.002821999602019787 +Info 22019[11:11:47.998] getCompletionData: Semantic work: 0.08733399957418442 +Info 22020[11:11:47.998] Format host information updated +Info 22021[11:11:48.032] Format host information updated +Info 22022[11:11:48.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22023[11:11:48.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1347 structureChanged: false structureIsReused:: Completely Elapsed: 6.762424000538886ms +Info 22024[11:11:48.039] Different program with same set of files +Info 22025[11:11:50.818] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22026[11:11:50.825] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1348 structureChanged: false structureIsReused:: Completely Elapsed: 7.134120999835432ms +Info 22027[11:11:50.825] Different program with same set of files +Info 22028[11:11:50.825] getCompletionData: Get current token: 0.0035600000992417336 +Info 22029[11:11:50.825] getCompletionData: Is inside comment: 0.011714000254869461 +Info 22030[11:11:50.825] getCompletionData: Get previous token: 0.020413000136613846 +Info 22031[11:11:50.825] getCompletionsAtPosition: isCompletionListBlocker: 0.0020099999383091927 +Info 22032[11:11:50.826] getExportInfoMap: cache hit +Info 22033[11:11:50.829] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 80 from cache +Info 22034[11:11:50.829] collectAutoImports: response is complete +Info 22035[11:11:50.829] collectAutoImports: 3.826590000651777 +Info 22036[11:11:50.829] getCompletionData: Semantic work: 4.434092000126839 +Info 22037[11:11:50.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4121030000969768 +Info 22038[11:11:50.832] Format host information updated +Info 22039[11:11:50.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22040[11:11:50.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1349 structureChanged: false structureIsReused:: Completely Elapsed: 9.688209000043571ms +Info 22041[11:11:50.965] Different program with same set of files +Info 22042[11:11:50.965] getCompletionData: Get current token: 0.005378999747335911 +Info 22043[11:11:50.965] getCompletionData: Is inside comment: 0.014732000418007374 +Info 22044[11:11:50.965] getCompletionData: Get previous token: 0.02399899996817112 +Info 22045[11:11:50.965] getCompletionsAtPosition: isCompletionListBlocker: 0.0023889997974038124 +Info 22046[11:11:50.966] getExportInfoMap: cache hit +Info 22047[11:11:50.969] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 17 from cache +Info 22048[11:11:50.969] collectAutoImports: response is complete +Info 22049[11:11:50.969] collectAutoImports: 2.7937650000676513 +Info 22050[11:11:50.969] getCompletionData: Semantic work: 3.510552999563515 +Info 22051[11:11:50.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3564839996397495 +Info 22052[11:11:50.971] Format host information updated +Info 22053[11:11:51.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22054[11:11:51.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1350 structureChanged: false structureIsReused:: Completely Elapsed: 7.365641000680625ms +Info 22055[11:11:51.109] Different program with same set of files +Info 22056[11:11:51.109] getCompletionData: Get current token: 0.004192999564111233 +Info 22057[11:11:51.109] getCompletionData: Is inside comment: 0.013666999526321888 +Info 22058[11:11:51.109] getCompletionData: Get previous token: 0.025870000012218952 +Info 22059[11:11:51.109] getCompletionsAtPosition: isCompletionListBlocker: 0.0028349999338388443 +Info 22060[11:11:51.110] getExportInfoMap: cache hit +Info 22061[11:11:51.112] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22062[11:11:51.112] collectAutoImports: response is complete +Info 22063[11:11:51.112] collectAutoImports: 2.4233219996094704 +Info 22064[11:11:51.112] getCompletionData: Semantic work: 3.129511999897659 +Info 22065[11:11:51.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1523070000112057 +Info 22066[11:11:51.115] Format host information updated +Info 22067[11:11:51.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22068[11:11:51.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1351 structureChanged: false structureIsReused:: Completely Elapsed: 21.72404699958861ms +Info 22069[11:11:51.194] Different program with same set of files +Info 22070[11:11:51.194] getCompletionData: Get current token: 0.01435600034892559 +Info 22071[11:11:51.194] getCompletionData: Is inside comment: 0.046449000015854836 +Info 22072[11:11:51.194] getCompletionData: Get previous token: 0.07697900012135506 +Info 22073[11:11:51.194] getCompletionsAtPosition: isCompletionListBlocker: 0.00609199982136488 +Info 22074[11:11:51.196] getExportInfoMap: cache hit +Info 22075[11:11:51.202] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22076[11:11:51.202] collectAutoImports: response is complete +Info 22077[11:11:51.202] collectAutoImports: 5.614854999817908 +Info 22078[11:11:51.202] getCompletionData: Semantic work: 7.5802819998934865 +Info 22079[11:11:51.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.052263000048697 +Info 22080[11:11:51.205] Format host information updated +Info 22081[11:11:51.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22082[11:11:51.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1352 structureChanged: false structureIsReused:: Completely Elapsed: 9.569253000430763ms +Info 22083[11:11:51.249] Different program with same set of files +Info 22084[11:11:51.249] getCompletionData: Get current token: 0.006380999460816383 +Info 22085[11:11:51.249] getCompletionData: Is inside comment: 0.02026600018143654 +Info 22086[11:11:51.249] getCompletionData: Get previous token: 0.03334200009703636 +Info 22087[11:11:51.249] getCompletionsAtPosition: isCompletionListBlocker: 0.0030399998649954796 +Info 22088[11:11:51.250] getExportInfoMap: cache hit +Info 22089[11:11:51.253] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22090[11:11:51.253] collectAutoImports: response is complete +Info 22091[11:11:51.253] collectAutoImports: 3.032680000178516 +Info 22092[11:11:51.253] getCompletionData: Semantic work: 3.931032999418676 +Info 22093[11:11:51.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5747959995642304 +Info 22094[11:11:51.258] Format host information updated +Info 22095[11:11:51.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22096[11:11:51.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1353 structureChanged: false structureIsReused:: Completely Elapsed: 9.596649999730289ms +Info 22097[11:11:51.311] Different program with same set of files +Info 22098[11:11:51.311] getCompletionData: Get current token: 0.006303000263869762 +Info 22099[11:11:51.311] getCompletionData: Is inside comment: 0.02024700026959181 +Info 22100[11:11:51.311] getCompletionData: Get previous token: 0.03520500008016825 +Info 22101[11:11:51.311] getCompletionsAtPosition: isCompletionListBlocker: 0.002888999879360199 +Info 22102[11:11:51.312] getExportInfoMap: cache hit +Info 22103[11:11:51.315] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22104[11:11:51.315] collectAutoImports: response is complete +Info 22105[11:11:51.315] collectAutoImports: 3.1620819997042418 +Info 22106[11:11:51.315] getCompletionData: Semantic work: 4.071090999990702 +Info 22107[11:11:51.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4959019999951124 +Info 22108[11:11:51.318] Format host information updated +Info 22109[11:11:51.873] Format host information updated +Info 22110[11:11:51.873] Format host information updated +Info 22111[11:11:51.874] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22112[11:11:51.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1354 structureChanged: false structureIsReused:: Completely Elapsed: 10.287712999619544ms +Info 22113[11:11:51.884] Different program with same set of files +Info 22114[11:11:51.884] getCompletionData: Get current token: 0.010912000201642513 +Info 22115[11:11:51.884] getCompletionData: Is inside comment: 0.002458999864757061 +Info 22116[11:11:51.884] getCompletionData: Get previous token: 0.023207999765872955 +Info 22117[11:11:51.884] getCompletionsAtPosition: isCompletionListBlocker: 0.0021620001643896103 +Info 22118[11:11:51.885] getCompletionData: Semantic work: 0.6737040001899004 +Info 22119[11:11:51.886] getCompletionData: Get current token: 0.009228999726474285 +Info 22120[11:11:51.886] getCompletionData: Is inside comment: 0.0013279998674988747 +Info 22121[11:11:51.886] getCompletionData: Get previous token: 0.05472599994391203 +Info 22122[11:11:51.886] getCompletionsAtPosition: isCompletionListBlocker: 0.0015170006081461906 +Info 22123[11:11:51.887] getCompletionData: Semantic work: 0.5836889995262027 +Info 22124[11:11:51.887] Format host information updated +Info 22125[11:11:52.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22126[11:11:52.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1355 structureChanged: false structureIsReused:: Completely Elapsed: 6.830795000307262ms +Info 22127[11:11:52.549] Different program with same set of files +Info 22128[11:11:52.549] getCompletionData: Get current token: 0.004504000768065453 +Info 22129[11:11:52.549] getCompletionData: Is inside comment: 0.0008859997615218163 +Info 22130[11:11:52.549] getCompletionData: Get previous token: 0.027772000059485435 +Info 22131[11:11:52.549] getCompletionsAtPosition: isCompletionListBlocker: 0.002135000191628933 +Info 22132[11:11:52.550] getExportInfoMap: cache hit +Info 22133[11:11:52.552] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22134[11:11:52.552] collectAutoImports: response is complete +Info 22135[11:11:52.552] collectAutoImports: 2.144158000126481 +Info 22136[11:11:52.552] getCompletionData: Semantic work: 2.7858100002631545 +Info 22137[11:11:52.553] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.076183999888599 +Info 22138[11:11:52.556] Format host information updated +Info 22139[11:11:53.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22140[11:11:53.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1356 structureChanged: false structureIsReused:: Completely Elapsed: 7.3422729996964335ms +Info 22141[11:11:53.044] Different program with same set of files +Info 22142[11:11:53.044] getCompletionData: Get current token: 0.0050749992951750755 +Info 22143[11:11:53.044] getCompletionData: Is inside comment: 0.0007899999618530273 +Info 22144[11:11:53.044] getCompletionData: Get previous token: 0.040603999979794025 +Info 22145[11:11:53.044] getCompletionsAtPosition: isCompletionListBlocker: 0.003401000052690506 +Info 22146[11:11:53.045] getExportInfoMap: cache hit +Info 22147[11:11:53.059] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22148[11:11:53.059] collectAutoImports: response is complete +Info 22149[11:11:53.059] collectAutoImports: 13.93598800059408 +Info 22150[11:11:53.059] getCompletionData: Semantic work: 15.033080000430346 +Info 22151[11:11:53.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.600673000328243 +Info 22152[11:11:53.066] Format host information updated +Info 22153[11:11:53.426] getCompletionData: Get current token: 0.004091999493539333 +Info 22154[11:11:53.426] getCompletionData: Is inside comment: 0.013470000587403774 +Info 22155[11:11:53.426] getCompletionData: Get previous token: 0.023284999653697014 +Info 22156[11:11:53.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0036229994148015976 +Info 22157[11:11:53.427] getExportInfoMap: cache hit +Info 22158[11:11:53.429] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22159[11:11:53.429] collectAutoImports: response is complete +Info 22160[11:11:53.429] collectAutoImports: 1.9889209996908903 +Info 22161[11:11:53.429] getCompletionData: Semantic work: 2.698926999233663 +Info 22162[11:11:53.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9837009999901056 +Info 22163[11:11:53.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22164[11:11:53.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1357 structureChanged: false structureIsReused:: Completely Elapsed: 7.032997000031173ms +Info 22165[11:11:53.734] Different program with same set of files +Info 22166[11:11:53.736] getCompletionData: Get current token: 0.01276399940252304 +Info 22167[11:11:53.736] getCompletionData: Is inside comment: 0.021899000741541386 +Info 22168[11:11:53.736] getCompletionData: Get previous token: 0.01437199953943491 +Info 22169[11:11:53.736] getCompletionsAtPosition: isCompletionListBlocker: 0.008945000357925892 +Info 22170[11:11:53.737] getCompletionData: Semantic work: 0.3497940003871918 +Info 22171[11:11:53.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12032000068575144 +Info 22172[11:11:53.738] Format host information updated +Info 22173[11:11:54.077] Format host information updated +Info 22174[11:11:54.077] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22175[11:11:54.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1358 structureChanged: false structureIsReused:: Completely Elapsed: 8.181269000284374ms +Info 22176[11:11:54.086] Different program with same set of files +Info 22177[11:11:54.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22178[11:11:54.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1359 structureChanged: false structureIsReused:: Completely Elapsed: 10.353388999588788ms +Info 22179[11:11:54.214] Different program with same set of files +Info 22180[11:11:54.214] getCompletionData: Get current token: 0.006346999667584896 +Info 22181[11:11:54.214] getCompletionData: Is inside comment: 0.018511000089347363 +Info 22182[11:11:54.214] getCompletionData: Get previous token: 0.017265000380575657 +Info 22183[11:11:54.214] getCompletionsAtPosition: isCompletionListBlocker: 0.00980599969625473 +Info 22184[11:11:54.215] getExportInfoMap: cache hit +Info 22185[11:11:54.236] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22186[11:11:54.236] collectAutoImports: response is complete +Info 22187[11:11:54.236] collectAutoImports: 20.96156399976462 +Info 22188[11:11:54.236] getCompletionData: Semantic work: 22.08853799942881 +Info 22189[11:11:54.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.01329299993813 +Info 22190[11:11:54.246] Format host information updated +Info 22191[11:11:54.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22192[11:11:54.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1360 structureChanged: false structureIsReused:: Completely Elapsed: 11.997910000383854ms +Info 22193[11:11:54.313] Different program with same set of files +Info 22194[11:11:54.314] getCompletionData: Get current token: 0.006296999752521515 +Info 22195[11:11:54.314] getCompletionData: Is inside comment: 0.018490999937057495 +Info 22196[11:11:54.314] getCompletionData: Get previous token: 0.015209000557661057 +Info 22197[11:11:54.314] getCompletionsAtPosition: isCompletionListBlocker: 0.009496000595390797 +Info 22198[11:11:54.314] getExportInfoMap: cache hit +Info 22199[11:11:54.329] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22200[11:11:54.329] collectAutoImports: response is complete +Info 22201[11:11:54.329] collectAutoImports: 14.884692999534309 +Info 22202[11:11:54.329] getCompletionData: Semantic work: 15.653220999985933 +Info 22203[11:11:54.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.525265000760555 +Info 22204[11:11:54.337] Format host information updated +Info 22205[11:11:54.390] Format host information updated +Info 22206[11:11:54.390] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22207[11:11:54.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1361 structureChanged: false structureIsReused:: Completely Elapsed: 9.423955000005662ms +Info 22208[11:11:54.400] Different program with same set of files +Info 22209[11:11:54.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22210[11:11:54.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1362 structureChanged: false structureIsReused:: Completely Elapsed: 7.273715999908745ms +Info 22211[11:11:54.493] Different program with same set of files +Info 22212[11:11:54.493] getCompletionData: Get current token: 0.0036520007997751236 +Info 22213[11:11:54.493] getCompletionData: Is inside comment: 0.010437999852001667 +Info 22214[11:11:54.493] getCompletionData: Get previous token: 0.01776100043207407 +Info 22215[11:11:54.493] getCompletionsAtPosition: isCompletionListBlocker: 0.007125000469386578 +Info 22216[11:11:54.494] getExportInfoMap: cache hit +Info 22217[11:11:54.497] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 22218[11:11:54.497] collectAutoImports: response is complete +Info 22219[11:11:54.497] collectAutoImports: 3.252318000420928 +Info 22220[11:11:54.497] getCompletionData: Semantic work: 3.867134000174701 +Info 22221[11:11:54.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2911999998614192 +Info 22222[11:11:54.499] Format host information updated +Info 22223[11:11:54.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22224[11:11:54.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1363 structureChanged: false structureIsReused:: Completely Elapsed: 8.466090000234544ms +Info 22225[11:11:54.685] Different program with same set of files +Info 22226[11:11:54.685] getCompletionData: Get current token: 0.004382999613881111 +Info 22227[11:11:54.685] getCompletionData: Is inside comment: 0.011866000480949879 +Info 22228[11:11:54.685] getCompletionData: Get previous token: 0.019516000524163246 +Info 22229[11:11:54.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0075790006667375565 +Info 22230[11:11:54.686] getExportInfoMap: cache hit +Info 22231[11:11:54.689] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 24 from cache +Info 22232[11:11:54.689] collectAutoImports: response is complete +Info 22233[11:11:54.689] collectAutoImports: 3.2112750001251698 +Info 22234[11:11:54.689] getCompletionData: Semantic work: 3.809945000335574 +Info 22235[11:11:54.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2505850000306964 +Info 22236[11:11:54.691] Format host information updated +Info 22237[11:11:54.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22238[11:11:54.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1364 structureChanged: false structureIsReused:: Completely Elapsed: 15.877969999797642ms +Info 22239[11:11:54.762] Different program with same set of files +Info 22240[11:11:54.763] getCompletionData: Get current token: 0.011057999916374683 +Info 22241[11:11:54.763] getCompletionData: Is inside comment: 0.03198800049722195 +Info 22242[11:11:54.763] getCompletionData: Get previous token: 0.05278000049293041 +Info 22243[11:11:54.763] getCompletionsAtPosition: isCompletionListBlocker: 0.013316000811755657 +Info 22244[11:11:54.764] getExportInfoMap: cache hit +Info 22245[11:11:54.770] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 22246[11:11:54.770] collectAutoImports: response is complete +Info 22247[11:11:54.770] collectAutoImports: 6.017119999974966 +Info 22248[11:11:54.770] getCompletionData: Semantic work: 7.364515000022948 +Info 22249[11:11:54.773] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5508110001683235 +Info 22250[11:11:54.776] Format host information updated +Info 22251[11:11:54.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22252[11:11:54.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1365 structureChanged: false structureIsReused:: Completely Elapsed: 7.506674000062048ms +Info 22253[11:11:54.921] Different program with same set of files +Info 22254[11:11:54.921] getCompletionData: Get current token: 0.004867999814450741 +Info 22255[11:11:54.921] getCompletionData: Is inside comment: 0.014032999984920025 +Info 22256[11:11:54.921] getCompletionData: Get previous token: 0.023350000381469727 +Info 22257[11:11:54.921] getCompletionsAtPosition: isCompletionListBlocker: 0.008341999724507332 +Info 22258[11:11:54.921] getExportInfoMap: cache hit +Info 22259[11:11:54.924] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 22260[11:11:54.924] collectAutoImports: response is complete +Info 22261[11:11:54.924] collectAutoImports: 2.6496900003403425 +Info 22262[11:11:54.924] getCompletionData: Semantic work: 3.2989469999447465 +Info 22263[11:11:54.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2930510006844997 +Info 22264[11:11:54.926] Format host information updated +Info 22265[11:11:54.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22266[11:11:54.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1366 structureChanged: false structureIsReused:: Completely Elapsed: 7.030290000140667ms +Info 22267[11:11:54.990] Different program with same set of files +Info 22268[11:11:54.990] getCompletionData: Get current token: 0.020529999397695065 +Info 22269[11:11:54.990] getCompletionData: Is inside comment: 0.011667000129818916 +Info 22270[11:11:54.990] getCompletionData: Get previous token: 0.018996000289916992 +Info 22271[11:11:54.990] getCompletionsAtPosition: isCompletionListBlocker: 0.0059439996257424355 +Info 22272[11:11:54.991] getExportInfoMap: cache hit +Info 22273[11:11:54.993] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22274[11:11:54.993] collectAutoImports: response is complete +Info 22275[11:11:54.993] collectAutoImports: 2.0626320000737906 +Info 22276[11:11:54.993] getCompletionData: Semantic work: 2.6638679997995496 +Info 22277[11:11:54.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.732542000710964 +Info 22278[11:11:54.996] Format host information updated +Info 22279[11:11:55.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22280[11:11:55.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1367 structureChanged: false structureIsReused:: Completely Elapsed: 11.079218000173569ms +Info 22281[11:11:55.057] Different program with same set of files +Info 22282[11:11:55.057] getCompletionData: Get current token: 0.007335000671446323 +Info 22283[11:11:55.057] getCompletionData: Is inside comment: 0.021683000028133392 +Info 22284[11:11:55.057] getCompletionData: Get previous token: 0.03936600033193827 +Info 22285[11:11:55.058] getCompletionsAtPosition: isCompletionListBlocker: 0.010744999162852764 +Info 22286[11:11:55.058] getExportInfoMap: cache hit +Info 22287[11:11:55.062] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22288[11:11:55.062] collectAutoImports: response is complete +Info 22289[11:11:55.062] collectAutoImports: 3.859468000009656 +Info 22290[11:11:55.062] getCompletionData: Semantic work: 4.808647000230849 +Info 22291[11:11:55.065] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.129409999586642 +Info 22292[11:11:55.066] Format host information updated +Info 22293[11:11:55.202] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22294[11:11:55.230] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1368 structureChanged: false structureIsReused:: Completely Elapsed: 28.050366999581456ms +Info 22295[11:11:55.230] Different program with same set of files +Info 22296[11:11:55.235] getCompletionData: Get current token: 0.014440000057220459 +Info 22297[11:11:55.235] getCompletionData: Is inside comment: 0.03606299962848425 +Info 22298[11:11:55.235] getCompletionData: Get previous token: 0.060285999439656734 +Info 22299[11:11:55.235] getCompletionsAtPosition: isCompletionListBlocker: 0.017842999659478664 +Info 22300[11:11:55.237] getExportInfoMap: cache hit +Info 22301[11:11:55.242] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22302[11:11:55.242] collectAutoImports: response is complete +Info 22303[11:11:55.242] collectAutoImports: 5.046459000557661 +Info 22304[11:11:55.242] getCompletionData: Semantic work: 6.615631000138819 +Info 22305[11:11:55.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2265449995175004 +Info 22306[11:11:55.245] Format host information updated +Info 22307[11:11:55.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22308[11:11:55.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1369 structureChanged: false structureIsReused:: Completely Elapsed: 7.888293999247253ms +Info 22309[11:11:55.272] Different program with same set of files +Info 22310[11:11:55.273] getCompletionData: Get current token: 0.0049209995195269585 +Info 22311[11:11:55.273] getCompletionData: Is inside comment: 0.013498999178409576 +Info 22312[11:11:55.273] getCompletionData: Get previous token: 0.022784000262618065 +Info 22313[11:11:55.273] getCompletionsAtPosition: isCompletionListBlocker: 0.00791999977082014 +Info 22314[11:11:55.273] getExportInfoMap: cache hit +Info 22315[11:11:55.276] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22316[11:11:55.276] collectAutoImports: response is complete +Info 22317[11:11:55.276] collectAutoImports: 2.428421000018716 +Info 22318[11:11:55.276] getCompletionData: Semantic work: 2.9973569996654987 +Info 22319[11:11:55.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2187910005450249 +Info 22320[11:11:55.278] Format host information updated +Info 22321[11:11:55.398] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22322[11:11:55.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1370 structureChanged: false structureIsReused:: Completely Elapsed: 19.434522999450564ms +Info 22323[11:11:55.417] Different program with same set of files +Info 22324[11:11:55.417] getCompletionData: Get current token: 0.005776999518275261 +Info 22325[11:11:55.418] getCompletionData: Is inside comment: 0.014576000161468983 +Info 22326[11:11:55.418] getCompletionData: Get previous token: 0.012288999743759632 +Info 22327[11:11:55.418] getCompletionsAtPosition: isCompletionListBlocker: 0.004456000402569771 +Info 22328[11:11:55.418] getCompletionData: Semantic work: 0.2610950004309416 +Info 22329[11:11:55.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08796800021082163 +Info 22330[11:11:55.418] Format host information updated +Info 22331[11:11:55.680] Format host information updated +Info 22332[11:11:55.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22333[11:11:55.687] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1371 structureChanged: false structureIsReused:: Completely Elapsed: 6.706025999970734ms +Info 22334[11:11:55.687] Different program with same set of files +Info 22335[11:11:56.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22336[11:11:56.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1372 structureChanged: false structureIsReused:: Completely Elapsed: 9.287574999965727ms +Info 22337[11:11:56.559] Different program with same set of files +Info 22338[11:11:56.559] getCompletionData: Get current token: 0.00397499930113554 +Info 22339[11:11:56.559] getCompletionData: Is inside comment: 0.01126800011843443 +Info 22340[11:11:56.559] getCompletionData: Get previous token: 0.01881599985063076 +Info 22341[11:11:56.559] getCompletionsAtPosition: isCompletionListBlocker: 0.00355600006878376 +Info 22342[11:11:56.559] getCompletionData: Semantic work: 0.23494299966841936 +Info 22343[11:11:56.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07993799913674593 +Info 22344[11:11:56.560] Format host information updated +Info 22345[11:11:57.278] Format host information updated +Info 22346[11:11:57.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22347[11:11:57.285] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1373 structureChanged: false structureIsReused:: Completely Elapsed: 6.876412000507116ms +Info 22348[11:11:57.285] Different program with same set of files +Info 22349[11:11:58.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22350[11:11:58.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1374 structureChanged: false structureIsReused:: Completely Elapsed: 7.4294450003653765ms +Info 22351[11:11:58.404] Different program with same set of files +Info 22352[11:11:58.404] getCompletionData: Get current token: 0.003581000491976738 +Info 22353[11:11:58.404] getCompletionData: Is inside comment: 0.009825999848544598 +Info 22354[11:11:58.404] getCompletionData: Get previous token: 0.01612399984151125 +Info 22355[11:11:58.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0034699998795986176 +Info 22356[11:11:58.404] getCompletionData: Semantic work: 0.20723100006580353 +Info 22357[11:11:58.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06750599946826696 +Info 22358[11:11:58.405] Format host information updated +Info 22359[11:11:58.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22360[11:11:58.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1375 structureChanged: false structureIsReused:: Completely Elapsed: 9.0850879997015ms +Info 22361[11:11:58.478] Different program with same set of files +Info 22362[11:11:58.478] getCompletionData: Get current token: 0.005307999439537525 +Info 22363[11:11:58.478] getCompletionData: Is inside comment: 0.01309299934655428 +Info 22364[11:11:58.478] getCompletionData: Get previous token: 0.021471000276505947 +Info 22365[11:11:58.478] getCompletionsAtPosition: isCompletionListBlocker: 0.004380000755190849 +Info 22366[11:11:58.478] getCompletionData: Semantic work: 0.24697599932551384 +Info 22367[11:11:58.478] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08082900010049343 +Info 22368[11:11:58.479] Format host information updated +Info 22369[11:11:59.005] Format host information updated +Info 22370[11:11:59.005] Format host information updated +Info 22371[11:11:59.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22372[11:11:59.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1376 structureChanged: false structureIsReused:: Completely Elapsed: 6.621682999655604ms +Info 22373[11:11:59.012] Different program with same set of files +Info 22374[11:11:59.012] getCompletionData: Get current token: 0.003929000347852707 +Info 22375[11:11:59.013] getCompletionData: Is inside comment: 0.01223399955779314 +Info 22376[11:11:59.013] getCompletionData: Get previous token: 0.01067500002682209 +Info 22377[11:11:59.013] getCompletionsAtPosition: isCompletionListBlocker: 0.002117999829351902 +Info 22378[11:11:59.013] getExportInfoMap: cache hit +Info 22379[11:11:59.027] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22380[11:11:59.027] collectAutoImports: response is complete +Info 22381[11:11:59.027] collectAutoImports: 13.907230000011623 +Info 22382[11:11:59.027] getCompletionData: Semantic work: 14.458507999777794 +Info 22383[11:11:59.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.167266000062227 +Info 22384[11:11:59.034] getCompletionData: Get current token: 0.015189999714493752 +Info 22385[11:11:59.035] getCompletionData: Is inside comment: 0.0024340003728866577 +Info 22386[11:11:59.035] getCompletionData: Get previous token: 0.01987599954009056 +Info 22387[11:11:59.035] getCompletionsAtPosition: isCompletionListBlocker: 0.0040810005739331245 +Info 22388[11:11:59.035] getCompletionData: Semantic work: 0.08381900005042553 +Info 22389[11:11:59.037] getCompletionData: Get current token: 0.006154999136924744 +Info 22390[11:11:59.037] getCompletionData: Is inside comment: 0.0014639999717473984 +Info 22391[11:11:59.037] getCompletionData: Get previous token: 0.019587000831961632 +Info 22392[11:11:59.037] getCompletionsAtPosition: isCompletionListBlocker: 0.0028599994257092476 +Info 22393[11:11:59.037] getCompletionData: Semantic work: 0.061292000114917755 +Info 22394[11:11:59.038] Format host information updated +Info 22395[11:11:59.091] Format host information updated +Info 22396[11:11:59.091] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22397[11:11:59.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1377 structureChanged: false structureIsReused:: Completely Elapsed: 11.208346999250352ms +Info 22398[11:11:59.103] Different program with same set of files +Info 22399[11:11:59.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22400[11:11:59.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1378 structureChanged: false structureIsReused:: Completely Elapsed: 6.776521999388933ms +Info 22401[11:11:59.738] Different program with same set of files +Info 22402[11:11:59.738] getCompletionData: Get current token: 0.005913999862968922 +Info 22403[11:11:59.738] getCompletionData: Is inside comment: 0.010982000268995762 +Info 22404[11:11:59.738] getCompletionData: Get previous token: 0.0345020005479455 +Info 22405[11:11:59.738] getCompletionsAtPosition: isCompletionListBlocker: 0.002400999888777733 +Info 22406[11:11:59.739] getExportInfoMap: cache hit +Info 22407[11:11:59.742] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 22408[11:11:59.742] collectAutoImports: response is complete +Info 22409[11:11:59.742] collectAutoImports: 3.63793099950999 +Info 22410[11:11:59.742] getCompletionData: Semantic work: 4.2201169999316335 +Info 22411[11:11:59.744] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3862660005688667 +Info 22412[11:11:59.745] Format host information updated +Info 22413[11:12:00.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22414[11:12:00.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1379 structureChanged: false structureIsReused:: Completely Elapsed: 8.402476000599563ms +Info 22415[11:12:00.011] Different program with same set of files +Info 22416[11:12:00.011] getCompletionData: Get current token: 0.0038270000368356705 +Info 22417[11:12:00.011] getCompletionData: Is inside comment: 0.011473999358713627 +Info 22418[11:12:00.011] getCompletionData: Get previous token: 0.010053999722003937 +Info 22419[11:12:00.011] getCompletionsAtPosition: isCompletionListBlocker: 0.0028510000556707382 +Info 22420[11:12:00.012] getExportInfoMap: cache hit +Info 22421[11:12:00.022] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22422[11:12:00.022] collectAutoImports: response is complete +Info 22423[11:12:00.022] collectAutoImports: 10.013363000005484 +Info 22424[11:12:00.022] getCompletionData: Semantic work: 10.521974000148475 +Info 22425[11:12:00.026] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.883241000585258 +Info 22426[11:12:00.031] Format host information updated +Info 22427[11:12:00.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22428[11:12:00.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1380 structureChanged: false structureIsReused:: Completely Elapsed: 7.734915000386536ms +Info 22429[11:12:00.447] Different program with same set of files +Info 22430[11:12:00.448] getCompletionData: Get current token: 0.007087999954819679 +Info 22431[11:12:00.448] getCompletionData: Is inside comment: 0.026996999979019165 +Info 22432[11:12:00.448] getCompletionData: Get previous token: 0.05146099999547005 +Info 22433[11:12:00.448] getCompletionsAtPosition: isCompletionListBlocker: 0.003724999725818634 +Info 22434[11:12:00.449] getExportInfoMap: cache hit +Info 22435[11:12:00.458] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 22436[11:12:00.458] collectAutoImports: response is complete +Info 22437[11:12:00.458] collectAutoImports: 8.820155000314116 +Info 22438[11:12:00.458] getCompletionData: Semantic work: 9.998062999919057 +Info 22439[11:12:00.462] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.045634999871254 +Info 22440[11:12:00.463] Format host information updated +Info 22441[11:12:00.582] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22442[11:12:00.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1381 structureChanged: false structureIsReused:: Completely Elapsed: 9.310468000359833ms +Info 22443[11:12:00.591] Different program with same set of files +Info 22444[11:12:00.591] getCompletionData: Get current token: 0.004484000615775585 +Info 22445[11:12:00.591] getCompletionData: Is inside comment: 0.015368000604212284 +Info 22446[11:12:00.591] getCompletionData: Get previous token: 0.025967000052332878 +Info 22447[11:12:00.591] getCompletionsAtPosition: isCompletionListBlocker: 0.002993999980390072 +Info 22448[11:12:00.592] getExportInfoMap: cache hit +Info 22449[11:12:00.596] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 39 from cache +Info 22450[11:12:00.596] collectAutoImports: response is complete +Info 22451[11:12:00.596] collectAutoImports: 3.683339999988675 +Info 22452[11:12:00.596] getCompletionData: Semantic work: 4.329515999183059 +Info 22453[11:12:00.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2894069999456406 +Info 22454[11:12:00.598] Format host information updated +Info 22455[11:12:00.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22456[11:12:00.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1382 structureChanged: false structureIsReused:: Completely Elapsed: 8.23150600027293ms +Info 22457[11:12:00.740] Different program with same set of files +Info 22458[11:12:00.740] getCompletionData: Get current token: 0.005365000106394291 +Info 22459[11:12:00.741] getCompletionData: Is inside comment: 0.018804999999701977 +Info 22460[11:12:00.741] getCompletionData: Get previous token: 0.032817999832332134 +Info 22461[11:12:00.741] getCompletionsAtPosition: isCompletionListBlocker: 0.003321000374853611 +Info 22462[11:12:00.741] getExportInfoMap: cache hit +Info 22463[11:12:00.745] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 14 from cache +Info 22464[11:12:00.745] collectAutoImports: response is complete +Info 22465[11:12:00.745] collectAutoImports: 3.371203999966383 +Info 22466[11:12:00.745] getCompletionData: Semantic work: 4.167515000328422 +Info 22467[11:12:00.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.618914999999106 +Info 22468[11:12:00.750] Format host information updated +Info 22469[11:12:01.557] Format host information updated +Info 22470[11:12:01.557] Format host information updated +Info 22471[11:12:01.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22472[11:12:01.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1383 structureChanged: false structureIsReused:: Completely Elapsed: 7.228508000262082ms +Info 22473[11:12:01.565] Different program with same set of files +Info 22474[11:12:01.565] getCompletionData: Get current token: 0.004444999620318413 +Info 22475[11:12:01.565] getCompletionData: Is inside comment: 0.03176699951291084 +Info 22476[11:12:01.565] getCompletionData: Get previous token: 0.014224999584257603 +Info 22477[11:12:01.565] getCompletionsAtPosition: isCompletionListBlocker: 0.0076399995014071465 +Info 22478[11:12:01.565] getCompletionData: Semantic work: 0.2950809998437762 +Info 22479[11:12:01.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07192299980670214 +Info 22480[11:12:01.566] getCompletionData: Get current token: 0.009134000167250633 +Info 22481[11:12:01.566] getCompletionData: Is inside comment: 0.0012019993737339973 +Info 22482[11:12:01.566] getCompletionData: Get previous token: 0.030222000554203987 +Info 22483[11:12:01.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0019339993596076965 +Info 22484[11:12:01.566] getCompletionData: Semantic work: 0.5928009999915957 +Info 22485[11:12:01.568] getCompletionData: Get current token: 0.009049000218510628 +Info 22486[11:12:01.568] getCompletionData: Is inside comment: 0.0013739997521042824 +Info 22487[11:12:01.568] getCompletionData: Get previous token: 0.029505000449717045 +Info 22488[11:12:01.568] getCompletionsAtPosition: isCompletionListBlocker: 0.0019920002669095993 +Info 22489[11:12:01.568] getCompletionData: Semantic work: 0.4859060002490878 +Info 22490[11:12:01.569] Format host information updated +Info 22491[11:12:02.030] Format host information updated +Info 22492[11:12:02.030] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22493[11:12:02.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1384 structureChanged: false structureIsReused:: Completely Elapsed: 9.137783999554813ms +Info 22494[11:12:02.040] Different program with same set of files +Info 22495[11:12:02.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22496[11:12:02.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1385 structureChanged: false structureIsReused:: Completely Elapsed: 7.360931999981403ms +Info 22497[11:12:02.158] Different program with same set of files +Info 22498[11:12:02.158] getCompletionData: Get current token: 0.004665999673306942 +Info 22499[11:12:02.158] getCompletionData: Is inside comment: 0.016462000086903572 +Info 22500[11:12:02.158] getCompletionData: Get previous token: 0.014063999988138676 +Info 22501[11:12:02.158] getCompletionsAtPosition: isCompletionListBlocker: 0.00817399937659502 +Info 22502[11:12:02.159] getExportInfoMap: cache hit +Info 22503[11:12:02.174] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22504[11:12:02.174] collectAutoImports: response is complete +Info 22505[11:12:02.174] collectAutoImports: 15.203904000110924 +Info 22506[11:12:02.174] getCompletionData: Semantic work: 15.954259000718594 +Info 22507[11:12:02.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5740040000528097 +Info 22508[11:12:02.181] Format host information updated +Info 22509[11:12:02.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22510[11:12:02.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1386 structureChanged: false structureIsReused:: Completely Elapsed: 7.939577999524772ms +Info 22511[11:12:02.286] Different program with same set of files +Info 22512[11:12:02.286] getCompletionData: Get current token: 0.00507500022649765 +Info 22513[11:12:02.286] getCompletionData: Is inside comment: 0.017300999723374844 +Info 22514[11:12:02.286] getCompletionData: Get previous token: 0.015219000168144703 +Info 22515[11:12:02.286] getCompletionsAtPosition: isCompletionListBlocker: 0.008813000284135342 +Info 22516[11:12:02.287] getExportInfoMap: cache hit +Info 22517[11:12:02.304] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22518[11:12:02.304] collectAutoImports: response is complete +Info 22519[11:12:02.304] collectAutoImports: 16.318125000223517 +Info 22520[11:12:02.304] getCompletionData: Semantic work: 17.08899199962616 +Info 22521[11:12:02.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.458358000032604 +Info 22522[11:12:02.312] Format host information updated +Info 22523[11:12:02.368] Format host information updated +Info 22524[11:12:02.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22525[11:12:02.379] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1387 structureChanged: false structureIsReused:: Completely Elapsed: 11.23940800037235ms +Info 22526[11:12:02.379] Different program with same set of files +Info 22527[11:12:02.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22528[11:12:02.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1388 structureChanged: false structureIsReused:: Completely Elapsed: 16.539704999886453ms +Info 22529[11:12:02.490] Different program with same set of files +Info 22530[11:12:02.490] getCompletionData: Get current token: 0.00979700032621622 +Info 22531[11:12:02.491] getCompletionData: Is inside comment: 0.03676799964159727 +Info 22532[11:12:02.491] getCompletionData: Get previous token: 0.06338100042194128 +Info 22533[11:12:02.491] getCompletionsAtPosition: isCompletionListBlocker: 0.0163179999217391 +Info 22534[11:12:02.492] getExportInfoMap: cache hit +Info 22535[11:12:02.501] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 22536[11:12:02.501] collectAutoImports: response is complete +Info 22537[11:12:02.501] collectAutoImports: 9.106341999955475 +Info 22538[11:12:02.501] getCompletionData: Semantic work: 10.594721000641584 +Info 22539[11:12:02.504] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.373972000554204 +Info 22540[11:12:02.505] Format host information updated +Info 22541[11:12:02.654] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22542[11:12:02.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1389 structureChanged: false structureIsReused:: Completely Elapsed: 6.94569499976933ms +Info 22543[11:12:02.661] Different program with same set of files +Info 22544[11:12:02.661] getCompletionData: Get current token: 0.004335000179708004 +Info 22545[11:12:02.661] getCompletionData: Is inside comment: 0.014562999829649925 +Info 22546[11:12:02.661] getCompletionData: Get previous token: 0.024447999894618988 +Info 22547[11:12:02.661] getCompletionsAtPosition: isCompletionListBlocker: 0.006695999763906002 +Info 22548[11:12:02.661] getExportInfoMap: cache hit +Info 22549[11:12:02.666] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 24 from cache +Info 22550[11:12:02.666] collectAutoImports: response is complete +Info 22551[11:12:02.666] collectAutoImports: 4.947920999489725 +Info 22552[11:12:02.666] getCompletionData: Semantic work: 5.560769000090659 +Info 22553[11:12:02.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2490000007674098 +Info 22554[11:12:02.669] Format host information updated +Info 22555[11:12:02.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22556[11:12:02.750] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1390 structureChanged: false structureIsReused:: Completely Elapsed: 23.595790999941528ms +Info 22557[11:12:02.750] Different program with same set of files +Info 22558[11:12:02.751] getCompletionData: Get current token: 0.01699999999254942 +Info 22559[11:12:02.751] getCompletionData: Is inside comment: 0.05569799989461899 +Info 22560[11:12:02.751] getCompletionData: Get previous token: 0.09728099964559078 +Info 22561[11:12:02.751] getCompletionsAtPosition: isCompletionListBlocker: 0.020673000253736973 +Info 22562[11:12:02.753] getExportInfoMap: cache hit +Info 22563[11:12:02.760] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 22564[11:12:02.760] collectAutoImports: response is complete +Info 22565[11:12:02.760] collectAutoImports: 6.484232000075281 +Info 22566[11:12:02.760] getCompletionData: Semantic work: 8.59441199991852 +Info 22567[11:12:02.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3382560005411506 +Info 22568[11:12:02.764] Format host information updated +Info 22569[11:12:02.967] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22570[11:12:02.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1391 structureChanged: false structureIsReused:: Completely Elapsed: 6.823578999377787ms +Info 22571[11:12:02.974] Different program with same set of files +Info 22572[11:12:02.974] getCompletionData: Get current token: 0.003636999987065792 +Info 22573[11:12:02.974] getCompletionData: Is inside comment: 0.012838000431656837 +Info 22574[11:12:02.974] getCompletionData: Get previous token: 0.023734000511467457 +Info 22575[11:12:02.974] getCompletionsAtPosition: isCompletionListBlocker: 0.007190000265836716 +Info 22576[11:12:02.974] getExportInfoMap: cache hit +Info 22577[11:12:02.976] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22578[11:12:02.976] collectAutoImports: response is complete +Info 22579[11:12:02.976] collectAutoImports: 2.0682939998805523 +Info 22580[11:12:02.976] getCompletionData: Semantic work: 2.5672829998657107 +Info 22581[11:12:02.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6257480001077056 +Info 22582[11:12:02.979] Format host information updated +Info 22583[11:12:03.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22584[11:12:03.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1392 structureChanged: false structureIsReused:: Completely Elapsed: 6.919521000236273ms +Info 22585[11:12:03.174] Different program with same set of files +Info 22586[11:12:03.174] getCompletionData: Get current token: 0.00422699935734272 +Info 22587[11:12:03.174] getCompletionData: Is inside comment: 0.014313999563455582 +Info 22588[11:12:03.174] getCompletionData: Get previous token: 0.024486999958753586 +Info 22589[11:12:03.174] getCompletionsAtPosition: isCompletionListBlocker: 0.00660299975425005 +Info 22590[11:12:03.175] getExportInfoMap: cache hit +Info 22591[11:12:03.177] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22592[11:12:03.177] collectAutoImports: response is complete +Info 22593[11:12:03.177] collectAutoImports: 2.260907999239862 +Info 22594[11:12:03.177] getCompletionData: Semantic work: 2.7801830004900694 +Info 22595[11:12:03.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0292180003598332 +Info 22596[11:12:03.180] Format host information updated +Info 22597[11:12:03.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22598[11:12:03.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1393 structureChanged: false structureIsReused:: Completely Elapsed: 7.747465000487864ms +Info 22599[11:12:03.418] Different program with same set of files +Info 22600[11:12:03.418] getCompletionData: Get current token: 0.0044999998062849045 +Info 22601[11:12:03.418] getCompletionData: Is inside comment: 0.016932000406086445 +Info 22602[11:12:03.418] getCompletionData: Get previous token: 0.028855000622570515 +Info 22603[11:12:03.418] getCompletionsAtPosition: isCompletionListBlocker: 0.008074000477790833 +Info 22604[11:12:03.419] getExportInfoMap: cache hit +Info 22605[11:12:03.422] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22606[11:12:03.422] collectAutoImports: response is complete +Info 22607[11:12:03.422] collectAutoImports: 2.6418289998546243 +Info 22608[11:12:03.422] getCompletionData: Semantic work: 3.2526150001212955 +Info 22609[11:12:03.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.258911999873817 +Info 22610[11:12:03.424] Format host information updated +Info 22611[11:12:03.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22612[11:12:03.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1394 structureChanged: false structureIsReused:: Completely Elapsed: 8.937046000733972ms +Info 22613[11:12:03.600] Different program with same set of files +Info 22614[11:12:03.600] getCompletionData: Get current token: 0.003995000384747982 +Info 22615[11:12:03.600] getCompletionData: Is inside comment: 0.013106999918818474 +Info 22616[11:12:03.600] getCompletionData: Get previous token: 0.02203700039535761 +Info 22617[11:12:03.600] getCompletionsAtPosition: isCompletionListBlocker: 0.007065000012516975 +Info 22618[11:12:03.601] getExportInfoMap: cache hit +Info 22619[11:12:03.603] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 22620[11:12:03.603] collectAutoImports: response is complete +Info 22621[11:12:03.603] collectAutoImports: 2.246913000009954 +Info 22622[11:12:03.603] getCompletionData: Semantic work: 2.7755299992859364 +Info 22623[11:12:03.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.149656000547111 +Info 22624[11:12:03.605] Format host information updated +Info 22625[11:12:03.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22626[11:12:03.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1395 structureChanged: false structureIsReused:: Completely Elapsed: 7.569493999704719ms +Info 22627[11:12:03.716] Different program with same set of files +Info 22628[11:12:03.716] getCompletionData: Get current token: 0.004989000037312508 +Info 22629[11:12:03.716] getCompletionData: Is inside comment: 0.01691299956291914 +Info 22630[11:12:03.716] getCompletionData: Get previous token: 0.028851999901235104 +Info 22631[11:12:03.716] getCompletionsAtPosition: isCompletionListBlocker: 0.007534000091254711 +Info 22632[11:12:03.717] getExportInfoMap: cache hit +Info 22633[11:12:03.720] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22634[11:12:03.720] collectAutoImports: response is complete +Info 22635[11:12:03.720] collectAutoImports: 2.914753000251949 +Info 22636[11:12:03.720] getCompletionData: Semantic work: 3.531789000146091 +Info 22637[11:12:03.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3587410002946854 +Info 22638[11:12:03.724] Format host information updated +Info 22639[11:12:03.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22640[11:12:03.815] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1396 structureChanged: false structureIsReused:: Completely Elapsed: 6.780905999243259ms +Info 22641[11:12:03.815] Different program with same set of files +Info 22642[11:12:03.815] getCompletionData: Get current token: 0.0042149992659688 +Info 22643[11:12:03.815] getCompletionData: Is inside comment: 0.016010000370442867 +Info 22644[11:12:03.815] getCompletionData: Get previous token: 0.024116000160574913 +Info 22645[11:12:03.815] getCompletionsAtPosition: isCompletionListBlocker: 0.00636299978941679 +Info 22646[11:12:03.816] getExportInfoMap: cache hit +Info 22647[11:12:03.818] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22648[11:12:03.818] collectAutoImports: response is complete +Info 22649[11:12:03.818] collectAutoImports: 2.321401000022888 +Info 22650[11:12:03.818] getCompletionData: Semantic work: 2.842891000211239 +Info 22651[11:12:03.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0859940005466342 +Info 22652[11:12:03.820] Format host information updated +Info 22653[11:12:03.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22654[11:12:03.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1397 structureChanged: false structureIsReused:: Completely Elapsed: 26.183039999566972ms +Info 22655[11:12:03.968] Different program with same set of files +Info 22656[11:12:03.969] getCompletionData: Get current token: 0.01329100038856268 +Info 22657[11:12:03.969] getCompletionData: Is inside comment: 0.04515300039201975 +Info 22658[11:12:03.969] getCompletionData: Get previous token: 0.07978400029242039 +Info 22659[11:12:03.969] getCompletionsAtPosition: isCompletionListBlocker: 0.01770600024610758 +Info 22660[11:12:03.971] getExportInfoMap: cache hit +Info 22661[11:12:03.979] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22662[11:12:03.979] collectAutoImports: response is complete +Info 22663[11:12:03.979] collectAutoImports: 8.381515000015497 +Info 22664[11:12:03.979] getCompletionData: Semantic work: 9.861000999808311 +Info 22665[11:12:03.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.060046000406146 +Info 22666[11:12:03.982] Format host information updated +Info 22667[11:12:10.158] Format host information updated +Info 22668[11:12:10.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22669[11:12:10.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1398 structureChanged: false structureIsReused:: Completely Elapsed: 6.61704200040549ms +Info 22670[11:12:10.165] Different program with same set of files +Info 22671[11:12:10.383] Format host information updated +Info 22672[11:12:10.383] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22673[11:12:10.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1399 structureChanged: false structureIsReused:: Completely Elapsed: 10.287531999871135ms +Info 22674[11:12:10.393] Different program with same set of files +Info 22675[11:12:10.710] Format host information updated +Info 22676[11:12:10.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22677[11:12:10.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1400 structureChanged: false structureIsReused:: Completely Elapsed: 6.50609300006181ms +Info 22678[11:12:10.717] Different program with same set of files +Info 22679[11:12:10.910] Format host information updated +Info 22680[11:12:10.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22681[11:12:10.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1401 structureChanged: false structureIsReused:: Completely Elapsed: 7.387014999985695ms +Info 22682[11:12:10.918] Different program with same set of files +Info 22683[11:12:11.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22684[11:12:11.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1402 structureChanged: false structureIsReused:: Completely Elapsed: 6.75388399977237ms +Info 22685[11:12:11.013] Different program with same set of files +Info 22686[11:12:11.013] getCompletionData: Get current token: 0.0037890002131462097 +Info 22687[11:12:11.013] getCompletionData: Is inside comment: 0.011707999743521214 +Info 22688[11:12:11.013] getCompletionData: Get previous token: 0.023897000588476658 +Info 22689[11:12:11.013] getCompletionsAtPosition: isCompletionListBlocker: 0.008182999677956104 +Info 22690[11:12:11.014] getExportInfoMap: cache hit +Info 22691[11:12:11.025] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 22692[11:12:11.025] collectAutoImports: response is complete +Info 22693[11:12:11.025] collectAutoImports: 11.252768999896944 +Info 22694[11:12:11.025] getCompletionData: Semantic work: 11.933419999666512 +Info 22695[11:12:11.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6083720000460744 +Info 22696[11:12:11.028] Format host information updated +Info 22697[11:12:11.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22698[11:12:11.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1403 structureChanged: false structureIsReused:: Completely Elapsed: 6.366879000328481ms +Info 22699[11:12:11.117] Different program with same set of files +Info 22700[11:12:11.117] getCompletionData: Get current token: 0.0036890003830194473 +Info 22701[11:12:11.117] getCompletionData: Is inside comment: 0.010774999856948853 +Info 22702[11:12:11.117] getCompletionData: Get previous token: 0.02059200033545494 +Info 22703[11:12:11.117] getCompletionsAtPosition: isCompletionListBlocker: 0.00661499984562397 +Info 22704[11:12:11.118] getExportInfoMap: cache hit +Info 22705[11:12:11.121] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 39 from cache +Info 22706[11:12:11.121] collectAutoImports: response is complete +Info 22707[11:12:11.121] collectAutoImports: 3.096704000607133 +Info 22708[11:12:11.121] getCompletionData: Semantic work: 3.6530440002679825 +Info 22709[11:12:11.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7658440005034208 +Info 22710[11:12:11.123] Format host information updated +Info 22711[11:12:11.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22712[11:12:11.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1404 structureChanged: false structureIsReused:: Completely Elapsed: 9.198407999239862ms +Info 22713[11:12:11.290] Different program with same set of files +Info 22714[11:12:11.290] getCompletionData: Get current token: 0.0045920005068182945 +Info 22715[11:12:11.290] getCompletionData: Is inside comment: 0.012511000037193298 +Info 22716[11:12:11.290] getCompletionData: Get previous token: 0.024393999949097633 +Info 22717[11:12:11.290] getCompletionsAtPosition: isCompletionListBlocker: 0.008431999944150448 +Info 22718[11:12:11.291] getExportInfoMap: cache hit +Info 22719[11:12:11.293] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 22720[11:12:11.293] collectAutoImports: response is complete +Info 22721[11:12:11.293] collectAutoImports: 2.2690110001713037 +Info 22722[11:12:11.293] getCompletionData: Semantic work: 2.9398240000009537 +Info 22723[11:12:11.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1112029999494553 +Info 22724[11:12:11.295] Format host information updated +Info 22725[11:12:11.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22726[11:12:11.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1405 structureChanged: false structureIsReused:: Completely Elapsed: 9.634700999595225ms +Info 22727[11:12:11.770] Different program with same set of files +Info 22728[11:12:11.770] getCompletionData: Get current token: 0.0037320004776120186 +Info 22729[11:12:11.770] getCompletionData: Is inside comment: 0.01145899947732687 +Info 22730[11:12:11.770] getCompletionData: Get previous token: 0.022235999815165997 +Info 22731[11:12:11.770] getCompletionsAtPosition: isCompletionListBlocker: 0.007433000020682812 +Info 22732[11:12:11.771] getExportInfoMap: cache hit +Info 22733[11:12:11.773] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22734[11:12:11.773] collectAutoImports: response is complete +Info 22735[11:12:11.773] collectAutoImports: 1.931033999659121 +Info 22736[11:12:11.773] getCompletionData: Semantic work: 2.546444999985397 +Info 22737[11:12:11.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0457920003682375 +Info 22738[11:12:11.776] Format host information updated +Info 22739[11:12:12.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22740[11:12:12.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1406 structureChanged: false structureIsReused:: Completely Elapsed: 6.496591999195516ms +Info 22741[11:12:12.016] Different program with same set of files +Info 22742[11:12:12.016] getCompletionData: Get current token: 0.003441000357270241 +Info 22743[11:12:12.016] getCompletionData: Is inside comment: 0.011238000355660915 +Info 22744[11:12:12.017] getCompletionData: Get previous token: 0.04892699979245663 +Info 22745[11:12:12.017] getCompletionsAtPosition: isCompletionListBlocker: 0.014096000231802464 +Info 22746[11:12:12.017] getExportInfoMap: cache hit +Info 22747[11:12:12.019] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 22748[11:12:12.019] collectAutoImports: response is complete +Info 22749[11:12:12.019] collectAutoImports: 1.907308000139892 +Info 22750[11:12:12.019] getCompletionData: Semantic work: 2.5063819997012615 +Info 22751[11:12:12.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1137650003656745 +Info 22752[11:12:12.021] Format host information updated +Info 22753[11:12:12.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22754[11:12:12.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1407 structureChanged: false structureIsReused:: Completely Elapsed: 8.923322000540793ms +Info 22755[11:12:12.184] Different program with same set of files +Info 22756[11:12:12.184] getCompletionData: Get current token: 0.004908999428153038 +Info 22757[11:12:12.184] getCompletionData: Is inside comment: 0.013110000640153885 +Info 22758[11:12:12.184] getCompletionData: Get previous token: 0.023939999751746655 +Info 22759[11:12:12.184] getCompletionsAtPosition: isCompletionListBlocker: 0.008999000303447247 +Info 22760[11:12:12.185] getExportInfoMap: cache hit +Info 22761[11:12:12.187] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22762[11:12:12.187] collectAutoImports: response is complete +Info 22763[11:12:12.187] collectAutoImports: 2.2493610000237823 +Info 22764[11:12:12.187] getCompletionData: Semantic work: 2.899379000067711 +Info 22765[11:12:12.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0918479999527335 +Info 22766[11:12:12.189] Format host information updated +Info 22767[11:12:12.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22768[11:12:12.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1408 structureChanged: false structureIsReused:: Completely Elapsed: 27.95096999965608ms +Info 22769[11:12:12.281] Different program with same set of files +Info 22770[11:12:12.281] getCompletionData: Get current token: 0.011761999689042568 +Info 22771[11:12:12.281] getCompletionData: Is inside comment: 0.035484000109136105 +Info 22772[11:12:12.281] getCompletionData: Get previous token: 0.06578600034117699 +Info 22773[11:12:12.281] getCompletionsAtPosition: isCompletionListBlocker: 0.017456999979913235 +Info 22774[11:12:12.283] getExportInfoMap: cache hit +Info 22775[11:12:12.288] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22776[11:12:12.288] collectAutoImports: response is complete +Info 22777[11:12:12.288] collectAutoImports: 4.870579999871552 +Info 22778[11:12:12.288] getCompletionData: Semantic work: 6.475920999422669 +Info 22779[11:12:12.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1636990001425147 +Info 22780[11:12:12.291] Format host information updated +Info 22781[11:12:12.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22782[11:12:12.450] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1409 structureChanged: false structureIsReused:: Completely Elapsed: 6.622206999920309ms +Info 22783[11:12:12.450] Different program with same set of files +Info 22784[11:12:12.450] getCompletionData: Get current token: 0.004387999884784222 +Info 22785[11:12:12.450] getCompletionData: Is inside comment: 0.013364999555051327 +Info 22786[11:12:12.450] getCompletionData: Get previous token: 0.024722999893128872 +Info 22787[11:12:12.450] getCompletionsAtPosition: isCompletionListBlocker: 0.007311999797821045 +Info 22788[11:12:12.451] getExportInfoMap: cache hit +Info 22789[11:12:12.453] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22790[11:12:12.453] collectAutoImports: response is complete +Info 22791[11:12:12.453] collectAutoImports: 2.1745989993214607 +Info 22792[11:12:12.453] getCompletionData: Semantic work: 2.812935999594629 +Info 22793[11:12:12.454] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0719630001112819 +Info 22794[11:12:12.455] Format host information updated +Info 22795[11:12:13.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22796[11:12:13.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1410 structureChanged: false structureIsReused:: Completely Elapsed: 9.235291000455618ms +Info 22797[11:12:13.567] Different program with same set of files +Info 22798[11:12:13.567] getCompletionData: Get current token: 0.003406999632716179 +Info 22799[11:12:13.567] getCompletionData: Is inside comment: 0.0007009999826550484 +Info 22800[11:12:13.567] getCompletionData: Get previous token: 0.02202500030398369 +Info 22801[11:12:13.567] getCompletionsAtPosition: isCompletionListBlocker: 0.008136999793350697 +Info 22802[11:12:13.568] getExportInfoMap: cache hit +Info 22803[11:12:13.570] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22804[11:12:13.570] collectAutoImports: response is complete +Info 22805[11:12:13.570] collectAutoImports: 2.329367999918759 +Info 22806[11:12:13.570] getCompletionData: Semantic work: 2.8843560004606843 +Info 22807[11:12:13.571] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9691040003672242 +Info 22808[11:12:13.571] Format host information updated +Info 22809[11:12:13.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22810[11:12:13.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1411 structureChanged: false structureIsReused:: Completely Elapsed: 15.301857999525964ms +Info 22811[11:12:13.636] Different program with same set of files +Info 22812[11:12:13.637] getCompletionData: Get current token: 0.008185000158846378 +Info 22813[11:12:13.637] getCompletionData: Is inside comment: 0.0020340001210570335 +Info 22814[11:12:13.637] getCompletionData: Get previous token: 0.05213399976491928 +Info 22815[11:12:13.637] getCompletionsAtPosition: isCompletionListBlocker: 0.012520999647676945 +Info 22816[11:12:13.638] getExportInfoMap: cache hit +Info 22817[11:12:13.642] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22818[11:12:13.642] collectAutoImports: response is complete +Info 22819[11:12:13.642] collectAutoImports: 3.777939999476075 +Info 22820[11:12:13.642] getCompletionData: Semantic work: 4.845335000194609 +Info 22821[11:12:13.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9258599998429418 +Info 22822[11:12:13.645] Format host information updated +Info 22823[11:12:13.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22824[11:12:13.743] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1412 structureChanged: false structureIsReused:: Completely Elapsed: 9.8222710005939ms +Info 22825[11:12:13.743] Different program with same set of files +Info 22826[11:12:13.743] getCompletionData: Get current token: 0.007133000530302525 +Info 22827[11:12:13.743] getCompletionData: Is inside comment: 0.0015589995309710503 +Info 22828[11:12:13.743] getCompletionData: Get previous token: 0.04072799999266863 +Info 22829[11:12:13.743] getCompletionsAtPosition: isCompletionListBlocker: 0.0109479995444417 +Info 22830[11:12:13.744] getExportInfoMap: cache hit +Info 22831[11:12:13.749] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22832[11:12:13.749] collectAutoImports: response is complete +Info 22833[11:12:13.749] collectAutoImports: 4.212408999912441 +Info 22834[11:12:13.749] getCompletionData: Semantic work: 5.20080800075084 +Info 22835[11:12:13.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8773680003359914 +Info 22836[11:12:13.751] Format host information updated +Info 22837[11:12:13.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22838[11:12:13.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1413 structureChanged: false structureIsReused:: Completely Elapsed: 9.008472999557853ms +Info 22839[11:12:13.809] Different program with same set of files +Info 22840[11:12:13.810] getCompletionData: Get current token: 0.005092000588774681 +Info 22841[11:12:13.810] getCompletionData: Is inside comment: 0.001348000019788742 +Info 22842[11:12:13.810] getCompletionData: Get previous token: 0.03467200044542551 +Info 22843[11:12:13.810] getCompletionsAtPosition: isCompletionListBlocker: 0.009596000425517559 +Info 22844[11:12:13.811] getExportInfoMap: cache hit +Info 22845[11:12:13.813] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22846[11:12:13.813] collectAutoImports: response is complete +Info 22847[11:12:13.813] collectAutoImports: 2.831717999652028 +Info 22848[11:12:13.813] getCompletionData: Semantic work: 3.659562999382615 +Info 22849[11:12:13.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4169709999114275 +Info 22850[11:12:13.816] Format host information updated +Info 22851[11:12:13.878] Format host information updated +Info 22852[11:12:13.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22853[11:12:13.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1414 structureChanged: false structureIsReused:: Completely Elapsed: 31.40962600056082ms +Info 22854[11:12:13.916] Different program with same set of files +Info 22855[11:12:15.530] Format host information updated +Info 22856[11:12:15.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22857[11:12:15.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1415 structureChanged: false structureIsReused:: Completely Elapsed: 6.68802999984473ms +Info 22858[11:12:15.537] Different program with same set of files +Info 22859[11:12:15.706] getCompletionData: Get current token: 0.004819000139832497 +Info 22860[11:12:15.706] getCompletionData: Is inside comment: 0.009459000080823898 +Info 22861[11:12:15.706] getCompletionData: Get previous token: 0.015217999927699566 +Info 22862[11:12:15.706] getCompletionsAtPosition: isCompletionListBlocker: 0.0013499995693564415 +Info 22863[11:12:15.706] Returning an empty list because completion was requested in an invalid position. +Info 22864[11:12:15.815] Format host information updated +Info 22865[11:12:15.815] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22866[11:12:15.823] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1416 structureChanged: false structureIsReused:: Completely Elapsed: 8.499618000350893ms +Info 22867[11:12:15.824] Different program with same set of files +Info 22868[11:12:16.010] Format host information updated +Info 22869[11:12:16.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22870[11:12:16.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1417 structureChanged: false structureIsReused:: Completely Elapsed: 8.966167000122368ms +Info 22871[11:12:16.019] Different program with same set of files +Info 22872[11:12:16.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22873[11:12:16.271] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1418 structureChanged: false structureIsReused:: Completely Elapsed: 9.377105999737978ms +Info 22874[11:12:16.271] Different program with same set of files +Info 22875[11:12:16.272] getCompletionData: Get current token: 0.016813999973237514 +Info 22876[11:12:16.272] getCompletionData: Is inside comment: 0.02636100072413683 +Info 22877[11:12:16.272] getCompletionData: Get previous token: 0.050102999433875084 +Info 22878[11:12:16.272] getCompletionsAtPosition: isCompletionListBlocker: 0.012826000340282917 +Info 22879[11:12:16.273] getExportInfoMap: cache hit +Info 22880[11:12:16.280] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 22881[11:12:16.280] collectAutoImports: response is complete +Info 22882[11:12:16.280] collectAutoImports: 7.597535999491811 +Info 22883[11:12:16.280] getCompletionData: Semantic work: 8.509277999401093 +Info 22884[11:12:16.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3059109998866916 +Info 22885[11:12:16.288] Format host information updated +Info 22886[11:12:16.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22887[11:12:16.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1419 structureChanged: false structureIsReused:: Completely Elapsed: 8.25116499979049ms +Info 22888[11:12:16.412] Different program with same set of files +Info 22889[11:12:16.412] getCompletionData: Get current token: 0.005211000330746174 +Info 22890[11:12:16.412] getCompletionData: Is inside comment: 0.013477999716997147 +Info 22891[11:12:16.412] getCompletionData: Get previous token: 0.024174999445676804 +Info 22892[11:12:16.412] getCompletionsAtPosition: isCompletionListBlocker: 0.007217000238597393 +Info 22893[11:12:16.412] getExportInfoMap: cache hit +Info 22894[11:12:16.417] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 39 from cache +Info 22895[11:12:16.417] collectAutoImports: response is complete +Info 22896[11:12:16.417] collectAutoImports: 4.260540000163019 +Info 22897[11:12:16.417] getCompletionData: Semantic work: 4.961246999911964 +Info 22898[11:12:16.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2456019995734096 +Info 22899[11:12:16.419] Format host information updated +Info 22900[11:12:16.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22901[11:12:16.588] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1420 structureChanged: false structureIsReused:: Completely Elapsed: 7.025236000306904ms +Info 22902[11:12:16.588] Different program with same set of files +Info 22903[11:12:16.589] getCompletionData: Get current token: 0.00470300018787384 +Info 22904[11:12:16.589] getCompletionData: Is inside comment: 0.012736000120639801 +Info 22905[11:12:16.589] getCompletionData: Get previous token: 0.022609999403357506 +Info 22906[11:12:16.589] getCompletionsAtPosition: isCompletionListBlocker: 0.006365000270307064 +Info 22907[11:12:16.589] getExportInfoMap: cache hit +Info 22908[11:12:16.591] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22909[11:12:16.591] collectAutoImports: response is complete +Info 22910[11:12:16.591] collectAutoImports: 1.9588200002908707 +Info 22911[11:12:16.591] getCompletionData: Semantic work: 2.521979999728501 +Info 22912[11:12:16.592] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0983950002118945 +Info 22913[11:12:16.593] Format host information updated +Info 22914[11:12:16.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22915[11:12:16.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1421 structureChanged: false structureIsReused:: Completely Elapsed: 7.249901000410318ms +Info 22916[11:12:16.959] Different program with same set of files +Info 22917[11:12:16.960] getCompletionData: Get current token: 0.005223999731242657 +Info 22918[11:12:16.960] getCompletionData: Is inside comment: 0.028951000422239304 +Info 22919[11:12:16.960] getCompletionData: Get previous token: 0.025671000592410564 +Info 22920[11:12:16.960] getCompletionsAtPosition: isCompletionListBlocker: 0.0073990002274513245 +Info 22921[11:12:16.960] getExportInfoMap: cache hit +Info 22922[11:12:16.963] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 22923[11:12:16.963] collectAutoImports: response is complete +Info 22924[11:12:16.963] collectAutoImports: 2.24796300008893 +Info 22925[11:12:16.963] getCompletionData: Semantic work: 2.890193000435829 +Info 22926[11:12:16.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2432570001110435 +Info 22927[11:12:16.964] Format host information updated +Info 22928[11:12:17.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22929[11:12:17.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1422 structureChanged: false structureIsReused:: Completely Elapsed: 9.697180999442935ms +Info 22930[11:12:17.083] Different program with same set of files +Info 22931[11:12:17.083] getCompletionData: Get current token: 0.005742000415921211 +Info 22932[11:12:17.083] getCompletionData: Is inside comment: 0.014321999624371529 +Info 22933[11:12:17.083] getCompletionData: Get previous token: 0.02501200046390295 +Info 22934[11:12:17.083] getCompletionsAtPosition: isCompletionListBlocker: 0.007672999985516071 +Info 22935[11:12:17.084] getExportInfoMap: cache hit +Info 22936[11:12:17.088] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 39 from cache +Info 22937[11:12:17.088] collectAutoImports: response is complete +Info 22938[11:12:17.088] collectAutoImports: 4.1195439994335175 +Info 22939[11:12:17.088] getCompletionData: Semantic work: 4.825561000034213 +Info 22940[11:12:17.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.338425999507308 +Info 22941[11:12:17.090] Format host information updated +Info 22942[11:12:17.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22943[11:12:17.183] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1423 structureChanged: false structureIsReused:: Completely Elapsed: 7.274639000184834ms +Info 22944[11:12:17.183] Different program with same set of files +Info 22945[11:12:17.183] getCompletionData: Get current token: 0.004774999804794788 +Info 22946[11:12:17.183] getCompletionData: Is inside comment: 0.013764000497758389 +Info 22947[11:12:17.183] getCompletionData: Get previous token: 0.037678999826312065 +Info 22948[11:12:17.183] getCompletionsAtPosition: isCompletionListBlocker: 0.007942999713122845 +Info 22949[11:12:17.184] getExportInfoMap: cache hit +Info 22950[11:12:17.190] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 22951[11:12:17.190] collectAutoImports: response is complete +Info 22952[11:12:17.190] collectAutoImports: 6.096199000254273 +Info 22953[11:12:17.190] getCompletionData: Semantic work: 6.727575999684632 +Info 22954[11:12:17.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.467509999871254 +Info 22955[11:12:17.195] Format host information updated +Info 22956[11:12:17.337] Format host information updated +Info 22957[11:12:17.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22958[11:12:17.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1424 structureChanged: false structureIsReused:: Completely Elapsed: 6.794967000372708ms +Info 22959[11:12:17.344] Different program with same set of files +Info 22960[11:12:17.652] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22961[11:12:17.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1425 structureChanged: false structureIsReused:: Completely Elapsed: 10.316139999777079ms +Info 22962[11:12:17.662] Different program with same set of files +Info 22963[11:12:17.662] getCompletionData: Get current token: 0.006051999516785145 +Info 22964[11:12:17.662] getCompletionData: Is inside comment: 0.0157260000705719 +Info 22965[11:12:17.662] getCompletionData: Get previous token: 0.026811000891029835 +Info 22966[11:12:17.662] getCompletionsAtPosition: isCompletionListBlocker: 0.01014500018209219 +Info 22967[11:12:17.663] getExportInfoMap: cache hit +Info 22968[11:12:17.668] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 22969[11:12:17.668] collectAutoImports: response is complete +Info 22970[11:12:17.668] collectAutoImports: 5.077064999379218 +Info 22971[11:12:17.668] getCompletionData: Semantic work: 5.820789000019431 +Info 22972[11:12:17.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7411480005830526 +Info 22973[11:12:17.671] Format host information updated +Info 22974[11:12:17.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22975[11:12:17.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1426 structureChanged: false structureIsReused:: Completely Elapsed: 7.170295000076294ms +Info 22976[11:12:17.888] Different program with same set of files +Info 22977[11:12:17.888] getCompletionData: Get current token: 0.004656000062823296 +Info 22978[11:12:17.888] getCompletionData: Is inside comment: 0.012392000295221806 +Info 22979[11:12:17.888] getCompletionData: Get previous token: 0.011008000001311302 +Info 22980[11:12:17.888] getCompletionsAtPosition: isCompletionListBlocker: 0.002552000805735588 +Info 22981[11:12:17.889] getExportInfoMap: cache hit +Info 22982[11:12:17.902] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22983[11:12:17.902] collectAutoImports: response is complete +Info 22984[11:12:17.902] collectAutoImports: 13.032335999421775 +Info 22985[11:12:17.902] getCompletionData: Semantic work: 13.539285999722779 +Info 22986[11:12:17.906] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6372349997982383 +Info 22987[11:12:17.909] Format host information updated +Info 22988[11:12:18.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22989[11:12:18.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1427 structureChanged: false structureIsReused:: Completely Elapsed: 8.833008999936283ms +Info 22990[11:12:18.033] Different program with same set of files +Info 22991[11:12:18.033] getCompletionData: Get current token: 0.005409999750554562 +Info 22992[11:12:18.033] getCompletionData: Is inside comment: 0.0143630001693964 +Info 22993[11:12:18.033] getCompletionData: Get previous token: 0.012493000365793705 +Info 22994[11:12:18.033] getCompletionsAtPosition: isCompletionListBlocker: 0.00838400050997734 +Info 22995[11:12:18.034] getExportInfoMap: cache hit +Info 22996[11:12:18.046] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 22997[11:12:18.046] collectAutoImports: response is complete +Info 22998[11:12:18.046] collectAutoImports: 12.406183000653982 +Info 22999[11:12:18.046] getCompletionData: Semantic work: 13.072370000183582 +Info 23000[11:12:18.050] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.019702000543475 +Info 23001[11:12:18.054] Format host information updated +Info 23002[11:12:18.415] getCompletionData: Get current token: 0.004529999569058418 +Info 23003[11:12:18.415] getCompletionData: Is inside comment: 0.001006999984383583 +Info 23004[11:12:18.415] getCompletionData: Get previous token: 0.014595999382436275 +Info 23005[11:12:18.415] getCompletionsAtPosition: isCompletionListBlocker: 0.003147999756038189 +Info 23006[11:12:18.415] getExportInfoMap: cache hit +Info 23007[11:12:18.423] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23008[11:12:18.423] collectAutoImports: response is complete +Info 23009[11:12:18.423] collectAutoImports: 7.5937370005995035 +Info 23010[11:12:18.423] getCompletionData: Semantic work: 8.173454999923706 +Info 23011[11:12:18.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0677349995821714 +Info 23012[11:12:18.584] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23013[11:12:18.593] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1428 structureChanged: false structureIsReused:: Completely Elapsed: 8.901965000666678ms +Info 23014[11:12:18.593] Different program with same set of files +Info 23015[11:12:18.593] getCompletionData: Get current token: 0.0050009991973638535 +Info 23016[11:12:18.593] getCompletionData: Is inside comment: 0.0010060006752610207 +Info 23017[11:12:18.593] getCompletionData: Get previous token: 0.029858999885618687 +Info 23018[11:12:18.593] getCompletionsAtPosition: isCompletionListBlocker: 0.0034360000863671303 +Info 23019[11:12:18.593] getExportInfoMap: cache hit +Info 23020[11:12:18.599] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 23021[11:12:18.599] collectAutoImports: response is complete +Info 23022[11:12:18.599] collectAutoImports: 5.60631800070405 +Info 23023[11:12:18.599] getCompletionData: Semantic work: 6.202670999802649 +Info 23024[11:12:18.601] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6363340001553297 +Info 23025[11:12:18.602] Format host information updated +Info 23026[11:12:18.648] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23027[11:12:18.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1429 structureChanged: false structureIsReused:: Completely Elapsed: 13.619411000050604ms +Info 23028[11:12:18.662] Different program with same set of files +Info 23029[11:12:18.662] getCompletionData: Get current token: 0.010646999813616276 +Info 23030[11:12:18.662] getCompletionData: Is inside comment: 0.0019990000873804092 +Info 23031[11:12:18.662] getCompletionData: Get previous token: 0.06325899995863438 +Info 23032[11:12:18.662] getCompletionsAtPosition: isCompletionListBlocker: 0.005491999909281731 +Info 23033[11:12:18.663] getExportInfoMap: cache hit +Info 23034[11:12:18.671] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 39 from cache +Info 23035[11:12:18.671] collectAutoImports: response is complete +Info 23036[11:12:18.671] collectAutoImports: 7.447035999968648 +Info 23037[11:12:18.671] getCompletionData: Semantic work: 8.511212999932468 +Info 23038[11:12:18.674] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5908160004764795 +Info 23039[11:12:18.678] Format host information updated +Info 23040[11:12:18.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23041[11:12:18.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1430 structureChanged: false structureIsReused:: Completely Elapsed: 8.354686999693513ms +Info 23042[11:12:18.859] Different program with same set of files +Info 23043[11:12:18.859] getCompletionData: Get current token: 0.0044380007311701775 +Info 23044[11:12:18.859] getCompletionData: Is inside comment: 0.0007870001718401909 +Info 23045[11:12:18.859] getCompletionData: Get previous token: 0.026120000518858433 +Info 23046[11:12:18.859] getCompletionsAtPosition: isCompletionListBlocker: 0.0028230007737874985 +Info 23047[11:12:18.859] getExportInfoMap: cache hit +Info 23048[11:12:18.861] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 23049[11:12:18.862] collectAutoImports: response is complete +Info 23050[11:12:18.862] collectAutoImports: 2.0253569995984435 +Info 23051[11:12:18.862] getCompletionData: Semantic work: 2.53362699970603 +Info 23052[11:12:18.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9893540004268289 +Info 23053[11:12:18.864] Format host information updated +Info 23054[11:12:19.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23055[11:12:19.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1431 structureChanged: false structureIsReused:: Completely Elapsed: 9.803696000017226ms +Info 23056[11:12:19.044] Different program with same set of files +Info 23057[11:12:19.044] getCompletionData: Get current token: 0.0055879997089505196 +Info 23058[11:12:19.044] getCompletionData: Is inside comment: 0.0012560002505779266 +Info 23059[11:12:19.044] getCompletionData: Get previous token: 0.03290400002151728 +Info 23060[11:12:19.044] getCompletionsAtPosition: isCompletionListBlocker: 0.0028950003907084465 +Info 23061[11:12:19.045] getExportInfoMap: cache hit +Info 23062[11:12:19.047] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23063[11:12:19.047] collectAutoImports: response is complete +Info 23064[11:12:19.047] collectAutoImports: 2.300046999938786 +Info 23065[11:12:19.047] getCompletionData: Semantic work: 2.882509999908507 +Info 23066[11:12:19.049] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1620229994878173 +Info 23067[11:12:19.051] Format host information updated +Info 23068[11:12:19.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23069[11:12:19.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1432 structureChanged: false structureIsReused:: Completely Elapsed: 6.818947999738157ms +Info 23070[11:12:19.184] Different program with same set of files +Info 23071[11:12:19.185] getCompletionData: Get current token: 0.004882999695837498 +Info 23072[11:12:19.185] getCompletionData: Is inside comment: 0.0008619995787739754 +Info 23073[11:12:19.185] getCompletionData: Get previous token: 0.02895900048315525 +Info 23074[11:12:19.185] getCompletionsAtPosition: isCompletionListBlocker: 0.0030559999868273735 +Info 23075[11:12:19.185] getExportInfoMap: cache hit +Info 23076[11:12:19.187] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23077[11:12:19.187] collectAutoImports: response is complete +Info 23078[11:12:19.187] collectAutoImports: 2.181742999702692 +Info 23079[11:12:19.187] getCompletionData: Semantic work: 2.704478000290692 +Info 23080[11:12:19.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1191349998116493 +Info 23081[11:12:19.190] Format host information updated +Info 23082[11:12:19.638] getCompletionData: Get current token: 0.005092000588774681 +Info 23083[11:12:19.638] getCompletionData: Is inside comment: 0.01294500008225441 +Info 23084[11:12:19.638] getCompletionData: Get previous token: 0.011261999607086182 +Info 23085[11:12:19.638] getCompletionsAtPosition: isCompletionListBlocker: 0.008778000250458717 +Info 23086[11:12:19.639] getExportInfoMap: cache hit +Info 23087[11:12:19.650] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23088[11:12:19.650] collectAutoImports: response is complete +Info 23089[11:12:19.650] collectAutoImports: 11.483630999922752 +Info 23090[11:12:19.650] getCompletionData: Semantic work: 12.046391000039876 +Info 23091[11:12:19.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0786199998110533 +Info 23092[11:12:19.757] Format host information updated +Info 23093[11:12:19.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23094[11:12:19.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1433 structureChanged: false structureIsReused:: Completely Elapsed: 7.975600999779999ms +Info 23095[11:12:19.765] Different program with same set of files +Info 23096[11:12:20.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23097[11:12:20.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1434 structureChanged: false structureIsReused:: Completely Elapsed: 7.13873599935323ms +Info 23098[11:12:20.130] Different program with same set of files +Info 23099[11:12:20.130] getCompletionData: Get current token: 0.003891000524163246 +Info 23100[11:12:20.130] getCompletionData: Is inside comment: 0.011990999802947044 +Info 23101[11:12:20.130] getCompletionData: Get previous token: 0.03159999940544367 +Info 23102[11:12:20.130] getCompletionsAtPosition: isCompletionListBlocker: 0.007695999927818775 +Info 23103[11:12:20.130] getExportInfoMap: cache hit +Info 23104[11:12:20.136] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 219 from cache +Info 23105[11:12:20.136] collectAutoImports: response is complete +Info 23106[11:12:20.136] collectAutoImports: 5.524283999577165 +Info 23107[11:12:20.136] getCompletionData: Semantic work: 6.110941999591887 +Info 23108[11:12:20.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5931080002337694 +Info 23109[11:12:20.139] Format host information updated +Info 23110[11:12:20.186] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23111[11:12:20.197] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1435 structureChanged: false structureIsReused:: Completely Elapsed: 11.694933999329805ms +Info 23112[11:12:20.198] Different program with same set of files +Info 23113[11:12:20.198] getCompletionData: Get current token: 0.0075509995222091675 +Info 23114[11:12:20.198] getCompletionData: Is inside comment: 0.021349000744521618 +Info 23115[11:12:20.198] getCompletionData: Get previous token: 0.04020300041884184 +Info 23116[11:12:20.198] getCompletionsAtPosition: isCompletionListBlocker: 0.01148499920964241 +Info 23117[11:12:20.199] getExportInfoMap: cache hit +Info 23118[11:12:20.207] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 165 from cache +Info 23119[11:12:20.207] collectAutoImports: response is complete +Info 23120[11:12:20.207] collectAutoImports: 7.775750999338925 +Info 23121[11:12:20.207] getCompletionData: Semantic work: 8.670529999770224 +Info 23122[11:12:20.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5367100005969405 +Info 23123[11:12:20.211] Format host information updated +Info 23124[11:12:20.277] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23125[11:12:20.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1436 structureChanged: false structureIsReused:: Completely Elapsed: 24.51105900015682ms +Info 23126[11:12:20.302] Different program with same set of files +Info 23127[11:12:20.302] getCompletionData: Get current token: 0.010408000089228153 +Info 23128[11:12:20.302] getCompletionData: Is inside comment: 0.045192000456154346 +Info 23129[11:12:20.302] getCompletionData: Get previous token: 0.05838300008326769 +Info 23130[11:12:20.302] getCompletionsAtPosition: isCompletionListBlocker: 0.015538999810814857 +Info 23131[11:12:20.303] getExportInfoMap: cache hit +Info 23132[11:12:20.311] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 113 from cache +Info 23133[11:12:20.311] collectAutoImports: response is complete +Info 23134[11:12:20.311] collectAutoImports: 7.269712000153959 +Info 23135[11:12:20.311] getCompletionData: Semantic work: 8.593979000113904 +Info 23136[11:12:20.313] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1413730001077056 +Info 23137[11:12:20.314] Format host information updated +Info 23138[11:12:20.355] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23139[11:12:20.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1437 structureChanged: false structureIsReused:: Completely Elapsed: 8.6059940000996ms +Info 23140[11:12:20.363] Different program with same set of files +Info 23141[11:12:20.364] getCompletionData: Get current token: 0.006797000765800476 +Info 23142[11:12:20.364] getCompletionData: Is inside comment: 0.01671699993312359 +Info 23143[11:12:20.364] getCompletionData: Get previous token: 0.030306999571621418 +Info 23144[11:12:20.364] getCompletionsAtPosition: isCompletionListBlocker: 0.00863999966531992 +Info 23145[11:12:20.364] getExportInfoMap: cache hit +Info 23146[11:12:20.384] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23147[11:12:20.384] collectAutoImports: response is complete +Info 23148[11:12:20.384] collectAutoImports: 19.27366099972278 +Info 23149[11:12:20.384] getCompletionData: Semantic work: 19.94663599971682 +Info 23150[11:12:20.388] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9999940004199743 +Info 23151[11:12:20.391] Format host information updated +Info 23152[11:12:20.429] Format host information updated +Info 23153[11:12:20.429] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23154[11:12:20.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1438 structureChanged: false structureIsReused:: Completely Elapsed: 6.333832000382245ms +Info 23155[11:12:20.436] Different program with same set of files +Info 23156[11:12:20.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23157[11:12:20.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1439 structureChanged: false structureIsReused:: Completely Elapsed: 7.088777999393642ms +Info 23158[11:12:20.616] Different program with same set of files +Info 23159[11:12:20.616] getCompletionData: Get current token: 0.004964999854564667 +Info 23160[11:12:20.616] getCompletionData: Is inside comment: 0.014334999956190586 +Info 23161[11:12:20.617] getCompletionData: Get previous token: 0.02382799983024597 +Info 23162[11:12:20.617] getCompletionsAtPosition: isCompletionListBlocker: 0.001264999620616436 +Info 23163[11:12:20.617] Returning an empty list because completion was requested in an invalid position. +Info 23164[11:12:20.617] Format host information updated +Info 23165[11:12:20.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23166[11:12:20.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1440 structureChanged: false structureIsReused:: Completely Elapsed: 6.621868999674916ms +Info 23167[11:12:20.697] Different program with same set of files +Info 23168[11:12:20.698] getCompletionData: Get current token: 0.004746000282466412 +Info 23169[11:12:20.698] getCompletionData: Is inside comment: 0.01563700009137392 +Info 23170[11:12:20.698] getCompletionData: Get previous token: 0.02226900029927492 +Info 23171[11:12:20.698] getCompletionsAtPosition: isCompletionListBlocker: 0.001105000264942646 +Info 23172[11:12:20.698] Returning an empty list because completion was requested in an invalid position. +Info 23173[11:12:20.698] Format host information updated +Info 23174[11:12:20.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23175[11:12:20.898] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1441 structureChanged: false structureIsReused:: Completely Elapsed: 6.6091750003397465ms +Info 23176[11:12:20.898] Different program with same set of files +Info 23177[11:12:20.898] getCompletionData: Get current token: 0.004238000139594078 +Info 23178[11:12:20.898] getCompletionData: Is inside comment: 0.010948999784886837 +Info 23179[11:12:20.898] getCompletionData: Get previous token: 0.018284999765455723 +Info 23180[11:12:20.898] getCompletionsAtPosition: isCompletionListBlocker: 0.000940999947488308 +Info 23181[11:12:20.898] Returning an empty list because completion was requested in an invalid position. +Info 23182[11:12:20.898] Format host information updated +Info 23183[11:12:21.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23184[11:12:21.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1442 structureChanged: false structureIsReused:: Completely Elapsed: 9.401437999680638ms +Info 23185[11:12:21.191] Different program with same set of files +Info 23186[11:12:21.191] getCompletionData: Get current token: 0.004705999977886677 +Info 23187[11:12:21.191] getCompletionData: Is inside comment: 0.011281000450253487 +Info 23188[11:12:21.191] getCompletionData: Get previous token: 0.01860800012946129 +Info 23189[11:12:21.191] getCompletionsAtPosition: isCompletionListBlocker: 0.0015119994059205055 +Info 23190[11:12:21.191] Returning an empty list because completion was requested in an invalid position. +Info 23191[11:12:21.192] Format host information updated +Info 23192[11:12:21.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23193[11:12:21.263] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1443 structureChanged: false structureIsReused:: Completely Elapsed: 10.984798000194132ms +Info 23194[11:12:21.263] Different program with same set of files +Info 23195[11:12:21.263] getCompletionData: Get current token: 0.009084000252187252 +Info 23196[11:12:21.264] getCompletionData: Is inside comment: 0.024589999578893185 +Info 23197[11:12:21.264] getCompletionData: Get previous token: 0.039173999801278114 +Info 23198[11:12:21.264] getCompletionsAtPosition: isCompletionListBlocker: 0.00208399910479784 +Info 23199[11:12:21.264] Returning an empty list because completion was requested in an invalid position. +Info 23200[11:12:21.264] Format host information updated +Info 23201[11:12:21.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23202[11:12:21.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1444 structureChanged: false structureIsReused:: Completely Elapsed: 8.766358000226319ms +Info 23203[11:12:21.679] Different program with same set of files +Info 23204[11:12:21.679] getCompletionData: Get current token: 0.0049139996990561485 +Info 23205[11:12:21.679] getCompletionData: Is inside comment: 0.012056000530719757 +Info 23206[11:12:21.679] getCompletionData: Get previous token: 0.0196769991889596 +Info 23207[11:12:21.679] getCompletionsAtPosition: isCompletionListBlocker: 0.0012400001287460327 +Info 23208[11:12:21.679] Returning an empty list because completion was requested in an invalid position. +Info 23209[11:12:21.680] Format host information updated +Info 23210[11:12:21.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23211[11:12:21.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1445 structureChanged: false structureIsReused:: Completely Elapsed: 6.662509000860155ms +Info 23212[11:12:21.790] Different program with same set of files +Info 23213[11:12:21.790] getCompletionData: Get current token: 0.0042389994487166405 +Info 23214[11:12:21.790] getCompletionData: Is inside comment: 0.01117900013923645 +Info 23215[11:12:21.790] getCompletionData: Get previous token: 0.018688000738620758 +Info 23216[11:12:21.790] getCompletionsAtPosition: isCompletionListBlocker: 0.0011710003018379211 +Info 23217[11:12:21.790] Returning an empty list because completion was requested in an invalid position. +Info 23218[11:12:21.790] Format host information updated +Info 23219[11:12:21.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23220[11:12:21.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1446 structureChanged: false structureIsReused:: Completely Elapsed: 9.183523000217974ms +Info 23221[11:12:21.929] Different program with same set of files +Info 23222[11:12:21.929] getCompletionData: Get current token: 0.005640999414026737 +Info 23223[11:12:21.929] getCompletionData: Is inside comment: 0.012993999756872654 +Info 23224[11:12:21.929] getCompletionData: Get previous token: 0.024171999655663967 +Info 23225[11:12:21.929] getCompletionsAtPosition: isCompletionListBlocker: 0.0013450002297759056 +Info 23226[11:12:21.929] Returning an empty list because completion was requested in an invalid position. +Info 23227[11:12:21.929] Format host information updated +Info 23228[11:12:22.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23229[11:12:22.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1447 structureChanged: false structureIsReused:: Completely Elapsed: 6.37421299982816ms +Info 23230[11:12:22.147] Different program with same set of files +Info 23231[11:12:22.147] getCompletionData: Get current token: 0.004798000678420067 +Info 23232[11:12:22.147] getCompletionData: Is inside comment: 0.012325000017881393 +Info 23233[11:12:22.147] getCompletionData: Get previous token: 0.020735999569296837 +Info 23234[11:12:22.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0010369997471570969 +Info 23235[11:12:22.147] Returning an empty list because completion was requested in an invalid position. +Info 23236[11:12:22.148] Format host information updated +Info 23237[11:12:22.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23238[11:12:22.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1448 structureChanged: false structureIsReused:: Completely Elapsed: 26.497245999984443ms +Info 23239[11:12:22.299] Different program with same set of files +Info 23240[11:12:22.299] getCompletionData: Get current token: 0.010325999930500984 +Info 23241[11:12:22.299] getCompletionData: Is inside comment: 0.022735999897122383 +Info 23242[11:12:22.299] getCompletionData: Get previous token: 0.03848200011998415 +Info 23243[11:12:22.299] getCompletionsAtPosition: isCompletionListBlocker: 0.0019079996272921562 +Info 23244[11:12:22.299] Returning an empty list because completion was requested in an invalid position. +Info 23245[11:12:22.299] Format host information updated +Info 23246[11:12:22.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23247[11:12:22.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1449 structureChanged: false structureIsReused:: Completely Elapsed: 18.81964199990034ms +Info 23248[11:12:22.497] Different program with same set of files +Info 23249[11:12:22.497] getCompletionData: Get current token: 0.015862000174820423 +Info 23250[11:12:22.497] getCompletionData: Is inside comment: 0.04536000080406666 +Info 23251[11:12:22.497] getCompletionData: Get previous token: 0.03776599932461977 +Info 23252[11:12:22.497] getCompletionsAtPosition: isCompletionListBlocker: 0.016754000447690487 +Info 23253[11:12:22.504] getExportInfoMap: cache hit +Info 23254[11:12:22.527] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23255[11:12:22.527] collectAutoImports: response is complete +Info 23256[11:12:22.527] collectAutoImports: 23.461081000044942 +Info 23257[11:12:22.527] getCompletionData: Semantic work: 29.91539500001818 +Info 23258[11:12:22.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.468537000007927 +Info 23259[11:12:22.536] Format host information updated +Info 23260[11:12:22.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23261[11:12:22.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1450 structureChanged: false structureIsReused:: Completely Elapsed: 9.14886000007391ms +Info 23262[11:12:22.855] Different program with same set of files +Info 23263[11:12:22.855] getCompletionData: Get current token: 0.005882999859750271 +Info 23264[11:12:22.855] getCompletionData: Is inside comment: 0.011876999400556087 +Info 23265[11:12:22.855] getCompletionData: Get previous token: 0.019028999842703342 +Info 23266[11:12:22.855] getCompletionsAtPosition: isCompletionListBlocker: 0.0013330001384019852 +Info 23267[11:12:22.855] Returning an empty list because completion was requested in an invalid position. +Info 23268[11:12:22.855] Format host information updated +Info 23269[11:12:23.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23270[11:12:23.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1451 structureChanged: false structureIsReused:: Completely Elapsed: 6.922740000300109ms +Info 23271[11:12:23.131] Different program with same set of files +Info 23272[11:12:23.131] getCompletionData: Get current token: 0.005096999928355217 +Info 23273[11:12:23.131] getCompletionData: Is inside comment: 0.011537999846041203 +Info 23274[11:12:23.131] getCompletionData: Get previous token: 0.018957000225782394 +Info 23275[11:12:23.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0013999994844198227 +Info 23276[11:12:23.131] Returning an empty list because completion was requested in an invalid position. +Info 23277[11:12:23.132] Format host information updated +Info 23278[11:12:23.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23279[11:12:23.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1452 structureChanged: false structureIsReused:: Completely Elapsed: 8.960435000248253ms +Info 23280[11:12:23.287] Different program with same set of files +Info 23281[11:12:23.287] getCompletionData: Get current token: 0.005494000390172005 +Info 23282[11:12:23.287] getCompletionData: Is inside comment: 0.01115499995648861 +Info 23283[11:12:23.287] getCompletionData: Get previous token: 0.01805600058287382 +Info 23284[11:12:23.287] getCompletionsAtPosition: isCompletionListBlocker: 0.0012329993769526482 +Info 23285[11:12:23.287] Returning an empty list because completion was requested in an invalid position. +Info 23286[11:12:23.287] Format host information updated +Info 23287[11:12:23.425] Format host information updated +Info 23288[11:12:23.425] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23289[11:12:23.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1453 structureChanged: false structureIsReused:: Completely Elapsed: 6.621507000178099ms +Info 23290[11:12:23.431] Different program with same set of files +Info 23291[11:12:23.628] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23292[11:12:23.637] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1454 structureChanged: false structureIsReused:: Completely Elapsed: 9.555685000494123ms +Info 23293[11:12:23.637] Different program with same set of files +Info 23294[11:12:23.637] getCompletionData: Get current token: 0.004678000696003437 +Info 23295[11:12:23.637] getCompletionData: Is inside comment: 0.010203000158071518 +Info 23296[11:12:23.637] getCompletionData: Get previous token: 0.00890399981290102 +Info 23297[11:12:23.637] getCompletionsAtPosition: isCompletionListBlocker: 0.0075630005449056625 +Info 23298[11:12:23.638] getExportInfoMap: cache hit +Info 23299[11:12:23.648] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23300[11:12:23.648] collectAutoImports: response is complete +Info 23301[11:12:23.648] collectAutoImports: 10.046011000871658 +Info 23302[11:12:23.648] getCompletionData: Semantic work: 10.557335000485182 +Info 23303[11:12:23.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.216822000220418 +Info 23304[11:12:23.655] Format host information updated +Info 23305[11:12:23.688] Format host information updated +Info 23306[11:12:23.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23307[11:12:23.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1455 structureChanged: false structureIsReused:: Completely Elapsed: 6.967814000323415ms +Info 23308[11:12:23.696] Different program with same set of files +Info 23309[11:12:24.287] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23310[11:12:24.294] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1456 structureChanged: false structureIsReused:: Completely Elapsed: 6.849326999858022ms +Info 23311[11:12:24.294] Different program with same set of files +Info 23312[11:12:24.294] getCompletionData: Get current token: 0.005443999543786049 +Info 23313[11:12:24.294] getCompletionData: Is inside comment: 0.012246000580489635 +Info 23314[11:12:24.294] getCompletionData: Get previous token: 0.02153899986296892 +Info 23315[11:12:24.294] getCompletionsAtPosition: isCompletionListBlocker: 0.008590999990701675 +Info 23316[11:12:24.295] getExportInfoMap: cache hit +Info 23317[11:12:24.300] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 23318[11:12:24.301] collectAutoImports: response is complete +Info 23319[11:12:24.301] collectAutoImports: 5.821250000037253 +Info 23320[11:12:24.301] getCompletionData: Semantic work: 6.411780999973416 +Info 23321[11:12:24.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5247329995036125 +Info 23322[11:12:24.304] Format host information updated +Info 23323[11:12:24.360] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23324[11:12:24.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1457 structureChanged: false structureIsReused:: Completely Elapsed: 11.701824999414384ms +Info 23325[11:12:24.372] Different program with same set of files +Info 23326[11:12:24.372] getCompletionData: Get current token: 0.004487999714910984 +Info 23327[11:12:24.372] getCompletionData: Is inside comment: 0.010744999162852764 +Info 23328[11:12:24.372] getCompletionData: Get previous token: 0.0190049996599555 +Info 23329[11:12:24.372] getCompletionsAtPosition: isCompletionListBlocker: 0.006819999776780605 +Info 23330[11:12:24.373] getExportInfoMap: cache hit +Info 23331[11:12:24.376] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 9 from cache +Info 23332[11:12:24.376] collectAutoImports: response is complete +Info 23333[11:12:24.376] collectAutoImports: 3.246870999224484 +Info 23334[11:12:24.376] getCompletionData: Semantic work: 3.851347000338137 +Info 23335[11:12:24.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2714260006323457 +Info 23336[11:12:24.382] Format host information updated +Info 23337[11:12:24.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23338[11:12:24.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1458 structureChanged: false structureIsReused:: Completely Elapsed: 7.046525999903679ms +Info 23339[11:12:24.558] Different program with same set of files +Info 23340[11:12:24.558] getCompletionData: Get current token: 0.0056050000712275505 +Info 23341[11:12:24.558] getCompletionData: Is inside comment: 0.012296999804675579 +Info 23342[11:12:24.558] getCompletionData: Get previous token: 0.021464000456035137 +Info 23343[11:12:24.558] getCompletionsAtPosition: isCompletionListBlocker: 0.007315999828279018 +Info 23344[11:12:24.558] getExportInfoMap: cache hit +Info 23345[11:12:24.561] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 23346[11:12:24.561] collectAutoImports: response is complete +Info 23347[11:12:24.561] collectAutoImports: 2.8171210000291467 +Info 23348[11:12:24.561] getCompletionData: Semantic work: 3.387025000527501 +Info 23349[11:12:24.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2653480004519224 +Info 23350[11:12:24.563] Format host information updated +Info 23351[11:12:24.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23352[11:12:24.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1459 structureChanged: false structureIsReused:: Completely Elapsed: 10.176746999844909ms +Info 23353[11:12:24.742] Different program with same set of files +Info 23354[11:12:24.742] getCompletionData: Get current token: 0.007228999398648739 +Info 23355[11:12:24.743] getCompletionData: Is inside comment: 0.01917599979788065 +Info 23356[11:12:24.743] getCompletionData: Get previous token: 0.03290400002151728 +Info 23357[11:12:24.743] getCompletionsAtPosition: isCompletionListBlocker: 0.010510999709367752 +Info 23358[11:12:24.743] getExportInfoMap: cache hit +Info 23359[11:12:24.747] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 23360[11:12:24.747] collectAutoImports: response is complete +Info 23361[11:12:24.747] collectAutoImports: 3.437237000092864 +Info 23362[11:12:24.747] getCompletionData: Semantic work: 4.276436000131071 +Info 23363[11:12:24.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7449749996885657 +Info 23364[11:12:24.752] Format host information updated +Info 23365[11:12:24.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23366[11:12:24.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1460 structureChanged: false structureIsReused:: Completely Elapsed: 6.646591000258923ms +Info 23367[11:12:24.808] Different program with same set of files +Info 23368[11:12:24.808] getCompletionData: Get current token: 0.0051920004189014435 +Info 23369[11:12:24.808] getCompletionData: Is inside comment: 0.011163000017404556 +Info 23370[11:12:24.808] getCompletionData: Get previous token: 0.01909000054001808 +Info 23371[11:12:24.808] getCompletionsAtPosition: isCompletionListBlocker: 0.007330999709665775 +Info 23372[11:12:24.809] getExportInfoMap: cache hit +Info 23373[11:12:24.811] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 23374[11:12:24.811] collectAutoImports: response is complete +Info 23375[11:12:24.811] collectAutoImports: 2.028881000354886 +Info 23376[11:12:24.811] getCompletionData: Semantic work: 2.5602259999141097 +Info 23377[11:12:24.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0354300001636147 +Info 23378[11:12:24.812] Format host information updated +Info 23379[11:12:25.303] Format host information updated +Info 23380[11:12:25.304] Format host information updated +Info 23381[11:12:25.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23382[11:12:25.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1461 structureChanged: false structureIsReused:: Completely Elapsed: 8.45239800028503ms +Info 23383[11:12:25.313] Different program with same set of files +Info 23384[11:12:25.313] getCompletionData: Get current token: 0.0046629998832941055 +Info 23385[11:12:25.313] getCompletionData: Is inside comment: 0.009933999739587307 +Info 23386[11:12:25.313] getCompletionData: Get previous token: 0.008897999301552773 +Info 23387[11:12:25.313] getCompletionsAtPosition: isCompletionListBlocker: 0.0027160001918673515 +Info 23388[11:12:25.313] getExportInfoMap: cache hit +Info 23389[11:12:25.324] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23390[11:12:25.324] collectAutoImports: response is complete +Info 23391[11:12:25.324] collectAutoImports: 10.362007000483572 +Info 23392[11:12:25.324] getCompletionData: Semantic work: 10.907157000154257 +Info 23393[11:12:25.327] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2698349999263883 +Info 23394[11:12:25.332] getCompletionData: Get current token: 0.011433999985456467 +Info 23395[11:12:25.332] getCompletionData: Is inside comment: 0.002457999624311924 +Info 23396[11:12:25.332] getCompletionData: Get previous token: 0.019353999756276608 +Info 23397[11:12:25.332] getCompletionsAtPosition: isCompletionListBlocker: 0.006781000643968582 +Info 23398[11:12:25.332] getCompletionData: Semantic work: 0.5686659999191761 +Info 23399[11:12:25.334] getCompletionData: Get current token: 0.007311999797821045 +Info 23400[11:12:25.334] getCompletionData: Is inside comment: 0.0012469999492168427 +Info 23401[11:12:25.334] getCompletionData: Get previous token: 0.01877100020647049 +Info 23402[11:12:25.334] getCompletionsAtPosition: isCompletionListBlocker: 0.004265000112354755 +Info 23403[11:12:25.335] getCompletionData: Semantic work: 0.3388050002977252 +Info 23404[11:12:25.335] Format host information updated +Info 23405[11:12:25.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23406[11:12:25.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1462 structureChanged: false structureIsReused:: Completely Elapsed: 7.319461999461055ms +Info 23407[11:12:25.375] Different program with same set of files +Info 23408[11:12:25.376] getCompletionData: Get current token: 0.006063999608159065 +Info 23409[11:12:25.376] getCompletionData: Is inside comment: 0.014158000238239765 +Info 23410[11:12:25.376] getCompletionData: Get previous token: 0.012546000070869923 +Info 23411[11:12:25.376] getCompletionsAtPosition: isCompletionListBlocker: 0.00814600009471178 +Info 23412[11:12:25.376] getExportInfoMap: cache hit +Info 23413[11:12:25.388] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23414[11:12:25.388] collectAutoImports: response is complete +Info 23415[11:12:25.388] collectAutoImports: 11.53289999999106 +Info 23416[11:12:25.388] getCompletionData: Semantic work: 12.172608000226319 +Info 23417[11:12:25.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.304541000165045 +Info 23418[11:12:25.396] Format host information updated +Info 23419[11:12:25.813] getCompletionData: Get current token: 0.019295000471174717 +Info 23420[11:12:25.813] getCompletionData: Is inside comment: 0.0011459998786449432 +Info 23421[11:12:25.813] getCompletionData: Get previous token: 0.01254000049084425 +Info 23422[11:12:25.813] getCompletionsAtPosition: isCompletionListBlocker: 0.002876000478863716 +Info 23423[11:12:25.814] getExportInfoMap: cache hit +Info 23424[11:12:25.821] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23425[11:12:25.821] collectAutoImports: response is complete +Info 23426[11:12:25.821] collectAutoImports: 7.341289000585675 +Info 23427[11:12:25.821] getCompletionData: Semantic work: 7.842803999781609 +Info 23428[11:12:25.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3134819995611906 +Info 23429[11:12:26.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23430[11:12:26.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1463 structureChanged: false structureIsReused:: Completely Elapsed: 6.990842999890447ms +Info 23431[11:12:26.360] Different program with same set of files +Info 23432[11:12:26.361] getCompletionData: Get current token: 0.004016999155282974 +Info 23433[11:12:26.361] getCompletionData: Is inside comment: 0.0008689993992447853 +Info 23434[11:12:26.361] getCompletionData: Get previous token: 0.021807000041007996 +Info 23435[11:12:26.361] getCompletionsAtPosition: isCompletionListBlocker: 0.0028119999915361404 +Info 23436[11:12:26.361] getExportInfoMap: cache hit +Info 23437[11:12:26.366] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 23438[11:12:26.366] collectAutoImports: response is complete +Info 23439[11:12:26.366] collectAutoImports: 4.627608000300825 +Info 23440[11:12:26.366] getCompletionData: Semantic work: 5.123024000786245 +Info 23441[11:12:26.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4253429993987083 +Info 23442[11:12:26.368] Format host information updated +Info 23443[11:12:26.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23444[11:12:26.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1464 structureChanged: false structureIsReused:: Completely Elapsed: 9.761177000589669ms +Info 23445[11:12:26.425] Different program with same set of files +Info 23446[11:12:26.426] getCompletionData: Get current token: 0.007164999842643738 +Info 23447[11:12:26.426] getCompletionData: Is inside comment: 0.0015950007364153862 +Info 23448[11:12:26.426] getCompletionData: Get previous token: 0.03857299964874983 +Info 23449[11:12:26.426] getCompletionsAtPosition: isCompletionListBlocker: 0.004346000030636787 +Info 23450[11:12:26.426] getExportInfoMap: cache hit +Info 23451[11:12:26.433] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 39 from cache +Info 23452[11:12:26.433] collectAutoImports: response is complete +Info 23453[11:12:26.433] collectAutoImports: 6.97437599953264 +Info 23454[11:12:26.433] getCompletionData: Semantic work: 7.773571999743581 +Info 23455[11:12:26.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.840722999535501 +Info 23456[11:12:26.437] Format host information updated +Info 23457[11:12:26.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23458[11:12:26.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1465 structureChanged: false structureIsReused:: Completely Elapsed: 7.097960999235511ms +Info 23459[11:12:26.587] Different program with same set of files +Info 23460[11:12:26.587] getCompletionData: Get current token: 0.0052730003371834755 +Info 23461[11:12:26.587] getCompletionData: Is inside comment: 0.001086999662220478 +Info 23462[11:12:26.587] getCompletionData: Get previous token: 0.027032999321818352 +Info 23463[11:12:26.587] getCompletionsAtPosition: isCompletionListBlocker: 0.003236999735236168 +Info 23464[11:12:26.588] getExportInfoMap: cache hit +Info 23465[11:12:26.591] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 23466[11:12:26.591] collectAutoImports: response is complete +Info 23467[11:12:26.591] collectAutoImports: 2.5084660006687045 +Info 23468[11:12:26.591] getCompletionData: Semantic work: 3.095812000334263 +Info 23469[11:12:26.592] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2477339999750257 +Info 23470[11:12:26.593] Format host information updated +Info 23471[11:12:26.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23472[11:12:26.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1466 structureChanged: false structureIsReused:: Completely Elapsed: 6.78627899941057ms +Info 23473[11:12:26.975] Different program with same set of files +Info 23474[11:12:26.975] getCompletionData: Get current token: 0.005026000551879406 +Info 23475[11:12:26.975] getCompletionData: Is inside comment: 0.001011999323964119 +Info 23476[11:12:26.975] getCompletionData: Get previous token: 0.026128999888896942 +Info 23477[11:12:26.975] getCompletionsAtPosition: isCompletionListBlocker: 0.002778000198304653 +Info 23478[11:12:26.975] getExportInfoMap: cache hit +Info 23479[11:12:26.977] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23480[11:12:26.978] collectAutoImports: response is complete +Info 23481[11:12:26.978] collectAutoImports: 2.173607999458909 +Info 23482[11:12:26.978] getCompletionData: Semantic work: 2.7281349999830127 +Info 23483[11:12:26.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1088699996471405 +Info 23484[11:12:26.980] Format host information updated +Info 23485[11:12:27.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23486[11:12:27.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1467 structureChanged: false structureIsReused:: Completely Elapsed: 6.447978999465704ms +Info 23487[11:12:27.113] Different program with same set of files +Info 23488[11:12:27.113] getCompletionData: Get current token: 0.004600999876856804 +Info 23489[11:12:27.113] getCompletionData: Is inside comment: 0.0008829999715089798 +Info 23490[11:12:27.113] getCompletionData: Get previous token: 0.022479000501334667 +Info 23491[11:12:27.113] getCompletionsAtPosition: isCompletionListBlocker: 0.002930999733507633 +Info 23492[11:12:27.114] getExportInfoMap: cache hit +Info 23493[11:12:27.116] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23494[11:12:27.116] collectAutoImports: response is complete +Info 23495[11:12:27.116] collectAutoImports: 1.8438929999247193 +Info 23496[11:12:27.116] getCompletionData: Semantic work: 2.3124379999935627 +Info 23497[11:12:27.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0150680001825094 +Info 23498[11:12:27.119] Format host information updated +Info 23499[11:12:27.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23500[11:12:27.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1468 structureChanged: false structureIsReused:: Completely Elapsed: 6.866326999850571ms +Info 23501[11:12:27.443] Different program with same set of files +Info 23502[11:12:27.443] getCompletionData: Get current token: 0.004891999997198582 +Info 23503[11:12:27.443] getCompletionData: Is inside comment: 0.000924999825656414 +Info 23504[11:12:27.443] getCompletionData: Get previous token: 0.021196000277996063 +Info 23505[11:12:27.443] getCompletionsAtPosition: isCompletionListBlocker: 0.007702999748289585 +Info 23506[11:12:27.444] getExportInfoMap: cache hit +Info 23507[11:12:27.457] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23508[11:12:27.457] collectAutoImports: response is complete +Info 23509[11:12:27.457] collectAutoImports: 13.155261999927461 +Info 23510[11:12:27.457] getCompletionData: Semantic work: 13.719301000237465 +Info 23511[11:12:27.461] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0308250002563 +Info 23512[11:12:27.465] Format host information updated +Info 23513[11:12:28.148] Format host information updated +Info 23514[11:12:28.149] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23515[11:12:28.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1469 structureChanged: false structureIsReused:: Completely Elapsed: 6.496610000729561ms +Info 23516[11:12:28.155] Different program with same set of files +Info 23517[11:12:28.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23518[11:12:28.989] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1470 structureChanged: false structureIsReused:: Completely Elapsed: 6.9470910001546144ms +Info 23519[11:12:28.989] Different program with same set of files +Info 23520[11:12:28.989] getCompletionData: Get current token: 0.004431999288499355 +Info 23521[11:12:28.989] getCompletionData: Is inside comment: 0.0009669996798038483 +Info 23522[11:12:28.989] getCompletionData: Get previous token: 0.023972999304533005 +Info 23523[11:12:28.989] getCompletionsAtPosition: isCompletionListBlocker: 0.007770000025629997 +Info 23524[11:12:28.990] getExportInfoMap: cache hit +Info 23525[11:12:28.992] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23526[11:12:28.992] collectAutoImports: response is complete +Info 23527[11:12:28.992] collectAutoImports: 2.1126859998330474 +Info 23528[11:12:28.992] getCompletionData: Semantic work: 2.671602999791503 +Info 23529[11:12:28.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1371919997036457 +Info 23530[11:12:28.994] Format host information updated +Info 23531[11:12:29.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23532[11:12:29.062] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1471 structureChanged: false structureIsReused:: Completely Elapsed: 11.617572999559343ms +Info 23533[11:12:29.062] Different program with same set of files +Info 23534[11:12:29.062] getCompletionData: Get current token: 0.004355999641120434 +Info 23535[11:12:29.062] getCompletionData: Is inside comment: 0.0008819997310638428 +Info 23536[11:12:29.062] getCompletionData: Get previous token: 0.020031999796628952 +Info 23537[11:12:29.062] getCompletionsAtPosition: isCompletionListBlocker: 0.006513000465929508 +Info 23538[11:12:29.062] getExportInfoMap: cache hit +Info 23539[11:12:29.064] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23540[11:12:29.064] collectAutoImports: response is complete +Info 23541[11:12:29.064] collectAutoImports: 1.9440389992669225 +Info 23542[11:12:29.064] getCompletionData: Semantic work: 2.4270369997248054 +Info 23543[11:12:29.065] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.953439999371767 +Info 23544[11:12:29.066] Format host information updated +Info 23545[11:12:29.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23546[11:12:29.211] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1472 structureChanged: false structureIsReused:: Completely Elapsed: 6.796791999600828ms +Info 23547[11:12:29.211] Different program with same set of files +Info 23548[11:12:29.211] getCompletionData: Get current token: 0.005171000026166439 +Info 23549[11:12:29.211] getCompletionData: Is inside comment: 0.0010810000821948051 +Info 23550[11:12:29.211] getCompletionData: Get previous token: 0.025801999494433403 +Info 23551[11:12:29.211] getCompletionsAtPosition: isCompletionListBlocker: 0.007586999796330929 +Info 23552[11:12:29.212] getExportInfoMap: cache hit +Info 23553[11:12:29.214] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23554[11:12:29.214] collectAutoImports: response is complete +Info 23555[11:12:29.214] collectAutoImports: 2.232065999880433 +Info 23556[11:12:29.214] getCompletionData: Semantic work: 2.7900580000132322 +Info 23557[11:12:29.215] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1606179997324944 +Info 23558[11:12:29.216] Format host information updated +Info 23559[11:12:29.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23560[11:12:29.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1473 structureChanged: false structureIsReused:: Completely Elapsed: 6.669549999758601ms +Info 23561[11:12:29.899] Different program with same set of files +Info 23562[11:12:29.900] getCompletionData: Get current token: 0.00446499977260828 +Info 23563[11:12:29.900] getCompletionData: Is inside comment: 0.0011360002681612968 +Info 23564[11:12:29.900] getCompletionData: Get previous token: 0.02416800055652857 +Info 23565[11:12:29.900] getCompletionsAtPosition: isCompletionListBlocker: 0.007770000025629997 +Info 23566[11:12:29.900] getExportInfoMap: cache hit +Info 23567[11:12:29.902] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23568[11:12:29.902] collectAutoImports: response is complete +Info 23569[11:12:29.902] collectAutoImports: 2.0141399996355176 +Info 23570[11:12:29.902] getCompletionData: Semantic work: 2.5333989998325706 +Info 23571[11:12:29.903] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.079177999868989 +Info 23572[11:12:29.904] Format host information updated +Info 23573[11:12:30.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23574[11:12:30.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1474 structureChanged: false structureIsReused:: Completely Elapsed: 6.808365999720991ms +Info 23575[11:12:30.031] Different program with same set of files +Info 23576[11:12:30.031] getCompletionData: Get current token: 0.005077000707387924 +Info 23577[11:12:30.031] getCompletionData: Is inside comment: 0.0010850001126527786 +Info 23578[11:12:30.031] getCompletionData: Get previous token: 0.0247770007699728 +Info 23579[11:12:30.031] getCompletionsAtPosition: isCompletionListBlocker: 0.007404000498354435 +Info 23580[11:12:30.034] getExportInfoMap: cache hit +Info 23581[11:12:30.036] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23582[11:12:30.036] collectAutoImports: response is complete +Info 23583[11:12:30.036] collectAutoImports: 2.3029869999736547 +Info 23584[11:12:30.036] getCompletionData: Semantic work: 4.524702999740839 +Info 23585[11:12:30.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2791200000792742 +Info 23586[11:12:30.038] Format host information updated +Info 23587[11:12:30.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23588[11:12:30.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1475 structureChanged: false structureIsReused:: Completely Elapsed: 19.66227599978447ms +Info 23589[11:12:30.111] Different program with same set of files +Info 23590[11:12:30.112] getCompletionData: Get current token: 0.01721999980509281 +Info 23591[11:12:30.112] getCompletionData: Is inside comment: 0.003926999866962433 +Info 23592[11:12:30.112] getCompletionData: Get previous token: 0.08597400039434433 +Info 23593[11:12:30.112] getCompletionsAtPosition: isCompletionListBlocker: 0.021858000196516514 +Info 23594[11:12:30.114] getExportInfoMap: cache hit +Info 23595[11:12:30.121] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23596[11:12:30.121] collectAutoImports: response is complete +Info 23597[11:12:30.121] collectAutoImports: 7.233841000124812 +Info 23598[11:12:30.121] getCompletionData: Semantic work: 8.914072999730706 +Info 23599[11:12:30.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3315710006281734 +Info 23600[11:12:30.126] Format host information updated +Info 23601[11:12:30.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23602[11:12:30.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1476 structureChanged: false structureIsReused:: Completely Elapsed: 11.570016999728978ms +Info 23603[11:12:30.168] Different program with same set of files +Info 23604[11:12:30.168] getCompletionData: Get current token: 0.007066999562084675 +Info 23605[11:12:30.168] getCompletionData: Is inside comment: 0.0015379991382360458 +Info 23606[11:12:30.168] getCompletionData: Get previous token: 0.033057999797165394 +Info 23607[11:12:30.168] getCompletionsAtPosition: isCompletionListBlocker: 0.009453000500798225 +Info 23608[11:12:30.169] getExportInfoMap: cache hit +Info 23609[11:12:30.172] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23610[11:12:30.172] collectAutoImports: response is complete +Info 23611[11:12:30.172] collectAutoImports: 2.9634789992123842 +Info 23612[11:12:30.172] getCompletionData: Semantic work: 3.681898000650108 +Info 23613[11:12:30.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5752339996397495 +Info 23614[11:12:30.174] Format host information updated +Info 23615[11:12:30.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23616[11:12:30.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1477 structureChanged: false structureIsReused:: Completely Elapsed: 6.668436999432743ms +Info 23617[11:12:30.434] Different program with same set of files +Info 23618[11:12:30.434] getCompletionData: Get current token: 0.004585999995470047 +Info 23619[11:12:30.434] getCompletionData: Is inside comment: 0.0009499993175268173 +Info 23620[11:12:30.434] getCompletionData: Get previous token: 0.02379699982702732 +Info 23621[11:12:30.434] getCompletionsAtPosition: isCompletionListBlocker: 0.007175999693572521 +Info 23622[11:12:30.434] getExportInfoMap: cache hit +Info 23623[11:12:30.437] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23624[11:12:30.437] collectAutoImports: response is complete +Info 23625[11:12:30.437] collectAutoImports: 2.7423489997163415 +Info 23626[11:12:30.437] getCompletionData: Semantic work: 3.2895080000162125 +Info 23627[11:12:30.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.076187999919057 +Info 23628[11:12:30.440] Format host information updated +Info 23629[11:12:30.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23630[11:12:30.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1478 structureChanged: false structureIsReused:: Completely Elapsed: 6.785602999851108ms +Info 23631[11:12:30.533] Different program with same set of files +Info 23632[11:12:30.533] getCompletionData: Get current token: 0.005286000669002533 +Info 23633[11:12:30.533] getCompletionData: Is inside comment: 0.0009580003097653389 +Info 23634[11:12:30.533] getCompletionData: Get previous token: 0.026107999496161938 +Info 23635[11:12:30.533] getCompletionsAtPosition: isCompletionListBlocker: 0.007629000581800938 +Info 23636[11:12:30.533] getExportInfoMap: cache hit +Info 23637[11:12:30.536] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23638[11:12:30.536] collectAutoImports: response is complete +Info 23639[11:12:30.536] collectAutoImports: 2.2473869994282722 +Info 23640[11:12:30.536] getCompletionData: Semantic work: 2.815337000414729 +Info 23641[11:12:30.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1762709999457002 +Info 23642[11:12:30.538] Format host information updated +Info 23643[11:12:30.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23644[11:12:30.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1479 structureChanged: false structureIsReused:: Completely Elapsed: 9.983196999877691ms +Info 23645[11:12:30.765] Different program with same set of files +Info 23646[11:12:30.766] getCompletionData: Get current token: 0.004367999732494354 +Info 23647[11:12:30.766] getCompletionData: Is inside comment: 0.001039000228047371 +Info 23648[11:12:30.766] getCompletionData: Get previous token: 0.0209969999268651 +Info 23649[11:12:30.766] getCompletionsAtPosition: isCompletionListBlocker: 0.007867000065743923 +Info 23650[11:12:30.766] getExportInfoMap: cache hit +Info 23651[11:12:30.768] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23652[11:12:30.768] collectAutoImports: response is complete +Info 23653[11:12:30.768] collectAutoImports: 1.945546000264585 +Info 23654[11:12:30.768] getCompletionData: Semantic work: 2.4610460000112653 +Info 23655[11:12:30.769] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3558020005002618 +Info 23656[11:12:30.770] Format host information updated +Info 23657[11:12:30.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23658[11:12:30.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1480 structureChanged: false structureIsReused:: Completely Elapsed: 6.786088000051677ms +Info 23659[11:12:30.956] Different program with same set of files +Info 23660[11:12:30.956] getCompletionData: Get current token: 0.0050119999796152115 +Info 23661[11:12:30.956] getCompletionData: Is inside comment: 0.0011069998145103455 +Info 23662[11:12:30.956] getCompletionData: Get previous token: 0.02539800014346838 +Info 23663[11:12:30.956] getCompletionsAtPosition: isCompletionListBlocker: 0.0075589995831251144 +Info 23664[11:12:30.956] getExportInfoMap: cache hit +Info 23665[11:12:30.958] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23666[11:12:30.959] collectAutoImports: response is complete +Info 23667[11:12:30.959] collectAutoImports: 2.186448000371456 +Info 23668[11:12:30.959] getCompletionData: Semantic work: 2.734916999936104 +Info 23669[11:12:30.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1160550005733967 +Info 23670[11:12:30.960] Format host information updated +Info 23671[11:12:31.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23672[11:12:31.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1481 structureChanged: false structureIsReused:: Completely Elapsed: 6.33661499992013ms +Info 23673[11:12:31.184] Different program with same set of files +Info 23674[11:12:31.184] getCompletionData: Get current token: 0.004217999987304211 +Info 23675[11:12:31.184] getCompletionData: Is inside comment: 0.0009280005469918251 +Info 23676[11:12:31.185] getCompletionData: Get previous token: 0.022512000054121017 +Info 23677[11:12:31.185] getCompletionsAtPosition: isCompletionListBlocker: 0.00634399987757206 +Info 23678[11:12:31.185] getExportInfoMap: cache hit +Info 23679[11:12:31.187] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23680[11:12:31.187] collectAutoImports: response is complete +Info 23681[11:12:31.187] collectAutoImports: 2.0265410002321005 +Info 23682[11:12:31.187] getCompletionData: Semantic work: 2.5164670003578067 +Info 23683[11:12:31.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9184630000963807 +Info 23684[11:12:31.188] Format host information updated +Info 23685[11:12:31.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23686[11:12:31.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1482 structureChanged: false structureIsReused:: Completely Elapsed: 8.312663999386132ms +Info 23687[11:12:31.353] Different program with same set of files +Info 23688[11:12:31.353] getCompletionData: Get current token: 0.007167000323534012 +Info 23689[11:12:31.353] getCompletionData: Is inside comment: 0.001016000285744667 +Info 23690[11:12:31.353] getCompletionData: Get previous token: 0.03371699992567301 +Info 23691[11:12:31.353] getCompletionsAtPosition: isCompletionListBlocker: 0.007895000278949738 +Info 23692[11:12:31.354] getExportInfoMap: cache hit +Info 23693[11:12:31.356] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23694[11:12:31.356] collectAutoImports: response is complete +Info 23695[11:12:31.356] collectAutoImports: 1.756458000279963 +Info 23696[11:12:31.356] getCompletionData: Semantic work: 2.2357740001752973 +Info 23697[11:12:31.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0348239997401834 +Info 23698[11:12:31.357] Format host information updated +Info 23699[11:12:31.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23700[11:12:31.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1483 structureChanged: false structureIsReused:: Completely Elapsed: 14.026260999962687ms +Info 23701[11:12:31.635] Different program with same set of files +Info 23702[11:12:31.635] getCompletionData: Get current token: 0.010782000608742237 +Info 23703[11:12:31.635] getCompletionData: Is inside comment: 0.002410000190138817 +Info 23704[11:12:31.635] getCompletionData: Get previous token: 0.0571510000154376 +Info 23705[11:12:31.635] getCompletionsAtPosition: isCompletionListBlocker: 0.014170999638736248 +Info 23706[11:12:31.636] getExportInfoMap: cache hit +Info 23707[11:12:31.641] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23708[11:12:31.641] collectAutoImports: response is complete +Info 23709[11:12:31.641] collectAutoImports: 4.275342000648379 +Info 23710[11:12:31.641] getCompletionData: Semantic work: 5.385590999387205 +Info 23711[11:12:31.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0456599993631244 +Info 23712[11:12:31.646] Format host information updated +Info 23713[11:12:31.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23714[11:12:31.812] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1484 structureChanged: false structureIsReused:: Completely Elapsed: 7.238497000187635ms +Info 23715[11:12:31.812] Different program with same set of files +Info 23716[11:12:31.812] getCompletionData: Get current token: 0.00546099990606308 +Info 23717[11:12:31.812] getCompletionData: Is inside comment: 0.0010740002617239952 +Info 23718[11:12:31.812] getCompletionData: Get previous token: 0.02765900082886219 +Info 23719[11:12:31.812] getCompletionsAtPosition: isCompletionListBlocker: 0.008167999796569347 +Info 23720[11:12:31.813] getExportInfoMap: cache hit +Info 23721[11:12:31.815] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23722[11:12:31.815] collectAutoImports: response is complete +Info 23723[11:12:31.815] collectAutoImports: 2.3950220001861453 +Info 23724[11:12:31.815] getCompletionData: Semantic work: 3.0100959995761514 +Info 23725[11:12:31.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2585960002616048 +Info 23726[11:12:31.817] Format host information updated +Info 23727[11:12:32.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23728[11:12:32.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1485 structureChanged: false structureIsReused:: Completely Elapsed: 8.221874999813735ms +Info 23729[11:12:32.052] Different program with same set of files +Info 23730[11:12:32.052] getCompletionData: Get current token: 0.004757999442517757 +Info 23731[11:12:32.052] getCompletionData: Is inside comment: 0.0009810002520680428 +Info 23732[11:12:32.052] getCompletionData: Get previous token: 0.014847000129520893 +Info 23733[11:12:32.052] getCompletionsAtPosition: isCompletionListBlocker: 0.006997999735176563 +Info 23734[11:12:32.054] getExportInfoMap: cache hit +Info 23735[11:12:32.063] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23736[11:12:32.063] collectAutoImports: response is complete +Info 23737[11:12:32.063] collectAutoImports: 9.373186999931931 +Info 23738[11:12:32.063] getCompletionData: Semantic work: 10.967573000118136 +Info 23739[11:12:32.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.836862999945879 +Info 23740[11:12:32.073] Format host information updated +Info 23741[11:12:32.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23742[11:12:32.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1486 structureChanged: false structureIsReused:: Completely Elapsed: 6.855217000469565ms +Info 23743[11:12:32.419] Different program with same set of files +Info 23744[11:12:32.419] getCompletionData: Get current token: 0.0047429995611310005 +Info 23745[11:12:32.419] getCompletionData: Is inside comment: 0.0010190000757575035 +Info 23746[11:12:32.419] getCompletionData: Get previous token: 0.025035999715328217 +Info 23747[11:12:32.419] getCompletionsAtPosition: isCompletionListBlocker: 0.0075690001249313354 +Info 23748[11:12:32.420] getExportInfoMap: cache hit +Info 23749[11:12:32.422] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23750[11:12:32.422] collectAutoImports: response is complete +Info 23751[11:12:32.422] collectAutoImports: 2.1968189999461174 +Info 23752[11:12:32.422] getCompletionData: Semantic work: 2.7442939998582006 +Info 23753[11:12:32.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2542949998751283 +Info 23754[11:12:32.424] Format host information updated +Info 23755[11:12:32.683] Format host information updated +Info 23756[11:12:32.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23757[11:12:32.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1487 structureChanged: false structureIsReused:: Completely Elapsed: 22.025879999622703ms +Info 23758[11:12:32.706] Different program with same set of files +Info 23759[11:12:32.779] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23760[11:12:32.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1488 structureChanged: false structureIsReused:: Completely Elapsed: 6.882516000419855ms +Info 23761[11:12:32.786] Different program with same set of files +Info 23762[11:12:32.786] getCompletionData: Get current token: 0.007004000246524811 +Info 23763[11:12:32.786] getCompletionData: Is inside comment: 0.0011409996077418327 +Info 23764[11:12:32.786] getCompletionData: Get previous token: 0.020155999809503555 +Info 23765[11:12:32.786] getCompletionsAtPosition: isCompletionListBlocker: 0.007375999353826046 +Info 23766[11:12:32.787] getExportInfoMap: cache hit +Info 23767[11:12:32.801] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23768[11:12:32.801] collectAutoImports: response is complete +Info 23769[11:12:32.801] collectAutoImports: 13.675157000310719 +Info 23770[11:12:32.801] getCompletionData: Semantic work: 14.239393999800086 +Info 23771[11:12:32.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.122065000236034 +Info 23772[11:12:32.808] Format host information updated +Info 23773[11:12:32.871] Format host information updated +Info 23774[11:12:32.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23775[11:12:32.878] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1489 structureChanged: false structureIsReused:: Completely Elapsed: 6.648537999950349ms +Info 23776[11:12:32.878] Different program with same set of files +Info 23777[11:12:33.331] getCompletionData: Get current token: 0.005749000236392021 +Info 23778[11:12:33.331] getCompletionData: Is inside comment: 0.012313999235630035 +Info 23779[11:12:33.331] getCompletionData: Get previous token: 0.013797000050544739 +Info 23780[11:12:33.331] getCompletionsAtPosition: isCompletionListBlocker: 0.013053999282419682 +Info 23781[11:12:33.332] getExportInfoMap: cache hit +Info 23782[11:12:33.346] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23783[11:12:33.346] collectAutoImports: response is complete +Info 23784[11:12:33.346] collectAutoImports: 13.872634000144899 +Info 23785[11:12:33.346] getCompletionData: Semantic work: 14.498833999969065 +Info 23786[11:12:33.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.407306999899447 +Info 23787[11:12:33.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23788[11:12:33.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1490 structureChanged: false structureIsReused:: Completely Elapsed: 6.647413999773562ms +Info 23789[11:12:33.453] Different program with same set of files +Info 23790[11:12:33.453] getCompletionData: Get current token: 0.004792999476194382 +Info 23791[11:12:33.453] getCompletionData: Is inside comment: 0.012748000212013721 +Info 23792[11:12:33.453] getCompletionData: Get previous token: 0.011132999323308468 +Info 23793[11:12:33.453] getCompletionsAtPosition: isCompletionListBlocker: 0.0025829998776316643 +Info 23794[11:12:33.453] getExportInfoMap: cache hit +Info 23795[11:12:33.464] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 23796[11:12:33.464] collectAutoImports: response is complete +Info 23797[11:12:33.464] collectAutoImports: 10.782700999639928 +Info 23798[11:12:33.464] getCompletionData: Semantic work: 11.387978999875486 +Info 23799[11:12:33.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7364539997652173 +Info 23800[11:12:33.473] Format host information updated +Info 23801[11:12:33.623] Format host information updated +Info 23802[11:12:33.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23803[11:12:33.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1491 structureChanged: false structureIsReused:: Completely Elapsed: 6.715644000098109ms +Info 23804[11:12:33.630] Different program with same set of files +Info 23805[11:12:33.744] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23806[11:12:33.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1492 structureChanged: false structureIsReused:: Completely Elapsed: 6.6920309998095036ms +Info 23807[11:12:33.751] Different program with same set of files +Info 23808[11:12:33.751] getCompletionData: Get current token: 0.005030999891459942 +Info 23809[11:12:33.751] getCompletionData: Is inside comment: 0.011601000092923641 +Info 23810[11:12:33.751] getCompletionData: Get previous token: 0.020623999647796154 +Info 23811[11:12:33.751] getCompletionsAtPosition: isCompletionListBlocker: 0.002058999612927437 +Info 23812[11:12:33.752] getExportInfoMap: cache hit +Info 23813[11:12:33.756] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 23814[11:12:33.756] collectAutoImports: response is complete +Info 23815[11:12:33.756] collectAutoImports: 3.7606720002368093 +Info 23816[11:12:33.756] getCompletionData: Semantic work: 4.391231000423431 +Info 23817[11:12:33.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2764669992029667 +Info 23818[11:12:33.759] Format host information updated +Info 23819[11:12:33.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23820[11:12:33.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1493 structureChanged: false structureIsReused:: Completely Elapsed: 6.795608999207616ms +Info 23821[11:12:33.911] Different program with same set of files +Info 23822[11:12:33.911] getCompletionData: Get current token: 0.005333000794053078 +Info 23823[11:12:33.911] getCompletionData: Is inside comment: 0.012695999816060066 +Info 23824[11:12:33.911] getCompletionData: Get previous token: 0.022853000089526176 +Info 23825[11:12:33.911] getCompletionsAtPosition: isCompletionListBlocker: 0.002220999449491501 +Info 23826[11:12:33.912] getExportInfoMap: cache hit +Info 23827[11:12:33.916] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 24 from cache +Info 23828[11:12:33.916] collectAutoImports: response is complete +Info 23829[11:12:33.916] collectAutoImports: 3.8645460000261664 +Info 23830[11:12:33.916] getCompletionData: Semantic work: 4.5024190004915 +Info 23831[11:12:33.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2587240003049374 +Info 23832[11:12:33.918] Format host information updated +Info 23833[11:12:33.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23834[11:12:34.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1494 structureChanged: false structureIsReused:: Completely Elapsed: 30.731726000085473ms +Info 23835[11:12:34.012] Different program with same set of files +Info 23836[11:12:34.012] getCompletionData: Get current token: 0.01154900062829256 +Info 23837[11:12:34.012] getCompletionData: Is inside comment: 0.025938999839127064 +Info 23838[11:12:34.012] getCompletionData: Get previous token: 0.04465499985963106 +Info 23839[11:12:34.012] getCompletionsAtPosition: isCompletionListBlocker: 0.004689999856054783 +Info 23840[11:12:34.014] getExportInfoMap: cache hit +Info 23841[11:12:34.019] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 23842[11:12:34.019] collectAutoImports: response is complete +Info 23843[11:12:34.019] collectAutoImports: 5.087860000319779 +Info 23844[11:12:34.019] getCompletionData: Semantic work: 6.366944999434054 +Info 23845[11:12:34.021] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.066806999966502 +Info 23846[11:12:34.022] Format host information updated +Info 23847[11:12:34.142] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23848[11:12:34.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1495 structureChanged: false structureIsReused:: Completely Elapsed: 8.112198000773787ms +Info 23849[11:12:34.151] Different program with same set of files +Info 23850[11:12:34.151] getCompletionData: Get current token: 0.004982000216841698 +Info 23851[11:12:34.151] getCompletionData: Is inside comment: 0.01181699987500906 +Info 23852[11:12:34.151] getCompletionData: Get previous token: 0.020917000249028206 +Info 23853[11:12:34.151] getCompletionsAtPosition: isCompletionListBlocker: 0.0026050005108118057 +Info 23854[11:12:34.151] getExportInfoMap: cache hit +Info 23855[11:12:34.154] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 23856[11:12:34.154] collectAutoImports: response is complete +Info 23857[11:12:34.154] collectAutoImports: 2.4727219995111227 +Info 23858[11:12:34.154] getCompletionData: Semantic work: 3.090645999647677 +Info 23859[11:12:34.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1338390000164509 +Info 23860[11:12:34.156] Format host information updated +Info 23861[11:12:34.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23862[11:12:34.271] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1496 structureChanged: false structureIsReused:: Completely Elapsed: 7.351909000426531ms +Info 23863[11:12:34.271] Different program with same set of files +Info 23864[11:12:34.271] getCompletionData: Get current token: 0.0041680000722408295 +Info 23865[11:12:34.271] getCompletionData: Is inside comment: 0.010350000113248825 +Info 23866[11:12:34.271] getCompletionData: Get previous token: 0.018792999908328056 +Info 23867[11:12:34.271] getCompletionsAtPosition: isCompletionListBlocker: 0.0020260000601410866 +Info 23868[11:12:34.272] getExportInfoMap: cache hit +Info 23869[11:12:34.274] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 23870[11:12:34.274] collectAutoImports: response is complete +Info 23871[11:12:34.274] collectAutoImports: 2.119087000377476 +Info 23872[11:12:34.274] getCompletionData: Semantic work: 2.684981000609696 +Info 23873[11:12:34.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9978290004655719 +Info 23874[11:12:34.276] Format host information updated +Info 23875[11:12:34.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23876[11:12:34.427] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1497 structureChanged: false structureIsReused:: Completely Elapsed: 6.3480809992179275ms +Info 23877[11:12:34.427] Different program with same set of files +Info 23878[11:12:34.427] getCompletionData: Get current token: 0.00420799944549799 +Info 23879[11:12:34.427] getCompletionData: Is inside comment: 0.010591000318527222 +Info 23880[11:12:34.427] getCompletionData: Get previous token: 0.01856399979442358 +Info 23881[11:12:34.427] getCompletionsAtPosition: isCompletionListBlocker: 0.002300000749528408 +Info 23882[11:12:34.428] getExportInfoMap: cache hit +Info 23883[11:12:34.430] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 23884[11:12:34.430] collectAutoImports: response is complete +Info 23885[11:12:34.430] collectAutoImports: 2.0670579997822642 +Info 23886[11:12:34.430] getCompletionData: Semantic work: 2.622755999676883 +Info 23887[11:12:34.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1719530001282692 +Info 23888[11:12:34.433] Format host information updated +Info 23889[11:12:34.511] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23890[11:12:34.536] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1498 structureChanged: false structureIsReused:: Completely Elapsed: 25.232687999494374ms +Info 23891[11:12:34.537] Different program with same set of files +Info 23892[11:12:34.537] getCompletionData: Get current token: 0.020254000090062618 +Info 23893[11:12:34.537] getCompletionData: Is inside comment: 0.05157400015741587 +Info 23894[11:12:34.537] getCompletionData: Get previous token: 0.08880800008773804 +Info 23895[11:12:34.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0073990002274513245 +Info 23896[11:12:34.540] getExportInfoMap: cache hit +Info 23897[11:12:34.546] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 23898[11:12:34.546] collectAutoImports: response is complete +Info 23899[11:12:34.546] collectAutoImports: 6.387037000618875 +Info 23900[11:12:34.546] getCompletionData: Semantic work: 8.707105000503361 +Info 23901[11:12:34.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.550212999805808 +Info 23902[11:12:34.550] Format host information updated +Info 23903[11:12:36.923] Format host information updated +Info 23904[11:12:36.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23905[11:12:36.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1499 structureChanged: false structureIsReused:: Completely Elapsed: 8.949082000181079ms +Info 23906[11:12:36.932] Different program with same set of files +Info 23907[11:12:37.030] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23908[11:12:37.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1500 structureChanged: false structureIsReused:: Completely Elapsed: 7.487296000123024ms +Info 23909[11:12:37.038] Different program with same set of files +Info 23910[11:12:37.038] getCompletionData: Get current token: 0.004050999879837036 +Info 23911[11:12:37.038] getCompletionData: Is inside comment: 0.011610999703407288 +Info 23912[11:12:37.038] getCompletionData: Get previous token: 0.03519399929791689 +Info 23913[11:12:37.038] getCompletionsAtPosition: isCompletionListBlocker: 0.002464999444782734 +Info 23914[11:12:37.039] getExportInfoMap: cache hit +Info 23915[11:12:37.045] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 23916[11:12:37.045] collectAutoImports: response is complete +Info 23917[11:12:37.045] collectAutoImports: 5.677859999239445 +Info 23918[11:12:37.045] getCompletionData: Semantic work: 6.331980999559164 +Info 23919[11:12:37.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.703646999783814 +Info 23920[11:12:37.049] Format host information updated +Info 23921[11:12:37.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23922[11:12:37.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1501 structureChanged: false structureIsReused:: Completely Elapsed: 12.689493999816477ms +Info 23923[11:12:37.108] Different program with same set of files +Info 23924[11:12:37.109] getCompletionData: Get current token: 0.008359000086784363 +Info 23925[11:12:37.109] getCompletionData: Is inside comment: 0.024028999730944633 +Info 23926[11:12:37.109] getCompletionData: Get previous token: 0.04114900063723326 +Info 23927[11:12:37.109] getCompletionsAtPosition: isCompletionListBlocker: 0.004069000482559204 +Info 23928[11:12:37.110] getExportInfoMap: cache hit +Info 23929[11:12:37.117] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 39 from cache +Info 23930[11:12:37.117] collectAutoImports: response is complete +Info 23931[11:12:37.117] collectAutoImports: 6.8397889994084835 +Info 23932[11:12:37.117] getCompletionData: Semantic work: 7.920653000473976 +Info 23933[11:12:37.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.481017000041902 +Info 23934[11:12:37.121] Format host information updated +Info 23935[11:12:37.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23936[11:12:37.263] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1502 structureChanged: false structureIsReused:: Completely Elapsed: 8.82714099995792ms +Info 23937[11:12:37.263] Different program with same set of files +Info 23938[11:12:37.263] getCompletionData: Get current token: 0.003941000439226627 +Info 23939[11:12:37.263] getCompletionData: Is inside comment: 0.009677000343799591 +Info 23940[11:12:37.264] getCompletionData: Get previous token: 0.016675999388098717 +Info 23941[11:12:37.264] getCompletionsAtPosition: isCompletionListBlocker: 0.0026569999754428864 +Info 23942[11:12:37.264] getExportInfoMap: cache hit +Info 23943[11:12:37.267] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 14 from cache +Info 23944[11:12:37.267] collectAutoImports: response is complete +Info 23945[11:12:37.267] collectAutoImports: 2.487456999719143 +Info 23946[11:12:37.267] getCompletionData: Semantic work: 3.0542580001056194 +Info 23947[11:12:37.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5588760003447533 +Info 23948[11:12:37.270] Format host information updated +Info 23949[11:12:37.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23950[11:12:37.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1503 structureChanged: false structureIsReused:: Completely Elapsed: 11.032913999632001ms +Info 23951[11:12:37.348] Different program with same set of files +Info 23952[11:12:37.349] getCompletionData: Get current token: 0.007646000012755394 +Info 23953[11:12:37.349] getCompletionData: Is inside comment: 0.021104000508785248 +Info 23954[11:12:37.349] getCompletionData: Get previous token: 0.03548199962824583 +Info 23955[11:12:37.349] getCompletionsAtPosition: isCompletionListBlocker: 0.003487999550998211 +Info 23956[11:12:37.349] getExportInfoMap: cache hit +Info 23957[11:12:37.353] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 23958[11:12:37.353] collectAutoImports: response is complete +Info 23959[11:12:37.353] collectAutoImports: 3.774447999894619 +Info 23960[11:12:37.353] getCompletionData: Semantic work: 4.730783000588417 +Info 23961[11:12:37.355] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.877729999832809 +Info 23962[11:12:37.356] Format host information updated +Info 23963[11:12:37.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23964[11:12:37.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1504 structureChanged: false structureIsReused:: Completely Elapsed: 6.3881919998675585ms +Info 23965[11:12:37.581] Different program with same set of files +Info 23966[11:12:37.581] getCompletionData: Get current token: 0.003548000007867813 +Info 23967[11:12:37.581] getCompletionData: Is inside comment: 0.010569999925792217 +Info 23968[11:12:37.581] getCompletionData: Get previous token: 0.017851000651717186 +Info 23969[11:12:37.581] getCompletionsAtPosition: isCompletionListBlocker: 0.002297000028192997 +Info 23970[11:12:37.582] getExportInfoMap: cache hit +Info 23971[11:12:37.584] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23972[11:12:37.584] collectAutoImports: response is complete +Info 23973[11:12:37.584] collectAutoImports: 1.9023029999807477 +Info 23974[11:12:37.584] getCompletionData: Semantic work: 2.4252980006858706 +Info 23975[11:12:37.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9006549995392561 +Info 23976[11:12:37.585] Format host information updated +Info 23977[11:12:37.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23978[11:12:37.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1505 structureChanged: false structureIsReused:: Completely Elapsed: 6.811741000041366ms +Info 23979[11:12:37.767] Different program with same set of files +Info 23980[11:12:37.767] getCompletionData: Get current token: 0.004231000319123268 +Info 23981[11:12:37.767] getCompletionData: Is inside comment: 0.011870000511407852 +Info 23982[11:12:37.767] getCompletionData: Get previous token: 0.06518999952822924 +Info 23983[11:12:37.767] getCompletionsAtPosition: isCompletionListBlocker: 0.002500000409781933 +Info 23984[11:12:37.767] getExportInfoMap: cache hit +Info 23985[11:12:37.772] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23986[11:12:37.772] collectAutoImports: response is complete +Info 23987[11:12:37.772] collectAutoImports: 4.025476000271738 +Info 23988[11:12:37.772] getCompletionData: Semantic work: 4.687593000009656 +Info 23989[11:12:37.773] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1166860004886985 +Info 23990[11:12:37.773] Format host information updated +Info 23991[11:12:37.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23992[11:12:37.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1506 structureChanged: false structureIsReused:: Completely Elapsed: 6.794894999824464ms +Info 23993[11:12:37.947] Different program with same set of files +Info 23994[11:12:37.947] getCompletionData: Get current token: 0.0049219997599720955 +Info 23995[11:12:37.947] getCompletionData: Is inside comment: 0.012688999995589256 +Info 23996[11:12:37.947] getCompletionData: Get previous token: 0.021196000277996063 +Info 23997[11:12:37.947] getCompletionsAtPosition: isCompletionListBlocker: 0.002328000031411648 +Info 23998[11:12:37.948] getExportInfoMap: cache hit +Info 23999[11:12:37.950] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 24000[11:12:37.950] collectAutoImports: response is complete +Info 24001[11:12:37.950] collectAutoImports: 2.141146999783814 +Info 24002[11:12:37.950] getCompletionData: Semantic work: 2.7460449999198318 +Info 24003[11:12:37.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1036489997059107 +Info 24004[11:12:37.952] Format host information updated +Info 24005[11:12:38.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24006[11:12:38.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1507 structureChanged: false structureIsReused:: Completely Elapsed: 9.33045499958098ms +Info 24007[11:12:38.065] Different program with same set of files +Info 24008[11:12:38.065] getCompletionData: Get current token: 0.004739999771118164 +Info 24009[11:12:38.065] getCompletionData: Is inside comment: 0.01265300065279007 +Info 24010[11:12:38.065] getCompletionData: Get previous token: 0.020882999524474144 +Info 24011[11:12:38.065] getCompletionsAtPosition: isCompletionListBlocker: 0.0024240007624030113 +Info 24012[11:12:38.066] getExportInfoMap: cache hit +Info 24013[11:12:38.069] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 24014[11:12:38.069] collectAutoImports: response is complete +Info 24015[11:12:38.069] collectAutoImports: 2.4333859998732805 +Info 24016[11:12:38.069] getCompletionData: Semantic work: 3.11824700050056 +Info 24017[11:12:38.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2794210007414222 +Info 24018[11:12:38.071] Format host information updated +Info 24019[11:12:39.328] getCompletionData: Get current token: 0.003995000384747982 +Info 24020[11:12:39.328] getCompletionData: Is inside comment: 0.011017999611794949 +Info 24021[11:12:39.328] getCompletionData: Get previous token: 0.017456000670790672 +Info 24022[11:12:39.328] getCompletionsAtPosition: isCompletionListBlocker: 0.0026000002399086952 +Info 24023[11:12:39.328] getExportInfoMap: cache hit +Info 24024[11:12:39.330] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 24025[11:12:39.330] collectAutoImports: response is complete +Info 24026[11:12:39.330] collectAutoImports: 1.9958499995991588 +Info 24027[11:12:39.330] getCompletionData: Semantic work: 2.5982340006157756 +Info 24028[11:12:39.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9605799997225404 +Info 24029[11:12:39.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24030[11:12:39.489] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1508 structureChanged: false structureIsReused:: Completely Elapsed: 6.701942999847233ms +Info 24031[11:12:39.489] Different program with same set of files +Info 24032[11:12:39.489] getCompletionData: Get current token: 0.0036249998956918716 +Info 24033[11:12:39.489] getCompletionData: Is inside comment: 0.010716000571846962 +Info 24034[11:12:39.489] getCompletionData: Get previous token: 0.009719999507069588 +Info 24035[11:12:39.489] getCompletionsAtPosition: isCompletionListBlocker: 0.003189999610185623 +Info 24036[11:12:39.489] getCompletionData: Semantic work: 0.2366100000217557 +Info 24037[11:12:39.489] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.059255000203847885 +Info 24038[11:12:39.491] Format host information updated +Info 24039[11:12:46.004] Format host information updated +Info 24040[11:12:46.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24041[11:12:46.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1509 structureChanged: false structureIsReused:: Completely Elapsed: 7.936451000161469ms +Info 24042[11:12:46.012] Different program with same set of files +Info 24043[11:12:46.246] Format host information updated +Info 24044[11:12:46.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24045[11:12:46.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1510 structureChanged: false structureIsReused:: Completely Elapsed: 8.418845999985933ms +Info 24046[11:12:46.255] Different program with same set of files +Info 24047[11:12:46.411] Format host information updated +Info 24048[11:12:46.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24049[11:12:46.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1511 structureChanged: false structureIsReused:: Completely Elapsed: 6.80218099988997ms +Info 24050[11:12:46.418] Different program with same set of files +Info 24051[11:12:48.520] Format host information updated +Info 24052[11:12:48.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24053[11:12:48.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1512 structureChanged: false structureIsReused:: Completely Elapsed: 6.368375999853015ms +Info 24054[11:12:48.527] Different program with same set of files +Info 24055[11:12:48.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24056[11:12:48.785] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1513 structureChanged: false structureIsReused:: Completely Elapsed: 13.072957000695169ms +Info 24057[11:12:48.785] Different program with same set of files +Info 24058[11:12:48.786] getCompletionData: Get current token: 0.006692999973893166 +Info 24059[11:12:48.786] getCompletionData: Is inside comment: 0.0008960003033280373 +Info 24060[11:12:48.786] getCompletionData: Get previous token: 0.020243000239133835 +Info 24061[11:12:48.786] getCompletionsAtPosition: isCompletionListBlocker: 0.0016620000824332237 +Info 24062[11:12:48.786] Returning an empty list because completion was requested in an invalid position. +Info 24063[11:12:48.789] Format host information updated +Info 24064[11:12:48.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24065[11:12:48.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1514 structureChanged: false structureIsReused:: Completely Elapsed: 15.478180999867618ms +Info 24066[11:12:48.885] Different program with same set of files +Info 24067[11:12:48.885] getCompletionData: Get current token: 0.003973000682890415 +Info 24068[11:12:48.885] getCompletionData: Is inside comment: 0.0008959993720054626 +Info 24069[11:12:48.885] getCompletionData: Get previous token: 0.018741999752819538 +Info 24070[11:12:48.885] getCompletionsAtPosition: isCompletionListBlocker: 0.0009899996221065521 +Info 24071[11:12:48.885] Returning an empty list because completion was requested in an invalid position. +Info 24072[11:12:48.886] Format host information updated +Info 24073[11:12:48.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24074[11:12:48.972] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1515 structureChanged: false structureIsReused:: Completely Elapsed: 16.01824599970132ms +Info 24075[11:12:48.972] Different program with same set of files +Info 24076[11:12:48.973] getCompletionData: Get current token: 0.00926900003105402 +Info 24077[11:12:48.973] getCompletionData: Is inside comment: 0.002010999247431755 +Info 24078[11:12:48.973] getCompletionData: Get previous token: 0.04636299982666969 +Info 24079[11:12:48.973] getCompletionsAtPosition: isCompletionListBlocker: 0.0023530004546046257 +Info 24080[11:12:48.973] Returning an empty list because completion was requested in an invalid position. +Info 24081[11:12:48.973] Format host information updated +Info 24082[11:12:49.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24083[11:12:49.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1516 structureChanged: false structureIsReused:: Completely Elapsed: 7.6342099998146296ms +Info 24084[11:12:49.130] Different program with same set of files +Info 24085[11:12:49.130] getCompletionData: Get current token: 0.0046640001237392426 +Info 24086[11:12:49.130] getCompletionData: Is inside comment: 0.0009089997038245201 +Info 24087[11:12:49.130] getCompletionData: Get previous token: 0.022073999978601933 +Info 24088[11:12:49.130] getCompletionsAtPosition: isCompletionListBlocker: 0.001248999498784542 +Info 24089[11:12:49.130] Returning an empty list because completion was requested in an invalid position. +Info 24090[11:12:49.130] Format host information updated +Info 24091[11:12:49.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24092[11:12:49.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1517 structureChanged: false structureIsReused:: Completely Elapsed: 7.864395999349654ms +Info 24093[11:12:49.701] Different program with same set of files +Info 24094[11:12:49.701] getCompletionData: Get current token: 0.003720000386238098 +Info 24095[11:12:49.701] getCompletionData: Is inside comment: 0.0009439997375011444 +Info 24096[11:12:49.701] getCompletionData: Get previous token: 0.019151000306010246 +Info 24097[11:12:49.701] getCompletionsAtPosition: isCompletionListBlocker: 0.0013009998947381973 +Info 24098[11:12:49.701] Returning an empty list because completion was requested in an invalid position. +Info 24099[11:12:49.703] Format host information updated +Info 24100[11:12:49.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24101[11:12:49.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1518 structureChanged: false structureIsReused:: Completely Elapsed: 13.5757059995085ms +Info 24102[11:12:49.770] Different program with same set of files +Info 24103[11:12:49.771] getCompletionData: Get current token: 0.008267000317573547 +Info 24104[11:12:49.771] getCompletionData: Is inside comment: 0.0017760004848241806 +Info 24105[11:12:49.771] getCompletionData: Get previous token: 0.04136400017887354 +Info 24106[11:12:49.771] getCompletionsAtPosition: isCompletionListBlocker: 0.002307000569999218 +Info 24107[11:12:49.771] Returning an empty list because completion was requested in an invalid position. +Info 24108[11:12:49.773] Format host information updated +Info 24109[11:12:49.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24110[11:12:49.980] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1519 structureChanged: false structureIsReused:: Completely Elapsed: 9.12364000082016ms +Info 24111[11:12:49.980] Different program with same set of files +Info 24112[11:12:49.980] getCompletionData: Get current token: 0.004772000014781952 +Info 24113[11:12:49.980] getCompletionData: Is inside comment: 0.001120000146329403 +Info 24114[11:12:49.980] getCompletionData: Get previous token: 0.022573000751435757 +Info 24115[11:12:49.980] getCompletionsAtPosition: isCompletionListBlocker: 0.0015639998018741608 +Info 24116[11:12:49.980] Returning an empty list because completion was requested in an invalid position. +Info 24117[11:12:49.980] Format host information updated +Info 24118[11:12:50.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24119[11:12:50.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1520 structureChanged: false structureIsReused:: Completely Elapsed: 29.400919999927282ms +Info 24120[11:12:50.133] Different program with same set of files +Info 24121[11:12:50.133] getCompletionData: Get current token: 0.010068999603390694 +Info 24122[11:12:50.134] getCompletionData: Is inside comment: 0.0024629998952150345 +Info 24123[11:12:50.134] getCompletionData: Get previous token: 0.048504000529646873 +Info 24124[11:12:50.134] getCompletionsAtPosition: isCompletionListBlocker: 0.0027549993246793747 +Info 24125[11:12:50.134] Returning an empty list because completion was requested in an invalid position. +Info 24126[11:12:50.134] Format host information updated +Info 24127[11:12:50.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24128[11:12:50.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1521 structureChanged: false structureIsReused:: Completely Elapsed: 7.512527000159025ms +Info 24129[11:12:50.174] Different program with same set of files +Info 24130[11:12:50.174] getCompletionData: Get current token: 0.0046790000051259995 +Info 24131[11:12:50.174] getCompletionData: Is inside comment: 0.0011390000581741333 +Info 24132[11:12:50.174] getCompletionData: Get previous token: 0.02339200023561716 +Info 24133[11:12:50.174] getCompletionsAtPosition: isCompletionListBlocker: 0.0012079998850822449 +Info 24134[11:12:50.174] Returning an empty list because completion was requested in an invalid position. +Info 24135[11:12:50.175] Format host information updated +Info 24136[11:12:50.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24137[11:12:50.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1522 structureChanged: false structureIsReused:: Completely Elapsed: 14.763895000331104ms +Info 24138[11:12:50.247] Different program with same set of files +Info 24139[11:12:50.248] getCompletionData: Get current token: 0.009138999506831169 +Info 24140[11:12:50.248] getCompletionData: Is inside comment: 0.002142000012099743 +Info 24141[11:12:50.248] getCompletionData: Get previous token: 0.04588400013744831 +Info 24142[11:12:50.248] getCompletionsAtPosition: isCompletionListBlocker: 0.002264999784529209 +Info 24143[11:12:50.248] Returning an empty list because completion was requested in an invalid position. +Info 24144[11:12:50.251] Format host information updated +Info 24145[11:12:50.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24146[11:12:50.362] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1523 structureChanged: false structureIsReused:: Completely Elapsed: 25.711191999725997ms +Info 24147[11:12:50.362] Different program with same set of files +Info 24148[11:12:50.363] getCompletionData: Get current token: 0.013612999580800533 +Info 24149[11:12:50.363] getCompletionData: Is inside comment: 0.003192000091075897 +Info 24150[11:12:50.363] getCompletionData: Get previous token: 0.06854200083762407 +Info 24151[11:12:50.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0032919999212026596 +Info 24152[11:12:50.363] Returning an empty list because completion was requested in an invalid position. +Info 24153[11:12:50.364] Format host information updated +Info 24154[11:12:51.022] getCompletionData: Get current token: 0.02466400060802698 +Info 24155[11:12:51.023] getCompletionData: Is inside comment: 0.03235900029540062 +Info 24156[11:12:51.023] getCompletionData: Get previous token: 0.01236599963158369 +Info 24157[11:12:51.023] getCompletionsAtPosition: isCompletionListBlocker: 0.008926999755203724 +Info 24158[11:12:51.024] getExportInfoMap: cache hit +Info 24159[11:12:51.044] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 24160[11:12:51.044] collectAutoImports: response is complete +Info 24161[11:12:51.044] collectAutoImports: 20.86701500043273 +Info 24162[11:12:51.044] getCompletionData: Semantic work: 21.89563599973917 +Info 24163[11:12:51.049] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.264341999776661 +Info 24164[11:12:51.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24165[11:12:51.723] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1524 structureChanged: false structureIsReused:: Completely Elapsed: 6.456550999544561ms +Info 24166[11:12:51.723] Different program with same set of files +Info 24167[11:12:51.723] getCompletionData: Get current token: 0.003912999294698238 +Info 24168[11:12:51.723] getCompletionData: Is inside comment: 0.0007429998368024826 +Info 24169[11:12:51.723] getCompletionData: Get previous token: 0.01707500033080578 +Info 24170[11:12:51.724] getCompletionsAtPosition: isCompletionListBlocker: 0.002818000502884388 +Info 24171[11:12:51.724] getExportInfoMap: cache hit +Info 24172[11:12:51.737] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 24173[11:12:51.737] collectAutoImports: response is complete +Info 24174[11:12:51.737] collectAutoImports: 13.406767000444233 +Info 24175[11:12:51.737] getCompletionData: Semantic work: 13.909277999773622 +Info 24176[11:12:51.742] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.279969999566674 +Info 24177[11:12:51.748] Format host information updated +Info 24178[11:12:52.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24179[11:12:52.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1525 structureChanged: false structureIsReused:: Completely Elapsed: 8.192629000172019ms +Info 24180[11:12:52.328] Different program with same set of files +Info 24181[11:12:52.328] getCompletionData: Get current token: 0.004756000824272633 +Info 24182[11:12:52.328] getCompletionData: Is inside comment: 0.0010519996285438538 +Info 24183[11:12:52.329] getCompletionData: Get previous token: 0.03145899996161461 +Info 24184[11:12:52.329] getCompletionsAtPosition: isCompletionListBlocker: 0.0027059996500611305 +Info 24185[11:12:52.329] getExportInfoMap: cache hit +Info 24186[11:12:52.335] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 143 from cache +Info 24187[11:12:52.335] collectAutoImports: response is complete +Info 24188[11:12:52.335] collectAutoImports: 5.956957000307739 +Info 24189[11:12:52.335] getCompletionData: Semantic work: 6.704898000694811 +Info 24190[11:12:52.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.99868299998343 +Info 24191[11:12:52.339] Format host information updated +Info 24192[11:12:52.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24193[11:12:52.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1526 structureChanged: false structureIsReused:: Completely Elapsed: 9.661979000084102ms +Info 24194[11:12:52.425] Different program with same set of files +Info 24195[11:12:52.426] getCompletionData: Get current token: 0.005135000683367252 +Info 24196[11:12:52.426] getCompletionData: Is inside comment: 0.0010760007426142693 +Info 24197[11:12:52.426] getCompletionData: Get previous token: 0.02986999973654747 +Info 24198[11:12:52.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0032270001247525215 +Info 24199[11:12:52.426] getExportInfoMap: cache hit +Info 24200[11:12:52.431] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 109 from cache +Info 24201[11:12:52.431] collectAutoImports: response is complete +Info 24202[11:12:52.431] collectAutoImports: 4.376250999979675 +Info 24203[11:12:52.431] getCompletionData: Semantic work: 5.072426000609994 +Info 24204[11:12:52.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.573611999861896 +Info 24205[11:12:52.434] Format host information updated +Info 24206[11:12:52.486] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24207[11:12:52.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1527 structureChanged: false structureIsReused:: Completely Elapsed: 12.210621000267565ms +Info 24208[11:12:52.498] Different program with same set of files +Info 24209[11:12:52.499] getCompletionData: Get current token: 0.008671000599861145 +Info 24210[11:12:52.499] getCompletionData: Is inside comment: 0.0019300002604722977 +Info 24211[11:12:52.499] getCompletionData: Get previous token: 0.056923000141978264 +Info 24212[11:12:52.499] getCompletionsAtPosition: isCompletionListBlocker: 0.004560000263154507 +Info 24213[11:12:52.500] getExportInfoMap: cache hit +Info 24214[11:12:52.507] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 63 from cache +Info 24215[11:12:52.507] collectAutoImports: response is complete +Info 24216[11:12:52.507] collectAutoImports: 7.139932000078261 +Info 24217[11:12:52.507] getCompletionData: Semantic work: 8.744183000177145 +Info 24218[11:12:52.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7380160000175238 +Info 24219[11:12:52.515] Format host information updated +Info 24220[11:12:52.605] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24221[11:12:52.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1528 structureChanged: false structureIsReused:: Completely Elapsed: 26.992123000323772ms +Info 24222[11:12:52.632] Different program with same set of files +Info 24223[11:12:52.633] getCompletionData: Get current token: 0.015073999762535095 +Info 24224[11:12:52.633] getCompletionData: Is inside comment: 0.0030220001935958862 +Info 24225[11:12:52.633] getCompletionData: Get previous token: 0.1421119999140501 +Info 24226[11:12:52.633] getCompletionsAtPosition: isCompletionListBlocker: 0.007226999849081039 +Info 24227[11:12:52.634] getExportInfoMap: cache hit +Info 24228[11:12:52.641] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 46 from cache +Info 24229[11:12:52.641] collectAutoImports: response is complete +Info 24230[11:12:52.641] collectAutoImports: 6.281530000269413 +Info 24231[11:12:52.641] getCompletionData: Semantic work: 7.729468000121415 +Info 24232[11:12:52.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.46927999984473 +Info 24233[11:12:52.645] Format host information updated +Info 24234[11:12:52.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24235[11:12:52.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1529 structureChanged: false structureIsReused:: Completely Elapsed: 8.624723999761045ms +Info 24236[11:12:52.675] Different program with same set of files +Info 24237[11:12:52.676] getCompletionData: Get current token: 0.0056119998916983604 +Info 24238[11:12:52.676] getCompletionData: Is inside comment: 0.0011579999700188637 +Info 24239[11:12:52.676] getCompletionData: Get previous token: 0.03648200072348118 +Info 24240[11:12:52.676] getCompletionsAtPosition: isCompletionListBlocker: 0.0031439997255802155 +Info 24241[11:12:52.676] getExportInfoMap: cache hit +Info 24242[11:12:52.681] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 21 from cache +Info 24243[11:12:52.681] collectAutoImports: response is complete +Info 24244[11:12:52.681] collectAutoImports: 4.298220000229776 +Info 24245[11:12:52.681] getCompletionData: Semantic work: 5.032650999724865 +Info 24246[11:12:52.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3866529995575547 +Info 24247[11:12:52.683] Format host information updated +Info 24248[11:12:53.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24249[11:12:53.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1530 structureChanged: false structureIsReused:: Completely Elapsed: 10.677112000063062ms +Info 24250[11:12:53.072] Different program with same set of files +Info 24251[11:12:53.073] getCompletionData: Get current token: 0.008141000755131245 +Info 24252[11:12:53.073] getCompletionData: Is inside comment: 0.0016179997473955154 +Info 24253[11:12:53.073] getCompletionData: Get previous token: 0.05091799981892109 +Info 24254[11:12:53.073] getCompletionsAtPosition: isCompletionListBlocker: 0.004271000623703003 +Info 24255[11:12:53.074] getExportInfoMap: cache hit +Info 24256[11:12:53.077] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 17 from cache +Info 24257[11:12:53.077] collectAutoImports: response is complete +Info 24258[11:12:53.077] collectAutoImports: 3.7504719998687506 +Info 24259[11:12:53.077] getCompletionData: Semantic work: 4.749998999759555 +Info 24260[11:12:53.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.119409999810159 +Info 24261[11:12:53.081] Format host information updated +Info 24262[11:12:53.813] Format host information updated +Info 24263[11:12:53.813] Format host information updated +Info 24264[11:12:53.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24265[11:12:53.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1531 structureChanged: false structureIsReused:: Completely Elapsed: 8.748028999194503ms +Info 24266[11:12:53.822] Different program with same set of files +Info 24267[11:12:53.823] getCompletionData: Get current token: 0.015951000154018402 +Info 24268[11:12:53.823] getCompletionData: Is inside comment: 0.0034349998459219933 +Info 24269[11:12:53.823] getCompletionData: Get previous token: 0.04454800020903349 +Info 24270[11:12:53.823] getCompletionsAtPosition: isCompletionListBlocker: 0.0032649999484419823 +Info 24271[11:12:53.823] getCompletionData: Semantic work: 0.8707399992272258 +Info 24272[11:12:53.825] getCompletionData: Get current token: 0.007879999466240406 +Info 24273[11:12:53.825] getCompletionData: Is inside comment: 0.001104000024497509 +Info 24274[11:12:53.825] getCompletionData: Get previous token: 0.027808000333607197 +Info 24275[11:12:53.825] getCompletionsAtPosition: isCompletionListBlocker: 0.012889000587165356 +Info 24276[11:12:53.826] getCompletionData: Semantic work: 0.401851000264287 +Info 24277[11:12:53.826] Format host information updated +Info 24278[11:12:55.311] Format host information updated +Info 24279[11:12:55.311] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24280[11:12:55.319] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1532 structureChanged: false structureIsReused:: Completely Elapsed: 8.554818999953568ms +Info 24281[11:12:55.320] Different program with same set of files +Info 24282[11:12:55.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24283[11:12:55.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1533 structureChanged: false structureIsReused:: Completely Elapsed: 7.651022000238299ms +Info 24284[11:12:55.429] Different program with same set of files +Info 24285[11:12:55.429] getCompletionData: Get current token: 0.005021999590098858 +Info 24286[11:12:55.429] getCompletionData: Is inside comment: 0.0012309998273849487 +Info 24287[11:12:55.429] getCompletionData: Get previous token: 0.030563000589609146 +Info 24288[11:12:55.429] getCompletionsAtPosition: isCompletionListBlocker: 0.00801400002092123 +Info 24289[11:12:55.430] getExportInfoMap: cache hit +Info 24290[11:12:55.432] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 24291[11:12:55.432] collectAutoImports: response is complete +Info 24292[11:12:55.432] collectAutoImports: 2.6057550003752112 +Info 24293[11:12:55.432] getCompletionData: Semantic work: 3.2040309999138117 +Info 24294[11:12:55.434] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4624189995229244 +Info 24295[11:12:55.434] Format host information updated +Info 24296[11:12:55.561] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24297[11:12:55.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1534 structureChanged: false structureIsReused:: Completely Elapsed: 7.4872159995138645ms +Info 24298[11:12:55.568] Different program with same set of files +Info 24299[11:12:55.568] getCompletionData: Get current token: 0.005135999992489815 +Info 24300[11:12:55.568] getCompletionData: Is inside comment: 0.0012180004268884659 +Info 24301[11:12:55.568] getCompletionData: Get previous token: 0.030526000075042248 +Info 24302[11:12:55.568] getCompletionsAtPosition: isCompletionListBlocker: 0.007493999786674976 +Info 24303[11:12:55.569] getExportInfoMap: cache hit +Info 24304[11:12:55.571] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 24305[11:12:55.571] collectAutoImports: response is complete +Info 24306[11:12:55.571] collectAutoImports: 2.3754789996892214 +Info 24307[11:12:55.571] getCompletionData: Semantic work: 2.948675999417901 +Info 24308[11:12:55.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3423279998824 +Info 24309[11:12:55.573] Format host information updated +Info 24310[11:12:55.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24311[11:12:55.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1535 structureChanged: false structureIsReused:: Completely Elapsed: 24.907602000050247ms +Info 24312[11:12:55.654] Different program with same set of files +Info 24313[11:12:55.655] getCompletionData: Get current token: 0.021391999907791615 +Info 24314[11:12:55.655] getCompletionData: Is inside comment: 0.004873000085353851 +Info 24315[11:12:55.655] getCompletionData: Get previous token: 0.12604600004851818 +Info 24316[11:12:55.655] getCompletionsAtPosition: isCompletionListBlocker: 0.02180400025099516 +Info 24317[11:12:55.657] getExportInfoMap: cache hit +Info 24318[11:12:55.664] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 24319[11:12:55.665] collectAutoImports: response is complete +Info 24320[11:12:55.665] collectAutoImports: 7.118765000253916 +Info 24321[11:12:55.665] getCompletionData: Semantic work: 9.095076000317931 +Info 24322[11:12:55.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.008628999814391 +Info 24323[11:12:55.672] Format host information updated +Info 24324[11:12:55.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24325[11:12:55.750] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1536 structureChanged: false structureIsReused:: Completely Elapsed: 7.137385000474751ms +Info 24326[11:12:55.750] Different program with same set of files +Info 24327[11:12:55.751] getCompletionData: Get current token: 0.004806000739336014 +Info 24328[11:12:55.751] getCompletionData: Is inside comment: 0.0008899997919797897 +Info 24329[11:12:55.751] getCompletionData: Get previous token: 0.026793000288307667 +Info 24330[11:12:55.751] getCompletionsAtPosition: isCompletionListBlocker: 0.006723999977111816 +Info 24331[11:12:55.751] getExportInfoMap: cache hit +Info 24332[11:12:55.753] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 24333[11:12:55.753] collectAutoImports: response is complete +Info 24334[11:12:55.753] collectAutoImports: 1.998939000070095 +Info 24335[11:12:55.753] getCompletionData: Semantic work: 2.5170839997008443 +Info 24336[11:12:55.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.192625000141561 +Info 24337[11:12:55.755] Format host information updated +Info 24338[11:12:55.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24339[11:12:55.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1537 structureChanged: false structureIsReused:: Completely Elapsed: 21.69054100010544ms +Info 24340[11:12:55.831] Different program with same set of files +Info 24341[11:12:55.831] getCompletionData: Get current token: 0.0134660005569458 +Info 24342[11:12:55.831] getCompletionData: Is inside comment: 0.0025749998167157173 +Info 24343[11:12:55.831] getCompletionData: Get previous token: 0.07562900055199862 +Info 24344[11:12:55.831] getCompletionsAtPosition: isCompletionListBlocker: 0.015118000097572803 +Info 24345[11:12:55.833] getExportInfoMap: cache hit +Info 24346[11:12:55.838] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 24347[11:12:55.838] collectAutoImports: response is complete +Info 24348[11:12:55.838] collectAutoImports: 5.754474999383092 +Info 24349[11:12:55.838] getCompletionData: Semantic work: 7.114450000226498 +Info 24350[11:12:55.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1004719994962215 +Info 24351[11:12:55.843] Format host information updated +Info 24352[11:12:56.714] Format host information updated +Info 24353[11:12:56.714] Format host information updated +Info 24354[11:12:56.714] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24355[11:12:56.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1538 structureChanged: false structureIsReused:: Completely Elapsed: 7.070937999524176ms +Info 24356[11:12:56.721] Different program with same set of files +Info 24357[11:12:56.722] getCompletionData: Get current token: 0.011227999813854694 +Info 24358[11:12:56.722] getCompletionData: Is inside comment: 0.002545999363064766 +Info 24359[11:12:56.722] getCompletionData: Get previous token: 0.02617300022393465 +Info 24360[11:12:56.722] getCompletionsAtPosition: isCompletionListBlocker: 0.007028999738395214 +Info 24361[11:12:56.722] getCompletionData: Semantic work: 0.436166999861598 +Info 24362[11:12:56.726] getCompletionData: Get current token: 0.00965300016105175 +Info 24363[11:12:56.726] getCompletionData: Is inside comment: 0.0016480004414916039 +Info 24364[11:12:56.726] getCompletionData: Get previous token: 0.024124999530613422 +Info 24365[11:12:56.726] getCompletionsAtPosition: isCompletionListBlocker: 0.00698500033468008 +Info 24366[11:12:56.726] getCompletionData: Semantic work: 0.4222470000386238 +Info 24367[11:12:56.727] Format host information updated +Info 24368[11:12:57.178] Format host information updated +Info 24369[11:12:57.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24370[11:12:57.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1539 structureChanged: false structureIsReused:: Completely Elapsed: 6.870292999781668ms +Info 24371[11:12:57.185] Different program with same set of files +Info 24372[11:12:58.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24373[11:12:58.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1540 structureChanged: false structureIsReused:: Completely Elapsed: 9.286031999625266ms +Info 24374[11:12:58.065] Different program with same set of files +Info 24375[11:12:58.066] getCompletionData: Get current token: 0.005370999686419964 +Info 24376[11:12:58.066] getCompletionData: Is inside comment: 0.0010370006784796715 +Info 24377[11:12:58.066] getCompletionData: Get previous token: 0.022978000342845917 +Info 24378[11:12:58.066] getCompletionsAtPosition: isCompletionListBlocker: 0.003080999478697777 +Info 24379[11:12:58.066] getExportInfoMap: cache hit +Info 24380[11:12:58.078] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 24381[11:12:58.078] collectAutoImports: response is complete +Info 24382[11:12:58.078] collectAutoImports: 11.367582999169827 +Info 24383[11:12:58.078] getCompletionData: Semantic work: 11.93098200019449 +Info 24384[11:12:58.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.178666999563575 +Info 24385[11:12:58.088] Format host information updated +Info 24386[11:12:58.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24387[11:12:58.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1541 structureChanged: false structureIsReused:: Completely Elapsed: 7.240927000530064ms +Info 24388[11:12:58.262] Different program with same set of files +Info 24389[11:12:58.262] getCompletionData: Get current token: 0.005125999450683594 +Info 24390[11:12:58.262] getCompletionData: Is inside comment: 0.001118999905884266 +Info 24391[11:12:58.262] getCompletionData: Get previous token: 0.03258399944752455 +Info 24392[11:12:58.262] getCompletionsAtPosition: isCompletionListBlocker: 0.0030539995059370995 +Info 24393[11:12:58.263] getExportInfoMap: cache hit +Info 24394[11:12:58.268] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 143 from cache +Info 24395[11:12:58.268] collectAutoImports: response is complete +Info 24396[11:12:58.268] collectAutoImports: 4.882713000290096 +Info 24397[11:12:58.268] getCompletionData: Semantic work: 5.463078999891877 +Info 24398[11:12:58.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7693659998476505 +Info 24399[11:12:58.271] Format host information updated +Info 24400[11:12:58.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24401[11:12:58.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1542 structureChanged: false structureIsReused:: Completely Elapsed: 8.869138000532985ms +Info 24402[11:12:58.357] Different program with same set of files +Info 24403[11:12:58.357] getCompletionData: Get current token: 0.005214999429881573 +Info 24404[11:12:58.357] getCompletionData: Is inside comment: 0.0012379996478557587 +Info 24405[11:12:58.357] getCompletionData: Get previous token: 0.031177000142633915 +Info 24406[11:12:58.357] getCompletionsAtPosition: isCompletionListBlocker: 0.0034300005063414574 +Info 24407[11:12:58.358] getExportInfoMap: cache hit +Info 24408[11:12:58.362] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 109 from cache +Info 24409[11:12:58.362] collectAutoImports: response is complete +Info 24410[11:12:58.362] collectAutoImports: 4.459320000372827 +Info 24411[11:12:58.363] getCompletionData: Semantic work: 5.082330000586808 +Info 24412[11:12:58.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.547685000114143 +Info 24413[11:12:58.365] Format host information updated +Info 24414[11:12:58.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24415[11:12:58.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1543 structureChanged: false structureIsReused:: Completely Elapsed: 16.82276500016451ms +Info 24416[11:12:58.441] Different program with same set of files +Info 24417[11:12:58.442] getCompletionData: Get current token: 0.013302000239491463 +Info 24418[11:12:58.442] getCompletionData: Is inside comment: 0.002969999797642231 +Info 24419[11:12:58.442] getCompletionData: Get previous token: 0.08380900043994188 +Info 24420[11:12:58.442] getCompletionsAtPosition: isCompletionListBlocker: 0.006631999276578426 +Info 24421[11:12:58.443] getExportInfoMap: cache hit +Info 24422[11:12:58.452] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 63 from cache +Info 24423[11:12:58.452] collectAutoImports: response is complete +Info 24424[11:12:58.452] collectAutoImports: 8.940802999772131 +Info 24425[11:12:58.452] getCompletionData: Semantic work: 10.184743999503553 +Info 24426[11:12:58.455] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.600181999616325 +Info 24427[11:12:58.459] Format host information updated +Info 24428[11:12:58.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24429[11:12:58.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1544 structureChanged: false structureIsReused:: Completely Elapsed: 24.685515000484884ms +Info 24430[11:12:58.568] Different program with same set of files +Info 24431[11:12:58.569] getCompletionData: Get current token: 0.02054499927908182 +Info 24432[11:12:58.569] getCompletionData: Is inside comment: 0.003882000222802162 +Info 24433[11:12:58.569] getCompletionData: Get previous token: 0.12250800058245659 +Info 24434[11:12:58.569] getCompletionsAtPosition: isCompletionListBlocker: 0.008984999731183052 +Info 24435[11:12:58.571] getExportInfoMap: cache hit +Info 24436[11:12:58.579] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 46 from cache +Info 24437[11:12:58.579] collectAutoImports: response is complete +Info 24438[11:12:58.579] collectAutoImports: 8.614781999960542 +Info 24439[11:12:58.579] getCompletionData: Semantic work: 10.497496999800205 +Info 24440[11:12:58.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.669863000512123 +Info 24441[11:12:58.584] Format host information updated +Info 24442[11:12:58.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24443[11:12:58.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1545 structureChanged: false structureIsReused:: Completely Elapsed: 8.558221000246704ms +Info 24444[11:12:58.614] Different program with same set of files +Info 24445[11:12:58.615] getCompletionData: Get current token: 0.005996000021696091 +Info 24446[11:12:58.615] getCompletionData: Is inside comment: 0.0011159991845488548 +Info 24447[11:12:58.615] getCompletionData: Get previous token: 0.03754200041294098 +Info 24448[11:12:58.615] getCompletionsAtPosition: isCompletionListBlocker: 0.0032569998875260353 +Info 24449[11:12:58.615] getExportInfoMap: cache hit +Info 24450[11:12:58.620] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 21 from cache +Info 24451[11:12:58.620] collectAutoImports: response is complete +Info 24452[11:12:58.620] collectAutoImports: 4.360063999891281 +Info 24453[11:12:58.620] getCompletionData: Semantic work: 4.964509000070393 +Info 24454[11:12:58.621] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.264992999844253 +Info 24455[11:12:58.622] Format host information updated +Info 24456[11:12:58.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24457[11:12:58.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1546 structureChanged: false structureIsReused:: Completely Elapsed: 6.737262999638915ms +Info 24458[11:12:58.887] Different program with same set of files +Info 24459[11:12:58.887] getCompletionData: Get current token: 0.006856000050902367 +Info 24460[11:12:58.887] getCompletionData: Is inside comment: 0.0012139994651079178 +Info 24461[11:12:58.887] getCompletionData: Get previous token: 0.04108500014990568 +Info 24462[11:12:58.887] getCompletionsAtPosition: isCompletionListBlocker: 0.0035210000351071358 +Info 24463[11:12:58.888] getExportInfoMap: cache hit +Info 24464[11:12:58.890] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 6 from cache +Info 24465[11:12:58.890] collectAutoImports: response is complete +Info 24466[11:12:58.890] collectAutoImports: 2.1288409996777773 +Info 24467[11:12:58.890] getCompletionData: Semantic work: 2.7931140000000596 +Info 24468[11:12:58.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.043963000178337 +Info 24469[11:12:58.894] Format host information updated +Info 24470[11:12:58.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24471[11:12:58.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1547 structureChanged: false structureIsReused:: Completely Elapsed: 12.811676999554038ms +Info 24472[11:12:58.965] Different program with same set of files +Info 24473[11:12:58.966] getCompletionData: Get current token: 0.010999999940395355 +Info 24474[11:12:58.966] getCompletionData: Is inside comment: 0.0021920008584856987 +Info 24475[11:12:58.966] getCompletionData: Get previous token: 0.06290199980139732 +Info 24476[11:12:58.966] getCompletionsAtPosition: isCompletionListBlocker: 0.0052559999749064445 +Info 24477[11:12:58.967] getExportInfoMap: cache hit +Info 24478[11:12:58.971] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 24479[11:12:58.971] collectAutoImports: response is complete +Info 24480[11:12:58.971] collectAutoImports: 4.2415680000558496 +Info 24481[11:12:58.971] getCompletionData: Semantic work: 5.267974000424147 +Info 24482[11:12:58.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.247469000518322 +Info 24483[11:12:58.975] Format host information updated +Info 24484[11:12:59.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24485[11:12:59.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1548 structureChanged: false structureIsReused:: Completely Elapsed: 6.361457999795675ms +Info 24486[11:12:59.051] Different program with same set of files +Info 24487[11:12:59.051] getCompletionData: Get current token: 0.004433000460267067 +Info 24488[11:12:59.051] getCompletionData: Is inside comment: 0.0008150003850460052 +Info 24489[11:12:59.051] getCompletionData: Get previous token: 0.026580000296235085 +Info 24490[11:12:59.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0026430003345012665 +Info 24491[11:12:59.051] getExportInfoMap: cache hit +Info 24492[11:12:59.055] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 24493[11:12:59.055] collectAutoImports: response is complete +Info 24494[11:12:59.055] collectAutoImports: 3.6679219994693995 +Info 24495[11:12:59.055] getCompletionData: Semantic work: 4.138613999821246 +Info 24496[11:12:59.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0187499998137355 +Info 24497[11:12:59.057] Format host information updated +Info 24498[11:12:59.375] Format host information updated +Info 24499[11:12:59.375] Format host information updated +Info 24500[11:12:59.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24501[11:12:59.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1549 structureChanged: false structureIsReused:: Completely Elapsed: 6.843425000086427ms +Info 24502[11:12:59.382] Different program with same set of files +Info 24503[11:12:59.382] getCompletionData: Get current token: 0.015635999850928783 +Info 24504[11:12:59.382] getCompletionData: Is inside comment: 0.00319099985063076 +Info 24505[11:12:59.383] getCompletionData: Get previous token: 0.03150300029665232 +Info 24506[11:12:59.383] getCompletionsAtPosition: isCompletionListBlocker: 0.002960999496281147 +Info 24507[11:12:59.383] getCompletionData: Semantic work: 0.4736789995804429 +Info 24508[11:12:59.384] getCompletionData: Get current token: 0.009596999734640121 +Info 24509[11:12:59.384] getCompletionData: Is inside comment: 0.0013960003852844238 +Info 24510[11:12:59.385] getCompletionData: Get previous token: 0.030875999480485916 +Info 24511[11:12:59.385] getCompletionsAtPosition: isCompletionListBlocker: 0.001694999635219574 +Info 24512[11:12:59.385] getCompletionData: Semantic work: 0.35376999992877245 +Info 24513[11:12:59.385] Format host information updated +Info 24514[11:13:03.593] Format host information updated +Info 24515[11:13:03.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24516[11:13:03.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1550 structureChanged: false structureIsReused:: Completely Elapsed: 6.607893000356853ms +Info 24517[11:13:03.599] Different program with same set of files +Info 24518[11:13:03.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24519[11:13:03.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1551 structureChanged: false structureIsReused:: Completely Elapsed: 6.6081860000267625ms +Info 24520[11:13:03.835] Different program with same set of files +Info 24521[11:13:03.835] getCompletionData: Get current token: 0.00380100030452013 +Info 24522[11:13:03.835] getCompletionData: Is inside comment: 0.014712000265717506 +Info 24523[11:13:03.835] getCompletionData: Get previous token: 0.041157000698149204 +Info 24524[11:13:03.835] getCompletionsAtPosition: isCompletionListBlocker: 0.0035040006041526794 +Info 24525[11:13:03.835] getCompletionData: Semantic work: 0.2843800000846386 +Info 24526[11:13:03.835] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06481300015002489 +Info 24527[11:13:03.838] Format host information updated +Info 24528[11:13:03.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24529[11:13:03.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1552 structureChanged: false structureIsReused:: Completely Elapsed: 19.455291000194848ms +Info 24530[11:13:03.923] Different program with same set of files +Info 24531[11:13:03.923] getCompletionData: Get current token: 0.01485300064086914 +Info 24532[11:13:03.923] getCompletionData: Is inside comment: 0.04572299961000681 +Info 24533[11:13:03.923] getCompletionData: Get previous token: 0.0650380002334714 +Info 24534[11:13:03.924] getCompletionsAtPosition: isCompletionListBlocker: 0.009477999992668629 +Info 24535[11:13:03.924] getCompletionData: Semantic work: 0.7619599997997284 +Info 24536[11:13:03.925] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21939999982714653 +Info 24537[11:13:03.925] Format host information updated +Info 24538[11:13:03.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24539[11:13:03.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1553 structureChanged: false structureIsReused:: Completely Elapsed: 6.736285000108182ms +Info 24540[11:13:03.994] Different program with same set of files +Info 24541[11:13:03.994] getCompletionData: Get current token: 0.0041589997708797455 +Info 24542[11:13:03.994] getCompletionData: Is inside comment: 0.01190400030463934 +Info 24543[11:13:03.994] getCompletionData: Get previous token: 0.019074000418186188 +Info 24544[11:13:03.994] getCompletionsAtPosition: isCompletionListBlocker: 0.0038669994100928307 +Info 24545[11:13:03.994] getCompletionData: Semantic work: 0.24520999938249588 +Info 24546[11:13:03.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0657540000975132 +Info 24547[11:13:03.996] Format host information updated +Info 24548[11:13:04.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24549[11:13:04.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1554 structureChanged: false structureIsReused:: Completely Elapsed: 26.015405000187457ms +Info 24550[11:13:04.113] Different program with same set of files +Info 24551[11:13:04.114] getCompletionData: Get current token: 0.02049299981445074 +Info 24552[11:13:04.114] getCompletionData: Is inside comment: 0.0690700002014637 +Info 24553[11:13:04.114] getCompletionData: Get previous token: 0.10287899989634752 +Info 24554[11:13:04.115] getCompletionsAtPosition: isCompletionListBlocker: 0.012904999777674675 +Info 24555[11:13:04.116] getCompletionData: Semantic work: 0.9577900003641844 +Info 24556[11:13:04.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2601489992812276 +Info 24557[11:13:04.117] Format host information updated +Info 24558[11:13:04.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24559[11:13:04.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1555 structureChanged: false structureIsReused:: Completely Elapsed: 12.311685000546277ms +Info 24560[11:13:04.168] Different program with same set of files +Info 24561[11:13:04.168] getCompletionData: Get current token: 0.007584000006318092 +Info 24562[11:13:04.168] getCompletionData: Is inside comment: 0.022886999882757664 +Info 24563[11:13:04.168] getCompletionData: Get previous token: 0.03693800047039986 +Info 24564[11:13:04.168] getCompletionsAtPosition: isCompletionListBlocker: 0.005576999858021736 +Info 24565[11:13:04.169] getCompletionData: Semantic work: 0.4327220004051924 +Info 24566[11:13:04.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11117099970579147 +Info 24567[11:13:04.173] Format host information updated +Info 24568[11:13:04.628] Format host information updated +Info 24569[11:13:04.628] Format host information updated +Info 24570[11:13:04.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24571[11:13:04.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1556 structureChanged: false structureIsReused:: Completely Elapsed: 6.876654000021517ms +Info 24572[11:13:04.635] Different program with same set of files +Info 24573[11:13:04.636] getCompletionData: Get current token: 0.004059000872075558 +Info 24574[11:13:04.636] getCompletionData: Is inside comment: 0.011978999711573124 +Info 24575[11:13:04.636] getCompletionData: Get previous token: 0.025092000141739845 +Info 24576[11:13:04.636] getCompletionsAtPosition: isCompletionListBlocker: 0.0024029994383454323 +Info 24577[11:13:04.636] getExportInfoMap: cache hit +Info 24578[11:13:04.649] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 868 from cache +Info 24579[11:13:04.649] collectAutoImports: response is complete +Info 24580[11:13:04.650] collectAutoImports: 12.981495000422 +Info 24581[11:13:04.650] getCompletionData: Semantic work: 13.798211000859737 +Info 24582[11:13:04.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7540199998766184 +Info 24583[11:13:04.657] getCompletionData: Get current token: 0.014034999534487724 +Info 24584[11:13:04.657] getCompletionData: Is inside comment: 0.0016700001433491707 +Info 24585[11:13:04.657] getCompletionData: Get previous token: 0.021776000037789345 +Info 24586[11:13:04.657] getCompletionsAtPosition: isCompletionListBlocker: 0.004533999599516392 +Info 24587[11:13:04.657] getCompletionData: Semantic work: 0.12126700021326542 +Info 24588[11:13:04.660] getCompletionData: Get current token: 0.009928999468684196 +Info 24589[11:13:04.660] getCompletionData: Is inside comment: 0.002694999799132347 +Info 24590[11:13:04.660] getCompletionData: Get previous token: 0.022250999696552753 +Info 24591[11:13:04.660] getCompletionsAtPosition: isCompletionListBlocker: 0.005238000303506851 +Info 24592[11:13:04.661] getCompletionData: Semantic work: 0.19538900069892406 +Info 24593[11:13:04.661] Format host information updated +Info 24594[11:13:04.708] Format host information updated +Info 24595[11:13:04.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24596[11:13:04.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1557 structureChanged: false structureIsReused:: Completely Elapsed: 8.598388000391424ms +Info 24597[11:13:04.717] Different program with same set of files +Info 24598[11:13:05.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24599[11:13:05.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1558 structureChanged: false structureIsReused:: Completely Elapsed: 22.56255799997598ms +Info 24600[11:13:05.032] Different program with same set of files +Info 24601[11:13:05.033] getCompletionData: Get current token: 0.01499900035560131 +Info 24602[11:13:05.033] getCompletionData: Is inside comment: 0.043213000521063805 +Info 24603[11:13:05.033] getCompletionData: Get previous token: 0.07264300063252449 +Info 24604[11:13:05.033] getCompletionsAtPosition: isCompletionListBlocker: 0.0055229999125003815 +Info 24605[11:13:05.035] getExportInfoMap: cache hit +Info 24606[11:13:05.041] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 37 from cache +Info 24607[11:13:05.041] collectAutoImports: response is complete +Info 24608[11:13:05.041] collectAutoImports: 6.674404999241233 +Info 24609[11:13:05.041] getCompletionData: Semantic work: 8.185025999322534 +Info 24610[11:13:05.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.281050999648869 +Info 24611[11:13:05.045] Format host information updated +Info 24612[11:13:05.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24613[11:13:05.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1559 structureChanged: false structureIsReused:: Completely Elapsed: 9.251067000441253ms +Info 24614[11:13:05.157] Different program with same set of files +Info 24615[11:13:05.157] getCompletionData: Get current token: 0.004927999339997768 +Info 24616[11:13:05.157] getCompletionData: Is inside comment: 0.012961999513208866 +Info 24617[11:13:05.157] getCompletionData: Get previous token: 0.021131000481545925 +Info 24618[11:13:05.157] getCompletionsAtPosition: isCompletionListBlocker: 0.002684999257326126 +Info 24619[11:13:05.158] getExportInfoMap: cache hit +Info 24620[11:13:05.160] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 24621[11:13:05.160] collectAutoImports: response is complete +Info 24622[11:13:05.160] collectAutoImports: 2.708470000885427 +Info 24623[11:13:05.160] getCompletionData: Semantic work: 3.441734000109136 +Info 24624[11:13:05.162] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2503260001540184 +Info 24625[11:13:05.162] Format host information updated +Info 24626[11:13:05.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24627[11:13:05.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1560 structureChanged: false structureIsReused:: Completely Elapsed: 16.650502000004053ms +Info 24628[11:13:05.231] Different program with same set of files +Info 24629[11:13:05.232] getCompletionData: Get current token: 0.0119420001283288 +Info 24630[11:13:05.232] getCompletionData: Is inside comment: 0.03340599965304136 +Info 24631[11:13:05.232] getCompletionData: Get previous token: 0.05833800043910742 +Info 24632[11:13:05.232] getCompletionsAtPosition: isCompletionListBlocker: 0.005400999449193478 +Info 24633[11:13:05.233] getExportInfoMap: cache hit +Info 24634[11:13:05.240] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 24635[11:13:05.240] collectAutoImports: response is complete +Info 24636[11:13:05.240] collectAutoImports: 6.489136000163853 +Info 24637[11:13:05.240] getCompletionData: Semantic work: 8.078260000795126 +Info 24638[11:13:05.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6079049995169044 +Info 24639[11:13:05.247] Format host information updated +Info 24640[11:13:05.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24641[11:13:05.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1561 structureChanged: false structureIsReused:: Completely Elapsed: 11.707958000712097ms +Info 24642[11:13:05.492] Different program with same set of files +Info 24643[11:13:05.492] getCompletionData: Get current token: 0.007879000157117844 +Info 24644[11:13:05.492] getCompletionData: Is inside comment: 0.021928999572992325 +Info 24645[11:13:05.492] getCompletionData: Get previous token: 0.03654699958860874 +Info 24646[11:13:05.492] getCompletionsAtPosition: isCompletionListBlocker: 0.0036740005016326904 +Info 24647[11:13:05.493] getExportInfoMap: cache hit +Info 24648[11:13:05.497] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 24649[11:13:05.497] collectAutoImports: response is complete +Info 24650[11:13:05.497] collectAutoImports: 4.260532000102103 +Info 24651[11:13:05.497] getCompletionData: Semantic work: 5.301950000226498 +Info 24652[11:13:05.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0672019999474287 +Info 24653[11:13:05.501] Format host information updated +Info 24654[11:13:05.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24655[11:13:05.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1562 structureChanged: false structureIsReused:: Completely Elapsed: 8.497682999819517ms +Info 24656[11:13:05.646] Different program with same set of files +Info 24657[11:13:05.646] getCompletionData: Get current token: 0.004582999274134636 +Info 24658[11:13:05.646] getCompletionData: Is inside comment: 0.011951999738812447 +Info 24659[11:13:05.646] getCompletionData: Get previous token: 0.019865000620484352 +Info 24660[11:13:05.646] getCompletionsAtPosition: isCompletionListBlocker: 0.0022999998182058334 +Info 24661[11:13:05.647] getExportInfoMap: cache hit +Info 24662[11:13:05.650] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 37 from cache +Info 24663[11:13:05.650] collectAutoImports: response is complete +Info 24664[11:13:05.650] collectAutoImports: 3.0143400002270937 +Info 24665[11:13:05.650] getCompletionData: Semantic work: 3.751960000023246 +Info 24666[11:13:05.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5139669999480247 +Info 24667[11:13:05.652] Format host information updated +Info 24668[11:13:05.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24669[11:13:05.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1563 structureChanged: false structureIsReused:: Completely Elapsed: 14.535298000089824ms +Info 24670[11:13:05.730] Different program with same set of files +Info 24671[11:13:05.731] getCompletionData: Get current token: 0.010219000279903412 +Info 24672[11:13:05.731] getCompletionData: Is inside comment: 0.028912000358104706 +Info 24673[11:13:05.731] getCompletionData: Get previous token: 0.04792799986898899 +Info 24674[11:13:05.731] getCompletionsAtPosition: isCompletionListBlocker: 0.004293999634683132 +Info 24675[11:13:05.732] getExportInfoMap: cache hit +Info 24676[11:13:05.740] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 72 from cache +Info 24677[11:13:05.740] collectAutoImports: response is complete +Info 24678[11:13:05.740] collectAutoImports: 8.011690999381244 +Info 24679[11:13:05.740] getCompletionData: Semantic work: 9.313527999445796 +Info 24680[11:13:05.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.368720999918878 +Info 24681[11:13:05.746] Format host information updated +Info 24682[11:13:05.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24683[11:13:05.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1564 structureChanged: false structureIsReused:: Completely Elapsed: 6.3208179995417595ms +Info 24684[11:13:05.946] Different program with same set of files +Info 24685[11:13:05.946] getCompletionData: Get current token: 0.00370199978351593 +Info 24686[11:13:05.946] getCompletionData: Is inside comment: 0.010621999390423298 +Info 24687[11:13:05.946] getCompletionData: Get previous token: 0.018079999834299088 +Info 24688[11:13:05.946] getCompletionsAtPosition: isCompletionListBlocker: 0.002046000212430954 +Info 24689[11:13:05.947] getExportInfoMap: cache hit +Info 24690[11:13:05.950] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 37 from cache +Info 24691[11:13:05.950] collectAutoImports: response is complete +Info 24692[11:13:05.950] collectAutoImports: 2.6182850003242493 +Info 24693[11:13:05.950] getCompletionData: Semantic work: 3.279047000221908 +Info 24694[11:13:05.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.132095000706613 +Info 24695[11:13:05.952] Format host information updated +Info 24696[11:13:06.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24697[11:13:06.096] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1565 structureChanged: false structureIsReused:: Completely Elapsed: 8.965159999206662ms +Info 24698[11:13:06.096] Different program with same set of files +Info 24699[11:13:06.096] getCompletionData: Get current token: 0.004543999210000038 +Info 24700[11:13:06.096] getCompletionData: Is inside comment: 0.01166400033980608 +Info 24701[11:13:06.096] getCompletionData: Get previous token: 0.020879999734461308 +Info 24702[11:13:06.096] getCompletionsAtPosition: isCompletionListBlocker: 0.00242799986153841 +Info 24703[11:13:06.097] getExportInfoMap: cache hit +Info 24704[11:13:06.100] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 72 from cache +Info 24705[11:13:06.100] collectAutoImports: response is complete +Info 24706[11:13:06.100] collectAutoImports: 3.7313029998913407 +Info 24707[11:13:06.100] getCompletionData: Semantic work: 4.371364000253379 +Info 24708[11:13:06.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3319840002804995 +Info 24709[11:13:06.103] Format host information updated +Info 24710[11:13:06.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24711[11:13:06.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1566 structureChanged: false structureIsReused:: Completely Elapsed: 6.946438999846578ms +Info 24712[11:13:06.216] Different program with same set of files +Info 24713[11:13:06.216] getCompletionData: Get current token: 0.004144999198615551 +Info 24714[11:13:06.216] getCompletionData: Is inside comment: 0.012095000594854355 +Info 24715[11:13:06.217] getCompletionData: Get previous token: 0.020460999570786953 +Info 24716[11:13:06.217] getCompletionsAtPosition: isCompletionListBlocker: 0.0021649999544024467 +Info 24717[11:13:06.217] getExportInfoMap: cache hit +Info 24718[11:13:06.222] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 143 from cache +Info 24719[11:13:06.222] collectAutoImports: response is complete +Info 24720[11:13:06.222] collectAutoImports: 4.5385360000655055 +Info 24721[11:13:06.222] getCompletionData: Semantic work: 5.19562799949199 +Info 24722[11:13:06.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.469658000394702 +Info 24723[11:13:06.226] Format host information updated +Info 24724[11:13:06.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24725[11:13:06.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1567 structureChanged: false structureIsReused:: Completely Elapsed: 10.086383000016212ms +Info 24726[11:13:06.282] Different program with same set of files +Info 24727[11:13:06.282] getCompletionData: Get current token: 0.007557000033557415 +Info 24728[11:13:06.282] getCompletionData: Is inside comment: 0.020779000595211983 +Info 24729[11:13:06.283] getCompletionData: Get previous token: 0.034411000087857246 +Info 24730[11:13:06.283] getCompletionsAtPosition: isCompletionListBlocker: 0.003402000293135643 +Info 24731[11:13:06.283] getExportInfoMap: cache hit +Info 24732[11:13:06.290] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 109 from cache +Info 24733[11:13:06.290] collectAutoImports: response is complete +Info 24734[11:13:06.290] collectAutoImports: 6.441533000208437 +Info 24735[11:13:06.290] getCompletionData: Semantic work: 7.38850300014019 +Info 24736[11:13:06.292] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.234214000403881 +Info 24737[11:13:06.294] Format host information updated +Info 24738[11:13:06.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24739[11:13:06.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1568 structureChanged: false structureIsReused:: Completely Elapsed: 8.855712000280619ms +Info 24740[11:13:06.405] Different program with same set of files +Info 24741[11:13:06.406] getCompletionData: Get current token: 0.004508000798523426 +Info 24742[11:13:06.406] getCompletionData: Is inside comment: 0.012151999399065971 +Info 24743[11:13:06.406] getCompletionData: Get previous token: 0.02023399993777275 +Info 24744[11:13:06.406] getCompletionsAtPosition: isCompletionListBlocker: 0.0026969993487000465 +Info 24745[11:13:06.406] getExportInfoMap: cache hit +Info 24746[11:13:06.410] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 63 from cache +Info 24747[11:13:06.410] collectAutoImports: response is complete +Info 24748[11:13:06.410] collectAutoImports: 3.8464470002800226 +Info 24749[11:13:06.410] getCompletionData: Semantic work: 4.544865000061691 +Info 24750[11:13:06.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3795259995386004 +Info 24751[11:13:06.412] Format host information updated +Info 24752[11:13:06.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24753[11:13:06.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1569 structureChanged: false structureIsReused:: Completely Elapsed: 25.61910399980843ms +Info 24754[11:13:06.502] Different program with same set of files +Info 24755[11:13:06.503] getCompletionData: Get current token: 0.017578000202775 +Info 24756[11:13:06.503] getCompletionData: Is inside comment: 0.07521199993789196 +Info 24757[11:13:06.503] getCompletionData: Get previous token: 0.09081199951469898 +Info 24758[11:13:06.503] getCompletionsAtPosition: isCompletionListBlocker: 0.007780999876558781 +Info 24759[11:13:06.506] getExportInfoMap: cache hit +Info 24760[11:13:06.514] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 46 from cache +Info 24761[11:13:06.514] collectAutoImports: response is complete +Info 24762[11:13:06.514] collectAutoImports: 8.444213000126183 +Info 24763[11:13:06.514] getCompletionData: Semantic work: 10.750161000527442 +Info 24764[11:13:06.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7708569997921586 +Info 24765[11:13:06.521] Format host information updated +Info 24766[11:13:06.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24767[11:13:06.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1570 structureChanged: false structureIsReused:: Completely Elapsed: 7.6020250003784895ms +Info 24768[11:13:06.547] Different program with same set of files +Info 24769[11:13:06.547] getCompletionData: Get current token: 0.004760999232530594 +Info 24770[11:13:06.547] getCompletionData: Is inside comment: 0.013651000335812569 +Info 24771[11:13:06.547] getCompletionData: Get previous token: 0.02396600041538477 +Info 24772[11:13:06.547] getCompletionsAtPosition: isCompletionListBlocker: 0.0024159997701644897 +Info 24773[11:13:06.548] getExportInfoMap: cache hit +Info 24774[11:13:06.551] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 21 from cache +Info 24775[11:13:06.551] collectAutoImports: response is complete +Info 24776[11:13:06.551] collectAutoImports: 2.711866999976337 +Info 24777[11:13:06.551] getCompletionData: Semantic work: 3.41021899972111 +Info 24778[11:13:06.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.370500000193715 +Info 24779[11:13:06.553] Format host information updated +Info 24780[11:13:06.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24781[11:13:06.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1571 structureChanged: false structureIsReused:: Completely Elapsed: 25.69974000006914ms +Info 24782[11:13:06.730] Different program with same set of files +Info 24783[11:13:06.731] getCompletionData: Get current token: 0.020496000535786152 +Info 24784[11:13:06.731] getCompletionData: Is inside comment: 0.05387999955564737 +Info 24785[11:13:06.731] getCompletionData: Get previous token: 0.08905200008302927 +Info 24786[11:13:06.731] getCompletionsAtPosition: isCompletionListBlocker: 0.007675999775528908 +Info 24787[11:13:06.733] getExportInfoMap: cache hit +Info 24788[11:13:06.744] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 13 from cache +Info 24789[11:13:06.744] collectAutoImports: response is complete +Info 24790[11:13:06.744] collectAutoImports: 10.418864999897778 +Info 24791[11:13:06.744] getCompletionData: Semantic work: 12.787177000194788 +Info 24792[11:13:06.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2793370001018047 +Info 24793[11:13:06.747] Format host information updated +Info 24794[11:13:07.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24795[11:13:07.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1572 structureChanged: false structureIsReused:: Completely Elapsed: 9.160160000436008ms +Info 24796[11:13:07.104] Different program with same set of files +Info 24797[11:13:07.105] getCompletionData: Get current token: 0.006572000682353973 +Info 24798[11:13:07.105] getCompletionData: Is inside comment: 0.017528999596834183 +Info 24799[11:13:07.105] getCompletionData: Get previous token: 0.029601999558508396 +Info 24800[11:13:07.105] getCompletionsAtPosition: isCompletionListBlocker: 0.0033750003203749657 +Info 24801[11:13:07.106] getExportInfoMap: cache hit +Info 24802[11:13:07.109] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 21 from cache +Info 24803[11:13:07.109] collectAutoImports: response is complete +Info 24804[11:13:07.109] collectAutoImports: 3.444120000116527 +Info 24805[11:13:07.109] getCompletionData: Semantic work: 4.330225000157952 +Info 24806[11:13:07.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7987879998981953 +Info 24807[11:13:07.112] Format host information updated +Info 24808[11:13:07.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24809[11:13:07.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1573 structureChanged: false structureIsReused:: Completely Elapsed: 8.589062999933958ms +Info 24810[11:13:07.282] Different program with same set of files +Info 24811[11:13:07.282] getCompletionData: Get current token: 0.004801000468432903 +Info 24812[11:13:07.282] getCompletionData: Is inside comment: 0.015990999527275562 +Info 24813[11:13:07.282] getCompletionData: Get previous token: 0.028450999408960342 +Info 24814[11:13:07.282] getCompletionsAtPosition: isCompletionListBlocker: 0.0027299998328089714 +Info 24815[11:13:07.283] getExportInfoMap: cache hit +Info 24816[11:13:07.286] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 6 from cache +Info 24817[11:13:07.286] collectAutoImports: response is complete +Info 24818[11:13:07.286] collectAutoImports: 3.272706000134349 +Info 24819[11:13:07.286] getCompletionData: Semantic work: 4.290954999625683 +Info 24820[11:13:07.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4271229999139905 +Info 24821[11:13:07.289] Format host information updated +Info 24822[11:13:07.388] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24823[11:13:07.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1574 structureChanged: false structureIsReused:: Completely Elapsed: 28.869013000279665ms +Info 24824[11:13:07.417] Different program with same set of files +Info 24825[11:13:07.418] getCompletionData: Get current token: 0.013269999995827675 +Info 24826[11:13:07.418] getCompletionData: Is inside comment: 0.088790999725461 +Info 24827[11:13:07.418] getCompletionData: Get previous token: 0.07976499944925308 +Info 24828[11:13:07.418] getCompletionsAtPosition: isCompletionListBlocker: 0.0058580003678798676 +Info 24829[11:13:07.420] getExportInfoMap: cache hit +Info 24830[11:13:07.425] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 24831[11:13:07.425] collectAutoImports: response is complete +Info 24832[11:13:07.425] collectAutoImports: 4.97632799949497 +Info 24833[11:13:07.425] getCompletionData: Semantic work: 7.159047000110149 +Info 24834[11:13:07.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1424569999799132 +Info 24835[11:13:07.430] Format host information updated +Info 24836[11:13:07.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24837[11:13:07.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1575 structureChanged: false structureIsReused:: Completely Elapsed: 8.79708099924028ms +Info 24838[11:13:07.459] Different program with same set of files +Info 24839[11:13:07.459] getCompletionData: Get current token: 0.004271000623703003 +Info 24840[11:13:07.459] getCompletionData: Is inside comment: 0.012760999612510204 +Info 24841[11:13:07.459] getCompletionData: Get previous token: 0.02153200004249811 +Info 24842[11:13:07.459] getCompletionsAtPosition: isCompletionListBlocker: 0.0022860001772642136 +Info 24843[11:13:07.460] getExportInfoMap: cache hit +Info 24844[11:13:07.462] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 24845[11:13:07.462] collectAutoImports: response is complete +Info 24846[11:13:07.462] collectAutoImports: 1.9462580000981688 +Info 24847[11:13:07.462] getCompletionData: Semantic work: 2.6306729996576905 +Info 24848[11:13:07.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.014631999656558 +Info 24849[11:13:07.463] Format host information updated +Info 24850[11:13:07.850] Format host information updated +Info 24851[11:13:07.850] Format host information updated +Info 24852[11:13:07.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24853[11:13:07.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1576 structureChanged: false structureIsReused:: Completely Elapsed: 9.21739299967885ms +Info 24854[11:13:07.859] Different program with same set of files +Info 24855[11:13:07.860] getCompletionData: Get current token: 0.01222199946641922 +Info 24856[11:13:07.860] getCompletionData: Is inside comment: 0.0032569998875260353 +Info 24857[11:13:07.860] getCompletionData: Get previous token: 0.026965999975800514 +Info 24858[11:13:07.860] getCompletionsAtPosition: isCompletionListBlocker: 0.002732999622821808 +Info 24859[11:13:07.860] getCompletionData: Semantic work: 0.6870389999821782 +Info 24860[11:13:07.862] getCompletionData: Get current token: 0.008379999548196793 +Info 24861[11:13:07.862] getCompletionData: Is inside comment: 0.0014150002971291542 +Info 24862[11:13:07.862] getCompletionData: Get previous token: 0.026208000257611275 +Info 24863[11:13:07.862] getCompletionsAtPosition: isCompletionListBlocker: 0.0016569998115301132 +Info 24864[11:13:07.863] getCompletionData: Semantic work: 0.5052659995853901 +Info 24865[11:13:07.863] Format host information updated +Info 24866[11:13:08.143] getCompletionData: Get current token: 0.004062999971210957 +Info 24867[11:13:08.143] getCompletionData: Is inside comment: 0.012458999641239643 +Info 24868[11:13:08.143] getCompletionData: Get previous token: 0.02185599971562624 +Info 24869[11:13:08.143] getCompletionsAtPosition: isCompletionListBlocker: 0.003189999610185623 +Info 24870[11:13:08.144] getExportInfoMap: cache hit +Info 24871[11:13:08.146] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 24872[11:13:08.146] collectAutoImports: response is complete +Info 24873[11:13:08.146] collectAutoImports: 1.9586300002411008 +Info 24874[11:13:08.146] getCompletionData: Semantic work: 2.7553229993209243 +Info 24875[11:13:08.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.228635000064969 +Info 24876[11:13:08.426] Format host information updated +Info 24877[11:13:08.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24878[11:13:08.433] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1577 structureChanged: false structureIsReused:: Completely Elapsed: 6.762010999955237ms +Info 24879[11:13:08.433] Different program with same set of files +Info 24880[11:13:21.080] getCompletionData: Get current token: 0.005029999651014805 +Info 24881[11:13:21.080] getCompletionData: Is inside comment: 0.015488999895751476 +Info 24882[11:13:21.080] getCompletionData: Get previous token: 0.017388000153005123 +Info 24883[11:13:21.080] getCompletionsAtPosition: isCompletionListBlocker: 0.009430999867618084 +Info 24884[11:13:21.080] getCompletionData: Semantic work: 0.25772600062191486 +Info 24885[11:13:21.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08341300021857023 +Info 24886[11:13:21.595] getCompletionData: Get current token: 0.003755999729037285 +Info 24887[11:13:21.595] getCompletionData: Is inside comment: 0.0008070003241300583 +Info 24888[11:13:21.595] getCompletionData: Get previous token: 0.0221969997510314 +Info 24889[11:13:21.596] getCompletionsAtPosition: isCompletionListBlocker: 0.0028870003297924995 +Info 24890[11:13:21.596] getExportInfoMap: cache hit +Info 24891[11:13:21.598] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 24892[11:13:21.598] collectAutoImports: response is complete +Info 24893[11:13:21.598] collectAutoImports: 1.90157900005579 +Info 24894[11:13:21.598] getCompletionData: Semantic work: 2.739602000452578 +Info 24895[11:13:21.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0963780004531145 +Info 24896[11:13:21.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24897[11:13:21.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1578 structureChanged: false structureIsReused:: Completely Elapsed: 9.348253999836743ms +Info 24898[11:13:21.799] Different program with same set of files +Info 24899[11:13:21.799] getCompletionData: Get current token: 0.003792000003159046 +Info 24900[11:13:21.799] getCompletionData: Is inside comment: 0.0009890003129839897 +Info 24901[11:13:21.799] getCompletionData: Get previous token: 0.02395200077444315 +Info 24902[11:13:21.799] getCompletionsAtPosition: isCompletionListBlocker: 0.0024929996579885483 +Info 24903[11:13:21.799] getExportInfoMap: cache hit +Info 24904[11:13:21.802] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 24905[11:13:21.802] collectAutoImports: response is complete +Info 24906[11:13:21.802] collectAutoImports: 2.022251999936998 +Info 24907[11:13:21.802] getCompletionData: Semantic work: 2.712753999978304 +Info 24908[11:13:21.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7284719999879599 +Info 24909[11:13:21.804] Format host information updated +Info 24910[11:13:34.736] getCompletionData: Get current token: 0.002042999491095543 +Info 24911[11:13:34.736] getCompletionData: Is inside comment: 0.009309999644756317 +Info 24912[11:13:34.736] getCompletionData: Get previous token: 0.019236000254750252 +Info 24913[11:13:34.736] getCompletionsAtPosition: isCompletionListBlocker: 0.008043999783694744 +Info 24914[11:13:34.737] getExportInfoMap: cache miss or empty; calculating new results +Info 24915[11:13:34.765] forEachExternalModuleToImportFrom autoImportProvider: 10.995143000036478 +Info 24916[11:13:34.765] getExportInfoMap: done in 27.637864999473095 ms +Info 24917[11:13:34.788] collectAutoImports: resolved 14 module specifiers, plus 175 ambient and 1039 from cache +Info 24918[11:13:34.788] collectAutoImports: response is complete +Info 24919[11:13:34.788] collectAutoImports: 23.12939100060612 +Info 24920[11:13:34.788] getCompletionData: Semantic work: 51.533692999742925 +Info 24921[11:13:34.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.013725999742746 +Info 24922[11:41:09.919] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 24923[11:41:09.920] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs +Info 24924[11:41:09.921] Elapsed:: 1.7701869998127222ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 24925[11:41:09.921] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 24926[11:41:09.921] Elapsed:: 0.8053489997982979ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 24927[11:48:11.956] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 24928[11:48:11.956] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.purs +Info 24929[11:48:11.956] Elapsed:: 0.3065340006724ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 24930[11:48:11.957] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 24931[11:48:11.957] Elapsed:: 0.1586659997701645ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 24932[11:49:47.572] Search path: /home/orion/src/purescript-puppeteer/src +Info 24933[11:49:47.572] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24934[11:49:47.574] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24935[11:49:47.595] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 746 structureChanged: true structureIsReused:: Not Elapsed: 21.058637999929488ms +Info 24936[11:49:47.595] Project '/dev/null/inferredProject1*' (Inferred) +Info 24937[11:49:47.595] Files (125) + +Info 24938[11:49:47.595] ----------------------------------------------- +Info 24939[11:49:47.595] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24940[11:49:47.595] Files (179) + +Info 24941[11:49:47.595] ----------------------------------------------- +Info 24942[11:49:47.596] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 24942[11:49:47.596] Files (130) + +Info 24942[11:49:47.596] ----------------------------------------------- +Info 24942[11:49:47.596] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 24942[11:49:47.596] Files (266) + +Info 24942[11:49:47.596] ----------------------------------------------- +Info 24942[11:49:47.596] Project '/dev/null/inferredProject1*' (Inferred) +Info 24942[11:49:47.596] Files (125) + +Info 24942[11:49:47.596] ----------------------------------------------- +Info 24942[11:49:47.596] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24942[11:49:47.596] Files (179) + +Info 24942[11:49:47.596] ----------------------------------------------- +Info 24942[11:49:47.596] Open files: +Info 24942[11:49:47.596] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24942[11:49:47.596] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24942[11:49:47.596] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24942[11:49:47.596] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24942[11:49:47.596] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24942[11:49:47.596] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24942[11:49:47.596] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24942[11:49:47.596] Projects: /dev/null/inferredProject1* +Info 24942[11:49:47.720] Format host information updated +Info 24943[11:49:47.721] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24944[11:49:47.721] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 747 structureChanged: false structureIsReused:: Not Elapsed: 0.16888299956917763ms +Info 24945[11:49:50.098] Before ensureProjectForOpenFiles: +Info 24946[11:49:50.098] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 24946[11:49:50.098] Files (130) + +Info 24946[11:49:50.098] ----------------------------------------------- +Info 24946[11:49:50.098] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 24946[11:49:50.098] Files (266) + +Info 24946[11:49:50.098] ----------------------------------------------- +Info 24946[11:49:50.098] Project '/dev/null/inferredProject1*' (Inferred) +Info 24946[11:49:50.098] Files (125) + +Info 24946[11:49:50.098] ----------------------------------------------- +Info 24946[11:49:50.098] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24946[11:49:50.098] Files (179) + +Info 24946[11:49:50.098] ----------------------------------------------- +Info 24946[11:49:50.098] Open files: +Info 24946[11:49:50.098] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24946[11:49:50.098] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24946[11:49:50.098] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24946[11:49:50.098] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24946[11:49:50.098] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24946[11:49:50.098] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24946[11:49:50.098] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24946[11:49:50.098] Projects: /dev/null/inferredProject1* +Info 24946[11:49:50.098] After ensureProjectForOpenFiles: +Info 24947[11:49:50.098] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 24947[11:49:50.098] Files (130) + +Info 24947[11:49:50.098] ----------------------------------------------- +Info 24947[11:49:50.098] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 24947[11:49:50.099] Files (266) + +Info 24947[11:49:50.099] ----------------------------------------------- +Info 24947[11:49:50.099] Project '/dev/null/inferredProject1*' (Inferred) +Info 24947[11:49:50.099] Files (125) + +Info 24947[11:49:50.099] ----------------------------------------------- +Info 24947[11:49:50.099] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24947[11:49:50.099] Files (179) + +Info 24947[11:49:50.099] ----------------------------------------------- +Info 24947[11:49:50.099] Open files: +Info 24947[11:49:50.099] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24947[11:49:50.099] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24947[11:49:50.099] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24947[11:49:50.099] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24947[11:49:50.099] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24947[11:49:50.099] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24947[11:49:50.099] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 24947[11:49:50.099] Projects: /dev/null/inferredProject1* +Info 24947[11:49:50.099] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/ffi/shared.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js +Info 24948[11:49:52.977] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24949[11:49:52.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 11.001601999625564ms +Info 24950[11:49:52.988] Different program with same set of files +Info 24951[11:49:52.988] getCompletionData: Get current token: 0.0011799996718764305 +Info 24952[11:49:52.988] getCompletionData: Is inside comment: 0.0023879995569586754 +Info 24953[11:49:52.988] getCompletionData: Get previous token: 0.0034549999982118607 +Info 24954[11:49:52.989] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.30603500083088875 ms +Info 24955[11:49:52.989] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 24956[11:49:52.989] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 7 structureChanged: false structureIsReused:: Not Elapsed: 0.1837229998782277ms +Info 24957[11:49:52.989] getExportInfoMap: cache miss or empty; calculating new results +Info 24958[11:49:53.011] forEachExternalModuleToImportFrom autoImportProvider: 11.01471000071615 +Info 24959[11:49:53.011] getExportInfoMap: done in 22.14971800055355 ms +Info 24960[11:49:53.016] collectAutoImports: resolved 4 module specifiers, plus 103 ambient and 17 from cache +Info 24961[11:49:53.016] collectAutoImports: response is complete +Info 24962[11:49:53.016] collectAutoImports: 4.898998999968171 +Info 24963[11:49:53.016] getCompletionData: Semantic work: 27.596680000424385 +Info 24964[11:49:53.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8502650000154972 +Info 24965[11:49:53.019] Format host information updated +Info 24966[11:49:53.172] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24967[11:49:53.181] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 8.95834599994123ms +Info 24968[11:49:53.181] Different program with same set of files +Info 24969[11:49:53.181] getCompletionData: Get current token: 0.0009970003738999367 +Info 24970[11:49:53.181] getCompletionData: Is inside comment: 0.0023610005155205727 +Info 24971[11:49:53.181] getCompletionData: Get previous token: 0.003029000014066696 +Info 24972[11:49:53.182] getExportInfoMap: cache hit +Info 24973[11:49:53.185] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 1 from cache +Info 24974[11:49:53.185] collectAutoImports: response is complete +Info 24975[11:49:53.185] collectAutoImports: 3.541466999799013 +Info 24976[11:49:53.185] getCompletionData: Semantic work: 4.003339000046253 +Info 24977[11:49:53.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4024220006540418 +Info 24978[11:49:53.188] Format host information updated +Info 24979[11:49:53.280] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24980[11:49:53.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 7.104848999530077ms +Info 24981[11:49:53.287] Different program with same set of files +Info 24982[11:49:53.287] getCompletionData: Get current token: 0.0009960001334547997 +Info 24983[11:49:53.287] getCompletionData: Is inside comment: 0.0023349998518824577 +Info 24984[11:49:53.287] getCompletionData: Get previous token: 0.0033579999580979347 +Info 24985[11:49:53.288] getExportInfoMap: cache hit +Info 24986[11:49:53.290] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 24987[11:49:53.290] collectAutoImports: response is complete +Info 24988[11:49:53.290] collectAutoImports: 2.5017989994958043 +Info 24989[11:49:53.290] getCompletionData: Semantic work: 2.9793539997190237 +Info 24990[11:49:53.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1071089999750257 +Info 24991[11:49:53.293] Format host information updated +Info 24992[11:49:53.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24993[11:49:53.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 24.276220000348985ms +Info 24994[11:49:53.424] Different program with same set of files +Info 24995[11:49:53.424] getCompletionData: Get current token: 0.004803000018000603 +Info 24996[11:49:53.424] getCompletionData: Is inside comment: 0.0102510005235672 +Info 24997[11:49:53.424] getCompletionData: Get previous token: 0.014700999483466148 +Info 24998[11:49:53.426] getExportInfoMap: cache hit +Info 24999[11:49:53.468] collectAutoImports: resolved 9 module specifiers, plus 1023 ambient and 153 from cache +Info 25000[11:49:53.468] collectAutoImports: response is complete +Info 25001[11:49:53.468] collectAutoImports: 41.57529200054705 +Info 25002[11:49:53.468] getCompletionData: Semantic work: 43.050610000267625 +Info 25003[11:49:53.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.459645999595523 +Info 25004[11:49:53.484] Format host information updated +Info 25005[11:49:53.489] Format host information updated +Info 25006[11:49:53.489] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 25007[11:49:53.497] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 7.470598000101745ms +Info 25008[11:49:53.497] Different program with same set of files +Info 25009[11:49:53.537] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 25010[11:49:53.537] Elapsed:: 0.40183799993246794ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 25011[11:49:53.537] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 25012[11:49:53.537] Elapsed:: 0.044715000316500664ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 25013[11:49:53.538] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 25014[11:49:53.538] Ignoring files that are not *.json +Info 25015[11:49:53.538] Elapsed:: 0.05879199970513582ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 25016[11:49:53.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25017[11:49:53.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1579 structureChanged: true structureIsReused:: Not Elapsed: 35.990408999845386ms +Info 25018[11:49:53.710] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 25019[11:49:53.710] Files (131) + +Info 25020[11:49:53.710] ----------------------------------------------- +Info 25021[11:49:53.710] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 25022[11:49:53.710] Files (266) + +Info 25023[11:49:53.710] ----------------------------------------------- +Info 25024[11:49:53.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25025[11:49:53.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1580 structureChanged: false structureIsReused:: Completely Elapsed: 8.026143999770284ms +Info 25026[11:49:53.718] Different program with same set of files +Info 25027[11:49:53.718] getCompletionData: Get current token: 0.0014319997280836105 +Info 25028[11:49:53.718] getCompletionData: Is inside comment: 0.0031880000606179237 +Info 25029[11:49:53.718] getCompletionData: Get previous token: 0.006062999367713928 +Info 25030[11:49:53.718] getCompletionsAtPosition: isCompletionListBlocker: 0.008094999939203262 +Info 25031[11:49:53.719] AutoImportProviderProject: found 15 root files in 4 dependencies in 0.32205500081181526 ms +Info 25032[11:49:53.719] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 25033[11:49:53.722] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 2.529475999996066ms +Info 25034[11:49:53.722] getExportInfoMap: cache miss or empty; calculating new results +Info 25035[11:49:53.737] forEachExternalModuleToImportFrom autoImportProvider: 6.194696000777185 +Info 25036[11:49:53.737] getExportInfoMap: done in 18.543298999778926 ms +Info 25037[11:49:53.748] collectAutoImports: resolved 17 module specifiers, plus 17 ambient and 203 from cache +Info 25038[11:49:53.748] collectAutoImports: response is complete +Info 25039[11:49:53.748] collectAutoImports: 10.721110000275075 +Info 25040[11:49:53.748] getCompletionData: Semantic work: 29.844725999981165 +Info 25041[11:49:53.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8681589998304844 +Info 25042[11:49:53.752] Format host information updated +Info 25043[11:49:53.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25044[11:49:53.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1581 structureChanged: false structureIsReused:: Completely Elapsed: 16.967167999595404ms +Info 25045[11:49:53.800] Different program with same set of files +Info 25046[11:49:53.800] getCompletionData: Get current token: 0.0014070002362132072 +Info 25047[11:49:53.800] getCompletionData: Is inside comment: 0.0025429995730519295 +Info 25048[11:49:53.800] getCompletionData: Get previous token: 0.005092000588774681 +Info 25049[11:49:53.800] getCompletionsAtPosition: isCompletionListBlocker: 0.007500999607145786 +Info 25050[11:49:53.801] getExportInfoMap: cache hit +Info 25051[11:49:53.808] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 114 from cache +Info 25052[11:49:53.808] collectAutoImports: response is complete +Info 25053[11:49:53.808] collectAutoImports: 7.291335000656545 +Info 25054[11:49:53.808] getCompletionData: Semantic work: 8.053474999964237 +Info 25055[11:49:53.810] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7336969999596477 +Info 25056[11:49:53.811] Format host information updated +Info 25057[11:49:53.896] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25058[11:49:53.904] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1582 structureChanged: false structureIsReused:: Completely Elapsed: 7.824392000213265ms +Info 25059[11:49:53.904] Different program with same set of files +Info 25060[11:49:53.905] getCompletionData: Get current token: 0.0015639998018741608 +Info 25061[11:49:53.905] getCompletionData: Is inside comment: 0.003975000232458115 +Info 25062[11:49:53.905] getCompletionData: Get previous token: 0.00851999968290329 +Info 25063[11:49:53.905] getCompletionsAtPosition: isCompletionListBlocker: 0.008473999798297882 +Info 25064[11:49:53.905] getExportInfoMap: cache hit +Info 25065[11:49:53.925] collectAutoImports: resolved 4 module specifiers, plus 219 ambient and 865 from cache +Info 25066[11:49:53.925] collectAutoImports: response is complete +Info 25067[11:49:53.925] collectAutoImports: 19.902583999559283 +Info 25068[11:49:53.925] getCompletionData: Semantic work: 20.570776999928057 +Info 25069[11:49:53.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.334739999845624 +Info 25070[11:49:53.934] Format host information updated +Info 25071[11:49:53.984] Format host information updated +Info 25072[11:49:53.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25073[11:49:53.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1583 structureChanged: false structureIsReused:: Completely Elapsed: 9.22395500075072ms +Info 25074[11:49:53.994] Different program with same set of files +Info 25075[11:49:56.038] Before ensureProjectForOpenFiles: +Info 25076[11:49:56.039] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 25076[11:49:56.039] Files (131) + +Info 25076[11:49:56.039] ----------------------------------------------- +Info 25076[11:49:56.039] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 25076[11:49:56.039] Files (266) + +Info 25076[11:49:56.039] ----------------------------------------------- +Info 25076[11:49:56.039] Project '/dev/null/inferredProject1*' (Inferred) +Info 25076[11:49:56.039] Files (125) + +Info 25076[11:49:56.039] ----------------------------------------------- +Info 25076[11:49:56.039] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 25076[11:49:56.039] Files (179) + +Info 25076[11:49:56.039] ----------------------------------------------- +Info 25076[11:49:56.039] Open files: +Info 25076[11:49:56.039] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 25076[11:49:56.039] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25076[11:49:56.039] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 25076[11:49:56.039] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25076[11:49:56.039] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 25076[11:49:56.039] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25076[11:49:56.039] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 25076[11:49:56.039] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25076[11:49:56.039] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 25077[11:49:56.054] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 753 structureChanged: true structureIsReused:: Not Elapsed: 14.66100800037384ms +Info 25078[11:49:56.054] Project '/dev/null/inferredProject1*' (Inferred) +Info 25079[11:49:56.054] Files (124) + +Info 25080[11:49:56.054] ----------------------------------------------- +Info 25081[11:49:56.054] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 25082[11:49:56.054] Files (179) + +Info 25083[11:49:56.054] ----------------------------------------------- +Info 25084[11:49:56.054] After ensureProjectForOpenFiles: +Info 25085[11:49:56.054] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 25085[11:49:56.054] Files (131) + +Info 25085[11:49:56.054] ----------------------------------------------- +Info 25085[11:49:56.054] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 25085[11:49:56.054] Files (266) + +Info 25085[11:49:56.054] ----------------------------------------------- +Info 25085[11:49:56.054] Project '/dev/null/inferredProject1*' (Inferred) +Info 25085[11:49:56.055] Files (124) + +Info 25085[11:49:56.055] ----------------------------------------------- +Info 25085[11:49:56.055] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 25085[11:49:56.055] Files (179) + +Info 25085[11:49:56.055] ----------------------------------------------- +Info 25085[11:49:56.055] Open files: +Info 25085[11:49:56.055] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 25085[11:49:56.055] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25085[11:49:56.055] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 25085[11:49:56.055] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25085[11:49:56.055] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 25085[11:49:56.055] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25085[11:49:56.056] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 25085[11:49:56.056] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25085[11:49:56.056] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/ffi/shared.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js +Info 25086[11:49:57.051] Format host information updated +Info 25087[11:49:57.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25088[11:49:57.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1584 structureChanged: false structureIsReused:: Completely Elapsed: 6.531227000057697ms +Info 25089[11:49:57.058] Different program with same set of files +Info 25090[11:49:58.821] Format host information updated +Info 25091[11:49:58.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25092[11:49:58.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1585 structureChanged: false structureIsReused:: Completely Elapsed: 9.157690000720322ms +Info 25093[11:49:58.830] Different program with same set of files +Info 25094[11:49:58.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25095[11:49:59.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1586 structureChanged: false structureIsReused:: Completely Elapsed: 6.213580000214279ms +Info 25096[11:49:59.001] Different program with same set of files +Info 25097[11:49:59.001] getCompletionData: Get current token: 0.0019300002604722977 +Info 25098[11:49:59.001] getCompletionData: Is inside comment: 0.0007009999826550484 +Info 25099[11:49:59.001] getCompletionData: Get previous token: 0.010691999457776546 +Info 25100[11:49:59.001] getCompletionsAtPosition: isCompletionListBlocker: 0.007028999738395214 +Info 25101[11:49:59.002] getExportInfoMap: cache hit +Info 25102[11:49:59.004] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25103[11:49:59.004] collectAutoImports: response is complete +Info 25104[11:49:59.004] collectAutoImports: 2.2854599999263883 +Info 25105[11:49:59.004] getCompletionData: Semantic work: 2.7901479993015528 +Info 25106[11:49:59.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8672589994966984 +Info 25107[11:49:59.005] Format host information updated +Info 25108[11:49:59.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25109[11:49:59.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1587 structureChanged: false structureIsReused:: Completely Elapsed: 6.765169000253081ms +Info 25110[11:49:59.175] Different program with same set of files +Info 25111[11:49:59.175] getCompletionData: Get current token: 0.0014669997617602348 +Info 25112[11:49:59.175] getCompletionData: Is inside comment: 0.00045999977737665176 +Info 25113[11:49:59.175] getCompletionData: Get previous token: 0.006793000735342503 +Info 25114[11:49:59.175] getCompletionsAtPosition: isCompletionListBlocker: 0.006798999384045601 +Info 25115[11:49:59.175] getExportInfoMap: cache hit +Info 25116[11:49:59.179] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25117[11:49:59.179] collectAutoImports: response is complete +Info 25118[11:49:59.179] collectAutoImports: 4.134813999757171 +Info 25119[11:49:59.179] getCompletionData: Semantic work: 4.5135490000247955 +Info 25120[11:49:59.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9122700002044439 +Info 25121[11:49:59.181] Format host information updated +Info 25122[11:49:59.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25123[11:49:59.263] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1588 structureChanged: false structureIsReused:: Completely Elapsed: 10.006740000098944ms +Info 25124[11:49:59.263] Different program with same set of files +Info 25125[11:49:59.263] getCompletionData: Get current token: 0.0015689991414546967 +Info 25126[11:49:59.263] getCompletionData: Is inside comment: 0.0006430000066757202 +Info 25127[11:49:59.263] getCompletionData: Get previous token: 0.0067159999161958694 +Info 25128[11:49:59.263] getCompletionsAtPosition: isCompletionListBlocker: 0.006497000344097614 +Info 25129[11:49:59.264] getExportInfoMap: cache hit +Info 25130[11:49:59.266] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25131[11:49:59.266] collectAutoImports: response is complete +Info 25132[11:49:59.266] collectAutoImports: 2.0272119995206594 +Info 25133[11:49:59.266] getCompletionData: Semantic work: 2.4230419993400574 +Info 25134[11:49:59.267] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8687300002202392 +Info 25135[11:49:59.267] Format host information updated +Info 25136[11:49:59.329] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25137[11:49:59.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1589 structureChanged: false structureIsReused:: Completely Elapsed: 24.269805999472737ms +Info 25138[11:49:59.353] Different program with same set of files +Info 25139[11:49:59.354] getCompletionData: Get current token: 0.007354999892413616 +Info 25140[11:49:59.354] getCompletionData: Is inside comment: 0.003553999587893486 +Info 25141[11:49:59.354] getCompletionData: Get previous token: 0.03501500003039837 +Info 25142[11:49:59.354] getCompletionsAtPosition: isCompletionListBlocker: 0.02310700062662363 +Info 25143[11:49:59.355] getExportInfoMap: cache hit +Info 25144[11:49:59.362] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25145[11:49:59.362] collectAutoImports: response is complete +Info 25146[11:49:59.362] collectAutoImports: 6.997046999633312 +Info 25147[11:49:59.362] getCompletionData: Semantic work: 8.519882000051439 +Info 25148[11:49:59.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.161272999830544 +Info 25149[11:49:59.369] Format host information updated +Info 25150[11:49:59.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25151[11:49:59.463] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1590 structureChanged: false structureIsReused:: Completely Elapsed: 23.651235999539495ms +Info 25152[11:49:59.463] Different program with same set of files +Info 25153[11:49:59.463] getCompletionData: Get current token: 0.004676000215113163 +Info 25154[11:49:59.463] getCompletionData: Is inside comment: 0.0021310001611709595 +Info 25155[11:49:59.463] getCompletionData: Get previous token: 0.02220200002193451 +Info 25156[11:49:59.463] getCompletionsAtPosition: isCompletionListBlocker: 0.01765500009059906 +Info 25157[11:49:59.464] getExportInfoMap: cache hit +Info 25158[11:49:59.470] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25159[11:49:59.470] collectAutoImports: response is complete +Info 25160[11:49:59.470] collectAutoImports: 5.748846000060439 +Info 25161[11:49:59.470] getCompletionData: Semantic work: 6.866415999829769 +Info 25162[11:49:59.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7973790001124144 +Info 25163[11:49:59.473] Format host information updated +Info 25164[11:49:59.505] Format host information updated +Info 25165[11:49:59.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25166[11:49:59.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1591 structureChanged: false structureIsReused:: Completely Elapsed: 9.191851999610662ms +Info 25167[11:49:59.515] Different program with same set of files +Info 25168[11:49:59.768] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25169[11:49:59.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1592 structureChanged: false structureIsReused:: Completely Elapsed: 6.024472000077367ms +Info 25170[11:49:59.774] Different program with same set of files +Info 25171[11:49:59.774] getCompletionData: Get current token: 0.0016299998387694359 +Info 25172[11:49:59.774] getCompletionData: Is inside comment: 0.0007309997454285622 +Info 25173[11:49:59.774] getCompletionData: Get previous token: 0.006510000675916672 +Info 25174[11:49:59.774] getCompletionsAtPosition: isCompletionListBlocker: 0.005880999378859997 +Info 25175[11:49:59.775] getExportInfoMap: cache hit +Info 25176[11:49:59.777] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25177[11:49:59.777] collectAutoImports: response is complete +Info 25178[11:49:59.777] collectAutoImports: 2.1366980001330376 +Info 25179[11:49:59.777] getCompletionData: Semantic work: 2.5363429998978972 +Info 25180[11:49:59.778] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7715800004079938 +Info 25181[11:49:59.778] Format host information updated +Info 25182[11:49:59.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25183[11:49:59.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1593 structureChanged: false structureIsReused:: Completely Elapsed: 31.030863999389112ms +Info 25184[11:49:59.902] Different program with same set of files +Info 25185[11:49:59.902] getCompletionData: Get current token: 0.004239000380039215 +Info 25186[11:49:59.902] getCompletionData: Is inside comment: 0.0018730005249381065 +Info 25187[11:49:59.902] getCompletionData: Get previous token: 0.02038499992340803 +Info 25188[11:49:59.902] getCompletionsAtPosition: isCompletionListBlocker: 0.015212999656796455 +Info 25189[11:49:59.903] getExportInfoMap: cache hit +Info 25190[11:49:59.909] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25191[11:49:59.909] collectAutoImports: response is complete +Info 25192[11:49:59.909] collectAutoImports: 5.8784860000014305 +Info 25193[11:49:59.909] getCompletionData: Semantic work: 7.019334000535309 +Info 25194[11:49:59.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9231879999861121 +Info 25195[11:49:59.912] Format host information updated +Info 25196[11:50:00.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25197[11:50:00.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1594 structureChanged: false structureIsReused:: Completely Elapsed: 21.85485199932009ms +Info 25198[11:50:00.068] Different program with same set of files +Info 25199[11:50:00.068] getCompletionData: Get current token: 0.0033479994162917137 +Info 25200[11:50:00.068] getCompletionData: Is inside comment: 0.0014440007507801056 +Info 25201[11:50:00.068] getCompletionData: Get previous token: 0.014254000037908554 +Info 25202[11:50:00.068] getCompletionsAtPosition: isCompletionListBlocker: 0.012424999848008156 +Info 25203[11:50:00.069] getExportInfoMap: cache hit +Info 25204[11:50:00.074] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25205[11:50:00.074] collectAutoImports: response is complete +Info 25206[11:50:00.074] collectAutoImports: 4.707003000192344 +Info 25207[11:50:00.074] getCompletionData: Semantic work: 5.561049999669194 +Info 25208[11:50:00.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5208569997921586 +Info 25209[11:50:00.076] Format host information updated +Info 25210[11:50:00.110] Format host information updated +Info 25211[11:50:00.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25212[11:50:00.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1595 structureChanged: false structureIsReused:: Completely Elapsed: 10.911050000227988ms +Info 25213[11:50:00.121] Different program with same set of files +Info 25214[11:50:02.936] Format host information updated +Info 25215[11:50:02.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25216[11:50:02.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1596 structureChanged: false structureIsReused:: Completely Elapsed: 6.3770000003278255ms +Info 25217[11:50:02.943] Different program with same set of files +Info 25218[11:50:03.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25219[11:50:03.700] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1597 structureChanged: false structureIsReused:: Completely Elapsed: 6.067063000053167ms +Info 25220[11:50:03.700] Different program with same set of files +Info 25221[11:50:03.700] getCompletionData: Get current token: 0.0029440000653266907 +Info 25222[11:50:03.700] getCompletionData: Is inside comment: 0.00535499956458807 +Info 25223[11:50:03.700] getCompletionData: Get previous token: 0.004064000211656094 +Info 25224[11:50:03.700] getCompletionsAtPosition: isCompletionListBlocker: 0.006431999616324902 +Info 25225[11:50:03.700] getExportInfoMap: cache hit +Info 25226[11:50:03.710] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 25227[11:50:03.710] collectAutoImports: response is complete +Info 25228[11:50:03.710] collectAutoImports: 9.965925000607967 +Info 25229[11:50:03.710] getCompletionData: Semantic work: 10.430595999583602 +Info 25230[11:50:03.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.120722999796271 +Info 25231[11:50:03.719] Format host information updated +Info 25232[11:50:03.798] Format host information updated +Info 25233[11:50:03.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25234[11:50:03.804] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1598 structureChanged: false structureIsReused:: Completely Elapsed: 6.19582000002265ms +Info 25235[11:50:03.804] Different program with same set of files +Info 25236[11:50:04.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25237[11:50:04.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1599 structureChanged: false structureIsReused:: Completely Elapsed: 6.1125599993392825ms +Info 25238[11:50:04.006] Different program with same set of files +Info 25239[11:50:04.006] getCompletionData: Get current token: 0.0020850002765655518 +Info 25240[11:50:04.006] getCompletionData: Is inside comment: 0.00508899986743927 +Info 25241[11:50:04.006] getCompletionData: Get previous token: 0.009293999522924423 +Info 25242[11:50:04.006] getCompletionsAtPosition: isCompletionListBlocker: 0.008196000009775162 +Info 25243[11:50:04.007] getExportInfoMap: cache hit +Info 25244[11:50:04.011] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 25245[11:50:04.011] collectAutoImports: response is complete +Info 25246[11:50:04.011] collectAutoImports: 4.188683000393212 +Info 25247[11:50:04.011] getCompletionData: Semantic work: 4.716128000058234 +Info 25248[11:50:04.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.196140999905765 +Info 25249[11:50:04.014] Format host information updated +Info 25250[11:50:04.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25251[11:50:04.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1600 structureChanged: false structureIsReused:: Completely Elapsed: 6.124723999761045ms +Info 25252[11:50:04.091] Different program with same set of files +Info 25253[11:50:04.091] getCompletionData: Get current token: 0.0020050005987286568 +Info 25254[11:50:04.091] getCompletionData: Is inside comment: 0.004831000231206417 +Info 25255[11:50:04.091] getCompletionData: Get previous token: 0.009242000058293343 +Info 25256[11:50:04.091] getCompletionsAtPosition: isCompletionListBlocker: 0.0075599998235702515 +Info 25257[11:50:04.092] getExportInfoMap: cache hit +Info 25258[11:50:04.095] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 55 from cache +Info 25259[11:50:04.095] collectAutoImports: response is complete +Info 25260[11:50:04.095] collectAutoImports: 3.2875399999320507 +Info 25261[11:50:04.095] getCompletionData: Semantic work: 3.772999000735581 +Info 25262[11:50:04.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0483170002698898 +Info 25263[11:50:04.097] Format host information updated +Info 25264[11:50:04.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25265[11:50:04.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1601 structureChanged: false structureIsReused:: Completely Elapsed: 5.756284999661148ms +Info 25266[11:50:04.201] Different program with same set of files +Info 25267[11:50:04.201] getCompletionData: Get current token: 0.00163200031965971 +Info 25268[11:50:04.201] getCompletionData: Is inside comment: 0.0039470000192523 +Info 25269[11:50:04.201] getCompletionData: Get previous token: 0.007957999594509602 +Info 25270[11:50:04.201] getCompletionsAtPosition: isCompletionListBlocker: 0.006351999938488007 +Info 25271[11:50:04.201] getExportInfoMap: cache hit +Info 25272[11:50:04.204] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 5 from cache +Info 25273[11:50:04.204] collectAutoImports: response is complete +Info 25274[11:50:04.204] collectAutoImports: 2.3947520004585385 +Info 25275[11:50:04.204] getCompletionData: Semantic work: 2.8400370003655553 +Info 25276[11:50:04.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8222509995102882 +Info 25277[11:50:04.207] Format host information updated +Info 25278[11:50:04.358] Format host information updated +Info 25279[11:50:04.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25280[11:50:04.371] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1602 structureChanged: false structureIsReused:: Completely Elapsed: 11.961616999469697ms +Info 25281[11:50:04.371] Different program with same set of files +Info 25282[11:50:04.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25283[11:50:04.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1603 structureChanged: false structureIsReused:: Completely Elapsed: 6.595092999748886ms +Info 25284[11:50:04.493] Different program with same set of files +Info 25285[11:50:04.493] getCompletionData: Get current token: 0.0020249998196959496 +Info 25286[11:50:04.493] getCompletionData: Is inside comment: 0.00546799972653389 +Info 25287[11:50:04.493] getCompletionData: Get previous token: 0.004896000027656555 +Info 25288[11:50:04.493] getCompletionsAtPosition: isCompletionListBlocker: 0.006784000433981419 +Info 25289[11:50:04.494] getExportInfoMap: cache hit +Info 25290[11:50:04.506] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 25291[11:50:04.506] collectAutoImports: response is complete +Info 25292[11:50:04.506] collectAutoImports: 12.571014999412 +Info 25293[11:50:04.506] getCompletionData: Semantic work: 13.012729999609292 +Info 25294[11:50:04.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3142940001562238 +Info 25295[11:50:04.513] Format host information updated +Info 25296[11:50:04.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25297[11:50:04.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1604 structureChanged: false structureIsReused:: Completely Elapsed: 8.485228999517858ms +Info 25298[11:50:04.714] Different program with same set of files +Info 25299[11:50:04.714] getCompletionData: Get current token: 0.004322999157011509 +Info 25300[11:50:04.714] getCompletionData: Is inside comment: 0.006452000699937344 +Info 25301[11:50:04.714] getCompletionData: Get previous token: 0.005539000034332275 +Info 25302[11:50:04.714] getCompletionsAtPosition: isCompletionListBlocker: 0.006694999523460865 +Info 25303[11:50:04.715] getExportInfoMap: cache hit +Info 25304[11:50:04.724] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 25305[11:50:04.724] collectAutoImports: response is complete +Info 25306[11:50:04.724] collectAutoImports: 9.700472000055015 +Info 25307[11:50:04.724] getCompletionData: Semantic work: 10.181542000733316 +Info 25308[11:50:04.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1779859997332096 +Info 25309[11:50:04.730] Format host information updated +Info 25310[11:50:04.757] Format host information updated +Info 25311[11:50:04.758] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25312[11:50:04.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1605 structureChanged: false structureIsReused:: Completely Elapsed: 7.774516999721527ms +Info 25313[11:50:04.765] Different program with same set of files +Info 25314[11:50:04.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25315[11:50:04.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1606 structureChanged: false structureIsReused:: Completely Elapsed: 6.488892000168562ms +Info 25316[11:50:04.946] Different program with same set of files +Info 25317[11:50:04.946] getCompletionData: Get current token: 0.0041669998317956924 +Info 25318[11:50:04.946] getCompletionData: Is inside comment: 0.008714000694453716 +Info 25319[11:50:04.946] getCompletionData: Get previous token: 0.007603999227285385 +Info 25320[11:50:04.946] getCompletionsAtPosition: isCompletionListBlocker: 0.0025220001116394997 +Info 25321[11:50:04.947] getExportInfoMap: cache hit +Info 25322[11:50:04.958] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 25323[11:50:04.958] collectAutoImports: response is complete +Info 25324[11:50:04.958] collectAutoImports: 11.244330999441445 +Info 25325[11:50:04.958] getCompletionData: Semantic work: 11.757344000041485 +Info 25326[11:50:04.963] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.182850000448525 +Info 25327[11:50:04.966] Format host information updated +Info 25328[11:50:05.001] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25329[11:50:05.009] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1607 structureChanged: false structureIsReused:: Completely Elapsed: 8.105445000343025ms +Info 25330[11:50:05.009] Different program with same set of files +Info 25331[11:50:05.009] getCompletionData: Get current token: 0.0027240002527832985 +Info 25332[11:50:05.009] getCompletionData: Is inside comment: 0.009076000191271305 +Info 25333[11:50:05.009] getCompletionData: Get previous token: 0.006968999281525612 +Info 25334[11:50:05.009] getCompletionsAtPosition: isCompletionListBlocker: 0.008921000175178051 +Info 25335[11:50:05.010] getExportInfoMap: cache hit +Info 25336[11:50:05.026] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 25337[11:50:05.026] collectAutoImports: response is complete +Info 25338[11:50:05.026] collectAutoImports: 16.558774000033736 +Info 25339[11:50:05.026] getCompletionData: Semantic work: 17.11064700037241 +Info 25340[11:50:05.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.000644999556243 +Info 25341[11:50:05.033] Format host information updated +Info 25342[11:50:05.436] getCompletionData: Get current token: 0.003080999478697777 +Info 25343[11:50:05.436] getCompletionData: Is inside comment: 0.000932999886572361 +Info 25344[11:50:05.436] getCompletionData: Get previous token: 0.00939900055527687 +Info 25345[11:50:05.436] getCompletionsAtPosition: isCompletionListBlocker: 0.003373999148607254 +Info 25346[11:50:05.437] getExportInfoMap: cache hit +Info 25347[11:50:05.445] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 25348[11:50:05.445] collectAutoImports: response is complete +Info 25349[11:50:05.445] collectAutoImports: 8.032196000218391 +Info 25350[11:50:05.445] getCompletionData: Semantic work: 8.586165999993682 +Info 25351[11:50:05.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5367599995806813 +Info 25352[11:50:05.646] Format host information updated +Info 25353[11:50:05.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25354[11:50:05.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1608 structureChanged: false structureIsReused:: Completely Elapsed: 19.68018599972129ms +Info 25355[11:50:05.666] Different program with same set of files +Info 25356[11:50:06.637] Format host information updated +Info 25357[11:50:06.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25358[11:50:06.644] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1609 structureChanged: false structureIsReused:: Completely Elapsed: 6.492755000479519ms +Info 25359[11:50:06.644] Different program with same set of files +Info 25360[11:50:06.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25361[11:50:06.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1610 structureChanged: false structureIsReused:: Completely Elapsed: 6.12822899967432ms +Info 25362[11:50:06.975] Different program with same set of files +Info 25363[11:50:06.976] getCompletionData: Get current token: 0.0027059996500611305 +Info 25364[11:50:06.976] getCompletionData: Is inside comment: 0.004549999721348286 +Info 25365[11:50:06.976] getCompletionData: Get previous token: 0.0035919994115829468 +Info 25366[11:50:06.976] getCompletionsAtPosition: isCompletionListBlocker: 0.005578000098466873 +Info 25367[11:50:06.976] Returning an empty list because completion was requested in an invalid position. +Info 25368[11:50:06.976] Format host information updated +Info 25369[11:50:07.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25370[11:50:07.273] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1611 structureChanged: false structureIsReused:: Completely Elapsed: 8.851432999596ms +Info 25371[11:50:07.273] Different program with same set of files +Info 25372[11:50:07.273] getCompletionData: Get current token: 0.0010689999908208847 +Info 25373[11:50:07.273] getCompletionData: Is inside comment: 0.002663000486791134 +Info 25374[11:50:07.274] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 25375[11:50:07.274] Format host information updated +Info 25376[11:50:07.453] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25377[11:50:07.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1612 structureChanged: false structureIsReused:: Completely Elapsed: 5.7538470001891255ms +Info 25378[11:50:07.459] Different program with same set of files +Info 25379[11:50:07.459] getCompletionData: Get current token: 0.0012929998338222504 +Info 25380[11:50:07.459] getCompletionData: Is inside comment: 0.0035279998555779457 +Info 25381[11:50:07.459] Format host information updated +Info 25382[11:50:07.775] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25383[11:50:07.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1613 structureChanged: false structureIsReused:: Completely Elapsed: 8.387505000457168ms +Info 25384[11:50:07.784] Different program with same set of files +Info 25385[11:50:07.784] getCompletionData: Get current token: 0.0016259998083114624 +Info 25386[11:50:07.784] getCompletionData: Is inside comment: 0.004230000078678131 +Info 25387[11:50:07.784] Format host information updated +Info 25388[11:50:08.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25389[11:50:08.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1614 structureChanged: false structureIsReused:: Completely Elapsed: 5.836928999982774ms +Info 25390[11:50:08.012] Different program with same set of files +Info 25391[11:50:08.012] getCompletionData: Get current token: 0.0019899997860193253 +Info 25392[11:50:08.012] getCompletionData: Is inside comment: 0.00481100007891655 +Info 25393[11:50:08.012] getCompletionData: Get previous token: 0.0038649998605251312 +Info 25394[11:50:08.012] getCompletionsAtPosition: isCompletionListBlocker: 0.005700000561773777 +Info 25395[11:50:08.012] getExportInfoMap: cache hit +Info 25396[11:50:08.025] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 25397[11:50:08.025] collectAutoImports: response is complete +Info 25398[11:50:08.025] collectAutoImports: 12.402266000397503 +Info 25399[11:50:08.025] getCompletionData: Semantic work: 12.846443999558687 +Info 25400[11:50:08.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.504514000378549 +Info 25401[11:50:08.031] Format host information updated +Info 25402[11:50:08.478] getCompletionData: Get current token: 0.0018239999189972878 +Info 25403[11:50:08.478] getCompletionData: Is inside comment: 0.0045819999650120735 +Info 25404[11:50:09.175] Format host information updated +Info 25405[11:50:09.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25406[11:50:09.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1615 structureChanged: false structureIsReused:: Completely Elapsed: 8.297848999500275ms +Info 25407[11:50:09.184] Different program with same set of files +Info 25408[11:50:09.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25409[11:50:09.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1616 structureChanged: false structureIsReused:: Completely Elapsed: 6.228322999551892ms +Info 25410[11:50:09.266] Different program with same set of files +Info 25411[11:50:09.266] getCompletionData: Get current token: 0.0024800002574920654 +Info 25412[11:50:09.266] getCompletionData: Is inside comment: 0.006005000323057175 +Info 25413[11:50:09.267] Format host information updated +Info 25414[11:50:09.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25415[11:50:09.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1617 structureChanged: false structureIsReused:: Completely Elapsed: 5.927025999873877ms +Info 25416[11:50:09.501] Different program with same set of files +Info 25417[11:50:09.501] getCompletionData: Get current token: 0.0021039992570877075 +Info 25418[11:50:09.501] getCompletionData: Is inside comment: 0.005742999725043774 +Info 25419[11:50:09.501] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 25420[11:50:09.504] Format host information updated +Info 25421[11:50:09.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25422[11:50:09.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1618 structureChanged: false structureIsReused:: Completely Elapsed: 24.851847000420094ms +Info 25423[11:50:09.686] Different program with same set of files +Info 25424[11:50:09.687] getCompletionData: Get current token: 0.008547000586986542 +Info 25425[11:50:09.687] getCompletionData: Is inside comment: 0.0255749998614192 +Info 25426[11:50:09.687] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 25427[11:50:09.687] Format host information updated +Info 25428[11:50:09.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25429[11:50:09.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1619 structureChanged: false structureIsReused:: Completely Elapsed: 23.0659750001505ms +Info 25430[11:50:09.775] Different program with same set of files +Info 25431[11:50:09.775] getCompletionData: Get current token: 0.009037000127136707 +Info 25432[11:50:09.775] getCompletionData: Is inside comment: 0.026639999821782112 +Info 25433[11:50:09.776] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 25434[11:50:09.782] Format host information updated +Info 25435[11:50:09.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25436[11:50:09.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1620 structureChanged: false structureIsReused:: Completely Elapsed: 22.79390300065279ms +Info 25437[11:50:09.853] Different program with same set of files +Info 25438[11:50:09.853] getCompletionData: Get current token: 0.009231999516487122 +Info 25439[11:50:09.853] getCompletionData: Is inside comment: 0.02638900000602007 +Info 25440[11:50:09.853] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 25441[11:50:09.854] Format host information updated +Info 25442[11:50:09.920] Format host information updated +Info 25443[11:50:09.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25444[11:50:09.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1621 structureChanged: false structureIsReused:: Completely Elapsed: 20.586120000109076ms +Info 25445[11:50:09.941] Different program with same set of files +Info 25446[11:50:10.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25447[11:50:10.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1622 structureChanged: false structureIsReused:: Completely Elapsed: 8.263755000196397ms +Info 25448[11:50:10.436] Different program with same set of files +Info 25449[11:50:10.436] getCompletionData: Get current token: 0.0019249999895691872 +Info 25450[11:50:10.436] getCompletionData: Is inside comment: 0.006262999959290028 +Info 25451[11:50:10.436] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 25452[11:50:10.437] Format host information updated +Info 25453[11:50:10.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25454[11:50:10.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1623 structureChanged: false structureIsReused:: Completely Elapsed: 6.268680999986827ms +Info 25455[11:50:10.494] Different program with same set of files +Info 25456[11:50:10.494] getCompletionData: Get current token: 0.0027330005541443825 +Info 25457[11:50:10.494] getCompletionData: Is inside comment: 0.0087890001013875 +Info 25458[11:50:10.494] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 25459[11:50:10.497] Format host information updated +Info 25460[11:50:10.573] Format host information updated +Info 25461[11:50:10.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25462[11:50:10.579] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1624 structureChanged: false structureIsReused:: Completely Elapsed: 5.765611000359058ms +Info 25463[11:50:10.579] Different program with same set of files +Info 25464[11:50:11.146] getCompletionData: Get current token: 0.0030070003122091293 +Info 25465[11:50:11.146] getCompletionData: Is inside comment: 0.027471999637782574 +Info 25466[11:50:11.146] getCompletionData: Get previous token: 0.005003000609576702 +Info 25467[11:50:11.146] getCompletionsAtPosition: isCompletionListBlocker: 0.0030479999259114265 +Info 25468[11:50:11.147] getExportInfoMap: cache hit +Info 25469[11:50:11.160] collectAutoImports: resolved 1 module specifiers, plus 175 ambient and 1054 from cache +Info 25470[11:50:11.160] collectAutoImports: response is complete +Info 25471[11:50:11.160] collectAutoImports: 13.007890000008047 +Info 25472[11:50:11.160] getCompletionData: Semantic work: 13.797546999529004 +Info 25473[11:50:11.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8260490000247955 +Info 25474[11:50:11.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25475[11:50:11.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1625 structureChanged: false structureIsReused:: Completely Elapsed: 7.433730999939144ms +Info 25476[11:50:11.487] Different program with same set of files +Info 25477[11:50:11.487] getCompletionData: Get current token: 0.003666999749839306 +Info 25478[11:50:11.487] getCompletionData: Is inside comment: 0.008065000176429749 +Info 25479[11:50:11.487] getCompletionData: Get previous token: 0.005993000231683254 +Info 25480[11:50:11.487] getCompletionsAtPosition: isCompletionListBlocker: 0.0013439999893307686 +Info 25481[11:50:11.487] Returning an empty list because completion was requested in an invalid position. +Info 25482[11:50:11.487] Format host information updated +Info 25483[11:50:11.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25484[11:50:11.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1626 structureChanged: false structureIsReused:: Completely Elapsed: 8.126137000508606ms +Info 25485[11:50:11.606] Different program with same set of files +Info 25486[11:50:11.606] getCompletionData: Get current token: 0.003352000378072262 +Info 25487[11:50:11.606] getCompletionData: Is inside comment: 0.02913600020110607 +Info 25488[11:50:11.606] getCompletionData: Get previous token: 0.0077320002019405365 +Info 25489[11:50:11.606] getCompletionsAtPosition: isCompletionListBlocker: 0.011548000387847424 +Info 25490[11:50:11.607] getExportInfoMap: cache hit +Info 25491[11:50:11.618] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25492[11:50:11.618] collectAutoImports: response is complete +Info 25493[11:50:11.618] collectAutoImports: 11.00788199994713 +Info 25494[11:50:11.618] getCompletionData: Semantic work: 11.485044999979436 +Info 25495[11:50:11.623] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.135037999600172 +Info 25496[11:50:11.628] Format host information updated +Info 25497[11:50:11.991] getCompletionData: Get current token: 0.002905000001192093 +Info 25498[11:50:11.991] getCompletionData: Is inside comment: 0.006338000297546387 +Info 25499[11:50:11.991] getCompletionData: Get previous token: 0.004604999907314777 +Info 25500[11:50:11.991] getCompletionsAtPosition: isCompletionListBlocker: 0.0015019997954368591 +Info 25501[11:50:11.991] Returning an empty list because completion was requested in an invalid position. +Info 25502[11:50:13.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25503[11:50:13.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1627 structureChanged: false structureIsReused:: Completely Elapsed: 6.114876999519765ms +Info 25504[11:50:13.006] Different program with same set of files +Info 25505[11:50:13.006] getCompletionData: Get current token: 0.0026650000363588333 +Info 25506[11:50:13.006] getCompletionData: Is inside comment: 0.006994000636041164 +Info 25507[11:50:13.006] getCompletionData: Get previous token: 0.0044929999858140945 +Info 25508[11:50:13.006] getCompletionsAtPosition: isCompletionListBlocker: 0.002120000310242176 +Info 25509[11:50:13.007] getExportInfoMap: cache hit +Info 25510[11:50:13.018] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25511[11:50:13.018] collectAutoImports: response is complete +Info 25512[11:50:13.018] collectAutoImports: 11.566929999738932 +Info 25513[11:50:13.018] getCompletionData: Semantic work: 12.053317000158131 +Info 25514[11:50:13.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.568328999914229 +Info 25515[11:50:13.026] Format host information updated +Info 25516[11:50:13.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25517[11:50:13.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1628 structureChanged: false structureIsReused:: Completely Elapsed: 6.182842000387609ms +Info 25518[11:50:13.176] Different program with same set of files +Info 25519[11:50:13.176] getCompletionData: Get current token: 0.00344299990683794 +Info 25520[11:50:13.176] getCompletionData: Is inside comment: 0.00751199945807457 +Info 25521[11:50:13.176] getCompletionData: Get previous token: 0.005163000896573067 +Info 25522[11:50:13.176] getCompletionsAtPosition: isCompletionListBlocker: 0.002816000021994114 +Info 25523[11:50:13.176] getExportInfoMap: cache hit +Info 25524[11:50:13.188] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25525[11:50:13.188] collectAutoImports: response is complete +Info 25526[11:50:13.188] collectAutoImports: 12.032828000374138 +Info 25527[11:50:13.188] getCompletionData: Semantic work: 12.492693000473082 +Info 25528[11:50:13.193] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.925362000241876 +Info 25529[11:50:13.197] Format host information updated +Info 25530[11:50:13.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25531[11:50:13.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1629 structureChanged: false structureIsReused:: Completely Elapsed: 8.262873000465333ms +Info 25532[11:50:13.252] Different program with same set of files +Info 25533[11:50:13.252] getCompletionData: Get current token: 0.002739999443292618 +Info 25534[11:50:13.252] getCompletionData: Is inside comment: 0.006732000038027763 +Info 25535[11:50:13.252] getCompletionData: Get previous token: 0.004981999285519123 +Info 25536[11:50:13.252] getCompletionsAtPosition: isCompletionListBlocker: 0.006664999760687351 +Info 25537[11:50:13.252] getExportInfoMap: cache hit +Info 25538[11:50:13.264] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25539[11:50:13.264] collectAutoImports: response is complete +Info 25540[11:50:13.264] collectAutoImports: 11.259065999649465 +Info 25541[11:50:13.264] getCompletionData: Semantic work: 11.670416000299156 +Info 25542[11:50:13.268] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.398306000046432 +Info 25543[11:50:13.271] Format host information updated +Info 25544[11:50:13.522] getCompletionData: Get current token: 0.0039900001138448715 +Info 25545[11:50:13.522] getCompletionData: Is inside comment: 0.008586999960243702 +Info 25546[11:50:13.522] getCompletionData: Get previous token: 0.00632300041615963 +Info 25547[11:50:13.522] getCompletionsAtPosition: isCompletionListBlocker: 0.0021799998357892036 +Info 25548[11:50:13.522] Returning an empty list because completion was requested in an invalid position. +Info 25549[11:50:13.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25550[11:50:13.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1630 structureChanged: false structureIsReused:: Completely Elapsed: 8.27479000017047ms +Info 25551[11:50:13.741] Different program with same set of files +Info 25552[11:50:13.741] getCompletionData: Get current token: 0.002948000095784664 +Info 25553[11:50:13.741] getCompletionData: Is inside comment: 0.007759000174701214 +Info 25554[11:50:13.741] getCompletionData: Get previous token: 0.029083000496029854 +Info 25555[11:50:13.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0034710001200437546 +Info 25556[11:50:13.742] getExportInfoMap: cache hit +Info 25557[11:50:13.745] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 121 from cache +Info 25558[11:50:13.745] collectAutoImports: response is complete +Info 25559[11:50:13.745] collectAutoImports: 3.421012000180781 +Info 25560[11:50:13.745] getCompletionData: Semantic work: 3.9071650002151728 +Info 25561[11:50:13.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.063190999440849 +Info 25562[11:50:13.748] Format host information updated +Info 25563[11:50:14.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25564[11:50:14.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1631 structureChanged: false structureIsReused:: Completely Elapsed: 6.292315999977291ms +Info 25565[11:50:14.171] Different program with same set of files +Info 25566[11:50:14.171] getCompletionData: Get current token: 0.0033650007098913193 +Info 25567[11:50:14.171] getCompletionData: Is inside comment: 0.008786000311374664 +Info 25568[11:50:14.171] getCompletionData: Get previous token: 0.0066979993134737015 +Info 25569[11:50:14.171] getCompletionsAtPosition: isCompletionListBlocker: 0.002652999944984913 +Info 25570[11:50:14.171] getExportInfoMap: cache hit +Info 25571[11:50:14.184] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25572[11:50:14.184] collectAutoImports: response is complete +Info 25573[11:50:14.184] collectAutoImports: 12.853949999436736 +Info 25574[11:50:14.184] getCompletionData: Semantic work: 13.320636000484228 +Info 25575[11:50:14.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.223462000489235 +Info 25576[11:50:14.194] Format host information updated +Info 25577[11:50:14.317] Format host information updated +Info 25578[11:50:14.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25579[11:50:14.325] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1632 structureChanged: false structureIsReused:: Completely Elapsed: 7.529900999739766ms +Info 25580[11:50:14.325] Different program with same set of files +Info 25581[11:50:14.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25582[11:50:14.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1633 structureChanged: false structureIsReused:: Completely Elapsed: 17.03098399937153ms +Info 25583[11:50:14.636] Different program with same set of files +Info 25584[11:50:14.637] getCompletionData: Get current token: 0.013879000209271908 +Info 25585[11:50:14.637] getCompletionData: Is inside comment: 0.0417689997702837 +Info 25586[11:50:14.637] getCompletionData: Get previous token: 0.06613299995660782 +Info 25587[11:50:14.637] getCompletionsAtPosition: isCompletionListBlocker: 0.0062749991193413734 +Info 25588[11:50:14.639] getExportInfoMap: cache hit +Info 25589[11:50:14.650] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 121 from cache +Info 25590[11:50:14.650] collectAutoImports: response is complete +Info 25591[11:50:14.650] collectAutoImports: 10.435930999927223 +Info 25592[11:50:14.650] getCompletionData: Semantic work: 12.883345999754965 +Info 25593[11:50:14.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.0783420000225306 +Info 25594[11:50:14.658] Format host information updated +Info 25595[11:50:14.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25596[11:50:14.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1634 structureChanged: false structureIsReused:: Completely Elapsed: 7.097505999729037ms +Info 25597[11:50:14.784] Different program with same set of files +Info 25598[11:50:14.784] getCompletionData: Get current token: 0.0033729998394846916 +Info 25599[11:50:14.784] getCompletionData: Is inside comment: 0.00914200022816658 +Info 25600[11:50:14.784] getCompletionData: Get previous token: 0.013427999801933765 +Info 25601[11:50:14.785] getCompletionsAtPosition: isCompletionListBlocker: 0.002372000366449356 +Info 25602[11:50:14.785] getExportInfoMap: cache hit +Info 25603[11:50:14.788] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 20 from cache +Info 25604[11:50:14.788] collectAutoImports: response is complete +Info 25605[11:50:14.788] collectAutoImports: 2.560312000103295 +Info 25606[11:50:14.788] getCompletionData: Semantic work: 3.013691999949515 +Info 25607[11:50:14.789] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8561929995194077 +Info 25608[11:50:14.790] Format host information updated +Info 25609[11:50:15.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25610[11:50:15.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1635 structureChanged: false structureIsReused:: Completely Elapsed: 9.109109999611974ms +Info 25611[11:50:15.021] Different program with same set of files +Info 25612[11:50:15.021] getCompletionData: Get current token: 0.0033640004694461823 +Info 25613[11:50:15.021] getCompletionData: Is inside comment: 0.02479800023138523 +Info 25614[11:50:15.021] getCompletionData: Get previous token: 0.012356000021100044 +Info 25615[11:50:15.021] getCompletionsAtPosition: isCompletionListBlocker: 0.00255499966442585 +Info 25616[11:50:15.022] getExportInfoMap: cache hit +Info 25617[11:50:15.035] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25618[11:50:15.035] collectAutoImports: response is complete +Info 25619[11:50:15.035] collectAutoImports: 12.76140100043267 +Info 25620[11:50:15.035] getCompletionData: Semantic work: 13.26955800037831 +Info 25621[11:50:15.045] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.106521999463439 +Info 25622[11:50:15.049] Format host information updated +Info 25623[11:50:15.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25624[11:50:15.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1636 structureChanged: false structureIsReused:: Completely Elapsed: 7.817330999299884ms +Info 25625[11:50:15.281] Different program with same set of files +Info 25626[11:50:15.281] getCompletionData: Get current token: 0.0028089992702007294 +Info 25627[11:50:15.281] getCompletionData: Is inside comment: 0.00901199970394373 +Info 25628[11:50:15.281] getCompletionData: Get previous token: 0.01382100023329258 +Info 25629[11:50:15.281] getCompletionsAtPosition: isCompletionListBlocker: 0.002641999162733555 +Info 25630[11:50:15.282] getExportInfoMap: cache hit +Info 25631[11:50:15.286] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 25632[11:50:15.286] collectAutoImports: response is complete +Info 25633[11:50:15.286] collectAutoImports: 4.35024300031364 +Info 25634[11:50:15.286] getCompletionData: Semantic work: 4.818433000706136 +Info 25635[11:50:15.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1753730000928044 +Info 25636[11:50:15.290] Format host information updated +Info 25637[11:50:15.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25638[11:50:15.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1637 structureChanged: false structureIsReused:: Completely Elapsed: 8.093572999350727ms +Info 25639[11:50:15.349] Different program with same set of files +Info 25640[11:50:15.349] getCompletionData: Get current token: 0.004013000056147575 +Info 25641[11:50:15.349] getCompletionData: Is inside comment: 0.012531999498605728 +Info 25642[11:50:15.349] getCompletionData: Get previous token: 0.0199019992724061 +Info 25643[11:50:15.349] getCompletionsAtPosition: isCompletionListBlocker: 0.0033340007066726685 +Info 25644[11:50:15.350] getExportInfoMap: cache hit +Info 25645[11:50:15.356] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 25646[11:50:15.356] collectAutoImports: response is complete +Info 25647[11:50:15.356] collectAutoImports: 5.57056999951601 +Info 25648[11:50:15.356] getCompletionData: Semantic work: 6.387339999899268 +Info 25649[11:50:15.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6439979998394847 +Info 25650[11:50:15.360] Format host information updated +Info 25651[11:50:15.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25652[11:50:15.543] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1638 structureChanged: false structureIsReused:: Completely Elapsed: 6.499734000302851ms +Info 25653[11:50:15.543] Different program with same set of files +Info 25654[11:50:15.543] getCompletionData: Get current token: 0.0030580004677176476 +Info 25655[11:50:15.543] getCompletionData: Is inside comment: 0.009372999891638756 +Info 25656[11:50:15.543] getCompletionData: Get previous token: 0.04759699944406748 +Info 25657[11:50:15.543] getCompletionsAtPosition: isCompletionListBlocker: 0.0029420005157589912 +Info 25658[11:50:15.544] getExportInfoMap: cache hit +Info 25659[11:50:15.549] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 25660[11:50:15.549] collectAutoImports: response is complete +Info 25661[11:50:15.549] collectAutoImports: 5.7502889996394515 +Info 25662[11:50:15.549] getCompletionData: Semantic work: 6.207767999731004 +Info 25663[11:50:15.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0918450001627207 +Info 25664[11:50:15.554] Format host information updated +Info 25665[11:50:15.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25666[11:50:15.677] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1639 structureChanged: false structureIsReused:: Completely Elapsed: 23.86745799984783ms +Info 25667[11:50:15.677] Different program with same set of files +Info 25668[11:50:15.678] getCompletionData: Get current token: 0.010681000538170338 +Info 25669[11:50:15.678] getCompletionData: Is inside comment: 0.031002999283373356 +Info 25670[11:50:15.678] getCompletionData: Get previous token: 0.09672999940812588 +Info 25671[11:50:15.678] getCompletionsAtPosition: isCompletionListBlocker: 0.007322999648749828 +Info 25672[11:50:15.679] getExportInfoMap: cache hit +Info 25673[11:50:15.699] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25674[11:50:15.699] collectAutoImports: response is complete +Info 25675[11:50:15.699] collectAutoImports: 20.29580399952829 +Info 25676[11:50:15.699] getCompletionData: Semantic work: 21.606576000340283 +Info 25677[11:50:15.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.988262000493705 +Info 25678[11:50:15.712] Format host information updated +Info 25679[11:50:15.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25680[11:50:15.723] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1640 structureChanged: false structureIsReused:: Completely Elapsed: 7.0382349994033575ms +Info 25681[11:50:15.723] Different program with same set of files +Info 25682[11:50:15.723] getCompletionData: Get current token: 0.005998999811708927 +Info 25683[11:50:15.723] getCompletionData: Is inside comment: 0.015859000384807587 +Info 25684[11:50:15.723] getCompletionData: Get previous token: 0.012013000436127186 +Info 25685[11:50:15.723] getCompletionsAtPosition: isCompletionListBlocker: 0.008810000494122505 +Info 25686[11:50:15.724] getExportInfoMap: cache hit +Info 25687[11:50:15.738] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25688[11:50:15.738] collectAutoImports: response is complete +Info 25689[11:50:15.738] collectAutoImports: 14.3997299997136 +Info 25690[11:50:15.738] getCompletionData: Semantic work: 15.214565999805927 +Info 25691[11:50:15.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.625088000670075 +Info 25692[11:50:15.747] Format host information updated +Info 25693[11:50:15.830] Format host information updated +Info 25694[11:50:15.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25695[11:50:15.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1641 structureChanged: false structureIsReused:: Completely Elapsed: 6.94440000038594ms +Info 25696[11:50:15.837] Different program with same set of files +Info 25697[11:50:15.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25698[11:50:15.986] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1642 structureChanged: false structureIsReused:: Completely Elapsed: 9.762672999873757ms +Info 25699[11:50:15.986] Different program with same set of files +Info 25700[11:50:15.986] getCompletionData: Get current token: 0.0030970005318522453 +Info 25701[11:50:15.986] getCompletionData: Is inside comment: 0.00956099946051836 +Info 25702[11:50:15.986] getCompletionData: Get previous token: 0.014436999335885048 +Info 25703[11:50:15.986] getCompletionsAtPosition: isCompletionListBlocker: 0.0035340003669261932 +Info 25704[11:50:15.986] getExportInfoMap: cache hit +Info 25705[11:50:15.990] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 25706[11:50:15.990] collectAutoImports: response is complete +Info 25707[11:50:15.990] collectAutoImports: 3.9251129999756813 +Info 25708[11:50:15.990] getCompletionData: Semantic work: 4.490263000130653 +Info 25709[11:50:15.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1126180002465844 +Info 25710[11:50:15.994] Format host information updated +Info 25711[11:50:16.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25712[11:50:16.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1643 structureChanged: false structureIsReused:: Completely Elapsed: 6.970278000459075ms +Info 25713[11:50:16.078] Different program with same set of files +Info 25714[11:50:16.078] getCompletionData: Get current token: 0.0031929994001984596 +Info 25715[11:50:16.078] getCompletionData: Is inside comment: 0.009728999808430672 +Info 25716[11:50:16.078] getCompletionData: Get previous token: 0.01623000018298626 +Info 25717[11:50:16.078] getCompletionsAtPosition: isCompletionListBlocker: 0.003674999810755253 +Info 25718[11:50:16.079] getExportInfoMap: cache hit +Info 25719[11:50:16.082] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 25720[11:50:16.082] collectAutoImports: response is complete +Info 25721[11:50:16.082] collectAutoImports: 3.672670000232756 +Info 25722[11:50:16.082] getCompletionData: Semantic work: 4.163283000700176 +Info 25723[11:50:16.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.052416999824345 +Info 25724[11:50:16.086] Format host information updated +Info 25725[11:50:16.162] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25726[11:50:16.187] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1644 structureChanged: false structureIsReused:: Completely Elapsed: 25.216028000228107ms +Info 25727[11:50:16.187] Different program with same set of files +Info 25728[11:50:16.188] getCompletionData: Get current token: 0.013492000289261341 +Info 25729[11:50:16.188] getCompletionData: Is inside comment: 0.04472399968653917 +Info 25730[11:50:16.188] getCompletionData: Get previous token: 0.06969100050628185 +Info 25731[11:50:16.188] getCompletionsAtPosition: isCompletionListBlocker: 0.011550999246537685 +Info 25732[11:50:16.189] getExportInfoMap: cache hit +Info 25733[11:50:16.197] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 25734[11:50:16.197] collectAutoImports: response is complete +Info 25735[11:50:16.197] collectAutoImports: 7.716569999232888 +Info 25736[11:50:16.197] getCompletionData: Semantic work: 9.090180999599397 +Info 25737[11:50:16.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7315020002424717 +Info 25738[11:50:16.202] Format host information updated +Info 25739[11:50:16.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25740[11:50:16.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1645 structureChanged: false structureIsReused:: Completely Elapsed: 9.1557130003348ms +Info 25741[11:50:16.249] Different program with same set of files +Info 25742[11:50:16.249] getCompletionData: Get current token: 0.004573000594973564 +Info 25743[11:50:16.250] getCompletionData: Is inside comment: 0.014912000857293606 +Info 25744[11:50:16.250] getCompletionData: Get previous token: 0.023605000227689743 +Info 25745[11:50:16.250] getCompletionsAtPosition: isCompletionListBlocker: 0.004747000522911549 +Info 25746[11:50:16.250] getExportInfoMap: cache hit +Info 25747[11:50:16.254] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 25748[11:50:16.254] collectAutoImports: response is complete +Info 25749[11:50:16.254] collectAutoImports: 3.8527579996734858 +Info 25750[11:50:16.254] getCompletionData: Semantic work: 4.641973000019789 +Info 25751[11:50:16.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7513870000839233 +Info 25752[11:50:16.260] Format host information updated +Info 25753[11:50:16.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25754[11:50:16.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1646 structureChanged: false structureIsReused:: Completely Elapsed: 15.40117699932307ms +Info 25755[11:50:16.328] Different program with same set of files +Info 25756[11:50:16.328] getCompletionData: Get current token: 0.009167000651359558 +Info 25757[11:50:16.328] getCompletionData: Is inside comment: 0.026146000251173973 +Info 25758[11:50:16.328] getCompletionData: Get previous token: 0.04313699994236231 +Info 25759[11:50:16.328] getCompletionsAtPosition: isCompletionListBlocker: 0.007432000711560249 +Info 25760[11:50:16.329] getExportInfoMap: cache hit +Info 25761[11:50:16.351] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25762[11:50:16.351] collectAutoImports: response is complete +Info 25763[11:50:16.351] collectAutoImports: 21.32897699996829 +Info 25764[11:50:16.351] getCompletionData: Semantic work: 22.32433099951595 +Info 25765[11:50:16.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.859415999613702 +Info 25766[11:50:16.361] Format host information updated +Info 25767[11:50:16.912] getCompletionData: Get current token: 0.0031530000269412994 +Info 25768[11:50:16.912] getCompletionData: Is inside comment: 0.007372000254690647 +Info 25769[11:50:16.912] getCompletionData: Get previous token: 0.0054259998723864555 +Info 25770[11:50:16.912] getCompletionsAtPosition: isCompletionListBlocker: 0.008350000716745853 +Info 25771[11:50:16.912] getExportInfoMap: cache hit +Info 25772[11:50:16.920] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25773[11:50:16.920] collectAutoImports: response is complete +Info 25774[11:50:16.920] collectAutoImports: 8.011132000014186 +Info 25775[11:50:16.920] getCompletionData: Semantic work: 8.487583000212908 +Info 25776[11:50:16.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.134504999965429 +Info 25777[11:50:17.428] getCompletionData: Get current token: 0.002855999395251274 +Info 25778[11:50:17.428] getCompletionData: Is inside comment: 0.008322999812662601 +Info 25779[11:50:17.428] getCompletionData: Get previous token: 0.013164999894797802 +Info 25780[11:50:17.428] getCompletionsAtPosition: isCompletionListBlocker: 0.009402000345289707 +Info 25781[11:50:17.429] getExportInfoMap: cache hit +Info 25782[11:50:17.437] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25783[11:50:17.437] collectAutoImports: response is complete +Info 25784[11:50:17.437] collectAutoImports: 8.101354000158608 +Info 25785[11:50:17.437] getCompletionData: Semantic work: 8.53832000028342 +Info 25786[11:50:17.441] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.029469000175595 +Info 25787[11:50:17.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25788[11:50:17.658] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1647 structureChanged: false structureIsReused:: Completely Elapsed: 7.9797470001503825ms +Info 25789[11:50:17.658] Different program with same set of files +Info 25790[11:50:17.658] getCompletionData: Get current token: 0.0032270001247525215 +Info 25791[11:50:17.658] getCompletionData: Is inside comment: 0.009831000119447708 +Info 25792[11:50:17.658] getCompletionData: Get previous token: 0.007348999381065369 +Info 25793[11:50:17.658] getCompletionsAtPosition: isCompletionListBlocker: 0.007598999887704849 +Info 25794[11:50:17.658] getExportInfoMap: cache hit +Info 25795[11:50:17.668] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25796[11:50:17.668] collectAutoImports: response is complete +Info 25797[11:50:17.668] collectAutoImports: 9.655066999606788 +Info 25798[11:50:17.668] getCompletionData: Semantic work: 10.11166200041771 +Info 25799[11:50:17.673] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.497471999377012 +Info 25800[11:50:17.677] Format host information updated +Info 25801[11:50:17.986] getCompletionData: Get current token: 0.0027219997718930244 +Info 25802[11:50:17.986] getCompletionData: Is inside comment: 0.007626999169588089 +Info 25803[11:50:17.986] getCompletionData: Get previous token: 0.005205000750720501 +Info 25804[11:50:17.986] getCompletionsAtPosition: isCompletionListBlocker: 0.007980999536812305 +Info 25805[11:50:17.987] getExportInfoMap: cache hit +Info 25806[11:50:17.995] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25807[11:50:17.995] collectAutoImports: response is complete +Info 25808[11:50:17.995] collectAutoImports: 8.32799299992621 +Info 25809[11:50:17.995] getCompletionData: Semantic work: 8.874044000171125 +Info 25810[11:50:18.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.440441000275314 +Info 25811[11:50:18.121] Format host information updated +Info 25812[11:50:18.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25813[11:50:18.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1648 structureChanged: false structureIsReused:: Completely Elapsed: 8.06216700002551ms +Info 25814[11:50:18.129] Different program with same set of files +Info 25815[11:50:18.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25816[11:50:18.261] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1649 structureChanged: false structureIsReused:: Completely Elapsed: 6.229964000172913ms +Info 25817[11:50:18.261] Different program with same set of files +Info 25818[11:50:18.261] getCompletionData: Get current token: 0.0031300000846385956 +Info 25819[11:50:18.261] getCompletionData: Is inside comment: 0.007388000376522541 +Info 25820[11:50:18.261] getCompletionData: Get previous token: 0.00550099927932024 +Info 25821[11:50:18.261] getCompletionsAtPosition: isCompletionListBlocker: 0.005894999951124191 +Info 25822[11:50:18.262] getExportInfoMap: cache hit +Info 25823[11:50:18.272] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25824[11:50:18.272] collectAutoImports: response is complete +Info 25825[11:50:18.272] collectAutoImports: 10.672704000025988 +Info 25826[11:50:18.272] getCompletionData: Semantic work: 11.076307999901474 +Info 25827[11:50:18.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.301647000014782 +Info 25828[11:50:18.280] Format host information updated +Info 25829[11:50:18.429] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25830[11:50:18.437] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1650 structureChanged: false structureIsReused:: Completely Elapsed: 8.525636999867857ms +Info 25831[11:50:18.437] Different program with same set of files +Info 25832[11:50:18.437] getCompletionData: Get current token: 0.003972999751567841 +Info 25833[11:50:18.437] getCompletionData: Is inside comment: 0.010559000074863434 +Info 25834[11:50:18.437] getCompletionData: Get previous token: 0.008615999482572079 +Info 25835[11:50:18.437] getCompletionsAtPosition: isCompletionListBlocker: 0.008085000328719616 +Info 25836[11:50:18.438] getExportInfoMap: cache hit +Info 25837[11:50:18.450] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25838[11:50:18.450] collectAutoImports: response is complete +Info 25839[11:50:18.450] collectAutoImports: 12.366077000275254 +Info 25840[11:50:18.450] getCompletionData: Semantic work: 12.89939699973911 +Info 25841[11:50:18.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.640168000012636 +Info 25842[11:50:18.460] Format host information updated +Info 25843[11:50:18.500] Format host information updated +Info 25844[11:50:18.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25845[11:50:18.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1651 structureChanged: false structureIsReused:: Completely Elapsed: 6.772823999635875ms +Info 25846[11:50:18.507] Different program with same set of files +Info 25847[11:50:18.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25848[11:50:18.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1652 structureChanged: false structureIsReused:: Completely Elapsed: 11.130416000261903ms +Info 25849[11:50:18.789] Different program with same set of files +Info 25850[11:50:18.789] getCompletionData: Get current token: 0.00521400012075901 +Info 25851[11:50:18.789] getCompletionData: Is inside comment: 0.01602800004184246 +Info 25852[11:50:18.789] getCompletionData: Get previous token: 0.020161000080406666 +Info 25853[11:50:18.789] getCompletionsAtPosition: isCompletionListBlocker: 0.010684000328183174 +Info 25854[11:50:18.790] getExportInfoMap: cache hit +Info 25855[11:50:18.797] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 84 from cache +Info 25856[11:50:18.797] collectAutoImports: response is complete +Info 25857[11:50:18.797] collectAutoImports: 6.910166000016034 +Info 25858[11:50:18.797] getCompletionData: Semantic work: 7.666125999763608 +Info 25859[11:50:18.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3797460002824664 +Info 25860[11:50:18.802] Format host information updated +Info 25861[11:50:18.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25862[11:50:18.891] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1653 structureChanged: false structureIsReused:: Completely Elapsed: 6.903877999633551ms +Info 25863[11:50:18.891] Different program with same set of files +Info 25864[11:50:18.892] getCompletionData: Get current token: 0.003487999550998211 +Info 25865[11:50:18.892] getCompletionData: Is inside comment: 0.00975900050252676 +Info 25866[11:50:18.892] getCompletionData: Get previous token: 0.014070999808609486 +Info 25867[11:50:18.892] getCompletionsAtPosition: isCompletionListBlocker: 0.006895999424159527 +Info 25868[11:50:18.894] getExportInfoMap: cache hit +Info 25869[11:50:18.898] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 83 from cache +Info 25870[11:50:18.898] collectAutoImports: response is complete +Info 25871[11:50:18.898] collectAutoImports: 4.316150999628007 +Info 25872[11:50:18.898] getCompletionData: Semantic work: 6.50876700039953 +Info 25873[11:50:18.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.202569999732077 +Info 25874[11:50:18.902] Format host information updated +Info 25875[11:50:19.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25876[11:50:19.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1654 structureChanged: false structureIsReused:: Completely Elapsed: 6.441944999620318ms +Info 25877[11:50:19.092] Different program with same set of files +Info 25878[11:50:19.092] getCompletionData: Get current token: 0.002562999725341797 +Info 25879[11:50:19.092] getCompletionData: Is inside comment: 0.007376000285148621 +Info 25880[11:50:19.092] getCompletionData: Get previous token: 0.010360999964177608 +Info 25881[11:50:19.092] getCompletionsAtPosition: isCompletionListBlocker: 0.006358000449836254 +Info 25882[11:50:19.093] getExportInfoMap: cache hit +Info 25883[11:50:19.095] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 25 from cache +Info 25884[11:50:19.095] collectAutoImports: response is complete +Info 25885[11:50:19.095] collectAutoImports: 2.7667609993368387 +Info 25886[11:50:19.095] getCompletionData: Semantic work: 3.1709580002352595 +Info 25887[11:50:19.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.717216000892222 +Info 25888[11:50:19.099] Format host information updated +Info 25889[11:50:19.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25890[11:50:19.343] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1655 structureChanged: false structureIsReused:: Completely Elapsed: 6.815329999662936ms +Info 25891[11:50:19.343] Different program with same set of files +Info 25892[11:50:19.344] getCompletionData: Get current token: 0.0024730004370212555 +Info 25893[11:50:19.344] getCompletionData: Is inside comment: 0.007162000052630901 +Info 25894[11:50:19.344] getCompletionData: Get previous token: 0.009681999683380127 +Info 25895[11:50:19.344] getCompletionsAtPosition: isCompletionListBlocker: 0.0061079999431967735 +Info 25896[11:50:19.344] getExportInfoMap: cache hit +Info 25897[11:50:19.346] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 10 from cache +Info 25898[11:50:19.346] collectAutoImports: response is complete +Info 25899[11:50:19.346] collectAutoImports: 2.491263000294566 +Info 25900[11:50:19.346] getCompletionData: Semantic work: 2.888238999992609 +Info 25901[11:50:19.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7065840000286698 +Info 25902[11:50:19.349] Format host information updated +Info 25903[11:50:19.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25904[11:50:19.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1656 structureChanged: false structureIsReused:: Completely Elapsed: 8.07490300014615ms +Info 25905[11:50:19.702] Different program with same set of files +Info 25906[11:50:19.703] getCompletionData: Get current token: 0.0030399998649954796 +Info 25907[11:50:19.703] getCompletionData: Is inside comment: 0.009347000159323215 +Info 25908[11:50:19.703] getCompletionData: Get previous token: 0.012719999998807907 +Info 25909[11:50:19.703] getCompletionsAtPosition: isCompletionListBlocker: 0.006914000026881695 +Info 25910[11:50:19.703] getExportInfoMap: cache hit +Info 25911[11:50:19.706] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 25912[11:50:19.706] collectAutoImports: response is complete +Info 25913[11:50:19.706] collectAutoImports: 2.678493999876082 +Info 25914[11:50:19.706] getCompletionData: Semantic work: 3.1429920000955462 +Info 25915[11:50:19.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.972524999640882 +Info 25916[11:50:19.709] Format host information updated +Info 25917[11:50:19.790] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25918[11:50:19.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1657 structureChanged: false structureIsReused:: Completely Elapsed: 7.2739890003576875ms +Info 25919[11:50:19.798] Different program with same set of files +Info 25920[11:50:19.798] getCompletionData: Get current token: 0.003653000108897686 +Info 25921[11:50:19.798] getCompletionData: Is inside comment: 0.009449999779462814 +Info 25922[11:50:19.798] getCompletionData: Get previous token: 0.01362799946218729 +Info 25923[11:50:19.798] getCompletionsAtPosition: isCompletionListBlocker: 0.007190000265836716 +Info 25924[11:50:19.798] getExportInfoMap: cache hit +Info 25925[11:50:19.801] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 25926[11:50:19.801] collectAutoImports: response is complete +Info 25927[11:50:19.801] collectAutoImports: 2.5222619995474815 +Info 25928[11:50:19.801] getCompletionData: Semantic work: 3.000110000371933 +Info 25929[11:50:19.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6852380000054836 +Info 25930[11:50:19.806] Format host information updated +Info 25931[11:50:19.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25932[11:50:19.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1658 structureChanged: false structureIsReused:: Completely Elapsed: 6.924310999922454ms +Info 25933[11:50:19.997] Different program with same set of files +Info 25934[11:50:19.997] getCompletionData: Get current token: 0.0035969996824860573 +Info 25935[11:50:19.997] getCompletionData: Is inside comment: 0.00990500021725893 +Info 25936[11:50:19.998] getCompletionData: Get previous token: 0.008763999678194523 +Info 25937[11:50:19.998] getCompletionsAtPosition: isCompletionListBlocker: 0.003148999996483326 +Info 25938[11:50:19.998] getExportInfoMap: cache hit +Info 25939[11:50:20.010] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25940[11:50:20.010] collectAutoImports: response is complete +Info 25941[11:50:20.010] collectAutoImports: 12.40669700037688 +Info 25942[11:50:20.010] getCompletionData: Semantic work: 12.879855999723077 +Info 25943[11:50:20.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.985387999564409 +Info 25944[11:50:20.019] Format host information updated +Info 25945[11:50:20.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25946[11:50:20.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1659 structureChanged: false structureIsReused:: Completely Elapsed: 7.996828000061214ms +Info 25947[11:50:20.059] Different program with same set of files +Info 25948[11:50:20.059] getCompletionData: Get current token: 0.006663000211119652 +Info 25949[11:50:20.059] getCompletionData: Is inside comment: 0.018338000401854515 +Info 25950[11:50:20.059] getCompletionData: Get previous token: 0.014948000200092793 +Info 25951[11:50:20.060] getCompletionsAtPosition: isCompletionListBlocker: 0.012137999758124352 +Info 25952[11:50:20.060] getExportInfoMap: cache hit +Info 25953[11:50:20.075] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25954[11:50:20.075] collectAutoImports: response is complete +Info 25955[11:50:20.075] collectAutoImports: 14.516091000288725 +Info 25956[11:50:20.075] getCompletionData: Semantic work: 15.242648999206722 +Info 25957[11:50:20.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.405356999486685 +Info 25958[11:50:20.084] Format host information updated +Info 25959[11:50:20.387] getCompletionData: Get current token: 0.0032930001616477966 +Info 25960[11:50:20.388] getCompletionData: Is inside comment: 0.008698999881744385 +Info 25961[11:50:20.388] getCompletionData: Get previous token: 0.006624000146985054 +Info 25962[11:50:20.388] getCompletionsAtPosition: isCompletionListBlocker: 0.003942999988794327 +Info 25963[11:50:20.388] getExportInfoMap: cache hit +Info 25964[11:50:20.399] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 25965[11:50:20.399] collectAutoImports: response is complete +Info 25966[11:50:20.399] collectAutoImports: 10.677716000005603 +Info 25967[11:50:20.399] getCompletionData: Semantic work: 11.135238000191748 +Info 25968[11:50:20.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.746872999705374 +Info 25969[11:50:20.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25970[11:50:20.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1660 structureChanged: false structureIsReused:: Completely Elapsed: 7.109190000221133ms +Info 25971[11:50:20.609] Different program with same set of files +Info 25972[11:50:20.609] getCompletionData: Get current token: 0.0037000002339482307 +Info 25973[11:50:20.609] getCompletionData: Is inside comment: 0.011609000153839588 +Info 25974[11:50:20.609] getCompletionData: Get previous token: 0.015147999860346317 +Info 25975[11:50:20.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0031019998714327812 +Info 25976[11:50:20.610] getExportInfoMap: cache hit +Info 25977[11:50:20.615] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 25978[11:50:20.615] collectAutoImports: response is complete +Info 25979[11:50:20.615] collectAutoImports: 5.420105000026524 +Info 25980[11:50:20.615] getCompletionData: Semantic work: 5.941549000330269 +Info 25981[11:50:20.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7019999995827675 +Info 25982[11:50:20.619] Format host information updated +Info 25983[11:50:20.700] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25984[11:50:20.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1661 structureChanged: false structureIsReused:: Completely Elapsed: 30.203402999788523ms +Info 25985[11:50:20.731] Different program with same set of files +Info 25986[11:50:20.731] getCompletionData: Get current token: 0.010792000219225883 +Info 25987[11:50:20.731] getCompletionData: Is inside comment: 0.03000000026077032 +Info 25988[11:50:20.731] getCompletionData: Get previous token: 0.042080000042915344 +Info 25989[11:50:20.731] getCompletionsAtPosition: isCompletionListBlocker: 0.007164999842643738 +Info 25990[11:50:20.732] getExportInfoMap: cache hit +Info 25991[11:50:20.742] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 25992[11:50:20.742] collectAutoImports: response is complete +Info 25993[11:50:20.742] collectAutoImports: 9.648905999958515 +Info 25994[11:50:20.742] getCompletionData: Semantic work: 10.826271999627352 +Info 25995[11:50:20.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9580500004813075 +Info 25996[11:50:20.748] Format host information updated +Info 25997[11:50:20.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25998[11:50:20.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1662 structureChanged: false structureIsReused:: Completely Elapsed: 8.524217000231147ms +Info 25999[11:50:20.806] Different program with same set of files +Info 26000[11:50:20.806] getCompletionData: Get current token: 0.004999999888241291 +Info 26001[11:50:20.806] getCompletionData: Is inside comment: 0.01413699984550476 +Info 26002[11:50:20.806] getCompletionData: Get previous token: 0.01923200022429228 +Info 26003[11:50:20.806] getCompletionsAtPosition: isCompletionListBlocker: 0.0039010001346468925 +Info 26004[11:50:20.807] getExportInfoMap: cache hit +Info 26005[11:50:20.812] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 26006[11:50:20.812] collectAutoImports: response is complete +Info 26007[11:50:20.812] collectAutoImports: 4.695121000520885 +Info 26008[11:50:20.812] getCompletionData: Semantic work: 5.2821880001574755 +Info 26009[11:50:20.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6549920001998544 +Info 26010[11:50:20.817] Format host information updated +Info 26011[11:50:20.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26012[11:50:20.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1663 structureChanged: false structureIsReused:: Completely Elapsed: 24.32507799938321ms +Info 26013[11:50:20.956] Different program with same set of files +Info 26014[11:50:20.957] getCompletionData: Get current token: 0.016819000244140625 +Info 26015[11:50:20.957] getCompletionData: Is inside comment: 0.046292999759316444 +Info 26016[11:50:20.957] getCompletionData: Get previous token: 0.06114699970930815 +Info 26017[11:50:20.957] getCompletionsAtPosition: isCompletionListBlocker: 0.00847800076007843 +Info 26018[11:50:20.958] getExportInfoMap: cache hit +Info 26019[11:50:20.967] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 26020[11:50:20.967] collectAutoImports: response is complete +Info 26021[11:50:20.967] collectAutoImports: 8.68592399917543 +Info 26022[11:50:20.967] getCompletionData: Semantic work: 10.31145300064236 +Info 26023[11:50:20.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.248661999590695 +Info 26024[11:50:20.973] Format host information updated +Info 26025[11:50:21.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26026[11:50:21.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1664 structureChanged: false structureIsReused:: Completely Elapsed: 8.642935999669135ms +Info 26027[11:50:21.167] Different program with same set of files +Info 26028[11:50:21.168] getCompletionData: Get current token: 0.003147999756038189 +Info 26029[11:50:21.168] getCompletionData: Is inside comment: 0.008786999620497227 +Info 26030[11:50:21.168] getCompletionData: Get previous token: 0.006649999879300594 +Info 26031[11:50:21.168] getCompletionsAtPosition: isCompletionListBlocker: 0.0038999998942017555 +Info 26032[11:50:21.168] getExportInfoMap: cache hit +Info 26033[11:50:21.178] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 26034[11:50:21.178] collectAutoImports: response is complete +Info 26035[11:50:21.178] collectAutoImports: 10.279084000736475 +Info 26036[11:50:21.178] getCompletionData: Semantic work: 10.717571999877691 +Info 26037[11:50:21.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.291519999504089 +Info 26038[11:50:21.188] Format host information updated +Info 26039[11:50:21.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26040[11:50:21.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1665 structureChanged: false structureIsReused:: Completely Elapsed: 7.3584369998425245ms +Info 26041[11:50:21.440] Different program with same set of files +Info 26042[11:50:21.440] getCompletionData: Get current token: 0.0036670006811618805 +Info 26043[11:50:21.440] getCompletionData: Is inside comment: 0.013183999806642532 +Info 26044[11:50:21.441] getCompletionData: Get previous token: 0.0217660004273057 +Info 26045[11:50:21.441] getCompletionsAtPosition: isCompletionListBlocker: 0.003783000633120537 +Info 26046[11:50:21.441] getExportInfoMap: cache hit +Info 26047[11:50:21.444] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 26048[11:50:21.444] collectAutoImports: response is complete +Info 26049[11:50:21.444] collectAutoImports: 3.002402000129223 +Info 26050[11:50:21.444] getCompletionData: Semantic work: 3.6127589996904135 +Info 26051[11:50:21.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0500940000638366 +Info 26052[11:50:21.447] Format host information updated +Info 26053[11:50:21.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26054[11:50:21.526] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1666 structureChanged: false structureIsReused:: Completely Elapsed: 6.315452000126243ms +Info 26055[11:50:21.526] Different program with same set of files +Info 26056[11:50:21.526] getCompletionData: Get current token: 0.003854000009596348 +Info 26057[11:50:21.526] getCompletionData: Is inside comment: 0.010835999622941017 +Info 26058[11:50:21.526] getCompletionData: Get previous token: 0.014847000129520893 +Info 26059[11:50:21.526] getCompletionsAtPosition: isCompletionListBlocker: 0.00330400001257658 +Info 26060[11:50:21.526] getExportInfoMap: cache hit +Info 26061[11:50:21.539] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 26062[11:50:21.539] collectAutoImports: response is complete +Info 26063[11:50:21.539] collectAutoImports: 12.38852099981159 +Info 26064[11:50:21.539] getCompletionData: Semantic work: 12.862332000397146 +Info 26065[11:50:21.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.431443999521434 +Info 26066[11:50:21.550] Format host information updated +Info 26067[11:50:21.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26068[11:50:21.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1667 structureChanged: false structureIsReused:: Completely Elapsed: 6.440914999693632ms +Info 26069[11:50:21.674] Different program with same set of files +Info 26070[11:50:21.674] getCompletionData: Get current token: 0.004307999275624752 +Info 26071[11:50:21.674] getCompletionData: Is inside comment: 0.01625099964439869 +Info 26072[11:50:21.674] getCompletionData: Get previous token: 0.009569999761879444 +Info 26073[11:50:21.674] getCompletionsAtPosition: isCompletionListBlocker: 0.00459899939596653 +Info 26074[11:50:21.675] getExportInfoMap: cache hit +Info 26075[11:50:21.686] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 26076[11:50:21.686] collectAutoImports: response is complete +Info 26077[11:50:21.686] collectAutoImports: 10.910184000618756 +Info 26078[11:50:21.686] getCompletionData: Semantic work: 11.475731999613345 +Info 26079[11:50:21.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.5552059998735785 +Info 26080[11:50:21.696] Format host information updated +Info 26081[11:50:21.738] Format host information updated +Info 26082[11:50:21.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26083[11:50:21.749] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1668 structureChanged: false structureIsReused:: Completely Elapsed: 10.579080999828875ms +Info 26084[11:50:21.749] Different program with same set of files +Info 26085[11:50:21.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26086[11:50:21.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1669 structureChanged: false structureIsReused:: Completely Elapsed: 26.228815000504255ms +Info 26087[11:50:21.887] Different program with same set of files +Info 26088[11:50:21.888] getCompletionData: Get current token: 0.011289999820291996 +Info 26089[11:50:21.888] getCompletionData: Is inside comment: 0.032778000459074974 +Info 26090[11:50:21.888] getCompletionData: Get previous token: 0.043858000077307224 +Info 26091[11:50:21.888] getCompletionsAtPosition: isCompletionListBlocker: 0.009472999721765518 +Info 26092[11:50:21.889] getExportInfoMap: cache hit +Info 26093[11:50:21.900] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 26094[11:50:21.900] collectAutoImports: response is complete +Info 26095[11:50:21.900] collectAutoImports: 10.45639199949801 +Info 26096[11:50:21.900] getCompletionData: Semantic work: 11.691124999895692 +Info 26097[11:50:21.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.054646999575198 +Info 26098[11:50:21.907] Format host information updated +Info 26099[11:50:21.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26100[11:50:21.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1670 structureChanged: false structureIsReused:: Completely Elapsed: 6.679746000096202ms +Info 26101[11:50:21.930] Different program with same set of files +Info 26102[11:50:21.930] getCompletionData: Get current token: 0.004182999953627586 +Info 26103[11:50:21.930] getCompletionData: Is inside comment: 0.011320999823510647 +Info 26104[11:50:21.930] getCompletionData: Get previous token: 0.016321999952197075 +Info 26105[11:50:21.930] getCompletionsAtPosition: isCompletionListBlocker: 0.0037240004166960716 +Info 26106[11:50:21.931] getExportInfoMap: cache hit +Info 26107[11:50:21.935] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 26108[11:50:21.935] collectAutoImports: response is complete +Info 26109[11:50:21.935] collectAutoImports: 3.9352500000968575 +Info 26110[11:50:21.935] getCompletionData: Semantic work: 4.399543000385165 +Info 26111[11:50:21.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1268980000168085 +Info 26112[11:50:21.938] Format host information updated +Info 26113[11:50:22.037] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26114[11:50:22.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1671 structureChanged: false structureIsReused:: Completely Elapsed: 11.309266000054777ms +Info 26115[11:50:22.049] Different program with same set of files +Info 26116[11:50:22.049] getCompletionData: Get current token: 0.008574999868869781 +Info 26117[11:50:22.049] getCompletionData: Is inside comment: 0.022088000550866127 +Info 26118[11:50:22.049] getCompletionData: Get previous token: 0.023823999799787998 +Info 26119[11:50:22.049] getCompletionsAtPosition: isCompletionListBlocker: 0.004718000069260597 +Info 26120[11:50:22.052] getExportInfoMap: cache hit +Info 26121[11:50:22.057] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 26122[11:50:22.057] collectAutoImports: response is complete +Info 26123[11:50:22.057] collectAutoImports: 4.2663639998063445 +Info 26124[11:50:22.057] getCompletionData: Semantic work: 7.51365099940449 +Info 26125[11:50:22.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.602651000022888 +Info 26126[11:50:22.061] Format host information updated +Info 26127[11:50:22.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26128[11:50:22.115] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1672 structureChanged: false structureIsReused:: Completely Elapsed: 6.010416999459267ms +Info 26129[11:50:22.115] Different program with same set of files +Info 26130[11:50:22.115] getCompletionData: Get current token: 0.0031700003892183304 +Info 26131[11:50:22.115] getCompletionData: Is inside comment: 0.009479999542236328 +Info 26132[11:50:22.115] getCompletionData: Get previous token: 0.012804999947547913 +Info 26133[11:50:22.115] getCompletionsAtPosition: isCompletionListBlocker: 0.00320499949157238 +Info 26134[11:50:22.116] getExportInfoMap: cache hit +Info 26135[11:50:22.118] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 26136[11:50:22.118] collectAutoImports: response is complete +Info 26137[11:50:22.118] collectAutoImports: 2.4135119998827577 +Info 26138[11:50:22.118] getCompletionData: Semantic work: 2.820067999884486 +Info 26139[11:50:22.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7292969999834895 +Info 26140[11:50:22.121] Format host information updated +Info 26141[11:50:22.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26142[11:50:22.291] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1673 structureChanged: false structureIsReused:: Completely Elapsed: 30.750291999429464ms +Info 26143[11:50:22.291] Different program with same set of files +Info 26144[11:50:22.291] getCompletionData: Get current token: 0.011363999918103218 +Info 26145[11:50:22.291] getCompletionData: Is inside comment: 0.03152200020849705 +Info 26146[11:50:22.291] getCompletionData: Get previous token: 0.043781000189483166 +Info 26147[11:50:22.291] getCompletionsAtPosition: isCompletionListBlocker: 0.008603000082075596 +Info 26148[11:50:22.292] getExportInfoMap: cache hit +Info 26149[11:50:22.310] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 26150[11:50:22.310] collectAutoImports: response is complete +Info 26151[11:50:22.310] collectAutoImports: 17.646383999846876 +Info 26152[11:50:22.310] getCompletionData: Semantic work: 18.625439000315964 +Info 26153[11:50:22.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.918530000373721 +Info 26154[11:50:22.322] Format host information updated +Info 26155[11:50:23.130] getCompletionData: Get current token: 0.0028989994898438454 +Info 26156[11:50:23.130] getCompletionData: Is inside comment: 0.03272600006312132 +Info 26157[11:50:23.130] getCompletionData: Get previous token: 0.008976999670267105 +Info 26158[11:50:23.130] getCompletionsAtPosition: isCompletionListBlocker: 0.0031799999997019768 +Info 26159[11:50:23.131] getExportInfoMap: cache hit +Info 26160[11:50:23.143] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26161[11:50:23.143] collectAutoImports: response is complete +Info 26162[11:50:23.143] collectAutoImports: 12.855884999968112 +Info 26163[11:50:23.143] getCompletionData: Semantic work: 13.708821999840438 +Info 26164[11:50:23.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4037039997056127 +Info 26165[11:50:23.882] Format host information updated +Info 26166[11:50:23.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26167[11:50:23.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1674 structureChanged: false structureIsReused:: Completely Elapsed: 9.575526000000536ms +Info 26168[11:50:23.892] Different program with same set of files +Info 26169[11:50:24.176] Format host information updated +Info 26170[11:50:24.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26171[11:50:24.192] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1675 structureChanged: false structureIsReused:: Completely Elapsed: 16.09732799977064ms +Info 26172[11:50:24.192] Different program with same set of files +Info 26173[11:50:24.326] Format host information updated +Info 26174[11:50:24.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26175[11:50:24.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1676 structureChanged: false structureIsReused:: Completely Elapsed: 28.740535999648273ms +Info 26176[11:50:24.356] Different program with same set of files +Info 26177[11:50:24.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26178[11:50:24.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1677 structureChanged: false structureIsReused:: Completely Elapsed: 9.579320999793708ms +Info 26179[11:50:24.464] Different program with same set of files +Info 26180[11:50:24.465] getCompletionData: Get current token: 0.005160999484360218 +Info 26181[11:50:24.465] getCompletionData: Is inside comment: 0.01372699998319149 +Info 26182[11:50:24.465] getCompletionData: Get previous token: 0.020963000133633614 +Info 26183[11:50:24.465] getCompletionsAtPosition: isCompletionListBlocker: 0.0036559998989105225 +Info 26184[11:50:24.465] getExportInfoMap: cache hit +Info 26185[11:50:24.471] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 26186[11:50:24.471] collectAutoImports: response is complete +Info 26187[11:50:24.471] collectAutoImports: 5.58177400007844 +Info 26188[11:50:24.471] getCompletionData: Semantic work: 6.390824000351131 +Info 26189[11:50:24.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7388969995081425 +Info 26190[11:50:24.474] Format host information updated +Info 26191[11:50:24.574] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26192[11:50:24.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1678 structureChanged: false structureIsReused:: Completely Elapsed: 28.475944000296295ms +Info 26193[11:50:24.602] Different program with same set of files +Info 26194[11:50:24.603] getCompletionData: Get current token: 0.0076419999822974205 +Info 26195[11:50:24.603] getCompletionData: Is inside comment: 0.02192599978297949 +Info 26196[11:50:24.603] getCompletionData: Get previous token: 0.03466799948364496 +Info 26197[11:50:24.603] getCompletionsAtPosition: isCompletionListBlocker: 0.004858000203967094 +Info 26198[11:50:24.604] getExportInfoMap: cache hit +Info 26199[11:50:24.610] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 55 from cache +Info 26200[11:50:24.610] collectAutoImports: response is complete +Info 26201[11:50:24.610] collectAutoImports: 6.183864999562502 +Info 26202[11:50:24.610] getCompletionData: Semantic work: 7.416749999858439 +Info 26203[11:50:24.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.788294999860227 +Info 26204[11:50:24.613] Format host information updated +Info 26205[11:50:24.639] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26206[11:50:24.647] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1679 structureChanged: false structureIsReused:: Completely Elapsed: 7.651134999468923ms +Info 26207[11:50:24.647] Different program with same set of files +Info 26208[11:50:24.647] getCompletionData: Get current token: 0.004089999943971634 +Info 26209[11:50:24.647] getCompletionData: Is inside comment: 0.013229000382125378 +Info 26210[11:50:24.647] getCompletionData: Get previous token: 0.011384000070393085 +Info 26211[11:50:24.647] getCompletionsAtPosition: isCompletionListBlocker: 0.00250800047069788 +Info 26212[11:50:24.648] getExportInfoMap: cache hit +Info 26213[11:50:24.662] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26214[11:50:24.662] collectAutoImports: response is complete +Info 26215[11:50:24.662] collectAutoImports: 14.761074000038207 +Info 26216[11:50:24.662] getCompletionData: Semantic work: 15.416186000220478 +Info 26217[11:50:24.666] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.317931999452412 +Info 26218[11:50:24.669] Format host information updated +Info 26219[11:50:25.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26220[11:50:25.060] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1680 structureChanged: false structureIsReused:: Completely Elapsed: 6.6247880002483726ms +Info 26221[11:50:25.060] Different program with same set of files +Info 26222[11:50:25.060] getCompletionData: Get current token: 0.0035170000046491623 +Info 26223[11:50:25.060] getCompletionData: Is inside comment: 0.010742999613285065 +Info 26224[11:50:25.060] getCompletionData: Get previous token: 0.015412000007927418 +Info 26225[11:50:25.060] getCompletionsAtPosition: isCompletionListBlocker: 0.002489999867975712 +Info 26226[11:50:25.060] getExportInfoMap: cache hit +Info 26227[11:50:25.064] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 55 from cache +Info 26228[11:50:25.064] collectAutoImports: response is complete +Info 26229[11:50:25.064] collectAutoImports: 3.4759329995140433 +Info 26230[11:50:25.064] getCompletionData: Semantic work: 4.068392000161111 +Info 26231[11:50:25.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7392649995163083 +Info 26232[11:50:25.067] Format host information updated +Info 26233[11:50:25.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26234[11:50:25.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1681 structureChanged: false structureIsReused:: Completely Elapsed: 6.395076000131667ms +Info 26235[11:50:25.255] Different program with same set of files +Info 26236[11:50:25.255] getCompletionData: Get current token: 0.003337000496685505 +Info 26237[11:50:25.255] getCompletionData: Is inside comment: 0.010018999688327312 +Info 26238[11:50:25.255] getCompletionData: Get previous token: 0.015054999850690365 +Info 26239[11:50:25.255] getCompletionsAtPosition: isCompletionListBlocker: 0.002598000690340996 +Info 26240[11:50:25.256] getExportInfoMap: cache hit +Info 26241[11:50:25.258] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 5 from cache +Info 26242[11:50:25.258] collectAutoImports: response is complete +Info 26243[11:50:25.258] collectAutoImports: 2.493575000204146 +Info 26244[11:50:25.258] getCompletionData: Semantic work: 3.063639000058174 +Info 26245[11:50:25.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9483479997143149 +Info 26246[11:50:25.260] Format host information updated +Info 26247[11:50:25.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26248[11:50:25.477] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1682 structureChanged: false structureIsReused:: Completely Elapsed: 8.817912000231445ms +Info 26249[11:50:25.478] Different program with same set of files +Info 26250[11:50:25.478] getCompletionData: Get current token: 0.0038179997354745865 +Info 26251[11:50:25.478] getCompletionData: Is inside comment: 0.011297999881207943 +Info 26252[11:50:25.478] getCompletionData: Get previous token: 0.009511000476777554 +Info 26253[11:50:25.478] getCompletionsAtPosition: isCompletionListBlocker: 0.002960999496281147 +Info 26254[11:50:25.478] getCompletionData: Semantic work: 0.5842490000650287 +Info 26255[11:50:25.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3372849998995662 +Info 26256[11:50:25.479] Format host information updated +Info 26257[11:50:25.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26258[11:50:25.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1683 structureChanged: false structureIsReused:: Completely Elapsed: 8.326853999868035ms +Info 26259[11:50:25.649] Different program with same set of files +Info 26260[11:50:25.650] getCompletionData: Get current token: 0.0044109998270869255 +Info 26261[11:50:25.650] getCompletionData: Is inside comment: 0.021542999893426895 +Info 26262[11:50:25.650] getCompletionData: Get previous token: 0.02388900052756071 +Info 26263[11:50:25.650] getCompletionsAtPosition: isCompletionListBlocker: 0.0028370004147291183 +Info 26264[11:50:25.650] getCompletionData: Semantic work: 0.5330099994316697 +Info 26265[11:50:25.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8662759996950626 +Info 26266[11:50:25.651] Format host information updated +Info 26267[11:50:25.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26268[11:50:25.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1684 structureChanged: false structureIsReused:: Completely Elapsed: 10.699529000557959ms +Info 26269[11:50:25.717] Different program with same set of files +Info 26270[11:50:25.717] getCompletionData: Get current token: 0.006471000611782074 +Info 26271[11:50:25.717] getCompletionData: Is inside comment: 0.01834499929100275 +Info 26272[11:50:25.717] getCompletionData: Get previous token: 0.03238500002771616 +Info 26273[11:50:25.717] getCompletionsAtPosition: isCompletionListBlocker: 0.0037250006571412086 +Info 26274[11:50:25.718] getCompletionData: Semantic work: 0.6856869999319315 +Info 26275[11:50:25.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1924809999763966 +Info 26276[11:50:25.722] Format host information updated +Info 26277[11:50:25.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26278[11:50:25.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1685 structureChanged: false structureIsReused:: Completely Elapsed: 6.204189999960363ms +Info 26279[11:50:25.837] Different program with same set of files +Info 26280[11:50:25.838] getCompletionData: Get current token: 0.0031530000269412994 +Info 26281[11:50:25.838] getCompletionData: Is inside comment: 0.0089890006929636 +Info 26282[11:50:25.838] getCompletionData: Get previous token: 0.01611399929970503 +Info 26283[11:50:25.838] getCompletionsAtPosition: isCompletionListBlocker: 0.0025049997493624687 +Info 26284[11:50:25.838] getCompletionData: Semantic work: 0.38973799999803305 +Info 26285[11:50:25.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5944469999521971 +Info 26286[11:50:25.839] Format host information updated +Info 26287[11:50:26.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26288[11:50:26.213] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1686 structureChanged: false structureIsReused:: Completely Elapsed: 8.311320000328124ms +Info 26289[11:50:26.213] Different program with same set of files +Info 26290[11:50:26.213] getCompletionData: Get current token: 0.004463999532163143 +Info 26291[11:50:26.213] getCompletionData: Is inside comment: 0.011436999775469303 +Info 26292[11:50:26.213] getCompletionData: Get previous token: 0.01896000001579523 +Info 26293[11:50:26.213] getCompletionsAtPosition: isCompletionListBlocker: 0.0027080001309514046 +Info 26294[11:50:26.214] getCompletionData: Semantic work: 0.4827709998935461 +Info 26295[11:50:26.215] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7625070000067353 +Info 26296[11:50:26.215] Format host information updated +Info 26297[11:50:26.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26298[11:50:26.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1687 structureChanged: false structureIsReused:: Completely Elapsed: 6.24999799951911ms +Info 26299[11:50:26.351] Different program with same set of files +Info 26300[11:50:26.351] getCompletionData: Get current token: 0.0036140000447630882 +Info 26301[11:50:26.351] getCompletionData: Is inside comment: 0.0099870003759861 +Info 26302[11:50:26.351] getCompletionData: Get previous token: 0.01754899974912405 +Info 26303[11:50:26.351] getCompletionsAtPosition: isCompletionListBlocker: 0.002352999523282051 +Info 26304[11:50:26.351] getCompletionData: Semantic work: 0.4616200001910329 +Info 26305[11:50:26.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6996480002999306 +Info 26306[11:50:26.352] Format host information updated +Info 26307[11:50:26.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26308[11:50:26.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1688 structureChanged: false structureIsReused:: Completely Elapsed: 6.049987000413239ms +Info 26309[11:50:26.554] Different program with same set of files +Info 26310[11:50:26.554] getCompletionData: Get current token: 0.0029279999434947968 +Info 26311[11:50:26.554] getCompletionData: Is inside comment: 0.007745999842882156 +Info 26312[11:50:26.555] getCompletionData: Get previous token: 0.012985999695956707 +Info 26313[11:50:26.555] getCompletionsAtPosition: isCompletionListBlocker: 0.002387000247836113 +Info 26314[11:50:26.555] getCompletionData: Semantic work: 0.3703370001167059 +Info 26315[11:50:26.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6987209999933839 +Info 26316[11:50:26.561] Format host information updated +Info 26317[11:50:26.613] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26318[11:50:26.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1689 structureChanged: false structureIsReused:: Completely Elapsed: 10.547712000086904ms +Info 26319[11:50:26.623] Different program with same set of files +Info 26320[11:50:26.623] getCompletionData: Get current token: 0.005897000432014465 +Info 26321[11:50:26.623] getCompletionData: Is inside comment: 0.01457000058144331 +Info 26322[11:50:26.623] getCompletionData: Get previous token: 0.025685999542474747 +Info 26323[11:50:26.623] getCompletionsAtPosition: isCompletionListBlocker: 0.003968000411987305 +Info 26324[11:50:26.624] getCompletionData: Semantic work: 0.6722499998286366 +Info 26325[11:50:26.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6098690005019307 +Info 26326[11:50:26.625] Format host information updated +Info 26327[11:50:26.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26328[11:50:26.882] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1690 structureChanged: false structureIsReused:: Completely Elapsed: 8.702407999895513ms +Info 26329[11:50:26.882] Different program with same set of files +Info 26330[11:50:26.882] getCompletionData: Get current token: 0.003913999535143375 +Info 26331[11:50:26.882] getCompletionData: Is inside comment: 0.008417000062763691 +Info 26332[11:50:26.882] getCompletionData: Get previous token: 0.007031000219285488 +Info 26333[11:50:26.882] getCompletionsAtPosition: isCompletionListBlocker: 0.003252999857068062 +Info 26334[11:50:26.883] getExportInfoMap: cache hit +Info 26335[11:50:26.894] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26336[11:50:26.894] collectAutoImports: response is complete +Info 26337[11:50:26.894] collectAutoImports: 11.449386999942362 +Info 26338[11:50:26.894] getCompletionData: Semantic work: 12.034337999299169 +Info 26339[11:50:26.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.292139999568462 +Info 26340[11:50:26.903] Format host information updated +Info 26341[11:50:26.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26342[11:50:26.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1691 structureChanged: false structureIsReused:: Completely Elapsed: 6.320573999546468ms +Info 26343[11:50:26.942] Different program with same set of files +Info 26344[11:50:26.942] getCompletionData: Get current token: 0.003452000208199024 +Info 26345[11:50:26.942] getCompletionData: Is inside comment: 0.008631999604403973 +Info 26346[11:50:26.942] getCompletionData: Get previous token: 0.007385999895632267 +Info 26347[11:50:26.942] getCompletionsAtPosition: isCompletionListBlocker: 0.007814999669790268 +Info 26348[11:50:26.943] getExportInfoMap: cache hit +Info 26349[11:50:26.953] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26350[11:50:26.953] collectAutoImports: response is complete +Info 26351[11:50:26.953] collectAutoImports: 10.476145000196993 +Info 26352[11:50:26.953] getCompletionData: Semantic work: 11.068028999492526 +Info 26353[11:50:26.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.014444999396801 +Info 26354[11:50:26.960] Format host information updated +Info 26355[11:50:29.316] getCompletionData: Get current token: 0.0031049996614456177 +Info 26356[11:50:29.316] getCompletionData: Is inside comment: 0.007598999887704849 +Info 26357[11:50:29.316] getCompletionData: Get previous token: 0.006990000605583191 +Info 26358[11:50:29.316] getCompletionsAtPosition: isCompletionListBlocker: 0.05584899988025427 +Info 26359[11:50:29.317] getExportInfoMap: cache hit +Info 26360[11:50:29.325] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26361[11:50:29.325] collectAutoImports: response is complete +Info 26362[11:50:29.325] collectAutoImports: 7.72237899992615 +Info 26363[11:50:29.325] getCompletionData: Semantic work: 8.298596000298858 +Info 26364[11:50:29.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.96715799998492 +Info 26365[11:50:30.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26366[11:50:30.239] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1692 structureChanged: false structureIsReused:: Completely Elapsed: 8.23144100047648ms +Info 26367[11:50:30.239] Different program with same set of files +Info 26368[11:50:30.239] getCompletionData: Get current token: 0.0037040002644062042 +Info 26369[11:50:30.239] getCompletionData: Is inside comment: 0.0009110001847147942 +Info 26370[11:50:30.239] getCompletionData: Get previous token: 0.01691600028425455 +Info 26371[11:50:30.239] getCompletionsAtPosition: isCompletionListBlocker: 0.0021469993516802788 +Info 26372[11:50:30.240] getExportInfoMap: cache hit +Info 26373[11:50:30.242] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 26374[11:50:30.242] collectAutoImports: response is complete +Info 26375[11:50:30.242] collectAutoImports: 2.251840000040829 +Info 26376[11:50:30.242] getCompletionData: Semantic work: 2.861658999696374 +Info 26377[11:50:30.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1682899994775653 +Info 26378[11:50:30.244] Format host information updated +Info 26379[11:50:30.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26380[11:50:30.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1693 structureChanged: false structureIsReused:: Completely Elapsed: 24.97499999962747ms +Info 26381[11:50:30.405] Different program with same set of files +Info 26382[11:50:30.406] getCompletionData: Get current token: 0.01909700036048889 +Info 26383[11:50:30.406] getCompletionData: Is inside comment: 0.005041000433266163 +Info 26384[11:50:30.406] getCompletionData: Get previous token: 0.08093800023198128 +Info 26385[11:50:30.406] getCompletionsAtPosition: isCompletionListBlocker: 0.0065310001373291016 +Info 26386[11:50:30.408] getExportInfoMap: cache hit +Info 26387[11:50:30.414] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 26388[11:50:30.414] collectAutoImports: response is complete +Info 26389[11:50:30.414] collectAutoImports: 5.93898900039494 +Info 26390[11:50:30.414] getCompletionData: Semantic work: 7.376726999878883 +Info 26391[11:50:30.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4961969992145896 +Info 26392[11:50:30.417] Format host information updated +Info 26393[11:50:30.601] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26394[11:50:30.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1694 structureChanged: false structureIsReused:: Completely Elapsed: 8.668681000359356ms +Info 26395[11:50:30.609] Different program with same set of files +Info 26396[11:50:30.610] getCompletionData: Get current token: 0.004576000384986401 +Info 26397[11:50:30.610] getCompletionData: Is inside comment: 0.0010599996894598007 +Info 26398[11:50:30.610] getCompletionData: Get previous token: 0.02032499946653843 +Info 26399[11:50:30.610] getCompletionsAtPosition: isCompletionListBlocker: 0.0023419996723532677 +Info 26400[11:50:30.610] getExportInfoMap: cache hit +Info 26401[11:50:30.612] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 26402[11:50:30.612] collectAutoImports: response is complete +Info 26403[11:50:30.612] collectAutoImports: 2.1815800005570054 +Info 26404[11:50:30.612] getCompletionData: Semantic work: 2.715394999831915 +Info 26405[11:50:30.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.151804999448359 +Info 26406[11:50:30.614] Format host information updated +Info 26407[11:50:30.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26408[11:50:30.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1695 structureChanged: false structureIsReused:: Completely Elapsed: 13.339200999587774ms +Info 26409[11:50:30.681] Different program with same set of files +Info 26410[11:50:30.681] getCompletionData: Get current token: 0.01042499952018261 +Info 26411[11:50:30.681] getCompletionData: Is inside comment: 0.002384999766945839 +Info 26412[11:50:30.681] getCompletionData: Get previous token: 0.04075399972498417 +Info 26413[11:50:30.681] getCompletionsAtPosition: isCompletionListBlocker: 0.0037380000576376915 +Info 26414[11:50:30.682] getExportInfoMap: cache hit +Info 26415[11:50:30.687] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 26416[11:50:30.687] collectAutoImports: response is complete +Info 26417[11:50:30.687] collectAutoImports: 4.84294500015676 +Info 26418[11:50:30.687] getCompletionData: Semantic work: 5.850612999871373 +Info 26419[11:50:30.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.488423000089824 +Info 26420[11:50:30.693] Format host information updated +Info 26421[11:50:30.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26422[11:50:30.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1696 structureChanged: false structureIsReused:: Completely Elapsed: 6.526952000334859ms +Info 26423[11:50:30.888] Different program with same set of files +Info 26424[11:50:30.889] getCompletionData: Get current token: 0.004782999865710735 +Info 26425[11:50:30.889] getCompletionData: Is inside comment: 0.0009020008146762848 +Info 26426[11:50:30.889] getCompletionData: Get previous token: 0.017901000566780567 +Info 26427[11:50:30.889] getCompletionsAtPosition: isCompletionListBlocker: 0.0022189998999238014 +Info 26428[11:50:30.889] getCompletionData: Semantic work: 0.47809499967843294 +Info 26429[11:50:30.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.46258100029081106 +Info 26430[11:50:30.890] Format host information updated +Info 26431[11:50:30.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26432[11:50:31.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1697 structureChanged: false structureIsReused:: Completely Elapsed: 6.815526000224054ms +Info 26433[11:50:31.000] Different program with same set of files +Info 26434[11:50:31.000] getCompletionData: Get current token: 0.005067999474704266 +Info 26435[11:50:31.000] getCompletionData: Is inside comment: 0.0009550005197525024 +Info 26436[11:50:31.001] getCompletionData: Get previous token: 0.022840000689029694 +Info 26437[11:50:31.001] getCompletionsAtPosition: isCompletionListBlocker: 0.0023579997941851616 +Info 26438[11:50:31.001] getCompletionData: Semantic work: 0.475637000054121 +Info 26439[11:50:31.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3872020002454519 +Info 26440[11:50:31.004] Format host information updated +Info 26441[11:50:31.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26442[11:50:31.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1698 structureChanged: false structureIsReused:: Completely Elapsed: 6.512476000003517ms +Info 26443[11:50:31.128] Different program with same set of files +Info 26444[11:50:31.128] getCompletionData: Get current token: 0.0045709991827607155 +Info 26445[11:50:31.128] getCompletionData: Is inside comment: 0.0009090006351470947 +Info 26446[11:50:31.128] getCompletionData: Get previous token: 0.020433999598026276 +Info 26447[11:50:31.128] getCompletionsAtPosition: isCompletionListBlocker: 0.0025199996307492256 +Info 26448[11:50:31.128] getCompletionData: Semantic work: 0.42442099936306477 +Info 26449[11:50:31.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3681959994137287 +Info 26450[11:50:31.129] Format host information updated +Info 26451[11:50:31.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26452[11:50:31.192] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1699 structureChanged: false structureIsReused:: Completely Elapsed: 6.685523999854922ms +Info 26453[11:50:31.192] Different program with same set of files +Info 26454[11:50:31.192] getCompletionData: Get current token: 0.0052459994331002235 +Info 26455[11:50:31.192] getCompletionData: Is inside comment: 0.0010239994153380394 +Info 26456[11:50:31.192] getCompletionData: Get previous token: 0.023466999642550945 +Info 26457[11:50:31.192] getCompletionsAtPosition: isCompletionListBlocker: 0.0026810001581907272 +Info 26458[11:50:31.192] getCompletionData: Semantic work: 0.4713819995522499 +Info 26459[11:50:31.193] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3851590007543564 +Info 26460[11:50:31.193] Format host information updated +Info 26461[11:50:31.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26462[11:50:31.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1700 structureChanged: false structureIsReused:: Completely Elapsed: 8.253537999466062ms +Info 26463[11:50:31.256] Different program with same set of files +Info 26464[11:50:31.256] getCompletionData: Get current token: 0.004564999602735043 +Info 26465[11:50:31.256] getCompletionData: Is inside comment: 0.0008600000292062759 +Info 26466[11:50:31.256] getCompletionData: Get previous token: 0.02031799964606762 +Info 26467[11:50:31.256] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589994430541992 +Info 26468[11:50:31.257] getCompletionData: Semantic work: 0.41922799963504076 +Info 26469[11:50:31.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.34864600002765656 +Info 26470[11:50:31.257] Format host information updated +Info 26471[11:50:31.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26472[11:50:31.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1701 structureChanged: false structureIsReused:: Completely Elapsed: 11.348814999684691ms +Info 26473[11:50:31.500] Different program with same set of files +Info 26474[11:50:31.500] getCompletionData: Get current token: 0.008441000245511532 +Info 26475[11:50:31.500] getCompletionData: Is inside comment: 0.001534000039100647 +Info 26476[11:50:31.500] getCompletionData: Get previous token: 0.024428999982774258 +Info 26477[11:50:31.500] getCompletionsAtPosition: isCompletionListBlocker: 0.004021999426186085 +Info 26478[11:50:31.501] getExportInfoMap: cache hit +Info 26479[11:50:31.516] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26480[11:50:31.516] collectAutoImports: response is complete +Info 26481[11:50:31.516] collectAutoImports: 14.799305999651551 +Info 26482[11:50:31.516] getCompletionData: Semantic work: 15.536697000265121 +Info 26483[11:50:31.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2089889999479055 +Info 26484[11:50:31.525] Format host information updated +Info 26485[11:50:31.869] getCompletionData: Get current token: 0.002890000119805336 +Info 26486[11:50:31.870] getCompletionData: Is inside comment: 0.008396999910473824 +Info 26487[11:50:31.870] getCompletionData: Get previous token: 0.0072829993441700935 +Info 26488[11:50:31.870] getCompletionsAtPosition: isCompletionListBlocker: 0.007960000075399876 +Info 26489[11:50:31.870] getExportInfoMap: cache hit +Info 26490[11:50:31.879] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26491[11:50:31.879] collectAutoImports: response is complete +Info 26492[11:50:31.879] collectAutoImports: 9.268155999481678 +Info 26493[11:50:31.879] getCompletionData: Semantic work: 9.897587000392377 +Info 26494[11:50:31.883] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9699059994891286 +Info 26495[11:50:31.972] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26496[11:50:31.979] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1702 structureChanged: false structureIsReused:: Completely Elapsed: 6.582555999979377ms +Info 26497[11:50:31.979] Different program with same set of files +Info 26498[11:50:31.979] getCompletionData: Get current token: 0.0033160001039505005 +Info 26499[11:50:31.979] getCompletionData: Is inside comment: 0.009360000491142273 +Info 26500[11:50:31.979] getCompletionData: Get previous token: 0.007672000676393509 +Info 26501[11:50:31.979] getCompletionsAtPosition: isCompletionListBlocker: 0.007315999828279018 +Info 26502[11:50:31.980] getExportInfoMap: cache hit +Info 26503[11:50:31.993] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26504[11:50:31.993] collectAutoImports: response is complete +Info 26505[11:50:31.993] collectAutoImports: 13.233047999441624 +Info 26506[11:50:31.993] getCompletionData: Semantic work: 13.825369000434875 +Info 26507[11:50:31.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.483536999672651 +Info 26508[11:50:32.001] Format host information updated +Info 26509[11:50:32.684] getCompletionData: Get current token: 0.0046800002455711365 +Info 26510[11:50:32.684] getCompletionData: Is inside comment: 0.01866300031542778 +Info 26511[11:50:32.684] getCompletionData: Get previous token: 0.00685499981045723 +Info 26512[11:50:32.684] getCompletionsAtPosition: isCompletionListBlocker: 0.0019270004704594612 +Info 26513[11:50:32.685] getExportInfoMap: cache hit +Info 26514[11:50:32.694] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26515[11:50:32.694] collectAutoImports: response is complete +Info 26516[11:50:32.694] collectAutoImports: 9.509653999470174 +Info 26517[11:50:32.694] getCompletionData: Semantic work: 9.987793000414968 +Info 26518[11:50:32.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9464579997584224 +Info 26519[11:50:33.228] Format host information updated +Info 26520[11:50:33.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26521[11:50:33.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1703 structureChanged: false structureIsReused:: Completely Elapsed: 6.450760000385344ms +Info 26522[11:50:33.235] Different program with same set of files +Info 26523[11:50:33.933] Format host information updated +Info 26524[11:50:33.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26525[11:50:33.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1704 structureChanged: false structureIsReused:: Completely Elapsed: 8.091355999931693ms +Info 26526[11:50:33.941] Different program with same set of files +Info 26527[11:50:34.499] getCompletionData: Get current token: 0.0018390007317066193 +Info 26528[11:50:34.499] getCompletionData: Is inside comment: 0.006427999585866928 +Info 26529[11:50:34.499] getCompletionData: Get previous token: 0.0049430001527071 +Info 26530[11:50:34.499] getCompletionsAtPosition: isCompletionListBlocker: 0.00785600021481514 +Info 26531[11:50:34.499] getExportInfoMap: cache hit +Info 26532[11:50:34.510] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26533[11:50:34.510] collectAutoImports: response is complete +Info 26534[11:50:34.510] collectAutoImports: 10.953499999828637 +Info 26535[11:50:34.510] getCompletionData: Semantic work: 11.51006899960339 +Info 26536[11:50:34.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9390049995854497 +Info 26537[11:50:34.681] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26538[11:50:34.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1705 structureChanged: false structureIsReused:: Completely Elapsed: 6.36750499997288ms +Info 26539[11:50:34.688] Different program with same set of files +Info 26540[11:50:34.688] getCompletionData: Get current token: 0.0016829995438456535 +Info 26541[11:50:34.688] getCompletionData: Is inside comment: 0.006902999244630337 +Info 26542[11:50:34.688] getCompletionData: Get previous token: 0.004567000083625317 +Info 26543[11:50:34.688] getCompletionsAtPosition: isCompletionListBlocker: 0.00224900059401989 +Info 26544[11:50:34.690] getCompletionData: Semantic work: 1.9817429995164275 +Info 26545[11:50:34.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5555309997871518 +Info 26546[11:50:34.691] Format host information updated +Info 26547[11:50:35.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26548[11:50:35.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1706 structureChanged: false structureIsReused:: Completely Elapsed: 7.866512999869883ms +Info 26549[11:50:35.180] Different program with same set of files +Info 26550[11:50:35.180] getCompletionData: Get current token: 0.001721000298857689 +Info 26551[11:50:35.180] getCompletionData: Is inside comment: 0.0059390002861619 +Info 26552[11:50:35.180] getCompletionData: Get previous token: 0.009700000286102295 +Info 26553[11:50:35.180] getCompletionsAtPosition: isCompletionListBlocker: 0.0021630004048347473 +Info 26554[11:50:35.182] getCompletionData: Semantic work: 1.850208000279963 +Info 26555[11:50:35.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8140420001000166 +Info 26556[11:50:35.183] Format host information updated +Info 26557[11:50:35.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26558[11:50:35.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1707 structureChanged: false structureIsReused:: Completely Elapsed: 6.351759999990463ms +Info 26559[11:50:35.267] Different program with same set of files +Info 26560[11:50:35.267] getCompletionData: Get current token: 0.0016490006819367409 +Info 26561[11:50:35.267] getCompletionData: Is inside comment: 0.006319999694824219 +Info 26562[11:50:35.267] getCompletionData: Get previous token: 0.010118000209331512 +Info 26563[11:50:35.267] getCompletionsAtPosition: isCompletionListBlocker: 0.0018800003454089165 +Info 26564[11:50:35.269] getCompletionData: Semantic work: 1.8866809997707605 +Info 26565[11:50:35.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8429910000413656 +Info 26566[11:50:35.270] Format host information updated +Info 26567[11:50:35.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26568[11:50:35.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1708 structureChanged: false structureIsReused:: Completely Elapsed: 6.526914000511169ms +Info 26569[11:50:35.392] Different program with same set of files +Info 26570[11:50:35.392] getCompletionData: Get current token: 0.00163200031965971 +Info 26571[11:50:35.392] getCompletionData: Is inside comment: 0.0060089994221925735 +Info 26572[11:50:35.392] getCompletionData: Get previous token: 0.009720999747514725 +Info 26573[11:50:35.392] getCompletionsAtPosition: isCompletionListBlocker: 0.0018560001626610756 +Info 26574[11:50:35.394] getCompletionData: Semantic work: 1.8700999999418855 +Info 26575[11:50:35.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2809839993715286 +Info 26576[11:50:35.397] Format host information updated +Info 26577[11:50:35.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26578[11:50:35.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1709 structureChanged: false structureIsReused:: Completely Elapsed: 24.203387999907136ms +Info 26579[11:50:35.520] Different program with same set of files +Info 26580[11:50:35.521] getCompletionData: Get current token: 0.014272999949753284 +Info 26581[11:50:35.521] getCompletionData: Is inside comment: 0.04858400020748377 +Info 26582[11:50:35.521] getCompletionData: Get previous token: 0.08490500040352345 +Info 26583[11:50:35.521] getCompletionsAtPosition: isCompletionListBlocker: 0.00860700011253357 +Info 26584[11:50:35.530] getCompletionData: Semantic work: 8.060322999954224 +Info 26585[11:50:35.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9254750004038215 +Info 26586[11:50:35.533] Format host information updated +Info 26587[11:50:35.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26588[11:50:35.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1710 structureChanged: false structureIsReused:: Completely Elapsed: 24.67030999995768ms +Info 26589[11:50:35.708] Different program with same set of files +Info 26590[11:50:35.708] getCompletionData: Get current token: 0.009932000190019608 +Info 26591[11:50:35.708] getCompletionData: Is inside comment: 0.03281399980187416 +Info 26592[11:50:35.709] getCompletionData: Get previous token: 0.040427000261843204 +Info 26593[11:50:35.709] getCompletionsAtPosition: isCompletionListBlocker: 0.0062790000811219215 +Info 26594[11:50:35.714] getCompletionData: Semantic work: 5.358001999557018 +Info 26595[11:50:35.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.142348000779748 +Info 26596[11:50:35.720] Format host information updated +Info 26597[11:50:35.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26598[11:50:35.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1711 structureChanged: false structureIsReused:: Completely Elapsed: 8.105836000293493ms +Info 26599[11:50:35.763] Different program with same set of files +Info 26600[11:50:35.763] getCompletionData: Get current token: 0.0026030000299215317 +Info 26601[11:50:35.763] getCompletionData: Is inside comment: 0.00904299970716238 +Info 26602[11:50:35.763] getCompletionData: Get previous token: 0.01538199931383133 +Info 26603[11:50:35.763] getCompletionsAtPosition: isCompletionListBlocker: 0.002458999864757061 +Info 26604[11:50:35.766] getCompletionData: Semantic work: 2.5925010005012155 +Info 26605[11:50:35.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4265930000692606 +Info 26606[11:50:35.768] Format host information updated +Info 26607[11:50:35.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26608[11:50:35.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1712 structureChanged: false structureIsReused:: Completely Elapsed: 6.354546000249684ms +Info 26609[11:50:35.947] Different program with same set of files +Info 26610[11:50:35.947] getCompletionData: Get current token: 0.0022780001163482666 +Info 26611[11:50:35.947] getCompletionData: Is inside comment: 0.007846000604331493 +Info 26612[11:50:35.947] getCompletionData: Get previous token: 0.0059380000457167625 +Info 26613[11:50:35.947] getCompletionsAtPosition: isCompletionListBlocker: 0.0027750004082918167 +Info 26614[11:50:35.947] getExportInfoMap: cache hit +Info 26615[11:50:35.961] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26616[11:50:35.961] collectAutoImports: response is complete +Info 26617[11:50:35.961] collectAutoImports: 13.744618000462651 +Info 26618[11:50:35.961] getCompletionData: Semantic work: 14.260024999268353 +Info 26619[11:50:35.967] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8052460001781583 +Info 26620[11:50:35.970] Format host information updated +Info 26621[11:50:36.020] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26622[11:50:36.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1713 structureChanged: false structureIsReused:: Completely Elapsed: 12.529419999569654ms +Info 26623[11:50:36.032] Different program with same set of files +Info 26624[11:50:36.033] getCompletionData: Get current token: 0.0048329997807741165 +Info 26625[11:50:36.033] getCompletionData: Is inside comment: 0.01563899964094162 +Info 26626[11:50:36.033] getCompletionData: Get previous token: 0.011796999722719193 +Info 26627[11:50:36.033] getCompletionsAtPosition: isCompletionListBlocker: 0.012118000537157059 +Info 26628[11:50:36.038] getExportInfoMap: cache hit +Info 26629[11:50:36.057] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26630[11:50:36.057] collectAutoImports: response is complete +Info 26631[11:50:36.057] collectAutoImports: 19.43786699976772 +Info 26632[11:50:36.057] getCompletionData: Semantic work: 24.267808999866247 +Info 26633[11:50:36.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.437637000344694 +Info 26634[11:50:36.065] Format host information updated +Info 26635[11:50:36.358] getCompletionData: Get current token: 0.0031150002032518387 +Info 26636[11:50:36.358] getCompletionData: Is inside comment: 0.0011480003595352173 +Info 26637[11:50:36.358] getCompletionData: Get previous token: 0.008925000205636024 +Info 26638[11:50:36.358] getCompletionsAtPosition: isCompletionListBlocker: 0.003159000538289547 +Info 26639[11:50:36.358] getExportInfoMap: cache hit +Info 26640[11:50:36.365] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26641[11:50:36.365] collectAutoImports: response is complete +Info 26642[11:50:36.365] collectAutoImports: 7.274538000114262 +Info 26643[11:50:36.366] getCompletionData: Semantic work: 7.811534999869764 +Info 26644[11:50:36.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9797710003331304 +Info 26645[11:50:36.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26646[11:50:36.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1714 structureChanged: false structureIsReused:: Completely Elapsed: 6.375080999918282ms +Info 26647[11:50:36.930] Different program with same set of files +Info 26648[11:50:36.930] getCompletionData: Get current token: 0.003060000017285347 +Info 26649[11:50:36.930] getCompletionData: Is inside comment: 0.0010810000821948051 +Info 26650[11:50:36.930] getCompletionData: Get previous token: 0.01192499976605177 +Info 26651[11:50:36.930] getCompletionsAtPosition: isCompletionListBlocker: 0.0073639992624521255 +Info 26652[11:50:36.931] getExportInfoMap: cache hit +Info 26653[11:50:36.942] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26654[11:50:36.942] collectAutoImports: response is complete +Info 26655[11:50:36.942] collectAutoImports: 11.148675999604166 +Info 26656[11:50:36.942] getCompletionData: Semantic work: 11.596371999941766 +Info 26657[11:50:36.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.525074999779463 +Info 26658[11:50:36.951] Format host information updated +Info 26659[11:50:37.001] Format host information updated +Info 26660[11:50:37.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26661[11:50:37.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1715 structureChanged: false structureIsReused:: Completely Elapsed: 9.612918000668287ms +Info 26662[11:50:37.011] Different program with same set of files +Info 26663[11:50:37.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26664[11:50:37.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1716 structureChanged: false structureIsReused:: Completely Elapsed: 6.606753000058234ms +Info 26665[11:50:37.391] Different program with same set of files +Info 26666[11:50:37.391] getCompletionData: Get current token: 0.0034929998219013214 +Info 26667[11:50:37.391] getCompletionData: Is inside comment: 0.001284000463783741 +Info 26668[11:50:37.391] getCompletionData: Get previous token: 0.014822999946773052 +Info 26669[11:50:37.391] getCompletionsAtPosition: isCompletionListBlocker: 0.002119000069797039 +Info 26670[11:50:37.394] getCompletionData: Semantic work: 3.4410689994692802 +Info 26671[11:50:37.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14867000002413988 +Info 26672[11:50:37.395] Format host information updated +Info 26673[11:50:37.444] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26674[11:50:37.452] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1717 structureChanged: false structureIsReused:: Completely Elapsed: 7.383647000417113ms +Info 26675[11:50:37.452] Different program with same set of files +Info 26676[11:50:37.452] getCompletionData: Get current token: 0.004533999599516392 +Info 26677[11:50:37.452] getCompletionData: Is inside comment: 0.0016179997473955154 +Info 26678[11:50:37.452] getCompletionData: Get previous token: 0.018629999831318855 +Info 26679[11:50:37.452] getCompletionsAtPosition: isCompletionListBlocker: 0.00802299939095974 +Info 26680[11:50:37.452] getExportInfoMap: cache hit +Info 26681[11:50:37.468] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26682[11:50:37.468] collectAutoImports: response is complete +Info 26683[11:50:37.468] collectAutoImports: 15.359768999740481 +Info 26684[11:50:37.468] getCompletionData: Semantic work: 15.967358999885619 +Info 26685[11:50:37.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.027933000586927 +Info 26686[11:50:37.478] Format host information updated +Info 26687[11:50:38.980] Format host information updated +Info 26688[11:50:38.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26689[11:50:38.987] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1718 structureChanged: false structureIsReused:: Completely Elapsed: 6.237594999372959ms +Info 26690[11:50:38.987] Different program with same set of files +Info 26691[11:50:39.465] Format host information updated +Info 26692[11:50:39.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26693[11:50:39.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1719 structureChanged: false structureIsReused:: Completely Elapsed: 7.412796000018716ms +Info 26694[11:50:39.472] Different program with same set of files +Info 26695[11:50:39.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26696[11:50:39.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1720 structureChanged: false structureIsReused:: Completely Elapsed: 6.591322000138462ms +Info 26697[11:50:39.616] Different program with same set of files +Info 26698[11:50:39.616] getCompletionData: Get current token: 0.00319099985063076 +Info 26699[11:50:39.616] getCompletionData: Is inside comment: 0.005994999781250954 +Info 26700[11:50:39.616] getCompletionData: Get previous token: 0.003913000226020813 +Info 26701[11:50:39.617] getExportInfoMap: cache hit +Info 26702[11:50:39.623] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 220 from cache +Info 26703[11:50:39.623] collectAutoImports: response is complete +Info 26704[11:50:39.623] collectAutoImports: 5.925981999374926 +Info 26705[11:50:39.623] getCompletionData: Semantic work: 6.491592000238597 +Info 26706[11:50:39.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8713370002806187 +Info 26707[11:50:39.628] Format host information updated +Info 26708[11:50:39.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26709[11:50:39.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1721 structureChanged: false structureIsReused:: Completely Elapsed: 6.69463099911809ms +Info 26710[11:50:39.766] Different program with same set of files +Info 26711[11:50:39.766] getCompletionData: Get current token: 0.0028480002656579018 +Info 26712[11:50:39.766] getCompletionData: Is inside comment: 0.005340000614523888 +Info 26713[11:50:39.766] getCompletionData: Get previous token: 0.003806999884545803 +Info 26714[11:50:39.767] getExportInfoMap: cache hit +Info 26715[11:50:39.770] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 114 from cache +Info 26716[11:50:39.770] collectAutoImports: response is complete +Info 26717[11:50:39.770] collectAutoImports: 3.8420510003343225 +Info 26718[11:50:39.770] getCompletionData: Semantic work: 4.335052999667823 +Info 26719[11:50:39.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1887340005487204 +Info 26720[11:50:39.772] Format host information updated +Info 26721[11:50:39.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26722[11:50:39.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1722 structureChanged: false structureIsReused:: Completely Elapsed: 6.97643500007689ms +Info 26723[11:50:39.889] Different program with same set of files +Info 26724[11:50:39.889] getCompletionData: Get current token: 0.00253400020301342 +Info 26725[11:50:39.889] getCompletionData: Is inside comment: 0.007275000214576721 +Info 26726[11:50:39.889] getCompletionData: Get previous token: 0.005213999189436436 +Info 26727[11:50:39.890] getExportInfoMap: cache hit +Info 26728[11:50:39.904] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26729[11:50:39.904] collectAutoImports: response is complete +Info 26730[11:50:39.904] collectAutoImports: 14.170059999451041 +Info 26731[11:50:39.904] getCompletionData: Semantic work: 14.640883999876678 +Info 26732[11:50:39.908] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.645417000167072 +Info 26733[11:50:39.912] Format host information updated +Info 26734[11:50:39.945] Format host information updated +Info 26735[11:50:39.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26736[11:50:39.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1723 structureChanged: false structureIsReused:: Completely Elapsed: 10.230364000424743ms +Info 26737[11:50:39.955] Different program with same set of files +Info 26738[11:50:40.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26739[11:50:40.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1724 structureChanged: false structureIsReused:: Completely Elapsed: 6.232789000496268ms +Info 26740[11:50:40.176] Different program with same set of files +Info 26741[11:50:40.176] getCompletionData: Get current token: 0.001690000295639038 +Info 26742[11:50:40.176] getCompletionData: Is inside comment: 0.006178000010550022 +Info 26743[11:50:40.176] getCompletionData: Get previous token: 0.00658200029283762 +Info 26744[11:50:40.176] getCompletionsAtPosition: isCompletionListBlocker: 0.0011730007827281952 +Info 26745[11:50:40.176] Returning an empty list because completion was requested in an invalid position. +Info 26746[11:50:40.176] Format host information updated +Info 26747[11:50:40.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26748[11:50:40.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1725 structureChanged: false structureIsReused:: Completely Elapsed: 8.286646999418736ms +Info 26749[11:50:40.272] Different program with same set of files +Info 26750[11:50:40.272] getCompletionData: Get current token: 0.0018389998003840446 +Info 26751[11:50:40.272] getCompletionData: Is inside comment: 0.006351000629365444 +Info 26752[11:50:40.272] getCompletionData: Get previous token: 0.0068810004740953445 +Info 26753[11:50:40.272] getCompletionsAtPosition: isCompletionListBlocker: 0.0014169998466968536 +Info 26754[11:50:40.272] Returning an empty list because completion was requested in an invalid position. +Info 26755[11:50:40.272] Format host information updated +Info 26756[11:50:40.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26757[11:50:40.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1726 structureChanged: false structureIsReused:: Completely Elapsed: 6.056544999592006ms +Info 26758[11:50:40.404] Different program with same set of files +Info 26759[11:50:40.404] getCompletionData: Get current token: 0.00203000009059906 +Info 26760[11:50:40.404] getCompletionData: Is inside comment: 0.006530999206006527 +Info 26761[11:50:40.404] getCompletionData: Get previous token: 0.007077000103890896 +Info 26762[11:50:40.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0011660000309348106 +Info 26763[11:50:40.404] Returning an empty list because completion was requested in an invalid position. +Info 26764[11:50:40.404] Format host information updated +Info 26765[11:50:40.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26766[11:50:40.495] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1727 structureChanged: false structureIsReused:: Completely Elapsed: 6.663096000440419ms +Info 26767[11:50:40.495] Different program with same set of files +Info 26768[11:50:40.495] getCompletionData: Get current token: 0.0021129995584487915 +Info 26769[11:50:40.495] getCompletionData: Is inside comment: 0.0074630007147789 +Info 26770[11:50:40.495] getCompletionData: Get previous token: 0.007798000238835812 +Info 26771[11:50:40.495] getCompletionsAtPosition: isCompletionListBlocker: 0.0012420006096363068 +Info 26772[11:50:40.495] Returning an empty list because completion was requested in an invalid position. +Info 26773[11:50:40.498] Format host information updated +Info 26774[11:50:40.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26775[11:50:40.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1728 structureChanged: false structureIsReused:: Completely Elapsed: 6.288688000291586ms +Info 26776[11:50:40.625] Different program with same set of files +Info 26777[11:50:40.625] getCompletionData: Get current token: 0.0021529998630285263 +Info 26778[11:50:40.625] getCompletionData: Is inside comment: 0.0064570000395178795 +Info 26779[11:50:40.625] getCompletionData: Get previous token: 0.007176999934017658 +Info 26780[11:50:40.625] getCompletionsAtPosition: isCompletionListBlocker: 0.0014220001175999641 +Info 26781[11:50:40.625] Returning an empty list because completion was requested in an invalid position. +Info 26782[11:50:40.626] Format host information updated +Info 26783[11:50:40.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26784[11:50:40.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1729 structureChanged: false structureIsReused:: Completely Elapsed: 10.249308999627829ms +Info 26785[11:50:40.926] Different program with same set of files +Info 26786[11:50:40.926] getCompletionData: Get current token: 0.002447000704705715 +Info 26787[11:50:40.926] getCompletionData: Is inside comment: 0.006541999988257885 +Info 26788[11:50:40.926] getCompletionData: Get previous token: 0.029643000103533268 +Info 26789[11:50:40.926] getCompletionsAtPosition: isCompletionListBlocker: 0.001328999176621437 +Info 26790[11:50:40.926] Returning an empty list because completion was requested in an invalid position. +Info 26791[11:50:40.926] Format host information updated +Info 26792[11:50:40.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26793[11:50:40.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1730 structureChanged: false structureIsReused:: Completely Elapsed: 7.395835000090301ms +Info 26794[11:50:40.983] Different program with same set of files +Info 26795[11:50:40.983] getCompletionData: Get current token: 0.002876000478863716 +Info 26796[11:50:40.983] getCompletionData: Is inside comment: 0.009070999920368195 +Info 26797[11:50:40.983] getCompletionData: Get previous token: 0.009399999864399433 +Info 26798[11:50:40.983] getCompletionsAtPosition: isCompletionListBlocker: 0.0019239997491240501 +Info 26799[11:50:40.983] Returning an empty list because completion was requested in an invalid position. +Info 26800[11:50:40.983] Format host information updated +Info 26801[11:50:41.142] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26802[11:50:41.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1731 structureChanged: false structureIsReused:: Completely Elapsed: 6.4002930000424385ms +Info 26803[11:50:41.149] Different program with same set of files +Info 26804[11:50:41.149] getCompletionData: Get current token: 0.002046000212430954 +Info 26805[11:50:41.149] getCompletionData: Is inside comment: 0.0068960003554821014 +Info 26806[11:50:41.149] getCompletionData: Get previous token: 0.007767000235617161 +Info 26807[11:50:41.149] getCompletionsAtPosition: isCompletionListBlocker: 0.0013309996575117111 +Info 26808[11:50:41.149] Returning an empty list because completion was requested in an invalid position. +Info 26809[11:50:41.151] Format host information updated +Info 26810[11:50:41.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26811[11:50:41.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1732 structureChanged: false structureIsReused:: Completely Elapsed: 6.1484849993139505ms +Info 26812[11:50:41.231] Different program with same set of files +Info 26813[11:50:41.231] getCompletionData: Get current token: 0.0023259995505213737 +Info 26814[11:50:41.231] getCompletionData: Is inside comment: 0.007600000128149986 +Info 26815[11:50:41.231] getCompletionData: Get previous token: 0.007686000317335129 +Info 26816[11:50:41.231] getCompletionsAtPosition: isCompletionListBlocker: 0.0014230003580451012 +Info 26817[11:50:41.231] Returning an empty list because completion was requested in an invalid position. +Info 26818[11:50:41.232] Format host information updated +Info 26819[11:50:41.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26820[11:50:41.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1733 structureChanged: false structureIsReused:: Completely Elapsed: 6.452591000124812ms +Info 26821[11:50:41.320] Different program with same set of files +Info 26822[11:50:41.320] getCompletionData: Get current token: 0.0022029997780919075 +Info 26823[11:50:41.320] getCompletionData: Is inside comment: 0.006939000450074673 +Info 26824[11:50:41.320] getCompletionData: Get previous token: 0.007702000439167023 +Info 26825[11:50:41.320] getCompletionsAtPosition: isCompletionListBlocker: 0.001356000080704689 +Info 26826[11:50:41.320] Returning an empty list because completion was requested in an invalid position. +Info 26827[11:50:41.323] Format host information updated +Info 26828[11:50:41.440] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26829[11:50:41.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1734 structureChanged: false structureIsReused:: Completely Elapsed: 6.236720000393689ms +Info 26830[11:50:41.446] Different program with same set of files +Info 26831[11:50:41.447] getCompletionData: Get current token: 0.0022950004786252975 +Info 26832[11:50:41.447] getCompletionData: Is inside comment: 0.007054000161588192 +Info 26833[11:50:41.447] getCompletionData: Get previous token: 0.00750499963760376 +Info 26834[11:50:41.447] getCompletionsAtPosition: isCompletionListBlocker: 0.0013149995356798172 +Info 26835[11:50:41.447] Returning an empty list because completion was requested in an invalid position. +Info 26836[11:50:41.447] Format host information updated +Info 26837[11:50:41.609] Format host information updated +Info 26838[11:50:41.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26839[11:50:41.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1735 structureChanged: false structureIsReused:: Completely Elapsed: 6.075095999985933ms +Info 26840[11:50:41.615] Different program with same set of files +Info 26841[11:50:41.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26842[11:50:41.748] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1736 structureChanged: false structureIsReused:: Completely Elapsed: 6.236419999971986ms +Info 26843[11:50:41.748] Different program with same set of files +Info 26844[11:50:41.748] getCompletionData: Get current token: 0.002225000411272049 +Info 26845[11:50:41.748] getCompletionData: Is inside comment: 0.008085000328719616 +Info 26846[11:50:41.748] getCompletionData: Get previous token: 0.0049939993768930435 +Info 26847[11:50:41.748] getCompletionsAtPosition: isCompletionListBlocker: 0.007664999924600124 +Info 26848[11:50:41.749] getExportInfoMap: cache hit +Info 26849[11:50:41.762] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26850[11:50:41.762] collectAutoImports: response is complete +Info 26851[11:50:41.762] collectAutoImports: 13.52742400020361 +Info 26852[11:50:41.762] getCompletionData: Semantic work: 13.977376000024378 +Info 26853[11:50:41.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2714120000600815 +Info 26854[11:50:41.770] Format host information updated +Info 26855[11:50:41.836] Format host information updated +Info 26856[11:50:41.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26857[11:50:41.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1737 structureChanged: false structureIsReused:: Completely Elapsed: 23.56462199985981ms +Info 26858[11:50:41.860] Different program with same set of files +Info 26859[11:50:41.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26860[11:50:41.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1738 structureChanged: false structureIsReused:: Completely Elapsed: 6.347300999797881ms +Info 26861[11:50:41.968] Different program with same set of files +Info 26862[11:50:41.968] getCompletionData: Get current token: 0.006000000052154064 +Info 26863[11:50:41.968] getCompletionData: Is inside comment: 0.01016900036484003 +Info 26864[11:50:41.968] getCompletionData: Get previous token: 0.007935999892652035 +Info 26865[11:50:41.968] getCompletionsAtPosition: isCompletionListBlocker: 0.0025419993326067924 +Info 26866[11:50:41.969] getCompletionData: Semantic work: 0.5027609998360276 +Info 26867[11:50:41.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0793380001559854 +Info 26868[11:50:41.972] Format host information updated +Info 26869[11:50:42.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26870[11:50:42.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1739 structureChanged: false structureIsReused:: Completely Elapsed: 21.424809000454843ms +Info 26871[11:50:42.098] Different program with same set of files +Info 26872[11:50:42.098] getCompletionData: Get current token: 0.004846999421715736 +Info 26873[11:50:42.098] getCompletionData: Is inside comment: 0.01835600007325411 +Info 26874[11:50:42.098] getCompletionData: Get previous token: 0.010780000127851963 +Info 26875[11:50:42.098] getCompletionsAtPosition: isCompletionListBlocker: 0.013568999245762825 +Info 26876[11:50:42.099] getExportInfoMap: cache hit +Info 26877[11:50:42.119] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26878[11:50:42.119] collectAutoImports: response is complete +Info 26879[11:50:42.119] collectAutoImports: 19.778648000210524 +Info 26880[11:50:42.119] getCompletionData: Semantic work: 20.689368000254035 +Info 26881[11:50:42.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.787379999645054 +Info 26882[11:50:42.127] Format host information updated +Info 26883[11:50:42.443] Format host information updated +Info 26884[11:50:42.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26885[11:50:42.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1740 structureChanged: false structureIsReused:: Completely Elapsed: 6.285906000062823ms +Info 26886[11:50:42.449] Different program with same set of files +Info 26887[11:50:42.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26888[11:50:42.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1741 structureChanged: false structureIsReused:: Completely Elapsed: 7.270205999724567ms +Info 26889[11:50:42.702] Different program with same set of files +Info 26890[11:50:42.703] getCompletionData: Get current token: 0.0064600007608532906 +Info 26891[11:50:42.703] getCompletionData: Is inside comment: 0.0043310001492500305 +Info 26892[11:50:42.703] getCompletionData: Get previous token: 0.003198999911546707 +Info 26893[11:50:42.703] getCompletionsAtPosition: isCompletionListBlocker: 0.005197999998927116 +Info 26894[11:50:42.703] Returning an empty list because completion was requested in an invalid position. +Info 26895[11:50:42.703] Format host information updated +Info 26896[11:50:42.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26897[11:50:42.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1742 structureChanged: false structureIsReused:: Completely Elapsed: 13.449803999625146ms +Info 26898[11:50:42.995] Different program with same set of files +Info 26899[11:50:42.996] getCompletionData: Get current token: 0.0053080003708601 +Info 26900[11:50:42.996] getCompletionData: Is inside comment: 0.007005000486969948 +Info 26901[11:50:42.996] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 26902[11:50:42.996] Format host information updated +Info 26903[11:50:43.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26904[11:50:43.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1743 structureChanged: false structureIsReused:: Completely Elapsed: 6.976704999804497ms +Info 26905[11:50:43.189] Different program with same set of files +Info 26906[11:50:43.189] getCompletionData: Get current token: 0.002424999140202999 +Info 26907[11:50:43.189] getCompletionData: Is inside comment: 0.0076399995014071465 +Info 26908[11:50:43.190] Format host information updated +Info 26909[11:50:43.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26910[11:50:43.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1744 structureChanged: false structureIsReused:: Completely Elapsed: 6.410681999288499ms +Info 26911[11:50:43.309] Different program with same set of files +Info 26912[11:50:43.309] getCompletionData: Get current token: 0.02957499958574772 +Info 26913[11:50:43.309] getCompletionData: Is inside comment: 0.007788000628352165 +Info 26914[11:50:43.312] Format host information updated +Info 26915[11:50:43.605] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26916[11:50:43.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1745 structureChanged: false structureIsReused:: Completely Elapsed: 6.206999000161886ms +Info 26917[11:50:43.611] Different program with same set of files +Info 26918[11:50:43.611] getCompletionData: Get current token: 0.0028050001710653305 +Info 26919[11:50:43.611] getCompletionData: Is inside comment: 0.0053439997136592865 +Info 26920[11:50:43.611] getCompletionData: Get previous token: 0.003093000501394272 +Info 26921[11:50:43.611] getCompletionsAtPosition: isCompletionListBlocker: 0.005497000180184841 +Info 26922[11:50:43.612] getExportInfoMap: cache hit +Info 26923[11:50:43.624] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 26924[11:50:43.624] collectAutoImports: response is complete +Info 26925[11:50:43.624] collectAutoImports: 11.919111999683082 +Info 26926[11:50:43.624] getCompletionData: Semantic work: 12.394883999601007 +Info 26927[11:50:43.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.287298999726772 +Info 26928[11:50:43.631] Format host information updated +Info 26929[11:50:44.129] Format host information updated +Info 26930[11:50:44.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26931[11:50:44.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1746 structureChanged: false structureIsReused:: Completely Elapsed: 8.31578900013119ms +Info 26932[11:50:44.137] Different program with same set of files +Info 26933[11:50:44.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26934[11:50:44.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1747 structureChanged: false structureIsReused:: Completely Elapsed: 6.339312000200152ms +Info 26935[11:50:44.223] Different program with same set of files +Info 26936[11:50:44.223] getCompletionData: Get current token: 0.0018910001963376999 +Info 26937[11:50:44.223] getCompletionData: Is inside comment: 0.00609700009226799 +Info 26938[11:50:44.223] Format host information updated +Info 26939[11:50:44.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26940[11:50:44.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1748 structureChanged: false structureIsReused:: Completely Elapsed: 21.958948000334203ms +Info 26941[11:50:44.436] Different program with same set of files +Info 26942[11:50:44.436] getCompletionData: Get current token: 0.005703999660909176 +Info 26943[11:50:44.436] getCompletionData: Is inside comment: 0.019159000366926193 +Info 26944[11:50:44.436] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 26945[11:50:44.440] Format host information updated +Info 26946[11:50:44.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26947[11:50:44.604] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1749 structureChanged: false structureIsReused:: Completely Elapsed: 6.373389000073075ms +Info 26948[11:50:44.604] Different program with same set of files +Info 26949[11:50:44.604] getCompletionData: Get current token: 0.0017370004206895828 +Info 26950[11:50:44.604] getCompletionData: Is inside comment: 0.006183999590575695 +Info 26951[11:50:44.604] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 26952[11:50:44.605] Format host information updated +Info 26953[11:50:44.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26954[11:50:44.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1750 structureChanged: false structureIsReused:: Completely Elapsed: 6.127751000225544ms +Info 26955[11:50:44.725] Different program with same set of files +Info 26956[11:50:44.725] getCompletionData: Get current token: 0.0018910001963376999 +Info 26957[11:50:44.725] getCompletionData: Is inside comment: 0.006564999930560589 +Info 26958[11:50:44.725] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 26959[11:50:44.727] Format host information updated +Info 26960[11:50:44.844] Format host information updated +Info 26961[11:50:44.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26962[11:50:44.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1751 structureChanged: false structureIsReused:: Completely Elapsed: 24.24447200074792ms +Info 26963[11:50:44.869] Different program with same set of files +Info 26964[11:50:44.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26965[11:50:44.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1752 structureChanged: false structureIsReused:: Completely Elapsed: 11.230472999624908ms +Info 26966[11:50:44.953] Different program with same set of files +Info 26967[11:50:44.954] getCompletionData: Get current token: 0.0037849992513656616 +Info 26968[11:50:44.954] getCompletionData: Is inside comment: 0.013856000266969204 +Info 26969[11:50:44.954] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 26970[11:50:44.958] Format host information updated +Info 26971[11:50:45.084] Format host information updated +Info 26972[11:50:45.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26973[11:50:45.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1753 structureChanged: false structureIsReused:: Completely Elapsed: 5.961883999407291ms +Info 26974[11:50:45.090] Different program with same set of files +Info 26975[11:50:45.668] getCompletionData: Get current token: 0.004120999947190285 +Info 26976[11:50:45.668] getCompletionData: Is inside comment: 0.0016200002282857895 +Info 26977[11:50:45.668] getCompletionData: Get previous token: 0.014932000078260899 +Info 26978[11:50:45.668] getCompletionsAtPosition: isCompletionListBlocker: 0.0016459999606013298 +Info 26979[11:50:45.668] Returning an empty list because completion was requested in an invalid position. +Info 26980[11:50:45.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26981[11:50:45.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1754 structureChanged: false structureIsReused:: Completely Elapsed: 8.834143000654876ms +Info 26982[11:50:45.789] Different program with same set of files +Info 26983[11:50:45.789] getCompletionData: Get current token: 0.0030190004035830498 +Info 26984[11:50:45.789] getCompletionData: Is inside comment: 0.0014030002057552338 +Info 26985[11:50:45.789] getCompletionData: Get previous token: 0.012331999838352203 +Info 26986[11:50:45.789] getCompletionsAtPosition: isCompletionListBlocker: 0.0013830000534653664 +Info 26987[11:50:45.789] Returning an empty list because completion was requested in an invalid position. +Info 26988[11:50:45.789] Format host information updated +Info 26989[11:50:46.242] Format host information updated +Info 26990[11:50:46.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26991[11:50:46.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1755 structureChanged: false structureIsReused:: Completely Elapsed: 8.17160000000149ms +Info 26992[11:50:46.250] Different program with same set of files +Info 26993[11:50:46.671] getCompletionData: Get current token: 0.002859000116586685 +Info 26994[11:50:46.671] getCompletionData: Is inside comment: 0.007737999781966209 +Info 26995[11:50:46.671] getCompletionData: Get previous token: 0.004807000048458576 +Info 26996[11:50:46.671] getCompletionsAtPosition: isCompletionListBlocker: 0.0024239998310804367 +Info 26997[11:50:46.672] getExportInfoMap: cache hit +Info 26998[11:50:46.682] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 26999[11:50:46.682] collectAutoImports: response is complete +Info 27000[11:50:46.682] collectAutoImports: 10.489349000155926 +Info 27001[11:50:46.682] getCompletionData: Semantic work: 11.016247000545263 +Info 27002[11:50:46.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.093566999770701 +Info 27003[11:50:46.767] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27004[11:50:46.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1756 structureChanged: false structureIsReused:: Completely Elapsed: 7.309635000303388ms +Info 27005[11:50:46.775] Different program with same set of files +Info 27006[11:50:46.775] getCompletionData: Get current token: 0.0035100001841783524 +Info 27007[11:50:46.775] getCompletionData: Is inside comment: 0.00890900008380413 +Info 27008[11:50:46.775] getCompletionData: Get previous token: 0.009800000116229057 +Info 27009[11:50:46.775] getCompletionsAtPosition: isCompletionListBlocker: 0.0030249999836087227 +Info 27010[11:50:46.775] getExportInfoMap: cache hit +Info 27011[11:50:46.780] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 84 from cache +Info 27012[11:50:46.780] collectAutoImports: response is complete +Info 27013[11:50:46.780] collectAutoImports: 4.568597000092268 +Info 27014[11:50:46.780] getCompletionData: Semantic work: 5.078352000564337 +Info 27015[11:50:46.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.321203999221325 +Info 27016[11:50:46.784] Format host information updated +Info 27017[11:50:46.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27018[11:50:46.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1757 structureChanged: false structureIsReused:: Completely Elapsed: 6.300210000015795ms +Info 27019[11:50:46.860] Different program with same set of files +Info 27020[11:50:46.860] getCompletionData: Get current token: 0.0027890000492334366 +Info 27021[11:50:46.860] getCompletionData: Is inside comment: 0.007725999690592289 +Info 27022[11:50:46.861] getCompletionData: Get previous token: 0.008276000618934631 +Info 27023[11:50:46.861] getCompletionsAtPosition: isCompletionListBlocker: 0.001878000795841217 +Info 27024[11:50:46.861] getExportInfoMap: cache hit +Info 27025[11:50:46.866] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 83 from cache +Info 27026[11:50:46.866] collectAutoImports: response is complete +Info 27027[11:50:46.866] collectAutoImports: 5.282495999708772 +Info 27028[11:50:46.866] getCompletionData: Semantic work: 5.714870000258088 +Info 27029[11:50:46.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0685060005635023 +Info 27030[11:50:46.869] Format host information updated +Info 27031[11:50:47.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27032[11:50:47.030] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1758 structureChanged: false structureIsReused:: Completely Elapsed: 6.130288999527693ms +Info 27033[11:50:47.030] Different program with same set of files +Info 27034[11:50:47.030] getCompletionData: Get current token: 0.002749999985098839 +Info 27035[11:50:47.030] getCompletionData: Is inside comment: 0.010568000376224518 +Info 27036[11:50:47.030] getCompletionData: Get previous token: 0.009730000048875809 +Info 27037[11:50:47.030] getCompletionsAtPosition: isCompletionListBlocker: 0.003173000179231167 +Info 27038[11:50:47.031] getExportInfoMap: cache hit +Info 27039[11:50:47.033] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 25 from cache +Info 27040[11:50:47.033] collectAutoImports: response is complete +Info 27041[11:50:47.033] collectAutoImports: 2.9101329995319247 +Info 27042[11:50:47.033] getCompletionData: Semantic work: 3.349839000031352 +Info 27043[11:50:47.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8207950005307794 +Info 27044[11:50:47.036] Format host information updated +Info 27045[11:50:47.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27046[11:50:47.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1759 structureChanged: false structureIsReused:: Completely Elapsed: 9.071308000013232ms +Info 27047[11:50:47.138] Different program with same set of files +Info 27048[11:50:47.138] getCompletionData: Get current token: 0.0030449992045760155 +Info 27049[11:50:47.138] getCompletionData: Is inside comment: 0.010172000154852867 +Info 27050[11:50:47.138] getCompletionData: Get previous token: 0.00986000057309866 +Info 27051[11:50:47.138] getCompletionsAtPosition: isCompletionListBlocker: 0.002185000106692314 +Info 27052[11:50:47.139] getExportInfoMap: cache hit +Info 27053[11:50:47.142] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 10 from cache +Info 27054[11:50:47.142] collectAutoImports: response is complete +Info 27055[11:50:47.142] collectAutoImports: 3.3253660006448627 +Info 27056[11:50:47.142] getCompletionData: Semantic work: 3.833250000141561 +Info 27057[11:50:47.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.147653999738395 +Info 27058[11:50:47.145] Format host information updated +Info 27059[11:50:47.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27060[11:50:47.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1760 structureChanged: false structureIsReused:: Completely Elapsed: 21.688855999149382ms +Info 27061[11:50:47.219] Different program with same set of files +Info 27062[11:50:47.220] getCompletionData: Get current token: 0.012303000316023827 +Info 27063[11:50:47.220] getCompletionData: Is inside comment: 0.03363899979740381 +Info 27064[11:50:47.220] getCompletionData: Get previous token: 0.04062400013208389 +Info 27065[11:50:47.220] getCompletionsAtPosition: isCompletionListBlocker: 0.006490000523626804 +Info 27066[11:50:47.222] getExportInfoMap: cache hit +Info 27067[11:50:47.230] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 27068[11:50:47.230] collectAutoImports: response is complete +Info 27069[11:50:47.230] collectAutoImports: 8.284664999693632 +Info 27070[11:50:47.230] getCompletionData: Semantic work: 9.850132999941707 +Info 27071[11:50:47.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.368395000696182 +Info 27072[11:50:47.239] Format host information updated +Info 27073[11:50:47.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27074[11:50:47.283] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1761 structureChanged: false structureIsReused:: Completely Elapsed: 7.74074099957943ms +Info 27075[11:50:47.283] Different program with same set of files +Info 27076[11:50:47.283] getCompletionData: Get current token: 0.00372299924492836 +Info 27077[11:50:47.283] getCompletionData: Is inside comment: 0.01032199990004301 +Info 27078[11:50:47.283] getCompletionData: Get previous token: 0.011296000331640244 +Info 27079[11:50:47.283] getCompletionsAtPosition: isCompletionListBlocker: 0.002694999799132347 +Info 27080[11:50:47.283] getExportInfoMap: cache hit +Info 27081[11:50:47.286] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 27082[11:50:47.286] collectAutoImports: response is complete +Info 27083[11:50:47.286] collectAutoImports: 3.0413320008665323 +Info 27084[11:50:47.286] getCompletionData: Semantic work: 3.6027870001271367 +Info 27085[11:50:47.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.317388999275863 +Info 27086[11:50:47.290] Format host information updated +Info 27087[11:50:47.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27088[11:50:47.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1762 structureChanged: false structureIsReused:: Completely Elapsed: 6.015356999821961ms +Info 27089[11:50:47.438] Different program with same set of files +Info 27090[11:50:47.438] getCompletionData: Get current token: 0.0029770005494356155 +Info 27091[11:50:47.438] getCompletionData: Is inside comment: 0.009568999521434307 +Info 27092[11:50:47.438] getCompletionData: Get previous token: 0.0065279994159936905 +Info 27093[11:50:47.438] getCompletionsAtPosition: isCompletionListBlocker: 0.002461000345647335 +Info 27094[11:50:47.438] getExportInfoMap: cache hit +Info 27095[11:50:47.450] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 27096[11:50:47.451] collectAutoImports: response is complete +Info 27097[11:50:47.451] collectAutoImports: 12.189839999191463 +Info 27098[11:50:47.451] getCompletionData: Semantic work: 12.625110999681056 +Info 27099[11:50:47.455] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.763012999668717 +Info 27100[11:50:47.459] Format host information updated +Info 27101[11:50:47.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27102[11:50:47.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1763 structureChanged: false structureIsReused:: Completely Elapsed: 6.598798000253737ms +Info 27103[11:50:47.685] Different program with same set of files +Info 27104[11:50:47.685] getCompletionData: Get current token: 0.002532999962568283 +Info 27105[11:50:47.685] getCompletionData: Is inside comment: 0.008042999543249607 +Info 27106[11:50:47.685] getCompletionData: Get previous token: 0.008799999952316284 +Info 27107[11:50:47.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0022099995985627174 +Info 27108[11:50:47.686] getExportInfoMap: cache hit +Info 27109[11:50:47.690] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 27110[11:50:47.690] collectAutoImports: response is complete +Info 27111[11:50:47.690] collectAutoImports: 4.020463000051677 +Info 27112[11:50:47.690] getCompletionData: Semantic work: 4.459811000153422 +Info 27113[11:50:47.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.113944999873638 +Info 27114[11:50:47.693] Format host information updated +Info 27115[11:50:47.744] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27116[11:50:47.755] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1764 structureChanged: false structureIsReused:: Completely Elapsed: 11.115972999483347ms +Info 27117[11:50:47.755] Different program with same set of files +Info 27118[11:50:47.755] getCompletionData: Get current token: 0.0038580000400543213 +Info 27119[11:50:47.755] getCompletionData: Is inside comment: 0.012926999479532242 +Info 27120[11:50:47.755] getCompletionData: Get previous token: 0.014849000610411167 +Info 27121[11:50:47.755] getCompletionsAtPosition: isCompletionListBlocker: 0.0033320002257823944 +Info 27122[11:50:47.756] getExportInfoMap: cache hit +Info 27123[11:50:47.761] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 27124[11:50:47.761] collectAutoImports: response is complete +Info 27125[11:50:47.761] collectAutoImports: 5.589828999713063 +Info 27126[11:50:47.761] getCompletionData: Semantic work: 6.205323999747634 +Info 27127[11:50:47.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0463789999485016 +Info 27128[11:50:47.766] Format host information updated +Info 27129[11:50:47.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27130[11:50:47.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1765 structureChanged: false structureIsReused:: Completely Elapsed: 6.491429000161588ms +Info 27131[11:50:47.854] Different program with same set of files +Info 27132[11:50:47.854] getCompletionData: Get current token: 0.002628999762237072 +Info 27133[11:50:47.854] getCompletionData: Is inside comment: 0.008359000086784363 +Info 27134[11:50:47.855] getCompletionData: Get previous token: 0.010298000648617744 +Info 27135[11:50:47.855] getCompletionsAtPosition: isCompletionListBlocker: 0.0026669995859265327 +Info 27136[11:50:47.855] getExportInfoMap: cache hit +Info 27137[11:50:47.858] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 27138[11:50:47.858] collectAutoImports: response is complete +Info 27139[11:50:47.858] collectAutoImports: 3.2295930003747344 +Info 27140[11:50:47.858] getCompletionData: Semantic work: 3.7089689997956157 +Info 27141[11:50:47.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1169400000944734 +Info 27142[11:50:47.863] Format host information updated +Info 27143[11:50:47.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27144[11:50:47.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1766 structureChanged: false structureIsReused:: Completely Elapsed: 6.666264999657869ms +Info 27145[11:50:47.991] Different program with same set of files +Info 27146[11:50:47.991] getCompletionData: Get current token: 0.0027550002560019493 +Info 27147[11:50:47.991] getCompletionData: Is inside comment: 0.00800899975001812 +Info 27148[11:50:47.991] getCompletionData: Get previous token: 0.009788000024855137 +Info 27149[11:50:47.991] getCompletionsAtPosition: isCompletionListBlocker: 0.002672000788152218 +Info 27150[11:50:47.991] getExportInfoMap: cache hit +Info 27151[11:50:47.994] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 27152[11:50:47.994] collectAutoImports: response is complete +Info 27153[11:50:47.994] collectAutoImports: 2.5356040000915527 +Info 27154[11:50:47.994] getCompletionData: Semantic work: 3.230631999671459 +Info 27155[11:50:47.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.765238999389112 +Info 27156[11:50:47.997] Format host information updated +Info 27157[11:50:48.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27158[11:50:48.054] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1767 structureChanged: false structureIsReused:: Completely Elapsed: 8.452969999983907ms +Info 27159[11:50:48.054] Different program with same set of files +Info 27160[11:50:48.054] getCompletionData: Get current token: 0.00424599926918745 +Info 27161[11:50:48.054] getCompletionData: Is inside comment: 0.012795999646186829 +Info 27162[11:50:48.054] getCompletionData: Get previous token: 0.015792000107467175 +Info 27163[11:50:48.054] getCompletionsAtPosition: isCompletionListBlocker: 0.0041780006140470505 +Info 27164[11:50:48.055] getExportInfoMap: cache hit +Info 27165[11:50:48.074] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 27166[11:50:48.074] collectAutoImports: response is complete +Info 27167[11:50:48.074] collectAutoImports: 19.08034999947995 +Info 27168[11:50:48.074] getCompletionData: Semantic work: 19.730299999937415 +Info 27169[11:50:48.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.273456000722945 +Info 27170[11:50:48.085] Format host information updated +Info 27171[11:50:48.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27172[11:50:48.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1768 structureChanged: false structureIsReused:: Completely Elapsed: 9.426044000312686ms +Info 27173[11:50:48.148] Different program with same set of files +Info 27174[11:50:48.149] getCompletionData: Get current token: 0.00506800040602684 +Info 27175[11:50:48.149] getCompletionData: Is inside comment: 0.013670000247657299 +Info 27176[11:50:48.149] getCompletionData: Get previous token: 0.008984999731183052 +Info 27177[11:50:48.149] getCompletionsAtPosition: isCompletionListBlocker: 0.004579000174999237 +Info 27178[11:50:48.149] getExportInfoMap: cache hit +Info 27179[11:50:48.166] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 27180[11:50:48.166] collectAutoImports: response is complete +Info 27181[11:50:48.166] collectAutoImports: 16.568413000553846 +Info 27182[11:50:48.166] getCompletionData: Semantic work: 17.243570999242365 +Info 27183[11:50:48.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.559325000271201 +Info 27184[11:50:48.177] Format host information updated +Info 27185[11:50:48.295] Format host information updated +Info 27186[11:50:48.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27187[11:50:48.302] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1769 structureChanged: false structureIsReused:: Completely Elapsed: 6.3922509998083115ms +Info 27188[11:50:48.302] Different program with same set of files +Info 27189[11:50:48.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27190[11:50:48.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1770 structureChanged: false structureIsReused:: Completely Elapsed: 6.643375999294221ms +Info 27191[11:50:48.382] Different program with same set of files +Info 27192[11:50:48.383] getCompletionData: Get current token: 0.0030270004644989967 +Info 27193[11:50:48.383] getCompletionData: Is inside comment: 0.009339000098407269 +Info 27194[11:50:48.383] getCompletionData: Get previous token: 0.011433999985456467 +Info 27195[11:50:48.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0036750007420778275 +Info 27196[11:50:48.383] getExportInfoMap: cache hit +Info 27197[11:50:48.388] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 27198[11:50:48.388] collectAutoImports: response is complete +Info 27199[11:50:48.388] collectAutoImports: 4.442546000704169 +Info 27200[11:50:48.388] getCompletionData: Semantic work: 4.929128000512719 +Info 27201[11:50:48.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3563840007409453 +Info 27202[11:50:48.393] Format host information updated +Info 27203[11:50:48.441] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27204[11:50:48.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1771 structureChanged: false structureIsReused:: Completely Elapsed: 13.209183000028133ms +Info 27205[11:50:48.455] Different program with same set of files +Info 27206[11:50:48.455] getCompletionData: Get current token: 0.007060999982059002 +Info 27207[11:50:48.455] getCompletionData: Is inside comment: 0.02175900060683489 +Info 27208[11:50:48.455] getCompletionData: Get previous token: 0.02574799954891205 +Info 27209[11:50:48.455] getCompletionsAtPosition: isCompletionListBlocker: 0.0065470002591609955 +Info 27210[11:50:48.456] getExportInfoMap: cache hit +Info 27211[11:50:48.465] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 27212[11:50:48.465] collectAutoImports: response is complete +Info 27213[11:50:48.465] collectAutoImports: 9.424878999590874 +Info 27214[11:50:48.465] getCompletionData: Semantic work: 10.390424000099301 +Info 27215[11:50:48.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.322710999287665 +Info 27216[11:50:48.473] Format host information updated +Info 27217[11:50:48.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27218[11:50:48.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1772 structureChanged: false structureIsReused:: Completely Elapsed: 8.612808999605477ms +Info 27219[11:50:48.552] Different program with same set of files +Info 27220[11:50:48.552] getCompletionData: Get current token: 0.002680000849068165 +Info 27221[11:50:48.552] getCompletionData: Is inside comment: 0.008086999878287315 +Info 27222[11:50:48.552] getCompletionData: Get previous token: 0.010789000429213047 +Info 27223[11:50:48.552] getCompletionsAtPosition: isCompletionListBlocker: 0.0032130004838109016 +Info 27224[11:50:48.553] getExportInfoMap: cache hit +Info 27225[11:50:48.556] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 27226[11:50:48.556] collectAutoImports: response is complete +Info 27227[11:50:48.556] collectAutoImports: 2.972224999219179 +Info 27228[11:50:48.556] getCompletionData: Semantic work: 3.4387659998610616 +Info 27229[11:50:48.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9484499990940094 +Info 27230[11:50:48.559] Format host information updated +Info 27231[11:50:48.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27232[11:50:48.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1773 structureChanged: false structureIsReused:: Completely Elapsed: 17.97309899982065ms +Info 27233[11:50:48.629] Different program with same set of files +Info 27234[11:50:48.629] getCompletionData: Get current token: 0.009440000168979168 +Info 27235[11:50:48.629] getCompletionData: Is inside comment: 0.02907400019466877 +Info 27236[11:50:48.629] getCompletionData: Get previous token: 0.03407000005245209 +Info 27237[11:50:48.629] getCompletionsAtPosition: isCompletionListBlocker: 0.008680999279022217 +Info 27238[11:50:48.630] getExportInfoMap: cache hit +Info 27239[11:50:48.639] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 27240[11:50:48.639] collectAutoImports: response is complete +Info 27241[11:50:48.639] collectAutoImports: 8.35602100007236 +Info 27242[11:50:48.639] getCompletionData: Semantic work: 9.731251999735832 +Info 27243[11:50:48.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9803860001266 +Info 27244[11:50:48.649] Format host information updated +Info 27245[11:50:48.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27246[11:50:48.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1774 structureChanged: false structureIsReused:: Completely Elapsed: 8.733993999660015ms +Info 27247[11:50:48.683] Different program with same set of files +Info 27248[11:50:48.683] getCompletionData: Get current token: 0.0039799995720386505 +Info 27249[11:50:48.683] getCompletionData: Is inside comment: 0.01225500088185072 +Info 27250[11:50:48.683] getCompletionData: Get previous token: 0.016228999942541122 +Info 27251[11:50:48.683] getCompletionsAtPosition: isCompletionListBlocker: 0.00418699998408556 +Info 27252[11:50:48.684] getExportInfoMap: cache hit +Info 27253[11:50:48.687] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 27254[11:50:48.687] collectAutoImports: response is complete +Info 27255[11:50:48.687] collectAutoImports: 3.637523000128567 +Info 27256[11:50:48.687] getCompletionData: Semantic work: 4.253002000041306 +Info 27257[11:50:48.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.598226999863982 +Info 27258[11:50:48.691] Format host information updated +Info 27259[11:50:48.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27260[11:50:48.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1775 structureChanged: false structureIsReused:: Completely Elapsed: 12.168030000291765ms +Info 27261[11:50:48.751] Different program with same set of files +Info 27262[11:50:48.751] getCompletionData: Get current token: 0.004521999508142471 +Info 27263[11:50:48.751] getCompletionData: Is inside comment: 0.014343000017106533 +Info 27264[11:50:48.751] getCompletionData: Get previous token: 0.01744600012898445 +Info 27265[11:50:48.751] getCompletionsAtPosition: isCompletionListBlocker: 0.005300999619066715 +Info 27266[11:50:48.752] getExportInfoMap: cache hit +Info 27267[11:50:48.770] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 27268[11:50:48.770] collectAutoImports: response is complete +Info 27269[11:50:48.770] collectAutoImports: 17.851711000315845 +Info 27270[11:50:48.770] getCompletionData: Semantic work: 18.54555799998343 +Info 27271[11:50:48.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.51136100012809 +Info 27272[11:50:48.779] Format host information updated +Info 27273[11:50:48.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27274[11:50:48.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1776 structureChanged: false structureIsReused:: Completely Elapsed: 8.813385999761522ms +Info 27275[11:50:48.913] Different program with same set of files +Info 27276[11:50:48.914] getCompletionData: Get current token: 0.003504999913275242 +Info 27277[11:50:48.914] getCompletionData: Is inside comment: 0.009138999506831169 +Info 27278[11:50:48.914] getCompletionData: Get previous token: 0.006058000028133392 +Info 27279[11:50:48.914] getCompletionsAtPosition: isCompletionListBlocker: 0.007503999397158623 +Info 27280[11:50:48.914] getExportInfoMap: cache hit +Info 27281[11:50:48.925] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 27282[11:50:48.925] collectAutoImports: response is complete +Info 27283[11:50:48.925] collectAutoImports: 11.17479099985212 +Info 27284[11:50:48.925] getCompletionData: Semantic work: 11.64836800005287 +Info 27285[11:50:48.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.251373000442982 +Info 27286[11:50:48.936] Format host information updated +Info 27287[11:52:05.337] getCompletionData: Get current token: 0.0030220001935958862 +Info 27288[11:52:05.337] getCompletionData: Is inside comment: 0.0012459997087717056 +Info 27289[11:52:05.337] getCompletionData: Get previous token: 0.009763999842107296 +Info 27290[11:52:05.337] getCompletionsAtPosition: isCompletionListBlocker: 0.0035579996183514595 +Info 27291[11:52:05.338] getExportInfoMap: cache hit +Info 27292[11:52:05.359] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27293[11:52:05.359] collectAutoImports: response is complete +Info 27294[11:52:05.359] collectAutoImports: 21.421699999831617 +Info 27295[11:52:05.359] getCompletionData: Semantic work: 22.43941199965775 +Info 27296[11:52:05.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.561163000762463 +Info 27297[11:52:07.055] Format host information updated +Info 27298[11:52:07.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27299[11:52:07.069] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1777 structureChanged: false structureIsReused:: Completely Elapsed: 13.60268700029701ms +Info 27300[11:52:07.069] Different program with same set of files +Info 27301[11:52:07.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27302[11:52:07.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1778 structureChanged: false structureIsReused:: Completely Elapsed: 13.522145999595523ms +Info 27303[11:52:07.231] Different program with same set of files +Info 27304[11:52:07.231] getCompletionData: Get current token: 0.0035110004246234894 +Info 27305[11:52:07.231] getCompletionData: Is inside comment: 0.0013979999348521233 +Info 27306[11:52:07.231] getCompletionData: Get previous token: 0.019519000314176083 +Info 27307[11:52:07.231] getCompletionsAtPosition: isCompletionListBlocker: 0.0033309999853372574 +Info 27308[11:52:07.232] getExportInfoMap: cache hit +Info 27309[11:52:07.239] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 143 from cache +Info 27310[11:52:07.239] collectAutoImports: response is complete +Info 27311[11:52:07.239] collectAutoImports: 7.537042999640107 +Info 27312[11:52:07.239] getCompletionData: Semantic work: 8.249312000349164 +Info 27313[11:52:07.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8003369998186827 +Info 27314[11:52:07.248] Format host information updated +Info 27315[11:52:07.291] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27316[11:52:07.302] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1779 structureChanged: false structureIsReused:: Completely Elapsed: 10.970437999814749ms +Info 27317[11:52:07.302] Different program with same set of files +Info 27318[11:52:07.302] getCompletionData: Get current token: 0.00505400076508522 +Info 27319[11:52:07.302] getCompletionData: Is inside comment: 0.002088000066578388 +Info 27320[11:52:07.302] getCompletionData: Get previous token: 0.026972000487148762 +Info 27321[11:52:07.302] getCompletionsAtPosition: isCompletionListBlocker: 0.004015999846160412 +Info 27322[11:52:07.303] getExportInfoMap: cache hit +Info 27323[11:52:07.308] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 44 from cache +Info 27324[11:52:07.308] collectAutoImports: response is complete +Info 27325[11:52:07.308] collectAutoImports: 4.578168000094593 +Info 27326[11:52:07.308] getCompletionData: Semantic work: 5.385100000537932 +Info 27327[11:52:07.315] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3938199998810887 +Info 27328[11:52:07.316] Format host information updated +Info 27329[11:52:07.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27330[11:52:07.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1780 structureChanged: false structureIsReused:: Completely Elapsed: 8.8132199998945ms +Info 27331[11:52:07.474] Different program with same set of files +Info 27332[11:52:07.474] getCompletionData: Get current token: 0.004472999833524227 +Info 27333[11:52:07.474] getCompletionData: Is inside comment: 0.0015529999509453773 +Info 27334[11:52:07.474] getCompletionData: Get previous token: 0.028309999965131283 +Info 27335[11:52:07.474] getCompletionsAtPosition: isCompletionListBlocker: 0.003305000253021717 +Info 27336[11:52:07.475] getExportInfoMap: cache hit +Info 27337[11:52:07.479] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 2 from cache +Info 27338[11:52:07.479] collectAutoImports: response is complete +Info 27339[11:52:07.479] collectAutoImports: 4.360628999769688 +Info 27340[11:52:07.479] getCompletionData: Semantic work: 5.2466450007632375 +Info 27341[11:52:07.482] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.081865000538528 +Info 27342[11:52:07.484] Format host information updated +Info 27343[11:52:07.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27344[11:52:07.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1781 structureChanged: false structureIsReused:: Completely Elapsed: 10.536550000309944ms +Info 27345[11:52:07.538] Different program with same set of files +Info 27346[11:52:07.539] getCompletionData: Get current token: 0.00429300032556057 +Info 27347[11:52:07.539] getCompletionData: Is inside comment: 0.002044999971985817 +Info 27348[11:52:07.539] getCompletionData: Get previous token: 0.026340000331401825 +Info 27349[11:52:07.539] getCompletionsAtPosition: isCompletionListBlocker: 0.004355000331997871 +Info 27350[11:52:07.539] getExportInfoMap: cache hit +Info 27351[11:52:07.543] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 27352[11:52:07.543] collectAutoImports: response is complete +Info 27353[11:52:07.543] collectAutoImports: 3.7575550004839897 +Info 27354[11:52:07.543] getCompletionData: Semantic work: 4.639959999360144 +Info 27355[11:52:07.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3450640002265573 +Info 27356[11:52:07.550] Format host information updated +Info 27357[11:52:07.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27358[11:52:07.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1782 structureChanged: false structureIsReused:: Completely Elapsed: 7.057994999922812ms +Info 27359[11:52:07.711] Different program with same set of files +Info 27360[11:52:07.712] getCompletionData: Get current token: 0.0037860004231333733 +Info 27361[11:52:07.712] getCompletionData: Is inside comment: 0.0015310002490878105 +Info 27362[11:52:07.712] getCompletionData: Get previous token: 0.02096400037407875 +Info 27363[11:52:07.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0038710003718733788 +Info 27364[11:52:07.712] getExportInfoMap: cache hit +Info 27365[11:52:07.715] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 27366[11:52:07.715] collectAutoImports: response is complete +Info 27367[11:52:07.715] collectAutoImports: 2.6190340006724 +Info 27368[11:52:07.715] getCompletionData: Semantic work: 3.2451820001006126 +Info 27369[11:52:07.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3017469998449087 +Info 27370[11:52:07.721] Format host information updated +Info 27371[11:52:08.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27372[11:52:08.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1783 structureChanged: false structureIsReused:: Completely Elapsed: 11.212135999463499ms +Info 27373[11:52:08.068] Different program with same set of files +Info 27374[11:52:08.068] getCompletionData: Get current token: 0.005385000258684158 +Info 27375[11:52:08.068] getCompletionData: Is inside comment: 0.0023020002990961075 +Info 27376[11:52:08.068] getCompletionData: Get previous token: 0.0343429995700717 +Info 27377[11:52:08.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0037310002371668816 +Info 27378[11:52:08.069] getExportInfoMap: cache hit +Info 27379[11:52:08.071] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 27380[11:52:08.071] collectAutoImports: response is complete +Info 27381[11:52:08.071] collectAutoImports: 2.543665999546647 +Info 27382[11:52:08.071] getCompletionData: Semantic work: 3.22881199978292 +Info 27383[11:52:08.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2794439997524023 +Info 27384[11:52:08.075] Format host information updated +Info 27385[11:52:08.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27386[11:52:08.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1784 structureChanged: false structureIsReused:: Completely Elapsed: 7.465738999657333ms +Info 27387[11:52:08.172] Different program with same set of files +Info 27388[11:52:08.172] getCompletionData: Get current token: 0.0032450007274746895 +Info 27389[11:52:08.172] getCompletionData: Is inside comment: 0.0014830008149147034 +Info 27390[11:52:08.172] getCompletionData: Get previous token: 0.017827000468969345 +Info 27391[11:52:08.172] getCompletionsAtPosition: isCompletionListBlocker: 0.0036789998412132263 +Info 27392[11:52:08.172] getExportInfoMap: cache hit +Info 27393[11:52:08.175] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 27394[11:52:08.175] collectAutoImports: response is complete +Info 27395[11:52:08.175] collectAutoImports: 2.396542999893427 +Info 27396[11:52:08.175] getCompletionData: Semantic work: 3.0029750000685453 +Info 27397[11:52:08.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3839349998161197 +Info 27398[11:52:08.179] Format host information updated +Info 27399[11:52:08.540] Format host information updated +Info 27400[11:52:08.540] Format host information updated +Info 27401[11:52:08.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27402[11:52:08.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1785 structureChanged: false structureIsReused:: Completely Elapsed: 6.7051079999655485ms +Info 27403[11:52:08.547] Different program with same set of files +Info 27404[11:52:08.547] getCompletionData: Get current token: 0.010152999311685562 +Info 27405[11:52:08.547] getCompletionData: Is inside comment: 0.003816000185906887 +Info 27406[11:52:08.547] getCompletionData: Get previous token: 0.021776000037789345 +Info 27407[11:52:08.547] getCompletionsAtPosition: isCompletionListBlocker: 0.0036169998347759247 +Info 27408[11:52:08.548] getCompletionData: Semantic work: 0.6191739998757839 +Info 27409[11:52:08.551] getCompletionData: Get current token: 0.020123000256717205 +Info 27410[11:52:08.551] getCompletionData: Is inside comment: 0.0023590000346302986 +Info 27411[11:52:08.551] getCompletionData: Get previous token: 0.05233999993652105 +Info 27412[11:52:08.552] getCompletionsAtPosition: isCompletionListBlocker: 0.0273029999807477 +Info 27413[11:52:08.552] getCompletionData: Semantic work: 0.5657329997047782 +Info 27414[11:52:08.552] Format host information updated +Info 27415[11:52:09.496] getCompletionData: Get current token: 0.003167000599205494 +Info 27416[11:52:09.496] getCompletionData: Is inside comment: 0.0015310002490878105 +Info 27417[11:52:09.496] getCompletionData: Get previous token: 0.011443999595940113 +Info 27418[11:52:09.496] getCompletionsAtPosition: isCompletionListBlocker: 0.0033480003476142883 +Info 27419[11:52:09.497] getExportInfoMap: cache hit +Info 27420[11:52:09.514] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27421[11:52:09.514] collectAutoImports: response is complete +Info 27422[11:52:09.514] collectAutoImports: 17.240718999877572 +Info 27423[11:52:09.514] getCompletionData: Semantic work: 17.861585000529885 +Info 27424[11:52:09.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.966002999804914 +Info 27425[11:52:09.712] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27426[11:52:09.720] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1786 structureChanged: false structureIsReused:: Completely Elapsed: 7.715685999952257ms +Info 27427[11:52:09.720] Different program with same set of files +Info 27428[11:52:09.720] getCompletionData: Get current token: 0.0053530000150203705 +Info 27429[11:52:09.720] getCompletionData: Is inside comment: 0.0014920001849532127 +Info 27430[11:52:09.720] getCompletionData: Get previous token: 0.019452999345958233 +Info 27431[11:52:09.720] getCompletionsAtPosition: isCompletionListBlocker: 0.002552999183535576 +Info 27432[11:52:09.721] getExportInfoMap: cache hit +Info 27433[11:52:09.735] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27434[11:52:09.735] collectAutoImports: response is complete +Info 27435[11:52:09.735] collectAutoImports: 14.457614999264479 +Info 27436[11:52:09.735] getCompletionData: Semantic work: 15.11996900010854 +Info 27437[11:52:09.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.906144000589848 +Info 27438[11:52:09.748] Format host information updated +Info 27439[11:52:09.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27440[11:52:09.779] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1787 structureChanged: false structureIsReused:: Completely Elapsed: 6.5816110000014305ms +Info 27441[11:52:09.779] Different program with same set of files +Info 27442[11:52:09.779] getCompletionData: Get current token: 0.00280699972063303 +Info 27443[11:52:09.779] getCompletionData: Is inside comment: 0.001120000146329403 +Info 27444[11:52:09.779] getCompletionData: Get previous token: 0.015261000022292137 +Info 27445[11:52:09.779] getCompletionsAtPosition: isCompletionListBlocker: 0.005602000281214714 +Info 27446[11:52:09.779] getExportInfoMap: cache hit +Info 27447[11:52:09.791] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27448[11:52:09.791] collectAutoImports: response is complete +Info 27449[11:52:09.791] collectAutoImports: 11.403456000611186 +Info 27450[11:52:09.791] getCompletionData: Semantic work: 11.910179999656975 +Info 27451[11:52:09.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.54986899998039 +Info 27452[11:52:09.802] Format host information updated +Info 27453[11:52:10.084] getCompletionData: Get current token: 0.0036089997738599777 +Info 27454[11:52:10.085] getCompletionData: Is inside comment: 0.0012959996238350868 +Info 27455[11:52:10.085] getCompletionData: Get previous token: 0.011626000516116619 +Info 27456[11:52:10.085] getCompletionsAtPosition: isCompletionListBlocker: 0.0031070001423358917 +Info 27457[11:52:10.085] getExportInfoMap: cache hit +Info 27458[11:52:10.093] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27459[11:52:10.093] collectAutoImports: response is complete +Info 27460[11:52:10.093] collectAutoImports: 7.745954000391066 +Info 27461[11:52:10.093] getCompletionData: Semantic work: 8.295712999999523 +Info 27462[11:52:10.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4119119998067617 +Info 27463[11:52:10.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27464[11:52:10.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1788 structureChanged: false structureIsReused:: Completely Elapsed: 7.344870000146329ms +Info 27465[11:52:10.222] Different program with same set of files +Info 27466[11:52:10.222] getCompletionData: Get current token: 0.0036920001730322838 +Info 27467[11:52:10.222] getCompletionData: Is inside comment: 0.0015589995309710503 +Info 27468[11:52:10.222] getCompletionData: Get previous token: 0.022173999808728695 +Info 27469[11:52:10.222] getCompletionsAtPosition: isCompletionListBlocker: 0.0027729999274015427 +Info 27470[11:52:10.223] getExportInfoMap: cache hit +Info 27471[11:52:10.229] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 71 from cache +Info 27472[11:52:10.229] collectAutoImports: response is complete +Info 27473[11:52:10.229] collectAutoImports: 5.4771349998191 +Info 27474[11:52:10.229] getCompletionData: Semantic work: 6.133252000436187 +Info 27475[11:52:10.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4209520006552339 +Info 27476[11:52:10.234] Format host information updated +Info 27477[11:52:10.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27478[11:52:10.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1789 structureChanged: false structureIsReused:: Completely Elapsed: 7.198006000369787ms +Info 27479[11:52:10.321] Different program with same set of files +Info 27480[11:52:10.322] getCompletionData: Get current token: 0.004058000631630421 +Info 27481[11:52:10.322] getCompletionData: Is inside comment: 0.0013250000774860382 +Info 27482[11:52:10.322] getCompletionData: Get previous token: 0.018822000361979008 +Info 27483[11:52:10.322] getCompletionsAtPosition: isCompletionListBlocker: 0.0033330004662275314 +Info 27484[11:52:10.322] getExportInfoMap: cache hit +Info 27485[11:52:10.334] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27486[11:52:10.334] collectAutoImports: response is complete +Info 27487[11:52:10.334] collectAutoImports: 12.137675000354648 +Info 27488[11:52:10.334] getCompletionData: Semantic work: 12.702424000017345 +Info 27489[11:52:10.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5142830004915595 +Info 27490[11:52:10.342] Format host information updated +Info 27491[11:52:10.438] Format host information updated +Info 27492[11:52:10.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27493[11:52:10.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1790 structureChanged: false structureIsReused:: Completely Elapsed: 12.812158999964595ms +Info 27494[11:52:10.451] Different program with same set of files +Info 27495[11:52:10.740] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27496[11:52:10.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1791 structureChanged: false structureIsReused:: Completely Elapsed: 22.844477999955416ms +Info 27497[11:52:10.763] Different program with same set of files +Info 27498[11:52:10.763] getCompletionData: Get current token: 0.012764000333845615 +Info 27499[11:52:10.763] getCompletionData: Is inside comment: 0.005511000752449036 +Info 27500[11:52:10.763] getCompletionData: Get previous token: 0.07541499938815832 +Info 27501[11:52:10.763] getCompletionsAtPosition: isCompletionListBlocker: 0.006260000169277191 +Info 27502[11:52:10.765] getExportInfoMap: cache hit +Info 27503[11:52:10.787] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27504[11:52:10.787] collectAutoImports: response is complete +Info 27505[11:52:10.787] collectAutoImports: 22.141138999722898 +Info 27506[11:52:10.787] getCompletionData: Semantic work: 23.653033999726176 +Info 27507[11:52:10.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.66862600017339 +Info 27508[11:52:10.799] Format host information updated +Info 27509[11:52:10.810] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27510[11:52:10.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1792 structureChanged: false structureIsReused:: Completely Elapsed: 7.441758000291884ms +Info 27511[11:52:10.818] Different program with same set of files +Info 27512[11:52:10.818] getCompletionData: Get current token: 0.0033760005608201027 +Info 27513[11:52:10.818] getCompletionData: Is inside comment: 0.0010739993304014206 +Info 27514[11:52:10.818] getCompletionData: Get previous token: 0.018512999638915062 +Info 27515[11:52:10.818] getCompletionsAtPosition: isCompletionListBlocker: 0.006080999970436096 +Info 27516[11:52:10.818] getExportInfoMap: cache hit +Info 27517[11:52:10.830] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27518[11:52:10.830] collectAutoImports: response is complete +Info 27519[11:52:10.830] collectAutoImports: 11.887343999929726 +Info 27520[11:52:10.830] getCompletionData: Semantic work: 12.42363200057298 +Info 27521[11:52:10.838] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4430370004847646 +Info 27522[11:52:10.841] Format host information updated +Info 27523[11:52:11.087] getCompletionData: Get current token: 0.007071999832987785 +Info 27524[11:52:11.087] getCompletionData: Is inside comment: 0.0023869993165135384 +Info 27525[11:52:11.087] getCompletionData: Get previous token: 0.026162000373005867 +Info 27526[11:52:11.088] getCompletionsAtPosition: isCompletionListBlocker: 0.0032770000398159027 +Info 27527[11:52:11.088] getExportInfoMap: cache hit +Info 27528[11:52:11.103] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27529[11:52:11.103] collectAutoImports: response is complete +Info 27530[11:52:11.103] collectAutoImports: 14.851613000035286 +Info 27531[11:52:11.103] getCompletionData: Semantic work: 15.756431999616325 +Info 27532[11:52:11.109] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.124803000129759 +Info 27533[11:52:11.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27534[11:52:11.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1793 structureChanged: false structureIsReused:: Completely Elapsed: 6.915086000226438ms +Info 27535[11:52:11.268] Different program with same set of files +Info 27536[11:52:11.268] getCompletionData: Get current token: 0.004188000224530697 +Info 27537[11:52:11.268] getCompletionData: Is inside comment: 0.0014539994299411774 +Info 27538[11:52:11.268] getCompletionData: Get previous token: 0.025722000747919083 +Info 27539[11:52:11.268] getCompletionsAtPosition: isCompletionListBlocker: 0.0022439993917942047 +Info 27540[11:52:11.269] getExportInfoMap: cache hit +Info 27541[11:52:11.272] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 27542[11:52:11.272] collectAutoImports: response is complete +Info 27543[11:52:11.272] collectAutoImports: 3.0228660004213452 +Info 27544[11:52:11.272] getCompletionData: Semantic work: 3.6380270002409816 +Info 27545[11:52:11.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1368030002340674 +Info 27546[11:52:11.278] Format host information updated +Info 27547[11:52:11.453] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27548[11:52:11.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1794 structureChanged: false structureIsReused:: Completely Elapsed: 8.349543999880552ms +Info 27549[11:52:11.462] Different program with same set of files +Info 27550[11:52:11.462] getCompletionData: Get current token: 0.005146000534296036 +Info 27551[11:52:11.462] getCompletionData: Is inside comment: 0.0015970002859830856 +Info 27552[11:52:11.462] getCompletionData: Get previous token: 0.019310999661684036 +Info 27553[11:52:11.462] getCompletionsAtPosition: isCompletionListBlocker: 0.003201000392436981 +Info 27554[11:52:11.462] getExportInfoMap: cache hit +Info 27555[11:52:11.474] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27556[11:52:11.474] collectAutoImports: response is complete +Info 27557[11:52:11.474] collectAutoImports: 11.461834999732673 +Info 27558[11:52:11.474] getCompletionData: Semantic work: 12.008778000250459 +Info 27559[11:52:11.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.893687999807298 +Info 27560[11:52:11.487] Format host information updated +Info 27561[11:52:11.596] Format host information updated +Info 27562[11:52:11.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27563[11:52:11.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1795 structureChanged: false structureIsReused:: Completely Elapsed: 6.838024000637233ms +Info 27564[11:52:11.603] Different program with same set of files +Info 27565[11:52:11.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27566[11:52:11.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1796 structureChanged: false structureIsReused:: Completely Elapsed: 6.962233999744058ms +Info 27567[11:52:11.738] Different program with same set of files +Info 27568[11:52:11.739] getCompletionData: Get current token: 0.0034810006618499756 +Info 27569[11:52:11.739] getCompletionData: Is inside comment: 0.00138000026345253 +Info 27570[11:52:11.739] getCompletionData: Get previous token: 0.020080000162124634 +Info 27571[11:52:11.739] getCompletionsAtPosition: isCompletionListBlocker: 0.003351000137627125 +Info 27572[11:52:11.739] getExportInfoMap: cache hit +Info 27573[11:52:11.743] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 27574[11:52:11.743] collectAutoImports: response is complete +Info 27575[11:52:11.743] collectAutoImports: 3.597547000274062 +Info 27576[11:52:11.743] getCompletionData: Semantic work: 4.122872999869287 +Info 27577[11:52:11.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.265269000083208 +Info 27578[11:52:11.750] Format host information updated +Info 27579[11:52:12.596] Format host information updated +Info 27580[11:52:12.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27581[11:52:12.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1797 structureChanged: false structureIsReused:: Completely Elapsed: 6.460731999948621ms +Info 27582[11:52:12.603] Different program with same set of files +Info 27583[11:52:13.337] Format host information updated +Info 27584[11:52:13.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27585[11:52:13.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1798 structureChanged: false structureIsReused:: Completely Elapsed: 6.7354360008612275ms +Info 27586[11:52:13.344] Different program with same set of files +Info 27587[11:52:14.173] getCompletionData: Get current token: 0.002976999618113041 +Info 27588[11:52:14.173] getCompletionData: Is inside comment: 0.0014810003340244293 +Info 27589[11:52:14.173] getCompletionData: Get previous token: 0.02062699943780899 +Info 27590[11:52:14.173] getCompletionsAtPosition: isCompletionListBlocker: 0.006806999444961548 +Info 27591[11:52:14.174] getExportInfoMap: cache hit +Info 27592[11:52:14.186] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27593[11:52:14.186] collectAutoImports: response is complete +Info 27594[11:52:14.186] collectAutoImports: 12.449463999830186 +Info 27595[11:52:14.186] getCompletionData: Semantic work: 13.027680000290275 +Info 27596[11:52:14.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4745479999110103 +Info 27597[11:52:14.286] Format host information updated +Info 27598[11:52:14.287] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27599[11:52:14.294] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1799 structureChanged: false structureIsReused:: Completely Elapsed: 6.985038000158966ms +Info 27600[11:52:14.294] Different program with same set of files +Info 27601[11:52:14.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27602[11:52:14.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1800 structureChanged: false structureIsReused:: Completely Elapsed: 6.599996999837458ms +Info 27603[11:52:14.420] Different program with same set of files +Info 27604[11:52:14.420] getCompletionData: Get current token: 0.003124999813735485 +Info 27605[11:52:14.420] getCompletionData: Is inside comment: 0.0013830000534653664 +Info 27606[11:52:14.420] getCompletionData: Get previous token: 0.017203999683260918 +Info 27607[11:52:14.420] getCompletionsAtPosition: isCompletionListBlocker: 0.006515000015497208 +Info 27608[11:52:14.421] getExportInfoMap: cache hit +Info 27609[11:52:14.433] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27610[11:52:14.433] collectAutoImports: response is complete +Info 27611[11:52:14.433] collectAutoImports: 11.67536300048232 +Info 27612[11:52:14.433] getCompletionData: Semantic work: 12.226897000335157 +Info 27613[11:52:14.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.799055000767112 +Info 27614[11:52:14.441] Format host information updated +Info 27615[11:52:14.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27616[11:52:14.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1801 structureChanged: false structureIsReused:: Completely Elapsed: 6.58693700004369ms +Info 27617[11:52:14.738] Different program with same set of files +Info 27618[11:52:14.738] getCompletionData: Get current token: 0.003182000480592251 +Info 27619[11:52:14.738] getCompletionData: Is inside comment: 0.0012109996750950813 +Info 27620[11:52:14.738] getCompletionData: Get previous token: 0.019190000370144844 +Info 27621[11:52:14.738] getCompletionsAtPosition: isCompletionListBlocker: 0.006154999136924744 +Info 27622[11:52:14.739] getExportInfoMap: cache hit +Info 27623[11:52:14.751] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27624[11:52:14.751] collectAutoImports: response is complete +Info 27625[11:52:14.751] collectAutoImports: 12.48223500046879 +Info 27626[11:52:14.751] getCompletionData: Semantic work: 13.010586000047624 +Info 27627[11:52:14.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6614470006898046 +Info 27628[11:52:14.758] Format host information updated +Info 27629[11:52:15.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27630[11:52:15.202] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1802 structureChanged: false structureIsReused:: Completely Elapsed: 7.262529999949038ms +Info 27631[11:52:15.202] Different program with same set of files +Info 27632[11:52:15.202] getCompletionData: Get current token: 0.003246000036597252 +Info 27633[11:52:15.202] getCompletionData: Is inside comment: 0.001517999917268753 +Info 27634[11:52:15.202] getCompletionData: Get previous token: 0.01730700023472309 +Info 27635[11:52:15.202] getCompletionsAtPosition: isCompletionListBlocker: 0.006934000179171562 +Info 27636[11:52:15.203] getExportInfoMap: cache hit +Info 27637[11:52:15.216] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27638[11:52:15.216] collectAutoImports: response is complete +Info 27639[11:52:15.216] collectAutoImports: 13.03750600013882 +Info 27640[11:52:15.216] getCompletionData: Semantic work: 13.515118999406695 +Info 27641[11:52:15.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5553709995001554 +Info 27642[11:52:15.223] Format host information updated +Info 27643[11:52:15.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27644[11:52:15.263] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1803 structureChanged: false structureIsReused:: Completely Elapsed: 8.473218999803066ms +Info 27645[11:52:15.263] Different program with same set of files +Info 27646[11:52:15.263] getCompletionData: Get current token: 0.0028989994898438454 +Info 27647[11:52:15.263] getCompletionData: Is inside comment: 0.0012769997119903564 +Info 27648[11:52:15.263] getCompletionData: Get previous token: 0.015722000040113926 +Info 27649[11:52:15.263] getCompletionsAtPosition: isCompletionListBlocker: 0.00674699991941452 +Info 27650[11:52:15.264] getExportInfoMap: cache hit +Info 27651[11:52:15.274] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27652[11:52:15.274] collectAutoImports: response is complete +Info 27653[11:52:15.274] collectAutoImports: 10.539241000078619 +Info 27654[11:52:15.274] getCompletionData: Semantic work: 11.060641000047326 +Info 27655[11:52:15.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3943090001121163 +Info 27656[11:52:15.285] Format host information updated +Info 27657[11:52:15.362] Format host information updated +Info 27658[11:52:15.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27659[11:52:15.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1804 structureChanged: false structureIsReused:: Completely Elapsed: 15.06277299951762ms +Info 27660[11:52:15.378] Different program with same set of files +Info 27661[11:52:15.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27662[11:52:15.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1805 structureChanged: false structureIsReused:: Completely Elapsed: 6.801986999809742ms +Info 27663[11:52:15.503] Different program with same set of files +Info 27664[11:52:15.504] getCompletionData: Get current token: 0.004213999956846237 +Info 27665[11:52:15.504] getCompletionData: Is inside comment: 0.0015859995037317276 +Info 27666[11:52:15.504] getCompletionData: Get previous token: 0.01869799941778183 +Info 27667[11:52:15.504] getCompletionsAtPosition: isCompletionListBlocker: 0.0022630002349615097 +Info 27668[11:52:15.504] getExportInfoMap: cache hit +Info 27669[11:52:15.518] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27670[11:52:15.518] collectAutoImports: response is complete +Info 27671[11:52:15.518] collectAutoImports: 13.545708999969065 +Info 27672[11:52:15.518] getCompletionData: Semantic work: 14.077448000200093 +Info 27673[11:52:15.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.984431999735534 +Info 27674[11:52:15.525] Format host information updated +Info 27675[11:52:15.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27676[11:52:15.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1806 structureChanged: false structureIsReused:: Completely Elapsed: 11.983850999735296ms +Info 27677[11:52:15.599] Different program with same set of files +Info 27678[11:52:15.599] getCompletionData: Get current token: 0.006671000272035599 +Info 27679[11:52:15.599] getCompletionData: Is inside comment: 0.003068000078201294 +Info 27680[11:52:15.599] getCompletionData: Get previous token: 0.0353619996458292 +Info 27681[11:52:15.599] getCompletionsAtPosition: isCompletionListBlocker: 0.010979999788105488 +Info 27682[11:52:15.600] getExportInfoMap: cache hit +Info 27683[11:52:15.624] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27684[11:52:15.624] collectAutoImports: response is complete +Info 27685[11:52:15.624] collectAutoImports: 23.138575999997556 +Info 27686[11:52:15.624] getCompletionData: Semantic work: 24.162208000198007 +Info 27687[11:52:15.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.74804800003767 +Info 27688[11:52:15.632] Format host information updated +Info 27689[11:52:16.906] getCompletionData: Get current token: 0.01677899993956089 +Info 27690[11:52:16.906] getCompletionData: Is inside comment: 0.00127399992197752 +Info 27691[11:52:16.906] getCompletionData: Get previous token: 0.010824999772012234 +Info 27692[11:52:16.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0023110006004571915 +Info 27693[11:52:16.906] getExportInfoMap: cache hit +Info 27694[11:52:16.915] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27695[11:52:16.915] collectAutoImports: response is complete +Info 27696[11:52:16.915] collectAutoImports: 8.785826000384986 +Info 27697[11:52:16.915] getCompletionData: Semantic work: 9.321798999793828 +Info 27698[11:52:16.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.03046299982816 +Info 27699[11:52:17.110] Format host information updated +Info 27700[11:52:17.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27701[11:52:17.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1807 structureChanged: false structureIsReused:: Completely Elapsed: 6.411532999947667ms +Info 27702[11:52:17.116] Different program with same set of files +Info 27703[11:52:17.575] Format host information updated +Info 27704[11:52:17.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27705[11:52:17.584] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1808 structureChanged: false structureIsReused:: Completely Elapsed: 8.495326000265777ms +Info 27706[11:52:17.584] Different program with same set of files +Info 27707[11:52:17.821] Format host information updated +Info 27708[11:52:17.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27709[11:52:17.829] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1809 structureChanged: false structureIsReused:: Completely Elapsed: 8.085501000285149ms +Info 27710[11:52:17.829] Different program with same set of files +Info 27711[11:52:17.956] Format host information updated +Info 27712[11:52:17.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27713[11:52:17.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1810 structureChanged: false structureIsReused:: Completely Elapsed: 6.310868999920785ms +Info 27714[11:52:17.963] Different program with same set of files +Info 27715[11:52:18.346] Format host information updated +Info 27716[11:52:18.347] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27717[11:52:18.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1811 structureChanged: false structureIsReused:: Completely Elapsed: 6.481677999719977ms +Info 27718[11:52:18.353] Different program with same set of files +Info 27719[11:52:18.995] Format host information updated +Info 27720[11:52:18.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27721[11:52:19.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1812 structureChanged: false structureIsReused:: Completely Elapsed: 8.84466900024563ms +Info 27722[11:52:19.004] Different program with same set of files +Info 27723[11:52:19.324] Format host information updated +Info 27724[11:52:19.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27725[11:52:19.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1813 structureChanged: false structureIsReused:: Completely Elapsed: 6.702201999723911ms +Info 27726[11:52:19.331] Different program with same set of files +Info 27727[11:52:19.711] Format host information updated +Info 27728[11:52:19.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27729[11:52:19.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1814 structureChanged: false structureIsReused:: Completely Elapsed: 7.531427999958396ms +Info 27730[11:52:19.719] Different program with same set of files +Info 27731[11:52:19.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27732[11:52:19.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1815 structureChanged: false structureIsReused:: Completely Elapsed: 6.417102999985218ms +Info 27733[11:52:19.821] Different program with same set of files +Info 27734[11:52:19.821] getCompletionData: Get current token: 0.003983999602496624 +Info 27735[11:52:19.821] getCompletionData: Is inside comment: 0.013388000428676605 +Info 27736[11:52:19.821] getCompletionData: Get previous token: 0.019607000052928925 +Info 27737[11:52:19.821] getCompletionsAtPosition: isCompletionListBlocker: 0.0019940007477998734 +Info 27738[11:52:19.822] getExportInfoMap: cache hit +Info 27739[11:52:19.829] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 71 from cache +Info 27740[11:52:19.829] collectAutoImports: response is complete +Info 27741[11:52:19.829] collectAutoImports: 7.57302900031209 +Info 27742[11:52:19.829] getCompletionData: Semantic work: 8.11358099989593 +Info 27743[11:52:19.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3990690000355244 +Info 27744[11:52:19.831] Format host information updated +Info 27745[11:52:20.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27746[11:52:20.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1816 structureChanged: false structureIsReused:: Completely Elapsed: 10.285915000364184ms +Info 27747[11:52:20.021] Different program with same set of files +Info 27748[11:52:20.022] getCompletionData: Get current token: 0.008464999496936798 +Info 27749[11:52:20.022] getCompletionData: Is inside comment: 0.025621999986469746 +Info 27750[11:52:20.022] getCompletionData: Get previous token: 0.020836000330746174 +Info 27751[11:52:20.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0033499998971819878 +Info 27752[11:52:20.023] getExportInfoMap: cache hit +Info 27753[11:52:20.045] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27754[11:52:20.045] collectAutoImports: response is complete +Info 27755[11:52:20.045] collectAutoImports: 22.453604000620544 +Info 27756[11:52:20.045] getCompletionData: Semantic work: 23.26761099975556 +Info 27757[11:52:20.050] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.911704999394715 +Info 27758[11:52:20.054] Format host information updated +Info 27759[11:52:20.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27760[11:52:20.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1817 structureChanged: false structureIsReused:: Completely Elapsed: 7.379847999662161ms +Info 27761[11:52:20.109] Different program with same set of files +Info 27762[11:52:20.109] getCompletionData: Get current token: 0.003552999347448349 +Info 27763[11:52:20.109] getCompletionData: Is inside comment: 0.011728999204933643 +Info 27764[11:52:20.109] getCompletionData: Get previous token: 0.009934999980032444 +Info 27765[11:52:20.109] getCompletionsAtPosition: isCompletionListBlocker: 0.005872000008821487 +Info 27766[11:52:20.110] getExportInfoMap: cache hit +Info 27767[11:52:20.121] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27768[11:52:20.121] collectAutoImports: response is complete +Info 27769[11:52:20.121] collectAutoImports: 11.428369000554085 +Info 27770[11:52:20.121] getCompletionData: Semantic work: 11.895886999554932 +Info 27771[11:52:20.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2574570002034307 +Info 27772[11:52:20.127] Format host information updated +Info 27773[11:52:20.494] getCompletionData: Get current token: 0.004226000048220158 +Info 27774[11:52:20.494] getCompletionData: Is inside comment: 0.0015550004318356514 +Info 27775[11:52:20.494] getCompletionData: Get previous token: 0.014115000143647194 +Info 27776[11:52:20.494] getCompletionsAtPosition: isCompletionListBlocker: 0.0026179999113082886 +Info 27777[11:52:20.494] getExportInfoMap: cache hit +Info 27778[11:52:20.503] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27779[11:52:20.504] collectAutoImports: response is complete +Info 27780[11:52:20.504] collectAutoImports: 9.351115999743342 +Info 27781[11:52:20.504] getCompletionData: Semantic work: 9.85842499975115 +Info 27782[11:52:20.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.295818000100553 +Info 27783[11:52:20.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27784[11:52:20.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1818 structureChanged: false structureIsReused:: Completely Elapsed: 6.573936000466347ms +Info 27785[11:52:20.659] Different program with same set of files +Info 27786[11:52:20.660] getCompletionData: Get current token: 0.004944999702274799 +Info 27787[11:52:20.660] getCompletionData: Is inside comment: 0.001605999656021595 +Info 27788[11:52:20.660] getCompletionData: Get previous token: 0.032804000191390514 +Info 27789[11:52:20.660] getCompletionsAtPosition: isCompletionListBlocker: 0.0020749997347593307 +Info 27790[11:52:20.660] getExportInfoMap: cache hit +Info 27791[11:52:20.663] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 27792[11:52:20.663] collectAutoImports: response is complete +Info 27793[11:52:20.663] collectAutoImports: 3.0863870000466704 +Info 27794[11:52:20.663] getCompletionData: Semantic work: 3.6041029999032617 +Info 27795[11:52:20.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1231890004128218 +Info 27796[11:52:20.665] Format host information updated +Info 27797[11:52:21.063] getCompletionData: Get current token: 0.004770999774336815 +Info 27798[11:52:21.063] getCompletionData: Is inside comment: 0.017432999797165394 +Info 27799[11:52:21.063] getCompletionData: Get previous token: 0.014186999760568142 +Info 27800[11:52:21.063] getCompletionsAtPosition: isCompletionListBlocker: 0.00976100005209446 +Info 27801[11:52:21.063] getExportInfoMap: cache hit +Info 27802[11:52:21.079] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27803[11:52:21.079] collectAutoImports: response is complete +Info 27804[11:52:21.079] collectAutoImports: 15.777540000155568 +Info 27805[11:52:21.079] getCompletionData: Semantic work: 16.52895800024271 +Info 27806[11:52:21.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.576096000149846 +Info 27807[11:52:21.202] Format host information updated +Info 27808[11:52:21.202] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27809[11:52:21.211] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1819 structureChanged: false structureIsReused:: Completely Elapsed: 8.863398999907076ms +Info 27810[11:52:21.211] Different program with same set of files +Info 27811[11:52:21.291] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27812[11:52:21.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1820 structureChanged: false structureIsReused:: Completely Elapsed: 6.468062000349164ms +Info 27813[11:52:21.297] Different program with same set of files +Info 27814[11:52:21.297] getCompletionData: Get current token: 0.00395399983972311 +Info 27815[11:52:21.297] getCompletionData: Is inside comment: 0.012822000309824944 +Info 27816[11:52:21.298] getCompletionData: Get previous token: 0.010456999763846397 +Info 27817[11:52:21.298] getCompletionsAtPosition: isCompletionListBlocker: 0.006504999473690987 +Info 27818[11:52:21.298] getExportInfoMap: cache hit +Info 27819[11:52:21.310] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27820[11:52:21.310] collectAutoImports: response is complete +Info 27821[11:52:21.310] collectAutoImports: 12.143652999773622 +Info 27822[11:52:21.310] getCompletionData: Semantic work: 12.613482999615371 +Info 27823[11:52:21.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.447885999456048 +Info 27824[11:52:21.320] Format host information updated +Info 27825[11:52:21.436] Format host information updated +Info 27826[11:52:21.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27827[11:52:21.461] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1821 structureChanged: false structureIsReused:: Completely Elapsed: 24.265734000131488ms +Info 27828[11:52:21.461] Different program with same set of files +Info 27829[11:52:21.582] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27830[11:52:21.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1822 structureChanged: false structureIsReused:: Completely Elapsed: 8.372224000282586ms +Info 27831[11:52:21.591] Different program with same set of files +Info 27832[11:52:21.591] getCompletionData: Get current token: 0.003661000169813633 +Info 27833[11:52:21.591] getCompletionData: Is inside comment: 0.01143800001591444 +Info 27834[11:52:21.591] getCompletionData: Get previous token: 0.01927000004798174 +Info 27835[11:52:21.591] getCompletionsAtPosition: isCompletionListBlocker: 0.006874000653624535 +Info 27836[11:52:21.592] getExportInfoMap: cache hit +Info 27837[11:52:21.594] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 12 from cache +Info 27838[11:52:21.594] collectAutoImports: response is complete +Info 27839[11:52:21.594] collectAutoImports: 2.9104260001331568 +Info 27840[11:52:21.594] getCompletionData: Semantic work: 3.391933999955654 +Info 27841[11:52:21.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0596260000020266 +Info 27842[11:52:21.600] Format host information updated +Info 27843[11:52:21.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27844[11:52:21.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1823 structureChanged: false structureIsReused:: Completely Elapsed: 6.353361999616027ms +Info 27845[11:52:21.767] Different program with same set of files +Info 27846[11:52:21.767] getCompletionData: Get current token: 0.0043490007519721985 +Info 27847[11:52:21.767] getCompletionData: Is inside comment: 0.012986999936401844 +Info 27848[11:52:21.767] getCompletionData: Get previous token: 0.010718999430537224 +Info 27849[11:52:21.767] getCompletionsAtPosition: isCompletionListBlocker: 0.006171000190079212 +Info 27850[11:52:21.768] getExportInfoMap: cache hit +Info 27851[11:52:21.781] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27852[11:52:21.781] collectAutoImports: response is complete +Info 27853[11:52:21.781] collectAutoImports: 13.304194999858737 +Info 27854[11:52:21.781] getCompletionData: Semantic work: 13.790548000484705 +Info 27855[11:52:21.785] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7241110000759363 +Info 27856[11:52:21.788] Format host information updated +Info 27857[11:52:22.065] Format host information updated +Info 27858[11:52:22.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27859[11:52:22.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1824 structureChanged: false structureIsReused:: Completely Elapsed: 8.673489999957383ms +Info 27860[11:52:22.074] Different program with same set of files +Info 27861[11:52:22.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27862[11:52:22.410] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1825 structureChanged: false structureIsReused:: Completely Elapsed: 6.559181000106037ms +Info 27863[11:52:22.410] Different program with same set of files +Info 27864[11:52:22.410] getCompletionData: Get current token: 0.00371599942445755 +Info 27865[11:52:22.410] getCompletionData: Is inside comment: 0.01264100056141615 +Info 27866[11:52:22.410] getCompletionData: Get previous token: 0.020080999471247196 +Info 27867[11:52:22.410] getCompletionsAtPosition: isCompletionListBlocker: 0.00647599995136261 +Info 27868[11:52:22.411] getExportInfoMap: cache hit +Info 27869[11:52:22.416] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 71 from cache +Info 27870[11:52:22.416] collectAutoImports: response is complete +Info 27871[11:52:22.416] collectAutoImports: 4.957452000118792 +Info 27872[11:52:22.416] getCompletionData: Semantic work: 5.526255999691784 +Info 27873[11:52:22.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2984540006145835 +Info 27874[11:52:22.420] Format host information updated +Info 27875[11:52:22.463] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27876[11:52:22.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1826 structureChanged: false structureIsReused:: Completely Elapsed: 12.647512000054121ms +Info 27877[11:52:22.476] Different program with same set of files +Info 27878[11:52:22.476] getCompletionData: Get current token: 0.003977000713348389 +Info 27879[11:52:22.476] getCompletionData: Is inside comment: 0.011932999826967716 +Info 27880[11:52:22.476] getCompletionData: Get previous token: 0.026897999458014965 +Info 27881[11:52:22.476] getCompletionsAtPosition: isCompletionListBlocker: 0.021444999612867832 +Info 27882[11:52:22.477] getExportInfoMap: cache hit +Info 27883[11:52:22.484] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 67 from cache +Info 27884[11:52:22.484] collectAutoImports: response is complete +Info 27885[11:52:22.484] collectAutoImports: 7.145344000309706 +Info 27886[11:52:22.484] getCompletionData: Semantic work: 7.905489000491798 +Info 27887[11:52:22.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7563300002366304 +Info 27888[11:52:22.487] Format host information updated +Info 27889[11:52:22.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27890[11:52:22.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1827 structureChanged: false structureIsReused:: Completely Elapsed: 6.43051499966532ms +Info 27891[11:52:22.547] Different program with same set of files +Info 27892[11:52:22.547] getCompletionData: Get current token: 0.0035170000046491623 +Info 27893[11:52:22.547] getCompletionData: Is inside comment: 0.01131800003349781 +Info 27894[11:52:22.547] getCompletionData: Get previous token: 0.017893999814987183 +Info 27895[11:52:22.547] getCompletionsAtPosition: isCompletionListBlocker: 0.00648800004273653 +Info 27896[11:52:22.547] getExportInfoMap: cache hit +Info 27897[11:52:22.551] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 48 from cache +Info 27898[11:52:22.551] collectAutoImports: response is complete +Info 27899[11:52:22.551] collectAutoImports: 3.3871339997276664 +Info 27900[11:52:22.551] getCompletionData: Semantic work: 3.8619780000299215 +Info 27901[11:52:22.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9838340003043413 +Info 27902[11:52:22.553] Format host information updated +Info 27903[11:52:22.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27904[11:52:22.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1828 structureChanged: false structureIsReused:: Completely Elapsed: 13.640702999196947ms +Info 27905[11:52:22.628] Different program with same set of files +Info 27906[11:52:22.628] getCompletionData: Get current token: 0.010323000140488148 +Info 27907[11:52:22.628] getCompletionData: Is inside comment: 0.032097999937832355 +Info 27908[11:52:22.628] getCompletionData: Get previous token: 0.04923900030553341 +Info 27909[11:52:22.628] getCompletionsAtPosition: isCompletionListBlocker: 0.014194999821484089 +Info 27910[11:52:22.629] getExportInfoMap: cache hit +Info 27911[11:52:22.635] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 4 from cache +Info 27912[11:52:22.635] collectAutoImports: response is complete +Info 27913[11:52:22.635] collectAutoImports: 5.610854000784457 +Info 27914[11:52:22.635] getCompletionData: Semantic work: 6.7137740002945065 +Info 27915[11:52:22.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.444217000156641 +Info 27916[11:52:22.642] Format host information updated +Info 27917[11:52:22.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27918[11:52:22.758] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1829 structureChanged: false structureIsReused:: Completely Elapsed: 25.229543999768794ms +Info 27919[11:52:22.758] Different program with same set of files +Info 27920[11:52:22.759] getCompletionData: Get current token: 0.01970599964261055 +Info 27921[11:52:22.759] getCompletionData: Is inside comment: 0.05787899997085333 +Info 27922[11:52:22.759] getCompletionData: Get previous token: 0.08831200003623962 +Info 27923[11:52:22.759] getCompletionsAtPosition: isCompletionListBlocker: 0.024478000588715076 +Info 27924[11:52:22.761] getExportInfoMap: cache hit +Info 27925[11:52:22.768] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 27926[11:52:22.768] collectAutoImports: response is complete +Info 27927[11:52:22.768] collectAutoImports: 6.884486000053585 +Info 27928[11:52:22.768] getCompletionData: Semantic work: 8.984686999581754 +Info 27929[11:52:22.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.314024000428617 +Info 27930[11:52:22.772] Format host information updated +Info 27931[11:52:22.876] Format host information updated +Info 27932[11:52:22.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27933[11:52:22.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1830 structureChanged: false structureIsReused:: Completely Elapsed: 26.24341099988669ms +Info 27934[11:52:22.903] Different program with same set of files +Info 27935[11:52:22.977] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27936[11:52:22.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1831 structureChanged: false structureIsReused:: Completely Elapsed: 6.279524999670684ms +Info 27937[11:52:22.984] Different program with same set of files +Info 27938[11:52:22.984] getCompletionData: Get current token: 0.0035390006378293037 +Info 27939[11:52:22.984] getCompletionData: Is inside comment: 0.011277999728918076 +Info 27940[11:52:22.984] getCompletionData: Get previous token: 0.018126999959349632 +Info 27941[11:52:22.984] getCompletionsAtPosition: isCompletionListBlocker: 0.006412999704480171 +Info 27942[11:52:22.984] getExportInfoMap: cache hit +Info 27943[11:52:22.988] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 71 from cache +Info 27944[11:52:22.988] collectAutoImports: response is complete +Info 27945[11:52:22.988] collectAutoImports: 4.043189000338316 +Info 27946[11:52:22.988] getCompletionData: Semantic work: 4.498928999528289 +Info 27947[11:52:22.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0761739993467927 +Info 27948[11:52:22.993] Format host information updated +Info 27949[11:52:24.380] Format host information updated +Info 27950[11:52:24.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27951[11:52:24.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1832 structureChanged: false structureIsReused:: Completely Elapsed: 6.389940000139177ms +Info 27952[11:52:24.387] Different program with same set of files +Info 27953[11:52:24.789] Format host information updated +Info 27954[11:52:24.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27955[11:52:24.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1833 structureChanged: false structureIsReused:: Completely Elapsed: 9.291648000478745ms +Info 27956[11:52:24.799] Different program with same set of files +Info 27957[11:52:25.231] Format host information updated +Info 27958[11:52:25.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27959[11:52:25.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1834 structureChanged: false structureIsReused:: Completely Elapsed: 6.460059000179172ms +Info 27960[11:52:25.237] Different program with same set of files +Info 27961[11:52:25.321] Format host information updated +Info 27962[11:52:25.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27963[11:52:25.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1835 structureChanged: false structureIsReused:: Completely Elapsed: 9.037333999760449ms +Info 27964[11:52:25.330] Different program with same set of files +Info 27965[11:52:45.278] Format host information updated +Info 27966[11:52:45.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27967[11:52:45.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1836 structureChanged: false structureIsReused:: Completely Elapsed: 18.840485000051558ms +Info 27968[11:52:45.297] Different program with same set of files +Info 27969[11:52:47.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27970[11:52:47.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1837 structureChanged: false structureIsReused:: Completely Elapsed: 13.08004100061953ms +Info 27971[11:52:47.625] Different program with same set of files +Info 27972[11:52:47.625] getCompletionData: Get current token: 0.0009729992598295212 +Info 27973[11:52:47.625] getCompletionData: Is inside comment: 0.004463999532163143 +Info 27974[11:52:47.625] getCompletionData: Get previous token: 0.008132999762892723 +Info 27975[11:52:47.625] getCompletionsAtPosition: isCompletionListBlocker: 0.0009939996525645256 +Info 27976[11:52:47.625] Returning an empty list because completion was requested in an invalid position. +Info 27977[11:52:47.625] Format host information updated +Info 27978[11:52:48.422] Format host information updated +Info 27979[11:52:48.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27980[11:52:48.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1838 structureChanged: false structureIsReused:: Completely Elapsed: 9.048605999909341ms +Info 27981[11:52:48.431] Different program with same set of files +Info 27982[11:52:48.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27983[11:52:48.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1839 structureChanged: false structureIsReused:: Completely Elapsed: 9.746748000383377ms +Info 27984[11:52:48.507] Different program with same set of files +Info 27985[11:52:48.507] getCompletionData: Get current token: 0.0012379996478557587 +Info 27986[11:52:48.507] getCompletionData: Is inside comment: 0.00811500009149313 +Info 27987[11:52:48.507] getCompletionData: Get previous token: 0.021714000031352043 +Info 27988[11:52:48.507] getCompletionsAtPosition: isCompletionListBlocker: 0.009759999811649323 +Info 27989[11:52:48.508] getExportInfoMap: cache hit +Info 27990[11:52:48.532] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 27991[11:52:48.532] collectAutoImports: response is complete +Info 27992[11:52:48.532] collectAutoImports: 23.243122999556363 +Info 27993[11:52:48.532] getCompletionData: Semantic work: 24.225856999866664 +Info 27994[11:52:48.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.520585000514984 +Info 27995[11:52:48.538] Format host information updated +Info 27996[11:52:48.620] Format host information updated +Info 27997[11:52:48.620] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27998[11:52:48.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1840 structureChanged: false structureIsReused:: Completely Elapsed: 10.228895000182092ms +Info 27999[11:52:48.630] Different program with same set of files +Info 28000[11:52:50.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28001[11:52:50.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1841 structureChanged: false structureIsReused:: Completely Elapsed: 8.31307699996978ms +Info 28002[11:52:50.650] Different program with same set of files +Info 28003[11:52:50.650] getCompletionData: Get current token: 0.0009920001029968262 +Info 28004[11:52:50.650] getCompletionData: Is inside comment: 0.005231999792158604 +Info 28005[11:52:50.650] getCompletionData: Get previous token: 0.010205999948084354 +Info 28006[11:52:50.650] getCompletionsAtPosition: isCompletionListBlocker: 0.007190000265836716 +Info 28007[11:52:50.650] getExportInfoMap: cache hit +Info 28008[11:52:50.654] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 21 from cache +Info 28009[11:52:50.654] collectAutoImports: response is complete +Info 28010[11:52:50.654] collectAutoImports: 3.4004549998790026 +Info 28011[11:52:50.654] getCompletionData: Semantic work: 3.99065800011158 +Info 28012[11:52:50.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2562130000442266 +Info 28013[11:52:50.656] Format host information updated +Info 28014[11:52:51.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28015[11:52:51.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1842 structureChanged: false structureIsReused:: Completely Elapsed: 7.22204399947077ms +Info 28016[11:52:51.010] Different program with same set of files +Info 28017[11:52:51.010] getCompletionData: Get current token: 0.0011329995468258858 +Info 28018[11:52:51.010] getCompletionData: Is inside comment: 0.006289999932050705 +Info 28019[11:52:51.010] getCompletionData: Get previous token: 0.012484000064432621 +Info 28020[11:52:51.010] getCompletionsAtPosition: isCompletionListBlocker: 0.00810800027102232 +Info 28021[11:52:51.011] getExportInfoMap: cache hit +Info 28022[11:52:51.014] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 28023[11:52:51.014] collectAutoImports: response is complete +Info 28024[11:52:51.014] collectAutoImports: 2.979797000065446 +Info 28025[11:52:51.014] getCompletionData: Semantic work: 3.622724000364542 +Info 28026[11:52:51.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3011710001155734 +Info 28027[11:52:51.018] Format host information updated +Info 28028[11:52:51.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28029[11:52:51.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1843 structureChanged: false structureIsReused:: Completely Elapsed: 6.751726999878883ms +Info 28030[11:52:51.233] Different program with same set of files +Info 28031[11:52:51.233] getCompletionData: Get current token: 0.0008720001205801964 +Info 28032[11:52:51.233] getCompletionData: Is inside comment: 0.004379999823868275 +Info 28033[11:52:51.233] getCompletionData: Get previous token: 0.008810999803245068 +Info 28034[11:52:51.233] getCompletionsAtPosition: isCompletionListBlocker: 0.006037999875843525 +Info 28035[11:52:51.234] getExportInfoMap: cache hit +Info 28036[11:52:51.236] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 28037[11:52:51.236] collectAutoImports: response is complete +Info 28038[11:52:51.236] collectAutoImports: 2.3647660007700324 +Info 28039[11:52:51.236] getCompletionData: Semantic work: 2.9300299994647503 +Info 28040[11:52:51.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1131689995527267 +Info 28041[11:52:51.238] Format host information updated +Info 28042[11:52:51.768] Format host information updated +Info 28043[11:52:51.768] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28044[11:52:51.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1844 structureChanged: false structureIsReused:: Completely Elapsed: 9.31385900080204ms +Info 28045[11:52:51.777] Different program with same set of files +Info 28046[11:52:51.902] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28047[11:52:51.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1845 structureChanged: false structureIsReused:: Completely Elapsed: 7.809609000571072ms +Info 28048[11:52:51.910] Different program with same set of files +Info 28049[11:52:51.910] getCompletionData: Get current token: 0.0010999999940395355 +Info 28050[11:52:51.910] getCompletionData: Is inside comment: 0.005385000258684158 +Info 28051[11:52:51.910] getCompletionData: Get previous token: 0.0038109999150037766 +Info 28052[11:52:51.910] getCompletionsAtPosition: isCompletionListBlocker: 0.0065449997782707214 +Info 28053[11:52:51.911] getExportInfoMap: cache hit +Info 28054[11:52:51.929] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 28055[11:52:51.929] collectAutoImports: response is complete +Info 28056[11:52:51.929] collectAutoImports: 18.25956800021231 +Info 28057[11:52:51.929] getCompletionData: Semantic work: 19.00181099958718 +Info 28058[11:52:51.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.077149999327958 +Info 28059[11:52:51.937] Format host information updated +Info 28060[11:52:52.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28061[11:52:52.202] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1846 structureChanged: false structureIsReused:: Completely Elapsed: 7.543391999788582ms +Info 28062[11:52:52.202] Different program with same set of files +Info 28063[11:52:52.202] getCompletionData: Get current token: 0.0012839995324611664 +Info 28064[11:52:52.202] getCompletionData: Is inside comment: 0.006664999760687351 +Info 28065[11:52:52.202] getCompletionData: Get previous token: 0.004877999424934387 +Info 28066[11:52:52.202] getCompletionsAtPosition: isCompletionListBlocker: 0.007747000083327293 +Info 28067[11:52:52.203] getExportInfoMap: cache hit +Info 28068[11:52:52.219] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 28069[11:52:52.219] collectAutoImports: response is complete +Info 28070[11:52:52.219] collectAutoImports: 15.900877000764012 +Info 28071[11:52:52.219] getCompletionData: Semantic work: 16.58919299952686 +Info 28072[11:52:52.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.170715999789536 +Info 28073[11:52:52.228] Format host information updated +Info 28074[11:52:52.266] Format host information updated +Info 28075[11:52:52.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28076[11:52:52.274] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1847 structureChanged: false structureIsReused:: Completely Elapsed: 7.579239999875426ms +Info 28077[11:52:52.274] Different program with same set of files +Info 28078[11:52:52.992] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28079[11:52:53.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1848 structureChanged: false structureIsReused:: Completely Elapsed: 8.877026999369264ms +Info 28080[11:52:53.001] Different program with same set of files +Info 28081[11:52:53.001] getCompletionData: Get current token: 0.0009059999138116837 +Info 28082[11:52:53.001] getCompletionData: Is inside comment: 0.004908000119030476 +Info 28083[11:52:53.001] getCompletionData: Get previous token: 0.009947000071406364 +Info 28084[11:52:53.001] getCompletionsAtPosition: isCompletionListBlocker: 0.007171000353991985 +Info 28085[11:52:53.002] getExportInfoMap: cache hit +Info 28086[11:52:53.006] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 28087[11:52:53.006] collectAutoImports: response is complete +Info 28088[11:52:53.006] collectAutoImports: 3.7045020004734397 +Info 28089[11:52:53.006] getCompletionData: Semantic work: 4.256393000483513 +Info 28090[11:52:53.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3569949995726347 +Info 28091[11:52:53.008] Format host information updated +Info 28092[11:52:53.613] Format host information updated +Info 28093[11:52:53.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28094[11:52:53.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1849 structureChanged: false structureIsReused:: Completely Elapsed: 6.897117999382317ms +Info 28095[11:52:53.621] Different program with same set of files +Info 28096[11:52:53.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28097[11:52:53.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1850 structureChanged: false structureIsReused:: Completely Elapsed: 11.403626999817789ms +Info 28098[11:52:53.753] Different program with same set of files +Info 28099[11:52:53.753] getCompletionData: Get current token: 0.0021649999544024467 +Info 28100[11:52:53.753] getCompletionData: Is inside comment: 0.011785000562667847 +Info 28101[11:52:53.753] getCompletionData: Get previous token: 0.008318000473082066 +Info 28102[11:52:53.753] getCompletionsAtPosition: isCompletionListBlocker: 0.011698000133037567 +Info 28103[11:52:53.754] getExportInfoMap: cache hit +Info 28104[11:52:53.773] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 28105[11:52:53.774] collectAutoImports: response is complete +Info 28106[11:52:53.774] collectAutoImports: 19.156285000033677 +Info 28107[11:52:53.774] getCompletionData: Semantic work: 20.038827000185847 +Info 28108[11:52:53.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.559411999769509 +Info 28109[11:52:53.786] Format host information updated +Info 28110[11:52:53.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28111[11:52:53.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1851 structureChanged: false structureIsReused:: Completely Elapsed: 7.974870000034571ms +Info 28112[11:52:53.945] Different program with same set of files +Info 28113[11:52:53.945] getCompletionData: Get current token: 0.0015569999814033508 +Info 28114[11:52:53.945] getCompletionData: Is inside comment: 0.009225999936461449 +Info 28115[11:52:53.945] getCompletionData: Get previous token: 0.006711999885737896 +Info 28116[11:52:53.945] getCompletionsAtPosition: isCompletionListBlocker: 0.00937500037252903 +Info 28117[11:52:53.946] getExportInfoMap: cache hit +Info 28118[11:52:53.961] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 28119[11:52:53.961] collectAutoImports: response is complete +Info 28120[11:52:53.961] collectAutoImports: 15.290087000466883 +Info 28121[11:52:53.961] getCompletionData: Semantic work: 16.02960199955851 +Info 28122[11:52:53.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3598469998687506 +Info 28123[11:52:53.969] Format host information updated +Info 28124[11:52:54.037] Format host information updated +Info 28125[11:52:54.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28126[11:52:54.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1852 structureChanged: false structureIsReused:: Completely Elapsed: 6.153738999739289ms +Info 28127[11:52:54.044] Different program with same set of files +Info 28128[11:52:54.936] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28129[11:52:54.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1853 structureChanged: false structureIsReused:: Completely Elapsed: 9.412139000371099ms +Info 28130[11:52:54.946] Different program with same set of files +Info 28131[11:52:54.946] getCompletionData: Get current token: 0.0012019993737339973 +Info 28132[11:52:54.946] getCompletionData: Is inside comment: 0.0061900001019239426 +Info 28133[11:52:54.946] getCompletionData: Get previous token: 0.004189999774098396 +Info 28134[11:52:54.946] getCompletionsAtPosition: isCompletionListBlocker: 0.0019340002909302711 +Info 28135[11:52:54.947] getExportInfoMap: cache hit +Info 28136[11:52:54.957] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 28137[11:52:54.957] collectAutoImports: response is complete +Info 28138[11:52:54.957] collectAutoImports: 10.107466000132263 +Info 28139[11:52:54.957] getCompletionData: Semantic work: 10.706884999759495 +Info 28140[11:52:54.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.572540999390185 +Info 28141[11:52:54.963] Format host information updated +Info 28142[11:52:54.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28143[11:52:55.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1854 structureChanged: false structureIsReused:: Completely Elapsed: 6.378325000405312ms +Info 28144[11:52:55.003] Different program with same set of files +Info 28145[11:52:55.003] getCompletionData: Get current token: 0.00110700074583292 +Info 28146[11:52:55.003] getCompletionData: Is inside comment: 0.00747700035572052 +Info 28147[11:52:55.003] getCompletionData: Get previous token: 0.0047530001029372215 +Info 28148[11:52:55.003] getCompletionsAtPosition: isCompletionListBlocker: 0.007021999917924404 +Info 28149[11:52:55.004] getExportInfoMap: cache hit +Info 28150[11:52:55.014] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 28151[11:52:55.014] collectAutoImports: response is complete +Info 28152[11:52:55.014] collectAutoImports: 10.440675000660121 +Info 28153[11:52:55.014] getCompletionData: Semantic work: 10.897683999501169 +Info 28154[11:52:55.017] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7204250004142523 +Info 28155[11:52:55.021] Format host information updated +Info 28156[11:52:55.684] Format host information updated +Info 28157[11:52:55.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28158[11:52:55.690] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1855 structureChanged: false structureIsReused:: Completely Elapsed: 6.515389999374747ms +Info 28159[11:52:55.690] Different program with same set of files +Info 28160[11:52:56.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28161[11:52:56.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1856 structureChanged: false structureIsReused:: Completely Elapsed: 8.684274000115693ms +Info 28162[11:52:56.228] Different program with same set of files +Info 28163[11:52:56.228] getCompletionData: Get current token: 0.001792999915778637 +Info 28164[11:52:56.228] getCompletionData: Is inside comment: 0.0072220005095005035 +Info 28165[11:52:56.228] getCompletionData: Get previous token: 0.005367000587284565 +Info 28166[11:52:56.228] getCompletionsAtPosition: isCompletionListBlocker: 0.002151000313460827 +Info 28167[11:52:56.229] getExportInfoMap: cache hit +Info 28168[11:52:56.239] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 28169[11:52:56.239] collectAutoImports: response is complete +Info 28170[11:52:56.239] collectAutoImports: 10.608008999377489 +Info 28171[11:52:56.239] getCompletionData: Semantic work: 11.099047000519931 +Info 28172[11:52:56.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.626515000127256 +Info 28173[11:52:56.251] Format host information updated +Info 28174[11:52:56.626] Format host information updated +Info 28175[11:52:56.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28176[11:52:56.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1857 structureChanged: false structureIsReused:: Completely Elapsed: 6.495042999275029ms +Info 28177[11:52:56.633] Different program with same set of files +Info 28178[11:52:56.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28179[11:52:56.863] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1858 structureChanged: false structureIsReused:: Completely Elapsed: 9.235031999647617ms +Info 28180[11:52:56.863] Different program with same set of files +Info 28181[11:52:56.863] getCompletionData: Get current token: 0.0019950000569224358 +Info 28182[11:52:56.863] getCompletionData: Is inside comment: 0.006528000347316265 +Info 28183[11:52:56.863] getCompletionData: Get previous token: 0.004983000457286835 +Info 28184[11:52:56.863] getCompletionsAtPosition: isCompletionListBlocker: 0.007001999765634537 +Info 28185[11:52:56.863] getExportInfoMap: cache hit +Info 28186[11:52:56.873] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 28187[11:52:56.873] collectAutoImports: response is complete +Info 28188[11:52:56.873] collectAutoImports: 9.76463000010699 +Info 28189[11:52:56.873] getCompletionData: Semantic work: 10.298603000119328 +Info 28190[11:52:56.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0170889999717474 +Info 28191[11:52:56.880] Format host information updated +Info 28192[11:52:57.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28193[11:52:57.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1859 structureChanged: false structureIsReused:: Completely Elapsed: 6.707915000617504ms +Info 28194[11:52:57.365] Different program with same set of files +Info 28195[11:52:57.366] getCompletionData: Get current token: 0.0010919999331235886 +Info 28196[11:52:57.366] getCompletionData: Is inside comment: 0.008119999431073666 +Info 28197[11:52:57.366] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28198[11:52:57.366] Format host information updated +Info 28199[11:52:57.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28200[11:52:57.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1860 structureChanged: false structureIsReused:: Completely Elapsed: 6.179243999533355ms +Info 28201[11:52:57.521] Different program with same set of files +Info 28202[11:52:57.521] getCompletionData: Get current token: 0.0013180002570152283 +Info 28203[11:52:57.521] getCompletionData: Is inside comment: 0.004224000498652458 +Info 28204[11:52:57.522] Format host information updated +Info 28205[11:52:57.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28206[11:52:57.660] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1861 structureChanged: false structureIsReused:: Completely Elapsed: 22.54704700037837ms +Info 28207[11:52:57.660] Different program with same set of files +Info 28208[11:52:57.660] getCompletionData: Get current token: 0.004086999222636223 +Info 28209[11:52:57.660] getCompletionData: Is inside comment: 0.0120430001989007 +Info 28210[11:52:57.660] Format host information updated +Info 28211[11:52:57.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28212[11:52:57.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1862 structureChanged: false structureIsReused:: Completely Elapsed: 9.094289999455214ms +Info 28213[11:52:57.873] Different program with same set of files +Info 28214[11:52:57.873] getCompletionData: Get current token: 0.001707000657916069 +Info 28215[11:52:57.873] getCompletionData: Is inside comment: 0.005803000181913376 +Info 28216[11:52:57.873] getCompletionData: Get previous token: 0.004333999939262867 +Info 28217[11:52:57.873] getCompletionsAtPosition: isCompletionListBlocker: 0.005745000205934048 +Info 28218[11:52:57.873] getExportInfoMap: cache hit +Info 28219[11:52:57.883] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 28220[11:52:57.883] collectAutoImports: response is complete +Info 28221[11:52:57.883] collectAutoImports: 10.101180999539793 +Info 28222[11:52:57.883] getCompletionData: Semantic work: 10.622214999981225 +Info 28223[11:52:57.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.063630999997258 +Info 28224[11:52:57.891] Format host information updated +Info 28225[11:52:58.404] getCompletionData: Get current token: 0.0014639999717473984 +Info 28226[11:52:58.404] getCompletionData: Is inside comment: 0.005696999840438366 +Info 28227[11:52:58.490] Format host information updated +Info 28228[11:52:58.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28229[11:52:58.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1863 structureChanged: false structureIsReused:: Completely Elapsed: 17.343433000147343ms +Info 28230[11:52:58.508] Different program with same set of files +Info 28231[11:52:58.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28232[11:52:58.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1864 structureChanged: false structureIsReused:: Completely Elapsed: 10.664948999881744ms +Info 28233[11:52:58.603] Different program with same set of files +Info 28234[11:52:58.603] getCompletionData: Get current token: 0.0018250001594424248 +Info 28235[11:52:58.603] getCompletionData: Is inside comment: 0.006126999855041504 +Info 28236[11:52:58.605] Format host information updated +Info 28237[11:52:58.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28238[11:52:58.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1865 structureChanged: false structureIsReused:: Completely Elapsed: 6.395138000138104ms +Info 28239[11:52:58.792] Different program with same set of files +Info 28240[11:52:58.792] getCompletionData: Get current token: 0.0019220001995563507 +Info 28241[11:52:58.792] getCompletionData: Is inside comment: 0.007273999974131584 +Info 28242[11:52:58.792] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28243[11:52:58.792] Format host information updated +Info 28244[11:52:58.953] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28245[11:52:58.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1866 structureChanged: false structureIsReused:: Completely Elapsed: 6.279677999205887ms +Info 28246[11:52:58.960] Different program with same set of files +Info 28247[11:52:58.960] getCompletionData: Get current token: 0.0015429994091391563 +Info 28248[11:52:58.960] getCompletionData: Is inside comment: 0.005830000154674053 +Info 28249[11:52:58.960] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28250[11:52:58.962] Format host information updated +Info 28251[11:52:59.020] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28252[11:52:59.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1867 structureChanged: false structureIsReused:: Completely Elapsed: 14.767126999795437ms +Info 28253[11:52:59.035] Different program with same set of files +Info 28254[11:52:59.035] getCompletionData: Get current token: 0.004851999692618847 +Info 28255[11:52:59.035] getCompletionData: Is inside comment: 0.01718199998140335 +Info 28256[11:52:59.035] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28257[11:52:59.035] Format host information updated +Info 28258[11:52:59.105] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28259[11:52:59.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1868 structureChanged: false structureIsReused:: Completely Elapsed: 6.408878999762237ms +Info 28260[11:52:59.111] Different program with same set of files +Info 28261[11:52:59.111] getCompletionData: Get current token: 0.0018549999222159386 +Info 28262[11:52:59.111] getCompletionData: Is inside comment: 0.00710699986666441 +Info 28263[11:52:59.111] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28264[11:52:59.115] Format host information updated +Info 28265[11:52:59.228] Format host information updated +Info 28266[11:52:59.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28267[11:52:59.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1869 structureChanged: false structureIsReused:: Completely Elapsed: 6.784475000575185ms +Info 28268[11:52:59.235] Different program with same set of files +Info 28269[11:52:59.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28270[11:52:59.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1870 structureChanged: false structureIsReused:: Completely Elapsed: 7.24190799985081ms +Info 28271[11:52:59.396] Different program with same set of files +Info 28272[11:52:59.396] getCompletionData: Get current token: 0.0023659998551011086 +Info 28273[11:52:59.396] getCompletionData: Is inside comment: 0.009318999946117401 +Info 28274[11:52:59.396] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28275[11:52:59.397] Format host information updated +Info 28276[11:52:59.513] Format host information updated +Info 28277[11:52:59.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28278[11:52:59.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1871 structureChanged: false structureIsReused:: Completely Elapsed: 6.047356999479234ms +Info 28279[11:52:59.519] Different program with same set of files +Info 28280[11:53:00.220] getCompletionData: Get current token: 0.022247999906539917 +Info 28281[11:53:00.220] getCompletionData: Is inside comment: 0.00860000029206276 +Info 28282[11:53:00.220] getCompletionData: Get previous token: 0.005390000529587269 +Info 28283[11:53:00.220] getCompletionsAtPosition: isCompletionListBlocker: 0.0021789995953440666 +Info 28284[11:53:00.220] getExportInfoMap: cache hit +Info 28285[11:53:00.237] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28286[11:53:00.237] collectAutoImports: response is complete +Info 28287[11:53:00.237] collectAutoImports: 16.60003999993205 +Info 28288[11:53:00.237] getCompletionData: Semantic work: 17.36949000041932 +Info 28289[11:53:00.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.142450999468565 +Info 28290[11:53:00.636] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28291[11:53:00.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1872 structureChanged: false structureIsReused:: Completely Elapsed: 7.295579000376165ms +Info 28292[11:53:00.643] Different program with same set of files +Info 28293[11:53:00.644] getCompletionData: Get current token: 0.0031649991869926453 +Info 28294[11:53:00.644] getCompletionData: Is inside comment: 0.009651999920606613 +Info 28295[11:53:00.644] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28296[11:53:00.644] Format host information updated +Info 28297[11:53:00.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28298[11:53:00.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1873 structureChanged: false structureIsReused:: Completely Elapsed: 9.13904899917543ms +Info 28299[11:53:00.952] Different program with same set of files +Info 28300[11:53:00.952] getCompletionData: Get current token: 0.004056000150740147 +Info 28301[11:53:00.952] getCompletionData: Is inside comment: 0.011153999716043472 +Info 28302[11:53:00.952] getCompletionData: Get previous token: 0.00800399947911501 +Info 28303[11:53:00.952] getCompletionsAtPosition: isCompletionListBlocker: 0.0029830001294612885 +Info 28304[11:53:00.953] getExportInfoMap: cache hit +Info 28305[11:53:00.967] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28306[11:53:00.967] collectAutoImports: response is complete +Info 28307[11:53:00.967] collectAutoImports: 13.997340000234544 +Info 28308[11:53:00.967] getCompletionData: Semantic work: 14.59368500020355 +Info 28309[11:53:00.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.086260999552906 +Info 28310[11:53:00.979] Format host information updated +Info 28311[11:53:01.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28312[11:53:01.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1874 structureChanged: false structureIsReused:: Completely Elapsed: 6.924895999953151ms +Info 28313[11:53:01.089] Different program with same set of files +Info 28314[11:53:01.089] getCompletionData: Get current token: 0.002940000034868717 +Info 28315[11:53:01.089] getCompletionData: Is inside comment: 0.009252000600099564 +Info 28316[11:53:01.089] getCompletionData: Get previous token: 0.013035000301897526 +Info 28317[11:53:01.089] getCompletionsAtPosition: isCompletionListBlocker: 0.002555999904870987 +Info 28318[11:53:01.090] getExportInfoMap: cache hit +Info 28319[11:53:01.092] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 28320[11:53:01.092] collectAutoImports: response is complete +Info 28321[11:53:01.092] collectAutoImports: 2.3840610003098845 +Info 28322[11:53:01.092] getCompletionData: Semantic work: 2.9058469999581575 +Info 28323[11:53:01.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8197590000927448 +Info 28324[11:53:01.095] Format host information updated +Info 28325[11:53:01.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28326[11:53:01.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1875 structureChanged: false structureIsReused:: Completely Elapsed: 7.832801000215113ms +Info 28327[11:53:01.341] Different program with same set of files +Info 28328[11:53:01.342] getCompletionData: Get current token: 0.003140999935567379 +Info 28329[11:53:01.342] getCompletionData: Is inside comment: 0.01071499940007925 +Info 28330[11:53:01.342] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28331[11:53:01.344] Format host information updated +Info 28332[11:53:01.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28333[11:53:01.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1876 structureChanged: false structureIsReused:: Completely Elapsed: 11.518310000188649ms +Info 28334[11:53:01.646] Different program with same set of files +Info 28335[11:53:01.647] getCompletionData: Get current token: 0.0025679999962449074 +Info 28336[11:53:01.647] getCompletionData: Is inside comment: 0.007299000397324562 +Info 28337[11:53:01.647] getCompletionData: Get previous token: 0.00749799981713295 +Info 28338[11:53:01.647] getCompletionsAtPosition: isCompletionListBlocker: 0.0021789995953440666 +Info 28339[11:53:01.647] getExportInfoMap: cache hit +Info 28340[11:53:01.649] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 28341[11:53:01.649] collectAutoImports: response is complete +Info 28342[11:53:01.649] collectAutoImports: 2.01099899969995 +Info 28343[11:53:01.649] getCompletionData: Semantic work: 2.462729999795556 +Info 28344[11:53:01.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6518970001488924 +Info 28345[11:53:01.652] Format host information updated +Info 28346[11:53:01.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28347[11:53:01.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1877 structureChanged: false structureIsReused:: Completely Elapsed: 6.870248000137508ms +Info 28348[11:53:01.784] Different program with same set of files +Info 28349[11:53:01.784] getCompletionData: Get current token: 0.003312000073492527 +Info 28350[11:53:01.784] getCompletionData: Is inside comment: 0.01001800037920475 +Info 28351[11:53:01.784] getCompletionData: Get previous token: 0.006082000210881233 +Info 28352[11:53:01.784] getCompletionsAtPosition: isCompletionListBlocker: 0.0022290004417300224 +Info 28353[11:53:01.785] getExportInfoMap: cache hit +Info 28354[11:53:01.798] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28355[11:53:01.798] collectAutoImports: response is complete +Info 28356[11:53:01.798] collectAutoImports: 13.28261400014162 +Info 28357[11:53:01.798] getCompletionData: Semantic work: 13.822816000320017 +Info 28358[11:53:01.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.397369000129402 +Info 28359[11:53:01.810] Format host information updated +Info 28360[11:53:02.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28361[11:53:02.115] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1878 structureChanged: false structureIsReused:: Completely Elapsed: 6.547520999796689ms +Info 28362[11:53:02.115] Different program with same set of files +Info 28363[11:53:02.115] getCompletionData: Get current token: 0.003236999735236168 +Info 28364[11:53:02.115] getCompletionData: Is inside comment: 0.008719000034034252 +Info 28365[11:53:02.115] getCompletionData: Get previous token: 0.00586599949747324 +Info 28366[11:53:02.115] getCompletionsAtPosition: isCompletionListBlocker: 0.0031220000237226486 +Info 28367[11:53:02.116] getExportInfoMap: cache hit +Info 28368[11:53:02.128] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28369[11:53:02.128] collectAutoImports: response is complete +Info 28370[11:53:02.129] collectAutoImports: 12.879668000154197 +Info 28371[11:53:02.129] getCompletionData: Semantic work: 13.388295999728143 +Info 28372[11:53:02.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.923236000351608 +Info 28373[11:53:02.137] Format host information updated +Info 28374[11:53:02.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28375[11:53:02.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1879 structureChanged: false structureIsReused:: Completely Elapsed: 6.962794000282884ms +Info 28376[11:53:02.178] Different program with same set of files +Info 28377[11:53:02.178] getCompletionData: Get current token: 0.0038519995287060738 +Info 28378[11:53:02.178] getCompletionData: Is inside comment: 0.010387000627815723 +Info 28379[11:53:02.178] getCompletionData: Get previous token: 0.006425000727176666 +Info 28380[11:53:02.178] getCompletionsAtPosition: isCompletionListBlocker: 0.007311999797821045 +Info 28381[11:53:02.179] getExportInfoMap: cache hit +Info 28382[11:53:02.192] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28383[11:53:02.192] collectAutoImports: response is complete +Info 28384[11:53:02.192] collectAutoImports: 13.358796999789774 +Info 28385[11:53:02.192] getCompletionData: Semantic work: 13.897878999821842 +Info 28386[11:53:02.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8609969997778535 +Info 28387[11:53:02.201] Format host information updated +Info 28388[11:53:02.456] getCompletionData: Get current token: 0.007845000363886356 +Info 28389[11:53:02.456] getCompletionData: Is inside comment: 0.023144000209867954 +Info 28390[11:53:02.456] getCompletionData: Get previous token: 0.015025000087916851 +Info 28391[11:53:02.456] getCompletionsAtPosition: isCompletionListBlocker: 0.0037640007212758064 +Info 28392[11:53:02.456] Returning an empty list because completion was requested in an invalid position. +Info 28393[11:53:02.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28394[11:53:02.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1880 structureChanged: false structureIsReused:: Completely Elapsed: 8.028733000159264ms +Info 28395[11:53:02.673] Different program with same set of files +Info 28396[11:53:02.674] getCompletionData: Get current token: 0.0031880000606179237 +Info 28397[11:53:02.674] getCompletionData: Is inside comment: 0.008596000261604786 +Info 28398[11:53:02.674] getCompletionData: Get previous token: 0.00991200003772974 +Info 28399[11:53:02.674] getCompletionsAtPosition: isCompletionListBlocker: 0.0027289995923638344 +Info 28400[11:53:02.674] getExportInfoMap: cache hit +Info 28401[11:53:02.677] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 28402[11:53:02.677] collectAutoImports: response is complete +Info 28403[11:53:02.677] collectAutoImports: 2.418502999469638 +Info 28404[11:53:02.677] getCompletionData: Semantic work: 2.930093999952078 +Info 28405[11:53:02.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.830342000350356 +Info 28406[11:53:02.679] Format host information updated +Info 28407[11:53:02.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28408[11:53:02.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1881 structureChanged: false structureIsReused:: Completely Elapsed: 6.826883000321686ms +Info 28409[11:53:02.884] Different program with same set of files +Info 28410[11:53:02.885] getCompletionData: Get current token: 0.0036459993571043015 +Info 28411[11:53:02.885] getCompletionData: Is inside comment: 0.008644000627100468 +Info 28412[11:53:02.885] getCompletionData: Get previous token: 0.006082000210881233 +Info 28413[11:53:02.885] getCompletionsAtPosition: isCompletionListBlocker: 0.0020179999992251396 +Info 28414[11:53:02.885] getExportInfoMap: cache hit +Info 28415[11:53:02.897] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28416[11:53:02.897] collectAutoImports: response is complete +Info 28417[11:53:02.897] collectAutoImports: 11.861042000353336 +Info 28418[11:53:02.897] getCompletionData: Semantic work: 12.381252999417484 +Info 28419[11:53:02.901] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.240558000281453 +Info 28420[11:53:02.905] Format host information updated +Info 28421[11:53:02.996] Format host information updated +Info 28422[11:53:02.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28423[11:53:03.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1882 structureChanged: false structureIsReused:: Completely Elapsed: 31.386811000294983ms +Info 28424[11:53:03.028] Different program with same set of files +Info 28425[11:53:03.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28426[11:53:03.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1883 structureChanged: false structureIsReused:: Completely Elapsed: 6.452116000466049ms +Info 28427[11:53:03.401] Different program with same set of files +Info 28428[11:53:03.401] getCompletionData: Get current token: 0.0024950001388788223 +Info 28429[11:53:03.401] getCompletionData: Is inside comment: 0.007702999748289585 +Info 28430[11:53:03.401] getCompletionData: Get previous token: 0.009895999915897846 +Info 28431[11:53:03.402] getCompletionsAtPosition: isCompletionListBlocker: 0.0022370005026459694 +Info 28432[11:53:03.402] getExportInfoMap: cache hit +Info 28433[11:53:03.405] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 28434[11:53:03.405] collectAutoImports: response is complete +Info 28435[11:53:03.405] collectAutoImports: 2.625141999684274 +Info 28436[11:53:03.405] getCompletionData: Semantic work: 3.070218000560999 +Info 28437[11:53:03.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5959930000826716 +Info 28438[11:53:03.407] Format host information updated +Info 28439[11:53:03.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28440[11:53:03.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1884 structureChanged: false structureIsReused:: Completely Elapsed: 6.4452149998396635ms +Info 28441[11:53:03.618] Different program with same set of files +Info 28442[11:53:03.618] getCompletionData: Get current token: 0.0030889995396137238 +Info 28443[11:53:03.618] getCompletionData: Is inside comment: 0.009599000215530396 +Info 28444[11:53:03.618] getCompletionData: Get previous token: 0.01163100078701973 +Info 28445[11:53:03.618] getCompletionsAtPosition: isCompletionListBlocker: 0.0020190002396702766 +Info 28446[11:53:03.618] getExportInfoMap: cache hit +Info 28447[11:53:03.621] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 28448[11:53:03.621] collectAutoImports: response is complete +Info 28449[11:53:03.621] collectAutoImports: 2.8304120004177094 +Info 28450[11:53:03.621] getCompletionData: Semantic work: 3.3229710003361106 +Info 28451[11:53:03.623] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.838871999643743 +Info 28452[11:53:03.624] Format host information updated +Info 28453[11:53:03.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28454[11:53:03.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1885 structureChanged: false structureIsReused:: Completely Elapsed: 6.621987000107765ms +Info 28455[11:53:03.766] Different program with same set of files +Info 28456[11:53:03.766] getCompletionData: Get current token: 0.002868000417947769 +Info 28457[11:53:03.766] getCompletionData: Is inside comment: 0.008483999408781528 +Info 28458[11:53:03.766] getCompletionData: Get previous token: 0.010145999491214752 +Info 28459[11:53:03.766] getCompletionsAtPosition: isCompletionListBlocker: 0.0018210001289844513 +Info 28460[11:53:03.767] getExportInfoMap: cache hit +Info 28461[11:53:03.771] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 28462[11:53:03.771] collectAutoImports: response is complete +Info 28463[11:53:03.771] collectAutoImports: 4.38546899985522 +Info 28464[11:53:03.771] getCompletionData: Semantic work: 4.840247000567615 +Info 28465[11:53:03.773] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8134150002151728 +Info 28466[11:53:03.774] Format host information updated +Info 28467[11:53:03.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28468[11:53:03.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1886 structureChanged: false structureIsReused:: Completely Elapsed: 6.3713269997388124ms +Info 28469[11:53:03.990] Different program with same set of files +Info 28470[11:53:03.990] getCompletionData: Get current token: 0.0028470000252127647 +Info 28471[11:53:03.990] getCompletionData: Is inside comment: 0.008961999788880348 +Info 28472[11:53:03.990] getCompletionData: Get previous token: 0.013645999133586884 +Info 28473[11:53:03.990] getCompletionsAtPosition: isCompletionListBlocker: 0.0021649999544024467 +Info 28474[11:53:03.990] getExportInfoMap: cache hit +Info 28475[11:53:03.993] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 28476[11:53:03.993] collectAutoImports: response is complete +Info 28477[11:53:03.993] collectAutoImports: 2.1570470007136464 +Info 28478[11:53:03.993] getCompletionData: Semantic work: 2.5852919993922114 +Info 28479[11:53:03.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.784694000147283 +Info 28480[11:53:03.995] Format host information updated +Info 28481[11:53:04.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28482[11:53:04.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1887 structureChanged: false structureIsReused:: Completely Elapsed: 8.939385000616312ms +Info 28483[11:53:04.052] Different program with same set of files +Info 28484[11:53:04.053] getCompletionData: Get current token: 0.004773000255227089 +Info 28485[11:53:04.053] getCompletionData: Is inside comment: 0.013647000305354595 +Info 28486[11:53:04.053] getCompletionData: Get previous token: 0.01737000048160553 +Info 28487[11:53:04.053] getCompletionsAtPosition: isCompletionListBlocker: 0.0023530004546046257 +Info 28488[11:53:04.053] getExportInfoMap: cache hit +Info 28489[11:53:04.056] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 28490[11:53:04.056] collectAutoImports: response is complete +Info 28491[11:53:04.057] collectAutoImports: 3.136215000413358 +Info 28492[11:53:04.057] getCompletionData: Semantic work: 3.7326419996097684 +Info 28493[11:53:04.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6367049999535084 +Info 28494[11:53:04.060] Format host information updated +Info 28495[11:53:04.136] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28496[11:53:04.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1888 structureChanged: false structureIsReused:: Completely Elapsed: 22.87598400004208ms +Info 28497[11:53:04.159] Different program with same set of files +Info 28498[11:53:04.160] getCompletionData: Get current token: 0.01355700008571148 +Info 28499[11:53:04.160] getCompletionData: Is inside comment: 0.043176000006496906 +Info 28500[11:53:04.160] getCompletionData: Get previous token: 0.04728600010275841 +Info 28501[11:53:04.160] getCompletionsAtPosition: isCompletionListBlocker: 0.00624299980700016 +Info 28502[11:53:04.161] getExportInfoMap: cache hit +Info 28503[11:53:04.167] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 28504[11:53:04.167] collectAutoImports: response is complete +Info 28505[11:53:04.167] collectAutoImports: 5.827023000456393 +Info 28506[11:53:04.167] getCompletionData: Semantic work: 7.331817999482155 +Info 28507[11:53:04.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.299831000156701 +Info 28508[11:53:04.176] Format host information updated +Info 28509[11:53:04.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28510[11:53:04.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1889 structureChanged: false structureIsReused:: Completely Elapsed: 24.507063999772072ms +Info 28511[11:53:04.344] Different program with same set of files +Info 28512[11:53:04.345] getCompletionData: Get current token: 0.014300999231636524 +Info 28513[11:53:04.345] getCompletionData: Is inside comment: 0.04428299982100725 +Info 28514[11:53:04.345] getCompletionData: Get previous token: 0.053221000358462334 +Info 28515[11:53:04.345] getCompletionsAtPosition: isCompletionListBlocker: 0.006632000207901001 +Info 28516[11:53:04.347] getExportInfoMap: cache hit +Info 28517[11:53:04.354] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 28518[11:53:04.354] collectAutoImports: response is complete +Info 28519[11:53:04.354] collectAutoImports: 6.867395999841392 +Info 28520[11:53:04.354] getCompletionData: Semantic work: 8.56235000025481 +Info 28521[11:53:04.358] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.26262899953872 +Info 28522[11:53:04.359] Format host information updated +Info 28523[11:53:04.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28524[11:53:04.588] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1890 structureChanged: false structureIsReused:: Completely Elapsed: 7.871252000331879ms +Info 28525[11:53:04.588] Different program with same set of files +Info 28526[11:53:04.588] getCompletionData: Get current token: 0.00431900005787611 +Info 28527[11:53:04.588] getCompletionData: Is inside comment: 0.012488000094890594 +Info 28528[11:53:04.588] getCompletionData: Get previous token: 0.015804000198841095 +Info 28529[11:53:04.588] getCompletionsAtPosition: isCompletionListBlocker: 0.0026079993695020676 +Info 28530[11:53:04.589] getExportInfoMap: cache hit +Info 28531[11:53:04.592] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 28532[11:53:04.592] collectAutoImports: response is complete +Info 28533[11:53:04.592] collectAutoImports: 2.9363589994609356 +Info 28534[11:53:04.592] getCompletionData: Semantic work: 3.548483000136912 +Info 28535[11:53:04.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5442810002714396 +Info 28536[11:53:04.595] Format host information updated +Info 28537[11:53:04.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28538[11:53:04.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1891 structureChanged: false structureIsReused:: Completely Elapsed: 6.656716000288725ms +Info 28539[11:53:04.718] Different program with same set of files +Info 28540[11:53:04.718] getCompletionData: Get current token: 0.0035170000046491623 +Info 28541[11:53:04.718] getCompletionData: Is inside comment: 0.010622999630868435 +Info 28542[11:53:04.718] getCompletionData: Get previous token: 0.013072000816464424 +Info 28543[11:53:04.718] getCompletionsAtPosition: isCompletionListBlocker: 0.002127000130712986 +Info 28544[11:53:04.718] getExportInfoMap: cache hit +Info 28545[11:53:04.721] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 28546[11:53:04.721] collectAutoImports: response is complete +Info 28547[11:53:04.721] collectAutoImports: 2.4662759993225336 +Info 28548[11:53:04.721] getCompletionData: Semantic work: 2.9323740005493164 +Info 28549[11:53:04.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.011444000527263 +Info 28550[11:53:04.726] Format host information updated +Info 28551[11:53:05.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28552[11:53:05.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1892 structureChanged: false structureIsReused:: Completely Elapsed: 6.539216999895871ms +Info 28553[11:53:05.023] Different program with same set of files +Info 28554[11:53:05.024] getCompletionData: Get current token: 0.002953999675810337 +Info 28555[11:53:05.024] getCompletionData: Is inside comment: 0.008759000338613987 +Info 28556[11:53:05.024] getCompletionData: Get previous token: 0.010405000299215317 +Info 28557[11:53:05.024] getCompletionsAtPosition: isCompletionListBlocker: 0.0023429999127984047 +Info 28558[11:53:05.024] getExportInfoMap: cache hit +Info 28559[11:53:05.026] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 28560[11:53:05.026] collectAutoImports: response is complete +Info 28561[11:53:05.026] collectAutoImports: 2.1017410000786185 +Info 28562[11:53:05.026] getCompletionData: Semantic work: 2.529601000249386 +Info 28563[11:53:05.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.846586000174284 +Info 28564[11:53:05.029] Format host information updated +Info 28565[11:53:05.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28566[11:53:05.227] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1893 structureChanged: false structureIsReused:: Completely Elapsed: 6.803129999898374ms +Info 28567[11:53:05.227] Different program with same set of files +Info 28568[11:53:05.227] getCompletionData: Get current token: 0.003610999323427677 +Info 28569[11:53:05.227] getCompletionData: Is inside comment: 0.011986000463366508 +Info 28570[11:53:05.227] getCompletionData: Get previous token: 0.01345799956470728 +Info 28571[11:53:05.227] getCompletionsAtPosition: isCompletionListBlocker: 0.002109999768435955 +Info 28572[11:53:05.227] getExportInfoMap: cache hit +Info 28573[11:53:05.230] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 28574[11:53:05.230] collectAutoImports: response is complete +Info 28575[11:53:05.230] collectAutoImports: 2.5057129999622703 +Info 28576[11:53:05.230] getCompletionData: Semantic work: 2.987195000052452 +Info 28577[11:53:05.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.041469999589026 +Info 28578[11:53:05.233] Format host information updated +Info 28579[11:53:05.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28580[11:53:05.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1894 structureChanged: false structureIsReused:: Completely Elapsed: 6.545266999863088ms +Info 28581[11:53:05.393] Different program with same set of files +Info 28582[11:53:05.393] getCompletionData: Get current token: 0.0033459998667240143 +Info 28583[11:53:05.393] getCompletionData: Is inside comment: 0.009891999885439873 +Info 28584[11:53:05.393] getCompletionData: Get previous token: 0.011915999464690685 +Info 28585[11:53:05.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0023170001804828644 +Info 28586[11:53:05.394] getExportInfoMap: cache hit +Info 28587[11:53:05.396] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 28588[11:53:05.396] collectAutoImports: response is complete +Info 28589[11:53:05.396] collectAutoImports: 2.4554589996114373 +Info 28590[11:53:05.396] getCompletionData: Semantic work: 2.9137390004470944 +Info 28591[11:53:05.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.09205299988389 +Info 28592[11:53:05.401] Format host information updated +Info 28593[11:53:05.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28594[11:53:05.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1895 structureChanged: false structureIsReused:: Completely Elapsed: 6.724646000191569ms +Info 28595[11:53:05.528] Different program with same set of files +Info 28596[11:53:05.528] getCompletionData: Get current token: 0.0031840000301599503 +Info 28597[11:53:05.528] getCompletionData: Is inside comment: 0.009492000564932823 +Info 28598[11:53:05.528] getCompletionData: Get previous token: 0.011377999559044838 +Info 28599[11:53:05.528] getCompletionsAtPosition: isCompletionListBlocker: 0.0019990000873804092 +Info 28600[11:53:05.528] getExportInfoMap: cache hit +Info 28601[11:53:05.530] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 28602[11:53:05.530] collectAutoImports: response is complete +Info 28603[11:53:05.530] collectAutoImports: 2.189041000790894 +Info 28604[11:53:05.530] getCompletionData: Semantic work: 2.6185709992423654 +Info 28605[11:53:05.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7757060006260872 +Info 28606[11:53:05.533] Format host information updated +Info 28607[11:53:05.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28608[11:53:05.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1896 structureChanged: false structureIsReused:: Completely Elapsed: 14.392113999463618ms +Info 28609[11:53:05.606] Different program with same set of files +Info 28610[11:53:05.606] getCompletionData: Get current token: 0.0053610000759363174 +Info 28611[11:53:05.606] getCompletionData: Is inside comment: 0.017093000002205372 +Info 28612[11:53:05.607] getCompletionData: Get previous token: 0.02019299939274788 +Info 28613[11:53:05.607] getCompletionsAtPosition: isCompletionListBlocker: 0.0027809999883174896 +Info 28614[11:53:05.607] getExportInfoMap: cache hit +Info 28615[11:53:05.611] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 28616[11:53:05.611] collectAutoImports: response is complete +Info 28617[11:53:05.611] collectAutoImports: 3.7508640000596642 +Info 28618[11:53:05.611] getCompletionData: Semantic work: 4.494315999560058 +Info 28619[11:53:05.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.12720699980855 +Info 28620[11:53:05.615] Format host information updated +Info 28621[11:53:05.795] Format host information updated +Info 28622[11:53:05.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28623[11:53:05.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1897 structureChanged: false structureIsReused:: Completely Elapsed: 5.674944000318646ms +Info 28624[11:53:05.801] Different program with same set of files +Info 28625[11:53:05.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28626[11:53:05.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1898 structureChanged: false structureIsReused:: Completely Elapsed: 19.52227699942887ms +Info 28627[11:53:05.873] Different program with same set of files +Info 28628[11:53:05.874] getCompletionData: Get current token: 0.008836000226438046 +Info 28629[11:53:05.874] getCompletionData: Is inside comment: 0.02627400029450655 +Info 28630[11:53:05.874] getCompletionData: Get previous token: 0.02034000027924776 +Info 28631[11:53:05.874] getCompletionsAtPosition: isCompletionListBlocker: 0.016055000014603138 +Info 28632[11:53:05.875] getExportInfoMap: cache hit +Info 28633[11:53:05.896] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28634[11:53:05.896] collectAutoImports: response is complete +Info 28635[11:53:05.896] collectAutoImports: 21.013180000707507 +Info 28636[11:53:05.896] getCompletionData: Semantic work: 22.026693999767303 +Info 28637[11:53:05.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.568098000250757 +Info 28638[11:53:05.908] Format host information updated +Info 28639[11:53:06.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28640[11:53:06.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1899 structureChanged: false structureIsReused:: Completely Elapsed: 6.285425000824034ms +Info 28641[11:53:06.043] Different program with same set of files +Info 28642[11:53:06.043] getCompletionData: Get current token: 0.002608000300824642 +Info 28643[11:53:06.043] getCompletionData: Is inside comment: 0.008590999990701675 +Info 28644[11:53:06.043] getCompletionData: Get previous token: 0.005572999827563763 +Info 28645[11:53:06.043] getCompletionsAtPosition: isCompletionListBlocker: 0.005940999835729599 +Info 28646[11:53:06.043] getExportInfoMap: cache hit +Info 28647[11:53:06.054] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28648[11:53:06.054] collectAutoImports: response is complete +Info 28649[11:53:06.054] collectAutoImports: 10.848210000433028 +Info 28650[11:53:06.054] getCompletionData: Semantic work: 11.327642999589443 +Info 28651[11:53:06.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.118895000778139 +Info 28652[11:53:06.064] Format host information updated +Info 28653[11:53:06.175] Format host information updated +Info 28654[11:53:06.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28655[11:53:06.182] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1900 structureChanged: false structureIsReused:: Completely Elapsed: 6.409830999560654ms +Info 28656[11:53:06.182] Different program with same set of files +Info 28657[11:53:06.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28658[11:53:06.346] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1901 structureChanged: false structureIsReused:: Completely Elapsed: 6.354120999574661ms +Info 28659[11:53:06.346] Different program with same set of files +Info 28660[11:53:06.346] getCompletionData: Get current token: 0.0021949997171759605 +Info 28661[11:53:06.346] getCompletionData: Is inside comment: 0.008170999586582184 +Info 28662[11:53:06.346] getCompletionData: Get previous token: 0.005231999792158604 +Info 28663[11:53:06.346] getCompletionsAtPosition: isCompletionListBlocker: 0.006776999682188034 +Info 28664[11:53:06.347] getExportInfoMap: cache hit +Info 28665[11:53:06.360] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28666[11:53:06.360] collectAutoImports: response is complete +Info 28667[11:53:06.360] collectAutoImports: 13.133422000333667 +Info 28668[11:53:06.360] getCompletionData: Semantic work: 13.66981100011617 +Info 28669[11:53:06.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.447556000202894 +Info 28670[11:53:06.369] Format host information updated +Info 28671[11:53:07.686] getCompletionData: Get current token: 0.004119999706745148 +Info 28672[11:53:07.686] getCompletionData: Is inside comment: 0.011214000172913074 +Info 28673[11:53:07.686] getCompletionData: Get previous token: 0.013136999681591988 +Info 28674[11:53:07.686] getCompletionsAtPosition: isCompletionListBlocker: 0.0025589996948838234 +Info 28675[11:53:07.686] getExportInfoMap: cache hit +Info 28676[11:53:07.689] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 28677[11:53:07.689] collectAutoImports: response is complete +Info 28678[11:53:07.689] collectAutoImports: 2.528500000014901 +Info 28679[11:53:07.689] getCompletionData: Semantic work: 3.121468000113964 +Info 28680[11:53:07.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9869940001517534 +Info 28681[11:53:07.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28682[11:53:07.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1902 structureChanged: false structureIsReused:: Completely Elapsed: 7.400634000077844ms +Info 28683[11:53:07.831] Different program with same set of files +Info 28684[11:53:07.832] getCompletionData: Get current token: 0.002890000119805336 +Info 28685[11:53:07.832] getCompletionData: Is inside comment: 0.007573000155389309 +Info 28686[11:53:07.832] getCompletionData: Get previous token: 0.009973999112844467 +Info 28687[11:53:07.832] getCompletionsAtPosition: isCompletionListBlocker: 0.026235000230371952 +Info 28688[11:53:07.832] getExportInfoMap: cache hit +Info 28689[11:53:07.843] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28690[11:53:07.843] collectAutoImports: response is complete +Info 28691[11:53:07.843] collectAutoImports: 10.560515999794006 +Info 28692[11:53:07.843] getCompletionData: Semantic work: 10.98511999938637 +Info 28693[11:53:07.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.018683000467718 +Info 28694[11:53:07.856] Format host information updated +Info 28695[11:53:08.803] getCompletionData: Get current token: 0.005878000520169735 +Info 28696[11:53:08.803] getCompletionData: Is inside comment: 0.015399999916553497 +Info 28697[11:53:08.803] getCompletionData: Get previous token: 0.009708000347018242 +Info 28698[11:53:08.803] getCompletionsAtPosition: isCompletionListBlocker: 0.0041780006140470505 +Info 28699[11:53:08.804] getExportInfoMap: cache hit +Info 28700[11:53:08.823] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28701[11:53:08.823] collectAutoImports: response is complete +Info 28702[11:53:08.823] collectAutoImports: 18.92655299976468 +Info 28703[11:53:08.823] getCompletionData: Semantic work: 19.8203889997676 +Info 28704[11:53:08.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.734763999469578 +Info 28705[11:53:09.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28706[11:53:09.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1903 structureChanged: false structureIsReused:: Completely Elapsed: 6.393511000089347ms +Info 28707[11:53:09.023] Different program with same set of files +Info 28708[11:53:09.023] getCompletionData: Get current token: 0.0038350000977516174 +Info 28709[11:53:09.023] getCompletionData: Is inside comment: 0.009972000494599342 +Info 28710[11:53:09.023] getCompletionData: Get previous token: 0.0066189998760819435 +Info 28711[11:53:09.023] getCompletionsAtPosition: isCompletionListBlocker: 0.0014479998499155045 +Info 28712[11:53:09.023] Returning an empty list because completion was requested in an invalid position. +Info 28713[11:53:09.023] Format host information updated +Info 28714[11:53:09.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28715[11:53:09.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1904 structureChanged: false structureIsReused:: Completely Elapsed: 6.760789999738336ms +Info 28716[11:53:09.111] Different program with same set of files +Info 28717[11:53:09.111] getCompletionData: Get current token: 0.003337000496685505 +Info 28718[11:53:09.111] getCompletionData: Is inside comment: 0.00951599981635809 +Info 28719[11:53:09.111] getCompletionData: Get previous token: 0.010719000361859798 +Info 28720[11:53:09.111] getCompletionsAtPosition: isCompletionListBlocker: 0.0014879992231726646 +Info 28721[11:53:09.111] Returning an empty list because completion was requested in an invalid position. +Info 28722[11:53:09.112] Format host information updated +Info 28723[11:53:09.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28724[11:53:09.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1905 structureChanged: false structureIsReused:: Completely Elapsed: 8.086129000410438ms +Info 28725[11:53:09.203] Different program with same set of files +Info 28726[11:53:09.203] getCompletionData: Get current token: 0.0031510004773736 +Info 28727[11:53:09.203] getCompletionData: Is inside comment: 0.008240999653935432 +Info 28728[11:53:09.203] getCompletionData: Get previous token: 0.0054159993305802345 +Info 28729[11:53:09.204] getCompletionsAtPosition: isCompletionListBlocker: 0.009921999648213387 +Info 28730[11:53:09.204] getExportInfoMap: cache hit +Info 28731[11:53:09.217] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28732[11:53:09.218] collectAutoImports: response is complete +Info 28733[11:53:09.218] collectAutoImports: 13.560452000238001 +Info 28734[11:53:09.218] getCompletionData: Semantic work: 13.994930000044405 +Info 28735[11:53:09.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.093788000755012 +Info 28736[11:53:09.229] Format host information updated +Info 28737[11:53:10.832] getCompletionData: Get current token: 0.002093999646604061 +Info 28738[11:53:10.832] getCompletionData: Is inside comment: 0.0069989999756217 +Info 28739[11:53:10.832] getCompletionData: Get previous token: 0.006965000182390213 +Info 28740[11:53:10.832] getCompletionsAtPosition: isCompletionListBlocker: 0.007501999847590923 +Info 28741[11:53:10.833] getExportInfoMap: cache hit +Info 28742[11:53:10.841] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28743[11:53:10.841] collectAutoImports: response is complete +Info 28744[11:53:10.841] collectAutoImports: 8.429190999828279 +Info 28745[11:53:10.841] getCompletionData: Semantic work: 8.943605999462306 +Info 28746[11:53:10.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1237220000475645 +Info 28747[11:53:10.930] Format host information updated +Info 28748[11:53:10.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28749[11:53:10.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1906 structureChanged: false structureIsReused:: Completely Elapsed: 7.651639999821782ms +Info 28750[11:53:10.938] Different program with same set of files +Info 28751[11:53:11.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28752[11:53:11.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1907 structureChanged: false structureIsReused:: Completely Elapsed: 6.540730000473559ms +Info 28753[11:53:11.080] Different program with same set of files +Info 28754[11:53:11.080] getCompletionData: Get current token: 0.002117999829351902 +Info 28755[11:53:11.080] getCompletionData: Is inside comment: 0.007892999798059464 +Info 28756[11:53:11.080] getCompletionData: Get previous token: 0.009531999938189983 +Info 28757[11:53:11.080] getCompletionsAtPosition: isCompletionListBlocker: 0.007551000453531742 +Info 28758[11:53:11.080] getExportInfoMap: cache hit +Info 28759[11:53:11.084] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 150 from cache +Info 28760[11:53:11.084] collectAutoImports: response is complete +Info 28761[11:53:11.084] collectAutoImports: 3.7814830001443624 +Info 28762[11:53:11.084] getCompletionData: Semantic work: 4.231797999702394 +Info 28763[11:53:11.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3252810006961226 +Info 28764[11:53:11.088] Format host information updated +Info 28765[11:53:11.246] Format host information updated +Info 28766[11:53:11.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28767[11:53:11.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1908 structureChanged: false structureIsReused:: Completely Elapsed: 6.403924999758601ms +Info 28768[11:53:11.252] Different program with same set of files +Info 28769[11:53:11.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28770[11:53:11.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1909 structureChanged: false structureIsReused:: Completely Elapsed: 6.456646000035107ms +Info 28771[11:53:11.487] Different program with same set of files +Info 28772[11:53:11.487] getCompletionData: Get current token: 0.0021660001948475838 +Info 28773[11:53:11.487] getCompletionData: Is inside comment: 0.008407999761402607 +Info 28774[11:53:11.487] getCompletionData: Get previous token: 0.005715999752283096 +Info 28775[11:53:11.487] getCompletionsAtPosition: isCompletionListBlocker: 0.006883000023663044 +Info 28776[11:53:11.487] getExportInfoMap: cache hit +Info 28777[11:53:11.499] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28778[11:53:11.499] collectAutoImports: response is complete +Info 28779[11:53:11.499] collectAutoImports: 11.739636999554932 +Info 28780[11:53:11.499] getCompletionData: Semantic work: 12.2137819994241 +Info 28781[11:53:11.504] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.80443000048399 +Info 28782[11:53:11.511] Format host information updated +Info 28783[11:53:11.627] Format host information updated +Info 28784[11:53:11.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28785[11:53:11.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1910 structureChanged: false structureIsReused:: Completely Elapsed: 6.926114000380039ms +Info 28786[11:53:11.634] Different program with same set of files +Info 28787[11:53:11.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28788[11:53:11.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1911 structureChanged: false structureIsReused:: Completely Elapsed: 6.2248340006917715ms +Info 28789[11:53:11.857] Different program with same set of files +Info 28790[11:53:11.857] getCompletionData: Get current token: 0.0020089996978640556 +Info 28791[11:53:11.857] getCompletionData: Is inside comment: 0.007375000044703484 +Info 28792[11:53:11.857] getCompletionData: Get previous token: 0.009960999712347984 +Info 28793[11:53:11.857] getCompletionsAtPosition: isCompletionListBlocker: 0.006648000329732895 +Info 28794[11:53:11.858] getExportInfoMap: cache hit +Info 28795[11:53:11.861] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 28796[11:53:11.861] collectAutoImports: response is complete +Info 28797[11:53:11.861] collectAutoImports: 2.9123280001804233 +Info 28798[11:53:11.861] getCompletionData: Semantic work: 3.3280559992417693 +Info 28799[11:53:11.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8225980000570416 +Info 28800[11:53:11.865] Format host information updated +Info 28801[11:53:12.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28802[11:53:12.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1912 structureChanged: false structureIsReused:: Completely Elapsed: 6.773272999562323ms +Info 28803[11:53:12.040] Different program with same set of files +Info 28804[11:53:12.040] getCompletionData: Get current token: 0.002440999262034893 +Info 28805[11:53:12.040] getCompletionData: Is inside comment: 0.009646999649703503 +Info 28806[11:53:12.040] getCompletionData: Get previous token: 0.013499000109732151 +Info 28807[11:53:12.040] getCompletionsAtPosition: isCompletionListBlocker: 0.006721999496221542 +Info 28808[11:53:12.041] getExportInfoMap: cache hit +Info 28809[11:53:12.044] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 28810[11:53:12.044] collectAutoImports: response is complete +Info 28811[11:53:12.044] collectAutoImports: 2.7214430002495646 +Info 28812[11:53:12.044] getCompletionData: Semantic work: 3.2046010000631213 +Info 28813[11:53:12.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0091260001063347 +Info 28814[11:53:12.047] Format host information updated +Info 28815[11:53:12.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28816[11:53:12.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1913 structureChanged: false structureIsReused:: Completely Elapsed: 8.786451000720263ms +Info 28817[11:53:12.206] Different program with same set of files +Info 28818[11:53:12.206] getCompletionData: Get current token: 0.002552999183535576 +Info 28819[11:53:12.206] getCompletionData: Is inside comment: 0.03467100020498037 +Info 28820[11:53:12.206] getCompletionData: Get previous token: 0.01285099983215332 +Info 28821[11:53:12.206] getCompletionsAtPosition: isCompletionListBlocker: 0.008853000588715076 +Info 28822[11:53:12.206] getExportInfoMap: cache hit +Info 28823[11:53:12.209] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 28824[11:53:12.209] collectAutoImports: response is complete +Info 28825[11:53:12.209] collectAutoImports: 2.672466999851167 +Info 28826[11:53:12.209] getCompletionData: Semantic work: 3.1924360003322363 +Info 28827[11:53:12.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0184960002079606 +Info 28828[11:53:12.212] Format host information updated +Info 28829[11:53:12.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28830[11:53:12.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1914 structureChanged: false structureIsReused:: Completely Elapsed: 6.035616999492049ms +Info 28831[11:53:12.365] Different program with same set of files +Info 28832[11:53:12.365] getCompletionData: Get current token: 0.00240899994969368 +Info 28833[11:53:12.365] getCompletionData: Is inside comment: 0.008382000029087067 +Info 28834[11:53:12.365] getCompletionData: Get previous token: 0.010982000268995762 +Info 28835[11:53:12.365] getCompletionsAtPosition: isCompletionListBlocker: 0.006105000153183937 +Info 28836[11:53:12.365] getExportInfoMap: cache hit +Info 28837[11:53:12.377] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 28838[11:53:12.377] collectAutoImports: response is complete +Info 28839[11:53:12.377] collectAutoImports: 11.88035500049591 +Info 28840[11:53:12.377] getCompletionData: Semantic work: 12.304271999746561 +Info 28841[11:53:12.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.649349000304937 +Info 28842[11:53:12.386] Format host information updated +Info 28843[11:53:12.703] getCompletionData: Get current token: 0.003863999620079994 +Info 28844[11:53:12.703] getCompletionData: Is inside comment: 0.01606099959462881 +Info 28845[11:53:12.703] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28846[11:53:12.832] Format host information updated +Info 28847[11:53:12.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28848[11:53:12.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1915 structureChanged: false structureIsReused:: Completely Elapsed: 27.505266000516713ms +Info 28849[11:53:12.860] Different program with same set of files +Info 28850[11:53:12.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28851[11:53:13.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1916 structureChanged: false structureIsReused:: Completely Elapsed: 7.212886999361217ms +Info 28852[11:53:13.000] Different program with same set of files +Info 28853[11:53:13.000] getCompletionData: Get current token: 0.002658999525010586 +Info 28854[11:53:13.000] getCompletionData: Is inside comment: 0.010886999778449535 +Info 28855[11:53:13.000] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28856[11:53:13.000] Format host information updated +Info 28857[11:53:13.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28858[11:53:13.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1917 structureChanged: false structureIsReused:: Completely Elapsed: 6.73674999922514ms +Info 28859[11:53:13.240] Different program with same set of files +Info 28860[11:53:13.240] getCompletionData: Get current token: 0.002019999548792839 +Info 28861[11:53:13.240] getCompletionData: Is inside comment: 0.009217999875545502 +Info 28862[11:53:13.240] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28863[11:53:13.240] Format host information updated +Info 28864[11:53:13.340] Format host information updated +Info 28865[11:53:13.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28866[11:53:13.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1918 structureChanged: false structureIsReused:: Completely Elapsed: 6.765944000333548ms +Info 28867[11:53:13.347] Different program with same set of files +Info 28868[11:53:14.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28869[11:53:14.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1919 structureChanged: false structureIsReused:: Completely Elapsed: 7.2846080008894205ms +Info 28870[11:53:14.039] Different program with same set of files +Info 28871[11:53:14.039] getCompletionData: Get current token: 0.002135000191628933 +Info 28872[11:53:14.040] getCompletionData: Is inside comment: 0.008512000553309917 +Info 28873[11:53:14.040] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28874[11:53:14.040] Format host information updated +Info 28875[11:53:14.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28876[11:53:14.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1920 structureChanged: false structureIsReused:: Completely Elapsed: 17.202723000198603ms +Info 28877[11:53:14.116] Different program with same set of files +Info 28878[11:53:14.117] getCompletionData: Get current token: 0.006181000731885433 +Info 28879[11:53:14.117] getCompletionData: Is inside comment: 0.025174999609589577 +Info 28880[11:53:14.117] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28881[11:53:14.117] Format host information updated +Info 28882[11:53:14.507] getCompletionData: Get current token: 0.010115000419318676 +Info 28883[11:53:14.508] getCompletionData: Is inside comment: 0.04614099953323603 +Info 28884[11:53:14.508] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28885[11:53:15.692] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28886[11:53:15.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1921 structureChanged: false structureIsReused:: Completely Elapsed: 6.8121819999068975ms +Info 28887[11:53:15.699] Different program with same set of files +Info 28888[11:53:15.699] getCompletionData: Get current token: 0.0021880008280277252 +Info 28889[11:53:15.699] getCompletionData: Is inside comment: 0.009486000053584576 +Info 28890[11:53:15.699] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28891[11:53:15.699] Format host information updated +Info 28892[11:53:16.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28893[11:53:16.263] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1922 structureChanged: false structureIsReused:: Completely Elapsed: 8.552144000306726ms +Info 28894[11:53:16.263] Different program with same set of files +Info 28895[11:53:16.264] getCompletionData: Get current token: 0.0021150000393390656 +Info 28896[11:53:16.264] getCompletionData: Is inside comment: 0.009459000080823898 +Info 28897[11:53:16.264] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28898[11:53:16.264] Format host information updated +Info 28899[11:53:16.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28900[11:53:16.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1923 structureChanged: false structureIsReused:: Completely Elapsed: 8.46165500022471ms +Info 28901[11:53:16.697] Different program with same set of files +Info 28902[11:53:16.697] getCompletionData: Get current token: 0.002788000740110874 +Info 28903[11:53:16.697] getCompletionData: Is inside comment: 0.01166400033980608 +Info 28904[11:53:16.697] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28905[11:53:16.697] Format host information updated +Info 28906[11:53:18.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28907[11:53:18.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1924 structureChanged: false structureIsReused:: Completely Elapsed: 6.5128309996798635ms +Info 28908[11:53:18.170] Different program with same set of files +Info 28909[11:53:18.170] getCompletionData: Get current token: 0.002027999609708786 +Info 28910[11:53:18.170] getCompletionData: Is inside comment: 0.008627999573946 +Info 28911[11:53:18.170] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28912[11:53:18.170] Format host information updated +Info 28913[11:53:18.764] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28914[11:53:18.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1925 structureChanged: false structureIsReused:: Completely Elapsed: 6.494590000249445ms +Info 28915[11:53:18.771] Different program with same set of files +Info 28916[11:53:18.771] getCompletionData: Get current token: 0.002283000387251377 +Info 28917[11:53:18.771] getCompletionData: Is inside comment: 0.009556999430060387 +Info 28918[11:53:18.771] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28919[11:53:18.771] Format host information updated +Info 28920[11:53:19.003] Format host information updated +Info 28921[11:53:19.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28922[11:53:19.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1926 structureChanged: false structureIsReused:: Completely Elapsed: 6.375568000599742ms +Info 28923[11:53:19.010] Different program with same set of files +Info 28924[11:53:19.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28925[11:53:19.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1927 structureChanged: false structureIsReused:: Completely Elapsed: 6.577610000036657ms +Info 28926[11:53:19.502] Different program with same set of files +Info 28927[11:53:19.502] getCompletionData: Get current token: 0.0025919992476701736 +Info 28928[11:53:19.502] getCompletionData: Is inside comment: 0.009384000673890114 +Info 28929[11:53:19.502] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28930[11:53:19.502] Format host information updated +Info 28931[11:53:19.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28932[11:53:19.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1928 structureChanged: false structureIsReused:: Completely Elapsed: 10.744939999654889ms +Info 28933[11:53:19.708] Different program with same set of files +Info 28934[11:53:19.708] getCompletionData: Get current token: 0.0038200002163648605 +Info 28935[11:53:19.708] getCompletionData: Is inside comment: 0.014666999690234661 +Info 28936[11:53:19.708] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28937[11:53:19.709] Format host information updated +Info 28938[11:53:19.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28939[11:53:19.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1929 structureChanged: false structureIsReused:: Completely Elapsed: 6.41616400051862ms +Info 28940[11:53:19.765] Different program with same set of files +Info 28941[11:53:19.766] getCompletionData: Get current token: 0.0021549994125962257 +Info 28942[11:53:19.766] getCompletionData: Is inside comment: 0.009670000523328781 +Info 28943[11:53:19.766] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28944[11:53:19.766] Format host information updated +Info 28945[11:53:20.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28946[11:53:20.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1930 structureChanged: false structureIsReused:: Completely Elapsed: 8.351458000019193ms +Info 28947[11:53:20.075] Different program with same set of files +Info 28948[11:53:20.076] getCompletionData: Get current token: 0.0026169996708631516 +Info 28949[11:53:20.076] getCompletionData: Is inside comment: 0.011321000754833221 +Info 28950[11:53:20.076] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28951[11:53:20.076] Format host information updated +Info 28952[11:53:20.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28953[11:53:20.319] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1931 structureChanged: false structureIsReused:: Completely Elapsed: 6.1603309996426105ms +Info 28954[11:53:20.319] Different program with same set of files +Info 28955[11:53:20.319] getCompletionData: Get current token: 0.0035669999197125435 +Info 28956[11:53:20.319] getCompletionData: Is inside comment: 0.012148000299930573 +Info 28957[11:53:20.319] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28958[11:53:20.319] Format host information updated +Info 28959[11:53:20.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28960[11:53:20.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1932 structureChanged: false structureIsReused:: Completely Elapsed: 6.254455000162125ms +Info 28961[11:53:20.441] Different program with same set of files +Info 28962[11:53:20.441] getCompletionData: Get current token: 0.003361999988555908 +Info 28963[11:53:20.441] getCompletionData: Is inside comment: 0.009507999755442142 +Info 28964[11:53:20.441] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28965[11:53:20.441] Format host information updated +Info 28966[11:53:20.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28967[11:53:20.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1933 structureChanged: false structureIsReused:: Completely Elapsed: 14.105374000035226ms +Info 28968[11:53:20.577] Different program with same set of files +Info 28969[11:53:20.577] getCompletionData: Get current token: 0.0032420000061392784 +Info 28970[11:53:20.577] getCompletionData: Is inside comment: 0.01238699909299612 +Info 28971[11:53:20.577] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28972[11:53:20.581] Format host information updated +Info 28973[11:53:20.956] getCompletionData: Get current token: 0.0028349999338388443 +Info 28974[11:53:20.956] getCompletionData: Is inside comment: 0.014167999848723412 +Info 28975[11:53:20.956] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28976[11:53:21.104] Format host information updated +Info 28977[11:53:21.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28978[11:53:21.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1934 structureChanged: false structureIsReused:: Completely Elapsed: 9.025293000042439ms +Info 28979[11:53:21.113] Different program with same set of files +Info 28980[11:53:21.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28981[11:53:21.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1935 structureChanged: false structureIsReused:: Completely Elapsed: 9.17476399987936ms +Info 28982[11:53:21.249] Different program with same set of files +Info 28983[11:53:21.249] getCompletionData: Get current token: 0.0035190004855394363 +Info 28984[11:53:21.249] getCompletionData: Is inside comment: 0.012329000048339367 +Info 28985[11:53:21.249] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28986[11:53:21.250] Format host information updated +Info 28987[11:53:21.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28988[11:53:21.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1936 structureChanged: false structureIsReused:: Completely Elapsed: 8.523288000375032ms +Info 28989[11:53:21.464] Different program with same set of files +Info 28990[11:53:21.464] getCompletionData: Get current token: 0.002257999964058399 +Info 28991[11:53:21.464] getCompletionData: Is inside comment: 0.03371699992567301 +Info 28992[11:53:21.464] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 28993[11:53:21.465] Format host information updated +Info 28994[11:53:21.517] Format host information updated +Info 28995[11:53:21.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28996[11:53:21.525] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1937 structureChanged: false structureIsReused:: Completely Elapsed: 7.594146999530494ms +Info 28997[11:53:21.525] Different program with same set of files +Info 28998[11:53:21.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28999[11:53:21.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1938 structureChanged: false structureIsReused:: Completely Elapsed: 10.129842000082135ms +Info 29000[11:53:21.861] Different program with same set of files +Info 29001[11:53:21.862] getCompletionData: Get current token: 0.002022000029683113 +Info 29002[11:53:21.862] getCompletionData: Is inside comment: 0.00855299923568964 +Info 29003[11:53:21.862] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 29004[11:53:21.862] Format host information updated +Info 29005[11:53:22.065] Format host information updated +Info 29006[11:53:22.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29007[11:53:22.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1939 structureChanged: false structureIsReused:: Completely Elapsed: 8.99258999992162ms +Info 29008[11:53:22.074] Different program with same set of files +Info 29009[11:53:22.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29010[11:53:22.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1940 structureChanged: false structureIsReused:: Completely Elapsed: 20.83896099962294ms +Info 29011[11:53:22.164] Different program with same set of files +Info 29012[11:53:22.165] getCompletionData: Get current token: 0.0072109997272491455 +Info 29013[11:53:22.165] getCompletionData: Is inside comment: 0.02986499946564436 +Info 29014[11:53:22.165] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 29015[11:53:22.165] Format host information updated +Info 29016[11:53:22.269] Format host information updated +Info 29017[11:53:22.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29018[11:53:22.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1941 structureChanged: false structureIsReused:: Completely Elapsed: 7.05031399987638ms +Info 29019[11:53:22.277] Different program with same set of files +Info 29020[11:53:22.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29021[11:53:22.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1942 structureChanged: false structureIsReused:: Completely Elapsed: 8.491767999716103ms +Info 29022[11:53:22.421] Different program with same set of files +Info 29023[11:53:22.421] getCompletionData: Get current token: 0.0028289994224905968 +Info 29024[11:53:22.421] getCompletionData: Is inside comment: 0.011408999562263489 +Info 29025[11:53:22.421] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 29026[11:53:22.423] Format host information updated +Info 29027[11:53:22.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29028[11:53:22.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1943 structureChanged: false structureIsReused:: Completely Elapsed: 7.543614000082016ms +Info 29029[11:53:22.614] Different program with same set of files +Info 29030[11:53:22.614] getCompletionData: Get current token: 0.002484000287950039 +Info 29031[11:53:22.614] getCompletionData: Is inside comment: 0.00999400019645691 +Info 29032[11:53:22.614] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 29033[11:53:22.614] Format host information updated +Info 29034[11:53:22.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29035[11:53:22.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1944 structureChanged: false structureIsReused:: Completely Elapsed: 8.500331999734044ms +Info 29036[11:53:22.760] Different program with same set of files +Info 29037[11:53:22.760] getCompletionData: Get current token: 0.0035199997946619987 +Info 29038[11:53:22.760] getCompletionData: Is inside comment: 0.012330000288784504 +Info 29039[11:53:22.760] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 29040[11:53:22.762] Format host information updated +Info 29041[11:53:22.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29042[11:53:22.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1945 structureChanged: false structureIsReused:: Completely Elapsed: 23.039363999851048ms +Info 29043[11:53:22.852] Different program with same set of files +Info 29044[11:53:22.852] getCompletionData: Get current token: 0.007606999948620796 +Info 29045[11:53:22.852] getCompletionData: Is inside comment: 0.03134400025010109 +Info 29046[11:53:22.852] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 29047[11:53:22.853] Format host information updated +Info 29048[11:53:22.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29049[11:53:22.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1946 structureChanged: false structureIsReused:: Completely Elapsed: 15.206569000147283ms +Info 29050[11:53:22.922] Different program with same set of files +Info 29051[11:53:22.922] getCompletionData: Get current token: 0.00860000029206276 +Info 29052[11:53:22.922] getCompletionData: Is inside comment: 0.02834700047969818 +Info 29053[11:53:22.922] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 29054[11:53:22.927] Format host information updated +Info 29055[11:53:23.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29056[11:53:23.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1947 structureChanged: false structureIsReused:: Completely Elapsed: 25.385551000013947ms +Info 29057[11:53:23.061] Different program with same set of files +Info 29058[11:53:23.062] getCompletionData: Get current token: 0.011442000046372414 +Info 29059[11:53:23.062] getCompletionData: Is inside comment: 0.04864299949258566 +Info 29060[11:53:23.062] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 29061[11:53:23.063] Format host information updated +Info 29062[11:53:23.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29063[11:53:23.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1948 structureChanged: false structureIsReused:: Completely Elapsed: 25.796730000525713ms +Info 29064[11:53:23.205] Different program with same set of files +Info 29065[11:53:23.206] getCompletionData: Get current token: 0.015375999733805656 +Info 29066[11:53:23.206] getCompletionData: Is inside comment: 0.053017000667750835 +Info 29067[11:53:23.206] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 29068[11:53:23.215] Format host information updated +Info 29069[11:53:23.941] Format host information updated +Info 29070[11:53:23.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29071[11:53:23.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1949 structureChanged: false structureIsReused:: Completely Elapsed: 7.163494000211358ms +Info 29072[11:53:23.948] Different program with same set of files +Info 29073[11:53:32.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29074[11:53:32.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1950 structureChanged: false structureIsReused:: Completely Elapsed: 7.24463199917227ms +Info 29075[11:53:32.165] Different program with same set of files +Info 29076[11:53:32.165] getCompletionData: Get current token: 0.0066370004788041115 +Info 29077[11:53:32.165] getCompletionData: Is inside comment: 0.013403999619185925 +Info 29078[11:53:32.165] getCompletionData: Get previous token: 0.011063000187277794 +Info 29079[11:53:32.165] getCompletionsAtPosition: isCompletionListBlocker: 0.00289200060069561 +Info 29080[11:53:32.165] getExportInfoMap: cache hit +Info 29081[11:53:32.181] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 29082[11:53:32.181] collectAutoImports: response is complete +Info 29083[11:53:32.181] collectAutoImports: 15.233028000220656 +Info 29084[11:53:32.181] getCompletionData: Semantic work: 15.913141999393702 +Info 29085[11:53:32.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.785724000073969 +Info 29086[11:53:32.191] Format host information updated +Info 29087[11:53:32.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29088[11:53:32.826] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1951 structureChanged: false structureIsReused:: Completely Elapsed: 7.006056999787688ms +Info 29089[11:53:32.826] Different program with same set of files +Info 29090[11:53:32.826] getCompletionData: Get current token: 0.00396099966019392 +Info 29091[11:53:32.826] getCompletionData: Is inside comment: 0.013207999989390373 +Info 29092[11:53:32.826] getCompletionData: Get previous token: 0.016417999751865864 +Info 29093[11:53:32.826] getCompletionsAtPosition: isCompletionListBlocker: 0.002975999377667904 +Info 29094[11:53:32.827] getExportInfoMap: cache hit +Info 29095[11:53:32.829] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29096[11:53:32.829] collectAutoImports: response is complete +Info 29097[11:53:32.829] collectAutoImports: 2.1206789994612336 +Info 29098[11:53:32.829] getCompletionData: Semantic work: 2.684112999588251 +Info 29099[11:53:32.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.018482000567019 +Info 29100[11:53:32.832] Format host information updated +Info 29101[11:53:33.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29102[11:53:33.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1952 structureChanged: false structureIsReused:: Completely Elapsed: 8.747340000234544ms +Info 29103[11:53:33.326] Different program with same set of files +Info 29104[11:53:33.327] getCompletionData: Get current token: 0.004355999641120434 +Info 29105[11:53:33.327] getCompletionData: Is inside comment: 0.012035999447107315 +Info 29106[11:53:33.327] getCompletionData: Get previous token: 0.008696000091731548 +Info 29107[11:53:33.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0020340001210570335 +Info 29108[11:53:33.327] getExportInfoMap: cache hit +Info 29109[11:53:33.340] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 29110[11:53:33.340] collectAutoImports: response is complete +Info 29111[11:53:33.340] collectAutoImports: 12.298519999720156 +Info 29112[11:53:33.340] getCompletionData: Semantic work: 12.864443000406027 +Info 29113[11:53:33.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.1694630002602935 +Info 29114[11:53:33.352] Format host information updated +Info 29115[11:53:33.827] Format host information updated +Info 29116[11:53:33.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29117[11:53:33.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1953 structureChanged: false structureIsReused:: Completely Elapsed: 6.48976599983871ms +Info 29118[11:53:33.833] Different program with same set of files +Info 29119[11:53:34.206] getCompletionData: Get current token: 0.003360999748110771 +Info 29120[11:53:34.206] getCompletionData: Is inside comment: 0.024653000757098198 +Info 29121[11:53:34.206] getCompletionData: Get previous token: 0.0338960001245141 +Info 29122[11:53:34.206] getCompletionsAtPosition: isCompletionListBlocker: 0.00212900061160326 +Info 29123[11:53:34.207] getExportInfoMap: cache hit +Info 29124[11:53:34.218] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 29125[11:53:34.218] collectAutoImports: response is complete +Info 29126[11:53:34.218] collectAutoImports: 11.440454999916255 +Info 29127[11:53:34.218] getCompletionData: Semantic work: 12.10260900016874 +Info 29128[11:53:34.224] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.362862999550998 +Info 29129[11:53:34.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29130[11:53:34.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1954 structureChanged: false structureIsReused:: Completely Elapsed: 7.252474000677466ms +Info 29131[11:53:34.462] Different program with same set of files +Info 29132[11:53:34.462] getCompletionData: Get current token: 0.004937999881803989 +Info 29133[11:53:34.462] getCompletionData: Is inside comment: 0.02969499956816435 +Info 29134[11:53:34.462] getCompletionData: Get previous token: 0.009014000184834003 +Info 29135[11:53:34.462] getCompletionsAtPosition: isCompletionListBlocker: 0.006101999431848526 +Info 29136[11:53:34.462] getExportInfoMap: cache hit +Info 29137[11:53:34.475] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 29138[11:53:34.475] collectAutoImports: response is complete +Info 29139[11:53:34.475] collectAutoImports: 12.441227999515831 +Info 29140[11:53:34.475] getCompletionData: Semantic work: 12.963938999921083 +Info 29141[11:53:34.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.308791999705136 +Info 29142[11:53:34.484] Format host information updated +Info 29143[11:53:35.337] getCompletionData: Get current token: 0.003638000227510929 +Info 29144[11:53:35.337] getCompletionData: Is inside comment: 0.01192499976605177 +Info 29145[11:53:35.337] getCompletionData: Get previous token: 0.014527999795973301 +Info 29146[11:53:35.337] getCompletionsAtPosition: isCompletionListBlocker: 0.001776999793946743 +Info 29147[11:53:35.337] Returning an empty list because completion was requested in an invalid position. +Info 29148[11:53:35.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29149[11:53:35.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1955 structureChanged: false structureIsReused:: Completely Elapsed: 6.542725999839604ms +Info 29150[11:53:35.475] Different program with same set of files +Info 29151[11:53:35.475] getCompletionData: Get current token: 0.003533000126481056 +Info 29152[11:53:35.475] getCompletionData: Is inside comment: 0.010970000177621841 +Info 29153[11:53:35.475] getCompletionData: Get previous token: 0.014402000233530998 +Info 29154[11:53:35.475] getCompletionsAtPosition: isCompletionListBlocker: 0.0014169998466968536 +Info 29155[11:53:35.475] Returning an empty list because completion was requested in an invalid position. +Info 29156[11:53:35.475] Format host information updated +Info 29157[11:53:38.113] Format host information updated +Info 29158[11:53:38.113] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29159[11:53:38.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1956 structureChanged: false structureIsReused:: Completely Elapsed: 25.98243600036949ms +Info 29160[11:53:38.139] Different program with same set of files +Info 29161[11:53:38.841] Format host information updated +Info 29162[11:53:38.841] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29163[11:53:38.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1957 structureChanged: false structureIsReused:: Completely Elapsed: 10.766702000051737ms +Info 29164[11:53:38.852] Different program with same set of files +Info 29165[11:53:42.568] Format host information updated +Info 29166[11:53:42.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29167[11:53:42.578] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1958 structureChanged: false structureIsReused:: Completely Elapsed: 9.77225499972701ms +Info 29168[11:53:42.578] Different program with same set of files +Info 29169[11:53:42.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29170[11:53:42.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1959 structureChanged: false structureIsReused:: Completely Elapsed: 9.40336799994111ms +Info 29171[11:53:42.974] Different program with same set of files +Info 29172[11:53:42.974] getCompletionData: Get current token: 0.0013970006257295609 +Info 29173[11:53:42.974] getCompletionData: Is inside comment: 0.00688799936324358 +Info 29174[11:53:42.974] getCompletionData: Get previous token: 0.017942999489605427 +Info 29175[11:53:42.974] getCompletionsAtPosition: isCompletionListBlocker: 0.008942000567913055 +Info 29176[11:53:42.975] getExportInfoMap: cache hit +Info 29177[11:53:42.981] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 29178[11:53:42.981] collectAutoImports: response is complete +Info 29179[11:53:42.981] collectAutoImports: 6.402972999960184 +Info 29180[11:53:42.981] getCompletionData: Semantic work: 7.296808999963105 +Info 29181[11:53:42.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.550831999629736 +Info 29182[11:53:42.984] Format host information updated +Info 29183[11:53:43.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29184[11:53:43.211] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1960 structureChanged: false structureIsReused:: Completely Elapsed: 9.723885000683367ms +Info 29185[11:53:43.211] Different program with same set of files +Info 29186[11:53:43.211] getCompletionData: Get current token: 0.000997999683022499 +Info 29187[11:53:43.211] getCompletionData: Is inside comment: 0.005462000146508217 +Info 29188[11:53:43.212] getCompletionData: Get previous token: 0.011146999895572662 +Info 29189[11:53:43.212] getCompletionsAtPosition: isCompletionListBlocker: 0.007667000405490398 +Info 29190[11:53:43.212] getExportInfoMap: cache hit +Info 29191[11:53:43.216] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 21 from cache +Info 29192[11:53:43.216] collectAutoImports: response is complete +Info 29193[11:53:43.216] collectAutoImports: 3.3362960005179048 +Info 29194[11:53:43.216] getCompletionData: Semantic work: 4.0127419997006655 +Info 29195[11:53:43.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1793520003557205 +Info 29196[11:53:43.217] Format host information updated +Info 29197[11:53:43.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29198[11:53:43.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1961 structureChanged: false structureIsReused:: Completely Elapsed: 8.236290000379086ms +Info 29199[11:53:43.342] Different program with same set of files +Info 29200[11:53:43.342] getCompletionData: Get current token: 0.0009840000420808792 +Info 29201[11:53:43.342] getCompletionData: Is inside comment: 0.005726000294089317 +Info 29202[11:53:43.342] getCompletionData: Get previous token: 0.01236599963158369 +Info 29203[11:53:43.342] getCompletionsAtPosition: isCompletionListBlocker: 0.007442999631166458 +Info 29204[11:53:43.342] getExportInfoMap: cache hit +Info 29205[11:53:43.345] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 29206[11:53:43.345] collectAutoImports: response is complete +Info 29207[11:53:43.345] collectAutoImports: 2.581871999427676 +Info 29208[11:53:43.345] getCompletionData: Semantic work: 3.1921700006350875 +Info 29209[11:53:43.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1483410000801086 +Info 29210[11:53:43.347] Format host information updated +Info 29211[11:53:43.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29212[11:53:43.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1962 structureChanged: false structureIsReused:: Completely Elapsed: 9.125711999833584ms +Info 29213[11:53:43.507] Different program with same set of files +Info 29214[11:53:43.507] getCompletionData: Get current token: 0.0015219999477267265 +Info 29215[11:53:43.507] getCompletionData: Is inside comment: 0.006923999637365341 +Info 29216[11:53:43.507] getCompletionData: Get previous token: 0.01423799991607666 +Info 29217[11:53:43.507] getCompletionsAtPosition: isCompletionListBlocker: 0.008220000192523003 +Info 29218[11:53:43.508] getExportInfoMap: cache hit +Info 29219[11:53:43.511] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 29220[11:53:43.511] collectAutoImports: response is complete +Info 29221[11:53:43.511] collectAutoImports: 2.7917639994993806 +Info 29222[11:53:43.511] getCompletionData: Semantic work: 3.4945399994030595 +Info 29223[11:53:43.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3312050001695752 +Info 29224[11:53:43.513] Format host information updated +Info 29225[11:53:44.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29226[11:53:44.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1963 structureChanged: false structureIsReused:: Completely Elapsed: 8.04706000071019ms +Info 29227[11:53:44.036] Different program with same set of files +Info 29228[11:53:44.036] getCompletionData: Get current token: 0.0022130003198981285 +Info 29229[11:53:44.036] getCompletionData: Is inside comment: 0.0066300006583333015 +Info 29230[11:53:44.036] getCompletionData: Get previous token: 0.0046880003064870834 +Info 29231[11:53:44.036] getCompletionsAtPosition: isCompletionListBlocker: 0.002698000520467758 +Info 29232[11:53:44.037] getExportInfoMap: cache hit +Info 29233[11:53:44.053] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29234[11:53:44.053] collectAutoImports: response is complete +Info 29235[11:53:44.053] collectAutoImports: 16.54647000040859 +Info 29236[11:53:44.053] getCompletionData: Semantic work: 17.144292999990284 +Info 29237[11:53:44.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7350809993222356 +Info 29238[11:53:44.060] Format host information updated +Info 29239[11:53:44.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29240[11:53:44.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1964 structureChanged: false structureIsReused:: Completely Elapsed: 10.647809999994934ms +Info 29241[11:53:44.288] Different program with same set of files +Info 29242[11:53:44.289] getCompletionData: Get current token: 0.0020030001178383827 +Info 29243[11:53:44.289] getCompletionData: Is inside comment: 0.01182899996638298 +Info 29244[11:53:44.289] getCompletionData: Get previous token: 0.01674600038677454 +Info 29245[11:53:44.289] getCompletionsAtPosition: isCompletionListBlocker: 0.0031829997897148132 +Info 29246[11:53:44.289] getExportInfoMap: cache hit +Info 29247[11:53:44.294] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 76 from cache +Info 29248[11:53:44.294] collectAutoImports: response is complete +Info 29249[11:53:44.294] collectAutoImports: 4.775504000484943 +Info 29250[11:53:44.294] getCompletionData: Semantic work: 5.425667000003159 +Info 29251[11:53:44.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6162219997495413 +Info 29252[11:53:44.297] Format host information updated +Info 29253[11:53:44.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29254[11:53:44.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1965 structureChanged: false structureIsReused:: Completely Elapsed: 6.867058999836445ms +Info 29255[11:53:44.557] Different program with same set of files +Info 29256[11:53:44.557] getCompletionData: Get current token: 0.0009289998561143875 +Info 29257[11:53:44.557] getCompletionData: Is inside comment: 0.006900000385940075 +Info 29258[11:53:44.557] getCompletionData: Get previous token: 0.0049299998208880424 +Info 29259[11:53:44.557] getCompletionsAtPosition: isCompletionListBlocker: 0.00735899992287159 +Info 29260[11:53:44.558] getExportInfoMap: cache hit +Info 29261[11:53:44.572] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29262[11:53:44.572] collectAutoImports: response is complete +Info 29263[11:53:44.572] collectAutoImports: 14.65688000060618 +Info 29264[11:53:44.572] getCompletionData: Semantic work: 15.189399000257254 +Info 29265[11:53:44.576] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2524439999833703 +Info 29266[11:53:44.579] Format host information updated +Info 29267[11:53:44.795] Format host information updated +Info 29268[11:53:44.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29269[11:53:44.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1966 structureChanged: false structureIsReused:: Completely Elapsed: 6.877128000371158ms +Info 29270[11:53:44.802] Different program with same set of files +Info 29271[11:53:44.953] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29272[11:53:44.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1967 structureChanged: false structureIsReused:: Completely Elapsed: 7.171858999878168ms +Info 29273[11:53:44.961] Different program with same set of files +Info 29274[11:53:44.961] getCompletionData: Get current token: 0.0013140002265572548 +Info 29275[11:53:44.961] getCompletionData: Is inside comment: 0.00739699974656105 +Info 29276[11:53:44.961] getCompletionData: Get previous token: 0.0055219996720552444 +Info 29277[11:53:44.961] getCompletionsAtPosition: isCompletionListBlocker: 0.007885999977588654 +Info 29278[11:53:44.962] getExportInfoMap: cache hit +Info 29279[11:53:44.981] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29280[11:53:44.981] collectAutoImports: response is complete +Info 29281[11:53:44.981] collectAutoImports: 19.147248999215662 +Info 29282[11:53:44.981] getCompletionData: Semantic work: 19.927569999359548 +Info 29283[11:53:44.985] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.682243000715971 +Info 29284[11:53:44.988] Format host information updated +Info 29285[11:53:45.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29286[11:53:45.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1968 structureChanged: false structureIsReused:: Completely Elapsed: 28.546968000009656ms +Info 29287[11:53:45.122] Different program with same set of files +Info 29288[11:53:45.122] getCompletionData: Get current token: 0.002668999135494232 +Info 29289[11:53:45.122] getCompletionData: Is inside comment: 0.015226999297738075 +Info 29290[11:53:45.123] getCompletionData: Get previous token: 0.010803000070154667 +Info 29291[11:53:45.123] getCompletionsAtPosition: isCompletionListBlocker: 0.013956000097095966 +Info 29292[11:53:45.124] getExportInfoMap: cache hit +Info 29293[11:53:45.141] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29294[11:53:45.141] collectAutoImports: response is complete +Info 29295[11:53:45.141] collectAutoImports: 17.743734000250697 +Info 29296[11:53:45.141] getCompletionData: Semantic work: 18.755687999539077 +Info 29297[11:53:45.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.679808000102639 +Info 29298[11:53:45.150] Format host information updated +Info 29299[11:53:45.160] Format host information updated +Info 29300[11:53:45.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29301[11:53:45.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1969 structureChanged: false structureIsReused:: Completely Elapsed: 8.457088000141084ms +Info 29302[11:53:45.168] Different program with same set of files +Info 29303[11:53:45.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29304[11:53:45.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1970 structureChanged: false structureIsReused:: Completely Elapsed: 7.2119569992646575ms +Info 29305[11:53:45.378] Different program with same set of files +Info 29306[11:53:45.378] getCompletionData: Get current token: 0.0010599996894598007 +Info 29307[11:53:45.378] getCompletionData: Is inside comment: 0.00585199985653162 +Info 29308[11:53:45.378] getCompletionData: Get previous token: 0.013563999906182289 +Info 29309[11:53:45.378] getCompletionsAtPosition: isCompletionListBlocker: 0.009547000750899315 +Info 29310[11:53:45.379] getExportInfoMap: cache hit +Info 29311[11:53:45.382] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 29312[11:53:45.382] collectAutoImports: response is complete +Info 29313[11:53:45.382] collectAutoImports: 3.7858459996059537 +Info 29314[11:53:45.382] getCompletionData: Semantic work: 4.300010999664664 +Info 29315[11:53:45.384] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3194530000910163 +Info 29316[11:53:45.384] Format host information updated +Info 29317[11:53:45.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29318[11:53:45.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1971 structureChanged: false structureIsReused:: Completely Elapsed: 9.287797999568284ms +Info 29319[11:53:45.541] Different program with same set of files +Info 29320[11:53:45.541] getCompletionData: Get current token: 0.0010979995131492615 +Info 29321[11:53:45.541] getCompletionData: Is inside comment: 0.006803000345826149 +Info 29322[11:53:45.541] getCompletionData: Get previous token: 0.014777999371290207 +Info 29323[11:53:45.541] getCompletionsAtPosition: isCompletionListBlocker: 0.008000999689102173 +Info 29324[11:53:45.541] getExportInfoMap: cache hit +Info 29325[11:53:45.545] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 24 from cache +Info 29326[11:53:45.545] collectAutoImports: response is complete +Info 29327[11:53:45.545] collectAutoImports: 3.7905770000070333 +Info 29328[11:53:45.545] getCompletionData: Semantic work: 4.336184999905527 +Info 29329[11:53:45.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.487062000669539 +Info 29330[11:53:45.547] Format host information updated +Info 29331[11:53:45.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29332[11:53:45.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1972 structureChanged: false structureIsReused:: Completely Elapsed: 8.983225000090897ms +Info 29333[11:53:45.602] Different program with same set of files +Info 29334[11:53:45.602] getCompletionData: Get current token: 0.00153299979865551 +Info 29335[11:53:45.602] getCompletionData: Is inside comment: 0.008907999843358994 +Info 29336[11:53:45.602] getCompletionData: Get previous token: 0.020845000632107258 +Info 29337[11:53:45.602] getCompletionsAtPosition: isCompletionListBlocker: 0.009863999672234058 +Info 29338[11:53:45.603] getExportInfoMap: cache hit +Info 29339[11:53:45.606] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 29340[11:53:45.606] collectAutoImports: response is complete +Info 29341[11:53:45.606] collectAutoImports: 3.6046979995444417 +Info 29342[11:53:45.606] getCompletionData: Semantic work: 4.26552200037986 +Info 29343[11:53:45.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6541680004447699 +Info 29344[11:53:45.613] Format host information updated +Info 29345[11:53:45.748] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29346[11:53:45.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1973 structureChanged: false structureIsReused:: Completely Elapsed: 8.256242999807ms +Info 29347[11:53:45.756] Different program with same set of files +Info 29348[11:53:45.756] getCompletionData: Get current token: 0.0009540002793073654 +Info 29349[11:53:45.756] getCompletionData: Is inside comment: 0.005456000566482544 +Info 29350[11:53:45.757] getCompletionData: Get previous token: 0.012572999112308025 +Info 29351[11:53:45.757] getCompletionsAtPosition: isCompletionListBlocker: 0.007069999352097511 +Info 29352[11:53:45.757] getExportInfoMap: cache hit +Info 29353[11:53:45.759] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 29354[11:53:45.759] collectAutoImports: response is complete +Info 29355[11:53:45.759] collectAutoImports: 2.3160899998620152 +Info 29356[11:53:45.759] getCompletionData: Semantic work: 2.8055259995162487 +Info 29357[11:53:45.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1758300000801682 +Info 29358[11:53:45.762] Format host information updated +Info 29359[11:53:45.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29360[11:53:45.816] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1974 structureChanged: false structureIsReused:: Completely Elapsed: 8.2095510000363ms +Info 29361[11:53:45.816] Different program with same set of files +Info 29362[11:53:45.817] getCompletionData: Get current token: 0.0013769995421171188 +Info 29363[11:53:45.817] getCompletionData: Is inside comment: 0.007929000072181225 +Info 29364[11:53:45.817] getCompletionData: Get previous token: 0.017524000257253647 +Info 29365[11:53:45.817] getCompletionsAtPosition: isCompletionListBlocker: 0.008988999761641026 +Info 29366[11:53:45.817] getExportInfoMap: cache hit +Info 29367[11:53:45.822] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 29368[11:53:45.822] collectAutoImports: response is complete +Info 29369[11:53:45.822] collectAutoImports: 5.063660000450909 +Info 29370[11:53:45.822] getCompletionData: Semantic work: 5.668169000186026 +Info 29371[11:53:45.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2856280002743006 +Info 29372[11:53:45.824] Format host information updated +Info 29373[11:53:45.961] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29374[11:53:45.967] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1975 structureChanged: false structureIsReused:: Completely Elapsed: 6.835528000257909ms +Info 29375[11:53:45.967] Different program with same set of files +Info 29376[11:53:45.968] getCompletionData: Get current token: 0.0011339997872710228 +Info 29377[11:53:45.968] getCompletionData: Is inside comment: 0.006626000627875328 +Info 29378[11:53:45.968] getCompletionData: Get previous token: 0.03126499988138676 +Info 29379[11:53:45.968] getCompletionsAtPosition: isCompletionListBlocker: 0.0077320002019405365 +Info 29380[11:53:45.968] getExportInfoMap: cache hit +Info 29381[11:53:45.971] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 29382[11:53:45.971] collectAutoImports: response is complete +Info 29383[11:53:45.971] collectAutoImports: 2.6164729995653033 +Info 29384[11:53:45.971] getCompletionData: Semantic work: 3.166955000720918 +Info 29385[11:53:45.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0310380002483726 +Info 29386[11:53:45.973] Format host information updated +Info 29387[11:53:46.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29388[11:53:46.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1976 structureChanged: false structureIsReused:: Completely Elapsed: 8.721989999525249ms +Info 29389[11:53:46.098] Different program with same set of files +Info 29390[11:53:46.098] getCompletionData: Get current token: 0.0009599998593330383 +Info 29391[11:53:46.098] getCompletionData: Is inside comment: 0.0053530000150203705 +Info 29392[11:53:46.098] getCompletionData: Get previous token: 0.012319999746978283 +Info 29393[11:53:46.098] getCompletionsAtPosition: isCompletionListBlocker: 0.007799999788403511 +Info 29394[11:53:46.098] getExportInfoMap: cache hit +Info 29395[11:53:46.101] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 29396[11:53:46.101] collectAutoImports: response is complete +Info 29397[11:53:46.101] collectAutoImports: 2.4919100003317 +Info 29398[11:53:46.101] getCompletionData: Semantic work: 3.000032000243664 +Info 29399[11:53:46.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9981280006468296 +Info 29400[11:53:46.103] Format host information updated +Info 29401[11:53:59.647] getCompletionData: Get current token: 0.0030340002849698067 +Info 29402[11:53:59.647] getCompletionData: Is inside comment: 0.0018349997699260712 +Info 29403[11:53:59.647] getCompletionData: Get previous token: 0.015983999706804752 +Info 29404[11:53:59.647] getCompletionsAtPosition: isCompletionListBlocker: 0.0074789999052882195 +Info 29405[11:53:59.647] getExportInfoMap: cache hit +Info 29406[11:53:59.649] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 29407[11:53:59.649] collectAutoImports: response is complete +Info 29408[11:53:59.649] collectAutoImports: 2.1832849998027086 +Info 29409[11:53:59.649] getCompletionData: Semantic work: 2.7456179996952415 +Info 29410[11:53:59.650] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9542929995805025 +Info 29411[11:54:00.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29412[11:54:00.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1977 structureChanged: false structureIsReused:: Completely Elapsed: 7.745433000847697ms +Info 29413[11:54:00.831] Different program with same set of files +Info 29414[11:54:00.832] getCompletionData: Get current token: 0.007687999866902828 +Info 29415[11:54:00.832] getCompletionData: Is inside comment: 0.0016659991815686226 +Info 29416[11:54:00.832] getCompletionData: Get previous token: 0.014858999289572239 +Info 29417[11:54:00.832] getCompletionsAtPosition: isCompletionListBlocker: 0.002239000052213669 +Info 29418[11:54:00.832] getExportInfoMap: cache hit +Info 29419[11:54:00.846] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29420[11:54:00.846] collectAutoImports: response is complete +Info 29421[11:54:00.846] collectAutoImports: 13.675219999626279 +Info 29422[11:54:00.846] getCompletionData: Semantic work: 14.165935999713838 +Info 29423[11:54:00.849] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6366929998621345 +Info 29424[11:54:00.852] Format host information updated +Info 29425[11:54:01.109] Format host information updated +Info 29426[11:54:01.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29427[11:54:01.127] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1978 structureChanged: false structureIsReused:: Completely Elapsed: 16.781078000552952ms +Info 29428[11:54:01.127] Different program with same set of files +Info 29429[11:54:01.520] Format host information updated +Info 29430[11:54:01.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29431[11:54:01.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1979 structureChanged: false structureIsReused:: Completely Elapsed: 6.893784999847412ms +Info 29432[11:54:01.527] Different program with same set of files +Info 29433[11:54:01.657] Format host information updated +Info 29434[11:54:01.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29435[11:54:01.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1980 structureChanged: false structureIsReused:: Completely Elapsed: 8.95528700016439ms +Info 29436[11:54:01.666] Different program with same set of files +Info 29437[11:54:01.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29438[11:54:01.812] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1981 structureChanged: false structureIsReused:: Completely Elapsed: 6.802605000324547ms +Info 29439[11:54:01.812] Different program with same set of files +Info 29440[11:54:01.813] getCompletionData: Get current token: 0.004227999597787857 +Info 29441[11:54:01.813] getCompletionData: Is inside comment: 0.0016780002042651176 +Info 29442[11:54:01.813] getCompletionData: Get previous token: 0.024679000489413738 +Info 29443[11:54:01.813] getCompletionsAtPosition: isCompletionListBlocker: 0.002271999605000019 +Info 29444[11:54:01.813] getExportInfoMap: cache hit +Info 29445[11:54:01.816] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29446[11:54:01.816] collectAutoImports: response is complete +Info 29447[11:54:01.816] collectAutoImports: 2.432300000451505 +Info 29448[11:54:01.816] getCompletionData: Semantic work: 2.98341799993068 +Info 29449[11:54:01.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0888229999691248 +Info 29450[11:54:01.817] Format host information updated +Info 29451[11:54:01.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29452[11:54:01.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1982 structureChanged: false structureIsReused:: Completely Elapsed: 7.930904999375343ms +Info 29453[11:54:01.905] Different program with same set of files +Info 29454[11:54:01.906] getCompletionData: Get current token: 0.005384000018239021 +Info 29455[11:54:01.906] getCompletionData: Is inside comment: 0.0017099995166063309 +Info 29456[11:54:01.906] getCompletionData: Get previous token: 0.027501000091433525 +Info 29457[11:54:01.906] getCompletionsAtPosition: isCompletionListBlocker: 0.002465999685227871 +Info 29458[11:54:01.906] getExportInfoMap: cache hit +Info 29459[11:54:01.909] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29460[11:54:01.909] collectAutoImports: response is complete +Info 29461[11:54:01.909] collectAutoImports: 2.698975999839604 +Info 29462[11:54:01.909] getCompletionData: Semantic work: 3.2861939994618297 +Info 29463[11:54:01.910] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1501150000840425 +Info 29464[11:54:01.911] Format host information updated +Info 29465[11:54:02.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29466[11:54:02.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1983 structureChanged: false structureIsReused:: Completely Elapsed: 6.812510000541806ms +Info 29467[11:54:02.014] Different program with same set of files +Info 29468[11:54:02.014] getCompletionData: Get current token: 0.0040790000930428505 +Info 29469[11:54:02.014] getCompletionData: Is inside comment: 0.001527000218629837 +Info 29470[11:54:02.014] getCompletionData: Get previous token: 0.023590000346302986 +Info 29471[11:54:02.014] getCompletionsAtPosition: isCompletionListBlocker: 0.002705000340938568 +Info 29472[11:54:02.014] getExportInfoMap: cache hit +Info 29473[11:54:02.017] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29474[11:54:02.017] collectAutoImports: response is complete +Info 29475[11:54:02.017] collectAutoImports: 2.1657509999349713 +Info 29476[11:54:02.017] getCompletionData: Semantic work: 2.689378999173641 +Info 29477[11:54:02.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9798490004613996 +Info 29478[11:54:02.020] Format host information updated +Info 29479[11:54:02.144] Format host information updated +Info 29480[11:54:02.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29481[11:54:02.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1984 structureChanged: false structureIsReused:: Completely Elapsed: 25.770491999574006ms +Info 29482[11:54:02.171] Different program with same set of files +Info 29483[11:54:02.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29484[11:54:02.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1985 structureChanged: false structureIsReused:: Completely Elapsed: 14.047353999689221ms +Info 29485[11:54:02.223] Different program with same set of files +Info 29486[11:54:02.224] getCompletionData: Get current token: 0.009299000725150108 +Info 29487[11:54:02.224] getCompletionData: Is inside comment: 0.003353000618517399 +Info 29488[11:54:02.224] getCompletionData: Get previous token: 0.056948999874293804 +Info 29489[11:54:02.224] getCompletionsAtPosition: isCompletionListBlocker: 0.002715999260544777 +Info 29490[11:54:02.224] Returning an empty list because completion was requested in an invalid position. +Info 29491[11:54:02.229] Format host information updated +Info 29492[11:54:02.345] Format host information updated +Info 29493[11:54:02.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29494[11:54:02.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1986 structureChanged: false structureIsReused:: Completely Elapsed: 25.63591399975121ms +Info 29495[11:54:02.372] Different program with same set of files +Info 29496[11:54:02.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29497[11:54:02.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1987 structureChanged: false structureIsReused:: Completely Elapsed: 25.900554000400007ms +Info 29498[11:54:02.530] Different program with same set of files +Info 29499[11:54:02.530] getCompletionData: Get current token: 0.03418300021439791 +Info 29500[11:54:02.530] getCompletionData: Is inside comment: 0.006207999773323536 +Info 29501[11:54:02.530] getCompletionData: Get previous token: 0.08258100040256977 +Info 29502[11:54:02.531] getCompletionsAtPosition: isCompletionListBlocker: 0.02179700043052435 +Info 29503[11:54:02.532] getExportInfoMap: cache hit +Info 29504[11:54:02.555] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29505[11:54:02.555] collectAutoImports: response is complete +Info 29506[11:54:02.555] collectAutoImports: 23.35386800020933 +Info 29507[11:54:02.555] getCompletionData: Semantic work: 24.872387000359595 +Info 29508[11:54:02.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.59653399977833 +Info 29509[11:54:02.564] Format host information updated +Info 29510[11:54:02.572] Format host information updated +Info 29511[11:54:02.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29512[11:54:02.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1988 structureChanged: false structureIsReused:: Completely Elapsed: 9.302092999219894ms +Info 29513[11:54:02.581] Different program with same set of files +Info 29514[11:54:03.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29515[11:54:03.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1989 structureChanged: false structureIsReused:: Completely Elapsed: 6.444973999634385ms +Info 29516[11:54:03.675] Different program with same set of files +Info 29517[11:54:03.675] getCompletionData: Get current token: 0.003601999953389168 +Info 29518[11:54:03.675] getCompletionData: Is inside comment: 0.0012130001559853554 +Info 29519[11:54:03.675] getCompletionData: Get previous token: 0.0178810004144907 +Info 29520[11:54:03.675] getCompletionsAtPosition: isCompletionListBlocker: 0.005859000608325005 +Info 29521[11:54:03.676] getExportInfoMap: cache hit +Info 29522[11:54:03.688] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29523[11:54:03.688] collectAutoImports: response is complete +Info 29524[11:54:03.688] collectAutoImports: 12.459301000460982 +Info 29525[11:54:03.688] getCompletionData: Semantic work: 13.059958999976516 +Info 29526[11:54:03.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5952280005440116 +Info 29527[11:54:03.695] Format host information updated +Info 29528[11:54:03.867] Format host information updated +Info 29529[11:54:03.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29530[11:54:03.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1990 structureChanged: false structureIsReused:: Completely Elapsed: 6.591726000420749ms +Info 29531[11:54:03.874] Different program with same set of files +Info 29532[11:54:05.155] Format host information updated +Info 29533[11:54:05.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29534[11:54:05.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1991 structureChanged: false structureIsReused:: Completely Elapsed: 6.407959999516606ms +Info 29535[11:54:05.162] Different program with same set of files +Info 29536[11:54:06.317] Format host information updated +Info 29537[11:54:06.317] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29538[11:54:06.325] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1992 structureChanged: false structureIsReused:: Completely Elapsed: 8.157765000127256ms +Info 29539[11:54:06.325] Different program with same set of files +Info 29540[11:54:06.401] Format host information updated +Info 29541[11:54:06.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29542[11:54:06.407] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1993 structureChanged: false structureIsReused:: Completely Elapsed: 6.188585000112653ms +Info 29543[11:54:06.407] Different program with same set of files +Info 29544[11:54:06.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29545[11:54:06.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1994 structureChanged: false structureIsReused:: Completely Elapsed: 9.152100999839604ms +Info 29546[11:54:06.801] Different program with same set of files +Info 29547[11:54:06.801] getCompletionData: Get current token: 0.0013840002939105034 +Info 29548[11:54:06.801] getCompletionData: Is inside comment: 0.0070409998297691345 +Info 29549[11:54:06.801] getCompletionData: Get previous token: 0.005153999663889408 +Info 29550[11:54:06.801] getCompletionsAtPosition: isCompletionListBlocker: 0.008419000543653965 +Info 29551[11:54:06.802] getExportInfoMap: cache hit +Info 29552[11:54:06.814] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29553[11:54:06.814] collectAutoImports: response is complete +Info 29554[11:54:06.814] collectAutoImports: 12.031872999854386 +Info 29555[11:54:06.814] getCompletionData: Semantic work: 12.575461000204086 +Info 29556[11:54:06.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.132947999984026 +Info 29557[11:54:06.822] Format host information updated +Info 29558[11:54:07.524] Format host information updated +Info 29559[11:54:07.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29560[11:54:07.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1995 structureChanged: false structureIsReused:: Completely Elapsed: 7.41215300001204ms +Info 29561[11:54:07.532] Different program with same set of files +Info 29562[11:54:07.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29563[11:54:07.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1996 structureChanged: false structureIsReused:: Completely Elapsed: 8.846498000435531ms +Info 29564[11:54:07.859] Different program with same set of files +Info 29565[11:54:07.859] getCompletionData: Get current token: 0.0030849995091557503 +Info 29566[11:54:07.859] getCompletionData: Is inside comment: 0.01013100054115057 +Info 29567[11:54:07.859] getCompletionData: Get previous token: 0.01885100081562996 +Info 29568[11:54:07.859] getCompletionsAtPosition: isCompletionListBlocker: 0.006510999985039234 +Info 29569[11:54:07.860] getExportInfoMap: cache hit +Info 29570[11:54:07.868] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 71 from cache +Info 29571[11:54:07.868] collectAutoImports: response is complete +Info 29572[11:54:07.868] collectAutoImports: 8.485358000732958 +Info 29573[11:54:07.868] getCompletionData: Semantic work: 9.204920999705791 +Info 29574[11:54:07.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4455350004136562 +Info 29575[11:54:07.872] Format host information updated +Info 29576[11:54:07.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29577[11:54:07.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1997 structureChanged: false structureIsReused:: Completely Elapsed: 8.781749000772834ms +Info 29578[11:54:07.940] Different program with same set of files +Info 29579[11:54:07.940] getCompletionData: Get current token: 0.0036180000752210617 +Info 29580[11:54:07.940] getCompletionData: Is inside comment: 0.01259399950504303 +Info 29581[11:54:07.940] getCompletionData: Get previous token: 0.02245200052857399 +Info 29582[11:54:07.940] getCompletionsAtPosition: isCompletionListBlocker: 0.006950000301003456 +Info 29583[11:54:07.941] getExportInfoMap: cache hit +Info 29584[11:54:07.946] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 67 from cache +Info 29585[11:54:07.946] collectAutoImports: response is complete +Info 29586[11:54:07.946] collectAutoImports: 5.286921999417245 +Info 29587[11:54:07.946] getCompletionData: Semantic work: 5.967791999690235 +Info 29588[11:54:07.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4244539998471737 +Info 29589[11:54:07.950] Format host information updated +Info 29590[11:54:07.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29591[11:54:08.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1998 structureChanged: false structureIsReused:: Completely Elapsed: 10.668997999280691ms +Info 29592[11:54:08.004] Different program with same set of files +Info 29593[11:54:08.005] getCompletionData: Get current token: 0.0055170003324747086 +Info 29594[11:54:08.005] getCompletionData: Is inside comment: 0.01950199995189905 +Info 29595[11:54:08.005] getCompletionData: Get previous token: 0.03340800013393164 +Info 29596[11:54:08.005] getCompletionsAtPosition: isCompletionListBlocker: 0.009305999614298344 +Info 29597[11:54:08.006] getExportInfoMap: cache hit +Info 29598[11:54:08.012] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 48 from cache +Info 29599[11:54:08.012] collectAutoImports: response is complete +Info 29600[11:54:08.012] collectAutoImports: 6.27477699983865 +Info 29601[11:54:08.012] getCompletionData: Semantic work: 7.283761999569833 +Info 29602[11:54:08.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9052679995074868 +Info 29603[11:54:08.015] Format host information updated +Info 29604[11:54:08.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29605[11:54:08.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1999 structureChanged: false structureIsReused:: Completely Elapsed: 7.18983200006187ms +Info 29606[11:54:08.099] Different program with same set of files +Info 29607[11:54:08.099] getCompletionData: Get current token: 0.003959000110626221 +Info 29608[11:54:08.099] getCompletionData: Is inside comment: 0.013127000071108341 +Info 29609[11:54:08.100] getCompletionData: Get previous token: 0.022878999821841717 +Info 29610[11:54:08.100] getCompletionsAtPosition: isCompletionListBlocker: 0.007260999642312527 +Info 29611[11:54:08.100] getExportInfoMap: cache hit +Info 29612[11:54:08.105] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 4 from cache +Info 29613[11:54:08.105] collectAutoImports: response is complete +Info 29614[11:54:08.105] collectAutoImports: 4.470518999733031 +Info 29615[11:54:08.105] getCompletionData: Semantic work: 5.196259000338614 +Info 29616[11:54:08.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.291151000186801 +Info 29617[11:54:08.107] Format host information updated +Info 29618[11:54:08.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29619[11:54:08.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2000 structureChanged: false structureIsReused:: Completely Elapsed: 17.111903000622988ms +Info 29620[11:54:08.177] Different program with same set of files +Info 29621[11:54:08.177] getCompletionData: Get current token: 0.010830000042915344 +Info 29622[11:54:08.177] getCompletionData: Is inside comment: 0.03416899964213371 +Info 29623[11:54:08.177] getCompletionData: Get previous token: 0.05833399947732687 +Info 29624[11:54:08.177] getCompletionsAtPosition: isCompletionListBlocker: 0.014820000156760216 +Info 29625[11:54:08.179] getExportInfoMap: cache hit +Info 29626[11:54:08.185] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 29627[11:54:08.186] collectAutoImports: response is complete +Info 29628[11:54:08.186] collectAutoImports: 6.477893000468612 +Info 29629[11:54:08.186] getCompletionData: Semantic work: 8.18464000057429 +Info 29630[11:54:08.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1491229999810457 +Info 29631[11:54:08.189] Format host information updated +Info 29632[11:54:08.317] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29633[11:54:08.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2001 structureChanged: false structureIsReused:: Completely Elapsed: 9.313556000590324ms +Info 29634[11:54:08.326] Different program with same set of files +Info 29635[11:54:08.326] getCompletionData: Get current token: 0.0035269996151328087 +Info 29636[11:54:08.326] getCompletionData: Is inside comment: 0.012135999277234077 +Info 29637[11:54:08.326] getCompletionData: Get previous token: 0.021480999886989594 +Info 29638[11:54:08.326] getCompletionsAtPosition: isCompletionListBlocker: 0.007303999736905098 +Info 29639[11:54:08.327] getExportInfoMap: cache hit +Info 29640[11:54:08.341] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29641[11:54:08.341] collectAutoImports: response is complete +Info 29642[11:54:08.341] collectAutoImports: 13.651657999493182 +Info 29643[11:54:08.341] getCompletionData: Semantic work: 14.299856999889016 +Info 29644[11:54:08.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.003726000897586 +Info 29645[11:54:08.349] Format host information updated +Info 29646[11:54:08.377] Format host information updated +Info 29647[11:54:08.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29648[11:54:08.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2002 structureChanged: false structureIsReused:: Completely Elapsed: 7.058361999690533ms +Info 29649[11:54:08.384] Different program with same set of files +Info 29650[11:54:08.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29651[11:54:08.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2003 structureChanged: false structureIsReused:: Completely Elapsed: 6.430588000454009ms +Info 29652[11:54:08.566] Different program with same set of files +Info 29653[11:54:08.567] getCompletionData: Get current token: 0.0030420003458857536 +Info 29654[11:54:08.567] getCompletionData: Is inside comment: 0.009492999874055386 +Info 29655[11:54:08.567] getCompletionData: Get previous token: 0.015393000096082687 +Info 29656[11:54:08.567] getCompletionsAtPosition: isCompletionListBlocker: 0.00609199982136488 +Info 29657[11:54:08.567] getExportInfoMap: cache hit +Info 29658[11:54:08.571] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 29659[11:54:08.571] collectAutoImports: response is complete +Info 29660[11:54:08.571] collectAutoImports: 3.7092720000073314 +Info 29661[11:54:08.571] getCompletionData: Semantic work: 4.298054999671876 +Info 29662[11:54:08.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.160792000591755 +Info 29663[11:54:08.574] Format host information updated +Info 29664[11:54:08.944] Format host information updated +Info 29665[11:54:08.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29666[11:54:08.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2004 structureChanged: false structureIsReused:: Completely Elapsed: 6.262660999782383ms +Info 29667[11:54:08.951] Different program with same set of files +Info 29668[11:54:09.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29669[11:54:09.042] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2005 structureChanged: false structureIsReused:: Completely Elapsed: 9.196678999811411ms +Info 29670[11:54:09.042] Different program with same set of files +Info 29671[11:54:09.042] getCompletionData: Get current token: 0.003239000216126442 +Info 29672[11:54:09.042] getCompletionData: Is inside comment: 0.010619999840855598 +Info 29673[11:54:09.042] getCompletionData: Get previous token: 0.008584000170230865 +Info 29674[11:54:09.042] getCompletionsAtPosition: isCompletionListBlocker: 0.006865000352263451 +Info 29675[11:54:09.042] getExportInfoMap: cache hit +Info 29676[11:54:09.054] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29677[11:54:09.054] collectAutoImports: response is complete +Info 29678[11:54:09.054] collectAutoImports: 11.177649999968708 +Info 29679[11:54:09.054] getCompletionData: Semantic work: 11.755221999250352 +Info 29680[11:54:09.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4027599999681115 +Info 29681[11:54:09.062] Format host information updated +Info 29682[11:54:09.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29683[11:54:09.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2006 structureChanged: false structureIsReused:: Completely Elapsed: 6.508326000533998ms +Info 29684[11:54:09.174] Different program with same set of files +Info 29685[11:54:09.174] getCompletionData: Get current token: 0.004120999947190285 +Info 29686[11:54:09.174] getCompletionData: Is inside comment: 0.01290500070899725 +Info 29687[11:54:09.174] getCompletionData: Get previous token: 0.01089900080114603 +Info 29688[11:54:09.174] getCompletionsAtPosition: isCompletionListBlocker: 0.007442999631166458 +Info 29689[11:54:09.175] getExportInfoMap: cache hit +Info 29690[11:54:09.187] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29691[11:54:09.187] collectAutoImports: response is complete +Info 29692[11:54:09.187] collectAutoImports: 11.78842299990356 +Info 29693[11:54:09.187] getCompletionData: Semantic work: 12.346625999547541 +Info 29694[11:54:09.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.657373999245465 +Info 29695[11:54:09.195] Format host information updated +Info 29696[11:54:09.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29697[11:54:09.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2007 structureChanged: false structureIsReused:: Completely Elapsed: 6.46361400000751ms +Info 29698[11:54:09.327] Different program with same set of files +Info 29699[11:54:09.327] getCompletionData: Get current token: 0.006428000517189503 +Info 29700[11:54:09.327] getCompletionData: Is inside comment: 0.014205999672412872 +Info 29701[11:54:09.327] getCompletionData: Get previous token: 0.009983999654650688 +Info 29702[11:54:09.327] getCompletionsAtPosition: isCompletionListBlocker: 0.007993999868631363 +Info 29703[11:54:09.328] getExportInfoMap: cache hit +Info 29704[11:54:09.340] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29705[11:54:09.340] collectAutoImports: response is complete +Info 29706[11:54:09.340] collectAutoImports: 12.693461999297142 +Info 29707[11:54:09.340] getCompletionData: Semantic work: 13.193899999372661 +Info 29708[11:54:09.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4908810006454587 +Info 29709[11:54:09.347] Format host information updated +Info 29710[11:54:09.384] Format host information updated +Info 29711[11:54:09.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29712[11:54:09.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2008 structureChanged: false structureIsReused:: Completely Elapsed: 8.149950999766588ms +Info 29713[11:54:09.393] Different program with same set of files +Info 29714[11:54:09.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29715[11:54:09.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2009 structureChanged: false structureIsReused:: Completely Elapsed: 7.194133999757469ms +Info 29716[11:54:09.528] Different program with same set of files +Info 29717[11:54:09.528] getCompletionData: Get current token: 0.003460000269114971 +Info 29718[11:54:09.528] getCompletionData: Is inside comment: 0.012755999341607094 +Info 29719[11:54:09.528] getCompletionData: Get previous token: 0.020754000172019005 +Info 29720[11:54:09.529] getCompletionsAtPosition: isCompletionListBlocker: 0.0076430002227425575 +Info 29721[11:54:09.529] getExportInfoMap: cache hit +Info 29722[11:54:09.535] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 29723[11:54:09.535] collectAutoImports: response is complete +Info 29724[11:54:09.535] collectAutoImports: 6.1079310001805425 +Info 29725[11:54:09.535] getCompletionData: Semantic work: 6.718008999712765 +Info 29726[11:54:09.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4060839992016554 +Info 29727[11:54:09.538] Format host information updated +Info 29728[11:54:09.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29729[11:54:09.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2010 structureChanged: false structureIsReused:: Completely Elapsed: 6.808288000524044ms +Info 29730[11:54:09.725] Different program with same set of files +Info 29731[11:54:09.725] getCompletionData: Get current token: 0.0034349998459219933 +Info 29732[11:54:09.725] getCompletionData: Is inside comment: 0.013132999651134014 +Info 29733[11:54:09.725] getCompletionData: Get previous token: 0.018038999289274216 +Info 29734[11:54:09.725] getCompletionsAtPosition: isCompletionListBlocker: 0.007431000471115112 +Info 29735[11:54:09.726] getExportInfoMap: cache hit +Info 29736[11:54:09.729] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 29737[11:54:09.729] collectAutoImports: response is complete +Info 29738[11:54:09.729] collectAutoImports: 2.9500990007072687 +Info 29739[11:54:09.729] getCompletionData: Semantic work: 3.4706159997731447 +Info 29740[11:54:09.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0637769997119904 +Info 29741[11:54:09.731] Format host information updated +Info 29742[11:54:09.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29743[11:54:09.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2011 structureChanged: false structureIsReused:: Completely Elapsed: 8.214235000312328ms +Info 29744[11:54:09.807] Different program with same set of files +Info 29745[11:54:09.807] getCompletionData: Get current token: 0.003189999610185623 +Info 29746[11:54:09.807] getCompletionData: Is inside comment: 0.011216999962925911 +Info 29747[11:54:09.807] getCompletionData: Get previous token: 0.017602999694645405 +Info 29748[11:54:09.807] getCompletionsAtPosition: isCompletionListBlocker: 0.007765999995172024 +Info 29749[11:54:09.808] getExportInfoMap: cache hit +Info 29750[11:54:09.810] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 2 from cache +Info 29751[11:54:09.810] collectAutoImports: response is complete +Info 29752[11:54:09.810] collectAutoImports: 2.2378690000623465 +Info 29753[11:54:09.810] getCompletionData: Semantic work: 2.7363459998741746 +Info 29754[11:54:09.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9521260000765324 +Info 29755[11:54:09.812] Format host information updated +Info 29756[11:54:09.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29757[11:54:10.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2012 structureChanged: false structureIsReused:: Completely Elapsed: 6.515990000218153ms +Info 29758[11:54:10.003] Different program with same set of files +Info 29759[11:54:10.003] getCompletionData: Get current token: 0.0037509994581341743 +Info 29760[11:54:10.003] getCompletionData: Is inside comment: 0.010993000119924545 +Info 29761[11:54:10.003] getCompletionData: Get previous token: 0.018412000499665737 +Info 29762[11:54:10.003] getCompletionsAtPosition: isCompletionListBlocker: 0.007038000039756298 +Info 29763[11:54:10.003] getExportInfoMap: cache hit +Info 29764[11:54:10.006] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29765[11:54:10.006] collectAutoImports: response is complete +Info 29766[11:54:10.006] collectAutoImports: 2.249648000113666 +Info 29767[11:54:10.006] getCompletionData: Semantic work: 2.7954420000314713 +Info 29768[11:54:10.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0005479995161295 +Info 29769[11:54:10.007] Format host information updated +Info 29770[11:54:10.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29771[11:54:10.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2013 structureChanged: false structureIsReused:: Completely Elapsed: 6.948451000265777ms +Info 29772[11:54:10.456] Different program with same set of files +Info 29773[11:54:10.456] getCompletionData: Get current token: 0.0027629993855953217 +Info 29774[11:54:10.456] getCompletionData: Is inside comment: 0.007442999631166458 +Info 29775[11:54:10.456] getCompletionData: Get previous token: 0.012752000242471695 +Info 29776[11:54:10.456] getCompletionsAtPosition: isCompletionListBlocker: 0.006928000599145889 +Info 29777[11:54:10.456] getExportInfoMap: cache hit +Info 29778[11:54:10.459] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 2 from cache +Info 29779[11:54:10.459] collectAutoImports: response is complete +Info 29780[11:54:10.459] collectAutoImports: 2.112034000456333 +Info 29781[11:54:10.459] getCompletionData: Semantic work: 2.6564350007101893 +Info 29782[11:54:10.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9207219993695617 +Info 29783[11:54:10.460] Format host information updated +Info 29784[11:54:10.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29785[11:54:10.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2014 structureChanged: false structureIsReused:: Completely Elapsed: 8.617899999953806ms +Info 29786[11:54:10.688] Different program with same set of files +Info 29787[11:54:10.688] getCompletionData: Get current token: 0.003148999996483326 +Info 29788[11:54:10.688] getCompletionData: Is inside comment: 0.007799999788403511 +Info 29789[11:54:10.688] getCompletionData: Get previous token: 0.013607999309897423 +Info 29790[11:54:10.688] getCompletionsAtPosition: isCompletionListBlocker: 0.006798999384045601 +Info 29791[11:54:10.689] getExportInfoMap: cache hit +Info 29792[11:54:10.691] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 29793[11:54:10.691] collectAutoImports: response is complete +Info 29794[11:54:10.691] collectAutoImports: 2.265154999680817 +Info 29795[11:54:10.691] getCompletionData: Semantic work: 2.7493590004742146 +Info 29796[11:54:10.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8642440000548959 +Info 29797[11:54:10.692] Format host information updated +Info 29798[11:54:10.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29799[11:54:10.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2015 structureChanged: false structureIsReused:: Completely Elapsed: 23.544371999800205ms +Info 29800[11:54:10.857] Different program with same set of files +Info 29801[11:54:10.858] getCompletionData: Get current token: 0.007953000254929066 +Info 29802[11:54:10.858] getCompletionData: Is inside comment: 0.02108099963515997 +Info 29803[11:54:10.858] getCompletionData: Get previous token: 0.035139999352395535 +Info 29804[11:54:10.858] getCompletionsAtPosition: isCompletionListBlocker: 0.014649000018835068 +Info 29805[11:54:10.859] getExportInfoMap: cache hit +Info 29806[11:54:10.865] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 29807[11:54:10.865] collectAutoImports: response is complete +Info 29808[11:54:10.865] collectAutoImports: 5.640553999692202 +Info 29809[11:54:10.865] getCompletionData: Semantic work: 6.676316000521183 +Info 29810[11:54:10.867] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8780549997463822 +Info 29811[11:54:10.870] Format host information updated +Info 29812[11:54:10.909] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29813[11:54:10.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2016 structureChanged: false structureIsReused:: Completely Elapsed: 7.629540000110865ms +Info 29814[11:54:10.917] Different program with same set of files +Info 29815[11:54:10.917] getCompletionData: Get current token: 0.0044189998880028725 +Info 29816[11:54:10.917] getCompletionData: Is inside comment: 0.011436999775469303 +Info 29817[11:54:10.917] getCompletionData: Get previous token: 0.019186999648809433 +Info 29818[11:54:10.917] getCompletionsAtPosition: isCompletionListBlocker: 0.008643999695777893 +Info 29819[11:54:10.918] getExportInfoMap: cache hit +Info 29820[11:54:10.921] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 29821[11:54:10.921] collectAutoImports: response is complete +Info 29822[11:54:10.921] collectAutoImports: 3.1491409996524453 +Info 29823[11:54:10.921] getCompletionData: Semantic work: 3.7402189997956157 +Info 29824[11:54:10.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2554190000519156 +Info 29825[11:54:10.923] Format host information updated +Info 29826[11:54:11.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29827[11:54:11.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2017 structureChanged: false structureIsReused:: Completely Elapsed: 6.318305999971926ms +Info 29828[11:54:11.102] Different program with same set of files +Info 29829[11:54:11.102] getCompletionData: Get current token: 0.0030869999900460243 +Info 29830[11:54:11.102] getCompletionData: Is inside comment: 0.008051000535488129 +Info 29831[11:54:11.102] getCompletionData: Get previous token: 0.013658999465405941 +Info 29832[11:54:11.102] getCompletionsAtPosition: isCompletionListBlocker: 0.007219000719487667 +Info 29833[11:54:11.102] getExportInfoMap: cache hit +Info 29834[11:54:11.116] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 29835[11:54:11.116] collectAutoImports: response is complete +Info 29836[11:54:11.116] collectAutoImports: 13.538859999738634 +Info 29837[11:54:11.116] getCompletionData: Semantic work: 14.013367000035942 +Info 29838[11:54:11.121] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.270688000135124 +Info 29839[11:54:11.127] Format host information updated +Info 29840[11:54:11.319] Format host information updated +Info 29841[11:54:11.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29842[11:54:11.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2018 structureChanged: false structureIsReused:: Completely Elapsed: 7.695323999971151ms +Info 29843[11:54:11.327] Different program with same set of files +Info 29844[11:54:11.458] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29845[11:54:11.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2019 structureChanged: false structureIsReused:: Completely Elapsed: 21.303299999795854ms +Info 29846[11:54:11.479] Different program with same set of files +Info 29847[11:54:11.480] getCompletionData: Get current token: 0.01708200015127659 +Info 29848[11:54:11.480] getCompletionData: Is inside comment: 0.06080099940299988 +Info 29849[11:54:11.480] getCompletionData: Get previous token: 0.03276399988681078 +Info 29850[11:54:11.480] getCompletionsAtPosition: isCompletionListBlocker: 0.02318499982357025 +Info 29851[11:54:11.481] getExportInfoMap: cache hit +Info 29852[11:54:11.506] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 29853[11:54:11.506] collectAutoImports: response is complete +Info 29854[11:54:11.506] collectAutoImports: 24.92596499994397 +Info 29855[11:54:11.506] getCompletionData: Semantic work: 26.51801999937743 +Info 29856[11:54:11.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.500338000245392 +Info 29857[11:54:11.514] Format host information updated +Info 29858[11:54:11.526] Format host information updated +Info 29859[11:54:11.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29860[11:54:11.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2020 structureChanged: false structureIsReused:: Completely Elapsed: 8.659256000071764ms +Info 29861[11:54:11.535] Different program with same set of files +Info 29862[11:54:11.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29863[11:54:11.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2021 structureChanged: false structureIsReused:: Completely Elapsed: 6.719948999583721ms +Info 29864[11:54:11.753] Different program with same set of files +Info 29865[11:54:11.753] getCompletionData: Get current token: 0.003080999478697777 +Info 29866[11:54:11.753] getCompletionData: Is inside comment: 0.008824000135064125 +Info 29867[11:54:11.753] getCompletionData: Get previous token: 0.014666000381112099 +Info 29868[11:54:11.753] getCompletionsAtPosition: isCompletionListBlocker: 0.007214999757707119 +Info 29869[11:54:11.754] getExportInfoMap: cache hit +Info 29870[11:54:11.758] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 37 from cache +Info 29871[11:54:11.758] collectAutoImports: response is complete +Info 29872[11:54:11.758] collectAutoImports: 3.7911639995872974 +Info 29873[11:54:11.758] getCompletionData: Semantic work: 4.318156999535859 +Info 29874[11:54:11.759] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.134196000173688 +Info 29875[11:54:11.760] Format host information updated +Info 29876[11:54:11.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29877[11:54:11.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2022 structureChanged: false structureIsReused:: Completely Elapsed: 8.532511999830604ms +Info 29878[11:54:11.953] Different program with same set of files +Info 29879[11:54:11.953] getCompletionData: Get current token: 0.0037529999390244484 +Info 29880[11:54:11.953] getCompletionData: Is inside comment: 0.009067999199032784 +Info 29881[11:54:11.953] getCompletionData: Get previous token: 0.02248500008136034 +Info 29882[11:54:11.953] getCompletionsAtPosition: isCompletionListBlocker: 0.007818000391125679 +Info 29883[11:54:11.954] getExportInfoMap: cache hit +Info 29884[11:54:11.956] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 29885[11:54:11.956] collectAutoImports: response is complete +Info 29886[11:54:11.956] collectAutoImports: 2.681117999367416 +Info 29887[11:54:11.956] getCompletionData: Semantic work: 3.2174269994720817 +Info 29888[11:54:11.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0509479995816946 +Info 29889[11:54:11.958] Format host information updated +Info 29890[11:54:12.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29891[11:54:12.134] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2023 structureChanged: false structureIsReused:: Completely Elapsed: 7.011707000434399ms +Info 29892[11:54:12.134] Different program with same set of files +Info 29893[11:54:12.134] getCompletionData: Get current token: 0.0036399997770786285 +Info 29894[11:54:12.134] getCompletionData: Is inside comment: 0.010164999403059483 +Info 29895[11:54:12.134] getCompletionData: Get previous token: 0.01679600030183792 +Info 29896[11:54:12.134] getCompletionsAtPosition: isCompletionListBlocker: 0.007526000030338764 +Info 29897[11:54:12.134] getExportInfoMap: cache hit +Info 29898[11:54:12.137] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 29899[11:54:12.137] collectAutoImports: response is complete +Info 29900[11:54:12.137] collectAutoImports: 2.761599000543356 +Info 29901[11:54:12.137] getCompletionData: Semantic work: 3.3263450004160404 +Info 29902[11:54:12.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1959339994937181 +Info 29903[11:54:12.142] Format host information updated +Info 29904[11:54:12.199] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29905[11:54:12.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2024 structureChanged: false structureIsReused:: Completely Elapsed: 6.709757000207901ms +Info 29906[11:54:12.206] Different program with same set of files +Info 29907[11:54:12.206] getCompletionData: Get current token: 0.003573000431060791 +Info 29908[11:54:12.206] getCompletionData: Is inside comment: 0.009058999828994274 +Info 29909[11:54:12.206] getCompletionData: Get previous token: 0.015383999794721603 +Info 29910[11:54:12.206] getCompletionsAtPosition: isCompletionListBlocker: 0.007379000075161457 +Info 29911[11:54:12.206] getExportInfoMap: cache hit +Info 29912[11:54:12.209] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29913[11:54:12.209] collectAutoImports: response is complete +Info 29914[11:54:12.209] collectAutoImports: 2.19631200004369 +Info 29915[11:54:12.209] getCompletionData: Semantic work: 2.72323099989444 +Info 29916[11:54:12.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9849349996075034 +Info 29917[11:54:12.210] Format host information updated +Info 29918[11:54:12.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29919[11:54:12.274] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2025 structureChanged: false structureIsReused:: Completely Elapsed: 6.978039000183344ms +Info 29920[11:54:12.274] Different program with same set of files +Info 29921[11:54:12.274] getCompletionData: Get current token: 0.0035069994628429413 +Info 29922[11:54:12.274] getCompletionData: Is inside comment: 0.009437999688088894 +Info 29923[11:54:12.274] getCompletionData: Get previous token: 0.015004999935626984 +Info 29924[11:54:12.274] getCompletionsAtPosition: isCompletionListBlocker: 0.007224000059068203 +Info 29925[11:54:12.274] getExportInfoMap: cache hit +Info 29926[11:54:12.277] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29927[11:54:12.277] collectAutoImports: response is complete +Info 29928[11:54:12.277] collectAutoImports: 2.192661000415683 +Info 29929[11:54:12.277] getCompletionData: Semantic work: 2.7062100004404783 +Info 29930[11:54:12.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.021169999614358 +Info 29931[11:54:12.280] Format host information updated +Info 29932[11:54:12.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29933[11:54:12.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2026 structureChanged: false structureIsReused:: Completely Elapsed: 6.7680440004915ms +Info 29934[11:54:12.419] Different program with same set of files +Info 29935[11:54:12.419] getCompletionData: Get current token: 0.003712000325322151 +Info 29936[11:54:12.419] getCompletionData: Is inside comment: 0.01029099989682436 +Info 29937[11:54:12.419] getCompletionData: Get previous token: 0.016071000136435032 +Info 29938[11:54:12.419] getCompletionsAtPosition: isCompletionListBlocker: 0.007801000028848648 +Info 29939[11:54:12.419] getExportInfoMap: cache hit +Info 29940[11:54:12.422] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29941[11:54:12.422] collectAutoImports: response is complete +Info 29942[11:54:12.422] collectAutoImports: 2.3729839995503426 +Info 29943[11:54:12.422] getCompletionData: Semantic work: 2.9186780005693436 +Info 29944[11:54:12.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0730339996516705 +Info 29945[11:54:12.424] Format host information updated +Info 29946[11:54:12.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29947[11:54:12.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2027 structureChanged: false structureIsReused:: Completely Elapsed: 6.886944000609219ms +Info 29948[11:54:12.767] Different program with same set of files +Info 29949[11:54:12.767] getCompletionData: Get current token: 0.003352000378072262 +Info 29950[11:54:12.767] getCompletionData: Is inside comment: 0.009100999683141708 +Info 29951[11:54:12.767] getCompletionData: Get previous token: 0.014375999569892883 +Info 29952[11:54:12.767] getCompletionsAtPosition: isCompletionListBlocker: 0.007447999902069569 +Info 29953[11:54:12.768] getExportInfoMap: cache hit +Info 29954[11:54:12.770] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29955[11:54:12.770] collectAutoImports: response is complete +Info 29956[11:54:12.770] collectAutoImports: 2.2103209998458624 +Info 29957[11:54:12.770] getCompletionData: Semantic work: 2.732361000031233 +Info 29958[11:54:12.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.999804999679327 +Info 29959[11:54:12.772] Format host information updated +Info 29960[11:54:12.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29961[11:54:12.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2028 structureChanged: false structureIsReused:: Completely Elapsed: 6.862975999712944ms +Info 29962[11:54:12.870] Different program with same set of files +Info 29963[11:54:12.870] getCompletionData: Get current token: 0.0037679998204112053 +Info 29964[11:54:12.870] getCompletionData: Is inside comment: 0.009678000584244728 +Info 29965[11:54:12.870] getCompletionData: Get previous token: 0.016189000569283962 +Info 29966[11:54:12.870] getCompletionsAtPosition: isCompletionListBlocker: 0.00760400015860796 +Info 29967[11:54:12.871] getExportInfoMap: cache hit +Info 29968[11:54:12.873] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29969[11:54:12.873] collectAutoImports: response is complete +Info 29970[11:54:12.873] collectAutoImports: 2.5841920003294945 +Info 29971[11:54:12.873] getCompletionData: Semantic work: 3.1702250000089407 +Info 29972[11:54:12.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.168088000267744 +Info 29973[11:54:12.877] Format host information updated +Info 29974[11:54:13.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29975[11:54:13.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2029 structureChanged: false structureIsReused:: Completely Elapsed: 6.310150000266731ms +Info 29976[11:54:13.092] Different program with same set of files +Info 29977[11:54:13.092] getCompletionData: Get current token: 0.0031310003250837326 +Info 29978[11:54:13.092] getCompletionData: Is inside comment: 0.008434999734163284 +Info 29979[11:54:13.092] getCompletionData: Get previous token: 0.014979999512434006 +Info 29980[11:54:13.092] getCompletionsAtPosition: isCompletionListBlocker: 0.006257999688386917 +Info 29981[11:54:13.093] getExportInfoMap: cache hit +Info 29982[11:54:13.095] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29983[11:54:13.095] collectAutoImports: response is complete +Info 29984[11:54:13.095] collectAutoImports: 2.153838999569416 +Info 29985[11:54:13.095] getCompletionData: Semantic work: 2.6509109996259212 +Info 29986[11:54:13.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9688780000433326 +Info 29987[11:54:13.096] Format host information updated +Info 29988[11:54:13.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29989[11:54:13.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2030 structureChanged: false structureIsReused:: Completely Elapsed: 8.234950999729335ms +Info 29990[11:54:13.148] Different program with same set of files +Info 29991[11:54:13.148] getCompletionData: Get current token: 0.003043999895453453 +Info 29992[11:54:13.148] getCompletionData: Is inside comment: 0.010283000767230988 +Info 29993[11:54:13.148] getCompletionData: Get previous token: 0.013759000226855278 +Info 29994[11:54:13.148] getCompletionsAtPosition: isCompletionListBlocker: 0.0072109997272491455 +Info 29995[11:54:13.149] getExportInfoMap: cache hit +Info 29996[11:54:13.151] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 29997[11:54:13.151] collectAutoImports: response is complete +Info 29998[11:54:13.151] collectAutoImports: 2.2799890004098415 +Info 29999[11:54:13.151] getCompletionData: Semantic work: 2.772622000426054 +Info 30000[11:54:13.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8982349997386336 +Info 30001[11:54:13.153] Format host information updated +Info 30002[11:54:13.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30003[11:54:13.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2031 structureChanged: false structureIsReused:: Completely Elapsed: 7.283056000247598ms +Info 30004[11:54:13.305] Different program with same set of files +Info 30005[11:54:13.305] getCompletionData: Get current token: 0.0031669996678829193 +Info 30006[11:54:13.305] getCompletionData: Is inside comment: 0.00821400061249733 +Info 30007[11:54:13.305] getCompletionData: Get previous token: 0.013577999547123909 +Info 30008[11:54:13.305] getCompletionsAtPosition: isCompletionListBlocker: 0.007055000402033329 +Info 30009[11:54:13.305] getExportInfoMap: cache hit +Info 30010[11:54:13.307] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 30011[11:54:13.307] collectAutoImports: response is complete +Info 30012[11:54:13.307] collectAutoImports: 2.236926999874413 +Info 30013[11:54:13.307] getCompletionData: Semantic work: 2.6950969994068146 +Info 30014[11:54:13.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9358290005475283 +Info 30015[11:54:13.311] Format host information updated +Info 30016[11:54:13.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30017[11:54:13.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2032 structureChanged: false structureIsReused:: Completely Elapsed: 8.243060000240803ms +Info 30018[11:54:13.396] Different program with same set of files +Info 30019[11:54:13.396] getCompletionData: Get current token: 0.00481100007891655 +Info 30020[11:54:13.396] getCompletionData: Is inside comment: 0.013269999995827675 +Info 30021[11:54:13.396] getCompletionData: Get previous token: 0.02096599992364645 +Info 30022[11:54:13.396] getCompletionsAtPosition: isCompletionListBlocker: 0.009213999845087528 +Info 30023[11:54:13.397] getExportInfoMap: cache hit +Info 30024[11:54:13.400] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 4 from cache +Info 30025[11:54:13.400] collectAutoImports: response is complete +Info 30026[11:54:13.400] collectAutoImports: 3.4962470000609756 +Info 30027[11:54:13.400] getCompletionData: Semantic work: 4.176468999125063 +Info 30028[11:54:13.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3753840001299977 +Info 30029[11:54:13.402] Format host information updated +Info 30030[11:54:13.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30031[11:54:13.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2033 structureChanged: false structureIsReused:: Completely Elapsed: 9.810638999566436ms +Info 30032[11:54:13.633] Different program with same set of files +Info 30033[11:54:13.633] getCompletionData: Get current token: 0.0035460004583001137 +Info 30034[11:54:13.633] getCompletionData: Is inside comment: 0.00890200026333332 +Info 30035[11:54:13.633] getCompletionData: Get previous token: 0.015244999900460243 +Info 30036[11:54:13.633] getCompletionsAtPosition: isCompletionListBlocker: 0.0075509995222091675 +Info 30037[11:54:13.634] getExportInfoMap: cache hit +Info 30038[11:54:13.637] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 30039[11:54:13.637] collectAutoImports: response is complete +Info 30040[11:54:13.637] collectAutoImports: 2.511285999789834 +Info 30041[11:54:13.637] getCompletionData: Semantic work: 3.0526710003614426 +Info 30042[11:54:13.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0920150000602007 +Info 30043[11:54:13.639] Format host information updated +Info 30044[11:54:13.779] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30045[11:54:13.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2034 structureChanged: false structureIsReused:: Completely Elapsed: 7.565592999570072ms +Info 30046[11:54:13.786] Different program with same set of files +Info 30047[11:54:13.787] getCompletionData: Get current token: 0.00316500011831522 +Info 30048[11:54:13.787] getCompletionData: Is inside comment: 0.010476999916136265 +Info 30049[11:54:13.787] getCompletionData: Get previous token: 0.017563000321388245 +Info 30050[11:54:13.787] getCompletionsAtPosition: isCompletionListBlocker: 0.006767000071704388 +Info 30051[11:54:13.787] getExportInfoMap: cache hit +Info 30052[11:54:13.790] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 30053[11:54:13.790] collectAutoImports: response is complete +Info 30054[11:54:13.790] collectAutoImports: 3.0480429995805025 +Info 30055[11:54:13.790] getCompletionData: Semantic work: 3.73543700017035 +Info 30056[11:54:13.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0756109999492764 +Info 30057[11:54:13.792] Format host information updated +Info 30058[11:54:13.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30059[11:54:13.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2035 structureChanged: false structureIsReused:: Completely Elapsed: 26.8148429999128ms +Info 30060[11:54:13.916] Different program with same set of files +Info 30061[11:54:13.916] getCompletionData: Get current token: 0.010413999669253826 +Info 30062[11:54:13.916] getCompletionData: Is inside comment: 0.036442999728024006 +Info 30063[11:54:13.916] getCompletionData: Get previous token: 0.0786779997870326 +Info 30064[11:54:13.916] getCompletionsAtPosition: isCompletionListBlocker: 0.01755599956959486 +Info 30065[11:54:13.918] getExportInfoMap: cache hit +Info 30066[11:54:13.923] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 30067[11:54:13.923] collectAutoImports: response is complete +Info 30068[11:54:13.923] collectAutoImports: 4.910299999639392 +Info 30069[11:54:13.923] getCompletionData: Semantic work: 6.267687999643385 +Info 30070[11:54:13.925] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.079012000001967 +Info 30071[11:54:13.926] Format host information updated +Info 30072[11:54:13.979] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30073[11:54:13.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2036 structureChanged: false structureIsReused:: Completely Elapsed: 16.85970799997449ms +Info 30074[11:54:13.996] Different program with same set of files +Info 30075[11:54:13.997] getCompletionData: Get current token: 0.007947999984025955 +Info 30076[11:54:13.997] getCompletionData: Is inside comment: 0.023591999895870686 +Info 30077[11:54:13.997] getCompletionData: Get previous token: 0.04048100020736456 +Info 30078[11:54:13.997] getCompletionsAtPosition: isCompletionListBlocker: 0.012849999591708183 +Info 30079[11:54:13.998] getExportInfoMap: cache hit +Info 30080[11:54:14.003] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 30081[11:54:14.003] collectAutoImports: response is complete +Info 30082[11:54:14.003] collectAutoImports: 4.65452800039202 +Info 30083[11:54:14.003] getCompletionData: Semantic work: 5.85160499997437 +Info 30084[11:54:14.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3471360001713037 +Info 30085[11:54:14.007] Format host information updated +Info 30086[11:54:14.218] Format host information updated +Info 30087[11:54:14.218] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30088[11:54:14.227] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2037 structureChanged: false structureIsReused:: Completely Elapsed: 8.92344000004232ms +Info 30089[11:54:14.227] Different program with same set of files +Info 30090[11:54:14.329] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30091[11:54:14.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2038 structureChanged: false structureIsReused:: Completely Elapsed: 7.00441600009799ms +Info 30092[11:54:14.336] Different program with same set of files +Info 30093[11:54:14.336] getCompletionData: Get current token: 0.0034890007227659225 +Info 30094[11:54:14.336] getCompletionData: Is inside comment: 0.011515000835061073 +Info 30095[11:54:14.336] getCompletionData: Get previous token: 0.010111000388860703 +Info 30096[11:54:14.336] getCompletionsAtPosition: isCompletionListBlocker: 0.001980000175535679 +Info 30097[11:54:14.337] getExportInfoMap: cache hit +Info 30098[11:54:14.353] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 30099[11:54:14.353] collectAutoImports: response is complete +Info 30100[11:54:14.353] collectAutoImports: 16.07474199961871 +Info 30101[11:54:14.353] getCompletionData: Semantic work: 16.72142400033772 +Info 30102[11:54:14.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.080622000619769 +Info 30103[11:54:14.361] Format host information updated +Info 30104[11:54:14.595] Format host information updated +Info 30105[11:54:14.595] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30106[11:54:14.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2039 structureChanged: false structureIsReused:: Completely Elapsed: 7.406787999905646ms +Info 30107[11:54:14.603] Different program with same set of files +Info 30108[11:54:14.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30109[11:54:14.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2040 structureChanged: false structureIsReused:: Completely Elapsed: 9.125303000211716ms +Info 30110[11:54:14.739] Different program with same set of files +Info 30111[11:54:14.739] getCompletionData: Get current token: 0.003480999730527401 +Info 30112[11:54:14.739] getCompletionData: Is inside comment: 0.011880000121891499 +Info 30113[11:54:14.739] getCompletionData: Get previous token: 0.01939500030130148 +Info 30114[11:54:14.739] getCompletionsAtPosition: isCompletionListBlocker: 0.007836000062525272 +Info 30115[11:54:14.740] getExportInfoMap: cache hit +Info 30116[11:54:14.742] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 30117[11:54:14.742] collectAutoImports: response is complete +Info 30118[11:54:14.742] collectAutoImports: 2.417090999893844 +Info 30119[11:54:14.742] getCompletionData: Semantic work: 3.0618420001119375 +Info 30120[11:54:14.744] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0750520005822182 +Info 30121[11:54:14.744] Format host information updated +Info 30122[11:54:15.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30123[11:54:15.009] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2041 structureChanged: false structureIsReused:: Completely Elapsed: 6.866244000382721ms +Info 30124[11:54:15.009] Different program with same set of files +Info 30125[11:54:15.009] getCompletionData: Get current token: 0.003382999449968338 +Info 30126[11:54:15.009] getCompletionData: Is inside comment: 0.011277999728918076 +Info 30127[11:54:15.009] getCompletionData: Get previous token: 0.019099999219179153 +Info 30128[11:54:15.009] getCompletionsAtPosition: isCompletionListBlocker: 0.007122000679373741 +Info 30129[11:54:15.010] getExportInfoMap: cache hit +Info 30130[11:54:15.014] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 30131[11:54:15.014] collectAutoImports: response is complete +Info 30132[11:54:15.014] collectAutoImports: 4.189946999773383 +Info 30133[11:54:15.014] getCompletionData: Semantic work: 4.827023999765515 +Info 30134[11:54:15.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1136190006509423 +Info 30135[11:54:15.016] Format host information updated +Info 30136[11:54:15.218] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30137[11:54:15.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2042 structureChanged: false structureIsReused:: Completely Elapsed: 7.217387999407947ms +Info 30138[11:54:15.225] Different program with same set of files +Info 30139[11:54:15.225] getCompletionData: Get current token: 0.0034790001809597015 +Info 30140[11:54:15.225] getCompletionData: Is inside comment: 0.009763999842107296 +Info 30141[11:54:15.225] getCompletionData: Get previous token: 0.016706999391317368 +Info 30142[11:54:15.225] getCompletionsAtPosition: isCompletionListBlocker: 0.006680999882519245 +Info 30143[11:54:15.226] getExportInfoMap: cache hit +Info 30144[11:54:15.228] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 30145[11:54:15.228] collectAutoImports: response is complete +Info 30146[11:54:15.228] collectAutoImports: 2.4326990004628897 +Info 30147[11:54:15.228] getCompletionData: Semantic work: 3.0213270001113415 +Info 30148[11:54:15.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9642960000783205 +Info 30149[11:54:15.230] Format host information updated +Info 30150[11:54:15.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30151[11:54:15.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2043 structureChanged: false structureIsReused:: Completely Elapsed: 6.752907999791205ms +Info 30152[11:54:15.605] Different program with same set of files +Info 30153[11:54:15.605] getCompletionData: Get current token: 0.0027840007096529007 +Info 30154[11:54:15.605] getCompletionData: Is inside comment: 0.00849399995058775 +Info 30155[11:54:15.605] getCompletionData: Get previous token: 0.014561000280082226 +Info 30156[11:54:15.605] getCompletionsAtPosition: isCompletionListBlocker: 0.006447000429034233 +Info 30157[11:54:15.606] getExportInfoMap: cache hit +Info 30158[11:54:15.608] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 30159[11:54:15.608] collectAutoImports: response is complete +Info 30160[11:54:15.608] collectAutoImports: 2.012175999581814 +Info 30161[11:54:15.608] getCompletionData: Semantic work: 2.53492100071162 +Info 30162[11:54:15.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.823365000076592 +Info 30163[11:54:15.609] Format host information updated +Info 30164[11:54:15.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30165[11:54:15.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2044 structureChanged: false structureIsReused:: Completely Elapsed: 6.306108999997377ms +Info 30166[11:54:15.808] Different program with same set of files +Info 30167[11:54:15.808] getCompletionData: Get current token: 0.0028720004484057426 +Info 30168[11:54:15.808] getCompletionData: Is inside comment: 0.008558999747037888 +Info 30169[11:54:15.808] getCompletionData: Get previous token: 0.015421000309288502 +Info 30170[11:54:15.808] getCompletionsAtPosition: isCompletionListBlocker: 0.0065279994159936905 +Info 30171[11:54:15.808] getExportInfoMap: cache hit +Info 30172[11:54:15.813] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 30173[11:54:15.813] collectAutoImports: response is complete +Info 30174[11:54:15.813] collectAutoImports: 4.506271000020206 +Info 30175[11:54:15.813] getCompletionData: Semantic work: 5.08046399988234 +Info 30176[11:54:15.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0112589998170733 +Info 30177[11:54:15.815] Format host information updated +Info 30178[11:54:15.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30179[11:54:15.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2045 structureChanged: false structureIsReused:: Completely Elapsed: 23.949936999939382ms +Info 30180[11:54:15.971] Different program with same set of files +Info 30181[11:54:15.971] getCompletionData: Get current token: 0.010077999904751778 +Info 30182[11:54:15.972] getCompletionData: Is inside comment: 0.03249999973922968 +Info 30183[11:54:15.972] getCompletionData: Get previous token: 0.054502000100910664 +Info 30184[11:54:15.972] getCompletionsAtPosition: isCompletionListBlocker: 0.016291999258100986 +Info 30185[11:54:15.973] getExportInfoMap: cache hit +Info 30186[11:54:15.979] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 30187[11:54:15.979] collectAutoImports: response is complete +Info 30188[11:54:15.979] collectAutoImports: 5.534524000249803 +Info 30189[11:54:15.979] getCompletionData: Semantic work: 6.930942999199033 +Info 30190[11:54:15.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8397460002452135 +Info 30191[11:54:15.982] Format host information updated +Info 30192[11:54:16.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30193[11:54:16.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2046 structureChanged: false structureIsReused:: Completely Elapsed: 10.032957999967039ms +Info 30194[11:54:16.157] Different program with same set of files +Info 30195[11:54:16.157] getCompletionData: Get current token: 0.002946999855339527 +Info 30196[11:54:16.157] getCompletionData: Is inside comment: 0.008445000275969505 +Info 30197[11:54:16.157] getCompletionData: Get previous token: 0.014841999858617783 +Info 30198[11:54:16.157] getCompletionsAtPosition: isCompletionListBlocker: 0.006661999970674515 +Info 30199[11:54:16.157] getExportInfoMap: cache hit +Info 30200[11:54:16.160] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 30201[11:54:16.160] collectAutoImports: response is complete +Info 30202[11:54:16.160] collectAutoImports: 2.4576530000194907 +Info 30203[11:54:16.160] getCompletionData: Semantic work: 2.9876629998907447 +Info 30204[11:54:16.161] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.064712000079453 +Info 30205[11:54:16.162] Format host information updated +Info 30206[11:54:16.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30207[11:54:16.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2047 structureChanged: false structureIsReused:: Completely Elapsed: 9.941445999778807ms +Info 30208[11:54:16.219] Different program with same set of files +Info 30209[11:54:16.219] getCompletionData: Get current token: 0.00558099988847971 +Info 30210[11:54:16.219] getCompletionData: Is inside comment: 0.018096000887453556 +Info 30211[11:54:16.219] getCompletionData: Get previous token: 0.030323000624775887 +Info 30212[11:54:16.219] getCompletionsAtPosition: isCompletionListBlocker: 0.01053600013256073 +Info 30213[11:54:16.220] getExportInfoMap: cache hit +Info 30214[11:54:16.226] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 30215[11:54:16.226] collectAutoImports: response is complete +Info 30216[11:54:16.226] collectAutoImports: 5.764910000376403 +Info 30217[11:54:16.226] getCompletionData: Semantic work: 6.6291140001267195 +Info 30218[11:54:16.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.944911999627948 +Info 30219[11:54:16.230] Format host information updated +Info 30220[11:54:16.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30221[11:54:16.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2048 structureChanged: false structureIsReused:: Completely Elapsed: 13.731116999872029ms +Info 30222[11:54:16.432] Different program with same set of files +Info 30223[11:54:16.432] getCompletionData: Get current token: 0.006307999603450298 +Info 30224[11:54:16.432] getCompletionData: Is inside comment: 0.01981399953365326 +Info 30225[11:54:16.432] getCompletionData: Get previous token: 0.038247000426054 +Info 30226[11:54:16.432] getCompletionsAtPosition: isCompletionListBlocker: 0.010847999714314938 +Info 30227[11:54:16.433] getExportInfoMap: cache hit +Info 30228[11:54:16.437] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 30229[11:54:16.437] collectAutoImports: response is complete +Info 30230[11:54:16.437] collectAutoImports: 3.6554859997704625 +Info 30231[11:54:16.437] getCompletionData: Semantic work: 4.505730000324547 +Info 30232[11:54:16.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.154055000282824 +Info 30233[11:54:16.439] Format host information updated +Info 30234[11:54:16.540] Format host information updated +Info 30235[11:54:16.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30236[11:54:16.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2049 structureChanged: false structureIsReused:: Completely Elapsed: 6.591842000372708ms +Info 30237[11:54:16.546] Different program with same set of files +Info 30238[11:54:16.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30239[11:54:16.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2050 structureChanged: false structureIsReused:: Completely Elapsed: 8.637392999604344ms +Info 30240[11:54:16.646] Different program with same set of files +Info 30241[11:54:16.646] getCompletionData: Get current token: 0.0034309998154640198 +Info 30242[11:54:16.646] getCompletionData: Is inside comment: 0.010778999887406826 +Info 30243[11:54:16.646] getCompletionData: Get previous token: 0.008668999187648296 +Info 30244[11:54:16.646] getCompletionsAtPosition: isCompletionListBlocker: 0.0018980000168085098 +Info 30245[11:54:16.647] getExportInfoMap: cache hit +Info 30246[11:54:16.658] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 30247[11:54:16.658] collectAutoImports: response is complete +Info 30248[11:54:16.658] collectAutoImports: 11.27111899945885 +Info 30249[11:54:16.658] getCompletionData: Semantic work: 11.83964699972421 +Info 30250[11:54:16.661] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2872259998694062 +Info 30251[11:54:16.665] Format host information updated +Info 30252[11:54:16.770] Format host information updated +Info 30253[11:54:16.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30254[11:54:16.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2051 structureChanged: false structureIsReused:: Completely Elapsed: 6.62516999989748ms +Info 30255[11:54:16.777] Different program with same set of files +Info 30256[11:54:16.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30257[11:54:16.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2052 structureChanged: false structureIsReused:: Completely Elapsed: 10.538680999539793ms +Info 30258[11:54:16.884] Different program with same set of files +Info 30259[11:54:16.884] getCompletionData: Get current token: 0.005793999880552292 +Info 30260[11:54:16.884] getCompletionData: Is inside comment: 0.019481000490486622 +Info 30261[11:54:16.884] getCompletionData: Get previous token: 0.03602500073611736 +Info 30262[11:54:16.884] getCompletionsAtPosition: isCompletionListBlocker: 0.0024730004370212555 +Info 30263[11:54:16.885] getExportInfoMap: cache hit +Info 30264[11:54:16.890] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 48 from cache +Info 30265[11:54:16.890] collectAutoImports: response is complete +Info 30266[11:54:16.890] collectAutoImports: 4.7956819999963045 +Info 30267[11:54:16.890] getCompletionData: Semantic work: 5.6818619994446635 +Info 30268[11:54:16.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3211229993030429 +Info 30269[11:54:16.894] Format host information updated diff --git a/.log/tsserver-log-Fh7HHF/ti-585385.log b/.log/tsserver-log-Fh7HHF/ti-585385.log new file mode 100644 index 0000000..a066e8b --- /dev/null +++ b/.log/tsserver-log-Fh7HHF/ti-585385.log @@ -0,0 +1,32 @@ +[11:03:08.984] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[11:03:08.984] Processing cache location '/home/orion/.cache/typescript/5.2' +[11:03:08.984] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[11:03:08.985] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[11:03:08.985] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[11:03:08.985] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[11:03:08.985] Process id: 585412 +[11:03:08.986] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[11:03:08.986] validateDefaultNpmLocation: true +[11:03:08.986] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[11:03:08.986] Updating types-registry npm package... +[11:03:08.986] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[11:03:09.619] Succeeded. stdout: + + up to date, audited 36 packages in 489ms + +found 0 vulnerabilities + +[11:03:09.619] Updated types-registry npm package +[11:03:09.656] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:03:09.669] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[11:03:09.670] Explicitly included types: [] +[11:03:09.670] Inferred typings from unresolved imports: [] +[11:03:09.670] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[11:03:09.670] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[11:03:09.670] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:03:09.670] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:03:09.670] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[11:03:09.671] Response has been sent. +[11:03:09.671] No new typings were requested as a result of typings discovery +[11:43:39.206] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-Fh7HHF/tsserver.log b/.log/tsserver-log-Fh7HHF/tsserver.log new file mode 100644 index 0000000..1854de2 --- /dev/null +++ b/.log/tsserver-log-Fh7HHF/tsserver.log @@ -0,0 +1,572 @@ +Info 0 [11:03:07.167] Starting TS Server +Info 1 [11:03:07.168] Version: 5.2.2 +Info 2 [11:03:07.168] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/3f523c0f4dd336b48cf07a146a36c484/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-Fh7HHF/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [11:03:07.168] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [11:03:07.168] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [11:03:07.176] Format host information updated +Info 6 [11:03:07.178] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [11:03:07.178] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [11:03:07.179] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [11:03:07.192] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [11:03:07.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [11:03:08.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 838.362881001085ms +Info 12 [11:03:08.035] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [11:03:08.036] Files (146) + +Info 14 [11:03:08.036] ----------------------------------------------- +Info 15 [11:03:08.050] AutoImportProviderProject: found 466 root files in 6 dependencies in 13.112579999491572 ms +Info 16 [11:03:08.077] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [11:03:08.977] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 899.1412380002439ms +Info 18 [11:03:08.977] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [11:03:08.977] Files (624) + +Info 20 [11:03:08.977] ----------------------------------------------- +Info 21 [11:03:08.981] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [11:03:08.981] Files (146) + +Info 21 [11:03:08.981] ----------------------------------------------- +Info 21 [11:03:08.981] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [11:03:08.981] Files (624) + +Info 21 [11:03:08.981] ----------------------------------------------- +Info 21 [11:03:08.981] Open files: +Info 21 [11:03:08.981] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [11:03:08.981] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [11:03:08.983] Format host information updated +Info 22 [11:03:08.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [11:03:09.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 17.346505999565125ms +Info 24 [11:03:09.001] Different program with same set of files +Info 25 [11:03:09.030] Format host information updated +Info 26 [11:03:11.483] Before ensureProjectForOpenFiles: +Info 27 [11:03:11.484] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 27 [11:03:11.484] Files (146) + +Info 27 [11:03:11.484] ----------------------------------------------- +Info 27 [11:03:11.484] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 27 [11:03:11.484] Files (624) + +Info 27 [11:03:11.484] ----------------------------------------------- +Info 27 [11:03:11.484] Open files: +Info 27 [11:03:11.484] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 27 [11:03:11.484] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27 [11:03:11.484] After ensureProjectForOpenFiles: +Info 28 [11:03:11.484] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 28 [11:03:11.484] Files (146) + +Info 28 [11:03:11.484] ----------------------------------------------- +Info 28 [11:03:11.484] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 28 [11:03:11.484] Files (624) + +Info 28 [11:03:11.484] ----------------------------------------------- +Info 28 [11:03:11.484] Open files: +Info 28 [11:03:11.484] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 28 [11:03:11.484] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28 [11:03:11.485] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 29 [11:03:12.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30 [11:03:12.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 11.969914000481367ms +Info 31 [11:03:12.861] Different program with same set of files +Info 32 [11:03:12.878] getCompletionData: Get current token: 0.09590299986302853 +Info 33 [11:03:12.878] getCompletionData: Is inside comment: 0.005806999281048775 +Info 34 [11:03:12.879] getCompletionData: Get previous token: 0.17212799936532974 +Info 35 [11:03:12.879] getCompletionsAtPosition: isCompletionListBlocker: 0.2468469999730587 +Info 36 [11:03:12.882] getExportInfoMap: cache miss or empty; calculating new results +Info 37 [11:03:12.936] forEachExternalModuleToImportFrom autoImportProvider: 27.94088499993086 +Info 38 [11:03:12.936] getExportInfoMap: done in 54.3551499992609 ms +Info 39 [11:03:12.961] collectAutoImports: resolved 76 module specifiers, plus 3 ambient and 202 from cache +Info 40 [11:03:12.961] collectAutoImports: response is complete +Info 41 [11:03:12.961] collectAutoImports: 24.24807800166309 +Info 42 [11:03:12.961] getCompletionData: Semantic work: 82.19322999939322 +Info 43 [11:03:12.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.597986999899149 +Info 44 [11:03:12.976] Format host information updated +Info 45 [11:03:12.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 46 [11:03:12.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 10.745608000084758ms +Info 47 [11:03:12.995] Different program with same set of files +Info 48 [11:03:12.995] getCompletionData: Get current token: 0.010727999731898308 +Info 49 [11:03:12.995] getCompletionData: Is inside comment: 0.003033999353647232 +Info 50 [11:03:12.995] getCompletionData: Get previous token: 0.04088800027966499 +Info 51 [11:03:12.995] getCompletionsAtPosition: isCompletionListBlocker: 0.03439699858427048 +Info 52 [11:03:12.996] getExportInfoMap: cache hit +Info 53 [11:03:13.003] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 24 from cache +Info 54 [11:03:13.003] collectAutoImports: response is complete +Info 55 [11:03:13.003] collectAutoImports: 6.854632999747992 +Info 56 [11:03:13.003] getCompletionData: Semantic work: 8.15169900096953 +Info 57 [11:03:13.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3157650008797646 +Info 58 [11:03:13.006] Format host information updated +Info 59 [11:03:13.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 60 [11:03:13.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 12.466834999620914ms +Info 61 [11:03:13.355] Different program with same set of files +Info 62 [11:03:13.356] getCompletionData: Get current token: 0.00985799916088581 +Info 63 [11:03:13.356] getCompletionData: Is inside comment: 0.0034999996423721313 +Info 64 [11:03:13.356] getCompletionData: Get previous token: 0.03508100099861622 +Info 65 [11:03:13.356] getCompletionsAtPosition: isCompletionListBlocker: 0.013918999582529068 +Info 66 [11:03:13.357] getExportInfoMap: cache hit +Info 67 [11:03:13.365] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 278 from cache +Info 68 [11:03:13.365] collectAutoImports: response is complete +Info 69 [11:03:13.365] collectAutoImports: 8.564014999195933 +Info 70 [11:03:13.366] getCompletionData: Semantic work: 9.650194000452757 +Info 71 [11:03:13.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.179746000096202 +Info 72 [11:03:13.370] Format host information updated +Info 73 [11:03:13.500] Format host information updated +Info 74 [11:03:13.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 75 [11:03:13.512] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 12.091903999447823ms +Info 76 [11:03:13.512] Different program with same set of files +Info 77 [11:03:14.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 78 [11:03:14.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 8.149144001305103ms +Info 79 [11:03:14.358] Different program with same set of files +Info 80 [11:03:14.358] getCompletionData: Get current token: 0.008527001366019249 +Info 81 [11:03:14.358] getCompletionData: Is inside comment: 0.003053000196814537 +Info 82 [11:03:14.358] getCompletionData: Get previous token: 0.03199400007724762 +Info 83 [11:03:14.358] getCompletionsAtPosition: isCompletionListBlocker: 0.00896500051021576 +Info 84 [11:03:14.359] getExportInfoMap: cache hit +Info 85 [11:03:14.366] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 278 from cache +Info 86 [11:03:14.366] collectAutoImports: response is complete +Info 87 [11:03:14.366] collectAutoImports: 6.644439999014139 +Info 88 [11:03:14.366] getCompletionData: Semantic work: 7.6408420000225306 +Info 89 [11:03:14.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.446127999573946 +Info 90 [11:03:14.373] Format host information updated +Info 91 [11:03:14.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 92 [11:03:14.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 9.895151000469923ms +Info 93 [11:03:14.420] Different program with same set of files +Info 94 [11:03:14.420] getCompletionData: Get current token: 0.01766199991106987 +Info 95 [11:03:14.420] getCompletionData: Is inside comment: 0.008488999679684639 +Info 96 [11:03:14.420] getCompletionData: Get previous token: 0.06201300024986267 +Info 97 [11:03:14.421] getCompletionsAtPosition: isCompletionListBlocker: 0.01344900019466877 +Info 98 [11:03:14.422] getExportInfoMap: cache hit +Info 99 [11:03:14.425] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 24 from cache +Info 100 [11:03:14.425] collectAutoImports: response is complete +Info 101 [11:03:14.425] collectAutoImports: 3.2761010006070137 +Info 102 [11:03:14.425] getCompletionData: Semantic work: 4.796869000419974 +Info 103 [11:03:14.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.903463000431657 +Info 104 [11:03:14.429] Format host information updated +Info 105 [11:03:14.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 106 [11:03:14.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 10.40158599987626ms +Info 107 [11:03:14.507] Different program with same set of files +Info 108 [11:03:14.507] getCompletionData: Get current token: 0.008100999519228935 +Info 109 [11:03:14.507] getCompletionData: Is inside comment: 0.0026719998568296432 +Info 110 [11:03:14.507] getCompletionData: Get previous token: 0.034237999469041824 +Info 111 [11:03:14.507] getCompletionsAtPosition: isCompletionListBlocker: 0.008775999769568443 +Info 112 [11:03:14.508] getExportInfoMap: cache hit +Info 113 [11:03:14.513] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 24 from cache +Info 114 [11:03:14.513] collectAutoImports: response is complete +Info 115 [11:03:14.513] collectAutoImports: 4.6432610005140305 +Info 116 [11:03:14.513] getCompletionData: Semantic work: 5.421316999942064 +Info 117 [11:03:14.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0517379995435476 +Info 118 [11:03:14.516] Format host information updated +Info 119 [11:03:14.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 120 [11:03:14.576] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 11.041100999340415ms +Info 121 [11:03:14.576] Different program with same set of files +Info 122 [11:03:14.576] getCompletionData: Get current token: 0.014056999236345291 +Info 123 [11:03:14.576] getCompletionData: Is inside comment: 0.005025001242756844 +Info 124 [11:03:14.576] getCompletionData: Get previous token: 0.051788000389933586 +Info 125 [11:03:14.576] getCompletionsAtPosition: isCompletionListBlocker: 0.01411999948322773 +Info 126 [11:03:14.578] getExportInfoMap: cache hit +Info 127 [11:03:14.581] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 128 [11:03:14.581] collectAutoImports: response is complete +Info 129 [11:03:14.581] collectAutoImports: 2.884153999388218 +Info 130 [11:03:14.581] getCompletionData: Semantic work: 4.344436999410391 +Info 131 [11:03:14.584] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.82710500061512 +Info 132 [11:03:14.585] Format host information updated +Info 133 [11:03:14.636] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 134 [11:03:14.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 28.56599500030279ms +Info 135 [11:03:14.665] Different program with same set of files +Info 136 [11:03:14.665] getCompletionData: Get current token: 0.02080100029706955 +Info 137 [11:03:14.665] getCompletionData: Is inside comment: 0.007183000445365906 +Info 138 [11:03:14.665] getCompletionData: Get previous token: 0.06973499990999699 +Info 139 [11:03:14.665] getCompletionsAtPosition: isCompletionListBlocker: 0.01686900109052658 +Info 140 [11:03:14.667] getExportInfoMap: cache hit +Info 141 [11:03:14.670] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 142 [11:03:14.670] collectAutoImports: response is complete +Info 143 [11:03:14.670] collectAutoImports: 3.3035039994865656 +Info 144 [11:03:14.670] getCompletionData: Semantic work: 4.913695000112057 +Info 145 [11:03:14.673] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.422266999259591 +Info 146 [11:03:14.674] Format host information updated +Info 147 [11:03:14.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 148 [11:03:14.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 7.007674999535084ms +Info 149 [11:03:14.809] Different program with same set of files +Info 150 [11:03:14.809] getCompletionData: Get current token: 0.00938500091433525 +Info 151 [11:03:14.809] getCompletionData: Is inside comment: 0.004525000229477882 +Info 152 [11:03:14.809] getCompletionData: Get previous token: 0.03264299966394901 +Info 153 [11:03:14.809] getCompletionsAtPosition: isCompletionListBlocker: 0.010145999491214752 +Info 154 [11:03:14.810] getExportInfoMap: cache hit +Info 155 [11:03:14.812] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 156 [11:03:14.812] collectAutoImports: response is complete +Info 157 [11:03:14.812] collectAutoImports: 1.9030520003288984 +Info 158 [11:03:14.812] getCompletionData: Semantic work: 2.8181340005248785 +Info 159 [11:03:14.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3890510015189648 +Info 160 [11:03:14.814] Format host information updated +Info 161 [11:03:14.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 162 [11:03:14.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 33.17797699943185ms +Info 163 [11:03:14.947] Different program with same set of files +Info 164 [11:03:14.948] getCompletionData: Get current token: 0.020850999280810356 +Info 165 [11:03:14.948] getCompletionData: Is inside comment: 0.005458999425172806 +Info 166 [11:03:14.948] getCompletionData: Get previous token: 0.06906099990010262 +Info 167 [11:03:14.948] getCompletionsAtPosition: isCompletionListBlocker: 0.025005999952554703 +Info 168 [11:03:14.950] getExportInfoMap: cache hit +Info 169 [11:03:14.954] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 170 [11:03:14.954] collectAutoImports: response is complete +Info 171 [11:03:14.954] collectAutoImports: 3.6095400005578995 +Info 172 [11:03:14.954] getCompletionData: Semantic work: 5.4390929993242025 +Info 173 [11:03:14.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.520371001213789 +Info 174 [11:03:14.957] Format host information updated +Info 175 [11:03:14.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 176 [11:03:14.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 8.61205600015819ms +Info 177 [11:03:14.984] Different program with same set of files +Info 178 [11:03:14.985] getCompletionData: Get current token: 0.010540999472141266 +Info 179 [11:03:14.985] getCompletionData: Is inside comment: 0.0027789995074272156 +Info 180 [11:03:14.985] getCompletionData: Get previous token: 0.02636900171637535 +Info 181 [11:03:14.985] getCompletionsAtPosition: isCompletionListBlocker: 0.002879999577999115 +Info 182 [11:03:14.987] getCompletionData: Semantic work: 2.2794040013104677 +Info 183 [11:03:14.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7569660004228354 +Info 184 [11:03:14.990] Format host information updated +Info 185 [11:03:15.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 186 [11:03:15.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 34.83727999962866ms +Info 187 [11:03:15.199] Different program with same set of files +Info 188 [11:03:15.200] getCompletionData: Get current token: 0.02138500101864338 +Info 189 [11:03:15.200] getCompletionData: Is inside comment: 0.006826000288128853 +Info 190 [11:03:15.200] getCompletionData: Get previous token: 0.0617430005222559 +Info 191 [11:03:15.200] getCompletionsAtPosition: isCompletionListBlocker: 0.005405999720096588 +Info 192 [11:03:15.202] getCompletionData: Semantic work: 1.608533000573516 +Info 193 [11:03:15.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6587060000747442 +Info 194 [11:03:15.204] Format host information updated +Info 195 [11:03:15.335] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 196 [11:03:15.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 24.925846001133323ms +Info 197 [11:03:15.360] Different program with same set of files +Info 198 [11:03:15.360] getCompletionData: Get current token: 0.02206999994814396 +Info 199 [11:03:15.360] getCompletionData: Is inside comment: 0.005292000249028206 +Info 200 [11:03:15.361] getCompletionData: Get previous token: 0.06276500038802624 +Info 201 [11:03:15.361] getCompletionsAtPosition: isCompletionListBlocker: 0.004803000018000603 +Info 202 [11:03:15.363] getCompletionData: Semantic work: 1.8248330000787973 +Info 203 [11:03:15.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.816653000190854 +Info 204 [11:03:15.365] Format host information updated +Info 205 [11:03:15.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 206 [11:03:15.409] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 12.007541999220848ms +Info 207 [11:03:15.409] Different program with same set of files +Info 208 [11:03:15.409] getCompletionData: Get current token: 0.011454999446868896 +Info 209 [11:03:15.409] getCompletionData: Is inside comment: 0.0025949999690055847 +Info 210 [11:03:15.409] getCompletionData: Get previous token: 0.032526999711990356 +Info 211 [11:03:15.409] getCompletionsAtPosition: isCompletionListBlocker: 0.003171999007463455 +Info 212 [11:03:15.410] getCompletionData: Semantic work: 0.8813540004193783 +Info 213 [11:03:15.411] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0823929999023676 +Info 214 [11:03:15.412] Format host information updated +Info 215 [11:03:15.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 216 [11:03:15.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 26.34455700032413ms +Info 217 [11:03:15.590] Different program with same set of files +Info 218 [11:03:15.591] getCompletionData: Get current token: 0.02628599852323532 +Info 219 [11:03:15.591] getCompletionData: Is inside comment: 0.008260000497102737 +Info 220 [11:03:15.591] getCompletionData: Get previous token: 0.06403100118041039 +Info 221 [11:03:15.591] getCompletionsAtPosition: isCompletionListBlocker: 0.02600499987602234 +Info 222 [11:03:15.594] getExportInfoMap: cache hit +Info 223 [11:03:15.671] collectAutoImports: resolved 380 module specifiers, plus 219 ambient and 2741 from cache +Info 224 [11:03:15.671] collectAutoImports: response is complete +Info 225 [11:03:15.672] collectAutoImports: 77.17413599975407 +Info 226 [11:03:15.672] getCompletionData: Semantic work: 80.28663600049913 +Info 227 [11:03:15.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.900663001462817 +Info 228 [11:03:15.699] Format host information updated +Info 229 [11:03:15.838] getCompletionData: Get current token: 0.06492799893021584 +Info 230 [11:03:15.838] getCompletionData: Is inside comment: 0.014668000862002373 +Info 231 [11:03:15.838] getCompletionData: Get previous token: 0.20429600030183792 +Info 232 [11:03:15.839] getCompletionsAtPosition: isCompletionListBlocker: 0.12914199940860271 +Info 233 [11:03:15.842] getExportInfoMap: cache hit +Info 234 [11:03:15.893] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 235 [11:03:15.893] collectAutoImports: response is complete +Info 236 [11:03:15.893] collectAutoImports: 51.125935001298785 +Info 237 [11:03:15.893] getCompletionData: Semantic work: 54.525806000456214 +Info 238 [11:03:15.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.419485999271274 +Info 239 [11:03:15.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 240 [11:03:15.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 9.575445000082254ms +Info 241 [11:03:15.965] Different program with same set of files +Info 242 [11:03:15.965] getCompletionData: Get current token: 0.007741998881101608 +Info 243 [11:03:15.965] getCompletionData: Is inside comment: 0.0021509993821382523 +Info 244 [11:03:15.965] getCompletionData: Get previous token: 0.046959999948740005 +Info 245 [11:03:15.966] getCompletionsAtPosition: isCompletionListBlocker: 0.0036369990557432175 +Info 246 [11:03:15.966] getExportInfoMap: cache hit +Info 247 [11:03:15.971] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 83 from cache +Info 248 [11:03:15.971] collectAutoImports: response is complete +Info 249 [11:03:15.971] collectAutoImports: 4.481862999498844 +Info 250 [11:03:15.971] getCompletionData: Semantic work: 5.48590699955821 +Info 251 [11:03:15.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.442602001130581 +Info 252 [11:03:15.974] Format host information updated +Info 253 [11:03:16.296] getCompletionData: Get current token: 0.006400998681783676 +Info 254 [11:03:16.296] getCompletionData: Is inside comment: 0.0017980001866817474 +Info 255 [11:03:16.296] getCompletionData: Get previous token: 0.013226000592112541 +Info 256 [11:03:16.297] getCompletionsAtPosition: isCompletionListBlocker: 0.008712999522686005 +Info 257 [11:03:16.297] getExportInfoMap: cache hit +Info 258 [11:03:16.318] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 259 [11:03:16.318] collectAutoImports: response is complete +Info 260 [11:03:16.318] collectAutoImports: 20.99665599875152 +Info 261 [11:03:16.318] getCompletionData: Semantic work: 21.888837000355124 +Info 262 [11:03:16.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.583602000027895 +Info 263 [11:03:16.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 264 [11:03:16.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 9.994016001001ms +Info 265 [11:03:16.509] Different program with same set of files +Info 266 [11:03:16.510] getCompletionData: Get current token: 0.021544000133872032 +Info 267 [11:03:16.510] getCompletionData: Is inside comment: 0.003397999331355095 +Info 268 [11:03:16.510] getCompletionData: Get previous token: 0.03396499902009964 +Info 269 [11:03:16.510] getCompletionsAtPosition: isCompletionListBlocker: 0.013030000030994415 +Info 270 [11:03:16.511] getExportInfoMap: cache hit +Info 271 [11:03:16.537] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 272 [11:03:16.537] collectAutoImports: response is complete +Info 273 [11:03:16.537] collectAutoImports: 25.976816998794675 +Info 274 [11:03:16.537] getCompletionData: Semantic work: 27.415944999083877 +Info 275 [11:03:16.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.146042998880148 +Info 276 [11:03:16.560] Format host information updated +Info 277 [11:03:16.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 278 [11:03:16.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 17.225010998547077ms +Info 279 [11:03:16.682] Different program with same set of files +Info 280 [11:03:16.683] getCompletionData: Get current token: 0.019812000915408134 +Info 281 [11:03:16.683] getCompletionData: Is inside comment: 0.003624001517891884 +Info 282 [11:03:16.683] getCompletionData: Get previous token: 0.030278999358415604 +Info 283 [11:03:16.683] getCompletionsAtPosition: isCompletionListBlocker: 0.010595999658107758 +Info 284 [11:03:16.684] getExportInfoMap: cache hit +Info 285 [11:03:16.708] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 286 [11:03:16.708] collectAutoImports: response is complete +Info 287 [11:03:16.708] collectAutoImports: 24.098736999556422 +Info 288 [11:03:16.708] getCompletionData: Semantic work: 25.046288000419736 +Info 289 [11:03:16.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.4164819996804 +Info 290 [11:03:16.730] Format host information updated +Info 291 [11:03:16.756] Format host information updated +Info 292 [11:03:16.756] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 293 [11:03:16.764] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 7.8110869992524385ms +Info 294 [11:03:16.764] Different program with same set of files +Info 295 [11:03:22.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 296 [11:03:22.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 8.237747000530362ms +Info 297 [11:03:22.063] Different program with same set of files +Info 298 [11:03:22.063] getCompletionData: Get current token: 0.019652999937534332 +Info 299 [11:03:22.063] getCompletionData: Is inside comment: 0.0026060007512569427 +Info 300 [11:03:22.063] getCompletionData: Get previous token: 0.022753000259399414 +Info 301 [11:03:22.063] getCompletionsAtPosition: isCompletionListBlocker: 0.0024790000170469284 +Info 302 [11:03:22.064] getExportInfoMap: cache hit +Info 303 [11:03:22.086] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 304 [11:03:22.086] collectAutoImports: response is complete +Info 305 [11:03:22.086] collectAutoImports: 21.996409999206662 +Info 306 [11:03:22.086] getCompletionData: Semantic work: 22.678669998422265 +Info 307 [11:03:22.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.064752999693155 +Info 308 [11:03:22.102] Format host information updated +Info 309 [11:03:22.234] Format host information updated +Info 310 [11:03:22.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 311 [11:03:22.241] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 7.662499999627471ms +Info 312 [11:03:22.242] Different program with same set of files +Info 313 [11:03:22.304] Format host information updated +Info 314 [11:03:22.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 315 [11:03:22.325] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 20.000645000487566ms +Info 316 [11:03:22.325] Different program with same set of files +Info 317 [11:03:22.533] Format host information updated +Info 318 [11:03:22.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 319 [11:03:22.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 21.538101999089122ms +Info 320 [11:03:22.556] Different program with same set of files +Info 321 [11:03:24.718] Format host information updated +Info 322 [11:03:24.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 323 [11:03:24.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 7.751483999192715ms +Info 324 [11:03:24.726] Different program with same set of files +Info 325 [11:03:25.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 326 [11:03:25.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 8.128871001303196ms +Info 327 [11:03:25.036] Different program with same set of files +Info 328 [11:03:25.036] getCompletionData: Get current token: 0.01746400073170662 +Info 329 [11:03:25.036] getCompletionData: Is inside comment: 0.022609999403357506 +Info 330 [11:03:25.037] getCompletionData: Get previous token: 0.016680000349879265 +Info 331 [11:03:25.037] getCompletionsAtPosition: isCompletionListBlocker: 0.06841900013387203 +Info 332 [11:03:25.037] getExportInfoMap: cache hit +Info 333 [11:03:25.062] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 334 [11:03:25.062] collectAutoImports: response is complete +Info 335 [11:03:25.062] collectAutoImports: 24.297450000420213 +Info 336 [11:03:25.062] getCompletionData: Semantic work: 25.14312099851668 +Info 337 [11:03:25.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.89533800072968 +Info 338 [11:03:25.079] Format host information updated +Info 339 [11:03:25.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 340 [11:03:25.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 7.823428999632597ms +Info 341 [11:03:25.322] Different program with same set of files +Info 342 [11:03:25.322] getCompletionData: Get current token: 0.019299998879432678 +Info 343 [11:03:25.322] getCompletionData: Is inside comment: 0.0028170011937618256 +Info 344 [11:03:25.322] getCompletionData: Get previous token: 0.02956799976527691 +Info 345 [11:03:25.322] getCompletionsAtPosition: isCompletionListBlocker: 0.008379001170396805 +Info 346 [11:03:25.323] getExportInfoMap: cache hit +Info 347 [11:03:25.347] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 348 [11:03:25.347] collectAutoImports: response is complete +Info 349 [11:03:25.347] collectAutoImports: 24.044246999546885 +Info 350 [11:03:25.347] getCompletionData: Semantic work: 24.839341999962926 +Info 351 [11:03:25.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.662429999560118 +Info 352 [11:03:25.363] Format host information updated +Info 353 [11:03:25.531] Format host information updated +Info 354 [11:03:25.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 355 [11:03:25.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 8.633501000702381ms +Info 356 [11:03:25.540] Different program with same set of files +Info 357 [11:03:26.189] getCompletionData: Get current token: 0.00522799976170063 +Info 358 [11:03:26.189] getCompletionData: Is inside comment: 0.020204000174999237 +Info 359 [11:03:26.189] getCompletionData: Get previous token: 0.01593799889087677 +Info 360 [11:03:26.189] getCompletionsAtPosition: isCompletionListBlocker: 0.010439001023769379 +Info 361 [11:03:26.190] getExportInfoMap: cache hit +Info 362 [11:03:26.212] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 363 [11:03:26.212] collectAutoImports: response is complete +Info 364 [11:03:26.212] collectAutoImports: 21.64491899870336 +Info 365 [11:03:26.212] getCompletionData: Semantic work: 22.645476000383496 +Info 366 [11:03:26.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.786771001294255 +Info 367 [11:03:26.564] Format host information updated +Info 368 [11:03:26.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 369 [11:03:26.572] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 7.792899999767542ms +Info 370 [11:03:26.572] Different program with same set of files +Info 371 [11:03:26.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 372 [11:03:26.856] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 8.01171199977398ms +Info 373 [11:03:26.856] Different program with same set of files +Info 374 [11:03:26.857] getCompletionData: Get current token: 0.004277000203728676 +Info 375 [11:03:26.857] getCompletionData: Is inside comment: 0.015131998807191849 +Info 376 [11:03:26.857] getCompletionData: Get previous token: 0.01196100004017353 +Info 377 [11:03:26.857] getCompletionsAtPosition: isCompletionListBlocker: 0.010673999786376953 +Info 378 [11:03:26.858] getExportInfoMap: cache hit +Info 379 [11:03:26.885] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 380 [11:03:26.885] collectAutoImports: response is complete +Info 381 [11:03:26.885] collectAutoImports: 27.345908999443054 +Info 382 [11:03:26.885] getCompletionData: Semantic work: 28.27458499930799 +Info 383 [11:03:26.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.430292999371886 +Info 384 [11:03:26.899] Format host information updated +Info 385 [11:03:28.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 386 [11:03:28.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.6433809995651245ms +Info 387 [11:03:28.046] Different program with same set of files +Info 388 [11:03:28.047] getCompletionData: Get current token: 0.01033100113272667 +Info 389 [11:03:28.047] getCompletionData: Is inside comment: 0.0022269990295171738 +Info 390 [11:03:28.047] getCompletionData: Get previous token: 0.03165599890053272 +Info 391 [11:03:28.047] getCompletionsAtPosition: isCompletionListBlocker: 0.008198998868465424 +Info 392 [11:03:28.048] getExportInfoMap: cache hit +Info 393 [11:03:28.051] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 88 from cache +Info 394 [11:03:28.051] collectAutoImports: response is complete +Info 395 [11:03:28.051] collectAutoImports: 3.2428309991955757 +Info 396 [11:03:28.051] getCompletionData: Semantic work: 3.963670000433922 +Info 397 [11:03:28.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2643480002880096 +Info 398 [11:03:28.053] Format host information updated +Info 399 [11:03:28.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 400 [11:03:28.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 13.005362998694181ms +Info 401 [11:03:28.123] Different program with same set of files +Info 402 [11:03:28.123] getCompletionData: Get current token: 0.02236900106072426 +Info 403 [11:03:28.123] getCompletionData: Is inside comment: 0.004846999421715736 +Info 404 [11:03:28.123] getCompletionData: Get previous token: 0.06274200044572353 +Info 405 [11:03:28.123] getCompletionsAtPosition: isCompletionListBlocker: 0.01572299934923649 +Info 406 [11:03:28.125] getExportInfoMap: cache hit +Info 407 [11:03:28.132] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 85 from cache +Info 408 [11:03:28.132] collectAutoImports: response is complete +Info 409 [11:03:28.132] collectAutoImports: 7.2490950003266335 +Info 410 [11:03:28.132] getCompletionData: Semantic work: 8.730964001268148 +Info 411 [11:03:28.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6210630014538765 +Info 412 [11:03:28.140] Format host information updated +Info 413 [11:03:28.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 414 [11:03:28.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 13.044485999271274ms +Info 415 [11:03:28.204] Different program with same set of files +Info 416 [11:03:28.205] getCompletionData: Get current token: 0.02230199985206127 +Info 417 [11:03:28.205] getCompletionData: Is inside comment: 0.007530000060796738 +Info 418 [11:03:28.205] getCompletionData: Get previous token: 0.0965649988502264 +Info 419 [11:03:28.205] getCompletionsAtPosition: isCompletionListBlocker: 0.015146000310778618 +Info 420 [11:03:28.206] getExportInfoMap: cache hit +Info 421 [11:03:28.211] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 57 from cache +Info 422 [11:03:28.211] collectAutoImports: response is complete +Info 423 [11:03:28.211] collectAutoImports: 4.460800001397729 +Info 424 [11:03:28.211] getCompletionData: Semantic work: 5.7008199989795685 +Info 425 [11:03:28.214] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7040879987180233 +Info 426 [11:03:28.215] Format host information updated +Info 427 [11:03:28.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 428 [11:03:28.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 26.843625999987125ms +Info 429 [11:03:28.309] Different program with same set of files +Info 430 [11:03:28.310] getCompletionData: Get current token: 0.045413000509142876 +Info 431 [11:03:28.310] getCompletionData: Is inside comment: 0.010684000328183174 +Info 432 [11:03:28.311] getCompletionData: Get previous token: 0.13667100109159946 +Info 433 [11:03:28.318] getCompletionsAtPosition: isCompletionListBlocker: 0.22649599984288216 +Info 434 [11:03:28.319] getExportInfoMap: cache hit +Info 435 [11:03:28.323] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 436 [11:03:28.323] collectAutoImports: response is complete +Info 437 [11:03:28.323] collectAutoImports: 3.8334099985659122 +Info 438 [11:03:28.323] getCompletionData: Semantic work: 5.311858998611569 +Info 439 [11:03:28.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.081740001216531 +Info 440 [11:03:28.326] Format host information updated +Info 441 [11:03:28.356] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 442 [11:03:28.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 8.069596998393536ms +Info 443 [11:03:28.364] Different program with same set of files +Info 444 [11:03:28.365] getCompletionData: Get current token: 0.012387000024318695 +Info 445 [11:03:28.365] getCompletionData: Is inside comment: 0.002741999924182892 +Info 446 [11:03:28.365] getCompletionData: Get previous token: 0.03815699927508831 +Info 447 [11:03:28.365] getCompletionsAtPosition: isCompletionListBlocker: 0.018257999792695045 +Info 448 [11:03:28.366] getExportInfoMap: cache hit +Info 449 [11:03:28.368] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 450 [11:03:28.368] collectAutoImports: response is complete +Info 451 [11:03:28.368] collectAutoImports: 2.169700000435114 +Info 452 [11:03:28.368] getCompletionData: Semantic work: 3.04016700014472 +Info 453 [11:03:28.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4399469997733831 +Info 454 [11:03:28.370] Format host information updated +Info 455 [11:03:28.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 456 [11:03:28.512] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 16.28410000167787ms +Info 457 [11:03:28.512] Different program with same set of files +Info 458 [11:03:28.512] getCompletionData: Get current token: 0.014080001041293144 +Info 459 [11:03:28.512] getCompletionData: Is inside comment: 0.003395998850464821 +Info 460 [11:03:28.512] getCompletionData: Get previous token: 0.04216800071299076 +Info 461 [11:03:28.512] getCompletionsAtPosition: isCompletionListBlocker: 0.012769998982548714 +Info 462 [11:03:28.513] getExportInfoMap: cache hit +Info 463 [11:03:28.516] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 464 [11:03:28.516] collectAutoImports: response is complete +Info 465 [11:03:28.516] collectAutoImports: 2.4587239995598793 +Info 466 [11:03:28.516] getCompletionData: Semantic work: 3.5077080000191927 +Info 467 [11:03:28.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.512091999873519 +Info 468 [11:03:28.518] Format host information updated +Info 469 [11:03:28.556] Format host information updated +Info 470 [11:03:28.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 471 [11:03:28.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 9.288388999179006ms +Info 472 [11:03:28.566] Different program with same set of files +Info 473 [11:03:46.017] Format host information updated +Info 474 [11:03:46.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 475 [11:03:46.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 13.892268000170588ms +Info 476 [11:03:46.032] Different program with same set of files +Info 477 [11:03:46.336] Format host information updated +Info 478 [11:03:46.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 479 [11:03:46.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 13.430838000029325ms +Info 480 [11:03:46.349] Different program with same set of files +Info 481 [11:03:46.710] Format host information updated +Info 482 [11:03:46.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 483 [11:03:46.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 10.12661499902606ms +Info 484 [11:03:46.721] Different program with same set of files +Info 485 [11:03:47.097] Format host information updated +Info 486 [11:03:47.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 487 [11:03:47.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 9.25827799923718ms +Info 488 [11:03:47.106] Different program with same set of files +Info 489 [11:03:47.612] Format host information updated +Info 490 [11:03:47.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 491 [11:03:47.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 8.793329000473022ms +Info 492 [11:03:47.621] Different program with same set of files diff --git a/.log/tsserver-log-FtQKG1/tsserver.log b/.log/tsserver-log-FtQKG1/tsserver.log new file mode 100644 index 0000000..2fe7b08 --- /dev/null +++ b/.log/tsserver-log-FtQKG1/tsserver.log @@ -0,0 +1,2055 @@ +Info 0 [17:09:01.872] Starting TS Server +Info 1 [17:09:01.872] Version: 5.2.2 +Info 2 [17:09:01.872] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/9543b236500632a05ad043d799a4bc83/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-FtQKG1/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [17:09:01.872] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [17:09:01.872] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [17:09:01.877] Format host information updated +Info 6 [17:09:01.881] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [17:09:02.229] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 347.80071400105953ms +Info 8 [17:09:02.229] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [17:09:02.229] Files (8) + +Info 10 [17:09:02.229] ----------------------------------------------- +Info 11 [17:09:02.229] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [17:09:02.229] Files (8) + +Info 11 [17:09:02.229] ----------------------------------------------- +Info 11 [17:09:02.229] Open files: +Info 11 [17:09:02.229] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [17:09:02.229] Projects: /dev/null/inferredProject1* +Info 11 [17:09:02.229] Format host information updated +Info 12 [17:09:02.230] Format host information updated +Info 13 [17:09:02.485] Format host information updated +Info 14 [17:09:02.923] Format host information updated +Info 15 [17:09:03.043] Format host information updated +Info 16 [17:09:03.104] Format host information updated +Info 17 [17:09:03.218] Format host information updated +Info 18 [17:09:03.312] Format host information updated +Info 19 [17:09:03.937] Format host information updated +Info 20 [17:09:08.375] Format host information updated +Info 21 [17:09:09.055] Format host information updated +Info 22 [17:09:10.610] Format host information updated +Info 23 [17:09:10.887] Format host information updated +Info 24 [17:09:11.047] Format host information updated +Info 25 [17:09:11.324] Format host information updated +Info 26 [17:09:11.740] Format host information updated +Info 27 [17:09:12.070] Format host information updated +Info 28 [17:09:12.900] Format host information updated +Info 29 [17:09:14.100] Format host information updated +Info 30 [17:09:14.812] Format host information updated +Info 31 [17:09:15.365] Format host information updated +Info 32 [17:09:16.068] Format host information updated +Info 33 [17:09:16.276] Format host information updated +Info 34 [17:09:17.056] Format host information updated +Info 35 [17:09:17.522] Format host information updated +Info 36 [17:09:17.999] Format host information updated +Info 37 [17:09:18.551] Format host information updated +Info 38 [17:09:19.159] Format host information updated +Info 39 [17:09:19.291] Format host information updated +Info 40 [17:09:19.377] Format host information updated +Info 41 [17:09:19.436] Format host information updated +Info 42 [17:09:19.553] Format host information updated +Info 43 [17:09:19.778] Format host information updated +Info 44 [17:09:19.884] Format host information updated +Info 45 [17:09:19.963] Format host information updated +Info 46 [17:09:20.018] Format host information updated +Info 47 [17:09:24.256] Format host information updated +Info 48 [17:09:24.987] Format host information updated +Info 49 [17:09:25.239] Format host information updated +Info 50 [17:09:25.327] Format host information updated +Info 51 [17:09:25.564] Format host information updated +Info 52 [17:09:25.621] Format host information updated +Info 53 [17:09:25.802] Format host information updated +Info 54 [17:09:26.075] Format host information updated +Info 55 [17:09:26.484] Format host information updated +Info 56 [17:09:27.706] Format host information updated +Info 57 [17:09:28.212] Format host information updated +Info 58 [17:09:28.455] Format host information updated +Info 59 [17:09:28.573] Format host information updated +Info 60 [17:09:28.634] Format host information updated +Info 61 [17:09:28.729] Format host information updated +Info 62 [17:09:29.045] Format host information updated +Info 63 [17:09:30.949] Format host information updated +Info 64 [17:09:32.226] Format host information updated +Info 65 [17:09:32.697] Format host information updated +Info 66 [17:09:33.172] Format host information updated +Info 67 [17:09:34.961] Format host information updated +Info 68 [17:09:35.071] Format host information updated +Info 69 [17:09:35.251] Format host information updated +Info 70 [17:09:35.337] Format host information updated +Info 71 [17:09:35.576] Format host information updated +Info 72 [17:09:35.636] Format host information updated +Info 73 [17:09:36.320] Format host information updated +Info 74 [17:09:36.382] Format host information updated +Info 75 [17:09:36.540] Format host information updated +Info 76 [17:09:37.541] Format host information updated +Info 77 [17:09:37.634] Format host information updated +Info 78 [17:09:38.086] Format host information updated +Info 79 [17:09:38.202] Format host information updated +Info 80 [17:09:38.473] Format host information updated +Info 81 [17:09:38.530] Format host information updated +Info 82 [17:09:39.455] Format host information updated +Info 83 [17:09:40.053] Format host information updated +Info 84 [17:09:40.151] Format host information updated +Info 85 [17:09:40.602] Format host information updated +Info 86 [17:09:40.749] Format host information updated +Info 87 [17:09:40.898] Format host information updated +Info 88 [17:09:40.971] Format host information updated +Info 89 [17:09:41.031] Format host information updated +Info 90 [17:09:41.405] Format host information updated +Info 91 [17:09:41.469] Format host information updated +Info 92 [17:09:41.893] Format host information updated +Info 93 [17:09:41.971] Format host information updated +Info 94 [17:09:42.191] Format host information updated +Info 95 [17:09:42.369] Format host information updated +Info 96 [17:09:42.445] Format host information updated +Info 97 [17:09:42.637] Format host information updated +Info 98 [17:09:42.712] Format host information updated +Info 99 [17:09:42.920] Format host information updated +Info 100 [17:09:43.050] Format host information updated +Info 101 [17:09:43.592] Format host information updated +Info 102 [17:09:43.686] Format host information updated +Info 103 [17:09:43.906] Format host information updated +Info 104 [17:09:44.133] Format host information updated +Info 105 [17:09:44.193] Format host information updated +Info 106 [17:09:45.783] Format host information updated +Info 107 [17:09:46.034] Format host information updated +Info 108 [17:09:46.227] Format host information updated +Info 109 [17:09:46.384] Format host information updated +Info 110 [17:09:48.126] Format host information updated +Info 111 [17:09:48.207] Format host information updated +Info 112 [17:09:48.379] Format host information updated +Info 113 [17:09:48.556] Format host information updated +Info 114 [17:09:48.613] Format host information updated +Info 115 [17:09:48.679] Format host information updated +Info 116 [17:09:48.824] Format host information updated +Info 117 [17:09:49.020] Format host information updated +Info 118 [17:09:49.110] Format host information updated +Info 119 [17:09:49.266] Format host information updated +Info 120 [17:09:49.381] Format host information updated +Info 121 [17:09:49.458] Format host information updated +Info 122 [17:09:49.567] Format host information updated +Info 123 [17:09:49.637] Format host information updated +Info 124 [17:09:51.011] Format host information updated +Info 125 [17:09:54.578] Format host information updated +Info 126 [17:09:56.378] Format host information updated +Info 127 [17:09:57.532] Format host information updated +Info 128 [17:09:58.008] Format host information updated +Info 129 [17:09:58.109] Format host information updated +Info 130 [17:09:58.185] Format host information updated +Info 131 [17:09:58.452] Format host information updated +Info 132 [17:09:58.555] Format host information updated +Info 133 [17:09:58.796] Format host information updated +Info 134 [17:09:58.866] Format host information updated +Info 135 [17:09:59.125] Format host information updated +Info 136 [17:09:59.267] Format host information updated +Info 137 [17:09:59.429] Format host information updated +Info 138 [17:09:59.567] Format host information updated +Info 139 [17:09:59.663] Format host information updated +Info 140 [17:09:59.895] Format host information updated +Info 141 [17:09:59.991] Format host information updated +Info 142 [17:10:00.194] Format host information updated +Info 143 [17:10:00.652] Format host information updated +Info 144 [17:10:01.056] Format host information updated +Info 145 [17:10:01.139] Format host information updated +Info 146 [17:10:01.213] Format host information updated +Info 147 [17:10:01.737] Format host information updated +Info 148 [17:10:01.913] Format host information updated +Info 149 [17:10:02.172] Format host information updated +Info 150 [17:10:02.312] Format host information updated +Info 151 [17:10:02.591] Format host information updated +Info 152 [17:10:02.723] Format host information updated +Info 153 [17:10:02.897] Format host information updated +Info 154 [17:10:03.009] Format host information updated +Info 155 [17:10:03.151] Format host information updated +Info 156 [17:10:03.371] Format host information updated +Info 157 [17:10:03.450] Format host information updated +Info 158 [17:10:03.711] Format host information updated +Info 159 [17:10:03.778] Format host information updated +Info 160 [17:10:03.902] Format host information updated +Info 161 [17:10:04.132] Format host information updated +Info 162 [17:10:04.377] Format host information updated +Info 163 [17:10:04.440] Format host information updated +Info 164 [17:10:04.657] Format host information updated +Info 165 [17:10:05.313] Format host information updated +Info 166 [17:10:05.375] Format host information updated +Info 167 [17:10:06.729] Format host information updated +Info 168 [17:10:07.872] Format host information updated +Info 169 [17:10:08.547] Format host information updated +Info 170 [17:10:10.945] Format host information updated +Info 171 [17:11:00.149] Format host information updated +Info 172 [17:11:01.723] Format host information updated +Info 173 [17:11:03.506] Format host information updated +Info 174 [17:11:03.617] Format host information updated +Info 175 [17:11:03.848] Format host information updated +Info 176 [17:11:03.993] Format host information updated +Info 177 [17:11:04.052] Format host information updated +Info 178 [17:11:04.113] Format host information updated +Info 179 [17:11:04.180] Format host information updated +Info 180 [17:11:04.315] Format host information updated +Info 181 [17:11:04.541] Format host information updated +Info 182 [17:11:05.045] Format host information updated +Info 183 [17:11:05.121] Format host information updated +Info 184 [17:11:05.215] Format host information updated +Info 185 [17:11:05.424] Format host information updated +Info 186 [17:11:05.659] Format host information updated +Info 187 [17:11:05.787] Format host information updated +Info 188 [17:11:05.944] Format host information updated +Info 189 [17:11:06.105] Format host information updated +Info 190 [17:11:06.175] Format host information updated +Info 191 [17:11:06.384] Format host information updated +Info 192 [17:11:06.612] Format host information updated +Info 193 [17:11:06.684] Format host information updated +Info 194 [17:11:07.264] Format host information updated +Info 195 [17:11:07.264] Format host information updated +Info 196 [17:11:07.265] Format host information updated +Info 197 [17:11:07.490] Format host information updated +Info 198 [17:11:09.054] Format host information updated +Info 199 [17:11:09.202] Format host information updated +Info 200 [17:11:09.548] Format host information updated +Info 201 [17:11:09.548] Format host information updated +Info 202 [17:11:09.550] Format host information updated +Info 203 [17:11:09.832] Format host information updated +Info 204 [17:11:09.943] Format host information updated +Info 205 [17:11:10.498] Format host information updated +Info 206 [17:11:10.498] Format host information updated +Info 207 [17:11:10.500] Format host information updated +Info 208 [17:11:15.769] Format host information updated +Info 209 [17:11:35.267] Format host information updated +Info 210 [17:11:35.396] Format host information updated +Info 211 [17:11:35.460] Format host information updated +Info 212 [17:11:35.635] Format host information updated +Info 213 [17:11:35.715] Format host information updated +Info 214 [17:11:35.838] Format host information updated +Info 215 [17:11:36.700] Format host information updated +Info 216 [17:11:36.894] Format host information updated +Info 217 [17:11:36.989] Format host information updated +Info 218 [17:11:37.173] Format host information updated +Info 219 [17:11:37.242] Format host information updated +Info 220 [17:11:37.381] Format host information updated +Info 221 [17:11:38.035] Format host information updated +Info 222 [17:11:40.393] Format host information updated +Info 223 [17:11:40.563] Format host information updated +Info 224 [17:11:40.703] Format host information updated +Info 225 [17:11:40.857] Format host information updated +Info 226 [17:11:40.920] Format host information updated +Info 227 [17:11:41.141] Format host information updated +Info 228 [17:11:41.196] Format host information updated +Info 229 [17:11:42.140] Format host information updated +Info 230 [17:11:42.351] Format host information updated +Info 231 [17:11:42.436] Format host information updated +Info 232 [17:11:53.008] Format host information updated +Info 233 [17:11:55.499] Format host information updated +Info 234 [17:11:55.675] Format host information updated +Info 235 [17:11:55.735] Format host information updated +Info 236 [17:11:55.907] Format host information updated +Info 237 [17:12:00.083] Format host information updated +Info 238 [17:12:00.376] Format host information updated +Info 239 [17:12:00.474] Format host information updated +Info 240 [17:12:00.558] Format host information updated +Info 241 [17:12:03.625] Format host information updated +Info 242 [17:12:12.456] Format host information updated +Info 243 [17:12:13.568] Format host information updated +Info 244 [17:12:14.234] Format host information updated +Info 245 [17:12:14.913] Format host information updated +Info 246 [17:12:15.391] Format host information updated +Info 247 [17:12:15.598] Format host information updated +Info 248 [17:12:15.742] Format host information updated +Info 249 [17:12:15.836] Format host information updated +Info 250 [17:12:15.895] Format host information updated +Info 251 [17:12:16.236] Format host information updated +Info 252 [17:12:16.326] Format host information updated +Info 253 [17:12:16.573] Format host information updated +Info 254 [17:12:16.668] Format host information updated +Info 255 [17:12:16.826] Format host information updated +Info 256 [17:12:16.989] Format host information updated +Info 257 [17:12:17.135] Format host information updated +Info 258 [17:12:17.196] Format host information updated +Info 259 [17:12:17.366] Format host information updated +Info 260 [17:12:17.456] Format host information updated +Info 261 [17:12:17.881] Format host information updated +Info 262 [17:12:18.054] Format host information updated +Info 263 [17:12:18.280] Format host information updated +Info 264 [17:12:18.463] Format host information updated +Info 265 [17:12:18.736] Format host information updated +Info 266 [17:12:18.809] Format host information updated +Info 267 [17:12:18.940] Format host information updated +Info 268 [17:12:19.001] Format host information updated +Info 269 [17:12:19.111] Format host information updated +Info 270 [17:12:19.794] Format host information updated +Info 271 [17:12:25.150] Format host information updated +Info 272 [17:12:28.765] Format host information updated +Info 273 [17:12:28.993] Format host information updated +Info 274 [17:12:29.253] Format host information updated +Info 275 [17:12:29.374] Format host information updated +Info 276 [17:12:29.456] Format host information updated +Info 277 [17:12:29.538] Format host information updated +Info 278 [17:12:29.665] Format host information updated +Info 279 [17:12:30.622] Format host information updated +Info 280 [17:12:30.622] Format host information updated +Info 281 [17:12:30.624] Format host information updated +Info 282 [17:12:34.695] Format host information updated +Info 283 [17:12:34.804] Format host information updated +Info 284 [17:12:35.122] Format host information updated +Info 285 [17:12:35.429] Format host information updated +Info 286 [17:12:35.845] Format host information updated +Info 287 [17:12:36.034] Format host information updated +Info 288 [17:12:36.252] Format host information updated +Info 289 [17:12:36.310] Format host information updated +Info 290 [17:12:36.463] Format host information updated +Info 291 [17:12:37.559] Format host information updated +Info 292 [17:12:37.678] Format host information updated +Info 293 [17:12:37.939] Format host information updated +Info 294 [17:12:38.354] Format host information updated +Info 295 [17:12:38.503] Format host information updated +Info 296 [17:12:38.642] Format host information updated +Info 297 [17:12:38.761] Format host information updated +Info 298 [17:12:39.158] Format host information updated +Info 299 [17:12:39.158] Format host information updated +Info 300 [17:12:39.159] Format host information updated +Info 301 [17:12:39.408] Format host information updated +Info 302 [17:12:39.563] Format host information updated +Info 303 [17:12:39.716] Format host information updated +Info 304 [17:12:40.017] Format host information updated +Info 305 [17:12:40.153] Format host information updated +Info 306 [17:12:40.309] Format host information updated +Info 307 [17:12:40.406] Format host information updated +Info 308 [17:12:40.585] Format host information updated +Info 309 [17:12:44.071] Format host information updated +Info 310 [17:12:46.044] Format host information updated +Info 311 [17:12:46.217] Format host information updated +Info 312 [17:12:46.304] Format host information updated +Info 313 [17:12:46.431] Format host information updated +Info 314 [17:12:46.501] Format host information updated +Info 315 [17:12:46.672] Format host information updated +Info 316 [17:12:46.732] Format host information updated +Info 317 [17:12:47.036] Format host information updated +Info 318 [17:12:47.175] Format host information updated +Info 319 [17:12:47.242] Format host information updated +Info 320 [17:12:47.345] Format host information updated +Info 321 [17:12:47.419] Format host information updated +Info 322 [17:12:47.517] Format host information updated +Info 323 [17:12:48.001] Format host information updated +Info 324 [17:12:50.294] Format host information updated +Info 325 [17:12:50.432] Format host information updated +Info 326 [17:12:50.657] Format host information updated +Info 327 [17:12:50.897] Format host information updated +Info 328 [17:12:50.959] Format host information updated +Info 329 [17:12:51.083] Format host information updated +Info 330 [17:12:51.242] Format host information updated +Info 331 [17:12:51.453] Format host information updated +Info 332 [17:12:51.745] Format host information updated +Info 333 [17:12:52.386] Format host information updated +Info 334 [17:12:53.188] Format host information updated +Info 335 [17:12:53.461] Format host information updated +Info 336 [17:12:53.644] Format host information updated +Info 337 [17:12:53.781] Format host information updated +Info 338 [17:12:53.936] Format host information updated +Info 339 [17:12:54.129] Format host information updated +Info 340 [17:12:54.835] Format host information updated +Info 341 [17:12:54.952] Format host information updated +Info 342 [17:12:55.190] Format host information updated +Info 343 [17:12:55.295] Format host information updated +Info 344 [17:12:55.439] Format host information updated +Info 345 [17:12:55.845] Format host information updated +Info 346 [17:12:55.845] Format host information updated +Info 347 [17:12:55.847] Format host information updated +Info 348 [17:12:56.233] Format host information updated +Info 349 [17:12:58.258] Format host information updated +Info 350 [17:32:38.494] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 351 [17:32:38.515] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 20.035346999764442ms +Info 352 [17:32:38.515] Project '/dev/null/inferredProject1*' (Inferred) +Info 353 [17:32:38.515] Files (9) + +Info 354 [17:32:38.515] ----------------------------------------------- +Info 355 [17:32:38.515] Project '/dev/null/inferredProject1*' (Inferred) +Info 355 [17:32:38.515] Files (9) + +Info 355 [17:32:38.515] ----------------------------------------------- +Info 355 [17:32:38.515] Open files: +Info 355 [17:32:38.515] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 355 [17:32:38.515] Projects: /dev/null/inferredProject1* +Info 355 [17:32:38.515] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulation.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 355 [17:32:38.515] Projects: /dev/null/inferredProject1* +Info 355 [17:32:38.749] Format host information updated +Info 356 [17:32:39.663] Format host information updated +Info 357 [17:32:39.850] Format host information updated +Info 358 [17:32:40.016] Format host information updated +Info 359 [17:32:40.069] Format host information updated +Info 360 [17:32:40.213] Format host information updated +Info 361 [17:32:40.283] Format host information updated +Info 362 [17:32:40.448] Format host information updated +Info 363 [17:32:40.502] Format host information updated +Info 364 [17:32:43.903] Format host information updated +Info 365 [17:32:44.492] Format host information updated +Info 366 [17:32:44.873] Format host information updated +Info 367 [17:32:44.965] Format host information updated +Info 368 [17:32:55.686] Format host information updated +Info 369 [17:32:55.945] Format host information updated +Info 370 [17:32:56.076] Format host information updated +Info 371 [17:32:56.164] Format host information updated +Info 372 [17:32:56.229] Format host information updated +Info 373 [17:32:56.293] Format host information updated +Info 374 [17:32:56.734] Format host information updated +Info 375 [17:32:57.384] Format host information updated +Info 376 [17:32:57.551] Format host information updated +Info 377 [17:32:57.692] Format host information updated +Info 378 [17:32:57.769] Format host information updated +Info 379 [17:32:57.874] Format host information updated +Info 380 [17:32:58.252] Format host information updated +Info 381 [17:32:58.472] Format host information updated +Info 382 [17:32:58.597] Format host information updated +Info 383 [17:32:58.721] Format host information updated +Info 384 [17:32:58.872] Format host information updated +Info 385 [17:32:58.942] Format host information updated +Info 386 [17:32:59.273] Format host information updated +Info 387 [17:32:59.443] Format host information updated +Info 388 [17:32:59.625] Format host information updated +Info 389 [17:32:59.719] Format host information updated +Info 390 [17:32:59.926] Format host information updated +Info 391 [17:33:00.175] Format host information updated +Info 392 [17:33:00.270] Format host information updated +Info 393 [17:33:00.368] Format host information updated +Info 394 [17:33:00.512] Format host information updated +Info 395 [17:33:01.047] Format host information updated +Info 396 [17:33:01.048] Format host information updated +Info 397 [17:33:01.049] Format host information updated +Info 398 [17:33:01.588] Format host information updated +Info 399 [17:33:02.729] Format host information updated +Info 400 [17:33:02.955] Format host information updated +Info 401 [17:33:03.016] Format host information updated +Info 402 [17:33:03.137] Format host information updated +Info 403 [17:33:03.787] Format host information updated +Info 404 [17:33:03.788] Format host information updated +Info 405 [17:33:03.789] Format host information updated +Info 406 [17:33:08.960] Format host information updated +Info 407 [17:33:09.088] Format host information updated +Info 408 [17:33:09.266] Format host information updated +Info 409 [17:33:09.400] Format host information updated +Info 410 [17:33:09.630] Format host information updated +Info 411 [17:33:10.612] Format host information updated +Info 412 [17:33:11.174] Format host information updated +Info 413 [17:33:11.531] Format host information updated +Info 414 [17:33:11.684] Format host information updated +Info 415 [17:33:11.824] Format host information updated +Info 416 [17:33:11.951] Format host information updated +Info 417 [17:33:12.286] Format host information updated +Info 418 [17:33:12.410] Format host information updated +Info 419 [17:33:12.747] Format host information updated +Info 420 [17:33:13.566] Format host information updated +Info 421 [17:33:13.636] Format host information updated +Info 422 [17:33:13.823] Format host information updated +Info 423 [17:33:13.927] Format host information updated +Info 424 [17:33:14.039] Format host information updated +Info 425 [17:33:14.106] Format host information updated +Info 426 [17:33:14.474] Format host information updated +Info 427 [17:33:14.712] Format host information updated +Info 428 [17:33:14.862] Format host information updated +Info 429 [17:33:15.106] Format host information updated +Info 430 [17:33:15.199] Format host information updated +Info 431 [17:33:15.688] Format host information updated +Info 432 [17:33:15.830] Format host information updated +Info 433 [17:33:15.887] Format host information updated +Info 434 [17:33:16.043] Format host information updated +Info 435 [17:33:16.155] Format host information updated +Info 436 [17:33:16.348] Format host information updated +Info 437 [17:33:16.583] Format host information updated +Info 438 [17:33:16.842] Format host information updated +Info 439 [17:33:16.932] Format host information updated +Info 440 [17:33:17.009] Format host information updated +Info 441 [17:33:17.070] Format host information updated +Info 442 [17:33:17.724] Format host information updated +Info 443 [17:33:19.481] Format host information updated +Info 444 [17:33:20.024] Format host information updated +Info 445 [17:33:20.349] Format host information updated +Info 446 [17:33:20.671] Format host information updated +Info 447 [17:33:20.902] Format host information updated +Info 448 [17:33:21.063] Format host information updated +Info 449 [17:33:21.869] Format host information updated +Info 450 [17:33:22.364] Format host information updated +Info 451 [17:33:22.517] Format host information updated +Info 452 [17:33:22.637] Format host information updated +Info 453 [17:33:22.931] Format host information updated +Info 454 [17:33:22.990] Format host information updated +Info 455 [17:33:24.772] Format host information updated +Info 456 [17:33:24.993] Format host information updated +Info 457 [17:33:25.103] Format host information updated +Info 458 [17:33:25.223] Format host information updated +Info 459 [17:33:25.353] Format host information updated +Info 460 [17:33:26.292] Format host information updated +Info 461 [17:33:28.731] Format host information updated +Info 462 [17:33:28.846] Format host information updated +Info 463 [17:33:28.924] Format host information updated +Info 464 [17:33:29.113] Format host information updated +Info 465 [17:33:29.207] Format host information updated +Info 466 [17:33:29.268] Format host information updated +Info 467 [17:33:29.383] Format host information updated +Info 468 [17:33:29.551] Format host information updated +Info 469 [17:33:35.024] Format host information updated +Info 470 [17:33:36.264] Format host information updated +Info 471 [17:33:36.392] Format host information updated +Info 472 [17:33:36.552] Format host information updated +Info 473 [17:33:36.901] Format host information updated +Info 474 [17:33:37.030] Format host information updated +Info 475 [17:33:37.174] Format host information updated +Info 476 [17:33:37.457] Format host information updated +Info 477 [17:33:37.582] Format host information updated +Info 478 [17:33:37.721] Format host information updated +Info 479 [17:33:38.115] Format host information updated +Info 480 [17:33:38.515] Format host information updated +Info 481 [17:33:38.650] Format host information updated +Info 482 [17:33:38.802] Format host information updated +Info 483 [17:33:38.910] Format host information updated +Info 484 [17:33:38.982] Format host information updated +Info 485 [17:33:39.137] Format host information updated +Info 486 [17:33:39.255] Format host information updated +Info 487 [17:33:39.311] Format host information updated +Info 488 [17:33:39.471] Format host information updated +Info 489 [17:33:39.621] Format host information updated +Info 490 [17:33:39.702] Format host information updated +Info 491 [17:33:40.085] Format host information updated +Info 492 [17:34:21.586] Format host information updated +Info 493 [17:34:22.477] Format host information updated +Info 494 [17:34:22.659] Format host information updated +Info 495 [17:34:24.583] Format host information updated +Info 496 [17:34:24.759] Format host information updated +Info 497 [17:34:24.828] Format host information updated +Info 498 [17:34:24.969] Format host information updated +Info 499 [17:34:25.072] Format host information updated +Info 500 [17:34:25.276] Format host information updated +Info 501 [17:34:25.354] Format host information updated +Info 502 [17:34:25.439] Format host information updated +Info 503 [17:34:25.581] Format host information updated +Info 504 [17:34:25.715] Format host information updated +Info 505 [17:34:29.860] Format host information updated +Info 506 [17:34:30.022] Format host information updated +Info 507 [17:34:30.082] Format host information updated +Info 508 [17:34:30.230] Format host information updated +Info 509 [17:34:30.327] Format host information updated +Info 510 [17:34:30.540] Format host information updated +Info 511 [17:34:30.600] Format host information updated +Info 512 [17:34:31.019] Format host information updated +Info 513 [17:34:31.091] Format host information updated +Info 514 [17:34:31.188] Format host information updated +Info 515 [17:34:31.336] Format host information updated +Info 516 [17:34:31.417] Format host information updated +Info 517 [17:34:31.558] Format host information updated +Info 518 [17:34:31.655] Format host information updated +Info 519 [17:34:31.807] Format host information updated +Info 520 [17:34:31.865] Format host information updated +Info 521 [17:34:32.013] Format host information updated +Info 522 [17:34:32.174] Format host information updated +Info 523 [17:34:32.237] Format host information updated +Info 524 [17:34:32.762] Format host information updated +Info 525 [17:34:32.957] Format host information updated +Info 526 [17:34:33.109] Format host information updated +Info 527 [17:34:33.184] Format host information updated +Info 528 [17:34:33.325] Format host information updated +Info 529 [17:34:33.392] Format host information updated +Info 530 [17:34:33.565] Format host information updated +Info 531 [17:34:35.241] Format host information updated +Info 532 [17:34:35.414] Format host information updated +Info 533 [17:34:35.578] Format host information updated +Info 534 [17:34:35.808] Format host information updated +Info 535 [17:34:36.034] Format host information updated +Info 536 [17:34:36.155] Format host information updated +Info 537 [17:34:36.354] Format host information updated +Info 538 [17:34:36.498] Format host information updated +Info 539 [17:34:36.587] Format host information updated +Info 540 [17:34:36.648] Format host information updated +Info 541 [17:34:36.781] Format host information updated +Info 542 [17:34:36.849] Format host information updated +Info 543 [17:34:36.948] Format host information updated +Info 544 [17:34:37.118] Format host information updated +Info 545 [17:34:37.178] Format host information updated +Info 546 [17:34:37.428] Format host information updated +Info 547 [17:34:37.547] Format host information updated +Info 548 [17:34:37.652] Format host information updated +Info 549 [17:34:40.902] Format host information updated +Info 550 [17:34:41.011] Format host information updated +Info 551 [17:34:41.241] Format host information updated +Info 552 [17:34:41.305] Format host information updated +Info 553 [17:34:41.472] Format host information updated +Info 554 [17:34:41.531] Format host information updated +Info 555 [17:34:42.258] Format host information updated +Info 556 [17:34:42.435] Format host information updated +Info 557 [17:34:42.757] Format host information updated +Info 558 [17:34:42.918] Format host information updated +Info 559 [17:34:43.063] Format host information updated +Info 560 [17:34:43.134] Format host information updated +Info 561 [17:34:43.199] Format host information updated +Info 562 [17:34:44.107] Format host information updated +Info 563 [17:34:45.376] Format host information updated +Info 564 [17:34:48.236] Format host information updated +Info 565 [17:34:48.409] Format host information updated +Info 566 [17:34:48.542] Format host information updated +Info 567 [17:34:48.624] Format host information updated +Info 568 [17:34:48.864] Format host information updated +Info 569 [17:34:48.920] Format host information updated +Info 570 [17:34:49.134] Format host information updated +Info 571 [17:34:49.275] Format host information updated +Info 572 [17:34:49.447] Format host information updated +Info 573 [17:34:49.661] Format host information updated +Info 574 [17:34:49.722] Format host information updated +Info 575 [17:34:49.877] Format host information updated +Info 576 [17:34:50.057] Format host information updated +Info 577 [17:34:50.257] Format host information updated +Info 578 [17:34:50.359] Format host information updated +Info 579 [17:34:50.552] Format host information updated +Info 580 [17:34:51.119] Format host information updated +Info 581 [17:34:51.119] Format host information updated +Info 582 [17:34:51.120] Format host information updated +Info 583 [17:34:51.424] Format host information updated +Info 584 [17:38:10.017] Format host information updated +Info 585 [17:38:10.210] Format host information updated +Info 586 [17:38:19.209] Format host information updated +Info 587 [17:38:19.286] Format host information updated +Info 588 [17:38:19.379] Format host information updated +Info 589 [17:38:19.507] Format host information updated +Info 590 [17:38:19.573] Format host information updated +Info 591 [17:38:19.710] Format host information updated +Info 592 [17:38:19.766] Format host information updated +Info 593 [17:38:21.721] Format host information updated +Info 594 [17:38:21.878] Format host information updated +Info 595 [17:38:22.219] Format host information updated +Info 596 [17:38:22.530] Format host information updated +Info 597 [17:38:24.213] Format host information updated +Info 598 [17:38:24.277] Format host information updated +Info 599 [17:38:24.348] Format host information updated +Info 600 [17:38:24.631] Format host information updated +Info 601 [17:38:24.771] Format host information updated +Info 602 [17:38:25.388] Format host information updated +Info 603 [17:38:29.642] Format host information updated +Info 604 [17:38:30.602] Format host information updated +Info 605 [17:38:30.883] Format host information updated +Info 606 [17:38:31.978] Format host information updated +Info 607 [17:38:31.978] Format host information updated +Info 608 [17:38:31.978] Format host information updated +Info 609 [17:38:31.980] Format host information updated +Info 610 [17:38:32.588] Format host information updated +Info 611 [17:38:32.946] Format host information updated +Info 612 [17:38:33.306] Format host information updated +Info 613 [17:38:33.439] Format host information updated +Info 614 [17:39:49.485] Project '/dev/null/inferredProject1*' (Inferred) +Info 614 [17:39:49.485] Files (9) + +Info 614 [17:39:49.485] ----------------------------------------------- +Info 614 [17:39:49.485] Open files: +Info 614 [17:39:49.485] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 614 [17:39:49.485] Projects: /dev/null/inferredProject1* +Info 614 [17:39:51.531] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 615 [17:39:51.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 4.831761000677943ms +Info 616 [17:39:51.536] Project '/dev/null/inferredProject1*' (Inferred) +Info 617 [17:39:51.536] Files (9) + +Info 618 [17:39:51.536] ----------------------------------------------- +Info 619 [17:39:51.536] Project '/dev/null/inferredProject1*' (Inferred) +Info 619 [17:39:51.536] Files (9) + +Info 619 [17:39:51.536] ----------------------------------------------- +Info 619 [17:39:51.536] Open files: +Info 619 [17:39:51.536] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 619 [17:39:51.536] Projects: /dev/null/inferredProject1* +Info 619 [17:39:51.536] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 619 [17:39:51.536] Projects: /dev/null/inferredProject1* +Info 619 [17:39:52.425] Format host information updated +Info 620 [17:42:39.781] Format host information updated +Info 621 [17:42:40.017] Format host information updated +Info 622 [17:42:41.680] Format host information updated +Info 623 [17:42:44.154] Format host information updated +Info 624 [17:42:44.777] Format host information updated +Info 625 [17:42:48.306] Format host information updated +Info 626 [17:42:51.024] Format host information updated +Info 627 [17:42:51.641] Format host information updated +Info 628 [17:42:52.089] Format host information updated +Info 629 [17:42:52.239] Format host information updated +Info 630 [17:42:52.301] Format host information updated +Info 631 [17:42:52.722] Format host information updated +Info 632 [17:42:52.879] Format host information updated +Info 633 [17:42:53.118] Format host information updated +Info 634 [17:42:53.185] Format host information updated +Info 635 [17:42:53.361] Format host information updated +Info 636 [17:42:53.537] Format host information updated +Info 637 [17:42:53.647] Format host information updated +Info 638 [17:42:53.863] Format host information updated +Info 639 [17:42:53.999] Format host information updated +Info 640 [17:42:54.059] Format host information updated +Info 641 [17:42:54.126] Format host information updated +Info 642 [17:42:55.015] Format host information updated +Info 643 [17:42:55.200] Format host information updated +Info 644 [17:42:55.311] Format host information updated +Info 645 [17:42:55.458] Format host information updated +Info 646 [17:42:55.610] Format host information updated +Info 647 [17:42:55.778] Format host information updated +Info 648 [17:42:55.927] Format host information updated +Info 649 [17:42:56.141] Format host information updated +Info 650 [17:42:56.373] Format host information updated +Info 651 [17:42:56.495] Format host information updated +Info 652 [17:42:56.552] Format host information updated +Info 653 [17:42:56.687] Format host information updated +Info 654 [17:42:56.761] Format host information updated +Info 655 [17:42:57.033] Format host information updated +Info 656 [17:42:57.165] Format host information updated +Info 657 [17:42:57.261] Format host information updated +Info 658 [17:42:57.553] Format host information updated +Info 659 [17:42:57.612] Format host information updated +Info 660 [17:42:57.729] Format host information updated +Info 661 [17:42:58.805] Format host information updated +Info 662 [17:42:58.891] Format host information updated +Info 663 [17:43:00.993] Format host information updated +Info 664 [17:43:01.169] Format host information updated +Info 665 [17:43:01.328] Format host information updated +Info 666 [17:43:01.729] Format host information updated +Info 667 [17:43:02.223] Format host information updated +Info 668 [17:43:02.547] Format host information updated +Info 669 [17:43:02.623] Format host information updated +Info 670 [17:43:04.402] Format host information updated +Info 671 [17:43:04.468] Format host information updated +Info 672 [17:43:04.670] Format host information updated +Info 673 [17:43:04.785] Format host information updated +Info 674 [17:43:04.950] Format host information updated +Info 675 [17:43:05.038] Format host information updated +Info 676 [17:43:05.093] Format host information updated +Info 677 [17:43:05.297] Format host information updated +Info 678 [17:43:05.479] Format host information updated +Info 679 [17:43:05.848] Format host information updated +Info 680 [17:43:05.848] Format host information updated +Info 681 [17:43:05.849] Format host information updated +Info 682 [17:43:07.019] Format host information updated +Info 683 [17:43:07.188] Format host information updated +Info 684 [17:43:07.583] Format host information updated +Info 685 [17:43:07.749] Format host information updated +Info 686 [17:43:07.849] Format host information updated +Info 687 [17:43:07.918] Format host information updated +Info 688 [17:43:08.323] Format host information updated +Info 689 [17:43:08.590] Format host information updated +Info 690 [17:43:11.469] Format host information updated +Info 691 [17:43:11.805] Format host information updated +Info 692 [17:43:12.367] Format host information updated +Info 693 [17:43:12.518] Format host information updated +Info 694 [17:43:12.869] Format host information updated +Info 695 [17:43:13.050] Format host information updated +Info 696 [17:43:13.192] Format host information updated +Info 697 [17:43:13.264] Format host information updated +Info 698 [17:43:13.376] Format host information updated +Info 699 [17:43:13.436] Format host information updated +Info 700 [17:43:13.510] Format host information updated +Info 701 [17:43:13.753] Format host information updated +Info 702 [17:43:13.849] Format host information updated +Info 703 [17:43:13.944] Format host information updated +Info 704 [17:43:14.001] Format host information updated +Info 705 [17:43:14.349] Format host information updated +Info 706 [17:43:14.438] Format host information updated +Info 707 [17:43:14.661] Format host information updated +Info 708 [17:43:14.800] Format host information updated +Info 709 [17:43:14.902] Format host information updated +Info 710 [17:43:15.116] Format host information updated +Info 711 [17:43:15.209] Format host information updated +Info 712 [17:43:15.398] Format host information updated +Info 713 [17:43:15.548] Format host information updated +Info 714 [17:43:15.676] Format host information updated +Info 715 [17:43:15.798] Format host information updated +Info 716 [17:43:16.530] Format host information updated +Info 717 [17:43:16.738] Format host information updated +Info 718 [17:43:17.260] Format host information updated +Info 719 [17:43:17.515] Format host information updated +Info 720 [17:43:17.580] Format host information updated +Info 721 [17:43:17.767] Format host information updated +Info 722 [17:43:18.036] Format host information updated +Info 723 [17:43:18.181] Format host information updated +Info 724 [17:43:18.451] Format host information updated +Info 725 [17:43:18.520] Format host information updated +Info 726 [17:43:18.713] Format host information updated +Info 727 [17:43:19.038] Format host information updated +Info 728 [17:43:19.649] Format host information updated +Info 729 [17:43:19.740] Format host information updated +Info 730 [17:43:19.947] Format host information updated +Info 731 [17:43:20.043] Format host information updated +Info 732 [17:43:20.170] Format host information updated +Info 733 [17:43:20.314] Format host information updated +Info 734 [17:43:20.534] Format host information updated +Info 735 [17:43:20.848] Format host information updated +Info 736 [17:43:21.272] Format host information updated +Info 737 [17:43:21.272] Format host information updated +Info 738 [17:43:21.274] Format host information updated +Info 739 [17:43:21.599] Format host information updated +Info 740 [17:43:28.376] Format host information updated +Info 741 [17:43:30.525] Format host information updated +Info 742 [17:43:30.621] Format host information updated +Info 743 [17:43:30.705] Format host information updated +Info 744 [17:43:30.827] Format host information updated +Info 745 [17:43:31.006] Format host information updated +Info 746 [17:43:31.076] Format host information updated +Info 747 [17:43:31.233] Format host information updated +Info 748 [17:43:31.416] Format host information updated +Info 749 [17:43:31.493] Format host information updated +Info 750 [17:43:31.658] Format host information updated +Info 751 [17:43:31.779] Format host information updated +Info 752 [17:43:31.932] Format host information updated +Info 753 [17:43:32.069] Format host information updated +Info 754 [17:43:32.277] Format host information updated +Info 755 [17:43:32.435] Format host information updated +Info 756 [17:43:32.522] Format host information updated +Info 757 [17:43:32.674] Format host information updated +Info 758 [17:43:32.740] Format host information updated +Info 759 [17:43:33.012] Format host information updated +Info 760 [17:43:33.170] Format host information updated +Info 761 [17:43:33.347] Format host information updated +Info 762 [17:43:33.485] Format host information updated +Info 763 [17:43:33.678] Format host information updated +Info 764 [17:43:33.778] Format host information updated +Info 765 [17:43:34.010] Format host information updated +Info 766 [17:43:34.235] Format host information updated +Info 767 [17:43:34.382] Format host information updated +Info 768 [17:43:34.462] Format host information updated +Info 769 [17:43:34.540] Format host information updated +Info 770 [17:43:34.704] Format host information updated +Info 771 [17:43:38.543] Format host information updated +Info 772 [17:43:39.066] Format host information updated +Info 773 [17:43:39.216] Format host information updated +Info 774 [17:43:39.509] Format host information updated +Info 775 [17:43:39.928] Format host information updated +Info 776 [17:43:40.263] Format host information updated +Info 777 [17:43:40.327] Format host information updated +Info 778 [17:43:45.600] Format host information updated +Info 779 [17:43:45.761] Format host information updated +Info 780 [17:43:46.115] Format host information updated +Info 781 [17:43:46.207] Format host information updated +Info 782 [17:43:46.707] Format host information updated +Info 783 [17:43:47.075] Format host information updated +Info 784 [17:43:47.420] Format host information updated +Info 785 [17:43:48.191] Format host information updated +Info 786 [17:43:51.015] Format host information updated +Info 787 [17:43:51.368] Format host information updated +Info 788 [17:43:52.699] Format host information updated +Info 789 [17:43:52.801] Format host information updated +Info 790 [17:43:55.271] Format host information updated +Info 791 [17:43:56.359] Format host information updated +Info 792 [17:45:12.955] Format host information updated +Info 793 [17:45:13.179] Format host information updated +Info 794 [17:45:25.113] Format host information updated +Info 795 [17:45:25.296] Format host information updated +Info 796 [17:45:25.367] Format host information updated +Info 797 [17:45:25.559] Format host information updated +Info 798 [17:45:25.619] Format host information updated +Info 799 [17:45:25.750] Format host information updated +Info 800 [17:45:25.834] Format host information updated +Info 801 [17:45:43.228] Format host information updated +Info 802 [17:45:43.439] Format host information updated +Info 803 [17:45:43.513] Format host information updated +Info 804 [17:45:43.706] Format host information updated +Info 805 [17:45:43.763] Format host information updated +Info 806 [17:46:24.493] Format host information updated +Info 807 [17:46:24.772] Format host information updated +Info 808 [17:46:26.574] Format host information updated +Info 809 [17:46:27.045] Format host information updated +Info 810 [17:46:29.165] Format host information updated +Info 811 [17:46:29.347] Format host information updated +Info 812 [17:46:29.425] Format host information updated +Info 813 [17:46:29.605] Format host information updated +Info 814 [17:46:29.718] Format host information updated +Info 815 [17:46:29.859] Format host information updated +Info 816 [17:46:29.917] Format host information updated +Info 817 [17:46:30.165] Format host information updated +Info 818 [17:46:30.333] Format host information updated +Info 819 [17:46:31.283] Format host information updated +Info 820 [17:46:31.283] Format host information updated +Info 821 [17:46:31.283] Format host information updated +Info 822 [17:46:31.284] Format host information updated +Info 823 [17:46:31.666] Format host information updated +Info 824 [17:46:31.899] Format host information updated +Info 825 [17:46:31.988] Format host information updated +Info 826 [17:46:32.329] Format host information updated +Info 827 [17:46:32.416] Format host information updated +Info 828 [17:46:32.497] Format host information updated +Info 829 [17:46:32.629] Format host information updated +Info 830 [17:46:32.721] Format host information updated +Info 831 [17:46:34.540] Format host information updated +Info 832 [17:46:34.700] Format host information updated +Info 833 [17:46:34.807] Format host information updated +Info 834 [17:46:34.983] Format host information updated +Info 835 [17:46:35.127] Format host information updated +Info 836 [17:46:35.221] Format host information updated +Info 837 [17:46:35.414] Format host information updated +Info 838 [17:46:35.520] Format host information updated +Info 839 [17:46:35.735] Format host information updated +Info 840 [17:46:36.425] Format host information updated +Info 841 [17:46:36.426] Format host information updated +Info 842 [17:46:36.427] Format host information updated +Info 843 [17:46:36.760] Format host information updated +Info 844 [17:46:37.333] Format host information updated +Info 845 [17:46:37.761] Format host information updated +Info 846 [17:46:37.866] Format host information updated +Info 847 [17:46:38.051] Format host information updated +Info 848 [17:46:44.311] Format host information updated +Info 849 [17:46:44.528] Format host information updated +Info 850 [17:46:44.663] Format host information updated +Info 851 [17:46:44.736] Format host information updated +Info 852 [17:46:44.877] Format host information updated +Info 853 [17:46:44.952] Format host information updated +Info 854 [17:46:45.012] Format host information updated +Info 855 [17:46:45.118] Format host information updated +Info 856 [17:46:45.372] Format host information updated +Info 857 [17:50:40.304] Format host information updated +Info 858 [17:50:40.483] Format host information updated +Info 859 [17:50:44.510] Format host information updated +Info 860 [17:50:44.717] Format host information updated +Info 861 [17:50:44.838] Format host information updated +Info 862 [17:50:45.107] Format host information updated +Info 863 [17:50:45.216] Format host information updated +Info 864 [17:50:45.423] Format host information updated +Info 865 [17:50:45.492] Format host information updated +Info 866 [17:50:45.580] Format host information updated +Info 867 [17:50:45.649] Format host information updated +Info 868 [17:50:51.779] Format host information updated +Info 869 [17:50:54.197] Format host information updated +Info 870 [17:50:55.755] Format host information updated +Info 871 [17:50:57.349] Format host information updated +Info 872 [17:50:59.319] Format host information updated +Info 873 [17:50:59.743] Format host information updated +Info 874 [17:51:02.512] Format host information updated +Info 875 [17:51:07.614] Format host information updated +Info 876 [17:51:07.674] Format host information updated +Info 877 [17:51:08.193] Format host information updated +Info 878 [17:51:08.451] Format host information updated +Info 879 [17:51:08.861] Format host information updated +Info 880 [17:51:09.116] Format host information updated +Info 881 [17:51:09.290] Format host information updated +Info 882 [17:51:09.484] Format host information updated +Info 883 [17:51:09.555] Format host information updated +Info 884 [17:51:09.645] Format host information updated +Info 885 [17:51:09.704] Format host information updated +Info 886 [17:51:09.930] Format host information updated +Info 887 [17:51:09.991] Format host information updated +Info 888 [17:51:10.060] Format host information updated +Info 889 [17:51:10.127] Format host information updated +Info 890 [17:51:10.439] Format host information updated +Info 891 [17:51:10.547] Format host information updated +Info 892 [17:51:10.605] Format host information updated +Info 893 [17:51:10.742] Format host information updated +Info 894 [17:51:10.841] Format host information updated +Info 895 [17:51:10.985] Format host information updated +Info 896 [17:51:11.168] Format host information updated +Info 897 [17:51:11.233] Format host information updated +Info 898 [17:51:11.339] Format host information updated +Info 899 [17:51:11.396] Format host information updated +Info 900 [17:51:11.522] Format host information updated +Info 901 [17:51:11.602] Format host information updated +Info 902 [17:51:11.955] Format host information updated +Info 903 [17:51:12.036] Format host information updated +Info 904 [17:51:12.259] Format host information updated +Info 905 [17:51:12.316] Format host information updated +Info 906 [17:51:13.269] Format host information updated +Info 907 [17:51:14.577] Format host information updated +Info 908 [17:51:16.252] Format host information updated +Info 909 [17:51:16.457] Format host information updated +Info 910 [17:51:16.542] Format host information updated +Info 911 [17:51:16.732] Format host information updated +Info 912 [17:51:16.802] Format host information updated +Info 913 [17:51:16.892] Format host information updated +Info 914 [17:51:16.977] Format host information updated +Info 915 [17:51:17.038] Format host information updated +Info 916 [17:51:17.300] Format host information updated +Info 917 [17:51:17.454] Format host information updated +Info 918 [17:51:19.061] Format host information updated +Info 919 [17:51:27.140] Format host information updated +Info 920 [17:51:27.225] Format host information updated +Info 921 [17:51:27.281] Format host information updated +Info 922 [17:51:27.382] Format host information updated +Info 923 [17:51:27.478] Format host information updated +Info 924 [17:51:27.717] Format host information updated +Info 925 [17:51:27.812] Format host information updated +Info 926 [17:51:27.896] Format host information updated +Info 927 [17:51:27.996] Format host information updated +Info 928 [17:51:28.060] Format host information updated +Info 929 [17:51:28.762] Format host information updated +Info 930 [17:51:30.400] Format host information updated +Info 931 [17:51:32.203] Format host information updated +Info 932 [17:51:32.569] Format host information updated +Info 933 [17:51:32.710] Format host information updated +Info 934 [17:51:32.784] Format host information updated +Info 935 [17:51:33.000] Format host information updated +Info 936 [17:51:33.335] Format host information updated +Info 937 [17:51:33.569] Format host information updated +Info 938 [17:51:33.829] Format host information updated +Info 939 [17:51:42.116] Format host information updated +Info 940 [17:51:42.461] Format host information updated +Info 941 [17:51:44.024] Format host information updated +Info 942 [17:51:44.184] Format host information updated +Info 943 [17:51:47.213] Format host information updated +Info 944 [17:51:47.586] Format host information updated +Info 945 [17:51:47.777] Format host information updated +Info 946 [17:51:47.840] Format host information updated +Info 947 [17:51:47.984] Format host information updated +Info 948 [17:51:48.083] Format host information updated +Info 949 [17:51:48.197] Format host information updated +Info 950 [17:51:48.423] Format host information updated +Info 951 [17:51:51.270] Format host information updated +Info 952 [17:51:52.445] Format host information updated +Info 953 [17:51:52.773] Format host information updated +Info 954 [17:51:52.993] Format host information updated +Info 955 [17:51:53.099] Format host information updated +Info 956 [17:51:53.182] Format host information updated +Info 957 [17:51:53.378] Format host information updated +Info 958 [17:51:53.439] Format host information updated +Info 959 [17:51:53.565] Format host information updated +Info 960 [17:51:53.634] Format host information updated +Info 961 [17:51:55.302] Format host information updated +Info 962 [17:51:58.107] Format host information updated +Info 963 [17:52:00.514] Format host information updated +Info 964 [17:52:00.685] Format host information updated +Info 965 [17:52:00.791] Format host information updated +Info 966 [17:52:00.946] Format host information updated +Info 967 [17:52:01.136] Format host information updated +Info 968 [17:52:01.200] Format host information updated +Info 969 [17:52:01.439] Format host information updated +Info 970 [17:52:01.559] Format host information updated +Info 971 [17:52:01.648] Format host information updated +Info 972 [17:52:01.859] Format host information updated +Info 973 [17:52:02.605] Format host information updated +Info 974 [17:52:02.605] Format host information updated +Info 975 [17:52:02.606] Format host information updated +Info 976 [17:52:05.558] Format host information updated +Info 977 [17:52:05.619] Format host information updated +Info 978 [17:52:05.779] Format host information updated +Info 979 [17:52:05.919] Format host information updated +Info 980 [17:52:05.991] Format host information updated +Info 981 [17:52:13.858] Format host information updated +Info 982 [17:52:14.034] Format host information updated +Info 983 [17:52:14.216] Format host information updated +Info 984 [17:52:14.282] Format host information updated +Info 985 [17:52:14.441] Format host information updated +Info 986 [17:52:18.701] Format host information updated +Info 987 [17:57:36.903] Format host information updated +Info 988 [17:57:37.233] Format host information updated +Info 989 [17:57:42.763] Format host information updated +Info 990 [17:57:43.008] Format host information updated +Info 991 [17:57:43.128] Format host information updated +Info 992 [17:57:43.220] Format host information updated +Info 993 [17:57:43.260] Format host information updated +Info 994 [17:57:43.847] Format host information updated +Info 995 [17:57:43.936] Format host information updated +Info 996 [17:57:44.329] Format host information updated +Info 997 [17:57:44.417] Format host information updated +Info 998 [17:57:44.547] Format host information updated +Info 999 [17:57:46.523] Format host information updated +Info 1000 [17:57:50.929] Format host information updated +Info 1001 [17:57:51.226] Format host information updated +Info 1002 [17:57:51.286] Format host information updated +Info 1003 [17:57:51.433] Format host information updated +Info 1004 [17:57:51.521] Format host information updated +Info 1005 [17:57:51.638] Format host information updated +Info 1006 [17:57:53.642] Format host information updated +Info 1007 [17:57:53.862] Format host information updated +Info 1008 [17:57:54.035] Format host information updated +Info 1009 [17:57:54.101] Format host information updated +Info 1010 [17:57:54.262] Format host information updated +Info 1011 [17:57:54.333] Format host information updated +Info 1012 [17:57:54.411] Format host information updated +Info 1013 [17:57:54.473] Format host information updated +Info 1014 [17:57:54.681] Format host information updated +Info 1015 [18:02:07.549] Format host information updated +Info 1016 [18:02:07.983] Format host information updated +Info 1017 [18:02:08.499] Format host information updated +Info 1018 [18:02:08.874] Format host information updated +Info 1019 [18:02:10.036] Format host information updated +Info 1020 [18:02:13.134] Format host information updated +Info 1021 [18:02:13.403] Format host information updated +Info 1022 [18:02:13.562] Format host information updated +Info 1023 [18:02:13.706] Format host information updated +Info 1024 [18:02:13.831] Format host information updated +Info 1025 [18:02:13.956] Format host information updated +Info 1026 [18:02:14.024] Format host information updated +Info 1027 [18:02:14.491] Format host information updated +Info 1028 [18:02:14.685] Format host information updated +Info 1029 [18:02:14.761] Format host information updated +Info 1030 [18:02:14.986] Format host information updated +Info 1031 [18:02:15.071] Format host information updated +Info 1032 [18:02:15.204] Format host information updated +Info 1033 [18:02:15.364] Format host information updated +Info 1034 [18:02:15.424] Format host information updated +Info 1035 [18:02:15.820] Format host information updated +Info 1036 [18:02:15.967] Format host information updated +Info 1037 [18:02:16.088] Format host information updated +Info 1038 [18:02:16.186] Format host information updated +Info 1039 [18:02:30.704] Format host information updated +Info 1040 [18:02:30.848] Format host information updated +Info 1041 [18:02:30.927] Format host information updated +Info 1042 [18:02:31.044] Format host information updated +Info 1043 [18:02:31.114] Format host information updated +Info 1044 [18:02:31.174] Format host information updated +Info 1045 [18:02:31.233] Format host information updated +Info 1046 [18:02:31.529] Format host information updated +Info 1047 [18:02:31.606] Format host information updated +Info 1048 [18:02:31.666] Format host information updated +Info 1049 [18:02:31.993] Format host information updated +Info 1050 [18:02:32.065] Format host information updated +Info 1051 [18:02:32.142] Format host information updated +Info 1052 [18:02:32.322] Format host information updated +Info 1053 [18:02:32.403] Format host information updated +Info 1054 [18:02:32.575] Format host information updated +Info 1055 [18:02:32.767] Format host information updated +Info 1056 [18:02:32.895] Format host information updated +Info 1057 [18:02:33.015] Format host information updated +Info 1058 [18:02:33.131] Format host information updated +Info 1059 [18:02:33.312] Format host information updated +Info 1060 [18:02:33.368] Format host information updated +Info 1061 [18:02:34.620] Format host information updated +Info 1062 [18:02:34.620] Format host information updated +Info 1063 [18:02:34.621] Format host information updated +Info 1064 [18:02:34.750] Format host information updated +Info 1065 [18:02:35.024] Format host information updated +Info 1066 [18:02:36.003] Format host information updated +Info 1067 [18:02:36.465] Format host information updated +Info 1068 [18:02:36.466] Format host information updated +Info 1069 [18:02:36.467] Format host information updated +Info 1070 [18:02:36.718] Format host information updated +Info 1071 [18:02:36.788] Format host information updated +Info 1072 [18:02:36.990] Format host information updated +Info 1073 [18:02:37.498] Format host information updated +Info 1074 [18:02:37.498] Format host information updated +Info 1075 [18:02:37.500] Format host information updated +Info 1076 [18:02:38.454] Format host information updated +Info 1077 [18:02:38.591] Format host information updated +Info 1078 [18:02:38.724] Format host information updated +Info 1079 [18:02:38.970] Format host information updated +Info 1080 [18:02:39.071] Format host information updated +Info 1081 [18:02:40.355] Format host information updated +Info 1082 [18:02:40.487] Format host information updated +Info 1083 [18:02:40.585] Format host information updated +Info 1084 [18:02:43.864] Format host information updated +Info 1085 [18:02:43.864] Format host information updated +Info 1086 [18:02:43.864] Format host information updated +Info 1087 [18:02:43.865] Format host information updated +Info 1088 [18:02:54.438] Format host information updated +Info 1089 [18:02:54.755] Format host information updated +Info 1090 [18:02:55.076] Format host information updated +Info 1091 [18:02:55.153] Format host information updated +Info 1092 [18:02:55.306] Format host information updated +Info 1093 [18:02:55.423] Format host information updated +Info 1094 [18:02:55.480] Format host information updated +Info 1095 [18:02:55.663] Format host information updated +Info 1096 [18:02:55.804] Format host information updated +Info 1097 [18:02:55.972] Format host information updated +Info 1098 [18:02:56.081] Format host information updated +Info 1099 [18:02:56.264] Format host information updated +Info 1100 [18:02:56.323] Format host information updated +Info 1101 [18:02:56.839] Format host information updated +Info 1102 [18:03:02.787] Format host information updated +Info 1103 [18:05:10.396] Format host information updated +Info 1104 [18:05:10.965] Format host information updated +Info 1105 [18:05:11.193] Format host information updated +Info 1106 [18:05:11.255] Format host information updated +Info 1107 [18:05:11.315] Format host information updated +Info 1108 [18:05:11.404] Format host information updated +Info 1109 [18:05:11.506] Format host information updated +Info 1110 [18:05:12.445] Format host information updated +Info 1111 [18:05:13.809] Format host information updated +Info 1112 [18:05:14.044] Format host information updated +Info 1113 [18:05:15.949] Format host information updated +Info 1114 [18:05:16.180] Format host information updated +Info 1115 [18:05:16.336] Format host information updated +Info 1116 [18:05:16.408] Format host information updated +Info 1117 [18:05:16.523] Format host information updated +Info 1118 [18:05:16.646] Format host information updated +Info 1119 [18:05:16.739] Format host information updated +Info 1120 [18:05:17.611] Format host information updated +Info 1121 [18:05:19.567] Format host information updated +Info 1122 [18:05:19.626] Format host information updated +Info 1123 [18:05:20.119] Format host information updated +Info 1124 [18:05:20.328] Format host information updated +Info 1125 [18:05:20.741] Format host information updated +Info 1126 [18:05:20.917] Format host information updated +Info 1127 [18:05:20.978] Format host information updated +Info 1128 [18:05:21.107] Format host information updated +Info 1129 [18:05:21.181] Format host information updated +Info 1130 [18:05:21.244] Format host information updated +Info 1131 [18:05:21.307] Format host information updated +Info 1132 [18:05:21.580] Format host information updated +Info 1133 [18:05:21.679] Format host information updated +Info 1134 [18:05:21.928] Format host information updated +Info 1135 [18:05:21.985] Format host information updated +Info 1136 [18:05:24.098] Format host information updated +Info 1137 [18:05:24.518] Format host information updated +Info 1138 [18:05:27.882] Format host information updated +Info 1139 [18:05:28.160] Format host information updated +Info 1140 [18:05:28.364] Format host information updated +Info 1141 [18:05:28.438] Format host information updated +Info 1142 [18:05:28.607] Format host information updated +Info 1143 [18:05:30.581] Format host information updated +Info 1144 [18:05:30.765] Format host information updated +Info 1145 [18:05:31.052] Format host information updated +Info 1146 [18:05:31.321] Format host information updated +Info 1147 [18:05:31.380] Format host information updated +Info 1148 [18:05:33.132] Format host information updated +Info 1149 [18:05:33.270] Format host information updated +Info 1150 [18:05:33.984] Format host information updated +Info 1151 [18:05:34.144] Format host information updated +Info 1152 [18:05:34.241] Format host information updated +Info 1153 [18:05:34.442] Format host information updated +Info 1154 [18:05:34.679] Format host information updated +Info 1155 [18:05:34.804] Format host information updated +Info 1156 [18:05:34.864] Format host information updated +Info 1157 [18:05:35.027] Format host information updated +Info 1158 [18:05:35.162] Format host information updated +Info 1159 [18:05:35.335] Format host information updated +Info 1160 [18:05:35.458] Format host information updated +Info 1161 [18:05:35.525] Format host information updated +Info 1162 [18:05:35.618] Format host information updated +Info 1163 [18:05:37.272] Format host information updated +Info 1164 [18:05:37.889] Format host information updated +Info 1165 [18:05:39.809] Format host information updated +Info 1166 [18:05:39.964] Format host information updated +Info 1167 [18:05:40.054] Format host information updated +Info 1168 [18:05:40.194] Format host information updated +Info 1169 [18:05:40.259] Format host information updated +Info 1170 [18:05:40.402] Format host information updated +Info 1171 [18:05:41.694] Format host information updated +Info 1172 [18:05:42.224] Format host information updated +Info 1173 [18:05:42.603] Format host information updated +Info 1174 [18:05:42.801] Format host information updated +Info 1175 [18:05:43.039] Format host information updated +Info 1176 [18:05:43.176] Format host information updated +Info 1177 [18:05:43.323] Format host information updated +Info 1178 [18:05:44.075] Format host information updated +Info 1179 [18:05:44.213] Format host information updated +Info 1180 [18:05:44.301] Format host information updated +Info 1181 [18:05:44.437] Format host information updated +Info 1182 [18:05:44.610] Format host information updated +Info 1183 [18:07:41.596] Format host information updated +Info 1184 [18:07:44.549] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1185 [18:07:44.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 8.538037000223994ms +Info 1186 [18:07:44.558] Project '/dev/null/inferredProject1*' (Inferred) +Info 1187 [18:07:44.558] Files (10) + +Info 1188 [18:07:44.558] ----------------------------------------------- +Info 1189 [18:07:44.558] Project '/dev/null/inferredProject1*' (Inferred) +Info 1189 [18:07:44.558] Files (10) + +Info 1189 [18:07:44.558] ----------------------------------------------- +Info 1189 [18:07:44.558] Open files: +Info 1189 [18:07:44.558] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1189 [18:07:44.558] Projects: /dev/null/inferredProject1* +Info 1189 [18:07:44.558] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1189 [18:07:44.558] Projects: /dev/null/inferredProject1* +Info 1189 [18:07:44.558] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1189 [18:07:44.558] Projects: /dev/null/inferredProject1* +Info 1189 [18:07:44.558] Format host information updated +Info 1190 [18:07:44.977] Format host information updated +Info 1191 [18:07:45.511] Format host information updated +Info 1192 [18:14:39.622] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1193 [18:14:39.631] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed: 8.15982399880886ms +Info 1194 [18:14:39.631] Project '/dev/null/inferredProject1*' (Inferred) +Info 1195 [18:14:39.631] Files (11) + +Info 1196 [18:14:39.631] ----------------------------------------------- +Info 1197 [18:14:39.631] Project '/dev/null/inferredProject1*' (Inferred) +Info 1197 [18:14:39.631] Files (11) + +Info 1197 [18:14:39.631] ----------------------------------------------- +Info 1197 [18:14:39.631] Open files: +Info 1197 [18:14:39.631] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1197 [18:14:39.631] Projects: /dev/null/inferredProject1* +Info 1197 [18:14:39.631] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1197 [18:14:39.631] Projects: /dev/null/inferredProject1* +Info 1197 [18:14:39.631] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1197 [18:14:39.631] Projects: /dev/null/inferredProject1* +Info 1197 [18:14:39.631] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1197 [18:14:39.631] Projects: /dev/null/inferredProject1* +Info 1197 [18:14:39.766] Format host information updated +Info 1198 [18:14:41.299] Format host information updated +Info 1199 [18:14:41.702] Format host information updated +Info 1200 [18:14:42.344] Format host information updated +Info 1201 [18:14:42.455] Format host information updated +Info 1202 [18:14:42.561] Format host information updated +Info 1203 [18:14:42.666] Format host information updated +Info 1204 [18:14:42.863] Format host information updated +Info 1205 [18:14:42.926] Format host information updated +Info 1206 [18:14:43.020] Format host information updated +Info 1207 [18:14:43.101] Format host information updated +Info 1208 [18:14:43.177] Format host information updated +Info 1209 [18:14:43.363] Format host information updated +Info 1210 [18:14:43.612] Format host information updated +Info 1211 [18:14:43.677] Format host information updated +Info 1212 [18:14:43.772] Format host information updated +Info 1213 [18:14:43.910] Format host information updated +Info 1214 [18:14:44.084] Format host information updated +Info 1215 [18:14:44.200] Format host information updated +Info 1216 [18:14:44.341] Format host information updated +Info 1217 [18:14:44.489] Format host information updated +Info 1218 [18:14:45.621] Format host information updated +Info 1219 [18:14:45.695] Format host information updated +Info 1220 [18:14:45.805] Format host information updated +Info 1221 [18:14:46.124] Format host information updated +Info 1222 [18:14:46.191] Format host information updated +Info 1223 [18:14:46.425] Format host information updated +Info 1224 [18:14:46.573] Format host information updated +Info 1225 [18:14:47.575] Format host information updated +Info 1226 [18:14:47.635] Format host information updated +Info 1227 [18:14:51.389] Format host information updated +Info 1228 [18:14:51.567] Format host information updated +Info 1229 [18:14:51.733] Format host information updated +Info 1230 [18:14:51.869] Format host information updated +Info 1231 [18:14:52.923] Format host information updated +Info 1232 [18:14:53.130] Format host information updated +Info 1233 [18:14:53.373] Format host information updated +Info 1234 [18:14:53.487] Format host information updated +Info 1235 [18:14:53.777] Format host information updated +Info 1236 [18:14:53.897] Format host information updated +Info 1237 [18:14:54.190] Format host information updated +Info 1238 [18:14:54.254] Format host information updated +Info 1239 [18:14:59.310] Format host information updated +Info 1240 [18:14:59.398] Format host information updated +Info 1241 [18:14:59.679] Format host information updated +Info 1242 [18:14:59.887] Format host information updated +Info 1243 [18:15:00.118] Format host information updated +Info 1244 [18:15:00.187] Format host information updated +Info 1245 [18:15:00.501] Format host information updated +Info 1246 [18:15:00.771] Format host information updated +Info 1247 [18:15:00.949] Format host information updated +Info 1248 [18:15:01.211] Format host information updated +Info 1249 [18:15:01.269] Format host information updated +Info 1250 [18:15:03.177] Format host information updated +Info 1251 [18:15:03.448] Format host information updated +Info 1252 [18:15:04.849] Format host information updated +Info 1253 [18:15:05.613] Format host information updated +Info 1254 [18:15:06.012] Format host information updated +Info 1255 [18:15:06.174] Format host information updated +Info 1256 [18:15:06.315] Format host information updated +Info 1257 [18:15:06.423] Format host information updated +Info 1258 [18:15:06.764] Format host information updated +Info 1259 [18:15:07.211] Format host information updated +Info 1260 [18:15:07.300] Format host information updated +Info 1261 [18:15:07.577] Format host information updated +Info 1262 [18:15:07.846] Format host information updated +Info 1263 [18:15:07.982] Format host information updated +Info 1264 [18:15:08.179] Format host information updated +Info 1265 [18:15:08.239] Format host information updated +Info 1266 [18:15:08.373] Format host information updated +Info 1267 [18:15:08.829] Format host information updated +Info 1268 [18:15:09.303] Format host information updated +Info 1269 [18:15:09.441] Format host information updated +Info 1270 [18:15:09.574] Format host information updated +Info 1271 [18:15:09.745] Format host information updated +Info 1272 [18:15:10.020] Format host information updated +Info 1273 [18:15:10.176] Format host information updated +Info 1274 [18:15:11.484] Format host information updated +Info 1275 [18:15:12.070] Format host information updated +Info 1276 [18:15:12.410] Format host information updated +Info 1277 [18:15:12.857] Format host information updated +Info 1278 [18:15:12.918] Format host information updated +Info 1279 [18:15:13.062] Format host information updated +Info 1280 [18:15:13.212] Format host information updated +Info 1281 [18:15:13.275] Format host information updated +Info 1282 [18:15:13.736] Format host information updated +Info 1283 [18:15:13.800] Format host information updated +Info 1284 [18:15:14.038] Format host information updated +Info 1285 [18:15:14.116] Format host information updated +Info 1286 [18:15:14.724] Format host information updated +Info 1287 [18:15:15.188] Format host information updated +Info 1288 [18:15:15.522] Format host information updated +Info 1289 [18:15:15.636] Format host information updated +Info 1290 [18:15:15.899] Format host information updated +Info 1291 [18:15:16.082] Format host information updated +Info 1292 [18:15:16.255] Format host information updated +Info 1293 [18:15:16.392] Format host information updated +Info 1294 [18:15:16.482] Format host information updated +Info 1295 [18:15:16.703] Format host information updated +Info 1296 [18:15:16.877] Format host information updated +Info 1297 [18:15:17.043] Format host information updated +Info 1298 [18:15:17.100] Format host information updated +Info 1299 [18:15:17.172] Format host information updated +Info 1300 [18:15:17.287] Format host information updated +Info 1301 [18:15:17.564] Format host information updated +Info 1302 [18:15:17.628] Format host information updated +Info 1303 [18:15:17.878] Format host information updated +Info 1304 [18:15:17.942] Format host information updated +Info 1305 [18:15:18.731] Format host information updated +Info 1306 [18:15:18.990] Format host information updated +Info 1307 [18:15:19.309] Format host information updated +Info 1308 [18:15:19.471] Format host information updated +Info 1309 [18:15:19.612] Format host information updated +Info 1310 [18:15:19.743] Format host information updated +Info 1311 [18:15:19.804] Format host information updated +Info 1312 [18:15:20.106] Format host information updated +Info 1313 [18:15:20.197] Format host information updated +Info 1314 [18:15:20.384] Format host information updated +Info 1315 [18:15:20.442] Format host information updated +Info 1316 [18:15:20.904] Format host information updated +Info 1317 [18:15:21.032] Format host information updated +Info 1318 [18:15:21.130] Format host information updated +Info 1319 [18:15:21.325] Format host information updated +Info 1320 [18:15:21.384] Format host information updated +Info 1321 [18:15:21.546] Format host information updated +Info 1322 [18:15:21.606] Format host information updated +Info 1323 [18:15:21.946] Format host information updated +Info 1324 [18:15:22.019] Format host information updated +Info 1325 [18:15:22.093] Format host information updated +Info 1326 [18:15:23.819] Format host information updated +Info 1327 [18:15:27.830] Format host information updated +Info 1328 [18:15:28.951] Format host information updated +Info 1329 [18:15:31.544] Format host information updated +Info 1330 [18:15:32.949] Format host information updated +Info 1331 [18:15:33.267] Format host information updated +Info 1332 [18:15:33.385] Format host information updated +Info 1333 [18:15:33.471] Format host information updated +Info 1334 [18:15:33.770] Format host information updated +Info 1335 [18:15:33.872] Format host information updated +Info 1336 [18:15:34.315] Format host information updated +Info 1337 [18:15:34.315] Format host information updated +Info 1338 [18:15:34.316] Format host information updated +Info 1339 [18:15:35.311] Format host information updated +Info 1340 [18:15:35.786] Format host information updated +Info 1341 [18:15:35.956] Format host information updated +Info 1342 [18:15:36.028] Format host information updated +Info 1343 [18:15:36.220] Format host information updated +Info 1344 [18:15:36.389] Format host information updated +Info 1345 [18:15:36.485] Format host information updated +Info 1346 [18:15:36.598] Format host information updated +Info 1347 [18:15:36.663] Format host information updated +Info 1348 [18:15:36.762] Format host information updated +Info 1349 [18:15:37.416] Format host information updated +Info 1350 [18:15:37.416] Format host information updated +Info 1351 [18:15:37.416] Format host information updated +Info 1352 [18:15:37.574] Format host information updated +Info 1353 [18:15:37.769] Format host information updated +Info 1354 [18:15:37.864] Format host information updated +Info 1355 [18:15:38.576] Format host information updated +Info 1356 [18:15:38.763] Format host information updated +Info 1357 [18:15:38.821] Format host information updated +Info 1358 [18:15:39.355] Format host information updated +Info 1359 [18:15:39.355] Format host information updated +Info 1360 [18:15:39.620] Format host information updated +Info 1361 [18:15:39.710] Format host information updated +Info 1362 [18:16:58.133] Format host information updated +Info 1363 [18:16:58.328] Format host information updated +Info 1364 [18:16:58.388] Format host information updated +Info 1365 [18:16:58.567] Format host information updated +Info 1366 [18:17:04.177] Format host information updated +Info 1367 [18:17:04.408] Format host information updated +Info 1368 [18:17:04.503] Format host information updated +Info 1369 [18:17:04.681] Format host information updated +Info 1370 [18:17:04.973] Format host information updated +Info 1371 [18:17:05.320] Format host information updated +Info 1372 [18:17:05.379] Format host information updated +Info 1373 [18:17:05.603] Format host information updated +Info 1374 [18:17:05.724] Format host information updated +Info 1375 [18:17:05.788] Format host information updated +Info 1376 [18:17:05.972] Format host information updated +Info 1377 [18:17:06.084] Format host information updated +Info 1378 [18:17:06.865] Format host information updated +Info 1379 [18:17:06.865] Format host information updated +Info 1380 [18:17:06.866] Format host information updated +Info 1381 [18:17:07.081] Format host information updated +Info 1382 [18:17:08.340] Format host information updated +Info 1383 [18:17:09.122] Format host information updated +Info 1384 [18:17:10.068] Format host information updated +Info 1385 [18:17:10.180] Format host information updated +Info 1386 [18:17:10.280] Format host information updated +Info 1387 [18:17:10.391] Format host information updated +Info 1388 [18:17:11.734] Format host information updated +Info 1389 [18:17:11.734] Format host information updated +Info 1390 [18:17:11.735] Format host information updated +Info 1391 [18:17:11.736] Format host information updated +Info 1392 [18:17:59.480] Format host information updated +Info 1393 [18:18:00.259] Format host information updated +Info 1394 [18:18:02.201] Format host information updated +Info 1395 [18:18:02.423] Format host information updated +Info 1396 [18:18:02.483] Format host information updated +Info 1397 [18:18:02.567] Format host information updated +Info 1398 [18:18:02.698] Format host information updated +Info 1399 [18:18:05.655] Format host information updated +Info 1400 [18:18:05.934] Format host information updated +Info 1401 [18:18:06.093] Format host information updated +Info 1402 [18:18:06.221] Format host information updated +Info 1403 [18:18:06.307] Format host information updated +Info 1404 [18:19:18.147] Format host information updated +Info 1405 [18:19:18.389] Format host information updated +Info 1406 [18:19:18.922] Format host information updated +Info 1407 [18:19:19.428] Format host information updated +Info 1408 [18:19:20.943] Format host information updated +Info 1409 [18:19:21.367] Format host information updated +Info 1410 [18:19:22.708] Format host information updated +Info 1411 [18:19:22.767] Format host information updated +Info 1412 [18:19:23.021] Format host information updated +Info 1413 [18:19:23.151] Format host information updated +Info 1414 [18:19:23.233] Format host information updated +Info 1415 [18:19:23.508] Format host information updated +Info 1416 [18:19:23.687] Format host information updated +Info 1417 [18:19:23.825] Format host information updated +Info 1418 [18:19:23.936] Format host information updated +Info 1419 [18:19:24.044] Format host information updated +Info 1420 [18:19:24.359] Format host information updated +Info 1421 [18:19:24.629] Format host information updated +Info 1422 [18:19:24.711] Format host information updated +Info 1423 [18:19:27.426] Format host information updated +Info 1424 [18:19:27.559] Format host information updated +Info 1425 [18:19:27.644] Format host information updated +Info 1426 [18:19:27.768] Format host information updated +Info 1427 [18:19:27.881] Format host information updated +Info 1428 [18:19:30.003] Format host information updated +Info 1429 [18:19:30.086] Format host information updated +Info 1430 [18:19:30.169] Format host information updated +Info 1431 [18:19:30.376] Format host information updated +Info 1432 [18:19:30.563] Format host information updated +Info 1433 [18:19:30.806] Format host information updated +Info 1434 [18:19:31.110] Format host information updated +Info 1435 [18:19:31.254] Format host information updated +Info 1436 [18:19:31.434] Format host information updated +Info 1437 [18:19:31.514] Format host information updated +Info 1438 [18:19:31.695] Format host information updated +Info 1439 [18:19:31.748] Format host information updated +Info 1440 [18:19:33.707] Format host information updated +Info 1441 [18:19:33.822] Format host information updated +Info 1442 [18:19:33.886] Format host information updated +Info 1443 [18:19:33.974] Format host information updated +Info 1444 [18:19:34.059] Format host information updated +Info 1445 [18:19:34.266] Format host information updated +Info 1446 [18:19:34.350] Format host information updated +Info 1447 [18:46:41.594] Format host information updated +Info 1448 [18:46:41.835] Format host information updated +Info 1449 [18:46:49.383] Format host information updated +Info 1450 [18:46:49.536] Format host information updated +Info 1451 [18:46:49.685] Format host information updated +Info 1452 [18:46:50.061] Format host information updated +Info 1453 [18:46:51.344] Format host information updated +Info 1454 [18:46:53.722] Format host information updated +Info 1455 [18:46:54.091] Format host information updated +Info 1456 [18:46:54.285] Format host information updated +Info 1457 [18:46:54.960] Format host information updated +Info 1458 [18:46:55.447] Format host information updated +Info 1459 [18:46:56.201] Format host information updated +Info 1460 [18:46:56.692] Format host information updated +Info 1461 [18:46:56.870] Format host information updated +Info 1462 [18:46:57.159] Format host information updated +Info 1463 [18:46:57.292] Format host information updated +Info 1464 [18:46:57.348] Format host information updated +Info 1465 [18:46:57.697] Format host information updated +Info 1466 [18:46:57.968] Format host information updated +Info 1467 [18:46:58.532] Format host information updated +Info 1468 [18:46:58.762] Format host information updated +Info 1469 [18:46:59.160] Format host information updated +Info 1470 [18:46:59.570] Format host information updated +Info 1471 [18:47:01.683] Format host information updated +Info 1472 [18:47:02.295] Format host information updated +Info 1473 [18:47:02.393] Format host information updated +Info 1474 [18:47:02.453] Format host information updated +Info 1475 [18:47:02.518] Format host information updated +Info 1476 [18:47:02.624] Format host information updated +Info 1477 [18:47:02.727] Format host information updated +Info 1478 [18:47:02.802] Format host information updated +Info 1479 [18:47:03.065] Format host information updated +Info 1480 [18:47:03.186] Format host information updated +Info 1481 [18:47:03.245] Format host information updated +Info 1482 [18:47:09.479] Format host information updated +Info 1483 [18:47:09.875] Format host information updated +Info 1484 [18:47:10.647] Format host information updated +Info 1485 [18:47:10.892] Format host information updated +Info 1486 [18:47:10.966] Format host information updated +Info 1487 [18:47:11.026] Format host information updated +Info 1488 [18:47:11.250] Format host information updated +Info 1489 [18:47:11.384] Format host information updated +Info 1490 [18:47:11.504] Format host information updated +Info 1491 [18:47:11.602] Format host information updated +Info 1492 [18:47:11.721] Format host information updated +Info 1493 [18:47:11.948] Format host information updated +Info 1494 [18:47:12.015] Format host information updated +Info 1495 [18:47:12.473] Format host information updated +Info 1496 [18:47:14.038] Format host information updated +Info 1497 [18:47:18.154] Format host information updated +Info 1498 [18:47:19.014] Format host information updated +Info 1499 [18:47:20.112] Format host information updated +Info 1500 [18:47:20.585] Format host information updated +Info 1501 [18:47:20.917] Format host information updated +Info 1502 [18:47:21.099] Format host information updated +Info 1503 [18:47:21.163] Format host information updated +Info 1504 [18:47:21.227] Format host information updated +Info 1505 [18:47:21.588] Format host information updated +Info 1506 [18:47:21.650] Format host information updated +Info 1507 [18:47:21.890] Format host information updated +Info 1508 [18:47:21.949] Format host information updated +Info 1509 [18:47:22.122] Format host information updated +Info 1510 [18:47:22.243] Format host information updated +Info 1511 [18:47:22.370] Format host information updated +Info 1512 [18:47:22.532] Format host information updated +Info 1513 [18:47:22.611] Format host information updated +Info 1514 [18:47:22.752] Format host information updated +Info 1515 [18:47:24.217] Format host information updated +Info 1516 [18:47:24.356] Format host information updated +Info 1517 [18:47:24.421] Format host information updated +Info 1518 [18:47:24.559] Format host information updated +Info 1519 [18:47:24.742] Format host information updated +Info 1520 [18:47:24.968] Format host information updated +Info 1521 [18:47:25.433] Format host information updated +Info 1522 [18:47:30.848] Format host information updated +Info 1523 [18:47:31.648] Format host information updated +Info 1524 [18:47:52.715] Format host information updated +Info 1525 [18:47:52.805] Format host information updated +Info 1526 [18:47:52.931] Format host information updated +Info 1527 [18:47:53.166] Format host information updated +Info 1528 [18:47:53.324] Format host information updated +Info 1529 [18:47:53.384] Format host information updated +Info 1530 [18:47:53.530] Format host information updated +Info 1531 [18:47:54.954] Format host information updated +Info 1532 [18:47:55.600] Format host information updated +Info 1533 [18:47:55.795] Format host information updated +Info 1534 [18:47:55.860] Format host information updated +Info 1535 [18:47:56.017] Format host information updated +Info 1536 [18:47:56.075] Format host information updated +Info 1537 [18:47:56.195] Format host information updated +Info 1538 [18:47:56.307] Format host information updated +Info 1539 [18:47:56.386] Format host information updated +Info 1540 [18:47:56.454] Format host information updated +Info 1541 [18:48:05.044] Format host information updated +Info 1542 [18:48:06.174] Format host information updated +Info 1543 [18:48:07.714] Format host information updated +Info 1544 [18:48:07.896] Format host information updated +Info 1545 [18:48:08.138] Format host information updated +Info 1546 [18:48:08.361] Format host information updated +Info 1547 [18:48:08.458] Format host information updated +Info 1548 [18:48:08.526] Format host information updated +Info 1549 [18:48:08.622] Format host information updated +Info 1550 [18:48:08.943] Format host information updated +Info 1551 [18:48:08.946] Format host information updated +Info 1552 [18:48:12.433] Format host information updated +Info 1553 [18:48:12.492] Format host information updated +Info 1554 [18:48:12.844] Format host information updated +Info 1555 [18:48:13.392] Format host information updated +Info 1556 [18:48:13.737] Format host information updated +Info 1557 [18:48:13.815] Format host information updated +Info 1558 [18:48:14.007] Format host information updated +Info 1559 [18:48:14.162] Format host information updated +Info 1560 [18:48:14.254] Format host information updated +Info 1561 [18:48:14.414] Format host information updated +Info 1562 [18:48:14.503] Format host information updated +Info 1563 [18:48:14.562] Format host information updated +Info 1564 [18:48:14.973] Format host information updated +Info 1565 [18:48:15.062] Format host information updated +Info 1566 [18:48:15.284] Format host information updated +Info 1567 [18:48:15.342] Format host information updated +Info 1568 [18:48:15.778] Format host information updated +Info 1569 [18:48:15.943] Format host information updated +Info 1570 [18:48:16.057] Format host information updated +Info 1571 [18:48:16.178] Format host information updated +Info 1572 [18:48:16.239] Format host information updated +Info 1573 [18:48:16.378] Format host information updated +Info 1574 [18:48:16.536] Format host information updated +Info 1575 [18:48:16.720] Format host information updated +Info 1576 [18:48:16.807] Format host information updated +Info 1577 [18:48:16.907] Format host information updated +Info 1578 [18:48:17.021] Format host information updated +Info 1579 [18:48:18.872] Format host information updated +Info 1580 [18:48:19.136] Format host information updated +Info 1581 [18:48:19.341] Format host information updated +Info 1582 [18:48:19.517] Format host information updated +Info 1583 [18:48:19.577] Format host information updated +Info 1584 [18:48:19.801] Format host information updated +Info 1585 [18:48:19.968] Format host information updated +Info 1586 [18:48:23.320] Format host information updated +Info 1587 [18:48:24.480] Format host information updated +Info 1588 [18:48:24.606] Format host information updated +Info 1589 [18:48:24.690] Format host information updated +Info 1590 [18:48:24.817] Format host information updated +Info 1591 [18:48:24.992] Format host information updated +Info 1592 [18:48:25.110] Format host information updated +Info 1593 [18:48:25.170] Format host information updated +Info 1594 [18:48:26.447] Format host information updated +Info 1595 [18:48:26.545] Format host information updated +Info 1596 [18:48:26.760] Format host information updated +Info 1597 [18:48:27.135] Format host information updated +Info 1598 [18:48:27.264] Format host information updated +Info 1599 [18:48:27.505] Format host information updated +Info 1600 [18:48:27.616] Format host information updated +Info 1601 [18:48:28.118] Format host information updated +Info 1602 [18:48:28.118] Format host information updated +Info 1603 [18:48:28.119] Format host information updated +Info 1604 [18:48:28.179] Format host information updated +Info 1605 [18:48:30.986] Format host information updated +Info 1606 [18:48:31.928] Format host information updated +Info 1607 [18:48:32.549] Format host information updated +Info 1608 [18:48:32.642] Format host information updated +Info 1609 [18:48:33.390] Format host information updated +Info 1610 [18:48:35.325] Format host information updated +Info 1611 [18:48:36.509] Format host information updated +Info 1612 [18:48:36.842] Format host information updated +Info 1613 [18:48:36.964] Format host information updated +Info 1614 [18:48:37.043] Format host information updated +Info 1615 [18:48:37.157] Format host information updated +Info 1616 [18:48:37.295] Format host information updated +Info 1617 [18:48:37.486] Format host information updated +Info 1618 [18:48:37.658] Format host information updated +Info 1619 [18:48:37.718] Format host information updated +Info 1620 [18:48:37.907] Format host information updated +Info 1621 [18:48:37.984] Format host information updated +Info 1622 [18:48:38.062] Format host information updated +Info 1623 [18:48:38.182] Format host information updated +Info 1624 [18:48:39.448] Format host information updated +Info 1625 [18:48:39.568] Format host information updated +Info 1626 [18:48:39.783] Format host information updated +Info 1627 [18:48:39.990] Format host information updated +Info 1628 [18:48:40.145] Format host information updated +Info 1629 [18:48:40.212] Format host information updated +Info 1630 [18:48:40.272] Format host information updated +Info 1631 [18:48:40.336] Format host information updated +Info 1632 [18:48:40.530] Format host information updated +Info 1633 [18:48:43.790] Format host information updated +Info 1634 [18:48:46.100] Format host information updated +Info 1635 [18:48:46.760] Format host information updated +Info 1636 [18:48:46.829] Format host information updated +Info 1637 [18:48:47.100] Format host information updated +Info 1638 [18:48:47.351] Format host information updated +Info 1639 [18:48:47.755] Format host information updated +Info 1640 [18:48:47.955] Format host information updated +Info 1641 [18:48:48.117] Format host information updated +Info 1642 [18:48:48.260] Format host information updated +Info 1643 [18:48:48.320] Format host information updated +Info 1644 [18:48:48.581] Format host information updated +Info 1645 [18:48:48.929] Format host information updated +Info 1646 [18:48:48.994] Format host information updated +Info 1647 [18:48:49.892] Format host information updated +Info 1648 [18:48:49.980] Format host information updated +Info 1649 [18:48:50.150] Format host information updated +Info 1650 [18:48:50.229] Format host information updated +Info 1651 [18:48:52.544] Format host information updated +Info 1652 [18:48:52.630] Format host information updated +Info 1653 [18:48:52.739] Format host information updated +Info 1654 [18:48:52.848] Format host information updated +Info 1655 [18:48:52.968] Format host information updated +Info 1656 [18:48:53.164] Format host information updated +Info 1657 [18:48:53.235] Format host information updated +Info 1658 [18:48:53.606] Format host information updated +Info 1659 [18:48:54.032] Format host information updated +Info 1660 [18:48:54.299] Format host information updated +Info 1661 [18:48:54.549] Format host information updated +Info 1662 [18:48:55.401] Format host information updated +Info 1663 [18:48:55.464] Format host information updated +Info 1664 [18:48:55.696] Format host information updated +Info 1665 [18:48:56.148] Format host information updated +Info 1666 [18:48:56.319] Format host information updated +Info 1667 [18:48:56.623] Format host information updated +Info 1668 [18:48:56.725] Format host information updated +Info 1669 [18:48:56.791] Format host information updated +Info 1670 [18:48:56.916] Format host information updated +Info 1671 [18:48:57.221] Format host information updated +Info 1672 [18:48:57.223] Format host information updated +Info 1673 [18:48:57.722] Format host information updated +Info 1674 [18:48:57.803] Format host information updated +Info 1675 [18:48:57.912] Format host information updated +Info 1676 [18:48:57.968] Format host information updated +Info 1677 [18:49:04.238] Format host information updated +Info 1678 [18:49:08.130] Format host information updated +Info 1679 [18:49:08.969] Format host information updated +Info 1680 [18:49:11.198] Format host information updated +Info 1681 [18:49:12.305] Format host information updated +Info 1682 [18:49:12.709] Format host information updated +Info 1683 [18:49:13.483] Format host information updated +Info 1684 [18:49:14.245] Format host information updated +Info 1685 [18:49:14.927] Format host information updated +Info 1686 [18:49:15.040] Format host information updated +Info 1687 [18:49:15.238] Format host information updated +Info 1688 [18:49:15.352] Format host information updated +Info 1689 [18:49:15.426] Format host information updated +Info 1690 [18:49:16.439] Format host information updated +Info 1691 [18:49:16.869] Format host information updated +Info 1692 [18:49:17.426] Format host information updated +Info 1693 [18:49:18.539] Format host information updated +Info 1694 [18:49:18.746] Format host information updated +Info 1695 [18:49:18.872] Format host information updated +Info 1696 [18:49:18.941] Format host information updated +Info 1697 [18:49:19.002] Format host information updated +Info 1698 [18:49:20.673] Format host information updated +Info 1699 [18:49:21.105] Format host information updated +Info 1700 [18:49:21.563] Format host information updated +Info 1701 [18:49:21.623] Format host information updated +Info 1702 [18:49:21.703] Format host information updated +Info 1703 [18:49:21.764] Format host information updated +Info 1704 [18:49:22.034] Format host information updated +Info 1705 [18:49:22.231] Format host information updated +Info 1706 [18:49:22.415] Format host information updated +Info 1707 [18:49:24.626] Format host information updated +Info 1708 [18:49:24.626] Format host information updated +Info 1709 [18:49:24.626] Format host information updated +Info 1710 [18:49:24.626] Format host information updated +Info 1711 [18:49:24.626] Format host information updated +Info 1712 [18:49:24.627] Format host information updated +Info 1713 [18:49:24.627] Format host information updated +Info 1714 [18:49:24.973] Format host information updated +Info 1715 [18:49:28.744] Format host information updated +Info 1716 [18:49:28.824] Format host information updated +Info 1717 [18:49:29.343] Format host information updated +Info 1718 [18:49:29.555] Format host information updated +Info 1719 [18:49:29.697] Format host information updated +Info 1720 [18:49:29.789] Format host information updated +Info 1721 [18:49:29.947] Format host information updated +Info 1722 [18:49:30.014] Format host information updated +Info 1723 [18:49:30.369] Format host information updated +Info 1724 [18:49:30.482] Format host information updated +Info 1725 [18:49:30.636] Format host information updated +Info 1726 [18:49:30.822] Format host information updated +Info 1727 [18:49:30.930] Format host information updated +Info 1728 [18:49:31.044] Format host information updated +Info 1729 [18:49:31.265] Format host information updated +Info 1730 [18:49:31.373] Format host information updated +Info 1731 [18:49:31.615] Format host information updated +Info 1732 [18:49:31.717] Format host information updated +Info 1733 [18:49:32.782] Format host information updated +Info 1734 [18:49:32.858] Format host information updated +Info 1735 [18:49:33.034] Format host information updated +Info 1736 [18:49:33.122] Format host information updated +Info 1737 [18:49:33.357] Format host information updated +Info 1738 [18:49:34.663] Format host information updated +Info 1739 [18:49:34.939] Format host information updated +Info 1740 [18:49:35.401] Format host information updated +Info 1741 [18:49:35.557] Format host information updated +Info 1742 [18:49:35.617] Format host information updated +Info 1743 [18:49:35.680] Format host information updated +Info 1744 [18:49:35.786] Format host information updated +Info 1745 [18:49:35.846] Format host information updated +Info 1746 [18:49:35.991] Format host information updated +Info 1747 [18:49:36.092] Format host information updated +Info 1748 [18:49:36.413] Format host information updated +Info 1749 [18:49:36.527] Format host information updated +Info 1750 [18:49:36.651] Format host information updated +Info 1751 [18:49:37.232] Format host information updated +Info 1752 [18:49:37.233] Format host information updated +Info 1753 [18:49:37.233] Format host information updated +Info 1754 [18:49:37.527] Format host information updated +Info 1755 [18:49:37.588] Format host information updated +Info 1756 [18:49:42.743] Format host information updated +Info 1757 [18:49:47.708] Format host information updated +Info 1758 [18:49:50.599] Format host information updated +Info 1759 [18:49:52.554] Format host information updated +Info 1760 [18:49:52.766] Format host information updated +Info 1761 [18:49:52.881] Format host information updated +Info 1762 [18:49:52.956] Format host information updated +Info 1763 [18:49:53.018] Format host information updated +Info 1764 [18:49:53.125] Format host information updated +Info 1765 [18:49:53.192] Format host information updated +Info 1766 [18:49:53.342] Format host information updated +Info 1767 [18:49:54.422] Format host information updated +Info 1768 [18:49:55.179] Format host information updated +Info 1769 [18:49:55.242] Format host information updated +Info 1770 [18:49:55.466] Format host information updated +Info 1771 [18:49:59.015] Format host information updated +Info 1772 [18:49:59.191] Format host information updated +Info 1773 [18:50:01.238] Format host information updated +Info 1774 [18:50:03.142] Format host information updated +Info 1775 [18:50:03.280] Format host information updated +Info 1776 [18:50:03.380] Format host information updated +Info 1777 [18:50:03.609] Format host information updated +Info 1778 [18:50:03.677] Format host information updated +Info 1779 [18:50:04.016] Format host information updated +Info 1780 [18:50:04.611] Format host information updated +Info 1781 [18:50:04.935] Format host information updated +Info 1782 [18:50:05.193] Format host information updated +Info 1783 [18:50:05.323] Format host information updated +Info 1784 [18:50:05.522] Format host information updated +Info 1785 [18:50:05.675] Format host information updated +Info 1786 [18:50:05.735] Format host information updated +Info 1787 [18:50:06.101] Format host information updated +Info 1788 [18:50:06.269] Format host information updated +Info 1789 [18:50:06.334] Format host information updated +Info 1790 [18:50:06.552] Format host information updated +Info 1791 [18:50:06.771] Format host information updated +Info 1792 [18:50:06.926] Format host information updated +Info 1793 [18:50:07.064] Format host information updated +Info 1794 [18:50:07.242] Format host information updated +Info 1795 [18:50:07.342] Format host information updated +Info 1796 [18:50:07.829] Format host information updated +Info 1797 [18:50:07.829] Format host information updated +Info 1798 [18:50:07.831] Format host information updated +Info 1799 [18:50:07.891] Format host information updated +Info 1800 [18:50:08.261] Format host information updated +Info 1801 [18:50:12.456] Format host information updated +Info 1802 [18:50:15.208] Format host information updated +Info 1803 [18:50:16.657] Format host information updated +Info 1804 [18:50:16.852] Format host information updated +Info 1805 [18:50:16.963] Format host information updated +Info 1806 [18:50:17.133] Format host information updated +Info 1807 [18:50:17.231] Format host information updated +Info 1808 [18:50:17.325] Format host information updated +Info 1809 [18:50:18.330] Format host information updated +Info 1810 [18:50:18.471] Format host information updated +Info 1811 [18:50:18.655] Format host information updated +Info 1812 [18:50:18.886] Format host information updated +Info 1813 [18:50:18.954] Format host information updated +Info 1814 [18:50:19.063] Format host information updated +Info 1815 [18:50:19.129] Format host information updated +Info 1816 [18:50:19.230] Format host information updated +Info 1817 [18:50:19.242] Format host information updated +Info 1818 [18:50:19.487] Format host information updated +Info 1819 [18:50:19.557] Format host information updated +Info 1820 [18:50:19.617] Format host information updated +Info 1821 [18:50:22.673] Format host information updated +Info 1822 [18:50:23.599] Format host information updated +Info 1823 [18:50:23.662] Format host information updated +Info 1824 [18:50:23.867] Format host information updated +Info 1825 [18:50:24.108] Format host information updated +Info 1826 [18:50:24.171] Format host information updated +Info 1827 [18:50:24.282] Format host information updated +Info 1828 [18:50:24.523] Format host information updated +Info 1829 [18:50:27.605] Format host information updated +Info 1830 [18:50:27.845] Format host information updated +Info 1831 [18:50:28.179] Format host information updated +Info 1832 [18:50:28.418] Format host information updated +Info 1833 [18:50:28.958] Format host information updated +Info 1834 [18:50:32.015] Format host information updated +Info 1835 [18:54:33.716] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1836 [18:54:33.725] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed: 8.680524002760649ms +Info 1837 [18:54:33.725] Project '/dev/null/inferredProject1*' (Inferred) +Info 1838 [18:54:33.725] Files (12) + +Info 1839 [18:54:33.725] ----------------------------------------------- +Info 1840 [18:54:33.725] Project '/dev/null/inferredProject1*' (Inferred) +Info 1840 [18:54:33.725] Files (12) + +Info 1840 [18:54:33.725] ----------------------------------------------- +Info 1840 [18:54:33.725] Open files: +Info 1840 [18:54:33.725] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1840 [18:54:33.725] Projects: /dev/null/inferredProject1* +Info 1840 [18:54:33.725] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1840 [18:54:33.725] Projects: /dev/null/inferredProject1* +Info 1840 [18:54:33.725] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1840 [18:54:33.725] Projects: /dev/null/inferredProject1* +Info 1840 [18:54:33.725] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1840 [18:54:33.725] Projects: /dev/null/inferredProject1* +Info 1840 [18:54:33.725] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1840 [18:54:33.725] Projects: /dev/null/inferredProject1* +Info 1840 [18:54:34.014] Format host information updated +Info 1841 [18:54:35.052] Format host information updated +Info 1842 [18:54:35.121] Format host information updated +Info 1843 [18:54:35.202] Format host information updated +Info 1844 [18:54:35.338] Format host information updated +Info 1845 [18:54:35.397] Format host information updated +Info 1846 [18:54:35.531] Format host information updated +Info 1847 [18:54:35.727] Format host information updated +Info 1848 [18:54:35.785] Format host information updated +Info 1849 [18:54:35.880] Format host information updated +Info 1850 [18:54:36.098] Format host information updated +Info 1851 [18:54:36.184] Format host information updated +Info 1852 [18:54:36.521] Format host information updated +Info 1853 [18:54:36.679] Format host information updated +Info 1854 [18:54:36.862] Format host information updated +Info 1855 [18:54:36.948] Format host information updated +Info 1856 [18:54:37.043] Format host information updated +Info 1857 [18:54:37.194] Format host information updated +Info 1858 [18:54:37.248] Format host information updated +Info 1859 [18:54:39.590] Format host information updated +Info 1860 [18:54:39.988] Format host information updated +Info 1861 [18:54:40.435] Format host information updated +Info 1862 [18:54:40.570] Format host information updated +Info 1863 [18:54:40.730] Format host information updated +Info 1864 [18:54:41.179] Format host information updated +Info 1865 [18:54:41.504] Format host information updated +Info 1866 [18:54:41.798] Format host information updated +Info 1867 [18:54:42.186] Format host information updated +Info 1868 [18:54:42.614] Format host information updated +Info 1869 [18:54:42.701] Format host information updated +Info 1870 [18:54:42.927] Format host information updated +Info 1871 [18:54:43.046] Format host information updated +Info 1872 [18:54:43.150] Format host information updated +Info 1873 [18:54:43.274] Format host information updated +Info 1874 [18:54:43.558] Format host information updated +Info 1875 [18:54:44.668] Format host information updated +Info 1876 [18:54:45.547] Format host information updated +Info 1877 [18:54:45.627] Format host information updated +Info 1878 [18:54:46.018] Format host information updated +Info 1879 [18:54:46.476] Format host information updated +Info 1880 [18:54:46.640] Format host information updated +Info 1881 [18:54:46.806] Format host information updated +Info 1882 [18:54:46.904] Format host information updated +Info 1883 [18:54:47.554] Format host information updated +Info 1884 [18:54:48.080] Format host information updated +Info 1885 [18:54:48.252] Format host information updated +Info 1886 [18:54:48.345] Format host information updated +Info 1887 [18:54:48.434] Format host information updated +Info 1888 [18:54:49.814] Format host information updated +Info 1889 [18:54:50.342] Format host information updated +Info 1890 [18:54:50.615] Format host information updated +Info 1891 [18:54:50.897] Format host information updated +Info 1892 [18:54:52.020] Format host information updated +Info 1893 [18:54:53.024] Format host information updated +Info 1894 [18:54:54.996] Format host information updated +Info 1895 [18:54:55.241] Format host information updated +Info 1896 [18:54:55.308] Format host information updated +Info 1897 [18:54:55.734] Format host information updated +Info 1898 [18:54:56.107] Format host information updated +Info 1899 [18:54:57.163] Format host information updated +Info 1900 [18:54:57.163] Format host information updated +Info 1901 [18:54:57.164] Format host information updated +Info 1902 [18:54:57.359] Format host information updated +Info 1903 [18:54:59.566] Format host information updated +Info 1904 [18:54:59.673] Format host information updated +Info 1905 [18:54:59.844] Format host information updated +Info 1906 [18:54:59.986] Format host information updated +Info 1907 [18:55:00.129] Format host information updated +Info 1908 [18:55:00.272] Format host information updated +Info 1909 [18:55:00.329] Format host information updated +Info 1910 [18:55:00.436] Format host information updated +Info 1911 [18:55:00.575] Format host information updated +Info 1912 [18:55:00.730] Format host information updated +Info 1913 [18:55:00.791] Format host information updated +Info 1914 [18:55:01.134] Format host information updated +Info 1915 [18:55:01.192] Format host information updated +Info 1916 [18:55:01.498] Format host information updated +Info 1917 [18:55:01.638] Format host information updated +Info 1918 [18:55:01.720] Format host information updated +Info 1919 [18:55:01.801] Format host information updated +Info 1920 [18:55:03.949] Format host information updated +Info 1921 [18:55:04.206] Format host information updated +Info 1922 [18:55:06.024] Format host information updated +Info 1923 [18:55:06.149] Format host information updated +Info 1924 [18:55:06.326] Format host information updated +Info 1925 [18:55:06.551] Format host information updated +Info 1926 [18:55:06.610] Format host information updated +Info 1927 [18:55:06.862] Format host information updated +Info 1928 [18:55:07.030] Format host information updated +Info 1929 [18:55:07.230] Format host information updated +Info 1930 [18:55:07.455] Format host information updated +Info 1931 [18:55:07.512] Format host information updated +Info 1932 [18:55:07.707] Format host information updated +Info 1933 [18:55:07.939] Format host information updated +Info 1934 [18:55:08.193] Format host information updated +Info 1935 [18:55:08.311] Format host information updated +Info 1936 [18:55:08.483] Format host information updated +Info 1937 [18:55:08.835] Format host information updated +Info 1938 [18:55:08.976] Format host information updated +Info 1939 [18:55:09.101] Format host information updated +Info 1940 [18:55:09.338] Format host information updated +Info 1941 [18:55:12.192] Format host information updated +Info 1942 [18:55:13.303] Format host information updated +Info 1943 [18:55:20.012] Format host information updated +Info 1944 [18:55:20.172] Format host information updated +Info 1945 [18:55:21.918] Format host information updated +Info 1946 [18:55:22.092] Format host information updated +Info 1947 [18:55:22.227] Format host information updated +Info 1948 [18:55:22.469] Format host information updated +Info 1949 [18:55:22.556] Format host information updated +Info 1950 [18:55:22.715] Format host information updated +Info 1951 [18:55:22.803] Format host information updated +Info 1952 [18:55:22.906] Format host information updated +Info 1953 [18:55:23.049] Format host information updated +Info 1954 [18:55:23.133] Format host information updated +Info 1955 [18:55:24.258] Format host information updated +Info 1956 [18:55:24.485] Format host information updated +Info 1957 [18:55:24.823] Format host information updated +Info 1958 [18:55:25.052] Format host information updated +Info 1959 [18:55:25.193] Format host information updated +Info 1960 [18:55:25.264] Format host information updated +Info 1961 [18:55:26.069] Format host information updated +Info 1962 [18:55:26.069] Format host information updated +Info 1963 [18:55:26.069] Format host information updated +Info 1964 [18:55:26.070] Format host information updated +Info 1965 [18:55:28.283] Format host information updated +Info 1966 [18:55:28.508] Format host information updated +Info 1967 [18:55:28.568] Format host information updated +Info 1968 [18:55:28.745] Format host information updated +Info 1969 [18:55:28.944] Format host information updated +Info 1970 [18:55:30.236] Format host information updated +Info 1971 [18:55:30.380] Format host information updated +Info 1972 [18:55:30.529] Format host information updated +Info 1973 [18:55:30.625] Format host information updated +Info 1974 [18:55:30.706] Format host information updated +Info 1975 [18:55:30.854] Format host information updated +Info 1976 [18:55:31.477] Format host information updated +Info 1977 [18:55:31.478] Format host information updated diff --git a/.log/tsserver-log-GdBUZL/ti-2269415.log b/.log/tsserver-log-GdBUZL/ti-2269415.log new file mode 100644 index 0000000..390778c --- /dev/null +++ b/.log/tsserver-log-GdBUZL/ti-2269415.log @@ -0,0 +1,307 @@ +[10:47:01.359] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[10:47:01.359] Processing cache location '/home/orion/.cache/typescript/5.2' +[10:47:01.359] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[10:47:01.360] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[10:47:01.360] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[10:47:01.360] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[10:47:01.360] Process id: 2269451 +[10:47:01.360] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[10:47:01.360] validateDefaultNpmLocation: true +[10:47:01.360] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[10:47:01.360] Updating types-registry npm package... +[10:47:01.361] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[10:47:02.029] Succeeded. stdout: + + up to date, audited 36 packages in 524ms + +found 0 vulnerabilities + +[10:47:02.029] Updated types-registry npm package +[10:47:02.054] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:47:02.065] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[10:47:02.065] Explicitly included types: [] +[10:47:02.066] Inferred typings from unresolved imports: [] +[10:47:02.066] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:47:02.066] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:47:02.066] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:47:02.066] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:47:02.066] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[10:47:02.066] Response has been sent. +[10:47:02.066] No new typings were requested as a result of typings discovery +[10:57:20.823] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["c"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:57:20.823] Explicitly included types: [] +[10:57:20.823] Inferred typings from unresolved imports: ["c"] +[10:57:20.823] Result: {"cachedTypingPaths":[],"newTypingNames":["c"],"filesToWatch":[]} +[10:57:20.823] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["c"],"filesToWatch":[]} +[10:57:20.823] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:20.823] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:20.824] Installing typings ["c"] +[10:57:20.824] 'c':: Entry for package 'c' does not exist in local types registry - skipping... +[10:57:20.824] All typings are known to be missing or invalid - no need to install more typings +[10:57:20.824] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["c"],"kind":"action::set"} +[10:57:20.824] Response has been sent. +[10:57:21.271] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:57:21.271] Explicitly included types: [] +[10:57:21.271] Inferred typings from unresolved imports: [] +[10:57:21.271] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:57:21.271] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:57:21.272] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:21.272] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:21.272] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[10:57:21.272] Response has been sent. +[10:57:21.272] No new typings were requested as a result of typings discovery +[10:57:21.427] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["de"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:57:21.427] Explicitly included types: [] +[10:57:21.427] Inferred typings from unresolved imports: ["de"] +[10:57:21.427] Result: {"cachedTypingPaths":[],"newTypingNames":["de"],"filesToWatch":[]} +[10:57:21.427] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["de"],"filesToWatch":[]} +[10:57:21.427] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:21.428] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:21.428] Installing typings ["de"] +[10:57:21.428] 'de':: Entry for package 'de' does not exist in local types registry - skipping... +[10:57:21.428] All typings are known to be missing or invalid - no need to install more typings +[10:57:21.428] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["de"],"kind":"action::set"} +[10:57:21.428] Response has been sent. +[10:57:21.615] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["dev"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:57:21.615] Explicitly included types: [] +[10:57:21.616] Inferred typings from unresolved imports: ["dev"] +[10:57:21.616] Result: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[10:57:21.616] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[10:57:21.616] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:21.616] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:57:21.616] Installing typings ["dev"] +[10:57:21.616] 'dev':: Entry for package 'dev' does not exist in local types registry - skipping... +[10:57:21.616] All typings are known to be missing or invalid - no need to install more typings +[10:57:21.616] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["dev"],"kind":"action::set"} +[10:57:21.616] Response has been sent. +[11:02:09.071] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:02:09.072] Explicitly included types: [] +[11:02:09.072] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[11:02:09.072] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:02:09.074] Package 'puppeteer' provides its own types. +[11:02:09.075] Package 'puppeteer-extra' provides its own types. +[11:02:09.075] Package 'bun-types' provides its own types. +[11:02:09.076] Package 'devtools-protocol' provides its own types. +[11:02:09.077] Found package names: ["callsites","purs-tidy"] +[11:02:09.077] Inferred typings from unresolved imports: [] +[11:02:09.077] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:02:09.077] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:02:09.077] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:02:09.077] Response has been sent. +[11:02:09.077] Installing typings ["callsites","purs-tidy","typescript"] +[11:02:09.077] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:02:09.077] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:02:09.077] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:02:09.077] All typings are known to be missing or invalid - no need to install more typings +[11:02:09.077] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:02:09.077] Response has been sent. +[11:02:09.607] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:02:09.607] Explicitly included types: [] +[11:02:09.608] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[11:02:09.608] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:02:09.609] Package 'puppeteer' provides its own types. +[11:02:09.610] Package 'puppeteer-extra' provides its own types. +[11:02:09.610] Package 'bun-types' provides its own types. +[11:02:09.610] Package 'devtools-protocol' provides its own types. +[11:02:09.611] Found package names: ["callsites","purs-tidy"] +[11:02:09.611] Inferred typings from unresolved imports: [] +[11:02:09.611] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:02:09.611] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:02:09.611] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[11:02:09.611] Response has been sent. +[11:02:09.611] Installing typings ["callsites","purs-tidy","typescript"] +[11:02:09.611] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:02:09.611] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:02:09.611] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:02:09.611] All typings are known to be missing or invalid - no need to install more typings +[11:02:09.611] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:02:09.611] Response has been sent. +[11:02:10.447] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["dev"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:02:10.447] Explicitly included types: [] +[11:02:10.447] Inferred typings from unresolved imports: ["dev"] +[11:02:10.447] Result: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:02:10.447] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:02:10.448] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:02:10.448] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:02:10.448] Installing typings ["dev"] +[11:02:10.448] 'dev':: Entry for package 'dev' does not exist in local types registry - skipping... +[11:02:10.448] All typings are known to be missing or invalid - no need to install more typings +[11:02:10.448] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["dev"],"kind":"action::set"} +[11:02:10.448] Response has been sent. +[11:02:12.721] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:02:12.721] Explicitly included types: [] +[11:02:12.723] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[11:02:12.723] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:02:12.728] Package 'puppeteer' provides its own types. +[11:02:12.731] Package 'puppeteer-extra' provides its own types. +[11:02:12.732] Package 'bun-types' provides its own types. +[11:02:12.733] Package 'devtools-protocol' provides its own types. +[11:02:12.735] Found package names: ["callsites","purs-tidy"] +[11:02:12.735] Inferred typings from unresolved imports: [] +[11:02:12.735] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:02:12.735] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:02:12.735] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:02:12.735] Response has been sent. +[11:02:12.735] Installing typings ["callsites","purs-tidy","typescript"] +[11:02:12.736] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:02:12.736] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:02:12.736] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:02:12.736] All typings are known to be missing or invalid - no need to install more typings +[11:02:12.736] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:02:12.736] Response has been sent. +[11:21:33.657] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:21:33.658] Explicitly included types: [] +[11:21:33.659] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[11:21:33.659] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:21:33.663] Package 'puppeteer' provides its own types. +[11:21:33.665] Package 'puppeteer-extra' provides its own types. +[11:21:33.667] Package 'bun-types' provides its own types. +[11:21:33.667] Package 'devtools-protocol' provides its own types. +[11:21:33.669] Found package names: ["callsites","purs-tidy"] +[11:21:33.669] Inferred typings from unresolved imports: [] +[11:21:33.669] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:21:33.669] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:21:33.669] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:21:33.670] Response has been sent. +[11:21:33.670] Installing typings ["callsites","purs-tidy","typescript"] +[11:21:33.670] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:21:33.670] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:21:33.670] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:21:33.670] All typings are known to be missing or invalid - no need to install more typings +[11:21:33.670] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:21:33.670] Response has been sent. +[11:21:35.387] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["dev"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:21:35.387] Explicitly included types: [] +[11:21:35.387] Inferred typings from unresolved imports: ["dev"] +[11:21:35.387] Result: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:21:35.387] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:21:35.387] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:21:35.387] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:21:35.387] Installing typings ["dev"] +[11:21:35.387] 'dev':: Entry for package 'dev' does not exist in local types registry - skipping... +[11:21:35.387] All typings are known to be missing or invalid - no need to install more typings +[11:21:35.387] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["dev"],"kind":"action::set"} +[11:21:35.387] Response has been sent. +[11:21:37.637] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:21:37.637] Explicitly included types: [] +[11:21:37.637] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[11:21:37.637] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:21:37.638] Package 'puppeteer' provides its own types. +[11:21:37.638] Package 'puppeteer-extra' provides its own types. +[11:21:37.638] Package 'bun-types' provides its own types. +[11:21:37.638] Package 'devtools-protocol' provides its own types. +[11:21:37.639] Found package names: ["callsites","purs-tidy"] +[11:21:37.639] Inferred typings from unresolved imports: [] +[11:21:37.639] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:21:37.639] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:21:37.639] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:21:37.639] Response has been sent. +[11:21:37.639] Installing typings ["callsites","purs-tidy","typescript"] +[11:21:37.639] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:21:37.639] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:21:37.639] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:21:37.639] All typings are known to be missing or invalid - no need to install more typings +[11:21:37.639] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:21:37.639] Response has been sent. +[11:29:03.493] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["dev"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:29:03.493] Explicitly included types: [] +[11:29:03.493] Inferred typings from unresolved imports: ["dev"] +[11:29:03.493] Result: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:29:03.493] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:29:03.493] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:29:03.493] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:29:03.493] Installing typings ["dev"] +[11:29:03.493] 'dev':: Entry for package 'dev' does not exist in local types registry - skipping... +[11:29:03.493] All typings are known to be missing or invalid - no need to install more typings +[11:29:03.493] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["dev"],"kind":"action::set"} +[11:29:03.494] Response has been sent. +[11:29:04.922] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["dev"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:29:04.923] Explicitly included types: [] +[11:29:04.923] Inferred typings from unresolved imports: ["dev"] +[11:29:04.923] Result: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:29:04.923] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:29:04.923] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:29:04.923] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:29:04.923] Installing typings ["dev"] +[11:29:04.923] 'dev':: Entry for package 'dev' does not exist in local types registry - skipping... +[11:29:04.923] All typings are known to be missing or invalid - no need to install more typings +[11:29:04.923] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["dev"],"kind":"action::set"} +[11:29:04.924] Response has been sent. +[11:35:59.786] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:35:59.787] Explicitly included types: [] +[11:35:59.788] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[11:35:59.788] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:35:59.790] Package 'puppeteer' provides its own types. +[11:35:59.792] Package 'puppeteer-extra' provides its own types. +[11:35:59.792] Package 'bun-types' provides its own types. +[11:35:59.793] Package 'devtools-protocol' provides its own types. +[11:35:59.794] Found package names: ["callsites","purs-tidy"] +[11:35:59.794] Inferred typings from unresolved imports: [] +[11:35:59.794] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:35:59.794] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:35:59.794] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:35:59.795] Response has been sent. +[11:35:59.795] Installing typings ["callsites","purs-tidy","typescript"] +[11:35:59.795] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:35:59.795] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:35:59.795] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:35:59.795] All typings are known to be missing or invalid - no need to install more typings +[11:35:59.795] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:35:59.795] Response has been sent. +[11:36:27.361] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["dev"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:36:27.361] Explicitly included types: [] +[11:36:27.361] Inferred typings from unresolved imports: ["dev"] +[11:36:27.361] Result: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:36:27.361] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["dev"],"filesToWatch":[]} +[11:36:27.361] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:36:27.361] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:36:27.361] Installing typings ["dev"] +[11:36:27.361] 'dev':: Entry for package 'dev' does not exist in local types registry - skipping... +[11:36:27.361] All typings are known to be missing or invalid - no need to install more typings +[11:36:27.361] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["dev"],"kind":"action::set"} +[11:36:27.361] Response has been sent. +[11:36:29.607] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:36:29.607] Explicitly included types: [] +[11:36:29.608] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[11:36:29.608] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[11:36:29.611] Package 'puppeteer' provides its own types. +[11:36:29.612] Package 'puppeteer-extra' provides its own types. +[11:36:29.613] Package 'bun-types' provides its own types. +[11:36:29.614] Package 'devtools-protocol' provides its own types. +[11:36:29.614] Found package names: ["callsites","purs-tidy"] +[11:36:29.614] Inferred typings from unresolved imports: [] +[11:36:29.614] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:36:29.614] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:36:29.614] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[11:36:29.614] Response has been sent. +[11:36:29.614] Installing typings ["callsites","purs-tidy","typescript"] +[11:36:29.614] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[11:36:29.614] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[11:36:29.614] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[11:36:29.614] All typings are known to be missing or invalid - no need to install more typings +[11:36:29.614] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[11:36:29.614] Response has been sent. diff --git a/.log/tsserver-log-GdBUZL/tsserver.log b/.log/tsserver-log-GdBUZL/tsserver.log new file mode 100644 index 0000000..db8709a --- /dev/null +++ b/.log/tsserver-log-GdBUZL/tsserver.log @@ -0,0 +1,13035 @@ +Info 0 [10:46:59.903] Starting TS Server +Info 1 [10:46:59.903] Version: 5.2.2 +Info 2 [10:46:59.903] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/5d3c45402ef7e0a429076fb088310382/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-GdBUZL/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [10:46:59.903] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [10:46:59.903] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [10:46:59.912] Format host information updated +Info 6 [10:46:59.914] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [10:46:59.914] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [10:46:59.914] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [10:46:59.928] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [10:46:59.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [10:47:00.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 862.3979569971561ms +Info 12 [10:47:00.795] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [10:47:00.795] Files (139) + +Info 14 [10:47:00.795] ----------------------------------------------- +Info 15 [10:47:00.803] AutoImportProviderProject: found 16 root files in 5 dependencies in 5.880873993039131 ms +Info 16 [10:47:00.812] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [10:47:01.354] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 541.3333619982004ms +Info 18 [10:47:01.354] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [10:47:01.354] Files (271) + +Info 20 [10:47:01.354] ----------------------------------------------- +Info 21 [10:47:01.357] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [10:47:01.357] Files (139) + +Info 21 [10:47:01.357] ----------------------------------------------- +Info 21 [10:47:01.357] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [10:47:01.357] Files (271) + +Info 21 [10:47:01.357] ----------------------------------------------- +Info 21 [10:47:01.357] Open files: +Info 21 [10:47:01.357] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [10:47:01.357] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [10:47:01.357] Format host information updated +Info 22 [10:47:01.359] Format host information updated +Info 23 [10:47:01.359] Format host information updated +Info 24 [10:47:01.360] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 25 [10:47:01.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 24.230586007237434ms +Info 26 [10:47:01.384] Different program with same set of files +Info 27 [10:47:01.411] Format host information updated +Info 28 [10:47:01.438] Format host information updated +Info 29 [10:47:01.439] Format host information updated +Info 30 [10:47:01.440] Format host information updated +Info 31 [10:47:04.860] Format host information updated +Info 32 [10:47:04.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 33 [10:47:04.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 13.167230010032654ms +Info 34 [10:47:04.873] Different program with same set of files +Info 35 [10:47:05.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 36 [10:47:05.096] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 10.482026010751724ms +Info 37 [10:47:05.096] Different program with same set of files +Info 38 [10:47:05.113] getCompletionData: Get current token: 0.020534008741378784 +Info 39 [10:47:05.113] getCompletionData: Is inside comment: 0.02862200140953064 +Info 40 [10:47:05.114] getCompletionData: Get previous token: 0.03189300000667572 +Info 41 [10:47:05.114] getCompletionsAtPosition: isCompletionListBlocker: 0.1948549896478653 +Info 42 [10:47:05.116] getExportInfoMap: cache miss or empty; calculating new results +Info 43 [10:47:05.153] forEachExternalModuleToImportFrom autoImportProvider: 14.031974002718925 +Info 44 [10:47:05.153] getExportInfoMap: done in 36.644994989037514 ms +Info 45 [10:47:05.170] collectAutoImports: resolved 11 module specifiers, plus 24 ambient and 136 from cache +Info 46 [10:47:05.170] collectAutoImports: response is complete +Info 47 [10:47:05.170] collectAutoImports: 16.89630800485611 +Info 48 [10:47:05.170] getCompletionData: Semantic work: 56.44233900308609 +Info 49 [10:47:05.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.55180199444294 +Info 50 [10:47:05.188] Format host information updated +Info 51 [10:47:05.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 52 [10:47:05.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 23.88196900486946ms +Info 53 [10:47:05.298] Different program with same set of files +Info 54 [10:47:05.299] getCompletionData: Get current token: 0.05076000094413757 +Info 55 [10:47:05.299] getCompletionData: Is inside comment: 0.02464500069618225 +Info 56 [10:47:05.299] getCompletionData: Get previous token: 0.029284998774528503 +Info 57 [10:47:05.299] getCompletionsAtPosition: isCompletionListBlocker: 0.03303898870944977 +Info 58 [10:47:05.301] getExportInfoMap: cache hit +Info 59 [10:47:05.308] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 16 from cache +Info 60 [10:47:05.308] collectAutoImports: response is complete +Info 61 [10:47:05.308] collectAutoImports: 7.644669994711876 +Info 62 [10:47:05.308] getCompletionData: Semantic work: 9.232804000377655 +Info 63 [10:47:05.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.393655002117157 +Info 64 [10:47:05.313] Format host information updated +Info 65 [10:47:05.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 66 [10:47:05.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 12.722029998898506ms +Info 67 [10:47:05.347] Different program with same set of files +Info 68 [10:47:05.347] getCompletionData: Get current token: 0.005970001220703125 +Info 69 [10:47:05.347] getCompletionData: Is inside comment: 0.008590996265411377 +Info 70 [10:47:05.347] getCompletionData: Get previous token: 0.011215999722480774 +Info 71 [10:47:05.347] getCompletionsAtPosition: isCompletionListBlocker: 0.010181993246078491 +Info 72 [10:47:05.348] getExportInfoMap: cache hit +Info 73 [10:47:05.351] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 11 from cache +Info 74 [10:47:05.351] collectAutoImports: response is complete +Info 75 [10:47:05.351] collectAutoImports: 2.658949002623558 +Info 76 [10:47:05.351] getCompletionData: Semantic work: 3.616239994764328 +Info 77 [10:47:05.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8731929957866669 +Info 78 [10:47:05.354] Format host information updated +Info 79 [10:47:05.405] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 80 [10:47:05.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 13.439125001430511ms +Info 81 [10:47:05.418] Different program with same set of files +Info 82 [10:47:05.419] getCompletionData: Get current token: 0.007366001605987549 +Info 83 [10:47:05.419] getCompletionData: Is inside comment: 0.01428098976612091 +Info 84 [10:47:05.419] getCompletionData: Get previous token: 0.01674199104309082 +Info 85 [10:47:05.419] getCompletionsAtPosition: isCompletionListBlocker: 0.014100000262260437 +Info 86 [10:47:05.420] getExportInfoMap: cache hit +Info 87 [10:47:05.423] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 88 [10:47:05.423] collectAutoImports: response is complete +Info 89 [10:47:05.423] collectAutoImports: 3.3486260026693344 +Info 90 [10:47:05.423] getCompletionData: Semantic work: 4.642985001206398 +Info 91 [10:47:05.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8062720000743866 +Info 92 [10:47:05.427] Format host information updated +Info 93 [10:47:05.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 94 [10:47:05.526] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 24.944593995809555ms +Info 95 [10:47:05.527] Different program with same set of files +Info 96 [10:47:05.527] getCompletionData: Get current token: 0.009341001510620117 +Info 97 [10:47:05.527] getCompletionData: Is inside comment: 0.02187100052833557 +Info 98 [10:47:05.527] getCompletionData: Get previous token: 0.018554002046585083 +Info 99 [10:47:05.527] getCompletionsAtPosition: isCompletionListBlocker: 0.01779000461101532 +Info 100 [10:47:05.528] getExportInfoMap: cache hit +Info 101 [10:47:05.532] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 102 [10:47:05.532] collectAutoImports: response is complete +Info 103 [10:47:05.532] collectAutoImports: 3.658938005566597 +Info 104 [10:47:05.532] getCompletionData: Semantic work: 4.898390993475914 +Info 105 [10:47:05.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5335280001163483 +Info 106 [10:47:05.535] Format host information updated +Info 107 [10:47:05.561] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 108 [10:47:05.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 8.60624098777771ms +Info 109 [10:47:05.570] Different program with same set of files +Info 110 [10:47:05.570] getCompletionData: Get current token: 0.006927996873855591 +Info 111 [10:47:05.570] getCompletionData: Is inside comment: 0.014680013060569763 +Info 112 [10:47:05.570] getCompletionData: Get previous token: 0.017205998301506042 +Info 113 [10:47:05.570] getCompletionsAtPosition: isCompletionListBlocker: 0.010078996419906616 +Info 114 [10:47:05.571] getExportInfoMap: cache hit +Info 115 [10:47:05.599] collectAutoImports: resolved 18 module specifiers, plus 219 ambient and 903 from cache +Info 116 [10:47:05.599] collectAutoImports: response is complete +Info 117 [10:47:05.599] collectAutoImports: 27.566607013344765 +Info 118 [10:47:05.599] getCompletionData: Semantic work: 28.273669987916946 +Info 119 [10:47:05.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.212732002139091 +Info 120 [10:47:05.614] Format host information updated +Info 121 [10:47:05.681] Format host information updated +Info 122 [10:47:05.681] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 123 [10:47:05.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 13.356349006295204ms +Info 124 [10:47:05.695] Different program with same set of files +Info 125 [10:47:05.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 126 [10:47:06.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 9.774309009313583ms +Info 127 [10:47:06.000] Different program with same set of files +Info 128 [10:47:06.000] getCompletionData: Get current token: 0.00964200496673584 +Info 129 [10:47:06.000] getCompletionData: Is inside comment: 0.010388001799583435 +Info 130 [10:47:06.000] getCompletionData: Get previous token: 0.013708993792533875 +Info 131 [10:47:06.000] getCompletionsAtPosition: isCompletionListBlocker: 0.010463997721672058 +Info 132 [10:47:06.003] getExportInfoMap: cache hit +Info 133 [10:47:06.011] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 227 from cache +Info 134 [10:47:06.011] collectAutoImports: response is complete +Info 135 [10:47:06.011] collectAutoImports: 8.17229200899601 +Info 136 [10:47:06.011] getCompletionData: Semantic work: 10.665449008345604 +Info 137 [10:47:06.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.013392999768257 +Info 138 [10:47:06.015] Format host information updated +Info 139 [10:47:06.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 140 [10:47:06.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 15.285201996564865ms +Info 141 [10:47:06.086] Different program with same set of files +Info 142 [10:47:06.086] getCompletionData: Get current token: 0.01306799054145813 +Info 143 [10:47:06.086] getCompletionData: Is inside comment: 0.016414999961853027 +Info 144 [10:47:06.086] getCompletionData: Get previous token: 0.019637003540992737 +Info 145 [10:47:06.086] getCompletionsAtPosition: isCompletionListBlocker: 0.013253003358840942 +Info 146 [10:47:06.087] getExportInfoMap: cache hit +Info 147 [10:47:06.101] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 174 from cache +Info 148 [10:47:06.101] collectAutoImports: response is complete +Info 149 [10:47:06.101] collectAutoImports: 13.324877992272377 +Info 150 [10:47:06.101] getCompletionData: Semantic work: 14.552338987588882 +Info 151 [10:47:06.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0602099895477295 +Info 152 [10:47:06.105] Format host information updated +Info 153 [10:47:06.208] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 154 [10:47:06.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 28.361967995762825ms +Info 155 [10:47:06.237] Different program with same set of files +Info 156 [10:47:06.237] getCompletionData: Get current token: 0.016154006123542786 +Info 157 [10:47:06.237] getCompletionData: Is inside comment: 0.020798996090888977 +Info 158 [10:47:06.237] getCompletionData: Get previous token: 0.02284999191761017 +Info 159 [10:47:06.237] getCompletionsAtPosition: isCompletionListBlocker: 0.018900007009506226 +Info 160 [10:47:06.239] getExportInfoMap: cache hit +Info 161 [10:47:06.245] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 162 [10:47:06.245] collectAutoImports: response is complete +Info 163 [10:47:06.245] collectAutoImports: 6.469357997179031 +Info 164 [10:47:06.245] getCompletionData: Semantic work: 8.141599014401436 +Info 165 [10:47:06.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5344319939613342 +Info 166 [10:47:06.249] Format host information updated +Info 167 [10:47:06.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 168 [10:47:06.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 10.591379001736641ms +Info 169 [10:47:06.286] Different program with same set of files +Info 170 [10:47:06.286] getCompletionData: Get current token: 0.008500009775161743 +Info 171 [10:47:06.286] getCompletionData: Is inside comment: 0.010141998529434204 +Info 172 [10:47:06.286] getCompletionData: Get previous token: 0.013484999537467957 +Info 173 [10:47:06.286] getCompletionsAtPosition: isCompletionListBlocker: 0.011204004287719727 +Info 174 [10:47:06.287] getExportInfoMap: cache hit +Info 175 [10:47:06.303] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 176 [10:47:06.303] collectAutoImports: response is complete +Info 177 [10:47:06.303] collectAutoImports: 16.224624007940292 +Info 178 [10:47:06.303] getCompletionData: Semantic work: 17.2150269895792 +Info 179 [10:47:06.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.753510996699333 +Info 180 [10:47:06.318] Format host information updated +Info 181 [10:47:11.071] Format host information updated +Info 182 [10:47:11.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 183 [10:47:11.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 7.50662599503994ms +Info 184 [10:47:11.079] Different program with same set of files +Info 185 [10:47:11.930] Format host information updated +Info 186 [10:47:11.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 187 [10:47:11.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 9.677467003464699ms +Info 188 [10:47:11.940] Different program with same set of files +Info 189 [10:47:13.063] Format host information updated +Info 190 [10:47:13.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 191 [10:47:13.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 7.89292199909687ms +Info 192 [10:47:13.071] Different program with same set of files +Info 193 [10:47:14.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 194 [10:47:14.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 8.232782006263733ms +Info 195 [10:47:14.169] Different program with same set of files +Info 196 [10:47:14.169] getCompletionData: Get current token: 0.004611000418663025 +Info 197 [10:47:14.169] getCompletionData: Is inside comment: 0.002208992838859558 +Info 198 [10:47:14.169] getCompletionData: Get previous token: 0.013345003128051758 +Info 199 [10:47:14.169] getCompletionsAtPosition: isCompletionListBlocker: 0.029403001070022583 +Info 200 [10:47:14.169] Returning an empty list because completion was requested in an invalid position. +Info 201 [10:47:14.169] Format host information updated +Info 202 [10:47:14.408] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 203 [10:47:14.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 8.201481997966766ms +Info 204 [10:47:14.416] Different program with same set of files +Info 205 [10:47:14.417] getCompletionData: Get current token: 0.004305005073547363 +Info 206 [10:47:14.417] getCompletionData: Is inside comment: 0.04658900201320648 +Info 207 [10:47:14.417] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 208 [10:47:14.419] Format host information updated +Info 209 [10:47:14.552] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 210 [10:47:14.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 8.799371004104614ms +Info 211 [10:47:14.560] Different program with same set of files +Info 212 [10:47:14.561] getCompletionData: Get current token: 0.004289001226425171 +Info 213 [10:47:14.561] getCompletionData: Is inside comment: 0.024545997381210327 +Info 214 [10:47:14.561] Format host information updated +Info 215 [10:47:15.905] getCompletionData: Get current token: 0.005085006356239319 +Info 216 [10:47:15.905] getCompletionData: Is inside comment: 0.009923011064529419 +Info 217 [10:47:15.905] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 218 [10:47:16.320] Format host information updated +Info 219 [10:47:16.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 220 [10:47:16.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 14.357990995049477ms +Info 221 [10:47:16.335] Different program with same set of files +Info 222 [10:47:16.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 223 [10:47:16.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 18.437281996011734ms +Info 224 [10:47:16.547] Different program with same set of files +Info 225 [10:47:16.548] getCompletionData: Get current token: 0.004086002707481384 +Info 226 [10:47:16.548] getCompletionData: Is inside comment: 0.012735992670059204 +Info 227 [10:47:16.548] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 228 [10:47:16.548] Format host information updated +Info 229 [10:47:16.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 230 [10:47:16.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 27.434042006731033ms +Info 231 [10:47:16.824] Different program with same set of files +Info 232 [10:47:16.824] getCompletionData: Get current token: 0.005070999264717102 +Info 233 [10:47:16.824] getCompletionData: Is inside comment: 0.010621994733810425 +Info 234 [10:47:16.824] getCompletionData: Get previous token: 0.007116004824638367 +Info 235 [10:47:16.824] getCompletionsAtPosition: isCompletionListBlocker: 0.014253005385398865 +Info 236 [10:47:16.825] getExportInfoMap: cache hit +Info 237 [10:47:16.866] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 238 [10:47:16.866] collectAutoImports: response is complete +Info 239 [10:47:16.866] collectAutoImports: 40.91696099936962 +Info 240 [10:47:16.866] getCompletionData: Semantic work: 42.178213000297546 +Info 241 [10:47:16.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.49941000342369 +Info 242 [10:47:16.889] Format host information updated +Info 243 [10:47:19.190] Format host information updated +Info 244 [10:47:19.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 245 [10:47:19.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 12.018031001091003ms +Info 246 [10:47:19.203] Different program with same set of files +Info 247 [10:47:19.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 248 [10:47:19.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 10.46000400185585ms +Info 249 [10:47:19.937] Different program with same set of files +Info 250 [10:47:19.937] getCompletionData: Get current token: 0.004927992820739746 +Info 251 [10:47:19.937] getCompletionData: Is inside comment: 0.009655013680458069 +Info 252 [10:47:19.937] Format host information updated +Info 253 [10:47:20.200] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 254 [10:47:20.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 9.142729997634888ms +Info 255 [10:47:20.209] Different program with same set of files +Info 256 [10:47:20.209] getCompletionData: Get current token: 0.005935996770858765 +Info 257 [10:47:20.209] getCompletionData: Is inside comment: 0.011015012860298157 +Info 258 [10:47:20.210] Format host information updated +Info 259 [10:47:20.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 260 [10:47:20.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 11.19038799405098ms +Info 261 [10:47:20.411] Different program with same set of files +Info 262 [10:47:20.412] getCompletionData: Get current token: 0.006807997822761536 +Info 263 [10:47:20.412] getCompletionData: Is inside comment: 0.012305989861488342 +Info 264 [10:47:20.412] Format host information updated +Info 265 [10:47:20.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 266 [10:47:20.480] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 15.431951001286507ms +Info 267 [10:47:20.480] Different program with same set of files +Info 268 [10:47:20.480] getCompletionData: Get current token: 0.009244993329048157 +Info 269 [10:47:20.481] getCompletionData: Is inside comment: 0.018320009112358093 +Info 270 [10:47:20.481] Format host information updated +Info 271 [10:47:20.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 272 [10:47:20.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 9.84460400044918ms +Info 273 [10:47:20.838] Different program with same set of files +Info 274 [10:47:20.838] getCompletionData: Get current token: 0.006065994501113892 +Info 275 [10:47:20.838] getCompletionData: Is inside comment: 0.012142002582550049 +Info 276 [10:47:20.839] Format host information updated +Info 277 [10:47:21.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 278 [10:47:21.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 8.802143007516861ms +Info 279 [10:47:21.234] Different program with same set of files +Info 280 [10:47:21.234] getCompletionData: Get current token: 0.006384998559951782 +Info 281 [10:47:21.234] getCompletionData: Is inside comment: 0.01483599841594696 +Info 282 [10:47:21.235] Format host information updated +Info 283 [10:47:21.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 284 [10:47:21.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 9.349362000823021ms +Info 285 [10:47:21.337] Different program with same set of files +Info 286 [10:47:21.338] getCompletionData: Get current token: 0.006002992391586304 +Info 287 [10:47:21.338] getCompletionData: Is inside comment: 0.01452299952507019 +Info 288 [10:47:21.338] Format host information updated +Info 289 [10:47:21.413] Format host information updated +Info 290 [10:47:21.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 291 [10:47:21.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 20.692618012428284ms +Info 292 [10:47:21.434] Different program with same set of files +Info 293 [10:47:21.601] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 294 [10:47:21.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 12.40683500468731ms +Info 295 [10:47:21.613] Different program with same set of files +Info 296 [10:47:21.613] getCompletionData: Get current token: 0.012529999017715454 +Info 297 [10:47:21.614] getCompletionData: Is inside comment: 0.016568005084991455 +Info 298 [10:47:21.614] getCompletionData: Get previous token: 0.015611007809638977 +Info 299 [10:47:21.614] getCompletionsAtPosition: isCompletionListBlocker: 0.002933993935585022 +Info 300 [10:47:21.615] getExportInfoMap: cache hit +Info 301 [10:47:21.645] collectAutoImports: resolved 4 module specifiers, plus 175 ambient and 1053 from cache +Info 302 [10:47:21.645] collectAutoImports: response is complete +Info 303 [10:47:21.645] collectAutoImports: 30.340512990951538 +Info 304 [10:47:21.645] getCompletionData: Semantic work: 31.252932995557785 +Info 305 [10:47:21.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.948781996965408 +Info 306 [10:47:21.660] Format host information updated +Info 307 [10:47:23.063] getCompletionData: Get current token: 0.003828004002571106 +Info 308 [10:47:23.063] getCompletionData: Is inside comment: 0.012046992778778076 +Info 309 [10:47:23.063] getCompletionData: Get previous token: 0.012920007109642029 +Info 310 [10:47:23.063] getCompletionsAtPosition: isCompletionListBlocker: 0.017621994018554688 +Info 311 [10:47:23.064] getExportInfoMap: cache hit +Info 312 [10:47:23.066] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 313 [10:47:23.066] collectAutoImports: response is complete +Info 314 [10:47:23.066] collectAutoImports: 1.952334001660347 +Info 315 [10:47:23.066] getCompletionData: Semantic work: 2.604188993573189 +Info 316 [10:47:23.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6111960113048553 +Info 317 [10:47:23.724] getCompletionData: Get current token: 0.025767996907234192 +Info 318 [10:47:23.724] getCompletionData: Is inside comment: 0.011521995067596436 +Info 319 [10:47:23.725] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 320 [10:47:24.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 321 [10:47:24.274] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 12.05315600335598ms +Info 322 [10:47:24.274] Different program with same set of files +Info 323 [10:47:24.274] getCompletionData: Get current token: 0.008140996098518372 +Info 324 [10:47:24.274] getCompletionData: Is inside comment: 0.018729999661445618 +Info 325 [10:47:24.274] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 326 [10:47:24.275] Format host information updated +Info 327 [10:47:27.009] Format host information updated +Info 328 [10:47:27.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 329 [10:47:27.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 12.316970005631447ms +Info 330 [10:47:27.022] Different program with same set of files +Info 331 [10:47:29.237] Format host information updated +Info 332 [10:47:29.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 333 [10:47:29.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 9.621469005942345ms +Info 334 [10:47:29.247] Different program with same set of files +Info 335 [10:47:29.952] Format host information updated +Info 336 [10:47:29.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 337 [10:47:29.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.955830007791519ms +Info 338 [10:47:29.959] Different program with same set of files +Info 339 [10:47:30.953] Format host information updated +Info 340 [10:47:30.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 341 [10:47:30.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 7.622896999120712ms +Info 342 [10:47:30.961] Different program with same set of files +Info 343 [10:47:32.333] Format host information updated +Info 344 [10:47:32.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 345 [10:47:32.343] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 9.767130002379417ms +Info 346 [10:47:32.343] Different program with same set of files +Info 347 [10:47:38.467] getCompletionData: Get current token: 0.020851999521255493 +Info 348 [10:47:38.467] getCompletionData: Is inside comment: 0.035218000411987305 +Info 349 [10:47:38.467] getCompletionData: Get previous token: 0.023010998964309692 +Info 350 [10:47:38.467] getCompletionsAtPosition: isCompletionListBlocker: 0.004638001322746277 +Info 351 [10:47:38.470] getExportInfoMap: cache hit +Info 352 [10:47:38.506] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 353 [10:47:38.506] collectAutoImports: response is complete +Info 354 [10:47:38.506] collectAutoImports: 36.087267994880676 +Info 355 [10:47:38.506] getCompletionData: Semantic work: 39.42256499826908 +Info 356 [10:47:38.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.458618998527527 +Info 357 [10:47:39.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 358 [10:47:39.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 14.164256989955902ms +Info 359 [10:47:39.267] Different program with same set of files +Info 360 [10:47:39.268] getCompletionData: Get current token: 0.015574991703033447 +Info 361 [10:47:39.268] getCompletionData: Is inside comment: 0.02093900740146637 +Info 362 [10:47:39.268] getCompletionData: Get previous token: 0.016950994729995728 +Info 363 [10:47:39.268] getCompletionsAtPosition: isCompletionListBlocker: 0.04756799340248108 +Info 364 [10:47:39.269] getExportInfoMap: cache hit +Info 365 [10:47:39.285] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 366 [10:47:39.285] collectAutoImports: response is complete +Info 367 [10:47:39.285] collectAutoImports: 16.383763998746872 +Info 368 [10:47:39.285] getCompletionData: Semantic work: 17.40337899327278 +Info 369 [10:47:39.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.04000699520111 +Info 370 [10:47:39.301] Format host information updated +Info 371 [10:47:39.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 372 [10:47:39.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 12.315583005547523ms +Info 373 [10:47:39.482] Different program with same set of files +Info 374 [10:47:39.482] getCompletionData: Get current token: 0.006485000252723694 +Info 375 [10:47:39.482] getCompletionData: Is inside comment: 0.012403994798660278 +Info 376 [10:47:39.482] getCompletionData: Get previous token: 0.016690999269485474 +Info 377 [10:47:39.482] getCompletionsAtPosition: isCompletionListBlocker: 0.00249500572681427 +Info 378 [10:47:39.483] getExportInfoMap: cache hit +Info 379 [10:47:39.485] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 380 [10:47:39.485] collectAutoImports: response is complete +Info 381 [10:47:39.485] collectAutoImports: 2.363418996334076 +Info 382 [10:47:39.485] getCompletionData: Semantic work: 2.97775399684906 +Info 383 [10:47:39.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1589910089969635 +Info 384 [10:47:39.488] Format host information updated +Info 385 [10:47:39.820] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 386 [10:47:39.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 10.992497995495796ms +Info 387 [10:47:39.831] Different program with same set of files +Info 388 [10:47:39.831] getCompletionData: Get current token: 0.0073079913854599 +Info 389 [10:47:39.831] getCompletionData: Is inside comment: 0.014254987239837646 +Info 390 [10:47:39.831] getCompletionData: Get previous token: 0.018196001648902893 +Info 391 [10:47:39.831] getCompletionsAtPosition: isCompletionListBlocker: 0.0021319985389709473 +Info 392 [10:47:39.832] getExportInfoMap: cache hit +Info 393 [10:47:39.834] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 394 [10:47:39.834] collectAutoImports: response is complete +Info 395 [10:47:39.834] collectAutoImports: 1.950317993760109 +Info 396 [10:47:39.834] getCompletionData: Semantic work: 2.649611994624138 +Info 397 [10:47:39.837] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.763828992843628 +Info 398 [10:47:39.839] Format host information updated +Info 399 [10:47:40.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 400 [10:47:40.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 15.62202399969101ms +Info 401 [10:47:40.157] Different program with same set of files +Info 402 [10:47:40.157] getCompletionData: Get current token: 0.013745993375778198 +Info 403 [10:47:40.157] getCompletionData: Is inside comment: 0.05635300278663635 +Info 404 [10:47:40.157] getCompletionData: Get previous token: 0.039315998554229736 +Info 405 [10:47:40.157] getCompletionsAtPosition: isCompletionListBlocker: 0.003692999482154846 +Info 406 [10:47:40.159] getExportInfoMap: cache hit +Info 407 [10:47:40.180] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 408 [10:47:40.180] collectAutoImports: response is complete +Info 409 [10:47:40.180] collectAutoImports: 21.835215002298355 +Info 410 [10:47:40.181] getCompletionData: Semantic work: 23.1462239921093 +Info 411 [10:47:40.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.11217100918293 +Info 412 [10:47:40.192] Format host information updated +Info 413 [10:47:40.659] Format host information updated +Info 414 [10:47:40.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 415 [10:47:40.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 10.39265900850296ms +Info 416 [10:47:40.670] Different program with same set of files +Info 417 [10:47:41.146] getCompletionData: Get current token: 0.028779998421669006 +Info 418 [10:47:41.146] getCompletionData: Is inside comment: 0.08033399283885956 +Info 419 [10:47:41.147] getCompletionData: Get previous token: 0.10613299906253815 +Info 420 [10:47:41.147] getCompletionsAtPosition: isCompletionListBlocker: 0.007413998246192932 +Info 421 [10:47:41.151] getExportInfoMap: cache hit +Info 422 [10:47:41.154] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 423 [10:47:41.154] collectAutoImports: response is complete +Info 424 [10:47:41.154] collectAutoImports: 3.235585004091263 +Info 425 [10:47:41.154] getCompletionData: Semantic work: 7.393182992935181 +Info 426 [10:47:41.158] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.017543002963066 +Info 427 [10:47:41.429] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 428 [10:47:41.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 12.971748009324074ms +Info 429 [10:47:41.442] Different program with same set of files +Info 430 [10:47:41.442] getCompletionData: Get current token: 0.006226003170013428 +Info 431 [10:47:41.442] getCompletionData: Is inside comment: 0.013836994767189026 +Info 432 [10:47:41.442] getCompletionData: Get previous token: 0.009775996208190918 +Info 433 [10:47:41.442] getCompletionsAtPosition: isCompletionListBlocker: 0.006550997495651245 +Info 434 [10:47:41.443] getExportInfoMap: cache hit +Info 435 [10:47:41.464] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 436 [10:47:41.464] collectAutoImports: response is complete +Info 437 [10:47:41.464] collectAutoImports: 21.193071007728577 +Info 438 [10:47:41.464] getCompletionData: Semantic work: 21.808872997760773 +Info 439 [10:47:41.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.04042799770832 +Info 440 [10:47:41.479] Format host information updated +Info 441 [10:47:42.238] Format host information updated +Info 442 [10:47:42.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 443 [10:47:42.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 7.347360000014305ms +Info 444 [10:47:42.246] Different program with same set of files +Info 445 [10:47:43.927] Format host information updated +Info 446 [10:47:43.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 447 [10:47:43.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 7.486355006694794ms +Info 448 [10:47:43.935] Different program with same set of files +Info 449 [10:47:45.946] Format host information updated +Info 450 [10:47:45.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 451 [10:47:45.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.951912000775337ms +Info 452 [10:47:45.953] Different program with same set of files +Info 453 [10:47:46.463] Format host information updated +Info 454 [10:47:46.463] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 455 [10:47:46.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 9.467924997210503ms +Info 456 [10:47:46.472] Different program with same set of files +Info 457 [10:47:47.512] Format host information updated +Info 458 [10:47:47.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 459 [10:47:47.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 7.241575002670288ms +Info 460 [10:47:47.520] Different program with same set of files +Info 461 [10:47:51.130] Format host information updated +Info 462 [10:47:51.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 463 [10:47:51.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 9.533609002828598ms +Info 464 [10:47:51.140] Different program with same set of files +Info 465 [10:47:54.043] Format host information updated +Info 466 [10:47:54.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 467 [10:47:54.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 6.964060992002487ms +Info 468 [10:47:54.050] Different program with same set of files +Info 469 [10:47:56.520] Format host information updated +Info 470 [10:47:56.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 471 [10:47:56.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 6.9587890058755875ms +Info 472 [10:47:56.527] Different program with same set of files +Info 473 [10:47:59.028] Format host information updated +Info 474 [10:47:59.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 475 [10:47:59.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 9.314814999699593ms +Info 476 [10:47:59.038] Different program with same set of files +Info 477 [10:48:01.115] Format host information updated +Info 478 [10:48:01.115] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 479 [10:48:01.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 7.038626000285149ms +Info 480 [10:48:01.122] Different program with same set of files +Info 481 [10:48:03.685] Format host information updated +Info 482 [10:48:03.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 483 [10:48:03.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 10.125143989920616ms +Info 484 [10:48:03.696] Different program with same set of files +Info 485 [10:48:09.717] getCompletionData: Get current token: 0.006389990448951721 +Info 486 [10:48:09.717] getCompletionData: Is inside comment: 0.010535001754760742 +Info 487 [10:48:09.717] getCompletionData: Get previous token: 0.007465004920959473 +Info 488 [10:48:09.717] getCompletionsAtPosition: isCompletionListBlocker: 0.0045859962701797485 +Info 489 [10:48:09.718] getExportInfoMap: cache hit +Info 490 [10:48:09.731] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 491 [10:48:09.732] collectAutoImports: response is complete +Info 492 [10:48:09.732] collectAutoImports: 13.504613995552063 +Info 493 [10:48:09.732] getCompletionData: Semantic work: 14.206958994269371 +Info 494 [10:48:09.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.321373999118805 +Info 495 [10:48:10.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 496 [10:48:10.308] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 7.216683000326157ms +Info 497 [10:48:10.308] Different program with same set of files +Info 498 [10:48:10.308] getCompletionData: Get current token: 0.008209004998207092 +Info 499 [10:48:10.308] getCompletionData: Is inside comment: 0.013634994626045227 +Info 500 [10:48:10.308] getCompletionData: Get previous token: 0.009353995323181152 +Info 501 [10:48:10.308] getCompletionsAtPosition: isCompletionListBlocker: 0.0027620047330856323 +Info 502 [10:48:10.309] getExportInfoMap: cache hit +Info 503 [10:48:10.322] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 504 [10:48:10.322] collectAutoImports: response is complete +Info 505 [10:48:10.322] collectAutoImports: 13.213083997368813 +Info 506 [10:48:10.322] getCompletionData: Semantic work: 13.800084009766579 +Info 507 [10:48:10.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4122550040483475 +Info 508 [10:48:10.332] Format host information updated +Info 509 [10:48:10.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 510 [10:48:10.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 6.956679999828339ms +Info 511 [10:48:10.662] Different program with same set of files +Info 512 [10:48:10.663] getCompletionData: Get current token: 0.00729900598526001 +Info 513 [10:48:10.663] getCompletionData: Is inside comment: 0.014029011130332947 +Info 514 [10:48:10.663] getCompletionData: Get previous token: 0.018133997917175293 +Info 515 [10:48:10.663] getCompletionsAtPosition: isCompletionListBlocker: 0.003022998571395874 +Info 516 [10:48:10.663] getExportInfoMap: cache hit +Info 517 [10:48:10.665] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 518 [10:48:10.665] collectAutoImports: response is complete +Info 519 [10:48:10.665] collectAutoImports: 1.7981539964675903 +Info 520 [10:48:10.665] getCompletionData: Semantic work: 2.406354993581772 +Info 521 [10:48:10.667] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8481829911470413 +Info 522 [10:48:10.669] Format host information updated +Info 523 [10:48:10.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 524 [10:48:10.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 8.055186003446579ms +Info 525 [10:48:10.859] Different program with same set of files +Info 526 [10:48:10.859] getCompletionData: Get current token: 0.009610012173652649 +Info 527 [10:48:10.859] getCompletionData: Is inside comment: 0.01579800248146057 +Info 528 [10:48:10.859] getCompletionData: Get previous token: 0.02090500295162201 +Info 529 [10:48:10.860] getCompletionsAtPosition: isCompletionListBlocker: 0.00304199755191803 +Info 530 [10:48:10.860] getExportInfoMap: cache hit +Info 531 [10:48:10.862] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 532 [10:48:10.862] collectAutoImports: response is complete +Info 533 [10:48:10.862] collectAutoImports: 2.1119939982891083 +Info 534 [10:48:10.862] getCompletionData: Semantic work: 2.885233998298645 +Info 535 [10:48:10.865] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.169724002480507 +Info 536 [10:48:10.866] Format host information updated +Info 537 [10:48:11.190] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 538 [10:48:11.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 9.058476999402046ms +Info 539 [10:48:11.199] Different program with same set of files +Info 540 [10:48:11.199] getCompletionData: Get current token: 0.010297000408172607 +Info 541 [10:48:11.199] getCompletionData: Is inside comment: 0.016296997666358948 +Info 542 [10:48:11.199] getCompletionData: Get previous token: 0.011941999197006226 +Info 543 [10:48:11.199] getCompletionsAtPosition: isCompletionListBlocker: 0.0020940005779266357 +Info 544 [10:48:11.200] getExportInfoMap: cache hit +Info 545 [10:48:11.212] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 546 [10:48:11.212] collectAutoImports: response is complete +Info 547 [10:48:11.212] collectAutoImports: 11.70220099389553 +Info 548 [10:48:11.212] getCompletionData: Semantic work: 12.388715997338295 +Info 549 [10:48:11.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.647146999835968 +Info 550 [10:48:11.225] Format host information updated +Info 551 [10:48:11.358] Format host information updated +Info 552 [10:48:11.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 553 [10:48:11.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 14.82549899816513ms +Info 554 [10:48:11.373] Different program with same set of files +Info 555 [10:48:11.827] getCompletionData: Get current token: 0.005591005086898804 +Info 556 [10:48:11.827] getCompletionData: Is inside comment: 0.013398006558418274 +Info 557 [10:48:11.827] getCompletionData: Get previous token: 0.019199997186660767 +Info 558 [10:48:11.827] getCompletionsAtPosition: isCompletionListBlocker: 0.002250000834465027 +Info 559 [10:48:11.828] getExportInfoMap: cache hit +Info 560 [10:48:11.831] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 561 [10:48:11.831] collectAutoImports: response is complete +Info 562 [10:48:11.831] collectAutoImports: 2.8923600018024445 +Info 563 [10:48:11.831] getCompletionData: Semantic work: 3.9546510130167007 +Info 564 [10:48:11.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6819580048322678 +Info 565 [10:48:12.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 566 [10:48:12.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 8.482713997364044ms +Info 567 [10:48:12.277] Different program with same set of files +Info 568 [10:48:12.277] getCompletionData: Get current token: 0.007012993097305298 +Info 569 [10:48:12.277] getCompletionData: Is inside comment: 0.01588200032711029 +Info 570 [10:48:12.278] getCompletionData: Get previous token: 0.010994002223014832 +Info 571 [10:48:12.278] getCompletionsAtPosition: isCompletionListBlocker: 0.00833699107170105 +Info 572 [10:48:12.278] getExportInfoMap: cache hit +Info 573 [10:48:12.292] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 574 [10:48:12.292] collectAutoImports: response is complete +Info 575 [10:48:12.292] collectAutoImports: 14.192189991474152 +Info 576 [10:48:12.292] getCompletionData: Semantic work: 14.837760001420975 +Info 577 [10:48:12.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.44063401222229 +Info 578 [10:48:12.303] Format host information updated +Info 579 [10:48:18.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 580 [10:48:18.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 7.103656008839607ms +Info 581 [10:48:18.679] Different program with same set of files +Info 582 [10:48:18.679] getCompletionData: Get current token: 0.0071309953927993774 +Info 583 [10:48:18.679] getCompletionData: Is inside comment: 0.012755006551742554 +Info 584 [10:48:18.679] getCompletionData: Get previous token: 0.009045004844665527 +Info 585 [10:48:18.679] getCompletionsAtPosition: isCompletionListBlocker: 0.0021889954805374146 +Info 586 [10:48:18.680] getExportInfoMap: cache hit +Info 587 [10:48:18.692] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 588 [10:48:18.692] collectAutoImports: response is complete +Info 589 [10:48:18.692] collectAutoImports: 12.266998007893562 +Info 590 [10:48:18.692] getCompletionData: Semantic work: 12.765747994184494 +Info 591 [10:48:18.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.92679300904274 +Info 592 [10:48:18.701] Format host information updated +Info 593 [10:48:19.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 594 [10:48:19.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 7.901210993528366ms +Info 595 [10:48:19.280] Different program with same set of files +Info 596 [10:48:19.280] getCompletionData: Get current token: 0.009128004312515259 +Info 597 [10:48:19.280] getCompletionData: Is inside comment: 0.015572994947433472 +Info 598 [10:48:19.280] getCompletionData: Get previous token: 0.03454500436782837 +Info 599 [10:48:19.280] getCompletionsAtPosition: isCompletionListBlocker: 0.0055119991302490234 +Info 600 [10:48:19.281] getExportInfoMap: cache hit +Info 601 [10:48:19.283] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 602 [10:48:19.283] collectAutoImports: response is complete +Info 603 [10:48:19.283] collectAutoImports: 1.8493880033493042 +Info 604 [10:48:19.283] getCompletionData: Semantic work: 2.411843001842499 +Info 605 [10:48:19.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.972121000289917 +Info 606 [10:48:19.287] Format host information updated +Info 607 [10:48:19.494] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 608 [10:48:19.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 7.469312995672226ms +Info 609 [10:48:19.502] Different program with same set of files +Info 610 [10:48:19.502] getCompletionData: Get current token: 0.006068006157875061 +Info 611 [10:48:19.502] getCompletionData: Is inside comment: 0.012163996696472168 +Info 612 [10:48:19.502] getCompletionData: Get previous token: 0.015026003122329712 +Info 613 [10:48:19.502] getCompletionsAtPosition: isCompletionListBlocker: 0.004592999815940857 +Info 614 [10:48:19.503] getExportInfoMap: cache hit +Info 615 [10:48:19.504] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 616 [10:48:19.504] collectAutoImports: response is complete +Info 617 [10:48:19.504] collectAutoImports: 1.5228680074214935 +Info 618 [10:48:19.504] getCompletionData: Semantic work: 1.9676370024681091 +Info 619 [10:48:19.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.570714995265007 +Info 620 [10:48:19.506] Format host information updated +Info 621 [10:48:19.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 622 [10:48:19.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 9.012187004089355ms +Info 623 [10:48:19.800] Different program with same set of files +Info 624 [10:48:19.800] getCompletionData: Get current token: 0.009851992130279541 +Info 625 [10:48:19.800] getCompletionData: Is inside comment: 0.015057995915412903 +Info 626 [10:48:19.800] getCompletionData: Get previous token: 0.011321991682052612 +Info 627 [10:48:19.800] getCompletionsAtPosition: isCompletionListBlocker: 0.0022370070219039917 +Info 628 [10:48:19.801] getExportInfoMap: cache hit +Info 629 [10:48:19.812] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 630 [10:48:19.812] collectAutoImports: response is complete +Info 631 [10:48:19.812] collectAutoImports: 11.106904998421669 +Info 632 [10:48:19.812] getCompletionData: Semantic work: 11.700257003307343 +Info 633 [10:48:19.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.246460005640984 +Info 634 [10:48:19.823] Format host information updated +Info 635 [10:48:19.955] Format host information updated +Info 636 [10:48:19.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 637 [10:48:19.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 7.265083000063896ms +Info 638 [10:48:19.963] Different program with same set of files +Info 639 [10:48:20.487] getCompletionData: Get current token: 0.006714999675750732 +Info 640 [10:48:20.487] getCompletionData: Is inside comment: 0.013878002762794495 +Info 641 [10:48:20.487] getCompletionData: Get previous token: 0.02163800597190857 +Info 642 [10:48:20.487] getCompletionsAtPosition: isCompletionListBlocker: 0.0024809986352920532 +Info 643 [10:48:20.488] getExportInfoMap: cache hit +Info 644 [10:48:20.490] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 645 [10:48:20.490] collectAutoImports: response is complete +Info 646 [10:48:20.490] collectAutoImports: 1.9347109943628311 +Info 647 [10:48:20.490] getCompletionData: Semantic work: 2.7232810109853745 +Info 648 [10:48:20.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9395779967308044 +Info 649 [10:48:20.764] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 650 [10:48:20.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 8.643096998333931ms +Info 651 [10:48:20.772] Different program with same set of files +Info 652 [10:48:20.773] getCompletionData: Get current token: 0.006933003664016724 +Info 653 [10:48:20.773] getCompletionData: Is inside comment: 0.01361200213432312 +Info 654 [10:48:20.773] getCompletionData: Get previous token: 0.00981999933719635 +Info 655 [10:48:20.773] getCompletionsAtPosition: isCompletionListBlocker: 0.007205009460449219 +Info 656 [10:48:20.773] getExportInfoMap: cache hit +Info 657 [10:48:20.784] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 658 [10:48:20.784] collectAutoImports: response is complete +Info 659 [10:48:20.784] collectAutoImports: 10.410270005464554 +Info 660 [10:48:20.784] getCompletionData: Semantic work: 10.898334011435509 +Info 661 [10:48:20.789] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.902668997645378 +Info 662 [10:48:20.794] Format host information updated +Info 663 [10:48:25.052] Format host information updated +Info 664 [10:48:25.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 665 [10:48:25.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 6.728382006287575ms +Info 666 [10:48:25.059] Different program with same set of files +Info 667 [10:48:25.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 668 [10:48:25.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 17.77487699687481ms +Info 669 [10:48:25.299] Different program with same set of files +Info 670 [10:48:25.300] getCompletionData: Get current token: 0.012437999248504639 +Info 671 [10:48:25.300] getCompletionData: Is inside comment: 0.026048004627227783 +Info 672 [10:48:25.300] getCompletionData: Get previous token: 0.03502799570560455 +Info 673 [10:48:25.300] getCompletionsAtPosition: isCompletionListBlocker: 0.014504000544548035 +Info 674 [10:48:25.301] getExportInfoMap: cache hit +Info 675 [10:48:25.310] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 676 [10:48:25.310] collectAutoImports: response is complete +Info 677 [10:48:25.310] collectAutoImports: 9.653336003422737 +Info 678 [10:48:25.310] getCompletionData: Semantic work: 10.654216006398201 +Info 679 [10:48:25.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2316260039806366 +Info 680 [10:48:25.316] Format host information updated +Info 681 [10:48:25.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 682 [10:48:25.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 7.462145000696182ms +Info 683 [10:48:25.434] Different program with same set of files +Info 684 [10:48:25.434] getCompletionData: Get current token: 0.006291002035140991 +Info 685 [10:48:25.434] getCompletionData: Is inside comment: 0.012787997722625732 +Info 686 [10:48:25.434] getCompletionData: Get previous token: 0.016801998019218445 +Info 687 [10:48:25.434] getCompletionsAtPosition: isCompletionListBlocker: 0.008635997772216797 +Info 688 [10:48:25.435] getExportInfoMap: cache hit +Info 689 [10:48:25.439] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 690 [10:48:25.439] collectAutoImports: response is complete +Info 691 [10:48:25.439] collectAutoImports: 4.155285999178886 +Info 692 [10:48:25.439] getCompletionData: Semantic work: 4.713614001870155 +Info 693 [10:48:25.443] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.513456001877785 +Info 694 [10:48:25.445] Format host information updated +Info 695 [10:48:25.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 696 [10:48:25.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 9.54696398973465ms +Info 697 [10:48:25.505] Different program with same set of files +Info 698 [10:48:25.505] getCompletionData: Get current token: 0.004473000764846802 +Info 699 [10:48:25.505] getCompletionData: Is inside comment: 0.010063007473945618 +Info 700 [10:48:25.506] getCompletionData: Get previous token: 0.012873008847236633 +Info 701 [10:48:25.506] getCompletionsAtPosition: isCompletionListBlocker: 0.007407009601593018 +Info 702 [10:48:25.506] getExportInfoMap: cache hit +Info 703 [10:48:25.510] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 97 from cache +Info 704 [10:48:25.510] collectAutoImports: response is complete +Info 705 [10:48:25.510] collectAutoImports: 4.186477988958359 +Info 706 [10:48:25.510] getCompletionData: Semantic work: 4.904275000095367 +Info 707 [10:48:25.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3023200035095215 +Info 708 [10:48:25.514] Format host information updated +Info 709 [10:48:25.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 710 [10:48:25.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 7.9136169999837875ms +Info 711 [10:48:25.664] Different program with same set of files +Info 712 [10:48:25.664] getCompletionData: Get current token: 0.006108999252319336 +Info 713 [10:48:25.664] getCompletionData: Is inside comment: 0.012643992900848389 +Info 714 [10:48:25.664] getCompletionData: Get previous token: 0.01632799208164215 +Info 715 [10:48:25.664] getCompletionsAtPosition: isCompletionListBlocker: 0.007979989051818848 +Info 716 [10:48:25.665] getExportInfoMap: cache hit +Info 717 [10:48:25.669] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 28 from cache +Info 718 [10:48:25.669] collectAutoImports: response is complete +Info 719 [10:48:25.669] collectAutoImports: 4.306178003549576 +Info 720 [10:48:25.669] getCompletionData: Semantic work: 4.943905010819435 +Info 721 [10:48:25.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.434797003865242 +Info 722 [10:48:25.673] Format host information updated +Info 723 [10:48:25.776] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 724 [10:48:25.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 28.98056499660015ms +Info 725 [10:48:25.805] Different program with same set of files +Info 726 [10:48:25.805] getCompletionData: Get current token: 0.017489001154899597 +Info 727 [10:48:25.805] getCompletionData: Is inside comment: 0.0380140095949173 +Info 728 [10:48:25.806] getCompletionData: Get previous token: 0.04832799732685089 +Info 729 [10:48:25.806] getCompletionsAtPosition: isCompletionListBlocker: 0.0196169912815094 +Info 730 [10:48:25.807] getExportInfoMap: cache hit +Info 731 [10:48:25.813] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 13 from cache +Info 732 [10:48:25.813] collectAutoImports: response is complete +Info 733 [10:48:25.813] collectAutoImports: 5.800200998783112 +Info 734 [10:48:25.813] getCompletionData: Semantic work: 7.325441002845764 +Info 735 [10:48:25.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8061629980802536 +Info 736 [10:48:25.819] Format host information updated +Info 737 [10:48:25.908] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 738 [10:48:25.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 31.06164300441742ms +Info 739 [10:48:25.940] Different program with same set of files +Info 740 [10:48:25.940] getCompletionData: Get current token: 0.012417003512382507 +Info 741 [10:48:25.940] getCompletionData: Is inside comment: 0.027869001030921936 +Info 742 [10:48:25.940] getCompletionData: Get previous token: 0.03659699857234955 +Info 743 [10:48:25.940] getCompletionsAtPosition: isCompletionListBlocker: 0.015689000487327576 +Info 744 [10:48:25.941] getExportInfoMap: cache hit +Info 745 [10:48:25.945] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 746 [10:48:25.946] collectAutoImports: response is complete +Info 747 [10:48:25.946] collectAutoImports: 4.264854997396469 +Info 748 [10:48:25.946] getCompletionData: Semantic work: 5.40616600215435 +Info 749 [10:48:25.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.601640999317169 +Info 750 [10:48:25.951] Format host information updated +Info 751 [10:48:26.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 752 [10:48:26.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 34.98291699588299ms +Info 753 [10:48:26.122] Different program with same set of files +Info 754 [10:48:26.122] getCompletionData: Get current token: 0.01922200620174408 +Info 755 [10:48:26.122] getCompletionData: Is inside comment: 0.04832400381565094 +Info 756 [10:48:26.122] getCompletionData: Get previous token: 0.03614500164985657 +Info 757 [10:48:26.123] getCompletionsAtPosition: isCompletionListBlocker: 0.24005399644374847 +Info 758 [10:48:26.124] getExportInfoMap: cache hit +Info 759 [10:48:26.143] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 760 [10:48:26.144] collectAutoImports: response is complete +Info 761 [10:48:26.144] collectAutoImports: 19.404946997761726 +Info 762 [10:48:26.144] getCompletionData: Semantic work: 20.83637399971485 +Info 763 [10:48:26.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.767502993345261 +Info 764 [10:48:26.152] Format host information updated +Info 765 [10:48:26.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 766 [10:48:26.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 14.590304002165794ms +Info 767 [10:48:26.330] Different program with same set of files +Info 768 [10:48:26.331] getCompletionData: Get current token: 0.008478999137878418 +Info 769 [10:48:26.331] getCompletionData: Is inside comment: 0.022169992327690125 +Info 770 [10:48:26.331] getCompletionData: Get previous token: 0.030938997864723206 +Info 771 [10:48:26.331] getCompletionsAtPosition: isCompletionListBlocker: 0.010940000414848328 +Info 772 [10:48:26.332] getExportInfoMap: cache hit +Info 773 [10:48:26.336] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 774 [10:48:26.336] collectAutoImports: response is complete +Info 775 [10:48:26.336] collectAutoImports: 4.030321002006531 +Info 776 [10:48:26.336] getCompletionData: Semantic work: 4.865197986364365 +Info 777 [10:48:26.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.465484991669655 +Info 778 [10:48:26.339] Format host information updated +Info 779 [10:48:26.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 780 [10:48:26.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 7.896131992340088ms +Info 781 [10:48:26.403] Different program with same set of files +Info 782 [10:48:26.403] getCompletionData: Get current token: 0.005057990550994873 +Info 783 [10:48:26.403] getCompletionData: Is inside comment: 0.013176992535591125 +Info 784 [10:48:26.403] getCompletionData: Get previous token: 0.024848997592926025 +Info 785 [10:48:26.403] getCompletionsAtPosition: isCompletionListBlocker: 0.0036949962377548218 +Info 786 [10:48:26.403] getExportInfoMap: cache hit +Info 787 [10:48:26.405] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 788 [10:48:26.405] collectAutoImports: response is complete +Info 789 [10:48:26.405] collectAutoImports: 1.9757159948349 +Info 790 [10:48:26.405] getCompletionData: Semantic work: 2.5053489953279495 +Info 791 [10:48:26.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.72121000289917 +Info 792 [10:48:26.409] Format host information updated +Info 793 [10:48:26.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 794 [10:48:26.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 27.07558099925518ms +Info 795 [10:48:26.570] Different program with same set of files +Info 796 [10:48:26.571] getCompletionData: Get current token: 0.025882989168167114 +Info 797 [10:48:26.571] getCompletionData: Is inside comment: 0.06059099733829498 +Info 798 [10:48:26.571] getCompletionData: Get previous token: 0.08515200018882751 +Info 799 [10:48:26.571] getCompletionsAtPosition: isCompletionListBlocker: 0.01016700267791748 +Info 800 [10:48:26.573] getExportInfoMap: cache hit +Info 801 [10:48:26.597] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 802 [10:48:26.597] collectAutoImports: response is complete +Info 803 [10:48:26.597] collectAutoImports: 23.668777987360954 +Info 804 [10:48:26.597] getCompletionData: Semantic work: 25.685682997107506 +Info 805 [10:48:26.603] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.848373994231224 +Info 806 [10:48:26.607] Format host information updated +Info 807 [10:48:26.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 808 [10:48:26.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 27.325222000479698ms +Info 809 [10:48:26.740] Different program with same set of files +Info 810 [10:48:26.741] getCompletionData: Get current token: 0.023754000663757324 +Info 811 [10:48:26.741] getCompletionData: Is inside comment: 0.05508299171924591 +Info 812 [10:48:26.741] getCompletionData: Get previous token: 0.037121012806892395 +Info 813 [10:48:26.741] getCompletionsAtPosition: isCompletionListBlocker: 0.035071998834609985 +Info 814 [10:48:26.743] getExportInfoMap: cache hit +Info 815 [10:48:26.765] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 816 [10:48:26.766] collectAutoImports: response is complete +Info 817 [10:48:26.766] collectAutoImports: 22.576049998402596 +Info 818 [10:48:26.766] getCompletionData: Semantic work: 24.13215398788452 +Info 819 [10:48:26.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.669427990913391 +Info 820 [10:48:26.775] Format host information updated +Info 821 [10:48:29.206] getCompletionData: Get current token: 0.0038340091705322266 +Info 822 [10:48:29.206] getCompletionData: Is inside comment: 0.009857997298240662 +Info 823 [10:48:29.206] getCompletionData: Get previous token: 0.012282997369766235 +Info 824 [10:48:29.206] getCompletionsAtPosition: isCompletionListBlocker: 0.0041519999504089355 +Info 825 [10:48:29.206] Returning an empty list because completion was requested in an invalid position. +Info 826 [10:48:29.345] Format host information updated +Info 827 [10:48:29.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 828 [10:48:29.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 8.780528008937836ms +Info 829 [10:48:29.354] Different program with same set of files +Info 830 [10:48:29.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 831 [10:48:29.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 17.8643079996109ms +Info 832 [10:48:29.453] Different program with same set of files +Info 833 [10:48:29.453] getCompletionData: Get current token: 0.0030559897422790527 +Info 834 [10:48:29.453] getCompletionData: Is inside comment: 0.009704992175102234 +Info 835 [10:48:29.453] getCompletionData: Get previous token: 0.007072001695632935 +Info 836 [10:48:29.453] getCompletionsAtPosition: isCompletionListBlocker: 0.02453799545764923 +Info 837 [10:48:29.453] getExportInfoMap: cache hit +Info 838 [10:48:29.465] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 839 [10:48:29.465] collectAutoImports: response is complete +Info 840 [10:48:29.465] collectAutoImports: 11.38314300775528 +Info 841 [10:48:29.465] getCompletionData: Semantic work: 11.866005003452301 +Info 842 [10:48:29.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.04746700823307 +Info 843 [10:48:29.472] Format host information updated +Info 844 [10:48:29.923] Format host information updated +Info 845 [10:48:29.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 846 [10:48:29.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 7.848350003361702ms +Info 847 [10:48:29.932] Different program with same set of files +Info 848 [10:48:30.202] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 849 [10:48:30.210] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 8.265385001897812ms +Info 850 [10:48:30.210] Different program with same set of files +Info 851 [10:48:30.210] getCompletionData: Get current token: 0.0032830089330673218 +Info 852 [10:48:30.210] getCompletionData: Is inside comment: 0.009347990155220032 +Info 853 [10:48:30.210] getCompletionData: Get previous token: 0.01357799768447876 +Info 854 [10:48:30.210] getCompletionsAtPosition: isCompletionListBlocker: 0.007045000791549683 +Info 855 [10:48:30.211] getExportInfoMap: cache hit +Info 856 [10:48:30.220] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 857 [10:48:30.220] collectAutoImports: response is complete +Info 858 [10:48:30.220] collectAutoImports: 8.828363999724388 +Info 859 [10:48:30.220] getCompletionData: Semantic work: 9.62202399969101 +Info 860 [10:48:30.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8331499993801117 +Info 861 [10:48:30.223] Format host information updated +Info 862 [10:48:30.567] Format host information updated +Info 863 [10:48:30.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 864 [10:48:30.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 7.6850830018520355ms +Info 865 [10:48:30.575] Different program with same set of files +Info 866 [10:48:31.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 867 [10:48:31.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 10.426862001419067ms +Info 868 [10:48:31.061] Different program with same set of files +Info 869 [10:48:31.061] getCompletionData: Get current token: 0.014133989810943604 +Info 870 [10:48:31.061] getCompletionData: Is inside comment: 0.01028500497341156 +Info 871 [10:48:31.061] getCompletionData: Get previous token: 0.0147629976272583 +Info 872 [10:48:31.061] getCompletionsAtPosition: isCompletionListBlocker: 0.009424999356269836 +Info 873 [10:48:31.062] getExportInfoMap: cache hit +Info 874 [10:48:31.065] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 33 from cache +Info 875 [10:48:31.065] collectAutoImports: response is complete +Info 876 [10:48:31.065] collectAutoImports: 3.1544070094823837 +Info 877 [10:48:31.065] getCompletionData: Semantic work: 3.840705007314682 +Info 878 [10:48:31.066] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2873470038175583 +Info 879 [10:48:31.067] Format host information updated +Info 880 [10:48:31.258] Format host information updated +Info 881 [10:48:31.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 882 [10:48:31.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 7.297190010547638ms +Info 883 [10:48:31.266] Different program with same set of files +Info 884 [10:48:31.474] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 885 [10:48:31.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 7.510840997099876ms +Info 886 [10:48:31.482] Different program with same set of files +Info 887 [10:48:31.482] getCompletionData: Get current token: 0.0035299956798553467 +Info 888 [10:48:31.482] getCompletionData: Is inside comment: 0.010847002267837524 +Info 889 [10:48:31.482] getCompletionData: Get previous token: 0.007721990346908569 +Info 890 [10:48:31.482] getCompletionsAtPosition: isCompletionListBlocker: 0.01235198974609375 +Info 891 [10:48:31.483] getExportInfoMap: cache hit +Info 892 [10:48:31.497] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 893 [10:48:31.497] collectAutoImports: response is complete +Info 894 [10:48:31.497] collectAutoImports: 14.361553996801376 +Info 895 [10:48:31.497] getCompletionData: Semantic work: 14.90812699496746 +Info 896 [10:48:31.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.039366990327835 +Info 897 [10:48:31.505] Format host information updated +Info 898 [10:48:31.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 899 [10:48:31.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 11.811300992965698ms +Info 900 [10:48:31.730] Different program with same set of files +Info 901 [10:48:31.731] getCompletionData: Get current token: 0.01464700698852539 +Info 902 [10:48:31.731] getCompletionData: Is inside comment: 0.025859996676445007 +Info 903 [10:48:31.731] getCompletionData: Get previous token: 0.019651994109153748 +Info 904 [10:48:31.731] getCompletionsAtPosition: isCompletionListBlocker: 0.017924994230270386 +Info 905 [10:48:31.732] getExportInfoMap: cache hit +Info 906 [10:48:31.753] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 907 [10:48:31.753] collectAutoImports: response is complete +Info 908 [10:48:31.753] collectAutoImports: 21.109258994460106 +Info 909 [10:48:31.753] getCompletionData: Semantic work: 22.047489002346992 +Info 910 [10:48:31.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.109162002801895 +Info 911 [10:48:31.762] Format host information updated +Info 912 [10:48:31.837] Format host information updated +Info 913 [10:48:31.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 914 [10:48:31.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 16.114955991506577ms +Info 915 [10:48:31.853] Different program with same set of files +Info 916 [10:48:32.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 917 [10:48:32.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 8.82328100502491ms +Info 918 [10:48:32.053] Different program with same set of files +Info 919 [10:48:32.053] getCompletionData: Get current token: 0.0039559900760650635 +Info 920 [10:48:32.053] getCompletionData: Is inside comment: 0.01344500482082367 +Info 921 [10:48:32.053] getCompletionData: Get previous token: 0.034658998250961304 +Info 922 [10:48:32.053] getCompletionsAtPosition: isCompletionListBlocker: 0.009669005870819092 +Info 923 [10:48:32.054] getExportInfoMap: cache hit +Info 924 [10:48:32.058] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 33 from cache +Info 925 [10:48:32.058] collectAutoImports: response is complete +Info 926 [10:48:32.058] collectAutoImports: 3.520574986934662 +Info 927 [10:48:32.058] getCompletionData: Semantic work: 4.163859009742737 +Info 928 [10:48:32.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0428780019283295 +Info 929 [10:48:32.060] Format host information updated +Info 930 [10:48:32.300] Format host information updated +Info 931 [10:48:32.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 932 [10:48:32.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 10.274394005537033ms +Info 933 [10:48:32.311] Different program with same set of files +Info 934 [10:48:32.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 935 [10:48:32.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 7.5324269980192184ms +Info 936 [10:48:32.397] Different program with same set of files +Info 937 [10:48:32.397] getCompletionData: Get current token: 0.0070009976625442505 +Info 938 [10:48:32.397] getCompletionData: Is inside comment: 0.01935999095439911 +Info 939 [10:48:32.397] getCompletionData: Get previous token: 0.030723989009857178 +Info 940 [10:48:32.397] getCompletionsAtPosition: isCompletionListBlocker: 0.013357996940612793 +Info 941 [10:48:32.398] getExportInfoMap: cache hit +Info 942 [10:48:32.405] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 943 [10:48:32.405] collectAutoImports: response is complete +Info 944 [10:48:32.405] collectAutoImports: 6.2957970052957535 +Info 945 [10:48:32.405] getCompletionData: Semantic work: 7.247392997145653 +Info 946 [10:48:32.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6586409956216812 +Info 947 [10:48:32.409] Format host information updated +Info 948 [10:48:32.537] Format host information updated +Info 949 [10:48:32.538] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 950 [10:48:32.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 7.911153003573418ms +Info 951 [10:48:32.546] Different program with same set of files +Info 952 [10:48:32.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 953 [10:48:32.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 9.205614000558853ms +Info 954 [10:48:32.651] Different program with same set of files +Info 955 [10:48:32.651] getCompletionData: Get current token: 0.006243005394935608 +Info 956 [10:48:32.651] getCompletionData: Is inside comment: 0.016336992383003235 +Info 957 [10:48:32.651] getCompletionData: Get previous token: 0.01260499656200409 +Info 958 [10:48:32.651] getCompletionsAtPosition: isCompletionListBlocker: 0.010402992367744446 +Info 959 [10:48:32.652] getExportInfoMap: cache hit +Info 960 [10:48:32.666] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 961 [10:48:32.666] collectAutoImports: response is complete +Info 962 [10:48:32.666] collectAutoImports: 13.94081899523735 +Info 963 [10:48:32.666] getCompletionData: Semantic work: 14.742726996541023 +Info 964 [10:48:32.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6964569985866547 +Info 965 [10:48:32.673] Format host information updated +Info 966 [10:48:32.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 967 [10:48:32.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 6.901881009340286ms +Info 968 [10:48:32.859] Different program with same set of files +Info 969 [10:48:32.859] getCompletionData: Get current token: 0.006779998540878296 +Info 970 [10:48:32.859] getCompletionData: Is inside comment: 0.01223599910736084 +Info 971 [10:48:32.859] getCompletionData: Get previous token: 0.0087909996509552 +Info 972 [10:48:32.859] getCompletionsAtPosition: isCompletionListBlocker: 0.007773995399475098 +Info 973 [10:48:32.860] getExportInfoMap: cache hit +Info 974 [10:48:32.879] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 975 [10:48:32.879] collectAutoImports: response is complete +Info 976 [10:48:32.879] collectAutoImports: 19.20090401172638 +Info 977 [10:48:32.879] getCompletionData: Semantic work: 20.109814003109932 +Info 978 [10:48:32.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2914030104875565 +Info 979 [10:48:32.890] Format host information updated +Info 980 [10:48:32.951] Format host information updated +Info 981 [10:48:32.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 982 [10:48:32.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 6.820925995707512ms +Info 983 [10:48:32.959] Different program with same set of files +Info 984 [10:48:33.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 985 [10:48:33.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 10.064134001731873ms +Info 986 [10:48:33.320] Different program with same set of files +Info 987 [10:48:33.320] getCompletionData: Get current token: 0.004030004143714905 +Info 988 [10:48:33.320] getCompletionData: Is inside comment: 0.010066002607345581 +Info 989 [10:48:33.320] getCompletionData: Get previous token: 0.012879997491836548 +Info 990 [10:48:33.320] getCompletionsAtPosition: isCompletionListBlocker: 0.010793998837471008 +Info 991 [10:48:33.321] getExportInfoMap: cache hit +Info 992 [10:48:33.328] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 993 [10:48:33.328] collectAutoImports: response is complete +Info 994 [10:48:33.328] collectAutoImports: 7.2768279910087585 +Info 995 [10:48:33.328] getCompletionData: Semantic work: 7.954685002565384 +Info 996 [10:48:33.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6271120011806488 +Info 997 [10:48:33.331] Format host information updated +Info 998 [10:48:33.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 999 [10:48:33.553] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 8.135505005717278ms +Info 1000 [10:48:33.553] Different program with same set of files +Info 1001 [10:48:33.553] getCompletionData: Get current token: 0.003559991717338562 +Info 1002 [10:48:33.553] getCompletionData: Is inside comment: 0.016184002161026 +Info 1003 [10:48:33.553] getCompletionData: Get previous token: 0.007208004593849182 +Info 1004 [10:48:33.553] getCompletionsAtPosition: isCompletionListBlocker: 0.0026620030403137207 +Info 1005 [10:48:33.555] getCompletionData: Semantic work: 1.563155010342598 +Info 1006 [10:48:33.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.680984988808632 +Info 1007 [10:48:33.560] Format host information updated +Info 1008 [10:48:34.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1009 [10:48:34.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 8.004403993487358ms +Info 1010 [10:48:34.312] Different program with same set of files +Info 1011 [10:48:34.312] getCompletionData: Get current token: 0.003122001886367798 +Info 1012 [10:48:34.312] getCompletionData: Is inside comment: 0.008456006646156311 +Info 1013 [10:48:34.312] getCompletionData: Get previous token: 0.025640010833740234 +Info 1014 [10:48:34.312] getCompletionsAtPosition: isCompletionListBlocker: 0.00276300311088562 +Info 1015 [10:48:34.313] getCompletionData: Semantic work: 0.7608949989080429 +Info 1016 [10:48:34.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.78685100376606 +Info 1017 [10:48:34.316] Format host information updated +Info 1018 [10:48:34.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1019 [10:48:34.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 16.1688099950552ms +Info 1020 [10:48:34.396] Different program with same set of files +Info 1021 [10:48:34.396] getCompletionData: Get current token: 0.008089005947113037 +Info 1022 [10:48:34.396] getCompletionData: Is inside comment: 0.026405006647109985 +Info 1023 [10:48:34.396] getCompletionData: Get previous token: 0.034076988697052 +Info 1024 [10:48:34.396] getCompletionsAtPosition: isCompletionListBlocker: 0.004941999912261963 +Info 1025 [10:48:34.398] getCompletionData: Semantic work: 1.4974450021982193 +Info 1026 [10:48:34.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.336814001202583 +Info 1027 [10:48:34.408] Format host information updated +Info 1028 [10:48:34.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1029 [10:48:34.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 13.038277998566628ms +Info 1030 [10:48:34.455] Different program with same set of files +Info 1031 [10:48:34.455] getCompletionData: Get current token: 0.005227997899055481 +Info 1032 [10:48:34.455] getCompletionData: Is inside comment: 0.013636007905006409 +Info 1033 [10:48:34.455] getCompletionData: Get previous token: 0.0192050039768219 +Info 1034 [10:48:34.455] getCompletionsAtPosition: isCompletionListBlocker: 0.0031369924545288086 +Info 1035 [10:48:34.456] getCompletionData: Semantic work: 0.7943509966135025 +Info 1036 [10:48:34.459] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7551139891147614 +Info 1037 [10:48:34.459] Format host information updated +Info 1038 [10:48:35.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1039 [10:48:35.220] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 10.358510002493858ms +Info 1040 [10:48:35.220] Different program with same set of files +Info 1041 [10:48:35.220] getCompletionData: Get current token: 0.0054980069398880005 +Info 1042 [10:48:35.220] getCompletionData: Is inside comment: 0.014035001397132874 +Info 1043 [10:48:35.220] getCompletionData: Get previous token: 0.021366000175476074 +Info 1044 [10:48:35.220] getCompletionsAtPosition: isCompletionListBlocker: 0.0031919926404953003 +Info 1045 [10:48:35.221] getCompletionData: Semantic work: 0.8688939958810806 +Info 1046 [10:48:35.224] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6918300092220306 +Info 1047 [10:48:35.224] Format host information updated +Info 1048 [10:48:35.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1049 [10:48:35.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 8.57846499979496ms +Info 1050 [10:48:35.388] Different program with same set of files +Info 1051 [10:48:35.389] getCompletionData: Get current token: 0.004021003842353821 +Info 1052 [10:48:35.389] getCompletionData: Is inside comment: 0.010770007967948914 +Info 1053 [10:48:35.389] getCompletionData: Get previous token: 0.015168994665145874 +Info 1054 [10:48:35.389] getCompletionsAtPosition: isCompletionListBlocker: 0.0028679966926574707 +Info 1055 [10:48:35.389] getCompletionData: Semantic work: 0.6689819991588593 +Info 1056 [10:48:35.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.102721005678177 +Info 1057 [10:48:35.392] Format host information updated +Info 1058 [10:48:35.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1059 [10:48:35.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 10.459389001131058ms +Info 1060 [10:48:35.710] Different program with same set of files +Info 1061 [10:48:35.710] getCompletionData: Get current token: 0.0035720020532608032 +Info 1062 [10:48:35.710] getCompletionData: Is inside comment: 0.009856998920440674 +Info 1063 [10:48:35.710] getCompletionData: Get previous token: 0.013092994689941406 +Info 1064 [10:48:35.710] getCompletionsAtPosition: isCompletionListBlocker: 0.005956992506980896 +Info 1065 [10:48:35.711] getCompletionData: Semantic work: 0.6055039912462234 +Info 1066 [10:48:35.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9532299935817719 +Info 1067 [10:48:35.713] Format host information updated +Info 1068 [10:48:35.885] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1069 [10:48:35.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 7.139920994639397ms +Info 1070 [10:48:35.892] Different program with same set of files +Info 1071 [10:48:35.892] getCompletionData: Get current token: 0.004069000482559204 +Info 1072 [10:48:35.892] getCompletionData: Is inside comment: 0.012857005000114441 +Info 1073 [10:48:35.892] getCompletionData: Get previous token: 0.038325995206832886 +Info 1074 [10:48:35.892] getCompletionsAtPosition: isCompletionListBlocker: 0.006753996014595032 +Info 1075 [10:48:35.893] getCompletionData: Semantic work: 1.0010989904403687 +Info 1076 [10:48:35.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8272980004549026 +Info 1077 [10:48:35.903] Format host information updated +Info 1078 [10:48:36.054] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1079 [10:48:36.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 27.767556995153427ms +Info 1080 [10:48:36.082] Different program with same set of files +Info 1081 [10:48:36.082] getCompletionData: Get current token: 0.011521995067596436 +Info 1082 [10:48:36.082] getCompletionData: Is inside comment: 0.027901992201805115 +Info 1083 [10:48:36.082] getCompletionData: Get previous token: 0.04404899477958679 +Info 1084 [10:48:36.082] getCompletionsAtPosition: isCompletionListBlocker: 0.006215989589691162 +Info 1085 [10:48:36.084] getCompletionData: Semantic work: 1.6409070044755936 +Info 1086 [10:48:36.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.100575998425484 +Info 1087 [10:48:36.091] Format host information updated +Info 1088 [10:48:36.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1089 [10:48:36.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 9.993476003408432ms +Info 1090 [10:48:36.497] Different program with same set of files +Info 1091 [10:48:36.498] getCompletionData: Get current token: 0.006417989730834961 +Info 1092 [10:48:36.498] getCompletionData: Is inside comment: 0.014326989650726318 +Info 1093 [10:48:36.498] getCompletionData: Get previous token: 0.022374004125595093 +Info 1094 [10:48:36.498] getCompletionsAtPosition: isCompletionListBlocker: 0.002469003200531006 +Info 1095 [10:48:36.498] getCompletionData: Semantic work: 0.7394789904356003 +Info 1096 [10:48:36.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8932899981737137 +Info 1097 [10:48:36.501] Format host information updated +Info 1098 [10:48:36.586] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1099 [10:48:36.594] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 7.319678992033005ms +Info 1100 [10:48:36.594] Different program with same set of files +Info 1101 [10:48:36.594] getCompletionData: Get current token: 0.00403200089931488 +Info 1102 [10:48:36.594] getCompletionData: Is inside comment: 0.009880006313323975 +Info 1103 [10:48:36.594] getCompletionData: Get previous token: 0.014045000076293945 +Info 1104 [10:48:36.594] getCompletionsAtPosition: isCompletionListBlocker: 0.002303004264831543 +Info 1105 [10:48:36.595] getCompletionData: Semantic work: 0.6464020013809204 +Info 1106 [10:48:36.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0248889923095703 +Info 1107 [10:48:36.597] Format host information updated +Info 1108 [10:48:36.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1109 [10:48:36.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 9.834876999258995ms +Info 1110 [10:48:36.756] Different program with same set of files +Info 1111 [10:48:36.756] getCompletionData: Get current token: 0.003996014595031738 +Info 1112 [10:48:36.756] getCompletionData: Is inside comment: 0.00908900797367096 +Info 1113 [10:48:36.756] getCompletionData: Get previous token: 0.013166993856430054 +Info 1114 [10:48:36.756] getCompletionsAtPosition: isCompletionListBlocker: 0.0022730082273483276 +Info 1115 [10:48:36.756] getCompletionData: Semantic work: 0.6579520106315613 +Info 1116 [10:48:36.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8580580055713654 +Info 1117 [10:48:36.759] Format host information updated +Info 1118 [10:48:36.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1119 [10:48:36.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 20.853478997945786ms +Info 1120 [10:48:36.853] Different program with same set of files +Info 1121 [10:48:36.853] getCompletionData: Get current token: 0.00756700336933136 +Info 1122 [10:48:36.853] getCompletionData: Is inside comment: 0.01894199848175049 +Info 1123 [10:48:36.853] getCompletionData: Get previous token: 0.02983899414539337 +Info 1124 [10:48:36.853] getCompletionsAtPosition: isCompletionListBlocker: 0.003942996263504028 +Info 1125 [10:48:36.854] getCompletionData: Semantic work: 1.1177279949188232 +Info 1126 [10:48:36.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.291235998272896 +Info 1127 [10:48:36.858] Format host information updated +Info 1128 [10:48:36.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1129 [10:48:36.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 9.507908999919891ms +Info 1130 [10:48:36.940] Different program with same set of files +Info 1131 [10:48:36.940] getCompletionData: Get current token: 0.003532007336616516 +Info 1132 [10:48:36.940] getCompletionData: Is inside comment: 0.00778999924659729 +Info 1133 [10:48:36.940] getCompletionData: Get previous token: 0.011504992842674255 +Info 1134 [10:48:36.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0019479990005493164 +Info 1135 [10:48:36.940] getCompletionData: Semantic work: 0.5429359972476959 +Info 1136 [10:48:36.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6709199994802475 +Info 1137 [10:48:36.942] Format host information updated +Info 1138 [10:48:37.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1139 [10:48:37.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 7.9528409987688065ms +Info 1140 [10:48:37.124] Different program with same set of files +Info 1141 [10:48:37.124] getCompletionData: Get current token: 0.004650011658668518 +Info 1142 [10:48:37.124] getCompletionData: Is inside comment: 0.011371999979019165 +Info 1143 [10:48:37.124] getCompletionData: Get previous token: 0.016269996762275696 +Info 1144 [10:48:37.124] getCompletionsAtPosition: isCompletionListBlocker: 0.0027309954166412354 +Info 1145 [10:48:37.125] getCompletionData: Semantic work: 0.7322670072317123 +Info 1146 [10:48:37.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1200210005044937 +Info 1147 [10:48:37.128] Format host information updated +Info 1148 [10:48:37.655] Format host information updated +Info 1149 [10:48:37.655] Format host information updated +Info 1150 [10:48:37.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1151 [10:48:37.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 8.253633990883827ms +Info 1152 [10:48:37.664] Different program with same set of files +Info 1153 [10:48:37.664] getCompletionData: Get current token: 0.003380998969078064 +Info 1154 [10:48:37.664] getCompletionData: Is inside comment: 0.008989006280899048 +Info 1155 [10:48:37.664] getCompletionData: Get previous token: 0.005988001823425293 +Info 1156 [10:48:37.664] getCompletionsAtPosition: isCompletionListBlocker: 0.007384002208709717 +Info 1157 [10:48:37.664] getExportInfoMap: cache hit +Info 1158 [10:48:37.677] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1159 [10:48:37.677] collectAutoImports: response is complete +Info 1160 [10:48:37.677] collectAutoImports: 12.98667199909687 +Info 1161 [10:48:37.677] getCompletionData: Semantic work: 13.710389003157616 +Info 1162 [10:48:37.682] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.111254006624222 +Info 1163 [10:48:37.687] getCompletionData: Get current token: 0.014511004090309143 +Info 1164 [10:48:37.687] getCompletionData: Is inside comment: 0.005830004811286926 +Info 1165 [10:48:37.687] getCompletionData: Get previous token: 0.020403996109962463 +Info 1166 [10:48:37.687] getCompletionsAtPosition: isCompletionListBlocker: 0.002303004264831543 +Info 1167 [10:48:37.687] getCompletionData: Semantic work: 0.6889979988336563 +Info 1168 [10:48:37.702] getCompletionData: Get current token: 0.013016000390052795 +Info 1169 [10:48:37.702] getCompletionData: Is inside comment: 0.0051319897174835205 +Info 1170 [10:48:37.702] getCompletionData: Get previous token: 0.027888000011444092 +Info 1171 [10:48:37.702] getCompletionsAtPosition: isCompletionListBlocker: 0.0023369938135147095 +Info 1172 [10:48:37.703] getCompletionData: Semantic work: 0.3001900017261505 +Info 1173 [10:48:37.704] Format host information updated +Info 1174 [10:48:38.879] getCompletionData: Get current token: 0.003220990300178528 +Info 1175 [10:48:38.879] getCompletionData: Is inside comment: 0.016367003321647644 +Info 1176 [10:48:38.879] getCompletionData: Get previous token: 0.009467989206314087 +Info 1177 [10:48:38.879] getCompletionsAtPosition: isCompletionListBlocker: 0.03247000277042389 +Info 1178 [10:48:38.880] getExportInfoMap: cache hit +Info 1179 [10:48:38.890] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1180 [10:48:38.890] collectAutoImports: response is complete +Info 1181 [10:48:38.890] collectAutoImports: 10.14886799454689 +Info 1182 [10:48:38.890] getCompletionData: Semantic work: 10.98038500547409 +Info 1183 [10:48:38.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6599330008029938 +Info 1184 [10:48:40.732] getCompletionData: Get current token: 0.0068960040807724 +Info 1185 [10:48:40.732] getCompletionData: Is inside comment: 0.0018440037965774536 +Info 1186 [10:48:40.732] getCompletionData: Get previous token: 0.03781899809837341 +Info 1187 [10:48:40.732] getCompletionsAtPosition: isCompletionListBlocker: 0.00432199239730835 +Info 1188 [10:48:40.732] getExportInfoMap: cache hit +Info 1189 [10:48:40.741] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1190 [10:48:40.741] collectAutoImports: response is complete +Info 1191 [10:48:40.741] collectAutoImports: 8.567707002162933 +Info 1192 [10:48:40.741] getCompletionData: Semantic work: 9.193788006901741 +Info 1193 [10:48:40.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6836500018835068 +Info 1194 [10:48:41.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1195 [10:48:41.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 10.0555340051651ms +Info 1196 [10:48:41.550] Different program with same set of files +Info 1197 [10:48:41.550] getCompletionData: Get current token: 0.005860999226570129 +Info 1198 [10:48:41.550] getCompletionData: Is inside comment: 0.0015909969806671143 +Info 1199 [10:48:41.550] getCompletionData: Get previous token: 0.024457991123199463 +Info 1200 [10:48:41.550] getCompletionsAtPosition: isCompletionListBlocker: 0.003416001796722412 +Info 1201 [10:48:41.551] getExportInfoMap: cache hit +Info 1202 [10:48:41.557] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 33 from cache +Info 1203 [10:48:41.557] collectAutoImports: response is complete +Info 1204 [10:48:41.557] collectAutoImports: 6.496151000261307 +Info 1205 [10:48:41.557] getCompletionData: Semantic work: 7.207864001393318 +Info 1206 [10:48:41.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1756459921598434 +Info 1207 [10:48:41.560] Format host information updated +Info 1208 [10:48:43.967] getCompletionData: Get current token: 0.016797006130218506 +Info 1209 [10:48:43.967] getCompletionData: Is inside comment: 0.05346699059009552 +Info 1210 [10:48:43.967] getCompletionData: Get previous token: 0.07172299921512604 +Info 1211 [10:48:43.967] getCompletionsAtPosition: isCompletionListBlocker: 0.008706003427505493 +Info 1212 [10:48:43.969] getExportInfoMap: cache hit +Info 1213 [10:48:43.977] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1214 [10:48:43.977] collectAutoImports: response is complete +Info 1215 [10:48:43.977] collectAutoImports: 8.126987993717194 +Info 1216 [10:48:43.977] getCompletionData: Semantic work: 10.297766000032425 +Info 1217 [10:48:43.985] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.072531998157501 +Info 1218 [10:48:44.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1219 [10:48:44.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 7.785507008433342ms +Info 1220 [10:48:44.361] Different program with same set of files +Info 1221 [10:48:44.361] getCompletionData: Get current token: 0.00322800874710083 +Info 1222 [10:48:44.361] getCompletionData: Is inside comment: 0.010458990931510925 +Info 1223 [10:48:44.361] getCompletionData: Get previous token: 0.014069005846977234 +Info 1224 [10:48:44.361] getCompletionsAtPosition: isCompletionListBlocker: 0.002060994505882263 +Info 1225 [10:48:44.362] getExportInfoMap: cache hit +Info 1226 [10:48:44.363] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1227 [10:48:44.363] collectAutoImports: response is complete +Info 1228 [10:48:44.363] collectAutoImports: 1.677838996052742 +Info 1229 [10:48:44.363] getCompletionData: Semantic work: 2.2422080039978027 +Info 1230 [10:48:44.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7889830023050308 +Info 1231 [10:48:44.367] Format host information updated +Info 1232 [10:48:44.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1233 [10:48:44.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 8.426867991685867ms +Info 1234 [10:48:44.498] Different program with same set of files +Info 1235 [10:48:44.498] getCompletionData: Get current token: 0.003818005323410034 +Info 1236 [10:48:44.498] getCompletionData: Is inside comment: 0.013912007212638855 +Info 1237 [10:48:44.498] getCompletionData: Get previous token: 0.018570005893707275 +Info 1238 [10:48:44.498] getCompletionsAtPosition: isCompletionListBlocker: 0.002592995762825012 +Info 1239 [10:48:44.499] getExportInfoMap: cache hit +Info 1240 [10:48:44.501] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1241 [10:48:44.501] collectAutoImports: response is complete +Info 1242 [10:48:44.501] collectAutoImports: 1.9837719947099686 +Info 1243 [10:48:44.501] getCompletionData: Semantic work: 2.571373000741005 +Info 1244 [10:48:44.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.220896005630493 +Info 1245 [10:48:44.504] Format host information updated +Info 1246 [10:48:44.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1247 [10:48:44.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 8.260990992188454ms +Info 1248 [10:48:44.607] Different program with same set of files +Info 1249 [10:48:44.608] getCompletionData: Get current token: 0.004060998558998108 +Info 1250 [10:48:44.608] getCompletionData: Is inside comment: 0.013982996344566345 +Info 1251 [10:48:44.608] getCompletionData: Get previous token: 0.018573999404907227 +Info 1252 [10:48:44.608] getCompletionsAtPosition: isCompletionListBlocker: 0.002673998475074768 +Info 1253 [10:48:44.611] getExportInfoMap: cache hit +Info 1254 [10:48:44.613] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1255 [10:48:44.613] collectAutoImports: response is complete +Info 1256 [10:48:44.613] collectAutoImports: 2.0695379972457886 +Info 1257 [10:48:44.613] getCompletionData: Semantic work: 5.01698599755764 +Info 1258 [10:48:44.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0610920041799545 +Info 1259 [10:48:44.616] Format host information updated +Info 1260 [10:48:44.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1261 [10:48:44.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 8.098184987902641ms +Info 1262 [10:48:44.703] Different program with same set of files +Info 1263 [10:48:44.703] getCompletionData: Get current token: 0.0041659921407699585 +Info 1264 [10:48:44.703] getCompletionData: Is inside comment: 0.013966009020805359 +Info 1265 [10:48:44.703] getCompletionData: Get previous token: 0.018335998058319092 +Info 1266 [10:48:44.703] getCompletionsAtPosition: isCompletionListBlocker: 0.002608001232147217 +Info 1267 [10:48:44.704] getExportInfoMap: cache hit +Info 1268 [10:48:44.706] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1269 [10:48:44.706] collectAutoImports: response is complete +Info 1270 [10:48:44.706] collectAutoImports: 2.063069999217987 +Info 1271 [10:48:44.706] getCompletionData: Semantic work: 2.7349570095539093 +Info 1272 [10:48:44.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9724940061569214 +Info 1273 [10:48:44.710] Format host information updated +Info 1274 [10:48:44.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1275 [10:48:44.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 28.186525002121925ms +Info 1276 [10:48:44.859] Different program with same set of files +Info 1277 [10:48:44.860] getCompletionData: Get current token: 0.01839500665664673 +Info 1278 [10:48:44.860] getCompletionData: Is inside comment: 0.04004201292991638 +Info 1279 [10:48:44.860] getCompletionData: Get previous token: 0.055803000926971436 +Info 1280 [10:48:44.860] getCompletionsAtPosition: isCompletionListBlocker: 0.006336003541946411 +Info 1281 [10:48:44.862] getExportInfoMap: cache hit +Info 1282 [10:48:44.866] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1283 [10:48:44.866] collectAutoImports: response is complete +Info 1284 [10:48:44.866] collectAutoImports: 4.258181005716324 +Info 1285 [10:48:44.866] getCompletionData: Semantic work: 5.727282986044884 +Info 1286 [10:48:44.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.571636989712715 +Info 1287 [10:48:44.871] Format host information updated +Info 1288 [10:48:44.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1289 [10:48:44.900] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 7.799221009016037ms +Info 1290 [10:48:44.900] Different program with same set of files +Info 1291 [10:48:44.900] getCompletionData: Get current token: 0.003977000713348389 +Info 1292 [10:48:44.900] getCompletionData: Is inside comment: 0.012193992733955383 +Info 1293 [10:48:44.900] getCompletionData: Get previous token: 0.01696200668811798 +Info 1294 [10:48:44.900] getCompletionsAtPosition: isCompletionListBlocker: 0.0028680115938186646 +Info 1295 [10:48:44.901] getExportInfoMap: cache hit +Info 1296 [10:48:44.905] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1297 [10:48:44.905] collectAutoImports: response is complete +Info 1298 [10:48:44.905] collectAutoImports: 3.861182004213333 +Info 1299 [10:48:44.905] getCompletionData: Semantic work: 4.456106007099152 +Info 1300 [10:48:44.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9980769902467728 +Info 1301 [10:48:44.908] Format host information updated +Info 1302 [10:48:45.955] Format host information updated +Info 1303 [10:48:45.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1304 [10:48:45.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 12.835041001439095ms +Info 1305 [10:48:45.968] Different program with same set of files +Info 1306 [10:48:46.642] Format host information updated +Info 1307 [10:48:46.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1308 [10:48:46.660] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 17.538858011364937ms +Info 1309 [10:48:46.660] Different program with same set of files +Info 1310 [10:48:48.823] getCompletionData: Get current token: 0.021563008427619934 +Info 1311 [10:48:48.823] getCompletionData: Is inside comment: 0.028794005513191223 +Info 1312 [10:48:48.823] getCompletionData: Get previous token: 0.01951700448989868 +Info 1313 [10:48:48.823] getCompletionsAtPosition: isCompletionListBlocker: 0.002133995294570923 +Info 1314 [10:48:48.824] getExportInfoMap: cache hit +Info 1315 [10:48:48.827] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1316 [10:48:48.827] collectAutoImports: response is complete +Info 1317 [10:48:48.827] collectAutoImports: 3.4196550101041794 +Info 1318 [10:48:48.827] getCompletionData: Semantic work: 4.284617990255356 +Info 1319 [10:48:48.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.86387100815773 +Info 1320 [10:48:49.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1321 [10:48:49.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 13.532135993242264ms +Info 1322 [10:48:49.130] Different program with same set of files +Info 1323 [10:48:49.130] getCompletionData: Get current token: 0.007256001234054565 +Info 1324 [10:48:49.130] getCompletionData: Is inside comment: 0.013517990708351135 +Info 1325 [10:48:49.130] getCompletionData: Get previous token: 0.029194995760917664 +Info 1326 [10:48:49.130] getCompletionsAtPosition: isCompletionListBlocker: 0.002446994185447693 +Info 1327 [10:48:49.131] getExportInfoMap: cache hit +Info 1328 [10:48:49.132] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1329 [10:48:49.132] collectAutoImports: response is complete +Info 1330 [10:48:49.132] collectAutoImports: 1.8979699909687042 +Info 1331 [10:48:49.132] getCompletionData: Semantic work: 2.482823997735977 +Info 1332 [10:48:49.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.775942012667656 +Info 1333 [10:48:49.137] Format host information updated +Info 1334 [10:48:50.083] Format host information updated +Info 1335 [10:48:50.097] forEachExternalModuleToImportFrom autoImportProvider: 1.5675159990787506 +Info 1336 [10:48:51.357] Format host information updated +Info 1337 [10:48:51.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1338 [10:48:51.377] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: true structureIsReused:: SafeModules Elapsed: 18.89690199494362ms +Info 1339 [10:48:51.377] Different program with same set of files +Info 1340 [10:48:53.642] getCompletionData: Get current token: 0.003380000591278076 +Info 1341 [10:48:53.642] getCompletionData: Is inside comment: 0.008704990148544312 +Info 1342 [10:48:53.642] getCompletionData: Get previous token: 0.005580008029937744 +Info 1343 [10:48:53.642] getCompletionsAtPosition: isCompletionListBlocker: 0.009229004383087158 +Info 1344 [10:48:53.643] getExportInfoMap: cache hit +Info 1345 [10:48:53.663] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1346 [10:48:53.663] collectAutoImports: response is complete +Info 1347 [10:48:53.663] collectAutoImports: 19.757284000515938 +Info 1348 [10:48:53.663] getCompletionData: Semantic work: 20.562015995383263 +Info 1349 [10:48:53.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.94123899936676 +Info 1350 [10:48:54.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1351 [10:48:54.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 11.02818500995636ms +Info 1352 [10:48:54.038] Different program with same set of files +Info 1353 [10:48:54.038] getCompletionData: Get current token: 0.003380000591278076 +Info 1354 [10:48:54.038] getCompletionData: Is inside comment: 0.006797000765800476 +Info 1355 [10:48:54.038] getCompletionData: Get previous token: 0.014974996447563171 +Info 1356 [10:48:54.038] getCompletionsAtPosition: isCompletionListBlocker: 0.006643995642662048 +Info 1357 [10:48:54.039] getExportInfoMap: cache hit +Info 1358 [10:48:54.042] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 92 from cache +Info 1359 [10:48:54.042] collectAutoImports: response is complete +Info 1360 [10:48:54.042] collectAutoImports: 2.835316002368927 +Info 1361 [10:48:54.042] getCompletionData: Semantic work: 3.4748589992523193 +Info 1362 [10:48:54.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4641329944133759 +Info 1363 [10:48:54.044] Format host information updated +Info 1364 [10:48:55.169] Format host information updated +Info 1365 [10:48:55.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1366 [10:48:55.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 9.532496005296707ms +Info 1367 [10:48:55.179] Different program with same set of files +Info 1368 [10:56:45.769] getCompletionData: Get current token: 0.0036379992961883545 +Info 1369 [10:56:45.769] getCompletionData: Is inside comment: 0.008110001683235168 +Info 1370 [10:56:45.769] getCompletionData: Get previous token: 0.00899900496006012 +Info 1371 [10:56:45.769] getCompletionsAtPosition: isCompletionListBlocker: 0.0018820017576217651 +Info 1372 [10:56:45.769] Returning an empty list because completion was requested in an invalid position. +Info 1373 [10:56:45.972] Format host information updated +Info 1374 [10:56:45.972] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1375 [10:56:45.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 8.364306002855301ms +Info 1376 [10:56:45.981] Different program with same set of files +Info 1377 [10:56:46.059] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1378 [10:56:46.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 7.578274995088577ms +Info 1379 [10:56:46.067] Different program with same set of files +Info 1380 [10:56:46.067] getCompletionData: Get current token: 0.0036599934101104736 +Info 1381 [10:56:46.067] getCompletionData: Is inside comment: 0.009203001856803894 +Info 1382 [10:56:46.067] getCompletionData: Get previous token: 0.005889996886253357 +Info 1383 [10:56:46.067] getCompletionsAtPosition: isCompletionListBlocker: 0.0073090046644210815 +Info 1384 [10:56:46.067] getExportInfoMap: cache hit +Info 1385 [10:56:46.089] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1386 [10:56:46.089] collectAutoImports: response is complete +Info 1387 [10:56:46.090] collectAutoImports: 22.134865000844 +Info 1388 [10:56:46.090] getCompletionData: Semantic work: 22.746916994452477 +Info 1389 [10:56:46.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.068939000368118 +Info 1390 [10:56:46.100] Format host information updated +Info 1391 [10:56:46.173] Format host information updated +Info 1392 [10:56:46.174] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1393 [10:56:46.197] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 22.82761400938034ms +Info 1394 [10:56:46.197] Different program with same set of files +Info 1395 [10:56:46.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1396 [10:56:46.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 10.439920991659164ms +Info 1397 [10:56:46.626] Different program with same set of files +Info 1398 [10:56:46.626] getCompletionData: Get current token: 0.003894999623298645 +Info 1399 [10:56:46.626] getCompletionData: Is inside comment: 0.007177993655204773 +Info 1400 [10:56:46.626] getCompletionData: Get previous token: 0.012383997440338135 +Info 1401 [10:56:46.626] getCompletionsAtPosition: isCompletionListBlocker: 0.007874995470046997 +Info 1402 [10:56:46.627] getExportInfoMap: cache hit +Info 1403 [10:56:46.634] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 1404 [10:56:46.634] collectAutoImports: response is complete +Info 1405 [10:56:46.634] collectAutoImports: 6.993531987071037 +Info 1406 [10:56:46.634] getCompletionData: Semantic work: 7.643279001116753 +Info 1407 [10:56:46.636] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9888350069522858 +Info 1408 [10:56:46.637] Format host information updated +Info 1409 [10:56:47.405] getCompletionData: Get current token: 0.0057930052280426025 +Info 1410 [10:56:47.405] getCompletionData: Is inside comment: 0.011163994669914246 +Info 1411 [10:56:47.405] getCompletionData: Get previous token: 0.013768002390861511 +Info 1412 [10:56:47.405] getCompletionsAtPosition: isCompletionListBlocker: 0.008034005761146545 +Info 1413 [10:56:47.406] getExportInfoMap: cache hit +Info 1414 [10:56:47.410] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 1415 [10:56:47.410] collectAutoImports: response is complete +Info 1416 [10:56:47.410] collectAutoImports: 4.208402991294861 +Info 1417 [10:56:47.410] getCompletionData: Semantic work: 4.977816998958588 +Info 1418 [10:56:47.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8833439946174622 +Info 1419 [10:56:47.626] Format host information updated +Info 1420 [10:56:47.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1421 [10:56:47.638] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 11.014449998736382ms +Info 1422 [10:56:47.638] Different program with same set of files +Info 1423 [10:56:47.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1424 [10:56:47.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 22.54611399769783ms +Info 1425 [10:56:47.736] Different program with same set of files +Info 1426 [10:56:47.736] getCompletionData: Get current token: 0.007804989814758301 +Info 1427 [10:56:47.736] getCompletionData: Is inside comment: 0.02221199870109558 +Info 1428 [10:56:47.736] getCompletionData: Get previous token: 0.012130007147789001 +Info 1429 [10:56:47.736] getCompletionsAtPosition: isCompletionListBlocker: 0.014306992292404175 +Info 1430 [10:56:47.737] getExportInfoMap: cache hit +Info 1431 [10:56:47.758] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1432 [10:56:47.758] collectAutoImports: response is complete +Info 1433 [10:56:47.758] collectAutoImports: 20.587339997291565 +Info 1434 [10:56:47.758] getCompletionData: Semantic work: 21.749954998493195 +Info 1435 [10:56:47.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.5848249942064285 +Info 1436 [10:56:47.767] Format host information updated +Info 1437 [10:56:47.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1438 [10:56:47.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 12.566049009561539ms +Info 1439 [10:56:47.939] Different program with same set of files +Info 1440 [10:56:47.939] getCompletionData: Get current token: 0.006395995616912842 +Info 1441 [10:56:47.939] getCompletionData: Is inside comment: 0.009831994771957397 +Info 1442 [10:56:47.939] getCompletionData: Get previous token: 0.007422998547554016 +Info 1443 [10:56:47.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0070990025997161865 +Info 1444 [10:56:47.940] getExportInfoMap: cache hit +Info 1445 [10:56:47.958] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1446 [10:56:47.958] collectAutoImports: response is complete +Info 1447 [10:56:47.958] collectAutoImports: 17.73149499297142 +Info 1448 [10:56:47.958] getCompletionData: Semantic work: 18.30332000553608 +Info 1449 [10:56:47.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.351583003997803 +Info 1450 [10:56:47.970] Format host information updated +Info 1451 [10:56:48.150] Format host information updated +Info 1452 [10:56:48.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1453 [10:56:48.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 10.241999000310898ms +Info 1454 [10:56:48.160] Different program with same set of files +Info 1455 [10:56:48.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1456 [10:56:48.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 11.276357010006905ms +Info 1457 [10:56:48.370] Different program with same set of files +Info 1458 [10:56:48.370] getCompletionData: Get current token: 0.003296002745628357 +Info 1459 [10:56:48.370] getCompletionData: Is inside comment: 0.00687900185585022 +Info 1460 [10:56:48.370] getCompletionData: Get previous token: 0.010470002889633179 +Info 1461 [10:56:48.370] getCompletionsAtPosition: isCompletionListBlocker: 0.008621007204055786 +Info 1462 [10:56:48.371] getExportInfoMap: cache hit +Info 1463 [10:56:48.376] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 1464 [10:56:48.376] collectAutoImports: response is complete +Info 1465 [10:56:48.376] collectAutoImports: 4.849022999405861 +Info 1466 [10:56:48.376] getCompletionData: Semantic work: 5.445365011692047 +Info 1467 [10:56:48.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5630259960889816 +Info 1468 [10:56:48.378] Format host information updated +Info 1469 [10:56:48.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1470 [10:56:48.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 15.179581001400948ms +Info 1471 [10:56:48.630] Different program with same set of files +Info 1472 [10:56:48.630] getCompletionData: Get current token: 0.008545994758605957 +Info 1473 [10:56:48.630] getCompletionData: Is inside comment: 0.018940001726150513 +Info 1474 [10:56:48.630] getCompletionData: Get previous token: 0.012877002358436584 +Info 1475 [10:56:48.630] getCompletionsAtPosition: isCompletionListBlocker: 0.003371000289916992 +Info 1476 [10:56:48.631] getCompletionData: Semantic work: 1.158845990896225 +Info 1477 [10:56:48.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6401499956846237 +Info 1478 [10:56:48.635] Format host information updated +Info 1479 [10:56:48.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1480 [10:56:48.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 7.441686004400253ms +Info 1481 [10:56:48.799] Different program with same set of files +Info 1482 [10:56:48.799] getCompletionData: Get current token: 0.003350004553794861 +Info 1483 [10:56:48.799] getCompletionData: Is inside comment: 0.007641002535820007 +Info 1484 [10:56:48.799] getCompletionData: Get previous token: 0.011829003691673279 +Info 1485 [10:56:48.799] getCompletionsAtPosition: isCompletionListBlocker: 0.002102002501487732 +Info 1486 [10:56:48.800] getCompletionData: Semantic work: 0.5222240090370178 +Info 1487 [10:56:48.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7667810022830963 +Info 1488 [10:56:48.802] Format host information updated +Info 1489 [10:56:48.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1490 [10:56:48.987] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 11.06164500117302ms +Info 1491 [10:56:48.987] Different program with same set of files +Info 1492 [10:56:48.987] getCompletionData: Get current token: 0.004182010889053345 +Info 1493 [10:56:48.987] getCompletionData: Is inside comment: 0.009093999862670898 +Info 1494 [10:56:48.987] getCompletionData: Get previous token: 0.013944000005722046 +Info 1495 [10:56:48.987] getCompletionsAtPosition: isCompletionListBlocker: 0.003151997923851013 +Info 1496 [10:56:48.988] getCompletionData: Semantic work: 0.6448569893836975 +Info 1497 [10:56:48.990] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0215249955654144 +Info 1498 [10:56:48.990] Format host information updated +Info 1499 [10:56:49.079] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1500 [10:56:49.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 7.429171994328499ms +Info 1501 [10:56:49.086] Different program with same set of files +Info 1502 [10:56:49.087] getCompletionData: Get current token: 0.0037500113248825073 +Info 1503 [10:56:49.087] getCompletionData: Is inside comment: 0.008445009589195251 +Info 1504 [10:56:49.087] getCompletionData: Get previous token: 0.013057008385658264 +Info 1505 [10:56:49.087] getCompletionsAtPosition: isCompletionListBlocker: 0.0025500059127807617 +Info 1506 [10:56:49.088] getCompletionData: Semantic work: 0.9548880010843277 +Info 1507 [10:56:49.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9543880075216293 +Info 1508 [10:56:49.090] Format host information updated +Info 1509 [10:56:49.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1510 [10:56:49.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 9.702476993203163ms +Info 1511 [10:56:49.262] Different program with same set of files +Info 1512 [10:56:49.262] getCompletionData: Get current token: 0.003947004675865173 +Info 1513 [10:56:49.262] getCompletionData: Is inside comment: 0.008239999413490295 +Info 1514 [10:56:49.262] getCompletionData: Get previous token: 0.012476012110710144 +Info 1515 [10:56:49.262] getCompletionsAtPosition: isCompletionListBlocker: 0.002289995551109314 +Info 1516 [10:56:49.263] getCompletionData: Semantic work: 0.6387770026922226 +Info 1517 [10:56:49.266] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.883862003684044 +Info 1518 [10:56:49.266] Format host information updated +Info 1519 [10:56:49.853] Format host information updated +Info 1520 [10:56:49.854] Format host information updated +Info 1521 [10:56:49.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1522 [10:56:49.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 7.294257000088692ms +Info 1523 [10:56:49.861] Different program with same set of files +Info 1524 [10:56:49.861] getCompletionData: Get current token: 0.004377007484436035 +Info 1525 [10:56:49.861] getCompletionData: Is inside comment: 0.009336009621620178 +Info 1526 [10:56:49.861] getCompletionData: Get previous token: 0.006144002079963684 +Info 1527 [10:56:49.862] getCompletionsAtPosition: isCompletionListBlocker: 0.0037559866905212402 +Info 1528 [10:56:49.862] getExportInfoMap: cache hit +Info 1529 [10:56:49.877] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1530 [10:56:49.877] collectAutoImports: response is complete +Info 1531 [10:56:49.877] collectAutoImports: 14.415952995419502 +Info 1532 [10:56:49.877] getCompletionData: Semantic work: 15.044594004750252 +Info 1533 [10:56:49.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9287810027599335 +Info 1534 [10:56:49.886] getCompletionData: Get current token: 0.013457000255584717 +Info 1535 [10:56:49.886] getCompletionData: Is inside comment: 0.004130005836486816 +Info 1536 [10:56:49.886] getCompletionData: Get previous token: 0.01788400113582611 +Info 1537 [10:56:49.886] getCompletionsAtPosition: isCompletionListBlocker: 0.0023950040340423584 +Info 1538 [10:56:49.886] getCompletionData: Semantic work: 0.2856060117483139 +Info 1539 [10:56:49.890] getCompletionData: Get current token: 0.012814998626708984 +Info 1540 [10:56:49.890] getCompletionData: Is inside comment: 0.0027160048484802246 +Info 1541 [10:56:49.890] getCompletionData: Get previous token: 0.02075698971748352 +Info 1542 [10:56:49.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0020110011100769043 +Info 1543 [10:56:49.890] getCompletionData: Semantic work: 0.19872799515724182 +Info 1544 [10:56:49.891] Format host information updated +Info 1545 [10:56:49.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1546 [10:56:49.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 9.516002997756004ms +Info 1547 [10:56:49.923] Different program with same set of files +Info 1548 [10:56:49.923] getCompletionData: Get current token: 0.003936991095542908 +Info 1549 [10:56:49.923] getCompletionData: Is inside comment: 0.007976993918418884 +Info 1550 [10:56:49.923] getCompletionData: Get previous token: 0.005202993750572205 +Info 1551 [10:56:49.923] getCompletionsAtPosition: isCompletionListBlocker: 0.007614001631736755 +Info 1552 [10:56:49.924] getExportInfoMap: cache hit +Info 1553 [10:56:49.935] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1554 [10:56:49.935] collectAutoImports: response is complete +Info 1555 [10:56:49.935] collectAutoImports: 10.89469200372696 +Info 1556 [10:56:49.935] getCompletionData: Semantic work: 11.570376992225647 +Info 1557 [10:56:49.938] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.747655004262924 +Info 1558 [10:56:49.943] Format host information updated +Info 1559 [10:56:50.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1560 [10:56:50.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 12.035859003663063ms +Info 1561 [10:56:50.268] Different program with same set of files +Info 1562 [10:56:50.268] getCompletionData: Get current token: 0.0068939924240112305 +Info 1563 [10:56:50.268] getCompletionData: Is inside comment: 0.015578001737594604 +Info 1564 [10:56:50.269] getCompletionData: Get previous token: 0.01077800989151001 +Info 1565 [10:56:50.269] getCompletionsAtPosition: isCompletionListBlocker: 0.002781003713607788 +Info 1566 [10:56:50.270] getCompletionData: Semantic work: 1.443450003862381 +Info 1567 [10:56:50.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3990449905395508 +Info 1568 [10:56:50.271] Format host information updated +Info 1569 [10:56:50.620] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1570 [10:56:50.627] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 6.977958008646965ms +Info 1571 [10:56:50.627] Different program with same set of files +Info 1572 [10:56:50.628] getCompletionData: Get current token: 0.0037640035152435303 +Info 1573 [10:56:50.628] getCompletionData: Is inside comment: 0.008486002683639526 +Info 1574 [10:56:50.628] getCompletionData: Get previous token: 0.01245000958442688 +Info 1575 [10:56:50.628] getCompletionsAtPosition: isCompletionListBlocker: 0.0023900121450424194 +Info 1576 [10:56:50.628] getCompletionData: Semantic work: 0.8597740083932877 +Info 1577 [10:56:50.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7652300000190735 +Info 1578 [10:56:50.631] Format host information updated +Info 1579 [10:56:50.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1580 [10:56:50.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 7.837652996182442ms +Info 1581 [10:56:50.797] Different program with same set of files +Info 1582 [10:56:50.797] getCompletionData: Get current token: 0.003554999828338623 +Info 1583 [10:56:50.797] getCompletionData: Is inside comment: 0.007538005709648132 +Info 1584 [10:56:50.798] getCompletionData: Get previous token: 0.011045008897781372 +Info 1585 [10:56:50.798] getCompletionsAtPosition: isCompletionListBlocker: 0.002052992582321167 +Info 1586 [10:56:50.798] getCompletionData: Semantic work: 0.7974240034818649 +Info 1587 [10:56:50.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2838920056819916 +Info 1588 [10:56:50.799] Format host information updated +Info 1589 [10:56:51.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1590 [10:56:51.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 10.84919199347496ms +Info 1591 [10:56:51.028] Different program with same set of files +Info 1592 [10:56:51.028] getCompletionData: Get current token: 0.004444003105163574 +Info 1593 [10:56:51.028] getCompletionData: Is inside comment: 0.009893998503684998 +Info 1594 [10:56:51.028] getCompletionData: Get previous token: 0.0068669915199279785 +Info 1595 [10:56:51.028] getCompletionsAtPosition: isCompletionListBlocker: 0.007615998387336731 +Info 1596 [10:56:51.029] getExportInfoMap: cache hit +Info 1597 [10:56:51.040] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1598 [10:56:51.040] collectAutoImports: response is complete +Info 1599 [10:56:51.040] collectAutoImports: 10.811838001012802 +Info 1600 [10:56:51.040] getCompletionData: Semantic work: 11.536385998129845 +Info 1601 [10:56:51.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.6102180033922195 +Info 1602 [10:56:51.054] Format host information updated +Info 1603 [10:56:51.120] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1604 [10:56:51.134] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 13.616975992918015ms +Info 1605 [10:56:51.134] Different program with same set of files +Info 1606 [10:56:51.134] getCompletionData: Get current token: 0.007672995328903198 +Info 1607 [10:56:51.134] getCompletionData: Is inside comment: 0.019656002521514893 +Info 1608 [10:56:51.134] getCompletionData: Get previous token: 0.012769997119903564 +Info 1609 [10:56:51.134] getCompletionsAtPosition: isCompletionListBlocker: 0.01386500895023346 +Info 1610 [10:56:51.135] getExportInfoMap: cache hit +Info 1611 [10:56:51.156] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1612 [10:56:51.156] collectAutoImports: response is complete +Info 1613 [10:56:51.156] collectAutoImports: 20.775343000888824 +Info 1614 [10:56:51.156] getCompletionData: Semantic work: 21.940586000680923 +Info 1615 [10:56:51.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.14003600180149 +Info 1616 [10:56:51.168] Format host information updated +Info 1617 [10:56:51.504] getCompletionData: Get current token: 0.008348003029823303 +Info 1618 [10:56:51.504] getCompletionData: Is inside comment: 0.001846998929977417 +Info 1619 [10:56:51.504] getCompletionData: Get previous token: 0.01453399658203125 +Info 1620 [10:56:51.505] getCompletionsAtPosition: isCompletionListBlocker: 0.005005002021789551 +Info 1621 [10:56:51.505] getExportInfoMap: cache hit +Info 1622 [10:56:51.515] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1623 [10:56:51.515] collectAutoImports: response is complete +Info 1624 [10:56:51.516] collectAutoImports: 10.17381800711155 +Info 1625 [10:56:51.516] getCompletionData: Semantic work: 10.982712000608444 +Info 1626 [10:56:51.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.312996000051498 +Info 1627 [10:56:51.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1628 [10:56:51.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 7.153297990560532ms +Info 1629 [10:56:51.652] Different program with same set of files +Info 1630 [10:56:51.653] getCompletionData: Get current token: 0.0055070072412490845 +Info 1631 [10:56:51.653] getCompletionData: Is inside comment: 0.001269996166229248 +Info 1632 [10:56:51.653] getCompletionData: Get previous token: 0.015604987740516663 +Info 1633 [10:56:51.653] getCompletionsAtPosition: isCompletionListBlocker: 0.0031010061502456665 +Info 1634 [10:56:51.653] getExportInfoMap: cache hit +Info 1635 [10:56:51.658] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 227 from cache +Info 1636 [10:56:51.658] collectAutoImports: response is complete +Info 1637 [10:56:51.658] collectAutoImports: 5.243502005934715 +Info 1638 [10:56:51.658] getCompletionData: Semantic work: 5.7978429943323135 +Info 1639 [10:56:51.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.851509004831314 +Info 1640 [10:56:51.663] Format host information updated +Info 1641 [10:56:51.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1642 [10:56:51.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 7.244431987404823ms +Info 1643 [10:56:51.853] Different program with same set of files +Info 1644 [10:56:51.853] getCompletionData: Get current token: 0.005741000175476074 +Info 1645 [10:56:51.853] getCompletionData: Is inside comment: 0.0013739913702011108 +Info 1646 [10:56:51.853] getCompletionData: Get previous token: 0.033041998744010925 +Info 1647 [10:56:51.853] getCompletionsAtPosition: isCompletionListBlocker: 0.0034379959106445312 +Info 1648 [10:56:51.854] getExportInfoMap: cache hit +Info 1649 [10:56:51.859] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 106 from cache +Info 1650 [10:56:51.859] collectAutoImports: response is complete +Info 1651 [10:56:51.859] collectAutoImports: 5.258515000343323 +Info 1652 [10:56:51.859] getCompletionData: Semantic work: 5.807936996221542 +Info 1653 [10:56:51.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.495731994509697 +Info 1654 [10:56:51.863] Format host information updated +Info 1655 [10:56:51.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1656 [10:56:51.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 7.698946997523308ms +Info 1657 [10:56:51.950] Different program with same set of files +Info 1658 [10:56:51.950] getCompletionData: Get current token: 0.005067005753517151 +Info 1659 [10:56:51.950] getCompletionData: Is inside comment: 0.0013940036296844482 +Info 1660 [10:56:51.950] getCompletionData: Get previous token: 0.014209002256393433 +Info 1661 [10:56:51.950] getCompletionsAtPosition: isCompletionListBlocker: 0.0030519962310791016 +Info 1662 [10:56:51.950] getExportInfoMap: cache hit +Info 1663 [10:56:51.953] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 1664 [10:56:51.953] collectAutoImports: response is complete +Info 1665 [10:56:51.953] collectAutoImports: 2.272836998105049 +Info 1666 [10:56:51.953] getCompletionData: Semantic work: 2.7986200004816055 +Info 1667 [10:56:51.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.196829006075859 +Info 1668 [10:56:51.958] Format host information updated +Info 1669 [10:56:52.050] Format host information updated +Info 1670 [10:56:52.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1671 [10:56:52.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 28.399250000715256ms +Info 1672 [10:56:52.079] Different program with same set of files +Info 1673 [10:56:52.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1674 [10:56:52.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 26.303387999534607ms +Info 1675 [10:56:52.190] Different program with same set of files +Info 1676 [10:56:52.191] getCompletionData: Get current token: 0.013071000576019287 +Info 1677 [10:56:52.191] getCompletionData: Is inside comment: 0.002857998013496399 +Info 1678 [10:56:52.191] getCompletionData: Get previous token: 0.03504998981952667 +Info 1679 [10:56:52.191] getCompletionsAtPosition: isCompletionListBlocker: 0.013232991099357605 +Info 1680 [10:56:52.192] getExportInfoMap: cache hit +Info 1681 [10:56:52.212] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1682 [10:56:52.212] collectAutoImports: response is complete +Info 1683 [10:56:52.212] collectAutoImports: 19.96092699468136 +Info 1684 [10:56:52.212] getCompletionData: Semantic work: 21.05952900648117 +Info 1685 [10:56:52.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.903902992606163 +Info 1686 [10:56:52.220] Format host information updated +Info 1687 [10:56:52.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1688 [10:56:52.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 10.099171996116638ms +Info 1689 [10:56:52.360] Different program with same set of files +Info 1690 [10:56:52.360] getCompletionData: Get current token: 0.005952000617980957 +Info 1691 [10:56:52.360] getCompletionData: Is inside comment: 0.0012499988079071045 +Info 1692 [10:56:52.360] getCompletionData: Get previous token: 0.015376001596450806 +Info 1693 [10:56:52.360] getCompletionsAtPosition: isCompletionListBlocker: 0.008278995752334595 +Info 1694 [10:56:52.361] getExportInfoMap: cache hit +Info 1695 [10:56:52.372] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1696 [10:56:52.372] collectAutoImports: response is complete +Info 1697 [10:56:52.372] collectAutoImports: 11.735339999198914 +Info 1698 [10:56:52.372] getCompletionData: Semantic work: 12.322833001613617 +Info 1699 [10:56:52.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4094450026750565 +Info 1700 [10:56:52.386] Format host information updated +Info 1701 [10:56:52.410] Format host information updated +Info 1702 [10:56:52.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1703 [10:56:52.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 13.994340002536774ms +Info 1704 [10:56:52.424] Different program with same set of files +Info 1705 [10:56:52.634] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1706 [10:56:52.653] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 18.905526995658875ms +Info 1707 [10:56:52.654] Different program with same set of files +Info 1708 [10:56:52.654] getCompletionData: Get current token: 0.009521007537841797 +Info 1709 [10:56:52.654] getCompletionData: Is inside comment: 0.0023109912872314453 +Info 1710 [10:56:52.654] getCompletionData: Get previous token: 0.031866997480392456 +Info 1711 [10:56:52.654] getCompletionsAtPosition: isCompletionListBlocker: 0.012619003653526306 +Info 1712 [10:56:52.655] getExportInfoMap: cache hit +Info 1713 [10:56:52.665] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 227 from cache +Info 1714 [10:56:52.665] collectAutoImports: response is complete +Info 1715 [10:56:52.665] collectAutoImports: 9.69250400364399 +Info 1716 [10:56:52.665] getCompletionData: Semantic work: 11.001257002353668 +Info 1717 [10:56:52.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.253133997321129 +Info 1718 [10:56:52.671] Format host information updated +Info 1719 [10:56:52.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1720 [10:56:52.828] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 32.62748900055885ms +Info 1721 [10:56:52.828] Different program with same set of files +Info 1722 [10:56:52.828] getCompletionData: Get current token: 0.024140000343322754 +Info 1723 [10:56:52.828] getCompletionData: Is inside comment: 0.005783006548881531 +Info 1724 [10:56:52.828] getCompletionData: Get previous token: 0.15542300045490265 +Info 1725 [10:56:52.829] getCompletionsAtPosition: isCompletionListBlocker: 0.024571001529693604 +Info 1726 [10:56:52.831] getExportInfoMap: cache hit +Info 1727 [10:56:52.840] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 106 from cache +Info 1728 [10:56:52.840] collectAutoImports: response is complete +Info 1729 [10:56:52.840] collectAutoImports: 9.38000699877739 +Info 1730 [10:56:52.840] getCompletionData: Semantic work: 11.516873002052307 +Info 1731 [10:56:52.846] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4651750028133392 +Info 1732 [10:56:52.847] Format host information updated +Info 1733 [10:56:52.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1734 [10:56:52.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 7.546203002333641ms +Info 1735 [10:56:52.880] Different program with same set of files +Info 1736 [10:56:52.881] getCompletionData: Get current token: 0.007167994976043701 +Info 1737 [10:56:52.881] getCompletionData: Is inside comment: 0.0014559924602508545 +Info 1738 [10:56:52.881] getCompletionData: Get previous token: 0.0153140127658844 +Info 1739 [10:56:52.881] getCompletionsAtPosition: isCompletionListBlocker: 0.007697999477386475 +Info 1740 [10:56:52.881] getExportInfoMap: cache hit +Info 1741 [10:56:52.884] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 1742 [10:56:52.884] collectAutoImports: response is complete +Info 1743 [10:56:52.884] collectAutoImports: 2.737956002354622 +Info 1744 [10:56:52.884] getCompletionData: Semantic work: 3.4668940007686615 +Info 1745 [10:56:52.887] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0789300054311752 +Info 1746 [10:56:52.889] Format host information updated +Info 1747 [10:56:53.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1748 [10:56:53.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 7.1612310111522675ms +Info 1749 [10:56:53.102] Different program with same set of files +Info 1750 [10:56:53.102] getCompletionData: Get current token: 0.004813000559806824 +Info 1751 [10:56:53.102] getCompletionData: Is inside comment: 0.001006990671157837 +Info 1752 [10:56:53.102] getCompletionData: Get previous token: 0.01327599585056305 +Info 1753 [10:56:53.102] getCompletionsAtPosition: isCompletionListBlocker: 0.0020809918642044067 +Info 1754 [10:56:53.104] getCompletionData: Semantic work: 1.816552996635437 +Info 1755 [10:56:53.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4484499990940094 +Info 1756 [10:56:53.105] Format host information updated +Info 1757 [10:56:53.604] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1758 [10:56:53.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 9.494032010436058ms +Info 1759 [10:56:53.614] Different program with same set of files +Info 1760 [10:56:53.614] getCompletionData: Get current token: 0.005062013864517212 +Info 1761 [10:56:53.614] getCompletionData: Is inside comment: 0.0012730062007904053 +Info 1762 [10:56:53.614] getCompletionData: Get previous token: 0.014252007007598877 +Info 1763 [10:56:53.614] getCompletionsAtPosition: isCompletionListBlocker: 0.002204999327659607 +Info 1764 [10:56:53.617] getCompletionData: Semantic work: 2.343426004052162 +Info 1765 [10:56:53.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.501239001750946 +Info 1766 [10:56:53.617] Format host information updated +Info 1767 [10:56:53.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1768 [10:56:53.687] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 15.069926992058754ms +Info 1769 [10:56:53.687] Different program with same set of files +Info 1770 [10:56:53.687] getCompletionData: Get current token: 0.014002010226249695 +Info 1771 [10:56:53.687] getCompletionData: Is inside comment: 0.003023013472557068 +Info 1772 [10:56:53.687] getCompletionData: Get previous token: 0.03792499005794525 +Info 1773 [10:56:53.687] getCompletionsAtPosition: isCompletionListBlocker: 0.004638999700546265 +Info 1774 [10:56:53.693] getCompletionData: Semantic work: 5.287945002317429 +Info 1775 [10:56:53.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2921389937400818 +Info 1776 [10:56:53.695] Format host information updated +Info 1777 [10:56:53.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1778 [10:56:53.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 8.913404986262321ms +Info 1779 [10:56:53.954] Different program with same set of files +Info 1780 [10:56:53.954] getCompletionData: Get current token: 0.005318999290466309 +Info 1781 [10:56:53.954] getCompletionData: Is inside comment: 0.0011600106954574585 +Info 1782 [10:56:53.954] getCompletionData: Get previous token: 0.014600992202758789 +Info 1783 [10:56:53.954] getCompletionsAtPosition: isCompletionListBlocker: 0.0022559911012649536 +Info 1784 [10:56:53.956] getCompletionData: Semantic work: 2.118570998311043 +Info 1785 [10:56:53.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.526965007185936 +Info 1786 [10:56:53.957] Format host information updated +Info 1787 [10:56:54.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1788 [10:56:54.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 7.267463997006416ms +Info 1789 [10:56:54.282] Different program with same set of files +Info 1790 [10:56:54.283] getCompletionData: Get current token: 0.006069004535675049 +Info 1791 [10:56:54.283] getCompletionData: Is inside comment: 0.001305997371673584 +Info 1792 [10:56:54.283] getCompletionData: Get previous token: 0.017107993364334106 +Info 1793 [10:56:54.283] getCompletionsAtPosition: isCompletionListBlocker: 0.00244198739528656 +Info 1794 [10:56:54.285] getCompletionData: Semantic work: 2.342978000640869 +Info 1795 [10:56:54.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5756650120019913 +Info 1796 [10:56:54.288] Format host information updated +Info 1797 [10:56:54.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1798 [10:56:54.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 7.478707000613213ms +Info 1799 [10:56:54.417] Different program with same set of files +Info 1800 [10:56:54.417] getCompletionData: Get current token: 0.006336003541946411 +Info 1801 [10:56:54.417] getCompletionData: Is inside comment: 0.0016200095415115356 +Info 1802 [10:56:54.417] getCompletionData: Get previous token: 0.017945006489753723 +Info 1803 [10:56:54.417] getCompletionsAtPosition: isCompletionListBlocker: 0.0025880038738250732 +Info 1804 [10:56:54.419] getCompletionData: Semantic work: 2.448293998837471 +Info 1805 [10:56:54.420] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.648035004734993 +Info 1806 [10:56:54.420] Format host information updated +Info 1807 [10:56:54.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1808 [10:56:54.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 7.455023005604744ms +Info 1809 [10:56:54.538] Different program with same set of files +Info 1810 [10:56:54.538] getCompletionData: Get current token: 0.006171002984046936 +Info 1811 [10:56:54.538] getCompletionData: Is inside comment: 0.0016120076179504395 +Info 1812 [10:56:54.538] getCompletionData: Get previous token: 0.018636003136634827 +Info 1813 [10:56:54.538] getCompletionsAtPosition: isCompletionListBlocker: 0.002544000744819641 +Info 1814 [10:56:54.540] getCompletionData: Semantic work: 2.133438006043434 +Info 1815 [10:56:54.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4769120067358017 +Info 1816 [10:56:54.543] Format host information updated +Info 1817 [10:56:59.683] Format host information updated +Info 1818 [10:56:59.683] Format host information updated +Info 1819 [10:56:59.683] Format host information updated +Info 1820 [10:56:59.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1821 [10:56:59.691] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 7.363512992858887ms +Info 1822 [10:56:59.691] Different program with same set of files +Info 1823 [10:56:59.691] getCompletionData: Get current token: 0.0196399986743927 +Info 1824 [10:56:59.691] getCompletionData: Is inside comment: 0.004351004958152771 +Info 1825 [10:56:59.691] getCompletionData: Get previous token: 0.014068007469177246 +Info 1826 [10:56:59.691] getCompletionsAtPosition: isCompletionListBlocker: 0.002137988805770874 +Info 1827 [10:56:59.693] getCompletionData: Semantic work: 2.025867998600006 +Info 1828 [10:56:59.699] Format host information updated +Info 1829 [10:56:59.700] getCompletionData: Get current token: 0.014866992831230164 +Info 1830 [10:56:59.700] getCompletionData: Is inside comment: 0.0029589980840682983 +Info 1831 [10:56:59.700] getCompletionData: Get previous token: 0.00939999520778656 +Info 1832 [10:56:59.700] getCompletionsAtPosition: isCompletionListBlocker: 0.006660014390945435 +Info 1833 [10:56:59.700] getCompletionData: Semantic work: 0.13377900421619415 +Info 1834 [10:56:59.704] Format host information updated +Info 1835 [10:56:59.704] getCompletionData: Get current token: 0.009397998452186584 +Info 1836 [10:56:59.704] getCompletionData: Is inside comment: 0.002048999071121216 +Info 1837 [10:56:59.704] getCompletionData: Get previous token: 0.00927300751209259 +Info 1838 [10:56:59.704] getCompletionsAtPosition: isCompletionListBlocker: 0.001194000244140625 +Info 1839 [10:56:59.704] getCompletionData: Semantic work: 0.14522700011730194 +Info 1840 [10:56:59.706] Format host information updated +Info 1841 [10:56:59.706] getCompletionData: Get current token: 0.009618997573852539 +Info 1842 [10:56:59.706] getCompletionData: Is inside comment: 0.0018310099840164185 +Info 1843 [10:56:59.706] getCompletionData: Get previous token: 0.009112000465393066 +Info 1844 [10:56:59.706] getCompletionsAtPosition: isCompletionListBlocker: 0.001207008957862854 +Info 1845 [10:56:59.706] getCompletionData: Semantic work: 0.09016101062297821 +Info 1846 [10:56:59.708] Format host information updated +Info 1847 [10:56:59.708] Format host information updated +Info 1848 [10:56:59.708] Format host information updated +Info 1849 [10:56:59.708] getCompletionData: Get current token: 0.009595990180969238 +Info 1850 [10:56:59.708] getCompletionData: Is inside comment: 0.0017609894275665283 +Info 1851 [10:56:59.708] getCompletionData: Get previous token: 0.010032996535301208 +Info 1852 [10:56:59.708] getCompletionsAtPosition: isCompletionListBlocker: 0.03042401373386383 +Info 1853 [10:56:59.708] getCompletionData: Semantic work: 0.1324779987335205 +Info 1854 [10:56:59.709] Format host information updated +Info 1855 [10:56:59.710] Format host information updated +Info 1856 [10:56:59.710] Format host information updated +Info 1857 [10:56:59.710] getCompletionData: Get current token: 0.009353995323181152 +Info 1858 [10:56:59.710] getCompletionData: Is inside comment: 0.0018370002508163452 +Info 1859 [10:56:59.710] getCompletionData: Get previous token: 0.009396001696586609 +Info 1860 [10:56:59.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0010979920625686646 +Info 1861 [10:56:59.710] getCompletionData: Semantic work: 0.09063299000263214 +Info 1862 [10:56:59.711] Format host information updated +Info 1863 [10:56:59.712] Format host information updated +Info 1864 [10:56:59.712] getCompletionData: Get current token: 0.005107000470161438 +Info 1865 [10:56:59.712] getCompletionData: Is inside comment: 0.0011259913444519043 +Info 1866 [10:56:59.712] getCompletionData: Get previous token: 0.008461996912956238 +Info 1867 [10:56:59.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0013410001993179321 +Info 1868 [10:56:59.712] getCompletionData: Semantic work: 0.3314730077981949 +Info 1869 [10:56:59.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41004499793052673 +Info 1870 [10:56:59.713] getCompletionData: Get current token: 0.031213000416755676 +Info 1871 [10:56:59.713] getCompletionData: Is inside comment: 0.0018530040979385376 +Info 1872 [10:56:59.713] getCompletionData: Get previous token: 0.009641006588935852 +Info 1873 [10:56:59.713] getCompletionsAtPosition: isCompletionListBlocker: 0.0014100074768066406 +Info 1874 [10:56:59.714] getCompletionData: Semantic work: 0.22908800840377808 +Info 1875 [10:56:59.715] getCompletionData: Get current token: 0.009570002555847168 +Info 1876 [10:56:59.715] getCompletionData: Is inside comment: 0.0020020008087158203 +Info 1877 [10:56:59.715] getCompletionData: Get previous token: 0.010256990790367126 +Info 1878 [10:56:59.715] getCompletionsAtPosition: isCompletionListBlocker: 0.056982994079589844 +Info 1879 [10:56:59.715] getCompletionData: Semantic work: 0.11267998814582825 +Info 1880 [10:56:59.716] getCompletionData: Get current token: 0.01043100655078888 +Info 1881 [10:56:59.716] getCompletionData: Is inside comment: 0.00193101167678833 +Info 1882 [10:56:59.716] getCompletionData: Get previous token: 0.009848013520240784 +Info 1883 [10:56:59.716] getCompletionsAtPosition: isCompletionListBlocker: 0.0010879933834075928 +Info 1884 [10:56:59.716] getCompletionData: Semantic work: 0.10700300335884094 +Info 1885 [10:56:59.717] getCompletionData: Get current token: 0.009065002202987671 +Info 1886 [10:56:59.717] getCompletionData: Is inside comment: 0.001954004168510437 +Info 1887 [10:56:59.717] getCompletionData: Get previous token: 0.0095750093460083 +Info 1888 [10:56:59.717] getCompletionsAtPosition: isCompletionListBlocker: 0.001037001609802246 +Info 1889 [10:56:59.717] getCompletionData: Semantic work: 0.09279900789260864 +Info 1890 [10:56:59.718] Format host information updated +Info 1891 [10:56:59.718] getCompletionData: Get current token: 0.009273990988731384 +Info 1892 [10:56:59.718] getCompletionData: Is inside comment: 0.0016909986734390259 +Info 1893 [10:56:59.718] getCompletionData: Get previous token: 0.00933198630809784 +Info 1894 [10:56:59.718] getCompletionsAtPosition: isCompletionListBlocker: 0.001068994402885437 +Info 1895 [10:56:59.718] getCompletionData: Semantic work: 0.11920499801635742 +Info 1896 [10:56:59.719] getCompletionData: Get current token: 0.014482006430625916 +Info 1897 [10:56:59.719] getCompletionData: Is inside comment: 0.0024569928646087646 +Info 1898 [10:56:59.719] getCompletionData: Get previous token: 0.014897987246513367 +Info 1899 [10:56:59.719] getCompletionsAtPosition: isCompletionListBlocker: 0.0013189911842346191 +Info 1900 [10:56:59.719] getCompletionData: Semantic work: 0.14631401002407074 +Info 1901 [10:56:59.721] getCompletionData: Get current token: 0.010488003492355347 +Info 1902 [10:56:59.721] getCompletionData: Is inside comment: 0.0018299967050552368 +Info 1903 [10:56:59.721] getCompletionData: Get previous token: 0.009722992777824402 +Info 1904 [10:56:59.721] getCompletionsAtPosition: isCompletionListBlocker: 0.0010890066623687744 +Info 1905 [10:56:59.721] getCompletionData: Semantic work: 0.09048700332641602 +Info 1906 [10:56:59.721] getCompletionData: Get current token: 0.009342998266220093 +Info 1907 [10:56:59.721] getCompletionData: Is inside comment: 0.010250002145767212 +Info 1908 [10:56:59.721] getCompletionData: Get previous token: 0.04550199210643768 +Info 1909 [10:56:59.722] getCompletionsAtPosition: isCompletionListBlocker: 0.001229986548423767 +Info 1910 [10:56:59.722] getCompletionData: Semantic work: 0.08974699676036835 +Info 1911 [10:57:00.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1912 [10:57:00.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 6.987358003854752ms +Info 1913 [10:57:00.392] Different program with same set of files +Info 1914 [10:57:00.392] getCompletionData: Get current token: 0.004337012767791748 +Info 1915 [10:57:00.392] getCompletionData: Is inside comment: 0.0009460002183914185 +Info 1916 [10:57:00.392] getCompletionData: Get previous token: 0.012910008430480957 +Info 1917 [10:57:00.392] getCompletionsAtPosition: isCompletionListBlocker: 0.0020330101251602173 +Info 1918 [10:57:00.397] getCompletionData: Semantic work: 4.0881810039281845 +Info 1919 [10:57:00.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4579610079526901 +Info 1920 [10:57:00.397] Format host information updated +Info 1921 [10:57:00.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1922 [10:57:00.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 15.301774993538857ms +Info 1923 [10:57:00.611] Different program with same set of files +Info 1924 [10:57:00.612] getCompletionData: Get current token: 0.006300002336502075 +Info 1925 [10:57:00.612] getCompletionData: Is inside comment: 0.0012709945440292358 +Info 1926 [10:57:00.612] getCompletionData: Get previous token: 0.015827998518943787 +Info 1927 [10:57:00.612] getCompletionsAtPosition: isCompletionListBlocker: 0.0028470009565353394 +Info 1928 [10:57:00.612] getExportInfoMap: cache hit +Info 1929 [10:57:00.634] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1930 [10:57:00.634] collectAutoImports: response is complete +Info 1931 [10:57:00.634] collectAutoImports: 21.939983993768692 +Info 1932 [10:57:00.634] getCompletionData: Semantic work: 22.676155999302864 +Info 1933 [10:57:00.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.409547999501228 +Info 1934 [10:57:00.646] Format host information updated +Info 1935 [10:57:00.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1936 [10:57:00.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 9.858655005693436ms +Info 1937 [10:57:00.673] Different program with same set of files +Info 1938 [10:57:00.673] getCompletionData: Get current token: 0.005233004689216614 +Info 1939 [10:57:00.673] getCompletionData: Is inside comment: 0.0010980069637298584 +Info 1940 [10:57:00.673] getCompletionData: Get previous token: 0.014669999480247498 +Info 1941 [10:57:00.673] getCompletionsAtPosition: isCompletionListBlocker: 0.006644010543823242 +Info 1942 [10:57:00.674] getExportInfoMap: cache hit +Info 1943 [10:57:00.688] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1944 [10:57:00.688] collectAutoImports: response is complete +Info 1945 [10:57:00.688] collectAutoImports: 14.307392999529839 +Info 1946 [10:57:00.688] getCompletionData: Semantic work: 14.979139998555183 +Info 1947 [10:57:00.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.551068991422653 +Info 1948 [10:57:00.698] Format host information updated +Info 1949 [10:57:00.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1950 [10:57:00.927] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 11.36438700556755ms +Info 1951 [10:57:00.927] Different program with same set of files +Info 1952 [10:57:00.927] getCompletionData: Get current token: 0.007098004221916199 +Info 1953 [10:57:00.927] getCompletionData: Is inside comment: 0.0013380050659179688 +Info 1954 [10:57:00.927] getCompletionData: Get previous token: 0.0220709890127182 +Info 1955 [10:57:00.927] getCompletionsAtPosition: isCompletionListBlocker: 0.0027579963207244873 +Info 1956 [10:57:00.932] getCompletionData: Semantic work: 4.522472009062767 +Info 1957 [10:57:00.933] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6376840025186539 +Info 1958 [10:57:00.933] Format host information updated +Info 1959 [10:57:02.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1960 [10:57:02.285] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 9.453506991267204ms +Info 1961 [10:57:02.285] Different program with same set of files +Info 1962 [10:57:02.285] getCompletionData: Get current token: 0.005002006888389587 +Info 1963 [10:57:02.285] getCompletionData: Is inside comment: 0.0011190026998519897 +Info 1964 [10:57:02.285] getCompletionData: Get previous token: 0.0129920095205307 +Info 1965 [10:57:02.286] getCompletionsAtPosition: isCompletionListBlocker: 0.006380990147590637 +Info 1966 [10:57:02.286] getExportInfoMap: cache hit +Info 1967 [10:57:02.298] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1968 [10:57:02.298] collectAutoImports: response is complete +Info 1969 [10:57:02.298] collectAutoImports: 12.087569996714592 +Info 1970 [10:57:02.298] getCompletionData: Semantic work: 12.714476004242897 +Info 1971 [10:57:02.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.181846007704735 +Info 1972 [10:57:02.307] Format host information updated +Info 1973 [10:57:02.523] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1974 [10:57:02.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 8.300050005316734ms +Info 1975 [10:57:02.532] Different program with same set of files +Info 1976 [10:57:02.532] getCompletionData: Get current token: 0.0058870017528533936 +Info 1977 [10:57:02.532] getCompletionData: Is inside comment: 0.0011589974164962769 +Info 1978 [10:57:02.532] getCompletionData: Get previous token: 0.015375003218650818 +Info 1979 [10:57:02.532] getCompletionsAtPosition: isCompletionListBlocker: 0.0025830119848251343 +Info 1980 [10:57:02.532] getExportInfoMap: cache hit +Info 1981 [10:57:02.549] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 1982 [10:57:02.549] collectAutoImports: response is complete +Info 1983 [10:57:02.549] collectAutoImports: 16.339640989899635 +Info 1984 [10:57:02.549] getCompletionData: Semantic work: 16.979759007692337 +Info 1985 [10:57:02.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.7979529947042465 +Info 1986 [10:57:02.562] Format host information updated +Info 1987 [10:57:02.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1988 [10:57:02.868] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 20.09042300283909ms +Info 1989 [10:57:02.868] Different program with same set of files +Info 1990 [10:57:02.868] getCompletionData: Get current token: 0.01277400553226471 +Info 1991 [10:57:02.868] getCompletionData: Is inside comment: 0.002540990710258484 +Info 1992 [10:57:02.868] getCompletionData: Get previous token: 0.04489099979400635 +Info 1993 [10:57:02.868] getCompletionsAtPosition: isCompletionListBlocker: 0.004016011953353882 +Info 1994 [10:57:02.874] getCompletionData: Semantic work: 5.898449003696442 +Info 1995 [10:57:02.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2969550043344498 +Info 1996 [10:57:02.876] Format host information updated +Info 1997 [10:57:16.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1998 [10:57:16.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.44973500072956ms +Info 1999 [10:57:16.280] Different program with same set of files +Info 2000 [10:57:16.281] getCompletionData: Get current token: 0.003201991319656372 +Info 2001 [10:57:16.281] getCompletionData: Is inside comment: 0.0011879950761795044 +Info 2002 [10:57:16.281] getCompletionData: Get previous token: 0.015638992190361023 +Info 2003 [10:57:16.281] getCompletionsAtPosition: isCompletionListBlocker: 0.01629599928855896 +Info 2004 [10:57:16.281] getExportInfoMap: cache hit +Info 2005 [10:57:16.285] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2006 [10:57:16.285] collectAutoImports: response is complete +Info 2007 [10:57:16.285] collectAutoImports: 3.3812200129032135 +Info 2008 [10:57:16.285] getCompletionData: Semantic work: 4.352242007851601 +Info 2009 [10:57:16.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2147459983825684 +Info 2010 [10:57:16.287] Format host information updated +Info 2011 [10:57:16.919] Format host information updated +Info 2012 [10:57:16.919] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2013 [10:57:16.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.942861005663872ms +Info 2014 [10:57:16.935] Different program with same set of files +Info 2015 [10:57:17.363] Format host information updated +Info 2016 [10:57:17.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2017 [10:57:17.377] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 13.662395998835564ms +Info 2018 [10:57:17.377] Different program with same set of files +Info 2019 [10:57:17.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2020 [10:57:17.601] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 10.31937099993229ms +Info 2021 [10:57:17.601] Different program with same set of files +Info 2022 [10:57:17.601] getCompletionData: Get current token: 0.00552600622177124 +Info 2023 [10:57:17.601] getCompletionData: Is inside comment: 0.006019994616508484 +Info 2024 [10:57:17.601] getCompletionData: Get previous token: 0.007715001702308655 +Info 2025 [10:57:17.601] getCompletionsAtPosition: isCompletionListBlocker: 0.007580995559692383 +Info 2026 [10:57:17.601] getExportInfoMap: cache hit +Info 2027 [10:57:17.607] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 83 from cache +Info 2028 [10:57:17.607] collectAutoImports: response is complete +Info 2029 [10:57:17.607] collectAutoImports: 5.228532001376152 +Info 2030 [10:57:17.607] getCompletionData: Semantic work: 5.851098999381065 +Info 2031 [10:57:17.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.94548299908638 +Info 2032 [10:57:17.610] Format host information updated +Info 2033 [10:57:17.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2034 [10:57:17.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 31.49116499722004ms +Info 2035 [10:57:17.789] Different program with same set of files +Info 2036 [10:57:17.789] getCompletionData: Get current token: 0.013838008046150208 +Info 2037 [10:57:17.789] getCompletionData: Is inside comment: 0.020702004432678223 +Info 2038 [10:57:17.789] getCompletionData: Get previous token: 0.022877007722854614 +Info 2039 [10:57:17.789] getCompletionsAtPosition: isCompletionListBlocker: 0.017045989632606506 +Info 2040 [10:57:17.791] getExportInfoMap: cache hit +Info 2041 [10:57:17.799] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 10 from cache +Info 2042 [10:57:17.799] collectAutoImports: response is complete +Info 2043 [10:57:17.799] collectAutoImports: 7.984761998057365 +Info 2044 [10:57:17.799] getCompletionData: Semantic work: 9.593272000551224 +Info 2045 [10:57:17.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6142809987068176 +Info 2046 [10:57:17.803] Format host information updated +Info 2047 [10:57:17.820] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2048 [10:57:17.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 10.64886400103569ms +Info 2049 [10:57:17.831] Different program with same set of files +Info 2050 [10:57:17.831] getCompletionData: Get current token: 0.004037991166114807 +Info 2051 [10:57:17.831] getCompletionData: Is inside comment: 0.0053910017013549805 +Info 2052 [10:57:17.831] getCompletionData: Get previous token: 0.0068340003490448 +Info 2053 [10:57:17.831] getCompletionsAtPosition: isCompletionListBlocker: 0.007021993398666382 +Info 2054 [10:57:17.832] getExportInfoMap: cache hit +Info 2055 [10:57:17.834] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 2056 [10:57:17.834] collectAutoImports: response is complete +Info 2057 [10:57:17.834] collectAutoImports: 2.3443379998207092 +Info 2058 [10:57:17.834] getCompletionData: Semantic work: 3.031026005744934 +Info 2059 [10:57:17.835] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1405790001153946 +Info 2060 [10:57:17.836] Format host information updated +Info 2061 [10:57:17.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2062 [10:57:17.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 8.145882993936539ms +Info 2063 [10:57:17.930] Different program with same set of files +Info 2064 [10:57:17.930] getCompletionData: Get current token: 0.005352988839149475 +Info 2065 [10:57:17.930] getCompletionData: Is inside comment: 0.006377995014190674 +Info 2066 [10:57:17.930] getCompletionData: Get previous token: 0.00814598798751831 +Info 2067 [10:57:17.930] getCompletionsAtPosition: isCompletionListBlocker: 0.006743013858795166 +Info 2068 [10:57:17.931] getExportInfoMap: cache hit +Info 2069 [10:57:17.933] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 2070 [10:57:17.933] collectAutoImports: response is complete +Info 2071 [10:57:17.933] collectAutoImports: 2.75280299782753 +Info 2072 [10:57:17.933] getCompletionData: Semantic work: 3.3975249975919724 +Info 2073 [10:57:17.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2567749917507172 +Info 2074 [10:57:17.935] Format host information updated +Info 2075 [10:57:17.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2076 [10:57:18.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 14.901619002223015ms +Info 2077 [10:57:18.005] Different program with same set of files +Info 2078 [10:57:18.005] getCompletionData: Get current token: 0.007182002067565918 +Info 2079 [10:57:18.005] getCompletionData: Is inside comment: 0.010762006044387817 +Info 2080 [10:57:18.005] getCompletionData: Get previous token: 0.012550994753837585 +Info 2081 [10:57:18.005] getCompletionsAtPosition: isCompletionListBlocker: 0.010257989168167114 +Info 2082 [10:57:18.006] getExportInfoMap: cache hit +Info 2083 [10:57:18.029] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 2084 [10:57:18.029] collectAutoImports: response is complete +Info 2085 [10:57:18.029] collectAutoImports: 22.475513011217117 +Info 2086 [10:57:18.029] getCompletionData: Semantic work: 23.332244008779526 +Info 2087 [10:57:18.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.171906009316444 +Info 2088 [10:57:18.037] Format host information updated +Info 2089 [10:57:18.051] Format host information updated +Info 2090 [10:57:18.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2091 [10:57:18.062] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 10.88688600063324ms +Info 2092 [10:57:18.062] Different program with same set of files +Info 2093 [10:57:18.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2094 [10:57:18.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.39546400308609ms +Info 2095 [10:57:18.380] Different program with same set of files +Info 2096 [10:57:18.380] getCompletionData: Get current token: 0.006604999303817749 +Info 2097 [10:57:18.380] getCompletionData: Is inside comment: 0.007944002747535706 +Info 2098 [10:57:18.380] getCompletionData: Get previous token: 0.005490005016326904 +Info 2099 [10:57:18.381] getExportInfoMap: cache hit +Info 2100 [10:57:18.408] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 1566 from cache +Info 2101 [10:57:18.408] collectAutoImports: response is complete +Info 2102 [10:57:18.408] collectAutoImports: 26.895147994160652 +Info 2103 [10:57:18.408] getCompletionData: Semantic work: 26.994196996092796 +Info 2104 [10:57:18.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.90234600007534 +Info 2105 [10:57:18.429] Format host information updated +Info 2106 [10:57:18.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2107 [10:57:18.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.800177991390228ms +Info 2108 [10:57:18.449] Different program with same set of files +Info 2109 [10:57:18.449] getCompletionData: Get current token: 0.012468993663787842 +Info 2110 [10:57:18.449] getCompletionData: Is inside comment: 0.011676996946334839 +Info 2111 [10:57:18.449] getCompletionData: Get previous token: 0.0074929893016815186 +Info 2112 [10:57:18.450] Format host information updated +Info 2113 [10:57:18.564] Format host information updated +Info 2114 [10:57:18.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2115 [10:57:18.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 16.379516005516052ms +Info 2116 [10:57:18.582] Different program with same set of files +Info 2117 [10:57:18.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2118 [10:57:18.882] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 26.285169005393982ms +Info 2119 [10:57:18.882] Different program with same set of files +Info 2120 [10:57:18.882] getCompletionData: Get current token: 0.012439996004104614 +Info 2121 [10:57:18.882] getCompletionData: Is inside comment: 0.017055004835128784 +Info 2122 [10:57:18.882] getCompletionData: Get previous token: 0.011244997382164001 +Info 2123 [10:57:18.883] Format host information updated +Info 2124 [10:57:19.469] Format host information updated +Info 2125 [10:57:19.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2126 [10:57:19.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 9.467091009020805ms +Info 2127 [10:57:19.479] Different program with same set of files +Info 2128 [10:57:19.647] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2129 [10:57:19.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 8.277708992362022ms +Info 2130 [10:57:19.655] Different program with same set of files +Info 2131 [10:57:19.655] getCompletionData: Get current token: 0.00392700731754303 +Info 2132 [10:57:19.655] getCompletionData: Is inside comment: 0.0052430033683776855 +Info 2133 [10:57:19.655] getCompletionData: Get previous token: 0.008814990520477295 +Info 2134 [10:57:19.656] Format host information updated +Info 2135 [10:57:19.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2136 [10:57:19.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 7.034934997558594ms +Info 2137 [10:57:19.798] Different program with same set of files +Info 2138 [10:57:19.798] getCompletionData: Get current token: 0.004313990473747253 +Info 2139 [10:57:19.798] getCompletionData: Is inside comment: 0.005860999226570129 +Info 2140 [10:57:19.798] getCompletionData: Get previous token: 0.03875400125980377 +Info 2141 [10:57:19.798] Format host information updated +Info 2142 [10:57:19.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2143 [10:57:19.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 7.343051999807358ms +Info 2144 [10:57:19.920] Different program with same set of files +Info 2145 [10:57:19.920] getCompletionData: Get current token: 0.004710003733634949 +Info 2146 [10:57:19.920] getCompletionData: Is inside comment: 0.007109001278877258 +Info 2147 [10:57:19.920] getCompletionData: Get previous token: 0.010324999690055847 +Info 2148 [10:57:19.924] Format host information updated +Info 2149 [10:57:19.981] Format host information updated +Info 2150 [10:57:19.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2151 [10:57:20.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 24.336087003350258ms +Info 2152 [10:57:20.006] Different program with same set of files +Info 2153 [10:57:20.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2154 [10:57:20.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 14.783189997076988ms +Info 2155 [10:57:20.114] Different program with same set of files +Info 2156 [10:57:20.126] Format host information updated +Info 2157 [10:57:20.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2158 [10:57:20.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 25.134114995598793ms +Info 2159 [10:57:20.280] Different program with same set of files +Info 2160 [10:57:20.280] getCompletionData: Get current token: 0.011711999773979187 +Info 2161 [10:57:20.280] getCompletionData: Is inside comment: 0.01644200086593628 +Info 2162 [10:57:20.280] getCompletionData: Get previous token: 0.008839994668960571 +Info 2163 [10:57:20.280] getCompletionsAtPosition: isCompletionListBlocker: 0.016978010535240173 +Info 2164 [10:57:20.281] getExportInfoMap: cache hit +Info 2165 [10:57:20.302] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 2166 [10:57:20.302] collectAutoImports: response is complete +Info 2167 [10:57:20.302] collectAutoImports: 20.2618969976902 +Info 2168 [10:57:20.302] getCompletionData: Semantic work: 21.36217299103737 +Info 2169 [10:57:20.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.992427006363869 +Info 2170 [10:57:20.310] Format host information updated +Info 2171 [10:57:20.331] Format host information updated +Info 2172 [10:57:20.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2173 [10:57:20.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.502605006098747ms +Info 2174 [10:57:20.721] Different program with same set of files +Info 2175 [10:57:20.722] Format host information updated +Info 2176 [10:57:21.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2177 [10:57:21.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.912145003676414ms +Info 2178 [10:57:21.061] Different program with same set of files +Info 2179 [10:57:21.062] Format host information updated +Info 2180 [10:57:21.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2181 [10:57:21.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: true structureIsReused:: SafeModules Elapsed: 39.731349006295204ms +Info 2182 [10:57:21.170] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 2183 [10:57:21.170] Files (140) + +Info 2184 [10:57:21.170] ----------------------------------------------- +Info 2185 [10:57:21.170] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 2186 [10:57:21.170] Files (271) + +Info 2187 [10:57:21.170] ----------------------------------------------- +Info 2188 [10:57:21.171] Format host information updated +Info 2189 [10:57:21.303] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2190 [10:57:21.325] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: true structureIsReused:: SafeModules Elapsed: 21.474911004304886ms +Info 2191 [10:57:21.325] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 2192 [10:57:21.325] Files (139) + +Info 2193 [10:57:21.325] ----------------------------------------------- +Info 2194 [10:57:21.325] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 2195 [10:57:21.325] Files (271) + +Info 2196 [10:57:21.325] ----------------------------------------------- +Info 2197 [10:57:21.326] Format host information updated +Info 2198 [10:57:21.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2199 [10:57:21.513] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: true structureIsReused:: SafeModules Elapsed: 41.27077001333237ms +Info 2200 [10:57:21.513] Different program with same set of files +Info 2201 [10:57:21.519] Format host information updated +Info 2202 [10:57:21.976] Format host information updated +Info 2203 [10:57:21.977] Format host information updated +Info 2204 [10:57:21.977] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2205 [10:57:21.987] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.728826001286507ms +Info 2206 [10:57:21.988] Different program with same set of files +Info 2207 [10:57:21.990] Format host information updated +Info 2208 [10:57:23.602] getCompletionData: Get current token: 0.0040090084075927734 +Info 2209 [10:57:23.602] getCompletionData: Is inside comment: 0.0011350065469741821 +Info 2210 [10:57:23.602] getCompletionData: Get previous token: 0.008240997791290283 +Info 2211 [10:57:23.602] getCompletionsAtPosition: isCompletionListBlocker: 0.0029270052909851074 +Info 2212 [10:57:23.603] getCompletionData: Semantic work: 0.20536500215530396 +Info 2213 [10:57:23.603] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1681850105524063 +Info 2214 [10:57:23.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2215 [10:57:23.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 10.619251996278763ms +Info 2216 [10:57:23.893] Different program with same set of files +Info 2217 [10:57:23.893] getCompletionData: Get current token: 0.007227003574371338 +Info 2218 [10:57:23.893] getCompletionData: Is inside comment: 0.001681998372077942 +Info 2219 [10:57:23.893] getCompletionData: Get previous token: 0.02291800081729889 +Info 2220 [10:57:23.893] getCompletionsAtPosition: isCompletionListBlocker: 0.002803996205329895 +Info 2221 [10:57:23.893] getCompletionData: Semantic work: 0.0935010015964508 +Info 2222 [10:57:23.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08617500960826874 +Info 2223 [10:57:23.893] Format host information updated +Info 2224 [10:57:24.029] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2225 [10:57:24.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 8.421825006604195ms +Info 2226 [10:57:24.038] Different program with same set of files +Info 2227 [10:57:24.038] getCompletionData: Get current token: 0.004853993654251099 +Info 2228 [10:57:24.038] getCompletionData: Is inside comment: 0.0014570057392120361 +Info 2229 [10:57:24.038] getCompletionData: Get previous token: 0.013640999794006348 +Info 2230 [10:57:24.038] getCompletionsAtPosition: isCompletionListBlocker: 0.002964004874229431 +Info 2231 [10:57:24.038] getCompletionData: Semantic work: 0.044725000858306885 +Info 2232 [10:57:24.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0825439989566803 +Info 2233 [10:57:24.038] Format host information updated +Info 2234 [10:57:24.103] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2235 [10:57:24.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 20.489075988531113ms +Info 2236 [10:57:24.123] Different program with same set of files +Info 2237 [10:57:24.123] getCompletionData: Get current token: 0.013062998652458191 +Info 2238 [10:57:24.124] getCompletionData: Is inside comment: 0.0035080015659332275 +Info 2239 [10:57:24.124] getCompletionData: Get previous token: 0.04138299822807312 +Info 2240 [10:57:24.124] getCompletionsAtPosition: isCompletionListBlocker: 0.006304994225502014 +Info 2241 [10:57:24.124] getCompletionData: Semantic work: 0.10592199862003326 +Info 2242 [10:57:24.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17085199058055878 +Info 2243 [10:57:24.125] Format host information updated +Info 2244 [10:57:24.880] Format host information updated +Info 2245 [10:57:24.881] Format host information updated +Info 2246 [10:57:24.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2247 [10:57:24.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 11.951823011040688ms +Info 2248 [10:57:24.893] Different program with same set of files +Info 2249 [10:57:24.893] getCompletionData: Get current token: 0.0036879926919937134 +Info 2250 [10:57:24.893] getCompletionData: Is inside comment: 0.0009669959545135498 +Info 2251 [10:57:24.893] getCompletionData: Get previous token: 0.00881899893283844 +Info 2252 [10:57:24.893] getCompletionsAtPosition: isCompletionListBlocker: 0.0024890005588531494 +Info 2253 [10:57:24.893] getCompletionData: Get current token: 0.00674399733543396 +Info 2254 [10:57:24.893] getCompletionData: Is inside comment: 0.0017269998788833618 +Info 2255 [10:57:24.893] getCompletionData: Get previous token: 0.014944002032279968 +Info 2256 [10:57:24.893] getCompletionsAtPosition: isCompletionListBlocker: 0.0011550039052963257 +Info 2257 [10:57:24.893] getCompletionData: Semantic work: 0.03904500603675842 +Info 2258 [10:57:24.894] getCompletionData: Get current token: 0.005548000335693359 +Info 2259 [10:57:24.894] getCompletionData: Is inside comment: 0.002020999789237976 +Info 2260 [10:57:24.894] getCompletionData: Get previous token: 0.0281980037689209 +Info 2261 [10:57:24.894] getCompletionsAtPosition: isCompletionListBlocker: 0.0013800114393234253 +Info 2262 [10:57:24.894] getCompletionData: Semantic work: 0.021219998598098755 +Info 2263 [10:57:24.894] Format host information updated +Info 2264 [10:57:25.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2265 [10:57:25.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 7.377617001533508ms +Info 2266 [10:57:25.290] Different program with same set of files +Info 2267 [10:57:25.290] getCompletionData: Get current token: 0.0035540014505386353 +Info 2268 [10:57:25.290] getCompletionData: Is inside comment: 0.0009690076112747192 +Info 2269 [10:57:25.290] getCompletionData: Get previous token: 0.010967999696731567 +Info 2270 [10:57:25.290] getCompletionsAtPosition: isCompletionListBlocker: 0.0022069960832595825 +Info 2271 [10:57:25.290] getCompletionData: Semantic work: 0.03804600238800049 +Info 2272 [10:57:25.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05700200796127319 +Info 2273 [10:57:25.291] Format host information updated +Info 2274 [10:57:29.627] Format host information updated +Info 2275 [10:57:29.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2276 [10:57:29.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 7.317870005965233ms +Info 2277 [10:57:29.634] Different program with same set of files +Info 2278 [10:57:29.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2279 [10:57:29.843] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 10.643971011042595ms +Info 2280 [10:57:29.843] Different program with same set of files +Info 2281 [10:57:29.843] getCompletionData: Get current token: 0.004046991467475891 +Info 2282 [10:57:29.843] getCompletionData: Is inside comment: 0.007284998893737793 +Info 2283 [10:57:29.843] getCompletionData: Get previous token: 0.010618999600410461 +Info 2284 [10:57:29.843] getCompletionsAtPosition: isCompletionListBlocker: 0.008777007460594177 +Info 2285 [10:57:29.845] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.5594139993190765 ms +Info 2286 [10:57:29.845] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 2287 [10:57:29.846] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.5150559991598129ms +Info 2288 [10:57:29.846] getExportInfoMap: cache miss or empty; calculating new results +Info 2289 [10:57:29.870] forEachExternalModuleToImportFrom autoImportProvider: 6.040688008069992 +Info 2290 [10:57:29.870] getExportInfoMap: done in 26.05689100921154 ms +Info 2291 [10:57:29.874] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 2292 [10:57:29.874] collectAutoImports: response is complete +Info 2293 [10:57:29.874] collectAutoImports: 4.072982996702194 +Info 2294 [10:57:29.874] getCompletionData: Semantic work: 30.77996900677681 +Info 2295 [10:57:29.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6496600061655045 +Info 2296 [10:57:29.877] Format host information updated +Info 2297 [10:57:29.992] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2298 [10:57:30.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 10.90157300233841ms +Info 2299 [10:57:30.003] Different program with same set of files +Info 2300 [10:57:30.003] getCompletionData: Get current token: 0.003962010145187378 +Info 2301 [10:57:30.003] getCompletionData: Is inside comment: 0.007428005337715149 +Info 2302 [10:57:30.003] getCompletionData: Get previous token: 0.01104898750782013 +Info 2303 [10:57:30.003] getCompletionsAtPosition: isCompletionListBlocker: 0.008153989911079407 +Info 2304 [10:57:30.003] getExportInfoMap: cache hit +Info 2305 [10:57:30.008] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 116 from cache +Info 2306 [10:57:30.008] collectAutoImports: response is complete +Info 2307 [10:57:30.008] collectAutoImports: 4.26096399128437 +Info 2308 [10:57:30.008] getCompletionData: Semantic work: 4.91575400531292 +Info 2309 [10:57:30.010] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8696090131998062 +Info 2310 [10:57:30.011] Format host information updated +Info 2311 [10:57:30.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2312 [10:57:30.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 8.3576779961586ms +Info 2313 [10:57:30.084] Different program with same set of files +Info 2314 [10:57:30.084] getCompletionData: Get current token: 0.003407999873161316 +Info 2315 [10:57:30.084] getCompletionData: Is inside comment: 0.00640299916267395 +Info 2316 [10:57:30.084] getCompletionData: Get previous token: 0.009887009859085083 +Info 2317 [10:57:30.084] getCompletionsAtPosition: isCompletionListBlocker: 0.008478999137878418 +Info 2318 [10:57:30.084] getExportInfoMap: cache hit +Info 2319 [10:57:30.089] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 68 from cache +Info 2320 [10:57:30.089] collectAutoImports: response is complete +Info 2321 [10:57:30.089] collectAutoImports: 4.243708997964859 +Info 2322 [10:57:30.089] getCompletionData: Semantic work: 4.930091008543968 +Info 2323 [10:57:30.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3597200065851212 +Info 2324 [10:57:30.091] Format host information updated +Info 2325 [10:57:30.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2326 [10:57:30.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 11.10368199646473ms +Info 2327 [10:57:30.167] Different program with same set of files +Info 2328 [10:57:30.167] getCompletionData: Get current token: 0.005729004740715027 +Info 2329 [10:57:30.167] getCompletionData: Is inside comment: 0.010942012071609497 +Info 2330 [10:57:30.167] getCompletionData: Get previous token: 0.01700499653816223 +Info 2331 [10:57:30.167] getCompletionsAtPosition: isCompletionListBlocker: 0.01076500117778778 +Info 2332 [10:57:30.168] getExportInfoMap: cache hit +Info 2333 [10:57:30.173] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 49 from cache +Info 2334 [10:57:30.173] collectAutoImports: response is complete +Info 2335 [10:57:30.173] collectAutoImports: 4.360646992921829 +Info 2336 [10:57:30.173] getCompletionData: Semantic work: 5.361092999577522 +Info 2337 [10:57:30.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.082982987165451 +Info 2338 [10:57:30.177] Format host information updated +Info 2339 [10:57:30.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2340 [10:57:30.332] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 22.691224992275238ms +Info 2341 [10:57:30.332] Different program with same set of files +Info 2342 [10:57:30.333] getCompletionData: Get current token: 0.007008001208305359 +Info 2343 [10:57:30.333] getCompletionData: Is inside comment: 0.013205990195274353 +Info 2344 [10:57:30.333] getCompletionData: Get previous token: 0.019749000668525696 +Info 2345 [10:57:30.333] getCompletionsAtPosition: isCompletionListBlocker: 0.012253999710083008 +Info 2346 [10:57:30.334] getExportInfoMap: cache hit +Info 2347 [10:57:30.338] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 23 from cache +Info 2348 [10:57:30.338] collectAutoImports: response is complete +Info 2349 [10:57:30.338] collectAutoImports: 3.778404012322426 +Info 2350 [10:57:30.338] getCompletionData: Semantic work: 4.912516012787819 +Info 2351 [10:57:30.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1713510006666183 +Info 2352 [10:57:30.341] Format host information updated +Info 2353 [10:57:30.643] Format host information updated +Info 2354 [10:57:30.644] Format host information updated +Info 2355 [10:57:30.644] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2356 [10:57:30.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 10.805007994174957ms +Info 2357 [10:57:30.655] Different program with same set of files +Info 2358 [10:57:30.655] getCompletionData: Get current token: 0.005130991339683533 +Info 2359 [10:57:30.655] getCompletionData: Is inside comment: 0.010144010186195374 +Info 2360 [10:57:30.655] getCompletionData: Get previous token: 0.006531998515129089 +Info 2361 [10:57:30.655] getCompletionsAtPosition: isCompletionListBlocker: 0.0026900023221969604 +Info 2362 [10:57:30.656] getCompletionData: Semantic work: 0.6355420053005219 +Info 2363 [10:57:30.656] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.15959100425243378 +Info 2364 [10:57:30.656] getCompletionData: Get current token: 0.011287003755569458 +Info 2365 [10:57:30.656] getCompletionData: Is inside comment: 0.002843007445335388 +Info 2366 [10:57:30.656] getCompletionData: Get previous token: 0.0259380042552948 +Info 2367 [10:57:30.656] getCompletionsAtPosition: isCompletionListBlocker: 0.007572010159492493 +Info 2368 [10:57:30.657] getCompletionData: Semantic work: 0.5745050013065338 +Info 2369 [10:57:30.658] getCompletionData: Get current token: 0.00769101083278656 +Info 2370 [10:57:30.658] getCompletionData: Is inside comment: 0.0020189881324768066 +Info 2371 [10:57:30.658] getCompletionData: Get previous token: 0.016245007514953613 +Info 2372 [10:57:30.658] getCompletionsAtPosition: isCompletionListBlocker: 0.005095005035400391 +Info 2373 [10:57:30.658] getCompletionData: Semantic work: 0.536299005150795 +Info 2374 [10:57:30.659] Format host information updated +Info 2375 [10:57:31.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2376 [10:57:31.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 8.54441399872303ms +Info 2377 [10:57:31.049] Different program with same set of files +Info 2378 [10:57:31.049] getCompletionData: Get current token: 0.004289001226425171 +Info 2379 [10:57:31.049] getCompletionData: Is inside comment: 0.008695989847183228 +Info 2380 [10:57:31.049] getCompletionData: Get previous token: 0.01338900625705719 +Info 2381 [10:57:31.049] getCompletionsAtPosition: isCompletionListBlocker: 0.0026509910821914673 +Info 2382 [10:57:31.050] getCompletionData: Semantic work: 0.44579699635505676 +Info 2383 [10:57:31.050] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1316950023174286 +Info 2384 [10:57:31.050] Format host information updated +Info 2385 [10:57:31.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2386 [10:57:31.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 8.872692003846169ms +Info 2387 [10:57:31.204] Different program with same set of files +Info 2388 [10:57:31.204] getCompletionData: Get current token: 0.00362299382686615 +Info 2389 [10:57:31.205] getCompletionData: Is inside comment: 0.008012011647224426 +Info 2390 [10:57:31.205] getCompletionData: Get previous token: 0.01116199791431427 +Info 2391 [10:57:31.205] getCompletionsAtPosition: isCompletionListBlocker: 0.002442002296447754 +Info 2392 [10:57:31.205] getCompletionData: Semantic work: 0.40431100130081177 +Info 2393 [10:57:31.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11483199894428253 +Info 2394 [10:57:31.205] Format host information updated +Info 2395 [10:57:31.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2396 [10:57:31.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 7.580698996782303ms +Info 2397 [10:57:31.393] Different program with same set of files +Info 2398 [10:57:31.393] getCompletionData: Get current token: 0.006198987364768982 +Info 2399 [10:57:31.393] getCompletionData: Is inside comment: 0.007706001400947571 +Info 2400 [10:57:31.393] getCompletionData: Get previous token: 0.011657997965812683 +Info 2401 [10:57:31.393] getCompletionsAtPosition: isCompletionListBlocker: 0.002186998724937439 +Info 2402 [10:57:31.394] getCompletionData: Semantic work: 0.391418993473053 +Info 2403 [10:57:31.394] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11984100937843323 +Info 2404 [10:57:31.394] Format host information updated +Info 2405 [10:57:31.520] Format host information updated +Info 2406 [10:57:31.520] Format host information updated +Info 2407 [10:57:31.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2408 [10:57:31.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 7.9789309948682785ms +Info 2409 [10:57:31.528] Different program with same set of files +Info 2410 [10:57:31.528] getCompletionData: Get current token: 0.0025649964809417725 +Info 2411 [10:57:31.528] getCompletionData: Is inside comment: 0.007104009389877319 +Info 2412 [10:57:31.529] getCompletionData: Get previous token: 0.01212000846862793 +Info 2413 [10:57:31.529] getCompletionsAtPosition: isCompletionListBlocker: 0.002406001091003418 +Info 2414 [10:57:31.529] getCompletionData: Semantic work: 0.38904300332069397 +Info 2415 [10:57:31.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12769800424575806 +Info 2416 [10:57:31.529] getCompletionData: Get current token: 0.006827995181083679 +Info 2417 [10:57:31.530] getCompletionData: Is inside comment: 0.0024299919605255127 +Info 2418 [10:57:31.530] getCompletionData: Get previous token: 0.02125200629234314 +Info 2419 [10:57:31.530] getCompletionsAtPosition: isCompletionListBlocker: 0.0017089992761611938 +Info 2420 [10:57:31.530] getCompletionData: Semantic work: 0.2749750018119812 +Info 2421 [10:57:31.532] getCompletionData: Get current token: 0.004812002182006836 +Info 2422 [10:57:31.532] getCompletionData: Is inside comment: 0.0021200031042099 +Info 2423 [10:57:31.532] getCompletionData: Get previous token: 0.013990998268127441 +Info 2424 [10:57:31.532] getCompletionsAtPosition: isCompletionListBlocker: 0.0023760050535202026 +Info 2425 [10:57:31.532] getCompletionData: Semantic work: 0.2712650001049042 +Info 2426 [10:57:31.533] Format host information updated +Info 2427 [10:57:32.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2428 [10:57:32.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 9.608877003192902ms +Info 2429 [10:57:32.225] Different program with same set of files +Info 2430 [10:57:32.225] getCompletionData: Get current token: 0.0022429972887039185 +Info 2431 [10:57:32.225] getCompletionData: Is inside comment: 0.00672699511051178 +Info 2432 [10:57:32.225] getCompletionData: Get previous token: 0.004442989826202393 +Info 2433 [10:57:32.225] getCompletionsAtPosition: isCompletionListBlocker: 0.0020959973335266113 +Info 2434 [10:57:32.226] getCompletionData: Semantic work: 0.4739159941673279 +Info 2435 [10:57:32.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06750600039958954 +Info 2436 [10:57:32.226] Format host information updated +Info 2437 [10:57:32.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2438 [10:57:32.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 7.410980001091957ms +Info 2439 [10:57:32.559] Different program with same set of files +Info 2440 [10:57:32.559] getCompletionData: Get current token: 0.0023690015077590942 +Info 2441 [10:57:32.559] getCompletionData: Is inside comment: 0.007551997900009155 +Info 2442 [10:57:32.559] getCompletionData: Get previous token: 0.010264009237289429 +Info 2443 [10:57:32.559] getCompletionsAtPosition: isCompletionListBlocker: 0.0022560060024261475 +Info 2444 [10:57:32.559] getCompletionData: Semantic work: 0.4776109904050827 +Info 2445 [10:57:32.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06185799837112427 +Info 2446 [10:57:32.560] Format host information updated +Info 2447 [10:57:33.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2448 [10:57:33.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 8.558108001947403ms +Info 2449 [10:57:33.063] Different program with same set of files +Info 2450 [10:57:33.063] getCompletionData: Get current token: 0.0025559961795806885 +Info 2451 [10:57:33.063] getCompletionData: Is inside comment: 0.007703989744186401 +Info 2452 [10:57:33.063] getCompletionData: Get previous token: 0.005242004990577698 +Info 2453 [10:57:33.063] getCompletionsAtPosition: isCompletionListBlocker: 0.002392008900642395 +Info 2454 [10:57:33.064] getCompletionData: Semantic work: 0.5101010054349899 +Info 2455 [10:57:33.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06841500103473663 +Info 2456 [10:57:33.064] Format host information updated +Info 2457 [10:57:35.666] Format host information updated +Info 2458 [10:57:35.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2459 [10:57:35.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.172274008393288ms +Info 2460 [10:57:35.679] Different program with same set of files +Info 2461 [10:57:37.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2462 [10:57:37.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.615721002221107ms +Info 2463 [10:57:37.922] Different program with same set of files +Info 2464 [10:57:37.923] getCompletionData: Get current token: 0.002288997173309326 +Info 2465 [10:57:37.923] getCompletionData: Is inside comment: 0.0049309879541397095 +Info 2466 [10:57:37.923] getCompletionData: Get previous token: 0.005935013294219971 +Info 2467 [10:57:37.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0013699978590011597 +Info 2468 [10:57:37.923] Returning an empty list because completion was requested in an invalid position. +Info 2469 [10:57:37.925] Format host information updated +Info 2470 [10:57:38.193] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2471 [10:57:38.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 9.91236099600792ms +Info 2472 [10:57:38.203] Different program with same set of files +Info 2473 [10:57:38.203] getCompletionData: Get current token: 0.0025999993085861206 +Info 2474 [10:57:38.203] getCompletionData: Is inside comment: 0.006369993090629578 +Info 2475 [10:57:38.203] getCompletionData: Get previous token: 0.007935002446174622 +Info 2476 [10:57:38.203] getCompletionsAtPosition: isCompletionListBlocker: 0.0017089992761611938 +Info 2477 [10:57:38.203] Returning an empty list because completion was requested in an invalid position. +Info 2478 [10:57:38.203] Format host information updated +Info 2479 [10:57:38.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2480 [10:57:38.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 37.64316399395466ms +Info 2481 [10:57:38.347] Different program with same set of files +Info 2482 [10:57:38.347] getCompletionData: Get current token: 0.00374700129032135 +Info 2483 [10:57:38.347] getCompletionData: Is inside comment: 0.009892001748085022 +Info 2484 [10:57:38.348] getCompletionData: Get previous token: 0.010863006114959717 +Info 2485 [10:57:38.348] getCompletionsAtPosition: isCompletionListBlocker: 0.002200990915298462 +Info 2486 [10:57:38.348] Returning an empty list because completion was requested in an invalid position. +Info 2487 [10:57:38.348] Format host information updated +Info 2488 [10:57:40.771] Format host information updated +Info 2489 [10:57:40.771] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2490 [10:57:40.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 8.250242993235588ms +Info 2491 [10:57:40.780] Different program with same set of files +Info 2492 [10:57:41.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2493 [10:57:41.243] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 9.674874991178513ms +Info 2494 [10:57:41.243] Different program with same set of files +Info 2495 [10:57:41.243] getCompletionData: Get current token: 0.0026689916849136353 +Info 2496 [10:57:41.243] getCompletionData: Is inside comment: 0.007552996277809143 +Info 2497 [10:57:41.243] getCompletionData: Get previous token: 0.010942995548248291 +Info 2498 [10:57:41.243] getCompletionsAtPosition: isCompletionListBlocker: 0.008492991328239441 +Info 2499 [10:57:41.244] getExportInfoMap: cache hit +Info 2500 [10:57:41.257] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 227 from cache +Info 2501 [10:57:41.257] collectAutoImports: response is complete +Info 2502 [10:57:41.257] collectAutoImports: 13.144842997193336 +Info 2503 [10:57:41.257] getCompletionData: Semantic work: 14.350232005119324 +Info 2504 [10:57:41.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8523270040750504 +Info 2505 [10:57:41.262] Format host information updated +Info 2506 [10:57:41.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2507 [10:57:41.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 8.033907994627953ms +Info 2508 [10:57:41.395] Different program with same set of files +Info 2509 [10:57:41.395] getCompletionData: Get current token: 0.0029810070991516113 +Info 2510 [10:57:41.395] getCompletionData: Is inside comment: 0.008312001824378967 +Info 2511 [10:57:41.395] getCompletionData: Get previous token: 0.012691006064414978 +Info 2512 [10:57:41.395] getCompletionsAtPosition: isCompletionListBlocker: 0.0077520012855529785 +Info 2513 [10:57:41.396] getExportInfoMap: cache hit +Info 2514 [10:57:41.400] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 106 from cache +Info 2515 [10:57:41.400] collectAutoImports: response is complete +Info 2516 [10:57:41.400] collectAutoImports: 4.1725049912929535 +Info 2517 [10:57:41.400] getCompletionData: Semantic work: 4.87007699906826 +Info 2518 [10:57:41.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7447009980678558 +Info 2519 [10:57:41.404] Format host information updated +Info 2520 [10:57:41.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2521 [10:57:41.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 15.394054993987083ms +Info 2522 [10:57:41.468] Different program with same set of files +Info 2523 [10:57:41.468] getCompletionData: Get current token: 0.006028994917869568 +Info 2524 [10:57:41.468] getCompletionData: Is inside comment: 0.017048001289367676 +Info 2525 [10:57:41.468] getCompletionData: Get previous token: 0.025532007217407227 +Info 2526 [10:57:41.468] getCompletionsAtPosition: isCompletionListBlocker: 0.0175199955701828 +Info 2527 [10:57:41.469] getExportInfoMap: cache hit +Info 2528 [10:57:41.475] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 50 from cache +Info 2529 [10:57:41.475] collectAutoImports: response is complete +Info 2530 [10:57:41.476] collectAutoImports: 6.077555999159813 +Info 2531 [10:57:41.476] getCompletionData: Semantic work: 7.498973995447159 +Info 2532 [10:57:41.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9908149987459183 +Info 2533 [10:57:41.480] Format host information updated +Info 2534 [10:57:41.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2535 [10:57:41.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 10.200017988681793ms +Info 2536 [10:57:41.911] Different program with same set of files +Info 2537 [10:57:41.911] getCompletionData: Get current token: 0.0026530027389526367 +Info 2538 [10:57:41.911] getCompletionData: Is inside comment: 0.00604701042175293 +Info 2539 [10:57:41.911] getCompletionData: Get previous token: 0.008872002363204956 +Info 2540 [10:57:41.911] getCompletionsAtPosition: isCompletionListBlocker: 0.007670998573303223 +Info 2541 [10:57:41.912] getExportInfoMap: cache hit +Info 2542 [10:57:41.915] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 106 from cache +Info 2543 [10:57:41.915] collectAutoImports: response is complete +Info 2544 [10:57:41.915] collectAutoImports: 3.430192992091179 +Info 2545 [10:57:41.915] getCompletionData: Semantic work: 4.134369000792503 +Info 2546 [10:57:41.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.939650997519493 +Info 2547 [10:57:41.918] Format host information updated +Info 2548 [10:57:41.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2549 [10:57:41.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 7.5537939965724945ms +Info 2550 [10:57:41.999] Different program with same set of files +Info 2551 [10:57:41.999] getCompletionData: Get current token: 0.0028339922428131104 +Info 2552 [10:57:41.999] getCompletionData: Is inside comment: 0.0074520111083984375 +Info 2553 [10:57:41.999] getCompletionData: Get previous token: 0.01061299443244934 +Info 2554 [10:57:41.999] getCompletionsAtPosition: isCompletionListBlocker: 0.007245004177093506 +Info 2555 [10:57:41.999] getExportInfoMap: cache hit +Info 2556 [10:57:42.002] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 2557 [10:57:42.002] collectAutoImports: response is complete +Info 2558 [10:57:42.002] collectAutoImports: 2.735930010676384 +Info 2559 [10:57:42.002] getCompletionData: Semantic work: 3.382308006286621 +Info 2560 [10:57:42.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.243463009595871 +Info 2561 [10:57:42.006] Format host information updated +Info 2562 [10:57:42.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2563 [10:57:42.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 6.749447003006935ms +Info 2564 [10:57:42.198] Different program with same set of files +Info 2565 [10:57:42.198] getCompletionData: Get current token: 0.002646997570991516 +Info 2566 [10:57:42.198] getCompletionData: Is inside comment: 0.007561996579170227 +Info 2567 [10:57:42.198] getCompletionData: Get previous token: 0.00511699914932251 +Info 2568 [10:57:42.198] getCompletionsAtPosition: isCompletionListBlocker: 0.0025369971990585327 +Info 2569 [10:57:42.198] getCompletionData: Semantic work: 0.5180139988660812 +Info 2570 [10:57:42.199] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13234399259090424 +Info 2571 [10:57:42.199] Format host information updated +Info 2572 [10:57:43.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2573 [10:57:43.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 7.895236998796463ms +Info 2574 [10:57:43.276] Different program with same set of files +Info 2575 [10:57:43.276] getCompletionData: Get current token: 0.00232599675655365 +Info 2576 [10:57:43.276] getCompletionData: Is inside comment: 0.006705000996589661 +Info 2577 [10:57:43.276] getCompletionData: Get previous token: 0.010488003492355347 +Info 2578 [10:57:43.276] getCompletionsAtPosition: isCompletionListBlocker: 0.0021539926528930664 +Info 2579 [10:57:43.277] getCompletionData: Semantic work: 0.3653559982776642 +Info 2580 [10:57:43.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09368699789047241 +Info 2581 [10:57:43.279] Format host information updated +Info 2582 [10:57:43.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2583 [10:57:43.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 7.018995001912117ms +Info 2584 [10:57:43.373] Different program with same set of files +Info 2585 [10:57:43.373] getCompletionData: Get current token: 0.0023940056562423706 +Info 2586 [10:57:43.373] getCompletionData: Is inside comment: 0.0068669915199279785 +Info 2587 [10:57:43.373] getCompletionData: Get previous token: 0.024091005325317383 +Info 2588 [10:57:43.373] getCompletionsAtPosition: isCompletionListBlocker: 0.0026890039443969727 +Info 2589 [10:57:43.374] getCompletionData: Semantic work: 0.38245999813079834 +Info 2590 [10:57:43.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09593801200389862 +Info 2591 [10:57:43.374] Format host information updated +Info 2592 [10:57:43.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2593 [10:57:43.589] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 9.83109600841999ms +Info 2594 [10:57:43.589] Different program with same set of files +Info 2595 [10:57:43.590] getCompletionData: Get current token: 0.003795996308326721 +Info 2596 [10:57:43.590] getCompletionData: Is inside comment: 0.010510995984077454 +Info 2597 [10:57:43.590] getCompletionData: Get previous token: 0.017866000533103943 +Info 2598 [10:57:43.590] getCompletionsAtPosition: isCompletionListBlocker: 0.0026260018348693848 +Info 2599 [10:57:43.590] getCompletionData: Semantic work: 0.44988200068473816 +Info 2600 [10:57:43.590] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10212700068950653 +Info 2601 [10:57:43.591] Format host information updated +Info 2602 [10:57:44.081] Format host information updated +Info 2603 [10:57:44.081] Format host information updated +Info 2604 [10:57:44.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2605 [10:57:44.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 19.947977989912033ms +Info 2606 [10:57:44.102] Different program with same set of files +Info 2607 [10:57:44.102] getCompletionData: Get current token: 0.014534011483192444 +Info 2608 [10:57:44.102] getCompletionData: Is inside comment: 0.004361003637313843 +Info 2609 [10:57:44.102] getCompletionData: Get previous token: 0.10853099822998047 +Info 2610 [10:57:44.102] getCompletionsAtPosition: isCompletionListBlocker: 0.002017989754676819 +Info 2611 [10:57:44.103] getCompletionData: Semantic work: 0.9465810060501099 +Info 2612 [10:57:44.106] getCompletionData: Get current token: 0.004208996891975403 +Info 2613 [10:57:44.106] getCompletionData: Is inside comment: 0.011840999126434326 +Info 2614 [10:57:44.106] getCompletionData: Get previous token: 0.008135989308357239 +Info 2615 [10:57:44.107] getCompletionsAtPosition: isCompletionListBlocker: 0.002020999789237976 +Info 2616 [10:57:44.107] getCompletionData: Semantic work: 0.7875119894742966 +Info 2617 [10:57:44.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10763499140739441 +Info 2618 [10:57:44.108] getCompletionData: Get current token: 0.009599000215530396 +Info 2619 [10:57:44.108] getCompletionData: Is inside comment: 0.0023199915885925293 +Info 2620 [10:57:44.108] getCompletionData: Get previous token: 0.02927599847316742 +Info 2621 [10:57:44.108] getCompletionsAtPosition: isCompletionListBlocker: 0.0018820017576217651 +Info 2622 [10:57:44.109] getCompletionData: Semantic work: 0.6834889948368073 +Info 2623 [10:57:44.110] Format host information updated +Info 2624 [10:57:47.978] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2625 [10:57:47.986] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 7.932160004973412ms +Info 2626 [10:57:47.986] Different program with same set of files +Info 2627 [10:57:47.986] getCompletionData: Get current token: 0.002312988042831421 +Info 2628 [10:57:47.986] getCompletionData: Is inside comment: 0.006457000970840454 +Info 2629 [10:57:47.986] getCompletionData: Get previous token: 0.009075000882148743 +Info 2630 [10:57:47.986] getCompletionsAtPosition: isCompletionListBlocker: 0.0023220032453536987 +Info 2631 [10:57:47.987] getCompletionData: Semantic work: 0.3723660111427307 +Info 2632 [10:57:47.987] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10346101224422455 +Info 2633 [10:57:47.987] Format host information updated +Info 2634 [10:57:48.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2635 [10:57:48.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 7.389591991901398ms +Info 2636 [10:57:48.666] Different program with same set of files +Info 2637 [10:57:48.667] getCompletionData: Get current token: 0.0025430023670196533 +Info 2638 [10:57:48.667] getCompletionData: Is inside comment: 0.007793009281158447 +Info 2639 [10:57:48.667] getCompletionData: Get previous token: 0.004666000604629517 +Info 2640 [10:57:48.667] getCompletionsAtPosition: isCompletionListBlocker: 0.0022470057010650635 +Info 2641 [10:57:48.667] getCompletionData: Semantic work: 0.42857199907302856 +Info 2642 [10:57:48.667] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0620260089635849 +Info 2643 [10:57:48.667] Format host information updated +Info 2644 [10:57:49.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2645 [10:57:49.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 7.501240998506546ms +Info 2646 [10:57:49.041] Different program with same set of files +Info 2647 [10:57:49.042] getCompletionData: Get current token: 0.0023950040340423584 +Info 2648 [10:57:49.042] getCompletionData: Is inside comment: 0.006392002105712891 +Info 2649 [10:57:49.042] getCompletionData: Get previous token: 0.009223997592926025 +Info 2650 [10:57:49.042] getCompletionsAtPosition: isCompletionListBlocker: 0.0020809918642044067 +Info 2651 [10:57:49.042] getCompletionData: Semantic work: 0.42730699479579926 +Info 2652 [10:57:49.042] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.060516998171806335 +Info 2653 [10:57:49.042] Format host information updated +Info 2654 [10:57:49.347] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2655 [10:57:49.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 9.359288990497589ms +Info 2656 [10:57:49.357] Different program with same set of files +Info 2657 [10:57:49.357] getCompletionData: Get current token: 0.00296899676322937 +Info 2658 [10:57:49.357] getCompletionData: Is inside comment: 0.00822700560092926 +Info 2659 [10:57:49.357] getCompletionData: Get previous token: 0.00529499351978302 +Info 2660 [10:57:49.357] getCompletionsAtPosition: isCompletionListBlocker: 0.0029059946537017822 +Info 2661 [10:57:49.357] getCompletionData: Semantic work: 0.5175170004367828 +Info 2662 [10:57:49.358] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07034198939800262 +Info 2663 [10:57:49.358] Format host information updated +Info 2664 [10:57:49.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2665 [10:57:49.450] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 7.285677999258041ms +Info 2666 [10:57:49.450] Different program with same set of files +Info 2667 [10:57:49.450] getCompletionData: Get current token: 0.0026129931211471558 +Info 2668 [10:57:49.450] getCompletionData: Is inside comment: 0.007525011897087097 +Info 2669 [10:57:49.450] getCompletionData: Get previous token: 0.009860992431640625 +Info 2670 [10:57:49.450] getCompletionsAtPosition: isCompletionListBlocker: 0.002468988299369812 +Info 2671 [10:57:49.451] getCompletionData: Semantic work: 0.47520899772644043 +Info 2672 [10:57:49.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06616400182247162 +Info 2673 [10:57:49.451] Format host information updated +Info 2674 [10:57:49.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2675 [10:57:49.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 9.521242007613182ms +Info 2676 [10:57:49.529] Different program with same set of files +Info 2677 [10:57:49.530] getCompletionData: Get current token: 0.0030469894409179688 +Info 2678 [10:57:49.530] getCompletionData: Is inside comment: 0.007616996765136719 +Info 2679 [10:57:49.530] getCompletionData: Get previous token: 0.01097099483013153 +Info 2680 [10:57:49.530] getCompletionsAtPosition: isCompletionListBlocker: 0.0026549994945526123 +Info 2681 [10:57:49.530] getCompletionData: Semantic work: 0.5272810012102127 +Info 2682 [10:57:49.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07467000186443329 +Info 2683 [10:57:49.531] Format host information updated +Info 2684 [10:57:49.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2685 [10:57:49.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 23.09919200837612ms +Info 2686 [10:57:49.614] Different program with same set of files +Info 2687 [10:57:49.615] getCompletionData: Get current token: 0.00977499783039093 +Info 2688 [10:57:49.615] getCompletionData: Is inside comment: 0.019372999668121338 +Info 2689 [10:57:49.615] getCompletionData: Get previous token: 0.029207006096839905 +Info 2690 [10:57:49.615] getCompletionsAtPosition: isCompletionListBlocker: 0.005112990736961365 +Info 2691 [10:57:49.616] getCompletionData: Semantic work: 1.1867959946393967 +Info 2692 [10:57:49.616] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16242198646068573 +Info 2693 [10:57:49.617] Format host information updated +Info 2694 [10:57:50.378] Format host information updated +Info 2695 [10:57:50.378] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2696 [10:57:50.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 8.735923990607262ms +Info 2697 [10:57:50.387] Different program with same set of files +Info 2698 [10:57:51.038] Format host information updated +Info 2699 [10:57:51.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2700 [10:57:51.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 6.6612579971551895ms +Info 2701 [10:57:51.045] Different program with same set of files +Info 2702 [10:58:03.034] Format host information updated +Info 2703 [10:58:03.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2704 [10:58:03.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 14.822416007518768ms +Info 2705 [10:58:03.049] Different program with same set of files +Info 2706 [10:58:14.541] Format host information updated +Info 2707 [10:58:14.541] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2708 [10:58:14.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 13.86608199775219ms +Info 2709 [10:58:14.555] Different program with same set of files +Info 2710 [10:58:14.628] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2711 [10:58:14.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 12.40242800116539ms +Info 2712 [10:58:14.641] Different program with same set of files +Info 2713 [10:58:14.641] getCompletionData: Get current token: 0.002911999821662903 +Info 2714 [10:58:14.641] getCompletionData: Is inside comment: 0.007718995213508606 +Info 2715 [10:58:14.641] getCompletionData: Get previous token: 0.011248007416725159 +Info 2716 [10:58:14.641] getCompletionsAtPosition: isCompletionListBlocker: 0.009383007884025574 +Info 2717 [10:58:14.642] getExportInfoMap: cache hit +Info 2718 [10:58:14.649] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 2719 [10:58:14.649] collectAutoImports: response is complete +Info 2720 [10:58:14.649] collectAutoImports: 7.568482995033264 +Info 2721 [10:58:14.649] getCompletionData: Semantic work: 8.433990001678467 +Info 2722 [10:58:14.652] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.236281007528305 +Info 2723 [10:58:14.653] Format host information updated +Info 2724 [10:58:14.862] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2725 [10:58:14.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 10.859141007065773ms +Info 2726 [10:58:14.873] Different program with same set of files +Info 2727 [10:58:14.873] getCompletionData: Get current token: 0.0026450008153915405 +Info 2728 [10:58:14.873] getCompletionData: Is inside comment: 0.007621005177497864 +Info 2729 [10:58:14.873] getCompletionData: Get previous token: 0.005111992359161377 +Info 2730 [10:58:14.873] getCompletionsAtPosition: isCompletionListBlocker: 0.0025790035724639893 +Info 2731 [10:58:14.874] getCompletionData: Semantic work: 0.623759999871254 +Info 2732 [10:58:14.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6431719958782196 +Info 2733 [10:58:14.877] Format host information updated +Info 2734 [10:58:14.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2735 [10:58:14.986] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 10.393052995204926ms +Info 2736 [10:58:14.986] Different program with same set of files +Info 2737 [10:58:14.987] getCompletionData: Get current token: 0.0024709999561309814 +Info 2738 [10:58:14.987] getCompletionData: Is inside comment: 0.0066339969635009766 +Info 2739 [10:58:14.987] getCompletionData: Get previous token: 0.010470002889633179 +Info 2740 [10:58:14.987] getCompletionsAtPosition: isCompletionListBlocker: 0.0024120062589645386 +Info 2741 [10:58:14.989] getCompletionData: Semantic work: 2.0506180077791214 +Info 2742 [10:58:14.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7680480033159256 +Info 2743 [10:58:14.991] Format host information updated +Info 2744 [10:58:15.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2745 [10:58:15.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 11.59765599668026ms +Info 2746 [10:58:15.176] Different program with same set of files +Info 2747 [10:58:15.176] getCompletionData: Get current token: 0.003725990653038025 +Info 2748 [10:58:15.176] getCompletionData: Is inside comment: 0.010679006576538086 +Info 2749 [10:58:15.176] getCompletionData: Get previous token: 0.016757994890213013 +Info 2750 [10:58:15.176] getCompletionsAtPosition: isCompletionListBlocker: 0.0029589980840682983 +Info 2751 [10:58:15.177] getCompletionData: Semantic work: 0.7787149995565414 +Info 2752 [10:58:15.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8048020005226135 +Info 2753 [10:58:15.181] Format host information updated +Info 2754 [10:58:15.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2755 [10:58:15.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 9.847843006253242ms +Info 2756 [10:58:15.279] Different program with same set of files +Info 2757 [10:58:15.279] getCompletionData: Get current token: 0.003295004367828369 +Info 2758 [10:58:15.279] getCompletionData: Is inside comment: 0.008492007851600647 +Info 2759 [10:58:15.279] getCompletionData: Get previous token: 0.015560001134872437 +Info 2760 [10:58:15.279] getCompletionsAtPosition: isCompletionListBlocker: 0.0026130080223083496 +Info 2761 [10:58:15.281] getCompletionData: Semantic work: 2.369050994515419 +Info 2762 [10:58:15.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.111211985349655 +Info 2763 [10:58:15.284] Format host information updated +Info 2764 [10:58:15.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2765 [10:58:15.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 10.484528005123138ms +Info 2766 [10:58:15.429] Different program with same set of files +Info 2767 [10:58:15.429] getCompletionData: Get current token: 0.0030849874019622803 +Info 2768 [10:58:15.429] getCompletionData: Is inside comment: 0.009281009435653687 +Info 2769 [10:58:15.429] getCompletionData: Get previous token: 0.03267599642276764 +Info 2770 [10:58:15.429] getCompletionsAtPosition: isCompletionListBlocker: 0.0030470043420791626 +Info 2771 [10:58:15.430] getCompletionData: Semantic work: 0.6798219978809357 +Info 2772 [10:58:15.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1078760027885437 +Info 2773 [10:58:15.433] Format host information updated +Info 2774 [10:58:15.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2775 [10:58:15.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 8.859114989638329ms +Info 2776 [10:58:15.488] Different program with same set of files +Info 2777 [10:58:15.489] getCompletionData: Get current token: 0.0024610012769699097 +Info 2778 [10:58:15.489] getCompletionData: Is inside comment: 0.006883993744850159 +Info 2779 [10:58:15.489] getCompletionData: Get previous token: 0.010845005512237549 +Info 2780 [10:58:15.489] getCompletionsAtPosition: isCompletionListBlocker: 0.0024880021810531616 +Info 2781 [10:58:15.489] getCompletionData: Semantic work: 0.577906996011734 +Info 2782 [10:58:15.491] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0153060108423233 +Info 2783 [10:58:15.492] Format host information updated +Info 2784 [10:58:16.194] Format host information updated +Info 2785 [10:58:16.194] Format host information updated +Info 2786 [10:58:16.194] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2787 [10:58:16.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 9.594578996300697ms +Info 2788 [10:58:16.204] Different program with same set of files +Info 2789 [10:58:16.204] getCompletionData: Get current token: 0.002893999218940735 +Info 2790 [10:58:16.204] getCompletionData: Is inside comment: 0.008080005645751953 +Info 2791 [10:58:16.204] getCompletionData: Get previous token: 0.00707601010799408 +Info 2792 [10:58:16.204] getCompletionsAtPosition: isCompletionListBlocker: 0.007960006594657898 +Info 2793 [10:58:16.205] getExportInfoMap: cache hit +Info 2794 [10:58:16.224] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 2795 [10:58:16.224] collectAutoImports: response is complete +Info 2796 [10:58:16.224] collectAutoImports: 19.04634800553322 +Info 2797 [10:58:16.224] getCompletionData: Semantic work: 19.745529994368553 +Info 2798 [10:58:16.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.190904006361961 +Info 2799 [10:58:16.233] getCompletionData: Get current token: 0.010023996233940125 +Info 2800 [10:58:16.233] getCompletionData: Is inside comment: 0.0035350024700164795 +Info 2801 [10:58:16.233] getCompletionData: Get previous token: 0.016292989253997803 +Info 2802 [10:58:16.233] getCompletionsAtPosition: isCompletionListBlocker: 0.0023679882287979126 +Info 2803 [10:58:16.234] getCompletionData: Semantic work: 0.5798609852790833 +Info 2804 [10:58:16.237] getCompletionData: Get current token: 0.007114991545677185 +Info 2805 [10:58:16.237] getCompletionData: Is inside comment: 0.003032997250556946 +Info 2806 [10:58:16.237] getCompletionData: Get previous token: 0.014983996748924255 +Info 2807 [10:58:16.237] getCompletionsAtPosition: isCompletionListBlocker: 0.0020239949226379395 +Info 2808 [10:58:16.238] getCompletionData: Semantic work: 0.2292870134115219 +Info 2809 [10:58:16.238] Format host information updated +Info 2810 [10:58:16.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2811 [10:58:16.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 9.717362999916077ms +Info 2812 [10:58:16.507] Different program with same set of files +Info 2813 [10:58:16.507] getCompletionData: Get current token: 0.0032080113887786865 +Info 2814 [10:58:16.507] getCompletionData: Is inside comment: 0.008855000138282776 +Info 2815 [10:58:16.507] getCompletionData: Get previous token: 0.006147995591163635 +Info 2816 [10:58:16.507] getCompletionsAtPosition: isCompletionListBlocker: 0.0029219985008239746 +Info 2817 [10:58:16.508] getCompletionData: Semantic work: 1.0312959998846054 +Info 2818 [10:58:16.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1873599886894226 +Info 2819 [10:58:16.509] Format host information updated +Info 2820 [10:58:16.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2821 [10:58:16.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 8.467157989740372ms +Info 2822 [10:58:16.834] Different program with same set of files +Info 2823 [10:58:16.834] getCompletionData: Get current token: 0.0023410022258758545 +Info 2824 [10:58:16.834] getCompletionData: Is inside comment: 0.006825000047683716 +Info 2825 [10:58:16.834] getCompletionData: Get previous token: 0.010854989290237427 +Info 2826 [10:58:16.834] getCompletionsAtPosition: isCompletionListBlocker: 0.00254000723361969 +Info 2827 [10:58:16.835] getCompletionData: Semantic work: 0.8423160016536713 +Info 2828 [10:58:16.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6080529987812042 +Info 2829 [10:58:16.836] Format host information updated +Info 2830 [10:58:16.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2831 [10:58:16.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 29.07658299803734ms +Info 2832 [10:58:16.926] Different program with same set of files +Info 2833 [10:58:16.926] getCompletionData: Get current token: 0.007957994937896729 +Info 2834 [10:58:16.926] getCompletionData: Is inside comment: 0.018563002347946167 +Info 2835 [10:58:16.926] getCompletionData: Get previous token: 0.029268011450767517 +Info 2836 [10:58:16.927] getCompletionsAtPosition: isCompletionListBlocker: 0.005677998065948486 +Info 2837 [10:58:16.928] getCompletionData: Semantic work: 1.4853429943323135 +Info 2838 [10:58:16.929] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1262920051813126 +Info 2839 [10:58:16.930] Format host information updated +Info 2840 [10:58:17.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2841 [10:58:17.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 7.943567991256714ms +Info 2842 [10:58:17.204] Different program with same set of files +Info 2843 [10:58:17.204] getCompletionData: Get current token: 0.0022870004177093506 +Info 2844 [10:58:17.204] getCompletionData: Is inside comment: 0.0070990025997161865 +Info 2845 [10:58:17.204] getCompletionData: Get previous token: 0.010432004928588867 +Info 2846 [10:58:17.204] getCompletionsAtPosition: isCompletionListBlocker: 0.0022909939289093018 +Info 2847 [10:58:17.205] getCompletionData: Semantic work: 0.7858680039644241 +Info 2848 [10:58:17.206] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5220899879932404 +Info 2849 [10:58:17.208] Format host information updated +Info 2850 [10:58:17.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2851 [10:58:17.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 7.049160987138748ms +Info 2852 [10:58:17.330] Different program with same set of files +Info 2853 [10:58:17.330] getCompletionData: Get current token: 0.00380900502204895 +Info 2854 [10:58:17.330] getCompletionData: Is inside comment: 0.011316999793052673 +Info 2855 [10:58:17.330] getCompletionData: Get previous token: 0.008600011467933655 +Info 2856 [10:58:17.330] getCompletionsAtPosition: isCompletionListBlocker: 0.0026589930057525635 +Info 2857 [10:58:17.331] getCompletionData: Semantic work: 0.8579410016536713 +Info 2858 [10:58:17.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3010910004377365 +Info 2859 [10:58:17.332] Format host information updated +Info 2860 [10:58:17.440] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2861 [10:58:17.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 8.286762997508049ms +Info 2862 [10:58:17.449] Different program with same set of files +Info 2863 [10:58:17.449] getCompletionData: Get current token: 0.0024839937686920166 +Info 2864 [10:58:17.449] getCompletionData: Is inside comment: 0.007216006517410278 +Info 2865 [10:58:17.449] getCompletionData: Get previous token: 0.010752007365226746 +Info 2866 [10:58:17.449] getCompletionsAtPosition: isCompletionListBlocker: 0.0024210065603256226 +Info 2867 [10:58:17.450] getCompletionData: Semantic work: 0.8524799942970276 +Info 2868 [10:58:17.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5720729976892471 +Info 2869 [10:58:17.453] Format host information updated +Info 2870 [10:58:17.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2871 [10:58:17.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 7.700373008847237ms +Info 2872 [10:58:17.509] Different program with same set of files +Info 2873 [10:58:17.509] getCompletionData: Get current token: 0.003120988607406616 +Info 2874 [10:58:17.509] getCompletionData: Is inside comment: 0.008469000458717346 +Info 2875 [10:58:17.509] getCompletionData: Get previous token: 0.012988001108169556 +Info 2876 [10:58:17.509] getCompletionsAtPosition: isCompletionListBlocker: 0.0024079978466033936 +Info 2877 [10:58:17.510] getCompletionData: Semantic work: 0.8425630033016205 +Info 2878 [10:58:17.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6141500025987625 +Info 2879 [10:58:17.511] Format host information updated +Info 2880 [10:58:17.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2881 [10:58:17.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 23.191624999046326ms +Info 2882 [10:58:17.784] Different program with same set of files +Info 2883 [10:58:17.784] getCompletionData: Get current token: 0.00631299614906311 +Info 2884 [10:58:17.785] getCompletionData: Is inside comment: 0.018926993012428284 +Info 2885 [10:58:17.785] getCompletionData: Get previous token: 0.028713002800941467 +Info 2886 [10:58:17.785] getCompletionsAtPosition: isCompletionListBlocker: 0.005389988422393799 +Info 2887 [10:58:17.787] getCompletionData: Semantic work: 1.893775999546051 +Info 2888 [10:58:17.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3289080113172531 +Info 2889 [10:58:17.788] Format host information updated +Info 2890 [10:58:17.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2891 [10:58:17.901] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 7.668891996145248ms +Info 2892 [10:58:17.901] Different program with same set of files +Info 2893 [10:58:17.902] getCompletionData: Get current token: 0.0030289888381958008 +Info 2894 [10:58:17.902] getCompletionData: Is inside comment: 0.008617997169494629 +Info 2895 [10:58:17.902] getCompletionData: Get previous token: 0.013271987438201904 +Info 2896 [10:58:17.902] getCompletionsAtPosition: isCompletionListBlocker: 0.0028050094842910767 +Info 2897 [10:58:17.902] getCompletionData: Semantic work: 0.8322539925575256 +Info 2898 [10:58:17.903] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6542050093412399 +Info 2899 [10:58:17.903] Format host information updated +Info 2900 [10:58:18.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2901 [10:58:18.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 10.59553699195385ms +Info 2902 [10:58:18.196] Different program with same set of files +Info 2903 [10:58:18.196] getCompletionData: Get current token: 0.003323003649711609 +Info 2904 [10:58:18.196] getCompletionData: Is inside comment: 0.008489996194839478 +Info 2905 [10:58:18.196] getCompletionData: Get previous token: 0.013486012816429138 +Info 2906 [10:58:18.196] getCompletionsAtPosition: isCompletionListBlocker: 0.0029349923133850098 +Info 2907 [10:58:18.197] getCompletionData: Semantic work: 0.841609001159668 +Info 2908 [10:58:18.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6439239978790283 +Info 2909 [10:58:18.198] Format host information updated +Info 2910 [10:58:18.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2911 [10:58:18.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 7.725566998124123ms +Info 2912 [10:58:18.342] Different program with same set of files +Info 2913 [10:58:18.342] getCompletionData: Get current token: 0.0029529929161071777 +Info 2914 [10:58:18.342] getCompletionData: Is inside comment: 0.008086994290351868 +Info 2915 [10:58:18.342] getCompletionData: Get previous token: 0.012308001518249512 +Info 2916 [10:58:18.342] getCompletionsAtPosition: isCompletionListBlocker: 0.0024529993534088135 +Info 2917 [10:58:18.343] getCompletionData: Semantic work: 0.8486350029706955 +Info 2918 [10:58:18.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.65904600918293 +Info 2919 [10:58:18.344] Format host information updated +Info 2920 [10:58:18.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2921 [10:58:18.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 10.2571329921484ms +Info 2922 [10:58:18.448] Different program with same set of files +Info 2923 [10:58:18.448] getCompletionData: Get current token: 0.00299699604511261 +Info 2924 [10:58:18.448] getCompletionData: Is inside comment: 0.007839009165763855 +Info 2925 [10:58:18.448] getCompletionData: Get previous token: 0.012121990323066711 +Info 2926 [10:58:18.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0024439990520477295 +Info 2927 [10:58:18.449] getCompletionData: Semantic work: 0.8356630057096481 +Info 2928 [10:58:18.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6585579961538315 +Info 2929 [10:58:18.450] Format host information updated +Info 2930 [10:58:18.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2931 [10:58:18.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 23.14172700047493ms +Info 2932 [10:58:18.533] Different program with same set of files +Info 2933 [10:58:18.533] getCompletionData: Get current token: 0.008776992559432983 +Info 2934 [10:58:18.533] getCompletionData: Is inside comment: 0.02630700170993805 +Info 2935 [10:58:18.534] getCompletionData: Get previous token: 0.03977900743484497 +Info 2936 [10:58:18.534] getCompletionsAtPosition: isCompletionListBlocker: 0.006821006536483765 +Info 2937 [10:58:18.536] getCompletionData: Semantic work: 2.142443001270294 +Info 2938 [10:58:18.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6600300073623657 +Info 2939 [10:58:18.537] Format host information updated +Info 2940 [10:58:18.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2941 [10:58:18.712] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 12.687934011220932ms +Info 2942 [10:58:18.712] Different program with same set of files +Info 2943 [10:58:18.712] getCompletionData: Get current token: 0.003600001335144043 +Info 2944 [10:58:18.712] getCompletionData: Is inside comment: 0.009746000170707703 +Info 2945 [10:58:18.712] getCompletionData: Get previous token: 0.007041990756988525 +Info 2946 [10:58:18.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0037369877099990845 +Info 2947 [10:58:18.713] getExportInfoMap: cache hit +Info 2948 [10:58:18.729] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 2949 [10:58:18.729] collectAutoImports: response is complete +Info 2950 [10:58:18.729] collectAutoImports: 16.392947003245354 +Info 2951 [10:58:18.729] getCompletionData: Semantic work: 17.184221997857094 +Info 2952 [10:58:18.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.739174991846085 +Info 2953 [10:58:18.746] Format host information updated +Info 2954 [10:58:18.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2955 [10:58:18.782] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 7.080873996019363ms +Info 2956 [10:58:18.782] Different program with same set of files +Info 2957 [10:58:18.782] getCompletionData: Get current token: 0.0022380053997039795 +Info 2958 [10:58:18.782] getCompletionData: Is inside comment: 0.0064329952001571655 +Info 2959 [10:58:18.782] getCompletionData: Get previous token: 0.004318997263908386 +Info 2960 [10:58:18.782] getCompletionsAtPosition: isCompletionListBlocker: 0.0073229968547821045 +Info 2961 [10:58:18.782] getExportInfoMap: cache hit +Info 2962 [10:58:18.793] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 2963 [10:58:18.793] collectAutoImports: response is complete +Info 2964 [10:58:18.793] collectAutoImports: 10.51009900867939 +Info 2965 [10:58:18.793] getCompletionData: Semantic work: 11.104746997356415 +Info 2966 [10:58:18.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.983460992574692 +Info 2967 [10:58:18.802] Format host information updated +Info 2968 [10:58:19.093] getCompletionData: Get current token: 0.0045100003480911255 +Info 2969 [10:58:19.093] getCompletionData: Is inside comment: 0.002299010753631592 +Info 2970 [10:58:19.093] getCompletionData: Get previous token: 0.014643996953964233 +Info 2971 [10:58:19.093] getCompletionsAtPosition: isCompletionListBlocker: 0.004831001162528992 +Info 2972 [10:58:19.094] getExportInfoMap: cache hit +Info 2973 [10:58:19.104] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 2974 [10:58:19.104] collectAutoImports: response is complete +Info 2975 [10:58:19.104] collectAutoImports: 10.073487997055054 +Info 2976 [10:58:19.104] getCompletionData: Semantic work: 10.85538600385189 +Info 2977 [10:58:19.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.566380992531776 +Info 2978 [10:58:19.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2979 [10:58:19.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 7.198629006743431ms +Info 2980 [10:58:19.326] Different program with same set of files +Info 2981 [10:58:19.326] getCompletionData: Get current token: 0.0029930025339126587 +Info 2982 [10:58:19.326] getCompletionData: Is inside comment: 0.0009600073099136353 +Info 2983 [10:58:19.326] getCompletionData: Get previous token: 0.011050999164581299 +Info 2984 [10:58:19.326] getCompletionsAtPosition: isCompletionListBlocker: 0.0027690082788467407 +Info 2985 [10:58:19.326] getExportInfoMap: cache hit +Info 2986 [10:58:19.331] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 227 from cache +Info 2987 [10:58:19.332] collectAutoImports: response is complete +Info 2988 [10:58:19.332] collectAutoImports: 5.126823008060455 +Info 2989 [10:58:19.332] getCompletionData: Semantic work: 5.678894996643066 +Info 2990 [10:58:19.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4980349987745285 +Info 2991 [10:58:19.336] Format host information updated +Info 2992 [10:58:19.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2993 [10:58:19.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 7.3801199942827225ms +Info 2994 [10:58:19.490] Different program with same set of files +Info 2995 [10:58:19.490] getCompletionData: Get current token: 0.003573998808860779 +Info 2996 [10:58:19.490] getCompletionData: Is inside comment: 0.0012849867343902588 +Info 2997 [10:58:19.490] getCompletionData: Get previous token: 0.029064998030662537 +Info 2998 [10:58:19.490] getCompletionsAtPosition: isCompletionListBlocker: 0.0034600049257278442 +Info 2999 [10:58:19.493] getExportInfoMap: cache hit +Info 3000 [10:58:19.497] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 106 from cache +Info 3001 [10:58:19.497] collectAutoImports: response is complete +Info 3002 [10:58:19.497] collectAutoImports: 3.9551189988851547 +Info 3003 [10:58:19.497] getCompletionData: Semantic work: 6.476791009306908 +Info 3004 [10:58:19.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4045009911060333 +Info 3005 [10:58:19.501] Format host information updated +Info 3006 [10:58:19.613] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3007 [10:58:19.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 7.359194993972778ms +Info 3008 [10:58:19.620] Different program with same set of files +Info 3009 [10:58:19.620] getCompletionData: Get current token: 0.0034630000591278076 +Info 3010 [10:58:19.620] getCompletionData: Is inside comment: 0.0012639909982681274 +Info 3011 [10:58:19.620] getCompletionData: Get previous token: 0.012857005000114441 +Info 3012 [10:58:19.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0032899975776672363 +Info 3013 [10:58:19.621] getExportInfoMap: cache hit +Info 3014 [10:58:19.623] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 3015 [10:58:19.623] collectAutoImports: response is complete +Info 3016 [10:58:19.623] collectAutoImports: 2.4730670005083084 +Info 3017 [10:58:19.623] getCompletionData: Semantic work: 3.1339190006256104 +Info 3018 [10:58:19.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1983740031719208 +Info 3019 [10:58:19.630] Format host information updated +Info 3020 [10:58:19.788] Format host information updated +Info 3021 [10:58:19.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3022 [10:58:19.816] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 26.942368000745773ms +Info 3023 [10:58:19.816] Different program with same set of files +Info 3024 [10:58:19.909] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3025 [10:58:19.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 8.523263990879059ms +Info 3026 [10:58:19.918] Different program with same set of files +Info 3027 [10:58:19.918] getCompletionData: Get current token: 0.003868013620376587 +Info 3028 [10:58:19.918] getCompletionData: Is inside comment: 0.0014339983463287354 +Info 3029 [10:58:19.918] getCompletionData: Get previous token: 0.017708003520965576 +Info 3030 [10:58:19.918] getCompletionsAtPosition: isCompletionListBlocker: 0.008106991648674011 +Info 3031 [10:58:19.919] getExportInfoMap: cache hit +Info 3032 [10:58:19.935] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3033 [10:58:19.935] collectAutoImports: response is complete +Info 3034 [10:58:19.935] collectAutoImports: 16.030294999480247 +Info 3035 [10:58:19.935] getCompletionData: Semantic work: 16.666496992111206 +Info 3036 [10:58:19.940] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.780199006199837 +Info 3037 [10:58:19.943] Format host information updated +Info 3038 [10:58:20.139] Format host information updated +Info 3039 [10:58:20.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3040 [10:58:20.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 7.033573001623154ms +Info 3041 [10:58:20.146] Different program with same set of files +Info 3042 [10:58:20.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3043 [10:58:20.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 7.964286997914314ms +Info 3044 [10:58:20.861] Different program with same set of files +Info 3045 [10:58:20.861] getCompletionData: Get current token: 0.0042150020599365234 +Info 3046 [10:58:20.861] getCompletionData: Is inside comment: 0.0012769997119903564 +Info 3047 [10:58:20.861] getCompletionData: Get previous token: 0.015704989433288574 +Info 3048 [10:58:20.861] getCompletionsAtPosition: isCompletionListBlocker: 0.008768007159233093 +Info 3049 [10:58:20.861] getExportInfoMap: cache hit +Info 3050 [10:58:20.869] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 227 from cache +Info 3051 [10:58:20.869] collectAutoImports: response is complete +Info 3052 [10:58:20.869] collectAutoImports: 7.969406992197037 +Info 3053 [10:58:20.869] getCompletionData: Semantic work: 8.62933500111103 +Info 3054 [10:58:20.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1602440029382706 +Info 3055 [10:58:20.875] Format host information updated +Info 3056 [10:58:20.938] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3057 [10:58:20.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 7.773231998085976ms +Info 3058 [10:58:20.946] Different program with same set of files +Info 3059 [10:58:20.946] getCompletionData: Get current token: 0.003670990467071533 +Info 3060 [10:58:20.946] getCompletionData: Is inside comment: 0.0013760030269622803 +Info 3061 [10:58:20.946] getCompletionData: Get previous token: 0.01503799855709076 +Info 3062 [10:58:20.946] getCompletionsAtPosition: isCompletionListBlocker: 0.009264007210731506 +Info 3063 [10:58:20.947] getExportInfoMap: cache hit +Info 3064 [10:58:20.951] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 106 from cache +Info 3065 [10:58:20.951] collectAutoImports: response is complete +Info 3066 [10:58:20.951] collectAutoImports: 3.7766090035438538 +Info 3067 [10:58:20.951] getCompletionData: Semantic work: 4.5761729925870895 +Info 3068 [10:58:20.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7257779985666275 +Info 3069 [10:58:20.958] Format host information updated +Info 3070 [10:58:21.440] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3071 [10:58:21.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 6.896343007683754ms +Info 3072 [10:58:21.447] Different program with same set of files +Info 3073 [10:58:21.447] getCompletionData: Get current token: 0.0026440024375915527 +Info 3074 [10:58:21.447] getCompletionData: Is inside comment: 0.0009099990129470825 +Info 3075 [10:58:21.447] getCompletionData: Get previous token: 0.011551007628440857 +Info 3076 [10:58:21.447] getCompletionsAtPosition: isCompletionListBlocker: 0.007063999772071838 +Info 3077 [10:58:21.447] getExportInfoMap: cache hit +Info 3078 [10:58:21.450] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 3079 [10:58:21.450] collectAutoImports: response is complete +Info 3080 [10:58:21.450] collectAutoImports: 2.161729007959366 +Info 3081 [10:58:21.450] getCompletionData: Semantic work: 2.650495007634163 +Info 3082 [10:58:21.453] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.483484998345375 +Info 3083 [10:58:21.453] Format host information updated +Info 3084 [10:58:41.345] getCompletionData: Get current token: 0.0033819973468780518 +Info 3085 [10:58:41.345] getCompletionData: Is inside comment: 0.0012349933385849 +Info 3086 [10:58:41.345] getCompletionData: Get previous token: 0.011540994048118591 +Info 3087 [10:58:41.345] getCompletionsAtPosition: isCompletionListBlocker: 0.008658990263938904 +Info 3088 [10:58:41.345] getExportInfoMap: cache hit +Info 3089 [10:58:41.348] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 3090 [10:58:41.348] collectAutoImports: response is complete +Info 3091 [10:58:41.348] collectAutoImports: 2.269097998738289 +Info 3092 [10:58:41.348] getCompletionData: Semantic work: 2.9641869962215424 +Info 3093 [10:58:41.349] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1849540024995804 +Info 3094 [10:58:41.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3095 [10:58:41.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 10.09112000465393ms +Info 3096 [10:58:41.550] Different program with same set of files +Info 3097 [10:58:41.550] getCompletionData: Get current token: 0.0038339942693710327 +Info 3098 [10:58:41.550] getCompletionData: Is inside comment: 0.0011730045080184937 +Info 3099 [10:58:41.550] getCompletionData: Get previous token: 0.017655998468399048 +Info 3100 [10:58:41.550] getCompletionsAtPosition: isCompletionListBlocker: 0.0025500059127807617 +Info 3101 [10:58:41.552] getCompletionData: Semantic work: 1.99617899954319 +Info 3102 [10:58:41.553] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3966750055551529 +Info 3103 [10:58:41.553] Format host information updated +Info 3104 [10:58:41.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3105 [10:58:41.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 9.521714001893997ms +Info 3106 [10:58:41.703] Different program with same set of files +Info 3107 [10:58:41.703] getCompletionData: Get current token: 0.004381999373435974 +Info 3108 [10:58:41.703] getCompletionData: Is inside comment: 0.001413002610206604 +Info 3109 [10:58:41.703] getCompletionData: Get previous token: 0.019106000661849976 +Info 3110 [10:58:41.703] getCompletionsAtPosition: isCompletionListBlocker: 0.0030479878187179565 +Info 3111 [10:58:41.705] getCompletionData: Semantic work: 2.593517005443573 +Info 3112 [10:58:41.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6319520026445389 +Info 3113 [10:58:41.708] Format host information updated +Info 3114 [10:58:41.763] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3115 [10:58:41.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 8.375548988580704ms +Info 3116 [10:58:41.771] Different program with same set of files +Info 3117 [10:58:41.771] getCompletionData: Get current token: 0.004781991243362427 +Info 3118 [10:58:41.772] getCompletionData: Is inside comment: 0.0013259947299957275 +Info 3119 [10:58:41.772] getCompletionData: Get previous token: 0.01559498906135559 +Info 3120 [10:58:41.772] getCompletionsAtPosition: isCompletionListBlocker: 0.0029480010271072388 +Info 3121 [10:58:41.774] getCompletionData: Semantic work: 2.1503610014915466 +Info 3122 [10:58:41.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.517986997961998 +Info 3123 [10:58:41.776] Format host information updated +Info 3124 [10:58:41.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3125 [10:58:41.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 15.974248990416527ms +Info 3126 [10:58:41.845] Different program with same set of files +Info 3127 [10:58:41.845] getCompletionData: Get current token: 0.008658990263938904 +Info 3128 [10:58:41.845] getCompletionData: Is inside comment: 0.003426000475883484 +Info 3129 [10:58:41.845] getCompletionData: Get previous token: 0.041453003883361816 +Info 3130 [10:58:41.845] getCompletionsAtPosition: isCompletionListBlocker: 0.004920005798339844 +Info 3131 [10:58:41.850] getCompletionData: Semantic work: 4.963217005133629 +Info 3132 [10:58:41.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2042839974164963 +Info 3133 [10:58:41.852] Format host information updated +Info 3134 [10:58:41.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3135 [10:58:41.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 10.242407009005547ms +Info 3136 [10:58:41.983] Different program with same set of files +Info 3137 [10:58:41.983] getCompletionData: Get current token: 0.004197999835014343 +Info 3138 [10:58:41.983] getCompletionData: Is inside comment: 0.0012850016355514526 +Info 3139 [10:58:41.983] getCompletionData: Get previous token: 0.021703004837036133 +Info 3140 [10:58:41.983] getCompletionsAtPosition: isCompletionListBlocker: 0.0025790035724639893 +Info 3141 [10:58:41.986] getCompletionData: Semantic work: 2.9007849991321564 +Info 3142 [10:58:41.987] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5027140080928802 +Info 3143 [10:58:41.987] Format host information updated +Info 3144 [10:58:42.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3145 [10:58:42.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 9.812312006950378ms +Info 3146 [10:58:42.084] Different program with same set of files +Info 3147 [10:58:42.085] getCompletionData: Get current token: 0.020369991660118103 +Info 3148 [10:58:42.085] getCompletionData: Is inside comment: 0.0018310099840164185 +Info 3149 [10:58:42.085] getCompletionData: Get previous token: 0.018560990691184998 +Info 3150 [10:58:42.085] getCompletionsAtPosition: isCompletionListBlocker: 0.0032569915056228638 +Info 3151 [10:58:42.086] getExportInfoMap: cache hit +Info 3152 [10:58:42.104] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3153 [10:58:42.104] collectAutoImports: response is complete +Info 3154 [10:58:42.104] collectAutoImports: 18.541975006461143 +Info 3155 [10:58:42.104] getCompletionData: Semantic work: 19.760379001498222 +Info 3156 [10:58:42.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.144209012389183 +Info 3157 [10:58:42.239] Format host information updated +Info 3158 [10:58:42.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3159 [10:58:42.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 10.560171008110046ms +Info 3160 [10:58:42.260] Different program with same set of files +Info 3161 [10:58:42.260] getCompletionData: Get current token: 0.0030570030212402344 +Info 3162 [10:58:42.260] getCompletionData: Is inside comment: 0.0010749995708465576 +Info 3163 [10:58:42.260] getCompletionData: Get previous token: 0.01380699872970581 +Info 3164 [10:58:42.260] getCompletionsAtPosition: isCompletionListBlocker: 0.006534993648529053 +Info 3165 [10:58:42.260] getExportInfoMap: cache hit +Info 3166 [10:58:42.277] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3167 [10:58:42.277] collectAutoImports: response is complete +Info 3168 [10:58:42.277] collectAutoImports: 16.77005699276924 +Info 3169 [10:58:42.277] getCompletionData: Semantic work: 17.395146995782852 +Info 3170 [10:58:42.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.524598002433777 +Info 3171 [10:58:42.285] Format host information updated +Info 3172 [10:58:42.424] Format host information updated +Info 3173 [10:58:42.470] getCompletionData: Get current token: 0.0039730072021484375 +Info 3174 [10:58:42.470] getCompletionData: Is inside comment: 0.0015189945697784424 +Info 3175 [10:58:42.470] getCompletionData: Get previous token: 0.013340994715690613 +Info 3176 [10:58:42.470] getCompletionsAtPosition: isCompletionListBlocker: 0.0038380026817321777 +Info 3177 [10:58:42.471] getExportInfoMap: cache hit +Info 3178 [10:58:42.482] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3179 [10:58:42.482] collectAutoImports: response is complete +Info 3180 [10:58:42.482] collectAutoImports: 11.126155003905296 +Info 3181 [10:58:42.482] getCompletionData: Semantic work: 11.861153990030289 +Info 3182 [10:58:42.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.859370991587639 +Info 3183 [10:58:42.685] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3184 [10:58:42.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 8.89520999789238ms +Info 3185 [10:58:42.694] Different program with same set of files +Info 3186 [10:58:42.776] Format host information updated +Info 3187 [10:58:42.835] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3188 [10:58:42.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 12.619583010673523ms +Info 3189 [10:58:42.847] Different program with same set of files +Info 3190 [10:58:42.847] getCompletionData: Get current token: 0.0034719854593276978 +Info 3191 [10:58:42.847] getCompletionData: Is inside comment: 0.0011869966983795166 +Info 3192 [10:58:42.847] getCompletionData: Get previous token: 0.014992013573646545 +Info 3193 [10:58:42.847] getCompletionsAtPosition: isCompletionListBlocker: 0.007577002048492432 +Info 3194 [10:58:42.848] getExportInfoMap: cache hit +Info 3195 [10:58:42.858] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3196 [10:58:42.858] collectAutoImports: response is complete +Info 3197 [10:58:42.858] collectAutoImports: 10.388807997107506 +Info 3198 [10:58:42.858] getCompletionData: Semantic work: 10.979967013001442 +Info 3199 [10:58:42.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6341420114040375 +Info 3200 [10:58:42.942] Format host information updated +Info 3201 [10:58:43.441] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3202 [10:58:43.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 10.58287599682808ms +Info 3203 [10:58:43.451] Different program with same set of files +Info 3204 [10:58:43.538] Format host information updated +Info 3205 [10:58:43.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3206 [10:58:43.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 14.04093798995018ms +Info 3207 [10:58:43.562] Different program with same set of files +Info 3208 [10:58:43.645] Format host information updated +Info 3209 [10:58:43.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3210 [10:58:43.687] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 10.70303900539875ms +Info 3211 [10:58:43.687] Different program with same set of files +Info 3212 [10:58:43.772] Format host information updated +Info 3213 [10:58:43.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3214 [10:58:43.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 10.822642013430595ms +Info 3215 [10:58:43.796] Different program with same set of files +Info 3216 [10:58:43.873] Format host information updated +Info 3217 [10:58:43.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3218 [10:58:43.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 6.93155699968338ms +Info 3219 [10:58:43.890] Different program with same set of files +Info 3220 [10:58:43.966] Format host information updated +Info 3221 [10:58:45.077] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3222 [10:58:45.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 9.965120002627373ms +Info 3223 [10:58:45.087] Different program with same set of files +Info 3224 [10:58:45.159] Format host information updated +Info 3225 [10:58:45.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3226 [10:58:45.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 13.335727006196976ms +Info 3227 [10:58:45.229] Different program with same set of files +Info 3228 [10:58:45.304] Format host information updated +Info 3229 [10:58:45.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3230 [10:58:45.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 7.656891003251076ms +Info 3231 [10:58:45.328] Different program with same set of files +Info 3232 [10:58:45.406] Format host information updated +Info 3233 [10:58:45.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3234 [10:58:45.563] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 9.83967700600624ms +Info 3235 [10:58:45.563] Different program with same set of files +Info 3236 [10:58:45.635] Format host information updated +Info 3237 [10:58:45.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3238 [10:58:45.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 9.746592000126839ms +Info 3239 [10:58:45.709] Different program with same set of files +Info 3240 [10:58:45.794] Format host information updated +Info 3241 [10:58:45.807] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3242 [10:58:45.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 7.304624006152153ms +Info 3243 [10:58:45.814] Different program with same set of files +Info 3244 [10:58:45.887] Format host information updated +Info 3245 [10:58:46.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3246 [10:58:46.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 10.58271999657154ms +Info 3247 [10:58:46.313] Different program with same set of files +Info 3248 [10:58:46.384] Format host information updated +Info 3249 [10:58:46.523] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3250 [10:58:46.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 6.966685011982918ms +Info 3251 [10:58:46.530] Different program with same set of files +Info 3252 [10:58:46.603] Format host information updated +Info 3253 [10:58:46.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3254 [10:58:46.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 7.3068110048770905ms +Info 3255 [10:58:46.977] Different program with same set of files +Info 3256 [10:58:47.050] Format host information updated +Info 3257 [10:58:47.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3258 [10:58:47.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 6.993891999125481ms +Info 3259 [10:58:47.068] Different program with same set of files +Info 3260 [10:58:47.141] Format host information updated +Info 3261 [10:58:47.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3262 [10:58:47.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 10.419656991958618ms +Info 3263 [10:58:47.186] Different program with same set of files +Info 3264 [10:58:47.272] Format host information updated +Info 3265 [10:58:47.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3266 [10:58:47.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 7.201865002512932ms +Info 3267 [10:58:47.288] Different program with same set of files +Info 3268 [10:58:47.366] Format host information updated +Info 3269 [10:58:47.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3270 [10:58:47.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 7.152695998549461ms +Info 3271 [10:58:47.384] Different program with same set of files +Info 3272 [10:58:47.460] Format host information updated +Info 3273 [10:58:47.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3274 [10:58:47.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 9.583850011229515ms +Info 3275 [10:58:47.693] Different program with same set of files +Info 3276 [10:58:47.774] Format host information updated +Info 3277 [10:58:47.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3278 [10:58:47.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 7.28685699403286ms +Info 3279 [10:58:47.791] Different program with same set of files +Info 3280 [10:58:47.873] Format host information updated +Info 3281 [10:58:47.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3282 [10:58:47.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 7.04441200196743ms +Info 3283 [10:58:47.889] Different program with same set of files +Info 3284 [10:58:47.966] Format host information updated +Info 3285 [10:58:48.490] Format host information updated +Info 3286 [10:58:48.490] Format host information updated +Info 3287 [10:58:48.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3288 [10:58:48.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 10.339571014046669ms +Info 3289 [10:58:48.501] Different program with same set of files +Info 3290 [10:58:48.572] Format host information updated +Info 3291 [10:58:48.742] getCompletionData: Get current token: 0.0039529949426651 +Info 3292 [10:58:48.742] getCompletionData: Is inside comment: 0.001221001148223877 +Info 3293 [10:58:48.742] getCompletionData: Get previous token: 0.01121300458908081 +Info 3294 [10:58:48.743] getCompletionsAtPosition: isCompletionListBlocker: 0.019122004508972168 +Info 3295 [10:58:48.743] getExportInfoMap: cache hit +Info 3296 [10:58:48.760] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3297 [10:58:48.760] collectAutoImports: response is complete +Info 3298 [10:58:48.760] collectAutoImports: 16.53600600361824 +Info 3299 [10:58:48.760] getCompletionData: Semantic work: 17.21756199002266 +Info 3300 [10:58:48.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.571600988507271 +Info 3301 [10:58:48.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3302 [10:58:48.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 7.439191997051239ms +Info 3303 [10:58:48.994] Different program with same set of files +Info 3304 [10:58:48.994] getCompletionData: Get current token: 0.004653990268707275 +Info 3305 [10:58:48.994] getCompletionData: Is inside comment: 0.0012750029563903809 +Info 3306 [10:58:48.994] getCompletionData: Get previous token: 0.01690100133419037 +Info 3307 [10:58:48.994] getCompletionsAtPosition: isCompletionListBlocker: 0.04589399695396423 +Info 3308 [10:58:48.994] getExportInfoMap: cache hit +Info 3309 [10:58:49.006] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3310 [10:58:49.006] collectAutoImports: response is complete +Info 3311 [10:58:49.006] collectAutoImports: 11.660049006342888 +Info 3312 [10:58:49.006] getCompletionData: Semantic work: 12.293531998991966 +Info 3313 [10:58:49.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8115579932928085 +Info 3314 [10:58:49.078] Format host information updated +Info 3315 [10:58:49.084] Format host information updated +Info 3316 [10:58:49.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3317 [10:58:49.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 8.141117990016937ms +Info 3318 [10:58:49.092] Different program with same set of files +Info 3319 [10:58:57.985] Format host information updated +Info 3320 [10:58:57.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3321 [10:58:57.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 7.001740008592606ms +Info 3322 [10:58:57.993] Different program with same set of files +Info 3323 [10:59:01.413] getCompletionData: Get current token: 0.0024069994688034058 +Info 3324 [10:59:01.413] getCompletionData: Is inside comment: 0.007257997989654541 +Info 3325 [10:59:01.413] getCompletionData: Get previous token: 0.004645988345146179 +Info 3326 [10:59:01.413] getCompletionsAtPosition: isCompletionListBlocker: 0.008245989680290222 +Info 3327 [10:59:01.414] getExportInfoMap: cache hit +Info 3328 [10:59:01.432] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3329 [10:59:01.432] collectAutoImports: response is complete +Info 3330 [10:59:01.432] collectAutoImports: 18.457214012742043 +Info 3331 [10:59:01.432] getCompletionData: Semantic work: 19.51443199813366 +Info 3332 [10:59:01.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.932352006435394 +Info 3333 [10:59:06.665] getCompletionData: Get current token: 0.0022219866514205933 +Info 3334 [10:59:06.665] getCompletionData: Is inside comment: 0.006634995341300964 +Info 3335 [10:59:06.665] getCompletionData: Get previous token: 0.0076629966497421265 +Info 3336 [10:59:06.665] getCompletionsAtPosition: isCompletionListBlocker: 0.0019100010395050049 +Info 3337 [10:59:06.665] Returning an empty list because completion was requested in an invalid position. +Info 3338 [10:59:07.161] Format host information updated +Info 3339 [10:59:07.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3340 [10:59:07.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 18.838293001055717ms +Info 3341 [10:59:07.180] Different program with same set of files +Info 3342 [10:59:07.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3343 [10:59:07.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 25.204194009304047ms +Info 3344 [10:59:07.300] Different program with same set of files +Info 3345 [10:59:07.300] getCompletionData: Get current token: 0.0034239888191223145 +Info 3346 [10:59:07.300] getCompletionData: Is inside comment: 0.009578004479408264 +Info 3347 [10:59:07.300] getCompletionData: Get previous token: 0.006393000483512878 +Info 3348 [10:59:07.300] getCompletionsAtPosition: isCompletionListBlocker: 0.008927002549171448 +Info 3349 [10:59:07.301] getExportInfoMap: cache hit +Info 3350 [10:59:07.338] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3351 [10:59:07.338] collectAutoImports: response is complete +Info 3352 [10:59:07.338] collectAutoImports: 36.84502398967743 +Info 3353 [10:59:07.338] getCompletionData: Semantic work: 37.94316799938679 +Info 3354 [10:59:07.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.400963008403778 +Info 3355 [10:59:07.358] Format host information updated +Info 3356 [10:59:07.431] Format host information updated +Info 3357 [10:59:07.431] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3358 [10:59:07.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 11.022055000066757ms +Info 3359 [10:59:07.442] Different program with same set of files +Info 3360 [10:59:08.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3361 [10:59:08.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 8.383726000785828ms +Info 3362 [10:59:08.049] Different program with same set of files +Info 3363 [10:59:08.049] getCompletionData: Get current token: 0.0021790117025375366 +Info 3364 [10:59:08.049] getCompletionData: Is inside comment: 0.007034003734588623 +Info 3365 [10:59:08.049] getCompletionData: Get previous token: 0.009974002838134766 +Info 3366 [10:59:08.049] getCompletionsAtPosition: isCompletionListBlocker: 0.00784100592136383 +Info 3367 [10:59:08.050] getExportInfoMap: cache hit +Info 3368 [10:59:08.058] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 3369 [10:59:08.058] collectAutoImports: response is complete +Info 3370 [10:59:08.058] collectAutoImports: 8.332829013466835 +Info 3371 [10:59:08.058] getCompletionData: Semantic work: 8.930917009711266 +Info 3372 [10:59:08.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.036185994744301 +Info 3373 [10:59:08.061] Format host information updated +Info 3374 [10:59:08.132] Format host information updated +Info 3375 [10:59:08.133] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3376 [10:59:08.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 7.759886994957924ms +Info 3377 [10:59:08.140] Different program with same set of files +Info 3378 [10:59:08.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3379 [10:59:08.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 25.698846995830536ms +Info 3380 [10:59:08.372] Different program with same set of files +Info 3381 [10:59:08.372] getCompletionData: Get current token: 0.0036149919033050537 +Info 3382 [10:59:08.372] getCompletionData: Is inside comment: 0.01150500774383545 +Info 3383 [10:59:08.372] getCompletionData: Get previous token: 0.007390990853309631 +Info 3384 [10:59:08.373] getCompletionsAtPosition: isCompletionListBlocker: 0.0108489990234375 +Info 3385 [10:59:08.373] getExportInfoMap: cache hit +Info 3386 [10:59:08.388] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3387 [10:59:08.388] collectAutoImports: response is complete +Info 3388 [10:59:08.388] collectAutoImports: 14.229132995009422 +Info 3389 [10:59:08.388] getCompletionData: Semantic work: 15.091529995203018 +Info 3390 [10:59:08.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.42993700504303 +Info 3391 [10:59:08.400] Format host information updated +Info 3392 [10:59:08.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3393 [10:59:08.811] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 12.471104010939598ms +Info 3394 [10:59:08.811] Different program with same set of files +Info 3395 [10:59:08.812] getCompletionData: Get current token: 0.006023004651069641 +Info 3396 [10:59:08.812] getCompletionData: Is inside comment: 0.015482008457183838 +Info 3397 [10:59:08.812] getCompletionData: Get previous token: 0.010159000754356384 +Info 3398 [10:59:08.812] getCompletionsAtPosition: isCompletionListBlocker: 0.009926006197929382 +Info 3399 [10:59:08.813] getExportInfoMap: cache hit +Info 3400 [10:59:08.835] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3401 [10:59:08.835] collectAutoImports: response is complete +Info 3402 [10:59:08.835] collectAutoImports: 22.172196000814438 +Info 3403 [10:59:08.835] getCompletionData: Semantic work: 23.07091799378395 +Info 3404 [10:59:08.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.718858987092972 +Info 3405 [10:59:08.844] Format host information updated +Info 3406 [10:59:08.921] Format host information updated +Info 3407 [10:59:08.921] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3408 [10:59:08.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 7.863949999213219ms +Info 3409 [10:59:08.929] Different program with same set of files +Info 3410 [10:59:09.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3411 [10:59:09.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 7.4815080016851425ms +Info 3412 [10:59:09.048] Different program with same set of files +Info 3413 [10:59:09.048] getCompletionData: Get current token: 0.002061009407043457 +Info 3414 [10:59:09.048] getCompletionData: Is inside comment: 0.006185993552207947 +Info 3415 [10:59:09.048] getCompletionData: Get previous token: 0.009471997618675232 +Info 3416 [10:59:09.048] getCompletionsAtPosition: isCompletionListBlocker: 0.008268997073173523 +Info 3417 [10:59:09.049] getExportInfoMap: cache hit +Info 3418 [10:59:09.053] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 3419 [10:59:09.053] collectAutoImports: response is complete +Info 3420 [10:59:09.053] collectAutoImports: 4.215303003787994 +Info 3421 [10:59:09.053] getCompletionData: Semantic work: 4.876086011528969 +Info 3422 [10:59:09.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7555570006370544 +Info 3423 [10:59:09.056] Format host information updated +Info 3424 [10:59:09.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3425 [10:59:09.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 18.6487939953804ms +Info 3426 [10:59:09.327] Different program with same set of files +Info 3427 [10:59:09.327] getCompletionData: Get current token: 0.005640998482704163 +Info 3428 [10:59:09.327] getCompletionData: Is inside comment: 0.016187995672225952 +Info 3429 [10:59:09.327] getCompletionData: Get previous token: 0.01007099449634552 +Info 3430 [10:59:09.327] getCompletionsAtPosition: isCompletionListBlocker: 0.004093006253242493 +Info 3431 [10:59:09.328] getCompletionData: Semantic work: 1.0087890028953552 +Info 3432 [10:59:09.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1963469982147217 +Info 3433 [10:59:09.331] Format host information updated +Info 3434 [10:59:09.647] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3435 [10:59:09.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 32.04974400997162ms +Info 3436 [10:59:09.679] Different program with same set of files +Info 3437 [10:59:09.679] getCompletionData: Get current token: 0.00780700147151947 +Info 3438 [10:59:09.680] getCompletionData: Is inside comment: 0.061750009655952454 +Info 3439 [10:59:09.680] getCompletionData: Get previous token: 0.03883500397205353 +Info 3440 [10:59:09.680] getCompletionsAtPosition: isCompletionListBlocker: 0.0058470070362091064 +Info 3441 [10:59:09.682] getCompletionData: Semantic work: 1.8314020037651062 +Info 3442 [10:59:09.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.652422994375229 +Info 3443 [10:59:09.687] Format host information updated +Info 3444 [10:59:09.822] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3445 [10:59:09.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 15.692629009485245ms +Info 3446 [10:59:09.837] Different program with same set of files +Info 3447 [10:59:09.838] getCompletionData: Get current token: 0.005746990442276001 +Info 3448 [10:59:09.838] getCompletionData: Is inside comment: 0.016474992036819458 +Info 3449 [10:59:09.838] getCompletionData: Get previous token: 0.026259005069732666 +Info 3450 [10:59:09.838] getCompletionsAtPosition: isCompletionListBlocker: 0.004481002688407898 +Info 3451 [10:59:09.839] getCompletionData: Semantic work: 1.089709997177124 +Info 3452 [10:59:09.843] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8938370048999786 +Info 3453 [10:59:09.849] Format host information updated +Info 3454 [10:59:09.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3455 [10:59:09.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 7.290552005171776ms +Info 3456 [10:59:09.934] Different program with same set of files +Info 3457 [10:59:09.934] getCompletionData: Get current token: 0.002066001296043396 +Info 3458 [10:59:09.934] getCompletionData: Is inside comment: 0.006700992584228516 +Info 3459 [10:59:09.934] getCompletionData: Get previous token: 0.010809004306793213 +Info 3460 [10:59:09.934] getCompletionsAtPosition: isCompletionListBlocker: 0.002258002758026123 +Info 3461 [10:59:09.935] getCompletionData: Semantic work: 0.45753100514411926 +Info 3462 [10:59:09.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4520569890737534 +Info 3463 [10:59:09.936] Format host information updated +Info 3464 [10:59:10.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3465 [10:59:10.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 11.147709995508194ms +Info 3466 [10:59:10.411] Different program with same set of files +Info 3467 [10:59:10.411] getCompletionData: Get current token: 0.0026869922876358032 +Info 3468 [10:59:10.411] getCompletionData: Is inside comment: 0.007667988538742065 +Info 3469 [10:59:10.411] getCompletionData: Get previous token: 0.012511000037193298 +Info 3470 [10:59:10.411] getCompletionsAtPosition: isCompletionListBlocker: 0.0029679983854293823 +Info 3471 [10:59:10.412] getCompletionData: Semantic work: 0.5741249918937683 +Info 3472 [10:59:10.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6874080002307892 +Info 3473 [10:59:10.414] Format host information updated +Info 3474 [10:59:10.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3475 [10:59:10.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 16.873621001839638ms +Info 3476 [10:59:10.571] Different program with same set of files +Info 3477 [10:59:10.571] getCompletionData: Get current token: 0.006233006715774536 +Info 3478 [10:59:10.571] getCompletionData: Is inside comment: 0.019331008195877075 +Info 3479 [10:59:10.571] getCompletionData: Get previous token: 0.029680997133255005 +Info 3480 [10:59:10.571] getCompletionsAtPosition: isCompletionListBlocker: 0.0046260058879852295 +Info 3481 [10:59:10.572] getCompletionData: Semantic work: 1.187037006020546 +Info 3482 [10:59:10.576] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8761789947748184 +Info 3483 [10:59:10.577] Format host information updated +Info 3484 [10:59:11.162] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3485 [10:59:11.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 12.118429988622665ms +Info 3486 [10:59:11.174] Different program with same set of files +Info 3487 [10:59:11.174] getCompletionData: Get current token: 0.0024069994688034058 +Info 3488 [10:59:11.174] getCompletionData: Is inside comment: 0.006622999906539917 +Info 3489 [10:59:11.174] getCompletionData: Get previous token: 0.010324999690055847 +Info 3490 [10:59:11.174] getCompletionsAtPosition: isCompletionListBlocker: 0.0024299919605255127 +Info 3491 [10:59:11.175] getCompletionData: Semantic work: 0.5488559901714325 +Info 3492 [10:59:11.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8222719877958298 +Info 3493 [10:59:11.178] Format host information updated +Info 3494 [10:59:11.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3495 [10:59:11.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 6.981162995100021ms +Info 3496 [10:59:11.257] Different program with same set of files +Info 3497 [10:59:11.257] getCompletionData: Get current token: 0.0021260082721710205 +Info 3498 [10:59:11.257] getCompletionData: Is inside comment: 0.006677001714706421 +Info 3499 [10:59:11.257] getCompletionData: Get previous token: 0.010631009936332703 +Info 3500 [10:59:11.257] getCompletionsAtPosition: isCompletionListBlocker: 0.0026910006999969482 +Info 3501 [10:59:11.257] getCompletionData: Semantic work: 0.45794500410556793 +Info 3502 [10:59:11.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4286510050296783 +Info 3503 [10:59:11.262] Format host information updated +Info 3504 [10:59:11.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3505 [10:59:11.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 7.694848001003265ms +Info 3506 [10:59:11.527] Different program with same set of files +Info 3507 [10:59:11.527] getCompletionData: Get current token: 0.0025099962949752808 +Info 3508 [10:59:11.527] getCompletionData: Is inside comment: 0.006723001599311829 +Info 3509 [10:59:11.527] getCompletionData: Get previous token: 0.010242000222206116 +Info 3510 [10:59:11.527] getCompletionsAtPosition: isCompletionListBlocker: 0.002481997013092041 +Info 3511 [10:59:11.528] getCompletionData: Semantic work: 0.52708999812603 +Info 3512 [10:59:11.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4366279989480972 +Info 3513 [10:59:11.529] Format host information updated +Info 3514 [10:59:11.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3515 [10:59:11.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 10.972956001758575ms +Info 3516 [10:59:11.710] Different program with same set of files +Info 3517 [10:59:11.710] getCompletionData: Get current token: 0.0028650015592575073 +Info 3518 [10:59:11.710] getCompletionData: Is inside comment: 0.007553994655609131 +Info 3519 [10:59:11.710] getCompletionData: Get previous token: 0.011966988444328308 +Info 3520 [10:59:11.710] getCompletionsAtPosition: isCompletionListBlocker: 0.002714008092880249 +Info 3521 [10:59:11.711] getCompletionData: Semantic work: 0.5369490087032318 +Info 3522 [10:59:11.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5989179909229279 +Info 3523 [10:59:11.713] Format host information updated +Info 3524 [10:59:12.436] Format host information updated +Info 3525 [10:59:12.436] Format host information updated +Info 3526 [10:59:12.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3527 [10:59:12.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 7.3557349890470505ms +Info 3528 [10:59:12.444] Different program with same set of files +Info 3529 [10:59:12.444] getCompletionData: Get current token: 0.0020900070667266846 +Info 3530 [10:59:12.444] getCompletionData: Is inside comment: 0.007109001278877258 +Info 3531 [10:59:12.444] getCompletionData: Get previous token: 0.004969000816345215 +Info 3532 [10:59:12.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0027610063552856445 +Info 3533 [10:59:12.445] getExportInfoMap: cache hit +Info 3534 [10:59:12.461] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3535 [10:59:12.462] collectAutoImports: response is complete +Info 3536 [10:59:12.462] collectAutoImports: 16.784116998314857 +Info 3537 [10:59:12.462] getCompletionData: Semantic work: 17.422408998012543 +Info 3538 [10:59:12.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.094372987747192 +Info 3539 [10:59:12.470] getCompletionData: Get current token: 0.009645000100135803 +Info 3540 [10:59:12.470] getCompletionData: Is inside comment: 0.0036009997129440308 +Info 3541 [10:59:12.470] getCompletionData: Get previous token: 0.014430999755859375 +Info 3542 [10:59:12.470] getCompletionsAtPosition: isCompletionListBlocker: 0.0026589930057525635 +Info 3543 [10:59:12.470] getCompletionData: Semantic work: 0.24428600072860718 +Info 3544 [10:59:12.474] getCompletionData: Get current token: 0.009101003408432007 +Info 3545 [10:59:12.474] getCompletionData: Is inside comment: 0.002383008599281311 +Info 3546 [10:59:12.474] getCompletionData: Get previous token: 0.02220800518989563 +Info 3547 [10:59:12.474] getCompletionsAtPosition: isCompletionListBlocker: 0.0019979923963546753 +Info 3548 [10:59:12.474] getCompletionData: Semantic work: 0.29972200095653534 +Info 3549 [10:59:12.475] Format host information updated +Info 3550 [10:59:12.970] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3551 [10:59:12.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 10.831743001937866ms +Info 3552 [10:59:12.981] Different program with same set of files +Info 3553 [10:59:12.981] getCompletionData: Get current token: 0.002347007393836975 +Info 3554 [10:59:12.981] getCompletionData: Is inside comment: 0.0076449960470199585 +Info 3555 [10:59:12.981] getCompletionData: Get previous token: 0.012290999293327332 +Info 3556 [10:59:12.981] getCompletionsAtPosition: isCompletionListBlocker: 0.0037419945001602173 +Info 3557 [10:59:12.982] getExportInfoMap: cache hit +Info 3558 [10:59:12.986] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 3559 [10:59:12.986] collectAutoImports: response is complete +Info 3560 [10:59:12.986] collectAutoImports: 4.143959000706673 +Info 3561 [10:59:12.986] getCompletionData: Semantic work: 4.934774994850159 +Info 3562 [10:59:12.988] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3647270053625107 +Info 3563 [10:59:12.989] Format host information updated +Info 3564 [10:59:13.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3565 [10:59:13.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 7.110305994749069ms +Info 3566 [10:59:13.067] Different program with same set of files +Info 3567 [10:59:13.067] getCompletionData: Get current token: 0.001981005072593689 +Info 3568 [10:59:13.067] getCompletionData: Is inside comment: 0.006342992186546326 +Info 3569 [10:59:13.067] getCompletionData: Get previous token: 0.01105700433254242 +Info 3570 [10:59:13.067] getCompletionsAtPosition: isCompletionListBlocker: 0.003215000033378601 +Info 3571 [10:59:13.068] getExportInfoMap: cache hit +Info 3572 [10:59:13.070] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 46 from cache +Info 3573 [10:59:13.070] collectAutoImports: response is complete +Info 3574 [10:59:13.070] collectAutoImports: 2.764057993888855 +Info 3575 [10:59:13.070] getCompletionData: Semantic work: 3.252704992890358 +Info 3576 [10:59:13.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0872920006513596 +Info 3577 [10:59:13.075] Format host information updated +Info 3578 [10:59:13.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3579 [10:59:13.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 7.239512994885445ms +Info 3580 [10:59:13.186] Different program with same set of files +Info 3581 [10:59:13.186] getCompletionData: Get current token: 0.001998007297515869 +Info 3582 [10:59:13.186] getCompletionData: Is inside comment: 0.006577000021934509 +Info 3583 [10:59:13.186] getCompletionData: Get previous token: 0.009890004992485046 +Info 3584 [10:59:13.186] getCompletionsAtPosition: isCompletionListBlocker: 0.0027559995651245117 +Info 3585 [10:59:13.186] getExportInfoMap: cache hit +Info 3586 [10:59:13.188] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 3587 [10:59:13.188] collectAutoImports: response is complete +Info 3588 [10:59:13.188] collectAutoImports: 1.8128910064697266 +Info 3589 [10:59:13.188] getCompletionData: Semantic work: 2.3035469949245453 +Info 3590 [10:59:13.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9055989980697632 +Info 3591 [10:59:13.190] Format host information updated +Info 3592 [10:59:13.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3593 [10:59:13.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 12.481813997030258ms +Info 3594 [10:59:13.487] Different program with same set of files +Info 3595 [10:59:13.488] getCompletionData: Get current token: 0.0021000057458877563 +Info 3596 [10:59:13.488] getCompletionData: Is inside comment: 0.0062360018491744995 +Info 3597 [10:59:13.488] getCompletionData: Get previous token: 0.010181009769439697 +Info 3598 [10:59:13.488] getCompletionsAtPosition: isCompletionListBlocker: 0.003335997462272644 +Info 3599 [10:59:13.488] getExportInfoMap: cache hit +Info 3600 [10:59:13.490] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3601 [10:59:13.490] collectAutoImports: response is complete +Info 3602 [10:59:13.490] collectAutoImports: 1.660513997077942 +Info 3603 [10:59:13.490] getCompletionData: Semantic work: 2.2482320070266724 +Info 3604 [10:59:13.491] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8974609971046448 +Info 3605 [10:59:13.492] Format host information updated +Info 3606 [10:59:13.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3607 [10:59:13.579] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 7.149504989385605ms +Info 3608 [10:59:13.579] Different program with same set of files +Info 3609 [10:59:13.580] getCompletionData: Get current token: 0.002244994044303894 +Info 3610 [10:59:13.580] getCompletionData: Is inside comment: 0.006979003548622131 +Info 3611 [10:59:13.580] getCompletionData: Get previous token: 0.010544002056121826 +Info 3612 [10:59:13.580] getCompletionsAtPosition: isCompletionListBlocker: 0.002897009253501892 +Info 3613 [10:59:13.580] getExportInfoMap: cache hit +Info 3614 [10:59:13.594] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3615 [10:59:13.594] collectAutoImports: response is complete +Info 3616 [10:59:13.594] collectAutoImports: 13.77190300822258 +Info 3617 [10:59:13.594] getCompletionData: Semantic work: 14.25832000374794 +Info 3618 [10:59:13.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.562169998884201 +Info 3619 [10:59:13.601] Format host information updated +Info 3620 [10:59:13.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3621 [10:59:13.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 8.053543001413345ms +Info 3622 [10:59:13.795] Different program with same set of files +Info 3623 [10:59:13.795] getCompletionData: Get current token: 0.0025500059127807617 +Info 3624 [10:59:13.795] getCompletionData: Is inside comment: 0.008595004677772522 +Info 3625 [10:59:13.795] getCompletionData: Get previous token: 0.005671992897987366 +Info 3626 [10:59:13.795] getCompletionsAtPosition: isCompletionListBlocker: 0.008814007043838501 +Info 3627 [10:59:13.795] getExportInfoMap: cache hit +Info 3628 [10:59:13.812] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3629 [10:59:13.812] collectAutoImports: response is complete +Info 3630 [10:59:13.812] collectAutoImports: 16.20729200541973 +Info 3631 [10:59:13.812] getCompletionData: Semantic work: 16.821097001433372 +Info 3632 [10:59:13.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.112680986523628 +Info 3633 [10:59:13.821] Format host information updated +Info 3634 [10:59:18.168] Format host information updated +Info 3635 [10:59:18.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3636 [10:59:18.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 7.114948004484177ms +Info 3637 [10:59:18.175] Different program with same set of files +Info 3638 [10:59:18.507] getCompletionData: Get current token: 0.00222700834274292 +Info 3639 [10:59:18.507] getCompletionData: Is inside comment: 0.007164999842643738 +Info 3640 [10:59:18.507] getCompletionData: Get previous token: 0.005191996693611145 +Info 3641 [10:59:18.507] getCompletionsAtPosition: isCompletionListBlocker: 0.009334996342658997 +Info 3642 [10:59:18.508] getExportInfoMap: cache hit +Info 3643 [10:59:18.523] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3644 [10:59:18.523] collectAutoImports: response is complete +Info 3645 [10:59:18.524] collectAutoImports: 15.627177000045776 +Info 3646 [10:59:18.524] getCompletionData: Semantic work: 16.21536299586296 +Info 3647 [10:59:18.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.039250001311302 +Info 3648 [10:59:19.222] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3649 [10:59:19.230] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 7.3498760014772415ms +Info 3650 [10:59:19.230] Different program with same set of files +Info 3651 [10:59:19.230] getCompletionData: Get current token: 0.0029480010271072388 +Info 3652 [10:59:19.230] getCompletionData: Is inside comment: 0.001113012433052063 +Info 3653 [10:59:19.230] getCompletionData: Get previous token: 0.013354003429412842 +Info 3654 [10:59:19.230] getCompletionsAtPosition: isCompletionListBlocker: 0.0029350072145462036 +Info 3655 [10:59:19.230] getExportInfoMap: cache hit +Info 3656 [10:59:19.242] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3657 [10:59:19.243] collectAutoImports: response is complete +Info 3658 [10:59:19.243] collectAutoImports: 12.11957098543644 +Info 3659 [10:59:19.243] getCompletionData: Semantic work: 12.654232010245323 +Info 3660 [10:59:19.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.894887000322342 +Info 3661 [10:59:19.250] Format host information updated +Info 3662 [10:59:19.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3663 [10:59:19.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 7.807071998715401ms +Info 3664 [10:59:19.457] Different program with same set of files +Info 3665 [10:59:19.457] getCompletionData: Get current token: 0.002606004476547241 +Info 3666 [10:59:19.457] getCompletionData: Is inside comment: 0.0009410083293914795 +Info 3667 [10:59:19.457] getCompletionData: Get previous token: 0.012751996517181396 +Info 3668 [10:59:19.457] getCompletionsAtPosition: isCompletionListBlocker: 0.003032997250556946 +Info 3669 [10:59:19.457] getExportInfoMap: cache hit +Info 3670 [10:59:19.464] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 137 from cache +Info 3671 [10:59:19.464] collectAutoImports: response is complete +Info 3672 [10:59:19.464] collectAutoImports: 7.228185012936592 +Info 3673 [10:59:19.464] getCompletionData: Semantic work: 7.708600997924805 +Info 3674 [10:59:19.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5806550085544586 +Info 3675 [10:59:19.467] Format host information updated +Info 3676 [10:59:19.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3677 [10:59:19.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 15.402127996087074ms +Info 3678 [10:59:19.623] Different program with same set of files +Info 3679 [10:59:19.623] getCompletionData: Get current token: 0.00801900029182434 +Info 3680 [10:59:19.623] getCompletionData: Is inside comment: 0.003158003091812134 +Info 3681 [10:59:19.623] getCompletionData: Get previous token: 0.036650002002716064 +Info 3682 [10:59:19.623] getCompletionsAtPosition: isCompletionListBlocker: 0.006719991564750671 +Info 3683 [10:59:19.624] getExportInfoMap: cache hit +Info 3684 [10:59:19.632] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 92 from cache +Info 3685 [10:59:19.632] collectAutoImports: response is complete +Info 3686 [10:59:19.632] collectAutoImports: 7.805740997195244 +Info 3687 [10:59:19.632] getCompletionData: Semantic work: 8.938337996602058 +Info 3688 [10:59:19.636] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8655329942703247 +Info 3689 [10:59:19.642] Format host information updated +Info 3690 [10:59:19.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3691 [10:59:19.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 10.23530600965023ms +Info 3692 [10:59:19.725] Different program with same set of files +Info 3693 [10:59:19.726] getCompletionData: Get current token: 0.004446998238563538 +Info 3694 [10:59:19.726] getCompletionData: Is inside comment: 0.0014929920434951782 +Info 3695 [10:59:19.726] getCompletionData: Get previous token: 0.021970003843307495 +Info 3696 [10:59:19.726] getCompletionsAtPosition: isCompletionListBlocker: 0.0032989978790283203 +Info 3697 [10:59:19.726] getExportInfoMap: cache hit +Info 3698 [10:59:19.729] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3699 [10:59:19.729] collectAutoImports: response is complete +Info 3700 [10:59:19.729] collectAutoImports: 2.284138008952141 +Info 3701 [10:59:19.729] getCompletionData: Semantic work: 3.0122050046920776 +Info 3702 [10:59:19.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9050179868936539 +Info 3703 [10:59:19.730] Format host information updated +Info 3704 [10:59:19.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3705 [10:59:19.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 10.291904002428055ms +Info 3706 [10:59:19.809] Different program with same set of files +Info 3707 [10:59:19.809] getCompletionData: Get current token: 0.002893999218940735 +Info 3708 [10:59:19.809] getCompletionData: Is inside comment: 0.001068010926246643 +Info 3709 [10:59:19.809] getCompletionData: Get previous token: 0.013714998960494995 +Info 3710 [10:59:19.809] getCompletionsAtPosition: isCompletionListBlocker: 0.003384992480278015 +Info 3711 [10:59:19.810] getExportInfoMap: cache hit +Info 3712 [10:59:19.820] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3713 [10:59:19.820] collectAutoImports: response is complete +Info 3714 [10:59:19.820] collectAutoImports: 10.024307996034622 +Info 3715 [10:59:19.820] getCompletionData: Semantic work: 10.55427299439907 +Info 3716 [10:59:19.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5049760043621063 +Info 3717 [10:59:19.829] Format host information updated +Info 3718 [10:59:21.513] Format host information updated +Info 3719 [10:59:21.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3720 [10:59:21.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 7.736699000000954ms +Info 3721 [10:59:21.521] Different program with same set of files +Info 3722 [10:59:22.022] Format host information updated +Info 3723 [10:59:22.022] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3724 [10:59:22.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 11.029153004288673ms +Info 3725 [10:59:22.033] Different program with same set of files +Info 3726 [10:59:23.076] getCompletionData: Get current token: 0.002061009407043457 +Info 3727 [10:59:23.076] getCompletionData: Is inside comment: 0.006095990538597107 +Info 3728 [10:59:23.076] getCompletionData: Get previous token: 0.006971001625061035 +Info 3729 [10:59:23.076] getCompletionsAtPosition: isCompletionListBlocker: 0.0018569976091384888 +Info 3730 [10:59:23.076] Returning an empty list because completion was requested in an invalid position. +Info 3731 [10:59:23.246] Format host information updated +Info 3732 [10:59:23.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3733 [10:59:23.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 27.702643990516663ms +Info 3734 [10:59:23.275] Different program with same set of files +Info 3735 [10:59:23.354] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3736 [10:59:23.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 11.101796999573708ms +Info 3737 [10:59:23.365] Different program with same set of files +Info 3738 [10:59:23.365] getCompletionData: Get current token: 0.002061992883682251 +Info 3739 [10:59:23.365] getCompletionData: Is inside comment: 0.007053002715110779 +Info 3740 [10:59:23.365] getCompletionData: Get previous token: 0.004138007760047913 +Info 3741 [10:59:23.366] getCompletionsAtPosition: isCompletionListBlocker: 0.00864998996257782 +Info 3742 [10:59:23.366] getExportInfoMap: cache hit +Info 3743 [10:59:23.376] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3744 [10:59:23.376] collectAutoImports: response is complete +Info 3745 [10:59:23.376] collectAutoImports: 9.8072340041399 +Info 3746 [10:59:23.376] getCompletionData: Semantic work: 10.277191996574402 +Info 3747 [10:59:23.379] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4225869923830032 +Info 3748 [10:59:23.385] Format host information updated +Info 3749 [10:59:23.490] Format host information updated +Info 3750 [10:59:23.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3751 [10:59:23.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 10.935785993933678ms +Info 3752 [10:59:23.501] Different program with same set of files +Info 3753 [10:59:23.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3754 [10:59:23.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 8.611878007650375ms +Info 3755 [10:59:23.756] Different program with same set of files +Info 3756 [10:59:23.756] getCompletionData: Get current token: 0.001690000295639038 +Info 3757 [10:59:23.756] getCompletionData: Is inside comment: 0.005762994289398193 +Info 3758 [10:59:23.756] getCompletionData: Get previous token: 0.007964000105857849 +Info 3759 [10:59:23.756] getCompletionsAtPosition: isCompletionListBlocker: 0.007781997323036194 +Info 3760 [10:59:23.757] getExportInfoMap: cache hit +Info 3761 [10:59:23.765] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 3762 [10:59:23.765] collectAutoImports: response is complete +Info 3763 [10:59:23.765] collectAutoImports: 7.865082994103432 +Info 3764 [10:59:23.765] getCompletionData: Semantic work: 8.344740003347397 +Info 3765 [10:59:23.766] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6012509912252426 +Info 3766 [10:59:23.767] Format host information updated +Info 3767 [10:59:23.900] Format host information updated +Info 3768 [10:59:23.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3769 [10:59:23.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 9.43384599685669ms +Info 3770 [10:59:23.910] Different program with same set of files +Info 3771 [10:59:24.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3772 [10:59:24.047] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 6.815331995487213ms +Info 3773 [10:59:24.047] Different program with same set of files +Info 3774 [10:59:24.047] getCompletionData: Get current token: 0.00186900794506073 +Info 3775 [10:59:24.047] getCompletionData: Is inside comment: 0.007963001728057861 +Info 3776 [10:59:24.047] getCompletionData: Get previous token: 0.0046930015087127686 +Info 3777 [10:59:24.047] getCompletionsAtPosition: isCompletionListBlocker: 0.006926998496055603 +Info 3778 [10:59:24.048] getExportInfoMap: cache hit +Info 3779 [10:59:24.062] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3780 [10:59:24.062] collectAutoImports: response is complete +Info 3781 [10:59:24.062] collectAutoImports: 13.610762998461723 +Info 3782 [10:59:24.062] getCompletionData: Semantic work: 14.088935002684593 +Info 3783 [10:59:24.065] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.530590996146202 +Info 3784 [10:59:24.070] Format host information updated +Info 3785 [10:59:24.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3786 [10:59:24.261] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 7.991117000579834ms +Info 3787 [10:59:24.261] Different program with same set of files +Info 3788 [10:59:24.261] getCompletionData: Get current token: 0.005163997411727905 +Info 3789 [10:59:24.261] getCompletionData: Is inside comment: 0.0115479975938797 +Info 3790 [10:59:24.261] getCompletionData: Get previous token: 0.00792500376701355 +Info 3791 [10:59:24.261] getCompletionsAtPosition: isCompletionListBlocker: 0.008623987436294556 +Info 3792 [10:59:24.261] getExportInfoMap: cache hit +Info 3793 [10:59:24.276] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 3794 [10:59:24.276] collectAutoImports: response is complete +Info 3795 [10:59:24.276] collectAutoImports: 15.108325004577637 +Info 3796 [10:59:24.276] getCompletionData: Semantic work: 15.700291007757187 +Info 3797 [10:59:24.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.358823001384735 +Info 3798 [10:59:24.284] Format host information updated +Info 3799 [10:59:24.356] Format host information updated +Info 3800 [10:59:24.356] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3801 [10:59:24.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 6.738240003585815ms +Info 3802 [10:59:24.363] Different program with same set of files +Info 3803 [10:59:24.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3804 [10:59:24.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 15.106416001915932ms +Info 3805 [10:59:24.609] Different program with same set of files +Info 3806 [10:59:24.609] getCompletionData: Get current token: 0.0033200085163116455 +Info 3807 [10:59:24.609] getCompletionData: Is inside comment: 0.009742006659507751 +Info 3808 [10:59:24.609] getCompletionData: Get previous token: 0.016137003898620605 +Info 3809 [10:59:24.609] getCompletionsAtPosition: isCompletionListBlocker: 0.011079996824264526 +Info 3810 [10:59:24.610] getExportInfoMap: cache hit +Info 3811 [10:59:24.618] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 103 from cache +Info 3812 [10:59:24.618] collectAutoImports: response is complete +Info 3813 [10:59:24.618] collectAutoImports: 8.576795995235443 +Info 3814 [10:59:24.618] getCompletionData: Semantic work: 9.429566994309425 +Info 3815 [10:59:24.621] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5596529990434647 +Info 3816 [10:59:24.622] Format host information updated +Info 3817 [10:59:24.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3818 [10:59:24.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 6.754854992032051ms +Info 3819 [10:59:24.702] Different program with same set of files +Info 3820 [10:59:24.702] getCompletionData: Get current token: 0.0020200014114379883 +Info 3821 [10:59:24.702] getCompletionData: Is inside comment: 0.006545007228851318 +Info 3822 [10:59:24.702] getCompletionData: Get previous token: 0.009188994765281677 +Info 3823 [10:59:24.703] getCompletionsAtPosition: isCompletionListBlocker: 0.007339999079704285 +Info 3824 [10:59:24.703] getExportInfoMap: cache hit +Info 3825 [10:59:24.711] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 67 from cache +Info 3826 [10:59:24.711] collectAutoImports: response is complete +Info 3827 [10:59:24.711] collectAutoImports: 7.819739997386932 +Info 3828 [10:59:24.711] getCompletionData: Semantic work: 8.308786004781723 +Info 3829 [10:59:24.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3078330010175705 +Info 3830 [10:59:24.713] Format host information updated +Info 3831 [10:59:24.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3832 [10:59:24.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 10.812273994088173ms +Info 3833 [10:59:24.794] Different program with same set of files +Info 3834 [10:59:24.794] getCompletionData: Get current token: 0.0031909942626953125 +Info 3835 [10:59:24.794] getCompletionData: Is inside comment: 0.009891003370285034 +Info 3836 [10:59:24.794] getCompletionData: Get previous token: 0.015928998589515686 +Info 3837 [10:59:24.794] getCompletionsAtPosition: isCompletionListBlocker: 0.008820995688438416 +Info 3838 [10:59:24.794] getExportInfoMap: cache hit +Info 3839 [10:59:24.800] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 51 from cache +Info 3840 [10:59:24.800] collectAutoImports: response is complete +Info 3841 [10:59:24.800] collectAutoImports: 5.184092000126839 +Info 3842 [10:59:24.800] getCompletionData: Semantic work: 5.922011002898216 +Info 3843 [10:59:24.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9906419962644577 +Info 3844 [10:59:24.806] Format host information updated +Info 3845 [10:59:24.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3846 [10:59:24.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 7.191816002130508ms +Info 3847 [10:59:24.981] Different program with same set of files +Info 3848 [10:59:24.981] getCompletionData: Get current token: 0.0024740099906921387 +Info 3849 [10:59:24.982] getCompletionData: Is inside comment: 0.00777299702167511 +Info 3850 [10:59:24.982] getCompletionData: Get previous token: 0.011149004101753235 +Info 3851 [10:59:24.982] getCompletionsAtPosition: isCompletionListBlocker: 0.008230000734329224 +Info 3852 [10:59:24.982] getExportInfoMap: cache hit +Info 3853 [10:59:24.985] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 27 from cache +Info 3854 [10:59:24.985] collectAutoImports: response is complete +Info 3855 [10:59:24.985] collectAutoImports: 2.7775630056858063 +Info 3856 [10:59:24.985] getCompletionData: Semantic work: 3.3602360039949417 +Info 3857 [10:59:24.986] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1978690028190613 +Info 3858 [10:59:24.987] Format host information updated +Info 3859 [10:59:25.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3860 [10:59:25.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 10.247083991765976ms +Info 3861 [10:59:25.311] Different program with same set of files +Info 3862 [10:59:25.311] getCompletionData: Get current token: 0.0025380104780197144 +Info 3863 [10:59:25.311] getCompletionData: Is inside comment: 0.008514001965522766 +Info 3864 [10:59:25.311] getCompletionData: Get previous token: 0.012858003377914429 +Info 3865 [10:59:25.311] getCompletionsAtPosition: isCompletionListBlocker: 0.009228989481925964 +Info 3866 [10:59:25.312] getExportInfoMap: cache hit +Info 3867 [10:59:25.315] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3868 [10:59:25.315] collectAutoImports: response is complete +Info 3869 [10:59:25.315] collectAutoImports: 3.4855690002441406 +Info 3870 [10:59:25.315] getCompletionData: Semantic work: 4.66941599547863 +Info 3871 [10:59:25.318] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3445979952812195 +Info 3872 [10:59:25.319] Format host information updated +Info 3873 [10:59:26.611] Format host information updated +Info 3874 [10:59:26.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3875 [10:59:26.622] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 11.401207998394966ms +Info 3876 [10:59:26.622] Different program with same set of files +Info 3877 [10:59:26.622] getCompletionData: Get current token: 0.0019689947366714478 +Info 3878 [10:59:26.622] getCompletionData: Is inside comment: 0.005842998623847961 +Info 3879 [10:59:26.622] getCompletionData: Get previous token: 0.00891101360321045 +Info 3880 [10:59:26.622] getCompletionsAtPosition: isCompletionListBlocker: 0.008656010031700134 +Info 3881 [10:59:26.623] getExportInfoMap: cache hit +Info 3882 [10:59:26.626] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 27 from cache +Info 3883 [10:59:26.626] collectAutoImports: response is complete +Info 3884 [10:59:26.626] collectAutoImports: 2.4592259973287582 +Info 3885 [10:59:26.626] getCompletionData: Semantic work: 3.0492800027132034 +Info 3886 [10:59:26.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.061951994895935 +Info 3887 [10:59:26.627] getCompletionData: Get current token: 0.009686991572380066 +Info 3888 [10:59:26.627] getCompletionData: Is inside comment: 0.010483995079994202 +Info 3889 [10:59:26.627] getCompletionData: Get previous token: 0.004379004240036011 +Info 3890 [10:59:26.627] getCompletionsAtPosition: isCompletionListBlocker: 0.00838799774646759 +Info 3891 [10:59:26.628] getCompletionData: Semantic work: 0.456835001707077 +Info 3892 [10:59:26.629] Format host information updated +Info 3893 [10:59:26.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3894 [10:59:26.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 7.78693200647831ms +Info 3895 [10:59:26.747] Different program with same set of files +Info 3896 [10:59:26.747] getCompletionData: Get current token: 0.002607002854347229 +Info 3897 [10:59:26.747] getCompletionData: Is inside comment: 0.007746994495391846 +Info 3898 [10:59:26.747] getCompletionData: Get previous token: 0.011059999465942383 +Info 3899 [10:59:26.747] getCompletionsAtPosition: isCompletionListBlocker: 0.007463008165359497 +Info 3900 [10:59:26.748] getExportInfoMap: cache hit +Info 3901 [10:59:26.751] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 51 from cache +Info 3902 [10:59:26.751] collectAutoImports: response is complete +Info 3903 [10:59:26.751] collectAutoImports: 3.4220679998397827 +Info 3904 [10:59:26.751] getCompletionData: Semantic work: 4.047350004315376 +Info 3905 [10:59:26.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.371968001127243 +Info 3906 [10:59:26.755] Format host information updated +Info 3907 [10:59:26.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3908 [10:59:26.901] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 19.266189992427826ms +Info 3909 [10:59:26.901] Different program with same set of files +Info 3910 [10:59:26.901] getCompletionData: Get current token: 0.00485500693321228 +Info 3911 [10:59:26.901] getCompletionData: Is inside comment: 0.0156639963388443 +Info 3912 [10:59:26.901] getCompletionData: Get previous token: 0.022967994213104248 +Info 3913 [10:59:26.901] getCompletionsAtPosition: isCompletionListBlocker: 0.014052003622055054 +Info 3914 [10:59:26.902] getExportInfoMap: cache hit +Info 3915 [10:59:26.915] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 67 from cache +Info 3916 [10:59:26.915] collectAutoImports: response is complete +Info 3917 [10:59:26.915] collectAutoImports: 12.37101599574089 +Info 3918 [10:59:26.915] getCompletionData: Semantic work: 13.557264000177383 +Info 3919 [10:59:26.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.289886996150017 +Info 3920 [10:59:26.918] Format host information updated +Info 3921 [10:59:27.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3922 [10:59:27.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 11.324993997812271ms +Info 3923 [10:59:27.023] Different program with same set of files +Info 3924 [10:59:27.023] getCompletionData: Get current token: 0.0021530091762542725 +Info 3925 [10:59:27.023] getCompletionData: Is inside comment: 0.006445005536079407 +Info 3926 [10:59:27.023] getCompletionData: Get previous token: 0.026695996522903442 +Info 3927 [10:59:27.023] getCompletionsAtPosition: isCompletionListBlocker: 0.008026987314224243 +Info 3928 [10:59:27.023] getExportInfoMap: cache hit +Info 3929 [10:59:27.030] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 103 from cache +Info 3930 [10:59:27.030] collectAutoImports: response is complete +Info 3931 [10:59:27.030] collectAutoImports: 6.466051995754242 +Info 3932 [10:59:27.030] getCompletionData: Semantic work: 7.063395991921425 +Info 3933 [10:59:27.032] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4418199956417084 +Info 3934 [10:59:27.033] Format host information updated +Info 3935 [10:59:27.195] Format host information updated +Info 3936 [10:59:27.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3937 [10:59:27.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 7.723984003067017ms +Info 3938 [10:59:27.203] Different program with same set of files +Info 3939 [10:59:27.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3940 [10:59:27.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 9.595213994383812ms +Info 3941 [10:59:27.402] Different program with same set of files +Info 3942 [10:59:27.402] getCompletionData: Get current token: 0.0033430010080337524 +Info 3943 [10:59:27.402] getCompletionData: Is inside comment: 0.011113002896308899 +Info 3944 [10:59:27.402] getCompletionData: Get previous token: 0.020521000027656555 +Info 3945 [10:59:27.402] getCompletionsAtPosition: isCompletionListBlocker: 0.010153993964195251 +Info 3946 [10:59:27.403] getExportInfoMap: cache hit +Info 3947 [10:59:27.409] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 3948 [10:59:27.409] collectAutoImports: response is complete +Info 3949 [10:59:27.409] collectAutoImports: 5.907646998763084 +Info 3950 [10:59:27.409] getCompletionData: Semantic work: 6.843841999769211 +Info 3951 [10:59:27.411] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5468479990959167 +Info 3952 [10:59:27.411] Format host information updated +Info 3953 [10:59:27.604] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3954 [10:59:27.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 8.976464003324509ms +Info 3955 [10:59:27.613] Different program with same set of files +Info 3956 [10:59:27.613] getCompletionData: Get current token: 0.0034940093755722046 +Info 3957 [10:59:27.613] getCompletionData: Is inside comment: 0.010346993803977966 +Info 3958 [10:59:27.613] getCompletionData: Get previous token: 0.007179006934165955 +Info 3959 [10:59:27.613] getCompletionsAtPosition: isCompletionListBlocker: 0.0029579997062683105 +Info 3960 [10:59:27.614] getCompletionData: Semantic work: 0.674360990524292 +Info 3961 [10:59:27.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3388489931821823 +Info 3962 [10:59:27.616] Format host information updated +Info 3963 [10:59:27.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3964 [10:59:27.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 12.576453000307083ms +Info 3965 [10:59:27.884] Different program with same set of files +Info 3966 [10:59:27.884] getCompletionData: Get current token: 0.0024790018796920776 +Info 3967 [10:59:27.884] getCompletionData: Is inside comment: 0.007125005125999451 +Info 3968 [10:59:27.884] getCompletionData: Get previous token: 0.009926006197929382 +Info 3969 [10:59:27.884] getCompletionsAtPosition: isCompletionListBlocker: 0.002727001905441284 +Info 3970 [10:59:27.885] getCompletionData: Semantic work: 0.523498997092247 +Info 3971 [10:59:27.887] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6488830000162125 +Info 3972 [10:59:27.887] Format host information updated +Info 3973 [10:59:27.963] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3974 [10:59:27.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 7.116055995225906ms +Info 3975 [10:59:27.971] Different program with same set of files +Info 3976 [10:59:27.971] getCompletionData: Get current token: 0.0021180063486099243 +Info 3977 [10:59:27.971] getCompletionData: Is inside comment: 0.006089001893997192 +Info 3978 [10:59:27.971] getCompletionData: Get previous token: 0.008570000529289246 +Info 3979 [10:59:27.971] getCompletionsAtPosition: isCompletionListBlocker: 0.0019509941339492798 +Info 3980 [10:59:27.971] getCompletionData: Semantic work: 0.5283209979534149 +Info 3981 [10:59:27.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.330046996474266 +Info 3982 [10:59:27.974] Format host information updated +Info 3983 [10:59:28.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3984 [10:59:28.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 11.08653599023819ms +Info 3985 [10:59:28.361] Different program with same set of files +Info 3986 [10:59:28.361] getCompletionData: Get current token: 0.0026409924030303955 +Info 3987 [10:59:28.362] getCompletionData: Is inside comment: 0.007175996899604797 +Info 3988 [10:59:28.362] getCompletionData: Get previous token: 0.010517001152038574 +Info 3989 [10:59:28.362] getCompletionsAtPosition: isCompletionListBlocker: 0.002736002206802368 +Info 3990 [10:59:28.362] getCompletionData: Semantic work: 0.5329269915819168 +Info 3991 [10:59:28.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6401619911193848 +Info 3992 [10:59:28.364] Format host information updated +Info 3993 [10:59:28.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3994 [10:59:28.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 8.409985989332199ms +Info 3995 [10:59:28.444] Different program with same set of files +Info 3996 [10:59:28.445] getCompletionData: Get current token: 0.0021709948778152466 +Info 3997 [10:59:28.445] getCompletionData: Is inside comment: 0.006148993968963623 +Info 3998 [10:59:28.445] getCompletionData: Get previous token: 0.008670002222061157 +Info 3999 [10:59:28.445] getCompletionsAtPosition: isCompletionListBlocker: 0.0020330101251602173 +Info 4000 [10:59:28.445] getCompletionData: Semantic work: 0.5293059945106506 +Info 4001 [10:59:28.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4097879976034164 +Info 4002 [10:59:28.450] Format host information updated +Info 4003 [10:59:28.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4004 [10:59:28.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 8.611470997333527ms +Info 4005 [10:59:28.567] Different program with same set of files +Info 4006 [10:59:28.567] getCompletionData: Get current token: 0.004501998424530029 +Info 4007 [10:59:28.567] getCompletionData: Is inside comment: 0.01314099133014679 +Info 4008 [10:59:28.567] getCompletionData: Get previous token: 0.019279003143310547 +Info 4009 [10:59:28.567] getCompletionsAtPosition: isCompletionListBlocker: 0.003058001399040222 +Info 4010 [10:59:28.568] getCompletionData: Semantic work: 0.7725900113582611 +Info 4011 [10:59:28.571] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.71323499083519 +Info 4012 [10:59:28.571] Format host information updated +Info 4013 [10:59:29.268] Format host information updated +Info 4014 [10:59:29.268] Format host information updated +Info 4015 [10:59:29.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4016 [10:59:29.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 10.660260006785393ms +Info 4017 [10:59:29.279] Different program with same set of files +Info 4018 [10:59:29.279] getCompletionData: Get current token: 0.0024580061435699463 +Info 4019 [10:59:29.279] getCompletionData: Is inside comment: 0.006431996822357178 +Info 4020 [10:59:29.279] getCompletionData: Get previous token: 0.00413300096988678 +Info 4021 [10:59:29.279] getCompletionsAtPosition: isCompletionListBlocker: 0.002830997109413147 +Info 4022 [10:59:29.279] getExportInfoMap: cache hit +Info 4023 [10:59:29.292] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4024 [10:59:29.292] collectAutoImports: response is complete +Info 4025 [10:59:29.292] collectAutoImports: 12.717743992805481 +Info 4026 [10:59:29.292] getCompletionData: Semantic work: 13.262940987944603 +Info 4027 [10:59:29.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.350929006934166 +Info 4028 [10:59:29.302] getCompletionData: Get current token: 0.012717008590698242 +Info 4029 [10:59:29.302] getCompletionData: Is inside comment: 0.003801986575126648 +Info 4030 [10:59:29.302] getCompletionData: Get previous token: 0.01126900315284729 +Info 4031 [10:59:29.302] getCompletionsAtPosition: isCompletionListBlocker: 0.0022950023412704468 +Info 4032 [10:59:29.303] getCompletionData: Semantic work: 0.3719460070133209 +Info 4033 [10:59:29.305] getCompletionData: Get current token: 0.0056909918785095215 +Info 4034 [10:59:29.305] getCompletionData: Is inside comment: 0.0020540058612823486 +Info 4035 [10:59:29.305] getCompletionData: Get previous token: 0.011489003896713257 +Info 4036 [10:59:29.305] getCompletionsAtPosition: isCompletionListBlocker: 0.0015370100736618042 +Info 4037 [10:59:29.305] getCompletionData: Semantic work: 0.22282300889492035 +Info 4038 [10:59:29.306] Format host information updated +Info 4039 [10:59:29.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4040 [10:59:29.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 7.282953009009361ms +Info 4041 [10:59:29.507] Different program with same set of files +Info 4042 [10:59:29.508] getCompletionData: Get current token: 0.002213999629020691 +Info 4043 [10:59:29.508] getCompletionData: Is inside comment: 0.006172999739646912 +Info 4044 [10:59:29.508] getCompletionData: Get previous token: 0.008789002895355225 +Info 4045 [10:59:29.508] getCompletionsAtPosition: isCompletionListBlocker: 0.003142997622489929 +Info 4046 [10:59:29.509] getExportInfoMap: cache hit +Info 4047 [10:59:29.516] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 137 from cache +Info 4048 [10:59:29.516] collectAutoImports: response is complete +Info 4049 [10:59:29.516] collectAutoImports: 7.114792004227638 +Info 4050 [10:59:29.516] getCompletionData: Semantic work: 8.078909993171692 +Info 4051 [10:59:29.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.323310002684593 +Info 4052 [10:59:29.523] Format host information updated +Info 4053 [10:59:29.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4054 [10:59:29.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 11.540926992893219ms +Info 4055 [10:59:29.711] Different program with same set of files +Info 4056 [10:59:29.711] getCompletionData: Get current token: 0.0018350034952163696 +Info 4057 [10:59:29.711] getCompletionData: Is inside comment: 0.006139993667602539 +Info 4058 [10:59:29.711] getCompletionData: Get previous token: 0.008487999439239502 +Info 4059 [10:59:29.711] getCompletionsAtPosition: isCompletionListBlocker: 0.002731993794441223 +Info 4060 [10:59:29.711] getExportInfoMap: cache hit +Info 4061 [10:59:29.714] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 92 from cache +Info 4062 [10:59:29.714] collectAutoImports: response is complete +Info 4063 [10:59:29.714] collectAutoImports: 3.0233189910650253 +Info 4064 [10:59:29.714] getCompletionData: Semantic work: 3.5008040070533752 +Info 4065 [10:59:29.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1938209980726242 +Info 4066 [10:59:29.717] Format host information updated +Info 4067 [10:59:29.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4068 [10:59:29.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 10.580770999193192ms +Info 4069 [10:59:29.796] Different program with same set of files +Info 4070 [10:59:29.797] getCompletionData: Get current token: 0.0021340101957321167 +Info 4071 [10:59:29.797] getCompletionData: Is inside comment: 0.006401002407073975 +Info 4072 [10:59:29.797] getCompletionData: Get previous token: 0.008885994553565979 +Info 4073 [10:59:29.797] getCompletionsAtPosition: isCompletionListBlocker: 0.0030920058488845825 +Info 4074 [10:59:29.797] getExportInfoMap: cache hit +Info 4075 [10:59:29.799] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 4076 [10:59:29.799] collectAutoImports: response is complete +Info 4077 [10:59:29.799] collectAutoImports: 2.2366539984941483 +Info 4078 [10:59:29.799] getCompletionData: Semantic work: 2.7798220068216324 +Info 4079 [10:59:29.801] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8922140002250671 +Info 4080 [10:59:29.801] Format host information updated +Info 4081 [10:59:29.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4082 [10:59:29.879] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 7.720852002501488ms +Info 4083 [10:59:29.879] Different program with same set of files +Info 4084 [10:59:29.879] getCompletionData: Get current token: 0.002119004726409912 +Info 4085 [10:59:29.880] getCompletionData: Is inside comment: 0.06823199987411499 +Info 4086 [10:59:29.880] getCompletionData: Get previous token: 0.010272994637489319 +Info 4087 [10:59:29.880] getCompletionsAtPosition: isCompletionListBlocker: 0.003219008445739746 +Info 4088 [10:59:29.880] getExportInfoMap: cache hit +Info 4089 [10:59:29.894] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4090 [10:59:29.894] collectAutoImports: response is complete +Info 4091 [10:59:29.894] collectAutoImports: 13.964818999171257 +Info 4092 [10:59:29.894] getCompletionData: Semantic work: 14.464736998081207 +Info 4093 [10:59:29.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6205819994211197 +Info 4094 [10:59:29.901] Format host information updated +Info 4095 [10:59:30.118] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4096 [10:59:30.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 7.027972996234894ms +Info 4097 [10:59:30.125] Different program with same set of files +Info 4098 [10:59:30.125] getCompletionData: Get current token: 0.0021800100803375244 +Info 4099 [10:59:30.125] getCompletionData: Is inside comment: 0.007444992661476135 +Info 4100 [10:59:30.125] getCompletionData: Get previous token: 0.0044209957122802734 +Info 4101 [10:59:30.125] getCompletionsAtPosition: isCompletionListBlocker: 0.007863998413085938 +Info 4102 [10:59:30.126] getExportInfoMap: cache hit +Info 4103 [10:59:30.140] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4104 [10:59:30.140] collectAutoImports: response is complete +Info 4105 [10:59:30.140] collectAutoImports: 14.04253800213337 +Info 4106 [10:59:30.140] getCompletionData: Semantic work: 14.626050993800163 +Info 4107 [10:59:30.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9909709990024567 +Info 4108 [10:59:30.149] Format host information updated +Info 4109 [10:59:31.164] Format host information updated +Info 4110 [10:59:31.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4111 [10:59:31.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 7.178566008806229ms +Info 4112 [10:59:31.171] Different program with same set of files +Info 4113 [10:59:32.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4114 [10:59:32.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 11.01340700685978ms +Info 4115 [10:59:32.216] Different program with same set of files +Info 4116 [10:59:32.216] getCompletionData: Get current token: 0.0027609914541244507 +Info 4117 [10:59:32.216] getCompletionData: Is inside comment: 0.0009469985961914062 +Info 4118 [10:59:32.216] getCompletionData: Get previous token: 0.011572986841201782 +Info 4119 [10:59:32.216] getCompletionsAtPosition: isCompletionListBlocker: 0.003187999129295349 +Info 4120 [10:59:32.216] getExportInfoMap: cache hit +Info 4121 [10:59:32.227] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4122 [10:59:32.227] collectAutoImports: response is complete +Info 4123 [10:59:32.227] collectAutoImports: 10.20916299521923 +Info 4124 [10:59:32.227] getCompletionData: Semantic work: 10.748489990830421 +Info 4125 [10:59:32.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.24939900636673 +Info 4126 [10:59:32.236] Format host information updated +Info 4127 [10:59:32.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4128 [10:59:32.471] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 6.821378991007805ms +Info 4129 [10:59:32.471] Different program with same set of files +Info 4130 [10:59:32.471] getCompletionData: Get current token: 0.002687990665435791 +Info 4131 [10:59:32.471] getCompletionData: Is inside comment: 0.0010000020265579224 +Info 4132 [10:59:32.471] getCompletionData: Get previous token: 0.01150299608707428 +Info 4133 [10:59:32.471] getCompletionsAtPosition: isCompletionListBlocker: 0.0026409924030303955 +Info 4134 [10:59:32.471] getExportInfoMap: cache hit +Info 4135 [10:59:32.475] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 4136 [10:59:32.475] collectAutoImports: response is complete +Info 4137 [10:59:32.475] collectAutoImports: 3.148934006690979 +Info 4138 [10:59:32.475] getCompletionData: Semantic work: 3.6620630025863647 +Info 4139 [10:59:32.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0600820034742355 +Info 4140 [10:59:32.477] Format host information updated +Info 4141 [10:59:32.586] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4142 [10:59:32.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 11.570545002818108ms +Info 4143 [10:59:32.598] Different program with same set of files +Info 4144 [10:59:32.598] getCompletionData: Get current token: 0.003559991717338562 +Info 4145 [10:59:32.598] getCompletionData: Is inside comment: 0.0015360116958618164 +Info 4146 [10:59:32.598] getCompletionData: Get previous token: 0.01488099992275238 +Info 4147 [10:59:32.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0037489980459213257 +Info 4148 [10:59:32.599] getExportInfoMap: cache hit +Info 4149 [10:59:32.602] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 46 from cache +Info 4150 [10:59:32.602] collectAutoImports: response is complete +Info 4151 [10:59:32.602] collectAutoImports: 3.4097760021686554 +Info 4152 [10:59:32.602] getCompletionData: Semantic work: 4.048758998513222 +Info 4153 [10:59:32.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2810849994421005 +Info 4154 [10:59:32.605] Format host information updated +Info 4155 [10:59:32.714] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4156 [10:59:32.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 7.039662003517151ms +Info 4157 [10:59:32.721] Different program with same set of files +Info 4158 [10:59:32.721] getCompletionData: Get current token: 0.0030470043420791626 +Info 4159 [10:59:32.721] getCompletionData: Is inside comment: 0.001139998435974121 +Info 4160 [10:59:32.721] getCompletionData: Get previous token: 0.012322992086410522 +Info 4161 [10:59:32.721] getCompletionsAtPosition: isCompletionListBlocker: 0.0033290088176727295 +Info 4162 [10:59:32.722] getExportInfoMap: cache hit +Info 4163 [10:59:32.724] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4164 [10:59:32.724] collectAutoImports: response is complete +Info 4165 [10:59:32.724] collectAutoImports: 1.8512059897184372 +Info 4166 [10:59:32.724] getCompletionData: Semantic work: 2.437052994966507 +Info 4167 [10:59:32.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0230299979448318 +Info 4168 [10:59:32.729] Format host information updated +Info 4169 [10:59:32.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4170 [10:59:32.803] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 6.851849004626274ms +Info 4171 [10:59:32.803] Different program with same set of files +Info 4172 [10:59:32.803] getCompletionData: Get current token: 0.0027290135622024536 +Info 4173 [10:59:32.803] getCompletionData: Is inside comment: 0.001118004322052002 +Info 4174 [10:59:32.803] getCompletionData: Get previous token: 0.01162099838256836 +Info 4175 [10:59:32.803] getCompletionsAtPosition: isCompletionListBlocker: 0.002813994884490967 +Info 4176 [10:59:32.803] getExportInfoMap: cache hit +Info 4177 [10:59:32.805] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4178 [10:59:32.805] collectAutoImports: response is complete +Info 4179 [10:59:32.805] collectAutoImports: 1.6817290037870407 +Info 4180 [10:59:32.805] getCompletionData: Semantic work: 2.1585839986801147 +Info 4181 [10:59:32.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8818750083446503 +Info 4182 [10:59:32.807] Format host information updated +Info 4183 [10:59:32.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4184 [10:59:32.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 10.234745010733604ms +Info 4185 [10:59:32.916] Different program with same set of files +Info 4186 [10:59:32.917] getCompletionData: Get current token: 0.0028500109910964966 +Info 4187 [10:59:32.917] getCompletionData: Is inside comment: 0.0010589957237243652 +Info 4188 [10:59:32.917] getCompletionData: Get previous token: 0.011018991470336914 +Info 4189 [10:59:32.917] getCompletionsAtPosition: isCompletionListBlocker: 0.0034400075674057007 +Info 4190 [10:59:32.917] getExportInfoMap: cache hit +Info 4191 [10:59:32.927] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4192 [10:59:32.927] collectAutoImports: response is complete +Info 4193 [10:59:32.927] collectAutoImports: 9.95023599267006 +Info 4194 [10:59:32.927] getCompletionData: Semantic work: 10.479478001594543 +Info 4195 [10:59:32.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5227449983358383 +Info 4196 [10:59:32.937] Format host information updated +Info 4197 [10:59:34.173] getCompletionData: Get current token: 0.0014299899339675903 +Info 4198 [10:59:34.173] getCompletionData: Is inside comment: 0.00465799868106842 +Info 4199 [10:59:34.173] getCompletionData: Get previous token: 0.006883010268211365 +Info 4200 [10:59:34.173] getCompletionsAtPosition: isCompletionListBlocker: 0.0017360001802444458 +Info 4201 [10:59:34.173] Returning an empty list because completion was requested in an invalid position. +Info 4202 [10:59:34.589] Format host information updated +Info 4203 [10:59:34.589] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4204 [10:59:34.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 6.862929999828339ms +Info 4205 [10:59:34.596] Different program with same set of files +Info 4206 [10:59:34.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4207 [10:59:34.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 6.91177599132061ms +Info 4208 [10:59:34.703] Different program with same set of files +Info 4209 [10:59:34.704] getCompletionData: Get current token: 0.0011510103940963745 +Info 4210 [10:59:34.704] getCompletionData: Is inside comment: 0.005625993013381958 +Info 4211 [10:59:34.704] getCompletionData: Get previous token: 0.0034019947052001953 +Info 4212 [10:59:34.704] getCompletionsAtPosition: isCompletionListBlocker: 0.007229998707771301 +Info 4213 [10:59:34.704] getExportInfoMap: cache hit +Info 4214 [10:59:34.718] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4215 [10:59:34.718] collectAutoImports: response is complete +Info 4216 [10:59:34.718] collectAutoImports: 13.871072992682457 +Info 4217 [10:59:34.718] getCompletionData: Semantic work: 14.313896998763084 +Info 4218 [10:59:34.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.590258002281189 +Info 4219 [10:59:34.725] Format host information updated +Info 4220 [10:59:34.797] Format host information updated +Info 4221 [10:59:34.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4222 [10:59:34.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 10.329512000083923ms +Info 4223 [10:59:34.808] Different program with same set of files +Info 4224 [10:59:35.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4225 [10:59:35.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 7.182717993855476ms +Info 4226 [10:59:35.073] Different program with same set of files +Info 4227 [10:59:35.073] getCompletionData: Get current token: 0.0011419951915740967 +Info 4228 [10:59:35.073] getCompletionData: Is inside comment: 0.0047249943017959595 +Info 4229 [10:59:35.073] getCompletionData: Get previous token: 0.00822100043296814 +Info 4230 [10:59:35.073] getCompletionsAtPosition: isCompletionListBlocker: 0.007866010069847107 +Info 4231 [10:59:35.073] getExportInfoMap: cache hit +Info 4232 [10:59:35.081] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 4233 [10:59:35.081] collectAutoImports: response is complete +Info 4234 [10:59:35.081] collectAutoImports: 7.656931012868881 +Info 4235 [10:59:35.081] getCompletionData: Semantic work: 8.195068001747131 +Info 4236 [10:59:35.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6478379964828491 +Info 4237 [10:59:35.084] Format host information updated +Info 4238 [10:59:35.417] Format host information updated +Info 4239 [10:59:35.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4240 [10:59:35.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 7.054726004600525ms +Info 4241 [10:59:35.425] Different program with same set of files +Info 4242 [10:59:35.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4243 [10:59:35.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 10.647943004965782ms +Info 4244 [10:59:35.798] Different program with same set of files +Info 4245 [10:59:35.798] getCompletionData: Get current token: 0.001230001449584961 +Info 4246 [10:59:35.798] getCompletionData: Is inside comment: 0.00449100136756897 +Info 4247 [10:59:35.798] getCompletionData: Get previous token: 0.0036910027265548706 +Info 4248 [10:59:35.798] getCompletionsAtPosition: isCompletionListBlocker: 0.002852007746696472 +Info 4249 [10:59:35.798] getExportInfoMap: cache hit +Info 4250 [10:59:35.809] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4251 [10:59:35.809] collectAutoImports: response is complete +Info 4252 [10:59:35.809] collectAutoImports: 10.190912008285522 +Info 4253 [10:59:35.809] getCompletionData: Semantic work: 10.746728003025055 +Info 4254 [10:59:35.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7115299999713898 +Info 4255 [10:59:35.817] Format host information updated +Info 4256 [10:59:36.127] Format host information updated +Info 4257 [10:59:36.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4258 [10:59:36.135] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 7.092590004205704ms +Info 4259 [10:59:36.135] Different program with same set of files +Info 4260 [10:59:36.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4261 [10:59:36.461] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 18.809300988912582ms +Info 4262 [10:59:36.461] Different program with same set of files +Info 4263 [10:59:36.461] getCompletionData: Get current token: 0.0024119913578033447 +Info 4264 [10:59:36.461] getCompletionData: Is inside comment: 0.00889800488948822 +Info 4265 [10:59:36.461] getCompletionData: Get previous token: 0.015904992818832397 +Info 4266 [10:59:36.461] getCompletionsAtPosition: isCompletionListBlocker: 0.01338699460029602 +Info 4267 [10:59:36.462] getExportInfoMap: cache hit +Info 4268 [10:59:36.469] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 40 from cache +Info 4269 [10:59:36.469] collectAutoImports: response is complete +Info 4270 [10:59:36.469] collectAutoImports: 6.554394990205765 +Info 4271 [10:59:36.469] getCompletionData: Semantic work: 7.579395994544029 +Info 4272 [10:59:36.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.302256003022194 +Info 4273 [10:59:36.472] Format host information updated +Info 4274 [10:59:36.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4275 [10:59:36.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 6.558565005660057ms +Info 4276 [10:59:36.552] Different program with same set of files +Info 4277 [10:59:36.552] getCompletionData: Get current token: 0.0010900050401687622 +Info 4278 [10:59:36.552] getCompletionData: Is inside comment: 0.004128009080886841 +Info 4279 [10:59:36.552] getCompletionData: Get previous token: 0.007472008466720581 +Info 4280 [10:59:36.552] getCompletionsAtPosition: isCompletionListBlocker: 0.006994009017944336 +Info 4281 [10:59:36.553] getExportInfoMap: cache hit +Info 4282 [10:59:36.555] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 13 from cache +Info 4283 [10:59:36.555] collectAutoImports: response is complete +Info 4284 [10:59:36.555] collectAutoImports: 2.3708630055189133 +Info 4285 [10:59:36.555] getCompletionData: Semantic work: 2.834091991186142 +Info 4286 [10:59:36.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9402569979429245 +Info 4287 [10:59:36.560] Format host information updated +Info 4288 [10:59:36.627] Format host information updated +Info 4289 [10:59:36.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4290 [10:59:36.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 6.582243993878365ms +Info 4291 [10:59:36.634] Different program with same set of files +Info 4292 [10:59:36.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4293 [10:59:36.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 6.974337995052338ms +Info 4294 [10:59:36.716] Different program with same set of files +Info 4295 [10:59:36.716] getCompletionData: Get current token: 0.0012689977884292603 +Info 4296 [10:59:36.716] getCompletionData: Is inside comment: 0.0049169957637786865 +Info 4297 [10:59:36.716] getCompletionData: Get previous token: 0.003506988286972046 +Info 4298 [10:59:36.716] getCompletionsAtPosition: isCompletionListBlocker: 0.006526008248329163 +Info 4299 [10:59:36.716] getExportInfoMap: cache hit +Info 4300 [10:59:36.730] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4301 [10:59:36.730] collectAutoImports: response is complete +Info 4302 [10:59:36.730] collectAutoImports: 13.213768005371094 +Info 4303 [10:59:36.730] getCompletionData: Semantic work: 13.670962005853653 +Info 4304 [10:59:36.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.643633008003235 +Info 4305 [10:59:36.739] Format host information updated +Info 4306 [10:59:36.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4307 [10:59:36.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 9.851182013750076ms +Info 4308 [10:59:36.917] Different program with same set of files +Info 4309 [10:59:36.917] getCompletionData: Get current token: 0.0018350034952163696 +Info 4310 [10:59:36.917] getCompletionData: Is inside comment: 0.007675006985664368 +Info 4311 [10:59:36.917] getCompletionData: Get previous token: 0.0048139989376068115 +Info 4312 [10:59:36.917] getCompletionsAtPosition: isCompletionListBlocker: 0.009411007165908813 +Info 4313 [10:59:36.918] getExportInfoMap: cache hit +Info 4314 [10:59:36.938] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4315 [10:59:36.938] collectAutoImports: response is complete +Info 4316 [10:59:36.938] collectAutoImports: 19.449503004550934 +Info 4317 [10:59:36.938] getCompletionData: Semantic work: 20.370091006159782 +Info 4318 [10:59:36.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0099779963493347 +Info 4319 [10:59:36.944] Format host information updated +Info 4320 [10:59:37.011] Format host information updated +Info 4321 [10:59:37.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4322 [10:59:37.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 8.008612990379333ms +Info 4323 [10:59:37.019] Different program with same set of files +Info 4324 [10:59:37.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4325 [10:59:37.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 7.50620399415493ms +Info 4326 [10:59:37.314] Different program with same set of files +Info 4327 [10:59:37.314] getCompletionData: Get current token: 0.0012679994106292725 +Info 4328 [10:59:37.314] getCompletionData: Is inside comment: 0.00443701446056366 +Info 4329 [10:59:37.314] getCompletionData: Get previous token: 0.009911999106407166 +Info 4330 [10:59:37.314] getCompletionsAtPosition: isCompletionListBlocker: 0.008542999625205994 +Info 4331 [10:59:37.314] getExportInfoMap: cache hit +Info 4332 [10:59:37.319] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 4333 [10:59:37.319] collectAutoImports: response is complete +Info 4334 [10:59:37.319] collectAutoImports: 4.336264997720718 +Info 4335 [10:59:37.319] getCompletionData: Semantic work: 4.945438995957375 +Info 4336 [10:59:37.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5037629902362823 +Info 4337 [10:59:37.323] Format host information updated +Info 4338 [10:59:37.560] Format host information updated +Info 4339 [10:59:37.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4340 [10:59:37.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 7.900417998433113ms +Info 4341 [10:59:37.568] Different program with same set of files +Info 4342 [10:59:37.690] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4343 [10:59:37.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 17.375192001461983ms +Info 4344 [10:59:37.708] Different program with same set of files +Info 4345 [10:59:37.708] getCompletionData: Get current token: 0.002419993281364441 +Info 4346 [10:59:37.708] getCompletionData: Is inside comment: 0.011785000562667847 +Info 4347 [10:59:37.708] getCompletionData: Get previous token: 0.00845898687839508 +Info 4348 [10:59:37.708] getCompletionsAtPosition: isCompletionListBlocker: 0.014965996146202087 +Info 4349 [10:59:37.709] getExportInfoMap: cache hit +Info 4350 [10:59:37.728] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4351 [10:59:37.728] collectAutoImports: response is complete +Info 4352 [10:59:37.728] collectAutoImports: 19.0935879945755 +Info 4353 [10:59:37.728] getCompletionData: Semantic work: 20.125473991036415 +Info 4354 [10:59:37.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.598595008254051 +Info 4355 [10:59:37.737] Format host information updated +Info 4356 [10:59:37.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4357 [10:59:37.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 7.957855999469757ms +Info 4358 [10:59:37.940] Different program with same set of files +Info 4359 [10:59:37.940] getCompletionData: Get current token: 0.0010560005903244019 +Info 4360 [10:59:37.940] getCompletionData: Is inside comment: 0.00480400025844574 +Info 4361 [10:59:37.940] getCompletionData: Get previous token: 0.003545999526977539 +Info 4362 [10:59:37.940] getCompletionsAtPosition: isCompletionListBlocker: 0.006926998496055603 +Info 4363 [10:59:37.941] getExportInfoMap: cache hit +Info 4364 [10:59:37.953] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4365 [10:59:37.953] collectAutoImports: response is complete +Info 4366 [10:59:37.953] collectAutoImports: 12.703995004296303 +Info 4367 [10:59:37.953] getCompletionData: Semantic work: 13.28727500140667 +Info 4368 [10:59:37.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6631530076265335 +Info 4369 [10:59:37.959] Format host information updated +Info 4370 [10:59:38.031] Format host information updated +Info 4371 [10:59:38.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4372 [10:59:38.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 7.605835989117622ms +Info 4373 [10:59:38.039] Different program with same set of files +Info 4374 [10:59:38.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4375 [10:59:38.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 10.225303992629051ms +Info 4376 [10:59:38.259] Different program with same set of files +Info 4377 [10:59:38.259] getCompletionData: Get current token: 0.0010659992694854736 +Info 4378 [10:59:38.259] getCompletionData: Is inside comment: 0.004529997706413269 +Info 4379 [10:59:38.259] getCompletionData: Get previous token: 0.009663000702857971 +Info 4380 [10:59:38.259] getCompletionsAtPosition: isCompletionListBlocker: 0.007946997880935669 +Info 4381 [10:59:38.260] getExportInfoMap: cache hit +Info 4382 [10:59:38.263] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 153 from cache +Info 4383 [10:59:38.263] collectAutoImports: response is complete +Info 4384 [10:59:38.263] collectAutoImports: 3.7387920022010803 +Info 4385 [10:59:38.263] getCompletionData: Semantic work: 4.320918992161751 +Info 4386 [10:59:38.265] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5394279956817627 +Info 4387 [10:59:38.266] Format host information updated +Info 4388 [10:59:38.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4389 [10:59:38.776] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 10.175199002027512ms +Info 4390 [10:59:38.777] Different program with same set of files +Info 4391 [10:59:38.777] getCompletionData: Get current token: 0.0012950003147125244 +Info 4392 [10:59:38.777] getCompletionData: Is inside comment: 0.00589299201965332 +Info 4393 [10:59:38.777] getCompletionData: Get previous token: 0.004412993788719177 +Info 4394 [10:59:38.777] getCompletionsAtPosition: isCompletionListBlocker: 0.0025649964809417725 +Info 4395 [10:59:38.777] getCompletionData: Semantic work: 0.6515519917011261 +Info 4396 [10:59:38.778] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9699520021677017 +Info 4397 [10:59:38.779] Format host information updated +Info 4398 [10:59:38.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4399 [10:59:38.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 25.055264994502068ms +Info 4400 [10:59:38.958] Different program with same set of files +Info 4401 [10:59:38.958] getCompletionData: Get current token: 0.0032009929418563843 +Info 4402 [10:59:38.958] getCompletionData: Is inside comment: 0.017131999135017395 +Info 4403 [10:59:38.958] getCompletionData: Get previous token: 0.034943997859954834 +Info 4404 [10:59:38.958] getCompletionsAtPosition: isCompletionListBlocker: 0.004974007606506348 +Info 4405 [10:59:38.960] getCompletionData: Semantic work: 1.4332869946956635 +Info 4406 [10:59:38.963] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7205020040273666 +Info 4407 [10:59:38.964] Format host information updated +Info 4408 [10:59:39.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4409 [10:59:39.042] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 9.452649995684624ms +Info 4410 [10:59:39.042] Different program with same set of files +Info 4411 [10:59:39.043] getCompletionData: Get current token: 0.0011529922485351562 +Info 4412 [10:59:39.043] getCompletionData: Is inside comment: 0.00490899384021759 +Info 4413 [10:59:39.043] getCompletionData: Get previous token: 0.010707005858421326 +Info 4414 [10:59:39.043] getCompletionsAtPosition: isCompletionListBlocker: 0.002455994486808777 +Info 4415 [10:59:39.043] getCompletionData: Semantic work: 0.5359400063753128 +Info 4416 [10:59:39.045] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.323856994509697 +Info 4417 [10:59:39.045] Format host information updated +Info 4418 [10:59:39.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4419 [10:59:39.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 6.70736999809742ms +Info 4420 [10:59:39.119] Different program with same set of files +Info 4421 [10:59:39.119] getCompletionData: Get current token: 0.0010650008916854858 +Info 4422 [10:59:39.119] getCompletionData: Is inside comment: 0.004915997385978699 +Info 4423 [10:59:39.119] getCompletionData: Get previous token: 0.011233001947402954 +Info 4424 [10:59:39.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0018980056047439575 +Info 4425 [10:59:39.120] getCompletionData: Semantic work: 0.4644249975681305 +Info 4426 [10:59:39.121] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2625419944524765 +Info 4427 [10:59:39.121] Format host information updated +Info 4428 [10:59:39.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4429 [10:59:39.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 8.739252999424934ms +Info 4430 [10:59:39.290] Different program with same set of files +Info 4431 [10:59:39.290] getCompletionData: Get current token: 0.0012750029563903809 +Info 4432 [10:59:39.290] getCompletionData: Is inside comment: 0.005934998393058777 +Info 4433 [10:59:39.290] getCompletionData: Get previous token: 0.014327004551887512 +Info 4434 [10:59:39.290] getCompletionsAtPosition: isCompletionListBlocker: 0.002400994300842285 +Info 4435 [10:59:39.291] getCompletionData: Semantic work: 0.6172910034656525 +Info 4436 [10:59:39.292] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6495860069990158 +Info 4437 [10:59:39.293] Format host information updated +Info 4438 [10:59:39.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4439 [10:59:39.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 10.62898500263691ms +Info 4440 [10:59:39.520] Different program with same set of files +Info 4441 [10:59:39.520] getCompletionData: Get current token: 0.0010630041360855103 +Info 4442 [10:59:39.520] getCompletionData: Is inside comment: 0.005095005035400391 +Info 4443 [10:59:39.520] getCompletionData: Get previous token: 0.011898994445800781 +Info 4444 [10:59:39.520] getCompletionsAtPosition: isCompletionListBlocker: 0.0024259984493255615 +Info 4445 [10:59:39.521] getCompletionData: Semantic work: 0.5350349992513657 +Info 4446 [10:59:39.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.452010989189148 +Info 4447 [10:59:39.523] Format host information updated +Info 4448 [10:59:39.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4449 [10:59:39.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 6.844562008976936ms +Info 4450 [10:59:39.599] Different program with same set of files +Info 4451 [10:59:39.599] getCompletionData: Get current token: 0.0009980052709579468 +Info 4452 [10:59:39.599] getCompletionData: Is inside comment: 0.0051719993352890015 +Info 4453 [10:59:39.599] getCompletionData: Get previous token: 0.010642990469932556 +Info 4454 [10:59:39.599] getCompletionsAtPosition: isCompletionListBlocker: 0.0020679980516433716 +Info 4455 [10:59:39.599] getCompletionData: Semantic work: 0.4529480040073395 +Info 4456 [10:59:39.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3394019901752472 +Info 4457 [10:59:39.601] Format host information updated +Info 4458 [10:59:40.127] Format host information updated +Info 4459 [10:59:40.128] Format host information updated +Info 4460 [10:59:40.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4461 [10:59:40.135] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 6.998864993453026ms +Info 4462 [10:59:40.135] Different program with same set of files +Info 4463 [10:59:40.135] getCompletionData: Get current token: 0.0010650008916854858 +Info 4464 [10:59:40.135] getCompletionData: Is inside comment: 0.005568996071815491 +Info 4465 [10:59:40.135] getCompletionData: Get previous token: 0.0037849992513656616 +Info 4466 [10:59:40.135] getCompletionsAtPosition: isCompletionListBlocker: 0.0025739967823028564 +Info 4467 [10:59:40.136] getExportInfoMap: cache hit +Info 4468 [10:59:40.148] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4469 [10:59:40.148] collectAutoImports: response is complete +Info 4470 [10:59:40.148] collectAutoImports: 12.516230002045631 +Info 4471 [10:59:40.148] getCompletionData: Semantic work: 13.030346006155014 +Info 4472 [10:59:40.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.73233200609684 +Info 4473 [10:59:40.154] getCompletionData: Get current token: 0.008274003863334656 +Info 4474 [10:59:40.154] getCompletionData: Is inside comment: 0.003014996647834778 +Info 4475 [10:59:40.154] getCompletionData: Get previous token: 0.014234006404876709 +Info 4476 [10:59:40.154] getCompletionsAtPosition: isCompletionListBlocker: 0.0021480023860931396 +Info 4477 [10:59:40.155] getCompletionData: Semantic work: 0.26347699761390686 +Info 4478 [10:59:40.157] getCompletionData: Get current token: 0.006122007966041565 +Info 4479 [10:59:40.157] getCompletionData: Is inside comment: 0.0020280033349990845 +Info 4480 [10:59:40.157] getCompletionData: Get previous token: 0.016208991408348083 +Info 4481 [10:59:40.157] getCompletionsAtPosition: isCompletionListBlocker: 0.002057000994682312 +Info 4482 [10:59:40.157] getCompletionData: Semantic work: 0.1761159896850586 +Info 4483 [10:59:40.158] Format host information updated +Info 4484 [10:59:40.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4485 [10:59:40.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 7.383363991975784ms +Info 4486 [10:59:40.674] Different program with same set of files +Info 4487 [10:59:40.674] getCompletionData: Get current token: 0.0012419968843460083 +Info 4488 [10:59:40.674] getCompletionData: Is inside comment: 0.005939006805419922 +Info 4489 [10:59:40.674] getCompletionData: Get previous token: 0.013293012976646423 +Info 4490 [10:59:40.674] getCompletionsAtPosition: isCompletionListBlocker: 0.0029799938201904297 +Info 4491 [10:59:40.675] getExportInfoMap: cache hit +Info 4492 [10:59:40.678] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 13 from cache +Info 4493 [10:59:40.678] collectAutoImports: response is complete +Info 4494 [10:59:40.678] collectAutoImports: 2.682647004723549 +Info 4495 [10:59:40.678] getCompletionData: Semantic work: 3.3192780017852783 +Info 4496 [10:59:40.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2615419924259186 +Info 4497 [10:59:40.684] Format host information updated +Info 4498 [10:59:40.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4499 [10:59:40.972] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 7.184283003211021ms +Info 4500 [10:59:40.972] Different program with same set of files +Info 4501 [10:59:40.972] getCompletionData: Get current token: 0.0014629960060119629 +Info 4502 [10:59:40.972] getCompletionData: Is inside comment: 0.006910011172294617 +Info 4503 [10:59:40.972] getCompletionData: Get previous token: 0.004440009593963623 +Info 4504 [10:59:40.972] getCompletionsAtPosition: isCompletionListBlocker: 0.008556991815567017 +Info 4505 [10:59:40.973] getExportInfoMap: cache hit +Info 4506 [10:59:40.988] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 921 from cache +Info 4507 [10:59:40.988] collectAutoImports: response is complete +Info 4508 [10:59:40.988] collectAutoImports: 14.630959004163742 +Info 4509 [10:59:40.988] getCompletionData: Semantic work: 15.365364000201225 +Info 4510 [10:59:40.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0676079988479614 +Info 4511 [10:59:40.994] Format host information updated +Info 4512 [11:02:08.282] Search path: /home/orion/src/purescript-puppeteer/src +Info 4513 [11:02:08.282] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4514 [11:02:08.287] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4515 [11:02:08.684] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 396.9731370061636ms +Info 4516 [11:02:08.684] Project '/dev/null/inferredProject1*' (Inferred) +Info 4517 [11:02:08.684] Files (108) + +Info 4518 [11:02:08.684] ----------------------------------------------- +Info 4519 [11:02:08.687] AutoImportProviderProject: found 6 root files in 6 dependencies in 2.3820569962263107 ms +Info 4520 [11:02:08.688] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 4521 [11:02:09.070] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 381.90746000409126ms +Info 4522 [11:02:09.070] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4523 [11:02:09.070] Files (186) + +Info 4524 [11:02:09.070] ----------------------------------------------- +Info 4525 [11:02:09.071] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4525 [11:02:09.071] Files (139) + +Info 4525 [11:02:09.071] ----------------------------------------------- +Info 4525 [11:02:09.071] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4525 [11:02:09.071] Files (271) + +Info 4525 [11:02:09.071] ----------------------------------------------- +Info 4525 [11:02:09.071] Project '/dev/null/inferredProject1*' (Inferred) +Info 4525 [11:02:09.071] Files (108) + +Info 4525 [11:02:09.071] ----------------------------------------------- +Info 4525 [11:02:09.071] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4525 [11:02:09.071] Files (186) + +Info 4525 [11:02:09.071] ----------------------------------------------- +Info 4525 [11:02:09.071] Open files: +Info 4525 [11:02:09.071] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4525 [11:02:09.071] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4525 [11:02:09.071] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4525 [11:02:09.071] Projects: /dev/null/inferredProject1* +Info 4525 [11:02:09.072] Format host information updated +Info 4526 [11:02:09.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4527 [11:02:09.073] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.23544500768184662ms +Info 4528 [11:02:09.074] Format host information updated +Info 4529 [11:02:09.329] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4530 [11:02:09.507] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 178.3195099979639ms +Info 4531 [11:02:09.507] Project '/dev/null/inferredProject1*' (Inferred) +Info 4532 [11:02:09.507] Files (130) + +Info 4533 [11:02:09.507] ----------------------------------------------- +Info 4534 [11:02:09.507] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4535 [11:02:09.507] Files (186) + +Info 4536 [11:02:09.507] ----------------------------------------------- +Info 4537 [11:02:10.075] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4538 [11:02:10.077] Elapsed:: 2.0802039951086044ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4539 [11:02:10.077] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4540 [11:02:10.078] Elapsed:: 0.44760599732398987ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4541 [11:02:10.078] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4542 [11:02:10.078] Ignoring files that are not *.json +Info 4543 [11:02:10.078] Elapsed:: 0.18603099882602692ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4544 [11:02:10.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4545 [11:02:10.134] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 13.138541996479034ms +Info 4546 [11:02:10.134] Different program with same set of files +Info 4547 [11:02:10.134] getCompletionData: Get current token: 0.0017610043287277222 +Info 4548 [11:02:10.134] getCompletionData: Is inside comment: 0.004910007119178772 +Info 4549 [11:02:10.134] getCompletionData: Get previous token: 0.0052299946546554565 +Info 4550 [11:02:10.136] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.48601898550987244 ms +Info 4551 [11:02:10.136] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 4552 [11:02:10.144] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 7.692790001630783ms +Info 4553 [11:02:10.144] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4554 [11:02:10.144] Files (179) + +Info 4555 [11:02:10.144] ----------------------------------------------- +Info 4556 [11:02:10.145] getExportInfoMap: cache miss or empty; calculating new results +Info 4557 [11:02:10.189] forEachExternalModuleToImportFrom autoImportProvider: 29.241313993930817 +Info 4558 [11:02:10.189] getExportInfoMap: done in 53.59782400727272 ms +Info 4559 [11:02:10.197] collectAutoImports: resolved 5 module specifiers, plus 103 ambient and 19 from cache +Info 4560 [11:02:10.197] collectAutoImports: response is complete +Info 4561 [11:02:10.197] collectAutoImports: 8.682862997055054 +Info 4562 [11:02:10.197] getCompletionData: Semantic work: 63.446277007460594 +Info 4563 [11:02:10.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9034650027751923 +Info 4564 [11:02:10.203] Format host information updated +Info 4565 [11:02:10.312] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4566 [11:02:10.320] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 7.9583400040864944ms +Info 4567 [11:02:10.320] Different program with same set of files +Info 4568 [11:02:10.320] getCompletionData: Get current token: 0.0013169944286346436 +Info 4569 [11:02:10.320] getCompletionData: Is inside comment: 0.004200994968414307 +Info 4570 [11:02:10.320] getCompletionData: Get previous token: 0.004326000809669495 +Info 4571 [11:02:10.321] getExportInfoMap: cache hit +Info 4572 [11:02:10.325] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 4 from cache +Info 4573 [11:02:10.325] collectAutoImports: response is complete +Info 4574 [11:02:10.325] collectAutoImports: 4.328813999891281 +Info 4575 [11:02:10.325] getCompletionData: Semantic work: 4.865894004702568 +Info 4576 [11:02:10.327] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3150160014629364 +Info 4577 [11:02:10.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4578 [11:02:10.346] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 412 structureChanged: true structureIsReused:: Not Elapsed: 13.656635999679565ms +Info 4579 [11:02:10.346] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4580 [11:02:10.346] Files (140) + +Info 4581 [11:02:10.346] ----------------------------------------------- +Info 4582 [11:02:10.346] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4583 [11:02:10.346] Files (271) + +Info 4584 [11:02:10.346] ----------------------------------------------- +Info 4585 [11:02:10.346] Format host information updated +Info 4586 [11:02:10.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4587 [11:02:10.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 8.71595698595047ms +Info 4588 [11:02:10.673] Different program with same set of files +Info 4589 [11:02:10.673] getCompletionData: Get current token: 0.0010340064764022827 +Info 4590 [11:02:10.673] getCompletionData: Is inside comment: 0.003304988145828247 +Info 4591 [11:02:10.673] getCompletionData: Get previous token: 0.0031809955835342407 +Info 4592 [11:02:10.673] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.26590199768543243 ms +Info 4593 [11:02:10.673] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 4594 [11:02:10.674] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.3948709964752197ms +Info 4595 [11:02:10.674] getExportInfoMap: cache miss or empty; calculating new results +Info 4596 [11:02:10.695] forEachExternalModuleToImportFrom autoImportProvider: 8.881860002875328 +Info 4597 [11:02:10.695] getExportInfoMap: done in 22.113908007740974 ms +Info 4598 [11:02:10.702] collectAutoImports: resolved 13 module specifiers, plus 24 ambient and 139 from cache +Info 4599 [11:02:10.702] collectAutoImports: response is complete +Info 4600 [11:02:10.702] collectAutoImports: 6.962278991937637 +Info 4601 [11:02:10.702] getCompletionData: Semantic work: 29.554649993777275 +Info 4602 [11:02:10.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8697759956121445 +Info 4603 [11:02:10.705] Format host information updated +Info 4604 [11:02:10.834] Format host information updated +Info 4605 [11:02:10.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4606 [11:02:10.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 6.335476994514465ms +Info 4607 [11:02:10.841] Different program with same set of files +Info 4608 [11:02:12.578] Before ensureProjectForOpenFiles: +Info 4609 [11:02:12.578] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4609 [11:02:12.578] Files (140) + +Info 4609 [11:02:12.578] ----------------------------------------------- +Info 4609 [11:02:12.578] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4609 [11:02:12.578] Files (271) + +Info 4609 [11:02:12.578] ----------------------------------------------- +Info 4609 [11:02:12.578] Project '/dev/null/inferredProject1*' (Inferred) +Info 4609 [11:02:12.578] Files (130) + +Info 4609 [11:02:12.578] ----------------------------------------------- +Info 4609 [11:02:12.578] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4609 [11:02:12.578] Files (179) + +Info 4609 [11:02:12.578] ----------------------------------------------- +Info 4609 [11:02:12.578] Open files: +Info 4609 [11:02:12.578] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4609 [11:02:12.578] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4609 [11:02:12.578] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4609 [11:02:12.578] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4609 [11:02:12.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4610 [11:02:12.619] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed: 41.03634399175644ms +Info 4611 [11:02:12.619] Project '/dev/null/inferredProject1*' (Inferred) +Info 4612 [11:02:12.619] Files (129) + +Info 4613 [11:02:12.619] ----------------------------------------------- +Info 4614 [11:02:12.619] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4615 [11:02:12.619] Files (179) + +Info 4616 [11:02:12.619] ----------------------------------------------- +Info 4617 [11:02:12.620] After ensureProjectForOpenFiles: +Info 4618 [11:02:12.620] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4618 [11:02:12.620] Files (140) + +Info 4618 [11:02:12.620] ----------------------------------------------- +Info 4618 [11:02:12.620] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4618 [11:02:12.620] Files (271) + +Info 4618 [11:02:12.620] ----------------------------------------------- +Info 4618 [11:02:12.620] Project '/dev/null/inferredProject1*' (Inferred) +Info 4618 [11:02:12.620] Files (129) + +Info 4618 [11:02:12.620] ----------------------------------------------- +Info 4618 [11:02:12.620] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4618 [11:02:12.620] Files (179) + +Info 4618 [11:02:12.620] ----------------------------------------------- +Info 4618 [11:02:12.620] Open files: +Info 4618 [11:02:12.620] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4618 [11:02:12.620] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4618 [11:02:12.620] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4618 [11:02:12.620] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4618 [11:02:12.620] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js +Info 4619 [11:02:13.249] Format host information updated +Info 4620 [11:02:13.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4621 [11:02:13.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 6.716325998306274ms +Info 4622 [11:02:13.256] Different program with same set of files +Info 4623 [11:02:13.895] Format host information updated +Info 4624 [11:02:13.895] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4625 [11:02:13.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 7.787312999367714ms +Info 4626 [11:02:13.903] Different program with same set of files +Info 4627 [11:02:14.066] Format host information updated +Info 4628 [11:02:14.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4629 [11:02:14.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 7.415787994861603ms +Info 4630 [11:02:14.074] Different program with same set of files +Info 4631 [11:02:20.068] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4632 [11:02:20.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 7.613218992948532ms +Info 4633 [11:02:20.076] Different program with same set of files +Info 4634 [11:02:20.076] getCompletionData: Get current token: 0.0023510009050369263 +Info 4635 [11:02:20.076] getCompletionData: Is inside comment: 0.000881001353263855 +Info 4636 [11:02:20.076] getCompletionData: Get previous token: 0.008389994502067566 +Info 4637 [11:02:20.076] getCompletionsAtPosition: isCompletionListBlocker: 0.006870001554489136 +Info 4638 [11:02:20.076] getExportInfoMap: cache hit +Info 4639 [11:02:20.106] collectAutoImports: resolved 19 module specifiers, plus 219 ambient and 921 from cache +Info 4640 [11:02:20.106] collectAutoImports: response is complete +Info 4641 [11:02:20.106] collectAutoImports: 29.333249002695084 +Info 4642 [11:02:20.106] getCompletionData: Semantic work: 29.90004700422287 +Info 4643 [11:02:20.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.386049002408981 +Info 4644 [11:02:20.115] Format host information updated +Info 4645 [11:02:20.369] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4646 [11:02:20.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 5.7230789959430695ms +Info 4647 [11:02:20.375] Different program with same set of files +Info 4648 [11:02:20.375] getCompletionData: Get current token: 0.0008949935436248779 +Info 4649 [11:02:20.375] getCompletionData: Is inside comment: 0.006725996732711792 +Info 4650 [11:02:20.375] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4651 [11:02:20.378] Format host information updated +Info 4652 [11:02:20.444] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4653 [11:02:20.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 11.339395001530647ms +Info 4654 [11:02:20.456] Different program with same set of files +Info 4655 [11:02:20.456] getCompletionData: Get current token: 0.0031159967184066772 +Info 4656 [11:02:20.456] getCompletionData: Is inside comment: 0.015180990099906921 +Info 4657 [11:02:20.457] Format host information updated +Info 4658 [11:02:20.722] Format host information updated +Info 4659 [11:02:20.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4660 [11:02:20.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 5.518786996603012ms +Info 4661 [11:02:20.727] Different program with same set of files +Info 4662 [11:02:21.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4663 [11:02:21.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 11.386707991361618ms +Info 4664 [11:02:21.191] Different program with same set of files +Info 4665 [11:02:21.191] getCompletionData: Get current token: 0.0023490041494369507 +Info 4666 [11:02:21.191] getCompletionData: Is inside comment: 0.010703012347221375 +Info 4667 [11:02:21.191] Format host information updated +Info 4668 [11:02:21.522] Format host information updated +Info 4669 [11:02:21.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4670 [11:02:21.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 6.525430992245674ms +Info 4671 [11:02:21.529] Different program with same set of files +Info 4672 [11:02:22.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4673 [11:02:22.241] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 9.512381002306938ms +Info 4674 [11:02:22.241] Different program with same set of files +Info 4675 [11:02:22.241] getCompletionData: Get current token: 0.001207008957862854 +Info 4676 [11:02:22.241] getCompletionData: Is inside comment: 0.006230995059013367 +Info 4677 [11:02:22.241] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4678 [11:02:22.242] Format host information updated +Info 4679 [11:02:22.826] getCompletionData: Get current token: 0.001480013132095337 +Info 4680 [11:02:22.826] getCompletionData: Is inside comment: 0.005786001682281494 +Info 4681 [11:02:22.826] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4682 [11:02:23.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4683 [11:02:23.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 6.274676993489265ms +Info 4684 [11:02:23.098] Different program with same set of files +Info 4685 [11:02:23.098] getCompletionData: Get current token: 0.0010699927806854248 +Info 4686 [11:02:23.098] getCompletionData: Is inside comment: 0.006666004657745361 +Info 4687 [11:02:23.098] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4688 [11:02:23.098] Format host information updated +Info 4689 [11:02:23.426] Format host information updated +Info 4690 [11:02:23.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4691 [11:02:23.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 21.45259900391102ms +Info 4692 [11:02:23.448] Different program with same set of files +Info 4693 [11:02:23.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4694 [11:02:23.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 6.379152998328209ms +Info 4695 [11:02:23.850] Different program with same set of files +Info 4696 [11:02:23.850] getCompletionData: Get current token: 0.0014140009880065918 +Info 4697 [11:02:23.850] getCompletionData: Is inside comment: 0.007904991507530212 +Info 4698 [11:02:23.851] Format host information updated +Info 4699 [11:02:24.119] Format host information updated +Info 4700 [11:02:24.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4701 [11:02:24.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 9.798924997448921ms +Info 4702 [11:02:24.129] Different program with same set of files +Info 4703 [11:02:24.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4704 [11:02:24.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 5.804875999689102ms +Info 4705 [11:02:24.419] Different program with same set of files +Info 4706 [11:02:24.419] getCompletionData: Get current token: 0.001001998782157898 +Info 4707 [11:02:24.419] getCompletionData: Is inside comment: 0.0058870017528533936 +Info 4708 [11:02:24.419] Format host information updated +Info 4709 [11:02:24.491] Format host information updated +Info 4710 [11:02:24.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4711 [11:02:24.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 11.062688007950783ms +Info 4712 [11:02:24.502] Different program with same set of files +Info 4713 [11:02:24.692] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4714 [11:02:24.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 6.280163004994392ms +Info 4715 [11:02:24.698] Different program with same set of files +Info 4716 [11:02:24.698] getCompletionData: Get current token: 0.0012180060148239136 +Info 4717 [11:02:24.698] getCompletionData: Is inside comment: 0.007615998387336731 +Info 4718 [11:02:24.699] Format host information updated +Info 4719 [11:02:24.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4720 [11:02:24.879] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 19.230014994740486ms +Info 4721 [11:02:24.879] Different program with same set of files +Info 4722 [11:02:24.879] getCompletionData: Get current token: 0.0026579946279525757 +Info 4723 [11:02:24.879] getCompletionData: Is inside comment: 0.01633700728416443 +Info 4724 [11:02:24.884] Format host information updated +Info 4725 [11:02:24.922] Format host information updated +Info 4726 [11:02:24.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4727 [11:02:24.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 5.815420001745224ms +Info 4728 [11:02:24.928] Different program with same set of files +Info 4729 [11:02:24.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4730 [11:02:25.007] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 16.57956498861313ms +Info 4731 [11:02:25.007] Different program with same set of files +Info 4732 [11:02:25.007] getCompletionData: Get current token: 0.004137009382247925 +Info 4733 [11:02:25.007] getCompletionData: Is inside comment: 0.02500300109386444 +Info 4734 [11:02:25.008] Format host information updated +Info 4735 [11:02:25.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4736 [11:02:25.346] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 11.805934995412827ms +Info 4737 [11:02:25.346] Different program with same set of files +Info 4738 [11:02:25.346] getCompletionData: Get current token: 0.0022380053997039795 +Info 4739 [11:02:25.346] getCompletionData: Is inside comment: 0.009238004684448242 +Info 4740 [11:02:25.346] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4741 [11:02:25.347] Format host information updated +Info 4742 [11:02:25.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4743 [11:02:25.496] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 6.173487991094589ms +Info 4744 [11:02:25.496] Different program with same set of files +Info 4745 [11:02:25.496] getCompletionData: Get current token: 0.00160999596118927 +Info 4746 [11:02:25.496] getCompletionData: Is inside comment: 0.009057000279426575 +Info 4747 [11:02:25.496] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4748 [11:02:25.496] Format host information updated +Info 4749 [11:02:25.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4750 [11:02:25.578] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 9.829789996147156ms +Info 4751 [11:02:25.578] Different program with same set of files +Info 4752 [11:02:25.579] getCompletionData: Get current token: 0.0020289868116378784 +Info 4753 [11:02:25.579] getCompletionData: Is inside comment: 0.008772999048233032 +Info 4754 [11:02:25.579] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4755 [11:02:25.579] Format host information updated +Info 4756 [11:02:25.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4757 [11:02:25.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 6.934654995799065ms +Info 4758 [11:02:25.706] Different program with same set of files +Info 4759 [11:02:25.706] getCompletionData: Get current token: 0.0025879889726638794 +Info 4760 [11:02:25.706] getCompletionData: Is inside comment: 0.013925999402999878 +Info 4761 [11:02:25.706] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4762 [11:02:25.706] Format host information updated +Info 4763 [11:02:25.760] Format host information updated +Info 4764 [11:02:25.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4765 [11:02:25.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 7.216497987508774ms +Info 4766 [11:02:25.767] Different program with same set of files +Info 4767 [11:02:25.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4768 [11:02:25.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 27.989745005965233ms +Info 4769 [11:02:25.953] Different program with same set of files +Info 4770 [11:02:25.954] getCompletionData: Get current token: 0.004636004567146301 +Info 4771 [11:02:25.954] getCompletionData: Is inside comment: 0.0253400057554245 +Info 4772 [11:02:25.954] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4773 [11:02:25.954] Format host information updated +Info 4774 [11:02:26.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4775 [11:02:26.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 16.569490998983383ms +Info 4776 [11:02:26.022] Different program with same set of files +Info 4777 [11:02:26.022] getCompletionData: Get current token: 0.004622995853424072 +Info 4778 [11:02:26.022] getCompletionData: Is inside comment: 0.028724998235702515 +Info 4779 [11:02:26.022] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4780 [11:02:26.023] Format host information updated +Info 4781 [11:02:26.534] getCompletionData: Get current token: 0.001780003309249878 +Info 4782 [11:02:26.534] getCompletionData: Is inside comment: 0.0162229984998703 +Info 4783 [11:02:26.534] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4784 [11:02:27.084] Format host information updated +Info 4785 [11:02:27.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4786 [11:02:27.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 6.1050529927015305ms +Info 4787 [11:02:27.090] Different program with same set of files +Info 4788 [11:02:27.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4789 [11:02:27.779] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 6.260498002171516ms +Info 4790 [11:02:27.779] Different program with same set of files +Info 4791 [11:02:27.779] getCompletionData: Get current token: 0.0017540007829666138 +Info 4792 [11:02:27.779] getCompletionData: Is inside comment: 0.009014010429382324 +Info 4793 [11:02:27.779] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4794 [11:02:27.779] Format host information updated +Info 4795 [11:02:28.059] Format host information updated +Info 4796 [11:02:28.059] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4797 [11:02:28.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 6.102698013186455ms +Info 4798 [11:02:28.065] Different program with same set of files +Info 4799 [11:02:28.235] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4800 [11:02:28.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 6.6885819882154465ms +Info 4801 [11:02:28.242] Different program with same set of files +Info 4802 [11:02:28.242] getCompletionData: Get current token: 0.001269996166229248 +Info 4803 [11:02:28.242] getCompletionData: Is inside comment: 0.00843501091003418 +Info 4804 [11:02:28.242] Format host information updated +Info 4805 [11:02:28.674] Format host information updated +Info 4806 [11:02:28.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4807 [11:02:28.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 19.569783002138138ms +Info 4808 [11:02:28.695] Different program with same set of files +Info 4809 [11:02:28.970] Format host information updated +Info 4810 [11:02:28.970] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4811 [11:02:28.976] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 5.679719001054764ms +Info 4812 [11:02:28.976] Different program with same set of files +Info 4813 [11:02:30.214] Format host information updated +Info 4814 [11:02:30.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4815 [11:02:30.220] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 6.175810992717743ms +Info 4816 [11:02:30.220] Different program with same set of files +Info 4817 [11:02:30.659] Format host information updated +Info 4818 [11:02:30.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4819 [11:02:30.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 6.050826996564865ms +Info 4820 [11:02:30.666] Different program with same set of files +Info 4821 [11:02:31.669] getCompletionData: Get current token: 0.001801997423171997 +Info 4822 [11:02:31.669] getCompletionData: Is inside comment: 0.02670399844646454 +Info 4823 [11:02:31.669] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4824 [11:02:32.152] Format host information updated +Info 4825 [11:02:32.152] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4826 [11:02:32.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 6.087438002228737ms +Info 4827 [11:02:32.158] Different program with same set of files +Info 4828 [11:02:32.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4829 [11:02:32.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 5.819020003080368ms +Info 4830 [11:02:32.655] Different program with same set of files +Info 4831 [11:02:32.655] getCompletionData: Get current token: 0.0013670027256011963 +Info 4832 [11:02:32.655] getCompletionData: Is inside comment: 0.008260995149612427 +Info 4833 [11:02:32.656] Format host information updated +Info 4834 [11:02:33.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4835 [11:02:33.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 6.202070012688637ms +Info 4836 [11:02:33.272] Different program with same set of files +Info 4837 [11:02:33.272] getCompletionData: Get current token: 0.001242995262145996 +Info 4838 [11:02:33.272] getCompletionData: Is inside comment: 0.009042009711265564 +Info 4839 [11:02:33.272] getCompletionData: Get previous token: 0.0030619949102401733 +Info 4840 [11:02:33.272] getCompletionsAtPosition: isCompletionListBlocker: 0.006844997406005859 +Info 4841 [11:02:33.272] getExportInfoMap: cache hit +Info 4842 [11:02:33.292] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 4843 [11:02:33.292] collectAutoImports: response is complete +Info 4844 [11:02:33.292] collectAutoImports: 19.58041200041771 +Info 4845 [11:02:33.292] getCompletionData: Semantic work: 20.203061997890472 +Info 4846 [11:02:33.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.60945799946785 +Info 4847 [11:02:33.307] Format host information updated +Info 4848 [11:02:33.840] Format host information updated +Info 4849 [11:02:33.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4850 [11:02:33.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 6.202633008360863ms +Info 4851 [11:02:33.847] Different program with same set of files +Info 4852 [11:02:34.235] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4853 [11:02:34.241] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 5.844492003321648ms +Info 4854 [11:02:34.241] Different program with same set of files +Info 4855 [11:02:34.242] getCompletionData: Get current token: 0.0009679943323135376 +Info 4856 [11:02:34.242] getCompletionData: Is inside comment: 0.004841998219490051 +Info 4857 [11:02:34.242] getCompletionData: Get previous token: 0.007480993866920471 +Info 4858 [11:02:34.242] getCompletionsAtPosition: isCompletionListBlocker: 0.006999000906944275 +Info 4859 [11:02:34.242] getExportInfoMap: cache hit +Info 4860 [11:02:34.250] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 152 from cache +Info 4861 [11:02:34.250] collectAutoImports: response is complete +Info 4862 [11:02:34.250] collectAutoImports: 7.703604012727737 +Info 4863 [11:02:34.250] getCompletionData: Semantic work: 8.196308001875877 +Info 4864 [11:02:34.252] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8857109993696213 +Info 4865 [11:02:34.253] Format host information updated +Info 4866 [11:02:34.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4867 [11:02:34.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 6.219448998570442ms +Info 4868 [11:02:34.441] Different program with same set of files +Info 4869 [11:02:34.441] getCompletionData: Get current token: 0.0009829998016357422 +Info 4870 [11:02:34.441] getCompletionData: Is inside comment: 0.0045900046825408936 +Info 4871 [11:02:34.441] getCompletionData: Get previous token: 0.008378997445106506 +Info 4872 [11:02:34.441] getCompletionsAtPosition: isCompletionListBlocker: 0.007927000522613525 +Info 4873 [11:02:34.442] getExportInfoMap: cache hit +Info 4874 [11:02:34.445] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 16 from cache +Info 4875 [11:02:34.445] collectAutoImports: response is complete +Info 4876 [11:02:34.445] collectAutoImports: 3.3615479916334152 +Info 4877 [11:02:34.445] getCompletionData: Semantic work: 3.900170996785164 +Info 4878 [11:02:34.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2715010046958923 +Info 4879 [11:02:34.447] Format host information updated +Info 4880 [11:02:34.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4881 [11:02:34.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 30.959205999970436ms +Info 4882 [11:02:34.557] Different program with same set of files +Info 4883 [11:02:34.557] getCompletionData: Get current token: 0.002213999629020691 +Info 4884 [11:02:34.557] getCompletionData: Is inside comment: 0.010999992489814758 +Info 4885 [11:02:34.557] getCompletionData: Get previous token: 0.01838400959968567 +Info 4886 [11:02:34.557] getCompletionsAtPosition: isCompletionListBlocker: 0.013419002294540405 +Info 4887 [11:02:34.558] getExportInfoMap: cache hit +Info 4888 [11:02:34.564] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 11 from cache +Info 4889 [11:02:34.564] collectAutoImports: response is complete +Info 4890 [11:02:34.564] collectAutoImports: 5.4817299991846085 +Info 4891 [11:02:34.564] getCompletionData: Semantic work: 6.659947991371155 +Info 4892 [11:02:34.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8941369950771332 +Info 4893 [11:02:34.567] Format host information updated +Info 4894 [11:02:34.639] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4895 [11:02:34.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 6.42408299446106ms +Info 4896 [11:02:34.645] Different program with same set of files +Info 4897 [11:02:34.646] getCompletionData: Get current token: 0.0012580007314682007 +Info 4898 [11:02:34.646] getCompletionData: Is inside comment: 0.005141988396644592 +Info 4899 [11:02:34.646] getCompletionData: Get previous token: 0.008921995759010315 +Info 4900 [11:02:34.646] getCompletionsAtPosition: isCompletionListBlocker: 0.007831007242202759 +Info 4901 [11:02:34.646] getExportInfoMap: cache hit +Info 4902 [11:02:34.649] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4903 [11:02:34.649] collectAutoImports: response is complete +Info 4904 [11:02:34.649] collectAutoImports: 2.4057530015707016 +Info 4905 [11:02:34.649] getCompletionData: Semantic work: 3.0005299896001816 +Info 4906 [11:02:34.650] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.175257995724678 +Info 4907 [11:02:34.650] Format host information updated +Info 4908 [11:02:34.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4909 [11:02:34.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 29.7929780036211ms +Info 4910 [11:02:34.747] Different program with same set of files +Info 4911 [11:02:34.748] getCompletionData: Get current token: 0.00330999493598938 +Info 4912 [11:02:34.748] getCompletionData: Is inside comment: 0.01123899221420288 +Info 4913 [11:02:34.748] getCompletionData: Get previous token: 0.018648996949195862 +Info 4914 [11:02:34.748] getCompletionsAtPosition: isCompletionListBlocker: 0.016277000308036804 +Info 4915 [11:02:34.749] getExportInfoMap: cache hit +Info 4916 [11:02:34.771] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 4917 [11:02:34.771] collectAutoImports: response is complete +Info 4918 [11:02:34.771] collectAutoImports: 22.263722002506256 +Info 4919 [11:02:34.771] getCompletionData: Semantic work: 23.613926008343697 +Info 4920 [11:02:34.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.156111001968384 +Info 4921 [11:02:34.786] Format host information updated +Info 4922 [11:02:34.789] Format host information updated +Info 4923 [11:02:34.790] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4924 [11:02:34.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 7.303783997893333ms +Info 4925 [11:02:34.797] Different program with same set of files +Info 4926 [11:02:34.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4927 [11:02:34.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 5.942160993814468ms +Info 4928 [11:02:34.971] Different program with same set of files +Info 4929 [11:02:34.971] getCompletionData: Get current token: 0.0011699944734573364 +Info 4930 [11:02:34.971] getCompletionData: Is inside comment: 0.004634007811546326 +Info 4931 [11:02:34.971] getCompletionData: Get previous token: 0.007578000426292419 +Info 4932 [11:02:34.971] getCompletionsAtPosition: isCompletionListBlocker: 0.006699010729789734 +Info 4933 [11:02:34.972] getExportInfoMap: cache hit +Info 4934 [11:02:34.977] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 228 from cache +Info 4935 [11:02:34.977] collectAutoImports: response is complete +Info 4936 [11:02:34.977] collectAutoImports: 5.493361994624138 +Info 4937 [11:02:34.977] getCompletionData: Semantic work: 6.04721400141716 +Info 4938 [11:02:34.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6614470034837723 +Info 4939 [11:02:34.981] Format host information updated +Info 4940 [11:02:35.062] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4941 [11:02:35.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 22.464020997285843ms +Info 4942 [11:02:35.084] Different program with same set of files +Info 4943 [11:02:35.085] getCompletionData: Get current token: 0.0032260119915008545 +Info 4944 [11:02:35.085] getCompletionData: Is inside comment: 0.012738004326820374 +Info 4945 [11:02:35.085] getCompletionData: Get previous token: 0.021487995982170105 +Info 4946 [11:02:35.085] getCompletionsAtPosition: isCompletionListBlocker: 0.015657007694244385 +Info 4947 [11:02:35.086] getExportInfoMap: cache hit +Info 4948 [11:02:35.097] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 175 from cache +Info 4949 [11:02:35.097] collectAutoImports: response is complete +Info 4950 [11:02:35.097] collectAutoImports: 10.240129992365837 +Info 4951 [11:02:35.097] getCompletionData: Semantic work: 11.681652992963791 +Info 4952 [11:02:35.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3699090033769608 +Info 4953 [11:02:35.101] Format host information updated +Info 4954 [11:02:35.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4955 [11:02:35.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 20.60199099779129ms +Info 4956 [11:02:35.216] Different program with same set of files +Info 4957 [11:02:35.217] getCompletionData: Get current token: 0.0030339956283569336 +Info 4958 [11:02:35.217] getCompletionData: Is inside comment: 0.013003990054130554 +Info 4959 [11:02:35.217] getCompletionData: Get previous token: 0.037417009472846985 +Info 4960 [11:02:35.217] getCompletionsAtPosition: isCompletionListBlocker: 0.012051999568939209 +Info 4961 [11:02:35.218] getExportInfoMap: cache hit +Info 4962 [11:02:35.228] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 4963 [11:02:35.228] collectAutoImports: response is complete +Info 4964 [11:02:35.228] collectAutoImports: 10.494359999895096 +Info 4965 [11:02:35.228] getCompletionData: Semantic work: 11.43309798836708 +Info 4966 [11:02:35.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4922749996185303 +Info 4967 [11:02:35.231] Format host information updated +Info 4968 [11:02:35.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4969 [11:02:35.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 7.777637004852295ms +Info 4970 [11:02:35.266] Different program with same set of files +Info 4971 [11:02:35.267] getCompletionData: Get current token: 0.0019209980964660645 +Info 4972 [11:02:35.267] getCompletionData: Is inside comment: 0.006972998380661011 +Info 4973 [11:02:35.267] getCompletionData: Get previous token: 0.01230400800704956 +Info 4974 [11:02:35.267] getCompletionsAtPosition: isCompletionListBlocker: 0.007919996976852417 +Info 4975 [11:02:35.267] getExportInfoMap: cache hit +Info 4976 [11:02:35.282] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 4977 [11:02:35.282] collectAutoImports: response is complete +Info 4978 [11:02:35.282] collectAutoImports: 14.744801998138428 +Info 4979 [11:02:35.282] getCompletionData: Semantic work: 15.335567995905876 +Info 4980 [11:02:35.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.27929100394249 +Info 4981 [11:02:35.291] Format host information updated +Info 4982 [11:02:35.326] Format host information updated +Info 4983 [11:02:35.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4984 [11:02:35.332] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 6.074997007846832ms +Info 4985 [11:02:35.332] Different program with same set of files +Info 4986 [11:02:35.874] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4987 [11:02:35.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 6.108473002910614ms +Info 4988 [11:02:35.880] Different program with same set of files +Info 4989 [11:02:35.881] getCompletionData: Get current token: 0.0011340081691741943 +Info 4990 [11:02:35.881] getCompletionData: Is inside comment: 0.005595996975898743 +Info 4991 [11:02:35.881] getCompletionData: Get previous token: 0.010170996189117432 +Info 4992 [11:02:35.881] getCompletionsAtPosition: isCompletionListBlocker: 0.006568998098373413 +Info 4993 [11:02:35.881] getExportInfoMap: cache hit +Info 4994 [11:02:35.897] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 4995 [11:02:35.897] collectAutoImports: response is complete +Info 4996 [11:02:35.897] collectAutoImports: 15.536716997623444 +Info 4997 [11:02:35.897] getCompletionData: Semantic work: 16.019299998879433 +Info 4998 [11:02:35.901] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.010906994342804 +Info 4999 [11:02:35.907] Format host information updated +Info 5000 [11:02:36.187] Format host information updated +Info 5001 [11:02:36.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5002 [11:02:36.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 5.765138998627663ms +Info 5003 [11:02:36.196] Different program with same set of files +Info 5004 [11:02:39.168] getCompletionData: Get current token: 0.0018270015716552734 +Info 5005 [11:02:39.168] getCompletionData: Is inside comment: 0.006457000970840454 +Info 5006 [11:02:39.168] getCompletionData: Get previous token: 0.007995009422302246 +Info 5007 [11:02:39.168] getCompletionsAtPosition: isCompletionListBlocker: 0.007748991250991821 +Info 5008 [11:02:39.169] getExportInfoMap: cache hit +Info 5009 [11:02:39.185] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 5010 [11:02:39.185] collectAutoImports: response is complete +Info 5011 [11:02:39.185] collectAutoImports: 16.257925003767014 +Info 5012 [11:02:39.185] getCompletionData: Semantic work: 16.803818002343178 +Info 5013 [11:02:39.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.11701600253582 +Info 5014 [11:02:39.568] Format host information updated +Info 5015 [11:02:39.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5016 [11:02:39.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 6.086205989122391ms +Info 5017 [11:02:39.574] Different program with same set of files +Info 5018 [11:02:49.245] Format host information updated +Info 5019 [11:02:49.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5020 [11:02:49.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 5.87787900865078ms +Info 5021 [11:02:49.251] Different program with same set of files +Info 5022 [11:02:49.525] getCompletionData: Get current token: 0.0015259981155395508 +Info 5023 [11:02:49.525] getCompletionData: Is inside comment: 0.0009810030460357666 +Info 5024 [11:02:49.525] getCompletionData: Get previous token: 0.013894006609916687 +Info 5025 [11:02:49.525] getCompletionsAtPosition: isCompletionListBlocker: 0.006865993142127991 +Info 5026 [11:02:49.526] getExportInfoMap: cache hit +Info 5027 [11:02:49.527] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5028 [11:02:49.527] collectAutoImports: response is complete +Info 5029 [11:02:49.527] collectAutoImports: 1.6194240003824234 +Info 5030 [11:02:49.527] getCompletionData: Semantic work: 2.083980992436409 +Info 5031 [11:02:49.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0197529941797256 +Info 5032 [11:02:49.568] Format host information updated +Info 5033 [11:02:49.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5034 [11:02:49.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 9.30196000635624ms +Info 5035 [11:02:49.577] Different program with same set of files +Info 5036 [11:02:49.975] getCompletionData: Get current token: 0.0018009990453720093 +Info 5037 [11:02:49.975] getCompletionData: Is inside comment: 0.009571999311447144 +Info 5038 [11:02:49.975] getCompletionData: Get previous token: 0.016194000840187073 +Info 5039 [11:02:49.975] getCompletionsAtPosition: isCompletionListBlocker: 0.0022640079259872437 +Info 5040 [11:02:49.975] Returning an empty list because completion was requested in an invalid position. +Info 5041 [11:02:50.149] Format host information updated +Info 5042 [11:02:50.149] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5043 [11:02:50.161] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 11.763635009527206ms +Info 5044 [11:02:50.161] Different program with same set of files +Info 5045 [11:02:50.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5046 [11:02:50.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 11.16932399570942ms +Info 5047 [11:02:50.463] Different program with same set of files +Info 5048 [11:02:50.463] getCompletionData: Get current token: 0.001212000846862793 +Info 5049 [11:02:50.463] getCompletionData: Is inside comment: 0.0059279948472976685 +Info 5050 [11:02:50.463] getCompletionData: Get previous token: 0.00407901406288147 +Info 5051 [11:02:50.463] getCompletionsAtPosition: isCompletionListBlocker: 0.007717996835708618 +Info 5052 [11:02:50.463] getExportInfoMap: cache hit +Info 5053 [11:02:50.481] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 5054 [11:02:50.481] collectAutoImports: response is complete +Info 5055 [11:02:50.481] collectAutoImports: 17.615440994501114 +Info 5056 [11:02:50.481] getCompletionData: Semantic work: 18.19345299899578 +Info 5057 [11:02:50.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4666469991207123 +Info 5058 [11:02:50.489] Format host information updated +Info 5059 [11:02:50.685] Format host information updated +Info 5060 [11:02:50.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5061 [11:02:50.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 7.754401013255119ms +Info 5062 [11:02:50.701] Different program with same set of files +Info 5063 [11:02:50.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5064 [11:02:50.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 6.833700001239777ms +Info 5065 [11:02:50.923] Different program with same set of files +Info 5066 [11:02:50.923] getCompletionData: Get current token: 0.0010219961404800415 +Info 5067 [11:02:50.923] getCompletionData: Is inside comment: 0.005545005202293396 +Info 5068 [11:02:50.923] getCompletionData: Get previous token: 0.004218012094497681 +Info 5069 [11:02:50.923] getCompletionsAtPosition: isCompletionListBlocker: 0.005994006991386414 +Info 5070 [11:02:50.923] getExportInfoMap: cache hit +Info 5071 [11:02:50.940] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 5072 [11:02:50.940] collectAutoImports: response is complete +Info 5073 [11:02:50.940] collectAutoImports: 16.912563994526863 +Info 5074 [11:02:50.940] getCompletionData: Semantic work: 17.507346004247665 +Info 5075 [11:02:50.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.629133000969887 +Info 5076 [11:02:50.950] Format host information updated +Info 5077 [11:02:51.157] Format host information updated +Info 5078 [11:02:51.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5079 [11:02:51.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 11.107826009392738ms +Info 5080 [11:02:51.168] Different program with same set of files +Info 5081 [11:02:51.236] Format host information updated +Info 5082 [11:02:51.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5083 [11:02:51.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 13.37959098815918ms +Info 5084 [11:02:51.250] Different program with same set of files +Info 5085 [11:02:51.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5086 [11:02:51.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 10.262198001146317ms +Info 5087 [11:02:51.349] Different program with same set of files +Info 5088 [11:02:51.349] getCompletionData: Get current token: 0.0010790079832077026 +Info 5089 [11:02:51.349] getCompletionData: Is inside comment: 0.005766004323959351 +Info 5090 [11:02:51.349] getCompletionData: Get previous token: 0.004059001803398132 +Info 5091 [11:02:51.349] getCompletionsAtPosition: isCompletionListBlocker: 0.007743999361991882 +Info 5092 [11:02:51.349] getExportInfoMap: cache hit +Info 5093 [11:02:51.360] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 5094 [11:02:51.360] collectAutoImports: response is complete +Info 5095 [11:02:51.360] collectAutoImports: 10.597219988703728 +Info 5096 [11:02:51.360] getCompletionData: Semantic work: 11.109194993972778 +Info 5097 [11:02:51.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.280819997191429 +Info 5098 [11:02:51.367] Format host information updated +Info 5099 [11:02:51.403] Format host information updated +Info 5100 [11:02:51.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5101 [11:02:51.410] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 7.061619997024536ms +Info 5102 [11:02:51.410] Different program with same set of files +Info 5103 [11:02:51.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5104 [11:02:51.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 6.356885999441147ms +Info 5105 [11:02:51.941] Different program with same set of files +Info 5106 [11:02:51.941] getCompletionData: Get current token: 0.0010930001735687256 +Info 5107 [11:02:51.941] getCompletionData: Is inside comment: 0.006223991513252258 +Info 5108 [11:02:51.941] getCompletionData: Get previous token: 0.013307005167007446 +Info 5109 [11:02:51.941] getCompletionsAtPosition: isCompletionListBlocker: 0.008114993572235107 +Info 5110 [11:02:51.942] getExportInfoMap: cache hit +Info 5111 [11:02:51.948] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 5112 [11:02:51.948] collectAutoImports: response is complete +Info 5113 [11:02:51.948] collectAutoImports: 5.272176995873451 +Info 5114 [11:02:51.948] getCompletionData: Semantic work: 6.151390001177788 +Info 5115 [11:02:51.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0020570009946823 +Info 5116 [11:02:51.956] Format host information updated +Info 5117 [11:02:52.058] Format host information updated +Info 5118 [11:02:52.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5119 [11:02:52.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 6.396285995841026ms +Info 5120 [11:02:52.064] Different program with same set of files +Info 5121 [11:02:52.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5122 [11:02:52.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 10.78039100766182ms +Info 5123 [11:02:52.212] Different program with same set of files +Info 5124 [11:02:52.212] getCompletionData: Get current token: 0.0016499906778335571 +Info 5125 [11:02:52.213] getCompletionData: Is inside comment: 0.00899098813533783 +Info 5126 [11:02:52.213] getCompletionData: Get previous token: 0.007753998041152954 +Info 5127 [11:02:52.213] getCompletionsAtPosition: isCompletionListBlocker: 0.008855998516082764 +Info 5128 [11:02:52.213] getExportInfoMap: cache hit +Info 5129 [11:02:52.229] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 5130 [11:02:52.229] collectAutoImports: response is complete +Info 5131 [11:02:52.229] collectAutoImports: 15.743386000394821 +Info 5132 [11:02:52.229] getCompletionData: Semantic work: 16.491533994674683 +Info 5133 [11:02:52.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.168362006545067 +Info 5134 [11:02:52.235] Format host information updated +Info 5135 [11:02:52.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5136 [11:02:52.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 7.017636001110077ms +Info 5137 [11:02:52.511] Different program with same set of files +Info 5138 [11:02:52.511] getCompletionData: Get current token: 0.0012020021677017212 +Info 5139 [11:02:52.511] getCompletionData: Is inside comment: 0.018967002630233765 +Info 5140 [11:02:52.511] getCompletionData: Get previous token: 0.05738000571727753 +Info 5141 [11:02:52.511] getCompletionsAtPosition: isCompletionListBlocker: 0.024049997329711914 +Info 5142 [11:02:52.512] getExportInfoMap: cache hit +Info 5143 [11:02:52.532] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 5144 [11:02:52.532] collectAutoImports: response is complete +Info 5145 [11:02:52.532] collectAutoImports: 19.82650800049305 +Info 5146 [11:02:52.532] getCompletionData: Semantic work: 20.564084991812706 +Info 5147 [11:02:52.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.339289993047714 +Info 5148 [11:02:52.542] Format host information updated +Info 5149 [11:02:52.546] Format host information updated +Info 5150 [11:02:52.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5151 [11:02:52.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 10.13273799419403ms +Info 5152 [11:02:52.556] Different program with same set of files +Info 5153 [11:02:53.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5154 [11:02:53.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 6.285997986793518ms +Info 5155 [11:02:53.287] Different program with same set of files +Info 5156 [11:02:53.287] getCompletionData: Get current token: 0.0009350031614303589 +Info 5157 [11:02:53.287] getCompletionData: Is inside comment: 0.005421996116638184 +Info 5158 [11:02:53.287] getCompletionData: Get previous token: 0.011623993515968323 +Info 5159 [11:02:53.287] getCompletionsAtPosition: isCompletionListBlocker: 0.008528009057044983 +Info 5160 [11:02:53.288] getExportInfoMap: cache hit +Info 5161 [11:02:53.292] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 5162 [11:02:53.292] collectAutoImports: response is complete +Info 5163 [11:02:53.292] collectAutoImports: 4.054866001009941 +Info 5164 [11:02:53.292] getCompletionData: Semantic work: 4.614907994866371 +Info 5165 [11:02:53.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.35384701192379 +Info 5166 [11:02:53.297] Format host information updated +Info 5167 [11:03:07.799] Format host information updated +Info 5168 [11:03:07.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5169 [11:03:07.816] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 16.121070995926857ms +Info 5170 [11:03:07.816] Different program with same set of files +Info 5171 [11:03:10.772] Format host information updated +Info 5172 [11:03:10.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5173 [11:03:10.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 8.370441004633904ms +Info 5174 [11:03:10.781] Different program with same set of files +Info 5175 [11:03:14.318] getCompletionData: Get current token: 0.004241004586219788 +Info 5176 [11:03:14.318] getCompletionData: Is inside comment: 0.009037002921104431 +Info 5177 [11:03:14.318] getCompletionData: Get previous token: 0.005640000104904175 +Info 5178 [11:03:14.318] getCompletionsAtPosition: isCompletionListBlocker: 0.0030300021171569824 +Info 5179 [11:03:14.319] getExportInfoMap: cache hit +Info 5180 [11:03:14.333] collectAutoImports: resolved 3 module specifiers, plus 175 ambient and 1054 from cache +Info 5181 [11:03:14.333] collectAutoImports: response is complete +Info 5182 [11:03:14.334] collectAutoImports: 14.682515993714333 +Info 5183 [11:03:14.334] getCompletionData: Semantic work: 15.438393995165825 +Info 5184 [11:03:14.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.536418005824089 +Info 5185 [11:03:14.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5186 [11:03:14.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 10.417139992117882ms +Info 5187 [11:03:14.933] Different program with same set of files +Info 5188 [11:03:14.934] getCompletionData: Get current token: 0.007124006748199463 +Info 5189 [11:03:14.934] getCompletionData: Is inside comment: 0.011517003178596497 +Info 5190 [11:03:14.934] getCompletionData: Get previous token: 0.009828999638557434 +Info 5191 [11:03:14.934] getCompletionsAtPosition: isCompletionListBlocker: 0.0026099979877471924 +Info 5192 [11:03:14.934] getExportInfoMap: cache hit +Info 5193 [11:03:14.947] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5194 [11:03:14.947] collectAutoImports: response is complete +Info 5195 [11:03:14.947] collectAutoImports: 12.062927007675171 +Info 5196 [11:03:14.947] getCompletionData: Semantic work: 12.864503994584084 +Info 5197 [11:03:14.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.369188010692596 +Info 5198 [11:03:14.958] Format host information updated +Info 5199 [11:03:15.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5200 [11:03:15.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 7.754044994711876ms +Info 5201 [11:03:15.506] Different program with same set of files +Info 5202 [11:03:15.507] getCompletionData: Get current token: 0.004029989242553711 +Info 5203 [11:03:15.507] getCompletionData: Is inside comment: 0.011922001838684082 +Info 5204 [11:03:15.507] getCompletionData: Get previous token: 0.016047999262809753 +Info 5205 [11:03:15.507] getCompletionsAtPosition: isCompletionListBlocker: 0.0031379908323287964 +Info 5206 [11:03:15.507] getExportInfoMap: cache hit +Info 5207 [11:03:15.509] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5208 [11:03:15.509] collectAutoImports: response is complete +Info 5209 [11:03:15.509] collectAutoImports: 2.0432019978761673 +Info 5210 [11:03:15.509] getCompletionData: Semantic work: 2.61939999461174 +Info 5211 [11:03:15.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0635379999876022 +Info 5212 [11:03:15.512] Format host information updated +Info 5213 [11:03:16.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5214 [11:03:16.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 10.672357007861137ms +Info 5215 [11:03:16.190] Different program with same set of files +Info 5216 [11:03:16.190] getCompletionData: Get current token: 0.0029059946537017822 +Info 5217 [11:03:16.190] getCompletionData: Is inside comment: 0.009276002645492554 +Info 5218 [11:03:16.190] getCompletionData: Get previous token: 0.011032000184059143 +Info 5219 [11:03:16.190] getCompletionsAtPosition: isCompletionListBlocker: 0.0027980059385299683 +Info 5220 [11:03:16.190] getExportInfoMap: cache hit +Info 5221 [11:03:16.192] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5222 [11:03:16.192] collectAutoImports: response is complete +Info 5223 [11:03:16.192] collectAutoImports: 1.7330659925937653 +Info 5224 [11:03:16.192] getCompletionData: Semantic work: 2.2413219958543777 +Info 5225 [11:03:16.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6829410046339035 +Info 5226 [11:03:16.195] Format host information updated +Info 5227 [11:03:16.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5228 [11:03:16.461] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 6.3405539989471436ms +Info 5229 [11:03:16.461] Different program with same set of files +Info 5230 [11:03:16.461] getCompletionData: Get current token: 0.0039059966802597046 +Info 5231 [11:03:16.461] getCompletionData: Is inside comment: 0.011521011590957642 +Info 5232 [11:03:16.461] getCompletionData: Get previous token: 0.007933005690574646 +Info 5233 [11:03:16.461] getCompletionsAtPosition: isCompletionListBlocker: 0.0019420087337493896 +Info 5234 [11:03:16.462] getExportInfoMap: cache hit +Info 5235 [11:03:16.475] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5236 [11:03:16.475] collectAutoImports: response is complete +Info 5237 [11:03:16.475] collectAutoImports: 13.243450000882149 +Info 5238 [11:03:16.475] getCompletionData: Semantic work: 13.787803009152412 +Info 5239 [11:03:16.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.211012005805969 +Info 5240 [11:03:16.488] Format host information updated +Info 5241 [11:03:16.610] Format host information updated +Info 5242 [11:03:16.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5243 [11:03:16.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 7.413107007741928ms +Info 5244 [11:03:16.618] Different program with same set of files +Info 5245 [11:03:17.146] getCompletionData: Get current token: 0.00314900279045105 +Info 5246 [11:03:17.147] getCompletionData: Is inside comment: 0.009902998805046082 +Info 5247 [11:03:17.147] getCompletionData: Get previous token: 0.013381004333496094 +Info 5248 [11:03:17.147] getCompletionsAtPosition: isCompletionListBlocker: 0.009942010045051575 +Info 5249 [11:03:17.147] Returning an empty list because completion was requested in an invalid position. +Info 5250 [11:03:17.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5251 [11:03:17.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 7.592869997024536ms +Info 5252 [11:03:17.482] Different program with same set of files +Info 5253 [11:03:17.483] getCompletionData: Get current token: 0.003175005316734314 +Info 5254 [11:03:17.483] getCompletionData: Is inside comment: 0.010449990630149841 +Info 5255 [11:03:17.483] getCompletionData: Get previous token: 0.007566004991531372 +Info 5256 [11:03:17.483] getCompletionsAtPosition: isCompletionListBlocker: 0.006910994648933411 +Info 5257 [11:03:17.483] getExportInfoMap: cache hit +Info 5258 [11:03:17.499] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5259 [11:03:17.499] collectAutoImports: response is complete +Info 5260 [11:03:17.499] collectAutoImports: 16.02871799468994 +Info 5261 [11:03:17.499] getCompletionData: Semantic work: 16.66940300166607 +Info 5262 [11:03:17.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.072928994894028 +Info 5263 [11:03:17.512] Format host information updated +Info 5264 [11:03:19.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5265 [11:03:19.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 6.738297998905182ms +Info 5266 [11:03:19.355] Different program with same set of files +Info 5267 [11:03:19.356] getCompletionData: Get current token: 0.002982005476951599 +Info 5268 [11:03:19.356] getCompletionData: Is inside comment: 0.010940998792648315 +Info 5269 [11:03:19.356] getCompletionData: Get previous token: 0.014669999480247498 +Info 5270 [11:03:19.356] getCompletionsAtPosition: isCompletionListBlocker: 0.0025019943714141846 +Info 5271 [11:03:19.356] getExportInfoMap: cache hit +Info 5272 [11:03:19.358] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 22 from cache +Info 5273 [11:03:19.358] collectAutoImports: response is complete +Info 5274 [11:03:19.358] collectAutoImports: 2.345746010541916 +Info 5275 [11:03:19.359] getCompletionData: Semantic work: 2.8685420006513596 +Info 5276 [11:03:19.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9025069922208786 +Info 5277 [11:03:19.361] Format host information updated +Info 5278 [11:03:19.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5279 [11:03:19.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 10.478377997875214ms +Info 5280 [11:03:19.515] Different program with same set of files +Info 5281 [11:03:19.516] getCompletionData: Get current token: 0.003891006112098694 +Info 5282 [11:03:19.516] getCompletionData: Is inside comment: 0.014966011047363281 +Info 5283 [11:03:19.516] getCompletionData: Get previous token: 0.010639995336532593 +Info 5284 [11:03:19.516] getCompletionsAtPosition: isCompletionListBlocker: 0.0030350089073181152 +Info 5285 [11:03:19.516] getExportInfoMap: cache hit +Info 5286 [11:03:19.530] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5287 [11:03:19.530] collectAutoImports: response is complete +Info 5288 [11:03:19.530] collectAutoImports: 13.329169005155563 +Info 5289 [11:03:19.530] getCompletionData: Semantic work: 13.95439900457859 +Info 5290 [11:03:19.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.198044002056122 +Info 5291 [11:03:19.541] Format host information updated +Info 5292 [11:03:19.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5293 [11:03:19.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 6.108057007193565ms +Info 5294 [11:03:19.570] Different program with same set of files +Info 5295 [11:03:19.570] getCompletionData: Get current token: 0.0033259987831115723 +Info 5296 [11:03:19.570] getCompletionData: Is inside comment: 0.01124100387096405 +Info 5297 [11:03:19.570] getCompletionData: Get previous token: 0.008183002471923828 +Info 5298 [11:03:19.571] getCompletionsAtPosition: isCompletionListBlocker: 0.009014993906021118 +Info 5299 [11:03:19.571] getExportInfoMap: cache hit +Info 5300 [11:03:19.581] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5301 [11:03:19.581] collectAutoImports: response is complete +Info 5302 [11:03:19.581] collectAutoImports: 9.651381999254227 +Info 5303 [11:03:19.581] getCompletionData: Semantic work: 10.140744999051094 +Info 5304 [11:03:19.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.675561010837555 +Info 5305 [11:03:19.590] Format host information updated +Info 5306 [11:03:19.886] getCompletionData: Get current token: 0.01409199833869934 +Info 5307 [11:03:19.886] getCompletionData: Is inside comment: 0.04662699997425079 +Info 5308 [11:03:19.886] getCompletionData: Get previous token: 0.03588099777698517 +Info 5309 [11:03:19.887] getCompletionsAtPosition: isCompletionListBlocker: 0.008852005004882812 +Info 5310 [11:03:19.888] getExportInfoMap: cache hit +Info 5311 [11:03:19.915] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5312 [11:03:19.915] collectAutoImports: response is complete +Info 5313 [11:03:19.915] collectAutoImports: 26.938810005784035 +Info 5314 [11:03:19.915] getCompletionData: Semantic work: 28.35156799852848 +Info 5315 [11:03:19.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.045323997735977 +Info 5316 [11:03:20.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5317 [11:03:20.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 23.54756499826908ms +Info 5318 [11:03:20.036] Different program with same set of files +Info 5319 [11:03:20.037] getCompletionData: Get current token: 0.016299009323120117 +Info 5320 [11:03:20.037] getCompletionData: Is inside comment: 0.060176998376846313 +Info 5321 [11:03:20.037] getCompletionData: Get previous token: 0.07129000127315521 +Info 5322 [11:03:20.037] getCompletionsAtPosition: isCompletionListBlocker: 0.008083999156951904 +Info 5323 [11:03:20.038] getExportInfoMap: cache hit +Info 5324 [11:03:20.047] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 5325 [11:03:20.047] collectAutoImports: response is complete +Info 5326 [11:03:20.047] collectAutoImports: 9.274212002754211 +Info 5327 [11:03:20.047] getCompletionData: Semantic work: 10.512749001383781 +Info 5328 [11:03:20.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8729140013456345 +Info 5329 [11:03:20.053] Format host information updated +Info 5330 [11:03:20.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5331 [11:03:20.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 24.804748997092247ms +Info 5332 [11:03:20.221] Different program with same set of files +Info 5333 [11:03:20.222] getCompletionData: Get current token: 0.01346801221370697 +Info 5334 [11:03:20.222] getCompletionData: Is inside comment: 0.04282099008560181 +Info 5335 [11:03:20.222] getCompletionData: Get previous token: 0.05651600658893585 +Info 5336 [11:03:20.222] getCompletionsAtPosition: isCompletionListBlocker: 0.0070859938859939575 +Info 5337 [11:03:20.223] getExportInfoMap: cache hit +Info 5338 [11:03:20.232] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 64 from cache +Info 5339 [11:03:20.232] collectAutoImports: response is complete +Info 5340 [11:03:20.232] collectAutoImports: 8.516606003046036 +Info 5341 [11:03:20.232] getCompletionData: Semantic work: 9.771414995193481 +Info 5342 [11:03:20.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.914667010307312 +Info 5343 [11:03:20.239] Format host information updated +Info 5344 [11:03:20.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5345 [11:03:20.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 25.400668010115623ms +Info 5346 [11:03:20.351] Different program with same set of files +Info 5347 [11:03:20.351] getCompletionData: Get current token: 0.0185680091381073 +Info 5348 [11:03:20.351] getCompletionData: Is inside comment: 0.06014399230480194 +Info 5349 [11:03:20.352] getCompletionData: Get previous token: 0.08292199671268463 +Info 5350 [11:03:20.352] getCompletionsAtPosition: isCompletionListBlocker: 0.009264007210731506 +Info 5351 [11:03:20.353] getExportInfoMap: cache hit +Info 5352 [11:03:20.361] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 35 from cache +Info 5353 [11:03:20.361] collectAutoImports: response is complete +Info 5354 [11:03:20.361] collectAutoImports: 7.603214994072914 +Info 5355 [11:03:20.361] getCompletionData: Semantic work: 9.347936004400253 +Info 5356 [11:03:20.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.010930001735687 +Info 5357 [11:03:20.367] Format host information updated +Info 5358 [11:03:20.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5359 [11:03:20.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 8.953437998890877ms +Info 5360 [11:03:20.396] Different program with same set of files +Info 5361 [11:03:20.396] getCompletionData: Get current token: 0.00396999716758728 +Info 5362 [11:03:20.396] getCompletionData: Is inside comment: 0.012052997946739197 +Info 5363 [11:03:20.396] getCompletionData: Get previous token: 0.015834003686904907 +Info 5364 [11:03:20.396] getCompletionsAtPosition: isCompletionListBlocker: 0.00279998779296875 +Info 5365 [11:03:20.396] getExportInfoMap: cache hit +Info 5366 [11:03:20.398] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 5367 [11:03:20.398] collectAutoImports: response is complete +Info 5368 [11:03:20.399] collectAutoImports: 1.967397004365921 +Info 5369 [11:03:20.399] getCompletionData: Semantic work: 2.3946409970521927 +Info 5370 [11:03:20.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6005209982395172 +Info 5371 [11:03:20.401] Format host information updated +Info 5372 [11:03:20.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5373 [11:03:20.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 5.921165004372597ms +Info 5374 [11:03:20.683] Different program with same set of files +Info 5375 [11:03:20.683] getCompletionData: Get current token: 0.003595992922782898 +Info 5376 [11:03:20.683] getCompletionData: Is inside comment: 0.011997997760772705 +Info 5377 [11:03:20.683] getCompletionData: Get previous token: 0.015417009592056274 +Info 5378 [11:03:20.683] getCompletionsAtPosition: isCompletionListBlocker: 0.002315998077392578 +Info 5379 [11:03:20.684] getExportInfoMap: cache hit +Info 5380 [11:03:20.686] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 35 from cache +Info 5381 [11:03:20.686] collectAutoImports: response is complete +Info 5382 [11:03:20.686] collectAutoImports: 2.591728001832962 +Info 5383 [11:03:20.686] getCompletionData: Semantic work: 2.997495010495186 +Info 5384 [11:03:20.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.738747999072075 +Info 5385 [11:03:20.692] Format host information updated +Info 5386 [11:03:20.756] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5387 [11:03:20.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 9.982620999217033ms +Info 5388 [11:03:20.766] Different program with same set of files +Info 5389 [11:03:20.766] getCompletionData: Get current token: 0.00720900297164917 +Info 5390 [11:03:20.766] getCompletionData: Is inside comment: 0.0226220041513443 +Info 5391 [11:03:20.766] getCompletionData: Get previous token: 0.03126700222492218 +Info 5392 [11:03:20.766] getCompletionsAtPosition: isCompletionListBlocker: 0.0036959946155548096 +Info 5393 [11:03:20.767] getExportInfoMap: cache hit +Info 5394 [11:03:20.772] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 43 from cache +Info 5395 [11:03:20.772] collectAutoImports: response is complete +Info 5396 [11:03:20.772] collectAutoImports: 4.7818659991025925 +Info 5397 [11:03:20.772] getCompletionData: Semantic work: 5.466219007968903 +Info 5398 [11:03:20.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1566659957170486 +Info 5399 [11:03:20.776] Format host information updated +Info 5400 [11:03:21.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5401 [11:03:21.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 6.100646004080772ms +Info 5402 [11:03:21.051] Different program with same set of files +Info 5403 [11:03:21.051] getCompletionData: Get current token: 0.0037990063428878784 +Info 5404 [11:03:21.051] getCompletionData: Is inside comment: 0.012330994009971619 +Info 5405 [11:03:21.051] getCompletionData: Get previous token: 0.015649989247322083 +Info 5406 [11:03:21.051] getCompletionsAtPosition: isCompletionListBlocker: 0.002379998564720154 +Info 5407 [11:03:21.051] getExportInfoMap: cache hit +Info 5408 [11:03:21.058] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 64 from cache +Info 5409 [11:03:21.058] collectAutoImports: response is complete +Info 5410 [11:03:21.058] collectAutoImports: 6.52174299955368 +Info 5411 [11:03:21.058] getCompletionData: Semantic work: 7.00246299803257 +Info 5412 [11:03:21.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0524609982967377 +Info 5413 [11:03:21.061] Format host information updated +Info 5414 [11:03:21.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5415 [11:03:21.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 6.439862996339798ms +Info 5416 [11:03:21.178] Different program with same set of files +Info 5417 [11:03:21.178] getCompletionData: Get current token: 0.004480987787246704 +Info 5418 [11:03:21.178] getCompletionData: Is inside comment: 0.013999000191688538 +Info 5419 [11:03:21.178] getCompletionData: Get previous token: 0.018196001648902893 +Info 5420 [11:03:21.178] getCompletionsAtPosition: isCompletionListBlocker: 0.002625003457069397 +Info 5421 [11:03:21.178] getExportInfoMap: cache hit +Info 5422 [11:03:21.183] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 5423 [11:03:21.183] collectAutoImports: response is complete +Info 5424 [11:03:21.183] collectAutoImports: 4.155102998018265 +Info 5425 [11:03:21.183] getCompletionData: Semantic work: 4.65497000515461 +Info 5426 [11:03:21.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.091045007109642 +Info 5427 [11:03:21.191] Format host information updated +Info 5428 [11:03:21.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5429 [11:03:21.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 7.914260998368263ms +Info 5430 [11:03:21.342] Different program with same set of files +Info 5431 [11:03:21.342] getCompletionData: Get current token: 0.0039640069007873535 +Info 5432 [11:03:21.342] getCompletionData: Is inside comment: 0.013298004865646362 +Info 5433 [11:03:21.342] getCompletionData: Get previous token: 0.017762988805770874 +Info 5434 [11:03:21.342] getCompletionsAtPosition: isCompletionListBlocker: 0.0024850070476531982 +Info 5435 [11:03:21.343] getExportInfoMap: cache hit +Info 5436 [11:03:21.347] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 5437 [11:03:21.347] collectAutoImports: response is complete +Info 5438 [11:03:21.347] collectAutoImports: 3.9281319975852966 +Info 5439 [11:03:21.347] getCompletionData: Semantic work: 4.793761998414993 +Info 5440 [11:03:21.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5845929980278015 +Info 5441 [11:03:21.351] Format host information updated +Info 5442 [11:03:21.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5443 [11:03:21.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 9.210726991295815ms +Info 5444 [11:03:21.470] Different program with same set of files +Info 5445 [11:03:21.470] getCompletionData: Get current token: 0.0038439929485321045 +Info 5446 [11:03:21.470] getCompletionData: Is inside comment: 0.013154998421669006 +Info 5447 [11:03:21.470] getCompletionData: Get previous token: 0.01765701174736023 +Info 5448 [11:03:21.470] getCompletionsAtPosition: isCompletionListBlocker: 0.0024980008602142334 +Info 5449 [11:03:21.470] getExportInfoMap: cache hit +Info 5450 [11:03:21.473] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 5451 [11:03:21.473] collectAutoImports: response is complete +Info 5452 [11:03:21.473] collectAutoImports: 2.2570140063762665 +Info 5453 [11:03:21.473] getCompletionData: Semantic work: 2.737727001309395 +Info 5454 [11:03:21.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.801267996430397 +Info 5455 [11:03:21.476] Format host information updated +Info 5456 [11:03:21.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5457 [11:03:21.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 25.604929998517036ms +Info 5458 [11:03:21.574] Different program with same set of files +Info 5459 [11:03:21.574] getCompletionData: Get current token: 0.01830500364303589 +Info 5460 [11:03:21.574] getCompletionData: Is inside comment: 0.05737599730491638 +Info 5461 [11:03:21.575] getCompletionData: Get previous token: 0.08048999309539795 +Info 5462 [11:03:21.575] getCompletionsAtPosition: isCompletionListBlocker: 0.008175000548362732 +Info 5463 [11:03:21.576] getExportInfoMap: cache hit +Info 5464 [11:03:21.604] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5465 [11:03:21.604] collectAutoImports: response is complete +Info 5466 [11:03:21.604] collectAutoImports: 27.461819007992744 +Info 5467 [11:03:21.604] getCompletionData: Semantic work: 29.248576998710632 +Info 5468 [11:03:21.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.7635380029678345 +Info 5469 [11:03:21.616] Format host information updated +Info 5470 [11:03:21.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5471 [11:03:21.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 12.160079002380371ms +Info 5472 [11:03:21.696] Different program with same set of files +Info 5473 [11:03:21.697] getCompletionData: Get current token: 0.011979997158050537 +Info 5474 [11:03:21.697] getCompletionData: Is inside comment: 0.0704209953546524 +Info 5475 [11:03:21.697] getCompletionData: Get previous token: 0.03267200291156769 +Info 5476 [11:03:21.697] getCompletionsAtPosition: isCompletionListBlocker: 0.08414299786090851 +Info 5477 [11:03:21.698] getExportInfoMap: cache hit +Info 5478 [11:03:21.719] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5479 [11:03:21.719] collectAutoImports: response is complete +Info 5480 [11:03:21.719] collectAutoImports: 21.065234005451202 +Info 5481 [11:03:21.719] getCompletionData: Semantic work: 22.295061007142067 +Info 5482 [11:03:21.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.961465001106262 +Info 5483 [11:03:21.732] Format host information updated +Info 5484 [11:03:21.814] Format host information updated +Info 5485 [11:03:21.815] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5486 [11:03:21.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 20.386773988604546ms +Info 5487 [11:03:21.835] Different program with same set of files +Info 5488 [11:03:21.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5489 [11:03:21.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 10.589613988995552ms +Info 5490 [11:03:21.909] Different program with same set of files +Info 5491 [11:03:21.909] getCompletionData: Get current token: 0.0058119893074035645 +Info 5492 [11:03:21.909] getCompletionData: Is inside comment: 0.018165990710258484 +Info 5493 [11:03:21.909] getCompletionData: Get previous token: 0.025561004877090454 +Info 5494 [11:03:21.909] getCompletionsAtPosition: isCompletionListBlocker: 0.006052002310752869 +Info 5495 [11:03:21.910] getExportInfoMap: cache hit +Info 5496 [11:03:21.915] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 5497 [11:03:21.915] collectAutoImports: response is complete +Info 5498 [11:03:21.915] collectAutoImports: 5.359812989830971 +Info 5499 [11:03:21.916] getCompletionData: Semantic work: 6.038846999406815 +Info 5500 [11:03:21.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0048630088567734 +Info 5501 [11:03:21.920] Format host information updated +Info 5502 [11:03:21.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5503 [11:03:21.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 7.07184199988842ms +Info 5504 [11:03:21.996] Different program with same set of files +Info 5505 [11:03:21.996] getCompletionData: Get current token: 0.005022987723350525 +Info 5506 [11:03:21.996] getCompletionData: Is inside comment: 0.01645900309085846 +Info 5507 [11:03:21.996] getCompletionData: Get previous token: 0.02211199700832367 +Info 5508 [11:03:21.996] getCompletionsAtPosition: isCompletionListBlocker: 0.005318999290466309 +Info 5509 [11:03:21.997] getExportInfoMap: cache hit +Info 5510 [11:03:22.001] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 5511 [11:03:22.001] collectAutoImports: response is complete +Info 5512 [11:03:22.001] collectAutoImports: 4.198497995734215 +Info 5513 [11:03:22.001] getCompletionData: Semantic work: 4.7626220136880875 +Info 5514 [11:03:22.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3235699981451035 +Info 5515 [11:03:22.006] Format host information updated +Info 5516 [11:03:22.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5517 [11:03:22.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 21.12721499800682ms +Info 5518 [11:03:22.132] Different program with same set of files +Info 5519 [11:03:22.132] getCompletionData: Get current token: 0.009829998016357422 +Info 5520 [11:03:22.132] getCompletionData: Is inside comment: 0.028599008917808533 +Info 5521 [11:03:22.132] getCompletionData: Get previous token: 0.03474399447441101 +Info 5522 [11:03:22.132] getCompletionsAtPosition: isCompletionListBlocker: 0.009343013167381287 +Info 5523 [11:03:22.133] getExportInfoMap: cache hit +Info 5524 [11:03:22.138] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 5525 [11:03:22.138] collectAutoImports: response is complete +Info 5526 [11:03:22.138] collectAutoImports: 5.21450999379158 +Info 5527 [11:03:22.138] getCompletionData: Semantic work: 6.272109001874924 +Info 5528 [11:03:22.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1070590019226074 +Info 5529 [11:03:22.151] Format host information updated +Info 5530 [11:03:22.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5531 [11:03:22.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 6.771218001842499ms +Info 5532 [11:03:22.216] Different program with same set of files +Info 5533 [11:03:22.216] getCompletionData: Get current token: 0.004687994718551636 +Info 5534 [11:03:22.216] getCompletionData: Is inside comment: 0.012724995613098145 +Info 5535 [11:03:22.216] getCompletionData: Get previous token: 0.016113996505737305 +Info 5536 [11:03:22.216] getCompletionsAtPosition: isCompletionListBlocker: 0.004817992448806763 +Info 5537 [11:03:22.217] getExportInfoMap: cache hit +Info 5538 [11:03:22.219] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 5539 [11:03:22.219] collectAutoImports: response is complete +Info 5540 [11:03:22.219] collectAutoImports: 2.4513739943504333 +Info 5541 [11:03:22.219] getCompletionData: Semantic work: 2.988752007484436 +Info 5542 [11:03:22.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6743790060281754 +Info 5543 [11:03:22.224] Format host information updated +Info 5544 [11:03:22.287] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5545 [11:03:22.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 24.59749899804592ms +Info 5546 [11:03:22.312] Different program with same set of files +Info 5547 [11:03:22.313] getCompletionData: Get current token: 0.018582001328468323 +Info 5548 [11:03:22.313] getCompletionData: Is inside comment: 0.05023999512195587 +Info 5549 [11:03:22.313] getCompletionData: Get previous token: 0.0664919912815094 +Info 5550 [11:03:22.313] getCompletionsAtPosition: isCompletionListBlocker: 0.014839991927146912 +Info 5551 [11:03:22.315] getExportInfoMap: cache hit +Info 5552 [11:03:22.322] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5553 [11:03:22.322] collectAutoImports: response is complete +Info 5554 [11:03:22.322] collectAutoImports: 6.625240996479988 +Info 5555 [11:03:22.322] getCompletionData: Semantic work: 8.513551995158195 +Info 5556 [11:03:22.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.012497991323471 +Info 5557 [11:03:22.327] Format host information updated +Info 5558 [11:03:22.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5559 [11:03:22.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 12.23462200164795ms +Info 5560 [11:03:22.365] Different program with same set of files +Info 5561 [11:03:22.365] getCompletionData: Get current token: 0.0066839903593063354 +Info 5562 [11:03:22.366] getCompletionData: Is inside comment: 0.017244011163711548 +Info 5563 [11:03:22.366] getCompletionData: Get previous token: 0.022227004170417786 +Info 5564 [11:03:22.366] getCompletionsAtPosition: isCompletionListBlocker: 0.007614001631736755 +Info 5565 [11:03:22.366] getExportInfoMap: cache hit +Info 5566 [11:03:22.369] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5567 [11:03:22.369] collectAutoImports: response is complete +Info 5568 [11:03:22.369] collectAutoImports: 2.6968749910593033 +Info 5569 [11:03:22.369] getCompletionData: Semantic work: 3.4337210059165955 +Info 5570 [11:03:22.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.350155994296074 +Info 5571 [11:03:22.372] Format host information updated +Info 5572 [11:03:22.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5573 [11:03:22.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 6.756444007158279ms +Info 5574 [11:03:22.670] Different program with same set of files +Info 5575 [11:03:22.671] getCompletionData: Get current token: 0.0037579983472824097 +Info 5576 [11:03:22.671] getCompletionData: Is inside comment: 0.011473998427391052 +Info 5577 [11:03:22.671] getCompletionData: Get previous token: 0.039689987897872925 +Info 5578 [11:03:22.671] getCompletionsAtPosition: isCompletionListBlocker: 0.004663005471229553 +Info 5579 [11:03:22.671] getExportInfoMap: cache hit +Info 5580 [11:03:22.673] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5581 [11:03:22.673] collectAutoImports: response is complete +Info 5582 [11:03:22.673] collectAutoImports: 2.1823810040950775 +Info 5583 [11:03:22.673] getCompletionData: Semantic work: 2.6964650005102158 +Info 5584 [11:03:22.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7272570133209229 +Info 5585 [11:03:22.679] Format host information updated +Info 5586 [11:03:22.748] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5587 [11:03:22.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 9.40565899014473ms +Info 5588 [11:03:22.757] Different program with same set of files +Info 5589 [11:03:22.757] getCompletionData: Get current token: 0.007804989814758301 +Info 5590 [11:03:22.757] getCompletionData: Is inside comment: 0.020476996898651123 +Info 5591 [11:03:22.757] getCompletionData: Get previous token: 0.024985000491142273 +Info 5592 [11:03:22.757] getCompletionsAtPosition: isCompletionListBlocker: 0.006829991936683655 +Info 5593 [11:03:22.758] getExportInfoMap: cache hit +Info 5594 [11:03:22.762] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 5595 [11:03:22.762] collectAutoImports: response is complete +Info 5596 [11:03:22.762] collectAutoImports: 3.9315889924764633 +Info 5597 [11:03:22.762] getCompletionData: Semantic work: 4.797943994402885 +Info 5598 [11:03:22.765] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1868959963321686 +Info 5599 [11:03:22.767] Format host information updated +Info 5600 [11:03:22.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5601 [11:03:22.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 7.032731994986534ms +Info 5602 [11:03:22.941] Different program with same set of files +Info 5603 [11:03:22.941] getCompletionData: Get current token: 0.005139991641044617 +Info 5604 [11:03:22.941] getCompletionData: Is inside comment: 0.013643994927406311 +Info 5605 [11:03:22.941] getCompletionData: Get previous token: 0.016596004366874695 +Info 5606 [11:03:22.941] getCompletionsAtPosition: isCompletionListBlocker: 0.00565299391746521 +Info 5607 [11:03:22.941] getExportInfoMap: cache hit +Info 5608 [11:03:22.946] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 5609 [11:03:22.946] collectAutoImports: response is complete +Info 5610 [11:03:22.946] collectAutoImports: 4.820404008030891 +Info 5611 [11:03:22.946] getCompletionData: Semantic work: 5.3322290033102036 +Info 5612 [11:03:22.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1475580036640167 +Info 5613 [11:03:22.949] Format host information updated +Info 5614 [11:03:23.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5615 [11:03:23.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 20.986193999648094ms +Info 5616 [11:03:23.025] Different program with same set of files +Info 5617 [11:03:23.025] getCompletionData: Get current token: 0.015062004327774048 +Info 5618 [11:03:23.025] getCompletionData: Is inside comment: 0.0424640029668808 +Info 5619 [11:03:23.026] getCompletionData: Get previous token: 0.05262500047683716 +Info 5620 [11:03:23.026] getCompletionsAtPosition: isCompletionListBlocker: 0.014770999550819397 +Info 5621 [11:03:23.027] getExportInfoMap: cache hit +Info 5622 [11:03:23.051] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5623 [11:03:23.051] collectAutoImports: response is complete +Info 5624 [11:03:23.051] collectAutoImports: 23.698221996426582 +Info 5625 [11:03:23.051] getCompletionData: Semantic work: 25.085404008626938 +Info 5626 [11:03:23.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.930565997958183 +Info 5627 [11:03:23.061] Format host information updated +Info 5628 [11:03:24.658] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5629 [11:03:24.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 6.309993997216225ms +Info 5630 [11:03:24.665] Different program with same set of files +Info 5631 [11:03:24.665] getCompletionData: Get current token: 0.002110004425048828 +Info 5632 [11:03:24.665] getCompletionData: Is inside comment: 0.00800400972366333 +Info 5633 [11:03:24.665] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5634 [11:03:24.665] Format host information updated +Info 5635 [11:03:24.978] Format host information updated +Info 5636 [11:03:24.979] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5637 [11:03:24.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 5.83984200656414ms +Info 5638 [11:03:24.985] Different program with same set of files +Info 5639 [11:03:25.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5640 [11:03:25.094] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 6.474288001656532ms +Info 5641 [11:03:25.094] Different program with same set of files +Info 5642 [11:03:25.094] getCompletionData: Get current token: 0.005275994539260864 +Info 5643 [11:03:25.094] getCompletionData: Is inside comment: 0.010878995060920715 +Info 5644 [11:03:25.094] getCompletionData: Get previous token: 0.0067059993743896484 +Info 5645 [11:03:25.094] getCompletionsAtPosition: isCompletionListBlocker: 0.003027990460395813 +Info 5646 [11:03:25.094] getExportInfoMap: cache hit +Info 5647 [11:03:25.108] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5648 [11:03:25.108] collectAutoImports: response is complete +Info 5649 [11:03:25.108] collectAutoImports: 14.064291998744011 +Info 5650 [11:03:25.108] getCompletionData: Semantic work: 14.528848990797997 +Info 5651 [11:03:25.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.244070991873741 +Info 5652 [11:03:25.119] Format host information updated +Info 5653 [11:03:25.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5654 [11:03:25.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 7.674356997013092ms +Info 5655 [11:03:25.626] Different program with same set of files +Info 5656 [11:03:25.627] getCompletionData: Get current token: 0.003519997000694275 +Info 5657 [11:03:25.627] getCompletionData: Is inside comment: 0.009672999382019043 +Info 5658 [11:03:25.627] getCompletionData: Get previous token: 0.010707005858421326 +Info 5659 [11:03:25.627] getCompletionsAtPosition: isCompletionListBlocker: 0.002947002649307251 +Info 5660 [11:03:25.627] getExportInfoMap: cache hit +Info 5661 [11:03:25.629] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5662 [11:03:25.629] collectAutoImports: response is complete +Info 5663 [11:03:25.629] collectAutoImports: 1.7685199975967407 +Info 5664 [11:03:25.629] getCompletionData: Semantic work: 2.2155639976263046 +Info 5665 [11:03:25.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.608022004365921 +Info 5666 [11:03:25.631] Format host information updated +Info 5667 [11:03:25.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5668 [11:03:25.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 16.321139007806778ms +Info 5669 [11:03:25.946] Different program with same set of files +Info 5670 [11:03:25.947] getCompletionData: Get current token: 0.003156006336212158 +Info 5671 [11:03:25.947] getCompletionData: Is inside comment: 0.010159000754356384 +Info 5672 [11:03:25.947] getCompletionData: Get previous token: 0.011143997311592102 +Info 5673 [11:03:25.947] getCompletionsAtPosition: isCompletionListBlocker: 0.0037620067596435547 +Info 5674 [11:03:25.947] getExportInfoMap: cache hit +Info 5675 [11:03:25.950] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5676 [11:03:25.950] collectAutoImports: response is complete +Info 5677 [11:03:25.950] collectAutoImports: 2.4481409937143326 +Info 5678 [11:03:25.950] getCompletionData: Semantic work: 3.180966004729271 +Info 5679 [11:03:25.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.971906989812851 +Info 5680 [11:03:25.954] Format host information updated +Info 5681 [11:03:26.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5682 [11:03:26.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 6.770162999629974ms +Info 5683 [11:03:26.493] Different program with same set of files +Info 5684 [11:03:26.493] getCompletionData: Get current token: 0.004681989550590515 +Info 5685 [11:03:26.494] getCompletionData: Is inside comment: 0.01009899377822876 +Info 5686 [11:03:26.494] getCompletionData: Get previous token: 0.007019996643066406 +Info 5687 [11:03:26.494] getCompletionsAtPosition: isCompletionListBlocker: 0.0021259933710098267 +Info 5688 [11:03:26.494] getExportInfoMap: cache hit +Info 5689 [11:03:26.508] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5690 [11:03:26.508] collectAutoImports: response is complete +Info 5691 [11:03:26.508] collectAutoImports: 13.943256989121437 +Info 5692 [11:03:26.508] getCompletionData: Semantic work: 14.352462992072105 +Info 5693 [11:03:26.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.000189989805222 +Info 5694 [11:03:26.519] Format host information updated +Info 5695 [11:03:26.658] Format host information updated +Info 5696 [11:03:26.658] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5697 [11:03:26.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 6.702426999807358ms +Info 5698 [11:03:26.665] Different program with same set of files +Info 5699 [11:03:27.162] getCompletionData: Get current token: 0.0034019947052001953 +Info 5700 [11:03:27.162] getCompletionData: Is inside comment: 0.010966002941131592 +Info 5701 [11:03:27.162] getCompletionData: Get previous token: 0.013199001550674438 +Info 5702 [11:03:27.162] getCompletionsAtPosition: isCompletionListBlocker: 0.0032219886779785156 +Info 5703 [11:03:27.163] getExportInfoMap: cache hit +Info 5704 [11:03:27.165] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 5705 [11:03:27.165] collectAutoImports: response is complete +Info 5706 [11:03:27.165] collectAutoImports: 2.1451510041952133 +Info 5707 [11:03:27.165] getCompletionData: Semantic work: 2.7015179991722107 +Info 5708 [11:03:27.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.037304997444153 +Info 5709 [11:03:27.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5710 [11:03:27.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 6.842262998223305ms +Info 5711 [11:03:27.428] Different program with same set of files +Info 5712 [11:03:27.428] getCompletionData: Get current token: 0.004684999585151672 +Info 5713 [11:03:27.428] getCompletionData: Is inside comment: 0.014262005686759949 +Info 5714 [11:03:27.428] getCompletionData: Get previous token: 0.010426998138427734 +Info 5715 [11:03:27.428] getCompletionsAtPosition: isCompletionListBlocker: 0.02729499340057373 +Info 5716 [11:03:27.429] getExportInfoMap: cache hit +Info 5717 [11:03:27.444] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5718 [11:03:27.444] collectAutoImports: response is complete +Info 5719 [11:03:27.444] collectAutoImports: 14.867853999137878 +Info 5720 [11:03:27.444] getCompletionData: Semantic work: 15.594077005982399 +Info 5721 [11:03:27.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.995250001549721 +Info 5722 [11:03:27.454] Format host information updated +Info 5723 [11:03:29.804] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5724 [11:03:29.811] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 6.235961988568306ms +Info 5725 [11:03:29.811] Different program with same set of files +Info 5726 [11:03:29.811] getCompletionData: Get current token: 0.002562999725341797 +Info 5727 [11:03:29.811] getCompletionData: Is inside comment: 0.008219987154006958 +Info 5728 [11:03:29.811] getCompletionData: Get previous token: 0.015778005123138428 +Info 5729 [11:03:29.811] getCompletionsAtPosition: isCompletionListBlocker: 0.008616998791694641 +Info 5730 [11:03:29.811] getExportInfoMap: cache hit +Info 5731 [11:03:29.814] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5732 [11:03:29.814] collectAutoImports: response is complete +Info 5733 [11:03:29.814] collectAutoImports: 2.544622004032135 +Info 5734 [11:03:29.814] getCompletionData: Semantic work: 2.9517130106687546 +Info 5735 [11:03:29.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7235039919614792 +Info 5736 [11:03:29.819] Format host information updated +Info 5737 [11:03:30.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5738 [11:03:30.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 23.8962190002203ms +Info 5739 [11:03:30.056] Different program with same set of files +Info 5740 [11:03:30.056] getCompletionData: Get current token: 0.006162002682685852 +Info 5741 [11:03:30.057] getCompletionData: Is inside comment: 0.01806299388408661 +Info 5742 [11:03:30.057] getCompletionData: Get previous token: 0.011037006974220276 +Info 5743 [11:03:30.057] getCompletionsAtPosition: isCompletionListBlocker: 0.011567994952201843 +Info 5744 [11:03:30.057] getExportInfoMap: cache hit +Info 5745 [11:03:30.073] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5746 [11:03:30.073] collectAutoImports: response is complete +Info 5747 [11:03:30.073] collectAutoImports: 15.742149993777275 +Info 5748 [11:03:30.073] getCompletionData: Semantic work: 16.420475006103516 +Info 5749 [11:03:30.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7469199895858765 +Info 5750 [11:03:30.082] Format host information updated +Info 5751 [11:03:30.346] getCompletionData: Get current token: 0.010471999645233154 +Info 5752 [11:03:30.346] getCompletionData: Is inside comment: 0.016072005033493042 +Info 5753 [11:03:30.346] getCompletionData: Get previous token: 0.01285599172115326 +Info 5754 [11:03:30.346] getCompletionsAtPosition: isCompletionListBlocker: 0.003023996949195862 +Info 5755 [11:03:30.346] getExportInfoMap: cache hit +Info 5756 [11:03:30.364] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5757 [11:03:30.364] collectAutoImports: response is complete +Info 5758 [11:03:30.364] collectAutoImports: 17.574661999940872 +Info 5759 [11:03:30.364] getCompletionData: Semantic work: 18.181436002254486 +Info 5760 [11:03:30.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7396399974823 +Info 5761 [11:03:30.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5762 [11:03:30.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 6.58636499941349ms +Info 5763 [11:03:30.813] Different program with same set of files +Info 5764 [11:03:30.813] getCompletionData: Get current token: 0.00711899995803833 +Info 5765 [11:03:30.813] getCompletionData: Is inside comment: 0.011837005615234375 +Info 5766 [11:03:30.813] getCompletionData: Get previous token: 0.01365700364112854 +Info 5767 [11:03:30.813] getCompletionsAtPosition: isCompletionListBlocker: 0.0026129931211471558 +Info 5768 [11:03:30.814] getExportInfoMap: cache hit +Info 5769 [11:03:30.816] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 5770 [11:03:30.816] collectAutoImports: response is complete +Info 5771 [11:03:30.816] collectAutoImports: 2.466596007347107 +Info 5772 [11:03:30.816] getCompletionData: Semantic work: 2.957738995552063 +Info 5773 [11:03:30.818] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8109640032052994 +Info 5774 [11:03:30.823] Format host information updated +Info 5775 [11:03:30.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5776 [11:03:30.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 7.063308000564575ms +Info 5777 [11:03:30.932] Different program with same set of files +Info 5778 [11:03:30.932] getCompletionData: Get current token: 0.0073000043630599976 +Info 5779 [11:03:30.932] getCompletionData: Is inside comment: 0.012025997042655945 +Info 5780 [11:03:30.932] getCompletionData: Get previous token: 0.014577999711036682 +Info 5781 [11:03:30.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0036429911851882935 +Info 5782 [11:03:30.933] getExportInfoMap: cache hit +Info 5783 [11:03:30.935] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 5784 [11:03:30.935] collectAutoImports: response is complete +Info 5785 [11:03:30.935] collectAutoImports: 2.483259007334709 +Info 5786 [11:03:30.935] getCompletionData: Semantic work: 3.0173230022192 +Info 5787 [11:03:30.938] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.143114998936653 +Info 5788 [11:03:30.939] Format host information updated +Info 5789 [11:03:31.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5790 [11:03:31.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 6.343157008290291ms +Info 5791 [11:03:31.063] Different program with same set of files +Info 5792 [11:03:31.063] getCompletionData: Get current token: 0.00591200590133667 +Info 5793 [11:03:31.063] getCompletionData: Is inside comment: 0.009341001510620117 +Info 5794 [11:03:31.063] getCompletionData: Get previous token: 0.011199995875358582 +Info 5795 [11:03:31.063] getCompletionsAtPosition: isCompletionListBlocker: 0.002594992518424988 +Info 5796 [11:03:31.064] getExportInfoMap: cache hit +Info 5797 [11:03:31.077] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5798 [11:03:31.077] collectAutoImports: response is complete +Info 5799 [11:03:31.077] collectAutoImports: 13.348261997103691 +Info 5800 [11:03:31.077] getCompletionData: Semantic work: 13.778750002384186 +Info 5801 [11:03:31.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.710227996110916 +Info 5802 [11:03:31.087] Format host information updated +Info 5803 [11:03:31.374] Format host information updated +Info 5804 [11:03:31.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5805 [11:03:31.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 18.32336699962616ms +Info 5806 [11:03:31.393] Different program with same set of files +Info 5807 [11:03:31.802] Format host information updated +Info 5808 [11:03:31.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5809 [11:03:31.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 6.867827996611595ms +Info 5810 [11:03:31.809] Different program with same set of files +Info 5811 [11:03:33.023] Format host information updated +Info 5812 [11:03:33.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5813 [11:03:33.030] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 6.940356999635696ms +Info 5814 [11:03:33.030] Different program with same set of files +Info 5815 [11:03:33.164] Format host information updated +Info 5816 [11:03:33.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5817 [11:03:33.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 6.4176739901304245ms +Info 5818 [11:03:33.170] Different program with same set of files +Info 5819 [11:03:34.300] Format host information updated +Info 5820 [11:03:34.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5821 [11:03:34.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 9.824197992682457ms +Info 5822 [11:03:34.310] Different program with same set of files +Info 5823 [11:03:34.983] Format host information updated +Info 5824 [11:03:34.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5825 [11:03:34.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 6.7732149958610535ms +Info 5826 [11:03:34.990] Different program with same set of files +Info 5827 [11:03:36.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5828 [11:03:36.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 10.950213998556137ms +Info 5829 [11:03:36.728] Different program with same set of files +Info 5830 [11:03:36.728] getCompletionData: Get current token: 0.0034509897232055664 +Info 5831 [11:03:36.728] getCompletionData: Is inside comment: 0.006953001022338867 +Info 5832 [11:03:36.728] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5833 [11:03:36.728] Format host information updated +Info 5834 [11:03:37.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5835 [11:03:37.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 5.92824000120163ms +Info 5836 [11:03:37.040] Different program with same set of files +Info 5837 [11:03:37.040] getCompletionData: Get current token: 0.002862006425857544 +Info 5838 [11:03:37.040] getCompletionData: Is inside comment: 0.00677800178527832 +Info 5839 [11:03:37.040] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5840 [11:03:37.040] Format host information updated +Info 5841 [11:03:37.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5842 [11:03:37.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 23.736531004309654ms +Info 5843 [11:03:37.475] Different program with same set of files +Info 5844 [11:03:37.475] getCompletionData: Get current token: 0.012570008635520935 +Info 5845 [11:03:37.476] getCompletionData: Is inside comment: 0.03285999596118927 +Info 5846 [11:03:37.476] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5847 [11:03:37.476] Format host information updated +Info 5848 [11:03:37.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5849 [11:03:37.579] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 6.415428996086121ms +Info 5850 [11:03:37.579] Different program with same set of files +Info 5851 [11:03:37.579] getCompletionData: Get current token: 0.003174006938934326 +Info 5852 [11:03:37.579] getCompletionData: Is inside comment: 0.00790800154209137 +Info 5853 [11:03:37.579] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5854 [11:03:37.582] Format host information updated +Info 5855 [11:03:37.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5856 [11:03:37.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 6.226298987865448ms +Info 5857 [11:03:37.729] Different program with same set of files +Info 5858 [11:03:37.729] getCompletionData: Get current token: 0.003040999174118042 +Info 5859 [11:03:37.729] getCompletionData: Is inside comment: 0.007578000426292419 +Info 5860 [11:03:37.729] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5861 [11:03:37.729] Format host information updated +Info 5862 [11:03:38.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5863 [11:03:38.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 6.3197489976882935ms +Info 5864 [11:03:38.006] Different program with same set of files +Info 5865 [11:03:38.007] getCompletionData: Get current token: 0.0022960007190704346 +Info 5866 [11:03:38.007] getCompletionData: Is inside comment: 0.00625099241733551 +Info 5867 [11:03:38.007] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5868 [11:03:38.010] Format host information updated +Info 5869 [11:03:40.236] Format host information updated +Info 5870 [11:03:40.236] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5871 [11:03:40.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 6.264127001166344ms +Info 5872 [11:03:40.242] Different program with same set of files +Info 5873 [11:03:40.932] Format host information updated +Info 5874 [11:03:40.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5875 [11:03:40.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 10.131136998534203ms +Info 5876 [11:03:40.943] Different program with same set of files +Info 5877 [11:03:41.691] Format host information updated +Info 5878 [11:03:41.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5879 [11:03:41.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 6.252605006098747ms +Info 5880 [11:03:41.698] Different program with same set of files +Info 5881 [11:03:42.356] Format host information updated +Info 5882 [11:03:42.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5883 [11:03:42.366] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 9.589294001460075ms +Info 5884 [11:03:42.366] Different program with same set of files +Info 5885 [11:03:43.071] Format host information updated +Info 5886 [11:03:43.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5887 [11:03:43.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 6.137295991182327ms +Info 5888 [11:03:43.077] Different program with same set of files +Info 5889 [11:03:43.744] Format host information updated +Info 5890 [11:03:43.744] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5891 [11:03:43.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 6.087193995714188ms +Info 5892 [11:03:43.751] Different program with same set of files +Info 5893 [11:03:44.793] Format host information updated +Info 5894 [11:03:44.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5895 [11:03:44.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 5.857684001326561ms +Info 5896 [11:03:44.799] Different program with same set of files +Info 5897 [11:03:51.923] getCompletionData: Get current token: 0.006641000509262085 +Info 5898 [11:03:51.923] getCompletionData: Is inside comment: 0.00858999788761139 +Info 5899 [11:03:51.923] getCompletionData: Get previous token: 0.005643993616104126 +Info 5900 [11:03:51.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0029359906911849976 +Info 5901 [11:03:51.924] getExportInfoMap: cache hit +Info 5902 [11:03:51.937] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5903 [11:03:51.937] collectAutoImports: response is complete +Info 5904 [11:03:51.937] collectAutoImports: 13.17263001203537 +Info 5905 [11:03:51.937] getCompletionData: Semantic work: 14.00534999370575 +Info 5906 [11:03:51.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.200343012809753 +Info 5907 [11:03:52.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5908 [11:03:52.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 5.942561998963356ms +Info 5909 [11:03:52.528] Different program with same set of files +Info 5910 [11:03:52.528] getCompletionData: Get current token: 0.006661996245384216 +Info 5911 [11:03:52.528] getCompletionData: Is inside comment: 0.010418996214866638 +Info 5912 [11:03:52.528] getCompletionData: Get previous token: 0.006827995181083679 +Info 5913 [11:03:52.528] getCompletionsAtPosition: isCompletionListBlocker: 0.0025919973850250244 +Info 5914 [11:03:52.529] getExportInfoMap: cache hit +Info 5915 [11:03:52.543] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5916 [11:03:52.543] collectAutoImports: response is complete +Info 5917 [11:03:52.543] collectAutoImports: 13.917562991380692 +Info 5918 [11:03:52.543] getCompletionData: Semantic work: 14.398476004600525 +Info 5919 [11:03:52.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.91873100399971 +Info 5920 [11:03:52.552] Format host information updated +Info 5921 [11:03:53.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5922 [11:03:53.284] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 6.358392000198364ms +Info 5923 [11:03:53.284] Different program with same set of files +Info 5924 [11:03:53.284] getCompletionData: Get current token: 0.004762992262840271 +Info 5925 [11:03:53.284] getCompletionData: Is inside comment: 0.009099990129470825 +Info 5926 [11:03:53.284] getCompletionData: Get previous token: 0.01168300211429596 +Info 5927 [11:03:53.285] getCompletionsAtPosition: isCompletionListBlocker: 0.003040000796318054 +Info 5928 [11:03:53.285] getExportInfoMap: cache hit +Info 5929 [11:03:53.287] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5930 [11:03:53.287] collectAutoImports: response is complete +Info 5931 [11:03:53.287] collectAutoImports: 1.5649909973144531 +Info 5932 [11:03:53.287] getCompletionData: Semantic work: 2.0969370007514954 +Info 5933 [11:03:53.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5335839986801147 +Info 5934 [11:03:53.292] Format host information updated +Info 5935 [11:03:53.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5936 [11:03:53.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 5.5406429916620255ms +Info 5937 [11:03:53.581] Different program with same set of files +Info 5938 [11:03:53.581] getCompletionData: Get current token: 0.004694998264312744 +Info 5939 [11:03:53.581] getCompletionData: Is inside comment: 0.009760990738868713 +Info 5940 [11:03:53.581] getCompletionData: Get previous token: 0.011816009879112244 +Info 5941 [11:03:53.581] getCompletionsAtPosition: isCompletionListBlocker: 0.002576008439064026 +Info 5942 [11:03:53.581] getExportInfoMap: cache hit +Info 5943 [11:03:53.583] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5944 [11:03:53.583] collectAutoImports: response is complete +Info 5945 [11:03:53.583] collectAutoImports: 1.6306539922952652 +Info 5946 [11:03:53.583] getCompletionData: Semantic work: 2.177162006497383 +Info 5947 [11:03:53.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9896190017461777 +Info 5948 [11:03:53.586] Format host information updated +Info 5949 [11:03:53.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5950 [11:03:53.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 7.455276995897293ms +Info 5951 [11:03:53.921] Different program with same set of files +Info 5952 [11:03:53.921] getCompletionData: Get current token: 0.009638994932174683 +Info 5953 [11:03:53.921] getCompletionData: Is inside comment: 0.03928999602794647 +Info 5954 [11:03:53.921] getCompletionData: Get previous token: 0.011840999126434326 +Info 5955 [11:03:53.921] getCompletionsAtPosition: isCompletionListBlocker: 0.002664998173713684 +Info 5956 [11:03:53.922] getExportInfoMap: cache hit +Info 5957 [11:03:53.944] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5958 [11:03:53.944] collectAutoImports: response is complete +Info 5959 [11:03:53.944] collectAutoImports: 21.78405700623989 +Info 5960 [11:03:53.944] getCompletionData: Semantic work: 22.49677900969982 +Info 5961 [11:03:53.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2679319977760315 +Info 5962 [11:03:53.953] Format host information updated +Info 5963 [11:03:54.205] Format host information updated +Info 5964 [11:03:54.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5965 [11:03:54.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 17.289685010910034ms +Info 5966 [11:03:54.223] Different program with same set of files +Info 5967 [11:03:54.716] getCompletionData: Get current token: 0.0050820112228393555 +Info 5968 [11:03:54.716] getCompletionData: Is inside comment: 0.010639995336532593 +Info 5969 [11:03:54.716] getCompletionData: Get previous token: 0.013876989483833313 +Info 5970 [11:03:54.716] getCompletionsAtPosition: isCompletionListBlocker: 0.0025340020656585693 +Info 5971 [11:03:54.716] getExportInfoMap: cache hit +Info 5972 [11:03:54.719] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 5973 [11:03:54.719] collectAutoImports: response is complete +Info 5974 [11:03:54.719] collectAutoImports: 2.8031370043754578 +Info 5975 [11:03:54.719] getCompletionData: Semantic work: 3.482923001050949 +Info 5976 [11:03:54.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.127439007163048 +Info 5977 [11:03:55.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5978 [11:03:55.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 6.307220995426178ms +Info 5979 [11:03:55.111] Different program with same set of files +Info 5980 [11:03:55.111] getCompletionData: Get current token: 0.005831003189086914 +Info 5981 [11:03:55.111] getCompletionData: Is inside comment: 0.012262001633644104 +Info 5982 [11:03:55.111] getCompletionData: Get previous token: 0.008239001035690308 +Info 5983 [11:03:55.111] getCompletionsAtPosition: isCompletionListBlocker: 0.007529005408287048 +Info 5984 [11:03:55.111] getExportInfoMap: cache hit +Info 5985 [11:03:55.127] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5986 [11:03:55.127] collectAutoImports: response is complete +Info 5987 [11:03:55.127] collectAutoImports: 15.43759000301361 +Info 5988 [11:03:55.127] getCompletionData: Semantic work: 16.00177100300789 +Info 5989 [11:03:55.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.795247003436089 +Info 5990 [11:03:55.136] Format host information updated +Info 5991 [11:03:56.624] Format host information updated +Info 5992 [11:03:56.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5993 [11:03:56.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 6.12125700712204ms +Info 5994 [11:03:56.631] Different program with same set of files +Info 5995 [11:03:57.222] Format host information updated +Info 5996 [11:03:57.222] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5997 [11:03:57.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 6.465250000357628ms +Info 5998 [11:03:57.229] Different program with same set of files +Info 5999 [11:03:57.705] Format host information updated +Info 6000 [11:03:57.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6001 [11:03:57.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 9.53166700899601ms +Info 6002 [11:03:57.715] Different program with same set of files +Info 6003 [11:03:58.164] Format host information updated +Info 6004 [11:03:58.165] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6005 [11:03:58.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 6.117542997002602ms +Info 6006 [11:03:58.171] Different program with same set of files +Info 6007 [11:03:59.167] Format host information updated +Info 6008 [11:03:59.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6009 [11:03:59.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 6.284386992454529ms +Info 6010 [11:03:59.174] Different program with same set of files +Info 6011 [11:03:59.720] Format host information updated +Info 6012 [11:03:59.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6013 [11:03:59.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 6.469502002000809ms +Info 6014 [11:03:59.726] Different program with same set of files +Info 6015 [11:04:00.205] Format host information updated +Info 6016 [11:04:00.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6017 [11:04:00.211] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 6.317607998847961ms +Info 6018 [11:04:00.211] Different program with same set of files +Info 6019 [11:04:01.142] Format host information updated +Info 6020 [11:04:01.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6021 [11:04:01.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 9.478153988718987ms +Info 6022 [11:04:01.152] Different program with same set of files +Info 6023 [11:04:01.332] Format host information updated +Info 6024 [11:04:01.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6025 [11:04:01.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 6.552090987563133ms +Info 6026 [11:04:01.339] Different program with same set of files +Info 6027 [11:04:02.806] Format host information updated +Info 6028 [11:04:02.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6029 [11:04:02.812] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 6.033261001110077ms +Info 6030 [11:04:02.812] Different program with same set of files +Info 6031 [11:04:03.213] Format host information updated +Info 6032 [11:04:03.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6033 [11:04:03.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 6.554413005709648ms +Info 6034 [11:04:03.219] Different program with same set of files +Info 6035 [11:04:04.746] Format host information updated +Info 6036 [11:04:04.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6037 [11:04:04.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 9.811170995235443ms +Info 6038 [11:04:04.756] Different program with same set of files +Info 6039 [11:04:05.787] Format host information updated +Info 6040 [11:04:05.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6041 [11:04:05.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 6.2559229880571365ms +Info 6042 [11:04:05.793] Different program with same set of files +Info 6043 [11:04:07.245] Format host information updated +Info 6044 [11:04:07.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6045 [11:04:07.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 6.262754008173943ms +Info 6046 [11:04:07.252] Different program with same set of files +Info 6047 [11:04:07.742] Format host information updated +Info 6048 [11:04:07.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6049 [11:04:07.749] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 6.5247830003499985ms +Info 6050 [11:04:07.749] Different program with same set of files +Info 6051 [11:04:11.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6052 [11:04:11.647] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 6.04925799369812ms +Info 6053 [11:04:11.647] Different program with same set of files +Info 6054 [11:04:11.647] getCompletionData: Get current token: 0.0050370097160339355 +Info 6055 [11:04:11.647] getCompletionData: Is inside comment: 0.0010359883308410645 +Info 6056 [11:04:11.647] getCompletionData: Get previous token: 0.017517000436782837 +Info 6057 [11:04:11.647] getCompletionsAtPosition: isCompletionListBlocker: 0.019933000206947327 +Info 6058 [11:04:11.647] getExportInfoMap: cache hit +Info 6059 [11:04:11.650] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 14 from cache +Info 6060 [11:04:11.650] collectAutoImports: response is complete +Info 6061 [11:04:11.650] collectAutoImports: 2.283964991569519 +Info 6062 [11:04:11.650] getCompletionData: Semantic work: 2.863548994064331 +Info 6063 [11:04:11.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9409060031175613 +Info 6064 [11:04:11.654] Format host information updated +Info 6065 [11:04:11.742] Format host information updated +Info 6066 [11:04:11.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6067 [11:04:11.748] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 6.197484001517296ms +Info 6068 [11:04:11.748] Different program with same set of files +Info 6069 [11:04:12.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6070 [11:04:12.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 6.220280006527901ms +Info 6071 [11:04:12.209] Different program with same set of files +Info 6072 [11:04:12.209] getCompletionData: Get current token: 0.007159993052482605 +Info 6073 [11:04:12.209] getCompletionData: Is inside comment: 0.001260995864868164 +Info 6074 [11:04:12.209] getCompletionData: Get previous token: 0.013098999857902527 +Info 6075 [11:04:12.209] getCompletionsAtPosition: isCompletionListBlocker: 0.007844999432563782 +Info 6076 [11:04:12.210] getExportInfoMap: cache hit +Info 6077 [11:04:12.225] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6078 [11:04:12.225] collectAutoImports: response is complete +Info 6079 [11:04:12.225] collectAutoImports: 14.83917099237442 +Info 6080 [11:04:12.225] getCompletionData: Semantic work: 15.380069002509117 +Info 6081 [11:04:12.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4702730029821396 +Info 6082 [11:04:12.232] Format host information updated +Info 6083 [11:04:12.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6084 [11:04:12.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 7.218212991952896ms +Info 6085 [11:04:12.494] Different program with same set of files +Info 6086 [11:04:12.495] getCompletionData: Get current token: 0.006410002708435059 +Info 6087 [11:04:12.495] getCompletionData: Is inside comment: 0.0011339932680130005 +Info 6088 [11:04:12.495] getCompletionData: Get previous token: 0.012543007731437683 +Info 6089 [11:04:12.495] getCompletionsAtPosition: isCompletionListBlocker: 0.020753011107444763 +Info 6090 [11:04:12.495] getExportInfoMap: cache hit +Info 6091 [11:04:12.509] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6092 [11:04:12.509] collectAutoImports: response is complete +Info 6093 [11:04:12.509] collectAutoImports: 13.828002005815506 +Info 6094 [11:04:12.509] getCompletionData: Semantic work: 14.509788990020752 +Info 6095 [11:04:12.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4552939981222153 +Info 6096 [11:04:12.518] Format host information updated +Info 6097 [11:04:12.523] Format host information updated +Info 6098 [11:04:12.523] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6099 [11:04:12.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 5.957274004817009ms +Info 6100 [11:04:12.529] Different program with same set of files +Info 6101 [11:04:13.112] getCompletionData: Get current token: 0.0019399970769882202 +Info 6102 [11:04:13.112] getCompletionData: Is inside comment: 0.00513400137424469 +Info 6103 [11:04:13.112] getCompletionData: Get previous token: 0.011412009596824646 +Info 6104 [11:04:13.112] getCompletionsAtPosition: isCompletionListBlocker: 0.010411009192466736 +Info 6105 [11:04:13.113] getExportInfoMap: cache hit +Info 6106 [11:04:13.117] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 6107 [11:04:13.117] collectAutoImports: response is complete +Info 6108 [11:04:13.117] collectAutoImports: 4.144879996776581 +Info 6109 [11:04:13.117] getCompletionData: Semantic work: 4.823095992207527 +Info 6110 [11:04:13.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4159460067749023 +Info 6111 [11:04:16.351] Format host information updated +Info 6112 [11:04:16.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6113 [11:04:16.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 9.786366999149323ms +Info 6114 [11:04:16.361] Different program with same set of files +Info 6115 [11:04:16.714] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6116 [11:04:16.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 6.6711539924144745ms +Info 6117 [11:04:16.721] Different program with same set of files +Info 6118 [11:04:16.721] getCompletionData: Get current token: 0.006615996360778809 +Info 6119 [11:04:16.721] getCompletionData: Is inside comment: 0.012598007917404175 +Info 6120 [11:04:16.721] getCompletionData: Get previous token: 0.015820011496543884 +Info 6121 [11:04:16.721] getCompletionsAtPosition: isCompletionListBlocker: 0.0029000043869018555 +Info 6122 [11:04:16.721] getExportInfoMap: cache hit +Info 6123 [11:04:16.725] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 84 from cache +Info 6124 [11:04:16.725] collectAutoImports: response is complete +Info 6125 [11:04:16.725] collectAutoImports: 3.764394998550415 +Info 6126 [11:04:16.725] getCompletionData: Semantic work: 4.258606001734734 +Info 6127 [11:04:16.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0564139932394028 +Info 6128 [11:04:16.732] Format host information updated +Info 6129 [11:04:16.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6130 [11:04:16.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 7.068435996770859ms +Info 6131 [11:04:16.821] Different program with same set of files +Info 6132 [11:04:16.822] getCompletionData: Get current token: 0.007339000701904297 +Info 6133 [11:04:16.822] getCompletionData: Is inside comment: 0.01505500078201294 +Info 6134 [11:04:16.822] getCompletionData: Get previous token: 0.018288999795913696 +Info 6135 [11:04:16.822] getCompletionsAtPosition: isCompletionListBlocker: 0.002911999821662903 +Info 6136 [11:04:16.822] getExportInfoMap: cache hit +Info 6137 [11:04:16.827] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 83 from cache +Info 6138 [11:04:16.827] collectAutoImports: response is complete +Info 6139 [11:04:16.827] collectAutoImports: 4.451726004481316 +Info 6140 [11:04:16.827] getCompletionData: Semantic work: 4.986138001084328 +Info 6141 [11:04:16.829] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5063499957323074 +Info 6142 [11:04:16.830] Format host information updated +Info 6143 [11:04:16.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6144 [11:04:16.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 6.247735992074013ms +Info 6145 [11:04:16.990] Different program with same set of files +Info 6146 [11:04:16.990] getCompletionData: Get current token: 0.006833001971244812 +Info 6147 [11:04:16.990] getCompletionData: Is inside comment: 0.012740999460220337 +Info 6148 [11:04:16.990] getCompletionData: Get previous token: 0.015718013048171997 +Info 6149 [11:04:16.990] getCompletionsAtPosition: isCompletionListBlocker: 0.0022079944610595703 +Info 6150 [11:04:16.991] getExportInfoMap: cache hit +Info 6151 [11:04:16.996] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 25 from cache +Info 6152 [11:04:16.996] collectAutoImports: response is complete +Info 6153 [11:04:16.996] collectAutoImports: 4.843076005578041 +Info 6154 [11:04:16.996] getCompletionData: Semantic work: 5.290292993187904 +Info 6155 [11:04:16.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.004612997174263 +Info 6156 [11:04:16.999] Format host information updated +Info 6157 [11:04:17.120] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6158 [11:04:17.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 6.476235002279282ms +Info 6159 [11:04:17.126] Different program with same set of files +Info 6160 [11:04:17.127] getCompletionData: Get current token: 0.008835002779960632 +Info 6161 [11:04:17.127] getCompletionData: Is inside comment: 0.03464500606060028 +Info 6162 [11:04:17.127] getCompletionData: Get previous token: 0.05061700940132141 +Info 6163 [11:04:17.127] getCompletionsAtPosition: isCompletionListBlocker: 0.002391993999481201 +Info 6164 [11:04:17.127] getExportInfoMap: cache hit +Info 6165 [11:04:17.130] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 10 from cache +Info 6166 [11:04:17.130] collectAutoImports: response is complete +Info 6167 [11:04:17.130] collectAutoImports: 2.379619002342224 +Info 6168 [11:04:17.130] getCompletionData: Semantic work: 3.031050994992256 +Info 6169 [11:04:17.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7558789998292923 +Info 6170 [11:04:17.132] Format host information updated +Info 6171 [11:04:17.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6172 [11:04:17.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 8.911297991871834ms +Info 6173 [11:04:17.228] Different program with same set of files +Info 6174 [11:04:17.228] getCompletionData: Get current token: 0.006108999252319336 +Info 6175 [11:04:17.228] getCompletionData: Is inside comment: 0.010919004678726196 +Info 6176 [11:04:17.228] getCompletionData: Get previous token: 0.014261007308959961 +Info 6177 [11:04:17.228] getCompletionsAtPosition: isCompletionListBlocker: 0.0021409988403320312 +Info 6178 [11:04:17.228] getExportInfoMap: cache hit +Info 6179 [11:04:17.230] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 6180 [11:04:17.230] collectAutoImports: response is complete +Info 6181 [11:04:17.230] collectAutoImports: 1.9307169914245605 +Info 6182 [11:04:17.230] getCompletionData: Semantic work: 2.464239999651909 +Info 6183 [11:04:17.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6726929992437363 +Info 6184 [11:04:17.233] Format host information updated +Info 6185 [11:04:17.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6186 [11:04:17.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 6.240923002362251ms +Info 6187 [11:04:17.341] Different program with same set of files +Info 6188 [11:04:17.341] getCompletionData: Get current token: 0.006066992878913879 +Info 6189 [11:04:17.341] getCompletionData: Is inside comment: 0.0113849937915802 +Info 6190 [11:04:17.341] getCompletionData: Get previous token: 0.014267995953559875 +Info 6191 [11:04:17.341] getCompletionsAtPosition: isCompletionListBlocker: 0.0020319968461990356 +Info 6192 [11:04:17.341] getExportInfoMap: cache hit +Info 6193 [11:04:17.343] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6194 [11:04:17.343] collectAutoImports: response is complete +Info 6195 [11:04:17.343] collectAutoImports: 1.856323003768921 +Info 6196 [11:04:17.343] getCompletionData: Semantic work: 2.301487997174263 +Info 6197 [11:04:17.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6992250084877014 +Info 6198 [11:04:17.346] Format host information updated +Info 6199 [11:04:19.832] Format host information updated +Info 6200 [11:04:19.840] forEachExternalModuleToImportFrom autoImportProvider: 0.8049429953098297 +Info 6201 [11:04:20.886] Format host information updated +Info 6202 [11:04:20.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6203 [11:04:20.898] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 583 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.52947099506855ms +Info 6204 [11:04:20.898] Different program with same set of files +Info 6205 [11:04:22.743] getCompletionData: Get current token: 0.001739993691444397 +Info 6206 [11:04:22.743] getCompletionData: Is inside comment: 0.004592001438140869 +Info 6207 [11:04:22.743] getCompletionData: Get previous token: 0.00986500084400177 +Info 6208 [11:04:22.744] getCompletionsAtPosition: isCompletionListBlocker: 0.008708998560905457 +Info 6209 [11:04:22.744] getExportInfoMap: cache hit +Info 6210 [11:04:22.748] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 6211 [11:04:22.748] collectAutoImports: response is complete +Info 6212 [11:04:22.748] collectAutoImports: 3.8717910051345825 +Info 6213 [11:04:22.748] getCompletionData: Semantic work: 4.516542002558708 +Info 6214 [11:04:22.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2499239891767502 +Info 6215 [11:04:22.836] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6216 [11:04:22.843] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 6.670985996723175ms +Info 6217 [11:04:22.843] Different program with same set of files +Info 6218 [11:04:22.843] getCompletionData: Get current token: 0.00222700834274292 +Info 6219 [11:04:22.843] getCompletionData: Is inside comment: 0.006769001483917236 +Info 6220 [11:04:22.843] getCompletionData: Get previous token: 0.004822000861167908 +Info 6221 [11:04:22.843] getCompletionsAtPosition: isCompletionListBlocker: 0.0023059993982315063 +Info 6222 [11:04:22.844] getCompletionData: Semantic work: 0.6595190018415451 +Info 6223 [11:04:22.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3520280122756958 +Info 6224 [11:04:22.850] Format host information updated +Info 6225 [11:04:23.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6226 [11:04:23.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 6.048934996128082ms +Info 6227 [11:04:23.125] Different program with same set of files +Info 6228 [11:04:23.125] getCompletionData: Get current token: 0.0015929937362670898 +Info 6229 [11:04:23.125] getCompletionData: Is inside comment: 0.005385994911193848 +Info 6230 [11:04:23.125] getCompletionData: Get previous token: 0.012131989002227783 +Info 6231 [11:04:23.125] getCompletionsAtPosition: isCompletionListBlocker: 0.002489998936653137 +Info 6232 [11:04:23.126] getCompletionData: Semantic work: 0.6405190080404282 +Info 6233 [11:04:23.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7043059915304184 +Info 6234 [11:04:23.128] Format host information updated +Info 6235 [11:04:23.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6236 [11:04:23.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 6.302581995725632ms +Info 6237 [11:04:23.388] Different program with same set of files +Info 6238 [11:04:23.388] getCompletionData: Get current token: 0.0015449970960617065 +Info 6239 [11:04:23.388] getCompletionData: Is inside comment: 0.005291998386383057 +Info 6240 [11:04:23.388] getCompletionData: Get previous token: 0.012033998966217041 +Info 6241 [11:04:23.388] getCompletionsAtPosition: isCompletionListBlocker: 0.00249500572681427 +Info 6242 [11:04:23.389] getCompletionData: Semantic work: 0.6364829987287521 +Info 6243 [11:04:23.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7006119936704636 +Info 6244 [11:04:23.397] Format host information updated +Info 6245 [11:04:23.399] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6246 [11:04:23.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 6.7615209966897964ms +Info 6247 [11:04:23.406] Different program with same set of files +Info 6248 [11:04:23.406] getCompletionData: Get current token: 0.0016330033540725708 +Info 6249 [11:04:23.406] getCompletionData: Is inside comment: 0.0051179975271224976 +Info 6250 [11:04:23.406] getCompletionData: Get previous token: 0.012028992176055908 +Info 6251 [11:04:23.406] getCompletionsAtPosition: isCompletionListBlocker: 0.0023770034313201904 +Info 6252 [11:04:23.406] getCompletionData: Semantic work: 0.48565199971199036 +Info 6253 [11:04:23.408] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.219450995326042 +Info 6254 [11:04:23.409] Format host information updated +Info 6255 [11:04:24.211] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6256 [11:04:24.220] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 9.244364991784096ms +Info 6257 [11:04:24.220] Different program with same set of files +Info 6258 [11:04:24.220] getCompletionData: Get current token: 0.0015529990196228027 +Info 6259 [11:04:24.220] getCompletionData: Is inside comment: 0.005447998642921448 +Info 6260 [11:04:24.220] getCompletionData: Get previous token: 0.012134000658988953 +Info 6261 [11:04:24.220] getCompletionsAtPosition: isCompletionListBlocker: 0.002498999238014221 +Info 6262 [11:04:24.221] getCompletionData: Semantic work: 0.5173479914665222 +Info 6263 [11:04:24.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.231550008058548 +Info 6264 [11:04:24.228] Format host information updated +Info 6265 [11:04:24.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6266 [11:04:24.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 8.052606999874115ms +Info 6267 [11:04:24.322] Different program with same set of files +Info 6268 [11:04:24.322] getCompletionData: Get current token: 0.0019979923963546753 +Info 6269 [11:04:24.322] getCompletionData: Is inside comment: 0.006634995341300964 +Info 6270 [11:04:24.322] getCompletionData: Get previous token: 0.015163004398345947 +Info 6271 [11:04:24.322] getCompletionsAtPosition: isCompletionListBlocker: 0.0028190016746520996 +Info 6272 [11:04:24.323] getCompletionData: Semantic work: 0.595787987112999 +Info 6273 [11:04:24.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7848750054836273 +Info 6274 [11:04:24.325] Format host information updated +Info 6275 [11:04:24.662] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6276 [11:04:24.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 6.673377990722656ms +Info 6277 [11:04:24.669] Different program with same set of files +Info 6278 [11:04:24.669] getCompletionData: Get current token: 0.001699000597000122 +Info 6279 [11:04:24.669] getCompletionData: Is inside comment: 0.00571499764919281 +Info 6280 [11:04:24.669] getCompletionData: Get previous token: 0.013147994875907898 +Info 6281 [11:04:24.669] getCompletionsAtPosition: isCompletionListBlocker: 0.0025370121002197266 +Info 6282 [11:04:24.669] getCompletionData: Semantic work: 0.5429790019989014 +Info 6283 [11:04:24.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.332476004958153 +Info 6284 [11:04:24.681] Format host information updated +Info 6285 [11:04:24.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6286 [11:04:24.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 6.643926993012428ms +Info 6287 [11:04:24.762] Different program with same set of files +Info 6288 [11:04:24.762] getCompletionData: Get current token: 0.0018279999494552612 +Info 6289 [11:04:24.762] getCompletionData: Is inside comment: 0.005934998393058777 +Info 6290 [11:04:24.762] getCompletionData: Get previous token: 0.01346200704574585 +Info 6291 [11:04:24.762] getCompletionsAtPosition: isCompletionListBlocker: 0.002026990056037903 +Info 6292 [11:04:24.763] getCompletionData: Semantic work: 0.5473759919404984 +Info 6293 [11:04:24.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5755880028009415 +Info 6294 [11:04:24.765] Format host information updated +Info 6295 [11:04:24.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6296 [11:04:24.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 6.8345910012722015ms +Info 6297 [11:04:24.851] Different program with same set of files +Info 6298 [11:04:24.852] getCompletionData: Get current token: 0.0020769983530044556 +Info 6299 [11:04:24.852] getCompletionData: Is inside comment: 0.006283000111579895 +Info 6300 [11:04:24.852] getCompletionData: Get previous token: 0.014674991369247437 +Info 6301 [11:04:24.852] getCompletionsAtPosition: isCompletionListBlocker: 0.002348005771636963 +Info 6302 [11:04:24.852] getCompletionData: Semantic work: 0.5794259905815125 +Info 6303 [11:04:24.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.65557099878788 +Info 6304 [11:04:24.858] Format host information updated +Info 6305 [11:04:25.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6306 [11:04:25.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 9.650699004530907ms +Info 6307 [11:04:25.675] Different program with same set of files +Info 6308 [11:04:25.676] getCompletionData: Get current token: 0.002580001950263977 +Info 6309 [11:04:25.676] getCompletionData: Is inside comment: 0.008542001247406006 +Info 6310 [11:04:25.676] getCompletionData: Get previous token: 0.020123004913330078 +Info 6311 [11:04:25.676] getCompletionsAtPosition: isCompletionListBlocker: 0.0028609931468963623 +Info 6312 [11:04:25.676] getCompletionData: Semantic work: 0.7944120019674301 +Info 6313 [11:04:25.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3046910017728806 +Info 6314 [11:04:25.679] Format host information updated +Info 6315 [11:04:25.810] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6316 [11:04:25.817] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 6.506115987896919ms +Info 6317 [11:04:25.817] Different program with same set of files +Info 6318 [11:04:25.817] getCompletionData: Get current token: 0.001766011118888855 +Info 6319 [11:04:25.817] getCompletionData: Is inside comment: 0.005980998277664185 +Info 6320 [11:04:25.817] getCompletionData: Get previous token: 0.013168007135391235 +Info 6321 [11:04:25.817] getCompletionsAtPosition: isCompletionListBlocker: 0.0025379955768585205 +Info 6322 [11:04:25.817] getCompletionData: Semantic work: 0.5913550108671188 +Info 6323 [11:04:25.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.626601994037628 +Info 6324 [11:04:25.824] Format host information updated +Info 6325 [11:04:25.909] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6326 [11:04:25.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 6.584030002355576ms +Info 6327 [11:04:25.916] Different program with same set of files +Info 6328 [11:04:25.916] getCompletionData: Get current token: 0.0019190013408660889 +Info 6329 [11:04:25.916] getCompletionData: Is inside comment: 0.006033003330230713 +Info 6330 [11:04:25.916] getCompletionData: Get previous token: 0.014425992965698242 +Info 6331 [11:04:25.916] getCompletionsAtPosition: isCompletionListBlocker: 0.0025790035724639893 +Info 6332 [11:04:25.917] getCompletionData: Semantic work: 0.5698269903659821 +Info 6333 [11:04:25.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6395629942417145 +Info 6334 [11:04:25.919] Format host information updated +Info 6335 [11:04:26.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6336 [11:04:26.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 11.712335988879204ms +Info 6337 [11:04:26.266] Different program with same set of files +Info 6338 [11:04:26.266] getCompletionData: Get current token: 0.004136994481086731 +Info 6339 [11:04:26.266] getCompletionData: Is inside comment: 0.013356998562812805 +Info 6340 [11:04:26.266] getCompletionData: Get previous token: 0.009929001331329346 +Info 6341 [11:04:26.266] getCompletionsAtPosition: isCompletionListBlocker: 0.003724008798599243 +Info 6342 [11:04:26.267] getCompletionData: Semantic work: 1.0494090020656586 +Info 6343 [11:04:26.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9212379902601242 +Info 6344 [11:04:26.276] Format host information updated +Info 6345 [11:04:26.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6346 [11:04:26.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 6.324668005108833ms +Info 6347 [11:04:26.449] Different program with same set of files +Info 6348 [11:04:26.449] getCompletionData: Get current token: 0.0031539946794509888 +Info 6349 [11:04:26.449] getCompletionData: Is inside comment: 0.005174994468688965 +Info 6350 [11:04:26.449] getCompletionData: Get previous token: 0.011516988277435303 +Info 6351 [11:04:26.449] getCompletionsAtPosition: isCompletionListBlocker: 0.0020959973335266113 +Info 6352 [11:04:26.450] getCompletionData: Semantic work: 0.4699299931526184 +Info 6353 [11:04:26.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2415039986371994 +Info 6354 [11:04:26.451] Format host information updated +Info 6355 [11:04:26.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6356 [11:04:26.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 6.8466309905052185ms +Info 6357 [11:04:26.557] Different program with same set of files +Info 6358 [11:04:26.557] getCompletionData: Get current token: 0.0018939971923828125 +Info 6359 [11:04:26.557] getCompletionData: Is inside comment: 0.006223008036613464 +Info 6360 [11:04:26.557] getCompletionData: Get previous token: 0.01427200436592102 +Info 6361 [11:04:26.557] getCompletionsAtPosition: isCompletionListBlocker: 0.0024299919605255127 +Info 6362 [11:04:26.558] getCompletionData: Semantic work: 0.5886700004339218 +Info 6363 [11:04:26.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6582249999046326 +Info 6364 [11:04:26.564] Format host information updated +Info 6365 [11:04:26.728] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6366 [11:04:26.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 6.27004998922348ms +Info 6367 [11:04:26.734] Different program with same set of files +Info 6368 [11:04:26.734] getCompletionData: Get current token: 0.0018749982118606567 +Info 6369 [11:04:26.734] getCompletionData: Is inside comment: 0.006022006273269653 +Info 6370 [11:04:26.734] getCompletionData: Get previous token: 0.013971999287605286 +Info 6371 [11:04:26.735] getCompletionsAtPosition: isCompletionListBlocker: 0.002352997660636902 +Info 6372 [11:04:26.735] getCompletionData: Semantic work: 0.5311020016670227 +Info 6373 [11:04:26.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.477282002568245 +Info 6374 [11:04:26.737] Format host information updated +Info 6375 [11:04:27.882] Format host information updated +Info 6376 [11:04:27.882] Format host information updated +Info 6377 [11:04:27.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6378 [11:04:27.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 6.295184001326561ms +Info 6379 [11:04:27.889] Different program with same set of files +Info 6380 [11:04:27.889] getCompletionData: Get current token: 0.0016789883375167847 +Info 6381 [11:04:27.889] getCompletionData: Is inside comment: 0.0058159977197647095 +Info 6382 [11:04:27.889] getCompletionData: Get previous token: 0.004681006073951721 +Info 6383 [11:04:27.889] getCompletionsAtPosition: isCompletionListBlocker: 0.002740010619163513 +Info 6384 [11:04:27.890] getExportInfoMap: cache hit +Info 6385 [11:04:27.904] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6386 [11:04:27.904] collectAutoImports: response is complete +Info 6387 [11:04:27.904] collectAutoImports: 14.429903998970985 +Info 6388 [11:04:27.904] getCompletionData: Semantic work: 14.930603995919228 +Info 6389 [11:04:27.908] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0896629989147186 +Info 6390 [11:04:27.914] getCompletionData: Get current token: 0.016211003065109253 +Info 6391 [11:04:27.914] getCompletionData: Is inside comment: 0.0050109922885894775 +Info 6392 [11:04:27.914] getCompletionData: Get previous token: 0.032133013010025024 +Info 6393 [11:04:27.914] getCompletionsAtPosition: isCompletionListBlocker: 0.0026459991931915283 +Info 6394 [11:04:27.914] getCompletionData: Semantic work: 0.45629799365997314 +Info 6395 [11:04:27.918] getCompletionData: Get current token: 0.008731991052627563 +Info 6396 [11:04:27.918] getCompletionData: Is inside comment: 0.002115994691848755 +Info 6397 [11:04:27.918] getCompletionData: Get previous token: 0.015302002429962158 +Info 6398 [11:04:27.918] getCompletionsAtPosition: isCompletionListBlocker: 0.0022739917039871216 +Info 6399 [11:04:27.918] getCompletionData: Semantic work: 0.30037300288677216 +Info 6400 [11:04:27.919] Format host information updated +Info 6401 [11:04:27.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6402 [11:04:27.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 7.7905289977788925ms +Info 6403 [11:04:27.949] Different program with same set of files +Info 6404 [11:04:27.949] getCompletionData: Get current token: 0.001883000135421753 +Info 6405 [11:04:27.949] getCompletionData: Is inside comment: 0.00574900209903717 +Info 6406 [11:04:27.949] getCompletionData: Get previous token: 0.004129007458686829 +Info 6407 [11:04:27.949] getCompletionsAtPosition: isCompletionListBlocker: 0.007232010364532471 +Info 6408 [11:04:27.950] getExportInfoMap: cache hit +Info 6409 [11:04:27.960] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6410 [11:04:27.960] collectAutoImports: response is complete +Info 6411 [11:04:27.960] collectAutoImports: 10.091699987649918 +Info 6412 [11:04:27.960] getCompletionData: Semantic work: 10.574404001235962 +Info 6413 [11:04:27.963] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.896574005484581 +Info 6414 [11:04:27.968] Format host information updated +Info 6415 [11:04:28.225] getCompletionData: Get current token: 0.005879998207092285 +Info 6416 [11:04:28.225] getCompletionData: Is inside comment: 0.0012409985065460205 +Info 6417 [11:04:28.225] getCompletionData: Get previous token: 0.012512996792793274 +Info 6418 [11:04:28.226] getCompletionsAtPosition: isCompletionListBlocker: 0.0027530044317245483 +Info 6419 [11:04:28.226] getExportInfoMap: cache hit +Info 6420 [11:04:28.238] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6421 [11:04:28.238] collectAutoImports: response is complete +Info 6422 [11:04:28.238] collectAutoImports: 11.634893000125885 +Info 6423 [11:04:28.238] getCompletionData: Semantic work: 12.084632992744446 +Info 6424 [11:04:28.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.57540600001812 +Info 6425 [11:04:28.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6426 [11:04:28.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 7.360175997018814ms +Info 6427 [11:04:28.347] Different program with same set of files +Info 6428 [11:04:28.347] getCompletionData: Get current token: 0.006439998745918274 +Info 6429 [11:04:28.347] getCompletionData: Is inside comment: 0.001162007451057434 +Info 6430 [11:04:28.347] getCompletionData: Get previous token: 0.015692993998527527 +Info 6431 [11:04:28.347] getCompletionsAtPosition: isCompletionListBlocker: 0.0032319873571395874 +Info 6432 [11:04:28.348] getExportInfoMap: cache hit +Info 6433 [11:04:28.351] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 92 from cache +Info 6434 [11:04:28.351] collectAutoImports: response is complete +Info 6435 [11:04:28.351] collectAutoImports: 3.1569979935884476 +Info 6436 [11:04:28.351] getCompletionData: Semantic work: 3.7345759868621826 +Info 6437 [11:04:28.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.321810007095337 +Info 6438 [11:04:28.354] Format host information updated +Info 6439 [11:04:33.022] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6440 [11:04:33.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 6.725555002689362ms +Info 6441 [11:04:33.029] Different program with same set of files +Info 6442 [11:04:33.029] getCompletionData: Get current token: 0.0045769959688186646 +Info 6443 [11:04:33.029] getCompletionData: Is inside comment: 0.0059009939432144165 +Info 6444 [11:04:33.029] getCompletionData: Get previous token: 0.0058829933404922485 +Info 6445 [11:04:33.029] getCompletionsAtPosition: isCompletionListBlocker: 0.0013310015201568604 +Info 6446 [11:04:33.029] Returning an empty list because completion was requested in an invalid position. +Info 6447 [11:04:33.033] Format host information updated +Info 6448 [11:04:33.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6449 [11:04:33.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 6.807879999279976ms +Info 6450 [11:04:33.205] Different program with same set of files +Info 6451 [11:04:33.205] getCompletionData: Get current token: 0.0034639984369277954 +Info 6452 [11:04:33.205] getCompletionData: Is inside comment: 0.00805799663066864 +Info 6453 [11:04:33.205] getCompletionData: Get previous token: 0.007787004113197327 +Info 6454 [11:04:33.205] getCompletionsAtPosition: isCompletionListBlocker: 0.0015279948711395264 +Info 6455 [11:04:33.205] Returning an empty list because completion was requested in an invalid position. +Info 6456 [11:04:33.205] Format host information updated +Info 6457 [11:04:33.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6458 [11:04:33.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 6.776466012001038ms +Info 6459 [11:04:33.490] Different program with same set of files +Info 6460 [11:04:33.490] getCompletionData: Get current token: 0.003117009997367859 +Info 6461 [11:04:33.490] getCompletionData: Is inside comment: 0.00631299614906311 +Info 6462 [11:04:33.490] getCompletionData: Get previous token: 0.006088003516197205 +Info 6463 [11:04:33.490] getCompletionsAtPosition: isCompletionListBlocker: 0.0015799999237060547 +Info 6464 [11:04:33.490] Returning an empty list because completion was requested in an invalid position. +Info 6465 [11:04:33.494] Format host information updated +Info 6466 [11:04:33.547] Format host information updated +Info 6467 [11:04:33.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6468 [11:04:33.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 8.394584000110626ms +Info 6469 [11:04:33.556] Different program with same set of files +Info 6470 [11:04:33.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6471 [11:04:33.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 24.86751300096512ms +Info 6472 [11:04:33.674] Different program with same set of files +Info 6473 [11:04:33.674] getCompletionData: Get current token: 0.01614999771118164 +Info 6474 [11:04:33.674] getCompletionData: Is inside comment: 0.031231999397277832 +Info 6475 [11:04:33.675] getCompletionData: Get previous token: 0.03148399293422699 +Info 6476 [11:04:33.675] getCompletionsAtPosition: isCompletionListBlocker: 0.00587800145149231 +Info 6477 [11:04:33.675] Returning an empty list because completion was requested in an invalid position. +Info 6478 [11:04:33.684] Format host information updated +Info 6479 [11:04:33.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6480 [11:04:33.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 9.855737999081612ms +Info 6481 [11:04:33.964] Different program with same set of files +Info 6482 [11:04:33.964] getCompletionData: Get current token: 0.0030879974365234375 +Info 6483 [11:04:33.964] getCompletionData: Is inside comment: 0.005657002329826355 +Info 6484 [11:04:33.964] getCompletionData: Get previous token: 0.005858004093170166 +Info 6485 [11:04:33.964] getCompletionsAtPosition: isCompletionListBlocker: 0.0014639943838119507 +Info 6486 [11:04:33.964] Returning an empty list because completion was requested in an invalid position. +Info 6487 [11:04:33.965] Format host information updated +Info 6488 [11:04:33.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6489 [11:04:34.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 5.9885890036821365ms +Info 6490 [11:04:34.000] Different program with same set of files +Info 6491 [11:04:34.000] getCompletionData: Get current token: 0.003165006637573242 +Info 6492 [11:04:34.000] getCompletionData: Is inside comment: 0.0063299983739852905 +Info 6493 [11:04:34.000] getCompletionData: Get previous token: 0.006358996033668518 +Info 6494 [11:04:34.000] getCompletionsAtPosition: isCompletionListBlocker: 0.0015130043029785156 +Info 6495 [11:04:34.000] Returning an empty list because completion was requested in an invalid position. +Info 6496 [11:04:34.004] Format host information updated +Info 6497 [11:04:34.720] Format host information updated +Info 6498 [11:04:34.721] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6499 [11:04:34.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 6.317772001028061ms +Info 6500 [11:04:34.727] Different program with same set of files +Info 6501 [11:04:34.869] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6502 [11:04:34.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 6.377555012702942ms +Info 6503 [11:04:34.875] Different program with same set of files +Info 6504 [11:04:34.876] getCompletionData: Get current token: 0.003867998719215393 +Info 6505 [11:04:34.876] getCompletionData: Is inside comment: 0.007628992199897766 +Info 6506 [11:04:34.876] getCompletionData: Get previous token: 0.004586994647979736 +Info 6507 [11:04:34.876] getCompletionsAtPosition: isCompletionListBlocker: 0.007741987705230713 +Info 6508 [11:04:34.876] getExportInfoMap: cache hit +Info 6509 [11:04:34.892] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6510 [11:04:34.892] collectAutoImports: response is complete +Info 6511 [11:04:34.892] collectAutoImports: 15.908523991703987 +Info 6512 [11:04:34.892] getCompletionData: Semantic work: 16.389476001262665 +Info 6513 [11:04:34.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.464111000299454 +Info 6514 [11:04:34.900] Format host information updated +Info 6515 [11:04:34.985] Format host information updated +Info 6516 [11:04:34.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6517 [11:04:35.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 32.485188007354736ms +Info 6518 [11:04:35.019] Different program with same set of files +Info 6519 [11:04:35.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6520 [11:04:35.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 6.512472003698349ms +Info 6521 [11:04:35.270] Different program with same set of files +Info 6522 [11:04:35.270] getCompletionData: Get current token: 0.003068000078201294 +Info 6523 [11:04:35.270] getCompletionData: Is inside comment: 0.005837991833686829 +Info 6524 [11:04:35.270] getCompletionData: Get previous token: 0.020714998245239258 +Info 6525 [11:04:35.270] getCompletionsAtPosition: isCompletionListBlocker: 0.007003992795944214 +Info 6526 [11:04:35.271] getExportInfoMap: cache hit +Info 6527 [11:04:35.274] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 6528 [11:04:35.274] collectAutoImports: response is complete +Info 6529 [11:04:35.274] collectAutoImports: 3.6991239935159683 +Info 6530 [11:04:35.274] getCompletionData: Semantic work: 4.24354000389576 +Info 6531 [11:04:35.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3351520001888275 +Info 6532 [11:04:35.280] Format host information updated +Info 6533 [11:04:35.367] Format host information updated +Info 6534 [11:04:35.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6535 [11:04:35.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 19.044960007071495ms +Info 6536 [11:04:35.387] Different program with same set of files +Info 6537 [11:04:35.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6538 [11:04:35.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 6.480121001601219ms +Info 6539 [11:04:35.504] Different program with same set of files +Info 6540 [11:04:35.504] getCompletionData: Get current token: 0.004024997353553772 +Info 6541 [11:04:35.504] getCompletionData: Is inside comment: 0.008949995040893555 +Info 6542 [11:04:35.504] getCompletionData: Get previous token: 0.005013003945350647 +Info 6543 [11:04:35.504] getCompletionsAtPosition: isCompletionListBlocker: 0.008024007081985474 +Info 6544 [11:04:35.505] getExportInfoMap: cache hit +Info 6545 [11:04:35.518] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6546 [11:04:35.518] collectAutoImports: response is complete +Info 6547 [11:04:35.518] collectAutoImports: 13.691931009292603 +Info 6548 [11:04:35.518] getCompletionData: Semantic work: 14.241316005587578 +Info 6549 [11:04:35.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3424669951200485 +Info 6550 [11:04:35.525] Format host information updated +Info 6551 [11:04:35.800] Format host information updated +Info 6552 [11:04:35.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6553 [11:04:35.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 8.465743005275726ms +Info 6554 [11:04:35.809] Different program with same set of files +Info 6555 [11:04:36.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6556 [11:04:36.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 6.271352991461754ms +Info 6557 [11:04:36.403] Different program with same set of files +Info 6558 [11:04:36.403] getCompletionData: Get current token: 0.004690989851951599 +Info 6559 [11:04:36.403] getCompletionData: Is inside comment: 0.007195994257926941 +Info 6560 [11:04:36.403] getCompletionData: Get previous token: 0.008604004979133606 +Info 6561 [11:04:36.403] getCompletionsAtPosition: isCompletionListBlocker: 0.00801798701286316 +Info 6562 [11:04:36.403] getExportInfoMap: cache hit +Info 6563 [11:04:36.409] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 107 from cache +Info 6564 [11:04:36.409] collectAutoImports: response is complete +Info 6565 [11:04:36.409] collectAutoImports: 5.094071000814438 +Info 6566 [11:04:36.409] getCompletionData: Semantic work: 5.653817996382713 +Info 6567 [11:04:36.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4813949912786484 +Info 6568 [11:04:36.415] Format host information updated +Info 6569 [11:04:36.674] Format host information updated +Info 6570 [11:04:36.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6571 [11:04:36.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 5.929950997233391ms +Info 6572 [11:04:36.680] Different program with same set of files +Info 6573 [11:04:36.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6574 [11:04:36.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 5.7626360058784485ms +Info 6575 [11:04:36.920] Different program with same set of files +Info 6576 [11:04:36.920] getCompletionData: Get current token: 0.002847999334335327 +Info 6577 [11:04:36.920] getCompletionData: Is inside comment: 0.0058110058307647705 +Info 6578 [11:04:36.920] getCompletionData: Get previous token: 0.00789700448513031 +Info 6579 [11:04:36.920] getCompletionsAtPosition: isCompletionListBlocker: 0.007218003273010254 +Info 6580 [11:04:36.921] getExportInfoMap: cache hit +Info 6581 [11:04:36.929] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 6582 [11:04:36.929] collectAutoImports: response is complete +Info 6583 [11:04:36.929] collectAutoImports: 8.219860002398491 +Info 6584 [11:04:36.929] getCompletionData: Semantic work: 8.70192600786686 +Info 6585 [11:04:36.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6408150047063828 +Info 6586 [11:04:36.932] Format host information updated +Info 6587 [11:04:37.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6588 [11:04:37.161] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 5.855427995324135ms +Info 6589 [11:04:37.161] Different program with same set of files +Info 6590 [11:04:37.161] getCompletionData: Get current token: 0.0033600032329559326 +Info 6591 [11:04:37.161] getCompletionData: Is inside comment: 0.007143989205360413 +Info 6592 [11:04:37.161] getCompletionData: Get previous token: 0.00418400764465332 +Info 6593 [11:04:37.161] getCompletionsAtPosition: isCompletionListBlocker: 0.0019930005073547363 +Info 6594 [11:04:37.162] getCompletionData: Semantic work: 0.5080450028181076 +Info 6595 [11:04:37.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8270900100469589 +Info 6596 [11:04:37.163] Format host information updated +Info 6597 [11:04:37.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6598 [11:04:37.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 10.464137002825737ms +Info 6599 [11:04:37.270] Different program with same set of files +Info 6600 [11:04:37.270] getCompletionData: Get current token: 0.0038619935512542725 +Info 6601 [11:04:37.270] getCompletionData: Is inside comment: 0.007333993911743164 +Info 6602 [11:04:37.270] getCompletionData: Get previous token: 0.010434001684188843 +Info 6603 [11:04:37.270] getCompletionsAtPosition: isCompletionListBlocker: 0.002351999282836914 +Info 6604 [11:04:37.271] getCompletionData: Semantic work: 0.5457199960947037 +Info 6605 [11:04:37.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.509433001279831 +Info 6606 [11:04:37.273] Format host information updated +Info 6607 [11:04:37.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6608 [11:04:37.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 6.326555997133255ms +Info 6609 [11:04:37.344] Different program with same set of files +Info 6610 [11:04:37.344] getCompletionData: Get current token: 0.0034310072660446167 +Info 6611 [11:04:37.344] getCompletionData: Is inside comment: 0.007392004132270813 +Info 6612 [11:04:37.344] getCompletionData: Get previous token: 0.010297000408172607 +Info 6613 [11:04:37.344] getCompletionsAtPosition: isCompletionListBlocker: 0.0025410056114196777 +Info 6614 [11:04:37.345] getCompletionData: Semantic work: 0.5145310014486313 +Info 6615 [11:04:37.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4330879896879196 +Info 6616 [11:04:37.347] Format host information updated +Info 6617 [11:04:37.405] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6618 [11:04:37.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 6.422428011894226ms +Info 6619 [11:04:37.412] Different program with same set of files +Info 6620 [11:04:37.412] getCompletionData: Get current token: 0.0037499964237213135 +Info 6621 [11:04:37.412] getCompletionData: Is inside comment: 0.007600992918014526 +Info 6622 [11:04:37.412] getCompletionData: Get previous token: 0.010878011584281921 +Info 6623 [11:04:37.412] getCompletionsAtPosition: isCompletionListBlocker: 0.002602994441986084 +Info 6624 [11:04:37.412] getCompletionData: Semantic work: 0.5022419989109039 +Info 6625 [11:04:37.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.923647999763489 +Info 6626 [11:04:37.418] Format host information updated +Info 6627 [11:04:38.570] Format host information updated +Info 6628 [11:04:38.570] Format host information updated +Info 6629 [11:04:38.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6630 [11:04:38.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 6.290943995118141ms +Info 6631 [11:04:38.577] Different program with same set of files +Info 6632 [11:04:38.577] getCompletionData: Get current token: 0.0029939860105514526 +Info 6633 [11:04:38.577] getCompletionData: Is inside comment: 0.007033005356788635 +Info 6634 [11:04:38.577] getCompletionData: Get previous token: 0.004186004400253296 +Info 6635 [11:04:38.577] getCompletionsAtPosition: isCompletionListBlocker: 0.003134995698928833 +Info 6636 [11:04:38.577] getExportInfoMap: cache hit +Info 6637 [11:04:38.591] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6638 [11:04:38.591] collectAutoImports: response is complete +Info 6639 [11:04:38.591] collectAutoImports: 13.767802998423576 +Info 6640 [11:04:38.591] getCompletionData: Semantic work: 14.220220997929573 +Info 6641 [11:04:38.595] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.567749008536339 +Info 6642 [11:04:38.598] getCompletionData: Get current token: 0.012933000922203064 +Info 6643 [11:04:38.598] getCompletionData: Is inside comment: 0.003358989953994751 +Info 6644 [11:04:38.598] getCompletionData: Get previous token: 0.012206003069877625 +Info 6645 [11:04:38.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0021219998598098755 +Info 6646 [11:04:38.599] getCompletionData: Semantic work: 0.24425899982452393 +Info 6647 [11:04:38.602] getCompletionData: Get current token: 0.010137006640434265 +Info 6648 [11:04:38.602] getCompletionData: Is inside comment: 0.0022960007190704346 +Info 6649 [11:04:38.602] getCompletionData: Get previous token: 0.012753009796142578 +Info 6650 [11:04:38.602] getCompletionsAtPosition: isCompletionListBlocker: 0.0017400085926055908 +Info 6651 [11:04:38.602] getCompletionData: Semantic work: 0.12337298691272736 +Info 6652 [11:04:38.603] Format host information updated +Info 6653 [11:04:38.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6654 [11:04:38.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 6.1550759971141815ms +Info 6655 [11:04:38.870] Different program with same set of files +Info 6656 [11:04:38.870] getCompletionData: Get current token: 0.0029970109462738037 +Info 6657 [11:04:38.870] getCompletionData: Is inside comment: 0.0062499940395355225 +Info 6658 [11:04:38.870] getCompletionData: Get previous token: 0.008309006690979004 +Info 6659 [11:04:38.870] getCompletionsAtPosition: isCompletionListBlocker: 0.0026230067014694214 +Info 6660 [11:04:38.871] getExportInfoMap: cache hit +Info 6661 [11:04:38.874] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 140 from cache +Info 6662 [11:04:38.874] collectAutoImports: response is complete +Info 6663 [11:04:38.874] collectAutoImports: 3.6350789964199066 +Info 6664 [11:04:38.874] getCompletionData: Semantic work: 4.098833993077278 +Info 6665 [11:04:38.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2374639958143234 +Info 6666 [11:04:38.881] Format host information updated +Info 6667 [11:04:38.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6668 [11:04:38.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 11.868595004081726ms +Info 6669 [11:04:38.966] Different program with same set of files +Info 6670 [11:04:38.966] getCompletionData: Get current token: 0.006337001919746399 +Info 6671 [11:04:38.966] getCompletionData: Is inside comment: 0.014240995049476624 +Info 6672 [11:04:38.966] getCompletionData: Get previous token: 0.017841994762420654 +Info 6673 [11:04:38.966] getCompletionsAtPosition: isCompletionListBlocker: 0.004637002944946289 +Info 6674 [11:04:38.967] getExportInfoMap: cache hit +Info 6675 [11:04:38.974] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 93 from cache +Info 6676 [11:04:38.974] collectAutoImports: response is complete +Info 6677 [11:04:38.974] collectAutoImports: 6.20040999352932 +Info 6678 [11:04:38.974] getCompletionData: Semantic work: 7.101018011569977 +Info 6679 [11:04:38.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.127370998263359 +Info 6680 [11:04:38.978] Format host information updated +Info 6681 [11:04:39.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6682 [11:04:39.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 6.762722000479698ms +Info 6683 [11:04:39.040] Different program with same set of files +Info 6684 [11:04:39.040] getCompletionData: Get current token: 0.002978011965751648 +Info 6685 [11:04:39.040] getCompletionData: Is inside comment: 0.0068669915199279785 +Info 6686 [11:04:39.040] getCompletionData: Get previous token: 0.009258002042770386 +Info 6687 [11:04:39.040] getCompletionsAtPosition: isCompletionListBlocker: 0.0029049962759017944 +Info 6688 [11:04:39.041] getExportInfoMap: cache hit +Info 6689 [11:04:39.046] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 6690 [11:04:39.046] collectAutoImports: response is complete +Info 6691 [11:04:39.046] collectAutoImports: 5.450511991977692 +Info 6692 [11:04:39.046] getCompletionData: Semantic work: 5.9591429978609085 +Info 6693 [11:04:39.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9617729932069778 +Info 6694 [11:04:39.048] Format host information updated +Info 6695 [11:04:39.133] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6696 [11:04:39.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 6.253407001495361ms +Info 6697 [11:04:39.139] Different program with same set of files +Info 6698 [11:04:39.139] getCompletionData: Get current token: 0.003085002303123474 +Info 6699 [11:04:39.139] getCompletionData: Is inside comment: 0.006463006138801575 +Info 6700 [11:04:39.139] getCompletionData: Get previous token: 0.008877992630004883 +Info 6701 [11:04:39.139] getCompletionsAtPosition: isCompletionListBlocker: 0.0026720017194747925 +Info 6702 [11:04:39.140] getExportInfoMap: cache hit +Info 6703 [11:04:39.152] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6704 [11:04:39.152] collectAutoImports: response is complete +Info 6705 [11:04:39.152] collectAutoImports: 12.524695008993149 +Info 6706 [11:04:39.152] getCompletionData: Semantic work: 12.99592699110508 +Info 6707 [11:04:39.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3908950090408325 +Info 6708 [11:04:39.159] Format host information updated +Info 6709 [11:04:39.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6710 [11:04:39.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 8.629628002643585ms +Info 6711 [11:04:39.310] Different program with same set of files +Info 6712 [11:04:39.310] getCompletionData: Get current token: 0.004459992051124573 +Info 6713 [11:04:39.310] getCompletionData: Is inside comment: 0.009032011032104492 +Info 6714 [11:04:39.310] getCompletionData: Get previous token: 0.005410999059677124 +Info 6715 [11:04:39.310] getCompletionsAtPosition: isCompletionListBlocker: 0.008837997913360596 +Info 6716 [11:04:39.310] getExportInfoMap: cache hit +Info 6717 [11:04:39.324] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6718 [11:04:39.324] collectAutoImports: response is complete +Info 6719 [11:04:39.324] collectAutoImports: 13.98345398902893 +Info 6720 [11:04:39.324] getCompletionData: Semantic work: 14.589891001582146 +Info 6721 [11:04:39.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0364740043878555 +Info 6722 [11:04:39.332] Format host information updated +Info 6723 [11:04:43.619] Format host information updated +Info 6724 [11:04:43.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6725 [11:04:43.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 6.5007399916648865ms +Info 6726 [11:04:43.626] Different program with same set of files +Info 6727 [11:04:44.070] Format host information updated +Info 6728 [11:04:44.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6729 [11:04:44.082] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 12.014713004231453ms +Info 6730 [11:04:44.082] Different program with same set of files +Info 6731 [11:04:44.444] getCompletionData: Get current token: 0.006946995854377747 +Info 6732 [11:04:44.444] getCompletionData: Is inside comment: 0.013957008719444275 +Info 6733 [11:04:44.444] getCompletionData: Get previous token: 0.008964002132415771 +Info 6734 [11:04:44.444] getCompletionsAtPosition: isCompletionListBlocker: 0.014087006449699402 +Info 6735 [11:04:44.445] getExportInfoMap: cache hit +Info 6736 [11:04:44.472] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6737 [11:04:44.472] collectAutoImports: response is complete +Info 6738 [11:04:44.472] collectAutoImports: 26.64250199496746 +Info 6739 [11:04:44.472] getCompletionData: Semantic work: 27.591054007411003 +Info 6740 [11:04:44.478] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.843017011880875 +Info 6741 [11:04:45.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6742 [11:04:45.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 6.721602991223335ms +Info 6743 [11:04:45.174] Different program with same set of files +Info 6744 [11:04:45.174] getCompletionData: Get current token: 0.006280004978179932 +Info 6745 [11:04:45.174] getCompletionData: Is inside comment: 0.0012899935245513916 +Info 6746 [11:04:45.174] getCompletionData: Get previous token: 0.014113008975982666 +Info 6747 [11:04:45.174] getCompletionsAtPosition: isCompletionListBlocker: 0.0031200051307678223 +Info 6748 [11:04:45.175] getExportInfoMap: cache hit +Info 6749 [11:04:45.189] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6750 [11:04:45.189] collectAutoImports: response is complete +Info 6751 [11:04:45.189] collectAutoImports: 14.377506002783775 +Info 6752 [11:04:45.189] getCompletionData: Semantic work: 14.919791013002396 +Info 6753 [11:04:45.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1104400008916855 +Info 6754 [11:04:45.197] Format host information updated +Info 6755 [11:04:45.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6756 [11:04:45.369] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 6.324351996183395ms +Info 6757 [11:04:45.369] Different program with same set of files +Info 6758 [11:04:45.369] getCompletionData: Get current token: 0.005080997943878174 +Info 6759 [11:04:45.369] getCompletionData: Is inside comment: 0.0010630041360855103 +Info 6760 [11:04:45.369] getCompletionData: Get previous token: 0.012883007526397705 +Info 6761 [11:04:45.369] getCompletionsAtPosition: isCompletionListBlocker: 0.0027659982442855835 +Info 6762 [11:04:45.370] getExportInfoMap: cache hit +Info 6763 [11:04:45.373] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 6764 [11:04:45.373] collectAutoImports: response is complete +Info 6765 [11:04:45.373] collectAutoImports: 3.370278999209404 +Info 6766 [11:04:45.373] getCompletionData: Semantic work: 3.879498988389969 +Info 6767 [11:04:45.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5979430079460144 +Info 6768 [11:04:45.376] Format host information updated +Info 6769 [11:04:45.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6770 [11:04:45.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 9.375670999288559ms +Info 6771 [11:04:45.475] Different program with same set of files +Info 6772 [11:04:45.475] getCompletionData: Get current token: 0.005512997508049011 +Info 6773 [11:04:45.475] getCompletionData: Is inside comment: 0.0011830031871795654 +Info 6774 [11:04:45.475] getCompletionData: Get previous token: 0.012939006090164185 +Info 6775 [11:04:45.475] getCompletionsAtPosition: isCompletionListBlocker: 0.003635004162788391 +Info 6776 [11:04:45.476] getExportInfoMap: cache hit +Info 6777 [11:04:45.479] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 46 from cache +Info 6778 [11:04:45.479] collectAutoImports: response is complete +Info 6779 [11:04:45.479] collectAutoImports: 2.8781740069389343 +Info 6780 [11:04:45.479] getCompletionData: Semantic work: 3.40132500231266 +Info 6781 [11:04:45.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0572720021009445 +Info 6782 [11:04:45.481] Format host information updated +Info 6783 [11:04:45.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6784 [11:04:45.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 24.18648700416088ms +Info 6785 [11:04:45.617] Different program with same set of files +Info 6786 [11:04:45.617] getCompletionData: Get current token: 0.01517900824546814 +Info 6787 [11:04:45.617] getCompletionData: Is inside comment: 0.003904998302459717 +Info 6788 [11:04:45.617] getCompletionData: Get previous token: 0.04104599356651306 +Info 6789 [11:04:45.617] getCompletionsAtPosition: isCompletionListBlocker: 0.007697001099586487 +Info 6790 [11:04:45.619] getExportInfoMap: cache hit +Info 6791 [11:04:45.624] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 6792 [11:04:45.624] collectAutoImports: response is complete +Info 6793 [11:04:45.624] collectAutoImports: 4.922765001654625 +Info 6794 [11:04:45.624] getCompletionData: Semantic work: 6.354046002030373 +Info 6795 [11:04:45.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.161949008703232 +Info 6796 [11:04:45.628] Format host information updated +Info 6797 [11:04:45.658] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6798 [11:04:45.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 13.414793014526367ms +Info 6799 [11:04:45.672] Different program with same set of files +Info 6800 [11:04:45.672] getCompletionData: Get current token: 0.008762001991271973 +Info 6801 [11:04:45.672] getCompletionData: Is inside comment: 0.0019060075283050537 +Info 6802 [11:04:45.672] getCompletionData: Get previous token: 0.019992008805274963 +Info 6803 [11:04:45.672] getCompletionsAtPosition: isCompletionListBlocker: 0.004343003034591675 +Info 6804 [11:04:45.673] getExportInfoMap: cache hit +Info 6805 [11:04:45.676] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6806 [11:04:45.676] collectAutoImports: response is complete +Info 6807 [11:04:45.676] collectAutoImports: 2.801477998495102 +Info 6808 [11:04:45.676] getCompletionData: Semantic work: 3.5782940089702606 +Info 6809 [11:04:45.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4337940067052841 +Info 6810 [11:04:45.679] Format host information updated +Info 6811 [11:04:45.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6812 [11:04:45.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 22.974176988005638ms +Info 6813 [11:04:45.780] Different program with same set of files +Info 6814 [11:04:45.781] getCompletionData: Get current token: 0.021589994430541992 +Info 6815 [11:04:45.781] getCompletionData: Is inside comment: 0.004284992814064026 +Info 6816 [11:04:45.781] getCompletionData: Get previous token: 0.040007010102272034 +Info 6817 [11:04:45.781] getCompletionsAtPosition: isCompletionListBlocker: 0.006967991590499878 +Info 6818 [11:04:45.782] getExportInfoMap: cache hit +Info 6819 [11:04:45.804] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6820 [11:04:45.804] collectAutoImports: response is complete +Info 6821 [11:04:45.804] collectAutoImports: 21.569180995225906 +Info 6822 [11:04:45.804] getCompletionData: Semantic work: 22.892944008111954 +Info 6823 [11:04:45.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.212279990315437 +Info 6824 [11:04:45.812] Format host information updated +Info 6825 [11:04:47.095] getCompletionData: Get current token: 0.00328199565410614 +Info 6826 [11:04:47.095] getCompletionData: Is inside comment: 0.0060350000858306885 +Info 6827 [11:04:47.096] getCompletionData: Get previous token: 0.007343009114265442 +Info 6828 [11:04:47.096] getCompletionsAtPosition: isCompletionListBlocker: 0.010545998811721802 +Info 6829 [11:04:47.096] getExportInfoMap: cache hit +Info 6830 [11:04:47.099] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 6831 [11:04:47.099] collectAutoImports: response is complete +Info 6832 [11:04:47.099] collectAutoImports: 3.359172999858856 +Info 6833 [11:04:47.099] getCompletionData: Semantic work: 3.938853994011879 +Info 6834 [11:04:47.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2202589958906174 +Info 6835 [11:04:47.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6836 [11:04:47.678] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 9.728725001215935ms +Info 6837 [11:04:47.678] Different program with same set of files +Info 6838 [11:04:47.678] getCompletionData: Get current token: 0.006184011697769165 +Info 6839 [11:04:47.678] getCompletionData: Is inside comment: 0.014858007431030273 +Info 6840 [11:04:47.678] getCompletionData: Get previous token: 0.008220002055168152 +Info 6841 [11:04:47.678] getCompletionsAtPosition: isCompletionListBlocker: 0.003151997923851013 +Info 6842 [11:04:47.679] getCompletionData: Semantic work: 0.7701869904994965 +Info 6843 [11:04:47.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.753716990351677 +Info 6844 [11:04:47.687] Format host information updated +Info 6845 [11:04:48.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6846 [11:04:48.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 6.353707998991013ms +Info 6847 [11:04:48.092] Different program with same set of files +Info 6848 [11:04:48.092] getCompletionData: Get current token: 0.003032997250556946 +Info 6849 [11:04:48.092] getCompletionData: Is inside comment: 0.006434991955757141 +Info 6850 [11:04:48.092] getCompletionData: Get previous token: 0.008349001407623291 +Info 6851 [11:04:48.092] getCompletionsAtPosition: isCompletionListBlocker: 0.0023469924926757812 +Info 6852 [11:04:48.092] getCompletionData: Semantic work: 0.437050998210907 +Info 6853 [11:04:48.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1987729966640472 +Info 6854 [11:04:48.094] Format host information updated +Info 6855 [11:04:48.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6856 [11:04:48.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 6.765175998210907ms +Info 6857 [11:04:48.251] Different program with same set of files +Info 6858 [11:04:48.252] getCompletionData: Get current token: 0.003987997770309448 +Info 6859 [11:04:48.252] getCompletionData: Is inside comment: 0.00833199918270111 +Info 6860 [11:04:48.252] getCompletionData: Get previous token: 0.010972008109092712 +Info 6861 [11:04:48.252] getCompletionsAtPosition: isCompletionListBlocker: 0.0026440024375915527 +Info 6862 [11:04:48.252] getCompletionData: Semantic work: 0.5103510022163391 +Info 6863 [11:04:48.258] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.823682010173798 +Info 6864 [11:04:48.258] Format host information updated +Info 6865 [11:04:48.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6866 [11:04:48.340] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 24.129780992865562ms +Info 6867 [11:04:48.340] Different program with same set of files +Info 6868 [11:04:48.340] getCompletionData: Get current token: 0.01596999168395996 +Info 6869 [11:04:48.341] getCompletionData: Is inside comment: 0.03357000648975372 +Info 6870 [11:04:48.341] getCompletionData: Get previous token: 0.043411001563072205 +Info 6871 [11:04:48.341] getCompletionsAtPosition: isCompletionListBlocker: 0.007204994559288025 +Info 6872 [11:04:48.342] getCompletionData: Semantic work: 1.7579990029335022 +Info 6873 [11:04:48.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.259552001953125 +Info 6874 [11:04:48.348] Format host information updated +Info 6875 [11:04:48.756] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6876 [11:04:48.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 6.561973005533218ms +Info 6877 [11:04:48.763] Different program with same set of files +Info 6878 [11:04:48.763] getCompletionData: Get current token: 0.0035170018672943115 +Info 6879 [11:04:48.763] getCompletionData: Is inside comment: 0.007401004433631897 +Info 6880 [11:04:48.763] getCompletionData: Get previous token: 0.009372994303703308 +Info 6881 [11:04:48.763] getCompletionsAtPosition: isCompletionListBlocker: 0.0023420006036758423 +Info 6882 [11:04:48.764] getCompletionData: Semantic work: 0.4808569997549057 +Info 6883 [11:04:48.765] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4240749925374985 +Info 6884 [11:04:48.770] Format host information updated +Info 6885 [11:04:48.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6886 [11:04:48.967] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 6.100717008113861ms +Info 6887 [11:04:48.967] Different program with same set of files +Info 6888 [11:04:48.967] getCompletionData: Get current token: 0.00318300724029541 +Info 6889 [11:04:48.967] getCompletionData: Is inside comment: 0.006682008504867554 +Info 6890 [11:04:48.967] getCompletionData: Get previous token: 0.009139999747276306 +Info 6891 [11:04:48.967] getCompletionsAtPosition: isCompletionListBlocker: 0.0021120011806488037 +Info 6892 [11:04:48.967] getCompletionData: Semantic work: 0.40708500146865845 +Info 6893 [11:04:48.968] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.342517003417015 +Info 6894 [11:04:48.969] Format host information updated +Info 6895 [11:04:49.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6896 [11:04:49.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 24.07251599431038ms +Info 6897 [11:04:49.130] Different program with same set of files +Info 6898 [11:04:49.130] getCompletionData: Get current token: 0.014974996447563171 +Info 6899 [11:04:49.130] getCompletionData: Is inside comment: 0.03265799582004547 +Info 6900 [11:04:49.131] getCompletionData: Get previous token: 0.04192399978637695 +Info 6901 [11:04:49.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0073049962520599365 +Info 6902 [11:04:49.132] getCompletionData: Semantic work: 1.40590800344944 +Info 6903 [11:04:49.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.134298011660576 +Info 6904 [11:04:49.143] Format host information updated +Info 6905 [11:04:49.811] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6906 [11:04:49.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 6.368854999542236ms +Info 6907 [11:04:49.818] Different program with same set of files +Info 6908 [11:04:49.818] getCompletionData: Get current token: 0.0029750019311904907 +Info 6909 [11:04:49.818] getCompletionData: Is inside comment: 0.006276994943618774 +Info 6910 [11:04:49.818] getCompletionData: Get previous token: 0.008176997303962708 +Info 6911 [11:04:49.818] getCompletionsAtPosition: isCompletionListBlocker: 0.0020139962434768677 +Info 6912 [11:04:49.818] getCompletionData: Semantic work: 0.49235299229621887 +Info 6913 [11:04:49.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2307370007038116 +Info 6914 [11:04:49.820] Format host information updated +Info 6915 [11:04:49.936] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6916 [11:04:49.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 6.446308001875877ms +Info 6917 [11:04:49.943] Different program with same set of files +Info 6918 [11:04:49.943] getCompletionData: Get current token: 0.003156989812850952 +Info 6919 [11:04:49.943] getCompletionData: Is inside comment: 0.006948992609977722 +Info 6920 [11:04:49.943] getCompletionData: Get previous token: 0.009565010666847229 +Info 6921 [11:04:49.943] getCompletionsAtPosition: isCompletionListBlocker: 0.0026230067014694214 +Info 6922 [11:04:49.943] getCompletionData: Semantic work: 0.47283799946308136 +Info 6923 [11:04:49.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.856886997818947 +Info 6924 [11:04:49.950] Format host information updated +Info 6925 [11:04:50.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6926 [11:04:50.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 6.49159300327301ms +Info 6927 [11:04:50.059] Different program with same set of files +Info 6928 [11:04:50.060] getCompletionData: Get current token: 0.003943994641304016 +Info 6929 [11:04:50.060] getCompletionData: Is inside comment: 0.008303001523017883 +Info 6930 [11:04:50.060] getCompletionData: Get previous token: 0.010534003376960754 +Info 6931 [11:04:50.060] getCompletionsAtPosition: isCompletionListBlocker: 0.003004997968673706 +Info 6932 [11:04:50.060] getCompletionData: Semantic work: 0.49063199758529663 +Info 6933 [11:04:50.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5148040056228638 +Info 6934 [11:04:50.062] Format host information updated +Info 6935 [11:04:50.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6936 [11:04:50.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 6.418624997138977ms +Info 6937 [11:04:50.248] Different program with same set of files +Info 6938 [11:04:50.248] getCompletionData: Get current token: 0.003931000828742981 +Info 6939 [11:04:50.248] getCompletionData: Is inside comment: 0.008008003234863281 +Info 6940 [11:04:50.248] getCompletionData: Get previous token: 0.010969996452331543 +Info 6941 [11:04:50.248] getCompletionsAtPosition: isCompletionListBlocker: 0.0027969926595687866 +Info 6942 [11:04:50.249] getCompletionData: Semantic work: 0.5039860010147095 +Info 6943 [11:04:50.250] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4800539910793304 +Info 6944 [11:04:50.254] Format host information updated +Info 6945 [11:04:50.398] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6946 [11:04:50.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 6.556786999106407ms +Info 6947 [11:04:50.404] Different program with same set of files +Info 6948 [11:04:50.405] getCompletionData: Get current token: 0.003876999020576477 +Info 6949 [11:04:50.405] getCompletionData: Is inside comment: 0.008117005228996277 +Info 6950 [11:04:50.405] getCompletionData: Get previous token: 0.010474994778633118 +Info 6951 [11:04:50.405] getCompletionsAtPosition: isCompletionListBlocker: 0.0026849955320358276 +Info 6952 [11:04:50.405] getCompletionData: Semantic work: 0.49279700219631195 +Info 6953 [11:04:50.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4633650034666061 +Info 6954 [11:04:50.407] Format host information updated +Info 6955 [11:04:50.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6956 [11:04:50.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 6.525249004364014ms +Info 6957 [11:04:50.483] Different program with same set of files +Info 6958 [11:04:50.484] getCompletionData: Get current token: 0.004222989082336426 +Info 6959 [11:04:50.484] getCompletionData: Is inside comment: 0.007982000708580017 +Info 6960 [11:04:50.484] getCompletionData: Get previous token: 0.010899990797042847 +Info 6961 [11:04:50.484] getCompletionsAtPosition: isCompletionListBlocker: 0.0024939924478530884 +Info 6962 [11:04:50.484] getCompletionData: Semantic work: 0.49808698892593384 +Info 6963 [11:04:50.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.474471002817154 +Info 6964 [11:04:50.489] Format host information updated +Info 6965 [11:04:50.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6966 [11:04:50.584] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 6.41728900372982ms +Info 6967 [11:04:50.584] Different program with same set of files +Info 6968 [11:04:50.584] getCompletionData: Get current token: 0.003685995936393738 +Info 6969 [11:04:50.584] getCompletionData: Is inside comment: 0.008087992668151855 +Info 6970 [11:04:50.584] getCompletionData: Get previous token: 0.010998010635375977 +Info 6971 [11:04:50.584] getCompletionsAtPosition: isCompletionListBlocker: 0.0025199949741363525 +Info 6972 [11:04:50.585] getCompletionData: Semantic work: 0.49651800096035004 +Info 6973 [11:04:50.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5168810039758682 +Info 6974 [11:04:50.587] Format host information updated +Info 6975 [11:04:51.067] Format host information updated +Info 6976 [11:04:51.067] Format host information updated +Info 6977 [11:04:51.068] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6978 [11:04:51.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 6.445010006427765ms +Info 6979 [11:04:51.074] Different program with same set of files +Info 6980 [11:04:51.074] getCompletionData: Get current token: 0.0033600032329559326 +Info 6981 [11:04:51.074] getCompletionData: Is inside comment: 0.007682010531425476 +Info 6982 [11:04:51.074] getCompletionData: Get previous token: 0.0047330111265182495 +Info 6983 [11:04:51.074] getCompletionsAtPosition: isCompletionListBlocker: 0.0031299889087677 +Info 6984 [11:04:51.075] getExportInfoMap: cache hit +Info 6985 [11:04:51.090] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 6986 [11:04:51.090] collectAutoImports: response is complete +Info 6987 [11:04:51.090] collectAutoImports: 14.504180997610092 +Info 6988 [11:04:51.090] getCompletionData: Semantic work: 15.359249994158745 +Info 6989 [11:04:51.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.48997500538826 +Info 6990 [11:04:51.100] getCompletionData: Get current token: 0.017173990607261658 +Info 6991 [11:04:51.100] getCompletionData: Is inside comment: 0.0035410076379776 +Info 6992 [11:04:51.100] getCompletionData: Get previous token: 0.012553006410598755 +Info 6993 [11:04:51.101] getCompletionsAtPosition: isCompletionListBlocker: 0.0029570013284683228 +Info 6994 [11:04:51.101] getCompletionData: Semantic work: 0.21191801130771637 +Info 6995 [11:04:51.104] getCompletionData: Get current token: 0.008355990052223206 +Info 6996 [11:04:51.104] getCompletionData: Is inside comment: 0.002039000391960144 +Info 6997 [11:04:51.104] getCompletionData: Get previous token: 0.01269499957561493 +Info 6998 [11:04:51.104] getCompletionsAtPosition: isCompletionListBlocker: 0.0016560107469558716 +Info 6999 [11:04:51.104] getCompletionData: Semantic work: 0.11680801212787628 +Info 7000 [11:04:51.104] Format host information updated +Info 7001 [11:04:51.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7002 [11:04:51.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 7.13808299601078ms +Info 7003 [11:04:51.404] Different program with same set of files +Info 7004 [11:04:51.404] getCompletionData: Get current token: 0.002921000123023987 +Info 7005 [11:04:51.404] getCompletionData: Is inside comment: 0.006045997142791748 +Info 7006 [11:04:51.404] getCompletionData: Get previous token: 0.008366987109184265 +Info 7007 [11:04:51.404] getCompletionsAtPosition: isCompletionListBlocker: 0.003063991665840149 +Info 7008 [11:04:51.404] getExportInfoMap: cache hit +Info 7009 [11:04:51.407] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 7010 [11:04:51.407] collectAutoImports: response is complete +Info 7011 [11:04:51.407] collectAutoImports: 3.083153009414673 +Info 7012 [11:04:51.407] getCompletionData: Semantic work: 3.5545380115509033 +Info 7013 [11:04:51.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.030679002404213 +Info 7014 [11:04:51.409] Format host information updated +Info 7015 [11:04:51.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7016 [11:04:51.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 9.640324994921684ms +Info 7017 [11:04:51.514] Different program with same set of files +Info 7018 [11:04:51.515] getCompletionData: Get current token: 0.003028005361557007 +Info 7019 [11:04:51.515] getCompletionData: Is inside comment: 0.006313011050224304 +Info 7020 [11:04:51.515] getCompletionData: Get previous token: 0.008671998977661133 +Info 7021 [11:04:51.515] getCompletionsAtPosition: isCompletionListBlocker: 0.003224998712539673 +Info 7022 [11:04:51.515] getExportInfoMap: cache hit +Info 7023 [11:04:51.518] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 46 from cache +Info 7024 [11:04:51.518] collectAutoImports: response is complete +Info 7025 [11:04:51.518] collectAutoImports: 2.5577210038900375 +Info 7026 [11:04:51.518] getCompletionData: Semantic work: 3.1168420016765594 +Info 7027 [11:04:51.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9547600001096725 +Info 7028 [11:04:51.520] Format host information updated +Info 7029 [11:04:51.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7030 [11:04:51.604] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 6.081682994961739ms +Info 7031 [11:04:51.604] Different program with same set of files +Info 7032 [11:04:51.605] getCompletionData: Get current token: 0.02326500415802002 +Info 7033 [11:04:51.605] getCompletionData: Is inside comment: 0.007446989417076111 +Info 7034 [11:04:51.605] getCompletionData: Get previous token: 0.00925399363040924 +Info 7035 [11:04:51.605] getCompletionsAtPosition: isCompletionListBlocker: 0.0029980093240737915 +Info 7036 [11:04:51.605] getExportInfoMap: cache hit +Info 7037 [11:04:51.607] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7038 [11:04:51.607] collectAutoImports: response is complete +Info 7039 [11:04:51.607] collectAutoImports: 1.8919460028409958 +Info 7040 [11:04:51.607] getCompletionData: Semantic work: 2.484599009156227 +Info 7041 [11:04:51.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9531230032444 +Info 7042 [11:04:51.609] Format host information updated +Info 7043 [11:04:51.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7044 [11:04:51.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 29.93870098888874ms +Info 7045 [11:04:51.739] Different program with same set of files +Info 7046 [11:04:51.739] getCompletionData: Get current token: 0.005145996809005737 +Info 7047 [11:04:51.739] getCompletionData: Is inside comment: 0.016184002161026 +Info 7048 [11:04:51.739] getCompletionData: Get previous token: 0.022189006209373474 +Info 7049 [11:04:51.739] getCompletionsAtPosition: isCompletionListBlocker: 0.005767002701759338 +Info 7050 [11:04:51.740] getExportInfoMap: cache hit +Info 7051 [11:04:51.744] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7052 [11:04:51.744] collectAutoImports: response is complete +Info 7053 [11:04:51.744] collectAutoImports: 3.663752004504204 +Info 7054 [11:04:51.744] getCompletionData: Semantic work: 4.718946993350983 +Info 7055 [11:04:51.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.724156990647316 +Info 7056 [11:04:51.747] Format host information updated +Info 7057 [11:04:51.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7058 [11:04:51.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 8.199454993009567ms +Info 7059 [11:04:51.780] Different program with same set of files +Info 7060 [11:04:51.780] getCompletionData: Get current token: 0.0030489861965179443 +Info 7061 [11:04:51.780] getCompletionData: Is inside comment: 0.01030200719833374 +Info 7062 [11:04:51.780] getCompletionData: Get previous token: 0.013580992817878723 +Info 7063 [11:04:51.780] getCompletionsAtPosition: isCompletionListBlocker: 0.00338900089263916 +Info 7064 [11:04:51.781] getExportInfoMap: cache hit +Info 7065 [11:04:51.798] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7066 [11:04:51.798] collectAutoImports: response is complete +Info 7067 [11:04:51.798] collectAutoImports: 17.277958005666733 +Info 7068 [11:04:51.798] getCompletionData: Semantic work: 17.92729200422764 +Info 7069 [11:04:51.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8397480100393295 +Info 7070 [11:04:51.806] Format host information updated +Info 7071 [11:04:51.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7072 [11:04:51.987] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 6.211171999573708ms +Info 7073 [11:04:51.987] Different program with same set of files +Info 7074 [11:04:51.987] getCompletionData: Get current token: 0.0019560009241104126 +Info 7075 [11:04:51.987] getCompletionData: Is inside comment: 0.007484003901481628 +Info 7076 [11:04:51.987] getCompletionData: Get previous token: 0.004492998123168945 +Info 7077 [11:04:51.987] getCompletionsAtPosition: isCompletionListBlocker: 0.0025729984045028687 +Info 7078 [11:04:51.988] getExportInfoMap: cache hit +Info 7079 [11:04:52.001] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7080 [11:04:52.001] collectAutoImports: response is complete +Info 7081 [11:04:52.001] collectAutoImports: 12.68349900841713 +Info 7082 [11:04:52.001] getCompletionData: Semantic work: 13.12592001259327 +Info 7083 [11:04:52.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3461699932813644 +Info 7084 [11:04:52.007] Format host information updated +Info 7085 [11:04:52.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7086 [11:04:52.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 6.063737988471985ms +Info 7087 [11:04:52.282] Different program with same set of files +Info 7088 [11:04:52.282] getCompletionData: Get current token: 0.0018080025911331177 +Info 7089 [11:04:52.283] getCompletionData: Is inside comment: 0.006910994648933411 +Info 7090 [11:04:52.283] getCompletionData: Get previous token: 0.008625999093055725 +Info 7091 [11:04:52.283] getCompletionsAtPosition: isCompletionListBlocker: 0.0025590062141418457 +Info 7092 [11:04:52.283] getExportInfoMap: cache hit +Info 7093 [11:04:52.297] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7094 [11:04:52.297] collectAutoImports: response is complete +Info 7095 [11:04:52.297] collectAutoImports: 13.720003992319107 +Info 7096 [11:04:52.297] getCompletionData: Semantic work: 14.208461001515388 +Info 7097 [11:04:52.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4931149929761887 +Info 7098 [11:04:52.304] Format host information updated +Info 7099 [11:04:52.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7100 [11:04:52.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 5.8653910011053085ms +Info 7101 [11:04:52.534] Different program with same set of files +Info 7102 [11:04:52.534] getCompletionData: Get current token: 0.0021090060472488403 +Info 7103 [11:04:52.534] getCompletionData: Is inside comment: 0.007040008902549744 +Info 7104 [11:04:52.534] getCompletionData: Get previous token: 0.004266992211341858 +Info 7105 [11:04:52.534] getCompletionsAtPosition: isCompletionListBlocker: 0.007357001304626465 +Info 7106 [11:04:52.534] getExportInfoMap: cache hit +Info 7107 [11:04:52.548] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7108 [11:04:52.548] collectAutoImports: response is complete +Info 7109 [11:04:52.548] collectAutoImports: 13.765274003148079 +Info 7110 [11:04:52.548] getCompletionData: Semantic work: 14.255744010210037 +Info 7111 [11:04:52.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4911899864673615 +Info 7112 [11:04:52.561] Format host information updated +Info 7113 [11:04:53.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7114 [11:04:53.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 7.034660995006561ms +Info 7115 [11:04:53.276] Different program with same set of files +Info 7116 [11:04:53.276] getCompletionData: Get current token: 0.0025439858436584473 +Info 7117 [11:04:53.276] getCompletionData: Is inside comment: 0.0010310113430023193 +Info 7118 [11:04:53.276] getCompletionData: Get previous token: 0.012181013822555542 +Info 7119 [11:04:53.276] getCompletionsAtPosition: isCompletionListBlocker: 0.002418011426925659 +Info 7120 [11:04:53.277] getExportInfoMap: cache hit +Info 7121 [11:04:53.297] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7122 [11:04:53.297] collectAutoImports: response is complete +Info 7123 [11:04:53.297] collectAutoImports: 19.45737299323082 +Info 7124 [11:04:53.297] getCompletionData: Semantic work: 20.42570398747921 +Info 7125 [11:04:53.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.655473008751869 +Info 7126 [11:04:53.306] Format host information updated +Info 7127 [11:04:53.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7128 [11:04:53.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 10.186810001730919ms +Info 7129 [11:04:53.445] Different program with same set of files +Info 7130 [11:04:53.445] getCompletionData: Get current token: 0.004045009613037109 +Info 7131 [11:04:53.445] getCompletionData: Is inside comment: 0.0015999972820281982 +Info 7132 [11:04:53.445] getCompletionData: Get previous token: 0.02240699529647827 +Info 7133 [11:04:53.445] getCompletionsAtPosition: isCompletionListBlocker: 0.00406000018119812 +Info 7134 [11:04:53.446] getExportInfoMap: cache hit +Info 7135 [11:04:53.452] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 140 from cache +Info 7136 [11:04:53.452] collectAutoImports: response is complete +Info 7137 [11:04:53.452] collectAutoImports: 6.4846769869327545 +Info 7138 [11:04:53.452] getCompletionData: Semantic work: 7.300305992364883 +Info 7139 [11:04:53.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3461930006742477 +Info 7140 [11:04:53.460] Format host information updated +Info 7141 [11:04:53.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7142 [11:04:53.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 663 structureChanged: false structureIsReused:: Completely Elapsed: 7.422694995999336ms +Info 7143 [11:04:53.614] Different program with same set of files +Info 7144 [11:04:53.614] getCompletionData: Get current token: 0.0033169984817504883 +Info 7145 [11:04:53.614] getCompletionData: Is inside comment: 0.0011339932680130005 +Info 7146 [11:04:53.615] getCompletionData: Get previous token: 0.018487006425857544 +Info 7147 [11:04:53.615] getCompletionsAtPosition: isCompletionListBlocker: 0.003135994076728821 +Info 7148 [11:04:53.615] getExportInfoMap: cache hit +Info 7149 [11:04:53.617] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 7150 [11:04:53.617] collectAutoImports: response is complete +Info 7151 [11:04:53.617] collectAutoImports: 2.242593005299568 +Info 7152 [11:04:53.617] getCompletionData: Semantic work: 2.8585159927606583 +Info 7153 [11:04:53.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.226965993642807 +Info 7154 [11:04:53.620] Format host information updated +Info 7155 [11:04:53.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7156 [11:04:53.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 7.708081007003784ms +Info 7157 [11:04:53.765] Different program with same set of files +Info 7158 [11:04:53.765] getCompletionData: Get current token: 0.00285300612449646 +Info 7159 [11:04:53.765] getCompletionData: Is inside comment: 0.001135990023612976 +Info 7160 [11:04:53.765] getCompletionData: Get previous token: 0.01627899706363678 +Info 7161 [11:04:53.765] getCompletionsAtPosition: isCompletionListBlocker: 0.0032079964876174927 +Info 7162 [11:04:53.766] getExportInfoMap: cache hit +Info 7163 [11:04:53.783] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7164 [11:04:53.783] collectAutoImports: response is complete +Info 7165 [11:04:53.783] collectAutoImports: 16.66967000067234 +Info 7166 [11:04:53.783] getCompletionData: Semantic work: 17.26078300178051 +Info 7167 [11:04:53.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6621319949626923 +Info 7168 [11:04:53.790] Format host information updated +Info 7169 [11:04:56.978] Format host information updated +Info 7170 [11:04:56.979] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7171 [11:04:56.987] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 8.205687001347542ms +Info 7172 [11:04:56.987] Different program with same set of files +Info 7173 [11:04:57.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7174 [11:04:57.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 6.702350005507469ms +Info 7175 [11:04:57.853] Different program with same set of files +Info 7176 [11:04:57.853] getCompletionData: Get current token: 0.002731993794441223 +Info 7177 [11:04:57.853] getCompletionData: Is inside comment: 0.0008890032768249512 +Info 7178 [11:04:57.853] getCompletionData: Get previous token: 0.012231007218360901 +Info 7179 [11:04:57.853] getCompletionsAtPosition: isCompletionListBlocker: 0.0029040127992630005 +Info 7180 [11:04:57.854] getExportInfoMap: cache hit +Info 7181 [11:04:57.867] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7182 [11:04:57.867] collectAutoImports: response is complete +Info 7183 [11:04:57.867] collectAutoImports: 13.025408998131752 +Info 7184 [11:04:57.867] getCompletionData: Semantic work: 13.557394996285439 +Info 7185 [11:04:57.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.391081988811493 +Info 7186 [11:04:57.874] Format host information updated +Info 7187 [11:04:58.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7188 [11:04:58.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 7.290945991873741ms +Info 7189 [11:04:58.035] Different program with same set of files +Info 7190 [11:04:58.035] getCompletionData: Get current token: 0.003564998507499695 +Info 7191 [11:04:58.035] getCompletionData: Is inside comment: 0.0011949986219406128 +Info 7192 [11:04:58.035] getCompletionData: Get previous token: 0.01711300015449524 +Info 7193 [11:04:58.035] getCompletionsAtPosition: isCompletionListBlocker: 0.0032139867544174194 +Info 7194 [11:04:58.035] getExportInfoMap: cache hit +Info 7195 [11:04:58.039] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 7196 [11:04:58.039] collectAutoImports: response is complete +Info 7197 [11:04:58.039] collectAutoImports: 3.9573549926280975 +Info 7198 [11:04:58.039] getCompletionData: Semantic work: 4.65616400539875 +Info 7199 [11:04:58.041] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.262354999780655 +Info 7200 [11:04:58.043] Format host information updated +Info 7201 [11:04:58.153] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7202 [11:04:58.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 6.649315997958183ms +Info 7203 [11:04:58.159] Different program with same set of files +Info 7204 [11:04:58.160] getCompletionData: Get current token: 0.0032809972763061523 +Info 7205 [11:04:58.160] getCompletionData: Is inside comment: 0.0010669976472854614 +Info 7206 [11:04:58.160] getCompletionData: Get previous token: 0.054610997438430786 +Info 7207 [11:04:58.160] getCompletionsAtPosition: isCompletionListBlocker: 0.0029129981994628906 +Info 7208 [11:04:58.161] getExportInfoMap: cache hit +Info 7209 [11:04:58.163] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 46 from cache +Info 7210 [11:04:58.163] collectAutoImports: response is complete +Info 7211 [11:04:58.163] collectAutoImports: 2.8432309925556183 +Info 7212 [11:04:58.163] getCompletionData: Semantic work: 3.6901060044765472 +Info 7213 [11:04:58.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0513269901275635 +Info 7214 [11:04:58.166] Format host information updated +Info 7215 [11:04:58.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7216 [11:04:58.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 6.305288001894951ms +Info 7217 [11:04:58.219] Different program with same set of files +Info 7218 [11:04:58.219] getCompletionData: Get current token: 0.0031059980392456055 +Info 7219 [11:04:58.219] getCompletionData: Is inside comment: 0.0010850131511688232 +Info 7220 [11:04:58.219] getCompletionData: Get previous token: 0.015579000115394592 +Info 7221 [11:04:58.219] getCompletionsAtPosition: isCompletionListBlocker: 0.0026489943265914917 +Info 7222 [11:04:58.220] getExportInfoMap: cache hit +Info 7223 [11:04:58.221] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7224 [11:04:58.221] collectAutoImports: response is complete +Info 7225 [11:04:58.221] collectAutoImports: 1.8543910086154938 +Info 7226 [11:04:58.221] getCompletionData: Semantic work: 2.4058710038661957 +Info 7227 [11:04:58.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8720450103282928 +Info 7228 [11:04:58.225] Format host information updated +Info 7229 [11:04:58.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7230 [11:04:58.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 7.2259970009326935ms +Info 7231 [11:04:58.329] Different program with same set of files +Info 7232 [11:04:58.329] getCompletionData: Get current token: 0.005318999290466309 +Info 7233 [11:04:58.329] getCompletionData: Is inside comment: 0.0017780065536499023 +Info 7234 [11:04:58.329] getCompletionData: Get previous token: 0.031005993485450745 +Info 7235 [11:04:58.329] getCompletionsAtPosition: isCompletionListBlocker: 0.0040000081062316895 +Info 7236 [11:04:58.330] getExportInfoMap: cache hit +Info 7237 [11:04:58.332] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7238 [11:04:58.332] collectAutoImports: response is complete +Info 7239 [11:04:58.332] collectAutoImports: 2.0681930035352707 +Info 7240 [11:04:58.332] getCompletionData: Semantic work: 2.764305993914604 +Info 7241 [11:04:58.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.035963997244835 +Info 7242 [11:04:58.334] Format host information updated +Info 7243 [11:04:58.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7244 [11:04:58.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 6.608215004205704ms +Info 7245 [11:04:58.416] Different program with same set of files +Info 7246 [11:04:58.416] getCompletionData: Get current token: 0.003161996603012085 +Info 7247 [11:04:58.416] getCompletionData: Is inside comment: 0.0011160075664520264 +Info 7248 [11:04:58.416] getCompletionData: Get previous token: 0.018093988299369812 +Info 7249 [11:04:58.416] getCompletionsAtPosition: isCompletionListBlocker: 0.0033439993858337402 +Info 7250 [11:04:58.417] getExportInfoMap: cache hit +Info 7251 [11:04:58.437] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7252 [11:04:58.437] collectAutoImports: response is complete +Info 7253 [11:04:58.438] collectAutoImports: 20.75143399834633 +Info 7254 [11:04:58.438] getCompletionData: Semantic work: 21.63783599436283 +Info 7255 [11:04:58.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4596049934625626 +Info 7256 [11:04:58.445] Format host information updated +Info 7257 [11:04:58.849] Format host information updated +Info 7258 [11:04:58.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7259 [11:04:58.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 6.9985910058021545ms +Info 7260 [11:04:58.857] Different program with same set of files +Info 7261 [11:05:01.467] Format host information updated +Info 7262 [11:05:01.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7263 [11:05:01.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 6.166749000549316ms +Info 7264 [11:05:01.474] Different program with same set of files +Info 7265 [11:05:01.753] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7266 [11:05:01.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 9.59366899728775ms +Info 7267 [11:05:01.763] Different program with same set of files +Info 7268 [11:05:01.763] getCompletionData: Get current token: 0.001887008547782898 +Info 7269 [11:05:01.763] getCompletionData: Is inside comment: 0.006823986768722534 +Info 7270 [11:05:01.763] getCompletionData: Get previous token: 0.009666994214057922 +Info 7271 [11:05:01.763] getCompletionsAtPosition: isCompletionListBlocker: 0.009867995977401733 +Info 7272 [11:05:01.764] getExportInfoMap: cache hit +Info 7273 [11:05:01.767] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 87 from cache +Info 7274 [11:05:01.767] collectAutoImports: response is complete +Info 7275 [11:05:01.767] collectAutoImports: 3.5593989938497543 +Info 7276 [11:05:01.767] getCompletionData: Semantic work: 4.155338004231453 +Info 7277 [11:05:01.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1495929956436157 +Info 7278 [11:05:01.769] Format host information updated +Info 7279 [11:05:02.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7280 [11:05:02.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 6.301356002688408ms +Info 7281 [11:05:02.099] Different program with same set of files +Info 7282 [11:05:02.099] getCompletionData: Get current token: 0.0024610012769699097 +Info 7283 [11:05:02.099] getCompletionData: Is inside comment: 0.00818699598312378 +Info 7284 [11:05:02.099] getCompletionData: Get previous token: 0.004955008625984192 +Info 7285 [11:05:02.099] getCompletionsAtPosition: isCompletionListBlocker: 0.007710009813308716 +Info 7286 [11:05:02.099] getExportInfoMap: cache hit +Info 7287 [11:05:02.112] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7288 [11:05:02.112] collectAutoImports: response is complete +Info 7289 [11:05:02.112] collectAutoImports: 12.958261996507645 +Info 7290 [11:05:02.112] getCompletionData: Semantic work: 13.432857990264893 +Info 7291 [11:05:02.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4690070003271103 +Info 7292 [11:05:02.119] Format host information updated +Info 7293 [11:05:02.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7294 [11:05:02.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 9.927740007638931ms +Info 7295 [11:05:02.235] Different program with same set of files +Info 7296 [11:05:02.235] getCompletionData: Get current token: 0.0024269968271255493 +Info 7297 [11:05:02.235] getCompletionData: Is inside comment: 0.008162006735801697 +Info 7298 [11:05:02.235] getCompletionData: Get previous token: 0.012189000844955444 +Info 7299 [11:05:02.235] getCompletionsAtPosition: isCompletionListBlocker: 0.008837997913360596 +Info 7300 [11:05:02.236] getExportInfoMap: cache hit +Info 7301 [11:05:02.240] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 87 from cache +Info 7302 [11:05:02.240] collectAutoImports: response is complete +Info 7303 [11:05:02.240] collectAutoImports: 4.296933993697166 +Info 7304 [11:05:02.240] getCompletionData: Semantic work: 4.928965002298355 +Info 7305 [11:05:02.241] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3471000045537949 +Info 7306 [11:05:02.242] Format host information updated +Info 7307 [11:05:02.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7308 [11:05:02.657] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 7.556669011712074ms +Info 7309 [11:05:02.657] Different program with same set of files +Info 7310 [11:05:02.657] getCompletionData: Get current token: 0.002897009253501892 +Info 7311 [11:05:02.657] getCompletionData: Is inside comment: 0.009850993752479553 +Info 7312 [11:05:02.657] getCompletionData: Get previous token: 0.014183998107910156 +Info 7313 [11:05:02.657] getCompletionsAtPosition: isCompletionListBlocker: 0.010149002075195312 +Info 7314 [11:05:02.658] getExportInfoMap: cache hit +Info 7315 [11:05:02.661] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 14 from cache +Info 7316 [11:05:02.661] collectAutoImports: response is complete +Info 7317 [11:05:02.661] collectAutoImports: 2.840623989701271 +Info 7318 [11:05:02.661] getCompletionData: Semantic work: 3.4948410093784332 +Info 7319 [11:05:02.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3739079982042313 +Info 7320 [11:05:02.666] Format host information updated +Info 7321 [11:05:03.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7322 [11:05:03.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 6.7050939947366714ms +Info 7323 [11:05:03.043] Different program with same set of files +Info 7324 [11:05:03.043] getCompletionData: Get current token: 0.0021030008792877197 +Info 7325 [11:05:03.043] getCompletionData: Is inside comment: 0.0076449960470199585 +Info 7326 [11:05:03.043] getCompletionData: Get previous token: 0.011587008833885193 +Info 7327 [11:05:03.043] getCompletionsAtPosition: isCompletionListBlocker: 0.008581995964050293 +Info 7328 [11:05:03.044] getExportInfoMap: cache hit +Info 7329 [11:05:03.048] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 87 from cache +Info 7330 [11:05:03.048] collectAutoImports: response is complete +Info 7331 [11:05:03.048] collectAutoImports: 3.875111997127533 +Info 7332 [11:05:03.048] getCompletionData: Semantic work: 4.440762996673584 +Info 7333 [11:05:03.049] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2138630002737045 +Info 7334 [11:05:03.050] Format host information updated +Info 7335 [11:05:03.188] Format host information updated +Info 7336 [11:05:03.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7337 [11:05:03.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 33.26647199690342ms +Info 7338 [11:05:03.222] Different program with same set of files +Info 7339 [11:05:03.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7340 [11:05:03.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 11.098994001746178ms +Info 7341 [11:05:03.258] Different program with same set of files +Info 7342 [11:05:03.258] getCompletionData: Get current token: 0.0037039965391159058 +Info 7343 [11:05:03.258] getCompletionData: Is inside comment: 0.01408599317073822 +Info 7344 [11:05:03.259] getCompletionData: Get previous token: 0.020291998982429504 +Info 7345 [11:05:03.259] getCompletionsAtPosition: isCompletionListBlocker: 0.01272900402545929 +Info 7346 [11:05:03.259] getExportInfoMap: cache hit +Info 7347 [11:05:03.266] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 7348 [11:05:03.266] collectAutoImports: response is complete +Info 7349 [11:05:03.266] collectAutoImports: 6.265927001833916 +Info 7350 [11:05:03.266] getCompletionData: Semantic work: 7.198305010795593 +Info 7351 [11:05:03.268] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.81386099755764 +Info 7352 [11:05:03.269] Format host information updated +Info 7353 [11:05:03.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7354 [11:05:03.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 9.478575006127357ms +Info 7355 [11:05:03.539] Different program with same set of files +Info 7356 [11:05:03.539] getCompletionData: Get current token: 0.002105996012687683 +Info 7357 [11:05:03.539] getCompletionData: Is inside comment: 0.006770998239517212 +Info 7358 [11:05:03.539] getCompletionData: Get previous token: 0.004445001482963562 +Info 7359 [11:05:03.539] getCompletionsAtPosition: isCompletionListBlocker: 0.002544000744819641 +Info 7360 [11:05:03.539] getCompletionData: Semantic work: 0.5163690000772476 +Info 7361 [11:05:03.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8792940080165863 +Info 7362 [11:05:03.541] Format host information updated +Info 7363 [11:05:03.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7364 [11:05:03.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 6.525373011827469ms +Info 7365 [11:05:03.766] Different program with same set of files +Info 7366 [11:05:03.766] getCompletionData: Get current token: 0.0019069910049438477 +Info 7367 [11:05:03.766] getCompletionData: Is inside comment: 0.007007002830505371 +Info 7368 [11:05:03.766] getCompletionData: Get previous token: 0.010121002793312073 +Info 7369 [11:05:03.766] getCompletionsAtPosition: isCompletionListBlocker: 0.0024389922618865967 +Info 7370 [11:05:03.767] getCompletionData: Semantic work: 0.48258499801158905 +Info 7371 [11:05:03.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5824549943208694 +Info 7372 [11:05:03.773] Format host information updated +Info 7373 [11:05:03.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7374 [11:05:03.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 6.416182994842529ms +Info 7375 [11:05:03.780] Different program with same set of files +Info 7376 [11:05:03.781] getCompletionData: Get current token: 0.0019519925117492676 +Info 7377 [11:05:03.781] getCompletionData: Is inside comment: 0.006797000765800476 +Info 7378 [11:05:03.781] getCompletionData: Get previous token: 0.010278001427650452 +Info 7379 [11:05:03.781] getCompletionsAtPosition: isCompletionListBlocker: 0.002231001853942871 +Info 7380 [11:05:03.781] getCompletionData: Semantic work: 0.48071499168872833 +Info 7381 [11:05:03.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.429541990160942 +Info 7382 [11:05:03.783] Format host information updated +Info 7383 [11:05:03.835] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7384 [11:05:03.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 11.25671400129795ms +Info 7385 [11:05:03.847] Different program with same set of files +Info 7386 [11:05:03.847] getCompletionData: Get current token: 0.004427000880241394 +Info 7387 [11:05:03.847] getCompletionData: Is inside comment: 0.015239998698234558 +Info 7388 [11:05:03.847] getCompletionData: Get previous token: 0.022473007440567017 +Info 7389 [11:05:03.847] getCompletionsAtPosition: isCompletionListBlocker: 0.004039004445075989 +Info 7390 [11:05:03.848] getCompletionData: Semantic work: 0.832738995552063 +Info 7391 [11:05:03.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.807080000638962 +Info 7392 [11:05:03.855] Format host information updated +Info 7393 [11:05:04.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7394 [11:05:04.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 6.374664008617401ms +Info 7395 [11:05:04.580] Different program with same set of files +Info 7396 [11:05:04.580] getCompletionData: Get current token: 0.00196799635887146 +Info 7397 [11:05:04.580] getCompletionData: Is inside comment: 0.006837993860244751 +Info 7398 [11:05:04.580] getCompletionData: Get previous token: 0.009925007820129395 +Info 7399 [11:05:04.580] getCompletionsAtPosition: isCompletionListBlocker: 0.002053990960121155 +Info 7400 [11:05:04.580] getCompletionData: Semantic work: 0.48451000452041626 +Info 7401 [11:05:04.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4159819930791855 +Info 7402 [11:05:04.582] Format host information updated +Info 7403 [11:05:04.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7404 [11:05:04.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 6.3016539961099625ms +Info 7405 [11:05:04.650] Different program with same set of files +Info 7406 [11:05:04.650] getCompletionData: Get current token: 0.002052009105682373 +Info 7407 [11:05:04.650] getCompletionData: Is inside comment: 0.007624998688697815 +Info 7408 [11:05:04.650] getCompletionData: Get previous token: 0.011803999543190002 +Info 7409 [11:05:04.650] getCompletionsAtPosition: isCompletionListBlocker: 0.0025099962949752808 +Info 7410 [11:05:04.650] getCompletionData: Semantic work: 0.4766709953546524 +Info 7411 [11:05:04.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.351189985871315 +Info 7412 [11:05:04.655] Format host information updated +Info 7413 [11:05:04.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7414 [11:05:04.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 6.136434987187386ms +Info 7415 [11:05:04.926] Different program with same set of files +Info 7416 [11:05:04.926] getCompletionData: Get current token: 0.0018929988145828247 +Info 7417 [11:05:04.926] getCompletionData: Is inside comment: 0.0069020092487335205 +Info 7418 [11:05:04.926] getCompletionData: Get previous token: 0.010165005922317505 +Info 7419 [11:05:04.926] getCompletionsAtPosition: isCompletionListBlocker: 0.0022929906845092773 +Info 7420 [11:05:04.927] getCompletionData: Semantic work: 0.4303419888019562 +Info 7421 [11:05:04.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7969110012054443 +Info 7422 [11:05:04.929] Format host information updated +Info 7423 [11:05:05.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7424 [11:05:05.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 6.013228014111519ms +Info 7425 [11:05:05.176] Different program with same set of files +Info 7426 [11:05:05.176] getCompletionData: Get current token: 0.0019839853048324585 +Info 7427 [11:05:05.176] getCompletionData: Is inside comment: 0.00682300329208374 +Info 7428 [11:05:05.176] getCompletionData: Get previous token: 0.009919002652168274 +Info 7429 [11:05:05.176] getCompletionsAtPosition: isCompletionListBlocker: 0.001999005675315857 +Info 7430 [11:05:05.176] getCompletionData: Semantic work: 0.42328600585460663 +Info 7431 [11:05:05.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.369729995727539 +Info 7432 [11:05:05.182] Format host information updated +Info 7433 [11:05:05.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7434 [11:05:05.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 8.679514989256859ms +Info 7435 [11:05:05.249] Different program with same set of files +Info 7436 [11:05:05.249] getCompletionData: Get current token: 0.002839997410774231 +Info 7437 [11:05:05.249] getCompletionData: Is inside comment: 0.010829001665115356 +Info 7438 [11:05:05.249] getCompletionData: Get previous token: 0.01595999300479889 +Info 7439 [11:05:05.249] getCompletionsAtPosition: isCompletionListBlocker: 0.0031410008668899536 +Info 7440 [11:05:05.250] getCompletionData: Semantic work: 0.6155460029840469 +Info 7441 [11:05:05.252] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9675479978322983 +Info 7442 [11:05:05.252] Format host information updated +Info 7443 [11:05:05.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7444 [11:05:05.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 7.239170998334885ms +Info 7445 [11:05:05.307] Different program with same set of files +Info 7446 [11:05:05.307] getCompletionData: Get current token: 0.0026689916849136353 +Info 7447 [11:05:05.307] getCompletionData: Is inside comment: 0.009316995739936829 +Info 7448 [11:05:05.307] getCompletionData: Get previous token: 0.013392001390457153 +Info 7449 [11:05:05.307] getCompletionsAtPosition: isCompletionListBlocker: 0.0026810020208358765 +Info 7450 [11:05:05.308] getCompletionData: Semantic work: 0.5300379991531372 +Info 7451 [11:05:05.313] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2047460079193115 +Info 7452 [11:05:05.314] Format host information updated +Info 7453 [11:05:05.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7454 [11:05:05.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 6.6499029994010925ms +Info 7455 [11:05:05.388] Different program with same set of files +Info 7456 [11:05:05.388] getCompletionData: Get current token: 0.002379000186920166 +Info 7457 [11:05:05.388] getCompletionData: Is inside comment: 0.008368000388145447 +Info 7458 [11:05:05.388] getCompletionData: Get previous token: 0.012007996439933777 +Info 7459 [11:05:05.388] getCompletionsAtPosition: isCompletionListBlocker: 0.0024349987506866455 +Info 7460 [11:05:05.389] getCompletionData: Semantic work: 0.5302129983901978 +Info 7461 [11:05:05.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5971679985523224 +Info 7462 [11:05:05.391] Format host information updated +Info 7463 [11:05:05.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7464 [11:05:05.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 24.463094994425774ms +Info 7465 [11:05:05.534] Different program with same set of files +Info 7466 [11:05:05.534] getCompletionData: Get current token: 0.006534010171890259 +Info 7467 [11:05:05.534] getCompletionData: Is inside comment: 0.02504199743270874 +Info 7468 [11:05:05.535] getCompletionData: Get previous token: 0.03975500166416168 +Info 7469 [11:05:05.535] getCompletionsAtPosition: isCompletionListBlocker: 0.005217999219894409 +Info 7470 [11:05:05.536] getCompletionData: Semantic work: 1.299916997551918 +Info 7471 [11:05:05.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.897706001996994 +Info 7472 [11:05:05.545] Format host information updated +Info 7473 [11:05:06.518] Format host information updated +Info 7474 [11:05:06.518] Format host information updated +Info 7475 [11:05:06.518] Format host information updated +Info 7476 [11:05:06.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7477 [11:05:06.525] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 6.698210000991821ms +Info 7478 [11:05:06.525] Different program with same set of files +Info 7479 [11:05:06.525] getCompletionData: Get current token: 0.0024629980325698853 +Info 7480 [11:05:06.525] getCompletionData: Is inside comment: 0.009452000260353088 +Info 7481 [11:05:06.525] getCompletionData: Get previous token: 0.00590100884437561 +Info 7482 [11:05:06.525] getCompletionsAtPosition: isCompletionListBlocker: 0.0033880025148391724 +Info 7483 [11:05:06.526] getExportInfoMap: cache hit +Info 7484 [11:05:06.542] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7485 [11:05:06.542] collectAutoImports: response is complete +Info 7486 [11:05:06.542] collectAutoImports: 15.744533002376556 +Info 7487 [11:05:06.542] getCompletionData: Semantic work: 16.302301004529 +Info 7488 [11:05:06.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.161504000425339 +Info 7489 [11:05:06.550] getCompletionData: Get current token: 0.01077200472354889 +Info 7490 [11:05:06.550] getCompletionData: Is inside comment: 0.00349600613117218 +Info 7491 [11:05:06.550] getCompletionData: Get previous token: 0.017416000366210938 +Info 7492 [11:05:06.550] getCompletionsAtPosition: isCompletionListBlocker: 0.002496004104614258 +Info 7493 [11:05:06.550] getCompletionData: Semantic work: 0.21538600325584412 +Info 7494 [11:05:06.553] getCompletionData: Get current token: 0.006569996476173401 +Info 7495 [11:05:06.553] getCompletionData: Is inside comment: 0.0022280067205429077 +Info 7496 [11:05:06.553] getCompletionData: Get previous token: 0.017182007431983948 +Info 7497 [11:05:06.553] getCompletionsAtPosition: isCompletionListBlocker: 0.002259001135826111 +Info 7498 [11:05:06.553] getCompletionData: Semantic work: 0.15509599447250366 +Info 7499 [11:05:06.555] getCompletionData: Get current token: 0.005259990692138672 +Info 7500 [11:05:06.555] getCompletionData: Is inside comment: 0.0037100017070770264 +Info 7501 [11:05:06.555] getCompletionData: Get previous token: 0.018460988998413086 +Info 7502 [11:05:06.555] getCompletionsAtPosition: isCompletionListBlocker: 0.0017789900302886963 +Info 7503 [11:05:06.555] getCompletionData: Semantic work: 0.15320999920368195 +Info 7504 [11:05:06.555] Format host information updated +Info 7505 [11:05:06.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7506 [11:05:06.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 6.662067994475365ms +Info 7507 [11:05:06.710] Different program with same set of files +Info 7508 [11:05:06.710] getCompletionData: Get current token: 0.0017690062522888184 +Info 7509 [11:05:06.710] getCompletionData: Is inside comment: 0.007131993770599365 +Info 7510 [11:05:06.710] getCompletionData: Get previous token: 0.010399997234344482 +Info 7511 [11:05:06.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0030930042266845703 +Info 7512 [11:05:06.711] getExportInfoMap: cache hit +Info 7513 [11:05:06.715] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 140 from cache +Info 7514 [11:05:06.715] collectAutoImports: response is complete +Info 7515 [11:05:06.715] collectAutoImports: 3.7517269998788834 +Info 7516 [11:05:06.715] getCompletionData: Semantic work: 4.241351008415222 +Info 7517 [11:05:06.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.239862009882927 +Info 7518 [11:05:06.719] Format host information updated +Info 7519 [11:05:06.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7520 [11:05:06.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 6.789078995585442ms +Info 7521 [11:05:06.834] Different program with same set of files +Info 7522 [11:05:06.834] getCompletionData: Get current token: 0.0022699981927871704 +Info 7523 [11:05:06.834] getCompletionData: Is inside comment: 0.011586010456085205 +Info 7524 [11:05:06.834] getCompletionData: Get previous token: 0.018536001443862915 +Info 7525 [11:05:06.834] getCompletionsAtPosition: isCompletionListBlocker: 0.0031239986419677734 +Info 7526 [11:05:06.835] getExportInfoMap: cache hit +Info 7527 [11:05:06.838] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 93 from cache +Info 7528 [11:05:06.838] collectAutoImports: response is complete +Info 7529 [11:05:06.838] collectAutoImports: 3.543940991163254 +Info 7530 [11:05:06.838] getCompletionData: Semantic work: 4.124074995517731 +Info 7531 [11:05:06.840] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2511940002441406 +Info 7532 [11:05:06.841] Format host information updated +Info 7533 [11:05:06.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7534 [11:05:06.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 19.111725002527237ms +Info 7535 [11:05:06.924] Different program with same set of files +Info 7536 [11:05:06.925] getCompletionData: Get current token: 0.0066339969635009766 +Info 7537 [11:05:06.925] getCompletionData: Is inside comment: 0.0472630113363266 +Info 7538 [11:05:06.925] getCompletionData: Get previous token: 0.04205898940563202 +Info 7539 [11:05:06.925] getCompletionsAtPosition: isCompletionListBlocker: 0.007746011018753052 +Info 7540 [11:05:06.926] getExportInfoMap: cache hit +Info 7541 [11:05:06.932] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 7542 [11:05:06.932] collectAutoImports: response is complete +Info 7543 [11:05:06.932] collectAutoImports: 5.597887009382248 +Info 7544 [11:05:06.932] getCompletionData: Semantic work: 7.079417005181313 +Info 7545 [11:05:06.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8981209993362427 +Info 7546 [11:05:06.939] Format host information updated +Info 7547 [11:05:06.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7548 [11:05:06.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 8.546687006950378ms +Info 7549 [11:05:06.977] Different program with same set of files +Info 7550 [11:05:06.977] getCompletionData: Get current token: 0.0029940009117126465 +Info 7551 [11:05:06.977] getCompletionData: Is inside comment: 0.01149401068687439 +Info 7552 [11:05:06.977] getCompletionData: Get previous token: 0.016306012868881226 +Info 7553 [11:05:06.977] getCompletionsAtPosition: isCompletionListBlocker: 0.0038399994373321533 +Info 7554 [11:05:06.978] getExportInfoMap: cache hit +Info 7555 [11:05:06.994] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7556 [11:05:06.994] collectAutoImports: response is complete +Info 7557 [11:05:06.994] collectAutoImports: 15.586167007684708 +Info 7558 [11:05:06.994] getCompletionData: Semantic work: 16.281521007418633 +Info 7559 [11:05:06.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6404720097780228 +Info 7560 [11:05:07.001] Format host information updated +Info 7561 [11:05:07.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7562 [11:05:07.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 6.896174997091293ms +Info 7563 [11:05:07.146] Different program with same set of files +Info 7564 [11:05:07.146] getCompletionData: Get current token: 0.002624988555908203 +Info 7565 [11:05:07.146] getCompletionData: Is inside comment: 0.009902000427246094 +Info 7566 [11:05:07.146] getCompletionData: Get previous token: 0.006029993295669556 +Info 7567 [11:05:07.146] getCompletionsAtPosition: isCompletionListBlocker: 0.008151993155479431 +Info 7568 [11:05:07.146] getExportInfoMap: cache hit +Info 7569 [11:05:07.162] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7570 [11:05:07.162] collectAutoImports: response is complete +Info 7571 [11:05:07.162] collectAutoImports: 15.194104999303818 +Info 7572 [11:05:07.162] getCompletionData: Semantic work: 15.782304003834724 +Info 7573 [11:05:07.166] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.330262005329132 +Info 7574 [11:05:07.170] Format host information updated +Info 7575 [11:05:09.718] getCompletionData: Get current token: 0.0023240000009536743 +Info 7576 [11:05:09.718] getCompletionData: Is inside comment: 0.019313007593154907 +Info 7577 [11:05:09.718] getCompletionData: Get previous token: 0.008579999208450317 +Info 7578 [11:05:09.718] getCompletionsAtPosition: isCompletionListBlocker: 0.00906999409198761 +Info 7579 [11:05:09.719] getExportInfoMap: cache hit +Info 7580 [11:05:09.722] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 7581 [11:05:09.722] collectAutoImports: response is complete +Info 7582 [11:05:09.722] collectAutoImports: 2.7155759930610657 +Info 7583 [11:05:09.722] getCompletionData: Semantic work: 3.335895001888275 +Info 7584 [11:05:09.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1416089981794357 +Info 7585 [11:05:09.816] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7586 [11:05:09.823] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 7.034920006990433ms +Info 7587 [11:05:09.823] Different program with same set of files +Info 7588 [11:05:09.823] getCompletionData: Get current token: 0.002633988857269287 +Info 7589 [11:05:09.823] getCompletionData: Is inside comment: 0.009288996458053589 +Info 7590 [11:05:09.823] getCompletionData: Get previous token: 0.005872994661331177 +Info 7591 [11:05:09.823] getCompletionsAtPosition: isCompletionListBlocker: 0.002334997057914734 +Info 7592 [11:05:09.824] getCompletionData: Semantic work: 0.545197993516922 +Info 7593 [11:05:09.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0502849966287613 +Info 7594 [11:05:09.828] Format host information updated +Info 7595 [11:05:10.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7596 [11:05:10.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 10.042057991027832ms +Info 7597 [11:05:10.122] Different program with same set of files +Info 7598 [11:05:10.122] getCompletionData: Get current token: 0.0023620128631591797 +Info 7599 [11:05:10.122] getCompletionData: Is inside comment: 0.0069649964570999146 +Info 7600 [11:05:10.122] getCompletionData: Get previous token: 0.009994998574256897 +Info 7601 [11:05:10.123] getCompletionsAtPosition: isCompletionListBlocker: 0.0020280033349990845 +Info 7602 [11:05:10.123] getCompletionData: Semantic work: 0.5880630016326904 +Info 7603 [11:05:10.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3524090051651 +Info 7604 [11:05:10.125] Format host information updated +Info 7605 [11:05:10.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7606 [11:05:10.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 6.450263991951942ms +Info 7607 [11:05:10.133] Different program with same set of files +Info 7608 [11:05:10.133] getCompletionData: Get current token: 0.0020719915628433228 +Info 7609 [11:05:10.133] getCompletionData: Is inside comment: 0.007098004221916199 +Info 7610 [11:05:10.133] getCompletionData: Get previous token: 0.01035800576210022 +Info 7611 [11:05:10.133] getCompletionsAtPosition: isCompletionListBlocker: 0.002017989754676819 +Info 7612 [11:05:10.133] getCompletionData: Semantic work: 0.45355500280857086 +Info 7613 [11:05:10.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5138099938631058 +Info 7614 [11:05:10.139] Format host information updated +Info 7615 [11:05:10.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7616 [11:05:10.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 6.883588999509811ms +Info 7617 [11:05:10.189] Different program with same set of files +Info 7618 [11:05:10.189] getCompletionData: Get current token: 0.0026680082082748413 +Info 7619 [11:05:10.189] getCompletionData: Is inside comment: 0.009256988763809204 +Info 7620 [11:05:10.189] getCompletionData: Get previous token: 0.013220995664596558 +Info 7621 [11:05:10.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0026769936084747314 +Info 7622 [11:05:10.190] getCompletionData: Semantic work: 0.5200520008802414 +Info 7623 [11:05:10.192] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5711240023374557 +Info 7624 [11:05:10.192] Format host information updated +Info 7625 [11:05:10.459] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7626 [11:05:10.465] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 5.823129013180733ms +Info 7627 [11:05:10.465] Different program with same set of files +Info 7628 [11:05:10.465] getCompletionData: Get current token: 0.0019560009241104126 +Info 7629 [11:05:10.465] getCompletionData: Is inside comment: 0.007275998592376709 +Info 7630 [11:05:10.465] getCompletionData: Get previous token: 0.029907003045082092 +Info 7631 [11:05:10.465] getCompletionsAtPosition: isCompletionListBlocker: 0.0023140013217926025 +Info 7632 [11:05:10.466] getCompletionData: Semantic work: 0.4617619961500168 +Info 7633 [11:05:10.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3982529938220978 +Info 7634 [11:05:10.471] Format host information updated +Info 7635 [11:05:10.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7636 [11:05:10.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 6.521002009510994ms +Info 7637 [11:05:10.498] Different program with same set of files +Info 7638 [11:05:10.498] getCompletionData: Get current token: 0.0019730031490325928 +Info 7639 [11:05:10.498] getCompletionData: Is inside comment: 0.007321998476982117 +Info 7640 [11:05:10.498] getCompletionData: Get previous token: 0.01038399338722229 +Info 7641 [11:05:10.498] getCompletionsAtPosition: isCompletionListBlocker: 0.002442002296447754 +Info 7642 [11:05:10.498] getCompletionData: Semantic work: 0.5239820033311844 +Info 7643 [11:05:10.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3180370032787323 +Info 7644 [11:05:10.500] Format host information updated +Info 7645 [11:05:10.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7646 [11:05:10.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 6.679407000541687ms +Info 7647 [11:05:10.605] Different program with same set of files +Info 7648 [11:05:10.606] getCompletionData: Get current token: 0.0024269968271255493 +Info 7649 [11:05:10.606] getCompletionData: Is inside comment: 0.00848400592803955 +Info 7650 [11:05:10.606] getCompletionData: Get previous token: 0.012388989329338074 +Info 7651 [11:05:10.606] getCompletionsAtPosition: isCompletionListBlocker: 0.0030430108308792114 +Info 7652 [11:05:10.606] getCompletionData: Semantic work: 0.5102269947528839 +Info 7653 [11:05:10.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5363940000534058 +Info 7654 [11:05:10.611] Format host information updated +Info 7655 [11:05:11.196] Format host information updated +Info 7656 [11:05:11.196] Format host information updated +Info 7657 [11:05:11.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7658 [11:05:11.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 6.265615999698639ms +Info 7659 [11:05:11.203] Different program with same set of files +Info 7660 [11:05:11.203] getCompletionData: Get current token: 0.0023180097341537476 +Info 7661 [11:05:11.203] getCompletionData: Is inside comment: 0.009057998657226562 +Info 7662 [11:05:11.203] getCompletionData: Get previous token: 0.005609005689620972 +Info 7663 [11:05:11.203] getCompletionsAtPosition: isCompletionListBlocker: 0.002768993377685547 +Info 7664 [11:05:11.203] getExportInfoMap: cache hit +Info 7665 [11:05:11.217] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7666 [11:05:11.217] collectAutoImports: response is complete +Info 7667 [11:05:11.217] collectAutoImports: 13.635807991027832 +Info 7668 [11:05:11.217] getCompletionData: Semantic work: 14.13799099624157 +Info 7669 [11:05:11.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.599136993288994 +Info 7670 [11:05:11.224] getCompletionData: Get current token: 0.010127007961273193 +Info 7671 [11:05:11.224] getCompletionData: Is inside comment: 0.0029489994049072266 +Info 7672 [11:05:11.224] getCompletionData: Get previous token: 0.017363011837005615 +Info 7673 [11:05:11.224] getCompletionsAtPosition: isCompletionListBlocker: 0.0026089996099472046 +Info 7674 [11:05:11.224] getCompletionData: Semantic work: 0.17829300463199615 +Info 7675 [11:05:11.227] getCompletionData: Get current token: 0.005972996354103088 +Info 7676 [11:05:11.227] getCompletionData: Is inside comment: 0.0024560093879699707 +Info 7677 [11:05:11.227] getCompletionData: Get previous token: 0.015477001667022705 +Info 7678 [11:05:11.227] getCompletionsAtPosition: isCompletionListBlocker: 0.001422002911567688 +Info 7679 [11:05:11.227] getCompletionData: Semantic work: 0.12617699801921844 +Info 7680 [11:05:11.228] Format host information updated +Info 7681 [11:05:11.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7682 [11:05:11.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 6.351943001151085ms +Info 7683 [11:05:11.339] Different program with same set of files +Info 7684 [11:05:11.339] getCompletionData: Get current token: 0.0021260082721710205 +Info 7685 [11:05:11.339] getCompletionData: Is inside comment: 0.008000001311302185 +Info 7686 [11:05:11.339] getCompletionData: Get previous token: 0.011522993445396423 +Info 7687 [11:05:11.339] getCompletionsAtPosition: isCompletionListBlocker: 0.0033439993858337402 +Info 7688 [11:05:11.340] getExportInfoMap: cache hit +Info 7689 [11:05:11.344] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 7690 [11:05:11.344] collectAutoImports: response is complete +Info 7691 [11:05:11.344] collectAutoImports: 3.7342880070209503 +Info 7692 [11:05:11.344] getCompletionData: Semantic work: 4.279576003551483 +Info 7693 [11:05:11.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1876610070466995 +Info 7694 [11:05:11.348] Format host information updated +Info 7695 [11:05:11.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7696 [11:05:11.469] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 6.319094002246857ms +Info 7697 [11:05:11.469] Different program with same set of files +Info 7698 [11:05:11.469] getCompletionData: Get current token: 0.00330999493598938 +Info 7699 [11:05:11.469] getCompletionData: Is inside comment: 0.012515008449554443 +Info 7700 [11:05:11.469] getCompletionData: Get previous token: 0.014556005597114563 +Info 7701 [11:05:11.469] getCompletionsAtPosition: isCompletionListBlocker: 0.0028679966926574707 +Info 7702 [11:05:11.469] getExportInfoMap: cache hit +Info 7703 [11:05:11.471] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7704 [11:05:11.471] collectAutoImports: response is complete +Info 7705 [11:05:11.471] collectAutoImports: 1.8953099995851517 +Info 7706 [11:05:11.471] getCompletionData: Semantic work: 2.46246001124382 +Info 7707 [11:05:11.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.006402999162674 +Info 7708 [11:05:11.473] Format host information updated +Info 7709 [11:05:11.582] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7710 [11:05:11.588] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 6.407571002840996ms +Info 7711 [11:05:11.588] Different program with same set of files +Info 7712 [11:05:11.588] getCompletionData: Get current token: 0.0021170079708099365 +Info 7713 [11:05:11.588] getCompletionData: Is inside comment: 0.00786900520324707 +Info 7714 [11:05:11.588] getCompletionData: Get previous token: 0.01125200092792511 +Info 7715 [11:05:11.588] getCompletionsAtPosition: isCompletionListBlocker: 0.0035389959812164307 +Info 7716 [11:05:11.589] getExportInfoMap: cache hit +Info 7717 [11:05:11.591] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7718 [11:05:11.591] collectAutoImports: response is complete +Info 7719 [11:05:11.591] collectAutoImports: 1.7948209941387177 +Info 7720 [11:05:11.591] getCompletionData: Semantic work: 2.313299000263214 +Info 7721 [11:05:11.592] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9272959977388382 +Info 7722 [11:05:11.595] Format host information updated +Info 7723 [11:05:11.652] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7724 [11:05:11.668] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 15.559215992689133ms +Info 7725 [11:05:11.668] Different program with same set of files +Info 7726 [11:05:11.668] getCompletionData: Get current token: 0.00591200590133667 +Info 7727 [11:05:11.668] getCompletionData: Is inside comment: 0.03594799339771271 +Info 7728 [11:05:11.668] getCompletionData: Get previous token: 0.034056007862091064 +Info 7729 [11:05:11.668] getCompletionsAtPosition: isCompletionListBlocker: 0.005698993802070618 +Info 7730 [11:05:11.669] getExportInfoMap: cache hit +Info 7731 [11:05:11.696] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7732 [11:05:11.696] collectAutoImports: response is complete +Info 7733 [11:05:11.696] collectAutoImports: 26.798253998160362 +Info 7734 [11:05:11.696] getCompletionData: Semantic work: 27.98903100192547 +Info 7735 [11:05:11.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.860021993517876 +Info 7736 [11:05:11.706] Format host information updated +Info 7737 [11:05:11.790] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7738 [11:05:11.810] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 19.972815990447998ms +Info 7739 [11:05:11.810] Different program with same set of files +Info 7740 [11:05:11.810] getCompletionData: Get current token: 0.009099990129470825 +Info 7741 [11:05:11.810] getCompletionData: Is inside comment: 0.031116008758544922 +Info 7742 [11:05:11.810] getCompletionData: Get previous token: 0.017778009176254272 +Info 7743 [11:05:11.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0207739919424057 +Info 7744 [11:05:11.812] getExportInfoMap: cache hit +Info 7745 [11:05:11.835] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 940 from cache +Info 7746 [11:05:11.835] collectAutoImports: response is complete +Info 7747 [11:05:11.835] collectAutoImports: 22.83049799501896 +Info 7748 [11:05:11.835] getCompletionData: Semantic work: 24.376120001077652 +Info 7749 [11:05:11.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.359443008899689 +Info 7750 [11:05:11.843] Format host information updated +Info 7751 [11:05:13.098] Format host information updated +Info 7752 [11:05:13.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7753 [11:05:13.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 6.655252993106842ms +Info 7754 [11:05:13.105] Different program with same set of files +Info 7755 [11:05:14.422] Format host information updated +Info 7756 [11:05:14.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7757 [11:05:14.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 10.043450996279716ms +Info 7758 [11:05:14.432] Different program with same set of files +Info 7759 [11:12:52.151] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7760 [11:12:52.153] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.purs +Info 7761 [11:12:52.153] Elapsed:: 1.700764000415802ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7762 [11:12:52.153] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7763 [11:12:52.154] Elapsed:: 0.9380939900875092ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7764 [11:17:38.529] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7765 [11:17:38.530] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.purs +Info 7766 [11:17:38.530] Elapsed:: 0.2893359959125519ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7767 [11:17:38.530] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7768 [11:17:38.530] Elapsed:: 0.17331300675868988ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7769 [11:21:33.527] Search path: /home/orion/src/purescript-puppeteer/src +Info 7770 [11:21:33.528] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7771 [11:21:33.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7772 [11:21:33.555] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed: 25.630991995334625ms +Info 7773 [11:21:33.555] Project '/dev/null/inferredProject1*' (Inferred) +Info 7774 [11:21:33.555] Files (130) + +Info 7775 [11:21:33.555] ----------------------------------------------- +Info 7776 [11:21:33.555] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7777 [11:21:33.555] Files (179) + +Info 7778 [11:21:33.555] ----------------------------------------------- +Info 7779 [11:21:33.556] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7779 [11:21:33.556] Files (140) + +Info 7779 [11:21:33.556] ----------------------------------------------- +Info 7779 [11:21:33.556] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7779 [11:21:33.556] Files (271) + +Info 7779 [11:21:33.556] ----------------------------------------------- +Info 7779 [11:21:33.556] Project '/dev/null/inferredProject1*' (Inferred) +Info 7779 [11:21:33.556] Files (130) + +Info 7779 [11:21:33.556] ----------------------------------------------- +Info 7779 [11:21:33.556] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7779 [11:21:33.556] Files (179) + +Info 7779 [11:21:33.556] ----------------------------------------------- +Info 7779 [11:21:33.556] Open files: +Info 7779 [11:21:33.556] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7779 [11:21:33.556] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7779 [11:21:33.556] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7779 [11:21:33.556] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7779 [11:21:33.556] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7779 [11:21:33.556] Projects: /dev/null/inferredProject1* +Info 7779 [11:21:33.740] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7780 [11:21:33.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Not Elapsed: 0.6651090085506439ms +Info 7781 [11:21:34.090] Format host information updated +Info 7782 [11:21:35.007] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7783 [11:21:35.007] Elapsed:: 0.3469479978084564ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7784 [11:21:35.007] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7785 [11:21:35.007] Elapsed:: 0.03950800001621246ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7786 [11:21:35.007] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 7787 [11:21:35.007] Ignoring files that are not *.json +Info 7788 [11:21:35.007] Elapsed:: 0.05033700168132782ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 7789 [11:21:35.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7790 [11:21:35.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 714 structureChanged: true structureIsReused:: Not Elapsed: 24.46918199956417ms +Info 7791 [11:21:35.286] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7792 [11:21:35.286] Files (141) + +Info 7793 [11:21:35.286] ----------------------------------------------- +Info 7794 [11:21:35.286] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7795 [11:21:35.286] Files (271) + +Info 7796 [11:21:35.286] ----------------------------------------------- +Info 7797 [11:21:36.831] Format host information updated +Info 7798 [11:21:36.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7799 [11:21:36.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 9.32532399892807ms +Info 7800 [11:21:36.841] Different program with same set of files +Info 7801 [11:21:37.509] Before ensureProjectForOpenFiles: +Info 7802 [11:21:37.509] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7802 [11:21:37.509] Files (141) + +Info 7802 [11:21:37.509] ----------------------------------------------- +Info 7802 [11:21:37.509] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7802 [11:21:37.509] Files (271) + +Info 7802 [11:21:37.509] ----------------------------------------------- +Info 7802 [11:21:37.509] Project '/dev/null/inferredProject1*' (Inferred) +Info 7802 [11:21:37.509] Files (130) + +Info 7802 [11:21:37.509] ----------------------------------------------- +Info 7802 [11:21:37.509] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7802 [11:21:37.509] Files (179) + +Info 7802 [11:21:37.509] ----------------------------------------------- +Info 7802 [11:21:37.509] Open files: +Info 7802 [11:21:37.509] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7802 [11:21:37.509] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7802 [11:21:37.509] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7802 [11:21:37.509] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7802 [11:21:37.509] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7802 [11:21:37.509] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7802 [11:21:37.509] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7803 [11:21:37.535] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: true structureIsReused:: Not Elapsed: 25.71729800105095ms +Info 7804 [11:21:37.535] Project '/dev/null/inferredProject1*' (Inferred) +Info 7805 [11:21:37.535] Files (129) + +Info 7806 [11:21:37.535] ----------------------------------------------- +Info 7807 [11:21:37.535] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7808 [11:21:37.535] Files (179) + +Info 7809 [11:21:37.535] ----------------------------------------------- +Info 7810 [11:21:37.535] After ensureProjectForOpenFiles: +Info 7811 [11:21:37.535] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7811 [11:21:37.535] Files (141) + +Info 7811 [11:21:37.535] ----------------------------------------------- +Info 7811 [11:21:37.535] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7811 [11:21:37.535] Files (271) + +Info 7811 [11:21:37.535] ----------------------------------------------- +Info 7811 [11:21:37.535] Project '/dev/null/inferredProject1*' (Inferred) +Info 7811 [11:21:37.535] Files (129) + +Info 7811 [11:21:37.535] ----------------------------------------------- +Info 7811 [11:21:37.535] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7811 [11:21:37.535] Files (179) + +Info 7811 [11:21:37.535] ----------------------------------------------- +Info 7811 [11:21:37.535] Open files: +Info 7811 [11:21:37.535] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7811 [11:21:37.535] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7811 [11:21:37.535] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7811 [11:21:37.535] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7811 [11:21:37.535] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7811 [11:21:37.535] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7811 [11:21:37.536] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js +Info 7812 [11:21:37.536] Format host information updated +Info 7813 [11:21:37.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7814 [11:21:37.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 13.069325000047684ms +Info 7815 [11:21:37.550] Different program with same set of files +Info 7816 [11:21:39.687] Format host information updated +Info 7817 [11:21:39.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7818 [11:21:39.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 7.865561991930008ms +Info 7819 [11:21:39.695] Different program with same set of files +Info 7820 [11:21:40.005] Format host information updated +Info 7821 [11:21:40.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7822 [11:21:40.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 9.607026994228363ms +Info 7823 [11:21:40.015] Different program with same set of files +Info 7824 [11:21:40.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7825 [11:21:40.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 6.2640009969472885ms +Info 7826 [11:21:40.181] Different program with same set of files +Info 7827 [11:21:40.181] getCompletionData: Get current token: 0.0018399953842163086 +Info 7828 [11:21:40.181] getCompletionData: Is inside comment: 0.003541991114616394 +Info 7829 [11:21:40.181] getCompletionData: Get previous token: 0.009208008646965027 +Info 7830 [11:21:40.181] getCompletionsAtPosition: isCompletionListBlocker: 0.007927998900413513 +Info 7831 [11:21:40.183] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.5212120115756989 ms +Info 7832 [11:21:40.183] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 7833 [11:21:40.183] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 4 structureChanged: false structureIsReused:: Not Elapsed: 0.2800140082836151ms +Info 7834 [11:21:40.183] getExportInfoMap: cache miss or empty; calculating new results +Info 7835 [11:21:40.208] forEachExternalModuleToImportFrom autoImportProvider: 12.072551012039185 +Info 7836 [11:21:40.208] getExportInfoMap: done in 25.577433988451958 ms +Info 7837 [11:21:40.216] collectAutoImports: resolved 14 module specifiers, plus 24 ambient and 140 from cache +Info 7838 [11:21:40.216] collectAutoImports: response is complete +Info 7839 [11:21:40.216] collectAutoImports: 8.416923999786377 +Info 7840 [11:21:40.216] getCompletionData: Semantic work: 34.73092599213123 +Info 7841 [11:21:40.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.97359599173069 +Info 7842 [11:21:40.219] Format host information updated +Info 7843 [11:21:40.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7844 [11:21:40.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 26.6545519977808ms +Info 7845 [11:21:40.429] Different program with same set of files +Info 7846 [11:21:40.429] getCompletionData: Get current token: 0.0033520013093948364 +Info 7847 [11:21:40.429] getCompletionData: Is inside comment: 0.006171002984046936 +Info 7848 [11:21:40.429] getCompletionData: Get previous token: 0.014172002673149109 +Info 7849 [11:21:40.429] getCompletionsAtPosition: isCompletionListBlocker: 0.012138992547988892 +Info 7850 [11:21:40.430] getExportInfoMap: cache hit +Info 7851 [11:21:40.435] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 11 from cache +Info 7852 [11:21:40.435] collectAutoImports: response is complete +Info 7853 [11:21:40.435] collectAutoImports: 4.757720991969109 +Info 7854 [11:21:40.435] getCompletionData: Semantic work: 5.699009999632835 +Info 7855 [11:21:40.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8122960031032562 +Info 7856 [11:21:40.438] Format host information updated +Info 7857 [11:21:40.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7858 [11:21:40.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 7.393160000443459ms +Info 7859 [11:21:40.476] Different program with same set of files +Info 7860 [11:21:40.476] getCompletionData: Get current token: 0.0018949955701828003 +Info 7861 [11:21:40.476] getCompletionData: Is inside comment: 0.004014000296592712 +Info 7862 [11:21:40.476] getCompletionData: Get previous token: 0.007288992404937744 +Info 7863 [11:21:40.476] getCompletionsAtPosition: isCompletionListBlocker: 0.008245006203651428 +Info 7864 [11:21:40.476] getExportInfoMap: cache hit +Info 7865 [11:21:40.479] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 7866 [11:21:40.479] collectAutoImports: response is complete +Info 7867 [11:21:40.479] collectAutoImports: 2.703605994582176 +Info 7868 [11:21:40.479] getCompletionData: Semantic work: 3.316559001803398 +Info 7869 [11:21:40.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3703320026397705 +Info 7870 [11:21:40.481] Format host information updated +Info 7871 [11:21:40.566] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7872 [11:21:40.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 24.172106012701988ms +Info 7873 [11:21:40.590] Different program with same set of files +Info 7874 [11:21:40.590] getCompletionData: Get current token: 0.005399003624916077 +Info 7875 [11:21:40.590] getCompletionData: Is inside comment: 0.010711997747421265 +Info 7876 [11:21:40.590] getCompletionData: Get previous token: 0.021743997931480408 +Info 7877 [11:21:40.590] getCompletionsAtPosition: isCompletionListBlocker: 0.01872900128364563 +Info 7878 [11:21:40.592] getExportInfoMap: cache hit +Info 7879 [11:21:40.601] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7880 [11:21:40.601] collectAutoImports: response is complete +Info 7881 [11:21:40.601] collectAutoImports: 9.498088002204895 +Info 7882 [11:21:40.601] getCompletionData: Semantic work: 11.052691996097565 +Info 7883 [11:21:40.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.126231014728546 +Info 7884 [11:21:40.604] Format host information updated +Info 7885 [11:21:40.664] Format host information updated +Info 7886 [11:21:40.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7887 [11:21:40.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 20.81904400885105ms +Info 7888 [11:21:40.686] Different program with same set of files +Info 7889 [11:21:40.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7890 [11:21:40.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 6.692542999982834ms +Info 7891 [11:21:40.956] Different program with same set of files +Info 7892 [11:21:40.956] getCompletionData: Get current token: 0.0017149895429611206 +Info 7893 [11:21:40.956] getCompletionData: Is inside comment: 0.0031419992446899414 +Info 7894 [11:21:40.956] getCompletionData: Get previous token: 0.004942998290061951 +Info 7895 [11:21:40.956] getCompletionsAtPosition: isCompletionListBlocker: 0.006628990173339844 +Info 7896 [11:21:40.956] getExportInfoMap: cache hit +Info 7897 [11:21:40.968] collectAutoImports: resolved 9 module specifiers, plus 17 ambient and 223 from cache +Info 7898 [11:21:40.968] collectAutoImports: response is complete +Info 7899 [11:21:40.968] collectAutoImports: 11.584474995732307 +Info 7900 [11:21:40.968] getCompletionData: Semantic work: 12.072529003024101 +Info 7901 [11:21:40.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8361140042543411 +Info 7902 [11:21:40.971] Format host information updated +Info 7903 [11:21:40.977] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7904 [11:21:40.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 6.153468996286392ms +Info 7905 [11:21:40.983] Different program with same set of files +Info 7906 [11:21:40.984] getCompletionData: Get current token: 0.0016069859266281128 +Info 7907 [11:21:40.984] getCompletionData: Is inside comment: 0.0032480061054229736 +Info 7908 [11:21:40.984] getCompletionData: Get previous token: 0.005534008145332336 +Info 7909 [11:21:40.984] getCompletionsAtPosition: isCompletionListBlocker: 0.006141006946563721 +Info 7910 [11:21:40.984] getExportInfoMap: cache hit +Info 7911 [11:21:40.988] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 119 from cache +Info 7912 [11:21:40.988] collectAutoImports: response is complete +Info 7913 [11:21:40.988] collectAutoImports: 4.123407006263733 +Info 7914 [11:21:40.988] getCompletionData: Semantic work: 4.613448992371559 +Info 7915 [11:21:40.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7466759979724884 +Info 7916 [11:21:40.993] Format host information updated +Info 7917 [11:21:41.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7918 [11:21:41.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 12.029853999614716ms +Info 7919 [11:21:41.057] Different program with same set of files +Info 7920 [11:21:41.058] getCompletionData: Get current token: 0.003963008522987366 +Info 7921 [11:21:41.058] getCompletionData: Is inside comment: 0.0076449960470199585 +Info 7922 [11:21:41.058] getCompletionData: Get previous token: 0.010880008339881897 +Info 7923 [11:21:41.058] getCompletionsAtPosition: isCompletionListBlocker: 0.01194201409816742 +Info 7924 [11:21:41.059] getExportInfoMap: cache hit +Info 7925 [11:21:41.065] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 43 from cache +Info 7926 [11:21:41.065] collectAutoImports: response is complete +Info 7927 [11:21:41.065] collectAutoImports: 6.606049001216888 +Info 7928 [11:21:41.065] getCompletionData: Semantic work: 7.624081999063492 +Info 7929 [11:21:41.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.264975994825363 +Info 7930 [11:21:41.069] Format host information updated +Info 7931 [11:21:41.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7932 [11:21:41.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 19.97052399814129ms +Info 7933 [11:21:41.149] Different program with same set of files +Info 7934 [11:21:41.149] getCompletionData: Get current token: 0.004226997494697571 +Info 7935 [11:21:41.149] getCompletionData: Is inside comment: 0.009776994585990906 +Info 7936 [11:21:41.149] getCompletionData: Get previous token: 0.017208009958267212 +Info 7937 [11:21:41.149] getCompletionsAtPosition: isCompletionListBlocker: 0.01418699324131012 +Info 7938 [11:21:41.150] getExportInfoMap: cache hit +Info 7939 [11:21:41.174] collectAutoImports: resolved 9 module specifiers, plus 219 ambient and 938 from cache +Info 7940 [11:21:41.174] collectAutoImports: response is complete +Info 7941 [11:21:41.174] collectAutoImports: 24.001767992973328 +Info 7942 [11:21:41.174] getCompletionData: Semantic work: 25.068305000662804 +Info 7943 [11:21:41.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.519822001457214 +Info 7944 [11:21:41.184] Format host information updated +Info 7945 [11:21:41.191] Format host information updated +Info 7946 [11:21:41.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7947 [11:21:41.197] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 5.915250986814499ms +Info 7948 [11:21:41.197] Different program with same set of files +Info 7949 [11:21:41.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7950 [11:21:41.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 5.853891998529434ms +Info 7951 [11:21:41.481] Different program with same set of files +Info 7952 [11:21:41.481] getCompletionData: Get current token: 0.0017379969358444214 +Info 7953 [11:21:41.481] getCompletionData: Is inside comment: 0.003480002284049988 +Info 7954 [11:21:41.481] getCompletionData: Get previous token: 0.006650000810623169 +Info 7955 [11:21:41.481] getCompletionsAtPosition: isCompletionListBlocker: 0.001730009913444519 +Info 7956 [11:21:41.481] Returning an empty list because completion was requested in an invalid position. +Info 7957 [11:21:41.481] Format host information updated +Info 7958 [11:21:41.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7959 [11:21:41.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 10.218905001878738ms +Info 7960 [11:21:41.583] Different program with same set of files +Info 7961 [11:21:41.583] getCompletionData: Get current token: 0.001493006944656372 +Info 7962 [11:21:41.583] getCompletionData: Is inside comment: 0.003987997770309448 +Info 7963 [11:21:41.583] getCompletionData: Get previous token: 0.007187008857727051 +Info 7964 [11:21:41.583] getCompletionsAtPosition: isCompletionListBlocker: 0.0015379935503005981 +Info 7965 [11:21:41.583] Returning an empty list because completion was requested in an invalid position. +Info 7966 [11:21:41.583] Format host information updated +Info 7967 [11:21:41.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7968 [11:21:41.764] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 6.45372399687767ms +Info 7969 [11:21:41.764] Different program with same set of files +Info 7970 [11:21:41.764] getCompletionData: Get current token: 0.0014600008726119995 +Info 7971 [11:21:41.764] getCompletionData: Is inside comment: 0.003999009728431702 +Info 7972 [11:21:41.764] getCompletionData: Get previous token: 0.007029995322227478 +Info 7973 [11:21:41.764] getCompletionsAtPosition: isCompletionListBlocker: 0.0015220046043395996 +Info 7974 [11:21:41.764] Returning an empty list because completion was requested in an invalid position. +Info 7975 [11:21:41.764] Format host information updated +Info 7976 [11:21:41.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7977 [11:21:41.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 6.625253990292549ms +Info 7978 [11:21:41.839] Different program with same set of files +Info 7979 [11:21:41.839] getCompletionData: Get current token: 0.0016250014305114746 +Info 7980 [11:21:41.839] getCompletionData: Is inside comment: 0.004351004958152771 +Info 7981 [11:21:41.839] getCompletionData: Get previous token: 0.0077700018882751465 +Info 7982 [11:21:41.839] getCompletionsAtPosition: isCompletionListBlocker: 0.0019439905881881714 +Info 7983 [11:21:41.839] Returning an empty list because completion was requested in an invalid position. +Info 7984 [11:21:41.842] Format host information updated +Info 7985 [11:21:41.932] Format host information updated +Info 7986 [11:21:41.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7987 [11:21:41.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 6.21620599925518ms +Info 7988 [11:21:41.939] Different program with same set of files +Info 7989 [11:21:42.080] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7990 [11:21:42.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 6.8650490045547485ms +Info 7991 [11:21:42.087] Different program with same set of files +Info 7992 [11:21:42.087] getCompletionData: Get current token: 0.0016930103302001953 +Info 7993 [11:21:42.087] getCompletionData: Is inside comment: 0.004242002964019775 +Info 7994 [11:21:42.087] getCompletionData: Get previous token: 0.0030470043420791626 +Info 7995 [11:21:42.087] getCompletionsAtPosition: isCompletionListBlocker: 0.008866995573043823 +Info 7996 [11:21:42.087] getExportInfoMap: cache hit +Info 7997 [11:21:42.102] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 947 from cache +Info 7998 [11:21:42.102] collectAutoImports: response is complete +Info 7999 [11:21:42.102] collectAutoImports: 14.705620005726814 +Info 8000 [11:21:42.102] getCompletionData: Semantic work: 15.221358999609947 +Info 8001 [11:21:42.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7854570001363754 +Info 8002 [11:21:42.110] Format host information updated +Info 8003 [11:21:42.139] Format host information updated +Info 8004 [11:21:42.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8005 [11:21:42.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 7.802604004740715ms +Info 8006 [11:21:42.147] Different program with same set of files +Info 8007 [11:21:42.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8008 [11:21:42.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 7.644315987825394ms +Info 8009 [11:21:42.833] Different program with same set of files +Info 8010 [11:21:42.833] getCompletionData: Get current token: 0.0018070042133331299 +Info 8011 [11:21:42.833] getCompletionData: Is inside comment: 0.004563003778457642 +Info 8012 [11:21:42.833] getCompletionData: Get previous token: 0.009334996342658997 +Info 8013 [11:21:42.833] getCompletionsAtPosition: isCompletionListBlocker: 0.008818000555038452 +Info 8014 [11:21:42.834] getExportInfoMap: cache hit +Info 8015 [11:21:42.839] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 8016 [11:21:42.839] collectAutoImports: response is complete +Info 8017 [11:21:42.839] collectAutoImports: 4.927936002612114 +Info 8018 [11:21:42.839] getCompletionData: Semantic work: 5.767026990652084 +Info 8019 [11:21:42.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5139629989862442 +Info 8020 [11:21:42.841] Format host information updated +Info 8021 [11:21:42.929] Format host information updated +Info 8022 [11:21:42.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8023 [11:21:42.937] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 7.237990990281105ms +Info 8024 [11:21:42.937] Different program with same set of files +Info 8025 [11:21:43.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8026 [11:21:43.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 9.110789999365807ms +Info 8027 [11:21:43.119] Different program with same set of files +Info 8028 [11:21:43.120] getCompletionData: Get current token: 0.0017939954996109009 +Info 8029 [11:21:43.120] getCompletionData: Is inside comment: 0.005150005221366882 +Info 8030 [11:21:43.120] getCompletionData: Get previous token: 0.0035919994115829468 +Info 8031 [11:21:43.120] getCompletionsAtPosition: isCompletionListBlocker: 0.006409004330635071 +Info 8032 [11:21:43.120] getExportInfoMap: cache hit +Info 8033 [11:21:43.132] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 947 from cache +Info 8034 [11:21:43.132] collectAutoImports: response is complete +Info 8035 [11:21:43.132] collectAutoImports: 11.766258001327515 +Info 8036 [11:21:43.132] getCompletionData: Semantic work: 12.262125000357628 +Info 8037 [11:21:43.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1025919914245605 +Info 8038 [11:21:43.140] Format host information updated +Info 8039 [11:21:43.291] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8040 [11:21:43.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 9.04373899102211ms +Info 8041 [11:21:43.300] Different program with same set of files +Info 8042 [11:21:43.300] getCompletionData: Get current token: 0.0024029910564422607 +Info 8043 [11:21:43.300] getCompletionData: Is inside comment: 0.007866993546485901 +Info 8044 [11:21:43.300] getCompletionData: Get previous token: 0.005557999014854431 +Info 8045 [11:21:43.300] getCompletionsAtPosition: isCompletionListBlocker: 0.010284006595611572 +Info 8046 [11:21:43.301] getExportInfoMap: cache hit +Info 8047 [11:21:43.315] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 947 from cache +Info 8048 [11:21:43.315] collectAutoImports: response is complete +Info 8049 [11:21:43.315] collectAutoImports: 14.146098002791405 +Info 8050 [11:21:43.315] getCompletionData: Semantic work: 14.857648000121117 +Info 8051 [11:21:43.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.597396999597549 +Info 8052 [11:21:43.323] Format host information updated +Info 8053 [11:21:43.371] Format host information updated +Info 8054 [11:21:43.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8055 [11:21:43.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 8.64249400794506ms +Info 8056 [11:21:43.380] Different program with same set of files +Info 8057 [11:21:43.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8058 [11:21:43.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 6.6461650133132935ms +Info 8059 [11:21:43.562] Different program with same set of files +Info 8060 [11:21:43.562] getCompletionData: Get current token: 0.0018790066242218018 +Info 8061 [11:21:43.563] getCompletionData: Is inside comment: 0.005226001143455505 +Info 8062 [11:21:43.563] getCompletionData: Get previous token: 0.028224006295204163 +Info 8063 [11:21:43.563] getCompletionsAtPosition: isCompletionListBlocker: 0.008179008960723877 +Info 8064 [11:21:43.563] getExportInfoMap: cache hit +Info 8065 [11:21:43.567] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 8066 [11:21:43.567] collectAutoImports: response is complete +Info 8067 [11:21:43.567] collectAutoImports: 3.7820650041103363 +Info 8068 [11:21:43.567] getCompletionData: Semantic work: 4.432907000184059 +Info 8069 [11:21:43.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3684189915657043 +Info 8070 [11:21:43.571] Format host information updated +Info 8071 [11:21:43.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8072 [11:21:43.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 6.126134008169174ms +Info 8073 [11:21:43.874] Different program with same set of files +Info 8074 [11:21:43.874] getCompletionData: Get current token: 0.0016830116510391235 +Info 8075 [11:21:43.874] getCompletionData: Is inside comment: 0.0049620121717453 +Info 8076 [11:21:43.874] getCompletionData: Get previous token: 0.003506988286972046 +Info 8077 [11:21:43.874] getCompletionsAtPosition: isCompletionListBlocker: 0.0021409988403320312 +Info 8078 [11:21:43.874] getCompletionData: Semantic work: 0.141618013381958 +Info 8079 [11:21:43.874] Format host information updated +Info 8080 [11:21:44.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8081 [11:21:44.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 9.711520001292229ms +Info 8082 [11:21:44.110] Different program with same set of files +Info 8083 [11:21:44.110] getCompletionData: Get current token: 0.0016970038414001465 +Info 8084 [11:21:44.110] getCompletionData: Is inside comment: 0.004462003707885742 +Info 8085 [11:21:44.110] getCompletionData: Get previous token: 0.010303005576133728 +Info 8086 [11:21:44.110] getCompletionsAtPosition: isCompletionListBlocker: 0.00243300199508667 +Info 8087 [11:21:44.110] getCompletionData: Semantic work: 0.14655499160289764 +Info 8088 [11:21:44.111] Format host information updated +Info 8089 [11:21:44.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8090 [11:21:44.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 6.364799007773399ms +Info 8091 [11:21:44.119] Different program with same set of files +Info 8092 [11:21:44.119] getCompletionData: Get current token: 0.0015099942684173584 +Info 8093 [11:21:44.119] getCompletionData: Is inside comment: 0.004660993814468384 +Info 8094 [11:21:44.119] getCompletionData: Get previous token: 0.022652000188827515 +Info 8095 [11:21:44.119] getCompletionsAtPosition: isCompletionListBlocker: 0.002183005213737488 +Info 8096 [11:21:44.119] getCompletionData: Semantic work: 0.12611199915409088 +Info 8097 [11:21:44.119] Format host information updated +Info 8098 [11:21:44.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8099 [11:21:44.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 6.295306995511055ms +Info 8100 [11:21:44.267] Different program with same set of files +Info 8101 [11:21:44.267] getCompletionData: Get current token: 0.001837998628616333 +Info 8102 [11:21:44.267] getCompletionData: Is inside comment: 0.006491988897323608 +Info 8103 [11:21:44.267] getCompletionData: Get previous token: 0.010996997356414795 +Info 8104 [11:21:44.267] getCompletionsAtPosition: isCompletionListBlocker: 0.0027210116386413574 +Info 8105 [11:21:44.267] getCompletionData: Semantic work: 0.14839200675487518 +Info 8106 [11:21:44.270] Format host information updated +Info 8107 [11:21:44.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8108 [11:21:44.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 6.389866009354591ms +Info 8109 [11:21:44.335] Different program with same set of files +Info 8110 [11:21:44.335] getCompletionData: Get current token: 0.001766994595527649 +Info 8111 [11:21:44.335] getCompletionData: Is inside comment: 0.005269989371299744 +Info 8112 [11:21:44.335] getCompletionData: Get previous token: 0.01061299443244934 +Info 8113 [11:21:44.335] getCompletionsAtPosition: isCompletionListBlocker: 0.0023400038480758667 +Info 8114 [11:21:44.335] getCompletionData: Semantic work: 0.13951198756694794 +Info 8115 [11:21:44.335] Format host information updated +Info 8116 [11:21:44.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8117 [11:21:44.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 7.415970996022224ms +Info 8118 [11:21:44.491] Different program with same set of files +Info 8119 [11:21:44.491] getCompletionData: Get current token: 0.002535000443458557 +Info 8120 [11:21:44.491] getCompletionData: Is inside comment: 0.005215004086494446 +Info 8121 [11:21:44.491] getCompletionData: Get previous token: 0.004164010286331177 +Info 8122 [11:21:44.491] getCompletionsAtPosition: isCompletionListBlocker: 0.0027880072593688965 +Info 8123 [11:21:44.491] getExportInfoMap: cache hit +Info 8124 [11:21:44.504] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 947 from cache +Info 8125 [11:21:44.504] collectAutoImports: response is complete +Info 8126 [11:21:44.504] collectAutoImports: 12.75611698627472 +Info 8127 [11:21:44.504] getCompletionData: Semantic work: 13.371627002954483 +Info 8128 [11:21:44.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9497179985046387 +Info 8129 [11:21:44.511] Format host information updated +Info 8130 [11:21:44.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8131 [11:21:44.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 6.350138008594513ms +Info 8132 [11:21:44.549] Different program with same set of files +Info 8133 [11:21:44.549] getCompletionData: Get current token: 0.002111002802848816 +Info 8134 [11:21:44.549] getCompletionData: Is inside comment: 0.005606010556221008 +Info 8135 [11:21:44.549] getCompletionData: Get previous token: 0.003885999321937561 +Info 8136 [11:21:44.549] getCompletionsAtPosition: isCompletionListBlocker: 0.007348001003265381 +Info 8137 [11:21:44.550] getExportInfoMap: cache hit +Info 8138 [11:21:44.562] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 947 from cache +Info 8139 [11:21:44.562] collectAutoImports: response is complete +Info 8140 [11:21:44.562] collectAutoImports: 12.42705400288105 +Info 8141 [11:21:44.562] getCompletionData: Semantic work: 12.91066199541092 +Info 8142 [11:21:44.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8072360008955 +Info 8143 [11:21:44.568] Format host information updated +Info 8144 [11:21:46.385] Format host information updated +Info 8145 [11:21:46.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8146 [11:21:46.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 6.7202659994363785ms +Info 8147 [11:21:46.392] Different program with same set of files +Info 8148 [11:21:46.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8149 [11:21:46.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 5.688510000705719ms +Info 8150 [11:21:46.672] Different program with same set of files +Info 8151 [11:21:46.672] getCompletionData: Get current token: 0.004347994923591614 +Info 8152 [11:21:46.672] getCompletionData: Is inside comment: 0.004408001899719238 +Info 8153 [11:21:46.672] getCompletionData: Get previous token: 0.003121986985206604 +Info 8154 [11:21:46.672] getCompletionsAtPosition: isCompletionListBlocker: 0.0071260035037994385 +Info 8155 [11:21:46.673] getExportInfoMap: cache hit +Info 8156 [11:21:46.686] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 947 from cache +Info 8157 [11:21:46.686] collectAutoImports: response is complete +Info 8158 [11:21:46.686] collectAutoImports: 13.30324599146843 +Info 8159 [11:21:46.686] getCompletionData: Semantic work: 13.83560100197792 +Info 8160 [11:21:46.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.334415003657341 +Info 8161 [11:21:46.694] Format host information updated +Info 8162 [11:21:46.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8163 [11:21:46.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 12.05375400185585ms +Info 8164 [11:21:46.946] Different program with same set of files +Info 8165 [11:21:46.946] getCompletionData: Get current token: 0.001869991421699524 +Info 8166 [11:21:46.946] getCompletionData: Is inside comment: 0.005184993147850037 +Info 8167 [11:21:46.946] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 8168 [11:21:46.947] Format host information updated +Info 8169 [11:21:47.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8170 [11:21:47.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 6.197145998477936ms +Info 8171 [11:21:47.040] Different program with same set of files +Info 8172 [11:21:47.040] getCompletionData: Get current token: 0.002035990357398987 +Info 8173 [11:21:47.040] getCompletionData: Is inside comment: 0.003986001014709473 +Info 8174 [11:21:47.041] Format host information updated +Info 8175 [11:21:47.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8176 [11:21:47.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 6.520691990852356ms +Info 8177 [11:21:47.132] Different program with same set of files +Info 8178 [11:21:47.133] getCompletionData: Get current token: 0.002419993281364441 +Info 8179 [11:21:47.133] getCompletionData: Is inside comment: 0.005380004644393921 +Info 8180 [11:21:47.133] Format host information updated +Info 8181 [11:21:47.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8182 [11:21:47.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 13.913143992424011ms +Info 8183 [11:21:47.474] Different program with same set of files +Info 8184 [11:21:47.474] getCompletionData: Get current token: 0.0033129900693893433 +Info 8185 [11:21:47.474] getCompletionData: Is inside comment: 0.006032988429069519 +Info 8186 [11:21:47.474] getCompletionData: Get previous token: 0.0037730038166046143 +Info 8187 [11:21:47.474] getCompletionsAtPosition: isCompletionListBlocker: 0.01399599015712738 +Info 8188 [11:21:47.475] getExportInfoMap: cache hit +Info 8189 [11:21:47.488] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 947 from cache +Info 8190 [11:21:47.488] collectAutoImports: response is complete +Info 8191 [11:21:47.488] collectAutoImports: 13.412882998585701 +Info 8192 [11:21:47.488] getCompletionData: Semantic work: 14.340227007865906 +Info 8193 [11:21:47.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.370638996362686 +Info 8194 [11:21:47.499] Format host information updated +Info 8195 [11:21:47.830] getCompletionData: Get current token: 0.002835005521774292 +Info 8196 [11:21:47.830] getCompletionData: Is inside comment: 0.005223006010055542 +Info 8197 [11:21:47.899] Format host information updated +Info 8198 [11:21:47.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8199 [11:21:47.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 6.126634001731873ms +Info 8200 [11:21:47.905] Different program with same set of files +Info 8201 [11:21:48.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8202 [11:21:48.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 6.919371992349625ms +Info 8203 [11:21:48.014] Different program with same set of files +Info 8204 [11:21:48.014] getCompletionData: Get current token: 0.0030979961156845093 +Info 8205 [11:21:48.014] getCompletionData: Is inside comment: 0.005510002374649048 +Info 8206 [11:21:48.017] Format host information updated +Info 8207 [11:21:48.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8208 [11:21:48.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 6.12348099052906ms +Info 8209 [11:21:48.225] Different program with same set of files +Info 8210 [11:21:48.225] getCompletionData: Get current token: 0.0032889991998672485 +Info 8211 [11:21:48.226] getCompletionData: Is inside comment: 0.006441012024879456 +Info 8212 [11:21:48.226] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 8213 [11:21:48.226] Format host information updated +Info 8214 [11:21:48.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8215 [11:21:48.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 6.114761009812355ms +Info 8216 [11:21:48.419] Different program with same set of files +Info 8217 [11:21:48.419] getCompletionData: Get current token: 0.003077000379562378 +Info 8218 [11:21:48.419] getCompletionData: Is inside comment: 0.005603000521659851 +Info 8219 [11:21:48.419] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 8220 [11:21:48.421] Format host information updated +Info 8221 [11:21:48.561] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8222 [11:21:48.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 6.267343997955322ms +Info 8223 [11:21:48.568] Different program with same set of files +Info 8224 [11:21:48.568] getCompletionData: Get current token: 0.003618001937866211 +Info 8225 [11:21:48.568] getCompletionData: Is inside comment: 0.0073279887437820435 +Info 8226 [11:21:48.568] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 8227 [11:21:48.568] Format host information updated +Info 8228 [11:21:48.633] Format host information updated +Info 8229 [11:21:48.633] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8230 [11:21:48.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 6.31861899793148ms +Info 8231 [11:21:48.639] Different program with same set of files +Info 8232 [11:21:48.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8233 [11:21:48.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 761 structureChanged: false structureIsReused:: Completely Elapsed: 6.259709000587463ms +Info 8234 [11:21:48.791] Different program with same set of files +Info 8235 [11:21:48.792] getCompletionData: Get current token: 0.004602998495101929 +Info 8236 [11:21:48.792] getCompletionData: Is inside comment: 0.007148995995521545 +Info 8237 [11:21:48.792] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 8238 [11:21:48.792] Format host information updated +Info 8239 [11:21:48.879] Format host information updated +Info 8240 [11:21:48.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8241 [11:21:48.904] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 23.728047013282776ms +Info 8242 [11:21:48.904] Different program with same set of files +Info 8243 [11:21:49.392] getCompletionData: Get current token: 0.007293000817298889 +Info 8244 [11:21:49.392] getCompletionData: Is inside comment: 0.010898992419242859 +Info 8245 [11:21:49.393] getCompletionData: Get previous token: 0.007509991526603699 +Info 8246 [11:21:49.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0023190081119537354 +Info 8247 [11:21:49.393] getExportInfoMap: cache hit +Info 8248 [11:21:49.406] collectAutoImports: resolved 3 module specifiers, plus 175 ambient and 1054 from cache +Info 8249 [11:21:49.406] collectAutoImports: response is complete +Info 8250 [11:21:49.406] collectAutoImports: 12.529611006379128 +Info 8251 [11:21:49.406] getCompletionData: Semantic work: 13.129855006933212 +Info 8252 [11:21:49.414] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.304492995142937 +Info 8253 [11:21:49.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8254 [11:21:49.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 6.643873006105423ms +Info 8255 [11:21:49.923] Different program with same set of files +Info 8256 [11:21:49.923] getCompletionData: Get current token: 0.004419997334480286 +Info 8257 [11:21:49.923] getCompletionData: Is inside comment: 0.007512003183364868 +Info 8258 [11:21:49.923] getCompletionData: Get previous token: 0.00528600811958313 +Info 8259 [11:21:49.923] getCompletionsAtPosition: isCompletionListBlocker: 0.002884000539779663 +Info 8260 [11:21:49.924] getExportInfoMap: cache hit +Info 8261 [11:21:49.935] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 8262 [11:21:49.935] collectAutoImports: response is complete +Info 8263 [11:21:49.935] collectAutoImports: 11.251944988965988 +Info 8264 [11:21:49.935] getCompletionData: Semantic work: 11.837614998221397 +Info 8265 [11:21:49.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.784896999597549 +Info 8266 [11:21:49.946] Format host information updated +Info 8267 [11:21:49.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8268 [11:21:49.982] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 6.26316200196743ms +Info 8269 [11:21:49.982] Different program with same set of files +Info 8270 [11:21:49.982] getCompletionData: Get current token: 0.006775990128517151 +Info 8271 [11:21:49.982] getCompletionData: Is inside comment: 0.009020999073982239 +Info 8272 [11:21:49.982] getCompletionData: Get previous token: 0.005958005785942078 +Info 8273 [11:21:49.982] getCompletionsAtPosition: isCompletionListBlocker: 0.005988001823425293 +Info 8274 [11:21:49.983] getExportInfoMap: cache hit +Info 8275 [11:21:49.995] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 8276 [11:21:49.995] collectAutoImports: response is complete +Info 8277 [11:21:49.995] collectAutoImports: 12.406952008605003 +Info 8278 [11:21:49.995] getCompletionData: Semantic work: 12.872509002685547 +Info 8279 [11:21:50.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.578787997364998 +Info 8280 [11:21:50.003] Format host information updated +Info 8281 [11:21:50.277] getCompletionData: Get current token: 0.005300998687744141 +Info 8282 [11:21:50.277] getCompletionData: Is inside comment: 0.008278995752334595 +Info 8283 [11:21:50.277] getCompletionData: Get previous token: 0.006073996424674988 +Info 8284 [11:21:50.277] getCompletionsAtPosition: isCompletionListBlocker: 0.001994997262954712 +Info 8285 [11:21:50.277] Returning an empty list because completion was requested in an invalid position. +Info 8286 [11:21:50.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8287 [11:21:50.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 6.7024950087070465ms +Info 8288 [11:21:50.500] Different program with same set of files +Info 8289 [11:21:50.500] getCompletionData: Get current token: 0.005897000432014465 +Info 8290 [11:21:50.500] getCompletionData: Is inside comment: 0.009417995810508728 +Info 8291 [11:21:50.500] getCompletionData: Get previous token: 0.012353003025054932 +Info 8292 [11:21:50.500] getCompletionsAtPosition: isCompletionListBlocker: 0.002522006630897522 +Info 8293 [11:21:50.501] getExportInfoMap: cache hit +Info 8294 [11:21:50.504] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 121 from cache +Info 8295 [11:21:50.504] collectAutoImports: response is complete +Info 8296 [11:21:50.504] collectAutoImports: 3.439077004790306 +Info 8297 [11:21:50.504] getCompletionData: Semantic work: 3.9341029971837997 +Info 8298 [11:21:50.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2618310004472733 +Info 8299 [11:21:50.510] Format host information updated +Info 8300 [11:21:50.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8301 [11:21:50.690] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 6.477001994848251ms +Info 8302 [11:21:50.690] Different program with same set of files +Info 8303 [11:21:50.690] getCompletionData: Get current token: 0.005553007125854492 +Info 8304 [11:21:50.691] getCompletionData: Is inside comment: 0.008752003312110901 +Info 8305 [11:21:50.691] getCompletionData: Get previous token: 0.006076008081436157 +Info 8306 [11:21:50.691] getCompletionsAtPosition: isCompletionListBlocker: 0.0017060041427612305 +Info 8307 [11:21:50.691] getExportInfoMap: cache hit +Info 8308 [11:21:50.704] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 8309 [11:21:50.704] collectAutoImports: response is complete +Info 8310 [11:21:50.704] collectAutoImports: 12.699497997760773 +Info 8311 [11:21:50.704] getCompletionData: Semantic work: 13.110825002193451 +Info 8312 [11:21:50.709] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.249392986297607 +Info 8313 [11:21:50.713] Format host information updated +Info 8314 [11:21:50.763] Format host information updated +Info 8315 [11:21:50.763] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8316 [11:21:50.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 7.584788009524345ms +Info 8317 [11:21:50.771] Different program with same set of files +Info 8318 [11:21:51.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8319 [11:21:51.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 12.587651997804642ms +Info 8320 [11:21:51.091] Different program with same set of files +Info 8321 [11:21:51.091] getCompletionData: Get current token: 0.006900995969772339 +Info 8322 [11:21:51.091] getCompletionData: Is inside comment: 0.02879999577999115 +Info 8323 [11:21:51.091] getCompletionData: Get previous token: 0.01282300055027008 +Info 8324 [11:21:51.091] getCompletionsAtPosition: isCompletionListBlocker: 0.0018800050020217896 +Info 8325 [11:21:51.092] getExportInfoMap: cache hit +Info 8326 [11:21:51.106] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 266 from cache +Info 8327 [11:21:51.106] collectAutoImports: response is complete +Info 8328 [11:21:51.106] collectAutoImports: 13.993737995624542 +Info 8329 [11:21:51.106] getCompletionData: Semantic work: 14.87177799642086 +Info 8330 [11:21:51.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.264394000172615 +Info 8331 [11:21:51.113] Format host information updated +Info 8332 [11:21:51.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8333 [11:21:51.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 12.416419997811317ms +Info 8334 [11:21:51.159] Different program with same set of files +Info 8335 [11:21:51.159] getCompletionData: Get current token: 0.0053910017013549805 +Info 8336 [11:21:51.159] getCompletionData: Is inside comment: 0.009331002831459045 +Info 8337 [11:21:51.159] getCompletionData: Get previous token: 0.04713599383831024 +Info 8338 [11:21:51.159] getCompletionsAtPosition: isCompletionListBlocker: 0.0017870068550109863 +Info 8339 [11:21:51.160] getExportInfoMap: cache hit +Info 8340 [11:21:51.168] collectAutoImports: resolved 0 module specifiers, plus 23 ambient and 207 from cache +Info 8341 [11:21:51.168] collectAutoImports: response is complete +Info 8342 [11:21:51.168] collectAutoImports: 8.340297996997833 +Info 8343 [11:21:51.168] getCompletionData: Semantic work: 8.84077200293541 +Info 8344 [11:21:51.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.108943000435829 +Info 8345 [11:21:51.176] Format host information updated +Info 8346 [11:21:51.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8347 [11:21:51.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 7.023015007376671ms +Info 8348 [11:21:51.234] Different program with same set of files +Info 8349 [11:21:51.234] getCompletionData: Get current token: 0.0054489970207214355 +Info 8350 [11:21:51.234] getCompletionData: Is inside comment: 0.009753003716468811 +Info 8351 [11:21:51.235] getCompletionData: Get previous token: 0.013300001621246338 +Info 8352 [11:21:51.235] getCompletionsAtPosition: isCompletionListBlocker: 0.0018460005521774292 +Info 8353 [11:21:51.235] getExportInfoMap: cache hit +Info 8354 [11:21:51.239] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 152 from cache +Info 8355 [11:21:51.239] collectAutoImports: response is complete +Info 8356 [11:21:51.239] collectAutoImports: 3.5048710107803345 +Info 8357 [11:21:51.239] getCompletionData: Semantic work: 4.0301730036735535 +Info 8358 [11:21:51.241] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.107994005084038 +Info 8359 [11:21:51.242] Format host information updated +Info 8360 [11:21:51.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8361 [11:21:51.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 771 structureChanged: false structureIsReused:: Completely Elapsed: 11.700672000646591ms +Info 8362 [11:21:51.304] Different program with same set of files +Info 8363 [11:21:51.304] getCompletionData: Get current token: 0.015817999839782715 +Info 8364 [11:21:51.304] getCompletionData: Is inside comment: 0.02097199857234955 +Info 8365 [11:21:51.304] getCompletionData: Get previous token: 0.026949986815452576 +Info 8366 [11:21:51.304] getCompletionsAtPosition: isCompletionListBlocker: 0.003617003560066223 +Info 8367 [11:21:51.305] getExportInfoMap: cache hit +Info 8368 [11:21:51.312] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 89 from cache +Info 8369 [11:21:51.312] collectAutoImports: response is complete +Info 8370 [11:21:51.312] collectAutoImports: 6.711857005953789 +Info 8371 [11:21:51.312] getCompletionData: Semantic work: 7.630501002073288 +Info 8372 [11:21:51.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2522950023412704 +Info 8373 [11:21:51.320] Format host information updated +Info 8374 [11:21:51.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8375 [11:21:51.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 24.57983300089836ms +Info 8376 [11:21:51.541] Different program with same set of files +Info 8377 [11:21:51.542] getCompletionData: Get current token: 0.009002000093460083 +Info 8378 [11:21:51.542] getCompletionData: Is inside comment: 0.015406012535095215 +Info 8379 [11:21:51.542] getCompletionData: Get previous token: 0.02059200406074524 +Info 8380 [11:21:51.542] getCompletionsAtPosition: isCompletionListBlocker: 0.002575993537902832 +Info 8381 [11:21:51.542] getExportInfoMap: cache hit +Info 8382 [11:21:51.546] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8383 [11:21:51.546] collectAutoImports: response is complete +Info 8384 [11:21:51.546] collectAutoImports: 3.34060201048851 +Info 8385 [11:21:51.546] getCompletionData: Semantic work: 4.025521993637085 +Info 8386 [11:21:51.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7532150000333786 +Info 8387 [11:21:51.550] Format host information updated +Info 8388 [11:21:51.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8389 [11:21:51.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 6.442749992012978ms +Info 8390 [11:21:51.933] Different program with same set of files +Info 8391 [11:21:51.933] getCompletionData: Get current token: 0.004907011985778809 +Info 8392 [11:21:51.933] getCompletionData: Is inside comment: 0.008148998022079468 +Info 8393 [11:21:51.933] getCompletionData: Get previous token: 0.024753987789154053 +Info 8394 [11:21:51.933] getCompletionsAtPosition: isCompletionListBlocker: 0.0017820000648498535 +Info 8395 [11:21:51.934] getExportInfoMap: cache hit +Info 8396 [11:21:51.936] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 23 from cache +Info 8397 [11:21:51.936] collectAutoImports: response is complete +Info 8398 [11:21:51.936] collectAutoImports: 2.1371999979019165 +Info 8399 [11:21:51.936] getCompletionData: Semantic work: 2.5724429935216904 +Info 8400 [11:21:51.938] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5303660035133362 +Info 8401 [11:21:51.938] Format host information updated +Info 8402 [11:21:52.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8403 [11:21:52.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 9.04093000292778ms +Info 8404 [11:21:52.050] Different program with same set of files +Info 8405 [11:21:52.050] getCompletionData: Get current token: 0.010022997856140137 +Info 8406 [11:21:52.050] getCompletionData: Is inside comment: 0.01126299798488617 +Info 8407 [11:21:52.050] getCompletionData: Get previous token: 0.015494003891944885 +Info 8408 [11:21:52.050] getCompletionsAtPosition: isCompletionListBlocker: 0.002039998769760132 +Info 8409 [11:21:52.051] getExportInfoMap: cache hit +Info 8410 [11:21:52.053] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 15 from cache +Info 8411 [11:21:52.053] collectAutoImports: response is complete +Info 8412 [11:21:52.053] collectAutoImports: 2.5593039989471436 +Info 8413 [11:21:52.053] getCompletionData: Semantic work: 3.090940997004509 +Info 8414 [11:21:52.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.038343995809555 +Info 8415 [11:21:52.056] Format host information updated +Info 8416 [11:21:52.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8417 [11:21:52.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 6.329254999756813ms +Info 8418 [11:21:52.146] Different program with same set of files +Info 8419 [11:21:52.146] getCompletionData: Get current token: 0.0060120075941085815 +Info 8420 [11:21:52.146] getCompletionData: Is inside comment: 0.010141998529434204 +Info 8421 [11:21:52.146] getCompletionData: Get previous token: 0.013287007808685303 +Info 8422 [11:21:52.146] getCompletionsAtPosition: isCompletionListBlocker: 0.0022509992122650146 +Info 8423 [11:21:52.147] getExportInfoMap: cache hit +Info 8424 [11:21:52.149] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 15 from cache +Info 8425 [11:21:52.149] collectAutoImports: response is complete +Info 8426 [11:21:52.149] collectAutoImports: 2.40939399600029 +Info 8427 [11:21:52.149] getCompletionData: Semantic work: 2.8877370059490204 +Info 8428 [11:21:52.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.008301004767418 +Info 8429 [11:21:52.154] Format host information updated +Info 8430 [11:21:52.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8431 [11:21:52.325] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 5.992367997765541ms +Info 8432 [11:21:52.325] Different program with same set of files +Info 8433 [11:21:52.325] getCompletionData: Get current token: 0.004669994115829468 +Info 8434 [11:21:52.325] getCompletionData: Is inside comment: 0.007945001125335693 +Info 8435 [11:21:52.325] getCompletionData: Get previous token: 0.010941997170448303 +Info 8436 [11:21:52.325] getCompletionsAtPosition: isCompletionListBlocker: 0.0016440004110336304 +Info 8437 [11:21:52.326] getExportInfoMap: cache hit +Info 8438 [11:21:52.328] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8439 [11:21:52.328] collectAutoImports: response is complete +Info 8440 [11:21:52.328] collectAutoImports: 1.8077180087566376 +Info 8441 [11:21:52.328] getCompletionData: Semantic work: 2.2564489990472794 +Info 8442 [11:21:52.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7125969976186752 +Info 8443 [11:21:52.330] Format host information updated +Info 8444 [11:21:52.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8445 [11:21:52.463] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 6.757298991084099ms +Info 8446 [11:21:52.463] Different program with same set of files +Info 8447 [11:21:52.463] getCompletionData: Get current token: 0.005156993865966797 +Info 8448 [11:21:52.463] getCompletionData: Is inside comment: 0.008759990334510803 +Info 8449 [11:21:52.463] getCompletionData: Get previous token: 0.012358993291854858 +Info 8450 [11:21:52.463] getCompletionsAtPosition: isCompletionListBlocker: 0.0018270015716552734 +Info 8451 [11:21:52.464] getExportInfoMap: cache hit +Info 8452 [11:21:52.466] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8453 [11:21:52.466] collectAutoImports: response is complete +Info 8454 [11:21:52.466] collectAutoImports: 1.8915510028600693 +Info 8455 [11:21:52.466] getCompletionData: Semantic work: 2.33228300511837 +Info 8456 [11:21:52.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7025310099124908 +Info 8457 [11:21:52.470] Format host information updated +Info 8458 [11:21:52.524] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8459 [11:21:52.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 17.548105999827385ms +Info 8460 [11:21:52.542] Different program with same set of files +Info 8461 [11:21:52.542] getCompletionData: Get current token: 0.018973007798194885 +Info 8462 [11:21:52.542] getCompletionData: Is inside comment: 0.03298300504684448 +Info 8463 [11:21:52.542] getCompletionData: Get previous token: 0.04203599691390991 +Info 8464 [11:21:52.542] getCompletionsAtPosition: isCompletionListBlocker: 0.004873991012573242 +Info 8465 [11:21:52.544] getExportInfoMap: cache hit +Info 8466 [11:21:52.550] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8467 [11:21:52.550] collectAutoImports: response is complete +Info 8468 [11:21:52.550] collectAutoImports: 6.4029349982738495 +Info 8469 [11:21:52.550] getCompletionData: Semantic work: 7.752504006028175 +Info 8470 [11:21:52.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.158599004149437 +Info 8471 [11:21:52.557] Format host information updated +Info 8472 [11:21:52.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8473 [11:21:52.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 6.708576008677483ms +Info 8474 [11:21:52.629] Different program with same set of files +Info 8475 [11:21:52.630] getCompletionData: Get current token: 0.005465999245643616 +Info 8476 [11:21:52.630] getCompletionData: Is inside comment: 0.010040000081062317 +Info 8477 [11:21:52.630] getCompletionData: Get previous token: 0.013071998953819275 +Info 8478 [11:21:52.630] getCompletionsAtPosition: isCompletionListBlocker: 0.0018700063228607178 +Info 8479 [11:21:52.630] getExportInfoMap: cache hit +Info 8480 [11:21:52.632] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8481 [11:21:52.632] collectAutoImports: response is complete +Info 8482 [11:21:52.632] collectAutoImports: 2.040017008781433 +Info 8483 [11:21:52.632] getCompletionData: Semantic work: 2.5285950005054474 +Info 8484 [11:21:52.636] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8689560145139694 +Info 8485 [11:21:52.637] Format host information updated +Info 8486 [11:21:52.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8487 [11:21:52.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 13.184510007500648ms +Info 8488 [11:21:52.770] Different program with same set of files +Info 8489 [11:21:52.770] getCompletionData: Get current token: 0.00907599925994873 +Info 8490 [11:21:52.770] getCompletionData: Is inside comment: 0.01567600667476654 +Info 8491 [11:21:52.770] getCompletionData: Get previous token: 0.020329996943473816 +Info 8492 [11:21:52.771] getCompletionsAtPosition: isCompletionListBlocker: 0.002764001488685608 +Info 8493 [11:21:52.771] getExportInfoMap: cache hit +Info 8494 [11:21:52.774] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8495 [11:21:52.774] collectAutoImports: response is complete +Info 8496 [11:21:52.774] collectAutoImports: 3.1442900002002716 +Info 8497 [11:21:52.774] getCompletionData: Semantic work: 3.846225008368492 +Info 8498 [11:21:52.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5908930003643036 +Info 8499 [11:21:52.778] Format host information updated +Info 8500 [11:21:52.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8501 [11:21:52.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 781 structureChanged: false structureIsReused:: Completely Elapsed: 24.057874009013176ms +Info 8502 [11:21:52.916] Different program with same set of files +Info 8503 [11:21:52.921] getCompletionData: Get current token: 0.0135439932346344 +Info 8504 [11:21:52.921] getCompletionData: Is inside comment: 0.024228006601333618 +Info 8505 [11:21:52.921] getCompletionData: Get previous token: 0.03128199279308319 +Info 8506 [11:21:52.922] getCompletionsAtPosition: isCompletionListBlocker: 0.003894999623298645 +Info 8507 [11:21:52.922] getExportInfoMap: cache hit +Info 8508 [11:21:52.927] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8509 [11:21:52.927] collectAutoImports: response is complete +Info 8510 [11:21:52.927] collectAutoImports: 4.135030001401901 +Info 8511 [11:21:52.927] getCompletionData: Semantic work: 5.1180989891290665 +Info 8512 [11:21:52.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5200700014829636 +Info 8513 [11:21:52.931] Format host information updated +Info 8514 [11:21:52.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8515 [11:21:52.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 782 structureChanged: false structureIsReused:: Completely Elapsed: 8.087595999240875ms +Info 8516 [11:21:52.964] Different program with same set of files +Info 8517 [11:21:52.964] getCompletionData: Get current token: 0.007323995232582092 +Info 8518 [11:21:52.964] getCompletionData: Is inside comment: 0.013985991477966309 +Info 8519 [11:21:52.964] getCompletionData: Get previous token: 0.0171239972114563 +Info 8520 [11:21:52.964] getCompletionsAtPosition: isCompletionListBlocker: 0.002637997269630432 +Info 8521 [11:21:52.965] getExportInfoMap: cache hit +Info 8522 [11:21:52.967] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8523 [11:21:52.967] collectAutoImports: response is complete +Info 8524 [11:21:52.967] collectAutoImports: 2.6900209933519363 +Info 8525 [11:21:52.967] getCompletionData: Semantic work: 3.2798749953508377 +Info 8526 [11:21:52.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4467960000038147 +Info 8527 [11:21:52.971] Format host information updated +Info 8528 [11:21:53.805] Format host information updated +Info 8529 [11:21:53.806] getExportInfoMap: cache hit +Info 8530 [11:21:54.621] Format host information updated +Info 8531 [11:21:54.622] getExportInfoMap: cache hit +Info 8532 [11:21:54.686] Format host information updated +Info 8533 [11:21:54.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8534 [11:21:54.700] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 783 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.471659004688263ms +Info 8535 [11:21:54.700] Different program with same set of files +Info 8536 [11:21:55.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8537 [11:21:55.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 6.396441996097565ms +Info 8538 [11:21:55.163] Different program with same set of files +Info 8539 [11:21:55.163] getCompletionData: Get current token: 0.005566999316215515 +Info 8540 [11:21:55.163] getCompletionData: Is inside comment: 0.009709998965263367 +Info 8541 [11:21:55.163] getCompletionData: Get previous token: 0.013179004192352295 +Info 8542 [11:21:55.163] getCompletionsAtPosition: isCompletionListBlocker: 0.0020560026168823242 +Info 8543 [11:21:55.163] getExportInfoMap: cache hit +Info 8544 [11:21:55.166] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 8545 [11:21:55.166] collectAutoImports: response is complete +Info 8546 [11:21:55.166] collectAutoImports: 2.2745909988880157 +Info 8547 [11:21:55.166] getCompletionData: Semantic work: 2.781109005212784 +Info 8548 [11:21:55.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0503299981355667 +Info 8549 [11:21:55.169] Format host information updated +Info 8550 [11:21:55.681] getCompletionData: Get current token: 0.0052499920129776 +Info 8551 [11:21:55.681] getCompletionData: Is inside comment: 0.008417993783950806 +Info 8552 [11:21:55.681] getCompletionData: Get previous token: 0.005795001983642578 +Info 8553 [11:21:55.682] getCompletionsAtPosition: isCompletionListBlocker: 0.00816500186920166 +Info 8554 [11:21:55.682] getExportInfoMap: cache hit +Info 8555 [11:21:55.695] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 8556 [11:21:55.695] collectAutoImports: response is complete +Info 8557 [11:21:55.695] collectAutoImports: 13.223627999424934 +Info 8558 [11:21:55.695] getCompletionData: Semantic work: 13.747735992074013 +Info 8559 [11:21:55.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.449822008609772 +Info 8560 [11:21:55.870] Format host information updated +Info 8561 [11:21:55.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8562 [11:21:55.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 7.025380000472069ms +Info 8563 [11:21:55.877] Different program with same set of files +Info 8564 [11:21:55.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8565 [11:21:56.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 6.766782000660896ms +Info 8566 [11:21:56.004] Different program with same set of files +Info 8567 [11:21:56.005] getCompletionData: Get current token: 0.005365997552871704 +Info 8568 [11:21:56.005] getCompletionData: Is inside comment: 0.009578004479408264 +Info 8569 [11:21:56.005] getCompletionData: Get previous token: 0.006860002875328064 +Info 8570 [11:21:56.005] getCompletionsAtPosition: isCompletionListBlocker: 0.006949007511138916 +Info 8571 [11:21:56.005] getExportInfoMap: cache hit +Info 8572 [11:21:56.021] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 8573 [11:21:56.021] collectAutoImports: response is complete +Info 8574 [11:21:56.021] collectAutoImports: 15.92611999809742 +Info 8575 [11:21:56.021] getCompletionData: Semantic work: 16.431006997823715 +Info 8576 [11:21:56.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.709078013896942 +Info 8577 [11:21:56.031] Format host information updated +Info 8578 [11:21:56.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8579 [11:21:56.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 6.027649000287056ms +Info 8580 [11:21:56.312] Different program with same set of files +Info 8581 [11:21:56.312] getCompletionData: Get current token: 0.00449700653553009 +Info 8582 [11:21:56.312] getCompletionData: Is inside comment: 0.00888700783252716 +Info 8583 [11:21:56.312] getCompletionData: Get previous token: 0.0056769996881484985 +Info 8584 [11:21:56.312] getCompletionsAtPosition: isCompletionListBlocker: 0.005930006504058838 +Info 8585 [11:21:56.313] getExportInfoMap: cache hit +Info 8586 [11:21:56.326] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 8587 [11:21:56.326] collectAutoImports: response is complete +Info 8588 [11:21:56.326] collectAutoImports: 13.737325012683868 +Info 8589 [11:21:56.326] getCompletionData: Semantic work: 14.17229799926281 +Info 8590 [11:21:56.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.523928999900818 +Info 8591 [11:21:56.337] Format host information updated +Info 8592 [11:21:56.342] Format host information updated +Info 8593 [11:21:56.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8594 [11:21:56.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 12.543296992778778ms +Info 8595 [11:21:56.355] Different program with same set of files +Info 8596 [11:21:56.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8597 [11:21:56.879] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 6.514446005225182ms +Info 8598 [11:21:56.879] Different program with same set of files +Info 8599 [11:21:56.880] getCompletionData: Get current token: 0.004982993006706238 +Info 8600 [11:21:56.880] getCompletionData: Is inside comment: 0.009608998894691467 +Info 8601 [11:21:56.880] getCompletionData: Get previous token: 0.012159004807472229 +Info 8602 [11:21:56.880] getCompletionsAtPosition: isCompletionListBlocker: 0.007419005036354065 +Info 8603 [11:21:56.880] getExportInfoMap: cache hit +Info 8604 [11:21:56.888] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 139 from cache +Info 8605 [11:21:56.888] collectAutoImports: response is complete +Info 8606 [11:21:56.888] collectAutoImports: 7.17951001226902 +Info 8607 [11:21:56.888] getCompletionData: Semantic work: 7.870572000741959 +Info 8608 [11:21:56.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.269634991884232 +Info 8609 [11:21:56.896] Format host information updated +Info 8610 [11:21:57.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8611 [11:21:57.007] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 6.814309000968933ms +Info 8612 [11:21:57.007] Different program with same set of files +Info 8613 [11:21:57.007] getCompletionData: Get current token: 0.005553007125854492 +Info 8614 [11:21:57.007] getCompletionData: Is inside comment: 0.010471999645233154 +Info 8615 [11:21:57.007] getCompletionData: Get previous token: 0.022087007761001587 +Info 8616 [11:21:57.008] getCompletionsAtPosition: isCompletionListBlocker: 0.010903000831604004 +Info 8617 [11:21:57.008] getExportInfoMap: cache hit +Info 8618 [11:21:57.015] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 66 from cache +Info 8619 [11:21:57.015] collectAutoImports: response is complete +Info 8620 [11:21:57.015] collectAutoImports: 6.127178996801376 +Info 8621 [11:21:57.015] getCompletionData: Semantic work: 7.134966000914574 +Info 8622 [11:21:57.017] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2855670005083084 +Info 8623 [11:21:57.018] Format host information updated +Info 8624 [11:21:57.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8625 [11:21:57.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 6.678360998630524ms +Info 8626 [11:21:57.177] Different program with same set of files +Info 8627 [11:21:57.177] getCompletionData: Get current token: 0.0052389949560165405 +Info 8628 [11:21:57.177] getCompletionData: Is inside comment: 0.01050800085067749 +Info 8629 [11:21:57.177] getCompletionData: Get previous token: 0.013342007994651794 +Info 8630 [11:21:57.177] getCompletionsAtPosition: isCompletionListBlocker: 0.00671599805355072 +Info 8631 [11:21:57.177] getExportInfoMap: cache hit +Info 8632 [11:21:57.180] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 9 from cache +Info 8633 [11:21:57.180] collectAutoImports: response is complete +Info 8634 [11:21:57.180] collectAutoImports: 2.630839005112648 +Info 8635 [11:21:57.180] getCompletionData: Semantic work: 3.21696899831295 +Info 8636 [11:21:57.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.014050006866455 +Info 8637 [11:21:57.185] Format host information updated +Info 8638 [11:21:57.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8639 [11:21:57.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 6.029079005122185ms +Info 8640 [11:21:57.257] Different program with same set of files +Info 8641 [11:21:57.257] getCompletionData: Get current token: 0.0039460062980651855 +Info 8642 [11:21:57.257] getCompletionData: Is inside comment: 0.008543998003005981 +Info 8643 [11:21:57.257] getCompletionData: Get previous token: 0.010746002197265625 +Info 8644 [11:21:57.257] getCompletionsAtPosition: isCompletionListBlocker: 0.00656600296497345 +Info 8645 [11:21:57.258] getExportInfoMap: cache hit +Info 8646 [11:21:57.260] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 8647 [11:21:57.260] collectAutoImports: response is complete +Info 8648 [11:21:57.260] collectAutoImports: 2.0288020074367523 +Info 8649 [11:21:57.260] getCompletionData: Semantic work: 2.5055669993162155 +Info 8650 [11:21:57.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7074740082025528 +Info 8651 [11:21:57.262] Format host information updated +Info 8652 [11:21:57.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8653 [11:21:57.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 9.540182992815971ms +Info 8654 [11:21:57.417] Different program with same set of files +Info 8655 [11:21:57.417] getCompletionData: Get current token: 0.0067860037088394165 +Info 8656 [11:21:57.417] getCompletionData: Is inside comment: 0.015780001878738403 +Info 8657 [11:21:57.417] getCompletionData: Get previous token: 0.019857004284858704 +Info 8658 [11:21:57.418] getCompletionsAtPosition: isCompletionListBlocker: 0.008885011076927185 +Info 8659 [11:21:57.421] getExportInfoMap: cache hit +Info 8660 [11:21:57.424] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 8661 [11:21:57.424] collectAutoImports: response is complete +Info 8662 [11:21:57.424] collectAutoImports: 3.4102319926023483 +Info 8663 [11:21:57.424] getCompletionData: Semantic work: 6.772156000137329 +Info 8664 [11:21:57.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1349660009145737 +Info 8665 [11:21:57.429] Format host information updated +Info 8666 [11:21:57.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8667 [11:21:57.604] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 11.292011991143227ms +Info 8668 [11:21:57.604] Different program with same set of files +Info 8669 [11:21:57.604] getCompletionData: Get current token: 0.005390003323554993 +Info 8670 [11:21:57.604] getCompletionData: Is inside comment: 0.009682998061180115 +Info 8671 [11:21:57.604] getCompletionData: Get previous token: 0.005762994289398193 +Info 8672 [11:21:57.604] getCompletionsAtPosition: isCompletionListBlocker: 0.00879700481891632 +Info 8673 [11:21:57.604] getExportInfoMap: cache hit +Info 8674 [11:21:57.620] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 8675 [11:21:57.620] collectAutoImports: response is complete +Info 8676 [11:21:57.620] collectAutoImports: 15.285451993346214 +Info 8677 [11:21:57.620] getCompletionData: Semantic work: 15.74660900235176 +Info 8678 [11:21:57.624] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.503867000341415 +Info 8679 [11:21:57.628] Format host information updated +Info 8680 [11:21:57.894] getCompletionData: Get current token: 0.004222005605697632 +Info 8681 [11:21:57.894] getCompletionData: Is inside comment: 0.009538009762763977 +Info 8682 [11:21:57.894] getCompletionData: Get previous token: 0.006483003497123718 +Info 8683 [11:21:57.894] getCompletionsAtPosition: isCompletionListBlocker: 0.00268399715423584 +Info 8684 [11:21:57.896] getExportInfoMap: cache hit +Info 8685 [11:21:57.917] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 8686 [11:21:57.917] collectAutoImports: response is complete +Info 8687 [11:21:57.917] collectAutoImports: 21.570522993803024 +Info 8688 [11:21:57.917] getCompletionData: Semantic work: 22.8664990067482 +Info 8689 [11:21:57.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.74041599035263 +Info 8690 [11:21:58.077] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8691 [11:21:58.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 6.252504989504814ms +Info 8692 [11:21:58.083] Different program with same set of files +Info 8693 [11:21:58.083] getCompletionData: Get current token: 0.004977002739906311 +Info 8694 [11:21:58.083] getCompletionData: Is inside comment: 0.010912999510765076 +Info 8695 [11:21:58.083] getCompletionData: Get previous token: 0.013840004801750183 +Info 8696 [11:21:58.083] getCompletionsAtPosition: isCompletionListBlocker: 0.002352997660636902 +Info 8697 [11:21:58.084] getExportInfoMap: cache hit +Info 8698 [11:21:58.087] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 24 from cache +Info 8699 [11:21:58.087] collectAutoImports: response is complete +Info 8700 [11:21:58.087] collectAutoImports: 2.6369490027427673 +Info 8701 [11:21:58.087] getCompletionData: Semantic work: 3.4215979874134064 +Info 8702 [11:21:58.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9542389959096909 +Info 8703 [11:21:58.090] Format host information updated +Info 8704 [11:21:58.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8705 [11:21:58.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 8.544899001717567ms +Info 8706 [11:21:58.212] Different program with same set of files +Info 8707 [11:21:58.212] getCompletionData: Get current token: 0.005719006061553955 +Info 8708 [11:21:58.212] getCompletionData: Is inside comment: 0.034254997968673706 +Info 8709 [11:21:58.212] getCompletionData: Get previous token: 0.015759989619255066 +Info 8710 [11:21:58.212] getCompletionsAtPosition: isCompletionListBlocker: 0.002548009157180786 +Info 8711 [11:21:58.213] getExportInfoMap: cache hit +Info 8712 [11:21:58.215] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 24 from cache +Info 8713 [11:21:58.215] collectAutoImports: response is complete +Info 8714 [11:21:58.215] collectAutoImports: 2.4992630034685135 +Info 8715 [11:21:58.215] getCompletionData: Semantic work: 3.0856159925460815 +Info 8716 [11:21:58.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.09790700674057 +Info 8717 [11:21:58.218] Format host information updated +Info 8718 [11:21:59.054] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8719 [11:21:59.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 6.456765994429588ms +Info 8720 [11:21:59.061] Different program with same set of files +Info 8721 [11:21:59.061] getCompletionData: Get current token: 0.004314005374908447 +Info 8722 [11:21:59.061] getCompletionData: Is inside comment: 0.008759990334510803 +Info 8723 [11:21:59.061] getCompletionData: Get previous token: 0.010930001735687256 +Info 8724 [11:21:59.061] getCompletionsAtPosition: isCompletionListBlocker: 0.0020819902420043945 +Info 8725 [11:21:59.061] getExportInfoMap: cache hit +Info 8726 [11:21:59.063] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8727 [11:21:59.063] collectAutoImports: response is complete +Info 8728 [11:21:59.063] collectAutoImports: 1.633091002702713 +Info 8729 [11:21:59.063] getCompletionData: Semantic work: 2.1732059866189957 +Info 8730 [11:21:59.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.551274001598358 +Info 8731 [11:21:59.069] Format host information updated +Info 8732 [11:21:59.183] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8733 [11:21:59.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 798 structureChanged: false structureIsReused:: Completely Elapsed: 6.186930999159813ms +Info 8734 [11:21:59.189] Different program with same set of files +Info 8735 [11:21:59.190] getCompletionData: Get current token: 0.005502000451087952 +Info 8736 [11:21:59.190] getCompletionData: Is inside comment: 0.011413991451263428 +Info 8737 [11:21:59.190] getCompletionData: Get previous token: 0.013542994856834412 +Info 8738 [11:21:59.190] getCompletionsAtPosition: isCompletionListBlocker: 0.0022519975900650024 +Info 8739 [11:21:59.190] getExportInfoMap: cache hit +Info 8740 [11:21:59.192] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8741 [11:21:59.192] collectAutoImports: response is complete +Info 8742 [11:21:59.192] collectAutoImports: 2.0284959971904755 +Info 8743 [11:21:59.192] getCompletionData: Semantic work: 2.5689940005540848 +Info 8744 [11:21:59.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9411040097475052 +Info 8745 [11:21:59.195] Format host information updated +Info 8746 [11:21:59.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8747 [11:21:59.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 799 structureChanged: false structureIsReused:: Completely Elapsed: 6.429403990507126ms +Info 8748 [11:21:59.276] Different program with same set of files +Info 8749 [11:21:59.276] getCompletionData: Get current token: 0.004917994141578674 +Info 8750 [11:21:59.276] getCompletionData: Is inside comment: 0.010005995631217957 +Info 8751 [11:21:59.277] getCompletionData: Get previous token: 0.01417599618434906 +Info 8752 [11:21:59.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0022460073232650757 +Info 8753 [11:21:59.279] getExportInfoMap: cache hit +Info 8754 [11:21:59.281] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8755 [11:21:59.281] collectAutoImports: response is complete +Info 8756 [11:21:59.281] collectAutoImports: 1.9583100080490112 +Info 8757 [11:21:59.281] getCompletionData: Semantic work: 4.852574989199638 +Info 8758 [11:21:59.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8826040029525757 +Info 8759 [11:21:59.284] Format host information updated +Info 8760 [11:21:59.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8761 [11:21:59.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 6.35351300239563ms +Info 8762 [11:21:59.399] Different program with same set of files +Info 8763 [11:21:59.399] getCompletionData: Get current token: 0.005317002534866333 +Info 8764 [11:21:59.399] getCompletionData: Is inside comment: 0.011343002319335938 +Info 8765 [11:21:59.399] getCompletionData: Get previous token: 0.015113011002540588 +Info 8766 [11:21:59.399] getCompletionsAtPosition: isCompletionListBlocker: 0.0026849955320358276 +Info 8767 [11:21:59.400] getExportInfoMap: cache hit +Info 8768 [11:21:59.402] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8769 [11:21:59.402] collectAutoImports: response is complete +Info 8770 [11:21:59.402] collectAutoImports: 1.9698190093040466 +Info 8771 [11:21:59.402] getCompletionData: Semantic work: 2.5044199973344803 +Info 8772 [11:21:59.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9471409916877747 +Info 8773 [11:21:59.404] Format host information updated +Info 8774 [11:21:59.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8775 [11:21:59.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 5.897567003965378ms +Info 8776 [11:21:59.685] Different program with same set of files +Info 8777 [11:21:59.685] getCompletionData: Get current token: 0.004433006048202515 +Info 8778 [11:21:59.685] getCompletionData: Is inside comment: 0.009405001997947693 +Info 8779 [11:21:59.685] getCompletionData: Get previous token: 0.011219993233680725 +Info 8780 [11:21:59.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0020470023155212402 +Info 8781 [11:21:59.686] getExportInfoMap: cache hit +Info 8782 [11:21:59.687] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8783 [11:21:59.687] collectAutoImports: response is complete +Info 8784 [11:21:59.687] collectAutoImports: 1.5679560005664825 +Info 8785 [11:21:59.687] getCompletionData: Semantic work: 1.9954649955034256 +Info 8786 [11:21:59.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6695600003004074 +Info 8787 [11:21:59.690] Format host information updated +Info 8788 [11:21:59.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8789 [11:21:59.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 9.469102010130882ms +Info 8790 [11:21:59.953] Different program with same set of files +Info 8791 [11:21:59.953] getCompletionData: Get current token: 0.004413008689880371 +Info 8792 [11:21:59.953] getCompletionData: Is inside comment: 0.008783012628555298 +Info 8793 [11:21:59.954] getCompletionData: Get previous token: 0.010816007852554321 +Info 8794 [11:21:59.954] getCompletionsAtPosition: isCompletionListBlocker: 0.002181008458137512 +Info 8795 [11:21:59.954] getExportInfoMap: cache hit +Info 8796 [11:21:59.956] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8797 [11:21:59.956] collectAutoImports: response is complete +Info 8798 [11:21:59.956] collectAutoImports: 1.7007170021533966 +Info 8799 [11:21:59.956] getCompletionData: Semantic work: 2.143224999308586 +Info 8800 [11:21:59.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6483080089092255 +Info 8801 [11:21:59.959] Format host information updated +Info 8802 [11:22:00.020] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8803 [11:22:00.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 11.746977999806404ms +Info 8804 [11:22:00.031] Different program with same set of files +Info 8805 [11:22:00.032] getCompletionData: Get current token: 0.005021005868911743 +Info 8806 [11:22:00.032] getCompletionData: Is inside comment: 0.009783998131752014 +Info 8807 [11:22:00.032] getCompletionData: Get previous token: 0.012443989515304565 +Info 8808 [11:22:00.032] getCompletionsAtPosition: isCompletionListBlocker: 0.002701997756958008 +Info 8809 [11:22:00.032] getExportInfoMap: cache hit +Info 8810 [11:22:00.034] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8811 [11:22:00.034] collectAutoImports: response is complete +Info 8812 [11:22:00.034] collectAutoImports: 1.816872999072075 +Info 8813 [11:22:00.034] getCompletionData: Semantic work: 2.2934640049934387 +Info 8814 [11:22:00.040] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.79603698849678 +Info 8815 [11:22:00.044] Format host information updated +Info 8816 [11:22:00.180] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8817 [11:22:00.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 23.47129699587822ms +Info 8818 [11:22:00.203] Different program with same set of files +Info 8819 [11:22:00.204] getCompletionData: Get current token: 0.01548999547958374 +Info 8820 [11:22:00.204] getCompletionData: Is inside comment: 0.03490400314331055 +Info 8821 [11:22:00.204] getCompletionData: Get previous token: 0.040238991379737854 +Info 8822 [11:22:00.204] getCompletionsAtPosition: isCompletionListBlocker: 0.0062319934368133545 +Info 8823 [11:22:00.205] getExportInfoMap: cache hit +Info 8824 [11:22:00.209] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8825 [11:22:00.209] collectAutoImports: response is complete +Info 8826 [11:22:00.209] collectAutoImports: 4.3386170119047165 +Info 8827 [11:22:00.209] getCompletionData: Semantic work: 5.43673700094223 +Info 8828 [11:22:00.213] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5430900007486343 +Info 8829 [11:22:00.214] Format host information updated +Info 8830 [11:22:00.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8831 [11:22:00.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 805 structureChanged: false structureIsReused:: Completely Elapsed: 8.00678201019764ms +Info 8832 [11:22:00.251] Different program with same set of files +Info 8833 [11:22:00.252] getCompletionData: Get current token: 0.006613001227378845 +Info 8834 [11:22:00.252] getCompletionData: Is inside comment: 0.013645008206367493 +Info 8835 [11:22:00.252] getCompletionData: Get previous token: 0.01727299392223358 +Info 8836 [11:22:00.252] getCompletionsAtPosition: isCompletionListBlocker: 0.002794995903968811 +Info 8837 [11:22:00.252] getExportInfoMap: cache hit +Info 8838 [11:22:00.255] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8839 [11:22:00.255] collectAutoImports: response is complete +Info 8840 [11:22:00.255] collectAutoImports: 2.5775059908628464 +Info 8841 [11:22:00.255] getCompletionData: Semantic work: 3.1703280061483383 +Info 8842 [11:22:00.258] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3043420016765594 +Info 8843 [11:22:00.260] Format host information updated +Info 8844 [11:22:00.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8845 [11:22:00.414] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 23.460795000195503ms +Info 8846 [11:22:00.414] Different program with same set of files +Info 8847 [11:22:00.415] getCompletionData: Get current token: 0.015376999974250793 +Info 8848 [11:22:00.415] getCompletionData: Is inside comment: 0.03226900100708008 +Info 8849 [11:22:00.415] getCompletionData: Get previous token: 0.03920699656009674 +Info 8850 [11:22:00.415] getCompletionsAtPosition: isCompletionListBlocker: 0.005693003535270691 +Info 8851 [11:22:00.416] getExportInfoMap: cache hit +Info 8852 [11:22:00.421] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8853 [11:22:00.421] collectAutoImports: response is complete +Info 8854 [11:22:00.421] collectAutoImports: 4.865405008196831 +Info 8855 [11:22:00.421] getCompletionData: Semantic work: 6.129288002848625 +Info 8856 [11:22:00.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.81037800014019 +Info 8857 [11:22:00.427] Format host information updated +Info 8858 [11:22:00.457] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8859 [11:22:00.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 9.128955006599426ms +Info 8860 [11:22:00.466] Different program with same set of files +Info 8861 [11:22:00.466] getCompletionData: Get current token: 0.007423996925354004 +Info 8862 [11:22:00.466] getCompletionData: Is inside comment: 0.016050994396209717 +Info 8863 [11:22:00.466] getCompletionData: Get previous token: 0.019898995757102966 +Info 8864 [11:22:00.466] getCompletionsAtPosition: isCompletionListBlocker: 0.003841996192932129 +Info 8865 [11:22:00.467] getExportInfoMap: cache hit +Info 8866 [11:22:00.470] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 8867 [11:22:00.470] collectAutoImports: response is complete +Info 8868 [11:22:00.470] collectAutoImports: 2.9884760081768036 +Info 8869 [11:22:00.470] getCompletionData: Semantic work: 3.6631850004196167 +Info 8870 [11:22:00.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1840710043907166 +Info 8871 [11:22:00.476] Format host information updated +Info 8872 [11:22:00.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8873 [11:22:00.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 6.100161999464035ms +Info 8874 [11:22:00.636] Different program with same set of files +Info 8875 [11:22:00.636] getCompletionData: Get current token: 0.005988001823425293 +Info 8876 [11:22:00.636] getCompletionData: Is inside comment: 0.012059003114700317 +Info 8877 [11:22:00.636] getCompletionData: Get previous token: 0.008931010961532593 +Info 8878 [11:22:00.636] getCompletionsAtPosition: isCompletionListBlocker: 0.0024169981479644775 +Info 8879 [11:22:00.636] getExportInfoMap: cache hit +Info 8880 [11:22:00.650] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 8881 [11:22:00.650] collectAutoImports: response is complete +Info 8882 [11:22:00.650] collectAutoImports: 13.971765995025635 +Info 8883 [11:22:00.650] getCompletionData: Semantic work: 14.43172100186348 +Info 8884 [11:22:00.656] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.33585000038147 +Info 8885 [11:22:00.660] Format host information updated +Info 8886 [11:22:00.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8887 [11:22:00.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 6.75705099105835ms +Info 8888 [11:22:00.696] Different program with same set of files +Info 8889 [11:22:00.696] getCompletionData: Get current token: 0.0052520036697387695 +Info 8890 [11:22:00.696] getCompletionData: Is inside comment: 0.011357009410858154 +Info 8891 [11:22:00.696] getCompletionData: Get previous token: 0.008726000785827637 +Info 8892 [11:22:00.696] getCompletionsAtPosition: isCompletionListBlocker: 0.006077006459236145 +Info 8893 [11:22:00.696] getExportInfoMap: cache hit +Info 8894 [11:22:00.710] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 8895 [11:22:00.710] collectAutoImports: response is complete +Info 8896 [11:22:00.710] collectAutoImports: 13.309643000364304 +Info 8897 [11:22:00.710] getCompletionData: Semantic work: 13.794488996267319 +Info 8898 [11:22:00.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.84757199883461 +Info 8899 [11:22:00.718] Format host information updated +Info 8900 [11:22:01.026] getCompletionData: Get current token: 0.0036870092153549194 +Info 8901 [11:22:01.026] getCompletionData: Is inside comment: 0.010663002729415894 +Info 8902 [11:22:01.026] getCompletionData: Get previous token: 0.007639005780220032 +Info 8903 [11:22:01.027] getCompletionsAtPosition: isCompletionListBlocker: 0.0027530044317245483 +Info 8904 [11:22:01.027] getExportInfoMap: cache hit +Info 8905 [11:22:01.038] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 8906 [11:22:01.038] collectAutoImports: response is complete +Info 8907 [11:22:01.038] collectAutoImports: 11.213599994778633 +Info 8908 [11:22:01.038] getCompletionData: Semantic work: 11.728164002299309 +Info 8909 [11:22:01.042] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.170741990208626 +Info 8910 [11:22:01.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8911 [11:22:01.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 810 structureChanged: false structureIsReused:: Completely Elapsed: 6.617031991481781ms +Info 8912 [11:22:01.402] Different program with same set of files +Info 8913 [11:22:01.402] getCompletionData: Get current token: 0.004044011235237122 +Info 8914 [11:22:01.402] getCompletionData: Is inside comment: 0.012622997164726257 +Info 8915 [11:22:01.402] getCompletionData: Get previous token: 0.01575399935245514 +Info 8916 [11:22:01.402] getCompletionsAtPosition: isCompletionListBlocker: 0.002910986542701721 +Info 8917 [11:22:01.403] getExportInfoMap: cache hit +Info 8918 [11:22:01.406] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 8919 [11:22:01.406] collectAutoImports: response is complete +Info 8920 [11:22:01.406] collectAutoImports: 2.6480769962072372 +Info 8921 [11:22:01.406] getCompletionData: Semantic work: 3.1396699994802475 +Info 8922 [11:22:01.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7608399987220764 +Info 8923 [11:22:01.410] Format host information updated +Info 8924 [11:22:01.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8925 [11:22:01.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 6.17475800216198ms +Info 8926 [11:22:01.686] Different program with same set of files +Info 8927 [11:22:01.686] getCompletionData: Get current token: 0.003711000084877014 +Info 8928 [11:22:01.686] getCompletionData: Is inside comment: 0.010681003332138062 +Info 8929 [11:22:01.687] getCompletionData: Get previous token: 0.01360999047756195 +Info 8930 [11:22:01.687] getCompletionsAtPosition: isCompletionListBlocker: 0.0023860037326812744 +Info 8931 [11:22:01.687] getExportInfoMap: cache hit +Info 8932 [11:22:01.689] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8933 [11:22:01.689] collectAutoImports: response is complete +Info 8934 [11:22:01.689] collectAutoImports: 2.308988004922867 +Info 8935 [11:22:01.689] getCompletionData: Semantic work: 2.778206005692482 +Info 8936 [11:22:01.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6366430073976517 +Info 8937 [11:22:01.692] Format host information updated +Info 8938 [11:22:01.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8939 [11:22:01.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 9.032109007239342ms +Info 8940 [11:22:01.930] Different program with same set of files +Info 8941 [11:22:01.930] getCompletionData: Get current token: 0.0037100017070770264 +Info 8942 [11:22:01.930] getCompletionData: Is inside comment: 0.00979699194431305 +Info 8943 [11:22:01.930] getCompletionData: Get previous token: 0.01287899911403656 +Info 8944 [11:22:01.930] getCompletionsAtPosition: isCompletionListBlocker: 0.002060994505882263 +Info 8945 [11:22:01.930] getExportInfoMap: cache hit +Info 8946 [11:22:01.932] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 8947 [11:22:01.932] collectAutoImports: response is complete +Info 8948 [11:22:01.932] collectAutoImports: 1.9191860109567642 +Info 8949 [11:22:01.932] getCompletionData: Semantic work: 2.340500995516777 +Info 8950 [11:22:01.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5764749944210052 +Info 8951 [11:22:01.935] Format host information updated +Info 8952 [11:22:02.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8953 [11:22:02.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 6.720336005091667ms +Info 8954 [11:22:02.053] Different program with same set of files +Info 8955 [11:22:02.053] getCompletionData: Get current token: 0.004564002156257629 +Info 8956 [11:22:02.053] getCompletionData: Is inside comment: 0.013238996267318726 +Info 8957 [11:22:02.053] getCompletionData: Get previous token: 0.019223004579544067 +Info 8958 [11:22:02.053] getCompletionsAtPosition: isCompletionListBlocker: 0.00238800048828125 +Info 8959 [11:22:02.053] getExportInfoMap: cache hit +Info 8960 [11:22:02.058] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 8961 [11:22:02.058] collectAutoImports: response is complete +Info 8962 [11:22:02.058] collectAutoImports: 4.359147995710373 +Info 8963 [11:22:02.058] getCompletionData: Semantic work: 4.866492003202438 +Info 8964 [11:22:02.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0857010036706924 +Info 8965 [11:22:02.061] Format host information updated +Info 8966 [11:22:02.193] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8967 [11:22:02.200] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 7.214941993355751ms +Info 8968 [11:22:02.200] Different program with same set of files +Info 8969 [11:22:02.200] getCompletionData: Get current token: 0.0049120038747787476 +Info 8970 [11:22:02.200] getCompletionData: Is inside comment: 0.014118000864982605 +Info 8971 [11:22:02.200] getCompletionData: Get previous token: 0.018228992819786072 +Info 8972 [11:22:02.200] getCompletionsAtPosition: isCompletionListBlocker: 0.0030079931020736694 +Info 8973 [11:22:02.201] getExportInfoMap: cache hit +Info 8974 [11:22:02.203] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8975 [11:22:02.203] collectAutoImports: response is complete +Info 8976 [11:22:02.203] collectAutoImports: 2.1831869930028915 +Info 8977 [11:22:02.203] getCompletionData: Semantic work: 2.718731999397278 +Info 8978 [11:22:02.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.152762994170189 +Info 8979 [11:22:02.206] Format host information updated +Info 8980 [11:22:02.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8981 [11:22:02.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 8.342452004551888ms +Info 8982 [11:22:02.405] Different program with same set of files +Info 8983 [11:22:02.406] getCompletionData: Get current token: 0.004673004150390625 +Info 8984 [11:22:02.406] getCompletionData: Is inside comment: 0.012556999921798706 +Info 8985 [11:22:02.406] getCompletionData: Get previous token: 0.016277000308036804 +Info 8986 [11:22:02.406] getCompletionsAtPosition: isCompletionListBlocker: 0.002656012773513794 +Info 8987 [11:22:02.406] getExportInfoMap: cache hit +Info 8988 [11:22:02.418] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 8989 [11:22:02.418] collectAutoImports: response is complete +Info 8990 [11:22:02.418] collectAutoImports: 11.959042996168137 +Info 8991 [11:22:02.418] getCompletionData: Semantic work: 12.443766012787819 +Info 8992 [11:22:02.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.16498701274395 +Info 8993 [11:22:02.429] Format host information updated +Info 8994 [11:22:03.883] Format host information updated +Info 8995 [11:22:03.888] forEachExternalModuleToImportFrom autoImportProvider: 0.7190179973840714 +Info 8996 [11:22:05.171] Format host information updated +Info 8997 [11:22:05.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8998 [11:22:05.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 6.59859399497509ms +Info 8999 [11:22:05.178] Different program with same set of files +Info 9000 [11:22:08.337] Format host information updated +Info 9001 [11:22:08.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9002 [11:22:08.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 7.869816988706589ms +Info 9003 [11:22:08.345] Different program with same set of files +Info 9004 [11:22:09.178] getCompletionData: Get current token: 0.0033870041370391846 +Info 9005 [11:22:09.178] getCompletionData: Is inside comment: 0.00579400360584259 +Info 9006 [11:22:09.178] getCompletionData: Get previous token: 0.003942996263504028 +Info 9007 [11:22:09.178] getCompletionsAtPosition: isCompletionListBlocker: 0.0086899995803833 +Info 9008 [11:22:09.179] getExportInfoMap: cache hit +Info 9009 [11:22:09.196] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1205 from cache +Info 9010 [11:22:09.196] collectAutoImports: response is complete +Info 9011 [11:22:09.196] collectAutoImports: 17.4944059997797 +Info 9012 [11:22:09.196] getCompletionData: Semantic work: 18.19252499938011 +Info 9013 [11:22:09.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.746840000152588 +Info 9014 [11:22:09.656] Format host information updated +Info 9015 [11:22:09.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9016 [11:22:09.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 818 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.810200989246368ms +Info 9017 [11:22:09.667] Different program with same set of files +Info 9018 [11:22:09.840] getCompletionData: Get current token: 0.002656996250152588 +Info 9019 [11:22:09.840] getCompletionData: Is inside comment: 0.0010899901390075684 +Info 9020 [11:22:09.840] getCompletionData: Get previous token: 0.006200999021530151 +Info 9021 [11:22:09.840] getCompletionsAtPosition: isCompletionListBlocker: 0.008510008454322815 +Info 9022 [11:22:09.840] getExportInfoMap: cache hit +Info 9023 [11:22:09.854] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1205 from cache +Info 9024 [11:22:09.854] collectAutoImports: response is complete +Info 9025 [11:22:09.854] collectAutoImports: 14.052083000540733 +Info 9026 [11:22:09.854] getCompletionData: Semantic work: 14.626649007201195 +Info 9027 [11:22:09.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7689090073108673 +Info 9028 [11:22:10.247] Format host information updated +Info 9029 [11:22:10.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9030 [11:22:10.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 819 structureChanged: false structureIsReused:: Completely Elapsed: 7.168691009283066ms +Info 9031 [11:22:10.254] Different program with same set of files +Info 9032 [11:22:10.992] Format host information updated +Info 9033 [11:22:10.992] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9034 [11:22:10.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 820 structureChanged: false structureIsReused:: Completely Elapsed: 6.848451003432274ms +Info 9035 [11:22:10.999] Different program with same set of files +Info 9036 [11:22:12.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9037 [11:22:12.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 821 structureChanged: false structureIsReused:: Completely Elapsed: 10.174094006419182ms +Info 9038 [11:22:12.413] Different program with same set of files +Info 9039 [11:22:12.413] getCompletionData: Get current token: 0.0013709962368011475 +Info 9040 [11:22:12.413] getCompletionData: Is inside comment: 0.0008029937744140625 +Info 9041 [11:22:12.413] getCompletionData: Get previous token: 0.008947998285293579 +Info 9042 [11:22:12.413] getCompletionsAtPosition: isCompletionListBlocker: 0.0066789984703063965 +Info 9043 [11:22:12.414] getExportInfoMap: cache hit +Info 9044 [11:22:12.415] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9045 [11:22:12.415] collectAutoImports: response is complete +Info 9046 [11:22:12.415] collectAutoImports: 1.6697169989347458 +Info 9047 [11:22:12.415] getCompletionData: Semantic work: 2.2244420051574707 +Info 9048 [11:22:12.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7830960005521774 +Info 9049 [11:22:12.417] Format host information updated +Info 9050 [11:22:12.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9051 [11:22:12.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 822 structureChanged: false structureIsReused:: Completely Elapsed: 6.794819995760918ms +Info 9052 [11:22:12.504] Different program with same set of files +Info 9053 [11:22:12.504] getCompletionData: Get current token: 0.0017760097980499268 +Info 9054 [11:22:12.504] getCompletionData: Is inside comment: 0.0008880048990249634 +Info 9055 [11:22:12.504] getCompletionData: Get previous token: 0.009959995746612549 +Info 9056 [11:22:12.504] getCompletionsAtPosition: isCompletionListBlocker: 0.006972998380661011 +Info 9057 [11:22:12.505] getExportInfoMap: cache hit +Info 9058 [11:22:12.507] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9059 [11:22:12.507] collectAutoImports: response is complete +Info 9060 [11:22:12.507] collectAutoImports: 2.3399659991264343 +Info 9061 [11:22:12.507] getCompletionData: Semantic work: 2.920401006937027 +Info 9062 [11:22:12.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0075719952583313 +Info 9063 [11:22:12.512] Format host information updated +Info 9064 [11:22:12.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9065 [11:22:12.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 823 structureChanged: false structureIsReused:: Completely Elapsed: 6.4185550063848495ms +Info 9066 [11:22:12.583] Different program with same set of files +Info 9067 [11:22:12.583] getCompletionData: Get current token: 0.001614004373550415 +Info 9068 [11:22:12.583] getCompletionData: Is inside comment: 0.0009800046682357788 +Info 9069 [11:22:12.583] getCompletionData: Get previous token: 0.007901996374130249 +Info 9070 [11:22:12.583] getCompletionsAtPosition: isCompletionListBlocker: 0.00724300742149353 +Info 9071 [11:22:12.583] getExportInfoMap: cache hit +Info 9072 [11:22:12.585] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9073 [11:22:12.585] collectAutoImports: response is complete +Info 9074 [11:22:12.585] collectAutoImports: 1.7075349986553192 +Info 9075 [11:22:12.585] getCompletionData: Semantic work: 2.319582000374794 +Info 9076 [11:22:12.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8389820009469986 +Info 9077 [11:22:12.586] Format host information updated +Info 9078 [11:22:12.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9079 [11:22:12.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 824 structureChanged: false structureIsReused:: Completely Elapsed: 24.726042985916138ms +Info 9080 [11:22:12.697] Different program with same set of files +Info 9081 [11:22:12.698] getCompletionData: Get current token: 0.00909300148487091 +Info 9082 [11:22:12.698] getCompletionData: Is inside comment: 0.004237011075019836 +Info 9083 [11:22:12.698] getCompletionData: Get previous token: 0.03859700262546539 +Info 9084 [11:22:12.698] getCompletionsAtPosition: isCompletionListBlocker: 0.0228939950466156 +Info 9085 [11:22:12.700] getExportInfoMap: cache hit +Info 9086 [11:22:12.705] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9087 [11:22:12.705] collectAutoImports: response is complete +Info 9088 [11:22:12.705] collectAutoImports: 5.359273999929428 +Info 9089 [11:22:12.705] getCompletionData: Semantic work: 7.448164001107216 +Info 9090 [11:22:12.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.054972991347313 +Info 9091 [11:22:12.711] Format host information updated +Info 9092 [11:22:12.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9093 [11:22:12.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 825 structureChanged: false structureIsReused:: Completely Elapsed: 6.799697995185852ms +Info 9094 [11:22:12.791] Different program with same set of files +Info 9095 [11:22:12.791] getCompletionData: Get current token: 0.0015549957752227783 +Info 9096 [11:22:12.791] getCompletionData: Is inside comment: 0.0008080005645751953 +Info 9097 [11:22:12.791] getCompletionData: Get previous token: 0.008513987064361572 +Info 9098 [11:22:12.791] getCompletionsAtPosition: isCompletionListBlocker: 0.007834002375602722 +Info 9099 [11:22:12.792] getExportInfoMap: cache hit +Info 9100 [11:22:12.793] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9101 [11:22:12.793] collectAutoImports: response is complete +Info 9102 [11:22:12.793] collectAutoImports: 1.604430004954338 +Info 9103 [11:22:12.793] getCompletionData: Semantic work: 2.186693012714386 +Info 9104 [11:22:12.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8195450007915497 +Info 9105 [11:22:12.795] Format host information updated +Info 9106 [11:22:12.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9107 [11:22:12.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 826 structureChanged: false structureIsReused:: Completely Elapsed: 7.037422001361847ms +Info 9108 [11:22:12.947] Different program with same set of files +Info 9109 [11:22:12.947] getCompletionData: Get current token: 0.0016580075025558472 +Info 9110 [11:22:12.947] getCompletionData: Is inside comment: 0.0008309930562973022 +Info 9111 [11:22:12.947] getCompletionData: Get previous token: 0.008417010307312012 +Info 9112 [11:22:12.947] getCompletionsAtPosition: isCompletionListBlocker: 0.006513997912406921 +Info 9113 [11:22:12.947] getExportInfoMap: cache hit +Info 9114 [11:22:12.949] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9115 [11:22:12.949] collectAutoImports: response is complete +Info 9116 [11:22:12.949] collectAutoImports: 1.6422509998083115 +Info 9117 [11:22:12.949] getCompletionData: Semantic work: 2.134355992078781 +Info 9118 [11:22:12.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8136849999427795 +Info 9119 [11:22:12.952] Format host information updated +Info 9120 [11:22:13.137] Format host information updated +Info 9121 [11:22:13.138] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9122 [11:22:13.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 827 structureChanged: false structureIsReused:: Completely Elapsed: 9.670592993497849ms +Info 9123 [11:22:13.148] Different program with same set of files +Info 9124 [11:22:13.901] Format host information updated +Info 9125 [11:22:13.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9126 [11:22:13.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 828 structureChanged: false structureIsReused:: Completely Elapsed: 7.92637300491333ms +Info 9127 [11:22:13.909] Different program with same set of files +Info 9128 [11:22:16.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9129 [11:22:16.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 829 structureChanged: false structureIsReused:: Completely Elapsed: 7.534981995820999ms +Info 9130 [11:22:16.177] Different program with same set of files +Info 9131 [11:22:16.177] getCompletionData: Get current token: 0.0018040090799331665 +Info 9132 [11:22:16.177] getCompletionData: Is inside comment: 0.0008399933576583862 +Info 9133 [11:22:16.177] getCompletionData: Get previous token: 0.008535996079444885 +Info 9134 [11:22:16.177] getCompletionsAtPosition: isCompletionListBlocker: 0.005585998296737671 +Info 9135 [11:22:16.178] getExportInfoMap: cache hit +Info 9136 [11:22:16.199] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1205 from cache +Info 9137 [11:22:16.199] collectAutoImports: response is complete +Info 9138 [11:22:16.199] collectAutoImports: 20.621461004018784 +Info 9139 [11:22:16.199] getCompletionData: Semantic work: 21.672231003642082 +Info 9140 [11:22:16.203] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8383100032806396 +Info 9141 [11:22:16.208] Format host information updated +Info 9142 [11:22:16.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9143 [11:22:16.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 830 structureChanged: false structureIsReused:: Completely Elapsed: 26.008976995944977ms +Info 9144 [11:22:16.316] Different program with same set of files +Info 9145 [11:22:16.317] getCompletionData: Get current token: 0.01528899371623993 +Info 9146 [11:22:16.317] getCompletionData: Is inside comment: 0.03790999948978424 +Info 9147 [11:22:16.317] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9148 [11:22:16.318] Format host information updated +Info 9149 [11:22:16.380] Format host information updated +Info 9150 [11:22:16.381] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9151 [11:22:16.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 831 structureChanged: false structureIsReused:: Completely Elapsed: 23.97087100148201ms +Info 9152 [11:22:16.405] Different program with same set of files +Info 9153 [11:22:17.167] Format host information updated +Info 9154 [11:22:17.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9155 [11:22:17.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 832 structureChanged: false structureIsReused:: Completely Elapsed: 9.236184000968933ms +Info 9156 [11:22:17.177] Different program with same set of files +Info 9157 [11:22:17.559] Format host information updated +Info 9158 [11:22:17.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9159 [11:22:17.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 833 structureChanged: false structureIsReused:: Completely Elapsed: 8.491020008921623ms +Info 9160 [11:22:17.568] Different program with same set of files +Info 9161 [11:22:17.712] Format host information updated +Info 9162 [11:22:17.712] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9163 [11:22:17.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 834 structureChanged: false structureIsReused:: Completely Elapsed: 9.346667006611824ms +Info 9164 [11:22:17.721] Different program with same set of files +Info 9165 [11:22:20.739] Format host information updated +Info 9166 [11:22:20.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9167 [11:22:20.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 835 structureChanged: false structureIsReused:: Completely Elapsed: 6.261771991848946ms +Info 9168 [11:22:20.746] Different program with same set of files +Info 9169 [11:22:21.046] Format host information updated +Info 9170 [11:22:21.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9171 [11:22:21.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 836 structureChanged: false structureIsReused:: Completely Elapsed: 8.344950005412102ms +Info 9172 [11:22:21.055] Different program with same set of files +Info 9173 [11:22:22.650] Format host information updated +Info 9174 [11:22:22.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9175 [11:22:22.656] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 837 structureChanged: false structureIsReused:: Completely Elapsed: 6.044551998376846ms +Info 9176 [11:22:22.656] Different program with same set of files +Info 9177 [11:22:22.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9178 [11:22:22.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 838 structureChanged: false structureIsReused:: Completely Elapsed: 11.479155987501144ms +Info 9179 [11:22:22.958] Different program with same set of files +Info 9180 [11:22:22.958] getCompletionData: Get current token: 0.002249002456665039 +Info 9181 [11:22:22.958] getCompletionData: Is inside comment: 0.007152006030082703 +Info 9182 [11:22:22.958] getCompletionData: Get previous token: 0.009173005819320679 +Info 9183 [11:22:22.958] getCompletionsAtPosition: isCompletionListBlocker: 0.0016700029373168945 +Info 9184 [11:22:22.958] Returning an empty list because completion was requested in an invalid position. +Info 9185 [11:22:22.959] Format host information updated +Info 9186 [11:22:23.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9187 [11:22:23.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 839 structureChanged: false structureIsReused:: Completely Elapsed: 9.857829004526138ms +Info 9188 [11:22:23.029] Different program with same set of files +Info 9189 [11:22:23.029] getCompletionData: Get current token: 0.003920987248420715 +Info 9190 [11:22:23.029] getCompletionData: Is inside comment: 0.01472899317741394 +Info 9191 [11:22:23.029] getCompletionData: Get previous token: 0.018353000283241272 +Info 9192 [11:22:23.029] getCompletionsAtPosition: isCompletionListBlocker: 0.0024259984493255615 +Info 9193 [11:22:23.029] Returning an empty list because completion was requested in an invalid position. +Info 9194 [11:22:23.029] Format host information updated +Info 9195 [11:22:23.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9196 [11:22:23.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 840 structureChanged: false structureIsReused:: Completely Elapsed: 5.734344989061356ms +Info 9197 [11:22:23.333] Different program with same set of files +Info 9198 [11:22:23.333] getCompletionData: Get current token: 0.002204000949859619 +Info 9199 [11:22:23.333] getCompletionData: Is inside comment: 0.007362008094787598 +Info 9200 [11:22:23.333] getCompletionData: Get previous token: 0.009046003222465515 +Info 9201 [11:22:23.333] getCompletionsAtPosition: isCompletionListBlocker: 0.0013040006160736084 +Info 9202 [11:22:23.333] Returning an empty list because completion was requested in an invalid position. +Info 9203 [11:22:23.337] Format host information updated +Info 9204 [11:22:23.791] getCompletionData: Get current token: 0.0013739913702011108 +Info 9205 [11:22:23.791] getCompletionData: Is inside comment: 0.005584001541137695 +Info 9206 [11:22:23.791] getCompletionData: Get previous token: 0.004149004817008972 +Info 9207 [11:22:23.791] getCompletionsAtPosition: isCompletionListBlocker: 0.01137000322341919 +Info 9208 [11:22:23.792] getExportInfoMap: cache hit +Info 9209 [11:22:23.807] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1205 from cache +Info 9210 [11:22:23.807] collectAutoImports: response is complete +Info 9211 [11:22:23.807] collectAutoImports: 15.087138995528221 +Info 9212 [11:22:23.807] getCompletionData: Semantic work: 15.776314988732338 +Info 9213 [11:22:23.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.3237810134887695 +Info 9214 [11:22:24.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9215 [11:22:24.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 841 structureChanged: false structureIsReused:: Completely Elapsed: 11.3595409989357ms +Info 9216 [11:22:24.641] Different program with same set of files +Info 9217 [11:22:24.641] getCompletionData: Get current token: 0.007399991154670715 +Info 9218 [11:22:24.641] getCompletionData: Is inside comment: 0.002624005079269409 +Info 9219 [11:22:24.641] getCompletionData: Get previous token: 0.036446988582611084 +Info 9220 [11:22:24.641] getCompletionsAtPosition: isCompletionListBlocker: 0.003407999873161316 +Info 9221 [11:22:24.642] getCompletionData: Semantic work: 0.6630429923534393 +Info 9222 [11:22:24.642] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24317899346351624 +Info 9223 [11:22:24.643] Format host information updated +Info 9224 [11:22:24.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9225 [11:22:24.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 842 structureChanged: false structureIsReused:: Completely Elapsed: 6.493753999471664ms +Info 9226 [11:22:24.841] Different program with same set of files +Info 9227 [11:22:24.841] getCompletionData: Get current token: 0.003268003463745117 +Info 9228 [11:22:24.841] getCompletionData: Is inside comment: 0.0012629926204681396 +Info 9229 [11:22:24.841] getCompletionData: Get previous token: 0.015368998050689697 +Info 9230 [11:22:24.841] getCompletionsAtPosition: isCompletionListBlocker: 0.0022749900817871094 +Info 9231 [11:22:24.842] getCompletionData: Semantic work: 0.3050599992275238 +Info 9232 [11:22:24.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5066390037536621 +Info 9233 [11:22:24.842] Format host information updated +Info 9234 [11:22:24.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9235 [11:22:24.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 843 structureChanged: false structureIsReused:: Completely Elapsed: 28.01561300456524ms +Info 9236 [11:22:24.973] Different program with same set of files +Info 9237 [11:22:24.973] getCompletionData: Get current token: 0.007280007004737854 +Info 9238 [11:22:24.973] getCompletionData: Is inside comment: 0.0031159967184066772 +Info 9239 [11:22:24.973] getCompletionData: Get previous token: 0.03414300084114075 +Info 9240 [11:22:24.973] getCompletionsAtPosition: isCompletionListBlocker: 0.004126995801925659 +Info 9241 [11:22:24.974] getCompletionData: Semantic work: 0.6028719991445541 +Info 9242 [11:22:24.975] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9788640141487122 +Info 9243 [11:22:24.975] Format host information updated +Info 9244 [11:22:25.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9245 [11:22:25.134] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 844 structureChanged: false structureIsReused:: Completely Elapsed: 6.138675004243851ms +Info 9246 [11:22:25.134] Different program with same set of files +Info 9247 [11:22:25.134] getCompletionData: Get current token: 0.0035889893770217896 +Info 9248 [11:22:25.134] getCompletionData: Is inside comment: 0.0012190043926239014 +Info 9249 [11:22:25.134] getCompletionData: Get previous token: 0.014831006526947021 +Info 9250 [11:22:25.134] getCompletionsAtPosition: isCompletionListBlocker: 0.0025829970836639404 +Info 9251 [11:22:25.134] getCompletionData: Semantic work: 0.2936770021915436 +Info 9252 [11:22:25.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.44789400696754456 +Info 9253 [11:22:25.135] Format host information updated +Info 9254 [11:22:25.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9255 [11:22:25.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 845 structureChanged: false structureIsReused:: Completely Elapsed: 5.831206992268562ms +Info 9256 [11:22:25.214] Different program with same set of files +Info 9257 [11:22:25.215] getCompletionData: Get current token: 0.004779994487762451 +Info 9258 [11:22:25.215] getCompletionData: Is inside comment: 0.0013390034437179565 +Info 9259 [11:22:25.215] getCompletionData: Get previous token: 0.031328991055488586 +Info 9260 [11:22:25.215] getCompletionsAtPosition: isCompletionListBlocker: 0.0020550042390823364 +Info 9261 [11:22:25.215] getCompletionData: Semantic work: 0.25771699845790863 +Info 9262 [11:22:25.215] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12775500118732452 +Info 9263 [11:22:25.218] Format host information updated +Info 9264 [11:22:26.960] Format host information updated +Info 9265 [11:22:26.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9266 [11:22:26.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 846 structureChanged: false structureIsReused:: Completely Elapsed: 6.449553996324539ms +Info 9267 [11:22:26.966] Different program with same set of files +Info 9268 [11:22:27.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9269 [11:22:27.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 847 structureChanged: false structureIsReused:: Completely Elapsed: 6.623624995350838ms +Info 9270 [11:22:27.109] Different program with same set of files +Info 9271 [11:22:27.109] getCompletionData: Get current token: 0.0033870041370391846 +Info 9272 [11:22:27.109] getCompletionData: Is inside comment: 0.008719995617866516 +Info 9273 [11:22:27.109] getCompletionData: Get previous token: 0.009863004088401794 +Info 9274 [11:22:27.109] getCompletionsAtPosition: isCompletionListBlocker: 0.00790800154209137 +Info 9275 [11:22:27.110] getExportInfoMap: cache hit +Info 9276 [11:22:27.119] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 128 from cache +Info 9277 [11:22:27.119] collectAutoImports: response is complete +Info 9278 [11:22:27.119] collectAutoImports: 8.887081995606422 +Info 9279 [11:22:27.119] getCompletionData: Semantic work: 9.429554998874664 +Info 9280 [11:22:27.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7934339940547943 +Info 9281 [11:22:27.123] Format host information updated +Info 9282 [11:22:27.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9283 [11:22:27.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 848 structureChanged: false structureIsReused:: Completely Elapsed: 6.663760989904404ms +Info 9284 [11:22:27.244] Different program with same set of files +Info 9285 [11:22:27.244] getCompletionData: Get current token: 0.003398999571800232 +Info 9286 [11:22:27.244] getCompletionData: Is inside comment: 0.00941900908946991 +Info 9287 [11:22:27.244] getCompletionData: Get previous token: 0.010429993271827698 +Info 9288 [11:22:27.244] getCompletionsAtPosition: isCompletionListBlocker: 0.0074390023946762085 +Info 9289 [11:22:27.245] getExportInfoMap: cache hit +Info 9290 [11:22:27.249] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 122 from cache +Info 9291 [11:22:27.249] collectAutoImports: response is complete +Info 9292 [11:22:27.249] collectAutoImports: 4.369799003005028 +Info 9293 [11:22:27.249] getCompletionData: Semantic work: 4.89732301235199 +Info 9294 [11:22:27.252] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.823404014110565 +Info 9295 [11:22:27.255] Format host information updated +Info 9296 [11:22:27.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9297 [11:22:27.407] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 849 structureChanged: false structureIsReused:: Completely Elapsed: 6.847128003835678ms +Info 9298 [11:22:27.407] Different program with same set of files +Info 9299 [11:22:27.407] getCompletionData: Get current token: 0.005024999380111694 +Info 9300 [11:22:27.407] getCompletionData: Is inside comment: 0.012599006295204163 +Info 9301 [11:22:27.407] getCompletionData: Get previous token: 0.014554992318153381 +Info 9302 [11:22:27.407] getCompletionsAtPosition: isCompletionListBlocker: 0.008178994059562683 +Info 9303 [11:22:27.408] getExportInfoMap: cache hit +Info 9304 [11:22:27.412] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 5 from cache +Info 9305 [11:22:27.412] collectAutoImports: response is complete +Info 9306 [11:22:27.412] collectAutoImports: 4.096091002225876 +Info 9307 [11:22:27.412] getCompletionData: Semantic work: 4.804496988654137 +Info 9308 [11:22:27.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.005275994539261 +Info 9309 [11:22:27.416] Format host information updated +Info 9310 [11:22:27.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9311 [11:22:27.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 850 structureChanged: false structureIsReused:: Completely Elapsed: 6.8887600004673ms +Info 9312 [11:22:27.467] Different program with same set of files +Info 9313 [11:22:27.467] getCompletionData: Get current token: 0.003657996654510498 +Info 9314 [11:22:27.467] getCompletionData: Is inside comment: 0.009314998984336853 +Info 9315 [11:22:27.467] getCompletionData: Get previous token: 0.010652005672454834 +Info 9316 [11:22:27.467] getCompletionsAtPosition: isCompletionListBlocker: 0.007178008556365967 +Info 9317 [11:22:27.467] getExportInfoMap: cache hit +Info 9318 [11:22:27.470] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 5 from cache +Info 9319 [11:22:27.470] collectAutoImports: response is complete +Info 9320 [11:22:27.470] collectAutoImports: 2.600728005170822 +Info 9321 [11:22:27.470] getCompletionData: Semantic work: 3.1271620094776154 +Info 9322 [11:22:27.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1375569999217987 +Info 9323 [11:22:27.475] Format host information updated +Info 9324 [11:22:27.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9325 [11:22:27.576] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 851 structureChanged: false structureIsReused:: Completely Elapsed: 23.02980498969555ms +Info 9326 [11:22:27.576] Different program with same set of files +Info 9327 [11:22:27.576] getCompletionData: Get current token: 0.008760005235671997 +Info 9328 [11:22:27.576] getCompletionData: Is inside comment: 0.023634999990463257 +Info 9329 [11:22:27.577] getCompletionData: Get previous token: 0.0839100033044815 +Info 9330 [11:22:27.577] getCompletionsAtPosition: isCompletionListBlocker: 0.018224000930786133 +Info 9331 [11:22:27.578] getExportInfoMap: cache hit +Info 9332 [11:22:27.606] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1387 from cache +Info 9333 [11:22:27.606] collectAutoImports: response is complete +Info 9334 [11:22:27.606] collectAutoImports: 28.39307999610901 +Info 9335 [11:22:27.606] getCompletionData: Semantic work: 29.605010986328125 +Info 9336 [11:22:27.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.084818005561829 +Info 9337 [11:22:27.615] Format host information updated +Info 9338 [11:22:29.323] Format host information updated +Info 9339 [11:22:29.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9340 [11:22:29.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 852 structureChanged: false structureIsReused:: Completely Elapsed: 6.228654995560646ms +Info 9341 [11:22:29.330] Different program with same set of files +Info 9342 [11:22:29.503] Format host information updated +Info 9343 [11:22:29.503] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9344 [11:22:29.523] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 853 structureChanged: false structureIsReused:: Completely Elapsed: 19.694696992635727ms +Info 9345 [11:22:29.523] Different program with same set of files +Info 9346 [11:22:30.642] Format host information updated +Info 9347 [11:22:30.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9348 [11:22:30.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 854 structureChanged: false structureIsReused:: Completely Elapsed: 7.467752993106842ms +Info 9349 [11:22:30.650] Different program with same set of files +Info 9350 [11:22:30.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9351 [11:22:30.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 855 structureChanged: false structureIsReused:: Completely Elapsed: 6.2026070058345795ms +Info 9352 [11:22:30.930] Different program with same set of files +Info 9353 [11:22:30.930] getCompletionData: Get current token: 0.002168998122215271 +Info 9354 [11:22:30.930] getCompletionData: Is inside comment: 0.0008979886770248413 +Info 9355 [11:22:30.930] getCompletionData: Get previous token: 0.009495005011558533 +Info 9356 [11:22:30.930] getCompletionsAtPosition: isCompletionListBlocker: 0.006403997540473938 +Info 9357 [11:22:30.931] getExportInfoMap: cache hit +Info 9358 [11:22:30.935] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 108 from cache +Info 9359 [11:22:30.935] collectAutoImports: response is complete +Info 9360 [11:22:30.935] collectAutoImports: 4.851906999945641 +Info 9361 [11:22:30.935] getCompletionData: Semantic work: 5.51816700398922 +Info 9362 [11:22:30.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3723419904708862 +Info 9363 [11:22:30.938] Format host information updated +Info 9364 [11:22:31.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9365 [11:22:31.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 856 structureChanged: false structureIsReused:: Completely Elapsed: 6.480528995394707ms +Info 9366 [11:22:31.256] Different program with same set of files +Info 9367 [11:22:31.256] getCompletionData: Get current token: 0.0023600012063980103 +Info 9368 [11:22:31.256] getCompletionData: Is inside comment: 0.0012049973011016846 +Info 9369 [11:22:31.256] getCompletionData: Get previous token: 0.009761005640029907 +Info 9370 [11:22:31.256] getCompletionsAtPosition: isCompletionListBlocker: 0.006273001432418823 +Info 9371 [11:22:31.257] getExportInfoMap: cache hit +Info 9372 [11:22:31.272] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1205 from cache +Info 9373 [11:22:31.272] collectAutoImports: response is complete +Info 9374 [11:22:31.272] collectAutoImports: 15.410884007811546 +Info 9375 [11:22:31.272] getCompletionData: Semantic work: 16.169461011886597 +Info 9376 [11:22:31.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.01111701130867 +Info 9377 [11:22:31.280] Format host information updated +Info 9378 [11:22:31.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9379 [11:22:31.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 857 structureChanged: false structureIsReused:: Completely Elapsed: 6.560840994119644ms +Info 9380 [11:22:31.419] Different program with same set of files +Info 9381 [11:22:31.419] getCompletionData: Get current token: 0.0026620030403137207 +Info 9382 [11:22:31.419] getCompletionData: Is inside comment: 0.0011290013790130615 +Info 9383 [11:22:31.419] getCompletionData: Get previous token: 0.010187998414039612 +Info 9384 [11:22:31.419] getCompletionsAtPosition: isCompletionListBlocker: 0.0015559941530227661 +Info 9385 [11:22:31.419] Returning an empty list because completion was requested in an invalid position. +Info 9386 [11:22:31.422] Format host information updated +Info 9387 [11:22:31.744] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9388 [11:22:31.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 858 structureChanged: false structureIsReused:: Completely Elapsed: 6.7740000039339066ms +Info 9389 [11:22:31.751] Different program with same set of files +Info 9390 [11:22:31.751] getCompletionData: Get current token: 0.0021539926528930664 +Info 9391 [11:22:31.751] getCompletionData: Is inside comment: 0.0009469985961914062 +Info 9392 [11:22:31.751] getCompletionData: Get previous token: 0.009040012955665588 +Info 9393 [11:22:31.751] getCompletionsAtPosition: isCompletionListBlocker: 0.0013870000839233398 +Info 9394 [11:22:31.751] Returning an empty list because completion was requested in an invalid position. +Info 9395 [11:22:31.751] Format host information updated +Info 9396 [11:22:31.810] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9397 [11:22:31.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 859 structureChanged: false structureIsReused:: Completely Elapsed: 7.642362996935844ms +Info 9398 [11:22:31.818] Different program with same set of files +Info 9399 [11:22:31.818] getCompletionData: Get current token: 0.00232599675655365 +Info 9400 [11:22:31.818] getCompletionData: Is inside comment: 0.001015007495880127 +Info 9401 [11:22:31.818] getCompletionData: Get previous token: 0.009773999452590942 +Info 9402 [11:22:31.818] getCompletionsAtPosition: isCompletionListBlocker: 0.0016999989748001099 +Info 9403 [11:22:31.818] Returning an empty list because completion was requested in an invalid position. +Info 9404 [11:22:31.822] Format host information updated +Info 9405 [11:22:31.879] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9406 [11:22:31.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 860 structureChanged: false structureIsReused:: Completely Elapsed: 17.07294400036335ms +Info 9407 [11:22:31.897] Different program with same set of files +Info 9408 [11:22:31.897] getCompletionData: Get current token: 0.0076719969511032104 +Info 9409 [11:22:31.897] getCompletionData: Is inside comment: 0.003716990351676941 +Info 9410 [11:22:31.897] getCompletionData: Get previous token: 0.08498100936412811 +Info 9411 [11:22:31.897] getCompletionsAtPosition: isCompletionListBlocker: 0.004397004842758179 +Info 9412 [11:22:31.897] Returning an empty list because completion was requested in an invalid position. +Info 9413 [11:22:31.897] Format host information updated +Info 9414 [11:22:32.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9415 [11:22:32.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 861 structureChanged: false structureIsReused:: Completely Elapsed: 9.041031002998352ms +Info 9416 [11:22:32.113] Different program with same set of files +Info 9417 [11:22:32.113] getCompletionData: Get current token: 0.0021589994430541992 +Info 9418 [11:22:32.113] getCompletionData: Is inside comment: 0.0011340081691741943 +Info 9419 [11:22:32.113] getCompletionData: Get previous token: 0.0082940012216568 +Info 9420 [11:22:32.113] getCompletionsAtPosition: isCompletionListBlocker: 0.0013349950313568115 +Info 9421 [11:22:32.113] Returning an empty list because completion was requested in an invalid position. +Info 9422 [11:22:32.116] Format host information updated +Info 9423 [11:22:32.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9424 [11:22:32.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 862 structureChanged: false structureIsReused:: Completely Elapsed: 6.730535998940468ms +Info 9425 [11:22:32.252] Different program with same set of files +Info 9426 [11:22:32.252] getCompletionData: Get current token: 0.0027600079774856567 +Info 9427 [11:22:32.252] getCompletionData: Is inside comment: 0.0010969936847686768 +Info 9428 [11:22:32.252] getCompletionData: Get previous token: 0.010292991995811462 +Info 9429 [11:22:32.252] getCompletionsAtPosition: isCompletionListBlocker: 0.001520007848739624 +Info 9430 [11:22:32.252] Returning an empty list because completion was requested in an invalid position. +Info 9431 [11:22:32.252] Format host information updated +Info 9432 [11:22:32.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9433 [11:22:32.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 863 structureChanged: false structureIsReused:: Completely Elapsed: 6.060473009943962ms +Info 9434 [11:22:32.339] Different program with same set of files +Info 9435 [11:22:32.339] getCompletionData: Get current token: 0.002279996871948242 +Info 9436 [11:22:32.339] getCompletionData: Is inside comment: 0.00109100341796875 +Info 9437 [11:22:32.339] getCompletionData: Get previous token: 0.009801000356674194 +Info 9438 [11:22:32.339] getCompletionsAtPosition: isCompletionListBlocker: 0.0015999972820281982 +Info 9439 [11:22:32.339] Returning an empty list because completion was requested in an invalid position. +Info 9440 [11:22:32.340] Format host information updated +Info 9441 [11:22:32.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9442 [11:22:32.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 864 structureChanged: false structureIsReused:: Completely Elapsed: 8.906822994351387ms +Info 9443 [11:22:32.530] Different program with same set of files +Info 9444 [11:22:32.530] getCompletionData: Get current token: 0.0023580044507980347 +Info 9445 [11:22:32.530] getCompletionData: Is inside comment: 0.0009009987115859985 +Info 9446 [11:22:32.530] getCompletionData: Get previous token: 0.007951006293296814 +Info 9447 [11:22:32.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0012800097465515137 +Info 9448 [11:22:32.531] Returning an empty list because completion was requested in an invalid position. +Info 9449 [11:22:32.531] Format host information updated +Info 9450 [11:22:32.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9451 [11:22:32.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 865 structureChanged: false structureIsReused:: Completely Elapsed: 6.006659999489784ms +Info 9452 [11:22:32.701] Different program with same set of files +Info 9453 [11:22:32.701] getCompletionData: Get current token: 0.002253994345664978 +Info 9454 [11:22:32.702] getCompletionData: Is inside comment: 0.0010219961404800415 +Info 9455 [11:22:32.702] getCompletionData: Get previous token: 0.008897989988327026 +Info 9456 [11:22:32.702] getCompletionsAtPosition: isCompletionListBlocker: 0.0014860033988952637 +Info 9457 [11:22:32.702] Returning an empty list because completion was requested in an invalid position. +Info 9458 [11:22:32.702] Format host information updated +Info 9459 [11:22:32.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9460 [11:22:32.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 866 structureChanged: false structureIsReused:: Completely Elapsed: 6.536896005272865ms +Info 9461 [11:22:32.800] Different program with same set of files +Info 9462 [11:22:32.801] getCompletionData: Get current token: 0.002464994788169861 +Info 9463 [11:22:32.801] getCompletionData: Is inside comment: 0.0011540055274963379 +Info 9464 [11:22:32.801] getCompletionData: Get previous token: 0.010591000318527222 +Info 9465 [11:22:32.801] getCompletionsAtPosition: isCompletionListBlocker: 0.0016079992055892944 +Info 9466 [11:22:32.801] Returning an empty list because completion was requested in an invalid position. +Info 9467 [11:22:32.803] Format host information updated +Info 9468 [11:22:32.902] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9469 [11:22:32.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 867 structureChanged: false structureIsReused:: Completely Elapsed: 23.62458899617195ms +Info 9470 [11:22:32.926] Different program with same set of files +Info 9471 [11:22:32.926] getCompletionData: Get current token: 0.009896010160446167 +Info 9472 [11:22:32.926] getCompletionData: Is inside comment: 0.0048229992389678955 +Info 9473 [11:22:32.926] getCompletionData: Get previous token: 0.04025401175022125 +Info 9474 [11:22:32.926] getCompletionsAtPosition: isCompletionListBlocker: 0.004807993769645691 +Info 9475 [11:22:32.926] Returning an empty list because completion was requested in an invalid position. +Info 9476 [11:22:32.927] Format host information updated +Info 9477 [11:22:33.007] Format host information updated +Info 9478 [11:22:33.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9479 [11:22:33.018] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 868 structureChanged: false structureIsReused:: Completely Elapsed: 11.070342004299164ms +Info 9480 [11:22:33.018] Different program with same set of files +Info 9481 [11:22:35.286] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9482 [11:22:35.293] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 869 structureChanged: false structureIsReused:: Completely Elapsed: 6.522470012307167ms +Info 9483 [11:22:35.293] Different program with same set of files +Info 9484 [11:22:35.293] getCompletionData: Get current token: 0.0026369988918304443 +Info 9485 [11:22:35.293] getCompletionData: Is inside comment: 0.0012239962816238403 +Info 9486 [11:22:35.293] getCompletionData: Get previous token: 0.026921004056930542 +Info 9487 [11:22:35.293] getCompletionsAtPosition: isCompletionListBlocker: 0.0018709897994995117 +Info 9488 [11:22:35.293] getCompletionData: Semantic work: 0.2679409980773926 +Info 9489 [11:22:35.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10335700213909149 +Info 9490 [11:22:35.293] Format host information updated +Info 9491 [11:22:35.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9492 [11:22:35.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 870 structureChanged: false structureIsReused:: Completely Elapsed: 6.409061998128891ms +Info 9493 [11:22:35.419] Different program with same set of files +Info 9494 [11:22:35.419] getCompletionData: Get current token: 0.0028740018606185913 +Info 9495 [11:22:35.419] getCompletionData: Is inside comment: 0.001109004020690918 +Info 9496 [11:22:35.419] getCompletionData: Get previous token: 0.012566998600959778 +Info 9497 [11:22:35.419] getCompletionsAtPosition: isCompletionListBlocker: 0.001958996057510376 +Info 9498 [11:22:35.419] getCompletionData: Semantic work: 0.27291399240493774 +Info 9499 [11:22:35.420] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.43652699887752533 +Info 9500 [11:22:35.424] Format host information updated +Info 9501 [11:22:35.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9502 [11:22:35.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 871 structureChanged: false structureIsReused:: Completely Elapsed: 13.049704998731613ms +Info 9503 [11:22:35.501] Different program with same set of files +Info 9504 [11:22:35.501] getCompletionData: Get current token: 0.006607994437217712 +Info 9505 [11:22:35.501] getCompletionData: Is inside comment: 0.0028540045022964478 +Info 9506 [11:22:35.501] getCompletionData: Get previous token: 0.031213000416755676 +Info 9507 [11:22:35.501] getCompletionsAtPosition: isCompletionListBlocker: 0.0038330107927322388 +Info 9508 [11:22:35.502] getCompletionData: Semantic work: 0.5758900046348572 +Info 9509 [11:22:35.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8964880108833313 +Info 9510 [11:22:35.503] Format host information updated +Info 9511 [11:22:35.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9512 [11:22:35.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 872 structureChanged: false structureIsReused:: Completely Elapsed: 6.419220998883247ms +Info 9513 [11:22:35.562] Different program with same set of files +Info 9514 [11:22:35.562] getCompletionData: Get current token: 0.0032989978790283203 +Info 9515 [11:22:35.562] getCompletionData: Is inside comment: 0.0014010071754455566 +Info 9516 [11:22:35.562] getCompletionData: Get previous token: 0.015376999974250793 +Info 9517 [11:22:35.562] getCompletionsAtPosition: isCompletionListBlocker: 0.0019869953393936157 +Info 9518 [11:22:35.562] getCompletionData: Semantic work: 0.29694899916648865 +Info 9519 [11:22:35.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.46658000349998474 +Info 9520 [11:22:35.563] Format host information updated +Info 9521 [11:22:35.740] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9522 [11:22:35.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 873 structureChanged: false structureIsReused:: Completely Elapsed: 31.218125000596046ms +Info 9523 [11:22:35.771] Different program with same set of files +Info 9524 [11:22:35.772] getCompletionData: Get current token: 0.009001001715660095 +Info 9525 [11:22:35.772] getCompletionData: Is inside comment: 0.004121989011764526 +Info 9526 [11:22:35.772] getCompletionData: Get previous token: 0.04719500243663788 +Info 9527 [11:22:35.772] getCompletionsAtPosition: isCompletionListBlocker: 0.00508899986743927 +Info 9528 [11:22:35.773] getCompletionData: Semantic work: 0.7477390021085739 +Info 9529 [11:22:35.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1724669933319092 +Info 9530 [11:22:35.774] Format host information updated +Info 9531 [11:22:35.812] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9532 [11:22:35.826] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 874 structureChanged: false structureIsReused:: Completely Elapsed: 13.315338000655174ms +Info 9533 [11:22:35.826] Different program with same set of files +Info 9534 [11:22:35.826] getCompletionData: Get current token: 0.007235988974571228 +Info 9535 [11:22:35.826] getCompletionData: Is inside comment: 0.0030259937047958374 +Info 9536 [11:22:35.826] getCompletionData: Get previous token: 0.03443899750709534 +Info 9537 [11:22:35.826] getCompletionsAtPosition: isCompletionListBlocker: 0.004381999373435974 +Info 9538 [11:22:35.827] getCompletionData: Semantic work: 0.5770549923181534 +Info 9539 [11:22:35.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8851459920406342 +Info 9540 [11:22:35.828] Format host information updated +Info 9541 [11:22:35.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9542 [11:22:35.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 875 structureChanged: false structureIsReused:: Completely Elapsed: 23.2987370043993ms +Info 9543 [11:22:35.948] Different program with same set of files +Info 9544 [11:22:35.948] getCompletionData: Get current token: 0.012634992599487305 +Info 9545 [11:22:35.948] getCompletionData: Is inside comment: 0.005175992846488953 +Info 9546 [11:22:35.948] getCompletionData: Get previous token: 0.061438992619514465 +Info 9547 [11:22:35.949] getCompletionsAtPosition: isCompletionListBlocker: 0.006412997841835022 +Info 9548 [11:22:35.950] getCompletionData: Semantic work: 1.000463992357254 +Info 9549 [11:22:35.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6546449959278107 +Info 9550 [11:22:35.958] Format host information updated +Info 9551 [11:22:36.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9552 [11:22:36.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 876 structureChanged: false structureIsReused:: Completely Elapsed: 19.49244900047779ms +Info 9553 [11:22:36.019] Different program with same set of files +Info 9554 [11:22:36.020] getCompletionData: Get current token: 0.01047399640083313 +Info 9555 [11:22:36.020] getCompletionData: Is inside comment: 0.004189997911453247 +Info 9556 [11:22:36.020] getCompletionData: Get previous token: 0.05336400866508484 +Info 9557 [11:22:36.020] getCompletionsAtPosition: isCompletionListBlocker: 0.005818992853164673 +Info 9558 [11:22:36.021] getCompletionData: Semantic work: 0.871273010969162 +Info 9559 [11:22:36.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.422766998410225 +Info 9560 [11:22:36.023] Format host information updated +Info 9561 [11:22:36.469] Format host information updated +Info 9562 [11:22:36.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9563 [11:22:36.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 877 structureChanged: false structureIsReused:: Completely Elapsed: 6.101410999894142ms +Info 9564 [11:22:36.475] Different program with same set of files +Info 9565 [11:22:37.812] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9566 [11:22:37.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 878 structureChanged: false structureIsReused:: Completely Elapsed: 6.526646003127098ms +Info 9567 [11:22:37.819] Different program with same set of files +Info 9568 [11:22:37.819] getCompletionData: Get current token: 0.0030930042266845703 +Info 9569 [11:22:37.819] getCompletionData: Is inside comment: 0.0011640042066574097 +Info 9570 [11:22:37.819] getCompletionData: Get previous token: 0.013769999146461487 +Info 9571 [11:22:37.819] getCompletionsAtPosition: isCompletionListBlocker: 0.0019519925117492676 +Info 9572 [11:22:37.819] getCompletionData: Semantic work: 0.31172800064086914 +Info 9573 [11:22:37.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11208398640155792 +Info 9574 [11:22:37.820] Format host information updated +Info 9575 [11:22:38.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9576 [11:22:38.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 879 structureChanged: false structureIsReused:: Completely Elapsed: 6.833331003785133ms +Info 9577 [11:22:38.023] Different program with same set of files +Info 9578 [11:22:38.023] getCompletionData: Get current token: 0.003957003355026245 +Info 9579 [11:22:38.023] getCompletionData: Is inside comment: 0.0014829933643341064 +Info 9580 [11:22:38.023] getCompletionData: Get previous token: 0.017799004912376404 +Info 9581 [11:22:38.023] getCompletionsAtPosition: isCompletionListBlocker: 0.002687007188796997 +Info 9582 [11:22:38.023] getCompletionData: Semantic work: 0.3244919925928116 +Info 9583 [11:22:38.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5095389932394028 +Info 9584 [11:22:38.028] Format host information updated +Info 9585 [11:22:38.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9586 [11:22:38.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 880 structureChanged: false structureIsReused:: Completely Elapsed: 6.367455005645752ms +Info 9587 [11:22:38.147] Different program with same set of files +Info 9588 [11:22:38.147] getCompletionData: Get current token: 0.003480002284049988 +Info 9589 [11:22:38.147] getCompletionData: Is inside comment: 0.001310005784034729 +Info 9590 [11:22:38.147] getCompletionData: Get previous token: 0.015568003058433533 +Info 9591 [11:22:38.147] getCompletionsAtPosition: isCompletionListBlocker: 0.002459004521369934 +Info 9592 [11:22:38.147] getCompletionData: Semantic work: 0.30527499318122864 +Info 9593 [11:22:38.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.45107899606227875 +Info 9594 [11:22:38.148] Format host information updated +Info 9595 [11:22:38.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9596 [11:22:38.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 881 structureChanged: false structureIsReused:: Completely Elapsed: 6.02292700111866ms +Info 9597 [11:22:38.234] Different program with same set of files +Info 9598 [11:22:38.235] getCompletionData: Get current token: 0.003175005316734314 +Info 9599 [11:22:38.235] getCompletionData: Is inside comment: 0.001274004578590393 +Info 9600 [11:22:38.235] getCompletionData: Get previous token: 0.014421999454498291 +Info 9601 [11:22:38.235] getCompletionsAtPosition: isCompletionListBlocker: 0.0021039992570877075 +Info 9602 [11:22:38.235] getCompletionData: Semantic work: 0.2895449995994568 +Info 9603 [11:22:38.235] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4481779932975769 +Info 9604 [11:22:38.236] Format host information updated +Info 9605 [11:22:38.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9606 [11:22:38.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 882 structureChanged: false structureIsReused:: Completely Elapsed: 32.1066859960556ms +Info 9607 [11:22:38.357] Different program with same set of files +Info 9608 [11:22:38.358] getCompletionData: Get current token: 0.009245991706848145 +Info 9609 [11:22:38.358] getCompletionData: Is inside comment: 0.0036429911851882935 +Info 9610 [11:22:38.358] getCompletionData: Get previous token: 0.09216900169849396 +Info 9611 [11:22:38.358] getCompletionsAtPosition: isCompletionListBlocker: 0.0050600022077560425 +Info 9612 [11:22:38.359] getCompletionData: Semantic work: 0.7691910117864609 +Info 9613 [11:22:38.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3944630026817322 +Info 9614 [11:22:38.360] Format host information updated +Info 9615 [11:22:43.651] Format host information updated +Info 9616 [11:22:43.651] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9617 [11:22:43.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 883 structureChanged: false structureIsReused:: Completely Elapsed: 8.378635004162788ms +Info 9618 [11:22:43.659] Different program with same set of files +Info 9619 [11:28:52.590] Format host information updated +Info 9620 [11:28:52.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9621 [11:28:52.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 884 structureChanged: false structureIsReused:: Completely Elapsed: 17.322833001613617ms +Info 9622 [11:28:52.608] Different program with same set of files +Info 9623 [11:28:52.813] Format host information updated +Info 9624 [11:28:52.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9625 [11:28:52.826] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 885 structureChanged: false structureIsReused:: Completely Elapsed: 12.628279998898506ms +Info 9626 [11:28:52.826] Different program with same set of files +Info 9627 [11:28:53.477] Format host information updated +Info 9628 [11:28:53.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9629 [11:28:53.485] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 886 structureChanged: false structureIsReused:: Completely Elapsed: 8.176669001579285ms +Info 9630 [11:28:53.485] Different program with same set of files +Info 9631 [11:28:54.034] Format host information updated +Info 9632 [11:28:54.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9633 [11:28:54.042] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 887 structureChanged: false structureIsReused:: Completely Elapsed: 7.4163050055503845ms +Info 9634 [11:28:54.042] Different program with same set of files +Info 9635 [11:28:55.082] getCompletionData: Get current token: 0.0019830018281936646 +Info 9636 [11:28:55.082] getCompletionData: Is inside comment: 0.007353991270065308 +Info 9637 [11:28:55.082] getCompletionData: Get previous token: 0.004513993859291077 +Info 9638 [11:28:55.082] getCompletionsAtPosition: isCompletionListBlocker: 0.008413001894950867 +Info 9639 [11:28:55.083] getExportInfoMap: cache hit +Info 9640 [11:28:55.107] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1205 from cache +Info 9641 [11:28:55.107] collectAutoImports: response is complete +Info 9642 [11:28:55.107] collectAutoImports: 24.613414004445076 +Info 9643 [11:28:55.107] getCompletionData: Semantic work: 25.798356011509895 +Info 9644 [11:28:55.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.615545004606247 +Info 9645 [11:28:55.880] Format host information updated +Info 9646 [11:28:55.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9647 [11:28:55.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 888 structureChanged: false structureIsReused:: Completely Elapsed: 8.92026300728321ms +Info 9648 [11:28:55.889] Different program with same set of files +Info 9649 [11:28:56.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9650 [11:28:56.274] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 889 structureChanged: false structureIsReused:: Completely Elapsed: 8.222724005579948ms +Info 9651 [11:28:56.274] Different program with same set of files +Info 9652 [11:28:56.275] getCompletionData: Get current token: 0.003514006733894348 +Info 9653 [11:28:56.275] getCompletionData: Is inside comment: 0.010526001453399658 +Info 9654 [11:28:56.275] getCompletionData: Get previous token: 0.012924998998641968 +Info 9655 [11:28:56.275] getCompletionsAtPosition: isCompletionListBlocker: 0.007478997111320496 +Info 9656 [11:28:56.275] getExportInfoMap: cache hit +Info 9657 [11:28:56.284] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 158 from cache +Info 9658 [11:28:56.284] collectAutoImports: response is complete +Info 9659 [11:28:56.284] collectAutoImports: 8.458867996931076 +Info 9660 [11:28:56.284] getCompletionData: Semantic work: 9.038688004016876 +Info 9661 [11:28:56.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.414109990000725 +Info 9662 [11:28:56.289] Format host information updated +Info 9663 [11:28:56.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9664 [11:28:56.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 890 structureChanged: false structureIsReused:: Completely Elapsed: 6.594105005264282ms +Info 9665 [11:28:56.418] Different program with same set of files +Info 9666 [11:28:56.418] getCompletionData: Get current token: 0.003089010715484619 +Info 9667 [11:28:56.418] getCompletionData: Is inside comment: 0.009415000677108765 +Info 9668 [11:28:56.418] getCompletionData: Get previous token: 0.011533990502357483 +Info 9669 [11:28:56.418] getCompletionsAtPosition: isCompletionListBlocker: 0.005961999297142029 +Info 9670 [11:28:56.418] getExportInfoMap: cache hit +Info 9671 [11:28:56.423] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 108 from cache +Info 9672 [11:28:56.423] collectAutoImports: response is complete +Info 9673 [11:28:56.423] collectAutoImports: 4.33288899064064 +Info 9674 [11:28:56.423] getCompletionData: Semantic work: 4.93300598859787 +Info 9675 [11:28:56.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.522523000836372 +Info 9676 [11:28:56.432] Format host information updated +Info 9677 [11:28:56.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9678 [11:28:56.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 891 structureChanged: false structureIsReused:: Completely Elapsed: 8.664363995194435ms +Info 9679 [11:28:56.481] Different program with same set of files +Info 9680 [11:28:56.481] getCompletionData: Get current token: 0.00507199764251709 +Info 9681 [11:28:56.481] getCompletionData: Is inside comment: 0.013604998588562012 +Info 9682 [11:28:56.481] getCompletionData: Get previous token: 0.01715800166130066 +Info 9683 [11:28:56.481] getCompletionsAtPosition: isCompletionListBlocker: 0.007973000407218933 +Info 9684 [11:28:56.482] getExportInfoMap: cache hit +Info 9685 [11:28:56.487] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 83 from cache +Info 9686 [11:28:56.487] collectAutoImports: response is complete +Info 9687 [11:28:56.487] collectAutoImports: 4.188775986433029 +Info 9688 [11:28:56.487] getCompletionData: Semantic work: 5.184882000088692 +Info 9689 [11:28:56.490] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.139512002468109 +Info 9690 [11:28:56.491] Format host information updated +Info 9691 [11:28:56.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9692 [11:28:56.573] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 892 structureChanged: false structureIsReused:: Completely Elapsed: 22.668941989541054ms +Info 9693 [11:28:56.573] Different program with same set of files +Info 9694 [11:28:56.574] getCompletionData: Get current token: 0.013648003339767456 +Info 9695 [11:28:56.574] getCompletionData: Is inside comment: 0.036535993218421936 +Info 9696 [11:28:56.574] getCompletionData: Get previous token: 0.04599200189113617 +Info 9697 [11:28:56.574] getCompletionsAtPosition: isCompletionListBlocker: 0.019423991441726685 +Info 9698 [11:28:56.576] getExportInfoMap: cache hit +Info 9699 [11:28:56.583] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 83 from cache +Info 9700 [11:28:56.583] collectAutoImports: response is complete +Info 9701 [11:28:56.583] collectAutoImports: 7.377288997173309 +Info 9702 [11:28:56.583] getCompletionData: Semantic work: 9.215060994029045 +Info 9703 [11:28:56.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.440525993704796 +Info 9704 [11:28:56.592] Format host information updated +Info 9705 [11:28:56.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9706 [11:28:56.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 893 structureChanged: false structureIsReused:: Completely Elapsed: 6.507606998085976ms +Info 9707 [11:28:56.696] Different program with same set of files +Info 9708 [11:28:56.696] getCompletionData: Get current token: 0.0031819939613342285 +Info 9709 [11:28:56.696] getCompletionData: Is inside comment: 0.009495005011558533 +Info 9710 [11:28:56.696] getCompletionData: Get previous token: 0.013245999813079834 +Info 9711 [11:28:56.696] getCompletionsAtPosition: isCompletionListBlocker: 0.007873013615608215 +Info 9712 [11:28:56.696] getExportInfoMap: cache hit +Info 9713 [11:28:56.699] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 83 from cache +Info 9714 [11:28:56.699] collectAutoImports: response is complete +Info 9715 [11:28:56.699] collectAutoImports: 2.4761029928922653 +Info 9716 [11:28:56.699] getCompletionData: Semantic work: 3.087794005870819 +Info 9717 [11:28:56.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.206055000424385 +Info 9718 [11:28:56.702] Format host information updated +Info 9719 [11:28:56.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9720 [11:28:56.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 894 structureChanged: false structureIsReused:: Completely Elapsed: 20.57115699350834ms +Info 9721 [11:28:56.781] Different program with same set of files +Info 9722 [11:28:56.782] getCompletionData: Get current token: 0.011371001601219177 +Info 9723 [11:28:56.782] getCompletionData: Is inside comment: 0.03357900679111481 +Info 9724 [11:28:56.782] getCompletionData: Get previous token: 0.04129399359226227 +Info 9725 [11:28:56.782] getCompletionsAtPosition: isCompletionListBlocker: 0.01982499659061432 +Info 9726 [11:28:56.788] getExportInfoMap: cache hit +Info 9727 [11:28:56.792] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 9728 [11:28:56.792] collectAutoImports: response is complete +Info 9729 [11:28:56.792] collectAutoImports: 4.001905992627144 +Info 9730 [11:28:56.792] getCompletionData: Semantic work: 10.189314991235733 +Info 9731 [11:28:56.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5698470026254654 +Info 9732 [11:28:56.797] Format host information updated +Info 9733 [11:28:56.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9734 [11:28:56.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 895 structureChanged: false structureIsReused:: Completely Elapsed: 8.39470599591732ms +Info 9735 [11:28:56.846] Different program with same set of files +Info 9736 [11:28:56.846] getCompletionData: Get current token: 0.004624009132385254 +Info 9737 [11:28:56.846] getCompletionData: Is inside comment: 0.01215699315071106 +Info 9738 [11:28:56.846] getCompletionData: Get previous token: 0.0156480073928833 +Info 9739 [11:28:56.846] getCompletionsAtPosition: isCompletionListBlocker: 0.0077610015869140625 +Info 9740 [11:28:56.847] getExportInfoMap: cache hit +Info 9741 [11:28:56.850] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 9742 [11:28:56.850] collectAutoImports: response is complete +Info 9743 [11:28:56.850] collectAutoImports: 2.777857005596161 +Info 9744 [11:28:56.850] getCompletionData: Semantic work: 3.4420530050992966 +Info 9745 [11:28:56.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7489669919013977 +Info 9746 [11:28:56.854] Format host information updated +Info 9747 [11:28:57.420] getCompletionData: Get current token: 0.003215998411178589 +Info 9748 [11:28:57.420] getCompletionData: Is inside comment: 0.008545994758605957 +Info 9749 [11:28:57.420] getCompletionData: Get previous token: 0.010333001613616943 +Info 9750 [11:28:57.420] getCompletionsAtPosition: isCompletionListBlocker: 0.007605999708175659 +Info 9751 [11:28:57.421] getExportInfoMap: cache hit +Info 9752 [11:28:57.423] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 9753 [11:28:57.423] collectAutoImports: response is complete +Info 9754 [11:28:57.423] collectAutoImports: 1.9590300023555756 +Info 9755 [11:28:57.423] getCompletionData: Semantic work: 2.502911001443863 +Info 9756 [11:28:57.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9550680071115494 +Info 9757 [11:28:57.565] Format host information updated +Info 9758 [11:28:57.567] getExportInfoMap: cache hit +Info 9759 [11:28:59.930] Format host information updated +Info 9760 [11:28:59.930] Format host information updated +Info 9761 [11:28:59.930] Format host information updated +Info 9762 [11:28:59.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9763 [11:28:59.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 896 structureChanged: false structureIsReused:: Completely Elapsed: 7.06310199201107ms +Info 9764 [11:28:59.938] Different program with same set of files +Info 9765 [11:28:59.938] getExportInfoMap: cache hit +Info 9766 [11:28:59.939] getExportInfoMap: cache hit +Info 9767 [11:28:59.941] getExportInfoMap: cache hit +Info 9768 [11:28:59.941] Format host information updated +Info 9769 [11:29:03.377] Format host information updated +Info 9770 [11:29:03.378] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9771 [11:29:03.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 897 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.090390995144844ms +Info 9772 [11:29:03.393] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 9773 [11:29:03.393] Files (142) + +Info 9774 [11:29:03.393] ----------------------------------------------- +Info 9775 [11:29:03.393] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 9776 [11:29:03.393] Files (271) + +Info 9777 [11:29:03.393] ----------------------------------------------- +Info 9778 [11:29:04.810] Format host information updated +Info 9779 [11:29:04.810] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9780 [11:29:04.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 898 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.403095006942749ms +Info 9781 [11:29:04.821] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 9782 [11:29:04.821] Files (141) + +Info 9783 [11:29:04.821] ----------------------------------------------- +Info 9784 [11:29:04.821] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 9785 [11:29:04.821] Files (271) + +Info 9786 [11:29:04.821] ----------------------------------------------- +Info 9787 [11:29:05.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9788 [11:29:05.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 899 structureChanged: false structureIsReused:: Completely Elapsed: 10.734640002250671ms +Info 9789 [11:29:05.108] Different program with same set of files +Info 9790 [11:29:05.108] getCompletionData: Get current token: 0.002701997756958008 +Info 9791 [11:29:05.108] getCompletionData: Is inside comment: 0.007679998874664307 +Info 9792 [11:29:05.108] getCompletionData: Get previous token: 0.010106995701789856 +Info 9793 [11:29:05.108] getCompletionsAtPosition: isCompletionListBlocker: 0.00702899694442749 +Info 9794 [11:29:05.110] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.41569098830223083 ms +Info 9795 [11:29:05.110] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 9796 [11:29:05.110] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 5 structureChanged: false structureIsReused:: Not Elapsed: 0.24939200282096863ms +Info 9797 [11:29:05.110] getExportInfoMap: cache miss or empty; calculating new results +Info 9798 [11:29:05.134] forEachExternalModuleToImportFrom autoImportProvider: 12.830884009599686 +Info 9799 [11:29:05.134] getExportInfoMap: done in 24.990354999899864 ms +Info 9800 [11:29:05.142] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 351 from cache +Info 9801 [11:29:05.142] collectAutoImports: response is complete +Info 9802 [11:29:05.142] collectAutoImports: 8.408087000250816 +Info 9803 [11:29:05.142] getCompletionData: Semantic work: 33.904089987277985 +Info 9804 [11:29:05.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.075449004769325 +Info 9805 [11:29:05.149] Format host information updated +Info 9806 [11:29:05.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9807 [11:29:05.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 900 structureChanged: false structureIsReused:: Completely Elapsed: 12.777856990695ms +Info 9808 [11:29:05.170] Different program with same set of files +Info 9809 [11:29:05.170] getCompletionData: Get current token: 0.0038210004568099976 +Info 9810 [11:29:05.170] getCompletionData: Is inside comment: 0.00968700647354126 +Info 9811 [11:29:05.170] getCompletionData: Get previous token: 0.011395007371902466 +Info 9812 [11:29:05.170] getCompletionsAtPosition: isCompletionListBlocker: 0.006373003125190735 +Info 9813 [11:29:05.171] getExportInfoMap: cache hit +Info 9814 [11:29:05.179] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 203 from cache +Info 9815 [11:29:05.179] collectAutoImports: response is complete +Info 9816 [11:29:05.179] collectAutoImports: 7.890239998698235 +Info 9817 [11:29:05.179] getCompletionData: Semantic work: 8.592786997556686 +Info 9818 [11:29:05.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.059586003422737 +Info 9819 [11:29:05.191] Format host information updated +Info 9820 [11:29:05.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9821 [11:29:05.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 901 structureChanged: false structureIsReused:: Completely Elapsed: 6.655472993850708ms +Info 9822 [11:29:05.276] Different program with same set of files +Info 9823 [11:29:05.276] getCompletionData: Get current token: 0.0029000043869018555 +Info 9824 [11:29:05.276] getCompletionData: Is inside comment: 0.00877600908279419 +Info 9825 [11:29:05.276] getCompletionData: Get previous token: 0.010825008153915405 +Info 9826 [11:29:05.276] getCompletionsAtPosition: isCompletionListBlocker: 0.007107987999916077 +Info 9827 [11:29:05.277] getExportInfoMap: cache hit +Info 9828 [11:29:05.280] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 119 from cache +Info 9829 [11:29:05.280] collectAutoImports: response is complete +Info 9830 [11:29:05.280] collectAutoImports: 3.5699880123138428 +Info 9831 [11:29:05.280] getCompletionData: Semantic work: 4.1240300089120865 +Info 9832 [11:29:05.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.674485996365547 +Info 9833 [11:29:05.284] Format host information updated +Info 9834 [11:29:05.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9835 [11:29:05.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 902 structureChanged: false structureIsReused:: Completely Elapsed: 13.581021010875702ms +Info 9836 [11:29:05.399] Different program with same set of files +Info 9837 [11:29:05.399] getCompletionData: Get current token: 0.004493996500968933 +Info 9838 [11:29:05.399] getCompletionData: Is inside comment: 0.013620004057884216 +Info 9839 [11:29:05.399] getCompletionData: Get previous token: 0.016732990741729736 +Info 9840 [11:29:05.399] getCompletionsAtPosition: isCompletionListBlocker: 0.009447991847991943 +Info 9841 [11:29:05.400] getExportInfoMap: cache hit +Info 9842 [11:29:05.403] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 36 from cache +Info 9843 [11:29:05.403] collectAutoImports: response is complete +Info 9844 [11:29:05.403] collectAutoImports: 3.7537699937820435 +Info 9845 [11:29:05.403] getCompletionData: Semantic work: 4.450450003147125 +Info 9846 [11:29:05.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4193719923496246 +Info 9847 [11:29:05.408] Format host information updated +Info 9848 [11:29:05.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9849 [11:29:05.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 903 structureChanged: false structureIsReused:: Completely Elapsed: 22.71739700436592ms +Info 9850 [11:29:05.556] Different program with same set of files +Info 9851 [11:29:05.557] getCompletionData: Get current token: 0.009238004684448242 +Info 9852 [11:29:05.557] getCompletionData: Is inside comment: 0.02897399663925171 +Info 9853 [11:29:05.557] getCompletionData: Get previous token: 0.03514400124549866 +Info 9854 [11:29:05.557] getCompletionsAtPosition: isCompletionListBlocker: 0.015588000416755676 +Info 9855 [11:29:05.558] getExportInfoMap: cache hit +Info 9856 [11:29:05.563] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 25 from cache +Info 9857 [11:29:05.563] collectAutoImports: response is complete +Info 9858 [11:29:05.563] collectAutoImports: 5.109843999147415 +Info 9859 [11:29:05.563] getCompletionData: Semantic work: 6.335129007697105 +Info 9860 [11:29:05.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.241458997130394 +Info 9861 [11:29:05.568] Format host information updated +Info 9862 [11:29:05.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9863 [11:29:05.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 904 structureChanged: false structureIsReused:: Completely Elapsed: 8.436811000108719ms +Info 9864 [11:29:05.605] Different program with same set of files +Info 9865 [11:29:05.605] getCompletionData: Get current token: 0.00424899160861969 +Info 9866 [11:29:05.605] getCompletionData: Is inside comment: 0.012335002422332764 +Info 9867 [11:29:05.605] getCompletionData: Get previous token: 0.015665993094444275 +Info 9868 [11:29:05.605] getCompletionsAtPosition: isCompletionListBlocker: 0.007896006107330322 +Info 9869 [11:29:05.606] getExportInfoMap: cache hit +Info 9870 [11:29:05.611] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 25 from cache +Info 9871 [11:29:05.611] collectAutoImports: response is complete +Info 9872 [11:29:05.611] collectAutoImports: 4.986600995063782 +Info 9873 [11:29:05.611] getCompletionData: Semantic work: 5.599215999245644 +Info 9874 [11:29:05.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3475399911403656 +Info 9875 [11:29:05.614] Format host information updated +Info 9876 [11:29:06.448] Format host information updated +Info 9877 [11:29:06.448] getCompletionData: Get current token: 0.022001013159751892 +Info 9878 [11:29:06.448] getCompletionData: Is inside comment: 0.014541998505592346 +Info 9879 [11:29:06.448] getCompletionData: Get previous token: 0.009102001786231995 +Info 9880 [11:29:06.448] getCompletionsAtPosition: isCompletionListBlocker: 0.007826000452041626 +Info 9881 [11:29:06.449] getCompletionData: Semantic work: 0.5561320036649704 +Info 9882 [11:29:07.723] Format host information updated +Info 9883 [11:29:07.724] Format host information updated +Info 9884 [11:29:07.724] Format host information updated +Info 9885 [11:29:07.724] Format host information updated +Info 9886 [11:29:07.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9887 [11:29:07.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 905 structureChanged: false structureIsReused:: Completely Elapsed: 6.292520999908447ms +Info 9888 [11:29:07.731] Different program with same set of files +Info 9889 [11:29:07.731] getExportInfoMap: cache hit +Info 9890 [11:29:07.734] Format host information updated +Info 9891 [11:29:07.734] getCompletionData: Get current token: 0.007895007729530334 +Info 9892 [11:29:07.734] getCompletionData: Is inside comment: 0.01491101086139679 +Info 9893 [11:29:07.734] getCompletionData: Get previous token: 0.01214800775051117 +Info 9894 [11:29:07.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0073130130767822266 +Info 9895 [11:29:07.735] getCompletionData: Semantic work: 0.4909449964761734 +Info 9896 [11:29:07.735] getExportInfoMap: cache hit +Info 9897 [11:29:07.736] getExportInfoMap: cache hit +Info 9898 [11:29:08.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9899 [11:29:08.153] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 906 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.306162998080254ms +Info 9900 [11:29:08.153] Different program with same set of files +Info 9901 [11:29:08.154] getCompletionData: Get current token: 0.003291994333267212 +Info 9902 [11:29:08.154] getCompletionData: Is inside comment: 0.01003699004650116 +Info 9903 [11:29:08.154] getCompletionData: Get previous token: 0.013116002082824707 +Info 9904 [11:29:08.154] getCompletionsAtPosition: isCompletionListBlocker: 0.0022329986095428467 +Info 9905 [11:29:08.154] getCompletionData: Semantic work: 0.32039399445056915 +Info 9906 [11:29:08.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5808060020208359 +Info 9907 [11:29:08.155] Format host information updated +Info 9908 [11:29:09.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9909 [11:29:09.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 907 structureChanged: false structureIsReused:: Completely Elapsed: 9.51298999786377ms +Info 9910 [11:29:09.590] Different program with same set of files +Info 9911 [11:29:09.590] getCompletionData: Get current token: 0.0037900060415267944 +Info 9912 [11:29:09.590] getCompletionData: Is inside comment: 0.001368001103401184 +Info 9913 [11:29:09.590] getCompletionData: Get previous token: 0.016416996717453003 +Info 9914 [11:29:09.590] getCompletionsAtPosition: isCompletionListBlocker: 0.001909002661705017 +Info 9915 [11:29:09.590] getCompletionData: Semantic work: 0.33560800552368164 +Info 9916 [11:29:09.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10584799945354462 +Info 9917 [11:29:09.591] Format host information updated +Info 9918 [11:29:09.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9919 [11:29:09.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 908 structureChanged: false structureIsReused:: Completely Elapsed: 6.805234998464584ms +Info 9920 [11:29:09.682] Different program with same set of files +Info 9921 [11:29:09.682] getCompletionData: Get current token: 0.0034940093755722046 +Info 9922 [11:29:09.682] getCompletionData: Is inside comment: 0.0014699995517730713 +Info 9923 [11:29:09.682] getCompletionData: Get previous token: 0.018987998366355896 +Info 9924 [11:29:09.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0025330036878585815 +Info 9925 [11:29:09.683] getCompletionData: Semantic work: 0.32073700428009033 +Info 9926 [11:29:09.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5230669975280762 +Info 9927 [11:29:09.683] Format host information updated +Info 9928 [11:29:09.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9929 [11:29:09.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 909 structureChanged: false structureIsReused:: Completely Elapsed: 9.942925989627838ms +Info 9930 [11:29:09.859] Different program with same set of files +Info 9931 [11:29:09.859] getCompletionData: Get current token: 0.003350004553794861 +Info 9932 [11:29:09.859] getCompletionData: Is inside comment: 0.001314997673034668 +Info 9933 [11:29:09.860] getCompletionData: Get previous token: 0.018574997782707214 +Info 9934 [11:29:09.860] getCompletionsAtPosition: isCompletionListBlocker: 0.002262994647026062 +Info 9935 [11:29:09.860] getCompletionData: Semantic work: 0.36169300973415375 +Info 9936 [11:29:09.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.46819399297237396 +Info 9937 [11:29:09.861] Format host information updated +Info 9938 [11:29:09.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9939 [11:29:10.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 910 structureChanged: false structureIsReused:: Completely Elapsed: 6.098194003105164ms +Info 9940 [11:29:10.005] Different program with same set of files +Info 9941 [11:29:10.005] getCompletionData: Get current token: 0.0027160048484802246 +Info 9942 [11:29:10.005] getCompletionData: Is inside comment: 0.001109004020690918 +Info 9943 [11:29:10.005] getCompletionData: Get previous token: 0.014793992042541504 +Info 9944 [11:29:10.005] getCompletionsAtPosition: isCompletionListBlocker: 0.0023360103368759155 +Info 9945 [11:29:10.006] getCompletionData: Semantic work: 0.26229700446128845 +Info 9946 [11:29:10.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3609669953584671 +Info 9947 [11:29:10.006] Format host information updated +Info 9948 [11:29:10.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9949 [11:29:10.213] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 911 structureChanged: false structureIsReused:: Completely Elapsed: 23.999718993902206ms +Info 9950 [11:29:10.213] Different program with same set of files +Info 9951 [11:29:10.213] getCompletionData: Get current token: 0.012519001960754395 +Info 9952 [11:29:10.213] getCompletionData: Is inside comment: 0.007933005690574646 +Info 9953 [11:29:10.213] getCompletionData: Get previous token: 0.07981300354003906 +Info 9954 [11:29:10.214] getCompletionsAtPosition: isCompletionListBlocker: 0.0066699981689453125 +Info 9955 [11:29:10.215] getCompletionData: Semantic work: 1.0260950028896332 +Info 9956 [11:29:10.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6129230111837387 +Info 9957 [11:29:10.222] Format host information updated +Info 9958 [11:29:10.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9959 [11:29:10.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 912 structureChanged: false structureIsReused:: Completely Elapsed: 22.77529799938202ms +Info 9960 [11:29:10.351] Different program with same set of files +Info 9961 [11:29:10.351] getCompletionData: Get current token: 0.009251996874809265 +Info 9962 [11:29:10.351] getCompletionData: Is inside comment: 0.003756999969482422 +Info 9963 [11:29:10.351] getCompletionData: Get previous token: 0.052320003509521484 +Info 9964 [11:29:10.351] getCompletionsAtPosition: isCompletionListBlocker: 0.00495600700378418 +Info 9965 [11:29:10.352] getCompletionData: Semantic work: 0.7070309966802597 +Info 9966 [11:29:10.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.295742005109787 +Info 9967 [11:29:10.353] Format host information updated +Info 9968 [11:29:10.416] Format host information updated +Info 9969 [11:29:10.417] getCompletionData: Get current token: 0.028703004121780396 +Info 9970 [11:29:10.417] getCompletionData: Is inside comment: 0.012391000986099243 +Info 9971 [11:29:10.417] getCompletionData: Get previous token: 0.07124699652194977 +Info 9972 [11:29:10.417] getCompletionsAtPosition: isCompletionListBlocker: 0.007027000188827515 +Info 9973 [11:29:10.418] getCompletionData: Semantic work: 0.5384660065174103 +Info 9974 [11:29:10.639] Format host information updated +Info 9975 [11:29:10.645] getCompletionData: Get current token: 0.01547899842262268 +Info 9976 [11:29:10.645] getCompletionData: Is inside comment: 0.003595992922782898 +Info 9977 [11:29:10.645] getCompletionData: Get previous token: 0.01656799018383026 +Info 9978 [11:29:10.645] getCompletionsAtPosition: isCompletionListBlocker: 0.0017089992761611938 +Info 9979 [11:29:10.645] getCompletionData: Semantic work: 0.3217940032482147 +Info 9980 [11:29:13.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9981 [11:29:13.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 913 structureChanged: false structureIsReused:: Completely Elapsed: 8.328754007816315ms +Info 9982 [11:29:13.498] Different program with same set of files +Info 9983 [11:29:13.498] getCompletionData: Get current token: 0.0031809955835342407 +Info 9984 [11:29:13.498] getCompletionData: Is inside comment: 0.009445011615753174 +Info 9985 [11:29:13.498] getCompletionData: Get previous token: 0.011707007884979248 +Info 9986 [11:29:13.498] getCompletionsAtPosition: isCompletionListBlocker: 0.0015859901905059814 +Info 9987 [11:29:13.498] Returning an empty list because completion was requested in an invalid position. +Info 9988 [11:29:13.498] Format host information updated +Info 9989 [11:29:13.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9990 [11:29:13.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 914 structureChanged: false structureIsReused:: Completely Elapsed: 8.317977994680405ms +Info 9991 [11:29:13.625] Different program with same set of files +Info 9992 [11:29:13.625] getCompletionData: Get current token: 0.002299010753631592 +Info 9993 [11:29:13.625] getCompletionData: Is inside comment: 0.007252007722854614 +Info 9994 [11:29:13.625] getCompletionData: Get previous token: 0.008720993995666504 +Info 9995 [11:29:13.625] getCompletionsAtPosition: isCompletionListBlocker: 0.0014100074768066406 +Info 9996 [11:29:13.625] Returning an empty list because completion was requested in an invalid position. +Info 9997 [11:29:13.625] Format host information updated +Info 9998 [11:29:13.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9999 [11:29:13.828] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 915 structureChanged: false structureIsReused:: Completely Elapsed: 6.9339290112257ms +Info 10000[11:29:13.828] Different program with same set of files +Info 10001[11:29:13.828] getCompletionData: Get current token: 0.0024890005588531494 +Info 10002[11:29:13.828] getCompletionData: Is inside comment: 0.007745996117591858 +Info 10003[11:29:13.828] getCompletionData: Get previous token: 0.009311005473136902 +Info 10004[11:29:13.828] getCompletionsAtPosition: isCompletionListBlocker: 0.0016150027513504028 +Info 10005[11:29:13.828] Returning an empty list because completion was requested in an invalid position. +Info 10006[11:29:13.830] Format host information updated +Info 10007[11:29:13.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10008[11:29:13.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 916 structureChanged: false structureIsReused:: Completely Elapsed: 8.42689199745655ms +Info 10009[11:29:13.896] Different program with same set of files +Info 10010[11:29:13.896] getCompletionData: Get current token: 0.00237099826335907 +Info 10011[11:29:13.896] getCompletionData: Is inside comment: 0.007723003625869751 +Info 10012[11:29:13.896] getCompletionData: Get previous token: 0.0095909982919693 +Info 10013[11:29:13.896] getCompletionsAtPosition: isCompletionListBlocker: 0.0013159960508346558 +Info 10014[11:29:13.896] Returning an empty list because completion was requested in an invalid position. +Info 10015[11:29:13.897] Format host information updated +Info 10016[11:29:14.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10017[11:29:14.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 917 structureChanged: false structureIsReused:: Completely Elapsed: 6.235853001475334ms +Info 10018[11:29:14.033] Different program with same set of files +Info 10019[11:29:14.033] getCompletionData: Get current token: 0.002348005771636963 +Info 10020[11:29:14.033] getCompletionData: Is inside comment: 0.006915003061294556 +Info 10021[11:29:14.033] getCompletionData: Get previous token: 0.00874599814414978 +Info 10022[11:29:14.033] getCompletionsAtPosition: isCompletionListBlocker: 0.0012909919023513794 +Info 10023[11:29:14.033] Returning an empty list because completion was requested in an invalid position. +Info 10024[11:29:14.035] Format host information updated +Info 10025[11:29:14.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10026[11:29:14.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 918 structureChanged: false structureIsReused:: Completely Elapsed: 25.206074997782707ms +Info 10027[11:29:14.176] Different program with same set of files +Info 10028[11:29:14.177] getCompletionData: Get current token: 0.01062600314617157 +Info 10029[11:29:14.177] getCompletionData: Is inside comment: 0.03628098964691162 +Info 10030[11:29:14.177] getCompletionData: Get previous token: 0.0416949987411499 +Info 10031[11:29:14.177] getCompletionsAtPosition: isCompletionListBlocker: 0.005067005753517151 +Info 10032[11:29:14.177] Returning an empty list because completion was requested in an invalid position. +Info 10033[11:29:14.177] Format host information updated +Info 10034[11:29:14.261] Format host information updated +Info 10035[11:29:14.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10036[11:29:14.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 919 structureChanged: false structureIsReused:: Completely Elapsed: 6.410060003399849ms +Info 10037[11:29:14.268] Different program with same set of files +Info 10038[11:29:15.154] Format host information updated +Info 10039[11:29:15.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10040[11:29:15.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 920 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.604978010058403ms +Info 10041[11:29:15.165] Different program with same set of files +Info 10042[11:29:15.428] Format host information updated +Info 10043[11:29:15.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10044[11:29:15.435] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 921 structureChanged: false structureIsReused:: Completely Elapsed: 6.7592670023441315ms +Info 10045[11:29:15.435] Different program with same set of files +Info 10046[11:29:17.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10047[11:29:17.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 922 structureChanged: false structureIsReused:: Completely Elapsed: 20.268039003014565ms +Info 10048[11:29:17.279] Different program with same set of files +Info 10049[11:29:17.280] getCompletionData: Get current token: 0.008648008108139038 +Info 10050[11:29:17.280] getCompletionData: Is inside comment: 0.027395009994506836 +Info 10051[11:29:17.280] getCompletionData: Get previous token: 0.03141099214553833 +Info 10052[11:29:17.280] getCompletionsAtPosition: isCompletionListBlocker: 0.004086002707481384 +Info 10053[11:29:17.280] Returning an empty list because completion was requested in an invalid position. +Info 10054[11:29:17.281] Format host information updated +Info 10055[11:29:17.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10056[11:29:17.433] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 923 structureChanged: false structureIsReused:: Completely Elapsed: 9.690586999058723ms +Info 10057[11:29:17.433] Different program with same set of files +Info 10058[11:29:17.433] getCompletionData: Get current token: 0.002369999885559082 +Info 10059[11:29:17.433] getCompletionData: Is inside comment: 0.007512003183364868 +Info 10060[11:29:17.433] getCompletionData: Get previous token: 0.009063005447387695 +Info 10061[11:29:17.433] getCompletionsAtPosition: isCompletionListBlocker: 0.0017499923706054688 +Info 10062[11:29:17.433] Returning an empty list because completion was requested in an invalid position. +Info 10063[11:29:17.433] Format host information updated +Info 10064[11:29:17.524] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10065[11:29:17.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 924 structureChanged: false structureIsReused:: Completely Elapsed: 6.917167991399765ms +Info 10066[11:29:17.531] Different program with same set of files +Info 10067[11:29:17.531] getCompletionData: Get current token: 0.002875998616218567 +Info 10068[11:29:17.531] getCompletionData: Is inside comment: 0.009339004755020142 +Info 10069[11:29:17.531] getCompletionData: Get previous token: 0.027592003345489502 +Info 10070[11:29:17.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0015529990196228027 +Info 10071[11:29:17.531] Returning an empty list because completion was requested in an invalid position. +Info 10072[11:29:17.532] Format host information updated +Info 10073[11:29:17.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10074[11:29:17.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 925 structureChanged: false structureIsReused:: Completely Elapsed: 24.19914999604225ms +Info 10075[11:29:17.662] Different program with same set of files +Info 10076[11:29:17.663] getCompletionData: Get current token: 0.00780700147151947 +Info 10077[11:29:17.663] getCompletionData: Is inside comment: 0.023523002862930298 +Info 10078[11:29:17.663] getCompletionData: Get previous token: 0.028676003217697144 +Info 10079[11:29:17.663] getCompletionsAtPosition: isCompletionListBlocker: 0.0037170052528381348 +Info 10080[11:29:17.663] Returning an empty list because completion was requested in an invalid position. +Info 10081[11:29:17.668] Format host information updated +Info 10082[11:29:17.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10083[11:29:17.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 926 structureChanged: false structureIsReused:: Completely Elapsed: 23.94683699309826ms +Info 10084[11:29:17.790] Different program with same set of files +Info 10085[11:29:17.790] getCompletionData: Get current token: 0.00696699321269989 +Info 10086[11:29:17.790] getCompletionData: Is inside comment: 0.02469201385974884 +Info 10087[11:29:17.790] getCompletionData: Get previous token: 0.028976991772651672 +Info 10088[11:29:17.790] getCompletionsAtPosition: isCompletionListBlocker: 0.004489004611968994 +Info 10089[11:29:17.790] Returning an empty list because completion was requested in an invalid position. +Info 10090[11:29:17.791] Format host information updated +Info 10091[11:29:17.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10092[11:29:17.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 927 structureChanged: false structureIsReused:: Completely Elapsed: 24.617669001221657ms +Info 10093[11:29:17.887] Different program with same set of files +Info 10094[11:29:17.888] getCompletionData: Get current token: 0.010572999715805054 +Info 10095[11:29:17.888] getCompletionData: Is inside comment: 0.035910993814468384 +Info 10096[11:29:17.888] getCompletionData: Get previous token: 0.04729200899600983 +Info 10097[11:29:17.888] getCompletionsAtPosition: isCompletionListBlocker: 0.0054669976234436035 +Info 10098[11:29:17.888] Returning an empty list because completion was requested in an invalid position. +Info 10099[11:29:17.889] Format host information updated +Info 10100[11:29:18.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10101[11:29:18.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 928 structureChanged: false structureIsReused:: Completely Elapsed: 30.374173000454903ms +Info 10102[11:29:18.046] Different program with same set of files +Info 10103[11:29:18.046] getCompletionData: Get current token: 0.006255000829696655 +Info 10104[11:29:18.046] getCompletionData: Is inside comment: 0.018522992730140686 +Info 10105[11:29:18.046] getCompletionData: Get previous token: 0.021759003400802612 +Info 10106[11:29:18.046] getCompletionsAtPosition: isCompletionListBlocker: 0.003004997968673706 +Info 10107[11:29:18.046] Returning an empty list because completion was requested in an invalid position. +Info 10108[11:29:18.047] Format host information updated +Info 10109[11:29:18.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10110[11:29:18.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 929 structureChanged: false structureIsReused:: Completely Elapsed: 24.47164000570774ms +Info 10111[11:29:18.151] Different program with same set of files +Info 10112[11:29:18.152] getCompletionData: Get current token: 0.007565006613731384 +Info 10113[11:29:18.152] getCompletionData: Is inside comment: 0.08608199656009674 +Info 10114[11:29:18.152] getCompletionData: Get previous token: 0.05311399698257446 +Info 10115[11:29:18.152] getCompletionsAtPosition: isCompletionListBlocker: 0.004808008670806885 +Info 10116[11:29:18.152] Returning an empty list because completion was requested in an invalid position. +Info 10117[11:29:18.152] Format host information updated +Info 10118[11:29:18.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10119[11:29:18.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 930 structureChanged: false structureIsReused:: Completely Elapsed: 5.948079004883766ms +Info 10120[11:29:18.448] Different program with same set of files +Info 10121[11:29:18.448] getCompletionData: Get current token: 0.002227991819381714 +Info 10122[11:29:18.448] getCompletionData: Is inside comment: 0.006586000323295593 +Info 10123[11:29:18.448] getCompletionData: Get previous token: 0.007980003952980042 +Info 10124[11:29:18.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0013110041618347168 +Info 10125[11:29:18.448] Returning an empty list because completion was requested in an invalid position. +Info 10126[11:29:18.452] Format host information updated +Info 10127[11:29:18.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10128[11:29:18.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 931 structureChanged: false structureIsReused:: Completely Elapsed: 6.727261006832123ms +Info 10129[11:29:18.468] Different program with same set of files +Info 10130[11:29:18.469] getCompletionData: Get current token: 0.0022920072078704834 +Info 10131[11:29:18.469] getCompletionData: Is inside comment: 0.006927996873855591 +Info 10132[11:29:18.469] getCompletionData: Get previous token: 0.008232995867729187 +Info 10133[11:29:18.469] getCompletionsAtPosition: isCompletionListBlocker: 0.0013809949159622192 +Info 10134[11:29:18.469] Returning an empty list because completion was requested in an invalid position. +Info 10135[11:29:18.469] Format host information updated +Info 10136[11:29:18.523] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10137[11:29:18.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 932 structureChanged: false structureIsReused:: Completely Elapsed: 8.53515200316906ms +Info 10138[11:29:18.532] Different program with same set of files +Info 10139[11:29:18.532] getCompletionData: Get current token: 0.003505989909172058 +Info 10140[11:29:18.532] getCompletionData: Is inside comment: 0.010709002614021301 +Info 10141[11:29:18.532] getCompletionData: Get previous token: 0.01268400251865387 +Info 10142[11:29:18.532] getCompletionsAtPosition: isCompletionListBlocker: 0.002360999584197998 +Info 10143[11:29:18.532] Returning an empty list because completion was requested in an invalid position. +Info 10144[11:29:18.536] Format host information updated +Info 10145[11:29:18.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10146[11:29:18.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 933 structureChanged: false structureIsReused:: Completely Elapsed: 6.4609339982271194ms +Info 10147[11:29:18.684] Different program with same set of files +Info 10148[11:29:18.685] getCompletionData: Get current token: 0.0026559978723526 +Info 10149[11:29:18.685] getCompletionData: Is inside comment: 0.007996007800102234 +Info 10150[11:29:18.685] getCompletionData: Get previous token: 0.009352996945381165 +Info 10151[11:29:18.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0017189979553222656 +Info 10152[11:29:18.685] Returning an empty list because completion was requested in an invalid position. +Info 10153[11:29:18.685] Format host information updated +Info 10154[11:29:18.749] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10155[11:29:18.755] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 934 structureChanged: false structureIsReused:: Completely Elapsed: 6.220424994826317ms +Info 10156[11:29:18.755] Different program with same set of files +Info 10157[11:29:18.755] getCompletionData: Get current token: 0.0024809986352920532 +Info 10158[11:29:18.755] getCompletionData: Is inside comment: 0.00809699296951294 +Info 10159[11:29:18.755] getCompletionData: Get previous token: 0.009690999984741211 +Info 10160[11:29:18.755] getCompletionsAtPosition: isCompletionListBlocker: 0.0016319900751113892 +Info 10161[11:29:18.755] Returning an empty list because completion was requested in an invalid position. +Info 10162[11:29:18.755] Format host information updated +Info 10163[11:29:18.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10164[11:29:18.900] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 935 structureChanged: false structureIsReused:: Completely Elapsed: 8.737958997488022ms +Info 10165[11:29:18.900] Different program with same set of files +Info 10166[11:29:18.900] getCompletionData: Get current token: 0.002817004919052124 +Info 10167[11:29:18.900] getCompletionData: Is inside comment: 0.007963001728057861 +Info 10168[11:29:18.900] getCompletionData: Get previous token: 0.010044991970062256 +Info 10169[11:29:18.900] getCompletionsAtPosition: isCompletionListBlocker: 0.0015030056238174438 +Info 10170[11:29:18.900] Returning an empty list because completion was requested in an invalid position. +Info 10171[11:29:18.900] Format host information updated +Info 10172[11:29:19.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10173[11:29:19.101] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 936 structureChanged: false structureIsReused:: Completely Elapsed: 6.002036988735199ms +Info 10174[11:29:19.101] Different program with same set of files +Info 10175[11:29:19.101] getCompletionData: Get current token: 0.0026950091123580933 +Info 10176[11:29:19.101] getCompletionData: Is inside comment: 0.008303001523017883 +Info 10177[11:29:19.101] getCompletionData: Get previous token: 0.009018003940582275 +Info 10178[11:29:19.101] getCompletionsAtPosition: isCompletionListBlocker: 0.0014069974422454834 +Info 10179[11:29:19.101] Returning an empty list because completion was requested in an invalid position. +Info 10180[11:29:19.101] Format host information updated +Info 10181[11:29:19.556] getCompletionData: Get current token: 0.0019129961729049683 +Info 10182[11:29:19.556] getCompletionData: Is inside comment: 0.007672995328903198 +Info 10183[11:29:19.556] getCompletionData: Get previous token: 0.004665002226829529 +Info 10184[11:29:19.556] getCompletionsAtPosition: isCompletionListBlocker: 0.008671000599861145 +Info 10185[11:29:19.556] getExportInfoMap: cache hit +Info 10186[11:29:19.573] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1263 from cache +Info 10187[11:29:19.573] collectAutoImports: response is complete +Info 10188[11:29:19.573] collectAutoImports: 16.37662000954151 +Info 10189[11:29:19.573] getCompletionData: Semantic work: 17.18444399535656 +Info 10190[11:29:19.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.008516997098923 +Info 10191[11:29:21.360] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10192[11:29:21.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 937 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.8243989944458ms +Info 10193[11:29:21.372] Different program with same set of files +Info 10194[11:29:21.372] getCompletionData: Get current token: 0.00292399525642395 +Info 10195[11:29:21.372] getCompletionData: Is inside comment: 0.008744001388549805 +Info 10196[11:29:21.372] getCompletionData: Get previous token: 0.032600998878479004 +Info 10197[11:29:21.372] getCompletionsAtPosition: isCompletionListBlocker: 0.006394997239112854 +Info 10198[11:29:21.372] getExportInfoMap: cache hit +Info 10199[11:29:21.374] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10200[11:29:21.374] collectAutoImports: response is complete +Info 10201[11:29:21.374] collectAutoImports: 1.8687520027160645 +Info 10202[11:29:21.374] getCompletionData: Semantic work: 2.3258250057697296 +Info 10203[11:29:21.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8309770077466965 +Info 10204[11:29:21.377] Format host information updated +Info 10205[11:29:21.440] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10206[11:29:21.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 938 structureChanged: false structureIsReused:: Completely Elapsed: 10.858321994543076ms +Info 10207[11:29:21.451] Different program with same set of files +Info 10208[11:29:21.451] getCompletionData: Get current token: 0.002932995557785034 +Info 10209[11:29:21.451] getCompletionData: Is inside comment: 0.008781999349594116 +Info 10210[11:29:21.451] getCompletionData: Get previous token: 0.010844007134437561 +Info 10211[11:29:21.451] getCompletionsAtPosition: isCompletionListBlocker: 0.005775004625320435 +Info 10212[11:29:21.451] getExportInfoMap: cache hit +Info 10213[11:29:21.453] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10214[11:29:21.453] collectAutoImports: response is complete +Info 10215[11:29:21.453] collectAutoImports: 1.676247999072075 +Info 10216[11:29:21.453] getCompletionData: Semantic work: 2.2372520118951797 +Info 10217[11:29:21.455] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.856005996465683 +Info 10218[11:29:21.456] Format host information updated +Info 10219[11:29:21.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10220[11:29:21.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 939 structureChanged: false structureIsReused:: Completely Elapsed: 9.324613988399506ms +Info 10221[11:29:21.574] Different program with same set of files +Info 10222[11:29:21.574] getCompletionData: Get current token: 0.003922000527381897 +Info 10223[11:29:21.574] getCompletionData: Is inside comment: 0.011089995503425598 +Info 10224[11:29:21.574] getCompletionData: Get previous token: 0.016176000237464905 +Info 10225[11:29:21.574] getCompletionsAtPosition: isCompletionListBlocker: 0.006955996155738831 +Info 10226[11:29:21.575] getExportInfoMap: cache hit +Info 10227[11:29:21.577] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10228[11:29:21.577] collectAutoImports: response is complete +Info 10229[11:29:21.577] collectAutoImports: 2.1169430017471313 +Info 10230[11:29:21.577] getCompletionData: Semantic work: 2.7050710022449493 +Info 10231[11:29:21.579] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.175930008292198 +Info 10232[11:29:21.580] Format host information updated +Info 10233[11:29:21.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10234[11:29:21.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 940 structureChanged: false structureIsReused:: Completely Elapsed: 6.886989012360573ms +Info 10235[11:29:21.932] Different program with same set of files +Info 10236[11:29:21.933] getCompletionData: Get current token: 0.003416001796722412 +Info 10237[11:29:21.933] getCompletionData: Is inside comment: 0.017489999532699585 +Info 10238[11:29:21.933] getCompletionData: Get previous token: 0.01366300880908966 +Info 10239[11:29:21.933] getCompletionsAtPosition: isCompletionListBlocker: 0.00683198869228363 +Info 10240[11:29:21.933] getExportInfoMap: cache hit +Info 10241[11:29:21.935] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10242[11:29:21.935] collectAutoImports: response is complete +Info 10243[11:29:21.935] collectAutoImports: 1.8579300045967102 +Info 10244[11:29:21.935] getCompletionData: Semantic work: 2.4388079941272736 +Info 10245[11:29:21.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7569520026445389 +Info 10246[11:29:21.940] Format host information updated +Info 10247[11:29:22.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10248[11:29:22.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 941 structureChanged: false structureIsReused:: Completely Elapsed: 6.953791007399559ms +Info 10249[11:29:22.099] Different program with same set of files +Info 10250[11:29:22.099] getCompletionData: Get current token: 0.0035029947757720947 +Info 10251[11:29:22.099] getCompletionData: Is inside comment: 0.010234996676445007 +Info 10252[11:29:22.099] getCompletionData: Get previous token: 0.026996999979019165 +Info 10253[11:29:22.100] getCompletionsAtPosition: isCompletionListBlocker: 0.006342992186546326 +Info 10254[11:29:22.100] getExportInfoMap: cache hit +Info 10255[11:29:22.102] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10256[11:29:22.102] collectAutoImports: response is complete +Info 10257[11:29:22.102] collectAutoImports: 1.8713389933109283 +Info 10258[11:29:22.102] getCompletionData: Semantic work: 2.403195008635521 +Info 10259[11:29:22.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7389689981937408 +Info 10260[11:29:22.105] Format host information updated +Info 10261[11:29:22.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10262[11:29:22.284] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 942 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.14580599963665ms +Info 10263[11:29:22.284] Different program with same set of files +Info 10264[11:29:22.284] getCompletionData: Get current token: 0.007162004709243774 +Info 10265[11:29:22.284] getCompletionData: Is inside comment: 0.012443989515304565 +Info 10266[11:29:22.284] getCompletionData: Get previous token: 0.008822008967399597 +Info 10267[11:29:22.284] getCompletionsAtPosition: isCompletionListBlocker: 0.0026440024375915527 +Info 10268[11:29:22.285] getExportInfoMap: cache hit +Info 10269[11:29:22.300] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1470 from cache +Info 10270[11:29:22.300] collectAutoImports: response is complete +Info 10271[11:29:22.301] collectAutoImports: 15.471966996788979 +Info 10272[11:29:22.301] getCompletionData: Semantic work: 16.08253899216652 +Info 10273[11:29:22.306] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.514642000198364 +Info 10274[11:29:22.311] Format host information updated +Info 10275[11:29:22.651] getCompletionData: Get current token: 0.014542996883392334 +Info 10276[11:29:22.651] getCompletionData: Is inside comment: 0.06987199187278748 +Info 10277[11:29:22.651] getCompletionData: Get previous token: 0.06395299732685089 +Info 10278[11:29:22.652] getCompletionsAtPosition: isCompletionListBlocker: 0.007265999913215637 +Info 10279[11:29:22.652] getCompletionData: Semantic work: 0.49297700822353363 +Info 10280[11:29:22.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1668750047683716 +Info 10281[11:29:22.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10282[11:29:22.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 943 structureChanged: false structureIsReused:: Completely Elapsed: 6.698697999119759ms +Info 10283[11:29:22.896] Different program with same set of files +Info 10284[11:29:22.896] getCompletionData: Get current token: 0.0032279938459396362 +Info 10285[11:29:22.896] getCompletionData: Is inside comment: 0.010679006576538086 +Info 10286[11:29:22.896] getCompletionData: Get previous token: 0.006936997175216675 +Info 10287[11:29:22.896] getCompletionsAtPosition: isCompletionListBlocker: 0.009578004479408264 +Info 10288[11:29:22.897] getExportInfoMap: cache hit +Info 10289[11:29:22.912] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1470 from cache +Info 10290[11:29:22.912] collectAutoImports: response is complete +Info 10291[11:29:22.912] collectAutoImports: 14.85504899919033 +Info 10292[11:29:22.912] getCompletionData: Semantic work: 15.394776001572609 +Info 10293[11:29:22.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4945589900016785 +Info 10294[11:29:22.920] Format host information updated +Info 10295[11:29:24.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10296[11:29:24.374] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 944 structureChanged: false structureIsReused:: Completely Elapsed: 6.256033003330231ms +Info 10297[11:29:24.374] Different program with same set of files +Info 10298[11:29:24.374] getCompletionData: Get current token: 0.0029889941215515137 +Info 10299[11:29:24.374] getCompletionData: Is inside comment: 0.00098399817943573 +Info 10300[11:29:24.374] getCompletionData: Get previous token: 0.013533994555473328 +Info 10301[11:29:24.374] getCompletionsAtPosition: isCompletionListBlocker: 0.0017680078744888306 +Info 10302[11:29:24.374] getCompletionData: Semantic work: 0.28413599729537964 +Info 10303[11:29:24.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08269199728965759 +Info 10304[11:29:24.378] Format host information updated +Info 10305[11:29:24.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10306[11:29:24.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 945 structureChanged: false structureIsReused:: Completely Elapsed: 6.625982001423836ms +Info 10307[11:29:24.540] Different program with same set of files +Info 10308[11:29:24.540] getCompletionData: Get current token: 0.0028730034828186035 +Info 10309[11:29:24.540] getCompletionData: Is inside comment: 0.0011910051107406616 +Info 10310[11:29:24.540] getCompletionData: Get previous token: 0.016888990998268127 +Info 10311[11:29:24.540] getCompletionsAtPosition: isCompletionListBlocker: 0.0019959956407546997 +Info 10312[11:29:24.541] getCompletionData: Semantic work: 0.3114220052957535 +Info 10313[11:29:24.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4717779904603958 +Info 10314[11:29:24.541] Format host information updated +Info 10315[11:29:24.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10316[11:29:24.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 946 structureChanged: false structureIsReused:: Completely Elapsed: 26.57771100103855ms +Info 10317[11:29:24.641] Different program with same set of files +Info 10318[11:29:24.642] getCompletionData: Get current token: 0.010071009397506714 +Info 10319[11:29:24.642] getCompletionData: Is inside comment: 0.0044070035219192505 +Info 10320[11:29:24.642] getCompletionData: Get previous token: 0.05041100084781647 +Info 10321[11:29:24.642] getCompletionsAtPosition: isCompletionListBlocker: 0.0047380030155181885 +Info 10322[11:29:24.643] getCompletionData: Semantic work: 0.9313369989395142 +Info 10323[11:29:24.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2611830085515976 +Info 10324[11:29:24.650] Format host information updated +Info 10325[11:29:24.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10326[11:29:24.735] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 947 structureChanged: false structureIsReused:: Completely Elapsed: 24.683474987745285ms +Info 10327[11:29:24.735] Different program with same set of files +Info 10328[11:29:24.735] getCompletionData: Get current token: 0.012989997863769531 +Info 10329[11:29:24.735] getCompletionData: Is inside comment: 0.004982993006706238 +Info 10330[11:29:24.735] getCompletionData: Get previous token: 0.07085299491882324 +Info 10331[11:29:24.735] getCompletionsAtPosition: isCompletionListBlocker: 0.006667003035545349 +Info 10332[11:29:24.736] getCompletionData: Semantic work: 0.9906629920005798 +Info 10333[11:29:24.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5979689955711365 +Info 10334[11:29:24.739] Format host information updated +Info 10335[11:29:24.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10336[11:29:24.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 948 structureChanged: false structureIsReused:: Completely Elapsed: 18.87577699124813ms +Info 10337[11:29:24.858] Different program with same set of files +Info 10338[11:29:24.858] getCompletionData: Get current token: 0.005348995327949524 +Info 10339[11:29:24.858] getCompletionData: Is inside comment: 0.0021589994430541992 +Info 10340[11:29:24.859] getCompletionData: Get previous token: 0.028494998812675476 +Info 10341[11:29:24.859] getCompletionsAtPosition: isCompletionListBlocker: 0.0032440125942230225 +Info 10342[11:29:24.859] getCompletionData: Semantic work: 0.4841120094060898 +Info 10343[11:29:24.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7330819964408875 +Info 10344[11:29:24.863] Format host information updated +Info 10345[11:29:24.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10346[11:29:24.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 949 structureChanged: false structureIsReused:: Completely Elapsed: 24.44812500476837ms +Info 10347[11:29:24.945] Different program with same set of files +Info 10348[11:29:24.945] getCompletionData: Get current token: 0.013425007462501526 +Info 10349[11:29:24.945] getCompletionData: Is inside comment: 0.005248993635177612 +Info 10350[11:29:24.946] getCompletionData: Get previous token: 0.07032701373100281 +Info 10351[11:29:24.946] getCompletionsAtPosition: isCompletionListBlocker: 0.0062580108642578125 +Info 10352[11:29:24.947] getCompletionData: Semantic work: 0.9883870035409927 +Info 10353[11:29:24.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2261679917573929 +Info 10354[11:29:24.949] Format host information updated +Info 10355[11:29:25.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10356[11:29:25.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 950 structureChanged: false structureIsReused:: Completely Elapsed: 5.711278006434441ms +Info 10357[11:29:25.221] Different program with same set of files +Info 10358[11:29:25.221] getCompletionData: Get current token: 0.002553001046180725 +Info 10359[11:29:25.221] getCompletionData: Is inside comment: 0.0009789913892745972 +Info 10360[11:29:25.221] getCompletionData: Get previous token: 0.012404993176460266 +Info 10361[11:29:25.221] getCompletionsAtPosition: isCompletionListBlocker: 0.0018029958009719849 +Info 10362[11:29:25.221] getCompletionData: Semantic work: 0.24148499965667725 +Info 10363[11:29:25.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5130579918622971 +Info 10364[11:29:25.226] Format host information updated +Info 10365[11:29:25.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10366[11:29:25.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 951 structureChanged: false structureIsReused:: Completely Elapsed: 6.943801000714302ms +Info 10367[11:29:25.337] Different program with same set of files +Info 10368[11:29:25.337] getCompletionData: Get current token: 0.0033109933137893677 +Info 10369[11:29:25.337] getCompletionData: Is inside comment: 0.0013049989938735962 +Info 10370[11:29:25.337] getCompletionData: Get previous token: 0.01565900444984436 +Info 10371[11:29:25.337] getCompletionsAtPosition: isCompletionListBlocker: 0.002079993486404419 +Info 10372[11:29:25.337] getCompletionData: Semantic work: 0.29318200051784515 +Info 10373[11:29:25.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.42180000245571136 +Info 10374[11:29:25.338] Format host information updated +Info 10375[11:29:25.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10376[11:29:25.460] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 952 structureChanged: false structureIsReused:: Completely Elapsed: 10.641240000724792ms +Info 10377[11:29:25.460] Different program with same set of files +Info 10378[11:29:25.460] getCompletionData: Get current token: 0.00380098819732666 +Info 10379[11:29:25.460] getCompletionData: Is inside comment: 0.0014590024948120117 +Info 10380[11:29:25.461] getCompletionData: Get previous token: 0.018970996141433716 +Info 10381[11:29:25.461] getCompletionsAtPosition: isCompletionListBlocker: 0.002397000789642334 +Info 10382[11:29:25.461] getCompletionData: Semantic work: 0.33675700426101685 +Info 10383[11:29:25.461] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4982530027627945 +Info 10384[11:29:25.464] Format host information updated +Info 10385[11:29:25.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10386[11:29:25.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 953 structureChanged: false structureIsReused:: Completely Elapsed: 9.766065001487732ms +Info 10387[11:29:25.538] Different program with same set of files +Info 10388[11:29:25.538] getCompletionData: Get current token: 0.005053997039794922 +Info 10389[11:29:25.538] getCompletionData: Is inside comment: 0.0018460005521774292 +Info 10390[11:29:25.538] getCompletionData: Get previous token: 0.025280997157096863 +Info 10391[11:29:25.538] getCompletionsAtPosition: isCompletionListBlocker: 0.003215998411178589 +Info 10392[11:29:25.538] getCompletionData: Semantic work: 0.4461589902639389 +Info 10393[11:29:25.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6617870032787323 +Info 10394[11:29:25.539] Format host information updated +Info 10395[11:29:25.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10396[11:29:25.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 954 structureChanged: false structureIsReused:: Completely Elapsed: 6.382403999567032ms +Info 10397[11:29:25.608] Different program with same set of files +Info 10398[11:29:25.609] getCompletionData: Get current token: 0.0027040094137191772 +Info 10399[11:29:25.609] getCompletionData: Is inside comment: 0.0011169910430908203 +Info 10400[11:29:25.609] getCompletionData: Get previous token: 0.014357998967170715 +Info 10401[11:29:25.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0017959922552108765 +Info 10402[11:29:25.609] getCompletionData: Semantic work: 0.28143300116062164 +Info 10403[11:29:25.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12427499890327454 +Info 10404[11:29:25.609] Format host information updated +Info 10405[11:30:30.083] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10406[11:30:30.084] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.purs +Info 10407[11:30:30.084] Elapsed:: 0.5388440042734146ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10408[11:30:30.084] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10409[11:30:30.084] Elapsed:: 0.2977910041809082ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10410[11:35:59.659] Search path: /home/orion/src/purescript-puppeteer/src +Info 10411[11:35:59.659] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10412[11:35:59.660] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10413[11:35:59.684] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: true structureIsReused:: Not Elapsed: 23.620737001299858ms +Info 10414[11:35:59.684] Project '/dev/null/inferredProject1*' (Inferred) +Info 10415[11:35:59.684] Files (130) + +Info 10416[11:35:59.684] ----------------------------------------------- +Info 10417[11:35:59.684] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10418[11:35:59.684] Files (179) + +Info 10419[11:35:59.684] ----------------------------------------------- +Info 10420[11:35:59.686] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10420[11:35:59.686] Files (141) + +Info 10420[11:35:59.686] ----------------------------------------------- +Info 10420[11:35:59.686] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10420[11:35:59.686] Files (271) + +Info 10420[11:35:59.686] ----------------------------------------------- +Info 10420[11:35:59.686] Project '/dev/null/inferredProject1*' (Inferred) +Info 10420[11:35:59.686] Files (130) + +Info 10420[11:35:59.686] ----------------------------------------------- +Info 10420[11:35:59.686] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10420[11:35:59.686] Files (179) + +Info 10420[11:35:59.686] ----------------------------------------------- +Info 10420[11:35:59.686] Open files: +Info 10420[11:35:59.686] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10420[11:35:59.686] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10420[11:35:59.686] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10420[11:35:59.686] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10420[11:35:59.686] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10420[11:35:59.686] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10420[11:35:59.686] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10420[11:35:59.686] Projects: /dev/null/inferredProject1* +Info 10420[11:35:59.871] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10421[11:35:59.872] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Not Elapsed: 0.6995849907398224ms +Info 10422[11:35:59.978] Format host information updated +Info 10423[11:36:02.188] Before ensureProjectForOpenFiles: +Info 10424[11:36:02.188] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10424[11:36:02.188] Files (141) + +Info 10424[11:36:02.188] ----------------------------------------------- +Info 10424[11:36:02.188] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10424[11:36:02.188] Files (271) + +Info 10424[11:36:02.188] ----------------------------------------------- +Info 10424[11:36:02.188] Project '/dev/null/inferredProject1*' (Inferred) +Info 10424[11:36:02.188] Files (130) + +Info 10424[11:36:02.188] ----------------------------------------------- +Info 10424[11:36:02.188] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10424[11:36:02.188] Files (179) + +Info 10424[11:36:02.188] ----------------------------------------------- +Info 10424[11:36:02.188] Open files: +Info 10424[11:36:02.188] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10424[11:36:02.188] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10424[11:36:02.188] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10424[11:36:02.188] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10424[11:36:02.188] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10424[11:36:02.188] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10424[11:36:02.188] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10424[11:36:02.188] Projects: /dev/null/inferredProject1* +Info 10424[11:36:02.188] After ensureProjectForOpenFiles: +Info 10425[11:36:02.188] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10425[11:36:02.189] Files (141) + +Info 10425[11:36:02.189] ----------------------------------------------- +Info 10425[11:36:02.189] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10425[11:36:02.189] Files (271) + +Info 10425[11:36:02.189] ----------------------------------------------- +Info 10425[11:36:02.189] Project '/dev/null/inferredProject1*' (Inferred) +Info 10425[11:36:02.189] Files (130) + +Info 10425[11:36:02.189] ----------------------------------------------- +Info 10425[11:36:02.189] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10425[11:36:02.189] Files (179) + +Info 10425[11:36:02.189] ----------------------------------------------- +Info 10425[11:36:02.189] Open files: +Info 10425[11:36:02.189] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10425[11:36:02.189] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10425[11:36:02.189] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10425[11:36:02.189] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10425[11:36:02.189] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10425[11:36:02.189] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10425[11:36:02.189] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10425[11:36:02.189] Projects: /dev/null/inferredProject1* +Info 10425[11:36:02.189] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js +Info 10426[11:36:03.826] Format host information updated +Info 10427[11:36:03.826] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10428[11:36:03.838] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 11.615671992301941ms +Info 10429[11:36:03.838] Different program with same set of files +Info 10430[11:36:04.666] Format host information updated +Info 10431[11:36:04.666] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10432[11:36:04.676] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 9.98311199247837ms +Info 10433[11:36:04.676] Different program with same set of files +Info 10434[11:36:05.896] Format host information updated +Info 10435[11:36:05.896] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10436[11:36:05.906] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 9.880394995212555ms +Info 10437[11:36:05.906] Different program with same set of files +Info 10438[11:36:06.034] Format host information updated +Info 10439[11:36:06.034] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10440[11:36:06.043] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 8.56199899315834ms +Info 10441[11:36:06.043] Different program with same set of files +Info 10442[11:36:06.382] Format host information updated +Info 10443[11:36:06.383] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10444[11:36:06.392] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 9.70150800049305ms +Info 10445[11:36:06.392] Different program with same set of files +Info 10446[11:36:06.499] Format host information updated +Info 10447[11:36:06.499] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10448[11:36:06.510] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 10.381933003664017ms +Info 10449[11:36:06.510] Different program with same set of files +Info 10450[11:36:06.744] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10451[11:36:06.752] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 7.652130991220474ms +Info 10452[11:36:06.752] Different program with same set of files +Info 10453[11:36:06.752] getCompletionData: Get current token: 0.002155989408493042 +Info 10454[11:36:06.752] getCompletionData: Is inside comment: 0.0011610090732574463 +Info 10455[11:36:06.752] getCompletionData: Get previous token: 0.009033992886543274 +Info 10456[11:36:06.752] getCompletionsAtPosition: isCompletionListBlocker: 0.006181001663208008 +Info 10457[11:36:06.754] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.39622700214385986 ms +Info 10458[11:36:06.754] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 10459[11:36:06.754] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.29343199729919434ms +Info 10460[11:36:06.754] getExportInfoMap: cache miss or empty; calculating new results +Info 10461[11:36:06.781] forEachExternalModuleToImportFrom autoImportProvider: 15.340956002473831 +Info 10462[11:36:06.781] getExportInfoMap: done in 28.090212002396584 ms +Info 10463[11:36:06.807] collectAutoImports: resolved 15 module specifiers, plus 1023 ambient and 152 from cache +Info 10464[11:36:06.807] collectAutoImports: response is complete +Info 10465[11:36:06.807] collectAutoImports: 26.09076499938965 +Info 10466[11:36:06.807] getCompletionData: Semantic work: 54.85943999886513 +Info 10467[11:36:06.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.871673002839088 +Info 10468[11:36:06.822] Format host information updated +Info 10469[11:36:06.851] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10470[11:36:06.858] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 7.485633000731468ms +Info 10471[11:36:06.858] Different program with same set of files +Info 10472[11:36:06.859] getCompletionData: Get current token: 0.000854000449180603 +Info 10473[11:36:06.859] getCompletionData: Is inside comment: 0.005943998694419861 +Info 10474[11:36:06.859] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10475[11:36:06.859] Format host information updated +Info 10476[11:36:06.990] Format host information updated +Info 10477[11:36:06.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10478[11:36:07.026] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 34.951892003417015ms +Info 10479[11:36:07.026] Different program with same set of files +Info 10480[11:36:07.611] Format host information updated +Info 10481[11:36:07.611] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10482[11:36:07.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 6.293485999107361ms +Info 10483[11:36:07.617] Different program with same set of files +Info 10484[11:36:08.067] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10485[11:36:08.073] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 6.069595992565155ms +Info 10486[11:36:08.073] Different program with same set of files +Info 10487[11:36:08.073] getCompletionData: Get current token: 0.0009980052709579468 +Info 10488[11:36:08.073] getCompletionData: Is inside comment: 0.00674399733543396 +Info 10489[11:36:08.073] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10490[11:36:08.076] Format host information updated +Info 10491[11:36:08.178] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10492[11:36:08.185] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 6.780698001384735ms +Info 10493[11:36:08.185] Different program with same set of files +Info 10494[11:36:08.185] getCompletionData: Get current token: 0.0010399967432022095 +Info 10495[11:36:08.185] getCompletionData: Is inside comment: 0.006597995758056641 +Info 10496[11:36:08.185] getCompletionData: Get previous token: 0.0054359883069992065 +Info 10497[11:36:08.185] getCompletionsAtPosition: isCompletionListBlocker: 0.005796998739242554 +Info 10498[11:36:08.185] Returning an empty list because completion was requested in an invalid position. +Info 10499[11:36:08.185] Format host information updated +Info 10500[11:36:08.268] Format host information updated +Info 10501[11:36:08.268] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10502[11:36:08.275] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 7.05519899725914ms +Info 10503[11:36:08.275] Different program with same set of files +Info 10504[11:36:08.601] Format host information updated +Info 10505[11:36:08.601] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10506[11:36:08.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 5.978539988398552ms +Info 10507[11:36:08.607] Different program with same set of files +Info 10508[11:36:08.746] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10509[11:36:08.755] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 9.396680995821953ms +Info 10510[11:36:08.755] Different program with same set of files +Info 10511[11:36:08.755] getCompletionData: Get current token: 0.0010800063610076904 +Info 10512[11:36:08.755] getCompletionData: Is inside comment: 0.007495000958442688 +Info 10513[11:36:08.755] getCompletionData: Get previous token: 0.00923299789428711 +Info 10514[11:36:08.756] getExportInfoMap: cache hit +Info 10515[11:36:08.761] collectAutoImports: resolved 0 module specifiers, plus 103 ambient and 24 from cache +Info 10516[11:36:08.761] collectAutoImports: response is complete +Info 10517[11:36:08.761] collectAutoImports: 5.414055988192558 +Info 10518[11:36:08.761] getCompletionData: Semantic work: 6.2045030146837234 +Info 10519[11:36:08.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2029889971017838 +Info 10520[11:36:08.765] Format host information updated +Info 10521[11:36:08.927] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10522[11:36:08.937] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 9.790048003196716ms +Info 10523[11:36:08.937] Different program with same set of files +Info 10524[11:36:08.937] getCompletionData: Get current token: 0.0012899935245513916 +Info 10525[11:36:08.937] getCompletionData: Is inside comment: 0.007500007748603821 +Info 10526[11:36:08.937] getCompletionData: Get previous token: 0.008908003568649292 +Info 10527[11:36:08.938] getExportInfoMap: cache hit +Info 10528[11:36:08.941] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 4 from cache +Info 10529[11:36:08.941] collectAutoImports: response is complete +Info 10530[11:36:08.941] collectAutoImports: 3.417604997754097 +Info 10531[11:36:08.941] getCompletionData: Semantic work: 4.083886995911598 +Info 10532[11:36:08.943] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.447395995259285 +Info 10533[11:36:08.944] Format host information updated +Info 10534[11:36:09.023] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10535[11:36:09.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 6.36956000328064ms +Info 10536[11:36:09.029] Different program with same set of files +Info 10537[11:36:09.029] getCompletionData: Get current token: 0.000956997275352478 +Info 10538[11:36:09.029] getCompletionData: Is inside comment: 0.006914988160133362 +Info 10539[11:36:09.029] getCompletionData: Get previous token: 0.008183002471923828 +Info 10540[11:36:09.030] getExportInfoMap: cache hit +Info 10541[11:36:09.032] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 10542[11:36:09.032] collectAutoImports: response is complete +Info 10543[11:36:09.032] collectAutoImports: 2.1254950016736984 +Info 10544[11:36:09.032] getCompletionData: Semantic work: 2.6593489944934845 +Info 10545[11:36:09.033] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1414349973201752 +Info 10546[11:36:09.034] Format host information updated +Info 10547[11:36:09.109] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10548[11:36:09.117] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 8.165260002017021ms +Info 10549[11:36:09.117] Different program with same set of files +Info 10550[11:36:09.118] getCompletionData: Get current token: 0.0012139976024627686 +Info 10551[11:36:09.118] getCompletionData: Is inside comment: 0.006855010986328125 +Info 10552[11:36:09.118] getCompletionData: Get previous token: 0.007947012782096863 +Info 10553[11:36:09.118] getExportInfoMap: cache hit +Info 10554[11:36:09.120] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 10555[11:36:09.120] collectAutoImports: response is complete +Info 10556[11:36:09.120] collectAutoImports: 2.1744399964809418 +Info 10557[11:36:09.120] getCompletionData: Semantic work: 2.8128799945116043 +Info 10558[11:36:09.121] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9904249906539917 +Info 10559[11:36:09.122] Format host information updated +Info 10560[11:36:09.192] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10561[11:36:09.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 24.223529994487762ms +Info 10562[11:36:09.216] Different program with same set of files +Info 10563[11:36:09.216] getCompletionData: Get current token: 0.003304988145828247 +Info 10564[11:36:09.216] getCompletionData: Is inside comment: 0.01692800223827362 +Info 10565[11:36:09.216] getCompletionData: Get previous token: 0.020879000425338745 +Info 10566[11:36:09.218] getExportInfoMap: cache hit +Info 10567[11:36:09.243] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 10568[11:36:09.243] collectAutoImports: response is complete +Info 10569[11:36:09.243] collectAutoImports: 25.708784997463226 +Info 10570[11:36:09.243] getCompletionData: Semantic work: 26.98453199863434 +Info 10571[11:36:09.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.713641002774239 +Info 10572[11:36:09.257] Format host information updated +Info 10573[11:36:09.263] Format host information updated +Info 10574[11:36:09.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10575[11:36:09.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.190846994519234ms +Info 10576[11:36:09.270] Different program with same set of files +Info 10577[11:36:09.423] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10578[11:36:09.449] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 25.225424006581306ms +Info 10579[11:36:09.449] Different program with same set of files +Info 10580[11:36:09.449] getCompletionData: Get current token: 0.005978003144264221 +Info 10581[11:36:09.449] getCompletionData: Is inside comment: 0.022600993514060974 +Info 10582[11:36:09.449] getCompletionData: Get previous token: 0.04415300488471985 +Info 10583[11:36:09.449] getCompletionsAtPosition: isCompletionListBlocker: 0.020963996648788452 +Info 10584[11:36:09.452] getExportInfoMap: cache hit +Info 10585[11:36:09.466] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 34 from cache +Info 10586[11:36:09.466] collectAutoImports: response is complete +Info 10587[11:36:09.466] collectAutoImports: 14.046558991074562 +Info 10588[11:36:09.466] getCompletionData: Semantic work: 16.232374012470245 +Info 10589[11:36:09.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7124219983816147 +Info 10590[11:36:09.472] Format host information updated +Info 10591[11:36:09.489] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10592[11:36:09.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.144605994224548ms +Info 10593[11:36:09.495] Different program with same set of files +Info 10594[11:36:09.495] getCompletionData: Get current token: 0.0010389983654022217 +Info 10595[11:36:09.495] getCompletionData: Is inside comment: 0.004427000880241394 +Info 10596[11:36:09.495] getCompletionData: Get previous token: 0.009182989597320557 +Info 10597[11:36:09.495] getCompletionsAtPosition: isCompletionListBlocker: 0.0062580108642578125 +Info 10598[11:36:09.496] getExportInfoMap: cache hit +Info 10599[11:36:09.501] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 19 from cache +Info 10600[11:36:09.501] collectAutoImports: response is complete +Info 10601[11:36:09.501] collectAutoImports: 5.517082005739212 +Info 10602[11:36:09.501] getCompletionData: Semantic work: 5.95856200158596 +Info 10603[11:36:09.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1971909999847412 +Info 10604[11:36:09.503] Format host information updated +Info 10605[11:36:09.560] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10606[11:36:09.569] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 8.485244005918503ms +Info 10607[11:36:09.569] Different program with same set of files +Info 10608[11:36:09.569] getCompletionData: Get current token: 0.0017179995775222778 +Info 10609[11:36:09.569] getCompletionData: Is inside comment: 0.00678899884223938 +Info 10610[11:36:09.569] getCompletionData: Get previous token: 0.014597997069358826 +Info 10611[11:36:09.569] getCompletionsAtPosition: isCompletionListBlocker: 0.008629992604255676 +Info 10612[11:36:09.570] getExportInfoMap: cache hit +Info 10613[11:36:09.574] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 9 from cache +Info 10614[11:36:09.574] collectAutoImports: response is complete +Info 10615[11:36:09.574] collectAutoImports: 4.162183001637459 +Info 10616[11:36:09.574] getCompletionData: Semantic work: 4.7967090010643005 +Info 10617[11:36:09.575] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.411312997341156 +Info 10618[11:36:09.577] Format host information updated +Info 10619[11:36:09.652] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10620[11:36:09.683] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 31.07567499577999ms +Info 10621[11:36:09.683] Different program with same set of files +Info 10622[11:36:09.683] getCompletionData: Get current token: 0.002897009253501892 +Info 10623[11:36:09.683] getCompletionData: Is inside comment: 0.01785600185394287 +Info 10624[11:36:09.683] getCompletionData: Get previous token: 0.04314899444580078 +Info 10625[11:36:09.683] getCompletionsAtPosition: isCompletionListBlocker: 0.019005000591278076 +Info 10626[11:36:09.685] getExportInfoMap: cache hit +Info 10627[11:36:09.707] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 10628[11:36:09.707] collectAutoImports: response is complete +Info 10629[11:36:09.707] collectAutoImports: 22.08431600034237 +Info 10630[11:36:09.707] getCompletionData: Semantic work: 23.512110009789467 +Info 10631[11:36:09.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.329607009887695 +Info 10632[11:36:09.723] Format host information updated +Info 10633[11:36:09.728] Format host information updated +Info 10634[11:36:09.728] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10635[11:36:09.736] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 7.645679011940956ms +Info 10636[11:36:09.736] Different program with same set of files +Info 10637[11:36:09.897] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10638[11:36:09.922] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 24.28695599734783ms +Info 10639[11:36:09.922] Different program with same set of files +Info 10640[11:36:09.922] getCompletionData: Get current token: 0.0031509995460510254 +Info 10641[11:36:09.922] getCompletionData: Is inside comment: 0.020743995904922485 +Info 10642[11:36:09.922] getCompletionData: Get previous token: 0.04582600295543671 +Info 10643[11:36:09.922] getCompletionsAtPosition: isCompletionListBlocker: 0.003546997904777527 +Info 10644[11:36:09.922] Returning an empty list because completion was requested in an invalid position. +Info 10645[11:36:09.923] Format host information updated +Info 10646[11:36:10.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10647[11:36:10.050] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 23.91831900179386ms +Info 10648[11:36:10.050] Different program with same set of files +Info 10649[11:36:10.051] getCompletionData: Get current token: 0.004629999399185181 +Info 10650[11:36:10.051] getCompletionData: Is inside comment: 0.029200002551078796 +Info 10651[11:36:10.051] getCompletionData: Get previous token: 0.06444999575614929 +Info 10652[11:36:10.051] getCompletionsAtPosition: isCompletionListBlocker: 0.003914996981620789 +Info 10653[11:36:10.051] Returning an empty list because completion was requested in an invalid position. +Info 10654[11:36:10.056] Format host information updated +Info 10655[11:36:10.104] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10656[11:36:10.125] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 20.253167003393173ms +Info 10657[11:36:10.125] Different program with same set of files +Info 10658[11:36:10.125] getCompletionData: Get current token: 0.003573000431060791 +Info 10659[11:36:10.125] getCompletionData: Is inside comment: 0.025193005800247192 +Info 10660[11:36:10.125] getCompletionData: Get previous token: 0.05359099805355072 +Info 10661[11:36:10.125] getCompletionsAtPosition: isCompletionListBlocker: 0.004633992910385132 +Info 10662[11:36:10.125] Returning an empty list because completion was requested in an invalid position. +Info 10663[11:36:10.126] Format host information updated +Info 10664[11:36:10.195] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10665[11:36:10.219] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 23.234402999281883ms +Info 10666[11:36:10.219] Different program with same set of files +Info 10667[11:36:10.219] getCompletionData: Get current token: 0.003681004047393799 +Info 10668[11:36:10.219] getCompletionData: Is inside comment: 0.020526006817817688 +Info 10669[11:36:10.219] getCompletionData: Get previous token: 0.04521700739860535 +Info 10670[11:36:10.219] getCompletionsAtPosition: isCompletionListBlocker: 0.0042400062084198 +Info 10671[11:36:10.219] Returning an empty list because completion was requested in an invalid position. +Info 10672[11:36:10.224] Format host information updated +Info 10673[11:36:10.352] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10674[11:36:10.377] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 24.087600991129875ms +Info 10675[11:36:10.377] Different program with same set of files +Info 10676[11:36:10.377] getCompletionData: Get current token: 0.004531994462013245 +Info 10677[11:36:10.377] getCompletionData: Is inside comment: 0.027685999870300293 +Info 10678[11:36:10.377] getCompletionData: Get previous token: 0.060968995094299316 +Info 10679[11:36:10.377] getCompletionsAtPosition: isCompletionListBlocker: 0.005337998270988464 +Info 10680[11:36:10.377] Returning an empty list because completion was requested in an invalid position. +Info 10681[11:36:10.378] Format host information updated +Info 10682[11:36:10.660] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10683[11:36:10.673] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 12.941812992095947ms +Info 10684[11:36:10.673] Different program with same set of files +Info 10685[11:36:10.673] getCompletionData: Get current token: 0.0025999993085861206 +Info 10686[11:36:10.673] getCompletionData: Is inside comment: 0.016292989253997803 +Info 10687[11:36:10.673] getCompletionData: Get previous token: 0.034671008586883545 +Info 10688[11:36:10.673] getCompletionsAtPosition: isCompletionListBlocker: 0.0033700019121170044 +Info 10689[11:36:10.673] Returning an empty list because completion was requested in an invalid position. +Info 10690[11:36:10.673] Format host information updated +Info 10691[11:36:10.781] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10692[11:36:10.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 11.648987010121346ms +Info 10693[11:36:10.793] Different program with same set of files +Info 10694[11:36:10.793] getCompletionData: Get current token: 0.0012229979038238525 +Info 10695[11:36:10.793] getCompletionData: Is inside comment: 0.0075509995222091675 +Info 10696[11:36:10.793] getCompletionData: Get previous token: 0.015404000878334045 +Info 10697[11:36:10.793] getCompletionsAtPosition: isCompletionListBlocker: 0.0016559958457946777 +Info 10698[11:36:10.793] Returning an empty list because completion was requested in an invalid position. +Info 10699[11:36:10.793] Format host information updated +Info 10700[11:36:10.866] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10701[11:36:10.879] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 13.3782330006361ms +Info 10702[11:36:10.879] Different program with same set of files +Info 10703[11:36:10.880] getCompletionData: Get current token: 0.002083003520965576 +Info 10704[11:36:10.880] getCompletionData: Is inside comment: 0.017121002078056335 +Info 10705[11:36:10.880] getCompletionData: Get previous token: 0.03746800124645233 +Info 10706[11:36:10.880] getCompletionsAtPosition: isCompletionListBlocker: 0.0033060014247894287 +Info 10707[11:36:10.880] Returning an empty list because completion was requested in an invalid position. +Info 10708[11:36:10.880] Format host information updated +Info 10709[11:36:10.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10710[11:36:10.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 6.230679005384445ms +Info 10711[11:36:10.991] Different program with same set of files +Info 10712[11:36:10.991] getCompletionData: Get current token: 0.0010349899530410767 +Info 10713[11:36:10.991] getCompletionData: Is inside comment: 0.008070990443229675 +Info 10714[11:36:10.991] getCompletionData: Get previous token: 0.01704201102256775 +Info 10715[11:36:10.991] getCompletionsAtPosition: isCompletionListBlocker: 0.001883000135421753 +Info 10716[11:36:10.991] Returning an empty list because completion was requested in an invalid position. +Info 10717[11:36:10.994] Format host information updated +Info 10718[11:36:11.068] Format host information updated +Info 10719[11:36:11.068] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10720[11:36:11.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 6.382242992520332ms +Info 10721[11:36:11.074] Different program with same set of files +Info 10722[11:36:11.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10723[11:36:11.556] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 6.008000001311302ms +Info 10724[11:36:11.556] Different program with same set of files +Info 10725[11:36:11.556] getCompletionData: Get current token: 0.0008749961853027344 +Info 10726[11:36:11.556] getCompletionData: Is inside comment: 0.007243990898132324 +Info 10727[11:36:11.556] getCompletionData: Get previous token: 0.005098000168800354 +Info 10728[11:36:11.556] getCompletionsAtPosition: isCompletionListBlocker: 0.006373003125190735 +Info 10729[11:36:11.556] getExportInfoMap: cache hit +Info 10730[11:36:11.571] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 10731[11:36:11.571] collectAutoImports: response is complete +Info 10732[11:36:11.571] collectAutoImports: 14.665311008691788 +Info 10733[11:36:11.571] getCompletionData: Semantic work: 15.06028400361538 +Info 10734[11:36:11.576] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.006548002362251 +Info 10735[11:36:11.581] Format host information updated +Info 10736[11:36:11.612] Format host information updated +Info 10737[11:36:11.612] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10738[11:36:11.621] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 8.056705996394157ms +Info 10739[11:36:11.621] Different program with same set of files +Info 10740[11:36:12.585] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10741[11:36:12.591] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 6.2731049954891205ms +Info 10742[11:36:12.591] Different program with same set of files +Info 10743[11:36:12.591] getCompletionData: Get current token: 0.0012499988079071045 +Info 10744[11:36:12.591] getCompletionData: Is inside comment: 0.005638003349304199 +Info 10745[11:36:12.591] getCompletionData: Get previous token: 0.01374100148677826 +Info 10746[11:36:12.591] getCompletionsAtPosition: isCompletionListBlocker: 0.006742000579833984 +Info 10747[11:36:12.592] getExportInfoMap: cache hit +Info 10748[11:36:12.595] collectAutoImports: resolved 0 module specifiers, plus 105 ambient and 14 from cache +Info 10749[11:36:12.595] collectAutoImports: response is complete +Info 10750[11:36:12.595] collectAutoImports: 3.4560050070285797 +Info 10751[11:36:12.595] getCompletionData: Semantic work: 3.9609040021896362 +Info 10752[11:36:12.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.432087004184723 +Info 10753[11:36:12.598] Format host information updated +Info 10754[11:36:12.733] Format host information updated +Info 10755[11:36:12.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10756[11:36:12.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 6.372296005487442ms +Info 10757[11:36:12.740] Different program with same set of files +Info 10758[11:36:12.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10759[11:36:12.815] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 6.368044003844261ms +Info 10760[11:36:12.815] Different program with same set of files +Info 10761[11:36:12.815] getCompletionData: Get current token: 0.0011600106954574585 +Info 10762[11:36:12.815] getCompletionData: Is inside comment: 0.009031996130943298 +Info 10763[11:36:12.815] getCompletionData: Get previous token: 0.007069990038871765 +Info 10764[11:36:12.815] getCompletionsAtPosition: isCompletionListBlocker: 0.007538989186286926 +Info 10765[11:36:12.815] getExportInfoMap: cache hit +Info 10766[11:36:12.830] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 10767[11:36:12.830] collectAutoImports: response is complete +Info 10768[11:36:12.830] collectAutoImports: 14.796918004751205 +Info 10769[11:36:12.830] getCompletionData: Semantic work: 15.326462000608444 +Info 10770[11:36:12.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.5736929923295975 +Info 10771[11:36:12.841] Format host information updated +Info 10772[11:36:13.099] Format host information updated +Info 10773[11:36:13.099] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10774[11:36:13.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 6.178355008363724ms +Info 10775[11:36:13.105] Different program with same set of files +Info 10776[11:36:13.337] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10777[11:36:13.345] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 8.498093992471695ms +Info 10778[11:36:13.345] Different program with same set of files +Info 10779[11:36:13.346] getCompletionData: Get current token: 0.0011129975318908691 +Info 10780[11:36:13.346] getCompletionData: Is inside comment: 0.007120996713638306 +Info 10781[11:36:13.346] getCompletionData: Get previous token: 0.01630200445652008 +Info 10782[11:36:13.346] getCompletionsAtPosition: isCompletionListBlocker: 0.011821001768112183 +Info 10783[11:36:13.346] getExportInfoMap: cache hit +Info 10784[11:36:13.350] collectAutoImports: resolved 0 module specifiers, plus 105 ambient and 14 from cache +Info 10785[11:36:13.350] collectAutoImports: response is complete +Info 10786[11:36:13.350] collectAutoImports: 3.963899999856949 +Info 10787[11:36:13.350] getCompletionData: Semantic work: 4.508284002542496 +Info 10788[11:36:13.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5891660004854202 +Info 10789[11:36:13.353] Format host information updated +Info 10790[11:36:13.406] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10791[11:36:13.427] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 20.86906599998474ms +Info 10792[11:36:13.427] Different program with same set of files +Info 10793[11:36:13.427] getCompletionData: Get current token: 0.005545005202293396 +Info 10794[11:36:13.427] getCompletionData: Is inside comment: 0.03149101138114929 +Info 10795[11:36:13.427] getCompletionData: Get previous token: 0.023773998022079468 +Info 10796[11:36:13.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0059050023555755615 +Info 10797[11:36:13.428] getCompletionData: Semantic work: 0.4116329997777939 +Info 10798[11:36:13.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.041706010699272156 +Info 10799[11:36:13.429] Format host information updated +Info 10800[11:36:13.675] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10801[11:36:13.681] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 5.953052997589111ms +Info 10802[11:36:13.681] Different program with same set of files +Info 10803[11:36:13.681] getCompletionData: Get current token: 0.0009600073099136353 +Info 10804[11:36:13.681] getCompletionData: Is inside comment: 0.006555989384651184 +Info 10805[11:36:13.681] getCompletionData: Get previous token: 0.01621699333190918 +Info 10806[11:36:13.681] getCompletionsAtPosition: isCompletionListBlocker: 0.00213700532913208 +Info 10807[11:36:13.681] getCompletionData: Semantic work: 0.11742401123046875 +Info 10808[11:36:13.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.010001003742218018 +Info 10809[11:36:13.684] Format host information updated +Info 10810[11:36:13.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10811[11:36:13.822] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.864340990781784ms +Info 10812[11:36:13.822] Different program with same set of files +Info 10813[11:36:13.822] getCompletionData: Get current token: 0.0010279864072799683 +Info 10814[11:36:13.822] getCompletionData: Is inside comment: 0.008331000804901123 +Info 10815[11:36:13.822] getCompletionData: Get previous token: 0.021076008677482605 +Info 10816[11:36:13.822] getCompletionsAtPosition: isCompletionListBlocker: 0.0025070011615753174 +Info 10817[11:36:13.822] getCompletionData: Semantic work: 0.15211600065231323 +Info 10818[11:36:13.822] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.01447799801826477 +Info 10819[11:36:13.823] Format host information updated +Info 10820[11:36:13.898] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10821[11:36:13.904] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 6.129549995064735ms +Info 10822[11:36:13.904] Different program with same set of files +Info 10823[11:36:13.904] getCompletionData: Get current token: 0.0015050023794174194 +Info 10824[11:36:13.904] getCompletionData: Is inside comment: 0.011525005102157593 +Info 10825[11:36:13.904] getCompletionData: Get previous token: 0.03353199362754822 +Info 10826[11:36:13.904] getCompletionsAtPosition: isCompletionListBlocker: 0.002522006630897522 +Info 10827[11:36:13.905] getCompletionData: Semantic work: 0.14827100932598114 +Info 10828[11:36:13.905] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.011202007532119751 +Info 10829[11:36:13.905] Format host information updated +Info 10830[11:36:13.988] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10831[11:36:13.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 9.22002001106739ms +Info 10832[11:36:13.997] Different program with same set of files +Info 10833[11:36:13.997] getCompletionData: Get current token: 0.0009060055017471313 +Info 10834[11:36:13.997] getCompletionData: Is inside comment: 0.007562011480331421 +Info 10835[11:36:13.997] getCompletionData: Get previous token: 0.01791900396347046 +Info 10836[11:36:13.997] getCompletionsAtPosition: isCompletionListBlocker: 0.002253994345664978 +Info 10837[11:36:13.997] getCompletionData: Semantic work: 0.1378609985113144 +Info 10838[11:36:13.997] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.011663004755973816 +Info 10839[11:36:13.997] Format host information updated +Info 10840[11:36:14.071] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10841[11:36:14.082] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 11.00771901011467ms +Info 10842[11:36:14.082] Different program with same set of files +Info 10843[11:36:14.083] getCompletionData: Get current token: 0.0008649975061416626 +Info 10844[11:36:14.083] getCompletionData: Is inside comment: 0.006613001227378845 +Info 10845[11:36:14.083] getCompletionData: Get previous token: 0.01613101363182068 +Info 10846[11:36:14.083] getCompletionsAtPosition: isCompletionListBlocker: 0.002039998769760132 +Info 10847[11:36:14.083] getCompletionData: Semantic work: 0.1204719990491867 +Info 10848[11:36:14.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.011036992073059082 +Info 10849[11:36:14.083] Format host information updated +Info 10850[11:36:14.164] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10851[11:36:14.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 24.68333099782467ms +Info 10852[11:36:14.189] Different program with same set of files +Info 10853[11:36:14.189] getCompletionData: Get current token: 0.005187004804611206 +Info 10854[11:36:14.189] getCompletionData: Is inside comment: 0.034299999475479126 +Info 10855[11:36:14.189] getCompletionData: Get previous token: 0.10476799309253693 +Info 10856[11:36:14.189] getCompletionsAtPosition: isCompletionListBlocker: 0.006993010640144348 +Info 10857[11:36:14.190] getCompletionData: Semantic work: 0.43524299561977386 +Info 10858[11:36:14.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04127401113510132 +Info 10859[11:36:14.197] Format host information updated +Info 10860[11:36:14.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10861[11:36:14.544] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 6.047655001282692ms +Info 10862[11:36:14.544] Different program with same set of files +Info 10863[11:36:14.544] getCompletionData: Get current token: 0.0014500021934509277 +Info 10864[11:36:14.544] getCompletionData: Is inside comment: 0.007763996720314026 +Info 10865[11:36:14.544] getCompletionData: Get previous token: 0.017388999462127686 +Info 10866[11:36:14.544] getCompletionsAtPosition: isCompletionListBlocker: 0.0020759999752044678 +Info 10867[11:36:14.544] getCompletionData: Semantic work: 0.12376101315021515 +Info 10868[11:36:14.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.011291995644569397 +Info 10869[11:36:14.544] Format host information updated +Info 10870[11:36:14.737] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10871[11:36:14.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 6.4362020045518875ms +Info 10872[11:36:14.744] Different program with same set of files +Info 10873[11:36:14.744] getCompletionData: Get current token: 0.0011529922485351562 +Info 10874[11:36:14.744] getCompletionData: Is inside comment: 0.007605001330375671 +Info 10875[11:36:14.744] getCompletionData: Get previous token: 0.018661990761756897 +Info 10876[11:36:14.744] getCompletionsAtPosition: isCompletionListBlocker: 0.002159997820854187 +Info 10877[11:36:14.744] getCompletionData: Semantic work: 0.13152800500392914 +Info 10878[11:36:14.744] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.01197001338005066 +Info 10879[11:36:14.744] Format host information updated +Info 10880[11:36:14.812] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10881[11:36:14.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 8.91203099489212ms +Info 10882[11:36:14.821] Different program with same set of files +Info 10883[11:36:14.822] getCompletionData: Get current token: 0.001157999038696289 +Info 10884[11:36:14.822] getCompletionData: Is inside comment: 0.007548004388809204 +Info 10885[11:36:14.822] getCompletionData: Get previous token: 0.017994001507759094 +Info 10886[11:36:14.822] getCompletionsAtPosition: isCompletionListBlocker: 0.00209200382232666 +Info 10887[11:36:14.822] getCompletionData: Semantic work: 0.13479499518871307 +Info 10888[11:36:14.822] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.011222004890441895 +Info 10889[11:36:14.822] Format host information updated +Info 10890[11:36:14.886] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10891[11:36:14.892] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 6.143932998180389ms +Info 10892[11:36:14.892] Different program with same set of files +Info 10893[11:36:14.892] getCompletionData: Get current token: 0.0008600056171417236 +Info 10894[11:36:14.892] getCompletionData: Is inside comment: 0.00666499137878418 +Info 10895[11:36:14.892] getCompletionData: Get previous token: 0.016318991780281067 +Info 10896[11:36:14.892] getCompletionsAtPosition: isCompletionListBlocker: 0.0019789934158325195 +Info 10897[11:36:14.892] getCompletionData: Semantic work: 0.11269600689411163 +Info 10898[11:36:14.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.008914008736610413 +Info 10899[11:36:14.893] Format host information updated +Info 10900[11:36:15.033] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10901[11:36:15.039] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 6.135203003883362ms +Info 10902[11:36:15.039] Different program with same set of files +Info 10903[11:36:15.039] getCompletionData: Get current token: 0.0010789930820465088 +Info 10904[11:36:15.039] getCompletionData: Is inside comment: 0.007971987128257751 +Info 10905[11:36:15.039] getCompletionData: Get previous token: 0.006657004356384277 +Info 10906[11:36:15.039] getCompletionsAtPosition: isCompletionListBlocker: 0.002750009298324585 +Info 10907[11:36:15.039] getExportInfoMap: cache hit +Info 10908[11:36:15.055] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 10909[11:36:15.055] collectAutoImports: response is complete +Info 10910[11:36:15.055] collectAutoImports: 15.157388001680374 +Info 10911[11:36:15.055] getCompletionData: Semantic work: 15.658592000603676 +Info 10912[11:36:15.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.559589013457298 +Info 10913[11:36:15.069] Format host information updated +Info 10914[11:36:15.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10915[11:36:15.113] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 12.386158987879753ms +Info 10916[11:36:15.113] Different program with same set of files +Info 10917[11:36:15.113] getCompletionData: Get current token: 0.0013229995965957642 +Info 10918[11:36:15.113] getCompletionData: Is inside comment: 0.007854998111724854 +Info 10919[11:36:15.113] getCompletionData: Get previous token: 0.006074994802474976 +Info 10920[11:36:15.113] getCompletionsAtPosition: isCompletionListBlocker: 0.0081309974193573 +Info 10921[11:36:15.114] getExportInfoMap: cache hit +Info 10922[11:36:15.136] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 10923[11:36:15.136] collectAutoImports: response is complete +Info 10924[11:36:15.136] collectAutoImports: 21.92698699235916 +Info 10925[11:36:15.136] getCompletionData: Semantic work: 22.533224001526833 +Info 10926[11:36:15.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.648820996284485 +Info 10927[11:36:15.156] Format host information updated +Info 10928[11:36:16.263] Format host information updated +Info 10929[11:36:16.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10930[11:36:16.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 6.827354997396469ms +Info 10931[11:36:16.270] Different program with same set of files +Info 10932[11:36:16.592] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10933[11:36:16.599] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 7.079730004072189ms +Info 10934[11:36:16.599] Different program with same set of files +Info 10935[11:36:16.599] getCompletionData: Get current token: 0.0037139952182769775 +Info 10936[11:36:16.599] getCompletionData: Is inside comment: 0.010708004236221313 +Info 10937[11:36:16.600] getCompletionData: Get previous token: 0.0090160071849823 +Info 10938[11:36:16.600] getCompletionsAtPosition: isCompletionListBlocker: 0.007024005055427551 +Info 10939[11:36:16.600] Returning an empty list because completion was requested in an invalid position. +Info 10940[11:36:16.600] Format host information updated +Info 10941[11:36:16.844] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10942[11:36:16.850] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 6.26410399377346ms +Info 10943[11:36:16.850] Different program with same set of files +Info 10944[11:36:16.850] getCompletionData: Get current token: 0.0007680058479309082 +Info 10945[11:36:16.850] getCompletionData: Is inside comment: 0.0060530006885528564 +Info 10946[11:36:16.850] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10947[11:36:16.852] Format host information updated +Info 10948[11:36:16.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10949[11:36:16.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 5.919734999537468ms +Info 10950[11:36:16.997] Different program with same set of files +Info 10951[11:36:16.997] getCompletionData: Get current token: 0.001470997929573059 +Info 10952[11:36:16.997] getCompletionData: Is inside comment: 0.007503002882003784 +Info 10953[11:36:16.998] Format host information updated +Info 10954[11:36:17.132] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10955[11:36:17.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 6.094234988093376ms +Info 10956[11:36:17.138] Different program with same set of files +Info 10957[11:36:17.139] getCompletionData: Get current token: 0.0010940134525299072 +Info 10958[11:36:17.139] getCompletionData: Is inside comment: 0.007717996835708618 +Info 10959[11:36:17.141] Format host information updated +Info 10960[11:36:17.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10961[11:36:17.354] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 6.192745998501778ms +Info 10962[11:36:17.354] Different program with same set of files +Info 10963[11:36:17.354] getCompletionData: Get current token: 0.0019350051879882812 +Info 10964[11:36:17.354] getCompletionData: Is inside comment: 0.013367995619773865 +Info 10965[11:36:17.354] getCompletionData: Get previous token: 0.007579997181892395 +Info 10966[11:36:17.354] getCompletionsAtPosition: isCompletionListBlocker: 0.008849009871482849 +Info 10967[11:36:17.355] getExportInfoMap: cache hit +Info 10968[11:36:17.368] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 10969[11:36:17.368] collectAutoImports: response is complete +Info 10970[11:36:17.368] collectAutoImports: 13.289470002055168 +Info 10971[11:36:17.368] getCompletionData: Semantic work: 13.821727007627487 +Info 10972[11:36:17.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.218293994665146 +Info 10973[11:36:17.380] Format host information updated +Info 10974[11:36:17.812] getCompletionData: Get current token: 0.002065002918243408 +Info 10975[11:36:17.812] getCompletionData: Is inside comment: 0.008664995431900024 +Info 10976[11:36:17.936] Format host information updated +Info 10977[11:36:17.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10978[11:36:17.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 12.243936002254486ms +Info 10979[11:36:17.949] Different program with same set of files +Info 10980[11:36:17.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10981[11:36:18.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 9.087136998772621ms +Info 10982[11:36:18.000] Different program with same set of files +Info 10983[11:36:18.000] getCompletionData: Get current token: 0.002498999238014221 +Info 10984[11:36:18.000] getCompletionData: Is inside comment: 0.011846989393234253 +Info 10985[11:36:18.000] Format host information updated +Info 10986[11:36:18.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10987[11:36:18.126] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 6.710556998848915ms +Info 10988[11:36:18.126] Different program with same set of files +Info 10989[11:36:18.127] getCompletionData: Get current token: 0.0020229965448379517 +Info 10990[11:36:18.127] getCompletionData: Is inside comment: 0.013635993003845215 +Info 10991[11:36:18.127] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10992[11:36:18.127] Format host information updated +Info 10993[11:36:18.330] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10994[11:36:18.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 6.062663987278938ms +Info 10995[11:36:18.336] Different program with same set of files +Info 10996[11:36:18.336] getCompletionData: Get current token: 0.0018679946660995483 +Info 10997[11:36:18.336] getCompletionData: Is inside comment: 0.010948002338409424 +Info 10998[11:36:18.336] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 10999[11:36:18.336] Format host information updated +Info 11000[11:36:18.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11001[11:36:18.480] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 8.351658001542091ms +Info 11002[11:36:18.480] Different program with same set of files +Info 11003[11:36:18.480] getCompletionData: Get current token: 0.0020540058612823486 +Info 11004[11:36:18.480] getCompletionData: Is inside comment: 0.011354997754096985 +Info 11005[11:36:18.480] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11006[11:36:18.480] Format host information updated +Info 11007[11:36:18.602] Format host information updated +Info 11008[11:36:18.602] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11009[11:36:18.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 6.1067120134830475ms +Info 11010[11:36:18.609] Different program with same set of files +Info 11011[11:36:18.736] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11012[11:36:18.743] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 6.4148629903793335ms +Info 11013[11:36:18.743] Different program with same set of files +Info 11014[11:36:18.743] getCompletionData: Get current token: 0.001998007297515869 +Info 11015[11:36:18.743] getCompletionData: Is inside comment: 0.011490002274513245 +Info 11016[11:36:18.743] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11017[11:36:18.745] Format host information updated +Info 11018[11:36:18.807] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11019[11:36:18.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 16.7948459982872ms +Info 11020[11:36:18.824] Different program with same set of files +Info 11021[11:36:18.825] getCompletionData: Get current token: 0.006384000182151794 +Info 11022[11:36:18.825] getCompletionData: Is inside comment: 0.03999900817871094 +Info 11023[11:36:18.825] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11024[11:36:18.825] Format host information updated +Info 11025[11:36:18.898] Format host information updated +Info 11026[11:36:18.899] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11027[11:36:18.920] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 20.950365006923676ms +Info 11028[11:36:18.920] Different program with same set of files +Info 11029[11:36:19.427] getCompletionData: Get current token: 0.0029439926147460938 +Info 11030[11:36:19.427] getCompletionData: Is inside comment: 0.011518999934196472 +Info 11031[11:36:19.427] getCompletionData: Get previous token: 0.007132992148399353 +Info 11032[11:36:19.427] getCompletionsAtPosition: isCompletionListBlocker: 0.002530008554458618 +Info 11033[11:36:19.428] getExportInfoMap: cache hit +Info 11034[11:36:19.440] collectAutoImports: resolved 3 module specifiers, plus 760 ambient and 231 from cache +Info 11035[11:36:19.440] collectAutoImports: response is complete +Info 11036[11:36:19.440] collectAutoImports: 11.713574007153511 +Info 11037[11:36:19.440] getCompletionData: Semantic work: 12.3301500082016 +Info 11038[11:36:19.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.694071993231773 +Info 11039[11:36:19.635] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11040[11:36:19.641] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 6.229995012283325ms +Info 11041[11:36:19.641] Different program with same set of files +Info 11042[11:36:19.641] getCompletionData: Get current token: 0.003081992268562317 +Info 11043[11:36:19.641] getCompletionData: Is inside comment: 0.014786005020141602 +Info 11044[11:36:19.641] getCompletionData: Get previous token: 0.00878499448299408 +Info 11045[11:36:19.641] getCompletionsAtPosition: isCompletionListBlocker: 0.002728000283241272 +Info 11046[11:36:19.642] getExportInfoMap: cache hit +Info 11047[11:36:19.654] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 11048[11:36:19.654] collectAutoImports: response is complete +Info 11049[11:36:19.654] collectAutoImports: 12.004949003458023 +Info 11050[11:36:19.654] getCompletionData: Semantic work: 12.490772992372513 +Info 11051[11:36:19.661] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.401057004928589 +Info 11052[11:36:19.666] Format host information updated +Info 11053[11:36:19.701] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11054[11:36:19.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 6.654999002814293ms +Info 11055[11:36:19.708] Different program with same set of files +Info 11056[11:36:19.708] getCompletionData: Get current token: 0.003178998827934265 +Info 11057[11:36:19.708] getCompletionData: Is inside comment: 0.025325000286102295 +Info 11058[11:36:19.708] getCompletionData: Get previous token: 0.010131001472473145 +Info 11059[11:36:19.708] getCompletionsAtPosition: isCompletionListBlocker: 0.007432997226715088 +Info 11060[11:36:19.708] getExportInfoMap: cache hit +Info 11061[11:36:19.722] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 11062[11:36:19.722] collectAutoImports: response is complete +Info 11063[11:36:19.722] collectAutoImports: 13.83568899333477 +Info 11064[11:36:19.722] getCompletionData: Semantic work: 14.33008798956871 +Info 11065[11:36:19.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.115384995937347 +Info 11066[11:36:19.733] Format host information updated +Info 11067[11:36:19.997] getCompletionData: Get current token: 0.013522014021873474 +Info 11068[11:36:19.997] getCompletionData: Is inside comment: 0.06005300581455231 +Info 11069[11:36:19.997] getCompletionData: Get previous token: 0.036354005336761475 +Info 11070[11:36:19.997] getCompletionsAtPosition: isCompletionListBlocker: 0.0063659995794296265 +Info 11071[11:36:19.997] Returning an empty list because completion was requested in an invalid position. +Info 11072[11:36:20.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11073[11:36:20.108] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 6.454606994986534ms +Info 11074[11:36:20.108] Different program with same set of files +Info 11075[11:36:20.108] getCompletionData: Get current token: 0.003554999828338623 +Info 11076[11:36:20.108] getCompletionData: Is inside comment: 0.01631900668144226 +Info 11077[11:36:20.108] getCompletionData: Get previous token: 0.018135011196136475 +Info 11078[11:36:20.108] getCompletionsAtPosition: isCompletionListBlocker: 0.0030599981546401978 +Info 11079[11:36:20.109] getExportInfoMap: cache hit +Info 11080[11:36:20.114] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 10 from cache +Info 11081[11:36:20.114] collectAutoImports: response is complete +Info 11082[11:36:20.114] collectAutoImports: 5.523513004183769 +Info 11083[11:36:20.114] getCompletionData: Semantic work: 6.0234320014715195 +Info 11084[11:36:20.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.100743994116783 +Info 11085[11:36:20.118] Format host information updated +Info 11086[11:36:20.327] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11087[11:36:20.353] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 25.677352994680405ms +Info 11088[11:36:20.353] Different program with same set of files +Info 11089[11:36:20.353] getCompletionData: Get current token: 0.00913199782371521 +Info 11090[11:36:20.353] getCompletionData: Is inside comment: 0.047342002391815186 +Info 11091[11:36:20.353] getCompletionData: Get previous token: 0.030445992946624756 +Info 11092[11:36:20.353] getCompletionsAtPosition: isCompletionListBlocker: 0.004877001047134399 +Info 11093[11:36:20.355] getExportInfoMap: cache hit +Info 11094[11:36:20.378] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 11095[11:36:20.378] collectAutoImports: response is complete +Info 11096[11:36:20.378] collectAutoImports: 23.446614995598793 +Info 11097[11:36:20.378] getCompletionData: Semantic work: 24.69845499098301 +Info 11098[11:36:20.385] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.013261005282402 +Info 11099[11:36:20.390] Format host information updated +Info 11100[11:36:20.395] Format host information updated +Info 11101[11:36:20.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11102[11:36:20.402] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 7.114281013607979ms +Info 11103[11:36:20.402] Different program with same set of files +Info 11104[11:36:20.557] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11105[11:36:20.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 8.336326003074646ms +Info 11106[11:36:20.565] Different program with same set of files +Info 11107[11:36:20.565] getCompletionData: Get current token: 0.0037280023097991943 +Info 11108[11:36:20.565] getCompletionData: Is inside comment: 0.01596599817276001 +Info 11109[11:36:20.565] getCompletionData: Get previous token: 0.019083991646766663 +Info 11110[11:36:20.565] getCompletionsAtPosition: isCompletionListBlocker: 0.0026669949293136597 +Info 11111[11:36:20.566] getExportInfoMap: cache hit +Info 11112[11:36:20.570] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 10 from cache +Info 11113[11:36:20.570] collectAutoImports: response is complete +Info 11114[11:36:20.570] collectAutoImports: 4.285554006695747 +Info 11115[11:36:20.570] getCompletionData: Semantic work: 4.820289000868797 +Info 11116[11:36:20.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6598830074071884 +Info 11117[11:36:20.574] Format host information updated +Info 11118[11:36:20.648] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11119[11:36:20.654] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 6.284476011991501ms +Info 11120[11:36:20.654] Different program with same set of files +Info 11121[11:36:20.655] getCompletionData: Get current token: 0.003480002284049988 +Info 11122[11:36:20.655] getCompletionData: Is inside comment: 0.017450004816055298 +Info 11123[11:36:20.655] getCompletionData: Get previous token: 0.019686996936798096 +Info 11124[11:36:20.655] getCompletionsAtPosition: isCompletionListBlocker: 0.0020769983530044556 +Info 11125[11:36:20.655] getExportInfoMap: cache hit +Info 11126[11:36:20.659] collectAutoImports: resolved 0 module specifiers, plus 32 ambient and 7 from cache +Info 11127[11:36:20.659] collectAutoImports: response is complete +Info 11128[11:36:20.659] collectAutoImports: 3.724828004837036 +Info 11129[11:36:20.659] getCompletionData: Semantic work: 4.204006999731064 +Info 11130[11:36:20.661] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1531790047883987 +Info 11131[11:36:20.663] Format host information updated +Info 11132[11:36:20.769] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11133[11:36:20.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 6.213619992136955ms +Info 11134[11:36:20.776] Different program with same set of files +Info 11135[11:36:20.776] getCompletionData: Get current token: 0.003135994076728821 +Info 11136[11:36:20.776] getCompletionData: Is inside comment: 0.015321001410484314 +Info 11137[11:36:20.776] getCompletionData: Get previous token: 0.018710002303123474 +Info 11138[11:36:20.776] getCompletionsAtPosition: isCompletionListBlocker: 0.0018260031938552856 +Info 11139[11:36:20.776] getExportInfoMap: cache hit +Info 11140[11:36:20.779] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 2 from cache +Info 11141[11:36:20.779] collectAutoImports: response is complete +Info 11142[11:36:20.779] collectAutoImports: 2.6296560019254684 +Info 11143[11:36:20.779] getCompletionData: Semantic work: 3.094980001449585 +Info 11144[11:36:20.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9199919998645782 +Info 11145[11:36:20.782] Format host information updated +Info 11146[11:36:20.898] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11147[11:36:20.921] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 22.737127989530563ms +Info 11148[11:36:20.921] Different program with same set of files +Info 11149[11:36:20.921] getCompletionData: Get current token: 0.00950099527835846 +Info 11150[11:36:20.922] getCompletionData: Is inside comment: 0.047251999378204346 +Info 11151[11:36:20.922] getCompletionData: Get previous token: 0.056575000286102295 +Info 11152[11:36:20.922] getCompletionsAtPosition: isCompletionListBlocker: 0.005087003111839294 +Info 11153[11:36:20.923] getExportInfoMap: cache hit +Info 11154[11:36:20.928] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 2 from cache +Info 11155[11:36:20.928] collectAutoImports: response is complete +Info 11156[11:36:20.928] collectAutoImports: 5.1726119965314865 +Info 11157[11:36:20.928] getCompletionData: Semantic work: 6.37185600399971 +Info 11158[11:36:20.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.483716994524002 +Info 11159[11:36:20.935] Format host information updated +Info 11160[11:36:21.009] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11161[11:36:21.015] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 6.263868004083633ms +Info 11162[11:36:21.015] Different program with same set of files +Info 11163[11:36:21.016] getCompletionData: Get current token: 0.0034539997577667236 +Info 11164[11:36:21.016] getCompletionData: Is inside comment: 0.015971004962921143 +Info 11165[11:36:21.016] getCompletionData: Get previous token: 0.019145995378494263 +Info 11166[11:36:21.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0019160062074661255 +Info 11167[11:36:21.016] getExportInfoMap: cache hit +Info 11168[11:36:21.018] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 2 from cache +Info 11169[11:36:21.018] collectAutoImports: response is complete +Info 11170[11:36:21.018] collectAutoImports: 1.9823960065841675 +Info 11171[11:36:21.018] getCompletionData: Semantic work: 2.4389220029115677 +Info 11172[11:36:21.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7346680015325546 +Info 11173[11:36:21.021] Format host information updated +Info 11174[11:36:21.081] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11175[11:36:21.099] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 17.908317998051643ms +Info 11176[11:36:21.099] Different program with same set of files +Info 11177[11:36:21.099] getCompletionData: Get current token: 0.0115090012550354 +Info 11178[11:36:21.100] getCompletionData: Is inside comment: 0.05164599418640137 +Info 11179[11:36:21.100] getCompletionData: Get previous token: 0.06259700655937195 +Info 11180[11:36:21.100] getCompletionsAtPosition: isCompletionListBlocker: 0.005898997187614441 +Info 11181[11:36:21.101] getExportInfoMap: cache hit +Info 11182[11:36:21.107] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 11183[11:36:21.107] collectAutoImports: response is complete +Info 11184[11:36:21.107] collectAutoImports: 5.628899991512299 +Info 11185[11:36:21.107] getCompletionData: Semantic work: 6.939993992447853 +Info 11186[11:36:21.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.759883001446724 +Info 11187[11:36:21.115] Format host information updated +Info 11188[11:36:22.297] getCompletionData: Get current token: 0.002661004662513733 +Info 11189[11:36:22.297] getCompletionData: Is inside comment: 0.02558499574661255 +Info 11190[11:36:22.298] getCompletionData: Get previous token: 0.013822004199028015 +Info 11191[11:36:22.298] getCompletionsAtPosition: isCompletionListBlocker: 0.002397000789642334 +Info 11192[11:36:22.298] getExportInfoMap: cache hit +Info 11193[11:36:22.300] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 11194[11:36:22.300] collectAutoImports: response is complete +Info 11195[11:36:22.300] collectAutoImports: 1.6125390082597733 +Info 11196[11:36:22.300] getCompletionData: Semantic work: 2.2707329988479614 +Info 11197[11:36:22.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.636145994067192 +Info 11198[11:36:22.453] Format host information updated +Info 11199[11:36:22.454] getExportInfoMap: cache hit +Info 11200[11:36:23.068] Format host information updated +Info 11201[11:36:23.069] getExportInfoMap: cache hit +Info 11202[11:36:23.133] Format host information updated +Info 11203[11:36:23.134] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11204[11:36:23.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.732988998293877ms +Info 11205[11:36:23.145] Different program with same set of files +Info 11206[11:36:23.465] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11207[11:36:23.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 6.383372992277145ms +Info 11208[11:36:23.471] Different program with same set of files +Info 11209[11:36:23.471] getCompletionData: Get current token: 0.003738000988960266 +Info 11210[11:36:23.471] getCompletionData: Is inside comment: 0.013291999697685242 +Info 11211[11:36:23.471] getCompletionData: Get previous token: 0.01866699755191803 +Info 11212[11:36:23.471] getCompletionsAtPosition: isCompletionListBlocker: 0.0023279935121536255 +Info 11213[11:36:23.472] getExportInfoMap: cache hit +Info 11214[11:36:23.474] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 11215[11:36:23.474] collectAutoImports: response is complete +Info 11216[11:36:23.474] collectAutoImports: 1.9507459998130798 +Info 11217[11:36:23.474] getCompletionData: Semantic work: 2.449404999613762 +Info 11218[11:36:23.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1815759986639023 +Info 11219[11:36:23.477] Format host information updated +Info 11220[11:36:24.028] getCompletionData: Get current token: 0.0032320022583007812 +Info 11221[11:36:24.028] getCompletionData: Is inside comment: 0.011243000626564026 +Info 11222[11:36:24.028] getCompletionData: Get previous token: 0.011975005269050598 +Info 11223[11:36:24.028] getCompletionsAtPosition: isCompletionListBlocker: 0.009307995438575745 +Info 11224[11:36:24.028] getExportInfoMap: cache hit +Info 11225[11:36:24.040] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 11226[11:36:24.040] collectAutoImports: response is complete +Info 11227[11:36:24.040] collectAutoImports: 12.08559800684452 +Info 11228[11:36:24.040] getCompletionData: Semantic work: 12.654595002532005 +Info 11229[11:36:24.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7740299999713898 +Info 11230[11:36:24.157] Format host information updated +Info 11231[11:36:24.157] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11232[11:36:24.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 6.408660992980003ms +Info 11233[11:36:24.164] Different program with same set of files +Info 11234[11:36:24.245] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11235[11:36:24.252] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 6.759987995028496ms +Info 11236[11:36:24.252] Different program with same set of files +Info 11237[11:36:24.252] getCompletionData: Get current token: 0.0032500028610229492 +Info 11238[11:36:24.252] getCompletionData: Is inside comment: 0.012667998671531677 +Info 11239[11:36:24.252] getCompletionData: Get previous token: 0.009185001254081726 +Info 11240[11:36:24.252] getCompletionsAtPosition: isCompletionListBlocker: 0.00734400749206543 +Info 11241[11:36:24.252] getExportInfoMap: cache hit +Info 11242[11:36:24.265] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 11243[11:36:24.265] collectAutoImports: response is complete +Info 11244[11:36:24.265] collectAutoImports: 12.385756000876427 +Info 11245[11:36:24.265] getCompletionData: Semantic work: 12.887929990887642 +Info 11246[11:36:24.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8748319894075394 +Info 11247[11:36:24.272] Format host information updated +Info 11248[11:36:24.425] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11249[11:36:24.431] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 6.392285004258156ms +Info 11250[11:36:24.431] Different program with same set of files +Info 11251[11:36:24.432] getCompletionData: Get current token: 0.003743991255760193 +Info 11252[11:36:24.432] getCompletionData: Is inside comment: 0.011530011892318726 +Info 11253[11:36:24.432] getCompletionData: Get previous token: 0.008886009454727173 +Info 11254[11:36:24.432] getCompletionsAtPosition: isCompletionListBlocker: 0.00644800066947937 +Info 11255[11:36:24.434] getExportInfoMap: cache hit +Info 11256[11:36:24.444] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 11257[11:36:24.444] collectAutoImports: response is complete +Info 11258[11:36:24.444] collectAutoImports: 9.558520004153252 +Info 11259[11:36:24.444] getCompletionData: Semantic work: 12.015945985913277 +Info 11260[11:36:24.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6625919938087463 +Info 11261[11:36:24.450] Format host information updated +Info 11262[11:36:24.486] Format host information updated +Info 11263[11:36:24.486] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11264[11:36:24.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 8.416378006339073ms +Info 11265[11:36:24.495] Different program with same set of files +Info 11266[11:36:24.630] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11267[11:36:24.636] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 6.488843992352486ms +Info 11268[11:36:24.636] Different program with same set of files +Info 11269[11:36:24.636] getCompletionData: Get current token: 0.0029679983854293823 +Info 11270[11:36:24.636] getCompletionData: Is inside comment: 0.011573001742362976 +Info 11271[11:36:24.636] getCompletionData: Get previous token: 0.016421005129814148 +Info 11272[11:36:24.636] getCompletionsAtPosition: isCompletionListBlocker: 0.007357001304626465 +Info 11273[11:36:24.637] getExportInfoMap: cache hit +Info 11274[11:36:24.641] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 11275[11:36:24.641] collectAutoImports: response is complete +Info 11276[11:36:24.641] collectAutoImports: 4.3381839990615845 +Info 11277[11:36:24.641] getCompletionData: Semantic work: 4.839086011052132 +Info 11278[11:36:24.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3507850021123886 +Info 11279[11:36:24.645] Format host information updated +Info 11280[11:36:24.977] Format host information updated +Info 11281[11:36:24.977] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11282[11:36:24.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 6.778570994734764ms +Info 11283[11:36:24.984] Different program with same set of files +Info 11284[11:36:25.076] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11285[11:36:25.084] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 7.612047001719475ms +Info 11286[11:36:25.084] Different program with same set of files +Info 11287[11:36:25.084] getCompletionData: Get current token: 0.0029990077018737793 +Info 11288[11:36:25.084] getCompletionData: Is inside comment: 0.009992003440856934 +Info 11289[11:36:25.084] getCompletionData: Get previous token: 0.014664992690086365 +Info 11290[11:36:25.084] getCompletionsAtPosition: isCompletionListBlocker: 0.0074120014905929565 +Info 11291[11:36:25.085] getExportInfoMap: cache hit +Info 11292[11:36:25.089] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 11293[11:36:25.089] collectAutoImports: response is complete +Info 11294[11:36:25.089] collectAutoImports: 3.891078993678093 +Info 11295[11:36:25.089] getCompletionData: Semantic work: 4.430054992437363 +Info 11296[11:36:25.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9899709969758987 +Info 11297[11:36:25.092] Format host information updated +Info 11298[11:36:25.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11299[11:36:25.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 10.67077200114727ms +Info 11300[11:36:25.148] Different program with same set of files +Info 11301[11:36:25.149] getCompletionData: Get current token: 0.003989994525909424 +Info 11302[11:36:25.149] getCompletionData: Is inside comment: 0.013615995645523071 +Info 11303[11:36:25.149] getCompletionData: Get previous token: 0.01842699944972992 +Info 11304[11:36:25.149] getCompletionsAtPosition: isCompletionListBlocker: 0.008799999952316284 +Info 11305[11:36:25.149] getExportInfoMap: cache hit +Info 11306[11:36:25.154] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 11307[11:36:25.154] collectAutoImports: response is complete +Info 11308[11:36:25.154] collectAutoImports: 4.915726006031036 +Info 11309[11:36:25.154] getCompletionData: Semantic work: 5.5459199994802475 +Info 11310[11:36:25.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8966439962387085 +Info 11311[11:36:25.159] Format host information updated +Info 11312[11:36:25.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11313[11:36:25.264] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 26.004110008478165ms +Info 11314[11:36:25.264] Different program with same set of files +Info 11315[11:36:25.264] getCompletionData: Get current token: 0.015068009495735168 +Info 11316[11:36:25.265] getCompletionData: Is inside comment: 0.0794840008020401 +Info 11317[11:36:25.265] getCompletionData: Get previous token: 0.12403500080108643 +Info 11318[11:36:25.265] getCompletionsAtPosition: isCompletionListBlocker: 0.034244999289512634 +Info 11319[11:36:25.267] getExportInfoMap: cache hit +Info 11320[11:36:25.275] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 6 from cache +Info 11321[11:36:25.275] collectAutoImports: response is complete +Info 11322[11:36:25.275] collectAutoImports: 8.033004999160767 +Info 11323[11:36:25.275] getCompletionData: Semantic work: 10.223491996526718 +Info 11324[11:36:25.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.038002997636795 +Info 11325[11:36:25.284] Format host information updated +Info 11326[11:36:25.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11327[11:36:25.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 26.679739996790886ms +Info 11328[11:36:25.378] Different program with same set of files +Info 11329[11:36:25.378] getCompletionData: Get current token: 0.009588003158569336 +Info 11330[11:36:25.379] getCompletionData: Is inside comment: 0.03647799789905548 +Info 11331[11:36:25.379] getCompletionData: Get previous token: 0.05706700682640076 +Info 11332[11:36:25.379] getCompletionsAtPosition: isCompletionListBlocker: 0.01592700183391571 +Info 11333[11:36:25.380] getExportInfoMap: cache hit +Info 11334[11:36:25.386] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 1 from cache +Info 11335[11:36:25.386] collectAutoImports: response is complete +Info 11336[11:36:25.386] collectAutoImports: 6.216023996472359 +Info 11337[11:36:25.386] getCompletionData: Semantic work: 7.502516999840736 +Info 11338[11:36:25.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.602647989988327 +Info 11339[11:36:25.391] Format host information updated +Info 11340[11:36:25.428] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11341[11:36:25.437] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 8.545728012919426ms +Info 11342[11:36:25.437] Different program with same set of files +Info 11343[11:36:25.437] getCompletionData: Get current token: 0.003968000411987305 +Info 11344[11:36:25.437] getCompletionData: Is inside comment: 0.014920011162757874 +Info 11345[11:36:25.437] getCompletionData: Get previous token: 0.021348997950553894 +Info 11346[11:36:25.437] getCompletionsAtPosition: isCompletionListBlocker: 0.008849009871482849 +Info 11347[11:36:25.437] getExportInfoMap: cache hit +Info 11348[11:36:25.452] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 11349[11:36:25.452] collectAutoImports: response is complete +Info 11350[11:36:25.452] collectAutoImports: 14.469193011522293 +Info 11351[11:36:25.452] getCompletionData: Semantic work: 15.049538999795914 +Info 11352[11:36:25.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8677540123462677 +Info 11353[11:36:25.459] Format host information updated +Info 11354[11:36:26.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11355[11:36:26.991] Elapsed:: 1.0804200023412704ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11356[11:36:26.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11357[11:36:26.992] Elapsed:: 0.11685000360012054ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11358[11:36:26.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 11359[11:36:26.992] Ignoring files that are not *.json +Info 11360[11:36:26.992] Elapsed:: 0.14898499846458435ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 11361[11:36:26.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 11362[11:36:26.992] Elapsed:: 0.016625002026557922ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 11363[11:36:27.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11364[11:36:27.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 955 structureChanged: true structureIsReused:: Not Elapsed: 12.62263599038124ms +Info 11365[11:36:27.260] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11366[11:36:27.260] Files (142) + +Info 11367[11:36:27.260] ----------------------------------------------- +Info 11368[11:36:27.260] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11369[11:36:27.260] Files (271) + +Info 11370[11:36:27.260] ----------------------------------------------- +Info 11371[11:36:27.630] Format host information updated +Info 11372[11:36:27.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11373[11:36:27.637] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 956 structureChanged: false structureIsReused:: Completely Elapsed: 6.022392004728317ms +Info 11374[11:36:27.637] Different program with same set of files +Info 11375[11:36:27.954] Format host information updated +Info 11376[11:36:27.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11377[11:36:27.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 957 structureChanged: false structureIsReused:: Completely Elapsed: 5.92255799472332ms +Info 11378[11:36:27.960] Different program with same set of files +Info 11379[11:36:29.491] Before ensureProjectForOpenFiles: +Info 11380[11:36:29.491] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11380[11:36:29.492] Files (142) + +Info 11380[11:36:29.492] ----------------------------------------------- +Info 11380[11:36:29.492] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11380[11:36:29.492] Files (271) + +Info 11380[11:36:29.492] ----------------------------------------------- +Info 11380[11:36:29.492] Project '/dev/null/inferredProject1*' (Inferred) +Info 11380[11:36:29.492] Files (130) + +Info 11380[11:36:29.492] ----------------------------------------------- +Info 11380[11:36:29.492] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11380[11:36:29.492] Files (179) + +Info 11380[11:36:29.492] ----------------------------------------------- +Info 11380[11:36:29.492] Open files: +Info 11380[11:36:29.492] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11380[11:36:29.492] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11380[11:36:29.492] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11380[11:36:29.492] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11380[11:36:29.492] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11380[11:36:29.492] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11380[11:36:29.492] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11380[11:36:29.492] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11380[11:36:29.492] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11381[11:36:29.505] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: true structureIsReused:: Not Elapsed: 12.625923991203308ms +Info 11382[11:36:29.505] Project '/dev/null/inferredProject1*' (Inferred) +Info 11383[11:36:29.505] Files (129) + +Info 11384[11:36:29.505] ----------------------------------------------- +Info 11385[11:36:29.505] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11386[11:36:29.505] Files (179) + +Info 11387[11:36:29.505] ----------------------------------------------- +Info 11388[11:36:29.505] After ensureProjectForOpenFiles: +Info 11389[11:36:29.505] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11389[11:36:29.505] Files (142) + +Info 11389[11:36:29.505] ----------------------------------------------- +Info 11389[11:36:29.505] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11389[11:36:29.505] Files (271) + +Info 11389[11:36:29.505] ----------------------------------------------- +Info 11389[11:36:29.505] Project '/dev/null/inferredProject1*' (Inferred) +Info 11389[11:36:29.505] Files (129) + +Info 11389[11:36:29.505] ----------------------------------------------- +Info 11389[11:36:29.505] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11389[11:36:29.505] Files (179) + +Info 11389[11:36:29.505] ----------------------------------------------- +Info 11389[11:36:29.505] Open files: +Info 11389[11:36:29.505] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11389[11:36:29.505] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11389[11:36:29.505] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11389[11:36:29.505] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11389[11:36:29.505] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11389[11:36:29.505] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11389[11:36:29.505] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11389[11:36:29.505] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11389[11:36:29.505] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js +Info 11390[11:36:31.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11391[11:36:31.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 958 structureChanged: false structureIsReused:: Completely Elapsed: 6.929609000682831ms +Info 11392[11:36:31.798] Different program with same set of files +Info 11393[11:36:31.798] getCompletionData: Get current token: 0.0016240030527114868 +Info 11394[11:36:31.798] getCompletionData: Is inside comment: 0.0008209943771362305 +Info 11395[11:36:31.798] getCompletionData: Get previous token: 0.010692000389099121 +Info 11396[11:36:31.798] getCompletionsAtPosition: isCompletionListBlocker: 0.002066001296043396 +Info 11397[11:36:31.799] getCompletionData: Semantic work: 0.5667800009250641 +Info 11398[11:36:31.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1766519993543625 +Info 11399[11:36:31.799] Format host information updated +Info 11400[11:36:31.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11401[11:36:31.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 959 structureChanged: false structureIsReused:: Completely Elapsed: 7.395231992006302ms +Info 11402[11:36:31.939] Different program with same set of files +Info 11403[11:36:31.939] getCompletionData: Get current token: 0.0030689984560012817 +Info 11404[11:36:31.939] getCompletionData: Is inside comment: 0.0011280030012130737 +Info 11405[11:36:31.939] getCompletionData: Get previous token: 0.02488499879837036 +Info 11406[11:36:31.939] getCompletionsAtPosition: isCompletionListBlocker: 0.0024300068616867065 +Info 11407[11:36:31.940] getCompletionData: Semantic work: 0.2957269996404648 +Info 11408[11:36:31.940] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5628779977560043 +Info 11409[11:36:31.940] Format host information updated +Info 11410[11:36:32.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11411[11:36:32.027] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 960 structureChanged: false structureIsReused:: Completely Elapsed: 5.796060010790825ms +Info 11412[11:36:32.027] Different program with same set of files +Info 11413[11:36:32.027] getCompletionData: Get current token: 0.0025999993085861206 +Info 11414[11:36:32.027] getCompletionData: Is inside comment: 0.0010049939155578613 +Info 11415[11:36:32.027] getCompletionData: Get previous token: 0.018598005175590515 +Info 11416[11:36:32.027] getCompletionsAtPosition: isCompletionListBlocker: 0.0017369985580444336 +Info 11417[11:36:32.028] getCompletionData: Semantic work: 0.21163399517536163 +Info 11418[11:36:32.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4301220029592514 +Info 11419[11:36:32.047] Format host information updated +Info 11420[11:36:32.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11421[11:36:32.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 961 structureChanged: false structureIsReused:: Completely Elapsed: 7.431916996836662ms +Info 11422[11:36:32.090] Different program with same set of files +Info 11423[11:36:32.090] getCompletionData: Get current token: 0.003224998712539673 +Info 11424[11:36:32.090] getCompletionData: Is inside comment: 0.001212000846862793 +Info 11425[11:36:32.090] getCompletionData: Get previous token: 0.02275499701499939 +Info 11426[11:36:32.090] getCompletionsAtPosition: isCompletionListBlocker: 0.0023370087146759033 +Info 11427[11:36:32.090] getCompletionData: Semantic work: 0.28824201226234436 +Info 11428[11:36:32.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4283660054206848 +Info 11429[11:36:32.091] Format host information updated +Info 11430[11:36:32.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11431[11:36:32.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 962 structureChanged: false structureIsReused:: Completely Elapsed: 6.794872999191284ms +Info 11432[11:36:32.372] Different program with same set of files +Info 11433[11:36:32.372] getCompletionData: Get current token: 0.002611994743347168 +Info 11434[11:36:32.372] getCompletionData: Is inside comment: 0.001042008399963379 +Info 11435[11:36:32.372] getCompletionData: Get previous token: 0.018742993474006653 +Info 11436[11:36:32.372] getCompletionsAtPosition: isCompletionListBlocker: 0.001784995198249817 +Info 11437[11:36:32.372] getCompletionData: Semantic work: 0.22771500051021576 +Info 11438[11:36:32.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.39273300766944885 +Info 11439[11:36:32.375] Format host information updated +Info 11440[11:36:32.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11441[11:36:32.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 963 structureChanged: false structureIsReused:: Completely Elapsed: 7.629661992192268ms +Info 11442[11:36:32.431] Different program with same set of files +Info 11443[11:36:32.431] getCompletionData: Get current token: 0.003573000431060791 +Info 11444[11:36:32.431] getCompletionData: Is inside comment: 0.001354992389678955 +Info 11445[11:36:32.431] getCompletionData: Get previous token: 0.027175992727279663 +Info 11446[11:36:32.431] getCompletionsAtPosition: isCompletionListBlocker: 0.002835988998413086 +Info 11447[11:36:32.432] getCompletionData: Semantic work: 0.27390800416469574 +Info 11448[11:36:32.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.475149005651474 +Info 11449[11:36:32.433] Format host information updated +Info 11450[11:36:32.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11451[11:36:32.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 964 structureChanged: false structureIsReused:: Completely Elapsed: 6.381527006626129ms +Info 11452[11:36:32.515] Different program with same set of files +Info 11453[11:36:32.515] getCompletionData: Get current token: 0.002910986542701721 +Info 11454[11:36:32.515] getCompletionData: Is inside comment: 0.0012020021677017212 +Info 11455[11:36:32.516] getCompletionData: Get previous token: 0.024691998958587646 +Info 11456[11:36:32.516] getCompletionsAtPosition: isCompletionListBlocker: 0.002531006932258606 +Info 11457[11:36:32.516] getCompletionData: Semantic work: 0.24962100386619568 +Info 11458[11:36:32.516] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14205698668956757 +Info 11459[11:36:32.518] Format host information updated +Info 11460[11:36:34.448] Format host information updated +Info 11461[11:36:34.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11462[11:36:34.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 965 structureChanged: false structureIsReused:: Completely Elapsed: 17.048546001315117ms +Info 11463[11:36:34.466] Different program with same set of files +Info 11464[11:36:34.637] Format host information updated +Info 11465[11:36:34.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11466[11:36:34.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 966 structureChanged: false structureIsReused:: Completely Elapsed: 24.148416996002197ms +Info 11467[11:36:34.662] Different program with same set of files +Info 11468[11:36:39.089] Format host information updated +Info 11469[11:36:39.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11470[11:36:39.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 967 structureChanged: false structureIsReused:: Completely Elapsed: 6.418187007308006ms +Info 11471[11:36:39.095] Different program with same set of files +Info 11472[11:36:39.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11473[11:36:39.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 968 structureChanged: false structureIsReused:: Completely Elapsed: 8.09765000641346ms +Info 11474[11:36:39.242] Different program with same set of files +Info 11475[11:36:39.242] getCompletionData: Get current token: 0.0025460124015808105 +Info 11476[11:36:39.242] getCompletionData: Is inside comment: 0.0012979954481124878 +Info 11477[11:36:39.242] getCompletionData: Get previous token: 0.013347998261451721 +Info 11478[11:36:39.242] getCompletionsAtPosition: isCompletionListBlocker: 0.006866008043289185 +Info 11479[11:36:39.243] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.31434299051761627 ms +Info 11480[11:36:39.243] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 11481[11:36:39.243] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 6 structureChanged: false structureIsReused:: Not Elapsed: 0.2462639957666397ms +Info 11482[11:36:39.243] getExportInfoMap: cache miss or empty; calculating new results +Info 11483[11:36:39.269] forEachExternalModuleToImportFrom autoImportProvider: 10.637277007102966 +Info 11484[11:36:39.269] getExportInfoMap: done in 26.255393996834755 ms +Info 11485[11:36:39.294] collectAutoImports: resolved 32 module specifiers, plus 219 ambient and 920 from cache +Info 11486[11:36:39.294] collectAutoImports: response is complete +Info 11487[11:36:39.294] collectAutoImports: 25.31598800420761 +Info 11488[11:36:39.294] getCompletionData: Semantic work: 52.3006040006876 +Info 11489[11:36:39.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.691841006278992 +Info 11490[11:36:39.302] Format host information updated +Info 11491[11:36:39.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11492[11:36:39.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 969 structureChanged: false structureIsReused:: Completely Elapsed: 5.866971001029015ms +Info 11493[11:36:39.521] Different program with same set of files +Info 11494[11:36:39.521] getCompletionData: Get current token: 0.002074003219604492 +Info 11495[11:36:39.521] getCompletionData: Is inside comment: 0.0008790045976638794 +Info 11496[11:36:39.521] getCompletionData: Get previous token: 0.03437401354312897 +Info 11497[11:36:39.521] getCompletionsAtPosition: isCompletionListBlocker: 0.0064910054206848145 +Info 11498[11:36:39.522] getExportInfoMap: cache hit +Info 11499[11:36:39.526] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 118 from cache +Info 11500[11:36:39.526] collectAutoImports: response is complete +Info 11501[11:36:39.526] collectAutoImports: 4.43648199737072 +Info 11502[11:36:39.526] getCompletionData: Semantic work: 5.1714770048856735 +Info 11503[11:36:39.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.605903998017311 +Info 11504[11:36:39.534] Format host information updated +Info 11505[11:36:39.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11506[11:36:39.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 970 structureChanged: false structureIsReused:: Completely Elapsed: 9.955901995301247ms +Info 11507[11:36:39.736] Different program with same set of files +Info 11508[11:36:39.736] getCompletionData: Get current token: 0.0020910054445266724 +Info 11509[11:36:39.736] getCompletionData: Is inside comment: 0.0008700042963027954 +Info 11510[11:36:39.736] getCompletionData: Get previous token: 0.00920000672340393 +Info 11511[11:36:39.736] getCompletionsAtPosition: isCompletionListBlocker: 0.006288990378379822 +Info 11512[11:36:39.737] getExportInfoMap: cache hit +Info 11513[11:36:39.752] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 952 from cache +Info 11514[11:36:39.752] collectAutoImports: response is complete +Info 11515[11:36:39.752] collectAutoImports: 15.627958998084068 +Info 11516[11:36:39.752] getCompletionData: Semantic work: 16.15105400979519 +Info 11517[11:36:39.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.91049799323082 +Info 11518[11:36:39.761] Format host information updated +Info 11519[11:36:39.783] Format host information updated +Info 11520[11:36:39.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11521[11:36:39.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 971 structureChanged: false structureIsReused:: Completely Elapsed: 6.243450999259949ms +Info 11522[11:36:39.789] Different program with same set of files +Info 11523[11:36:39.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11524[11:36:39.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 972 structureChanged: false structureIsReused:: Completely Elapsed: 6.3052400052547455ms +Info 11525[11:36:39.928] Different program with same set of files +Info 11526[11:36:39.928] getCompletionData: Get current token: 0.0023080110549926758 +Info 11527[11:36:39.928] getCompletionData: Is inside comment: 0.0011840015649795532 +Info 11528[11:36:39.928] getCompletionData: Get previous token: 0.017917990684509277 +Info 11529[11:36:39.928] getCompletionsAtPosition: isCompletionListBlocker: 0.0014699995517730713 +Info 11530[11:36:39.928] Returning an empty list because completion was requested in an invalid position. +Info 11531[11:36:39.930] Format host information updated +Info 11532[11:36:40.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11533[11:36:40.047] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 973 structureChanged: false structureIsReused:: Completely Elapsed: 6.441027000546455ms +Info 11534[11:36:40.047] Different program with same set of files +Info 11535[11:36:40.047] getCompletionData: Get current token: 0.002204999327659607 +Info 11536[11:36:40.047] getCompletionData: Is inside comment: 0.0012719929218292236 +Info 11537[11:36:40.048] getCompletionData: Get previous token: 0.01635199785232544 +Info 11538[11:36:40.048] getCompletionsAtPosition: isCompletionListBlocker: 0.001578003168106079 +Info 11539[11:36:40.048] Returning an empty list because completion was requested in an invalid position. +Info 11540[11:36:40.048] Format host information updated +Info 11541[11:36:40.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11542[11:36:40.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 974 structureChanged: false structureIsReused:: Completely Elapsed: 5.9209190011024475ms +Info 11543[11:36:40.191] Different program with same set of files +Info 11544[11:36:40.191] getCompletionData: Get current token: 0.0019299983978271484 +Info 11545[11:36:40.191] getCompletionData: Is inside comment: 0.0009069889783859253 +Info 11546[11:36:40.191] getCompletionData: Get previous token: 0.013868004083633423 +Info 11547[11:36:40.191] getCompletionsAtPosition: isCompletionListBlocker: 0.0011509954929351807 +Info 11548[11:36:40.191] Returning an empty list because completion was requested in an invalid position. +Info 11549[11:36:40.191] Format host information updated +Info 11550[11:36:40.287] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11551[11:36:40.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 975 structureChanged: false structureIsReused:: Completely Elapsed: 16.538787007331848ms +Info 11552[11:36:40.304] Different program with same set of files +Info 11553[11:36:40.304] getCompletionData: Get current token: 0.005393996834754944 +Info 11554[11:36:40.304] getCompletionData: Is inside comment: 0.002656996250152588 +Info 11555[11:36:40.304] getCompletionData: Get previous token: 0.024880006909370422 +Info 11556[11:36:40.304] getCompletionsAtPosition: isCompletionListBlocker: 0.0022469907999038696 +Info 11557[11:36:40.304] Returning an empty list because completion was requested in an invalid position. +Info 11558[11:36:40.305] Format host information updated +Info 11559[11:36:40.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11560[11:36:40.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 976 structureChanged: false structureIsReused:: Completely Elapsed: 18.612221002578735ms +Info 11561[11:36:40.609] Different program with same set of files +Info 11562[11:36:40.609] getCompletionData: Get current token: 0.0037360042333602905 +Info 11563[11:36:40.609] getCompletionData: Is inside comment: 0.001470997929573059 +Info 11564[11:36:40.609] getCompletionData: Get previous token: 0.02436099946498871 +Info 11565[11:36:40.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0015950053930282593 +Info 11566[11:36:40.609] Returning an empty list because completion was requested in an invalid position. +Info 11567[11:36:40.609] Format host information updated +Info 11568[11:36:40.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11569[11:36:40.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 977 structureChanged: false structureIsReused:: Completely Elapsed: 6.512800991535187ms +Info 11570[11:36:40.701] Different program with same set of files +Info 11571[11:36:40.701] getCompletionData: Get current token: 0.0022550076246261597 +Info 11572[11:36:40.701] getCompletionData: Is inside comment: 0.0010119974613189697 +Info 11573[11:36:40.701] getCompletionData: Get previous token: 0.016796007752418518 +Info 11574[11:36:40.701] getCompletionsAtPosition: isCompletionListBlocker: 0.0013130009174346924 +Info 11575[11:36:40.701] Returning an empty list because completion was requested in an invalid position. +Info 11576[11:36:40.701] Format host information updated +Info 11577[11:36:40.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11578[11:36:40.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 978 structureChanged: false structureIsReused:: Completely Elapsed: 6.6775500029325485ms +Info 11579[11:36:40.801] Different program with same set of files +Info 11580[11:36:40.801] getCompletionData: Get current token: 0.001869991421699524 +Info 11581[11:36:40.801] getCompletionData: Is inside comment: 0.0009090006351470947 +Info 11582[11:36:40.801] getCompletionData: Get previous token: 0.013651996850967407 +Info 11583[11:36:40.801] getCompletionsAtPosition: isCompletionListBlocker: 0.0011830031871795654 +Info 11584[11:36:40.801] Returning an empty list because completion was requested in an invalid position. +Info 11585[11:36:40.801] Format host information updated +Info 11586[11:36:40.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11587[11:36:40.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 979 structureChanged: false structureIsReused:: Completely Elapsed: 6.263711988925934ms +Info 11588[11:36:40.918] Different program with same set of files +Info 11589[11:36:40.919] getCompletionData: Get current token: 0.002491995692253113 +Info 11590[11:36:40.919] getCompletionData: Is inside comment: 0.0010530054569244385 +Info 11591[11:36:40.919] getCompletionData: Get previous token: 0.016796991229057312 +Info 11592[11:36:40.919] getCompletionsAtPosition: isCompletionListBlocker: 0.0014559924602508545 +Info 11593[11:36:40.919] Returning an empty list because completion was requested in an invalid position. +Info 11594[11:36:40.920] Format host information updated +Info 11595[11:36:41.038] Format host information updated +Info 11596[11:36:41.039] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11597[11:36:41.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 980 structureChanged: false structureIsReused:: Completely Elapsed: 6.341034010052681ms +Info 11598[11:36:41.045] Different program with same set of files +Info 11599[11:36:41.755] Format host information updated +Info 11600[11:36:41.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11601[11:36:41.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 981 structureChanged: false structureIsReused:: Completely Elapsed: 6.119354993104935ms +Info 11602[11:36:41.761] Different program with same set of files +Info 11603[11:36:41.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11604[11:36:41.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 982 structureChanged: false structureIsReused:: Completely Elapsed: 6.512174993753433ms +Info 11605[11:36:41.888] Different program with same set of files +Info 11606[11:36:41.888] getCompletionData: Get current token: 0.0034559965133666992 +Info 11607[11:36:41.888] getCompletionData: Is inside comment: 0.026688992977142334 +Info 11608[11:36:41.888] getCompletionData: Get previous token: 0.0159900039434433 +Info 11609[11:36:41.888] getCompletionsAtPosition: isCompletionListBlocker: 0.00739799439907074 +Info 11610[11:36:41.889] getExportInfoMap: cache hit +Info 11611[11:36:41.897] collectAutoImports: resolved 3 module specifiers, plus 18 ambient and 186 from cache +Info 11612[11:36:41.897] collectAutoImports: response is complete +Info 11613[11:36:41.897] collectAutoImports: 7.90829099714756 +Info 11614[11:36:41.897] getCompletionData: Semantic work: 8.892558008432388 +Info 11615[11:36:41.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1994940042495728 +Info 11616[11:36:41.902] Format host information updated +Info 11617[11:36:42.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11618[11:36:42.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 983 structureChanged: false structureIsReused:: Completely Elapsed: 8.769768998026848ms +Info 11619[11:36:42.013] Different program with same set of files +Info 11620[11:36:42.013] getCompletionData: Get current token: 0.003394991159439087 +Info 11621[11:36:42.013] getCompletionData: Is inside comment: 0.012390002608299255 +Info 11622[11:36:42.013] getCompletionData: Get previous token: 0.02109600603580475 +Info 11623[11:36:42.013] getCompletionsAtPosition: isCompletionListBlocker: 0.008799001574516296 +Info 11624[11:36:42.014] getExportInfoMap: cache hit +Info 11625[11:36:42.019] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 11626[11:36:42.019] collectAutoImports: response is complete +Info 11627[11:36:42.019] collectAutoImports: 5.5063450038433075 +Info 11628[11:36:42.019] getCompletionData: Semantic work: 6.113302990794182 +Info 11629[11:36:42.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.337218001484871 +Info 11630[11:36:42.027] Format host information updated +Info 11631[11:36:42.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11632[11:36:42.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 984 structureChanged: false structureIsReused:: Completely Elapsed: 6.179561004042625ms +Info 11633[11:36:42.129] Different program with same set of files +Info 11634[11:36:42.129] getCompletionData: Get current token: 0.0028499960899353027 +Info 11635[11:36:42.129] getCompletionData: Is inside comment: 0.010935008525848389 +Info 11636[11:36:42.130] getCompletionData: Get previous token: 0.015436992049217224 +Info 11637[11:36:42.130] getCompletionsAtPosition: isCompletionListBlocker: 0.007619008421897888 +Info 11638[11:36:42.130] getExportInfoMap: cache hit +Info 11639[11:36:42.133] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 41 from cache +Info 11640[11:36:42.133] collectAutoImports: response is complete +Info 11641[11:36:42.133] collectAutoImports: 3.180509999394417 +Info 11642[11:36:42.133] getCompletionData: Semantic work: 3.692873001098633 +Info 11643[11:36:42.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.597180992364883 +Info 11644[11:36:42.139] Format host information updated +Info 11645[11:36:42.229] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11646[11:36:42.236] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 985 structureChanged: false structureIsReused:: Completely Elapsed: 6.357813000679016ms +Info 11647[11:36:42.236] Different program with same set of files +Info 11648[11:36:42.236] getCompletionData: Get current token: 0.0031559914350509644 +Info 11649[11:36:42.236] getCompletionData: Is inside comment: 0.011601999402046204 +Info 11650[11:36:42.236] getCompletionData: Get previous token: 0.016815006732940674 +Info 11651[11:36:42.236] getCompletionsAtPosition: isCompletionListBlocker: 0.006672009825706482 +Info 11652[11:36:42.236] getExportInfoMap: cache hit +Info 11653[11:36:42.239] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 7 from cache +Info 11654[11:36:42.239] collectAutoImports: response is complete +Info 11655[11:36:42.239] collectAutoImports: 2.470861002802849 +Info 11656[11:36:42.239] getCompletionData: Semantic work: 3.0021679997444153 +Info 11657[11:36:42.241] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3813319951295853 +Info 11658[11:36:42.242] Format host information updated +Info 11659[11:36:42.408] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11660[11:36:42.414] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 986 structureChanged: false structureIsReused:: Completely Elapsed: 6.107139989733696ms +Info 11661[11:36:42.414] Different program with same set of files +Info 11662[11:36:42.414] getCompletionData: Get current token: 0.003202006220817566 +Info 11663[11:36:42.414] getCompletionData: Is inside comment: 0.011306002736091614 +Info 11664[11:36:42.414] getCompletionData: Get previous token: 0.016239002346992493 +Info 11665[11:36:42.414] getCompletionsAtPosition: isCompletionListBlocker: 0.0073000043630599976 +Info 11666[11:36:42.415] getExportInfoMap: cache hit +Info 11667[11:36:42.417] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 11668[11:36:42.417] collectAutoImports: response is complete +Info 11669[11:36:42.417] collectAutoImports: 2.183111995458603 +Info 11670[11:36:42.417] getCompletionData: Semantic work: 2.7143259942531586 +Info 11671[11:36:42.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.093193992972374 +Info 11672[11:36:42.422] Format host information updated +Info 11673[11:36:42.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11674[11:36:42.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 987 structureChanged: false structureIsReused:: Completely Elapsed: 9.964909002184868ms +Info 11675[11:36:42.488] Different program with same set of files +Info 11676[11:36:42.488] getCompletionData: Get current token: 0.004532992839813232 +Info 11677[11:36:42.488] getCompletionData: Is inside comment: 0.018775001168251038 +Info 11678[11:36:42.488] getCompletionData: Get previous token: 0.029114991426467896 +Info 11679[11:36:42.488] getCompletionsAtPosition: isCompletionListBlocker: 0.007310003042221069 +Info 11680[11:36:42.489] getExportInfoMap: cache hit +Info 11681[11:36:42.491] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11682[11:36:42.491] collectAutoImports: response is complete +Info 11683[11:36:42.491] collectAutoImports: 2.0787629932165146 +Info 11684[11:36:42.491] getCompletionData: Semantic work: 2.8923569917678833 +Info 11685[11:36:42.493] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9655219912528992 +Info 11686[11:36:42.494] Format host information updated +Info 11687[11:36:42.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11688[11:36:42.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 988 structureChanged: false structureIsReused:: Completely Elapsed: 9.228930994868279ms +Info 11689[11:36:42.928] Different program with same set of files +Info 11690[11:36:42.928] getCompletionData: Get current token: 0.0029700100421905518 +Info 11691[11:36:42.928] getCompletionData: Is inside comment: 0.010153010487556458 +Info 11692[11:36:42.928] getCompletionData: Get previous token: 0.014402002096176147 +Info 11693[11:36:42.928] getCompletionsAtPosition: isCompletionListBlocker: 0.007017999887466431 +Info 11694[11:36:42.928] getExportInfoMap: cache hit +Info 11695[11:36:42.931] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 11696[11:36:42.931] collectAutoImports: response is complete +Info 11697[11:36:42.931] collectAutoImports: 2.1562019884586334 +Info 11698[11:36:42.931] getCompletionData: Semantic work: 2.713126003742218 +Info 11699[11:36:42.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8325469940900803 +Info 11700[11:36:42.933] Format host information updated +Info 11701[11:36:43.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11702[11:36:43.034] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 989 structureChanged: false structureIsReused:: Completely Elapsed: 9.81955200433731ms +Info 11703[11:36:43.034] Different program with same set of files +Info 11704[11:36:43.034] getCompletionData: Get current token: 0.0042150020599365234 +Info 11705[11:36:43.034] getCompletionData: Is inside comment: 0.01681499183177948 +Info 11706[11:36:43.034] getCompletionData: Get previous token: 0.024609997868537903 +Info 11707[11:36:43.034] getCompletionsAtPosition: isCompletionListBlocker: 0.007743999361991882 +Info 11708[11:36:43.035] getExportInfoMap: cache hit +Info 11709[11:36:43.038] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 7 from cache +Info 11710[11:36:43.038] collectAutoImports: response is complete +Info 11711[11:36:43.038] collectAutoImports: 3.7938169986009598 +Info 11712[11:36:43.039] getCompletionData: Semantic work: 4.62322099506855 +Info 11713[11:36:43.042] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3834580034017563 +Info 11714[11:36:43.046] Format host information updated +Info 11715[11:36:43.299] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11716[11:36:43.308] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 990 structureChanged: false structureIsReused:: Completely Elapsed: 9.115246012806892ms +Info 11717[11:36:43.308] Different program with same set of files +Info 11718[11:36:43.309] getCompletionData: Get current token: 0.0026309937238693237 +Info 11719[11:36:43.309] getCompletionData: Is inside comment: 0.009050995111465454 +Info 11720[11:36:43.309] getCompletionData: Get previous token: 0.012605994939804077 +Info 11721[11:36:43.309] getCompletionsAtPosition: isCompletionListBlocker: 0.006411999464035034 +Info 11722[11:36:43.309] getExportInfoMap: cache hit +Info 11723[11:36:43.312] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 41 from cache +Info 11724[11:36:43.312] collectAutoImports: response is complete +Info 11725[11:36:43.312] collectAutoImports: 2.7759030014276505 +Info 11726[11:36:43.312] getCompletionData: Semantic work: 3.3207539916038513 +Info 11727[11:36:43.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8454860001802444 +Info 11728[11:36:43.315] Format host information updated +Info 11729[11:36:43.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11730[11:36:43.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 991 structureChanged: false structureIsReused:: Completely Elapsed: 9.292299002408981ms +Info 11731[11:36:43.420] Different program with same set of files +Info 11732[11:36:43.420] getCompletionData: Get current token: 0.003690004348754883 +Info 11733[11:36:43.420] getCompletionData: Is inside comment: 0.011456996202468872 +Info 11734[11:36:43.420] getCompletionData: Get previous token: 0.017381995916366577 +Info 11735[11:36:43.420] getCompletionsAtPosition: isCompletionListBlocker: 0.006931006908416748 +Info 11736[11:36:43.421] getExportInfoMap: cache hit +Info 11737[11:36:43.425] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 11738[11:36:43.425] collectAutoImports: response is complete +Info 11739[11:36:43.425] collectAutoImports: 4.378452003002167 +Info 11740[11:36:43.425] getCompletionData: Semantic work: 4.921497002243996 +Info 11741[11:36:43.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.347115993499756 +Info 11742[11:36:43.429] Format host information updated +Info 11743[11:36:43.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11744[11:36:43.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 992 structureChanged: false structureIsReused:: Completely Elapsed: 5.684663996100426ms +Info 11745[11:36:43.695] Different program with same set of files +Info 11746[11:36:43.695] getCompletionData: Get current token: 0.0026620030403137207 +Info 11747[11:36:43.695] getCompletionData: Is inside comment: 0.009957000613212585 +Info 11748[11:36:43.695] getCompletionData: Get previous token: 0.013937994837760925 +Info 11749[11:36:43.695] getCompletionsAtPosition: isCompletionListBlocker: 0.006042003631591797 +Info 11750[11:36:43.695] getExportInfoMap: cache hit +Info 11751[11:36:43.698] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 97 from cache +Info 11752[11:36:43.698] collectAutoImports: response is complete +Info 11753[11:36:43.698] collectAutoImports: 3.1261930018663406 +Info 11754[11:36:43.698] getCompletionData: Semantic work: 3.5514229983091354 +Info 11755[11:36:43.700] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.925806999206543 +Info 11756[11:36:43.704] Format host information updated +Info 11757[11:36:43.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11758[11:36:43.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 993 structureChanged: false structureIsReused:: Completely Elapsed: 6.525075003504753ms +Info 11759[11:36:43.711] Different program with same set of files +Info 11760[11:36:43.711] getCompletionData: Get current token: 0.0027159899473190308 +Info 11761[11:36:43.711] getCompletionData: Is inside comment: 0.010326996445655823 +Info 11762[11:36:43.711] getCompletionData: Get previous token: 0.01406000554561615 +Info 11763[11:36:43.712] getCompletionsAtPosition: isCompletionListBlocker: 0.00664500892162323 +Info 11764[11:36:43.712] getExportInfoMap: cache hit +Info 11765[11:36:43.715] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 28 from cache +Info 11766[11:36:43.715] collectAutoImports: response is complete +Info 11767[11:36:43.715] collectAutoImports: 3.2544289976358414 +Info 11768[11:36:43.715] getCompletionData: Semantic work: 3.7160159945487976 +Info 11769[11:36:43.718] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.189098998904228 +Info 11770[11:36:43.720] Format host information updated +Info 11771[11:36:43.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11772[11:36:43.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 994 structureChanged: false structureIsReused:: Completely Elapsed: 23.282801002264023ms +Info 11773[11:36:43.836] Different program with same set of files +Info 11774[11:36:43.837] getCompletionData: Get current token: 0.012680009007453918 +Info 11775[11:36:43.837] getCompletionData: Is inside comment: 0.048107996582984924 +Info 11776[11:36:43.837] getCompletionData: Get previous token: 0.0683009922504425 +Info 11777[11:36:43.837] getCompletionsAtPosition: isCompletionListBlocker: 0.02216799557209015 +Info 11778[11:36:43.838] getExportInfoMap: cache hit +Info 11779[11:36:43.847] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 13 from cache +Info 11780[11:36:43.847] collectAutoImports: response is complete +Info 11781[11:36:43.847] collectAutoImports: 8.867509007453918 +Info 11782[11:36:43.847] getCompletionData: Semantic work: 10.592765003442764 +Info 11783[11:36:43.856] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.315402001142502 +Info 11784[11:36:43.857] Format host information updated +Info 11785[11:36:44.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11786[11:36:44.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 995 structureChanged: false structureIsReused:: Completely Elapsed: 24.29297100007534ms +Info 11787[11:36:44.029] Different program with same set of files +Info 11788[11:36:44.030] getCompletionData: Get current token: 0.014406993985176086 +Info 11789[11:36:44.030] getCompletionData: Is inside comment: 0.0480789989233017 +Info 11790[11:36:44.030] getCompletionData: Get previous token: 0.06882999837398529 +Info 11791[11:36:44.030] getCompletionsAtPosition: isCompletionListBlocker: 0.024254992604255676 +Info 11792[11:36:44.032] getExportInfoMap: cache hit +Info 11793[11:36:44.040] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 3 from cache +Info 11794[11:36:44.040] collectAutoImports: response is complete +Info 11795[11:36:44.040] collectAutoImports: 8.442925989627838 +Info 11796[11:36:44.040] getCompletionData: Semantic work: 10.361557006835938 +Info 11797[11:36:44.045] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.407598003745079 +Info 11798[11:36:44.047] Format host information updated +Info 11799[11:36:44.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11800[11:36:44.082] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 996 structureChanged: false structureIsReused:: Completely Elapsed: 12.218428000807762ms +Info 11801[11:36:44.082] Different program with same set of files +Info 11802[11:36:44.082] getCompletionData: Get current token: 0.004831001162528992 +Info 11803[11:36:44.082] getCompletionData: Is inside comment: 0.016576990485191345 +Info 11804[11:36:44.082] getCompletionData: Get previous token: 0.022661998867988586 +Info 11805[11:36:44.082] getCompletionsAtPosition: isCompletionListBlocker: 0.011849001049995422 +Info 11806[11:36:44.083] getExportInfoMap: cache hit +Info 11807[11:36:44.087] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 11808[11:36:44.087] collectAutoImports: response is complete +Info 11809[11:36:44.087] collectAutoImports: 3.576011002063751 +Info 11810[11:36:44.087] getCompletionData: Semantic work: 4.27488400042057 +Info 11811[11:36:44.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7843339890241623 +Info 11812[11:36:44.091] Format host information updated +Info 11813[11:36:44.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11814[11:36:44.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 997 structureChanged: false structureIsReused:: Completely Elapsed: 6.090076997876167ms +Info 11815[11:36:44.257] Different program with same set of files +Info 11816[11:36:44.257] getCompletionData: Get current token: 0.0032760053873062134 +Info 11817[11:36:44.257] getCompletionData: Is inside comment: 0.012236997485160828 +Info 11818[11:36:44.257] getCompletionData: Get previous token: 0.009214997291564941 +Info 11819[11:36:44.257] getCompletionsAtPosition: isCompletionListBlocker: 0.0023149996995925903 +Info 11820[11:36:44.258] getExportInfoMap: cache hit +Info 11821[11:36:44.273] collectAutoImports: resolved 1 module specifiers, plus 175 ambient and 1056 from cache +Info 11822[11:36:44.273] collectAutoImports: response is complete +Info 11823[11:36:44.273] collectAutoImports: 14.863066002726555 +Info 11824[11:36:44.273] getCompletionData: Semantic work: 15.326144009828568 +Info 11825[11:36:44.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.353814989328384 +Info 11826[11:36:44.283] Format host information updated +Info 11827[11:36:44.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11828[11:36:44.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 998 structureChanged: false structureIsReused:: Completely Elapsed: 5.984274998307228ms +Info 11829[11:36:44.555] Different program with same set of files +Info 11830[11:36:44.555] getCompletionData: Get current token: 0.002722993493080139 +Info 11831[11:36:44.555] getCompletionData: Is inside comment: 0.009837999939918518 +Info 11832[11:36:44.555] getCompletionData: Get previous token: 0.014016002416610718 +Info 11833[11:36:44.555] getCompletionsAtPosition: isCompletionListBlocker: 0.0020409971475601196 +Info 11834[11:36:44.556] getExportInfoMap: cache hit +Info 11835[11:36:44.558] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 11836[11:36:44.558] collectAutoImports: response is complete +Info 11837[11:36:44.558] collectAutoImports: 2.100141003727913 +Info 11838[11:36:44.558] getCompletionData: Semantic work: 2.5270579904317856 +Info 11839[11:36:44.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2817369997501373 +Info 11840[11:36:44.565] Format host information updated +Info 11841[11:36:44.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11842[11:36:44.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 999 structureChanged: false structureIsReused:: Completely Elapsed: 8.645402997732162ms +Info 11843[11:36:44.631] Different program with same set of files +Info 11844[11:36:44.631] getCompletionData: Get current token: 0.004292994737625122 +Info 11845[11:36:44.631] getCompletionData: Is inside comment: 0.017917990684509277 +Info 11846[11:36:44.631] getCompletionData: Get previous token: 0.027418002486228943 +Info 11847[11:36:44.631] getCompletionsAtPosition: isCompletionListBlocker: 0.0033160001039505005 +Info 11848[11:36:44.632] getExportInfoMap: cache hit +Info 11849[11:36:44.635] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 11850[11:36:44.635] collectAutoImports: response is complete +Info 11851[11:36:44.635] collectAutoImports: 3.191642001271248 +Info 11852[11:36:44.635] getCompletionData: Semantic work: 3.87016499042511 +Info 11853[11:36:44.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8488589972257614 +Info 11854[11:36:44.639] Format host information updated +Info 11855[11:36:44.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11856[11:36:44.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1000 structureChanged: false structureIsReused:: Completely Elapsed: 24.170636996626854ms +Info 11857[11:36:44.747] Different program with same set of files +Info 11858[11:36:44.747] getCompletionData: Get current token: 0.009351998567581177 +Info 11859[11:36:44.748] getCompletionData: Is inside comment: 0.035533010959625244 +Info 11860[11:36:44.748] getCompletionData: Get previous token: 0.05149298906326294 +Info 11861[11:36:44.748] getCompletionsAtPosition: isCompletionListBlocker: 0.005715996026992798 +Info 11862[11:36:44.749] getExportInfoMap: cache hit +Info 11863[11:36:44.754] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 11864[11:36:44.754] collectAutoImports: response is complete +Info 11865[11:36:44.754] collectAutoImports: 4.963008001446724 +Info 11866[11:36:44.754] getCompletionData: Semantic work: 6.248153999447823 +Info 11867[11:36:44.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.196040004491806 +Info 11868[11:36:44.763] Format host information updated +Info 11869[11:36:44.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11870[11:36:44.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1001 structureChanged: false structureIsReused:: Completely Elapsed: 7.1380970031023026ms +Info 11871[11:36:44.792] Different program with same set of files +Info 11872[11:36:44.792] getCompletionData: Get current token: 0.0036070048809051514 +Info 11873[11:36:44.792] getCompletionData: Is inside comment: 0.021035000681877136 +Info 11874[11:36:44.792] getCompletionData: Get previous token: 0.020889997482299805 +Info 11875[11:36:44.792] getCompletionsAtPosition: isCompletionListBlocker: 0.0035430043935775757 +Info 11876[11:36:44.793] getExportInfoMap: cache hit +Info 11877[11:36:44.806] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11878[11:36:44.806] collectAutoImports: response is complete +Info 11879[11:36:44.806] collectAutoImports: 13.123945996165276 +Info 11880[11:36:44.806] getCompletionData: Semantic work: 13.69072300195694 +Info 11881[11:36:44.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6686819940805435 +Info 11882[11:36:44.814] Format host information updated +Info 11883[11:36:44.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11884[11:36:44.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1002 structureChanged: false structureIsReused:: Completely Elapsed: 6.341425999999046ms +Info 11885[11:36:44.931] Different program with same set of files +Info 11886[11:36:44.931] getCompletionData: Get current token: 0.0034939944744110107 +Info 11887[11:36:44.931] getCompletionData: Is inside comment: 0.013308003544807434 +Info 11888[11:36:44.931] getCompletionData: Get previous token: 0.009529992938041687 +Info 11889[11:36:44.931] getCompletionsAtPosition: isCompletionListBlocker: 0.006857007741928101 +Info 11890[11:36:44.932] getExportInfoMap: cache hit +Info 11891[11:36:44.945] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11892[11:36:44.945] collectAutoImports: response is complete +Info 11893[11:36:44.945] collectAutoImports: 13.09816300868988 +Info 11894[11:36:44.945] getCompletionData: Semantic work: 13.619533002376556 +Info 11895[11:36:44.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.21399299800396 +Info 11896[11:36:44.955] Format host information updated +Info 11897[11:36:46.079] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11898[11:36:46.085] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1003 structureChanged: false structureIsReused:: Completely Elapsed: 6.195546001195908ms +Info 11899[11:36:46.085] Different program with same set of files +Info 11900[11:36:46.085] getCompletionData: Get current token: 0.002932995557785034 +Info 11901[11:36:46.085] getCompletionData: Is inside comment: 0.0010740011930465698 +Info 11902[11:36:46.085] getCompletionData: Get previous token: 0.01885800063610077 +Info 11903[11:36:46.085] getCompletionsAtPosition: isCompletionListBlocker: 0.0017439872026443481 +Info 11904[11:36:46.086] getCompletionData: Semantic work: 0.28558799624443054 +Info 11905[11:36:46.086] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08519300818443298 +Info 11906[11:36:46.086] Format host information updated +Info 11907[11:36:46.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11908[11:36:46.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1004 structureChanged: false structureIsReused:: Completely Elapsed: 10.043434008955956ms +Info 11909[11:36:46.235] Different program with same set of files +Info 11910[11:36:46.235] getCompletionData: Get current token: 0.002767011523246765 +Info 11911[11:36:46.235] getCompletionData: Is inside comment: 0.0011689960956573486 +Info 11912[11:36:46.235] getCompletionData: Get previous token: 0.01820799708366394 +Info 11913[11:36:46.235] getCompletionsAtPosition: isCompletionListBlocker: 0.002048000693321228 +Info 11914[11:36:46.235] getCompletionData: Semantic work: 0.28905700147151947 +Info 11915[11:36:46.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41744600236415863 +Info 11916[11:36:46.236] Format host information updated +Info 11917[11:36:46.285] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11918[11:36:46.294] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1005 structureChanged: false structureIsReused:: Completely Elapsed: 9.217538997530937ms +Info 11919[11:36:46.294] Different program with same set of files +Info 11920[11:36:46.294] getCompletionData: Get current token: 0.003850996494293213 +Info 11921[11:36:46.294] getCompletionData: Is inside comment: 0.0015009939670562744 +Info 11922[11:36:46.294] getCompletionData: Get previous token: 0.02844199538230896 +Info 11923[11:36:46.294] getCompletionsAtPosition: isCompletionListBlocker: 0.0024760067462921143 +Info 11924[11:36:46.295] getCompletionData: Semantic work: 0.3840460032224655 +Info 11925[11:36:46.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5031270086765289 +Info 11926[11:36:46.296] Format host information updated +Info 11927[11:36:46.425] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11928[11:36:46.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1006 structureChanged: false structureIsReused:: Completely Elapsed: 23.22282199561596ms +Info 11929[11:36:46.449] Different program with same set of files +Info 11930[11:36:46.449] getCompletionData: Get current token: 0.013078004121780396 +Info 11931[11:36:46.449] getCompletionData: Is inside comment: 0.0054040104150772095 +Info 11932[11:36:46.449] getCompletionData: Get previous token: 0.09348098933696747 +Info 11933[11:36:46.449] getCompletionsAtPosition: isCompletionListBlocker: 0.006179004907608032 +Info 11934[11:36:46.451] getCompletionData: Semantic work: 1.1738260090351105 +Info 11935[11:36:46.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0863580107688904 +Info 11936[11:36:46.458] Format host information updated +Info 11937[11:36:46.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11938[11:36:46.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1007 structureChanged: false structureIsReused:: Completely Elapsed: 6.399639010429382ms +Info 11939[11:36:46.715] Different program with same set of files +Info 11940[11:36:46.715] getCompletionData: Get current token: 0.0022839903831481934 +Info 11941[11:36:46.715] getCompletionData: Is inside comment: 0.0011159926652908325 +Info 11942[11:36:46.715] getCompletionData: Get previous token: 0.015724003314971924 +Info 11943[11:36:46.715] getCompletionsAtPosition: isCompletionListBlocker: 0.001909002661705017 +Info 11944[11:36:46.715] getCompletionData: Semantic work: 0.29867300391197205 +Info 11945[11:36:46.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3850799947977066 +Info 11946[11:36:46.716] Format host information updated +Info 11947[11:36:47.112] Format host information updated +Info 11948[11:36:47.112] Format host information updated +Info 11949[11:36:47.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11950[11:36:47.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1008 structureChanged: false structureIsReused:: Completely Elapsed: 6.158747002482414ms +Info 11951[11:36:47.118] Different program with same set of files +Info 11952[11:36:47.118] getCompletionData: Get current token: 0.008796989917755127 +Info 11953[11:36:47.118] getCompletionData: Is inside comment: 0.003229007124900818 +Info 11954[11:36:47.118] getCompletionData: Get previous token: 0.033288002014160156 +Info 11955[11:36:47.118] getCompletionsAtPosition: isCompletionListBlocker: 0.0023409873247146606 +Info 11956[11:36:47.119] getCompletionData: Semantic work: 0.2943589985370636 +Info 11957[11:36:47.124] getCompletionData: Get current token: 0.008901998400688171 +Info 11958[11:36:47.124] getCompletionData: Is inside comment: 0.002633005380630493 +Info 11959[11:36:47.125] getCompletionData: Get previous token: 0.017024993896484375 +Info 11960[11:36:47.125] getCompletionsAtPosition: isCompletionListBlocker: 0.003966003656387329 +Info 11961[11:36:47.125] getCompletionData: Semantic work: 0.12165500223636627 +Info 11962[11:36:47.125] Format host information updated +Info 11963[11:36:47.870] Format host information updated +Info 11964[11:36:47.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11965[11:36:47.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1009 structureChanged: false structureIsReused:: Completely Elapsed: 6.32947900891304ms +Info 11966[11:36:47.876] Different program with same set of files +Info 11967[11:36:48.148] Format host information updated +Info 11968[11:36:48.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11969[11:36:48.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1010 structureChanged: false structureIsReused:: Completely Elapsed: 6.114401996135712ms +Info 11970[11:36:48.154] Different program with same set of files +Info 11971[11:36:49.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11972[11:36:49.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1011 structureChanged: false structureIsReused:: Completely Elapsed: 6.705797001719475ms +Info 11973[11:36:49.867] Different program with same set of files +Info 11974[11:36:49.867] getCompletionData: Get current token: 0.002052009105682373 +Info 11975[11:36:49.867] getCompletionData: Is inside comment: 0.0076570063829422 +Info 11976[11:36:49.867] getCompletionData: Get previous token: 0.010359987616539001 +Info 11977[11:36:49.867] getCompletionsAtPosition: isCompletionListBlocker: 0.0016869902610778809 +Info 11978[11:36:49.867] Returning an empty list because completion was requested in an invalid position. +Info 11979[11:36:49.868] Format host information updated +Info 11980[11:36:50.054] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11981[11:36:50.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1012 structureChanged: false structureIsReused:: Completely Elapsed: 10.839478999376297ms +Info 11982[11:36:50.065] Different program with same set of files +Info 11983[11:36:50.065] getCompletionData: Get current token: 0.0026399940252304077 +Info 11984[11:36:50.065] getCompletionData: Is inside comment: 0.008930996060371399 +Info 11985[11:36:50.065] getCompletionData: Get previous token: 0.012191995978355408 +Info 11986[11:36:50.065] getCompletionsAtPosition: isCompletionListBlocker: 0.0018659979104995728 +Info 11987[11:36:50.065] Returning an empty list because completion was requested in an invalid position. +Info 11988[11:36:50.065] Format host information updated +Info 11989[11:36:50.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11990[11:36:50.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1013 structureChanged: false structureIsReused:: Completely Elapsed: 6.570630997419357ms +Info 11991[11:36:50.137] Different program with same set of files +Info 11992[11:36:50.137] getCompletionData: Get current token: 0.0025909990072250366 +Info 11993[11:36:50.137] getCompletionData: Is inside comment: 0.0093889981508255 +Info 11994[11:36:50.137] getCompletionData: Get previous token: 0.012327998876571655 +Info 11995[11:36:50.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0015590041875839233 +Info 11996[11:36:50.137] Returning an empty list because completion was requested in an invalid position. +Info 11997[11:36:50.138] Format host information updated +Info 11998[11:36:50.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11999[11:36:50.334] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1014 structureChanged: false structureIsReused:: Completely Elapsed: 12.89902999997139ms +Info 12000[11:36:50.334] Different program with same set of files +Info 12001[11:36:50.334] getCompletionData: Get current token: 0.002151012420654297 +Info 12002[11:36:50.334] getCompletionData: Is inside comment: 0.007214009761810303 +Info 12003[11:36:50.334] getCompletionData: Get previous token: 0.010215997695922852 +Info 12004[11:36:50.334] getCompletionsAtPosition: isCompletionListBlocker: 0.0012910068035125732 +Info 12005[11:36:50.334] Returning an empty list because completion was requested in an invalid position. +Info 12006[11:36:50.335] Format host information updated +Info 12007[11:36:50.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12008[11:36:50.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1015 structureChanged: false structureIsReused:: Completely Elapsed: 14.05604200065136ms +Info 12009[11:36:50.398] Different program with same set of files +Info 12010[11:36:50.398] getCompletionData: Get current token: 0.004096999764442444 +Info 12011[11:36:50.398] getCompletionData: Is inside comment: 0.013593003153800964 +Info 12012[11:36:50.398] getCompletionData: Get previous token: 0.017535999417304993 +Info 12013[11:36:50.398] getCompletionsAtPosition: isCompletionListBlocker: 0.002213001251220703 +Info 12014[11:36:50.398] Returning an empty list because completion was requested in an invalid position. +Info 12015[11:36:50.398] Format host information updated +Info 12016[11:36:50.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12017[11:36:50.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1016 structureChanged: false structureIsReused:: Completely Elapsed: 24.234249994158745ms +Info 12018[11:36:50.546] Different program with same set of files +Info 12019[11:36:50.546] getCompletionData: Get current token: 0.007274001836776733 +Info 12020[11:36:50.546] getCompletionData: Is inside comment: 0.02568499743938446 +Info 12021[11:36:50.546] getCompletionData: Get previous token: 0.036688998341560364 +Info 12022[11:36:50.546] getCompletionsAtPosition: isCompletionListBlocker: 0.003783002495765686 +Info 12023[11:36:50.546] Returning an empty list because completion was requested in an invalid position. +Info 12024[11:36:50.546] Format host information updated +Info 12025[11:36:50.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12026[11:36:50.589] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1017 structureChanged: false structureIsReused:: Completely Elapsed: 6.436002999544144ms +Info 12027[11:36:50.589] Different program with same set of files +Info 12028[11:36:50.589] getCompletionData: Get current token: 0.0024800002574920654 +Info 12029[11:36:50.589] getCompletionData: Is inside comment: 0.009143009781837463 +Info 12030[11:36:50.589] getCompletionData: Get previous token: 0.012781009078025818 +Info 12031[11:36:50.590] getCompletionsAtPosition: isCompletionListBlocker: 0.0014570057392120361 +Info 12032[11:36:50.590] Returning an empty list because completion was requested in an invalid position. +Info 12033[11:36:50.593] Format host information updated +Info 12034[11:36:52.254] Format host information updated +Info 12035[11:36:52.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12036[11:36:52.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1018 structureChanged: false structureIsReused:: Completely Elapsed: 6.011713996529579ms +Info 12037[11:36:52.260] Different program with same set of files +Info 12038[11:36:52.568] getCompletionData: Get current token: 0.002920001745223999 +Info 12039[11:36:52.568] getCompletionData: Is inside comment: 0.008368998765945435 +Info 12040[11:36:52.568] getCompletionData: Get previous token: 0.006290003657341003 +Info 12041[11:36:52.568] getCompletionsAtPosition: isCompletionListBlocker: 0.006520003080368042 +Info 12042[11:36:52.568] getExportInfoMap: cache hit +Info 12043[11:36:52.581] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12044[11:36:52.581] collectAutoImports: response is complete +Info 12045[11:36:52.581] collectAutoImports: 12.845503002405167 +Info 12046[11:36:52.581] getCompletionData: Semantic work: 13.333766996860504 +Info 12047[11:36:52.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.417103990912437 +Info 12048[11:36:52.711] Format host information updated +Info 12049[11:36:52.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12050[11:36:52.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1019 structureChanged: false structureIsReused:: Completely Elapsed: 6.027206003665924ms +Info 12051[11:36:52.717] Different program with same set of files +Info 12052[11:36:52.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12053[11:36:52.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1020 structureChanged: false structureIsReused:: Completely Elapsed: 6.236716002225876ms +Info 12054[11:36:52.827] Different program with same set of files +Info 12055[11:36:52.827] getCompletionData: Get current token: 0.0023230016231536865 +Info 12056[11:36:52.827] getCompletionData: Is inside comment: 0.008734986186027527 +Info 12057[11:36:52.827] getCompletionData: Get previous token: 0.006260991096496582 +Info 12058[11:36:52.827] getCompletionsAtPosition: isCompletionListBlocker: 0.005926996469497681 +Info 12059[11:36:52.828] getExportInfoMap: cache hit +Info 12060[11:36:52.839] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12061[11:36:52.839] collectAutoImports: response is complete +Info 12062[11:36:52.839] collectAutoImports: 11.572044998407364 +Info 12063[11:36:52.839] getCompletionData: Semantic work: 11.995811000466347 +Info 12064[11:36:52.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.341022998094559 +Info 12065[11:36:52.847] Format host information updated +Info 12066[11:36:53.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12067[11:36:53.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1021 structureChanged: false structureIsReused:: Completely Elapsed: 5.632610991597176ms +Info 12068[11:36:53.114] Different program with same set of files +Info 12069[11:36:53.115] getCompletionData: Get current token: 0.003497987985610962 +Info 12070[11:36:53.115] getCompletionData: Is inside comment: 0.022744998335838318 +Info 12071[11:36:53.115] getCompletionData: Get previous token: 0.006559997797012329 +Info 12072[11:36:53.115] getCompletionsAtPosition: isCompletionListBlocker: 0.005704998970031738 +Info 12073[11:36:53.115] getExportInfoMap: cache hit +Info 12074[11:36:53.129] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12075[11:36:53.129] collectAutoImports: response is complete +Info 12076[11:36:53.129] collectAutoImports: 14.145311996340752 +Info 12077[11:36:53.129] getCompletionData: Semantic work: 14.557283997535706 +Info 12078[11:36:53.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.661019995808601 +Info 12079[11:36:53.137] Format host information updated +Info 12080[11:36:53.174] Format host information updated +Info 12081[11:36:53.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12082[11:36:53.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1022 structureChanged: false structureIsReused:: Completely Elapsed: 6.4512600004673ms +Info 12083[11:36:53.181] Different program with same set of files +Info 12084[11:36:54.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12085[11:36:54.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1023 structureChanged: false structureIsReused:: Completely Elapsed: 5.985278010368347ms +Info 12086[11:36:54.808] Different program with same set of files +Info 12087[11:36:54.808] getCompletionData: Get current token: 0.00238800048828125 +Info 12088[11:36:54.808] getCompletionData: Is inside comment: 0.049076005816459656 +Info 12089[11:36:54.808] getCompletionData: Get previous token: 0.021332010626792908 +Info 12090[11:36:54.808] getCompletionsAtPosition: isCompletionListBlocker: 0.0015489906072616577 +Info 12091[11:36:54.808] Returning an empty list because completion was requested in an invalid position. +Info 12092[11:36:54.808] Format host information updated +Info 12093[11:36:54.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12094[11:36:54.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1024 structureChanged: false structureIsReused:: Completely Elapsed: 6.391396000981331ms +Info 12095[11:36:54.916] Different program with same set of files +Info 12096[11:36:54.916] getCompletionData: Get current token: 0.0034010112285614014 +Info 12097[11:36:54.916] getCompletionData: Is inside comment: 0.011020004749298096 +Info 12098[11:36:54.916] getCompletionData: Get previous token: 0.014808997511863708 +Info 12099[11:36:54.916] getCompletionsAtPosition: isCompletionListBlocker: 0.002056986093521118 +Info 12100[11:36:54.916] Returning an empty list because completion was requested in an invalid position. +Info 12101[11:36:54.920] Format host information updated +Info 12102[11:36:55.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12103[11:36:55.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1025 structureChanged: false structureIsReused:: Completely Elapsed: 6.484960004687309ms +Info 12104[11:36:55.398] Different program with same set of files +Info 12105[11:36:55.398] getCompletionData: Get current token: 0.003251999616622925 +Info 12106[11:36:55.398] getCompletionData: Is inside comment: 0.012062013149261475 +Info 12107[11:36:55.398] getCompletionData: Get previous token: 0.00905299186706543 +Info 12108[11:36:55.398] getCompletionsAtPosition: isCompletionListBlocker: 0.00233401358127594 +Info 12109[11:36:55.399] getExportInfoMap: cache hit +Info 12110[11:36:55.414] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12111[11:36:55.414] collectAutoImports: response is complete +Info 12112[11:36:55.414] collectAutoImports: 15.15233500301838 +Info 12113[11:36:55.414] getCompletionData: Semantic work: 15.707998991012573 +Info 12114[11:36:55.420] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.715255007147789 +Info 12115[11:36:55.424] Format host information updated +Info 12116[11:36:55.508] Format host information updated +Info 12117[11:36:55.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12118[11:36:55.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1026 structureChanged: false structureIsReused:: Completely Elapsed: 7.094973996281624ms +Info 12119[11:36:55.516] Different program with same set of files +Info 12120[11:36:56.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12121[11:36:56.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1027 structureChanged: false structureIsReused:: Completely Elapsed: 9.913848996162415ms +Info 12122[11:36:56.017] Different program with same set of files +Info 12123[11:36:56.017] getCompletionData: Get current token: 0.002947002649307251 +Info 12124[11:36:56.017] getCompletionData: Is inside comment: 0.010324999690055847 +Info 12125[11:36:56.017] getCompletionData: Get previous token: 0.014550000429153442 +Info 12126[11:36:56.017] getCompletionsAtPosition: isCompletionListBlocker: 0.0021570026874542236 +Info 12127[11:36:56.017] getExportInfoMap: cache hit +Info 12128[11:36:56.022] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 12129[11:36:56.022] collectAutoImports: response is complete +Info 12130[11:36:56.022] collectAutoImports: 4.10759499669075 +Info 12131[11:36:56.022] getCompletionData: Semantic work: 4.671488001942635 +Info 12132[11:36:56.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3655850142240524 +Info 12133[11:36:56.025] Format host information updated +Info 12134[11:36:56.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12135[11:36:56.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1028 structureChanged: false structureIsReused:: Completely Elapsed: 13.773552998900414ms +Info 12136[11:36:56.087] Different program with same set of files +Info 12137[11:36:56.087] getCompletionData: Get current token: 0.006931006908416748 +Info 12138[11:36:56.087] getCompletionData: Is inside comment: 0.026884004473686218 +Info 12139[11:36:56.087] getCompletionData: Get previous token: 0.037042006850242615 +Info 12140[11:36:56.087] getCompletionsAtPosition: isCompletionListBlocker: 0.003707006573677063 +Info 12141[11:36:56.088] getExportInfoMap: cache hit +Info 12142[11:36:56.102] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 12143[11:36:56.102] collectAutoImports: response is complete +Info 12144[11:36:56.102] collectAutoImports: 13.646422997117043 +Info 12145[11:36:56.102] getCompletionData: Semantic work: 14.659848004579544 +Info 12146[11:36:56.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9985760003328323 +Info 12147[11:36:56.108] Format host information updated +Info 12148[11:36:56.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12149[11:36:56.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1029 structureChanged: false structureIsReused:: Completely Elapsed: 6.219261005520821ms +Info 12150[11:36:56.176] Different program with same set of files +Info 12151[11:36:56.176] getCompletionData: Get current token: 0.003774002194404602 +Info 12152[11:36:56.176] getCompletionData: Is inside comment: 0.012612998485565186 +Info 12153[11:36:56.176] getCompletionData: Get previous token: 0.019509002566337585 +Info 12154[11:36:56.176] getCompletionsAtPosition: isCompletionListBlocker: 0.002387002110481262 +Info 12155[11:36:56.177] getExportInfoMap: cache hit +Info 12156[11:36:56.180] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 12157[11:36:56.180] collectAutoImports: response is complete +Info 12158[11:36:56.180] collectAutoImports: 2.769354000687599 +Info 12159[11:36:56.180] getCompletionData: Semantic work: 3.2752570062875748 +Info 12160[11:36:56.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.023353010416031 +Info 12161[11:36:56.183] Format host information updated +Info 12162[11:36:56.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12163[11:36:56.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1030 structureChanged: false structureIsReused:: Completely Elapsed: 20.685467004776ms +Info 12164[11:36:56.262] Different program with same set of files +Info 12165[11:36:56.263] getCompletionData: Get current token: 0.01140199601650238 +Info 12166[11:36:56.263] getCompletionData: Is inside comment: 0.04235599935054779 +Info 12167[11:36:56.263] getCompletionData: Get previous token: 0.057649001479148865 +Info 12168[11:36:56.263] getCompletionsAtPosition: isCompletionListBlocker: 0.005728006362915039 +Info 12169[11:36:56.264] getExportInfoMap: cache hit +Info 12170[11:36:56.274] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 12171[11:36:56.274] collectAutoImports: response is complete +Info 12172[11:36:56.274] collectAutoImports: 9.401869997382164 +Info 12173[11:36:56.274] getCompletionData: Semantic work: 10.789021000266075 +Info 12174[11:36:56.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4906190037727356 +Info 12175[11:36:56.279] Format host information updated +Info 12176[11:36:56.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12177[11:36:56.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1031 structureChanged: false structureIsReused:: Completely Elapsed: 7.498625010251999ms +Info 12178[11:36:56.312] Different program with same set of files +Info 12179[11:36:56.312] getCompletionData: Get current token: 0.0040589869022369385 +Info 12180[11:36:56.312] getCompletionData: Is inside comment: 0.014498010277748108 +Info 12181[11:36:56.312] getCompletionData: Get previous token: 0.021124988794326782 +Info 12182[11:36:56.312] getCompletionsAtPosition: isCompletionListBlocker: 0.002619996666908264 +Info 12183[11:36:56.312] getExportInfoMap: cache hit +Info 12184[11:36:56.315] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 12185[11:36:56.315] collectAutoImports: response is complete +Info 12186[11:36:56.315] collectAutoImports: 2.8945959955453873 +Info 12187[11:36:56.315] getCompletionData: Semantic work: 3.464710995554924 +Info 12188[11:36:56.318] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.397363007068634 +Info 12189[11:36:56.319] Format host information updated +Info 12190[11:36:56.399] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12191[11:36:56.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1032 structureChanged: false structureIsReused:: Completely Elapsed: 29.011316001415253ms +Info 12192[11:36:56.428] Different program with same set of files +Info 12193[11:36:56.428] getCompletionData: Get current token: 0.007401004433631897 +Info 12194[11:36:56.428] getCompletionData: Is inside comment: 0.023524001240730286 +Info 12195[11:36:56.428] getCompletionData: Get previous token: 0.03312000632286072 +Info 12196[11:36:56.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0038560032844543457 +Info 12197[11:36:56.429] getExportInfoMap: cache hit +Info 12198[11:36:56.446] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12199[11:36:56.446] collectAutoImports: response is complete +Info 12200[11:36:56.446] collectAutoImports: 17.03082299232483 +Info 12201[11:36:56.446] getCompletionData: Semantic work: 18.029058009386063 +Info 12202[11:36:56.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.952799007296562 +Info 12203[11:36:56.458] Format host information updated +Info 12204[11:36:56.487] Format host information updated +Info 12205[11:36:56.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12206[11:36:56.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1033 structureChanged: false structureIsReused:: Completely Elapsed: 5.853566005825996ms +Info 12207[11:36:56.493] Different program with same set of files +Info 12208[11:36:56.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12209[11:36:56.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1034 structureChanged: false structureIsReused:: Completely Elapsed: 23.65761299431324ms +Info 12210[11:36:56.616] Different program with same set of files +Info 12211[11:36:56.617] getCompletionData: Get current token: 0.010692998766899109 +Info 12212[11:36:56.617] getCompletionData: Is inside comment: 0.0380060076713562 +Info 12213[11:36:56.617] getCompletionData: Get previous token: 0.02864299714565277 +Info 12214[11:36:56.617] getCompletionsAtPosition: isCompletionListBlocker: 0.018389999866485596 +Info 12215[11:36:56.618] getExportInfoMap: cache hit +Info 12216[11:36:56.639] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12217[11:36:56.639] collectAutoImports: response is complete +Info 12218[11:36:56.639] collectAutoImports: 20.854130998253822 +Info 12219[11:36:56.639] getCompletionData: Semantic work: 22.248584002256393 +Info 12220[11:36:56.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.896283999085426 +Info 12221[11:36:56.649] Format host information updated +Info 12222[11:36:56.730] Format host information updated +Info 12223[11:36:56.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12224[11:36:56.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1035 structureChanged: false structureIsReused:: Completely Elapsed: 7.8504399955272675ms +Info 12225[11:36:56.738] Different program with same set of files +Info 12226[11:36:56.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12227[11:36:56.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1036 structureChanged: false structureIsReused:: Completely Elapsed: 23.12458699941635ms +Info 12228[11:36:56.883] Different program with same set of files +Info 12229[11:36:56.883] getCompletionData: Get current token: 0.013521000742912292 +Info 12230[11:36:56.884] getCompletionData: Is inside comment: 0.051954999566078186 +Info 12231[11:36:56.884] getCompletionData: Get previous token: 0.07622799277305603 +Info 12232[11:36:56.884] getCompletionsAtPosition: isCompletionListBlocker: 0.02041599154472351 +Info 12233[11:36:56.885] getExportInfoMap: cache hit +Info 12234[11:36:56.894] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 12235[11:36:56.894] collectAutoImports: response is complete +Info 12236[11:36:56.894] collectAutoImports: 8.653384000062943 +Info 12237[11:36:56.894] getCompletionData: Semantic work: 10.471448004245758 +Info 12238[11:36:56.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.304838001728058 +Info 12239[11:36:56.900] Format host information updated +Info 12240[11:36:57.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12241[11:36:57.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1037 structureChanged: false structureIsReused:: Completely Elapsed: 6.309586003422737ms +Info 12242[11:36:57.061] Different program with same set of files +Info 12243[11:36:57.062] getCompletionData: Get current token: 0.0030709952116012573 +Info 12244[11:36:57.062] getCompletionData: Is inside comment: 0.013131007552146912 +Info 12245[11:36:57.062] getCompletionData: Get previous token: 0.018803998827934265 +Info 12246[11:36:57.062] getCompletionsAtPosition: isCompletionListBlocker: 0.007504001259803772 +Info 12247[11:36:57.062] getExportInfoMap: cache hit +Info 12248[11:36:57.064] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 12249[11:36:57.064] collectAutoImports: response is complete +Info 12250[11:36:57.064] collectAutoImports: 2.104206994175911 +Info 12251[11:36:57.064] getCompletionData: Semantic work: 2.6099700033664703 +Info 12252[11:36:57.066] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.996397003531456 +Info 12253[11:36:57.069] Format host information updated +Info 12254[11:36:57.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12255[11:36:57.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1038 structureChanged: false structureIsReused:: Completely Elapsed: 6.093656003475189ms +Info 12256[11:36:57.177] Different program with same set of files +Info 12257[11:36:57.177] getCompletionData: Get current token: 0.0033109933137893677 +Info 12258[11:36:57.177] getCompletionData: Is inside comment: 0.011971995234489441 +Info 12259[11:36:57.177] getCompletionData: Get previous token: 0.017746001482009888 +Info 12260[11:36:57.177] getCompletionsAtPosition: isCompletionListBlocker: 0.0061600059270858765 +Info 12261[11:36:57.178] getExportInfoMap: cache hit +Info 12262[11:36:57.180] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12263[11:36:57.180] collectAutoImports: response is complete +Info 12264[11:36:57.180] collectAutoImports: 1.8815920054912567 +Info 12265[11:36:57.180] getCompletionData: Semantic work: 2.3585470020771027 +Info 12266[11:36:57.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8406369984149933 +Info 12267[11:36:57.182] Format host information updated +Info 12268[11:36:57.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12269[11:36:57.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1039 structureChanged: false structureIsReused:: Completely Elapsed: 16.515268996357918ms +Info 12270[11:36:57.256] Different program with same set of files +Info 12271[11:36:57.256] getCompletionData: Get current token: 0.009390994906425476 +Info 12272[11:36:57.256] getCompletionData: Is inside comment: 0.038180992007255554 +Info 12273[11:36:57.256] getCompletionData: Get previous token: 0.05494101345539093 +Info 12274[11:36:57.256] getCompletionsAtPosition: isCompletionListBlocker: 0.017999008297920227 +Info 12275[11:36:57.257] getExportInfoMap: cache hit +Info 12276[11:36:57.263] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12277[11:36:57.263] collectAutoImports: response is complete +Info 12278[11:36:57.263] collectAutoImports: 5.503156006336212 +Info 12279[11:36:57.263] getCompletionData: Semantic work: 6.784438997507095 +Info 12280[11:36:57.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.069271996617317 +Info 12281[11:36:57.276] Format host information updated +Info 12282[11:36:57.335] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12283[11:36:57.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1040 structureChanged: false structureIsReused:: Completely Elapsed: 22.975683003664017ms +Info 12284[11:36:57.358] Different program with same set of files +Info 12285[11:36:57.358] getCompletionData: Get current token: 0.009782999753952026 +Info 12286[11:36:57.358] getCompletionData: Is inside comment: 0.037112995982170105 +Info 12287[11:36:57.358] getCompletionData: Get previous token: 0.053974002599716187 +Info 12288[11:36:57.359] getCompletionsAtPosition: isCompletionListBlocker: 0.01595999300479889 +Info 12289[11:36:57.360] getExportInfoMap: cache hit +Info 12290[11:36:57.364] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12291[11:36:57.364] collectAutoImports: response is complete +Info 12292[11:36:57.364] collectAutoImports: 4.6143810003995895 +Info 12293[11:36:57.364] getCompletionData: Semantic work: 5.8819639980793 +Info 12294[11:36:57.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.875879004597664 +Info 12295[11:36:57.370] Format host information updated +Info 12296[11:36:57.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12297[11:36:57.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1041 structureChanged: false structureIsReused:: Completely Elapsed: 23.051388010382652ms +Info 12298[11:36:57.492] Different program with same set of files +Info 12299[11:36:57.492] getCompletionData: Get current token: 0.00904799997806549 +Info 12300[11:36:57.492] getCompletionData: Is inside comment: 0.036566004157066345 +Info 12301[11:36:57.492] getCompletionData: Get previous token: 0.053366005420684814 +Info 12302[11:36:57.492] getCompletionsAtPosition: isCompletionListBlocker: 0.016346007585525513 +Info 12303[11:36:57.494] getExportInfoMap: cache hit +Info 12304[11:36:57.503] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12305[11:36:57.503] collectAutoImports: response is complete +Info 12306[11:36:57.503] collectAutoImports: 8.838749006390572 +Info 12307[11:36:57.503] getCompletionData: Semantic work: 10.096454992890358 +Info 12308[11:36:57.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5073579996824265 +Info 12309[11:36:57.507] Format host information updated +Info 12310[11:36:57.571] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12311[11:36:57.594] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1042 structureChanged: false structureIsReused:: Completely Elapsed: 23.129275992512703ms +Info 12312[11:36:57.594] Different program with same set of files +Info 12313[11:36:57.595] getCompletionData: Get current token: 0.014730006456375122 +Info 12314[11:36:57.595] getCompletionData: Is inside comment: 0.05208700895309448 +Info 12315[11:36:57.595] getCompletionData: Get previous token: 0.07454000413417816 +Info 12316[11:36:57.595] getCompletionsAtPosition: isCompletionListBlocker: 0.024049997329711914 +Info 12317[11:36:57.597] getExportInfoMap: cache hit +Info 12318[11:36:57.620] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12319[11:36:57.620] collectAutoImports: response is complete +Info 12320[11:36:57.620] collectAutoImports: 23.584289997816086 +Info 12321[11:36:57.620] getCompletionData: Semantic work: 25.02573201060295 +Info 12322[11:36:57.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.060327991843224 +Info 12323[11:36:57.631] Format host information updated +Info 12324[11:36:58.163] getCompletionData: Get current token: 0.0011879950761795044 +Info 12325[11:36:58.163] getCompletionData: Is inside comment: 0.005646005272865295 +Info 12326[11:36:58.163] getCompletionData: Get previous token: 0.00431099534034729 +Info 12327[11:36:58.163] getCompletionsAtPosition: isCompletionListBlocker: 0.008671000599861145 +Info 12328[11:36:58.163] getExportInfoMap: cache hit +Info 12329[11:36:58.173] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 952 from cache +Info 12330[11:36:58.173] collectAutoImports: response is complete +Info 12331[11:36:58.173] collectAutoImports: 9.456836000084877 +Info 12332[11:36:58.173] getCompletionData: Semantic work: 10.065035998821259 +Info 12333[11:36:58.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.014748990535736 +Info 12334[11:36:59.054] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12335[11:36:59.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1043 structureChanged: false structureIsReused:: Completely Elapsed: 6.9888070076704025ms +Info 12336[11:36:59.061] Different program with same set of files +Info 12337[11:36:59.061] getCompletionData: Get current token: 0.003001004457473755 +Info 12338[11:36:59.061] getCompletionData: Is inside comment: 0.0014780014753341675 +Info 12339[11:36:59.061] getCompletionData: Get previous token: 0.015240997076034546 +Info 12340[11:36:59.061] getCompletionsAtPosition: isCompletionListBlocker: 0.002306997776031494 +Info 12341[11:36:59.061] getCompletionData: Semantic work: 0.6669130027294159 +Info 12342[11:36:59.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6638440042734146 +Info 12343[11:36:59.063] Format host information updated +Info 12344[11:36:59.193] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12345[11:36:59.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1044 structureChanged: false structureIsReused:: Completely Elapsed: 6.314474001526833ms +Info 12346[11:36:59.199] Different program with same set of files +Info 12347[11:36:59.199] getCompletionData: Get current token: 0.0026129931211471558 +Info 12348[11:36:59.199] getCompletionData: Is inside comment: 0.0010659992694854736 +Info 12349[11:36:59.199] getCompletionData: Get previous token: 0.016037985682487488 +Info 12350[11:36:59.199] getCompletionsAtPosition: isCompletionListBlocker: 0.0019209980964660645 +Info 12351[11:36:59.200] getCompletionData: Semantic work: 0.49641700088977814 +Info 12352[11:36:59.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8172750025987625 +Info 12353[11:36:59.201] Format host information updated +Info 12354[11:36:59.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12355[11:36:59.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1045 structureChanged: false structureIsReused:: Completely Elapsed: 8.451686009764671ms +Info 12356[11:36:59.330] Different program with same set of files +Info 12357[11:36:59.330] getCompletionData: Get current token: 0.0026279985904693604 +Info 12358[11:36:59.330] getCompletionData: Is inside comment: 0.0010530054569244385 +Info 12359[11:36:59.330] getCompletionData: Get previous token: 0.01493699848651886 +Info 12360[11:36:59.331] getCompletionsAtPosition: isCompletionListBlocker: 0.001981005072593689 +Info 12361[11:36:59.331] getCompletionData: Semantic work: 0.49858400225639343 +Info 12362[11:36:59.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8046910017728806 +Info 12363[11:36:59.332] Format host information updated +Info 12364[11:36:59.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12365[11:36:59.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1046 structureChanged: false structureIsReused:: Completely Elapsed: 6.036574989557266ms +Info 12366[11:36:59.466] Different program with same set of files +Info 12367[11:36:59.467] getCompletionData: Get current token: 0.003049001097679138 +Info 12368[11:36:59.467] getCompletionData: Is inside comment: 0.0012869983911514282 +Info 12369[11:36:59.467] getCompletionData: Get previous token: 0.01951301097869873 +Info 12370[11:36:59.467] getCompletionsAtPosition: isCompletionListBlocker: 0.0020900070667266846 +Info 12371[11:36:59.467] getCompletionData: Semantic work: 0.5208339989185333 +Info 12372[11:36:59.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8692580014467239 +Info 12373[11:36:59.469] Format host information updated +Info 12374[11:36:59.639] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12375[11:36:59.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1047 structureChanged: false structureIsReused:: Completely Elapsed: 6.586728990077972ms +Info 12376[11:36:59.646] Different program with same set of files +Info 12377[11:36:59.646] getCompletionData: Get current token: 0.003158003091812134 +Info 12378[11:36:59.646] getCompletionData: Is inside comment: 0.0013840049505233765 +Info 12379[11:36:59.646] getCompletionData: Get previous token: 0.019514009356498718 +Info 12380[11:36:59.646] getCompletionsAtPosition: isCompletionListBlocker: 0.001998007297515869 +Info 12381[11:36:59.646] getCompletionData: Semantic work: 0.5603799968957901 +Info 12382[11:36:59.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.701585993170738 +Info 12383[11:36:59.652] Format host information updated +Info 12384[11:36:59.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12385[11:36:59.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1048 structureChanged: false structureIsReused:: Completely Elapsed: 6.177584007382393ms +Info 12386[11:36:59.808] Different program with same set of files +Info 12387[11:36:59.809] getCompletionData: Get current token: 0.0032030045986175537 +Info 12388[11:36:59.809] getCompletionData: Is inside comment: 0.0013870000839233398 +Info 12389[11:36:59.809] getCompletionData: Get previous token: 0.02039000391960144 +Info 12390[11:36:59.809] getCompletionsAtPosition: isCompletionListBlocker: 0.0020200014114379883 +Info 12391[11:36:59.809] getCompletionData: Semantic work: 0.5463739931583405 +Info 12392[11:36:59.810] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8997519910335541 +Info 12393[11:36:59.811] Format host information updated +Info 12394[11:37:00.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12395[11:37:00.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1049 structureChanged: false structureIsReused:: Completely Elapsed: 7.064070999622345ms +Info 12396[11:37:00.111] Different program with same set of files +Info 12397[11:37:00.112] getCompletionData: Get current token: 0.0024539977312088013 +Info 12398[11:37:00.112] getCompletionData: Is inside comment: 0.001086011528968811 +Info 12399[11:37:00.112] getCompletionData: Get previous token: 0.015352994203567505 +Info 12400[11:37:00.112] getCompletionsAtPosition: isCompletionListBlocker: 0.001936003565788269 +Info 12401[11:37:00.112] getCompletionData: Semantic work: 0.5029010027647018 +Info 12402[11:37:00.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7172379940748215 +Info 12403[11:37:00.117] Format host information updated +Info 12404[11:37:00.236] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12405[11:37:00.243] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1050 structureChanged: false structureIsReused:: Completely Elapsed: 6.542468994855881ms +Info 12406[11:37:00.243] Different program with same set of files +Info 12407[11:37:00.243] getCompletionData: Get current token: 0.0029349923133850098 +Info 12408[11:37:00.243] getCompletionData: Is inside comment: 0.0010440051555633545 +Info 12409[11:37:00.243] getCompletionData: Get previous token: 0.017557010054588318 +Info 12410[11:37:00.243] getCompletionsAtPosition: isCompletionListBlocker: 0.0023730099201202393 +Info 12411[11:37:00.243] getCompletionData: Semantic work: 0.5139719992876053 +Info 12412[11:37:00.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7788849920034409 +Info 12413[11:37:00.245] Format host information updated +Info 12414[11:37:00.362] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12415[11:37:00.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1051 structureChanged: false structureIsReused:: Completely Elapsed: 6.353878006339073ms +Info 12416[11:37:00.368] Different program with same set of files +Info 12417[11:37:00.368] getCompletionData: Get current token: 0.003108993172645569 +Info 12418[11:37:00.368] getCompletionData: Is inside comment: 0.0012179911136627197 +Info 12419[11:37:00.368] getCompletionData: Get previous token: 0.019802987575531006 +Info 12420[11:37:00.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0019509941339492798 +Info 12421[11:37:00.369] getCompletionData: Semantic work: 0.5784730017185211 +Info 12422[11:37:00.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9787330031394958 +Info 12423[11:37:00.374] Format host information updated +Info 12424[11:37:00.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12425[11:37:00.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1052 structureChanged: false structureIsReused:: Completely Elapsed: 23.39054699242115ms +Info 12426[11:37:00.475] Different program with same set of files +Info 12427[11:37:00.476] getCompletionData: Get current token: 0.012973010540008545 +Info 12428[11:37:00.476] getCompletionData: Is inside comment: 0.005183994770050049 +Info 12429[11:37:00.476] getCompletionData: Get previous token: 0.08006300032138824 +Info 12430[11:37:00.476] getCompletionsAtPosition: isCompletionListBlocker: 0.006333991885185242 +Info 12431[11:37:00.478] getCompletionData: Semantic work: 1.8844119906425476 +Info 12432[11:37:00.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1282240003347397 +Info 12433[11:37:00.482] Format host information updated +Info 12434[11:37:00.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12435[11:37:00.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1053 structureChanged: false structureIsReused:: Completely Elapsed: 6.259110003709793ms +Info 12436[11:37:00.609] Different program with same set of files +Info 12437[11:37:00.609] getCompletionData: Get current token: 0.003184005618095398 +Info 12438[11:37:00.609] getCompletionData: Is inside comment: 0.0013120025396347046 +Info 12439[11:37:00.609] getCompletionData: Get previous token: 0.02055700123310089 +Info 12440[11:37:00.609] getCompletionsAtPosition: isCompletionListBlocker: 0.002119004726409912 +Info 12441[11:37:00.610] getCompletionData: Semantic work: 0.5742280036211014 +Info 12442[11:37:00.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8933520019054413 +Info 12443[11:37:00.613] Format host information updated +Info 12444[11:37:01.491] Format host information updated +Info 12445[11:37:01.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12446[11:37:01.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1054 structureChanged: false structureIsReused:: Completely Elapsed: 6.160511001944542ms +Info 12447[11:37:01.497] Different program with same set of files +Info 12448[11:37:02.033] getCompletionData: Get current token: 0.002728000283241272 +Info 12449[11:37:02.033] getCompletionData: Is inside comment: 0.0011730045080184937 +Info 12450[11:37:02.033] getCompletionData: Get previous token: 0.01584799587726593 +Info 12451[11:37:02.033] getCompletionsAtPosition: isCompletionListBlocker: 0.0023269951343536377 +Info 12452[11:37:02.033] getCompletionData: Semantic work: 0.28200000524520874 +Info 12453[11:37:02.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7755720019340515 +Info 12454[11:37:02.562] getCompletionData: Get current token: 0.0028959959745407104 +Info 12455[11:37:02.562] getCompletionData: Is inside comment: 0.0012110024690628052 +Info 12456[11:37:02.562] getCompletionData: Get previous token: 0.00849500298500061 +Info 12457[11:37:02.562] getCompletionsAtPosition: isCompletionListBlocker: 0.0034890025854110718 +Info 12458[11:37:02.562] getExportInfoMap: cache hit +Info 12459[11:37:02.576] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 952 from cache +Info 12460[11:37:02.576] collectAutoImports: response is complete +Info 12461[11:37:02.576] collectAutoImports: 14.226535007357597 +Info 12462[11:37:02.576] getCompletionData: Semantic work: 14.81894899904728 +Info 12463[11:37:02.581] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.041907995939255 +Info 12464[11:37:02.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12465[11:37:02.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1055 structureChanged: false structureIsReused:: Completely Elapsed: 18.712847992777824ms +Info 12466[11:37:02.684] Different program with same set of files +Info 12467[11:37:02.684] getCompletionData: Get current token: 0.009834006428718567 +Info 12468[11:37:02.684] getCompletionData: Is inside comment: 0.004607990384101868 +Info 12469[11:37:02.684] getCompletionData: Get previous token: 0.057749003171920776 +Info 12470[11:37:02.684] getCompletionsAtPosition: isCompletionListBlocker: 0.007100000977516174 +Info 12471[11:37:02.686] getExportInfoMap: cache hit +Info 12472[11:37:02.703] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 109 from cache +Info 12473[11:37:02.703] collectAutoImports: response is complete +Info 12474[11:37:02.703] collectAutoImports: 17.48378199338913 +Info 12475[11:37:02.703] getCompletionData: Semantic work: 19.056184008717537 +Info 12476[11:37:02.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6117630004882812 +Info 12477[11:37:02.708] Format host information updated +Info 12478[11:37:04.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12479[11:37:04.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1056 structureChanged: false structureIsReused:: Completely Elapsed: 6.320372000336647ms +Info 12480[11:37:04.421] Different program with same set of files +Info 12481[11:37:04.421] getCompletionData: Get current token: 0.0026559978723526 +Info 12482[11:37:04.421] getCompletionData: Is inside comment: 0.00109100341796875 +Info 12483[11:37:04.421] getCompletionData: Get previous token: 0.01653200387954712 +Info 12484[11:37:04.421] getCompletionsAtPosition: isCompletionListBlocker: 0.005640000104904175 +Info 12485[11:37:04.422] getExportInfoMap: cache hit +Info 12486[11:37:04.424] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 12 from cache +Info 12487[11:37:04.424] collectAutoImports: response is complete +Info 12488[11:37:04.424] collectAutoImports: 2.541005000472069 +Info 12489[11:37:04.424] getCompletionData: Semantic work: 2.9953470081090927 +Info 12490[11:37:04.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.088460996747017 +Info 12491[11:37:04.426] Format host information updated +Info 12492[11:37:04.618] Format host information updated +Info 12493[11:37:04.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12494[11:37:04.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1057 structureChanged: false structureIsReused:: Completely Elapsed: 9.6304240077734ms +Info 12495[11:37:04.628] Different program with same set of files +Info 12496[11:37:04.768] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12497[11:37:04.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1058 structureChanged: false structureIsReused:: Completely Elapsed: 6.293920993804932ms +Info 12498[11:37:04.775] Different program with same set of files +Info 12499[11:37:04.775] getCompletionData: Get current token: 0.005832001566886902 +Info 12500[11:37:04.775] getCompletionData: Is inside comment: 0.0014730095863342285 +Info 12501[11:37:04.775] getCompletionData: Get previous token: 0.015789002180099487 +Info 12502[11:37:04.775] getCompletionsAtPosition: isCompletionListBlocker: 0.006962001323699951 +Info 12503[11:37:04.775] getExportInfoMap: cache hit +Info 12504[11:37:04.791] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 952 from cache +Info 12505[11:37:04.791] collectAutoImports: response is complete +Info 12506[11:37:04.791] collectAutoImports: 15.166926994919777 +Info 12507[11:37:04.791] getCompletionData: Semantic work: 15.705704003572464 +Info 12508[11:37:04.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2080219984054565 +Info 12509[11:37:04.800] Format host information updated +Info 12510[11:37:05.057] Format host information updated +Info 12511[11:37:05.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12512[11:37:05.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1059 structureChanged: false structureIsReused:: Completely Elapsed: 6.182386994361877ms +Info 12513[11:37:05.064] Different program with same set of files +Info 12514[11:37:06.787] Format host information updated +Info 12515[11:37:06.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12516[11:37:06.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1060 structureChanged: false structureIsReused:: Completely Elapsed: 9.528572008013725ms +Info 12517[11:37:06.797] Different program with same set of files +Info 12518[11:37:07.219] Format host information updated +Info 12519[11:37:07.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12520[11:37:07.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1061 structureChanged: false structureIsReused:: Completely Elapsed: 6.563321992754936ms +Info 12521[11:37:07.226] Different program with same set of files +Info 12522[11:37:11.540] Format host information updated +Info 12523[11:37:11.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12524[11:37:11.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1062 structureChanged: false structureIsReused:: Completely Elapsed: 10.234864011406898ms +Info 12525[11:37:11.550] Different program with same set of files +Info 12526[11:37:13.036] Format host information updated +Info 12527[11:37:13.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12528[11:37:13.043] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1063 structureChanged: false structureIsReused:: Completely Elapsed: 6.617797002196312ms +Info 12529[11:37:13.043] Different program with same set of files +Info 12530[11:37:13.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12531[11:37:13.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1064 structureChanged: false structureIsReused:: Completely Elapsed: 6.272529989480972ms +Info 12532[11:37:13.564] Different program with same set of files +Info 12533[11:37:13.564] getCompletionData: Get current token: 0.0028780102729797363 +Info 12534[11:37:13.564] getCompletionData: Is inside comment: 0.010208994150161743 +Info 12535[11:37:13.565] getCompletionData: Get previous token: 0.021555989980697632 +Info 12536[11:37:13.565] getCompletionsAtPosition: isCompletionListBlocker: 0.00788000226020813 +Info 12537[11:37:13.565] getExportInfoMap: cache hit +Info 12538[11:37:13.569] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 12539[11:37:13.569] collectAutoImports: response is complete +Info 12540[11:37:13.569] collectAutoImports: 3.9907139986753464 +Info 12541[11:37:13.569] getCompletionData: Semantic work: 4.484411001205444 +Info 12542[11:37:13.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6005150079727173 +Info 12543[11:37:13.573] Format host information updated +Info 12544[11:37:13.681] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12545[11:37:13.691] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1065 structureChanged: false structureIsReused:: Completely Elapsed: 9.457498997449875ms +Info 12546[11:37:13.691] Different program with same set of files +Info 12547[11:37:13.691] getCompletionData: Get current token: 0.006907999515533447 +Info 12548[11:37:13.691] getCompletionData: Is inside comment: 0.010141998529434204 +Info 12549[11:37:13.691] getCompletionData: Get previous token: 0.013565003871917725 +Info 12550[11:37:13.691] getCompletionsAtPosition: isCompletionListBlocker: 0.007499992847442627 +Info 12551[11:37:13.691] getExportInfoMap: cache hit +Info 12552[11:37:13.694] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 12553[11:37:13.694] collectAutoImports: response is complete +Info 12554[11:37:13.694] collectAutoImports: 2.8249419927597046 +Info 12555[11:37:13.694] getCompletionData: Semantic work: 3.347462996840477 +Info 12556[11:37:13.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2309569865465164 +Info 12557[11:37:13.698] Format host information updated +Info 12558[11:37:13.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12559[11:37:13.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1066 structureChanged: false structureIsReused:: Completely Elapsed: 6.322200998663902ms +Info 12560[11:37:13.795] Different program with same set of files +Info 12561[11:37:13.795] getCompletionData: Get current token: 0.0031960010528564453 +Info 12562[11:37:13.796] getCompletionData: Is inside comment: 0.010110989212989807 +Info 12563[11:37:13.796] getCompletionData: Get previous token: 0.013926997780799866 +Info 12564[11:37:13.796] getCompletionsAtPosition: isCompletionListBlocker: 0.007079005241394043 +Info 12565[11:37:13.796] getExportInfoMap: cache hit +Info 12566[11:37:13.798] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 12567[11:37:13.798] collectAutoImports: response is complete +Info 12568[11:37:13.798] collectAutoImports: 2.325655996799469 +Info 12569[11:37:13.798] getCompletionData: Semantic work: 2.795314997434616 +Info 12570[11:37:13.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1110239923000336 +Info 12571[11:37:13.804] Format host information updated +Info 12572[11:37:13.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12573[11:37:13.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1067 structureChanged: false structureIsReused:: Completely Elapsed: 21.227733001112938ms +Info 12574[11:37:13.931] Different program with same set of files +Info 12575[11:37:13.932] getCompletionData: Get current token: 0.008423000574111938 +Info 12576[11:37:13.932] getCompletionData: Is inside comment: 0.022915005683898926 +Info 12577[11:37:13.932] getCompletionData: Get previous token: 0.031049996614456177 +Info 12578[11:37:13.932] getCompletionsAtPosition: isCompletionListBlocker: 0.013461008667945862 +Info 12579[11:37:13.933] getExportInfoMap: cache hit +Info 12580[11:37:13.949] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12581[11:37:13.949] collectAutoImports: response is complete +Info 12582[11:37:13.949] collectAutoImports: 16.55791500210762 +Info 12583[11:37:13.949] getCompletionData: Semantic work: 17.53378699719906 +Info 12584[11:37:13.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.123146995902061 +Info 12585[11:37:13.962] Format host information updated +Info 12586[11:37:16.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12587[11:37:16.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1068 structureChanged: false structureIsReused:: Completely Elapsed: 6.318923994898796ms +Info 12588[11:37:16.247] Different program with same set of files +Info 12589[11:37:16.247] getCompletionData: Get current token: 0.00227200984954834 +Info 12590[11:37:16.247] getCompletionData: Is inside comment: 0.008284002542495728 +Info 12591[11:37:16.247] getCompletionData: Get previous token: 0.011513009667396545 +Info 12592[11:37:16.247] getCompletionsAtPosition: isCompletionListBlocker: 0.0020909905433654785 +Info 12593[11:37:16.247] Returning an empty list because completion was requested in an invalid position. +Info 12594[11:37:16.247] Format host information updated +Info 12595[11:37:16.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12596[11:37:16.523] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1069 structureChanged: false structureIsReused:: Completely Elapsed: 6.1008879989385605ms +Info 12597[11:37:16.523] Different program with same set of files +Info 12598[11:37:16.524] getCompletionData: Get current token: 0.0020869970321655273 +Info 12599[11:37:16.524] getCompletionData: Is inside comment: 0.007603004574775696 +Info 12600[11:37:16.524] getCompletionData: Get previous token: 0.010073989629745483 +Info 12601[11:37:16.524] getCompletionsAtPosition: isCompletionListBlocker: 0.0012809932231903076 +Info 12602[11:37:16.524] Returning an empty list because completion was requested in an invalid position. +Info 12603[11:37:16.528] Format host information updated +Info 12604[11:37:16.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12605[11:37:16.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1070 structureChanged: false structureIsReused:: Completely Elapsed: 6.188870996236801ms +Info 12606[11:37:16.609] Different program with same set of files +Info 12607[11:37:16.609] getCompletionData: Get current token: 0.002490997314453125 +Info 12608[11:37:16.609] getCompletionData: Is inside comment: 0.00853399932384491 +Info 12609[11:37:16.609] getCompletionData: Get previous token: 0.011950001120567322 +Info 12610[11:37:16.609] getCompletionsAtPosition: isCompletionListBlocker: 0.00155600905418396 +Info 12611[11:37:16.609] Returning an empty list because completion was requested in an invalid position. +Info 12612[11:37:16.609] Format host information updated +Info 12613[11:37:16.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12614[11:37:16.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1071 structureChanged: false structureIsReused:: Completely Elapsed: 6.440813988447189ms +Info 12615[11:37:16.689] Different program with same set of files +Info 12616[11:37:16.689] getCompletionData: Get current token: 0.0022920072078704834 +Info 12617[11:37:16.689] getCompletionData: Is inside comment: 0.007910996675491333 +Info 12618[11:37:16.689] getCompletionData: Get previous token: 0.010708004236221313 +Info 12619[11:37:16.689] getCompletionsAtPosition: isCompletionListBlocker: 0.0013599991798400879 +Info 12620[11:37:16.689] Returning an empty list because completion was requested in an invalid position. +Info 12621[11:37:16.693] Format host information updated +Info 12622[11:37:16.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12623[11:37:16.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1072 structureChanged: false structureIsReused:: Completely Elapsed: 6.195335999131203ms +Info 12624[11:37:16.797] Different program with same set of files +Info 12625[11:37:16.797] getCompletionData: Get current token: 0.0024750083684921265 +Info 12626[11:37:16.797] getCompletionData: Is inside comment: 0.008827000856399536 +Info 12627[11:37:16.797] getCompletionData: Get previous token: 0.012140005826950073 +Info 12628[11:37:16.797] getCompletionsAtPosition: isCompletionListBlocker: 0.0015320032835006714 +Info 12629[11:37:16.797] Returning an empty list because completion was requested in an invalid position. +Info 12630[11:37:16.798] Format host information updated +Info 12631[11:37:18.416] Format host information updated +Info 12632[11:37:18.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12633[11:37:18.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1073 structureChanged: false structureIsReused:: Completely Elapsed: 6.264275997877121ms +Info 12634[11:37:18.422] Different program with same set of files +Info 12635[11:37:18.721] getCompletionData: Get current token: 0.0011630058288574219 +Info 12636[11:37:18.721] getCompletionData: Is inside comment: 0.006787985563278198 +Info 12637[11:37:18.721] getCompletionData: Get previous token: 0.004569992423057556 +Info 12638[11:37:18.721] getCompletionsAtPosition: isCompletionListBlocker: 0.008418992161750793 +Info 12639[11:37:18.722] getExportInfoMap: cache hit +Info 12640[11:37:18.737] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 952 from cache +Info 12641[11:37:18.737] collectAutoImports: response is complete +Info 12642[11:37:18.737] collectAutoImports: 14.755630001425743 +Info 12643[11:37:18.737] getCompletionData: Semantic work: 15.363671004772186 +Info 12644[11:37:18.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.715944990515709 +Info 12645[11:37:20.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12646[11:37:20.612] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1074 structureChanged: false structureIsReused:: Completely Elapsed: 6.009736999869347ms +Info 12647[11:37:20.612] Different program with same set of files +Info 12648[11:37:20.612] getCompletionData: Get current token: 0.0028109997510910034 +Info 12649[11:37:20.612] getCompletionData: Is inside comment: 0.001239001750946045 +Info 12650[11:37:20.612] getCompletionData: Get previous token: 0.016010001301765442 +Info 12651[11:37:20.612] getCompletionsAtPosition: isCompletionListBlocker: 0.0018270015716552734 +Info 12652[11:37:20.612] getCompletionData: Semantic work: 0.312049001455307 +Info 12653[11:37:20.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09510700404644012 +Info 12654[11:37:20.613] Format host information updated +Info 12655[11:37:20.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12656[11:37:20.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1075 structureChanged: false structureIsReused:: Completely Elapsed: 6.080283001065254ms +Info 12657[11:37:20.892] Different program with same set of files +Info 12658[11:37:20.892] getCompletionData: Get current token: 0.0026689916849136353 +Info 12659[11:37:20.892] getCompletionData: Is inside comment: 0.001234009861946106 +Info 12660[11:37:20.892] getCompletionData: Get previous token: 0.015898004174232483 +Info 12661[11:37:20.892] getCompletionsAtPosition: isCompletionListBlocker: 0.002141997218132019 +Info 12662[11:37:20.893] getCompletionData: Semantic work: 0.27246999740600586 +Info 12663[11:37:20.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3632030040025711 +Info 12664[11:37:20.893] Format host information updated +Info 12665[11:37:20.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12666[11:37:20.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1076 structureChanged: false structureIsReused:: Completely Elapsed: 12.882781997323036ms +Info 12667[11:37:20.961] Different program with same set of files +Info 12668[11:37:20.961] getCompletionData: Get current token: 0.004559993743896484 +Info 12669[11:37:20.961] getCompletionData: Is inside comment: 0.0015859901905059814 +Info 12670[11:37:20.961] getCompletionData: Get previous token: 0.024608001112937927 +Info 12671[11:37:20.961] getCompletionsAtPosition: isCompletionListBlocker: 0.002490997314453125 +Info 12672[11:37:20.962] getCompletionData: Semantic work: 0.38262900710105896 +Info 12673[11:37:20.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.514720007777214 +Info 12674[11:37:20.963] Format host information updated +Info 12675[11:37:21.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12676[11:37:21.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1077 structureChanged: false structureIsReused:: Completely Elapsed: 6.196072995662689ms +Info 12677[11:37:21.058] Different program with same set of files +Info 12678[11:37:21.058] getCompletionData: Get current token: 0.002888992428779602 +Info 12679[11:37:21.058] getCompletionData: Is inside comment: 0.0011509954929351807 +Info 12680[11:37:21.058] getCompletionData: Get previous token: 0.018899008631706238 +Info 12681[11:37:21.058] getCompletionsAtPosition: isCompletionListBlocker: 0.002026990056037903 +Info 12682[11:37:21.059] getCompletionData: Semantic work: 0.2942869961261749 +Info 12683[11:37:21.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3907030075788498 +Info 12684[11:37:21.059] Format host information updated +Info 12685[11:37:21.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12686[11:37:21.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1078 structureChanged: false structureIsReused:: Completely Elapsed: 6.1472990065813065ms +Info 12687[11:37:21.170] Different program with same set of files +Info 12688[11:37:21.170] getCompletionData: Get current token: 0.0030259937047958374 +Info 12689[11:37:21.170] getCompletionData: Is inside comment: 0.0011200010776519775 +Info 12690[11:37:21.171] getCompletionData: Get previous token: 0.018010005354881287 +Info 12691[11:37:21.171] getCompletionsAtPosition: isCompletionListBlocker: 0.0018859952688217163 +Info 12692[11:37:21.171] getCompletionData: Semantic work: 0.2871519923210144 +Info 12693[11:37:21.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14246299862861633 +Info 12694[11:37:21.174] Format host information updated +Info 12695[11:37:21.594] Format host information updated +Info 12696[11:37:21.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12697[11:37:21.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1079 structureChanged: false structureIsReused:: Completely Elapsed: 6.162654995918274ms +Info 12698[11:37:21.600] Different program with same set of files diff --git a/.log/tsserver-log-HbB0cB/ti-583740.log b/.log/tsserver-log-HbB0cB/ti-583740.log new file mode 100644 index 0000000..d2fa27d --- /dev/null +++ b/.log/tsserver-log-HbB0cB/ti-583740.log @@ -0,0 +1,118 @@ +[15:47:12.803] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[15:47:12.804] Processing cache location '/home/orion/.cache/typescript/5.2' +[15:47:12.804] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[15:47:12.804] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[15:47:12.804] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[15:47:12.805] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[15:47:12.805] Process id: 583758 +[15:47:12.805] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[15:47:12.805] validateDefaultNpmLocation: true +[15:47:12.805] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[15:47:12.805] Updating types-registry npm package... +[15:47:12.805] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[15:47:13.731] Succeeded. stdout: + + up to date, audited 36 packages in 789ms + +found 0 vulnerabilities + +[15:47:13.731] Updated types-registry npm package +[15:47:13.768] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:47:13.786] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[15:47:13.787] Explicitly included types: [] +[15:47:13.787] Inferred typings from unresolved imports: [] +[15:47:13.787] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:47:13.788] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:47:13.788] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:47:13.788] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:47:13.788] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[15:47:13.788] Response has been sent. +[15:47:13.788] No new typings were requested as a result of typings discovery +[15:57:32.987] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:57:32.987] Explicitly included types: [] +[15:57:32.988] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[15:57:32.988] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:57:32.990] Package 'puppeteer' provides its own types. +[15:57:32.991] Package 'puppeteer-extra' provides its own types. +[15:57:32.991] Package 'bun-types' provides its own types. +[15:57:32.991] Package 'devtools-protocol' provides its own types. +[15:57:32.992] Found package names: ["callsites","purs-tidy"] +[15:57:32.992] Inferred typings from unresolved imports: [] +[15:57:32.992] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:57:32.992] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:57:32.992] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:57:32.992] Response has been sent. +[15:57:32.993] Installing typings ["callsites","purs-tidy","typescript"] +[15:57:32.993] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[15:57:32.993] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[15:57:32.993] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:57:32.993] All typings are known to be missing or invalid - no need to install more typings +[15:57:32.993] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:57:32.993] Response has been sent. +[15:57:33.279] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:57:33.280] Explicitly included types: [] +[15:57:33.280] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[15:57:33.280] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:57:33.281] Package 'puppeteer' provides its own types. +[15:57:33.282] Package 'puppeteer-extra' provides its own types. +[15:57:33.283] Package 'bun-types' provides its own types. +[15:57:33.283] Package 'devtools-protocol' provides its own types. +[15:57:33.284] Found package names: ["callsites","purs-tidy"] +[15:57:33.284] Inferred typings from unresolved imports: [] +[15:57:33.284] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:57:33.284] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:57:33.284] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[15:57:33.284] Response has been sent. +[15:57:33.284] Installing typings ["callsites","purs-tidy","typescript"] +[15:57:33.284] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[15:57:33.284] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[15:57:33.284] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:57:33.284] All typings are known to be missing or invalid - no need to install more typings +[15:57:33.284] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:57:33.284] Response has been sent. +[15:58:23.585] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:58:23.586] Explicitly included types: [] +[15:58:23.586] Inferred typings from unresolved imports: [] +[15:58:23.586] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:58:23.586] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:58:23.586] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:58:23.586] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:58:23.587] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[15:58:23.587] Response has been sent. +[15:58:23.587] No new typings were requested as a result of typings discovery +[15:58:25.825] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:58:25.825] Explicitly included types: [] +[15:58:25.826] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[15:58:25.826] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:58:25.827] Package 'puppeteer' provides its own types. +[15:58:25.828] Package 'puppeteer-extra' provides its own types. +[15:58:25.828] Package 'bun-types' provides its own types. +[15:58:25.828] Package 'devtools-protocol' provides its own types. +[15:58:25.829] Found package names: ["callsites","purs-tidy"] +[15:58:25.829] Inferred typings from unresolved imports: [] +[15:58:25.829] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:58:25.829] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:58:25.829] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:58:25.829] Response has been sent. +[15:58:25.829] Installing typings ["callsites","purs-tidy","typescript"] +[15:58:25.829] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[15:58:25.829] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[15:58:25.829] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:58:25.829] All typings are known to be missing or invalid - no need to install more typings +[15:58:25.829] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:58:25.829] Response has been sent. +[16:37:26.016] Closing file watchers for project '/dev/null/inferredProject1*' +[16:37:26.016] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":[]} +[16:37:26.016] Response has been sent. +[16:37:26.016] Closing file watchers for project '/dev/null/inferredProject1*' - done. +[16:37:26.017] Closing file watchers for project '/dev/null/autoImportProviderProject2*' +[16:37:26.017] No watchers are registered for project '/dev/null/autoImportProviderProject2*' diff --git a/.log/tsserver-log-HbB0cB/tsserver.log b/.log/tsserver-log-HbB0cB/tsserver.log new file mode 100644 index 0000000..f40e694 --- /dev/null +++ b/.log/tsserver-log-HbB0cB/tsserver.log @@ -0,0 +1,7986 @@ +Info 0 [15:47:11.274] Starting TS Server +Info 1 [15:47:11.274] Version: 5.2.2 +Info 2 [15:47:11.274] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/4205247f2a9a16edd7a4358924c3aa0f/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-HbB0cB/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [15:47:11.274] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [15:47:11.274] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [15:47:11.282] Format host information updated +Info 6 [15:47:11.284] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [15:47:11.284] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [15:47:11.285] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [15:47:11.298] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [15:47:11.303] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [15:47:12.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 913.9875100012869ms +Info 12 [15:47:12.217] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [15:47:12.217] Files (145) + +Info 14 [15:47:12.217] ----------------------------------------------- +Info 15 [15:47:12.224] AutoImportProviderProject: found 16 root files in 5 dependencies in 5.129449000582099 ms +Info 16 [15:47:12.234] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [15:47:12.797] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 563.2752069998533ms +Info 18 [15:47:12.797] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [15:47:12.797] Files (271) + +Info 20 [15:47:12.797] ----------------------------------------------- +Info 21 [15:47:12.801] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [15:47:12.801] Files (145) + +Info 21 [15:47:12.801] ----------------------------------------------- +Info 21 [15:47:12.801] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [15:47:12.801] Files (271) + +Info 21 [15:47:12.801] ----------------------------------------------- +Info 21 [15:47:12.801] Open files: +Info 21 [15:47:12.801] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [15:47:12.801] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [15:47:12.803] Format host information updated +Info 22 [15:47:12.807] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [15:47:12.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 16.86340600065887ms +Info 24 [15:47:12.824] Different program with same set of files +Info 25 [15:47:12.994] Format host information updated +Info 26 [15:47:12.996] Format host information updated +Info 27 [15:47:12.996] Format host information updated +Info 28 [15:47:12.996] Format host information updated +Info 29 [15:47:12.996] Format host information updated +Info 30 [15:47:12.996] Format host information updated +Info 31 [15:47:13.622] getCompletionData: Get current token: 0.02574099972844124 +Info 32 [15:47:13.622] getCompletionData: Is inside comment: 0.0469720009714365 +Info 33 [15:47:13.622] getCompletionData: Get previous token: 0.022758999839425087 +Info 34 [15:47:13.622] getCompletionsAtPosition: isCompletionListBlocker: 0.208831999450922 +Info 35 [15:47:13.625] getExportInfoMap: cache miss or empty; calculating new results +Info 36 [15:47:13.663] forEachExternalModuleToImportFrom autoImportProvider: 16.368783999234438 +Info 37 [15:47:13.663] getExportInfoMap: done in 38.0438780002296 ms +Info 38 [15:47:13.702] collectAutoImports: resolved 35 module specifiers, plus 219 ambient and 927 from cache +Info 39 [15:47:13.702] collectAutoImports: response is complete +Info 40 [15:47:13.702] collectAutoImports: 37.98505200073123 +Info 41 [15:47:13.702] getCompletionData: Semantic work: 79.17767500132322 +Info 42 [15:47:13.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.74137599952519 +Info 43 [15:47:15.303] Before ensureProjectForOpenFiles: +Info 44 [15:47:15.303] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 44 [15:47:15.303] Files (145) + +Info 44 [15:47:15.303] ----------------------------------------------- +Info 44 [15:47:15.303] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 44 [15:47:15.303] Files (271) + +Info 44 [15:47:15.303] ----------------------------------------------- +Info 44 [15:47:15.303] Open files: +Info 44 [15:47:15.303] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 44 [15:47:15.304] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 44 [15:47:15.304] After ensureProjectForOpenFiles: +Info 45 [15:47:15.304] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 45 [15:47:15.304] Files (145) + +Info 45 [15:47:15.304] ----------------------------------------------- +Info 45 [15:47:15.304] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 45 [15:47:15.304] Files (271) + +Info 45 [15:47:15.304] ----------------------------------------------- +Info 45 [15:47:15.304] Open files: +Info 45 [15:47:15.304] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 45 [15:47:15.304] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 45 [15:47:15.304] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js +Info 46 [15:57:32.180] Search path: /home/orion/src/purescript-puppeteer/src +Info 47 [15:57:32.180] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 48 [15:57:32.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 49 [15:57:32.606] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 424.0437279995531ms +Info 50 [15:57:32.606] Project '/dev/null/inferredProject1*' (Inferred) +Info 51 [15:57:32.606] Files (108) + +Info 52 [15:57:32.606] ----------------------------------------------- +Info 53 [15:57:32.609] AutoImportProviderProject: found 6 root files in 6 dependencies in 2.299737999215722 ms +Info 54 [15:57:32.609] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 55 [15:57:32.985] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 375.8956230003387ms +Info 56 [15:57:32.985] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 57 [15:57:32.985] Files (186) + +Info 58 [15:57:32.985] ----------------------------------------------- +Info 59 [15:57:32.986] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 59 [15:57:32.986] Files (145) + +Info 59 [15:57:32.986] ----------------------------------------------- +Info 59 [15:57:32.986] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 59 [15:57:32.986] Files (271) + +Info 59 [15:57:32.986] ----------------------------------------------- +Info 59 [15:57:32.986] Project '/dev/null/inferredProject1*' (Inferred) +Info 59 [15:57:32.986] Files (108) + +Info 59 [15:57:32.986] ----------------------------------------------- +Info 59 [15:57:32.986] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 59 [15:57:32.986] Files (186) + +Info 59 [15:57:32.986] ----------------------------------------------- +Info 59 [15:57:32.986] Open files: +Info 59 [15:57:32.986] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 59 [15:57:32.986] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 59 [15:57:32.986] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 59 [15:57:32.986] Projects: /dev/null/inferredProject1* +Info 59 [15:57:32.987] Format host information updated +Info 60 [15:57:32.992] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 61 [15:57:32.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.361565999686718ms +Info 62 [15:57:32.995] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 63 [15:57:33.179] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 183.6324020009488ms +Info 64 [15:57:33.179] Project '/dev/null/inferredProject1*' (Inferred) +Info 65 [15:57:33.179] Files (130) + +Info 66 [15:57:33.179] ----------------------------------------------- +Info 67 [15:57:33.179] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 68 [15:57:33.179] Files (186) + +Info 69 [15:57:33.179] ----------------------------------------------- +Info 70 [15:57:34.915] Format host information updated +Info 71 [15:57:34.915] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 72 [15:57:34.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 15.15289199911058ms +Info 73 [15:57:34.930] Different program with same set of files +Info 74 [15:57:35.495] Before ensureProjectForOpenFiles: +Info 75 [15:57:35.495] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 75 [15:57:35.495] Files (145) + +Info 75 [15:57:35.495] ----------------------------------------------- +Info 75 [15:57:35.495] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 75 [15:57:35.495] Files (271) + +Info 75 [15:57:35.495] ----------------------------------------------- +Info 75 [15:57:35.495] Project '/dev/null/inferredProject1*' (Inferred) +Info 75 [15:57:35.495] Files (130) + +Info 75 [15:57:35.495] ----------------------------------------------- +Info 75 [15:57:35.495] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 75 [15:57:35.495] Files (186) + +Info 75 [15:57:35.495] ----------------------------------------------- +Info 75 [15:57:35.495] Open files: +Info 75 [15:57:35.495] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 75 [15:57:35.495] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 75 [15:57:35.495] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 75 [15:57:35.495] Projects: /dev/null/inferredProject1* +Info 75 [15:57:35.495] After ensureProjectForOpenFiles: +Info 76 [15:57:35.495] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 76 [15:57:35.495] Files (145) + +Info 76 [15:57:35.495] ----------------------------------------------- +Info 76 [15:57:35.495] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 76 [15:57:35.495] Files (271) + +Info 76 [15:57:35.495] ----------------------------------------------- +Info 76 [15:57:35.495] Project '/dev/null/inferredProject1*' (Inferred) +Info 76 [15:57:35.495] Files (130) + +Info 76 [15:57:35.495] ----------------------------------------------- +Info 76 [15:57:35.495] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 76 [15:57:35.495] Files (186) + +Info 76 [15:57:35.495] ----------------------------------------------- +Info 76 [15:57:35.495] Open files: +Info 76 [15:57:35.495] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 76 [15:57:35.495] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 76 [15:57:35.495] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 76 [15:57:35.495] Projects: /dev/null/inferredProject1* +Info 76 [15:57:35.495] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js +Info 77 [15:57:35.502] Format host information updated +Info 78 [15:57:35.502] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 79 [15:57:35.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 9.285105999559164ms +Info 80 [15:57:35.511] Different program with same set of files +Info 81 [15:57:38.362] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 82 [15:57:38.374] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 12.224739998579025ms +Info 83 [15:57:38.374] Different program with same set of files +Info 84 [15:57:38.375] getCompletionData: Get current token: 0.005032999441027641 +Info 85 [15:57:38.375] getCompletionData: Is inside comment: 0.0027820002287626266 +Info 86 [15:57:38.375] getCompletionData: Get previous token: 0.017461998388171196 +Info 87 [15:57:38.375] getCompletionsAtPosition: isCompletionListBlocker: 0.009933998808264732 +Info 88 [15:57:38.376] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.23668400011956692 ms +Info 89 [15:57:38.376] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 90 [15:57:38.383] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 6.347729001194239ms +Info 91 [15:57:38.383] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 92 [15:57:38.383] Files (179) + +Info 93 [15:57:38.383] ----------------------------------------------- +Info 94 [15:57:38.383] getExportInfoMap: cache miss or empty; calculating new results +Info 95 [15:57:38.425] forEachExternalModuleToImportFrom autoImportProvider: 27.00033999979496 +Info 96 [15:57:38.425] getExportInfoMap: done in 49.204644998535514 ms +Info 97 [15:57:38.449] collectAutoImports: resolved 15 module specifiers, plus 1023 ambient and 152 from cache +Info 98 [15:57:38.449] collectAutoImports: response is complete +Info 99 [15:57:38.449] collectAutoImports: 24.083325000479817 +Info 100 [15:57:38.449] getCompletionData: Semantic work: 74.2344580013305 +Info 101 [15:57:38.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.425431000068784 +Info 102 [15:57:38.470] Format host information updated +Info 103 [15:57:38.684] Format host information updated +Info 104 [15:57:38.684] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 105 [15:57:38.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 11.764627000316978ms +Info 106 [15:57:38.696] Different program with same set of files +Info 107 [15:57:38.891] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 108 [15:57:38.899] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 8.237632000818849ms +Info 109 [15:57:38.899] Different program with same set of files +Info 110 [15:57:38.899] getCompletionData: Get current token: 0.00454300083220005 +Info 111 [15:57:38.899] getCompletionData: Is inside comment: 0.0026600006967782974 +Info 112 [15:57:38.899] getCompletionData: Get previous token: 0.013150999322533607 +Info 113 [15:57:38.899] getCompletionsAtPosition: isCompletionListBlocker: 0.011451000347733498 +Info 114 [15:57:38.900] getExportInfoMap: cache hit +Info 115 [15:57:38.924] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 116 [15:57:38.924] collectAutoImports: response is complete +Info 117 [15:57:38.924] collectAutoImports: 24.041417999193072 +Info 118 [15:57:38.924] getCompletionData: Semantic work: 24.75985400006175 +Info 119 [15:57:38.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.674436999484897 +Info 120 [15:57:38.941] Format host information updated +Info 121 [15:57:39.118] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 122 [15:57:39.127] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 9.124654000625014ms +Info 123 [15:57:39.127] Different program with same set of files +Info 124 [15:57:39.127] getCompletionData: Get current token: 0.005379999056458473 +Info 125 [15:57:39.128] getCompletionData: Is inside comment: 0.02263300120830536 +Info 126 [15:57:39.128] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 127 [15:57:39.128] Format host information updated +Info 128 [15:57:39.248] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 129 [15:57:39.280] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 32.18778199888766ms +Info 130 [15:57:39.280] Different program with same set of files +Info 131 [15:57:39.281] getCompletionData: Get current token: 0.013464998453855515 +Info 132 [15:57:39.281] getCompletionData: Is inside comment: 0.06501300074160099 +Info 133 [15:57:39.282] Format host information updated +Info 134 [15:57:39.503] Format host information updated +Info 135 [15:57:39.503] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 136 [15:57:39.510] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 6.827886000275612ms +Info 137 [15:57:39.510] Different program with same set of files +Info 138 [15:57:40.475] Format host information updated +Info 139 [15:57:40.475] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 140 [15:57:40.484] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 8.800905998796225ms +Info 141 [15:57:40.484] Different program with same set of files +Info 142 [15:57:41.039] getCompletionData: Get current token: 0.003870999440550804 +Info 143 [15:57:41.040] getCompletionData: Is inside comment: 0.008901000022888184 +Info 144 [15:57:41.040] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 145 [15:57:43.080] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 146 [15:57:43.088] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 7.725723000243306ms +Info 147 [15:57:43.088] Different program with same set of files +Info 148 [15:57:43.088] getCompletionData: Get current token: 0.003228999674320221 +Info 149 [15:57:43.088] getCompletionData: Is inside comment: 0.013468999415636063 +Info 150 [15:57:43.088] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 151 [15:57:43.089] Format host information updated +Info 152 [15:57:43.578] getCompletionData: Get current token: 0.004100998863577843 +Info 153 [15:57:43.578] getCompletionData: Is inside comment: 0.00793599896132946 +Info 154 [15:57:43.578] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 155 [15:57:43.873] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 156 [15:57:43.879] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 6.31203200109303ms +Info 157 [15:57:43.879] Different program with same set of files +Info 158 [15:57:43.879] getCompletionData: Get current token: 0.003236999735236168 +Info 159 [15:57:43.879] getCompletionData: Is inside comment: 0.007051998749375343 +Info 160 [15:57:43.879] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 161 [15:57:43.882] Format host information updated +Info 162 [15:57:44.275] Format host information updated +Info 163 [15:57:44.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 164 [15:57:44.283] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 7.92985500022769ms +Info 165 [15:57:44.283] Different program with same set of files +Info 166 [15:57:45.285] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 167 [15:57:45.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 6.605800999328494ms +Info 168 [15:57:45.291] Different program with same set of files +Info 169 [15:57:45.291] getCompletionData: Get current token: 0.0031759999692440033 +Info 170 [15:57:45.291] getCompletionData: Is inside comment: 0.0082590002566576 +Info 171 [15:57:45.292] Format host information updated +Info 172 [15:57:45.514] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 173 [15:57:45.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 9.639111999422312ms +Info 174 [15:57:45.524] Different program with same set of files +Info 175 [15:57:45.524] getCompletionData: Get current token: 0.0036990009248256683 +Info 176 [15:57:45.524] getCompletionData: Is inside comment: 0.009479999542236328 +Info 177 [15:57:45.524] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 178 [15:57:45.525] Format host information updated +Info 179 [15:57:45.665] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 180 [15:57:45.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 6.8788009993731976ms +Info 181 [15:57:45.672] Different program with same set of files +Info 182 [15:57:45.672] getCompletionData: Get current token: 0.004366999492049217 +Info 183 [15:57:45.672] getCompletionData: Is inside comment: 0.011649999767541885 +Info 184 [15:57:45.672] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 185 [15:57:45.673] Format host information updated +Info 186 [15:57:45.848] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 187 [15:57:45.855] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 6.983544001355767ms +Info 188 [15:57:45.855] Different program with same set of files +Info 189 [15:57:45.855] getCompletionData: Get current token: 0.003895999863743782 +Info 190 [15:57:45.855] getCompletionData: Is inside comment: 0.010275999084115028 +Info 191 [15:57:45.855] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 192 [15:57:45.858] Format host information updated +Info 193 [15:57:46.050] Format host information updated +Info 194 [15:57:46.051] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 195 [15:57:46.057] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 6.386091999709606ms +Info 196 [15:57:46.057] Different program with same set of files +Info 197 [15:57:46.160] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 198 [15:57:46.167] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 6.741049000993371ms +Info 199 [15:57:46.167] Different program with same set of files +Info 200 [15:57:46.167] getCompletionData: Get current token: 0.004487998783588409 +Info 201 [15:57:46.167] getCompletionData: Is inside comment: 0.01295199990272522 +Info 202 [15:57:46.167] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 203 [15:57:46.167] Format host information updated +Info 204 [15:57:46.248] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 205 [15:57:46.262] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 13.348494999110699ms +Info 206 [15:57:46.262] Different program with same set of files +Info 207 [15:57:46.262] getCompletionData: Get current token: 0.003577999770641327 +Info 208 [15:57:46.262] getCompletionData: Is inside comment: 0.00975400023162365 +Info 209 [15:57:46.262] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 210 [15:57:46.262] Format host information updated +Info 211 [15:57:46.804] Format host information updated +Info 212 [15:57:46.805] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 213 [15:57:46.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 6.228683000430465ms +Info 214 [15:57:46.811] Different program with same set of files +Info 215 [15:57:47.389] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 216 [15:57:47.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 6.071831999346614ms +Info 217 [15:57:47.395] Different program with same set of files +Info 218 [15:57:47.395] getCompletionData: Get current token: 0.00390000082552433 +Info 219 [15:57:47.395] getCompletionData: Is inside comment: 0.009762000292539597 +Info 220 [15:57:47.399] Format host information updated +Info 221 [15:57:47.627] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 222 [15:57:47.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 6.6048189997673035ms +Info 223 [15:57:47.634] Different program with same set of files +Info 224 [15:57:47.634] getCompletionData: Get current token: 0.003750000149011612 +Info 225 [15:57:47.634] getCompletionData: Is inside comment: 0.011459998786449432 +Info 226 [15:57:47.634] getCompletionData: Get previous token: 0.012012999504804611 +Info 227 [15:57:47.634] getCompletionsAtPosition: isCompletionListBlocker: 0.0145650003105402 +Info 228 [15:57:47.635] getExportInfoMap: cache hit +Info 229 [15:57:47.655] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 230 [15:57:47.655] collectAutoImports: response is complete +Info 231 [15:57:47.655] collectAutoImports: 20.309290999546647 +Info 232 [15:57:47.655] getCompletionData: Semantic work: 21.034857999533415 +Info 233 [15:57:47.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.3641769997775555 +Info 234 [15:57:47.669] Format host information updated +Info 235 [15:57:47.995] Format host information updated +Info 236 [15:57:47.996] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 237 [15:57:48.002] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.270947000011802ms +Info 238 [15:57:48.002] Different program with same set of files +Info 239 [15:57:48.428] Format host information updated +Info 240 [15:57:48.428] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 241 [15:57:48.436] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.189437998458743ms +Info 242 [15:57:48.436] Different program with same set of files +Info 243 [15:57:49.004] Format host information updated +Info 244 [15:57:49.005] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 245 [15:57:49.011] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 6.3612559996545315ms +Info 246 [15:57:49.011] Different program with same set of files +Info 247 [15:57:49.421] Format host information updated +Info 248 [15:57:49.422] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 249 [15:57:49.435] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 13.54569200053811ms +Info 250 [15:57:49.435] Different program with same set of files +Info 251 [15:57:49.673] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 252 [15:57:49.684] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 10.530179999768734ms +Info 253 [15:57:49.684] Different program with same set of files +Info 254 [15:57:49.684] getCompletionData: Get current token: 0.003585999831557274 +Info 255 [15:57:49.684] getCompletionData: Is inside comment: 0.00851299986243248 +Info 256 [15:57:49.684] getCompletionData: Get previous token: 0.015215998515486717 +Info 257 [15:57:49.684] getCompletionsAtPosition: isCompletionListBlocker: 0.010995998978614807 +Info 258 [15:57:49.685] getExportInfoMap: cache hit +Info 259 [15:57:49.694] collectAutoImports: resolved 0 module specifiers, plus 103 ambient and 24 from cache +Info 260 [15:57:49.694] collectAutoImports: response is complete +Info 261 [15:57:49.694] collectAutoImports: 8.595182999968529 +Info 262 [15:57:49.694] getCompletionData: Semantic work: 9.488662000745535 +Info 263 [15:57:49.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3769339993596077 +Info 264 [15:57:49.698] Format host information updated +Info 265 [15:57:49.859] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 266 [15:57:49.868] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 9.013109000399709ms +Info 267 [15:57:49.868] Different program with same set of files +Info 268 [15:57:49.868] getCompletionData: Get current token: 0.003942001610994339 +Info 269 [15:57:49.868] getCompletionData: Is inside comment: 0.008885998278856277 +Info 270 [15:57:49.868] getCompletionData: Get previous token: 0.0143630001693964 +Info 271 [15:57:49.868] getCompletionsAtPosition: isCompletionListBlocker: 0.010114999487996101 +Info 272 [15:57:49.869] getExportInfoMap: cache hit +Info 273 [15:57:49.873] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 4 from cache +Info 274 [15:57:49.873] collectAutoImports: response is complete +Info 275 [15:57:49.873] collectAutoImports: 4.545691998675466 +Info 276 [15:57:49.873] getCompletionData: Semantic work: 5.296109000220895 +Info 277 [15:57:49.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7688299994915724 +Info 278 [15:57:49.876] Format host information updated +Info 279 [15:57:49.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 280 [15:57:49.978] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 8.476509999483824ms +Info 281 [15:57:49.978] Different program with same set of files +Info 282 [15:57:49.978] getCompletionData: Get current token: 0.003802001476287842 +Info 283 [15:57:49.978] getCompletionData: Is inside comment: 0.009152000769972801 +Info 284 [15:57:49.978] getCompletionData: Get previous token: 0.01373400166630745 +Info 285 [15:57:49.978] getCompletionsAtPosition: isCompletionListBlocker: 0.009603999555110931 +Info 286 [15:57:49.979] getExportInfoMap: cache hit +Info 287 [15:57:49.982] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 288 [15:57:49.982] collectAutoImports: response is complete +Info 289 [15:57:49.982] collectAutoImports: 3.404585000127554 +Info 290 [15:57:49.982] getCompletionData: Semantic work: 4.110716000199318 +Info 291 [15:57:49.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3983880002051592 +Info 292 [15:57:49.984] Format host information updated +Info 293 [15:57:50.058] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 294 [15:57:50.084] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 25.335039000958204ms +Info 295 [15:57:50.084] Different program with same set of files +Info 296 [15:57:50.084] getCompletionData: Get current token: 0.006633000448346138 +Info 297 [15:57:50.084] getCompletionData: Is inside comment: 0.015422999858856201 +Info 298 [15:57:50.084] getCompletionData: Get previous token: 0.024271000176668167 +Info 299 [15:57:50.084] getCompletionsAtPosition: isCompletionListBlocker: 0.01597599871456623 +Info 300 [15:57:50.086] getExportInfoMap: cache hit +Info 301 [15:57:50.089] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 302 [15:57:50.089] collectAutoImports: response is complete +Info 303 [15:57:50.089] collectAutoImports: 3.2725599985569715 +Info 304 [15:57:50.089] getCompletionData: Semantic work: 4.691231999546289 +Info 305 [15:57:50.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0441649984568357 +Info 306 [15:57:50.094] Format host information updated +Info 307 [15:57:50.203] Format host information updated +Info 308 [15:57:50.203] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 309 [15:57:50.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 14.569528000429273ms +Info 310 [15:57:50.218] Different program with same set of files +Info 311 [15:57:50.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 312 [15:57:50.376] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 29.414886999875307ms +Info 313 [15:57:50.376] Different program with same set of files +Info 314 [15:57:50.376] getCompletionData: Get current token: 0.007276000455021858 +Info 315 [15:57:50.376] getCompletionData: Is inside comment: 0.016583001241087914 +Info 316 [15:57:50.376] getCompletionData: Get previous token: 0.02726300060749054 +Info 317 [15:57:50.376] getCompletionsAtPosition: isCompletionListBlocker: 0.024650000035762787 +Info 318 [15:57:50.377] getExportInfoMap: cache hit +Info 319 [15:57:50.391] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 34 from cache +Info 320 [15:57:50.391] collectAutoImports: response is complete +Info 321 [15:57:50.391] collectAutoImports: 13.824890000745654 +Info 322 [15:57:50.391] getCompletionData: Semantic work: 15.142113000154495 +Info 323 [15:57:50.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4603790007531643 +Info 324 [15:57:50.397] Format host information updated +Info 325 [15:57:50.610] Format host information updated +Info 326 [15:57:50.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 327 [15:57:50.618] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 8.17076300084591ms +Info 328 [15:57:50.618] Different program with same set of files +Info 329 [15:57:50.771] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 330 [15:57:50.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 8.293508000671864ms +Info 331 [15:57:50.780] Different program with same set of files +Info 332 [15:57:50.780] getCompletionData: Get current token: 0.005163000896573067 +Info 333 [15:57:50.780] getCompletionData: Is inside comment: 0.008354999125003815 +Info 334 [15:57:50.780] getCompletionData: Get previous token: 0.015001000836491585 +Info 335 [15:57:50.780] getCompletionsAtPosition: isCompletionListBlocker: 0.010847000405192375 +Info 336 [15:57:50.781] getExportInfoMap: cache hit +Info 337 [15:57:50.782] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 338 [15:57:50.782] collectAutoImports: response is complete +Info 339 [15:57:50.782] collectAutoImports: 1.8141070008277893 +Info 340 [15:57:50.782] getCompletionData: Semantic work: 2.561651999130845 +Info 341 [15:57:50.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0756149999797344 +Info 342 [15:57:50.786] Format host information updated +Info 343 [15:57:50.861] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 344 [15:57:50.867] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.552974000573158ms +Info 345 [15:57:50.867] Different program with same set of files +Info 346 [15:57:50.868] getCompletionData: Get current token: 0.003397999331355095 +Info 347 [15:57:50.868] getCompletionData: Is inside comment: 0.013651000335812569 +Info 348 [15:57:50.868] getCompletionData: Get previous token: 0.013001998886466026 +Info 349 [15:57:50.868] getCompletionsAtPosition: isCompletionListBlocker: 0.00892999954521656 +Info 350 [15:57:50.868] getExportInfoMap: cache hit +Info 351 [15:57:50.870] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 352 [15:57:50.870] collectAutoImports: response is complete +Info 353 [15:57:50.870] collectAutoImports: 1.9242669995874166 +Info 354 [15:57:50.870] getCompletionData: Semantic work: 2.5291649997234344 +Info 355 [15:57:50.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1623679995536804 +Info 356 [15:57:50.872] Format host information updated +Info 357 [15:57:51.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 358 [15:57:51.020] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 8.320555999875069ms +Info 359 [15:57:51.020] Different program with same set of files +Info 360 [15:57:51.021] getCompletionData: Get current token: 0.003913000226020813 +Info 361 [15:57:51.021] getCompletionData: Is inside comment: 0.008456001058220863 +Info 362 [15:57:51.021] getCompletionData: Get previous token: 0.01876099966466427 +Info 363 [15:57:51.021] getCompletionsAtPosition: isCompletionListBlocker: 0.009533999487757683 +Info 364 [15:57:51.021] getExportInfoMap: cache hit +Info 365 [15:57:51.023] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 366 [15:57:51.023] collectAutoImports: response is complete +Info 367 [15:57:51.023] collectAutoImports: 1.8854890000075102 +Info 368 [15:57:51.023] getCompletionData: Semantic work: 2.540572999045253 +Info 369 [15:57:51.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1167220007628202 +Info 370 [15:57:51.027] Format host information updated +Info 371 [15:57:51.150] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 372 [15:57:51.174] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 24.051513999700546ms +Info 373 [15:57:51.174] Different program with same set of files +Info 374 [15:57:51.175] getCompletionData: Get current token: 0.009591998532414436 +Info 375 [15:57:51.175] getCompletionData: Is inside comment: 0.024320999160408974 +Info 376 [15:57:51.175] getCompletionData: Get previous token: 0.0864039994776249 +Info 377 [15:57:51.175] getCompletionsAtPosition: isCompletionListBlocker: 0.03317300044000149 +Info 378 [15:57:51.176] getExportInfoMap: cache hit +Info 379 [15:57:51.181] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 1 from cache +Info 380 [15:57:51.181] collectAutoImports: response is complete +Info 381 [15:57:51.181] collectAutoImports: 4.492592001333833 +Info 382 [15:57:51.181] getCompletionData: Semantic work: 5.866701001301408 +Info 383 [15:57:51.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0449440013617277 +Info 384 [15:57:51.184] Format host information updated +Info 385 [15:57:51.261] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 386 [15:57:51.267] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.685440998524427ms +Info 387 [15:57:51.267] Different program with same set of files +Info 388 [15:57:51.267] getCompletionData: Get current token: 0.00399399921298027 +Info 389 [15:57:51.267] getCompletionData: Is inside comment: 0.0089890006929636 +Info 390 [15:57:51.267] getCompletionData: Get previous token: 0.014446999877691269 +Info 391 [15:57:51.268] getCompletionsAtPosition: isCompletionListBlocker: 0.009496999904513359 +Info 392 [15:57:51.268] getExportInfoMap: cache hit +Info 393 [15:57:51.271] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 4 from cache +Info 394 [15:57:51.271] collectAutoImports: response is complete +Info 395 [15:57:51.271] collectAutoImports: 3.2335710003972054 +Info 396 [15:57:51.271] getCompletionData: Semantic work: 3.7786560002714396 +Info 397 [15:57:51.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.293613001704216 +Info 398 [15:57:51.275] Format host information updated +Info 399 [15:57:51.481] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 400 [15:57:51.490] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 9.582509001716971ms +Info 401 [15:57:51.490] Different program with same set of files +Info 402 [15:57:51.490] getCompletionData: Get current token: 0.005498999729752541 +Info 403 [15:57:51.490] getCompletionData: Is inside comment: 0.013046998530626297 +Info 404 [15:57:51.490] getCompletionData: Get previous token: 0.02012699842453003 +Info 405 [15:57:51.491] getCompletionsAtPosition: isCompletionListBlocker: 0.012981999665498734 +Info 406 [15:57:51.491] getExportInfoMap: cache hit +Info 407 [15:57:51.495] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 2 from cache +Info 408 [15:57:51.495] collectAutoImports: response is complete +Info 409 [15:57:51.495] collectAutoImports: 3.6040059998631477 +Info 410 [15:57:51.495] getCompletionData: Semantic work: 4.359675999730825 +Info 411 [15:57:51.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5057720001786947 +Info 412 [15:57:51.498] Format host information updated +Info 413 [15:57:51.577] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 414 [15:57:51.601] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 24.30172700062394ms +Info 415 [15:57:51.601] Different program with same set of files +Info 416 [15:57:51.601] getCompletionData: Get current token: 0.010187000036239624 +Info 417 [15:57:51.602] getCompletionData: Is inside comment: 0.025357000529766083 +Info 418 [15:57:51.602] getCompletionData: Get previous token: 0.03820999898016453 +Info 419 [15:57:51.602] getCompletionsAtPosition: isCompletionListBlocker: 0.022735001519322395 +Info 420 [15:57:51.603] getExportInfoMap: cache hit +Info 421 [15:57:51.607] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 422 [15:57:51.607] collectAutoImports: response is complete +Info 423 [15:57:51.607] collectAutoImports: 4.28065700083971 +Info 424 [15:57:51.607] getCompletionData: Semantic work: 5.749869000166655 +Info 425 [15:57:51.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.965590000152588 +Info 426 [15:57:51.613] Format host information updated +Info 427 [15:57:51.643] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 428 [15:57:51.651] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 8.432832000777125ms +Info 429 [15:57:51.651] Different program with same set of files +Info 430 [15:57:51.652] getCompletionData: Get current token: 0.005070999264717102 +Info 431 [15:57:51.652] getCompletionData: Is inside comment: 0.010048000141978264 +Info 432 [15:57:51.652] getCompletionData: Get previous token: 0.014240998774766922 +Info 433 [15:57:51.652] getCompletionsAtPosition: isCompletionListBlocker: 0.014290999621152878 +Info 434 [15:57:51.652] getExportInfoMap: cache hit +Info 435 [15:57:51.679] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 436 [15:57:51.679] collectAutoImports: response is complete +Info 437 [15:57:51.679] collectAutoImports: 26.306278001517057 +Info 438 [15:57:51.679] getCompletionData: Semantic work: 27.005382001399994 +Info 439 [15:57:51.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.004863999783993 +Info 440 [15:57:51.693] Format host information updated +Info 441 [15:57:51.739] Format host information updated +Info 442 [15:57:51.739] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 443 [15:57:51.747] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 7.927871998399496ms +Info 444 [15:57:51.747] Different program with same set of files +Info 445 [15:57:51.929] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 446 [15:57:51.938] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 8.559015000239015ms +Info 447 [15:57:51.938] Different program with same set of files +Info 448 [15:57:51.938] getCompletionData: Get current token: 0.0031940005719661713 +Info 449 [15:57:51.938] getCompletionData: Is inside comment: 0.007468000054359436 +Info 450 [15:57:51.938] getCompletionData: Get previous token: 0.03632799908518791 +Info 451 [15:57:51.938] getCompletionsAtPosition: isCompletionListBlocker: 0.020601000636816025 +Info 452 [15:57:51.939] getExportInfoMap: cache hit +Info 453 [15:57:51.944] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 34 from cache +Info 454 [15:57:51.944] collectAutoImports: response is complete +Info 455 [15:57:51.944] collectAutoImports: 5.25921400077641 +Info 456 [15:57:51.944] getCompletionData: Semantic work: 5.880021000280976 +Info 457 [15:57:51.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0700850002467632 +Info 458 [15:57:51.948] Format host information updated +Info 459 [15:57:52.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 460 [15:57:52.030] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 16.06601000018418ms +Info 461 [15:57:52.030] Different program with same set of files +Info 462 [15:57:52.030] getCompletionData: Get current token: 0.009719999507069588 +Info 463 [15:57:52.030] getCompletionData: Is inside comment: 0.020292000845074654 +Info 464 [15:57:52.030] getCompletionData: Get previous token: 0.029221000149846077 +Info 465 [15:57:52.030] getCompletionsAtPosition: isCompletionListBlocker: 0.019262000918388367 +Info 466 [15:57:52.032] getExportInfoMap: cache hit +Info 467 [15:57:52.043] collectAutoImports: resolved 0 module specifiers, plus 74 ambient and 26 from cache +Info 468 [15:57:52.043] collectAutoImports: response is complete +Info 469 [15:57:52.043] collectAutoImports: 10.614116000011563 +Info 470 [15:57:52.043] getCompletionData: Semantic work: 12.144034000113606 +Info 471 [15:57:52.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1385660003870726 +Info 472 [15:57:52.050] Format host information updated +Info 473 [15:57:52.166] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 474 [15:57:52.173] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.487714000046253ms +Info 475 [15:57:52.173] Different program with same set of files +Info 476 [15:57:52.173] getCompletionData: Get current token: 0.0030949991196393967 +Info 477 [15:57:52.173] getCompletionData: Is inside comment: 0.008149001747369766 +Info 478 [15:57:52.173] getCompletionData: Get previous token: 0.01368500106036663 +Info 479 [15:57:52.173] getCompletionsAtPosition: isCompletionListBlocker: 0.008058000355958939 +Info 480 [15:57:52.174] getExportInfoMap: cache hit +Info 481 [15:57:52.192] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 482 [15:57:52.192] collectAutoImports: response is complete +Info 483 [15:57:52.192] collectAutoImports: 17.95209399983287 +Info 484 [15:57:52.192] getCompletionData: Semantic work: 18.782304000109434 +Info 485 [15:57:52.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.911122001707554 +Info 486 [15:57:52.205] Format host information updated +Info 487 [15:57:52.270] Format host information updated +Info 488 [15:57:52.270] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 489 [15:57:52.283] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 13.068975999951363ms +Info 490 [15:57:52.283] Different program with same set of files +Info 491 [15:57:56.474] Format host information updated +Info 492 [15:57:56.474] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 493 [15:57:56.481] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 6.408995999023318ms +Info 494 [15:57:56.481] Different program with same set of files +Info 495 [15:57:56.928] getCompletionData: Get current token: 0.0039519984275102615 +Info 496 [15:57:56.928] getCompletionData: Is inside comment: 0.008536998182535172 +Info 497 [15:57:56.928] getCompletionData: Get previous token: 0.013005999848246574 +Info 498 [15:57:56.928] getCompletionsAtPosition: isCompletionListBlocker: 0.0026500001549720764 +Info 499 [15:57:56.928] Returning an empty list because completion was requested in an invalid position. +Info 500 [15:57:57.050] Format host information updated +Info 501 [15:57:57.050] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 502 [15:57:57.057] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 6.796882001683116ms +Info 503 [15:57:57.057] Different program with same set of files +Info 504 [15:57:57.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 505 [15:57:57.784] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 6.903440000489354ms +Info 506 [15:57:57.784] Different program with same set of files +Info 507 [15:57:57.784] getCompletionData: Get current token: 0.0027369987219572067 +Info 508 [15:57:57.784] getCompletionData: Is inside comment: 0.008604999631643295 +Info 509 [15:57:57.784] getCompletionData: Get previous token: 0.007422998547554016 +Info 510 [15:57:57.784] getCompletionsAtPosition: isCompletionListBlocker: 0.03288399986922741 +Info 511 [15:57:57.785] getExportInfoMap: cache hit +Info 512 [15:57:57.800] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 513 [15:57:57.800] collectAutoImports: response is complete +Info 514 [15:57:57.800] collectAutoImports: 14.777875998988748 +Info 515 [15:57:57.800] getCompletionData: Semantic work: 15.369998998939991 +Info 516 [15:57:57.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.184595998376608 +Info 517 [15:57:57.813] Format host information updated +Info 518 [15:57:57.844] Format host information updated +Info 519 [15:57:57.845] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 520 [15:57:57.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 15.089601999148726ms +Info 521 [15:57:57.860] Different program with same set of files +Info 522 [15:57:58.411] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 523 [15:57:58.421] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 9.374687001109123ms +Info 524 [15:57:58.421] Different program with same set of files +Info 525 [15:57:58.421] getCompletionData: Get current token: 0.003581000491976738 +Info 526 [15:57:58.421] getCompletionData: Is inside comment: 0.012142999097704887 +Info 527 [15:57:58.421] getCompletionData: Get previous token: 0.007983999326825142 +Info 528 [15:57:58.421] getCompletionsAtPosition: isCompletionListBlocker: 0.009726999327540398 +Info 529 [15:57:58.422] getExportInfoMap: cache hit +Info 530 [15:57:58.445] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 531 [15:57:58.445] collectAutoImports: response is complete +Info 532 [15:57:58.445] collectAutoImports: 23.4581289999187 +Info 533 [15:57:58.445] getCompletionData: Semantic work: 24.287864999845624 +Info 534 [15:57:58.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.839906999841332 +Info 535 [15:57:58.458] Format host information updated +Info 536 [15:57:58.476] Format host information updated +Info 537 [15:57:58.477] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 538 [15:57:58.483] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 6.501785000786185ms +Info 539 [15:57:58.483] Different program with same set of files +Info 540 [15:57:58.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 541 [15:57:58.586] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.916071999818087ms +Info 542 [15:57:58.586] Different program with same set of files +Info 543 [15:57:58.586] getCompletionData: Get current token: 0.0038520004600286484 +Info 544 [15:57:58.586] getCompletionData: Is inside comment: 0.012761000543832779 +Info 545 [15:57:58.586] getCompletionData: Get previous token: 0.009637000039219856 +Info 546 [15:57:58.586] getCompletionsAtPosition: isCompletionListBlocker: 0.009244000539183617 +Info 547 [15:57:58.587] getExportInfoMap: cache hit +Info 548 [15:57:58.602] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 549 [15:57:58.602] collectAutoImports: response is complete +Info 550 [15:57:58.602] collectAutoImports: 15.45732600055635 +Info 551 [15:57:58.602] getCompletionData: Semantic work: 16.127988999709487 +Info 552 [15:57:58.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.689484000205994 +Info 553 [15:57:58.614] Format host information updated +Info 554 [15:57:58.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 555 [15:57:58.739] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 8.661549000069499ms +Info 556 [15:57:58.739] Different program with same set of files +Info 557 [15:57:58.739] getCompletionData: Get current token: 0.003739999607205391 +Info 558 [15:57:58.739] getCompletionData: Is inside comment: 0.02130500040948391 +Info 559 [15:57:58.739] getCompletionData: Get previous token: 0.01915299892425537 +Info 560 [15:57:58.739] getCompletionsAtPosition: isCompletionListBlocker: 0.10997200012207031 +Info 561 [15:57:58.740] getExportInfoMap: cache hit +Info 562 [15:57:58.752] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 563 [15:57:58.752] collectAutoImports: response is complete +Info 564 [15:57:58.752] collectAutoImports: 12.718965999782085 +Info 565 [15:57:58.753] getCompletionData: Semantic work: 13.401244999840856 +Info 566 [15:57:58.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.765135999768972 +Info 567 [15:57:58.765] Format host information updated +Info 568 [15:57:58.791] Format host information updated +Info 569 [15:57:58.792] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 570 [15:57:58.798] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 6.561127001419663ms +Info 571 [15:57:58.798] Different program with same set of files +Info 572 [15:57:59.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 573 [15:57:59.007] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 6.602765999734402ms +Info 574 [15:57:59.007] Different program with same set of files +Info 575 [15:57:59.007] getCompletionData: Get current token: 0.0036069992929697037 +Info 576 [15:57:59.007] getCompletionData: Is inside comment: 0.01176999881863594 +Info 577 [15:57:59.007] getCompletionData: Get previous token: 0.009080000221729279 +Info 578 [15:57:59.007] getCompletionsAtPosition: isCompletionListBlocker: 0.012994000688195229 +Info 579 [15:57:59.008] getExportInfoMap: cache hit +Info 580 [15:57:59.021] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 581 [15:57:59.021] collectAutoImports: response is complete +Info 582 [15:57:59.021] collectAutoImports: 13.141395999118686 +Info 583 [15:57:59.021] getCompletionData: Semantic work: 13.707863999530673 +Info 584 [15:57:59.026] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.226951999589801 +Info 585 [15:57:59.032] Format host information updated +Info 586 [15:58:00.922] getCompletionData: Get current token: 0.0068870000541210175 +Info 587 [15:58:00.922] getCompletionData: Is inside comment: 0.014272000640630722 +Info 588 [15:58:00.922] getCompletionData: Get previous token: 0.012109000235795975 +Info 589 [15:58:00.922] getCompletionsAtPosition: isCompletionListBlocker: 0.004755999892950058 +Info 590 [15:58:00.922] getExportInfoMap: cache hit +Info 591 [15:58:00.938] collectAutoImports: resolved 3 module specifiers, plus 760 ambient and 231 from cache +Info 592 [15:58:00.938] collectAutoImports: response is complete +Info 593 [15:58:00.939] collectAutoImports: 15.955339999869466 +Info 594 [15:58:00.939] getCompletionData: Semantic work: 16.68690700083971 +Info 595 [15:58:00.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.742531999945641 +Info 596 [15:58:01.106] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 597 [15:58:01.113] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 7.036740001291037ms +Info 598 [15:58:01.113] Different program with same set of files +Info 599 [15:58:01.114] getCompletionData: Get current token: 0.006653999909758568 +Info 600 [15:58:01.114] getCompletionData: Is inside comment: 0.01472499966621399 +Info 601 [15:58:01.114] getCompletionData: Get previous token: 0.011526001617312431 +Info 602 [15:58:01.114] getCompletionsAtPosition: isCompletionListBlocker: 0.03958999924361706 +Info 603 [15:58:01.114] getExportInfoMap: cache hit +Info 604 [15:58:01.130] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 605 [15:58:01.130] collectAutoImports: response is complete +Info 606 [15:58:01.130] collectAutoImports: 15.747054999694228 +Info 607 [15:58:01.130] getCompletionData: Semantic work: 16.326953001320362 +Info 608 [15:58:01.137] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.724246999248862 +Info 609 [15:58:01.141] Format host information updated +Info 610 [15:58:01.166] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 611 [15:58:01.174] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 8.207580000162125ms +Info 612 [15:58:01.174] Different program with same set of files +Info 613 [15:58:01.174] getCompletionData: Get current token: 0.006143998354673386 +Info 614 [15:58:01.174] getCompletionData: Is inside comment: 0.013248998671770096 +Info 615 [15:58:01.174] getCompletionData: Get previous token: 0.009988000616431236 +Info 616 [15:58:01.175] getCompletionsAtPosition: isCompletionListBlocker: 0.009828999638557434 +Info 617 [15:58:01.175] getExportInfoMap: cache hit +Info 618 [15:58:01.187] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 619 [15:58:01.187] collectAutoImports: response is complete +Info 620 [15:58:01.187] collectAutoImports: 11.576290000230074 +Info 621 [15:58:01.187] getCompletionData: Semantic work: 12.137304000556469 +Info 622 [15:58:01.193] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.863338999450207 +Info 623 [15:58:01.198] Format host information updated +Info 624 [15:58:01.448] getCompletionData: Get current token: 0.03133700042963028 +Info 625 [15:58:01.449] getCompletionData: Is inside comment: 0.06252600066363811 +Info 626 [15:58:01.449] getCompletionData: Get previous token: 0.0459429994225502 +Info 627 [15:58:01.449] getCompletionsAtPosition: isCompletionListBlocker: 0.018526999279856682 +Info 628 [15:58:01.449] Returning an empty list because completion was requested in an invalid position. +Info 629 [15:58:01.648] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 630 [15:58:01.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 6.648019999265671ms +Info 631 [15:58:01.655] Different program with same set of files +Info 632 [15:58:01.655] getCompletionData: Get current token: 0.007854999974370003 +Info 633 [15:58:01.655] getCompletionData: Is inside comment: 0.015405001118779182 +Info 634 [15:58:01.655] getCompletionData: Get previous token: 0.019843999296426773 +Info 635 [15:58:01.655] getCompletionsAtPosition: isCompletionListBlocker: 0.005903000012040138 +Info 636 [15:58:01.655] getExportInfoMap: cache hit +Info 637 [15:58:01.657] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 638 [15:58:01.657] collectAutoImports: response is complete +Info 639 [15:58:01.657] collectAutoImports: 1.796085000038147 +Info 640 [15:58:01.657] getCompletionData: Semantic work: 2.468756001442671 +Info 641 [15:58:01.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7386240009218454 +Info 642 [15:58:01.660] Format host information updated +Info 643 [15:58:02.093] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 644 [15:58:02.100] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 6.718469999730587ms +Info 645 [15:58:02.100] Different program with same set of files +Info 646 [15:58:02.100] getCompletionData: Get current token: 0.023127000778913498 +Info 647 [15:58:02.100] getCompletionData: Is inside comment: 0.0165180005133152 +Info 648 [15:58:02.100] getCompletionData: Get previous token: 0.02282399870455265 +Info 649 [15:58:02.100] getCompletionsAtPosition: isCompletionListBlocker: 0.005041999742388725 +Info 650 [15:58:02.101] getExportInfoMap: cache hit +Info 651 [15:58:02.103] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 652 [15:58:02.103] collectAutoImports: response is complete +Info 653 [15:58:02.103] collectAutoImports: 1.7638700008392334 +Info 654 [15:58:02.103] getCompletionData: Semantic work: 2.4033509995788336 +Info 655 [15:58:02.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.869021000340581 +Info 656 [15:58:02.107] Format host information updated +Info 657 [15:58:02.398] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 658 [15:58:02.405] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 6.547403998672962ms +Info 659 [15:58:02.405] Different program with same set of files +Info 660 [15:58:02.405] getCompletionData: Get current token: 0.007627999410033226 +Info 661 [15:58:02.405] getCompletionData: Is inside comment: 0.016826000064611435 +Info 662 [15:58:02.405] getCompletionData: Get previous token: 0.012700999155640602 +Info 663 [15:58:02.405] getCompletionsAtPosition: isCompletionListBlocker: 0.002717999741435051 +Info 664 [15:58:02.406] getExportInfoMap: cache hit +Info 665 [15:58:02.421] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 666 [15:58:02.421] collectAutoImports: response is complete +Info 667 [15:58:02.421] collectAutoImports: 14.797566000372171 +Info 668 [15:58:02.421] getCompletionData: Semantic work: 15.441825000569224 +Info 669 [15:58:02.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8534859996289015 +Info 670 [15:58:02.432] Format host information updated +Info 671 [15:58:02.514] Format host information updated +Info 672 [15:58:02.514] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 673 [15:58:02.535] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 20.46480599977076ms +Info 674 [15:58:02.535] Different program with same set of files +Info 675 [15:58:02.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 676 [15:58:02.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 8.747713999822736ms +Info 677 [15:58:02.696] Different program with same set of files +Info 678 [15:58:02.696] getCompletionData: Get current token: 0.007941000163555145 +Info 679 [15:58:02.696] getCompletionData: Is inside comment: 0.0179509986191988 +Info 680 [15:58:02.696] getCompletionData: Get previous token: 0.026200000196695328 +Info 681 [15:58:02.696] getCompletionsAtPosition: isCompletionListBlocker: 0.0031310003250837326 +Info 682 [15:58:02.697] getExportInfoMap: cache hit +Info 683 [15:58:02.700] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 11 from cache +Info 684 [15:58:02.700] collectAutoImports: response is complete +Info 685 [15:58:02.700] collectAutoImports: 3.0906649995595217 +Info 686 [15:58:02.700] getCompletionData: Semantic work: 3.7441540006548166 +Info 687 [15:58:02.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2161560002714396 +Info 688 [15:58:02.703] Format host information updated +Info 689 [15:58:02.862] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 690 [15:58:02.868] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 6.252141000702977ms +Info 691 [15:58:02.868] Different program with same set of files +Info 692 [15:58:02.868] getCompletionData: Get current token: 0.006373001262545586 +Info 693 [15:58:02.868] getCompletionData: Is inside comment: 0.014155000448226929 +Info 694 [15:58:02.868] getCompletionData: Get previous token: 0.022390000522136688 +Info 695 [15:58:02.869] getCompletionsAtPosition: isCompletionListBlocker: 0.003035999834537506 +Info 696 [15:58:02.869] getExportInfoMap: cache hit +Info 697 [15:58:02.871] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 698 [15:58:02.871] collectAutoImports: response is complete +Info 699 [15:58:02.871] collectAutoImports: 1.8103419989347458 +Info 700 [15:58:02.871] getCompletionData: Semantic work: 2.3296429999172688 +Info 701 [15:58:02.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.83640499971807 +Info 702 [15:58:02.875] Format host information updated +Info 703 [15:58:03.132] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 704 [15:58:03.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 23.10720199905336ms +Info 705 [15:58:03.155] Different program with same set of files +Info 706 [15:58:03.155] getCompletionData: Get current token: 0.011902999132871628 +Info 707 [15:58:03.155] getCompletionData: Is inside comment: 0.026976000517606735 +Info 708 [15:58:03.155] getCompletionData: Get previous token: 0.038279999047517776 +Info 709 [15:58:03.156] getCompletionsAtPosition: isCompletionListBlocker: 0.00588499940931797 +Info 710 [15:58:03.157] getExportInfoMap: cache hit +Info 711 [15:58:03.161] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 11 from cache +Info 712 [15:58:03.161] collectAutoImports: response is complete +Info 713 [15:58:03.161] collectAutoImports: 4.387597000226378 +Info 714 [15:58:03.161] getCompletionData: Semantic work: 5.486439000815153 +Info 715 [15:58:03.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8003930002450943 +Info 716 [15:58:03.165] Format host information updated +Info 717 [15:58:03.218] Format host information updated +Info 718 [15:58:03.218] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 719 [15:58:03.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 7.02908300049603ms +Info 720 [15:58:03.225] Different program with same set of files +Info 721 [15:58:03.428] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 722 [15:58:03.435] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 6.6088100001215935ms +Info 723 [15:58:03.435] Different program with same set of files +Info 724 [15:58:03.435] getCompletionData: Get current token: 0.006992999464273453 +Info 725 [15:58:03.435] getCompletionData: Is inside comment: 0.016426999121904373 +Info 726 [15:58:03.435] getCompletionData: Get previous token: 0.023490000516176224 +Info 727 [15:58:03.435] getCompletionsAtPosition: isCompletionListBlocker: 0.0029440000653266907 +Info 728 [15:58:03.436] getExportInfoMap: cache hit +Info 729 [15:58:03.438] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 11 from cache +Info 730 [15:58:03.438] collectAutoImports: response is complete +Info 731 [15:58:03.438] collectAutoImports: 2.692019000649452 +Info 732 [15:58:03.438] getCompletionData: Semantic work: 3.1876550000160933 +Info 733 [15:58:03.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9217459987848997 +Info 734 [15:58:03.441] Format host information updated +Info 735 [15:58:03.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 736 [15:58:03.530] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 13.788015000522137ms +Info 737 [15:58:03.530] Different program with same set of files +Info 738 [15:58:03.530] getCompletionData: Get current token: 0.01696300134062767 +Info 739 [15:58:03.530] getCompletionData: Is inside comment: 0.04012800008058548 +Info 740 [15:58:03.530] getCompletionData: Get previous token: 0.09532099962234497 +Info 741 [15:58:03.530] getCompletionsAtPosition: isCompletionListBlocker: 0.006408000364899635 +Info 742 [15:58:03.531] getExportInfoMap: cache hit +Info 743 [15:58:03.540] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 744 [15:58:03.540] collectAutoImports: response is complete +Info 745 [15:58:03.540] collectAutoImports: 8.769903000444174 +Info 746 [15:58:03.540] getCompletionData: Semantic work: 9.817416001111269 +Info 747 [15:58:03.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.432652000337839 +Info 748 [15:58:03.545] Format host information updated +Info 749 [15:58:03.598] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 750 [15:58:03.622] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 24.416874000802636ms +Info 751 [15:58:03.622] Different program with same set of files +Info 752 [15:58:03.623] getCompletionData: Get current token: 0.03099999949336052 +Info 753 [15:58:03.623] getCompletionData: Is inside comment: 0.06570000015199184 +Info 754 [15:58:03.623] getCompletionData: Get previous token: 0.10582900047302246 +Info 755 [15:58:03.624] getCompletionsAtPosition: isCompletionListBlocker: 0.009563999250531197 +Info 756 [15:58:03.625] getExportInfoMap: cache hit +Info 757 [15:58:03.631] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 758 [15:58:03.631] collectAutoImports: response is complete +Info 759 [15:58:03.631] collectAutoImports: 5.643367998301983 +Info 760 [15:58:03.631] getCompletionData: Semantic work: 7.333752000704408 +Info 761 [15:58:03.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.033489000052214 +Info 762 [15:58:03.637] Format host information updated +Info 763 [15:58:03.669] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 764 [15:58:03.681] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 12.064007999375463ms +Info 765 [15:58:03.681] Different program with same set of files +Info 766 [15:58:03.681] getCompletionData: Get current token: 0.011473000049591064 +Info 767 [15:58:03.681] getCompletionData: Is inside comment: 0.024524999782443047 +Info 768 [15:58:03.681] getCompletionData: Get previous token: 0.03401099890470505 +Info 769 [15:58:03.681] getCompletionsAtPosition: isCompletionListBlocker: 0.004110001027584076 +Info 770 [15:58:03.682] getExportInfoMap: cache hit +Info 771 [15:58:03.684] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 772 [15:58:03.684] collectAutoImports: response is complete +Info 773 [15:58:03.684] collectAutoImports: 2.529371000826359 +Info 774 [15:58:03.684] getCompletionData: Semantic work: 3.223956000059843 +Info 775 [15:58:03.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6262590009719133 +Info 776 [15:58:03.689] Format host information updated +Info 777 [15:58:03.802] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 778 [15:58:03.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 7.05544999986887ms +Info 779 [15:58:03.809] Different program with same set of files +Info 780 [15:58:03.809] getCompletionData: Get current token: 0.006098000332713127 +Info 781 [15:58:03.809] getCompletionData: Is inside comment: 0.01520800031721592 +Info 782 [15:58:03.809] getCompletionData: Get previous token: 0.020438000559806824 +Info 783 [15:58:03.809] getCompletionsAtPosition: isCompletionListBlocker: 0.0027680005878210068 +Info 784 [15:58:03.810] getExportInfoMap: cache hit +Info 785 [15:58:03.812] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 786 [15:58:03.812] collectAutoImports: response is complete +Info 787 [15:58:03.812] collectAutoImports: 2.246654998511076 +Info 788 [15:58:03.812] getCompletionData: Semantic work: 2.9632109999656677 +Info 789 [15:58:03.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9286480005830526 +Info 790 [15:58:03.815] Format host information updated +Info 791 [15:58:03.888] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 792 [15:58:03.905] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 17.03782100044191ms +Info 793 [15:58:03.905] Different program with same set of files +Info 794 [15:58:03.905] getCompletionData: Get current token: 0.021177999675273895 +Info 795 [15:58:03.906] getCompletionData: Is inside comment: 0.04858100041747093 +Info 796 [15:58:03.906] getCompletionData: Get previous token: 0.0716789998114109 +Info 797 [15:58:03.906] getCompletionsAtPosition: isCompletionListBlocker: 0.008309999480843544 +Info 798 [15:58:03.907] getExportInfoMap: cache hit +Info 799 [15:58:03.937] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 800 [15:58:03.937] collectAutoImports: response is complete +Info 801 [15:58:03.937] collectAutoImports: 29.252069998532534 +Info 802 [15:58:03.937] getCompletionData: Semantic work: 30.68886199966073 +Info 803 [15:58:03.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.836992999538779 +Info 804 [15:58:03.950] Format host information updated +Info 805 [15:58:04.218] getCompletionData: Get current token: 0.029469000175595284 +Info 806 [15:58:04.218] getCompletionData: Is inside comment: 0.05707800015807152 +Info 807 [15:58:04.218] getCompletionData: Get previous token: 0.0421339999884367 +Info 808 [15:58:04.219] getCompletionsAtPosition: isCompletionListBlocker: 0.03229300118982792 +Info 809 [15:58:04.220] getExportInfoMap: cache hit +Info 810 [15:58:04.263] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 811 [15:58:04.263] collectAutoImports: response is complete +Info 812 [15:58:04.263] collectAutoImports: 42.26125600002706 +Info 813 [15:58:04.263] getCompletionData: Semantic work: 44.27339200116694 +Info 814 [15:58:04.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.014288999140263 +Info 815 [15:58:04.310] Format host information updated +Info 816 [15:58:04.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 817 [15:58:04.317] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 7.059716999530792ms +Info 818 [15:58:04.317] Different program with same set of files +Info 819 [15:58:04.519] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 820 [15:58:04.526] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 6.930066000670195ms +Info 821 [15:58:04.526] Different program with same set of files +Info 822 [15:58:04.526] getCompletionData: Get current token: 0.005754999816417694 +Info 823 [15:58:04.526] getCompletionData: Is inside comment: 0.01259700022637844 +Info 824 [15:58:04.526] getCompletionData: Get previous token: 0.009242000058293343 +Info 825 [15:58:04.526] getCompletionsAtPosition: isCompletionListBlocker: 0.006659001111984253 +Info 826 [15:58:04.527] getExportInfoMap: cache hit +Info 827 [15:58:04.538] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 828 [15:58:04.538] collectAutoImports: response is complete +Info 829 [15:58:04.538] collectAutoImports: 11.55074000172317 +Info 830 [15:58:04.538] getCompletionData: Semantic work: 12.125059999525547 +Info 831 [15:58:04.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.398157000541687 +Info 832 [15:58:04.548] Format host information updated +Info 833 [15:58:04.702] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 834 [15:58:04.709] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 7.061248000711203ms +Info 835 [15:58:04.709] Different program with same set of files +Info 836 [15:58:04.709] getCompletionData: Get current token: 0.006914999336004257 +Info 837 [15:58:04.709] getCompletionData: Is inside comment: 0.015003001317381859 +Info 838 [15:58:04.709] getCompletionData: Get previous token: 0.011196998879313469 +Info 839 [15:58:04.709] getCompletionsAtPosition: isCompletionListBlocker: 0.008879998698830605 +Info 840 [15:58:04.710] getExportInfoMap: cache hit +Info 841 [15:58:04.724] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 842 [15:58:04.724] collectAutoImports: response is complete +Info 843 [15:58:04.724] collectAutoImports: 14.253287000581622 +Info 844 [15:58:04.724] getCompletionData: Semantic work: 14.886509001255035 +Info 845 [15:58:04.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.619849000126123 +Info 846 [15:58:04.735] Format host information updated +Info 847 [15:58:04.807] Format host information updated +Info 848 [15:58:04.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 849 [15:58:04.833] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 25.001266999170184ms +Info 850 [15:58:04.833] Different program with same set of files +Info 851 [15:58:05.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 852 [15:58:05.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 6.559805998578668ms +Info 853 [15:58:05.144] Different program with same set of files +Info 854 [15:58:05.144] getCompletionData: Get current token: 0.007016999647021294 +Info 855 [15:58:05.144] getCompletionData: Is inside comment: 0.015104001387953758 +Info 856 [15:58:05.144] getCompletionData: Get previous token: 0.01094299927353859 +Info 857 [15:58:05.144] getCompletionsAtPosition: isCompletionListBlocker: 0.00436599925160408 +Info 858 [15:58:05.145] getExportInfoMap: cache hit +Info 859 [15:58:05.156] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 860 [15:58:05.156] collectAutoImports: response is complete +Info 861 [15:58:05.156] collectAutoImports: 11.125731999054551 +Info 862 [15:58:05.156] getCompletionData: Semantic work: 11.636641999706626 +Info 863 [15:58:05.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.714540999382734 +Info 864 [15:58:05.167] Format host information updated +Info 865 [15:58:05.208] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 866 [15:58:05.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 7.93303900025785ms +Info 867 [15:58:05.216] Different program with same set of files +Info 868 [15:58:05.217] getCompletionData: Get current token: 0.0074319988489151 +Info 869 [15:58:05.217] getCompletionData: Is inside comment: 0.019133001565933228 +Info 870 [15:58:05.217] getCompletionData: Get previous token: 0.01252799853682518 +Info 871 [15:58:05.217] getCompletionsAtPosition: isCompletionListBlocker: 0.008980000391602516 +Info 872 [15:58:05.217] getExportInfoMap: cache hit +Info 873 [15:58:05.231] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 874 [15:58:05.231] collectAutoImports: response is complete +Info 875 [15:58:05.231] collectAutoImports: 14.073135999962687 +Info 876 [15:58:05.232] getCompletionData: Semantic work: 14.664456000551581 +Info 877 [15:58:05.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.682088999077678 +Info 878 [15:58:05.243] Format host information updated +Info 879 [15:58:05.471] getCompletionData: Get current token: 0.007625000551342964 +Info 880 [15:58:05.471] getCompletionData: Is inside comment: 0.014023000374436378 +Info 881 [15:58:05.471] getCompletionData: Get previous token: 0.010188000276684761 +Info 882 [15:58:05.472] getCompletionsAtPosition: isCompletionListBlocker: 0.003603000193834305 +Info 883 [15:58:05.472] Returning an empty list because completion was requested in an invalid position. +Info 884 [15:58:05.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 885 [15:58:05.698] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 6.593324000015855ms +Info 886 [15:58:05.698] Different program with same set of files +Info 887 [15:58:05.698] getCompletionData: Get current token: 0.007889000698924065 +Info 888 [15:58:05.698] getCompletionData: Is inside comment: 0.015588998794555664 +Info 889 [15:58:05.698] getCompletionData: Get previous token: 0.019706999883055687 +Info 890 [15:58:05.698] getCompletionsAtPosition: isCompletionListBlocker: 0.0038189999759197235 +Info 891 [15:58:05.698] getExportInfoMap: cache hit +Info 892 [15:58:05.700] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 893 [15:58:05.700] collectAutoImports: response is complete +Info 894 [15:58:05.700] collectAutoImports: 1.9495439995080233 +Info 895 [15:58:05.700] getCompletionData: Semantic work: 2.509747000411153 +Info 896 [15:58:05.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4463250003755093 +Info 897 [15:58:05.705] Format host information updated +Info 898 [15:58:05.891] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 899 [15:58:05.898] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 6.824222998693585ms +Info 900 [15:58:05.898] Different program with same set of files +Info 901 [15:58:05.898] getCompletionData: Get current token: 0.007968999445438385 +Info 902 [15:58:05.898] getCompletionData: Is inside comment: 0.01572500169277191 +Info 903 [15:58:05.898] getCompletionData: Get previous token: 0.019572999328374863 +Info 904 [15:58:05.898] getCompletionsAtPosition: isCompletionListBlocker: 0.004067998379468918 +Info 905 [15:58:05.899] getExportInfoMap: cache hit +Info 906 [15:58:05.900] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 907 [15:58:05.900] collectAutoImports: response is complete +Info 908 [15:58:05.900] collectAutoImports: 1.7570890001952648 +Info 909 [15:58:05.900] getCompletionData: Semantic work: 2.302504999563098 +Info 910 [15:58:05.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8598950002342463 +Info 911 [15:58:05.903] Format host information updated +Info 912 [15:58:06.207] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 913 [15:58:06.213] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 6.304849000647664ms +Info 914 [15:58:06.213] Different program with same set of files +Info 915 [15:58:06.213] getCompletionData: Get current token: 0.021534999832510948 +Info 916 [15:58:06.213] getCompletionData: Is inside comment: 0.018403999507427216 +Info 917 [15:58:06.214] getCompletionData: Get previous token: 0.013096999377012253 +Info 918 [15:58:06.214] getCompletionsAtPosition: isCompletionListBlocker: 0.00325700081884861 +Info 919 [15:58:06.214] getExportInfoMap: cache hit +Info 920 [15:58:06.230] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 921 [15:58:06.230] collectAutoImports: response is complete +Info 922 [15:58:06.230] collectAutoImports: 16.299833999946713 +Info 923 [15:58:06.230] getCompletionData: Semantic work: 16.8515629991889 +Info 924 [15:58:06.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.40578200109303 +Info 925 [15:58:06.243] Format host information updated +Info 926 [15:58:06.302] Format host information updated +Info 927 [15:58:06.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 928 [15:58:06.312] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 10.587347000837326ms +Info 929 [15:58:06.312] Different program with same set of files +Info 930 [15:58:06.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 931 [15:58:06.632] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 6.372248999774456ms +Info 932 [15:58:06.632] Different program with same set of files +Info 933 [15:58:06.633] getCompletionData: Get current token: 0.0077440012246370316 +Info 934 [15:58:06.633] getCompletionData: Is inside comment: 0.016586000099778175 +Info 935 [15:58:06.633] getCompletionData: Get previous token: 0.012112999334931374 +Info 936 [15:58:06.633] getCompletionsAtPosition: isCompletionListBlocker: 0.061240000650286674 +Info 937 [15:58:06.633] getExportInfoMap: cache hit +Info 938 [15:58:06.646] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 939 [15:58:06.646] collectAutoImports: response is complete +Info 940 [15:58:06.646] collectAutoImports: 12.612725000828505 +Info 941 [15:58:06.646] getCompletionData: Semantic work: 13.19701400026679 +Info 942 [15:58:06.652] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.620866000652313 +Info 943 [15:58:06.657] Format host information updated +Info 944 [15:58:06.698] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 945 [15:58:06.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 8.1440590005368ms +Info 946 [15:58:06.706] Different program with same set of files +Info 947 [15:58:06.706] getCompletionData: Get current token: 0.009829999879002571 +Info 948 [15:58:06.706] getCompletionData: Is inside comment: 0.045253999531269073 +Info 949 [15:58:06.706] getCompletionData: Get previous token: 0.019061999395489693 +Info 950 [15:58:06.706] getCompletionsAtPosition: isCompletionListBlocker: 0.01774200052022934 +Info 951 [15:58:06.706] Returning an empty list because completion was requested in an invalid position. +Info 952 [15:58:06.709] Format host information updated +Info 953 [15:58:06.909] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 954 [15:58:06.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 6.569694999605417ms +Info 955 [15:58:06.915] Different program with same set of files +Info 956 [15:58:06.916] getCompletionData: Get current token: 0.009693998843431473 +Info 957 [15:58:06.916] getCompletionData: Is inside comment: 0.01800999976694584 +Info 958 [15:58:06.916] getCompletionData: Get previous token: 0.01380700059235096 +Info 959 [15:58:06.916] getCompletionsAtPosition: isCompletionListBlocker: 0.012103000655770302 +Info 960 [15:58:06.916] getExportInfoMap: cache hit +Info 961 [15:58:06.928] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 962 [15:58:06.928] collectAutoImports: response is complete +Info 963 [15:58:06.928] collectAutoImports: 11.729671001434326 +Info 964 [15:58:06.928] getCompletionData: Semantic work: 12.324286999180913 +Info 965 [15:58:06.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.393624000251293 +Info 966 [15:58:06.941] Format host information updated +Info 967 [15:58:07.026] Format host information updated +Info 968 [15:58:07.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 969 [15:58:07.033] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 7.058303000405431ms +Info 970 [15:58:07.033] Different program with same set of files +Info 971 [15:58:07.089] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 972 [15:58:07.096] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 6.663463998585939ms +Info 973 [15:58:07.096] Different program with same set of files +Info 974 [15:58:07.096] getCompletionData: Get current token: 0.008170999586582184 +Info 975 [15:58:07.096] getCompletionData: Is inside comment: 0.03383299894630909 +Info 976 [15:58:07.096] getCompletionData: Get previous token: 0.026040999218821526 +Info 977 [15:58:07.096] getCompletionsAtPosition: isCompletionListBlocker: 0.003422001376748085 +Info 978 [15:58:07.097] getExportInfoMap: cache hit +Info 979 [15:58:07.102] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 27 from cache +Info 980 [15:58:07.102] collectAutoImports: response is complete +Info 981 [15:58:07.102] collectAutoImports: 5.252257000654936 +Info 982 [15:58:07.102] getCompletionData: Semantic work: 5.8022370003163815 +Info 983 [15:58:07.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.498352998867631 +Info 984 [15:58:07.106] Format host information updated +Info 985 [15:58:07.234] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 986 [15:58:07.259] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 24.627496000379324ms +Info 987 [15:58:07.259] Different program with same set of files +Info 988 [15:58:07.260] getCompletionData: Get current token: 0.031105000525712967 +Info 989 [15:58:07.260] getCompletionData: Is inside comment: 0.07398300059139729 +Info 990 [15:58:07.260] getCompletionData: Get previous token: 0.0713260006159544 +Info 991 [15:58:07.260] getCompletionsAtPosition: isCompletionListBlocker: 0.0072400011122226715 +Info 992 [15:58:07.261] getExportInfoMap: cache hit +Info 993 [15:58:07.268] collectAutoImports: resolved 0 module specifiers, plus 40 ambient and 10 from cache +Info 994 [15:58:07.268] collectAutoImports: response is complete +Info 995 [15:58:07.268] collectAutoImports: 6.724043998867273 +Info 996 [15:58:07.268] getCompletionData: Semantic work: 8.089696999639273 +Info 997 [15:58:07.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9077819995582104 +Info 998 [15:58:07.276] Format host information updated +Info 999 [15:58:07.297] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1000 [15:58:07.306] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 8.493885999545455ms +Info 1001 [15:58:07.306] Different program with same set of files +Info 1002 [15:58:07.306] getCompletionData: Get current token: 0.008824000135064125 +Info 1003 [15:58:07.306] getCompletionData: Is inside comment: 0.019412999972701073 +Info 1004 [15:58:07.306] getCompletionData: Get previous token: 0.028029000386595726 +Info 1005 [15:58:07.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0034279990941286087 +Info 1006 [15:58:07.307] getExportInfoMap: cache hit +Info 1007 [15:58:07.322] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 1008 [15:58:07.322] collectAutoImports: response is complete +Info 1009 [15:58:07.322] collectAutoImports: 14.806319000199437 +Info 1010 [15:58:07.322] getCompletionData: Semantic work: 15.47366800159216 +Info 1011 [15:58:07.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.540923999622464 +Info 1012 [15:58:07.336] Format host information updated +Info 1013 [15:58:07.628] getCompletionData: Get current token: 0.004553999751806259 +Info 1014 [15:58:07.628] getCompletionData: Is inside comment: 0.017707999795675278 +Info 1015 [15:58:07.628] getCompletionData: Get previous token: 0.00804700143635273 +Info 1016 [15:58:07.628] getCompletionsAtPosition: isCompletionListBlocker: 0.009052000939846039 +Info 1017 [15:58:07.628] getExportInfoMap: cache hit +Info 1018 [15:58:07.637] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 1019 [15:58:07.637] collectAutoImports: response is complete +Info 1020 [15:58:07.637] collectAutoImports: 8.567896999418736 +Info 1021 [15:58:07.637] getCompletionData: Semantic work: 9.106429001316428 +Info 1022 [15:58:07.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.504688000306487 +Info 1023 [15:58:07.729] Format host information updated +Info 1024 [15:58:07.729] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1025 [15:58:07.735] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 6.637502999976277ms +Info 1026 [15:58:07.736] Different program with same set of files +Info 1027 [15:58:07.868] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1028 [15:58:07.878] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 9.679803999140859ms +Info 1029 [15:58:07.878] Different program with same set of files +Info 1030 [15:58:07.878] getCompletionData: Get current token: 0.007092000916600227 +Info 1031 [15:58:07.878] getCompletionData: Is inside comment: 0.01638999953866005 +Info 1032 [15:58:07.878] getCompletionData: Get previous token: 0.011029999703168869 +Info 1033 [15:58:07.878] getCompletionsAtPosition: isCompletionListBlocker: 0.009934000670909882 +Info 1034 [15:58:07.879] getExportInfoMap: cache hit +Info 1035 [15:58:07.895] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 1036 [15:58:07.895] collectAutoImports: response is complete +Info 1037 [15:58:07.895] collectAutoImports: 16.545712999999523 +Info 1038 [15:58:07.895] getCompletionData: Semantic work: 17.180862000212073 +Info 1039 [15:58:07.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.062618998810649 +Info 1040 [15:58:07.907] Format host information updated +Info 1041 [15:58:08.046] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1042 [15:58:08.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 9.181397000327706ms +Info 1043 [15:58:08.055] Different program with same set of files +Info 1044 [15:58:08.055] getCompletionData: Get current token: 0.006128000095486641 +Info 1045 [15:58:08.055] getCompletionData: Is inside comment: 0.014163998886942863 +Info 1046 [15:58:08.055] getCompletionData: Get previous token: 0.00971199944615364 +Info 1047 [15:58:08.055] getCompletionsAtPosition: isCompletionListBlocker: 0.00938199833035469 +Info 1048 [15:58:08.056] getExportInfoMap: cache hit +Info 1049 [15:58:08.068] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 234 from cache +Info 1050 [15:58:08.068] collectAutoImports: response is complete +Info 1051 [15:58:08.068] collectAutoImports: 12.145614000037313 +Info 1052 [15:58:08.068] getCompletionData: Semantic work: 12.717119999229908 +Info 1053 [15:58:08.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.87652700021863 +Info 1054 [15:58:08.081] Format host information updated +Info 1055 [15:58:08.126] Format host information updated +Info 1056 [15:58:08.126] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1057 [15:58:08.135] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 8.278836000710726ms +Info 1058 [15:58:08.135] Different program with same set of files +Info 1059 [15:58:09.163] Format host information updated +Info 1060 [15:58:09.164] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1061 [15:58:09.179] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 15.532531999051571ms +Info 1062 [15:58:09.179] Different program with same set of files +Info 1063 [15:58:09.379] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1064 [15:58:09.385] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 6.491400999948382ms +Info 1065 [15:58:09.385] Different program with same set of files +Info 1066 [15:58:09.386] getCompletionData: Get current token: 0.006624000146985054 +Info 1067 [15:58:09.386] getCompletionData: Is inside comment: 0.015535999089479446 +Info 1068 [15:58:09.386] getCompletionData: Get previous token: 0.02079700119793415 +Info 1069 [15:58:09.386] getCompletionsAtPosition: isCompletionListBlocker: 0.0028139986097812653 +Info 1070 [15:58:09.386] getExportInfoMap: cache hit +Info 1071 [15:58:09.392] collectAutoImports: resolved 0 module specifiers, plus 71 ambient and 45 from cache +Info 1072 [15:58:09.392] collectAutoImports: response is complete +Info 1073 [15:58:09.392] collectAutoImports: 5.583760999143124 +Info 1074 [15:58:09.392] getCompletionData: Semantic work: 6.116434998810291 +Info 1075 [15:58:09.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.659155000001192 +Info 1076 [15:58:09.396] Format host information updated +Info 1077 [15:58:09.517] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1078 [15:58:09.523] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 6.593174001201987ms +Info 1079 [15:58:09.523] Different program with same set of files +Info 1080 [15:58:09.524] getCompletionData: Get current token: 0.006712000817060471 +Info 1081 [15:58:09.524] getCompletionData: Is inside comment: 0.03313799947500229 +Info 1082 [15:58:09.524] getCompletionData: Get previous token: 0.021758001297712326 +Info 1083 [15:58:09.524] getCompletionsAtPosition: isCompletionListBlocker: 0.002908000722527504 +Info 1084 [15:58:09.524] getExportInfoMap: cache hit +Info 1085 [15:58:09.527] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 26 from cache +Info 1086 [15:58:09.527] collectAutoImports: response is complete +Info 1087 [15:58:09.527] collectAutoImports: 2.439332999289036 +Info 1088 [15:58:09.527] getCompletionData: Semantic work: 2.953327000141144 +Info 1089 [15:58:09.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.384332999587059 +Info 1090 [15:58:09.533] Format host information updated +Info 1091 [15:58:09.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1092 [15:58:09.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 6.554769000038505ms +Info 1093 [15:58:09.740] Different program with same set of files +Info 1094 [15:58:09.740] getCompletionData: Get current token: 0.006636999547481537 +Info 1095 [15:58:09.740] getCompletionData: Is inside comment: 0.013143999502062798 +Info 1096 [15:58:09.741] getCompletionData: Get previous token: 0.016095999628305435 +Info 1097 [15:58:09.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0026239994913339615 +Info 1098 [15:58:09.741] getExportInfoMap: cache hit +Info 1099 [15:58:09.743] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 25 from cache +Info 1100 [15:58:09.743] collectAutoImports: response is complete +Info 1101 [15:58:09.743] collectAutoImports: 2.216237999498844 +Info 1102 [15:58:09.743] getCompletionData: Semantic work: 2.7187810000032187 +Info 1103 [15:58:09.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.038364000618458 +Info 1104 [15:58:09.746] Format host information updated +Info 1105 [15:58:09.874] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1106 [15:58:09.881] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 6.541239999234676ms +Info 1107 [15:58:09.881] Different program with same set of files +Info 1108 [15:58:09.881] getCompletionData: Get current token: 0.006714999675750732 +Info 1109 [15:58:09.881] getCompletionData: Is inside comment: 0.012953000143170357 +Info 1110 [15:58:09.881] getCompletionData: Get previous token: 0.017477000132203102 +Info 1111 [15:58:09.881] getCompletionsAtPosition: isCompletionListBlocker: 0.003553999587893486 +Info 1112 [15:58:09.882] getExportInfoMap: cache hit +Info 1113 [15:58:09.884] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 24 from cache +Info 1114 [15:58:09.884] collectAutoImports: response is complete +Info 1115 [15:58:09.884] collectAutoImports: 2.2883630003780127 +Info 1116 [15:58:09.884] getCompletionData: Semantic work: 2.8106289990246296 +Info 1117 [15:58:09.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2261149995028973 +Info 1118 [15:58:09.890] Format host information updated +Info 1119 [15:58:10.242] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1120 [15:58:10.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 6.842960000038147ms +Info 1121 [15:58:10.249] Different program with same set of files +Info 1122 [15:58:10.249] getCompletionData: Get current token: 0.005256000906229019 +Info 1123 [15:58:10.249] getCompletionData: Is inside comment: 0.031063999980688095 +Info 1124 [15:58:10.249] getCompletionData: Get previous token: 0.014183999970555305 +Info 1125 [15:58:10.249] getCompletionsAtPosition: isCompletionListBlocker: 0.0031489990651607513 +Info 1126 [15:58:10.250] getExportInfoMap: cache hit +Info 1127 [15:58:10.252] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 25 from cache +Info 1128 [15:58:10.252] collectAutoImports: response is complete +Info 1129 [15:58:10.252] collectAutoImports: 2.046431001275778 +Info 1130 [15:58:10.252] getCompletionData: Semantic work: 2.53940299898386 +Info 1131 [15:58:10.254] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0244459994137287 +Info 1132 [15:58:10.255] Format host information updated +Info 1133 [15:58:10.377] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1134 [15:58:10.383] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.3209029994904995ms +Info 1135 [15:58:10.383] Different program with same set of files +Info 1136 [15:58:10.383] getCompletionData: Get current token: 0.004757000133395195 +Info 1137 [15:58:10.383] getCompletionData: Is inside comment: 0.010571999475359917 +Info 1138 [15:58:10.383] getCompletionData: Get previous token: 0.013670001178979874 +Info 1139 [15:58:10.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0026009995490312576 +Info 1140 [15:58:10.384] getExportInfoMap: cache hit +Info 1141 [15:58:10.388] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 25 from cache +Info 1142 [15:58:10.388] collectAutoImports: response is complete +Info 1143 [15:58:10.388] collectAutoImports: 4.6552949994802475 +Info 1144 [15:58:10.388] getCompletionData: Semantic work: 5.167052000761032 +Info 1145 [15:58:10.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0356710013002157 +Info 1146 [15:58:10.391] Format host information updated +Info 1147 [15:58:10.513] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1148 [15:58:10.519] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 6.615085000172257ms +Info 1149 [15:58:10.519] Different program with same set of files +Info 1150 [15:58:10.519] getCompletionData: Get current token: 0.004943998530507088 +Info 1151 [15:58:10.519] getCompletionData: Is inside comment: 0.011700998991727829 +Info 1152 [15:58:10.520] getCompletionData: Get previous token: 0.014169000089168549 +Info 1153 [15:58:10.520] getCompletionsAtPosition: isCompletionListBlocker: 0.006950000301003456 +Info 1154 [15:58:10.520] getExportInfoMap: cache hit +Info 1155 [15:58:10.523] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 26 from cache +Info 1156 [15:58:10.523] collectAutoImports: response is complete +Info 1157 [15:58:10.523] collectAutoImports: 2.8707179985940456 +Info 1158 [15:58:10.523] getCompletionData: Semantic work: 3.3903490006923676 +Info 1159 [15:58:10.525] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9388309996575117 +Info 1160 [15:58:10.526] Format host information updated +Info 1161 [15:58:10.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1162 [15:58:10.619] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 9.21781099960208ms +Info 1163 [15:58:10.619] Different program with same set of files +Info 1164 [15:58:10.619] getCompletionData: Get current token: 0.004882000386714935 +Info 1165 [15:58:10.619] getCompletionData: Is inside comment: 0.009992999956011772 +Info 1166 [15:58:10.619] getCompletionData: Get previous token: 0.012414000928401947 +Info 1167 [15:58:10.619] getCompletionsAtPosition: isCompletionListBlocker: 0.004868999123573303 +Info 1168 [15:58:10.620] getExportInfoMap: cache hit +Info 1169 [15:58:10.624] collectAutoImports: resolved 0 module specifiers, plus 71 ambient and 45 from cache +Info 1170 [15:58:10.624] collectAutoImports: response is complete +Info 1171 [15:58:10.624] collectAutoImports: 3.754746999591589 +Info 1172 [15:58:10.624] getCompletionData: Semantic work: 4.260962000116706 +Info 1173 [15:58:10.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3618669994175434 +Info 1174 [15:58:10.627] Format host information updated +Info 1175 [15:58:10.809] Format host information updated +Info 1176 [15:58:10.809] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1177 [15:58:10.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 6.550114000216126ms +Info 1178 [15:58:10.816] Different program with same set of files +Info 1179 [15:58:11.037] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1180 [15:58:11.046] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 9.057217000052333ms +Info 1181 [15:58:11.046] Different program with same set of files +Info 1182 [15:58:11.047] getCompletionData: Get current token: 0.005962001159787178 +Info 1183 [15:58:11.047] getCompletionData: Is inside comment: 0.011921999976038933 +Info 1184 [15:58:11.047] getCompletionData: Get previous token: 0.014612000435590744 +Info 1185 [15:58:11.047] getCompletionsAtPosition: isCompletionListBlocker: 0.002608001232147217 +Info 1186 [15:58:11.047] getExportInfoMap: cache hit +Info 1187 [15:58:11.050] collectAutoImports: resolved 0 module specifiers, plus 62 ambient and 24 from cache +Info 1188 [15:58:11.050] collectAutoImports: response is complete +Info 1189 [15:58:11.050] collectAutoImports: 3.019182000309229 +Info 1190 [15:58:11.050] getCompletionData: Semantic work: 3.5526470001786947 +Info 1191 [15:58:11.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1993560008704662 +Info 1192 [15:58:11.054] Format host information updated +Info 1193 [15:58:11.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1194 [15:58:11.121] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 7.223771000280976ms +Info 1195 [15:58:11.121] Different program with same set of files +Info 1196 [15:58:11.121] getCompletionData: Get current token: 0.004737000912427902 +Info 1197 [15:58:11.121] getCompletionData: Is inside comment: 0.011274000629782677 +Info 1198 [15:58:11.121] getCompletionData: Get previous token: 0.01319199986755848 +Info 1199 [15:58:11.121] getCompletionsAtPosition: isCompletionListBlocker: 0.0024490002542734146 +Info 1200 [15:58:11.122] getExportInfoMap: cache hit +Info 1201 [15:58:11.124] collectAutoImports: resolved 0 module specifiers, plus 39 ambient and 13 from cache +Info 1202 [15:58:11.124] collectAutoImports: response is complete +Info 1203 [15:58:11.124] collectAutoImports: 2.324107000604272 +Info 1204 [15:58:11.124] getCompletionData: Semantic work: 2.777674000710249 +Info 1205 [15:58:11.126] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7244279999285936 +Info 1206 [15:58:11.129] Format host information updated +Info 1207 [15:58:11.217] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1208 [15:58:11.224] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 6.852810999378562ms +Info 1209 [15:58:11.224] Different program with same set of files +Info 1210 [15:58:11.224] getCompletionData: Get current token: 0.0060430001467466354 +Info 1211 [15:58:11.224] getCompletionData: Is inside comment: 0.013101998716592789 +Info 1212 [15:58:11.224] getCompletionData: Get previous token: 0.016704000532627106 +Info 1213 [15:58:11.224] getCompletionsAtPosition: isCompletionListBlocker: 0.002487998455762863 +Info 1214 [15:58:11.225] getExportInfoMap: cache hit +Info 1215 [15:58:11.227] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 2 from cache +Info 1216 [15:58:11.227] collectAutoImports: response is complete +Info 1217 [15:58:11.227] collectAutoImports: 2.1249009985476732 +Info 1218 [15:58:11.227] getCompletionData: Semantic work: 2.7276039998978376 +Info 1219 [15:58:11.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1994850002229214 +Info 1220 [15:58:11.230] Format host information updated +Info 1221 [15:58:11.323] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1222 [15:58:11.348] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 24.250385999679565ms +Info 1223 [15:58:11.348] Different program with same set of files +Info 1224 [15:58:11.348] getCompletionData: Get current token: 0.021223999559879303 +Info 1225 [15:58:11.348] getCompletionData: Is inside comment: 0.0504979994148016 +Info 1226 [15:58:11.349] getCompletionData: Get previous token: 0.06648800149559975 +Info 1227 [15:58:11.349] getCompletionsAtPosition: isCompletionListBlocker: 0.007992999628186226 +Info 1228 [15:58:11.350] getExportInfoMap: cache hit +Info 1229 [15:58:11.355] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 1230 [15:58:11.355] collectAutoImports: response is complete +Info 1231 [15:58:11.355] collectAutoImports: 4.860031999647617 +Info 1232 [15:58:11.355] getCompletionData: Semantic work: 6.675490999594331 +Info 1233 [15:58:11.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.104758000001311 +Info 1234 [15:58:11.364] Format host information updated +Info 1235 [15:58:11.518] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1236 [15:58:11.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 6.3661970011889935ms +Info 1237 [15:58:11.524] Different program with same set of files +Info 1238 [15:58:11.524] getCompletionData: Get current token: 0.00396299920976162 +Info 1239 [15:58:11.524] getCompletionData: Is inside comment: 0.011714000254869461 +Info 1240 [15:58:11.524] getCompletionData: Get previous token: 0.014346001669764519 +Info 1241 [15:58:11.524] getCompletionsAtPosition: isCompletionListBlocker: 0.002387000247836113 +Info 1242 [15:58:11.525] getExportInfoMap: cache hit +Info 1243 [15:58:11.526] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 1244 [15:58:11.526] collectAutoImports: response is complete +Info 1245 [15:58:11.526] collectAutoImports: 1.6751969996839762 +Info 1246 [15:58:11.526] getCompletionData: Semantic work: 2.1703310012817383 +Info 1247 [15:58:11.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8762539997696877 +Info 1248 [15:58:11.529] Format host information updated +Info 1249 [15:58:12.394] Format host information updated +Info 1250 [15:58:12.394] Format host information updated +Info 1251 [15:58:12.395] Format host information updated +Info 1252 [15:58:12.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1253 [15:58:12.401] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 6.23517999984324ms +Info 1254 [15:58:12.401] Different program with same set of files +Info 1255 [15:58:12.402] getExportInfoMap: cache hit +Info 1256 [15:58:12.409] getExportInfoMap: cache hit +Info 1257 [15:58:12.410] getExportInfoMap: cache hit +Info 1258 [15:58:12.410] Format host information updated +Info 1259 [15:58:12.659] Format host information updated +Info 1260 [15:58:12.659] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1261 [15:58:12.674] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.187621999531984ms +Info 1262 [15:58:12.674] Different program with same set of files +Info 1263 [15:58:15.260] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1264 [15:58:15.269] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 9.259988998994231ms +Info 1265 [15:58:15.269] Different program with same set of files +Info 1266 [15:58:15.269] getCompletionData: Get current token: 0.0032909996807575226 +Info 1267 [15:58:15.269] getCompletionData: Is inside comment: 0.011894000694155693 +Info 1268 [15:58:15.269] getCompletionData: Get previous token: 0.008138000965118408 +Info 1269 [15:58:15.270] getCompletionsAtPosition: isCompletionListBlocker: 0.003043999895453453 +Info 1270 [15:58:15.270] getExportInfoMap: cache hit +Info 1271 [15:58:15.280] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1272 [15:58:15.280] collectAutoImports: response is complete +Info 1273 [15:58:15.280] collectAutoImports: 10.101106999441981 +Info 1274 [15:58:15.280] getCompletionData: Semantic work: 10.71237500011921 +Info 1275 [15:58:15.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4646850004792213 +Info 1276 [15:58:15.287] Format host information updated +Info 1277 [15:58:15.341] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1278 [15:58:15.353] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 12.667430998757482ms +Info 1279 [15:58:15.353] Different program with same set of files +Info 1280 [15:58:15.354] getCompletionData: Get current token: 0.007464000955224037 +Info 1281 [15:58:15.354] getCompletionData: Is inside comment: 0.028363998979330063 +Info 1282 [15:58:15.354] getCompletionData: Get previous token: 0.018765000626444817 +Info 1283 [15:58:15.354] getCompletionsAtPosition: isCompletionListBlocker: 0.014090999960899353 +Info 1284 [15:58:15.355] getExportInfoMap: cache hit +Info 1285 [15:58:15.373] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1286 [15:58:15.373] collectAutoImports: response is complete +Info 1287 [15:58:15.373] collectAutoImports: 18.129910999909043 +Info 1288 [15:58:15.373] getCompletionData: Semantic work: 19.0290900003165 +Info 1289 [15:58:15.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.840584000572562 +Info 1290 [15:58:15.381] Format host information updated +Info 1291 [15:58:15.634] getCompletionData: Get current token: 0.003719000145792961 +Info 1292 [15:58:15.634] getCompletionData: Is inside comment: 0.01152000017464161 +Info 1293 [15:58:15.634] getCompletionData: Get previous token: 0.01289600133895874 +Info 1294 [15:58:15.634] getCompletionsAtPosition: isCompletionListBlocker: 0.0027740001678466797 +Info 1295 [15:58:15.634] Returning an empty list because completion was requested in an invalid position. +Info 1296 [15:58:15.853] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1297 [15:58:15.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 6.443994000554085ms +Info 1298 [15:58:15.860] Different program with same set of files +Info 1299 [15:58:15.860] getCompletionData: Get current token: 0.003748001530766487 +Info 1300 [15:58:15.860] getCompletionData: Is inside comment: 0.012082001194357872 +Info 1301 [15:58:15.860] getCompletionData: Get previous token: 0.015478000044822693 +Info 1302 [15:58:15.860] getCompletionsAtPosition: isCompletionListBlocker: 0.005152000114321709 +Info 1303 [15:58:15.860] getExportInfoMap: cache hit +Info 1304 [15:58:15.862] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1305 [15:58:15.862] collectAutoImports: response is complete +Info 1306 [15:58:15.862] collectAutoImports: 1.6316040009260178 +Info 1307 [15:58:15.862] getCompletionData: Semantic work: 2.110046001151204 +Info 1308 [15:58:15.864] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.601664999499917 +Info 1309 [15:58:15.864] Format host information updated +Info 1310 [15:58:15.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1311 [15:58:15.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 8.042764000594616ms +Info 1312 [15:58:15.976] Different program with same set of files +Info 1313 [15:58:15.977] getCompletionData: Get current token: 0.00501599907875061 +Info 1314 [15:58:15.977] getCompletionData: Is inside comment: 0.014359001070261002 +Info 1315 [15:58:15.977] getCompletionData: Get previous token: 0.024423999711871147 +Info 1316 [15:58:15.977] getCompletionsAtPosition: isCompletionListBlocker: 0.0034759994596242905 +Info 1317 [15:58:15.977] getExportInfoMap: cache hit +Info 1318 [15:58:15.979] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1319 [15:58:15.979] collectAutoImports: response is complete +Info 1320 [15:58:15.979] collectAutoImports: 1.6855870001018047 +Info 1321 [15:58:15.979] getCompletionData: Semantic work: 2.197112999856472 +Info 1322 [15:58:15.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8615649994462729 +Info 1323 [15:58:15.984] Format host information updated +Info 1324 [15:58:16.283] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1325 [15:58:16.290] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 6.780322000384331ms +Info 1326 [15:58:16.290] Different program with same set of files +Info 1327 [15:58:16.290] getCompletionData: Get current token: 0.004784999415278435 +Info 1328 [15:58:16.290] getCompletionData: Is inside comment: 0.016666999086737633 +Info 1329 [15:58:16.290] getCompletionData: Get previous token: 0.010955000296235085 +Info 1330 [15:58:16.290] getCompletionsAtPosition: isCompletionListBlocker: 0.0026149991899728775 +Info 1331 [15:58:16.291] getExportInfoMap: cache hit +Info 1332 [15:58:16.303] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1333 [15:58:16.303] collectAutoImports: response is complete +Info 1334 [15:58:16.303] collectAutoImports: 12.472457000985742 +Info 1335 [15:58:16.303] getCompletionData: Semantic work: 12.981735000386834 +Info 1336 [15:58:16.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.251467999070883 +Info 1337 [15:58:16.310] Format host information updated +Info 1338 [15:58:16.375] Format host information updated +Info 1339 [15:58:16.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1340 [15:58:16.398] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 22.598516000434756ms +Info 1341 [15:58:16.398] Different program with same set of files +Info 1342 [15:58:17.025] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1343 [15:58:17.032] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 6.699154000729322ms +Info 1344 [15:58:17.032] Different program with same set of files +Info 1345 [15:58:17.032] getCompletionData: Get current token: 0.003415999934077263 +Info 1346 [15:58:17.032] getCompletionData: Is inside comment: 0.011082999408245087 +Info 1347 [15:58:17.032] getCompletionData: Get previous token: 0.01414399966597557 +Info 1348 [15:58:17.032] getCompletionsAtPosition: isCompletionListBlocker: 0.002218000590801239 +Info 1349 [15:58:17.033] getExportInfoMap: cache hit +Info 1350 [15:58:17.038] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 44 from cache +Info 1351 [15:58:17.038] collectAutoImports: response is complete +Info 1352 [15:58:17.038] collectAutoImports: 5.542581001296639 +Info 1353 [15:58:17.038] getCompletionData: Semantic work: 6.002352999523282 +Info 1354 [15:58:17.041] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6005669999867678 +Info 1355 [15:58:17.042] Format host information updated +Info 1356 [15:58:17.351] Format host information updated +Info 1357 [15:58:17.352] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1358 [15:58:17.376] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 23.601076999679208ms +Info 1359 [15:58:17.376] Different program with same set of files +Info 1360 [15:58:17.517] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1361 [15:58:17.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 7.102165998890996ms +Info 1362 [15:58:17.524] Different program with same set of files +Info 1363 [15:58:17.524] getCompletionData: Get current token: 0.004989998415112495 +Info 1364 [15:58:17.524] getCompletionData: Is inside comment: 0.03807799890637398 +Info 1365 [15:58:17.524] getCompletionData: Get previous token: 0.020320000126957893 +Info 1366 [15:58:17.524] getCompletionsAtPosition: isCompletionListBlocker: 0.002508999779820442 +Info 1367 [15:58:17.525] getExportInfoMap: cache hit +Info 1368 [15:58:17.532] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 44 from cache +Info 1369 [15:58:17.532] collectAutoImports: response is complete +Info 1370 [15:58:17.532] collectAutoImports: 7.555976999923587 +Info 1371 [15:58:17.532] getCompletionData: Semantic work: 8.140878001227975 +Info 1372 [15:58:17.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7246669996529818 +Info 1373 [15:58:17.536] Format host information updated +Info 1374 [15:58:17.642] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1375 [15:58:17.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 7.061483999714255ms +Info 1376 [15:58:17.649] Different program with same set of files +Info 1377 [15:58:17.649] getCompletionData: Get current token: 0.00449800118803978 +Info 1378 [15:58:17.649] getCompletionData: Is inside comment: 0.013154000043869019 +Info 1379 [15:58:17.649] getCompletionData: Get previous token: 0.01700899936258793 +Info 1380 [15:58:17.649] getCompletionsAtPosition: isCompletionListBlocker: 0.0026200003921985626 +Info 1381 [15:58:17.650] getExportInfoMap: cache hit +Info 1382 [15:58:17.653] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 24 from cache +Info 1383 [15:58:17.653] collectAutoImports: response is complete +Info 1384 [15:58:17.653] collectAutoImports: 3.302039001137018 +Info 1385 [15:58:17.653] getCompletionData: Semantic work: 3.7806850001215935 +Info 1386 [15:58:17.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0124280005693436 +Info 1387 [15:58:17.658] Format host information updated +Info 1388 [15:58:17.782] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1389 [15:58:17.789] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 6.463051000609994ms +Info 1390 [15:58:17.789] Different program with same set of files +Info 1391 [15:58:17.789] getCompletionData: Get current token: 0.004019999876618385 +Info 1392 [15:58:17.789] getCompletionData: Is inside comment: 0.01161399856209755 +Info 1393 [15:58:17.789] getCompletionData: Get previous token: 0.014607999473810196 +Info 1394 [15:58:17.789] getCompletionsAtPosition: isCompletionListBlocker: 0.0021329987794160843 +Info 1395 [15:58:17.790] getExportInfoMap: cache hit +Info 1396 [15:58:17.791] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 1397 [15:58:17.791] collectAutoImports: response is complete +Info 1398 [15:58:17.791] collectAutoImports: 1.640217000618577 +Info 1399 [15:58:17.791] getCompletionData: Semantic work: 2.27632600069046 +Info 1400 [15:58:17.793] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.620678000152111 +Info 1401 [15:58:17.794] Format host information updated +Info 1402 [15:58:18.170] getCompletionData: Get current token: 0.005245000123977661 +Info 1403 [15:58:18.170] getCompletionData: Is inside comment: 0.019169000908732414 +Info 1404 [15:58:18.170] getCompletionData: Get previous token: 0.011301999911665916 +Info 1405 [15:58:18.170] getCompletionsAtPosition: isCompletionListBlocker: 0.010586000978946686 +Info 1406 [15:58:18.171] getExportInfoMap: cache hit +Info 1407 [15:58:18.183] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1408 [15:58:18.183] collectAutoImports: response is complete +Info 1409 [15:58:18.183] collectAutoImports: 12.467065000906587 +Info 1410 [15:58:18.183] getCompletionData: Semantic work: 13.174366001039743 +Info 1411 [15:58:18.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2886169999837875 +Info 1412 [15:58:18.286] Format host information updated +Info 1413 [15:58:18.286] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1414 [15:58:18.294] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 7.477188998833299ms +Info 1415 [15:58:18.294] Different program with same set of files +Info 1416 [15:58:18.424] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1417 [15:58:18.433] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 8.197218000888824ms +Info 1418 [15:58:18.433] Different program with same set of files +Info 1419 [15:58:18.433] getCompletionData: Get current token: 0.004724001511931419 +Info 1420 [15:58:18.433] getCompletionData: Is inside comment: 0.013764999806880951 +Info 1421 [15:58:18.433] getCompletionData: Get previous token: 0.008858000859618187 +Info 1422 [15:58:18.433] getCompletionsAtPosition: isCompletionListBlocker: 0.008369999006390572 +Info 1423 [15:58:18.434] getExportInfoMap: cache hit +Info 1424 [15:58:18.447] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1425 [15:58:18.447] collectAutoImports: response is complete +Info 1426 [15:58:18.447] collectAutoImports: 13.815635999664664 +Info 1427 [15:58:18.448] getCompletionData: Semantic work: 14.41168100014329 +Info 1428 [15:58:18.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.456469001248479 +Info 1429 [15:58:18.455] Format host information updated +Info 1430 [15:58:18.587] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1431 [15:58:18.594] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 6.826527999714017ms +Info 1432 [15:58:18.594] Different program with same set of files +Info 1433 [15:58:18.594] getCompletionData: Get current token: 0.0036350004374980927 +Info 1434 [15:58:18.594] getCompletionData: Is inside comment: 0.01332399994134903 +Info 1435 [15:58:18.594] getCompletionData: Get previous token: 0.008258000016212463 +Info 1436 [15:58:18.594] getCompletionsAtPosition: isCompletionListBlocker: 0.007674999535083771 +Info 1437 [15:58:18.595] getExportInfoMap: cache hit +Info 1438 [15:58:18.607] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1439 [15:58:18.607] collectAutoImports: response is complete +Info 1440 [15:58:18.607] collectAutoImports: 12.162769000977278 +Info 1441 [15:58:18.607] getCompletionData: Semantic work: 12.667006000876427 +Info 1442 [15:58:18.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7895950004458427 +Info 1443 [15:58:18.614] Format host information updated +Info 1444 [15:58:18.713] Format host information updated +Info 1445 [15:58:18.713] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1446 [15:58:18.739] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 25.530164999887347ms +Info 1447 [15:58:18.739] Different program with same set of files +Info 1448 [15:58:19.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1449 [15:58:19.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 7.507344000041485ms +Info 1450 [15:58:19.545] Different program with same set of files +Info 1451 [15:58:19.545] getCompletionData: Get current token: 0.0033209994435310364 +Info 1452 [15:58:19.545] getCompletionData: Is inside comment: 0.011780999600887299 +Info 1453 [15:58:19.545] getCompletionData: Get previous token: 0.007918000221252441 +Info 1454 [15:58:19.545] getCompletionsAtPosition: isCompletionListBlocker: 0.002907000482082367 +Info 1455 [15:58:19.546] getExportInfoMap: cache hit +Info 1456 [15:58:19.555] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1457 [15:58:19.555] collectAutoImports: response is complete +Info 1458 [15:58:19.555] collectAutoImports: 9.491875000298023 +Info 1459 [15:58:19.555] getCompletionData: Semantic work: 9.98025800101459 +Info 1460 [15:58:19.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5546730011701584 +Info 1461 [15:58:19.563] Format host information updated +Info 1462 [15:58:19.597] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1463 [15:58:19.604] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 6.428856000304222ms +Info 1464 [15:58:19.604] Different program with same set of files +Info 1465 [15:58:19.604] getCompletionData: Get current token: 0.0036510005593299866 +Info 1466 [15:58:19.604] getCompletionData: Is inside comment: 0.01193699985742569 +Info 1467 [15:58:19.604] getCompletionData: Get previous token: 0.007889000698924065 +Info 1468 [15:58:19.604] getCompletionsAtPosition: isCompletionListBlocker: 0.008093999698758125 +Info 1469 [15:58:19.604] getExportInfoMap: cache hit +Info 1470 [15:58:19.613] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1471 [15:58:19.613] collectAutoImports: response is complete +Info 1472 [15:58:19.613] collectAutoImports: 8.887690000236034 +Info 1473 [15:58:19.613] getCompletionData: Semantic work: 9.364684998989105 +Info 1474 [15:58:19.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.225886998698115 +Info 1475 [15:58:19.621] Format host information updated +Info 1476 [15:58:19.730] Format host information updated +Info 1477 [15:58:19.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1478 [15:58:19.736] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 6.616190999746323ms +Info 1479 [15:58:19.736] Different program with same set of files +Info 1480 [15:58:19.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1481 [15:58:19.822] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 6.233729999512434ms +Info 1482 [15:58:19.822] Different program with same set of files +Info 1483 [15:58:19.822] getCompletionData: Get current token: 0.0031840000301599503 +Info 1484 [15:58:19.822] getCompletionData: Is inside comment: 0.009473999962210655 +Info 1485 [15:58:19.822] getCompletionData: Get previous token: 0.006216999143362045 +Info 1486 [15:58:19.822] getCompletionsAtPosition: isCompletionListBlocker: 0.006797999143600464 +Info 1487 [15:58:19.822] getExportInfoMap: cache hit +Info 1488 [15:58:19.833] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1489 [15:58:19.833] collectAutoImports: response is complete +Info 1490 [15:58:19.833] collectAutoImports: 10.325391000136733 +Info 1491 [15:58:19.833] getCompletionData: Semantic work: 10.758648000657558 +Info 1492 [15:58:19.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3546849992126226 +Info 1493 [15:58:19.839] Format host information updated +Info 1494 [15:58:19.933] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1495 [15:58:19.940] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 6.366999000310898ms +Info 1496 [15:58:19.940] Different program with same set of files +Info 1497 [15:58:19.940] getCompletionData: Get current token: 0.037212999537587166 +Info 1498 [15:58:19.940] getCompletionData: Is inside comment: 0.04302600026130676 +Info 1499 [15:58:19.940] getCompletionData: Get previous token: 0.00711200013756752 +Info 1500 [15:58:19.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0065550003200769424 +Info 1501 [15:58:19.941] getExportInfoMap: cache hit +Info 1502 [15:58:19.951] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1503 [15:58:19.951] collectAutoImports: response is complete +Info 1504 [15:58:19.951] collectAutoImports: 10.551702000200748 +Info 1505 [15:58:19.951] getCompletionData: Semantic work: 11.016332000494003 +Info 1506 [15:58:19.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.394971000030637 +Info 1507 [15:58:19.957] Format host information updated +Info 1508 [15:58:20.011] Format host information updated +Info 1509 [15:58:20.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1510 [15:58:20.027] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 15.782618001103401ms +Info 1511 [15:58:20.028] Different program with same set of files +Info 1512 [15:58:20.201] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1513 [15:58:20.208] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 6.7039359994232655ms +Info 1514 [15:58:20.208] Different program with same set of files +Info 1515 [15:58:20.208] getCompletionData: Get current token: 0.003946000710129738 +Info 1516 [15:58:20.208] getCompletionData: Is inside comment: 0.013298999518156052 +Info 1517 [15:58:20.209] getCompletionData: Get previous token: 0.01596600003540516 +Info 1518 [15:58:20.209] getCompletionsAtPosition: isCompletionListBlocker: 0.00827699899673462 +Info 1519 [15:58:20.209] getExportInfoMap: cache hit +Info 1520 [15:58:20.213] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 44 from cache +Info 1521 [15:58:20.213] collectAutoImports: response is complete +Info 1522 [15:58:20.213] collectAutoImports: 4.03574800118804 +Info 1523 [15:58:20.213] getCompletionData: Semantic work: 4.5523149985820055 +Info 1524 [15:58:20.215] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2884309999644756 +Info 1525 [15:58:20.217] Format host information updated +Info 1526 [15:58:20.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1527 [15:58:20.407] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 6.466939998790622ms +Info 1528 [15:58:20.407] Different program with same set of files +Info 1529 [15:58:20.407] getCompletionData: Get current token: 0.0036199986934661865 +Info 1530 [15:58:20.407] getCompletionData: Is inside comment: 0.011430999264121056 +Info 1531 [15:58:20.407] getCompletionData: Get previous token: 0.014869000762701035 +Info 1532 [15:58:20.407] getCompletionsAtPosition: isCompletionListBlocker: 0.007823999971151352 +Info 1533 [15:58:20.407] getExportInfoMap: cache hit +Info 1534 [15:58:20.413] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 24 from cache +Info 1535 [15:58:20.413] collectAutoImports: response is complete +Info 1536 [15:58:20.413] collectAutoImports: 5.258196000009775 +Info 1537 [15:58:20.413] getCompletionData: Semantic work: 5.778835000470281 +Info 1538 [15:58:20.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.23534999974072 +Info 1539 [15:58:20.416] Format host information updated +Info 1540 [15:58:20.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1541 [15:58:20.586] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 6.663420999422669ms +Info 1542 [15:58:20.586] Different program with same set of files +Info 1543 [15:58:20.587] getCompletionData: Get current token: 0.00303800031542778 +Info 1544 [15:58:20.587] getCompletionData: Is inside comment: 0.010375000536441803 +Info 1545 [15:58:20.587] getCompletionData: Get previous token: 0.021004999056458473 +Info 1546 [15:58:20.587] getCompletionsAtPosition: isCompletionListBlocker: 0.02088099904358387 +Info 1547 [15:58:20.587] getExportInfoMap: cache hit +Info 1548 [15:58:20.589] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 7 from cache +Info 1549 [15:58:20.589] collectAutoImports: response is complete +Info 1550 [15:58:20.589] collectAutoImports: 2.2770849987864494 +Info 1551 [15:58:20.589] getCompletionData: Semantic work: 2.7088089995086193 +Info 1552 [15:58:20.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.810453999787569 +Info 1553 [15:58:20.592] Format host information updated +Info 1554 [15:58:20.702] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1555 [15:58:20.711] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 9.415973000228405ms +Info 1556 [15:58:20.711] Different program with same set of files +Info 1557 [15:58:20.712] getCompletionData: Get current token: 0.003544999286532402 +Info 1558 [15:58:20.712] getCompletionData: Is inside comment: 0.010909000411629677 +Info 1559 [15:58:20.712] getCompletionData: Get previous token: 0.01374799944460392 +Info 1560 [15:58:20.712] getCompletionsAtPosition: isCompletionListBlocker: 0.008112000301480293 +Info 1561 [15:58:20.712] getExportInfoMap: cache hit +Info 1562 [15:58:20.714] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1563 [15:58:20.714] collectAutoImports: response is complete +Info 1564 [15:58:20.714] collectAutoImports: 2.036733999848366 +Info 1565 [15:58:20.714] getCompletionData: Semantic work: 2.521375000476837 +Info 1566 [15:58:20.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.749642999842763 +Info 1567 [15:58:20.717] Format host information updated +Info 1568 [15:58:20.764] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1569 [15:58:20.772] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 8.553605001419783ms +Info 1570 [15:58:20.772] Different program with same set of files +Info 1571 [15:58:20.772] getCompletionData: Get current token: 0.005230998620390892 +Info 1572 [15:58:20.772] getCompletionData: Is inside comment: 0.016631999984383583 +Info 1573 [15:58:20.773] getCompletionData: Get previous token: 0.020489001646637917 +Info 1574 [15:58:20.773] getCompletionsAtPosition: isCompletionListBlocker: 0.009665001183748245 +Info 1575 [15:58:20.773] getExportInfoMap: cache hit +Info 1576 [15:58:20.776] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1577 [15:58:20.776] collectAutoImports: response is complete +Info 1578 [15:58:20.776] collectAutoImports: 2.801230000331998 +Info 1579 [15:58:20.776] getCompletionData: Semantic work: 3.4503459986299276 +Info 1580 [15:58:20.779] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.436915999278426 +Info 1581 [15:58:20.782] Format host information updated +Info 1582 [15:58:20.935] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1583 [15:58:20.941] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 6.238240998238325ms +Info 1584 [15:58:20.941] Different program with same set of files +Info 1585 [15:58:20.941] getCompletionData: Get current token: 0.003574000671505928 +Info 1586 [15:58:20.941] getCompletionData: Is inside comment: 0.01155100017786026 +Info 1587 [15:58:20.941] getCompletionData: Get previous token: 0.007764000445604324 +Info 1588 [15:58:20.941] getCompletionsAtPosition: isCompletionListBlocker: 0.002580000087618828 +Info 1589 [15:58:20.942] getExportInfoMap: cache hit +Info 1590 [15:58:20.950] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1591 [15:58:20.950] collectAutoImports: response is complete +Info 1592 [15:58:20.950] collectAutoImports: 8.376808000728488 +Info 1593 [15:58:20.950] getCompletionData: Semantic work: 8.834591999650002 +Info 1594 [15:58:20.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.380766000598669 +Info 1595 [15:58:20.958] Format host information updated +Info 1596 [15:58:21.097] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1597 [15:58:21.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 6.71416199952364ms +Info 1598 [15:58:21.104] Different program with same set of files +Info 1599 [15:58:21.104] getCompletionData: Get current token: 0.0034809987992048264 +Info 1600 [15:58:21.104] getCompletionData: Is inside comment: 0.013238999992609024 +Info 1601 [15:58:21.104] getCompletionData: Get previous token: 0.01685499958693981 +Info 1602 [15:58:21.104] getCompletionsAtPosition: isCompletionListBlocker: 0.0031519997864961624 +Info 1603 [15:58:21.105] getExportInfoMap: cache hit +Info 1604 [15:58:21.107] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 4 from cache +Info 1605 [15:58:21.107] collectAutoImports: response is complete +Info 1606 [15:58:21.107] collectAutoImports: 2.1848860010504723 +Info 1607 [15:58:21.107] getCompletionData: Semantic work: 2.6973710004240274 +Info 1608 [15:58:21.109] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9915270004421473 +Info 1609 [15:58:21.110] Format host information updated +Info 1610 [15:58:21.194] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1611 [15:58:21.201] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 6.563903000205755ms +Info 1612 [15:58:21.201] Different program with same set of files +Info 1613 [15:58:21.201] getCompletionData: Get current token: 0.003604000434279442 +Info 1614 [15:58:21.201] getCompletionData: Is inside comment: 0.012323999777436256 +Info 1615 [15:58:21.201] getCompletionData: Get previous token: 0.016656000167131424 +Info 1616 [15:58:21.201] getCompletionsAtPosition: isCompletionListBlocker: 0.003027999773621559 +Info 1617 [15:58:21.202] getExportInfoMap: cache hit +Info 1618 [15:58:21.205] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 1619 [15:58:21.205] collectAutoImports: response is complete +Info 1620 [15:58:21.205] collectAutoImports: 3.764621000736952 +Info 1621 [15:58:21.205] getCompletionData: Semantic work: 4.291071999818087 +Info 1622 [15:58:21.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0395430009812117 +Info 1623 [15:58:21.208] Format host information updated +Info 1624 [15:58:21.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1625 [15:58:21.308] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 6.577916000038385ms +Info 1626 [15:58:21.308] Different program with same set of files +Info 1627 [15:58:21.308] getCompletionData: Get current token: 0.003351999446749687 +Info 1628 [15:58:21.309] getCompletionData: Is inside comment: 0.011838000267744064 +Info 1629 [15:58:21.309] getCompletionData: Get previous token: 0.015180999413132668 +Info 1630 [15:58:21.309] getCompletionsAtPosition: isCompletionListBlocker: 0.002708001062273979 +Info 1631 [15:58:21.309] getExportInfoMap: cache hit +Info 1632 [15:58:21.320] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1633 [15:58:21.320] collectAutoImports: response is complete +Info 1634 [15:58:21.320] collectAutoImports: 11.407724000513554 +Info 1635 [15:58:21.320] getCompletionData: Semantic work: 11.867630999535322 +Info 1636 [15:58:21.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6883269995450974 +Info 1637 [15:58:21.327] Format host information updated +Info 1638 [15:58:21.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1639 [15:58:21.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 6.543166000396013ms +Info 1640 [15:58:21.477] Different program with same set of files +Info 1641 [15:58:21.477] getCompletionData: Get current token: 0.0038189999759197235 +Info 1642 [15:58:21.477] getCompletionData: Is inside comment: 0.012566998600959778 +Info 1643 [15:58:21.477] getCompletionData: Get previous token: 0.008553000167012215 +Info 1644 [15:58:21.477] getCompletionsAtPosition: isCompletionListBlocker: 0.010471999645233154 +Info 1645 [15:58:21.478] getExportInfoMap: cache hit +Info 1646 [15:58:21.490] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 234 from cache +Info 1647 [15:58:21.490] collectAutoImports: response is complete +Info 1648 [15:58:21.490] collectAutoImports: 11.618979999795556 +Info 1649 [15:58:21.490] getCompletionData: Semantic work: 12.105787001550198 +Info 1650 [15:58:21.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8543779999017715 +Info 1651 [15:58:21.497] Format host information updated +Info 1652 [15:58:22.898] Format host information updated +Info 1653 [15:58:23.207] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 1654 [15:58:23.210] Elapsed:: 2.135343000292778ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 1655 [15:58:23.210] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1656 [15:58:23.210] Elapsed:: 0.5021100006997585ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1657 [15:58:23.210] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1658 [15:58:23.210] Ignoring files that are not *.json +Info 1659 [15:58:23.211] Elapsed:: 0.15644700080156326ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1660 [15:58:23.211] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1661 [15:58:23.211] Elapsed:: 0.027444999665021896ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1662 [15:58:23.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1663 [15:58:23.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 19.50092599913478ms +Info 1664 [15:58:23.484] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1665 [15:58:23.484] Files (146) + +Info 1666 [15:58:23.484] ----------------------------------------------- +Info 1667 [15:58:23.484] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1668 [15:58:23.484] Files (271) + +Info 1669 [15:58:23.484] ----------------------------------------------- +Info 1670 [15:58:25.710] Before ensureProjectForOpenFiles: +Info 1671 [15:58:25.710] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1671 [15:58:25.710] Files (146) + +Info 1671 [15:58:25.710] ----------------------------------------------- +Info 1671 [15:58:25.710] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1671 [15:58:25.710] Files (271) + +Info 1671 [15:58:25.710] ----------------------------------------------- +Info 1671 [15:58:25.710] Project '/dev/null/inferredProject1*' (Inferred) +Info 1671 [15:58:25.710] Files (130) + +Info 1671 [15:58:25.710] ----------------------------------------------- +Info 1671 [15:58:25.710] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1671 [15:58:25.710] Files (179) + +Info 1671 [15:58:25.710] ----------------------------------------------- +Info 1671 [15:58:25.710] Open files: +Info 1671 [15:58:25.710] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1671 [15:58:25.710] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1671 [15:58:25.710] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1671 [15:58:25.710] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1671 [15:58:25.710] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1672 [15:58:25.725] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 145 structureChanged: true structureIsReused:: Not Elapsed: 14.908496998250484ms +Info 1673 [15:58:25.725] Project '/dev/null/inferredProject1*' (Inferred) +Info 1674 [15:58:25.725] Files (129) + +Info 1675 [15:58:25.725] ----------------------------------------------- +Info 1676 [15:58:25.725] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1677 [15:58:25.725] Files (179) + +Info 1678 [15:58:25.725] ----------------------------------------------- +Info 1679 [15:58:25.726] After ensureProjectForOpenFiles: +Info 1680 [15:58:25.726] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1680 [15:58:25.726] Files (146) + +Info 1680 [15:58:25.726] ----------------------------------------------- +Info 1680 [15:58:25.726] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1680 [15:58:25.726] Files (271) + +Info 1680 [15:58:25.726] ----------------------------------------------- +Info 1680 [15:58:25.726] Project '/dev/null/inferredProject1*' (Inferred) +Info 1680 [15:58:25.726] Files (129) + +Info 1680 [15:58:25.726] ----------------------------------------------- +Info 1680 [15:58:25.726] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1680 [15:58:25.726] Files (179) + +Info 1680 [15:58:25.726] ----------------------------------------------- +Info 1680 [15:58:25.726] Open files: +Info 1680 [15:58:25.726] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1680 [15:58:25.726] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1680 [15:58:25.726] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1680 [15:58:25.726] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1680 [15:58:25.726] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js +Info 1681 [15:58:27.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1682 [15:58:27.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 6.614065999165177ms +Info 1683 [15:58:27.541] Different program with same set of files +Info 1684 [15:58:27.541] getCompletionData: Get current token: 0.0030170008540153503 +Info 1685 [15:58:27.541] getCompletionData: Is inside comment: 0.0015559997409582138 +Info 1686 [15:58:27.541] getCompletionData: Get previous token: 0.03559399954974651 +Info 1687 [15:58:27.541] getCompletionsAtPosition: isCompletionListBlocker: 0.021254999563097954 +Info 1688 [15:58:27.542] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.32038599997758865 ms +Info 1689 [15:58:27.542] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 1690 [15:58:27.542] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.24468299932777882ms +Info 1691 [15:58:27.543] getExportInfoMap: cache miss or empty; calculating new results +Info 1692 [15:58:27.565] forEachExternalModuleToImportFrom autoImportProvider: 6.538222000002861 +Info 1693 [15:58:27.565] getExportInfoMap: done in 23.6890349984169 ms +Info 1694 [15:58:27.570] collectAutoImports: resolved 10 module specifiers, plus 14 ambient and 42 from cache +Info 1695 [15:58:27.570] collectAutoImports: response is complete +Info 1696 [15:58:27.570] collectAutoImports: 4.246685000136495 +Info 1697 [15:58:27.570] getCompletionData: Semantic work: 28.48931000009179 +Info 1698 [15:58:27.571] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2566950004547834 +Info 1699 [15:58:27.572] Format host information updated +Info 1700 [15:58:27.710] Format host information updated +Info 1701 [15:58:27.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1702 [15:58:27.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 6.866051999852061ms +Info 1703 [15:58:27.717] Different program with same set of files +Info 1704 [15:58:27.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1705 [15:58:27.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 6.528271999210119ms +Info 1706 [15:58:27.859] Different program with same set of files +Info 1707 [15:58:27.859] getCompletionData: Get current token: 0.004072001203894615 +Info 1708 [15:58:27.859] getCompletionData: Is inside comment: 0.0019489992409944534 +Info 1709 [15:58:27.859] getCompletionData: Get previous token: 0.011918999254703522 +Info 1710 [15:58:27.859] getCompletionsAtPosition: isCompletionListBlocker: 0.007104000076651573 +Info 1711 [15:58:27.859] getExportInfoMap: cache hit +Info 1712 [15:58:27.884] collectAutoImports: resolved 28 module specifiers, plus 219 ambient and 953 from cache +Info 1713 [15:58:27.884] collectAutoImports: response is complete +Info 1714 [15:58:27.884] collectAutoImports: 24.687447000294924 +Info 1715 [15:58:27.884] getCompletionData: Semantic work: 25.216304000467062 +Info 1716 [15:58:27.888] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.036411000415683 +Info 1717 [15:58:27.892] Format host information updated +Info 1718 [15:58:28.172] Format host information updated +Info 1719 [15:58:28.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1720 [15:58:28.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 5.8031970001757145ms +Info 1721 [15:58:28.178] Different program with same set of files +Info 1722 [15:58:28.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1723 [15:58:28.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 22.364747000858188ms +Info 1724 [15:58:28.282] Different program with same set of files +Info 1725 [15:58:28.283] getCompletionData: Get current token: 0.010079000145196915 +Info 1726 [15:58:28.283] getCompletionData: Is inside comment: 0.0038489997386932373 +Info 1727 [15:58:28.283] getCompletionData: Get previous token: 0.04051700048148632 +Info 1728 [15:58:28.283] getCompletionsAtPosition: isCompletionListBlocker: 0.017973998561501503 +Info 1729 [15:58:28.284] getExportInfoMap: cache hit +Info 1730 [15:58:28.293] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 52 from cache +Info 1731 [15:58:28.293] collectAutoImports: response is complete +Info 1732 [15:58:28.293] collectAutoImports: 8.398547999560833 +Info 1733 [15:58:28.293] getCompletionData: Semantic work: 9.639863999560475 +Info 1734 [15:58:28.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1939470004290342 +Info 1735 [15:58:28.298] Format host information updated +Info 1736 [15:58:28.367] Format host information updated +Info 1737 [15:58:28.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1738 [15:58:28.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 11.232072999700904ms +Info 1739 [15:58:28.378] Different program with same set of files +Info 1740 [15:58:28.753] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1741 [15:58:28.759] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 6.621155999600887ms +Info 1742 [15:58:28.759] Different program with same set of files +Info 1743 [15:58:28.759] getCompletionData: Get current token: 0.002863999456167221 +Info 1744 [15:58:28.759] getCompletionData: Is inside comment: 0.001554001122713089 +Info 1745 [15:58:28.759] getCompletionData: Get previous token: 0.018432000651955605 +Info 1746 [15:58:28.759] getCompletionsAtPosition: isCompletionListBlocker: 0.00853000022470951 +Info 1747 [15:58:28.760] getExportInfoMap: cache hit +Info 1748 [15:58:28.764] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 147 from cache +Info 1749 [15:58:28.764] collectAutoImports: response is complete +Info 1750 [15:58:28.764] collectAutoImports: 4.210988000035286 +Info 1751 [15:58:28.764] getCompletionData: Semantic work: 4.834300000220537 +Info 1752 [15:58:28.766] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.506317999213934 +Info 1753 [15:58:28.767] Format host information updated +Info 1754 [15:58:29.067] Format host information updated +Info 1755 [15:58:29.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1756 [15:58:29.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 6.292652999982238ms +Info 1757 [15:58:29.074] Different program with same set of files +Info 1758 [15:58:29.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1759 [15:58:29.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 6.610581001266837ms +Info 1760 [15:58:29.590] Different program with same set of files +Info 1761 [15:58:29.590] getCompletionData: Get current token: 0.005768999457359314 +Info 1762 [15:58:29.590] getCompletionData: Is inside comment: 0.001846998929977417 +Info 1763 [15:58:29.590] getCompletionData: Get previous token: 0.018528999760746956 +Info 1764 [15:58:29.590] getCompletionsAtPosition: isCompletionListBlocker: 0.007590999826788902 +Info 1765 [15:58:29.591] getExportInfoMap: cache hit +Info 1766 [15:58:29.606] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 1767 [15:58:29.606] collectAutoImports: response is complete +Info 1768 [15:58:29.606] collectAutoImports: 15.026797000318766 +Info 1769 [15:58:29.606] getCompletionData: Semantic work: 15.537607999518514 +Info 1770 [15:58:29.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.834755999967456 +Info 1771 [15:58:29.613] Format host information updated +Info 1772 [15:58:29.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1773 [15:58:29.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 6.184343000873923ms +Info 1774 [15:58:29.865] Different program with same set of files +Info 1775 [15:58:29.865] getCompletionData: Get current token: 0.003418000414967537 +Info 1776 [15:58:29.865] getCompletionData: Is inside comment: 0.00137300044298172 +Info 1777 [15:58:29.865] getCompletionData: Get previous token: 0.014265000820159912 +Info 1778 [15:58:29.865] getCompletionsAtPosition: isCompletionListBlocker: 0.007952999323606491 +Info 1779 [15:58:29.866] getExportInfoMap: cache hit +Info 1780 [15:58:29.879] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 1781 [15:58:29.879] collectAutoImports: response is complete +Info 1782 [15:58:29.879] collectAutoImports: 13.090052999556065 +Info 1783 [15:58:29.879] getCompletionData: Semantic work: 13.561170000582933 +Info 1784 [15:58:29.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4261519983410835 +Info 1785 [15:58:29.886] Format host information updated +Info 1786 [15:58:29.914] Format host information updated +Info 1787 [15:58:29.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1788 [15:58:29.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 6.231996001675725ms +Info 1789 [15:58:29.920] Different program with same set of files +Info 1790 [15:58:30.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1791 [15:58:30.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 8.27028900012374ms +Info 1792 [15:58:30.314] Different program with same set of files +Info 1793 [15:58:30.314] getCompletionData: Get current token: 0.0045110005885362625 +Info 1794 [15:58:30.314] getCompletionData: Is inside comment: 0.0019039995968341827 +Info 1795 [15:58:30.314] getCompletionData: Get previous token: 0.02752300165593624 +Info 1796 [15:58:30.314] getCompletionsAtPosition: isCompletionListBlocker: 0.010304000228643417 +Info 1797 [15:58:30.320] getExportInfoMap: cache hit +Info 1798 [15:58:30.325] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 154 from cache +Info 1799 [15:58:30.325] collectAutoImports: response is complete +Info 1800 [15:58:30.325] collectAutoImports: 5.6376239992678165 +Info 1801 [15:58:30.325] getCompletionData: Semantic work: 11.576201999559999 +Info 1802 [15:58:30.327] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7612050008028746 +Info 1803 [15:58:30.328] Format host information updated +Info 1804 [15:58:30.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1805 [15:58:30.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 24.67382400110364ms +Info 1806 [15:58:30.446] Different program with same set of files +Info 1807 [15:58:30.447] getCompletionData: Get current token: 0.011711999773979187 +Info 1808 [15:58:30.447] getCompletionData: Is inside comment: 0.005434000864624977 +Info 1809 [15:58:30.447] getCompletionData: Get previous token: 0.0662660002708435 +Info 1810 [15:58:30.447] getCompletionsAtPosition: isCompletionListBlocker: 0.021476000547409058 +Info 1811 [15:58:30.448] getExportInfoMap: cache hit +Info 1812 [15:58:30.454] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 72 from cache +Info 1813 [15:58:30.454] collectAutoImports: response is complete +Info 1814 [15:58:30.454] collectAutoImports: 5.781052000820637 +Info 1815 [15:58:30.454] getCompletionData: Semantic work: 7.234601000323892 +Info 1816 [15:58:30.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9439630005508661 +Info 1817 [15:58:30.460] Format host information updated +Info 1818 [15:58:30.625] Format host information updated +Info 1819 [15:58:30.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1820 [15:58:30.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 25.347315998747945ms +Info 1821 [15:58:30.652] Different program with same set of files +Info 1822 [15:58:30.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1823 [15:58:30.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 23.114194000139832ms +Info 1824 [15:58:30.740] Different program with same set of files +Info 1825 [15:58:30.740] getCompletionData: Get current token: 0.011941000819206238 +Info 1826 [15:58:30.740] getCompletionData: Is inside comment: 0.004558000713586807 +Info 1827 [15:58:30.740] getCompletionData: Get previous token: 0.05447600036859512 +Info 1828 [15:58:30.740] getCompletionsAtPosition: isCompletionListBlocker: 0.018319999799132347 +Info 1829 [15:58:30.742] getExportInfoMap: cache hit +Info 1830 [15:58:30.761] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 1831 [15:58:30.761] collectAutoImports: response is complete +Info 1832 [15:58:30.761] collectAutoImports: 19.77215100079775 +Info 1833 [15:58:30.762] getCompletionData: Semantic work: 20.977920999750495 +Info 1834 [15:58:30.766] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.40430000051856 +Info 1835 [15:58:30.770] Format host information updated +Info 1836 [15:58:30.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1837 [15:58:30.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 13.62461799941957ms +Info 1838 [15:58:30.860] Different program with same set of files +Info 1839 [15:58:30.860] getCompletionData: Get current token: 0.01013300009071827 +Info 1840 [15:58:30.860] getCompletionData: Is inside comment: 0.0034399982541799545 +Info 1841 [15:58:30.860] getCompletionData: Get previous token: 0.05295900069177151 +Info 1842 [15:58:30.860] getCompletionsAtPosition: isCompletionListBlocker: 0.016596999019384384 +Info 1843 [15:58:30.861] getExportInfoMap: cache hit +Info 1844 [15:58:30.883] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 1845 [15:58:30.883] collectAutoImports: response is complete +Info 1846 [15:58:30.883] collectAutoImports: 22.3071069996804 +Info 1847 [15:58:30.884] getCompletionData: Semantic work: 23.420541999861598 +Info 1848 [15:58:30.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.112607000395656 +Info 1849 [15:58:30.893] Format host information updated +Info 1850 [15:58:30.946] Format host information updated +Info 1851 [15:58:30.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1852 [15:58:30.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 9.331983000040054ms +Info 1853 [15:58:30.956] Different program with same set of files +Info 1854 [15:58:31.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1855 [15:58:31.127] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 6.307506999000907ms +Info 1856 [15:58:31.127] Different program with same set of files +Info 1857 [15:58:31.127] getCompletionData: Get current token: 0.004155000671744347 +Info 1858 [15:58:31.127] getCompletionData: Is inside comment: 0.0019640009850263596 +Info 1859 [15:58:31.128] getCompletionData: Get previous token: 0.023614998906850815 +Info 1860 [15:58:31.128] getCompletionsAtPosition: isCompletionListBlocker: 0.00853700004518032 +Info 1861 [15:58:31.128] getExportInfoMap: cache hit +Info 1862 [15:58:31.132] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 157 from cache +Info 1863 [15:58:31.132] collectAutoImports: response is complete +Info 1864 [15:58:31.132] collectAutoImports: 4.024976000189781 +Info 1865 [15:58:31.132] getCompletionData: Semantic work: 4.601835999637842 +Info 1866 [15:58:31.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3952309992164373 +Info 1867 [15:58:31.135] Format host information updated +Info 1868 [15:58:31.244] Format host information updated +Info 1869 [15:58:31.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1870 [15:58:31.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 6.504495000466704ms +Info 1871 [15:58:31.251] Different program with same set of files +Info 1872 [15:58:31.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1873 [15:58:31.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 6.087786000221968ms +Info 1874 [15:58:31.416] Different program with same set of files +Info 1875 [15:58:31.416] getCompletionData: Get current token: 0.004521999508142471 +Info 1876 [15:58:31.416] getCompletionData: Is inside comment: 0.001339999958872795 +Info 1877 [15:58:31.416] getCompletionData: Get previous token: 0.016241999343037605 +Info 1878 [15:58:31.417] getCompletionsAtPosition: isCompletionListBlocker: 0.0068990010768175125 +Info 1879 [15:58:31.417] getExportInfoMap: cache hit +Info 1880 [15:58:31.429] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 1881 [15:58:31.429] collectAutoImports: response is complete +Info 1882 [15:58:31.429] collectAutoImports: 12.338468998670578 +Info 1883 [15:58:31.429] getCompletionData: Semantic work: 12.910301998257637 +Info 1884 [15:58:31.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.657259000465274 +Info 1885 [15:58:31.437] Format host information updated +Info 1886 [15:58:31.685] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1887 [15:58:31.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 13.25747200101614ms +Info 1888 [15:58:31.698] Different program with same set of files +Info 1889 [15:58:31.699] getCompletionData: Get current token: 0.0036490000784397125 +Info 1890 [15:58:31.699] getCompletionData: Is inside comment: 0.0015639998018741608 +Info 1891 [15:58:31.699] getCompletionData: Get previous token: 0.015466999262571335 +Info 1892 [15:58:31.699] getCompletionsAtPosition: isCompletionListBlocker: 0.008873999118804932 +Info 1893 [15:58:31.699] getExportInfoMap: cache hit +Info 1894 [15:58:31.713] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 1895 [15:58:31.713] collectAutoImports: response is complete +Info 1896 [15:58:31.713] collectAutoImports: 13.883081000298262 +Info 1897 [15:58:31.713] getCompletionData: Semantic work: 14.406369999051094 +Info 1898 [15:58:31.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.963782999664545 +Info 1899 [15:58:31.720] Format host information updated +Info 1900 [15:58:31.724] Format host information updated +Info 1901 [15:58:31.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1902 [15:58:31.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 6.1134130004793406ms +Info 1903 [15:58:31.730] Different program with same set of files +Info 1904 [15:58:32.206] getCompletionData: Get current token: 0.0026719998568296432 +Info 1905 [15:58:32.206] getCompletionData: Is inside comment: 0.015828000381588936 +Info 1906 [15:58:32.206] getCompletionData: Get previous token: 0.023700999096035957 +Info 1907 [15:58:32.206] getCompletionsAtPosition: isCompletionListBlocker: 0.012137001380324364 +Info 1908 [15:58:32.207] getExportInfoMap: cache hit +Info 1909 [15:58:32.220] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 1910 [15:58:32.220] collectAutoImports: response is complete +Info 1911 [15:58:32.220] collectAutoImports: 13.412757998332381 +Info 1912 [15:58:32.220] getCompletionData: Semantic work: 14.115008000284433 +Info 1913 [15:58:32.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9897199999541044 +Info 1914 [15:58:32.897] Format host information updated +Info 1915 [15:58:32.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1916 [15:58:32.904] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.258329000324011ms +Info 1917 [15:58:32.904] Different program with same set of files +Info 1918 [15:58:33.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1919 [15:58:33.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 9.364285999909043ms +Info 1920 [15:58:33.016] Different program with same set of files +Info 1921 [15:58:33.017] getCompletionData: Get current token: 0.002535000443458557 +Info 1922 [15:58:33.017] getCompletionData: Is inside comment: 0.010220000520348549 +Info 1923 [15:58:33.017] getCompletionData: Get previous token: 0.02314699999988079 +Info 1924 [15:58:33.017] getCompletionsAtPosition: isCompletionListBlocker: 0.010420000180602074 +Info 1925 [15:58:33.017] getExportInfoMap: cache hit +Info 1926 [15:58:33.021] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 157 from cache +Info 1927 [15:58:33.022] collectAutoImports: response is complete +Info 1928 [15:58:33.022] collectAutoImports: 4.149086000397801 +Info 1929 [15:58:33.022] getCompletionData: Semantic work: 4.830029999837279 +Info 1930 [15:58:33.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4084629993885756 +Info 1931 [15:58:33.024] Format host information updated +Info 1932 [15:58:33.293] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1933 [15:58:33.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 5.820485999807715ms +Info 1934 [15:58:33.299] Different program with same set of files +Info 1935 [15:58:33.299] getCompletionData: Get current token: 0.0019819997251033783 +Info 1936 [15:58:33.299] getCompletionData: Is inside comment: 0.010454999282956123 +Info 1937 [15:58:33.299] getCompletionData: Get previous token: 0.0067010000348091125 +Info 1938 [15:58:33.299] getCompletionsAtPosition: isCompletionListBlocker: 0.0021139997988939285 +Info 1939 [15:58:33.300] getCompletionData: Semantic work: 0.8181919995695353 +Info 1940 [15:58:33.301] Format host information updated +Info 1941 [15:58:34.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1942 [15:58:34.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.806095000356436ms +Info 1943 [15:58:34.160] Different program with same set of files +Info 1944 [15:58:34.161] getCompletionData: Get current token: 0.002862999215722084 +Info 1945 [15:58:34.161] getCompletionData: Is inside comment: 0.009292000904679298 +Info 1946 [15:58:34.164] getCompletionData: Get previous token: 0.015288999304175377 +Info 1947 [15:58:34.164] getCompletionsAtPosition: isCompletionListBlocker: 0.0034179985523223877 +Info 1948 [15:58:34.165] getCompletionData: Semantic work: 0.421297000721097 +Info 1949 [15:58:34.165] Format host information updated +Info 1950 [15:58:34.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1951 [15:58:34.278] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 6.698005000129342ms +Info 1952 [15:58:34.278] Different program with same set of files +Info 1953 [15:58:34.279] getCompletionData: Get current token: 0.002203000709414482 +Info 1954 [15:58:34.279] getCompletionData: Is inside comment: 0.01011500135064125 +Info 1955 [15:58:34.279] getCompletionData: Get previous token: 0.01770699955523014 +Info 1956 [15:58:34.279] getCompletionsAtPosition: isCompletionListBlocker: 0.002862999215722084 +Info 1957 [15:58:34.279] getCompletionData: Semantic work: 0.4377029985189438 +Info 1958 [15:58:34.279] Format host information updated +Info 1959 [15:58:34.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1960 [15:58:34.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.816097998991609ms +Info 1961 [15:58:34.566] Different program with same set of files +Info 1962 [15:58:34.566] getCompletionData: Get current token: 0.0019739996641874313 +Info 1963 [15:58:34.566] getCompletionData: Is inside comment: 0.009307000786066055 +Info 1964 [15:58:34.566] getCompletionData: Get previous token: 0.031082000583410263 +Info 1965 [15:58:34.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0026459991931915283 +Info 1966 [15:58:34.567] getCompletionData: Semantic work: 0.4515170007944107 +Info 1967 [15:58:34.570] Format host information updated +Info 1968 [15:58:34.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1969 [15:58:34.677] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 6.383571000769734ms +Info 1970 [15:58:34.677] Different program with same set of files +Info 1971 [15:58:34.677] getCompletionData: Get current token: 0.0019549988210201263 +Info 1972 [15:58:34.677] getCompletionData: Is inside comment: 0.009234998375177383 +Info 1973 [15:58:34.677] getCompletionData: Get previous token: 0.0163900014013052 +Info 1974 [15:58:34.677] getCompletionsAtPosition: isCompletionListBlocker: 0.0026259999722242355 +Info 1975 [15:58:34.677] getCompletionData: Semantic work: 0.38668599911034107 +Info 1976 [15:58:34.678] Format host information updated +Info 1977 [15:58:34.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1978 [15:58:34.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.314416998997331ms +Info 1979 [15:58:34.753] Different program with same set of files +Info 1980 [15:58:34.753] getCompletionData: Get current token: 0.002208000048995018 +Info 1981 [15:58:34.754] getCompletionData: Is inside comment: 0.009874999523162842 +Info 1982 [15:58:34.754] getCompletionData: Get previous token: 0.016681000590324402 +Info 1983 [15:58:34.754] getCompletionsAtPosition: isCompletionListBlocker: 0.0029899999499320984 +Info 1984 [15:58:34.754] getCompletionData: Semantic work: 0.40221500024199486 +Info 1985 [15:58:34.757] Format host information updated +Info 1986 [15:58:35.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1987 [15:58:35.034] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 6.999855998903513ms +Info 1988 [15:58:35.034] Different program with same set of files +Info 1989 [15:58:35.034] getCompletionData: Get current token: 0.0019000004976987839 +Info 1990 [15:58:35.034] getCompletionData: Is inside comment: 0.008697999641299248 +Info 1991 [15:58:35.034] getCompletionData: Get previous token: 0.014857999980449677 +Info 1992 [15:58:35.034] getCompletionsAtPosition: isCompletionListBlocker: 0.002384999766945839 +Info 1993 [15:58:35.035] getCompletionData: Semantic work: 0.36755300126969814 +Info 1994 [15:58:35.035] Format host information updated +Info 1995 [15:58:35.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1996 [15:58:35.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 6.9074859991669655ms +Info 1997 [15:58:35.163] Different program with same set of files +Info 1998 [15:58:35.163] getCompletionData: Get current token: 0.0019209999591112137 +Info 1999 [15:58:35.163] getCompletionData: Is inside comment: 0.008636999875307083 +Info 2000 [15:58:35.163] getCompletionData: Get previous token: 0.014996999874711037 +Info 2001 [15:58:35.163] getCompletionsAtPosition: isCompletionListBlocker: 0.002848999574780464 +Info 2002 [15:58:35.164] getCompletionData: Semantic work: 0.35702599957585335 +Info 2003 [15:58:35.167] Format host information updated +Info 2004 [15:58:35.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2005 [15:58:35.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 21.334689000621438ms +Info 2006 [15:58:35.301] Different program with same set of files +Info 2007 [15:58:35.301] getCompletionData: Get current token: 0.006244000047445297 +Info 2008 [15:58:35.301] getCompletionData: Is inside comment: 0.029356999322772026 +Info 2009 [15:58:35.301] getCompletionData: Get previous token: 0.04592899978160858 +Info 2010 [15:58:35.301] getCompletionsAtPosition: isCompletionListBlocker: 0.005510000512003899 +Info 2011 [15:58:35.303] getCompletionData: Semantic work: 1.0404000002890825 +Info 2012 [15:58:35.303] Format host information updated +Info 2013 [15:58:35.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2014 [15:58:35.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.401570999994874ms +Info 2015 [15:58:35.703] Different program with same set of files +Info 2016 [15:58:35.703] getCompletionData: Get current token: 0.002550998702645302 +Info 2017 [15:58:35.703] getCompletionData: Is inside comment: 0.011138999834656715 +Info 2018 [15:58:35.703] getCompletionData: Get previous token: 0.007069999352097511 +Info 2019 [15:58:35.703] getCompletionsAtPosition: isCompletionListBlocker: 0.0030150003731250763 +Info 2020 [15:58:35.704] getExportInfoMap: cache hit +Info 2021 [15:58:35.718] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2022 [15:58:35.718] collectAutoImports: response is complete +Info 2023 [15:58:35.718] collectAutoImports: 14.235378999263048 +Info 2024 [15:58:35.718] getCompletionData: Semantic work: 14.782405998557806 +Info 2025 [15:58:35.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8263469990342855 +Info 2026 [15:58:35.726] Format host information updated +Info 2027 [15:58:35.756] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2028 [15:58:35.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.641080999746919ms +Info 2029 [15:58:35.763] Different program with same set of files +Info 2030 [15:58:35.763] getCompletionData: Get current token: 0.0028540007770061493 +Info 2031 [15:58:35.763] getCompletionData: Is inside comment: 0.011262999847531319 +Info 2032 [15:58:35.763] getCompletionData: Get previous token: 0.007571998983621597 +Info 2033 [15:58:35.763] getCompletionsAtPosition: isCompletionListBlocker: 0.008662000298500061 +Info 2034 [15:58:35.764] getExportInfoMap: cache hit +Info 2035 [15:58:35.777] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2036 [15:58:35.777] collectAutoImports: response is complete +Info 2037 [15:58:35.777] collectAutoImports: 13.40005400031805 +Info 2038 [15:58:35.777] getCompletionData: Semantic work: 13.974356999620795 +Info 2039 [15:58:35.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.656300999224186 +Info 2040 [15:58:35.784] Format host information updated +Info 2041 [15:58:36.083] getCompletionData: Get current token: 0.004261000081896782 +Info 2042 [15:58:36.083] getCompletionData: Is inside comment: 0.001684999093413353 +Info 2043 [15:58:36.083] getCompletionData: Get previous token: 0.010082000866532326 +Info 2044 [15:58:36.083] getCompletionsAtPosition: isCompletionListBlocker: 0.0034960005432367325 +Info 2045 [15:58:36.084] getExportInfoMap: cache hit +Info 2046 [15:58:36.094] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2047 [15:58:36.094] collectAutoImports: response is complete +Info 2048 [15:58:36.094] collectAutoImports: 10.212608000263572 +Info 2049 [15:58:36.094] getCompletionData: Semantic work: 10.778015000745654 +Info 2050 [15:58:36.098] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.49367200024426 +Info 2051 [15:58:37.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2052 [15:58:37.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.8097780011594296ms +Info 2053 [15:58:37.251] Different program with same set of files +Info 2054 [15:58:37.251] getCompletionData: Get current token: 0.004254000261425972 +Info 2055 [15:58:37.251] getCompletionData: Is inside comment: 0.001540999859571457 +Info 2056 [15:58:37.251] getCompletionData: Get previous token: 0.01871899887919426 +Info 2057 [15:58:37.251] getCompletionsAtPosition: isCompletionListBlocker: 0.00386199913918972 +Info 2058 [15:58:37.252] getExportInfoMap: cache hit +Info 2059 [15:58:37.256] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 147 from cache +Info 2060 [15:58:37.256] collectAutoImports: response is complete +Info 2061 [15:58:37.256] collectAutoImports: 3.974220000207424 +Info 2062 [15:58:37.256] getCompletionData: Semantic work: 4.547432998195291 +Info 2063 [15:58:37.258] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4652280006557703 +Info 2064 [15:58:37.258] Format host information updated +Info 2065 [15:58:37.354] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2066 [15:58:37.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 6.779671000316739ms +Info 2067 [15:58:37.361] Different program with same set of files +Info 2068 [15:58:37.361] getCompletionData: Get current token: 0.004799000918865204 +Info 2069 [15:58:37.361] getCompletionData: Is inside comment: 0.0016280002892017365 +Info 2070 [15:58:37.361] getCompletionData: Get previous token: 0.01674799993634224 +Info 2071 [15:58:37.361] getCompletionsAtPosition: isCompletionListBlocker: 0.04901299998164177 +Info 2072 [15:58:37.361] getExportInfoMap: cache hit +Info 2073 [15:58:37.373] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2074 [15:58:37.373] collectAutoImports: response is complete +Info 2075 [15:58:37.373] collectAutoImports: 11.671183001250029 +Info 2076 [15:58:37.373] getCompletionData: Semantic work: 12.243598999455571 +Info 2077 [15:58:37.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.3457079995423555 +Info 2078 [15:58:37.384] Format host information updated +Info 2079 [15:58:37.487] Format host information updated +Info 2080 [15:58:37.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2081 [15:58:37.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.111039999872446ms +Info 2082 [15:58:37.493] Different program with same set of files +Info 2083 [15:58:37.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2084 [15:58:37.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 5.733018001541495ms +Info 2085 [15:58:37.786] Different program with same set of files +Info 2086 [15:58:37.786] getCompletionData: Get current token: 0.00427900068461895 +Info 2087 [15:58:37.786] getCompletionData: Is inside comment: 0.0013050008565187454 +Info 2088 [15:58:37.786] getCompletionData: Get previous token: 0.014983000233769417 +Info 2089 [15:58:37.786] getCompletionsAtPosition: isCompletionListBlocker: 0.003887999802827835 +Info 2090 [15:58:37.787] getExportInfoMap: cache hit +Info 2091 [15:58:37.800] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2092 [15:58:37.800] collectAutoImports: response is complete +Info 2093 [15:58:37.800] collectAutoImports: 12.898548999801278 +Info 2094 [15:58:37.800] getCompletionData: Semantic work: 13.463112000375986 +Info 2095 [15:58:37.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6321809999644756 +Info 2096 [15:58:37.807] Format host information updated +Info 2097 [15:58:37.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2098 [15:58:37.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 6.688810000196099ms +Info 2099 [15:58:37.855] Different program with same set of files +Info 2100 [15:58:37.855] getCompletionData: Get current token: 0.004341999068856239 +Info 2101 [15:58:37.855] getCompletionData: Is inside comment: 0.0017129983752965927 +Info 2102 [15:58:37.855] getCompletionData: Get previous token: 0.024865999817848206 +Info 2103 [15:58:37.855] getCompletionsAtPosition: isCompletionListBlocker: 0.0030769985169172287 +Info 2104 [15:58:37.855] getExportInfoMap: cache hit +Info 2105 [15:58:37.862] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 147 from cache +Info 2106 [15:58:37.862] collectAutoImports: response is complete +Info 2107 [15:58:37.862] collectAutoImports: 6.5450619999319315 +Info 2108 [15:58:37.862] getCompletionData: Semantic work: 7.160480998456478 +Info 2109 [15:58:37.864] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.510437998920679 +Info 2110 [15:58:37.865] Format host information updated +Info 2111 [15:58:37.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2112 [15:58:37.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 6.704164000228047ms +Info 2113 [15:58:37.954] Different program with same set of files +Info 2114 [15:58:37.954] getCompletionData: Get current token: 0.0050240010023117065 +Info 2115 [15:58:37.954] getCompletionData: Is inside comment: 0.0016400013118982315 +Info 2116 [15:58:37.954] getCompletionData: Get previous token: 0.015967000275850296 +Info 2117 [15:58:37.954] getCompletionsAtPosition: isCompletionListBlocker: 0.0030060000717639923 +Info 2118 [15:58:37.955] getExportInfoMap: cache hit +Info 2119 [15:58:37.968] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2120 [15:58:37.968] collectAutoImports: response is complete +Info 2121 [15:58:37.968] collectAutoImports: 13.347207000479102 +Info 2122 [15:58:37.968] getCompletionData: Semantic work: 13.879318000748754 +Info 2123 [15:58:37.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.141334999352694 +Info 2124 [15:58:37.976] Format host information updated +Info 2125 [15:58:38.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2126 [15:58:38.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 6.035658000037074ms +Info 2127 [15:58:38.249] Different program with same set of files +Info 2128 [15:58:38.249] getCompletionData: Get current token: 0.003997998312115669 +Info 2129 [15:58:38.249] getCompletionData: Is inside comment: 0.001364000141620636 +Info 2130 [15:58:38.249] getCompletionData: Get previous token: 0.01636599935591221 +Info 2131 [15:58:38.249] getCompletionsAtPosition: isCompletionListBlocker: 0.007951999083161354 +Info 2132 [15:58:38.250] getExportInfoMap: cache hit +Info 2133 [15:58:38.264] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2134 [15:58:38.264] collectAutoImports: response is complete +Info 2135 [15:58:38.264] collectAutoImports: 13.66300700046122 +Info 2136 [15:58:38.264] getCompletionData: Semantic work: 14.182284999638796 +Info 2137 [15:58:38.268] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7455209996551275 +Info 2138 [15:58:38.271] Format host information updated +Info 2139 [15:58:38.527] getCompletionData: Get current token: 0.005705999210476875 +Info 2140 [15:58:38.527] getCompletionData: Is inside comment: 0.002148998901247978 +Info 2141 [15:58:38.527] getCompletionData: Get previous token: 0.01584699936211109 +Info 2142 [15:58:38.527] getCompletionsAtPosition: isCompletionListBlocker: 0.0036639999598264694 +Info 2143 [15:58:38.528] getCompletionData: Semantic work: 0.8833449985831976 +Info 2144 [15:58:38.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.178388999775052 +Info 2145 [15:58:39.068] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2146 [15:58:39.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 6.57570300064981ms +Info 2147 [15:58:39.075] Different program with same set of files +Info 2148 [15:58:39.075] getCompletionData: Get current token: 0.00390700064599514 +Info 2149 [15:58:39.075] getCompletionData: Is inside comment: 0.0011160001158714294 +Info 2150 [15:58:39.075] getCompletionData: Get previous token: 0.018838999792933464 +Info 2151 [15:58:39.075] getCompletionsAtPosition: isCompletionListBlocker: 0.002712000161409378 +Info 2152 [15:58:39.076] getCompletionData: Semantic work: 1.1650789994746447 +Info 2153 [15:58:39.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9092790000140667 +Info 2154 [15:58:39.077] Format host information updated +Info 2155 [15:58:39.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2156 [15:58:39.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 9.863260999321938ms +Info 2157 [15:58:39.169] Different program with same set of files +Info 2158 [15:58:39.169] getCompletionData: Get current token: 0.004757998511195183 +Info 2159 [15:58:39.169] getCompletionData: Is inside comment: 0.0016460008919239044 +Info 2160 [15:58:39.169] getCompletionData: Get previous token: 0.02186099998652935 +Info 2161 [15:58:39.170] getCompletionsAtPosition: isCompletionListBlocker: 0.0032479986548423767 +Info 2162 [15:58:39.170] getCompletionData: Semantic work: 0.9357179999351501 +Info 2163 [15:58:39.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9303639996796846 +Info 2164 [15:58:39.172] Format host information updated +Info 2165 [15:58:39.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2166 [15:58:39.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.38727100007236ms +Info 2167 [15:58:39.235] Different program with same set of files +Info 2168 [15:58:39.235] getCompletionData: Get current token: 0.004627000540494919 +Info 2169 [15:58:39.235] getCompletionData: Is inside comment: 0.0013689994812011719 +Info 2170 [15:58:39.235] getCompletionData: Get previous token: 0.0220940001308918 +Info 2171 [15:58:39.235] getCompletionsAtPosition: isCompletionListBlocker: 0.002939000725746155 +Info 2172 [15:58:39.236] getCompletionData: Semantic work: 0.8665229994803667 +Info 2173 [15:58:39.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8996050003916025 +Info 2174 [15:58:39.237] Format host information updated +Info 2175 [15:58:39.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2176 [15:58:39.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 6.707914998754859ms +Info 2177 [15:58:39.320] Different program with same set of files +Info 2178 [15:58:39.321] getCompletionData: Get current token: 0.004448000341653824 +Info 2179 [15:58:39.321] getCompletionData: Is inside comment: 0.0013430006802082062 +Info 2180 [15:58:39.321] getCompletionData: Get previous token: 0.020246999338269234 +Info 2181 [15:58:39.321] getCompletionsAtPosition: isCompletionListBlocker: 0.0028139986097812653 +Info 2182 [15:58:39.322] getCompletionData: Semantic work: 0.8519510012120008 +Info 2183 [15:58:39.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9200880005955696 +Info 2184 [15:58:39.326] Format host information updated +Info 2185 [15:58:39.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2186 [15:58:39.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 6.328685000538826ms +Info 2187 [15:58:39.396] Different program with same set of files +Info 2188 [15:58:39.396] getCompletionData: Get current token: 0.004798999056220055 +Info 2189 [15:58:39.396] getCompletionData: Is inside comment: 0.0012770015746355057 +Info 2190 [15:58:39.396] getCompletionData: Get previous token: 0.022352000698447227 +Info 2191 [15:58:39.396] getCompletionsAtPosition: isCompletionListBlocker: 0.002751000225543976 +Info 2192 [15:58:39.397] getCompletionData: Semantic work: 0.8645879998803139 +Info 2193 [15:58:39.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9405349995940924 +Info 2194 [15:58:39.399] Format host information updated +Info 2195 [15:58:39.585] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2196 [15:58:39.593] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 7.863911001011729ms +Info 2197 [15:58:39.593] Different program with same set of files +Info 2198 [15:58:39.593] getCompletionData: Get current token: 0.006581999361515045 +Info 2199 [15:58:39.593] getCompletionData: Is inside comment: 0.002015998587012291 +Info 2200 [15:58:39.593] getCompletionData: Get previous token: 0.02501400001347065 +Info 2201 [15:58:39.593] getCompletionsAtPosition: isCompletionListBlocker: 0.0031490009278059006 +Info 2202 [15:58:39.594] getExportInfoMap: cache hit +Info 2203 [15:58:39.611] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2204 [15:58:39.611] collectAutoImports: response is complete +Info 2205 [15:58:39.611] collectAutoImports: 16.89954899996519 +Info 2206 [15:58:39.611] getCompletionData: Semantic work: 17.620232000947 +Info 2207 [15:58:39.616] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.636881001293659 +Info 2208 [15:58:39.620] Format host information updated +Info 2209 [15:58:39.683] Format host information updated +Info 2210 [15:58:39.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2211 [15:58:39.690] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 6.639526998624206ms +Info 2212 [15:58:39.690] Different program with same set of files +Info 2213 [15:58:39.803] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2214 [15:58:39.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 6.89113200083375ms +Info 2215 [15:58:39.809] Different program with same set of files +Info 2216 [15:58:39.810] getCompletionData: Get current token: 0.004991000518202782 +Info 2217 [15:58:39.810] getCompletionData: Is inside comment: 0.0015810001641511917 +Info 2218 [15:58:39.810] getCompletionData: Get previous token: 0.025484001263976097 +Info 2219 [15:58:39.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0028060004115104675 +Info 2220 [15:58:39.810] getExportInfoMap: cache hit +Info 2221 [15:58:39.815] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 147 from cache +Info 2222 [15:58:39.815] collectAutoImports: response is complete +Info 2223 [15:58:39.815] collectAutoImports: 4.193425001576543 +Info 2224 [15:58:39.815] getCompletionData: Semantic work: 4.860125999897718 +Info 2225 [15:58:39.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.513059999793768 +Info 2226 [15:58:39.817] Format host information updated +Info 2227 [15:58:39.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2228 [15:58:39.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 6.346266001462936ms +Info 2229 [15:58:39.956] Different program with same set of files +Info 2230 [15:58:39.956] getCompletionData: Get current token: 0.005462998524308205 +Info 2231 [15:58:39.956] getCompletionData: Is inside comment: 0.0016600005328655243 +Info 2232 [15:58:39.956] getCompletionData: Get previous token: 0.017098000273108482 +Info 2233 [15:58:39.956] getCompletionsAtPosition: isCompletionListBlocker: 0.004275999963283539 +Info 2234 [15:58:39.957] getCompletionData: Semantic work: 1.10962999984622 +Info 2235 [15:58:39.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9310519993305206 +Info 2236 [15:58:39.961] Format host information updated +Info 2237 [15:58:40.052] Format host information updated +Info 2238 [15:58:40.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2239 [15:58:40.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 6.335149999707937ms +Info 2240 [15:58:40.058] Different program with same set of files +Info 2241 [15:58:41.277] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2242 [15:58:41.284] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.792314000427723ms +Info 2243 [15:58:41.284] Different program with same set of files +Info 2244 [15:58:41.284] getCompletionData: Get current token: 0.004112999886274338 +Info 2245 [15:58:41.284] getCompletionData: Is inside comment: 0.0011320002377033234 +Info 2246 [15:58:41.284] getCompletionData: Get previous token: 0.01989699900150299 +Info 2247 [15:58:41.284] getCompletionsAtPosition: isCompletionListBlocker: 0.00393499992787838 +Info 2248 [15:58:41.285] getCompletionData: Semantic work: 1.0002300012856722 +Info 2249 [15:58:41.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.780460000038147 +Info 2250 [15:58:41.287] Format host information updated +Info 2251 [15:58:41.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2252 [15:58:41.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 17.36558699980378ms +Info 2253 [15:58:41.359] Different program with same set of files +Info 2254 [15:58:41.360] getCompletionData: Get current token: 0.010200001299381256 +Info 2255 [15:58:41.360] getCompletionData: Is inside comment: 0.0033110007643699646 +Info 2256 [15:58:41.360] getCompletionData: Get previous token: 0.04798400029540062 +Info 2257 [15:58:41.360] getCompletionsAtPosition: isCompletionListBlocker: 0.008159000426530838 +Info 2258 [15:58:41.362] getCompletionData: Semantic work: 2.0155609995126724 +Info 2259 [15:58:41.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9951990004628897 +Info 2260 [15:58:41.365] Format host information updated +Info 2261 [15:58:41.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2262 [15:58:41.452] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 6.4135749991983175ms +Info 2263 [15:58:41.452] Different program with same set of files +Info 2264 [15:58:41.452] getCompletionData: Get current token: 0.004992000758647919 +Info 2265 [15:58:41.452] getCompletionData: Is inside comment: 0.0017889998853206635 +Info 2266 [15:58:41.452] getCompletionData: Get previous token: 0.024557000026106834 +Info 2267 [15:58:41.453] getCompletionsAtPosition: isCompletionListBlocker: 0.0050340015441179276 +Info 2268 [15:58:41.453] getCompletionData: Semantic work: 0.8905890006572008 +Info 2269 [15:58:41.454] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9933889992535114 +Info 2270 [15:58:41.455] Format host information updated +Info 2271 [15:58:41.541] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2272 [15:58:41.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 9.37525000050664ms +Info 2273 [15:58:41.550] Different program with same set of files +Info 2274 [15:58:41.550] getCompletionData: Get current token: 0.005291000008583069 +Info 2275 [15:58:41.550] getCompletionData: Is inside comment: 0.0014279987663030624 +Info 2276 [15:58:41.550] getCompletionData: Get previous token: 0.02302199974656105 +Info 2277 [15:58:41.550] getCompletionsAtPosition: isCompletionListBlocker: 0.004894999787211418 +Info 2278 [15:58:41.551] getCompletionData: Semantic work: 0.9193460009992123 +Info 2279 [15:58:41.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9862810000777245 +Info 2280 [15:58:41.553] Format host information updated +Info 2281 [15:58:41.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2282 [15:58:41.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 6.169600000604987ms +Info 2283 [15:58:41.623] Different program with same set of files +Info 2284 [15:58:41.623] getCompletionData: Get current token: 0.004567001014947891 +Info 2285 [15:58:41.623] getCompletionData: Is inside comment: 0.0015220008790493011 +Info 2286 [15:58:41.623] getCompletionData: Get previous token: 0.02068299986422062 +Info 2287 [15:58:41.623] getCompletionsAtPosition: isCompletionListBlocker: 0.004049001261591911 +Info 2288 [15:58:41.624] getCompletionData: Semantic work: 0.807905999943614 +Info 2289 [15:58:41.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9705989994108677 +Info 2290 [15:58:41.626] Format host information updated +Info 2291 [15:58:41.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2292 [15:58:41.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 6.446916999295354ms +Info 2293 [15:58:41.793] Different program with same set of files +Info 2294 [15:58:41.793] getCompletionData: Get current token: 0.004760000854730606 +Info 2295 [15:58:41.793] getCompletionData: Is inside comment: 0.0014239996671676636 +Info 2296 [15:58:41.793] getCompletionData: Get previous token: 0.01739399880170822 +Info 2297 [15:58:41.793] getCompletionsAtPosition: isCompletionListBlocker: 0.00253400020301342 +Info 2298 [15:58:41.794] getExportInfoMap: cache hit +Info 2299 [15:58:41.807] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2300 [15:58:41.807] collectAutoImports: response is complete +Info 2301 [15:58:41.807] collectAutoImports: 13.609093001112342 +Info 2302 [15:58:41.807] getCompletionData: Semantic work: 14.205347999930382 +Info 2303 [15:58:41.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0499959997832775 +Info 2304 [15:58:41.817] Format host information updated +Info 2305 [15:58:41.860] Format host information updated +Info 2306 [15:58:41.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2307 [15:58:41.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 8.907691000029445ms +Info 2308 [15:58:41.869] Different program with same set of files +Info 2309 [15:58:42.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2310 [15:58:42.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 5.973956000059843ms +Info 2311 [15:58:42.176] Different program with same set of files +Info 2312 [15:58:42.176] getCompletionData: Get current token: 0.0041499994695186615 +Info 2313 [15:58:42.176] getCompletionData: Is inside comment: 0.0012299995869398117 +Info 2314 [15:58:42.176] getCompletionData: Get previous token: 0.02020999975502491 +Info 2315 [15:58:42.176] getCompletionsAtPosition: isCompletionListBlocker: 0.002856999635696411 +Info 2316 [15:58:42.176] getExportInfoMap: cache hit +Info 2317 [15:58:42.179] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 72 from cache +Info 2318 [15:58:42.179] collectAutoImports: response is complete +Info 2319 [15:58:42.179] collectAutoImports: 2.2839719988405704 +Info 2320 [15:58:42.179] getCompletionData: Semantic work: 2.8100399989634752 +Info 2321 [15:58:42.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0946350004523993 +Info 2322 [15:58:42.181] Format host information updated +Info 2323 [15:58:43.294] Format host information updated +Info 2324 [15:58:45.056] Format host information updated +Info 2325 [15:58:45.063] forEachExternalModuleToImportFrom autoImportProvider: 0.5709600001573563 +Info 2326 [15:58:45.985] Format host information updated +Info 2327 [15:58:45.985] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2328 [15:58:45.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.123924998566508ms +Info 2329 [15:58:45.997] Different program with same set of files +Info 2330 [15:58:49.696] getCompletionData: Get current token: 0.002057000994682312 +Info 2331 [15:58:49.697] getCompletionData: Is inside comment: 0.008237000554800034 +Info 2332 [15:58:49.697] getCompletionData: Get previous token: 0.004909999668598175 +Info 2333 [15:58:49.697] getCompletionsAtPosition: isCompletionListBlocker: 0.053341999650001526 +Info 2334 [15:58:49.697] getExportInfoMap: cache hit +Info 2335 [15:58:49.711] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2336 [15:58:49.711] collectAutoImports: response is complete +Info 2337 [15:58:49.711] collectAutoImports: 14.025451999157667 +Info 2338 [15:58:49.711] getCompletionData: Semantic work: 14.691523000597954 +Info 2339 [15:58:49.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.608594000339508 +Info 2340 [15:58:50.721] getCompletionData: Get current token: 0.0019690003246068954 +Info 2341 [15:58:50.722] getCompletionData: Is inside comment: 0.009244000539183617 +Info 2342 [15:58:50.722] getCompletionData: Get previous token: 0.005357999354600906 +Info 2343 [15:58:50.722] getCompletionsAtPosition: isCompletionListBlocker: 0.016610000282526016 +Info 2344 [15:58:50.722] getExportInfoMap: cache hit +Info 2345 [15:58:50.734] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2346 [15:58:50.734] collectAutoImports: response is complete +Info 2347 [15:58:50.734] collectAutoImports: 11.508988998830318 +Info 2348 [15:58:50.734] getCompletionData: Semantic work: 12.120122000575066 +Info 2349 [15:58:50.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.403237000107765 +Info 2350 [15:58:50.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2351 [15:58:50.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 7.303456000983715ms +Info 2352 [15:58:50.872] Different program with same set of files +Info 2353 [15:58:50.872] getCompletionData: Get current token: 0.002864999696612358 +Info 2354 [15:58:50.872] getCompletionData: Is inside comment: 0.011299999430775642 +Info 2355 [15:58:50.872] getCompletionData: Get previous token: 0.007035000249743462 +Info 2356 [15:58:50.872] getCompletionsAtPosition: isCompletionListBlocker: 0.002218000590801239 +Info 2357 [15:58:50.874] getCompletionData: Semantic work: 1.5059680007398129 +Info 2358 [15:58:50.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.29587999917566776 +Info 2359 [15:58:50.875] Format host information updated +Info 2360 [15:58:51.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2361 [15:58:51.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 6.411106999963522ms +Info 2362 [15:58:51.012] Different program with same set of files +Info 2363 [15:58:51.012] getCompletionData: Get current token: 0.00205099955201149 +Info 2364 [15:58:51.012] getCompletionData: Is inside comment: 0.007666999474167824 +Info 2365 [15:58:51.012] getCompletionData: Get previous token: 0.011055000126361847 +Info 2366 [15:58:51.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0022539999336004257 +Info 2367 [15:58:51.013] getCompletionData: Semantic work: 0.7690159995108843 +Info 2368 [15:58:51.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.243300000205636 +Info 2369 [15:58:51.017] Format host information updated +Info 2370 [15:58:51.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2371 [15:58:51.088] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 15.270865999162197ms +Info 2372 [15:58:51.088] Different program with same set of files +Info 2373 [15:58:51.088] getCompletionData: Get current token: 0.0060270000249147415 +Info 2374 [15:58:51.088] getCompletionData: Is inside comment: 0.024970000609755516 +Info 2375 [15:58:51.088] getCompletionData: Get previous token: 0.03429199941456318 +Info 2376 [15:58:51.088] getCompletionsAtPosition: isCompletionListBlocker: 0.005720999091863632 +Info 2377 [15:58:51.091] getCompletionData: Semantic work: 2.2184330001473427 +Info 2378 [15:58:51.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.221187999472022 +Info 2379 [15:58:51.096] Format host information updated +Info 2380 [15:58:51.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2381 [15:58:51.208] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 6.5444670002907515ms +Info 2382 [15:58:51.208] Different program with same set of files +Info 2383 [15:58:51.208] getCompletionData: Get current token: 0.0022759996354579926 +Info 2384 [15:58:51.208] getCompletionData: Is inside comment: 0.009375998750329018 +Info 2385 [15:58:51.208] getCompletionData: Get previous token: 0.01311199925839901 +Info 2386 [15:58:51.208] getCompletionsAtPosition: isCompletionListBlocker: 0.003348998725414276 +Info 2387 [15:58:51.209] getCompletionData: Semantic work: 0.8657870013266802 +Info 2388 [15:58:51.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7007069997489452 +Info 2389 [15:58:51.213] Format host information updated +Info 2390 [15:58:51.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2391 [15:58:51.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 11.332307999953628ms +Info 2392 [15:58:51.497] Different program with same set of files +Info 2393 [15:58:51.497] getCompletionData: Get current token: 0.0021119993180036545 +Info 2394 [15:58:51.497] getCompletionData: Is inside comment: 0.008186999708414078 +Info 2395 [15:58:51.497] getCompletionData: Get previous token: 0.005708999931812286 +Info 2396 [15:58:51.497] getCompletionsAtPosition: isCompletionListBlocker: 0.003767000511288643 +Info 2397 [15:58:51.497] getExportInfoMap: cache hit +Info 2398 [15:58:51.511] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2399 [15:58:51.511] collectAutoImports: response is complete +Info 2400 [15:58:51.511] collectAutoImports: 13.728517999872565 +Info 2401 [15:58:51.511] getCompletionData: Semantic work: 14.347214000299573 +Info 2402 [15:58:51.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.111764000728726 +Info 2403 [15:58:51.523] Format host information updated +Info 2404 [15:58:51.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2405 [15:58:51.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 6.249687999486923ms +Info 2406 [15:58:51.534] Different program with same set of files +Info 2407 [15:58:51.534] getCompletionData: Get current token: 0.002400999888777733 +Info 2408 [15:58:51.534] getCompletionData: Is inside comment: 0.009271001443266869 +Info 2409 [15:58:51.534] getCompletionData: Get previous token: 0.005611000582575798 +Info 2410 [15:58:51.534] getCompletionsAtPosition: isCompletionListBlocker: 0.007982000708580017 +Info 2411 [15:58:51.534] getExportInfoMap: cache hit +Info 2412 [15:58:51.547] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2413 [15:58:51.547] collectAutoImports: response is complete +Info 2414 [15:58:51.547] collectAutoImports: 12.127085998654366 +Info 2415 [15:58:51.547] getCompletionData: Semantic work: 12.752064000815153 +Info 2416 [15:58:51.551] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4586319997906685 +Info 2417 [15:58:51.555] Format host information updated +Info 2418 [15:58:51.815] getCompletionData: Get current token: 0.007190000265836716 +Info 2419 [15:58:51.815] getCompletionData: Is inside comment: 0.0021090004593133926 +Info 2420 [15:58:51.815] getCompletionData: Get previous token: 0.018857000395655632 +Info 2421 [15:58:51.815] getCompletionsAtPosition: isCompletionListBlocker: 0.004343999549746513 +Info 2422 [15:58:51.816] getExportInfoMap: cache hit +Info 2423 [15:58:51.826] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2424 [15:58:51.826] collectAutoImports: response is complete +Info 2425 [15:58:51.827] collectAutoImports: 10.56195299886167 +Info 2426 [15:58:51.827] getCompletionData: Semantic work: 11.239963999018073 +Info 2427 [15:58:51.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.713655000552535 +Info 2428 [15:58:52.476] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2429 [15:58:52.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 7.193280000239611ms +Info 2430 [15:58:52.484] Different program with same set of files +Info 2431 [15:58:52.484] getCompletionData: Get current token: 0.0034369993954896927 +Info 2432 [15:58:52.484] getCompletionData: Is inside comment: 0.0011700000613927841 +Info 2433 [15:58:52.484] getCompletionData: Get previous token: 0.01706700026988983 +Info 2434 [15:58:52.484] getCompletionsAtPosition: isCompletionListBlocker: 0.0033200010657310486 +Info 2435 [15:58:52.484] getExportInfoMap: cache hit +Info 2436 [15:58:52.499] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2437 [15:58:52.499] collectAutoImports: response is complete +Info 2438 [15:58:52.499] collectAutoImports: 14.241914000362158 +Info 2439 [15:58:52.499] getCompletionData: Semantic work: 14.720825999975204 +Info 2440 [15:58:52.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.363756000995636 +Info 2441 [15:58:52.509] Format host information updated +Info 2442 [15:58:52.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2443 [15:58:52.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 8.18210999853909ms +Info 2444 [15:58:52.562] Different program with same set of files +Info 2445 [15:58:52.562] getCompletionData: Get current token: 0.004816999658942223 +Info 2446 [15:58:52.562] getCompletionData: Is inside comment: 0.00151900015771389 +Info 2447 [15:58:52.562] getCompletionData: Get previous token: 0.02058500051498413 +Info 2448 [15:58:52.563] getCompletionsAtPosition: isCompletionListBlocker: 0.00949300080537796 +Info 2449 [15:58:52.563] getExportInfoMap: cache hit +Info 2450 [15:58:52.577] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2451 [15:58:52.577] collectAutoImports: response is complete +Info 2452 [15:58:52.577] collectAutoImports: 13.584751000627875 +Info 2453 [15:58:52.577] getCompletionData: Semantic work: 14.210671000182629 +Info 2454 [15:58:52.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.194683000445366 +Info 2455 [15:58:52.587] Format host information updated +Info 2456 [15:58:52.613] Format host information updated +Info 2457 [15:58:52.613] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2458 [15:58:52.622] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 8.148582000285387ms +Info 2459 [15:58:52.622] Different program with same set of files +Info 2460 [15:58:52.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2461 [15:58:52.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 6.973398000001907ms +Info 2462 [15:58:52.746] Different program with same set of files +Info 2463 [15:58:52.746] getCompletionData: Get current token: 0.004357999190688133 +Info 2464 [15:58:52.747] getCompletionData: Is inside comment: 0.0018340013921260834 +Info 2465 [15:58:52.747] getCompletionData: Get previous token: 0.019348999485373497 +Info 2466 [15:58:52.747] getCompletionsAtPosition: isCompletionListBlocker: 0.008465999737381935 +Info 2467 [15:58:52.747] getExportInfoMap: cache hit +Info 2468 [15:58:52.761] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2469 [15:58:52.761] collectAutoImports: response is complete +Info 2470 [15:58:52.761] collectAutoImports: 14.354765001684427 +Info 2471 [15:58:52.762] getCompletionData: Semantic work: 14.918894998729229 +Info 2472 [15:58:52.766] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.396945999935269 +Info 2473 [15:58:52.769] Format host information updated +Info 2474 [15:58:52.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2475 [15:58:52.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 7.449585000053048ms +Info 2476 [15:58:52.913] Different program with same set of files +Info 2477 [15:58:52.913] getCompletionData: Get current token: 0.0046820007264614105 +Info 2478 [15:58:52.913] getCompletionData: Is inside comment: 0.0019079986959695816 +Info 2479 [15:58:52.913] getCompletionData: Get previous token: 0.017551999539136887 +Info 2480 [15:58:52.913] getCompletionsAtPosition: isCompletionListBlocker: 0.009855000302195549 +Info 2481 [15:58:52.913] getExportInfoMap: cache hit +Info 2482 [15:58:52.928] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2483 [15:58:52.928] collectAutoImports: response is complete +Info 2484 [15:58:52.928] collectAutoImports: 14.594624999910593 +Info 2485 [15:58:52.928] getCompletionData: Semantic work: 15.186052998527884 +Info 2486 [15:58:52.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.17807799950242 +Info 2487 [15:58:52.938] Format host information updated +Info 2488 [15:58:52.965] Format host information updated +Info 2489 [15:58:52.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2490 [15:58:52.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 6.407275998964906ms +Info 2491 [15:58:52.971] Different program with same set of files +Info 2492 [15:58:53.120] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2493 [15:58:53.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 9.405658999457955ms +Info 2494 [15:58:53.130] Different program with same set of files +Info 2495 [15:58:53.130] getCompletionData: Get current token: 0.004705000668764114 +Info 2496 [15:58:53.130] getCompletionData: Is inside comment: 0.0016089994460344315 +Info 2497 [15:58:53.130] getCompletionData: Get previous token: 0.019393999129533768 +Info 2498 [15:58:53.130] getCompletionsAtPosition: isCompletionListBlocker: 0.002890000119805336 +Info 2499 [15:58:53.131] getExportInfoMap: cache hit +Info 2500 [15:58:53.144] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2501 [15:58:53.144] collectAutoImports: response is complete +Info 2502 [15:58:53.144] collectAutoImports: 12.860803000628948 +Info 2503 [15:58:53.144] getCompletionData: Semantic work: 13.503979001194239 +Info 2504 [15:58:53.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.569826001301408 +Info 2505 [15:58:53.155] Format host information updated +Info 2506 [15:58:53.180] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2507 [15:58:53.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 6.1196710001677275ms +Info 2508 [15:58:53.186] Different program with same set of files +Info 2509 [15:58:53.186] getCompletionData: Get current token: 0.0035030003637075424 +Info 2510 [15:58:53.186] getCompletionData: Is inside comment: 0.0013139992952346802 +Info 2511 [15:58:53.186] getCompletionData: Get previous token: 0.015038998797535896 +Info 2512 [15:58:53.186] getCompletionsAtPosition: isCompletionListBlocker: 0.0076959989964962006 +Info 2513 [15:58:53.186] getExportInfoMap: cache hit +Info 2514 [15:58:53.196] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2515 [15:58:53.196] collectAutoImports: response is complete +Info 2516 [15:58:53.196] collectAutoImports: 9.94213500060141 +Info 2517 [15:58:53.196] getCompletionData: Semantic work: 10.452393000945449 +Info 2518 [15:58:53.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7755450010299683 +Info 2519 [15:58:53.206] Format host information updated +Info 2520 [15:58:57.831] Format host information updated +Info 2521 [15:58:57.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2522 [15:58:57.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 6.454577000811696ms +Info 2523 [15:58:57.837] Different program with same set of files +Info 2524 [15:58:58.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2525 [15:58:58.894] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 6.694320000708103ms +Info 2526 [15:58:58.894] Different program with same set of files +Info 2527 [15:58:58.894] getCompletionData: Get current token: 0.004010999575257301 +Info 2528 [15:58:58.894] getCompletionData: Is inside comment: 0.0011670012027025223 +Info 2529 [15:58:58.894] getCompletionData: Get previous token: 0.01645199954509735 +Info 2530 [15:58:58.894] getCompletionsAtPosition: isCompletionListBlocker: 0.003956999629735947 +Info 2531 [15:58:58.897] getCompletionData: Semantic work: 2.1990789994597435 +Info 2532 [15:58:58.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10663300007581711 +Info 2533 [15:58:58.901] Format host information updated +Info 2534 [15:58:59.279] Format host information updated +Info 2535 [15:58:59.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2536 [15:58:59.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 10.073665998876095ms +Info 2537 [15:58:59.289] Different program with same set of files +Info 2538 [15:58:59.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2539 [15:58:59.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 28.663254000246525ms +Info 2540 [15:58:59.809] Different program with same set of files +Info 2541 [15:58:59.810] getCompletionData: Get current token: 0.015731999650597572 +Info 2542 [15:58:59.810] getCompletionData: Is inside comment: 0.005133999511599541 +Info 2543 [15:58:59.810] getCompletionData: Get previous token: 0.09888800047338009 +Info 2544 [15:58:59.810] getCompletionsAtPosition: isCompletionListBlocker: 0.01294500008225441 +Info 2545 [15:58:59.816] getCompletionData: Semantic work: 5.307306999340653 +Info 2546 [15:58:59.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21669400110840797 +Info 2547 [15:58:59.816] Format host information updated +Info 2548 [15:58:59.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2549 [15:58:59.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 15.404474999755621ms +Info 2550 [15:58:59.860] Different program with same set of files +Info 2551 [15:58:59.861] getCompletionData: Get current token: 0.009092999622225761 +Info 2552 [15:58:59.861] getCompletionData: Is inside comment: 0.002590000629425049 +Info 2553 [15:58:59.861] getCompletionData: Get previous token: 0.04765299893915653 +Info 2554 [15:58:59.861] getCompletionsAtPosition: isCompletionListBlocker: 0.006959998980164528 +Info 2555 [15:58:59.864] getCompletionData: Semantic work: 3.101009000092745 +Info 2556 [15:58:59.864] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11294599995017052 +Info 2557 [15:58:59.864] Format host information updated +Info 2558 [15:59:00.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2559 [15:59:00.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 6.656450999900699ms +Info 2560 [15:59:00.136] Different program with same set of files +Info 2561 [15:59:00.136] getCompletionData: Get current token: 0.00421999953687191 +Info 2562 [15:59:00.136] getCompletionData: Is inside comment: 0.0012879986315965652 +Info 2563 [15:59:00.136] getCompletionData: Get previous token: 0.0263109989464283 +Info 2564 [15:59:00.136] getCompletionsAtPosition: isCompletionListBlocker: 0.004645001143217087 +Info 2565 [15:59:00.139] getCompletionData: Semantic work: 2.4500829987227917 +Info 2566 [15:59:00.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11467799916863441 +Info 2567 [15:59:00.139] Format host information updated +Info 2568 [15:59:00.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2569 [15:59:00.173] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 9.876853000372648ms +Info 2570 [15:59:00.173] Different program with same set of files +Info 2571 [15:59:00.173] getCompletionData: Get current token: 0.004548998549580574 +Info 2572 [15:59:00.173] getCompletionData: Is inside comment: 0.0014120005071163177 +Info 2573 [15:59:00.173] getCompletionData: Get previous token: 0.02538600005209446 +Info 2574 [15:59:00.173] getCompletionsAtPosition: isCompletionListBlocker: 0.005537999793887138 +Info 2575 [15:59:00.175] getCompletionData: Semantic work: 2.065413000062108 +Info 2576 [15:59:00.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11604399979114532 +Info 2577 [15:59:00.176] Format host information updated +Info 2578 [15:59:00.489] Format host information updated +Info 2579 [15:59:00.489] Format host information updated +Info 2580 [15:59:00.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2581 [15:59:00.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 7.244474999606609ms +Info 2582 [15:59:00.497] Different program with same set of files +Info 2583 [15:59:00.497] getCompletionData: Get current token: 0.01444999873638153 +Info 2584 [15:59:00.497] getCompletionData: Is inside comment: 0.009070999920368195 +Info 2585 [15:59:00.497] getCompletionData: Get previous token: 0.02816000021994114 +Info 2586 [15:59:00.497] getCompletionsAtPosition: isCompletionListBlocker: 0.005114000290632248 +Info 2587 [15:59:00.499] getCompletionData: Semantic work: 1.5802679993212223 +Info 2588 [15:59:00.502] getCompletionData: Get current token: 0.013204999268054962 +Info 2589 [15:59:00.502] getCompletionData: Is inside comment: 0.002922000363469124 +Info 2590 [15:59:00.502] getCompletionData: Get previous token: 0.046014999970793724 +Info 2591 [15:59:00.502] getCompletionsAtPosition: isCompletionListBlocker: 0.003368999809026718 +Info 2592 [15:59:00.502] getCompletionData: Semantic work: 0.4396339990198612 +Info 2593 [15:59:00.503] Format host information updated +Info 2594 [15:59:11.015] Format host information updated +Info 2595 [15:59:11.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2596 [15:59:11.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.39636000059545ms +Info 2597 [15:59:11.036] Different program with same set of files +Info 2598 [16:00:33.429] Format host information updated +Info 2599 [16:00:33.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2600 [16:00:33.450] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.681538999080658ms +Info 2601 [16:00:33.450] Different program with same set of files +Info 2602 [16:00:33.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2603 [16:00:33.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 13.168725000694394ms +Info 2604 [16:00:33.605] Different program with same set of files +Info 2605 [16:00:33.605] getCompletionData: Get current token: 0.003746999427676201 +Info 2606 [16:00:33.605] getCompletionData: Is inside comment: 0.013433000072836876 +Info 2607 [16:00:33.605] getCompletionData: Get previous token: 0.01974399946630001 +Info 2608 [16:00:33.605] getCompletionsAtPosition: isCompletionListBlocker: 0.0029809996485710144 +Info 2609 [16:00:33.606] getExportInfoMap: cache hit +Info 2610 [16:00:33.612] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 2611 [16:00:33.612] collectAutoImports: response is complete +Info 2612 [16:00:33.612] collectAutoImports: 5.596175000071526 +Info 2613 [16:00:33.612] getCompletionData: Semantic work: 6.394206000491977 +Info 2614 [16:00:33.616] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.522498000413179 +Info 2615 [16:00:33.617] Format host information updated +Info 2616 [16:00:33.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2617 [16:00:33.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 9.819195000454783ms +Info 2618 [16:00:33.697] Different program with same set of files +Info 2619 [16:00:33.697] getCompletionData: Get current token: 0.004401998594403267 +Info 2620 [16:00:33.697] getCompletionData: Is inside comment: 0.011810000985860825 +Info 2621 [16:00:33.697] getCompletionData: Get previous token: 0.017409998923540115 +Info 2622 [16:00:33.697] getCompletionsAtPosition: isCompletionListBlocker: 0.002737000584602356 +Info 2623 [16:00:33.698] getExportInfoMap: cache hit +Info 2624 [16:00:33.701] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 2625 [16:00:33.701] collectAutoImports: response is complete +Info 2626 [16:00:33.701] collectAutoImports: 3.203693000599742 +Info 2627 [16:00:33.701] getCompletionData: Semantic work: 3.7936859987676144 +Info 2628 [16:00:33.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6998939998447895 +Info 2629 [16:00:33.705] Format host information updated +Info 2630 [16:00:33.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2631 [16:00:33.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 35.254070000723004ms +Info 2632 [16:00:33.830] Different program with same set of files +Info 2633 [16:00:33.831] getCompletionData: Get current token: 0.010562999173998833 +Info 2634 [16:00:33.831] getCompletionData: Is inside comment: 0.03695099987089634 +Info 2635 [16:00:33.831] getCompletionData: Get previous token: 0.05017299950122833 +Info 2636 [16:00:33.831] getCompletionsAtPosition: isCompletionListBlocker: 0.0060430001467466354 +Info 2637 [16:00:33.832] getExportInfoMap: cache hit +Info 2638 [16:00:33.837] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2639 [16:00:33.837] collectAutoImports: response is complete +Info 2640 [16:00:33.837] collectAutoImports: 4.2077660001814365 +Info 2641 [16:00:33.837] getCompletionData: Semantic work: 5.5334969982504845 +Info 2642 [16:00:33.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.648243999108672 +Info 2643 [16:00:33.843] Format host information updated +Info 2644 [16:00:33.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2645 [16:00:33.879] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 11.001036999747157ms +Info 2646 [16:00:33.879] Different program with same set of files +Info 2647 [16:00:33.879] getCompletionData: Get current token: 0.00394899956882 +Info 2648 [16:00:33.879] getCompletionData: Is inside comment: 0.01451600156724453 +Info 2649 [16:00:33.879] getCompletionData: Get previous token: 0.020282000303268433 +Info 2650 [16:00:33.879] getCompletionsAtPosition: isCompletionListBlocker: 0.0027489997446537018 +Info 2651 [16:00:33.880] getExportInfoMap: cache hit +Info 2652 [16:00:33.882] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2653 [16:00:33.882] collectAutoImports: response is complete +Info 2654 [16:00:33.882] collectAutoImports: 1.9811019990593195 +Info 2655 [16:00:33.882] getCompletionData: Semantic work: 2.6473280005156994 +Info 2656 [16:00:33.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9773210007697344 +Info 2657 [16:00:33.886] Format host information updated +Info 2658 [16:00:34.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2659 [16:00:34.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 11.259574001654983ms +Info 2660 [16:00:34.025] Different program with same set of files +Info 2661 [16:00:34.026] getCompletionData: Get current token: 0.0044999998062849045 +Info 2662 [16:00:34.026] getCompletionData: Is inside comment: 0.015244999900460243 +Info 2663 [16:00:34.026] getCompletionData: Get previous token: 0.021523000672459602 +Info 2664 [16:00:34.026] getCompletionsAtPosition: isCompletionListBlocker: 0.0031660012900829315 +Info 2665 [16:00:34.026] getExportInfoMap: cache hit +Info 2666 [16:00:34.028] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2667 [16:00:34.028] collectAutoImports: response is complete +Info 2668 [16:00:34.028] collectAutoImports: 2.034120999276638 +Info 2669 [16:00:34.028] getCompletionData: Semantic work: 2.727777000516653 +Info 2670 [16:00:34.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8151270002126694 +Info 2671 [16:00:34.032] Format host information updated +Info 2672 [16:00:34.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2673 [16:00:34.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 10.528929000720382ms +Info 2674 [16:00:34.104] Different program with same set of files +Info 2675 [16:00:34.104] getCompletionData: Get current token: 0.004557998850941658 +Info 2676 [16:00:34.104] getCompletionData: Is inside comment: 0.016013000160455704 +Info 2677 [16:00:34.104] getCompletionData: Get previous token: 0.02201099880039692 +Info 2678 [16:00:34.104] getCompletionsAtPosition: isCompletionListBlocker: 0.0028119999915361404 +Info 2679 [16:00:34.105] getExportInfoMap: cache hit +Info 2680 [16:00:34.138] collectAutoImports: resolved 3 module specifiers, plus 175 ambient and 1054 from cache +Info 2681 [16:00:34.138] collectAutoImports: response is complete +Info 2682 [16:00:34.138] collectAutoImports: 33.490751000121236 +Info 2683 [16:00:34.138] getCompletionData: Semantic work: 34.17163199931383 +Info 2684 [16:00:34.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.132499000057578 +Info 2685 [16:00:34.151] Format host information updated +Info 2686 [16:00:36.392] Format host information updated +Info 2687 [16:00:36.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2688 [16:00:36.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 7.825744001194835ms +Info 2689 [16:00:36.400] Different program with same set of files +Info 2690 [16:00:36.681] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2691 [16:00:36.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 7.651058999821544ms +Info 2692 [16:00:36.689] Different program with same set of files +Info 2693 [16:00:36.689] getCompletionData: Get current token: 0.0025579985231161118 +Info 2694 [16:00:36.689] getCompletionData: Is inside comment: 0.008954999968409538 +Info 2695 [16:00:36.689] getCompletionData: Get previous token: 0.011824000626802444 +Info 2696 [16:00:36.689] getCompletionsAtPosition: isCompletionListBlocker: 0.0072290003299713135 +Info 2697 [16:00:36.690] getExportInfoMap: cache hit +Info 2698 [16:00:36.696] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 147 from cache +Info 2699 [16:00:36.696] collectAutoImports: response is complete +Info 2700 [16:00:36.696] collectAutoImports: 5.930839000269771 +Info 2701 [16:00:36.696] getCompletionData: Semantic work: 6.727918999269605 +Info 2702 [16:00:36.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7601879984140396 +Info 2703 [16:00:36.705] Format host information updated +Info 2704 [16:00:36.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2705 [16:00:36.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 18.823062999174ms +Info 2706 [16:00:36.801] Different program with same set of files +Info 2707 [16:00:36.801] getCompletionData: Get current token: 0.007632000371813774 +Info 2708 [16:00:36.802] getCompletionData: Is inside comment: 0.02814900130033493 +Info 2709 [16:00:36.802] getCompletionData: Get previous token: 0.03936599940061569 +Info 2710 [16:00:36.802] getCompletionsAtPosition: isCompletionListBlocker: 0.01571900025010109 +Info 2711 [16:00:36.803] getExportInfoMap: cache hit +Info 2712 [16:00:36.810] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 2713 [16:00:36.810] collectAutoImports: response is complete +Info 2714 [16:00:36.810] collectAutoImports: 7.096144000068307 +Info 2715 [16:00:36.810] getCompletionData: Semantic work: 8.515518000349402 +Info 2716 [16:00:36.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4007780011743307 +Info 2717 [16:00:36.815] Format host information updated +Info 2718 [16:00:36.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2719 [16:00:36.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 9.9480269998312ms +Info 2720 [16:00:36.865] Different program with same set of files +Info 2721 [16:00:36.866] getCompletionData: Get current token: 0.0041419994086027145 +Info 2722 [16:00:36.866] getCompletionData: Is inside comment: 0.015355000272393227 +Info 2723 [16:00:36.866] getCompletionData: Get previous token: 0.018564999103546143 +Info 2724 [16:00:36.866] getCompletionsAtPosition: isCompletionListBlocker: 0.009721999987959862 +Info 2725 [16:00:36.867] getExportInfoMap: cache hit +Info 2726 [16:00:36.870] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 2727 [16:00:36.870] collectAutoImports: response is complete +Info 2728 [16:00:36.870] collectAutoImports: 3.4521099999547005 +Info 2729 [16:00:36.870] getCompletionData: Semantic work: 4.25628099963069 +Info 2730 [16:00:36.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.731199000030756 +Info 2731 [16:00:36.875] Format host information updated +Info 2732 [16:00:36.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2733 [16:00:36.969] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 27.295587001368403ms +Info 2734 [16:00:36.969] Different program with same set of files +Info 2735 [16:00:36.970] getCompletionData: Get current token: 0.013264000415802002 +Info 2736 [16:00:36.970] getCompletionData: Is inside comment: 0.051652999594807625 +Info 2737 [16:00:36.970] getCompletionData: Get previous token: 0.05821399949491024 +Info 2738 [16:00:36.970] getCompletionsAtPosition: isCompletionListBlocker: 0.024605000391602516 +Info 2739 [16:00:36.972] getExportInfoMap: cache hit +Info 2740 [16:00:36.978] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 15 from cache +Info 2741 [16:00:36.978] collectAutoImports: response is complete +Info 2742 [16:00:36.978] collectAutoImports: 6.197673000395298 +Info 2743 [16:00:36.978] getCompletionData: Semantic work: 8.18618700094521 +Info 2744 [16:00:36.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3272219989448786 +Info 2745 [16:00:36.982] Format host information updated +Info 2746 [16:00:37.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2747 [16:00:37.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 24.712427999824286ms +Info 2748 [16:00:37.067] Different program with same set of files +Info 2749 [16:00:37.067] getCompletionData: Get current token: 0.006575999781489372 +Info 2750 [16:00:37.067] getCompletionData: Is inside comment: 0.024630000814795494 +Info 2751 [16:00:37.068] getCompletionData: Get previous token: 0.03138799965381622 +Info 2752 [16:00:37.068] getCompletionsAtPosition: isCompletionListBlocker: 0.014302998781204224 +Info 2753 [16:00:37.069] getExportInfoMap: cache hit +Info 2754 [16:00:37.076] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 13 from cache +Info 2755 [16:00:37.076] collectAutoImports: response is complete +Info 2756 [16:00:37.076] collectAutoImports: 7.398446999490261 +Info 2757 [16:00:37.076] getCompletionData: Semantic work: 8.64630899950862 +Info 2758 [16:00:37.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6910909991711378 +Info 2759 [16:00:37.079] Format host information updated +Info 2760 [16:00:37.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2761 [16:00:37.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 8.096444999799132ms +Info 2762 [16:00:37.113] Different program with same set of files +Info 2763 [16:00:37.113] getCompletionData: Get current token: 0.0034389998763799667 +Info 2764 [16:00:37.113] getCompletionData: Is inside comment: 0.012900000438094139 +Info 2765 [16:00:37.113] getCompletionData: Get previous token: 0.016141999512910843 +Info 2766 [16:00:37.113] getCompletionsAtPosition: isCompletionListBlocker: 0.00808200053870678 +Info 2767 [16:00:37.113] getExportInfoMap: cache hit +Info 2768 [16:00:37.116] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 13 from cache +Info 2769 [16:00:37.116] collectAutoImports: response is complete +Info 2770 [16:00:37.116] collectAutoImports: 2.2329689990729094 +Info 2771 [16:00:37.116] getCompletionData: Semantic work: 2.859559001401067 +Info 2772 [16:00:37.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1563980001956224 +Info 2773 [16:00:37.118] Format host information updated +Info 2774 [16:00:37.294] Format host information updated +Info 2775 [16:00:37.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2776 [16:00:37.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 10.465882999822497ms +Info 2777 [16:00:37.305] Different program with same set of files +Info 2778 [16:00:37.425] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2779 [16:00:37.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.819948999211192ms +Info 2780 [16:00:37.432] Different program with same set of files +Info 2781 [16:00:37.432] getCompletionData: Get current token: 0.004056001082062721 +Info 2782 [16:00:37.432] getCompletionData: Is inside comment: 0.009975001215934753 +Info 2783 [16:00:37.432] getCompletionData: Get previous token: 0.0072210002690553665 +Info 2784 [16:00:37.432] getCompletionsAtPosition: isCompletionListBlocker: 0.007078999653458595 +Info 2785 [16:00:37.433] getExportInfoMap: cache hit +Info 2786 [16:00:37.452] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2787 [16:00:37.452] collectAutoImports: response is complete +Info 2788 [16:00:37.452] collectAutoImports: 19.831834999844432 +Info 2789 [16:00:37.452] getCompletionData: Semantic work: 20.36094900034368 +Info 2790 [16:00:37.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9948140010237694 +Info 2791 [16:00:37.461] Format host information updated +Info 2792 [16:00:37.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2793 [16:00:37.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 8.03426199965179ms +Info 2794 [16:00:37.716] Different program with same set of files +Info 2795 [16:00:37.717] getCompletionData: Get current token: 0.0032850001007318497 +Info 2796 [16:00:37.717] getCompletionData: Is inside comment: 0.009550999850034714 +Info 2797 [16:00:37.717] getCompletionData: Get previous token: 0.00740399956703186 +Info 2798 [16:00:37.717] getCompletionsAtPosition: isCompletionListBlocker: 0.008106999099254608 +Info 2799 [16:00:37.717] getExportInfoMap: cache hit +Info 2800 [16:00:37.732] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 2801 [16:00:37.732] collectAutoImports: response is complete +Info 2802 [16:00:37.732] collectAutoImports: 14.557515999302268 +Info 2803 [16:00:37.732] getCompletionData: Semantic work: 15.102505998685956 +Info 2804 [16:00:37.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.657073000445962 +Info 2805 [16:00:37.740] Format host information updated +Info 2806 [16:00:37.746] Format host information updated +Info 2807 [16:00:37.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2808 [16:00:37.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 6.669801998883486ms +Info 2809 [16:00:37.753] Different program with same set of files +Info 2810 [16:00:37.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2811 [16:00:37.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 8.473712000995874ms +Info 2812 [16:00:37.902] Different program with same set of files +Info 2813 [16:00:37.903] getCompletionData: Get current token: 0.002921000123023987 +Info 2814 [16:00:37.903] getCompletionData: Is inside comment: 0.011561999097466469 +Info 2815 [16:00:37.903] getCompletionData: Get previous token: 0.01451299898326397 +Info 2816 [16:00:37.903] getCompletionsAtPosition: isCompletionListBlocker: 0.008541999384760857 +Info 2817 [16:00:37.903] getExportInfoMap: cache hit +Info 2818 [16:00:37.907] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 87 from cache +Info 2819 [16:00:37.907] collectAutoImports: response is complete +Info 2820 [16:00:37.907] collectAutoImports: 4.158574000000954 +Info 2821 [16:00:37.907] getCompletionData: Semantic work: 4.715283000841737 +Info 2822 [16:00:37.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5907969996333122 +Info 2823 [16:00:37.910] Format host information updated +Info 2824 [16:00:38.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2825 [16:00:38.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 6.929865000769496ms +Info 2826 [16:00:38.016] Different program with same set of files +Info 2827 [16:00:38.016] getCompletionData: Get current token: 0.00410199910402298 +Info 2828 [16:00:38.016] getCompletionData: Is inside comment: 0.012157000601291656 +Info 2829 [16:00:38.016] getCompletionData: Get previous token: 0.01490900106728077 +Info 2830 [16:00:38.016] getCompletionsAtPosition: isCompletionListBlocker: 0.008466999977827072 +Info 2831 [16:00:38.017] getExportInfoMap: cache hit +Info 2832 [16:00:38.019] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 23 from cache +Info 2833 [16:00:38.019] collectAutoImports: response is complete +Info 2834 [16:00:38.019] collectAutoImports: 2.648818001151085 +Info 2835 [16:00:38.019] getCompletionData: Semantic work: 3.2243839986622334 +Info 2836 [16:00:38.021] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1996490005403757 +Info 2837 [16:00:38.023] Format host information updated +Info 2838 [16:00:38.142] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2839 [16:00:38.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 6.237767999991775ms +Info 2840 [16:00:38.148] Different program with same set of files +Info 2841 [16:00:38.148] getCompletionData: Get current token: 0.003071999177336693 +Info 2842 [16:00:38.148] getCompletionData: Is inside comment: 0.010111000388860703 +Info 2843 [16:00:38.148] getCompletionData: Get previous token: 0.014270000159740448 +Info 2844 [16:00:38.148] getCompletionsAtPosition: isCompletionListBlocker: 0.008484000340104103 +Info 2845 [16:00:38.149] getExportInfoMap: cache hit +Info 2846 [16:00:38.151] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 19 from cache +Info 2847 [16:00:38.151] collectAutoImports: response is complete +Info 2848 [16:00:38.151] collectAutoImports: 2.1647100001573563 +Info 2849 [16:00:38.151] getCompletionData: Semantic work: 2.6839739996939898 +Info 2850 [16:00:38.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0349560007452965 +Info 2851 [16:00:38.153] Format host information updated +Info 2852 [16:00:38.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2853 [16:00:38.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 25.38624400086701ms +Info 2854 [16:00:38.270] Different program with same set of files +Info 2855 [16:00:38.270] getCompletionData: Get current token: 0.010197000578045845 +Info 2856 [16:00:38.270] getCompletionData: Is inside comment: 0.0336420014500618 +Info 2857 [16:00:38.270] getCompletionData: Get previous token: 0.04354799911379814 +Info 2858 [16:00:38.270] getCompletionsAtPosition: isCompletionListBlocker: 0.03283100016415119 +Info 2859 [16:00:38.272] getExportInfoMap: cache hit +Info 2860 [16:00:38.277] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 2861 [16:00:38.277] collectAutoImports: response is complete +Info 2862 [16:00:38.277] collectAutoImports: 4.5552430003881454 +Info 2863 [16:00:38.277] getCompletionData: Semantic work: 6.149210000410676 +Info 2864 [16:00:38.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2273299992084503 +Info 2865 [16:00:38.283] Format host information updated +Info 2866 [16:00:38.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2867 [16:00:38.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 10.300772000104189ms +Info 2868 [16:00:38.560] Different program with same set of files +Info 2869 [16:00:38.560] getCompletionData: Get current token: 0.0026670005172491074 +Info 2870 [16:00:38.560] getCompletionData: Is inside comment: 0.009567001834511757 +Info 2871 [16:00:38.560] getCompletionData: Get previous token: 0.012484999373555183 +Info 2872 [16:00:38.560] getCompletionsAtPosition: isCompletionListBlocker: 0.008006000891327858 +Info 2873 [16:00:38.561] getExportInfoMap: cache hit +Info 2874 [16:00:38.563] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 19 from cache +Info 2875 [16:00:38.563] collectAutoImports: response is complete +Info 2876 [16:00:38.563] collectAutoImports: 2.0000640004873276 +Info 2877 [16:00:38.563] getCompletionData: Semantic work: 2.5066979993134737 +Info 2878 [16:00:38.564] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0242250002920628 +Info 2879 [16:00:38.565] Format host information updated +Info 2880 [16:00:38.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2881 [16:00:38.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 6.96263200044632ms +Info 2882 [16:00:38.583] Different program with same set of files +Info 2883 [16:00:38.584] getCompletionData: Get current token: 0.0033029988408088684 +Info 2884 [16:00:38.584] getCompletionData: Is inside comment: 0.010207999497652054 +Info 2885 [16:00:38.584] getCompletionData: Get previous token: 0.012544000521302223 +Info 2886 [16:00:38.584] getCompletionsAtPosition: isCompletionListBlocker: 0.008144998922944069 +Info 2887 [16:00:38.584] getExportInfoMap: cache hit +Info 2888 [16:00:38.589] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 23 from cache +Info 2889 [16:00:38.589] collectAutoImports: response is complete +Info 2890 [16:00:38.589] collectAutoImports: 5.290665000677109 +Info 2891 [16:00:38.589] getCompletionData: Semantic work: 5.792878000065684 +Info 2892 [16:00:38.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1390829998999834 +Info 2893 [16:00:38.591] Format host information updated +Info 2894 [16:00:38.681] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2895 [16:00:38.707] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 26.199906000867486ms +Info 2896 [16:00:38.707] Different program with same set of files +Info 2897 [16:00:38.708] getCompletionData: Get current token: 0.01378600113093853 +Info 2898 [16:00:38.708] getCompletionData: Is inside comment: 0.04869600012898445 +Info 2899 [16:00:38.708] getCompletionData: Get previous token: 0.0630089994519949 +Info 2900 [16:00:38.708] getCompletionsAtPosition: isCompletionListBlocker: 0.028332998976111412 +Info 2901 [16:00:38.710] getExportInfoMap: cache hit +Info 2902 [16:00:38.716] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 7 from cache +Info 2903 [16:00:38.716] collectAutoImports: response is complete +Info 2904 [16:00:38.716] collectAutoImports: 5.645825000479817 +Info 2905 [16:00:38.716] getCompletionData: Semantic work: 7.472037000581622 +Info 2906 [16:00:38.718] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4767420012503862 +Info 2907 [16:00:38.719] Format host information updated +Info 2908 [16:00:38.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2909 [16:00:38.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 9.027639999985695ms +Info 2910 [16:00:38.752] Different program with same set of files +Info 2911 [16:00:38.752] getCompletionData: Get current token: 0.0027719996869564056 +Info 2912 [16:00:38.752] getCompletionData: Is inside comment: 0.009417999535799026 +Info 2913 [16:00:38.752] getCompletionData: Get previous token: 0.012728000059723854 +Info 2914 [16:00:38.752] getCompletionsAtPosition: isCompletionListBlocker: 0.009019000455737114 +Info 2915 [16:00:38.753] getExportInfoMap: cache hit +Info 2916 [16:00:38.755] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 4 from cache +Info 2917 [16:00:38.755] collectAutoImports: response is complete +Info 2918 [16:00:38.755] collectAutoImports: 2.462234999984503 +Info 2919 [16:00:38.755] getCompletionData: Semantic work: 2.997292000800371 +Info 2920 [16:00:38.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1388189997524023 +Info 2921 [16:00:38.757] Format host information updated +Info 2922 [16:00:39.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2923 [16:00:39.027] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 6.43626599945128ms +Info 2924 [16:00:39.027] Different program with same set of files +Info 2925 [16:00:39.027] getCompletionData: Get current token: 0.002747001126408577 +Info 2926 [16:00:39.027] getCompletionData: Is inside comment: 0.010144999250769615 +Info 2927 [16:00:39.027] getCompletionData: Get previous token: 0.013772999867796898 +Info 2928 [16:00:39.027] getCompletionsAtPosition: isCompletionListBlocker: 0.007916999980807304 +Info 2929 [16:00:39.028] getExportInfoMap: cache hit +Info 2930 [16:00:39.029] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2931 [16:00:39.029] collectAutoImports: response is complete +Info 2932 [16:00:39.029] collectAutoImports: 1.5615720003843307 +Info 2933 [16:00:39.029] getCompletionData: Semantic work: 2.097810000181198 +Info 2934 [16:00:39.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9527080003172159 +Info 2935 [16:00:39.031] Format host information updated +Info 2936 [16:00:39.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2937 [16:00:39.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 10.62686700001359ms +Info 2938 [16:00:39.165] Different program with same set of files +Info 2939 [16:00:39.166] getCompletionData: Get current token: 0.0036599989980459213 +Info 2940 [16:00:39.166] getCompletionData: Is inside comment: 0.012251999229192734 +Info 2941 [16:00:39.166] getCompletionData: Get previous token: 0.01725500077009201 +Info 2942 [16:00:39.166] getCompletionsAtPosition: isCompletionListBlocker: 0.009651999920606613 +Info 2943 [16:00:39.166] getExportInfoMap: cache hit +Info 2944 [16:00:39.168] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2945 [16:00:39.168] collectAutoImports: response is complete +Info 2946 [16:00:39.168] collectAutoImports: 1.737942999228835 +Info 2947 [16:00:39.168] getCompletionData: Semantic work: 2.436736999079585 +Info 2948 [16:00:39.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1132939998060465 +Info 2949 [16:00:39.170] Format host information updated +Info 2950 [16:00:39.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2951 [16:00:39.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 6.744208000600338ms +Info 2952 [16:00:39.233] Different program with same set of files +Info 2953 [16:00:39.233] getCompletionData: Get current token: 0.0036260001361370087 +Info 2954 [16:00:39.233] getCompletionData: Is inside comment: 0.011631999164819717 +Info 2955 [16:00:39.233] getCompletionData: Get previous token: 0.015017000958323479 +Info 2956 [16:00:39.233] getCompletionsAtPosition: isCompletionListBlocker: 0.008392998948693275 +Info 2957 [16:00:39.233] getExportInfoMap: cache hit +Info 2958 [16:00:39.235] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2959 [16:00:39.235] collectAutoImports: response is complete +Info 2960 [16:00:39.235] collectAutoImports: 1.6340210009366274 +Info 2961 [16:00:39.235] getCompletionData: Semantic work: 2.200968001037836 +Info 2962 [16:00:39.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0261189993470907 +Info 2963 [16:00:39.237] Format host information updated +Info 2964 [16:00:39.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2965 [16:00:39.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 29.374514998868108ms +Info 2966 [16:00:39.373] Different program with same set of files +Info 2967 [16:00:39.374] getCompletionData: Get current token: 0.007317999377846718 +Info 2968 [16:00:39.374] getCompletionData: Is inside comment: 0.02532000094652176 +Info 2969 [16:00:39.374] getCompletionData: Get previous token: 0.032756999135017395 +Info 2970 [16:00:39.374] getCompletionsAtPosition: isCompletionListBlocker: 0.017913999035954475 +Info 2971 [16:00:39.375] getExportInfoMap: cache hit +Info 2972 [16:00:39.378] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2973 [16:00:39.378] collectAutoImports: response is complete +Info 2974 [16:00:39.378] collectAutoImports: 2.9280110001564026 +Info 2975 [16:00:39.378] getCompletionData: Semantic work: 4.10253999941051 +Info 2976 [16:00:39.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7922280002385378 +Info 2977 [16:00:39.381] Format host information updated +Info 2978 [16:00:39.636] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2979 [16:00:39.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 12.656986000016332ms +Info 2980 [16:00:39.648] Different program with same set of files +Info 2981 [16:00:39.649] getCompletionData: Get current token: 0.0029889997094869614 +Info 2982 [16:00:39.649] getCompletionData: Is inside comment: 0.010650001466274261 +Info 2983 [16:00:39.649] getCompletionData: Get previous token: 0.013857999816536903 +Info 2984 [16:00:39.649] getCompletionsAtPosition: isCompletionListBlocker: 0.009279999881982803 +Info 2985 [16:00:39.649] getExportInfoMap: cache hit +Info 2986 [16:00:39.652] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2987 [16:00:39.652] collectAutoImports: response is complete +Info 2988 [16:00:39.652] collectAutoImports: 2.149779999628663 +Info 2989 [16:00:39.652] getCompletionData: Semantic work: 2.8743319995701313 +Info 2990 [16:00:39.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2824419997632504 +Info 2991 [16:00:39.654] Format host information updated +Info 2992 [16:00:39.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2993 [16:00:39.724] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 21.6604399997741ms +Info 2994 [16:00:39.724] Different program with same set of files +Info 2995 [16:00:39.724] getCompletionData: Get current token: 0.003014998510479927 +Info 2996 [16:00:39.724] getCompletionData: Is inside comment: 0.010190000757575035 +Info 2997 [16:00:39.724] getCompletionData: Get previous token: 0.013300001621246338 +Info 2998 [16:00:39.724] getCompletionsAtPosition: isCompletionListBlocker: 0.008552001789212227 +Info 2999 [16:00:39.725] getExportInfoMap: cache hit +Info 3000 [16:00:39.727] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3001 [16:00:39.727] collectAutoImports: response is complete +Info 3002 [16:00:39.727] collectAutoImports: 2.162006998434663 +Info 3003 [16:00:39.727] getCompletionData: Semantic work: 2.8656369987875223 +Info 3004 [16:00:39.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3288249988108873 +Info 3005 [16:00:39.729] Format host information updated +Info 3006 [16:00:39.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3007 [16:00:39.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 6.906658999621868ms +Info 3008 [16:00:39.860] Different program with same set of files +Info 3009 [16:00:39.860] getCompletionData: Get current token: 0.003384999930858612 +Info 3010 [16:00:39.860] getCompletionData: Is inside comment: 0.012237999588251114 +Info 3011 [16:00:39.860] getCompletionData: Get previous token: 0.01677200011909008 +Info 3012 [16:00:39.860] getCompletionsAtPosition: isCompletionListBlocker: 0.008673001080751419 +Info 3013 [16:00:39.860] getExportInfoMap: cache hit +Info 3014 [16:00:39.862] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3015 [16:00:39.862] collectAutoImports: response is complete +Info 3016 [16:00:39.862] collectAutoImports: 1.9998519998043776 +Info 3017 [16:00:39.862] getCompletionData: Semantic work: 2.5792829990386963 +Info 3018 [16:00:39.864] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.103438999503851 +Info 3019 [16:00:39.864] Format host information updated +Info 3020 [16:00:40.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3021 [16:00:40.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 7.055533001199365ms +Info 3022 [16:00:40.059] Different program with same set of files +Info 3023 [16:00:40.059] getCompletionData: Get current token: 0.0026569999754428864 +Info 3024 [16:00:40.059] getCompletionData: Is inside comment: 0.0093229990452528 +Info 3025 [16:00:40.060] getCompletionData: Get previous token: 0.012404000386595726 +Info 3026 [16:00:40.060] getCompletionsAtPosition: isCompletionListBlocker: 0.006849000230431557 +Info 3027 [16:00:40.060] getExportInfoMap: cache hit +Info 3028 [16:00:40.062] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 4 from cache +Info 3029 [16:00:40.062] collectAutoImports: response is complete +Info 3030 [16:00:40.062] collectAutoImports: 1.6405190005898476 +Info 3031 [16:00:40.062] getCompletionData: Semantic work: 2.1996919997036457 +Info 3032 [16:00:40.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8516039997339249 +Info 3033 [16:00:40.063] Format host information updated +Info 3034 [16:00:40.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3035 [16:00:40.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 24.910477999597788ms +Info 3036 [16:00:40.180] Different program with same set of files +Info 3037 [16:00:40.180] getCompletionData: Get current token: 0.01078600063920021 +Info 3038 [16:00:40.180] getCompletionData: Is inside comment: 0.04181400127708912 +Info 3039 [16:00:40.180] getCompletionData: Get previous token: 0.044384999200701714 +Info 3040 [16:00:40.180] getCompletionsAtPosition: isCompletionListBlocker: 0.022259999066591263 +Info 3041 [16:00:40.182] getExportInfoMap: cache hit +Info 3042 [16:00:40.186] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3043 [16:00:40.187] collectAutoImports: response is complete +Info 3044 [16:00:40.187] collectAutoImports: 4.655866000801325 +Info 3045 [16:00:40.187] getCompletionData: Semantic work: 6.1664709988981485 +Info 3046 [16:00:40.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2621630001813173 +Info 3047 [16:00:40.190] Format host information updated +Info 3048 [16:00:40.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3049 [16:00:40.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.820859000086784ms +Info 3050 [16:00:40.299] Different program with same set of files +Info 3051 [16:00:40.300] getCompletionData: Get current token: 0.0034599993377923965 +Info 3052 [16:00:40.300] getCompletionData: Is inside comment: 0.011466000229120255 +Info 3053 [16:00:40.300] getCompletionData: Get previous token: 0.014837998896837234 +Info 3054 [16:00:40.300] getCompletionsAtPosition: isCompletionListBlocker: 0.00873200036585331 +Info 3055 [16:00:40.300] getExportInfoMap: cache hit +Info 3056 [16:00:40.302] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3057 [16:00:40.302] collectAutoImports: response is complete +Info 3058 [16:00:40.302] collectAutoImports: 1.636327000334859 +Info 3059 [16:00:40.302] getCompletionData: Semantic work: 2.246987000107765 +Info 3060 [16:00:40.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0042010005563498 +Info 3061 [16:00:40.305] Format host information updated +Info 3062 [16:00:40.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3063 [16:00:40.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 6.3045979999005795ms +Info 3064 [16:00:40.413] Different program with same set of files +Info 3065 [16:00:40.413] getCompletionData: Get current token: 0.0028150007128715515 +Info 3066 [16:00:40.413] getCompletionData: Is inside comment: 0.011323999613523483 +Info 3067 [16:00:40.413] getCompletionData: Get previous token: 0.013613000512123108 +Info 3068 [16:00:40.413] getCompletionsAtPosition: isCompletionListBlocker: 0.008108001202344894 +Info 3069 [16:00:40.414] getExportInfoMap: cache hit +Info 3070 [16:00:40.415] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3071 [16:00:40.415] collectAutoImports: response is complete +Info 3072 [16:00:40.415] collectAutoImports: 1.5472780000418425 +Info 3073 [16:00:40.415] getCompletionData: Semantic work: 2.073563000187278 +Info 3074 [16:00:40.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9504029992967844 +Info 3075 [16:00:40.417] Format host information updated +Info 3076 [16:00:40.719] Format host information updated +Info 3077 [16:00:40.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3078 [16:00:40.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 5.901041999459267ms +Info 3079 [16:00:40.725] Different program with same set of files +Info 3080 [16:00:40.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3081 [16:00:40.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 6.348477000370622ms +Info 3082 [16:00:40.892] Different program with same set of files +Info 3083 [16:00:40.892] getCompletionData: Get current token: 0.0034369993954896927 +Info 3084 [16:00:40.892] getCompletionData: Is inside comment: 0.010722000151872635 +Info 3085 [16:00:40.892] getCompletionData: Get previous token: 0.00815500132739544 +Info 3086 [16:00:40.892] getCompletionsAtPosition: isCompletionListBlocker: 0.0068980008363723755 +Info 3087 [16:00:40.893] getExportInfoMap: cache hit +Info 3088 [16:00:40.911] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 3089 [16:00:40.911] collectAutoImports: response is complete +Info 3090 [16:00:40.911] collectAutoImports: 18.082067999988794 +Info 3091 [16:00:40.911] getCompletionData: Semantic work: 18.586895000189543 +Info 3092 [16:00:40.915] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6525869984179735 +Info 3093 [16:00:40.918] Format host information updated +Info 3094 [16:00:41.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3095 [16:00:41.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 6.471473000943661ms +Info 3096 [16:00:41.049] Different program with same set of files +Info 3097 [16:00:41.049] getCompletionData: Get current token: 0.003388000652194023 +Info 3098 [16:00:41.049] getCompletionData: Is inside comment: 0.010367998853325844 +Info 3099 [16:00:41.049] getCompletionData: Get previous token: 0.008283998817205429 +Info 3100 [16:00:41.049] getCompletionsAtPosition: isCompletionListBlocker: 0.008822999894618988 +Info 3101 [16:00:41.050] getExportInfoMap: cache hit +Info 3102 [16:00:41.064] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 3103 [16:00:41.064] collectAutoImports: response is complete +Info 3104 [16:00:41.064] collectAutoImports: 14.477778000757098 +Info 3105 [16:00:41.064] getCompletionData: Semantic work: 15.0197430010885 +Info 3106 [16:00:41.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.103021999821067 +Info 3107 [16:00:41.072] Format host information updated +Info 3108 [16:00:41.168] Format host information updated +Info 3109 [16:00:41.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3110 [16:00:41.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 24.24205500073731ms +Info 3111 [16:00:41.193] Different program with same set of files +Info 3112 [16:00:41.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3113 [16:00:41.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 13.736569000408053ms +Info 3114 [16:00:41.336] Different program with same set of files +Info 3115 [16:00:41.337] getCompletionData: Get current token: 0.005582001060247421 +Info 3116 [16:00:41.337] getCompletionData: Is inside comment: 0.020448999479413033 +Info 3117 [16:00:41.337] getCompletionData: Get previous token: 0.027173001319169998 +Info 3118 [16:00:41.337] getCompletionsAtPosition: isCompletionListBlocker: 0.01344199851155281 +Info 3119 [16:00:41.338] getExportInfoMap: cache hit +Info 3120 [16:00:41.346] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 157 from cache +Info 3121 [16:00:41.346] collectAutoImports: response is complete +Info 3122 [16:00:41.346] collectAutoImports: 7.921228999271989 +Info 3123 [16:00:41.346] getCompletionData: Semantic work: 8.896377999335527 +Info 3124 [16:00:41.349] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.725933000445366 +Info 3125 [16:00:41.350] Format host information updated +Info 3126 [16:00:41.484] Format host information updated +Info 3127 [16:00:41.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3128 [16:00:41.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 6.640219999477267ms +Info 3129 [16:00:41.491] Different program with same set of files +Info 3130 [16:00:41.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3131 [16:00:41.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 8.826882001012564ms +Info 3132 [16:00:41.682] Different program with same set of files +Info 3133 [16:00:41.682] getCompletionData: Get current token: 0.003756999969482422 +Info 3134 [16:00:41.682] getCompletionData: Is inside comment: 0.010911999270319939 +Info 3135 [16:00:41.682] getCompletionData: Get previous token: 0.00991000048816204 +Info 3136 [16:00:41.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0075640007853507996 +Info 3137 [16:00:41.683] getExportInfoMap: cache hit +Info 3138 [16:00:41.695] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 3139 [16:00:41.695] collectAutoImports: response is complete +Info 3140 [16:00:41.695] collectAutoImports: 12.285977000370622 +Info 3141 [16:00:41.695] getCompletionData: Semantic work: 12.864032998681068 +Info 3142 [16:00:41.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.244045998901129 +Info 3143 [16:00:41.705] Format host information updated +Info 3144 [16:00:42.904] Format host information updated +Info 3145 [16:00:42.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3146 [16:00:42.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 6.692780999466777ms +Info 3147 [16:00:42.911] Different program with same set of files +Info 3148 [16:00:43.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3149 [16:00:43.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 6.195552000775933ms +Info 3150 [16:00:43.106] Different program with same set of files +Info 3151 [16:00:43.107] getCompletionData: Get current token: 0.0030000004917383194 +Info 3152 [16:00:43.107] getCompletionData: Is inside comment: 0.025321999564766884 +Info 3153 [16:00:43.107] getCompletionData: Get previous token: 0.01460999995470047 +Info 3154 [16:00:43.107] getCompletionsAtPosition: isCompletionListBlocker: 0.008197000250220299 +Info 3155 [16:00:43.107] getExportInfoMap: cache hit +Info 3156 [16:00:43.114] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 157 from cache +Info 3157 [16:00:43.114] collectAutoImports: response is complete +Info 3158 [16:00:43.114] collectAutoImports: 6.914587000384927 +Info 3159 [16:00:43.114] getCompletionData: Semantic work: 7.440234998241067 +Info 3160 [16:00:43.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4255030006170273 +Info 3161 [16:00:43.117] Format host information updated +Info 3162 [16:00:45.016] Format host information updated +Info 3163 [16:00:45.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3164 [16:00:45.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 6.366884998977184ms +Info 3165 [16:00:45.023] Different program with same set of files +Info 3166 [16:00:45.537] getCompletionData: Get current token: 0.002044999971985817 +Info 3167 [16:00:45.537] getCompletionData: Is inside comment: 0.008108001202344894 +Info 3168 [16:00:45.537] getCompletionData: Get previous token: 0.005440998822450638 +Info 3169 [16:00:45.537] getCompletionsAtPosition: isCompletionListBlocker: 0.008611999452114105 +Info 3170 [16:00:45.538] getExportInfoMap: cache hit +Info 3171 [16:00:45.551] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 3172 [16:00:45.551] collectAutoImports: response is complete +Info 3173 [16:00:45.551] collectAutoImports: 13.061240999028087 +Info 3174 [16:00:45.551] getCompletionData: Semantic work: 13.618816999718547 +Info 3175 [16:00:45.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.035615000873804 +Info 3176 [16:00:46.007] getCompletionData: Get current token: 0.003419000655412674 +Info 3177 [16:00:46.007] getCompletionData: Is inside comment: 0.0015549995005130768 +Info 3178 [16:00:46.007] getCompletionData: Get previous token: 0.010708998888731003 +Info 3179 [16:00:46.007] getCompletionsAtPosition: isCompletionListBlocker: 0.002921000123023987 +Info 3180 [16:00:46.008] getExportInfoMap: cache hit +Info 3181 [16:00:46.016] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 3182 [16:00:46.016] collectAutoImports: response is complete +Info 3183 [16:00:46.016] collectAutoImports: 8.06448999978602 +Info 3184 [16:00:46.016] getCompletionData: Semantic work: 8.65408799983561 +Info 3185 [16:00:46.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9551180005073547 +Info 3186 [16:00:46.784] Format host information updated +Info 3187 [16:00:46.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3188 [16:00:46.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 6.473761999979615ms +Info 3189 [16:00:46.790] Different program with same set of files +Info 3190 [16:00:46.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3191 [16:00:46.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 6.5467170011252165ms +Info 3192 [16:00:46.880] Different program with same set of files +Info 3193 [16:00:46.880] getCompletionData: Get current token: 0.0017249993979930878 +Info 3194 [16:00:46.880] getCompletionData: Is inside comment: 0.026433000341057777 +Info 3195 [16:00:46.880] getCompletionData: Get previous token: 0.009697999805212021 +Info 3196 [16:00:46.880] getCompletionsAtPosition: isCompletionListBlocker: 0.008845999836921692 +Info 3197 [16:00:46.880] getExportInfoMap: cache hit +Info 3198 [16:00:46.884] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 157 from cache +Info 3199 [16:00:46.884] collectAutoImports: response is complete +Info 3200 [16:00:46.884] collectAutoImports: 3.594804000109434 +Info 3201 [16:00:46.884] getCompletionData: Semantic work: 4.189590999856591 +Info 3202 [16:00:46.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.209952000528574 +Info 3203 [16:00:46.887] Format host information updated +Info 3204 [16:00:47.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3205 [16:00:47.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 10.313537999987602ms +Info 3206 [16:00:47.154] Different program with same set of files +Info 3207 [16:00:47.154] getCompletionData: Get current token: 0.0022650007158517838 +Info 3208 [16:00:47.154] getCompletionData: Is inside comment: 0.008495001122355461 +Info 3209 [16:00:47.154] getCompletionData: Get previous token: 0.0054949987679719925 +Info 3210 [16:00:47.154] getCompletionsAtPosition: isCompletionListBlocker: 0.002511998638510704 +Info 3211 [16:00:47.155] getCompletionData: Semantic work: 0.8204340003430843 +Info 3212 [16:00:47.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2056280001997948 +Info 3213 [16:00:47.158] Format host information updated +Info 3214 [16:00:47.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3215 [16:00:47.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 10.783594001084566ms +Info 3216 [16:00:47.457] Different program with same set of files +Info 3217 [16:00:47.457] getCompletionData: Get current token: 0.0019039995968341827 +Info 3218 [16:00:47.457] getCompletionData: Is inside comment: 0.007548000663518906 +Info 3219 [16:00:47.457] getCompletionData: Get previous token: 0.011504000052809715 +Info 3220 [16:00:47.457] getCompletionsAtPosition: isCompletionListBlocker: 0.002392999827861786 +Info 3221 [16:00:47.458] getCompletionData: Semantic work: 0.6402070000767708 +Info 3222 [16:00:47.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4911579992622137 +Info 3223 [16:00:47.461] Format host information updated +Info 3224 [16:00:47.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3225 [16:00:47.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 7.953546000644565ms +Info 3226 [16:00:47.731] Different program with same set of files +Info 3227 [16:00:47.731] getCompletionData: Get current token: 0.00203000009059906 +Info 3228 [16:00:47.731] getCompletionData: Is inside comment: 0.009422000497579575 +Info 3229 [16:00:47.731] getCompletionData: Get previous token: 0.006067000329494476 +Info 3230 [16:00:47.731] getCompletionsAtPosition: isCompletionListBlocker: 0.0024459995329380035 +Info 3231 [16:00:47.732] getCompletionData: Semantic work: 0.5732499994337559 +Info 3232 [16:00:47.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.866516999900341 +Info 3233 [16:00:47.733] Format host information updated +Info 3234 [16:00:47.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3235 [16:00:47.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 16.264016000553966ms +Info 3236 [16:00:47.814] Different program with same set of files +Info 3237 [16:00:47.815] getCompletionData: Get current token: 0.004327001050114632 +Info 3238 [16:00:47.815] getCompletionData: Is inside comment: 0.016749998554587364 +Info 3239 [16:00:47.815] getCompletionData: Get previous token: 0.025909001007676125 +Info 3240 [16:00:47.815] getCompletionsAtPosition: isCompletionListBlocker: 0.004311000928282738 +Info 3241 [16:00:47.816] getCompletionData: Semantic work: 1.1109520010650158 +Info 3242 [16:00:47.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.948310999199748 +Info 3243 [16:00:47.820] Format host information updated +Info 3244 [16:00:47.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3245 [16:00:47.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 7.146764000877738ms +Info 3246 [16:00:47.922] Different program with same set of files +Info 3247 [16:00:47.922] getCompletionData: Get current token: 0.002001998946070671 +Info 3248 [16:00:47.922] getCompletionData: Is inside comment: 0.010502001270651817 +Info 3249 [16:00:47.922] getCompletionData: Get previous token: 0.01289300061762333 +Info 3250 [16:00:47.922] getCompletionsAtPosition: isCompletionListBlocker: 0.0024760011583566666 +Info 3251 [16:00:47.923] getCompletionData: Semantic work: 0.6006899997591972 +Info 3252 [16:00:47.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5171659998595715 +Info 3253 [16:00:47.925] Format host information updated +Info 3254 [16:00:48.020] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3255 [16:00:48.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 9.529905999079347ms +Info 3256 [16:00:48.029] Different program with same set of files +Info 3257 [16:00:48.029] getCompletionData: Get current token: 0.0026389993727207184 +Info 3258 [16:00:48.029] getCompletionData: Is inside comment: 0.009744999930262566 +Info 3259 [16:00:48.029] getCompletionData: Get previous token: 0.01587899960577488 +Info 3260 [16:00:48.029] getCompletionsAtPosition: isCompletionListBlocker: 0.002732999622821808 +Info 3261 [16:00:48.030] getCompletionData: Semantic work: 0.7274949997663498 +Info 3262 [16:00:48.032] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.779526999220252 +Info 3263 [16:00:48.032] Format host information updated +Info 3264 [16:00:48.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3265 [16:00:48.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 6.377584001049399ms +Info 3266 [16:00:48.322] Different program with same set of files +Info 3267 [16:00:48.322] getCompletionData: Get current token: 0.0021429993212223053 +Info 3268 [16:00:48.322] getCompletionData: Is inside comment: 0.008736999705433846 +Info 3269 [16:00:48.322] getCompletionData: Get previous token: 0.013817999511957169 +Info 3270 [16:00:48.322] getCompletionsAtPosition: isCompletionListBlocker: 0.002508999779820442 +Info 3271 [16:00:48.323] getCompletionData: Semantic work: 0.5479640010744333 +Info 3272 [16:00:48.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.408346999436617 +Info 3273 [16:00:48.325] Format host information updated +Info 3274 [16:00:48.398] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3275 [16:00:48.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 13.313911998644471ms +Info 3276 [16:00:48.411] Different program with same set of files +Info 3277 [16:00:48.411] getCompletionData: Get current token: 0.005258999764919281 +Info 3278 [16:00:48.411] getCompletionData: Is inside comment: 0.02011900022625923 +Info 3279 [16:00:48.411] getCompletionData: Get previous token: 0.029055999591946602 +Info 3280 [16:00:48.412] getCompletionsAtPosition: isCompletionListBlocker: 0.004657000303268433 +Info 3281 [16:00:48.413] getCompletionData: Semantic work: 1.1804400011897087 +Info 3282 [16:00:48.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.06733499839902 +Info 3283 [16:00:48.423] Format host information updated +Info 3284 [16:00:48.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3285 [16:00:48.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 26.04276599921286ms +Info 3286 [16:00:48.531] Different program with same set of files +Info 3287 [16:00:48.532] getCompletionData: Get current token: 0.00920100137591362 +Info 3288 [16:00:48.532] getCompletionData: Is inside comment: 0.0388760007917881 +Info 3289 [16:00:48.532] getCompletionData: Get previous token: 0.058445001021027565 +Info 3290 [16:00:48.532] getCompletionsAtPosition: isCompletionListBlocker: 0.007469000294804573 +Info 3291 [16:00:48.534] getCompletionData: Semantic work: 2.1860780008137226 +Info 3292 [16:00:48.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.40438099950552 +Info 3293 [16:00:48.540] Format host information updated +Info 3294 [16:00:48.815] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3295 [16:00:48.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 6.480239000171423ms +Info 3296 [16:00:48.822] Different program with same set of files +Info 3297 [16:00:48.822] getCompletionData: Get current token: 0.0018199998885393143 +Info 3298 [16:00:48.822] getCompletionData: Is inside comment: 0.007350999861955643 +Info 3299 [16:00:48.822] getCompletionData: Get previous token: 0.011781999841332436 +Info 3300 [16:00:48.822] getCompletionsAtPosition: isCompletionListBlocker: 0.0022709984332323074 +Info 3301 [16:00:48.822] getCompletionData: Semantic work: 0.5231929998844862 +Info 3302 [16:00:48.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.393903000280261 +Info 3303 [16:00:48.828] Format host information updated +Info 3304 [16:00:48.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3305 [16:00:48.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 11.109626999124885ms +Info 3306 [16:00:48.895] Different program with same set of files +Info 3307 [16:00:48.896] getCompletionData: Get current token: 0.003869999200105667 +Info 3308 [16:00:48.896] getCompletionData: Is inside comment: 0.016071001067757607 +Info 3309 [16:00:48.896] getCompletionData: Get previous token: 0.023997999727725983 +Info 3310 [16:00:48.896] getCompletionsAtPosition: isCompletionListBlocker: 0.0034480001777410507 +Info 3311 [16:00:48.897] getCompletionData: Semantic work: 1.0225130002945662 +Info 3312 [16:00:48.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7291139997541904 +Info 3313 [16:00:48.900] Format host information updated +Info 3314 [16:00:48.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3315 [16:00:48.992] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 23.44093600101769ms +Info 3316 [16:00:48.992] Different program with same set of files +Info 3317 [16:00:48.992] getCompletionData: Get current token: 0.006551001220941544 +Info 3318 [16:00:48.992] getCompletionData: Is inside comment: 0.029929999262094498 +Info 3319 [16:00:48.992] getCompletionData: Get previous token: 0.04238000139594078 +Info 3320 [16:00:48.992] getCompletionsAtPosition: isCompletionListBlocker: 0.006203001365065575 +Info 3321 [16:00:48.994] getCompletionData: Semantic work: 1.5634800009429455 +Info 3322 [16:00:48.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.565881000831723 +Info 3323 [16:00:49.004] Format host information updated +Info 3324 [16:00:49.493] Format host information updated +Info 3325 [16:00:49.493] Format host information updated +Info 3326 [16:00:49.494] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3327 [16:00:49.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 10.091380000114441ms +Info 3328 [16:00:49.504] Different program with same set of files +Info 3329 [16:00:49.504] getCompletionData: Get current token: 0.002338999882340431 +Info 3330 [16:00:49.504] getCompletionData: Is inside comment: 0.009046999737620354 +Info 3331 [16:00:49.504] getCompletionData: Get previous token: 0.005416000261902809 +Info 3332 [16:00:49.504] getCompletionsAtPosition: isCompletionListBlocker: 0.007594000548124313 +Info 3333 [16:00:49.505] getExportInfoMap: cache hit +Info 3334 [16:00:49.525] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 3335 [16:00:49.525] collectAutoImports: response is complete +Info 3336 [16:00:49.525] collectAutoImports: 19.867257000878453 +Info 3337 [16:00:49.525] getCompletionData: Semantic work: 20.53227600082755 +Info 3338 [16:00:49.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.045380000025034 +Info 3339 [16:00:49.533] getCompletionData: Get current token: 0.008636999875307083 +Info 3340 [16:00:49.533] getCompletionData: Is inside comment: 0.00319799967110157 +Info 3341 [16:00:49.533] getCompletionData: Get previous token: 0.01628599874675274 +Info 3342 [16:00:49.533] getCompletionsAtPosition: isCompletionListBlocker: 0.002709001302719116 +Info 3343 [16:00:49.533] getCompletionData: Semantic work: 0.615242000669241 +Info 3344 [16:00:49.536] getCompletionData: Get current token: 0.00783500075340271 +Info 3345 [16:00:49.536] getCompletionData: Is inside comment: 0.0041579995304346085 +Info 3346 [16:00:49.536] getCompletionData: Get previous token: 0.017014000564813614 +Info 3347 [16:00:49.536] getCompletionsAtPosition: isCompletionListBlocker: 0.0019430015236139297 +Info 3348 [16:00:49.536] getCompletionData: Semantic work: 0.2466380000114441 +Info 3349 [16:00:49.537] Format host information updated +Info 3350 [16:00:49.794] getCompletionData: Get current token: 0.004145000129938126 +Info 3351 [16:00:49.794] getCompletionData: Is inside comment: 0.0025989990681409836 +Info 3352 [16:00:49.794] getCompletionData: Get previous token: 0.026163000613451004 +Info 3353 [16:00:49.794] getCompletionsAtPosition: isCompletionListBlocker: 0.003372000530362129 +Info 3354 [16:00:49.795] getExportInfoMap: cache hit +Info 3355 [16:00:49.821] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 3356 [16:00:49.821] collectAutoImports: response is complete +Info 3357 [16:00:49.821] collectAutoImports: 25.45281399972737 +Info 3358 [16:00:49.821] getCompletionData: Semantic work: 26.23938300088048 +Info 3359 [16:00:49.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.3293529991060495 +Info 3360 [16:00:50.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3361 [16:00:50.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 12.211585998535156ms +Info 3362 [16:00:50.172] Different program with same set of files +Info 3363 [16:00:50.172] getCompletionData: Get current token: 0.0031400006264448166 +Info 3364 [16:00:50.172] getCompletionData: Is inside comment: 0.0012529995292425156 +Info 3365 [16:00:50.172] getCompletionData: Get previous token: 0.01851699873805046 +Info 3366 [16:00:50.172] getCompletionsAtPosition: isCompletionListBlocker: 0.002383999526500702 +Info 3367 [16:00:50.173] getCompletionData: Semantic work: 1.256063999608159 +Info 3368 [16:00:50.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17138499952852726 +Info 3369 [16:00:50.174] Format host information updated +Info 3370 [16:00:50.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3371 [16:00:50.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 15.28707099892199ms +Info 3372 [16:00:50.240] Different program with same set of files +Info 3373 [16:00:50.240] getCompletionData: Get current token: 0.010167000815272331 +Info 3374 [16:00:50.240] getCompletionData: Is inside comment: 0.004041999578475952 +Info 3375 [16:00:50.240] getCompletionData: Get previous token: 0.046254001557826996 +Info 3376 [16:00:50.240] getCompletionsAtPosition: isCompletionListBlocker: 0.01587500050663948 +Info 3377 [16:00:50.241] getExportInfoMap: cache hit +Info 3378 [16:00:50.270] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 3379 [16:00:50.270] collectAutoImports: response is complete +Info 3380 [16:00:50.270] collectAutoImports: 28.862626001238823 +Info 3381 [16:00:50.270] getCompletionData: Semantic work: 30.245817000046372 +Info 3382 [16:00:50.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.781597999855876 +Info 3383 [16:00:50.280] Format host information updated +Info 3384 [16:00:50.545] getCompletionData: Get current token: 0.003954000771045685 +Info 3385 [16:00:50.545] getCompletionData: Is inside comment: 0.0012750010937452316 +Info 3386 [16:00:50.545] getCompletionData: Get previous token: 0.01312199980020523 +Info 3387 [16:00:50.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0024149995297193527 +Info 3388 [16:00:50.546] getCompletionData: Semantic work: 0.4537220001220703 +Info 3389 [16:00:50.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06530600041151047 +Info 3390 [16:00:50.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3391 [16:00:50.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 7.401452999562025ms +Info 3392 [16:00:50.740] Different program with same set of files +Info 3393 [16:00:50.740] getCompletionData: Get current token: 0.004486000165343285 +Info 3394 [16:00:50.740] getCompletionData: Is inside comment: 0.001677999272942543 +Info 3395 [16:00:50.740] getCompletionData: Get previous token: 0.028624000027775764 +Info 3396 [16:00:50.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0026099998503923416 +Info 3397 [16:00:50.742] getCompletionData: Semantic work: 2.2316109985113144 +Info 3398 [16:00:50.742] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10870700143277645 +Info 3399 [16:00:50.745] Format host information updated +Info 3400 [16:00:50.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3401 [16:00:50.863] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 7.14610099978745ms +Info 3402 [16:00:50.863] Different program with same set of files +Info 3403 [16:00:50.863] getCompletionData: Get current token: 0.004154998809099197 +Info 3404 [16:00:50.863] getCompletionData: Is inside comment: 0.0014069993048906326 +Info 3405 [16:00:50.863] getCompletionData: Get previous token: 0.025996999815106392 +Info 3406 [16:00:50.863] getCompletionsAtPosition: isCompletionListBlocker: 0.002697000280022621 +Info 3407 [16:00:50.864] getCompletionData: Semantic work: 1.4189570005983114 +Info 3408 [16:00:50.865] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09476199932396412 +Info 3409 [16:00:50.865] Format host information updated +Info 3410 [16:00:50.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3411 [16:00:50.967] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 6.867600999772549ms +Info 3412 [16:00:50.967] Different program with same set of files +Info 3413 [16:00:50.967] getCompletionData: Get current token: 0.004118999466300011 +Info 3414 [16:00:50.967] getCompletionData: Is inside comment: 0.0014850012958049774 +Info 3415 [16:00:50.967] getCompletionData: Get previous token: 0.026899999007582664 +Info 3416 [16:00:50.967] getCompletionsAtPosition: isCompletionListBlocker: 0.002883000299334526 +Info 3417 [16:00:50.969] getCompletionData: Semantic work: 1.4257030002772808 +Info 3418 [16:00:50.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09636900015175343 +Info 3419 [16:00:50.972] Format host information updated +Info 3420 [16:00:51.326] Format host information updated +Info 3421 [16:00:51.326] Format host information updated +Info 3422 [16:00:51.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3423 [16:00:51.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 15.460062000900507ms +Info 3424 [16:00:51.342] Different program with same set of files +Info 3425 [16:00:51.342] getCompletionData: Get current token: 0.011001000180840492 +Info 3426 [16:00:51.342] getCompletionData: Is inside comment: 0.003433000296354294 +Info 3427 [16:00:51.342] getCompletionData: Get previous token: 0.04638399928808212 +Info 3428 [16:00:51.342] getCompletionsAtPosition: isCompletionListBlocker: 0.08684699982404709 +Info 3429 [16:00:51.345] getCompletionData: Semantic work: 2.4362829998135567 +Info 3430 [16:00:51.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17654599994421005 +Info 3431 [16:00:51.346] getCompletionData: Get current token: 0.021358000114560127 +Info 3432 [16:00:51.346] getCompletionData: Is inside comment: 0.005643000826239586 +Info 3433 [16:00:51.346] getCompletionData: Get previous token: 0.056724000722169876 +Info 3434 [16:00:51.346] getCompletionsAtPosition: isCompletionListBlocker: 0.0038489997386932373 +Info 3435 [16:00:51.347] getCompletionData: Semantic work: 0.4611200001090765 +Info 3436 [16:00:51.350] getCompletionData: Get current token: 0.023865999653935432 +Info 3437 [16:00:51.350] getCompletionData: Is inside comment: 0.005940999835729599 +Info 3438 [16:00:51.350] getCompletionData: Get previous token: 0.07698099873960018 +Info 3439 [16:00:51.350] getCompletionsAtPosition: isCompletionListBlocker: 0.0041780006140470505 +Info 3440 [16:00:51.350] getCompletionData: Semantic work: 0.42900000140070915 +Info 3441 [16:00:51.351] Format host information updated +Info 3442 [16:00:51.437] Format host information updated +Info 3443 [16:00:51.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3444 [16:00:51.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 7.047751998528838ms +Info 3445 [16:00:51.445] Different program with same set of files +Info 3446 [16:00:51.729] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3447 [16:00:51.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 10.625873001292348ms +Info 3448 [16:00:51.740] Different program with same set of files +Info 3449 [16:00:51.740] getCompletionData: Get current token: 0.0033529996871948242 +Info 3450 [16:00:51.740] getCompletionData: Is inside comment: 0.0012509990483522415 +Info 3451 [16:00:51.740] getCompletionData: Get previous token: 0.02529599890112877 +Info 3452 [16:00:51.740] getCompletionsAtPosition: isCompletionListBlocker: 0.004616999998688698 +Info 3453 [16:00:51.742] getCompletionData: Semantic work: 1.764792999252677 +Info 3454 [16:00:51.742] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08201999962329865 +Info 3455 [16:00:51.742] Format host information updated +Info 3456 [16:00:51.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3457 [16:00:51.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.5767870005220175ms +Info 3458 [16:00:51.780] Different program with same set of files +Info 3459 [16:00:51.780] getCompletionData: Get current token: 0.0038210004568099976 +Info 3460 [16:00:51.780] getCompletionData: Is inside comment: 0.0014460012316703796 +Info 3461 [16:00:51.780] getCompletionData: Get previous token: 0.02569200098514557 +Info 3462 [16:00:51.780] getCompletionsAtPosition: isCompletionListBlocker: 0.004819000139832497 +Info 3463 [16:00:51.782] getCompletionData: Semantic work: 1.5591810010373592 +Info 3464 [16:00:51.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0799310002475977 +Info 3465 [16:00:51.785] Format host information updated +Info 3466 [16:00:51.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3467 [16:00:51.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 6.9090059995651245ms +Info 3468 [16:00:51.872] Different program with same set of files +Info 3469 [16:00:51.872] getCompletionData: Get current token: 0.005297999829053879 +Info 3470 [16:00:51.872] getCompletionData: Is inside comment: 0.0015639998018741608 +Info 3471 [16:00:51.872] getCompletionData: Get previous token: 0.039984000846743584 +Info 3472 [16:00:51.872] getCompletionsAtPosition: isCompletionListBlocker: 0.004868000745773315 +Info 3473 [16:00:51.874] getCompletionData: Semantic work: 1.7258780002593994 +Info 3474 [16:00:51.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.095703000202775 +Info 3475 [16:00:51.874] Format host information updated +Info 3476 [16:00:51.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3477 [16:00:51.976] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 24.61968499980867ms +Info 3478 [16:00:51.977] Different program with same set of files +Info 3479 [16:00:51.977] getCompletionData: Get current token: 0.011301999911665916 +Info 3480 [16:00:51.977] getCompletionData: Is inside comment: 0.004798999056220055 +Info 3481 [16:00:51.977] getCompletionData: Get previous token: 0.06495499983429909 +Info 3482 [16:00:51.977] getCompletionsAtPosition: isCompletionListBlocker: 0.010464999824762344 +Info 3483 [16:00:51.981] getCompletionData: Semantic work: 3.951256001368165 +Info 3484 [16:00:51.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17673599906265736 +Info 3485 [16:00:51.985] Format host information updated +Info 3486 [16:00:52.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3487 [16:00:52.101] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 25.008715998381376ms +Info 3488 [16:00:52.101] Different program with same set of files +Info 3489 [16:00:52.102] getCompletionData: Get current token: 0.015832999721169472 +Info 3490 [16:00:52.102] getCompletionData: Is inside comment: 0.005920000374317169 +Info 3491 [16:00:52.102] getCompletionData: Get previous token: 0.08933900110423565 +Info 3492 [16:00:52.102] getCompletionsAtPosition: isCompletionListBlocker: 0.013560999184846878 +Info 3493 [16:00:52.106] getCompletionData: Semantic work: 3.7171500008553267 +Info 3494 [16:00:52.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22632400132715702 +Info 3495 [16:00:52.107] Format host information updated +Info 3496 [16:00:56.030] Format host information updated +Info 3497 [16:00:56.030] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3498 [16:00:56.037] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 6.567858999595046ms +Info 3499 [16:00:56.037] Different program with same set of files +Info 3500 [16:01:27.640] Format host information updated +Info 3501 [16:01:27.640] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3502 [16:01:27.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 14.987615998834372ms +Info 3503 [16:01:27.655] Different program with same set of files +Info 3504 [16:01:27.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3505 [16:01:27.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 13.779393000528216ms +Info 3506 [16:01:27.768] Different program with same set of files +Info 3507 [16:01:27.768] getCompletionData: Get current token: 0.0031659994274377823 +Info 3508 [16:01:27.768] getCompletionData: Is inside comment: 0.011241000145673752 +Info 3509 [16:01:27.768] getCompletionData: Get previous token: 0.014869999140501022 +Info 3510 [16:01:27.768] getCompletionsAtPosition: isCompletionListBlocker: 0.0024609994143247604 +Info 3511 [16:01:27.769] getExportInfoMap: cache hit +Info 3512 [16:01:27.775] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 3513 [16:01:27.775] collectAutoImports: response is complete +Info 3514 [16:01:27.775] collectAutoImports: 6.631047999486327 +Info 3515 [16:01:27.775] getCompletionData: Semantic work: 7.47210399992764 +Info 3516 [16:01:27.779] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.581180999055505 +Info 3517 [16:01:27.780] Format host information updated +Info 3518 [16:01:27.833] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3519 [16:01:27.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 13.696038998663425ms +Info 3520 [16:01:27.846] Different program with same set of files +Info 3521 [16:01:27.847] getCompletionData: Get current token: 0.005494000390172005 +Info 3522 [16:01:27.847] getCompletionData: Is inside comment: 0.033230001106858253 +Info 3523 [16:01:27.847] getCompletionData: Get previous token: 0.02470399998128414 +Info 3524 [16:01:27.847] getCompletionsAtPosition: isCompletionListBlocker: 0.0033040009438991547 +Info 3525 [16:01:27.848] getExportInfoMap: cache hit +Info 3526 [16:01:27.856] collectAutoImports: resolved 0 module specifiers, plus 43 ambient and 72 from cache +Info 3527 [16:01:27.856] collectAutoImports: response is complete +Info 3528 [16:01:27.856] collectAutoImports: 7.908104998990893 +Info 3529 [16:01:27.856] getCompletionData: Semantic work: 8.96909200027585 +Info 3530 [16:01:27.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9515649992972612 +Info 3531 [16:01:27.861] Format host information updated +Info 3532 [16:01:27.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3533 [16:01:27.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 19.5850169993937ms +Info 3534 [16:01:27.942] Different program with same set of files +Info 3535 [16:01:27.942] getCompletionData: Get current token: 0.007644999772310257 +Info 3536 [16:01:27.942] getCompletionData: Is inside comment: 0.023876000195741653 +Info 3537 [16:01:27.942] getCompletionData: Get previous token: 0.032168999314308167 +Info 3538 [16:01:27.942] getCompletionsAtPosition: isCompletionListBlocker: 0.004284000024199486 +Info 3539 [16:01:27.943] getExportInfoMap: cache hit +Info 3540 [16:01:27.949] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 33 from cache +Info 3541 [16:01:27.949] collectAutoImports: response is complete +Info 3542 [16:01:27.949] collectAutoImports: 4.983201000839472 +Info 3543 [16:01:27.949] getCompletionData: Semantic work: 6.099177001044154 +Info 3544 [16:01:27.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.053317001089454 +Info 3545 [16:01:27.956] Format host information updated +Info 3546 [16:01:28.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3547 [16:01:28.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 30.08888099901378ms +Info 3548 [16:01:28.058] Different program with same set of files +Info 3549 [16:01:28.059] getCompletionData: Get current token: 0.01439100131392479 +Info 3550 [16:01:28.059] getCompletionData: Is inside comment: 0.036694999784231186 +Info 3551 [16:01:28.059] getCompletionData: Get previous token: 0.05352099984884262 +Info 3552 [16:01:28.059] getCompletionsAtPosition: isCompletionListBlocker: 0.0059999991208314896 +Info 3553 [16:01:28.060] getExportInfoMap: cache hit +Info 3554 [16:01:28.066] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 3555 [16:01:28.066] collectAutoImports: response is complete +Info 3556 [16:01:28.066] collectAutoImports: 5.663991000503302 +Info 3557 [16:01:28.066] getCompletionData: Semantic work: 7.394394000992179 +Info 3558 [16:01:28.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.392128000035882 +Info 3559 [16:01:28.074] Format host information updated +Info 3560 [16:01:28.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3561 [16:01:28.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 12.00161200016737ms +Info 3562 [16:01:28.378] Different program with same set of files +Info 3563 [16:01:28.378] getCompletionData: Get current token: 0.004968000575900078 +Info 3564 [16:01:28.378] getCompletionData: Is inside comment: 0.01825600117444992 +Info 3565 [16:01:28.378] getCompletionData: Get previous token: 0.022789999842643738 +Info 3566 [16:01:28.378] getCompletionsAtPosition: isCompletionListBlocker: 0.00321199931204319 +Info 3567 [16:01:28.379] getExportInfoMap: cache hit +Info 3568 [16:01:28.383] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 33 from cache +Info 3569 [16:01:28.383] collectAutoImports: response is complete +Info 3570 [16:01:28.383] collectAutoImports: 3.904185999184847 +Info 3571 [16:01:28.383] getCompletionData: Semantic work: 4.772994000464678 +Info 3572 [16:01:28.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.640908000990748 +Info 3573 [16:01:28.394] Format host information updated +Info 3574 [16:01:28.506] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3575 [16:01:28.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 7.655054001137614ms +Info 3576 [16:01:28.514] Different program with same set of files +Info 3577 [16:01:28.514] getCompletionData: Get current token: 0.0029089991003274918 +Info 3578 [16:01:28.514] getCompletionData: Is inside comment: 0.010708000510931015 +Info 3579 [16:01:28.514] getCompletionData: Get previous token: 0.01345600001513958 +Info 3580 [16:01:28.514] getCompletionsAtPosition: isCompletionListBlocker: 0.0024609994143247604 +Info 3581 [16:01:28.514] getExportInfoMap: cache hit +Info 3582 [16:01:28.519] collectAutoImports: resolved 0 module specifiers, plus 43 ambient and 72 from cache +Info 3583 [16:01:28.519] collectAutoImports: response is complete +Info 3584 [16:01:28.519] collectAutoImports: 4.542581001296639 +Info 3585 [16:01:28.519] getCompletionData: Semantic work: 5.211291000247002 +Info 3586 [16:01:28.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5978360008448362 +Info 3587 [16:01:28.523] Format host information updated +Info 3588 [16:01:28.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3589 [16:01:28.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 7.314714999869466ms +Info 3590 [16:01:28.639] Different program with same set of files +Info 3591 [16:01:28.639] getCompletionData: Get current token: 0.0038099996745586395 +Info 3592 [16:01:28.639] getCompletionData: Is inside comment: 0.013560999184846878 +Info 3593 [16:01:28.639] getCompletionData: Get previous token: 0.017297999933362007 +Info 3594 [16:01:28.639] getCompletionsAtPosition: isCompletionListBlocker: 0.0029939990490674973 +Info 3595 [16:01:28.639] getExportInfoMap: cache hit +Info 3596 [16:01:28.646] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 3597 [16:01:28.646] collectAutoImports: response is complete +Info 3598 [16:01:28.646] collectAutoImports: 6.633475000038743 +Info 3599 [16:01:28.646] getCompletionData: Semantic work: 7.270216999575496 +Info 3600 [16:01:28.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1242219991981983 +Info 3601 [16:01:28.651] Format host information updated +Info 3602 [16:01:28.779] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3603 [16:01:28.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 6.960930999368429ms +Info 3604 [16:01:28.786] Different program with same set of files +Info 3605 [16:01:28.786] getCompletionData: Get current token: 0.0034839995205402374 +Info 3606 [16:01:28.786] getCompletionData: Is inside comment: 0.012775000184774399 +Info 3607 [16:01:28.786] getCompletionData: Get previous token: 0.018153000622987747 +Info 3608 [16:01:28.786] getCompletionsAtPosition: isCompletionListBlocker: 0.0025949999690055847 +Info 3609 [16:01:28.786] getExportInfoMap: cache hit +Info 3610 [16:01:28.791] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 3611 [16:01:28.791] collectAutoImports: response is complete +Info 3612 [16:01:28.791] collectAutoImports: 4.1757349986582994 +Info 3613 [16:01:28.791] getCompletionData: Semantic work: 4.733771000057459 +Info 3614 [16:01:28.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9748589992523193 +Info 3615 [16:01:28.796] Format host information updated +Info 3616 [16:01:28.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3617 [16:01:28.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 10.3946139998734ms +Info 3618 [16:01:28.953] Different program with same set of files +Info 3619 [16:01:28.953] getCompletionData: Get current token: 0.005295999348163605 +Info 3620 [16:01:28.953] getCompletionData: Is inside comment: 0.016986999660730362 +Info 3621 [16:01:28.953] getCompletionData: Get previous token: 0.02103399857878685 +Info 3622 [16:01:28.953] getCompletionsAtPosition: isCompletionListBlocker: 0.003046000376343727 +Info 3623 [16:01:28.954] getExportInfoMap: cache hit +Info 3624 [16:01:28.958] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 3625 [16:01:28.958] collectAutoImports: response is complete +Info 3626 [16:01:28.958] collectAutoImports: 3.5341840013861656 +Info 3627 [16:01:28.958] getCompletionData: Semantic work: 4.272691000252962 +Info 3628 [16:01:28.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9173790011554956 +Info 3629 [16:01:28.962] Format host information updated +Info 3630 [16:01:29.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3631 [16:01:29.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 18.154048001393676ms +Info 3632 [16:01:29.063] Different program with same set of files +Info 3633 [16:01:29.063] getCompletionData: Get current token: 0.010023999959230423 +Info 3634 [16:01:29.063] getCompletionData: Is inside comment: 0.03718000091612339 +Info 3635 [16:01:29.063] getCompletionData: Get previous token: 0.04286699928343296 +Info 3636 [16:01:29.064] getCompletionsAtPosition: isCompletionListBlocker: 0.0053660012781620026 +Info 3637 [16:01:29.065] getExportInfoMap: cache hit +Info 3638 [16:01:29.071] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 3639 [16:01:29.071] collectAutoImports: response is complete +Info 3640 [16:01:29.071] collectAutoImports: 6.078928999602795 +Info 3641 [16:01:29.071] getCompletionData: Semantic work: 7.348787000402808 +Info 3642 [16:01:29.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.432260999456048 +Info 3643 [16:01:29.081] Format host information updated +Info 3644 [16:01:29.118] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3645 [16:01:29.127] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 8.628201000392437ms +Info 3646 [16:01:29.127] Different program with same set of files +Info 3647 [16:01:29.127] getCompletionData: Get current token: 0.004780000075697899 +Info 3648 [16:01:29.127] getCompletionData: Is inside comment: 0.015108000487089157 +Info 3649 [16:01:29.127] getCompletionData: Get previous token: 0.018830999732017517 +Info 3650 [16:01:29.127] getCompletionsAtPosition: isCompletionListBlocker: 0.002875000238418579 +Info 3651 [16:01:29.127] getExportInfoMap: cache hit +Info 3652 [16:01:29.146] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3653 [16:01:29.146] collectAutoImports: response is complete +Info 3654 [16:01:29.146] collectAutoImports: 18.818187000229955 +Info 3655 [16:01:29.146] getCompletionData: Semantic work: 19.41708800010383 +Info 3656 [16:01:29.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.053132999688387 +Info 3657 [16:01:29.156] Format host information updated +Info 3658 [16:01:37.759] getCompletionData: Get current token: 0.003386000171303749 +Info 3659 [16:01:37.759] getCompletionData: Is inside comment: 0.009715000167489052 +Info 3660 [16:01:37.759] getCompletionData: Get previous token: 0.006391000002622604 +Info 3661 [16:01:37.759] getCompletionsAtPosition: isCompletionListBlocker: 0.028994999825954437 +Info 3662 [16:01:37.760] getExportInfoMap: cache hit +Info 3663 [16:01:37.768] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3664 [16:01:37.768] collectAutoImports: response is complete +Info 3665 [16:01:37.768] collectAutoImports: 8.48742499947548 +Info 3666 [16:01:37.768] getCompletionData: Semantic work: 9.008607000112534 +Info 3667 [16:01:37.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8709510006010532 +Info 3668 [16:01:38.044] Format host information updated +Info 3669 [16:01:38.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3670 [16:01:38.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 6.785834001377225ms +Info 3671 [16:01:38.051] Different program with same set of files +Info 3672 [16:01:38.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3673 [16:01:38.135] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 7.184965999796987ms +Info 3674 [16:01:38.135] Different program with same set of files +Info 3675 [16:01:38.135] getCompletionData: Get current token: 0.0028280001133680344 +Info 3676 [16:01:38.135] getCompletionData: Is inside comment: 0.010696999728679657 +Info 3677 [16:01:38.135] getCompletionData: Get previous token: 0.00658000074326992 +Info 3678 [16:01:38.135] getCompletionsAtPosition: isCompletionListBlocker: 0.007973998785018921 +Info 3679 [16:01:38.135] getExportInfoMap: cache hit +Info 3680 [16:01:38.148] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3681 [16:01:38.148] collectAutoImports: response is complete +Info 3682 [16:01:38.148] collectAutoImports: 12.972449999302626 +Info 3683 [16:01:38.148] getCompletionData: Semantic work: 13.466070000082254 +Info 3684 [16:01:38.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.108899999409914 +Info 3685 [16:01:38.157] Format host information updated +Info 3686 [16:01:38.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3687 [16:01:38.319] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 6.817632999271154ms +Info 3688 [16:01:38.319] Different program with same set of files +Info 3689 [16:01:38.319] getCompletionData: Get current token: 0.0030969996005296707 +Info 3690 [16:01:38.319] getCompletionData: Is inside comment: 0.010424001142382622 +Info 3691 [16:01:38.319] getCompletionData: Get previous token: 0.006462998688220978 +Info 3692 [16:01:38.319] getCompletionsAtPosition: isCompletionListBlocker: 0.00810600072145462 +Info 3693 [16:01:38.320] getExportInfoMap: cache hit +Info 3694 [16:01:38.333] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3695 [16:01:38.333] collectAutoImports: response is complete +Info 3696 [16:01:38.333] collectAutoImports: 13.369289999827743 +Info 3697 [16:01:38.333] getCompletionData: Semantic work: 14.132028998807073 +Info 3698 [16:01:38.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.46841000020504 +Info 3699 [16:01:38.342] Format host information updated +Info 3700 [16:01:38.449] Format host information updated +Info 3701 [16:01:38.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3702 [16:01:38.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 31.862104998901486ms +Info 3703 [16:01:38.481] Different program with same set of files +Info 3704 [16:01:41.184] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3705 [16:01:41.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 6.651975998654962ms +Info 3706 [16:01:41.191] Different program with same set of files +Info 3707 [16:01:41.191] getCompletionData: Get current token: 0.0031759999692440033 +Info 3708 [16:01:41.191] getCompletionData: Is inside comment: 0.010107999667525291 +Info 3709 [16:01:41.191] getCompletionData: Get previous token: 0.006777999922633171 +Info 3710 [16:01:41.191] getCompletionsAtPosition: isCompletionListBlocker: 0.006581000983715057 +Info 3711 [16:01:41.192] getExportInfoMap: cache hit +Info 3712 [16:01:41.204] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3713 [16:01:41.204] collectAutoImports: response is complete +Info 3714 [16:01:41.204] collectAutoImports: 12.192949999123812 +Info 3715 [16:01:41.204] getCompletionData: Semantic work: 12.61353100091219 +Info 3716 [16:01:41.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.47218699939549 +Info 3717 [16:01:41.212] Format host information updated +Info 3718 [16:01:42.105] getCompletionData: Get current token: 0.003240000456571579 +Info 3719 [16:01:42.105] getCompletionData: Is inside comment: 0.010160000994801521 +Info 3720 [16:01:42.105] getCompletionData: Get previous token: 0.0069080013781785965 +Info 3721 [16:01:42.105] getCompletionsAtPosition: isCompletionListBlocker: 0.002067999914288521 +Info 3722 [16:01:42.105] Returning an empty list because completion was requested in an invalid position. +Info 3723 [16:01:42.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3724 [16:01:42.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 7.836439000442624ms +Info 3725 [16:01:42.329] Different program with same set of files +Info 3726 [16:01:42.329] getCompletionData: Get current token: 0.0035110004246234894 +Info 3727 [16:01:42.329] getCompletionData: Is inside comment: 0.011675998568534851 +Info 3728 [16:01:42.329] getCompletionData: Get previous token: 0.01431799866259098 +Info 3729 [16:01:42.329] getCompletionsAtPosition: isCompletionListBlocker: 0.0019739996641874313 +Info 3730 [16:01:42.329] Returning an empty list because completion was requested in an invalid position. +Info 3731 [16:01:42.330] Format host information updated +Info 3732 [16:01:43.613] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3733 [16:01:43.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 7.272405998781323ms +Info 3734 [16:01:43.620] Different program with same set of files +Info 3735 [16:01:43.620] getCompletionData: Get current token: 0.0038280002772808075 +Info 3736 [16:01:43.620] getCompletionData: Is inside comment: 0.01112300157546997 +Info 3737 [16:01:43.620] getCompletionData: Get previous token: 0.013612000271677971 +Info 3738 [16:01:43.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0017520003020763397 +Info 3739 [16:01:43.620] Returning an empty list because completion was requested in an invalid position. +Info 3740 [16:01:43.621] Format host information updated +Info 3741 [16:01:43.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3742 [16:01:43.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 7.097676999866962ms +Info 3743 [16:01:43.899] Different program with same set of files +Info 3744 [16:01:43.899] getCompletionData: Get current token: 0.0033169984817504883 +Info 3745 [16:01:43.899] getCompletionData: Is inside comment: 0.012248000130057335 +Info 3746 [16:01:43.899] getCompletionData: Get previous token: 0.008334999904036522 +Info 3747 [16:01:43.899] getCompletionsAtPosition: isCompletionListBlocker: 0.002088000997900963 +Info 3748 [16:01:43.900] getExportInfoMap: cache hit +Info 3749 [16:01:43.916] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3750 [16:01:43.917] collectAutoImports: response is complete +Info 3751 [16:01:43.917] collectAutoImports: 16.390867000445724 +Info 3752 [16:01:43.917] getCompletionData: Semantic work: 17.113846998661757 +Info 3753 [16:01:43.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.332637000828981 +Info 3754 [16:01:43.929] Format host information updated +Info 3755 [16:01:44.039] Format host information updated +Info 3756 [16:01:44.039] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3757 [16:01:44.047] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 7.857572998851538ms +Info 3758 [16:01:44.047] Different program with same set of files +Info 3759 [16:02:03.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3760 [16:02:03.253] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 6.857790999114513ms +Info 3761 [16:02:03.253] Different program with same set of files +Info 3762 [16:02:03.254] getCompletionData: Get current token: 0.007005000486969948 +Info 3763 [16:02:03.254] getCompletionData: Is inside comment: 0.015845000743865967 +Info 3764 [16:02:03.254] getCompletionData: Get previous token: 0.010096000507473946 +Info 3765 [16:02:03.254] getCompletionsAtPosition: isCompletionListBlocker: 0.0029990002512931824 +Info 3766 [16:02:03.254] Returning an empty list because completion was requested in an invalid position. +Info 3767 [16:02:03.254] Format host information updated +Info 3768 [16:02:03.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3769 [16:02:03.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 14.344027999788523ms +Info 3770 [16:02:03.428] Different program with same set of files +Info 3771 [16:02:03.428] getCompletionData: Get current token: 0.004744000732898712 +Info 3772 [16:02:03.428] getCompletionData: Is inside comment: 0.015216998755931854 +Info 3773 [16:02:03.428] getCompletionData: Get previous token: 0.009736999869346619 +Info 3774 [16:02:03.428] getCompletionsAtPosition: isCompletionListBlocker: 0.019771000370383263 +Info 3775 [16:02:03.429] getExportInfoMap: cache hit +Info 3776 [16:02:03.444] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3777 [16:02:03.444] collectAutoImports: response is complete +Info 3778 [16:02:03.444] collectAutoImports: 15.807593001052737 +Info 3779 [16:02:03.444] getCompletionData: Semantic work: 16.42050199955702 +Info 3780 [16:02:03.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.638830000534654 +Info 3781 [16:02:03.454] Format host information updated +Info 3782 [16:02:03.893] getCompletionData: Get current token: 0.008579999208450317 +Info 3783 [16:02:03.893] getCompletionData: Is inside comment: 0.030691999942064285 +Info 3784 [16:02:03.893] getCompletionData: Get previous token: 0.010057998821139336 +Info 3785 [16:02:03.893] getCompletionsAtPosition: isCompletionListBlocker: 0.003901999443769455 +Info 3786 [16:02:03.893] Returning an empty list because completion was requested in an invalid position. +Info 3787 [16:02:04.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3788 [16:02:04.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 9.00734099932015ms +Info 3789 [16:02:04.110] Different program with same set of files +Info 3790 [16:02:04.110] getCompletionData: Get current token: 0.005975998938083649 +Info 3791 [16:02:04.110] getCompletionData: Is inside comment: 0.014086998999118805 +Info 3792 [16:02:04.110] getCompletionData: Get previous token: 0.00948300026357174 +Info 3793 [16:02:04.110] getCompletionsAtPosition: isCompletionListBlocker: 0.004605000838637352 +Info 3794 [16:02:04.110] Returning an empty list because completion was requested in an invalid position. +Info 3795 [16:02:04.114] Format host information updated +Info 3796 [16:02:04.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3797 [16:02:04.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 7.273575998842716ms +Info 3798 [16:02:04.272] Different program with same set of files +Info 3799 [16:02:04.273] getCompletionData: Get current token: 0.00572500005364418 +Info 3800 [16:02:04.273] getCompletionData: Is inside comment: 0.015838999301195145 +Info 3801 [16:02:04.273] getCompletionData: Get previous token: 0.011378999799489975 +Info 3802 [16:02:04.273] getCompletionsAtPosition: isCompletionListBlocker: 0.0012159999459981918 +Info 3803 [16:02:04.273] Returning an empty list because completion was requested in an invalid position. +Info 3804 [16:02:04.273] Format host information updated +Info 3805 [16:02:04.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3806 [16:02:04.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 11.846162000671029ms +Info 3807 [16:02:04.358] Different program with same set of files +Info 3808 [16:02:04.358] getCompletionData: Get current token: 0.00522099994122982 +Info 3809 [16:02:04.358] getCompletionData: Is inside comment: 0.0128370001912117 +Info 3810 [16:02:04.358] getCompletionData: Get previous token: 0.010110000148415565 +Info 3811 [16:02:04.358] getCompletionsAtPosition: isCompletionListBlocker: 0.0011879988014698029 +Info 3812 [16:02:04.358] Returning an empty list because completion was requested in an invalid position. +Info 3813 [16:02:04.362] Format host information updated +Info 3814 [16:02:04.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3815 [16:02:04.522] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 6.448210999369621ms +Info 3816 [16:02:04.522] Different program with same set of files +Info 3817 [16:02:04.522] getCompletionData: Get current token: 0.00559299997985363 +Info 3818 [16:02:04.522] getCompletionData: Is inside comment: 0.013900000602006912 +Info 3819 [16:02:04.523] getCompletionData: Get previous token: 0.010121999308466911 +Info 3820 [16:02:04.523] getCompletionsAtPosition: isCompletionListBlocker: 0.0009000003337860107 +Info 3821 [16:02:04.523] Returning an empty list because completion was requested in an invalid position. +Info 3822 [16:02:04.523] Format host information updated +Info 3823 [16:02:04.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3824 [16:02:04.637] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 6.18317199870944ms +Info 3825 [16:02:04.637] Different program with same set of files +Info 3826 [16:02:04.637] getCompletionData: Get current token: 0.005829000845551491 +Info 3827 [16:02:04.637] getCompletionData: Is inside comment: 0.013972999528050423 +Info 3828 [16:02:04.638] getCompletionData: Get previous token: 0.009429000318050385 +Info 3829 [16:02:04.638] getCompletionsAtPosition: isCompletionListBlocker: 0.0009930003434419632 +Info 3830 [16:02:04.638] Returning an empty list because completion was requested in an invalid position. +Info 3831 [16:02:04.640] Format host information updated +Info 3832 [16:02:04.729] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3833 [16:02:04.755] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 25.62598199956119ms +Info 3834 [16:02:04.755] Different program with same set of files +Info 3835 [16:02:04.756] getCompletionData: Get current token: 0.026882000267505646 +Info 3836 [16:02:04.756] getCompletionData: Is inside comment: 0.06429599970579147 +Info 3837 [16:02:04.756] getCompletionData: Get previous token: 0.0439509991556406 +Info 3838 [16:02:04.756] getCompletionsAtPosition: isCompletionListBlocker: 0.003340998664498329 +Info 3839 [16:02:04.756] Returning an empty list because completion was requested in an invalid position. +Info 3840 [16:02:04.757] Format host information updated +Info 3841 [16:02:05.055] getCompletionData: Get current token: 0.007061999291181564 +Info 3842 [16:02:05.055] getCompletionData: Is inside comment: 0.02178799919784069 +Info 3843 [16:02:05.055] getCompletionData: Get previous token: 0.01546500064432621 +Info 3844 [16:02:05.055] getCompletionsAtPosition: isCompletionListBlocker: 0.023454001173377037 +Info 3845 [16:02:05.056] getExportInfoMap: cache hit +Info 3846 [16:02:05.084] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3847 [16:02:05.084] collectAutoImports: response is complete +Info 3848 [16:02:05.084] collectAutoImports: 28.730536999180913 +Info 3849 [16:02:05.084] getCompletionData: Semantic work: 29.517638999968767 +Info 3850 [16:02:05.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.309513999149203 +Info 3851 [16:02:05.188] Format host information updated +Info 3852 [16:02:05.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3853 [16:02:05.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 7.42573800124228ms +Info 3854 [16:02:05.196] Different program with same set of files +Info 3855 [16:02:05.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3856 [16:02:05.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 24.295214001089334ms +Info 3857 [16:02:05.357] Different program with same set of files +Info 3858 [16:02:05.358] getCompletionData: Get current token: 0.008832000195980072 +Info 3859 [16:02:05.358] getCompletionData: Is inside comment: 0.033632999286055565 +Info 3860 [16:02:05.358] getCompletionData: Get previous token: 0.021772000938653946 +Info 3861 [16:02:05.358] getCompletionsAtPosition: isCompletionListBlocker: 0.014909999445080757 +Info 3862 [16:02:05.359] getExportInfoMap: cache hit +Info 3863 [16:02:05.378] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3864 [16:02:05.378] collectAutoImports: response is complete +Info 3865 [16:02:05.378] collectAutoImports: 18.576860999688506 +Info 3866 [16:02:05.378] getCompletionData: Semantic work: 19.778126001358032 +Info 3867 [16:02:05.384] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.771968999877572 +Info 3868 [16:02:05.388] Format host information updated +Info 3869 [16:02:05.396] Format host information updated +Info 3870 [16:02:05.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3871 [16:02:05.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 6.327978000044823ms +Info 3872 [16:02:05.403] Different program with same set of files +Info 3873 [16:02:05.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3874 [16:02:05.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 7.153862999752164ms +Info 3875 [16:02:05.710] Different program with same set of files +Info 3876 [16:02:05.710] getCompletionData: Get current token: 0.005382999777793884 +Info 3877 [16:02:05.710] getCompletionData: Is inside comment: 0.014020999893546104 +Info 3878 [16:02:05.710] getCompletionData: Get previous token: 0.009631998836994171 +Info 3879 [16:02:05.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0007240008562803268 +Info 3880 [16:02:05.710] Returning an empty list because completion was requested in an invalid position. +Info 3881 [16:02:05.711] Format host information updated +Info 3882 [16:02:05.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3883 [16:02:05.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 6.499060999602079ms +Info 3884 [16:02:05.862] Different program with same set of files +Info 3885 [16:02:05.862] getCompletionData: Get current token: 0.0036960002034902573 +Info 3886 [16:02:05.862] getCompletionData: Is inside comment: 0.012539999559521675 +Info 3887 [16:02:05.862] getCompletionData: Get previous token: 0.009362000972032547 +Info 3888 [16:02:05.862] getCompletionsAtPosition: isCompletionListBlocker: 0.007450999692082405 +Info 3889 [16:02:05.863] getExportInfoMap: cache hit +Info 3890 [16:02:05.875] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3891 [16:02:05.875] collectAutoImports: response is complete +Info 3892 [16:02:05.875] collectAutoImports: 11.980070000514388 +Info 3893 [16:02:05.875] getCompletionData: Semantic work: 12.490467999130487 +Info 3894 [16:02:05.880] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.76074100099504 +Info 3895 [16:02:05.884] Format host information updated +Info 3896 [16:02:06.144] getCompletionData: Get current token: 0.00674000009894371 +Info 3897 [16:02:06.144] getCompletionData: Is inside comment: 0.01641399972140789 +Info 3898 [16:02:06.144] getCompletionData: Get previous token: 0.0110470000654459 +Info 3899 [16:02:06.144] getCompletionsAtPosition: isCompletionListBlocker: 0.000824999064207077 +Info 3900 [16:02:06.144] Returning an empty list because completion was requested in an invalid position. +Info 3901 [16:02:06.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3902 [16:02:06.283] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 7.158188000321388ms +Info 3903 [16:02:06.283] Different program with same set of files +Info 3904 [16:02:06.283] getCompletionData: Get current token: 0.006833000108599663 +Info 3905 [16:02:06.283] getCompletionData: Is inside comment: 0.01591300033032894 +Info 3906 [16:02:06.283] getCompletionData: Get previous token: 0.011319000273942947 +Info 3907 [16:02:06.283] getCompletionsAtPosition: isCompletionListBlocker: 0.0009249988943338394 +Info 3908 [16:02:06.283] Returning an empty list because completion was requested in an invalid position. +Info 3909 [16:02:06.283] Format host information updated +Info 3910 [16:02:06.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3911 [16:02:06.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 6.857215000316501ms +Info 3912 [16:02:06.467] Different program with same set of files +Info 3913 [16:02:06.467] getCompletionData: Get current token: 0.006217999383807182 +Info 3914 [16:02:06.467] getCompletionData: Is inside comment: 0.017711998894810677 +Info 3915 [16:02:06.467] getCompletionData: Get previous token: 0.012616001069545746 +Info 3916 [16:02:06.467] getCompletionsAtPosition: isCompletionListBlocker: 0.0008959993720054626 +Info 3917 [16:02:06.467] Returning an empty list because completion was requested in an invalid position. +Info 3918 [16:02:06.471] Format host information updated +Info 3919 [16:02:06.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3920 [16:02:06.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 7.056088000535965ms +Info 3921 [16:02:06.558] Different program with same set of files +Info 3922 [16:02:06.559] getCompletionData: Get current token: 0.006900999695062637 +Info 3923 [16:02:06.559] getCompletionData: Is inside comment: 0.018854999914765358 +Info 3924 [16:02:06.559] getCompletionData: Get previous token: 0.01355700008571148 +Info 3925 [16:02:06.559] getCompletionsAtPosition: isCompletionListBlocker: 0.0009100008755922318 +Info 3926 [16:02:06.559] Returning an empty list because completion was requested in an invalid position. +Info 3927 [16:02:06.559] Format host information updated +Info 3928 [16:02:06.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3929 [16:02:06.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 6.298678999766707ms +Info 3930 [16:02:06.833] Different program with same set of files +Info 3931 [16:02:06.834] getCompletionData: Get current token: 0.004994001239538193 +Info 3932 [16:02:06.834] getCompletionData: Is inside comment: 0.015769001096487045 +Info 3933 [16:02:06.834] getCompletionData: Get previous token: 0.010005999356508255 +Info 3934 [16:02:06.834] getCompletionsAtPosition: isCompletionListBlocker: 0.0008290000259876251 +Info 3935 [16:02:06.834] Returning an empty list because completion was requested in an invalid position. +Info 3936 [16:02:06.837] Format host information updated +Info 3937 [16:02:06.878] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3938 [16:02:06.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 6.688433000817895ms +Info 3939 [16:02:06.884] Different program with same set of files +Info 3940 [16:02:06.884] getCompletionData: Get current token: 0.0055129993706941605 +Info 3941 [16:02:06.885] getCompletionData: Is inside comment: 0.014816999435424805 +Info 3942 [16:02:06.885] getCompletionData: Get previous token: 0.011615999042987823 +Info 3943 [16:02:06.885] getCompletionsAtPosition: isCompletionListBlocker: 0.0008500013500452042 +Info 3944 [16:02:06.885] Returning an empty list because completion was requested in an invalid position. +Info 3945 [16:02:06.885] Format host information updated +Info 3946 [16:02:07.174] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3947 [16:02:07.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 6.1450530011206865ms +Info 3948 [16:02:07.180] Different program with same set of files +Info 3949 [16:02:07.180] getCompletionData: Get current token: 0.006253000348806381 +Info 3950 [16:02:07.180] getCompletionData: Is inside comment: 0.014931999146938324 +Info 3951 [16:02:07.180] getCompletionData: Get previous token: 0.01028599962592125 +Info 3952 [16:02:07.180] getCompletionsAtPosition: isCompletionListBlocker: 0.0007980000227689743 +Info 3953 [16:02:07.180] Returning an empty list because completion was requested in an invalid position. +Info 3954 [16:02:07.184] Format host information updated +Info 3955 [16:02:07.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3956 [16:02:07.415] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 10.355836000293493ms +Info 3957 [16:02:07.415] Different program with same set of files +Info 3958 [16:02:07.415] getCompletionData: Get current token: 0.005835000425577164 +Info 3959 [16:02:07.415] getCompletionData: Is inside comment: 0.014487000182271004 +Info 3960 [16:02:07.415] getCompletionData: Get previous token: 0.010685998946428299 +Info 3961 [16:02:07.415] getCompletionsAtPosition: isCompletionListBlocker: 0.0007729995995759964 +Info 3962 [16:02:07.415] Returning an empty list because completion was requested in an invalid position. +Info 3963 [16:02:07.415] Format host information updated +Info 3964 [16:02:07.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3965 [16:02:07.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 6.085613999515772ms +Info 3966 [16:02:07.424] Different program with same set of files +Info 3967 [16:02:07.425] getCompletionData: Get current token: 0.005727000534534454 +Info 3968 [16:02:07.425] getCompletionData: Is inside comment: 0.01545799896121025 +Info 3969 [16:02:07.425] getCompletionData: Get previous token: 0.010877000167965889 +Info 3970 [16:02:07.425] getCompletionsAtPosition: isCompletionListBlocker: 0.0007729995995759964 +Info 3971 [16:02:07.425] Returning an empty list because completion was requested in an invalid position. +Info 3972 [16:02:07.428] Format host information updated +Info 3973 [16:02:07.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3974 [16:02:07.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 8.519078999757767ms +Info 3975 [16:02:07.492] Different program with same set of files +Info 3976 [16:02:07.492] getCompletionData: Get current token: 0.009378999471664429 +Info 3977 [16:02:07.492] getCompletionData: Is inside comment: 0.02362699992954731 +Info 3978 [16:02:07.492] getCompletionData: Get previous token: 0.017304999753832817 +Info 3979 [16:02:07.492] getCompletionsAtPosition: isCompletionListBlocker: 0.0010779984295368195 +Info 3980 [16:02:07.492] Returning an empty list because completion was requested in an invalid position. +Info 3981 [16:02:07.492] Format host information updated +Info 3982 [16:02:07.685] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3983 [16:02:07.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 16.66519599966705ms +Info 3984 [16:02:07.701] Different program with same set of files +Info 3985 [16:02:07.702] getCompletionData: Get current token: 0.018880000337958336 +Info 3986 [16:02:07.702] getCompletionData: Is inside comment: 0.04925199970602989 +Info 3987 [16:02:07.702] getCompletionData: Get previous token: 0.035081999376416206 +Info 3988 [16:02:07.702] getCompletionsAtPosition: isCompletionListBlocker: 0.002197999507188797 +Info 3989 [16:02:07.702] Returning an empty list because completion was requested in an invalid position. +Info 3990 [16:02:07.708] Format host information updated +Info 3991 [16:02:07.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3992 [16:02:08.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 12.060196999460459ms +Info 3993 [16:02:08.008] Different program with same set of files +Info 3994 [16:02:08.008] getCompletionData: Get current token: 0.0066919997334480286 +Info 3995 [16:02:08.008] getCompletionData: Is inside comment: 0.01656699925661087 +Info 3996 [16:02:08.009] getCompletionData: Get previous token: 0.011579999700188637 +Info 3997 [16:02:08.009] getCompletionsAtPosition: isCompletionListBlocker: 0.0012589991092681885 +Info 3998 [16:02:08.009] Returning an empty list because completion was requested in an invalid position. +Info 3999 [16:02:08.009] Format host information updated +Info 4000 [16:02:08.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4001 [16:02:08.030] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 13.275294000282884ms +Info 4002 [16:02:08.030] Different program with same set of files +Info 4003 [16:02:08.031] getCompletionData: Get current token: 0.005621999502182007 +Info 4004 [16:02:08.031] getCompletionData: Is inside comment: 0.016357000917196274 +Info 4005 [16:02:08.031] getCompletionData: Get previous token: 0.011451000347733498 +Info 4006 [16:02:08.031] getCompletionsAtPosition: isCompletionListBlocker: 0.0009160004556179047 +Info 4007 [16:02:08.031] Returning an empty list because completion was requested in an invalid position. +Info 4008 [16:02:08.035] Format host information updated +Info 4009 [16:02:08.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4010 [16:02:08.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 7.290396999567747ms +Info 4011 [16:02:08.093] Different program with same set of files +Info 4012 [16:02:08.093] getCompletionData: Get current token: 0.00697300024330616 +Info 4013 [16:02:08.093] getCompletionData: Is inside comment: 0.015917999669909477 +Info 4014 [16:02:08.093] getCompletionData: Get previous token: 0.010877000167965889 +Info 4015 [16:02:08.093] getCompletionsAtPosition: isCompletionListBlocker: 0.0007970016449689865 +Info 4016 [16:02:08.093] Returning an empty list because completion was requested in an invalid position. +Info 4017 [16:02:08.093] Format host information updated +Info 4018 [16:02:08.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4019 [16:02:08.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 6.813037998974323ms +Info 4020 [16:02:08.152] Different program with same set of files +Info 4021 [16:02:08.152] getCompletionData: Get current token: 0.005952000617980957 +Info 4022 [16:02:08.152] getCompletionData: Is inside comment: 0.015290001407265663 +Info 4023 [16:02:08.152] getCompletionData: Get previous token: 0.010812999680638313 +Info 4024 [16:02:08.152] getCompletionsAtPosition: isCompletionListBlocker: 0.0008990000933408737 +Info 4025 [16:02:08.152] Returning an empty list because completion was requested in an invalid position. +Info 4026 [16:02:08.152] Format host information updated +Info 4027 [16:02:08.491] getCompletionData: Get current token: 0.008709000423550606 +Info 4028 [16:02:08.491] getCompletionData: Is inside comment: 0.029397999867796898 +Info 4029 [16:02:08.491] getCompletionData: Get previous token: 0.02009900100529194 +Info 4030 [16:02:08.491] getCompletionsAtPosition: isCompletionListBlocker: 0.016970999538898468 +Info 4031 [16:02:08.492] getExportInfoMap: cache hit +Info 4032 [16:02:08.532] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4033 [16:02:08.532] collectAutoImports: response is complete +Info 4034 [16:02:08.532] collectAutoImports: 40.0666549988091 +Info 4035 [16:02:08.532] getCompletionData: Semantic work: 41.358915001153946 +Info 4036 [16:02:08.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.0120030008256435 +Info 4037 [16:02:08.601] Format host information updated +Info 4038 [16:02:08.601] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4039 [16:02:08.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 6.5669369995594025ms +Info 4040 [16:02:08.608] Different program with same set of files +Info 4041 [16:02:08.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4042 [16:02:08.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 17.65073800086975ms +Info 4043 [16:02:08.815] Different program with same set of files +Info 4044 [16:02:08.815] getCompletionData: Get current token: 0.007334999740123749 +Info 4045 [16:02:08.815] getCompletionData: Is inside comment: 0.027069000527262688 +Info 4046 [16:02:08.815] getCompletionData: Get previous token: 0.018427999690175056 +Info 4047 [16:02:08.815] getCompletionsAtPosition: isCompletionListBlocker: 0.01348399929702282 +Info 4048 [16:02:08.816] getExportInfoMap: cache hit +Info 4049 [16:02:08.832] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4050 [16:02:08.832] collectAutoImports: response is complete +Info 4051 [16:02:08.832] collectAutoImports: 16.156905001029372 +Info 4052 [16:02:08.832] getCompletionData: Semantic work: 17.227900000289083 +Info 4053 [16:02:08.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.109916999936104 +Info 4054 [16:02:08.847] Format host information updated +Info 4055 [16:02:08.885] Format host information updated +Info 4056 [16:02:08.885] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4057 [16:02:08.891] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 6.337225999683142ms +Info 4058 [16:02:08.891] Different program with same set of files +Info 4059 [16:02:09.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4060 [16:02:09.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 6.843064000830054ms +Info 4061 [16:02:09.695] Different program with same set of files +Info 4062 [16:02:09.695] getCompletionData: Get current token: 0.003926999866962433 +Info 4063 [16:02:09.695] getCompletionData: Is inside comment: 0.01366099901497364 +Info 4064 [16:02:09.695] getCompletionData: Get previous token: 0.018027998507022858 +Info 4065 [16:02:09.695] getCompletionsAtPosition: isCompletionListBlocker: 0.008546000346541405 +Info 4066 [16:02:09.696] getExportInfoMap: cache hit +Info 4067 [16:02:09.699] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 4068 [16:02:09.699] collectAutoImports: response is complete +Info 4069 [16:02:09.699] collectAutoImports: 2.688461998477578 +Info 4070 [16:02:09.699] getCompletionData: Semantic work: 3.342933000996709 +Info 4071 [16:02:09.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.933024000376463 +Info 4072 [16:02:09.706] Format host information updated +Info 4073 [16:02:09.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4074 [16:02:09.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 6.4564580004662275ms +Info 4075 [16:02:09.855] Different program with same set of files +Info 4076 [16:02:09.855] getCompletionData: Get current token: 0.003967000171542168 +Info 4077 [16:02:09.855] getCompletionData: Is inside comment: 0.012793999165296555 +Info 4078 [16:02:09.855] getCompletionData: Get previous token: 0.016598999500274658 +Info 4079 [16:02:09.855] getCompletionsAtPosition: isCompletionListBlocker: 0.008192000910639763 +Info 4080 [16:02:09.856] getExportInfoMap: cache hit +Info 4081 [16:02:09.858] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 4082 [16:02:09.858] collectAutoImports: response is complete +Info 4083 [16:02:09.858] collectAutoImports: 2.385172000154853 +Info 4084 [16:02:09.858] getCompletionData: Semantic work: 2.9803959988057613 +Info 4085 [16:02:09.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.138868000358343 +Info 4086 [16:02:09.861] Format host information updated +Info 4087 [16:02:09.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4088 [16:02:09.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 27.471979001536965ms +Info 4089 [16:02:09.973] Different program with same set of files +Info 4090 [16:02:09.973] getCompletionData: Get current token: 0.010097000747919083 +Info 4091 [16:02:09.973] getCompletionData: Is inside comment: 0.03150700032711029 +Info 4092 [16:02:09.973] getCompletionData: Get previous token: 0.03769499994814396 +Info 4093 [16:02:09.974] getCompletionsAtPosition: isCompletionListBlocker: 0.015912000089883804 +Info 4094 [16:02:09.975] getExportInfoMap: cache hit +Info 4095 [16:02:09.978] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 4096 [16:02:09.978] collectAutoImports: response is complete +Info 4097 [16:02:09.978] collectAutoImports: 3.248786000534892 +Info 4098 [16:02:09.978] getCompletionData: Semantic work: 4.462720999494195 +Info 4099 [16:02:09.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.354993000626564 +Info 4100 [16:02:09.987] Format host information updated +Info 4101 [16:02:10.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4102 [16:02:10.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 7.622356001287699ms +Info 4103 [16:02:10.053] Different program with same set of files +Info 4104 [16:02:10.053] getCompletionData: Get current token: 0.005444999784231186 +Info 4105 [16:02:10.053] getCompletionData: Is inside comment: 0.015397999435663223 +Info 4106 [16:02:10.053] getCompletionData: Get previous token: 0.019881999120116234 +Info 4107 [16:02:10.053] getCompletionsAtPosition: isCompletionListBlocker: 0.009274998679757118 +Info 4108 [16:02:10.054] getExportInfoMap: cache hit +Info 4109 [16:02:10.056] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4110 [16:02:10.056] collectAutoImports: response is complete +Info 4111 [16:02:10.056] collectAutoImports: 1.9489610008895397 +Info 4112 [16:02:10.056] getCompletionData: Semantic work: 2.5820039995014668 +Info 4113 [16:02:10.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.29818900115788 +Info 4114 [16:02:10.061] Format host information updated +Info 4115 [16:02:10.115] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4116 [16:02:10.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 15.729391001164913ms +Info 4117 [16:02:10.131] Different program with same set of files +Info 4118 [16:02:10.132] getCompletionData: Get current token: 0.010762998834252357 +Info 4119 [16:02:10.132] getCompletionData: Is inside comment: 0.03736899979412556 +Info 4120 [16:02:10.132] getCompletionData: Get previous token: 0.04528900049626827 +Info 4121 [16:02:10.132] getCompletionsAtPosition: isCompletionListBlocker: 0.017150001600384712 +Info 4122 [16:02:10.133] getExportInfoMap: cache hit +Info 4123 [16:02:10.137] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4124 [16:02:10.137] collectAutoImports: response is complete +Info 4125 [16:02:10.137] collectAutoImports: 4.072757000103593 +Info 4126 [16:02:10.137] getCompletionData: Semantic work: 5.403420999646187 +Info 4127 [16:02:10.141] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9802080001682043 +Info 4128 [16:02:10.143] Format host information updated +Info 4129 [16:02:10.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4130 [16:02:10.182] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 6.20508100092411ms +Info 4131 [16:02:10.182] Different program with same set of files +Info 4132 [16:02:10.182] getCompletionData: Get current token: 0.004016999155282974 +Info 4133 [16:02:10.182] getCompletionData: Is inside comment: 0.01139099895954132 +Info 4134 [16:02:10.182] getCompletionData: Get previous token: 0.014910001307725906 +Info 4135 [16:02:10.182] getCompletionsAtPosition: isCompletionListBlocker: 0.007255999371409416 +Info 4136 [16:02:10.182] getExportInfoMap: cache hit +Info 4137 [16:02:10.184] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4138 [16:02:10.184] collectAutoImports: response is complete +Info 4139 [16:02:10.184] collectAutoImports: 1.542704001069069 +Info 4140 [16:02:10.184] getCompletionData: Semantic work: 2.0246220007538795 +Info 4141 [16:02:10.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7490959987044334 +Info 4142 [16:02:10.188] Format host information updated +Info 4143 [16:02:10.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4144 [16:02:10.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 6.3991209995001554ms +Info 4145 [16:02:10.281] Different program with same set of files +Info 4146 [16:02:10.281] getCompletionData: Get current token: 0.0037949997931718826 +Info 4147 [16:02:10.281] getCompletionData: Is inside comment: 0.013047000393271446 +Info 4148 [16:02:10.281] getCompletionData: Get previous token: 0.017218999564647675 +Info 4149 [16:02:10.281] getCompletionsAtPosition: isCompletionListBlocker: 0.0074000004678964615 +Info 4150 [16:02:10.281] getExportInfoMap: cache hit +Info 4151 [16:02:10.283] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4152 [16:02:10.283] collectAutoImports: response is complete +Info 4153 [16:02:10.283] collectAutoImports: 1.5815609991550446 +Info 4154 [16:02:10.283] getCompletionData: Semantic work: 2.068980000913143 +Info 4155 [16:02:10.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9087990000844002 +Info 4156 [16:02:10.286] Format host information updated +Info 4157 [16:02:10.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4158 [16:02:10.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 8.996450999751687ms +Info 4159 [16:02:10.368] Different program with same set of files +Info 4160 [16:02:10.369] getCompletionData: Get current token: 0.005543999373912811 +Info 4161 [16:02:10.369] getCompletionData: Is inside comment: 0.013291999697685242 +Info 4162 [16:02:10.369] getCompletionData: Get previous token: 0.017854001373052597 +Info 4163 [16:02:10.369] getCompletionsAtPosition: isCompletionListBlocker: 0.008504001423716545 +Info 4164 [16:02:10.369] getExportInfoMap: cache hit +Info 4165 [16:02:10.371] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4166 [16:02:10.371] collectAutoImports: response is complete +Info 4167 [16:02:10.371] collectAutoImports: 1.7282790001481771 +Info 4168 [16:02:10.371] getCompletionData: Semantic work: 2.2687860000878572 +Info 4169 [16:02:10.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0733579993247986 +Info 4170 [16:02:10.374] Format host information updated +Info 4171 [16:02:10.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4172 [16:02:10.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 6.3252809997648ms +Info 4173 [16:02:10.449] Different program with same set of files +Info 4174 [16:02:10.449] getCompletionData: Get current token: 0.003957999870181084 +Info 4175 [16:02:10.449] getCompletionData: Is inside comment: 0.012213999405503273 +Info 4176 [16:02:10.449] getCompletionData: Get previous token: 0.016510000452399254 +Info 4177 [16:02:10.449] getCompletionsAtPosition: isCompletionListBlocker: 0.008167000487446785 +Info 4178 [16:02:10.450] getExportInfoMap: cache hit +Info 4179 [16:02:10.465] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4180 [16:02:10.465] collectAutoImports: response is complete +Info 4181 [16:02:10.465] collectAutoImports: 14.920498998835683 +Info 4182 [16:02:10.465] getCompletionData: Semantic work: 15.403627000749111 +Info 4183 [16:02:10.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.637663999572396 +Info 4184 [16:02:10.474] Format host information updated +Info 4185 [16:02:12.547] Format host information updated +Info 4186 [16:02:12.547] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4187 [16:02:12.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 6.485356999561191ms +Info 4188 [16:02:12.554] Different program with same set of files +Info 4189 [16:02:14.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4190 [16:02:14.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 11.388311000540853ms +Info 4191 [16:02:14.099] Different program with same set of files +Info 4192 [16:02:14.099] getCompletionData: Get current token: 0.0011289995163679123 +Info 4193 [16:02:14.100] getCompletionData: Is inside comment: 0.005104999989271164 +Info 4194 [16:02:14.100] getCompletionData: Get previous token: 0.00912100076675415 +Info 4195 [16:02:14.100] getCompletionsAtPosition: isCompletionListBlocker: 0.00840499997138977 +Info 4196 [16:02:14.100] getExportInfoMap: cache hit +Info 4197 [16:02:14.105] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 111 from cache +Info 4198 [16:02:14.105] collectAutoImports: response is complete +Info 4199 [16:02:14.105] collectAutoImports: 4.5254629999399185 +Info 4200 [16:02:14.105] getCompletionData: Semantic work: 5.116209000349045 +Info 4201 [16:02:14.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.39533899910748 +Info 4202 [16:02:14.107] Format host information updated +Info 4203 [16:02:14.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4204 [16:02:14.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 6.549552001059055ms +Info 4205 [16:02:14.209] Different program with same set of files +Info 4206 [16:02:14.209] getCompletionData: Get current token: 0.00117499940097332 +Info 4207 [16:02:14.209] getCompletionData: Is inside comment: 0.0058840010315179825 +Info 4208 [16:02:14.209] getCompletionData: Get previous token: 0.010502999648451805 +Info 4209 [16:02:14.209] getCompletionsAtPosition: isCompletionListBlocker: 0.008110001683235168 +Info 4210 [16:02:14.210] getExportInfoMap: cache hit +Info 4211 [16:02:14.216] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 34 from cache +Info 4212 [16:02:14.216] collectAutoImports: response is complete +Info 4213 [16:02:14.216] collectAutoImports: 5.830256000161171 +Info 4214 [16:02:14.216] getCompletionData: Semantic work: 6.42238299921155 +Info 4215 [16:02:14.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.257828000932932 +Info 4216 [16:02:14.218] Format host information updated +Info 4217 [16:02:14.361] Format host information updated +Info 4218 [16:02:14.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4219 [16:02:14.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 6.338720001280308ms +Info 4220 [16:02:14.367] Different program with same set of files +Info 4221 [16:02:14.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4222 [16:02:14.495] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 6.390273001044989ms +Info 4223 [16:02:14.495] Different program with same set of files +Info 4224 [16:02:14.495] getCompletionData: Get current token: 0.0014260001480579376 +Info 4225 [16:02:14.495] getCompletionData: Is inside comment: 0.006278000771999359 +Info 4226 [16:02:14.495] getCompletionData: Get previous token: 0.004394000396132469 +Info 4227 [16:02:14.495] getCompletionsAtPosition: isCompletionListBlocker: 0.007609998807311058 +Info 4228 [16:02:14.496] getExportInfoMap: cache hit +Info 4229 [16:02:14.509] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4230 [16:02:14.509] collectAutoImports: response is complete +Info 4231 [16:02:14.509] collectAutoImports: 13.426533000543714 +Info 4232 [16:02:14.509] getCompletionData: Semantic work: 13.933687001466751 +Info 4233 [16:02:14.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.257804999127984 +Info 4234 [16:02:14.516] Format host information updated +Info 4235 [16:02:14.689] Format host information updated +Info 4236 [16:02:14.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4237 [16:02:14.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 9.771509999409318ms +Info 4238 [16:02:14.699] Different program with same set of files +Info 4239 [16:02:15.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4240 [16:02:15.561] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 6.748234000056982ms +Info 4241 [16:02:15.561] Different program with same set of files +Info 4242 [16:02:15.561] getCompletionData: Get current token: 0.0011290013790130615 +Info 4243 [16:02:15.561] getCompletionData: Is inside comment: 0.004983000457286835 +Info 4244 [16:02:15.561] getCompletionData: Get previous token: 0.009581001475453377 +Info 4245 [16:02:15.561] getCompletionsAtPosition: isCompletionListBlocker: 0.007884999737143517 +Info 4246 [16:02:15.562] getExportInfoMap: cache hit +Info 4247 [16:02:15.564] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 40 from cache +Info 4248 [16:02:15.564] collectAutoImports: response is complete +Info 4249 [16:02:15.564] collectAutoImports: 2.579967999830842 +Info 4250 [16:02:15.564] getCompletionData: Semantic work: 3.107966000214219 +Info 4251 [16:02:15.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9944899994879961 +Info 4252 [16:02:15.566] Format host information updated +Info 4253 [16:02:15.618] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4254 [16:02:15.627] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 9.184262000024319ms +Info 4255 [16:02:15.628] Different program with same set of files +Info 4256 [16:02:15.628] getCompletionData: Get current token: 0.0013229995965957642 +Info 4257 [16:02:15.628] getCompletionData: Is inside comment: 0.006284000352025032 +Info 4258 [16:02:15.628] getCompletionData: Get previous token: 0.012065000832080841 +Info 4259 [16:02:15.628] getCompletionsAtPosition: isCompletionListBlocker: 0.00969800166785717 +Info 4260 [16:02:15.628] getExportInfoMap: cache hit +Info 4261 [16:02:15.631] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 4262 [16:02:15.631] collectAutoImports: response is complete +Info 4263 [16:02:15.631] collectAutoImports: 2.475806999951601 +Info 4264 [16:02:15.631] getCompletionData: Semantic work: 3.0641259998083115 +Info 4265 [16:02:15.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0945950001478195 +Info 4266 [16:02:15.633] Format host information updated +Info 4267 [16:02:15.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4268 [16:02:15.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 6.626664999872446ms +Info 4269 [16:02:15.709] Different program with same set of files +Info 4270 [16:02:15.709] getCompletionData: Get current token: 0.0011429991573095322 +Info 4271 [16:02:15.709] getCompletionData: Is inside comment: 0.0064690001308918 +Info 4272 [16:02:15.709] getCompletionData: Get previous token: 0.012786999344825745 +Info 4273 [16:02:15.709] getCompletionsAtPosition: isCompletionListBlocker: 0.00928100012242794 +Info 4274 [16:02:15.710] getExportInfoMap: cache hit +Info 4275 [16:02:15.712] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 4276 [16:02:15.712] collectAutoImports: response is complete +Info 4277 [16:02:15.712] collectAutoImports: 2.5217340011149645 +Info 4278 [16:02:15.712] getCompletionData: Semantic work: 3.133134000003338 +Info 4279 [16:02:15.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1381579991430044 +Info 4280 [16:02:15.714] Format host information updated +Info 4281 [16:02:15.763] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4282 [16:02:15.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 7.296971000730991ms +Info 4283 [16:02:15.771] Different program with same set of files +Info 4284 [16:02:15.771] getCompletionData: Get current token: 0.0014280006289482117 +Info 4285 [16:02:15.771] getCompletionData: Is inside comment: 0.007273999974131584 +Info 4286 [16:02:15.771] getCompletionData: Get previous token: 0.014010999351739883 +Info 4287 [16:02:15.771] getCompletionsAtPosition: isCompletionListBlocker: 0.009474001824855804 +Info 4288 [16:02:15.771] getExportInfoMap: cache hit +Info 4289 [16:02:15.774] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 15 from cache +Info 4290 [16:02:15.774] collectAutoImports: response is complete +Info 4291 [16:02:15.774] collectAutoImports: 2.451231999322772 +Info 4292 [16:02:15.774] getCompletionData: Semantic work: 3.063926000148058 +Info 4293 [16:02:15.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.150357000529766 +Info 4294 [16:02:15.776] Format host information updated +Info 4295 [16:02:15.878] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4296 [16:02:15.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 6.998447000980377ms +Info 4297 [16:02:15.885] Different program with same set of files +Info 4298 [16:02:15.885] getCompletionData: Get current token: 0.001219000667333603 +Info 4299 [16:02:15.885] getCompletionData: Is inside comment: 0.021782999858260155 +Info 4300 [16:02:15.885] getCompletionData: Get previous token: 0.026840001344680786 +Info 4301 [16:02:15.885] getCompletionsAtPosition: isCompletionListBlocker: 0.030362000688910484 +Info 4302 [16:02:15.886] getExportInfoMap: cache hit +Info 4303 [16:02:15.888] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 13 from cache +Info 4304 [16:02:15.888] collectAutoImports: response is complete +Info 4305 [16:02:15.888] collectAutoImports: 1.6875749994069338 +Info 4306 [16:02:15.888] getCompletionData: Semantic work: 2.35338700003922 +Info 4307 [16:02:15.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8845189996063709 +Info 4308 [16:02:15.891] Format host information updated +Info 4309 [16:02:15.938] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4310 [16:02:15.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 6.734533999115229ms +Info 4311 [16:02:15.945] Different program with same set of files +Info 4312 [16:02:15.945] getCompletionData: Get current token: 0.0013100001960992813 +Info 4313 [16:02:15.945] getCompletionData: Is inside comment: 0.007476000115275383 +Info 4314 [16:02:15.945] getCompletionData: Get previous token: 0.012810999527573586 +Info 4315 [16:02:15.945] getCompletionsAtPosition: isCompletionListBlocker: 0.009254999458789825 +Info 4316 [16:02:15.946] getExportInfoMap: cache hit +Info 4317 [16:02:15.948] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 13 from cache +Info 4318 [16:02:15.948] collectAutoImports: response is complete +Info 4319 [16:02:15.948] collectAutoImports: 2.015419999137521 +Info 4320 [16:02:15.948] getCompletionData: Semantic work: 2.6136249992996454 +Info 4321 [16:02:15.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0870609991252422 +Info 4322 [16:02:15.950] Format host information updated +Info 4323 [16:02:16.023] Format host information updated +Info 4324 [16:02:16.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4325 [16:02:16.047] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 23.92676299996674ms +Info 4326 [16:02:16.047] Different program with same set of files +Info 4327 [16:02:16.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4328 [16:02:16.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 6.491157000884414ms +Info 4329 [16:02:16.152] Different program with same set of files +Info 4330 [16:02:16.152] getCompletionData: Get current token: 0.001362999901175499 +Info 4331 [16:02:16.152] getCompletionData: Is inside comment: 0.006873000413179398 +Info 4332 [16:02:16.152] getCompletionData: Get previous token: 0.004983000457286835 +Info 4333 [16:02:16.152] getCompletionsAtPosition: isCompletionListBlocker: 0.008313998579978943 +Info 4334 [16:02:16.152] getExportInfoMap: cache hit +Info 4335 [16:02:16.166] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4336 [16:02:16.166] collectAutoImports: response is complete +Info 4337 [16:02:16.166] collectAutoImports: 13.301517998799682 +Info 4338 [16:02:16.166] getCompletionData: Semantic work: 13.822085998952389 +Info 4339 [16:02:16.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.211590999737382 +Info 4340 [16:02:16.172] Format host information updated +Info 4341 [16:02:16.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4342 [16:02:16.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 6.44441800005734ms +Info 4343 [16:02:16.307] Different program with same set of files +Info 4344 [16:02:16.308] getCompletionData: Get current token: 0.0015920009464025497 +Info 4345 [16:02:16.308] getCompletionData: Is inside comment: 0.006520001217722893 +Info 4346 [16:02:16.308] getCompletionData: Get previous token: 0.005033999681472778 +Info 4347 [16:02:16.308] getCompletionsAtPosition: isCompletionListBlocker: 0.008703000843524933 +Info 4348 [16:02:16.308] getExportInfoMap: cache hit +Info 4349 [16:02:16.321] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4350 [16:02:16.321] collectAutoImports: response is complete +Info 4351 [16:02:16.321] collectAutoImports: 12.629579000175 +Info 4352 [16:02:16.321] getCompletionData: Semantic work: 13.18058199994266 +Info 4353 [16:02:16.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.022537998855114 +Info 4354 [16:02:16.327] Format host information updated +Info 4355 [16:02:16.369] Format host information updated +Info 4356 [16:02:16.369] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4357 [16:02:16.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 8.880783999338746ms +Info 4358 [16:02:16.378] Different program with same set of files +Info 4359 [16:02:17.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4360 [16:02:17.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 6.490513999015093ms +Info 4361 [16:02:17.064] Different program with same set of files +Info 4362 [16:02:17.064] getCompletionData: Get current token: 0.0010630004107952118 +Info 4363 [16:02:17.064] getCompletionData: Is inside comment: 0.005049999803304672 +Info 4364 [16:02:17.064] getCompletionData: Get previous token: 0.010001000016927719 +Info 4365 [16:02:17.064] getCompletionsAtPosition: isCompletionListBlocker: 0.008983999490737915 +Info 4366 [16:02:17.064] getExportInfoMap: cache hit +Info 4367 [16:02:17.070] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 17 from cache +Info 4368 [16:02:17.070] collectAutoImports: response is complete +Info 4369 [16:02:17.070] collectAutoImports: 5.553047001361847 +Info 4370 [16:02:17.070] getCompletionData: Semantic work: 6.084699001163244 +Info 4371 [16:02:17.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0133760012686253 +Info 4372 [16:02:17.073] Format host information updated +Info 4373 [16:02:17.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4374 [16:02:17.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 6.205802999436855ms +Info 4375 [16:02:17.148] Different program with same set of files +Info 4376 [16:02:17.148] getCompletionData: Get current token: 0.0011129993945360184 +Info 4377 [16:02:17.148] getCompletionData: Is inside comment: 0.005896000191569328 +Info 4378 [16:02:17.148] getCompletionData: Get previous token: 0.011532999575138092 +Info 4379 [16:02:17.148] getCompletionsAtPosition: isCompletionListBlocker: 0.00897900015115738 +Info 4380 [16:02:17.148] getExportInfoMap: cache hit +Info 4381 [16:02:17.151] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 4382 [16:02:17.151] collectAutoImports: response is complete +Info 4383 [16:02:17.151] collectAutoImports: 2.246340999379754 +Info 4384 [16:02:17.151] getCompletionData: Semantic work: 2.77606900036335 +Info 4385 [16:02:17.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0703849997371435 +Info 4386 [16:02:17.152] Format host information updated +Info 4387 [16:02:17.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4388 [16:02:17.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 9.69161199964583ms +Info 4389 [16:02:17.233] Different program with same set of files +Info 4390 [16:02:17.233] getCompletionData: Get current token: 0.0014019999653100967 +Info 4391 [16:02:17.233] getCompletionData: Is inside comment: 0.006068000569939613 +Info 4392 [16:02:17.233] getCompletionData: Get previous token: 0.011979999020695686 +Info 4393 [16:02:17.233] getCompletionsAtPosition: isCompletionListBlocker: 0.009268999099731445 +Info 4394 [16:02:17.233] getExportInfoMap: cache hit +Info 4395 [16:02:17.235] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 3 from cache +Info 4396 [16:02:17.235] collectAutoImports: response is complete +Info 4397 [16:02:17.235] collectAutoImports: 1.7186520006507635 +Info 4398 [16:02:17.235] getCompletionData: Semantic work: 2.3081660009920597 +Info 4399 [16:02:17.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0257690008729696 +Info 4400 [16:02:17.237] Format host information updated +Info 4401 [16:02:17.413] Format host information updated +Info 4402 [16:02:17.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4403 [16:02:17.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 6.316592000424862ms +Info 4404 [16:02:17.419] Different program with same set of files +Info 4405 [16:02:17.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4406 [16:02:17.578] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 8.701541000977159ms +Info 4407 [16:02:17.578] Different program with same set of files +Info 4408 [16:02:17.578] getCompletionData: Get current token: 0.0011199992150068283 +Info 4409 [16:02:17.578] getCompletionData: Is inside comment: 0.005876999348402023 +Info 4410 [16:02:17.578] getCompletionData: Get previous token: 0.0043219998478889465 +Info 4411 [16:02:17.578] getCompletionsAtPosition: isCompletionListBlocker: 0.00767500139772892 +Info 4412 [16:02:17.578] getExportInfoMap: cache hit +Info 4413 [16:02:17.588] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4414 [16:02:17.588] collectAutoImports: response is complete +Info 4415 [16:02:17.588] collectAutoImports: 9.559524999931455 +Info 4416 [16:02:17.588] getCompletionData: Semantic work: 10.033816000446677 +Info 4417 [16:02:17.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.760862000286579 +Info 4418 [16:02:17.595] Format host information updated +Info 4419 [16:02:17.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4420 [16:02:17.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 6.852700999006629ms +Info 4421 [16:02:17.732] Different program with same set of files +Info 4422 [16:02:17.732] getCompletionData: Get current token: 0.0014629997313022614 +Info 4423 [16:02:17.732] getCompletionData: Is inside comment: 0.007288999855518341 +Info 4424 [16:02:17.732] getCompletionData: Get previous token: 0.0061609987169504166 +Info 4425 [16:02:17.732] getCompletionsAtPosition: isCompletionListBlocker: 0.009418001398444176 +Info 4426 [16:02:17.732] getExportInfoMap: cache hit +Info 4427 [16:02:17.744] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4428 [16:02:17.744] collectAutoImports: response is complete +Info 4429 [16:02:17.744] collectAutoImports: 11.692717000842094 +Info 4430 [16:02:17.744] getCompletionData: Semantic work: 12.331021001562476 +Info 4431 [16:02:17.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3624200001358986 +Info 4432 [16:02:17.753] Format host information updated +Info 4433 [16:02:17.796] Format host information updated +Info 4434 [16:02:17.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4435 [16:02:17.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 10.090689999982715ms +Info 4436 [16:02:17.806] Different program with same set of files +Info 4437 [16:02:18.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4438 [16:02:18.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 6.556368000805378ms +Info 4439 [16:02:18.418] Different program with same set of files +Info 4440 [16:02:18.418] getCompletionData: Get current token: 0.001013999804854393 +Info 4441 [16:02:18.418] getCompletionData: Is inside comment: 0.005367999896407127 +Info 4442 [16:02:18.418] getCompletionData: Get previous token: 0.010480999946594238 +Info 4443 [16:02:18.418] getCompletionsAtPosition: isCompletionListBlocker: 0.007869001477956772 +Info 4444 [16:02:18.419] getExportInfoMap: cache hit +Info 4445 [16:02:18.422] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 157 from cache +Info 4446 [16:02:18.422] collectAutoImports: response is complete +Info 4447 [16:02:18.422] collectAutoImports: 3.597247999161482 +Info 4448 [16:02:18.422] getCompletionData: Semantic work: 4.11850200034678 +Info 4449 [16:02:18.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8858569990843534 +Info 4450 [16:02:18.428] Format host information updated +Info 4451 [16:02:18.572] Format host information updated +Info 4452 [16:02:18.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4453 [16:02:18.579] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 6.405871998518705ms +Info 4454 [16:02:18.579] Different program with same set of files +Info 4455 [16:02:18.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4456 [16:02:18.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 7.0028489995747805ms +Info 4457 [16:02:18.672] Different program with same set of files +Info 4458 [16:02:18.672] getCompletionData: Get current token: 0.0015259999781847 +Info 4459 [16:02:18.672] getCompletionData: Is inside comment: 0.00784900039434433 +Info 4460 [16:02:18.672] getCompletionData: Get previous token: 0.005790999159216881 +Info 4461 [16:02:18.672] getCompletionsAtPosition: isCompletionListBlocker: 0.008927000686526299 +Info 4462 [16:02:18.673] getExportInfoMap: cache hit +Info 4463 [16:02:18.687] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4464 [16:02:18.687] collectAutoImports: response is complete +Info 4465 [16:02:18.687] collectAutoImports: 14.647389000281692 +Info 4466 [16:02:18.687] getCompletionData: Semantic work: 15.233585000038147 +Info 4467 [16:02:18.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3875530008226633 +Info 4468 [16:02:18.694] Format host information updated +Info 4469 [16:02:18.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4470 [16:02:18.972] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 6.824897998943925ms +Info 4471 [16:02:18.972] Different program with same set of files +Info 4472 [16:02:18.972] getCompletionData: Get current token: 0.0012299995869398117 +Info 4473 [16:02:18.972] getCompletionData: Is inside comment: 0.006732000038027763 +Info 4474 [16:02:18.972] getCompletionData: Get previous token: 0.004513999447226524 +Info 4475 [16:02:18.972] getCompletionsAtPosition: isCompletionListBlocker: 0.008044000715017319 +Info 4476 [16:02:18.975] getExportInfoMap: cache hit +Info 4477 [16:02:18.985] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4478 [16:02:18.985] collectAutoImports: response is complete +Info 4479 [16:02:18.985] collectAutoImports: 9.642943000420928 +Info 4480 [16:02:18.985] getCompletionData: Semantic work: 13.04325900040567 +Info 4481 [16:02:18.988] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.779602000489831 +Info 4482 [16:02:18.994] Format host information updated +Info 4483 [16:02:18.999] Format host information updated +Info 4484 [16:02:18.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4485 [16:02:19.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 5.925869999453425ms +Info 4486 [16:02:19.005] Different program with same set of files +Info 4487 [16:02:19.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4488 [16:02:19.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 6.284392999485135ms +Info 4489 [16:02:19.457] Different program with same set of files +Info 4490 [16:02:19.457] getCompletionData: Get current token: 0.0011700000613927841 +Info 4491 [16:02:19.457] getCompletionData: Is inside comment: 0.0065209995955228806 +Info 4492 [16:02:19.457] getCompletionData: Get previous token: 0.01260099932551384 +Info 4493 [16:02:19.457] getCompletionsAtPosition: isCompletionListBlocker: 0.008317999541759491 +Info 4494 [16:02:19.458] getExportInfoMap: cache hit +Info 4495 [16:02:19.462] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 157 from cache +Info 4496 [16:02:19.462] collectAutoImports: response is complete +Info 4497 [16:02:19.462] collectAutoImports: 3.7779159992933273 +Info 4498 [16:02:19.462] getCompletionData: Semantic work: 4.348919000476599 +Info 4499 [16:02:19.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3913579992949963 +Info 4500 [16:02:19.467] Format host information updated +Info 4501 [16:02:20.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4502 [16:02:20.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 6.574618000537157ms +Info 4503 [16:02:20.247] Different program with same set of files +Info 4504 [16:02:20.247] getCompletionData: Get current token: 0.0015590004622936249 +Info 4505 [16:02:20.247] getCompletionData: Is inside comment: 0.007727999240159988 +Info 4506 [16:02:20.247] getCompletionData: Get previous token: 0.005482999607920647 +Info 4507 [16:02:20.247] getCompletionsAtPosition: isCompletionListBlocker: 0.002346999943256378 +Info 4508 [16:02:20.247] getCompletionData: Semantic work: 0.7355460003018379 +Info 4509 [16:02:20.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9453999996185303 +Info 4510 [16:02:20.249] Format host information updated +Info 4511 [16:02:20.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4512 [16:02:20.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 9.179230000823736ms +Info 4513 [16:02:20.428] Different program with same set of files +Info 4514 [16:02:20.428] getCompletionData: Get current token: 0.0009870007634162903 +Info 4515 [16:02:20.428] getCompletionData: Is inside comment: 0.006233999505639076 +Info 4516 [16:02:20.428] getCompletionData: Get previous token: 0.012578999623656273 +Info 4517 [16:02:20.428] getCompletionsAtPosition: isCompletionListBlocker: 0.002237999811768532 +Info 4518 [16:02:20.429] getCompletionData: Semantic work: 0.6807450000196695 +Info 4519 [16:02:20.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7170979995280504 +Info 4520 [16:02:20.434] Format host information updated +Info 4521 [16:02:20.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4522 [16:02:20.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 6.695005999878049ms +Info 4523 [16:02:20.488] Different program with same set of files +Info 4524 [16:02:20.488] getCompletionData: Get current token: 0.0011130012571811676 +Info 4525 [16:02:20.488] getCompletionData: Is inside comment: 0.00658700056374073 +Info 4526 [16:02:20.488] getCompletionData: Get previous token: 0.013627000153064728 +Info 4527 [16:02:20.488] getCompletionsAtPosition: isCompletionListBlocker: 0.0022959988564252853 +Info 4528 [16:02:20.489] getCompletionData: Semantic work: 0.5845480002462864 +Info 4529 [16:02:20.490] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4882149994373322 +Info 4530 [16:02:20.491] Format host information updated +Info 4531 [16:02:20.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4532 [16:02:20.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 7.013036999851465ms +Info 4533 [16:02:20.580] Different program with same set of files +Info 4534 [16:02:20.580] getCompletionData: Get current token: 0.0010829996317625046 +Info 4535 [16:02:20.580] getCompletionData: Is inside comment: 0.006869001314043999 +Info 4536 [16:02:20.580] getCompletionData: Get previous token: 0.01318500004708767 +Info 4537 [16:02:20.580] getCompletionsAtPosition: isCompletionListBlocker: 0.002214999869465828 +Info 4538 [16:02:20.581] getCompletionData: Semantic work: 0.5746679995208979 +Info 4539 [16:02:20.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.38552900031209 +Info 4540 [16:02:20.585] Format host information updated +Info 4541 [16:02:20.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4542 [16:02:20.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 6.644439000636339ms +Info 4543 [16:02:20.659] Different program with same set of files +Info 4544 [16:02:20.659] getCompletionData: Get current token: 0.0013340003788471222 +Info 4545 [16:02:20.659] getCompletionData: Is inside comment: 0.007556000724434853 +Info 4546 [16:02:20.659] getCompletionData: Get previous token: 0.015199000015854836 +Info 4547 [16:02:20.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0024319998919963837 +Info 4548 [16:02:20.660] getCompletionData: Semantic work: 0.6701909992843866 +Info 4549 [16:02:20.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.593520998954773 +Info 4550 [16:02:20.662] Format host information updated +Info 4551 [16:02:20.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4552 [16:02:20.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 7.487888000905514ms +Info 4553 [16:02:20.940] Different program with same set of files +Info 4554 [16:02:20.940] getCompletionData: Get current token: 0.0010529998689889908 +Info 4555 [16:02:20.940] getCompletionData: Is inside comment: 0.0066999997943639755 +Info 4556 [16:02:20.940] getCompletionData: Get previous token: 0.011845000088214874 +Info 4557 [16:02:20.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0024149995297193527 +Info 4558 [16:02:20.940] getCompletionData: Semantic work: 0.6343029998242855 +Info 4559 [16:02:20.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3719829991459846 +Info 4560 [16:02:20.946] Format host information updated +Info 4561 [16:02:20.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4562 [16:02:20.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 6.035141000524163ms +Info 4563 [16:02:20.955] Different program with same set of files +Info 4564 [16:02:20.955] getCompletionData: Get current token: 0.001011999323964119 +Info 4565 [16:02:20.955] getCompletionData: Is inside comment: 0.006022000685334206 +Info 4566 [16:02:20.955] getCompletionData: Get previous token: 0.01113000139594078 +Info 4567 [16:02:20.955] getCompletionsAtPosition: isCompletionListBlocker: 0.0024059992283582687 +Info 4568 [16:02:20.955] getCompletionData: Semantic work: 0.500747999176383 +Info 4569 [16:02:20.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4402150008827448 +Info 4570 [16:02:20.957] Format host information updated +Info 4571 [16:02:21.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4572 [16:02:21.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 6.24443499930203ms +Info 4573 [16:02:21.051] Different program with same set of files +Info 4574 [16:02:21.051] getCompletionData: Get current token: 0.0012170001864433289 +Info 4575 [16:02:21.051] getCompletionData: Is inside comment: 0.007780000567436218 +Info 4576 [16:02:21.051] getCompletionData: Get previous token: 0.013611000031232834 +Info 4577 [16:02:21.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0024640001356601715 +Info 4578 [16:02:21.051] getCompletionData: Semantic work: 0.590973999351263 +Info 4579 [16:02:21.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.511540001258254 +Info 4580 [16:02:21.056] Format host information updated +Info 4581 [16:02:21.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4582 [16:02:21.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 6.63319200091064ms +Info 4583 [16:02:21.444] Different program with same set of files +Info 4584 [16:02:21.444] getCompletionData: Get current token: 0.0013089999556541443 +Info 4585 [16:02:21.444] getCompletionData: Is inside comment: 0.007549000903964043 +Info 4586 [16:02:21.444] getCompletionData: Get previous token: 0.014543000608682632 +Info 4587 [16:02:21.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0031850002706050873 +Info 4588 [16:02:21.445] getCompletionData: Semantic work: 0.6310449987649918 +Info 4589 [16:02:21.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6370909996330738 +Info 4590 [16:02:21.447] Format host information updated +Info 4591 [16:02:21.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4592 [16:02:21.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 6.298368001356721ms +Info 4593 [16:02:21.729] Different program with same set of files +Info 4594 [16:02:21.729] getCompletionData: Get current token: 0.0011139996349811554 +Info 4595 [16:02:21.729] getCompletionData: Is inside comment: 0.006833000108599663 +Info 4596 [16:02:21.729] getCompletionData: Get previous token: 0.013054000213742256 +Info 4597 [16:02:21.729] getCompletionsAtPosition: isCompletionListBlocker: 0.002225000411272049 +Info 4598 [16:02:21.730] getCompletionData: Semantic work: 0.6498180013149977 +Info 4599 [16:02:21.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5965429991483688 +Info 4600 [16:02:21.735] Format host information updated +Info 4601 [16:02:21.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4602 [16:02:21.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 8.163999000564218ms +Info 4603 [16:02:21.747] Different program with same set of files +Info 4604 [16:02:21.747] getCompletionData: Get current token: 0.0011059995740652084 +Info 4605 [16:02:21.747] getCompletionData: Is inside comment: 0.006405999884009361 +Info 4606 [16:02:21.747] getCompletionData: Get previous token: 0.01181500032544136 +Info 4607 [16:02:21.747] getCompletionsAtPosition: isCompletionListBlocker: 0.002578999847173691 +Info 4608 [16:02:21.748] getCompletionData: Semantic work: 0.6104129999876022 +Info 4609 [16:02:21.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4101999998092651 +Info 4610 [16:02:21.750] Format host information updated +Info 4611 [16:02:21.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4612 [16:02:21.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 7.803183998912573ms +Info 4613 [16:02:21.806] Different program with same set of files +Info 4614 [16:02:21.806] getCompletionData: Get current token: 0.0013240016996860504 +Info 4615 [16:02:21.806] getCompletionData: Is inside comment: 0.008252998813986778 +Info 4616 [16:02:21.806] getCompletionData: Get previous token: 0.016631999984383583 +Info 4617 [16:02:21.806] getCompletionsAtPosition: isCompletionListBlocker: 0.003079000860452652 +Info 4618 [16:02:21.807] getCompletionData: Semantic work: 0.6941969990730286 +Info 4619 [16:02:21.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7528349999338388 +Info 4620 [16:02:21.813] Format host information updated +Info 4621 [16:02:21.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4622 [16:02:21.886] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 18.885261999443173ms +Info 4623 [16:02:21.886] Different program with same set of files +Info 4624 [16:02:21.886] getCompletionData: Get current token: 0.0039709992706775665 +Info 4625 [16:02:21.886] getCompletionData: Is inside comment: 0.028109999373555183 +Info 4626 [16:02:21.886] getCompletionData: Get previous token: 0.04705899953842163 +Info 4627 [16:02:21.886] getCompletionsAtPosition: isCompletionListBlocker: 0.0065470002591609955 +Info 4628 [16:02:21.888] getCompletionData: Semantic work: 2.003856999799609 +Info 4629 [16:02:21.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.989339999854565 +Info 4630 [16:02:21.894] Format host information updated +Info 4631 [16:02:22.341] Format host information updated +Info 4632 [16:02:22.341] Format host information updated +Info 4633 [16:02:22.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4634 [16:02:22.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 6.807554000988603ms +Info 4635 [16:02:22.348] Different program with same set of files +Info 4636 [16:02:22.348] getCompletionData: Get current token: 0.0014509987086057663 +Info 4637 [16:02:22.348] getCompletionData: Is inside comment: 0.0077400002628564835 +Info 4638 [16:02:22.348] getCompletionData: Get previous token: 0.005473999306559563 +Info 4639 [16:02:22.348] getCompletionsAtPosition: isCompletionListBlocker: 0.0034369993954896927 +Info 4640 [16:02:22.349] getExportInfoMap: cache hit +Info 4641 [16:02:22.362] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4642 [16:02:22.362] collectAutoImports: response is complete +Info 4643 [16:02:22.362] collectAutoImports: 13.545659000054002 +Info 4644 [16:02:22.362] getCompletionData: Semantic work: 14.036094000563025 +Info 4645 [16:02:22.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.124828999862075 +Info 4646 [16:02:22.376] getCompletionData: Get current token: 0.012626999989151955 +Info 4647 [16:02:22.376] getCompletionData: Is inside comment: 0.004451999440789223 +Info 4648 [16:02:22.376] getCompletionData: Get previous token: 0.01852099969983101 +Info 4649 [16:02:22.376] getCompletionsAtPosition: isCompletionListBlocker: 0.0022820010781288147 +Info 4650 [16:02:22.377] getCompletionData: Semantic work: 0.3623259998857975 +Info 4651 [16:02:22.388] getCompletionData: Get current token: 0.006922001019120216 +Info 4652 [16:02:22.388] getCompletionData: Is inside comment: 0.0029380004853010178 +Info 4653 [16:02:22.388] getCompletionData: Get previous token: 0.013953998684883118 +Info 4654 [16:02:22.388] getCompletionsAtPosition: isCompletionListBlocker: 0.002188999205827713 +Info 4655 [16:02:22.388] getCompletionData: Semantic work: 0.21913699992001057 +Info 4656 [16:02:22.389] Format host information updated +Info 4657 [16:02:22.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4658 [16:02:22.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 7.454982999712229ms +Info 4659 [16:02:22.408] Different program with same set of files +Info 4660 [16:02:22.408] getCompletionData: Get current token: 0.001348000019788742 +Info 4661 [16:02:22.409] getCompletionData: Is inside comment: 0.006510000675916672 +Info 4662 [16:02:22.409] getCompletionData: Get previous token: 0.0049859993159770966 +Info 4663 [16:02:22.409] getCompletionsAtPosition: isCompletionListBlocker: 0.00804699957370758 +Info 4664 [16:02:22.409] getExportInfoMap: cache hit +Info 4665 [16:02:22.420] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4666 [16:02:22.420] collectAutoImports: response is complete +Info 4667 [16:02:22.420] collectAutoImports: 11.385161001235247 +Info 4668 [16:02:22.420] getCompletionData: Semantic work: 11.90089400112629 +Info 4669 [16:02:22.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.724533000960946 +Info 4670 [16:02:22.426] Format host information updated +Info 4671 [16:02:22.729] getCompletionData: Get current token: 0.004409000277519226 +Info 4672 [16:02:22.729] getCompletionData: Is inside comment: 0.0017740000039339066 +Info 4673 [16:02:22.729] getCompletionData: Get previous token: 0.021105999127030373 +Info 4674 [16:02:22.729] getCompletionsAtPosition: isCompletionListBlocker: 0.0033149998635053635 +Info 4675 [16:02:22.729] getExportInfoMap: cache hit +Info 4676 [16:02:22.737] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4677 [16:02:22.737] collectAutoImports: response is complete +Info 4678 [16:02:22.737] collectAutoImports: 7.61417199857533 +Info 4679 [16:02:22.737] getCompletionData: Semantic work: 8.159262999892235 +Info 4680 [16:02:22.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5115639995783567 +Info 4681 [16:02:23.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4682 [16:02:23.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 6.7916650008410215ms +Info 4683 [16:02:23.016] Different program with same set of files +Info 4684 [16:02:23.016] getCompletionData: Get current token: 0.0034970007836818695 +Info 4685 [16:02:23.017] getCompletionData: Is inside comment: 0.001201000064611435 +Info 4686 [16:02:23.017] getCompletionData: Get previous token: 0.016294999048113823 +Info 4687 [16:02:23.017] getCompletionsAtPosition: isCompletionListBlocker: 0.007724998518824577 +Info 4688 [16:02:23.017] getExportInfoMap: cache hit +Info 4689 [16:02:23.030] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4690 [16:02:23.030] collectAutoImports: response is complete +Info 4691 [16:02:23.030] collectAutoImports: 13.062548998743296 +Info 4692 [16:02:23.030] getCompletionData: Semantic work: 13.718141999095678 +Info 4693 [16:02:23.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.767774999141693 +Info 4694 [16:02:23.039] Format host information updated +Info 4695 [16:02:23.397] getCompletionData: Get current token: 0.004631999880075455 +Info 4696 [16:02:23.397] getCompletionData: Is inside comment: 0.0014589987695217133 +Info 4697 [16:02:23.397] getCompletionData: Get previous token: 0.010998999699950218 +Info 4698 [16:02:23.397] getCompletionsAtPosition: isCompletionListBlocker: 0.0029379986226558685 +Info 4699 [16:02:23.398] getCompletionData: Semantic work: 0.6897219996899366 +Info 4700 [16:02:23.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8708549998700619 +Info 4701 [16:02:23.870] getCompletionData: Get current token: 0.0036629997193813324 +Info 4702 [16:02:23.870] getCompletionData: Is inside comment: 0.0011620000004768372 +Info 4703 [16:02:23.870] getCompletionData: Get previous token: 0.008067000657320023 +Info 4704 [16:02:23.870] getCompletionsAtPosition: isCompletionListBlocker: 0.00276000052690506 +Info 4705 [16:02:23.870] getExportInfoMap: cache hit +Info 4706 [16:02:23.881] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4707 [16:02:23.881] collectAutoImports: response is complete +Info 4708 [16:02:23.881] collectAutoImports: 10.274606999009848 +Info 4709 [16:02:23.881] getCompletionData: Semantic work: 10.967632999643683 +Info 4710 [16:02:23.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.949057999998331 +Info 4711 [16:02:24.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4712 [16:02:24.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 7.448935000225902ms +Info 4713 [16:02:24.193] Different program with same set of files +Info 4714 [16:02:24.193] getCompletionData: Get current token: 0.005319001153111458 +Info 4715 [16:02:24.193] getCompletionData: Is inside comment: 0.0012989994138479233 +Info 4716 [16:02:24.193] getCompletionData: Get previous token: 0.015556000173091888 +Info 4717 [16:02:24.193] getCompletionsAtPosition: isCompletionListBlocker: 0.002527998760342598 +Info 4718 [16:02:24.193] getExportInfoMap: cache hit +Info 4719 [16:02:24.198] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 111 from cache +Info 4720 [16:02:24.198] collectAutoImports: response is complete +Info 4721 [16:02:24.198] collectAutoImports: 4.6041059996932745 +Info 4722 [16:02:24.198] getCompletionData: Semantic work: 5.240640001371503 +Info 4723 [16:02:24.202] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4355080015957355 +Info 4724 [16:02:24.206] Format host information updated +Info 4725 [16:02:24.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4726 [16:02:24.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 7.396099999547005ms +Info 4727 [16:02:24.268] Different program with same set of files +Info 4728 [16:02:24.268] getCompletionData: Get current token: 0.005277000367641449 +Info 4729 [16:02:24.268] getCompletionData: Is inside comment: 0.0016200002282857895 +Info 4730 [16:02:24.268] getCompletionData: Get previous token: 0.01670300029218197 +Info 4731 [16:02:24.268] getCompletionsAtPosition: isCompletionListBlocker: 0.04294599965214729 +Info 4732 [16:02:24.268] getExportInfoMap: cache hit +Info 4733 [16:02:24.278] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4734 [16:02:24.278] collectAutoImports: response is complete +Info 4735 [16:02:24.278] collectAutoImports: 9.993335999548435 +Info 4736 [16:02:24.278] getCompletionData: Semantic work: 10.528137000277638 +Info 4737 [16:02:24.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.267510998994112 +Info 4738 [16:02:24.291] Format host information updated +Info 4739 [16:02:24.365] Format host information updated +Info 4740 [16:02:24.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4741 [16:02:24.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 9.718938998878002ms +Info 4742 [16:02:24.375] Different program with same set of files +Info 4743 [16:02:25.045] getCompletionData: Get current token: 0.022672001272439957 +Info 4744 [16:02:25.045] getCompletionData: Is inside comment: 0.0013340003788471222 +Info 4745 [16:02:25.045] getCompletionData: Get previous token: 0.013989999890327454 +Info 4746 [16:02:25.045] getCompletionsAtPosition: isCompletionListBlocker: 0.0027990005910396576 +Info 4747 [16:02:25.046] getExportInfoMap: cache hit +Info 4748 [16:02:25.050] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 111 from cache +Info 4749 [16:02:25.050] collectAutoImports: response is complete +Info 4750 [16:02:25.050] collectAutoImports: 4.158506998792291 +Info 4751 [16:02:25.050] getCompletionData: Semantic work: 4.824490001425147 +Info 4752 [16:02:25.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6449959985911846 +Info 4753 [16:02:25.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4754 [16:02:25.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 6.8606109991669655ms +Info 4755 [16:02:25.162] Different program with same set of files +Info 4756 [16:02:25.162] getCompletionData: Get current token: 0.0041890013962984085 +Info 4757 [16:02:25.162] getCompletionData: Is inside comment: 0.0012870002537965775 +Info 4758 [16:02:25.162] getCompletionData: Get previous token: 0.018355000764131546 +Info 4759 [16:02:25.162] getCompletionsAtPosition: isCompletionListBlocker: 0.0029639992862939835 +Info 4760 [16:02:25.162] getExportInfoMap: cache hit +Info 4761 [16:02:25.166] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 74 from cache +Info 4762 [16:02:25.166] collectAutoImports: response is complete +Info 4763 [16:02:25.166] collectAutoImports: 3.9608890004456043 +Info 4764 [16:02:25.166] getCompletionData: Semantic work: 4.52237300015986 +Info 4765 [16:02:25.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4728900007903576 +Info 4766 [16:02:25.171] Format host information updated +Info 4767 [16:02:25.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4768 [16:02:25.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 9.952269999310374ms +Info 4769 [16:02:25.279] Different program with same set of files +Info 4770 [16:02:25.279] getCompletionData: Get current token: 0.0036859996616840363 +Info 4771 [16:02:25.279] getCompletionData: Is inside comment: 0.0014919992536306381 +Info 4772 [16:02:25.279] getCompletionData: Get previous token: 0.01656999997794628 +Info 4773 [16:02:25.279] getCompletionsAtPosition: isCompletionListBlocker: 0.0030519999563694 +Info 4774 [16:02:25.279] getExportInfoMap: cache hit +Info 4775 [16:02:25.282] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 34 from cache +Info 4776 [16:02:25.282] collectAutoImports: response is complete +Info 4777 [16:02:25.282] collectAutoImports: 2.5529420003294945 +Info 4778 [16:02:25.282] getCompletionData: Semantic work: 3.1172020006924868 +Info 4779 [16:02:25.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1549149993807077 +Info 4780 [16:02:25.286] Format host information updated +Info 4781 [16:02:25.918] getCompletionData: Get current token: 0.004622999578714371 +Info 4782 [16:02:25.918] getCompletionData: Is inside comment: 0.0017990004271268845 +Info 4783 [16:02:25.918] getCompletionData: Get previous token: 0.01972999982535839 +Info 4784 [16:02:25.918] getCompletionsAtPosition: isCompletionListBlocker: 0.0029930006712675095 +Info 4785 [16:02:25.919] getCompletionData: Semantic work: 0.6164340004324913 +Info 4786 [16:02:25.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09091500006616116 +Info 4787 [16:02:27.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4788 [16:02:27.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 6.726740000769496ms +Info 4789 [16:02:27.204] Different program with same set of files +Info 4790 [16:02:27.204] getCompletionData: Get current token: 0.0035979989916086197 +Info 4791 [16:02:27.204] getCompletionData: Is inside comment: 0.0017659999430179596 +Info 4792 [16:02:27.204] getCompletionData: Get previous token: 0.018682001158595085 +Info 4793 [16:02:27.204] getCompletionsAtPosition: isCompletionListBlocker: 0.0020699985325336456 +Info 4794 [16:02:27.207] getCompletionData: Semantic work: 3.3749540001153946 +Info 4795 [16:02:27.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07989400066435337 +Info 4796 [16:02:27.208] Format host information updated +Info 4797 [16:02:27.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4798 [16:02:27.274] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 6.456379000097513ms +Info 4799 [16:02:27.274] Different program with same set of files +Info 4800 [16:02:27.274] getCompletionData: Get current token: 0.0043209996074438095 +Info 4801 [16:02:27.274] getCompletionData: Is inside comment: 0.0016660001128911972 +Info 4802 [16:02:27.274] getCompletionData: Get previous token: 0.021428000181913376 +Info 4803 [16:02:27.274] getCompletionsAtPosition: isCompletionListBlocker: 0.002699000760912895 +Info 4804 [16:02:27.281] getCompletionData: Semantic work: 6.710055999457836 +Info 4805 [16:02:27.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1214199997484684 +Info 4806 [16:02:27.281] Format host information updated +Info 4807 [16:02:28.060] Format host information updated +Info 4808 [16:02:28.061] Format host information updated +Info 4809 [16:02:28.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4810 [16:02:28.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 10.192520000040531ms +Info 4811 [16:02:28.071] Different program with same set of files +Info 4812 [16:02:28.071] getCompletionData: Get current token: 0.003995999693870544 +Info 4813 [16:02:28.071] getCompletionData: Is inside comment: 0.0012900009751319885 +Info 4814 [16:02:28.071] getCompletionData: Get previous token: 0.019026000052690506 +Info 4815 [16:02:28.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0024429988116025925 +Info 4816 [16:02:28.072] getExportInfoMap: cache hit +Info 4817 [16:02:28.082] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4818 [16:02:28.082] collectAutoImports: response is complete +Info 4819 [16:02:28.082] collectAutoImports: 10.162944998592138 +Info 4820 [16:02:28.082] getCompletionData: Semantic work: 10.726881999522448 +Info 4821 [16:02:28.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.145264999940991 +Info 4822 [16:02:28.095] getCompletionData: Get current token: 0.011344999074935913 +Info 4823 [16:02:28.095] getCompletionData: Is inside comment: 0.003209998831152916 +Info 4824 [16:02:28.095] getCompletionData: Get previous token: 0.017509998753666878 +Info 4825 [16:02:28.095] getCompletionsAtPosition: isCompletionListBlocker: 0.002204000949859619 +Info 4826 [16:02:28.096] getCompletionData: Semantic work: 0.5882009994238615 +Info 4827 [16:02:28.098] getCompletionData: Get current token: 0.0065269991755485535 +Info 4828 [16:02:28.098] getCompletionData: Is inside comment: 0.002407999709248543 +Info 4829 [16:02:28.098] getCompletionData: Get previous token: 0.017257999628782272 +Info 4830 [16:02:28.098] getCompletionsAtPosition: isCompletionListBlocker: 0.0014570001512765884 +Info 4831 [16:02:28.098] getCompletionData: Semantic work: 0.20991099998354912 +Info 4832 [16:02:28.098] Format host information updated +Info 4833 [16:02:28.119] Format host information updated +Info 4834 [16:02:28.120] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4835 [16:02:28.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 6.10721299983561ms +Info 4836 [16:02:28.126] Different program with same set of files +Info 4837 [16:02:29.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4838 [16:02:29.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 6.529957000166178ms +Info 4839 [16:02:29.331] Different program with same set of files +Info 4840 [16:02:29.331] getCompletionData: Get current token: 0.003224000334739685 +Info 4841 [16:02:29.331] getCompletionData: Is inside comment: 0.0011219996958971024 +Info 4842 [16:02:29.331] getCompletionData: Get previous token: 0.016986999660730362 +Info 4843 [16:02:29.331] getCompletionsAtPosition: isCompletionListBlocker: 0.0021339990198612213 +Info 4844 [16:02:29.332] getExportInfoMap: cache hit +Info 4845 [16:02:29.334] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 17 from cache +Info 4846 [16:02:29.334] collectAutoImports: response is complete +Info 4847 [16:02:29.334] collectAutoImports: 2.0268290005624294 +Info 4848 [16:02:29.334] getCompletionData: Semantic work: 2.704839000478387 +Info 4849 [16:02:29.337] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1321619991213083 +Info 4850 [16:02:29.338] Format host information updated +Info 4851 [16:02:29.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4852 [16:02:29.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 16.967581000179052ms +Info 4853 [16:02:29.406] Different program with same set of files +Info 4854 [16:02:29.406] getCompletionData: Get current token: 0.008297000080347061 +Info 4855 [16:02:29.406] getCompletionData: Is inside comment: 0.0029839985072612762 +Info 4856 [16:02:29.406] getCompletionData: Get previous token: 0.04188599996268749 +Info 4857 [16:02:29.406] getCompletionsAtPosition: isCompletionListBlocker: 0.0039869993925094604 +Info 4858 [16:02:29.407] getExportInfoMap: cache hit +Info 4859 [16:02:29.411] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 4860 [16:02:29.412] collectAutoImports: response is complete +Info 4861 [16:02:29.412] collectAutoImports: 4.102800000458956 +Info 4862 [16:02:29.412] getCompletionData: Semantic work: 5.111231001093984 +Info 4863 [16:02:29.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6908060014247894 +Info 4864 [16:02:29.419] Format host information updated +Info 4865 [16:02:29.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4866 [16:02:29.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 6.6853290013968945ms +Info 4867 [16:02:29.492] Different program with same set of files +Info 4868 [16:02:29.492] getCompletionData: Get current token: 0.004156000912189484 +Info 4869 [16:02:29.492] getCompletionData: Is inside comment: 0.0016510002315044403 +Info 4870 [16:02:29.492] getCompletionData: Get previous token: 0.022329000756144524 +Info 4871 [16:02:29.492] getCompletionsAtPosition: isCompletionListBlocker: 0.0024139992892742157 +Info 4872 [16:02:29.493] getExportInfoMap: cache hit +Info 4873 [16:02:29.494] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 3 from cache +Info 4874 [16:02:29.494] collectAutoImports: response is complete +Info 4875 [16:02:29.494] collectAutoImports: 1.736055999994278 +Info 4876 [16:02:29.494] getCompletionData: Semantic work: 2.3007239997386932 +Info 4877 [16:02:29.499] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0321869999170303 +Info 4878 [16:02:29.502] Format host information updated +Info 4879 [16:02:29.621] Format host information updated +Info 4880 [16:02:29.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4881 [16:02:29.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 6.6175820007920265ms +Info 4882 [16:02:29.628] Different program with same set of files +Info 4883 [16:02:29.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4884 [16:02:29.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 6.506532000377774ms +Info 4885 [16:02:29.787] Different program with same set of files +Info 4886 [16:02:29.787] getCompletionData: Get current token: 0.004327001050114632 +Info 4887 [16:02:29.787] getCompletionData: Is inside comment: 0.0016029998660087585 +Info 4888 [16:02:29.787] getCompletionData: Get previous token: 0.022982999682426453 +Info 4889 [16:02:29.787] getCompletionsAtPosition: isCompletionListBlocker: 0.0077139995992183685 +Info 4890 [16:02:29.787] getExportInfoMap: cache hit +Info 4891 [16:02:29.802] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4892 [16:02:29.802] collectAutoImports: response is complete +Info 4893 [16:02:29.802] collectAutoImports: 14.520998999476433 +Info 4894 [16:02:29.802] getCompletionData: Semantic work: 15.058370999991894 +Info 4895 [16:02:29.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.830059999600053 +Info 4896 [16:02:29.811] Format host information updated +Info 4897 [16:02:29.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4898 [16:02:29.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 9.94467500038445ms +Info 4899 [16:02:29.940] Different program with same set of files +Info 4900 [16:02:29.940] getCompletionData: Get current token: 0.004077998921275139 +Info 4901 [16:02:29.940] getCompletionData: Is inside comment: 0.001346999779343605 +Info 4902 [16:02:29.940] getCompletionData: Get previous token: 0.020223001018166542 +Info 4903 [16:02:29.940] getCompletionsAtPosition: isCompletionListBlocker: 0.011399000883102417 +Info 4904 [16:02:29.941] getExportInfoMap: cache hit +Info 4905 [16:02:29.951] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4906 [16:02:29.951] collectAutoImports: response is complete +Info 4907 [16:02:29.951] collectAutoImports: 9.988640999421477 +Info 4908 [16:02:29.951] getCompletionData: Semantic work: 10.497511999681592 +Info 4909 [16:02:29.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9876229986548424 +Info 4910 [16:02:29.961] Format host information updated +Info 4911 [16:02:30.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4912 [16:02:30.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 9.55090400017798ms +Info 4913 [16:02:30.025] Different program with same set of files +Info 4914 [16:02:30.025] getCompletionData: Get current token: 0.00679900124669075 +Info 4915 [16:02:30.025] getCompletionData: Is inside comment: 0.0024519991129636765 +Info 4916 [16:02:30.025] getCompletionData: Get previous token: 0.0362199991941452 +Info 4917 [16:02:30.025] getCompletionsAtPosition: isCompletionListBlocker: 0.01034500077366829 +Info 4918 [16:02:30.026] getExportInfoMap: cache hit +Info 4919 [16:02:30.042] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 4920 [16:02:30.042] collectAutoImports: response is complete +Info 4921 [16:02:30.042] collectAutoImports: 16.406104000285268 +Info 4922 [16:02:30.042] getCompletionData: Semantic work: 17.162246000021696 +Info 4923 [16:02:30.050] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.755567001178861 +Info 4924 [16:02:30.055] Format host information updated +Info 4925 [16:02:30.088] Format host information updated +Info 4926 [16:02:30.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4927 [16:02:30.094] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 6.121735999360681ms +Info 4928 [16:02:30.094] Different program with same set of files +Info 4929 [16:02:30.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4930 [16:02:30.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 7.1108309999108315ms +Info 4931 [16:02:30.258] Different program with same set of files +Info 4932 [16:02:30.262] Format host information updated +Info 4933 [16:02:30.388] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4934 [16:02:30.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 6.780564999207854ms +Info 4935 [16:02:30.395] Different program with same set of files +Info 4936 [16:02:30.395] getCompletionData: Get current token: 0.004592001438140869 +Info 4937 [16:02:30.395] getCompletionData: Is inside comment: 0.0016279984265565872 +Info 4938 [16:02:30.395] getCompletionData: Get previous token: 0.021477000787854195 +Info 4939 [16:02:30.395] getCompletionsAtPosition: isCompletionListBlocker: 0.008386000990867615 +Info 4940 [16:02:30.399] getCompletionData: Semantic work: 3.6629370003938675 +Info 4941 [16:02:30.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14447700046002865 +Info 4942 [16:02:30.399] Format host information updated +Info 4943 [16:02:31.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4944 [16:02:31.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 6.4907999988645315ms +Info 4945 [16:02:31.168] Different program with same set of files +Info 4946 [16:02:31.168] Format host information updated +Info 4947 [16:02:31.383] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4948 [16:02:31.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 9.686930999159813ms +Info 4949 [16:02:31.393] Different program with same set of files +Info 4950 [16:02:31.393] Format host information updated +Info 4951 [16:02:31.524] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4952 [16:02:31.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 6.6707929987460375ms +Info 4953 [16:02:31.531] Different program with same set of files +Info 4954 [16:02:31.532] Format host information updated +Info 4955 [16:02:31.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4956 [16:02:31.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 6.514077000319958ms +Info 4957 [16:02:31.766] Different program with same set of files +Info 4958 [16:02:31.767] Format host information updated +Info 4959 [16:02:31.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4960 [16:02:31.843] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 9.281178999692202ms +Info 4961 [16:02:31.843] Different program with same set of files +Info 4962 [16:02:31.844] Format host information updated +Info 4963 [16:02:31.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4964 [16:02:31.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 7.902846001088619ms +Info 4965 [16:02:31.926] Different program with same set of files +Info 4966 [16:02:31.927] Format host information updated +Info 4967 [16:02:32.288] getCompletionData: Get current token: 0.003950001671910286 +Info 4968 [16:02:32.288] getCompletionData: Is inside comment: 0.0012260004878044128 +Info 4969 [16:02:32.288] getCompletionData: Get previous token: 0.011964000761508942 +Info 4970 [16:02:32.288] getCompletionsAtPosition: isCompletionListBlocker: 0.008144998922944069 +Info 4971 [16:02:32.288] getCompletionData: Semantic work: 0.6166380010545254 +Info 4972 [16:02:32.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10194000042974949 +Info 4973 [16:02:33.158] Format host information updated +Info 4974 [16:02:33.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4975 [16:02:33.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 6.402207000181079ms +Info 4976 [16:02:33.164] Different program with same set of files +Info 4977 [16:02:34.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4978 [16:02:34.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 6.421178000047803ms +Info 4979 [16:02:34.160] Different program with same set of files +Info 4980 [16:02:34.160] getCompletionData: Get current token: 0.0033289995044469833 +Info 4981 [16:02:34.160] getCompletionData: Is inside comment: 0.0010989997535943985 +Info 4982 [16:02:34.160] getCompletionData: Get previous token: 0.013664999976754189 +Info 4983 [16:02:34.160] getCompletionsAtPosition: isCompletionListBlocker: 0.005310999229550362 +Info 4984 [16:02:34.163] getCompletionData: Semantic work: 2.784028999507427 +Info 4985 [16:02:34.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11906000040471554 +Info 4986 [16:02:34.171] Format host information updated +Info 4987 [16:02:34.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4988 [16:02:34.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 6.6507270000875ms +Info 4989 [16:02:34.268] Different program with same set of files +Info 4990 [16:02:34.268] getCompletionData: Get current token: 0.004628999158740044 +Info 4991 [16:02:34.268] getCompletionData: Is inside comment: 0.001550000160932541 +Info 4992 [16:02:34.268] getCompletionData: Get previous token: 0.020841998979449272 +Info 4993 [16:02:34.268] getCompletionsAtPosition: isCompletionListBlocker: 0.007983000949025154 +Info 4994 [16:02:34.271] getCompletionData: Semantic work: 3.011786999180913 +Info 4995 [16:02:34.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09411900117993355 +Info 4996 [16:02:34.272] Format host information updated +Info 4997 [16:02:37.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4998 [16:02:37.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 7.05388000048697ms +Info 4999 [16:02:37.459] Different program with same set of files +Info 5000 [16:02:37.459] getCompletionData: Get current token: 0.0043400004506111145 +Info 5001 [16:02:37.459] getCompletionData: Is inside comment: 0.0014450009912252426 +Info 5002 [16:02:37.459] getCompletionData: Get previous token: 0.01974400132894516 +Info 5003 [16:02:37.459] getCompletionsAtPosition: isCompletionListBlocker: 0.00232899934053421 +Info 5004 [16:02:37.459] getExportInfoMap: cache hit +Info 5005 [16:02:37.461] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5006 [16:02:37.461] collectAutoImports: response is complete +Info 5007 [16:02:37.461] collectAutoImports: 1.5422200001776218 +Info 5008 [16:02:37.461] getCompletionData: Semantic work: 2.038814999163151 +Info 5009 [16:02:37.462] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0675149988383055 +Info 5010 [16:02:37.463] Format host information updated +Info 5011 [16:02:37.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5012 [16:02:37.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 10.1444849986583ms +Info 5013 [16:02:37.524] Different program with same set of files +Info 5014 [16:02:37.524] getCompletionData: Get current token: 0.00786300003528595 +Info 5015 [16:02:37.524] getCompletionData: Is inside comment: 0.002749001607298851 +Info 5016 [16:02:37.524] getCompletionData: Get previous token: 0.03692200034856796 +Info 5017 [16:02:37.524] getCompletionsAtPosition: isCompletionListBlocker: 0.003714999184012413 +Info 5018 [16:02:37.525] getExportInfoMap: cache hit +Info 5019 [16:02:37.528] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5020 [16:02:37.528] collectAutoImports: response is complete +Info 5021 [16:02:37.528] collectAutoImports: 2.542263001203537 +Info 5022 [16:02:37.528] getCompletionData: Semantic work: 3.3899770006537437 +Info 5023 [16:02:37.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7575710006058216 +Info 5024 [16:02:37.531] Format host information updated +Info 5025 [16:02:37.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5026 [16:02:37.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 6.600313000380993ms +Info 5027 [16:02:37.680] Different program with same set of files +Info 5028 [16:02:37.681] getCompletionData: Get current token: 0.005413999781012535 +Info 5029 [16:02:37.681] getCompletionData: Is inside comment: 0.001520000398159027 +Info 5030 [16:02:37.681] getCompletionData: Get previous token: 0.022787999361753464 +Info 5031 [16:02:37.681] getCompletionsAtPosition: isCompletionListBlocker: 0.002565000206232071 +Info 5032 [16:02:37.681] getExportInfoMap: cache hit +Info 5033 [16:02:37.683] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5034 [16:02:37.683] collectAutoImports: response is complete +Info 5035 [16:02:37.683] collectAutoImports: 1.6981530003249645 +Info 5036 [16:02:37.683] getCompletionData: Semantic work: 2.2593980003148317 +Info 5037 [16:02:37.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1992560010403395 +Info 5038 [16:02:37.688] Format host information updated +Info 5039 [16:02:37.856] Format host information updated +Info 5040 [16:02:37.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5041 [16:02:37.863] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 6.77063500136137ms +Info 5042 [16:02:37.863] Different program with same set of files +Info 5043 [16:02:38.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5044 [16:02:38.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 6.854295000433922ms +Info 5045 [16:02:38.019] Different program with same set of files +Info 5046 [16:02:38.019] getCompletionData: Get current token: 0.0070569999516010284 +Info 5047 [16:02:38.019] getCompletionData: Is inside comment: 0.0015549995005130768 +Info 5048 [16:02:38.019] getCompletionData: Get previous token: 0.02320699952542782 +Info 5049 [16:02:38.019] getCompletionsAtPosition: isCompletionListBlocker: 0.007485000416636467 +Info 5050 [16:02:38.020] getExportInfoMap: cache hit +Info 5051 [16:02:38.034] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 5052 [16:02:38.035] collectAutoImports: response is complete +Info 5053 [16:02:38.035] collectAutoImports: 14.684194998815656 +Info 5054 [16:02:38.035] getCompletionData: Semantic work: 15.287978000938892 +Info 5055 [16:02:38.040] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1255729999393225 +Info 5056 [16:02:38.046] Format host information updated +Info 5057 [16:02:38.153] Format host information updated +Info 5058 [16:02:38.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5059 [16:02:38.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 24.5345180016011ms +Info 5060 [16:02:38.179] Different program with same set of files +Info 5061 [16:02:38.639] getCompletionData: Get current token: 0.014498000964522362 +Info 5062 [16:02:38.639] getCompletionData: Is inside comment: 0.006287001073360443 +Info 5063 [16:02:38.639] getCompletionData: Get previous token: 0.00421999953687191 +Info 5064 [16:02:38.639] getCompletionsAtPosition: isCompletionListBlocker: 0.008372999727725983 +Info 5065 [16:02:38.640] getExportInfoMap: cache hit +Info 5066 [16:02:38.649] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 5067 [16:02:38.649] collectAutoImports: response is complete +Info 5068 [16:02:38.649] collectAutoImports: 9.667232999578118 +Info 5069 [16:02:38.649] getCompletionData: Semantic work: 10.313115000724792 +Info 5070 [16:02:38.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2314569987356663 +Info 5071 [16:02:39.764] Format host information updated +Info 5072 [16:02:39.764] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5073 [16:02:39.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 6.362785000354052ms +Info 5074 [16:02:39.771] Different program with same set of files +Info 5075 [16:02:42.096] getCompletionData: Get current token: 0.0038690008223056793 +Info 5076 [16:02:42.096] getCompletionData: Is inside comment: 0.0015110000967979431 +Info 5077 [16:02:42.096] getCompletionData: Get previous token: 0.018478998914361 +Info 5078 [16:02:42.096] getCompletionsAtPosition: isCompletionListBlocker: 0.01406800001859665 +Info 5079 [16:02:42.097] getCompletionData: Semantic work: 0.7508660014718771 +Info 5080 [16:02:42.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08552799932658672 +Info 5081 [16:02:42.227] Format host information updated +Info 5082 [16:02:42.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5083 [16:02:42.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 6.5230170004069805ms +Info 5084 [16:02:42.234] Different program with same set of files +Info 5085 [16:02:42.287] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5086 [16:02:42.296] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 8.411761999130249ms +Info 5087 [16:02:42.296] Different program with same set of files +Info 5088 [16:02:42.296] getCompletionData: Get current token: 0.0033440012484788895 +Info 5089 [16:02:42.296] getCompletionData: Is inside comment: 0.0011710003018379211 +Info 5090 [16:02:42.296] getCompletionData: Get previous token: 0.017153998836874962 +Info 5091 [16:02:42.296] getCompletionsAtPosition: isCompletionListBlocker: 0.006605999544262886 +Info 5092 [16:02:42.296] getExportInfoMap: cache hit +Info 5093 [16:02:42.310] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 5094 [16:02:42.310] collectAutoImports: response is complete +Info 5095 [16:02:42.310] collectAutoImports: 13.33393800072372 +Info 5096 [16:02:42.310] getCompletionData: Semantic work: 13.824710998684168 +Info 5097 [16:02:42.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.298320999369025 +Info 5098 [16:02:42.320] Format host information updated +Info 5099 [16:02:42.397] Format host information updated +Info 5100 [16:02:42.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5101 [16:02:42.409] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 12.612453000620008ms +Info 5102 [16:02:42.410] Different program with same set of files +Info 5103 [16:02:42.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5104 [16:02:42.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 6.3685500007122755ms +Info 5105 [16:02:42.598] Different program with same set of files +Info 5106 [16:02:42.598] getCompletionData: Get current token: 0.004336999729275703 +Info 5107 [16:02:42.598] getCompletionData: Is inside comment: 0.0014249999076128006 +Info 5108 [16:02:42.598] getCompletionData: Get previous token: 0.021606000140309334 +Info 5109 [16:02:42.598] getCompletionsAtPosition: isCompletionListBlocker: 0.008088000118732452 +Info 5110 [16:02:42.599] getExportInfoMap: cache hit +Info 5111 [16:02:42.602] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 147 from cache +Info 5112 [16:02:42.602] collectAutoImports: response is complete +Info 5113 [16:02:42.602] collectAutoImports: 3.8679230008274317 +Info 5114 [16:02:42.602] getCompletionData: Semantic work: 4.460258999839425 +Info 5115 [16:02:42.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6538539994508028 +Info 5116 [16:02:42.609] Format host information updated +Info 5117 [16:02:42.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5118 [16:02:42.768] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 6.974850000813603ms +Info 5119 [16:02:42.768] Different program with same set of files +Info 5120 [16:02:42.769] getCompletionData: Get current token: 0.004505999386310577 +Info 5121 [16:02:42.769] getCompletionData: Is inside comment: 0.0016240011900663376 +Info 5122 [16:02:42.769] getCompletionData: Get previous token: 0.024283001199364662 +Info 5123 [16:02:42.769] getCompletionsAtPosition: isCompletionListBlocker: 0.008263999596238136 +Info 5124 [16:02:42.769] getExportInfoMap: cache hit +Info 5125 [16:02:42.771] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 14 from cache +Info 5126 [16:02:42.771] collectAutoImports: response is complete +Info 5127 [16:02:42.771] collectAutoImports: 2.1252089999616146 +Info 5128 [16:02:42.771] getCompletionData: Semantic work: 2.736895998939872 +Info 5129 [16:02:42.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4125130008906126 +Info 5130 [16:02:42.776] Format host information updated +Info 5131 [16:02:42.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5132 [16:02:42.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 10.311468999832869ms +Info 5133 [16:02:42.920] Different program with same set of files +Info 5134 [16:02:42.920] getCompletionData: Get current token: 0.0038130003958940506 +Info 5135 [16:02:42.920] getCompletionData: Is inside comment: 0.0013350006192922592 +Info 5136 [16:02:42.920] getCompletionData: Get previous token: 0.019724000245332718 +Info 5137 [16:02:42.920] getCompletionsAtPosition: isCompletionListBlocker: 0.00821400061249733 +Info 5138 [16:02:42.921] getExportInfoMap: cache hit +Info 5139 [16:02:42.922] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 5140 [16:02:42.923] collectAutoImports: response is complete +Info 5141 [16:02:42.923] collectAutoImports: 1.6144890002906322 +Info 5142 [16:02:42.923] getCompletionData: Semantic work: 2.1786919999867678 +Info 5143 [16:02:42.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.034630998969078 +Info 5144 [16:02:42.926] Format host information updated +Info 5145 [16:02:43.073] Format host information updated +Info 5146 [16:02:43.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5147 [16:02:43.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 6.6122409999370575ms +Info 5148 [16:02:43.079] Different program with same set of files +Info 5149 [16:02:43.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5150 [16:02:43.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 9.863094998523593ms +Info 5151 [16:02:43.238] Different program with same set of files +Info 5152 [16:02:43.238] getCompletionData: Get current token: 0.004458000883460045 +Info 5153 [16:02:43.238] getCompletionData: Is inside comment: 0.0016470011323690414 +Info 5154 [16:02:43.238] getCompletionData: Get previous token: 0.024174999445676804 +Info 5155 [16:02:43.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0021410007029771805 +Info 5156 [16:02:43.238] getExportInfoMap: cache hit +Info 5157 [16:02:43.250] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 5158 [16:02:43.250] collectAutoImports: response is complete +Info 5159 [16:02:43.250] collectAutoImports: 11.049545999616385 +Info 5160 [16:02:43.250] getCompletionData: Semantic work: 11.656713999807835 +Info 5161 [16:02:43.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.280771000310779 +Info 5162 [16:02:43.261] Format host information updated +Info 5163 [16:02:43.335] Format host information updated +Info 5164 [16:02:43.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5165 [16:02:43.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 16.67727299965918ms +Info 5166 [16:02:43.352] Different program with same set of files +Info 5167 [16:02:43.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5168 [16:02:43.671] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 6.025883998721838ms +Info 5169 [16:02:43.671] Different program with same set of files +Info 5170 [16:02:43.671] getCompletionData: Get current token: 0.0036239996552467346 +Info 5171 [16:02:43.671] getCompletionData: Is inside comment: 0.0012989994138479233 +Info 5172 [16:02:43.671] getCompletionData: Get previous token: 0.019116999581456184 +Info 5173 [16:02:43.671] getCompletionsAtPosition: isCompletionListBlocker: 0.002174999564886093 +Info 5174 [16:02:43.672] getExportInfoMap: cache hit +Info 5175 [16:02:43.685] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 5176 [16:02:43.685] collectAutoImports: response is complete +Info 5177 [16:02:43.685] collectAutoImports: 12.834354000166059 +Info 5178 [16:02:43.685] getCompletionData: Semantic work: 13.342894000932574 +Info 5179 [16:02:43.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7000460010021925 +Info 5180 [16:02:43.692] Format host information updated +Info 5181 [16:02:43.775] Format host information updated +Info 5182 [16:02:43.775] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5183 [16:02:43.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 16.827576998621225ms +Info 5184 [16:02:43.792] Different program with same set of files +Info 5185 [16:02:43.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5186 [16:02:43.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 9.732254998758435ms +Info 5187 [16:02:43.938] Different program with same set of files +Info 5188 [16:02:43.938] getCompletionData: Get current token: 0.004574999213218689 +Info 5189 [16:02:43.938] getCompletionData: Is inside comment: 0.0014210008084774017 +Info 5190 [16:02:43.938] getCompletionData: Get previous token: 0.024070000275969505 +Info 5191 [16:02:43.938] getCompletionsAtPosition: isCompletionListBlocker: 0.008006999269127846 +Info 5192 [16:02:43.939] getExportInfoMap: cache hit +Info 5193 [16:02:43.941] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 5194 [16:02:43.941] collectAutoImports: response is complete +Info 5195 [16:02:43.941] collectAutoImports: 1.9757240004837513 +Info 5196 [16:02:43.941] getCompletionData: Semantic work: 2.6308709997683764 +Info 5197 [16:02:43.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1701549999415874 +Info 5198 [16:02:43.946] Format host information updated +Info 5199 [16:02:44.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5200 [16:02:44.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 6.025846000760794ms +Info 5201 [16:02:44.156] Different program with same set of files +Info 5202 [16:02:44.156] getCompletionData: Get current token: 0.003913998603820801 +Info 5203 [16:02:44.156] getCompletionData: Is inside comment: 0.0018199998885393143 +Info 5204 [16:02:44.156] getCompletionData: Get previous token: 0.020819000899791718 +Info 5205 [16:02:44.156] getCompletionsAtPosition: isCompletionListBlocker: 0.00744200125336647 +Info 5206 [16:02:44.156] getExportInfoMap: cache hit +Info 5207 [16:02:44.158] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 14 from cache +Info 5208 [16:02:44.158] collectAutoImports: response is complete +Info 5209 [16:02:44.158] collectAutoImports: 1.8387509994208813 +Info 5210 [16:02:44.158] getCompletionData: Semantic work: 2.3532120008021593 +Info 5211 [16:02:44.161] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9888170007616282 +Info 5212 [16:02:44.162] Format host information updated +Info 5213 [16:02:44.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5214 [16:02:44.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 6.6387959998101ms +Info 5215 [16:02:44.295] Different program with same set of files +Info 5216 [16:02:44.295] getCompletionData: Get current token: 0.004297999665141106 +Info 5217 [16:02:44.295] getCompletionData: Is inside comment: 0.0016469992697238922 +Info 5218 [16:02:44.295] getCompletionData: Get previous token: 0.023722998797893524 +Info 5219 [16:02:44.295] getCompletionsAtPosition: isCompletionListBlocker: 0.0078940000385046 +Info 5220 [16:02:44.296] getExportInfoMap: cache hit +Info 5221 [16:02:44.298] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 27 from cache +Info 5222 [16:02:44.299] collectAutoImports: response is complete +Info 5223 [16:02:44.299] collectAutoImports: 2.5351020004600286 +Info 5224 [16:02:44.299] getCompletionData: Semantic work: 3.1435150001198053 +Info 5225 [16:02:44.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2354819998145103 +Info 5226 [16:02:44.306] Format host information updated +Info 5227 [16:02:44.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5228 [16:02:44.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 13.357547000050545ms +Info 5229 [16:02:44.431] Different program with same set of files +Info 5230 [16:02:44.431] getCompletionData: Get current token: 0.003924999386072159 +Info 5231 [16:02:44.431] getCompletionData: Is inside comment: 0.001544000580906868 +Info 5232 [16:02:44.431] getCompletionData: Get previous token: 0.021307000890374184 +Info 5233 [16:02:44.431] getCompletionsAtPosition: isCompletionListBlocker: 0.007361000403761864 +Info 5234 [16:02:44.432] getExportInfoMap: cache hit +Info 5235 [16:02:44.435] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 147 from cache +Info 5236 [16:02:44.435] collectAutoImports: response is complete +Info 5237 [16:02:44.435] collectAutoImports: 3.566441001370549 +Info 5238 [16:02:44.435] getCompletionData: Semantic work: 4.100400999188423 +Info 5239 [16:02:44.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3759359996765852 +Info 5240 [16:02:44.442] Format host information updated +Info 5241 [16:02:44.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5242 [16:02:44.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 7.307629000395536ms +Info 5243 [16:02:44.486] Different program with same set of files +Info 5244 [16:02:44.486] getCompletionData: Get current token: 0.005082998424768448 +Info 5245 [16:02:44.486] getCompletionData: Is inside comment: 0.0017649997025728226 +Info 5246 [16:02:44.486] getCompletionData: Get previous token: 0.026876000687479973 +Info 5247 [16:02:44.486] getCompletionsAtPosition: isCompletionListBlocker: 0.008626999333500862 +Info 5248 [16:02:44.486] getExportInfoMap: cache hit +Info 5249 [16:02:44.490] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 94 from cache +Info 5250 [16:02:44.490] collectAutoImports: response is complete +Info 5251 [16:02:44.490] collectAutoImports: 3.593758000060916 +Info 5252 [16:02:44.490] getCompletionData: Semantic work: 4.2393720000982285 +Info 5253 [16:02:44.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4977700002491474 +Info 5254 [16:02:44.495] Format host information updated +Info 5255 [16:02:44.811] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5256 [16:02:44.817] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 6.185174999758601ms +Info 5257 [16:02:44.817] Different program with same set of files +Info 5258 [16:02:44.817] getCompletionData: Get current token: 0.003901999443769455 +Info 5259 [16:02:44.817] getCompletionData: Is inside comment: 0.00173100084066391 +Info 5260 [16:02:44.817] getCompletionData: Get previous token: 0.020219000056385994 +Info 5261 [16:02:44.817] getCompletionsAtPosition: isCompletionListBlocker: 0.006678000092506409 +Info 5262 [16:02:44.818] getExportInfoMap: cache hit +Info 5263 [16:02:44.831] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 5264 [16:02:44.831] collectAutoImports: response is complete +Info 5265 [16:02:44.831] collectAutoImports: 13.011746998876333 +Info 5266 [16:02:44.831] getCompletionData: Semantic work: 13.520731998607516 +Info 5267 [16:02:44.837] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.843275999650359 +Info 5268 [16:02:44.840] Format host information updated +Info 5269 [16:02:45.123] Format host information updated +Info 5270 [16:02:45.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5271 [16:02:45.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 7.427137000486255ms +Info 5272 [16:02:45.131] Different program with same set of files +Info 5273 [16:02:45.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5274 [16:02:45.213] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 6.871057000011206ms +Info 5275 [16:02:45.213] Different program with same set of files +Info 5276 [16:02:45.213] getCompletionData: Get current token: 0.0038250014185905457 +Info 5277 [16:02:45.213] getCompletionData: Is inside comment: 0.0012839995324611664 +Info 5278 [16:02:45.213] getCompletionData: Get previous token: 0.020015999674797058 +Info 5279 [16:02:45.213] getCompletionsAtPosition: isCompletionListBlocker: 0.0023450013250112534 +Info 5280 [16:02:45.213] getExportInfoMap: cache hit +Info 5281 [16:02:45.227] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 5282 [16:02:45.227] collectAutoImports: response is complete +Info 5283 [16:02:45.227] collectAutoImports: 13.466579999774694 +Info 5284 [16:02:45.227] getCompletionData: Semantic work: 14.091778000816703 +Info 5285 [16:02:45.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.758669000118971 +Info 5286 [16:02:45.235] Format host information updated +Info 5287 [16:02:45.333] Format host information updated +Info 5288 [16:02:45.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5289 [16:02:45.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 24.334909999743104ms +Info 5290 [16:02:45.358] Different program with same set of files +Info 5291 [16:02:45.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5292 [16:02:45.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 6.358041999861598ms +Info 5293 [16:02:45.476] Different program with same set of files +Info 5294 [16:02:45.476] getCompletionData: Get current token: 0.004001999273896217 +Info 5295 [16:02:45.476] getCompletionData: Is inside comment: 0.0013659987598657608 +Info 5296 [16:02:45.476] getCompletionData: Get previous token: 0.019876999780535698 +Info 5297 [16:02:45.476] getCompletionsAtPosition: isCompletionListBlocker: 0.002007000148296356 +Info 5298 [16:02:45.477] getExportInfoMap: cache hit +Info 5299 [16:02:45.480] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 52 from cache +Info 5300 [16:02:45.480] collectAutoImports: response is complete +Info 5301 [16:02:45.480] collectAutoImports: 3.233966000378132 +Info 5302 [16:02:45.480] getCompletionData: Semantic work: 3.8702989984303713 +Info 5303 [16:02:45.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2459040004760027 +Info 5304 [16:02:45.487] Format host information updated +Info 5305 [16:02:45.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5306 [16:02:45.663] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 6.756664998829365ms +Info 5307 [16:02:45.663] Different program with same set of files +Info 5308 [16:02:45.663] getCompletionData: Get current token: 0.004370000213384628 +Info 5309 [16:02:45.663] getCompletionData: Is inside comment: 0.0014929994940757751 +Info 5310 [16:02:45.663] getCompletionData: Get previous token: 0.023892000317573547 +Info 5311 [16:02:45.663] getCompletionsAtPosition: isCompletionListBlocker: 0.0024399999529123306 +Info 5312 [16:02:45.664] getExportInfoMap: cache hit +Info 5313 [16:02:45.666] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 7 from cache +Info 5314 [16:02:45.666] collectAutoImports: response is complete +Info 5315 [16:02:45.666] collectAutoImports: 2.1299700010567904 +Info 5316 [16:02:45.666] getCompletionData: Semantic work: 2.7585550006479025 +Info 5317 [16:02:45.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1334630008786917 +Info 5318 [16:02:45.670] Format host information updated +Info 5319 [16:02:45.812] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5320 [16:02:45.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 9.5005549993366ms +Info 5321 [16:02:45.822] Different program with same set of files +Info 5322 [16:02:45.822] getCompletionData: Get current token: 0.003577001392841339 +Info 5323 [16:02:45.822] getCompletionData: Is inside comment: 0.0011470001190900803 +Info 5324 [16:02:45.822] getCompletionData: Get previous token: 0.018521999940276146 +Info 5325 [16:02:45.822] getCompletionsAtPosition: isCompletionListBlocker: 0.0018980000168085098 +Info 5326 [16:02:45.823] getExportInfoMap: cache hit +Info 5327 [16:02:45.824] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 5328 [16:02:45.824] collectAutoImports: response is complete +Info 5329 [16:02:45.824] collectAutoImports: 1.6805349998176098 +Info 5330 [16:02:45.824] getCompletionData: Semantic work: 2.5217349994927645 +Info 5331 [16:02:45.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0250109992921352 +Info 5332 [16:02:45.829] Format host information updated +Info 5333 [16:02:45.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5334 [16:02:45.937] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 24.1769730001688ms +Info 5335 [16:02:45.937] Different program with same set of files +Info 5336 [16:02:45.937] getCompletionData: Get current token: 0.012567998841404915 +Info 5337 [16:02:45.937] getCompletionData: Is inside comment: 0.004928000271320343 +Info 5338 [16:02:45.937] getCompletionData: Get previous token: 0.0687630008906126 +Info 5339 [16:02:45.937] getCompletionsAtPosition: isCompletionListBlocker: 0.004805000498890877 +Info 5340 [16:02:45.939] getExportInfoMap: cache hit +Info 5341 [16:02:45.943] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5342 [16:02:45.943] collectAutoImports: response is complete +Info 5343 [16:02:45.943] collectAutoImports: 3.8724380005151033 +Info 5344 [16:02:45.943] getCompletionData: Semantic work: 5.455869000405073 +Info 5345 [16:02:45.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8635040000081062 +Info 5346 [16:02:45.951] Format host information updated +Info 5347 [16:02:45.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5348 [16:02:45.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 6.721449000760913ms +Info 5349 [16:02:45.981] Different program with same set of files +Info 5350 [16:02:45.981] getCompletionData: Get current token: 0.0043470002710819244 +Info 5351 [16:02:45.981] getCompletionData: Is inside comment: 0.0014660004526376724 +Info 5352 [16:02:45.981] getCompletionData: Get previous token: 0.024246999993920326 +Info 5353 [16:02:45.981] getCompletionsAtPosition: isCompletionListBlocker: 0.002507999539375305 +Info 5354 [16:02:45.981] getExportInfoMap: cache hit +Info 5355 [16:02:45.983] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5356 [16:02:45.983] collectAutoImports: response is complete +Info 5357 [16:02:45.983] collectAutoImports: 1.6463899984955788 +Info 5358 [16:02:45.983] getCompletionData: Semantic work: 2.251927999779582 +Info 5359 [16:02:45.987] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9557970017194748 +Info 5360 [16:02:45.987] Format host information updated +Info 5361 [16:02:46.117] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5362 [16:02:46.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 6.274904001504183ms +Info 5363 [16:02:46.123] Different program with same set of files +Info 5364 [16:02:46.123] getCompletionData: Get current token: 0.0039789993315935135 +Info 5365 [16:02:46.124] getCompletionData: Is inside comment: 0.0013959985226392746 +Info 5366 [16:02:46.124] getCompletionData: Get previous token: 0.020913999527692795 +Info 5367 [16:02:46.124] getCompletionsAtPosition: isCompletionListBlocker: 0.0018250010907649994 +Info 5368 [16:02:46.124] getExportInfoMap: cache hit +Info 5369 [16:02:46.126] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5370 [16:02:46.126] collectAutoImports: response is complete +Info 5371 [16:02:46.126] collectAutoImports: 1.4679849985986948 +Info 5372 [16:02:46.126] getCompletionData: Semantic work: 2.0206480007618666 +Info 5373 [16:02:46.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9955740012228489 +Info 5374 [16:02:46.132] Format host information updated +Info 5375 [16:02:46.180] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5376 [16:02:46.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 10.360913999378681ms +Info 5377 [16:02:46.190] Different program with same set of files +Info 5378 [16:02:46.191] getCompletionData: Get current token: 0.007319999858736992 +Info 5379 [16:02:46.191] getCompletionData: Is inside comment: 0.0027939993888139725 +Info 5380 [16:02:46.191] getCompletionData: Get previous token: 0.03956500068306923 +Info 5381 [16:02:46.191] getCompletionsAtPosition: isCompletionListBlocker: 0.0036350004374980927 +Info 5382 [16:02:46.192] getExportInfoMap: cache hit +Info 5383 [16:02:46.194] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5384 [16:02:46.194] collectAutoImports: response is complete +Info 5385 [16:02:46.194] collectAutoImports: 2.742698000743985 +Info 5386 [16:02:46.194] getCompletionData: Semantic work: 3.693580999970436 +Info 5387 [16:02:46.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7905709985643625 +Info 5388 [16:02:46.201] Format host information updated +Info 5389 [16:02:46.374] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5390 [16:02:46.381] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 6.76842600107193ms +Info 5391 [16:02:46.381] Different program with same set of files +Info 5392 [16:02:46.381] getCompletionData: Get current token: 0.003961000591516495 +Info 5393 [16:02:46.381] getCompletionData: Is inside comment: 0.0012519992887973785 +Info 5394 [16:02:46.381] getCompletionData: Get previous token: 0.0198340006172657 +Info 5395 [16:02:46.381] getCompletionsAtPosition: isCompletionListBlocker: 0.002366999164223671 +Info 5396 [16:02:46.381] getExportInfoMap: cache hit +Info 5397 [16:02:46.387] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5398 [16:02:46.387] collectAutoImports: response is complete +Info 5399 [16:02:46.387] collectAutoImports: 5.919262999668717 +Info 5400 [16:02:46.387] getCompletionData: Semantic work: 6.473000999540091 +Info 5401 [16:02:46.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0781300012022257 +Info 5402 [16:02:46.391] Format host information updated +Info 5403 [16:02:46.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5404 [16:02:46.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 12.349837999790907ms +Info 5405 [16:02:46.685] Different program with same set of files +Info 5406 [16:02:46.685] getCompletionData: Get current token: 0.0036289989948272705 +Info 5407 [16:02:46.685] getCompletionData: Is inside comment: 0.0026440005749464035 +Info 5408 [16:02:46.685] getCompletionData: Get previous token: 0.028537999838590622 +Info 5409 [16:02:46.685] getCompletionsAtPosition: isCompletionListBlocker: 0.002341998741030693 +Info 5410 [16:02:46.686] getExportInfoMap: cache hit +Info 5411 [16:02:46.688] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5412 [16:02:46.688] collectAutoImports: response is complete +Info 5413 [16:02:46.688] collectAutoImports: 1.54241600073874 +Info 5414 [16:02:46.688] getCompletionData: Semantic work: 2.291279999539256 +Info 5415 [16:02:46.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0559489987790585 +Info 5416 [16:02:46.691] Format host information updated +Info 5417 [16:02:46.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5418 [16:02:46.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 5.90395599976182ms +Info 5419 [16:02:46.903] Different program with same set of files +Info 5420 [16:02:46.903] getCompletionData: Get current token: 0.003692999482154846 +Info 5421 [16:02:46.903] getCompletionData: Is inside comment: 0.0016520004719495773 +Info 5422 [16:02:46.903] getCompletionData: Get previous token: 0.020107999444007874 +Info 5423 [16:02:46.903] getCompletionsAtPosition: isCompletionListBlocker: 0.0019039995968341827 +Info 5424 [16:02:46.904] getExportInfoMap: cache hit +Info 5425 [16:02:46.905] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5426 [16:02:46.905] collectAutoImports: response is complete +Info 5427 [16:02:46.905] collectAutoImports: 1.4004909992218018 +Info 5428 [16:02:46.905] getCompletionData: Semantic work: 1.9201180003583431 +Info 5429 [16:02:46.908] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9021359998732805 +Info 5430 [16:02:46.909] Format host information updated +Info 5431 [16:02:47.105] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5432 [16:02:47.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 6.445684999227524ms +Info 5433 [16:02:47.111] Different program with same set of files +Info 5434 [16:02:47.111] getCompletionData: Get current token: 0.004041999578475952 +Info 5435 [16:02:47.111] getCompletionData: Is inside comment: 0.0018869992345571518 +Info 5436 [16:02:47.111] getCompletionData: Get previous token: 0.02224300056695938 +Info 5437 [16:02:47.111] getCompletionsAtPosition: isCompletionListBlocker: 0.0021890010684728622 +Info 5438 [16:02:47.112] getExportInfoMap: cache hit +Info 5439 [16:02:47.114] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 5440 [16:02:47.114] collectAutoImports: response is complete +Info 5441 [16:02:47.114] collectAutoImports: 1.8379590008407831 +Info 5442 [16:02:47.114] getCompletionData: Semantic work: 2.397402001544833 +Info 5443 [16:02:47.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.024728998541832 +Info 5444 [16:02:47.120] Format host information updated +Info 5445 [16:02:47.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5446 [16:02:47.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 9.12398299947381ms +Info 5447 [16:02:47.316] Different program with same set of files +Info 5448 [16:02:47.316] getCompletionData: Get current token: 0.0042929984629154205 +Info 5449 [16:02:47.316] getCompletionData: Is inside comment: 0.0021550003439188004 +Info 5450 [16:02:47.316] getCompletionData: Get previous token: 0.02247999981045723 +Info 5451 [16:02:47.316] getCompletionsAtPosition: isCompletionListBlocker: 0.0023090001195669174 +Info 5452 [16:02:47.317] getExportInfoMap: cache hit +Info 5453 [16:02:47.319] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 5454 [16:02:47.319] collectAutoImports: response is complete +Info 5455 [16:02:47.319] collectAutoImports: 1.902861000970006 +Info 5456 [16:02:47.319] getCompletionData: Semantic work: 2.525127999484539 +Info 5457 [16:02:47.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1058629993349314 +Info 5458 [16:02:47.323] Format host information updated +Info 5459 [16:02:47.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5460 [16:02:47.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 9.925030000507832ms +Info 5461 [16:02:47.632] Different program with same set of files +Info 5462 [16:02:47.632] getCompletionData: Get current token: 0.003858998417854309 +Info 5463 [16:02:47.632] getCompletionData: Is inside comment: 0.0018949992954730988 +Info 5464 [16:02:47.632] getCompletionData: Get previous token: 0.01967099867761135 +Info 5465 [16:02:47.632] getCompletionsAtPosition: isCompletionListBlocker: 0.0019260011613368988 +Info 5466 [16:02:47.632] getExportInfoMap: cache hit +Info 5467 [16:02:47.634] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5468 [16:02:47.634] collectAutoImports: response is complete +Info 5469 [16:02:47.634] collectAutoImports: 1.4836229998618364 +Info 5470 [16:02:47.634] getCompletionData: Semantic work: 2.037228999659419 +Info 5471 [16:02:47.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9983480013906956 +Info 5472 [16:02:47.638] Format host information updated +Info 5473 [16:02:47.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5474 [16:02:47.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 10.373549999669194ms +Info 5475 [16:02:47.895] Different program with same set of files +Info 5476 [16:02:47.895] getCompletionData: Get current token: 0.0035009998828172684 +Info 5477 [16:02:47.895] getCompletionData: Is inside comment: 0.0017510000616312027 +Info 5478 [16:02:47.895] getCompletionData: Get previous token: 0.01878499984741211 +Info 5479 [16:02:47.895] getCompletionsAtPosition: isCompletionListBlocker: 0.0021260008215904236 +Info 5480 [16:02:47.895] getExportInfoMap: cache hit +Info 5481 [16:02:47.897] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 5482 [16:02:47.897] collectAutoImports: response is complete +Info 5483 [16:02:47.897] collectAutoImports: 1.7744979988783598 +Info 5484 [16:02:47.897] getCompletionData: Semantic work: 2.3054300006479025 +Info 5485 [16:02:47.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0226280000060797 +Info 5486 [16:02:47.901] Format host information updated +Info 5487 [16:02:47.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5488 [16:02:47.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 6.260395999997854ms +Info 5489 [16:02:47.941] Different program with same set of files +Info 5490 [16:02:47.941] getCompletionData: Get current token: 0.0038280002772808075 +Info 5491 [16:02:47.941] getCompletionData: Is inside comment: 0.0012679994106292725 +Info 5492 [16:02:47.941] getCompletionData: Get previous token: 0.019641999155282974 +Info 5493 [16:02:47.941] getCompletionsAtPosition: isCompletionListBlocker: 0.0021230001002550125 +Info 5494 [16:02:47.942] getExportInfoMap: cache hit +Info 5495 [16:02:47.947] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 7 from cache +Info 5496 [16:02:47.947] collectAutoImports: response is complete +Info 5497 [16:02:47.947] collectAutoImports: 5.650312999263406 +Info 5498 [16:02:47.947] getCompletionData: Semantic work: 6.17841000109911 +Info 5499 [16:02:47.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1031809989362955 +Info 5500 [16:02:47.951] Format host information updated +Info 5501 [16:02:48.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5502 [16:02:48.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 27.56399600021541ms +Info 5503 [16:02:48.065] Different program with same set of files +Info 5504 [16:02:48.066] getCompletionData: Get current token: 0.01331700012087822 +Info 5505 [16:02:48.066] getCompletionData: Is inside comment: 0.0050099994987249374 +Info 5506 [16:02:48.066] getCompletionData: Get previous token: 0.06946099922060966 +Info 5507 [16:02:48.066] getCompletionsAtPosition: isCompletionListBlocker: 0.005053000524640083 +Info 5508 [16:02:48.068] getExportInfoMap: cache hit +Info 5509 [16:02:48.073] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 7 from cache +Info 5510 [16:02:48.073] collectAutoImports: response is complete +Info 5511 [16:02:48.073] collectAutoImports: 4.961726000532508 +Info 5512 [16:02:48.073] getCompletionData: Semantic work: 6.563598999753594 +Info 5513 [16:02:48.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.05332700163126 +Info 5514 [16:02:48.081] Format host information updated +Info 5515 [16:02:48.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5516 [16:02:48.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 11.226289000362158ms +Info 5517 [16:02:48.111] Different program with same set of files +Info 5518 [16:02:48.111] getCompletionData: Get current token: 0.0048329997807741165 +Info 5519 [16:02:48.111] getCompletionData: Is inside comment: 0.0014590006321668625 +Info 5520 [16:02:48.111] getCompletionData: Get previous token: 0.02019299939274788 +Info 5521 [16:02:48.111] getCompletionsAtPosition: isCompletionListBlocker: 0.0021010003983974457 +Info 5522 [16:02:48.112] getExportInfoMap: cache hit +Info 5523 [16:02:48.114] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 5524 [16:02:48.114] collectAutoImports: response is complete +Info 5525 [16:02:48.114] collectAutoImports: 1.7884870003908873 +Info 5526 [16:02:48.114] getCompletionData: Semantic work: 2.3722949996590614 +Info 5527 [16:02:48.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0176689997315407 +Info 5528 [16:02:48.117] Format host information updated +Info 5529 [16:02:48.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5530 [16:02:48.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 6.650458000600338ms +Info 5531 [16:02:48.221] Different program with same set of files +Info 5532 [16:02:48.221] getCompletionData: Get current token: 0.004569999873638153 +Info 5533 [16:02:48.221] getCompletionData: Is inside comment: 0.0015549995005130768 +Info 5534 [16:02:48.221] getCompletionData: Get previous token: 0.025294000282883644 +Info 5535 [16:02:48.221] getCompletionsAtPosition: isCompletionListBlocker: 0.0020969994366168976 +Info 5536 [16:02:48.222] getExportInfoMap: cache hit +Info 5537 [16:02:48.224] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 5538 [16:02:48.224] collectAutoImports: response is complete +Info 5539 [16:02:48.224] collectAutoImports: 2.0063460003584623 +Info 5540 [16:02:48.224] getCompletionData: Semantic work: 2.635002998635173 +Info 5541 [16:02:48.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1765720006078482 +Info 5542 [16:02:48.231] Format host information updated +Info 5543 [16:02:48.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5544 [16:02:48.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 6.373953999951482ms +Info 5545 [16:02:48.320] Different program with same set of files +Info 5546 [16:02:48.320] getCompletionData: Get current token: 0.0041600000113248825 +Info 5547 [16:02:48.320] getCompletionData: Is inside comment: 0.0014319997280836105 +Info 5548 [16:02:48.320] getCompletionData: Get previous token: 0.022639000788331032 +Info 5549 [16:02:48.320] getCompletionsAtPosition: isCompletionListBlocker: 0.0022950004786252975 +Info 5550 [16:02:48.320] getExportInfoMap: cache hit +Info 5551 [16:02:48.322] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 5552 [16:02:48.322] collectAutoImports: response is complete +Info 5553 [16:02:48.322] collectAutoImports: 1.9402620010077953 +Info 5554 [16:02:48.322] getCompletionData: Semantic work: 2.5583439990878105 +Info 5555 [16:02:48.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1081559993326664 +Info 5556 [16:02:48.327] Format host information updated +Info 5557 [16:02:48.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5558 [16:02:48.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 6.442830000072718ms +Info 5559 [16:02:48.428] Different program with same set of files +Info 5560 [16:02:48.428] getCompletionData: Get current token: 0.004529999569058418 +Info 5561 [16:02:48.428] getCompletionData: Is inside comment: 0.0016380008310079575 +Info 5562 [16:02:48.428] getCompletionData: Get previous token: 0.024003000929951668 +Info 5563 [16:02:48.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0024890005588531494 +Info 5564 [16:02:48.429] getExportInfoMap: cache hit +Info 5565 [16:02:48.431] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 5566 [16:02:48.431] collectAutoImports: response is complete +Info 5567 [16:02:48.431] collectAutoImports: 1.9506160002201796 +Info 5568 [16:02:48.431] getCompletionData: Semantic work: 2.559391999617219 +Info 5569 [16:02:48.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.188883999362588 +Info 5570 [16:02:48.439] Format host information updated +Info 5571 [16:02:52.345] Format host information updated +Info 5572 [16:02:52.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5573 [16:02:52.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 10.571449998766184ms +Info 5574 [16:02:52.356] Different program with same set of files +Info 5575 [16:02:52.586] getCompletionData: Get current token: 0.0050050001591444016 +Info 5576 [16:02:52.586] getCompletionData: Is inside comment: 0.0014209989458322525 +Info 5577 [16:02:52.586] getCompletionData: Get previous token: 0.02580299973487854 +Info 5578 [16:02:52.586] getCompletionsAtPosition: isCompletionListBlocker: 0.001886000856757164 +Info 5579 [16:02:52.587] getExportInfoMap: cache hit +Info 5580 [16:02:52.588] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5581 [16:02:52.588] collectAutoImports: response is complete +Info 5582 [16:02:52.588] collectAutoImports: 1.3843379989266396 +Info 5583 [16:02:52.588] getCompletionData: Semantic work: 1.9583119992166758 +Info 5584 [16:02:52.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9067919999361038 +Info 5585 [16:02:52.753] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5586 [16:02:52.759] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 6.496609998866916ms +Info 5587 [16:02:52.759] Different program with same set of files +Info 5588 [16:02:52.759] getCompletionData: Get current token: 0.006975999101996422 +Info 5589 [16:02:52.759] getCompletionData: Is inside comment: 0.0016399994492530823 +Info 5590 [16:02:52.759] getCompletionData: Get previous token: 0.017911000177264214 +Info 5591 [16:02:52.759] getCompletionsAtPosition: isCompletionListBlocker: 0.004240000620484352 +Info 5592 [16:02:52.763] getCompletionData: Semantic work: 3.2993930000811815 +Info 5593 [16:02:52.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09204700030386448 +Info 5594 [16:02:52.766] Format host information updated +Info 5595 [16:02:52.839] Format host information updated +Info 5596 [16:02:52.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5597 [16:02:52.864] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 24.7135220002383ms +Info 5598 [16:02:52.864] Different program with same set of files +Info 5599 [16:02:57.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5600 [16:02:57.759] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 6.550752999261022ms +Info 5601 [16:02:57.759] Different program with same set of files +Info 5602 [16:02:57.759] getCompletionData: Get current token: 0.010857999324798584 +Info 5603 [16:02:57.759] getCompletionData: Is inside comment: 0.003037000074982643 +Info 5604 [16:02:57.759] getCompletionData: Get previous token: 0.02084900066256523 +Info 5605 [16:02:57.759] getCompletionsAtPosition: isCompletionListBlocker: 0.001175999641418457 +Info 5606 [16:02:57.759] Returning an empty list because completion was requested in an invalid position. +Info 5607 [16:02:57.759] Format host information updated +Info 5608 [16:02:58.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5609 [16:02:58.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 6.786758000031114ms +Info 5610 [16:02:58.150] Different program with same set of files +Info 5611 [16:02:58.150] Format host information updated +Info 5612 [16:02:58.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5613 [16:02:58.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 24.548148998990655ms +Info 5614 [16:02:58.299] Different program with same set of files +Info 5615 [16:02:58.301] Format host information updated +Info 5616 [16:02:58.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5617 [16:02:58.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 6.724392998963594ms +Info 5618 [16:02:58.393] Different program with same set of files +Info 5619 [16:02:58.397] Format host information updated +Info 5620 [16:02:58.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5621 [16:02:58.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 6.561105998232961ms +Info 5622 [16:02:58.476] Different program with same set of files +Info 5623 [16:02:58.476] Format host information updated +Info 5624 [16:02:58.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5625 [16:02:58.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 6.472170000895858ms +Info 5626 [16:02:58.649] Different program with same set of files +Info 5627 [16:02:58.653] Format host information updated +Info 5628 [16:02:58.758] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5629 [16:02:58.764] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 6.421571999788284ms +Info 5630 [16:02:58.764] Different program with same set of files +Info 5631 [16:02:58.765] Format host information updated +Info 5632 [16:02:58.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5633 [16:02:58.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 6.4882009997963905ms +Info 5634 [16:02:58.853] Different program with same set of files +Info 5635 [16:02:58.857] Format host information updated +Info 5636 [16:02:59.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5637 [16:02:59.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 7.457593001425266ms +Info 5638 [16:02:59.023] Different program with same set of files +Info 5639 [16:02:59.024] getCompletionData: Get current token: 0.014767000451683998 +Info 5640 [16:02:59.024] getCompletionData: Is inside comment: 0.003895999863743782 +Info 5641 [16:02:59.024] getCompletionData: Get previous token: 0.02847999893128872 +Info 5642 [16:02:59.024] getCompletionsAtPosition: isCompletionListBlocker: 0.0018119998276233673 +Info 5643 [16:02:59.024] Returning an empty list because completion was requested in an invalid position. +Info 5644 [16:02:59.024] Format host information updated +Info 5645 [16:02:59.480] getCompletionData: Get current token: 0.004083000123500824 +Info 5646 [16:02:59.480] getCompletionData: Is inside comment: 0.01527400128543377 +Info 5647 [16:02:59.480] getCompletionData: Get previous token: 0.008790001273155212 +Info 5648 [16:02:59.480] getCompletionsAtPosition: isCompletionListBlocker: 0.02134699933230877 +Info 5649 [16:02:59.482] getExportInfoMap: cache hit +Info 5650 [16:02:59.522] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 5651 [16:02:59.522] collectAutoImports: response is complete +Info 5652 [16:02:59.522] collectAutoImports: 39.17041100002825 +Info 5653 [16:02:59.522] getCompletionData: Semantic work: 41.518694998696446 +Info 5654 [16:02:59.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.269171999767423 +Info 5655 [16:03:00.617] Format host information updated +Info 5656 [16:03:00.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5657 [16:03:00.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 6.511107999831438ms +Info 5658 [16:03:00.624] Different program with same set of files +Info 5659 [16:03:01.084] Format host information updated +Info 5660 [16:03:01.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5661 [16:03:01.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 6.540874000638723ms +Info 5662 [16:03:01.091] Different program with same set of files +Info 5663 [16:03:01.917] Format host information updated +Info 5664 [16:03:01.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5665 [16:03:01.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 6.296784998849034ms +Info 5666 [16:03:01.924] Different program with same set of files +Info 5667 [16:03:06.887] Format host information updated +Info 5668 [16:03:06.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5669 [16:03:06.894] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 6.393279999494553ms +Info 5670 [16:03:06.894] Different program with same set of files +Info 5671 [16:03:12.447] getCompletionData: Get current token: 0.0010909996926784515 +Info 5672 [16:03:12.447] getCompletionData: Is inside comment: 0.006438000127673149 +Info 5673 [16:03:12.447] getCompletionData: Get previous token: 0.004377000033855438 +Info 5674 [16:03:12.447] getCompletionsAtPosition: isCompletionListBlocker: 0.008847000077366829 +Info 5675 [16:03:12.448] getExportInfoMap: cache hit +Info 5676 [16:03:12.461] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 5677 [16:03:12.461] collectAutoImports: response is complete +Info 5678 [16:03:12.461] collectAutoImports: 13.438368998467922 +Info 5679 [16:03:12.461] getCompletionData: Semantic work: 14.043173000216484 +Info 5680 [16:03:12.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.925952000543475 +Info 5681 [16:03:14.841] Format host information updated +Info 5682 [16:03:14.841] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5683 [16:03:14.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 6.3387609999626875ms +Info 5684 [16:03:14.848] Different program with same set of files +Info 5685 [16:03:15.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5686 [16:03:15.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 5.910962998867035ms +Info 5687 [16:03:15.067] Different program with same set of files +Info 5688 [16:03:15.067] getCompletionData: Get current token: 0.003597000613808632 +Info 5689 [16:03:15.067] getCompletionData: Is inside comment: 0.0014169998466968536 +Info 5690 [16:03:15.067] getCompletionData: Get previous token: 0.019426001235842705 +Info 5691 [16:03:15.067] getCompletionsAtPosition: isCompletionListBlocker: 0.004135001450777054 +Info 5692 [16:03:15.071] getCompletionData: Semantic work: 3.431861000135541 +Info 5693 [16:03:15.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08279400132596493 +Info 5694 [16:03:15.074] Format host information updated +Info 5695 [16:03:15.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5696 [16:03:15.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 9.12822699919343ms +Info 5697 [16:03:15.150] Different program with same set of files +Info 5698 [16:03:15.151] getCompletionData: Get current token: 0.006807999685406685 +Info 5699 [16:03:15.151] getCompletionData: Is inside comment: 0.002407999709248543 +Info 5700 [16:03:15.151] getCompletionData: Get previous token: 0.034314000979065895 +Info 5701 [16:03:15.151] getCompletionsAtPosition: isCompletionListBlocker: 0.00623599998652935 +Info 5702 [16:03:15.156] getCompletionData: Semantic work: 5.5014559999108315 +Info 5703 [16:03:15.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13349200040102005 +Info 5704 [16:03:15.157] Format host information updated +Info 5705 [16:03:15.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5706 [16:03:15.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 6.460285000503063ms +Info 5707 [16:03:15.287] Different program with same set of files +Info 5708 [16:03:15.287] getCompletionData: Get current token: 0.0038350000977516174 +Info 5709 [16:03:15.287] getCompletionData: Is inside comment: 0.0013859998434782028 +Info 5710 [16:03:15.287] getCompletionData: Get previous token: 0.019121000543236732 +Info 5711 [16:03:15.287] getCompletionsAtPosition: isCompletionListBlocker: 0.004984000697731972 +Info 5712 [16:03:15.290] getCompletionData: Semantic work: 3.3227130006998777 +Info 5713 [16:03:15.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08288799971342087 +Info 5714 [16:03:15.294] Format host information updated +Info 5715 [16:03:15.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5716 [16:03:15.427] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 24.971313999965787ms +Info 5717 [16:03:15.427] Different program with same set of files +Info 5718 [16:03:15.428] getCompletionData: Get current token: 0.013251999393105507 +Info 5719 [16:03:15.428] getCompletionData: Is inside comment: 0.004721000790596008 +Info 5720 [16:03:15.428] getCompletionData: Get previous token: 0.0686659999191761 +Info 5721 [16:03:15.428] getCompletionsAtPosition: isCompletionListBlocker: 0.01146400161087513 +Info 5722 [16:03:15.438] getCompletionData: Semantic work: 9.612732999026775 +Info 5723 [16:03:15.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1750579997897148 +Info 5724 [16:03:15.438] Format host information updated +Info 5725 [16:03:15.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5726 [16:03:15.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 8.488709000870585ms +Info 5727 [16:03:15.474] Different program with same set of files +Info 5728 [16:03:15.474] getCompletionData: Get current token: 0.0063850004225969315 +Info 5729 [16:03:15.474] getCompletionData: Is inside comment: 0.001994999125599861 +Info 5730 [16:03:15.474] getCompletionData: Get previous token: 0.030136000365018845 +Info 5731 [16:03:15.474] getCompletionsAtPosition: isCompletionListBlocker: 0.005233000963926315 +Info 5732 [16:03:15.483] getCompletionData: Semantic work: 8.60024599917233 +Info 5733 [16:03:15.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10977300070226192 +Info 5734 [16:03:15.483] Format host information updated +Info 5735 [16:03:16.720] Format host information updated +Info 5736 [16:03:16.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5737 [16:03:16.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 7.474824000149965ms +Info 5738 [16:03:16.728] Different program with same set of files +Info 5739 [16:03:16.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5740 [16:03:16.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 6.549916001036763ms +Info 5741 [16:03:16.953] Different program with same set of files +Info 5742 [16:03:16.953] getCompletionData: Get current token: 0.0033379998058080673 +Info 5743 [16:03:16.953] getCompletionData: Is inside comment: 0.001372000202536583 +Info 5744 [16:03:16.953] getCompletionData: Get previous token: 0.023000000044703484 +Info 5745 [16:03:16.953] getCompletionsAtPosition: isCompletionListBlocker: 0.004354000091552734 +Info 5746 [16:03:16.956] getCompletionData: Semantic work: 3.489504998549819 +Info 5747 [16:03:16.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08425300009548664 +Info 5748 [16:03:16.957] Format host information updated +Info 5749 [16:03:17.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5750 [16:03:17.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 7.555833000689745ms +Info 5751 [16:03:17.048] Different program with same set of files +Info 5752 [16:03:17.048] getCompletionData: Get current token: 0.0051639992743730545 +Info 5753 [16:03:17.048] getCompletionData: Is inside comment: 0.0016290005296468735 +Info 5754 [16:03:17.048] getCompletionData: Get previous token: 0.03135400079190731 +Info 5755 [16:03:17.048] getCompletionsAtPosition: isCompletionListBlocker: 0.004969000816345215 +Info 5756 [16:03:17.052] getCompletionData: Semantic work: 4.217308999970555 +Info 5757 [16:03:17.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10078000091016293 +Info 5758 [16:03:17.055] Format host information updated +Info 5759 [16:03:17.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5760 [16:03:17.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 7.1966580003499985ms +Info 5761 [16:03:17.167] Different program with same set of files +Info 5762 [16:03:17.167] getCompletionData: Get current token: 0.00449100136756897 +Info 5763 [16:03:17.167] getCompletionData: Is inside comment: 0.001703999936580658 +Info 5764 [16:03:17.167] getCompletionData: Get previous token: 0.030055999755859375 +Info 5765 [16:03:17.167] getCompletionsAtPosition: isCompletionListBlocker: 0.004620000720024109 +Info 5766 [16:03:17.171] getCompletionData: Semantic work: 4.203383000567555 +Info 5767 [16:03:17.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09723400138318539 +Info 5768 [16:03:17.172] Format host information updated +Info 5769 [16:03:17.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5770 [16:03:17.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 7.2272209990769625ms +Info 5771 [16:03:17.282] Different program with same set of files +Info 5772 [16:03:17.282] getCompletionData: Get current token: 0.004388999193906784 +Info 5773 [16:03:17.282] getCompletionData: Is inside comment: 0.0016220007091760635 +Info 5774 [16:03:17.282] getCompletionData: Get previous token: 0.04303000122308731 +Info 5775 [16:03:17.282] getCompletionsAtPosition: isCompletionListBlocker: 0.0050109997391700745 +Info 5776 [16:03:17.289] getCompletionData: Semantic work: 6.9933200012892485 +Info 5777 [16:03:17.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11312100104987621 +Info 5778 [16:03:17.290] Format host information updated +Info 5779 [16:03:17.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5780 [16:03:17.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 6.685435000807047ms +Info 5781 [16:03:17.353] Different program with same set of files +Info 5782 [16:03:17.353] getCompletionData: Get current token: 0.004216998815536499 +Info 5783 [16:03:17.353] getCompletionData: Is inside comment: 0.00151900015771389 +Info 5784 [16:03:17.353] getCompletionData: Get previous token: 0.025296000763773918 +Info 5785 [16:03:17.353] getCompletionsAtPosition: isCompletionListBlocker: 0.004515999928116798 +Info 5786 [16:03:17.356] getCompletionData: Semantic work: 3.1975730005651712 +Info 5787 [16:03:17.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08555100113153458 +Info 5788 [16:03:17.356] Format host information updated +Info 5789 [16:03:22.887] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5790 [16:03:22.894] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 6.608307000249624ms +Info 5791 [16:03:22.894] Different program with same set of files +Info 5792 [16:03:22.894] getCompletionData: Get current token: 0.0043279994279146194 +Info 5793 [16:03:22.894] getCompletionData: Is inside comment: 0.014745000749826431 +Info 5794 [16:03:22.894] getCompletionData: Get previous token: 0.010046999901533127 +Info 5795 [16:03:22.894] getCompletionsAtPosition: isCompletionListBlocker: 0.0027569998055696487 +Info 5796 [16:03:22.895] getExportInfoMap: cache hit +Info 5797 [16:03:22.914] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5798 [16:03:22.914] collectAutoImports: response is complete +Info 5799 [16:03:22.914] collectAutoImports: 18.966385999694467 +Info 5800 [16:03:22.914] getCompletionData: Semantic work: 19.6477530002594 +Info 5801 [16:03:22.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.140068000182509 +Info 5802 [16:03:22.923] Format host information updated +Info 5803 [16:03:23.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5804 [16:03:23.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 6.874920999631286ms +Info 5805 [16:03:23.484] Different program with same set of files +Info 5806 [16:03:23.484] getCompletionData: Get current token: 0.004292000085115433 +Info 5807 [16:03:23.484] getCompletionData: Is inside comment: 0.014590000733733177 +Info 5808 [16:03:23.484] getCompletionData: Get previous token: 0.018214000388979912 +Info 5809 [16:03:23.484] getCompletionsAtPosition: isCompletionListBlocker: 0.00269399955868721 +Info 5810 [16:03:23.484] getExportInfoMap: cache hit +Info 5811 [16:03:23.489] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 218 from cache +Info 5812 [16:03:23.489] collectAutoImports: response is complete +Info 5813 [16:03:23.489] collectAutoImports: 4.283642999827862 +Info 5814 [16:03:23.489] getCompletionData: Semantic work: 4.859166000038385 +Info 5815 [16:03:23.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3771379999816418 +Info 5816 [16:03:23.497] Format host information updated +Info 5817 [16:03:23.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5818 [16:03:23.563] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 12.007779000326991ms +Info 5819 [16:03:23.563] Different program with same set of files +Info 5820 [16:03:23.564] getCompletionData: Get current token: 0.008992999792098999 +Info 5821 [16:03:23.564] getCompletionData: Is inside comment: 0.02862199954688549 +Info 5822 [16:03:23.564] getCompletionData: Get previous token: 0.03570999950170517 +Info 5823 [16:03:23.564] getCompletionsAtPosition: isCompletionListBlocker: 0.0038700010627508163 +Info 5824 [16:03:23.565] getExportInfoMap: cache hit +Info 5825 [16:03:23.570] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 58 from cache +Info 5826 [16:03:23.570] collectAutoImports: response is complete +Info 5827 [16:03:23.570] collectAutoImports: 5.041117001324892 +Info 5828 [16:03:23.570] getCompletionData: Semantic work: 6.105063000693917 +Info 5829 [16:03:23.574] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.072319000959396 +Info 5830 [16:03:23.576] Format host information updated +Info 5831 [16:03:23.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5832 [16:03:23.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 24.034967999905348ms +Info 5833 [16:03:23.747] Different program with same set of files +Info 5834 [16:03:23.748] getCompletionData: Get current token: 0.00795700028538704 +Info 5835 [16:03:23.748] getCompletionData: Is inside comment: 0.02433199994266033 +Info 5836 [16:03:23.748] getCompletionData: Get previous token: 0.030784999951720238 +Info 5837 [16:03:23.748] getCompletionsAtPosition: isCompletionListBlocker: 0.004348998889327049 +Info 5838 [16:03:23.749] getExportInfoMap: cache hit +Info 5839 [16:03:23.752] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 45 from cache +Info 5840 [16:03:23.752] collectAutoImports: response is complete +Info 5841 [16:03:23.752] collectAutoImports: 3.647391999140382 +Info 5842 [16:03:23.753] getCompletionData: Semantic work: 4.640427000820637 +Info 5843 [16:03:23.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.09502200037241 +Info 5844 [16:03:23.757] Format host information updated +Info 5845 [16:03:23.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5846 [16:03:23.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 6.972973000258207ms +Info 5847 [16:03:23.791] Different program with same set of files +Info 5848 [16:03:23.792] getCompletionData: Get current token: 0.004692999646067619 +Info 5849 [16:03:23.792] getCompletionData: Is inside comment: 0.014847999438643456 +Info 5850 [16:03:23.792] getCompletionData: Get previous token: 0.017619000747799873 +Info 5851 [16:03:23.792] getCompletionsAtPosition: isCompletionListBlocker: 0.0028059985488653183 +Info 5852 [16:03:23.792] getExportInfoMap: cache hit +Info 5853 [16:03:23.794] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 5854 [16:03:23.794] collectAutoImports: response is complete +Info 5855 [16:03:23.794] collectAutoImports: 1.9935829993337393 +Info 5856 [16:03:23.794] getCompletionData: Semantic work: 2.590142000466585 +Info 5857 [16:03:23.797] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3090499993413687 +Info 5858 [16:03:23.801] Format host information updated +Info 5859 [16:03:23.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5860 [16:03:23.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 16.289130000397563ms +Info 5861 [16:03:23.862] Different program with same set of files +Info 5862 [16:03:23.862] getCompletionData: Get current token: 0.004893001168966293 +Info 5863 [16:03:23.862] getCompletionData: Is inside comment: 0.014030000194907188 +Info 5864 [16:03:23.863] getCompletionData: Get previous token: 0.016844000667333603 +Info 5865 [16:03:23.863] getCompletionsAtPosition: isCompletionListBlocker: 0.003092000260949135 +Info 5866 [16:03:23.863] getExportInfoMap: cache hit +Info 5867 [16:03:23.866] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 5868 [16:03:23.866] collectAutoImports: response is complete +Info 5869 [16:03:23.866] collectAutoImports: 2.5589739996939898 +Info 5870 [16:03:23.866] getCompletionData: Semantic work: 3.5081920009106398 +Info 5871 [16:03:23.869] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.302512999624014 +Info 5872 [16:03:23.871] Format host information updated +Info 5873 [16:03:23.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5874 [16:03:23.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 10.172676999121904ms +Info 5875 [16:03:23.917] Different program with same set of files +Info 5876 [16:03:23.917] getCompletionData: Get current token: 0.004879999905824661 +Info 5877 [16:03:23.917] getCompletionData: Is inside comment: 0.017270000651478767 +Info 5878 [16:03:23.917] getCompletionData: Get previous token: 0.0191430002450943 +Info 5879 [16:03:23.917] getCompletionsAtPosition: isCompletionListBlocker: 0.00244700163602829 +Info 5880 [16:03:23.918] getExportInfoMap: cache hit +Info 5881 [16:03:23.920] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 5882 [16:03:23.920] collectAutoImports: response is complete +Info 5883 [16:03:23.920] collectAutoImports: 2.2059400007128716 +Info 5884 [16:03:23.920] getCompletionData: Semantic work: 2.8543340004980564 +Info 5885 [16:03:23.923] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9295929986983538 +Info 5886 [16:03:23.924] Format host information updated +Info 5887 [16:03:23.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5888 [16:03:23.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 9.472602000460029ms +Info 5889 [16:03:23.996] Different program with same set of files +Info 5890 [16:03:23.997] getCompletionData: Get current token: 0.007176000624895096 +Info 5891 [16:03:23.997] getCompletionData: Is inside comment: 0.021755998954176903 +Info 5892 [16:03:23.997] getCompletionData: Get previous token: 0.02652600035071373 +Info 5893 [16:03:23.997] getCompletionsAtPosition: isCompletionListBlocker: 0.003046998754143715 +Info 5894 [16:03:23.998] getExportInfoMap: cache hit +Info 5895 [16:03:24.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 5896 [16:03:24.000] collectAutoImports: response is complete +Info 5897 [16:03:24.000] collectAutoImports: 2.790869999676943 +Info 5898 [16:03:24.000] getCompletionData: Semantic work: 3.576240999624133 +Info 5899 [16:03:24.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.994787000119686 +Info 5900 [16:03:24.007] Format host information updated +Info 5901 [16:03:24.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5902 [16:03:24.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 8.750841999426484ms +Info 5903 [16:03:24.212] Different program with same set of files +Info 5904 [16:03:24.212] getCompletionData: Get current token: 0.004553999751806259 +Info 5905 [16:03:24.212] getCompletionData: Is inside comment: 0.013669000938534737 +Info 5906 [16:03:24.212] getCompletionData: Get previous token: 0.017939001321792603 +Info 5907 [16:03:24.212] getCompletionsAtPosition: isCompletionListBlocker: 0.002358999103307724 +Info 5908 [16:03:24.213] getExportInfoMap: cache hit +Info 5909 [16:03:24.214] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 5910 [16:03:24.214] collectAutoImports: response is complete +Info 5911 [16:03:24.214] collectAutoImports: 1.8358299992978573 +Info 5912 [16:03:24.214] getCompletionData: Semantic work: 2.3685779999941587 +Info 5913 [16:03:24.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9701220002025366 +Info 5914 [16:03:24.217] Format host information updated +Info 5915 [16:03:24.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5916 [16:03:24.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 6.752261999994516ms +Info 5917 [16:03:24.352] Different program with same set of files +Info 5918 [16:03:24.352] getCompletionData: Get current token: 0.00442500039935112 +Info 5919 [16:03:24.352] getCompletionData: Is inside comment: 0.013554001227021217 +Info 5920 [16:03:24.352] getCompletionData: Get previous token: 0.016969000920653343 +Info 5921 [16:03:24.352] getCompletionsAtPosition: isCompletionListBlocker: 0.0022970009595155716 +Info 5922 [16:03:24.353] getExportInfoMap: cache hit +Info 5923 [16:03:24.355] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5924 [16:03:24.355] collectAutoImports: response is complete +Info 5925 [16:03:24.355] collectAutoImports: 1.7819369994103909 +Info 5926 [16:03:24.355] getCompletionData: Semantic work: 2.328761000186205 +Info 5927 [16:03:24.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9015970006585121 +Info 5928 [16:03:24.359] Format host information updated +Info 5929 [16:03:24.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5930 [16:03:24.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 6.486761000007391ms +Info 5931 [16:03:24.423] Different program with same set of files +Info 5932 [16:03:24.423] getCompletionData: Get current token: 0.0039779990911483765 +Info 5933 [16:03:24.423] getCompletionData: Is inside comment: 0.012864001095294952 +Info 5934 [16:03:24.423] getCompletionData: Get previous token: 0.017104001715779305 +Info 5935 [16:03:24.423] getCompletionsAtPosition: isCompletionListBlocker: 0.0024350006133317947 +Info 5936 [16:03:24.423] getExportInfoMap: cache hit +Info 5937 [16:03:24.425] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5938 [16:03:24.425] collectAutoImports: response is complete +Info 5939 [16:03:24.425] collectAutoImports: 1.667569000273943 +Info 5940 [16:03:24.425] getCompletionData: Semantic work: 2.237373000010848 +Info 5941 [16:03:24.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8510450012981892 +Info 5942 [16:03:24.428] Format host information updated +Info 5943 [16:03:24.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5944 [16:03:24.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 8.604048000648618ms +Info 5945 [16:03:24.535] Different program with same set of files +Info 5946 [16:03:24.536] getCompletionData: Get current token: 0.004366001114249229 +Info 5947 [16:03:24.536] getCompletionData: Is inside comment: 0.012480000033974648 +Info 5948 [16:03:24.536] getCompletionData: Get previous token: 0.016246000304818153 +Info 5949 [16:03:24.536] getCompletionsAtPosition: isCompletionListBlocker: 0.0028099995106458664 +Info 5950 [16:03:24.536] getExportInfoMap: cache hit +Info 5951 [16:03:24.538] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5952 [16:03:24.538] collectAutoImports: response is complete +Info 5953 [16:03:24.538] collectAutoImports: 1.6255590002983809 +Info 5954 [16:03:24.538] getCompletionData: Semantic work: 2.1130410004407167 +Info 5955 [16:03:24.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8618240002542734 +Info 5956 [16:03:24.541] Format host information updated +Info 5957 [16:03:24.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5958 [16:03:24.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 6.800265999510884ms +Info 5959 [16:03:24.938] Different program with same set of files +Info 5960 [16:03:24.938] getCompletionData: Get current token: 0.00426199845969677 +Info 5961 [16:03:24.938] getCompletionData: Is inside comment: 0.013350998982787132 +Info 5962 [16:03:24.938] getCompletionData: Get previous token: 0.016649998724460602 +Info 5963 [16:03:24.938] getCompletionsAtPosition: isCompletionListBlocker: 0.0024399999529123306 +Info 5964 [16:03:24.938] getExportInfoMap: cache hit +Info 5965 [16:03:24.940] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5966 [16:03:24.940] collectAutoImports: response is complete +Info 5967 [16:03:24.940] collectAutoImports: 1.8677030000835657 +Info 5968 [16:03:24.940] getCompletionData: Semantic work: 2.3630919996649027 +Info 5969 [16:03:24.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9390430003404617 +Info 5970 [16:03:24.943] Format host information updated +Info 5971 [16:03:25.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5972 [16:03:25.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 9.552649000659585ms +Info 5973 [16:03:25.093] Different program with same set of files +Info 5974 [16:03:25.093] getCompletionData: Get current token: 0.005046000704169273 +Info 5975 [16:03:25.093] getCompletionData: Is inside comment: 0.013972001150250435 +Info 5976 [16:03:25.093] getCompletionData: Get previous token: 0.018006999045610428 +Info 5977 [16:03:25.093] getCompletionsAtPosition: isCompletionListBlocker: 0.002925001084804535 +Info 5978 [16:03:25.093] getExportInfoMap: cache hit +Info 5979 [16:03:25.095] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5980 [16:03:25.095] collectAutoImports: response is complete +Info 5981 [16:03:25.095] collectAutoImports: 1.9369670003652573 +Info 5982 [16:03:25.095] getCompletionData: Semantic work: 2.5013459995388985 +Info 5983 [16:03:25.098] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.191286999732256 +Info 5984 [16:03:25.099] Format host information updated +Info 5985 [16:03:25.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5986 [16:03:25.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 21.70931800082326ms +Info 5987 [16:03:25.185] Different program with same set of files +Info 5988 [16:03:25.185] getCompletionData: Get current token: 0.016056999564170837 +Info 5989 [16:03:25.185] getCompletionData: Is inside comment: 0.04938099905848503 +Info 5990 [16:03:25.185] getCompletionData: Get previous token: 0.06055700033903122 +Info 5991 [16:03:25.185] getCompletionsAtPosition: isCompletionListBlocker: 0.0070489998906850815 +Info 5992 [16:03:25.187] getExportInfoMap: cache hit +Info 5993 [16:03:25.192] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5994 [16:03:25.192] collectAutoImports: response is complete +Info 5995 [16:03:25.192] collectAutoImports: 5.245887000113726 +Info 5996 [16:03:25.192] getCompletionData: Semantic work: 6.836488999426365 +Info 5997 [16:03:25.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.397298000752926 +Info 5998 [16:03:25.201] Format host information updated +Info 5999 [16:03:25.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6000 [16:03:25.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 6.6153069995343685ms +Info 6001 [16:03:25.313] Different program with same set of files +Info 6002 [16:03:25.313] getCompletionData: Get current token: 0.0051549989730119705 +Info 6003 [16:03:25.313] getCompletionData: Is inside comment: 0.015247000381350517 +Info 6004 [16:03:25.313] getCompletionData: Get previous token: 0.010590000078082085 +Info 6005 [16:03:25.313] getCompletionsAtPosition: isCompletionListBlocker: 0.0024890005588531494 +Info 6006 [16:03:25.314] getExportInfoMap: cache hit +Info 6007 [16:03:25.327] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6008 [16:03:25.328] collectAutoImports: response is complete +Info 6009 [16:03:25.328] collectAutoImports: 13.720010999590158 +Info 6010 [16:03:25.328] getCompletionData: Semantic work: 14.254763001576066 +Info 6011 [16:03:25.333] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.429219000041485 +Info 6012 [16:03:25.337] Format host information updated +Info 6013 [16:03:25.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6014 [16:03:25.374] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 7.073970999568701ms +Info 6015 [16:03:25.374] Different program with same set of files +Info 6016 [16:03:25.374] getCompletionData: Get current token: 0.004523999989032745 +Info 6017 [16:03:25.374] getCompletionData: Is inside comment: 0.015039000660181046 +Info 6018 [16:03:25.374] getCompletionData: Get previous token: 0.010389000177383423 +Info 6019 [16:03:25.374] getCompletionsAtPosition: isCompletionListBlocker: 0.011501999571919441 +Info 6020 [16:03:25.375] getExportInfoMap: cache hit +Info 6021 [16:03:25.387] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6022 [16:03:25.387] collectAutoImports: response is complete +Info 6023 [16:03:25.387] collectAutoImports: 12.494209999218583 +Info 6024 [16:03:25.387] getCompletionData: Semantic work: 12.99575800076127 +Info 6025 [16:03:25.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.894884999841452 +Info 6026 [16:03:25.396] Format host information updated +Info 6027 [16:03:25.667] getCompletionData: Get current token: 0.004781000316143036 +Info 6028 [16:03:25.667] getCompletionData: Is inside comment: 0.012121999636292458 +Info 6029 [16:03:25.667] getCompletionData: Get previous token: 0.008907001465559006 +Info 6030 [16:03:25.667] getCompletionsAtPosition: isCompletionListBlocker: 0.002869999036192894 +Info 6031 [16:03:25.668] getExportInfoMap: cache hit +Info 6032 [16:03:25.675] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6033 [16:03:25.675] collectAutoImports: response is complete +Info 6034 [16:03:25.675] collectAutoImports: 7.275838999077678 +Info 6035 [16:03:25.675] getCompletionData: Semantic work: 7.781395999714732 +Info 6036 [16:03:25.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.116658998653293 +Info 6037 [16:03:26.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6038 [16:03:26.241] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 7.105740999802947ms +Info 6039 [16:03:26.241] Different program with same set of files +Info 6040 [16:03:26.241] getCompletionData: Get current token: 0.0058580003678798676 +Info 6041 [16:03:26.241] getCompletionData: Is inside comment: 0.017497001215815544 +Info 6042 [16:03:26.241] getCompletionData: Get previous token: 0.02089500054717064 +Info 6043 [16:03:26.241] getCompletionsAtPosition: isCompletionListBlocker: 0.0028130002319812775 +Info 6044 [16:03:26.242] getExportInfoMap: cache hit +Info 6045 [16:03:26.245] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 6046 [16:03:26.245] collectAutoImports: response is complete +Info 6047 [16:03:26.245] collectAutoImports: 2.738994998857379 +Info 6048 [16:03:26.245] getCompletionData: Semantic work: 3.296381998807192 +Info 6049 [16:03:26.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3691540006548166 +Info 6050 [16:03:26.248] Format host information updated +Info 6051 [16:03:26.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6052 [16:03:26.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 6.078192999586463ms +Info 6053 [16:03:26.533] Different program with same set of files +Info 6054 [16:03:26.533] getCompletionData: Get current token: 0.0038419999182224274 +Info 6055 [16:03:26.533] getCompletionData: Is inside comment: 0.01279899850487709 +Info 6056 [16:03:26.533] getCompletionData: Get previous token: 0.07344399951398373 +Info 6057 [16:03:26.533] getCompletionsAtPosition: isCompletionListBlocker: 0.002237001433968544 +Info 6058 [16:03:26.534] getExportInfoMap: cache hit +Info 6059 [16:03:26.535] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6060 [16:03:26.535] collectAutoImports: response is complete +Info 6061 [16:03:26.535] collectAutoImports: 1.4256419986486435 +Info 6062 [16:03:26.535] getCompletionData: Semantic work: 1.84485499933362 +Info 6063 [16:03:26.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6851969994604588 +Info 6064 [16:03:26.538] Format host information updated +Info 6065 [16:03:26.890] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6066 [16:03:26.897] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 7.41163899935782ms +Info 6067 [16:03:26.897] Different program with same set of files +Info 6068 [16:03:26.897] getCompletionData: Get current token: 0.004088999703526497 +Info 6069 [16:03:26.897] getCompletionData: Is inside comment: 0.013565000146627426 +Info 6070 [16:03:26.898] getCompletionData: Get previous token: 0.019439999014139175 +Info 6071 [16:03:26.898] getCompletionsAtPosition: isCompletionListBlocker: 0.0024790000170469284 +Info 6072 [16:03:26.898] getExportInfoMap: cache hit +Info 6073 [16:03:26.901] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 6074 [16:03:26.901] collectAutoImports: response is complete +Info 6075 [16:03:26.901] collectAutoImports: 2.944498000666499 +Info 6076 [16:03:26.901] getCompletionData: Semantic work: 3.5808039996773005 +Info 6077 [16:03:26.903] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8397019989788532 +Info 6078 [16:03:26.904] Format host information updated +Info 6079 [16:03:27.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6080 [16:03:27.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 7.16215500049293ms +Info 6081 [16:03:27.074] Different program with same set of files +Info 6082 [16:03:27.075] getCompletionData: Get current token: 0.005132000893354416 +Info 6083 [16:03:27.075] getCompletionData: Is inside comment: 0.015994001179933548 +Info 6084 [16:03:27.075] getCompletionData: Get previous token: 0.02147500030696392 +Info 6085 [16:03:27.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0024410001933574677 +Info 6086 [16:03:27.075] getExportInfoMap: cache hit +Info 6087 [16:03:27.078] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 6088 [16:03:27.078] collectAutoImports: response is complete +Info 6089 [16:03:27.078] collectAutoImports: 2.418527999892831 +Info 6090 [16:03:27.078] getCompletionData: Semantic work: 2.9996290002018213 +Info 6091 [16:03:27.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.13935299962759 +Info 6092 [16:03:27.083] Format host information updated +Info 6093 [16:03:27.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6094 [16:03:27.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 7.059949999675155ms +Info 6095 [16:03:27.257] Different program with same set of files +Info 6096 [16:03:27.257] getCompletionData: Get current token: 0.00437299907207489 +Info 6097 [16:03:27.257] getCompletionData: Is inside comment: 0.01457899995148182 +Info 6098 [16:03:27.258] getCompletionData: Get previous token: 0.04541500099003315 +Info 6099 [16:03:27.258] getCompletionsAtPosition: isCompletionListBlocker: 0.0025579985231161118 +Info 6100 [16:03:27.258] getExportInfoMap: cache hit +Info 6101 [16:03:27.260] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 6102 [16:03:27.260] collectAutoImports: response is complete +Info 6103 [16:03:27.260] collectAutoImports: 2.1956740003079176 +Info 6104 [16:03:27.260] getCompletionData: Semantic work: 2.823904000222683 +Info 6105 [16:03:27.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.254339998587966 +Info 6106 [16:03:27.264] Format host information updated +Info 6107 [16:03:27.390] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6108 [16:03:27.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 9.383593998849392ms +Info 6109 [16:03:27.400] Different program with same set of files +Info 6110 [16:03:27.400] getCompletionData: Get current token: 0.005606001242995262 +Info 6111 [16:03:27.400] getCompletionData: Is inside comment: 0.02696099877357483 +Info 6112 [16:03:27.400] getCompletionData: Get previous token: 0.022707000374794006 +Info 6113 [16:03:27.400] getCompletionsAtPosition: isCompletionListBlocker: 0.002489998936653137 +Info 6114 [16:03:27.401] getExportInfoMap: cache hit +Info 6115 [16:03:27.402] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 6116 [16:03:27.402] collectAutoImports: response is complete +Info 6117 [16:03:27.402] collectAutoImports: 1.8668860010802746 +Info 6118 [16:03:27.402] getCompletionData: Semantic work: 2.4478150010108948 +Info 6119 [16:03:27.405] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.233806001022458 +Info 6120 [16:03:27.406] Format host information updated +Info 6121 [16:03:27.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6122 [16:03:27.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 7.124086000025272ms +Info 6123 [16:03:27.505] Different program with same set of files +Info 6124 [16:03:27.505] getCompletionData: Get current token: 0.004091000184416771 +Info 6125 [16:03:27.505] getCompletionData: Is inside comment: 0.013376999646425247 +Info 6126 [16:03:27.505] getCompletionData: Get previous token: 0.017935998737812042 +Info 6127 [16:03:27.505] getCompletionsAtPosition: isCompletionListBlocker: 0.0021150000393390656 +Info 6128 [16:03:27.506] getExportInfoMap: cache hit +Info 6129 [16:03:27.507] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6130 [16:03:27.507] collectAutoImports: response is complete +Info 6131 [16:03:27.507] collectAutoImports: 1.493163000792265 +Info 6132 [16:03:27.507] getCompletionData: Semantic work: 1.976138999685645 +Info 6133 [16:03:27.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3580379988998175 +Info 6134 [16:03:27.513] Format host information updated +Info 6135 [16:03:27.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6136 [16:03:27.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 6.665585000067949ms +Info 6137 [16:03:27.661] Different program with same set of files +Info 6138 [16:03:27.661] getCompletionData: Get current token: 0.004402000457048416 +Info 6139 [16:03:27.662] getCompletionData: Is inside comment: 0.014567000791430473 +Info 6140 [16:03:27.662] getCompletionData: Get previous token: 0.018478000536561012 +Info 6141 [16:03:27.662] getCompletionsAtPosition: isCompletionListBlocker: 0.0024839993566274643 +Info 6142 [16:03:27.662] getExportInfoMap: cache hit +Info 6143 [16:03:27.664] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6144 [16:03:27.664] collectAutoImports: response is complete +Info 6145 [16:03:27.664] collectAutoImports: 1.5948880016803741 +Info 6146 [16:03:27.664] getCompletionData: Semantic work: 2.130935000255704 +Info 6147 [16:03:27.666] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8392859995365143 +Info 6148 [16:03:27.666] Format host information updated +Info 6149 [16:03:27.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6150 [16:03:27.779] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 6.582437001168728ms +Info 6151 [16:03:27.779] Different program with same set of files +Info 6152 [16:03:27.780] getCompletionData: Get current token: 0.004868999123573303 +Info 6153 [16:03:27.780] getCompletionData: Is inside comment: 0.015077000483870506 +Info 6154 [16:03:27.780] getCompletionData: Get previous token: 0.021316999569535255 +Info 6155 [16:03:27.780] getCompletionsAtPosition: isCompletionListBlocker: 0.0024539995938539505 +Info 6156 [16:03:27.783] getExportInfoMap: cache hit +Info 6157 [16:03:27.798] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6158 [16:03:27.798] collectAutoImports: response is complete +Info 6159 [16:03:27.798] collectAutoImports: 15.223558999598026 +Info 6160 [16:03:27.798] getCompletionData: Semantic work: 18.128560999408364 +Info 6161 [16:03:27.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.481004999950528 +Info 6162 [16:03:27.810] Format host information updated +Info 6163 [16:03:28.949] Format host information updated +Info 6164 [16:03:28.955] forEachExternalModuleToImportFrom autoImportProvider: 0.651248000562191 +Info 6165 [16:03:30.090] Format host information updated +Info 6166 [16:03:30.090] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6167 [16:03:30.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 397 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.352603999897838ms +Info 6168 [16:03:30.104] Different program with same set of files +Info 6169 [16:04:10.115] getCompletionData: Get current token: 0.0013350006192922592 +Info 6170 [16:04:10.115] getCompletionData: Is inside comment: 0.005996000021696091 +Info 6171 [16:04:10.115] getCompletionData: Get previous token: 0.004417998716235161 +Info 6172 [16:04:10.115] getCompletionsAtPosition: isCompletionListBlocker: 0.009211000055074692 +Info 6173 [16:04:10.116] getExportInfoMap: cache hit +Info 6174 [16:04:10.140] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 6175 [16:04:10.140] collectAutoImports: response is complete +Info 6176 [16:04:10.140] collectAutoImports: 24.66767899878323 +Info 6177 [16:04:10.140] getCompletionData: Semantic work: 25.740085000172257 +Info 6178 [16:04:10.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2468190006911755 +Info 6179 [16:04:14.290] Format host information updated +Info 6180 [16:04:14.291] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6181 [16:04:14.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 12.666836999356747ms +Info 6182 [16:04:14.303] Different program with same set of files +Info 6183 [16:04:14.435] Format host information updated +Info 6184 [16:04:14.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6185 [16:04:14.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 10.960999999195337ms +Info 6186 [16:04:14.447] Different program with same set of files +Info 6187 [16:04:17.675] Format host information updated +Info 6188 [16:04:17.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6189 [16:04:17.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 9.88140599988401ms +Info 6190 [16:04:17.685] Different program with same set of files +Info 6191 [16:04:25.735] Format host information updated +Info 6192 [16:04:25.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6193 [16:04:25.744] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 8.112143000587821ms +Info 6194 [16:04:25.744] Different program with same set of files +Info 6195 [16:04:26.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6196 [16:04:26.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 7.144895000383258ms +Info 6197 [16:04:26.039] Different program with same set of files +Info 6198 [16:04:26.039] getCompletionData: Get current token: 0.0029819998890161514 +Info 6199 [16:04:26.039] getCompletionData: Is inside comment: 0.01079699955880642 +Info 6200 [16:04:26.039] getCompletionData: Get previous token: 0.015039000660181046 +Info 6201 [16:04:26.039] getCompletionsAtPosition: isCompletionListBlocker: 0.002053000032901764 +Info 6202 [16:04:26.039] getExportInfoMap: cache hit +Info 6203 [16:04:26.043] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 6204 [16:04:26.043] collectAutoImports: response is complete +Info 6205 [16:04:26.043] collectAutoImports: 3.733619999140501 +Info 6206 [16:04:26.043] getCompletionData: Semantic work: 4.398771001026034 +Info 6207 [16:04:26.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7765939999371767 +Info 6208 [16:04:26.048] Format host information updated +Info 6209 [16:04:26.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6210 [16:04:26.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 6.9993590004742146ms +Info 6211 [16:04:26.071] Different program with same set of files +Info 6212 [16:04:26.071] getCompletionData: Get current token: 0.003187999129295349 +Info 6213 [16:04:26.071] getCompletionData: Is inside comment: 0.011996999382972717 +Info 6214 [16:04:26.071] getCompletionData: Get previous token: 0.01591300033032894 +Info 6215 [16:04:26.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0018140003085136414 +Info 6216 [16:04:26.071] getExportInfoMap: cache hit +Info 6217 [16:04:26.074] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 73 from cache +Info 6218 [16:04:26.074] collectAutoImports: response is complete +Info 6219 [16:04:26.074] collectAutoImports: 2.7426340002566576 +Info 6220 [16:04:26.074] getCompletionData: Semantic work: 3.2669459991157055 +Info 6221 [16:04:26.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.389972999691963 +Info 6222 [16:04:26.078] Format host information updated +Info 6223 [16:04:26.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6224 [16:04:26.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 9.479676000773907ms +Info 6225 [16:04:26.198] Different program with same set of files +Info 6226 [16:04:26.198] getCompletionData: Get current token: 0.004091000184416771 +Info 6227 [16:04:26.198] getCompletionData: Is inside comment: 0.01430399902164936 +Info 6228 [16:04:26.198] getCompletionData: Get previous token: 0.01854499988257885 +Info 6229 [16:04:26.198] getCompletionsAtPosition: isCompletionListBlocker: 0.002059001475572586 +Info 6230 [16:04:26.198] getExportInfoMap: cache hit +Info 6231 [16:04:26.201] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 46 from cache +Info 6232 [16:04:26.201] collectAutoImports: response is complete +Info 6233 [16:04:26.201] collectAutoImports: 2.9027120005339384 +Info 6234 [16:04:26.201] getCompletionData: Semantic work: 3.5062819998711348 +Info 6235 [16:04:26.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5700620003044605 +Info 6236 [16:04:26.205] Format host information updated +Info 6237 [16:04:26.370] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6238 [16:04:26.377] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 6.805127000436187ms +Info 6239 [16:04:26.377] Different program with same set of files +Info 6240 [16:04:26.377] getCompletionData: Get current token: 0.003975000232458115 +Info 6241 [16:04:26.377] getCompletionData: Is inside comment: 0.014278000220656395 +Info 6242 [16:04:26.377] getCompletionData: Get previous token: 0.036072999238967896 +Info 6243 [16:04:26.377] getCompletionsAtPosition: isCompletionListBlocker: 0.0020930003374814987 +Info 6244 [16:04:26.378] getExportInfoMap: cache hit +Info 6245 [16:04:26.380] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 6246 [16:04:26.380] collectAutoImports: response is complete +Info 6247 [16:04:26.380] collectAutoImports: 1.9475869983434677 +Info 6248 [16:04:26.380] getCompletionData: Semantic work: 2.5499029997736216 +Info 6249 [16:04:26.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3952210005372763 +Info 6250 [16:04:26.386] Format host information updated +Info 6251 [16:04:26.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6252 [16:04:26.522] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 25.40106000006199ms +Info 6253 [16:04:26.522] Different program with same set of files +Info 6254 [16:04:26.522] getCompletionData: Get current token: 0.010816998779773712 +Info 6255 [16:04:26.523] getCompletionData: Is inside comment: 0.04118200019001961 +Info 6256 [16:04:26.523] getCompletionData: Get previous token: 0.051041001453995705 +Info 6257 [16:04:26.523] getCompletionsAtPosition: isCompletionListBlocker: 0.005065999925136566 +Info 6258 [16:04:26.524] getExportInfoMap: cache hit +Info 6259 [16:04:26.528] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6260 [16:04:26.528] collectAutoImports: response is complete +Info 6261 [16:04:26.528] collectAutoImports: 3.8720839992165565 +Info 6262 [16:04:26.528] getCompletionData: Semantic work: 5.356334000825882 +Info 6263 [16:04:26.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.084995999932289 +Info 6264 [16:04:26.534] Format host information updated +Info 6265 [16:04:26.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6266 [16:04:26.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 9.270285001024604ms +Info 6267 [16:04:26.566] Different program with same set of files +Info 6268 [16:04:26.566] getCompletionData: Get current token: 0.0032870005816221237 +Info 6269 [16:04:26.566] getCompletionData: Is inside comment: 0.011168001219630241 +Info 6270 [16:04:26.566] getCompletionData: Get previous token: 0.01466199941933155 +Info 6271 [16:04:26.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0019340012222528458 +Info 6272 [16:04:26.566] getExportInfoMap: cache hit +Info 6273 [16:04:26.578] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6274 [16:04:26.578] collectAutoImports: response is complete +Info 6275 [16:04:26.578] collectAutoImports: 11.562211999669671 +Info 6276 [16:04:26.578] getCompletionData: Semantic work: 12.080998999997973 +Info 6277 [16:04:26.587] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.574613999575377 +Info 6278 [16:04:26.591] Format host information updated +Info 6279 [16:04:28.312] Format host information updated +Info 6280 [16:04:28.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6281 [16:04:28.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 7.606629000976682ms +Info 6282 [16:04:28.320] Different program with same set of files +Info 6283 [16:04:28.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6284 [16:04:28.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 9.47253100015223ms +Info 6285 [16:04:28.610] Different program with same set of files +Info 6286 [16:04:28.610] getCompletionData: Get current token: 0.0014839991927146912 +Info 6287 [16:04:28.610] getCompletionData: Is inside comment: 0.005705999210476875 +Info 6288 [16:04:28.610] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6289 [16:04:28.610] Format host information updated +Info 6290 [16:04:28.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6291 [16:04:28.723] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 7.482985001057386ms +Info 6292 [16:04:28.723] Different program with same set of files +Info 6293 [16:04:28.723] getCompletionData: Get current token: 0.0020809993147850037 +Info 6294 [16:04:28.723] getCompletionData: Is inside comment: 0.007767999544739723 +Info 6295 [16:04:28.723] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6296 [16:04:28.723] Format host information updated +Info 6297 [16:04:28.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6298 [16:04:28.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 10.425827998667955ms +Info 6299 [16:04:28.871] Different program with same set of files +Info 6300 [16:04:28.871] getCompletionData: Get current token: 0.0023170001804828644 +Info 6301 [16:04:28.871] getCompletionData: Is inside comment: 0.008253999054431915 +Info 6302 [16:04:28.871] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6303 [16:04:28.871] Format host information updated +Info 6304 [16:04:29.180] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6305 [16:04:29.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 10.4270089995116ms +Info 6306 [16:04:29.191] Different program with same set of files +Info 6307 [16:04:29.191] getCompletionData: Get current token: 0.0018339995294809341 +Info 6308 [16:04:29.191] getCompletionData: Is inside comment: 0.006111999973654747 +Info 6309 [16:04:29.191] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6310 [16:04:29.191] Format host information updated +Info 6311 [16:04:29.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6312 [16:04:29.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 6.598961999639869ms +Info 6313 [16:04:29.205] Different program with same set of files +Info 6314 [16:04:29.205] getCompletionData: Get current token: 0.0017659999430179596 +Info 6315 [16:04:29.205] getCompletionData: Is inside comment: 0.00697300024330616 +Info 6316 [16:04:29.205] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6317 [16:04:29.205] Format host information updated +Info 6318 [16:04:29.288] Format host information updated +Info 6319 [16:04:29.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6320 [16:04:29.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 17.978119000792503ms +Info 6321 [16:04:29.307] Different program with same set of files +Info 6322 [16:05:04.312] getCompletionData: Get current token: 0.004254000261425972 +Info 6323 [16:05:04.312] getCompletionData: Is inside comment: 0.012852000072598457 +Info 6324 [16:05:04.312] getCompletionData: Get previous token: 0.01351499930024147 +Info 6325 [16:05:04.312] getCompletionsAtPosition: isCompletionListBlocker: 0.010518999770283699 +Info 6326 [16:05:04.312] getExportInfoMap: cache hit +Info 6327 [16:05:04.325] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6328 [16:05:04.325] collectAutoImports: response is complete +Info 6329 [16:05:04.325] collectAutoImports: 13.067091999575496 +Info 6330 [16:05:04.325] getCompletionData: Semantic work: 13.75573099963367 +Info 6331 [16:05:04.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.921668000519276 +Info 6332 [16:05:04.438] Format host information updated +Info 6333 [16:05:04.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6334 [16:05:04.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 11.01817899942398ms +Info 6335 [16:05:04.449] Different program with same set of files +Info 6336 [16:05:04.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6337 [16:05:04.578] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 33.07621799968183ms +Info 6338 [16:05:04.578] Different program with same set of files +Info 6339 [16:05:04.579] getCompletionData: Get current token: 0.01093900017440319 +Info 6340 [16:05:04.579] getCompletionData: Is inside comment: 0.03707000054419041 +Info 6341 [16:05:04.579] getCompletionData: Get previous token: 0.023010000586509705 +Info 6342 [16:05:04.579] getCompletionsAtPosition: isCompletionListBlocker: 0.014644000679254532 +Info 6343 [16:05:04.580] getExportInfoMap: cache hit +Info 6344 [16:05:04.601] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6345 [16:05:04.601] collectAutoImports: response is complete +Info 6346 [16:05:04.601] collectAutoImports: 20.750367000699043 +Info 6347 [16:05:04.601] getCompletionData: Semantic work: 21.98807899840176 +Info 6348 [16:05:04.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.746851999312639 +Info 6349 [16:05:04.612] Format host information updated +Info 6350 [16:05:04.646] Format host information updated +Info 6351 [16:05:04.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6352 [16:05:04.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 7.369686000049114ms +Info 6353 [16:05:04.654] Different program with same set of files +Info 6354 [16:05:04.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6355 [16:05:04.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 8.354526998475194ms +Info 6356 [16:05:04.806] Different program with same set of files +Info 6357 [16:05:04.806] getCompletionData: Get current token: 0.004979999735951424 +Info 6358 [16:05:04.806] getCompletionData: Is inside comment: 0.015747999772429466 +Info 6359 [16:05:04.807] getCompletionData: Get previous token: 0.02338399924337864 +Info 6360 [16:05:04.807] getCompletionsAtPosition: isCompletionListBlocker: 0.0088919997215271 +Info 6361 [16:05:04.807] getExportInfoMap: cache hit +Info 6362 [16:05:04.812] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 6363 [16:05:04.812] collectAutoImports: response is complete +Info 6364 [16:05:04.812] collectAutoImports: 4.486413000151515 +Info 6365 [16:05:04.812] getCompletionData: Semantic work: 5.036032000556588 +Info 6366 [16:05:04.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.351368999108672 +Info 6367 [16:05:04.815] Format host information updated +Info 6368 [16:05:04.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6369 [16:05:04.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 9.764038000255823ms +Info 6370 [16:05:04.997] Different program with same set of files +Info 6371 [16:05:04.998] getCompletionData: Get current token: 0.00418500043451786 +Info 6372 [16:05:04.998] getCompletionData: Is inside comment: 0.013693001121282578 +Info 6373 [16:05:04.998] getCompletionData: Get previous token: 0.019607000052928925 +Info 6374 [16:05:04.998] getCompletionsAtPosition: isCompletionListBlocker: 0.00710500031709671 +Info 6375 [16:05:04.998] getExportInfoMap: cache hit +Info 6376 [16:05:05.000] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 6377 [16:05:05.000] collectAutoImports: response is complete +Info 6378 [16:05:05.000] collectAutoImports: 1.9621789995580912 +Info 6379 [16:05:05.000] getCompletionData: Semantic work: 2.44242599979043 +Info 6380 [16:05:05.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1308370009064674 +Info 6381 [16:05:05.003] Format host information updated +Info 6382 [16:05:05.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6383 [16:05:05.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 12.878712998703122ms +Info 6384 [16:05:05.064] Different program with same set of files +Info 6385 [16:05:05.064] getCompletionData: Get current token: 0.00700799934566021 +Info 6386 [16:05:05.064] getCompletionData: Is inside comment: 0.020554998889565468 +Info 6387 [16:05:05.064] getCompletionData: Get previous token: 0.02981399931013584 +Info 6388 [16:05:05.064] getCompletionsAtPosition: isCompletionListBlocker: 0.010627999901771545 +Info 6389 [16:05:05.065] getExportInfoMap: cache hit +Info 6390 [16:05:05.067] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 6391 [16:05:05.067] collectAutoImports: response is complete +Info 6392 [16:05:05.067] collectAutoImports: 2.810825999826193 +Info 6393 [16:05:05.067] getCompletionData: Semantic work: 3.493052000179887 +Info 6394 [16:05:05.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8424440007656813 +Info 6395 [16:05:05.072] Format host information updated +Info 6396 [16:05:05.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6397 [16:05:05.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 8.548054998740554ms +Info 6398 [16:05:05.222] Different program with same set of files +Info 6399 [16:05:05.222] getCompletionData: Get current token: 0.005934000015258789 +Info 6400 [16:05:05.222] getCompletionData: Is inside comment: 0.020593000575900078 +Info 6401 [16:05:05.222] getCompletionData: Get previous token: 0.028707999736070633 +Info 6402 [16:05:05.222] getCompletionsAtPosition: isCompletionListBlocker: 0.009860001504421234 +Info 6403 [16:05:05.222] getExportInfoMap: cache hit +Info 6404 [16:05:05.241] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6405 [16:05:05.241] collectAutoImports: response is complete +Info 6406 [16:05:05.241] collectAutoImports: 18.12635099887848 +Info 6407 [16:05:05.241] getCompletionData: Semantic work: 18.782839000225067 +Info 6408 [16:05:05.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.585136000066996 +Info 6409 [16:05:05.253] Format host information updated +Info 6410 [16:05:06.063] Format host information updated +Info 6411 [16:05:06.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6412 [16:05:06.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 7.6478640008717775ms +Info 6413 [16:05:06.071] Different program with same set of files +Info 6414 [16:05:06.792] Format host information updated +Info 6415 [16:05:06.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6416 [16:05:06.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 9.8189089987427ms +Info 6417 [16:05:06.802] Different program with same set of files +Info 6418 [16:05:09.626] Format host information updated +Info 6419 [16:05:09.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6420 [16:05:09.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 12.917960001155734ms +Info 6421 [16:05:09.640] Different program with same set of files +Info 6422 [16:05:10.816] Format host information updated +Info 6423 [16:05:10.816] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6424 [16:05:10.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 10.40828299894929ms +Info 6425 [16:05:10.827] Different program with same set of files +Info 6426 [16:05:11.631] Format host information updated +Info 6427 [16:05:11.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6428 [16:05:11.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 11.33932600170374ms +Info 6429 [16:05:11.643] Different program with same set of files +Info 6430 [16:05:13.629] getCompletionData: Get current token: 0.01056000031530857 +Info 6431 [16:05:13.629] getCompletionData: Is inside comment: 0.036274999380111694 +Info 6432 [16:05:13.629] getCompletionData: Get previous token: 0.04195200093090534 +Info 6433 [16:05:13.629] getCompletionsAtPosition: isCompletionListBlocker: 0.005433999001979828 +Info 6434 [16:05:13.629] Returning an empty list because completion was requested in an invalid position. +Info 6435 [16:05:13.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6436 [16:05:13.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 10.89023899845779ms +Info 6437 [16:05:13.954] Different program with same set of files +Info 6438 [16:05:13.954] getCompletionData: Get current token: 0.002230001613497734 +Info 6439 [16:05:13.954] getCompletionData: Is inside comment: 0.007249999791383743 +Info 6440 [16:05:13.954] getCompletionData: Get previous token: 0.008666999638080597 +Info 6441 [16:05:13.954] getCompletionsAtPosition: isCompletionListBlocker: 0.0014590006321668625 +Info 6442 [16:05:13.954] Returning an empty list because completion was requested in an invalid position. +Info 6443 [16:05:13.954] Format host information updated +Info 6444 [16:05:14.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6445 [16:05:14.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 6.8883190006017685ms +Info 6446 [16:05:14.068] Different program with same set of files +Info 6447 [16:05:14.068] getCompletionData: Get current token: 0.0026510003954172134 +Info 6448 [16:05:14.068] getCompletionData: Is inside comment: 0.00855499878525734 +Info 6449 [16:05:14.068] getCompletionData: Get previous token: 0.010002000257372856 +Info 6450 [16:05:14.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0014169998466968536 +Info 6451 [16:05:14.068] Returning an empty list because completion was requested in an invalid position. +Info 6452 [16:05:14.069] Format host information updated +Info 6453 [16:05:15.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6454 [16:05:15.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 7.555672001093626ms +Info 6455 [16:05:15.136] Different program with same set of files +Info 6456 [16:05:15.136] getCompletionData: Get current token: 0.002051999792456627 +Info 6457 [16:05:15.136] getCompletionData: Is inside comment: 0.00693800114095211 +Info 6458 [16:05:15.136] getCompletionData: Get previous token: 0.008601998910307884 +Info 6459 [16:05:15.136] getCompletionsAtPosition: isCompletionListBlocker: 0.0012960005551576614 +Info 6460 [16:05:15.136] Returning an empty list because completion was requested in an invalid position. +Info 6461 [16:05:15.136] Format host information updated +Info 6462 [16:05:15.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6463 [16:05:15.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 7.090921999886632ms +Info 6464 [16:05:15.250] Different program with same set of files +Info 6465 [16:05:15.250] getCompletionData: Get current token: 0.0021820012480020523 +Info 6466 [16:05:15.250] getCompletionData: Is inside comment: 0.007507998496294022 +Info 6467 [16:05:15.250] getCompletionData: Get previous token: 0.008976999670267105 +Info 6468 [16:05:15.250] getCompletionsAtPosition: isCompletionListBlocker: 0.0012769997119903564 +Info 6469 [16:05:15.250] Returning an empty list because completion was requested in an invalid position. +Info 6470 [16:05:15.250] Format host information updated +Info 6471 [16:05:15.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6472 [16:05:15.573] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 7.970207000151277ms +Info 6473 [16:05:15.573] Different program with same set of files +Info 6474 [16:05:15.574] getCompletionData: Get current token: 0.0024509988725185394 +Info 6475 [16:05:15.574] getCompletionData: Is inside comment: 0.0073549989610910416 +Info 6476 [16:05:15.574] getCompletionData: Get previous token: 0.009029999375343323 +Info 6477 [16:05:15.574] getCompletionsAtPosition: isCompletionListBlocker: 0.0013989992439746857 +Info 6478 [16:05:15.574] Returning an empty list because completion was requested in an invalid position. +Info 6479 [16:05:15.574] Format host information updated +Info 6480 [16:05:15.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6481 [16:05:15.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 9.627896001562476ms +Info 6482 [16:05:15.640] Different program with same set of files +Info 6483 [16:05:15.640] getCompletionData: Get current token: 0.002338999882340431 +Info 6484 [16:05:15.640] getCompletionData: Is inside comment: 0.007519999518990517 +Info 6485 [16:05:15.640] getCompletionData: Get previous token: 0.0090549997985363 +Info 6486 [16:05:15.640] getCompletionsAtPosition: isCompletionListBlocker: 0.0015830006450414658 +Info 6487 [16:05:15.640] Returning an empty list because completion was requested in an invalid position. +Info 6488 [16:05:15.641] Format host information updated +Info 6489 [16:05:15.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6490 [16:05:15.826] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 24.3285149987787ms +Info 6491 [16:05:15.826] Different program with same set of files +Info 6492 [16:05:15.827] getCompletionData: Get current token: 0.02351200021803379 +Info 6493 [16:05:15.827] getCompletionData: Is inside comment: 0.019657999277114868 +Info 6494 [16:05:15.827] getCompletionData: Get previous token: 0.060256000608205795 +Info 6495 [16:05:15.827] getCompletionsAtPosition: isCompletionListBlocker: 0.002871999517083168 +Info 6496 [16:05:15.827] Returning an empty list because completion was requested in an invalid position. +Info 6497 [16:05:15.827] Format host information updated +Info 6498 [16:05:15.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6499 [16:05:15.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 25.453796999529004ms +Info 6500 [16:05:15.945] Different program with same set of files +Info 6501 [16:05:15.946] getCompletionData: Get current token: 0.00824199989438057 +Info 6502 [16:05:15.946] getCompletionData: Is inside comment: 0.026008998975157738 +Info 6503 [16:05:15.946] getCompletionData: Get previous token: 0.031266000121831894 +Info 6504 [16:05:15.946] getCompletionsAtPosition: isCompletionListBlocker: 0.0035210009664297104 +Info 6505 [16:05:15.946] Returning an empty list because completion was requested in an invalid position. +Info 6506 [16:05:15.946] Format host information updated +Info 6507 [16:05:15.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6508 [16:05:15.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 7.90463799983263ms +Info 6509 [16:05:15.999] Different program with same set of files +Info 6510 [16:05:15.999] getCompletionData: Get current token: 0.003047998994588852 +Info 6511 [16:05:15.999] getCompletionData: Is inside comment: 0.010023999959230423 +Info 6512 [16:05:15.999] getCompletionData: Get previous token: 0.012234000489115715 +Info 6513 [16:05:15.999] getCompletionsAtPosition: isCompletionListBlocker: 0.001894000917673111 +Info 6514 [16:05:15.999] Returning an empty list because completion was requested in an invalid position. +Info 6515 [16:05:16.002] Format host information updated +Info 6516 [16:05:16.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6517 [16:05:16.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 25.264125999063253ms +Info 6518 [16:05:16.090] Different program with same set of files +Info 6519 [16:05:16.091] getCompletionData: Get current token: 0.012352000921964645 +Info 6520 [16:05:16.091] getCompletionData: Is inside comment: 0.037516999989748 +Info 6521 [16:05:16.091] getCompletionData: Get previous token: 0.04560999944806099 +Info 6522 [16:05:16.091] getCompletionsAtPosition: isCompletionListBlocker: 0.004925001412630081 +Info 6523 [16:05:16.091] Returning an empty list because completion was requested in an invalid position. +Info 6524 [16:05:16.091] Format host information updated +Info 6525 [16:05:18.849] Format host information updated +Info 6526 [16:05:18.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6527 [16:05:18.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 48.23788500018418ms +Info 6528 [16:05:18.899] Different program with same set of files +Info 6529 [16:05:19.237] Format host information updated +Info 6530 [16:05:19.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6531 [16:05:19.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 6.861418999731541ms +Info 6532 [16:05:19.244] Different program with same set of files +Info 6533 [16:05:22.935] Format host information updated +Info 6534 [16:05:22.936] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6535 [16:05:22.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 10.286604000255466ms +Info 6536 [16:05:22.946] Different program with same set of files +Info 6537 [16:05:23.114] Format host information updated +Info 6538 [16:05:23.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6539 [16:05:23.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 11.534571001306176ms +Info 6540 [16:05:23.126] Different program with same set of files +Info 6541 [16:05:24.741] getCompletionData: Get current token: 0.0024569984525442123 +Info 6542 [16:05:24.741] getCompletionData: Is inside comment: 0.00782099924981594 +Info 6543 [16:05:24.741] getCompletionData: Get previous token: 0.03172699920833111 +Info 6544 [16:05:24.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0015459991991519928 +Info 6545 [16:05:24.741] Returning an empty list because completion was requested in an invalid position. +Info 6546 [16:05:24.902] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6547 [16:05:24.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 6.671159999445081ms +Info 6548 [16:05:24.908] Different program with same set of files +Info 6549 [16:05:24.909] getCompletionData: Get current token: 0.002368999645113945 +Info 6550 [16:05:24.909] getCompletionData: Is inside comment: 0.007005998864769936 +Info 6551 [16:05:24.909] getCompletionData: Get previous token: 0.008108001202344894 +Info 6552 [16:05:24.909] getCompletionsAtPosition: isCompletionListBlocker: 0.0013170000165700912 +Info 6553 [16:05:24.909] Returning an empty list because completion was requested in an invalid position. +Info 6554 [16:05:24.912] Format host information updated +Info 6555 [16:05:24.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6556 [16:05:24.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 7.595765000209212ms +Info 6557 [16:05:24.977] Different program with same set of files +Info 6558 [16:05:24.977] getCompletionData: Get current token: 0.0026249997317790985 +Info 6559 [16:05:24.977] getCompletionData: Is inside comment: 0.007651999592781067 +Info 6560 [16:05:24.977] getCompletionData: Get previous token: 0.009185001254081726 +Info 6561 [16:05:24.977] getCompletionsAtPosition: isCompletionListBlocker: 0.001707000657916069 +Info 6562 [16:05:24.977] Returning an empty list because completion was requested in an invalid position. +Info 6563 [16:05:24.977] Format host information updated +Info 6564 [16:05:25.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6565 [16:05:25.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 16.267634000629187ms +Info 6566 [16:05:25.358] Different program with same set of files +Info 6567 [16:05:25.358] getCompletionData: Get current token: 0.006655000150203705 +Info 6568 [16:05:25.358] getCompletionData: Is inside comment: 0.020843999460339546 +Info 6569 [16:05:25.358] getCompletionData: Get previous token: 0.02526099979877472 +Info 6570 [16:05:25.358] getCompletionsAtPosition: isCompletionListBlocker: 0.0032749995589256287 +Info 6571 [16:05:25.358] Returning an empty list because completion was requested in an invalid position. +Info 6572 [16:05:25.359] Format host information updated +Info 6573 [16:05:25.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6574 [16:05:25.561] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 7.435782000422478ms +Info 6575 [16:05:25.561] Different program with same set of files +Info 6576 [16:05:25.561] getCompletionData: Get current token: 0.005126999691128731 +Info 6577 [16:05:25.561] getCompletionData: Is inside comment: 0.015264999121427536 +Info 6578 [16:05:25.561] getCompletionData: Get previous token: 0.019460998475551605 +Info 6579 [16:05:25.561] getCompletionsAtPosition: isCompletionListBlocker: 0.0020579993724823 +Info 6580 [16:05:25.561] Returning an empty list because completion was requested in an invalid position. +Info 6581 [16:05:25.562] Format host information updated +Info 6582 [16:05:25.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6583 [16:05:25.657] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 6.936528000980616ms +Info 6584 [16:05:25.657] Different program with same set of files +Info 6585 [16:05:25.657] getCompletionData: Get current token: 0.0022810008376836777 +Info 6586 [16:05:25.657] getCompletionData: Is inside comment: 0.006694000214338303 +Info 6587 [16:05:25.657] getCompletionData: Get previous token: 0.008208999410271645 +Info 6588 [16:05:25.657] getCompletionsAtPosition: isCompletionListBlocker: 0.0014749988913536072 +Info 6589 [16:05:25.657] Returning an empty list because completion was requested in an invalid position. +Info 6590 [16:05:25.657] Format host information updated +Info 6591 [16:05:26.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6592 [16:05:26.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 10.648139998316765ms +Info 6593 [16:05:26.155] Different program with same set of files +Info 6594 [16:05:26.155] getCompletionData: Get current token: 0.003945000469684601 +Info 6595 [16:05:26.155] getCompletionData: Is inside comment: 0.012423001229763031 +Info 6596 [16:05:26.155] getCompletionData: Get previous token: 0.01587899960577488 +Info 6597 [16:05:26.155] getCompletionsAtPosition: isCompletionListBlocker: 0.001544000580906868 +Info 6598 [16:05:26.155] Returning an empty list because completion was requested in an invalid position. +Info 6599 [16:05:26.155] Format host information updated +Info 6600 [16:05:28.584] Format host information updated +Info 6601 [16:05:28.584] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6602 [16:05:28.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 7.231390999630094ms +Info 6603 [16:05:28.591] Different program with same set of files +Info 6604 [16:05:30.226] Format host information updated +Info 6605 [16:05:30.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6606 [16:05:30.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 7.058481000363827ms +Info 6607 [16:05:30.233] Different program with same set of files +Info 6608 [16:05:32.241] Format host information updated +Info 6609 [16:05:32.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6610 [16:05:32.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 6.611081000417471ms +Info 6611 [16:05:32.248] Different program with same set of files +Info 6612 [16:05:32.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6613 [16:05:32.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 10.045755000784993ms +Info 6614 [16:05:32.419] Different program with same set of files +Info 6615 [16:05:32.419] getCompletionData: Get current token: 0.0038850009441375732 +Info 6616 [16:05:32.419] getCompletionData: Is inside comment: 0.001543000340461731 +Info 6617 [16:05:32.419] getCompletionData: Get previous token: 0.024531999602913857 +Info 6618 [16:05:32.419] getCompletionsAtPosition: isCompletionListBlocker: 0.0021680016070604324 +Info 6619 [16:05:32.420] getExportInfoMap: cache hit +Info 6620 [16:05:32.426] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 147 from cache +Info 6621 [16:05:32.426] collectAutoImports: response is complete +Info 6622 [16:05:32.426] collectAutoImports: 5.570154000073671 +Info 6623 [16:05:32.426] getCompletionData: Semantic work: 6.476848000660539 +Info 6624 [16:05:32.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.748514000326395 +Info 6625 [16:05:32.434] Format host information updated +Info 6626 [16:05:32.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6627 [16:05:32.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 6.970434000715613ms +Info 6628 [16:05:32.569] Different program with same set of files +Info 6629 [16:05:32.570] getCompletionData: Get current token: 0.0045130010694265366 +Info 6630 [16:05:32.570] getCompletionData: Is inside comment: 0.0014939997345209122 +Info 6631 [16:05:32.570] getCompletionData: Get previous token: 0.027293000370264053 +Info 6632 [16:05:32.570] getCompletionsAtPosition: isCompletionListBlocker: 0.0019990000873804092 +Info 6633 [16:05:32.570] getExportInfoMap: cache hit +Info 6634 [16:05:32.577] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 94 from cache +Info 6635 [16:05:32.577] collectAutoImports: response is complete +Info 6636 [16:05:32.577] collectAutoImports: 6.370597001165152 +Info 6637 [16:05:32.577] getCompletionData: Semantic work: 7.057017998769879 +Info 6638 [16:05:32.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.589495999738574 +Info 6639 [16:05:32.584] Format host information updated +Info 6640 [16:05:32.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6641 [16:05:32.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 26.170959001407027ms +Info 6642 [16:05:32.685] Different program with same set of files +Info 6643 [16:05:32.686] getCompletionData: Get current token: 0.01658800058066845 +Info 6644 [16:05:32.686] getCompletionData: Is inside comment: 0.005996000021696091 +Info 6645 [16:05:32.686] getCompletionData: Get previous token: 0.1016170009970665 +Info 6646 [16:05:32.686] getCompletionsAtPosition: isCompletionListBlocker: 0.00692099891602993 +Info 6647 [16:05:32.689] getExportInfoMap: cache hit +Info 6648 [16:05:32.695] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 6649 [16:05:32.695] collectAutoImports: response is complete +Info 6650 [16:05:32.695] collectAutoImports: 5.904433999210596 +Info 6651 [16:05:32.695] getCompletionData: Semantic work: 8.387982999905944 +Info 6652 [16:05:32.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1165129989385605 +Info 6653 [16:05:32.702] Format host information updated +Info 6654 [16:05:32.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6655 [16:05:32.758] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 8.055495999753475ms +Info 6656 [16:05:32.758] Different program with same set of files +Info 6657 [16:05:32.758] getCompletionData: Get current token: 0.0049829985946416855 +Info 6658 [16:05:32.758] getCompletionData: Is inside comment: 0.0016329996287822723 +Info 6659 [16:05:32.758] getCompletionData: Get previous token: 0.03014799952507019 +Info 6660 [16:05:32.758] getCompletionsAtPosition: isCompletionListBlocker: 0.002214999869465828 +Info 6661 [16:05:32.759] getExportInfoMap: cache hit +Info 6662 [16:05:32.779] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 6663 [16:05:32.779] collectAutoImports: response is complete +Info 6664 [16:05:32.779] collectAutoImports: 19.39239700138569 +Info 6665 [16:05:32.779] getCompletionData: Semantic work: 20.14341299980879 +Info 6666 [16:05:32.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.970866998657584 +Info 6667 [16:05:32.792] Format host information updated +Info 6668 [16:05:34.231] Format host information updated +Info 6669 [16:05:34.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6670 [16:05:34.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 6.790314998477697ms +Info 6671 [16:05:34.238] Different program with same set of files +Info 6672 [16:05:34.345] Format host information updated +Info 6673 [16:05:34.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6674 [16:05:34.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 6.817569000646472ms +Info 6675 [16:05:34.352] Different program with same set of files +Info 6676 [16:05:34.499] Format host information updated +Info 6677 [16:05:34.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6678 [16:05:34.510] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 10.717823000624776ms +Info 6679 [16:05:34.510] Different program with same set of files +Info 6680 [16:05:40.542] Format host information updated +Info 6681 [16:05:40.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6682 [16:05:40.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 9.993555000051856ms +Info 6683 [16:05:40.552] Different program with same set of files +Info 6684 [16:05:42.719] Format host information updated +Info 6685 [16:05:42.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6686 [16:05:42.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 10.11413500085473ms +Info 6687 [16:05:42.730] Different program with same set of files +Info 6688 [16:05:43.029] Format host information updated +Info 6689 [16:05:43.030] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6690 [16:05:43.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 10.741206999868155ms +Info 6691 [16:05:43.040] Different program with same set of files +Info 6692 [16:05:45.159] Format host information updated +Info 6693 [16:05:45.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6694 [16:05:45.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 10.268145000562072ms +Info 6695 [16:05:45.170] Different program with same set of files +Info 6696 [16:05:45.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6697 [16:05:45.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 6.920412000268698ms +Info 6698 [16:05:45.353] Different program with same set of files +Info 6699 [16:05:45.353] getCompletionData: Get current token: 0.003898998722434044 +Info 6700 [16:05:45.353] getCompletionData: Is inside comment: 0.0014840010553598404 +Info 6701 [16:05:45.353] getCompletionData: Get previous token: 0.023346999660134315 +Info 6702 [16:05:45.353] getCompletionsAtPosition: isCompletionListBlocker: 0.002055000513792038 +Info 6703 [16:05:45.354] getExportInfoMap: cache hit +Info 6704 [16:05:45.358] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 147 from cache +Info 6705 [16:05:45.358] collectAutoImports: response is complete +Info 6706 [16:05:45.358] collectAutoImports: 4.534462999552488 +Info 6707 [16:05:45.358] getCompletionData: Semantic work: 5.213755000382662 +Info 6708 [16:05:45.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7545669991523027 +Info 6709 [16:05:45.370] Format host information updated +Info 6710 [16:05:45.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6711 [16:05:45.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 7.126620000228286ms +Info 6712 [16:05:45.479] Different program with same set of files +Info 6713 [16:05:45.479] getCompletionData: Get current token: 0.0041409991681575775 +Info 6714 [16:05:45.479] getCompletionData: Is inside comment: 0.0015120003372430801 +Info 6715 [16:05:45.479] getCompletionData: Get previous token: 0.027420999482274055 +Info 6716 [16:05:45.479] getCompletionsAtPosition: isCompletionListBlocker: 0.0023530013859272003 +Info 6717 [16:05:45.480] getExportInfoMap: cache hit +Info 6718 [16:05:45.483] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 94 from cache +Info 6719 [16:05:45.483] collectAutoImports: response is complete +Info 6720 [16:05:45.483] collectAutoImports: 3.6425499990582466 +Info 6721 [16:05:45.483] getCompletionData: Semantic work: 4.312302999198437 +Info 6722 [16:05:45.490] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.481428999453783 +Info 6723 [16:05:45.493] Format host information updated +Info 6724 [16:05:45.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6725 [16:05:45.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 12.96097799949348ms +Info 6726 [16:05:45.549] Different program with same set of files +Info 6727 [16:05:45.549] getCompletionData: Get current token: 0.008214998990297318 +Info 6728 [16:05:45.549] getCompletionData: Is inside comment: 0.0028109997510910034 +Info 6729 [16:05:45.549] getCompletionData: Get previous token: 0.04958399944007397 +Info 6730 [16:05:45.549] getCompletionsAtPosition: isCompletionListBlocker: 0.0032870005816221237 +Info 6731 [16:05:45.550] getExportInfoMap: cache hit +Info 6732 [16:05:45.554] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 6733 [16:05:45.554] collectAutoImports: response is complete +Info 6734 [16:05:45.554] collectAutoImports: 4.01804699935019 +Info 6735 [16:05:45.554] getCompletionData: Semantic work: 5.233586000278592 +Info 6736 [16:05:45.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7567699998617172 +Info 6737 [16:05:45.566] Format host information updated +Info 6738 [16:05:45.654] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6739 [16:05:45.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 10.27828299999237ms +Info 6740 [16:05:45.664] Different program with same set of files +Info 6741 [16:05:45.664] getCompletionData: Get current token: 0.004813000559806824 +Info 6742 [16:05:45.664] getCompletionData: Is inside comment: 0.0015839990228414536 +Info 6743 [16:05:45.665] getCompletionData: Get previous token: 0.029200999066233635 +Info 6744 [16:05:45.665] getCompletionsAtPosition: isCompletionListBlocker: 0.0026650000363588333 +Info 6745 [16:05:45.665] getExportInfoMap: cache hit +Info 6746 [16:05:45.679] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 6747 [16:05:45.679] collectAutoImports: response is complete +Info 6748 [16:05:45.679] collectAutoImports: 13.932246999815106 +Info 6749 [16:05:45.679] getCompletionData: Semantic work: 14.710221000015736 +Info 6750 [16:05:45.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.777575999498367 +Info 6751 [16:05:45.698] Format host information updated +Info 6752 [16:05:51.847] Format host information updated +Info 6753 [16:05:51.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6754 [16:05:51.856] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 8.712016999721527ms +Info 6755 [16:05:51.856] Different program with same set of files +Info 6756 [16:05:53.693] getCompletionData: Get current token: 0.002353999763727188 +Info 6757 [16:05:53.693] getCompletionData: Is inside comment: 0.011868000030517578 +Info 6758 [16:05:53.693] getCompletionData: Get previous token: 0.009829999879002571 +Info 6759 [16:05:53.693] getCompletionsAtPosition: isCompletionListBlocker: 0.002233000472187996 +Info 6760 [16:05:53.693] Returning an empty list because completion was requested in an invalid position. +Info 6761 [16:05:53.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6762 [16:05:53.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 7.3166180010885ms +Info 6763 [16:05:53.840] Different program with same set of files +Info 6764 [16:05:53.840] getCompletionData: Get current token: 0.0024500004947185516 +Info 6765 [16:05:53.840] getCompletionData: Is inside comment: 0.008494000881910324 +Info 6766 [16:05:53.840] getCompletionData: Get previous token: 0.00923599861562252 +Info 6767 [16:05:53.840] getCompletionsAtPosition: isCompletionListBlocker: 0.001353999599814415 +Info 6768 [16:05:53.840] Returning an empty list because completion was requested in an invalid position. +Info 6769 [16:05:53.840] Format host information updated +Info 6770 [16:05:53.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6771 [16:05:53.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 12.821425000205636ms +Info 6772 [16:05:53.931] Different program with same set of files +Info 6773 [16:05:53.931] getCompletionData: Get current token: 0.0021200012415647507 +Info 6774 [16:05:53.931] getCompletionData: Is inside comment: 0.006977001205086708 +Info 6775 [16:05:53.931] getCompletionData: Get previous token: 0.008232999593019485 +Info 6776 [16:05:53.931] getCompletionsAtPosition: isCompletionListBlocker: 0.0011710003018379211 +Info 6777 [16:05:53.931] Returning an empty list because completion was requested in an invalid position. +Info 6778 [16:05:53.931] Format host information updated +Info 6779 [16:05:54.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6780 [16:05:54.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 14.296397998929024ms +Info 6781 [16:05:54.252] Different program with same set of files +Info 6782 [16:05:54.252] getCompletionData: Get current token: 0.0030899997800588608 +Info 6783 [16:05:54.252] getCompletionData: Is inside comment: 0.008511999621987343 +Info 6784 [16:05:54.252] getCompletionData: Get previous token: 0.009696001186966896 +Info 6785 [16:05:54.252] getCompletionsAtPosition: isCompletionListBlocker: 0.0015820004045963287 +Info 6786 [16:05:54.252] Returning an empty list because completion was requested in an invalid position. +Info 6787 [16:05:54.261] Format host information updated +Info 6788 [16:05:54.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6789 [16:05:54.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 14.083000000566244ms +Info 6790 [16:05:54.354] Different program with same set of files +Info 6791 [16:05:54.355] getCompletionData: Get current token: 0.002210000529885292 +Info 6792 [16:05:54.355] getCompletionData: Is inside comment: 0.007131000980734825 +Info 6793 [16:05:54.355] getCompletionData: Get previous token: 0.010037999600172043 +Info 6794 [16:05:54.355] getCompletionsAtPosition: isCompletionListBlocker: 0.0012909993529319763 +Info 6795 [16:05:54.355] Returning an empty list because completion was requested in an invalid position. +Info 6796 [16:05:54.355] Format host information updated +Info 6797 [16:05:54.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6798 [16:05:54.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 7.638450000435114ms +Info 6799 [16:05:54.685] Different program with same set of files +Info 6800 [16:05:54.685] getCompletionData: Get current token: 0.002355998381972313 +Info 6801 [16:05:54.685] getCompletionData: Is inside comment: 0.008678000420331955 +Info 6802 [16:05:54.685] getCompletionData: Get previous token: 0.008822001516819 +Info 6803 [16:05:54.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0015929993242025375 +Info 6804 [16:05:54.685] Returning an empty list because completion was requested in an invalid position. +Info 6805 [16:05:54.685] Format host information updated +Info 6806 [16:05:54.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6807 [16:05:54.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 13.471278999000788ms +Info 6808 [16:05:54.756] Different program with same set of files +Info 6809 [16:05:54.756] getCompletionData: Get current token: 0.0029589999467134476 +Info 6810 [16:05:54.756] getCompletionData: Is inside comment: 0.009522998705506325 +Info 6811 [16:05:54.756] getCompletionData: Get previous token: 0.011411000043153763 +Info 6812 [16:05:54.756] getCompletionsAtPosition: isCompletionListBlocker: 0.0016060005873441696 +Info 6813 [16:05:54.756] Returning an empty list because completion was requested in an invalid position. +Info 6814 [16:05:54.756] Format host information updated +Info 6815 [16:05:54.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6816 [16:05:54.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 26.30736899934709ms +Info 6817 [16:05:54.883] Different program with same set of files +Info 6818 [16:05:54.883] getCompletionData: Get current token: 0.007874999195337296 +Info 6819 [16:05:54.884] getCompletionData: Is inside comment: 0.025616999715566635 +Info 6820 [16:05:54.884] getCompletionData: Get previous token: 0.030278000980615616 +Info 6821 [16:05:54.884] getCompletionsAtPosition: isCompletionListBlocker: 0.0035200007259845734 +Info 6822 [16:05:54.884] Returning an empty list because completion was requested in an invalid position. +Info 6823 [16:05:54.884] Format host information updated +Info 6824 [16:05:54.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6825 [16:05:54.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 10.020632999017835ms +Info 6826 [16:05:54.993] Different program with same set of files +Info 6827 [16:05:54.993] getCompletionData: Get current token: 0.0028540007770061493 +Info 6828 [16:05:54.993] getCompletionData: Is inside comment: 0.008945999667048454 +Info 6829 [16:05:54.993] getCompletionData: Get previous token: 0.041224999353289604 +Info 6830 [16:05:54.993] getCompletionsAtPosition: isCompletionListBlocker: 0.0015120003372430801 +Info 6831 [16:05:54.993] Returning an empty list because completion was requested in an invalid position. +Info 6832 [16:05:54.993] Format host information updated +Info 6833 [16:05:55.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6834 [16:05:55.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 9.828010000288486ms +Info 6835 [16:05:55.124] Different program with same set of files +Info 6836 [16:05:55.124] getCompletionData: Get current token: 0.0024640001356601715 +Info 6837 [16:05:55.124] getCompletionData: Is inside comment: 0.007442999631166458 +Info 6838 [16:05:55.124] getCompletionData: Get previous token: 0.008550001308321953 +Info 6839 [16:05:55.124] getCompletionsAtPosition: isCompletionListBlocker: 0.0013089999556541443 +Info 6840 [16:05:55.124] Returning an empty list because completion was requested in an invalid position. +Info 6841 [16:05:55.127] Format host information updated +Info 6842 [16:05:55.548] getCompletionData: Get current token: 0.001176999881863594 +Info 6843 [16:05:55.548] getCompletionData: Is inside comment: 0.006098998710513115 +Info 6844 [16:05:55.548] getCompletionData: Get previous token: 0.004375999793410301 +Info 6845 [16:05:55.548] getCompletionsAtPosition: isCompletionListBlocker: 0.03671400062739849 +Info 6846 [16:05:55.549] getExportInfoMap: cache hit +Info 6847 [16:05:55.563] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 6848 [16:05:55.563] collectAutoImports: response is complete +Info 6849 [16:05:55.563] collectAutoImports: 13.743621999397874 +Info 6850 [16:05:55.563] getCompletionData: Semantic work: 14.639330999925733 +Info 6851 [16:05:55.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.144523000344634 +Info 6852 [16:05:57.127] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6853 [16:05:57.134] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 7.909002000465989ms +Info 6854 [16:05:57.134] Different program with same set of files +Info 6855 [16:05:57.135] getCompletionData: Get current token: 0.003992000594735146 +Info 6856 [16:05:57.135] getCompletionData: Is inside comment: 0.0011129993945360184 +Info 6857 [16:05:57.135] getCompletionData: Get previous token: 0.02336699888110161 +Info 6858 [16:05:57.135] getCompletionsAtPosition: isCompletionListBlocker: 0.0017779991030693054 +Info 6859 [16:05:57.142] getCompletionData: Semantic work: 7.203511999920011 +Info 6860 [16:05:57.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11964499950408936 +Info 6861 [16:05:57.142] Format host information updated +Info 6862 [16:05:57.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6863 [16:05:57.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 28.885686000809073ms +Info 6864 [16:05:57.254] Different program with same set of files +Info 6865 [16:05:57.255] getCompletionData: Get current token: 0.020329000428318977 +Info 6866 [16:05:57.255] getCompletionData: Is inside comment: 0.007200000807642937 +Info 6867 [16:05:57.255] getCompletionData: Get previous token: 0.11774200014770031 +Info 6868 [16:05:57.255] getCompletionsAtPosition: isCompletionListBlocker: 0.006714999675750732 +Info 6869 [16:05:57.271] getCompletionData: Semantic work: 15.302998000755906 +Info 6870 [16:05:57.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1813149992376566 +Info 6871 [16:05:57.271] Format host information updated +Info 6872 [16:05:57.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6873 [16:05:57.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 8.62938099913299ms +Info 6874 [16:05:57.304] Different program with same set of files +Info 6875 [16:05:57.304] getCompletionData: Get current token: 0.005630999803543091 +Info 6876 [16:05:57.304] getCompletionData: Is inside comment: 0.0019070003181695938 +Info 6877 [16:05:57.304] getCompletionData: Get previous token: 0.030438000336289406 +Info 6878 [16:05:57.304] getCompletionsAtPosition: isCompletionListBlocker: 0.002594001591205597 +Info 6879 [16:05:57.314] getCompletionData: Semantic work: 9.331531999632716 +Info 6880 [16:05:57.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1122059989720583 +Info 6881 [16:05:57.314] Format host information updated +Info 6882 [16:05:57.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6883 [16:05:57.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 7.356402998790145ms +Info 6884 [16:05:57.458] Different program with same set of files +Info 6885 [16:05:57.459] getCompletionData: Get current token: 0.00460599921643734 +Info 6886 [16:05:57.459] getCompletionData: Is inside comment: 0.001713000237941742 +Info 6887 [16:05:57.459] getCompletionData: Get previous token: 0.055532000958919525 +Info 6888 [16:05:57.459] getCompletionsAtPosition: isCompletionListBlocker: 0.002677999436855316 +Info 6889 [16:05:57.465] getCompletionData: Semantic work: 6.284822000190616 +Info 6890 [16:05:57.465] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11150399968028069 +Info 6891 [16:05:57.465] Format host information updated +Info 6892 [16:05:57.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6893 [16:05:57.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 9.952799001708627ms +Info 6894 [16:05:57.580] Different program with same set of files +Info 6895 [16:05:57.580] getCompletionData: Get current token: 0.005017001181840897 +Info 6896 [16:05:57.580] getCompletionData: Is inside comment: 0.0017630010843276978 +Info 6897 [16:05:57.580] getCompletionData: Get previous token: 0.022898999974131584 +Info 6898 [16:05:57.580] getCompletionsAtPosition: isCompletionListBlocker: 0.0025120005011558533 +Info 6899 [16:05:57.586] getCompletionData: Semantic work: 5.9425820000469685 +Info 6900 [16:05:57.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11159799993038177 +Info 6901 [16:05:57.586] Format host information updated +Info 6902 [16:05:57.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6903 [16:05:57.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 7.323487000539899ms +Info 6904 [16:05:57.716] Different program with same set of files +Info 6905 [16:05:57.716] getCompletionData: Get current token: 0.004494000226259232 +Info 6906 [16:05:57.716] getCompletionData: Is inside comment: 0.0016430001705884933 +Info 6907 [16:05:57.716] getCompletionData: Get previous token: 0.02387000061571598 +Info 6908 [16:05:57.716] getCompletionsAtPosition: isCompletionListBlocker: 0.0021119993180036545 +Info 6909 [16:05:57.722] getCompletionData: Semantic work: 5.937976999208331 +Info 6910 [16:05:57.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11464500054717064 +Info 6911 [16:05:57.726] Format host information updated +Info 6912 [16:06:00.860] Format host information updated +Info 6913 [16:06:00.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6914 [16:06:00.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 7.030751999467611ms +Info 6915 [16:06:00.867] Different program with same set of files +Info 6916 [16:06:03.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6917 [16:06:03.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 6.91656699962914ms +Info 6918 [16:06:03.311] Different program with same set of files +Info 6919 [16:06:03.311] getCompletionData: Get current token: 0.0034999996423721313 +Info 6920 [16:06:03.311] getCompletionData: Is inside comment: 0.008956000208854675 +Info 6921 [16:06:03.311] getCompletionData: Get previous token: 0.00591600127518177 +Info 6922 [16:06:03.311] getCompletionsAtPosition: isCompletionListBlocker: 0.0022940002381801605 +Info 6923 [16:06:03.311] getExportInfoMap: cache hit +Info 6924 [16:06:03.325] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6925 [16:06:03.325] collectAutoImports: response is complete +Info 6926 [16:06:03.325] collectAutoImports: 13.386829998344183 +Info 6927 [16:06:03.325] getCompletionData: Semantic work: 13.81275700032711 +Info 6928 [16:06:03.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.41682199947536 +Info 6929 [16:06:03.336] Format host information updated +Info 6930 [16:06:03.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6931 [16:06:03.471] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 7.111640000715852ms +Info 6932 [16:06:03.471] Different program with same set of files +Info 6933 [16:06:03.471] getCompletionData: Get current token: 0.004367999732494354 +Info 6934 [16:06:03.472] getCompletionData: Is inside comment: 0.011872999370098114 +Info 6935 [16:06:03.472] getCompletionData: Get previous token: 0.012954000383615494 +Info 6936 [16:06:03.472] getCompletionsAtPosition: isCompletionListBlocker: 0.0023410003632307053 +Info 6937 [16:06:03.472] getExportInfoMap: cache hit +Info 6938 [16:06:03.475] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 6939 [16:06:03.475] collectAutoImports: response is complete +Info 6940 [16:06:03.475] collectAutoImports: 2.4105619993060827 +Info 6941 [16:06:03.475] getCompletionData: Semantic work: 2.9587019998580217 +Info 6942 [16:06:03.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.498888000845909 +Info 6943 [16:06:03.478] Format host information updated +Info 6944 [16:06:03.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6945 [16:06:03.563] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 18.150922998785973ms +Info 6946 [16:06:03.563] Different program with same set of files +Info 6947 [16:06:03.564] getCompletionData: Get current token: 0.009070999920368195 +Info 6948 [16:06:03.564] getCompletionData: Is inside comment: 0.024867000058293343 +Info 6949 [16:06:03.564] getCompletionData: Get previous token: 0.028238000348210335 +Info 6950 [16:06:03.564] getCompletionsAtPosition: isCompletionListBlocker: 0.004927998408675194 +Info 6951 [16:06:03.565] getExportInfoMap: cache hit +Info 6952 [16:06:03.569] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 6953 [16:06:03.569] collectAutoImports: response is complete +Info 6954 [16:06:03.569] collectAutoImports: 4.337517999112606 +Info 6955 [16:06:03.569] getCompletionData: Semantic work: 5.372037999331951 +Info 6956 [16:06:03.574] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4007689990103245 +Info 6957 [16:06:03.575] Format host information updated +Info 6958 [16:06:03.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6959 [16:06:03.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 6.706939999014139ms +Info 6960 [16:06:03.614] Different program with same set of files +Info 6961 [16:06:03.614] getCompletionData: Get current token: 0.00422699935734272 +Info 6962 [16:06:03.614] getCompletionData: Is inside comment: 0.010467000305652618 +Info 6963 [16:06:03.614] getCompletionData: Get previous token: 0.011312000453472137 +Info 6964 [16:06:03.614] getCompletionsAtPosition: isCompletionListBlocker: 0.0022689998149871826 +Info 6965 [16:06:03.615] getExportInfoMap: cache hit +Info 6966 [16:06:03.616] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 6967 [16:06:03.616] collectAutoImports: response is complete +Info 6968 [16:06:03.616] collectAutoImports: 1.759077999740839 +Info 6969 [16:06:03.616] getCompletionData: Semantic work: 2.223158000037074 +Info 6970 [16:06:03.621] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.633508000522852 +Info 6971 [16:06:03.622] Format host information updated +Info 6972 [16:06:03.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6973 [16:06:03.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 7.467328999191523ms +Info 6974 [16:06:03.674] Different program with same set of files +Info 6975 [16:06:03.674] getCompletionData: Get current token: 0.004434999078512192 +Info 6976 [16:06:03.674] getCompletionData: Is inside comment: 0.011621000245213509 +Info 6977 [16:06:03.674] getCompletionData: Get previous token: 0.013411000370979309 +Info 6978 [16:06:03.674] getCompletionsAtPosition: isCompletionListBlocker: 0.0024849995970726013 +Info 6979 [16:06:03.675] getExportInfoMap: cache hit +Info 6980 [16:06:03.689] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 6981 [16:06:03.689] collectAutoImports: response is complete +Info 6982 [16:06:03.689] collectAutoImports: 13.788307998329401 +Info 6983 [16:06:03.689] getCompletionData: Semantic work: 14.300964999943972 +Info 6984 [16:06:03.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.379551999270916 +Info 6985 [16:06:03.699] Format host information updated +Info 6986 [16:06:04.186] getCompletionData: Get current token: 0.0029479991644620895 +Info 6987 [16:06:04.186] getCompletionData: Is inside comment: 0.01297600008547306 +Info 6988 [16:06:04.186] getCompletionData: Get previous token: 0.007473999634385109 +Info 6989 [16:06:04.186] getCompletionsAtPosition: isCompletionListBlocker: 0.010804999619722366 +Info 6990 [16:06:04.187] getExportInfoMap: cache hit +Info 6991 [16:06:04.205] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 6992 [16:06:04.205] collectAutoImports: response is complete +Info 6993 [16:06:04.205] collectAutoImports: 17.998993000015616 +Info 6994 [16:06:04.205] getCompletionData: Semantic work: 18.80032099969685 +Info 6995 [16:06:04.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8369009997695684 +Info 6996 [16:06:04.686] getCompletionData: Get current token: 0.0011640004813671112 +Info 6997 [16:06:04.686] getCompletionData: Is inside comment: 0.00822400115430355 +Info 6998 [16:06:04.686] getCompletionData: Get previous token: 0.006757000461220741 +Info 6999 [16:06:04.686] getCompletionsAtPosition: isCompletionListBlocker: 0.009141998365521431 +Info 7000 [16:06:04.686] getExportInfoMap: cache hit +Info 7001 [16:06:04.697] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 7002 [16:06:04.697] collectAutoImports: response is complete +Info 7003 [16:06:04.697] collectAutoImports: 10.432167999446392 +Info 7004 [16:06:04.697] getCompletionData: Semantic work: 11.00968199968338 +Info 7005 [16:06:04.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.627412999048829 +Info 7006 [16:06:05.216] getCompletionData: Get current token: 0.001191999763250351 +Info 7007 [16:06:05.216] getCompletionData: Is inside comment: 0.006083998829126358 +Info 7008 [16:06:05.216] getCompletionData: Get previous token: 0.004565998911857605 +Info 7009 [16:06:05.216] getCompletionsAtPosition: isCompletionListBlocker: 0.007976999506354332 +Info 7010 [16:06:05.216] getExportInfoMap: cache hit +Info 7011 [16:06:05.225] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 7012 [16:06:05.225] collectAutoImports: response is complete +Info 7013 [16:06:05.225] collectAutoImports: 8.589578000828624 +Info 7014 [16:06:05.225] getCompletionData: Semantic work: 9.21530400030315 +Info 7015 [16:06:05.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2471190001815557 +Info 7016 [16:06:05.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7017 [16:06:05.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 8.824566001072526ms +Info 7018 [16:06:05.422] Different program with same set of files +Info 7019 [16:06:05.423] getCompletionData: Get current token: 0.0014970004558563232 +Info 7020 [16:06:05.423] getCompletionData: Is inside comment: 0.007598999887704849 +Info 7021 [16:06:05.423] getCompletionData: Get previous token: 0.005604999139904976 +Info 7022 [16:06:05.423] getCompletionsAtPosition: isCompletionListBlocker: 0.0019530002027750015 +Info 7023 [16:06:05.428] getCompletionData: Semantic work: 5.656386001035571 +Info 7024 [16:06:05.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23846199922263622 +Info 7025 [16:06:05.429] Format host information updated +Info 7026 [16:06:05.577] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7027 [16:06:05.584] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 7.291513001546264ms +Info 7028 [16:06:05.584] Different program with same set of files +Info 7029 [16:06:05.584] getCompletionData: Get current token: 0.0012930016964673996 +Info 7030 [16:06:05.584] getCompletionData: Is inside comment: 0.006825000047683716 +Info 7031 [16:06:05.584] getCompletionData: Get previous token: 0.015550000593066216 +Info 7032 [16:06:05.584] getCompletionsAtPosition: isCompletionListBlocker: 0.0022860001772642136 +Info 7033 [16:06:05.589] getCompletionData: Semantic work: 5.039900999516249 +Info 7034 [16:06:05.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0239090006798506 +Info 7035 [16:06:05.591] Format host information updated +Info 7036 [16:06:05.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7037 [16:06:05.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 9.930889001116157ms +Info 7038 [16:06:05.726] Different program with same set of files +Info 7039 [16:06:05.726] getCompletionData: Get current token: 0.0012340005487203598 +Info 7040 [16:06:05.726] getCompletionData: Is inside comment: 0.006913000717759132 +Info 7041 [16:06:05.726] getCompletionData: Get previous token: 0.014527000486850739 +Info 7042 [16:06:05.726] getCompletionsAtPosition: isCompletionListBlocker: 0.001854998990893364 +Info 7043 [16:06:05.731] getCompletionData: Semantic work: 4.998337000608444 +Info 7044 [16:06:05.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.30536300130188465 +Info 7045 [16:06:05.732] Format host information updated +Info 7046 [16:06:05.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7047 [16:06:05.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 7.215050999075174ms +Info 7048 [16:06:05.899] Different program with same set of files +Info 7049 [16:06:05.900] getCompletionData: Get current token: 0.015309000387787819 +Info 7050 [16:06:05.900] getCompletionData: Is inside comment: 0.007802998647093773 +Info 7051 [16:06:05.900] getCompletionData: Get previous token: 0.007872998714447021 +Info 7052 [16:06:05.900] getCompletionsAtPosition: isCompletionListBlocker: 0.002728000283241272 +Info 7053 [16:06:05.900] getExportInfoMap: cache hit +Info 7054 [16:06:05.914] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 7055 [16:06:05.914] collectAutoImports: response is complete +Info 7056 [16:06:05.914] collectAutoImports: 13.619482999667525 +Info 7057 [16:06:05.914] getCompletionData: Semantic work: 14.176834000274539 +Info 7058 [16:06:05.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.380468999966979 +Info 7059 [16:06:05.927] Format host information updated +Info 7060 [16:06:05.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7061 [16:06:05.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 6.867394000291824ms +Info 7062 [16:06:05.961] Different program with same set of files +Info 7063 [16:06:05.961] getCompletionData: Get current token: 0.00118199922144413 +Info 7064 [16:06:05.961] getCompletionData: Is inside comment: 0.007376000285148621 +Info 7065 [16:06:05.961] getCompletionData: Get previous token: 0.005156999453902245 +Info 7066 [16:06:05.961] getCompletionsAtPosition: isCompletionListBlocker: 0.008110998198390007 +Info 7067 [16:06:05.962] getExportInfoMap: cache hit +Info 7068 [16:06:05.972] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 7069 [16:06:05.972] collectAutoImports: response is complete +Info 7070 [16:06:05.972] collectAutoImports: 10.560995999723673 +Info 7071 [16:06:05.972] getCompletionData: Semantic work: 11.151301000267267 +Info 7072 [16:06:05.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1501059997826815 +Info 7073 [16:06:05.981] Format host information updated +Info 7074 [16:06:06.275] getCompletionData: Get current token: 0.003766000270843506 +Info 7075 [16:06:06.275] getCompletionData: Is inside comment: 0.0012759994715452194 +Info 7076 [16:06:06.275] getCompletionData: Get previous token: 0.015850000083446503 +Info 7077 [16:06:06.275] getCompletionsAtPosition: isCompletionListBlocker: 0.002227000892162323 +Info 7078 [16:06:06.276] getExportInfoMap: cache hit +Info 7079 [16:06:06.286] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 7080 [16:06:06.286] collectAutoImports: response is complete +Info 7081 [16:06:06.286] collectAutoImports: 10.631834998726845 +Info 7082 [16:06:06.286] getCompletionData: Semantic work: 11.09753599949181 +Info 7083 [16:06:06.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.039715999737382 +Info 7084 [16:06:06.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7085 [16:06:06.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 9.125699998810887ms +Info 7086 [16:06:06.484] Different program with same set of files +Info 7087 [16:06:06.484] getCompletionData: Get current token: 0.0034379996359348297 +Info 7088 [16:06:06.484] getCompletionData: Is inside comment: 0.0011969991028308868 +Info 7089 [16:06:06.484] getCompletionData: Get previous token: 0.019833000376820564 +Info 7090 [16:06:06.484] getCompletionsAtPosition: isCompletionListBlocker: 0.006602000445127487 +Info 7091 [16:06:06.484] getExportInfoMap: cache hit +Info 7092 [16:06:06.494] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 7093 [16:06:06.494] collectAutoImports: response is complete +Info 7094 [16:06:06.494] collectAutoImports: 9.753701999783516 +Info 7095 [16:06:06.494] getCompletionData: Semantic work: 10.246505001559854 +Info 7096 [16:06:06.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.938969999551773 +Info 7097 [16:06:06.507] Format host information updated +Info 7098 [16:06:06.531] Format host information updated +Info 7099 [16:06:06.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7100 [16:06:06.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 6.2915889993309975ms +Info 7101 [16:06:06.538] Different program with same set of files +Info 7102 [16:06:06.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7103 [16:06:06.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 7.297101000323892ms +Info 7104 [16:06:06.663] Different program with same set of files +Info 7105 [16:06:06.663] getCompletionData: Get current token: 0.003744000568985939 +Info 7106 [16:06:06.663] getCompletionData: Is inside comment: 0.0016649998724460602 +Info 7107 [16:06:06.663] getCompletionData: Get previous token: 0.021088000386953354 +Info 7108 [16:06:06.663] getCompletionsAtPosition: isCompletionListBlocker: 0.00787699967622757 +Info 7109 [16:06:06.663] getExportInfoMap: cache hit +Info 7110 [16:06:06.678] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 7111 [16:06:06.678] collectAutoImports: response is complete +Info 7112 [16:06:06.678] collectAutoImports: 15.042309999465942 +Info 7113 [16:06:06.678] getCompletionData: Semantic work: 15.624506000429392 +Info 7114 [16:06:06.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.99146299995482 +Info 7115 [16:06:06.690] Format host information updated +Info 7116 [16:06:06.790] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7117 [16:06:06.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 7.136902999132872ms +Info 7118 [16:06:06.797] Different program with same set of files +Info 7119 [16:06:06.797] getCompletionData: Get current token: 0.003399001434445381 +Info 7120 [16:06:06.797] getCompletionData: Is inside comment: 0.0013089999556541443 +Info 7121 [16:06:06.797] getCompletionData: Get previous token: 0.015306999906897545 +Info 7122 [16:06:06.797] getCompletionsAtPosition: isCompletionListBlocker: 0.007602998986840248 +Info 7123 [16:06:06.797] getExportInfoMap: cache hit +Info 7124 [16:06:06.810] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 7125 [16:06:06.810] collectAutoImports: response is complete +Info 7126 [16:06:06.810] collectAutoImports: 12.198173999786377 +Info 7127 [16:06:06.810] getCompletionData: Semantic work: 12.685608999803662 +Info 7128 [16:06:06.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7362759988754988 +Info 7129 [16:06:06.823] Format host information updated +Info 7130 [16:06:06.870] Format host information updated +Info 7131 [16:06:06.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7132 [16:06:06.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 7.491111000999808ms +Info 7133 [16:06:06.877] Different program with same set of files +Info 7134 [16:06:07.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7135 [16:06:07.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 7.742831999436021ms +Info 7136 [16:06:07.033] Different program with same set of files +Info 7137 [16:06:07.033] getCompletionData: Get current token: 0.003247000277042389 +Info 7138 [16:06:07.033] getCompletionData: Is inside comment: 0.0012420006096363068 +Info 7139 [16:06:07.033] getCompletionData: Get previous token: 0.018435999751091003 +Info 7140 [16:06:07.033] getCompletionsAtPosition: isCompletionListBlocker: 0.007063001394271851 +Info 7141 [16:06:07.034] getExportInfoMap: cache hit +Info 7142 [16:06:07.047] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 981 from cache +Info 7143 [16:06:07.047] collectAutoImports: response is complete +Info 7144 [16:06:07.047] collectAutoImports: 13.481554999947548 +Info 7145 [16:06:07.047] getCompletionData: Semantic work: 14.211032999679446 +Info 7146 [16:06:07.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.129944000393152 +Info 7147 [16:06:07.057] Format host information updated +Info 7148 [16:10:27.107] Format host information updated +Info 7149 [16:10:27.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7150 [16:10:27.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 16.504148999229074ms +Info 7151 [16:10:27.124] Different program with same set of files +Info 7152 [16:37:26.015] Search path: /home/orion/src/purescript-puppeteer/src +Info 7153 [16:37:26.015] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7154 [16:37:26.016] `remove Project:: +Info 7155 [16:37:26.016] Project '/dev/null/inferredProject1*' (Inferred) +Info 7156 [16:37:26.016] Files (129) + +Info 7157 [16:37:26.016] ----------------------------------------------- +Info 7158 [16:37:26.016] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7159 [16:37:26.016] Files (179) + +Info 7160 [16:37:26.016] ----------------------------------------------- +Info 7161 [16:37:26.018] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7161 [16:37:26.018] Files (146) + +Info 7161 [16:37:26.018] ----------------------------------------------- +Info 7161 [16:37:26.018] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7161 [16:37:26.018] Files (271) + +Info 7161 [16:37:26.018] ----------------------------------------------- +Info 7161 [16:37:26.018] Open files: +Info 7161 [16:37:26.018] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7161 [16:37:26.018] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7161 [16:37:26.018] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7161 [16:37:26.018] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7161 [16:37:26.018] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7161 [16:37:26.018] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7161 [16:37:26.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7162 [16:37:26.239] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 11.219770999625325ms +Info 7163 [16:37:26.239] Different program with same set of files +Info 7164 [16:37:26.337] Format host information updated +Info 7165 [16:37:28.527] Before ensureProjectForOpenFiles: +Info 7166 [16:37:28.527] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7166 [16:37:28.527] Files (146) + +Info 7166 [16:37:28.527] ----------------------------------------------- +Info 7166 [16:37:28.527] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7166 [16:37:28.527] Files (271) + +Info 7166 [16:37:28.527] ----------------------------------------------- +Info 7166 [16:37:28.527] Open files: +Info 7166 [16:37:28.527] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7166 [16:37:28.528] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7166 [16:37:28.528] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7166 [16:37:28.528] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7166 [16:37:28.528] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7166 [16:37:28.528] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7166 [16:37:28.528] After ensureProjectForOpenFiles: +Info 7167 [16:37:28.528] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7167 [16:37:28.528] Files (146) + +Info 7167 [16:37:28.528] ----------------------------------------------- +Info 7167 [16:37:28.528] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7167 [16:37:28.528] Files (271) + +Info 7167 [16:37:28.528] ----------------------------------------------- +Info 7167 [16:37:28.528] Open files: +Info 7167 [16:37:28.528] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7167 [16:37:28.528] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7167 [16:37:28.528] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7167 [16:37:28.528] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7167 [16:37:28.528] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7167 [16:37:28.528] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7167 [16:37:28.528] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 7168 [16:38:10.917] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7169 [16:38:10.917] Elapsed:: 0.5586249995976686ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7170 [16:38:10.917] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7171 [16:38:10.919] Elapsed:: 1.310046000406146ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7172 [16:38:12.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7173 [16:38:12.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 500 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.823568999767303ms +Info 7174 [16:38:12.189] Different program with same set of files +Info 7175 [16:38:14.419] Before ensureProjectForOpenFiles: +Info 7176 [16:38:14.419] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7176 [16:38:14.419] Files (146) + +Info 7176 [16:38:14.419] ----------------------------------------------- +Info 7176 [16:38:14.419] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7176 [16:38:14.419] Files (271) + +Info 7176 [16:38:14.419] ----------------------------------------------- +Info 7176 [16:38:14.419] Open files: +Info 7176 [16:38:14.419] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7176 [16:38:14.419] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7176 [16:38:14.419] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7176 [16:38:14.419] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7176 [16:38:14.419] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7176 [16:38:14.419] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7176 [16:38:14.419] After ensureProjectForOpenFiles: +Info 7177 [16:38:14.419] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7177 [16:38:14.419] Files (146) + +Info 7177 [16:38:14.419] ----------------------------------------------- +Info 7177 [16:38:14.419] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7177 [16:38:14.419] Files (271) + +Info 7177 [16:38:14.419] ----------------------------------------------- +Info 7177 [16:38:14.419] Open files: +Info 7177 [16:38:14.419] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7177 [16:38:14.419] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7177 [16:38:14.419] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7177 [16:38:14.419] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7177 [16:38:14.419] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7177 [16:38:14.419] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7177 [16:38:14.419] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 7178 [16:38:36.173] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7179 [16:38:36.173] Elapsed:: 0.046261999756097794ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7180 [16:38:36.173] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7181 [16:38:36.173] Elapsed:: 0.020440999418497086ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7182 [16:38:36.173] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7183 [16:38:36.173] Elapsed:: 0.0029680002480745316ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7184 [16:38:36.174] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/cosmiconfig/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/cosmiconfig/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7185 [16:38:36.174] Elapsed:: 0.00531500019133091ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/cosmiconfig/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/cosmiconfig/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7186 [16:38:36.191] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7187 [16:38:36.191] Elapsed:: 0.006785999983549118ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7188 [16:38:36.191] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7189 [16:38:36.191] Elapsed:: 0.005055001005530357ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7190 [16:38:36.194] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/@puppeteer/browsers/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/@puppeteer/browsers/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7191 [16:38:36.194] Elapsed:: 0.009323999285697937ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/@puppeteer/browsers/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/@puppeteer/browsers/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7192 [16:38:36.194] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/@puppeteer/browsers/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/@puppeteer/browsers/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7193 [16:38:36.194] Elapsed:: 0.006823999807238579ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/@puppeteer/browsers/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/@puppeteer/browsers/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7194 [16:38:36.201] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/chromium-bidi/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/chromium-bidi/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7195 [16:38:36.201] Elapsed:: 0.006459001451730728ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/chromium-bidi/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/chromium-bidi/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7196 [16:38:36.202] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7197 [16:38:36.202] Elapsed:: 0.009846000000834465ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7198 [16:38:36.202] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/chromium-bidi/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/chromium-bidi/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7199 [16:38:36.202] Elapsed:: 0.0055219996720552444ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/chromium-bidi/node_modules/devtools-protocol/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/chromium-bidi/node_modules/devtools-protocol/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7200 [16:38:36.212] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/mitt/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/mitt/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7201 [16:38:36.212] Elapsed:: 0.024723999202251434ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/mitt/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/mitt/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7202 [16:38:36.212] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/mitt/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/mitt/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7203 [16:38:36.212] Elapsed:: 0.007772000506520271ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/mitt/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/mitt/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7204 [16:38:36.213] DirectoryWatcher:: Triggered with /home/orion/node_modules/ms/license.md :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7205 [16:38:36.213] Elapsed:: 0.09831300005316734ms DirectoryWatcher:: Triggered with /home/orion/node_modules/ms/license.md :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7206 [16:38:36.213] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/ms/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/ms/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7207 [16:38:36.213] Elapsed:: 0.010724999010562897ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/ms/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/ms/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 7208 [16:38:36.214] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/promisify.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7209 [16:38:36.215] Elapsed:: 0.010629000142216682ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/promisify.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7210 [16:38:36.215] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/index.js.map :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7211 [16:38:36.215] Elapsed:: 0.005984000861644745ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/index.js.map :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7212 [16:38:36.215] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/promisify.js :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7213 [16:38:36.215] Elapsed:: 0.00478300079703331ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/promisify.js :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7214 [16:38:36.215] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/index.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7215 [16:38:36.215] Elapsed:: 0.0041600000113248825ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/index.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7216 [16:38:36.215] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/index.js :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7217 [16:38:36.215] Elapsed:: 0.004130000248551369ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/index.js :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7218 [16:38:36.215] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/promisify.js.map :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7219 [16:38:36.215] Elapsed:: 0.0062180012464523315ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/promisify.js.map :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7220 [16:38:36.215] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/src :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7221 [16:38:36.215] Elapsed:: 0.17578699998557568ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/dist/src/src :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7222 [16:38:36.215] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/src/index.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7223 [16:38:36.215] Elapsed:: 0.007925000041723251ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/src/index.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7224 [16:38:36.215] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/src/promisify.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7225 [16:38:36.215] Elapsed:: 0.007527999579906464ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/src/promisify.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7226 [16:38:36.216] DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/src/src :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7227 [16:38:36.216] Elapsed:: 0.08443799987435341ms DirectoryWatcher:: Triggered with /home/orion/node_modules/agent-base/src/src :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7228 [16:38:36.218] DirectoryWatcher:: Triggered with /home/orion/node_modules/string-width/index.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7229 [16:38:36.218] Elapsed:: 0.009724998846650124ms DirectoryWatcher:: Triggered with /home/orion/node_modules/string-width/index.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7230 [16:38:36.231] DirectoryWatcher:: Triggered with /home/orion/node_modules/strip-ansi/index.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7231 [16:38:36.231] Elapsed:: 0.009225999936461449ms DirectoryWatcher:: Triggered with /home/orion/node_modules/strip-ansi/index.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7232 [16:38:36.232] DirectoryWatcher:: Triggered with /home/orion/node_modules/emoji-regex/text.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7233 [16:38:36.232] Elapsed:: 0.012426000088453293ms DirectoryWatcher:: Triggered with /home/orion/node_modules/emoji-regex/text.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7234 [16:38:36.243] DirectoryWatcher:: Triggered with /home/orion/node_modules/ansi-regex/index.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7235 [16:38:36.243] Elapsed:: 0.015534000471234322ms DirectoryWatcher:: Triggered with /home/orion/node_modules/ansi-regex/index.d.ts :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7236 [16:38:36.260] FileWatcher:: Triggered with /home/orion/package.json 1:: WatchInfo: /home/orion/package.json 250 undefined WatchType: package.json file +Info 7237 [16:38:36.260] Elapsed:: 0.09659700095653534ms FileWatcher:: Triggered with /home/orion/package.json 1:: WatchInfo: /home/orion/package.json 250 undefined WatchType: package.json file +Info 7238 [16:38:37.280] DirectoryWatcher:: Triggered with /home/orion/node_modules :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7239 [16:38:37.280] Elapsed:: 0.3174750003963709ms DirectoryWatcher:: Triggered with /home/orion/node_modules :: WatchInfo: /home/orion/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 7240 [16:38:37.463] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7241 [16:38:37.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 501 structureChanged: true structureIsReused:: SafeModules Elapsed: 18.942735001444817ms +Info 7242 [16:38:37.482] Different program with same set of files +Info 7243 [16:38:39.714] Before ensureProjectForOpenFiles: +Info 7244 [16:38:39.714] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7244 [16:38:39.714] Files (146) + +Info 7244 [16:38:39.714] ----------------------------------------------- +Info 7244 [16:38:39.714] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7244 [16:38:39.714] Files (271) + +Info 7244 [16:38:39.714] ----------------------------------------------- +Info 7244 [16:38:39.714] Open files: +Info 7244 [16:38:39.714] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7244 [16:38:39.714] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7244 [16:38:39.714] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7244 [16:38:39.714] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7244 [16:38:39.714] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7244 [16:38:39.714] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7244 [16:38:39.714] After ensureProjectForOpenFiles: +Info 7245 [16:38:39.715] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7245 [16:38:39.715] Files (146) + +Info 7245 [16:38:39.715] ----------------------------------------------- +Info 7245 [16:38:39.715] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7245 [16:38:39.715] Files (271) + +Info 7245 [16:38:39.715] ----------------------------------------------- +Info 7245 [16:38:39.715] Open files: +Info 7245 [16:38:39.715] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7245 [16:38:39.715] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7245 [16:38:39.715] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7245 [16:38:39.715] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7245 [16:38:39.715] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7245 [16:38:39.715] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7245 [16:38:39.715] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 7246 [16:40:43.955] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7247 [16:40:43.955] Elapsed:: 0.11547000147402287ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7248 [16:40:43.955] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7249 [16:40:43.955] Elapsed:: 0.1020250003784895ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7250 [16:40:45.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7251 [16:40:45.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 502 structureChanged: true structureIsReused:: SafeModules Elapsed: 42.35618600063026ms +Info 7252 [16:40:45.248] Different program with same set of files +Info 7253 [16:40:47.455] Before ensureProjectForOpenFiles: +Info 7254 [16:40:47.455] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7254 [16:40:47.455] Files (146) + +Info 7254 [16:40:47.455] ----------------------------------------------- +Info 7254 [16:40:47.455] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7254 [16:40:47.455] Files (271) + +Info 7254 [16:40:47.455] ----------------------------------------------- +Info 7254 [16:40:47.455] Open files: +Info 7254 [16:40:47.455] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7254 [16:40:47.455] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7254 [16:40:47.455] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7254 [16:40:47.455] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7254 [16:40:47.455] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7254 [16:40:47.455] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7254 [16:40:47.455] After ensureProjectForOpenFiles: +Info 7255 [16:40:47.455] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7255 [16:40:47.455] Files (146) + +Info 7255 [16:40:47.455] ----------------------------------------------- +Info 7255 [16:40:47.455] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7255 [16:40:47.455] Files (271) + +Info 7255 [16:40:47.455] ----------------------------------------------- +Info 7255 [16:40:47.455] Open files: +Info 7255 [16:40:47.455] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7255 [16:40:47.455] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7255 [16:40:47.455] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7255 [16:40:47.455] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7255 [16:40:47.455] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7255 [16:40:47.455] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7255 [16:40:47.456] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 7256 [16:45:44.763] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7257 [16:45:44.763] Elapsed:: 0.15413999930024147ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7258 [16:45:44.763] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7259 [16:45:44.764] Elapsed:: 0.4059820007532835ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7260 [16:45:44.764] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7261 [16:45:44.764] Elapsed:: 0.09325999952852726ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7262 [16:45:44.764] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7263 [16:45:44.764] Elapsed:: 0.2089150007814169ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7264 [16:45:46.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7265 [16:45:46.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 503 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.167806999757886ms +Info 7266 [16:45:46.036] Different program with same set of files +Info 7267 [16:45:48.266] Before ensureProjectForOpenFiles: +Info 7268 [16:45:48.266] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7268 [16:45:48.266] Files (146) + +Info 7268 [16:45:48.266] ----------------------------------------------- +Info 7268 [16:45:48.266] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7268 [16:45:48.266] Files (271) + +Info 7268 [16:45:48.266] ----------------------------------------------- +Info 7268 [16:45:48.266] Open files: +Info 7268 [16:45:48.266] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7268 [16:45:48.266] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7268 [16:45:48.266] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7268 [16:45:48.266] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7268 [16:45:48.266] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7268 [16:45:48.266] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7268 [16:45:48.266] After ensureProjectForOpenFiles: +Info 7269 [16:45:48.266] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7269 [16:45:48.266] Files (146) + +Info 7269 [16:45:48.266] ----------------------------------------------- +Info 7269 [16:45:48.266] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7269 [16:45:48.266] Files (271) + +Info 7269 [16:45:48.266] ----------------------------------------------- +Info 7269 [16:45:48.266] Open files: +Info 7269 [16:45:48.266] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7269 [16:45:48.267] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7269 [16:45:48.267] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7269 [16:45:48.267] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7269 [16:45:48.267] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7269 [16:45:48.267] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7269 [16:45:48.267] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 7270 [16:45:51.965] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7271 [16:45:51.965] Elapsed:: 0.13975299894809723ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 7272 [16:45:51.965] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7273 [16:45:51.968] Elapsed:: 2.566601999104023ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 7274 [16:45:53.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7275 [16:45:53.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 504 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.14959300123155ms +Info 7276 [16:45:53.231] Different program with same set of files +Info 7277 [16:45:55.466] Before ensureProjectForOpenFiles: +Info 7278 [16:45:55.466] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7278 [16:45:55.466] Files (146) + +Info 7278 [16:45:55.466] ----------------------------------------------- +Info 7278 [16:45:55.466] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7278 [16:45:55.466] Files (271) + +Info 7278 [16:45:55.466] ----------------------------------------------- +Info 7278 [16:45:55.466] Open files: +Info 7278 [16:45:55.466] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7278 [16:45:55.466] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7278 [16:45:55.466] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7278 [16:45:55.466] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7278 [16:45:55.466] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7278 [16:45:55.466] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7278 [16:45:55.466] After ensureProjectForOpenFiles: +Info 7279 [16:45:55.466] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7279 [16:45:55.466] Files (146) + +Info 7279 [16:45:55.466] ----------------------------------------------- +Info 7279 [16:45:55.466] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7279 [16:45:55.466] Files (271) + +Info 7279 [16:45:55.466] ----------------------------------------------- +Info 7279 [16:45:55.466] Open files: +Info 7279 [16:45:55.466] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7279 [16:45:55.466] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7279 [16:45:55.466] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7279 [16:45:55.466] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7279 [16:45:55.466] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7279 [16:45:55.466] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7279 [16:45:55.467] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 7280 [16:48:20.235] Search path: /home/orion/src/purescript-puppeteer/src +Info 7281 [16:48:20.235] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7282 [16:48:20.235] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7282 [16:48:20.235] Files (146) + +Info 7282 [16:48:20.235] ----------------------------------------------- +Info 7282 [16:48:20.235] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7282 [16:48:20.235] Files (271) + +Info 7282 [16:48:20.235] ----------------------------------------------- +Info 7282 [16:48:20.235] Open files: +Info 7282 [16:48:20.235] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7282 [16:48:20.235] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7282 [16:48:20.235] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7282 [16:48:20.235] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7282 [16:48:20.235] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7282 [16:48:20.235] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7282 [16:48:20.235] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7282 [16:48:20.235] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7282 [16:48:20.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7283 [16:48:20.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 16.619324000552297ms +Info 7284 [16:48:20.464] Different program with same set of files +Info 7285 [16:48:22.747] Before ensureProjectForOpenFiles: +Info 7286 [16:48:22.747] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7286 [16:48:22.747] Files (146) + +Info 7286 [16:48:22.747] ----------------------------------------------- +Info 7286 [16:48:22.747] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7286 [16:48:22.747] Files (271) + +Info 7286 [16:48:22.747] ----------------------------------------------- +Info 7286 [16:48:22.747] Open files: +Info 7286 [16:48:22.747] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7286 [16:48:22.747] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7286 [16:48:22.747] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7286 [16:48:22.747] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7286 [16:48:22.747] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7286 [16:48:22.747] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7286 [16:48:22.747] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7286 [16:48:22.747] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7286 [16:48:22.747] After ensureProjectForOpenFiles: +Info 7287 [16:48:22.747] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7287 [16:48:22.747] Files (146) + +Info 7287 [16:48:22.747] ----------------------------------------------- +Info 7287 [16:48:22.747] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7287 [16:48:22.747] Files (271) + +Info 7287 [16:48:22.747] ----------------------------------------------- +Info 7287 [16:48:22.747] Open files: +Info 7287 [16:48:22.747] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7287 [16:48:22.747] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7287 [16:48:22.747] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7287 [16:48:22.747] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7287 [16:48:22.747] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7287 [16:48:22.747] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7287 [16:48:22.747] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7287 [16:48:22.747] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7287 [16:48:22.747] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js +Info 7288 [16:48:31.097] Format host information updated +Info 7289 [16:48:34.023] getCompletionData: Get current token: 0.004169998690485954 +Info 7290 [16:48:34.023] getCompletionData: Is inside comment: 0.016530001536011696 +Info 7291 [16:48:34.023] getCompletionData: Get previous token: 0.009575000032782555 +Info 7292 [16:48:34.023] getCompletionsAtPosition: isCompletionListBlocker: 0.014903999865055084 +Info 7293 [16:48:34.040] AutoImportProviderProject: found 466 root files in 6 dependencies in 14.972929000854492 ms +Info 7294 [16:48:34.048] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 7295 [16:48:34.521] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 472.2383220009506ms +Info 7296 [16:48:34.521] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7297 [16:48:34.521] Files (624) + +Info 7298 [16:48:34.521] ----------------------------------------------- +Info 7299 [16:48:34.522] getExportInfoMap: cache miss or empty; calculating new results +Info 7300 [16:48:34.568] forEachExternalModuleToImportFrom autoImportProvider: 25.476962000131607 +Info 7301 [16:48:34.568] getExportInfoMap: done in 543.6270270012319 ms +Info 7302 [16:48:34.670] collectAutoImports: resolved 456 module specifiers, plus 219 ambient and 2659 from cache +Info 7303 [16:48:34.670] collectAutoImports: response is complete +Info 7304 [16:48:34.670] collectAutoImports: 102.16886000148952 +Info 7305 [16:48:34.670] getCompletionData: Semantic work: 647.0551120005548 +Info 7306 [16:48:34.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 20.749578000977635 +Info 7307 [16:48:35.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7308 [16:48:35.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 9.037022000178695ms +Info 7309 [16:48:35.257] Different program with same set of files +Info 7310 [16:48:35.257] getCompletionData: Get current token: 0.003262000158429146 +Info 7311 [16:48:35.257] getCompletionData: Is inside comment: 0.011349000036716461 +Info 7312 [16:48:35.257] getCompletionData: Get previous token: 0.007234001532196999 +Info 7313 [16:48:35.257] getCompletionsAtPosition: isCompletionListBlocker: 0.018703998997807503 +Info 7314 [16:48:35.258] getExportInfoMap: cache hit +Info 7315 [16:48:35.287] collectAutoImports: resolved 27 module specifiers, plus 175 ambient and 3859 from cache +Info 7316 [16:48:35.287] collectAutoImports: response is complete +Info 7317 [16:48:35.287] collectAutoImports: 29.34741200134158 +Info 7318 [16:48:35.287] getCompletionData: Semantic work: 29.97858799993992 +Info 7319 [16:48:35.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.163967000320554 +Info 7320 [16:48:35.311] Format host information updated +Info 7321 [16:48:35.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7322 [16:48:35.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 7.226296000182629ms +Info 7323 [16:48:35.328] Different program with same set of files +Info 7324 [16:48:35.328] getCompletionData: Get current token: 0.003568999469280243 +Info 7325 [16:48:35.328] getCompletionData: Is inside comment: 0.009522000327706337 +Info 7326 [16:48:35.328] getCompletionData: Get previous token: 0.00653500109910965 +Info 7327 [16:48:35.328] getCompletionsAtPosition: isCompletionListBlocker: 0.006071999669075012 +Info 7328 [16:48:35.329] getExportInfoMap: cache hit +Info 7329 [16:48:35.350] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7330 [16:48:35.350] collectAutoImports: response is complete +Info 7331 [16:48:35.350] collectAutoImports: 21.318727001547813 +Info 7332 [16:48:35.350] getCompletionData: Semantic work: 21.8388529997319 +Info 7333 [16:48:35.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.930797999724746 +Info 7334 [16:48:35.370] Format host information updated +Info 7335 [16:48:35.415] Format host information updated +Info 7336 [16:48:35.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7337 [16:48:35.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 8.387630999088287ms +Info 7338 [16:48:35.423] Different program with same set of files +Info 7339 [16:48:35.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7340 [16:48:35.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 7.40794700011611ms +Info 7341 [16:48:35.577] Different program with same set of files +Info 7342 [16:48:35.577] getCompletionData: Get current token: 0.0026259999722242355 +Info 7343 [16:48:35.577] getCompletionData: Is inside comment: 0.008952001109719276 +Info 7344 [16:48:35.577] getCompletionData: Get previous token: 0.005544999614357948 +Info 7345 [16:48:35.577] getCompletionsAtPosition: isCompletionListBlocker: 0.006893999874591827 +Info 7346 [16:48:35.577] getExportInfoMap: cache hit +Info 7347 [16:48:35.602] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7348 [16:48:35.602] collectAutoImports: response is complete +Info 7349 [16:48:35.602] collectAutoImports: 24.727068999782205 +Info 7350 [16:48:35.602] getCompletionData: Semantic work: 25.26733399927616 +Info 7351 [16:48:35.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.049622999504209 +Info 7352 [16:48:35.617] Format host information updated +Info 7353 [16:48:35.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7354 [16:48:35.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 7.246330000460148ms +Info 7355 [16:48:35.719] Different program with same set of files +Info 7356 [16:48:35.719] getCompletionData: Get current token: 0.0038000009953975677 +Info 7357 [16:48:35.719] getCompletionData: Is inside comment: 0.011282000690698624 +Info 7358 [16:48:35.719] getCompletionData: Get previous token: 0.007779000326991081 +Info 7359 [16:48:35.719] getCompletionsAtPosition: isCompletionListBlocker: 0.006919000297784805 +Info 7360 [16:48:35.719] getExportInfoMap: cache hit +Info 7361 [16:48:35.745] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7362 [16:48:35.745] collectAutoImports: response is complete +Info 7363 [16:48:35.745] collectAutoImports: 25.79200500063598 +Info 7364 [16:48:35.745] getCompletionData: Semantic work: 26.3682960011065 +Info 7365 [16:48:35.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.344311000779271 +Info 7366 [16:48:35.760] Format host information updated +Info 7367 [16:48:35.784] Format host information updated +Info 7368 [16:48:35.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7369 [16:48:35.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 6.9307700004428625ms +Info 7370 [16:48:35.791] Different program with same set of files +Info 7371 [16:48:38.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7372 [16:48:38.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 10.215971000492573ms +Info 7373 [16:48:38.286] Different program with same set of files +Info 7374 [16:48:38.286] getCompletionData: Get current token: 0.006154999136924744 +Info 7375 [16:48:38.286] getCompletionData: Is inside comment: 0.0013239998370409012 +Info 7376 [16:48:38.286] getCompletionData: Get previous token: 0.014708999544382095 +Info 7377 [16:48:38.286] getCompletionsAtPosition: isCompletionListBlocker: 0.0028300005942583084 +Info 7378 [16:48:38.287] getExportInfoMap: cache hit +Info 7379 [16:48:38.310] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3115 from cache +Info 7380 [16:48:38.310] collectAutoImports: response is complete +Info 7381 [16:48:38.310] collectAutoImports: 23.13846999965608 +Info 7382 [16:48:38.310] getCompletionData: Semantic work: 23.808975998312235 +Info 7383 [16:48:38.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.304171999916434 +Info 7384 [16:48:38.326] Format host information updated +Info 7385 [16:48:38.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7386 [16:48:38.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 7.174866000190377ms +Info 7387 [16:48:38.345] Different program with same set of files +Info 7388 [16:48:38.345] getCompletionData: Get current token: 0.0036159995943307877 +Info 7389 [16:48:38.345] getCompletionData: Is inside comment: 0.0012270007282495499 +Info 7390 [16:48:38.345] getCompletionData: Get previous token: 0.01437700167298317 +Info 7391 [16:48:38.345] getCompletionsAtPosition: isCompletionListBlocker: 0.006279999390244484 +Info 7392 [16:48:38.346] getExportInfoMap: cache hit +Info 7393 [16:48:38.366] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3115 from cache +Info 7394 [16:48:38.366] collectAutoImports: response is complete +Info 7395 [16:48:38.366] collectAutoImports: 20.11454600095749 +Info 7396 [16:48:38.366] getCompletionData: Semantic work: 20.783368000760674 +Info 7397 [16:48:38.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.989089000970125 +Info 7398 [16:48:38.381] Format host information updated +Info 7399 [16:48:38.405] Format host information updated +Info 7400 [16:48:38.405] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7401 [16:48:38.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 6.608336001634598ms +Info 7402 [16:48:38.412] Different program with same set of files +Info 7403 [16:48:38.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7404 [16:48:38.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 6.445973999798298ms +Info 7405 [16:48:38.697] Different program with same set of files +Info 7406 [16:48:38.698] getCompletionData: Get current token: 0.0061039999127388 +Info 7407 [16:48:38.698] getCompletionData: Is inside comment: 0.0012690015137195587 +Info 7408 [16:48:38.698] getCompletionData: Get previous token: 0.01332000084221363 +Info 7409 [16:48:38.698] getCompletionsAtPosition: isCompletionListBlocker: 0.005580998957157135 +Info 7410 [16:48:38.698] getExportInfoMap: cache hit +Info 7411 [16:48:38.720] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3115 from cache +Info 7412 [16:48:38.720] collectAutoImports: response is complete +Info 7413 [16:48:38.720] collectAutoImports: 21.66158900037408 +Info 7414 [16:48:38.720] getCompletionData: Semantic work: 22.1819770000875 +Info 7415 [16:48:38.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.610317999497056 +Info 7416 [16:48:38.735] Format host information updated +Info 7417 [16:48:38.996] Format host information updated +Info 7418 [16:48:38.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7419 [16:48:39.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 9.130746999755502ms +Info 7420 [16:48:39.005] Different program with same set of files +Info 7421 [16:48:39.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7422 [16:48:39.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 6.470397999510169ms +Info 7423 [16:48:39.118] Different program with same set of files +Info 7424 [16:48:39.118] getCompletionData: Get current token: 0.006694000214338303 +Info 7425 [16:48:39.118] getCompletionData: Is inside comment: 0.0014820005744695663 +Info 7426 [16:48:39.118] getCompletionData: Get previous token: 0.015848999843001366 +Info 7427 [16:48:39.118] getCompletionsAtPosition: isCompletionListBlocker: 0.006665000692009926 +Info 7428 [16:48:39.119] getExportInfoMap: cache hit +Info 7429 [16:48:39.139] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3115 from cache +Info 7430 [16:48:39.139] collectAutoImports: response is complete +Info 7431 [16:48:39.139] collectAutoImports: 20.569409999996424 +Info 7432 [16:48:39.139] getCompletionData: Semantic work: 21.15786899998784 +Info 7433 [16:48:39.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.7696139998734 +Info 7434 [16:48:39.154] Format host information updated +Info 7435 [16:48:39.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7436 [16:48:39.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 6.639006000012159ms +Info 7437 [16:48:39.266] Different program with same set of files +Info 7438 [16:48:39.266] getCompletionData: Get current token: 0.00640999898314476 +Info 7439 [16:48:39.266] getCompletionData: Is inside comment: 0.0014479998499155045 +Info 7440 [16:48:39.266] getCompletionData: Get previous token: 0.013922000303864479 +Info 7441 [16:48:39.266] getCompletionsAtPosition: isCompletionListBlocker: 0.006581000983715057 +Info 7442 [16:48:39.267] getExportInfoMap: cache hit +Info 7443 [16:48:39.289] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3115 from cache +Info 7444 [16:48:39.289] collectAutoImports: response is complete +Info 7445 [16:48:39.289] collectAutoImports: 22.201268998906016 +Info 7446 [16:48:39.289] getCompletionData: Semantic work: 22.87894600071013 +Info 7447 [16:48:39.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.600174000486732 +Info 7448 [16:48:39.304] Format host information updated +Info 7449 [16:48:39.343] Format host information updated +Info 7450 [16:48:39.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7451 [16:48:39.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 9.45388500019908ms +Info 7452 [16:48:39.353] Different program with same set of files +Info 7453 [16:48:51.876] Format host information updated +Info 7454 [16:48:51.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7455 [16:48:51.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 6.709741000086069ms +Info 7456 [16:48:51.883] Different program with same set of files +Info 7457 [16:49:18.569] getCompletionData: Get current token: 0.0019890014082193375 +Info 7458 [16:49:18.569] getCompletionData: Is inside comment: 0.007887998595833778 +Info 7459 [16:49:18.569] getCompletionData: Get previous token: 0.0049949996173381805 +Info 7460 [16:49:18.569] getCompletionsAtPosition: isCompletionListBlocker: 0.007774999365210533 +Info 7461 [16:49:18.570] getExportInfoMap: cache hit +Info 7462 [16:49:18.611] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3115 from cache +Info 7463 [16:49:18.611] collectAutoImports: response is complete +Info 7464 [16:49:18.611] collectAutoImports: 40.902253000065684 +Info 7465 [16:49:18.611] getCompletionData: Semantic work: 41.81985899992287 +Info 7466 [16:49:18.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.101507000625134 +Info 7467 [16:49:20.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7468 [16:49:20.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 15.878370000049472ms +Info 7469 [16:49:20.840] Different program with same set of files +Info 7470 [16:49:20.840] getCompletionData: Get current token: 0.007502999156713486 +Info 7471 [16:49:20.840] getCompletionData: Is inside comment: 0.015816999599337578 +Info 7472 [16:49:20.840] getCompletionData: Get previous token: 0.01179799996316433 +Info 7473 [16:49:20.840] getCompletionsAtPosition: isCompletionListBlocker: 0.007197000086307526 +Info 7474 [16:49:20.841] getExportInfoMap: cache hit +Info 7475 [16:49:20.864] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7476 [16:49:20.864] collectAutoImports: response is complete +Info 7477 [16:49:20.864] collectAutoImports: 23.500287000089884 +Info 7478 [16:49:20.864] getCompletionData: Semantic work: 24.23178700171411 +Info 7479 [16:49:20.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.109186999499798 +Info 7480 [16:49:20.886] Format host information updated +Info 7481 [16:49:20.945] Format host information updated +Info 7482 [16:49:20.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7483 [16:49:20.962] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 16.052470998838544ms +Info 7484 [16:49:20.962] Different program with same set of files +Info 7485 [16:49:21.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7486 [16:49:21.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 7.902137000113726ms +Info 7487 [16:49:21.080] Different program with same set of files +Info 7488 [16:49:21.080] getCompletionData: Get current token: 0.0038530007004737854 +Info 7489 [16:49:21.080] getCompletionData: Is inside comment: 0.008788000792264938 +Info 7490 [16:49:21.080] getCompletionData: Get previous token: 0.00587099976837635 +Info 7491 [16:49:21.080] getCompletionsAtPosition: isCompletionListBlocker: 0.006241999566555023 +Info 7492 [16:49:21.080] getExportInfoMap: cache hit +Info 7493 [16:49:21.107] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7494 [16:49:21.107] collectAutoImports: response is complete +Info 7495 [16:49:21.107] collectAutoImports: 26.384586000815034 +Info 7496 [16:49:21.107] getCompletionData: Semantic work: 26.944823000580072 +Info 7497 [16:49:21.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.776398999616504 +Info 7498 [16:49:21.122] Format host information updated +Info 7499 [16:49:21.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7500 [16:49:21.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 8.335951998829842ms +Info 7501 [16:49:21.246] Different program with same set of files +Info 7502 [16:49:21.246] getCompletionData: Get current token: 0.005727998912334442 +Info 7503 [16:49:21.246] getCompletionData: Is inside comment: 0.011448001489043236 +Info 7504 [16:49:21.246] getCompletionData: Get previous token: 0.007164999842643738 +Info 7505 [16:49:21.246] getCompletionsAtPosition: isCompletionListBlocker: 0.006581999361515045 +Info 7506 [16:49:21.246] getExportInfoMap: cache hit +Info 7507 [16:49:21.274] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7508 [16:49:21.274] collectAutoImports: response is complete +Info 7509 [16:49:21.274] collectAutoImports: 27.727661000564694 +Info 7510 [16:49:21.274] getCompletionData: Semantic work: 28.3389829993248 +Info 7511 [16:49:21.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.530751999467611 +Info 7512 [16:49:21.293] Format host information updated +Info 7513 [16:49:21.355] Format host information updated +Info 7514 [16:49:21.355] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7515 [16:49:21.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 13.308754999190569ms +Info 7516 [16:49:21.368] Different program with same set of files +Info 7517 [16:49:22.828] Format host information updated +Info 7518 [16:49:22.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7519 [16:49:22.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 7.6001829989254475ms +Info 7520 [16:49:22.836] Different program with same set of files +Info 7521 [16:49:23.792] Format host information updated +Info 7522 [16:49:23.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7523 [16:49:23.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 6.865891998633742ms +Info 7524 [16:49:23.799] Different program with same set of files +Info 7525 [16:49:25.045] Format host information updated +Info 7526 [16:49:25.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7527 [16:49:25.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 6.968817999586463ms +Info 7528 [16:49:25.053] Different program with same set of files +Info 7529 [16:49:26.220] Format host information updated +Info 7530 [16:49:26.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7531 [16:49:26.227] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 7.2302560005337ms +Info 7532 [16:49:26.227] Different program with same set of files +Info 7533 [16:49:27.534] Format host information updated +Info 7534 [16:49:27.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7535 [16:49:27.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 6.823362000286579ms +Info 7536 [16:49:27.541] Different program with same set of files +Info 7537 [16:49:28.520] Format host information updated +Info 7538 [16:49:28.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7539 [16:49:28.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 6.665608000010252ms +Info 7540 [16:49:28.527] Different program with same set of files +Info 7541 [16:49:30.140] Format host information updated +Info 7542 [16:49:30.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7543 [16:49:30.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 7.79351899959147ms +Info 7544 [16:49:30.148] Different program with same set of files diff --git a/.log/tsserver-log-IBG6ir/ti-59843.log b/.log/tsserver-log-IBG6ir/ti-59843.log new file mode 100644 index 0000000..55d185c --- /dev/null +++ b/.log/tsserver-log-IBG6ir/ti-59843.log @@ -0,0 +1,340 @@ +[21:45:07.540] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[21:45:07.540] Processing cache location '/home/orion/.cache/typescript/5.2' +[21:45:07.540] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[21:45:07.542] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[21:45:07.542] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[21:45:07.542] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[21:45:07.542] Process id: 59861 +[21:45:07.542] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[21:45:07.542] validateDefaultNpmLocation: true +[21:45:07.542] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[21:45:07.542] Updating types-registry npm package... +[21:45:07.542] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[21:45:08.437] Succeeded. stdout: + + up to date, audited 36 packages in 624ms + +found 0 vulnerabilities + +[21:45:08.438] Updated types-registry npm package +[21:45:08.473] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[21:45:08.484] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[21:45:08.484] Explicitly included types: [] +[21:45:08.484] Inferred typings from unresolved imports: [] +[21:45:08.484] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[21:45:08.484] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[21:45:08.485] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[21:45:08.485] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[21:45:08.485] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[21:45:08.485] Response has been sent. +[21:45:08.485] No new typings were requested as a result of typings discovery +[23:26:00.430] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:26:00.431] Explicitly included types: [] +[23:26:00.432] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[23:26:00.432] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[23:26:00.434] Package 'puppeteer' provides its own types. +[23:26:00.435] Package 'puppeteer-core' provides its own types. +[23:26:00.436] Package 'puppeteer-extra' provides its own types. +[23:26:00.436] Package 'bun-types' provides its own types. +[23:26:00.437] Package 'devtools-protocol' provides its own types. +[23:26:00.438] Found package names: ["callsites","purs-tidy"] +[23:26:00.438] Inferred typings from unresolved imports: [] +[23:26:00.439] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:26:00.439] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:26:00.439] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:26:00.439] Response has been sent. +[23:26:00.439] Installing typings ["callsites","purs-tidy","typescript"] +[23:26:00.439] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[23:26:00.439] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[23:26:00.440] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[23:26:00.440] All typings are known to be missing or invalid - no need to install more typings +[23:26:00.440] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[23:26:00.440] Response has been sent. +[23:26:00.964] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:26:00.964] Explicitly included types: [] +[23:26:00.965] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[23:26:00.965] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[23:26:00.966] Package 'puppeteer' provides its own types. +[23:26:00.967] Package 'puppeteer-core' provides its own types. +[23:26:00.968] Package 'puppeteer-extra' provides its own types. +[23:26:00.969] Package 'bun-types' provides its own types. +[23:26:00.969] Package 'devtools-protocol' provides its own types. +[23:26:00.969] Found package names: ["callsites","purs-tidy"] +[23:26:00.969] Inferred typings from unresolved imports: [] +[23:26:00.969] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:26:00.969] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:26:00.970] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[23:26:00.970] Response has been sent. +[23:26:00.970] Installing typings ["callsites","purs-tidy","typescript"] +[23:26:00.970] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[23:26:00.970] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[23:26:00.970] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[23:26:00.970] All typings are known to be missing or invalid - no need to install more typings +[23:26:00.970] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[23:26:00.970] Response has been sent. +[23:26:01.798] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:26:01.799] Explicitly included types: [] +[23:26:01.800] Inferred typings from unresolved imports: [] +[23:26:01.800] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[23:26:01.800] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[23:26:01.800] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:01.800] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:01.800] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[23:26:01.800] Response has been sent. +[23:26:01.800] No new typings were requested as a result of typings discovery +[23:26:04.047] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:26:04.047] Explicitly included types: [] +[23:26:04.048] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[23:26:04.048] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[23:26:04.049] Package 'puppeteer' provides its own types. +[23:26:04.051] Package 'puppeteer-core' provides its own types. +[23:26:04.052] Package 'puppeteer-extra' provides its own types. +[23:26:04.052] Package 'bun-types' provides its own types. +[23:26:04.053] Package 'devtools-protocol' provides its own types. +[23:26:04.053] Found package names: ["callsites","purs-tidy"] +[23:26:04.053] Inferred typings from unresolved imports: [] +[23:26:04.053] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:26:04.053] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:26:04.053] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:26:04.053] Response has been sent. +[23:26:04.053] Installing typings ["callsites","purs-tidy","typescript"] +[23:26:04.053] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[23:26:04.053] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[23:26:04.053] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[23:26:04.054] All typings are known to be missing or invalid - no need to install more typings +[23:26:04.054] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[23:26:04.054] Response has been sent. +[23:26:54.895] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["\n\n"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:26:54.895] Explicitly included types: [] +[23:26:54.896] Inferred typings from unresolved imports: ["\n\n"] +[23:26:54.896] Result: {"cachedTypingPaths":[],"newTypingNames":["\n\n"],"filesToWatch":[]} +[23:26:54.896] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["\n\n"],"filesToWatch":[]} +[23:26:54.896] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:54.896] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:54.896] Installing typings ["\n\n"] +[23:26:54.896] ' + +':: Package name ' + +' contains non URI safe characters +[23:26:54.896] All typings are known to be missing or invalid - no need to install more typings +[23:26:54.896] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["\n\n"],"kind":"action::set"} +[23:26:54.896] Response has been sent. +[23:26:59.320] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:26:59.320] Explicitly included types: [] +[23:26:59.321] Inferred typings from unresolved imports: ["p"] +[23:26:59.321] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[23:26:59.321] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[23:26:59.321] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:59.321] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:59.321] Installing typings ["p"] +[23:26:59.321] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[23:26:59.321] All typings are known to be missing or invalid - no need to install more typings +[23:26:59.321] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[23:26:59.322] Response has been sent. +[23:26:59.501] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:26:59.502] Explicitly included types: [] +[23:26:59.502] Inferred typings from unresolved imports: ["pu"] +[23:26:59.502] Result: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[23:26:59.502] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[23:26:59.502] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:59.502] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:59.502] Installing typings ["pu"] +[23:26:59.502] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[23:26:59.502] All typings are known to be missing or invalid - no need to install more typings +[23:26:59.502] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu"],"kind":"action::set"} +[23:26:59.503] Response has been sent. +[23:26:59.548] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:26:59.548] Explicitly included types: [] +[23:26:59.548] Inferred typings from unresolved imports: ["pup"] +[23:26:59.548] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[23:26:59.549] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[23:26:59.549] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:59.549] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:59.549] Installing typings ["pup"] +[23:26:59.549] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[23:26:59.549] All typings are known to be missing or invalid - no need to install more typings +[23:26:59.549] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[23:26:59.550] Response has been sent. +[23:26:59.678] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:26:59.679] Explicitly included types: [] +[23:26:59.679] Inferred typings from unresolved imports: ["pupp"] +[23:26:59.679] Result: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[23:26:59.679] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[23:26:59.679] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:59.679] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:26:59.680] Installing typings ["pupp"] +[23:26:59.680] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[23:26:59.680] All typings are known to be missing or invalid - no need to install more typings +[23:26:59.680] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pupp"],"kind":"action::set"} +[23:26:59.680] Response has been sent. +[23:27:00.446] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:27:00.446] Explicitly included types: [] +[23:27:00.447] Inferred typings from unresolved imports: [] +[23:27:00.447] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[23:27:00.447] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[23:27:00.447] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:27:00.447] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:27:00.447] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[23:27:00.447] Response has been sent. +[23:27:00.447] No new typings were requested as a result of typings discovery +[23:28:56.655] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:28:56.655] Explicitly included types: [] +[23:28:56.656] Inferred typings from unresolved imports: [] +[23:28:56.656] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[23:28:56.656] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[23:28:56.656] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:28:56.656] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:28:56.657] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[23:28:56.657] Response has been sent. +[23:28:56.657] No new typings were requested as a result of typings discovery +[23:28:58.908] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:28:58.908] Explicitly included types: [] +[23:28:58.910] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[23:28:58.910] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[23:28:58.913] Package 'puppeteer' provides its own types. +[23:28:58.918] Package 'puppeteer-core' provides its own types. +[23:28:58.921] Package 'puppeteer-extra' provides its own types. +[23:28:58.921] Package 'bun-types' provides its own types. +[23:28:58.921] Package 'devtools-protocol' provides its own types. +[23:28:58.921] Found package names: ["callsites","purs-tidy"] +[23:28:58.921] Inferred typings from unresolved imports: [] +[23:28:58.921] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:28:58.921] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:28:58.921] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:28:58.922] Response has been sent. +[23:28:58.922] Installing typings ["callsites","purs-tidy","typescript"] +[23:28:58.922] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[23:28:58.922] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[23:28:58.922] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[23:28:58.922] All typings are known to be missing or invalid - no need to install more typings +[23:28:58.922] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[23:28:58.922] Response has been sent. +[23:31:03.570] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:31:03.570] Explicitly included types: [] +[23:31:03.571] Inferred typings from unresolved imports: [] +[23:31:03.571] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[23:31:03.571] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[23:31:03.571] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:31:03.571] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[23:31:03.571] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[23:31:03.571] Response has been sent. +[23:31:03.571] No new typings were requested as a result of typings discovery +[23:31:05.808] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:31:05.808] Explicitly included types: [] +[23:31:05.809] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[23:31:05.809] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[23:31:05.813] Package 'puppeteer' provides its own types. +[23:31:05.816] Package 'puppeteer-core' provides its own types. +[23:31:05.818] Package 'puppeteer-extra' provides its own types. +[23:31:05.818] Package 'bun-types' provides its own types. +[23:31:05.818] Package 'devtools-protocol' provides its own types. +[23:31:05.819] Found package names: ["callsites","purs-tidy"] +[23:31:05.819] Inferred typings from unresolved imports: [] +[23:31:05.819] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:31:05.819] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:31:05.819] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[23:31:05.819] Response has been sent. +[23:31:05.819] Installing typings ["callsites","purs-tidy","typescript"] +[23:31:05.819] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[23:31:05.819] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[23:31:05.819] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[23:31:05.819] All typings are known to be missing or invalid - no need to install more typings +[23:31:05.819] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[23:31:05.819] Response has been sent. +[23:33:34.038] Closing file watchers for project '/dev/null/inferredProject1*' +[23:33:34.038] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":[]} +[23:33:34.038] Response has been sent. +[23:33:34.038] Closing file watchers for project '/dev/null/inferredProject1*' - done. +[23:33:34.039] Closing file watchers for project '/dev/null/autoImportProviderProject2*' +[23:33:34.039] No watchers are registered for project '/dev/null/autoImportProviderProject2*' +[23:41:12.503] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["rxjs"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:41:12.503] Explicitly included types: [] +[23:41:12.504] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[23:41:12.504] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[23:41:12.504] Package 'puppeteer' provides its own types. +[23:41:12.505] Package 'puppeteer-core' provides its own types. +[23:41:12.505] Package 'puppeteer-extra' provides its own types. +[23:41:12.505] Package 'bun-types' provides its own types. +[23:41:12.505] Package 'devtools-protocol' provides its own types. +[23:41:12.506] Found package names: ["callsites","purs-tidy"] +[23:41:12.506] Inferred typings from file names: ["page"] +[23:41:12.506] Inferred typings from unresolved imports: ["rxjs"] +[23:41:12.506] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","page","rxjs"],"filesToWatch":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/bower_components","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:41:12.506] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","page","rxjs"],"filesToWatch":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/bower_components","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:41:12.506] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject2*","files":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/bower_components","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:41:12.506] Response has been sent. +[23:41:12.506] Installing typings ["callsites","purs-tidy","typescript","page","rxjs"] +[23:41:12.506] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[23:41:12.506] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[23:41:12.506] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[23:41:12.506] 'rxjs':: Entry for package 'rxjs' does not exist in local types registry - skipping... +[23:41:12.506] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[23:41:12.506] Sending response: + {"kind":"event::beginInstallTypes","eventId":1,"typingsInstallerVersion":"5.2.2","projectName":"/dev/null/inferredProject2*"} +[23:41:12.506] Response has been sent. +[23:41:12.506] #1 with arguments'["@types/page@ts5.2"]'. +[23:41:12.506] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts @types/page@ts5.2 --save-dev --user-agent="typesInstaller/5.2.2" +[23:41:13.435] Succeeded. stdout: + + up to date, audited 36 packages in 778ms + +found 0 vulnerabilities + +[23:41:13.435] npm install #1 took: 929 ms +[23:41:13.435] Installed typings ["@types/page@ts5.2"] +[23:41:13.438] Installed typing files ["/home/orion/.cache/typescript/5.2/node_modules/@types/page/index.d.ts"] +[23:41:13.438] Sending response: + {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/page/index.d.ts"],"unresolvedImports":["rxjs"],"kind":"action::set"} +[23:41:13.438] Response has been sent. +[23:41:13.438] Sending response: + {"kind":"event::endInstallTypes","eventId":1,"projectName":"/dev/null/inferredProject2*","packagesToInstall":["@types/page@ts5.2"],"installSuccess":true,"typingsInstallerVersion":"5.2.2"} +[23:41:13.438] Response has been sent. +[23:41:13.829] Got install request {"projectName":"/dev/null/inferredProject2*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js","/home/orion/.cache/typescript/5.2/node_modules/@types/page/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["rxjs"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[23:41:13.829] Explicitly included types: [] +[23:41:13.830] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[23:41:13.830] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[23:41:13.832] Package 'puppeteer' provides its own types. +[23:41:13.833] Package 'puppeteer-core' provides its own types. +[23:41:13.835] Package 'puppeteer-extra' provides its own types. +[23:41:13.835] Package 'bun-types' provides its own types. +[23:41:13.836] Package 'devtools-protocol' provides its own types. +[23:41:13.837] Found package names: ["callsites","purs-tidy"] +[23:41:13.837] Inferred typings from file names: ["page"] +[23:41:13.837] Inferred typings from unresolved imports: ["rxjs"] +[23:41:13.838] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/page/index.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","rxjs"],"filesToWatch":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/bower_components","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:41:13.838] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/page/index.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","rxjs"],"filesToWatch":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/bower_components","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[23:41:13.838] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject2*"} +[23:41:13.838] Response has been sent. +[23:41:13.839] Installing typings ["callsites","purs-tidy","typescript","rxjs"] +[23:41:13.839] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[23:41:13.839] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[23:41:13.839] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[23:41:13.839] 'rxjs':: Entry for package 'rxjs' does not exist in local types registry - skipping... +[23:41:13.839] All typings are known to be missing or invalid - no need to install more typings +[23:41:13.839] Sending response: + {"projectName":"/dev/null/inferredProject2*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/page/index.d.ts"],"unresolvedImports":["rxjs"],"kind":"action::set"} +[23:41:13.839] Response has been sent. diff --git a/.log/tsserver-log-IBG6ir/tsserver.log b/.log/tsserver-log-IBG6ir/tsserver.log new file mode 100644 index 0000000..094df97 --- /dev/null +++ b/.log/tsserver-log-IBG6ir/tsserver.log @@ -0,0 +1,15072 @@ +Info 0 [21:45:04.437] Starting TS Server +Info 1 [21:45:04.440] Version: 5.2.2 +Info 2 [21:45:04.440] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/df8f30f060c13268ca64d68291177469/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-IBG6ir/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [21:45:04.440] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [21:45:04.440] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [21:45:04.448] Format host information updated +Info 6 [21:45:04.450] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [21:45:04.450] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [21:45:04.451] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [21:45:04.465] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [21:45:04.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [21:45:06.369] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1899.2458409999963ms +Info 12 [21:45:06.369] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [21:45:06.369] Files (148) + +Info 14 [21:45:06.369] ----------------------------------------------- +Info 15 [21:45:06.391] AutoImportProviderProject: found 466 root files in 6 dependencies in 19.81625100004021 ms +Info 16 [21:45:06.493] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [21:45:07.532] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1039.481417000061ms +Info 18 [21:45:07.532] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [21:45:07.532] Files (624) + +Info 20 [21:45:07.532] ----------------------------------------------- +Info 21 [21:45:07.537] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [21:45:07.537] Files (148) + +Info 21 [21:45:07.537] ----------------------------------------------- +Info 21 [21:45:07.537] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [21:45:07.537] Files (624) + +Info 21 [21:45:07.537] ----------------------------------------------- +Info 21 [21:45:07.537] Open files: +Info 21 [21:45:07.537] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [21:45:07.537] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [21:45:07.538] Format host information updated +Info 22 [21:45:07.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [21:45:07.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 22.538013999932446ms +Info 24 [21:45:07.562] Different program with same set of files +Info 25 [21:45:07.874] Format host information updated +Info 26 [21:45:07.875] Format host information updated +Info 27 [21:45:07.875] Format host information updated +Info 28 [21:45:07.876] Format host information updated +Info 29 [21:45:07.876] Format host information updated +Info 30 [21:45:10.038] Before ensureProjectForOpenFiles: +Info 31 [21:45:10.039] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 31 [21:45:10.039] Files (148) + +Info 31 [21:45:10.039] ----------------------------------------------- +Info 31 [21:45:10.039] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 31 [21:45:10.039] Files (624) + +Info 31 [21:45:10.039] ----------------------------------------------- +Info 31 [21:45:10.039] Open files: +Info 31 [21:45:10.039] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 31 [21:45:10.039] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 31 [21:45:10.039] After ensureProjectForOpenFiles: +Info 32 [21:45:10.039] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 32 [21:45:10.039] Files (148) + +Info 32 [21:45:10.039] ----------------------------------------------- +Info 32 [21:45:10.039] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 32 [21:45:10.039] Files (624) + +Info 32 [21:45:10.039] ----------------------------------------------- +Info 32 [21:45:10.039] Open files: +Info 32 [21:45:10.039] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 32 [21:45:10.039] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 32 [21:45:10.039] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 33 [21:47:38.712] getCompletionData: Get current token: 0.024471999960951507 +Info 34 [21:47:38.712] getCompletionData: Is inside comment: 0.047230999916791916 +Info 35 [21:47:38.712] getCompletionData: Get previous token: 0.024179000058211386 +Info 36 [21:47:38.713] getCompletionsAtPosition: isCompletionListBlocker: 0.18808699992951006 +Info 37 [21:47:38.717] getExportInfoMap: cache miss or empty; calculating new results +Info 38 [21:47:38.765] forEachExternalModuleToImportFrom autoImportProvider: 30.824722999939695 +Info 39 [21:47:38.765] getExportInfoMap: done in 48.31195299990941 ms +Info 40 [21:47:38.848] collectAutoImports: resolved 457 module specifiers, plus 219 ambient and 2645 from cache +Info 41 [21:47:38.848] collectAutoImports: response is complete +Info 42 [21:47:38.848] collectAutoImports: 81.87825599999633 +Info 43 [21:47:38.848] getCompletionData: Semantic work: 135.1742610000074 +Info 44 [21:47:38.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 35.920103999902494 +Info 45 [21:47:39.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 46 [21:47:39.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 19.020009999978356ms +Info 47 [21:47:39.549] Different program with same set of files +Info 48 [21:47:39.549] getCompletionData: Get current token: 0.01541899994481355 +Info 49 [21:47:39.549] getCompletionData: Is inside comment: 0.00317499996162951 +Info 50 [21:47:39.549] getCompletionData: Get previous token: 0.022277000010944903 +Info 51 [21:47:39.549] getCompletionsAtPosition: isCompletionListBlocker: 0.001977000036276877 +Info 52 [21:47:39.552] getExportInfoMap: cache hit +Info 53 [21:47:39.588] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 54 [21:47:39.588] collectAutoImports: response is complete +Info 55 [21:47:39.588] collectAutoImports: 35.75523999996949 +Info 56 [21:47:39.588] getCompletionData: Semantic work: 38.26926500000991 +Info 57 [21:47:39.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 22.2158960000379 +Info 58 [21:47:39.625] Format host information updated +Info 59 [21:47:39.901] Format host information updated +Info 60 [21:47:39.901] Format host information updated +Info 61 [21:47:39.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 62 [21:47:39.915] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 14.3050350000849ms +Info 63 [21:47:39.916] Different program with same set of files +Info 64 [21:47:40.104] Format host information updated +Info 65 [21:47:40.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 66 [21:47:40.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 13.051345000043511ms +Info 67 [21:47:40.117] Different program with same set of files +Info 68 [21:47:40.364] getCompletionData: Get current token: 0.012027000077068806 +Info 69 [21:47:40.364] getCompletionData: Is inside comment: 0.023019000072963536 +Info 70 [21:47:40.364] getCompletionData: Get previous token: 0.01718500000424683 +Info 71 [21:47:40.364] getCompletionsAtPosition: isCompletionListBlocker: 0.016467000008560717 +Info 72 [21:47:40.366] getExportInfoMap: cache hit +Info 73 [21:47:40.390] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 74 [21:47:40.390] collectAutoImports: response is complete +Info 75 [21:47:40.390] collectAutoImports: 24.07176800002344 +Info 76 [21:47:40.390] getCompletionData: Semantic work: 26.354282999993302 +Info 77 [21:47:40.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.962428999948315 +Info 78 [21:47:40.836] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 79 [21:47:40.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 12.13809600006789ms +Info 80 [21:47:40.849] Different program with same set of files +Info 81 [21:47:40.849] getCompletionData: Get current token: 0.005585000035353005 +Info 82 [21:47:40.849] getCompletionData: Is inside comment: 0.018435999983921647 +Info 83 [21:47:40.849] getCompletionData: Get previous token: 0.013205999974161386 +Info 84 [21:47:40.849] getCompletionsAtPosition: isCompletionListBlocker: 0.0076030000345781446 +Info 85 [21:47:40.851] getExportInfoMap: cache hit +Info 86 [21:47:40.875] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 87 [21:47:40.875] collectAutoImports: response is complete +Info 88 [21:47:40.875] collectAutoImports: 23.843258999986574 +Info 89 [21:47:40.875] getCompletionData: Semantic work: 25.837124999961816 +Info 90 [21:47:40.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.13096099998802 +Info 91 [21:47:40.900] Format host information updated +Info 92 [21:47:41.076] getCompletionData: Get current token: 0.008862000075168908 +Info 93 [21:47:41.076] getCompletionData: Is inside comment: 0.00641400006134063 +Info 94 [21:47:41.076] getCompletionData: Get previous token: 0.043645999976433814 +Info 95 [21:47:41.076] getCompletionsAtPosition: isCompletionListBlocker: 0.009580999962054193 +Info 96 [21:47:41.079] getExportInfoMap: cache hit +Info 97 [21:47:41.122] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 98 [21:47:41.122] collectAutoImports: response is complete +Info 99 [21:47:41.122] collectAutoImports: 42.80132299999241 +Info 100 [21:47:41.122] getCompletionData: Semantic work: 45.959509999956936 +Info 101 [21:47:41.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.834540999960154 +Info 102 [21:47:41.162] Format host information updated +Info 103 [21:47:41.211] Format host information updated +Info 104 [21:47:41.211] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 105 [21:47:41.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 11.290557999978773ms +Info 106 [21:47:41.223] Different program with same set of files +Info 107 [21:47:41.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 108 [21:47:41.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 11.997256000060588ms +Info 109 [21:47:41.917] Different program with same set of files +Info 110 [21:47:41.917] getCompletionData: Get current token: 0.01416999998036772 +Info 111 [21:47:41.917] getCompletionData: Is inside comment: 0.0035040000220760703 +Info 112 [21:47:41.917] getCompletionData: Get previous token: 0.05642700009047985 +Info 113 [21:47:41.918] getCompletionsAtPosition: isCompletionListBlocker: 0.002822000067681074 +Info 114 [21:47:41.919] getExportInfoMap: cache hit +Info 115 [21:47:41.926] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 116 [21:47:41.926] collectAutoImports: response is complete +Info 117 [21:47:41.926] collectAutoImports: 6.833008999936283 +Info 118 [21:47:41.926] getCompletionData: Semantic work: 8.872239000047557 +Info 119 [21:47:41.933] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.946375000057742 +Info 120 [21:47:41.935] Format host information updated +Info 121 [21:47:42.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 122 [21:47:42.112] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 10.04407100006938ms +Info 123 [21:47:42.112] Different program with same set of files +Info 124 [21:47:42.113] getCompletionData: Get current token: 0.008831000071950257 +Info 125 [21:47:42.113] getCompletionData: Is inside comment: 0.004187999991700053 +Info 126 [21:47:42.113] getCompletionData: Get previous token: 0.036220000009052455 +Info 127 [21:47:42.113] getCompletionsAtPosition: isCompletionListBlocker: 0.0019009999232366681 +Info 128 [21:47:42.114] getExportInfoMap: cache hit +Info 129 [21:47:42.117] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 130 [21:47:42.117] collectAutoImports: response is complete +Info 131 [21:47:42.117] collectAutoImports: 2.190952999982983 +Info 132 [21:47:42.117] getCompletionData: Semantic work: 3.9030199999688193 +Info 133 [21:47:42.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.576539000030607 +Info 134 [21:47:42.125] Format host information updated +Info 135 [21:47:42.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 136 [21:47:42.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 10.011042999918573ms +Info 137 [21:47:42.137] Different program with same set of files +Info 138 [21:47:42.137] getCompletionData: Get current token: 0.009353999979794025 +Info 139 [21:47:42.137] getCompletionData: Is inside comment: 0.0023170000640675426 +Info 140 [21:47:42.137] getCompletionData: Get previous token: 0.0319460000609979 +Info 141 [21:47:42.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0022040000185370445 +Info 142 [21:47:42.139] getExportInfoMap: cache hit +Info 143 [21:47:42.141] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 144 [21:47:42.141] collectAutoImports: response is complete +Info 145 [21:47:42.141] collectAutoImports: 1.8983320000115782 +Info 146 [21:47:42.141] getCompletionData: Semantic work: 3.732960000052117 +Info 147 [21:47:42.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.168663999997079 +Info 148 [21:47:42.149] Format host information updated +Info 149 [21:47:42.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 150 [21:47:42.334] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 9.710047000087798ms +Info 151 [21:47:42.334] Different program with same set of files +Info 152 [21:47:42.334] getCompletionData: Get current token: 0.010318999993614852 +Info 153 [21:47:42.334] getCompletionData: Is inside comment: 0.00246700004208833 +Info 154 [21:47:42.334] getCompletionData: Get previous token: 0.03521899995394051 +Info 155 [21:47:42.334] getCompletionsAtPosition: isCompletionListBlocker: 0.003569000051356852 +Info 156 [21:47:42.336] getExportInfoMap: cache hit +Info 157 [21:47:42.337] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 158 [21:47:42.337] collectAutoImports: response is complete +Info 159 [21:47:42.337] collectAutoImports: 1.7115479999920353 +Info 160 [21:47:42.338] getCompletionData: Semantic work: 3.5484009999781847 +Info 161 [21:47:42.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.014529999927618 +Info 162 [21:47:42.344] Format host information updated +Info 163 [21:47:42.526] Format host information updated +Info 164 [21:47:42.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 165 [21:47:42.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 18.312002999940887ms +Info 166 [21:47:42.544] Different program with same set of files +Info 167 [21:47:42.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 168 [21:47:42.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 9.567242000019178ms +Info 169 [21:47:42.740] Different program with same set of files +Info 170 [21:47:42.740] getCompletionData: Get current token: 0.009428000077605247 +Info 171 [21:47:42.740] getCompletionData: Is inside comment: 0.002104999963194132 +Info 172 [21:47:42.740] getCompletionData: Get previous token: 0.030010999995283782 +Info 173 [21:47:42.740] getCompletionsAtPosition: isCompletionListBlocker: 0.004053000011481345 +Info 174 [21:47:42.742] getExportInfoMap: cache hit +Info 175 [21:47:42.744] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 176 [21:47:42.744] collectAutoImports: response is complete +Info 177 [21:47:42.744] collectAutoImports: 2.4907680000178516 +Info 178 [21:47:42.744] getCompletionData: Semantic work: 4.497478000004776 +Info 179 [21:47:42.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.073818999924697 +Info 180 [21:47:42.754] Format host information updated +Info 181 [21:47:42.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 182 [21:47:42.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 8.627827999996953ms +Info 183 [21:47:42.918] Different program with same set of files +Info 184 [21:47:42.919] getCompletionData: Get current token: 0.008833000087179244 +Info 185 [21:47:42.919] getCompletionData: Is inside comment: 0.002269999939016998 +Info 186 [21:47:42.919] getCompletionData: Get previous token: 0.032740999944508076 +Info 187 [21:47:42.919] getCompletionsAtPosition: isCompletionListBlocker: 0.002226000069640577 +Info 188 [21:47:42.920] getExportInfoMap: cache hit +Info 189 [21:47:42.923] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 190 [21:47:42.923] collectAutoImports: response is complete +Info 191 [21:47:42.923] collectAutoImports: 2.0149779999628663 +Info 192 [21:47:42.923] getCompletionData: Semantic work: 3.717903000069782 +Info 193 [21:47:42.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.98425199999474 +Info 194 [21:47:42.930] Format host information updated +Info 195 [21:47:42.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 196 [21:47:42.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 8.846903000026941ms +Info 197 [21:47:42.940] Different program with same set of files +Info 198 [21:47:42.940] getCompletionData: Get current token: 0.009017999982461333 +Info 199 [21:47:42.940] getCompletionData: Is inside comment: 0.0023350000847131014 +Info 200 [21:47:42.940] getCompletionData: Get previous token: 0.030851999996230006 +Info 201 [21:47:42.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0023040000814944506 +Info 202 [21:47:42.944] getExportInfoMap: cache hit +Info 203 [21:47:42.946] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 204 [21:47:42.946] collectAutoImports: response is complete +Info 205 [21:47:42.946] collectAutoImports: 1.9635580000467598 +Info 206 [21:47:42.946] getCompletionData: Semantic work: 5.276703999959864 +Info 207 [21:47:42.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.231394000002183 +Info 208 [21:47:42.952] Format host information updated +Info 209 [21:47:43.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 210 [21:47:43.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 9.021437000017613ms +Info 211 [21:47:43.118] Different program with same set of files +Info 212 [21:47:43.118] getCompletionData: Get current token: 0.008649999974295497 +Info 213 [21:47:43.118] getCompletionData: Is inside comment: 0.0022190000163391232 +Info 214 [21:47:43.118] getCompletionData: Get previous token: 0.0835599999409169 +Info 215 [21:47:43.118] getCompletionsAtPosition: isCompletionListBlocker: 0.0019179999362677336 +Info 216 [21:47:43.121] getExportInfoMap: cache hit +Info 217 [21:47:43.123] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 218 [21:47:43.123] collectAutoImports: response is complete +Info 219 [21:47:43.123] collectAutoImports: 1.9190329998964444 +Info 220 [21:47:43.123] getCompletionData: Semantic work: 4.678390000015497 +Info 221 [21:47:43.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.960987999918871 +Info 222 [21:47:43.129] Format host information updated +Info 223 [21:47:43.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 224 [21:47:43.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 11.188841999974102ms +Info 225 [21:47:43.301] Different program with same set of files +Info 226 [21:47:43.301] getCompletionData: Get current token: 0.009380999952554703 +Info 227 [21:47:43.301] getCompletionData: Is inside comment: 0.0022060000337660313 +Info 228 [21:47:43.301] getCompletionData: Get previous token: 0.0329749999800697 +Info 229 [21:47:43.301] getCompletionsAtPosition: isCompletionListBlocker: 0.0022509999107569456 +Info 230 [21:47:43.303] getExportInfoMap: cache hit +Info 231 [21:47:43.307] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 232 [21:47:43.307] collectAutoImports: response is complete +Info 233 [21:47:43.307] collectAutoImports: 3.4024670000653714 +Info 234 [21:47:43.307] getCompletionData: Semantic work: 5.642238999949768 +Info 235 [21:47:43.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.186076000100002 +Info 236 [21:47:43.313] Format host information updated +Info 237 [21:47:43.474] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 238 [21:47:43.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 8.663866000017151ms +Info 239 [21:47:43.483] Different program with same set of files +Info 240 [21:47:43.483] getCompletionData: Get current token: 0.00899200001731515 +Info 241 [21:47:43.483] getCompletionData: Is inside comment: 0.0022739999694749713 +Info 242 [21:47:43.483] getCompletionData: Get previous token: 0.030384000041522086 +Info 243 [21:47:43.483] getCompletionsAtPosition: isCompletionListBlocker: 0.002183999982662499 +Info 244 [21:47:43.485] getExportInfoMap: cache hit +Info 245 [21:47:43.487] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 246 [21:47:43.487] collectAutoImports: response is complete +Info 247 [21:47:43.487] collectAutoImports: 1.9054529999848455 +Info 248 [21:47:43.487] getCompletionData: Semantic work: 3.579427999909967 +Info 249 [21:47:43.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.01709400000982 +Info 250 [21:47:43.494] Format host information updated +Info 251 [21:47:43.654] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 252 [21:47:43.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 8.375484999967739ms +Info 253 [21:47:43.662] Different program with same set of files +Info 254 [21:47:43.662] getCompletionData: Get current token: 0.008517000009305775 +Info 255 [21:47:43.662] getCompletionData: Is inside comment: 0.0019969999557361007 +Info 256 [21:47:43.662] getCompletionData: Get previous token: 0.03068700002040714 +Info 257 [21:47:43.662] getCompletionsAtPosition: isCompletionListBlocker: 0.00197199999820441 +Info 258 [21:47:43.664] getExportInfoMap: cache hit +Info 259 [21:47:43.666] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 260 [21:47:43.666] collectAutoImports: response is complete +Info 261 [21:47:43.666] collectAutoImports: 1.9508729999652132 +Info 262 [21:47:43.666] getCompletionData: Semantic work: 3.5399949999991804 +Info 263 [21:47:43.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.474447999964468 +Info 264 [21:47:43.673] Format host information updated +Info 265 [21:47:43.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 266 [21:47:43.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 8.527225999976508ms +Info 267 [21:47:43.838] Different program with same set of files +Info 268 [21:47:43.838] getCompletionData: Get current token: 0.009036000003106892 +Info 269 [21:47:43.838] getCompletionData: Is inside comment: 0.0021730000153183937 +Info 270 [21:47:43.838] getCompletionData: Get previous token: 0.030328999971970916 +Info 271 [21:47:43.838] getCompletionsAtPosition: isCompletionListBlocker: 0.0026969999307766557 +Info 272 [21:47:43.840] getExportInfoMap: cache hit +Info 273 [21:47:43.842] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 274 [21:47:43.842] collectAutoImports: response is complete +Info 275 [21:47:43.842] collectAutoImports: 2.221492000040598 +Info 276 [21:47:43.842] getCompletionData: Semantic work: 3.707187999971211 +Info 277 [21:47:43.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.593760999967344 +Info 278 [21:47:43.849] Format host information updated +Info 279 [21:47:44.008] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 280 [21:47:44.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 8.719635999994352ms +Info 281 [21:47:44.016] Different program with same set of files +Info 282 [21:47:44.017] getCompletionData: Get current token: 0.008712999988347292 +Info 283 [21:47:44.017] getCompletionData: Is inside comment: 0.002085000043734908 +Info 284 [21:47:44.017] getCompletionData: Get previous token: 0.03165000001899898 +Info 285 [21:47:44.017] getCompletionsAtPosition: isCompletionListBlocker: 0.0020309999817982316 +Info 286 [21:47:44.018] getExportInfoMap: cache hit +Info 287 [21:47:44.020] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 288 [21:47:44.020] collectAutoImports: response is complete +Info 289 [21:47:44.020] collectAutoImports: 1.9274599999189377 +Info 290 [21:47:44.020] getCompletionData: Semantic work: 3.3668860000325367 +Info 291 [21:47:44.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.58082499995362 +Info 292 [21:47:44.027] Format host information updated +Info 293 [21:47:44.184] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 294 [21:47:44.192] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 8.396821000031196ms +Info 295 [21:47:44.193] Different program with same set of files +Info 296 [21:47:44.193] getCompletionData: Get current token: 0.008808999904431403 +Info 297 [21:47:44.193] getCompletionData: Is inside comment: 0.0018000000854954123 +Info 298 [21:47:44.193] getCompletionData: Get previous token: 0.029888999997638166 +Info 299 [21:47:44.193] getCompletionsAtPosition: isCompletionListBlocker: 0.001930000027641654 +Info 300 [21:47:44.194] getExportInfoMap: cache hit +Info 301 [21:47:44.196] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 302 [21:47:44.196] collectAutoImports: response is complete +Info 303 [21:47:44.196] collectAutoImports: 1.7589019999140874 +Info 304 [21:47:44.196] getCompletionData: Semantic work: 3.179812000016682 +Info 305 [21:47:44.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.42459399998188 +Info 306 [21:47:44.203] Format host information updated +Info 307 [21:47:44.203] Format host information updated +Info 308 [21:47:44.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 309 [21:47:44.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 8.564114999957383ms +Info 310 [21:47:44.212] Different program with same set of files +Info 311 [21:47:44.566] Format host information updated +Info 312 [21:47:44.566] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 313 [21:47:44.576] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 9.973398000001907ms +Info 314 [21:47:44.576] Different program with same set of files +Info 315 [21:47:44.873] Format host information updated +Info 316 [21:47:44.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 317 [21:47:44.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 9.760599000030197ms +Info 318 [21:47:44.883] Different program with same set of files +Info 319 [21:47:45.069] Format host information updated +Info 320 [21:47:45.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 321 [21:47:45.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 8.28284200001508ms +Info 322 [21:47:45.078] Different program with same set of files +Info 323 [21:47:45.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 324 [21:47:45.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 9.320967999985442ms +Info 325 [21:47:45.246] Different program with same set of files +Info 326 [21:47:45.247] getCompletionData: Get current token: 0.0069679999724030495 +Info 327 [21:47:45.247] getCompletionData: Is inside comment: 0.014934999984689057 +Info 328 [21:47:45.247] getCompletionData: Get previous token: 0.03509799996390939 +Info 329 [21:47:45.247] getCompletionsAtPosition: isCompletionListBlocker: 0.0016509999986737967 +Info 330 [21:47:45.248] getExportInfoMap: cache hit +Info 331 [21:47:45.258] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 332 [21:47:45.258] collectAutoImports: response is complete +Info 333 [21:47:45.258] collectAutoImports: 10.395394999999553 +Info 334 [21:47:45.259] getCompletionData: Semantic work: 11.864638000028208 +Info 335 [21:47:45.266] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.243648999952711 +Info 336 [21:47:45.270] Format host information updated +Info 337 [21:47:45.431] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 338 [21:47:45.439] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 8.47625299997162ms +Info 339 [21:47:45.439] Different program with same set of files +Info 340 [21:47:45.439] getCompletionData: Get current token: 0.007971000042743981 +Info 341 [21:47:45.440] getCompletionData: Is inside comment: 0.016078999964520335 +Info 342 [21:47:45.440] getCompletionData: Get previous token: 0.0337720001116395 +Info 343 [21:47:45.440] getCompletionsAtPosition: isCompletionListBlocker: 0.0017559999832883477 +Info 344 [21:47:45.441] getExportInfoMap: cache hit +Info 345 [21:47:45.449] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 630 from cache +Info 346 [21:47:45.449] collectAutoImports: response is complete +Info 347 [21:47:45.449] collectAutoImports: 7.656090999953449 +Info 348 [21:47:45.449] getCompletionData: Semantic work: 9.14140199997928 +Info 349 [21:47:45.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.335036000004038 +Info 350 [21:47:45.459] Format host information updated +Info 351 [21:47:45.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 352 [21:47:45.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 11.331879999954253ms +Info 353 [21:47:45.725] Different program with same set of files +Info 354 [21:47:45.725] getCompletionData: Get current token: 0.008070999989286065 +Info 355 [21:47:45.725] getCompletionData: Is inside comment: 0.013917000032961369 +Info 356 [21:47:45.725] getCompletionData: Get previous token: 0.02651299990247935 +Info 357 [21:47:45.725] getCompletionsAtPosition: isCompletionListBlocker: 0.004288999945856631 +Info 358 [21:47:45.727] getExportInfoMap: cache hit +Info 359 [21:47:45.730] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 180 from cache +Info 360 [21:47:45.730] collectAutoImports: response is complete +Info 361 [21:47:45.730] collectAutoImports: 3.79157799994573 +Info 362 [21:47:45.730] getCompletionData: Semantic work: 5.265315999975428 +Info 363 [21:47:45.736] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.174929999979213 +Info 364 [21:47:45.738] Format host information updated +Info 365 [21:47:45.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 366 [21:47:45.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 9.777921000029892ms +Info 367 [21:47:45.913] Different program with same set of files +Info 368 [21:47:45.913] getCompletionData: Get current token: 0.007339000003412366 +Info 369 [21:47:45.913] getCompletionData: Is inside comment: 0.012636000057682395 +Info 370 [21:47:45.913] getCompletionData: Get previous token: 0.017162000061944127 +Info 371 [21:47:45.913] getCompletionsAtPosition: isCompletionListBlocker: 0.0017530000768601894 +Info 372 [21:47:45.914] getExportInfoMap: cache hit +Info 373 [21:47:45.917] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 63 from cache +Info 374 [21:47:45.917] collectAutoImports: response is complete +Info 375 [21:47:45.917] collectAutoImports: 2.3240989999612793 +Info 376 [21:47:45.917] getCompletionData: Semantic work: 3.788816000102088 +Info 377 [21:47:45.923] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.753008999978192 +Info 378 [21:47:45.925] Format host information updated +Info 379 [21:47:46.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 380 [21:47:46.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 10.010306000011042ms +Info 381 [21:47:46.098] Different program with same set of files +Info 382 [21:47:46.098] getCompletionData: Get current token: 0.007442000089213252 +Info 383 [21:47:46.098] getCompletionData: Is inside comment: 0.012094000005163252 +Info 384 [21:47:46.098] getCompletionData: Get previous token: 0.017109000007621944 +Info 385 [21:47:46.098] getCompletionsAtPosition: isCompletionListBlocker: 0.001800999976694584 +Info 386 [21:47:46.099] getExportInfoMap: cache hit +Info 387 [21:47:46.103] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 180 from cache +Info 388 [21:47:46.103] collectAutoImports: response is complete +Info 389 [21:47:46.103] collectAutoImports: 3.734171999967657 +Info 390 [21:47:46.103] getCompletionData: Semantic work: 5.26432700001169 +Info 391 [21:47:46.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.935525999986567 +Info 392 [21:47:46.110] Format host information updated +Info 393 [21:47:46.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 394 [21:47:46.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 8.223238999955356ms +Info 395 [21:47:46.120] Different program with same set of files +Info 396 [21:47:46.120] getCompletionData: Get current token: 0.007560000056400895 +Info 397 [21:47:46.120] getCompletionData: Is inside comment: 0.01266899995971471 +Info 398 [21:47:46.120] getCompletionData: Get previous token: 0.017579000093974173 +Info 399 [21:47:46.120] getCompletionsAtPosition: isCompletionListBlocker: 0.0017930000321939588 +Info 400 [21:47:46.121] getExportInfoMap: cache hit +Info 401 [21:47:46.130] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 448 from cache +Info 402 [21:47:46.130] collectAutoImports: response is complete +Info 403 [21:47:46.130] collectAutoImports: 8.47624500002712 +Info 404 [21:47:46.130] getCompletionData: Semantic work: 9.909575999947265 +Info 405 [21:47:46.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.726657000021078 +Info 406 [21:47:46.138] Format host information updated +Info 407 [21:47:46.303] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 408 [21:47:46.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 8.238284999970347ms +Info 409 [21:47:46.311] Different program with same set of files +Info 410 [21:47:46.312] getCompletionData: Get current token: 0.007015999988652766 +Info 411 [21:47:46.312] getCompletionData: Is inside comment: 0.01267799991182983 +Info 412 [21:47:46.312] getCompletionData: Get previous token: 0.0171390000032261 +Info 413 [21:47:46.312] getCompletionsAtPosition: isCompletionListBlocker: 0.0017210000660270452 +Info 414 [21:47:46.313] getExportInfoMap: cache hit +Info 415 [21:47:46.318] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 151 from cache +Info 416 [21:47:46.318] collectAutoImports: response is complete +Info 417 [21:47:46.319] collectAutoImports: 5.2991710000205785 +Info 418 [21:47:46.319] getCompletionData: Semantic work: 6.794149999972433 +Info 419 [21:47:46.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.95553200005088 +Info 420 [21:47:46.325] Format host information updated +Info 421 [21:47:46.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 422 [21:47:46.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 7.847775999922305ms +Info 423 [21:47:46.335] Different program with same set of files +Info 424 [21:47:46.335] getCompletionData: Get current token: 0.007546999957412481 +Info 425 [21:47:46.335] getCompletionData: Is inside comment: 0.012749999994412065 +Info 426 [21:47:46.335] getCompletionData: Get previous token: 0.01740899996366352 +Info 427 [21:47:46.335] getCompletionsAtPosition: isCompletionListBlocker: 0.0017079999670386314 +Info 428 [21:47:46.337] getExportInfoMap: cache hit +Info 429 [21:47:46.339] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 430 [21:47:46.339] collectAutoImports: response is complete +Info 431 [21:47:46.339] collectAutoImports: 2.23252700001467 +Info 432 [21:47:46.339] getCompletionData: Semantic work: 3.6607839999487624 +Info 433 [21:47:46.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.412519999896176 +Info 434 [21:47:46.347] Format host information updated +Info 435 [21:47:46.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 436 [21:47:46.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 8.086373000056483ms +Info 437 [21:47:46.515] Different program with same set of files +Info 438 [21:47:46.515] getCompletionData: Get current token: 0.007104999967850745 +Info 439 [21:47:46.515] getCompletionData: Is inside comment: 0.011728000012226403 +Info 440 [21:47:46.515] getCompletionData: Get previous token: 0.016936999978497624 +Info 441 [21:47:46.515] getCompletionsAtPosition: isCompletionListBlocker: 0.0016959999920800328 +Info 442 [21:47:46.516] getExportInfoMap: cache hit +Info 443 [21:47:46.518] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 444 [21:47:46.518] collectAutoImports: response is complete +Info 445 [21:47:46.518] collectAutoImports: 1.7875469999853522 +Info 446 [21:47:46.518] getCompletionData: Semantic work: 3.2172739999368787 +Info 447 [21:47:46.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.587336000055075 +Info 448 [21:47:46.526] Format host information updated +Info 449 [21:47:46.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 450 [21:47:46.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 8.243957000086084ms +Info 451 [21:47:46.694] Different program with same set of files +Info 452 [21:47:46.694] getCompletionData: Get current token: 0.007046999991871417 +Info 453 [21:47:46.694] getCompletionData: Is inside comment: 0.012142000021412969 +Info 454 [21:47:46.694] getCompletionData: Get previous token: 0.016989000025205314 +Info 455 [21:47:46.694] getCompletionsAtPosition: isCompletionListBlocker: 0.0036329999566078186 +Info 456 [21:47:46.696] getExportInfoMap: cache hit +Info 457 [21:47:46.697] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 458 [21:47:46.697] collectAutoImports: response is complete +Info 459 [21:47:46.697] collectAutoImports: 1.6510119999293238 +Info 460 [21:47:46.697] getCompletionData: Semantic work: 3.098818000056781 +Info 461 [21:47:46.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.345786000019871 +Info 462 [21:47:46.705] Format host information updated +Info 463 [21:47:46.872] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 464 [21:47:46.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 8.082108999951743ms +Info 465 [21:47:46.880] Different program with same set of files +Info 466 [21:47:46.880] getCompletionData: Get current token: 0.007474000100046396 +Info 467 [21:47:46.880] getCompletionData: Is inside comment: 0.012623999966308475 +Info 468 [21:47:46.880] getCompletionData: Get previous token: 0.01796600001398474 +Info 469 [21:47:46.880] getCompletionsAtPosition: isCompletionListBlocker: 0.003687000018544495 +Info 470 [21:47:46.881] getExportInfoMap: cache hit +Info 471 [21:47:46.883] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 472 [21:47:46.883] collectAutoImports: response is complete +Info 473 [21:47:46.883] collectAutoImports: 1.767257000086829 +Info 474 [21:47:46.883] getCompletionData: Semantic work: 3.2167100000660866 +Info 475 [21:47:46.888] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.55517599999439 +Info 476 [21:47:46.891] Format host information updated +Info 477 [21:47:47.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 478 [21:47:47.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 8.51714200002607ms +Info 479 [21:47:47.064] Different program with same set of files +Info 480 [21:47:47.064] getCompletionData: Get current token: 0.006953000091016293 +Info 481 [21:47:47.064] getCompletionData: Is inside comment: 0.01176100003067404 +Info 482 [21:47:47.064] getCompletionData: Get previous token: 0.016718999948352575 +Info 483 [21:47:47.064] getCompletionsAtPosition: isCompletionListBlocker: 0.002143999910913408 +Info 484 [21:47:47.066] getExportInfoMap: cache hit +Info 485 [21:47:47.068] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 486 [21:47:47.068] collectAutoImports: response is complete +Info 487 [21:47:47.068] collectAutoImports: 2.0716280000051484 +Info 488 [21:47:47.068] getCompletionData: Semantic work: 3.514803999918513 +Info 489 [21:47:47.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.565896000014618 +Info 490 [21:47:47.075] Format host information updated +Info 491 [21:47:47.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 492 [21:47:47.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 7.589090000023134ms +Info 493 [21:47:47.083] Different program with same set of files +Info 494 [21:47:47.084] getCompletionData: Get current token: 0.006890999968163669 +Info 495 [21:47:47.084] getCompletionData: Is inside comment: 0.011860999977216125 +Info 496 [21:47:47.084] getCompletionData: Get previous token: 0.0171509999781847 +Info 497 [21:47:47.084] getCompletionsAtPosition: isCompletionListBlocker: 0.0020860000513494015 +Info 498 [21:47:47.085] getExportInfoMap: cache hit +Info 499 [21:47:47.087] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 500 [21:47:47.087] collectAutoImports: response is complete +Info 501 [21:47:47.087] collectAutoImports: 2.1238829999929294 +Info 502 [21:47:47.087] getCompletionData: Semantic work: 3.496428000042215 +Info 503 [21:47:47.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.407755000051111 +Info 504 [21:47:47.093] Format host information updated +Info 505 [21:47:47.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 506 [21:47:47.283] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 9.984738000086509ms +Info 507 [21:47:47.283] Different program with same set of files +Info 508 [21:47:47.283] getCompletionData: Get current token: 0.007070999941788614 +Info 509 [21:47:47.283] getCompletionData: Is inside comment: 0.027587000047788024 +Info 510 [21:47:47.283] getCompletionData: Get previous token: 0.016727000009268522 +Info 511 [21:47:47.283] getCompletionsAtPosition: isCompletionListBlocker: 0.001867000013589859 +Info 512 [21:47:47.285] getExportInfoMap: cache hit +Info 513 [21:47:47.287] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 514 [21:47:47.287] collectAutoImports: response is complete +Info 515 [21:47:47.287] collectAutoImports: 1.837654999922961 +Info 516 [21:47:47.287] getCompletionData: Semantic work: 3.221362999989651 +Info 517 [21:47:47.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.406775000039488 +Info 518 [21:47:47.293] Format host information updated +Info 519 [21:47:47.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 520 [21:47:47.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 9.705961999949068ms +Info 521 [21:47:47.466] Different program with same set of files +Info 522 [21:47:47.466] getCompletionData: Get current token: 0.0070760000962764025 +Info 523 [21:47:47.466] getCompletionData: Is inside comment: 0.009630999993532896 +Info 524 [21:47:47.466] getCompletionData: Get previous token: 0.01281300000846386 +Info 525 [21:47:47.466] getCompletionsAtPosition: isCompletionListBlocker: 0.001879999996162951 +Info 526 [21:47:47.468] getExportInfoMap: cache hit +Info 527 [21:47:47.470] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 528 [21:47:47.470] collectAutoImports: response is complete +Info 529 [21:47:47.470] collectAutoImports: 2.201450999942608 +Info 530 [21:47:47.470] getCompletionData: Semantic work: 3.576595999998972 +Info 531 [21:47:47.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0526930000633 +Info 532 [21:47:47.477] Format host information updated +Info 533 [21:47:47.644] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 534 [21:47:47.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 8.125594999990426ms +Info 535 [21:47:47.652] Different program with same set of files +Info 536 [21:47:47.652] getCompletionData: Get current token: 0.00738699990324676 +Info 537 [21:47:47.652] getCompletionData: Is inside comment: 0.010464999941177666 +Info 538 [21:47:47.652] getCompletionData: Get previous token: 0.013614999945275486 +Info 539 [21:47:47.652] getCompletionsAtPosition: isCompletionListBlocker: 0.0018660000059753656 +Info 540 [21:47:47.654] getExportInfoMap: cache hit +Info 541 [21:47:47.659] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 151 from cache +Info 542 [21:47:47.659] collectAutoImports: response is complete +Info 543 [21:47:47.659] collectAutoImports: 5.390856000012718 +Info 544 [21:47:47.659] getCompletionData: Semantic work: 6.83959099999629 +Info 545 [21:47:47.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.029497000039555 +Info 546 [21:47:47.666] Format host information updated +Info 547 [21:47:47.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 548 [21:47:47.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 8.591287999995984ms +Info 549 [21:47:47.676] Different program with same set of files +Info 550 [21:47:47.677] getCompletionData: Get current token: 0.0076000000117346644 +Info 551 [21:47:47.677] getCompletionData: Is inside comment: 0.010617000050842762 +Info 552 [21:47:47.677] getCompletionData: Get previous token: 0.014048999990336597 +Info 553 [21:47:47.677] getCompletionsAtPosition: isCompletionListBlocker: 0.0018029999919235706 +Info 554 [21:47:47.678] getExportInfoMap: cache hit +Info 555 [21:47:47.681] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 556 [21:47:47.681] collectAutoImports: response is complete +Info 557 [21:47:47.681] collectAutoImports: 2.451401999918744 +Info 558 [21:47:47.681] getCompletionData: Semantic work: 3.9085630000336096 +Info 559 [21:47:47.685] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.534038000041619 +Info 560 [21:47:47.688] Format host information updated +Info 561 [21:47:47.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 562 [21:47:47.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 8.184332000091672ms +Info 563 [21:47:47.857] Different program with same set of files +Info 564 [21:47:47.857] getCompletionData: Get current token: 0.007038000039756298 +Info 565 [21:47:47.857] getCompletionData: Is inside comment: 0.009772000019438565 +Info 566 [21:47:47.857] getCompletionData: Get previous token: 0.013792999903671443 +Info 567 [21:47:47.858] getCompletionsAtPosition: isCompletionListBlocker: 0.0023059999803081155 +Info 568 [21:47:47.859] getExportInfoMap: cache hit +Info 569 [21:47:47.861] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 570 [21:47:47.861] collectAutoImports: response is complete +Info 571 [21:47:47.861] collectAutoImports: 2.12010200007353 +Info 572 [21:47:47.861] getCompletionData: Semantic work: 3.5863580000586808 +Info 573 [21:47:47.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.520660999929532 +Info 574 [21:47:47.868] Format host information updated +Info 575 [21:47:48.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 576 [21:47:48.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 9.427251999964938ms +Info 577 [21:47:48.046] Different program with same set of files +Info 578 [21:47:48.046] getCompletionData: Get current token: 0.007260999991558492 +Info 579 [21:47:48.046] getCompletionData: Is inside comment: 0.010731999995186925 +Info 580 [21:47:48.046] getCompletionData: Get previous token: 0.013648999971337616 +Info 581 [21:47:48.046] getCompletionsAtPosition: isCompletionListBlocker: 0.003010000102221966 +Info 582 [21:47:48.048] getExportInfoMap: cache hit +Info 583 [21:47:48.050] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 584 [21:47:48.050] collectAutoImports: response is complete +Info 585 [21:47:48.050] collectAutoImports: 2.2103790000546724 +Info 586 [21:47:48.050] getCompletionData: Semantic work: 3.8426629999885336 +Info 587 [21:47:48.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.619824999943376 +Info 588 [21:47:48.058] Format host information updated +Info 589 [21:47:48.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 590 [21:47:48.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 8.296060999971814ms +Info 591 [21:47:48.066] Different program with same set of files +Info 592 [21:47:48.067] getCompletionData: Get current token: 0.008326999959535897 +Info 593 [21:47:48.067] getCompletionData: Is inside comment: 0.03370200004428625 +Info 594 [21:47:48.067] getCompletionData: Get previous token: 0.014064999995753169 +Info 595 [21:47:48.067] getCompletionsAtPosition: isCompletionListBlocker: 0.002062999992631376 +Info 596 [21:47:48.068] getCompletionData: Semantic work: 1.325383000075817 +Info 597 [21:47:48.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4540819999529049 +Info 598 [21:47:48.069] Format host information updated +Info 599 [21:47:48.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 600 [21:47:48.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 9.391930000041611ms +Info 601 [21:47:48.250] Different program with same set of files +Info 602 [21:47:48.250] getCompletionData: Get current token: 0.0070760000962764025 +Info 603 [21:47:48.250] getCompletionData: Is inside comment: 0.010586000047624111 +Info 604 [21:47:48.250] getCompletionData: Get previous token: 0.015360999968834221 +Info 605 [21:47:48.250] getCompletionsAtPosition: isCompletionListBlocker: 0.002199999988079071 +Info 606 [21:47:48.251] getCompletionData: Semantic work: 0.47745600005146116 +Info 607 [21:47:48.252] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0255210000323132 +Info 608 [21:47:48.252] Format host information updated +Info 609 [21:47:48.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 610 [21:47:48.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 10.79022399999667ms +Info 611 [21:47:48.425] Different program with same set of files +Info 612 [21:47:48.426] getCompletionData: Get current token: 0.00790900003630668 +Info 613 [21:47:48.426] getCompletionData: Is inside comment: 0.01090899994596839 +Info 614 [21:47:48.426] getCompletionData: Get previous token: 0.015370999928563833 +Info 615 [21:47:48.426] getCompletionsAtPosition: isCompletionListBlocker: 0.002025000052526593 +Info 616 [21:47:48.426] getCompletionData: Semantic work: 0.5246230000630021 +Info 617 [21:47:48.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.364625999936834 +Info 618 [21:47:48.427] Format host information updated +Info 619 [21:47:48.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 620 [21:47:48.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 8.199676000047475ms +Info 621 [21:47:48.595] Different program with same set of files +Info 622 [21:47:48.595] getCompletionData: Get current token: 0.00766900007147342 +Info 623 [21:47:48.595] getCompletionData: Is inside comment: 0.011857000063173473 +Info 624 [21:47:48.595] getCompletionData: Get previous token: 0.009605000028386712 +Info 625 [21:47:48.595] getCompletionsAtPosition: isCompletionListBlocker: 0.008135000010952353 +Info 626 [21:47:48.597] getExportInfoMap: cache hit +Info 627 [21:47:48.623] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 628 [21:47:48.623] collectAutoImports: response is complete +Info 629 [21:47:48.623] collectAutoImports: 25.72108299995307 +Info 630 [21:47:48.623] getCompletionData: Semantic work: 27.585067000007257 +Info 631 [21:47:48.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.701576000079513 +Info 632 [21:47:48.646] Format host information updated +Info 633 [21:47:48.816] getCompletionData: Get current token: 0.007320999982766807 +Info 634 [21:47:48.816] getCompletionData: Is inside comment: 0.001636000000871718 +Info 635 [21:47:48.816] getCompletionData: Get previous token: 0.014765000087209046 +Info 636 [21:47:48.817] getCompletionsAtPosition: isCompletionListBlocker: 0.03925999999046326 +Info 637 [21:47:48.818] getExportInfoMap: cache hit +Info 638 [21:47:48.835] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 639 [21:47:48.835] collectAutoImports: response is complete +Info 640 [21:47:48.835] collectAutoImports: 16.776469000033103 +Info 641 [21:47:48.835] getCompletionData: Semantic work: 18.482315000030212 +Info 642 [21:47:48.849] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.583747999975458 +Info 643 [21:47:48.858] Format host information updated +Info 644 [21:47:48.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 645 [21:47:48.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 8.929378999979235ms +Info 646 [21:47:48.875] Different program with same set of files +Info 647 [21:47:48.875] getCompletionData: Get current token: 0.007240999955683947 +Info 648 [21:47:48.875] getCompletionData: Is inside comment: 0.0017480000387877226 +Info 649 [21:47:48.875] getCompletionData: Get previous token: 0.03969200002029538 +Info 650 [21:47:48.875] getCompletionsAtPosition: isCompletionListBlocker: 0.0029899999499320984 +Info 651 [21:47:48.877] getExportInfoMap: cache hit +Info 652 [21:47:48.883] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 653 [21:47:48.883] collectAutoImports: response is complete +Info 654 [21:47:48.883] collectAutoImports: 6.346938000060618 +Info 655 [21:47:48.883] getCompletionData: Semantic work: 8.07938600005582 +Info 656 [21:47:48.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.031484000035562 +Info 657 [21:47:48.892] Format host information updated +Info 658 [21:47:49.804] Format host information updated +Info 659 [21:47:49.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 660 [21:47:49.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 8.437292999937199ms +Info 661 [21:47:49.813] Different program with same set of files +Info 662 [21:47:49.979] Format host information updated +Info 663 [21:47:50.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 664 [21:47:50.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 10.902849000063725ms +Info 665 [21:47:50.327] Different program with same set of files +Info 666 [21:47:50.327] getCompletionData: Get current token: 0.007706000003963709 +Info 667 [21:47:50.328] getCompletionData: Is inside comment: 0.001560000004246831 +Info 668 [21:47:50.328] getCompletionData: Get previous token: 0.02038799994625151 +Info 669 [21:47:50.328] getCompletionsAtPosition: isCompletionListBlocker: 0.003976000007241964 +Info 670 [21:47:50.330] getExportInfoMap: cache hit +Info 671 [21:47:50.351] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 672 [21:47:50.351] collectAutoImports: response is complete +Info 673 [21:47:50.352] collectAutoImports: 21.612193000037223 +Info 674 [21:47:50.352] getCompletionData: Semantic work: 23.826010999968275 +Info 675 [21:47:50.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.30606800003443 +Info 676 [21:47:50.372] Format host information updated +Info 677 [21:47:50.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 678 [21:47:50.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 9.797980000032112ms +Info 679 [21:47:50.558] Different program with same set of files +Info 680 [21:47:50.558] getCompletionData: Get current token: 0.00697400001809001 +Info 681 [21:47:50.558] getCompletionData: Is inside comment: 0.001433999976143241 +Info 682 [21:47:50.558] getCompletionData: Get previous token: 0.023669000016525388 +Info 683 [21:47:50.558] getCompletionsAtPosition: isCompletionListBlocker: 0.00350099999923259 +Info 684 [21:47:50.560] getExportInfoMap: cache hit +Info 685 [21:47:50.564] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 686 [21:47:50.564] collectAutoImports: response is complete +Info 687 [21:47:50.564] collectAutoImports: 3.5919259999645874 +Info 688 [21:47:50.564] getCompletionData: Semantic work: 5.222931000054814 +Info 689 [21:47:50.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.830851000035182 +Info 690 [21:47:50.572] Format host information updated +Info 691 [21:47:50.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 692 [21:47:50.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 15.786776999942958ms +Info 693 [21:47:50.800] Different program with same set of files +Info 694 [21:47:50.801] getCompletionData: Get current token: 0.00736799999140203 +Info 695 [21:47:50.801] getCompletionData: Is inside comment: 0.0015040000434964895 +Info 696 [21:47:50.801] getCompletionData: Get previous token: 0.02792499994393438 +Info 697 [21:47:50.801] getCompletionsAtPosition: isCompletionListBlocker: 0.0026000000070780516 +Info 698 [21:47:50.802] getCompletionData: Semantic work: 0.8626950000179932 +Info 699 [21:47:50.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5934569999808446 +Info 700 [21:47:50.804] Format host information updated +Info 701 [21:47:53.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 702 [21:47:53.925] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 9.051130999927409ms +Info 703 [21:47:53.925] Different program with same set of files +Info 704 [21:47:53.926] getCompletionData: Get current token: 0.006877000094391406 +Info 705 [21:47:53.926] getCompletionData: Is inside comment: 0.0015040000434964895 +Info 706 [21:47:53.926] getCompletionData: Get previous token: 0.030272999894805253 +Info 707 [21:47:53.926] getCompletionsAtPosition: isCompletionListBlocker: 0.0023750000400468707 +Info 708 [21:47:53.926] getCompletionData: Semantic work: 0.60041099996306 +Info 709 [21:47:53.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0160899999318644 +Info 710 [21:47:53.929] Format host information updated +Info 711 [21:47:54.079] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 712 [21:47:54.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 11.925989000010304ms +Info 713 [21:47:54.091] Different program with same set of files +Info 714 [21:47:54.091] getCompletionData: Get current token: 0.006809000042267144 +Info 715 [21:47:54.091] getCompletionData: Is inside comment: 0.0014500000979751348 +Info 716 [21:47:54.091] getCompletionData: Get previous token: 0.040151000022888184 +Info 717 [21:47:54.091] getCompletionsAtPosition: isCompletionListBlocker: 0.0023219999857246876 +Info 718 [21:47:54.091] getCompletionData: Semantic work: 0.60719600005541 +Info 719 [21:47:54.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8566109999082983 +Info 720 [21:47:54.094] Format host information updated +Info 721 [21:47:54.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 722 [21:47:54.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 9.719767000060529ms +Info 723 [21:47:54.833] Different program with same set of files +Info 724 [21:47:54.833] getCompletionData: Get current token: 0.006746000028215349 +Info 725 [21:47:54.833] getCompletionData: Is inside comment: 0.0013960000360384583 +Info 726 [21:47:54.833] getCompletionData: Get previous token: 0.02506000001449138 +Info 727 [21:47:54.833] getCompletionsAtPosition: isCompletionListBlocker: 0.0024709999561309814 +Info 728 [21:47:54.834] getCompletionData: Semantic work: 0.5655779999215156 +Info 729 [21:47:54.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7832560000242665 +Info 730 [21:47:54.836] Format host information updated +Info 731 [21:47:55.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 732 [21:47:55.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 8.23596700001508ms +Info 733 [21:47:55.012] Different program with same set of files +Info 734 [21:47:55.012] getCompletionData: Get current token: 0.006867000018246472 +Info 735 [21:47:55.012] getCompletionData: Is inside comment: 0.001319000031799078 +Info 736 [21:47:55.012] getCompletionData: Get previous token: 0.07019900006707758 +Info 737 [21:47:55.012] getCompletionsAtPosition: isCompletionListBlocker: 0.002333999960683286 +Info 738 [21:47:55.013] getCompletionData: Semantic work: 0.614060000050813 +Info 739 [21:47:55.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2228710000636056 +Info 740 [21:47:55.016] Format host information updated +Info 741 [21:47:55.581] Format host information updated +Info 742 [21:47:55.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 743 [21:47:55.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 10.463109000003897ms +Info 744 [21:47:55.592] Different program with same set of files +Info 745 [21:47:55.592] getCompletionData: Get current token: 0.015409999992698431 +Info 746 [21:47:55.592] getCompletionData: Is inside comment: 0.0022700000554323196 +Info 747 [21:47:55.592] getCompletionData: Get previous token: 0.03683999995701015 +Info 748 [21:47:55.592] getCompletionsAtPosition: isCompletionListBlocker: 0.004049999988637865 +Info 749 [21:47:55.595] getExportInfoMap: cache hit +Info 750 [21:47:55.632] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 751 [21:47:55.632] collectAutoImports: response is complete +Info 752 [21:47:55.632] collectAutoImports: 36.740125000011176 +Info 753 [21:47:55.632] getCompletionData: Semantic work: 39.846783000044525 +Info 754 [21:47:55.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.46840200002771 +Info 755 [21:47:55.660] getCompletionData: Get current token: 0.031392999924719334 +Info 756 [21:47:55.660] getCompletionData: Is inside comment: 0.0057230000384151936 +Info 757 [21:47:55.660] getCompletionData: Get previous token: 0.04778600006829947 +Info 758 [21:47:55.660] getCompletionsAtPosition: isCompletionListBlocker: 0.0030769999139010906 +Info 759 [21:47:55.661] getCompletionData: Semantic work: 0.38653800007887185 +Info 760 [21:47:55.670] Format host information updated +Info 761 [21:47:55.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 762 [21:47:55.829] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 7.87318100000266ms +Info 763 [21:47:55.829] Different program with same set of files +Info 764 [21:47:55.829] getCompletionData: Get current token: 0.006873999955132604 +Info 765 [21:47:55.829] getCompletionData: Is inside comment: 0.0014900000533089042 +Info 766 [21:47:55.829] getCompletionData: Get previous token: 0.019549000076949596 +Info 767 [21:47:55.829] getCompletionsAtPosition: isCompletionListBlocker: 0.007622999954037368 +Info 768 [21:47:55.830] getExportInfoMap: cache hit +Info 769 [21:47:55.850] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 770 [21:47:55.850] collectAutoImports: response is complete +Info 771 [21:47:55.850] collectAutoImports: 19.33583700004965 +Info 772 [21:47:55.850] getCompletionData: Semantic work: 20.744699999922886 +Info 773 [21:47:55.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.68716900004074 +Info 774 [21:47:55.871] Format host information updated +Info 775 [21:49:50.113] Search path: /home/orion/src/purescript-puppeteer/src +Info 776 [21:49:50.113] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 777 [21:49:50.114] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 777 [21:49:50.115] Files (148) + +Info 777 [21:49:50.115] ----------------------------------------------- +Info 777 [21:49:50.115] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 777 [21:49:50.115] Files (624) + +Info 777 [21:49:50.115] ----------------------------------------------- +Info 777 [21:49:50.115] Open files: +Info 777 [21:49:50.115] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 777 [21:49:50.115] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 777 [21:49:50.115] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 777 [21:49:50.115] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 777 [21:49:50.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 778 [21:49:50.369] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 43.39887400018051ms +Info 779 [21:49:50.369] Different program with same set of files +Info 780 [21:49:50.370] Format host information updated +Info 781 [21:49:51.036] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 781 [21:49:51.036] Files (148) + +Info 781 [21:49:51.036] ----------------------------------------------- +Info 781 [21:49:51.036] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 781 [21:49:51.036] Files (624) + +Info 781 [21:49:51.036] ----------------------------------------------- +Info 781 [21:49:51.036] Open files: +Info 781 [21:49:51.037] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 781 [21:49:51.037] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 781 [21:49:52.625] Before ensureProjectForOpenFiles: +Info 782 [21:49:52.625] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 782 [21:49:52.625] Files (148) + +Info 782 [21:49:52.625] ----------------------------------------------- +Info 782 [21:49:52.625] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 782 [21:49:52.626] Files (624) + +Info 782 [21:49:52.626] ----------------------------------------------- +Info 782 [21:49:52.626] Open files: +Info 782 [21:49:52.626] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 782 [21:49:52.626] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 782 [21:49:52.626] After ensureProjectForOpenFiles: +Info 783 [21:49:52.626] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 783 [21:49:52.626] Files (148) + +Info 783 [21:49:52.626] ----------------------------------------------- +Info 783 [21:49:52.626] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 783 [21:49:52.626] Files (624) + +Info 783 [21:49:52.626] ----------------------------------------------- +Info 783 [21:49:52.626] Open files: +Info 783 [21:49:52.626] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 783 [21:49:52.626] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 783 [21:49:52.627] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 784 [21:49:52.728] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 785 [21:49:52.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 1.611041999887675ms +Info 786 [21:52:22.652] Format host information updated +Info 787 [21:52:22.652] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 788 [21:52:22.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 13.668824000051245ms +Info 789 [21:52:22.666] Different program with same set of files +Info 790 [21:52:23.504] Format host information updated +Info 791 [21:52:23.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 792 [21:52:23.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 11.813786000013351ms +Info 793 [21:52:23.516] Different program with same set of files +Info 794 [21:55:33.941] Format host information updated +Info 795 [21:55:33.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 796 [21:55:33.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 17.823465999914333ms +Info 797 [21:55:33.959] Different program with same set of files +Info 798 [21:55:34.151] Format host information updated +Info 799 [21:55:34.233] Format host information updated +Info 800 [21:55:34.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 801 [21:55:34.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 10.896184999961406ms +Info 802 [21:55:34.245] Different program with same set of files +Info 803 [21:55:34.680] getCompletionData: Get current token: 0.004084999905899167 +Info 804 [21:55:34.680] getCompletionData: Is inside comment: 0.014043000061064959 +Info 805 [21:55:34.680] getCompletionData: Get previous token: 0.011219999985769391 +Info 806 [21:55:34.680] getCompletionsAtPosition: isCompletionListBlocker: 0.1397470000665635 +Info 807 [21:55:34.682] getExportInfoMap: cache miss or empty; calculating new results +Info 808 [21:55:34.709] forEachExternalModuleToImportFrom autoImportProvider: 14.606191999977455 +Info 809 [21:55:34.709] getExportInfoMap: done in 26.261782000074163 ms +Info 810 [21:55:34.736] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 811 [21:55:34.736] collectAutoImports: response is complete +Info 812 [21:55:34.736] collectAutoImports: 27.518916999921203 +Info 813 [21:55:34.736] getCompletionData: Semantic work: 56.340499999932945 +Info 814 [21:55:34.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.090808000182733 +Info 815 [21:55:35.375] getCompletionData: Get current token: 0.004641999956220388 +Info 816 [21:55:35.375] getCompletionData: Is inside comment: 0.001339999958872795 +Info 817 [21:55:35.375] getCompletionData: Get previous token: 0.015588999958708882 +Info 818 [21:55:35.375] getCompletionsAtPosition: isCompletionListBlocker: 0.07643899996764958 +Info 819 [21:55:35.377] getExportInfoMap: cache hit +Info 820 [21:55:35.393] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 821 [21:55:35.393] collectAutoImports: response is complete +Info 822 [21:55:35.393] collectAutoImports: 16.118347000097856 +Info 823 [21:55:35.393] getCompletionData: Semantic work: 17.714618999976665 +Info 824 [21:55:35.403] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.360096999909729 +Info 825 [21:55:35.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 826 [21:55:35.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 10.326540000038221ms +Info 827 [21:55:35.565] Different program with same set of files +Info 828 [21:55:35.565] getCompletionData: Get current token: 0.003917000023648143 +Info 829 [21:55:35.565] getCompletionData: Is inside comment: 0.001370999962091446 +Info 830 [21:55:35.565] getCompletionData: Get previous token: 0.02452800003811717 +Info 831 [21:55:35.565] getCompletionsAtPosition: isCompletionListBlocker: 0.0042489999905228615 +Info 832 [21:55:35.567] getExportInfoMap: cache hit +Info 833 [21:55:35.570] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 45 from cache +Info 834 [21:55:35.570] collectAutoImports: response is complete +Info 835 [21:55:35.570] collectAutoImports: 3.2402609998825938 +Info 836 [21:55:35.570] getCompletionData: Semantic work: 4.987557000014931 +Info 837 [21:55:35.579] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.614698000019416 +Info 838 [21:55:35.581] Format host information updated +Info 839 [21:55:35.745] Format host information updated +Info 840 [21:55:35.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 841 [21:55:35.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 8.678069000132382ms +Info 842 [21:55:35.753] Different program with same set of files +Info 843 [21:55:35.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 844 [21:55:35.925] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 9.635375999845564ms +Info 845 [21:55:35.925] Different program with same set of files +Info 846 [21:55:35.926] getCompletionData: Get current token: 0.004513000138103962 +Info 847 [21:55:35.926] getCompletionData: Is inside comment: 0.001327000092715025 +Info 848 [21:55:35.926] getCompletionData: Get previous token: 0.026503999950364232 +Info 849 [21:55:35.926] getCompletionsAtPosition: isCompletionListBlocker: 0.00786900008097291 +Info 850 [21:55:35.927] getExportInfoMap: cache hit +Info 851 [21:55:35.930] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 63 from cache +Info 852 [21:55:35.930] collectAutoImports: response is complete +Info 853 [21:55:35.930] collectAutoImports: 2.8943109998945147 +Info 854 [21:55:35.930] getCompletionData: Semantic work: 4.5072299998719245 +Info 855 [21:55:35.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.91404900001362 +Info 856 [21:55:35.939] Format host information updated +Info 857 [21:55:36.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 858 [21:55:36.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 18.275599000044167ms +Info 859 [21:55:36.148] Different program with same set of files +Info 860 [21:55:36.148] getCompletionData: Get current token: 0.004645999986678362 +Info 861 [21:55:36.148] getCompletionData: Is inside comment: 0.0014059999957680702 +Info 862 [21:55:36.148] getCompletionData: Get previous token: 0.02852399996481836 +Info 863 [21:55:36.148] getCompletionsAtPosition: isCompletionListBlocker: 0.007308000000193715 +Info 864 [21:55:36.151] getExportInfoMap: cache hit +Info 865 [21:55:36.155] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 866 [21:55:36.155] collectAutoImports: response is complete +Info 867 [21:55:36.155] collectAutoImports: 3.9063699999824166 +Info 868 [21:55:36.155] getCompletionData: Semantic work: 6.181404999922961 +Info 869 [21:55:36.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.109700999921188 +Info 870 [21:55:36.170] Format host information updated +Info 871 [21:55:36.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 872 [21:55:36.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 9.531735999975353ms +Info 873 [21:55:36.180] Different program with same set of files +Info 874 [21:55:36.180] getCompletionData: Get current token: 0.0048240001779049635 +Info 875 [21:55:36.180] getCompletionData: Is inside comment: 0.0016100001521408558 +Info 876 [21:55:36.180] getCompletionData: Get previous token: 0.047719000140205026 +Info 877 [21:55:36.180] getCompletionsAtPosition: isCompletionListBlocker: 0.009741999907419086 +Info 878 [21:55:36.182] getExportInfoMap: cache hit +Info 879 [21:55:36.184] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 880 [21:55:36.184] collectAutoImports: response is complete +Info 881 [21:55:36.184] collectAutoImports: 2.027617000043392 +Info 882 [21:55:36.184] getCompletionData: Semantic work: 3.8952709999866784 +Info 883 [21:55:36.193] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.70887600001879 +Info 884 [21:55:36.195] Format host information updated +Info 885 [21:55:36.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 886 [21:55:36.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 8.673378000035882ms +Info 887 [21:55:36.368] Different program with same set of files +Info 888 [21:55:36.368] getCompletionData: Get current token: 0.004143000114709139 +Info 889 [21:55:36.368] getCompletionData: Is inside comment: 0.0012889998033642769 +Info 890 [21:55:36.368] getCompletionData: Get previous token: 0.025184999918565154 +Info 891 [21:55:36.368] getCompletionsAtPosition: isCompletionListBlocker: 0.013641000026836991 +Info 892 [21:55:36.370] getExportInfoMap: cache hit +Info 893 [21:55:36.372] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 894 [21:55:36.372] collectAutoImports: response is complete +Info 895 [21:55:36.372] collectAutoImports: 1.7848289997782558 +Info 896 [21:55:36.372] getCompletionData: Semantic work: 3.199239999987185 +Info 897 [21:55:36.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.240160999819636 +Info 898 [21:55:36.380] Format host information updated +Info 899 [21:55:36.381] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 900 [21:55:36.390] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 8.337464000098407ms +Info 901 [21:55:36.390] Different program with same set of files +Info 902 [21:55:36.390] getCompletionData: Get current token: 0.004692000104114413 +Info 903 [21:55:36.390] getCompletionData: Is inside comment: 0.0012920000590384007 +Info 904 [21:55:36.390] getCompletionData: Get previous token: 0.026274000061675906 +Info 905 [21:55:36.390] getCompletionsAtPosition: isCompletionListBlocker: 0.009095000103116035 +Info 906 [21:55:36.393] getExportInfoMap: cache hit +Info 907 [21:55:36.395] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 908 [21:55:36.395] collectAutoImports: response is complete +Info 909 [21:55:36.395] collectAutoImports: 1.765936000039801 +Info 910 [21:55:36.395] getCompletionData: Semantic work: 4.760040999855846 +Info 911 [21:55:36.403] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.892524999799207 +Info 912 [21:55:36.405] Format host information updated +Info 913 [21:55:36.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 914 [21:55:36.573] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 9.600790000054985ms +Info 915 [21:55:36.574] Different program with same set of files +Info 916 [21:55:36.574] getCompletionData: Get current token: 0.004383999854326248 +Info 917 [21:55:36.574] getCompletionData: Is inside comment: 0.001339999958872795 +Info 918 [21:55:36.574] getCompletionData: Get previous token: 0.02542999992147088 +Info 919 [21:55:36.574] getCompletionsAtPosition: isCompletionListBlocker: 0.007890000008046627 +Info 920 [21:55:36.575] getExportInfoMap: cache hit +Info 921 [21:55:36.577] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 922 [21:55:36.577] collectAutoImports: response is complete +Info 923 [21:55:36.577] collectAutoImports: 1.6627400000579655 +Info 924 [21:55:36.577] getCompletionData: Semantic work: 3.1561729998793453 +Info 925 [21:55:36.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.233156000031158 +Info 926 [21:55:36.585] Format host information updated +Info 927 [21:55:36.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 928 [21:55:36.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 8.735762000083923ms +Info 929 [21:55:36.596] Different program with same set of files +Info 930 [21:55:36.596] getCompletionData: Get current token: 0.004875000100582838 +Info 931 [21:55:36.596] getCompletionData: Is inside comment: 0.0014279999304562807 +Info 932 [21:55:36.596] getCompletionData: Get previous token: 0.028731000144034624 +Info 933 [21:55:36.596] getCompletionsAtPosition: isCompletionListBlocker: 0.008996000047773123 +Info 934 [21:55:36.597] getExportInfoMap: cache hit +Info 935 [21:55:36.599] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 936 [21:55:36.599] collectAutoImports: response is complete +Info 937 [21:55:36.599] collectAutoImports: 1.7223509999457747 +Info 938 [21:55:36.599] getCompletionData: Semantic work: 3.1479299999773502 +Info 939 [21:55:36.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.703845999902114 +Info 940 [21:55:36.609] Format host information updated +Info 941 [21:55:36.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 942 [21:55:36.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 8.663580999942496ms +Info 943 [21:55:36.783] Different program with same set of files +Info 944 [21:55:36.783] getCompletionData: Get current token: 0.0056050000712275505 +Info 945 [21:55:36.783] getCompletionData: Is inside comment: 0.001265999861061573 +Info 946 [21:55:36.783] getCompletionData: Get previous token: 0.021490999963134527 +Info 947 [21:55:36.783] getCompletionsAtPosition: isCompletionListBlocker: 0.003461000043898821 +Info 948 [21:55:36.784] getExportInfoMap: cache hit +Info 949 [21:55:36.806] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 950 [21:55:36.806] collectAutoImports: response is complete +Info 951 [21:55:36.806] collectAutoImports: 21.215247000101954 +Info 952 [21:55:36.806] getCompletionData: Semantic work: 22.63343599997461 +Info 953 [21:55:36.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.606833999976516 +Info 954 [21:55:36.826] Format host information updated +Info 955 [21:55:37.000] getCompletionData: Get current token: 0.024662999901920557 +Info 956 [21:55:37.000] getCompletionData: Is inside comment: 0.0015589999966323376 +Info 957 [21:55:37.000] getCompletionData: Get previous token: 0.028452999889850616 +Info 958 [21:55:37.000] getCompletionsAtPosition: isCompletionListBlocker: 0.003579000011086464 +Info 959 [21:55:37.002] getExportInfoMap: cache hit +Info 960 [21:55:37.007] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 961 [21:55:37.007] collectAutoImports: response is complete +Info 962 [21:55:37.007] collectAutoImports: 4.738186999922618 +Info 963 [21:55:37.007] getCompletionData: Semantic work: 6.962889000074938 +Info 964 [21:55:37.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4144519998226315 +Info 965 [21:55:37.017] Format host information updated +Info 966 [21:55:37.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 967 [21:55:37.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 11.05839700018987ms +Info 968 [21:55:37.117] Different program with same set of files +Info 969 [21:55:37.117] getCompletionData: Get current token: 0.006458000047132373 +Info 970 [21:55:37.117] getCompletionData: Is inside comment: 0.0018190001137554646 +Info 971 [21:55:37.117] getCompletionData: Get previous token: 0.03422299982048571 +Info 972 [21:55:37.117] getCompletionsAtPosition: isCompletionListBlocker: 0.009699000045657158 +Info 973 [21:55:37.119] getExportInfoMap: cache hit +Info 974 [21:55:37.142] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 975 [21:55:37.142] collectAutoImports: response is complete +Info 976 [21:55:37.142] collectAutoImports: 22.790870000142604 +Info 977 [21:55:37.142] getCompletionData: Semantic work: 24.82448700000532 +Info 978 [21:55:37.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.925026000011712 +Info 979 [21:55:37.162] Format host information updated +Info 980 [21:55:37.335] Format host information updated +Info 981 [21:55:40.820] getCompletionData: Get current token: 0.016675999853760004 +Info 982 [21:55:40.820] getCompletionData: Is inside comment: 0.0023679998703300953 +Info 983 [21:55:40.820] getCompletionData: Get previous token: 0.04659899999387562 +Info 984 [21:55:40.821] getCompletionsAtPosition: isCompletionListBlocker: 0.010395999997854233 +Info 985 [21:55:40.822] getExportInfoMap: cache hit +Info 986 [21:55:40.824] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 29 from cache +Info 987 [21:55:40.824] collectAutoImports: response is complete +Info 988 [21:55:40.824] collectAutoImports: 2.1311220000497997 +Info 989 [21:55:40.824] getCompletionData: Semantic work: 3.970960000064224 +Info 990 [21:55:40.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.373373999958858 +Info 991 [21:55:41.208] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 992 [21:55:41.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 9.500082999933511ms +Info 993 [21:55:41.218] Different program with same set of files +Info 994 [21:55:41.218] getCompletionData: Get current token: 0.008794999914243817 +Info 995 [21:55:41.218] getCompletionData: Is inside comment: 0.001385000068694353 +Info 996 [21:55:41.218] getCompletionData: Get previous token: 0.021474000066518784 +Info 997 [21:55:41.218] getCompletionsAtPosition: isCompletionListBlocker: 0.0024709999561309814 +Info 998 [21:55:41.219] getCompletionData: Semantic work: 0.854829000076279 +Info 999 [21:55:41.219] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17549100005999207 +Info 1000 [21:55:41.219] Format host information updated +Info 1001 [21:55:42.890] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1002 [21:55:42.898] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 8.343893999932334ms +Info 1003 [21:55:42.898] Different program with same set of files +Info 1004 [21:55:42.898] getCompletionData: Get current token: 0.009351000189781189 +Info 1005 [21:55:42.898] getCompletionData: Is inside comment: 0.0012809999752789736 +Info 1006 [21:55:42.898] getCompletionData: Get previous token: 0.02515899995341897 +Info 1007 [21:55:42.898] getCompletionsAtPosition: isCompletionListBlocker: 0.00737700005993247 +Info 1008 [21:55:42.900] getExportInfoMap: cache hit +Info 1009 [21:55:42.902] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 29 from cache +Info 1010 [21:55:42.902] collectAutoImports: response is complete +Info 1011 [21:55:42.902] collectAutoImports: 2.097243000054732 +Info 1012 [21:55:42.902] getCompletionData: Semantic work: 3.5103390000294894 +Info 1013 [21:55:42.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.080760000040755 +Info 1014 [21:55:42.913] Format host information updated +Info 1015 [21:55:49.160] Format host information updated +Info 1016 [21:55:49.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1017 [21:55:49.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 9.393009000224993ms +Info 1018 [21:55:49.170] Different program with same set of files +Info 1019 [21:55:49.326] Format host information updated +Info 1020 [21:55:49.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1021 [21:55:49.334] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 8.483082999940962ms +Info 1022 [21:55:49.334] Different program with same set of files +Info 1023 [21:55:49.498] Format host information updated +Info 1024 [21:55:49.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1025 [21:55:49.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 9.11035199998878ms +Info 1026 [21:55:49.507] Different program with same set of files +Info 1027 [21:55:49.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1028 [21:55:49.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 9.26819199998863ms +Info 1029 [21:55:49.679] Different program with same set of files +Info 1030 [21:55:49.680] getCompletionData: Get current token: 0.007210999960079789 +Info 1031 [21:55:49.680] getCompletionData: Is inside comment: 0.02982299984432757 +Info 1032 [21:55:49.680] getCompletionData: Get previous token: 0.01773800002411008 +Info 1033 [21:55:49.680] getCompletionsAtPosition: isCompletionListBlocker: 0.0030869999900460243 +Info 1034 [21:55:49.681] getExportInfoMap: cache hit +Info 1035 [21:55:49.691] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 1036 [21:55:49.691] collectAutoImports: response is complete +Info 1037 [21:55:49.691] collectAutoImports: 9.92288799979724 +Info 1038 [21:55:49.691] getCompletionData: Semantic work: 11.446280000032857 +Info 1039 [21:55:49.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.593258999986574 +Info 1040 [21:55:49.702] Format host information updated +Info 1041 [21:55:49.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1042 [21:55:49.878] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 8.235741999931633ms +Info 1043 [21:55:49.878] Different program with same set of files +Info 1044 [21:55:49.878] getCompletionData: Get current token: 0.006473999936133623 +Info 1045 [21:55:49.878] getCompletionData: Is inside comment: 0.013295999960973859 +Info 1046 [21:55:49.878] getCompletionData: Get previous token: 0.01650799997150898 +Info 1047 [21:55:49.878] getCompletionsAtPosition: isCompletionListBlocker: 0.0026360000483691692 +Info 1048 [21:55:49.880] getExportInfoMap: cache hit +Info 1049 [21:55:49.885] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 448 from cache +Info 1050 [21:55:49.885] collectAutoImports: response is complete +Info 1051 [21:55:49.885] collectAutoImports: 5.586792999878526 +Info 1052 [21:55:49.885] getCompletionData: Semantic work: 7.092708999989554 +Info 1053 [21:55:49.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.730455000186339 +Info 1054 [21:55:49.895] Format host information updated +Info 1055 [21:55:49.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1056 [21:55:49.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 8.321496000047773ms +Info 1057 [21:55:49.906] Different program with same set of files +Info 1058 [21:55:49.906] getCompletionData: Get current token: 0.0067819999530911446 +Info 1059 [21:55:49.906] getCompletionData: Is inside comment: 0.012010999955236912 +Info 1060 [21:55:49.906] getCompletionData: Get previous token: 0.016838000155985355 +Info 1061 [21:55:49.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0026839999482035637 +Info 1062 [21:55:49.907] getExportInfoMap: cache hit +Info 1063 [21:55:49.911] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 151 from cache +Info 1064 [21:55:49.911] collectAutoImports: response is complete +Info 1065 [21:55:49.911] collectAutoImports: 3.8516949999611825 +Info 1066 [21:55:49.911] getCompletionData: Semantic work: 5.319447000045329 +Info 1067 [21:55:49.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.829173999838531 +Info 1068 [21:55:49.919] Format host information updated +Info 1069 [21:55:49.921] Format host information updated +Info 1070 [21:55:49.921] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1071 [21:55:49.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 8.099697999889031ms +Info 1072 [21:55:49.930] Different program with same set of files +Info 1073 [21:55:50.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1074 [21:55:50.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 9.872323999879882ms +Info 1075 [21:55:50.099] Different program with same set of files +Info 1076 [21:55:50.099] getCompletionData: Get current token: 0.007711000042036176 +Info 1077 [21:55:50.099] getCompletionData: Is inside comment: 0.012252999935299158 +Info 1078 [21:55:50.099] getCompletionData: Get previous token: 0.018967999843880534 +Info 1079 [21:55:50.099] getCompletionsAtPosition: isCompletionListBlocker: 0.0017999999690800905 +Info 1080 [21:55:50.099] Returning an empty list because completion was requested in an invalid position. +Info 1081 [21:55:50.100] Format host information updated +Info 1082 [21:55:50.258] Format host information updated +Info 1083 [21:55:50.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1084 [21:55:50.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 8.436481999931857ms +Info 1085 [21:55:50.266] Different program with same set of files +Info 1086 [21:55:50.426] Format host information updated +Info 1087 [21:55:50.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1088 [21:55:50.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 7.815776000032201ms +Info 1089 [21:55:50.434] Different program with same set of files +Info 1090 [21:55:50.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1091 [21:55:50.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 12.460216999985278ms +Info 1092 [21:55:50.807] Different program with same set of files +Info 1093 [21:55:50.807] getCompletionData: Get current token: 0.007336999988183379 +Info 1094 [21:55:50.807] getCompletionData: Is inside comment: 0.012494000140577555 +Info 1095 [21:55:50.807] getCompletionData: Get previous token: 0.02034400007687509 +Info 1096 [21:55:50.807] getCompletionsAtPosition: isCompletionListBlocker: 0.008970999857410789 +Info 1097 [21:55:50.809] getExportInfoMap: cache hit +Info 1098 [21:55:50.812] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 179 from cache +Info 1099 [21:55:50.812] collectAutoImports: response is complete +Info 1100 [21:55:50.812] collectAutoImports: 3.659264999907464 +Info 1101 [21:55:50.812] getCompletionData: Semantic work: 5.166663000127301 +Info 1102 [21:55:50.818] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.731049999827519 +Info 1103 [21:55:50.822] Format host information updated +Info 1104 [21:55:50.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1105 [21:55:50.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 8.910221999976784ms +Info 1106 [21:55:50.997] Different program with same set of files +Info 1107 [21:55:50.997] getCompletionData: Get current token: 0.028641000157222152 +Info 1108 [21:55:50.997] getCompletionData: Is inside comment: 0.035446000052616 +Info 1109 [21:55:50.997] getCompletionData: Get previous token: 0.043842999963089824 +Info 1110 [21:55:50.997] getCompletionsAtPosition: isCompletionListBlocker: 0.02488100016489625 +Info 1111 [21:55:50.999] getExportInfoMap: cache hit +Info 1112 [21:55:51.019] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 1113 [21:55:51.019] collectAutoImports: response is complete +Info 1114 [21:55:51.019] collectAutoImports: 20.15382599993609 +Info 1115 [21:55:51.019] getCompletionData: Semantic work: 22.090828000102192 +Info 1116 [21:55:51.033] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.195638000033796 +Info 1117 [21:55:51.040] Format host information updated +Info 1118 [21:55:51.206] Format host information updated +Info 1119 [21:55:51.207] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1120 [21:55:51.215] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 8.627979999873787ms +Info 1121 [21:55:51.215] Different program with same set of files +Info 1122 [21:55:51.216] getCompletionData: Get current token: 0.007158000022172928 +Info 1123 [21:55:51.216] getCompletionData: Is inside comment: 0.01209699991159141 +Info 1124 [21:55:51.216] getCompletionData: Get previous token: 0.021203000098466873 +Info 1125 [21:55:51.216] getCompletionsAtPosition: isCompletionListBlocker: 0.007917999988421798 +Info 1126 [21:55:51.217] getExportInfoMap: cache hit +Info 1127 [21:55:51.221] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 269 from cache +Info 1128 [21:55:51.221] collectAutoImports: response is complete +Info 1129 [21:55:51.221] collectAutoImports: 3.9943860000930727 +Info 1130 [21:55:51.221] getCompletionData: Semantic work: 5.627147000050172 +Info 1131 [21:55:51.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.397150999866426 +Info 1132 [21:55:51.231] Format host information updated +Info 1133 [21:55:51.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1134 [21:55:51.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 8.008434999966994ms +Info 1135 [21:55:51.402] Different program with same set of files +Info 1136 [21:55:51.402] getCompletionData: Get current token: 0.008754000067710876 +Info 1137 [21:55:51.402] getCompletionData: Is inside comment: 0.012412999989464879 +Info 1138 [21:55:51.402] getCompletionData: Get previous token: 0.03693800000473857 +Info 1139 [21:55:51.402] getCompletionsAtPosition: isCompletionListBlocker: 0.008809000020846725 +Info 1140 [21:55:51.404] getExportInfoMap: cache hit +Info 1141 [21:55:51.407] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 115 from cache +Info 1142 [21:55:51.407] collectAutoImports: response is complete +Info 1143 [21:55:51.407] collectAutoImports: 3.0831689999904484 +Info 1144 [21:55:51.407] getCompletionData: Semantic work: 4.6912120000924915 +Info 1145 [21:55:51.414] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.583830999908969 +Info 1146 [21:55:51.416] Format host information updated +Info 1147 [21:55:51.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1148 [21:55:51.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 11.585412999847904ms +Info 1149 [21:55:51.730] Different program with same set of files +Info 1150 [21:55:51.730] getCompletionData: Get current token: 0.007353000110015273 +Info 1151 [21:55:51.730] getCompletionData: Is inside comment: 0.011669000145047903 +Info 1152 [21:55:51.730] getCompletionData: Get previous token: 0.018850000109523535 +Info 1153 [21:55:51.730] getCompletionsAtPosition: isCompletionListBlocker: 0.00891500012949109 +Info 1154 [21:55:51.732] getExportInfoMap: cache hit +Info 1155 [21:55:51.736] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 269 from cache +Info 1156 [21:55:51.736] collectAutoImports: response is complete +Info 1157 [21:55:51.736] collectAutoImports: 4.152871000114828 +Info 1158 [21:55:51.736] getCompletionData: Semantic work: 5.688328000018373 +Info 1159 [21:55:51.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.225626999977976 +Info 1160 [21:55:51.744] Format host information updated +Info 1161 [21:55:51.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1162 [21:55:51.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 9.775274999905378ms +Info 1163 [21:55:51.928] Different program with same set of files +Info 1164 [21:55:51.928] getCompletionData: Get current token: 0.007325000129640102 +Info 1165 [21:55:51.928] getCompletionData: Is inside comment: 0.012018000008538365 +Info 1166 [21:55:51.928] getCompletionData: Get previous token: 0.0457380001898855 +Info 1167 [21:55:51.929] getCompletionsAtPosition: isCompletionListBlocker: 0.009226999944075942 +Info 1168 [21:55:51.930] getExportInfoMap: cache hit +Info 1169 [21:55:51.933] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 47 from cache +Info 1170 [21:55:51.933] collectAutoImports: response is complete +Info 1171 [21:55:51.933] collectAutoImports: 2.9661230000201613 +Info 1172 [21:55:51.933] getCompletionData: Semantic work: 4.446502999868244 +Info 1173 [21:55:51.938] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.985869999974966 +Info 1174 [21:55:51.940] Format host information updated +Info 1175 [21:55:51.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1176 [21:55:51.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 7.815267000114545ms +Info 1177 [21:55:51.949] Different program with same set of files +Info 1178 [21:55:51.950] getCompletionData: Get current token: 0.007640999974682927 +Info 1179 [21:55:51.950] getCompletionData: Is inside comment: 0.013263999950140715 +Info 1180 [21:55:51.950] getCompletionData: Get previous token: 0.021078000077977777 +Info 1181 [21:55:51.950] getCompletionsAtPosition: isCompletionListBlocker: 0.009453000035136938 +Info 1182 [21:55:51.951] getExportInfoMap: cache hit +Info 1183 [21:55:51.953] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 44 from cache +Info 1184 [21:55:51.954] collectAutoImports: response is complete +Info 1185 [21:55:51.954] collectAutoImports: 2.4539150001946837 +Info 1186 [21:55:51.954] getCompletionData: Semantic work: 3.9131549999583513 +Info 1187 [21:55:51.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.718472999986261 +Info 1188 [21:55:51.963] Format host information updated +Info 1189 [21:55:52.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1190 [21:55:52.135] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 7.635834000073373ms +Info 1191 [21:55:52.135] Different program with same set of files +Info 1192 [21:55:52.136] getCompletionData: Get current token: 0.007311000023037195 +Info 1193 [21:55:52.136] getCompletionData: Is inside comment: 0.01119200000539422 +Info 1194 [21:55:52.136] getCompletionData: Get previous token: 0.019841999979689717 +Info 1195 [21:55:52.136] getCompletionsAtPosition: isCompletionListBlocker: 0.007519999984651804 +Info 1196 [21:55:52.137] getExportInfoMap: cache hit +Info 1197 [21:55:52.139] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 41 from cache +Info 1198 [21:55:52.139] collectAutoImports: response is complete +Info 1199 [21:55:52.139] collectAutoImports: 2.320818000007421 +Info 1200 [21:55:52.139] getCompletionData: Semantic work: 3.6906049998942763 +Info 1201 [21:55:52.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4046089998446405 +Info 1202 [21:55:52.147] Format host information updated +Info 1203 [21:55:52.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1204 [21:55:52.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 9.695622999919578ms +Info 1205 [21:55:52.160] Different program with same set of files +Info 1206 [21:55:52.160] getCompletionData: Get current token: 0.0070130000822246075 +Info 1207 [21:55:52.160] getCompletionData: Is inside comment: 0.00992700015194714 +Info 1208 [21:55:52.160] getCompletionData: Get previous token: 0.015284999972209334 +Info 1209 [21:55:52.160] getCompletionsAtPosition: isCompletionListBlocker: 0.008778000017628074 +Info 1210 [21:55:52.161] getExportInfoMap: cache hit +Info 1211 [21:55:52.163] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 29 from cache +Info 1212 [21:55:52.164] collectAutoImports: response is complete +Info 1213 [21:55:52.164] collectAutoImports: 2.2036719999741763 +Info 1214 [21:55:52.164] getCompletionData: Semantic work: 3.610524000134319 +Info 1215 [21:55:52.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.629335999954492 +Info 1216 [21:55:52.170] Format host information updated +Info 1217 [21:55:52.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1218 [21:55:52.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 7.697176999878138ms +Info 1219 [21:55:52.341] Different program with same set of files +Info 1220 [21:55:52.342] getCompletionData: Get current token: 0.007095000008121133 +Info 1221 [21:55:52.342] getCompletionData: Is inside comment: 0.009572000009939075 +Info 1222 [21:55:52.342] getCompletionData: Get previous token: 0.014835000038146973 +Info 1223 [21:55:52.342] getCompletionsAtPosition: isCompletionListBlocker: 0.07289900002069771 +Info 1224 [21:55:52.343] getExportInfoMap: cache hit +Info 1225 [21:55:52.345] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 29 from cache +Info 1226 [21:55:52.345] collectAutoImports: response is complete +Info 1227 [21:55:52.345] collectAutoImports: 2.141482000006363 +Info 1228 [21:55:52.345] getCompletionData: Semantic work: 3.5359540001954883 +Info 1229 [21:55:52.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.472804000135511 +Info 1230 [21:55:52.351] Format host information updated +Info 1231 [21:55:52.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1232 [21:55:52.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 9.84120999998413ms +Info 1233 [21:55:52.363] Different program with same set of files +Info 1234 [21:55:52.363] getCompletionData: Get current token: 0.007028999971225858 +Info 1235 [21:55:52.363] getCompletionData: Is inside comment: 0.01043500006198883 +Info 1236 [21:55:52.363] getCompletionData: Get previous token: 0.01564300013706088 +Info 1237 [21:55:52.363] getCompletionsAtPosition: isCompletionListBlocker: 0.013536999933421612 +Info 1238 [21:55:52.364] getExportInfoMap: cache hit +Info 1239 [21:55:52.366] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 29 from cache +Info 1240 [21:55:52.367] collectAutoImports: response is complete +Info 1241 [21:55:52.367] collectAutoImports: 2.119490999961272 +Info 1242 [21:55:52.367] getCompletionData: Semantic work: 3.537842000136152 +Info 1243 [21:55:52.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.537129000062123 +Info 1244 [21:55:52.373] Format host information updated +Info 1245 [21:55:52.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1246 [21:55:52.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 9.88447599997744ms +Info 1247 [21:55:52.550] Different program with same set of files +Info 1248 [21:55:52.551] getCompletionData: Get current token: 0.007786000147461891 +Info 1249 [21:55:52.551] getCompletionData: Is inside comment: 0.010294999927282333 +Info 1250 [21:55:52.551] getCompletionData: Get previous token: 0.008693999843671918 +Info 1251 [21:55:52.551] getCompletionsAtPosition: isCompletionListBlocker: 0.0048489999026060104 +Info 1252 [21:55:52.552] getExportInfoMap: cache hit +Info 1253 [21:55:52.572] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 1254 [21:55:52.572] collectAutoImports: response is complete +Info 1255 [21:55:52.572] collectAutoImports: 19.836079000029713 +Info 1256 [21:55:52.572] getCompletionData: Semantic work: 21.262653999961913 +Info 1257 [21:55:52.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.554770000046119 +Info 1258 [21:55:52.590] Format host information updated +Info 1259 [21:55:52.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1260 [21:55:52.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 8.583225999958813ms +Info 1261 [21:55:52.605] Different program with same set of files +Info 1262 [21:55:52.605] getCompletionData: Get current token: 0.010997999925166368 +Info 1263 [21:55:52.605] getCompletionData: Is inside comment: 0.012001000111922622 +Info 1264 [21:55:52.605] getCompletionData: Get previous token: 0.009125999873504043 +Info 1265 [21:55:52.605] getCompletionsAtPosition: isCompletionListBlocker: 0.00841100001707673 +Info 1266 [21:55:52.609] getExportInfoMap: cache hit +Info 1267 [21:55:52.630] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 1268 [21:55:52.630] collectAutoImports: response is complete +Info 1269 [21:55:52.630] collectAutoImports: 21.39465200016275 +Info 1270 [21:55:52.630] getCompletionData: Semantic work: 25.076872000005096 +Info 1271 [21:55:52.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.469737999839708 +Info 1272 [21:55:52.648] Format host information updated +Info 1273 [21:55:52.819] getCompletionData: Get current token: 0.02763700019568205 +Info 1274 [21:55:52.819] getCompletionData: Is inside comment: 0.001474000047892332 +Info 1275 [21:55:52.819] getCompletionData: Get previous token: 0.013003000058233738 +Info 1276 [21:55:52.819] getCompletionsAtPosition: isCompletionListBlocker: 0.00598399993032217 +Info 1277 [21:55:52.820] getExportInfoMap: cache hit +Info 1278 [21:55:52.837] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 1279 [21:55:52.837] collectAutoImports: response is complete +Info 1280 [21:55:52.837] collectAutoImports: 16.449343000072986 +Info 1281 [21:55:52.837] getCompletionData: Semantic work: 17.84101100009866 +Info 1282 [21:55:52.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.337000999832526 +Info 1283 [21:55:52.856] Format host information updated +Info 1284 [21:55:52.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1285 [21:55:52.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 7.989465000107884ms +Info 1286 [21:55:52.871] Different program with same set of files +Info 1287 [21:55:52.871] getCompletionData: Get current token: 0.007689000107347965 +Info 1288 [21:55:52.871] getCompletionData: Is inside comment: 0.0011979998089373112 +Info 1289 [21:55:52.871] getCompletionData: Get previous token: 0.018007999984547496 +Info 1290 [21:55:52.871] getCompletionsAtPosition: isCompletionListBlocker: 0.007814000127837062 +Info 1291 [21:55:52.873] getExportInfoMap: cache hit +Info 1292 [21:55:52.875] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1293 [21:55:52.875] collectAutoImports: response is complete +Info 1294 [21:55:52.875] collectAutoImports: 1.697072000009939 +Info 1295 [21:55:52.875] getCompletionData: Semantic work: 3.40225200005807 +Info 1296 [21:55:52.881] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.933250000001863 +Info 1297 [21:55:52.883] Format host information updated +Info 1298 [21:55:53.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1299 [21:55:53.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 7.8703680001199245ms +Info 1300 [21:55:53.375] Different program with same set of files +Info 1301 [21:55:53.375] getCompletionData: Get current token: 0.008251999970525503 +Info 1302 [21:55:53.375] getCompletionData: Is inside comment: 0.0015020000282675028 +Info 1303 [21:55:53.375] getCompletionData: Get previous token: 0.020251000067219138 +Info 1304 [21:55:53.375] getCompletionsAtPosition: isCompletionListBlocker: 0.007825999986380339 +Info 1305 [21:55:53.376] getExportInfoMap: cache hit +Info 1306 [21:55:53.379] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 29 from cache +Info 1307 [21:55:53.379] collectAutoImports: response is complete +Info 1308 [21:55:53.379] collectAutoImports: 2.3405969999730587 +Info 1309 [21:55:53.379] getCompletionData: Semantic work: 3.872020000126213 +Info 1310 [21:55:53.384] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.996049999957904 +Info 1311 [21:55:53.387] Format host information updated +Info 1312 [21:55:53.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1313 [21:55:53.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 7.732012000167742ms +Info 1314 [21:55:53.557] Different program with same set of files +Info 1315 [21:55:53.558] getCompletionData: Get current token: 0.007593999849632382 +Info 1316 [21:55:53.558] getCompletionData: Is inside comment: 0.0012839999981224537 +Info 1317 [21:55:53.558] getCompletionData: Get previous token: 0.018157999962568283 +Info 1318 [21:55:53.558] getCompletionsAtPosition: isCompletionListBlocker: 0.006524999858811498 +Info 1319 [21:55:53.559] getExportInfoMap: cache hit +Info 1320 [21:55:53.561] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1321 [21:55:53.561] collectAutoImports: response is complete +Info 1322 [21:55:53.561] collectAutoImports: 1.6726959999650717 +Info 1323 [21:55:53.561] getCompletionData: Semantic work: 3.120084999827668 +Info 1324 [21:55:53.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.657593999989331 +Info 1325 [21:55:53.568] Format host information updated +Info 1326 [21:55:53.727] getCompletionData: Get current token: 0.007611999986693263 +Info 1327 [21:55:53.727] getCompletionData: Is inside comment: 0.001706999959424138 +Info 1328 [21:55:53.727] getCompletionData: Get previous token: 0.011033999966457486 +Info 1329 [21:55:53.727] getCompletionsAtPosition: isCompletionListBlocker: 0.0030960000585764647 +Info 1330 [21:55:53.728] getExportInfoMap: cache hit +Info 1331 [21:55:53.747] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 1332 [21:55:53.747] collectAutoImports: response is complete +Info 1333 [21:55:53.747] collectAutoImports: 18.744756000116467 +Info 1334 [21:55:53.747] getCompletionData: Semantic work: 20.14466099999845 +Info 1335 [21:55:53.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.662201999919489 +Info 1336 [21:55:53.765] Format host information updated +Info 1337 [21:55:53.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1338 [21:55:53.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 11.008464000187814ms +Info 1339 [21:55:53.934] Different program with same set of files +Info 1340 [21:55:53.934] getCompletionData: Get current token: 0.010998000157997012 +Info 1341 [21:55:53.934] getCompletionData: Is inside comment: 0.0018629999831318855 +Info 1342 [21:55:53.934] getCompletionData: Get previous token: 0.029340000124648213 +Info 1343 [21:55:53.934] getCompletionsAtPosition: isCompletionListBlocker: 0.009868999943137169 +Info 1344 [21:55:53.936] getExportInfoMap: cache hit +Info 1345 [21:55:53.939] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1346 [21:55:53.939] collectAutoImports: response is complete +Info 1347 [21:55:53.939] collectAutoImports: 2.5820229998789728 +Info 1348 [21:55:53.939] getCompletionData: Semantic work: 4.575485999928787 +Info 1349 [21:55:53.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.884988999925554 +Info 1350 [21:55:53.950] Format host information updated +Info 1351 [21:55:54.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1352 [21:55:54.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 9.54729100014083ms +Info 1353 [21:55:54.125] Different program with same set of files +Info 1354 [21:55:54.126] getCompletionData: Get current token: 0.0066269999369978905 +Info 1355 [21:55:54.126] getCompletionData: Is inside comment: 0.0011090000625699759 +Info 1356 [21:55:54.126] getCompletionData: Get previous token: 0.018185999942943454 +Info 1357 [21:55:54.126] getCompletionsAtPosition: isCompletionListBlocker: 0.007701999973505735 +Info 1358 [21:55:54.128] getExportInfoMap: cache hit +Info 1359 [21:55:54.130] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 29 from cache +Info 1360 [21:55:54.130] collectAutoImports: response is complete +Info 1361 [21:55:54.130] collectAutoImports: 2.302669000113383 +Info 1362 [21:55:54.130] getCompletionData: Semantic work: 4.266266999999061 +Info 1363 [21:55:54.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.856075000017881 +Info 1364 [21:55:54.138] Format host information updated +Info 1365 [21:55:54.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1366 [21:55:54.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 10.40695199999027ms +Info 1367 [21:55:54.472] Different program with same set of files +Info 1368 [21:55:54.472] getCompletionData: Get current token: 0.010024999966844916 +Info 1369 [21:55:54.472] getCompletionData: Is inside comment: 0.0016749999485909939 +Info 1370 [21:55:54.472] getCompletionData: Get previous token: 0.017045000102370977 +Info 1371 [21:55:54.472] getCompletionsAtPosition: isCompletionListBlocker: 0.004201999865472317 +Info 1372 [21:55:54.474] getExportInfoMap: cache hit +Info 1373 [21:55:54.498] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 1374 [21:55:54.498] collectAutoImports: response is complete +Info 1375 [21:55:54.498] collectAutoImports: 23.658699000021443 +Info 1376 [21:55:54.498] getCompletionData: Semantic work: 25.26411100011319 +Info 1377 [21:55:54.509] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.531436000019312 +Info 1378 [21:55:54.516] Format host information updated +Info 1379 [21:55:54.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1380 [21:55:54.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 9.613906000042334ms +Info 1381 [21:55:54.696] Different program with same set of files +Info 1382 [21:55:54.696] getCompletionData: Get current token: 0.00773700000718236 +Info 1383 [21:55:54.696] getCompletionData: Is inside comment: 0.0012729999143630266 +Info 1384 [21:55:54.696] getCompletionData: Get previous token: 0.01778499991632998 +Info 1385 [21:55:54.696] getCompletionsAtPosition: isCompletionListBlocker: 0.0036739998031407595 +Info 1386 [21:55:54.698] getExportInfoMap: cache hit +Info 1387 [21:55:54.704] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 1388 [21:55:54.704] collectAutoImports: response is complete +Info 1389 [21:55:54.704] collectAutoImports: 6.19092099997215 +Info 1390 [21:55:54.704] getCompletionData: Semantic work: 7.556481000036001 +Info 1391 [21:55:54.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.704946999903768 +Info 1392 [21:55:54.712] Format host information updated +Info 1393 [21:55:55.522] Format host information updated +Info 1394 [21:55:55.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1395 [21:55:55.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 8.22733599995263ms +Info 1396 [21:55:55.531] Different program with same set of files +Info 1397 [21:55:55.821] Format host information updated +Info 1398 [21:55:55.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1399 [21:55:55.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 15.460820999927819ms +Info 1400 [21:55:55.837] Different program with same set of files +Info 1401 [21:55:56.017] Format host information updated +Info 1402 [21:55:56.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1403 [21:55:56.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 15.397715999977663ms +Info 1404 [21:55:56.033] Different program with same set of files +Info 1405 [21:55:56.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1406 [21:55:56.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 9.225054000038654ms +Info 1407 [21:55:56.248] Different program with same set of files +Info 1408 [21:55:56.248] getCompletionData: Get current token: 0.006470999913290143 +Info 1409 [21:55:56.248] getCompletionData: Is inside comment: 0.010694000171497464 +Info 1410 [21:55:56.248] getCompletionData: Get previous token: 0.00873600016348064 +Info 1411 [21:55:56.248] getCompletionsAtPosition: isCompletionListBlocker: 0.034973999951034784 +Info 1412 [21:55:56.248] Returning an empty list because completion was requested in an invalid position. +Info 1413 [21:55:56.248] Format host information updated +Info 1414 [21:55:56.553] Format host information updated +Info 1415 [21:55:56.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1416 [21:55:56.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 9.370635000057518ms +Info 1417 [21:55:56.562] Different program with same set of files +Info 1418 [21:55:56.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1419 [21:55:56.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 8.506192000117153ms +Info 1420 [21:55:56.833] Different program with same set of files +Info 1421 [21:55:56.834] getCompletionData: Get current token: 0.007655000081285834 +Info 1422 [21:55:56.834] getCompletionData: Is inside comment: 0.012768000131472945 +Info 1423 [21:55:56.834] getCompletionData: Get previous token: 0.010845000157132745 +Info 1424 [21:55:56.834] getCompletionsAtPosition: isCompletionListBlocker: 0.0015640000347048044 +Info 1425 [21:55:56.834] Returning an empty list because completion was requested in an invalid position. +Info 1426 [21:55:56.834] Format host information updated +Info 1427 [21:55:56.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1428 [21:55:56.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 8.902438999852166ms +Info 1429 [21:55:56.995] Different program with same set of files +Info 1430 [21:55:56.996] getCompletionData: Get current token: 0.008087999885901809 +Info 1431 [21:55:56.996] getCompletionData: Is inside comment: 0.013040999881923199 +Info 1432 [21:55:56.996] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1433 [21:55:56.996] Format host information updated +Info 1434 [21:55:57.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1435 [21:55:57.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 7.820459000067785ms +Info 1436 [21:55:57.156] Different program with same set of files +Info 1437 [21:55:57.156] getCompletionData: Get current token: 0.006822000024840236 +Info 1438 [21:55:57.156] getCompletionData: Is inside comment: 0.013254000106826425 +Info 1439 [21:55:57.157] Format host information updated +Info 1440 [21:55:57.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1441 [21:55:57.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 7.523600999964401ms +Info 1442 [21:55:57.318] Different program with same set of files +Info 1443 [21:55:57.318] getCompletionData: Get current token: 0.007153999991714954 +Info 1444 [21:55:57.318] getCompletionData: Is inside comment: 0.012972000055015087 +Info 1445 [21:55:57.319] Format host information updated +Info 1446 [21:55:57.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1447 [21:55:57.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 8.734729000134394ms +Info 1448 [21:55:57.603] Different program with same set of files +Info 1449 [21:55:57.603] getCompletionData: Get current token: 0.006766000064089894 +Info 1450 [21:55:57.603] getCompletionData: Is inside comment: 0.015052999835461378 +Info 1451 [21:55:57.604] Format host information updated +Info 1452 [21:55:57.897] getCompletionData: Get current token: 0.006326000206172466 +Info 1453 [21:55:57.897] getCompletionData: Is inside comment: 0.01196100004017353 +Info 1454 [21:55:58.136] Format host information updated +Info 1455 [21:55:58.136] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1456 [21:55:58.145] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 8.695432000095025ms +Info 1457 [21:55:58.145] Different program with same set of files +Info 1458 [21:55:58.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1459 [21:55:58.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 9.097916999831796ms +Info 1460 [21:55:58.318] Different program with same set of files +Info 1461 [21:55:58.318] getCompletionData: Get current token: 0.005940000060945749 +Info 1462 [21:55:58.318] getCompletionData: Is inside comment: 0.011676999973133206 +Info 1463 [21:55:58.319] Format host information updated +Info 1464 [21:55:58.492] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1465 [21:55:58.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 8.304774000076577ms +Info 1466 [21:55:58.500] Different program with same set of files +Info 1467 [21:55:58.500] getCompletionData: Get current token: 0.006383999949321151 +Info 1468 [21:55:58.500] getCompletionData: Is inside comment: 0.012928999960422516 +Info 1469 [21:55:58.500] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1470 [21:55:58.500] Format host information updated +Info 1471 [21:55:58.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1472 [21:55:58.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 10.09183600009419ms +Info 1473 [21:55:58.676] Different program with same set of files +Info 1474 [21:55:58.676] getCompletionData: Get current token: 0.006493000080808997 +Info 1475 [21:55:58.676] getCompletionData: Is inside comment: 0.012648000149056315 +Info 1476 [21:55:58.676] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1477 [21:55:58.677] Format host information updated +Info 1478 [21:55:58.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1479 [21:55:58.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 7.821079999906942ms +Info 1480 [21:55:58.685] Different program with same set of files +Info 1481 [21:55:58.685] getCompletionData: Get current token: 0.006826000055298209 +Info 1482 [21:55:58.685] getCompletionData: Is inside comment: 0.02618300006724894 +Info 1483 [21:55:58.685] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1484 [21:55:58.685] Format host information updated +Info 1485 [21:55:58.849] Format host information updated +Info 1486 [21:55:58.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1487 [21:55:58.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 7.964242000132799ms +Info 1488 [21:55:58.857] Different program with same set of files +Info 1489 [21:55:59.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1490 [21:55:59.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 8.902493000030518ms +Info 1491 [21:55:59.323] Different program with same set of files +Info 1492 [21:55:59.323] getCompletionData: Get current token: 0.008027000119909644 +Info 1493 [21:55:59.323] getCompletionData: Is inside comment: 0.019258999964222312 +Info 1494 [21:55:59.323] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1495 [21:55:59.323] Format host information updated +Info 1496 [21:55:59.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1497 [21:55:59.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 7.5867810000199825ms +Info 1498 [21:55:59.559] Different program with same set of files +Info 1499 [21:55:59.559] getCompletionData: Get current token: 0.006073999917134643 +Info 1500 [21:55:59.559] getCompletionData: Is inside comment: 0.02799200010485947 +Info 1501 [21:55:59.559] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1502 [21:55:59.559] Format host information updated +Info 1503 [21:55:59.720] Format host information updated +Info 1504 [21:55:59.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1505 [21:55:59.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 7.675460000056773ms +Info 1506 [21:55:59.728] Different program with same set of files +Info 1507 [21:55:59.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1508 [21:55:59.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 9.408429000061005ms +Info 1509 [21:55:59.991] Different program with same set of files +Info 1510 [21:55:59.991] getCompletionData: Get current token: 0.007161000045016408 +Info 1511 [21:55:59.991] getCompletionData: Is inside comment: 0.015767000149935484 +Info 1512 [21:55:59.991] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1513 [21:55:59.992] Format host information updated +Info 1514 [21:56:00.175] getCompletionData: Get current token: 0.007915999973192811 +Info 1515 [21:56:00.175] getCompletionData: Is inside comment: 0.019621000159531832 +Info 1516 [21:56:00.176] getCompletionData: Get previous token: 0.015310999937355518 +Info 1517 [21:56:00.176] getCompletionsAtPosition: isCompletionListBlocker: 0.005545999854803085 +Info 1518 [21:56:00.177] getExportInfoMap: cache hit +Info 1519 [21:56:00.210] collectAutoImports: resolved 27 module specifiers, plus 175 ambient and 3859 from cache +Info 1520 [21:56:00.210] collectAutoImports: response is complete +Info 1521 [21:56:00.210] collectAutoImports: 32.71714200009592 +Info 1522 [21:56:00.210] getCompletionData: Semantic work: 34.45901000010781 +Info 1523 [21:56:00.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.565781999845058 +Info 1524 [21:56:00.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1525 [21:56:00.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 8.16424799989909ms +Info 1526 [21:56:00.718] Different program with same set of files +Info 1527 [21:56:00.718] getCompletionData: Get current token: 0.008741999976336956 +Info 1528 [21:56:00.718] getCompletionData: Is inside comment: 0.01815999997779727 +Info 1529 [21:56:00.718] getCompletionData: Get previous token: 0.028016999829560518 +Info 1530 [21:56:00.718] getCompletionsAtPosition: isCompletionListBlocker: 0.0021800000686198473 +Info 1531 [21:56:00.720] getExportInfoMap: cache hit +Info 1532 [21:56:00.722] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1533 [21:56:00.722] collectAutoImports: response is complete +Info 1534 [21:56:00.722] collectAutoImports: 2.0060479999519885 +Info 1535 [21:56:00.722] getCompletionData: Semantic work: 3.563344000140205 +Info 1536 [21:56:00.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.714578000130132 +Info 1537 [21:56:00.732] Format host information updated +Info 1538 [21:56:01.043] Format host information updated +Info 1539 [21:56:01.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1540 [21:56:01.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 9.086084000067785ms +Info 1541 [21:56:01.052] Different program with same set of files +Info 1542 [21:56:01.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1543 [21:56:01.663] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 7.977966000093147ms +Info 1544 [21:56:01.663] Different program with same set of files +Info 1545 [21:56:01.663] getCompletionData: Get current token: 0.0061530000530183315 +Info 1546 [21:56:01.663] getCompletionData: Is inside comment: 0.013839000137522817 +Info 1547 [21:56:01.663] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1548 [21:56:01.663] Format host information updated +Info 1549 [21:56:01.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1550 [21:56:01.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 7.490064000012353ms +Info 1551 [21:56:01.834] Different program with same set of files +Info 1552 [21:56:01.834] getCompletionData: Get current token: 0.007844999898225069 +Info 1553 [21:56:01.834] getCompletionData: Is inside comment: 0.0292410000693053 +Info 1554 [21:56:01.834] getCompletionData: Get previous token: 0.02343399985693395 +Info 1555 [21:56:01.834] getCompletionsAtPosition: isCompletionListBlocker: 0.002250000135973096 +Info 1556 [21:56:01.836] getExportInfoMap: cache hit +Info 1557 [21:56:01.837] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1558 [21:56:01.837] collectAutoImports: response is complete +Info 1559 [21:56:01.838] collectAutoImports: 1.8017009999603033 +Info 1560 [21:56:01.838] getCompletionData: Semantic work: 3.255832999944687 +Info 1561 [21:56:01.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.114513000007719 +Info 1562 [21:56:01.847] Format host information updated +Info 1563 [21:56:02.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1564 [21:56:02.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 7.528755000093952ms +Info 1565 [21:56:02.019] Different program with same set of files +Info 1566 [21:56:02.019] getCompletionData: Get current token: 0.008176999865099788 +Info 1567 [21:56:02.019] getCompletionData: Is inside comment: 0.014992000069469213 +Info 1568 [21:56:02.020] getCompletionData: Get previous token: 0.011975000146776438 +Info 1569 [21:56:02.020] getCompletionsAtPosition: isCompletionListBlocker: 0.0018799998797476292 +Info 1570 [21:56:02.021] getExportInfoMap: cache hit +Info 1571 [21:56:02.043] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1572 [21:56:02.043] collectAutoImports: response is complete +Info 1573 [21:56:02.043] collectAutoImports: 22.57926300005056 +Info 1574 [21:56:02.043] getCompletionData: Semantic work: 23.906161000020802 +Info 1575 [21:56:02.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.68093999987468 +Info 1576 [21:56:02.069] Format host information updated +Info 1577 [21:56:02.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1578 [21:56:02.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 7.816359000047669ms +Info 1579 [21:56:02.248] Different program with same set of files +Info 1580 [21:56:02.248] getCompletionData: Get current token: 0.0067610000260174274 +Info 1581 [21:56:02.248] getCompletionData: Is inside comment: 0.014599999878555536 +Info 1582 [21:56:02.248] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1583 [21:56:02.248] Format host information updated +Info 1584 [21:56:02.957] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1585 [21:56:02.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 7.956785999936983ms +Info 1586 [21:56:02.965] Different program with same set of files +Info 1587 [21:56:02.965] getCompletionData: Get current token: 0.006227999925613403 +Info 1588 [21:56:02.965] getCompletionData: Is inside comment: 0.012752000009641051 +Info 1589 [21:56:02.965] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1590 [21:56:02.965] Format host information updated +Info 1591 [21:56:03.124] Format host information updated +Info 1592 [21:56:03.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1593 [21:56:03.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 7.848371000029147ms +Info 1594 [21:56:03.133] Different program with same set of files +Info 1595 [21:56:03.409] getCompletionData: Get current token: 0.010006000055000186 +Info 1596 [21:56:03.409] getCompletionData: Is inside comment: 0.014411000069230795 +Info 1597 [21:56:03.409] getCompletionData: Get previous token: 0.01205600006505847 +Info 1598 [21:56:03.409] getCompletionsAtPosition: isCompletionListBlocker: 0.01014200015924871 +Info 1599 [21:56:03.411] getExportInfoMap: cache hit +Info 1600 [21:56:03.432] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1601 [21:56:03.432] collectAutoImports: response is complete +Info 1602 [21:56:03.432] collectAutoImports: 21.53927500010468 +Info 1603 [21:56:03.432] getCompletionData: Semantic work: 22.991996999830008 +Info 1604 [21:56:03.448] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.131064999848604 +Info 1605 [21:56:03.524] getCompletionData: Get current token: 0.007867999840527773 +Info 1606 [21:56:03.524] getCompletionData: Is inside comment: 0.021484000142663717 +Info 1607 [21:56:03.524] getCompletionData: Get previous token: 0.02011000015772879 +Info 1608 [21:56:03.524] getCompletionsAtPosition: isCompletionListBlocker: 0.0031969998963177204 +Info 1609 [21:56:03.526] getExportInfoMap: cache hit +Info 1610 [21:56:03.555] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1611 [21:56:03.555] collectAutoImports: response is complete +Info 1612 [21:56:03.555] collectAutoImports: 29.306470999959856 +Info 1613 [21:56:03.555] getCompletionData: Semantic work: 31.044322000117972 +Info 1614 [21:56:03.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.678891000105068 +Info 1615 [21:56:03.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1616 [21:56:03.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 8.025322000030428ms +Info 1617 [21:56:03.791] Different program with same set of files +Info 1618 [21:56:03.791] getCompletionData: Get current token: 0.005218000151216984 +Info 1619 [21:56:03.791] getCompletionData: Is inside comment: 0.014417999889701605 +Info 1620 [21:56:03.791] getCompletionData: Get previous token: 0.011650000000372529 +Info 1621 [21:56:03.791] getCompletionsAtPosition: isCompletionListBlocker: 0.011049999855458736 +Info 1622 [21:56:03.793] getExportInfoMap: cache hit +Info 1623 [21:56:03.816] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1624 [21:56:03.816] collectAutoImports: response is complete +Info 1625 [21:56:03.816] collectAutoImports: 23.30303300009109 +Info 1626 [21:56:03.816] getCompletionData: Semantic work: 24.60668700002134 +Info 1627 [21:56:03.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.698341000126675 +Info 1628 [21:56:03.839] Format host information updated +Info 1629 [21:56:04.002] getCompletionData: Get current token: 0.004818000132218003 +Info 1630 [21:56:04.003] getCompletionData: Is inside comment: 0.014284000033512712 +Info 1631 [21:56:04.003] getCompletionData: Get previous token: 0.011575999902561307 +Info 1632 [21:56:04.003] getCompletionsAtPosition: isCompletionListBlocker: 0.0022269999608397484 +Info 1633 [21:56:04.003] Returning an empty list because completion was requested in an invalid position. +Info 1634 [21:56:04.003] Format host information updated +Info 1635 [21:56:04.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1636 [21:56:04.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 8.785971000092104ms +Info 1637 [21:56:04.402] Different program with same set of files +Info 1638 [21:56:04.403] getCompletionData: Get current token: 0.006394999800249934 +Info 1639 [21:56:04.403] getCompletionData: Is inside comment: 0.018895999994128942 +Info 1640 [21:56:04.403] getCompletionData: Get previous token: 0.027912000194191933 +Info 1641 [21:56:04.403] getCompletionsAtPosition: isCompletionListBlocker: 0.003091000020503998 +Info 1642 [21:56:04.404] getExportInfoMap: cache hit +Info 1643 [21:56:04.407] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1644 [21:56:04.407] collectAutoImports: response is complete +Info 1645 [21:56:04.407] collectAutoImports: 2.2167630000039935 +Info 1646 [21:56:04.407] getCompletionData: Semantic work: 3.7130579999648035 +Info 1647 [21:56:04.414] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.734612999949604 +Info 1648 [21:56:04.419] Format host information updated +Info 1649 [21:56:04.790] Format host information updated +Info 1650 [21:56:04.790] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1651 [21:56:04.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 9.819046000018716ms +Info 1652 [21:56:04.800] Different program with same set of files +Info 1653 [21:56:05.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1654 [21:56:05.070] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 9.702921000076458ms +Info 1655 [21:56:05.070] Different program with same set of files +Info 1656 [21:56:05.070] getCompletionData: Get current token: 0.004890999989584088 +Info 1657 [21:56:05.070] getCompletionData: Is inside comment: 0.014660000102594495 +Info 1658 [21:56:05.071] getCompletionData: Get previous token: 0.022363000083714724 +Info 1659 [21:56:05.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0019030000548809767 +Info 1660 [21:56:05.072] getExportInfoMap: cache hit +Info 1661 [21:56:05.077] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 805 from cache +Info 1662 [21:56:05.077] collectAutoImports: response is complete +Info 1663 [21:56:05.077] collectAutoImports: 5.661359000019729 +Info 1664 [21:56:05.077] getCompletionData: Semantic work: 6.875156000023708 +Info 1665 [21:56:05.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.629497000016272 +Info 1666 [21:56:05.093] Format host information updated +Info 1667 [21:56:05.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1668 [21:56:05.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 9.332391999894753ms +Info 1669 [21:56:05.265] Different program with same set of files +Info 1670 [21:56:05.265] getCompletionData: Get current token: 0.004981999984011054 +Info 1671 [21:56:05.265] getCompletionData: Is inside comment: 0.015645999927073717 +Info 1672 [21:56:05.265] getCompletionData: Get previous token: 0.023948000045493245 +Info 1673 [21:56:05.266] getCompletionsAtPosition: isCompletionListBlocker: 0.0020230000372976065 +Info 1674 [21:56:05.267] getExportInfoMap: cache hit +Info 1675 [21:56:05.270] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 191 from cache +Info 1676 [21:56:05.270] collectAutoImports: response is complete +Info 1677 [21:56:05.270] collectAutoImports: 3.065417000092566 +Info 1678 [21:56:05.270] getCompletionData: Semantic work: 4.297208999982104 +Info 1679 [21:56:05.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.5975970001891255 +Info 1680 [21:56:05.281] Format host information updated +Info 1681 [21:56:05.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1682 [21:56:05.454] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 7.689471000107005ms +Info 1683 [21:56:05.454] Different program with same set of files +Info 1684 [21:56:05.454] getCompletionData: Get current token: 0.005114000057801604 +Info 1685 [21:56:05.454] getCompletionData: Is inside comment: 0.015792000107467175 +Info 1686 [21:56:05.454] getCompletionData: Get previous token: 0.02417499991133809 +Info 1687 [21:56:05.454] getCompletionsAtPosition: isCompletionListBlocker: 0.0021410000044852495 +Info 1688 [21:56:05.455] getExportInfoMap: cache hit +Info 1689 [21:56:05.458] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 149 from cache +Info 1690 [21:56:05.458] collectAutoImports: response is complete +Info 1691 [21:56:05.458] collectAutoImports: 2.638115999987349 +Info 1692 [21:56:05.458] getCompletionData: Semantic work: 3.916099000023678 +Info 1693 [21:56:05.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.644272000063211 +Info 1694 [21:56:05.470] Format host information updated +Info 1695 [21:56:05.473] Format host information updated +Info 1696 [21:56:05.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1697 [21:56:05.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 7.583779999986291ms +Info 1698 [21:56:05.481] Different program with same set of files +Info 1699 [21:56:05.481] getCompletionData: Get current token: 0.005395000101998448 +Info 1700 [21:56:05.481] getCompletionData: Is inside comment: 0.0163569999858737 +Info 1701 [21:56:05.481] getCompletionData: Get previous token: 0.025068999966606498 +Info 1702 [21:56:05.481] getCompletionsAtPosition: isCompletionListBlocker: 0.0024689999409019947 +Info 1703 [21:56:05.482] getExportInfoMap: cache hit +Info 1704 [21:56:05.485] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 1705 [21:56:05.485] collectAutoImports: response is complete +Info 1706 [21:56:05.485] collectAutoImports: 2.1095499999355525 +Info 1707 [21:56:05.485] getCompletionData: Semantic work: 3.5533009998034686 +Info 1708 [21:56:05.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.88538399990648 +Info 1709 [21:56:05.497] Format host information updated +Info 1710 [21:56:05.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1711 [21:56:05.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 7.628412999911234ms +Info 1712 [21:56:05.669] Different program with same set of files +Info 1713 [21:56:05.669] getCompletionData: Get current token: 0.005247999913990498 +Info 1714 [21:56:05.669] getCompletionData: Is inside comment: 0.016017999965697527 +Info 1715 [21:56:05.669] getCompletionData: Get previous token: 0.026787999784573913 +Info 1716 [21:56:05.669] getCompletionsAtPosition: isCompletionListBlocker: 0.0022770001087337732 +Info 1717 [21:56:05.670] getExportInfoMap: cache hit +Info 1718 [21:56:05.672] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 1719 [21:56:05.672] collectAutoImports: response is complete +Info 1720 [21:56:05.672] collectAutoImports: 2.1761089998763055 +Info 1721 [21:56:05.672] getCompletionData: Semantic work: 3.4112750000786036 +Info 1722 [21:56:05.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.3406620000023395 +Info 1723 [21:56:05.683] Format host information updated +Info 1724 [21:56:05.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1725 [21:56:05.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 9.375569999916479ms +Info 1726 [21:56:05.895] Different program with same set of files +Info 1727 [21:56:05.896] getCompletionData: Get current token: 0.005029000109061599 +Info 1728 [21:56:05.896] getCompletionData: Is inside comment: 0.014959000051021576 +Info 1729 [21:56:05.896] getCompletionData: Get previous token: 0.023446999955922365 +Info 1730 [21:56:05.896] getCompletionsAtPosition: isCompletionListBlocker: 0.0019470001570880413 +Info 1731 [21:56:05.897] getExportInfoMap: cache hit +Info 1732 [21:56:05.899] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 1733 [21:56:05.899] collectAutoImports: response is complete +Info 1734 [21:56:05.899] collectAutoImports: 2.0938120000064373 +Info 1735 [21:56:05.899] getCompletionData: Semantic work: 3.342568999854848 +Info 1736 [21:56:05.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.6561179999262094 +Info 1737 [21:56:05.909] Format host information updated +Info 1738 [21:56:06.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1739 [21:56:06.085] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 9.452221999876201ms +Info 1740 [21:56:06.085] Different program with same set of files +Info 1741 [21:56:06.086] getCompletionData: Get current token: 0.004971000133082271 +Info 1742 [21:56:06.086] getCompletionData: Is inside comment: 0.015059000113978982 +Info 1743 [21:56:06.086] getCompletionData: Get previous token: 0.024002999998629093 +Info 1744 [21:56:06.086] getCompletionsAtPosition: isCompletionListBlocker: 0.0019650000613182783 +Info 1745 [21:56:06.087] getExportInfoMap: cache hit +Info 1746 [21:56:06.089] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 1747 [21:56:06.089] collectAutoImports: response is complete +Info 1748 [21:56:06.089] collectAutoImports: 2.0008680000901222 +Info 1749 [21:56:06.089] getCompletionData: Semantic work: 3.217050999868661 +Info 1750 [21:56:06.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.217105000047013 +Info 1751 [21:56:06.099] Format host information updated +Info 1752 [21:56:06.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1753 [21:56:06.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 9.558137999847531ms +Info 1754 [21:56:06.277] Different program with same set of files +Info 1755 [21:56:06.277] getCompletionData: Get current token: 0.005244000116363168 +Info 1756 [21:56:06.277] getCompletionData: Is inside comment: 0.014949999982491136 +Info 1757 [21:56:06.277] getCompletionData: Get previous token: 0.02350999996997416 +Info 1758 [21:56:06.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0019959998317062855 +Info 1759 [21:56:06.278] getExportInfoMap: cache hit +Info 1760 [21:56:06.280] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 1761 [21:56:06.280] collectAutoImports: response is complete +Info 1762 [21:56:06.280] collectAutoImports: 1.9778189999051392 +Info 1763 [21:56:06.280] getCompletionData: Semantic work: 3.144003000110388 +Info 1764 [21:56:06.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.145361999981105 +Info 1765 [21:56:06.290] Format host information updated +Info 1766 [21:56:06.293] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1767 [21:56:06.302] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 9.105160999810323ms +Info 1768 [21:56:06.302] Different program with same set of files +Info 1769 [21:56:06.302] getCompletionData: Get current token: 0.005166999995708466 +Info 1770 [21:56:06.302] getCompletionData: Is inside comment: 0.019037999911233783 +Info 1771 [21:56:06.302] getCompletionData: Get previous token: 0.0243839998729527 +Info 1772 [21:56:06.302] getCompletionsAtPosition: isCompletionListBlocker: 0.0021290001459419727 +Info 1773 [21:56:06.304] getExportInfoMap: cache hit +Info 1774 [21:56:06.306] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 1775 [21:56:06.306] collectAutoImports: response is complete +Info 1776 [21:56:06.306] collectAutoImports: 2.0209739999845624 +Info 1777 [21:56:06.306] getCompletionData: Semantic work: 3.4931030001025647 +Info 1778 [21:56:06.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.659104999853298 +Info 1779 [21:56:06.319] Format host information updated +Info 1780 [21:56:06.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1781 [21:56:06.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 15.317678000079468ms +Info 1782 [21:56:06.500] Different program with same set of files +Info 1783 [21:56:06.500] getCompletionData: Get current token: 0.006251000100746751 +Info 1784 [21:56:06.500] getCompletionData: Is inside comment: 0.018434000201523304 +Info 1785 [21:56:06.500] getCompletionData: Get previous token: 0.039917000103741884 +Info 1786 [21:56:06.500] getCompletionsAtPosition: isCompletionListBlocker: 0.002523000119253993 +Info 1787 [21:56:06.502] getExportInfoMap: cache hit +Info 1788 [21:56:06.505] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 1789 [21:56:06.505] collectAutoImports: response is complete +Info 1790 [21:56:06.505] collectAutoImports: 3.1112059999722987 +Info 1791 [21:56:06.505] getCompletionData: Semantic work: 4.851470000110567 +Info 1792 [21:56:06.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.16614200011827 +Info 1793 [21:56:06.527] Format host information updated +Info 1794 [21:56:06.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1795 [21:56:06.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 15.672889000037685ms +Info 1796 [21:56:06.547] Different program with same set of files +Info 1797 [21:56:06.548] getCompletionData: Get current token: 0.005368999904021621 +Info 1798 [21:56:06.548] getCompletionData: Is inside comment: 0.016893999883905053 +Info 1799 [21:56:06.548] getCompletionData: Get previous token: 0.026720999972894788 +Info 1800 [21:56:06.548] getCompletionsAtPosition: isCompletionListBlocker: 0.0023770001716911793 +Info 1801 [21:56:06.549] getExportInfoMap: cache hit +Info 1802 [21:56:06.552] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 1803 [21:56:06.552] collectAutoImports: response is complete +Info 1804 [21:56:06.552] collectAutoImports: 2.8398639999795705 +Info 1805 [21:56:06.552] getCompletionData: Semantic work: 4.646426999941468 +Info 1806 [21:56:06.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.92433899990283 +Info 1807 [21:56:06.576] Format host information updated +Info 1808 [21:56:06.987] Format host information updated +Info 1809 [21:56:06.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1810 [21:56:06.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 9.092699999921024ms +Info 1811 [21:56:06.996] Different program with same set of files +Info 1812 [21:56:07.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1813 [21:56:07.543] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 9.834669000003487ms +Info 1814 [21:56:07.543] Different program with same set of files +Info 1815 [21:56:07.543] getCompletionData: Get current token: 0.005858999909833074 +Info 1816 [21:56:07.543] getCompletionData: Is inside comment: 0.01849499996751547 +Info 1817 [21:56:07.543] getCompletionData: Get previous token: 0.031057999935001135 +Info 1818 [21:56:07.543] getCompletionsAtPosition: isCompletionListBlocker: 0.0033400000538676977 +Info 1819 [21:56:07.545] getExportInfoMap: cache hit +Info 1820 [21:56:07.549] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 1821 [21:56:07.549] collectAutoImports: response is complete +Info 1822 [21:56:07.549] collectAutoImports: 4.433648000005633 +Info 1823 [21:56:07.549] getCompletionData: Semantic work: 5.886230000061914 +Info 1824 [21:56:07.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.869594000047073 +Info 1825 [21:56:07.562] Format host information updated +Info 1826 [21:56:07.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1827 [21:56:07.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 8.8948129999917ms +Info 1828 [21:56:07.734] Different program with same set of files +Info 1829 [21:56:07.734] getCompletionData: Get current token: 0.004769999999552965 +Info 1830 [21:56:07.734] getCompletionData: Is inside comment: 0.03832699987106025 +Info 1831 [21:56:07.734] getCompletionData: Get previous token: 0.024762999964877963 +Info 1832 [21:56:07.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0023499999660998583 +Info 1833 [21:56:07.735] getExportInfoMap: cache hit +Info 1834 [21:56:07.738] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 1835 [21:56:07.738] collectAutoImports: response is complete +Info 1836 [21:56:07.738] collectAutoImports: 2.9734000000171363 +Info 1837 [21:56:07.738] getCompletionData: Semantic work: 4.291061999974772 +Info 1838 [21:56:07.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.488374999957159 +Info 1839 [21:56:07.748] Format host information updated +Info 1840 [21:56:07.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1841 [21:56:07.758] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 7.5339359999634326ms +Info 1842 [21:56:07.758] Different program with same set of files +Info 1843 [21:56:07.759] getCompletionData: Get current token: 0.005058000097051263 +Info 1844 [21:56:07.759] getCompletionData: Is inside comment: 0.013189000077545643 +Info 1845 [21:56:07.759] getCompletionData: Get previous token: 0.02064200001768768 +Info 1846 [21:56:07.759] getCompletionsAtPosition: isCompletionListBlocker: 0.002380999969318509 +Info 1847 [21:56:07.762] getExportInfoMap: cache hit +Info 1848 [21:56:07.764] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 1849 [21:56:07.764] collectAutoImports: response is complete +Info 1850 [21:56:07.764] collectAutoImports: 1.8281420001294464 +Info 1851 [21:56:07.764] getCompletionData: Semantic work: 5.172295999946073 +Info 1852 [21:56:07.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.525362000102177 +Info 1853 [21:56:07.774] Format host information updated +Info 1854 [21:56:07.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1855 [21:56:07.944] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 9.027964999899268ms +Info 1856 [21:56:07.944] Different program with same set of files +Info 1857 [21:56:07.944] getCompletionData: Get current token: 0.004676999989897013 +Info 1858 [21:56:07.944] getCompletionData: Is inside comment: 0.012758000055328012 +Info 1859 [21:56:07.944] getCompletionData: Get previous token: 0.01884300005622208 +Info 1860 [21:56:07.945] getCompletionsAtPosition: isCompletionListBlocker: 0.047297000186517835 +Info 1861 [21:56:07.946] getExportInfoMap: cache hit +Info 1862 [21:56:07.948] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 1863 [21:56:07.948] collectAutoImports: response is complete +Info 1864 [21:56:07.948] collectAutoImports: 2.014198000077158 +Info 1865 [21:56:07.948] getCompletionData: Semantic work: 3.340976999839768 +Info 1866 [21:56:07.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.069892999948934 +Info 1867 [21:56:07.960] Format host information updated +Info 1868 [21:56:08.120] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1869 [21:56:08.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 9.174562999978662ms +Info 1870 [21:56:08.129] Different program with same set of files +Info 1871 [21:56:08.129] getCompletionData: Get current token: 0.004763000179082155 +Info 1872 [21:56:08.129] getCompletionData: Is inside comment: 0.012396000092849135 +Info 1873 [21:56:08.130] getCompletionData: Get previous token: 0.019828999880701303 +Info 1874 [21:56:08.130] getCompletionsAtPosition: isCompletionListBlocker: 0.0034549999982118607 +Info 1875 [21:56:08.131] getExportInfoMap: cache hit +Info 1876 [21:56:08.133] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 1877 [21:56:08.133] collectAutoImports: response is complete +Info 1878 [21:56:08.133] collectAutoImports: 1.7805099999532104 +Info 1879 [21:56:08.133] getCompletionData: Semantic work: 2.988009999971837 +Info 1880 [21:56:08.140] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.986575999995694 +Info 1881 [21:56:08.142] Format host information updated +Info 1882 [21:56:08.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1883 [21:56:08.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 8.790398999815807ms +Info 1884 [21:56:08.154] Different program with same set of files +Info 1885 [21:56:08.154] getCompletionData: Get current token: 0.005054999841377139 +Info 1886 [21:56:08.154] getCompletionData: Is inside comment: 0.013521000044420362 +Info 1887 [21:56:08.154] getCompletionData: Get previous token: 0.019763000076636672 +Info 1888 [21:56:08.154] getCompletionsAtPosition: isCompletionListBlocker: 0.0019290000200271606 +Info 1889 [21:56:08.156] getExportInfoMap: cache hit +Info 1890 [21:56:08.158] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1891 [21:56:08.158] collectAutoImports: response is complete +Info 1892 [21:56:08.158] collectAutoImports: 1.9024469999130815 +Info 1893 [21:56:08.158] getCompletionData: Semantic work: 3.527536999899894 +Info 1894 [21:56:08.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.76432799990289 +Info 1895 [21:56:08.169] Format host information updated +Info 1896 [21:56:08.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1897 [21:56:08.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 7.451102999970317ms +Info 1898 [21:56:08.331] Different program with same set of files +Info 1899 [21:56:08.331] getCompletionData: Get current token: 0.004852999933063984 +Info 1900 [21:56:08.331] getCompletionData: Is inside comment: 0.01347499992698431 +Info 1901 [21:56:08.331] getCompletionData: Get previous token: 0.01949299988336861 +Info 1902 [21:56:08.331] getCompletionsAtPosition: isCompletionListBlocker: 0.001624999800696969 +Info 1903 [21:56:08.332] getExportInfoMap: cache hit +Info 1904 [21:56:08.334] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1905 [21:56:08.334] collectAutoImports: response is complete +Info 1906 [21:56:08.334] collectAutoImports: 1.6944939999375492 +Info 1907 [21:56:08.334] getCompletionData: Semantic work: 2.979634999996051 +Info 1908 [21:56:08.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.815871000057086 +Info 1909 [21:56:08.345] Format host information updated +Info 1910 [21:56:08.347] Format host information updated +Info 1911 [21:56:08.347] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1912 [21:56:08.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 8.18133100005798ms +Info 1913 [21:56:08.356] Different program with same set of files +Info 1914 [21:56:08.356] getCompletionData: Get current token: 0.005171000026166439 +Info 1915 [21:56:08.356] getCompletionData: Is inside comment: 0.0141140001360327 +Info 1916 [21:56:08.356] getCompletionData: Get previous token: 0.02058400004170835 +Info 1917 [21:56:08.356] getCompletionsAtPosition: isCompletionListBlocker: 0.0017920001409947872 +Info 1918 [21:56:08.357] getExportInfoMap: cache hit +Info 1919 [21:56:08.359] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1920 [21:56:08.359] collectAutoImports: response is complete +Info 1921 [21:56:08.359] collectAutoImports: 1.8282069999258965 +Info 1922 [21:56:08.359] getCompletionData: Semantic work: 3.0939609999768436 +Info 1923 [21:56:08.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.391355999978259 +Info 1924 [21:56:08.371] Format host information updated +Info 1925 [21:56:08.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1926 [21:56:08.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 7.446273000212386ms +Info 1927 [21:56:08.534] Different program with same set of files +Info 1928 [21:56:08.534] getCompletionData: Get current token: 0.004729999927803874 +Info 1929 [21:56:08.534] getCompletionData: Is inside comment: 0.01319199986755848 +Info 1930 [21:56:08.534] getCompletionData: Get previous token: 0.01920300000347197 +Info 1931 [21:56:08.534] getCompletionsAtPosition: isCompletionListBlocker: 0.0016089999116957188 +Info 1932 [21:56:08.535] getExportInfoMap: cache hit +Info 1933 [21:56:08.537] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1934 [21:56:08.537] collectAutoImports: response is complete +Info 1935 [21:56:08.537] collectAutoImports: 1.7086259999778122 +Info 1936 [21:56:08.537] getCompletionData: Semantic work: 2.8756519998423755 +Info 1937 [21:56:08.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.906012000050396 +Info 1938 [21:56:08.547] Format host information updated +Info 1939 [21:56:08.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1940 [21:56:08.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 7.288037999998778ms +Info 1941 [21:56:08.556] Different program with same set of files +Info 1942 [21:56:08.556] getCompletionData: Get current token: 0.005031999899074435 +Info 1943 [21:56:08.556] getCompletionData: Is inside comment: 0.013262000167742372 +Info 1944 [21:56:08.557] getCompletionData: Get previous token: 0.019434000132605433 +Info 1945 [21:56:08.557] getCompletionsAtPosition: isCompletionListBlocker: 0.0017679999582469463 +Info 1946 [21:56:08.558] getExportInfoMap: cache hit +Info 1947 [21:56:08.559] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1948 [21:56:08.560] collectAutoImports: response is complete +Info 1949 [21:56:08.560] collectAutoImports: 1.7294429999310523 +Info 1950 [21:56:08.560] getCompletionData: Semantic work: 2.952993999933824 +Info 1951 [21:56:08.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.298720000078902 +Info 1952 [21:56:08.570] Format host information updated +Info 1953 [21:56:08.728] Format host information updated +Info 1954 [21:56:08.853] getCompletionData: Get current token: 0.004788000136613846 +Info 1955 [21:56:08.853] getCompletionData: Is inside comment: 0.013833000091835856 +Info 1956 [21:56:08.853] getCompletionData: Get previous token: 0.009943000040948391 +Info 1957 [21:56:08.854] getCompletionsAtPosition: isCompletionListBlocker: 0.007913999957963824 +Info 1958 [21:56:08.855] getExportInfoMap: cache hit +Info 1959 [21:56:08.878] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1960 [21:56:08.878] collectAutoImports: response is complete +Info 1961 [21:56:08.878] collectAutoImports: 22.919394000200555 +Info 1962 [21:56:08.878] getCompletionData: Semantic work: 24.29717699997127 +Info 1963 [21:56:08.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.443633999908343 +Info 1964 [21:56:08.930] Format host information updated +Info 1965 [21:56:08.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1966 [21:56:08.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 9.320019999984652ms +Info 1967 [21:56:08.939] Different program with same set of files +Info 1968 [21:56:09.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1969 [21:56:09.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 9.53038000012748ms +Info 1970 [21:56:09.195] Different program with same set of files +Info 1971 [21:56:09.195] getCompletionData: Get current token: 0.004394999938085675 +Info 1972 [21:56:09.195] getCompletionData: Is inside comment: 0.011592000024393201 +Info 1973 [21:56:09.195] getCompletionData: Get previous token: 0.008956000208854675 +Info 1974 [21:56:09.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0078639998100698 +Info 1975 [21:56:09.196] getExportInfoMap: cache hit +Info 1976 [21:56:09.217] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1977 [21:56:09.217] collectAutoImports: response is complete +Info 1978 [21:56:09.217] collectAutoImports: 20.845633999910206 +Info 1979 [21:56:09.217] getCompletionData: Semantic work: 22.047781999921426 +Info 1980 [21:56:09.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.038504999829456 +Info 1981 [21:56:09.241] Format host information updated +Info 1982 [21:56:09.473] Format host information updated +Info 1983 [21:56:09.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1984 [21:56:09.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 7.553700999822468ms +Info 1985 [21:56:09.481] Different program with same set of files +Info 1986 [21:56:09.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1987 [21:56:09.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 8.048704999964684ms +Info 1988 [21:56:09.646] Different program with same set of files +Info 1989 [21:56:09.646] getCompletionData: Get current token: 0.004646999994292855 +Info 1990 [21:56:09.646] getCompletionData: Is inside comment: 0.011893999995663762 +Info 1991 [21:56:09.646] getCompletionData: Get previous token: 0.017149999970570207 +Info 1992 [21:56:09.646] getCompletionsAtPosition: isCompletionListBlocker: 0.007161000045016408 +Info 1993 [21:56:09.648] getExportInfoMap: cache hit +Info 1994 [21:56:09.650] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 1995 [21:56:09.650] collectAutoImports: response is complete +Info 1996 [21:56:09.650] collectAutoImports: 2.5349909998476505 +Info 1997 [21:56:09.650] getCompletionData: Semantic work: 3.714009999996051 +Info 1998 [21:56:09.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.166766999987885 +Info 1999 [21:56:09.660] Format host information updated +Info 2000 [21:56:09.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2001 [21:56:09.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 8.240510000148788ms +Info 2002 [21:56:09.834] Different program with same set of files +Info 2003 [21:56:09.834] getCompletionData: Get current token: 0.004610000178217888 +Info 2004 [21:56:09.834] getCompletionData: Is inside comment: 0.012352999998256564 +Info 2005 [21:56:09.834] getCompletionData: Get previous token: 0.01790100010111928 +Info 2006 [21:56:09.834] getCompletionsAtPosition: isCompletionListBlocker: 0.007167000090703368 +Info 2007 [21:56:09.835] getExportInfoMap: cache hit +Info 2008 [21:56:09.837] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 2009 [21:56:09.837] collectAutoImports: response is complete +Info 2010 [21:56:09.837] collectAutoImports: 2.29343600012362 +Info 2011 [21:56:09.837] getCompletionData: Semantic work: 3.47505100001581 +Info 2012 [21:56:09.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.281623000046238 +Info 2013 [21:56:09.849] Format host information updated +Info 2014 [21:56:10.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2015 [21:56:10.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 7.791044000070542ms +Info 2016 [21:56:10.017] Different program with same set of files +Info 2017 [21:56:10.017] getCompletionData: Get current token: 0.004426999948918819 +Info 2018 [21:56:10.017] getCompletionData: Is inside comment: 0.011881000129505992 +Info 2019 [21:56:10.017] getCompletionData: Get previous token: 0.01718199998140335 +Info 2020 [21:56:10.017] getCompletionsAtPosition: isCompletionListBlocker: 0.006785999983549118 +Info 2021 [21:56:10.018] getExportInfoMap: cache hit +Info 2022 [21:56:10.020] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 2023 [21:56:10.020] collectAutoImports: response is complete +Info 2024 [21:56:10.020] collectAutoImports: 1.9309349998366088 +Info 2025 [21:56:10.020] getCompletionData: Semantic work: 3.07992499996908 +Info 2026 [21:56:10.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.801316000055522 +Info 2027 [21:56:10.031] Format host information updated +Info 2028 [21:56:10.190] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2029 [21:56:10.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 7.529778999974951ms +Info 2030 [21:56:10.198] Different program with same set of files +Info 2031 [21:56:10.198] getCompletionData: Get current token: 0.0046530000399798155 +Info 2032 [21:56:10.198] getCompletionData: Is inside comment: 0.012550999876111746 +Info 2033 [21:56:10.198] getCompletionData: Get previous token: 0.017333999974653125 +Info 2034 [21:56:10.198] getCompletionsAtPosition: isCompletionListBlocker: 0.006717999931424856 +Info 2035 [21:56:10.200] getExportInfoMap: cache hit +Info 2036 [21:56:10.201] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 2037 [21:56:10.201] collectAutoImports: response is complete +Info 2038 [21:56:10.201] collectAutoImports: 1.7281820001080632 +Info 2039 [21:56:10.201] getCompletionData: Semantic work: 2.9659990000072867 +Info 2040 [21:56:10.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.657352000009269 +Info 2041 [21:56:10.215] Format host information updated +Info 2042 [21:56:10.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2043 [21:56:10.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 8.161269000032917ms +Info 2044 [21:56:10.388] Different program with same set of files +Info 2045 [21:56:10.388] getCompletionData: Get current token: 0.004988000029698014 +Info 2046 [21:56:10.388] getCompletionData: Is inside comment: 0.013196000130847096 +Info 2047 [21:56:10.388] getCompletionData: Get previous token: 0.04066399997100234 +Info 2048 [21:56:10.388] getCompletionsAtPosition: isCompletionListBlocker: 0.007402000017464161 +Info 2049 [21:56:10.389] getExportInfoMap: cache hit +Info 2050 [21:56:10.391] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2051 [21:56:10.391] collectAutoImports: response is complete +Info 2052 [21:56:10.391] collectAutoImports: 1.88700499990955 +Info 2053 [21:56:10.391] getCompletionData: Semantic work: 3.1969849998131394 +Info 2054 [21:56:10.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.029035999905318 +Info 2055 [21:56:10.402] Format host information updated +Info 2056 [21:56:10.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2057 [21:56:10.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 7.6727609999943525ms +Info 2058 [21:56:10.568] Different program with same set of files +Info 2059 [21:56:10.568] getCompletionData: Get current token: 0.0045460001565515995 +Info 2060 [21:56:10.568] getCompletionData: Is inside comment: 0.011222000000998378 +Info 2061 [21:56:10.568] getCompletionData: Get previous token: 0.01583099993877113 +Info 2062 [21:56:10.568] getCompletionsAtPosition: isCompletionListBlocker: 0.007480999920517206 +Info 2063 [21:56:10.569] getExportInfoMap: cache hit +Info 2064 [21:56:10.591] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2065 [21:56:10.592] collectAutoImports: response is complete +Info 2066 [21:56:10.592] collectAutoImports: 22.33735099993646 +Info 2067 [21:56:10.592] getCompletionData: Semantic work: 23.596455000108108 +Info 2068 [21:56:10.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.828988999826834 +Info 2069 [21:56:10.614] Format host information updated +Info 2070 [21:57:41.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2071 [21:57:41.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 18.89428099989891ms +Info 2072 [21:57:41.267] Different program with same set of files +Info 2073 [21:57:41.267] getCompletionData: Get current token: 0.00584800005890429 +Info 2074 [21:57:41.267] getCompletionData: Is inside comment: 0.01568900002166629 +Info 2075 [21:57:41.267] getCompletionData: Get previous token: 0.011886000167578459 +Info 2076 [21:57:41.267] getCompletionsAtPosition: isCompletionListBlocker: 0.002182000083848834 +Info 2077 [21:57:41.269] getExportInfoMap: cache hit +Info 2078 [21:57:41.300] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2079 [21:57:41.300] collectAutoImports: response is complete +Info 2080 [21:57:41.300] collectAutoImports: 30.855909999925643 +Info 2081 [21:57:41.300] getCompletionData: Semantic work: 32.73638700018637 +Info 2082 [21:57:41.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.295976999914274 +Info 2083 [21:57:41.329] Format host information updated +Info 2084 [21:57:41.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2085 [21:57:41.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 18.802481000078842ms +Info 2086 [21:57:41.544] Different program with same set of files +Info 2087 [21:57:41.544] getCompletionData: Get current token: 0.00522099994122982 +Info 2088 [21:57:41.544] getCompletionData: Is inside comment: 0.015077999792993069 +Info 2089 [21:57:41.544] getCompletionData: Get previous token: 0.021894000004976988 +Info 2090 [21:57:41.544] getCompletionsAtPosition: isCompletionListBlocker: 0.0021699999924749136 +Info 2091 [21:57:41.546] getExportInfoMap: cache hit +Info 2092 [21:57:41.554] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 339 from cache +Info 2093 [21:57:41.554] collectAutoImports: response is complete +Info 2094 [21:57:41.554] collectAutoImports: 7.5697920001111925 +Info 2095 [21:57:41.554] getCompletionData: Semantic work: 9.711873000022024 +Info 2096 [21:57:41.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.77860899991356 +Info 2097 [21:57:41.578] Format host information updated +Info 2098 [21:57:41.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2099 [21:57:41.601] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 17.579424999887124ms +Info 2100 [21:57:41.601] Different program with same set of files +Info 2101 [21:57:41.601] getCompletionData: Get current token: 0.005548000102862716 +Info 2102 [21:57:41.601] getCompletionData: Is inside comment: 0.015191999962553382 +Info 2103 [21:57:41.601] getCompletionData: Get previous token: 0.022203999804332852 +Info 2104 [21:57:41.601] getCompletionsAtPosition: isCompletionListBlocker: 0.001703999936580658 +Info 2105 [21:57:41.603] getExportInfoMap: cache hit +Info 2106 [21:57:41.607] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 157 from cache +Info 2107 [21:57:41.607] collectAutoImports: response is complete +Info 2108 [21:57:41.607] collectAutoImports: 4.070456000044942 +Info 2109 [21:57:41.607] getCompletionData: Semantic work: 6.1274659999180585 +Info 2110 [21:57:41.622] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.540549999801442 +Info 2111 [21:57:41.627] Format host information updated +Info 2112 [21:57:41.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2113 [21:57:41.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 9.446287000086159ms +Info 2114 [21:57:41.808] Different program with same set of files +Info 2115 [21:57:41.808] getCompletionData: Get current token: 0.004613999975845218 +Info 2116 [21:57:41.808] getCompletionData: Is inside comment: 0.013402000069618225 +Info 2117 [21:57:41.808] getCompletionData: Get previous token: 0.019798999885097146 +Info 2118 [21:57:41.808] getCompletionsAtPosition: isCompletionListBlocker: 0.0018790001049637794 +Info 2119 [21:57:41.810] getExportInfoMap: cache hit +Info 2120 [21:57:41.830] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2121 [21:57:41.830] collectAutoImports: response is complete +Info 2122 [21:57:41.830] collectAutoImports: 20.371970999985933 +Info 2123 [21:57:41.830] getCompletionData: Semantic work: 21.836222999962047 +Info 2124 [21:57:41.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.862888999981806 +Info 2125 [21:57:41.854] Format host information updated +Info 2126 [21:57:42.026] Format host information updated +Info 2127 [21:57:43.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2128 [21:57:43.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 9.00987399998121ms +Info 2129 [21:57:43.874] Different program with same set of files +Info 2130 [21:57:43.874] getCompletionData: Get current token: 0.004172000102698803 +Info 2131 [21:57:43.874] getCompletionData: Is inside comment: 0.0011590002104640007 +Info 2132 [21:57:43.874] getCompletionData: Get previous token: 0.016116000013425946 +Info 2133 [21:57:43.874] getCompletionsAtPosition: isCompletionListBlocker: 0.005395999876782298 +Info 2134 [21:57:43.875] getExportInfoMap: cache hit +Info 2135 [21:57:43.895] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2136 [21:57:43.895] collectAutoImports: response is complete +Info 2137 [21:57:43.895] collectAutoImports: 19.796963999979198 +Info 2138 [21:57:43.895] getCompletionData: Semantic work: 21.161239000037313 +Info 2139 [21:57:43.910] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.236495000077412 +Info 2140 [21:57:43.919] Format host information updated +Info 2141 [21:57:44.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2142 [21:57:44.183] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 10.96360299992375ms +Info 2143 [21:57:44.183] Different program with same set of files +Info 2144 [21:57:44.184] getCompletionData: Get current token: 0.005538000026717782 +Info 2145 [21:57:44.184] getCompletionData: Is inside comment: 0.0015879999846220016 +Info 2146 [21:57:44.184] getCompletionData: Get previous token: 0.02721099997870624 +Info 2147 [21:57:44.184] getCompletionsAtPosition: isCompletionListBlocker: 0.003717999905347824 +Info 2148 [21:57:44.187] getExportInfoMap: cache hit +Info 2149 [21:57:44.195] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 2150 [21:57:44.195] collectAutoImports: response is complete +Info 2151 [21:57:44.195] collectAutoImports: 8.052802999969572 +Info 2152 [21:57:44.195] getCompletionData: Semantic work: 11.083892999915406 +Info 2153 [21:57:44.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.47316399984993 +Info 2154 [21:57:44.207] Format host information updated +Info 2155 [21:57:44.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2156 [21:57:44.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 9.853863999946043ms +Info 2157 [21:57:44.455] Different program with same set of files +Info 2158 [21:57:44.455] getCompletionData: Get current token: 0.004424999933689833 +Info 2159 [21:57:44.455] getCompletionData: Is inside comment: 0.001414999831467867 +Info 2160 [21:57:44.455] getCompletionData: Get previous token: 0.03732000011950731 +Info 2161 [21:57:44.455] getCompletionsAtPosition: isCompletionListBlocker: 0.003253999864682555 +Info 2162 [21:57:44.457] getExportInfoMap: cache hit +Info 2163 [21:57:44.464] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 269 from cache +Info 2164 [21:57:44.464] collectAutoImports: response is complete +Info 2165 [21:57:44.464] collectAutoImports: 6.55428500007838 +Info 2166 [21:57:44.464] getCompletionData: Semantic work: 8.506957000121474 +Info 2167 [21:57:44.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.681747999973595 +Info 2168 [21:57:44.476] Format host information updated +Info 2169 [21:57:48.922] getCompletionData: Get current token: 0.017798000015318394 +Info 2170 [21:57:48.922] getCompletionData: Is inside comment: 0.07891200017184019 +Info 2171 [21:57:48.922] getCompletionData: Get previous token: 0.06039600004442036 +Info 2172 [21:57:48.922] getCompletionsAtPosition: isCompletionListBlocker: 0.009014999959617853 +Info 2173 [21:57:48.928] getExportInfoMap: cache hit +Info 2174 [21:57:48.950] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2175 [21:57:48.950] collectAutoImports: response is complete +Info 2176 [21:57:48.950] collectAutoImports: 22.004404000006616 +Info 2177 [21:57:48.950] getCompletionData: Semantic work: 27.255583999911323 +Info 2178 [21:57:48.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.550780000165105 +Info 2179 [21:57:52.237] Format host information updated +Info 2180 [21:57:52.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2181 [21:57:52.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 12.05430299998261ms +Info 2182 [21:57:52.250] Different program with same set of files +Info 2183 [21:57:54.107] getCompletionData: Get current token: 0.005377999972552061 +Info 2184 [21:57:54.107] getCompletionData: Is inside comment: 0.0015700000803917646 +Info 2185 [21:57:54.107] getCompletionData: Get previous token: 0.02368400013074279 +Info 2186 [21:57:54.107] getCompletionsAtPosition: isCompletionListBlocker: 0.0022310002241283655 +Info 2187 [21:57:54.108] getCompletionData: Semantic work: 0.43087599985301495 +Info 2188 [21:57:54.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5126159999053925 +Info 2189 [21:57:54.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2190 [21:57:54.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 9.261359999887645ms +Info 2191 [21:57:54.333] Different program with same set of files +Info 2192 [21:57:54.334] getCompletionData: Get current token: 0.004176999907940626 +Info 2193 [21:57:54.334] getCompletionData: Is inside comment: 0.0012809999752789736 +Info 2194 [21:57:54.334] getCompletionData: Get previous token: 0.02086700010113418 +Info 2195 [21:57:54.334] getCompletionsAtPosition: isCompletionListBlocker: 0.0018360000103712082 +Info 2196 [21:57:54.334] getCompletionData: Semantic work: 0.456216000020504 +Info 2197 [21:57:54.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.152748999884352 +Info 2198 [21:57:54.337] Format host information updated +Info 2199 [21:57:54.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2200 [21:57:54.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 19.55383099988103ms +Info 2201 [21:57:54.542] Different program with same set of files +Info 2202 [21:57:54.542] getCompletionData: Get current token: 0.0044739998411387205 +Info 2203 [21:57:54.542] getCompletionData: Is inside comment: 0.0013770000077784061 +Info 2204 [21:57:54.542] getCompletionData: Get previous token: 0.022026000078767538 +Info 2205 [21:57:54.542] getCompletionsAtPosition: isCompletionListBlocker: 0.0017740000039339066 +Info 2206 [21:57:54.543] getCompletionData: Semantic work: 0.6148230000399053 +Info 2207 [21:57:54.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.53424399998039 +Info 2208 [21:57:54.549] Format host information updated +Info 2209 [21:57:54.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2210 [21:57:54.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 8.760761999990791ms +Info 2211 [21:57:54.717] Different program with same set of files +Info 2212 [21:57:54.717] getCompletionData: Get current token: 0.0040339999832212925 +Info 2213 [21:57:54.717] getCompletionData: Is inside comment: 0.0013200000394135714 +Info 2214 [21:57:54.717] getCompletionData: Get previous token: 0.02123300009407103 +Info 2215 [21:57:54.717] getCompletionsAtPosition: isCompletionListBlocker: 0.0017109999898821115 +Info 2216 [21:57:54.717] getCompletionData: Semantic work: 0.4459340001922101 +Info 2217 [21:57:54.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7999129998497665 +Info 2218 [21:57:54.720] Format host information updated +Info 2219 [21:57:54.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2220 [21:57:54.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 9.825874000089243ms +Info 2221 [21:57:54.890] Different program with same set of files +Info 2222 [21:57:54.891] getCompletionData: Get current token: 0.003929999889805913 +Info 2223 [21:57:54.891] getCompletionData: Is inside comment: 0.0013929998967796564 +Info 2224 [21:57:54.891] getCompletionData: Get previous token: 0.020683000097051263 +Info 2225 [21:57:54.891] getCompletionsAtPosition: isCompletionListBlocker: 0.0018170000985264778 +Info 2226 [21:57:54.891] getCompletionData: Semantic work: 0.45366399991326034 +Info 2227 [21:57:54.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8444409999065101 +Info 2228 [21:57:54.893] Format host information updated +Info 2229 [21:57:54.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2230 [21:57:54.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 8.610791999846697ms +Info 2231 [21:57:54.902] Different program with same set of files +Info 2232 [21:57:54.902] getCompletionData: Get current token: 0.004138000076636672 +Info 2233 [21:57:54.902] getCompletionData: Is inside comment: 0.0013409999664872885 +Info 2234 [21:57:54.902] getCompletionData: Get previous token: 0.02239399985410273 +Info 2235 [21:57:54.902] getCompletionsAtPosition: isCompletionListBlocker: 0.0017790000420063734 +Info 2236 [21:57:54.903] getCompletionData: Semantic work: 0.7694870000705123 +Info 2237 [21:57:54.905] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0496699998620898 +Info 2238 [21:57:54.906] Format host information updated +Info 2239 [21:57:55.059] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2240 [21:57:55.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 8.422481999965385ms +Info 2241 [21:57:55.068] Different program with same set of files +Info 2242 [21:57:55.068] getCompletionData: Get current token: 0.0038300000596791506 +Info 2243 [21:57:55.068] getCompletionData: Is inside comment: 0.0011889999732375145 +Info 2244 [21:57:55.068] getCompletionData: Get previous token: 0.02039099996909499 +Info 2245 [21:57:55.068] getCompletionsAtPosition: isCompletionListBlocker: 0.001632999861612916 +Info 2246 [21:57:55.068] getCompletionData: Semantic work: 0.43963899998925626 +Info 2247 [21:57:55.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.374430000083521 +Info 2248 [21:57:55.070] Format host information updated +Info 2249 [21:57:55.232] Format host information updated +Info 2250 [21:59:49.517] Format host information updated +Info 2251 [21:59:49.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2252 [21:59:49.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 20.35057199979201ms +Info 2253 [21:59:49.538] Different program with same set of files +Info 2254 [21:59:49.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2255 [21:59:49.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 13.717606999911368ms +Info 2256 [21:59:49.813] Different program with same set of files +Info 2257 [21:59:49.813] getCompletionData: Get current token: 0.004046000074595213 +Info 2258 [21:59:49.813] getCompletionData: Is inside comment: 0.010554999811574817 +Info 2259 [21:59:49.813] getCompletionData: Get previous token: 0.01941499998793006 +Info 2260 [21:59:49.813] getCompletionsAtPosition: isCompletionListBlocker: 0.007265999913215637 +Info 2261 [21:59:49.815] getExportInfoMap: cache hit +Info 2262 [21:59:49.825] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 2263 [21:59:49.825] collectAutoImports: response is complete +Info 2264 [21:59:49.825] collectAutoImports: 9.399319000076503 +Info 2265 [21:59:49.825] getCompletionData: Semantic work: 11.753291999921203 +Info 2266 [21:59:49.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.337158999871463 +Info 2267 [21:59:49.835] Format host information updated +Info 2268 [21:59:50.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2269 [21:59:50.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 11.062868000008166ms +Info 2270 [21:59:50.014] Different program with same set of files +Info 2271 [21:59:50.014] getCompletionData: Get current token: 0.003910999977961183 +Info 2272 [21:59:50.014] getCompletionData: Is inside comment: 0.011209999909624457 +Info 2273 [21:59:50.014] getCompletionData: Get previous token: 0.019706999883055687 +Info 2274 [21:59:50.014] getCompletionsAtPosition: isCompletionListBlocker: 0.006664999993517995 +Info 2275 [21:59:50.016] getExportInfoMap: cache hit +Info 2276 [21:59:50.022] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 630 from cache +Info 2277 [21:59:50.022] collectAutoImports: response is complete +Info 2278 [21:59:50.022] collectAutoImports: 6.782070999965072 +Info 2279 [21:59:50.022] getCompletionData: Semantic work: 8.389489999972284 +Info 2280 [21:59:50.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.984493000200018 +Info 2281 [21:59:50.031] Format host information updated +Info 2282 [21:59:50.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2283 [21:59:50.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 13.689777999883518ms +Info 2284 [21:59:50.048] Different program with same set of files +Info 2285 [21:59:50.049] getCompletionData: Get current token: 0.006377000128850341 +Info 2286 [21:59:50.049] getCompletionData: Is inside comment: 0.017159999813884497 +Info 2287 [21:59:50.049] getCompletionData: Get previous token: 0.03276999993249774 +Info 2288 [21:59:50.049] getCompletionsAtPosition: isCompletionListBlocker: 0.00861399993300438 +Info 2289 [21:59:50.050] getExportInfoMap: cache hit +Info 2290 [21:59:50.057] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 448 from cache +Info 2291 [21:59:50.057] collectAutoImports: response is complete +Info 2292 [21:59:50.057] collectAutoImports: 6.409975999966264 +Info 2293 [21:59:50.057] getCompletionData: Semantic work: 8.144081000005826 +Info 2294 [21:59:50.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.706725999945775 +Info 2295 [21:59:50.067] Format host information updated +Info 2296 [21:59:50.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2297 [21:59:50.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 9.257269999943674ms +Info 2298 [21:59:50.242] Different program with same set of files +Info 2299 [21:59:50.242] getCompletionData: Get current token: 0.003865000093355775 +Info 2300 [21:59:50.243] getCompletionData: Is inside comment: 0.01051499997265637 +Info 2301 [21:59:50.243] getCompletionData: Get previous token: 0.019195999950170517 +Info 2302 [21:59:50.243] getCompletionsAtPosition: isCompletionListBlocker: 0.006092000054195523 +Info 2303 [21:59:50.244] getExportInfoMap: cache hit +Info 2304 [21:59:50.247] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 2305 [21:59:50.247] collectAutoImports: response is complete +Info 2306 [21:59:50.247] collectAutoImports: 2.427622999995947 +Info 2307 [21:59:50.247] getCompletionData: Semantic work: 3.9591680001467466 +Info 2308 [21:59:50.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.412156000034884 +Info 2309 [21:59:50.253] Format host information updated +Info 2310 [21:59:50.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2311 [21:59:50.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 16.26009800005704ms +Info 2312 [21:59:50.542] Different program with same set of files +Info 2313 [21:59:50.543] getCompletionData: Get current token: 0.007270000176504254 +Info 2314 [21:59:50.543] getCompletionData: Is inside comment: 0.019973000045865774 +Info 2315 [21:59:50.543] getCompletionData: Get previous token: 0.03064100001938641 +Info 2316 [21:59:50.543] getCompletionsAtPosition: isCompletionListBlocker: 0.0026970000471919775 +Info 2317 [21:59:50.543] getCompletionData: Semantic work: 0.3191899999510497 +Info 2318 [21:59:50.544] Format host information updated +Info 2319 [21:59:50.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2320 [21:59:50.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 11.799534999998286ms +Info 2321 [21:59:50.852] Different program with same set of files +Info 2322 [21:59:50.852] getCompletionData: Get current token: 0.00570999993942678 +Info 2323 [21:59:50.852] getCompletionData: Is inside comment: 0.016543000005185604 +Info 2324 [21:59:50.852] getCompletionData: Get previous token: 0.01259199995547533 +Info 2325 [21:59:50.852] getCompletionsAtPosition: isCompletionListBlocker: 0.001993000041693449 +Info 2326 [21:59:50.853] getCompletionData: Semantic work: 0.24552699993364513 +Info 2327 [21:59:50.853] Format host information updated +Info 2328 [21:59:51.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2329 [21:59:51.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 11.03101500007324ms +Info 2330 [21:59:51.025] Different program with same set of files +Info 2331 [21:59:51.025] getCompletionData: Get current token: 0.03115799999795854 +Info 2332 [21:59:51.025] getCompletionData: Is inside comment: 0.0118259999435395 +Info 2333 [21:59:51.025] getCompletionData: Get previous token: 0.021573999896645546 +Info 2334 [21:59:51.025] getCompletionsAtPosition: isCompletionListBlocker: 0.020320000126957893 +Info 2335 [21:59:51.027] getExportInfoMap: cache hit +Info 2336 [21:59:51.031] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 2337 [21:59:51.031] collectAutoImports: response is complete +Info 2338 [21:59:51.031] collectAutoImports: 3.1708579999394715 +Info 2339 [21:59:51.031] getCompletionData: Semantic work: 5.364642000058666 +Info 2340 [21:59:51.036] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.119629000080749 +Info 2341 [21:59:51.038] Format host information updated +Info 2342 [21:59:51.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2343 [21:59:51.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 10.230928000062704ms +Info 2344 [21:59:51.205] Different program with same set of files +Info 2345 [21:59:51.205] getCompletionData: Get current token: 0.004170999862253666 +Info 2346 [21:59:51.205] getCompletionData: Is inside comment: 0.027110000140964985 +Info 2347 [21:59:51.205] getCompletionData: Get previous token: 0.009106999961659312 +Info 2348 [21:59:51.205] getCompletionsAtPosition: isCompletionListBlocker: 0.001643999945372343 +Info 2349 [21:59:51.206] getCompletionData: Semantic work: 0.6483539999462664 +Info 2350 [21:59:51.206] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21885600010864437 +Info 2351 [21:59:51.207] Format host information updated +Info 2352 [21:59:51.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2353 [21:59:51.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 9.09903599997051ms +Info 2354 [21:59:51.376] Different program with same set of files +Info 2355 [21:59:51.376] getCompletionData: Get current token: 0.0036509998608380556 +Info 2356 [21:59:51.376] getCompletionData: Is inside comment: 0.010100999847054482 +Info 2357 [21:59:51.376] getCompletionData: Get previous token: 0.01604099990800023 +Info 2358 [21:59:51.376] getCompletionsAtPosition: isCompletionListBlocker: 0.001896000001579523 +Info 2359 [21:59:51.377] getCompletionData: Semantic work: 0.4744700000155717 +Info 2360 [21:59:51.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5122670000419021 +Info 2361 [21:59:51.377] Format host information updated +Info 2362 [21:59:51.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2363 [21:59:51.561] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 15.87102000019513ms +Info 2364 [21:59:51.561] Different program with same set of files +Info 2365 [21:59:51.561] getCompletionData: Get current token: 0.004155999980866909 +Info 2366 [21:59:51.562] getCompletionData: Is inside comment: 0.012134999968111515 +Info 2367 [21:59:51.562] getCompletionData: Get previous token: 0.018121999921277165 +Info 2368 [21:59:51.562] getCompletionsAtPosition: isCompletionListBlocker: 0.0020860000513494015 +Info 2369 [21:59:51.562] getCompletionData: Semantic work: 0.7652409998700023 +Info 2370 [21:59:51.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5738780000247061 +Info 2371 [21:59:51.563] Format host information updated +Info 2372 [21:59:51.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2373 [21:59:51.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 16.40658099995926ms +Info 2374 [21:59:51.580] Different program with same set of files +Info 2375 [21:59:51.580] getCompletionData: Get current token: 0.004117000149562955 +Info 2376 [21:59:51.580] getCompletionData: Is inside comment: 0.010943999979645014 +Info 2377 [21:59:51.581] getCompletionData: Get previous token: 0.01732300012372434 +Info 2378 [21:59:51.581] getCompletionsAtPosition: isCompletionListBlocker: 0.0021880001295357943 +Info 2379 [21:59:51.581] getCompletionData: Semantic work: 0.6513359998352826 +Info 2380 [21:59:51.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4141360002104193 +Info 2381 [21:59:51.585] Format host information updated +Info 2382 [21:59:51.778] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2383 [21:59:51.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 8.328945999965072ms +Info 2384 [21:59:51.786] Different program with same set of files +Info 2385 [21:59:51.787] getCompletionData: Get current token: 0.004256000043824315 +Info 2386 [21:59:51.787] getCompletionData: Is inside comment: 0.009894999908283353 +Info 2387 [21:59:51.787] getCompletionData: Get previous token: 0.0072749999817460775 +Info 2388 [21:59:51.787] getCompletionsAtPosition: isCompletionListBlocker: 0.00623599998652935 +Info 2389 [21:59:51.788] getExportInfoMap: cache hit +Info 2390 [21:59:51.813] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2391 [21:59:51.813] collectAutoImports: response is complete +Info 2392 [21:59:51.813] collectAutoImports: 24.680971999885514 +Info 2393 [21:59:51.813] getCompletionData: Semantic work: 26.632231999887154 +Info 2394 [21:59:51.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.050079999957234 +Info 2395 [21:59:51.835] Format host information updated +Info 2396 [21:59:51.842] getCompletionData: Get current token: 0.004561000037938356 +Info 2397 [21:59:51.842] getCompletionData: Is inside comment: 0.0012310000602155924 +Info 2398 [21:59:51.842] getCompletionData: Get previous token: 0.009935999987646937 +Info 2399 [21:59:51.842] getCompletionsAtPosition: isCompletionListBlocker: 0.0028550000861287117 +Info 2400 [21:59:51.843] getExportInfoMap: cache hit +Info 2401 [21:59:51.859] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2402 [21:59:51.859] collectAutoImports: response is complete +Info 2403 [21:59:51.859] collectAutoImports: 15.840701999841258 +Info 2404 [21:59:51.859] getCompletionData: Semantic work: 17.477486999938264 +Info 2405 [21:59:51.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.08570499997586 +Info 2406 [21:59:51.877] Format host information updated +Info 2407 [21:59:52.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2408 [21:59:52.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 8.417482000077143ms +Info 2409 [21:59:52.093] Different program with same set of files +Info 2410 [21:59:52.093] getCompletionData: Get current token: 0.003851999994367361 +Info 2411 [21:59:52.093] getCompletionData: Is inside comment: 0.0010660002008080482 +Info 2412 [21:59:52.093] getCompletionData: Get previous token: 0.016155999852344394 +Info 2413 [21:59:52.093] getCompletionsAtPosition: isCompletionListBlocker: 0.0020379999186843634 +Info 2414 [21:59:52.095] getExportInfoMap: cache hit +Info 2415 [21:59:52.097] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 30 from cache +Info 2416 [21:59:52.097] collectAutoImports: response is complete +Info 2417 [21:59:52.097] collectAutoImports: 2.417048999806866 +Info 2418 [21:59:52.097] getCompletionData: Semantic work: 3.9915389998350292 +Info 2419 [21:59:52.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.530486000003293 +Info 2420 [21:59:52.103] Format host information updated +Info 2421 [21:59:52.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2422 [21:59:52.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 8.844941000221297ms +Info 2423 [21:59:52.464] Different program with same set of files +Info 2424 [21:59:52.465] getCompletionData: Get current token: 0.004746000049635768 +Info 2425 [21:59:52.465] getCompletionData: Is inside comment: 0.001964000053703785 +Info 2426 [21:59:52.465] getCompletionData: Get previous token: 0.02131900005042553 +Info 2427 [21:59:52.465] getCompletionsAtPosition: isCompletionListBlocker: 0.0029159998521208763 +Info 2428 [21:59:52.466] getExportInfoMap: cache hit +Info 2429 [21:59:52.474] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 283 from cache +Info 2430 [21:59:52.474] collectAutoImports: response is complete +Info 2431 [21:59:52.474] collectAutoImports: 7.198745999950916 +Info 2432 [21:59:52.474] getCompletionData: Semantic work: 8.932092999806628 +Info 2433 [21:59:52.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.378874000161886 +Info 2434 [21:59:52.483] Format host information updated +Info 2435 [21:59:52.647] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2436 [21:59:52.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 7.739127000095323ms +Info 2437 [21:59:52.655] Different program with same set of files +Info 2438 [21:59:52.655] getCompletionData: Get current token: 0.004165000049397349 +Info 2439 [21:59:52.655] getCompletionData: Is inside comment: 0.001419000094756484 +Info 2440 [21:59:52.655] getCompletionData: Get previous token: 0.01582299987785518 +Info 2441 [21:59:52.655] getCompletionsAtPosition: isCompletionListBlocker: 0.0023990001063793898 +Info 2442 [21:59:52.656] getExportInfoMap: cache hit +Info 2443 [21:59:52.676] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2444 [21:59:52.676] collectAutoImports: response is complete +Info 2445 [21:59:52.676] collectAutoImports: 20.086912999860942 +Info 2446 [21:59:52.676] getCompletionData: Semantic work: 21.524216999998316 +Info 2447 [21:59:52.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.758609999902546 +Info 2448 [21:59:52.698] Format host information updated +Info 2449 [21:59:52.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2450 [21:59:52.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 8.674179000081494ms +Info 2451 [21:59:52.870] Different program with same set of files +Info 2452 [21:59:52.870] getCompletionData: Get current token: 0.003957000095397234 +Info 2453 [21:59:52.870] getCompletionData: Is inside comment: 0.0015849999617785215 +Info 2454 [21:59:52.870] getCompletionData: Get previous token: 0.016390000004321337 +Info 2455 [21:59:52.870] getCompletionsAtPosition: isCompletionListBlocker: 0.002431000117212534 +Info 2456 [21:59:52.871] getExportInfoMap: cache hit +Info 2457 [21:59:52.878] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 269 from cache +Info 2458 [21:59:52.878] collectAutoImports: response is complete +Info 2459 [21:59:52.878] collectAutoImports: 6.544158000033349 +Info 2460 [21:59:52.878] getCompletionData: Semantic work: 8.216091000009328 +Info 2461 [21:59:52.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.945073999930173 +Info 2462 [21:59:52.887] Format host information updated +Info 2463 [21:59:53.045] Format host information updated +Info 2464 [21:59:53.046] Format host information updated +Info 2465 [21:59:53.076] Format host information updated +Info 2466 [21:59:53.139] Format host information updated +Info 2467 [21:59:53.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2468 [21:59:53.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 8.45036800019443ms +Info 2469 [21:59:53.147] Different program with same set of files +Info 2470 [21:59:53.307] Format host information updated +Info 2471 [21:59:53.994] getCompletionData: Get current token: 0.0048149998765438795 +Info 2472 [21:59:53.994] getCompletionData: Is inside comment: 0.0013500000350177288 +Info 2473 [21:59:53.994] getCompletionData: Get previous token: 0.0167539999820292 +Info 2474 [21:59:53.994] getCompletionsAtPosition: isCompletionListBlocker: 0.0032519998494535685 +Info 2475 [21:59:53.996] getExportInfoMap: cache hit +Info 2476 [21:59:54.000] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 269 from cache +Info 2477 [21:59:54.000] collectAutoImports: response is complete +Info 2478 [21:59:54.000] collectAutoImports: 4.226259000133723 +Info 2479 [21:59:54.000] getCompletionData: Semantic work: 5.8893490000627935 +Info 2480 [21:59:54.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9704259999562055 +Info 2481 [21:59:54.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2482 [21:59:54.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 8.168025000020862ms +Info 2483 [21:59:54.196] Different program with same set of files +Info 2484 [21:59:54.196] getCompletionData: Get current token: 0.004662000108510256 +Info 2485 [21:59:54.196] getCompletionData: Is inside comment: 0.0017550000920891762 +Info 2486 [21:59:54.196] getCompletionData: Get previous token: 0.017786000156775117 +Info 2487 [21:59:54.196] getCompletionsAtPosition: isCompletionListBlocker: 0.00165200000628829 +Info 2488 [21:59:54.197] getCompletionData: Semantic work: 0.2799250001553446 +Info 2489 [21:59:54.197] Format host information updated +Info 2490 [21:59:54.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2491 [21:59:54.469] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 8.337091000052169ms +Info 2492 [21:59:54.469] Different program with same set of files +Info 2493 [21:59:54.469] getCompletionData: Get current token: 0.004192000022158027 +Info 2494 [21:59:54.469] getCompletionData: Is inside comment: 0.0014440000522881746 +Info 2495 [21:59:54.469] getCompletionData: Get previous token: 0.019532999955117702 +Info 2496 [21:59:54.469] getCompletionsAtPosition: isCompletionListBlocker: 0.0020290000829845667 +Info 2497 [21:59:54.469] getCompletionData: Semantic work: 0.27746000001206994 +Info 2498 [21:59:54.469] Format host information updated +Info 2499 [21:59:54.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2500 [21:59:54.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 9.456401000032201ms +Info 2501 [21:59:54.639] Different program with same set of files +Info 2502 [21:59:54.639] getCompletionData: Get current token: 0.0038419999182224274 +Info 2503 [21:59:54.639] getCompletionData: Is inside comment: 0.0011069998145103455 +Info 2504 [21:59:54.639] getCompletionData: Get previous token: 0.01748899999074638 +Info 2505 [21:59:54.639] getCompletionsAtPosition: isCompletionListBlocker: 0.0017919999081641436 +Info 2506 [21:59:54.639] getCompletionData: Semantic work: 0.25054200016893446 +Info 2507 [21:59:54.639] Format host information updated +Info 2508 [21:59:54.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2509 [21:59:54.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 8.192291999934241ms +Info 2510 [21:59:54.806] Different program with same set of files +Info 2511 [21:59:54.806] getCompletionData: Get current token: 0.0035800000187009573 +Info 2512 [21:59:54.806] getCompletionData: Is inside comment: 0.00102199986577034 +Info 2513 [21:59:54.806] getCompletionData: Get previous token: 0.016770000103861094 +Info 2514 [21:59:54.806] getCompletionsAtPosition: isCompletionListBlocker: 0.0017919999081641436 +Info 2515 [21:59:54.807] getCompletionData: Semantic work: 0.2444560001604259 +Info 2516 [21:59:54.807] Format host information updated +Info 2517 [21:59:54.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2518 [21:59:54.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 7.773771000094712ms +Info 2519 [21:59:54.981] Different program with same set of files +Info 2520 [21:59:54.981] getCompletionData: Get current token: 0.004029999952763319 +Info 2521 [21:59:54.981] getCompletionData: Is inside comment: 0.0011179998982697725 +Info 2522 [21:59:54.981] getCompletionData: Get previous token: 0.018495999975129962 +Info 2523 [21:59:54.981] getCompletionsAtPosition: isCompletionListBlocker: 0.0018649999983608723 +Info 2524 [21:59:54.981] getCompletionData: Semantic work: 0.2485199999064207 +Info 2525 [21:59:54.981] Format host information updated +Info 2526 [21:59:55.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2527 [21:59:55.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 9.240584000013769ms +Info 2528 [21:59:55.157] Different program with same set of files +Info 2529 [21:59:55.157] getCompletionData: Get current token: 0.003874999936670065 +Info 2530 [21:59:55.157] getCompletionData: Is inside comment: 0.0010810000821948051 +Info 2531 [21:59:55.157] getCompletionData: Get previous token: 0.017823999980464578 +Info 2532 [21:59:55.157] getCompletionsAtPosition: isCompletionListBlocker: 0.0018629999831318855 +Info 2533 [21:59:55.158] getCompletionData: Semantic work: 0.33591299992986023 +Info 2534 [21:59:55.158] Format host information updated +Info 2535 [21:59:55.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2536 [21:59:55.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 7.304343999829143ms +Info 2537 [21:59:55.165] Different program with same set of files +Info 2538 [21:59:55.165] getCompletionData: Get current token: 0.004165000049397349 +Info 2539 [21:59:55.165] getCompletionData: Is inside comment: 0.0010649999603629112 +Info 2540 [21:59:55.165] getCompletionData: Get previous token: 0.019305000081658363 +Info 2541 [21:59:55.166] getCompletionsAtPosition: isCompletionListBlocker: 0.0013299998827278614 +Info 2542 [21:59:55.166] getCompletionData: Semantic work: 0.20764499995857477 +Info 2543 [21:59:55.166] Format host information updated +Info 2544 [21:59:55.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2545 [21:59:55.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 7.951343999942765ms +Info 2546 [21:59:55.336] Different program with same set of files +Info 2547 [21:59:55.336] getCompletionData: Get current token: 0.0037789999041706324 +Info 2548 [21:59:55.336] getCompletionData: Is inside comment: 0.0012709998991340399 +Info 2549 [21:59:55.336] getCompletionData: Get previous token: 0.017564999870955944 +Info 2550 [21:59:55.336] getCompletionsAtPosition: isCompletionListBlocker: 0.0019130001310259104 +Info 2551 [21:59:55.336] getCompletionData: Semantic work: 0.2570449998602271 +Info 2552 [21:59:55.336] Format host information updated +Info 2553 [21:59:55.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2554 [21:59:55.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 7.316226999973878ms +Info 2555 [21:59:55.344] Different program with same set of files +Info 2556 [21:59:55.344] getCompletionData: Get current token: 0.004352000076323748 +Info 2557 [21:59:55.344] getCompletionData: Is inside comment: 0.0014219998847693205 +Info 2558 [21:59:55.344] getCompletionData: Get previous token: 0.014719000086188316 +Info 2559 [21:59:55.344] getCompletionsAtPosition: isCompletionListBlocker: 0.005944000091403723 +Info 2560 [21:59:55.346] getExportInfoMap: cache hit +Info 2561 [21:59:55.367] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2562 [21:59:55.367] collectAutoImports: response is complete +Info 2563 [21:59:55.367] collectAutoImports: 21.134399000089616 +Info 2564 [21:59:55.367] getCompletionData: Semantic work: 22.584528000093997 +Info 2565 [21:59:55.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.881704000057653 +Info 2566 [21:59:55.385] Format host information updated +Info 2567 [22:00:12.210] Format host information updated +Info 2568 [22:00:12.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2569 [22:00:12.227] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 16.86598000000231ms +Info 2570 [22:00:12.227] Different program with same set of files +Info 2571 [22:00:12.703] Format host information updated +Info 2572 [22:00:12.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2573 [22:00:12.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 12.612364000175148ms +Info 2574 [22:00:12.716] Different program with same set of files +Info 2575 [22:00:13.201] Format host information updated +Info 2576 [22:00:13.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2577 [22:00:13.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 10.412400000030175ms +Info 2578 [22:00:13.212] Different program with same set of files +Info 2579 [22:00:14.204] Format host information updated +Info 2580 [22:00:14.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2581 [22:00:14.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 11.914895999943838ms +Info 2582 [22:00:14.216] Different program with same set of files +Info 2583 [22:00:14.654] Format host information updated +Info 2584 [22:00:14.654] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2585 [22:00:14.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 9.737527000019327ms +Info 2586 [22:00:14.664] Different program with same set of files +Info 2587 [22:00:14.911] Format host information updated +Info 2588 [22:00:14.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2589 [22:00:14.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 9.696340000024065ms +Info 2590 [22:00:14.920] Different program with same set of files +Info 2591 [22:00:15.386] Format host information updated +Info 2592 [22:00:15.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2593 [22:00:15.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 9.358260999899358ms +Info 2594 [22:00:15.395] Different program with same set of files +Info 2595 [22:00:16.074] getCompletionData: Get current token: 0.022050000028684735 +Info 2596 [22:00:16.074] getCompletionData: Is inside comment: 0.013198999920859933 +Info 2597 [22:00:16.074] getCompletionData: Get previous token: 0.025967000052332878 +Info 2598 [22:00:16.074] getCompletionsAtPosition: isCompletionListBlocker: 0.008196000009775162 +Info 2599 [22:00:16.076] getExportInfoMap: cache hit +Info 2600 [22:00:16.100] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2601 [22:00:16.100] collectAutoImports: response is complete +Info 2602 [22:00:16.100] collectAutoImports: 23.93348899995908 +Info 2603 [22:00:16.100] getCompletionData: Semantic work: 26.169020999921486 +Info 2604 [22:00:16.112] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.05819800007157 +Info 2605 [22:00:16.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2606 [22:00:16.881] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 9.09004499996081ms +Info 2607 [22:00:16.881] Different program with same set of files +Info 2608 [22:00:16.881] getCompletionData: Get current token: 0.005321000004187226 +Info 2609 [22:00:16.881] getCompletionData: Is inside comment: 0.001560000004246831 +Info 2610 [22:00:16.881] getCompletionData: Get previous token: 0.020508999936282635 +Info 2611 [22:00:16.881] getCompletionsAtPosition: isCompletionListBlocker: 0.0026650000363588333 +Info 2612 [22:00:16.883] getExportInfoMap: cache hit +Info 2613 [22:00:16.904] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2614 [22:00:16.904] collectAutoImports: response is complete +Info 2615 [22:00:16.904] collectAutoImports: 21.62077599996701 +Info 2616 [22:00:16.904] getCompletionData: Semantic work: 23.363003000151366 +Info 2617 [22:00:16.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.446803000057116 +Info 2618 [22:00:16.927] Format host information updated +Info 2619 [22:00:17.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2620 [22:00:17.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 10.157100999960676ms +Info 2621 [22:00:17.300] Different program with same set of files +Info 2622 [22:00:17.301] getCompletionData: Get current token: 0.012371999910101295 +Info 2623 [22:00:17.301] getCompletionData: Is inside comment: 0.005372999934479594 +Info 2624 [22:00:17.301] getCompletionData: Get previous token: 0.02404200006276369 +Info 2625 [22:00:17.301] getCompletionsAtPosition: isCompletionListBlocker: 0.005028000101447105 +Info 2626 [22:00:17.301] Returning an empty list because completion was requested in an invalid position. +Info 2627 [22:00:17.301] Format host information updated +Info 2628 [22:00:17.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2629 [22:00:17.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 12.503438000101596ms +Info 2630 [22:00:17.533] Different program with same set of files +Info 2631 [22:00:17.533] getCompletionData: Get current token: 0.004932000068947673 +Info 2632 [22:00:17.533] getCompletionData: Is inside comment: 0.001351999817416072 +Info 2633 [22:00:17.533] getCompletionData: Get previous token: 0.02041100012138486 +Info 2634 [22:00:17.533] getCompletionsAtPosition: isCompletionListBlocker: 0.017274999991059303 +Info 2635 [22:00:17.535] getExportInfoMap: cache hit +Info 2636 [22:00:17.562] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2637 [22:00:17.562] collectAutoImports: response is complete +Info 2638 [22:00:17.562] collectAutoImports: 27.079326999839395 +Info 2639 [22:00:17.562] getCompletionData: Semantic work: 29.19703400018625 +Info 2640 [22:00:17.574] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.67516200011596 +Info 2641 [22:00:17.585] Format host information updated +Info 2642 [22:00:17.739] getCompletionData: Get current token: 0.006404000101611018 +Info 2643 [22:00:17.739] getCompletionData: Is inside comment: 0.01550800004042685 +Info 2644 [22:00:17.739] getCompletionData: Get previous token: 0.01535199978388846 +Info 2645 [22:00:17.739] getCompletionsAtPosition: isCompletionListBlocker: 0.004042999818921089 +Info 2646 [22:00:17.739] Returning an empty list because completion was requested in an invalid position. +Info 2647 [22:00:17.740] Format host information updated +Info 2648 [22:00:18.235] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2649 [22:00:18.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 10.435781000182033ms +Info 2650 [22:00:18.245] Different program with same set of files +Info 2651 [22:00:18.246] getCompletionData: Get current token: 0.01170899998396635 +Info 2652 [22:00:18.246] getCompletionData: Is inside comment: 0.002896999940276146 +Info 2653 [22:00:18.246] getCompletionData: Get previous token: 0.019945000065490603 +Info 2654 [22:00:18.246] getCompletionsAtPosition: isCompletionListBlocker: 0.004184000194072723 +Info 2655 [22:00:18.246] Returning an empty list because completion was requested in an invalid position. +Info 2656 [22:00:18.246] Format host information updated +Info 2657 [22:00:18.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2658 [22:00:18.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 8.31006500008516ms +Info 2659 [22:00:18.412] Different program with same set of files +Info 2660 [22:00:18.413] getCompletionData: Get current token: 0.010912999976426363 +Info 2661 [22:00:18.413] getCompletionData: Is inside comment: 0.0031040001194924116 +Info 2662 [22:00:18.413] getCompletionData: Get previous token: 0.019551999866962433 +Info 2663 [22:00:18.413] getCompletionsAtPosition: isCompletionListBlocker: 0.0010609999299049377 +Info 2664 [22:00:18.413] Returning an empty list because completion was requested in an invalid position. +Info 2665 [22:00:18.413] Format host information updated +Info 2666 [22:00:18.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2667 [22:00:18.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 12.880904000019655ms +Info 2668 [22:00:18.426] Different program with same set of files +Info 2669 [22:00:18.427] getCompletionData: Get current token: 0.014599000103771687 +Info 2670 [22:00:18.427] getCompletionData: Is inside comment: 0.0039059999398887157 +Info 2671 [22:00:18.427] getCompletionData: Get previous token: 0.029953000135719776 +Info 2672 [22:00:18.427] getCompletionsAtPosition: isCompletionListBlocker: 0.0017910001333802938 +Info 2673 [22:00:18.427] Returning an empty list because completion was requested in an invalid position. +Info 2674 [22:00:18.427] Format host information updated +Info 2675 [22:00:18.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2676 [22:00:18.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 9.812287000007927ms +Info 2677 [22:00:18.600] Different program with same set of files +Info 2678 [22:00:18.600] getCompletionData: Get current token: 0.011110000079497695 +Info 2679 [22:00:18.600] getCompletionData: Is inside comment: 0.0033030000049620867 +Info 2680 [22:00:18.600] getCompletionData: Get previous token: 0.020298999967053533 +Info 2681 [22:00:18.600] getCompletionsAtPosition: isCompletionListBlocker: 0.0011680000461637974 +Info 2682 [22:00:18.600] Returning an empty list because completion was requested in an invalid position. +Info 2683 [22:00:18.602] Format host information updated +Info 2684 [22:00:18.768] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2685 [22:00:18.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 8.772368000121787ms +Info 2686 [22:00:18.777] Different program with same set of files +Info 2687 [22:00:18.778] getCompletionData: Get current token: 0.01589599996805191 +Info 2688 [22:00:18.778] getCompletionData: Is inside comment: 0.004242999944835901 +Info 2689 [22:00:18.778] getCompletionData: Get previous token: 0.03562199999578297 +Info 2690 [22:00:18.778] getCompletionsAtPosition: isCompletionListBlocker: 0.0015899999998509884 +Info 2691 [22:00:18.778] Returning an empty list because completion was requested in an invalid position. +Info 2692 [22:00:18.778] Format host information updated +Info 2693 [22:00:18.778] Format host information updated +Info 2694 [22:00:18.778] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2695 [22:00:18.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 12.107877999776974ms +Info 2696 [22:00:18.791] Different program with same set of files +Info 2697 [22:00:18.791] getCompletionData: Get current token: 0.010901000117883086 +Info 2698 [22:00:18.791] getCompletionData: Is inside comment: 0.0032179998233914375 +Info 2699 [22:00:18.791] getCompletionData: Get previous token: 0.019772999919950962 +Info 2700 [22:00:18.791] getCompletionsAtPosition: isCompletionListBlocker: 0.001433999976143241 +Info 2701 [22:00:18.791] Returning an empty list because completion was requested in an invalid position. +Info 2702 [22:00:18.791] Format host information updated +Info 2703 [22:00:18.948] Format host information updated +Info 2704 [22:00:18.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2705 [22:00:18.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 12.689448999939486ms +Info 2706 [22:00:18.961] Different program with same set of files +Info 2707 [22:00:19.317] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2708 [22:00:19.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 8.803365000057966ms +Info 2709 [22:00:19.326] Different program with same set of files +Info 2710 [22:00:19.327] getCompletionData: Get current token: 0.014005000004544854 +Info 2711 [22:00:19.327] getCompletionData: Is inside comment: 0.0037320000119507313 +Info 2712 [22:00:19.327] getCompletionData: Get previous token: 0.02580499998293817 +Info 2713 [22:00:19.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0011180001311004162 +Info 2714 [22:00:19.327] Returning an empty list because completion was requested in an invalid position. +Info 2715 [22:00:19.329] Format host information updated +Info 2716 [22:00:19.491] getCompletionData: Get current token: 0.0063489999156445265 +Info 2717 [22:00:19.491] getCompletionData: Is inside comment: 0.0019229999743402004 +Info 2718 [22:00:19.491] getCompletionData: Get previous token: 0.01512600015848875 +Info 2719 [22:00:19.491] getCompletionsAtPosition: isCompletionListBlocker: 0.0011489999014884233 +Info 2720 [22:00:19.491] Returning an empty list because completion was requested in an invalid position. +Info 2721 [22:00:19.491] Format host information updated +Info 2722 [22:00:19.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2723 [22:00:19.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 7.781543999910355ms +Info 2724 [22:00:19.567] Different program with same set of files +Info 2725 [22:00:19.568] getCompletionData: Get current token: 0.010415999917313457 +Info 2726 [22:00:19.568] getCompletionData: Is inside comment: 0.0029980000108480453 +Info 2727 [22:00:19.568] getCompletionData: Get previous token: 0.01923099998384714 +Info 2728 [22:00:19.568] getCompletionsAtPosition: isCompletionListBlocker: 0.001276999944821 +Info 2729 [22:00:19.568] Returning an empty list because completion was requested in an invalid position. +Info 2730 [22:00:19.568] Format host information updated +Info 2731 [22:00:19.727] getCompletionData: Get current token: 0.0067010000348091125 +Info 2732 [22:00:19.727] getCompletionData: Is inside comment: 0.0020379999186843634 +Info 2733 [22:00:19.727] getCompletionData: Get previous token: 0.01526899985037744 +Info 2734 [22:00:19.727] getCompletionsAtPosition: isCompletionListBlocker: 0.001158999977633357 +Info 2735 [22:00:19.727] Returning an empty list because completion was requested in an invalid position. +Info 2736 [22:00:19.727] Format host information updated +Info 2737 [22:00:19.904] Format host information updated +Info 2738 [22:00:19.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2739 [22:00:19.912] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 8.4482259999495ms +Info 2740 [22:00:19.912] Different program with same set of files +Info 2741 [22:00:20.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2742 [22:00:20.271] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 8.83938100002706ms +Info 2743 [22:00:20.271] Different program with same set of files +Info 2744 [22:00:20.272] getCompletionData: Get current token: 0.01370800007134676 +Info 2745 [22:00:20.272] getCompletionData: Is inside comment: 0.0036949999630451202 +Info 2746 [22:00:20.272] getCompletionData: Get previous token: 0.02394600003026426 +Info 2747 [22:00:20.272] getCompletionsAtPosition: isCompletionListBlocker: 0.001239999895915389 +Info 2748 [22:00:20.272] Returning an empty list because completion was requested in an invalid position. +Info 2749 [22:00:20.272] Format host information updated +Info 2750 [22:00:20.444] getCompletionData: Get current token: 0.005917999893426895 +Info 2751 [22:00:20.444] getCompletionData: Is inside comment: 0.0018090000376105309 +Info 2752 [22:00:20.444] getCompletionData: Get previous token: 0.014437000034376979 +Info 2753 [22:00:20.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0014659999869763851 +Info 2754 [22:00:20.444] Returning an empty list because completion was requested in an invalid position. +Info 2755 [22:00:20.566] Format host information updated +Info 2756 [22:00:20.566] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2757 [22:00:20.579] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 13.064942999975756ms +Info 2758 [22:00:20.579] Different program with same set of files +Info 2759 [22:00:21.137] Format host information updated +Info 2760 [22:00:21.137] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2761 [22:00:21.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 9.635086999973282ms +Info 2762 [22:00:21.147] Different program with same set of files +Info 2763 [22:00:21.536] Format host information updated +Info 2764 [22:00:21.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2765 [22:00:21.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 9.00810099998489ms +Info 2766 [22:00:21.546] Different program with same set of files +Info 2767 [22:00:21.705] Format host information updated +Info 2768 [22:00:21.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2769 [22:00:21.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 8.211640000110492ms +Info 2770 [22:00:21.714] Different program with same set of files +Info 2771 [22:00:22.599] Format host information updated +Info 2772 [22:00:22.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2773 [22:00:22.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 8.782040000194684ms +Info 2774 [22:00:22.608] Different program with same set of files +Info 2775 [22:00:23.897] Format host information updated +Info 2776 [22:00:23.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2777 [22:00:23.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.213172999909148ms +Info 2778 [22:00:23.909] Different program with same set of files +Info 2779 [22:00:25.675] Format host information updated +Info 2780 [22:00:25.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2781 [22:00:25.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.682741000084206ms +Info 2782 [22:00:25.689] Different program with same set of files +Info 2783 [22:00:26.495] Format host information updated +Info 2784 [22:00:26.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2785 [22:00:26.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 8.648190000094473ms +Info 2786 [22:00:26.504] Different program with same set of files +Info 2787 [22:00:26.669] Format host information updated +Info 2788 [22:00:26.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2789 [22:00:26.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 10.63883199985139ms +Info 2790 [22:00:26.680] Different program with same set of files +Info 2791 [22:00:26.841] Format host information updated +Info 2792 [22:00:26.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2793 [22:00:26.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 8.374804999912158ms +Info 2794 [22:00:26.850] Different program with same set of files +Info 2795 [22:00:27.011] Format host information updated +Info 2796 [22:00:27.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2797 [22:00:27.020] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 8.510428000008687ms +Info 2798 [22:00:27.020] Different program with same set of files +Info 2799 [22:00:28.176] Format host information updated +Info 2800 [22:00:28.177] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2801 [22:00:28.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 8.623029000125825ms +Info 2802 [22:00:28.185] Different program with same set of files +Info 2803 [22:00:29.355] Format host information updated +Info 2804 [22:00:29.355] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2805 [22:00:29.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 8.348118000198156ms +Info 2806 [22:00:29.364] Different program with same set of files +Info 2807 [22:00:29.631] Format host information updated +Info 2808 [22:00:29.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2809 [22:00:29.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.18619400006719ms +Info 2810 [22:00:29.645] Different program with same set of files +Info 2811 [22:00:30.140] Format host information updated +Info 2812 [22:00:30.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2813 [22:00:30.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.885666999965906ms +Info 2814 [22:00:30.156] Different program with same set of files +Info 2815 [22:00:31.320] Format host information updated +Info 2816 [22:00:31.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2817 [22:00:31.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 10.161510000005364ms +Info 2818 [22:00:31.330] Different program with same set of files +Info 2819 [22:00:31.825] getCompletionData: Get current token: 0.0057860000524669886 +Info 2820 [22:00:31.825] getCompletionData: Is inside comment: 0.014100000029429793 +Info 2821 [22:00:31.825] getCompletionData: Get previous token: 0.009584999876096845 +Info 2822 [22:00:31.825] getCompletionsAtPosition: isCompletionListBlocker: 0.004072000039741397 +Info 2823 [22:00:31.825] Returning an empty list because completion was requested in an invalid position. +Info 2824 [22:00:33.403] Format host information updated +Info 2825 [22:00:33.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2826 [22:00:33.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 8.352692999877036ms +Info 2827 [22:00:33.412] Different program with same set of files +Info 2828 [22:00:34.453] getCompletionData: Get current token: 0.005578000098466873 +Info 2829 [22:00:34.453] getCompletionData: Is inside comment: 0.0015300000086426735 +Info 2830 [22:00:34.453] getCompletionData: Get previous token: 0.02041499991901219 +Info 2831 [22:00:34.453] getCompletionsAtPosition: isCompletionListBlocker: 0.002563000191003084 +Info 2832 [22:00:34.455] getExportInfoMap: cache hit +Info 2833 [22:00:34.475] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2834 [22:00:34.475] collectAutoImports: response is complete +Info 2835 [22:00:34.475] collectAutoImports: 20.024858999997377 +Info 2836 [22:00:34.475] getCompletionData: Semantic work: 21.825588000006974 +Info 2837 [22:00:34.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.297255999874324 +Info 2838 [22:00:34.643] Format host information updated +Info 2839 [22:00:34.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2840 [22:00:34.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 8.427123999921605ms +Info 2841 [22:00:34.651] Different program with same set of files +Info 2842 [22:00:34.970] Format host information updated +Info 2843 [22:00:34.970] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2844 [22:00:35.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 33.00929900002666ms +Info 2845 [22:00:35.004] Different program with same set of files +Info 2846 [22:00:35.179] Format host information updated +Info 2847 [22:00:35.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2848 [22:00:35.187] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 8.024386000121012ms +Info 2849 [22:00:35.187] Different program with same set of files +Info 2850 [22:00:36.368] Format host information updated +Info 2851 [22:00:36.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2852 [22:00:36.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 8.204367999918759ms +Info 2853 [22:00:36.376] Different program with same set of files +Info 2854 [22:00:36.536] Format host information updated +Info 2855 [22:00:36.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2856 [22:00:36.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 8.354698000010103ms +Info 2857 [22:00:36.545] Different program with same set of files +Info 2858 [22:00:36.709] Format host information updated +Info 2859 [22:00:36.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2860 [22:00:36.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 9.94480699999258ms +Info 2861 [22:00:36.719] Different program with same set of files +Info 2862 [22:00:37.027] Format host information updated +Info 2863 [22:00:37.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2864 [22:00:37.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 10.282779000001028ms +Info 2865 [22:00:37.038] Different program with same set of files +Info 2866 [22:00:37.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2867 [22:00:37.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 10.441796999890357ms +Info 2868 [22:00:37.336] Different program with same set of files +Info 2869 [22:00:37.337] getCompletionData: Get current token: 0.016256999922916293 +Info 2870 [22:00:37.337] getCompletionData: Is inside comment: 0.0034710001200437546 +Info 2871 [22:00:37.337] getCompletionData: Get previous token: 0.023990999907255173 +Info 2872 [22:00:37.337] getCompletionsAtPosition: isCompletionListBlocker: 0.0009669999126344919 +Info 2873 [22:00:37.337] Returning an empty list because completion was requested in an invalid position. +Info 2874 [22:00:37.337] Format host information updated +Info 2875 [22:00:37.724] getCompletionData: Get current token: 0.0053449999541044235 +Info 2876 [22:00:37.724] getCompletionData: Is inside comment: 0.015063999919220805 +Info 2877 [22:00:37.724] getCompletionData: Get previous token: 0.01040700008161366 +Info 2878 [22:00:37.724] getCompletionsAtPosition: isCompletionListBlocker: 0.004974000155925751 +Info 2879 [22:00:37.724] Returning an empty list because completion was requested in an invalid position. +Info 2880 [22:00:37.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2881 [22:00:37.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 8.857511000009254ms +Info 2882 [22:00:37.949] Different program with same set of files +Info 2883 [22:00:37.949] getCompletionData: Get current token: 0.006034000078216195 +Info 2884 [22:00:37.949] getCompletionData: Is inside comment: 0.015781000023707747 +Info 2885 [22:00:37.949] getCompletionData: Get previous token: 0.012492999900132418 +Info 2886 [22:00:37.949] getCompletionsAtPosition: isCompletionListBlocker: 0.008778000017628074 +Info 2887 [22:00:37.951] getExportInfoMap: cache hit +Info 2888 [22:00:37.973] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2889 [22:00:37.973] collectAutoImports: response is complete +Info 2890 [22:00:37.973] collectAutoImports: 22.67342899995856 +Info 2891 [22:00:37.973] getCompletionData: Semantic work: 24.287177999969572 +Info 2892 [22:00:37.985] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.302940999856219 +Info 2893 [22:00:37.996] Format host information updated +Info 2894 [22:00:38.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2895 [22:00:38.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 10.018045000033453ms +Info 2896 [22:00:38.259] Different program with same set of files +Info 2897 [22:00:38.259] getCompletionData: Get current token: 0.0056680000852793455 +Info 2898 [22:00:38.259] getCompletionData: Is inside comment: 0.017179999966174364 +Info 2899 [22:00:38.259] getCompletionData: Get previous token: 0.01372699998319149 +Info 2900 [22:00:38.259] getCompletionsAtPosition: isCompletionListBlocker: 0.054989999858662486 +Info 2901 [22:00:38.261] getExportInfoMap: cache hit +Info 2902 [22:00:38.303] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2903 [22:00:38.303] collectAutoImports: response is complete +Info 2904 [22:00:38.303] collectAutoImports: 41.957702999934554 +Info 2905 [22:00:38.303] getCompletionData: Semantic work: 43.95853300020099 +Info 2906 [22:00:38.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.045358000090346 +Info 2907 [22:00:38.328] Format host information updated +Info 2908 [22:00:39.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2909 [22:00:39.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 9.047707000048831ms +Info 2910 [22:00:39.719] Different program with same set of files +Info 2911 [22:00:39.720] getCompletionData: Get current token: 0.01646199985407293 +Info 2912 [22:00:39.720] getCompletionData: Is inside comment: 0.0038629998452961445 +Info 2913 [22:00:39.720] getCompletionData: Get previous token: 0.024972999934107065 +Info 2914 [22:00:39.720] getCompletionsAtPosition: isCompletionListBlocker: 0.0011879999656230211 +Info 2915 [22:00:39.720] Returning an empty list because completion was requested in an invalid position. +Info 2916 [22:00:39.720] Format host information updated +Info 2917 [22:00:40.739] getCompletionData: Get current token: 0.007104999851435423 +Info 2918 [22:00:40.739] getCompletionData: Is inside comment: 0.00215000007301569 +Info 2919 [22:00:40.739] getCompletionData: Get previous token: 0.01816300000064075 +Info 2920 [22:00:40.739] getCompletionsAtPosition: isCompletionListBlocker: 0.0013200000394135714 +Info 2921 [22:00:40.739] Returning an empty list because completion was requested in an invalid position. +Info 2922 [22:00:41.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2923 [22:00:41.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 9.42142999987118ms +Info 2924 [22:00:41.092] Different program with same set of files +Info 2925 [22:00:41.092] getCompletionData: Get current token: 0.006714999908581376 +Info 2926 [22:00:41.092] getCompletionData: Is inside comment: 0.0016159999649971724 +Info 2927 [22:00:41.092] getCompletionData: Get previous token: 0.023646000074222684 +Info 2928 [22:00:41.092] getCompletionsAtPosition: isCompletionListBlocker: 0.00814000004902482 +Info 2929 [22:00:41.094] getExportInfoMap: cache hit +Info 2930 [22:00:41.117] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2931 [22:00:41.117] collectAutoImports: response is complete +Info 2932 [22:00:41.117] collectAutoImports: 23.327220999868587 +Info 2933 [22:00:41.117] getCompletionData: Semantic work: 25.196154000004753 +Info 2934 [22:00:41.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.429526000050828 +Info 2935 [22:00:41.137] Format host information updated +Info 2936 [22:00:42.212] getCompletionData: Get current token: 0.004696000134572387 +Info 2937 [22:00:42.212] getCompletionData: Is inside comment: 0.0013939999043941498 +Info 2938 [22:00:42.212] getCompletionData: Get previous token: 0.017561000073328614 +Info 2939 [22:00:42.212] getCompletionsAtPosition: isCompletionListBlocker: 0.019216000102460384 +Info 2940 [22:00:42.214] getExportInfoMap: cache hit +Info 2941 [22:00:42.230] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2942 [22:00:42.230] collectAutoImports: response is complete +Info 2943 [22:00:42.230] collectAutoImports: 16.41027500014752 +Info 2944 [22:00:42.230] getCompletionData: Semantic work: 18.16950500011444 +Info 2945 [22:00:42.241] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.573337000096217 +Info 2946 [22:00:42.455] Format host information updated +Info 2947 [22:00:42.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2948 [22:00:42.465] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 9.752679999917746ms +Info 2949 [22:00:42.465] Different program with same set of files +Info 2950 [22:00:43.277] getCompletionData: Get current token: 0.005090999882668257 +Info 2951 [22:00:43.277] getCompletionData: Is inside comment: 0.01497299992479384 +Info 2952 [22:00:43.277] getCompletionData: Get previous token: 0.01568599999882281 +Info 2953 [22:00:43.277] getCompletionsAtPosition: isCompletionListBlocker: 0.008705999935045838 +Info 2954 [22:00:43.279] getExportInfoMap: cache hit +Info 2955 [22:00:43.297] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2956 [22:00:43.297] collectAutoImports: response is complete +Info 2957 [22:00:43.297] collectAutoImports: 18.851324000163004 +Info 2958 [22:00:43.297] getCompletionData: Semantic work: 20.573740999912843 +Info 2959 [22:00:43.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.556200999999419 +Info 2960 [22:00:43.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2961 [22:00:43.409] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 9.404740999918431ms +Info 2962 [22:00:43.409] Different program with same set of files +Info 2963 [22:00:43.409] getCompletionData: Get current token: 0.006398000055924058 +Info 2964 [22:00:43.409] getCompletionData: Is inside comment: 0.017844000132754445 +Info 2965 [22:00:43.409] getCompletionData: Get previous token: 0.015052999835461378 +Info 2966 [22:00:43.409] getCompletionsAtPosition: isCompletionListBlocker: 0.004951999988406897 +Info 2967 [22:00:43.411] getExportInfoMap: cache hit +Info 2968 [22:00:43.434] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 2969 [22:00:43.434] collectAutoImports: response is complete +Info 2970 [22:00:43.434] collectAutoImports: 22.952077000169083 +Info 2971 [22:00:43.434] getCompletionData: Semantic work: 24.5319540000055 +Info 2972 [22:00:43.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.17450900003314 +Info 2973 [22:00:43.453] Format host information updated +Info 2974 [22:00:43.951] Format host information updated +Info 2975 [22:00:43.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2976 [22:00:43.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 9.399299000157043ms +Info 2977 [22:00:43.961] Different program with same set of files +Info 2978 [22:00:44.118] Format host information updated +Info 2979 [22:00:44.118] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2980 [22:00:44.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 9.889596000080928ms +Info 2981 [22:00:44.128] Different program with same set of files +Info 2982 [22:00:44.779] Format host information updated +Info 2983 [22:00:44.779] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2984 [22:00:44.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 9.377159000141546ms +Info 2985 [22:00:44.788] Different program with same set of files +Info 2986 [22:00:44.945] Format host information updated +Info 2987 [22:00:44.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2988 [22:00:44.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 8.051256000064313ms +Info 2989 [22:00:44.953] Different program with same set of files +Info 2990 [22:00:45.111] Format host information updated +Info 2991 [22:00:45.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2992 [22:00:45.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 8.263458000030369ms +Info 2993 [22:00:45.120] Different program with same set of files +Info 2994 [22:00:45.282] Format host information updated +Info 2995 [22:00:45.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2996 [22:00:45.291] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 9.167284999974072ms +Info 2997 [22:00:45.291] Different program with same set of files +Info 2998 [22:00:45.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2999 [22:00:45.744] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 9.288708999985829ms +Info 3000 [22:00:45.745] Different program with same set of files +Info 3001 [22:00:45.746] getCompletionData: Get current token: 0.02129799989052117 +Info 3002 [22:00:45.746] getCompletionData: Is inside comment: 0.03598799998871982 +Info 3003 [22:00:45.746] getCompletionData: Get previous token: 0.019601000007241964 +Info 3004 [22:00:45.746] getCompletionsAtPosition: isCompletionListBlocker: 0.005151000106707215 +Info 3005 [22:00:45.746] Returning an empty list because completion was requested in an invalid position. +Info 3006 [22:00:45.746] Format host information updated +Info 3007 [22:00:45.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3008 [22:00:45.915] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 9.958304999861866ms +Info 3009 [22:00:45.915] Different program with same set of files +Info 3010 [22:00:45.915] getCompletionData: Get current token: 0.015663000056520104 +Info 3011 [22:00:45.915] getCompletionData: Is inside comment: 0.016872999956831336 +Info 3012 [22:00:45.915] getCompletionData: Get previous token: 0.01285999990068376 +Info 3013 [22:00:45.915] getCompletionsAtPosition: isCompletionListBlocker: 0.008608000120148063 +Info 3014 [22:00:45.917] getExportInfoMap: cache hit +Info 3015 [22:00:45.936] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3016 [22:00:45.936] collectAutoImports: response is complete +Info 3017 [22:00:45.936] collectAutoImports: 19.84317500004545 +Info 3018 [22:00:45.936] getCompletionData: Semantic work: 21.27076099999249 +Info 3019 [22:00:45.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.788540000095963 +Info 3020 [22:00:45.956] Format host information updated +Info 3021 [22:00:46.117] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3022 [22:00:46.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 9.37404099991545ms +Info 3023 [22:00:46.126] Different program with same set of files +Info 3024 [22:00:46.126] getCompletionData: Get current token: 0.006049999967217445 +Info 3025 [22:00:46.127] getCompletionData: Is inside comment: 0.015415000030770898 +Info 3026 [22:00:46.127] getCompletionData: Get previous token: 0.01260400004684925 +Info 3027 [22:00:46.127] getCompletionsAtPosition: isCompletionListBlocker: 0.004212999949231744 +Info 3028 [22:00:46.128] getExportInfoMap: cache hit +Info 3029 [22:00:46.147] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3030 [22:00:46.147] collectAutoImports: response is complete +Info 3031 [22:00:46.147] collectAutoImports: 18.937018000055104 +Info 3032 [22:00:46.147] getCompletionData: Semantic work: 20.28282000008039 +Info 3033 [22:00:46.158] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.707566000055522 +Info 3034 [22:00:46.165] Format host information updated +Info 3035 [22:00:46.332] Format host information updated +Info 3036 [22:00:46.722] getCompletionData: Get current token: 0.008727000094950199 +Info 3037 [22:00:46.722] getCompletionData: Is inside comment: 0.002248000120744109 +Info 3038 [22:00:46.722] getCompletionData: Get previous token: 0.02034100005403161 +Info 3039 [22:00:46.722] getCompletionsAtPosition: isCompletionListBlocker: 0.0013339999131858349 +Info 3040 [22:00:46.722] Returning an empty list because completion was requested in an invalid position. +Info 3041 [22:00:47.541] getCompletionData: Get current token: 0.004444000078365207 +Info 3042 [22:00:47.541] getCompletionData: Is inside comment: 0.0012970000971108675 +Info 3043 [22:00:47.541] getCompletionData: Get previous token: 0.01460300013422966 +Info 3044 [22:00:47.541] getCompletionsAtPosition: isCompletionListBlocker: 0.009676999878138304 +Info 3045 [22:00:47.542] getExportInfoMap: cache hit +Info 3046 [22:00:47.559] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3047 [22:00:47.559] collectAutoImports: response is complete +Info 3048 [22:00:47.559] collectAutoImports: 16.803456000052392 +Info 3049 [22:00:47.559] getCompletionData: Semantic work: 18.32486700010486 +Info 3050 [22:00:47.570] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.965844999998808 +Info 3051 [22:00:47.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3052 [22:00:47.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 8.656157999997959ms +Info 3053 [22:00:47.783] Different program with same set of files +Info 3054 [22:00:47.783] getCompletionData: Get current token: 0.006388999987393618 +Info 3055 [22:00:47.783] getCompletionData: Is inside comment: 0.0016859997995197773 +Info 3056 [22:00:47.783] getCompletionData: Get previous token: 0.024192000040784478 +Info 3057 [22:00:47.783] getCompletionsAtPosition: isCompletionListBlocker: 0.002781999995931983 +Info 3058 [22:00:47.784] getCompletionData: Semantic work: 0.7278640000149608 +Info 3059 [22:00:47.785] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7139429999515414 +Info 3060 [22:00:47.785] Format host information updated +Info 3061 [22:00:48.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3062 [22:00:48.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 11.585442000068724ms +Info 3063 [22:00:48.075] Different program with same set of files +Info 3064 [22:00:48.075] getCompletionData: Get current token: 0.006599000189453363 +Info 3065 [22:00:48.075] getCompletionData: Is inside comment: 0.0018859999254345894 +Info 3066 [22:00:48.075] getCompletionData: Get previous token: 0.06114099989645183 +Info 3067 [22:00:48.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0033400000538676977 +Info 3068 [22:00:48.076] getCompletionData: Semantic work: 0.7911539999768138 +Info 3069 [22:00:48.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7308750001247972 +Info 3070 [22:00:48.078] Format host information updated +Info 3071 [22:00:48.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3072 [22:00:48.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 9.232280999887735ms +Info 3073 [22:00:48.249] Different program with same set of files +Info 3074 [22:00:48.250] getCompletionData: Get current token: 0.0041779999155551195 +Info 3075 [22:00:48.250] getCompletionData: Is inside comment: 0.0013860000763088465 +Info 3076 [22:00:48.250] getCompletionData: Get previous token: 0.019800999900326133 +Info 3077 [22:00:48.250] getCompletionsAtPosition: isCompletionListBlocker: 0.0024049999192357063 +Info 3078 [22:00:48.250] getCompletionData: Semantic work: 0.5105029998812824 +Info 3079 [22:00:48.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9058999998960644 +Info 3080 [22:00:48.251] Format host information updated +Info 3081 [22:00:48.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3082 [22:00:48.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 8.091178999980912ms +Info 3083 [22:00:48.417] Different program with same set of files +Info 3084 [22:00:48.417] getCompletionData: Get current token: 0.00405799993313849 +Info 3085 [22:00:48.417] getCompletionData: Is inside comment: 0.0012340000830590725 +Info 3086 [22:00:48.417] getCompletionData: Get previous token: 0.02015999983996153 +Info 3087 [22:00:48.417] getCompletionsAtPosition: isCompletionListBlocker: 0.0026400000788271427 +Info 3088 [22:00:48.418] getCompletionData: Semantic work: 0.49625899991951883 +Info 3089 [22:00:48.419] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9491340001113713 +Info 3090 [22:00:48.420] Format host information updated +Info 3091 [22:00:48.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3092 [22:00:48.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 10.333739999914542ms +Info 3093 [22:00:48.681] Different program with same set of files +Info 3094 [22:00:48.682] getCompletionData: Get current token: 0.004658000078052282 +Info 3095 [22:00:48.682] getCompletionData: Is inside comment: 0.0012360000982880592 +Info 3096 [22:00:48.682] getCompletionData: Get previous token: 0.020610000006854534 +Info 3097 [22:00:48.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0024579998571425676 +Info 3098 [22:00:48.682] getCompletionData: Semantic work: 0.5885939998552203 +Info 3099 [22:00:48.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9230349999852479 +Info 3100 [22:00:48.683] Format host information updated +Info 3101 [22:00:48.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3102 [22:00:48.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 7.957502000033855ms +Info 3103 [22:00:48.852] Different program with same set of files +Info 3104 [22:00:48.853] getCompletionData: Get current token: 0.004099000012502074 +Info 3105 [22:00:48.853] getCompletionData: Is inside comment: 0.001246000174432993 +Info 3106 [22:00:48.853] getCompletionData: Get previous token: 0.020108000142499804 +Info 3107 [22:00:48.853] getCompletionsAtPosition: isCompletionListBlocker: 0.002188999904319644 +Info 3108 [22:00:48.853] getCompletionData: Semantic work: 0.49356399988755584 +Info 3109 [22:00:48.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2142999998759478 +Info 3110 [22:00:48.856] Format host information updated +Info 3111 [22:00:49.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3112 [22:00:49.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 7.870158999925479ms +Info 3113 [22:00:49.024] Different program with same set of files +Info 3114 [22:00:49.024] getCompletionData: Get current token: 0.005119999870657921 +Info 3115 [22:00:49.024] getCompletionData: Is inside comment: 0.00139000010676682 +Info 3116 [22:00:49.025] getCompletionData: Get previous token: 0.037404000060632825 +Info 3117 [22:00:49.025] getCompletionsAtPosition: isCompletionListBlocker: 0.0029540001414716244 +Info 3118 [22:00:49.026] getExportInfoMap: cache hit +Info 3119 [22:00:49.045] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3120 [22:00:49.045] collectAutoImports: response is complete +Info 3121 [22:00:49.045] collectAutoImports: 18.82114899996668 +Info 3122 [22:00:49.045] getCompletionData: Semantic work: 20.332620000001043 +Info 3123 [22:00:49.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.719955999869853 +Info 3124 [22:00:49.070] Format host information updated +Info 3125 [22:00:49.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3126 [22:00:49.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 8.35176800005138ms +Info 3127 [22:00:49.242] Different program with same set of files +Info 3128 [22:00:49.242] getCompletionData: Get current token: 0.004292000085115433 +Info 3129 [22:00:49.242] getCompletionData: Is inside comment: 0.0016610000748187304 +Info 3130 [22:00:49.242] getCompletionData: Get previous token: 0.018848000094294548 +Info 3131 [22:00:49.242] getCompletionsAtPosition: isCompletionListBlocker: 0.007222000043839216 +Info 3132 [22:00:49.244] getExportInfoMap: cache hit +Info 3133 [22:00:49.264] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3134 [22:00:49.264] collectAutoImports: response is complete +Info 3135 [22:00:49.264] collectAutoImports: 20.64538799994625 +Info 3136 [22:00:49.264] getCompletionData: Semantic work: 22.058074000058696 +Info 3137 [22:00:49.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.167131999973208 +Info 3138 [22:00:49.285] Format host information updated +Info 3139 [22:00:49.290] getCompletionData: Get current token: 0.004883999936282635 +Info 3140 [22:00:49.290] getCompletionData: Is inside comment: 0.0013990001752972603 +Info 3141 [22:00:49.290] getCompletionData: Get previous token: 0.012552999891340733 +Info 3142 [22:00:49.290] getCompletionsAtPosition: isCompletionListBlocker: 0.0038610000628978014 +Info 3143 [22:00:49.292] getExportInfoMap: cache hit +Info 3144 [22:00:49.308] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3145 [22:00:49.308] collectAutoImports: response is complete +Info 3146 [22:00:49.308] collectAutoImports: 16.933399999979883 +Info 3147 [22:00:49.309] getCompletionData: Semantic work: 18.361530000111088 +Info 3148 [22:00:49.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.166078999871388 +Info 3149 [22:00:49.328] Format host information updated +Info 3150 [22:00:49.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3151 [22:00:49.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 8.004417999880388ms +Info 3152 [22:00:49.506] Different program with same set of files +Info 3153 [22:00:49.507] getCompletionData: Get current token: 0.013915000017732382 +Info 3154 [22:00:49.507] getCompletionData: Is inside comment: 0.003028000006452203 +Info 3155 [22:00:49.507] getCompletionData: Get previous token: 0.02333700004965067 +Info 3156 [22:00:49.507] getCompletionsAtPosition: isCompletionListBlocker: 0.0010529998689889908 +Info 3157 [22:00:49.507] Returning an empty list because completion was requested in an invalid position. +Info 3158 [22:00:49.507] Format host information updated +Info 3159 [22:00:49.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3160 [22:00:49.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 11.17470799991861ms +Info 3161 [22:00:49.675] Different program with same set of files +Info 3162 [22:00:49.676] getCompletionData: Get current token: 0.0049230000004172325 +Info 3163 [22:00:49.676] getCompletionData: Is inside comment: 0.0013359999284148216 +Info 3164 [22:00:49.676] getCompletionData: Get previous token: 0.03120099985972047 +Info 3165 [22:00:49.676] getCompletionsAtPosition: isCompletionListBlocker: 0.008306000148877501 +Info 3166 [22:00:49.677] getExportInfoMap: cache hit +Info 3167 [22:00:49.697] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3168 [22:00:49.697] collectAutoImports: response is complete +Info 3169 [22:00:49.697] collectAutoImports: 19.470025999937207 +Info 3170 [22:00:49.697] getCompletionData: Semantic work: 20.88019399996847 +Info 3171 [22:00:49.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.791242999956012 +Info 3172 [22:00:49.716] Format host information updated +Info 3173 [22:00:49.887] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3174 [22:00:49.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 9.750964000122622ms +Info 3175 [22:00:49.896] Different program with same set of files +Info 3176 [22:00:49.897] getCompletionData: Get current token: 0.013421999989077449 +Info 3177 [22:00:49.897] getCompletionData: Is inside comment: 0.002864000154659152 +Info 3178 [22:00:49.897] getCompletionData: Get previous token: 0.020002999808639288 +Info 3179 [22:00:49.897] getCompletionsAtPosition: isCompletionListBlocker: 0.0009709999430924654 +Info 3180 [22:00:49.897] Returning an empty list because completion was requested in an invalid position. +Info 3181 [22:00:49.897] Format host information updated +Info 3182 [22:00:49.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3183 [22:00:49.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 8.014729000162333ms +Info 3184 [22:00:49.906] Different program with same set of files +Info 3185 [22:00:49.906] getCompletionData: Get current token: 0.0052079998422414064 +Info 3186 [22:00:49.906] getCompletionData: Is inside comment: 0.0013929998967796564 +Info 3187 [22:00:49.906] getCompletionData: Get previous token: 0.017253999831154943 +Info 3188 [22:00:49.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0029060000088065863 +Info 3189 [22:00:49.907] getExportInfoMap: cache hit +Info 3190 [22:00:49.927] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3191 [22:00:49.927] collectAutoImports: response is complete +Info 3192 [22:00:49.927] collectAutoImports: 20.139414999866858 +Info 3193 [22:00:49.927] getCompletionData: Semantic work: 21.47278399998322 +Info 3194 [22:00:49.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.063594999955967 +Info 3195 [22:00:49.948] Format host information updated +Info 3196 [22:00:50.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3197 [22:00:50.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 7.730849000159651ms +Info 3198 [22:00:50.118] Different program with same set of files +Info 3199 [22:00:50.119] getCompletionData: Get current token: 0.015968000050634146 +Info 3200 [22:00:50.119] getCompletionData: Is inside comment: 0.0028860000893473625 +Info 3201 [22:00:50.119] getCompletionData: Get previous token: 0.02064300002530217 +Info 3202 [22:00:50.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0012760001700371504 +Info 3203 [22:00:50.119] Returning an empty list because completion was requested in an invalid position. +Info 3204 [22:00:50.119] Format host information updated +Info 3205 [22:00:50.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3206 [22:00:50.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 8.737446000101045ms +Info 3207 [22:00:50.631] Different program with same set of files +Info 3208 [22:00:50.632] getCompletionData: Get current token: 0.0159750001039356 +Info 3209 [22:00:50.632] getCompletionData: Is inside comment: 0.0037070000544190407 +Info 3210 [22:00:50.632] getCompletionData: Get previous token: 0.024468000046908855 +Info 3211 [22:00:50.632] getCompletionsAtPosition: isCompletionListBlocker: 0.0012229999992996454 +Info 3212 [22:00:50.632] Returning an empty list because completion was requested in an invalid position. +Info 3213 [22:00:50.632] Format host information updated +Info 3214 [22:00:50.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3215 [22:00:50.868] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 7.694556000176817ms +Info 3216 [22:00:50.868] Different program with same set of files +Info 3217 [22:00:50.868] getCompletionData: Get current token: 0.013950000051409006 +Info 3218 [22:00:50.868] getCompletionData: Is inside comment: 0.003513999981805682 +Info 3219 [22:00:50.868] getCompletionData: Get previous token: 0.020015000132843852 +Info 3220 [22:00:50.868] getCompletionsAtPosition: isCompletionListBlocker: 0.001136999810114503 +Info 3221 [22:00:50.868] Returning an empty list because completion was requested in an invalid position. +Info 3222 [22:00:50.868] Format host information updated +Info 3223 [22:00:51.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3224 [22:00:51.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 8.77456200006418ms +Info 3225 [22:00:51.044] Different program with same set of files +Info 3226 [22:00:51.044] getCompletionData: Get current token: 0.005375000182539225 +Info 3227 [22:00:51.044] getCompletionData: Is inside comment: 0.0012140001635998487 +Info 3228 [22:00:51.044] getCompletionData: Get previous token: 0.018811000045388937 +Info 3229 [22:00:51.044] getCompletionsAtPosition: isCompletionListBlocker: 0.003100999863818288 +Info 3230 [22:00:51.045] getExportInfoMap: cache hit +Info 3231 [22:00:51.064] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3232 [22:00:51.064] collectAutoImports: response is complete +Info 3233 [22:00:51.064] collectAutoImports: 19.04686800017953 +Info 3234 [22:00:51.064] getCompletionData: Semantic work: 20.57797099999152 +Info 3235 [22:00:51.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.033717999933288 +Info 3236 [22:00:51.086] Format host information updated +Info 3237 [22:00:51.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3238 [22:00:51.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 8.092919999966398ms +Info 3239 [22:00:51.265] Different program with same set of files +Info 3240 [22:00:51.265] getCompletionData: Get current token: 0.013534999918192625 +Info 3241 [22:00:51.265] getCompletionData: Is inside comment: 0.003487000009045005 +Info 3242 [22:00:51.265] getCompletionData: Get previous token: 0.021046000067144632 +Info 3243 [22:00:51.265] getCompletionsAtPosition: isCompletionListBlocker: 0.0010389999952167273 +Info 3244 [22:00:51.265] Returning an empty list because completion was requested in an invalid position. +Info 3245 [22:00:51.266] Format host information updated +Info 3246 [22:00:51.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3247 [22:00:51.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 9.887464999919757ms +Info 3248 [22:00:51.276] Different program with same set of files +Info 3249 [22:00:51.276] getCompletionData: Get current token: 0.005788999842479825 +Info 3250 [22:00:51.276] getCompletionData: Is inside comment: 0.0014819998759776354 +Info 3251 [22:00:51.276] getCompletionData: Get previous token: 0.017665999941527843 +Info 3252 [22:00:51.276] getCompletionsAtPosition: isCompletionListBlocker: 0.010879999957978725 +Info 3253 [22:00:51.277] getExportInfoMap: cache hit +Info 3254 [22:00:51.298] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3255 [22:00:51.298] collectAutoImports: response is complete +Info 3256 [22:00:51.298] collectAutoImports: 20.852896000025794 +Info 3257 [22:00:51.298] getCompletionData: Semantic work: 22.306655999971554 +Info 3258 [22:00:51.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.841767000034451 +Info 3259 [22:00:51.316] Format host information updated +Info 3260 [22:00:51.484] getCompletionData: Get current token: 0.007948999991640449 +Info 3261 [22:00:51.484] getCompletionData: Is inside comment: 0.0020910000894218683 +Info 3262 [22:00:51.484] getCompletionData: Get previous token: 0.012933999998494983 +Info 3263 [22:00:51.484] getCompletionsAtPosition: isCompletionListBlocker: 0.001092999940738082 +Info 3264 [22:00:51.484] Returning an empty list because completion was requested in an invalid position. +Info 3265 [22:00:51.484] Format host information updated +Info 3266 [22:00:51.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3267 [22:00:51.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 8.520311999833211ms +Info 3268 [22:00:51.725] Different program with same set of files +Info 3269 [22:00:51.726] getCompletionData: Get current token: 0.01700999983586371 +Info 3270 [22:00:51.726] getCompletionData: Is inside comment: 0.003912999993190169 +Info 3271 [22:00:51.726] getCompletionData: Get previous token: 0.024325000122189522 +Info 3272 [22:00:51.726] getCompletionsAtPosition: isCompletionListBlocker: 0.0010759998112916946 +Info 3273 [22:00:51.726] Returning an empty list because completion was requested in an invalid position. +Info 3274 [22:00:51.728] Format host information updated +Info 3275 [22:00:51.967] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3276 [22:00:51.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 10.328326999908313ms +Info 3277 [22:00:51.978] Different program with same set of files +Info 3278 [22:00:51.978] getCompletionData: Get current token: 0.05128700006753206 +Info 3279 [22:00:51.979] getCompletionData: Is inside comment: 0.0032389999832957983 +Info 3280 [22:00:51.979] getCompletionData: Get previous token: 0.020994999911636114 +Info 3281 [22:00:51.979] getCompletionsAtPosition: isCompletionListBlocker: 0.0011050000321120024 +Info 3282 [22:00:51.979] Returning an empty list because completion was requested in an invalid position. +Info 3283 [22:00:51.979] Format host information updated +Info 3284 [22:00:53.695] getCompletionData: Get current token: 0.012553000124171376 +Info 3285 [22:00:53.695] getCompletionData: Is inside comment: 0.0018719998188316822 +Info 3286 [22:00:53.695] getCompletionData: Get previous token: 0.016281999880447984 +Info 3287 [22:00:53.695] getCompletionsAtPosition: isCompletionListBlocker: 0.0013150000013411045 +Info 3288 [22:00:53.695] Returning an empty list because completion was requested in an invalid position. +Info 3289 [22:00:53.881] Format host information updated +Info 3290 [22:00:53.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3291 [22:00:53.891] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 10.033802999882028ms +Info 3292 [22:00:53.891] Different program with same set of files +Info 3293 [22:00:54.564] Format host information updated +Info 3294 [22:00:54.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3295 [22:00:54.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 10.524309000000358ms +Info 3296 [22:00:54.575] Different program with same set of files +Info 3297 [22:00:55.162] Format host information updated +Info 3298 [22:00:55.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3299 [22:00:55.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 8.443322000093758ms +Info 3300 [22:00:55.171] Different program with same set of files +Info 3301 [22:00:55.324] Format host information updated +Info 3302 [22:00:55.935] Format host information updated +Info 3303 [22:00:55.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3304 [22:00:55.944] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 8.808742000022903ms +Info 3305 [22:00:55.944] Different program with same set of files +Info 3306 [22:00:56.100] Format host information updated +Info 3307 [22:00:56.101] Format host information updated +Info 3308 [22:00:57.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3309 [22:00:57.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 10.132698999950662ms +Info 3310 [22:00:57.201] Different program with same set of files +Info 3311 [22:00:57.201] getCompletionData: Get current token: 0.017635999945923686 +Info 3312 [22:00:57.201] getCompletionData: Is inside comment: 0.0038660001009702682 +Info 3313 [22:00:57.201] getCompletionData: Get previous token: 0.027375000063329935 +Info 3314 [22:00:57.202] getCompletionsAtPosition: isCompletionListBlocker: 0.001755999866873026 +Info 3315 [22:00:57.202] Returning an empty list because completion was requested in an invalid position. +Info 3316 [22:00:57.202] Format host information updated +Info 3317 [22:00:57.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3318 [22:00:57.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 9.358887000009418ms +Info 3319 [22:00:57.681] Different program with same set of files +Info 3320 [22:00:57.681] getCompletionData: Get current token: 0.008931000018492341 +Info 3321 [22:00:57.681] getCompletionData: Is inside comment: 0.0017609999049454927 +Info 3322 [22:00:57.681] getCompletionData: Get previous token: 0.027635999955236912 +Info 3323 [22:00:57.681] getCompletionsAtPosition: isCompletionListBlocker: 0.0011099998373538256 +Info 3324 [22:00:57.681] Returning an empty list because completion was requested in an invalid position. +Info 3325 [22:00:57.681] Format host information updated +Info 3326 [22:00:57.939] getCompletionData: Get current token: 0.007554000010713935 +Info 3327 [22:00:57.939] getCompletionData: Is inside comment: 0.0016579998191446066 +Info 3328 [22:00:57.939] getCompletionData: Get previous token: 0.016402000095695257 +Info 3329 [22:00:57.939] getCompletionsAtPosition: isCompletionListBlocker: 0.020497000077739358 +Info 3330 [22:00:57.940] getExportInfoMap: cache hit +Info 3331 [22:00:57.961] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3332 [22:00:57.961] collectAutoImports: response is complete +Info 3333 [22:00:57.961] collectAutoImports: 20.354868000140414 +Info 3334 [22:00:57.961] getCompletionData: Semantic work: 22.03723100014031 +Info 3335 [22:00:57.975] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.140554999932647 +Info 3336 [22:00:58.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3337 [22:00:58.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 12.045259000035003ms +Info 3338 [22:00:58.045] Different program with same set of files +Info 3339 [22:00:58.045] getCompletionData: Get current token: 0.010500999866053462 +Info 3340 [22:00:58.045] getCompletionData: Is inside comment: 0.002259999979287386 +Info 3341 [22:00:58.045] getCompletionData: Get previous token: 0.04298099991865456 +Info 3342 [22:00:58.045] getCompletionsAtPosition: isCompletionListBlocker: 0.009913999820128083 +Info 3343 [22:00:58.047] getExportInfoMap: cache hit +Info 3344 [22:00:58.059] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 3345 [22:00:58.059] collectAutoImports: response is complete +Info 3346 [22:00:58.059] collectAutoImports: 11.356503000017256 +Info 3347 [22:00:58.059] getCompletionData: Semantic work: 13.480732999974862 +Info 3348 [22:00:58.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.066102999961004 +Info 3349 [22:00:58.070] Format host information updated +Info 3350 [22:00:58.224] getCompletionData: Get current token: 0.005984000163152814 +Info 3351 [22:00:58.224] getCompletionData: Is inside comment: 0.0013139999937266111 +Info 3352 [22:00:58.224] getCompletionData: Get previous token: 0.014695999911054969 +Info 3353 [22:00:58.224] getCompletionsAtPosition: isCompletionListBlocker: 0.0011229999363422394 +Info 3354 [22:00:58.224] Returning an empty list because completion was requested in an invalid position. +Info 3355 [22:00:58.224] Format host information updated +Info 3356 [22:00:58.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3357 [22:00:58.394] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 8.713185000000522ms +Info 3358 [22:00:58.394] Different program with same set of files +Info 3359 [22:00:58.394] getCompletionData: Get current token: 0.00823500007390976 +Info 3360 [22:00:58.394] getCompletionData: Is inside comment: 0.0020749999675899744 +Info 3361 [22:00:58.394] getCompletionData: Get previous token: 0.0252789999358356 +Info 3362 [22:00:58.394] getCompletionsAtPosition: isCompletionListBlocker: 0.0013340001460164785 +Info 3363 [22:00:58.394] Returning an empty list because completion was requested in an invalid position. +Info 3364 [22:00:58.394] Format host information updated +Info 3365 [22:00:58.545] getCompletionData: Get current token: 0.006092000054195523 +Info 3366 [22:00:58.545] getCompletionData: Is inside comment: 0.0013310001231729984 +Info 3367 [22:00:58.545] getCompletionData: Get previous token: 0.015672000125050545 +Info 3368 [22:00:58.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0011700000613927841 +Info 3369 [22:00:58.545] Returning an empty list because completion was requested in an invalid position. +Info 3370 [22:00:58.545] Format host information updated +Info 3371 [22:00:58.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3372 [22:00:58.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 8.185486000031233ms +Info 3373 [22:00:58.679] Different program with same set of files +Info 3374 [22:00:58.679] getCompletionData: Get current token: 0.006917000049725175 +Info 3375 [22:00:58.679] getCompletionData: Is inside comment: 0.0016430001705884933 +Info 3376 [22:00:58.679] getCompletionData: Get previous token: 0.020926999859511852 +Info 3377 [22:00:58.679] getCompletionsAtPosition: isCompletionListBlocker: 0.001104000024497509 +Info 3378 [22:00:58.679] Returning an empty list because completion was requested in an invalid position. +Info 3379 [22:00:58.680] Format host information updated +Info 3380 [22:01:03.021] Format host information updated +Info 3381 [22:01:03.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3382 [22:01:03.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 8.302603999851272ms +Info 3383 [22:01:03.029] Different program with same set of files +Info 3384 [22:01:06.575] Format host information updated +Info 3385 [22:01:06.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3386 [22:01:06.584] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 8.081699999980628ms +Info 3387 [22:01:06.584] Different program with same set of files +Info 3388 [22:01:06.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3389 [22:01:06.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 8.169456999981776ms +Info 3390 [22:01:06.770] Different program with same set of files +Info 3391 [22:01:06.770] getCompletionData: Get current token: 0.0035349999088793993 +Info 3392 [22:01:06.770] getCompletionData: Is inside comment: 0.008283999981358647 +Info 3393 [22:01:06.770] getCompletionData: Get previous token: 0.015096000162884593 +Info 3394 [22:01:06.770] getCompletionsAtPosition: isCompletionListBlocker: 0.0072899998631328344 +Info 3395 [22:01:06.772] getExportInfoMap: cache hit +Info 3396 [22:01:06.779] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 3397 [22:01:06.779] collectAutoImports: response is complete +Info 3398 [22:01:06.779] collectAutoImports: 7.280186999822035 +Info 3399 [22:01:06.779] getCompletionData: Semantic work: 9.099875000072643 +Info 3400 [22:01:06.785] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.671719999983907 +Info 3401 [22:01:06.789] Format host information updated +Info 3402 [22:01:06.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3403 [22:01:06.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 8.262140000006184ms +Info 3404 [22:01:06.960] Different program with same set of files +Info 3405 [22:01:06.960] getCompletionData: Get current token: 0.004068000009283423 +Info 3406 [22:01:06.960] getCompletionData: Is inside comment: 0.009014999959617853 +Info 3407 [22:01:06.960] getCompletionData: Get previous token: 0.015632000053301454 +Info 3408 [22:01:06.960] getCompletionsAtPosition: isCompletionListBlocker: 0.007649000035598874 +Info 3409 [22:01:06.962] getExportInfoMap: cache hit +Info 3410 [22:01:06.968] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 630 from cache +Info 3411 [22:01:06.968] collectAutoImports: response is complete +Info 3412 [22:01:06.968] collectAutoImports: 5.991035000188276 +Info 3413 [22:01:06.968] getCompletionData: Semantic work: 7.673414000077173 +Info 3414 [22:01:06.975] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.938352000201121 +Info 3415 [22:01:06.978] Format host information updated +Info 3416 [22:01:06.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3417 [22:01:06.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 10.300879999995232ms +Info 3418 [22:01:06.990] Different program with same set of files +Info 3419 [22:01:06.990] getCompletionData: Get current token: 0.0038769999518990517 +Info 3420 [22:01:06.990] getCompletionData: Is inside comment: 0.009805000154301524 +Info 3421 [22:01:06.990] getCompletionData: Get previous token: 0.01586799998767674 +Info 3422 [22:01:06.990] getCompletionsAtPosition: isCompletionListBlocker: 0.007407000055536628 +Info 3423 [22:01:06.992] getExportInfoMap: cache hit +Info 3424 [22:01:06.997] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 448 from cache +Info 3425 [22:01:06.997] collectAutoImports: response is complete +Info 3426 [22:01:06.997] collectAutoImports: 5.189786999952048 +Info 3427 [22:01:06.997] getCompletionData: Semantic work: 6.904053000034764 +Info 3428 [22:01:07.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.304595000110567 +Info 3429 [22:01:07.007] Format host information updated +Info 3430 [22:01:07.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3431 [22:01:07.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 7.812635999871418ms +Info 3432 [22:01:07.172] Different program with same set of files +Info 3433 [22:01:07.172] getCompletionData: Get current token: 0.0038689998909831047 +Info 3434 [22:01:07.172] getCompletionData: Is inside comment: 0.008371999952942133 +Info 3435 [22:01:07.172] getCompletionData: Get previous token: 0.015066999942064285 +Info 3436 [22:01:07.172] getCompletionsAtPosition: isCompletionListBlocker: 0.007341000018641353 +Info 3437 [22:01:07.174] getExportInfoMap: cache hit +Info 3438 [22:01:07.177] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 3439 [22:01:07.177] collectAutoImports: response is complete +Info 3440 [22:01:07.177] collectAutoImports: 2.3655880000442266 +Info 3441 [22:01:07.177] getCompletionData: Semantic work: 4.66254199994728 +Info 3442 [22:01:07.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.214303000131622 +Info 3443 [22:01:07.183] Format host information updated +Info 3444 [22:01:07.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3445 [22:01:07.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 7.993968999944627ms +Info 3446 [22:01:07.357] Different program with same set of files +Info 3447 [22:01:07.358] getCompletionData: Get current token: 0.0036730000283569098 +Info 3448 [22:01:07.358] getCompletionData: Is inside comment: 0.008795000147074461 +Info 3449 [22:01:07.358] getCompletionData: Get previous token: 0.01610400015488267 +Info 3450 [22:01:07.358] getCompletionsAtPosition: isCompletionListBlocker: 0.007876000134274364 +Info 3451 [22:01:07.359] getExportInfoMap: cache hit +Info 3452 [22:01:07.362] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 3453 [22:01:07.362] collectAutoImports: response is complete +Info 3454 [22:01:07.362] collectAutoImports: 2.3039240001235157 +Info 3455 [22:01:07.362] getCompletionData: Semantic work: 4.057335999794304 +Info 3456 [22:01:07.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.53156300005503 +Info 3457 [22:01:07.369] Format host information updated +Info 3458 [22:01:07.369] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3459 [22:01:07.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 10.479020999977365ms +Info 3460 [22:01:07.380] Different program with same set of files +Info 3461 [22:01:07.380] getCompletionData: Get current token: 0.004726999904960394 +Info 3462 [22:01:07.380] getCompletionData: Is inside comment: 0.023453000001609325 +Info 3463 [22:01:07.380] getCompletionData: Get previous token: 0.01525299996137619 +Info 3464 [22:01:07.380] getCompletionsAtPosition: isCompletionListBlocker: 0.008359999861568213 +Info 3465 [22:01:07.383] getExportInfoMap: cache hit +Info 3466 [22:01:07.385] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 3467 [22:01:07.385] collectAutoImports: response is complete +Info 3468 [22:01:07.385] collectAutoImports: 2.212548000039533 +Info 3469 [22:01:07.385] getCompletionData: Semantic work: 4.60156699991785 +Info 3470 [22:01:07.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.851096999831498 +Info 3471 [22:01:07.391] Format host information updated +Info 3472 [22:01:07.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3473 [22:01:07.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 7.971304000122473ms +Info 3474 [22:01:07.559] Different program with same set of files +Info 3475 [22:01:07.559] getCompletionData: Get current token: 0.004105999832972884 +Info 3476 [22:01:07.559] getCompletionData: Is inside comment: 0.00962899997830391 +Info 3477 [22:01:07.559] getCompletionData: Get previous token: 0.007648000027984381 +Info 3478 [22:01:07.559] getCompletionsAtPosition: isCompletionListBlocker: 0.002331000054255128 +Info 3479 [22:01:07.560] getCompletionData: Semantic work: 0.9921549998689443 +Info 3480 [22:01:07.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22247699997387826 +Info 3481 [22:01:07.561] Format host information updated +Info 3482 [22:01:07.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3483 [22:01:07.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 9.142519999993965ms +Info 3484 [22:01:07.727] Different program with same set of files +Info 3485 [22:01:07.727] getCompletionData: Get current token: 0.0035230000503361225 +Info 3486 [22:01:07.727] getCompletionData: Is inside comment: 0.008624000009149313 +Info 3487 [22:01:07.727] getCompletionData: Get previous token: 0.012884000083431602 +Info 3488 [22:01:07.727] getCompletionsAtPosition: isCompletionListBlocker: 0.002001000102609396 +Info 3489 [22:01:07.728] getCompletionData: Semantic work: 0.7027759999036789 +Info 3490 [22:01:07.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3884509999770671 +Info 3491 [22:01:07.728] Format host information updated +Info 3492 [22:01:07.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3493 [22:01:07.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 7.930499000009149ms +Info 3494 [22:01:07.890] Different program with same set of files +Info 3495 [22:01:07.890] getCompletionData: Get current token: 0.003404999850317836 +Info 3496 [22:01:07.890] getCompletionData: Is inside comment: 0.008591999998316169 +Info 3497 [22:01:07.890] getCompletionData: Get previous token: 0.012896999949589372 +Info 3498 [22:01:07.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0026130001060664654 +Info 3499 [22:01:07.891] getCompletionData: Semantic work: 0.7093170001171529 +Info 3500 [22:01:07.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.27371200011111796 +Info 3501 [22:01:07.893] Format host information updated +Info 3502 [22:01:08.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3503 [22:01:08.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 10.14134700014256ms +Info 3504 [22:01:08.094] Different program with same set of files +Info 3505 [22:01:08.094] getCompletionData: Get current token: 0.0041519999504089355 +Info 3506 [22:01:08.094] getCompletionData: Is inside comment: 0.00941000017337501 +Info 3507 [22:01:08.094] getCompletionData: Get previous token: 0.007546999957412481 +Info 3508 [22:01:08.094] getCompletionsAtPosition: isCompletionListBlocker: 0.006957000121474266 +Info 3509 [22:01:08.095] getExportInfoMap: cache hit +Info 3510 [22:01:08.114] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3511 [22:01:08.114] collectAutoImports: response is complete +Info 3512 [22:01:08.114] collectAutoImports: 18.818496000021696 +Info 3513 [22:01:08.114] getCompletionData: Semantic work: 20.523039000108838 +Info 3514 [22:01:08.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.244596000062302 +Info 3515 [22:01:08.131] Format host information updated +Info 3516 [22:01:08.298] getCompletionData: Get current token: 0.003731000004336238 +Info 3517 [22:01:08.298] getCompletionData: Is inside comment: 0.001461000181734562 +Info 3518 [22:01:08.298] getCompletionData: Get previous token: 0.015084999846294522 +Info 3519 [22:01:08.298] getCompletionsAtPosition: isCompletionListBlocker: 0.0031139999628067017 +Info 3520 [22:01:08.299] getExportInfoMap: cache hit +Info 3521 [22:01:08.315] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3522 [22:01:08.315] collectAutoImports: response is complete +Info 3523 [22:01:08.315] collectAutoImports: 15.897964000003412 +Info 3524 [22:01:08.315] getCompletionData: Semantic work: 17.284439999843016 +Info 3525 [22:01:08.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.683590000029653 +Info 3526 [22:01:08.333] Format host information updated +Info 3527 [22:01:08.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3528 [22:01:08.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 18.047361999982968ms +Info 3529 [22:01:08.497] Different program with same set of files +Info 3530 [22:01:08.497] getCompletionData: Get current token: 0.0078639998100698 +Info 3531 [22:01:08.497] getCompletionData: Is inside comment: 0.0025080000050365925 +Info 3532 [22:01:08.498] getCompletionData: Get previous token: 0.03373800008557737 +Info 3533 [22:01:08.498] getCompletionsAtPosition: isCompletionListBlocker: 0.005341999931260943 +Info 3534 [22:01:08.500] getExportInfoMap: cache hit +Info 3535 [22:01:08.507] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 269 from cache +Info 3536 [22:01:08.507] collectAutoImports: response is complete +Info 3537 [22:01:08.507] collectAutoImports: 7.298655000049621 +Info 3538 [22:01:08.507] getCompletionData: Semantic work: 9.885258999885991 +Info 3539 [22:01:08.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.012283999938518 +Info 3540 [22:01:08.517] Format host information updated +Info 3541 [22:01:08.678] getCompletionData: Get current token: 0.003567000152543187 +Info 3542 [22:01:08.678] getCompletionData: Is inside comment: 0.009291999973356724 +Info 3543 [22:01:08.678] getCompletionData: Get previous token: 0.007205000147223473 +Info 3544 [22:01:08.678] getCompletionsAtPosition: isCompletionListBlocker: 0.006990999914705753 +Info 3545 [22:01:08.680] getExportInfoMap: cache hit +Info 3546 [22:01:08.698] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3547 [22:01:08.698] collectAutoImports: response is complete +Info 3548 [22:01:08.698] collectAutoImports: 17.825803000014275 +Info 3549 [22:01:08.698] getCompletionData: Semantic work: 19.654665999813005 +Info 3550 [22:01:08.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.367020000005141 +Info 3551 [22:01:08.716] Format host information updated +Info 3552 [22:01:09.135] Format host information updated +Info 3553 [22:01:09.135] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3554 [22:01:09.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 10.564409000100568ms +Info 3555 [22:01:09.146] Different program with same set of files +Info 3556 [22:01:09.599] getCompletionData: Get current token: 0.006644000066444278 +Info 3557 [22:01:09.599] getCompletionData: Is inside comment: 0.001803999999538064 +Info 3558 [22:01:09.599] getCompletionData: Get previous token: 0.026794000063091516 +Info 3559 [22:01:09.599] getCompletionsAtPosition: isCompletionListBlocker: 0.004680000012740493 +Info 3560 [22:01:09.602] getExportInfoMap: cache hit +Info 3561 [22:01:09.606] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 269 from cache +Info 3562 [22:01:09.606] collectAutoImports: response is complete +Info 3563 [22:01:09.606] collectAutoImports: 4.2468250000383705 +Info 3564 [22:01:09.606] getCompletionData: Semantic work: 7.0198569998610765 +Info 3565 [22:01:09.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.483020999934524 +Info 3566 [22:01:09.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3567 [22:01:09.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 8.32161400001496ms +Info 3568 [22:01:09.814] Different program with same set of files +Info 3569 [22:01:09.814] getCompletionData: Get current token: 0.005558999953791499 +Info 3570 [22:01:09.814] getCompletionData: Is inside comment: 0.0012989998795092106 +Info 3571 [22:01:09.814] getCompletionData: Get previous token: 0.022098999936133623 +Info 3572 [22:01:09.814] getCompletionsAtPosition: isCompletionListBlocker: 0.002554000122472644 +Info 3573 [22:01:09.814] getCompletionData: Semantic work: 0.30763300019316375 +Info 3574 [22:01:09.815] Format host information updated +Info 3575 [22:01:09.978] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3576 [22:01:09.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 9.287259000120685ms +Info 3577 [22:01:09.988] Different program with same set of files +Info 3578 [22:01:09.988] getCompletionData: Get current token: 0.003409000113606453 +Info 3579 [22:01:09.988] getCompletionData: Is inside comment: 0.001076999818906188 +Info 3580 [22:01:09.988] getCompletionData: Get previous token: 0.0174859999679029 +Info 3581 [22:01:09.988] getCompletionsAtPosition: isCompletionListBlocker: 0.002481999807059765 +Info 3582 [22:01:09.988] getCompletionData: Semantic work: 0.24347200011834502 +Info 3583 [22:01:09.988] Format host information updated +Info 3584 [22:01:10.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3585 [22:01:10.153] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 8.100842999992892ms +Info 3586 [22:01:10.153] Different program with same set of files +Info 3587 [22:01:10.153] getCompletionData: Get current token: 0.0035099999513477087 +Info 3588 [22:01:10.153] getCompletionData: Is inside comment: 0.0010649999603629112 +Info 3589 [22:01:10.153] getCompletionData: Get previous token: 0.016746999928727746 +Info 3590 [22:01:10.153] getCompletionsAtPosition: isCompletionListBlocker: 0.0027699999045580626 +Info 3591 [22:01:10.153] getCompletionData: Semantic work: 0.24075100012123585 +Info 3592 [22:01:10.155] Format host information updated +Info 3593 [22:01:10.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3594 [22:01:10.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 7.683974999934435ms +Info 3595 [22:01:10.326] Different program with same set of files +Info 3596 [22:01:10.326] getCompletionData: Get current token: 0.0036650002002716064 +Info 3597 [22:01:10.326] getCompletionData: Is inside comment: 0.0010269999038428068 +Info 3598 [22:01:10.326] getCompletionData: Get previous token: 0.018090000143274665 +Info 3599 [22:01:10.326] getCompletionsAtPosition: isCompletionListBlocker: 0.00253499997779727 +Info 3600 [22:01:10.326] getCompletionData: Semantic work: 0.2398850000463426 +Info 3601 [22:01:10.326] Format host information updated +Info 3602 [22:01:10.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3603 [22:01:10.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 9.293166999937966ms +Info 3604 [22:01:10.336] Different program with same set of files +Info 3605 [22:01:10.336] getCompletionData: Get current token: 0.003700000001117587 +Info 3606 [22:01:10.336] getCompletionData: Is inside comment: 0.00113800005055964 +Info 3607 [22:01:10.336] getCompletionData: Get previous token: 0.017703999998047948 +Info 3608 [22:01:10.336] getCompletionsAtPosition: isCompletionListBlocker: 0.002104999963194132 +Info 3609 [22:01:10.336] getCompletionData: Semantic work: 0.23618400003761053 +Info 3610 [22:01:10.336] Format host information updated +Info 3611 [22:01:10.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3612 [22:01:10.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 8.079393000109121ms +Info 3613 [22:01:10.509] Different program with same set of files +Info 3614 [22:01:10.509] getCompletionData: Get current token: 0.006464000092819333 +Info 3615 [22:01:10.509] getCompletionData: Is inside comment: 0.0017180000431835651 +Info 3616 [22:01:10.509] getCompletionData: Get previous token: 0.0301679999101907 +Info 3617 [22:01:10.509] getCompletionsAtPosition: isCompletionListBlocker: 0.0027199999894946814 +Info 3618 [22:01:10.509] getCompletionData: Semantic work: 0.4500179998576641 +Info 3619 [22:01:10.511] Format host information updated +Info 3620 [22:01:10.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3621 [22:01:10.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 7.575548000168055ms +Info 3622 [22:01:10.685] Different program with same set of files +Info 3623 [22:01:10.685] getCompletionData: Get current token: 0.0037670000456273556 +Info 3624 [22:01:10.685] getCompletionData: Is inside comment: 0.0011030000168830156 +Info 3625 [22:01:10.685] getCompletionData: Get previous token: 0.01831700000911951 +Info 3626 [22:01:10.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0023350000847131014 +Info 3627 [22:01:10.685] getCompletionData: Semantic work: 0.31987900007516146 +Info 3628 [22:01:10.685] Format host information updated +Info 3629 [22:01:10.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3630 [22:01:10.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 8.943188000004739ms +Info 3631 [22:01:10.695] Different program with same set of files +Info 3632 [22:01:10.695] getCompletionData: Get current token: 0.00367600005120039 +Info 3633 [22:01:10.695] getCompletionData: Is inside comment: 0.0012320000678300858 +Info 3634 [22:01:10.695] getCompletionData: Get previous token: 0.01781299989670515 +Info 3635 [22:01:10.695] getCompletionsAtPosition: isCompletionListBlocker: 0.001755999866873026 +Info 3636 [22:01:10.695] getCompletionData: Semantic work: 0.27362800016999245 +Info 3637 [22:01:10.695] Format host information updated +Info 3638 [22:01:10.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3639 [22:01:10.866] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 7.731701999902725ms +Info 3640 [22:01:10.866] Different program with same set of files +Info 3641 [22:01:10.867] getCompletionData: Get current token: 0.004142999881878495 +Info 3642 [22:01:10.867] getCompletionData: Is inside comment: 0.001149000134319067 +Info 3643 [22:01:10.867] getCompletionData: Get previous token: 0.016195999924093485 +Info 3644 [22:01:10.867] getCompletionsAtPosition: isCompletionListBlocker: 0.006201999960467219 +Info 3645 [22:01:10.868] getExportInfoMap: cache hit +Info 3646 [22:01:10.889] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3647 [22:01:10.889] collectAutoImports: response is complete +Info 3648 [22:01:10.889] collectAutoImports: 21.36278900015168 +Info 3649 [22:01:10.889] getCompletionData: Semantic work: 22.736961000133306 +Info 3650 [22:01:10.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.729526000097394 +Info 3651 [22:01:10.907] Format host information updated +Info 3652 [22:01:11.072] Format host information updated +Info 3653 [22:01:22.214] getCompletionData: Get current token: 0.038690999848768115 +Info 3654 [22:01:22.214] getCompletionData: Is inside comment: 0.008079000050202012 +Info 3655 [22:01:22.214] getCompletionData: Get previous token: 0.0828279999550432 +Info 3656 [22:01:22.214] getCompletionsAtPosition: isCompletionListBlocker: 0.0037169998977333307 +Info 3657 [22:01:22.214] Returning an empty list because completion was requested in an invalid position. +Info 3658 [22:01:22.506] Format host information updated +Info 3659 [22:01:22.506] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3660 [22:01:22.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 8.116666999878362ms +Info 3661 [22:01:22.514] Different program with same set of files +Info 3662 [22:01:22.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3663 [22:01:22.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 9.949074999894947ms +Info 3664 [22:01:22.689] Different program with same set of files +Info 3665 [22:01:22.689] getCompletionData: Get current token: 0.013639000011608005 +Info 3666 [22:01:22.689] getCompletionData: Is inside comment: 0.0026809999253600836 +Info 3667 [22:01:22.689] getCompletionData: Get previous token: 0.020926000084728003 +Info 3668 [22:01:22.689] getCompletionsAtPosition: isCompletionListBlocker: 0.0010810000821948051 +Info 3669 [22:01:22.689] Returning an empty list because completion was requested in an invalid position. +Info 3670 [22:01:22.689] Format host information updated +Info 3671 [22:01:22.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3672 [22:01:22.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 8.393242000136524ms +Info 3673 [22:01:22.890] Different program with same set of files +Info 3674 [22:01:22.890] getCompletionData: Get current token: 0.011645999969914556 +Info 3675 [22:01:22.890] getCompletionData: Is inside comment: 0.002434000140056014 +Info 3676 [22:01:22.890] getCompletionData: Get previous token: 0.019847000017762184 +Info 3677 [22:01:22.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0009180000051856041 +Info 3678 [22:01:22.890] Returning an empty list because completion was requested in an invalid position. +Info 3679 [22:01:22.892] Format host information updated +Info 3680 [22:01:23.090] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3681 [22:01:23.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 7.80672899982892ms +Info 3682 [22:01:23.098] Different program with same set of files +Info 3683 [22:01:23.099] getCompletionData: Get current token: 0.011919999960809946 +Info 3684 [22:01:23.099] getCompletionData: Is inside comment: 0.002791999839246273 +Info 3685 [22:01:23.099] getCompletionData: Get previous token: 0.020847999956458807 +Info 3686 [22:01:23.099] getCompletionsAtPosition: isCompletionListBlocker: 0.0009679999202489853 +Info 3687 [22:01:23.099] Returning an empty list because completion was requested in an invalid position. +Info 3688 [22:01:23.099] Format host information updated +Info 3689 [22:01:23.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3690 [22:01:23.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 9.139538000104949ms +Info 3691 [22:01:23.108] Different program with same set of files +Info 3692 [22:01:23.109] getCompletionData: Get current token: 0.008400999940931797 +Info 3693 [22:01:23.109] getCompletionData: Is inside comment: 0.0016769999638199806 +Info 3694 [22:01:23.109] getCompletionData: Get previous token: 0.01680999994277954 +Info 3695 [22:01:23.109] getCompletionsAtPosition: isCompletionListBlocker: 0.0010059999767690897 +Info 3696 [22:01:23.109] Returning an empty list because completion was requested in an invalid position. +Info 3697 [22:01:23.109] Format host information updated +Info 3698 [22:01:23.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3699 [22:01:23.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 7.4367070000153035ms +Info 3700 [22:01:23.304] Different program with same set of files +Info 3701 [22:01:23.304] getCompletionData: Get current token: 0.011745000025257468 +Info 3702 [22:01:23.304] getCompletionData: Is inside comment: 0.002240000059828162 +Info 3703 [22:01:23.304] getCompletionData: Get previous token: 0.020623000105842948 +Info 3704 [22:01:23.304] getCompletionsAtPosition: isCompletionListBlocker: 0.0009870000649243593 +Info 3705 [22:01:23.304] Returning an empty list because completion was requested in an invalid position. +Info 3706 [22:01:23.304] Format host information updated +Info 3707 [22:01:23.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3708 [22:01:23.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 15.827222000109032ms +Info 3709 [22:01:23.487] Different program with same set of files +Info 3710 [22:01:23.488] getCompletionData: Get current token: 0.013562000123783946 +Info 3711 [22:01:23.488] getCompletionData: Is inside comment: 0.0028529998380690813 +Info 3712 [22:01:23.488] getCompletionData: Get previous token: 0.026803999906405807 +Info 3713 [22:01:23.488] getCompletionsAtPosition: isCompletionListBlocker: 0.0011279999744147062 +Info 3714 [22:01:23.488] Returning an empty list because completion was requested in an invalid position. +Info 3715 [22:01:23.488] Format host information updated +Info 3716 [22:01:23.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3717 [22:01:23.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 10.852171999868006ms +Info 3718 [22:01:23.784] Different program with same set of files +Info 3719 [22:01:23.784] getCompletionData: Get current token: 0.01738799992017448 +Info 3720 [22:01:23.784] getCompletionData: Is inside comment: 0.0034149999264627695 +Info 3721 [22:01:23.784] getCompletionData: Get previous token: 0.02896400005556643 +Info 3722 [22:01:23.784] getCompletionsAtPosition: isCompletionListBlocker: 0.0013909998815506697 +Info 3723 [22:01:23.784] Returning an empty list because completion was requested in an invalid position. +Info 3724 [22:01:23.784] Format host information updated +Info 3725 [22:01:23.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3726 [22:01:23.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 9.470433000009507ms +Info 3727 [22:01:23.952] Different program with same set of files +Info 3728 [22:01:23.952] getCompletionData: Get current token: 0.011494999984279275 +Info 3729 [22:01:23.952] getCompletionData: Is inside comment: 0.002331000054255128 +Info 3730 [22:01:23.952] getCompletionData: Get previous token: 0.019658999983221292 +Info 3731 [22:01:23.952] getCompletionsAtPosition: isCompletionListBlocker: 0.000906999921426177 +Info 3732 [22:01:23.952] Returning an empty list because completion was requested in an invalid position. +Info 3733 [22:01:23.953] Format host information updated +Info 3734 [22:01:25.172] getCompletionData: Get current token: 0.006177000002935529 +Info 3735 [22:01:25.172] getCompletionData: Is inside comment: 0.001668000128120184 +Info 3736 [22:01:25.172] getCompletionData: Get previous token: 0.013682999880984426 +Info 3737 [22:01:25.172] getCompletionsAtPosition: isCompletionListBlocker: 0.0012719999067485332 +Info 3738 [22:01:25.172] Returning an empty list because completion was requested in an invalid position. +Info 3739 [22:01:25.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3740 [22:01:25.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 9.061408000066876ms +Info 3741 [22:01:25.401] Different program with same set of files +Info 3742 [22:01:25.401] getCompletionData: Get current token: 0.009848000016063452 +Info 3743 [22:01:25.401] getCompletionData: Is inside comment: 0.0017379999626427889 +Info 3744 [22:01:25.401] getCompletionData: Get previous token: 0.017355000134557486 +Info 3745 [22:01:25.401] getCompletionsAtPosition: isCompletionListBlocker: 0.0009739999659359455 +Info 3746 [22:01:25.401] Returning an empty list because completion was requested in an invalid position. +Info 3747 [22:01:25.401] Format host information updated +Info 3748 [22:01:25.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3749 [22:01:25.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 8.074763000011444ms +Info 3750 [22:01:25.672] Different program with same set of files +Info 3751 [22:01:25.672] getCompletionData: Get current token: 0.013505000155419111 +Info 3752 [22:01:25.672] getCompletionData: Is inside comment: 0.002351999981328845 +Info 3753 [22:01:25.672] getCompletionData: Get previous token: 0.02074100007303059 +Info 3754 [22:01:25.672] getCompletionsAtPosition: isCompletionListBlocker: 0.001158999977633357 +Info 3755 [22:01:25.672] Returning an empty list because completion was requested in an invalid position. +Info 3756 [22:01:25.673] Format host information updated +Info 3757 [22:01:25.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3758 [22:01:25.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 8.533916000043973ms +Info 3759 [22:01:25.831] Different program with same set of files +Info 3760 [22:01:25.832] getCompletionData: Get current token: 0.011601000092923641 +Info 3761 [22:01:25.832] getCompletionData: Is inside comment: 0.002439000178128481 +Info 3762 [22:01:25.832] getCompletionData: Get previous token: 0.04659899999387562 +Info 3763 [22:01:25.832] getCompletionsAtPosition: isCompletionListBlocker: 0.0011199999134987593 +Info 3764 [22:01:25.832] Returning an empty list because completion was requested in an invalid position. +Info 3765 [22:01:25.832] Format host information updated +Info 3766 [22:01:25.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3767 [22:01:25.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 7.54778499994427ms +Info 3768 [22:01:25.988] Different program with same set of files +Info 3769 [22:01:25.989] getCompletionData: Get current token: 0.011957000009715557 +Info 3770 [22:01:25.989] getCompletionData: Is inside comment: 0.0024480000138282776 +Info 3771 [22:01:25.989] getCompletionData: Get previous token: 0.020455999998375773 +Info 3772 [22:01:25.989] getCompletionsAtPosition: isCompletionListBlocker: 0.001029999926686287 +Info 3773 [22:01:25.989] Returning an empty list because completion was requested in an invalid position. +Info 3774 [22:01:25.989] Format host information updated +Info 3775 [22:01:26.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3776 [22:01:26.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 7.924172000028193ms +Info 3777 [22:01:26.163] Different program with same set of files +Info 3778 [22:01:26.163] getCompletionData: Get current token: 0.012572000036016107 +Info 3779 [22:01:26.163] getCompletionData: Is inside comment: 0.00266100000590086 +Info 3780 [22:01:26.163] getCompletionData: Get previous token: 0.022026000078767538 +Info 3781 [22:01:26.163] getCompletionsAtPosition: isCompletionListBlocker: 0.000994000118225813 +Info 3782 [22:01:26.163] Returning an empty list because completion was requested in an invalid position. +Info 3783 [22:01:26.163] Format host information updated +Info 3784 [22:01:26.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3785 [22:01:26.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 8.702814999967813ms +Info 3786 [22:01:26.331] Different program with same set of files +Info 3787 [22:01:26.331] getCompletionData: Get current token: 0.0127210000064224 +Info 3788 [22:01:26.331] getCompletionData: Is inside comment: 0.002483000047504902 +Info 3789 [22:01:26.331] getCompletionData: Get previous token: 0.02079699980095029 +Info 3790 [22:01:26.331] getCompletionsAtPosition: isCompletionListBlocker: 0.0011579999700188637 +Info 3791 [22:01:26.331] Returning an empty list because completion was requested in an invalid position. +Info 3792 [22:01:26.332] Format host information updated +Info 3793 [22:01:26.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3794 [22:01:26.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 7.225845000008121ms +Info 3795 [22:01:26.339] Different program with same set of files +Info 3796 [22:01:26.339] getCompletionData: Get current token: 0.007946999976411462 +Info 3797 [22:01:26.339] getCompletionData: Is inside comment: 0.0016159999649971724 +Info 3798 [22:01:26.339] getCompletionData: Get previous token: 0.016487000044435263 +Info 3799 [22:01:26.339] getCompletionsAtPosition: isCompletionListBlocker: 0.000743999844416976 +Info 3800 [22:01:26.339] Returning an empty list because completion was requested in an invalid position. +Info 3801 [22:01:26.339] Format host information updated +Info 3802 [22:01:26.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3803 [22:01:26.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 9.040061000036076ms +Info 3804 [22:01:26.511] Different program with same set of files +Info 3805 [22:01:26.511] getCompletionData: Get current token: 0.011614000191912055 +Info 3806 [22:01:26.511] getCompletionData: Is inside comment: 0.0023320000618696213 +Info 3807 [22:01:26.511] getCompletionData: Get previous token: 0.0206540001090616 +Info 3808 [22:01:26.511] getCompletionsAtPosition: isCompletionListBlocker: 0.001003999961540103 +Info 3809 [22:01:26.511] Returning an empty list because completion was requested in an invalid position. +Info 3810 [22:01:26.512] Format host information updated +Info 3811 [22:01:26.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3812 [22:01:26.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 8.886079000076279ms +Info 3813 [22:01:26.679] Different program with same set of files +Info 3814 [22:01:26.679] getCompletionData: Get current token: 0.011995000066235662 +Info 3815 [22:01:26.679] getCompletionData: Is inside comment: 0.0025080000050365925 +Info 3816 [22:01:26.679] getCompletionData: Get previous token: 0.020301999989897013 +Info 3817 [22:01:26.679] getCompletionsAtPosition: isCompletionListBlocker: 0.0010400000028312206 +Info 3818 [22:01:26.679] Returning an empty list because completion was requested in an invalid position. +Info 3819 [22:01:26.679] Format host information updated +Info 3820 [22:01:26.833] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3821 [22:01:26.842] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 8.407370999921113ms +Info 3822 [22:01:26.842] Different program with same set of files +Info 3823 [22:01:26.842] getCompletionData: Get current token: 0.01933200005441904 +Info 3824 [22:01:26.842] getCompletionData: Is inside comment: 0.003969999961555004 +Info 3825 [22:01:26.842] getCompletionData: Get previous token: 0.0333130001090467 +Info 3826 [22:01:26.842] getCompletionsAtPosition: isCompletionListBlocker: 0.0011879999656230211 +Info 3827 [22:01:26.842] Returning an empty list because completion was requested in an invalid position. +Info 3828 [22:01:26.842] Format host information updated +Info 3829 [22:01:27.001] Format host information updated +Info 3830 [22:01:27.066] Format host information updated +Info 3831 [22:01:27.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3832 [22:01:27.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 8.74612500006333ms +Info 3833 [22:01:27.075] Different program with same set of files +Info 3834 [22:01:30.682] Format host information updated +Info 3835 [22:01:30.682] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3836 [22:01:30.692] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 9.748250999953598ms +Info 3837 [22:01:30.692] Different program with same set of files +Info 3838 [22:01:32.906] Format host information updated +Info 3839 [22:01:32.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3840 [22:01:32.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 9.489750999957323ms +Info 3841 [22:01:32.916] Different program with same set of files +Info 3842 [22:01:46.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3843 [22:01:46.885] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 23.893519999925047ms +Info 3844 [22:01:46.885] Different program with same set of files +Info 3845 [22:01:46.885] getCompletionData: Get current token: 0.008549999911338091 +Info 3846 [22:01:46.885] getCompletionData: Is inside comment: 0.0018100000452250242 +Info 3847 [22:01:46.885] getCompletionData: Get previous token: 0.03640800016000867 +Info 3848 [22:01:46.885] getCompletionsAtPosition: isCompletionListBlocker: 0.0011370000429451466 +Info 3849 [22:01:46.885] Returning an empty list because completion was requested in an invalid position. +Info 3850 [22:01:46.885] Format host information updated +Info 3851 [22:01:47.204] getCompletionData: Get current token: 0.006572999991476536 +Info 3852 [22:01:47.204] getCompletionData: Is inside comment: 0.0013610001187771559 +Info 3853 [22:01:47.205] getCompletionData: Get previous token: 0.021421000128611922 +Info 3854 [22:01:47.205] getCompletionsAtPosition: isCompletionListBlocker: 0.0012519999872893095 +Info 3855 [22:01:47.205] Returning an empty list because completion was requested in an invalid position. +Info 3856 [22:01:47.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3857 [22:01:47.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 11.852890999987721ms +Info 3858 [22:01:47.333] Different program with same set of files +Info 3859 [22:01:47.333] getCompletionData: Get current token: 0.009579000063240528 +Info 3860 [22:01:47.333] getCompletionData: Is inside comment: 0.001542000100016594 +Info 3861 [22:01:47.333] getCompletionData: Get previous token: 0.03066299995407462 +Info 3862 [22:01:47.333] getCompletionsAtPosition: isCompletionListBlocker: 0.0014650002121925354 +Info 3863 [22:01:47.333] Returning an empty list because completion was requested in an invalid position. +Info 3864 [22:01:47.333] Format host information updated +Info 3865 [22:01:50.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3866 [22:01:50.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 10.000145999947563ms +Info 3867 [22:01:50.727] Different program with same set of files +Info 3868 [22:01:50.727] getCompletionData: Get current token: 0.006065000081434846 +Info 3869 [22:01:50.727] getCompletionData: Is inside comment: 0.0015389998443424702 +Info 3870 [22:01:50.727] getCompletionData: Get previous token: 0.024043000070378184 +Info 3871 [22:01:50.727] getCompletionsAtPosition: isCompletionListBlocker: 0.001129999989643693 +Info 3872 [22:01:50.727] Returning an empty list because completion was requested in an invalid position. +Info 3873 [22:01:50.728] Format host information updated +Info 3874 [22:01:50.971] getCompletionData: Get current token: 0.005908000050112605 +Info 3875 [22:01:50.971] getCompletionData: Is inside comment: 0.0013500000350177288 +Info 3876 [22:01:50.971] getCompletionData: Get previous token: 0.020075000124052167 +Info 3877 [22:01:50.972] getCompletionsAtPosition: isCompletionListBlocker: 0.0012689998839050531 +Info 3878 [22:01:50.972] Returning an empty list because completion was requested in an invalid position. +Info 3879 [22:01:51.133] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3880 [22:01:51.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 12.670942000113428ms +Info 3881 [22:01:51.146] Different program with same set of files +Info 3882 [22:01:51.146] getCompletionData: Get current token: 0.008368000155314803 +Info 3883 [22:01:51.146] getCompletionData: Is inside comment: 0.001999999862164259 +Info 3884 [22:01:51.146] getCompletionData: Get previous token: 0.02774099982343614 +Info 3885 [22:01:51.146] getCompletionsAtPosition: isCompletionListBlocker: 0.0010939999483525753 +Info 3886 [22:01:51.146] Returning an empty list because completion was requested in an invalid position. +Info 3887 [22:01:51.146] Format host information updated +Info 3888 [22:02:55.610] getCompletionData: Get current token: 0.007130999583750963 +Info 3889 [22:02:55.610] getCompletionData: Is inside comment: 0.015844000037759542 +Info 3890 [22:02:55.610] getCompletionData: Get previous token: 0.013048000168055296 +Info 3891 [22:02:55.610] getCompletionsAtPosition: isCompletionListBlocker: 0.0023369998671114445 +Info 3892 [22:02:55.612] getExportInfoMap: cache hit +Info 3893 [22:02:55.646] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3894 [22:02:55.646] collectAutoImports: response is complete +Info 3895 [22:02:55.646] collectAutoImports: 33.65137099986896 +Info 3896 [22:02:55.646] getCompletionData: Semantic work: 35.699396999552846 +Info 3897 [22:02:55.661] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.35147299990058 +Info 3898 [22:02:56.969] getCompletionData: Get current token: 0.005750000011175871 +Info 3899 [22:02:56.969] getCompletionData: Is inside comment: 0.001430000178515911 +Info 3900 [22:02:56.969] getCompletionData: Get previous token: 0.013063000049442053 +Info 3901 [22:02:56.969] getCompletionsAtPosition: isCompletionListBlocker: 0.0037100003100931644 +Info 3902 [22:02:56.970] getExportInfoMap: cache hit +Info 3903 [22:02:56.988] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3904 [22:02:56.988] collectAutoImports: response is complete +Info 3905 [22:02:56.989] collectAutoImports: 18.344341999851167 +Info 3906 [22:02:56.989] getCompletionData: Semantic work: 19.904320999979973 +Info 3907 [22:02:57.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.694031000137329 +Info 3908 [22:02:57.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3909 [22:02:57.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 352 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.171048999764025ms +Info 3910 [22:02:57.147] Different program with same set of files +Info 3911 [22:02:57.148] getCompletionData: Get current token: 0.008340000174939632 +Info 3912 [22:02:57.148] getCompletionData: Is inside comment: 0.001579000148922205 +Info 3913 [22:02:57.148] getCompletionData: Get previous token: 0.039892000146210194 +Info 3914 [22:02:57.148] getCompletionsAtPosition: isCompletionListBlocker: 0.0013779997825622559 +Info 3915 [22:02:57.148] Returning an empty list because completion was requested in an invalid position. +Info 3916 [22:02:57.148] Format host information updated +Info 3917 [22:02:57.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3918 [22:02:57.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 353 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.11018899967894ms +Info 3919 [22:02:57.507] Different program with same set of files +Info 3920 [22:02:57.507] getCompletionData: Get current token: 0.009444000199437141 +Info 3921 [22:02:57.507] getCompletionData: Is inside comment: 0.0016260002739727497 +Info 3922 [22:02:57.507] getCompletionData: Get previous token: 0.026248000096529722 +Info 3923 [22:02:57.507] getCompletionsAtPosition: isCompletionListBlocker: 0.01950199995189905 +Info 3924 [22:02:57.512] getExportInfoMap: cache hit +Info 3925 [22:02:57.536] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3926 [22:02:57.536] collectAutoImports: response is complete +Info 3927 [22:02:57.536] collectAutoImports: 24.087498999666423 +Info 3928 [22:02:57.536] getCompletionData: Semantic work: 29.026150000281632 +Info 3929 [22:02:57.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.50455700000748 +Info 3930 [22:02:57.559] Format host information updated +Info 3931 [22:02:57.771] getCompletionData: Get current token: 0.009908000007271767 +Info 3932 [22:02:57.771] getCompletionData: Is inside comment: 0.0017910003662109375 +Info 3933 [22:02:57.772] getCompletionData: Get previous token: 0.041757000144571066 +Info 3934 [22:02:57.772] getCompletionsAtPosition: isCompletionListBlocker: 0.001598999835550785 +Info 3935 [22:02:57.772] Returning an empty list because completion was requested in an invalid position. +Info 3936 [22:02:57.772] Format host information updated +Info 3937 [22:02:57.887] getCompletionData: Get current token: 0.006468999665230513 +Info 3938 [22:02:57.887] getCompletionData: Is inside comment: 0.0019220001995563507 +Info 3939 [22:02:57.887] getCompletionData: Get previous token: 0.018957000225782394 +Info 3940 [22:02:57.887] getCompletionsAtPosition: isCompletionListBlocker: 0.015463000163435936 +Info 3941 [22:02:57.889] getExportInfoMap: cache hit +Info 3942 [22:02:57.914] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3943 [22:02:57.914] collectAutoImports: response is complete +Info 3944 [22:02:57.914] collectAutoImports: 24.765581999905407 +Info 3945 [22:02:57.914] getCompletionData: Semantic work: 27.002668000292033 +Info 3946 [22:02:57.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.771840000059456 +Info 3947 [22:02:58.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3948 [22:02:58.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 10.278480000328273ms +Info 3949 [22:02:58.140] Different program with same set of files +Info 3950 [22:02:58.140] getCompletionData: Get current token: 0.007309999782592058 +Info 3951 [22:02:58.140] getCompletionData: Is inside comment: 0.0015540001913905144 +Info 3952 [22:02:58.140] getCompletionData: Get previous token: 0.02725900011137128 +Info 3953 [22:02:58.140] getCompletionsAtPosition: isCompletionListBlocker: 0.007191000040620565 +Info 3954 [22:02:58.142] getExportInfoMap: cache hit +Info 3955 [22:02:58.163] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 3956 [22:02:58.163] collectAutoImports: response is complete +Info 3957 [22:02:58.163] collectAutoImports: 20.746747999917716 +Info 3958 [22:02:58.163] getCompletionData: Semantic work: 22.602593999821693 +Info 3959 [22:02:58.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.159245000220835 +Info 3960 [22:02:58.185] Format host information updated +Info 3961 [22:03:00.371] Format host information updated +Info 3962 [22:03:00.372] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3963 [22:03:00.381] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 9.609910999890417ms +Info 3964 [22:03:00.381] Different program with same set of files +Info 3965 [22:03:01.259] getCompletionData: Get current token: 0.008305000141263008 +Info 3966 [22:03:01.259] getCompletionData: Is inside comment: 0.0018130000680685043 +Info 3967 [22:03:01.259] getCompletionData: Get previous token: 0.020169999916106462 +Info 3968 [22:03:01.259] getCompletionsAtPosition: isCompletionListBlocker: 0.0010529998689889908 +Info 3969 [22:03:01.259] Returning an empty list because completion was requested in an invalid position. +Info 3970 [22:03:01.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3971 [22:03:01.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 9.516574000008404ms +Info 3972 [22:03:01.510] Different program with same set of files +Info 3973 [22:03:01.510] getCompletionData: Get current token: 0.013200999703258276 +Info 3974 [22:03:01.510] getCompletionData: Is inside comment: 0.0031220000237226486 +Info 3975 [22:03:01.510] getCompletionData: Get previous token: 0.022404000163078308 +Info 3976 [22:03:01.510] getCompletionsAtPosition: isCompletionListBlocker: 0.0014860001392662525 +Info 3977 [22:03:01.510] Returning an empty list because completion was requested in an invalid position. +Info 3978 [22:03:01.512] Format host information updated +Info 3979 [22:03:01.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3980 [22:03:01.691] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 17.44804299995303ms +Info 3981 [22:03:01.691] Different program with same set of files +Info 3982 [22:03:01.692] getCompletionData: Get current token: 0.011448999866843224 +Info 3983 [22:03:01.692] getCompletionData: Is inside comment: 0.0031170002184808254 +Info 3984 [22:03:01.692] getCompletionData: Get previous token: 0.04441799968481064 +Info 3985 [22:03:01.692] getCompletionsAtPosition: isCompletionListBlocker: 0.001579000148922205 +Info 3986 [22:03:01.692] Returning an empty list because completion was requested in an invalid position. +Info 3987 [22:03:01.693] Format host information updated +Info 3988 [22:03:01.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3989 [22:03:01.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 8.926818000152707ms +Info 3990 [22:03:01.895] Different program with same set of files +Info 3991 [22:03:01.896] getCompletionData: Get current token: 0.01055599981918931 +Info 3992 [22:03:01.896] getCompletionData: Is inside comment: 0.00267399987205863 +Info 3993 [22:03:01.896] getCompletionData: Get previous token: 0.023671000264585018 +Info 3994 [22:03:01.896] getCompletionsAtPosition: isCompletionListBlocker: 0.0012399996630847454 +Info 3995 [22:03:01.896] Returning an empty list because completion was requested in an invalid position. +Info 3996 [22:03:01.896] Format host information updated +Info 3997 [22:03:02.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3998 [22:03:02.062] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 8.591026000212878ms +Info 3999 [22:03:02.062] Different program with same set of files +Info 4000 [22:03:02.063] getCompletionData: Get current token: 0.009700000286102295 +Info 4001 [22:03:02.063] getCompletionData: Is inside comment: 0.0027900002896785736 +Info 4002 [22:03:02.063] getCompletionData: Get previous token: 0.02091699978336692 +Info 4003 [22:03:02.063] getCompletionsAtPosition: isCompletionListBlocker: 0.0011149998754262924 +Info 4004 [22:03:02.063] Returning an empty list because completion was requested in an invalid position. +Info 4005 [22:03:02.063] Format host information updated +Info 4006 [22:03:02.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4007 [22:03:02.285] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 12.62447899999097ms +Info 4008 [22:03:02.285] Different program with same set of files +Info 4009 [22:03:02.286] getCompletionData: Get current token: 0.031365999951958656 +Info 4010 [22:03:02.286] getCompletionData: Is inside comment: 0.003477000165730715 +Info 4011 [22:03:02.286] getCompletionData: Get previous token: 0.030696000438183546 +Info 4012 [22:03:02.286] getCompletionsAtPosition: isCompletionListBlocker: 0.0015020002610981464 +Info 4013 [22:03:02.286] Returning an empty list because completion was requested in an invalid position. +Info 4014 [22:03:02.286] Format host information updated +Info 4015 [22:03:02.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4016 [22:03:02.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 9.600898999720812ms +Info 4017 [22:03:02.456] Different program with same set of files +Info 4018 [22:03:02.457] getCompletionData: Get current token: 0.0095529998652637 +Info 4019 [22:03:02.457] getCompletionData: Is inside comment: 0.0028710002079606056 +Info 4020 [22:03:02.457] getCompletionData: Get previous token: 0.02013400010764599 +Info 4021 [22:03:02.457] getCompletionsAtPosition: isCompletionListBlocker: 0.0009739999659359455 +Info 4022 [22:03:02.457] Returning an empty list because completion was requested in an invalid position. +Info 4023 [22:03:02.457] Format host information updated +Info 4024 [22:03:02.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4025 [22:03:02.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 11.484820000361651ms +Info 4026 [22:03:02.680] Different program with same set of files +Info 4027 [22:03:02.680] getCompletionData: Get current token: 0.012401000130921602 +Info 4028 [22:03:02.680] getCompletionData: Is inside comment: 0.003651999868452549 +Info 4029 [22:03:02.680] getCompletionData: Get previous token: 0.026523999869823456 +Info 4030 [22:03:02.680] getCompletionsAtPosition: isCompletionListBlocker: 0.0011230004020035267 +Info 4031 [22:03:02.680] Returning an empty list because completion was requested in an invalid position. +Info 4032 [22:03:02.683] Format host information updated +Info 4033 [22:03:02.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4034 [22:03:02.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 9.25912299985066ms +Info 4035 [22:03:02.693] Different program with same set of files +Info 4036 [22:03:02.693] getCompletionData: Get current token: 0.009566000197082758 +Info 4037 [22:03:02.693] getCompletionData: Is inside comment: 0.0022539999336004257 +Info 4038 [22:03:02.693] getCompletionData: Get previous token: 0.019684999715536833 +Info 4039 [22:03:02.693] getCompletionsAtPosition: isCompletionListBlocker: 0.0009999996982514858 +Info 4040 [22:03:02.693] Returning an empty list because completion was requested in an invalid position. +Info 4041 [22:03:02.694] Format host information updated +Info 4042 [22:03:02.694] Format host information updated +Info 4043 [22:03:02.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4044 [22:03:02.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 8.130940000060946ms +Info 4045 [22:03:02.702] Different program with same set of files +Info 4046 [22:03:03.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4047 [22:03:03.962] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 11.67926699994132ms +Info 4048 [22:03:03.962] Different program with same set of files +Info 4049 [22:03:03.962] getCompletionData: Get current token: 0.010520999785512686 +Info 4050 [22:03:03.962] getCompletionData: Is inside comment: 0.002644000109285116 +Info 4051 [22:03:03.962] getCompletionData: Get previous token: 0.01925899973139167 +Info 4052 [22:03:03.962] getCompletionsAtPosition: isCompletionListBlocker: 0.000986000057309866 +Info 4053 [22:03:03.962] Returning an empty list because completion was requested in an invalid position. +Info 4054 [22:03:03.963] Format host information updated +Info 4055 [22:03:04.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4056 [22:03:04.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 10.279469000175595ms +Info 4057 [22:03:04.402] Different program with same set of files +Info 4058 [22:03:04.402] getCompletionData: Get current token: 0.006010999903082848 +Info 4059 [22:03:04.402] getCompletionData: Is inside comment: 0.0013749999925494194 +Info 4060 [22:03:04.402] getCompletionData: Get previous token: 0.025212999898940325 +Info 4061 [22:03:04.402] getCompletionsAtPosition: isCompletionListBlocker: 0.0014140000566840172 +Info 4062 [22:03:04.402] Returning an empty list because completion was requested in an invalid position. +Info 4063 [22:03:04.402] Format host information updated +Info 4064 [22:03:04.586] getCompletionData: Get current token: 0.00559900002554059 +Info 4065 [22:03:04.586] getCompletionData: Is inside comment: 0.0011830003932118416 +Info 4066 [22:03:04.586] getCompletionData: Get previous token: 0.01561200013384223 +Info 4067 [22:03:04.586] getCompletionsAtPosition: isCompletionListBlocker: 0.00914300000295043 +Info 4068 [22:03:04.588] getExportInfoMap: cache hit +Info 4069 [22:03:04.614] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 4070 [22:03:04.614] collectAutoImports: response is complete +Info 4071 [22:03:04.614] collectAutoImports: 25.892560000065714 +Info 4072 [22:03:04.614] getCompletionData: Semantic work: 28.011601000092924 +Info 4073 [22:03:04.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.234397999942303 +Info 4074 [22:03:04.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4075 [22:03:04.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 27.297610000241548ms +Info 4076 [22:03:04.797] Different program with same set of files +Info 4077 [22:03:04.798] getCompletionData: Get current token: 0.019510000012815 +Info 4078 [22:03:04.798] getCompletionData: Is inside comment: 0.0047079999931156635 +Info 4079 [22:03:04.798] getCompletionData: Get previous token: 0.10967400018125772 +Info 4080 [22:03:04.798] getCompletionsAtPosition: isCompletionListBlocker: 0.019346999935805798 +Info 4081 [22:03:04.801] getExportInfoMap: cache hit +Info 4082 [22:03:04.815] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 4083 [22:03:04.815] collectAutoImports: response is complete +Info 4084 [22:03:04.815] collectAutoImports: 13.766291999723762 +Info 4085 [22:03:04.815] getCompletionData: Semantic work: 17.164878000039607 +Info 4086 [22:03:04.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.253159999847412 +Info 4087 [22:03:04.826] Format host information updated +Info 4088 [22:03:05.005] getCompletionData: Get current token: 0.008442000020295382 +Info 4089 [22:03:05.005] getCompletionData: Is inside comment: 0.001680999994277954 +Info 4090 [22:03:05.005] getCompletionData: Get previous token: 0.06210799980908632 +Info 4091 [22:03:05.005] getCompletionsAtPosition: isCompletionListBlocker: 0.001275000162422657 +Info 4092 [22:03:05.005] Returning an empty list because completion was requested in an invalid position. +Info 4093 [22:03:05.005] Format host information updated +Info 4094 [22:03:05.286] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4095 [22:03:05.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 9.076998999807984ms +Info 4096 [22:03:05.296] Different program with same set of files +Info 4097 [22:03:05.296] getCompletionData: Get current token: 0.0066109998151659966 +Info 4098 [22:03:05.296] getCompletionData: Is inside comment: 0.0015199999324977398 +Info 4099 [22:03:05.296] getCompletionData: Get previous token: 0.026423000264912844 +Info 4100 [22:03:05.296] getCompletionsAtPosition: isCompletionListBlocker: 0.0011599999852478504 +Info 4101 [22:03:05.296] Returning an empty list because completion was requested in an invalid position. +Info 4102 [22:03:05.296] Format host information updated +Info 4103 [22:03:05.737] getCompletionData: Get current token: 0.005634000059217215 +Info 4104 [22:03:05.737] getCompletionData: Is inside comment: 0.0014949999749660492 +Info 4105 [22:03:05.737] getCompletionData: Get previous token: 0.01742799999192357 +Info 4106 [22:03:05.737] getCompletionsAtPosition: isCompletionListBlocker: 0.0014169998466968536 +Info 4107 [22:03:05.737] Returning an empty list because completion was requested in an invalid position. +Info 4108 [22:03:06.015] getCompletionData: Get current token: 0.008284000214189291 +Info 4109 [22:03:06.016] getCompletionData: Is inside comment: 0.0020019998773932457 +Info 4110 [22:03:06.016] getCompletionData: Get previous token: 0.02758099976927042 +Info 4111 [22:03:06.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0017760000191628933 +Info 4112 [22:03:06.016] Returning an empty list because completion was requested in an invalid position. +Info 4113 [22:03:06.127] getCompletionData: Get current token: 0.008416000287979841 +Info 4114 [22:03:06.127] getCompletionData: Is inside comment: 0.0018159998580813408 +Info 4115 [22:03:06.127] getCompletionData: Get previous token: 0.04725300008431077 +Info 4116 [22:03:06.128] getCompletionsAtPosition: isCompletionListBlocker: 0.011020000092685223 +Info 4117 [22:03:06.129] getExportInfoMap: cache hit +Info 4118 [22:03:06.135] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 4119 [22:03:06.136] collectAutoImports: response is complete +Info 4120 [22:03:06.136] collectAutoImports: 6.320915000047535 +Info 4121 [22:03:06.136] getCompletionData: Semantic work: 7.976047000382096 +Info 4122 [22:03:06.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.593568000011146 +Info 4123 [22:03:06.271] getCompletionData: Get current token: 0.010427000001072884 +Info 4124 [22:03:06.271] getCompletionData: Is inside comment: 0.0020280000753700733 +Info 4125 [22:03:06.271] getCompletionData: Get previous token: 0.024801000021398067 +Info 4126 [22:03:06.271] getCompletionsAtPosition: isCompletionListBlocker: 0.010810999665409327 +Info 4127 [22:03:06.273] getExportInfoMap: cache hit +Info 4128 [22:03:06.291] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 4129 [22:03:06.291] collectAutoImports: response is complete +Info 4130 [22:03:06.291] collectAutoImports: 17.916495999787003 +Info 4131 [22:03:06.291] getCompletionData: Semantic work: 19.381819000001997 +Info 4132 [22:03:06.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.831747000105679 +Info 4133 [22:03:06.419] getCompletionData: Get current token: 0.0202029999345541 +Info 4134 [22:03:06.419] getCompletionData: Is inside comment: 0.0012849997729063034 +Info 4135 [22:03:06.419] getCompletionData: Get previous token: 0.014625000301748514 +Info 4136 [22:03:06.419] getCompletionsAtPosition: isCompletionListBlocker: 0.0015780003741383553 +Info 4137 [22:03:06.419] Returning an empty list because completion was requested in an invalid position. +Info 4138 [22:03:06.728] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4139 [22:03:06.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 9.004507000092417ms +Info 4140 [22:03:06.737] Different program with same set of files +Info 4141 [22:03:06.737] getCompletionData: Get current token: 0.006208000238984823 +Info 4142 [22:03:06.737] getCompletionData: Is inside comment: 0.0017459997907280922 +Info 4143 [22:03:06.737] getCompletionData: Get previous token: 0.021485000383108854 +Info 4144 [22:03:06.737] getCompletionsAtPosition: isCompletionListBlocker: 0.0015000002458691597 +Info 4145 [22:03:06.737] Returning an empty list because completion was requested in an invalid position. +Info 4146 [22:03:06.737] Format host information updated +Info 4147 [22:03:06.895] getCompletionData: Get current token: 0.0044919997453689575 +Info 4148 [22:03:06.895] getCompletionData: Is inside comment: 0.015412999782711267 +Info 4149 [22:03:06.895] getCompletionData: Get previous token: 0.014678000006824732 +Info 4150 [22:03:06.895] getCompletionsAtPosition: isCompletionListBlocker: 0.0011660000309348106 +Info 4151 [22:03:06.895] Returning an empty list because completion was requested in an invalid position. +Info 4152 [22:03:06.895] Format host information updated +Info 4153 [22:03:07.000] getCompletionData: Get current token: 0.007968999911099672 +Info 4154 [22:03:07.000] getCompletionData: Is inside comment: 0.0015529999509453773 +Info 4155 [22:03:07.000] getCompletionData: Get previous token: 0.01611799979582429 +Info 4156 [22:03:07.000] getCompletionsAtPosition: isCompletionListBlocker: 0.009446999989449978 +Info 4157 [22:03:07.002] getExportInfoMap: cache hit +Info 4158 [22:03:07.022] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 4159 [22:03:07.022] collectAutoImports: response is complete +Info 4160 [22:03:07.022] collectAutoImports: 19.55126000009477 +Info 4161 [22:03:07.022] getCompletionData: Semantic work: 21.155083999969065 +Info 4162 [22:03:07.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.896970999892801 +Info 4163 [22:03:07.152] getCompletionData: Get current token: 0.005033999681472778 +Info 4164 [22:03:07.152] getCompletionData: Is inside comment: 0.0012130001559853554 +Info 4165 [22:03:07.152] getCompletionData: Get previous token: 0.02414200035855174 +Info 4166 [22:03:07.152] getCompletionsAtPosition: isCompletionListBlocker: 0.00849800044670701 +Info 4167 [22:03:07.154] getExportInfoMap: cache hit +Info 4168 [22:03:07.159] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 4169 [22:03:07.159] collectAutoImports: response is complete +Info 4170 [22:03:07.159] collectAutoImports: 4.970461999997497 +Info 4171 [22:03:07.159] getCompletionData: Semantic work: 6.453740999568254 +Info 4172 [22:03:07.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.631256000138819 +Info 4173 [22:03:07.312] getCompletionData: Get current token: 0.02502600010484457 +Info 4174 [22:03:07.312] getCompletionData: Is inside comment: 0.0059439996257424355 +Info 4175 [22:03:07.312] getCompletionData: Get previous token: 0.08156700013205409 +Info 4176 [22:03:07.313] getCompletionsAtPosition: isCompletionListBlocker: 0.004284000024199486 +Info 4177 [22:03:07.313] Returning an empty list because completion was requested in an invalid position. +Info 4178 [22:03:07.429] getCompletionData: Get current token: 0.025232000276446342 +Info 4179 [22:03:07.430] getCompletionData: Is inside comment: 0.005867000203579664 +Info 4180 [22:03:07.430] getCompletionData: Get previous token: 0.07494799979031086 +Info 4181 [22:03:07.430] getCompletionsAtPosition: isCompletionListBlocker: 0.0047079999931156635 +Info 4182 [22:03:07.430] Returning an empty list because completion was requested in an invalid position. +Info 4183 [22:03:07.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4184 [22:03:07.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 18.882190000265837ms +Info 4185 [22:03:07.636] Different program with same set of files +Info 4186 [22:03:07.636] getCompletionData: Get current token: 0.011090999934822321 +Info 4187 [22:03:07.636] getCompletionData: Is inside comment: 0.0021310001611709595 +Info 4188 [22:03:07.636] getCompletionData: Get previous token: 0.03566899988800287 +Info 4189 [22:03:07.636] getCompletionsAtPosition: isCompletionListBlocker: 0.001983999740332365 +Info 4190 [22:03:07.636] Returning an empty list because completion was requested in an invalid position. +Info 4191 [22:03:07.637] Format host information updated +Info 4192 [22:03:07.802] getCompletionData: Get current token: 0.004954000003635883 +Info 4193 [22:03:07.802] getCompletionData: Is inside comment: 0.0013089999556541443 +Info 4194 [22:03:07.802] getCompletionData: Get previous token: 0.01672299997881055 +Info 4195 [22:03:07.802] getCompletionsAtPosition: isCompletionListBlocker: 0.001459999941289425 +Info 4196 [22:03:07.802] Returning an empty list because completion was requested in an invalid position. +Info 4197 [22:03:07.802] Format host information updated +Info 4198 [22:03:07.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4199 [22:03:07.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 21.749201000202447ms +Info 4200 [22:03:07.929] Different program with same set of files +Info 4201 [22:03:07.929] getCompletionData: Get current token: 0.01076300023123622 +Info 4202 [22:03:07.929] getCompletionData: Is inside comment: 0.00216299993917346 +Info 4203 [22:03:07.929] getCompletionData: Get previous token: 0.03656599996611476 +Info 4204 [22:03:07.929] getCompletionsAtPosition: isCompletionListBlocker: 0.0017400002107024193 +Info 4205 [22:03:07.929] Returning an empty list because completion was requested in an invalid position. +Info 4206 [22:03:07.929] Format host information updated +Info 4207 [22:03:08.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4208 [22:03:08.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 8.28780800011009ms +Info 4209 [22:03:08.100] Different program with same set of files +Info 4210 [22:03:08.100] getCompletionData: Get current token: 0.005295000039041042 +Info 4211 [22:03:08.100] getCompletionData: Is inside comment: 0.0011820001527667046 +Info 4212 [22:03:08.100] getCompletionData: Get previous token: 0.020686000119894743 +Info 4213 [22:03:08.100] getCompletionsAtPosition: isCompletionListBlocker: 0.0013460000045597553 +Info 4214 [22:03:08.100] Returning an empty list because completion was requested in an invalid position. +Info 4215 [22:03:08.101] Format host information updated +Info 4216 [22:03:08.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4217 [22:03:08.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 8.00785499997437ms +Info 4218 [22:03:08.266] Different program with same set of files +Info 4219 [22:03:08.266] getCompletionData: Get current token: 0.005506000015884638 +Info 4220 [22:03:08.266] getCompletionData: Is inside comment: 0.0012159999459981918 +Info 4221 [22:03:08.266] getCompletionData: Get previous token: 0.021383999846875668 +Info 4222 [22:03:08.266] getCompletionsAtPosition: isCompletionListBlocker: 0.0016039996407926083 +Info 4223 [22:03:08.266] Returning an empty list because completion was requested in an invalid position. +Info 4224 [22:03:08.266] Format host information updated +Info 4225 [22:03:08.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4226 [22:03:08.430] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 9.51199800008908ms +Info 4227 [22:03:08.430] Different program with same set of files +Info 4228 [22:03:08.430] getCompletionData: Get current token: 0.005206999834626913 +Info 4229 [22:03:08.430] getCompletionData: Is inside comment: 0.0010900003835558891 +Info 4230 [22:03:08.430] getCompletionData: Get previous token: 0.020571000408381224 +Info 4231 [22:03:08.430] getCompletionsAtPosition: isCompletionListBlocker: 0.0011700000613927841 +Info 4232 [22:03:08.430] Returning an empty list because completion was requested in an invalid position. +Info 4233 [22:03:08.430] Format host information updated +Info 4234 [22:03:08.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4235 [22:03:08.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 9.556546999607235ms +Info 4236 [22:03:08.600] Different program with same set of files +Info 4237 [22:03:08.601] getCompletionData: Get current token: 0.005786999594420195 +Info 4238 [22:03:08.601] getCompletionData: Is inside comment: 0.0013450002297759056 +Info 4239 [22:03:08.601] getCompletionData: Get previous token: 0.0376570001244545 +Info 4240 [22:03:08.601] getCompletionsAtPosition: isCompletionListBlocker: 0.001577999908477068 +Info 4241 [22:03:08.601] Returning an empty list because completion was requested in an invalid position. +Info 4242 [22:03:08.601] Format host information updated +Info 4243 [22:03:08.602] Format host information updated +Info 4244 [22:03:08.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4245 [22:03:08.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 9.74644900020212ms +Info 4246 [22:03:08.611] Different program with same set of files +Info 4247 [22:03:08.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4248 [22:03:08.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 12.235098999924958ms +Info 4249 [22:03:08.781] Different program with same set of files +Info 4250 [22:03:08.781] getCompletionData: Get current token: 0.004900999832898378 +Info 4251 [22:03:08.781] getCompletionData: Is inside comment: 0.0010580001398921013 +Info 4252 [22:03:08.781] getCompletionData: Get previous token: 0.020609999541193247 +Info 4253 [22:03:08.782] getCompletionsAtPosition: isCompletionListBlocker: 0.0014579999260604382 +Info 4254 [22:03:08.782] Returning an empty list because completion was requested in an invalid position. +Info 4255 [22:03:08.782] Format host information updated +Info 4256 [22:03:08.782] Format host information updated +Info 4257 [22:03:08.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4258 [22:03:08.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 8.375299999956042ms +Info 4259 [22:03:08.791] Different program with same set of files +Info 4260 [22:03:08.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4261 [22:03:08.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 7.654677999671549ms +Info 4262 [22:03:08.956] Different program with same set of files +Info 4263 [22:03:08.956] getCompletionData: Get current token: 0.004749999847263098 +Info 4264 [22:03:08.956] getCompletionData: Is inside comment: 0.0010529998689889908 +Info 4265 [22:03:08.956] getCompletionData: Get previous token: 0.020084999967366457 +Info 4266 [22:03:08.956] getCompletionsAtPosition: isCompletionListBlocker: 0.0011229999363422394 +Info 4267 [22:03:08.956] Returning an empty list because completion was requested in an invalid position. +Info 4268 [22:03:08.956] Format host information updated +Info 4269 [22:03:09.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4270 [22:03:09.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 26.187655999790877ms +Info 4271 [22:03:09.250] Different program with same set of files +Info 4272 [22:03:09.250] getCompletionData: Get current token: 0.0352040003053844 +Info 4273 [22:03:09.251] getCompletionData: Is inside comment: 0.0064650001004338264 +Info 4274 [22:03:09.251] getCompletionData: Get previous token: 0.1305370000191033 +Info 4275 [22:03:09.251] getCompletionsAtPosition: isCompletionListBlocker: 0.004118999931961298 +Info 4276 [22:03:09.251] Returning an empty list because completion was requested in an invalid position. +Info 4277 [22:03:09.251] Format host information updated +Info 4278 [22:03:09.430] getCompletionData: Get current token: 0.004757999908179045 +Info 4279 [22:03:09.430] getCompletionData: Is inside comment: 0.0012389998883008957 +Info 4280 [22:03:09.431] getCompletionData: Get previous token: 0.016559999901801348 +Info 4281 [22:03:09.431] getCompletionsAtPosition: isCompletionListBlocker: 0.001193000003695488 +Info 4282 [22:03:09.431] Returning an empty list because completion was requested in an invalid position. +Info 4283 [22:03:09.431] Format host information updated +Info 4284 [22:03:09.431] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4285 [22:03:09.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 8.925127999857068ms +Info 4286 [22:03:09.440] Different program with same set of files +Info 4287 [22:03:09.440] getCompletionData: Get current token: 0.0056329998187720776 +Info 4288 [22:03:09.440] getCompletionData: Is inside comment: 0.0010660002008080482 +Info 4289 [22:03:09.440] getCompletionData: Get previous token: 0.019034999888390303 +Info 4290 [22:03:09.440] getCompletionsAtPosition: isCompletionListBlocker: 0.0012940000742673874 +Info 4291 [22:03:09.440] Returning an empty list because completion was requested in an invalid position. +Info 4292 [22:03:09.440] Format host information updated +Info 4293 [22:03:13.058] Format host information updated +Info 4294 [22:03:13.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4295 [22:03:13.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 9.460945999715477ms +Info 4296 [22:03:13.067] Different program with same set of files +Info 4297 [22:04:14.519] Format host information updated +Info 4298 [22:04:14.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4299 [22:04:14.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 18.66590499971062ms +Info 4300 [22:04:14.538] Different program with same set of files +Info 4301 [22:32:26.625] Search path: /home/orion/src/purescript-puppeteer/src +Info 4302 [22:32:26.626] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4303 [22:32:26.626] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4303 [22:32:26.627] Files (148) + +Info 4303 [22:32:26.627] ----------------------------------------------- +Info 4303 [22:32:26.627] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4303 [22:32:26.627] Files (624) + +Info 4303 [22:32:26.627] ----------------------------------------------- +Info 4303 [22:32:26.627] Open files: +Info 4303 [22:32:26.627] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4303 [22:32:26.627] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4303 [22:32:26.627] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4303 [22:32:26.627] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4303 [22:32:26.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4304 [22:32:26.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 18.95450200000778ms +Info 4305 [22:32:26.858] Different program with same set of files +Info 4306 [22:32:26.859] Format host information updated +Info 4307 [22:32:29.138] Before ensureProjectForOpenFiles: +Info 4308 [22:32:29.138] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4308 [22:32:29.138] Files (148) + +Info 4308 [22:32:29.138] ----------------------------------------------- +Info 4308 [22:32:29.138] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4308 [22:32:29.138] Files (624) + +Info 4308 [22:32:29.138] ----------------------------------------------- +Info 4308 [22:32:29.138] Open files: +Info 4308 [22:32:29.138] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4308 [22:32:29.138] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4308 [22:32:29.138] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4308 [22:32:29.138] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4308 [22:32:29.139] After ensureProjectForOpenFiles: +Info 4309 [22:32:29.139] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4309 [22:32:29.139] Files (148) + +Info 4309 [22:32:29.139] ----------------------------------------------- +Info 4309 [22:32:29.139] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4309 [22:32:29.139] Files (624) + +Info 4309 [22:32:29.139] ----------------------------------------------- +Info 4309 [22:32:29.139] Open files: +Info 4309 [22:32:29.139] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4309 [22:32:29.139] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4309 [22:32:29.139] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4309 [22:32:29.139] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4309 [22:32:29.139] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js +Info 4310 [22:32:52.970] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4310 [22:32:52.970] Files (148) + +Info 4310 [22:32:52.970] ----------------------------------------------- +Info 4310 [22:32:52.970] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4310 [22:32:52.970] Files (624) + +Info 4310 [22:32:52.970] ----------------------------------------------- +Info 4310 [22:32:52.970] Open files: +Info 4310 [22:32:52.970] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4310 [22:32:52.970] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4310 [22:48:58.545] Search path: /home/orion/src/purescript-puppeteer/src +Info 4311 [22:48:58.545] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4312 [22:48:58.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4313 [22:48:58.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 0.7082020007073879ms +Info 4314 [22:48:58.546] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4314 [22:48:58.546] Files (148) + +Info 4314 [22:48:58.546] ----------------------------------------------- +Info 4314 [22:48:58.546] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4314 [22:48:58.546] Files (624) + +Info 4314 [22:48:58.546] ----------------------------------------------- +Info 4314 [22:48:58.546] Open files: +Info 4314 [22:48:58.546] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4314 [22:48:58.546] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4314 [22:48:58.546] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4314 [22:48:58.546] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4314 [22:48:58.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4315 [22:48:58.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 11.725526000373065ms +Info 4316 [22:48:58.772] Different program with same set of files +Info 4317 [22:49:00.190] Format host information updated +Info 4318 [22:49:01.060] Before ensureProjectForOpenFiles: +Info 4319 [22:49:01.060] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4319 [22:49:01.060] Files (148) + +Info 4319 [22:49:01.060] ----------------------------------------------- +Info 4319 [22:49:01.060] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4319 [22:49:01.060] Files (624) + +Info 4319 [22:49:01.060] ----------------------------------------------- +Info 4319 [22:49:01.060] Open files: +Info 4319 [22:49:01.060] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4319 [22:49:01.060] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4319 [22:49:01.060] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4319 [22:49:01.060] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4319 [22:49:01.060] After ensureProjectForOpenFiles: +Info 4320 [22:49:01.060] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4320 [22:49:01.060] Files (148) + +Info 4320 [22:49:01.060] ----------------------------------------------- +Info 4320 [22:49:01.060] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4320 [22:49:01.060] Files (624) + +Info 4320 [22:49:01.060] ----------------------------------------------- +Info 4320 [22:49:01.060] Open files: +Info 4320 [22:49:01.060] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4320 [22:49:01.060] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4320 [22:49:01.060] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4320 [22:49:01.060] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4320 [22:49:01.060] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js +Info 4321 [22:49:02.604] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4322 [22:49:02.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 9.448830000124872ms +Info 4323 [22:49:02.614] Different program with same set of files +Info 4324 [22:49:02.614] getCompletionData: Get current token: 0.005497000180184841 +Info 4325 [22:49:02.614] getCompletionData: Is inside comment: 0.015416999347507954 +Info 4326 [22:49:02.614] getCompletionData: Get previous token: 0.011454000137746334 +Info 4327 [22:49:02.614] getCompletionsAtPosition: isCompletionListBlocker: 0.0023590000346302986 +Info 4328 [22:49:02.616] getExportInfoMap: cache miss or empty; calculating new results +Info 4329 [22:49:02.643] forEachExternalModuleToImportFrom autoImportProvider: 15.377043000422418 +Info 4330 [22:49:02.643] getExportInfoMap: done in 26.79660699982196 ms +Info 4331 [22:49:02.694] collectAutoImports: resolved 388 module specifiers, plus 175 ambient and 3498 from cache +Info 4332 [22:49:02.694] collectAutoImports: response is complete +Info 4333 [22:49:02.694] collectAutoImports: 50.74385700002313 +Info 4334 [22:49:02.694] getCompletionData: Semantic work: 79.8695229999721 +Info 4335 [22:49:02.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.918142999522388 +Info 4336 [22:49:02.720] Format host information updated +Info 4337 [22:49:02.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4338 [22:49:02.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 9.924348999746144ms +Info 4339 [22:49:02.960] Different program with same set of files +Info 4340 [22:49:02.960] getCompletionData: Get current token: 0.004293999634683132 +Info 4341 [22:49:02.960] getCompletionData: Is inside comment: 0.012358000501990318 +Info 4342 [22:49:02.960] getCompletionData: Get previous token: 0.019278000108897686 +Info 4343 [22:49:02.960] getCompletionsAtPosition: isCompletionListBlocker: 0.0019859997555613518 +Info 4344 [22:49:02.961] getExportInfoMap: cache hit +Info 4345 [22:49:02.965] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 189 from cache +Info 4346 [22:49:02.965] collectAutoImports: response is complete +Info 4347 [22:49:02.965] collectAutoImports: 3.328541999682784 +Info 4348 [22:49:02.965] getCompletionData: Semantic work: 4.846425999887288 +Info 4349 [22:49:02.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.517211999744177 +Info 4350 [22:49:02.975] Format host information updated +Info 4351 [22:49:03.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4352 [22:49:03.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 7.2212990000844ms +Info 4353 [22:49:03.287] Different program with same set of files +Info 4354 [22:49:03.287] getCompletionData: Get current token: 0.004782000556588173 +Info 4355 [22:49:03.287] getCompletionData: Is inside comment: 0.013762000016868114 +Info 4356 [22:49:03.287] getCompletionData: Get previous token: 0.019201000221073627 +Info 4357 [22:49:03.287] getCompletionsAtPosition: isCompletionListBlocker: 0.0018910001963376999 +Info 4358 [22:49:03.288] getExportInfoMap: cache hit +Info 4359 [22:49:03.295] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 478 from cache +Info 4360 [22:49:03.295] collectAutoImports: response is complete +Info 4361 [22:49:03.295] collectAutoImports: 7.028909999877214 +Info 4362 [22:49:03.295] getCompletionData: Semantic work: 8.479606000706553 +Info 4363 [22:49:03.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.375478000380099 +Info 4364 [22:49:03.307] Format host information updated +Info 4365 [22:49:03.378] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4366 [22:49:03.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 8.966324999928474ms +Info 4367 [22:49:03.387] Different program with same set of files +Info 4368 [22:49:03.388] getCompletionData: Get current token: 0.006209000013768673 +Info 4369 [22:49:03.388] getCompletionData: Is inside comment: 0.0356029998511076 +Info 4370 [22:49:03.388] getCompletionData: Get previous token: 0.01380700059235096 +Info 4371 [22:49:03.388] getCompletionsAtPosition: isCompletionListBlocker: 0.003117999993264675 +Info 4372 [22:49:03.389] getExportInfoMap: cache hit +Info 4373 [22:49:03.413] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4374 [22:49:03.413] collectAutoImports: response is complete +Info 4375 [22:49:03.413] collectAutoImports: 23.949934999458492 +Info 4376 [22:49:03.413] getCompletionData: Semantic work: 25.48400400020182 +Info 4377 [22:49:03.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.717674000188708 +Info 4378 [22:49:03.438] Format host information updated +Info 4379 [22:49:03.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4380 [22:49:03.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 14.535102999769151ms +Info 4381 [22:49:03.608] Different program with same set of files +Info 4382 [22:49:03.608] getCompletionData: Get current token: 0.004873000085353851 +Info 4383 [22:49:03.608] getCompletionData: Is inside comment: 0.015041000209748745 +Info 4384 [22:49:03.608] getCompletionData: Get previous token: 0.04173099994659424 +Info 4385 [22:49:03.608] getCompletionsAtPosition: isCompletionListBlocker: 0.01100000087171793 +Info 4386 [22:49:03.610] getExportInfoMap: cache hit +Info 4387 [22:49:03.621] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 805 from cache +Info 4388 [22:49:03.622] collectAutoImports: response is complete +Info 4389 [22:49:03.622] collectAutoImports: 11.63551599998027 +Info 4390 [22:49:03.622] getCompletionData: Semantic work: 13.383418999612331 +Info 4391 [22:49:03.640] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.665629000402987 +Info 4392 [22:49:03.648] Format host information updated +Info 4393 [22:49:03.655] Format host information updated +Info 4394 [22:49:03.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4395 [22:49:03.668] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 12.370941000059247ms +Info 4396 [22:49:03.668] Different program with same set of files +Info 4397 [22:49:03.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4398 [22:49:03.712] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 7.476242000237107ms +Info 4399 [22:49:03.712] Different program with same set of files +Info 4400 [22:49:03.712] getCompletionData: Get current token: 0.0045779999345541 +Info 4401 [22:49:03.712] getCompletionData: Is inside comment: 0.013381999917328358 +Info 4402 [22:49:03.712] getCompletionData: Get previous token: 0.01747100055217743 +Info 4403 [22:49:03.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0025390004739165306 +Info 4404 [22:49:03.714] getExportInfoMap: cache hit +Info 4405 [22:49:03.716] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 149 from cache +Info 4406 [22:49:03.716] collectAutoImports: response is complete +Info 4407 [22:49:03.716] collectAutoImports: 2.757569999434054 +Info 4408 [22:49:03.716] getCompletionData: Semantic work: 4.05884600058198 +Info 4409 [22:49:03.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.54346099961549 +Info 4410 [22:49:03.728] Format host information updated +Info 4411 [22:49:03.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4412 [22:49:03.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 8.574595999903977ms +Info 4413 [22:49:03.739] Different program with same set of files +Info 4414 [22:49:03.739] getCompletionData: Get current token: 0.004747000522911549 +Info 4415 [22:49:03.739] getCompletionData: Is inside comment: 0.01255200058221817 +Info 4416 [22:49:03.739] getCompletionData: Get previous token: 0.01981899980455637 +Info 4417 [22:49:03.739] getCompletionsAtPosition: isCompletionListBlocker: 0.0021620001643896103 +Info 4418 [22:49:03.740] getExportInfoMap: cache hit +Info 4419 [22:49:03.743] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 4420 [22:49:03.743] collectAutoImports: response is complete +Info 4421 [22:49:03.743] collectAutoImports: 2.2293479992076755 +Info 4422 [22:49:03.743] getCompletionData: Semantic work: 3.489995000883937 +Info 4423 [22:49:03.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.600333999842405 +Info 4424 [22:49:03.753] Format host information updated +Info 4425 [22:49:03.874] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4426 [22:49:03.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 27.35670099966228ms +Info 4427 [22:49:03.902] Different program with same set of files +Info 4428 [22:49:03.902] getCompletionData: Get current token: 0.01192800048738718 +Info 4429 [22:49:03.902] getCompletionData: Is inside comment: 0.035245999693870544 +Info 4430 [22:49:03.902] getCompletionData: Get previous token: 0.046676999889314175 +Info 4431 [22:49:03.903] getCompletionsAtPosition: isCompletionListBlocker: 0.005014999769628048 +Info 4432 [22:49:03.905] getExportInfoMap: cache hit +Info 4433 [22:49:03.909] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 4434 [22:49:03.909] collectAutoImports: response is complete +Info 4435 [22:49:03.909] collectAutoImports: 4.1012560008093715 +Info 4436 [22:49:03.909] getCompletionData: Semantic work: 6.820731000043452 +Info 4437 [22:49:03.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.770345999859273 +Info 4438 [22:49:03.926] Format host information updated +Info 4439 [22:49:04.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4440 [22:49:04.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 10.626722999848425ms +Info 4441 [22:49:04.137] Different program with same set of files +Info 4442 [22:49:04.137] getCompletionData: Get current token: 0.006053999997675419 +Info 4443 [22:49:04.137] getCompletionData: Is inside comment: 0.014800000004470348 +Info 4444 [22:49:04.137] getCompletionData: Get previous token: 0.01869099959731102 +Info 4445 [22:49:04.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0024979999288916588 +Info 4446 [22:49:04.138] getExportInfoMap: cache hit +Info 4447 [22:49:04.141] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 4448 [22:49:04.141] collectAutoImports: response is complete +Info 4449 [22:49:04.141] collectAutoImports: 2.5838029999285936 +Info 4450 [22:49:04.141] getCompletionData: Semantic work: 4.077529999427497 +Info 4451 [22:49:04.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.951972999610007 +Info 4452 [22:49:04.154] Format host information updated +Info 4453 [22:49:04.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4454 [22:49:04.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 11.750853000208735ms +Info 4455 [22:49:04.249] Different program with same set of files +Info 4456 [22:49:04.249] getCompletionData: Get current token: 0.009042000398039818 +Info 4457 [22:49:04.249] getCompletionData: Is inside comment: 0.021902999840676785 +Info 4458 [22:49:04.249] getCompletionData: Get previous token: 0.027137000113725662 +Info 4459 [22:49:04.249] getCompletionsAtPosition: isCompletionListBlocker: 0.003452000208199024 +Info 4460 [22:49:04.251] getExportInfoMap: cache hit +Info 4461 [22:49:04.256] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 149 from cache +Info 4462 [22:49:04.256] collectAutoImports: response is complete +Info 4463 [22:49:04.256] collectAutoImports: 4.885139999911189 +Info 4464 [22:49:04.256] getCompletionData: Semantic work: 6.984887999482453 +Info 4465 [22:49:04.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.054028999991715 +Info 4466 [22:49:04.274] Format host information updated +Info 4467 [22:49:04.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4468 [22:49:04.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 8.925634999759495ms +Info 4469 [22:49:04.310] Different program with same set of files +Info 4470 [22:49:04.311] getCompletionData: Get current token: 0.004513999447226524 +Info 4471 [22:49:04.311] getCompletionData: Is inside comment: 0.011357000097632408 +Info 4472 [22:49:04.311] getCompletionData: Get previous token: 0.014471999369561672 +Info 4473 [22:49:04.311] getCompletionsAtPosition: isCompletionListBlocker: 0.001961999572813511 +Info 4474 [22:49:04.312] getExportInfoMap: cache hit +Info 4475 [22:49:04.314] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 75 from cache +Info 4476 [22:49:04.314] collectAutoImports: response is complete +Info 4477 [22:49:04.314] collectAutoImports: 2.15533799957484 +Info 4478 [22:49:04.314] getCompletionData: Semantic work: 3.4842389998957515 +Info 4479 [22:49:04.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.09030899964273 +Info 4480 [22:49:04.324] Format host information updated +Info 4481 [22:49:04.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4482 [22:49:04.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 16.741032999940217ms +Info 4483 [22:49:04.453] Different program with same set of files +Info 4484 [22:49:04.454] getCompletionData: Get current token: 0.008550000376999378 +Info 4485 [22:49:04.454] getCompletionData: Is inside comment: 0.020805999636650085 +Info 4486 [22:49:04.454] getCompletionData: Get previous token: 0.026604000478982925 +Info 4487 [22:49:04.454] getCompletionsAtPosition: isCompletionListBlocker: 0.0035430006682872772 +Info 4488 [22:49:04.456] getExportInfoMap: cache hit +Info 4489 [22:49:04.460] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 4490 [22:49:04.460] collectAutoImports: response is complete +Info 4491 [22:49:04.460] collectAutoImports: 3.7802200000733137 +Info 4492 [22:49:04.460] getCompletionData: Semantic work: 6.001850999891758 +Info 4493 [22:49:04.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.855659999884665 +Info 4494 [22:49:04.477] Format host information updated +Info 4495 [22:49:04.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4496 [22:49:04.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 7.107200000435114ms +Info 4497 [22:49:04.511] Different program with same set of files +Info 4498 [22:49:04.512] getCompletionData: Get current token: 0.004706999287009239 +Info 4499 [22:49:04.512] getCompletionData: Is inside comment: 0.01183599978685379 +Info 4500 [22:49:04.512] getCompletionData: Get previous token: 0.014486000873148441 +Info 4501 [22:49:04.512] getCompletionsAtPosition: isCompletionListBlocker: 0.002287999726831913 +Info 4502 [22:49:04.513] getExportInfoMap: cache hit +Info 4503 [22:49:04.515] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 4504 [22:49:04.515] collectAutoImports: response is complete +Info 4505 [22:49:04.515] collectAutoImports: 2.2368200002238154 +Info 4506 [22:49:04.515] getCompletionData: Semantic work: 3.477413000538945 +Info 4507 [22:49:04.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.468654999509454 +Info 4508 [22:49:04.525] Format host information updated +Info 4509 [22:49:04.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4510 [22:49:04.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 7.184590000659227ms +Info 4511 [22:49:04.582] Different program with same set of files +Info 4512 [22:49:04.582] getCompletionData: Get current token: 0.004801999777555466 +Info 4513 [22:49:04.582] getCompletionData: Is inside comment: 0.011523999273777008 +Info 4514 [22:49:04.582] getCompletionData: Get previous token: 0.014121000654995441 +Info 4515 [22:49:04.582] getCompletionsAtPosition: isCompletionListBlocker: 0.002394000068306923 +Info 4516 [22:49:04.585] getExportInfoMap: cache hit +Info 4517 [22:49:04.587] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 4518 [22:49:04.587] collectAutoImports: response is complete +Info 4519 [22:49:04.587] collectAutoImports: 2.087208000011742 +Info 4520 [22:49:04.587] getCompletionData: Semantic work: 5.20658600050956 +Info 4521 [22:49:04.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.132225000299513 +Info 4522 [22:49:04.597] Format host information updated +Info 4523 [22:49:06.135] Format host information updated +Info 4524 [22:49:06.135] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4525 [22:49:06.143] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 7.994330999441445ms +Info 4526 [22:49:06.143] Different program with same set of files +Info 4527 [22:56:20.374] Search path: /home/orion/src/purescript-puppeteer/src +Info 4528 [22:56:20.374] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4529 [22:56:20.374] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4529 [22:56:20.374] Files (148) + +Info 4529 [22:56:20.374] ----------------------------------------------- +Info 4529 [22:56:20.374] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4529 [22:56:20.374] Files (624) + +Info 4529 [22:56:20.374] ----------------------------------------------- +Info 4529 [22:56:20.374] Open files: +Info 4529 [22:56:20.374] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4529 [22:56:20.374] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4529 [22:56:20.374] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4529 [22:56:20.374] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4529 [22:56:20.374] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4529 [22:56:20.374] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4529 [22:56:20.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4530 [22:56:20.619] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 31.58517999947071ms +Info 4531 [22:56:20.619] Different program with same set of files +Info 4532 [22:56:22.505] Format host information updated +Info 4533 [22:56:22.886] Before ensureProjectForOpenFiles: +Info 4534 [22:56:22.886] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4534 [22:56:22.886] Files (148) + +Info 4534 [22:56:22.886] ----------------------------------------------- +Info 4534 [22:56:22.886] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4534 [22:56:22.886] Files (624) + +Info 4534 [22:56:22.886] ----------------------------------------------- +Info 4534 [22:56:22.886] Open files: +Info 4534 [22:56:22.886] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4534 [22:56:22.886] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4534 [22:56:22.886] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4534 [22:56:22.886] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4534 [22:56:22.886] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4534 [22:56:22.886] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4534 [22:56:22.886] After ensureProjectForOpenFiles: +Info 4535 [22:56:22.886] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4535 [22:56:22.887] Files (148) + +Info 4535 [22:56:22.887] ----------------------------------------------- +Info 4535 [22:56:22.887] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4535 [22:56:22.887] Files (624) + +Info 4535 [22:56:22.887] ----------------------------------------------- +Info 4535 [22:56:22.887] Open files: +Info 4535 [22:56:22.887] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4535 [22:56:22.887] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4535 [22:56:22.887] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4535 [22:56:22.887] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4535 [22:56:22.887] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4535 [22:56:22.887] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4535 [22:56:22.887] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js +Info 4536 [22:56:25.074] Format host information updated +Info 4537 [22:56:25.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4538 [22:56:25.085] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 10.675822000019252ms +Info 4539 [22:56:25.085] Different program with same set of files +Info 4540 [22:56:25.279] Format host information updated +Info 4541 [22:56:25.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4542 [22:56:25.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 8.43960400018841ms +Info 4543 [22:56:25.288] Different program with same set of files +Info 4544 [23:07:38.833] Format host information updated +Info 4545 [23:07:38.833] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4546 [23:07:38.843] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 10.188231999985874ms +Info 4547 [23:07:38.843] Different program with same set of files +Info 4548 [23:07:39.132] Format host information updated +Info 4549 [23:07:39.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4550 [23:07:39.142] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 9.96936299931258ms +Info 4551 [23:07:39.142] Different program with same set of files +Info 4552 [23:07:40.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4553 [23:07:40.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 9.770646999590099ms +Info 4554 [23:07:40.423] Different program with same set of files +Info 4555 [23:07:40.424] getCompletionData: Get current token: 0.0015820004045963287 +Info 4556 [23:07:40.424] getCompletionData: Is inside comment: 0.0009000003337860107 +Info 4557 [23:07:40.424] getCompletionData: Get previous token: 0.0062769996002316475 +Info 4558 [23:07:40.424] getCompletionsAtPosition: isCompletionListBlocker: 0.0010679997503757477 +Info 4559 [23:07:40.424] Returning an empty list because completion was requested in an invalid position. +Info 4560 [23:07:40.424] Format host information updated +Info 4561 [23:07:40.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4562 [23:07:40.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 8.972218000330031ms +Info 4563 [23:07:40.590] Different program with same set of files +Info 4564 [23:07:40.590] getCompletionData: Get current token: 0.0029429998248815536 +Info 4565 [23:07:40.590] getCompletionData: Is inside comment: 0.00725299958139658 +Info 4566 [23:07:40.590] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4567 [23:07:40.590] Format host information updated +Info 4568 [23:07:40.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4569 [23:07:40.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 10.800851000472903ms +Info 4570 [23:07:40.762] Different program with same set of files +Info 4571 [23:07:40.762] getCompletionData: Get current token: 0.0018199998885393143 +Info 4572 [23:07:40.762] getCompletionData: Is inside comment: 0.0057830000296235085 +Info 4573 [23:07:40.763] Format host information updated +Info 4574 [23:07:41.207] Format host information updated +Info 4575 [23:07:41.207] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4576 [23:07:41.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 9.460948999971151ms +Info 4577 [23:07:41.217] Different program with same set of files +Info 4578 [23:07:41.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4579 [23:07:41.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 16.094093999825418ms +Info 4580 [23:07:41.412] Different program with same set of files +Info 4581 [23:07:41.412] getCompletionData: Get current token: 0.0023090001195669174 +Info 4582 [23:07:41.412] getCompletionData: Is inside comment: 0.007887999527156353 +Info 4583 [23:07:41.413] Format host information updated +Info 4584 [23:07:41.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4585 [23:07:41.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 8.623177000321448ms +Info 4586 [23:07:41.695] Different program with same set of files +Info 4587 [23:07:41.695] getCompletionData: Get current token: 0.002308000810444355 +Info 4588 [23:07:41.695] getCompletionData: Is inside comment: 0.0083619998767972 +Info 4589 [23:07:41.695] Format host information updated +Info 4590 [23:07:41.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4591 [23:07:41.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 8.41492799948901ms +Info 4592 [23:07:41.861] Different program with same set of files +Info 4593 [23:07:41.861] getCompletionData: Get current token: 0.0024859998375177383 +Info 4594 [23:07:41.861] getCompletionData: Is inside comment: 0.029211999848484993 +Info 4595 [23:07:41.862] Format host information updated +Info 4596 [23:07:41.862] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4597 [23:07:41.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 8.68444800004363ms +Info 4598 [23:07:41.871] Different program with same set of files +Info 4599 [23:07:41.871] getCompletionData: Get current token: 0.0026409998536109924 +Info 4600 [23:07:41.871] getCompletionData: Is inside comment: 0.008568000048398972 +Info 4601 [23:07:41.871] Format host information updated +Info 4602 [23:07:42.032] Format host information updated +Info 4603 [23:07:42.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4604 [23:07:42.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 7.939935000613332ms +Info 4605 [23:07:42.040] Different program with same set of files +Info 4606 [23:07:42.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4607 [23:07:42.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 11.780846000649035ms +Info 4608 [23:07:42.287] Different program with same set of files +Info 4609 [23:07:42.288] getCompletionData: Get current token: 0.002701999619603157 +Info 4610 [23:07:42.288] getCompletionData: Is inside comment: 0.008620000444352627 +Info 4611 [23:07:42.288] Format host information updated +Info 4612 [23:07:42.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4613 [23:07:42.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 10.243444999679923ms +Info 4614 [23:07:42.458] Different program with same set of files +Info 4615 [23:07:42.458] getCompletionData: Get current token: 0.0025840001180768013 +Info 4616 [23:07:42.458] getCompletionData: Is inside comment: 0.010705000720918179 +Info 4617 [23:07:42.458] Format host information updated +Info 4618 [23:07:42.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4619 [23:07:42.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 9.865183000452816ms +Info 4620 [23:07:42.625] Different program with same set of files +Info 4621 [23:07:42.625] getCompletionData: Get current token: 0.002391999587416649 +Info 4622 [23:07:42.625] getCompletionData: Is inside comment: 0.008208000101149082 +Info 4623 [23:07:42.626] Format host information updated +Info 4624 [23:07:42.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4625 [23:07:42.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 9.398233000189066ms +Info 4626 [23:07:42.794] Different program with same set of files +Info 4627 [23:07:42.794] getCompletionData: Get current token: 0.002460000105202198 +Info 4628 [23:07:42.794] getCompletionData: Is inside comment: 0.00812000036239624 +Info 4629 [23:07:42.794] Format host information updated +Info 4630 [23:07:42.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4631 [23:07:42.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 8.584531999193132ms +Info 4632 [23:07:42.965] Different program with same set of files +Info 4633 [23:07:42.965] getCompletionData: Get current token: 0.0023030005395412445 +Info 4634 [23:07:42.965] getCompletionData: Is inside comment: 0.007625000551342964 +Info 4635 [23:07:42.965] Format host information updated +Info 4636 [23:07:43.123] Format host information updated +Info 4637 [23:07:43.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4638 [23:07:43.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 9.834081000648439ms +Info 4639 [23:07:43.133] Different program with same set of files +Info 4640 [23:07:46.068] Format host information updated +Info 4641 [23:07:46.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4642 [23:07:46.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 8.737879999913275ms +Info 4643 [23:07:46.077] Different program with same set of files +Info 4644 [23:07:46.354] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4645 [23:07:46.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 9.487581999972463ms +Info 4646 [23:07:46.363] Different program with same set of files +Info 4647 [23:07:46.364] getCompletionData: Get current token: 0.0019439999014139175 +Info 4648 [23:07:46.364] getCompletionData: Is inside comment: 0.0066280001774430275 +Info 4649 [23:07:46.364] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4650 [23:07:46.364] Format host information updated +Info 4651 [23:07:46.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4652 [23:07:46.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 9.020783999934793ms +Info 4653 [23:07:46.818] Different program with same set of files +Info 4654 [23:07:46.819] getCompletionData: Get current token: 0.002702999860048294 +Info 4655 [23:07:46.819] getCompletionData: Is inside comment: 0.00976600032299757 +Info 4656 [23:07:46.819] Format host information updated +Info 4657 [23:07:46.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4658 [23:07:46.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 7.990300999954343ms +Info 4659 [23:07:46.994] Different program with same set of files +Info 4660 [23:07:46.994] getCompletionData: Get current token: 0.002461000345647335 +Info 4661 [23:07:46.994] getCompletionData: Is inside comment: 0.008621999993920326 +Info 4662 [23:07:46.995] Format host information updated +Info 4663 [23:07:47.165] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4664 [23:07:47.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 11.76921600010246ms +Info 4665 [23:07:47.177] Different program with same set of files +Info 4666 [23:07:47.177] getCompletionData: Get current token: 0.0030340002849698067 +Info 4667 [23:07:47.177] getCompletionData: Is inside comment: 0.01028900034725666 +Info 4668 [23:07:47.178] Format host information updated +Info 4669 [23:07:47.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4670 [23:07:47.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 10.334486000239849ms +Info 4671 [23:07:47.189] Different program with same set of files +Info 4672 [23:07:47.189] getCompletionData: Get current token: 0.005154000595211983 +Info 4673 [23:07:47.189] getCompletionData: Is inside comment: 0.012089000083506107 +Info 4674 [23:07:47.189] Format host information updated +Info 4675 [23:07:47.189] Format host information updated +Info 4676 [23:07:47.190] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4677 [23:07:47.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 9.911458999849856ms +Info 4678 [23:07:47.199] Different program with same set of files +Info 4679 [23:07:47.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4680 [23:07:47.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 8.004989999346435ms +Info 4681 [23:07:47.537] Different program with same set of files +Info 4682 [23:07:47.537] getCompletionData: Get current token: 0.004043999128043652 +Info 4683 [23:07:47.537] getCompletionData: Is inside comment: 0.009145000018179417 +Info 4684 [23:07:47.537] getCompletionData: Get previous token: 0.006090999580919743 +Info 4685 [23:07:47.537] getCompletionsAtPosition: isCompletionListBlocker: 0.0019770003855228424 +Info 4686 [23:07:47.539] getExportInfoMap: cache miss or empty; calculating new results +Info 4687 [23:07:47.564] forEachExternalModuleToImportFrom autoImportProvider: 13.075384000316262 +Info 4688 [23:07:47.564] getExportInfoMap: done in 25.40218200068921 ms +Info 4689 [23:07:47.620] collectAutoImports: resolved 388 module specifiers, plus 175 ambient and 3498 from cache +Info 4690 [23:07:47.620] collectAutoImports: response is complete +Info 4691 [23:07:47.620] collectAutoImports: 55.777729999274015 +Info 4692 [23:07:47.620] getCompletionData: Semantic work: 83.0028210002929 +Info 4693 [23:07:47.636] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.560809000395238 +Info 4694 [23:07:47.646] Format host information updated +Info 4695 [23:07:48.056] getCompletionData: Get current token: 0.0030190004035830498 +Info 4696 [23:07:48.056] getCompletionData: Is inside comment: 0.00837900023907423 +Info 4697 [23:07:48.056] getCompletionData: Get previous token: 0.005331999622285366 +Info 4698 [23:07:48.056] getCompletionsAtPosition: isCompletionListBlocker: 0.002615000121295452 +Info 4699 [23:07:48.058] getExportInfoMap: cache hit +Info 4700 [23:07:48.079] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4701 [23:07:48.079] collectAutoImports: response is complete +Info 4702 [23:07:48.079] collectAutoImports: 21.303768999874592 +Info 4703 [23:07:48.079] getCompletionData: Semantic work: 22.785269000567496 +Info 4704 [23:07:48.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.652735999785364 +Info 4705 [23:07:48.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4706 [23:07:48.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 25.50543100014329ms +Info 4707 [23:07:48.292] Different program with same set of files +Info 4708 [23:07:48.293] getCompletionData: Get current token: 0.014189000241458416 +Info 4709 [23:07:48.293] getCompletionData: Is inside comment: 0.030218000523746014 +Info 4710 [23:07:48.293] getCompletionData: Get previous token: 0.020886000245809555 +Info 4711 [23:07:48.293] getCompletionsAtPosition: isCompletionListBlocker: 0.005234000273048878 +Info 4712 [23:07:48.296] getExportInfoMap: cache hit +Info 4713 [23:07:48.327] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4714 [23:07:48.327] collectAutoImports: response is complete +Info 4715 [23:07:48.327] collectAutoImports: 31.06006999965757 +Info 4716 [23:07:48.327] getCompletionData: Semantic work: 34.667392999865115 +Info 4717 [23:07:48.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.729505999945104 +Info 4718 [23:07:48.351] Format host information updated +Info 4719 [23:07:48.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4720 [23:07:48.705] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 8.482454000040889ms +Info 4721 [23:07:48.705] Different program with same set of files +Info 4722 [23:07:48.706] getCompletionData: Get current token: 0.002969999797642231 +Info 4723 [23:07:48.706] getCompletionData: Is inside comment: 0.010658000595867634 +Info 4724 [23:07:48.706] getCompletionData: Get previous token: 0.012684999965131283 +Info 4725 [23:07:48.706] getCompletionsAtPosition: isCompletionListBlocker: 0.0030069993808865547 +Info 4726 [23:07:48.707] getExportInfoMap: cache hit +Info 4727 [23:07:48.709] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 4728 [23:07:48.709] collectAutoImports: response is complete +Info 4729 [23:07:48.709] collectAutoImports: 1.903048999607563 +Info 4730 [23:07:48.709] getCompletionData: Semantic work: 3.4245389997959137 +Info 4731 [23:07:48.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.969061000272632 +Info 4732 [23:07:48.719] Format host information updated +Info 4733 [23:07:49.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4734 [23:07:49.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 11.978888000361621ms +Info 4735 [23:07:49.055] Different program with same set of files +Info 4736 [23:07:49.055] getCompletionData: Get current token: 0.0047700004652142525 +Info 4737 [23:07:49.055] getCompletionData: Is inside comment: 0.010360999964177608 +Info 4738 [23:07:49.055] getCompletionData: Get previous token: 0.007296000607311726 +Info 4739 [23:07:49.055] getCompletionsAtPosition: isCompletionListBlocker: 0.0018879994750022888 +Info 4740 [23:07:49.057] getExportInfoMap: cache hit +Info 4741 [23:07:49.078] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4742 [23:07:49.078] collectAutoImports: response is complete +Info 4743 [23:07:49.079] collectAutoImports: 21.5627009999007 +Info 4744 [23:07:49.079] getCompletionData: Semantic work: 23.02337499987334 +Info 4745 [23:07:49.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.473350999876857 +Info 4746 [23:07:49.102] Format host information updated +Info 4747 [23:07:49.368] Format host information updated +Info 4748 [23:07:49.369] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4749 [23:07:49.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 9.5566640002653ms +Info 4750 [23:07:49.378] Different program with same set of files +Info 4751 [23:07:50.828] Format host information updated +Info 4752 [23:07:50.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4753 [23:07:50.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 8.435853000730276ms +Info 4754 [23:07:50.836] Different program with same set of files +Info 4755 [23:07:51.000] Format host information updated +Info 4756 [23:07:51.000] Format host information updated +Info 4757 [23:07:51.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4758 [23:07:51.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 8.184585999697447ms +Info 4759 [23:07:51.567] Different program with same set of files +Info 4760 [23:07:51.567] getCompletionData: Get current token: 0.005239999853074551 +Info 4761 [23:07:51.567] getCompletionData: Is inside comment: 0.013484999537467957 +Info 4762 [23:07:51.567] getCompletionData: Get previous token: 0.008949000388383865 +Info 4763 [23:07:51.567] getCompletionsAtPosition: isCompletionListBlocker: 0.006158000789582729 +Info 4764 [23:07:51.568] getExportInfoMap: cache hit +Info 4765 [23:07:51.589] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4766 [23:07:51.589] collectAutoImports: response is complete +Info 4767 [23:07:51.589] collectAutoImports: 20.109658000059426 +Info 4768 [23:07:51.589] getCompletionData: Semantic work: 21.261509999632835 +Info 4769 [23:07:51.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.879652999341488 +Info 4770 [23:07:51.615] Format host information updated +Info 4771 [23:07:51.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4772 [23:07:51.912] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 8.658130999654531ms +Info 4773 [23:07:51.912] Different program with same set of files +Info 4774 [23:07:51.912] getCompletionData: Get current token: 0.005744999274611473 +Info 4775 [23:07:51.912] getCompletionData: Is inside comment: 0.013357000425457954 +Info 4776 [23:07:51.912] getCompletionData: Get previous token: 0.009359000250697136 +Info 4777 [23:07:51.912] getCompletionsAtPosition: isCompletionListBlocker: 0.002096000127494335 +Info 4778 [23:07:51.913] getExportInfoMap: cache hit +Info 4779 [23:07:51.934] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4780 [23:07:51.934] collectAutoImports: response is complete +Info 4781 [23:07:51.934] collectAutoImports: 21.29431699961424 +Info 4782 [23:07:51.934] getCompletionData: Semantic work: 22.48913799971342 +Info 4783 [23:07:51.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.026131000369787 +Info 4784 [23:07:51.959] Format host information updated +Info 4785 [23:07:52.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4786 [23:07:52.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 8.017802999354899ms +Info 4787 [23:07:52.133] Different program with same set of files +Info 4788 [23:07:52.133] getCompletionData: Get current token: 0.004514999687671661 +Info 4789 [23:07:52.133] getCompletionData: Is inside comment: 0.013357999734580517 +Info 4790 [23:07:52.133] getCompletionData: Get previous token: 0.018149999901652336 +Info 4791 [23:07:52.133] getCompletionsAtPosition: isCompletionListBlocker: 0.002101999707520008 +Info 4792 [23:07:52.135] getExportInfoMap: cache hit +Info 4793 [23:07:52.136] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4794 [23:07:52.136] collectAutoImports: response is complete +Info 4795 [23:07:52.136] collectAutoImports: 1.6698400005698204 +Info 4796 [23:07:52.136] getCompletionData: Semantic work: 2.788963000290096 +Info 4797 [23:07:52.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.591718999668956 +Info 4798 [23:07:52.147] Format host information updated +Info 4799 [23:07:52.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4800 [23:07:52.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 14.28957000002265ms +Info 4801 [23:07:52.797] Different program with same set of files +Info 4802 [23:07:52.798] getCompletionData: Get current token: 0.008310999721288681 +Info 4803 [23:07:52.798] getCompletionData: Is inside comment: 0.025631999596953392 +Info 4804 [23:07:52.798] getCompletionData: Get previous token: 0.033731999807059765 +Info 4805 [23:07:52.798] getCompletionsAtPosition: isCompletionListBlocker: 0.003351000137627125 +Info 4806 [23:07:52.800] getExportInfoMap: cache hit +Info 4807 [23:07:52.803] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4808 [23:07:52.803] collectAutoImports: response is complete +Info 4809 [23:07:52.803] collectAutoImports: 3.044993999414146 +Info 4810 [23:07:52.803] getCompletionData: Semantic work: 5.000014999881387 +Info 4811 [23:07:52.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.402927000075579 +Info 4812 [23:07:52.820] Format host information updated +Info 4813 [23:07:53.196] Format host information updated +Info 4814 [23:07:53.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4815 [23:07:53.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 8.738253000192344ms +Info 4816 [23:07:53.205] Different program with same set of files +Info 4817 [23:07:54.854] Format host information updated +Info 4818 [23:07:54.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4819 [23:07:54.863] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 9.590745000168681ms +Info 4820 [23:07:54.863] Different program with same set of files +Info 4821 [23:07:55.021] Format host information updated +Info 4822 [23:07:55.225] getCompletionData: Get current token: 0.004852999933063984 +Info 4823 [23:07:55.225] getCompletionData: Is inside comment: 0.015589000657200813 +Info 4824 [23:07:55.225] getCompletionData: Get previous token: 0.01877299975603819 +Info 4825 [23:07:55.225] getCompletionsAtPosition: isCompletionListBlocker: 0.0019149994477629662 +Info 4826 [23:07:55.226] getExportInfoMap: cache hit +Info 4827 [23:07:55.229] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 4828 [23:07:55.229] collectAutoImports: response is complete +Info 4829 [23:07:55.229] collectAutoImports: 2.6155420001596212 +Info 4830 [23:07:55.229] getCompletionData: Semantic work: 4.049867999739945 +Info 4831 [23:07:55.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.08207600004971 +Info 4832 [23:07:55.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4833 [23:07:55.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 10.50526800006628ms +Info 4834 [23:07:55.498] Different program with same set of files +Info 4835 [23:07:55.499] getCompletionData: Get current token: 0.003798999823629856 +Info 4836 [23:07:55.499] getCompletionData: Is inside comment: 0.012707999907433987 +Info 4837 [23:07:55.499] getCompletionData: Get previous token: 0.018547999672591686 +Info 4838 [23:07:55.499] getCompletionsAtPosition: isCompletionListBlocker: 0.008142000064253807 +Info 4839 [23:07:55.500] getExportInfoMap: cache hit +Info 4840 [23:07:55.502] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 4841 [23:07:55.502] collectAutoImports: response is complete +Info 4842 [23:07:55.502] collectAutoImports: 2.0613709995523095 +Info 4843 [23:07:55.502] getCompletionData: Semantic work: 3.3334870003163815 +Info 4844 [23:07:55.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.3184659993276 +Info 4845 [23:07:55.513] Format host information updated +Info 4846 [23:07:56.156] Format host information updated +Info 4847 [23:07:56.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4848 [23:07:56.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 8.325239999219775ms +Info 4849 [23:07:56.164] Different program with same set of files +Info 4850 [23:07:56.330] Format host information updated +Info 4851 [23:07:57.058] Format host information updated +Info 4852 [23:07:57.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4853 [23:07:57.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 8.305018000304699ms +Info 4854 [23:07:57.066] Different program with same set of files +Info 4855 [23:07:57.232] Format host information updated +Info 4856 [23:07:58.974] Format host information updated +Info 4857 [23:07:58.975] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4858 [23:07:58.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 8.293349999934435ms +Info 4859 [23:07:58.983] Different program with same set of files +Info 4860 [23:07:59.144] Format host information updated +Info 4861 [23:07:59.650] Format host information updated +Info 4862 [23:07:59.651] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4863 [23:07:59.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 10.1808500001207ms +Info 4864 [23:07:59.661] Different program with same set of files +Info 4865 [23:07:59.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4866 [23:07:59.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 9.577820000238717ms +Info 4867 [23:07:59.899] Different program with same set of files +Info 4868 [23:07:59.899] getCompletionData: Get current token: 0.0025209998711943626 +Info 4869 [23:07:59.899] getCompletionData: Is inside comment: 0.01037800032645464 +Info 4870 [23:07:59.899] getCompletionData: Get previous token: 0.007120000198483467 +Info 4871 [23:07:59.899] getCompletionsAtPosition: isCompletionListBlocker: 0.007061999291181564 +Info 4872 [23:07:59.900] getExportInfoMap: cache hit +Info 4873 [23:07:59.922] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4874 [23:07:59.922] collectAutoImports: response is complete +Info 4875 [23:07:59.922] collectAutoImports: 21.49421500042081 +Info 4876 [23:07:59.922] getCompletionData: Semantic work: 22.636860999278724 +Info 4877 [23:07:59.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.514337999746203 +Info 4878 [23:07:59.947] Format host information updated +Info 4879 [23:08:00.119] getCompletionData: Get current token: 0.004519999958574772 +Info 4880 [23:08:00.119] getCompletionData: Is inside comment: 0.0137320002540946 +Info 4881 [23:08:00.119] getCompletionData: Get previous token: 0.009618999436497688 +Info 4882 [23:08:00.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0017570005729794502 +Info 4883 [23:08:00.119] Returning an empty list because completion was requested in an invalid position. +Info 4884 [23:08:00.119] Format host information updated +Info 4885 [23:08:00.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4886 [23:08:00.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 8.872866000048816ms +Info 4887 [23:08:00.248] Different program with same set of files +Info 4888 [23:08:00.248] getCompletionData: Get current token: 0.0040880003944039345 +Info 4889 [23:08:00.248] getCompletionData: Is inside comment: 0.013094000518321991 +Info 4890 [23:08:00.248] getCompletionData: Get previous token: 0.01921399962157011 +Info 4891 [23:08:00.248] getCompletionsAtPosition: isCompletionListBlocker: 0.041728999465703964 +Info 4892 [23:08:00.249] getExportInfoMap: cache hit +Info 4893 [23:08:00.252] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 4894 [23:08:00.252] collectAutoImports: response is complete +Info 4895 [23:08:00.252] collectAutoImports: 2.118311000056565 +Info 4896 [23:08:00.252] getCompletionData: Semantic work: 3.6626000003889203 +Info 4897 [23:08:00.261] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.89603399951011 +Info 4898 [23:08:00.263] Format host information updated +Info 4899 [23:08:00.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4900 [23:08:00.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 8.551959999836981ms +Info 4901 [23:08:00.877] Different program with same set of files +Info 4902 [23:08:00.877] getCompletionData: Get current token: 0.00445100013166666 +Info 4903 [23:08:00.877] getCompletionData: Is inside comment: 0.013693999499082565 +Info 4904 [23:08:00.877] getCompletionData: Get previous token: 0.01808900013566017 +Info 4905 [23:08:00.877] getCompletionsAtPosition: isCompletionListBlocker: 0.0024049999192357063 +Info 4906 [23:08:00.878] getExportInfoMap: cache hit +Info 4907 [23:08:00.880] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4908 [23:08:00.880] collectAutoImports: response is complete +Info 4909 [23:08:00.880] collectAutoImports: 1.6337190000340343 +Info 4910 [23:08:00.880] getCompletionData: Semantic work: 2.8939700005576015 +Info 4911 [23:08:00.888] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.41528999991715 +Info 4912 [23:08:00.892] Format host information updated +Info 4913 [23:08:01.936] Format host information updated +Info 4914 [23:08:01.936] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4915 [23:08:01.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 8.639294000342488ms +Info 4916 [23:08:01.945] Different program with same set of files +Info 4917 [23:08:02.115] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4918 [23:08:02.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 8.407021000050008ms +Info 4919 [23:08:02.124] Different program with same set of files +Info 4920 [23:08:02.124] getCompletionData: Get current token: 0.004455999471247196 +Info 4921 [23:08:02.124] getCompletionData: Is inside comment: 0.013503000140190125 +Info 4922 [23:08:02.124] getCompletionData: Get previous token: 0.01880700048059225 +Info 4923 [23:08:02.124] getCompletionsAtPosition: isCompletionListBlocker: 0.0019049998372793198 +Info 4924 [23:08:02.125] getExportInfoMap: cache hit +Info 4925 [23:08:02.128] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 4926 [23:08:02.128] collectAutoImports: response is complete +Info 4927 [23:08:02.128] collectAutoImports: 2.443839999847114 +Info 4928 [23:08:02.128] getCompletionData: Semantic work: 3.667587000876665 +Info 4929 [23:08:02.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.660327000543475 +Info 4930 [23:08:02.139] Format host information updated +Info 4931 [23:08:02.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4932 [23:08:02.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 17.458837000653148ms +Info 4933 [23:08:02.327] Different program with same set of files +Info 4934 [23:08:02.328] getCompletionData: Get current token: 0.004616999998688698 +Info 4935 [23:08:02.328] getCompletionData: Is inside comment: 0.015204000286757946 +Info 4936 [23:08:02.328] getCompletionData: Get previous token: 0.02103900071233511 +Info 4937 [23:08:02.328] getCompletionsAtPosition: isCompletionListBlocker: 0.0019049998372793198 +Info 4938 [23:08:02.330] getExportInfoMap: cache hit +Info 4939 [23:08:02.334] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 4940 [23:08:02.334] collectAutoImports: response is complete +Info 4941 [23:08:02.334] collectAutoImports: 4.258175999857485 +Info 4942 [23:08:02.334] getCompletionData: Semantic work: 6.0419070003554225 +Info 4943 [23:08:02.349] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.214738000184298 +Info 4944 [23:08:02.353] Format host information updated +Info 4945 [23:08:02.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4946 [23:08:02.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 8.91599200014025ms +Info 4947 [23:08:02.581] Different program with same set of files +Info 4948 [23:08:02.581] getCompletionData: Get current token: 0.004236999899148941 +Info 4949 [23:08:02.581] getCompletionData: Is inside comment: 0.012632000260055065 +Info 4950 [23:08:02.581] getCompletionData: Get previous token: 0.019465000368654728 +Info 4951 [23:08:02.581] getCompletionsAtPosition: isCompletionListBlocker: 0.0016370005905628204 +Info 4952 [23:08:02.582] getExportInfoMap: cache hit +Info 4953 [23:08:02.584] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 4954 [23:08:02.584] collectAutoImports: response is complete +Info 4955 [23:08:02.584] collectAutoImports: 1.8261400004848838 +Info 4956 [23:08:02.584] getCompletionData: Semantic work: 3.0083790002390742 +Info 4957 [23:08:02.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.124627999961376 +Info 4958 [23:08:02.596] Format host information updated +Info 4959 [23:08:02.599] Format host information updated +Info 4960 [23:08:02.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4961 [23:08:02.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 8.731335000135005ms +Info 4962 [23:08:02.608] Different program with same set of files +Info 4963 [23:08:02.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4964 [23:08:02.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 8.016634999774396ms +Info 4965 [23:08:02.777] Different program with same set of files +Info 4966 [23:08:02.777] getCompletionData: Get current token: 0.004529000259935856 +Info 4967 [23:08:02.777] getCompletionData: Is inside comment: 0.015195999294519424 +Info 4968 [23:08:02.777] getCompletionData: Get previous token: 0.01896500028669834 +Info 4969 [23:08:02.777] getCompletionsAtPosition: isCompletionListBlocker: 0.0018150005489587784 +Info 4970 [23:08:02.778] getExportInfoMap: cache hit +Info 4971 [23:08:02.780] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4972 [23:08:02.780] collectAutoImports: response is complete +Info 4973 [23:08:02.780] collectAutoImports: 1.6406779997050762 +Info 4974 [23:08:02.780] getCompletionData: Semantic work: 2.8508620001375675 +Info 4975 [23:08:02.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.23670900054276 +Info 4976 [23:08:02.790] Format host information updated +Info 4977 [23:08:02.792] Format host information updated +Info 4978 [23:08:02.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4979 [23:08:02.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 7.99876799993217ms +Info 4980 [23:08:02.800] Different program with same set of files +Info 4981 [23:08:02.801] getCompletionData: Get current token: 0.0048440005630254745 +Info 4982 [23:08:02.801] getCompletionData: Is inside comment: 0.013689999468624592 +Info 4983 [23:08:02.801] getCompletionData: Get previous token: 0.019881000742316246 +Info 4984 [23:08:02.801] getCompletionsAtPosition: isCompletionListBlocker: 0.0017009992152452469 +Info 4985 [23:08:02.802] getExportInfoMap: cache hit +Info 4986 [23:08:02.824] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4987 [23:08:02.824] collectAutoImports: response is complete +Info 4988 [23:08:02.824] collectAutoImports: 21.505622000433505 +Info 4989 [23:08:02.824] getCompletionData: Semantic work: 22.83951499965042 +Info 4990 [23:08:02.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.283357999287546 +Info 4991 [23:08:02.848] Format host information updated +Info 4992 [23:08:03.009] getCompletionData: Get current token: 0.0023159999400377274 +Info 4993 [23:08:03.009] getCompletionData: Is inside comment: 0.010085999965667725 +Info 4994 [23:08:03.009] getCompletionData: Get previous token: 0.00698500033468008 +Info 4995 [23:08:03.009] getCompletionsAtPosition: isCompletionListBlocker: 0.006311999633908272 +Info 4996 [23:08:03.010] getExportInfoMap: cache hit +Info 4997 [23:08:03.031] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4998 [23:08:03.031] collectAutoImports: response is complete +Info 4999 [23:08:03.031] collectAutoImports: 20.712040999904275 +Info 5000 [23:08:03.031] getCompletionData: Semantic work: 21.999363000504673 +Info 5001 [23:08:03.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.160728000104427 +Info 5002 [23:08:03.054] Format host information updated +Info 5003 [23:08:03.595] getCompletionData: Get current token: 0.00244899932295084 +Info 5004 [23:08:03.595] getCompletionData: Is inside comment: 0.010388999246060848 +Info 5005 [23:08:03.595] getCompletionData: Get previous token: 0.010063999332487583 +Info 5006 [23:08:03.595] getCompletionsAtPosition: isCompletionListBlocker: 0.009457999840378761 +Info 5007 [23:08:03.597] getExportInfoMap: cache hit +Info 5008 [23:08:03.615] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5009 [23:08:03.615] collectAutoImports: response is complete +Info 5010 [23:08:03.615] collectAutoImports: 18.669374000281096 +Info 5011 [23:08:03.615] getCompletionData: Semantic work: 19.925576999783516 +Info 5012 [23:08:03.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.01316599920392 +Info 5013 [23:08:03.685] Format host information updated +Info 5014 [23:08:03.685] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5015 [23:08:03.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 9.463760999962687ms +Info 5016 [23:08:03.694] Different program with same set of files +Info 5017 [23:08:05.172] Format host information updated +Info 5018 [23:08:05.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5019 [23:08:05.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 7.972183000296354ms +Info 5020 [23:08:05.180] Different program with same set of files +Info 5021 [23:08:05.969] getCompletionData: Get current token: 0.0023649996146559715 +Info 5022 [23:08:05.969] getCompletionData: Is inside comment: 0.009314999915659428 +Info 5023 [23:08:05.969] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5024 [23:08:08.110] Format host information updated +Info 5025 [23:08:08.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5026 [23:08:08.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 9.601512999273837ms +Info 5027 [23:08:08.120] Different program with same set of files +Info 5028 [23:08:08.707] Format host information updated +Info 5029 [23:08:08.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5030 [23:08:08.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 8.832635000348091ms +Info 5031 [23:08:08.716] Different program with same set of files +Info 5032 [23:08:08.875] Format host information updated +Info 5033 [23:08:09.463] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5034 [23:08:09.471] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 8.745893999934196ms +Info 5035 [23:08:09.471] Different program with same set of files +Info 5036 [23:08:09.472] getCompletionData: Get current token: 0.0034469999372959137 +Info 5037 [23:08:09.472] getCompletionData: Is inside comment: 0.011309999972581863 +Info 5038 [23:08:09.472] getCompletionData: Get previous token: 0.013477000407874584 +Info 5039 [23:08:09.472] getCompletionsAtPosition: isCompletionListBlocker: 0.006646999157965183 +Info 5040 [23:08:09.473] getExportInfoMap: cache hit +Info 5041 [23:08:09.475] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 5042 [23:08:09.475] collectAutoImports: response is complete +Info 5043 [23:08:09.475] collectAutoImports: 2.1235549999400973 +Info 5044 [23:08:09.475] getCompletionData: Semantic work: 3.461315999738872 +Info 5045 [23:08:09.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.768472000025213 +Info 5046 [23:08:09.486] Format host information updated +Info 5047 [23:08:09.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5048 [23:08:09.653] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 7.8071920005604625ms +Info 5049 [23:08:09.653] Different program with same set of files +Info 5050 [23:08:09.654] getCompletionData: Get current token: 0.00352300051599741 +Info 5051 [23:08:09.654] getCompletionData: Is inside comment: 0.010296999476850033 +Info 5052 [23:08:09.654] getCompletionData: Get previous token: 0.01221999991685152 +Info 5053 [23:08:09.654] getCompletionsAtPosition: isCompletionListBlocker: 0.005790000781416893 +Info 5054 [23:08:09.655] getExportInfoMap: cache hit +Info 5055 [23:08:09.657] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 5056 [23:08:09.657] collectAutoImports: response is complete +Info 5057 [23:08:09.657] collectAutoImports: 1.838188000023365 +Info 5058 [23:08:09.657] getCompletionData: Semantic work: 3.0699070002883673 +Info 5059 [23:08:09.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.753491000272334 +Info 5060 [23:08:09.666] Format host information updated +Info 5061 [23:08:10.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5062 [23:08:10.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 8.713809999637306ms +Info 5063 [23:08:10.959] Different program with same set of files +Info 5064 [23:08:10.960] getCompletionData: Get current token: 0.002394000068306923 +Info 5065 [23:08:10.960] getCompletionData: Is inside comment: 0.008605999872088432 +Info 5066 [23:08:10.960] getCompletionData: Get previous token: 0.010533999651670456 +Info 5067 [23:08:10.960] getCompletionsAtPosition: isCompletionListBlocker: 0.006388000212609768 +Info 5068 [23:08:10.961] getExportInfoMap: cache hit +Info 5069 [23:08:10.963] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 5070 [23:08:10.963] collectAutoImports: response is complete +Info 5071 [23:08:10.963] collectAutoImports: 1.9428969994187355 +Info 5072 [23:08:10.963] getCompletionData: Semantic work: 3.157936000265181 +Info 5073 [23:08:10.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.1298110000789165 +Info 5074 [23:08:10.973] Format host information updated +Info 5075 [23:08:11.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5076 [23:08:11.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 7.718879000283778ms +Info 5077 [23:08:11.138] Different program with same set of files +Info 5078 [23:08:11.138] getCompletionData: Get current token: 0.042647999711334705 +Info 5079 [23:08:11.138] getCompletionData: Is inside comment: 0.015270999632775784 +Info 5080 [23:08:11.138] getCompletionData: Get previous token: 0.0062150005251169205 +Info 5081 [23:08:11.138] getCompletionsAtPosition: isCompletionListBlocker: 0.0022339997813105583 +Info 5082 [23:08:11.139] getExportInfoMap: cache hit +Info 5083 [23:08:11.160] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5084 [23:08:11.160] collectAutoImports: response is complete +Info 5085 [23:08:11.160] collectAutoImports: 20.297705000266433 +Info 5086 [23:08:11.160] getCompletionData: Semantic work: 21.439926999621093 +Info 5087 [23:08:11.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.16710100043565 +Info 5088 [23:08:11.185] Format host information updated +Info 5089 [23:08:11.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5090 [23:08:11.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 8.088411999866366ms +Info 5091 [23:08:11.358] Different program with same set of files +Info 5092 [23:08:11.358] getCompletionData: Get current token: 0.002967999316751957 +Info 5093 [23:08:11.358] getCompletionData: Is inside comment: 0.009693999774754047 +Info 5094 [23:08:11.358] getCompletionData: Get previous token: 0.0057930005714297295 +Info 5095 [23:08:11.358] getCompletionsAtPosition: isCompletionListBlocker: 0.00939099956303835 +Info 5096 [23:08:11.359] getExportInfoMap: cache hit +Info 5097 [23:08:11.382] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5098 [23:08:11.382] collectAutoImports: response is complete +Info 5099 [23:08:11.382] collectAutoImports: 22.621156999841332 +Info 5100 [23:08:11.382] getCompletionData: Semantic work: 23.904484000056982 +Info 5101 [23:08:11.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.922360999509692 +Info 5102 [23:08:11.404] Format host information updated +Info 5103 [23:08:11.576] getCompletionData: Get current token: 0.003890000283718109 +Info 5104 [23:08:11.576] getCompletionData: Is inside comment: 0.010908999480307102 +Info 5105 [23:08:11.576] getCompletionData: Get previous token: 0.007101000286638737 +Info 5106 [23:08:11.576] getCompletionsAtPosition: isCompletionListBlocker: 0.0023670000955462456 +Info 5107 [23:08:11.578] getExportInfoMap: cache hit +Info 5108 [23:08:11.598] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5109 [23:08:11.598] collectAutoImports: response is complete +Info 5110 [23:08:11.598] collectAutoImports: 20.11982799973339 +Info 5111 [23:08:11.598] getCompletionData: Semantic work: 21.390577000565827 +Info 5112 [23:08:11.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.9486170001328 +Info 5113 [23:08:11.619] Format host information updated +Info 5114 [23:08:11.628] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5115 [23:08:11.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 8.810115000233054ms +Info 5116 [23:08:11.636] Different program with same set of files +Info 5117 [23:08:11.637] getCompletionData: Get current token: 0.005469999276101589 +Info 5118 [23:08:11.637] getCompletionData: Is inside comment: 0.015842000022530556 +Info 5119 [23:08:11.637] getCompletionData: Get previous token: 0.02254800032824278 +Info 5120 [23:08:11.637] getCompletionsAtPosition: isCompletionListBlocker: 0.0031970003619790077 +Info 5121 [23:08:11.638] getExportInfoMap: cache hit +Info 5122 [23:08:11.644] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 5123 [23:08:11.644] collectAutoImports: response is complete +Info 5124 [23:08:11.644] collectAutoImports: 5.680056000128388 +Info 5125 [23:08:11.644] getCompletionData: Semantic work: 7.4117990005761385 +Info 5126 [23:08:11.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.550999999977648 +Info 5127 [23:08:11.660] Format host information updated +Info 5128 [23:08:11.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5129 [23:08:11.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 7.844759000465274ms +Info 5130 [23:08:11.836] Different program with same set of files +Info 5131 [23:08:11.836] getCompletionData: Get current token: 0.003636999987065792 +Info 5132 [23:08:11.836] getCompletionData: Is inside comment: 0.010617000050842762 +Info 5133 [23:08:11.836] getCompletionData: Get previous token: 0.01255900040268898 +Info 5134 [23:08:11.836] getCompletionsAtPosition: isCompletionListBlocker: 0.002101999707520008 +Info 5135 [23:08:11.837] getExportInfoMap: cache hit +Info 5136 [23:08:11.841] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 5137 [23:08:11.841] collectAutoImports: response is complete +Info 5138 [23:08:11.841] collectAutoImports: 3.5786929996684194 +Info 5139 [23:08:11.841] getCompletionData: Semantic work: 4.785980999469757 +Info 5140 [23:08:11.848] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.192224999889731 +Info 5141 [23:08:11.851] Format host information updated +Info 5142 [23:08:11.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5143 [23:08:11.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 7.9599050004035234ms +Info 5144 [23:08:11.861] Different program with same set of files +Info 5145 [23:08:11.861] getCompletionData: Get current token: 0.0035850005224347115 +Info 5146 [23:08:11.861] getCompletionData: Is inside comment: 0.011174999177455902 +Info 5147 [23:08:11.861] getCompletionData: Get previous token: 0.013288999907672405 +Info 5148 [23:08:11.861] getCompletionsAtPosition: isCompletionListBlocker: 0.0022810008376836777 +Info 5149 [23:08:11.862] getExportInfoMap: cache hit +Info 5150 [23:08:11.864] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 5151 [23:08:11.864] collectAutoImports: response is complete +Info 5152 [23:08:11.864] collectAutoImports: 1.8675219994038343 +Info 5153 [23:08:11.864] getCompletionData: Semantic work: 3.2220850000157952 +Info 5154 [23:08:11.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.286079999990761 +Info 5155 [23:08:11.876] Format host information updated +Info 5156 [23:08:12.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5157 [23:08:12.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 10.574206000193954ms +Info 5158 [23:08:12.046] Different program with same set of files +Info 5159 [23:08:12.046] getCompletionData: Get current token: 0.0035520000383257866 +Info 5160 [23:08:12.046] getCompletionData: Is inside comment: 0.010969000868499279 +Info 5161 [23:08:12.046] getCompletionData: Get previous token: 0.012550999410450459 +Info 5162 [23:08:12.046] getCompletionsAtPosition: isCompletionListBlocker: 0.0021779993548989296 +Info 5163 [23:08:12.047] getExportInfoMap: cache hit +Info 5164 [23:08:12.049] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 5165 [23:08:12.049] collectAutoImports: response is complete +Info 5166 [23:08:12.049] collectAutoImports: 1.7597590005025268 +Info 5167 [23:08:12.049] getCompletionData: Semantic work: 2.9783410001546144 +Info 5168 [23:08:12.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.285084999166429 +Info 5169 [23:08:12.060] Format host information updated +Info 5170 [23:08:12.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5171 [23:08:12.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 8.124218999408185ms +Info 5172 [23:08:12.232] Different program with same set of files +Info 5173 [23:08:12.232] getCompletionData: Get current token: 0.0037299999967217445 +Info 5174 [23:08:12.232] getCompletionData: Is inside comment: 0.010683000087738037 +Info 5175 [23:08:12.232] getCompletionData: Get previous token: 0.012737000361084938 +Info 5176 [23:08:12.232] getCompletionsAtPosition: isCompletionListBlocker: 0.0019420003518462181 +Info 5177 [23:08:12.233] getExportInfoMap: cache hit +Info 5178 [23:08:12.235] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5179 [23:08:12.235] collectAutoImports: response is complete +Info 5180 [23:08:12.235] collectAutoImports: 1.7244309997186065 +Info 5181 [23:08:12.235] getCompletionData: Semantic work: 2.9941189996898174 +Info 5182 [23:08:12.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.969615999609232 +Info 5183 [23:08:12.247] Format host information updated +Info 5184 [23:08:12.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5185 [23:08:12.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 9.264046999625862ms +Info 5186 [23:08:12.259] Different program with same set of files +Info 5187 [23:08:12.259] getCompletionData: Get current token: 0.003685000352561474 +Info 5188 [23:08:12.259] getCompletionData: Is inside comment: 0.01079500000923872 +Info 5189 [23:08:12.259] getCompletionData: Get previous token: 0.013559000566601753 +Info 5190 [23:08:12.259] getCompletionsAtPosition: isCompletionListBlocker: 0.0030080005526542664 +Info 5191 [23:08:12.260] getExportInfoMap: cache hit +Info 5192 [23:08:12.262] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5193 [23:08:12.262] collectAutoImports: response is complete +Info 5194 [23:08:12.262] collectAutoImports: 1.7278110003098845 +Info 5195 [23:08:12.262] getCompletionData: Semantic work: 3.078371999785304 +Info 5196 [23:08:12.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.238303000107408 +Info 5197 [23:08:12.271] Format host information updated +Info 5198 [23:08:12.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5199 [23:08:12.437] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 8.363969000056386ms +Info 5200 [23:08:12.437] Different program with same set of files +Info 5201 [23:08:12.437] getCompletionData: Get current token: 0.0034539997577667236 +Info 5202 [23:08:12.437] getCompletionData: Is inside comment: 0.009825000539422035 +Info 5203 [23:08:12.437] getCompletionData: Get previous token: 0.011868000030517578 +Info 5204 [23:08:12.437] getCompletionsAtPosition: isCompletionListBlocker: 0.0019540004432201385 +Info 5205 [23:08:12.438] getExportInfoMap: cache hit +Info 5206 [23:08:12.459] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5207 [23:08:12.459] collectAutoImports: response is complete +Info 5208 [23:08:12.459] collectAutoImports: 20.275209000334144 +Info 5209 [23:08:12.459] getCompletionData: Semantic work: 21.77138900011778 +Info 5210 [23:08:12.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.826750999316573 +Info 5211 [23:08:12.482] Format host information updated +Info 5212 [23:08:12.647] getCompletionData: Get current token: 0.0023349998518824577 +Info 5213 [23:08:12.647] getCompletionData: Is inside comment: 0.00967200007289648 +Info 5214 [23:08:12.647] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5215 [23:08:12.647] Format host information updated +Info 5216 [23:08:14.701] Format host information updated +Info 5217 [23:08:14.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5218 [23:08:14.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 8.361212000250816ms +Info 5219 [23:08:14.709] Different program with same set of files +Info 5220 [23:08:17.300] Format host information updated +Info 5221 [23:08:17.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5222 [23:08:17.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 8.75467099994421ms +Info 5223 [23:08:17.309] Different program with same set of files +Info 5224 [23:08:19.453] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5225 [23:08:19.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 10.163488000631332ms +Info 5226 [23:08:19.464] Different program with same set of files +Info 5227 [23:08:19.464] getCompletionData: Get current token: 0.004203000105917454 +Info 5228 [23:08:19.464] getCompletionData: Is inside comment: 0.012261999770998955 +Info 5229 [23:08:19.464] getCompletionData: Get previous token: 0.016863999888300896 +Info 5230 [23:08:19.464] getCompletionsAtPosition: isCompletionListBlocker: 0.007034000009298325 +Info 5231 [23:08:19.465] getExportInfoMap: cache hit +Info 5232 [23:08:19.470] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 582 from cache +Info 5233 [23:08:19.470] collectAutoImports: response is complete +Info 5234 [23:08:19.470] collectAutoImports: 4.936754999682307 +Info 5235 [23:08:19.470] getCompletionData: Semantic work: 6.210931000299752 +Info 5236 [23:08:19.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.387482000514865 +Info 5237 [23:08:19.482] Format host information updated +Info 5238 [23:08:21.667] getCompletionData: Get current token: 0.005835999734699726 +Info 5239 [23:08:21.667] getCompletionData: Is inside comment: 0.014841999858617783 +Info 5240 [23:08:21.667] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5241 [23:08:22.096] getCompletionData: Get current token: 0.0027320003136992455 +Info 5242 [23:08:22.096] getCompletionData: Is inside comment: 0.006935999728739262 +Info 5243 [23:08:22.096] getCompletionData: Get previous token: 0.004003999754786491 +Info 5244 [23:08:22.096] getCompletionsAtPosition: isCompletionListBlocker: 0.0017289994284510612 +Info 5245 [23:08:22.098] getExportInfoMap: cache hit +Info 5246 [23:08:22.118] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5247 [23:08:22.118] collectAutoImports: response is complete +Info 5248 [23:08:22.118] collectAutoImports: 20.077282999642193 +Info 5249 [23:08:22.118] getCompletionData: Semantic work: 21.682620000094175 +Info 5250 [23:08:22.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.151612000539899 +Info 5251 [23:08:22.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5252 [23:08:22.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 8.85503900051117ms +Info 5253 [23:08:22.300] Different program with same set of files +Info 5254 [23:08:22.301] getCompletionData: Get current token: 0.004154999740421772 +Info 5255 [23:08:22.301] getCompletionData: Is inside comment: 0.012114999815821648 +Info 5256 [23:08:22.301] getCompletionData: Get previous token: 0.007323000580072403 +Info 5257 [23:08:22.301] getCompletionsAtPosition: isCompletionListBlocker: 0.0016199992969632149 +Info 5258 [23:08:22.301] Returning an empty list because completion was requested in an invalid position. +Info 5259 [23:08:22.301] Format host information updated +Info 5260 [23:08:22.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5261 [23:08:22.477] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 7.84430200047791ms +Info 5262 [23:08:22.477] Different program with same set of files +Info 5263 [23:08:22.478] getCompletionData: Get current token: 0.003381999209523201 +Info 5264 [23:08:22.478] getCompletionData: Is inside comment: 0.009548000060021877 +Info 5265 [23:08:22.478] getCompletionData: Get previous token: 0.009829000569880009 +Info 5266 [23:08:22.478] getCompletionsAtPosition: isCompletionListBlocker: 0.0016590002924203873 +Info 5267 [23:08:22.478] Returning an empty list because completion was requested in an invalid position. +Info 5268 [23:08:22.478] Format host information updated +Info 5269 [23:08:22.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5270 [23:08:22.485] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 7.276999000459909ms +Info 5271 [23:08:22.485] Different program with same set of files +Info 5272 [23:08:22.485] getCompletionData: Get current token: 0.003447999246418476 +Info 5273 [23:08:22.485] getCompletionData: Is inside comment: 0.008946999907493591 +Info 5274 [23:08:22.485] getCompletionData: Get previous token: 0.005796000361442566 +Info 5275 [23:08:22.485] getCompletionsAtPosition: isCompletionListBlocker: 0.01117900013923645 +Info 5276 [23:08:22.487] getExportInfoMap: cache hit +Info 5277 [23:08:22.511] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5278 [23:08:22.511] collectAutoImports: response is complete +Info 5279 [23:08:22.511] collectAutoImports: 23.874896999448538 +Info 5280 [23:08:22.511] getCompletionData: Semantic work: 25.087485000491142 +Info 5281 [23:08:22.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.147123000584543 +Info 5282 [23:08:22.536] Format host information updated +Info 5283 [23:08:23.735] getCompletionData: Get current token: 0.0028280001133680344 +Info 5284 [23:08:23.735] getCompletionData: Is inside comment: 0.009006999433040619 +Info 5285 [23:08:23.736] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5286 [23:08:25.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5287 [23:08:25.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 10.3419030001387ms +Info 5288 [23:08:25.777] Different program with same set of files +Info 5289 [23:08:25.777] getCompletionData: Get current token: 0.0027310000732541084 +Info 5290 [23:08:25.777] getCompletionData: Is inside comment: 0.005646999925374985 +Info 5291 [23:08:25.777] getCompletionData: Get previous token: 0.0030340002849698067 +Info 5292 [23:08:25.777] getCompletionsAtPosition: isCompletionListBlocker: 0.006074000149965286 +Info 5293 [23:08:25.778] getExportInfoMap: cache hit +Info 5294 [23:08:25.806] collectAutoImports: resolved 98 module specifiers, plus 219 ambient and 3003 from cache +Info 5295 [23:08:25.806] collectAutoImports: response is complete +Info 5296 [23:08:25.806] collectAutoImports: 27.88698299974203 +Info 5297 [23:08:25.806] getCompletionData: Semantic work: 29.274160000495613 +Info 5298 [23:08:25.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.152219000272453 +Info 5299 [23:08:25.825] Format host information updated +Info 5300 [23:08:26.301] Format host information updated +Info 5301 [23:08:26.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5302 [23:08:26.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 8.864599999971688ms +Info 5303 [23:08:26.310] Different program with same set of files +Info 5304 [23:08:26.638] getCompletionData: Get current token: 0.0033889999613165855 +Info 5305 [23:08:26.638] getCompletionData: Is inside comment: 0.010670999996364117 +Info 5306 [23:08:26.638] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5307 [23:08:28.231] getCompletionData: Get current token: 0.0029030004516243935 +Info 5308 [23:08:28.231] getCompletionData: Is inside comment: 0.007983999326825142 +Info 5309 [23:08:28.231] getCompletionData: Get previous token: 0.0052640000358223915 +Info 5310 [23:08:28.231] getCompletionsAtPosition: isCompletionListBlocker: 0.009084000252187252 +Info 5311 [23:08:28.232] getExportInfoMap: cache hit +Info 5312 [23:08:28.254] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5313 [23:08:28.254] collectAutoImports: response is complete +Info 5314 [23:08:28.254] collectAutoImports: 21.81839800067246 +Info 5315 [23:08:28.254] getCompletionData: Semantic work: 23.19596999976784 +Info 5316 [23:08:28.268] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.231530000455678 +Info 5317 [23:08:28.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5318 [23:08:28.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 8.85476699937135ms +Info 5319 [23:08:28.403] Different program with same set of files +Info 5320 [23:08:28.404] getCompletionData: Get current token: 0.004417000338435173 +Info 5321 [23:08:28.404] getCompletionData: Is inside comment: 0.011455999687314034 +Info 5322 [23:08:28.404] getCompletionData: Get previous token: 0.007188000716269016 +Info 5323 [23:08:28.404] getCompletionsAtPosition: isCompletionListBlocker: 0.007420999929308891 +Info 5324 [23:08:28.405] getExportInfoMap: cache hit +Info 5325 [23:08:28.430] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5326 [23:08:28.430] collectAutoImports: response is complete +Info 5327 [23:08:28.430] collectAutoImports: 24.601462999358773 +Info 5328 [23:08:28.430] getCompletionData: Semantic work: 26.057725999504328 +Info 5329 [23:08:28.445] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.340947999618948 +Info 5330 [23:08:28.454] Format host information updated +Info 5331 [23:08:29.294] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5332 [23:08:29.302] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 8.323699000291526ms +Info 5333 [23:08:29.302] Different program with same set of files +Info 5334 [23:08:29.302] getCompletionData: Get current token: 0.004692000336945057 +Info 5335 [23:08:29.302] getCompletionData: Is inside comment: 0.009021000005304813 +Info 5336 [23:08:29.302] getCompletionData: Get previous token: 0.005803999491035938 +Info 5337 [23:08:29.302] getCompletionsAtPosition: isCompletionListBlocker: 0.0021219998598098755 +Info 5338 [23:08:29.303] getExportInfoMap: cache hit +Info 5339 [23:08:29.325] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5340 [23:08:29.325] collectAutoImports: response is complete +Info 5341 [23:08:29.325] collectAutoImports: 22.047088999301195 +Info 5342 [23:08:29.325] getCompletionData: Semantic work: 23.2040280001238 +Info 5343 [23:08:29.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.807624000124633 +Info 5344 [23:08:29.347] Format host information updated +Info 5345 [23:08:29.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5346 [23:08:29.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 7.913874000310898ms +Info 5347 [23:08:29.595] Different program with same set of files +Info 5348 [23:08:29.595] getCompletionData: Get current token: 0.0036350004374980927 +Info 5349 [23:08:29.595] getCompletionData: Is inside comment: 0.009343000128865242 +Info 5350 [23:08:29.596] getCompletionData: Get previous token: 0.023905999958515167 +Info 5351 [23:08:29.596] getCompletionsAtPosition: isCompletionListBlocker: 0.002033000811934471 +Info 5352 [23:08:29.597] getExportInfoMap: cache hit +Info 5353 [23:08:29.599] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5354 [23:08:29.599] collectAutoImports: response is complete +Info 5355 [23:08:29.599] collectAutoImports: 1.8254540003836155 +Info 5356 [23:08:29.599] getCompletionData: Semantic work: 3.2030240008607507 +Info 5357 [23:08:29.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.902757000178099 +Info 5358 [23:08:29.609] Format host information updated +Info 5359 [23:08:30.064] Format host information updated +Info 5360 [23:08:30.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5361 [23:08:30.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 8.240745999850333ms +Info 5362 [23:08:30.073] Different program with same set of files +Info 5363 [23:08:30.945] getCompletionData: Get current token: 0.0033959997817873955 +Info 5364 [23:08:30.945] getCompletionData: Is inside comment: 0.009490999393165112 +Info 5365 [23:08:30.945] getCompletionData: Get previous token: 0.0061170002445578575 +Info 5366 [23:08:30.945] getCompletionsAtPosition: isCompletionListBlocker: 0.01384699996560812 +Info 5367 [23:08:30.947] getExportInfoMap: cache hit +Info 5368 [23:08:30.966] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5369 [23:08:30.966] collectAutoImports: response is complete +Info 5370 [23:08:30.966] collectAutoImports: 19.083324000239372 +Info 5371 [23:08:30.966] getCompletionData: Semantic work: 20.41327500063926 +Info 5372 [23:08:30.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.632900000549853 +Info 5373 [23:08:31.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5374 [23:08:31.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 10.480771000497043ms +Info 5375 [23:08:31.177] Different program with same set of files +Info 5376 [23:08:31.178] getCompletionData: Get current token: 0.0058639999479055405 +Info 5377 [23:08:31.178] getCompletionData: Is inside comment: 0.017727000638842583 +Info 5378 [23:08:31.178] getCompletionData: Get previous token: 0.009974000044167042 +Info 5379 [23:08:31.178] getCompletionsAtPosition: isCompletionListBlocker: 0.008885999210178852 +Info 5380 [23:08:31.179] getExportInfoMap: cache hit +Info 5381 [23:08:31.211] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5382 [23:08:31.211] collectAutoImports: response is complete +Info 5383 [23:08:31.211] collectAutoImports: 31.74893300049007 +Info 5384 [23:08:31.211] getCompletionData: Semantic work: 33.464457999914885 +Info 5385 [23:08:31.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.740741999819875 +Info 5386 [23:08:31.235] Format host information updated +Info 5387 [23:08:32.792] Format host information updated +Info 5388 [23:08:32.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5389 [23:08:32.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 9.14355899952352ms +Info 5390 [23:08:32.802] Different program with same set of files +Info 5391 [23:08:33.350] Format host information updated +Info 5392 [23:08:33.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5393 [23:08:33.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 9.056296999566257ms +Info 5394 [23:08:33.359] Different program with same set of files +Info 5395 [23:08:35.500] Format host information updated +Info 5396 [23:08:35.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5397 [23:08:35.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 8.32056299969554ms +Info 5398 [23:08:35.509] Different program with same set of files +Info 5399 [23:08:36.879] getCompletionData: Get current token: 0.0021869996562600136 +Info 5400 [23:08:36.879] getCompletionData: Is inside comment: 0.00835300050675869 +Info 5401 [23:08:36.879] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5402 [23:08:38.321] getCompletionData: Get current token: 0.001871999353170395 +Info 5403 [23:08:38.321] getCompletionData: Is inside comment: 0.007306000217795372 +Info 5404 [23:08:38.321] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5405 [23:08:38.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5406 [23:08:38.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 12.720781999640167ms +Info 5407 [23:08:38.795] Different program with same set of files +Info 5408 [23:08:38.795] getCompletionData: Get current token: 0.003074999898672104 +Info 5409 [23:08:38.795] getCompletionData: Is inside comment: 0.009775999933481216 +Info 5410 [23:08:38.795] getCompletionData: Get previous token: 0.005973000079393387 +Info 5411 [23:08:38.795] getCompletionsAtPosition: isCompletionListBlocker: 0.007908000610768795 +Info 5412 [23:08:38.796] getExportInfoMap: cache hit +Info 5413 [23:08:38.825] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5414 [23:08:38.825] collectAutoImports: response is complete +Info 5415 [23:08:38.825] collectAutoImports: 28.846982999704778 +Info 5416 [23:08:38.825] getCompletionData: Semantic work: 30.323285999707878 +Info 5417 [23:08:38.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.134031999856234 +Info 5418 [23:08:38.857] Format host information updated +Info 5419 [23:08:39.081] Format host information updated +Info 5420 [23:08:39.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5421 [23:08:39.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 7.837043999694288ms +Info 5422 [23:08:39.089] Different program with same set of files +Info 5423 [23:08:39.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5424 [23:08:39.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 19.751135000027716ms +Info 5425 [23:08:39.282] Different program with same set of files +Info 5426 [23:08:39.282] getCompletionData: Get current token: 0.0027010003104805946 +Info 5427 [23:08:39.282] getCompletionData: Is inside comment: 0.008754000067710876 +Info 5428 [23:08:39.282] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5429 [23:08:39.284] Format host information updated +Info 5430 [23:08:39.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5431 [23:08:39.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 7.7163510005921125ms +Info 5432 [23:08:39.501] Different program with same set of files +Info 5433 [23:08:39.501] getCompletionData: Get current token: 0.0020089996978640556 +Info 5434 [23:08:39.501] getCompletionData: Is inside comment: 0.00989800039678812 +Info 5435 [23:08:39.502] getCompletionData: Get previous token: 0.005268000066280365 +Info 5436 [23:08:39.502] getCompletionsAtPosition: isCompletionListBlocker: 0.006939999759197235 +Info 5437 [23:08:39.504] getExportInfoMap: cache hit +Info 5438 [23:08:39.529] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5439 [23:08:39.529] collectAutoImports: response is complete +Info 5440 [23:08:39.529] collectAutoImports: 24.874216999858618 +Info 5441 [23:08:39.529] getCompletionData: Semantic work: 27.081909999251366 +Info 5442 [23:08:39.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.134411999955773 +Info 5443 [23:08:39.549] Format host information updated +Info 5444 [23:08:39.705] Format host information updated +Info 5445 [23:08:39.837] Format host information updated +Info 5446 [23:08:39.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5447 [23:08:39.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 7.73392799962312ms +Info 5448 [23:08:39.845] Different program with same set of files +Info 5449 [23:08:40.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5450 [23:08:40.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 10.841860000044107ms +Info 5451 [23:08:40.258] Different program with same set of files +Info 5452 [23:08:40.258] getCompletionData: Get current token: 0.004061000421643257 +Info 5453 [23:08:40.258] getCompletionData: Is inside comment: 0.010599999688565731 +Info 5454 [23:08:40.258] getCompletionData: Get previous token: 0.01080000028014183 +Info 5455 [23:08:40.258] getCompletionsAtPosition: isCompletionListBlocker: 0.007834000512957573 +Info 5456 [23:08:40.260] getExportInfoMap: cache hit +Info 5457 [23:08:40.270] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 5458 [23:08:40.270] collectAutoImports: response is complete +Info 5459 [23:08:40.270] collectAutoImports: 9.5457480000332 +Info 5460 [23:08:40.270] getCompletionData: Semantic work: 11.460958000272512 +Info 5461 [23:08:40.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.835823999717832 +Info 5462 [23:08:40.278] Format host information updated +Info 5463 [23:08:40.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5464 [23:08:40.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 12.148013000376523ms +Info 5465 [23:08:40.455] Different program with same set of files +Info 5466 [23:08:40.455] getCompletionData: Get current token: 0.0034749992191791534 +Info 5467 [23:08:40.455] getCompletionData: Is inside comment: 0.007096000015735626 +Info 5468 [23:08:40.455] getCompletionData: Get previous token: 0.008179999887943268 +Info 5469 [23:08:40.455] getCompletionsAtPosition: isCompletionListBlocker: 0.005998999811708927 +Info 5470 [23:08:40.456] getExportInfoMap: cache hit +Info 5471 [23:08:40.462] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 448 from cache +Info 5472 [23:08:40.462] collectAutoImports: response is complete +Info 5473 [23:08:40.462] collectAutoImports: 5.21715799998492 +Info 5474 [23:08:40.462] getCompletionData: Semantic work: 6.814160999841988 +Info 5475 [23:08:40.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.374846000224352 +Info 5476 [23:08:40.471] Format host information updated +Info 5477 [23:08:40.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5478 [23:08:40.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 7.913052000105381ms +Info 5479 [23:08:40.633] Different program with same set of files +Info 5480 [23:08:40.634] getCompletionData: Get current token: 0.0023229997605085373 +Info 5481 [23:08:40.634] getCompletionData: Is inside comment: 0.006449999287724495 +Info 5482 [23:08:40.634] getCompletionData: Get previous token: 0.008102000690996647 +Info 5483 [23:08:40.634] getCompletionsAtPosition: isCompletionListBlocker: 0.005269000306725502 +Info 5484 [23:08:40.635] getExportInfoMap: cache hit +Info 5485 [23:08:40.653] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5486 [23:08:40.653] collectAutoImports: response is complete +Info 5487 [23:08:40.653] collectAutoImports: 18.244795000180602 +Info 5488 [23:08:40.653] getCompletionData: Semantic work: 19.54263599961996 +Info 5489 [23:08:40.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.048140999861062 +Info 5490 [23:08:40.672] Format host information updated +Info 5491 [23:08:40.677] Format host information updated +Info 5492 [23:08:40.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5493 [23:08:40.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 8.19993400014937ms +Info 5494 [23:08:40.685] Different program with same set of files +Info 5495 [23:08:40.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5496 [23:08:40.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 8.043415000662208ms +Info 5497 [23:08:40.922] Different program with same set of files +Info 5498 [23:08:40.922] getCompletionData: Get current token: 0.0020430004224181175 +Info 5499 [23:08:40.922] getCompletionData: Is inside comment: 0.007283000275492668 +Info 5500 [23:08:40.922] getCompletionData: Get previous token: 0.008902999572455883 +Info 5501 [23:08:40.922] getCompletionsAtPosition: isCompletionListBlocker: 0.0012140003964304924 +Info 5502 [23:08:40.922] Returning an empty list because completion was requested in an invalid position. +Info 5503 [23:08:40.922] Format host information updated +Info 5504 [23:08:41.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5505 [23:08:41.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 8.29417399968952ms +Info 5506 [23:08:41.092] Different program with same set of files +Info 5507 [23:08:41.092] getCompletionData: Get current token: 0.00240899994969368 +Info 5508 [23:08:41.092] getCompletionData: Is inside comment: 0.0067969998344779015 +Info 5509 [23:08:41.092] getCompletionData: Get previous token: 0.008788999170064926 +Info 5510 [23:08:41.092] getCompletionsAtPosition: isCompletionListBlocker: 0.0011800006031990051 +Info 5511 [23:08:41.092] Returning an empty list because completion was requested in an invalid position. +Info 5512 [23:08:41.092] Format host information updated +Info 5513 [23:08:41.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5514 [23:08:41.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 8.474888999946415ms +Info 5515 [23:08:41.474] Different program with same set of files +Info 5516 [23:08:41.474] getCompletionData: Get current token: 0.0024049999192357063 +Info 5517 [23:08:41.474] getCompletionData: Is inside comment: 0.008446999825537205 +Info 5518 [23:08:41.474] getCompletionData: Get previous token: 0.010360000655055046 +Info 5519 [23:08:41.474] getCompletionsAtPosition: isCompletionListBlocker: 0.0013819998130202293 +Info 5520 [23:08:41.474] Returning an empty list because completion was requested in an invalid position. +Info 5521 [23:08:41.475] Format host information updated +Info 5522 [23:08:41.704] Format host information updated +Info 5523 [23:08:41.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5524 [23:08:41.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 7.709393000230193ms +Info 5525 [23:08:41.711] Different program with same set of files +Info 5526 [23:08:41.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5527 [23:08:41.881] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 7.979416999965906ms +Info 5528 [23:08:41.881] Different program with same set of files +Info 5529 [23:08:41.881] getCompletionData: Get current token: 0.002147999592125416 +Info 5530 [23:08:41.881] getCompletionData: Is inside comment: 0.006587999872863293 +Info 5531 [23:08:41.881] getCompletionData: Get previous token: 0.008841000497341156 +Info 5532 [23:08:41.881] getCompletionsAtPosition: isCompletionListBlocker: 0.0012170001864433289 +Info 5533 [23:08:41.881] Returning an empty list because completion was requested in an invalid position. +Info 5534 [23:08:41.881] Format host information updated +Info 5535 [23:08:42.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5536 [23:08:42.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 9.712358999997377ms +Info 5537 [23:08:42.133] Different program with same set of files +Info 5538 [23:08:42.133] getCompletionData: Get current token: 0.001986999996006489 +Info 5539 [23:08:42.133] getCompletionData: Is inside comment: 0.006729000248014927 +Info 5540 [23:08:42.133] getCompletionData: Get previous token: 0.008077999576926231 +Info 5541 [23:08:42.133] getCompletionsAtPosition: isCompletionListBlocker: 0.001199999824166298 +Info 5542 [23:08:42.133] Returning an empty list because completion was requested in an invalid position. +Info 5543 [23:08:42.133] Format host information updated +Info 5544 [23:08:42.294] Format host information updated +Info 5545 [23:08:42.294] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5546 [23:08:42.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 8.552704999223351ms +Info 5547 [23:08:42.303] Different program with same set of files +Info 5548 [23:08:42.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5549 [23:08:42.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 7.970963999629021ms +Info 5550 [23:08:42.475] Different program with same set of files +Info 5551 [23:08:42.475] getCompletionData: Get current token: 0.002218000590801239 +Info 5552 [23:08:42.475] getCompletionData: Is inside comment: 0.007079999893903732 +Info 5553 [23:08:42.475] getCompletionData: Get previous token: 0.004650999791920185 +Info 5554 [23:08:42.475] getCompletionsAtPosition: isCompletionListBlocker: 0.00623599998652935 +Info 5555 [23:08:42.476] getExportInfoMap: cache hit +Info 5556 [23:08:42.495] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5557 [23:08:42.495] collectAutoImports: response is complete +Info 5558 [23:08:42.495] collectAutoImports: 18.84755800012499 +Info 5559 [23:08:42.495] getCompletionData: Semantic work: 20.071312999352813 +Info 5560 [23:08:42.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.369146999903023 +Info 5561 [23:08:42.515] Format host information updated +Info 5562 [23:08:42.521] Format host information updated +Info 5563 [23:08:42.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5564 [23:08:42.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 7.990142999216914ms +Info 5565 [23:08:42.530] Different program with same set of files +Info 5566 [23:08:43.151] Format host information updated +Info 5567 [23:08:43.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5568 [23:08:43.161] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 10.273816999979317ms +Info 5569 [23:08:43.162] Different program with same set of files +Info 5570 [23:08:44.208] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5571 [23:08:44.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 8.00249100010842ms +Info 5572 [23:08:44.216] Different program with same set of files +Info 5573 [23:08:44.216] getCompletionData: Get current token: 0.0021460000425577164 +Info 5574 [23:08:44.216] getCompletionData: Is inside comment: 0.007296999916434288 +Info 5575 [23:08:44.216] getCompletionData: Get previous token: 0.004766999743878841 +Info 5576 [23:08:44.216] getCompletionsAtPosition: isCompletionListBlocker: 0.006372999399900436 +Info 5577 [23:08:44.218] getExportInfoMap: cache hit +Info 5578 [23:08:44.236] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5579 [23:08:44.236] collectAutoImports: response is complete +Info 5580 [23:08:44.236] collectAutoImports: 18.51399000082165 +Info 5581 [23:08:44.236] getCompletionData: Semantic work: 19.711986999958754 +Info 5582 [23:08:44.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.998289000242949 +Info 5583 [23:08:44.255] Format host information updated +Info 5584 [23:08:44.420] getCompletionData: Get current token: 0.002483000047504902 +Info 5585 [23:08:44.420] getCompletionData: Is inside comment: 0.001112000085413456 +Info 5586 [23:08:44.420] getCompletionData: Get previous token: 0.008415999822318554 +Info 5587 [23:08:44.420] getCompletionsAtPosition: isCompletionListBlocker: 0.0026729991659522057 +Info 5588 [23:08:44.421] getExportInfoMap: cache hit +Info 5589 [23:08:44.437] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5590 [23:08:44.437] collectAutoImports: response is complete +Info 5591 [23:08:44.437] collectAutoImports: 15.747291000559926 +Info 5592 [23:08:44.437] getCompletionData: Semantic work: 17.199848999269307 +Info 5593 [23:08:44.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.861763000488281 +Info 5594 [23:08:44.454] Format host information updated +Info 5595 [23:08:45.187] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5596 [23:08:45.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 11.034104000777006ms +Info 5597 [23:08:45.198] Different program with same set of files +Info 5598 [23:08:45.198] getCompletionData: Get current token: 0.003278999589383602 +Info 5599 [23:08:45.198] getCompletionData: Is inside comment: 0.001345999538898468 +Info 5600 [23:08:45.198] getCompletionData: Get previous token: 0.016636000014841557 +Info 5601 [23:08:45.198] getCompletionsAtPosition: isCompletionListBlocker: 0.0061160000041127205 +Info 5602 [23:08:45.200] getExportInfoMap: cache hit +Info 5603 [23:08:45.229] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5604 [23:08:45.229] collectAutoImports: response is complete +Info 5605 [23:08:45.229] collectAutoImports: 29.387826999649405 +Info 5606 [23:08:45.229] getCompletionData: Semantic work: 30.824208999983966 +Info 5607 [23:08:45.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.736624999903142 +Info 5608 [23:08:45.253] Format host information updated +Info 5609 [23:08:45.415] getCompletionData: Get current token: 0.0026719998568296432 +Info 5610 [23:08:45.415] getCompletionData: Is inside comment: 0.000943000428378582 +Info 5611 [23:08:45.415] getCompletionData: Get previous token: 0.008922000415623188 +Info 5612 [23:08:45.415] getCompletionsAtPosition: isCompletionListBlocker: 0.0016519995406270027 +Info 5613 [23:08:45.416] getCompletionData: Semantic work: 0.5533450003713369 +Info 5614 [23:08:45.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1416899999603629 +Info 5615 [23:08:45.416] Format host information updated +Info 5616 [23:08:45.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5617 [23:08:45.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 8.360874000005424ms +Info 5618 [23:08:45.556] Different program with same set of files +Info 5619 [23:08:45.556] getCompletionData: Get current token: 0.002895999699831009 +Info 5620 [23:08:45.556] getCompletionData: Is inside comment: 0.0010710004717111588 +Info 5621 [23:08:45.556] getCompletionData: Get previous token: 0.01925799995660782 +Info 5622 [23:08:45.556] getCompletionsAtPosition: isCompletionListBlocker: 0.0017470000311732292 +Info 5623 [23:08:45.557] getCompletionData: Semantic work: 0.3926069997251034 +Info 5624 [23:08:45.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1767739998176694 +Info 5625 [23:08:45.559] Format host information updated +Info 5626 [23:08:45.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5627 [23:08:45.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 8.076142000034451ms +Info 5628 [23:08:45.731] Different program with same set of files +Info 5629 [23:08:45.732] getCompletionData: Get current token: 0.0030010007321834564 +Info 5630 [23:08:45.732] getCompletionData: Is inside comment: 0.000934000127017498 +Info 5631 [23:08:45.732] getCompletionData: Get previous token: 0.018450000323355198 +Info 5632 [23:08:45.732] getCompletionsAtPosition: isCompletionListBlocker: 0.001702999696135521 +Info 5633 [23:08:45.732] getCompletionData: Semantic work: 0.2504730001091957 +Info 5634 [23:08:45.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13845899980515242 +Info 5635 [23:08:45.732] Format host information updated +Info 5636 [23:08:45.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5637 [23:08:45.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 9.670791000127792ms +Info 5638 [23:08:45.742] Different program with same set of files +Info 5639 [23:08:45.742] getCompletionData: Get current token: 0.0028259996324777603 +Info 5640 [23:08:45.742] getCompletionData: Is inside comment: 0.0009920001029968262 +Info 5641 [23:08:45.742] getCompletionData: Get previous token: 0.016228999942541122 +Info 5642 [23:08:45.742] getCompletionsAtPosition: isCompletionListBlocker: 0.002148999832570553 +Info 5643 [23:08:45.743] getCompletionData: Semantic work: 0.23571099992841482 +Info 5644 [23:08:45.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12413199990987778 +Info 5645 [23:08:45.743] Format host information updated +Info 5646 [23:08:45.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5647 [23:08:45.915] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 8.435419000685215ms +Info 5648 [23:08:45.915] Different program with same set of files +Info 5649 [23:08:45.915] getCompletionData: Get current token: 0.002940000034868717 +Info 5650 [23:08:45.915] getCompletionData: Is inside comment: 0.0010110000148415565 +Info 5651 [23:08:45.915] getCompletionData: Get previous token: 0.018331000581383705 +Info 5652 [23:08:45.915] getCompletionsAtPosition: isCompletionListBlocker: 0.0016450006514787674 +Info 5653 [23:08:45.916] getCompletionData: Semantic work: 0.24581599980592728 +Info 5654 [23:08:45.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13357400055974722 +Info 5655 [23:08:45.918] Format host information updated +Info 5656 [23:08:45.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5657 [23:08:45.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 7.7700789999216795ms +Info 5658 [23:08:45.926] Different program with same set of files +Info 5659 [23:08:45.926] getCompletionData: Get current token: 0.002898000180721283 +Info 5660 [23:08:45.926] getCompletionData: Is inside comment: 0.001118999905884266 +Info 5661 [23:08:45.926] getCompletionData: Get previous token: 0.01689599920064211 +Info 5662 [23:08:45.926] getCompletionsAtPosition: isCompletionListBlocker: 0.001680999994277954 +Info 5663 [23:08:45.926] getCompletionData: Semantic work: 0.22603499982506037 +Info 5664 [23:08:45.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12879899982362986 +Info 5665 [23:08:45.926] Format host information updated +Info 5666 [23:08:46.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5667 [23:08:46.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 7.911088000051677ms +Info 5668 [23:08:46.159] Different program with same set of files +Info 5669 [23:08:46.159] getCompletionData: Get current token: 0.0031030001118779182 +Info 5670 [23:08:46.159] getCompletionData: Is inside comment: 0.0009970003738999367 +Info 5671 [23:08:46.159] getCompletionData: Get previous token: 0.019039000384509563 +Info 5672 [23:08:46.159] getCompletionsAtPosition: isCompletionListBlocker: 0.0017480002716183662 +Info 5673 [23:08:46.159] getCompletionData: Semantic work: 0.23733500018715858 +Info 5674 [23:08:46.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1344870002940297 +Info 5675 [23:08:46.159] Format host information updated +Info 5676 [23:08:46.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5677 [23:08:46.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 10.139804000034928ms +Info 5678 [23:08:46.337] Different program with same set of files +Info 5679 [23:08:46.337] getCompletionData: Get current token: 0.0028929999098181725 +Info 5680 [23:08:46.337] getCompletionData: Is inside comment: 0.0009940005838871002 +Info 5681 [23:08:46.337] getCompletionData: Get previous token: 0.018237000331282616 +Info 5682 [23:08:46.337] getCompletionsAtPosition: isCompletionListBlocker: 0.002044999971985817 +Info 5683 [23:08:46.337] getCompletionData: Semantic work: 0.25399599969387054 +Info 5684 [23:08:46.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13741800002753735 +Info 5685 [23:08:46.338] Format host information updated +Info 5686 [23:08:46.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5687 [23:08:46.346] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 7.776717000640929ms +Info 5688 [23:08:46.346] Different program with same set of files +Info 5689 [23:08:46.346] getCompletionData: Get current token: 0.002954999916255474 +Info 5690 [23:08:46.346] getCompletionData: Is inside comment: 0.0010999999940395355 +Info 5691 [23:08:46.346] getCompletionData: Get previous token: 0.017740000039339066 +Info 5692 [23:08:46.346] getCompletionsAtPosition: isCompletionListBlocker: 0.0017579998821020126 +Info 5693 [23:08:46.346] getCompletionData: Semantic work: 0.23077800031751394 +Info 5694 [23:08:46.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12075799982994795 +Info 5695 [23:08:46.347] Format host information updated +Info 5696 [23:08:46.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5697 [23:08:46.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 7.998851000331342ms +Info 5698 [23:08:46.556] Different program with same set of files +Info 5699 [23:08:46.556] getCompletionData: Get current token: 0.0029330002143979073 +Info 5700 [23:08:46.556] getCompletionData: Is inside comment: 0.0029659997671842575 +Info 5701 [23:08:46.556] getCompletionData: Get previous token: 0.019278000108897686 +Info 5702 [23:08:46.556] getCompletionsAtPosition: isCompletionListBlocker: 0.0015820004045963287 +Info 5703 [23:08:46.556] getCompletionData: Semantic work: 0.2428399994969368 +Info 5704 [23:08:46.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13844399992376566 +Info 5705 [23:08:46.557] Format host information updated +Info 5706 [23:08:46.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5707 [23:08:46.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 7.587736999616027ms +Info 5708 [23:08:46.726] Different program with same set of files +Info 5709 [23:08:46.726] getCompletionData: Get current token: 0.0027980003505945206 +Info 5710 [23:08:46.726] getCompletionData: Is inside comment: 0.0009300000965595245 +Info 5711 [23:08:46.726] getCompletionData: Get previous token: 0.018141000531613827 +Info 5712 [23:08:46.726] getCompletionsAtPosition: isCompletionListBlocker: 0.0016019996255636215 +Info 5713 [23:08:46.727] getCompletionData: Semantic work: 0.22638599947094917 +Info 5714 [23:08:46.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1295920005068183 +Info 5715 [23:08:46.727] Format host information updated +Info 5716 [23:08:47.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5717 [23:08:47.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 8.59157000016421ms +Info 5718 [23:08:47.011] Different program with same set of files +Info 5719 [23:08:47.011] getCompletionData: Get current token: 0.003506000153720379 +Info 5720 [23:08:47.011] getCompletionData: Is inside comment: 0.0011149998754262924 +Info 5721 [23:08:47.011] getCompletionData: Get previous token: 0.015352999791502953 +Info 5722 [23:08:47.011] getCompletionsAtPosition: isCompletionListBlocker: 0.04385699983686209 +Info 5723 [23:08:47.011] getCompletionData: Semantic work: 0.3191379997879267 +Info 5724 [23:08:47.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13770699966698885 +Info 5725 [23:08:47.014] Format host information updated +Info 5726 [23:08:47.173] Format host information updated +Info 5727 [23:08:47.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5728 [23:08:47.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 7.8979190001264215ms +Info 5729 [23:08:47.181] Different program with same set of files +Info 5730 [23:08:47.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5731 [23:08:47.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 10.541073000058532ms +Info 5732 [23:08:47.603] Different program with same set of files +Info 5733 [23:08:47.604] getCompletionData: Get current token: 0.0036570001393556595 +Info 5734 [23:08:47.604] getCompletionData: Is inside comment: 0.0012879995629191399 +Info 5735 [23:08:47.604] getCompletionData: Get previous token: 0.02380899991840124 +Info 5736 [23:08:47.604] getCompletionsAtPosition: isCompletionListBlocker: 0.0036989999935030937 +Info 5737 [23:08:47.604] getCompletionData: Semantic work: 0.3318079998716712 +Info 5738 [23:08:47.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16607800032943487 +Info 5739 [23:08:47.604] Format host information updated +Info 5740 [23:08:47.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5741 [23:08:47.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 13.769445000216365ms +Info 5742 [23:08:47.955] Different program with same set of files +Info 5743 [23:08:47.956] getCompletionData: Get current token: 0.006109999492764473 +Info 5744 [23:08:47.956] getCompletionData: Is inside comment: 0.002420000731945038 +Info 5745 [23:08:47.956] getCompletionData: Get previous token: 0.038863000459969044 +Info 5746 [23:08:47.956] getCompletionsAtPosition: isCompletionListBlocker: 0.005539999343454838 +Info 5747 [23:08:47.956] getCompletionData: Semantic work: 0.4692660002037883 +Info 5748 [23:08:47.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2535690004006028 +Info 5749 [23:08:47.957] Format host information updated +Info 5750 [23:08:48.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5751 [23:08:48.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 8.192538999952376ms +Info 5752 [23:08:48.138] Different program with same set of files +Info 5753 [23:08:48.139] getCompletionData: Get current token: 0.0027459999546408653 +Info 5754 [23:08:48.139] getCompletionData: Is inside comment: 0.000997999683022499 +Info 5755 [23:08:48.139] getCompletionData: Get previous token: 0.01781299989670515 +Info 5756 [23:08:48.139] getCompletionsAtPosition: isCompletionListBlocker: 0.0035149995237588882 +Info 5757 [23:08:48.139] getCompletionData: Semantic work: 0.28627200052142143 +Info 5758 [23:08:48.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14075300004333258 +Info 5759 [23:08:48.139] Format host information updated +Info 5760 [23:08:48.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5761 [23:08:48.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 9.815353000536561ms +Info 5762 [23:08:48.312] Different program with same set of files +Info 5763 [23:08:48.312] getCompletionData: Get current token: 0.002971000038087368 +Info 5764 [23:08:48.312] getCompletionData: Is inside comment: 0.0010509993880987167 +Info 5765 [23:08:48.312] getCompletionData: Get previous token: 0.01763999927788973 +Info 5766 [23:08:48.312] getCompletionsAtPosition: isCompletionListBlocker: 0.0035780007019639015 +Info 5767 [23:08:48.313] getCompletionData: Semantic work: 0.3272600006312132 +Info 5768 [23:08:48.313] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13614599965512753 +Info 5769 [23:08:48.313] Format host information updated +Info 5770 [23:08:48.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5771 [23:08:48.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 7.864994999952614ms +Info 5772 [23:08:48.487] Different program with same set of files +Info 5773 [23:08:48.487] getCompletionData: Get current token: 0.0029830001294612885 +Info 5774 [23:08:48.487] getCompletionData: Is inside comment: 0.0010670004412531853 +Info 5775 [23:08:48.487] getCompletionData: Get previous token: 0.018573000095784664 +Info 5776 [23:08:48.487] getCompletionsAtPosition: isCompletionListBlocker: 0.003419000655412674 +Info 5777 [23:08:48.487] getCompletionData: Semantic work: 0.24163000006228685 +Info 5778 [23:08:48.488] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13425599969923496 +Info 5779 [23:08:48.488] Format host information updated +Info 5780 [23:08:48.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5781 [23:08:48.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 7.887923999689519ms +Info 5782 [23:08:48.664] Different program with same set of files +Info 5783 [23:08:48.664] getCompletionData: Get current token: 0.003170999698340893 +Info 5784 [23:08:48.664] getCompletionData: Is inside comment: 0.0011740000918507576 +Info 5785 [23:08:48.664] getCompletionData: Get previous token: 0.018624000251293182 +Info 5786 [23:08:48.664] getCompletionsAtPosition: isCompletionListBlocker: 0.003570999950170517 +Info 5787 [23:08:48.664] getCompletionData: Semantic work: 0.24952400010079145 +Info 5788 [23:08:48.665] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13422999996691942 +Info 5789 [23:08:48.665] Format host information updated +Info 5790 [23:08:48.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5791 [23:08:48.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 7.859618999995291ms +Info 5792 [23:08:48.846] Different program with same set of files +Info 5793 [23:08:48.846] getCompletionData: Get current token: 0.0030389996245503426 +Info 5794 [23:08:48.846] getCompletionData: Is inside comment: 0.001101999543607235 +Info 5795 [23:08:48.846] getCompletionData: Get previous token: 0.01896199956536293 +Info 5796 [23:08:48.846] getCompletionsAtPosition: isCompletionListBlocker: 0.003581000491976738 +Info 5797 [23:08:48.847] getCompletionData: Semantic work: 0.2481920002028346 +Info 5798 [23:08:48.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1361710000783205 +Info 5799 [23:08:48.847] Format host information updated +Info 5800 [23:08:48.847] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5801 [23:08:48.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 7.6364259999245405ms +Info 5802 [23:08:48.855] Different program with same set of files +Info 5803 [23:08:48.855] getCompletionData: Get current token: 0.0030979998409748077 +Info 5804 [23:08:48.855] getCompletionData: Is inside comment: 0.001118999905884266 +Info 5805 [23:08:48.855] getCompletionData: Get previous token: 0.0181450005620718 +Info 5806 [23:08:48.855] getCompletionsAtPosition: isCompletionListBlocker: 0.0029920004308223724 +Info 5807 [23:08:48.855] getCompletionData: Semantic work: 0.21890099998563528 +Info 5808 [23:08:48.856] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11781700048595667 +Info 5809 [23:08:48.856] Format host information updated +Info 5810 [23:08:49.143] getCompletionData: Get current token: 0.0024539995938539505 +Info 5811 [23:08:49.143] getCompletionData: Is inside comment: 0.008533000014722347 +Info 5812 [23:08:49.143] getCompletionData: Get previous token: 0.0050940001383423805 +Info 5813 [23:08:49.143] getCompletionsAtPosition: isCompletionListBlocker: 0.008543000556528568 +Info 5814 [23:08:49.144] getExportInfoMap: cache hit +Info 5815 [23:08:49.166] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5816 [23:08:49.166] collectAutoImports: response is complete +Info 5817 [23:08:49.166] collectAutoImports: 21.884037000127137 +Info 5818 [23:08:49.166] getCompletionData: Semantic work: 23.51317699998617 +Info 5819 [23:08:49.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.281805000267923 +Info 5820 [23:08:49.261] Format host information updated +Info 5821 [23:08:49.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5822 [23:08:49.284] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 22.95619500055909ms +Info 5823 [23:08:49.284] Different program with same set of files +Info 5824 [23:08:49.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5825 [23:08:49.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 8.057213000021875ms +Info 5826 [23:08:49.472] Different program with same set of files +Info 5827 [23:08:49.473] getCompletionData: Get current token: 0.0022029997780919075 +Info 5828 [23:08:49.473] getCompletionData: Is inside comment: 0.007088000886142254 +Info 5829 [23:08:49.473] getCompletionData: Get previous token: 0.004595999605953693 +Info 5830 [23:08:49.473] getCompletionsAtPosition: isCompletionListBlocker: 0.006900999695062637 +Info 5831 [23:08:49.474] getExportInfoMap: cache hit +Info 5832 [23:08:49.495] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5833 [23:08:49.495] collectAutoImports: response is complete +Info 5834 [23:08:49.495] collectAutoImports: 21.403968999162316 +Info 5835 [23:08:49.495] getCompletionData: Semantic work: 22.690235000103712 +Info 5836 [23:08:49.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.564933000132442 +Info 5837 [23:08:49.516] Format host information updated +Info 5838 [23:08:49.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5839 [23:08:49.745] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 18.001552999950945ms +Info 5840 [23:08:49.745] Different program with same set of files +Info 5841 [23:08:49.751] getCompletionData: Get current token: 0.043393999338150024 +Info 5842 [23:08:49.751] getCompletionData: Is inside comment: 0.045240999199450016 +Info 5843 [23:08:49.751] getCompletionData: Get previous token: 0.009446999989449978 +Info 5844 [23:08:49.751] getCompletionsAtPosition: isCompletionListBlocker: 0.008778000250458717 +Info 5845 [23:08:49.754] getExportInfoMap: cache hit +Info 5846 [23:08:49.790] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5847 [23:08:49.790] collectAutoImports: response is complete +Info 5848 [23:08:49.790] collectAutoImports: 36.19184400048107 +Info 5849 [23:08:49.790] getCompletionData: Semantic work: 38.42081200052053 +Info 5850 [23:08:49.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.02402100060135 +Info 5851 [23:08:49.824] Format host information updated +Info 5852 [23:08:49.830] Format host information updated +Info 5853 [23:08:49.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5854 [23:08:49.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 8.391860000789165ms +Info 5855 [23:08:49.840] Different program with same set of files +Info 5856 [23:08:50.138] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5857 [23:08:50.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 17.4740490000695ms +Info 5858 [23:08:50.156] Different program with same set of files +Info 5859 [23:08:50.156] getCompletionData: Get current token: 0.0054339999333024025 +Info 5860 [23:08:50.156] getCompletionData: Is inside comment: 0.01805800013244152 +Info 5861 [23:08:50.156] getCompletionData: Get previous token: 0.026491000317037106 +Info 5862 [23:08:50.156] getCompletionsAtPosition: isCompletionListBlocker: 0.014677000232040882 +Info 5863 [23:08:50.160] getExportInfoMap: cache hit +Info 5864 [23:08:50.169] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 5865 [23:08:50.169] collectAutoImports: response is complete +Info 5866 [23:08:50.169] collectAutoImports: 8.890269000083208 +Info 5867 [23:08:50.169] getCompletionData: Semantic work: 12.599733999930322 +Info 5868 [23:08:50.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.473068000748754 +Info 5869 [23:08:50.182] Format host information updated +Info 5870 [23:08:50.339] Format host information updated +Info 5871 [23:08:50.339] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5872 [23:08:50.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 8.133901000022888ms +Info 5873 [23:08:50.348] Different program with same set of files +Info 5874 [23:08:50.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5875 [23:08:50.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 9.119908000342548ms +Info 5876 [23:08:50.508] Different program with same set of files +Info 5877 [23:08:50.508] getCompletionData: Get current token: 0.002183999866247177 +Info 5878 [23:08:50.508] getCompletionData: Is inside comment: 0.007063999772071838 +Info 5879 [23:08:50.508] getCompletionData: Get previous token: 0.004712000489234924 +Info 5880 [23:08:50.508] getCompletionsAtPosition: isCompletionListBlocker: 0.04630899988114834 +Info 5881 [23:08:50.509] getExportInfoMap: cache hit +Info 5882 [23:08:50.531] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5883 [23:08:50.531] collectAutoImports: response is complete +Info 5884 [23:08:50.531] collectAutoImports: 21.225527999922633 +Info 5885 [23:08:50.531] getCompletionData: Semantic work: 22.72589199990034 +Info 5886 [23:08:50.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.938103999942541 +Info 5887 [23:08:50.548] Format host information updated +Info 5888 [23:08:50.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5889 [23:08:50.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 9.195380000397563ms +Info 5890 [23:08:50.721] Different program with same set of files +Info 5891 [23:08:50.721] getCompletionData: Get current token: 0.004026999697089195 +Info 5892 [23:08:50.721] getCompletionData: Is inside comment: 0.00885700061917305 +Info 5893 [23:08:50.721] getCompletionData: Get previous token: 0.006722000427544117 +Info 5894 [23:08:50.721] getCompletionsAtPosition: isCompletionListBlocker: 0.005962000228464603 +Info 5895 [23:08:50.722] getExportInfoMap: cache hit +Info 5896 [23:08:50.741] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5897 [23:08:50.741] collectAutoImports: response is complete +Info 5898 [23:08:50.741] collectAutoImports: 18.694701999425888 +Info 5899 [23:08:50.741] getCompletionData: Semantic work: 20.080358000472188 +Info 5900 [23:08:50.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.960351000539958 +Info 5901 [23:08:50.759] Format host information updated +Info 5902 [23:08:50.926] Format host information updated +Info 5903 [23:08:50.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5904 [23:08:50.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 7.949662999249995ms +Info 5905 [23:08:50.934] Different program with same set of files +Info 5906 [23:08:51.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5907 [23:08:51.668] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 8.332507999613881ms +Info 5908 [23:08:51.668] Different program with same set of files +Info 5909 [23:08:51.668] getCompletionData: Get current token: 0.0019229995086789131 +Info 5910 [23:08:51.668] getCompletionData: Is inside comment: 0.007221999578177929 +Info 5911 [23:08:51.668] getCompletionData: Get previous token: 0.011543999426066875 +Info 5912 [23:08:51.668] getCompletionsAtPosition: isCompletionListBlocker: 0.0073840003460645676 +Info 5913 [23:08:51.670] getExportInfoMap: cache hit +Info 5914 [23:08:51.673] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 5915 [23:08:51.673] collectAutoImports: response is complete +Info 5916 [23:08:51.673] collectAutoImports: 3.5370420003309846 +Info 5917 [23:08:51.673] getCompletionData: Semantic work: 4.981178999878466 +Info 5918 [23:08:51.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.142215999774635 +Info 5919 [23:08:51.682] Format host information updated +Info 5920 [23:08:51.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5921 [23:08:51.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 8.947972000576556ms +Info 5922 [23:08:51.908] Different program with same set of files +Info 5923 [23:08:51.908] getCompletionData: Get current token: 0.0023819999769330025 +Info 5924 [23:08:51.908] getCompletionData: Is inside comment: 0.008191999979317188 +Info 5925 [23:08:51.908] getCompletionData: Get previous token: 0.005160999484360218 +Info 5926 [23:08:51.908] getCompletionsAtPosition: isCompletionListBlocker: 0.0019199997186660767 +Info 5927 [23:08:51.908] getCompletionData: Semantic work: 0.500971999950707 +Info 5928 [23:08:51.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6122869998216629 +Info 5929 [23:08:51.909] Format host information updated +Info 5930 [23:08:52.153] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5931 [23:08:52.161] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 7.81275499984622ms +Info 5932 [23:08:52.161] Different program with same set of files +Info 5933 [23:08:52.161] getCompletionData: Get current token: 0.0022409996017813683 +Info 5934 [23:08:52.161] getCompletionData: Is inside comment: 0.007561999373137951 +Info 5935 [23:08:52.161] getCompletionData: Get previous token: 0.011756000109016895 +Info 5936 [23:08:52.161] getCompletionsAtPosition: isCompletionListBlocker: 0.006266999989748001 +Info 5937 [23:08:52.164] getExportInfoMap: cache hit +Info 5938 [23:08:52.167] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 5939 [23:08:52.167] collectAutoImports: response is complete +Info 5940 [23:08:52.167] collectAutoImports: 3.5220229998230934 +Info 5941 [23:08:52.167] getCompletionData: Semantic work: 6.074567999690771 +Info 5942 [23:08:52.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9781459998339415 +Info 5943 [23:08:52.174] Format host information updated +Info 5944 [23:08:52.336] Format host information updated +Info 5945 [23:08:52.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5946 [23:08:52.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 7.657762999646366ms +Info 5947 [23:08:52.344] Different program with same set of files +Info 5948 [23:08:52.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5949 [23:08:52.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 8.650328000076115ms +Info 5950 [23:08:52.625] Different program with same set of files +Info 5951 [23:08:52.625] getCompletionData: Get current token: 0.0026409998536109924 +Info 5952 [23:08:52.625] getCompletionData: Is inside comment: 0.009335999377071857 +Info 5953 [23:08:52.625] getCompletionData: Get previous token: 0.0061170002445578575 +Info 5954 [23:08:52.625] getCompletionsAtPosition: isCompletionListBlocker: 0.00727899931371212 +Info 5955 [23:08:52.626] getExportInfoMap: cache hit +Info 5956 [23:08:52.646] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5957 [23:08:52.647] collectAutoImports: response is complete +Info 5958 [23:08:52.647] collectAutoImports: 20.238676000386477 +Info 5959 [23:08:52.647] getCompletionData: Semantic work: 21.66567699983716 +Info 5960 [23:08:52.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.926144000142813 +Info 5961 [23:08:52.665] Format host information updated +Info 5962 [23:08:52.832] getCompletionData: Get current token: 0.002940000034868717 +Info 5963 [23:08:52.832] getCompletionData: Is inside comment: 0.0009560007601976395 +Info 5964 [23:08:52.832] getCompletionData: Get previous token: 0.009633000008761883 +Info 5965 [23:08:52.832] getCompletionsAtPosition: isCompletionListBlocker: 0.0016280002892017365 +Info 5966 [23:08:52.833] getExportInfoMap: cache hit +Info 5967 [23:08:52.849] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5968 [23:08:52.849] collectAutoImports: response is complete +Info 5969 [23:08:52.849] collectAutoImports: 16.09055699966848 +Info 5970 [23:08:52.849] getCompletionData: Semantic work: 17.64250599965453 +Info 5971 [23:08:52.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.115091999992728 +Info 5972 [23:08:52.868] Format host information updated +Info 5973 [23:08:52.904] Format host information updated +Info 5974 [23:08:52.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5975 [23:08:52.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 8.797515999525785ms +Info 5976 [23:08:52.913] Different program with same set of files +Info 5977 [23:08:53.357] Format host information updated +Info 5978 [23:08:53.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5979 [23:08:53.366] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 8.906055999919772ms +Info 5980 [23:08:53.366] Different program with same set of files +Info 5981 [23:08:53.530] Format host information updated +Info 5982 [23:08:53.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5983 [23:08:53.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 8.310903999954462ms +Info 5984 [23:08:53.539] Different program with same set of files +Info 5985 [23:08:53.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5986 [23:08:53.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 9.16550699993968ms +Info 5987 [23:08:53.708] Different program with same set of files +Info 5988 [23:08:53.708] getCompletionData: Get current token: 0.0032089995220303535 +Info 5989 [23:08:53.708] getCompletionData: Is inside comment: 0.009207000024616718 +Info 5990 [23:08:53.708] getCompletionData: Get previous token: 0.013518000021576881 +Info 5991 [23:08:53.708] getCompletionsAtPosition: isCompletionListBlocker: 0.0016040001064538956 +Info 5992 [23:08:53.709] getExportInfoMap: cache hit +Info 5993 [23:08:53.713] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 5994 [23:08:53.713] collectAutoImports: response is complete +Info 5995 [23:08:53.713] collectAutoImports: 3.4106040000915527 +Info 5996 [23:08:53.713] getCompletionData: Semantic work: 4.730597999878228 +Info 5997 [23:08:53.718] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.744396000169218 +Info 5998 [23:08:53.720] Format host information updated +Info 5999 [23:08:53.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6000 [23:08:53.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 9.27558400016278ms +Info 6001 [23:08:53.890] Different program with same set of files +Info 6002 [23:08:53.890] getCompletionData: Get current token: 0.003736000508069992 +Info 6003 [23:08:53.890] getCompletionData: Is inside comment: 0.010524999350309372 +Info 6004 [23:08:53.890] getCompletionData: Get previous token: 0.008517999202013016 +Info 6005 [23:08:53.890] getCompletionsAtPosition: isCompletionListBlocker: 0.001710999757051468 +Info 6006 [23:08:53.890] getCompletionData: Semantic work: 0.2851159991696477 +Info 6007 [23:08:53.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.33849099930375814 +Info 6008 [23:08:53.891] Format host information updated +Info 6009 [23:08:54.200] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6010 [23:08:54.215] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 15.784417000599205ms +Info 6011 [23:08:54.215] Different program with same set of files +Info 6012 [23:08:54.216] getCompletionData: Get current token: 0.00761799979954958 +Info 6013 [23:08:54.216] getCompletionData: Is inside comment: 0.02439500018954277 +Info 6014 [23:08:54.216] getCompletionData: Get previous token: 0.04118600022047758 +Info 6015 [23:08:54.216] getCompletionsAtPosition: isCompletionListBlocker: 0.0033090002834796906 +Info 6016 [23:08:54.217] getCompletionData: Semantic work: 0.5897380001842976 +Info 6017 [23:08:54.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8091719998046756 +Info 6018 [23:08:54.219] Format host information updated +Info 6019 [23:08:54.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6020 [23:08:54.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 7.925412000156939ms +Info 6021 [23:08:54.408] Different program with same set of files +Info 6022 [23:08:54.408] getCompletionData: Get current token: 0.0034530004486441612 +Info 6023 [23:08:54.408] getCompletionData: Is inside comment: 0.010366999544203281 +Info 6024 [23:08:54.408] getCompletionData: Get previous token: 0.01709599979221821 +Info 6025 [23:08:54.408] getCompletionsAtPosition: isCompletionListBlocker: 0.0019079996272921562 +Info 6026 [23:08:54.408] getCompletionData: Semantic work: 0.37876500003039837 +Info 6027 [23:08:54.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6800780007615685 +Info 6028 [23:08:54.409] Format host information updated +Info 6029 [23:08:54.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6030 [23:08:54.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 7.616265000775456ms +Info 6031 [23:08:54.417] Different program with same set of files +Info 6032 [23:08:54.417] getCompletionData: Get current token: 0.003522999584674835 +Info 6033 [23:08:54.417] getCompletionData: Is inside comment: 0.00912300031632185 +Info 6034 [23:08:54.417] getCompletionData: Get previous token: 0.014140999875962734 +Info 6035 [23:08:54.417] getCompletionsAtPosition: isCompletionListBlocker: 0.0016769999638199806 +Info 6036 [23:08:54.418] getCompletionData: Semantic work: 0.2662610001862049 +Info 6037 [23:08:54.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6990550002083182 +Info 6038 [23:08:54.418] Format host information updated +Info 6039 [23:08:54.582] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6040 [23:08:54.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 8.65646200068295ms +Info 6041 [23:08:54.591] Different program with same set of files +Info 6042 [23:08:54.591] getCompletionData: Get current token: 0.0030779996886849403 +Info 6043 [23:08:54.591] getCompletionData: Is inside comment: 0.00861399993300438 +Info 6044 [23:08:54.591] getCompletionData: Get previous token: 0.013561000116169453 +Info 6045 [23:08:54.591] getCompletionsAtPosition: isCompletionListBlocker: 0.0015890002250671387 +Info 6046 [23:08:54.591] getCompletionData: Semantic work: 0.28763100039213896 +Info 6047 [23:08:54.592] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7586210006847978 +Info 6048 [23:08:54.592] Format host information updated +Info 6049 [23:08:54.985] Format host information updated +Info 6050 [23:08:54.985] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6051 [23:08:54.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 10.130553000606596ms +Info 6052 [23:08:54.995] Different program with same set of files +Info 6053 [23:08:54.996] getCompletionData: Get current token: 0.004222000017762184 +Info 6054 [23:08:54.996] getCompletionData: Is inside comment: 0.011524999514222145 +Info 6055 [23:08:54.996] getCompletionData: Get previous token: 0.00888300035148859 +Info 6056 [23:08:54.996] getCompletionsAtPosition: isCompletionListBlocker: 0.007078000344336033 +Info 6057 [23:08:54.997] getExportInfoMap: cache hit +Info 6058 [23:08:55.019] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6059 [23:08:55.019] collectAutoImports: response is complete +Info 6060 [23:08:55.019] collectAutoImports: 21.759410999715328 +Info 6061 [23:08:55.019] getCompletionData: Semantic work: 23.299083000048995 +Info 6062 [23:08:55.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.505679000169039 +Info 6063 [23:08:55.037] getCompletionData: Get current token: 0.012764000333845615 +Info 6064 [23:08:55.037] getCompletionData: Is inside comment: 0.0030970005318522453 +Info 6065 [23:08:55.037] getCompletionData: Get previous token: 0.017300999723374844 +Info 6066 [23:08:55.037] getCompletionsAtPosition: isCompletionListBlocker: 0.0021069999784231186 +Info 6067 [23:08:55.037] getCompletionData: Semantic work: 0.2609369996935129 +Info 6068 [23:08:55.043] Format host information updated +Info 6069 [23:08:56.043] Format host information updated +Info 6070 [23:08:56.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6071 [23:08:56.054] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 10.726210999302566ms +Info 6072 [23:08:56.054] Different program with same set of files +Info 6073 [23:08:56.215] getCompletionData: Get current token: 0.003972000442445278 +Info 6074 [23:08:56.215] getCompletionData: Is inside comment: 0.009562999941408634 +Info 6075 [23:08:56.215] getCompletionData: Get previous token: 0.007364999502897263 +Info 6076 [23:08:56.215] getCompletionsAtPosition: isCompletionListBlocker: 0.006916000507771969 +Info 6077 [23:08:56.217] getExportInfoMap: cache hit +Info 6078 [23:08:56.238] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6079 [23:08:56.238] collectAutoImports: response is complete +Info 6080 [23:08:56.238] collectAutoImports: 21.26058300025761 +Info 6081 [23:08:56.238] getCompletionData: Semantic work: 23.231921000406146 +Info 6082 [23:08:56.250] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.566572000272572 +Info 6083 [23:08:56.259] Format host information updated +Info 6084 [23:08:57.115] Format host information updated +Info 6085 [23:08:57.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6086 [23:08:57.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 8.816654999740422ms +Info 6087 [23:08:57.124] Different program with same set of files +Info 6088 [23:08:57.286] Format host information updated +Info 6089 [23:08:57.908] getCompletionData: Get current token: 0.004127999767661095 +Info 6090 [23:08:57.908] getCompletionData: Is inside comment: 0.011495000682771206 +Info 6091 [23:08:57.908] getCompletionData: Get previous token: 0.008760999888181686 +Info 6092 [23:08:57.908] getCompletionsAtPosition: isCompletionListBlocker: 0.008882000111043453 +Info 6093 [23:08:57.909] getExportInfoMap: cache hit +Info 6094 [23:08:57.934] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6095 [23:08:57.934] collectAutoImports: response is complete +Info 6096 [23:08:57.934] collectAutoImports: 24.692355999723077 +Info 6097 [23:08:57.934] getCompletionData: Semantic work: 26.46375299990177 +Info 6098 [23:08:57.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.012454999610782 +Info 6099 [23:08:58.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6100 [23:08:58.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 9.266308999620378ms +Info 6101 [23:08:58.121] Different program with same set of files +Info 6102 [23:08:58.121] getCompletionData: Get current token: 0.004504000768065453 +Info 6103 [23:08:58.121] getCompletionData: Is inside comment: 0.012220999225974083 +Info 6104 [23:08:58.121] getCompletionData: Get previous token: 0.009398000314831734 +Info 6105 [23:08:58.121] getCompletionsAtPosition: isCompletionListBlocker: 0.0019930005073547363 +Info 6106 [23:08:58.122] getCompletionData: Semantic work: 0.5800230000168085 +Info 6107 [23:08:58.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09946800023317337 +Info 6108 [23:08:58.123] Format host information updated +Info 6109 [23:08:59.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6110 [23:08:59.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 10.891881000250578ms +Info 6111 [23:08:59.396] Different program with same set of files +Info 6112 [23:08:59.396] getCompletionData: Get current token: 0.003601999953389168 +Info 6113 [23:08:59.396] getCompletionData: Is inside comment: 0.009982000105082989 +Info 6114 [23:08:59.396] getCompletionData: Get previous token: 0.014960999600589275 +Info 6115 [23:08:59.396] getCompletionsAtPosition: isCompletionListBlocker: 0.0019079996272921562 +Info 6116 [23:08:59.397] getCompletionData: Semantic work: 0.48480500001460314 +Info 6117 [23:08:59.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09350399952381849 +Info 6118 [23:08:59.397] Format host information updated +Info 6119 [23:08:59.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6120 [23:08:59.572] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 8.444477000273764ms +Info 6121 [23:08:59.572] Different program with same set of files +Info 6122 [23:08:59.573] getCompletionData: Get current token: 0.003147999756038189 +Info 6123 [23:08:59.573] getCompletionData: Is inside comment: 0.008657999336719513 +Info 6124 [23:08:59.573] getCompletionData: Get previous token: 0.013269999995827675 +Info 6125 [23:08:59.573] getCompletionsAtPosition: isCompletionListBlocker: 0.0017570005729794502 +Info 6126 [23:08:59.573] getCompletionData: Semantic work: 0.42826499976217747 +Info 6127 [23:08:59.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07721799984574318 +Info 6128 [23:08:59.573] Format host information updated +Info 6129 [23:09:00.546] Format host information updated +Info 6130 [23:09:00.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6131 [23:09:00.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 9.677707999944687ms +Info 6132 [23:09:00.556] Different program with same set of files +Info 6133 [23:09:00.556] getCompletionData: Get current token: 0.010966000147163868 +Info 6134 [23:09:00.556] getCompletionData: Is inside comment: 0.004046999849379063 +Info 6135 [23:09:00.556] getCompletionData: Get previous token: 0.019639000296592712 +Info 6136 [23:09:00.556] getCompletionsAtPosition: isCompletionListBlocker: 0.0019000004976987839 +Info 6137 [23:09:00.556] getCompletionData: Semantic work: 0.48693899996578693 +Info 6138 [23:09:00.560] Format host information updated +Info 6139 [23:09:00.724] Format host information updated +Info 6140 [23:09:01.131] getCompletionData: Get current token: 0.0030960002914071083 +Info 6141 [23:09:01.131] getCompletionData: Is inside comment: 0.008306999690830708 +Info 6142 [23:09:01.131] getCompletionData: Get previous token: 0.012912999838590622 +Info 6143 [23:09:01.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0020459992811083794 +Info 6144 [23:09:01.131] getCompletionData: Semantic work: 0.307031000033021 +Info 6145 [23:09:01.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10180599987506866 +Info 6146 [23:09:01.239] Format host information updated +Info 6147 [23:09:01.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6148 [23:09:01.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 9.809382000006735ms +Info 6149 [23:09:01.249] Different program with same set of files +Info 6150 [23:09:01.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6151 [23:09:01.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 9.919658999890089ms +Info 6152 [23:09:01.431] Different program with same set of files +Info 6153 [23:09:01.432] getCompletionData: Get current token: 0.0033449996262788773 +Info 6154 [23:09:01.432] getCompletionData: Is inside comment: 0.008981000632047653 +Info 6155 [23:09:01.432] getCompletionData: Get previous token: 0.006651999428868294 +Info 6156 [23:09:01.432] getCompletionsAtPosition: isCompletionListBlocker: 0.006245999597012997 +Info 6157 [23:09:01.433] getExportInfoMap: cache hit +Info 6158 [23:09:01.453] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6159 [23:09:01.453] collectAutoImports: response is complete +Info 6160 [23:09:01.453] collectAutoImports: 19.890407000668347 +Info 6161 [23:09:01.453] getCompletionData: Semantic work: 21.25901100039482 +Info 6162 [23:09:01.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.598802000284195 +Info 6163 [23:09:01.472] Format host information updated +Info 6164 [23:09:01.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6165 [23:09:01.657] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 10.44316800031811ms +Info 6166 [23:09:01.657] Different program with same set of files +Info 6167 [23:09:01.657] getCompletionData: Get current token: 0.003630000166594982 +Info 6168 [23:09:01.657] getCompletionData: Is inside comment: 0.00894899945706129 +Info 6169 [23:09:01.657] getCompletionData: Get previous token: 0.0068870000541210175 +Info 6170 [23:09:01.657] getCompletionsAtPosition: isCompletionListBlocker: 0.00636299978941679 +Info 6171 [23:09:01.658] getExportInfoMap: cache hit +Info 6172 [23:09:01.679] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6173 [23:09:01.679] collectAutoImports: response is complete +Info 6174 [23:09:01.679] collectAutoImports: 20.609210000373423 +Info 6175 [23:09:01.679] getCompletionData: Semantic work: 22.075104999355972 +Info 6176 [23:09:01.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.14994200039655 +Info 6177 [23:09:01.698] Format host information updated +Info 6178 [23:09:01.704] Format host information updated +Info 6179 [23:09:01.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6180 [23:09:01.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 11.547542999498546ms +Info 6181 [23:09:01.716] Different program with same set of files +Info 6182 [23:09:02.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6183 [23:09:02.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 29.990801999345422ms +Info 6184 [23:09:02.592] Different program with same set of files +Info 6185 [23:09:02.592] getCompletionData: Get current token: 0.009741999208927155 +Info 6186 [23:09:02.592] getCompletionData: Is inside comment: 0.028826999478042126 +Info 6187 [23:09:02.592] getCompletionData: Get previous token: 0.043945000506937504 +Info 6188 [23:09:02.592] getCompletionsAtPosition: isCompletionListBlocker: 0.017594000324606895 +Info 6189 [23:09:02.595] getExportInfoMap: cache hit +Info 6190 [23:09:02.601] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 301 from cache +Info 6191 [23:09:02.601] collectAutoImports: response is complete +Info 6192 [23:09:02.601] collectAutoImports: 5.526364999823272 +Info 6193 [23:09:02.601] getCompletionData: Semantic work: 8.642648000270128 +Info 6194 [23:09:02.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0280189998447895 +Info 6195 [23:09:02.610] Format host information updated +Info 6196 [23:09:02.862] Format host information updated +Info 6197 [23:09:02.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6198 [23:09:02.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 8.619599999859929ms +Info 6199 [23:09:02.871] Different program with same set of files +Info 6200 [23:09:03.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6201 [23:09:03.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 7.820660000666976ms +Info 6202 [23:09:03.053] Different program with same set of files +Info 6203 [23:09:03.053] getCompletionData: Get current token: 0.0029750000685453415 +Info 6204 [23:09:03.053] getCompletionData: Is inside comment: 0.008179999887943268 +Info 6205 [23:09:03.053] getCompletionData: Get previous token: 0.013026000000536442 +Info 6206 [23:09:03.053] getCompletionsAtPosition: isCompletionListBlocker: 0.00569200050085783 +Info 6207 [23:09:03.054] getExportInfoMap: cache hit +Info 6208 [23:09:03.058] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 6209 [23:09:03.058] collectAutoImports: response is complete +Info 6210 [23:09:03.058] collectAutoImports: 3.4940879996865988 +Info 6211 [23:09:03.058] getCompletionData: Semantic work: 4.847780000418425 +Info 6212 [23:09:03.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.981480999849737 +Info 6213 [23:09:03.065] Format host information updated +Info 6214 [23:09:03.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6215 [23:09:03.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 7.9560679998248816ms +Info 6216 [23:09:03.247] Different program with same set of files +Info 6217 [23:09:03.248] getCompletionData: Get current token: 0.0036190003156661987 +Info 6218 [23:09:03.248] getCompletionData: Is inside comment: 0.00963900052011013 +Info 6219 [23:09:03.248] getCompletionData: Get previous token: 0.0075519997626543045 +Info 6220 [23:09:03.248] getCompletionsAtPosition: isCompletionListBlocker: 0.0016259998083114624 +Info 6221 [23:09:03.248] getCompletionData: Semantic work: 0.2901099994778633 +Info 6222 [23:09:03.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.37076100055128336 +Info 6223 [23:09:03.249] Format host information updated +Info 6224 [23:09:03.425] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6225 [23:09:03.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 11.064664999954402ms +Info 6226 [23:09:03.436] Different program with same set of files +Info 6227 [23:09:03.436] getCompletionData: Get current token: 0.0034060003235936165 +Info 6228 [23:09:03.436] getCompletionData: Is inside comment: 0.00877899955958128 +Info 6229 [23:09:03.436] getCompletionData: Get previous token: 0.01394100021570921 +Info 6230 [23:09:03.437] getCompletionsAtPosition: isCompletionListBlocker: 0.0018360000103712082 +Info 6231 [23:09:03.437] getCompletionData: Semantic work: 0.3144709998741746 +Info 6232 [23:09:03.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8294589994475245 +Info 6233 [23:09:03.438] Format host information updated +Info 6234 [23:09:03.438] Format host information updated +Info 6235 [23:09:03.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6236 [23:09:03.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 7.992627999745309ms +Info 6237 [23:09:03.446] Different program with same set of files +Info 6238 [23:09:03.624] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6239 [23:09:03.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 23.884108999744058ms +Info 6240 [23:09:03.648] Different program with same set of files +Info 6241 [23:09:03.648] getCompletionData: Get current token: 0.0056050000712275505 +Info 6242 [23:09:03.648] getCompletionData: Is inside comment: 0.015019000507891178 +Info 6243 [23:09:03.648] getCompletionData: Get previous token: 0.025731000117957592 +Info 6244 [23:09:03.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0029180003330111504 +Info 6245 [23:09:03.649] getCompletionData: Semantic work: 0.5383780002593994 +Info 6246 [23:09:03.650] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3317360002547503 +Info 6247 [23:09:03.651] Format host information updated +Info 6248 [23:09:03.651] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6249 [23:09:03.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 25.16746599972248ms +Info 6250 [23:09:03.676] Different program with same set of files +Info 6251 [23:09:03.677] getCompletionData: Get current token: 0.006510999985039234 +Info 6252 [23:09:03.677] getCompletionData: Is inside comment: 0.01708999928086996 +Info 6253 [23:09:03.677] getCompletionData: Get previous token: 0.028111999854445457 +Info 6254 [23:09:03.677] getCompletionsAtPosition: isCompletionListBlocker: 0.002737000584602356 +Info 6255 [23:09:03.677] getCompletionData: Semantic work: 0.5894409995526075 +Info 6256 [23:09:03.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3088549999520183 +Info 6257 [23:09:03.679] Format host information updated +Info 6258 [23:09:03.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6259 [23:09:03.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 9.675285000354052ms +Info 6260 [23:09:03.902] Different program with same set of files +Info 6261 [23:09:03.903] getCompletionData: Get current token: 0.0032930001616477966 +Info 6262 [23:09:03.903] getCompletionData: Is inside comment: 0.008351000025868416 +Info 6263 [23:09:03.903] getCompletionData: Get previous token: 0.013074999675154686 +Info 6264 [23:09:03.903] getCompletionsAtPosition: isCompletionListBlocker: 0.0018140003085136414 +Info 6265 [23:09:03.903] getCompletionData: Semantic work: 0.2784580001607537 +Info 6266 [23:09:03.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.682935000397265 +Info 6267 [23:09:03.904] Format host information updated +Info 6268 [23:09:04.170] Format host information updated +Info 6269 [23:09:04.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6270 [23:09:04.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 8.724115000106394ms +Info 6271 [23:09:04.179] Different program with same set of files +Info 6272 [23:09:04.179] getCompletionData: Get current token: 0.0035719992592930794 +Info 6273 [23:09:04.179] getCompletionData: Is inside comment: 0.010015999898314476 +Info 6274 [23:09:04.179] getCompletionData: Get previous token: 0.007728000171482563 +Info 6275 [23:09:04.179] getCompletionsAtPosition: isCompletionListBlocker: 0.006417999975383282 +Info 6276 [23:09:04.182] getExportInfoMap: cache hit +Info 6277 [23:09:04.210] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6278 [23:09:04.210] collectAutoImports: response is complete +Info 6279 [23:09:04.210] collectAutoImports: 28.4853369994089 +Info 6280 [23:09:04.210] getCompletionData: Semantic work: 30.880196999758482 +Info 6281 [23:09:04.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.166784999892116 +Info 6282 [23:09:04.234] getCompletionData: Get current token: 0.012107999995350838 +Info 6283 [23:09:04.234] getCompletionData: Is inside comment: 0.0034199999645352364 +Info 6284 [23:09:04.234] getCompletionData: Get previous token: 0.016958000138401985 +Info 6285 [23:09:04.234] getCompletionsAtPosition: isCompletionListBlocker: 0.002024000510573387 +Info 6286 [23:09:04.234] getCompletionData: Semantic work: 0.2787950001657009 +Info 6287 [23:09:04.239] Format host information updated +Info 6288 [23:09:04.476] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6289 [23:09:04.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 8.360845999792218ms +Info 6290 [23:09:04.484] Different program with same set of files +Info 6291 [23:09:04.485] getCompletionData: Get current token: 0.0035450002178549767 +Info 6292 [23:09:04.485] getCompletionData: Is inside comment: 0.010528000071644783 +Info 6293 [23:09:04.485] getCompletionData: Get previous token: 0.03361800033599138 +Info 6294 [23:09:04.485] getCompletionsAtPosition: isCompletionListBlocker: 0.0020639998838305473 +Info 6295 [23:09:04.485] getCompletionData: Semantic work: 0.47009200043976307 +Info 6296 [23:09:04.485] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0774779999628663 +Info 6297 [23:09:04.486] Format host information updated +Info 6298 [23:09:05.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6299 [23:09:05.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 10.229105999693274ms +Info 6300 [23:09:05.077] Different program with same set of files +Info 6301 [23:09:05.077] getCompletionData: Get current token: 0.0029450003057718277 +Info 6302 [23:09:05.078] getCompletionData: Is inside comment: 0.008340999484062195 +Info 6303 [23:09:05.078] getCompletionData: Get previous token: 0.01355000026524067 +Info 6304 [23:09:05.078] getCompletionsAtPosition: isCompletionListBlocker: 0.0017939992249011993 +Info 6305 [23:09:05.078] getCompletionData: Semantic work: 0.5009740004315972 +Info 6306 [23:09:05.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0810529999434948 +Info 6307 [23:09:05.078] Format host information updated +Info 6308 [23:09:05.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6309 [23:09:05.668] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 8.584541999734938ms +Info 6310 [23:09:05.668] Different program with same set of files +Info 6311 [23:09:05.668] getCompletionData: Get current token: 0.003323999233543873 +Info 6312 [23:09:05.668] getCompletionData: Is inside comment: 0.009953999891877174 +Info 6313 [23:09:05.668] getCompletionData: Get previous token: 0.015283000655472279 +Info 6314 [23:09:05.668] getCompletionsAtPosition: isCompletionListBlocker: 0.002109999768435955 +Info 6315 [23:09:05.669] getCompletionData: Semantic work: 0.4793029995635152 +Info 6316 [23:09:05.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0858399998396635 +Info 6317 [23:09:05.669] Format host information updated +Info 6318 [23:09:05.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6319 [23:09:05.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 8.221107999794185ms +Info 6320 [23:09:05.835] Different program with same set of files +Info 6321 [23:09:05.835] getCompletionData: Get current token: 0.0033559994772076607 +Info 6322 [23:09:05.835] getCompletionData: Is inside comment: 0.009953999891877174 +Info 6323 [23:09:05.835] getCompletionData: Get previous token: 0.007287999615073204 +Info 6324 [23:09:05.835] getCompletionsAtPosition: isCompletionListBlocker: 0.0016259998083114624 +Info 6325 [23:09:05.836] getCompletionData: Semantic work: 0.42568999994546175 +Info 6326 [23:09:05.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07857999950647354 +Info 6327 [23:09:05.836] Format host information updated +Info 6328 [23:09:07.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6329 [23:09:07.197] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 8.434609000571072ms +Info 6330 [23:09:07.198] Different program with same set of files +Info 6331 [23:09:07.198] getCompletionData: Get current token: 0.003848000429570675 +Info 6332 [23:09:07.198] getCompletionData: Is inside comment: 0.011121000163257122 +Info 6333 [23:09:07.198] getCompletionData: Get previous token: 0.017767000012099743 +Info 6334 [23:09:07.198] getCompletionsAtPosition: isCompletionListBlocker: 0.002035999670624733 +Info 6335 [23:09:07.198] getCompletionData: Semantic work: 0.5417940001934767 +Info 6336 [23:09:07.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09620000049471855 +Info 6337 [23:09:07.200] Format host information updated +Info 6338 [23:09:07.356] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6339 [23:09:07.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 7.746840000152588ms +Info 6340 [23:09:07.364] Different program with same set of files +Info 6341 [23:09:07.364] getCompletionData: Get current token: 0.0030950000509619713 +Info 6342 [23:09:07.364] getCompletionData: Is inside comment: 0.008628999814391136 +Info 6343 [23:09:07.364] getCompletionData: Get previous token: 0.01385399978607893 +Info 6344 [23:09:07.364] getCompletionsAtPosition: isCompletionListBlocker: 0.0019089998677372932 +Info 6345 [23:09:07.364] getCompletionData: Semantic work: 0.42410899978131056 +Info 6346 [23:09:07.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07842299994081259 +Info 6347 [23:09:07.365] Format host information updated +Info 6348 [23:09:07.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6349 [23:09:07.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 7.816994999535382ms +Info 6350 [23:09:07.529] Different program with same set of files +Info 6351 [23:09:07.529] getCompletionData: Get current token: 0.002937999553978443 +Info 6352 [23:09:07.529] getCompletionData: Is inside comment: 0.008307999931275845 +Info 6353 [23:09:07.529] getCompletionData: Get previous token: 0.013331000693142414 +Info 6354 [23:09:07.529] getCompletionsAtPosition: isCompletionListBlocker: 0.0014589997008442879 +Info 6355 [23:09:07.530] getCompletionData: Semantic work: 0.41031800024211407 +Info 6356 [23:09:07.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07953800074756145 +Info 6357 [23:09:07.530] Format host information updated +Info 6358 [23:09:08.411] Format host information updated +Info 6359 [23:09:08.411] Format host information updated +Info 6360 [23:09:08.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6361 [23:09:08.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 8.694855000823736ms +Info 6362 [23:09:08.420] Different program with same set of files +Info 6363 [23:09:08.420] getCompletionData: Get current token: 0.01150600053369999 +Info 6364 [23:09:08.421] getCompletionData: Is inside comment: 0.0047540003433823586 +Info 6365 [23:09:08.421] getCompletionData: Get previous token: 0.02078900020569563 +Info 6366 [23:09:08.421] getCompletionsAtPosition: isCompletionListBlocker: 0.0019169999286532402 +Info 6367 [23:09:08.421] getCompletionData: Semantic work: 0.5059870006516576 +Info 6368 [23:09:08.425] getCompletionData: Get current token: 0.007156999781727791 +Info 6369 [23:09:08.425] getCompletionData: Is inside comment: 0.002046000212430954 +Info 6370 [23:09:08.425] getCompletionData: Get previous token: 0.017419000156223774 +Info 6371 [23:09:08.425] getCompletionsAtPosition: isCompletionListBlocker: 0.0012349998578429222 +Info 6372 [23:09:08.425] getCompletionData: Semantic work: 0.172949000261724 +Info 6373 [23:09:08.426] Format host information updated +Info 6374 [23:09:08.583] Format host information updated +Info 6375 [23:09:18.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6376 [23:09:18.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 11.721265000291169ms +Info 6377 [23:09:18.025] Different program with same set of files +Info 6378 [23:09:18.025] getCompletionData: Get current token: 0.005404000170528889 +Info 6379 [23:09:18.025] getCompletionData: Is inside comment: 0.0013149995356798172 +Info 6380 [23:09:18.025] getCompletionData: Get previous token: 0.023591999895870686 +Info 6381 [23:09:18.025] getCompletionsAtPosition: isCompletionListBlocker: 0.001988000236451626 +Info 6382 [23:09:18.027] getExportInfoMap: cache hit +Info 6383 [23:09:18.030] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 29 from cache +Info 6384 [23:09:18.030] collectAutoImports: response is complete +Info 6385 [23:09:18.030] collectAutoImports: 2.5746200000867248 +Info 6386 [23:09:18.030] getCompletionData: Semantic work: 4.506373000331223 +Info 6387 [23:09:18.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.373757000081241 +Info 6388 [23:09:18.038] Format host information updated +Info 6389 [23:09:18.200] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6390 [23:09:18.208] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 7.85447399970144ms +Info 6391 [23:09:18.208] Different program with same set of files +Info 6392 [23:09:18.208] getCompletionData: Get current token: 0.0049959998577833176 +Info 6393 [23:09:18.208] getCompletionData: Is inside comment: 0.0013100001960992813 +Info 6394 [23:09:18.208] getCompletionData: Get previous token: 0.036235000006854534 +Info 6395 [23:09:18.208] getCompletionsAtPosition: isCompletionListBlocker: 0.0014730002731084824 +Info 6396 [23:09:18.210] getExportInfoMap: cache hit +Info 6397 [23:09:18.211] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 15 from cache +Info 6398 [23:09:18.211] collectAutoImports: response is complete +Info 6399 [23:09:18.211] collectAutoImports: 1.7472219998016953 +Info 6400 [23:09:18.211] getCompletionData: Semantic work: 3.38241000007838 +Info 6401 [23:09:18.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.185584000311792 +Info 6402 [23:09:18.219] Format host information updated +Info 6403 [23:09:18.384] Format host information updated +Info 6404 [23:09:18.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6405 [23:09:18.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 8.15009899996221ms +Info 6406 [23:09:18.392] Different program with same set of files +Info 6407 [23:09:18.392] getCompletionData: Get current token: 0.00885900016874075 +Info 6408 [23:09:18.392] getCompletionData: Is inside comment: 0.0013510007411241531 +Info 6409 [23:09:18.392] getCompletionData: Get previous token: 0.015420000068843365 +Info 6410 [23:09:18.392] getCompletionsAtPosition: isCompletionListBlocker: 0.0020730001851916313 +Info 6411 [23:09:18.393] getExportInfoMap: cache hit +Info 6412 [23:09:18.414] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6413 [23:09:18.414] collectAutoImports: response is complete +Info 6414 [23:09:18.414] collectAutoImports: 20.86526899971068 +Info 6415 [23:09:18.414] getCompletionData: Semantic work: 22.161916000768542 +Info 6416 [23:09:18.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.70697300042957 +Info 6417 [23:09:18.434] Format host information updated +Info 6418 [23:09:19.842] getCompletionData: Get current token: 0.0037780003622174263 +Info 6419 [23:09:19.842] getCompletionData: Is inside comment: 0.008976000361144543 +Info 6420 [23:09:19.842] getCompletionData: Get previous token: 0.013577000238001347 +Info 6421 [23:09:19.842] getCompletionsAtPosition: isCompletionListBlocker: 0.0020069992169737816 +Info 6422 [23:09:19.843] getCompletionData: Semantic work: 0.33754400070756674 +Info 6423 [23:09:19.843] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07989099994301796 +Info 6424 [23:09:20.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6425 [23:09:20.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 8.347903000190854ms +Info 6426 [23:09:20.298] Different program with same set of files +Info 6427 [23:09:20.298] getCompletionData: Get current token: 0.006605999544262886 +Info 6428 [23:09:20.298] getCompletionData: Is inside comment: 0.011335000395774841 +Info 6429 [23:09:20.298] getCompletionData: Get previous token: 0.008322000503540039 +Info 6430 [23:09:20.298] getCompletionsAtPosition: isCompletionListBlocker: 0.0063489992171525955 +Info 6431 [23:09:20.299] getExportInfoMap: cache hit +Info 6432 [23:09:20.319] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6433 [23:09:20.319] collectAutoImports: response is complete +Info 6434 [23:09:20.319] collectAutoImports: 19.75082299951464 +Info 6435 [23:09:20.319] getCompletionData: Semantic work: 21.239395999349654 +Info 6436 [23:09:20.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.339557000435889 +Info 6437 [23:09:20.339] Format host information updated +Info 6438 [23:09:21.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6439 [23:09:21.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 13.120761999860406ms +Info 6440 [23:09:21.106] Different program with same set of files +Info 6441 [23:09:21.106] getCompletionData: Get current token: 0.005516999401152134 +Info 6442 [23:09:21.106] getCompletionData: Is inside comment: 0.0016740001738071442 +Info 6443 [23:09:21.106] getCompletionData: Get previous token: 0.032269999384880066 +Info 6444 [23:09:21.106] getCompletionsAtPosition: isCompletionListBlocker: 0.0026309993118047714 +Info 6445 [23:09:21.107] getCompletionData: Semantic work: 0.6892699999734759 +Info 6446 [23:09:21.107] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13810500036925077 +Info 6447 [23:09:21.108] Format host information updated +Info 6448 [23:09:21.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6449 [23:09:21.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 9.880851999856532ms +Info 6450 [23:09:21.275] Different program with same set of files +Info 6451 [23:09:21.275] getCompletionData: Get current token: 0.003632000647485256 +Info 6452 [23:09:21.275] getCompletionData: Is inside comment: 0.0012159999459981918 +Info 6453 [23:09:21.275] getCompletionData: Get previous token: 0.020711999386548996 +Info 6454 [23:09:21.275] getCompletionsAtPosition: isCompletionListBlocker: 0.0017079999670386314 +Info 6455 [23:09:21.276] getCompletionData: Semantic work: 0.5447399998083711 +Info 6456 [23:09:21.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08833499997854233 +Info 6457 [23:09:21.276] Format host information updated +Info 6458 [23:09:22.117] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6459 [23:09:22.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 9.571955000050366ms +Info 6460 [23:09:22.126] Different program with same set of files +Info 6461 [23:09:22.126] getCompletionData: Get current token: 0.003530999645590782 +Info 6462 [23:09:22.126] getCompletionData: Is inside comment: 0.0011989995837211609 +Info 6463 [23:09:22.127] getCompletionData: Get previous token: 0.05522199999541044 +Info 6464 [23:09:22.127] getCompletionsAtPosition: isCompletionListBlocker: 0.0019140001386404037 +Info 6465 [23:09:22.127] getCompletionData: Semantic work: 0.4559709997847676 +Info 6466 [23:09:22.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1049140002578497 +Info 6467 [23:09:22.129] Format host information updated +Info 6468 [23:09:22.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6469 [23:09:22.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 9.540550000034273ms +Info 6470 [23:09:22.292] Different program with same set of files +Info 6471 [23:09:22.292] getCompletionData: Get current token: 0.004487999714910984 +Info 6472 [23:09:22.292] getCompletionData: Is inside comment: 0.0010830005630850792 +Info 6473 [23:09:22.292] getCompletionData: Get previous token: 0.018124999478459358 +Info 6474 [23:09:22.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0016640005633234978 +Info 6475 [23:09:22.293] getCompletionData: Semantic work: 0.47087900061160326 +Info 6476 [23:09:22.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0912899998947978 +Info 6477 [23:09:22.293] Format host information updated +Info 6478 [23:09:24.233] Format host information updated +Info 6479 [23:09:24.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6480 [23:09:24.243] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 9.876322999596596ms +Info 6481 [23:09:24.243] Different program with same set of files +Info 6482 [23:09:26.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6483 [23:09:26.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 8.826730000786483ms +Info 6484 [23:09:26.084] Different program with same set of files +Info 6485 [23:09:26.084] getCompletionData: Get current token: 0.009390000253915787 +Info 6486 [23:09:26.084] getCompletionData: Is inside comment: 0.001436999998986721 +Info 6487 [23:09:26.084] getCompletionData: Get previous token: 0.018152999691665173 +Info 6488 [23:09:26.084] getCompletionsAtPosition: isCompletionListBlocker: 0.006153999827802181 +Info 6489 [23:09:26.086] getExportInfoMap: cache hit +Info 6490 [23:09:26.109] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6491 [23:09:26.109] collectAutoImports: response is complete +Info 6492 [23:09:26.109] collectAutoImports: 23.275184999220073 +Info 6493 [23:09:26.109] getCompletionData: Semantic work: 25.225702999159694 +Info 6494 [23:09:26.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.177622999995947 +Info 6495 [23:09:26.130] Format host information updated +Info 6496 [23:09:26.289] Format host information updated +Info 6497 [23:09:26.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6498 [23:09:26.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 8.146547000855207ms +Info 6499 [23:09:26.297] Different program with same set of files +Info 6500 [23:09:26.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6501 [23:09:26.536] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 10.819414000026882ms +Info 6502 [23:09:26.536] Different program with same set of files +Info 6503 [23:09:26.536] getCompletionData: Get current token: 0.008474000729620457 +Info 6504 [23:09:26.536] getCompletionData: Is inside comment: 0.001290000043809414 +Info 6505 [23:09:26.536] getCompletionData: Get previous token: 0.016657999716699123 +Info 6506 [23:09:26.536] getCompletionsAtPosition: isCompletionListBlocker: 0.001703999936580658 +Info 6507 [23:09:26.538] getExportInfoMap: cache hit +Info 6508 [23:09:26.557] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6509 [23:09:26.557] collectAutoImports: response is complete +Info 6510 [23:09:26.557] collectAutoImports: 19.232629000209272 +Info 6511 [23:09:26.557] getCompletionData: Semantic work: 20.955780999734998 +Info 6512 [23:09:26.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.909316999837756 +Info 6513 [23:09:26.575] Format host information updated +Info 6514 [23:09:26.739] Format host information updated +Info 6515 [23:09:26.740] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6516 [23:09:26.750] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 10.133031000383198ms +Info 6517 [23:09:26.750] Different program with same set of files +Info 6518 [23:09:26.914] Format host information updated +Info 6519 [23:09:26.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6520 [23:09:26.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 8.49980799946934ms +Info 6521 [23:09:26.922] Different program with same set of files +Info 6522 [23:09:27.082] Format host information updated +Info 6523 [23:09:27.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6524 [23:09:27.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 8.054460999555886ms +Info 6525 [23:09:27.090] Different program with same set of files +Info 6526 [23:09:27.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6527 [23:09:27.371] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 10.13304999936372ms +Info 6528 [23:09:27.371] Different program with same set of files +Info 6529 [23:09:27.372] getCompletionData: Get current token: 0.004982000216841698 +Info 6530 [23:09:27.372] getCompletionData: Is inside comment: 0.001186000183224678 +Info 6531 [23:09:27.372] getCompletionData: Get previous token: 0.02578900009393692 +Info 6532 [23:09:27.372] getCompletionsAtPosition: isCompletionListBlocker: 0.0018250001594424248 +Info 6533 [23:09:27.373] getExportInfoMap: cache hit +Info 6534 [23:09:27.376] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 46 from cache +Info 6535 [23:09:27.376] collectAutoImports: response is complete +Info 6536 [23:09:27.376] collectAutoImports: 2.435744999907911 +Info 6537 [23:09:27.376] getCompletionData: Semantic work: 4.250581000000238 +Info 6538 [23:09:27.381] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0668860003352165 +Info 6539 [23:09:27.383] Format host information updated +Info 6540 [23:09:27.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6541 [23:09:27.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 9.57342700008303ms +Info 6542 [23:09:27.558] Different program with same set of files +Info 6543 [23:09:27.558] getCompletionData: Get current token: 0.00508200004696846 +Info 6544 [23:09:27.558] getCompletionData: Is inside comment: 0.0012720003724098206 +Info 6545 [23:09:27.558] getCompletionData: Get previous token: 0.02792899962514639 +Info 6546 [23:09:27.558] getCompletionsAtPosition: isCompletionListBlocker: 0.0016839997842907906 +Info 6547 [23:09:27.560] getExportInfoMap: cache hit +Info 6548 [23:09:27.562] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 6549 [23:09:27.562] collectAutoImports: response is complete +Info 6550 [23:09:27.562] collectAutoImports: 2.0191210005432367 +Info 6551 [23:09:27.562] getCompletionData: Semantic work: 3.383305000141263 +Info 6552 [23:09:27.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.753181000240147 +Info 6553 [23:09:27.568] Format host information updated +Info 6554 [23:09:27.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6555 [23:09:27.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 8.02797899954021ms +Info 6556 [23:09:27.740] Different program with same set of files +Info 6557 [23:09:27.740] getCompletionData: Get current token: 0.005065999925136566 +Info 6558 [23:09:27.740] getCompletionData: Is inside comment: 0.0011149998754262924 +Info 6559 [23:09:27.740] getCompletionData: Get previous token: 0.02720899973064661 +Info 6560 [23:09:27.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0015670005232095718 +Info 6561 [23:09:27.742] getExportInfoMap: cache hit +Info 6562 [23:09:27.744] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6563 [23:09:27.744] collectAutoImports: response is complete +Info 6564 [23:09:27.744] collectAutoImports: 2.7959479996934533 +Info 6565 [23:09:27.744] getCompletionData: Semantic work: 4.218484999611974 +Info 6566 [23:09:27.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.753460000269115 +Info 6567 [23:09:27.751] Format host information updated +Info 6568 [23:09:27.752] Format host information updated +Info 6569 [23:09:27.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6570 [23:09:27.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 8.523989000357687ms +Info 6571 [23:09:27.761] Different program with same set of files +Info 6572 [23:09:28.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6573 [23:09:28.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 9.90909199975431ms +Info 6574 [23:09:28.675] Different program with same set of files +Info 6575 [23:09:28.675] getCompletionData: Get current token: 0.008922000415623188 +Info 6576 [23:09:28.675] getCompletionData: Is inside comment: 0.0013669999316334724 +Info 6577 [23:09:28.675] getCompletionData: Get previous token: 0.019770000129938126 +Info 6578 [23:09:28.675] getCompletionsAtPosition: isCompletionListBlocker: 0.0019840002059936523 +Info 6579 [23:09:28.677] getExportInfoMap: cache hit +Info 6580 [23:09:28.696] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6581 [23:09:28.696] collectAutoImports: response is complete +Info 6582 [23:09:28.696] collectAutoImports: 19.01816000044346 +Info 6583 [23:09:28.696] getCompletionData: Semantic work: 20.355205999687314 +Info 6584 [23:09:28.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.12332799937576 +Info 6585 [23:09:28.713] Format host information updated +Info 6586 [23:09:28.879] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6587 [23:09:28.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 9.701053000055254ms +Info 6588 [23:09:28.888] Different program with same set of files +Info 6589 [23:09:28.888] getCompletionData: Get current token: 0.00841199979186058 +Info 6590 [23:09:28.888] getCompletionData: Is inside comment: 0.001268000341951847 +Info 6591 [23:09:28.888] getCompletionData: Get previous token: 0.016800000332295895 +Info 6592 [23:09:28.889] getCompletionsAtPosition: isCompletionListBlocker: 0.00636299978941679 +Info 6593 [23:09:28.890] getExportInfoMap: cache hit +Info 6594 [23:09:28.909] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6595 [23:09:28.909] collectAutoImports: response is complete +Info 6596 [23:09:28.909] collectAutoImports: 18.76515500061214 +Info 6597 [23:09:28.909] getCompletionData: Semantic work: 20.240703999996185 +Info 6598 [23:09:28.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.272870999760926 +Info 6599 [23:09:28.926] Format host information updated +Info 6600 [23:09:29.347] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6601 [23:09:29.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 10.304326999932528ms +Info 6602 [23:09:29.358] Different program with same set of files +Info 6603 [23:09:29.358] getCompletionData: Get current token: 0.011473000049591064 +Info 6604 [23:09:29.358] getCompletionData: Is inside comment: 0.001721000298857689 +Info 6605 [23:09:29.358] getCompletionData: Get previous token: 0.021594000048935413 +Info 6606 [23:09:29.358] getCompletionsAtPosition: isCompletionListBlocker: 0.0020080003887414932 +Info 6607 [23:09:29.359] getExportInfoMap: cache hit +Info 6608 [23:09:29.382] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6609 [23:09:29.382] collectAutoImports: response is complete +Info 6610 [23:09:29.382] collectAutoImports: 22.903420999646187 +Info 6611 [23:09:29.382] getCompletionData: Semantic work: 24.476972999982536 +Info 6612 [23:09:29.394] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.290195999667048 +Info 6613 [23:09:29.400] Format host information updated +Info 6614 [23:09:29.651] Format host information updated +Info 6615 [23:09:29.651] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6616 [23:09:29.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 9.966505999676883ms +Info 6617 [23:09:29.661] Different program with same set of files +Info 6618 [23:09:29.981] Format host information updated +Info 6619 [23:09:29.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6620 [23:09:29.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 9.675026000477374ms +Info 6621 [23:09:29.991] Different program with same set of files +Info 6622 [23:09:30.154] Format host information updated +Info 6623 [23:09:30.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6624 [23:09:30.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 8.396855999715626ms +Info 6625 [23:09:30.163] Different program with same set of files +Info 6626 [23:09:30.715] getCompletionData: Get current token: 0.005146999843418598 +Info 6627 [23:09:30.715] getCompletionData: Is inside comment: 0.01634300034493208 +Info 6628 [23:09:30.715] getCompletionData: Get previous token: 0.02671699970960617 +Info 6629 [23:09:30.715] getCompletionsAtPosition: isCompletionListBlocker: 0.002597999759018421 +Info 6630 [23:09:30.716] getCompletionData: Semantic work: 0.3201659992337227 +Info 6631 [23:09:30.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12550400011241436 +Info 6632 [23:09:31.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6633 [23:09:31.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 8.46417999919504ms +Info 6634 [23:09:31.179] Different program with same set of files +Info 6635 [23:09:31.179] getCompletionData: Get current token: 0.0034379996359348297 +Info 6636 [23:09:31.179] getCompletionData: Is inside comment: 0.010487000457942486 +Info 6637 [23:09:31.179] getCompletionData: Get previous token: 0.008015000261366367 +Info 6638 [23:09:31.179] getCompletionsAtPosition: isCompletionListBlocker: 0.006012000143527985 +Info 6639 [23:09:31.181] getExportInfoMap: cache hit +Info 6640 [23:09:31.202] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6641 [23:09:31.202] collectAutoImports: response is complete +Info 6642 [23:09:31.202] collectAutoImports: 21.044879000633955 +Info 6643 [23:09:31.202] getCompletionData: Semantic work: 22.365663999691606 +Info 6644 [23:09:31.212] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.384269000031054 +Info 6645 [23:09:31.219] Format host information updated +Info 6646 [23:09:31.386] getCompletionData: Get current token: 0.003659999929368496 +Info 6647 [23:09:31.386] getCompletionData: Is inside comment: 0.0011239992454648018 +Info 6648 [23:09:31.386] getCompletionData: Get previous token: 0.021767999976873398 +Info 6649 [23:09:31.386] getCompletionsAtPosition: isCompletionListBlocker: 0.002741999924182892 +Info 6650 [23:09:31.387] getCompletionData: Semantic work: 0.2599200000986457 +Info 6651 [23:09:31.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06732399947941303 +Info 6652 [23:09:31.387] Format host information updated +Info 6653 [23:09:31.482] Format host information updated +Info 6654 [23:09:31.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6655 [23:09:31.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 9.756056999787688ms +Info 6656 [23:09:31.492] Different program with same set of files +Info 6657 [23:09:33.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6658 [23:09:33.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 8.179302000440657ms +Info 6659 [23:09:33.262] Different program with same set of files +Info 6660 [23:09:33.263] getCompletionData: Get current token: 0.003192000091075897 +Info 6661 [23:09:33.263] getCompletionData: Is inside comment: 0.0010649999603629112 +Info 6662 [23:09:33.263] getCompletionData: Get previous token: 0.01584600005298853 +Info 6663 [23:09:33.263] getCompletionsAtPosition: isCompletionListBlocker: 0.005568000487983227 +Info 6664 [23:09:33.264] getExportInfoMap: cache hit +Info 6665 [23:09:33.282] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6666 [23:09:33.282] collectAutoImports: response is complete +Info 6667 [23:09:33.282] collectAutoImports: 18.188800999894738 +Info 6668 [23:09:33.282] getCompletionData: Semantic work: 19.55717399995774 +Info 6669 [23:09:33.292] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.063226000405848 +Info 6670 [23:09:33.302] Format host information updated +Info 6671 [23:09:33.469] Format host information updated +Info 6672 [23:09:33.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6673 [23:09:33.477] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 8.086192999966443ms +Info 6674 [23:09:33.477] Different program with same set of files +Info 6675 [23:09:35.035] Format host information updated +Info 6676 [23:09:35.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6677 [23:09:35.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 10.35194499976933ms +Info 6678 [23:09:35.046] Different program with same set of files +Info 6679 [23:09:35.201] Format host information updated +Info 6680 [23:09:38.155] Format host information updated +Info 6681 [23:09:38.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6682 [23:09:38.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 8.36629999987781ms +Info 6683 [23:09:38.163] Different program with same set of files +Info 6684 [23:09:38.700] Format host information updated +Info 6685 [23:09:38.700] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6686 [23:09:38.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 10.17053100001067ms +Info 6687 [23:09:38.710] Different program with same set of files +Info 6688 [23:09:39.192] getCompletionData: Get current token: 0.004564999602735043 +Info 6689 [23:09:39.192] getCompletionData: Is inside comment: 0.011869000270962715 +Info 6690 [23:09:39.192] getCompletionData: Get previous token: 0.009436000138521194 +Info 6691 [23:09:39.192] getCompletionsAtPosition: isCompletionListBlocker: 0.0024350006133317947 +Info 6692 [23:09:39.193] getExportInfoMap: cache hit +Info 6693 [23:09:39.214] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6694 [23:09:39.214] collectAutoImports: response is complete +Info 6695 [23:09:39.214] collectAutoImports: 20.82344000041485 +Info 6696 [23:09:39.214] getCompletionData: Semantic work: 22.395332999527454 +Info 6697 [23:09:39.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.353355000726879 +Info 6698 [23:09:39.395] getCompletionData: Get current token: 0.004308000206947327 +Info 6699 [23:09:39.395] getCompletionData: Is inside comment: 0.014014000073075294 +Info 6700 [23:09:39.395] getCompletionData: Get previous token: 0.009182999841868877 +Info 6701 [23:09:39.395] getCompletionsAtPosition: isCompletionListBlocker: 0.002088000066578388 +Info 6702 [23:09:39.397] getExportInfoMap: cache hit +Info 6703 [23:09:39.415] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6704 [23:09:39.415] collectAutoImports: response is complete +Info 6705 [23:09:39.415] collectAutoImports: 17.862768999300897 +Info 6706 [23:09:39.415] getCompletionData: Semantic work: 19.314902000129223 +Info 6707 [23:09:39.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.064908999949694 +Info 6708 [23:09:39.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6709 [23:09:39.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 8.809049000032246ms +Info 6710 [23:09:39.473] Different program with same set of files +Info 6711 [23:09:39.473] getCompletionData: Get current token: 0.004010000266134739 +Info 6712 [23:09:39.473] getCompletionData: Is inside comment: 0.011949999257922173 +Info 6713 [23:09:39.473] getCompletionData: Get previous token: 0.017846999689936638 +Info 6714 [23:09:39.473] getCompletionsAtPosition: isCompletionListBlocker: 0.0015860004350543022 +Info 6715 [23:09:39.474] getExportInfoMap: cache hit +Info 6716 [23:09:39.478] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 6717 [23:09:39.478] collectAutoImports: response is complete +Info 6718 [23:09:39.478] collectAutoImports: 3.478845000267029 +Info 6719 [23:09:39.478] getCompletionData: Semantic work: 4.921870999969542 +Info 6720 [23:09:39.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.870473999530077 +Info 6721 [23:09:39.486] Format host information updated +Info 6722 [23:09:39.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6723 [23:09:39.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 7.809891999699175ms +Info 6724 [23:09:39.661] Different program with same set of files +Info 6725 [23:09:39.661] getCompletionData: Get current token: 0.003905000165104866 +Info 6726 [23:09:39.662] getCompletionData: Is inside comment: 0.01170399971306324 +Info 6727 [23:09:39.662] getCompletionData: Get previous token: 0.018006999976933002 +Info 6728 [23:09:39.662] getCompletionsAtPosition: isCompletionListBlocker: 0.001698000356554985 +Info 6729 [23:09:39.663] getExportInfoMap: cache hit +Info 6730 [23:09:39.665] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 64 from cache +Info 6731 [23:09:39.665] collectAutoImports: response is complete +Info 6732 [23:09:39.665] collectAutoImports: 2.3220739997923374 +Info 6733 [23:09:39.665] getCompletionData: Semantic work: 3.6828749999403954 +Info 6734 [23:09:39.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.5109549993649125 +Info 6735 [23:09:39.673] Format host information updated +Info 6736 [23:09:39.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6737 [23:09:39.912] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 8.48459200002253ms +Info 6738 [23:09:39.912] Different program with same set of files +Info 6739 [23:09:39.913] getCompletionData: Get current token: 0.004744000732898712 +Info 6740 [23:09:39.913] getCompletionData: Is inside comment: 0.012407999485731125 +Info 6741 [23:09:39.913] getCompletionData: Get previous token: 0.018145999871194363 +Info 6742 [23:09:39.913] getCompletionsAtPosition: isCompletionListBlocker: 0.0021170005202293396 +Info 6743 [23:09:39.916] getExportInfoMap: cache hit +Info 6744 [23:09:39.920] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 6745 [23:09:39.920] collectAutoImports: response is complete +Info 6746 [23:09:39.920] collectAutoImports: 3.64249200001359 +Info 6747 [23:09:39.920] getCompletionData: Semantic work: 7.4681599996984005 +Info 6748 [23:09:39.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.451008999720216 +Info 6749 [23:09:39.928] Format host information updated +Info 6750 [23:09:40.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6751 [23:09:40.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 8.075706999748945ms +Info 6752 [23:09:40.105] Different program with same set of files +Info 6753 [23:09:40.105] getCompletionData: Get current token: 0.003903999924659729 +Info 6754 [23:09:40.105] getCompletionData: Is inside comment: 0.012424999848008156 +Info 6755 [23:09:40.105] getCompletionData: Get previous token: 0.009827000088989735 +Info 6756 [23:09:40.105] getCompletionsAtPosition: isCompletionListBlocker: 0.00217599980533123 +Info 6757 [23:09:40.108] getExportInfoMap: cache hit +Info 6758 [23:09:40.128] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6759 [23:09:40.128] collectAutoImports: response is complete +Info 6760 [23:09:40.128] collectAutoImports: 19.833875000476837 +Info 6761 [23:09:40.128] getCompletionData: Semantic work: 22.896311999298632 +Info 6762 [23:09:40.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.607476999983191 +Info 6763 [23:09:40.146] Format host information updated +Info 6764 [23:09:40.318] Format host information updated +Info 6765 [23:09:40.318] Format host information updated +Info 6766 [23:09:40.409] Format host information updated +Info 6767 [23:09:40.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6768 [23:09:40.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 7.742936999537051ms +Info 6769 [23:09:40.417] Different program with same set of files +Info 6770 [23:09:40.640] getCompletionData: Get current token: 0.008484999649226665 +Info 6771 [23:09:40.640] getCompletionData: Is inside comment: 0.0013210000470280647 +Info 6772 [23:09:40.640] getCompletionData: Get previous token: 0.016277999617159367 +Info 6773 [23:09:40.640] getCompletionsAtPosition: isCompletionListBlocker: 0.0018539996817708015 +Info 6774 [23:09:40.641] getExportInfoMap: cache hit +Info 6775 [23:09:40.660] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6776 [23:09:40.660] collectAutoImports: response is complete +Info 6777 [23:09:40.660] collectAutoImports: 18.735117999836802 +Info 6778 [23:09:40.660] getCompletionData: Semantic work: 20.082417000085115 +Info 6779 [23:09:40.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.302772000432014 +Info 6780 [23:09:40.848] Format host information updated +Info 6781 [23:09:40.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6782 [23:09:40.856] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 7.969587999396026ms +Info 6783 [23:09:40.856] Different program with same set of files +Info 6784 [23:09:41.018] Format host information updated +Info 6785 [23:09:41.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6786 [23:09:41.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 9.695496000349522ms +Info 6787 [23:09:41.028] Different program with same set of files +Info 6788 [23:09:41.199] Format host information updated +Info 6789 [23:09:41.200] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6790 [23:09:41.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 15.864733999595046ms +Info 6791 [23:09:41.216] Different program with same set of files +Info 6792 [23:09:41.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6793 [23:09:41.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 8.227741000242531ms +Info 6794 [23:09:41.419] Different program with same set of files +Info 6795 [23:09:41.419] getCompletionData: Get current token: 0.004812000319361687 +Info 6796 [23:09:41.419] getCompletionData: Is inside comment: 0.0011979993432760239 +Info 6797 [23:09:41.419] getCompletionData: Get previous token: 0.02786399982869625 +Info 6798 [23:09:41.419] getCompletionsAtPosition: isCompletionListBlocker: 0.0016530007123947144 +Info 6799 [23:09:41.421] getExportInfoMap: cache hit +Info 6800 [23:09:41.424] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 6801 [23:09:41.424] collectAutoImports: response is complete +Info 6802 [23:09:41.424] collectAutoImports: 3.133833000436425 +Info 6803 [23:09:41.424] getCompletionData: Semantic work: 5.074556999839842 +Info 6804 [23:09:41.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.445018999278545 +Info 6805 [23:09:41.432] Format host information updated +Info 6806 [23:09:41.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6807 [23:09:41.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 10.15687199961394ms +Info 6808 [23:09:41.444] Different program with same set of files +Info 6809 [23:09:41.444] getCompletionData: Get current token: 0.005157999694347382 +Info 6810 [23:09:41.444] getCompletionData: Is inside comment: 0.0014150002971291542 +Info 6811 [23:09:41.444] getCompletionData: Get previous token: 0.05093500018119812 +Info 6812 [23:09:41.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0022590002045035362 +Info 6813 [23:09:41.446] getExportInfoMap: cache hit +Info 6814 [23:09:41.448] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 6815 [23:09:41.448] collectAutoImports: response is complete +Info 6816 [23:09:41.448] collectAutoImports: 2.148914000019431 +Info 6817 [23:09:41.448] getCompletionData: Semantic work: 4.059762000106275 +Info 6818 [23:09:41.453] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.803704999387264 +Info 6819 [23:09:41.454] Format host information updated +Info 6820 [23:09:41.613] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6821 [23:09:41.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 8.160443000495434ms +Info 6822 [23:09:41.621] Different program with same set of files +Info 6823 [23:09:41.622] getCompletionData: Get current token: 0.005202999338507652 +Info 6824 [23:09:41.622] getCompletionData: Is inside comment: 0.0011069998145103455 +Info 6825 [23:09:41.622] getCompletionData: Get previous token: 0.021851999685168266 +Info 6826 [23:09:41.622] getCompletionsAtPosition: isCompletionListBlocker: 0.0016359994187951088 +Info 6827 [23:09:41.623] getExportInfoMap: cache hit +Info 6828 [23:09:41.625] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 6829 [23:09:41.625] collectAutoImports: response is complete +Info 6830 [23:09:41.625] collectAutoImports: 2.172116999514401 +Info 6831 [23:09:41.625] getCompletionData: Semantic work: 3.7492500003427267 +Info 6832 [23:09:41.630] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.49184799939394 +Info 6833 [23:09:41.632] Format host information updated +Info 6834 [23:09:41.633] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6835 [23:09:41.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 8.671684000641108ms +Info 6836 [23:09:41.642] Different program with same set of files +Info 6837 [23:09:41.642] getCompletionData: Get current token: 0.005981000140309334 +Info 6838 [23:09:41.642] getCompletionData: Is inside comment: 0.0014079995453357697 +Info 6839 [23:09:41.642] getCompletionData: Get previous token: 0.023004000075161457 +Info 6840 [23:09:41.642] getCompletionsAtPosition: isCompletionListBlocker: 0.0016540000215172768 +Info 6841 [23:09:41.645] getExportInfoMap: cache hit +Info 6842 [23:09:41.647] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 6843 [23:09:41.647] collectAutoImports: response is complete +Info 6844 [23:09:41.647] collectAutoImports: 1.7971980003640056 +Info 6845 [23:09:41.647] getCompletionData: Semantic work: 4.949566000141203 +Info 6846 [23:09:41.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.643180999904871 +Info 6847 [23:09:41.653] Format host information updated +Info 6848 [23:09:41.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6849 [23:09:41.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 7.805572000332177ms +Info 6850 [23:09:41.822] Different program with same set of files +Info 6851 [23:09:41.822] getCompletionData: Get current token: 0.00496899988502264 +Info 6852 [23:09:41.822] getCompletionData: Is inside comment: 0.0011990005150437355 +Info 6853 [23:09:41.822] getCompletionData: Get previous token: 0.04389500059187412 +Info 6854 [23:09:41.822] getCompletionsAtPosition: isCompletionListBlocker: 0.0019680000841617584 +Info 6855 [23:09:41.825] getExportInfoMap: cache hit +Info 6856 [23:09:41.827] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 6857 [23:09:41.827] collectAutoImports: response is complete +Info 6858 [23:09:41.827] collectAutoImports: 1.9820710001513362 +Info 6859 [23:09:41.827] getCompletionData: Semantic work: 4.8356950003653765 +Info 6860 [23:09:41.833] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.113258000463247 +Info 6861 [23:09:41.835] Format host information updated +Info 6862 [23:09:41.994] Format host information updated +Info 6863 [23:09:41.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6864 [23:09:42.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 8.498441000469029ms +Info 6865 [23:09:42.003] Different program with same set of files +Info 6866 [23:09:42.003] getCompletionData: Get current token: 0.004858000203967094 +Info 6867 [23:09:42.003] getCompletionData: Is inside comment: 0.0012029996141791344 +Info 6868 [23:09:42.003] getCompletionData: Get previous token: 0.021324999630451202 +Info 6869 [23:09:42.003] getCompletionsAtPosition: isCompletionListBlocker: 0.005874999798834324 +Info 6870 [23:09:42.004] getExportInfoMap: cache hit +Info 6871 [23:09:42.006] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 6872 [23:09:42.006] collectAutoImports: response is complete +Info 6873 [23:09:42.006] collectAutoImports: 2.10264699999243 +Info 6874 [23:09:42.006] getCompletionData: Semantic work: 3.435271999798715 +Info 6875 [23:09:42.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.840706999413669 +Info 6876 [23:09:42.014] Format host information updated +Info 6877 [23:09:42.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6878 [23:09:42.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 7.989936999976635ms +Info 6879 [23:09:42.180] Different program with same set of files +Info 6880 [23:09:42.180] getCompletionData: Get current token: 0.004926000721752644 +Info 6881 [23:09:42.180] getCompletionData: Is inside comment: 0.0011449996381998062 +Info 6882 [23:09:42.180] getCompletionData: Get previous token: 0.022175000049173832 +Info 6883 [23:09:42.180] getCompletionsAtPosition: isCompletionListBlocker: 0.005568000487983227 +Info 6884 [23:09:42.181] getExportInfoMap: cache hit +Info 6885 [23:09:42.183] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 6886 [23:09:42.183] collectAutoImports: response is complete +Info 6887 [23:09:42.183] collectAutoImports: 1.8547369996085763 +Info 6888 [23:09:42.183] getCompletionData: Semantic work: 3.197211000137031 +Info 6889 [23:09:42.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.67125799972564 +Info 6890 [23:09:42.190] Format host information updated +Info 6891 [23:09:42.347] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6892 [23:09:42.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 7.726052000187337ms +Info 6893 [23:09:42.354] Different program with same set of files +Info 6894 [23:09:42.354] getCompletionData: Get current token: 0.004983999766409397 +Info 6895 [23:09:42.355] getCompletionData: Is inside comment: 0.0011049993336200714 +Info 6896 [23:09:42.355] getCompletionData: Get previous token: 0.021348999813199043 +Info 6897 [23:09:42.355] getCompletionsAtPosition: isCompletionListBlocker: 0.006164999678730965 +Info 6898 [23:09:42.356] getExportInfoMap: cache hit +Info 6899 [23:09:42.358] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6900 [23:09:42.358] collectAutoImports: response is complete +Info 6901 [23:09:42.358] collectAutoImports: 1.6624720003455877 +Info 6902 [23:09:42.358] getCompletionData: Semantic work: 3.0889200000092387 +Info 6903 [23:09:42.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.41068600025028 +Info 6904 [23:09:42.365] Format host information updated +Info 6905 [23:09:42.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6906 [23:09:42.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 7.849551999941468ms +Info 6907 [23:09:42.373] Different program with same set of files +Info 6908 [23:09:42.373] getCompletionData: Get current token: 0.005141999572515488 +Info 6909 [23:09:42.373] getCompletionData: Is inside comment: 0.001276000402867794 +Info 6910 [23:09:42.373] getCompletionData: Get previous token: 0.02302700001746416 +Info 6911 [23:09:42.373] getCompletionsAtPosition: isCompletionListBlocker: 0.006690000183880329 +Info 6912 [23:09:42.374] getExportInfoMap: cache hit +Info 6913 [23:09:42.376] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6914 [23:09:42.376] collectAutoImports: response is complete +Info 6915 [23:09:42.376] collectAutoImports: 1.7267229994758964 +Info 6916 [23:09:42.376] getCompletionData: Semantic work: 3.1888529993593693 +Info 6917 [23:09:42.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.238424999639392 +Info 6918 [23:09:42.382] Format host information updated +Info 6919 [23:09:42.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6920 [23:09:42.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 9.775301999412477ms +Info 6921 [23:09:42.673] Different program with same set of files +Info 6922 [23:09:42.673] getCompletionData: Get current token: 0.004852999933063984 +Info 6923 [23:09:42.673] getCompletionData: Is inside comment: 0.0012800004333257675 +Info 6924 [23:09:42.673] getCompletionData: Get previous token: 0.021933000534772873 +Info 6925 [23:09:42.673] getCompletionsAtPosition: isCompletionListBlocker: 0.0066909994930028915 +Info 6926 [23:09:42.674] getExportInfoMap: cache hit +Info 6927 [23:09:42.676] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6928 [23:09:42.676] collectAutoImports: response is complete +Info 6929 [23:09:42.676] collectAutoImports: 1.758287999778986 +Info 6930 [23:09:42.676] getCompletionData: Semantic work: 3.231812000274658 +Info 6931 [23:09:42.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.325183999724686 +Info 6932 [23:09:42.682] Format host information updated +Info 6933 [23:09:42.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6934 [23:09:42.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 9.824558000080287ms +Info 6935 [23:09:42.847] Different program with same set of files +Info 6936 [23:09:42.847] getCompletionData: Get current token: 0.004712999798357487 +Info 6937 [23:09:42.847] getCompletionData: Is inside comment: 0.0012269997969269753 +Info 6938 [23:09:42.847] getCompletionData: Get previous token: 0.020793000236153603 +Info 6939 [23:09:42.847] getCompletionsAtPosition: isCompletionListBlocker: 0.006076999939978123 +Info 6940 [23:09:42.849] getExportInfoMap: cache hit +Info 6941 [23:09:42.851] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6942 [23:09:42.851] collectAutoImports: response is complete +Info 6943 [23:09:42.851] collectAutoImports: 1.607796000316739 +Info 6944 [23:09:42.851] getCompletionData: Semantic work: 3.075020999647677 +Info 6945 [23:09:42.856] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.063172000460327 +Info 6946 [23:09:42.857] Format host information updated +Info 6947 [23:09:43.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6948 [23:09:43.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 8.881741000339389ms +Info 6949 [23:09:43.028] Different program with same set of files +Info 6950 [23:09:43.028] getCompletionData: Get current token: 0.02247800026088953 +Info 6951 [23:09:43.028] getCompletionData: Is inside comment: 0.0010919999331235886 +Info 6952 [23:09:43.028] getCompletionData: Get previous token: 0.021994000300765038 +Info 6953 [23:09:43.028] getCompletionsAtPosition: isCompletionListBlocker: 0.006375999189913273 +Info 6954 [23:09:43.029] getExportInfoMap: cache hit +Info 6955 [23:09:43.032] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6956 [23:09:43.032] collectAutoImports: response is complete +Info 6957 [23:09:43.032] collectAutoImports: 2.835723999887705 +Info 6958 [23:09:43.032] getCompletionData: Semantic work: 4.248904000036418 +Info 6959 [23:09:43.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.638540000654757 +Info 6960 [23:09:43.039] Format host information updated +Info 6961 [23:09:43.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6962 [23:09:43.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 7.97764699999243ms +Info 6963 [23:09:43.209] Different program with same set of files +Info 6964 [23:09:43.209] getCompletionData: Get current token: 0.0049219997599720955 +Info 6965 [23:09:43.209] getCompletionData: Is inside comment: 0.0012060003355145454 +Info 6966 [23:09:43.209] getCompletionData: Get previous token: 0.02101099956780672 +Info 6967 [23:09:43.209] getCompletionsAtPosition: isCompletionListBlocker: 0.005754999816417694 +Info 6968 [23:09:43.210] getExportInfoMap: cache hit +Info 6969 [23:09:43.212] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6970 [23:09:43.212] collectAutoImports: response is complete +Info 6971 [23:09:43.212] collectAutoImports: 1.6961280005052686 +Info 6972 [23:09:43.212] getCompletionData: Semantic work: 3.0252229999750853 +Info 6973 [23:09:43.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3819289999082685 +Info 6974 [23:09:43.219] Format host information updated +Info 6975 [23:09:43.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6976 [23:09:43.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 7.96469600033015ms +Info 6977 [23:09:43.228] Different program with same set of files +Info 6978 [23:09:43.228] getCompletionData: Get current token: 0.005370999686419964 +Info 6979 [23:09:43.228] getCompletionData: Is inside comment: 0.0012860000133514404 +Info 6980 [23:09:43.228] getCompletionData: Get previous token: 0.022702000103890896 +Info 6981 [23:09:43.228] getCompletionsAtPosition: isCompletionListBlocker: 0.0064580002799630165 +Info 6982 [23:09:43.230] getExportInfoMap: cache hit +Info 6983 [23:09:43.232] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6984 [23:09:43.232] collectAutoImports: response is complete +Info 6985 [23:09:43.232] collectAutoImports: 2.0122080007568 +Info 6986 [23:09:43.232] getCompletionData: Semantic work: 3.3886339999735355 +Info 6987 [23:09:43.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.789468999952078 +Info 6988 [23:09:43.239] Format host information updated +Info 6989 [23:09:43.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6990 [23:09:43.410] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 7.99093500059098ms +Info 6991 [23:09:43.410] Different program with same set of files +Info 6992 [23:09:43.410] getCompletionData: Get current token: 0.004865999333560467 +Info 6993 [23:09:43.410] getCompletionData: Is inside comment: 0.0011219996958971024 +Info 6994 [23:09:43.410] getCompletionData: Get previous token: 0.020593000575900078 +Info 6995 [23:09:43.410] getCompletionsAtPosition: isCompletionListBlocker: 0.005394999869167805 +Info 6996 [23:09:43.411] getExportInfoMap: cache hit +Info 6997 [23:09:43.413] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6998 [23:09:43.413] collectAutoImports: response is complete +Info 6999 [23:09:43.413] collectAutoImports: 1.6223759995773435 +Info 7000 [23:09:43.413] getCompletionData: Semantic work: 2.9762089997529984 +Info 7001 [23:09:43.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.342141999863088 +Info 7002 [23:09:43.419] Format host information updated +Info 7003 [23:09:43.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7004 [23:09:43.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 7.867255000397563ms +Info 7005 [23:09:43.428] Different program with same set of files +Info 7006 [23:09:43.428] getCompletionData: Get current token: 0.006516000255942345 +Info 7007 [23:09:43.428] getCompletionData: Is inside comment: 0.0012019993737339973 +Info 7008 [23:09:43.428] getCompletionData: Get previous token: 0.01653399970382452 +Info 7009 [23:09:43.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0021609999239444733 +Info 7010 [23:09:43.431] getExportInfoMap: cache hit +Info 7011 [23:09:43.455] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7012 [23:09:43.455] collectAutoImports: response is complete +Info 7013 [23:09:43.455] collectAutoImports: 23.32760399952531 +Info 7014 [23:09:43.455] getCompletionData: Semantic work: 26.42841500043869 +Info 7015 [23:09:43.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.97286400012672 +Info 7016 [23:09:43.474] Format host information updated +Info 7017 [23:09:43.763] getCompletionData: Get current token: 0.003959000110626221 +Info 7018 [23:09:43.763] getCompletionData: Is inside comment: 0.01055500004440546 +Info 7019 [23:09:43.764] getCompletionData: Get previous token: 0.016724999994039536 +Info 7020 [23:09:43.764] getCompletionsAtPosition: isCompletionListBlocker: 0.0018899999558925629 +Info 7021 [23:09:43.764] getCompletionData: Semantic work: 0.24168600048869848 +Info 7022 [23:09:43.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09136100020259619 +Info 7023 [23:09:43.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7024 [23:09:43.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 10.083731999620795ms +Info 7025 [23:09:43.838] Different program with same set of files +Info 7026 [23:09:43.838] getCompletionData: Get current token: 0.00562099926173687 +Info 7027 [23:09:43.838] getCompletionData: Is inside comment: 0.013066000305116177 +Info 7028 [23:09:43.838] getCompletionData: Get previous token: 0.010127999819815159 +Info 7029 [23:09:43.838] getCompletionsAtPosition: isCompletionListBlocker: 0.007930000312626362 +Info 7030 [23:09:43.839] getExportInfoMap: cache hit +Info 7031 [23:09:43.862] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7032 [23:09:43.862] collectAutoImports: response is complete +Info 7033 [23:09:43.862] collectAutoImports: 22.18781999964267 +Info 7034 [23:09:43.862] getCompletionData: Semantic work: 23.80151200015098 +Info 7035 [23:09:43.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.353893000632524 +Info 7036 [23:09:43.879] Format host information updated +Info 7037 [23:09:47.672] Format host information updated +Info 7038 [23:09:47.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7039 [23:09:47.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 8.819772000424564ms +Info 7040 [23:09:47.681] Different program with same set of files +Info 7041 [23:09:48.045] Format host information updated +Info 7042 [23:09:48.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7043 [23:09:48.054] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 8.437806000001729ms +Info 7044 [23:09:48.054] Different program with same set of files +Info 7045 [23:09:48.215] Format host information updated +Info 7046 [23:09:48.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7047 [23:09:48.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 7.672881999984384ms +Info 7048 [23:09:48.222] Different program with same set of files +Info 7049 [23:09:48.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7050 [23:09:48.480] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 8.720046000555158ms +Info 7051 [23:09:48.480] Different program with same set of files +Info 7052 [23:09:48.480] getCompletionData: Get current token: 0.004508000798523426 +Info 7053 [23:09:48.480] getCompletionData: Is inside comment: 0.009560000151395798 +Info 7054 [23:09:48.480] getCompletionData: Get previous token: 0.01205500029027462 +Info 7055 [23:09:48.480] getCompletionsAtPosition: isCompletionListBlocker: 0.001861000433564186 +Info 7056 [23:09:48.482] getExportInfoMap: cache hit +Info 7057 [23:09:48.491] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 7058 [23:09:48.491] collectAutoImports: response is complete +Info 7059 [23:09:48.491] collectAutoImports: 9.127750999294221 +Info 7060 [23:09:48.491] getCompletionData: Semantic work: 10.829297000542283 +Info 7061 [23:09:48.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.824500999413431 +Info 7062 [23:09:48.500] Format host information updated +Info 7063 [23:09:48.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7064 [23:09:48.677] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 8.86219900008291ms +Info 7065 [23:09:48.677] Different program with same set of files +Info 7066 [23:09:48.677] getCompletionData: Get current token: 0.004606000147759914 +Info 7067 [23:09:48.677] getCompletionData: Is inside comment: 0.008855000138282776 +Info 7068 [23:09:48.677] getCompletionData: Get previous token: 0.011229000054299831 +Info 7069 [23:09:48.677] getCompletionsAtPosition: isCompletionListBlocker: 0.0016189999878406525 +Info 7070 [23:09:48.679] getExportInfoMap: cache hit +Info 7071 [23:09:48.684] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 630 from cache +Info 7072 [23:09:48.684] collectAutoImports: response is complete +Info 7073 [23:09:48.684] collectAutoImports: 5.694837000221014 +Info 7074 [23:09:48.684] getCompletionData: Semantic work: 7.072762000374496 +Info 7075 [23:09:48.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.605004999786615 +Info 7076 [23:09:48.693] Format host information updated +Info 7077 [23:09:48.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7078 [23:09:48.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 12.01487800013274ms +Info 7079 [23:09:48.708] Different program with same set of files +Info 7080 [23:09:48.708] getCompletionData: Get current token: 0.005184999667108059 +Info 7081 [23:09:48.708] getCompletionData: Is inside comment: 0.009065000340342522 +Info 7082 [23:09:48.708] getCompletionData: Get previous token: 0.011850999668240547 +Info 7083 [23:09:48.708] getCompletionsAtPosition: isCompletionListBlocker: 0.0017569996416568756 +Info 7084 [23:09:48.710] getExportInfoMap: cache hit +Info 7085 [23:09:48.715] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 448 from cache +Info 7086 [23:09:48.715] collectAutoImports: response is complete +Info 7087 [23:09:48.715] collectAutoImports: 4.959356999956071 +Info 7088 [23:09:48.715] getCompletionData: Semantic work: 6.433255000039935 +Info 7089 [23:09:48.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.165199999697506 +Info 7090 [23:09:48.722] Format host information updated +Info 7091 [23:09:48.896] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7092 [23:09:48.904] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 7.8918859995901585ms +Info 7093 [23:09:48.904] Different program with same set of files +Info 7094 [23:09:48.905] getCompletionData: Get current token: 0.004840000532567501 +Info 7095 [23:09:48.905] getCompletionData: Is inside comment: 0.01039199996739626 +Info 7096 [23:09:48.905] getCompletionData: Get previous token: 0.012701000086963177 +Info 7097 [23:09:48.905] getCompletionsAtPosition: isCompletionListBlocker: 0.0017859991639852524 +Info 7098 [23:09:48.906] getExportInfoMap: cache hit +Info 7099 [23:09:48.925] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7100 [23:09:48.925] collectAutoImports: response is complete +Info 7101 [23:09:48.925] collectAutoImports: 19.25146699976176 +Info 7102 [23:09:48.925] getCompletionData: Semantic work: 20.65133700054139 +Info 7103 [23:09:48.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.769266000017524 +Info 7104 [23:09:48.945] Format host information updated +Info 7105 [23:09:48.950] Format host information updated +Info 7106 [23:09:48.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7107 [23:09:48.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 8.241942000575364ms +Info 7108 [23:09:48.959] Different program with same set of files +Info 7109 [23:09:48.959] getCompletionData: Get current token: 0.005144000053405762 +Info 7110 [23:09:48.959] getCompletionData: Is inside comment: 0.009953000582754612 +Info 7111 [23:09:48.959] getCompletionData: Get previous token: 0.014685000292956829 +Info 7112 [23:09:48.959] getCompletionsAtPosition: isCompletionListBlocker: 0.0015049995854496956 +Info 7113 [23:09:48.959] Returning an empty list because completion was requested in an invalid position. +Info 7114 [23:09:48.959] Format host information updated +Info 7115 [23:09:49.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7116 [23:09:49.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 9.480859999544919ms +Info 7117 [23:09:49.131] Different program with same set of files +Info 7118 [23:09:49.131] getCompletionData: Get current token: 0.004542999900877476 +Info 7119 [23:09:49.131] getCompletionData: Is inside comment: 0.049389999359846115 +Info 7120 [23:09:49.131] getCompletionData: Get previous token: 0.024922000244259834 +Info 7121 [23:09:49.131] getCompletionsAtPosition: isCompletionListBlocker: 0.017614999786019325 +Info 7122 [23:09:49.131] Returning an empty list because completion was requested in an invalid position. +Info 7123 [23:09:49.132] Format host information updated +Info 7124 [23:09:49.294] Format host information updated +Info 7125 [23:09:49.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7126 [23:09:49.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 9.619440999813378ms +Info 7127 [23:09:49.304] Different program with same set of files +Info 7128 [23:09:49.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7129 [23:09:49.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 7.818597000092268ms +Info 7130 [23:09:49.475] Different program with same set of files +Info 7131 [23:09:49.475] getCompletionData: Get current token: 0.0051819998770952225 +Info 7132 [23:09:49.475] getCompletionData: Is inside comment: 0.010235000401735306 +Info 7133 [23:09:49.475] getCompletionData: Get previous token: 0.008079000748693943 +Info 7134 [23:09:49.475] getCompletionsAtPosition: isCompletionListBlocker: 0.006067000329494476 +Info 7135 [23:09:49.476] getExportInfoMap: cache hit +Info 7136 [23:09:49.495] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7137 [23:09:49.495] collectAutoImports: response is complete +Info 7138 [23:09:49.495] collectAutoImports: 18.498624000698328 +Info 7139 [23:09:49.495] getCompletionData: Semantic work: 19.87271299958229 +Info 7140 [23:09:49.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.216644999571145 +Info 7141 [23:09:49.515] Format host information updated +Info 7142 [23:09:49.520] Format host information updated +Info 7143 [23:09:49.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7144 [23:09:49.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 8.111086999997497ms +Info 7145 [23:09:49.529] Different program with same set of files +Info 7146 [23:09:49.693] Format host information updated +Info 7147 [23:09:51.206] Format host information updated +Info 7148 [23:09:51.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7149 [23:09:51.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 9.72878499981016ms +Info 7150 [23:09:51.216] Different program with same set of files +Info 7151 [23:09:52.211] Format host information updated +Info 7152 [23:09:52.211] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7153 [23:09:52.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 8.035882000811398ms +Info 7154 [23:09:52.219] Different program with same set of files +Info 7155 [23:09:53.141] getCompletionData: Get current token: 0.004114999435842037 +Info 7156 [23:09:53.141] getCompletionData: Is inside comment: 0.008887000381946564 +Info 7157 [23:09:53.141] getCompletionData: Get previous token: 0.006799999624490738 +Info 7158 [23:09:53.141] getCompletionsAtPosition: isCompletionListBlocker: 0.007186000235378742 +Info 7159 [23:09:53.142] getExportInfoMap: cache hit +Info 7160 [23:09:53.161] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7161 [23:09:53.161] collectAutoImports: response is complete +Info 7162 [23:09:53.161] collectAutoImports: 18.486709999851882 +Info 7163 [23:09:53.161] getCompletionData: Semantic work: 20.08821600023657 +Info 7164 [23:09:53.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.188734999857843 +Info 7165 [23:09:53.572] getCompletionData: Get current token: 0.006815999746322632 +Info 7166 [23:09:53.573] getCompletionData: Is inside comment: 0.0022509992122650146 +Info 7167 [23:09:53.573] getCompletionData: Get previous token: 0.019863000139594078 +Info 7168 [23:09:53.573] getCompletionsAtPosition: isCompletionListBlocker: 0.004327000118792057 +Info 7169 [23:09:53.575] getExportInfoMap: cache hit +Info 7170 [23:09:53.592] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7171 [23:09:53.592] collectAutoImports: response is complete +Info 7172 [23:09:53.592] collectAutoImports: 17.231283999979496 +Info 7173 [23:09:53.592] getCompletionData: Semantic work: 19.582553999498487 +Info 7174 [23:09:53.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.9109230004251 +Info 7175 [23:09:53.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7176 [23:09:53.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 9.131787000223994ms +Info 7177 [23:09:53.710] Different program with same set of files +Info 7178 [23:09:53.710] getCompletionData: Get current token: 0.004535999149084091 +Info 7179 [23:09:53.710] getCompletionData: Is inside comment: 0.0013030003756284714 +Info 7180 [23:09:53.710] getCompletionData: Get previous token: 0.020885000005364418 +Info 7181 [23:09:53.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0029409993439912796 +Info 7182 [23:09:53.712] getExportInfoMap: cache hit +Info 7183 [23:09:53.716] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 83 from cache +Info 7184 [23:09:53.716] collectAutoImports: response is complete +Info 7185 [23:09:53.716] collectAutoImports: 3.711316999979317 +Info 7186 [23:09:53.716] getCompletionData: Semantic work: 5.372801000252366 +Info 7187 [23:09:53.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.971485000103712 +Info 7188 [23:09:53.726] Format host information updated +Info 7189 [23:09:53.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7190 [23:09:53.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 7.992038999684155ms +Info 7191 [23:09:53.902] Different program with same set of files +Info 7192 [23:09:53.902] getCompletionData: Get current token: 0.0035680001601576805 +Info 7193 [23:09:53.902] getCompletionData: Is inside comment: 0.001029999926686287 +Info 7194 [23:09:53.902] getCompletionData: Get previous token: 0.01660700049251318 +Info 7195 [23:09:53.902] getCompletionsAtPosition: isCompletionListBlocker: 0.0020249998196959496 +Info 7196 [23:09:53.903] getExportInfoMap: cache hit +Info 7197 [23:09:53.906] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 18 from cache +Info 7198 [23:09:53.906] collectAutoImports: response is complete +Info 7199 [23:09:53.906] collectAutoImports: 2.3763139992952347 +Info 7200 [23:09:53.906] getCompletionData: Semantic work: 3.7661620005965233 +Info 7201 [23:09:53.910] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.550377000123262 +Info 7202 [23:09:53.913] Format host information updated +Info 7203 [23:09:53.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7204 [23:09:53.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 7.930430999957025ms +Info 7205 [23:09:53.921] Different program with same set of files +Info 7206 [23:09:53.922] getCompletionData: Get current token: 0.0038620000705122948 +Info 7207 [23:09:53.922] getCompletionData: Is inside comment: 0.0010930001735687256 +Info 7208 [23:09:53.922] getCompletionData: Get previous token: 0.017467000521719456 +Info 7209 [23:09:53.922] getCompletionsAtPosition: isCompletionListBlocker: 0.0022359993308782578 +Info 7210 [23:09:53.923] getExportInfoMap: cache hit +Info 7211 [23:09:53.925] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 1 from cache +Info 7212 [23:09:53.925] collectAutoImports: response is complete +Info 7213 [23:09:53.925] collectAutoImports: 2.0418620007112622 +Info 7214 [23:09:53.925] getCompletionData: Semantic work: 3.4338680002838373 +Info 7215 [23:09:53.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.420125000178814 +Info 7216 [23:09:53.931] Format host information updated +Info 7217 [23:09:54.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7218 [23:09:54.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 7.62580700032413ms +Info 7219 [23:09:54.105] Different program with same set of files +Info 7220 [23:09:54.106] getCompletionData: Get current token: 0.0032190000638365746 +Info 7221 [23:09:54.106] getCompletionData: Is inside comment: 0.0009770002216100693 +Info 7222 [23:09:54.106] getCompletionData: Get previous token: 0.015831000171601772 +Info 7223 [23:09:54.106] getCompletionsAtPosition: isCompletionListBlocker: 0.0021879998967051506 +Info 7224 [23:09:54.107] getExportInfoMap: cache hit +Info 7225 [23:09:54.109] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7226 [23:09:54.109] collectAutoImports: response is complete +Info 7227 [23:09:54.109] collectAutoImports: 1.6676679998636246 +Info 7228 [23:09:54.109] getCompletionData: Semantic work: 2.9762209998443723 +Info 7229 [23:09:54.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.626528000459075 +Info 7230 [23:09:54.115] Format host information updated +Info 7231 [23:09:54.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7232 [23:09:54.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 7.749029000289738ms +Info 7233 [23:09:54.338] Different program with same set of files +Info 7234 [23:09:54.338] getCompletionData: Get current token: 0.0031560007482767105 +Info 7235 [23:09:54.338] getCompletionData: Is inside comment: 0.0010819993913173676 +Info 7236 [23:09:54.338] getCompletionData: Get previous token: 0.015990000218153 +Info 7237 [23:09:54.338] getCompletionsAtPosition: isCompletionListBlocker: 0.002078000456094742 +Info 7238 [23:09:54.339] getExportInfoMap: cache hit +Info 7239 [23:09:54.341] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 1 from cache +Info 7240 [23:09:54.341] collectAutoImports: response is complete +Info 7241 [23:09:54.341] collectAutoImports: 1.8743580002337694 +Info 7242 [23:09:54.341] getCompletionData: Semantic work: 3.2740279994904995 +Info 7243 [23:09:54.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.407199999317527 +Info 7244 [23:09:54.348] Format host information updated +Info 7245 [23:09:54.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7246 [23:09:54.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 7.625135000795126ms +Info 7247 [23:09:54.519] Different program with same set of files +Info 7248 [23:09:54.520] getCompletionData: Get current token: 0.003374999389052391 +Info 7249 [23:09:54.520] getCompletionData: Is inside comment: 0.0010010004043579102 +Info 7250 [23:09:54.520] getCompletionData: Get previous token: 0.015488000586628914 +Info 7251 [23:09:54.520] getCompletionsAtPosition: isCompletionListBlocker: 0.001964000053703785 +Info 7252 [23:09:54.521] getExportInfoMap: cache hit +Info 7253 [23:09:54.523] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 2 from cache +Info 7254 [23:09:54.523] collectAutoImports: response is complete +Info 7255 [23:09:54.523] collectAutoImports: 1.9117720006033778 +Info 7256 [23:09:54.523] getCompletionData: Semantic work: 3.238927999511361 +Info 7257 [23:09:54.527] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3117820005863905 +Info 7258 [23:09:54.530] Format host information updated +Info 7259 [23:09:54.699] Format host information updated +Info 7260 [23:09:54.808] getCompletionData: Get current token: 0.003920999355614185 +Info 7261 [23:09:54.808] getCompletionData: Is inside comment: 0.010867000557482243 +Info 7262 [23:09:54.808] getCompletionData: Get previous token: 0.008948000147938728 +Info 7263 [23:09:54.808] getCompletionsAtPosition: isCompletionListBlocker: 0.006826000288128853 +Info 7264 [23:09:54.810] getExportInfoMap: cache hit +Info 7265 [23:09:54.828] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7266 [23:09:54.828] collectAutoImports: response is complete +Info 7267 [23:09:54.828] collectAutoImports: 18.604787999764085 +Info 7268 [23:09:54.828] getCompletionData: Semantic work: 20.04130300041288 +Info 7269 [23:09:54.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.73719900008291 +Info 7270 [23:09:55.848] getCompletionData: Get current token: 0.004741000011563301 +Info 7271 [23:09:55.848] getCompletionData: Is inside comment: 0.001291000284254551 +Info 7272 [23:09:55.848] getCompletionData: Get previous token: 0.011938000097870827 +Info 7273 [23:09:55.848] getCompletionsAtPosition: isCompletionListBlocker: 0.0023840004578232765 +Info 7274 [23:09:55.849] getCompletionData: Semantic work: 0.3250110000371933 +Info 7275 [23:09:55.849] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07345199957489967 +Info 7276 [23:09:55.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7277 [23:09:56.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 10.697305999696255ms +Info 7278 [23:09:56.000] Different program with same set of files +Info 7279 [23:09:56.000] getCompletionData: Get current token: 0.005815000273287296 +Info 7280 [23:09:56.000] getCompletionData: Is inside comment: 0.0013420004397630692 +Info 7281 [23:09:56.000] getCompletionData: Get previous token: 0.019322000443935394 +Info 7282 [23:09:56.000] getCompletionsAtPosition: isCompletionListBlocker: 0.0024560000747442245 +Info 7283 [23:09:56.002] getExportInfoMap: cache hit +Info 7284 [23:09:56.021] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7285 [23:09:56.021] collectAutoImports: response is complete +Info 7286 [23:09:56.021] collectAutoImports: 19.738530999980867 +Info 7287 [23:09:56.021] getCompletionData: Semantic work: 21.195756999775767 +Info 7288 [23:09:56.032] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.504209000617266 +Info 7289 [23:09:56.039] Format host information updated +Info 7290 [23:09:56.211] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7291 [23:09:56.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 7.765853000804782ms +Info 7292 [23:09:56.219] Different program with same set of files +Info 7293 [23:09:56.219] getCompletionData: Get current token: 0.004717000760138035 +Info 7294 [23:09:56.219] getCompletionData: Is inside comment: 0.0010529998689889908 +Info 7295 [23:09:56.219] getCompletionData: Get previous token: 0.02113799937069416 +Info 7296 [23:09:56.219] getCompletionsAtPosition: isCompletionListBlocker: 0.002360999584197998 +Info 7297 [23:09:56.221] getExportInfoMap: cache hit +Info 7298 [23:09:56.222] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7299 [23:09:56.222] collectAutoImports: response is complete +Info 7300 [23:09:56.222] collectAutoImports: 1.661069999448955 +Info 7301 [23:09:56.222] getCompletionData: Semantic work: 2.973895000293851 +Info 7302 [23:09:56.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.236767000518739 +Info 7303 [23:09:56.229] Format host information updated +Info 7304 [23:09:56.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7305 [23:09:56.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 10.470753000117838ms +Info 7306 [23:09:56.609] Different program with same set of files +Info 7307 [23:09:56.609] getCompletionData: Get current token: 0.005634999834001064 +Info 7308 [23:09:56.609] getCompletionData: Is inside comment: 0.0011229999363422394 +Info 7309 [23:09:56.609] getCompletionData: Get previous token: 0.017203000374138355 +Info 7310 [23:09:56.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0021800007671117783 +Info 7311 [23:09:56.611] getExportInfoMap: cache hit +Info 7312 [23:09:56.631] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7313 [23:09:56.631] collectAutoImports: response is complete +Info 7314 [23:09:56.631] collectAutoImports: 20.457399000413716 +Info 7315 [23:09:56.631] getCompletionData: Semantic work: 21.815434999763966 +Info 7316 [23:09:56.642] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.622371000237763 +Info 7317 [23:09:56.649] Format host information updated +Info 7318 [23:09:56.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7319 [23:09:56.832] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 7.935691999271512ms +Info 7320 [23:09:56.832] Different program with same set of files +Info 7321 [23:09:56.832] getCompletionData: Get current token: 0.0057659996673464775 +Info 7322 [23:09:56.832] getCompletionData: Is inside comment: 0.0010919999331235886 +Info 7323 [23:09:56.832] getCompletionData: Get previous token: 0.020526999607682228 +Info 7324 [23:09:56.832] getCompletionsAtPosition: isCompletionListBlocker: 0.00466500036418438 +Info 7325 [23:09:56.832] getCompletionData: Semantic work: 0.4828859996050596 +Info 7326 [23:09:56.833] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07101199962198734 +Info 7327 [23:09:56.833] Format host information updated +Info 7328 [23:09:57.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7329 [23:09:57.769] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 663 structureChanged: false structureIsReused:: Completely Elapsed: 8.303071999922395ms +Info 7330 [23:09:57.769] Different program with same set of files +Info 7331 [23:09:57.769] getCompletionData: Get current token: 0.005431000143289566 +Info 7332 [23:09:57.769] getCompletionData: Is inside comment: 0.001187000423669815 +Info 7333 [23:09:57.769] getCompletionData: Get previous token: 0.02073999959975481 +Info 7334 [23:09:57.769] getCompletionsAtPosition: isCompletionListBlocker: 0.0022040000185370445 +Info 7335 [23:09:57.771] getExportInfoMap: cache hit +Info 7336 [23:09:57.789] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7337 [23:09:57.789] collectAutoImports: response is complete +Info 7338 [23:09:57.789] collectAutoImports: 18.46680900081992 +Info 7339 [23:09:57.789] getCompletionData: Semantic work: 19.95845100004226 +Info 7340 [23:09:57.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.930317000485957 +Info 7341 [23:09:57.809] Format host information updated +Info 7342 [23:09:58.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7343 [23:09:58.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 10.971602999605238ms +Info 7344 [23:09:58.077] Different program with same set of files +Info 7345 [23:09:58.077] getCompletionData: Get current token: 0.006496000103652477 +Info 7346 [23:09:58.077] getCompletionData: Is inside comment: 0.0020900005474686623 +Info 7347 [23:09:58.077] getCompletionData: Get previous token: 0.03476100042462349 +Info 7348 [23:09:58.077] getCompletionsAtPosition: isCompletionListBlocker: 0.0037719998508691788 +Info 7349 [23:09:58.080] getExportInfoMap: cache hit +Info 7350 [23:09:58.090] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 83 from cache +Info 7351 [23:09:58.090] collectAutoImports: response is complete +Info 7352 [23:09:58.090] collectAutoImports: 9.63727100007236 +Info 7353 [23:09:58.090] getCompletionData: Semantic work: 12.32329999934882 +Info 7354 [23:09:58.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.126052000559866 +Info 7355 [23:09:58.103] Format host information updated +Info 7356 [23:09:58.277] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7357 [23:09:58.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 9.055211000144482ms +Info 7358 [23:09:58.286] Different program with same set of files +Info 7359 [23:09:58.286] getCompletionData: Get current token: 0.004367999732494354 +Info 7360 [23:09:58.286] getCompletionData: Is inside comment: 0.001078999601304531 +Info 7361 [23:09:58.286] getCompletionData: Get previous token: 0.025975999422371387 +Info 7362 [23:09:58.286] getCompletionsAtPosition: isCompletionListBlocker: 0.002418000251054764 +Info 7363 [23:09:58.288] getExportInfoMap: cache hit +Info 7364 [23:09:58.291] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 18 from cache +Info 7365 [23:09:58.291] collectAutoImports: response is complete +Info 7366 [23:09:58.291] collectAutoImports: 3.3436440005898476 +Info 7367 [23:09:58.291] getCompletionData: Semantic work: 5.068708000704646 +Info 7368 [23:09:58.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.858834000304341 +Info 7369 [23:09:58.301] Format host information updated +Info 7370 [23:09:58.303] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7371 [23:09:58.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 9.825247999280691ms +Info 7372 [23:09:58.313] Different program with same set of files +Info 7373 [23:09:58.313] getCompletionData: Get current token: 0.004739999771118164 +Info 7374 [23:09:58.313] getCompletionData: Is inside comment: 0.0012410003691911697 +Info 7375 [23:09:58.313] getCompletionData: Get previous token: 0.047721000388264656 +Info 7376 [23:09:58.313] getCompletionsAtPosition: isCompletionListBlocker: 0.0023219995200634003 +Info 7377 [23:09:58.314] getExportInfoMap: cache hit +Info 7378 [23:09:58.317] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 2 from cache +Info 7379 [23:09:58.317] collectAutoImports: response is complete +Info 7380 [23:09:58.317] collectAutoImports: 1.9879950005561113 +Info 7381 [23:09:58.317] getCompletionData: Semantic work: 3.651930999942124 +Info 7382 [23:09:58.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.625903000123799 +Info 7383 [23:09:58.323] Format host information updated +Info 7384 [23:10:03.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7385 [23:10:03.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 9.637629000470042ms +Info 7386 [23:10:03.686] Different program with same set of files +Info 7387 [23:10:03.686] getCompletionData: Get current token: 0.0046619996428489685 +Info 7388 [23:10:03.686] getCompletionData: Is inside comment: 0.0010540001094341278 +Info 7389 [23:10:03.686] getCompletionData: Get previous token: 0.0262040002271533 +Info 7390 [23:10:03.686] getCompletionsAtPosition: isCompletionListBlocker: 0.0018239999189972878 +Info 7391 [23:10:03.688] getExportInfoMap: cache hit +Info 7392 [23:10:03.689] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 7393 [23:10:03.689] collectAutoImports: response is complete +Info 7394 [23:10:03.689] collectAutoImports: 1.9122599996626377 +Info 7395 [23:10:03.689] getCompletionData: Semantic work: 3.5136209996417165 +Info 7396 [23:10:03.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.412717999890447 +Info 7397 [23:10:03.695] Format host information updated +Info 7398 [23:10:03.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7399 [23:10:03.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 8.302857999689877ms +Info 7400 [23:10:03.858] Different program with same set of files +Info 7401 [23:10:03.859] getCompletionData: Get current token: 0.004967000335454941 +Info 7402 [23:10:03.859] getCompletionData: Is inside comment: 0.0010470002889633179 +Info 7403 [23:10:03.859] getCompletionData: Get previous token: 0.026159999892115593 +Info 7404 [23:10:03.859] getCompletionsAtPosition: isCompletionListBlocker: 0.0016479995101690292 +Info 7405 [23:10:03.860] getExportInfoMap: cache hit +Info 7406 [23:10:03.862] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 7407 [23:10:03.862] collectAutoImports: response is complete +Info 7408 [23:10:03.862] collectAutoImports: 1.8204290000721812 +Info 7409 [23:10:03.862] getCompletionData: Semantic work: 3.161266000010073 +Info 7410 [23:10:03.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.314588000066578 +Info 7411 [23:10:03.868] Format host information updated +Info 7412 [23:10:04.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7413 [23:10:04.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 9.414799999445677ms +Info 7414 [23:10:04.084] Different program with same set of files +Info 7415 [23:10:04.084] getCompletionData: Get current token: 0.0050109997391700745 +Info 7416 [23:10:04.084] getCompletionData: Is inside comment: 0.0012880004942417145 +Info 7417 [23:10:04.084] getCompletionData: Get previous token: 0.027820000424981117 +Info 7418 [23:10:04.084] getCompletionsAtPosition: isCompletionListBlocker: 0.0016610007733106613 +Info 7419 [23:10:04.085] getExportInfoMap: cache hit +Info 7420 [23:10:04.087] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 7421 [23:10:04.087] collectAutoImports: response is complete +Info 7422 [23:10:04.087] collectAutoImports: 1.9102429999038577 +Info 7423 [23:10:04.087] getCompletionData: Semantic work: 3.3866250002756715 +Info 7424 [23:10:04.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.78218200057745 +Info 7425 [23:10:04.094] Format host information updated +Info 7426 [23:10:04.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7427 [23:10:04.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 8.540648000314832ms +Info 7428 [23:10:04.260] Different program with same set of files +Info 7429 [23:10:04.260] getCompletionData: Get current token: 0.005408999510109425 +Info 7430 [23:10:04.260] getCompletionData: Is inside comment: 0.001204000785946846 +Info 7431 [23:10:04.260] getCompletionData: Get previous token: 0.0282600000500679 +Info 7432 [23:10:04.260] getCompletionsAtPosition: isCompletionListBlocker: 0.001614999957382679 +Info 7433 [23:10:04.262] getExportInfoMap: cache hit +Info 7434 [23:10:04.263] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 7435 [23:10:04.263] collectAutoImports: response is complete +Info 7436 [23:10:04.263] collectAutoImports: 1.8276650002226233 +Info 7437 [23:10:04.263] getCompletionData: Semantic work: 3.4311119997873902 +Info 7438 [23:10:04.268] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.519933000206947 +Info 7439 [23:10:04.270] Format host information updated +Info 7440 [23:10:04.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7441 [23:10:04.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 8.935221999883652ms +Info 7442 [23:10:04.432] Different program with same set of files +Info 7443 [23:10:04.432] getCompletionData: Get current token: 0.004910999909043312 +Info 7444 [23:10:04.432] getCompletionData: Is inside comment: 0.0010669995099306107 +Info 7445 [23:10:04.432] getCompletionData: Get previous token: 0.026139999739825726 +Info 7446 [23:10:04.432] getCompletionsAtPosition: isCompletionListBlocker: 0.0018210001289844513 +Info 7447 [23:10:04.434] getExportInfoMap: cache hit +Info 7448 [23:10:04.436] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 7449 [23:10:04.436] collectAutoImports: response is complete +Info 7450 [23:10:04.436] collectAutoImports: 2.1702199997380376 +Info 7451 [23:10:04.436] getCompletionData: Semantic work: 3.5720769995823503 +Info 7452 [23:10:04.441] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.818843999877572 +Info 7453 [23:10:04.443] Format host information updated +Info 7454 [23:10:04.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7455 [23:10:04.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 7.966238999739289ms +Info 7456 [23:10:04.610] Different program with same set of files +Info 7457 [23:10:04.610] getCompletionData: Get current token: 0.004891999997198582 +Info 7458 [23:10:04.610] getCompletionData: Is inside comment: 0.0011470001190900803 +Info 7459 [23:10:04.610] getCompletionData: Get previous token: 0.02599600050598383 +Info 7460 [23:10:04.610] getCompletionsAtPosition: isCompletionListBlocker: 0.0016479995101690292 +Info 7461 [23:10:04.611] getExportInfoMap: cache hit +Info 7462 [23:10:04.614] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 7463 [23:10:04.614] collectAutoImports: response is complete +Info 7464 [23:10:04.614] collectAutoImports: 2.057900999672711 +Info 7465 [23:10:04.614] getCompletionData: Semantic work: 3.4673769995570183 +Info 7466 [23:10:04.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.466532000340521 +Info 7467 [23:10:04.620] Format host information updated +Info 7468 [23:10:04.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7469 [23:10:04.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 9.071688000112772ms +Info 7470 [23:10:04.630] Different program with same set of files +Info 7471 [23:10:04.630] getCompletionData: Get current token: 0.00531300064176321 +Info 7472 [23:10:04.630] getCompletionData: Is inside comment: 0.0011640004813671112 +Info 7473 [23:10:04.630] getCompletionData: Get previous token: 0.04183000046759844 +Info 7474 [23:10:04.630] getCompletionsAtPosition: isCompletionListBlocker: 0.0021429993212223053 +Info 7475 [23:10:04.632] getExportInfoMap: cache hit +Info 7476 [23:10:04.634] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 7477 [23:10:04.634] collectAutoImports: response is complete +Info 7478 [23:10:04.634] collectAutoImports: 2.0317829996347427 +Info 7479 [23:10:04.634] getCompletionData: Semantic work: 3.950125999748707 +Info 7480 [23:10:04.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.516156999394298 +Info 7481 [23:10:04.640] Format host information updated +Info 7482 [23:10:04.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7483 [23:10:04.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 8.009545999579132ms +Info 7484 [23:10:04.805] Different program with same set of files +Info 7485 [23:10:04.805] getCompletionData: Get current token: 0.0049230000004172325 +Info 7486 [23:10:04.805] getCompletionData: Is inside comment: 0.0011170003563165665 +Info 7487 [23:10:04.805] getCompletionData: Get previous token: 0.025913999415934086 +Info 7488 [23:10:04.805] getCompletionsAtPosition: isCompletionListBlocker: 0.0016519995406270027 +Info 7489 [23:10:04.807] getExportInfoMap: cache hit +Info 7490 [23:10:04.809] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 7491 [23:10:04.809] collectAutoImports: response is complete +Info 7492 [23:10:04.809] collectAutoImports: 2.0893860002979636 +Info 7493 [23:10:04.809] getCompletionData: Semantic work: 3.43047499936074 +Info 7494 [23:10:04.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.740329000167549 +Info 7495 [23:10:04.815] Format host information updated +Info 7496 [23:10:04.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7497 [23:10:04.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 7.873225999996066ms +Info 7498 [23:10:04.984] Different program with same set of files +Info 7499 [23:10:04.984] getCompletionData: Get current token: 0.004951000213623047 +Info 7500 [23:10:04.984] getCompletionData: Is inside comment: 0.0011979993432760239 +Info 7501 [23:10:04.984] getCompletionData: Get previous token: 0.025558000430464745 +Info 7502 [23:10:04.984] getCompletionsAtPosition: isCompletionListBlocker: 0.0016650008037686348 +Info 7503 [23:10:04.986] getExportInfoMap: cache hit +Info 7504 [23:10:04.988] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 7505 [23:10:04.988] collectAutoImports: response is complete +Info 7506 [23:10:04.988] collectAutoImports: 1.8737390004098415 +Info 7507 [23:10:04.988] getCompletionData: Semantic work: 3.2754070004448295 +Info 7508 [23:10:04.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.560362000018358 +Info 7509 [23:10:04.994] Format host information updated +Info 7510 [23:10:05.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7511 [23:10:05.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 8.030043999664485ms +Info 7512 [23:10:05.167] Different program with same set of files +Info 7513 [23:10:05.167] getCompletionData: Get current token: 0.0050140004605054855 +Info 7514 [23:10:05.167] getCompletionData: Is inside comment: 0.0012400001287460327 +Info 7515 [23:10:05.167] getCompletionData: Get previous token: 0.025976999662816525 +Info 7516 [23:10:05.167] getCompletionsAtPosition: isCompletionListBlocker: 0.0015320004895329475 +Info 7517 [23:10:05.169] getExportInfoMap: cache hit +Info 7518 [23:10:05.171] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 7519 [23:10:05.171] collectAutoImports: response is complete +Info 7520 [23:10:05.171] collectAutoImports: 1.778002000413835 +Info 7521 [23:10:05.171] getCompletionData: Semantic work: 3.1758850002661347 +Info 7522 [23:10:05.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.544159000739455 +Info 7523 [23:10:05.177] Format host information updated +Info 7524 [23:10:05.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7525 [23:10:05.187] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 8.326480000279844ms +Info 7526 [23:10:05.187] Different program with same set of files +Info 7527 [23:10:05.187] getCompletionData: Get current token: 0.005556000396609306 +Info 7528 [23:10:05.187] getCompletionData: Is inside comment: 0.0013189995661377907 +Info 7529 [23:10:05.187] getCompletionData: Get previous token: 0.026767000555992126 +Info 7530 [23:10:05.187] getCompletionsAtPosition: isCompletionListBlocker: 0.0021980004385113716 +Info 7531 [23:10:05.190] getExportInfoMap: cache hit +Info 7532 [23:10:05.192] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7533 [23:10:05.192] collectAutoImports: response is complete +Info 7534 [23:10:05.192] collectAutoImports: 1.7608079994097352 +Info 7535 [23:10:05.192] getCompletionData: Semantic work: 5.130280000157654 +Info 7536 [23:10:05.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.677644000388682 +Info 7537 [23:10:05.199] Format host information updated +Info 7538 [23:10:05.360] Format host information updated +Info 7539 [23:10:05.360] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7540 [23:10:05.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 8.08859399985522ms +Info 7541 [23:10:05.368] Different program with same set of files +Info 7542 [23:10:05.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7543 [23:10:05.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 9.640413000248373ms +Info 7544 [23:10:05.574] Different program with same set of files +Info 7545 [23:10:05.574] getCompletionData: Get current token: 0.004712000489234924 +Info 7546 [23:10:05.574] getCompletionData: Is inside comment: 0.0010439995676279068 +Info 7547 [23:10:05.574] getCompletionData: Get previous token: 0.023892000317573547 +Info 7548 [23:10:05.574] getCompletionsAtPosition: isCompletionListBlocker: 0.0062849996611475945 +Info 7549 [23:10:05.576] getExportInfoMap: cache hit +Info 7550 [23:10:05.578] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 50 from cache +Info 7551 [23:10:05.578] collectAutoImports: response is complete +Info 7552 [23:10:05.578] collectAutoImports: 2.3827440002933145 +Info 7553 [23:10:05.578] getCompletionData: Semantic work: 3.86217899993062 +Info 7554 [23:10:05.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.807076000608504 +Info 7555 [23:10:05.585] Format host information updated +Info 7556 [23:10:05.749] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7557 [23:10:05.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 8.128076000139117ms +Info 7558 [23:10:05.757] Different program with same set of files +Info 7559 [23:10:05.757] getCompletionData: Get current token: 0.00486499909311533 +Info 7560 [23:10:05.757] getCompletionData: Is inside comment: 0.0012389998883008957 +Info 7561 [23:10:05.757] getCompletionData: Get previous token: 0.02611800003796816 +Info 7562 [23:10:05.757] getCompletionsAtPosition: isCompletionListBlocker: 0.00583100039511919 +Info 7563 [23:10:05.758] getExportInfoMap: cache hit +Info 7564 [23:10:05.762] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 7565 [23:10:05.762] collectAutoImports: response is complete +Info 7566 [23:10:05.762] collectAutoImports: 3.7535390006378293 +Info 7567 [23:10:05.762] getCompletionData: Semantic work: 5.192262999713421 +Info 7568 [23:10:05.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.913836000487208 +Info 7569 [23:10:05.769] Format host information updated +Info 7570 [23:10:05.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7571 [23:10:05.778] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 7.985384999774396ms +Info 7572 [23:10:05.778] Different program with same set of files +Info 7573 [23:10:05.778] getCompletionData: Get current token: 0.005302999168634415 +Info 7574 [23:10:05.778] getCompletionData: Is inside comment: 0.0011390000581741333 +Info 7575 [23:10:05.778] getCompletionData: Get previous token: 0.027049999684095383 +Info 7576 [23:10:05.778] getCompletionsAtPosition: isCompletionListBlocker: 0.006939000450074673 +Info 7577 [23:10:05.780] getExportInfoMap: cache hit +Info 7578 [23:10:05.781] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7579 [23:10:05.781] collectAutoImports: response is complete +Info 7580 [23:10:05.781] collectAutoImports: 1.7714010002091527 +Info 7581 [23:10:05.781] getCompletionData: Semantic work: 3.143631000071764 +Info 7582 [23:10:05.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.398912999778986 +Info 7583 [23:10:05.789] Format host information updated +Info 7584 [23:10:05.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7585 [23:10:05.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 8.012482999823987ms +Info 7586 [23:10:05.958] Different program with same set of files +Info 7587 [23:10:05.958] getCompletionData: Get current token: 0.004959000274538994 +Info 7588 [23:10:05.958] getCompletionData: Is inside comment: 0.0010669995099306107 +Info 7589 [23:10:05.958] getCompletionData: Get previous token: 0.05067699961364269 +Info 7590 [23:10:05.958] getCompletionsAtPosition: isCompletionListBlocker: 0.006204000674188137 +Info 7591 [23:10:05.959] getExportInfoMap: cache hit +Info 7592 [23:10:05.961] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7593 [23:10:05.961] collectAutoImports: response is complete +Info 7594 [23:10:05.961] collectAutoImports: 1.6018540002405643 +Info 7595 [23:10:05.961] getCompletionData: Semantic work: 2.978970999829471 +Info 7596 [23:10:05.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.848799999803305 +Info 7597 [23:10:05.968] Format host information updated +Info 7598 [23:10:06.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7599 [23:10:06.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 7.767195000313222ms +Info 7600 [23:10:06.136] Different program with same set of files +Info 7601 [23:10:06.136] getCompletionData: Get current token: 0.004825999960303307 +Info 7602 [23:10:06.136] getCompletionData: Is inside comment: 0.0011360002681612968 +Info 7603 [23:10:06.136] getCompletionData: Get previous token: 0.025802000425755978 +Info 7604 [23:10:06.136] getCompletionsAtPosition: isCompletionListBlocker: 0.0055160000920295715 +Info 7605 [23:10:06.138] getExportInfoMap: cache hit +Info 7606 [23:10:06.139] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7607 [23:10:06.139] collectAutoImports: response is complete +Info 7608 [23:10:06.139] collectAutoImports: 1.6714820004999638 +Info 7609 [23:10:06.139] getCompletionData: Semantic work: 3.0102739995345473 +Info 7610 [23:10:06.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.484170000068843 +Info 7611 [23:10:06.146] Format host information updated +Info 7612 [23:10:06.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7613 [23:10:06.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 8.330384000204504ms +Info 7614 [23:10:06.318] Different program with same set of files +Info 7615 [23:10:06.318] getCompletionData: Get current token: 0.004734000191092491 +Info 7616 [23:10:06.318] getCompletionData: Is inside comment: 0.0012029996141791344 +Info 7617 [23:10:06.318] getCompletionData: Get previous token: 0.026724999770522118 +Info 7618 [23:10:06.318] getCompletionsAtPosition: isCompletionListBlocker: 0.005997000262141228 +Info 7619 [23:10:06.319] getExportInfoMap: cache hit +Info 7620 [23:10:06.321] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7621 [23:10:06.321] collectAutoImports: response is complete +Info 7622 [23:10:06.321] collectAutoImports: 1.5350150000303984 +Info 7623 [23:10:06.321] getCompletionData: Semantic work: 2.9117529997602105 +Info 7624 [23:10:06.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6544369999319315 +Info 7625 [23:10:06.328] Format host information updated +Info 7626 [23:10:06.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7627 [23:10:06.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 8.004757000133395ms +Info 7628 [23:10:06.504] Different program with same set of files +Info 7629 [23:10:06.505] getCompletionData: Get current token: 0.005437999963760376 +Info 7630 [23:10:06.505] getCompletionData: Is inside comment: 0.0012189997360110283 +Info 7631 [23:10:06.505] getCompletionData: Get previous token: 0.02724500000476837 +Info 7632 [23:10:06.505] getCompletionsAtPosition: isCompletionListBlocker: 0.0056859999895095825 +Info 7633 [23:10:06.506] getExportInfoMap: cache hit +Info 7634 [23:10:06.508] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7635 [23:10:06.508] collectAutoImports: response is complete +Info 7636 [23:10:06.508] collectAutoImports: 1.6373420003801584 +Info 7637 [23:10:06.508] getCompletionData: Semantic work: 3.058049000799656 +Info 7638 [23:10:06.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.577363999560475 +Info 7639 [23:10:06.515] Format host information updated +Info 7640 [23:10:06.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7641 [23:10:06.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 8.23387200012803ms +Info 7642 [23:10:06.524] Different program with same set of files +Info 7643 [23:10:06.524] getCompletionData: Get current token: 0.005626999773085117 +Info 7644 [23:10:06.524] getCompletionData: Is inside comment: 0.0013390006497502327 +Info 7645 [23:10:06.524] getCompletionData: Get previous token: 0.028649000450968742 +Info 7646 [23:10:06.524] getCompletionsAtPosition: isCompletionListBlocker: 0.006308999843895435 +Info 7647 [23:10:06.525] getExportInfoMap: cache hit +Info 7648 [23:10:06.527] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7649 [23:10:06.527] collectAutoImports: response is complete +Info 7650 [23:10:06.527] collectAutoImports: 1.6417279997840524 +Info 7651 [23:10:06.527] getCompletionData: Semantic work: 3.174298000521958 +Info 7652 [23:10:06.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.5329609997570515 +Info 7653 [23:10:06.533] Format host information updated +Info 7654 [23:10:06.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7655 [23:10:06.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 7.820629000663757ms +Info 7656 [23:10:06.703] Different program with same set of files +Info 7657 [23:10:06.703] getCompletionData: Get current token: 0.007193000055849552 +Info 7658 [23:10:06.703] getCompletionData: Is inside comment: 0.0012029996141791344 +Info 7659 [23:10:06.703] getCompletionData: Get previous token: 0.019545000046491623 +Info 7660 [23:10:06.703] getCompletionsAtPosition: isCompletionListBlocker: 0.002069000154733658 +Info 7661 [23:10:06.704] getExportInfoMap: cache hit +Info 7662 [23:10:06.727] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7663 [23:10:06.727] collectAutoImports: response is complete +Info 7664 [23:10:06.727] collectAutoImports: 22.45107499975711 +Info 7665 [23:10:06.727] getCompletionData: Semantic work: 23.73200700059533 +Info 7666 [23:10:06.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.792618000879884 +Info 7667 [23:10:06.747] Format host information updated +Info 7668 [23:10:06.952] getCompletionData: Get current token: 0.0036759991198778152 +Info 7669 [23:10:06.952] getCompletionData: Is inside comment: 0.01193500030785799 +Info 7670 [23:10:06.952] getCompletionData: Get previous token: 0.020418000407516956 +Info 7671 [23:10:06.952] getCompletionsAtPosition: isCompletionListBlocker: 0.0020590005442500114 +Info 7672 [23:10:06.953] getCompletionData: Semantic work: 0.20582500007003546 +Info 7673 [23:10:06.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07620400004088879 +Info 7674 [23:10:07.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7675 [23:10:07.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 11.139373000711203ms +Info 7676 [23:10:07.014] Different program with same set of files +Info 7677 [23:10:07.014] getCompletionData: Get current token: 0.006512000225484371 +Info 7678 [23:10:07.015] getCompletionData: Is inside comment: 0.01951699983328581 +Info 7679 [23:10:07.015] getCompletionData: Get previous token: 0.015476999804377556 +Info 7680 [23:10:07.015] getCompletionsAtPosition: isCompletionListBlocker: 0.00906899943947792 +Info 7681 [23:10:07.017] getExportInfoMap: cache hit +Info 7682 [23:10:07.044] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7683 [23:10:07.044] collectAutoImports: response is complete +Info 7684 [23:10:07.044] collectAutoImports: 27.333181000314653 +Info 7685 [23:10:07.044] getCompletionData: Semantic work: 29.4922230001539 +Info 7686 [23:10:07.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.793612000532448 +Info 7687 [23:10:07.062] Format host information updated +Info 7688 [23:10:15.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7689 [23:10:15.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 9.07198700029403ms +Info 7690 [23:10:15.697] Different program with same set of files +Info 7691 [23:10:15.697] getCompletionData: Get current token: 0.0025129998102784157 +Info 7692 [23:10:15.697] getCompletionData: Is inside comment: 0.0016270000487565994 +Info 7693 [23:10:15.697] getCompletionData: Get previous token: 0.015316999517381191 +Info 7694 [23:10:15.697] getCompletionsAtPosition: isCompletionListBlocker: 0.0078300004824996 +Info 7695 [23:10:15.698] getExportInfoMap: cache hit +Info 7696 [23:10:15.700] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7697 [23:10:15.700] collectAutoImports: response is complete +Info 7698 [23:10:15.700] collectAutoImports: 1.7258910005912185 +Info 7699 [23:10:15.700] getCompletionData: Semantic work: 3.3226799992844462 +Info 7700 [23:10:15.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.967699999921024 +Info 7701 [23:10:15.708] Format host information updated +Info 7702 [23:10:15.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7703 [23:10:15.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 8.405502000823617ms +Info 7704 [23:10:15.892] Different program with same set of files +Info 7705 [23:10:15.893] getCompletionData: Get current token: 0.0017200000584125519 +Info 7706 [23:10:15.893] getCompletionData: Is inside comment: 0.001299000345170498 +Info 7707 [23:10:15.893] getCompletionData: Get previous token: 0.009278000332415104 +Info 7708 [23:10:15.893] getCompletionsAtPosition: isCompletionListBlocker: 0.006099999882280827 +Info 7709 [23:10:15.894] getExportInfoMap: cache hit +Info 7710 [23:10:15.896] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7711 [23:10:15.896] collectAutoImports: response is complete +Info 7712 [23:10:15.896] collectAutoImports: 1.7596969995647669 +Info 7713 [23:10:15.896] getCompletionData: Semantic work: 3.0845610005781054 +Info 7714 [23:10:15.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1895040003582835 +Info 7715 [23:10:15.903] Format host information updated +Info 7716 [23:10:15.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7717 [23:10:15.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 8.033202000893652ms +Info 7718 [23:10:15.911] Different program with same set of files +Info 7719 [23:10:15.911] getCompletionData: Get current token: 0.001604999415576458 +Info 7720 [23:10:15.911] getCompletionData: Is inside comment: 0.0011509992182254791 +Info 7721 [23:10:15.911] getCompletionData: Get previous token: 0.009085999801754951 +Info 7722 [23:10:15.911] getCompletionsAtPosition: isCompletionListBlocker: 0.0071219997480511665 +Info 7723 [23:10:15.913] getExportInfoMap: cache hit +Info 7724 [23:10:15.914] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7725 [23:10:15.914] collectAutoImports: response is complete +Info 7726 [23:10:15.914] collectAutoImports: 1.7974509997293353 +Info 7727 [23:10:15.914] getCompletionData: Semantic work: 3.2077679997310042 +Info 7728 [23:10:15.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.144032000564039 +Info 7729 [23:10:15.920] Format host information updated +Info 7730 [23:10:16.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7731 [23:10:16.096] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 8.141068999655545ms +Info 7732 [23:10:16.096] Different program with same set of files +Info 7733 [23:10:16.096] getCompletionData: Get current token: 0.0015219999477267265 +Info 7734 [23:10:16.096] getCompletionData: Is inside comment: 0.001168999820947647 +Info 7735 [23:10:16.096] getCompletionData: Get previous token: 0.009695000015199184 +Info 7736 [23:10:16.096] getCompletionsAtPosition: isCompletionListBlocker: 0.005730000324547291 +Info 7737 [23:10:16.098] getExportInfoMap: cache hit +Info 7738 [23:10:16.100] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7739 [23:10:16.100] collectAutoImports: response is complete +Info 7740 [23:10:16.100] collectAutoImports: 1.7356759998947382 +Info 7741 [23:10:16.100] getCompletionData: Semantic work: 3.046292000450194 +Info 7742 [23:10:16.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.988982000388205 +Info 7743 [23:10:16.105] Format host information updated +Info 7744 [23:10:16.106] Format host information updated +Info 7745 [23:10:16.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7746 [23:10:16.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 7.844039000570774ms +Info 7747 [23:10:16.114] Different program with same set of files +Info 7748 [23:10:16.277] Format host information updated +Info 7749 [23:10:29.985] getCompletionData: Get current token: 0.017424999736249447 +Info 7750 [23:10:29.985] getCompletionData: Is inside comment: 0.04187200032174587 +Info 7751 [23:10:29.985] getCompletionData: Get previous token: 0.03589300066232681 +Info 7752 [23:10:29.985] getCompletionsAtPosition: isCompletionListBlocker: 0.0066200001165270805 +Info 7753 [23:10:29.990] getExportInfoMap: cache hit +Info 7754 [23:10:30.022] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7755 [23:10:30.022] collectAutoImports: response is complete +Info 7756 [23:10:30.022] collectAutoImports: 31.968766000121832 +Info 7757 [23:10:30.022] getCompletionData: Semantic work: 37.36673300061375 +Info 7758 [23:10:30.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.101413999684155 +Info 7759 [23:10:30.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7760 [23:10:30.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 10.884300000034273ms +Info 7761 [23:10:30.824] Different program with same set of files +Info 7762 [23:10:30.824] getCompletionData: Get current token: 0.0047610001638531685 +Info 7763 [23:10:30.824] getCompletionData: Is inside comment: 0.0011409996077418327 +Info 7764 [23:10:30.824] getCompletionData: Get previous token: 0.015829999931156635 +Info 7765 [23:10:30.824] getCompletionsAtPosition: isCompletionListBlocker: 0.007145999930799007 +Info 7766 [23:10:30.826] getExportInfoMap: cache hit +Info 7767 [23:10:30.845] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7768 [23:10:30.845] collectAutoImports: response is complete +Info 7769 [23:10:30.845] collectAutoImports: 19.786984000355005 +Info 7770 [23:10:30.845] getCompletionData: Semantic work: 21.316673000343144 +Info 7771 [23:10:30.856] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.73441299982369 +Info 7772 [23:10:30.864] Format host information updated +Info 7773 [23:10:31.032] Format host information updated +Info 7774 [23:10:31.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7775 [23:10:31.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 8.238824999891222ms +Info 7776 [23:10:31.041] Different program with same set of files +Info 7777 [23:10:31.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7778 [23:10:31.215] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 9.683911999687552ms +Info 7779 [23:10:31.215] Different program with same set of files +Info 7780 [23:10:31.215] getCompletionData: Get current token: 0.005386999808251858 +Info 7781 [23:10:31.215] getCompletionData: Is inside comment: 0.001086999662220478 +Info 7782 [23:10:31.215] getCompletionData: Get previous token: 0.013666000217199326 +Info 7783 [23:10:31.215] getCompletionsAtPosition: isCompletionListBlocker: 0.006152000278234482 +Info 7784 [23:10:31.216] getExportInfoMap: cache hit +Info 7785 [23:10:31.236] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7786 [23:10:31.236] collectAutoImports: response is complete +Info 7787 [23:10:31.236] collectAutoImports: 19.4413999998942 +Info 7788 [23:10:31.236] getCompletionData: Semantic work: 20.75616499967873 +Info 7789 [23:10:31.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.176354999653995 +Info 7790 [23:10:31.255] Format host information updated +Info 7791 [23:10:31.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7792 [23:10:31.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 9.453433999791741ms +Info 7793 [23:10:31.436] Different program with same set of files +Info 7794 [23:10:31.436] getCompletionData: Get current token: 0.004909999668598175 +Info 7795 [23:10:31.436] getCompletionData: Is inside comment: 0.0010520005598664284 +Info 7796 [23:10:31.436] getCompletionData: Get previous token: 0.012937000021338463 +Info 7797 [23:10:31.436] getCompletionsAtPosition: isCompletionListBlocker: 0.006076999939978123 +Info 7798 [23:10:31.437] getExportInfoMap: cache hit +Info 7799 [23:10:31.457] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7800 [23:10:31.457] collectAutoImports: response is complete +Info 7801 [23:10:31.457] collectAutoImports: 19.355798999778926 +Info 7802 [23:10:31.457] getCompletionData: Semantic work: 20.7882129997015 +Info 7803 [23:10:31.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.472835999913514 +Info 7804 [23:10:31.475] Format host information updated +Info 7805 [23:10:31.483] Format host information updated +Info 7806 [23:10:31.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7807 [23:10:31.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 10.350785999558866ms +Info 7808 [23:10:31.493] Different program with same set of files +Info 7809 [23:10:32.779] getCompletionData: Get current token: 0.0021970001980662346 +Info 7810 [23:10:32.779] getCompletionData: Is inside comment: 0.007027999497950077 +Info 7811 [23:10:32.779] getCompletionData: Get previous token: 0.0042500002309679985 +Info 7812 [23:10:32.779] getCompletionsAtPosition: isCompletionListBlocker: 0.007828000001609325 +Info 7813 [23:10:32.781] getExportInfoMap: cache hit +Info 7814 [23:10:32.800] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7815 [23:10:32.800] collectAutoImports: response is complete +Info 7816 [23:10:32.800] collectAutoImports: 19.59198100026697 +Info 7817 [23:10:32.800] getCompletionData: Semantic work: 21.387400000356138 +Info 7818 [23:10:32.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.572763999924064 +Info 7819 [23:10:34.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7820 [23:10:34.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 8.131659999489784ms +Info 7821 [23:10:34.013] Different program with same set of files +Info 7822 [23:10:34.013] getCompletionData: Get current token: 0.005427999421954155 +Info 7823 [23:10:34.013] getCompletionData: Is inside comment: 0.009211000055074692 +Info 7824 [23:10:34.013] getCompletionData: Get previous token: 0.005931000225245953 +Info 7825 [23:10:34.013] getCompletionsAtPosition: isCompletionListBlocker: 0.006754000671207905 +Info 7826 [23:10:34.015] getExportInfoMap: cache hit +Info 7827 [23:10:34.038] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7828 [23:10:34.038] collectAutoImports: response is complete +Info 7829 [23:10:34.038] collectAutoImports: 23.013137000612915 +Info 7830 [23:10:34.038] getCompletionData: Semantic work: 24.302470999769866 +Info 7831 [23:10:34.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.930166999809444 +Info 7832 [23:10:34.064] Format host information updated +Info 7833 [23:10:34.275] Format host information updated +Info 7834 [23:10:34.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7835 [23:10:34.285] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 9.370017000474036ms +Info 7836 [23:10:34.285] Different program with same set of files +Info 7837 [23:10:34.285] getCompletionData: Get current token: 0.002508999779820442 +Info 7838 [23:10:34.285] getCompletionData: Is inside comment: 0.008450999855995178 +Info 7839 [23:10:34.285] getCompletionData: Get previous token: 0.005245000123977661 +Info 7840 [23:10:34.285] getCompletionsAtPosition: isCompletionListBlocker: 0.006238000467419624 +Info 7841 [23:10:34.286] getExportInfoMap: cache hit +Info 7842 [23:10:34.310] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7843 [23:10:34.311] collectAutoImports: response is complete +Info 7844 [23:10:34.311] collectAutoImports: 24.15936699975282 +Info 7845 [23:10:34.311] getCompletionData: Semantic work: 25.68296500016004 +Info 7846 [23:10:34.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.827497999183834 +Info 7847 [23:10:34.336] Format host information updated +Info 7848 [23:10:34.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7849 [23:10:34.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 18.47059900034219ms +Info 7850 [23:10:34.528] Different program with same set of files +Info 7851 [23:10:34.529] getCompletionData: Get current token: 0.006878000684082508 +Info 7852 [23:10:34.529] getCompletionData: Is inside comment: 0.012439999729394913 +Info 7853 [23:10:34.529] getCompletionData: Get previous token: 0.008696000091731548 +Info 7854 [23:10:34.529] getCompletionsAtPosition: isCompletionListBlocker: 0.006802999414503574 +Info 7855 [23:10:34.531] getExportInfoMap: cache hit +Info 7856 [23:10:34.582] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7857 [23:10:34.582] collectAutoImports: response is complete +Info 7858 [23:10:34.582] collectAutoImports: 51.26025700010359 +Info 7859 [23:10:34.582] getCompletionData: Semantic work: 53.18752999976277 +Info 7860 [23:10:34.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.90860699955374 +Info 7861 [23:10:34.620] Format host information updated +Info 7862 [23:10:34.785] Format host information updated +Info 7863 [23:10:34.785] Format host information updated +Info 7864 [23:10:34.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7865 [23:10:34.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 9.811956999823451ms +Info 7866 [23:10:34.795] Different program with same set of files +Info 7867 [23:10:34.954] Format host information updated +Info 7868 [23:20:07.657] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7869 [23:20:07.659] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs +Info 7870 [23:20:07.659] Elapsed:: 1.8631189996376634ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7871 [23:20:07.659] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7872 [23:20:07.660] Elapsed:: 1.0111349998041987ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7873 [23:25:59.523] Search path: /home/orion/src/purescript-puppeteer/src +Info 7874 [23:25:59.523] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7875 [23:25:59.527] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7876 [23:25:59.954] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 426.48938599973917ms +Info 7877 [23:25:59.954] Project '/dev/null/inferredProject1*' (Inferred) +Info 7878 [23:25:59.954] Files (108) + +Info 7879 [23:25:59.954] ----------------------------------------------- +Info 7880 [23:25:59.958] AutoImportProviderProject: found 7 root files in 7 dependencies in 2.5830450002104044 ms +Info 7881 [23:25:59.958] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 7882 [23:26:00.428] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 470.4000019999221ms +Info 7883 [23:26:00.428] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7884 [23:26:00.428] Files (189) + +Info 7885 [23:26:00.428] ----------------------------------------------- +Info 7886 [23:26:00.430] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7886 [23:26:00.430] Files (148) + +Info 7886 [23:26:00.430] ----------------------------------------------- +Info 7886 [23:26:00.430] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7886 [23:26:00.430] Files (624) + +Info 7886 [23:26:00.430] ----------------------------------------------- +Info 7886 [23:26:00.430] Project '/dev/null/inferredProject1*' (Inferred) +Info 7886 [23:26:00.430] Files (108) + +Info 7886 [23:26:00.430] ----------------------------------------------- +Info 7886 [23:26:00.430] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7886 [23:26:00.430] Files (189) + +Info 7886 [23:26:00.430] ----------------------------------------------- +Info 7886 [23:26:00.430] Open files: +Info 7886 [23:26:00.430] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7886 [23:26:00.430] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7886 [23:26:00.430] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7886 [23:26:00.430] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7886 [23:26:00.430] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7886 [23:26:00.430] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7886 [23:26:00.430] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7886 [23:26:00.430] Projects: /dev/null/inferredProject1* +Info 7886 [23:26:00.431] Format host information updated +Info 7887 [23:26:00.431] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7888 [23:26:00.431] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.3794469991698861ms +Info 7889 [23:26:00.432] Format host information updated +Info 7890 [23:26:00.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7891 [23:26:00.864] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 173.03419699985534ms +Info 7892 [23:26:00.864] Project '/dev/null/inferredProject1*' (Inferred) +Info 7893 [23:26:00.864] Files (133) + +Info 7894 [23:26:00.864] ----------------------------------------------- +Info 7895 [23:26:00.864] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7896 [23:26:00.864] Files (189) + +Info 7897 [23:26:00.864] ----------------------------------------------- +Info 7898 [23:26:01.431] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7899 [23:26:01.433] Elapsed:: 1.0686179995536804ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 7900 [23:26:01.433] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7901 [23:26:01.433] Elapsed:: 0.1007700003683567ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 7902 [23:26:01.433] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 7903 [23:26:01.433] Ignoring files that are not *.json +Info 7904 [23:26:01.433] Elapsed:: 0.16274300031363964ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 7905 [23:26:01.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7906 [23:26:01.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 703 structureChanged: true structureIsReused:: Not Elapsed: 12.003829999826849ms +Info 7907 [23:26:01.697] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7908 [23:26:01.697] Files (149) + +Info 7909 [23:26:01.697] ----------------------------------------------- +Info 7910 [23:26:01.697] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7911 [23:26:01.697] Files (624) + +Info 7912 [23:26:01.697] ----------------------------------------------- +Info 7913 [23:26:03.932] Before ensureProjectForOpenFiles: +Info 7914 [23:26:03.932] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7914 [23:26:03.932] Files (149) + +Info 7914 [23:26:03.932] ----------------------------------------------- +Info 7914 [23:26:03.932] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7914 [23:26:03.932] Files (624) + +Info 7914 [23:26:03.932] ----------------------------------------------- +Info 7914 [23:26:03.932] Project '/dev/null/inferredProject1*' (Inferred) +Info 7914 [23:26:03.932] Files (133) + +Info 7914 [23:26:03.932] ----------------------------------------------- +Info 7914 [23:26:03.932] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7914 [23:26:03.932] Files (189) + +Info 7914 [23:26:03.932] ----------------------------------------------- +Info 7914 [23:26:03.932] Open files: +Info 7914 [23:26:03.932] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7914 [23:26:03.932] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7914 [23:26:03.932] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7914 [23:26:03.932] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7914 [23:26:03.932] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7914 [23:26:03.932] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7914 [23:26:03.932] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7914 [23:26:03.932] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7914 [23:26:03.932] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7915 [23:26:03.946] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 13.331348999403417ms +Info 7916 [23:26:03.946] Project '/dev/null/inferredProject1*' (Inferred) +Info 7917 [23:26:03.946] Files (132) + +Info 7918 [23:26:03.946] ----------------------------------------------- +Info 7919 [23:26:03.946] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7920 [23:26:03.946] Files (189) + +Info 7921 [23:26:03.946] ----------------------------------------------- +Info 7922 [23:26:03.946] After ensureProjectForOpenFiles: +Info 7923 [23:26:03.946] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 7923 [23:26:03.946] Files (149) + +Info 7923 [23:26:03.946] ----------------------------------------------- +Info 7923 [23:26:03.946] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 7923 [23:26:03.946] Files (624) + +Info 7923 [23:26:03.946] ----------------------------------------------- +Info 7923 [23:26:03.946] Project '/dev/null/inferredProject1*' (Inferred) +Info 7923 [23:26:03.946] Files (132) + +Info 7923 [23:26:03.946] ----------------------------------------------- +Info 7923 [23:26:03.946] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 7923 [23:26:03.946] Files (189) + +Info 7923 [23:26:03.946] ----------------------------------------------- +Info 7923 [23:26:03.946] Open files: +Info 7923 [23:26:03.946] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7923 [23:26:03.946] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7923 [23:26:03.946] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7923 [23:26:03.946] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7923 [23:26:03.946] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7923 [23:26:03.946] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7923 [23:26:03.946] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 7923 [23:26:03.946] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7923 [23:26:03.946] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js +Info 7924 [23:26:04.840] Format host information updated +Info 7925 [23:26:04.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7926 [23:26:04.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 9.97291100025177ms +Info 7927 [23:26:04.850] Different program with same set of files +Info 7928 [23:26:05.466] Format host information updated +Info 7929 [23:26:05.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7930 [23:26:05.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 9.93575800023973ms +Info 7931 [23:26:05.476] Different program with same set of files +Info 7932 [23:26:06.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7933 [23:26:06.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 7.089161000214517ms +Info 7934 [23:26:06.682] Different program with same set of files +Info 7935 [23:26:06.682] getCompletionData: Get current token: 0.00153299979865551 +Info 7936 [23:26:06.682] getCompletionData: Is inside comment: 0.0008640000596642494 +Info 7937 [23:26:06.682] getCompletionData: Get previous token: 0.0057050008326768875 +Info 7938 [23:26:06.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0011479994282126427 +Info 7939 [23:26:06.682] Returning an empty list because completion was requested in an invalid position. +Info 7940 [23:26:06.682] Format host information updated +Info 7941 [23:26:06.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7942 [23:26:06.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 11.092862999998033ms +Info 7943 [23:26:06.935] Different program with same set of files +Info 7944 [23:26:06.935] getCompletionData: Get current token: 0.0009400006383657455 +Info 7945 [23:26:06.935] getCompletionData: Is inside comment: 0.012528999708592892 +Info 7946 [23:26:06.935] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 7947 [23:26:06.935] Format host information updated +Info 7948 [23:26:07.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7949 [23:26:07.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 11.916011000052094ms +Info 7950 [23:26:07.067] Different program with same set of files +Info 7951 [23:26:07.067] getCompletionData: Get current token: 0.002768999896943569 +Info 7952 [23:26:07.067] getCompletionData: Is inside comment: 0.009390000253915787 +Info 7953 [23:26:07.068] Format host information updated +Info 7954 [23:26:07.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7955 [23:26:07.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 9.818199999630451ms +Info 7956 [23:26:07.171] Different program with same set of files +Info 7957 [23:26:07.171] getCompletionData: Get current token: 0.0013889996334910393 +Info 7958 [23:26:07.171] getCompletionData: Is inside comment: 0.0059289997443556786 +Info 7959 [23:26:07.172] Format host information updated +Info 7960 [23:26:07.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7961 [23:26:07.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 6.786679999902844ms +Info 7962 [23:26:07.552] Different program with same set of files +Info 7963 [23:26:07.552] getCompletionData: Get current token: 0.001453000120818615 +Info 7964 [23:26:07.552] getCompletionData: Is inside comment: 0.004635999910533428 +Info 7965 [23:26:07.554] Format host information updated +Info 7966 [23:26:07.707] Format host information updated +Info 7967 [23:26:07.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7968 [23:26:07.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 6.727020000107586ms +Info 7969 [23:26:07.714] Different program with same set of files +Info 7970 [23:26:07.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7971 [23:26:07.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 6.6430870005860925ms +Info 7972 [23:26:07.791] Different program with same set of files +Info 7973 [23:26:07.791] getCompletionData: Get current token: 0.0011199992150068283 +Info 7974 [23:26:07.791] getCompletionData: Is inside comment: 0.0050200000405311584 +Info 7975 [23:26:07.791] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 7976 [23:26:07.791] Format host information updated +Info 7977 [23:26:08.338] Format host information updated +Info 7978 [23:26:08.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7979 [23:26:08.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 9.94458599947393ms +Info 7980 [23:26:08.348] Different program with same set of files +Info 7981 [23:26:08.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7982 [23:26:08.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 6.697718000039458ms +Info 7983 [23:26:08.537] Different program with same set of files +Info 7984 [23:26:08.537] getCompletionData: Get current token: 0.0016469992697238922 +Info 7985 [23:26:08.537] getCompletionData: Is inside comment: 0.005947999656200409 +Info 7986 [23:26:08.537] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 7987 [23:26:08.537] Format host information updated +Info 7988 [23:26:08.878] getCompletionData: Get current token: 0.0017149997875094414 +Info 7989 [23:26:08.878] getCompletionData: Is inside comment: 0.005450999364256859 +Info 7990 [23:26:08.878] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 7991 [23:26:09.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7992 [23:26:09.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 6.781283000484109ms +Info 7993 [23:26:09.199] Different program with same set of files +Info 7994 [23:26:09.199] getCompletionData: Get current token: 0.0012240000069141388 +Info 7995 [23:26:09.199] getCompletionData: Is inside comment: 0.004800000227987766 +Info 7996 [23:26:09.199] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 7997 [23:26:09.200] Format host information updated +Info 7998 [23:26:09.532] Format host information updated +Info 7999 [23:26:09.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8000 [23:26:09.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 6.537062999792397ms +Info 8001 [23:26:09.539] Different program with same set of files +Info 8002 [23:26:10.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8003 [23:26:10.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 6.811033999547362ms +Info 8004 [23:26:10.444] Different program with same set of files +Info 8005 [23:26:10.444] getCompletionData: Get current token: 0.0019430005922913551 +Info 8006 [23:26:10.444] getCompletionData: Is inside comment: 0.006754000671207905 +Info 8007 [23:26:10.445] Format host information updated +Info 8008 [23:26:10.812] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8009 [23:26:10.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 6.167411000467837ms +Info 8010 [23:26:10.818] Different program with same set of files +Info 8011 [23:26:10.818] getCompletionData: Get current token: 0.0017760004848241806 +Info 8012 [23:26:10.818] getCompletionData: Is inside comment: 0.007275000214576721 +Info 8013 [23:26:10.818] Format host information updated +Info 8014 [23:26:10.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8015 [23:26:10.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 5.802813000045717ms +Info 8016 [23:26:10.824] Different program with same set of files +Info 8017 [23:26:10.825] getCompletionData: Get current token: 0.0017389999702572823 +Info 8018 [23:26:10.825] getCompletionData: Is inside comment: 0.026909999549388885 +Info 8019 [23:26:10.827] Format host information updated +Info 8020 [23:26:10.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8021 [23:26:10.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 6.315505000762641ms +Info 8022 [23:26:10.852] Different program with same set of files +Info 8023 [23:26:10.852] getCompletionData: Get current token: 0.0017439993098378181 +Info 8024 [23:26:10.852] getCompletionData: Is inside comment: 0.006345000118017197 +Info 8025 [23:26:10.853] Format host information updated +Info 8026 [23:26:10.928] Format host information updated +Info 8027 [23:26:10.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8028 [23:26:10.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 7.525377000682056ms +Info 8029 [23:26:10.936] Different program with same set of files +Info 8030 [23:26:11.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8031 [23:26:11.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 6.81882799975574ms +Info 8032 [23:26:11.417] Different program with same set of files +Info 8033 [23:26:11.417] getCompletionData: Get current token: 0.0022070007398724556 +Info 8034 [23:26:11.417] getCompletionData: Is inside comment: 0.008371000178158283 +Info 8035 [23:26:11.417] getCompletionData: Get previous token: 0.004218999296426773 +Info 8036 [23:26:11.417] getCompletionsAtPosition: isCompletionListBlocker: 0.0067819999530911446 +Info 8037 [23:26:11.420] AutoImportProviderProject: found 466 root files in 6 dependencies in 0.5296019995585084 ms +Info 8038 [23:26:11.422] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 8039 [23:26:11.423] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.7103760000318289ms +Info 8040 [23:26:11.423] getExportInfoMap: cache miss or empty; calculating new results +Info 8041 [23:26:11.451] forEachExternalModuleToImportFrom autoImportProvider: 16.935379999689758 +Info 8042 [23:26:11.451] getExportInfoMap: done in 31.921533999964595 ms +Info 8043 [23:26:11.508] collectAutoImports: resolved 389 module specifiers, plus 175 ambient and 3497 from cache +Info 8044 [23:26:11.508] collectAutoImports: response is complete +Info 8045 [23:26:11.508] collectAutoImports: 56.891840999946 +Info 8046 [23:26:11.508] getCompletionData: Semantic work: 90.62581199966371 +Info 8047 [23:26:11.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.393911000341177 +Info 8048 [23:26:11.540] Format host information updated +Info 8049 [23:26:11.983] Format host information updated +Info 8050 [23:26:11.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8051 [23:26:11.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 6.810794000513852ms +Info 8052 [23:26:11.990] Different program with same set of files +Info 8053 [23:26:12.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8054 [23:26:12.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 6.925096999853849ms +Info 8055 [23:26:12.629] Different program with same set of files +Info 8056 [23:26:12.629] getCompletionData: Get current token: 0.002191999927163124 +Info 8057 [23:26:12.629] getCompletionData: Is inside comment: 0.007947999984025955 +Info 8058 [23:26:12.630] Format host information updated +Info 8059 [23:26:13.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8060 [23:26:13.096] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 6.778424000367522ms +Info 8061 [23:26:13.096] Different program with same set of files +Info 8062 [23:26:13.096] getCompletionData: Get current token: 0.002062000334262848 +Info 8063 [23:26:13.096] getCompletionData: Is inside comment: 0.008868000470101833 +Info 8064 [23:26:13.096] getCompletionData: Get previous token: 0.005793999880552292 +Info 8065 [23:26:13.096] getCompletionsAtPosition: isCompletionListBlocker: 0.006209999322891235 +Info 8066 [23:26:13.098] getExportInfoMap: cache hit +Info 8067 [23:26:13.125] collectAutoImports: resolved 99 module specifiers, plus 219 ambient and 3024 from cache +Info 8068 [23:26:13.125] collectAutoImports: response is complete +Info 8069 [23:26:13.125] collectAutoImports: 27.66817499976605 +Info 8070 [23:26:13.125] getCompletionData: Semantic work: 28.965611999854445 +Info 8071 [23:26:13.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.773874999955297 +Info 8072 [23:26:13.143] Format host information updated +Info 8073 [23:26:14.356] Format host information updated +Info 8074 [23:26:14.356] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8075 [23:26:14.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 7.12404299993068ms +Info 8076 [23:26:14.363] Different program with same set of files +Info 8077 [23:26:14.949] Format host information updated +Info 8078 [23:26:14.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8079 [23:26:14.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 8.846065999940038ms +Info 8080 [23:26:14.959] Different program with same set of files +Info 8081 [23:26:15.758] getCompletionData: Get current token: 0.0027470001950860023 +Info 8082 [23:26:15.758] getCompletionData: Is inside comment: 0.008451000787317753 +Info 8083 [23:26:15.758] getCompletionData: Get previous token: 0.0056859999895095825 +Info 8084 [23:26:15.758] getCompletionsAtPosition: isCompletionListBlocker: 0.0023429999127984047 +Info 8085 [23:26:15.760] getExportInfoMap: cache hit +Info 8086 [23:26:15.781] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8087 [23:26:15.781] collectAutoImports: response is complete +Info 8088 [23:26:15.781] collectAutoImports: 21.326981999911368 +Info 8089 [23:26:15.781] getCompletionData: Semantic work: 22.648219000548124 +Info 8090 [23:26:15.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.714819999411702 +Info 8091 [23:26:16.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8092 [23:26:16.308] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 9.59658099990338ms +Info 8093 [23:26:16.308] Different program with same set of files +Info 8094 [23:26:16.308] getCompletionData: Get current token: 0.003425000235438347 +Info 8095 [23:26:16.308] getCompletionData: Is inside comment: 0.010863999836146832 +Info 8096 [23:26:16.308] getCompletionData: Get previous token: 0.007443000562489033 +Info 8097 [23:26:16.308] getCompletionsAtPosition: isCompletionListBlocker: 0.0023979991674423218 +Info 8098 [23:26:16.309] getExportInfoMap: cache hit +Info 8099 [23:26:16.333] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8100 [23:26:16.333] collectAutoImports: response is complete +Info 8101 [23:26:16.333] collectAutoImports: 23.490296999923885 +Info 8102 [23:26:16.333] getCompletionData: Semantic work: 24.843973999843 +Info 8103 [23:26:16.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.054122000001371 +Info 8104 [23:26:16.358] Format host information updated +Info 8105 [23:26:16.369] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8106 [23:26:16.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 6.7815099991858006ms +Info 8107 [23:26:16.376] Different program with same set of files +Info 8108 [23:26:16.376] getCompletionData: Get current token: 0.003399999812245369 +Info 8109 [23:26:16.376] getCompletionData: Is inside comment: 0.010089999996125698 +Info 8110 [23:26:16.376] getCompletionData: Get previous token: 0.006792999804019928 +Info 8111 [23:26:16.376] getCompletionsAtPosition: isCompletionListBlocker: 0.0056859999895095825 +Info 8112 [23:26:16.377] getExportInfoMap: cache hit +Info 8113 [23:26:16.399] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8114 [23:26:16.399] collectAutoImports: response is complete +Info 8115 [23:26:16.399] collectAutoImports: 21.500861999578774 +Info 8116 [23:26:16.399] getCompletionData: Semantic work: 22.767734999768436 +Info 8117 [23:26:16.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.695708000101149 +Info 8118 [23:26:16.423] Format host information updated +Info 8119 [23:26:16.479] getCompletionData: Get current token: 0.0034130001440644264 +Info 8120 [23:26:16.479] getCompletionData: Is inside comment: 0.011101000010967255 +Info 8121 [23:26:16.479] getCompletionData: Get previous token: 0.007919000461697578 +Info 8122 [23:26:16.479] getCompletionsAtPosition: isCompletionListBlocker: 0.002433999441564083 +Info 8123 [23:26:16.479] Returning an empty list because completion was requested in an invalid position. +Info 8124 [23:26:16.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8125 [23:26:16.735] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 9.704392000101507ms +Info 8126 [23:26:16.735] Different program with same set of files +Info 8127 [23:26:16.736] getCompletionData: Get current token: 0.0030800001695752144 +Info 8128 [23:26:16.736] getCompletionData: Is inside comment: 0.008684000000357628 +Info 8129 [23:26:16.736] getCompletionData: Get previous token: 0.010811000131070614 +Info 8130 [23:26:16.736] getCompletionsAtPosition: isCompletionListBlocker: 0.0025620004162192345 +Info 8131 [23:26:16.737] getExportInfoMap: cache hit +Info 8132 [23:26:16.739] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 8133 [23:26:16.739] collectAutoImports: response is complete +Info 8134 [23:26:16.739] collectAutoImports: 1.7666490003466606 +Info 8135 [23:26:16.739] getCompletionData: Semantic work: 2.9445839999243617 +Info 8136 [23:26:16.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.749114999547601 +Info 8137 [23:26:16.748] Format host information updated +Info 8138 [23:26:17.158] Format host information updated +Info 8139 [23:26:17.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8140 [23:26:17.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 6.71469600033015ms +Info 8141 [23:26:17.165] Different program with same set of files +Info 8142 [23:26:17.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8143 [23:26:17.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 9.427054000087082ms +Info 8144 [23:26:17.361] Different program with same set of files +Info 8145 [23:26:17.361] getCompletionData: Get current token: 0.003370000049471855 +Info 8146 [23:26:17.361] getCompletionData: Is inside comment: 0.012113000266253948 +Info 8147 [23:26:17.361] getCompletionData: Get previous token: 0.01729300059378147 +Info 8148 [23:26:17.361] getCompletionsAtPosition: isCompletionListBlocker: 0.001780000515282154 +Info 8149 [23:26:17.363] getExportInfoMap: cache hit +Info 8150 [23:26:17.368] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 8151 [23:26:17.368] collectAutoImports: response is complete +Info 8152 [23:26:17.368] collectAutoImports: 5.066763000562787 +Info 8153 [23:26:17.368] getCompletionData: Semantic work: 6.461052999831736 +Info 8154 [23:26:17.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.956236000172794 +Info 8155 [23:26:17.381] Format host information updated +Info 8156 [23:26:17.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8157 [23:26:17.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 10.653882999904454ms +Info 8158 [23:26:17.545] Different program with same set of files +Info 8159 [23:26:17.545] getCompletionData: Get current token: 0.004025000147521496 +Info 8160 [23:26:17.545] getCompletionData: Is inside comment: 0.013436999171972275 +Info 8161 [23:26:17.545] getCompletionData: Get previous token: 0.021270000375807285 +Info 8162 [23:26:17.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0019419994205236435 +Info 8163 [23:26:17.547] getExportInfoMap: cache hit +Info 8164 [23:26:17.549] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 8165 [23:26:17.549] collectAutoImports: response is complete +Info 8166 [23:26:17.549] collectAutoImports: 2.702169000171125 +Info 8167 [23:26:17.549] getCompletionData: Semantic work: 4.167326999828219 +Info 8168 [23:26:17.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.582684999331832 +Info 8169 [23:26:17.561] Format host information updated +Info 8170 [23:26:17.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8171 [23:26:17.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 12.109212000854313ms +Info 8172 [23:26:17.611] Different program with same set of files +Info 8173 [23:26:17.611] getCompletionData: Get current token: 0.006442000158131123 +Info 8174 [23:26:17.611] getCompletionData: Is inside comment: 0.05592299997806549 +Info 8175 [23:26:17.611] getCompletionData: Get previous token: 0.028858999721705914 +Info 8176 [23:26:17.611] getCompletionsAtPosition: isCompletionListBlocker: 0.0029100002720952034 +Info 8177 [23:26:17.613] getExportInfoMap: cache hit +Info 8178 [23:26:17.617] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 8179 [23:26:17.617] collectAutoImports: response is complete +Info 8180 [23:26:17.617] collectAutoImports: 4.169660000130534 +Info 8181 [23:26:17.617] getCompletionData: Semantic work: 6.269169999286532 +Info 8182 [23:26:17.633] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.96331400051713 +Info 8183 [23:26:17.637] Format host information updated +Info 8184 [23:26:17.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8185 [23:26:17.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 10.35916299931705ms +Info 8186 [23:26:17.689] Different program with same set of files +Info 8187 [23:26:17.690] getCompletionData: Get current token: 0.005472999997437 +Info 8188 [23:26:17.690] getCompletionData: Is inside comment: 0.017880000174045563 +Info 8189 [23:26:17.690] getCompletionData: Get previous token: 0.02386500034481287 +Info 8190 [23:26:17.690] getCompletionsAtPosition: isCompletionListBlocker: 0.00244199950248003 +Info 8191 [23:26:17.692] getExportInfoMap: cache hit +Info 8192 [23:26:17.721] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8193 [23:26:17.721] collectAutoImports: response is complete +Info 8194 [23:26:17.721] collectAutoImports: 29.152972999960184 +Info 8195 [23:26:17.721] getCompletionData: Semantic work: 31.01818099990487 +Info 8196 [23:26:17.736] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.16576400026679 +Info 8197 [23:26:17.744] Format host information updated +Info 8198 [23:26:18.060] getCompletionData: Get current token: 0.0035659996792674065 +Info 8199 [23:26:18.060] getCompletionData: Is inside comment: 0.009961999952793121 +Info 8200 [23:26:18.060] getCompletionData: Get previous token: 0.007539000362157822 +Info 8201 [23:26:18.060] getCompletionsAtPosition: isCompletionListBlocker: 0.006089000031352043 +Info 8202 [23:26:18.061] getExportInfoMap: cache hit +Info 8203 [23:26:18.081] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8204 [23:26:18.081] collectAutoImports: response is complete +Info 8205 [23:26:18.081] collectAutoImports: 19.688622999936342 +Info 8206 [23:26:18.081] getCompletionData: Semantic work: 21.04138599988073 +Info 8207 [23:26:18.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.707240999676287 +Info 8208 [23:26:18.107] Format host information updated +Info 8209 [23:26:18.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8210 [23:26:18.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 6.776192999444902ms +Info 8211 [23:26:18.121] Different program with same set of files +Info 8212 [23:26:18.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8213 [23:26:18.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 6.346745000220835ms +Info 8214 [23:26:18.502] Different program with same set of files +Info 8215 [23:26:18.503] getCompletionData: Get current token: 0.002985999919474125 +Info 8216 [23:26:18.503] getCompletionData: Is inside comment: 0.008957999758422375 +Info 8217 [23:26:18.503] getCompletionData: Get previous token: 0.005913999862968922 +Info 8218 [23:26:18.503] getCompletionsAtPosition: isCompletionListBlocker: 0.005030999891459942 +Info 8219 [23:26:18.504] getExportInfoMap: cache hit +Info 8220 [23:26:18.524] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8221 [23:26:18.524] collectAutoImports: response is complete +Info 8222 [23:26:18.524] collectAutoImports: 20.20347800012678 +Info 8223 [23:26:18.524] getCompletionData: Semantic work: 21.35300900042057 +Info 8224 [23:26:18.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.993997000157833 +Info 8225 [23:26:18.547] Format host information updated +Info 8226 [23:26:18.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8227 [23:26:18.768] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 8.80382499936968ms +Info 8228 [23:26:18.768] Different program with same set of files +Info 8229 [23:26:18.768] getCompletionData: Get current token: 0.003011000342667103 +Info 8230 [23:26:18.769] getCompletionData: Is inside comment: 0.009204000234603882 +Info 8231 [23:26:18.769] getCompletionData: Get previous token: 0.006432999856770039 +Info 8232 [23:26:18.769] getCompletionsAtPosition: isCompletionListBlocker: 0.005798999220132828 +Info 8233 [23:26:18.770] getExportInfoMap: cache hit +Info 8234 [23:26:18.791] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8235 [23:26:18.791] collectAutoImports: response is complete +Info 8236 [23:26:18.791] collectAutoImports: 20.831673000007868 +Info 8237 [23:26:18.791] getCompletionData: Semantic work: 22.00159400049597 +Info 8238 [23:26:18.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.981227000243962 +Info 8239 [23:26:18.814] Format host information updated +Info 8240 [23:26:18.822] Format host information updated +Info 8241 [23:26:18.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8242 [23:26:18.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 8.039592999964952ms +Info 8243 [23:26:18.831] Different program with same set of files +Info 8244 [23:26:19.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8245 [23:26:19.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 6.470080000348389ms +Info 8246 [23:26:19.087] Different program with same set of files +Info 8247 [23:26:19.087] getCompletionData: Get current token: 0.0029159998521208763 +Info 8248 [23:26:19.087] getCompletionData: Is inside comment: 0.009843000210821629 +Info 8249 [23:26:19.088] getCompletionData: Get previous token: 0.006532000377774239 +Info 8250 [23:26:19.088] getCompletionsAtPosition: isCompletionListBlocker: 0.005870000459253788 +Info 8251 [23:26:19.089] getExportInfoMap: cache hit +Info 8252 [23:26:19.109] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8253 [23:26:19.109] collectAutoImports: response is complete +Info 8254 [23:26:19.110] collectAutoImports: 20.74376600049436 +Info 8255 [23:26:19.110] getCompletionData: Semantic work: 21.96821799967438 +Info 8256 [23:26:19.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.573742999695241 +Info 8257 [23:26:19.136] Format host information updated +Info 8258 [23:26:19.143] getCompletionData: Get current token: 0.002766999416053295 +Info 8259 [23:26:19.143] getCompletionData: Is inside comment: 0.00975900050252676 +Info 8260 [23:26:19.143] getCompletionData: Get previous token: 0.006930999457836151 +Info 8261 [23:26:19.143] getCompletionsAtPosition: isCompletionListBlocker: 0.0020810002461075783 +Info 8262 [23:26:19.143] Returning an empty list because completion was requested in an invalid position. +Info 8263 [23:26:19.143] Format host information updated +Info 8264 [23:26:19.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8265 [23:26:19.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 7.298693999648094ms +Info 8266 [23:26:19.440] Different program with same set of files +Info 8267 [23:26:19.440] getCompletionData: Get current token: 0.003899000585079193 +Info 8268 [23:26:19.440] getCompletionData: Is inside comment: 0.01203100010752678 +Info 8269 [23:26:19.440] getCompletionData: Get previous token: 0.015323000028729439 +Info 8270 [23:26:19.440] getCompletionsAtPosition: isCompletionListBlocker: 0.0025729993358254433 +Info 8271 [23:26:19.441] getExportInfoMap: cache hit +Info 8272 [23:26:19.443] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 8273 [23:26:19.443] collectAutoImports: response is complete +Info 8274 [23:26:19.443] collectAutoImports: 2.046264000236988 +Info 8275 [23:26:19.443] getCompletionData: Semantic work: 3.4136300003156066 +Info 8276 [23:26:19.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.708692000247538 +Info 8277 [23:26:19.454] Format host information updated +Info 8278 [23:26:19.874] Format host information updated +Info 8279 [23:26:19.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8280 [23:26:19.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 6.346087000332773ms +Info 8281 [23:26:19.883] Different program with same set of files +Info 8282 [23:26:20.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8283 [23:26:20.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 7.835773000493646ms +Info 8284 [23:26:20.262] Different program with same set of files +Info 8285 [23:26:20.262] getCompletionData: Get current token: 0.003260999917984009 +Info 8286 [23:26:20.262] getCompletionData: Is inside comment: 0.011030999943614006 +Info 8287 [23:26:20.262] getCompletionData: Get previous token: 0.015106000006198883 +Info 8288 [23:26:20.262] getCompletionsAtPosition: isCompletionListBlocker: 0.002069000154733658 +Info 8289 [23:26:20.264] getExportInfoMap: cache hit +Info 8290 [23:26:20.267] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 74 from cache +Info 8291 [23:26:20.267] collectAutoImports: response is complete +Info 8292 [23:26:20.267] collectAutoImports: 2.79556000046432 +Info 8293 [23:26:20.267] getCompletionData: Semantic work: 4.314454999752343 +Info 8294 [23:26:20.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.977080000564456 +Info 8295 [23:26:20.276] Format host information updated +Info 8296 [23:26:20.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8297 [23:26:20.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 9.276147000491619ms +Info 8298 [23:26:20.307] Different program with same set of files +Info 8299 [23:26:20.307] getCompletionData: Get current token: 0.003247000277042389 +Info 8300 [23:26:20.307] getCompletionData: Is inside comment: 0.01071999967098236 +Info 8301 [23:26:20.307] getCompletionData: Get previous token: 0.034727999940514565 +Info 8302 [23:26:20.307] getCompletionsAtPosition: isCompletionListBlocker: 0.0018619997426867485 +Info 8303 [23:26:20.308] getExportInfoMap: cache hit +Info 8304 [23:26:20.311] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 74 from cache +Info 8305 [23:26:20.311] collectAutoImports: response is complete +Info 8306 [23:26:20.311] collectAutoImports: 2.2528190007433295 +Info 8307 [23:26:20.311] getCompletionData: Semantic work: 3.61045700032264 +Info 8308 [23:26:20.318] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9988029999658465 +Info 8309 [23:26:20.369] Format host information updated +Info 8310 [23:26:20.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8311 [23:26:20.663] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 6.6027089999988675ms +Info 8312 [23:26:20.663] Different program with same set of files +Info 8313 [23:26:20.664] getCompletionData: Get current token: 0.0030800001695752144 +Info 8314 [23:26:20.664] getCompletionData: Is inside comment: 0.010219000279903412 +Info 8315 [23:26:20.664] getCompletionData: Get previous token: 0.01396000012755394 +Info 8316 [23:26:20.664] getCompletionsAtPosition: isCompletionListBlocker: 0.0017510000616312027 +Info 8317 [23:26:20.665] getExportInfoMap: cache hit +Info 8318 [23:26:20.667] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 8319 [23:26:20.667] collectAutoImports: response is complete +Info 8320 [23:26:20.667] collectAutoImports: 2.0664079999551177 +Info 8321 [23:26:20.667] getCompletionData: Semantic work: 3.3814970003440976 +Info 8322 [23:26:20.674] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.861316000111401 +Info 8323 [23:26:20.677] Format host information updated +Info 8324 [23:26:20.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8325 [23:26:20.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 10.865183000452816ms +Info 8326 [23:26:20.734] Different program with same set of files +Info 8327 [23:26:20.735] getCompletionData: Get current token: 0.004653000272810459 +Info 8328 [23:26:20.735] getCompletionData: Is inside comment: 0.014562999829649925 +Info 8329 [23:26:20.735] getCompletionData: Get previous token: 0.019689000211656094 +Info 8330 [23:26:20.735] getCompletionsAtPosition: isCompletionListBlocker: 0.0020559998229146004 +Info 8331 [23:26:20.736] getExportInfoMap: cache hit +Info 8332 [23:26:20.739] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 8333 [23:26:20.739] collectAutoImports: response is complete +Info 8334 [23:26:20.739] collectAutoImports: 2.5749979997053742 +Info 8335 [23:26:20.739] getCompletionData: Semantic work: 4.120361000299454 +Info 8336 [23:26:20.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.503131999634206 +Info 8337 [23:26:20.752] Format host information updated +Info 8338 [23:26:21.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8339 [23:26:21.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 6.567780999466777ms +Info 8340 [23:26:21.103] Different program with same set of files +Info 8341 [23:26:21.103] getCompletionData: Get current token: 0.00316500011831522 +Info 8342 [23:26:21.103] getCompletionData: Is inside comment: 0.010203000158071518 +Info 8343 [23:26:21.103] getCompletionData: Get previous token: 0.01385900005698204 +Info 8344 [23:26:21.103] getCompletionsAtPosition: isCompletionListBlocker: 0.0018980000168085098 +Info 8345 [23:26:21.104] getExportInfoMap: cache hit +Info 8346 [23:26:21.106] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 8347 [23:26:21.106] collectAutoImports: response is complete +Info 8348 [23:26:21.106] collectAutoImports: 1.9249269999563694 +Info 8349 [23:26:21.106] getCompletionData: Semantic work: 3.4870150005444884 +Info 8350 [23:26:21.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9635830000042915 +Info 8351 [23:26:21.118] Format host information updated +Info 8352 [23:26:21.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8353 [23:26:21.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 6.7932110000401735ms +Info 8354 [23:26:21.166] Different program with same set of files +Info 8355 [23:26:21.166] getCompletionData: Get current token: 0.003877999261021614 +Info 8356 [23:26:21.166] getCompletionData: Is inside comment: 0.012171999551355839 +Info 8357 [23:26:21.166] getCompletionData: Get previous token: 0.01645399909466505 +Info 8358 [23:26:21.167] getCompletionsAtPosition: isCompletionListBlocker: 0.0017440002411603928 +Info 8359 [23:26:21.168] getExportInfoMap: cache hit +Info 8360 [23:26:21.170] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 8361 [23:26:21.170] collectAutoImports: response is complete +Info 8362 [23:26:21.170] collectAutoImports: 2.018881999887526 +Info 8363 [23:26:21.170] getCompletionData: Semantic work: 3.268635000102222 +Info 8364 [23:26:21.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.352022999897599 +Info 8365 [23:26:21.182] Format host information updated +Info 8366 [23:26:21.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8367 [23:26:21.264] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 15.561142000369728ms +Info 8368 [23:26:21.264] Different program with same set of files +Info 8369 [23:26:21.265] getCompletionData: Get current token: 0.010061999782919884 +Info 8370 [23:26:21.265] getCompletionData: Is inside comment: 0.035319000482559204 +Info 8371 [23:26:21.265] getCompletionData: Get previous token: 0.04668499995023012 +Info 8372 [23:26:21.265] getCompletionsAtPosition: isCompletionListBlocker: 0.003955000080168247 +Info 8373 [23:26:21.268] getExportInfoMap: cache hit +Info 8374 [23:26:21.273] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 8375 [23:26:21.273] collectAutoImports: response is complete +Info 8376 [23:26:21.273] collectAutoImports: 5.253468000330031 +Info 8377 [23:26:21.273] getCompletionData: Semantic work: 8.2486899998039 +Info 8378 [23:26:21.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.389828999526799 +Info 8379 [23:26:21.293] Format host information updated +Info 8380 [23:26:21.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8381 [23:26:21.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 12.958716000430286ms +Info 8382 [23:26:21.361] Different program with same set of files +Info 8383 [23:26:21.361] getCompletionData: Get current token: 0.0057749999687075615 +Info 8384 [23:26:21.361] getCompletionData: Is inside comment: 0.017328000627458096 +Info 8385 [23:26:21.361] getCompletionData: Get previous token: 0.026343999430537224 +Info 8386 [23:26:21.361] getCompletionsAtPosition: isCompletionListBlocker: 0.0025040004402399063 +Info 8387 [23:26:21.363] getExportInfoMap: cache hit +Info 8388 [23:26:21.366] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 8389 [23:26:21.366] collectAutoImports: response is complete +Info 8390 [23:26:21.366] collectAutoImports: 2.9475359991192818 +Info 8391 [23:26:21.366] getCompletionData: Semantic work: 4.704527999274433 +Info 8392 [23:26:21.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.475452999584377 +Info 8393 [23:26:21.380] Format host information updated +Info 8394 [23:26:21.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8395 [23:26:21.578] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 12.227570000104606ms +Info 8396 [23:26:21.578] Different program with same set of files +Info 8397 [23:26:21.578] getCompletionData: Get current token: 0.0038559995591640472 +Info 8398 [23:26:21.578] getCompletionData: Is inside comment: 0.01208799984306097 +Info 8399 [23:26:21.578] getCompletionData: Get previous token: 0.008414000272750854 +Info 8400 [23:26:21.578] getCompletionsAtPosition: isCompletionListBlocker: 0.011001000180840492 +Info 8401 [23:26:21.579] getExportInfoMap: cache hit +Info 8402 [23:26:21.601] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8403 [23:26:21.601] collectAutoImports: response is complete +Info 8404 [23:26:21.601] collectAutoImports: 21.80033199954778 +Info 8405 [23:26:21.601] getCompletionData: Semantic work: 23.082280000671744 +Info 8406 [23:26:21.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.068153999745846 +Info 8407 [23:26:21.626] Format host information updated +Info 8408 [23:26:21.673] getCompletionData: Get current token: 0.004763999953866005 +Info 8409 [23:26:21.673] getCompletionData: Is inside comment: 0.020898999646306038 +Info 8410 [23:26:21.674] getCompletionData: Get previous token: 0.010610000230371952 +Info 8411 [23:26:21.674] getCompletionsAtPosition: isCompletionListBlocker: 0.0031380001455545425 +Info 8412 [23:26:21.675] getExportInfoMap: cache hit +Info 8413 [23:26:21.698] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8414 [23:26:21.698] collectAutoImports: response is complete +Info 8415 [23:26:21.698] collectAutoImports: 22.724875000305474 +Info 8416 [23:26:21.698] getCompletionData: Semantic work: 24.14375299960375 +Info 8417 [23:26:21.711] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.254852999933064 +Info 8418 [23:26:21.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8419 [23:26:21.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 6.4663939997553825ms +Info 8420 [23:26:21.921] Different program with same set of files +Info 8421 [23:26:21.921] getCompletionData: Get current token: 0.003667999990284443 +Info 8422 [23:26:21.921] getCompletionData: Is inside comment: 0.012150000780820847 +Info 8423 [23:26:21.921] getCompletionData: Get previous token: 0.023423999547958374 +Info 8424 [23:26:21.921] getCompletionsAtPosition: isCompletionListBlocker: 0.0019169999286532402 +Info 8425 [23:26:21.922] getExportInfoMap: cache hit +Info 8426 [23:26:21.925] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 8427 [23:26:21.925] collectAutoImports: response is complete +Info 8428 [23:26:21.925] collectAutoImports: 2.487851000390947 +Info 8429 [23:26:21.925] getCompletionData: Semantic work: 3.7140119997784495 +Info 8430 [23:26:21.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.745799000374973 +Info 8431 [23:26:21.934] Format host information updated +Info 8432 [23:26:22.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8433 [23:26:22.253] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 6.316194999963045ms +Info 8434 [23:26:22.253] Different program with same set of files +Info 8435 [23:26:22.253] getCompletionData: Get current token: 0.003612999804317951 +Info 8436 [23:26:22.253] getCompletionData: Is inside comment: 0.012382999993860722 +Info 8437 [23:26:22.253] getCompletionData: Get previous token: 0.016649000346660614 +Info 8438 [23:26:22.253] getCompletionsAtPosition: isCompletionListBlocker: 0.0025109993293881416 +Info 8439 [23:26:22.254] getExportInfoMap: cache hit +Info 8440 [23:26:22.256] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8441 [23:26:22.256] collectAutoImports: response is complete +Info 8442 [23:26:22.256] collectAutoImports: 2.2254929998889565 +Info 8443 [23:26:22.256] getCompletionData: Semantic work: 3.4143260000273585 +Info 8444 [23:26:22.266] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.981852000579238 +Info 8445 [23:26:22.269] Format host information updated +Info 8446 [23:26:22.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8447 [23:26:22.278] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 6.832844000309706ms +Info 8448 [23:26:22.278] Different program with same set of files +Info 8449 [23:26:22.279] getCompletionData: Get current token: 0.004172000102698803 +Info 8450 [23:26:22.279] getCompletionData: Is inside comment: 0.01334100030362606 +Info 8451 [23:26:22.279] getCompletionData: Get previous token: 0.016814999282360077 +Info 8452 [23:26:22.279] getCompletionsAtPosition: isCompletionListBlocker: 0.0020840000361204147 +Info 8453 [23:26:22.280] getExportInfoMap: cache hit +Info 8454 [23:26:22.282] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 8455 [23:26:22.282] collectAutoImports: response is complete +Info 8456 [23:26:22.282] collectAutoImports: 1.9467119993641973 +Info 8457 [23:26:22.282] getCompletionData: Semantic work: 3.1345809996128082 +Info 8458 [23:26:22.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.311153999529779 +Info 8459 [23:26:22.294] Format host information updated +Info 8460 [23:26:22.315] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8461 [23:26:22.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 7.078548000194132ms +Info 8462 [23:26:22.322] Different program with same set of files +Info 8463 [23:26:22.322] getCompletionData: Get current token: 0.004264000803232193 +Info 8464 [23:26:22.322] getCompletionData: Is inside comment: 0.012350000441074371 +Info 8465 [23:26:22.322] getCompletionData: Get previous token: 0.0167239997535944 +Info 8466 [23:26:22.322] getCompletionsAtPosition: isCompletionListBlocker: 0.0023440001532435417 +Info 8467 [23:26:22.323] getExportInfoMap: cache hit +Info 8468 [23:26:22.325] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 8469 [23:26:22.325] collectAutoImports: response is complete +Info 8470 [23:26:22.325] collectAutoImports: 1.7577799996361136 +Info 8471 [23:26:22.325] getCompletionData: Semantic work: 2.9186469996348023 +Info 8472 [23:26:22.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.832074999809265 +Info 8473 [23:26:22.334] Format host information updated +Info 8474 [23:26:22.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8475 [23:26:22.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 9.946068999357522ms +Info 8476 [23:26:22.423] Different program with same set of files +Info 8477 [23:26:22.423] getCompletionData: Get current token: 0.0050849998369812965 +Info 8478 [23:26:22.424] getCompletionData: Is inside comment: 0.014986999332904816 +Info 8479 [23:26:22.424] getCompletionData: Get previous token: 0.019977999851107597 +Info 8480 [23:26:22.424] getCompletionsAtPosition: isCompletionListBlocker: 0.002363000065088272 +Info 8481 [23:26:22.425] getExportInfoMap: cache hit +Info 8482 [23:26:22.427] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8483 [23:26:22.427] collectAutoImports: response is complete +Info 8484 [23:26:22.427] collectAutoImports: 1.9825239991769195 +Info 8485 [23:26:22.427] getCompletionData: Semantic work: 3.394520999863744 +Info 8486 [23:26:22.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.167166999541223 +Info 8487 [23:26:22.438] Format host information updated +Info 8488 [23:26:22.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8489 [23:26:22.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 7.050792000256479ms +Info 8490 [23:26:22.535] Different program with same set of files +Info 8491 [23:26:22.535] getCompletionData: Get current token: 0.005009000189602375 +Info 8492 [23:26:22.535] getCompletionData: Is inside comment: 0.015168999321758747 +Info 8493 [23:26:22.536] getCompletionData: Get previous token: 0.020335999317467213 +Info 8494 [23:26:22.536] getCompletionsAtPosition: isCompletionListBlocker: 0.002453000284731388 +Info 8495 [23:26:22.537] getExportInfoMap: cache hit +Info 8496 [23:26:22.542] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8497 [23:26:22.542] collectAutoImports: response is complete +Info 8498 [23:26:22.542] collectAutoImports: 5.137625999748707 +Info 8499 [23:26:22.542] getCompletionData: Semantic work: 6.494635000824928 +Info 8500 [23:26:22.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.38217999972403 +Info 8501 [23:26:22.553] Format host information updated +Info 8502 [23:26:22.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8503 [23:26:22.601] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 10.103101000189781ms +Info 8504 [23:26:22.601] Different program with same set of files +Info 8505 [23:26:22.601] getCompletionData: Get current token: 0.007267000153660774 +Info 8506 [23:26:22.601] getCompletionData: Is inside comment: 0.022854999639093876 +Info 8507 [23:26:22.601] getCompletionData: Get previous token: 0.030036999844014645 +Info 8508 [23:26:22.601] getCompletionsAtPosition: isCompletionListBlocker: 0.0032569998875260353 +Info 8509 [23:26:22.603] getExportInfoMap: cache hit +Info 8510 [23:26:22.637] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8511 [23:26:22.637] collectAutoImports: response is complete +Info 8512 [23:26:22.637] collectAutoImports: 34.4886360000819 +Info 8513 [23:26:22.637] getCompletionData: Semantic work: 36.37283100001514 +Info 8514 [23:26:22.652] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.213871999643743 +Info 8515 [23:26:22.660] Format host information updated +Info 8516 [23:26:23.363] getCompletionData: Get current token: 0.003593999892473221 +Info 8517 [23:26:23.363] getCompletionData: Is inside comment: 0.011228000745177269 +Info 8518 [23:26:23.363] getCompletionData: Get previous token: 0.007686999626457691 +Info 8519 [23:26:23.363] getCompletionsAtPosition: isCompletionListBlocker: 0.012807000428438187 +Info 8520 [23:26:23.364] getExportInfoMap: cache hit +Info 8521 [23:26:23.384] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8522 [23:26:23.384] collectAutoImports: response is complete +Info 8523 [23:26:23.384] collectAutoImports: 20.418184000067413 +Info 8524 [23:26:23.384] getCompletionData: Semantic work: 21.61069400049746 +Info 8525 [23:26:23.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.912271999754012 +Info 8526 [23:26:23.720] getCompletionData: Get current token: 0.003206999972462654 +Info 8527 [23:26:23.720] getCompletionData: Is inside comment: 0.008279000408947468 +Info 8528 [23:26:23.720] getCompletionData: Get previous token: 0.005384000018239021 +Info 8529 [23:26:23.720] getCompletionsAtPosition: isCompletionListBlocker: 0.0067819999530911446 +Info 8530 [23:26:23.721] getExportInfoMap: cache hit +Info 8531 [23:26:23.740] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8532 [23:26:23.740] collectAutoImports: response is complete +Info 8533 [23:26:23.740] collectAutoImports: 18.771478000096977 +Info 8534 [23:26:23.740] getCompletionData: Semantic work: 19.95343399979174 +Info 8535 [23:26:23.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.357387000694871 +Info 8536 [23:26:23.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8537 [23:26:23.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 9.161865999922156ms +Info 8538 [23:26:23.955] Different program with same set of files +Info 8539 [23:26:23.956] getCompletionData: Get current token: 0.0032009994611144066 +Info 8540 [23:26:23.956] getCompletionData: Is inside comment: 0.008415999822318554 +Info 8541 [23:26:23.956] getCompletionData: Get previous token: 0.0055720005184412 +Info 8542 [23:26:23.956] getCompletionsAtPosition: isCompletionListBlocker: 0.005912000313401222 +Info 8543 [23:26:23.957] getExportInfoMap: cache hit +Info 8544 [23:26:23.979] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8545 [23:26:23.979] collectAutoImports: response is complete +Info 8546 [23:26:23.979] collectAutoImports: 22.260080000385642 +Info 8547 [23:26:23.979] getCompletionData: Semantic work: 23.552018999122083 +Info 8548 [23:26:23.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.174483000300825 +Info 8549 [23:26:24.003] Format host information updated +Info 8550 [23:26:24.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8551 [23:26:24.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 6.432823999784887ms +Info 8552 [23:26:24.331] Different program with same set of files +Info 8553 [23:26:24.332] getCompletionData: Get current token: 0.003175000660121441 +Info 8554 [23:26:24.332] getCompletionData: Is inside comment: 0.008811000734567642 +Info 8555 [23:26:24.332] getCompletionData: Get previous token: 0.0056950002908706665 +Info 8556 [23:26:24.332] getCompletionsAtPosition: isCompletionListBlocker: 0.005529999732971191 +Info 8557 [23:26:24.333] getExportInfoMap: cache hit +Info 8558 [23:26:24.357] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8559 [23:26:24.357] collectAutoImports: response is complete +Info 8560 [23:26:24.357] collectAutoImports: 24.556517000310123 +Info 8561 [23:26:24.357] getCompletionData: Semantic work: 25.700717999599874 +Info 8562 [23:26:24.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.995076999999583 +Info 8563 [23:26:24.379] Format host information updated +Info 8564 [23:26:24.387] Format host information updated +Info 8565 [23:26:24.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8566 [23:26:24.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 761 structureChanged: false structureIsReused:: Completely Elapsed: 9.336609999649227ms +Info 8567 [23:26:24.396] Different program with same set of files +Info 8568 [23:26:25.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8569 [23:26:25.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 6.969567999243736ms +Info 8570 [23:26:25.303] Different program with same set of files +Info 8571 [23:26:25.303] getCompletionData: Get current token: 0.003221999853849411 +Info 8572 [23:26:25.303] getCompletionData: Is inside comment: 0.010658999904990196 +Info 8573 [23:26:25.303] getCompletionData: Get previous token: 0.006740999408066273 +Info 8574 [23:26:25.304] getCompletionsAtPosition: isCompletionListBlocker: 0.006308999843895435 +Info 8575 [23:26:25.305] getExportInfoMap: cache hit +Info 8576 [23:26:25.328] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8577 [23:26:25.328] collectAutoImports: response is complete +Info 8578 [23:26:25.328] collectAutoImports: 23.26718600001186 +Info 8579 [23:26:25.328] getCompletionData: Semantic work: 24.611986000090837 +Info 8580 [23:26:25.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.80413500033319 +Info 8581 [23:26:25.352] Format host information updated +Info 8582 [23:26:25.693] getCompletionData: Get current token: 0.0036260001361370087 +Info 8583 [23:26:25.693] getCompletionData: Is inside comment: 0.009513999335467815 +Info 8584 [23:26:25.693] getCompletionData: Get previous token: 0.006500000134110451 +Info 8585 [23:26:25.693] getCompletionsAtPosition: isCompletionListBlocker: 0.0016850000247359276 +Info 8586 [23:26:25.693] Returning an empty list because completion was requested in an invalid position. +Info 8587 [23:26:28.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8588 [23:26:28.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 6.776833000592887ms +Info 8589 [23:26:28.203] Different program with same set of files +Info 8590 [23:26:28.204] getCompletionData: Get current token: 0.003333999775350094 +Info 8591 [23:26:28.204] getCompletionData: Is inside comment: 0.009072000160813332 +Info 8592 [23:26:28.204] getCompletionData: Get previous token: 0.010499999858438969 +Info 8593 [23:26:28.204] getCompletionsAtPosition: isCompletionListBlocker: 0.0022259997203946114 +Info 8594 [23:26:28.205] getExportInfoMap: cache hit +Info 8595 [23:26:28.206] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 8596 [23:26:28.207] collectAutoImports: response is complete +Info 8597 [23:26:28.207] collectAutoImports: 1.677504999563098 +Info 8598 [23:26:28.207] getCompletionData: Semantic work: 2.891525000333786 +Info 8599 [23:26:28.214] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.991353999823332 +Info 8600 [23:26:28.218] Format host information updated +Info 8601 [23:26:28.684] Format host information updated +Info 8602 [23:26:28.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8603 [23:26:28.691] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 6.516015000641346ms +Info 8604 [23:26:28.691] Different program with same set of files +Info 8605 [23:26:31.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8606 [23:26:31.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 6.839221999980509ms +Info 8607 [23:26:31.890] Different program with same set of files +Info 8608 [23:26:31.890] getCompletionData: Get current token: 0.003073999658226967 +Info 8609 [23:26:31.890] getCompletionData: Is inside comment: 0.009151000529527664 +Info 8610 [23:26:31.890] getCompletionData: Get previous token: 0.011896999552845955 +Info 8611 [23:26:31.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0014559999108314514 +Info 8612 [23:26:31.892] getExportInfoMap: cache hit +Info 8613 [23:26:31.895] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 339 from cache +Info 8614 [23:26:31.895] collectAutoImports: response is complete +Info 8615 [23:26:31.895] collectAutoImports: 3.6743860002607107 +Info 8616 [23:26:31.895] getCompletionData: Semantic work: 4.886043000034988 +Info 8617 [23:26:31.903] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.112644999288023 +Info 8618 [23:26:31.910] Format host information updated +Info 8619 [23:26:31.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8620 [23:26:32.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 7.265384000726044ms +Info 8621 [23:26:32.005] Different program with same set of files +Info 8622 [23:26:32.006] getCompletionData: Get current token: 0.0037609999999403954 +Info 8623 [23:26:32.006] getCompletionData: Is inside comment: 0.01083299983292818 +Info 8624 [23:26:32.006] getCompletionData: Get previous token: 0.01403099950402975 +Info 8625 [23:26:32.006] getCompletionsAtPosition: isCompletionListBlocker: 0.002039000391960144 +Info 8626 [23:26:32.007] getExportInfoMap: cache hit +Info 8627 [23:26:32.010] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 167 from cache +Info 8628 [23:26:32.010] collectAutoImports: response is complete +Info 8629 [23:26:32.010] collectAutoImports: 3.247779999859631 +Info 8630 [23:26:32.010] getCompletionData: Semantic work: 4.540613000281155 +Info 8631 [23:26:32.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.813803999684751 +Info 8632 [23:26:32.023] Format host information updated +Info 8633 [23:26:32.136] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8634 [23:26:32.143] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 7.540996000170708ms +Info 8635 [23:26:32.143] Different program with same set of files +Info 8636 [23:26:32.143] getCompletionData: Get current token: 0.004315000027418137 +Info 8637 [23:26:32.143] getCompletionData: Is inside comment: 0.013481000438332558 +Info 8638 [23:26:32.144] getCompletionData: Get previous token: 0.016565999947488308 +Info 8639 [23:26:32.144] getCompletionsAtPosition: isCompletionListBlocker: 0.002040000632405281 +Info 8640 [23:26:32.145] getExportInfoMap: cache hit +Info 8641 [23:26:32.148] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 24 from cache +Info 8642 [23:26:32.148] collectAutoImports: response is complete +Info 8643 [23:26:32.148] collectAutoImports: 2.6879759998992085 +Info 8644 [23:26:32.148] getCompletionData: Semantic work: 4.19174399971962 +Info 8645 [23:26:32.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.954657999798656 +Info 8646 [23:26:32.160] Format host information updated +Info 8647 [23:26:32.207] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8648 [23:26:32.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 17.485158000141382ms +Info 8649 [23:26:32.224] Different program with same set of files +Info 8650 [23:26:32.225] getCompletionData: Get current token: 0.008160000666975975 +Info 8651 [23:26:32.225] getCompletionData: Is inside comment: 0.02254600077867508 +Info 8652 [23:26:32.225] getCompletionData: Get previous token: 0.028508000075817108 +Info 8653 [23:26:32.225] getCompletionsAtPosition: isCompletionListBlocker: 0.0029830001294612885 +Info 8654 [23:26:32.227] getExportInfoMap: cache hit +Info 8655 [23:26:32.231] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 8656 [23:26:32.231] collectAutoImports: response is complete +Info 8657 [23:26:32.231] collectAutoImports: 4.118286000564694 +Info 8658 [23:26:32.231] getCompletionData: Semantic work: 6.438174999319017 +Info 8659 [23:26:32.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.891634999774396 +Info 8660 [23:26:32.246] Format host information updated +Info 8661 [23:26:32.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8662 [23:26:32.597] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 6.14606299996376ms +Info 8663 [23:26:32.597] Different program with same set of files +Info 8664 [23:26:32.597] getCompletionData: Get current token: 0.0036140000447630882 +Info 8665 [23:26:32.597] getCompletionData: Is inside comment: 0.01023200061172247 +Info 8666 [23:26:32.597] getCompletionData: Get previous token: 0.006812999956309795 +Info 8667 [23:26:32.597] getCompletionsAtPosition: isCompletionListBlocker: 0.0020239995792508125 +Info 8668 [23:26:32.598] getExportInfoMap: cache hit +Info 8669 [23:26:32.623] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8670 [23:26:32.623] collectAutoImports: response is complete +Info 8671 [23:26:32.623] collectAutoImports: 25.168709999881685 +Info 8672 [23:26:32.623] getCompletionData: Semantic work: 26.303561000153422 +Info 8673 [23:26:32.636] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.029688999988139 +Info 8674 [23:26:32.644] Format host information updated +Info 8675 [23:26:32.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8676 [23:26:32.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 6.452808000147343ms +Info 8677 [23:26:32.824] Different program with same set of files +Info 8678 [23:26:32.824] getCompletionData: Get current token: 0.0034140003845095634 +Info 8679 [23:26:32.824] getCompletionData: Is inside comment: 0.01029099989682436 +Info 8680 [23:26:32.824] getCompletionData: Get previous token: 0.013768999837338924 +Info 8681 [23:26:32.824] getCompletionsAtPosition: isCompletionListBlocker: 0.002013999968767166 +Info 8682 [23:26:32.825] getExportInfoMap: cache hit +Info 8683 [23:26:32.828] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 8684 [23:26:32.828] collectAutoImports: response is complete +Info 8685 [23:26:32.828] collectAutoImports: 2.3810520004481077 +Info 8686 [23:26:32.828] getCompletionData: Semantic work: 3.6215099999681115 +Info 8687 [23:26:32.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.833759000524879 +Info 8688 [23:26:32.841] Format host information updated +Info 8689 [23:26:32.967] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8690 [23:26:32.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 771 structureChanged: false structureIsReused:: Completely Elapsed: 6.9754969999194145ms +Info 8691 [23:26:32.974] Different program with same set of files +Info 8692 [23:26:32.974] getCompletionData: Get current token: 0.0042229993268847466 +Info 8693 [23:26:32.975] getCompletionData: Is inside comment: 0.015482999384403229 +Info 8694 [23:26:32.975] getCompletionData: Get previous token: 0.017091999761760235 +Info 8695 [23:26:32.975] getCompletionsAtPosition: isCompletionListBlocker: 0.0021519996225833893 +Info 8696 [23:26:32.976] getExportInfoMap: cache hit +Info 8697 [23:26:32.979] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8698 [23:26:32.979] collectAutoImports: response is complete +Info 8699 [23:26:32.979] collectAutoImports: 2.7563460003584623 +Info 8700 [23:26:32.979] getCompletionData: Semantic work: 4.121922000311315 +Info 8701 [23:26:32.988] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.842236999422312 +Info 8702 [23:26:32.994] Format host information updated +Info 8703 [23:26:33.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8704 [23:26:33.112] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 6.424234999343753ms +Info 8705 [23:26:33.112] Different program with same set of files +Info 8706 [23:26:33.112] getCompletionData: Get current token: 0.0035509997978806496 +Info 8707 [23:26:33.112] getCompletionData: Is inside comment: 0.010487999767065048 +Info 8708 [23:26:33.112] getCompletionData: Get previous token: 0.0142639996483922 +Info 8709 [23:26:33.112] getCompletionsAtPosition: isCompletionListBlocker: 0.0020629996433854103 +Info 8710 [23:26:33.113] getExportInfoMap: cache hit +Info 8711 [23:26:33.115] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 8712 [23:26:33.115] collectAutoImports: response is complete +Info 8713 [23:26:33.115] collectAutoImports: 1.913040000014007 +Info 8714 [23:26:33.115] getCompletionData: Semantic work: 3.077961999922991 +Info 8715 [23:26:33.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.896608999930322 +Info 8716 [23:26:33.127] Format host information updated +Info 8717 [23:26:33.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8718 [23:26:33.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 8.80022699944675ms +Info 8719 [23:26:33.250] Different program with same set of files +Info 8720 [23:26:33.250] getCompletionData: Get current token: 0.005472000688314438 +Info 8721 [23:26:33.250] getCompletionData: Is inside comment: 0.015583999454975128 +Info 8722 [23:26:33.250] getCompletionData: Get previous token: 0.01974300015717745 +Info 8723 [23:26:33.250] getCompletionsAtPosition: isCompletionListBlocker: 0.002910999581217766 +Info 8724 [23:26:33.252] getExportInfoMap: cache hit +Info 8725 [23:26:33.254] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 8726 [23:26:33.254] collectAutoImports: response is complete +Info 8727 [23:26:33.254] collectAutoImports: 2.3717150008305907 +Info 8728 [23:26:33.254] getCompletionData: Semantic work: 3.911484000273049 +Info 8729 [23:26:33.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.6475700000301 +Info 8730 [23:26:33.267] Format host information updated +Info 8731 [23:26:33.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8732 [23:26:33.362] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 22.358920000493526ms +Info 8733 [23:26:33.362] Different program with same set of files +Info 8734 [23:26:33.363] getCompletionData: Get current token: 0.010706000030040741 +Info 8735 [23:26:33.363] getCompletionData: Is inside comment: 0.03227899968624115 +Info 8736 [23:26:33.363] getCompletionData: Get previous token: 0.042469000443816185 +Info 8737 [23:26:33.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0052730003371834755 +Info 8738 [23:26:33.366] getExportInfoMap: cache hit +Info 8739 [23:26:33.371] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8740 [23:26:33.371] collectAutoImports: response is complete +Info 8741 [23:26:33.371] collectAutoImports: 4.843407000415027 +Info 8742 [23:26:33.371] getCompletionData: Semantic work: 8.373457999899983 +Info 8743 [23:26:33.385] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.538533000275493 +Info 8744 [23:26:33.389] Format host information updated +Info 8745 [23:26:33.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8746 [23:26:33.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 7.196341000497341ms +Info 8747 [23:26:33.429] Different program with same set of files +Info 8748 [23:26:33.429] getCompletionData: Get current token: 0.004111000336706638 +Info 8749 [23:26:33.429] getCompletionData: Is inside comment: 0.012304000556468964 +Info 8750 [23:26:33.429] getCompletionData: Get previous token: 0.016128000803291798 +Info 8751 [23:26:33.429] getCompletionsAtPosition: isCompletionListBlocker: 0.0022120000794529915 +Info 8752 [23:26:33.431] getExportInfoMap: cache hit +Info 8753 [23:26:33.436] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8754 [23:26:33.436] collectAutoImports: response is complete +Info 8755 [23:26:33.436] collectAutoImports: 5.1468239994719625 +Info 8756 [23:26:33.436] getCompletionData: Semantic work: 6.426642999984324 +Info 8757 [23:26:33.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.8580970000475645 +Info 8758 [23:26:33.446] Format host information updated +Info 8759 [23:26:33.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8760 [23:26:33.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 23.849119000136852ms +Info 8761 [23:26:33.550] Different program with same set of files +Info 8762 [23:26:33.551] getCompletionData: Get current token: 0.01724199950695038 +Info 8763 [23:26:33.551] getCompletionData: Is inside comment: 0.050983999855816364 +Info 8764 [23:26:33.551] getCompletionData: Get previous token: 0.06815699953585863 +Info 8765 [23:26:33.551] getCompletionsAtPosition: isCompletionListBlocker: 0.006985999643802643 +Info 8766 [23:26:33.555] getExportInfoMap: cache hit +Info 8767 [23:26:33.595] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8768 [23:26:33.595] collectAutoImports: response is complete +Info 8769 [23:26:33.595] collectAutoImports: 39.41459200065583 +Info 8770 [23:26:33.595] getCompletionData: Semantic work: 44.043322999961674 +Info 8771 [23:26:33.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.747520999982953 +Info 8772 [23:26:33.617] Format host information updated +Info 8773 [23:26:33.885] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8774 [23:26:33.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 6.315212000161409ms +Info 8775 [23:26:33.892] Different program with same set of files +Info 8776 [23:26:33.892] getCompletionData: Get current token: 0.003872999921441078 +Info 8777 [23:26:33.892] getCompletionData: Is inside comment: 0.010590999387204647 +Info 8778 [23:26:33.892] getCompletionData: Get previous token: 0.007356000132858753 +Info 8779 [23:26:33.892] getCompletionsAtPosition: isCompletionListBlocker: 0.006303000263869762 +Info 8780 [23:26:33.893] getExportInfoMap: cache hit +Info 8781 [23:26:33.915] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8782 [23:26:33.915] collectAutoImports: response is complete +Info 8783 [23:26:33.915] collectAutoImports: 21.763716999441385 +Info 8784 [23:26:33.915] getCompletionData: Semantic work: 22.90725400019437 +Info 8785 [23:26:33.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.238539000041783 +Info 8786 [23:26:33.939] Format host information updated +Info 8787 [23:26:34.286] getCompletionData: Get current token: 0.0028349999338388443 +Info 8788 [23:26:34.286] getCompletionData: Is inside comment: 0.009006999433040619 +Info 8789 [23:26:34.286] getCompletionData: Get previous token: 0.005782000720500946 +Info 8790 [23:26:34.286] getCompletionsAtPosition: isCompletionListBlocker: 0.008113999851047993 +Info 8791 [23:26:34.287] getExportInfoMap: cache hit +Info 8792 [23:26:34.307] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8793 [23:26:34.307] collectAutoImports: response is complete +Info 8794 [23:26:34.307] collectAutoImports: 19.689531999640167 +Info 8795 [23:26:34.307] getCompletionData: Semantic work: 21.16648899950087 +Info 8796 [23:26:34.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.21824700012803 +Info 8797 [23:26:34.746] Format host information updated +Info 8798 [23:26:34.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8799 [23:26:34.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 6.799825000576675ms +Info 8800 [23:26:34.753] Different program with same set of files +Info 8801 [23:26:34.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8802 [23:26:34.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 6.599109999835491ms +Info 8803 [23:26:34.846] Different program with same set of files +Info 8804 [23:26:34.846] getCompletionData: Get current token: 0.002833000384271145 +Info 8805 [23:26:34.846] getCompletionData: Is inside comment: 0.008217999711632729 +Info 8806 [23:26:34.846] getCompletionData: Get previous token: 0.005029999651014805 +Info 8807 [23:26:34.846] getCompletionsAtPosition: isCompletionListBlocker: 0.005234000273048878 +Info 8808 [23:26:34.847] getExportInfoMap: cache hit +Info 8809 [23:26:34.871] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8810 [23:26:34.871] collectAutoImports: response is complete +Info 8811 [23:26:34.871] collectAutoImports: 23.97574600018561 +Info 8812 [23:26:34.871] getCompletionData: Semantic work: 25.12337899953127 +Info 8813 [23:26:34.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.999026999808848 +Info 8814 [23:26:34.892] Format host information updated +Info 8815 [23:26:35.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8816 [23:26:35.211] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 6.582332000136375ms +Info 8817 [23:26:35.211] Different program with same set of files +Info 8818 [23:26:35.211] getCompletionData: Get current token: 0.002783999778330326 +Info 8819 [23:26:35.211] getCompletionData: Is inside comment: 0.008982999250292778 +Info 8820 [23:26:35.211] getCompletionData: Get previous token: 0.005767999216914177 +Info 8821 [23:26:35.211] getCompletionsAtPosition: isCompletionListBlocker: 0.005878999829292297 +Info 8822 [23:26:35.212] getExportInfoMap: cache hit +Info 8823 [23:26:35.234] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8824 [23:26:35.234] collectAutoImports: response is complete +Info 8825 [23:26:35.234] collectAutoImports: 21.363311000168324 +Info 8826 [23:26:35.234] getCompletionData: Semantic work: 22.662650999613106 +Info 8827 [23:26:35.250] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.742696000263095 +Info 8828 [23:26:35.258] Format host information updated +Info 8829 [23:26:35.265] Format host information updated +Info 8830 [23:26:35.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8831 [23:26:35.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 781 structureChanged: false structureIsReused:: Completely Elapsed: 6.53711299970746ms +Info 8832 [23:26:35.272] Different program with same set of files +Info 8833 [23:26:35.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8834 [23:26:35.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 782 structureChanged: false structureIsReused:: Completely Elapsed: 6.688517999835312ms +Info 8835 [23:26:35.299] Different program with same set of files +Info 8836 [23:26:35.299] getCompletionData: Get current token: 0.002803000621497631 +Info 8837 [23:26:35.299] getCompletionData: Is inside comment: 0.008824000135064125 +Info 8838 [23:26:35.299] getCompletionData: Get previous token: 0.011056999675929546 +Info 8839 [23:26:35.299] getCompletionsAtPosition: isCompletionListBlocker: 0.005409000441431999 +Info 8840 [23:26:35.300] getExportInfoMap: cache hit +Info 8841 [23:26:35.309] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 679 from cache +Info 8842 [23:26:35.309] collectAutoImports: response is complete +Info 8843 [23:26:35.309] collectAutoImports: 8.491969000548124 +Info 8844 [23:26:35.309] getCompletionData: Semantic work: 9.787314000539482 +Info 8845 [23:26:35.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.007805000059307 +Info 8846 [23:26:35.320] Format host information updated +Info 8847 [23:26:35.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8848 [23:26:35.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 783 structureChanged: false structureIsReused:: Completely Elapsed: 9.995074999518692ms +Info 8849 [23:26:35.492] Different program with same set of files +Info 8850 [23:26:35.492] getCompletionData: Get current token: 0.002888999879360199 +Info 8851 [23:26:35.492] getCompletionData: Is inside comment: 0.008768999949097633 +Info 8852 [23:26:35.492] getCompletionData: Get previous token: 0.010692999698221684 +Info 8853 [23:26:35.492] getCompletionsAtPosition: isCompletionListBlocker: 0.006020000204443932 +Info 8854 [23:26:35.493] getExportInfoMap: cache hit +Info 8855 [23:26:35.497] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 314 from cache +Info 8856 [23:26:35.497] collectAutoImports: response is complete +Info 8857 [23:26:35.497] collectAutoImports: 3.858581000007689 +Info 8858 [23:26:35.497] getCompletionData: Semantic work: 5.0607160003855824 +Info 8859 [23:26:35.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.544151999987662 +Info 8860 [23:26:35.507] Format host information updated +Info 8861 [23:26:35.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8862 [23:26:35.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 6.510052000172436ms +Info 8863 [23:26:35.708] Different program with same set of files +Info 8864 [23:26:35.708] getCompletionData: Get current token: 0.002961999736726284 +Info 8865 [23:26:35.708] getCompletionData: Is inside comment: 0.008803999982774258 +Info 8866 [23:26:35.708] getCompletionData: Get previous token: 0.010854000225663185 +Info 8867 [23:26:35.708] getCompletionsAtPosition: isCompletionListBlocker: 0.005998000502586365 +Info 8868 [23:26:35.710] getExportInfoMap: cache hit +Info 8869 [23:26:35.712] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 42 from cache +Info 8870 [23:26:35.712] collectAutoImports: response is complete +Info 8871 [23:26:35.712] collectAutoImports: 2.380072000436485 +Info 8872 [23:26:35.712] getCompletionData: Semantic work: 3.5490769995376468 +Info 8873 [23:26:35.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.877652999944985 +Info 8874 [23:26:35.721] Format host information updated +Info 8875 [23:26:35.847] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8876 [23:26:35.856] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 9.755095000378788ms +Info 8877 [23:26:35.856] Different program with same set of files +Info 8878 [23:26:35.857] getCompletionData: Get current token: 0.003575999289751053 +Info 8879 [23:26:35.857] getCompletionData: Is inside comment: 0.033970000222325325 +Info 8880 [23:26:35.857] getCompletionData: Get previous token: 0.013674999587237835 +Info 8881 [23:26:35.857] getCompletionsAtPosition: isCompletionListBlocker: 0.006347999908030033 +Info 8882 [23:26:35.858] getExportInfoMap: cache hit +Info 8883 [23:26:35.861] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 8884 [23:26:35.861] collectAutoImports: response is complete +Info 8885 [23:26:35.861] collectAutoImports: 2.5009180000051856 +Info 8886 [23:26:35.861] getCompletionData: Semantic work: 3.979504999704659 +Info 8887 [23:26:35.869] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.439627000130713 +Info 8888 [23:26:35.872] Format host information updated +Info 8889 [23:26:36.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8890 [23:26:36.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 6.540930999442935ms +Info 8891 [23:26:36.229] Different program with same set of files +Info 8892 [23:26:36.230] getCompletionData: Get current token: 0.0027240002527832985 +Info 8893 [23:26:36.230] getCompletionData: Is inside comment: 0.009537000209093094 +Info 8894 [23:26:36.230] getCompletionData: Get previous token: 0.0063760001212358475 +Info 8895 [23:26:36.230] getCompletionsAtPosition: isCompletionListBlocker: 0.0062950002029538155 +Info 8896 [23:26:36.231] getExportInfoMap: cache hit +Info 8897 [23:26:36.253] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8898 [23:26:36.253] collectAutoImports: response is complete +Info 8899 [23:26:36.253] collectAutoImports: 21.846487999893725 +Info 8900 [23:26:36.253] getCompletionData: Semantic work: 23.024806999601424 +Info 8901 [23:26:36.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.139747000299394 +Info 8902 [23:26:36.277] Format host information updated +Info 8903 [23:26:36.292] getCompletionData: Get current token: 0.0036080004647374153 +Info 8904 [23:26:36.292] getCompletionData: Is inside comment: 0.0389809999614954 +Info 8905 [23:26:36.292] getCompletionData: Get previous token: 0.006911000236868858 +Info 8906 [23:26:36.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0025129998102784157 +Info 8907 [23:26:36.294] getExportInfoMap: cache hit +Info 8908 [23:26:36.314] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8909 [23:26:36.314] collectAutoImports: response is complete +Info 8910 [23:26:36.314] collectAutoImports: 20.080610999837518 +Info 8911 [23:26:36.314] getCompletionData: Semantic work: 21.324789999984205 +Info 8912 [23:26:36.327] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.980697000399232 +Info 8913 [23:26:36.337] Format host information updated +Info 8914 [23:26:36.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8915 [23:26:36.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 6.404987000860274ms +Info 8916 [23:26:36.695] Different program with same set of files +Info 8917 [23:26:36.695] getCompletionData: Get current token: 0.003522999584674835 +Info 8918 [23:26:36.695] getCompletionData: Is inside comment: 0.010598999448120594 +Info 8919 [23:26:36.695] getCompletionData: Get previous token: 0.012142999097704887 +Info 8920 [23:26:36.695] getCompletionsAtPosition: isCompletionListBlocker: 0.0019439999014139175 +Info 8921 [23:26:36.696] getExportInfoMap: cache hit +Info 8922 [23:26:36.698] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 31 from cache +Info 8923 [23:26:36.698] collectAutoImports: response is complete +Info 8924 [23:26:36.698] collectAutoImports: 2.0449689999222755 +Info 8925 [23:26:36.698] getCompletionData: Semantic work: 3.213685999624431 +Info 8926 [23:26:36.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.802794999442995 +Info 8927 [23:26:36.711] Format host information updated +Info 8928 [23:26:36.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8929 [23:26:36.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 7.212100000120699ms +Info 8930 [23:26:36.762] Different program with same set of files +Info 8931 [23:26:36.762] getCompletionData: Get current token: 0.003930000588297844 +Info 8932 [23:26:36.762] getCompletionData: Is inside comment: 0.012043999508023262 +Info 8933 [23:26:36.762] getCompletionData: Get previous token: 0.013881999999284744 +Info 8934 [23:26:36.762] getCompletionsAtPosition: isCompletionListBlocker: 0.00240899994969368 +Info 8935 [23:26:36.763] getExportInfoMap: cache hit +Info 8936 [23:26:36.765] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 17 from cache +Info 8937 [23:26:36.765] collectAutoImports: response is complete +Info 8938 [23:26:36.765] collectAutoImports: 2.0680059995502234 +Info 8939 [23:26:36.765] getCompletionData: Semantic work: 3.3755940003320575 +Info 8940 [23:26:36.773] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.561274000443518 +Info 8941 [23:26:36.778] Format host information updated +Info 8942 [23:26:36.815] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8943 [23:26:36.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 7.230581999756396ms +Info 8944 [23:26:36.822] Different program with same set of files +Info 8945 [23:26:36.822] getCompletionData: Get current token: 0.00486999936401844 +Info 8946 [23:26:36.822] getCompletionData: Is inside comment: 0.012346000410616398 +Info 8947 [23:26:36.822] getCompletionData: Get previous token: 0.014587000012397766 +Info 8948 [23:26:36.822] getCompletionsAtPosition: isCompletionListBlocker: 0.0027489997446537018 +Info 8949 [23:26:36.823] getExportInfoMap: cache hit +Info 8950 [23:26:36.848] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8951 [23:26:36.848] collectAutoImports: response is complete +Info 8952 [23:26:36.848] collectAutoImports: 24.59678199980408 +Info 8953 [23:26:36.848] getCompletionData: Semantic work: 25.9134369995445 +Info 8954 [23:26:36.865] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.68161499965936 +Info 8955 [23:26:36.873] Format host information updated +Info 8956 [23:26:37.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8957 [23:26:37.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 7.795509999617934ms +Info 8958 [23:26:37.850] Different program with same set of files +Info 8959 [23:26:37.851] getCompletionData: Get current token: 0.004754999652504921 +Info 8960 [23:26:37.851] getCompletionData: Is inside comment: 0.013158000074326992 +Info 8961 [23:26:37.851] getCompletionData: Get previous token: 0.008772000670433044 +Info 8962 [23:26:37.851] getCompletionsAtPosition: isCompletionListBlocker: 0.002477000467479229 +Info 8963 [23:26:37.852] getExportInfoMap: cache hit +Info 8964 [23:26:37.876] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8965 [23:26:37.876] collectAutoImports: response is complete +Info 8966 [23:26:37.876] collectAutoImports: 24.25852300040424 +Info 8967 [23:26:37.876] getCompletionData: Semantic work: 25.672125999815762 +Info 8968 [23:26:37.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.707846999168396 +Info 8969 [23:26:37.901] Format host information updated +Info 8970 [23:26:38.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8971 [23:26:38.241] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 10.62293600011617ms +Info 8972 [23:26:38.241] Different program with same set of files +Info 8973 [23:26:38.241] getCompletionData: Get current token: 0.023389999754726887 +Info 8974 [23:26:38.241] getCompletionData: Is inside comment: 0.010220999829471111 +Info 8975 [23:26:38.241] getCompletionData: Get previous token: 0.012647000141441822 +Info 8976 [23:26:38.241] getCompletionsAtPosition: isCompletionListBlocker: 0.002338000573217869 +Info 8977 [23:26:38.242] getExportInfoMap: cache hit +Info 8978 [23:26:38.245] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 157 from cache +Info 8979 [23:26:38.245] collectAutoImports: response is complete +Info 8980 [23:26:38.245] collectAutoImports: 2.9547319998964667 +Info 8981 [23:26:38.245] getCompletionData: Semantic work: 4.164721000008285 +Info 8982 [23:26:38.252] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.889285000041127 +Info 8983 [23:26:38.255] Format host information updated +Info 8984 [23:26:38.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8985 [23:26:38.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 6.388159000314772ms +Info 8986 [23:26:38.363] Different program with same set of files +Info 8987 [23:26:38.363] getCompletionData: Get current token: 0.003487999550998211 +Info 8988 [23:26:38.363] getCompletionData: Is inside comment: 0.010215000249445438 +Info 8989 [23:26:38.363] getCompletionData: Get previous token: 0.012397999875247478 +Info 8990 [23:26:38.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0022669993340969086 +Info 8991 [23:26:38.364] getExportInfoMap: cache hit +Info 8992 [23:26:38.386] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8993 [23:26:38.386] collectAutoImports: response is complete +Info 8994 [23:26:38.386] collectAutoImports: 20.96418199967593 +Info 8995 [23:26:38.386] getCompletionData: Semantic work: 22.167561000213027 +Info 8996 [23:26:38.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.107485000044107 +Info 8997 [23:26:38.411] Format host information updated +Info 8998 [23:26:39.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8999 [23:26:39.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 8.005459999665618ms +Info 9000 [23:26:39.091] Different program with same set of files +Info 9001 [23:26:39.092] getCompletionData: Get current token: 0.005172000266611576 +Info 9002 [23:26:39.092] getCompletionData: Is inside comment: 0.014866000041365623 +Info 9003 [23:26:39.092] getCompletionData: Get previous token: 0.01009300071746111 +Info 9004 [23:26:39.092] getCompletionsAtPosition: isCompletionListBlocker: 0.0027390001341700554 +Info 9005 [23:26:39.093] getExportInfoMap: cache hit +Info 9006 [23:26:39.122] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9007 [23:26:39.122] collectAutoImports: response is complete +Info 9008 [23:26:39.122] collectAutoImports: 28.87902000080794 +Info 9009 [23:26:39.122] getCompletionData: Semantic work: 30.47465900052339 +Info 9010 [23:26:39.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.154405999928713 +Info 9011 [23:26:39.148] Format host information updated +Info 9012 [23:26:39.162] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9013 [23:26:39.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 8.145677000284195ms +Info 9014 [23:26:39.170] Different program with same set of files +Info 9015 [23:26:39.170] getCompletionData: Get current token: 0.003811999224126339 +Info 9016 [23:26:39.170] getCompletionData: Is inside comment: 0.010231999680399895 +Info 9017 [23:26:39.170] getCompletionData: Get previous token: 0.012534000910818577 +Info 9018 [23:26:39.170] getCompletionsAtPosition: isCompletionListBlocker: 0.002230999991297722 +Info 9019 [23:26:39.172] getExportInfoMap: cache hit +Info 9020 [23:26:39.174] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 9021 [23:26:39.174] collectAutoImports: response is complete +Info 9022 [23:26:39.174] collectAutoImports: 2.4323420003056526 +Info 9023 [23:26:39.174] getCompletionData: Semantic work: 3.8491960000246763 +Info 9024 [23:26:39.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.107124000787735 +Info 9025 [23:26:39.186] Format host information updated +Info 9026 [23:26:39.561] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9027 [23:26:39.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 6.275144999846816ms +Info 9028 [23:26:39.568] Different program with same set of files +Info 9029 [23:26:39.568] getCompletionData: Get current token: 0.0034849997609853745 +Info 9030 [23:26:39.568] getCompletionData: Is inside comment: 0.010196000337600708 +Info 9031 [23:26:39.568] getCompletionData: Get previous token: 0.012381999753415585 +Info 9032 [23:26:39.568] getCompletionsAtPosition: isCompletionListBlocker: 0.0019420003518462181 +Info 9033 [23:26:39.573] getExportInfoMap: cache hit +Info 9034 [23:26:39.575] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 9035 [23:26:39.575] collectAutoImports: response is complete +Info 9036 [23:26:39.575] collectAutoImports: 2.265615999698639 +Info 9037 [23:26:39.575] getCompletionData: Semantic work: 7.028335999697447 +Info 9038 [23:26:39.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.014332000166178 +Info 9039 [23:26:39.588] Format host information updated +Info 9040 [23:26:39.589] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9041 [23:26:39.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 14.019464999437332ms +Info 9042 [23:26:39.603] Different program with same set of files +Info 9043 [23:26:39.603] getCompletionData: Get current token: 0.004278000444173813 +Info 9044 [23:26:39.603] getCompletionData: Is inside comment: 0.011992000043392181 +Info 9045 [23:26:39.604] getCompletionData: Get previous token: 0.013034000061452389 +Info 9046 [23:26:39.604] getCompletionsAtPosition: isCompletionListBlocker: 0.0027809999883174896 +Info 9047 [23:26:39.606] getExportInfoMap: cache hit +Info 9048 [23:26:39.609] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 9049 [23:26:39.609] collectAutoImports: response is complete +Info 9050 [23:26:39.609] collectAutoImports: 3.047590999864042 +Info 9051 [23:26:39.609] getCompletionData: Semantic work: 5.144005999900401 +Info 9052 [23:26:39.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.718276999890804 +Info 9053 [23:26:39.631] Format host information updated +Info 9054 [23:26:39.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9055 [23:26:39.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 26.5571600003168ms +Info 9056 [23:26:39.688] Different program with same set of files +Info 9057 [23:26:39.688] getCompletionData: Get current token: 0.00414000079035759 +Info 9058 [23:26:39.688] getCompletionData: Is inside comment: 0.03274800069630146 +Info 9059 [23:26:39.688] getCompletionData: Get previous token: 0.027050000615417957 +Info 9060 [23:26:39.688] getCompletionsAtPosition: isCompletionListBlocker: 0.00267999991774559 +Info 9061 [23:26:39.690] getExportInfoMap: cache hit +Info 9062 [23:26:39.692] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 9063 [23:26:39.692] collectAutoImports: response is complete +Info 9064 [23:26:39.692] collectAutoImports: 2.6590630002319813 +Info 9065 [23:26:39.692] getCompletionData: Semantic work: 4.328809000551701 +Info 9066 [23:26:39.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.816040999256074 +Info 9067 [23:26:39.717] Format host information updated +Info 9068 [23:26:39.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9069 [23:26:39.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 798 structureChanged: false structureIsReused:: Completely Elapsed: 11.299076000228524ms +Info 9070 [23:26:39.871] Different program with same set of files +Info 9071 [23:26:39.871] getCompletionData: Get current token: 0.006695999763906002 +Info 9072 [23:26:39.871] getCompletionData: Is inside comment: 0.01973600033670664 +Info 9073 [23:26:39.871] getCompletionData: Get previous token: 0.02401100005954504 +Info 9074 [23:26:39.872] getCompletionsAtPosition: isCompletionListBlocker: 0.003713000565767288 +Info 9075 [23:26:39.874] getExportInfoMap: cache hit +Info 9076 [23:26:39.877] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9077 [23:26:39.877] collectAutoImports: response is complete +Info 9078 [23:26:39.877] collectAutoImports: 3.1100670006126165 +Info 9079 [23:26:39.877] getCompletionData: Semantic work: 5.165508000180125 +Info 9080 [23:26:39.888] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.594926000572741 +Info 9081 [23:26:39.892] Format host information updated +Info 9082 [23:26:40.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9083 [23:26:40.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 799 structureChanged: false structureIsReused:: Completely Elapsed: 6.702658999711275ms +Info 9084 [23:26:40.014] Different program with same set of files +Info 9085 [23:26:40.014] getCompletionData: Get current token: 0.003979000262916088 +Info 9086 [23:26:40.014] getCompletionData: Is inside comment: 0.011043999344110489 +Info 9087 [23:26:40.014] getCompletionData: Get previous token: 0.013709000311791897 +Info 9088 [23:26:40.014] getCompletionsAtPosition: isCompletionListBlocker: 0.0022439993917942047 +Info 9089 [23:26:40.019] getExportInfoMap: cache hit +Info 9090 [23:26:40.020] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9091 [23:26:40.020] collectAutoImports: response is complete +Info 9092 [23:26:40.020] collectAutoImports: 1.7635199995711446 +Info 9093 [23:26:40.020] getCompletionData: Semantic work: 6.238539000041783 +Info 9094 [23:26:40.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.009452999569476 +Info 9095 [23:26:40.030] Format host information updated +Info 9096 [23:26:40.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9097 [23:26:40.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 15.81044099945575ms +Info 9098 [23:26:40.246] Different program with same set of files +Info 9099 [23:26:40.247] getCompletionData: Get current token: 0.005442999303340912 +Info 9100 [23:26:40.247] getCompletionData: Is inside comment: 0.015765000134706497 +Info 9101 [23:26:40.247] getCompletionData: Get previous token: 0.01786900032311678 +Info 9102 [23:26:40.247] getCompletionsAtPosition: isCompletionListBlocker: 0.0028200000524520874 +Info 9103 [23:26:40.248] getExportInfoMap: cache hit +Info 9104 [23:26:40.251] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9105 [23:26:40.251] collectAutoImports: response is complete +Info 9106 [23:26:40.251] collectAutoImports: 2.4483430003747344 +Info 9107 [23:26:40.251] getCompletionData: Semantic work: 4.13260000012815 +Info 9108 [23:26:40.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.437993000261486 +Info 9109 [23:26:40.262] Format host information updated +Info 9110 [23:26:40.405] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9111 [23:26:40.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 26.454365000128746ms +Info 9112 [23:26:40.432] Different program with same set of files +Info 9113 [23:26:40.432] getCompletionData: Get current token: 0.012768999673426151 +Info 9114 [23:26:40.432] getCompletionData: Is inside comment: 0.03513900004327297 +Info 9115 [23:26:40.432] getCompletionData: Get previous token: 0.04204599931836128 +Info 9116 [23:26:40.432] getCompletionsAtPosition: isCompletionListBlocker: 0.005690000019967556 +Info 9117 [23:26:40.436] getExportInfoMap: cache hit +Info 9118 [23:26:40.440] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9119 [23:26:40.440] collectAutoImports: response is complete +Info 9120 [23:26:40.440] collectAutoImports: 4.402230999432504 +Info 9121 [23:26:40.440] getCompletionData: Semantic work: 7.834614999592304 +Info 9122 [23:26:40.455] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.59416799992323 +Info 9123 [23:26:40.458] Format host information updated +Info 9124 [23:26:40.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9125 [23:26:40.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 7.714541999623179ms +Info 9126 [23:26:40.505] Different program with same set of files +Info 9127 [23:26:40.506] getCompletionData: Get current token: 0.005009000189602375 +Info 9128 [23:26:40.506] getCompletionData: Is inside comment: 0.013346000574529171 +Info 9129 [23:26:40.506] getCompletionData: Get previous token: 0.016126999631524086 +Info 9130 [23:26:40.506] getCompletionsAtPosition: isCompletionListBlocker: 0.002515999600291252 +Info 9131 [23:26:40.507] getExportInfoMap: cache hit +Info 9132 [23:26:40.509] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9133 [23:26:40.509] collectAutoImports: response is complete +Info 9134 [23:26:40.509] collectAutoImports: 2.134131000377238 +Info 9135 [23:26:40.509] getCompletionData: Semantic work: 3.5548729998990893 +Info 9136 [23:26:40.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.237355999648571 +Info 9137 [23:26:40.521] Format host information updated +Info 9138 [23:26:40.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9139 [23:26:40.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 8.095526999793947ms +Info 9140 [23:26:40.567] Different program with same set of files +Info 9141 [23:26:40.567] getCompletionData: Get current token: 0.00522099994122982 +Info 9142 [23:26:40.567] getCompletionData: Is inside comment: 0.014260999858379364 +Info 9143 [23:26:40.567] getCompletionData: Get previous token: 0.01718199998140335 +Info 9144 [23:26:40.567] getCompletionsAtPosition: isCompletionListBlocker: 0.0026010004803538322 +Info 9145 [23:26:40.569] getExportInfoMap: cache hit +Info 9146 [23:26:40.593] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9147 [23:26:40.593] collectAutoImports: response is complete +Info 9148 [23:26:40.593] collectAutoImports: 24.710068000480533 +Info 9149 [23:26:40.593] getCompletionData: Semantic work: 26.18011699989438 +Info 9150 [23:26:40.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.201470999978483 +Info 9151 [23:26:40.616] Format host information updated +Info 9152 [23:26:42.431] Format host information updated +Info 9153 [23:26:42.431] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9154 [23:26:42.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 6.460807999596ms +Info 9155 [23:26:42.438] Different program with same set of files +Info 9156 [23:26:45.339] Format host information updated +Info 9157 [23:26:45.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9158 [23:26:45.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 805 structureChanged: false structureIsReused:: Completely Elapsed: 9.058397999964654ms +Info 9159 [23:26:45.349] Different program with same set of files +Info 9160 [23:26:45.732] Format host information updated +Info 9161 [23:26:45.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9162 [23:26:45.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 6.306832000613213ms +Info 9163 [23:26:45.738] Different program with same set of files +Info 9164 [23:26:46.632] Format host information updated +Info 9165 [23:26:46.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9166 [23:26:46.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 6.883762999437749ms +Info 9167 [23:26:46.639] Different program with same set of files +Info 9168 [23:26:47.018] Format host information updated +Info 9169 [23:26:47.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9170 [23:26:47.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 6.220264000818133ms +Info 9171 [23:26:47.025] Different program with same set of files +Info 9172 [23:26:47.299] Format host information updated +Info 9173 [23:26:47.299] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9174 [23:26:47.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 7.628080000169575ms +Info 9175 [23:26:47.307] Different program with same set of files +Info 9176 [23:26:47.646] getCompletionData: Get current token: 0.0020430004224181175 +Info 9177 [23:26:47.646] getCompletionData: Is inside comment: 0.0065379999577999115 +Info 9178 [23:26:47.646] getCompletionData: Get previous token: 0.003735000267624855 +Info 9179 [23:26:47.646] getCompletionsAtPosition: isCompletionListBlocker: 0.005822999402880669 +Info 9180 [23:26:47.648] getExportInfoMap: cache hit +Info 9181 [23:26:47.667] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9182 [23:26:47.667] collectAutoImports: response is complete +Info 9183 [23:26:47.667] collectAutoImports: 19.649241999723017 +Info 9184 [23:26:47.667] getCompletionData: Semantic work: 20.803181000053883 +Info 9185 [23:26:47.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.832276999950409 +Info 9186 [23:26:48.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9187 [23:26:48.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 810 structureChanged: false structureIsReused:: Completely Elapsed: 8.39847500063479ms +Info 9188 [23:26:48.492] Different program with same set of files +Info 9189 [23:26:48.492] getCompletionData: Get current token: 0.003658999688923359 +Info 9190 [23:26:48.492] getCompletionData: Is inside comment: 0.008767000399529934 +Info 9191 [23:26:48.492] getCompletionData: Get previous token: 0.005471999756991863 +Info 9192 [23:26:48.492] getCompletionsAtPosition: isCompletionListBlocker: 0.002292000688612461 +Info 9193 [23:26:48.494] getExportInfoMap: cache hit +Info 9194 [23:26:48.515] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9195 [23:26:48.515] collectAutoImports: response is complete +Info 9196 [23:26:48.515] collectAutoImports: 21.5386199997738 +Info 9197 [23:26:48.515] getCompletionData: Semantic work: 22.832791999913752 +Info 9198 [23:26:48.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.139413999393582 +Info 9199 [23:26:48.538] Format host information updated +Info 9200 [23:26:48.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9201 [23:26:48.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 6.0129329999908805ms +Info 9202 [23:26:48.862] Different program with same set of files +Info 9203 [23:26:48.862] getCompletionData: Get current token: 0.0030929995700716972 +Info 9204 [23:26:48.862] getCompletionData: Is inside comment: 0.008026999421417713 +Info 9205 [23:26:48.862] getCompletionData: Get previous token: 0.008438000455498695 +Info 9206 [23:26:48.862] getCompletionsAtPosition: isCompletionListBlocker: 0.002127000130712986 +Info 9207 [23:26:48.863] getExportInfoMap: cache hit +Info 9208 [23:26:48.866] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 9209 [23:26:48.866] collectAutoImports: response is complete +Info 9210 [23:26:48.866] collectAutoImports: 3.1475710002705455 +Info 9211 [23:26:48.866] getCompletionData: Semantic work: 4.256761000491679 +Info 9212 [23:26:48.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.776438999921083 +Info 9213 [23:26:48.878] Format host information updated +Info 9214 [23:26:49.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9215 [23:26:49.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 9.509968000464141ms +Info 9216 [23:26:49.171] Different program with same set of files +Info 9217 [23:26:49.171] getCompletionData: Get current token: 0.0039809998124837875 +Info 9218 [23:26:49.171] getCompletionData: Is inside comment: 0.008344000205397606 +Info 9219 [23:26:49.171] getCompletionData: Get previous token: 0.0045830002054572105 +Info 9220 [23:26:49.171] getCompletionsAtPosition: isCompletionListBlocker: 0.002120000310242176 +Info 9221 [23:26:49.172] getExportInfoMap: cache hit +Info 9222 [23:26:49.193] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9223 [23:26:49.193] collectAutoImports: response is complete +Info 9224 [23:26:49.193] collectAutoImports: 20.591328999958932 +Info 9225 [23:26:49.193] getCompletionData: Semantic work: 21.90305299963802 +Info 9226 [23:26:49.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.193815000355244 +Info 9227 [23:26:49.218] Format host information updated +Info 9228 [23:26:49.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9229 [23:26:49.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 6.371793000027537ms +Info 9230 [23:26:49.231] Different program with same set of files +Info 9231 [23:26:49.231] getCompletionData: Get current token: 0.003539999946951866 +Info 9232 [23:26:49.231] getCompletionData: Is inside comment: 0.008677000179886818 +Info 9233 [23:26:49.231] getCompletionData: Get previous token: 0.008750000037252903 +Info 9234 [23:26:49.231] getCompletionsAtPosition: isCompletionListBlocker: 0.0020850002765655518 +Info 9235 [23:26:49.233] getExportInfoMap: cache hit +Info 9236 [23:26:49.235] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 74 from cache +Info 9237 [23:26:49.235] collectAutoImports: response is complete +Info 9238 [23:26:49.235] collectAutoImports: 2.2986810002475977 +Info 9239 [23:26:49.235] getCompletionData: Semantic work: 3.5973319998010993 +Info 9240 [23:26:49.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.986244999803603 +Info 9241 [23:26:49.245] Format host information updated +Info 9242 [23:26:49.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9243 [23:26:49.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 8.852717999368906ms +Info 9244 [23:26:49.354] Different program with same set of files +Info 9245 [23:26:49.354] getCompletionData: Get current token: 0.00394000019878149 +Info 9246 [23:26:49.354] getCompletionData: Is inside comment: 0.01065799966454506 +Info 9247 [23:26:49.354] getCompletionData: Get previous token: 0.01066600065678358 +Info 9248 [23:26:49.354] getCompletionsAtPosition: isCompletionListBlocker: 0.0023490004241466522 +Info 9249 [23:26:49.355] getExportInfoMap: cache hit +Info 9250 [23:26:49.358] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 74 from cache +Info 9251 [23:26:49.358] collectAutoImports: response is complete +Info 9252 [23:26:49.358] collectAutoImports: 2.62377000041306 +Info 9253 [23:26:49.358] getCompletionData: Semantic work: 4.023997999727726 +Info 9254 [23:26:49.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.176537999883294 +Info 9255 [23:26:49.369] Format host information updated +Info 9256 [23:26:49.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9257 [23:26:49.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 13.87833199929446ms +Info 9258 [23:26:49.565] Different program with same set of files +Info 9259 [23:26:49.565] getCompletionData: Get current token: 0.005369000136852264 +Info 9260 [23:26:49.565] getCompletionData: Is inside comment: 0.013391999527812004 +Info 9261 [23:26:49.565] getCompletionData: Get previous token: 0.013721000403165817 +Info 9262 [23:26:49.565] getCompletionsAtPosition: isCompletionListBlocker: 0.003086000680923462 +Info 9263 [23:26:49.567] getExportInfoMap: cache hit +Info 9264 [23:26:49.569] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9265 [23:26:49.569] collectAutoImports: response is complete +Info 9266 [23:26:49.569] collectAutoImports: 2.425234000198543 +Info 9267 [23:26:49.569] getCompletionData: Semantic work: 4.061263000592589 +Info 9268 [23:26:49.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.323265000246465 +Info 9269 [23:26:49.580] Format host information updated +Info 9270 [23:26:49.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9271 [23:26:49.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 6.543443999253213ms +Info 9272 [23:26:49.701] Different program with same set of files +Info 9273 [23:26:49.701] getCompletionData: Get current token: 0.0035030003637075424 +Info 9274 [23:26:49.701] getCompletionData: Is inside comment: 0.009742999449372292 +Info 9275 [23:26:49.701] getCompletionData: Get previous token: 0.009786000475287437 +Info 9276 [23:26:49.701] getCompletionsAtPosition: isCompletionListBlocker: 0.002142000012099743 +Info 9277 [23:26:49.702] getExportInfoMap: cache hit +Info 9278 [23:26:49.704] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9279 [23:26:49.704] collectAutoImports: response is complete +Info 9280 [23:26:49.704] collectAutoImports: 1.9981729993596673 +Info 9281 [23:26:49.704] getCompletionData: Semantic work: 3.265149999409914 +Info 9282 [23:26:49.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.196258000098169 +Info 9283 [23:26:49.716] Format host information updated +Info 9284 [23:26:49.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9285 [23:26:49.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 6.806506999768317ms +Info 9286 [23:26:49.873] Different program with same set of files +Info 9287 [23:26:49.873] getCompletionData: Get current token: 0.004486000165343285 +Info 9288 [23:26:49.873] getCompletionData: Is inside comment: 0.010672000236809254 +Info 9289 [23:26:49.873] getCompletionData: Get previous token: 0.010633999481797218 +Info 9290 [23:26:49.873] getCompletionsAtPosition: isCompletionListBlocker: 0.002801000140607357 +Info 9291 [23:26:49.874] getExportInfoMap: cache hit +Info 9292 [23:26:49.877] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9293 [23:26:49.877] collectAutoImports: response is complete +Info 9294 [23:26:49.877] collectAutoImports: 2.391710000112653 +Info 9295 [23:26:49.877] getCompletionData: Semantic work: 3.7367179999127984 +Info 9296 [23:26:49.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.794232999905944 +Info 9297 [23:26:49.890] Format host information updated +Info 9298 [23:26:49.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9299 [23:26:49.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 818 structureChanged: false structureIsReused:: Completely Elapsed: 6.516896000131965ms +Info 9300 [23:26:49.996] Different program with same set of files +Info 9301 [23:26:49.996] getCompletionData: Get current token: 0.00393300037831068 +Info 9302 [23:26:49.996] getCompletionData: Is inside comment: 0.010839000344276428 +Info 9303 [23:26:49.996] getCompletionData: Get previous token: 0.010288000106811523 +Info 9304 [23:26:49.996] getCompletionsAtPosition: isCompletionListBlocker: 0.002620999701321125 +Info 9305 [23:26:49.998] getExportInfoMap: cache hit +Info 9306 [23:26:50.000] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9307 [23:26:50.000] collectAutoImports: response is complete +Info 9308 [23:26:50.000] collectAutoImports: 2.158896000124514 +Info 9309 [23:26:50.000] getCompletionData: Semantic work: 3.465626999735832 +Info 9310 [23:26:50.008] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.811350000090897 +Info 9311 [23:26:50.010] Format host information updated +Info 9312 [23:26:50.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9313 [23:26:50.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 819 structureChanged: false structureIsReused:: Completely Elapsed: 9.015893999487162ms +Info 9314 [23:26:50.093] Different program with same set of files +Info 9315 [23:26:50.093] getCompletionData: Get current token: 0.00392800010740757 +Info 9316 [23:26:50.093] getCompletionData: Is inside comment: 0.010001000016927719 +Info 9317 [23:26:50.093] getCompletionData: Get previous token: 0.010843999683856964 +Info 9318 [23:26:50.093] getCompletionsAtPosition: isCompletionListBlocker: 0.002319999970495701 +Info 9319 [23:26:50.094] getExportInfoMap: cache hit +Info 9320 [23:26:50.096] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9321 [23:26:50.096] collectAutoImports: response is complete +Info 9322 [23:26:50.096] collectAutoImports: 2.155519999563694 +Info 9323 [23:26:50.096] getCompletionData: Semantic work: 3.471878000535071 +Info 9324 [23:26:50.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.9428750006482005 +Info 9325 [23:26:50.107] Format host information updated +Info 9326 [23:26:50.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9327 [23:26:50.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 820 structureChanged: false structureIsReused:: Completely Elapsed: 11.776387999765575ms +Info 9328 [23:26:50.159] Different program with same set of files +Info 9329 [23:26:50.159] getCompletionData: Get current token: 0.007780999876558781 +Info 9330 [23:26:50.160] getCompletionData: Is inside comment: 0.020681999623775482 +Info 9331 [23:26:50.160] getCompletionData: Get previous token: 0.020143999718129635 +Info 9332 [23:26:50.160] getCompletionsAtPosition: isCompletionListBlocker: 0.004015999846160412 +Info 9333 [23:26:50.162] getExportInfoMap: cache hit +Info 9334 [23:26:50.170] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9335 [23:26:50.170] collectAutoImports: response is complete +Info 9336 [23:26:50.170] collectAutoImports: 8.109805000014603 +Info 9337 [23:26:50.170] getCompletionData: Semantic work: 10.422167000360787 +Info 9338 [23:26:50.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.570569000206888 +Info 9339 [23:26:50.187] Format host information updated +Info 9340 [23:26:50.506] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9341 [23:26:50.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 821 structureChanged: false structureIsReused:: Completely Elapsed: 9.169504000805318ms +Info 9342 [23:26:50.516] Different program with same set of files +Info 9343 [23:26:50.516] getCompletionData: Get current token: 0.0034179994836449623 +Info 9344 [23:26:50.516] getCompletionData: Is inside comment: 0.008817000314593315 +Info 9345 [23:26:50.516] getCompletionData: Get previous token: 0.0051649995148181915 +Info 9346 [23:26:50.516] getCompletionsAtPosition: isCompletionListBlocker: 0.0066999997943639755 +Info 9347 [23:26:50.517] getExportInfoMap: cache hit +Info 9348 [23:26:50.537] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9349 [23:26:50.537] collectAutoImports: response is complete +Info 9350 [23:26:50.537] collectAutoImports: 19.931117000058293 +Info 9351 [23:26:50.537] getCompletionData: Semantic work: 21.098871000111103 +Info 9352 [23:26:50.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.29195600003004 +Info 9353 [23:26:50.561] Format host information updated +Info 9354 [23:26:50.570] getCompletionData: Get current token: 0.003627999685704708 +Info 9355 [23:26:50.570] getCompletionData: Is inside comment: 0.037023999728262424 +Info 9356 [23:26:50.570] getCompletionData: Get previous token: 0.02173599973320961 +Info 9357 [23:26:50.570] getCompletionsAtPosition: isCompletionListBlocker: 0.0030490001663565636 +Info 9358 [23:26:50.571] getExportInfoMap: cache hit +Info 9359 [23:26:50.590] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9360 [23:26:50.590] collectAutoImports: response is complete +Info 9361 [23:26:50.590] collectAutoImports: 19.295688999816775 +Info 9362 [23:26:50.590] getCompletionData: Semantic work: 20.74664800055325 +Info 9363 [23:26:50.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.652979999780655 +Info 9364 [23:26:50.614] Format host information updated +Info 9365 [23:26:50.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9366 [23:26:50.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 822 structureChanged: false structureIsReused:: Completely Elapsed: 6.17605600040406ms +Info 9367 [23:26:50.791] Different program with same set of files +Info 9368 [23:26:50.791] getCompletionData: Get current token: 0.0038599995896220207 +Info 9369 [23:26:50.791] getCompletionData: Is inside comment: 0.009801000356674194 +Info 9370 [23:26:50.791] getCompletionData: Get previous token: 0.026770999655127525 +Info 9371 [23:26:50.791] getCompletionsAtPosition: isCompletionListBlocker: 0.01590800005942583 +Info 9372 [23:26:50.792] getExportInfoMap: cache hit +Info 9373 [23:26:50.795] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 9374 [23:26:50.795] collectAutoImports: response is complete +Info 9375 [23:26:50.796] collectAutoImports: 3.009928999468684 +Info 9376 [23:26:50.796] getCompletionData: Semantic work: 4.1900939997285604 +Info 9377 [23:26:50.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.94930399954319 +Info 9378 [23:26:50.807] Format host information updated +Info 9379 [23:26:50.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9380 [23:26:50.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 823 structureChanged: false structureIsReused:: Completely Elapsed: 7.251201999373734ms +Info 9381 [23:26:50.858] Different program with same set of files +Info 9382 [23:26:50.859] getCompletionData: Get current token: 0.004898000508546829 +Info 9383 [23:26:50.859] getCompletionData: Is inside comment: 0.01256400067359209 +Info 9384 [23:26:50.859] getCompletionData: Get previous token: 0.01332900021225214 +Info 9385 [23:26:50.859] getCompletionsAtPosition: isCompletionListBlocker: 0.002572000026702881 +Info 9386 [23:26:50.860] getExportInfoMap: cache hit +Info 9387 [23:26:50.863] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 9388 [23:26:50.863] collectAutoImports: response is complete +Info 9389 [23:26:50.863] collectAutoImports: 2.673364999704063 +Info 9390 [23:26:50.863] getCompletionData: Semantic work: 4.037042000330985 +Info 9391 [23:26:50.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.132799000479281 +Info 9392 [23:26:50.875] Format host information updated +Info 9393 [23:26:50.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9394 [23:26:50.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 824 structureChanged: false structureIsReused:: Completely Elapsed: 6.95529199950397ms +Info 9395 [23:26:50.971] Different program with same set of files +Info 9396 [23:26:50.971] getCompletionData: Get current token: 0.004828999750316143 +Info 9397 [23:26:50.971] getCompletionData: Is inside comment: 0.012430000118911266 +Info 9398 [23:26:50.971] getCompletionData: Get previous token: 0.013145999982953072 +Info 9399 [23:26:50.971] getCompletionsAtPosition: isCompletionListBlocker: 0.002508999779820442 +Info 9400 [23:26:50.972] getExportInfoMap: cache hit +Info 9401 [23:26:50.975] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 9402 [23:26:50.975] collectAutoImports: response is complete +Info 9403 [23:26:50.975] collectAutoImports: 2.2897730004042387 +Info 9404 [23:26:50.975] getCompletionData: Semantic work: 3.6790920002385974 +Info 9405 [23:26:50.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.201066999696195 +Info 9406 [23:26:50.986] Format host information updated +Info 9407 [23:26:51.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9408 [23:26:51.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 825 structureChanged: false structureIsReused:: Completely Elapsed: 8.870852000080049ms +Info 9409 [23:26:51.113] Different program with same set of files +Info 9410 [23:26:51.113] getCompletionData: Get current token: 0.004546999931335449 +Info 9411 [23:26:51.114] getCompletionData: Is inside comment: 0.011037999764084816 +Info 9412 [23:26:51.114] getCompletionData: Get previous token: 0.012147999368607998 +Info 9413 [23:26:51.114] getCompletionsAtPosition: isCompletionListBlocker: 0.0022439993917942047 +Info 9414 [23:26:51.115] getExportInfoMap: cache hit +Info 9415 [23:26:51.117] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 9416 [23:26:51.117] collectAutoImports: response is complete +Info 9417 [23:26:51.117] collectAutoImports: 1.9914290001615882 +Info 9418 [23:26:51.117] getCompletionData: Semantic work: 3.377435000613332 +Info 9419 [23:26:51.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.845600000582635 +Info 9420 [23:26:51.128] Format host information updated +Info 9421 [23:26:51.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9422 [23:26:51.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 826 structureChanged: false structureIsReused:: Completely Elapsed: 6.740916999988258ms +Info 9423 [23:26:51.254] Different program with same set of files +Info 9424 [23:26:51.255] getCompletionData: Get current token: 0.004416000097990036 +Info 9425 [23:26:51.255] getCompletionData: Is inside comment: 0.013432999141514301 +Info 9426 [23:26:51.255] getCompletionData: Get previous token: 0.012897000648081303 +Info 9427 [23:26:51.255] getCompletionsAtPosition: isCompletionListBlocker: 0.002352999523282051 +Info 9428 [23:26:51.256] getExportInfoMap: cache hit +Info 9429 [23:26:51.261] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9430 [23:26:51.261] collectAutoImports: response is complete +Info 9431 [23:26:51.261] collectAutoImports: 4.904790000058711 +Info 9432 [23:26:51.261] getCompletionData: Semantic work: 6.241609999909997 +Info 9433 [23:26:51.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.262686000205576 +Info 9434 [23:26:51.272] Format host information updated +Info 9435 [23:26:51.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9436 [23:26:51.371] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 827 structureChanged: false structureIsReused:: Completely Elapsed: 6.412991999648511ms +Info 9437 [23:26:51.371] Different program with same set of files +Info 9438 [23:26:51.371] getCompletionData: Get current token: 0.004213000647723675 +Info 9439 [23:26:51.371] getCompletionData: Is inside comment: 0.010958000086247921 +Info 9440 [23:26:51.371] getCompletionData: Get previous token: 0.011746999807655811 +Info 9441 [23:26:51.371] getCompletionsAtPosition: isCompletionListBlocker: 0.002298000268638134 +Info 9442 [23:26:51.372] getExportInfoMap: cache hit +Info 9443 [23:26:51.374] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9444 [23:26:51.374] collectAutoImports: response is complete +Info 9445 [23:26:51.374] collectAutoImports: 1.8373040007427335 +Info 9446 [23:26:51.374] getCompletionData: Semantic work: 3.1096240002661943 +Info 9447 [23:26:51.383] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.467846999876201 +Info 9448 [23:26:51.386] Format host information updated +Info 9449 [23:26:51.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9450 [23:26:51.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 828 structureChanged: false structureIsReused:: Completely Elapsed: 7.210187999531627ms +Info 9451 [23:26:51.473] Different program with same set of files +Info 9452 [23:26:51.473] getCompletionData: Get current token: 0.00443200021982193 +Info 9453 [23:26:51.473] getCompletionData: Is inside comment: 0.010723999701440334 +Info 9454 [23:26:51.473] getCompletionData: Get previous token: 0.012218999676406384 +Info 9455 [23:26:51.474] getCompletionsAtPosition: isCompletionListBlocker: 0.0024250000715255737 +Info 9456 [23:26:51.475] getExportInfoMap: cache hit +Info 9457 [23:26:51.497] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9458 [23:26:51.497] collectAutoImports: response is complete +Info 9459 [23:26:51.497] collectAutoImports: 22.65866299998015 +Info 9460 [23:26:51.497] getCompletionData: Semantic work: 23.954984999261796 +Info 9461 [23:26:51.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.308298000134528 +Info 9462 [23:26:51.521] Format host information updated +Info 9463 [23:26:53.068] Format host information updated +Info 9464 [23:26:53.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9465 [23:26:53.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 829 structureChanged: false structureIsReused:: Completely Elapsed: 6.791641999967396ms +Info 9466 [23:26:53.075] Different program with same set of files +Info 9467 [23:26:53.504] Format host information updated +Info 9468 [23:26:53.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9469 [23:26:53.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 830 structureChanged: false structureIsReused:: Completely Elapsed: 6.30959099996835ms +Info 9470 [23:26:53.511] Different program with same set of files +Info 9471 [23:26:53.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9472 [23:26:53.663] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 831 structureChanged: false structureIsReused:: Completely Elapsed: 8.25114700011909ms +Info 9473 [23:26:53.663] Different program with same set of files +Info 9474 [23:26:53.663] getCompletionData: Get current token: 0.0013879993930459023 +Info 9475 [23:26:53.663] getCompletionData: Is inside comment: 0.005021999590098858 +Info 9476 [23:26:53.663] getCompletionData: Get previous token: 0.003641999326646328 +Info 9477 [23:26:53.665] getExportInfoMap: cache hit +Info 9478 [23:26:53.670] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 297 from cache +Info 9479 [23:26:53.670] collectAutoImports: response is complete +Info 9480 [23:26:53.670] collectAutoImports: 4.845139999873936 +Info 9481 [23:26:53.670] getCompletionData: Semantic work: 6.2375210002064705 +Info 9482 [23:26:53.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.187978999689221 +Info 9483 [23:26:53.677] Format host information updated +Info 9484 [23:26:53.778] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9485 [23:26:53.785] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 832 structureChanged: false structureIsReused:: Completely Elapsed: 6.82615299988538ms +Info 9486 [23:26:53.785] Different program with same set of files +Info 9487 [23:26:53.785] getCompletionData: Get current token: 0.0015590004622936249 +Info 9488 [23:26:53.785] getCompletionData: Is inside comment: 0.00609199982136488 +Info 9489 [23:26:53.785] getCompletionData: Get previous token: 0.003962000831961632 +Info 9490 [23:26:53.787] getExportInfoMap: cache hit +Info 9491 [23:26:53.792] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 49 from cache +Info 9492 [23:26:53.792] collectAutoImports: response is complete +Info 9493 [23:26:53.792] collectAutoImports: 5.4467049995437264 +Info 9494 [23:26:53.792] getCompletionData: Semantic work: 6.868203000165522 +Info 9495 [23:26:53.797] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.895782999694347 +Info 9496 [23:26:53.799] Format host information updated +Info 9497 [23:26:53.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9498 [23:26:53.866] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 833 structureChanged: false structureIsReused:: Completely Elapsed: 6.85676100011915ms +Info 9499 [23:26:53.866] Different program with same set of files +Info 9500 [23:26:53.866] getCompletionData: Get current token: 0.0011959997937083244 +Info 9501 [23:26:53.866] getCompletionData: Is inside comment: 0.005785999819636345 +Info 9502 [23:26:53.867] getCompletionData: Get previous token: 0.003727000206708908 +Info 9503 [23:26:53.868] getExportInfoMap: cache hit +Info 9504 [23:26:53.870] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 24 from cache +Info 9505 [23:26:53.870] collectAutoImports: response is complete +Info 9506 [23:26:53.870] collectAutoImports: 2.197724999859929 +Info 9507 [23:26:53.870] getCompletionData: Semantic work: 3.6907510003075004 +Info 9508 [23:26:53.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.532391999848187 +Info 9509 [23:26:53.876] Format host information updated +Info 9510 [23:26:53.979] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9511 [23:26:54.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 834 structureChanged: false structureIsReused:: Completely Elapsed: 32.9400849994272ms +Info 9512 [23:26:54.012] Different program with same set of files +Info 9513 [23:26:54.013] getCompletionData: Get current token: 0.003863000310957432 +Info 9514 [23:26:54.013] getCompletionData: Is inside comment: 0.013969999738037586 +Info 9515 [23:26:54.013] getCompletionData: Get previous token: 0.009478999301791191 +Info 9516 [23:26:54.016] getExportInfoMap: cache hit +Info 9517 [23:26:54.047] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 9518 [23:26:54.047] collectAutoImports: response is complete +Info 9519 [23:26:54.047] collectAutoImports: 30.790458000265062 +Info 9520 [23:26:54.047] getCompletionData: Semantic work: 34.08154300041497 +Info 9521 [23:26:54.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.681417999789119 +Info 9522 [23:26:54.065] Format host information updated +Info 9523 [23:26:54.070] Format host information updated +Info 9524 [23:26:54.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9525 [23:26:54.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 835 structureChanged: false structureIsReused:: Completely Elapsed: 8.461198000237346ms +Info 9526 [23:26:54.079] Different program with same set of files +Info 9527 [23:26:54.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9528 [23:26:54.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 836 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.801549999974668ms +Info 9529 [23:26:54.420] Different program with same set of files +Info 9530 [23:26:54.420] getCompletionData: Get current token: 0.0013290001079440117 +Info 9531 [23:26:54.420] getCompletionData: Is inside comment: 0.005106000229716301 +Info 9532 [23:26:54.420] getCompletionData: Get previous token: 0.0023889997974038124 +Info 9533 [23:26:54.420] getCompletionsAtPosition: isCompletionListBlocker: 0.0024490002542734146 +Info 9534 [23:26:54.421] getExportInfoMap: cache hit +Info 9535 [23:26:54.440] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 9536 [23:26:54.440] collectAutoImports: response is complete +Info 9537 [23:26:54.440] collectAutoImports: 18.949870999902487 +Info 9538 [23:26:54.440] getCompletionData: Semantic work: 20.298596000298858 +Info 9539 [23:26:54.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.348903000354767 +Info 9540 [23:26:54.455] Format host information updated +Info 9541 [23:26:54.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9542 [23:26:54.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 837 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.522034999914467ms +Info 9543 [23:26:54.794] Different program with same set of files +Info 9544 [23:26:54.797] Format host information updated +Info 9545 [23:26:54.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9546 [23:26:54.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 838 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.449203999713063ms +Info 9547 [23:26:54.849] Different program with same set of files +Info 9548 [23:26:54.850] getCompletionData: Get current token: 0.00143399927765131 +Info 9549 [23:26:54.850] getCompletionData: Is inside comment: 0.005553999915719032 +Info 9550 [23:26:54.850] getCompletionData: Get previous token: 0.0026179999113082886 +Info 9551 [23:26:54.850] getCompletionsAtPosition: isCompletionListBlocker: 0.00240200012922287 +Info 9552 [23:26:54.851] getExportInfoMap: cache hit +Info 9553 [23:26:54.871] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 9554 [23:26:54.871] collectAutoImports: response is complete +Info 9555 [23:26:54.871] collectAutoImports: 20.008553000167012 +Info 9556 [23:26:54.871] getCompletionData: Semantic work: 21.270171999931335 +Info 9557 [23:26:54.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.318664000369608 +Info 9558 [23:26:54.888] Format host information updated +Info 9559 [23:26:55.207] Format host information updated +Info 9560 [23:26:55.207] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9561 [23:26:55.213] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 839 structureChanged: false structureIsReused:: Completely Elapsed: 5.970776000060141ms +Info 9562 [23:26:55.213] Different program with same set of files +Info 9563 [23:26:55.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9564 [23:26:55.485] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 840 structureChanged: false structureIsReused:: Completely Elapsed: 6.459388999268413ms +Info 9565 [23:26:55.485] Different program with same set of files +Info 9566 [23:26:55.486] getCompletionData: Get current token: 0.0012989994138479233 +Info 9567 [23:26:55.486] getCompletionData: Is inside comment: 0.006253999657928944 +Info 9568 [23:26:55.486] getCompletionData: Get previous token: 0.0025540003553032875 +Info 9569 [23:26:55.488] Format host information updated +Info 9570 [23:26:55.540] getCompletionData: Get current token: 0.002442999742925167 +Info 9571 [23:26:55.541] getCompletionData: Is inside comment: 0.001358000561594963 +Info 9572 [23:26:55.541] getCompletionData: Get previous token: 0.006141000427305698 +Info 9573 [23:26:55.541] getExportInfoMap: cache hit +Info 9574 [23:26:55.582] collectAutoImports: resolved 0 module specifiers, plus 355 ambient and 5320 from cache +Info 9575 [23:26:55.582] collectAutoImports: response is complete +Info 9576 [23:26:55.582] collectAutoImports: 41.22690900042653 +Info 9577 [23:26:55.582] getCompletionData: Semantic work: 41.32875100057572 +Info 9578 [23:26:55.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.339438000693917 +Info 9579 [23:26:55.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9580 [23:26:55.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 841 structureChanged: false structureIsReused:: Completely Elapsed: 6.1358099998906255ms +Info 9581 [23:26:55.793] Different program with same set of files +Info 9582 [23:26:55.793] getCompletionData: Get current token: 0.0018269997090101242 +Info 9583 [23:26:55.793] getCompletionData: Is inside comment: 0.0008619995787739754 +Info 9584 [23:26:55.793] getCompletionData: Get previous token: 0.009658999741077423 +Info 9585 [23:26:55.793] getExportInfoMap: cache hit +Info 9586 [23:26:55.795] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 77 from cache +Info 9587 [23:26:55.795] collectAutoImports: response is complete +Info 9588 [23:26:55.795] collectAutoImports: 2.4695859998464584 +Info 9589 [23:26:55.795] getCompletionData: Semantic work: 2.55320299975574 +Info 9590 [23:26:55.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22074299957603216 +Info 9591 [23:26:55.798] Format host information updated +Info 9592 [23:26:55.879] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9593 [23:26:55.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 842 structureChanged: false structureIsReused:: Completely Elapsed: 16.79853400029242ms +Info 9594 [23:26:55.896] Different program with same set of files +Info 9595 [23:26:55.896] getCompletionData: Get current token: 0.005816000513732433 +Info 9596 [23:26:55.896] getCompletionData: Is inside comment: 0.003277999348938465 +Info 9597 [23:26:55.896] getCompletionData: Get previous token: 0.030341999605298042 +Info 9598 [23:26:55.896] getExportInfoMap: cache hit +Info 9599 [23:26:55.904] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 77 from cache +Info 9600 [23:26:55.904] collectAutoImports: response is complete +Info 9601 [23:26:55.904] collectAutoImports: 7.556438999250531 +Info 9602 [23:26:55.904] getCompletionData: Semantic work: 7.71930200047791 +Info 9603 [23:26:55.905] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.603167999535799 +Info 9604 [23:26:55.906] Format host information updated +Info 9605 [23:26:56.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9606 [23:26:56.271] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 843 structureChanged: false structureIsReused:: Completely Elapsed: 6.064778999425471ms +Info 9607 [23:26:56.271] Different program with same set of files +Info 9608 [23:26:56.271] getCompletionData: Get current token: 0.0016930000856518745 +Info 9609 [23:26:56.271] getCompletionData: Is inside comment: 0.0008779997006058693 +Info 9610 [23:26:56.271] getCompletionData: Get previous token: 0.009442999958992004 +Info 9611 [23:26:56.271] getExportInfoMap: cache hit +Info 9612 [23:26:56.273] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9613 [23:26:56.273] collectAutoImports: response is complete +Info 9614 [23:26:56.273] collectAutoImports: 1.978821000084281 +Info 9615 [23:26:56.273] getCompletionData: Semantic work: 2.034935999661684 +Info 9616 [23:26:56.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0782279996201396 +Info 9617 [23:26:56.273] Format host information updated +Info 9618 [23:26:56.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9619 [23:26:56.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 844 structureChanged: false structureIsReused:: Completely Elapsed: 10.353933000005782ms +Info 9620 [23:26:56.352] Different program with same set of files +Info 9621 [23:26:56.352] getCompletionData: Get current token: 0.0033020004630088806 +Info 9622 [23:26:56.352] getCompletionData: Is inside comment: 0.0018520001322031021 +Info 9623 [23:26:56.352] getCompletionData: Get previous token: 0.01676000002771616 +Info 9624 [23:26:56.352] getExportInfoMap: cache hit +Info 9625 [23:26:56.356] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9626 [23:26:56.356] collectAutoImports: response is complete +Info 9627 [23:26:56.356] collectAutoImports: 3.5756390001624823 +Info 9628 [23:26:56.356] getCompletionData: Semantic work: 3.6739070005714893 +Info 9629 [23:26:56.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13271200004965067 +Info 9630 [23:26:56.359] Format host information updated +Info 9631 [23:26:56.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9632 [23:26:56.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 845 structureChanged: false structureIsReused:: Completely Elapsed: 6.566420000046492ms +Info 9633 [23:26:56.442] Different program with same set of files +Info 9634 [23:26:56.442] getCompletionData: Get current token: 0.001850999891757965 +Info 9635 [23:26:56.442] getCompletionData: Is inside comment: 0.0009460002183914185 +Info 9636 [23:26:56.442] getCompletionData: Get previous token: 0.007876000367105007 +Info 9637 [23:26:56.442] getExportInfoMap: cache hit +Info 9638 [23:26:56.444] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9639 [23:26:56.444] collectAutoImports: response is complete +Info 9640 [23:26:56.444] collectAutoImports: 1.924337999895215 +Info 9641 [23:26:56.444] getCompletionData: Semantic work: 1.9808189999312162 +Info 9642 [23:26:56.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09058400057256222 +Info 9643 [23:26:56.445] Format host information updated +Info 9644 [23:26:56.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9645 [23:26:56.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 846 structureChanged: false structureIsReused:: Completely Elapsed: 6.516204000450671ms +Info 9646 [23:26:56.596] Different program with same set of files +Info 9647 [23:26:56.596] getCompletionData: Get current token: 0.0018939999863505363 +Info 9648 [23:26:56.596] getCompletionData: Is inside comment: 0.0008930005133152008 +Info 9649 [23:26:56.596] getCompletionData: Get previous token: 0.009612999856472015 +Info 9650 [23:26:56.596] getExportInfoMap: cache hit +Info 9651 [23:26:56.602] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9652 [23:26:56.602] collectAutoImports: response is complete +Info 9653 [23:26:56.602] collectAutoImports: 5.32608800008893 +Info 9654 [23:26:56.602] getCompletionData: Semantic work: 5.38188000023365 +Info 9655 [23:26:56.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08174399938434362 +Info 9656 [23:26:56.602] Format host information updated +Info 9657 [23:26:56.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9658 [23:26:56.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 847 structureChanged: false structureIsReused:: Completely Elapsed: 6.838456000201404ms +Info 9659 [23:26:56.714] Different program with same set of files +Info 9660 [23:26:56.715] getCompletionData: Get current token: 0.0021020006388425827 +Info 9661 [23:26:56.715] getCompletionData: Is inside comment: 0.0014049997553229332 +Info 9662 [23:26:56.715] getCompletionData: Get previous token: 0.010476999916136265 +Info 9663 [23:26:56.715] getExportInfoMap: cache hit +Info 9664 [23:26:56.717] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 9665 [23:26:56.717] collectAutoImports: response is complete +Info 9666 [23:26:56.717] collectAutoImports: 2.2703520003706217 +Info 9667 [23:26:56.717] getCompletionData: Semantic work: 2.3353420002385974 +Info 9668 [23:26:56.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08662499953061342 +Info 9669 [23:26:56.717] Format host information updated +Info 9670 [23:26:56.864] getCompletionData: Get current token: 0.001515999436378479 +Info 9671 [23:26:56.864] getCompletionData: Is inside comment: 0.0068980008363723755 +Info 9672 [23:26:56.864] getCompletionData: Get previous token: 0.003483000211417675 +Info 9673 [23:26:57.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9674 [23:26:57.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 848 structureChanged: false structureIsReused:: Completely Elapsed: 7.697701999917626ms +Info 9675 [23:26:57.133] Different program with same set of files +Info 9676 [23:26:57.133] getCompletionData: Get current token: 0.0011420007795095444 +Info 9677 [23:26:57.133] getCompletionData: Is inside comment: 0.00469799991697073 +Info 9678 [23:26:57.133] getCompletionData: Get previous token: 0.008330999873578548 +Info 9679 [23:26:57.133] Format host information updated +Info 9680 [23:26:57.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9681 [23:26:57.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 849 structureChanged: false structureIsReused:: Completely Elapsed: 8.366441999562085ms +Info 9682 [23:26:57.298] Different program with same set of files +Info 9683 [23:26:57.298] getCompletionData: Get current token: 0.0010609999299049377 +Info 9684 [23:26:57.298] getCompletionData: Is inside comment: 0.004824000410735607 +Info 9685 [23:26:57.298] getCompletionData: Get previous token: 0.006874999962747097 +Info 9686 [23:26:57.298] Format host information updated +Info 9687 [23:26:57.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Err 9688 [23:26:57.405] Exception on executing command { + "seq": 3959, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js", + "line": 1, + "offset": 23 + } +}: + + Debug Failure. Expected 121 <= 21 + + Error: Debug Failure. Expected 121 <= 21 + at adjustIntersectingElement (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37605:13) + at visitNode3 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37646:9) + at visitNode3 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37650:13) + at visitNode2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30083:18) + at forEachChildInForStatement (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30325:130) + at forEachChild (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30600:35) + at visitNode3 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37647:9) + at visitArray2 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37678:11) + at visitNodes (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30088:14) + at forEachChildInSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30304:12) + at forEachChild (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30600:35) + at visitNode3 (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37647:9) + at updateTokenPositionsAndMarkElements (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37626:5) + at Object.updateSourceFile2 [as updateSourceFile] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37477:5) + at updateSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30711:43) + at updateLanguageServiceSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143653:29) + at acquireOrUpdateDocument (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:135010:28) + at Object.updateDocumentWithKey (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:134935:12) + at Object.getOrCreateSourceFileByPath [as getSourceFileByPath] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143966:37) + at tryReuseStructureFromOldProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:121052:59) + at createProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:120472:23) + at synchronizeHostData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143907:15) + at Object.getProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143981:5) + at ConfiguredProject2.updateGraphWorker (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176966:41) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176817:32) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178072:24) + at updateProjectIfDirty (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178525:35) + at ConfiguredProject2.getLanguageService (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176428:7) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:33) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 9689 [23:26:57.406] Format host information updated +Info 9690 [23:26:57.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9691 [23:26:57.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 850 structureChanged: false structureIsReused:: Completely Elapsed: 0.058279999531805515ms +Info 9692 [23:26:57.452] Format host information updated +Info 9693 [23:26:57.453] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Err 9694 [23:26:57.455] Exception on executing command { + "seq": 3964, + "type": "request", + "command": "provideInlayHints", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js", + "start": 0, + "length": 234 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at Object.updateSourceFile2 [as updateSourceFile] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37466:11) + at updateSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30711:43) + at updateLanguageServiceSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143653:29) + at acquireOrUpdateDocument (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:135010:28) + at Object.updateDocumentWithKey (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:134935:12) + at Object.getOrCreateSourceFileByPath [as getSourceFileByPath] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143966:37) + at tryReuseStructureFromOldProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:121052:59) + at createProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:120472:23) + at synchronizeHostData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143907:15) + at Object.getProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143981:5) + at ConfiguredProject2.updateGraphWorker (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176966:41) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176817:32) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178072:24) + at updateProjectIfDirty (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178525:35) + at ConfiguredProject2.getLanguageService (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176428:7) + at IpcIOSession.provideInlayHints (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:183663:27) + at provideInlayHints (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182825:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 9695 [23:26:57.654] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9696 [23:26:57.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 851 structureChanged: false structureIsReused:: Completely Elapsed: 0.10854300018399954ms +Info 9697 [23:26:57.822] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Err 9698 [23:26:57.823] Exception on executing command { + "seq": 3967, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js", + "line": 1, + "offset": 25 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at Object.updateSourceFile2 [as updateSourceFile] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37466:11) + at updateSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30711:43) + at updateLanguageServiceSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143653:29) + at acquireOrUpdateDocument (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:135010:28) + at Object.updateDocumentWithKey (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:134935:12) + at Object.getOrCreateSourceFileByPath [as getSourceFileByPath] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143966:37) + at tryReuseStructureFromOldProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:121052:59) + at createProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:120472:23) + at synchronizeHostData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143907:15) + at Object.getProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143981:5) + at ConfiguredProject2.updateGraphWorker (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176966:41) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176817:32) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178072:24) + at updateProjectIfDirty (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178525:35) + at ConfiguredProject2.getLanguageService (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176428:7) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:33) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 9699 [23:26:57.823] Format host information updated +Info 9700 [23:26:57.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9701 [23:26:57.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 852 structureChanged: false structureIsReused:: Completely Elapsed: 0.03415699955075979ms +Info 9702 [23:26:57.834] Format host information updated +Info 9703 [23:26:57.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Err 9704 [23:26:57.836] Exception on executing command { + "seq": 3972, + "type": "request", + "command": "provideInlayHints", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js", + "start": 0, + "length": 234 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at Object.updateSourceFile2 [as updateSourceFile] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37466:11) + at updateSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30711:43) + at updateLanguageServiceSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143653:29) + at acquireOrUpdateDocument (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:135010:28) + at Object.updateDocumentWithKey (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:134935:12) + at Object.getOrCreateSourceFileByPath [as getSourceFileByPath] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143966:37) + at tryReuseStructureFromOldProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:121052:59) + at createProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:120472:23) + at synchronizeHostData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143907:15) + at Object.getProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143981:5) + at ConfiguredProject2.updateGraphWorker (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176966:41) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176817:32) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178072:24) + at updateProjectIfDirty (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178525:35) + at ConfiguredProject2.getLanguageService (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176428:7) + at IpcIOSession.provideInlayHints (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:183663:27) + at provideInlayHints (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182825:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 9705 [23:26:57.974] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9706 [23:26:57.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 853 structureChanged: false structureIsReused:: Completely Elapsed: 0.04319099988788366ms +Info 9707 [23:26:57.974] getCompletionData: Get current token: 0.0008520008996129036 +Info 9708 [23:26:57.974] getCompletionData: Is inside comment: 0.005788999609649181 +Info 9709 [23:26:57.974] getCompletionData: Get previous token: 0.0025849994271993637 +Info 9710 [23:26:57.974] getCompletionsAtPosition: isCompletionListBlocker: 0.0071229999884963036 +Info 9711 [23:26:57.975] getExportInfoMap: cache hit +Info 9712 [23:26:57.998] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 9713 [23:26:57.998] collectAutoImports: response is complete +Info 9714 [23:26:57.998] collectAutoImports: 22.62949600070715 +Info 9715 [23:26:57.998] getCompletionData: Semantic work: 24.226712999865413 +Info 9716 [23:26:58.010] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.372630999423563 +Info 9717 [23:26:58.019] Format host information updated +Info 9718 [23:26:58.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Err 9719 [23:26:58.129] Exception on executing command { + "seq": 3978, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js", + "line": 1, + "offset": 22 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at Object.updateSourceFile2 [as updateSourceFile] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37466:11) + at updateSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30711:43) + at updateLanguageServiceSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143653:29) + at acquireOrUpdateDocument (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:135010:28) + at Object.updateDocumentWithKey (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:134935:12) + at Object.getOrCreateSourceFileByPath [as getSourceFileByPath] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143966:37) + at tryReuseStructureFromOldProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:121052:59) + at createProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:120472:23) + at synchronizeHostData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143907:15) + at Object.getProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143981:5) + at ConfiguredProject2.updateGraphWorker (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176966:41) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176817:32) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178072:24) + at updateProjectIfDirty (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178525:35) + at ConfiguredProject2.getLanguageService (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176428:7) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:33) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 9720 [23:26:58.129] Format host information updated +Info 9721 [23:26:58.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9722 [23:26:58.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 854 structureChanged: false structureIsReused:: Completely Elapsed: 0.03239500056952238ms +Info 9723 [23:26:58.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Err 9724 [23:26:58.298] Exception on executing command { + "seq": 3982, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js", + "line": 1, + "offset": 21 + } +}: + + Debug Failure. False expression. + + Error: Debug Failure. False expression. + at Object.updateSourceFile2 [as updateSourceFile] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:37466:11) + at updateSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:30711:43) + at updateLanguageServiceSourceFile (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143653:29) + at acquireOrUpdateDocument (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:135010:28) + at Object.updateDocumentWithKey (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:134935:12) + at Object.getOrCreateSourceFileByPath [as getSourceFileByPath] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143966:37) + at tryReuseStructureFromOldProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:121052:59) + at createProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:120472:23) + at synchronizeHostData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143907:15) + at Object.getProgram (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:143981:5) + at ConfiguredProject2.updateGraphWorker (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176966:41) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176817:32) + at ConfiguredProject2.updateGraph (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178072:24) + at updateProjectIfDirty (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:178525:35) + at ConfiguredProject2.getLanguageService (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:176428:7) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:33) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 9725 [23:26:58.299] Format host information updated +Info 9726 [23:26:58.299] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9727 [23:26:58.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 855 structureChanged: false structureIsReused:: Completely Elapsed: 0.02589500043541193ms +Info 9728 [23:26:58.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9729 [23:26:58.437] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 856 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.67671599984169ms +Info 9730 [23:26:58.437] Different program with same set of files +Info 9731 [23:26:58.438] getCompletionData: Get current token: 0.0011609997600317001 +Info 9732 [23:26:58.438] getCompletionData: Is inside comment: 0.005152999423444271 +Info 9733 [23:26:58.438] getCompletionData: Get previous token: 0.00942699983716011 +Info 9734 [23:26:58.438] Format host information updated +Info 9735 [23:26:58.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9736 [23:26:58.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 857 structureChanged: false structureIsReused:: Completely Elapsed: 20.88424399960786ms +Info 9737 [23:26:58.533] Different program with same set of files +Info 9738 [23:26:58.533] getCompletionData: Get current token: 0.004052000120282173 +Info 9739 [23:26:58.533] getCompletionData: Is inside comment: 0.01947700046002865 +Info 9740 [23:26:58.533] getCompletionData: Get previous token: 0.023142999969422817 +Info 9741 [23:26:58.538] Format host information updated +Info 9742 [23:26:58.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9743 [23:26:58.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 858 structureChanged: false structureIsReused:: Completely Elapsed: 6.531539000570774ms +Info 9744 [23:26:58.649] Different program with same set of files +Info 9745 [23:26:58.649] getCompletionData: Get current token: 0.0010479995980858803 +Info 9746 [23:26:58.649] getCompletionData: Is inside comment: 0.005107999779284 +Info 9747 [23:26:58.649] getCompletionData: Get previous token: 0.006155000068247318 +Info 9748 [23:26:58.650] Format host information updated +Info 9749 [23:26:58.741] Format host information updated +Info 9750 [23:26:58.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9751 [23:26:58.768] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 859 structureChanged: false structureIsReused:: Completely Elapsed: 25.75203900039196ms +Info 9752 [23:26:58.768] Different program with same set of files +Info 9753 [23:26:58.938] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9754 [23:26:58.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 860 structureChanged: false structureIsReused:: Completely Elapsed: 22.555513000115752ms +Info 9755 [23:26:58.961] Different program with same set of files +Info 9756 [23:26:58.964] Format host information updated +Info 9757 [23:26:59.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9758 [23:26:59.009] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 861 structureChanged: false structureIsReused:: Completely Elapsed: 7.239889999851584ms +Info 9759 [23:26:59.009] Different program with same set of files +Info 9760 [23:26:59.009] getCompletionData: Get current token: 0.0013419995084404945 +Info 9761 [23:26:59.009] getCompletionData: Is inside comment: 0.0060440003871917725 +Info 9762 [23:26:59.009] getCompletionData: Get previous token: 0.002483000047504902 +Info 9763 [23:26:59.009] getCompletionsAtPosition: isCompletionListBlocker: 0.0062849996611475945 +Info 9764 [23:26:59.010] getExportInfoMap: cache hit +Info 9765 [23:26:59.035] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 9766 [23:26:59.035] collectAutoImports: response is complete +Info 9767 [23:26:59.035] collectAutoImports: 24.889906999655068 +Info 9768 [23:26:59.035] getCompletionData: Semantic work: 26.245575999841094 +Info 9769 [23:26:59.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.427316999994218 +Info 9770 [23:26:59.054] Format host information updated +Info 9771 [23:26:59.062] Format host information updated +Info 9772 [23:26:59.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9773 [23:26:59.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 862 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.061676000244915ms +Info 9774 [23:26:59.219] Different program with same set of files +Info 9775 [23:26:59.220] Format host information updated +Info 9776 [23:26:59.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9777 [23:26:59.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 863 structureChanged: true structureIsReused:: SafeModules Elapsed: 39.54794800002128ms +Info 9778 [23:26:59.400] Different program with same set of files +Info 9779 [23:26:59.402] Format host information updated +Info 9780 [23:26:59.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9781 [23:26:59.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 864 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.097824000753462ms +Info 9782 [23:26:59.447] Different program with same set of files +Info 9783 [23:26:59.448] Format host information updated +Info 9784 [23:26:59.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9785 [23:26:59.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 865 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.369648999534547ms +Info 9786 [23:26:59.577] Different program with same set of files +Info 9787 [23:26:59.581] Format host information updated +Info 9788 [23:27:00.331] Format host information updated +Info 9789 [23:27:00.331] Format host information updated +Info 9790 [23:27:00.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9791 [23:27:00.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 866 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.077991999685764ms +Info 9792 [23:27:00.344] Different program with same set of files +Info 9793 [23:27:00.346] Format host information updated +Info 9794 [23:27:01.411] Format host information updated +Info 9795 [23:27:01.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9796 [23:27:01.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 867 structureChanged: false structureIsReused:: Completely Elapsed: 10.244609999470413ms +Info 9797 [23:27:01.421] Different program with same set of files +Info 9798 [23:27:01.811] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9799 [23:27:01.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 868 structureChanged: false structureIsReused:: Completely Elapsed: 6.749098000116646ms +Info 9800 [23:27:01.818] Different program with same set of files +Info 9801 [23:27:01.818] getCompletionData: Get current token: 0.0012550000101327896 +Info 9802 [23:27:01.818] getCompletionData: Is inside comment: 0.005042999982833862 +Info 9803 [23:27:01.818] getCompletionData: Get previous token: 0.006761000491678715 +Info 9804 [23:27:01.818] getCompletionsAtPosition: isCompletionListBlocker: 0.005311999469995499 +Info 9805 [23:27:01.819] getExportInfoMap: cache hit +Info 9806 [23:27:01.825] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 549 from cache +Info 9807 [23:27:01.825] collectAutoImports: response is complete +Info 9808 [23:27:01.825] collectAutoImports: 5.764144999906421 +Info 9809 [23:27:01.825] getCompletionData: Semantic work: 7.019595000892878 +Info 9810 [23:27:01.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.079516000114381 +Info 9811 [23:27:01.833] Format host information updated +Info 9812 [23:27:01.836] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9813 [23:27:01.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 869 structureChanged: false structureIsReused:: Completely Elapsed: 9.547143000178039ms +Info 9814 [23:27:01.845] Different program with same set of files +Info 9815 [23:27:01.845] getCompletionData: Get current token: 0.0011920006945729256 +Info 9816 [23:27:01.845] getCompletionData: Is inside comment: 0.004766000434756279 +Info 9817 [23:27:01.845] getCompletionData: Get previous token: 0.006462999619543552 +Info 9818 [23:27:01.845] getCompletionsAtPosition: isCompletionListBlocker: 0.005459999665617943 +Info 9819 [23:27:01.847] getExportInfoMap: cache hit +Info 9820 [23:27:01.849] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 36 from cache +Info 9821 [23:27:01.849] collectAutoImports: response is complete +Info 9822 [23:27:01.849] collectAutoImports: 2.5635480005294085 +Info 9823 [23:27:01.849] getCompletionData: Semantic work: 3.8768140003085136 +Info 9824 [23:27:01.853] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.124471999704838 +Info 9825 [23:27:01.855] Format host information updated +Info 9826 [23:27:01.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9827 [23:27:01.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 870 structureChanged: false structureIsReused:: Completely Elapsed: 6.324110000394285ms +Info 9828 [23:27:01.883] Different program with same set of files +Info 9829 [23:27:01.884] getCompletionData: Get current token: 0.0013100001960992813 +Info 9830 [23:27:01.884] getCompletionData: Is inside comment: 0.004959999583661556 +Info 9831 [23:27:01.884] getCompletionData: Get previous token: 0.006098000332713127 +Info 9832 [23:27:01.884] getCompletionsAtPosition: isCompletionListBlocker: 0.0061180004850029945 +Info 9833 [23:27:01.885] getExportInfoMap: cache hit +Info 9834 [23:27:01.887] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 9835 [23:27:01.887] collectAutoImports: response is complete +Info 9836 [23:27:01.887] collectAutoImports: 2.08754999935627 +Info 9837 [23:27:01.887] getCompletionData: Semantic work: 3.4155050003901124 +Info 9838 [23:27:01.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.210403999313712 +Info 9839 [23:27:01.896] Format host information updated +Info 9840 [23:27:02.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9841 [23:27:02.034] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 871 structureChanged: false structureIsReused:: Completely Elapsed: 7.031713000498712ms +Info 9842 [23:27:02.034] Different program with same set of files +Info 9843 [23:27:02.034] getCompletionData: Get current token: 0.0012759994715452194 +Info 9844 [23:27:02.034] getCompletionData: Is inside comment: 0.0054169995710253716 +Info 9845 [23:27:02.034] getCompletionData: Get previous token: 0.007566000334918499 +Info 9846 [23:27:02.034] getCompletionsAtPosition: isCompletionListBlocker: 0.005921000614762306 +Info 9847 [23:27:02.035] getExportInfoMap: cache hit +Info 9848 [23:27:02.058] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 9849 [23:27:02.058] collectAutoImports: response is complete +Info 9850 [23:27:02.058] collectAutoImports: 23.171670000068843 +Info 9851 [23:27:02.058] getCompletionData: Semantic work: 24.526833000592887 +Info 9852 [23:27:02.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.768640000373125 +Info 9853 [23:27:02.079] Format host information updated +Info 9854 [23:27:02.102] Format host information updated +Info 9855 [23:27:02.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9856 [23:27:02.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 872 structureChanged: false structureIsReused:: Completely Elapsed: 7.622612000443041ms +Info 9857 [23:27:02.110] Different program with same set of files +Info 9858 [23:27:02.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9859 [23:27:02.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 873 structureChanged: false structureIsReused:: Completely Elapsed: 11.822763999924064ms +Info 9860 [23:27:02.490] Different program with same set of files +Info 9861 [23:27:02.490] getCompletionData: Get current token: 0.0012180004268884659 +Info 9862 [23:27:02.490] getCompletionData: Is inside comment: 0.004182999953627586 +Info 9863 [23:27:02.490] getCompletionData: Get previous token: 0.004983999766409397 +Info 9864 [23:27:02.490] getCompletionsAtPosition: isCompletionListBlocker: 0.005552999675273895 +Info 9865 [23:27:02.491] getExportInfoMap: cache hit +Info 9866 [23:27:02.497] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 631 from cache +Info 9867 [23:27:02.497] collectAutoImports: response is complete +Info 9868 [23:27:02.497] collectAutoImports: 5.943746999837458 +Info 9869 [23:27:02.497] getCompletionData: Semantic work: 7.39835499972105 +Info 9870 [23:27:02.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.3179899994283915 +Info 9871 [23:27:02.505] Format host information updated +Info 9872 [23:27:02.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9873 [23:27:02.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 874 structureChanged: false structureIsReused:: Completely Elapsed: 11.64765499997884ms +Info 9874 [23:27:02.521] Different program with same set of files +Info 9875 [23:27:02.521] getCompletionData: Get current token: 0.0012389998883008957 +Info 9876 [23:27:02.521] getCompletionData: Is inside comment: 0.005078000016510487 +Info 9877 [23:27:02.521] getCompletionData: Get previous token: 0.006718999706208706 +Info 9878 [23:27:02.521] getCompletionsAtPosition: isCompletionListBlocker: 0.0067900000140070915 +Info 9879 [23:27:02.523] getExportInfoMap: cache hit +Info 9880 [23:27:02.545] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 9881 [23:27:02.545] collectAutoImports: response is complete +Info 9882 [23:27:02.545] collectAutoImports: 22.385255999863148 +Info 9883 [23:27:02.545] getCompletionData: Semantic work: 24.00903500057757 +Info 9884 [23:27:02.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.124593000859022 +Info 9885 [23:27:02.566] Format host information updated +Info 9886 [23:27:02.576] Format host information updated +Info 9887 [23:27:02.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9888 [23:27:02.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 875 structureChanged: false structureIsReused:: Completely Elapsed: 9.857956999912858ms +Info 9889 [23:27:02.586] Different program with same set of files +Info 9890 [23:27:02.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9891 [23:27:02.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 876 structureChanged: false structureIsReused:: Completely Elapsed: 6.567784000188112ms +Info 9892 [23:27:02.908] Different program with same set of files +Info 9893 [23:27:02.908] getCompletionData: Get current token: 0.0012919995933771133 +Info 9894 [23:27:02.908] getCompletionData: Is inside comment: 0.005796999670565128 +Info 9895 [23:27:02.908] getCompletionData: Get previous token: 0.007104000076651573 +Info 9896 [23:27:02.908] getCompletionsAtPosition: isCompletionListBlocker: 0.0016470002010464668 +Info 9897 [23:27:02.908] Returning an empty list because completion was requested in an invalid position. +Info 9898 [23:27:02.911] Format host information updated +Info 9899 [23:27:03.165] Format host information updated +Info 9900 [23:27:03.165] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9901 [23:27:03.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 877 structureChanged: false structureIsReused:: Completely Elapsed: 6.459834000095725ms +Info 9902 [23:27:03.172] Different program with same set of files +Info 9903 [23:27:03.174] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9904 [23:27:03.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 878 structureChanged: false structureIsReused:: Completely Elapsed: 6.501623000018299ms +Info 9905 [23:27:03.181] Different program with same set of files +Info 9906 [23:27:03.181] getCompletionData: Get current token: 0.0014619994908571243 +Info 9907 [23:27:03.181] getCompletionData: Is inside comment: 0.006058000028133392 +Info 9908 [23:27:03.181] getCompletionData: Get previous token: 0.007724999450147152 +Info 9909 [23:27:03.181] getCompletionsAtPosition: isCompletionListBlocker: 0.0012870002537965775 +Info 9910 [23:27:03.181] Returning an empty list because completion was requested in an invalid position. +Info 9911 [23:27:03.181] Format host information updated +Info 9912 [23:27:03.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9913 [23:27:03.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 879 structureChanged: false structureIsReused:: Completely Elapsed: 7.385923999361694ms +Info 9914 [23:27:03.328] Different program with same set of files +Info 9915 [23:27:03.328] getCompletionData: Get current token: 0.0011719996109604836 +Info 9916 [23:27:03.328] getCompletionData: Is inside comment: 0.006182000041007996 +Info 9917 [23:27:03.328] getCompletionData: Get previous token: 0.007176000624895096 +Info 9918 [23:27:03.328] getCompletionsAtPosition: isCompletionListBlocker: 0.0012320000678300858 +Info 9919 [23:27:03.328] Returning an empty list because completion was requested in an invalid position. +Info 9920 [23:27:03.329] Format host information updated +Info 9921 [23:27:03.381] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9922 [23:27:03.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 880 structureChanged: false structureIsReused:: Completely Elapsed: 9.748856000602245ms +Info 9923 [23:27:03.391] Different program with same set of files +Info 9924 [23:27:03.391] getCompletionData: Get current token: 0.0009560007601976395 +Info 9925 [23:27:03.391] getCompletionData: Is inside comment: 0.0050019994378089905 +Info 9926 [23:27:03.391] getCompletionData: Get previous token: 0.0069870008155703545 +Info 9927 [23:27:03.391] getCompletionsAtPosition: isCompletionListBlocker: 0.001550000160932541 +Info 9928 [23:27:03.391] Returning an empty list because completion was requested in an invalid position. +Info 9929 [23:27:03.391] Format host information updated +Info 9930 [23:27:03.453] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9931 [23:27:03.460] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 881 structureChanged: false structureIsReused:: Completely Elapsed: 6.490164000540972ms +Info 9932 [23:27:03.460] Different program with same set of files +Info 9933 [23:27:03.460] getCompletionData: Get current token: 0.0010919999331235886 +Info 9934 [23:27:03.460] getCompletionData: Is inside comment: 0.007573000155389309 +Info 9935 [23:27:03.460] getCompletionData: Get previous token: 0.009064999409019947 +Info 9936 [23:27:03.460] getCompletionsAtPosition: isCompletionListBlocker: 0.0012959996238350868 +Info 9937 [23:27:03.460] Returning an empty list because completion was requested in an invalid position. +Info 9938 [23:27:03.460] Format host information updated +Info 9939 [23:27:03.645] Format host information updated +Info 9940 [23:27:03.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9941 [23:27:03.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 882 structureChanged: false structureIsReused:: Completely Elapsed: 10.2260259995237ms +Info 9942 [23:27:03.655] Different program with same set of files +Info 9943 [23:27:03.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9944 [23:27:03.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 883 structureChanged: false structureIsReused:: Completely Elapsed: 6.471738000400364ms +Info 9945 [23:27:03.756] Different program with same set of files +Info 9946 [23:27:03.756] getCompletionData: Get current token: 0.0011840006336569786 +Info 9947 [23:27:03.756] getCompletionData: Is inside comment: 0.006641999818384647 +Info 9948 [23:27:03.756] getCompletionData: Get previous token: 0.0034519992768764496 +Info 9949 [23:27:03.756] getCompletionsAtPosition: isCompletionListBlocker: 0.005861999467015266 +Info 9950 [23:27:03.757] getExportInfoMap: cache hit +Info 9951 [23:27:03.779] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 9952 [23:27:03.779] collectAutoImports: response is complete +Info 9953 [23:27:03.779] collectAutoImports: 21.501362999901175 +Info 9954 [23:27:03.779] getCompletionData: Semantic work: 22.771995999850333 +Info 9955 [23:27:03.790] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.85400400031358 +Info 9956 [23:27:03.797] Format host information updated +Info 9957 [23:27:03.826] Format host information updated +Info 9958 [23:27:03.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9959 [23:27:03.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 884 structureChanged: false structureIsReused:: Completely Elapsed: 7.151850000023842ms +Info 9960 [23:27:03.834] Different program with same set of files +Info 9961 [23:27:04.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9962 [23:27:04.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 885 structureChanged: false structureIsReused:: Completely Elapsed: 7.37646200042218ms +Info 9963 [23:27:04.861] Different program with same set of files +Info 9964 [23:27:04.861] getCompletionData: Get current token: 0.001095999963581562 +Info 9965 [23:27:04.861] getCompletionData: Is inside comment: 0.005305000580847263 +Info 9966 [23:27:04.861] getCompletionData: Get previous token: 0.007315999828279018 +Info 9967 [23:27:04.861] getCompletionsAtPosition: isCompletionListBlocker: 0.006649000570178032 +Info 9968 [23:27:04.862] getExportInfoMap: cache hit +Info 9969 [23:27:04.868] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 446 from cache +Info 9970 [23:27:04.868] collectAutoImports: response is complete +Info 9971 [23:27:04.868] collectAutoImports: 5.636147000826895 +Info 9972 [23:27:04.868] getCompletionData: Semantic work: 7.023494000546634 +Info 9973 [23:27:04.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.913169999606907 +Info 9974 [23:27:04.878] Format host information updated +Info 9975 [23:27:04.953] Format host information updated +Info 9976 [23:27:04.953] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9977 [23:27:04.979] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 886 structureChanged: false structureIsReused:: Completely Elapsed: 25.871137999929488ms +Info 9978 [23:27:04.979] Different program with same set of files +Info 9979 [23:27:05.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9980 [23:27:05.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 887 structureChanged: false structureIsReused:: Completely Elapsed: 6.754817999899387ms +Info 9981 [23:27:05.136] Different program with same set of files +Info 9982 [23:27:05.136] getCompletionData: Get current token: 0.0015489999204874039 +Info 9983 [23:27:05.136] getCompletionData: Is inside comment: 0.007438000291585922 +Info 9984 [23:27:05.136] getCompletionData: Get previous token: 0.004544999450445175 +Info 9985 [23:27:05.136] getCompletionsAtPosition: isCompletionListBlocker: 0.007302999496459961 +Info 9986 [23:27:05.137] getExportInfoMap: cache hit +Info 9987 [23:27:05.163] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 9988 [23:27:05.163] collectAutoImports: response is complete +Info 9989 [23:27:05.163] collectAutoImports: 25.55805499944836 +Info 9990 [23:27:05.163] getCompletionData: Semantic work: 27.063161000609398 +Info 9991 [23:27:05.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.642155000008643 +Info 9992 [23:27:05.178] Format host information updated +Info 9993 [23:27:05.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9994 [23:27:05.512] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 888 structureChanged: false structureIsReused:: Completely Elapsed: 10.334447000175714ms +Info 9995 [23:27:05.512] Different program with same set of files +Info 9996 [23:27:05.512] getCompletionData: Get current token: 0.001265999861061573 +Info 9997 [23:27:05.512] getCompletionData: Is inside comment: 0.005915000103414059 +Info 9998 [23:27:05.512] getCompletionData: Get previous token: 0.00394000019878149 +Info 9999 [23:27:05.512] getCompletionsAtPosition: isCompletionListBlocker: 0.007036999799311161 +Info 10000[23:27:05.514] getExportInfoMap: cache hit +Info 10001[23:27:05.535] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10002[23:27:05.535] collectAutoImports: response is complete +Info 10003[23:27:05.535] collectAutoImports: 20.9807930001989 +Info 10004[23:27:05.535] getCompletionData: Semantic work: 22.27866999991238 +Info 10005[23:27:05.543] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.23522900044918 +Info 10006[23:27:05.552] Format host information updated +Info 10007[23:27:05.558] Format host information updated +Info 10008[23:27:05.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10009[23:27:05.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 889 structureChanged: false structureIsReused:: Completely Elapsed: 6.818413999862969ms +Info 10010[23:27:05.565] Different program with same set of files +Info 10011[23:27:05.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10012[23:27:05.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 890 structureChanged: false structureIsReused:: Completely Elapsed: 6.6380759999156ms +Info 10013[23:27:05.587] Different program with same set of files +Info 10014[23:27:05.587] getCompletionData: Get current token: 0.0013110004365444183 +Info 10015[23:27:05.587] getCompletionData: Is inside comment: 0.006079000420868397 +Info 10016[23:27:05.587] getCompletionData: Get previous token: 0.00940799992531538 +Info 10017[23:27:05.587] getCompletionsAtPosition: isCompletionListBlocker: 0.006704000756144524 +Info 10018[23:27:05.588] getExportInfoMap: cache hit +Info 10019[23:27:05.592] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 324 from cache +Info 10020[23:27:05.592] collectAutoImports: response is complete +Info 10021[23:27:05.592] collectAutoImports: 3.407278999686241 +Info 10022[23:27:05.592] getCompletionData: Semantic work: 4.824992000125349 +Info 10023[23:27:05.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.41207000054419 +Info 10024[23:27:05.600] Format host information updated +Info 10025[23:27:05.719] Format host information updated +Info 10026[23:27:05.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10027[23:27:05.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 891 structureChanged: false structureIsReused:: Completely Elapsed: 6.595122000202537ms +Info 10028[23:27:05.726] Different program with same set of files +Info 10029[23:27:05.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10030[23:27:05.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 892 structureChanged: false structureIsReused:: Completely Elapsed: 6.777370000258088ms +Info 10031[23:27:05.906] Different program with same set of files +Info 10032[23:27:05.906] getCompletionData: Get current token: 0.0012980001047253609 +Info 10033[23:27:05.906] getCompletionData: Is inside comment: 0.0068870000541210175 +Info 10034[23:27:05.906] getCompletionData: Get previous token: 0.004356999881565571 +Info 10035[23:27:05.906] getCompletionsAtPosition: isCompletionListBlocker: 0.006319999694824219 +Info 10036[23:27:05.907] getExportInfoMap: cache hit +Info 10037[23:27:05.930] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10038[23:27:05.930] collectAutoImports: response is complete +Info 10039[23:27:05.930] collectAutoImports: 23.02493800036609 +Info 10040[23:27:05.930] getCompletionData: Semantic work: 24.282098999246955 +Info 10041[23:27:05.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.399632000364363 +Info 10042[23:27:05.945] Format host information updated +Info 10043[23:27:06.291] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10044[23:27:06.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 893 structureChanged: false structureIsReused:: Completely Elapsed: 6.327223000116646ms +Info 10045[23:27:06.297] Different program with same set of files +Info 10046[23:27:06.297] getCompletionData: Get current token: 0.0012769997119903564 +Info 10047[23:27:06.297] getCompletionData: Is inside comment: 0.0072230007499456406 +Info 10048[23:27:06.297] getCompletionData: Get previous token: 0.003994999453425407 +Info 10049[23:27:06.297] getCompletionsAtPosition: isCompletionListBlocker: 0.006333000026643276 +Info 10050[23:27:06.299] getExportInfoMap: cache hit +Info 10051[23:27:06.319] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10052[23:27:06.319] collectAutoImports: response is complete +Info 10053[23:27:06.319] collectAutoImports: 20.028236999176443 +Info 10054[23:27:06.319] getCompletionData: Semantic work: 21.405952000059187 +Info 10055[23:27:06.327] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.439961000345647 +Info 10056[23:27:06.336] Format host information updated +Info 10057[23:27:06.342] Format host information updated +Info 10058[23:27:06.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10059[23:27:06.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 894 structureChanged: false structureIsReused:: Completely Elapsed: 7.185773000121117ms +Info 10060[23:27:06.350] Different program with same set of files +Info 10061[23:27:06.818] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10062[23:27:06.825] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 895 structureChanged: false structureIsReused:: Completely Elapsed: 6.989506999962032ms +Info 10063[23:27:06.825] Different program with same set of files +Info 10064[23:27:06.825] getCompletionData: Get current token: 0.0013450002297759056 +Info 10065[23:27:06.825] getCompletionData: Is inside comment: 0.006868000142276287 +Info 10066[23:27:06.825] getCompletionData: Get previous token: 0.010021999478340149 +Info 10067[23:27:06.825] getCompletionsAtPosition: isCompletionListBlocker: 0.007870000787079334 +Info 10068[23:27:06.826] getExportInfoMap: cache hit +Info 10069[23:27:06.831] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 241 from cache +Info 10070[23:27:06.831] collectAutoImports: response is complete +Info 10071[23:27:06.831] collectAutoImports: 4.561350000090897 +Info 10072[23:27:06.831] getCompletionData: Semantic work: 6.085033999755979 +Info 10073[23:27:06.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.291368999518454 +Info 10074[23:27:06.840] Format host information updated +Info 10075[23:27:07.007] Format host information updated +Info 10076[23:27:07.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10077[23:27:07.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 896 structureChanged: false structureIsReused:: Completely Elapsed: 7.115114000625908ms +Info 10078[23:27:07.014] Different program with same set of files +Info 10079[23:27:07.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10080[23:27:07.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 897 structureChanged: false structureIsReused:: Completely Elapsed: 8.984174000099301ms +Info 10081[23:27:07.212] Different program with same set of files +Info 10082[23:27:07.212] getCompletionData: Get current token: 0.0026979995891451836 +Info 10083[23:27:07.212] getCompletionData: Is inside comment: 0.010313000530004501 +Info 10084[23:27:07.213] getCompletionData: Get previous token: 0.006326000206172466 +Info 10085[23:27:07.213] getCompletionsAtPosition: isCompletionListBlocker: 0.007694999687373638 +Info 10086[23:27:07.214] getExportInfoMap: cache hit +Info 10087[23:27:07.238] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10088[23:27:07.239] collectAutoImports: response is complete +Info 10089[23:27:07.239] collectAutoImports: 24.443582999520004 +Info 10090[23:27:07.239] getCompletionData: Semantic work: 25.97315699979663 +Info 10091[23:27:07.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.482987999916077 +Info 10092[23:27:07.254] Format host information updated +Info 10093[23:27:07.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10094[23:27:07.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 898 structureChanged: false structureIsReused:: Completely Elapsed: 11.143966999836266ms +Info 10095[23:27:07.574] Different program with same set of files +Info 10096[23:27:07.574] getCompletionData: Get current token: 0.001293000765144825 +Info 10097[23:27:07.574] getCompletionData: Is inside comment: 0.0061240000650286674 +Info 10098[23:27:07.574] getCompletionData: Get previous token: 0.0043199993669986725 +Info 10099[23:27:07.574] getCompletionsAtPosition: isCompletionListBlocker: 0.006006999872624874 +Info 10100[23:27:07.576] getExportInfoMap: cache hit +Info 10101[23:27:07.596] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10102[23:27:07.596] collectAutoImports: response is complete +Info 10103[23:27:07.596] collectAutoImports: 20.447114000096917 +Info 10104[23:27:07.596] getCompletionData: Semantic work: 21.853875000029802 +Info 10105[23:27:07.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.488134999759495 +Info 10106[23:27:07.611] Format host information updated +Info 10107[23:27:07.617] Format host information updated +Info 10108[23:27:07.618] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10109[23:27:07.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 899 structureChanged: false structureIsReused:: Completely Elapsed: 6.839600000530481ms +Info 10110[23:27:07.624] Different program with same set of files +Info 10111[23:27:08.354] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10112[23:27:08.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 900 structureChanged: false structureIsReused:: Completely Elapsed: 10.079593000002205ms +Info 10113[23:27:08.364] Different program with same set of files +Info 10114[23:27:08.364] getCompletionData: Get current token: 0.0011480003595352173 +Info 10115[23:27:08.364] getCompletionData: Is inside comment: 0.006020000204443932 +Info 10116[23:27:08.364] getCompletionData: Get previous token: 0.009890999644994736 +Info 10117[23:27:08.364] getCompletionsAtPosition: isCompletionListBlocker: 0.007527000270783901 +Info 10118[23:27:08.366] getExportInfoMap: cache hit +Info 10119[23:27:08.369] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 324 from cache +Info 10120[23:27:08.369] collectAutoImports: response is complete +Info 10121[23:27:08.369] collectAutoImports: 3.606684999540448 +Info 10122[23:27:08.369] getCompletionData: Semantic work: 5.097497999668121 +Info 10123[23:27:08.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.919608000665903 +Info 10124[23:27:08.376] Format host information updated +Info 10125[23:27:08.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10126[23:27:08.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 901 structureChanged: false structureIsReused:: Completely Elapsed: 10.757891000248492ms +Info 10127[23:27:08.714] Different program with same set of files +Info 10128[23:27:08.714] getCompletionData: Get current token: 0.0011639995500445366 +Info 10129[23:27:08.714] getCompletionData: Is inside comment: 0.006875999271869659 +Info 10130[23:27:08.714] getCompletionData: Get previous token: 0.0041589997708797455 +Info 10131[23:27:08.714] getCompletionsAtPosition: isCompletionListBlocker: 0.0017630001530051231 +Info 10132[23:27:08.715] getCompletionData: Semantic work: 0.47327200043946505 +Info 10133[23:27:08.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3423500005155802 +Info 10134[23:27:08.715] Format host information updated +Info 10135[23:27:09.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10136[23:27:09.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 902 structureChanged: false structureIsReused:: Completely Elapsed: 7.238309000618756ms +Info 10137[23:27:09.540] Different program with same set of files +Info 10138[23:27:09.541] getCompletionData: Get current token: 0.0011449996381998062 +Info 10139[23:27:09.541] getCompletionData: Is inside comment: 0.006485000252723694 +Info 10140[23:27:09.541] getCompletionData: Get previous token: 0.010184000246226788 +Info 10141[23:27:09.541] getCompletionsAtPosition: isCompletionListBlocker: 0.001705000177025795 +Info 10142[23:27:09.541] getCompletionData: Semantic work: 0.36604900006204844 +Info 10143[23:27:09.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8945639999583364 +Info 10144[23:27:09.542] Format host information updated +Info 10145[23:27:09.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10146[23:27:09.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 903 structureChanged: false structureIsReused:: Completely Elapsed: 6.642950999550521ms +Info 10147[23:27:09.938] Different program with same set of files +Info 10148[23:27:09.938] getCompletionData: Get current token: 0.0012089991942048073 +Info 10149[23:27:09.938] getCompletionData: Is inside comment: 0.006939999759197235 +Info 10150[23:27:09.938] getCompletionData: Get previous token: 0.01116000022739172 +Info 10151[23:27:09.938] getCompletionsAtPosition: isCompletionListBlocker: 0.0018169991672039032 +Info 10152[23:27:09.939] getCompletionData: Semantic work: 0.33821900002658367 +Info 10153[23:27:09.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6510969996452332 +Info 10154[23:27:09.940] Format host information updated +Info 10155[23:27:09.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10156[23:27:09.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 904 structureChanged: false structureIsReused:: Completely Elapsed: 6.820874999277294ms +Info 10157[23:27:09.983] Different program with same set of files +Info 10158[23:27:09.983] getCompletionData: Get current token: 0.001284000463783741 +Info 10159[23:27:09.983] getCompletionData: Is inside comment: 0.007205000147223473 +Info 10160[23:27:09.983] getCompletionData: Get previous token: 0.011901999823749065 +Info 10161[23:27:09.983] getCompletionsAtPosition: isCompletionListBlocker: 0.0018710000440478325 +Info 10162[23:27:09.983] getCompletionData: Semantic work: 0.3594509996473789 +Info 10163[23:27:09.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6845920002087951 +Info 10164[23:27:09.984] Format host information updated +Info 10165[23:27:10.439] Format host information updated +Info 10166[23:27:10.440] Format host information updated +Info 10167[23:27:10.440] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10168[23:27:10.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 905 structureChanged: false structureIsReused:: Completely Elapsed: 7.038456999696791ms +Info 10169[23:27:10.447] Different program with same set of files +Info 10170[23:27:10.447] getCompletionData: Get current token: 0.0014049997553229332 +Info 10171[23:27:10.447] getCompletionData: Is inside comment: 0.007505000568926334 +Info 10172[23:27:10.447] getCompletionData: Get previous token: 0.004952000454068184 +Info 10173[23:27:10.447] getCompletionsAtPosition: isCompletionListBlocker: 0.006888999603688717 +Info 10174[23:27:10.448] getExportInfoMap: cache hit +Info 10175[23:27:10.470] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10176[23:27:10.470] collectAutoImports: response is complete +Info 10177[23:27:10.470] collectAutoImports: 21.71066499967128 +Info 10178[23:27:10.470] getCompletionData: Semantic work: 23.069128999486566 +Info 10179[23:27:10.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.521108999848366 +Info 10180[23:27:10.485] getCompletionData: Get current token: 0.010812000371515751 +Info 10181[23:27:10.485] getCompletionData: Is inside comment: 0.003483000211417675 +Info 10182[23:27:10.485] getCompletionData: Get previous token: 0.015562999993562698 +Info 10183[23:27:10.486] getCompletionsAtPosition: isCompletionListBlocker: 0.002093999646604061 +Info 10184[23:27:10.486] getCompletionData: Semantic work: 0.401180999353528 +Info 10185[23:27:10.493] getCompletionData: Get current token: 0.006732999347150326 +Info 10186[23:27:10.493] getCompletionData: Is inside comment: 0.002270999364554882 +Info 10187[23:27:10.493] getCompletionData: Get previous token: 0.012928999960422516 +Info 10188[23:27:10.493] getCompletionsAtPosition: isCompletionListBlocker: 0.001783999614417553 +Info 10189[23:27:10.493] getCompletionData: Semantic work: 0.1356130000203848 +Info 10190[23:27:10.494] Format host information updated +Info 10191[23:27:10.618] getCompletionData: Get current token: 0.004055999219417572 +Info 10192[23:27:10.618] getCompletionData: Is inside comment: 0.0011219996958971024 +Info 10193[23:27:10.618] getCompletionData: Get previous token: 0.009531999938189983 +Info 10194[23:27:10.618] getCompletionsAtPosition: isCompletionListBlocker: 0.0030219992622733116 +Info 10195[23:27:10.620] getExportInfoMap: cache hit +Info 10196[23:27:10.638] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10197[23:27:10.638] collectAutoImports: response is complete +Info 10198[23:27:10.638] collectAutoImports: 17.875888000242412 +Info 10199[23:27:10.638] getCompletionData: Semantic work: 19.350552999414504 +Info 10200[23:27:10.648] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.349750000052154 +Info 10201[23:27:10.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10202[23:27:10.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 906 structureChanged: false structureIsReused:: Completely Elapsed: 7.125595000572503ms +Info 10203[23:27:10.875] Different program with same set of files +Info 10204[23:27:10.876] getCompletionData: Get current token: 0.003068000078201294 +Info 10205[23:27:10.876] getCompletionData: Is inside comment: 0.0011450005695223808 +Info 10206[23:27:10.876] getCompletionData: Get previous token: 0.013048000633716583 +Info 10207[23:27:10.876] getCompletionsAtPosition: isCompletionListBlocker: 0.0023809997364878654 +Info 10208[23:27:10.877] getExportInfoMap: cache hit +Info 10209[23:27:10.883] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 446 from cache +Info 10210[23:27:10.883] collectAutoImports: response is complete +Info 10211[23:27:10.883] collectAutoImports: 5.866626999340951 +Info 10212[23:27:10.883] getCompletionData: Semantic work: 7.237964999862015 +Info 10213[23:27:10.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.380959000438452 +Info 10214[23:27:10.894] Format host information updated +Info 10215[23:27:11.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10216[23:27:11.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 907 structureChanged: false structureIsReused:: Completely Elapsed: 9.933416000567377ms +Info 10217[23:27:11.358] Different program with same set of files +Info 10218[23:27:11.359] getCompletionData: Get current token: 0.0034730006009340286 +Info 10219[23:27:11.359] getCompletionData: Is inside comment: 0.0012429999187588692 +Info 10220[23:27:11.359] getCompletionData: Get previous token: 0.013426000252366066 +Info 10221[23:27:11.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0439630001783371 +Info 10222[23:27:11.360] getExportInfoMap: cache hit +Info 10223[23:27:11.380] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10224[23:27:11.380] collectAutoImports: response is complete +Info 10225[23:27:11.380] collectAutoImports: 20.116717000491917 +Info 10226[23:27:11.380] getCompletionData: Semantic work: 21.513877999968827 +Info 10227[23:27:11.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.249743000604212 +Info 10228[23:27:11.400] Format host information updated +Info 10229[23:27:11.467] Format host information updated +Info 10230[23:27:11.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10231[23:27:11.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 908 structureChanged: false structureIsReused:: Completely Elapsed: 14.531502000056207ms +Info 10232[23:27:11.482] Different program with same set of files +Info 10233[23:27:11.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10234[23:27:11.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 909 structureChanged: false structureIsReused:: Completely Elapsed: 6.588423000648618ms +Info 10235[23:27:11.855] Different program with same set of files +Info 10236[23:27:11.856] getCompletionData: Get current token: 0.003247000277042389 +Info 10237[23:27:11.856] getCompletionData: Is inside comment: 0.0010899994522333145 +Info 10238[23:27:11.856] getCompletionData: Get previous token: 0.013233000412583351 +Info 10239[23:27:11.856] getCompletionsAtPosition: isCompletionListBlocker: 0.0035659996792674065 +Info 10240[23:27:11.861] getExportInfoMap: cache hit +Info 10241[23:27:11.881] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10242[23:27:11.881] collectAutoImports: response is complete +Info 10243[23:27:11.881] collectAutoImports: 19.65267200022936 +Info 10244[23:27:11.881] getCompletionData: Semantic work: 24.878824999555945 +Info 10245[23:27:11.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.559731999412179 +Info 10246[23:27:11.901] Format host information updated +Info 10247[23:27:11.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10248[23:27:11.972] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 910 structureChanged: false structureIsReused:: Completely Elapsed: 9.574958000332117ms +Info 10249[23:27:11.972] Different program with same set of files +Info 10250[23:27:11.972] getCompletionData: Get current token: 0.004650999791920185 +Info 10251[23:27:11.972] getCompletionData: Is inside comment: 0.0017079999670386314 +Info 10252[23:27:11.972] getCompletionData: Get previous token: 0.020599999465048313 +Info 10253[23:27:11.972] getCompletionsAtPosition: isCompletionListBlocker: 0.003200000151991844 +Info 10254[23:27:11.974] getExportInfoMap: cache hit +Info 10255[23:27:11.986] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 446 from cache +Info 10256[23:27:11.986] collectAutoImports: response is complete +Info 10257[23:27:11.986] collectAutoImports: 11.670475999824703 +Info 10258[23:27:11.986] getCompletionData: Semantic work: 13.536479000002146 +Info 10259[23:27:11.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.319466000422835 +Info 10260[23:27:11.999] Format host information updated +Info 10261[23:27:21.481] Format host information updated +Info 10262[23:27:21.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10263[23:27:21.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 911 structureChanged: false structureIsReused:: Completely Elapsed: 7.385374000295997ms +Info 10264[23:27:21.488] Different program with same set of files +Info 10265[23:27:39.612] Format host information updated +Info 10266[23:27:39.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10267[23:27:39.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 912 structureChanged: false structureIsReused:: Completely Elapsed: 37.396770999766886ms +Info 10268[23:27:39.649] Different program with same set of files +Info 10269[23:27:40.024] getCompletionData: Get current token: 0.005915000103414059 +Info 10270[23:27:40.025] getCompletionData: Is inside comment: 0.0014479998499155045 +Info 10271[23:27:40.025] getCompletionData: Get previous token: 0.028793000616133213 +Info 10272[23:27:40.025] getCompletionsAtPosition: isCompletionListBlocker: 0.0012419996783137321 +Info 10273[23:27:40.025] Returning an empty list because completion was requested in an invalid position. +Info 10274[23:27:40.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10275[23:27:40.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 913 structureChanged: false structureIsReused:: Completely Elapsed: 8.612238000147045ms +Info 10276[23:27:40.222] Different program with same set of files +Info 10277[23:27:40.222] getCompletionData: Get current token: 0.0072119999676942825 +Info 10278[23:27:40.222] getCompletionData: Is inside comment: 0.0019519999623298645 +Info 10279[23:27:40.222] getCompletionData: Get previous token: 0.03322699945420027 +Info 10280[23:27:40.222] getCompletionsAtPosition: isCompletionListBlocker: 0.0013220002874732018 +Info 10281[23:27:40.222] Returning an empty list because completion was requested in an invalid position. +Info 10282[23:27:40.222] Format host information updated +Info 10283[23:27:40.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10284[23:27:40.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 914 structureChanged: false structureIsReused:: Completely Elapsed: 10.62334099970758ms +Info 10285[23:27:40.368] Different program with same set of files +Info 10286[23:27:40.368] getCompletionData: Get current token: 0.0068619996309280396 +Info 10287[23:27:40.368] getCompletionData: Is inside comment: 0.0017389999702572823 +Info 10288[23:27:40.368] getCompletionData: Get previous token: 0.026953999884426594 +Info 10289[23:27:40.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0013439999893307686 +Info 10290[23:27:40.368] Returning an empty list because completion was requested in an invalid position. +Info 10291[23:27:40.369] Format host information updated +Info 10292[23:27:40.492] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10293[23:27:40.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 915 structureChanged: false structureIsReused:: Completely Elapsed: 8.076939000748098ms +Info 10294[23:27:40.500] Different program with same set of files +Info 10295[23:27:40.500] getCompletionData: Get current token: 0.007400999777019024 +Info 10296[23:27:40.500] getCompletionData: Is inside comment: 0.001780000515282154 +Info 10297[23:27:40.500] getCompletionData: Get previous token: 0.028194000013172626 +Info 10298[23:27:40.500] getCompletionsAtPosition: isCompletionListBlocker: 0.0016220007091760635 +Info 10299[23:27:40.500] Returning an empty list because completion was requested in an invalid position. +Info 10300[23:27:40.500] Format host information updated +Info 10301[23:27:41.849] getCompletionData: Get current token: 0.0033559994772076607 +Info 10302[23:27:41.849] getCompletionData: Is inside comment: 0.0011590002104640007 +Info 10303[23:27:41.849] getCompletionData: Get previous token: 0.01879199966788292 +Info 10304[23:27:41.849] getCompletionsAtPosition: isCompletionListBlocker: 0.0027809999883174896 +Info 10305[23:27:41.851] getExportInfoMap: cache hit +Info 10306[23:27:41.857] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 273 from cache +Info 10307[23:27:41.857] collectAutoImports: response is complete +Info 10308[23:27:41.857] collectAutoImports: 5.970088000409305 +Info 10309[23:27:41.857] getCompletionData: Semantic work: 8.332550999708474 +Info 10310[23:27:41.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.434844999574125 +Info 10311[23:27:42.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10312[23:27:42.060] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 916 structureChanged: false structureIsReused:: Completely Elapsed: 9.37637700047344ms +Info 10313[23:27:42.060] Different program with same set of files +Info 10314[23:27:42.060] getCompletionData: Get current token: 0.0054430002346634865 +Info 10315[23:27:42.060] getCompletionData: Is inside comment: 0.0014320006594061852 +Info 10316[23:27:42.061] getCompletionData: Get previous token: 0.021359999664127827 +Info 10317[23:27:42.061] getCompletionsAtPosition: isCompletionListBlocker: 0.003945000469684601 +Info 10318[23:27:42.062] getExportInfoMap: cache hit +Info 10319[23:27:42.089] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10320[23:27:42.089] collectAutoImports: response is complete +Info 10321[23:27:42.089] collectAutoImports: 26.848720000125468 +Info 10322[23:27:42.089] getCompletionData: Semantic work: 28.680323000065982 +Info 10323[23:27:42.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.355541999451816 +Info 10324[23:27:42.113] Format host information updated +Info 10325[23:27:42.122] Format host information updated +Info 10326[23:27:42.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10327[23:27:42.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 917 structureChanged: false structureIsReused:: Completely Elapsed: 9.390737000852823ms +Info 10328[23:27:42.131] Different program with same set of files +Info 10329[23:27:42.494] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10330[23:27:42.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 918 structureChanged: false structureIsReused:: Completely Elapsed: 9.170936000533402ms +Info 10331[23:27:42.503] Different program with same set of files +Info 10332[23:27:42.504] getCompletionData: Get current token: 0.004040000028908253 +Info 10333[23:27:42.504] getCompletionData: Is inside comment: 0.0013600001111626625 +Info 10334[23:27:42.504] getCompletionData: Get previous token: 0.04038000013679266 +Info 10335[23:27:42.504] getCompletionsAtPosition: isCompletionListBlocker: 0.001950000412762165 +Info 10336[23:27:42.504] Format host information updated +Info 10337[23:27:42.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10338[23:27:42.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 919 structureChanged: false structureIsReused:: Completely Elapsed: 6.887095999903977ms +Info 10339[23:27:42.514] Different program with same set of files +Info 10340[23:27:42.514] getCompletionData: Get current token: 0.0040710000321269035 +Info 10341[23:27:42.514] getCompletionData: Is inside comment: 0.0012669991701841354 +Info 10342[23:27:42.514] getCompletionData: Get previous token: 0.017191000282764435 +Info 10343[23:27:42.514] getCompletionsAtPosition: isCompletionListBlocker: 0.0020309993997216225 +Info 10344[23:27:42.514] Format host information updated +Info 10345[23:27:42.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10346[23:27:42.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 920 structureChanged: false structureIsReused:: Completely Elapsed: 27.80981499981135ms +Info 10347[23:27:42.640] Different program with same set of files +Info 10348[23:27:42.641] getCompletionData: Get current token: 0.020817999728024006 +Info 10349[23:27:42.641] getCompletionData: Is inside comment: 0.006209000013768673 +Info 10350[23:27:42.641] getCompletionData: Get previous token: 0.1055680001154542 +Info 10351[23:27:42.641] getCompletionsAtPosition: isCompletionListBlocker: 0.015731999650597572 +Info 10352[23:27:42.646] getExportInfoMap: cache hit +Info 10353[23:27:42.681] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10354[23:27:42.681] collectAutoImports: response is complete +Info 10355[23:27:42.681] collectAutoImports: 34.76444400008768 +Info 10356[23:27:42.681] getCompletionData: Semantic work: 39.77633100003004 +Info 10357[23:27:42.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.249763999134302 +Info 10358[23:27:42.700] Format host information updated +Info 10359[23:27:43.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10360[23:27:43.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 921 structureChanged: false structureIsReused:: Completely Elapsed: 7.60903299972415ms +Info 10361[23:27:43.455] Different program with same set of files +Info 10362[23:27:43.455] getCompletionData: Get current token: 0.0035460004583001137 +Info 10363[23:27:43.455] getCompletionData: Is inside comment: 0.0010430002585053444 +Info 10364[23:27:43.455] getCompletionData: Get previous token: 0.023116999305784702 +Info 10365[23:27:43.455] getCompletionsAtPosition: isCompletionListBlocker: 0.002589999698102474 +Info 10366[23:27:43.457] getExportInfoMap: cache hit +Info 10367[23:27:43.461] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 241 from cache +Info 10368[23:27:43.461] collectAutoImports: response is complete +Info 10369[23:27:43.461] collectAutoImports: 4.147219999693334 +Info 10370[23:27:43.461] getCompletionData: Semantic work: 5.556859999895096 +Info 10371[23:27:43.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.890146000310779 +Info 10372[23:27:43.468] Format host information updated +Info 10373[23:27:47.170] getCompletionData: Get current token: 0.0035349996760487556 +Info 10374[23:27:47.170] getCompletionData: Is inside comment: 0.03043700009584427 +Info 10375[23:27:47.170] getCompletionData: Get previous token: 0.0080940006300807 +Info 10376[23:27:47.170] getCompletionsAtPosition: isCompletionListBlocker: 0.002718999981880188 +Info 10377[23:27:47.171] getExportInfoMap: cache hit +Info 10378[23:27:47.191] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3123 from cache +Info 10379[23:27:47.191] collectAutoImports: response is complete +Info 10380[23:27:47.191] collectAutoImports: 19.524455999955535 +Info 10381[23:27:47.191] getCompletionData: Semantic work: 20.97967500053346 +Info 10382[23:27:47.203] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.37262799963355 +Info 10383[23:27:51.079] Format host information updated +Info 10384[23:27:51.080] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10385[23:27:51.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 922 structureChanged: false structureIsReused:: Completely Elapsed: 7.179960999637842ms +Info 10386[23:27:51.087] Different program with same set of files +Info 10387[23:27:53.192] getCompletionData: Get current token: 0.002208000048995018 +Info 10388[23:27:53.193] getCompletionData: Is inside comment: 0.006752000190317631 +Info 10389[23:27:53.193] getCompletionData: Get previous token: 0.0076489998027682304 +Info 10390[23:27:53.193] getCompletionsAtPosition: isCompletionListBlocker: 0.0018710000440478325 +Info 10391[23:27:53.193] Returning an empty list because completion was requested in an invalid position. +Info 10392[23:27:53.369] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10393[23:27:53.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 923 structureChanged: false structureIsReused:: Completely Elapsed: 7.835167000070214ms +Info 10394[23:27:53.376] Different program with same set of files +Info 10395[23:27:53.377] getCompletionData: Get current token: 0.0025369999930262566 +Info 10396[23:27:53.377] getCompletionData: Is inside comment: 0.007930999621748924 +Info 10397[23:27:53.377] getCompletionData: Get previous token: 0.009258999489247799 +Info 10398[23:27:53.377] getCompletionsAtPosition: isCompletionListBlocker: 0.0014000004157423973 +Info 10399[23:27:53.377] Returning an empty list because completion was requested in an invalid position. +Info 10400[23:27:53.377] Format host information updated +Info 10401[23:27:54.418] getCompletionData: Get current token: 0.0037049995735287666 +Info 10402[23:27:54.418] getCompletionData: Is inside comment: 0.0011360002681612968 +Info 10403[23:27:54.418] getCompletionData: Get previous token: 0.02128399908542633 +Info 10404[23:27:54.418] getCompletionsAtPosition: isCompletionListBlocker: 0.0020810002461075783 +Info 10405[23:27:54.418] getCompletionData: Semantic work: 0.2736769998446107 +Info 10406[23:27:54.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2383309993892908 +Info 10407[23:27:54.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10408[23:27:54.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 924 structureChanged: false structureIsReused:: Completely Elapsed: 28.318625999614596ms +Info 10409[23:27:54.631] Different program with same set of files +Info 10410[23:27:54.631] getCompletionData: Get current token: 0.014499999582767487 +Info 10411[23:27:54.631] getCompletionData: Is inside comment: 0.00546099990606308 +Info 10412[23:27:54.631] getCompletionData: Get previous token: 0.09996800031512976 +Info 10413[23:27:54.631] getCompletionsAtPosition: isCompletionListBlocker: 0.0052740005776286125 +Info 10414[23:27:54.633] getCompletionData: Semantic work: 1.229492999613285 +Info 10415[23:27:54.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2111580008640885 +Info 10416[23:27:54.636] Format host information updated +Info 10417[23:27:54.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10418[23:27:54.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 925 structureChanged: false structureIsReused:: Completely Elapsed: 8.20332199987024ms +Info 10419[23:27:54.753] Different program with same set of files +Info 10420[23:27:54.753] getCompletionData: Get current token: 0.004369999282062054 +Info 10421[23:27:54.753] getCompletionData: Is inside comment: 0.0015199994668364525 +Info 10422[23:27:54.753] getCompletionData: Get previous token: 0.028334000147879124 +Info 10423[23:27:54.753] getCompletionsAtPosition: isCompletionListBlocker: 0.0021740002557635307 +Info 10424[23:27:54.754] getCompletionData: Semantic work: 0.43614500015974045 +Info 10425[23:27:54.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9010499995201826 +Info 10426[23:27:54.755] Format host information updated +Info 10427[23:27:54.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10428[23:27:54.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 926 structureChanged: false structureIsReused:: Completely Elapsed: 10.887562000192702ms +Info 10429[23:27:54.838] Different program with same set of files +Info 10430[23:27:54.839] getCompletionData: Get current token: 0.004182999953627586 +Info 10431[23:27:54.839] getCompletionData: Is inside comment: 0.0015469994395971298 +Info 10432[23:27:54.839] getCompletionData: Get previous token: 0.026833999902009964 +Info 10433[23:27:54.839] getCompletionsAtPosition: isCompletionListBlocker: 0.0019819997251033783 +Info 10434[23:27:54.839] getCompletionData: Semantic work: 0.3749899994581938 +Info 10435[23:27:54.840] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8023509997874498 +Info 10436[23:27:54.840] Format host information updated +Info 10437[23:27:54.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10438[23:27:55.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 927 structureChanged: false structureIsReused:: Completely Elapsed: 7.752465000376105ms +Info 10439[23:27:55.001] Different program with same set of files +Info 10440[23:27:55.001] getCompletionData: Get current token: 0.0038569997996091843 +Info 10441[23:27:55.001] getCompletionData: Is inside comment: 0.001193000003695488 +Info 10442[23:27:55.001] getCompletionData: Get previous token: 0.022803000174462795 +Info 10443[23:27:55.001] getCompletionsAtPosition: isCompletionListBlocker: 0.0019310005009174347 +Info 10444[23:27:55.001] getCompletionData: Semantic work: 0.4049760000780225 +Info 10445[23:27:55.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7182420007884502 +Info 10446[23:27:55.004] Format host information updated +Info 10447[23:27:55.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10448[23:27:55.115] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 928 structureChanged: false structureIsReused:: Completely Elapsed: 7.757075999863446ms +Info 10449[23:27:55.115] Different program with same set of files +Info 10450[23:27:55.115] getCompletionData: Get current token: 0.004259999841451645 +Info 10451[23:27:55.115] getCompletionData: Is inside comment: 0.0015489999204874039 +Info 10452[23:27:55.115] getCompletionData: Get previous token: 0.02632599975913763 +Info 10453[23:27:55.115] getCompletionsAtPosition: isCompletionListBlocker: 0.0022459998726844788 +Info 10454[23:27:55.116] getCompletionData: Semantic work: 0.36711900029331446 +Info 10455[23:27:55.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5282239997759461 +Info 10456[23:27:55.117] Format host information updated +Info 10457[23:28:01.952] Format host information updated +Info 10458[23:28:01.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10459[23:28:01.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 929 structureChanged: false structureIsReused:: Completely Elapsed: 9.623885000124574ms +Info 10460[23:28:01.962] Different program with same set of files +Info 10461[23:28:02.125] Format host information updated +Info 10462[23:28:02.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10463[23:28:02.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 930 structureChanged: false structureIsReused:: Completely Elapsed: 10.252608000300825ms +Info 10464[23:28:02.136] Different program with same set of files +Info 10465[23:28:02.856] Format host information updated +Info 10466[23:28:02.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10467[23:28:02.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 931 structureChanged: false structureIsReused:: Completely Elapsed: 10.234818000346422ms +Info 10468[23:28:02.867] Different program with same set of files +Info 10469[23:28:50.164] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10470[23:28:50.166] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs +Info 10471[23:28:50.166] Elapsed:: 1.6929700002074242ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10472[23:28:50.166] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10473[23:28:50.166] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs +Info 10474[23:28:50.166] Elapsed:: 0.23934399988502264ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10475[23:28:50.166] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10476[23:28:50.167] Elapsed:: 0.9191719992086291ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10477[23:28:50.168] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10478[23:28:50.168] Elapsed:: 0.18444200046360493ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10479[23:28:56.283] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10480[23:28:56.284] Elapsed:: 0.906704000197351ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10481[23:28:56.284] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10482[23:28:56.285] Elapsed:: 0.5551890004426241ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10483[23:28:56.285] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10484[23:28:56.285] Elapsed:: 0.1005680002272129ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10485[23:28:56.285] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10486[23:28:56.285] Elapsed:: 0.13199999928474426ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10487[23:28:56.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10488[23:28:56.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 932 structureChanged: true structureIsReused:: Not Elapsed: 11.168160999193788ms +Info 10489[23:28:56.554] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10490[23:28:56.554] Files (149) + +Info 10491[23:28:56.554] ----------------------------------------------- +Info 10492[23:28:56.554] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10493[23:28:56.554] Files (624) + +Info 10494[23:28:56.554] ----------------------------------------------- +Info 10495[23:28:58.785] Before ensureProjectForOpenFiles: +Info 10496[23:28:58.785] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10496[23:28:58.785] Files (149) + +Info 10496[23:28:58.786] ----------------------------------------------- +Info 10496[23:28:58.786] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10496[23:28:58.786] Files (624) + +Info 10496[23:28:58.786] ----------------------------------------------- +Info 10496[23:28:58.786] Project '/dev/null/inferredProject1*' (Inferred) +Info 10496[23:28:58.786] Files (132) + +Info 10496[23:28:58.786] ----------------------------------------------- +Info 10496[23:28:58.786] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10496[23:28:58.786] Files (189) + +Info 10496[23:28:58.786] ----------------------------------------------- +Info 10496[23:28:58.786] Open files: +Info 10496[23:28:58.786] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10496[23:28:58.786] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10496[23:28:58.786] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10496[23:28:58.786] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10496[23:28:58.786] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10496[23:28:58.786] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10496[23:28:58.786] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10496[23:28:58.786] Projects: +Info 10496[23:28:58.789] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10497[23:28:58.806] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed: 16.825081000104547ms +Info 10498[23:28:58.806] Project '/dev/null/inferredProject1*' (Inferred) +Info 10499[23:28:58.806] Files (133) + +Info 10500[23:28:58.806] ----------------------------------------------- +Info 10501[23:28:58.806] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10502[23:28:58.806] Files (189) + +Info 10503[23:28:58.806] ----------------------------------------------- +Info 10504[23:28:58.806] After ensureProjectForOpenFiles: +Info 10505[23:28:58.806] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10505[23:28:58.806] Files (149) + +Info 10505[23:28:58.806] ----------------------------------------------- +Info 10505[23:28:58.806] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10505[23:28:58.806] Files (624) + +Info 10505[23:28:58.806] ----------------------------------------------- +Info 10505[23:28:58.806] Project '/dev/null/inferredProject1*' (Inferred) +Info 10505[23:28:58.806] Files (133) + +Info 10505[23:28:58.806] ----------------------------------------------- +Info 10505[23:28:58.806] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10505[23:28:58.806] Files (189) + +Info 10505[23:28:58.806] ----------------------------------------------- +Info 10505[23:28:58.806] Open files: +Info 10505[23:28:58.806] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10505[23:28:58.806] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10505[23:28:58.806] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10505[23:28:58.806] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10505[23:28:58.806] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10505[23:28:58.806] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10505[23:28:58.806] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10505[23:28:58.806] Projects: /dev/null/inferredProject1* +Info 10505[23:28:58.806] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js +Info 10506[23:29:09.747] Search path: /home/orion/src/purescript-puppeteer/src +Info 10507[23:29:09.747] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10508[23:29:09.748] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10508[23:29:09.748] Files (149) + +Info 10508[23:29:09.748] ----------------------------------------------- +Info 10508[23:29:09.748] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10508[23:29:09.748] Files (624) + +Info 10508[23:29:09.748] ----------------------------------------------- +Info 10508[23:29:09.748] Project '/dev/null/inferredProject1*' (Inferred) +Info 10508[23:29:09.748] Files (133) + +Info 10508[23:29:09.748] ----------------------------------------------- +Info 10508[23:29:09.748] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10508[23:29:09.748] Files (189) + +Info 10508[23:29:09.748] ----------------------------------------------- +Info 10508[23:29:09.748] Open files: +Info 10508[23:29:09.748] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10508[23:29:09.748] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10508[23:29:09.748] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10508[23:29:09.748] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10508[23:29:09.748] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10508[23:29:09.748] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10508[23:29:09.748] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10508[23:29:09.748] Projects: /dev/null/inferredProject1* +Info 10508[23:29:09.748] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10508[23:29:09.748] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10508[23:29:09.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10509[23:29:09.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 933 structureChanged: false structureIsReused:: Completely Elapsed: 17.99981900025159ms +Info 10510[23:29:09.978] Different program with same set of files +Info 10511[23:29:09.998] Format host information updated +Info 10512[23:29:10.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10513[23:29:10.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Not Elapsed: 0.3196159992367029ms +Info 10514[23:29:12.260] Before ensureProjectForOpenFiles: +Info 10515[23:29:12.260] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10515[23:29:12.260] Files (149) + +Info 10515[23:29:12.260] ----------------------------------------------- +Info 10515[23:29:12.260] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10515[23:29:12.260] Files (624) + +Info 10515[23:29:12.260] ----------------------------------------------- +Info 10515[23:29:12.260] Project '/dev/null/inferredProject1*' (Inferred) +Info 10515[23:29:12.260] Files (133) + +Info 10515[23:29:12.260] ----------------------------------------------- +Info 10515[23:29:12.260] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10515[23:29:12.260] Files (189) + +Info 10515[23:29:12.260] ----------------------------------------------- +Info 10515[23:29:12.260] Open files: +Info 10515[23:29:12.260] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10515[23:29:12.260] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10515[23:29:12.260] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10515[23:29:12.260] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10515[23:29:12.260] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10515[23:29:12.260] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10515[23:29:12.260] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10515[23:29:12.260] Projects: /dev/null/inferredProject1* +Info 10515[23:29:12.260] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10515[23:29:12.260] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10515[23:29:12.260] After ensureProjectForOpenFiles: +Info 10516[23:29:12.260] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10516[23:29:12.260] Files (149) + +Info 10516[23:29:12.260] ----------------------------------------------- +Info 10516[23:29:12.260] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10516[23:29:12.261] Files (624) + +Info 10516[23:29:12.261] ----------------------------------------------- +Info 10516[23:29:12.261] Project '/dev/null/inferredProject1*' (Inferred) +Info 10516[23:29:12.261] Files (133) + +Info 10516[23:29:12.261] ----------------------------------------------- +Info 10516[23:29:12.261] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10516[23:29:12.261] Files (189) + +Info 10516[23:29:12.261] ----------------------------------------------- +Info 10516[23:29:12.261] Open files: +Info 10516[23:29:12.261] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10516[23:29:12.261] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10516[23:29:12.261] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10516[23:29:12.261] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10516[23:29:12.261] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10516[23:29:12.261] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10516[23:29:12.261] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10516[23:29:12.261] Projects: /dev/null/inferredProject1* +Info 10516[23:29:12.261] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10516[23:29:12.261] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10516[23:29:12.261] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.Eval.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js +Info 10517[23:29:24.335] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10517[23:29:24.335] Files (149) + +Info 10517[23:29:24.335] ----------------------------------------------- +Info 10517[23:29:24.335] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10517[23:29:24.335] Files (624) + +Info 10517[23:29:24.335] ----------------------------------------------- +Info 10517[23:29:24.335] Project '/dev/null/inferredProject1*' (Inferred) +Info 10517[23:29:24.335] Files (133) + +Info 10517[23:29:24.335] ----------------------------------------------- +Info 10517[23:29:24.335] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10517[23:29:24.335] Files (189) + +Info 10517[23:29:24.335] ----------------------------------------------- +Info 10517[23:29:24.335] Open files: +Info 10517[23:29:24.335] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10517[23:29:24.335] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10517[23:29:24.335] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10517[23:29:24.335] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10517[23:29:24.335] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10517[23:29:24.335] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10517[23:29:24.335] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10517[23:29:24.335] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10517[23:30:58.964] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10518[23:30:58.964] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs +Info 10519[23:30:58.964] Elapsed:: 0.11322199925780296ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10520[23:30:58.964] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10521[23:30:58.964] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.purs +Info 10522[23:30:58.964] Elapsed:: 0.04914399981498718ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10523[23:30:58.965] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10524[23:30:58.965] Elapsed:: 0.05070999916642904ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10525[23:30:58.965] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10526[23:30:58.965] Elapsed:: 0.04527599923312664ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10527[23:30:58.965] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 10528[23:30:58.965] Elapsed:: 0.02568499930202961ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 10529[23:30:58.965] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 10530[23:30:58.965] Elapsed:: 0.01602800004184246ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 10531[23:30:58.965] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 10532[23:30:58.965] Ignoring files that are not *.json +Info 10533[23:30:58.965] Elapsed:: 0.05941599979996681ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 10534[23:30:58.965] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 10535[23:30:58.965] Ignoring files that are not *.json +Info 10536[23:30:58.965] Elapsed:: 0.0036249998956918716ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.purs 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 10537[23:31:03.182] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10538[23:31:03.183] Elapsed:: 0.1350689996033907ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10539[23:31:03.183] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10540[23:31:03.183] Elapsed:: 0.10320699959993362ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 10541[23:31:03.183] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10542[23:31:03.183] Elapsed:: 0.029525999911129475ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10543[23:31:03.183] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10544[23:31:03.183] Elapsed:: 0.04772000014781952ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 10545[23:31:03.183] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 10546[23:31:03.183] Elapsed:: 0.008952999487519264ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 10547[23:31:03.183] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 10548[23:31:03.183] Elapsed:: 0.02506399992853403ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 10549[23:31:03.183] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 10550[23:31:03.183] Ignoring files that are not *.json +Info 10551[23:31:03.183] Elapsed:: 0.008464999496936798ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 10552[23:31:03.183] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 10553[23:31:03.183] Ignoring files that are not *.json +Info 10554[23:31:03.183] Elapsed:: 0.005867999978363514ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 10555[23:31:03.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10556[23:31:03.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 934 structureChanged: true structureIsReused:: Not Elapsed: 23.54826599918306ms +Info 10557[23:31:03.470] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10558[23:31:03.470] Files (149) + +Info 10559[23:31:03.470] ----------------------------------------------- +Info 10560[23:31:03.470] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10561[23:31:03.470] Files (624) + +Info 10562[23:31:03.470] ----------------------------------------------- +Info 10563[23:31:05.684] Before ensureProjectForOpenFiles: +Info 10564[23:31:05.684] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10564[23:31:05.684] Files (149) + +Info 10564[23:31:05.684] ----------------------------------------------- +Info 10564[23:31:05.684] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10564[23:31:05.684] Files (624) + +Info 10564[23:31:05.684] ----------------------------------------------- +Info 10564[23:31:05.684] Project '/dev/null/inferredProject1*' (Inferred) +Info 10564[23:31:05.684] Files (133) + +Info 10564[23:31:05.684] ----------------------------------------------- +Info 10564[23:31:05.684] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10564[23:31:05.684] Files (189) + +Info 10564[23:31:05.684] ----------------------------------------------- +Info 10564[23:31:05.684] Open files: +Info 10564[23:31:05.684] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10564[23:31:05.684] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10564[23:31:05.684] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10564[23:31:05.684] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10564[23:31:05.684] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10564[23:31:05.684] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10564[23:31:05.684] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10564[23:31:05.684] Projects: +Info 10564[23:31:05.685] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10565[23:31:05.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed: 20.549910999834538ms +Info 10566[23:31:05.706] Project '/dev/null/inferredProject1*' (Inferred) +Info 10567[23:31:05.706] Files (133) + +Info 10568[23:31:05.706] ----------------------------------------------- +Info 10569[23:31:05.706] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10570[23:31:05.706] Files (189) + +Info 10571[23:31:05.706] ----------------------------------------------- +Info 10572[23:31:05.706] After ensureProjectForOpenFiles: +Info 10573[23:31:05.706] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10573[23:31:05.706] Files (149) + +Info 10573[23:31:05.706] ----------------------------------------------- +Info 10573[23:31:05.706] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10573[23:31:05.706] Files (624) + +Info 10573[23:31:05.706] ----------------------------------------------- +Info 10573[23:31:05.706] Project '/dev/null/inferredProject1*' (Inferred) +Info 10573[23:31:05.706] Files (133) + +Info 10573[23:31:05.706] ----------------------------------------------- +Info 10573[23:31:05.706] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10573[23:31:05.706] Files (189) + +Info 10573[23:31:05.706] ----------------------------------------------- +Info 10573[23:31:05.706] Open files: +Info 10573[23:31:05.706] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10573[23:31:05.706] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10573[23:31:05.706] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10573[23:31:05.706] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10573[23:31:05.706] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10573[23:31:05.706] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10573[23:31:05.706] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10573[23:31:05.706] Projects: /dev/null/inferredProject1* +Info 10573[23:31:05.706] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Eval.js +Info 10574[23:31:07.303] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10574[23:31:07.303] Files (149) + +Info 10574[23:31:07.303] ----------------------------------------------- +Info 10574[23:31:07.303] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10574[23:31:07.303] Files (624) + +Info 10574[23:31:07.303] ----------------------------------------------- +Info 10574[23:31:07.303] Project '/dev/null/inferredProject1*' (Inferred) +Info 10574[23:31:07.303] Files (133) + +Info 10574[23:31:07.303] ----------------------------------------------- +Info 10574[23:31:07.303] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10574[23:31:07.303] Files (189) + +Info 10574[23:31:07.303] ----------------------------------------------- +Info 10574[23:31:07.303] Open files: +Info 10574[23:31:07.303] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10574[23:31:07.303] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10574[23:31:07.303] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10574[23:31:07.303] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10574[23:31:07.303] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10574[23:31:07.303] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10574[23:33:34.037] Search path: /home/orion/src/purescript-puppeteer/src +Info 10575[23:33:34.037] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10576[23:33:34.037] `remove Project:: +Info 10577[23:33:34.037] Project '/dev/null/inferredProject1*' (Inferred) +Info 10578[23:33:34.037] Files (133) + +Info 10579[23:33:34.037] ----------------------------------------------- +Info 10580[23:33:34.037] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 10581[23:33:34.037] Files (189) + +Info 10582[23:33:34.037] ----------------------------------------------- +Info 10583[23:33:34.040] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10583[23:33:34.040] Files (149) + +Info 10583[23:33:34.040] ----------------------------------------------- +Info 10583[23:33:34.040] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10583[23:33:34.040] Files (624) + +Info 10583[23:33:34.040] ----------------------------------------------- +Info 10583[23:33:34.040] Open files: +Info 10583[23:33:34.040] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10583[23:33:34.040] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10583[23:33:34.040] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10583[23:33:34.040] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10583[23:33:34.040] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10583[23:33:34.040] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10583[23:33:34.040] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10583[23:33:34.040] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10583[23:33:34.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10584[23:33:34.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 935 structureChanged: false structureIsReused:: Completely Elapsed: 29.365344000048935ms +Info 10585[23:33:34.281] Different program with same set of files +Info 10586[23:33:34.331] Format host information updated +Info 10587[23:33:36.550] Before ensureProjectForOpenFiles: +Info 10588[23:33:36.550] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10588[23:33:36.550] Files (149) + +Info 10588[23:33:36.550] ----------------------------------------------- +Info 10588[23:33:36.551] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10588[23:33:36.551] Files (624) + +Info 10588[23:33:36.551] ----------------------------------------------- +Info 10588[23:33:36.551] Open files: +Info 10588[23:33:36.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10588[23:33:36.551] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10588[23:33:36.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10588[23:33:36.551] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10588[23:33:36.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10588[23:33:36.551] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10588[23:33:36.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10588[23:33:36.551] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10588[23:33:36.551] After ensureProjectForOpenFiles: +Info 10589[23:33:36.551] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 10589[23:33:36.551] Files (149) + +Info 10589[23:33:36.551] ----------------------------------------------- +Info 10589[23:33:36.551] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 10589[23:33:36.551] Files (624) + +Info 10589[23:33:36.551] ----------------------------------------------- +Info 10589[23:33:36.551] Open files: +Info 10589[23:33:36.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10589[23:33:36.551] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10589[23:33:36.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10589[23:33:36.551] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10589[23:33:36.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10589[23:33:36.551] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10589[23:33:36.551] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 10589[23:33:36.551] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10589[23:33:36.551] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js +Info 10590[23:33:44.022] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10591[23:33:44.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 936 structureChanged: false structureIsReused:: Completely Elapsed: 10.026020999997854ms +Info 10592[23:33:44.032] Different program with same set of files +Info 10593[23:33:44.032] getCompletionData: Get current token: 0.0035729994997382164 +Info 10594[23:33:44.032] getCompletionData: Is inside comment: 0.012067999690771103 +Info 10595[23:33:44.032] getCompletionData: Get previous token: 0.016738000325858593 +Info 10596[23:33:44.032] getCompletionsAtPosition: isCompletionListBlocker: 0.0018270006403326988 +Info 10597[23:33:44.035] AutoImportProviderProject: found 466 root files in 6 dependencies in 0.5382320005446672 ms +Info 10598[23:33:44.037] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 10599[23:33:44.038] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.596369999460876ms +Info 10600[23:33:44.038] getExportInfoMap: cache miss or empty; calculating new results +Info 10601[23:33:44.065] forEachExternalModuleToImportFrom autoImportProvider: 13.195937000215054 +Info 10602[23:33:44.065] getExportInfoMap: done in 30.834776000119746 ms +Info 10603[23:33:44.068] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10604[23:33:44.068] collectAutoImports: response is complete +Info 10605[23:33:44.068] collectAutoImports: 3.05362799949944 +Info 10606[23:33:44.068] getCompletionData: Semantic work: 35.7378679998219 +Info 10607[23:33:44.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.95187700074166 +Info 10608[23:33:44.080] Format host information updated +Info 10609[23:33:44.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10610[23:33:44.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 937 structureChanged: false structureIsReused:: Completely Elapsed: 12.250795000232756ms +Info 10611[23:33:44.300] Different program with same set of files +Info 10612[23:33:44.301] getCompletionData: Get current token: 0.003762999549508095 +Info 10613[23:33:44.301] getCompletionData: Is inside comment: 0.011220999993383884 +Info 10614[23:33:44.301] getCompletionData: Get previous token: 0.014475000090897083 +Info 10615[23:33:44.301] getCompletionsAtPosition: isCompletionListBlocker: 0.0020249998196959496 +Info 10616[23:33:44.302] getExportInfoMap: cache hit +Info 10617[23:33:44.304] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10618[23:33:44.304] collectAutoImports: response is complete +Info 10619[23:33:44.304] collectAutoImports: 1.6783760003745556 +Info 10620[23:33:44.304] getCompletionData: Semantic work: 3.3395720003172755 +Info 10621[23:33:44.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.735535999760032 +Info 10622[23:33:44.314] Format host information updated +Info 10623[23:33:44.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10624[23:33:44.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 938 structureChanged: false structureIsReused:: Completely Elapsed: 9.323269999586046ms +Info 10625[23:33:44.360] Different program with same set of files +Info 10626[23:33:44.361] getCompletionData: Get current token: 0.0035470006987452507 +Info 10627[23:33:44.361] getCompletionData: Is inside comment: 0.011212000623345375 +Info 10628[23:33:44.361] getCompletionData: Get previous token: 0.014248999767005444 +Info 10629[23:33:44.361] getCompletionsAtPosition: isCompletionListBlocker: 0.002047000452876091 +Info 10630[23:33:44.362] getExportInfoMap: cache hit +Info 10631[23:33:44.364] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10632[23:33:44.364] collectAutoImports: response is complete +Info 10633[23:33:44.364] collectAutoImports: 1.6533570000901818 +Info 10634[23:33:44.364] getCompletionData: Semantic work: 3.2218989999964833 +Info 10635[23:33:44.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.818899999372661 +Info 10636[23:33:44.374] Format host information updated +Info 10637[23:33:44.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10638[23:33:44.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 939 structureChanged: false structureIsReused:: Completely Elapsed: 13.59190999995917ms +Info 10639[23:33:44.445] Different program with same set of files +Info 10640[23:33:44.446] getCompletionData: Get current token: 0.006502999924123287 +Info 10641[23:33:44.446] getCompletionData: Is inside comment: 0.019999999552965164 +Info 10642[23:33:44.446] getCompletionData: Get previous token: 0.04900099989026785 +Info 10643[23:33:44.446] getCompletionsAtPosition: isCompletionListBlocker: 0.002840000204741955 +Info 10644[23:33:44.448] getExportInfoMap: cache hit +Info 10645[23:33:44.451] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10646[23:33:44.451] collectAutoImports: response is complete +Info 10647[23:33:44.451] collectAutoImports: 2.9250870002433658 +Info 10648[23:33:44.451] getCompletionData: Semantic work: 4.897943000309169 +Info 10649[23:33:44.462] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.607881999574602 +Info 10650[23:33:44.466] Format host information updated +Info 10651[23:33:44.677] Format host information updated +Info 10652[23:33:44.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10653[23:33:44.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 940 structureChanged: false structureIsReused:: Completely Elapsed: 7.842069000005722ms +Info 10654[23:33:44.685] Different program with same set of files +Info 10655[23:33:44.763] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10656[23:33:44.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 941 structureChanged: false structureIsReused:: Completely Elapsed: 17.807820999994874ms +Info 10657[23:33:44.781] Different program with same set of files +Info 10658[23:33:44.782] getCompletionData: Get current token: 0.016454000025987625 +Info 10659[23:33:44.782] getCompletionData: Is inside comment: 0.03893100004643202 +Info 10660[23:33:44.782] getCompletionData: Get previous token: 0.02836600039154291 +Info 10661[23:33:44.782] getCompletionsAtPosition: isCompletionListBlocker: 0.015232999809086323 +Info 10662[23:33:44.785] getExportInfoMap: cache hit +Info 10663[23:33:44.854] collectAutoImports: resolved 388 module specifiers, plus 175 ambient and 3498 from cache +Info 10664[23:33:44.854] collectAutoImports: response is complete +Info 10665[23:33:44.854] collectAutoImports: 69.38341100048274 +Info 10666[23:33:44.854] getCompletionData: Semantic work: 72.62076899968088 +Info 10667[23:33:44.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.002241999842227 +Info 10668[23:33:44.879] Format host information updated +Info 10669[23:33:44.898] Format host information updated +Info 10670[23:33:44.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10671[23:33:44.907] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 942 structureChanged: false structureIsReused:: Completely Elapsed: 8.6146560003981ms +Info 10672[23:33:44.907] Different program with same set of files +Info 10673[23:33:46.405] getCompletionData: Get current token: 0.004585999995470047 +Info 10674[23:33:46.405] getCompletionData: Is inside comment: 0.0013520000502467155 +Info 10675[23:33:46.405] getCompletionData: Get previous token: 0.009965999983251095 +Info 10676[23:33:46.405] getCompletionsAtPosition: isCompletionListBlocker: 0.002720000222325325 +Info 10677[23:33:46.405] getCompletionData: Semantic work: 0.15116399992257357 +Info 10678[23:33:46.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.909613000229001 +Info 10679[23:33:46.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10680[23:33:46.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 943 structureChanged: false structureIsReused:: Completely Elapsed: 8.436596999876201ms +Info 10681[23:33:46.861] Different program with same set of files +Info 10682[23:33:46.861] getCompletionData: Get current token: 0.0021599996834993362 +Info 10683[23:33:46.861] getCompletionData: Is inside comment: 0.0009039994329214096 +Info 10684[23:33:46.861] getCompletionData: Get previous token: 0.010944000445306301 +Info 10685[23:33:46.862] getCompletionsAtPosition: isCompletionListBlocker: 0.001812000758945942 +Info 10686[23:33:46.862] getCompletionData: Semantic work: 0.10230000037699938 +Info 10687[23:33:46.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8884279998019338 +Info 10688[23:33:46.863] Format host information updated +Info 10689[23:33:47.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10690[23:33:47.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 944 structureChanged: false structureIsReused:: Completely Elapsed: 12.93439400009811ms +Info 10691[23:33:47.016] Different program with same set of files +Info 10692[23:33:47.016] getCompletionData: Get current token: 0.004476999863982201 +Info 10693[23:33:47.016] getCompletionData: Is inside comment: 0.0015519997105002403 +Info 10694[23:33:47.016] getCompletionData: Get previous token: 0.021317999809980392 +Info 10695[23:33:47.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0029989993199706078 +Info 10696[23:33:47.016] getCompletionData: Semantic work: 0.14005200006067753 +Info 10697[23:33:47.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3723919996991754 +Info 10698[23:33:47.018] Format host information updated +Info 10699[23:33:47.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10700[23:33:47.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 945 structureChanged: false structureIsReused:: Completely Elapsed: 10.28141300007701ms +Info 10701[23:33:47.073] Different program with same set of files +Info 10702[23:33:47.074] getCompletionData: Get current token: 0.0035979999229311943 +Info 10703[23:33:47.074] getCompletionData: Is inside comment: 0.0013089999556541443 +Info 10704[23:33:47.074] getCompletionData: Get previous token: 0.016387000679969788 +Info 10705[23:33:47.074] getCompletionsAtPosition: isCompletionListBlocker: 0.002735000103712082 +Info 10706[23:33:47.074] getCompletionData: Semantic work: 0.10440099984407425 +Info 10707[23:33:47.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2962859999388456 +Info 10708[23:33:47.076] Format host information updated +Info 10709[23:33:47.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10710[23:33:47.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 946 structureChanged: false structureIsReused:: Completely Elapsed: 14.606314999982715ms +Info 10711[23:33:47.146] Different program with same set of files +Info 10712[23:33:47.147] getCompletionData: Get current token: 0.0053449999541044235 +Info 10713[23:33:47.147] getCompletionData: Is inside comment: 0.0020670006051659584 +Info 10714[23:33:47.147] getCompletionData: Get previous token: 0.026566999964416027 +Info 10715[23:33:47.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0037960000336170197 +Info 10716[23:33:47.147] getCompletionData: Semantic work: 0.1517890002578497 +Info 10717[23:33:47.149] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6561429994180799 +Info 10718[23:33:47.153] Format host information updated +Info 10719[23:33:47.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10720[23:33:47.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 947 structureChanged: false structureIsReused:: Completely Elapsed: 28.381597000174224ms +Info 10721[23:33:47.233] Different program with same set of files +Info 10722[23:33:47.233] getCompletionData: Get current token: 0.012265999801456928 +Info 10723[23:33:47.233] getCompletionData: Is inside comment: 0.003650999628007412 +Info 10724[23:33:47.233] getCompletionData: Get previous token: 0.03079400025308132 +Info 10725[23:33:47.233] getCompletionsAtPosition: isCompletionListBlocker: 0.10366499982774258 +Info 10726[23:33:47.234] getCompletionData: Semantic work: 0.2892589997500181 +Info 10727[23:33:47.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0474039996042848 +Info 10728[23:33:47.237] Format host information updated +Info 10729[23:33:47.300] Format host information updated +Info 10730[23:33:47.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10731[23:33:47.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 948 structureChanged: false structureIsReused:: Completely Elapsed: 18.183447999879718ms +Info 10732[23:33:47.318] Different program with same set of files +Info 10733[23:34:46.057] Format host information updated +Info 10734[23:34:46.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10735[23:34:46.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 949 structureChanged: false structureIsReused:: Completely Elapsed: 7.931990000419319ms +Info 10736[23:34:46.066] Different program with same set of files +Info 10737[23:34:46.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10738[23:34:46.208] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 950 structureChanged: false structureIsReused:: Completely Elapsed: 10.732729000039399ms +Info 10739[23:34:46.208] Different program with same set of files +Info 10740[23:34:46.208] getCompletionData: Get current token: 0.004180999472737312 +Info 10741[23:34:46.208] getCompletionData: Is inside comment: 0.047085000202059746 +Info 10742[23:34:46.208] getCompletionData: Get previous token: 0.022695000283420086 +Info 10743[23:34:46.208] getCompletionsAtPosition: isCompletionListBlocker: 0.007340000011026859 +Info 10744[23:34:46.211] getExportInfoMap: cache hit +Info 10745[23:34:46.231] collectAutoImports: resolved 36 module specifiers, plus 17 ambient and 760 from cache +Info 10746[23:34:46.231] collectAutoImports: response is complete +Info 10747[23:34:46.231] collectAutoImports: 20.4532900005579 +Info 10748[23:34:46.231] getCompletionData: Semantic work: 22.63303800020367 +Info 10749[23:34:46.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.679042999632657 +Info 10750[23:34:46.243] Format host information updated +Info 10751[23:34:46.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10752[23:34:46.332] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 951 structureChanged: false structureIsReused:: Completely Elapsed: 19.25365399941802ms +Info 10753[23:34:46.332] Different program with same set of files +Info 10754[23:34:46.333] getCompletionData: Get current token: 0.01132499985396862 +Info 10755[23:34:46.333] getCompletionData: Is inside comment: 0.06171000003814697 +Info 10756[23:34:46.333] getCompletionData: Get previous token: 0.04315200075507164 +Info 10757[23:34:46.333] getCompletionsAtPosition: isCompletionListBlocker: 0.011738000437617302 +Info 10758[23:34:46.336] getExportInfoMap: cache hit +Info 10759[23:34:46.351] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 631 from cache +Info 10760[23:34:46.351] collectAutoImports: response is complete +Info 10761[23:34:46.351] collectAutoImports: 14.608695999719203 +Info 10762[23:34:46.351] getCompletionData: Semantic work: 17.751300999894738 +Info 10763[23:34:46.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.099512999877334 +Info 10764[23:34:46.364] Format host information updated +Info 10765[23:34:46.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10766[23:34:46.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 952 structureChanged: false structureIsReused:: Completely Elapsed: 10.507244000211358ms +Info 10767[23:34:46.423] Different program with same set of files +Info 10768[23:34:46.423] getCompletionData: Get current token: 0.004626999609172344 +Info 10769[23:34:46.423] getCompletionData: Is inside comment: 0.010532000102102757 +Info 10770[23:34:46.423] getCompletionData: Get previous token: 0.018605000339448452 +Info 10771[23:34:46.423] getCompletionsAtPosition: isCompletionListBlocker: 0.0072280000895261765 +Info 10772[23:34:46.425] getExportInfoMap: cache hit +Info 10773[23:34:46.430] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 151 from cache +Info 10774[23:34:46.430] collectAutoImports: response is complete +Info 10775[23:34:46.430] collectAutoImports: 5.300755999982357 +Info 10776[23:34:46.430] getCompletionData: Semantic work: 7.237816999666393 +Info 10777[23:34:46.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.985214000567794 +Info 10778[23:34:46.439] Format host information updated +Info 10779[23:34:46.474] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10780[23:34:46.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 953 structureChanged: false structureIsReused:: Completely Elapsed: 9.096152000129223ms +Info 10781[23:34:46.484] Different program with same set of files +Info 10782[23:34:46.484] getCompletionData: Get current token: 0.004413999617099762 +Info 10783[23:34:46.484] getCompletionData: Is inside comment: 0.011034000664949417 +Info 10784[23:34:46.484] getCompletionData: Get previous token: 0.019173000007867813 +Info 10785[23:34:46.484] getCompletionsAtPosition: isCompletionListBlocker: 0.006492000073194504 +Info 10786[23:34:46.485] getExportInfoMap: cache hit +Info 10787[23:34:46.516] collectAutoImports: resolved 62 module specifiers, plus 219 ambient and 3059 from cache +Info 10788[23:34:46.516] collectAutoImports: response is complete +Info 10789[23:34:46.516] collectAutoImports: 30.409524999558926 +Info 10790[23:34:46.516] getCompletionData: Semantic work: 31.908730000257492 +Info 10791[23:34:46.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.111669999547303 +Info 10792[23:34:46.537] Format host information updated +Info 10793[23:34:46.557] Format host information updated +Info 10794[23:34:46.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10795[23:34:46.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 954 structureChanged: false structureIsReused:: Completely Elapsed: 7.053659000433981ms +Info 10796[23:34:46.564] Different program with same set of files +Info 10797[23:34:46.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10798[23:34:46.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 955 structureChanged: false structureIsReused:: Completely Elapsed: 11.647747999988496ms +Info 10799[23:34:46.747] Different program with same set of files +Info 10800[23:34:46.747] getCompletionData: Get current token: 0.006158000789582729 +Info 10801[23:34:46.747] getCompletionData: Is inside comment: 0.014727999456226826 +Info 10802[23:34:46.747] getCompletionData: Get previous token: 0.023678000085055828 +Info 10803[23:34:46.747] getCompletionsAtPosition: isCompletionListBlocker: 0.0018159998580813408 +Info 10804[23:34:46.747] Returning an empty list because completion was requested in an invalid position. +Info 10805[23:34:46.748] Format host information updated +Info 10806[23:34:46.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10807[23:34:46.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 956 structureChanged: false structureIsReused:: Completely Elapsed: 28.18538499996066ms +Info 10808[23:34:46.837] Different program with same set of files +Info 10809[23:34:46.837] getCompletionData: Get current token: 0.014328000135719776 +Info 10810[23:34:46.837] getCompletionData: Is inside comment: 0.03594200033694506 +Info 10811[23:34:46.837] getCompletionData: Get previous token: 0.0617099991068244 +Info 10812[23:34:46.838] getCompletionsAtPosition: isCompletionListBlocker: 0.003244999796152115 +Info 10813[23:34:46.838] Returning an empty list because completion was requested in an invalid position. +Info 10814[23:34:46.838] Format host information updated +Info 10815[23:34:46.952] Format host information updated +Info 10816[23:34:46.953] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10817[23:34:46.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 957 structureChanged: false structureIsReused:: Completely Elapsed: 7.518109999597073ms +Info 10818[23:34:46.960] Different program with same set of files +Info 10819[23:34:47.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10820[23:34:47.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 958 structureChanged: false structureIsReused:: Completely Elapsed: 13.671755000017583ms +Info 10821[23:34:47.095] Different program with same set of files +Info 10822[23:34:47.095] getCompletionData: Get current token: 0.0044929999858140945 +Info 10823[23:34:47.095] getCompletionData: Is inside comment: 0.011416999623179436 +Info 10824[23:34:47.095] getCompletionData: Get previous token: 0.008875999599695206 +Info 10825[23:34:47.095] getCompletionsAtPosition: isCompletionListBlocker: 0.0068810004740953445 +Info 10826[23:34:47.096] getExportInfoMap: cache hit +Info 10827[23:34:47.117] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 10828[23:34:47.117] collectAutoImports: response is complete +Info 10829[23:34:47.117] collectAutoImports: 21.008255999535322 +Info 10830[23:34:47.117] getCompletionData: Semantic work: 22.338394000194967 +Info 10831[23:34:47.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.92732399981469 +Info 10832[23:34:47.135] Format host information updated +Info 10833[23:34:47.154] Format host information updated +Info 10834[23:34:47.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10835[23:34:47.161] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 959 structureChanged: false structureIsReused:: Completely Elapsed: 7.143837999552488ms +Info 10836[23:34:47.161] Different program with same set of files +Info 10837[23:34:47.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10838[23:34:47.584] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 960 structureChanged: false structureIsReused:: Completely Elapsed: 15.970670999959111ms +Info 10839[23:34:47.584] Different program with same set of files +Info 10840[23:34:47.584] getCompletionData: Get current token: 0.00466500036418438 +Info 10841[23:34:47.584] getCompletionData: Is inside comment: 0.012014999985694885 +Info 10842[23:34:47.584] getCompletionData: Get previous token: 0.019551999866962433 +Info 10843[23:34:47.585] getCompletionsAtPosition: isCompletionListBlocker: 0.008206000551581383 +Info 10844[23:34:47.586] getExportInfoMap: cache hit +Info 10845[23:34:47.593] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 323 from cache +Info 10846[23:34:47.593] collectAutoImports: response is complete +Info 10847[23:34:47.593] collectAutoImports: 6.6197389997541904 +Info 10848[23:34:47.593] getCompletionData: Semantic work: 8.610174000263214 +Info 10849[23:34:47.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.542577000334859 +Info 10850[23:34:47.605] Format host information updated +Info 10851[23:34:47.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10852[23:34:47.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 961 structureChanged: false structureIsReused:: Completely Elapsed: 7.144903999753296ms +Info 10853[23:34:47.936] Different program with same set of files +Info 10854[23:34:47.936] getCompletionData: Get current token: 0.0045819999650120735 +Info 10855[23:34:47.936] getCompletionData: Is inside comment: 0.012519000098109245 +Info 10856[23:34:47.936] getCompletionData: Get previous token: 0.009922999888658524 +Info 10857[23:34:47.936] getCompletionsAtPosition: isCompletionListBlocker: 0.001929999329149723 +Info 10858[23:34:47.937] getCompletionData: Semantic work: 1.5075369998812675 +Info 10859[23:34:47.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0612960001453757 +Info 10860[23:34:47.939] Format host information updated +Info 10861[23:34:48.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10862[23:34:48.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 962 structureChanged: false structureIsReused:: Completely Elapsed: 9.268694000318646ms +Info 10863[23:34:48.128] Different program with same set of files +Info 10864[23:34:48.129] getCompletionData: Get current token: 0.0047620004042983055 +Info 10865[23:34:48.129] getCompletionData: Is inside comment: 0.012642999179661274 +Info 10866[23:34:48.129] getCompletionData: Get previous token: 0.02127999998629093 +Info 10867[23:34:48.129] getCompletionsAtPosition: isCompletionListBlocker: 0.0020809993147850037 +Info 10868[23:34:48.130] getCompletionData: Semantic work: 1.350092999637127 +Info 10869[23:34:48.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3928090007975698 +Info 10870[23:34:48.132] Format host information updated +Info 10871[23:34:48.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10872[23:34:48.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 963 structureChanged: false structureIsReused:: Completely Elapsed: 7.592215999960899ms +Info 10873[23:34:48.217] Different program with same set of files +Info 10874[23:34:48.217] getCompletionData: Get current token: 0.005385999567806721 +Info 10875[23:34:48.217] getCompletionData: Is inside comment: 0.013756999745965004 +Info 10876[23:34:48.217] getCompletionData: Get previous token: 0.023006999865174294 +Info 10877[23:34:48.217] getCompletionsAtPosition: isCompletionListBlocker: 0.0018889997154474258 +Info 10878[23:34:48.219] getCompletionData: Semantic work: 1.4548199996352196 +Info 10879[23:34:48.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5037559997290373 +Info 10880[23:34:48.223] Format host information updated +Info 10881[23:34:48.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10882[23:34:48.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 964 structureChanged: false structureIsReused:: Completely Elapsed: 8.706840000115335ms +Info 10883[23:34:48.600] Different program with same set of files +Info 10884[23:34:48.600] getCompletionData: Get current token: 0.004315999336540699 +Info 10885[23:34:48.600] getCompletionData: Is inside comment: 0.010092999786138535 +Info 10886[23:34:48.600] getCompletionData: Get previous token: 0.03706599958240986 +Info 10887[23:34:48.600] getCompletionsAtPosition: isCompletionListBlocker: 0.0022640004754066467 +Info 10888[23:34:48.601] getCompletionData: Semantic work: 1.3769889995455742 +Info 10889[23:34:48.603] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2767839999869466 +Info 10890[23:34:48.603] Format host information updated +Info 10891[23:34:48.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10892[23:34:48.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 965 structureChanged: false structureIsReused:: Completely Elapsed: 7.460981000214815ms +Info 10893[23:34:48.618] Different program with same set of files +Info 10894[23:34:48.618] getCompletionData: Get current token: 0.004023999907076359 +Info 10895[23:34:48.619] getCompletionData: Is inside comment: 0.009360000491142273 +Info 10896[23:34:48.619] getCompletionData: Get previous token: 0.014922999776899815 +Info 10897[23:34:48.619] getCompletionsAtPosition: isCompletionListBlocker: 0.001679999753832817 +Info 10898[23:34:48.620] getCompletionData: Semantic work: 1.0339489998295903 +Info 10899[23:34:48.621] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0400169994682074 +Info 10900[23:34:48.623] Format host information updated +Info 10901[23:34:48.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10902[23:34:48.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 966 structureChanged: false structureIsReused:: Completely Elapsed: 10.23065899964422ms +Info 10903[23:34:48.960] Different program with same set of files +Info 10904[23:34:48.960] getCompletionData: Get current token: 0.004296000115573406 +Info 10905[23:34:48.960] getCompletionData: Is inside comment: 0.009886999614536762 +Info 10906[23:34:48.960] getCompletionData: Get previous token: 0.01494900044053793 +Info 10907[23:34:48.960] getCompletionsAtPosition: isCompletionListBlocker: 0.0019100001081824303 +Info 10908[23:34:48.962] getCompletionData: Semantic work: 1.1467209998518229 +Info 10909[23:34:48.963] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1907600006088614 +Info 10910[23:34:48.963] Format host information updated +Info 10911[23:34:48.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10912[23:34:49.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 967 structureChanged: false structureIsReused:: Completely Elapsed: 7.11587299965322ms +Info 10913[23:34:49.002] Different program with same set of files +Info 10914[23:34:49.002] getCompletionData: Get current token: 0.004788000136613846 +Info 10915[23:34:49.002] getCompletionData: Is inside comment: 0.01068700011819601 +Info 10916[23:34:49.002] getCompletionData: Get previous token: 0.01719400007277727 +Info 10917[23:34:49.002] getCompletionsAtPosition: isCompletionListBlocker: 0.0020749997347593307 +Info 10918[23:34:49.004] getCompletionData: Semantic work: 1.119965000078082 +Info 10919[23:34:49.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1434639999642968 +Info 10920[23:34:49.005] Format host information updated +Info 10921[23:34:49.738] Format host information updated +Info 10922[23:34:49.739] Format host information updated +Info 10923[23:34:49.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10924[23:34:49.748] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 968 structureChanged: false structureIsReused:: Completely Elapsed: 8.740900000557303ms +Info 10925[23:34:49.748] Different program with same set of files +Info 10926[23:34:49.748] getCompletionData: Get current token: 0.010327999480068684 +Info 10927[23:34:49.748] getCompletionData: Is inside comment: 0.003797999583184719 +Info 10928[23:34:49.748] getCompletionData: Get previous token: 0.018206000328063965 +Info 10929[23:34:49.748] getCompletionsAtPosition: isCompletionListBlocker: 0.0023579997941851616 +Info 10930[23:34:49.749] getCompletionData: Semantic work: 1.0565680004656315 +Info 10931[23:34:49.753] getCompletionData: Get current token: 0.011006999760866165 +Info 10932[23:34:49.753] getCompletionData: Is inside comment: 0.0033010002225637436 +Info 10933[23:34:49.753] getCompletionData: Get previous token: 0.03272300027310848 +Info 10934[23:34:49.753] getCompletionsAtPosition: isCompletionListBlocker: 0.0015639998018741608 +Info 10935[23:34:49.753] getCompletionData: Semantic work: 0.15802900027483702 +Info 10936[23:34:49.754] Format host information updated +Info 10937[23:34:52.184] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10938[23:34:52.192] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 969 structureChanged: false structureIsReused:: Completely Elapsed: 8.622279999777675ms +Info 10939[23:34:52.192] Different program with same set of files +Info 10940[23:34:52.193] getCompletionData: Get current token: 0.0035540005192160606 +Info 10941[23:34:52.193] getCompletionData: Is inside comment: 0.0011640004813671112 +Info 10942[23:34:52.193] getCompletionData: Get previous token: 0.02102900017052889 +Info 10943[23:34:52.193] getCompletionsAtPosition: isCompletionListBlocker: 0.006202999502420425 +Info 10944[23:34:52.197] getExportInfoMap: cache hit +Info 10945[23:34:52.202] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 323 from cache +Info 10946[23:34:52.202] collectAutoImports: response is complete +Info 10947[23:34:52.202] collectAutoImports: 5.208077999763191 +Info 10948[23:34:52.202] getCompletionData: Semantic work: 9.278168000280857 +Info 10949[23:34:52.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.720464000478387 +Info 10950[23:34:52.211] Format host information updated +Info 10951[23:34:52.538] Format host information updated +Info 10952[23:34:52.538] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10953[23:34:52.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 970 structureChanged: false structureIsReused:: Completely Elapsed: 8.062351999804378ms +Info 10954[23:34:52.546] Different program with same set of files +Info 10955[23:34:52.579] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10956[23:34:52.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 971 structureChanged: false structureIsReused:: Completely Elapsed: 7.673150000162423ms +Info 10957[23:34:52.587] Different program with same set of files +Info 10958[23:34:52.587] getCompletionData: Get current token: 0.0037690000608563423 +Info 10959[23:34:52.587] getCompletionData: Is inside comment: 0.001500999554991722 +Info 10960[23:34:52.587] getCompletionData: Get previous token: 0.02110800053924322 +Info 10961[23:34:52.587] getCompletionsAtPosition: isCompletionListBlocker: 0.006314000114798546 +Info 10962[23:34:52.589] getExportInfoMap: cache hit +Info 10963[23:34:52.597] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 547 from cache +Info 10964[23:34:52.597] collectAutoImports: response is complete +Info 10965[23:34:52.597] collectAutoImports: 8.23778699990362 +Info 10966[23:34:52.597] getCompletionData: Semantic work: 9.985167000442743 +Info 10967[23:34:52.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.25418100040406 +Info 10968[23:34:52.606] Format host information updated +Info 10969[23:34:52.721] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10970[23:34:52.754] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 972 structureChanged: false structureIsReused:: Completely Elapsed: 32.57244799938053ms +Info 10971[23:34:52.754] Different program with same set of files +Info 10972[23:34:52.754] getCompletionData: Get current token: 0.010108999907970428 +Info 10973[23:34:52.754] getCompletionData: Is inside comment: 0.0030699996277689934 +Info 10974[23:34:52.754] getCompletionData: Get previous token: 0.053036000579595566 +Info 10975[23:34:52.754] getCompletionsAtPosition: isCompletionListBlocker: 0.0117790000513196 +Info 10976[23:34:52.757] getExportInfoMap: cache hit +Info 10977[23:34:52.764] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 277 from cache +Info 10978[23:34:52.764] collectAutoImports: response is complete +Info 10979[23:34:52.764] collectAutoImports: 6.5900609996169806 +Info 10980[23:34:52.764] getCompletionData: Semantic work: 9.974262999370694 +Info 10981[23:34:52.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.987170999869704 +Info 10982[23:34:52.775] Format host information updated +Info 10983[23:34:59.112] getCompletionData: Get current token: 0.004064000211656094 +Info 10984[23:34:59.112] getCompletionData: Is inside comment: 0.01348000019788742 +Info 10985[23:34:59.112] getCompletionData: Get previous token: 0.01918799988925457 +Info 10986[23:34:59.112] getCompletionsAtPosition: isCompletionListBlocker: 0.0014039995148777962 +Info 10987[23:34:59.112] Returning an empty list because completion was requested in an invalid position. +Info 10988[23:34:59.986] Format host information updated +Info 10989[23:34:59.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10990[23:34:59.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 973 structureChanged: false structureIsReused:: Completely Elapsed: 7.723477000370622ms +Info 10991[23:34:59.995] Different program with same set of files +Info 10992[23:35:00.356] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10993[23:35:00.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 974 structureChanged: false structureIsReused:: Completely Elapsed: 7.351177000440657ms +Info 10994[23:35:00.364] Different program with same set of files +Info 10995[23:35:00.364] getCompletionData: Get current token: 0.0037060007452964783 +Info 10996[23:35:00.364] getCompletionData: Is inside comment: 0.012449999339878559 +Info 10997[23:35:00.364] getCompletionData: Get previous token: 0.010227000340819359 +Info 10998[23:35:00.364] getCompletionsAtPosition: isCompletionListBlocker: 0.00562599953263998 +Info 10999[23:35:00.365] getExportInfoMap: cache hit +Info 11000[23:35:00.388] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 11001[23:35:00.388] collectAutoImports: response is complete +Info 11002[23:35:00.388] collectAutoImports: 22.625989000312984 +Info 11003[23:35:00.388] getCompletionData: Semantic work: 24.03439199924469 +Info 11004[23:35:00.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.732227999716997 +Info 11005[23:35:00.409] Format host information updated +Info 11006[23:35:00.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11007[23:35:00.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 975 structureChanged: false structureIsReused:: Completely Elapsed: 7.748986000195146ms +Info 11008[23:35:00.494] Different program with same set of files +Info 11009[23:35:00.495] getCompletionData: Get current token: 0.004607000388205051 +Info 11010[23:35:00.495] getCompletionData: Is inside comment: 0.016494999639689922 +Info 11011[23:35:00.495] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11012[23:35:00.495] Format host information updated +Info 11013[23:35:00.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11014[23:35:00.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 976 structureChanged: false structureIsReused:: Completely Elapsed: 17.5135009996593ms +Info 11015[23:35:00.684] Different program with same set of files +Info 11016[23:35:00.684] getCompletionData: Get current token: 0.007720000110566616 +Info 11017[23:35:00.684] getCompletionData: Is inside comment: 0.027197999879717827 +Info 11018[23:35:00.685] Format host information updated +Info 11019[23:35:00.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11020[23:35:00.815] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 977 structureChanged: false structureIsReused:: Completely Elapsed: 26.985599999316037ms +Info 11021[23:35:00.815] Different program with same set of files +Info 11022[23:35:00.815] getCompletionData: Get current token: 0.010041000321507454 +Info 11023[23:35:00.815] getCompletionData: Is inside comment: 0.03258400037884712 +Info 11024[23:35:00.816] Format host information updated +Info 11025[23:35:01.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11026[23:35:01.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 978 structureChanged: false structureIsReused:: Completely Elapsed: 6.761703999713063ms +Info 11027[23:35:01.149] Different program with same set of files +Info 11028[23:35:01.150] getCompletionData: Get current token: 0.00406700000166893 +Info 11029[23:35:01.150] getCompletionData: Is inside comment: 0.011734999716281891 +Info 11030[23:35:01.150] getCompletionData: Get previous token: 0.008798000402748585 +Info 11031[23:35:01.150] getCompletionsAtPosition: isCompletionListBlocker: 0.005754999816417694 +Info 11032[23:35:01.151] getExportInfoMap: cache hit +Info 11033[23:35:01.171] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 11034[23:35:01.171] collectAutoImports: response is complete +Info 11035[23:35:01.171] collectAutoImports: 20.191933000460267 +Info 11036[23:35:01.171] getCompletionData: Semantic work: 21.453271999955177 +Info 11037[23:35:01.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.560486999340355 +Info 11038[23:35:01.191] Format host information updated +Info 11039[23:35:01.282] getCompletionData: Get current token: 0.006725000217556953 +Info 11040[23:35:01.282] getCompletionData: Is inside comment: 0.023166000843048096 +Info 11041[23:35:01.517] getCompletionData: Get current token: 0.003326999954879284 +Info 11042[23:35:01.517] getCompletionData: Is inside comment: 0.01158399973064661 +Info 11043[23:35:01.634] Format host information updated +Info 11044[23:35:01.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11045[23:35:01.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 979 structureChanged: false structureIsReused:: Completely Elapsed: 12.759591000154614ms +Info 11046[23:35:01.648] Different program with same set of files +Info 11047[23:35:01.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11048[23:35:01.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 980 structureChanged: false structureIsReused:: Completely Elapsed: 14.100193000398576ms +Info 11049[23:35:01.736] Different program with same set of files +Info 11050[23:35:01.737] getCompletionData: Get current token: 0.006225999444723129 +Info 11051[23:35:01.737] getCompletionData: Is inside comment: 0.021610000170767307 +Info 11052[23:35:01.737] Format host information updated +Info 11053[23:35:01.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11054[23:35:01.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 981 structureChanged: false structureIsReused:: Completely Elapsed: 8.621176999993622ms +Info 11055[23:35:01.914] Different program with same set of files +Info 11056[23:35:01.914] getCompletionData: Get current token: 0.0051760002970695496 +Info 11057[23:35:01.914] getCompletionData: Is inside comment: 0.01750400010496378 +Info 11058[23:35:01.914] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11059[23:35:01.914] Format host information updated +Info 11060[23:35:02.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11061[23:35:02.034] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 982 structureChanged: false structureIsReused:: Completely Elapsed: 10.426981000229716ms +Info 11062[23:35:02.034] Different program with same set of files +Info 11063[23:35:02.034] getCompletionData: Get current token: 0.0038710003718733788 +Info 11064[23:35:02.034] getCompletionData: Is inside comment: 0.01322800014168024 +Info 11065[23:35:02.034] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11066[23:35:02.035] Format host information updated +Info 11067[23:35:02.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11068[23:35:02.101] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 983 structureChanged: false structureIsReused:: Completely Elapsed: 13.900249999947846ms +Info 11069[23:35:02.101] Different program with same set of files +Info 11070[23:35:02.102] getCompletionData: Get current token: 0.007872000336647034 +Info 11071[23:35:02.102] getCompletionData: Is inside comment: 0.02669299952685833 +Info 11072[23:35:02.102] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11073[23:35:02.107] Format host information updated +Info 11074[23:35:02.151] Format host information updated +Info 11075[23:35:02.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11076[23:35:02.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 984 structureChanged: false structureIsReused:: Completely Elapsed: 10.866808000020683ms +Info 11077[23:35:02.162] Different program with same set of files +Info 11078[23:35:02.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11079[23:35:02.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 985 structureChanged: false structureIsReused:: Completely Elapsed: 6.667244999669492ms +Info 11080[23:35:02.560] Different program with same set of files +Info 11081[23:35:02.560] getCompletionData: Get current token: 0.0034769997000694275 +Info 11082[23:35:02.560] getCompletionData: Is inside comment: 0.012072999961674213 +Info 11083[23:35:02.560] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11084[23:35:02.560] Format host information updated +Info 11085[23:35:02.645] Format host information updated +Info 11086[23:35:02.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11087[23:35:02.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 986 structureChanged: false structureIsReused:: Completely Elapsed: 9.335369000211358ms +Info 11088[23:35:02.654] Different program with same set of files +Info 11089[23:35:03.020] getCompletionData: Get current token: 0.004472999833524227 +Info 11090[23:35:03.020] getCompletionData: Is inside comment: 0.01459600031375885 +Info 11091[23:35:03.020] getCompletionData: Get previous token: 0.01217000000178814 +Info 11092[23:35:03.020] getCompletionsAtPosition: isCompletionListBlocker: 0.007891999557614326 +Info 11093[23:35:03.021] getExportInfoMap: cache hit +Info 11094[23:35:03.043] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11095[23:35:03.043] collectAutoImports: response is complete +Info 11096[23:35:03.043] collectAutoImports: 22.258743000216782 +Info 11097[23:35:03.043] getCompletionData: Semantic work: 23.510360999964178 +Info 11098[23:35:03.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.915957000106573 +Info 11099[23:35:03.084] getCompletionData: Get current token: 0.005212999880313873 +Info 11100[23:35:03.084] getCompletionData: Is inside comment: 0.014708000235259533 +Info 11101[23:35:03.084] getCompletionData: Get previous token: 0.011196999810636044 +Info 11102[23:35:03.084] getCompletionsAtPosition: isCompletionListBlocker: 0.003020000644028187 +Info 11103[23:35:03.085] getExportInfoMap: cache hit +Info 11104[23:35:03.107] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11105[23:35:03.107] collectAutoImports: response is complete +Info 11106[23:35:03.107] collectAutoImports: 21.35006000008434 +Info 11107[23:35:03.107] getCompletionData: Semantic work: 22.705337000079453 +Info 11108[23:35:03.121] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.93739700037986 +Info 11109[23:35:03.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11110[23:35:03.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 987 structureChanged: false structureIsReused:: Completely Elapsed: 8.293477999977767ms +Info 11111[23:35:03.718] Different program with same set of files +Info 11112[23:35:03.718] getCompletionData: Get current token: 0.005466999486088753 +Info 11113[23:35:03.718] getCompletionData: Is inside comment: 0.016448999755084515 +Info 11114[23:35:03.718] getCompletionData: Get previous token: 0.013244000263512135 +Info 11115[23:35:03.718] getCompletionsAtPosition: isCompletionListBlocker: 0.003216000273823738 +Info 11116[23:35:03.719] getExportInfoMap: cache hit +Info 11117[23:35:03.744] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11118[23:35:03.744] collectAutoImports: response is complete +Info 11119[23:35:03.744] collectAutoImports: 24.511867000721395 +Info 11120[23:35:03.744] getCompletionData: Semantic work: 25.91584900021553 +Info 11121[23:35:03.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.699647000059485 +Info 11122[23:35:03.767] Format host information updated +Info 11123[23:35:03.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11124[23:35:03.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 988 structureChanged: false structureIsReused:: Completely Elapsed: 9.391723000444472ms +Info 11125[23:35:03.797] Different program with same set of files +Info 11126[23:35:03.797] getCompletionData: Get current token: 0.004854999482631683 +Info 11127[23:35:03.797] getCompletionData: Is inside comment: 0.016731999814510345 +Info 11128[23:35:03.797] getCompletionData: Get previous token: 0.010955000296235085 +Info 11129[23:35:03.797] getCompletionsAtPosition: isCompletionListBlocker: 0.007536999881267548 +Info 11130[23:35:03.799] getExportInfoMap: cache hit +Info 11131[23:35:03.820] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11132[23:35:03.820] collectAutoImports: response is complete +Info 11133[23:35:03.820] collectAutoImports: 21.100058999843895 +Info 11134[23:35:03.820] getCompletionData: Semantic work: 22.422127000056207 +Info 11135[23:35:03.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.023551000282168 +Info 11136[23:35:03.844] Format host information updated +Info 11137[23:35:03.967] getCompletionData: Get current token: 0.004650000482797623 +Info 11138[23:35:03.968] getCompletionData: Is inside comment: 0.014263000339269638 +Info 11139[23:35:03.968] getCompletionData: Get previous token: 0.011361000128090382 +Info 11140[23:35:03.968] getCompletionsAtPosition: isCompletionListBlocker: 0.0020800000056624413 +Info 11141[23:35:03.968] Returning an empty list because completion was requested in an invalid position. +Info 11142[23:35:05.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11143[23:35:05.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 989 structureChanged: false structureIsReused:: Completely Elapsed: 7.4333300003781915ms +Info 11144[23:35:05.862] Different program with same set of files +Info 11145[23:35:05.862] getCompletionData: Get current token: 0.004318000748753548 +Info 11146[23:35:05.862] getCompletionData: Is inside comment: 0.0132679995149374 +Info 11147[23:35:05.862] getCompletionData: Get previous token: 0.019373999908566475 +Info 11148[23:35:05.862] getCompletionsAtPosition: isCompletionListBlocker: 0.0023090001195669174 +Info 11149[23:35:05.865] getExportInfoMap: cache hit +Info 11150[23:35:05.867] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 11151[23:35:05.867] collectAutoImports: response is complete +Info 11152[23:35:05.867] collectAutoImports: 1.7929750001057982 +Info 11153[23:35:05.867] getCompletionData: Semantic work: 4.827816999517381 +Info 11154[23:35:05.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.4619739996269345 +Info 11155[23:35:05.877] Format host information updated +Info 11156[23:35:07.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11157[23:35:07.526] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 990 structureChanged: false structureIsReused:: Completely Elapsed: 7.541783000342548ms +Info 11158[23:35:07.526] Different program with same set of files +Info 11159[23:35:07.526] getCompletionData: Get current token: 0.00419900007545948 +Info 11160[23:35:07.526] getCompletionData: Is inside comment: 0.013369000516831875 +Info 11161[23:35:07.526] getCompletionData: Get previous token: 0.01948999986052513 +Info 11162[23:35:07.526] getCompletionsAtPosition: isCompletionListBlocker: 0.002702999860048294 +Info 11163[23:35:07.527] getExportInfoMap: cache hit +Info 11164[23:35:07.529] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11165[23:35:07.529] collectAutoImports: response is complete +Info 11166[23:35:07.529] collectAutoImports: 1.5990800000727177 +Info 11167[23:35:07.529] getCompletionData: Semantic work: 2.817650000564754 +Info 11168[23:35:07.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.185960000380874 +Info 11169[23:35:07.541] Format host information updated +Info 11170[23:35:07.867] Format host information updated +Info 11171[23:35:07.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11172[23:35:07.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 991 structureChanged: false structureIsReused:: Completely Elapsed: 6.668347000144422ms +Info 11173[23:35:07.874] Different program with same set of files +Info 11174[23:35:07.938] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11175[23:35:07.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 992 structureChanged: false structureIsReused:: Completely Elapsed: 9.85982699971646ms +Info 11176[23:35:07.948] Different program with same set of files +Info 11177[23:35:07.948] getCompletionData: Get current token: 0.011056999675929546 +Info 11178[23:35:07.948] getCompletionData: Is inside comment: 0.036195999942719936 +Info 11179[23:35:07.948] getCompletionData: Get previous token: 0.06268300022929907 +Info 11180[23:35:07.948] getCompletionsAtPosition: isCompletionListBlocker: 0.003157000057399273 +Info 11181[23:35:07.951] getExportInfoMap: cache hit +Info 11182[23:35:07.962] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 11183[23:35:07.962] collectAutoImports: response is complete +Info 11184[23:35:07.963] collectAutoImports: 11.636637000367045 +Info 11185[23:35:07.963] getCompletionData: Semantic work: 14.119306999258697 +Info 11186[23:35:07.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.17998700030148 +Info 11187[23:35:07.978] Format host information updated +Info 11188[23:35:08.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11189[23:35:08.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 993 structureChanged: false structureIsReused:: Completely Elapsed: 6.788862000219524ms +Info 11190[23:35:08.295] Different program with same set of files +Info 11191[23:35:08.295] getCompletionData: Get current token: 0.00455200020223856 +Info 11192[23:35:08.295] getCompletionData: Is inside comment: 0.014925000257790089 +Info 11193[23:35:08.295] getCompletionData: Get previous token: 0.04241199977695942 +Info 11194[23:35:08.295] getCompletionsAtPosition: isCompletionListBlocker: 0.0020730001851916313 +Info 11195[23:35:08.299] getExportInfoMap: cache hit +Info 11196[23:35:08.303] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 11197[23:35:08.303] collectAutoImports: response is complete +Info 11198[23:35:08.303] collectAutoImports: 4.446686000563204 +Info 11199[23:35:08.303] getCompletionData: Semantic work: 8.18440300039947 +Info 11200[23:35:08.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.175432999618351 +Info 11201[23:35:08.315] Format host information updated +Info 11202[23:35:08.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11203[23:35:08.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 994 structureChanged: false structureIsReused:: Completely Elapsed: 9.280323999933898ms +Info 11204[23:35:08.361] Different program with same set of files +Info 11205[23:35:08.361] getCompletionData: Get current token: 0.00461099948734045 +Info 11206[23:35:08.361] getCompletionData: Is inside comment: 0.015007000416517258 +Info 11207[23:35:08.361] getCompletionData: Get previous token: 0.02284500002861023 +Info 11208[23:35:08.361] getCompletionsAtPosition: isCompletionListBlocker: 0.0017649997025728226 +Info 11209[23:35:08.362] getExportInfoMap: cache hit +Info 11210[23:35:08.367] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 11211[23:35:08.367] collectAutoImports: response is complete +Info 11212[23:35:08.367] collectAutoImports: 4.679274999536574 +Info 11213[23:35:08.367] getCompletionData: Semantic work: 5.986295000649989 +Info 11214[23:35:08.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.159722999669611 +Info 11215[23:35:08.378] Format host information updated +Info 11216[23:35:08.517] Format host information updated +Info 11217[23:35:08.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11218[23:35:08.525] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 995 structureChanged: false structureIsReused:: Completely Elapsed: 7.38612199947238ms +Info 11219[23:35:08.525] Different program with same set of files +Info 11220[23:35:08.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11221[23:35:08.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 996 structureChanged: false structureIsReused:: Completely Elapsed: 7.5606190003454685ms +Info 11222[23:35:08.600] Different program with same set of files +Info 11223[23:35:08.600] getCompletionData: Get current token: 0.004998000338673592 +Info 11224[23:35:08.600] getCompletionData: Is inside comment: 0.01736500021070242 +Info 11225[23:35:08.600] getCompletionData: Get previous token: 0.02619700040668249 +Info 11226[23:35:08.600] getCompletionsAtPosition: isCompletionListBlocker: 0.0023339996114373207 +Info 11227[23:35:08.602] getExportInfoMap: cache hit +Info 11228[23:35:08.610] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 11229[23:35:08.610] collectAutoImports: response is complete +Info 11230[23:35:08.610] collectAutoImports: 8.392874999903142 +Info 11231[23:35:08.610] getCompletionData: Semantic work: 9.811719000339508 +Info 11232[23:35:08.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.749308000318706 +Info 11233[23:35:08.624] Format host information updated +Info 11234[23:35:08.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11235[23:35:08.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 997 structureChanged: false structureIsReused:: Completely Elapsed: 10.00431099999696ms +Info 11236[23:35:08.672] Different program with same set of files +Info 11237[23:35:08.672] getCompletionData: Get current token: 0.004895000718533993 +Info 11238[23:35:08.672] getCompletionData: Is inside comment: 0.01925799995660782 +Info 11239[23:35:08.672] getCompletionData: Get previous token: 0.023950000293552876 +Info 11240[23:35:08.672] getCompletionsAtPosition: isCompletionListBlocker: 0.002061000093817711 +Info 11241[23:35:08.673] getExportInfoMap: cache hit +Info 11242[23:35:08.678] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 11243[23:35:08.678] collectAutoImports: response is complete +Info 11244[23:35:08.678] collectAutoImports: 4.554576000198722 +Info 11245[23:35:08.678] getCompletionData: Semantic work: 5.9758489998057485 +Info 11246[23:35:08.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.593550000339746 +Info 11247[23:35:08.690] Format host information updated +Info 11248[23:35:08.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11249[23:35:08.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 998 structureChanged: false structureIsReused:: Completely Elapsed: 37.86701000016183ms +Info 11250[23:35:08.896] Different program with same set of files +Info 11251[23:35:08.897] getCompletionData: Get current token: 0.016378999687731266 +Info 11252[23:35:08.897] getCompletionData: Is inside comment: 0.053322999738156796 +Info 11253[23:35:08.897] getCompletionData: Get previous token: 0.08895100001245737 +Info 11254[23:35:08.897] getCompletionsAtPosition: isCompletionListBlocker: 0.004203999415040016 +Info 11255[23:35:08.900] getExportInfoMap: cache hit +Info 11256[23:35:08.906] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 11257[23:35:08.906] collectAutoImports: response is complete +Info 11258[23:35:08.907] collectAutoImports: 5.96626800019294 +Info 11259[23:35:08.907] getCompletionData: Semantic work: 9.099880000576377 +Info 11260[23:35:08.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.580706999637187 +Info 11261[23:35:08.921] Format host information updated +Info 11262[23:35:08.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11263[23:35:08.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 999 structureChanged: false structureIsReused:: Completely Elapsed: 8.772075000219047ms +Info 11264[23:35:08.954] Different program with same set of files +Info 11265[23:35:08.954] getCompletionData: Get current token: 0.004546999931335449 +Info 11266[23:35:08.954] getCompletionData: Is inside comment: 0.014407999813556671 +Info 11267[23:35:08.954] getCompletionData: Get previous token: 0.02210099995136261 +Info 11268[23:35:08.954] getCompletionsAtPosition: isCompletionListBlocker: 0.0017999997362494469 +Info 11269[23:35:08.956] getExportInfoMap: cache hit +Info 11270[23:35:08.958] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 11271[23:35:08.958] collectAutoImports: response is complete +Info 11272[23:35:08.958] collectAutoImports: 2.0789790004491806 +Info 11273[23:35:08.958] getCompletionData: Semantic work: 3.3653610004112124 +Info 11274[23:35:08.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.293824999593198 +Info 11275[23:35:08.969] Format host information updated +Info 11276[23:35:09.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11277[23:35:09.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1000 structureChanged: false structureIsReused:: Completely Elapsed: 7.483051000162959ms +Info 11278[23:35:09.012] Different program with same set of files +Info 11279[23:35:09.012] getCompletionData: Get current token: 0.004749000072479248 +Info 11280[23:35:09.012] getCompletionData: Is inside comment: 0.014587000012397766 +Info 11281[23:35:09.013] getCompletionData: Get previous token: 0.022667999379336834 +Info 11282[23:35:09.013] getCompletionsAtPosition: isCompletionListBlocker: 0.0018279999494552612 +Info 11283[23:35:09.014] getExportInfoMap: cache hit +Info 11284[23:35:09.035] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11285[23:35:09.035] collectAutoImports: response is complete +Info 11286[23:35:09.035] collectAutoImports: 21.70303100068122 +Info 11287[23:35:09.035] getCompletionData: Semantic work: 22.935167000629008 +Info 11288[23:35:09.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.184799000620842 +Info 11289[23:35:09.060] Format host information updated +Info 11290[23:35:09.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11291[23:35:09.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1001 structureChanged: false structureIsReused:: Completely Elapsed: 7.767095999792218ms +Info 11292[23:35:09.167] Different program with same set of files +Info 11293[23:35:09.167] getCompletionData: Get current token: 0.0058660004287958145 +Info 11294[23:35:09.167] getCompletionData: Is inside comment: 0.018307999707758427 +Info 11295[23:35:09.167] getCompletionData: Get previous token: 0.014101999811828136 +Info 11296[23:35:09.167] getCompletionsAtPosition: isCompletionListBlocker: 0.0032559996470808983 +Info 11297[23:35:09.167] Returning an empty list because completion was requested in an invalid position. +Info 11298[23:35:09.170] Format host information updated +Info 11299[23:35:09.281] Format host information updated +Info 11300[23:35:09.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11301[23:35:09.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1002 structureChanged: false structureIsReused:: Completely Elapsed: 7.139561999589205ms +Info 11302[23:35:09.288] Different program with same set of files +Info 11303[23:35:11.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11304[23:35:11.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1003 structureChanged: false structureIsReused:: Completely Elapsed: 7.865628000348806ms +Info 11305[23:35:11.072] Different program with same set of files +Info 11306[23:35:11.072] getCompletionData: Get current token: 0.004625000059604645 +Info 11307[23:35:11.073] getCompletionData: Is inside comment: 0.013801000081002712 +Info 11308[23:35:11.073] getCompletionData: Get previous token: 0.010976999998092651 +Info 11309[23:35:11.073] getCompletionsAtPosition: isCompletionListBlocker: 0.002875000238418579 +Info 11310[23:35:11.073] Returning an empty list because completion was requested in an invalid position. +Info 11311[23:35:11.075] Format host information updated +Info 11312[23:35:11.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11313[23:35:11.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1004 structureChanged: false structureIsReused:: Completely Elapsed: 7.402788000181317ms +Info 11314[23:35:11.188] Different program with same set of files +Info 11315[23:35:11.189] getCompletionData: Get current token: 0.004861999303102493 +Info 11316[23:35:11.189] getCompletionData: Is inside comment: 0.014015000313520432 +Info 11317[23:35:11.189] getCompletionData: Get previous token: 0.021908000111579895 +Info 11318[23:35:11.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0017360001802444458 +Info 11319[23:35:11.190] getExportInfoMap: cache hit +Info 11320[23:35:11.211] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11321[23:35:11.211] collectAutoImports: response is complete +Info 11322[23:35:11.211] collectAutoImports: 20.94306300021708 +Info 11323[23:35:11.211] getCompletionData: Semantic work: 22.149791999720037 +Info 11324[23:35:11.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.3020850000903 +Info 11325[23:35:11.236] Format host information updated +Info 11326[23:35:11.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11327[23:35:11.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1005 structureChanged: false structureIsReused:: Completely Elapsed: 26.195557999424636ms +Info 11328[23:35:11.357] Different program with same set of files +Info 11329[23:35:11.358] getCompletionData: Get current token: 0.022758999839425087 +Info 11330[23:35:11.358] getCompletionData: Is inside comment: 0.07117799948900938 +Info 11331[23:35:11.359] getCompletionData: Get previous token: 0.1814740002155304 +Info 11332[23:35:11.359] getCompletionsAtPosition: isCompletionListBlocker: 0.006258000619709492 +Info 11333[23:35:11.363] getExportInfoMap: cache hit +Info 11334[23:35:11.370] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 11335[23:35:11.370] collectAutoImports: response is complete +Info 11336[23:35:11.370] collectAutoImports: 6.607178000733256 +Info 11337[23:35:11.370] getCompletionData: Semantic work: 11.331227999180555 +Info 11338[23:35:11.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.86295900028199 +Info 11339[23:35:11.391] Format host information updated +Info 11340[23:35:11.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11341[23:35:11.454] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1006 structureChanged: false structureIsReused:: Completely Elapsed: 11.602584999985993ms +Info 11342[23:35:11.454] Different program with same set of files +Info 11343[23:35:11.454] getCompletionData: Get current token: 0.00632300041615963 +Info 11344[23:35:11.454] getCompletionData: Is inside comment: 0.017741000279784203 +Info 11345[23:35:11.454] getCompletionData: Get previous token: 0.02448599971830845 +Info 11346[23:35:11.454] getCompletionsAtPosition: isCompletionListBlocker: 0.0023509999737143517 +Info 11347[23:35:11.456] getExportInfoMap: cache hit +Info 11348[23:35:11.459] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 11349[23:35:11.459] collectAutoImports: response is complete +Info 11350[23:35:11.459] collectAutoImports: 2.794382999651134 +Info 11351[23:35:11.459] getCompletionData: Semantic work: 4.316318000666797 +Info 11352[23:35:11.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.599231000058353 +Info 11353[23:35:11.475] Format host information updated +Info 11354[23:35:11.624] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11355[23:35:11.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1007 structureChanged: false structureIsReused:: Completely Elapsed: 10.678477000445127ms +Info 11356[23:35:11.634] Different program with same set of files +Info 11357[23:35:11.635] getCompletionData: Get current token: 0.006105000153183937 +Info 11358[23:35:11.635] getCompletionData: Is inside comment: 0.016653000377118587 +Info 11359[23:35:11.635] getCompletionData: Get previous token: 0.024291999638080597 +Info 11360[23:35:11.635] getCompletionsAtPosition: isCompletionListBlocker: 0.002199999988079071 +Info 11361[23:35:11.636] getExportInfoMap: cache hit +Info 11362[23:35:11.640] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 92 from cache +Info 11363[23:35:11.640] collectAutoImports: response is complete +Info 11364[23:35:11.640] collectAutoImports: 3.4141589999198914 +Info 11365[23:35:11.640] getCompletionData: Semantic work: 4.90019999910146 +Info 11366[23:35:11.652] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.471522000618279 +Info 11367[23:35:11.656] Format host information updated +Info 11368[23:35:11.741] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11369[23:35:11.748] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1008 structureChanged: false structureIsReused:: Completely Elapsed: 7.310354999266565ms +Info 11370[23:35:11.748] Different program with same set of files +Info 11371[23:35:11.749] getCompletionData: Get current token: 0.005781999789178371 +Info 11372[23:35:11.749] getCompletionData: Is inside comment: 0.015522999688982964 +Info 11373[23:35:11.749] getCompletionData: Get previous token: 0.022532000206410885 +Info 11374[23:35:11.749] getCompletionsAtPosition: isCompletionListBlocker: 0.001949000172317028 +Info 11375[23:35:11.750] getExportInfoMap: cache hit +Info 11376[23:35:11.758] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 11377[23:35:11.758] collectAutoImports: response is complete +Info 11378[23:35:11.758] collectAutoImports: 7.534827999770641 +Info 11379[23:35:11.758] getCompletionData: Semantic work: 8.964158999733627 +Info 11380[23:35:11.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.768431999720633 +Info 11381[23:35:11.771] Format host information updated +Info 11382[23:35:11.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11383[23:35:11.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1009 structureChanged: false structureIsReused:: Completely Elapsed: 9.31519400049001ms +Info 11384[23:35:11.921] Different program with same set of files +Info 11385[23:35:11.921] getCompletionData: Get current token: 0.007818999700248241 +Info 11386[23:35:11.921] getCompletionData: Is inside comment: 0.022513000294566154 +Info 11387[23:35:11.921] getCompletionData: Get previous token: 0.0301919998601079 +Info 11388[23:35:11.921] getCompletionsAtPosition: isCompletionListBlocker: 0.00279300007969141 +Info 11389[23:35:11.923] getExportInfoMap: cache hit +Info 11390[23:35:11.933] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 11391[23:35:11.934] collectAutoImports: response is complete +Info 11392[23:35:11.934] collectAutoImports: 10.380848999135196 +Info 11393[23:35:11.934] getCompletionData: Semantic work: 12.181846999563277 +Info 11394[23:35:11.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.767822999507189 +Info 11395[23:35:11.951] Format host information updated +Info 11396[23:35:12.055] Format host information updated +Info 11397[23:35:12.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11398[23:35:12.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1010 structureChanged: false structureIsReused:: Completely Elapsed: 10.681524999439716ms +Info 11399[23:35:12.066] Different program with same set of files +Info 11400[23:35:12.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11401[23:35:12.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1011 structureChanged: false structureIsReused:: Completely Elapsed: 9.307066000066698ms +Info 11402[23:35:12.731] Different program with same set of files +Info 11403[23:35:12.731] getCompletionData: Get current token: 0.0048249997198581696 +Info 11404[23:35:12.731] getCompletionData: Is inside comment: 0.014165999367833138 +Info 11405[23:35:12.731] getCompletionData: Get previous token: 0.021026000380516052 +Info 11406[23:35:12.731] getCompletionsAtPosition: isCompletionListBlocker: 0.002373000606894493 +Info 11407[23:35:12.733] getExportInfoMap: cache hit +Info 11408[23:35:12.738] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 491 from cache +Info 11409[23:35:12.738] collectAutoImports: response is complete +Info 11410[23:35:12.738] collectAutoImports: 4.886927999556065 +Info 11411[23:35:12.738] getCompletionData: Semantic work: 6.279268999584019 +Info 11412[23:35:12.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.259503000415862 +Info 11413[23:35:12.752] Format host information updated +Info 11414[23:35:12.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11415[23:35:12.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1012 structureChanged: false structureIsReused:: Completely Elapsed: 7.4882260002195835ms +Info 11416[23:35:12.862] Different program with same set of files +Info 11417[23:35:12.862] getCompletionData: Get current token: 0.0051819998770952225 +Info 11418[23:35:12.862] getCompletionData: Is inside comment: 0.014669000171124935 +Info 11419[23:35:12.862] getCompletionData: Get previous token: 0.021475999616086483 +Info 11420[23:35:12.862] getCompletionsAtPosition: isCompletionListBlocker: 0.0018769996240735054 +Info 11421[23:35:12.863] getExportInfoMap: cache hit +Info 11422[23:35:12.866] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 120 from cache +Info 11423[23:35:12.866] collectAutoImports: response is complete +Info 11424[23:35:12.866] collectAutoImports: 3.0493320003151894 +Info 11425[23:35:12.866] getCompletionData: Semantic work: 4.412289000116289 +Info 11426[23:35:12.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.134352000430226 +Info 11427[23:35:12.880] Format host information updated +Info 11428[23:35:12.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11429[23:35:12.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1013 structureChanged: false structureIsReused:: Completely Elapsed: 8.018652000464499ms +Info 11430[23:35:12.936] Different program with same set of files +Info 11431[23:35:12.936] getCompletionData: Get current token: 0.005663999356329441 +Info 11432[23:35:12.936] getCompletionData: Is inside comment: 0.015417000278830528 +Info 11433[23:35:12.936] getCompletionData: Get previous token: 0.022769000381231308 +Info 11434[23:35:12.936] getCompletionsAtPosition: isCompletionListBlocker: 0.0020379992201924324 +Info 11435[23:35:12.937] getExportInfoMap: cache hit +Info 11436[23:35:12.940] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 78 from cache +Info 11437[23:35:12.940] collectAutoImports: response is complete +Info 11438[23:35:12.940] collectAutoImports: 2.8702419996261597 +Info 11439[23:35:12.940] getCompletionData: Semantic work: 4.295636000111699 +Info 11440[23:35:12.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.922097999602556 +Info 11441[23:35:12.954] Format host information updated +Info 11442[23:35:13.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11443[23:35:13.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1014 structureChanged: false structureIsReused:: Completely Elapsed: 8.062958000227809ms +Info 11444[23:35:13.033] Different program with same set of files +Info 11445[23:35:13.033] getCompletionData: Get current token: 0.006086999550461769 +Info 11446[23:35:13.033] getCompletionData: Is inside comment: 0.01570099964737892 +Info 11447[23:35:13.033] getCompletionData: Get previous token: 0.022727000527083874 +Info 11448[23:35:13.033] getCompletionsAtPosition: isCompletionListBlocker: 0.002290000207722187 +Info 11449[23:35:13.035] getExportInfoMap: cache hit +Info 11450[23:35:13.038] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 78 from cache +Info 11451[23:35:13.038] collectAutoImports: response is complete +Info 11452[23:35:13.038] collectAutoImports: 2.940441000275314 +Info 11453[23:35:13.038] getCompletionData: Semantic work: 4.393225000239909 +Info 11454[23:35:13.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.187051999382675 +Info 11455[23:35:13.052] Format host information updated +Info 11456[23:35:13.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11457[23:35:13.092] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1015 structureChanged: false structureIsReused:: Completely Elapsed: 7.166726000607014ms +Info 11458[23:35:13.092] Different program with same set of files +Info 11459[23:35:13.092] getCompletionData: Get current token: 0.004504000768065453 +Info 11460[23:35:13.092] getCompletionData: Is inside comment: 0.012912999838590622 +Info 11461[23:35:13.093] getCompletionData: Get previous token: 0.01860000006854534 +Info 11462[23:35:13.093] getCompletionsAtPosition: isCompletionListBlocker: 0.002017000690102577 +Info 11463[23:35:13.094] getExportInfoMap: cache hit +Info 11464[23:35:13.097] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 52 from cache +Info 11465[23:35:13.097] collectAutoImports: response is complete +Info 11466[23:35:13.097] collectAutoImports: 3.1592550007626414 +Info 11467[23:35:13.097] getCompletionData: Semantic work: 4.394536999985576 +Info 11468[23:35:13.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.037008999846876 +Info 11469[23:35:13.109] Format host information updated +Info 11470[23:35:13.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11471[23:35:13.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1016 structureChanged: false structureIsReused:: Completely Elapsed: 6.761095999740064ms +Info 11472[23:35:13.479] Different program with same set of files +Info 11473[23:35:13.479] getCompletionData: Get current token: 0.004774000495672226 +Info 11474[23:35:13.479] getCompletionData: Is inside comment: 0.013212999328970909 +Info 11475[23:35:13.479] getCompletionData: Get previous token: 0.018673000857234 +Info 11476[23:35:13.479] getCompletionsAtPosition: isCompletionListBlocker: 0.0023360000923275948 +Info 11477[23:35:13.481] getExportInfoMap: cache hit +Info 11478[23:35:13.485] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 78 from cache +Info 11479[23:35:13.485] collectAutoImports: response is complete +Info 11480[23:35:13.485] collectAutoImports: 4.510882999747992 +Info 11481[23:35:13.485] getCompletionData: Semantic work: 5.718363000079989 +Info 11482[23:35:13.493] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.910068000666797 +Info 11483[23:35:13.496] Format host information updated +Info 11484[23:35:13.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11485[23:35:13.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1017 structureChanged: false structureIsReused:: Completely Elapsed: 6.8940089996904135ms +Info 11486[23:35:13.514] Different program with same set of files +Info 11487[23:35:13.514] getCompletionData: Get current token: 0.0046000005677342415 +Info 11488[23:35:13.514] getCompletionData: Is inside comment: 0.01220299955457449 +Info 11489[23:35:13.514] getCompletionData: Get previous token: 0.018731999211013317 +Info 11490[23:35:13.514] getCompletionsAtPosition: isCompletionListBlocker: 0.002039000391960144 +Info 11491[23:35:13.515] getExportInfoMap: cache hit +Info 11492[23:35:13.520] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 78 from cache +Info 11493[23:35:13.520] collectAutoImports: response is complete +Info 11494[23:35:13.520] collectAutoImports: 4.990029999986291 +Info 11495[23:35:13.520] getCompletionData: Semantic work: 6.416645999997854 +Info 11496[23:35:13.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.038430999964476 +Info 11497[23:35:13.531] Format host information updated +Info 11498[23:35:13.647] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11499[23:35:13.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1018 structureChanged: false structureIsReused:: Completely Elapsed: 7.222513000480831ms +Info 11500[23:35:13.654] Different program with same set of files +Info 11501[23:35:13.654] getCompletionData: Get current token: 0.004890000447630882 +Info 11502[23:35:13.654] getCompletionData: Is inside comment: 0.013807999901473522 +Info 11503[23:35:13.654] getCompletionData: Get previous token: 0.029980999417603016 +Info 11504[23:35:13.654] getCompletionsAtPosition: isCompletionListBlocker: 0.0019950000569224358 +Info 11505[23:35:13.656] getExportInfoMap: cache hit +Info 11506[23:35:13.661] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 120 from cache +Info 11507[23:35:13.661] collectAutoImports: response is complete +Info 11508[23:35:13.661] collectAutoImports: 5.712625999934971 +Info 11509[23:35:13.661] getCompletionData: Semantic work: 7.033267999999225 +Info 11510[23:35:13.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.401808000169694 +Info 11511[23:35:13.673] Format host information updated +Info 11512[23:35:13.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11513[23:35:13.816] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1019 structureChanged: false structureIsReused:: Completely Elapsed: 7.2972529996186495ms +Info 11514[23:35:13.816] Different program with same set of files +Info 11515[23:35:13.816] getCompletionData: Get current token: 0.005203999578952789 +Info 11516[23:35:13.816] getCompletionData: Is inside comment: 0.014258000068366528 +Info 11517[23:35:13.816] getCompletionData: Get previous token: 0.02075100038200617 +Info 11518[23:35:13.816] getCompletionsAtPosition: isCompletionListBlocker: 0.002205999568104744 +Info 11519[23:35:13.818] getExportInfoMap: cache hit +Info 11520[23:35:13.825] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 491 from cache +Info 11521[23:35:13.825] collectAutoImports: response is complete +Info 11522[23:35:13.825] collectAutoImports: 7.34687399957329 +Info 11523[23:35:13.825] getCompletionData: Semantic work: 8.687599999830127 +Info 11524[23:35:13.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.343046000227332 +Info 11525[23:35:13.838] Format host information updated +Info 11526[23:35:13.995] Format host information updated +Info 11527[23:35:13.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11528[23:35:14.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1020 structureChanged: false structureIsReused:: Completely Elapsed: 11.177453000098467ms +Info 11529[23:35:14.006] Different program with same set of files +Info 11530[23:35:14.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11531[23:35:14.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1021 structureChanged: false structureIsReused:: Completely Elapsed: 12.764378000050783ms +Info 11532[23:35:14.073] Different program with same set of files +Info 11533[23:35:14.073] getCompletionData: Get current token: 0.009053000248968601 +Info 11534[23:35:14.073] getCompletionData: Is inside comment: 0.026290000416338444 +Info 11535[23:35:14.073] getCompletionData: Get previous token: 0.038213000632822514 +Info 11536[23:35:14.073] getCompletionsAtPosition: isCompletionListBlocker: 0.0031679999083280563 +Info 11537[23:35:14.076] getExportInfoMap: cache hit +Info 11538[23:35:14.084] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 491 from cache +Info 11539[23:35:14.084] collectAutoImports: response is complete +Info 11540[23:35:14.084] collectAutoImports: 8.41028800047934 +Info 11541[23:35:14.084] getCompletionData: Semantic work: 10.682082999497652 +Info 11542[23:35:14.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.99884200002998 +Info 11543[23:35:14.105] Format host information updated +Info 11544[23:35:14.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11545[23:35:14.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1022 structureChanged: false structureIsReused:: Completely Elapsed: 11.224613999947906ms +Info 11546[23:35:14.199] Different program with same set of files +Info 11547[23:35:14.199] getCompletionData: Get current token: 0.009204000234603882 +Info 11548[23:35:14.199] getCompletionData: Is inside comment: 0.02490299940109253 +Info 11549[23:35:14.199] getCompletionData: Get previous token: 0.040098000317811966 +Info 11550[23:35:14.199] getCompletionsAtPosition: isCompletionListBlocker: 0.002643999643623829 +Info 11551[23:35:14.201] getExportInfoMap: cache hit +Info 11552[23:35:14.207] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 120 from cache +Info 11553[23:35:14.207] collectAutoImports: response is complete +Info 11554[23:35:14.207] collectAutoImports: 5.787004999816418 +Info 11555[23:35:14.207] getCompletionData: Semantic work: 7.897547000087798 +Info 11556[23:35:14.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.912608000449836 +Info 11557[23:35:14.225] Format host information updated +Info 11558[23:35:14.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11559[23:35:14.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1023 structureChanged: false structureIsReused:: Completely Elapsed: 6.732958000153303ms +Info 11560[23:35:14.265] Different program with same set of files +Info 11561[23:35:14.265] getCompletionData: Get current token: 0.004763999953866005 +Info 11562[23:35:14.265] getCompletionData: Is inside comment: 0.012416999787092209 +Info 11563[23:35:14.265] getCompletionData: Get previous token: 0.01820200029760599 +Info 11564[23:35:14.265] getCompletionsAtPosition: isCompletionListBlocker: 0.001997999846935272 +Info 11565[23:35:14.266] getExportInfoMap: cache hit +Info 11566[23:35:14.269] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 78 from cache +Info 11567[23:35:14.269] collectAutoImports: response is complete +Info 11568[23:35:14.269] collectAutoImports: 2.4390119994059205 +Info 11569[23:35:14.269] getCompletionData: Semantic work: 3.626585000194609 +Info 11570[23:35:14.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.143779000267386 +Info 11571[23:35:14.282] Format host information updated +Info 11572[23:35:14.440] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11573[23:35:14.448] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1024 structureChanged: false structureIsReused:: Completely Elapsed: 7.602312000468373ms +Info 11574[23:35:14.448] Different program with same set of files +Info 11575[23:35:14.448] getCompletionData: Get current token: 0.004765000194311142 +Info 11576[23:35:14.448] getCompletionData: Is inside comment: 0.013135000132024288 +Info 11577[23:35:14.448] getCompletionData: Get previous token: 0.01923200022429228 +Info 11578[23:35:14.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0018130000680685043 +Info 11579[23:35:14.449] getExportInfoMap: cache hit +Info 11580[23:35:14.452] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 52 from cache +Info 11581[23:35:14.452] collectAutoImports: response is complete +Info 11582[23:35:14.452] collectAutoImports: 2.347733000293374 +Info 11583[23:35:14.452] getCompletionData: Semantic work: 3.5952800000086427 +Info 11584[23:35:14.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.176030999980867 +Info 11585[23:35:14.466] Format host information updated +Info 11586[23:35:14.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11587[23:35:14.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1025 structureChanged: false structureIsReused:: Completely Elapsed: 7.579918999224901ms +Info 11588[23:35:14.581] Different program with same set of files +Info 11589[23:35:14.581] getCompletionData: Get current token: 0.0044120000675320625 +Info 11590[23:35:14.581] getCompletionData: Is inside comment: 0.01242899987846613 +Info 11591[23:35:14.581] getCompletionData: Get previous token: 0.018179000355303288 +Info 11592[23:35:14.581] getCompletionsAtPosition: isCompletionListBlocker: 0.0018229996785521507 +Info 11593[23:35:14.582] getExportInfoMap: cache hit +Info 11594[23:35:14.584] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 38 from cache +Info 11595[23:35:14.584] collectAutoImports: response is complete +Info 11596[23:35:14.584] collectAutoImports: 2.049077999778092 +Info 11597[23:35:14.584] getCompletionData: Semantic work: 3.374375999905169 +Info 11598[23:35:14.595] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.38708300050348 +Info 11599[23:35:14.597] Format host information updated +Info 11600[23:35:14.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11601[23:35:14.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1026 structureChanged: false structureIsReused:: Completely Elapsed: 17.787576000206172ms +Info 11602[23:35:14.688] Different program with same set of files +Info 11603[23:35:14.688] getCompletionData: Get current token: 0.014775000512599945 +Info 11604[23:35:14.688] getCompletionData: Is inside comment: 0.04065399989485741 +Info 11605[23:35:14.689] getCompletionData: Get previous token: 0.05810000002384186 +Info 11606[23:35:14.689] getCompletionsAtPosition: isCompletionListBlocker: 0.003916999325156212 +Info 11607[23:35:14.692] getExportInfoMap: cache hit +Info 11608[23:35:14.698] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 38 from cache +Info 11609[23:35:14.698] collectAutoImports: response is complete +Info 11610[23:35:14.698] collectAutoImports: 6.296967000700533 +Info 11611[23:35:14.698] getCompletionData: Semantic work: 9.514058000408113 +Info 11612[23:35:14.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.24809700064361 +Info 11613[23:35:14.720] Format host information updated +Info 11614[23:35:19.707] Format host information updated +Info 11615[23:35:19.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11616[23:35:19.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1027 structureChanged: false structureIsReused:: Completely Elapsed: 6.985311000607908ms +Info 11617[23:35:19.714] Different program with same set of files +Info 11618[23:35:20.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11619[23:35:20.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1028 structureChanged: false structureIsReused:: Completely Elapsed: 6.573456999845803ms +Info 11620[23:35:20.072] Different program with same set of files +Info 11621[23:35:20.072] getCompletionData: Get current token: 0.004827000200748444 +Info 11622[23:35:20.072] getCompletionData: Is inside comment: 0.013438000343739986 +Info 11623[23:35:20.072] getCompletionData: Get previous token: 0.010036999359726906 +Info 11624[23:35:20.073] getCompletionsAtPosition: isCompletionListBlocker: 0.0015759998932480812 +Info 11625[23:35:20.073] Returning an empty list because completion was requested in an invalid position. +Info 11626[23:35:20.073] Format host information updated +Info 11627[23:35:20.080] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11628[23:35:20.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1029 structureChanged: false structureIsReused:: Completely Elapsed: 6.918792000040412ms +Info 11629[23:35:20.087] Different program with same set of files +Info 11630[23:35:20.087] getCompletionData: Get current token: 0.0046730004251003265 +Info 11631[23:35:20.087] getCompletionData: Is inside comment: 0.013196000829339027 +Info 11632[23:35:20.087] getCompletionData: Get previous token: 0.010021999478340149 +Info 11633[23:35:20.087] getCompletionsAtPosition: isCompletionListBlocker: 0.00774999987334013 +Info 11634[23:35:20.088] getExportInfoMap: cache hit +Info 11635[23:35:20.111] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11636[23:35:20.111] collectAutoImports: response is complete +Info 11637[23:35:20.111] collectAutoImports: 23.05168700031936 +Info 11638[23:35:20.111] getCompletionData: Semantic work: 24.33161300048232 +Info 11639[23:35:20.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.79598299972713 +Info 11640[23:35:20.135] Format host information updated +Info 11641[23:35:20.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11642[23:35:20.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1030 structureChanged: false structureIsReused:: Completely Elapsed: 7.449506000615656ms +Info 11643[23:35:20.789] Different program with same set of files +Info 11644[23:35:20.789] getCompletionData: Get current token: 0.005977999418973923 +Info 11645[23:35:20.789] getCompletionData: Is inside comment: 0.016162999905645847 +Info 11646[23:35:20.789] getCompletionData: Get previous token: 0.01245999988168478 +Info 11647[23:35:20.789] getCompletionsAtPosition: isCompletionListBlocker: 0.002047000452876091 +Info 11648[23:35:20.789] Returning an empty list because completion was requested in an invalid position. +Info 11649[23:35:20.791] Format host information updated +Info 11650[23:35:20.936] Format host information updated +Info 11651[23:35:20.936] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11652[23:35:20.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1031 structureChanged: false structureIsReused:: Completely Elapsed: 7.282145000062883ms +Info 11653[23:35:20.943] Different program with same set of files +Info 11654[23:35:21.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11655[23:35:21.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1032 structureChanged: false structureIsReused:: Completely Elapsed: 6.510706999339163ms +Info 11656[23:35:21.314] Different program with same set of files +Info 11657[23:35:21.314] getCompletionData: Get current token: 0.004689999856054783 +Info 11658[23:35:21.314] getCompletionData: Is inside comment: 0.012834999710321426 +Info 11659[23:35:21.314] getCompletionData: Get previous token: 0.009623000398278236 +Info 11660[23:35:21.314] getCompletionsAtPosition: isCompletionListBlocker: 0.0071299998089671135 +Info 11661[23:35:21.315] getExportInfoMap: cache hit +Info 11662[23:35:21.335] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11663[23:35:21.335] collectAutoImports: response is complete +Info 11664[23:35:21.335] collectAutoImports: 19.79239400010556 +Info 11665[23:35:21.335] getCompletionData: Semantic work: 21.00478799920529 +Info 11666[23:35:21.349] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.86750700045377 +Info 11667[23:35:21.359] Format host information updated +Info 11668[23:35:21.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11669[23:35:21.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1033 structureChanged: false structureIsReused:: Completely Elapsed: 21.957213000394404ms +Info 11670[23:35:21.846] Different program with same set of files +Info 11671[23:35:21.847] getCompletionData: Get current token: 0.01689200010150671 +Info 11672[23:35:21.847] getCompletionData: Is inside comment: 0.04380500037223101 +Info 11673[23:35:21.847] getCompletionData: Get previous token: 0.03354900050908327 +Info 11674[23:35:21.847] getCompletionsAtPosition: isCompletionListBlocker: 0.004223999567329884 +Info 11675[23:35:21.847] Returning an empty list because completion was requested in an invalid position. +Info 11676[23:35:21.847] Format host information updated +Info 11677[23:35:21.955] Format host information updated +Info 11678[23:35:21.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11679[23:35:21.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1034 structureChanged: false structureIsReused:: Completely Elapsed: 7.683261999860406ms +Info 11680[23:35:21.963] Different program with same set of files +Info 11681[23:35:23.811] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11682[23:35:23.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1035 structureChanged: false structureIsReused:: Completely Elapsed: 7.881589999422431ms +Info 11683[23:35:23.818] Different program with same set of files +Info 11684[23:35:23.819] getCompletionData: Get current token: 0.004595000296831131 +Info 11685[23:35:23.819] getCompletionData: Is inside comment: 0.012486999854445457 +Info 11686[23:35:23.819] getCompletionData: Get previous token: 0.009451000019907951 +Info 11687[23:35:23.820] getCompletionsAtPosition: isCompletionListBlocker: 0.008686000481247902 +Info 11688[23:35:23.822] getExportInfoMap: cache hit +Info 11689[23:35:23.843] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11690[23:35:23.843] collectAutoImports: response is complete +Info 11691[23:35:23.843] collectAutoImports: 21.929901000112295 +Info 11692[23:35:23.843] getCompletionData: Semantic work: 23.174411999993026 +Info 11693[23:35:23.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.162732999771833 +Info 11694[23:35:23.866] Format host information updated +Info 11695[23:35:24.160] Format host information updated +Info 11696[23:35:24.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11697[23:35:24.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1036 structureChanged: false structureIsReused:: Completely Elapsed: 6.972598999738693ms +Info 11698[23:35:24.167] Different program with same set of files +Info 11699[23:35:24.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11700[23:35:24.227] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1037 structureChanged: false structureIsReused:: Completely Elapsed: 10.657801000401378ms +Info 11701[23:35:24.227] Different program with same set of files +Info 11702[23:35:24.227] getCompletionData: Get current token: 0.0054339999333024025 +Info 11703[23:35:24.227] getCompletionData: Is inside comment: 0.01501299999654293 +Info 11704[23:35:24.227] getCompletionData: Get previous token: 0.011300000362098217 +Info 11705[23:35:24.227] getCompletionsAtPosition: isCompletionListBlocker: 0.008995999582111835 +Info 11706[23:35:24.229] getExportInfoMap: cache hit +Info 11707[23:35:24.250] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11708[23:35:24.250] collectAutoImports: response is complete +Info 11709[23:35:24.250] collectAutoImports: 21.332640999928117 +Info 11710[23:35:24.250] getCompletionData: Semantic work: 22.767442000098526 +Info 11711[23:35:24.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.921176999807358 +Info 11712[23:35:24.274] Format host information updated +Info 11713[23:35:24.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11714[23:35:24.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1038 structureChanged: false structureIsReused:: Completely Elapsed: 6.705679000355303ms +Info 11715[23:35:24.570] Different program with same set of files +Info 11716[23:35:24.570] getCompletionData: Get current token: 0.0048329997807741165 +Info 11717[23:35:24.570] getCompletionData: Is inside comment: 0.013131000101566315 +Info 11718[23:35:24.570] getCompletionData: Get previous token: 0.010094999335706234 +Info 11719[23:35:24.570] getCompletionsAtPosition: isCompletionListBlocker: 0.006461999379098415 +Info 11720[23:35:24.572] getExportInfoMap: cache hit +Info 11721[23:35:24.595] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11722[23:35:24.595] collectAutoImports: response is complete +Info 11723[23:35:24.595] collectAutoImports: 23.129401999525726 +Info 11724[23:35:24.595] getCompletionData: Semantic work: 24.411554999649525 +Info 11725[23:35:24.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.953642999753356 +Info 11726[23:35:24.617] Format host information updated +Info 11727[23:35:24.635] Format host information updated +Info 11728[23:35:24.636] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11729[23:35:24.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1039 structureChanged: false structureIsReused:: Completely Elapsed: 7.044819999486208ms +Info 11730[23:35:24.643] Different program with same set of files +Info 11731[23:35:25.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11732[23:35:25.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1040 structureChanged: false structureIsReused:: Completely Elapsed: 6.906608999706805ms +Info 11733[23:35:25.360] Different program with same set of files +Info 11734[23:35:25.360] getCompletionData: Get current token: 0.00430000014603138 +Info 11735[23:35:25.360] getCompletionData: Is inside comment: 0.012527999468147755 +Info 11736[23:35:25.360] getCompletionData: Get previous token: 0.009211999364197254 +Info 11737[23:35:25.360] getCompletionsAtPosition: isCompletionListBlocker: 0.007693999446928501 +Info 11738[23:35:25.361] getExportInfoMap: cache hit +Info 11739[23:35:25.381] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11740[23:35:25.381] collectAutoImports: response is complete +Info 11741[23:35:25.381] collectAutoImports: 19.65845200046897 +Info 11742[23:35:25.381] getCompletionData: Semantic work: 21.015239000320435 +Info 11743[23:35:25.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.21784000005573 +Info 11744[23:35:25.406] Format host information updated +Info 11745[23:35:25.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11746[23:35:25.707] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1041 structureChanged: false structureIsReused:: Completely Elapsed: 10.456411000341177ms +Info 11747[23:35:25.707] Different program with same set of files +Info 11748[23:35:25.707] getCompletionData: Get current token: 0.00495500024408102 +Info 11749[23:35:25.707] getCompletionData: Is inside comment: 0.012105999514460564 +Info 11750[23:35:25.707] getCompletionData: Get previous token: 0.00954699981957674 +Info 11751[23:35:25.707] getCompletionsAtPosition: isCompletionListBlocker: 0.002873999997973442 +Info 11752[23:35:25.707] Returning an empty list because completion was requested in an invalid position. +Info 11753[23:35:25.708] Format host information updated +Info 11754[23:35:25.840] Format host information updated +Info 11755[23:35:25.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11756[23:35:25.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1042 structureChanged: false structureIsReused:: Completely Elapsed: 7.907603000290692ms +Info 11757[23:35:25.848] Different program with same set of files +Info 11758[23:35:26.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11759[23:35:26.325] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1043 structureChanged: false structureIsReused:: Completely Elapsed: 8.887941000051796ms +Info 11760[23:35:26.325] Different program with same set of files +Info 11761[23:35:26.325] getCompletionData: Get current token: 0.004785999655723572 +Info 11762[23:35:26.325] getCompletionData: Is inside comment: 0.01195799931883812 +Info 11763[23:35:26.325] getCompletionData: Get previous token: 0.009023000486195087 +Info 11764[23:35:26.325] getCompletionsAtPosition: isCompletionListBlocker: 0.0032950006425380707 +Info 11765[23:35:26.325] Returning an empty list because completion was requested in an invalid position. +Info 11766[23:35:26.325] Format host information updated +Info 11767[23:35:26.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11768[23:35:26.471] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1044 structureChanged: false structureIsReused:: Completely Elapsed: 6.967621000483632ms +Info 11769[23:35:26.471] Different program with same set of files +Info 11770[23:35:26.471] getCompletionData: Get current token: 0.0050950003787875175 +Info 11771[23:35:26.471] getCompletionData: Is inside comment: 0.014686000533401966 +Info 11772[23:35:26.472] getCompletionData: Get previous token: 0.010964000597596169 +Info 11773[23:35:26.472] getCompletionsAtPosition: isCompletionListBlocker: 0.008016000501811504 +Info 11774[23:35:26.473] getExportInfoMap: cache hit +Info 11775[23:35:26.497] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11776[23:35:26.497] collectAutoImports: response is complete +Info 11777[23:35:26.497] collectAutoImports: 24.509743000380695 +Info 11778[23:35:26.497] getCompletionData: Semantic work: 25.758962000720203 +Info 11779[23:35:26.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.341597000136971 +Info 11780[23:35:26.521] Format host information updated +Info 11781[23:35:26.589] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11782[23:35:26.601] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1045 structureChanged: false structureIsReused:: Completely Elapsed: 11.51241600047797ms +Info 11783[23:35:26.601] Different program with same set of files +Info 11784[23:35:26.601] getCompletionData: Get current token: 0.009289000183343887 +Info 11785[23:35:26.601] getCompletionData: Is inside comment: 0.028190999291837215 +Info 11786[23:35:26.601] getCompletionData: Get previous token: 0.019896000623703003 +Info 11787[23:35:26.601] getCompletionsAtPosition: isCompletionListBlocker: 0.0030260002240538597 +Info 11788[23:35:26.601] getCompletionData: Semantic work: 0.154211999848485 +Info 11789[23:35:26.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08030099980533123 +Info 11790[23:35:26.605] Format host information updated +Info 11791[23:35:26.751] Format host information updated +Info 11792[23:35:26.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11793[23:35:26.759] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1046 structureChanged: false structureIsReused:: Completely Elapsed: 7.146462999284267ms +Info 11794[23:35:26.759] Different program with same set of files +Info 11795[23:35:27.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11796[23:35:27.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1047 structureChanged: false structureIsReused:: Completely Elapsed: 6.7611070005223155ms +Info 11797[23:35:27.113] Different program with same set of files +Info 11798[23:35:27.113] getCompletionData: Get current token: 0.004415000788867474 +Info 11799[23:35:27.113] getCompletionData: Is inside comment: 0.012434999458491802 +Info 11800[23:35:27.113] getCompletionData: Get previous token: 0.018691999837756157 +Info 11801[23:35:27.113] getCompletionsAtPosition: isCompletionListBlocker: 0.00725799985229969 +Info 11802[23:35:27.115] getExportInfoMap: cache hit +Info 11803[23:35:27.117] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 33 from cache +Info 11804[23:35:27.117] collectAutoImports: response is complete +Info 11805[23:35:27.117] collectAutoImports: 2.167334000580013 +Info 11806[23:35:27.117] getCompletionData: Semantic work: 3.5357990004122257 +Info 11807[23:35:27.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.733474999666214 +Info 11808[23:35:27.129] Format host information updated +Info 11809[23:35:27.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11810[23:35:27.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1048 structureChanged: false structureIsReused:: Completely Elapsed: 7.308025999926031ms +Info 11811[23:35:27.147] Different program with same set of files +Info 11812[23:35:27.148] getCompletionData: Get current token: 0.00435899943113327 +Info 11813[23:35:27.148] getCompletionData: Is inside comment: 0.012751000002026558 +Info 11814[23:35:27.148] getCompletionData: Get previous token: 0.01907300017774105 +Info 11815[23:35:27.148] getCompletionsAtPosition: isCompletionListBlocker: 0.007523000240325928 +Info 11816[23:35:27.149] getExportInfoMap: cache hit +Info 11817[23:35:27.151] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 31 from cache +Info 11818[23:35:27.151] collectAutoImports: response is complete +Info 11819[23:35:27.151] collectAutoImports: 1.9813830005005002 +Info 11820[23:35:27.151] getCompletionData: Semantic work: 3.291509000584483 +Info 11821[23:35:27.162] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.906824000179768 +Info 11822[23:35:27.166] Format host information updated +Info 11823[23:35:27.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11824[23:35:27.183] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1049 structureChanged: false structureIsReused:: Completely Elapsed: 7.192886000499129ms +Info 11825[23:35:27.183] Different program with same set of files +Info 11826[23:35:27.184] getCompletionData: Get current token: 0.0044290004298090935 +Info 11827[23:35:27.184] getCompletionData: Is inside comment: 0.012391000054776669 +Info 11828[23:35:27.184] getCompletionData: Get previous token: 0.019428000785410404 +Info 11829[23:35:27.184] getCompletionsAtPosition: isCompletionListBlocker: 0.00802099984139204 +Info 11830[23:35:27.185] getExportInfoMap: cache hit +Info 11831[23:35:27.187] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 17 from cache +Info 11832[23:35:27.187] collectAutoImports: response is complete +Info 11833[23:35:27.187] collectAutoImports: 1.899863999336958 +Info 11834[23:35:27.187] getCompletionData: Semantic work: 3.2202110001817346 +Info 11835[23:35:27.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.530519000254571 +Info 11836[23:35:27.200] Format host information updated +Info 11837[23:35:27.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11838[23:35:27.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1050 structureChanged: false structureIsReused:: Completely Elapsed: 6.805146999657154ms +Info 11839[23:35:27.237] Different program with same set of files +Info 11840[23:35:27.237] getCompletionData: Get current token: 0.004806000739336014 +Info 11841[23:35:27.237] getCompletionData: Is inside comment: 0.012968999333679676 +Info 11842[23:35:27.237] getCompletionData: Get previous token: 0.01915199961513281 +Info 11843[23:35:27.237] getCompletionsAtPosition: isCompletionListBlocker: 0.007510000839829445 +Info 11844[23:35:27.238] getExportInfoMap: cache hit +Info 11845[23:35:27.261] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11846[23:35:27.261] collectAutoImports: response is complete +Info 11847[23:35:27.261] collectAutoImports: 22.630584999918938 +Info 11848[23:35:27.261] getCompletionData: Semantic work: 23.943642999976873 +Info 11849[23:35:27.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.853034999221563 +Info 11850[23:35:27.288] Format host information updated +Info 11851[23:35:27.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11852[23:35:27.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1051 structureChanged: false structureIsReused:: Completely Elapsed: 6.921500999480486ms +Info 11853[23:35:27.607] Different program with same set of files +Info 11854[23:35:27.608] getCompletionData: Get current token: 0.0048439996317029 +Info 11855[23:35:27.608] getCompletionData: Is inside comment: 0.012819000519812107 +Info 11856[23:35:27.608] getCompletionData: Get previous token: 0.009526999667286873 +Info 11857[23:35:27.608] getCompletionsAtPosition: isCompletionListBlocker: 0.002946999855339527 +Info 11858[23:35:27.608] Returning an empty list because completion was requested in an invalid position. +Info 11859[23:35:27.608] Format host information updated +Info 11860[23:35:27.615] Format host information updated +Info 11861[23:35:27.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11862[23:35:27.622] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1052 structureChanged: false structureIsReused:: Completely Elapsed: 6.597946000285447ms +Info 11863[23:35:27.622] Different program with same set of files +Info 11864[23:35:29.146] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11865[23:35:29.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1053 structureChanged: false structureIsReused:: Completely Elapsed: 10.093458999879658ms +Info 11866[23:35:29.156] Different program with same set of files +Info 11867[23:35:29.157] getCompletionData: Get current token: 0.003798999823629856 +Info 11868[23:35:29.157] getCompletionData: Is inside comment: 0.012683000415563583 +Info 11869[23:35:29.157] getCompletionData: Get previous token: 0.0086240004748106 +Info 11870[23:35:29.157] getCompletionsAtPosition: isCompletionListBlocker: 0.001865999773144722 +Info 11871[23:35:29.157] getCompletionData: Semantic work: 0.057458000257611275 +Info 11872[23:35:29.157] Format host information updated +Info 11873[23:35:29.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11874[23:35:29.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1054 structureChanged: false structureIsReused:: Completely Elapsed: 7.30163300037384ms +Info 11875[23:35:29.305] Different program with same set of files +Info 11876[23:35:29.306] getCompletionData: Get current token: 0.005072000436484814 +Info 11877[23:35:29.306] getCompletionData: Is inside comment: 0.015432000160217285 +Info 11878[23:35:29.306] getCompletionData: Get previous token: 0.011617000214755535 +Info 11879[23:35:29.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0018080007284879684 +Info 11880[23:35:29.306] getCompletionData: Semantic work: 0.04110799916088581 +Info 11881[23:35:29.306] Format host information updated +Info 11882[23:35:29.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11883[23:35:29.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1055 structureChanged: false structureIsReused:: Completely Elapsed: 7.811414999887347ms +Info 11884[23:35:29.421] Different program with same set of files +Info 11885[23:35:29.421] getCompletionData: Get current token: 0.006479999981820583 +Info 11886[23:35:29.421] getCompletionData: Is inside comment: 0.01765699964016676 +Info 11887[23:35:29.421] getCompletionData: Get previous token: 0.012953000143170357 +Info 11888[23:35:29.421] getCompletionsAtPosition: isCompletionListBlocker: 0.0013009998947381973 +Info 11889[23:35:29.421] Returning an empty list because completion was requested in an invalid position. +Info 11890[23:35:29.422] Format host information updated +Info 11891[23:35:30.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11892[23:35:30.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1056 structureChanged: false structureIsReused:: Completely Elapsed: 7.293841999955475ms +Info 11893[23:35:30.065] Different program with same set of files +Info 11894[23:35:30.066] getCompletionData: Get current token: 0.005316000431776047 +Info 11895[23:35:30.066] getCompletionData: Is inside comment: 0.014646000228822231 +Info 11896[23:35:30.066] getCompletionData: Get previous token: 0.020723000168800354 +Info 11897[23:35:30.066] getCompletionsAtPosition: isCompletionListBlocker: 0.001534000039100647 +Info 11898[23:35:30.066] Returning an empty list because completion was requested in an invalid position. +Info 11899[23:35:30.066] Format host information updated +Info 11900[23:35:30.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11901[23:35:30.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1057 structureChanged: false structureIsReused:: Completely Elapsed: 8.446460000239313ms +Info 11902[23:35:30.984] Different program with same set of files +Info 11903[23:35:30.985] getCompletionData: Get current token: 0.004356999881565571 +Info 11904[23:35:30.985] getCompletionData: Is inside comment: 0.01209300011396408 +Info 11905[23:35:30.985] getCompletionData: Get previous token: 0.017261000350117683 +Info 11906[23:35:30.985] getCompletionsAtPosition: isCompletionListBlocker: 0.0011559994891285896 +Info 11907[23:35:30.985] Returning an empty list because completion was requested in an invalid position. +Info 11908[23:35:30.987] Format host information updated +Info 11909[23:35:31.461] Format host information updated +Info 11910[23:35:31.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11911[23:35:31.471] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1058 structureChanged: false structureIsReused:: Completely Elapsed: 9.171419000253081ms +Info 11912[23:35:31.471] Different program with same set of files +Info 11913[23:35:31.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11914[23:35:31.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1059 structureChanged: false structureIsReused:: Completely Elapsed: 9.611387999728322ms +Info 11915[23:35:31.831] Different program with same set of files +Info 11916[23:35:31.831] getCompletionData: Get current token: 0.0042500002309679985 +Info 11917[23:35:31.831] getCompletionData: Is inside comment: 0.034210000187158585 +Info 11918[23:35:31.831] getCompletionData: Get previous token: 0.03305500000715256 +Info 11919[23:35:31.831] getCompletionsAtPosition: isCompletionListBlocker: 0.0019159996882081032 +Info 11920[23:35:31.832] getExportInfoMap: cache hit +Info 11921[23:35:31.836] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 339 from cache +Info 11922[23:35:31.836] collectAutoImports: response is complete +Info 11923[23:35:31.836] collectAutoImports: 3.7579009998589754 +Info 11924[23:35:31.836] getCompletionData: Semantic work: 5.0390449995175 +Info 11925[23:35:31.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.5270680002868176 +Info 11926[23:35:31.847] Format host information updated +Info 11927[23:35:32.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11928[23:35:32.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1060 structureChanged: false structureIsReused:: Completely Elapsed: 6.553367999382317ms +Info 11929[23:35:32.052] Different program with same set of files +Info 11930[23:35:32.053] getCompletionData: Get current token: 0.0046880003064870834 +Info 11931[23:35:32.053] getCompletionData: Is inside comment: 0.012380000203847885 +Info 11932[23:35:32.053] getCompletionData: Get previous token: 0.01808399986475706 +Info 11933[23:35:32.053] getCompletionsAtPosition: isCompletionListBlocker: 0.0019910000264644623 +Info 11934[23:35:32.054] getExportInfoMap: cache hit +Info 11935[23:35:32.057] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 167 from cache +Info 11936[23:35:32.057] collectAutoImports: response is complete +Info 11937[23:35:32.057] collectAutoImports: 3.134654000401497 +Info 11938[23:35:32.057] getCompletionData: Semantic work: 4.317309999838471 +Info 11939[23:35:32.065] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.79810499958694 +Info 11940[23:35:32.069] Format host information updated +Info 11941[23:35:32.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11942[23:35:32.296] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1061 structureChanged: false structureIsReused:: Completely Elapsed: 6.480173000134528ms +Info 11943[23:35:32.296] Different program with same set of files +Info 11944[23:35:32.297] getCompletionData: Get current token: 0.00418500043451786 +Info 11945[23:35:32.297] getCompletionData: Is inside comment: 0.012409999966621399 +Info 11946[23:35:32.297] getCompletionData: Get previous token: 0.0176790002733469 +Info 11947[23:35:32.297] getCompletionsAtPosition: isCompletionListBlocker: 0.0019630007445812225 +Info 11948[23:35:32.298] getExportInfoMap: cache hit +Info 11949[23:35:32.302] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 11950[23:35:32.302] collectAutoImports: response is complete +Info 11951[23:35:32.302] collectAutoImports: 4.519726000726223 +Info 11952[23:35:32.302] getCompletionData: Semantic work: 5.6839500004425645 +Info 11953[23:35:32.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.413133000023663 +Info 11954[23:35:32.313] Format host information updated +Info 11955[23:35:32.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11956[23:35:32.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1062 structureChanged: false structureIsReused:: Completely Elapsed: 7.676363000646234ms +Info 11957[23:35:32.375] Different program with same set of files +Info 11958[23:35:32.375] getCompletionData: Get current token: 0.005737000145018101 +Info 11959[23:35:32.375] getCompletionData: Is inside comment: 0.016349000856280327 +Info 11960[23:35:32.375] getCompletionData: Get previous token: 0.012484000064432621 +Info 11961[23:35:32.375] getCompletionsAtPosition: isCompletionListBlocker: 0.0024810004979372025 +Info 11962[23:35:32.377] getExportInfoMap: cache hit +Info 11963[23:35:32.403] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11964[23:35:32.403] collectAutoImports: response is complete +Info 11965[23:35:32.403] collectAutoImports: 26.562387000769377 +Info 11966[23:35:32.403] getCompletionData: Semantic work: 27.945152000524104 +Info 11967[23:35:32.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.97875600028783 +Info 11968[23:35:32.427] Format host information updated +Info 11969[23:35:32.441] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11970[23:35:32.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1063 structureChanged: false structureIsReused:: Completely Elapsed: 9.941088000312448ms +Info 11971[23:35:32.451] Different program with same set of files +Info 11972[23:35:32.452] getCompletionData: Get current token: 0.004904000088572502 +Info 11973[23:35:32.452] getCompletionData: Is inside comment: 0.012764999642968178 +Info 11974[23:35:32.452] getCompletionData: Get previous token: 0.009850000031292439 +Info 11975[23:35:32.452] getCompletionsAtPosition: isCompletionListBlocker: 0.012839000672101974 +Info 11976[23:35:32.453] getExportInfoMap: cache hit +Info 11977[23:35:32.474] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11978[23:35:32.475] collectAutoImports: response is complete +Info 11979[23:35:32.475] collectAutoImports: 21.574563999660313 +Info 11980[23:35:32.475] getCompletionData: Semantic work: 22.813100999221206 +Info 11981[23:35:32.489] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.723088999278843 +Info 11982[23:35:32.500] Format host information updated +Info 11983[23:35:32.540] getCompletionData: Get current token: 0.00558600015938282 +Info 11984[23:35:32.540] getCompletionData: Is inside comment: 0.013950000517070293 +Info 11985[23:35:32.540] getCompletionData: Get previous token: 0.010755999945104122 +Info 11986[23:35:32.540] getCompletionsAtPosition: isCompletionListBlocker: 0.003335000015795231 +Info 11987[23:35:32.542] getExportInfoMap: cache hit +Info 11988[23:35:32.562] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 11989[23:35:32.562] collectAutoImports: response is complete +Info 11990[23:35:32.562] collectAutoImports: 19.966269000433385 +Info 11991[23:35:32.562] getCompletionData: Semantic work: 21.393478999845684 +Info 11992[23:35:32.575] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.452697000466287 +Info 11993[23:35:32.586] Format host information updated +Info 11994[23:35:32.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11995[23:35:32.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1064 structureChanged: false structureIsReused:: Completely Elapsed: 6.410753999836743ms +Info 11996[23:35:32.794] Different program with same set of files +Info 11997[23:35:32.794] getCompletionData: Get current token: 0.005226999521255493 +Info 11998[23:35:32.794] getCompletionData: Is inside comment: 0.014043999835848808 +Info 11999[23:35:32.794] getCompletionData: Get previous token: 0.019617000594735146 +Info 12000[23:35:32.794] getCompletionsAtPosition: isCompletionListBlocker: 0.00215000007301569 +Info 12001[23:35:32.795] getExportInfoMap: cache hit +Info 12002[23:35:32.797] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 12003[23:35:32.797] collectAutoImports: response is complete +Info 12004[23:35:32.797] collectAutoImports: 2.2853309996426105 +Info 12005[23:35:32.797] getCompletionData: Semantic work: 3.496739000082016 +Info 12006[23:35:32.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.762205000035465 +Info 12007[23:35:32.810] Format host information updated +Info 12008[23:35:32.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12009[23:35:32.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1065 structureChanged: false structureIsReused:: Completely Elapsed: 8.045719999819994ms +Info 12010[23:35:32.872] Different program with same set of files +Info 12011[23:35:32.872] getCompletionData: Get current token: 0.00659400038421154 +Info 12012[23:35:32.872] getCompletionData: Is inside comment: 0.018383000046014786 +Info 12013[23:35:32.872] getCompletionData: Get previous token: 0.026360999792814255 +Info 12014[23:35:32.872] getCompletionsAtPosition: isCompletionListBlocker: 0.00264000054448843 +Info 12015[23:35:32.874] getExportInfoMap: cache hit +Info 12016[23:35:32.876] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 12017[23:35:32.876] collectAutoImports: response is complete +Info 12018[23:35:32.876] collectAutoImports: 2.7743359999731183 +Info 12019[23:35:32.876] getCompletionData: Semantic work: 4.237670999951661 +Info 12020[23:35:32.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.359511000104249 +Info 12021[23:35:32.891] Format host information updated +Info 12022[23:35:33.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12023[23:35:33.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1066 structureChanged: false structureIsReused:: Completely Elapsed: 7.067569000646472ms +Info 12024[23:35:33.012] Different program with same set of files +Info 12025[23:35:33.012] getCompletionData: Get current token: 0.006048999726772308 +Info 12026[23:35:33.012] getCompletionData: Is inside comment: 0.01644999999552965 +Info 12027[23:35:33.012] getCompletionData: Get previous token: 0.02303200028836727 +Info 12028[23:35:33.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0025349995121359825 +Info 12029[23:35:33.014] getExportInfoMap: cache hit +Info 12030[23:35:33.016] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 12031[23:35:33.016] collectAutoImports: response is complete +Info 12032[23:35:33.016] collectAutoImports: 2.141384999267757 +Info 12033[23:35:33.016] getCompletionData: Semantic work: 3.495215999893844 +Info 12034[23:35:33.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.379681000486016 +Info 12035[23:35:33.029] Format host information updated +Info 12036[23:35:33.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12037[23:35:33.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1067 structureChanged: false structureIsReused:: Completely Elapsed: 6.538273999467492ms +Info 12038[23:35:33.375] Different program with same set of files +Info 12039[23:35:33.375] getCompletionData: Get current token: 0.00520200002938509 +Info 12040[23:35:33.375] getCompletionData: Is inside comment: 0.014148999936878681 +Info 12041[23:35:33.375] getCompletionData: Get previous token: 0.020128999836742878 +Info 12042[23:35:33.375] getCompletionsAtPosition: isCompletionListBlocker: 0.002190999686717987 +Info 12043[23:35:33.376] getExportInfoMap: cache hit +Info 12044[23:35:33.381] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12045[23:35:33.381] collectAutoImports: response is complete +Info 12046[23:35:33.381] collectAutoImports: 4.377340999431908 +Info 12047[23:35:33.381] getCompletionData: Semantic work: 5.55865600053221 +Info 12048[23:35:33.388] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.5833010002970695 +Info 12049[23:35:33.391] Format host information updated +Info 12050[23:35:33.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12051[23:35:33.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1068 structureChanged: false structureIsReused:: Completely Elapsed: 12.086287000216544ms +Info 12052[23:35:33.867] Different program with same set of files +Info 12053[23:35:33.867] getCompletionData: Get current token: 0.011380999349057674 +Info 12054[23:35:33.867] getCompletionData: Is inside comment: 0.031298999674618244 +Info 12055[23:35:33.868] getCompletionData: Get previous token: 0.0451879994943738 +Info 12056[23:35:33.868] getCompletionsAtPosition: isCompletionListBlocker: 0.004019999876618385 +Info 12057[23:35:33.870] getExportInfoMap: cache hit +Info 12058[23:35:33.874] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 12059[23:35:33.874] collectAutoImports: response is complete +Info 12060[23:35:33.874] collectAutoImports: 3.7278579995036125 +Info 12061[23:35:33.874] getCompletionData: Semantic work: 6.096335000358522 +Info 12062[23:35:33.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.177329000085592 +Info 12063[23:35:33.893] Format host information updated +Info 12064[23:35:34.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12065[23:35:34.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1069 structureChanged: false structureIsReused:: Completely Elapsed: 6.875386999920011ms +Info 12066[23:35:34.221] Different program with same set of files +Info 12067[23:35:34.221] getCompletionData: Get current token: 0.005154999904334545 +Info 12068[23:35:34.221] getCompletionData: Is inside comment: 0.014209000393748283 +Info 12069[23:35:34.221] getCompletionData: Get previous token: 0.02012799959629774 +Info 12070[23:35:34.221] getCompletionsAtPosition: isCompletionListBlocker: 0.002429000101983547 +Info 12071[23:35:34.223] getExportInfoMap: cache hit +Info 12072[23:35:34.225] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12073[23:35:34.225] collectAutoImports: response is complete +Info 12074[23:35:34.225] collectAutoImports: 1.8808349994942546 +Info 12075[23:35:34.225] getCompletionData: Semantic work: 3.221907999366522 +Info 12076[23:35:34.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.086659000255167 +Info 12077[23:35:34.238] Format host information updated +Info 12078[23:35:34.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12079[23:35:34.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1070 structureChanged: false structureIsReused:: Completely Elapsed: 6.858339999802411ms +Info 12080[23:35:34.254] Different program with same set of files +Info 12081[23:35:34.254] getCompletionData: Get current token: 0.005277999676764011 +Info 12082[23:35:34.254] getCompletionData: Is inside comment: 0.013959999196231365 +Info 12083[23:35:34.254] getCompletionData: Get previous token: 0.020274000242352486 +Info 12084[23:35:34.254] getCompletionsAtPosition: isCompletionListBlocker: 0.0024880003184080124 +Info 12085[23:35:34.255] getExportInfoMap: cache hit +Info 12086[23:35:34.257] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12087[23:35:34.257] collectAutoImports: response is complete +Info 12088[23:35:34.257] collectAutoImports: 1.6667359992861748 +Info 12089[23:35:34.257] getCompletionData: Semantic work: 3.03766299970448 +Info 12090[23:35:34.268] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.67755899950862 +Info 12091[23:35:34.270] Format host information updated +Info 12092[23:35:34.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12093[23:35:34.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1071 structureChanged: false structureIsReused:: Completely Elapsed: 6.858875999227166ms +Info 12094[23:35:34.290] Different program with same set of files +Info 12095[23:35:34.290] getCompletionData: Get current token: 0.005293000489473343 +Info 12096[23:35:34.290] getCompletionData: Is inside comment: 0.013915999792516232 +Info 12097[23:35:34.290] getCompletionData: Get previous token: 0.019934000447392464 +Info 12098[23:35:34.290] getCompletionsAtPosition: isCompletionListBlocker: 0.002217000350356102 +Info 12099[23:35:34.291] getExportInfoMap: cache hit +Info 12100[23:35:34.316] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12101[23:35:34.316] collectAutoImports: response is complete +Info 12102[23:35:34.316] collectAutoImports: 24.53733199927956 +Info 12103[23:35:34.316] getCompletionData: Semantic work: 25.84911399986595 +Info 12104[23:35:34.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.372014000080526 +Info 12105[23:35:34.339] Format host information updated +Info 12106[23:35:34.632] getCompletionData: Get current token: 0.00469799991697073 +Info 12107[23:35:34.632] getCompletionData: Is inside comment: 0.013460000045597553 +Info 12108[23:35:34.632] getCompletionData: Get previous token: 0.010652000084519386 +Info 12109[23:35:34.632] getCompletionsAtPosition: isCompletionListBlocker: 0.012078999541699886 +Info 12110[23:35:34.633] getExportInfoMap: cache hit +Info 12111[23:35:34.653] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12112[23:35:34.653] collectAutoImports: response is complete +Info 12113[23:35:34.653] collectAutoImports: 19.9710399992764 +Info 12114[23:35:34.653] getCompletionData: Semantic work: 21.151027000509202 +Info 12115[23:35:34.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.80151200015098 +Info 12116[23:35:34.678] getCompletionData: Get current token: 0.004538999870419502 +Info 12117[23:35:34.678] getCompletionData: Is inside comment: 0.012136999517679214 +Info 12118[23:35:34.678] getCompletionData: Get previous token: 0.008743000216782093 +Info 12119[23:35:34.678] getCompletionsAtPosition: isCompletionListBlocker: 0.007763000205159187 +Info 12120[23:35:34.679] getExportInfoMap: cache hit +Info 12121[23:35:34.698] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12122[23:35:34.698] collectAutoImports: response is complete +Info 12123[23:35:34.698] collectAutoImports: 18.925644000060856 +Info 12124[23:35:34.698] getCompletionData: Semantic work: 20.04814099986106 +Info 12125[23:35:34.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.101424999535084 +Info 12126[23:35:34.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12127[23:35:34.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1072 structureChanged: false structureIsReused:: Completely Elapsed: 6.684650999493897ms +Info 12128[23:35:34.905] Different program with same set of files +Info 12129[23:35:34.906] getCompletionData: Get current token: 0.004298999905586243 +Info 12130[23:35:34.906] getCompletionData: Is inside comment: 0.011792000383138657 +Info 12131[23:35:34.906] getCompletionData: Get previous token: 0.008867999538779259 +Info 12132[23:35:34.906] getCompletionsAtPosition: isCompletionListBlocker: 0.006393999792635441 +Info 12133[23:35:34.907] getExportInfoMap: cache hit +Info 12134[23:35:34.927] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12135[23:35:34.927] collectAutoImports: response is complete +Info 12136[23:35:34.927] collectAutoImports: 20.60474899969995 +Info 12137[23:35:34.927] getCompletionData: Semantic work: 21.787383999675512 +Info 12138[23:35:34.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.449110999703407 +Info 12139[23:35:34.952] Format host information updated +Info 12140[23:35:35.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12141[23:35:35.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1073 structureChanged: false structureIsReused:: Completely Elapsed: 10.359535000286996ms +Info 12142[23:35:35.251] Different program with same set of files +Info 12143[23:35:35.251] getCompletionData: Get current token: 0.004714000038802624 +Info 12144[23:35:35.251] getCompletionData: Is inside comment: 0.011788000352680683 +Info 12145[23:35:35.251] getCompletionData: Get previous token: 0.008733000606298447 +Info 12146[23:35:35.251] getCompletionsAtPosition: isCompletionListBlocker: 0.007233999669551849 +Info 12147[23:35:35.253] getExportInfoMap: cache hit +Info 12148[23:35:35.274] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12149[23:35:35.274] collectAutoImports: response is complete +Info 12150[23:35:35.274] collectAutoImports: 21.20046199951321 +Info 12151[23:35:35.274] getCompletionData: Semantic work: 22.44323799945414 +Info 12152[23:35:35.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.599106000736356 +Info 12153[23:35:35.298] Format host information updated +Info 12154[23:35:35.314] Format host information updated +Info 12155[23:35:35.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12156[23:35:35.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1074 structureChanged: false structureIsReused:: Completely Elapsed: 7.146584000438452ms +Info 12157[23:35:35.321] Different program with same set of files +Info 12158[23:35:35.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12159[23:35:35.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1075 structureChanged: false structureIsReused:: Completely Elapsed: 7.506165999919176ms +Info 12160[23:35:35.376] Different program with same set of files +Info 12161[23:35:35.376] getCompletionData: Get current token: 0.005250000394880772 +Info 12162[23:35:35.376] getCompletionData: Is inside comment: 0.01397399976849556 +Info 12163[23:35:35.376] getCompletionData: Get previous token: 0.019999999552965164 +Info 12164[23:35:35.376] getCompletionsAtPosition: isCompletionListBlocker: 0.009101999923586845 +Info 12165[23:35:35.377] getExportInfoMap: cache hit +Info 12166[23:35:35.387] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 679 from cache +Info 12167[23:35:35.387] collectAutoImports: response is complete +Info 12168[23:35:35.387] collectAutoImports: 9.719854000024498 +Info 12169[23:35:35.387] getCompletionData: Semantic work: 11.112449999898672 +Info 12170[23:35:35.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.95430999994278 +Info 12171[23:35:35.404] Format host information updated +Info 12172[23:35:35.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12173[23:35:35.585] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1076 structureChanged: false structureIsReused:: Completely Elapsed: 9.559794000349939ms +Info 12174[23:35:35.585] Different program with same set of files +Info 12175[23:35:35.585] getCompletionData: Get current token: 0.006858000531792641 +Info 12176[23:35:35.585] getCompletionData: Is inside comment: 0.019705000333487988 +Info 12177[23:35:35.585] getCompletionData: Get previous token: 0.026669999584555626 +Info 12178[23:35:35.585] getCompletionsAtPosition: isCompletionListBlocker: 0.010528000071644783 +Info 12179[23:35:35.587] getExportInfoMap: cache hit +Info 12180[23:35:35.593] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 314 from cache +Info 12181[23:35:35.593] collectAutoImports: response is complete +Info 12182[23:35:35.593] collectAutoImports: 5.769523999653757 +Info 12183[23:35:35.593] getCompletionData: Semantic work: 7.504312999546528 +Info 12184[23:35:35.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.617422999814153 +Info 12185[23:35:35.610] Format host information updated +Info 12186[23:35:35.921] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12187[23:35:35.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1077 structureChanged: false structureIsReused:: Completely Elapsed: 11.206553000025451ms +Info 12188[23:35:35.933] Different program with same set of files +Info 12189[23:35:35.933] getCompletionData: Get current token: 0.004722000099718571 +Info 12190[23:35:35.933] getCompletionData: Is inside comment: 0.011754000559449196 +Info 12191[23:35:35.933] getCompletionData: Get previous token: 0.0165180005133152 +Info 12192[23:35:35.933] getCompletionsAtPosition: isCompletionListBlocker: 0.009025000035762787 +Info 12193[23:35:35.934] getExportInfoMap: cache hit +Info 12194[23:35:35.936] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 42 from cache +Info 12195[23:35:35.936] collectAutoImports: response is complete +Info 12196[23:35:35.936] collectAutoImports: 2.4203249998390675 +Info 12197[23:35:35.937] getCompletionData: Semantic work: 3.69457000028342 +Info 12198[23:35:35.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.5818189997226 +Info 12199[23:35:35.947] Format host information updated +Info 12200[23:35:35.961] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12201[23:35:35.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1078 structureChanged: false structureIsReused:: Completely Elapsed: 14.377352999523282ms +Info 12202[23:35:35.975] Different program with same set of files +Info 12203[23:35:35.975] getCompletionData: Get current token: 0.0046000005677342415 +Info 12204[23:35:35.975] getCompletionData: Is inside comment: 0.012544999830424786 +Info 12205[23:35:35.975] getCompletionData: Get previous token: 0.016837000846862793 +Info 12206[23:35:35.976] getCompletionsAtPosition: isCompletionListBlocker: 0.008438000455498695 +Info 12207[23:35:35.982] getExportInfoMap: cache hit +Info 12208[23:35:35.985] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 12209[23:35:35.985] collectAutoImports: response is complete +Info 12210[23:35:35.985] collectAutoImports: 3.2492850003764033 +Info 12211[23:35:35.985] getCompletionData: Semantic work: 9.84685599990189 +Info 12212[23:35:36.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.721297999843955 +Info 12213[23:35:36.007] Format host information updated +Info 12214[23:35:36.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12215[23:35:36.070] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1079 structureChanged: false structureIsReused:: Completely Elapsed: 17.31221100036055ms +Info 12216[23:35:36.070] Different program with same set of files +Info 12217[23:35:36.070] getCompletionData: Get current token: 0.005275999195873737 +Info 12218[23:35:36.070] getCompletionData: Is inside comment: 0.014046999625861645 +Info 12219[23:35:36.070] getCompletionData: Get previous token: 0.00999900046736002 +Info 12220[23:35:36.070] getCompletionsAtPosition: isCompletionListBlocker: 0.0020629996433854103 +Info 12221[23:35:36.076] getExportInfoMap: cache hit +Info 12222[23:35:36.108] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12223[23:35:36.108] collectAutoImports: response is complete +Info 12224[23:35:36.108] collectAutoImports: 31.967263999395072 +Info 12225[23:35:36.108] getCompletionData: Semantic work: 37.864883000031114 +Info 12226[23:35:36.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 25.650036999955773 +Info 12227[23:35:36.145] Format host information updated +Info 12228[23:35:36.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12229[23:35:36.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1080 structureChanged: false structureIsReused:: Completely Elapsed: 8.854737999849021ms +Info 12230[23:35:36.177] Different program with same set of files +Info 12231[23:35:36.177] getCompletionData: Get current token: 0.005822000093758106 +Info 12232[23:35:36.177] getCompletionData: Is inside comment: 0.01697599980980158 +Info 12233[23:35:36.177] getCompletionData: Get previous token: 0.012366999872028828 +Info 12234[23:35:36.177] getCompletionsAtPosition: isCompletionListBlocker: 0.00928799994289875 +Info 12235[23:35:36.178] getExportInfoMap: cache hit +Info 12236[23:35:36.218] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12237[23:35:36.218] collectAutoImports: response is complete +Info 12238[23:35:36.218] collectAutoImports: 39.21966500021517 +Info 12239[23:35:36.218] getCompletionData: Semantic work: 40.71674400009215 +Info 12240[23:35:36.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.204510000534356 +Info 12241[23:35:36.245] Format host information updated +Info 12242[23:35:36.284] getCompletionData: Get current token: 0.008310000412166119 +Info 12243[23:35:36.284] getCompletionData: Is inside comment: 0.04795499984174967 +Info 12244[23:35:36.285] getCompletionData: Get previous token: 0.03329499997198582 +Info 12245[23:35:36.285] getCompletionsAtPosition: isCompletionListBlocker: 0.0036730002611875534 +Info 12246[23:35:36.286] getExportInfoMap: cache hit +Info 12247[23:35:36.307] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12248[23:35:36.307] collectAutoImports: response is complete +Info 12249[23:35:36.307] collectAutoImports: 20.10477599967271 +Info 12250[23:35:36.307] getCompletionData: Semantic work: 21.996593999676406 +Info 12251[23:35:36.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.805456000380218 +Info 12252[23:35:36.330] Format host information updated +Info 12253[23:35:36.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12254[23:35:36.522] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1081 structureChanged: false structureIsReused:: Completely Elapsed: 6.813044999726117ms +Info 12255[23:35:36.522] Different program with same set of files +Info 12256[23:35:36.522] getCompletionData: Get current token: 0.004728000611066818 +Info 12257[23:35:36.522] getCompletionData: Is inside comment: 0.0469140000641346 +Info 12258[23:35:36.522] getCompletionData: Get previous token: 0.017363999970257282 +Info 12259[23:35:36.522] getCompletionsAtPosition: isCompletionListBlocker: 0.0022880006581544876 +Info 12260[23:35:36.525] getExportInfoMap: cache hit +Info 12261[23:35:36.527] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 12262[23:35:36.527] collectAutoImports: response is complete +Info 12263[23:35:36.527] collectAutoImports: 2.4849379993975163 +Info 12264[23:35:36.527] getCompletionData: Semantic work: 5.407709999941289 +Info 12265[23:35:36.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.444798000156879 +Info 12266[23:35:36.537] Format host information updated +Info 12267[23:35:36.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12268[23:35:36.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1082 structureChanged: false structureIsReused:: Completely Elapsed: 7.313755000010133ms +Info 12269[23:35:36.740] Different program with same set of files +Info 12270[23:35:36.740] getCompletionData: Get current token: 0.005377000197768211 +Info 12271[23:35:36.740] getCompletionData: Is inside comment: 0.014227000065147877 +Info 12272[23:35:36.740] getCompletionData: Get previous token: 0.0201039994135499 +Info 12273[23:35:36.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0021150000393390656 +Info 12274[23:35:36.741] getExportInfoMap: cache hit +Info 12275[23:35:36.743] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 12276[23:35:36.743] collectAutoImports: response is complete +Info 12277[23:35:36.743] collectAutoImports: 2.130352000705898 +Info 12278[23:35:36.743] getCompletionData: Semantic work: 3.480031999759376 +Info 12279[23:35:36.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.01948899962008 +Info 12280[23:35:36.754] Format host information updated +Info 12281[23:35:36.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12282[23:35:36.825] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1083 structureChanged: false structureIsReused:: Completely Elapsed: 8.05761899985373ms +Info 12283[23:35:36.825] Different program with same set of files +Info 12284[23:35:36.825] getCompletionData: Get current token: 0.005130999721586704 +Info 12285[23:35:36.826] getCompletionData: Is inside comment: 0.014113000594079494 +Info 12286[23:35:36.826] getCompletionData: Get previous token: 0.01915899943560362 +Info 12287[23:35:36.826] getCompletionsAtPosition: isCompletionListBlocker: 0.002620999701321125 +Info 12288[23:35:36.827] getExportInfoMap: cache hit +Info 12289[23:35:36.829] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 12290[23:35:36.829] collectAutoImports: response is complete +Info 12291[23:35:36.829] collectAutoImports: 1.9914099993184209 +Info 12292[23:35:36.829] getCompletionData: Semantic work: 3.3021109998226166 +Info 12293[23:35:36.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.43359600007534 +Info 12294[23:35:36.841] Format host information updated +Info 12295[23:35:36.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12296[23:35:36.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1084 structureChanged: false structureIsReused:: Completely Elapsed: 7.412592000328004ms +Info 12297[23:35:36.995] Different program with same set of files +Info 12298[23:35:36.996] getCompletionData: Get current token: 0.005638999864459038 +Info 12299[23:35:36.996] getCompletionData: Is inside comment: 0.01653100084513426 +Info 12300[23:35:36.996] getCompletionData: Get previous token: 0.022115000523626804 +Info 12301[23:35:36.996] getCompletionsAtPosition: isCompletionListBlocker: 0.0026200003921985626 +Info 12302[23:35:36.998] getExportInfoMap: cache hit +Info 12303[23:35:37.000] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 12304[23:35:37.000] collectAutoImports: response is complete +Info 12305[23:35:37.000] collectAutoImports: 2.1810039998963475 +Info 12306[23:35:37.000] getCompletionData: Semantic work: 4.35731300059706 +Info 12307[23:35:37.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.06668100040406 +Info 12308[23:35:37.014] Format host information updated +Info 12309[23:35:37.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12310[23:35:37.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1085 structureChanged: false structureIsReused:: Completely Elapsed: 7.203803000040352ms +Info 12311[23:35:37.175] Different program with same set of files +Info 12312[23:35:37.175] getCompletionData: Get current token: 0.005516999401152134 +Info 12313[23:35:37.175] getCompletionData: Is inside comment: 0.01574300043284893 +Info 12314[23:35:37.175] getCompletionData: Get previous token: 0.021472000516951084 +Info 12315[23:35:37.175] getCompletionsAtPosition: isCompletionListBlocker: 0.0023709991946816444 +Info 12316[23:35:37.177] getExportInfoMap: cache hit +Info 12317[23:35:37.179] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12318[23:35:37.179] collectAutoImports: response is complete +Info 12319[23:35:37.179] collectAutoImports: 2.065221999771893 +Info 12320[23:35:37.179] getCompletionData: Semantic work: 3.485093000344932 +Info 12321[23:35:37.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.55214300006628 +Info 12322[23:35:37.192] Format host information updated +Info 12323[23:35:37.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12324[23:35:37.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1086 structureChanged: false structureIsReused:: Completely Elapsed: 6.996345000341535ms +Info 12325[23:35:37.316] Different program with same set of files +Info 12326[23:35:37.316] getCompletionData: Get current token: 0.005917000584304333 +Info 12327[23:35:37.316] getCompletionData: Is inside comment: 0.01600200030952692 +Info 12328[23:35:37.316] getCompletionData: Get previous token: 0.022216999903321266 +Info 12329[23:35:37.316] getCompletionsAtPosition: isCompletionListBlocker: 0.0030939998105168343 +Info 12330[23:35:37.318] getExportInfoMap: cache hit +Info 12331[23:35:37.320] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12332[23:35:37.320] collectAutoImports: response is complete +Info 12333[23:35:37.320] collectAutoImports: 1.9474280001595616 +Info 12334[23:35:37.320] getCompletionData: Semantic work: 3.3143319999799132 +Info 12335[23:35:37.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.17440399993211 +Info 12336[23:35:37.332] Format host information updated +Info 12337[23:35:37.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12338[23:35:37.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1087 structureChanged: false structureIsReused:: Completely Elapsed: 6.695478999987245ms +Info 12339[23:35:37.455] Different program with same set of files +Info 12340[23:35:37.456] getCompletionData: Get current token: 0.004594999365508556 +Info 12341[23:35:37.456] getCompletionData: Is inside comment: 0.013112000189721584 +Info 12342[23:35:37.456] getCompletionData: Get previous token: 0.01806699950248003 +Info 12343[23:35:37.456] getCompletionsAtPosition: isCompletionListBlocker: 0.002139999531209469 +Info 12344[23:35:37.457] getExportInfoMap: cache hit +Info 12345[23:35:37.477] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12346[23:35:37.477] collectAutoImports: response is complete +Info 12347[23:35:37.477] collectAutoImports: 19.81331199966371 +Info 12348[23:35:37.477] getCompletionData: Semantic work: 21.084111999720335 +Info 12349[23:35:37.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.840547000057995 +Info 12350[23:35:37.500] Format host information updated +Info 12351[23:35:44.754] Format host information updated +Info 12352[23:35:44.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12353[23:35:44.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1088 structureChanged: false structureIsReused:: Completely Elapsed: 7.07410900015384ms +Info 12354[23:35:44.761] Different program with same set of files +Info 12355[23:35:45.686] getCompletionData: Get current token: 0.0053369998931884766 +Info 12356[23:35:45.686] getCompletionData: Is inside comment: 0.012484000064432621 +Info 12357[23:35:45.686] getCompletionData: Get previous token: 0.008172000758349895 +Info 12358[23:35:45.686] getCompletionsAtPosition: isCompletionListBlocker: 0.008062999695539474 +Info 12359[23:35:45.688] getExportInfoMap: cache hit +Info 12360[23:35:45.706] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 12361[23:35:45.706] collectAutoImports: response is complete +Info 12362[23:35:45.706] collectAutoImports: 17.883539999835193 +Info 12363[23:35:45.706] getCompletionData: Semantic work: 19.517649999819696 +Info 12364[23:35:45.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.445439000613987 +Info 12365[23:35:46.744] getCompletionData: Get current token: 0.005240999162197113 +Info 12366[23:35:46.744] getCompletionData: Is inside comment: 0.011405999772250652 +Info 12367[23:35:46.744] getCompletionData: Get previous token: 0.016944999806582928 +Info 12368[23:35:46.744] getCompletionsAtPosition: isCompletionListBlocker: 0.002443999983370304 +Info 12369[23:35:46.744] getCompletionData: Semantic work: 0.2045920006930828 +Info 12370[23:35:46.744] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16029700078070164 +Info 12371[23:35:47.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12372[23:35:47.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1089 structureChanged: false structureIsReused:: Completely Elapsed: 8.980415000580251ms +Info 12373[23:35:47.035] Different program with same set of files +Info 12374[23:35:47.035] getCompletionData: Get current token: 0.0043289996683597565 +Info 12375[23:35:47.035] getCompletionData: Is inside comment: 0.009996000677347183 +Info 12376[23:35:47.035] getCompletionData: Get previous token: 0.015941000543534756 +Info 12377[23:35:47.035] getCompletionsAtPosition: isCompletionListBlocker: 0.0019159996882081032 +Info 12378[23:35:47.036] getCompletionData: Semantic work: 0.3336709998548031 +Info 12379[23:35:47.036] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7169599998742342 +Info 12380[23:35:47.037] Format host information updated +Info 12381[23:35:47.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12382[23:35:47.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1090 structureChanged: false structureIsReused:: Completely Elapsed: 8.935382000170648ms +Info 12383[23:35:47.289] Different program with same set of files +Info 12384[23:35:47.289] getCompletionData: Get current token: 0.004182000644505024 +Info 12385[23:35:47.289] getCompletionData: Is inside comment: 0.0095190005376935 +Info 12386[23:35:47.289] getCompletionData: Get previous token: 0.015114999376237392 +Info 12387[23:35:47.289] getCompletionsAtPosition: isCompletionListBlocker: 0.0019229995086789131 +Info 12388[23:35:47.289] getCompletionData: Semantic work: 0.3079570000991225 +Info 12389[23:35:47.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6860159998759627 +Info 12390[23:35:47.291] Format host information updated +Info 12391[23:35:47.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12392[23:35:47.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1091 structureChanged: false structureIsReused:: Completely Elapsed: 7.6535830004140735ms +Info 12393[23:35:47.416] Different program with same set of files +Info 12394[23:35:47.416] getCompletionData: Get current token: 0.004495999775826931 +Info 12395[23:35:47.416] getCompletionData: Is inside comment: 0.010227999649941921 +Info 12396[23:35:47.416] getCompletionData: Get previous token: 0.016214000061154366 +Info 12397[23:35:47.416] getCompletionsAtPosition: isCompletionListBlocker: 0.0020440006628632545 +Info 12398[23:35:47.417] getCompletionData: Semantic work: 0.33164799958467484 +Info 12399[23:35:47.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7004439998418093 +Info 12400[23:35:47.420] Format host information updated +Info 12401[23:35:47.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12402[23:35:47.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1092 structureChanged: false structureIsReused:: Completely Elapsed: 6.9522589994594455ms +Info 12403[23:35:47.507] Different program with same set of files +Info 12404[23:35:47.508] getCompletionData: Get current token: 0.0045819999650120735 +Info 12405[23:35:47.508] getCompletionData: Is inside comment: 0.01056199986487627 +Info 12406[23:35:47.508] getCompletionData: Get previous token: 0.017262999899685383 +Info 12407[23:35:47.508] getCompletionsAtPosition: isCompletionListBlocker: 0.0024119997397065163 +Info 12408[23:35:47.508] getCompletionData: Semantic work: 0.38412699941545725 +Info 12409[23:35:47.509] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.740195999853313 +Info 12410[23:35:47.509] Format host information updated +Info 12411[23:35:47.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12412[23:35:47.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1093 structureChanged: false structureIsReused:: Completely Elapsed: 16.49235100019723ms +Info 12413[23:35:47.586] Different program with same set of files +Info 12414[23:35:47.586] getCompletionData: Get current token: 0.014465000480413437 +Info 12415[23:35:47.586] getCompletionData: Is inside comment: 0.03322700038552284 +Info 12416[23:35:47.586] getCompletionData: Get previous token: 0.0515930000692606 +Info 12417[23:35:47.586] getCompletionsAtPosition: isCompletionListBlocker: 0.004677999764680862 +Info 12418[23:35:47.587] getCompletionData: Semantic work: 0.8255210006609559 +Info 12419[23:35:47.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0296310000121593 +Info 12420[23:35:47.590] Format host information updated +Info 12421[23:35:47.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12422[23:35:47.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1094 structureChanged: false structureIsReused:: Completely Elapsed: 33.31873300019652ms +Info 12423[23:35:47.716] Different program with same set of files +Info 12424[23:35:47.717] getCompletionData: Get current token: 0.011086000129580498 +Info 12425[23:35:47.717] getCompletionData: Is inside comment: 0.02698700036853552 +Info 12426[23:35:47.717] getCompletionData: Get previous token: 0.0408720001578331 +Info 12427[23:35:47.717] getCompletionsAtPosition: isCompletionListBlocker: 0.004098000004887581 +Info 12428[23:35:47.718] getCompletionData: Semantic work: 0.7045229999348521 +Info 12429[23:35:47.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0606310004368424 +Info 12430[23:35:47.719] Format host information updated +Info 12431[23:35:48.083] getCompletionData: Get current token: 0.004472999833524227 +Info 12432[23:35:48.083] getCompletionData: Is inside comment: 0.012495999224483967 +Info 12433[23:35:48.083] getCompletionData: Get previous token: 0.008639000356197357 +Info 12434[23:35:48.083] getCompletionsAtPosition: isCompletionListBlocker: 0.006946999579668045 +Info 12435[23:35:48.084] getExportInfoMap: cache hit +Info 12436[23:35:48.104] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 12437[23:35:48.104] collectAutoImports: response is complete +Info 12438[23:35:48.104] collectAutoImports: 19.68523900024593 +Info 12439[23:35:48.104] getCompletionData: Semantic work: 20.97353299986571 +Info 12440[23:35:48.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.271195000037551 +Info 12441[23:35:48.816] getCompletionData: Get current token: 0.01748599950224161 +Info 12442[23:35:48.816] getCompletionData: Is inside comment: 0.04160099942237139 +Info 12443[23:35:48.816] getCompletionData: Get previous token: 0.03096500039100647 +Info 12444[23:35:48.817] getCompletionsAtPosition: isCompletionListBlocker: 0.0070489998906850815 +Info 12445[23:35:48.820] getExportInfoMap: cache hit +Info 12446[23:35:48.868] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12447[23:35:48.868] collectAutoImports: response is complete +Info 12448[23:35:48.868] collectAutoImports: 48.58502000011504 +Info 12449[23:35:48.868] getCompletionData: Semantic work: 51.85684600006789 +Info 12450[23:35:48.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.45021399948746 +Info 12451[23:35:49.080] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12452[23:35:49.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1095 structureChanged: false structureIsReused:: Completely Elapsed: 9.136923999525607ms +Info 12453[23:35:49.089] Different program with same set of files +Info 12454[23:35:49.089] getCompletionData: Get current token: 0.006327000446617603 +Info 12455[23:35:49.089] getCompletionData: Is inside comment: 0.0166229996830225 +Info 12456[23:35:49.089] getCompletionData: Get previous token: 0.02334700059145689 +Info 12457[23:35:49.090] getCompletionsAtPosition: isCompletionListBlocker: 0.002651999704539776 +Info 12458[23:35:49.091] getExportInfoMap: cache hit +Info 12459[23:35:49.093] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12460[23:35:49.093] collectAutoImports: response is complete +Info 12461[23:35:49.093] collectAutoImports: 2.0346229998394847 +Info 12462[23:35:49.093] getCompletionData: Semantic work: 3.4802000001072884 +Info 12463[23:35:49.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.810014999471605 +Info 12464[23:35:49.105] Format host information updated +Info 12465[23:35:49.183] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12466[23:35:49.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1096 structureChanged: false structureIsReused:: Completely Elapsed: 7.304779999889433ms +Info 12467[23:35:49.190] Different program with same set of files +Info 12468[23:35:49.191] getCompletionData: Get current token: 0.005810999311506748 +Info 12469[23:35:49.191] getCompletionData: Is inside comment: 0.016599999740719795 +Info 12470[23:35:49.191] getCompletionData: Get previous token: 0.022439000196754932 +Info 12471[23:35:49.191] getCompletionsAtPosition: isCompletionListBlocker: 0.0027000000700354576 +Info 12472[23:35:49.192] getExportInfoMap: cache hit +Info 12473[23:35:49.196] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12474[23:35:49.196] collectAutoImports: response is complete +Info 12475[23:35:49.196] collectAutoImports: 3.86897199973464 +Info 12476[23:35:49.196] getCompletionData: Semantic work: 5.320836000144482 +Info 12477[23:35:49.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.578715999610722 +Info 12478[23:35:49.208] Format host information updated +Info 12479[23:35:49.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12480[23:35:49.572] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1097 structureChanged: false structureIsReused:: Completely Elapsed: 6.607176999561489ms +Info 12481[23:35:49.572] Different program with same set of files +Info 12482[23:35:49.572] getCompletionData: Get current token: 0.005117000080645084 +Info 12483[23:35:49.572] getCompletionData: Is inside comment: 0.01313599944114685 +Info 12484[23:35:49.572] getCompletionData: Get previous token: 0.01814199984073639 +Info 12485[23:35:49.572] getCompletionsAtPosition: isCompletionListBlocker: 0.0023600002750754356 +Info 12486[23:35:49.573] getExportInfoMap: cache hit +Info 12487[23:35:49.575] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12488[23:35:49.575] collectAutoImports: response is complete +Info 12489[23:35:49.575] collectAutoImports: 1.6528939995914698 +Info 12490[23:35:49.575] getCompletionData: Semantic work: 2.834891000762582 +Info 12491[23:35:49.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.772363999858499 +Info 12492[23:35:49.586] Format host information updated +Info 12493[23:35:49.642] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12494[23:35:49.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1098 structureChanged: false structureIsReused:: Completely Elapsed: 7.616900000721216ms +Info 12495[23:35:49.650] Different program with same set of files +Info 12496[23:35:49.650] getCompletionData: Get current token: 0.004907999187707901 +Info 12497[23:35:49.650] getCompletionData: Is inside comment: 0.012552999891340733 +Info 12498[23:35:49.650] getCompletionData: Get previous token: 0.01819199975579977 +Info 12499[23:35:49.650] getCompletionsAtPosition: isCompletionListBlocker: 0.0022019995376467705 +Info 12500[23:35:49.651] getExportInfoMap: cache hit +Info 12501[23:35:49.653] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12502[23:35:49.653] collectAutoImports: response is complete +Info 12503[23:35:49.653] collectAutoImports: 1.5832559997215867 +Info 12504[23:35:49.653] getCompletionData: Semantic work: 2.8596529997885227 +Info 12505[23:35:49.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8845619997009635 +Info 12506[23:35:49.664] Format host information updated +Info 12507[23:35:49.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12508[23:35:49.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1099 structureChanged: false structureIsReused:: Completely Elapsed: 8.99093500059098ms +Info 12509[23:35:49.999] Different program with same set of files +Info 12510[23:35:49.999] getCompletionData: Get current token: 0.005276999436318874 +Info 12511[23:35:49.999] getCompletionData: Is inside comment: 0.013061999343335629 +Info 12512[23:35:49.999] getCompletionData: Get previous token: 0.018124000169336796 +Info 12513[23:35:49.999] getCompletionsAtPosition: isCompletionListBlocker: 0.0026909997686743736 +Info 12514[23:35:50.000] getExportInfoMap: cache hit +Info 12515[23:35:50.002] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12516[23:35:50.002] collectAutoImports: response is complete +Info 12517[23:35:50.002] collectAutoImports: 1.674158999696374 +Info 12518[23:35:50.002] getCompletionData: Semantic work: 2.901934999972582 +Info 12519[23:35:50.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.954389000311494 +Info 12520[23:35:50.011] Format host information updated +Info 12521[23:35:50.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12522[23:35:50.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1100 structureChanged: false structureIsReused:: Completely Elapsed: 7.122678999789059ms +Info 12523[23:35:50.286] Different program with same set of files +Info 12524[23:35:50.286] getCompletionData: Get current token: 0.004887999966740608 +Info 12525[23:35:50.286] getCompletionData: Is inside comment: 0.013143999502062798 +Info 12526[23:35:50.286] getCompletionData: Get previous token: 0.018259000033140182 +Info 12527[23:35:50.286] getCompletionsAtPosition: isCompletionListBlocker: 0.0026040002703666687 +Info 12528[23:35:50.287] getExportInfoMap: cache hit +Info 12529[23:35:50.289] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12530[23:35:50.289] collectAutoImports: response is complete +Info 12531[23:35:50.289] collectAutoImports: 1.6666620001196861 +Info 12532[23:35:50.289] getCompletionData: Semantic work: 2.873443999327719 +Info 12533[23:35:50.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.913788000121713 +Info 12534[23:35:50.299] Format host information updated +Info 12535[23:35:50.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12536[23:35:50.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1101 structureChanged: false structureIsReused:: Completely Elapsed: 7.201878000050783ms +Info 12537[23:35:50.337] Different program with same set of files +Info 12538[23:35:50.337] getCompletionData: Get current token: 0.004793999716639519 +Info 12539[23:35:50.337] getCompletionData: Is inside comment: 0.013431000523269176 +Info 12540[23:35:50.337] getCompletionData: Get previous token: 0.018640000373125076 +Info 12541[23:35:50.337] getCompletionsAtPosition: isCompletionListBlocker: 0.002515999600291252 +Info 12542[23:35:50.339] getExportInfoMap: cache hit +Info 12543[23:35:50.340] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12544[23:35:50.340] collectAutoImports: response is complete +Info 12545[23:35:50.340] collectAutoImports: 1.665959999896586 +Info 12546[23:35:50.340] getCompletionData: Semantic work: 3.212151000276208 +Info 12547[23:35:50.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.21028000023216 +Info 12548[23:35:50.352] Format host information updated +Info 12549[23:35:50.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12550[23:35:50.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1102 structureChanged: false structureIsReused:: Completely Elapsed: 7.619462000206113ms +Info 12551[23:35:50.402] Different program with same set of files +Info 12552[23:35:50.403] getCompletionData: Get current token: 0.005804000422358513 +Info 12553[23:35:50.403] getCompletionData: Is inside comment: 0.015279000625014305 +Info 12554[23:35:50.403] getCompletionData: Get previous token: 0.02107200026512146 +Info 12555[23:35:50.403] getCompletionsAtPosition: isCompletionListBlocker: 0.0025970004498958588 +Info 12556[23:35:50.404] getExportInfoMap: cache hit +Info 12557[23:35:50.406] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12558[23:35:50.406] collectAutoImports: response is complete +Info 12559[23:35:50.406] collectAutoImports: 1.7850270001217723 +Info 12560[23:35:50.406] getCompletionData: Semantic work: 3.1158459996804595 +Info 12561[23:35:50.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.632883000187576 +Info 12562[23:35:50.417] Format host information updated +Info 12563[23:35:50.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12564[23:35:50.461] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1103 structureChanged: false structureIsReused:: Completely Elapsed: 6.860482000745833ms +Info 12565[23:35:50.461] Different program with same set of files +Info 12566[23:35:50.461] getCompletionData: Get current token: 0.005006000399589539 +Info 12567[23:35:50.461] getCompletionData: Is inside comment: 0.013798999600112438 +Info 12568[23:35:50.462] getCompletionData: Get previous token: 0.019903999753296375 +Info 12569[23:35:50.462] getCompletionsAtPosition: isCompletionListBlocker: 0.002549000084400177 +Info 12570[23:35:50.463] getExportInfoMap: cache hit +Info 12571[23:35:50.464] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12572[23:35:50.464] collectAutoImports: response is complete +Info 12573[23:35:50.464] collectAutoImports: 1.6273979991674423 +Info 12574[23:35:50.464] getCompletionData: Semantic work: 2.834290999919176 +Info 12575[23:35:50.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.139140999875963 +Info 12576[23:35:50.475] Format host information updated +Info 12577[23:35:50.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12578[23:35:50.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1104 structureChanged: false structureIsReused:: Completely Elapsed: 7.47390600014478ms +Info 12579[23:35:50.639] Different program with same set of files +Info 12580[23:35:50.639] getCompletionData: Get current token: 0.006215999834239483 +Info 12581[23:35:50.639] getCompletionData: Is inside comment: 0.01669600047171116 +Info 12582[23:35:50.639] getCompletionData: Get previous token: 0.023807000368833542 +Info 12583[23:35:50.639] getCompletionsAtPosition: isCompletionListBlocker: 0.0024979999288916588 +Info 12584[23:35:50.640] getExportInfoMap: cache hit +Info 12585[23:35:50.642] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12586[23:35:50.642] collectAutoImports: response is complete +Info 12587[23:35:50.642] collectAutoImports: 2.0805649999529123 +Info 12588[23:35:50.642] getCompletionData: Semantic work: 3.559999999590218 +Info 12589[23:35:50.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.904918000102043 +Info 12590[23:35:50.655] Format host information updated +Info 12591[23:35:50.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12592[23:35:50.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1105 structureChanged: false structureIsReused:: Completely Elapsed: 24.053416999988258ms +Info 12593[23:35:50.761] Different program with same set of files +Info 12594[23:35:50.762] getCompletionData: Get current token: 0.0203059995546937 +Info 12595[23:35:50.762] getCompletionData: Is inside comment: 0.05676900036633015 +Info 12596[23:35:50.762] getCompletionData: Get previous token: 0.08073600009083748 +Info 12597[23:35:50.762] getCompletionsAtPosition: isCompletionListBlocker: 0.023807000368833542 +Info 12598[23:35:50.765] getExportInfoMap: cache hit +Info 12599[23:35:50.769] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12600[23:35:50.769] collectAutoImports: response is complete +Info 12601[23:35:50.769] collectAutoImports: 4.1562029998749495 +Info 12602[23:35:50.769] getCompletionData: Semantic work: 7.25812999997288 +Info 12603[23:35:50.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.793118000030518 +Info 12604[23:35:50.787] Format host information updated +Info 12605[23:35:50.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12606[23:35:50.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1106 structureChanged: false structureIsReused:: Completely Elapsed: 7.595416999422014ms +Info 12607[23:35:50.923] Different program with same set of files +Info 12608[23:35:50.923] getCompletionData: Get current token: 0.006194000132381916 +Info 12609[23:35:50.923] getCompletionData: Is inside comment: 0.015610000118613243 +Info 12610[23:35:50.923] getCompletionData: Get previous token: 0.011605999432504177 +Info 12611[23:35:50.923] getCompletionsAtPosition: isCompletionListBlocker: 0.002662000246345997 +Info 12612[23:35:50.925] getExportInfoMap: cache hit +Info 12613[23:35:50.947] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12614[23:35:50.948] collectAutoImports: response is complete +Info 12615[23:35:50.948] collectAutoImports: 22.758312999270856 +Info 12616[23:35:50.948] getCompletionData: Semantic work: 24.22317500039935 +Info 12617[23:35:50.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.64317199960351 +Info 12618[23:35:50.973] Format host information updated +Info 12619[23:35:51.270] getCompletionData: Get current token: 0.005649999715387821 +Info 12620[23:35:51.270] getCompletionData: Is inside comment: 0.014529000036418438 +Info 12621[23:35:51.270] getCompletionData: Get previous token: 0.01991100050508976 +Info 12622[23:35:51.271] getCompletionsAtPosition: isCompletionListBlocker: 0.002878999337553978 +Info 12623[23:35:51.272] getExportInfoMap: cache hit +Info 12624[23:35:51.290] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12625[23:35:51.290] collectAutoImports: response is complete +Info 12626[23:35:51.290] collectAutoImports: 18.301017999649048 +Info 12627[23:35:51.290] getCompletionData: Semantic work: 19.57512199971825 +Info 12628[23:35:51.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.073516000062227 +Info 12629[23:35:51.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12630[23:35:51.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1107 structureChanged: false structureIsReused:: Completely Elapsed: 17.12184699997306ms +Info 12631[23:35:51.417] Different program with same set of files +Info 12632[23:35:51.418] getCompletionData: Get current token: 0.03684499952942133 +Info 12633[23:35:51.418] getCompletionData: Is inside comment: 0.04647799953818321 +Info 12634[23:35:51.418] getCompletionData: Get previous token: 0.03186600003391504 +Info 12635[23:35:51.418] getCompletionsAtPosition: isCompletionListBlocker: 0.0190439997240901 +Info 12636[23:35:51.421] getExportInfoMap: cache hit +Info 12637[23:35:51.456] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12638[23:35:51.456] collectAutoImports: response is complete +Info 12639[23:35:51.456] collectAutoImports: 34.40540900081396 +Info 12640[23:35:51.456] getCompletionData: Semantic work: 37.60791500005871 +Info 12641[23:35:51.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.547624999657273 +Info 12642[23:35:51.481] Format host information updated +Info 12643[23:35:53.218] getCompletionData: Get current token: 0.003984000533819199 +Info 12644[23:35:53.218] getCompletionData: Is inside comment: 0.0011459998786449432 +Info 12645[23:35:53.218] getCompletionData: Get previous token: 0.01822000090032816 +Info 12646[23:35:53.218] getCompletionsAtPosition: isCompletionListBlocker: 0.006663000211119652 +Info 12647[23:35:53.220] getExportInfoMap: cache hit +Info 12648[23:35:53.224] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 241 from cache +Info 12649[23:35:53.224] collectAutoImports: response is complete +Info 12650[23:35:53.224] collectAutoImports: 3.7982189999893308 +Info 12651[23:35:53.224] getCompletionData: Semantic work: 5.371241999790072 +Info 12652[23:35:53.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.604047999717295 +Info 12653[23:35:55.415] Format host information updated +Info 12654[23:35:55.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12655[23:35:55.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1108 structureChanged: false structureIsReused:: Completely Elapsed: 7.079691999591887ms +Info 12656[23:35:55.423] Different program with same set of files +Info 12657[23:35:55.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12658[23:35:55.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1109 structureChanged: false structureIsReused:: Completely Elapsed: 8.356704999692738ms +Info 12659[23:35:55.614] Different program with same set of files +Info 12660[23:35:55.614] getCompletionData: Get current token: 0.0036709997802972794 +Info 12661[23:35:55.614] getCompletionData: Is inside comment: 0.001178000122308731 +Info 12662[23:35:55.614] getCompletionData: Get previous token: 0.01758500002324581 +Info 12663[23:35:55.614] getCompletionsAtPosition: isCompletionListBlocker: 0.006827999837696552 +Info 12664[23:35:55.618] getExportInfoMap: cache hit +Info 12665[23:35:55.624] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 547 from cache +Info 12666[23:35:55.624] collectAutoImports: response is complete +Info 12667[23:35:55.624] collectAutoImports: 5.76734499912709 +Info 12668[23:35:55.624] getCompletionData: Semantic work: 9.397236000746489 +Info 12669[23:35:55.630] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.974957000464201 +Info 12670[23:35:55.633] Format host information updated +Info 12671[23:35:55.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12672[23:35:55.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1110 structureChanged: false structureIsReused:: Completely Elapsed: 9.551260999403894ms +Info 12673[23:35:55.675] Different program with same set of files +Info 12674[23:35:55.675] getCompletionData: Get current token: 0.00397499930113554 +Info 12675[23:35:55.675] getCompletionData: Is inside comment: 0.0013330001384019852 +Info 12676[23:35:55.675] getCompletionData: Get previous token: 0.01644300017505884 +Info 12677[23:35:55.675] getCompletionsAtPosition: isCompletionListBlocker: 0.007142999209463596 +Info 12678[23:35:55.677] getExportInfoMap: cache hit +Info 12679[23:35:55.680] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 277 from cache +Info 12680[23:35:55.680] collectAutoImports: response is complete +Info 12681[23:35:55.680] collectAutoImports: 3.3710799999535084 +Info 12682[23:35:55.680] getCompletionData: Semantic work: 4.780263999477029 +Info 12683[23:35:55.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.219270999543369 +Info 12684[23:35:55.688] Format host information updated +Info 12685[23:36:00.458] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12686[23:36:00.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1111 structureChanged: false structureIsReused:: Completely Elapsed: 7.487853999249637ms +Info 12687[23:36:00.466] Different program with same set of files +Info 12688[23:36:00.466] getCompletionData: Get current token: 0.004424999468028545 +Info 12689[23:36:00.466] getCompletionData: Is inside comment: 0.011114999651908875 +Info 12690[23:36:00.466] getCompletionData: Get previous token: 0.013609999790787697 +Info 12691[23:36:00.466] getCompletionsAtPosition: isCompletionListBlocker: 0.002086999826133251 +Info 12692[23:36:00.467] getExportInfoMap: cache hit +Info 12693[23:36:00.469] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12694[23:36:00.469] collectAutoImports: response is complete +Info 12695[23:36:00.469] collectAutoImports: 2.002919999882579 +Info 12696[23:36:00.469] getCompletionData: Semantic work: 3.3997659999877214 +Info 12697[23:36:00.478] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.149607999250293 +Info 12698[23:36:00.480] Format host information updated +Info 12699[23:36:00.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12700[23:36:00.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1112 structureChanged: false structureIsReused:: Completely Elapsed: 9.327166999690235ms +Info 12701[23:36:00.609] Different program with same set of files +Info 12702[23:36:00.609] getCompletionData: Get current token: 0.0049199992790818214 +Info 12703[23:36:00.609] getCompletionData: Is inside comment: 0.01126600056886673 +Info 12704[23:36:00.609] getCompletionData: Get previous token: 0.013751000165939331 +Info 12705[23:36:00.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0025230003520846367 +Info 12706[23:36:00.610] getExportInfoMap: cache hit +Info 12707[23:36:00.612] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12708[23:36:00.612] collectAutoImports: response is complete +Info 12709[23:36:00.612] collectAutoImports: 2.0086579993367195 +Info 12710[23:36:00.612] getCompletionData: Semantic work: 3.3914090003818274 +Info 12711[23:36:00.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.098853999748826 +Info 12712[23:36:00.623] Format host information updated +Info 12713[23:36:00.758] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12714[23:36:00.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1113 structureChanged: false structureIsReused:: Completely Elapsed: 8.400643999688327ms +Info 12715[23:36:00.767] Different program with same set of files +Info 12716[23:36:00.767] getCompletionData: Get current token: 0.005206000059843063 +Info 12717[23:36:00.767] getCompletionData: Is inside comment: 0.013340999372303486 +Info 12718[23:36:00.767] getCompletionData: Get previous token: 0.015819000080227852 +Info 12719[23:36:00.767] getCompletionsAtPosition: isCompletionListBlocker: 0.002723999321460724 +Info 12720[23:36:00.771] getExportInfoMap: cache hit +Info 12721[23:36:00.773] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12722[23:36:00.773] collectAutoImports: response is complete +Info 12723[23:36:00.774] collectAutoImports: 2.259522999636829 +Info 12724[23:36:00.774] getCompletionData: Semantic work: 6.645556999370456 +Info 12725[23:36:00.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.167328000068665 +Info 12726[23:36:00.786] Format host information updated +Info 12727[23:36:00.921] Format host information updated +Info 12728[23:36:00.921] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12729[23:36:00.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1114 structureChanged: false structureIsReused:: Completely Elapsed: 7.132528000511229ms +Info 12730[23:36:00.928] Different program with same set of files +Info 12731[23:36:01.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12732[23:36:01.030] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1115 structureChanged: false structureIsReused:: Completely Elapsed: 26.79261999949813ms +Info 12733[23:36:01.030] Different program with same set of files +Info 12734[23:36:01.031] getCompletionData: Get current token: 0.01911100000143051 +Info 12735[23:36:01.031] getCompletionData: Is inside comment: 0.03741700015962124 +Info 12736[23:36:01.031] getCompletionData: Get previous token: 0.024734999984502792 +Info 12737[23:36:01.031] getCompletionsAtPosition: isCompletionListBlocker: 0.01828099973499775 +Info 12738[23:36:01.034] getExportInfoMap: cache hit +Info 12739[23:36:01.066] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 12740[23:36:01.066] collectAutoImports: response is complete +Info 12741[23:36:01.066] collectAutoImports: 31.253668999299407 +Info 12742[23:36:01.066] getCompletionData: Semantic work: 34.672327999956906 +Info 12743[23:36:01.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.91723100002855 +Info 12744[23:36:01.092] Format host information updated +Info 12745[23:36:01.103] Format host information updated +Info 12746[23:36:01.103] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12747[23:36:01.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1116 structureChanged: false structureIsReused:: Completely Elapsed: 6.691227000206709ms +Info 12748[23:36:01.110] Different program with same set of files +Info 12749[23:36:37.740] Format host information updated +Info 12750[23:36:37.740] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12751[23:36:37.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1117 structureChanged: false structureIsReused:: Completely Elapsed: 20.48519999999553ms +Info 12752[23:36:37.761] Different program with same set of files +Info 12753[23:41:11.889] Search path: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api +Info 12754[23:41:11.890] For info: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js :: No config files found. +Info 12755[23:41:11.895] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12756[23:41:12.279] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 384.25944999977946ms +Info 12757[23:41:12.279] Project '/dev/null/inferredProject2*' (Inferred) +Info 12758[23:41:12.279] Files (258) + +Info 12759[23:41:12.279] ----------------------------------------------- +Info 12760[23:41:12.283] AutoImportProviderProject: found 7 root files in 7 dependencies in 2.529155000112951 ms +Info 12761[23:41:12.283] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject3* +Info 12762[23:41:12.368] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject3* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 85.17367099970579ms +Info 12763[23:41:12.368] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12764[23:41:12.368] Files (189) + +Info 12765[23:41:12.368] ----------------------------------------------- +Info 12766[23:41:12.369] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 12766[23:41:12.369] Files (149) + +Info 12766[23:41:12.369] ----------------------------------------------- +Info 12766[23:41:12.369] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 12766[23:41:12.369] Files (624) + +Info 12766[23:41:12.369] ----------------------------------------------- +Info 12766[23:41:12.369] Project '/dev/null/inferredProject2*' (Inferred) +Info 12766[23:41:12.369] Files (258) + +Info 12766[23:41:12.369] ----------------------------------------------- +Info 12766[23:41:12.369] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12766[23:41:12.369] Files (189) + +Info 12766[23:41:12.369] ----------------------------------------------- +Info 12766[23:41:12.369] Open files: +Info 12766[23:41:12.369] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12766[23:41:12.369] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12766[23:41:12.369] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12766[23:41:12.369] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12766[23:41:12.369] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12766[23:41:12.369] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12766[23:41:12.369] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12766[23:41:12.369] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12766[23:41:12.369] FileName: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12766[23:41:12.369] Projects: /dev/null/inferredProject2* +Info 12766[23:41:12.371] Format host information updated +Info 12767[23:41:12.371] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12768[23:41:12.386] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 14.98860100004822ms +Info 12769[23:41:12.386] Different program with same set of files +Info 12770[23:41:13.689] Starting updateGraphWorker: Project: /dev/null/inferredProject2* +Info 12771[23:41:13.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject2* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 38.63100500032306ms +Info 12772[23:41:13.727] Project '/dev/null/inferredProject2*' (Inferred) +Info 12773[23:41:13.727] Files (283) + +Info 12774[23:41:13.727] ----------------------------------------------- +Info 12775[23:41:13.727] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12776[23:41:13.727] Files (189) + +Info 12777[23:41:13.727] ----------------------------------------------- +Info 12778[23:41:15.938] Before ensureProjectForOpenFiles: +Info 12779[23:41:15.938] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 12779[23:41:15.938] Files (149) + +Info 12779[23:41:15.938] ----------------------------------------------- +Info 12779[23:41:15.938] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 12779[23:41:15.938] Files (624) + +Info 12779[23:41:15.938] ----------------------------------------------- +Info 12779[23:41:15.938] Project '/dev/null/inferredProject2*' (Inferred) +Info 12779[23:41:15.938] Files (283) + +Info 12779[23:41:15.938] ----------------------------------------------- +Info 12779[23:41:15.938] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12779[23:41:15.938] Files (189) + +Info 12779[23:41:15.938] ----------------------------------------------- +Info 12779[23:41:15.938] Open files: +Info 12779[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12779[23:41:15.938] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12779[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12779[23:41:15.938] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12779[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12779[23:41:15.938] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12779[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12779[23:41:15.938] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12779[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12779[23:41:15.938] Projects: /dev/null/inferredProject2* +Info 12779[23:41:15.938] After ensureProjectForOpenFiles: +Info 12780[23:41:15.938] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 12780[23:41:15.938] Files (149) + +Info 12780[23:41:15.938] ----------------------------------------------- +Info 12780[23:41:15.938] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 12780[23:41:15.938] Files (624) + +Info 12780[23:41:15.938] ----------------------------------------------- +Info 12780[23:41:15.938] Project '/dev/null/inferredProject2*' (Inferred) +Info 12780[23:41:15.938] Files (283) + +Info 12780[23:41:15.938] ----------------------------------------------- +Info 12780[23:41:15.938] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 12780[23:41:15.938] Files (189) + +Info 12780[23:41:15.938] ----------------------------------------------- +Info 12780[23:41:15.938] Open files: +Info 12780[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12780[23:41:15.938] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12780[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12780[23:41:15.938] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12780[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12780[23:41:15.938] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12780[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12780[23:41:15.938] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12780[23:41:15.938] FileName: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 12780[23:41:15.938] Projects: /dev/null/inferredProject2* +Info 12780[23:41:15.938] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js,/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js +Info 12781[23:41:55.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12782[23:41:55.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1118 structureChanged: false structureIsReused:: Completely Elapsed: 10.19693199917674ms +Info 12783[23:41:55.419] Different program with same set of files +Info 12784[23:41:55.419] getCompletionData: Get current token: 0.007153999991714954 +Info 12785[23:41:55.419] getCompletionData: Is inside comment: 0.0012290002778172493 +Info 12786[23:41:55.419] getCompletionData: Get previous token: 0.02251500077545643 +Info 12787[23:41:55.419] getCompletionsAtPosition: isCompletionListBlocker: 0.0031890003010630608 +Info 12788[23:41:55.421] getExportInfoMap: cache miss or empty; calculating new results +Info 12789[23:41:55.450] forEachExternalModuleToImportFrom autoImportProvider: 16.833182000555098 +Info 12790[23:41:55.450] getExportInfoMap: done in 28.507608000189066 ms +Info 12791[23:41:55.480] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 12792[23:41:55.480] collectAutoImports: response is complete +Info 12793[23:41:55.480] collectAutoImports: 30.0548529997468 +Info 12794[23:41:55.480] getCompletionData: Semantic work: 60.51221700012684 +Info 12795[23:41:55.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.408460999839008 +Info 12796[23:41:55.511] Format host information updated +Info 12797[23:41:55.524] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12798[23:41:55.534] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1119 structureChanged: false structureIsReused:: Completely Elapsed: 10.045100999996066ms +Info 12799[23:41:55.534] Different program with same set of files +Info 12800[23:41:55.534] getCompletionData: Get current token: 0.005369000136852264 +Info 12801[23:41:55.534] getCompletionData: Is inside comment: 0.0012360000982880592 +Info 12802[23:41:55.534] getCompletionData: Get previous token: 0.021801000460982323 +Info 12803[23:41:55.534] getCompletionsAtPosition: isCompletionListBlocker: 0.007946999743580818 +Info 12804[23:41:55.536] getExportInfoMap: cache hit +Info 12805[23:41:55.562] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 12806[23:41:55.562] collectAutoImports: response is complete +Info 12807[23:41:55.562] collectAutoImports: 25.609391000121832 +Info 12808[23:41:55.562] getCompletionData: Semantic work: 27.626108000054955 +Info 12809[23:41:55.576] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.989967999979854 +Info 12810[23:41:55.587] Format host information updated +Info 12811[23:41:55.599] Format host information updated +Info 12812[23:41:55.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12813[23:41:55.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1120 structureChanged: false structureIsReused:: Completely Elapsed: 7.692754999734461ms +Info 12814[23:41:55.607] Different program with same set of files +Info 12815[23:41:56.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12816[23:41:56.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1121 structureChanged: false structureIsReused:: Completely Elapsed: 7.9130009999498725ms +Info 12817[23:41:56.515] Different program with same set of files +Info 12818[23:41:56.515] getCompletionData: Get current token: 0.0070980004966259 +Info 12819[23:41:56.515] getCompletionData: Is inside comment: 0.0011989995837211609 +Info 12820[23:41:56.515] getCompletionData: Get previous token: 0.02386699989438057 +Info 12821[23:41:56.516] getCompletionsAtPosition: isCompletionListBlocker: 0.00811500009149313 +Info 12822[23:41:56.517] getExportInfoMap: cache hit +Info 12823[23:41:56.537] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 12824[23:41:56.537] collectAutoImports: response is complete +Info 12825[23:41:56.537] collectAutoImports: 19.371307999826968 +Info 12826[23:41:56.537] getCompletionData: Semantic work: 21.04478000011295 +Info 12827[23:41:56.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.780729999765754 +Info 12828[23:41:56.556] Format host information updated +Info 12829[23:41:56.890] Format host information updated +Info 12830[23:41:56.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12831[23:41:56.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1122 structureChanged: false structureIsReused:: Completely Elapsed: 17.826212000101805ms +Info 12832[23:41:56.909] Different program with same set of files +Info 12833[23:41:57.896] getCompletionData: Get current token: 0.004366999492049217 +Info 12834[23:41:57.896] getCompletionData: Is inside comment: 0.0012779999524354935 +Info 12835[23:41:57.896] getCompletionData: Get previous token: 0.019614999182522297 +Info 12836[23:41:57.896] getCompletionsAtPosition: isCompletionListBlocker: 0.0018379995599389076 +Info 12837[23:41:57.896] Returning an empty list because completion was requested in an invalid position. +Info 12838[23:41:58.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12839[23:41:58.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1123 structureChanged: false structureIsReused:: Completely Elapsed: 8.784734999760985ms +Info 12840[23:41:58.509] Different program with same set of files +Info 12841[23:41:58.509] getCompletionData: Get current token: 0.004492000676691532 +Info 12842[23:41:58.509] getCompletionData: Is inside comment: 0.0010420000180602074 +Info 12843[23:41:58.509] getCompletionData: Get previous token: 0.02684000041335821 +Info 12844[23:41:58.509] getCompletionsAtPosition: isCompletionListBlocker: 0.001470000483095646 +Info 12845[23:41:58.509] Returning an empty list because completion was requested in an invalid position. +Info 12846[23:41:58.509] Format host information updated +Info 12847[23:41:58.712] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12848[23:41:58.720] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1124 structureChanged: false structureIsReused:: Completely Elapsed: 7.534653999842703ms +Info 12849[23:41:58.720] Different program with same set of files +Info 12850[23:41:58.720] getCompletionData: Get current token: 0.004493999294936657 +Info 12851[23:41:58.720] getCompletionData: Is inside comment: 0.0017360001802444458 +Info 12852[23:41:58.720] getCompletionData: Get previous token: 0.021750999614596367 +Info 12853[23:41:58.720] getCompletionsAtPosition: isCompletionListBlocker: 0.05298699997365475 +Info 12854[23:41:58.720] Returning an empty list because completion was requested in an invalid position. +Info 12855[23:41:58.720] Format host information updated +Info 12856[23:41:58.783] Format host information updated +Info 12857[23:41:58.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12858[23:41:58.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1125 structureChanged: false structureIsReused:: Completely Elapsed: 9.160234999842942ms +Info 12859[23:41:58.792] Different program with same set of files +Info 12860[23:41:59.807] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12861[23:41:59.815] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1126 structureChanged: false structureIsReused:: Completely Elapsed: 7.434845000505447ms +Info 12862[23:41:59.815] Different program with same set of files +Info 12863[23:41:59.815] getCompletionData: Get current token: 0.004026000387966633 +Info 12864[23:41:59.815] getCompletionData: Is inside comment: 0.001089000143110752 +Info 12865[23:41:59.815] getCompletionData: Get previous token: 0.0184749998152256 +Info 12866[23:41:59.815] getCompletionsAtPosition: isCompletionListBlocker: 0.0015679998323321342 +Info 12867[23:41:59.815] Format host information updated +Info 12868[23:41:59.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12869[23:41:59.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1127 structureChanged: false structureIsReused:: Completely Elapsed: 7.725201000459492ms +Info 12870[23:41:59.954] Different program with same set of files +Info 12871[23:41:59.954] getCompletionData: Get current token: 0.0054360004141926765 +Info 12872[23:41:59.954] getCompletionData: Is inside comment: 0.0014069993048906326 +Info 12873[23:41:59.954] getCompletionData: Get previous token: 0.021277000196278095 +Info 12874[23:41:59.954] getCompletionsAtPosition: isCompletionListBlocker: 0.0020469995215535164 +Info 12875[23:41:59.956] Format host information updated +Info 12876[23:42:00.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12877[23:42:00.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1128 structureChanged: false structureIsReused:: Completely Elapsed: 7.548506000079215ms +Info 12878[23:42:00.074] Different program with same set of files +Info 12879[23:42:00.074] getCompletionData: Get current token: 0.004799000918865204 +Info 12880[23:42:00.074] getCompletionData: Is inside comment: 0.0012950003147125244 +Info 12881[23:42:00.074] getCompletionData: Get previous token: 0.016480999998748302 +Info 12882[23:42:00.074] getCompletionsAtPosition: isCompletionListBlocker: 0.004386999644339085 +Info 12883[23:42:00.076] getExportInfoMap: cache hit +Info 12884[23:42:00.103] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 12885[23:42:00.103] collectAutoImports: response is complete +Info 12886[23:42:00.103] collectAutoImports: 27.499162999913096 +Info 12887[23:42:00.103] getCompletionData: Semantic work: 29.234308999963105 +Info 12888[23:42:00.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.066162000410259 +Info 12889[23:42:00.126] Format host information updated +Info 12890[23:42:00.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12891[23:42:00.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1129 structureChanged: false structureIsReused:: Completely Elapsed: 7.298464000225067ms +Info 12892[23:42:00.177] Different program with same set of files +Info 12893[23:42:00.177] getCompletionData: Get current token: 0.0041589997708797455 +Info 12894[23:42:00.177] getCompletionData: Is inside comment: 0.0011809999123215675 +Info 12895[23:42:00.177] getCompletionData: Get previous token: 0.06024899985641241 +Info 12896[23:42:00.177] getCompletionsAtPosition: isCompletionListBlocker: 0.0011620000004768372 +Info 12897[23:42:00.177] Returning an empty list because completion was requested in an invalid position. +Info 12898[23:42:00.177] Format host information updated +Info 12899[23:42:00.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12900[23:42:00.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1130 structureChanged: false structureIsReused:: Completely Elapsed: 15.419209999963641ms +Info 12901[23:42:00.259] Different program with same set of files +Info 12902[23:42:00.259] getCompletionData: Get current token: 0.009572000242769718 +Info 12903[23:42:00.259] getCompletionData: Is inside comment: 0.0027100006118416786 +Info 12904[23:42:00.259] getCompletionData: Get previous token: 0.06264499947428703 +Info 12905[23:42:00.259] getCompletionsAtPosition: isCompletionListBlocker: 0.0023149996995925903 +Info 12906[23:42:00.259] Returning an empty list because completion was requested in an invalid position. +Info 12907[23:42:00.262] Format host information updated +Info 12908[23:42:01.929] Format host information updated +Info 12909[23:42:01.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12910[23:42:01.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1131 structureChanged: false structureIsReused:: Completely Elapsed: 7.203563000075519ms +Info 12911[23:42:01.936] Different program with same set of files +Info 12912[23:42:02.903] Format host information updated +Info 12913[23:42:02.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12914[23:42:02.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1132 structureChanged: false structureIsReused:: Completely Elapsed: 7.456953999586403ms +Info 12915[23:42:02.910] Different program with same set of files +Info 12916[23:42:03.527] getCompletionData: Get current token: 0.005053000524640083 +Info 12917[23:42:03.527] getCompletionData: Is inside comment: 0.012116000056266785 +Info 12918[23:42:03.527] getCompletionData: Get previous token: 0.020116999745368958 +Info 12919[23:42:03.527] getCompletionsAtPosition: isCompletionListBlocker: 0.0024060001596808434 +Info 12920[23:42:03.528] getCompletionData: Semantic work: 0.9602959994226694 +Info 12921[23:42:03.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4252829998731613 +Info 12922[23:42:04.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12923[23:42:04.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1133 structureChanged: false structureIsReused:: Completely Elapsed: 7.393373999744654ms +Info 12924[23:42:04.345] Different program with same set of files +Info 12925[23:42:04.345] getCompletionData: Get current token: 0.005369000136852264 +Info 12926[23:42:04.345] getCompletionData: Is inside comment: 0.014977999962866306 +Info 12927[23:42:04.345] getCompletionData: Get previous token: 0.011895000003278255 +Info 12928[23:42:04.345] getCompletionsAtPosition: isCompletionListBlocker: 0.0078940000385046 +Info 12929[23:42:04.347] getExportInfoMap: cache hit +Info 12930[23:42:04.369] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 12931[23:42:04.369] collectAutoImports: response is complete +Info 12932[23:42:04.369] collectAutoImports: 22.33712700009346 +Info 12933[23:42:04.369] getCompletionData: Semantic work: 24.16023200005293 +Info 12934[23:42:04.383] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.878417000174522 +Info 12935[23:42:04.393] Format host information updated +Info 12936[23:42:04.466] getCompletionData: Get current token: 0.004815000109374523 +Info 12937[23:42:04.466] getCompletionData: Is inside comment: 0.0012689996510744095 +Info 12938[23:42:04.466] getCompletionData: Get previous token: 0.016282999888062477 +Info 12939[23:42:04.467] getCompletionsAtPosition: isCompletionListBlocker: 0.002876000478863716 +Info 12940[23:42:04.469] getExportInfoMap: cache hit +Info 12941[23:42:04.499] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 12942[23:42:04.499] collectAutoImports: response is complete +Info 12943[23:42:04.499] collectAutoImports: 30.28408299945295 +Info 12944[23:42:04.499] getCompletionData: Semantic work: 32.615643999539316 +Info 12945[23:42:04.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.740241000428796 +Info 12946[23:42:04.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12947[23:42:04.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1134 structureChanged: false structureIsReused:: Completely Elapsed: 9.832127000205219ms +Info 12948[23:42:04.978] Different program with same set of files +Info 12949[23:42:04.978] getCompletionData: Get current token: 0.005815999582409859 +Info 12950[23:42:04.978] getCompletionData: Is inside comment: 0.0015019997954368591 +Info 12951[23:42:04.978] getCompletionData: Get previous token: 0.031814999878406525 +Info 12952[23:42:04.978] getCompletionsAtPosition: isCompletionListBlocker: 0.003469000570476055 +Info 12953[23:42:04.979] getExportInfoMap: cache hit +Info 12954[23:42:04.983] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 43 from cache +Info 12955[23:42:04.983] collectAutoImports: response is complete +Info 12956[23:42:04.983] collectAutoImports: 3.0908679999411106 +Info 12957[23:42:04.983] getCompletionData: Semantic work: 4.773217000067234 +Info 12958[23:42:04.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.889423000626266 +Info 12959[23:42:04.993] Format host information updated +Info 12960[23:42:05.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12961[23:42:05.332] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1135 structureChanged: false structureIsReused:: Completely Elapsed: 7.497449999675155ms +Info 12962[23:42:05.332] Different program with same set of files +Info 12963[23:42:05.332] getCompletionData: Get current token: 0.004321000538766384 +Info 12964[23:42:05.332] getCompletionData: Is inside comment: 0.0010379999876022339 +Info 12965[23:42:05.332] getCompletionData: Get previous token: 0.02075699996203184 +Info 12966[23:42:05.332] getCompletionsAtPosition: isCompletionListBlocker: 0.0024140002205967903 +Info 12967[23:42:05.334] getExportInfoMap: cache hit +Info 12968[23:42:05.355] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 12969[23:42:05.355] collectAutoImports: response is complete +Info 12970[23:42:05.355] collectAutoImports: 21.140500999987125 +Info 12971[23:42:05.355] getCompletionData: Semantic work: 22.4413059996441 +Info 12972[23:42:05.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.306785999797285 +Info 12973[23:42:05.377] Format host information updated +Info 12974[23:42:05.385] Format host information updated +Info 12975[23:42:05.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12976[23:42:05.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1136 structureChanged: false structureIsReused:: Completely Elapsed: 7.163862000219524ms +Info 12977[23:42:05.393] Different program with same set of files +Info 12978[23:42:05.393] getCompletionData: Get current token: 0.004472999833524227 +Info 12979[23:42:05.393] getCompletionData: Is inside comment: 0.0011959997937083244 +Info 12980[23:42:05.393] getCompletionData: Get previous token: 0.020244999788701534 +Info 12981[23:42:05.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0046770004555583 +Info 12982[23:42:05.394] getExportInfoMap: cache hit +Info 12983[23:42:05.415] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 12984[23:42:05.415] collectAutoImports: response is complete +Info 12985[23:42:05.415] collectAutoImports: 21.118324999697506 +Info 12986[23:42:05.415] getCompletionData: Semantic work: 22.475275999866426 +Info 12987[23:42:05.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.289904999546707 +Info 12988[23:42:05.438] Format host information updated +Info 12989[23:42:05.471] Format host information updated +Info 12990[23:42:05.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12991[23:42:05.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1137 structureChanged: false structureIsReused:: Completely Elapsed: 7.688914000056684ms +Info 12992[23:42:05.478] Different program with same set of files +Info 12993[23:42:05.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12994[23:42:05.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1138 structureChanged: false structureIsReused:: Completely Elapsed: 7.685637000016868ms +Info 12995[23:42:05.651] Different program with same set of files +Info 12996[23:42:05.651] getCompletionData: Get current token: 0.005367000587284565 +Info 12997[23:42:05.651] getCompletionData: Is inside comment: 0.0011700000613927841 +Info 12998[23:42:05.651] getCompletionData: Get previous token: 0.029134000651538372 +Info 12999[23:42:05.651] getCompletionsAtPosition: isCompletionListBlocker: 0.005199000239372253 +Info 13000[23:42:05.652] getExportInfoMap: cache hit +Info 13001[23:42:05.660] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 241 from cache +Info 13002[23:42:05.660] collectAutoImports: response is complete +Info 13003[23:42:05.660] collectAutoImports: 7.489927000366151 +Info 13004[23:42:05.660] getCompletionData: Semantic work: 9.118440000340343 +Info 13005[23:42:05.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.208527000620961 +Info 13006[23:42:05.671] Format host information updated +Info 13007[23:42:06.009] Format host information updated +Info 13008[23:42:06.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13009[23:42:06.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1139 structureChanged: false structureIsReused:: Completely Elapsed: 7.090839999727905ms +Info 13010[23:42:06.016] Different program with same set of files +Info 13011[23:42:06.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13012[23:42:06.343] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1140 structureChanged: false structureIsReused:: Completely Elapsed: 6.916183999739587ms +Info 13013[23:42:06.343] Different program with same set of files +Info 13014[23:42:06.343] getCompletionData: Get current token: 0.004540999419987202 +Info 13015[23:42:06.343] getCompletionData: Is inside comment: 0.0011869994923472404 +Info 13016[23:42:06.343] getCompletionData: Get previous token: 0.02001999970525503 +Info 13017[23:42:06.343] getCompletionsAtPosition: isCompletionListBlocker: 0.0018119998276233673 +Info 13018[23:42:06.343] Format host information updated +Info 13019[23:42:06.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13020[23:42:06.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1141 structureChanged: false structureIsReused:: Completely Elapsed: 7.015155999921262ms +Info 13021[23:42:06.373] Different program with same set of files +Info 13022[23:42:06.373] getCompletionData: Get current token: 0.004908000119030476 +Info 13023[23:42:06.373] getCompletionData: Is inside comment: 0.0011490005999803543 +Info 13024[23:42:06.373] getCompletionData: Get previous token: 0.0187780000269413 +Info 13025[23:42:06.373] getCompletionsAtPosition: isCompletionListBlocker: 0.0021569998934865 +Info 13026[23:42:06.375] Format host information updated +Info 13027[23:42:06.506] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13028[23:42:06.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1142 structureChanged: false structureIsReused:: Completely Elapsed: 7.769198999740183ms +Info 13029[23:42:06.514] Different program with same set of files +Info 13030[23:42:06.514] getCompletionData: Get current token: 0.005559000186622143 +Info 13031[23:42:06.514] getCompletionData: Is inside comment: 0.0013769995421171188 +Info 13032[23:42:06.514] getCompletionData: Get previous token: 0.0430680001154542 +Info 13033[23:42:06.514] getCompletionsAtPosition: isCompletionListBlocker: 0.006111999973654747 +Info 13034[23:42:06.516] getExportInfoMap: cache hit +Info 13035[23:42:06.541] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 13036[23:42:06.541] collectAutoImports: response is complete +Info 13037[23:42:06.541] collectAutoImports: 24.823502999730408 +Info 13038[23:42:06.541] getCompletionData: Semantic work: 26.546784999780357 +Info 13039[23:42:06.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.995839999988675 +Info 13040[23:42:06.561] Format host information updated +Info 13041[23:42:06.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13042[23:42:06.581] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1143 structureChanged: false structureIsReused:: Completely Elapsed: 7.304116000421345ms +Info 13043[23:42:06.581] Different program with same set of files +Info 13044[23:42:06.581] getCompletionData: Get current token: 0.004366000182926655 +Info 13045[23:42:06.581] getCompletionData: Is inside comment: 0.0010850001126527786 +Info 13046[23:42:06.581] getCompletionData: Get previous token: 0.026049000211060047 +Info 13047[23:42:06.581] getCompletionsAtPosition: isCompletionListBlocker: 0.003281000070273876 +Info 13048[23:42:06.582] getExportInfoMap: cache hit +Info 13049[23:42:06.587] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 241 from cache +Info 13050[23:42:06.587] collectAutoImports: response is complete +Info 13051[23:42:06.587] collectAutoImports: 4.549180000089109 +Info 13052[23:42:06.587] getCompletionData: Semantic work: 6.096638000570238 +Info 13053[23:42:06.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.141745000146329 +Info 13054[23:42:06.596] Format host information updated +Info 13055[23:42:06.690] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13056[23:42:06.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1144 structureChanged: false structureIsReused:: Completely Elapsed: 7.644573000259697ms +Info 13057[23:42:06.698] Different program with same set of files +Info 13058[23:42:06.698] getCompletionData: Get current token: 0.005536000244319439 +Info 13059[23:42:06.698] getCompletionData: Is inside comment: 0.001516999676823616 +Info 13060[23:42:06.698] getCompletionData: Get previous token: 0.03377300035208464 +Info 13061[23:42:06.698] getCompletionsAtPosition: isCompletionListBlocker: 0.003781999461352825 +Info 13062[23:42:06.700] getExportInfoMap: cache hit +Info 13063[23:42:06.702] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 21 from cache +Info 13064[23:42:06.702] collectAutoImports: response is complete +Info 13065[23:42:06.702] collectAutoImports: 2.776845999993384 +Info 13066[23:42:06.702] getCompletionData: Semantic work: 4.405724999494851 +Info 13067[23:42:06.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.6569420006126165 +Info 13068[23:42:06.710] Format host information updated +Info 13069[23:42:07.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13070[23:42:07.086] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1145 structureChanged: false structureIsReused:: Completely Elapsed: 7.9347789995372295ms +Info 13071[23:42:07.086] Different program with same set of files +Info 13072[23:42:07.086] getCompletionData: Get current token: 0.004705999977886677 +Info 13073[23:42:07.086] getCompletionData: Is inside comment: 0.0011959997937083244 +Info 13074[23:42:07.086] getCompletionData: Get previous token: 0.02759800013154745 +Info 13075[23:42:07.086] getCompletionsAtPosition: isCompletionListBlocker: 0.0034779999405145645 +Info 13076[23:42:07.088] getExportInfoMap: cache hit +Info 13077[23:42:07.096] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 241 from cache +Info 13078[23:42:07.096] collectAutoImports: response is complete +Info 13079[23:42:07.096] collectAutoImports: 7.392750999890268 +Info 13080[23:42:07.096] getCompletionData: Semantic work: 9.6202910002321 +Info 13081[23:42:07.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.461253999732435 +Info 13082[23:42:07.103] Format host information updated +Info 13083[23:42:07.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13084[23:42:07.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1146 structureChanged: false structureIsReused:: Completely Elapsed: 8.688078000210226ms +Info 13085[23:42:07.118] Different program with same set of files +Info 13086[23:42:07.118] getCompletionData: Get current token: 0.004347999580204487 +Info 13087[23:42:07.118] getCompletionData: Is inside comment: 0.0012320000678300858 +Info 13088[23:42:07.118] getCompletionData: Get previous token: 0.027267000637948513 +Info 13089[23:42:07.118] getCompletionsAtPosition: isCompletionListBlocker: 0.0034039998427033424 +Info 13090[23:42:07.120] getExportInfoMap: cache hit +Info 13091[23:42:07.123] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 114 from cache +Info 13092[23:42:07.123] collectAutoImports: response is complete +Info 13093[23:42:07.123] collectAutoImports: 3.4873390002176166 +Info 13094[23:42:07.123] getCompletionData: Semantic work: 4.979817999526858 +Info 13095[23:42:07.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.95832599978894 +Info 13096[23:42:07.132] Format host information updated +Info 13097[23:42:09.897] Format host information updated +Info 13098[23:42:09.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13099[23:42:09.904] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1147 structureChanged: false structureIsReused:: Completely Elapsed: 7.239846000447869ms +Info 13100[23:42:09.904] Different program with same set of files +Info 13101[23:42:10.591] Format host information updated +Info 13102[23:42:10.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13103[23:42:10.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1148 structureChanged: false structureIsReused:: Completely Elapsed: 7.45856099948287ms +Info 13104[23:42:10.599] Different program with same set of files +Info 13105[23:42:11.384] Format host information updated +Info 13106[23:42:11.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13107[23:42:11.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1149 structureChanged: false structureIsReused:: Completely Elapsed: 7.264212999492884ms +Info 13108[23:42:11.392] Different program with same set of files +Info 13109[23:42:12.095] Format host information updated +Info 13110[23:42:12.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13111[23:42:12.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1150 structureChanged: false structureIsReused:: Completely Elapsed: 7.925404000096023ms +Info 13112[23:42:12.103] Different program with same set of files +Info 13113[23:42:24.612] getCompletionData: Get current token: 0.005374000407755375 +Info 13114[23:42:24.612] getCompletionData: Is inside comment: 0.01915000006556511 +Info 13115[23:42:24.612] getCompletionData: Get previous token: 0.013958999887108803 +Info 13116[23:42:24.612] getCompletionsAtPosition: isCompletionListBlocker: 0.002221999689936638 +Info 13117[23:42:24.612] Returning an empty list because completion was requested in an invalid position. +Info 13118[23:42:24.835] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13119[23:42:24.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1151 structureChanged: false structureIsReused:: Completely Elapsed: 16.684441999532282ms +Info 13120[23:42:24.851] Different program with same set of files +Info 13121[23:42:24.852] getCompletionData: Get current token: 0.006411000154912472 +Info 13122[23:42:24.852] getCompletionData: Is inside comment: 0.01971999928355217 +Info 13123[23:42:24.852] getCompletionData: Get previous token: 0.03021600004285574 +Info 13124[23:42:24.852] getCompletionsAtPosition: isCompletionListBlocker: 0.001867000013589859 +Info 13125[23:42:24.852] Returning an empty list because completion was requested in an invalid position. +Info 13126[23:42:24.852] Format host information updated +Info 13127[23:42:25.246] Format host information updated +Info 13128[23:42:25.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13129[23:42:25.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1152 structureChanged: false structureIsReused:: Completely Elapsed: 8.772952999919653ms +Info 13130[23:42:25.254] Different program with same set of files +Info 13131[23:42:25.604] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13132[23:42:25.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1153 structureChanged: false structureIsReused:: Completely Elapsed: 14.398373000323772ms +Info 13133[23:42:25.618] Different program with same set of files +Info 13134[23:42:25.618] getCompletionData: Get current token: 0.005724000744521618 +Info 13135[23:42:25.618] getCompletionData: Is inside comment: 0.018194000236690044 +Info 13136[23:42:25.618] getCompletionData: Get previous token: 0.05023300088942051 +Info 13137[23:42:25.618] getCompletionsAtPosition: isCompletionListBlocker: 0.001868000254034996 +Info 13138[23:42:25.621] getExportInfoMap: cache hit +Info 13139[23:42:25.626] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 13140[23:42:25.626] collectAutoImports: response is complete +Info 13141[23:42:25.626] collectAutoImports: 5.659316999837756 +Info 13142[23:42:25.626] getCompletionData: Semantic work: 7.807912999764085 +Info 13143[23:42:25.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.171020000241697 +Info 13144[23:42:25.652] Format host information updated +Info 13145[23:42:25.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13146[23:42:25.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1154 structureChanged: false structureIsReused:: Completely Elapsed: 8.540878999978304ms +Info 13147[23:42:25.725] Different program with same set of files +Info 13148[23:42:25.725] getCompletionData: Get current token: 0.005551000125706196 +Info 13149[23:42:25.725] getCompletionData: Is inside comment: 0.018382000736892223 +Info 13150[23:42:25.725] getCompletionData: Get previous token: 0.042572999373078346 +Info 13151[23:42:25.725] getCompletionsAtPosition: isCompletionListBlocker: 0.002201000228524208 +Info 13152[23:42:25.727] getExportInfoMap: cache hit +Info 13153[23:42:25.730] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13154[23:42:25.730] collectAutoImports: response is complete +Info 13155[23:42:25.730] collectAutoImports: 3.346415000036359 +Info 13156[23:42:25.730] getCompletionData: Semantic work: 4.934178999625146 +Info 13157[23:42:25.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.379339999519289 +Info 13158[23:42:25.742] Format host information updated +Info 13159[23:42:25.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13160[23:42:25.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1155 structureChanged: false structureIsReused:: Completely Elapsed: 11.544983999803662ms +Info 13161[23:42:25.883] Different program with same set of files +Info 13162[23:42:25.883] getCompletionData: Get current token: 0.005834000185132027 +Info 13163[23:42:25.883] getCompletionData: Is inside comment: 0.017502999864518642 +Info 13164[23:42:25.883] getCompletionData: Get previous token: 0.026843000203371048 +Info 13165[23:42:25.883] getCompletionsAtPosition: isCompletionListBlocker: 0.0019120005890727043 +Info 13166[23:42:25.884] getExportInfoMap: cache hit +Info 13167[23:42:25.888] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13168[23:42:25.888] collectAutoImports: response is complete +Info 13169[23:42:25.888] collectAutoImports: 2.9734539994969964 +Info 13170[23:42:25.888] getCompletionData: Semantic work: 4.5969770001247525 +Info 13171[23:42:25.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.855197999626398 +Info 13172[23:42:25.899] Format host information updated +Info 13173[23:42:26.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13174[23:42:26.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1156 structureChanged: false structureIsReused:: Completely Elapsed: 10.9833599999547ms +Info 13175[23:42:26.011] Different program with same set of files +Info 13176[23:42:26.011] getCompletionData: Get current token: 0.006244000047445297 +Info 13177[23:42:26.011] getCompletionData: Is inside comment: 0.03238399978727102 +Info 13178[23:42:26.011] getCompletionData: Get previous token: 0.03261699993163347 +Info 13179[23:42:26.011] getCompletionsAtPosition: isCompletionListBlocker: 0.0026019997894763947 +Info 13180[23:42:26.013] getExportInfoMap: cache hit +Info 13181[23:42:26.015] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13182[23:42:26.015] collectAutoImports: response is complete +Info 13183[23:42:26.015] collectAutoImports: 2.2356289997696877 +Info 13184[23:42:26.015] getCompletionData: Semantic work: 3.691338000819087 +Info 13185[23:42:26.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.796196000650525 +Info 13186[23:42:26.028] Format host information updated +Info 13187[23:42:26.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13188[23:42:26.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1157 structureChanged: false structureIsReused:: Completely Elapsed: 25.62078499980271ms +Info 13189[23:42:26.155] Different program with same set of files +Info 13190[23:42:26.156] getCompletionData: Get current token: 0.021884999237954617 +Info 13191[23:42:26.156] getCompletionData: Is inside comment: 0.07615299988538027 +Info 13192[23:42:26.156] getCompletionData: Get previous token: 0.1077889995649457 +Info 13193[23:42:26.156] getCompletionsAtPosition: isCompletionListBlocker: 0.00372299924492836 +Info 13194[23:42:26.159] getExportInfoMap: cache hit +Info 13195[23:42:26.165] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13196[23:42:26.165] collectAutoImports: response is complete +Info 13197[23:42:26.165] collectAutoImports: 5.830231999978423 +Info 13198[23:42:26.165] getCompletionData: Semantic work: 8.402312000282109 +Info 13199[23:42:26.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.292200999334455 +Info 13200[23:42:26.179] Format host information updated +Info 13201[23:42:26.212] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13202[23:42:26.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1158 structureChanged: false structureIsReused:: Completely Elapsed: 7.272153000347316ms +Info 13203[23:42:26.219] Different program with same set of files +Info 13204[23:42:26.219] getCompletionData: Get current token: 0.005193999968469143 +Info 13205[23:42:26.219] getCompletionData: Is inside comment: 0.017152000218629837 +Info 13206[23:42:26.219] getCompletionData: Get previous token: 0.02681400068104267 +Info 13207[23:42:26.219] getCompletionsAtPosition: isCompletionListBlocker: 0.001995999366044998 +Info 13208[23:42:26.221] getExportInfoMap: cache hit +Info 13209[23:42:26.222] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13210[23:42:26.222] collectAutoImports: response is complete +Info 13211[23:42:26.222] collectAutoImports: 1.716002999804914 +Info 13212[23:42:26.222] getCompletionData: Semantic work: 2.90990100055933 +Info 13213[23:42:26.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.076489999890327 +Info 13214[23:42:26.234] Format host information updated +Info 13215[23:42:26.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13216[23:42:26.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1159 structureChanged: false structureIsReused:: Completely Elapsed: 7.613150999881327ms +Info 13217[23:42:26.279] Different program with same set of files +Info 13218[23:42:26.279] getCompletionData: Get current token: 0.005934000015258789 +Info 13219[23:42:26.279] getCompletionData: Is inside comment: 0.02231500018388033 +Info 13220[23:42:26.280] getCompletionData: Get previous token: 0.030654000118374825 +Info 13221[23:42:26.280] getCompletionsAtPosition: isCompletionListBlocker: 0.002142000012099743 +Info 13222[23:42:26.281] getExportInfoMap: cache hit +Info 13223[23:42:26.308] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13224[23:42:26.308] collectAutoImports: response is complete +Info 13225[23:42:26.308] collectAutoImports: 27.384917999617755 +Info 13226[23:42:26.308] getCompletionData: Semantic work: 28.703592999838293 +Info 13227[23:42:26.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.26438699942082 +Info 13228[23:42:26.334] Format host information updated +Info 13229[23:42:27.810] getCompletionData: Get current token: 0.00495500024408102 +Info 13230[23:42:27.810] getCompletionData: Is inside comment: 0.01718899980187416 +Info 13231[23:42:27.810] getCompletionData: Get previous token: 0.023655999451875687 +Info 13232[23:42:27.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0019110003486275673 +Info 13233[23:42:27.810] Returning an empty list because completion was requested in an invalid position. +Info 13234[23:42:28.079] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13235[23:42:28.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1160 structureChanged: false structureIsReused:: Completely Elapsed: 7.681479999795556ms +Info 13236[23:42:28.087] Different program with same set of files +Info 13237[23:42:28.087] getCompletionData: Get current token: 0.0078300004824996 +Info 13238[23:42:28.087] getCompletionData: Is inside comment: 0.01858499925583601 +Info 13239[23:42:28.087] getCompletionData: Get previous token: 0.014582999981939793 +Info 13240[23:42:28.087] getCompletionsAtPosition: isCompletionListBlocker: 0.008833999745547771 +Info 13241[23:42:28.088] getExportInfoMap: cache hit +Info 13242[23:42:28.112] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13243[23:42:28.112] collectAutoImports: response is complete +Info 13244[23:42:28.113] collectAutoImports: 24.179650000296533 +Info 13245[23:42:28.113] getCompletionData: Semantic work: 25.580737999640405 +Info 13246[23:42:28.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.17474600020796 +Info 13247[23:42:28.139] Format host information updated +Info 13248[23:42:39.203] Format host information updated +Info 13249[23:42:39.203] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13250[23:42:39.211] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1161 structureChanged: false structureIsReused:: Completely Elapsed: 7.581330000422895ms +Info 13251[23:42:39.211] Different program with same set of files +Info 13252[23:42:39.913] Format host information updated +Info 13253[23:42:39.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13254[23:42:39.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1162 structureChanged: false structureIsReused:: Completely Elapsed: 9.829662000760436ms +Info 13255[23:42:39.923] Different program with same set of files +Info 13256[23:42:41.082] Format host information updated +Info 13257[23:42:41.082] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13258[23:42:41.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1163 structureChanged: false structureIsReused:: Completely Elapsed: 8.331398000009358ms +Info 13259[23:42:41.090] Different program with same set of files +Info 13260[23:42:41.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13261[23:42:41.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1164 structureChanged: false structureIsReused:: Completely Elapsed: 7.636312999762595ms +Info 13262[23:42:41.148] Different program with same set of files +Info 13263[23:42:41.148] getCompletionData: Get current token: 0.004937000572681427 +Info 13264[23:42:41.148] getCompletionData: Is inside comment: 0.013717000372707844 +Info 13265[23:42:41.148] getCompletionData: Get previous token: 0.020287999883294106 +Info 13266[23:42:41.148] getCompletionsAtPosition: isCompletionListBlocker: 0.008003000169992447 +Info 13267[23:42:41.149] getExportInfoMap: cache hit +Info 13268[23:42:41.152] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 13269[23:42:41.152] collectAutoImports: response is complete +Info 13270[23:42:41.152] collectAutoImports: 2.7287510000169277 +Info 13271[23:42:41.152] getCompletionData: Semantic work: 4.017368999309838 +Info 13272[23:42:41.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.873153999447823 +Info 13273[23:42:41.163] Format host information updated +Info 13274[23:42:41.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13275[23:42:41.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1165 structureChanged: false structureIsReused:: Completely Elapsed: 14.399798000231385ms +Info 13276[23:42:41.535] Different program with same set of files +Info 13277[23:42:41.535] getCompletionData: Get current token: 0.005246000364422798 +Info 13278[23:42:41.535] getCompletionData: Is inside comment: 0.014096999540925026 +Info 13279[23:42:41.535] getCompletionData: Get previous token: 0.0200360007584095 +Info 13280[23:42:41.535] getCompletionsAtPosition: isCompletionListBlocker: 0.008276999928057194 +Info 13281[23:42:41.537] getExportInfoMap: cache hit +Info 13282[23:42:41.545] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13283[23:42:41.545] collectAutoImports: response is complete +Info 13284[23:42:41.545] collectAutoImports: 8.216566999442875 +Info 13285[23:42:41.545] getCompletionData: Semantic work: 10.072755999863148 +Info 13286[23:42:41.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.435180000029504 +Info 13287[23:42:41.564] Format host information updated +Info 13288[23:42:41.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13289[23:42:41.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1166 structureChanged: false structureIsReused:: Completely Elapsed: 14.662097999826074ms +Info 13290[23:42:41.587] Different program with same set of files +Info 13291[23:42:41.588] getCompletionData: Get current token: 0.00569900032132864 +Info 13292[23:42:41.588] getCompletionData: Is inside comment: 0.016174999997019768 +Info 13293[23:42:41.588] getCompletionData: Get previous token: 0.02205600030720234 +Info 13294[23:42:41.588] getCompletionsAtPosition: isCompletionListBlocker: 0.007531000301241875 +Info 13295[23:42:41.590] getExportInfoMap: cache hit +Info 13296[23:42:41.593] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13297[23:42:41.593] collectAutoImports: response is complete +Info 13298[23:42:41.593] collectAutoImports: 3.2871169997379184 +Info 13299[23:42:41.593] getCompletionData: Semantic work: 5.477335999719799 +Info 13300[23:42:41.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.322630999609828 +Info 13301[23:42:41.616] Format host information updated +Info 13302[23:42:41.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13303[23:42:41.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1167 structureChanged: false structureIsReused:: Completely Elapsed: 7.629731999710202ms +Info 13304[23:42:41.629] Different program with same set of files +Info 13305[23:42:41.630] getCompletionData: Get current token: 0.004684999585151672 +Info 13306[23:42:41.630] getCompletionData: Is inside comment: 0.014626000076532364 +Info 13307[23:42:41.630] getCompletionData: Get previous token: 0.02068100031465292 +Info 13308[23:42:41.630] getCompletionsAtPosition: isCompletionListBlocker: 0.006316999904811382 +Info 13309[23:42:41.631] getExportInfoMap: cache hit +Info 13310[23:42:41.633] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13311[23:42:41.633] collectAutoImports: response is complete +Info 13312[23:42:41.633] collectAutoImports: 2.1185410004109144 +Info 13313[23:42:41.633] getCompletionData: Semantic work: 3.609627000056207 +Info 13314[23:42:41.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.596183999441564 +Info 13315[23:42:41.646] Format host information updated +Info 13316[23:42:41.776] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13317[23:42:41.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1168 structureChanged: false structureIsReused:: Completely Elapsed: 30.84240199998021ms +Info 13318[23:42:41.807] Different program with same set of files +Info 13319[23:42:41.807] getCompletionData: Get current token: 0.012744000181555748 +Info 13320[23:42:41.807] getCompletionData: Is inside comment: 0.03499400056898594 +Info 13321[23:42:41.807] getCompletionData: Get previous token: 0.052756999619305134 +Info 13322[23:42:41.807] getCompletionsAtPosition: isCompletionListBlocker: 0.014216000214219093 +Info 13323[23:42:41.810] getExportInfoMap: cache hit +Info 13324[23:42:41.814] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13325[23:42:41.814] collectAutoImports: response is complete +Info 13326[23:42:41.814] collectAutoImports: 3.596052000299096 +Info 13327[23:42:41.814] getCompletionData: Semantic work: 6.295408999547362 +Info 13328[23:42:41.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.001095999963582 +Info 13329[23:42:41.829] Format host information updated +Info 13330[23:42:41.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13331[23:42:41.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1169 structureChanged: false structureIsReused:: Completely Elapsed: 10.995122999884188ms +Info 13332[23:42:41.892] Different program with same set of files +Info 13333[23:42:41.892] getCompletionData: Get current token: 0.006612000055611134 +Info 13334[23:42:41.892] getCompletionData: Is inside comment: 0.017208999954164028 +Info 13335[23:42:41.892] getCompletionData: Get previous token: 0.02603400032967329 +Info 13336[23:42:41.892] getCompletionsAtPosition: isCompletionListBlocker: 0.008016000501811504 +Info 13337[23:42:41.894] getExportInfoMap: cache hit +Info 13338[23:42:41.896] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13339[23:42:41.896] collectAutoImports: response is complete +Info 13340[23:42:41.896] collectAutoImports: 2.2162490002810955 +Info 13341[23:42:41.896] getCompletionData: Semantic work: 3.809107999317348 +Info 13342[23:42:41.906] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.585824999958277 +Info 13343[23:42:41.909] Format host information updated +Info 13344[23:42:41.972] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13345[23:42:41.992] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1170 structureChanged: false structureIsReused:: Completely Elapsed: 19.815353999845684ms +Info 13346[23:42:41.992] Different program with same set of files +Info 13347[23:42:41.992] getCompletionData: Get current token: 0.016232999972999096 +Info 13348[23:42:41.992] getCompletionData: Is inside comment: 0.04481100011616945 +Info 13349[23:42:41.992] getCompletionData: Get previous token: 0.06944700051099062 +Info 13350[23:42:41.992] getCompletionsAtPosition: isCompletionListBlocker: 0.018113999627530575 +Info 13351[23:42:41.996] getExportInfoMap: cache hit +Info 13352[23:42:42.032] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13353[23:42:42.032] collectAutoImports: response is complete +Info 13354[23:42:42.032] collectAutoImports: 36.10805799998343 +Info 13355[23:42:42.032] getCompletionData: Semantic work: 39.5202449997887 +Info 13356[23:42:42.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.099909000098705 +Info 13357[23:42:42.056] Format host information updated +Info 13358[23:42:45.631] Format host information updated +Info 13359[23:42:45.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13360[23:42:45.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1171 structureChanged: false structureIsReused:: Completely Elapsed: 7.6257640002295375ms +Info 13361[23:42:45.639] Different program with same set of files +Info 13362[23:43:01.259] Format host information updated +Info 13363[23:43:01.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13364[23:43:01.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1172 structureChanged: false structureIsReused:: Completely Elapsed: 17.332338999956846ms +Info 13365[23:43:01.276] Different program with same set of files +Info 13366[23:43:01.865] Format host information updated +Info 13367[23:43:01.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13368[23:43:01.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1173 structureChanged: false structureIsReused:: Completely Elapsed: 8.653514999896288ms +Info 13369[23:43:01.874] Different program with same set of files +Info 13370[23:43:02.250] Format host information updated +Info 13371[23:43:02.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13372[23:43:02.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1174 structureChanged: false structureIsReused:: Completely Elapsed: 14.771966999396682ms +Info 13373[23:43:02.265] Different program with same set of files +Info 13374[23:43:02.543] Format host information updated +Info 13375[23:43:02.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13376[23:43:02.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1175 structureChanged: false structureIsReused:: Completely Elapsed: 7.326994000002742ms +Info 13377[23:43:02.551] Different program with same set of files +Info 13378[23:43:02.881] Format host information updated +Info 13379[23:43:02.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13380[23:43:02.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1176 structureChanged: false structureIsReused:: Completely Elapsed: 7.391847000457346ms +Info 13381[23:43:02.889] Different program with same set of files +Info 13382[23:43:03.168] Format host information updated +Info 13383[23:43:03.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13384[23:43:03.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1177 structureChanged: false structureIsReused:: Completely Elapsed: 6.962686000391841ms +Info 13385[23:43:03.175] Different program with same set of files +Info 13386[23:43:03.924] Format host information updated +Info 13387[23:43:03.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13388[23:43:03.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1178 structureChanged: false structureIsReused:: Completely Elapsed: 7.441029000096023ms +Info 13389[23:43:03.932] Different program with same set of files +Info 13390[23:43:04.647] Format host information updated +Info 13391[23:43:04.647] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13392[23:43:04.657] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1179 structureChanged: false structureIsReused:: Completely Elapsed: 9.608950999565423ms +Info 13393[23:43:04.657] Different program with same set of files +Info 13394[23:43:05.263] Format host information updated +Info 13395[23:43:05.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13396[23:43:05.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1180 structureChanged: false structureIsReused:: Completely Elapsed: 8.80734399985522ms +Info 13397[23:43:05.272] Different program with same set of files +Info 13398[23:43:05.484] Format host information updated +Info 13399[23:43:05.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13400[23:43:05.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1181 structureChanged: false structureIsReused:: Completely Elapsed: 8.679728999733925ms +Info 13401[23:43:05.493] Different program with same set of files +Info 13402[23:43:06.021] Format host information updated +Info 13403[23:43:06.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13404[23:43:06.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1182 structureChanged: false structureIsReused:: Completely Elapsed: 8.058052999898791ms +Info 13405[23:43:06.029] Different program with same set of files +Info 13406[23:43:06.434] getCompletionData: Get current token: 0.005145000293850899 +Info 13407[23:43:06.434] getCompletionData: Is inside comment: 0.013554000295698643 +Info 13408[23:43:06.434] getCompletionData: Get previous token: 0.022160000167787075 +Info 13409[23:43:06.434] getCompletionsAtPosition: isCompletionListBlocker: 0.0016510002315044403 +Info 13410[23:43:06.435] getCompletionData: Semantic work: 1.1491379998624325 +Info 13411[23:43:06.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9408819992095232 +Info 13412[23:43:06.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13413[23:43:06.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1183 structureChanged: false structureIsReused:: Completely Elapsed: 7.408106000162661ms +Info 13414[23:43:06.799] Different program with same set of files +Info 13415[23:43:06.799] getCompletionData: Get current token: 0.005535000003874302 +Info 13416[23:43:06.799] getCompletionData: Is inside comment: 0.01316400058567524 +Info 13417[23:43:06.799] getCompletionData: Get previous token: 0.01482400018721819 +Info 13418[23:43:06.799] getCompletionsAtPosition: isCompletionListBlocker: 0.0015130005776882172 +Info 13419[23:43:06.801] getCompletionData: Semantic work: 1.3191900001838803 +Info 13420[23:43:06.803] Format host information updated +Info 13421[23:43:07.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13422[23:43:07.054] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1184 structureChanged: false structureIsReused:: Completely Elapsed: 7.445973999798298ms +Info 13423[23:43:07.054] Different program with same set of files +Info 13424[23:43:07.054] getCompletionData: Get current token: 0.004309999756515026 +Info 13425[23:43:07.054] getCompletionData: Is inside comment: 0.012416000477969646 +Info 13426[23:43:07.054] getCompletionData: Get previous token: 0.035400000400841236 +Info 13427[23:43:07.054] getCompletionsAtPosition: isCompletionListBlocker: 0.0018899999558925629 +Info 13428[23:43:07.055] getCompletionData: Semantic work: 1.4167149998247623 +Info 13429[23:43:07.058] Format host information updated +Info 13430[23:43:07.059] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13431[23:43:07.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1185 structureChanged: false structureIsReused:: Completely Elapsed: 6.945546999573708ms +Info 13432[23:43:07.066] Different program with same set of files +Info 13433[23:43:07.067] getCompletionData: Get current token: 0.004122000187635422 +Info 13434[23:43:07.067] getCompletionData: Is inside comment: 0.011826000176370144 +Info 13435[23:43:07.067] getCompletionData: Get previous token: 0.02010700013488531 +Info 13436[23:43:07.067] getCompletionsAtPosition: isCompletionListBlocker: 0.0018859999254345894 +Info 13437[23:43:07.068] getCompletionData: Semantic work: 1.1789939999580383 +Info 13438[23:43:07.068] Format host information updated +Info 13439[23:43:07.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13440[23:43:07.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1186 structureChanged: false structureIsReused:: Completely Elapsed: 7.41401799954474ms +Info 13441[23:43:07.174] Different program with same set of files +Info 13442[23:43:07.175] getCompletionData: Get current token: 0.00459699984639883 +Info 13443[23:43:07.175] getCompletionData: Is inside comment: 0.013938000425696373 +Info 13444[23:43:07.175] getCompletionData: Get previous token: 0.02270099986344576 +Info 13445[23:43:07.175] getCompletionsAtPosition: isCompletionListBlocker: 0.0022060004994273186 +Info 13446[23:43:07.176] getCompletionData: Semantic work: 1.3525310000404716 +Info 13447[23:43:07.178] Format host information updated +Info 13448[23:43:07.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13449[23:43:07.552] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1187 structureChanged: false structureIsReused:: Completely Elapsed: 6.922633999958634ms +Info 13450[23:43:07.552] Different program with same set of files +Info 13451[23:43:07.553] getCompletionData: Get current token: 0.004193000495433807 +Info 13452[23:43:07.553] getCompletionData: Is inside comment: 0.011769999749958515 +Info 13453[23:43:07.553] getCompletionData: Get previous token: 0.01890100073069334 +Info 13454[23:43:07.553] getCompletionsAtPosition: isCompletionListBlocker: 0.0020800000056624413 +Info 13455[23:43:07.554] getCompletionData: Semantic work: 1.181076000444591 +Info 13456[23:43:07.554] Format host information updated +Info 13457[23:43:07.681] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13458[23:43:07.691] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1188 structureChanged: false structureIsReused:: Completely Elapsed: 9.578788000158966ms +Info 13459[23:43:07.691] Different program with same set of files +Info 13460[23:43:07.691] getCompletionData: Get current token: 0.004003000445663929 +Info 13461[23:43:07.691] getCompletionData: Is inside comment: 0.012268000282347202 +Info 13462[23:43:07.691] getCompletionData: Get previous token: 0.01933200005441904 +Info 13463[23:43:07.691] getCompletionsAtPosition: isCompletionListBlocker: 0.002206999808549881 +Info 13464[23:43:07.692] getCompletionData: Semantic work: 1.3263389999046922 +Info 13465[23:43:07.693] Format host information updated +Info 13466[23:43:07.748] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13467[23:43:07.767] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1189 structureChanged: false structureIsReused:: Completely Elapsed: 18.914555000141263ms +Info 13468[23:43:07.767] Different program with same set of files +Info 13469[23:43:07.767] getCompletionData: Get current token: 0.021567000076174736 +Info 13470[23:43:07.768] getCompletionData: Is inside comment: 0.06823499966412783 +Info 13471[23:43:07.768] getCompletionData: Get previous token: 0.07883699983358383 +Info 13472[23:43:07.768] getCompletionsAtPosition: isCompletionListBlocker: 0.005879000760614872 +Info 13473[23:43:07.771] getCompletionData: Semantic work: 3.6568490006029606 +Info 13474[23:43:07.772] Format host information updated +Info 13475[23:43:07.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13476[23:43:07.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1190 structureChanged: false structureIsReused:: Completely Elapsed: 10.253073999658227ms +Info 13477[23:43:07.847] Different program with same set of files +Info 13478[23:43:07.847] getCompletionData: Get current token: 0.004784000106155872 +Info 13479[23:43:07.847] getCompletionData: Is inside comment: 0.013267000205814838 +Info 13480[23:43:07.847] getCompletionData: Get previous token: 0.02208200003951788 +Info 13481[23:43:07.847] getCompletionsAtPosition: isCompletionListBlocker: 0.0023659998551011086 +Info 13482[23:43:07.848] getCompletionData: Semantic work: 1.3550800001248717 +Info 13483[23:43:07.849] Format host information updated +Info 13484[23:43:08.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13485[23:43:08.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1191 structureChanged: false structureIsReused:: Completely Elapsed: 11.207452999427915ms +Info 13486[23:43:08.079] Different program with same set of files +Info 13487[23:43:08.079] getCompletionData: Get current token: 0.00749099999666214 +Info 13488[23:43:08.079] getCompletionData: Is inside comment: 0.021647999994456768 +Info 13489[23:43:08.079] getCompletionData: Get previous token: 0.015588000416755676 +Info 13490[23:43:08.079] getCompletionsAtPosition: isCompletionListBlocker: 0.003392999991774559 +Info 13491[23:43:08.081] getExportInfoMap: cache hit +Info 13492[23:43:08.117] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 13493[23:43:08.117] collectAutoImports: response is complete +Info 13494[23:43:08.117] collectAutoImports: 35.26067200023681 +Info 13495[23:43:08.117] getCompletionData: Semantic work: 37.73246500082314 +Info 13496[23:43:08.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.965189000591636 +Info 13497[23:43:08.143] Format host information updated +Info 13498[23:43:08.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13499[23:43:08.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1192 structureChanged: false structureIsReused:: Completely Elapsed: 9.69901099987328ms +Info 13500[23:43:08.164] Different program with same set of files +Info 13501[23:43:08.164] getCompletionData: Get current token: 0.005106000229716301 +Info 13502[23:43:08.164] getCompletionData: Is inside comment: 0.014171999879181385 +Info 13503[23:43:08.164] getCompletionData: Get previous token: 0.010564000345766544 +Info 13504[23:43:08.164] getCompletionsAtPosition: isCompletionListBlocker: 0.006634000688791275 +Info 13505[23:43:08.165] getExportInfoMap: cache hit +Info 13506[23:43:08.191] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 13507[23:43:08.191] collectAutoImports: response is complete +Info 13508[23:43:08.191] collectAutoImports: 25.699967000633478 +Info 13509[23:43:08.191] getCompletionData: Semantic work: 27.424554000608623 +Info 13510[23:43:08.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.086186000145972 +Info 13511[23:43:08.214] Format host information updated +Info 13512[23:43:08.227] getCompletionData: Get current token: 0.007448999211192131 +Info 13513[23:43:08.227] getCompletionData: Is inside comment: 0.0017649997025728226 +Info 13514[23:43:08.227] getCompletionData: Get previous token: 0.02503499947488308 +Info 13515[23:43:08.227] getCompletionsAtPosition: isCompletionListBlocker: 0.0032680006697773933 +Info 13516[23:43:08.230] getExportInfoMap: cache hit +Info 13517[23:43:08.267] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 13518[23:43:08.267] collectAutoImports: response is complete +Info 13519[23:43:08.267] collectAutoImports: 37.45128700044006 +Info 13520[23:43:08.267] getCompletionData: Semantic work: 40.61740399990231 +Info 13521[23:43:08.292] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.054246000014246 +Info 13522[23:43:08.304] Format host information updated +Info 13523[23:43:09.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13524[23:43:09.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1193 structureChanged: false structureIsReused:: Completely Elapsed: 8.465898000635207ms +Info 13525[23:43:09.254] Different program with same set of files +Info 13526[23:43:09.254] getCompletionData: Get current token: 0.004417000338435173 +Info 13527[23:43:09.254] getCompletionData: Is inside comment: 0.001199999824166298 +Info 13528[23:43:09.254] getCompletionData: Get previous token: 0.024634000845253468 +Info 13529[23:43:09.254] getCompletionsAtPosition: isCompletionListBlocker: 0.0031320005655288696 +Info 13530[23:43:09.255] getExportInfoMap: cache hit +Info 13531[23:43:09.260] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 322 from cache +Info 13532[23:43:09.260] collectAutoImports: response is complete +Info 13533[23:43:09.260] collectAutoImports: 4.8114090003073215 +Info 13534[23:43:09.260] getCompletionData: Semantic work: 6.5486280005425215 +Info 13535[23:43:09.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.622458000667393 +Info 13536[23:43:09.272] Format host information updated +Info 13537[23:43:30.396] getCompletionData: Get current token: 0.005100000649690628 +Info 13538[23:43:30.396] getCompletionData: Is inside comment: 0.011881999671459198 +Info 13539[23:43:30.396] getCompletionData: Get previous token: 0.019909000024199486 +Info 13540[23:43:30.396] getCompletionsAtPosition: isCompletionListBlocker: 0.0025380002334713936 +Info 13541[23:43:30.397] getCompletionData: Semantic work: 0.7702990006655455 +Info 13542[23:43:30.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5026050005108118 +Info 13543[23:43:30.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13544[23:43:30.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1194 structureChanged: false structureIsReused:: Completely Elapsed: 8.468312999233603ms +Info 13545[23:43:30.567] Different program with same set of files +Info 13546[23:43:30.567] getCompletionData: Get current token: 0.004259999841451645 +Info 13547[23:43:30.567] getCompletionData: Is inside comment: 0.012761999852955341 +Info 13548[23:43:30.567] getCompletionData: Get previous token: 0.010468000546097755 +Info 13549[23:43:30.567] getCompletionsAtPosition: isCompletionListBlocker: 0.0019330000504851341 +Info 13550[23:43:30.569] getCompletionData: Semantic work: 1.3493670001626015 +Info 13551[23:43:30.569] Format host information updated +Info 13552[23:43:30.958] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13553[23:43:30.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1195 structureChanged: false structureIsReused:: Completely Elapsed: 8.096340999938548ms +Info 13554[23:43:30.966] Different program with same set of files +Info 13555[23:43:30.966] getCompletionData: Get current token: 0.004408000037074089 +Info 13556[23:43:30.966] getCompletionData: Is inside comment: 0.012125999666750431 +Info 13557[23:43:30.966] getCompletionData: Get previous token: 0.019632999785244465 +Info 13558[23:43:30.966] getCompletionsAtPosition: isCompletionListBlocker: 0.0018699998036026955 +Info 13559[23:43:30.968] getCompletionData: Semantic work: 1.3301530005410314 +Info 13560[23:43:30.968] Format host information updated +Info 13561[23:43:30.973] Format host information updated +Info 13562[23:43:30.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13563[23:43:30.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1196 structureChanged: false structureIsReused:: Completely Elapsed: 8.058509999886155ms +Info 13564[23:43:30.981] Different program with same set of files +Info 13565[23:43:30.981] getCompletionData: Get current token: 0.004102000035345554 +Info 13566[23:43:30.981] getCompletionData: Is inside comment: 0.011094000190496445 +Info 13567[23:43:30.981] getCompletionData: Get previous token: 0.017025000415742397 +Info 13568[23:43:30.981] getCompletionsAtPosition: isCompletionListBlocker: 0.0017340006306767464 +Info 13569[23:43:30.983] getCompletionData: Semantic work: 1.2330229999497533 +Info 13570[23:43:30.983] Format host information updated +Info 13571[23:43:31.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13572[23:43:31.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1197 structureChanged: false structureIsReused:: Completely Elapsed: 8.147812999784946ms +Info 13573[23:43:31.040] Different program with same set of files +Info 13574[23:43:31.040] getCompletionData: Get current token: 0.004877000115811825 +Info 13575[23:43:31.040] getCompletionData: Is inside comment: 0.01257999986410141 +Info 13576[23:43:31.040] getCompletionData: Get previous token: 0.019094000570476055 +Info 13577[23:43:31.040] getCompletionsAtPosition: isCompletionListBlocker: 0.0023360000923275948 +Info 13578[23:43:31.041] getCompletionData: Semantic work: 1.349766000173986 +Info 13579[23:43:31.041] Format host information updated +Info 13580[23:43:31.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13581[23:43:31.202] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1198 structureChanged: false structureIsReused:: Completely Elapsed: 31.645965999923646ms +Info 13582[23:43:31.203] Different program with same set of files +Info 13583[23:43:31.203] getCompletionData: Get current token: 0.011609000153839588 +Info 13584[23:43:31.203] getCompletionData: Is inside comment: 0.03066399972885847 +Info 13585[23:43:31.203] getCompletionData: Get previous token: 0.02353299967944622 +Info 13586[23:43:31.203] getCompletionsAtPosition: isCompletionListBlocker: 0.005405000410974026 +Info 13587[23:43:31.206] getExportInfoMap: cache hit +Info 13588[23:43:31.234] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 13589[23:43:31.234] collectAutoImports: response is complete +Info 13590[23:43:31.234] collectAutoImports: 28.509716999717057 +Info 13591[23:43:31.234] getCompletionData: Semantic work: 31.299141000024974 +Info 13592[23:43:31.250] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.753436000086367 +Info 13593[23:43:31.258] Format host information updated +Info 13594[23:43:31.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13595[23:43:31.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1199 structureChanged: false structureIsReused:: Completely Elapsed: 6.934849999845028ms +Info 13596[23:43:31.276] Different program with same set of files +Info 13597[23:43:31.276] getCompletionData: Get current token: 0.004642000421881676 +Info 13598[23:43:31.276] getCompletionData: Is inside comment: 0.01158200018107891 +Info 13599[23:43:31.276] getCompletionData: Get previous token: 0.009052000008523464 +Info 13600[23:43:31.276] getCompletionsAtPosition: isCompletionListBlocker: 0.006506999954581261 +Info 13601[23:43:31.277] getExportInfoMap: cache hit +Info 13602[23:43:31.297] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 13603[23:43:31.297] collectAutoImports: response is complete +Info 13604[23:43:31.297] collectAutoImports: 20.19547099992633 +Info 13605[23:43:31.297] getCompletionData: Semantic work: 21.60566799994558 +Info 13606[23:43:31.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.916580999270082 +Info 13607[23:43:31.320] Format host information updated +Info 13608[23:43:31.408] getCompletionData: Get current token: 0.012196999974548817 +Info 13609[23:43:31.408] getCompletionData: Is inside comment: 0.003086000680923462 +Info 13610[23:43:31.408] getCompletionData: Get previous token: 0.03298399969935417 +Info 13611[23:43:31.408] getCompletionsAtPosition: isCompletionListBlocker: 0.0056859999895095825 +Info 13612[23:43:31.411] getExportInfoMap: cache hit +Info 13613[23:43:31.459] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3119 from cache +Info 13614[23:43:31.459] collectAutoImports: response is complete +Info 13615[23:43:31.459] collectAutoImports: 47.513549000024796 +Info 13616[23:43:31.459] getCompletionData: Semantic work: 51.21265400014818 +Info 13617[23:43:31.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.007656000554562 +Info 13618[23:43:31.633] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13619[23:43:31.647] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1200 structureChanged: false structureIsReused:: Completely Elapsed: 13.911092000082135ms +Info 13620[23:43:31.647] Different program with same set of files +Info 13621[23:43:31.647] getCompletionData: Get current token: 0.004858999513089657 +Info 13622[23:43:31.647] getCompletionData: Is inside comment: 0.0014860006049275398 +Info 13623[23:43:31.647] getCompletionData: Get previous token: 0.0216669999063015 +Info 13624[23:43:31.647] getCompletionsAtPosition: isCompletionListBlocker: 0.003312000073492527 +Info 13625[23:43:31.649] getExportInfoMap: cache hit +Info 13626[23:43:31.655] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 322 from cache +Info 13627[23:43:31.656] collectAutoImports: response is complete +Info 13628[23:43:31.656] collectAutoImports: 6.4132129997015 +Info 13629[23:43:31.656] getCompletionData: Semantic work: 8.29318599961698 +Info 13630[23:43:31.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.450217999517918 +Info 13631[23:43:31.674] Format host information updated +Info 13632[23:43:47.241] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13632[23:43:47.241] Files (149) + +Info 13632[23:43:47.241] ----------------------------------------------- +Info 13632[23:43:47.241] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 13632[23:43:47.241] Files (624) + +Info 13632[23:43:47.241] ----------------------------------------------- +Info 13632[23:43:47.241] Project '/dev/null/inferredProject2*' (Inferred) +Info 13632[23:43:47.241] Files (283) + +Info 13632[23:43:47.241] ----------------------------------------------- +Info 13632[23:43:47.241] Project '/dev/null/autoImportProviderProject3*' (AutoImportProvider) +Info 13632[23:43:47.241] Files (189) + +Info 13632[23:43:47.241] ----------------------------------------------- +Info 13632[23:43:47.241] Open files: +Info 13632[23:43:47.241] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 13632[23:43:47.241] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13632[23:43:47.241] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 13632[23:43:47.241] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13632[23:43:47.241] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 13632[23:43:47.241] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13632[23:43:47.241] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Eval.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 13632[23:43:47.241] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13632[23:51:29.315] getCompletionData: Get current token: 0.002323000691831112 +Info 13633[23:51:29.315] getCompletionData: Is inside comment: 0.02111000008881092 +Info 13634[23:51:29.315] getCompletionData: Get previous token: 0.005994000472128391 +Info 13635[23:51:29.315] getCompletionsAtPosition: isCompletionListBlocker: 0.028502999804913998 +Info 13636[23:51:29.317] getExportInfoMap: cache miss or empty; calculating new results +Info 13637[23:51:29.355] forEachExternalModuleToImportFrom autoImportProvider: 18.8119810000062 +Info 13638[23:51:29.355] getExportInfoMap: done in 38.151964999735355 ms +Info 13639[23:51:29.410] collectAutoImports: resolved 458 module specifiers, plus 219 ambient and 2646 from cache +Info 13640[23:51:29.410] collectAutoImports: response is complete +Info 13641[23:51:29.410] collectAutoImports: 54.56436199974269 +Info 13642[23:51:29.410] getCompletionData: Semantic work: 94.83781599998474 +Info 13643[23:51:29.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.297929000109434 +Info 13644[23:51:32.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13645[23:51:32.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1201 structureChanged: false structureIsReused:: Completely Elapsed: 13.726105999201536ms +Info 13646[23:51:32.606] Different program with same set of files +Info 13647[23:51:32.606] getCompletionData: Get current token: 0.0015150001272559166 +Info 13648[23:51:32.606] getCompletionData: Is inside comment: 0.0010120002552866936 +Info 13649[23:51:32.606] getCompletionData: Get previous token: 0.01183599978685379 +Info 13650[23:51:32.606] getCompletionsAtPosition: isCompletionListBlocker: 0.0067990003153681755 +Info 13651[23:51:32.607] getExportInfoMap: cache hit +Info 13652[23:51:32.630] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 13653[23:51:32.630] collectAutoImports: response is complete +Info 13654[23:51:32.630] collectAutoImports: 22.578863999806345 +Info 13655[23:51:32.630] getCompletionData: Semantic work: 24.226006000302732 +Info 13656[23:51:32.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.18217399995774 +Info 13657[23:51:32.668] Format host information updated +Info 13658[23:51:32.715] Format host information updated +Info 13659[23:51:32.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13660[23:51:32.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1202 structureChanged: false structureIsReused:: Completely Elapsed: 11.089658999815583ms +Info 13661[23:51:32.726] Different program with same set of files +Info 13662[23:51:32.833] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13663[23:51:32.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1203 structureChanged: false structureIsReused:: Completely Elapsed: 13.498428999446332ms +Info 13664[23:51:32.847] Different program with same set of files +Info 13665[23:51:32.847] getCompletionData: Get current token: 0.003862999379634857 +Info 13666[23:51:32.847] getCompletionData: Is inside comment: 0.001623000018298626 +Info 13667[23:51:32.847] getCompletionData: Get previous token: 0.015935000032186508 +Info 13668[23:51:32.847] getCompletionsAtPosition: isCompletionListBlocker: 0.007938000373542309 +Info 13669[23:51:32.849] getExportInfoMap: cache hit +Info 13670[23:51:32.873] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 13671[23:51:32.873] collectAutoImports: response is complete +Info 13672[23:51:32.873] collectAutoImports: 24.506961000151932 +Info 13673[23:51:32.874] getCompletionData: Semantic work: 26.506614999845624 +Info 13674[23:51:32.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.905743000097573 +Info 13675[23:51:32.893] Format host information updated +Info 13676[23:51:33.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13677[23:51:33.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1204 structureChanged: false structureIsReused:: Completely Elapsed: 8.757122999988496ms +Info 13678[23:51:33.188] Different program with same set of files +Info 13679[23:51:33.188] getCompletionData: Get current token: 0.0015519997105002403 +Info 13680[23:51:33.188] getCompletionData: Is inside comment: 0.0008760001510381699 +Info 13681[23:51:33.188] getCompletionData: Get previous token: 0.004265000112354755 +Info 13682[23:51:33.188] getCompletionsAtPosition: isCompletionListBlocker: 0.005332999862730503 +Info 13683[23:51:33.190] getExportInfoMap: cache hit +Info 13684[23:51:33.212] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 13685[23:51:33.212] collectAutoImports: response is complete +Info 13686[23:51:33.212] collectAutoImports: 22.53731399960816 +Info 13687[23:51:33.212] getCompletionData: Semantic work: 23.91097000055015 +Info 13688[23:51:33.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.964321999810636 +Info 13689[23:51:33.231] Format host information updated +Info 13690[23:51:33.270] Format host information updated +Info 13691[23:51:33.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13692[23:51:33.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1205 structureChanged: false structureIsReused:: Completely Elapsed: 15.868467000313103ms +Info 13693[23:51:33.287] Different program with same set of files +Info 13694[23:51:33.547] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13695[23:51:33.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1206 structureChanged: false structureIsReused:: Completely Elapsed: 8.099177999421954ms +Info 13696[23:51:33.555] Different program with same set of files +Info 13697[23:51:33.555] getCompletionData: Get current token: 0.0015359995886683464 +Info 13698[23:51:33.556] getCompletionData: Is inside comment: 0.0009739995002746582 +Info 13699[23:51:33.556] getCompletionData: Get previous token: 0.004290000535547733 +Info 13700[23:51:33.556] getCompletionsAtPosition: isCompletionListBlocker: 0.0051659997552633286 +Info 13701[23:51:33.557] getExportInfoMap: cache hit +Info 13702[23:51:33.583] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 13703[23:51:33.583] collectAutoImports: response is complete +Info 13704[23:51:33.583] collectAutoImports: 25.230476000346243 +Info 13705[23:51:33.583] getCompletionData: Semantic work: 27.120716999284923 +Info 13706[23:51:33.595] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.584158000536263 +Info 13707[23:51:33.603] Format host information updated +Info 13708[23:51:33.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13709[23:51:33.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1207 structureChanged: false structureIsReused:: Completely Elapsed: 25.93039400037378ms +Info 13710[23:51:33.728] Different program with same set of files +Info 13711[23:51:33.728] getCompletionData: Get current token: 0.007368000224232674 +Info 13712[23:51:33.728] getCompletionData: Is inside comment: 0.002607000060379505 +Info 13713[23:51:33.728] getCompletionData: Get previous token: 0.028070000000298023 +Info 13714[23:51:33.728] getCompletionsAtPosition: isCompletionListBlocker: 0.01148299966007471 +Info 13715[23:51:33.731] getExportInfoMap: cache hit +Info 13716[23:51:33.759] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 13717[23:51:33.759] collectAutoImports: response is complete +Info 13718[23:51:33.759] collectAutoImports: 27.583177999593318 +Info 13719[23:51:33.759] getCompletionData: Semantic work: 30.872898999601603 +Info 13720[23:51:33.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.300165000371635 +Info 13721[23:51:33.777] Format host information updated +Info 13722[23:51:33.864] Format host information updated +Info 13723[23:51:33.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13724[23:51:33.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1208 structureChanged: false structureIsReused:: Completely Elapsed: 15.411326999776065ms +Info 13725[23:51:33.880] Different program with same set of files +Info 13726[23:51:35.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13727[23:51:35.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1209 structureChanged: false structureIsReused:: Completely Elapsed: 9.61625299975276ms +Info 13728[23:51:35.139] Different program with same set of files +Info 13729[23:51:35.139] getCompletionData: Get current token: 0.006363000720739365 +Info 13730[23:51:35.139] getCompletionData: Is inside comment: 0.001703999936580658 +Info 13731[23:51:35.139] getCompletionData: Get previous token: 0.044041999615728855 +Info 13732[23:51:35.139] getCompletionsAtPosition: isCompletionListBlocker: 0.007927999831736088 +Info 13733[23:51:35.141] getExportInfoMap: cache hit +Info 13734[23:51:35.170] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 13735[23:51:35.170] collectAutoImports: response is complete +Info 13736[23:51:35.170] collectAutoImports: 28.310655999928713 +Info 13737[23:51:35.170] getCompletionData: Semantic work: 30.474906000308692 +Info 13738[23:51:35.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.506753999739885 +Info 13739[23:51:35.190] Format host information updated +Info 13740[23:51:35.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13741[23:51:35.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1210 structureChanged: false structureIsReused:: Completely Elapsed: 7.98908600024879ms +Info 13742[23:51:35.515] Different program with same set of files +Info 13743[23:51:35.515] getCompletionData: Get current token: 0.0032889991998672485 +Info 13744[23:51:35.515] getCompletionData: Is inside comment: 0.0009369999170303345 +Info 13745[23:51:35.515] getCompletionData: Get previous token: 0.012213999405503273 +Info 13746[23:51:35.515] getCompletionsAtPosition: isCompletionListBlocker: 0.006424999795854092 +Info 13747[23:51:35.516] getExportInfoMap: cache hit +Info 13748[23:51:35.537] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 13749[23:51:35.537] collectAutoImports: response is complete +Info 13750[23:51:35.537] collectAutoImports: 20.674089999869466 +Info 13751[23:51:35.537] getCompletionData: Semantic work: 22.027468000538647 +Info 13752[23:51:35.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.335196999832988 +Info 13753[23:51:35.556] Format host information updated +Info 13754[23:51:35.578] Format host information updated +Info 13755[23:51:35.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13756[23:51:35.588] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1211 structureChanged: false structureIsReused:: Completely Elapsed: 10.222792999818921ms +Info 13757[23:51:35.588] Different program with same set of files +Info 13758[23:51:36.216] getCompletionData: Get current token: 0.0017570005729794502 +Info 13759[23:51:36.216] getCompletionData: Is inside comment: 0.005490999668836594 +Info 13760[23:51:36.216] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13761[23:51:36.948] Format host information updated +Info 13762[23:51:36.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13763[23:51:36.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1212 structureChanged: false structureIsReused:: Completely Elapsed: 8.84383499994874ms +Info 13764[23:51:36.957] Different program with same set of files +Info 13765[23:51:37.174] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13766[23:51:37.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1213 structureChanged: false structureIsReused:: Completely Elapsed: 10.897861999459565ms +Info 13767[23:51:37.185] Different program with same set of files +Info 13768[23:51:37.185] getCompletionData: Get current token: 0.0014749998226761818 +Info 13769[23:51:37.185] getCompletionData: Is inside comment: 0.022898999974131584 +Info 13770[23:51:37.185] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13771[23:51:37.185] Format host information updated +Info 13772[23:51:37.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13773[23:51:37.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1214 structureChanged: false structureIsReused:: Completely Elapsed: 13.982647000811994ms +Info 13774[23:51:37.260] Different program with same set of files +Info 13775[23:51:37.260] getCompletionData: Get current token: 0.002598000690340996 +Info 13776[23:51:37.260] getCompletionData: Is inside comment: 0.008403999730944633 +Info 13777[23:51:37.260] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13778[23:51:37.261] Format host information updated +Info 13779[23:51:37.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13780[23:51:37.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1215 structureChanged: false structureIsReused:: Completely Elapsed: 9.1501549994573ms +Info 13781[23:51:37.447] Different program with same set of files +Info 13782[23:51:37.447] getCompletionData: Get current token: 0.0021090004593133926 +Info 13783[23:51:37.447] getCompletionData: Is inside comment: 0.007003000006079674 +Info 13784[23:51:37.447] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13785[23:51:37.448] Format host information updated +Info 13786[23:51:37.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13787[23:51:37.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1216 structureChanged: false structureIsReused:: Completely Elapsed: 15.463019999675453ms +Info 13788[23:51:37.801] Different program with same set of files +Info 13789[23:51:37.801] getCompletionData: Get current token: 0.0016680005937814713 +Info 13790[23:51:37.801] getCompletionData: Is inside comment: 0.006138999946415424 +Info 13791[23:51:37.801] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13792[23:51:37.802] Format host information updated +Info 13793[23:51:37.835] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13794[23:51:37.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1217 structureChanged: false structureIsReused:: Completely Elapsed: 15.6803719997406ms +Info 13795[23:51:37.851] Different program with same set of files +Info 13796[23:51:37.851] getCompletionData: Get current token: 0.0018989993259310722 +Info 13797[23:51:37.851] getCompletionData: Is inside comment: 0.007182000204920769 +Info 13798[23:51:37.851] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13799[23:51:37.852] Format host information updated +Info 13800[23:51:37.852] Format host information updated +Info 13801[23:51:37.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13802[23:51:37.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1218 structureChanged: false structureIsReused:: Completely Elapsed: 23.762246999889612ms +Info 13803[23:51:37.876] Different program with same set of files +Info 13804[23:51:39.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13805[23:51:39.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1219 structureChanged: false structureIsReused:: Completely Elapsed: 8.98384500015527ms +Info 13806[23:51:39.013] Different program with same set of files +Info 13807[23:51:39.014] getCompletionData: Get current token: 0.0020340001210570335 +Info 13808[23:51:39.014] getCompletionData: Is inside comment: 0.007872000336647034 +Info 13809[23:51:39.014] getCompletionData: Get previous token: 0.00569900032132864 +Info 13810[23:51:39.014] getCompletionsAtPosition: isCompletionListBlocker: 0.0027799997478723526 +Info 13811[23:51:39.015] getExportInfoMap: cache hit +Info 13812[23:51:39.045] collectAutoImports: resolved 27 module specifiers, plus 175 ambient and 3859 from cache +Info 13813[23:51:39.045] collectAutoImports: response is complete +Info 13814[23:51:39.045] collectAutoImports: 29.568748000077903 +Info 13815[23:51:39.045] getCompletionData: Semantic work: 31.356184999458492 +Info 13816[23:51:39.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.07327300030738 +Info 13817[23:51:39.072] Format host information updated +Info 13818[23:51:39.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13819[23:51:39.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1220 structureChanged: false structureIsReused:: Completely Elapsed: 8.285151000134647ms +Info 13820[23:51:39.107] Different program with same set of files +Info 13821[23:51:39.107] getCompletionData: Get current token: 0.003208000212907791 +Info 13822[23:51:39.107] getCompletionData: Is inside comment: 0.009587999433279037 +Info 13823[23:51:39.107] getCompletionData: Get previous token: 0.00648100022226572 +Info 13824[23:51:39.107] getCompletionsAtPosition: isCompletionListBlocker: 0.007330999709665775 +Info 13825[23:51:39.108] getExportInfoMap: cache hit +Info 13826[23:51:39.131] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13827[23:51:39.131] collectAutoImports: response is complete +Info 13828[23:51:39.131] collectAutoImports: 22.04601399973035 +Info 13829[23:51:39.131] getCompletionData: Semantic work: 23.79021199978888 +Info 13830[23:51:39.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.821789999492466 +Info 13831[23:51:39.154] Format host information updated +Info 13832[23:51:39.188] Format host information updated +Info 13833[23:51:39.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13834[23:51:39.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1221 structureChanged: false structureIsReused:: Completely Elapsed: 9.827867000363767ms +Info 13835[23:51:39.198] Different program with same set of files +Info 13836[23:51:40.146] getCompletionData: Get current token: 0.003236999735236168 +Info 13837[23:51:40.146] getCompletionData: Is inside comment: 0.008336000144481659 +Info 13838[23:51:40.146] getCompletionData: Get previous token: 0.005549000576138496 +Info 13839[23:51:40.146] getCompletionsAtPosition: isCompletionListBlocker: 0.007664999924600124 +Info 13840[23:51:40.148] getExportInfoMap: cache hit +Info 13841[23:51:40.168] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13842[23:51:40.168] collectAutoImports: response is complete +Info 13843[23:51:40.168] collectAutoImports: 20.2053610002622 +Info 13844[23:51:40.168] getCompletionData: Semantic work: 21.81912299990654 +Info 13845[23:51:40.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.109858999960124 +Info 13846[23:51:40.431] Format host information updated +Info 13847[23:51:40.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13848[23:51:40.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1222 structureChanged: false structureIsReused:: Completely Elapsed: 10.687482999637723ms +Info 13849[23:51:40.443] Different program with same set of files +Info 13850[23:51:40.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13851[23:51:40.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1223 structureChanged: false structureIsReused:: Completely Elapsed: 8.61139400023967ms +Info 13852[23:51:40.650] Different program with same set of files +Info 13853[23:51:40.650] getCompletionData: Get current token: 0.0023819999769330025 +Info 13854[23:51:40.650] getCompletionData: Is inside comment: 0.009283999912440777 +Info 13855[23:51:40.650] getCompletionData: Get previous token: 0.00598399993032217 +Info 13856[23:51:40.650] getCompletionsAtPosition: isCompletionListBlocker: 0.006737999618053436 +Info 13857[23:51:40.651] getExportInfoMap: cache hit +Info 13858[23:51:40.677] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13859[23:51:40.677] collectAutoImports: response is complete +Info 13860[23:51:40.677] collectAutoImports: 25.485270999372005 +Info 13861[23:51:40.677] getCompletionData: Semantic work: 26.864740000106394 +Info 13862[23:51:40.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.925637000240386 +Info 13863[23:51:40.698] Format host information updated +Info 13864[23:51:40.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13865[23:51:40.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1224 structureChanged: false structureIsReused:: Completely Elapsed: 7.938368000090122ms +Info 13866[23:51:40.997] Different program with same set of files +Info 13867[23:51:40.997] getCompletionData: Get current token: 0.0030559999868273735 +Info 13868[23:51:40.997] getCompletionData: Is inside comment: 0.008768999949097633 +Info 13869[23:51:40.997] getCompletionData: Get previous token: 0.005508999340236187 +Info 13870[23:51:40.997] getCompletionsAtPosition: isCompletionListBlocker: 0.006009999662637711 +Info 13871[23:51:40.998] getExportInfoMap: cache hit +Info 13872[23:51:41.019] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13873[23:51:41.019] collectAutoImports: response is complete +Info 13874[23:51:41.019] collectAutoImports: 20.65977600030601 +Info 13875[23:51:41.019] getCompletionData: Semantic work: 21.976440999656916 +Info 13876[23:51:41.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.891605000011623 +Info 13877[23:51:41.044] Format host information updated +Info 13878[23:52:13.868] Format host information updated +Info 13879[23:52:13.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13880[23:52:13.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1225 structureChanged: false structureIsReused:: Completely Elapsed: 8.988653000444174ms +Info 13881[23:52:13.877] Different program with same set of files +Info 13882[23:59:05.192] getCompletionData: Get current token: 0.0018879994750022888 +Info 13883[23:59:05.192] getCompletionData: Is inside comment: 0.005947001278400421 +Info 13884[23:59:05.192] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13885[23:59:06.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13886[23:59:06.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1226 structureChanged: false structureIsReused:: Completely Elapsed: 23.129480000585318ms +Info 13887[23:59:06.357] Different program with same set of files +Info 13888[23:59:06.357] getCompletionData: Get current token: 0.004225000739097595 +Info 13889[23:59:06.357] getCompletionData: Is inside comment: 0.0105150006711483 +Info 13890[23:59:06.358] getCompletionData: Get previous token: 0.00778999924659729 +Info 13891[23:59:06.358] getCompletionsAtPosition: isCompletionListBlocker: 0.006425999104976654 +Info 13892[23:59:06.360] getExportInfoMap: cache hit +Info 13893[23:59:06.402] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13894[23:59:06.402] collectAutoImports: response is complete +Info 13895[23:59:06.402] collectAutoImports: 41.71796100027859 +Info 13896[23:59:06.402] getCompletionData: Semantic work: 44.01747000031173 +Info 13897[23:59:06.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.747170001268387 +Info 13898[23:59:06.430] Format host information updated +Info 13899[23:59:06.464] Format host information updated +Info 13900[23:59:06.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13901[23:59:06.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1227 structureChanged: false structureIsReused:: Completely Elapsed: 14.716437000781298ms +Info 13902[23:59:06.478] Different program with same set of files +Info 13903[23:59:06.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13904[23:59:06.588] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1228 structureChanged: false structureIsReused:: Completely Elapsed: 18.20905699953437ms +Info 13905[23:59:06.588] Different program with same set of files +Info 13906[23:59:06.588] getCompletionData: Get current token: 0.005110001191496849 +Info 13907[23:59:06.588] getCompletionData: Is inside comment: 0.02435299940407276 +Info 13908[23:59:06.588] getCompletionData: Get previous token: 0.011586999520659447 +Info 13909[23:59:06.588] getCompletionsAtPosition: isCompletionListBlocker: 0.01249300129711628 +Info 13910[23:59:06.591] getExportInfoMap: cache hit +Info 13911[23:59:06.625] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13912[23:59:06.625] collectAutoImports: response is complete +Info 13913[23:59:06.625] collectAutoImports: 33.55921000055969 +Info 13914[23:59:06.625] getCompletionData: Semantic work: 36.56097099930048 +Info 13915[23:59:06.640] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.694369999691844 +Info 13916[23:59:06.649] Format host information updated +Info 13917[23:59:06.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13918[23:59:06.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1229 structureChanged: false structureIsReused:: Completely Elapsed: 12.264134999364614ms +Info 13919[23:59:06.806] Different program with same set of files +Info 13920[23:59:06.807] getCompletionData: Get current token: 0.003593999892473221 +Info 13921[23:59:06.807] getCompletionData: Is inside comment: 0.011475000530481339 +Info 13922[23:59:06.807] getCompletionData: Get previous token: 0.006922001019120216 +Info 13923[23:59:06.807] getCompletionsAtPosition: isCompletionListBlocker: 0.0061859991401433945 +Info 13924[23:59:06.808] getExportInfoMap: cache hit +Info 13925[23:59:06.832] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 13926[23:59:06.832] collectAutoImports: response is complete +Info 13927[23:59:06.832] collectAutoImports: 23.824245000258088 +Info 13928[23:59:06.832] getCompletionData: Semantic work: 25.581741999834776 +Info 13929[23:59:06.846] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.173398999497294 +Info 13930[23:59:06.855] Format host information updated +Info 13931[23:59:06.891] Format host information updated +Info 13932[23:59:06.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13933[23:59:06.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1230 structureChanged: false structureIsReused:: Completely Elapsed: 11.978041000664234ms +Info 13934[23:59:06.903] Different program with same set of files +Info 13935[23:59:07.777] Format host information updated +Info 13936[23:59:07.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13937[23:59:07.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1231 structureChanged: false structureIsReused:: Completely Elapsed: 11.542922999709845ms +Info 13938[23:59:07.789] Different program with same set of files +Info 13939[23:59:08.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13940[23:59:08.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1232 structureChanged: false structureIsReused:: Completely Elapsed: 8.217512000352144ms +Info 13941[23:59:08.136] Different program with same set of files +Info 13942[23:59:08.136] getCompletionData: Get current token: 0.0015910007059574127 +Info 13943[23:59:08.136] getCompletionData: Is inside comment: 0.005532998591661453 +Info 13944[23:59:08.136] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13945[23:59:08.136] Format host information updated +Info 13946[23:59:08.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13947[23:59:08.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1233 structureChanged: false structureIsReused:: Completely Elapsed: 8.844353999942541ms +Info 13948[23:59:08.165] Different program with same set of files +Info 13949[23:59:08.165] getCompletionData: Get current token: 0.0033020004630088806 +Info 13950[23:59:08.165] getCompletionData: Is inside comment: 0.005723999813199043 +Info 13951[23:59:08.165] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13952[23:59:08.165] Format host information updated +Info 13953[23:59:08.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13954[23:59:08.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1234 structureChanged: false structureIsReused:: Completely Elapsed: 14.781007999554276ms +Info 13955[23:59:08.262] Different program with same set of files +Info 13956[23:59:08.262] getCompletionData: Get current token: 0.0034539997577667236 +Info 13957[23:59:08.262] getCompletionData: Is inside comment: 0.01226700097322464 +Info 13958[23:59:08.262] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13959[23:59:08.266] Format host information updated +Info 13960[23:59:08.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13961[23:59:08.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1235 structureChanged: false structureIsReused:: Completely Elapsed: 9.849472999572754ms +Info 13962[23:59:08.602] Different program with same set of files +Info 13963[23:59:08.602] getCompletionData: Get current token: 0.0018079988658428192 +Info 13964[23:59:08.602] getCompletionData: Is inside comment: 0.006086001172661781 +Info 13965[23:59:08.602] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13966[23:59:08.602] Format host information updated +Info 13967[23:59:08.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13968[23:59:08.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1236 structureChanged: false structureIsReused:: Completely Elapsed: 8.117637999355793ms +Info 13969[23:59:08.629] Different program with same set of files +Info 13970[23:59:08.629] getCompletionData: Get current token: 0.001868000254034996 +Info 13971[23:59:08.629] getCompletionData: Is inside comment: 0.006403001025319099 +Info 13972[23:59:08.629] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13973[23:59:08.629] Format host information updated +Info 13974[23:59:08.680] Format host information updated +Info 13975[23:59:08.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13976[23:59:08.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1237 structureChanged: false structureIsReused:: Completely Elapsed: 8.290850000455976ms +Info 13977[23:59:08.688] Different program with same set of files +Info 13978[23:59:10.327] getCompletionData: Get current token: 0.002883998677134514 +Info 13979[23:59:10.327] getCompletionData: Is inside comment: 0.0012260004878044128 +Info 13980[23:59:10.327] getCompletionData: Get previous token: 0.01577499881386757 +Info 13981[23:59:10.327] getCompletionsAtPosition: isCompletionListBlocker: 0.00794600136578083 +Info 13982[23:59:10.329] getExportInfoMap: cache hit +Info 13983[23:59:10.337] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 522 from cache +Info 13984[23:59:10.337] collectAutoImports: response is complete +Info 13985[23:59:10.337] collectAutoImports: 7.699130000546575 +Info 13986[23:59:10.337] getCompletionData: Semantic work: 10.153865000233054 +Info 13987[23:59:10.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.574312999844551 +Info 13988[23:59:10.408] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13989[23:59:10.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1238 structureChanged: false structureIsReused:: Completely Elapsed: 13.850537000223994ms +Info 13990[23:59:10.421] Different program with same set of files +Info 13991[23:59:10.422] getCompletionData: Get current token: 0.005955999717116356 +Info 13992[23:59:10.422] getCompletionData: Is inside comment: 0.0023109987378120422 +Info 13993[23:59:10.422] getCompletionData: Get previous token: 0.032586999237537384 +Info 13994[23:59:10.422] getCompletionsAtPosition: isCompletionListBlocker: 0.011893998831510544 +Info 13995[23:59:10.424] getExportInfoMap: cache hit +Info 13996[23:59:10.429] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 60 from cache +Info 13997[23:59:10.429] collectAutoImports: response is complete +Info 13998[23:59:10.429] collectAutoImports: 4.834488999098539 +Info 13999[23:59:10.429] getCompletionData: Semantic work: 7.413428001105785 +Info 14000[23:59:10.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.046482000499964 +Info 14001[23:59:10.441] Format host information updated +Info 14002[23:59:10.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14003[23:59:10.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1239 structureChanged: false structureIsReused:: Completely Elapsed: 7.52415999956429ms +Info 14004[23:59:10.797] Different program with same set of files +Info 14005[23:59:10.797] getCompletionData: Get current token: 0.003176998347043991 +Info 14006[23:59:10.797] getCompletionData: Is inside comment: 0.0012410003691911697 +Info 14007[23:59:10.797] getCompletionData: Get previous token: 0.015310000628232956 +Info 14008[23:59:10.797] getCompletionsAtPosition: isCompletionListBlocker: 0.006179001182317734 +Info 14009[23:59:10.798] getExportInfoMap: cache hit +Info 14010[23:59:10.806] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 522 from cache +Info 14011[23:59:10.806] collectAutoImports: response is complete +Info 14012[23:59:10.806] collectAutoImports: 7.819414000958204 +Info 14013[23:59:10.806] getCompletionData: Semantic work: 9.201535999774933 +Info 14014[23:59:10.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.573647998273373 +Info 14015[23:59:10.814] Format host information updated +Info 14016[23:59:11.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14017[23:59:11.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1240 structureChanged: false structureIsReused:: Completely Elapsed: 8.035997999832034ms +Info 14018[23:59:11.180] Different program with same set of files +Info 14019[23:59:11.180] getCompletionData: Get current token: 0.006247000768780708 +Info 14020[23:59:11.180] getCompletionData: Is inside comment: 0.0012699998915195465 +Info 14021[23:59:11.180] getCompletionData: Get previous token: 0.014018001034855843 +Info 14022[23:59:11.180] getCompletionsAtPosition: isCompletionListBlocker: 0.002698998898267746 +Info 14023[23:59:11.181] getExportInfoMap: cache hit +Info 14024[23:59:11.204] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 14025[23:59:11.204] collectAutoImports: response is complete +Info 14026[23:59:11.204] collectAutoImports: 22.28548400104046 +Info 14027[23:59:11.204] getCompletionData: Semantic work: 23.667542999610305 +Info 14028[23:59:11.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.943045001477003 +Info 14029[23:59:11.225] Format host information updated +Info 14030[23:59:11.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14031[23:59:11.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1241 structureChanged: false structureIsReused:: Completely Elapsed: 16.559257999062538ms +Info 14032[23:59:11.268] Different program with same set of files +Info 14033[23:59:11.269] getCompletionData: Get current token: 0.003550000488758087 +Info 14034[23:59:11.269] getCompletionData: Is inside comment: 0.0011890009045600891 +Info 14035[23:59:11.269] getCompletionData: Get previous token: 0.034696001559495926 +Info 14036[23:59:11.269] getCompletionsAtPosition: isCompletionListBlocker: 0.007654000073671341 +Info 14037[23:59:11.271] getExportInfoMap: cache hit +Info 14038[23:59:11.317] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 14039[23:59:11.317] collectAutoImports: response is complete +Info 14040[23:59:11.317] collectAutoImports: 45.99229799956083 +Info 14041[23:59:11.317] getCompletionData: Semantic work: 47.93056599982083 +Info 14042[23:59:11.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.537028999999166 +Info 14043[23:59:11.350] Format host information updated +Info 14044[23:59:11.389] Format host information updated +Info 14045[23:59:11.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14046[23:59:11.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1242 structureChanged: false structureIsReused:: Completely Elapsed: 9.749750001356006ms +Info 14047[23:59:11.399] Different program with same set of files +Info 14048[23:59:11.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14049[23:59:11.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1243 structureChanged: false structureIsReused:: Completely Elapsed: 9.095349000766873ms +Info 14050[23:59:11.429] Different program with same set of files +Info 14051[23:59:11.429] getCompletionData: Get current token: 0.006891999393701553 +Info 14052[23:59:11.429] getCompletionData: Is inside comment: 0.0012729987502098083 +Info 14053[23:59:11.429] getCompletionData: Get previous token: 0.014688000082969666 +Info 14054[23:59:11.429] getCompletionsAtPosition: isCompletionListBlocker: 0.007133999839425087 +Info 14055[23:59:11.430] getExportInfoMap: cache hit +Info 14056[23:59:11.451] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 14057[23:59:11.451] collectAutoImports: response is complete +Info 14058[23:59:11.451] collectAutoImports: 20.57800200022757 +Info 14059[23:59:11.451] getCompletionData: Semantic work: 22.082242999225855 +Info 14060[23:59:11.462] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.690421000123024 +Info 14061[23:59:11.470] Format host information updated +Info 14062[23:59:11.762] Format host information updated +Info 14063[23:59:11.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14064[23:59:11.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1244 structureChanged: false structureIsReused:: Completely Elapsed: 9.82684800028801ms +Info 14065[23:59:11.772] Different program with same set of files +Info 14066[23:59:14.336] Format host information updated +Info 14067[23:59:14.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14068[23:59:14.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1245 structureChanged: false structureIsReused:: Completely Elapsed: 13.565722001716495ms +Info 14069[23:59:14.350] Different program with same set of files +Info 14070[23:59:14.712] Format host information updated +Info 14071[23:59:14.712] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14072[23:59:14.720] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1246 structureChanged: false structureIsReused:: Completely Elapsed: 7.589368999004364ms +Info 14073[23:59:14.720] Different program with same set of files +Info 14074[23:59:14.951] Format host information updated +Info 14075[23:59:14.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14076[23:59:14.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1247 structureChanged: false structureIsReused:: Completely Elapsed: 7.797455001622438ms +Info 14077[23:59:14.959] Different program with same set of files +Info 14078[00:04:55.691] getCompletionData: Get current token: 0.0020920000970363617 +Info 14079[00:04:55.691] getCompletionData: Is inside comment: 0.008093001320958138 +Info 14080[00:04:55.691] getCompletionData: Get previous token: 0.004960000514984131 +Info 14081[00:04:55.691] getCompletionsAtPosition: isCompletionListBlocker: 0.008131999522447586 +Info 14082[00:04:55.692] getExportInfoMap: cache hit +Info 14083[00:04:55.723] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 14084[00:04:55.723] collectAutoImports: response is complete +Info 14085[00:04:55.723] collectAutoImports: 30.304028999060392 +Info 14086[00:04:55.723] getCompletionData: Semantic work: 31.884338000789285 +Info 14087[00:04:55.734] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.006749000400305 diff --git a/.log/tsserver-log-IRAiu8/ti-44049.log b/.log/tsserver-log-IRAiu8/ti-44049.log new file mode 100644 index 0000000..5560394 --- /dev/null +++ b/.log/tsserver-log-IRAiu8/ti-44049.log @@ -0,0 +1,32 @@ +[08:16:12.225] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[08:16:12.225] Processing cache location '/home/orion/.cache/typescript/5.2' +[08:16:12.225] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[08:16:12.227] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[08:16:12.227] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[08:16:12.227] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[08:16:12.227] Process id: 44084 +[08:16:12.227] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[08:16:12.227] validateDefaultNpmLocation: true +[08:16:12.228] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[08:16:12.228] Updating types-registry npm package... +[08:16:12.228] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[08:16:13.036] Succeeded. stdout: + + up to date, audited 36 packages in 573ms + +found 0 vulnerabilities + +[08:16:13.036] Updated types-registry npm package +[08:16:13.060] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[08:16:13.070] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[08:16:13.070] Explicitly included types: [] +[08:16:13.071] Inferred typings from unresolved imports: [] +[08:16:13.071] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[08:16:13.071] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[08:16:13.071] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[08:16:13.071] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[08:16:13.071] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[08:16:13.071] Response has been sent. +[08:16:13.071] No new typings were requested as a result of typings discovery +[09:04:26.962] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-IRAiu8/tsserver.log b/.log/tsserver-log-IRAiu8/tsserver.log new file mode 100644 index 0000000..b30155e --- /dev/null +++ b/.log/tsserver-log-IRAiu8/tsserver.log @@ -0,0 +1,724 @@ +Info 0 [08:16:09.375] Starting TS Server +Info 1 [08:16:09.376] Version: 5.2.2 +Info 2 [08:16:09.376] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/e73287932f9ec7b6d155b159dd609142/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-IRAiu8/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [08:16:09.376] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [08:16:09.376] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [08:16:09.385] Format host information updated +Info 6 [08:16:09.387] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [08:16:09.387] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [08:16:09.387] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [08:16:09.401] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [08:16:09.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [08:16:11.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1750.3319000001065ms +Info 12 [08:16:11.157] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [08:16:11.157] Files (146) + +Info 14 [08:16:11.157] ----------------------------------------------- +Info 15 [08:16:11.179] AutoImportProviderProject: found 466 root files in 6 dependencies in 20.519625999964774 ms +Info 16 [08:16:11.291] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [08:16:12.218] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 926.484553999966ms +Info 18 [08:16:12.218] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [08:16:12.218] Files (624) + +Info 20 [08:16:12.218] ----------------------------------------------- +Info 21 [08:16:12.222] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [08:16:12.222] Files (146) + +Info 21 [08:16:12.222] ----------------------------------------------- +Info 21 [08:16:12.222] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [08:16:12.222] Files (624) + +Info 21 [08:16:12.222] ----------------------------------------------- +Info 21 [08:16:12.222] Open files: +Info 21 [08:16:12.222] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [08:16:12.222] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [08:16:12.224] Format host information updated +Info 22 [08:16:12.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [08:16:12.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 14.728572999825701ms +Info 24 [08:16:12.242] Different program with same set of files +Info 25 [08:16:12.334] Format host information updated +Info 26 [08:16:12.336] Format host information updated +Info 27 [08:16:14.724] Before ensureProjectForOpenFiles: +Info 28 [08:16:14.725] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 28 [08:16:14.725] Files (146) + +Info 28 [08:16:14.725] ----------------------------------------------- +Info 28 [08:16:14.725] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 28 [08:16:14.725] Files (624) + +Info 28 [08:16:14.725] ----------------------------------------------- +Info 28 [08:16:14.725] Open files: +Info 28 [08:16:14.725] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 28 [08:16:14.725] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28 [08:16:14.725] After ensureProjectForOpenFiles: +Info 29 [08:16:14.725] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 29 [08:16:14.725] Files (146) + +Info 29 [08:16:14.725] ----------------------------------------------- +Info 29 [08:16:14.725] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 29 [08:16:14.725] Files (624) + +Info 29 [08:16:14.725] ----------------------------------------------- +Info 29 [08:16:14.725] Open files: +Info 29 [08:16:14.725] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 29 [08:16:14.725] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29 [08:16:14.726] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js +Info 30 [08:16:15.709] Format host information updated +Info 31 [08:16:15.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 32 [08:16:15.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 12.5469780000858ms +Info 33 [08:16:15.722] Different program with same set of files +Info 34 [08:16:22.589] Format host information updated +Info 35 [08:16:22.589] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 36 [08:16:22.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 11.02784899994731ms +Info 37 [08:16:22.600] Different program with same set of files +Info 38 [08:16:27.949] Format host information updated +Info 39 [08:16:27.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 40 [08:16:27.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 16.030126000056043ms +Info 41 [08:16:27.965] Different program with same set of files +Info 42 [08:16:34.820] Format host information updated +Info 43 [08:16:34.820] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 44 [08:16:34.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 13.81738100014627ms +Info 45 [08:16:34.834] Different program with same set of files +Info 46 [08:16:38.337] Format host information updated +Info 47 [08:16:38.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 48 [08:16:38.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 10.941826000111178ms +Info 49 [08:16:38.349] Different program with same set of files +Info 50 [08:16:40.231] Format host information updated +Info 51 [08:16:40.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 52 [08:16:40.243] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 11.515144000062719ms +Info 53 [08:16:40.243] Different program with same set of files +Info 54 [08:16:40.485] getCompletionData: Get current token: 0.023121000034734607 +Info 55 [08:16:40.485] getCompletionData: Is inside comment: 0.04722200008109212 +Info 56 [08:16:40.485] getCompletionData: Get previous token: 0.02357099996879697 +Info 57 [08:16:40.486] getCompletionsAtPosition: isCompletionListBlocker: 0.21656899992376566 +Info 58 [08:16:40.488] getExportInfoMap: cache miss or empty; calculating new results +Info 59 [08:16:40.539] forEachExternalModuleToImportFrom autoImportProvider: 32.01389500009827 +Info 60 [08:16:40.539] getExportInfoMap: done in 51.21466000005603 ms +Info 61 [08:16:40.613] collectAutoImports: resolved 456 module specifiers, plus 219 ambient and 2660 from cache +Info 62 [08:16:40.613] collectAutoImports: response is complete +Info 63 [08:16:40.613] collectAutoImports: 72.71911900001578 +Info 64 [08:16:40.613] getCompletionData: Semantic work: 127.06595800002106 +Info 65 [08:16:40.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 25.570122000062838 +Info 66 [08:16:41.357] getCompletionData: Get current token: 0.015266000060364604 +Info 67 [08:16:41.357] getCompletionData: Is inside comment: 0.0030539999715983868 +Info 68 [08:16:41.357] getCompletionData: Get previous token: 0.060378000140190125 +Info 69 [08:16:41.357] getCompletionsAtPosition: isCompletionListBlocker: 0.052862999960780144 +Info 70 [08:16:41.358] getCompletionData: Semantic work: 1.5189179999288172 +Info 71 [08:16:41.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10752100008539855 +Info 72 [08:16:41.658] Format host information updated +Info 73 [08:16:41.658] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 74 [08:16:41.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 11.195214999839664ms +Info 75 [08:16:41.670] Different program with same set of files +Info 76 [08:16:41.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 77 [08:16:41.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 8.444444000022486ms +Info 78 [08:16:41.847] Different program with same set of files +Info 79 [08:16:41.847] getCompletionData: Get current token: 0.011147000128403306 +Info 80 [08:16:41.847] getCompletionData: Is inside comment: 0.003077999921515584 +Info 81 [08:16:41.847] getCompletionData: Get previous token: 0.032801999943330884 +Info 82 [08:16:41.847] getCompletionsAtPosition: isCompletionListBlocker: 0.06364099984057248 +Info 83 [08:16:41.849] getCompletionData: Semantic work: 1.8639410000760108 +Info 84 [08:16:41.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18724000011570752 +Info 85 [08:16:41.850] Format host information updated +Info 86 [08:16:46.772] Format host information updated +Info 87 [08:16:46.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 88 [08:16:46.782] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 9.551044000079855ms +Info 89 [08:16:46.782] Different program with same set of files +Info 90 [08:16:47.793] Format host information updated +Info 91 [08:16:47.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 92 [08:16:47.804] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 10.73421199992299ms +Info 93 [08:16:47.804] Different program with same set of files +Info 94 [08:16:48.054] getCompletionData: Get current token: 0.005988999968394637 +Info 95 [08:16:48.054] getCompletionData: Is inside comment: 0.015180999878793955 +Info 96 [08:16:48.054] getCompletionData: Get previous token: 0.012799999909475446 +Info 97 [08:16:48.054] getCompletionsAtPosition: isCompletionListBlocker: 0.009222999913617969 +Info 98 [08:16:48.055] getExportInfoMap: cache hit +Info 99 [08:16:48.088] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3116 from cache +Info 100 [08:16:48.088] collectAutoImports: response is complete +Info 101 [08:16:48.088] collectAutoImports: 33.00046800007112 +Info 102 [08:16:48.088] getCompletionData: Semantic work: 34.02051900001243 +Info 103 [08:16:48.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.97976900008507 +Info 104 [08:16:49.134] getCompletionData: Get current token: 0.01292900019325316 +Info 105 [08:16:49.134] getCompletionData: Is inside comment: 0.005963000003248453 +Info 106 [08:16:49.134] getCompletionData: Get previous token: 0.025793999899178743 +Info 107 [08:16:49.134] getCompletionsAtPosition: isCompletionListBlocker: 0.011177000124007463 +Info 108 [08:16:49.135] getExportInfoMap: cache hit +Info 109 [08:16:49.157] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3116 from cache +Info 110 [08:16:49.157] collectAutoImports: response is complete +Info 111 [08:16:49.157] collectAutoImports: 22.121561999898404 +Info 112 [08:16:49.157] getCompletionData: Semantic work: 23.27720699994825 +Info 113 [08:16:49.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.184866999974474 +Info 114 [08:16:49.474] getCompletionData: Get current token: 0.011426999932155013 +Info 115 [08:16:49.474] getCompletionData: Is inside comment: 0.002672000089660287 +Info 116 [08:16:49.474] getCompletionData: Get previous token: 0.054930000100284815 +Info 117 [08:16:49.474] getCompletionsAtPosition: isCompletionListBlocker: 0.002841999987140298 +Info 118 [08:16:49.475] getCompletionData: Semantic work: 0.5728810001164675 +Info 119 [08:16:49.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12301600002683699 +Info 120 [08:16:49.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 121 [08:16:49.784] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 9.967696000123397ms +Info 122 [08:16:49.784] Different program with same set of files +Info 123 [08:16:49.784] getCompletionData: Get current token: 0.013513000216335058 +Info 124 [08:16:49.784] getCompletionData: Is inside comment: 0.0032220000866800547 +Info 125 [08:16:49.784] getCompletionData: Get previous token: 0.0398999999742955 +Info 126 [08:16:49.784] getCompletionsAtPosition: isCompletionListBlocker: 0.002816000021994114 +Info 127 [08:16:49.785] getExportInfoMap: cache hit +Info 128 [08:16:49.811] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3116 from cache +Info 129 [08:16:49.811] collectAutoImports: response is complete +Info 130 [08:16:49.811] collectAutoImports: 26.20973000000231 +Info 131 [08:16:49.811] getCompletionData: Semantic work: 27.01033499999903 +Info 132 [08:16:49.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.036618999904022 +Info 133 [08:16:49.836] Format host information updated +Info 134 [08:16:49.867] Format host information updated +Info 135 [08:16:49.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 136 [08:16:49.878] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 10.798698999918997ms +Info 137 [08:16:49.878] Different program with same set of files +Info 138 [08:16:49.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 139 [08:16:49.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 10.24156800005585ms +Info 140 [08:16:49.945] Different program with same set of files +Info 141 [08:16:49.945] getCompletionData: Get current token: 0.01574499998241663 +Info 142 [08:16:49.945] getCompletionData: Is inside comment: 0.008210000116378069 +Info 143 [08:16:49.945] getCompletionData: Get previous token: 0.04286899999715388 +Info 144 [08:16:49.945] getCompletionsAtPosition: isCompletionListBlocker: 0.014618000015616417 +Info 145 [08:16:49.955] getCompletionData: Semantic work: 10.031034999992698 +Info 146 [08:16:49.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22056199982762337 +Info 147 [08:16:49.957] Format host information updated +Info 148 [08:16:53.272] Format host information updated +Info 149 [08:16:53.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 150 [08:16:53.280] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 7.246607000008225ms +Info 151 [08:16:53.280] Different program with same set of files +Info 152 [08:16:54.333] getCompletionData: Get current token: 0.00878999987617135 +Info 153 [08:16:54.333] getCompletionData: Is inside comment: 0.0017450000159442425 +Info 154 [08:16:54.333] getCompletionData: Get previous token: 0.04177299980074167 +Info 155 [08:16:54.333] getCompletionsAtPosition: isCompletionListBlocker: 0.004485999932512641 +Info 156 [08:16:54.334] getCompletionData: Semantic work: 0.7191550000570714 +Info 157 [08:16:54.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12632200005464256 +Info 158 [08:16:54.624] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 159 [08:16:54.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 9.025879999855533ms +Info 160 [08:16:54.634] Different program with same set of files +Info 161 [08:16:54.634] getCompletionData: Get current token: 0.008847000077366829 +Info 162 [08:16:54.634] getCompletionData: Is inside comment: 0.0017560000997036695 +Info 163 [08:16:54.634] getCompletionData: Get previous token: 0.02507900004275143 +Info 164 [08:16:54.634] getCompletionsAtPosition: isCompletionListBlocker: 0.003025999991223216 +Info 165 [08:16:54.635] getExportInfoMap: cache hit +Info 166 [08:16:54.662] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3116 from cache +Info 167 [08:16:54.662] collectAutoImports: response is complete +Info 168 [08:16:54.662] collectAutoImports: 26.982267000013962 +Info 169 [08:16:54.662] getCompletionData: Semantic work: 27.982176000019535 +Info 170 [08:16:54.677] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.977543000131845 +Info 171 [08:16:54.688] Format host information updated +Info 172 [08:16:54.702] Format host information updated +Info 173 [08:16:54.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 174 [08:16:54.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 14.124792000046ms +Info 175 [08:16:54.717] Different program with same set of files +Info 176 [08:16:54.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 177 [08:16:54.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 7.9337839998770505ms +Info 178 [08:16:54.862] Different program with same set of files +Info 179 [08:16:54.863] getCompletionData: Get current token: 0.00878999987617135 +Info 180 [08:16:54.863] getCompletionData: Is inside comment: 0.0013949999120086432 +Info 181 [08:16:54.863] getCompletionData: Get previous token: 0.026450000004842877 +Info 182 [08:16:54.863] getCompletionsAtPosition: isCompletionListBlocker: 0.015798000153154135 +Info 183 [08:16:54.870] getCompletionData: Semantic work: 7.092849999899045 +Info 184 [08:16:54.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13038500002585351 +Info 185 [08:16:54.871] Format host information updated +Info 186 [08:16:56.605] Format host information updated +Info 187 [08:16:56.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 188 [08:16:56.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 8.575653999811038ms +Info 189 [08:16:56.614] Different program with same set of files +Info 190 [08:16:57.264] getCompletionData: Get current token: 0.009474999969825149 +Info 191 [08:16:57.264] getCompletionData: Is inside comment: 0.0014550001360476017 +Info 192 [08:16:57.264] getCompletionData: Get previous token: 0.04067200003191829 +Info 193 [08:16:57.264] getCompletionsAtPosition: isCompletionListBlocker: 0.0037780001293867826 +Info 194 [08:16:57.264] getCompletionData: Semantic work: 0.46733400016091764 +Info 195 [08:16:57.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1478569998871535 +Info 196 [08:16:57.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 197 [08:16:57.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 7.308118999935687ms +Info 198 [08:16:57.508] Different program with same set of files +Info 199 [08:16:57.508] getCompletionData: Get current token: 0.012064000125974417 +Info 200 [08:16:57.508] getCompletionData: Is inside comment: 0.0016770001966506243 +Info 201 [08:16:57.508] getCompletionData: Get previous token: 0.027577999979257584 +Info 202 [08:16:57.508] getCompletionsAtPosition: isCompletionListBlocker: 0.009406999917700887 +Info 203 [08:16:57.509] getExportInfoMap: cache hit +Info 204 [08:16:57.541] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3116 from cache +Info 205 [08:16:57.541] collectAutoImports: response is complete +Info 206 [08:16:57.541] collectAutoImports: 31.657383000012487 +Info 207 [08:16:57.541] getCompletionData: Semantic work: 32.492904000217095 +Info 208 [08:16:57.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.798678999999538 +Info 209 [08:16:57.558] Format host information updated +Info 210 [08:16:57.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 211 [08:16:57.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 7.175790000008419ms +Info 212 [08:16:57.702] Different program with same set of files +Info 213 [08:16:57.703] getCompletionData: Get current token: 0.012738999910652637 +Info 214 [08:16:57.703] getCompletionData: Is inside comment: 0.001875000074505806 +Info 215 [08:16:57.703] getCompletionData: Get previous token: 0.03969299979507923 +Info 216 [08:16:57.703] getCompletionsAtPosition: isCompletionListBlocker: 0.0038800002075731754 +Info 217 [08:16:57.704] getCompletionData: Semantic work: 1.6672600000165403 +Info 218 [08:16:57.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12250300007872283 +Info 219 [08:16:57.705] Format host information updated +Info 220 [08:16:57.874] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 221 [08:16:57.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 9.068665999919176ms +Info 222 [08:16:57.883] Different program with same set of files +Info 223 [08:16:57.883] getCompletionData: Get current token: 0.011789999902248383 +Info 224 [08:16:57.883] getCompletionData: Is inside comment: 0.0017369999550282955 +Info 225 [08:16:57.883] getCompletionData: Get previous token: 0.027840000111609697 +Info 226 [08:16:57.883] getCompletionsAtPosition: isCompletionListBlocker: 0.002343999920412898 +Info 227 [08:16:57.884] getExportInfoMap: cache hit +Info 228 [08:16:57.906] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3116 from cache +Info 229 [08:16:57.906] collectAutoImports: response is complete +Info 230 [08:16:57.906] collectAutoImports: 21.881572999991477 +Info 231 [08:16:57.906] getCompletionData: Semantic work: 22.75027299998328 +Info 232 [08:16:57.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.90892200008966 +Info 233 [08:16:57.923] Format host information updated +Info 234 [08:16:57.946] Format host information updated +Info 235 [08:16:57.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 236 [08:16:57.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 7.275025999872014ms +Info 237 [08:16:57.953] Different program with same set of files +Info 238 [08:16:58.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 239 [08:16:58.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 27.01550899981521ms +Info 240 [08:16:58.123] Different program with same set of files +Info 241 [08:16:58.123] getCompletionData: Get current token: 0.032217999920248985 +Info 242 [08:16:58.124] getCompletionData: Is inside comment: 0.005659000016748905 +Info 243 [08:16:58.124] getCompletionData: Get previous token: 0.09104100009426475 +Info 244 [08:16:58.124] getCompletionsAtPosition: isCompletionListBlocker: 0.042212999891489744 +Info 245 [08:16:58.129] getCompletionData: Semantic work: 4.719390999991447 +Info 246 [08:16:58.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2484250001143664 +Info 247 [08:16:58.135] Format host information updated +Info 248 [08:17:18.181] Search path: /home/orion/src/purescript-puppeteer/bun +Info 249 [08:17:18.181] For info: /home/orion/src/purescript-puppeteer/bun/fmt.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 250 [08:17:18.182] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 250 [08:17:18.182] Files (146) + +Info 250 [08:17:18.182] ----------------------------------------------- +Info 250 [08:17:18.182] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 250 [08:17:18.182] Files (624) + +Info 250 [08:17:18.182] ----------------------------------------------- +Info 250 [08:17:18.182] Open files: +Info 250 [08:17:18.182] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 250 [08:17:18.182] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 250 [08:17:18.182] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 250 [08:17:18.182] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 250 [08:17:18.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 251 [08:17:18.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 44.774207999929786ms +Info 252 [08:17:18.438] Different program with same set of files +Info 253 [08:17:18.469] Format host information updated +Info 254 [08:17:20.693] Before ensureProjectForOpenFiles: +Info 255 [08:17:20.693] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 255 [08:17:20.693] Files (146) + +Info 255 [08:17:20.693] ----------------------------------------------- +Info 255 [08:17:20.693] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 255 [08:17:20.693] Files (624) + +Info 255 [08:17:20.693] ----------------------------------------------- +Info 255 [08:17:20.693] Open files: +Info 255 [08:17:20.693] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 255 [08:17:20.693] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 255 [08:17:20.693] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 255 [08:17:20.693] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 255 [08:17:20.693] After ensureProjectForOpenFiles: +Info 256 [08:17:20.693] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 256 [08:17:20.694] Files (146) + +Info 256 [08:17:20.694] ----------------------------------------------- +Info 256 [08:17:20.694] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 256 [08:17:20.694] Files (624) + +Info 256 [08:17:20.694] ----------------------------------------------- +Info 256 [08:17:20.694] Open files: +Info 256 [08:17:20.694] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 256 [08:17:20.694] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 256 [08:17:20.694] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 256 [08:17:20.694] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 256 [08:17:20.694] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/bun/fmt.js +Info 257 [08:17:22.638] Format host information updated +Info 258 [08:17:22.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 259 [08:17:22.649] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 10.501396000152454ms +Info 260 [08:17:22.649] Different program with same set of files +Info 261 [08:17:24.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 262 [08:17:24.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 8.548819000134245ms +Info 263 [08:17:24.549] Different program with same set of files +Info 264 [08:17:24.550] getCompletionData: Get current token: 0.01891699992120266 +Info 265 [08:17:24.550] getCompletionData: Is inside comment: 0.005990999983623624 +Info 266 [08:17:24.550] getCompletionData: Get previous token: 0.02943499991670251 +Info 267 [08:17:24.550] getCompletionsAtPosition: isCompletionListBlocker: 0.001892999978736043 +Info 268 [08:17:24.550] Returning an empty list because completion was requested in an invalid position. +Info 269 [08:17:24.550] Format host information updated +Info 270 [08:17:24.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 271 [08:17:24.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 8.478213999886066ms +Info 272 [08:17:24.611] Different program with same set of files +Info 273 [08:17:24.612] getCompletionData: Get current token: 0.024422999937087297 +Info 274 [08:17:24.612] getCompletionData: Is inside comment: 0.003886000020429492 +Info 275 [08:17:24.612] getCompletionData: Get previous token: 0.043643999844789505 +Info 276 [08:17:24.612] getCompletionsAtPosition: isCompletionListBlocker: 0.0017419999931007624 +Info 277 [08:17:24.612] Returning an empty list because completion was requested in an invalid position. +Info 278 [08:17:24.613] Format host information updated +Info 279 [08:17:24.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 280 [08:17:24.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 17.86760800005868ms +Info 281 [08:17:24.716] Different program with same set of files +Info 282 [08:17:24.718] getCompletionData: Get current token: 0.039702000096440315 +Info 283 [08:17:24.718] getCompletionData: Is inside comment: 0.006457999814301729 +Info 284 [08:17:24.718] getCompletionData: Get previous token: 0.06361599988304079 +Info 285 [08:17:24.718] getCompletionsAtPosition: isCompletionListBlocker: 0.002015999983996153 +Info 286 [08:17:24.718] Returning an empty list because completion was requested in an invalid position. +Info 287 [08:17:24.719] Format host information updated +Info 288 [08:17:24.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 289 [08:17:24.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 8.07728200010024ms +Info 290 [08:17:24.851] Different program with same set of files +Info 291 [08:17:24.852] getCompletionData: Get current token: 0.017284000059589744 +Info 292 [08:17:24.852] getCompletionData: Is inside comment: 0.002870999975129962 +Info 293 [08:17:24.852] getCompletionData: Get previous token: 0.029328000033274293 +Info 294 [08:17:24.852] getCompletionsAtPosition: isCompletionListBlocker: 0.05074199987575412 +Info 295 [08:17:24.852] Returning an empty list because completion was requested in an invalid position. +Info 296 [08:17:24.853] Format host information updated +Info 297 [08:17:30.147] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 500 undefined WatchType: Closed Script info +Info 298 [08:17:30.148] Elapsed:: 0.2883199998177588ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 500 undefined WatchType: Closed Script info +Info 299 [08:17:30.148] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 500 undefined WatchType: Closed Script info +Info 300 [08:17:30.148] Elapsed:: 0.0678250000346452ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 500 undefined WatchType: Closed Script info +Info 301 [08:17:30.156] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 500 undefined WatchType: Closed Script info +Info 302 [08:17:30.157] Elapsed:: 0.12449999991804361ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 500 undefined WatchType: Closed Script info +Info 303 [08:17:30.157] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 500 undefined WatchType: Closed Script info +Info 304 [08:17:30.157] Elapsed:: 0.03256700001657009ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 500 undefined WatchType: Closed Script info +Info 305 [08:17:30.167] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 500 undefined WatchType: Closed Script info +Info 306 [08:17:30.167] Elapsed:: 0.2010770000051707ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 500 undefined WatchType: Closed Script info +Info 307 [08:17:30.167] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 500 undefined WatchType: Closed Script info +Info 308 [08:17:30.167] Elapsed:: 0.08928700000979006ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 500 undefined WatchType: Closed Script info +Info 309 [08:17:30.177] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 310 [08:17:30.177] Elapsed:: 0.10460600000806153ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 311 [08:17:30.177] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 312 [08:17:30.177] Elapsed:: 0.03653799998573959ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 313 [08:17:30.186] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 500 undefined WatchType: Closed Script info +Info 314 [08:17:30.186] Elapsed:: 0.12153600016608834ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 500 undefined WatchType: Closed Script info +Info 315 [08:17:30.187] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 500 undefined WatchType: Closed Script info +Info 316 [08:17:30.187] Elapsed:: 0.06566399987787008ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 500 undefined WatchType: Closed Script info +Info 317 [08:17:30.191] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.js 500 undefined WatchType: Closed Script info +Info 318 [08:17:30.192] Elapsed:: 0.07164300000295043ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.js 500 undefined WatchType: Closed Script info +Info 319 [08:17:30.192] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.js 500 undefined WatchType: Closed Script info +Info 320 [08:17:30.192] Elapsed:: 0.04336100001819432ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.js 500 undefined WatchType: Closed Script info +Info 321 [08:17:30.199] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 500 undefined WatchType: Closed Script info +Info 322 [08:17:30.199] Elapsed:: 0.1383149998728186ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 500 undefined WatchType: Closed Script info +Info 323 [08:17:30.199] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 500 undefined WatchType: Closed Script info +Info 324 [08:17:30.199] Elapsed:: 0.029618000146001577ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 500 undefined WatchType: Closed Script info +Info 325 [08:17:30.204] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 500 undefined WatchType: Closed Script info +Info 326 [08:17:30.204] Elapsed:: 0.05406400002539158ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 500 undefined WatchType: Closed Script info +Info 327 [08:17:30.204] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 500 undefined WatchType: Closed Script info +Info 328 [08:17:30.204] Elapsed:: 0.02623499999754131ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 500 undefined WatchType: Closed Script info +Info 329 [08:17:30.218] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 500 undefined WatchType: Closed Script info +Info 330 [08:17:30.218] Elapsed:: 0.08470900007523596ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 500 undefined WatchType: Closed Script info +Info 331 [08:17:30.219] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 500 undefined WatchType: Closed Script info +Info 332 [08:17:30.219] Elapsed:: 0.02311599999666214ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 500 undefined WatchType: Closed Script info +Info 333 [08:17:30.224] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 500 undefined WatchType: Closed Script info +Info 334 [08:17:30.224] Elapsed:: 0.09530799998901784ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 500 undefined WatchType: Closed Script info +Info 335 [08:17:30.224] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 500 undefined WatchType: Closed Script info +Info 336 [08:17:30.224] Elapsed:: 0.03576200013048947ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 500 undefined WatchType: Closed Script info +Info 337 [08:17:30.229] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 500 undefined WatchType: Closed Script info +Info 338 [08:17:30.229] Elapsed:: 0.062077999813482165ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 500 undefined WatchType: Closed Script info +Info 339 [08:17:30.229] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 500 undefined WatchType: Closed Script info +Info 340 [08:17:30.229] Elapsed:: 0.021887000184506178ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 500 undefined WatchType: Closed Script info +Info 341 [08:17:30.234] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 500 undefined WatchType: Closed Script info +Info 342 [08:17:30.234] Elapsed:: 0.06549199996516109ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 500 undefined WatchType: Closed Script info +Info 343 [08:17:30.234] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 500 undefined WatchType: Closed Script info +Info 344 [08:17:30.234] Elapsed:: 0.013327999971807003ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 500 undefined WatchType: Closed Script info +Info 345 [08:17:30.237] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 500 undefined WatchType: Closed Script info +Info 346 [08:17:30.237] Elapsed:: 0.04362299991771579ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 500 undefined WatchType: Closed Script info +Info 347 [08:17:30.237] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 500 undefined WatchType: Closed Script info +Info 348 [08:17:30.237] Elapsed:: 0.012756999814882874ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 500 undefined WatchType: Closed Script info +Info 349 [08:17:30.242] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 500 undefined WatchType: Closed Script info +Info 350 [08:17:30.242] Elapsed:: 0.1024849999230355ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 500 undefined WatchType: Closed Script info +Info 351 [08:17:30.242] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 500 undefined WatchType: Closed Script info +Info 352 [08:17:30.242] Elapsed:: 0.02319200010970235ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 500 undefined WatchType: Closed Script info +Info 353 [08:17:30.250] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 500 undefined WatchType: Closed Script info +Info 354 [08:17:30.250] Elapsed:: 0.053155999863520265ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 500 undefined WatchType: Closed Script info +Info 355 [08:17:30.250] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 500 undefined WatchType: Closed Script info +Info 356 [08:17:30.250] Elapsed:: 0.013451999984681606ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 500 undefined WatchType: Closed Script info +Info 357 [08:17:30.255] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 500 undefined WatchType: Closed Script info +Info 358 [08:17:30.255] Elapsed:: 0.04179699998348951ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 500 undefined WatchType: Closed Script info +Info 359 [08:17:30.255] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 500 undefined WatchType: Closed Script info +Info 360 [08:17:30.255] Elapsed:: 0.013734999811276793ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 500 undefined WatchType: Closed Script info +Info 361 [08:17:30.266] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 500 undefined WatchType: Closed Script info +Info 362 [08:17:30.266] Elapsed:: 0.05224999994970858ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 500 undefined WatchType: Closed Script info +Info 363 [08:17:30.266] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 500 undefined WatchType: Closed Script info +Info 364 [08:17:30.266] Elapsed:: 0.020050999941304326ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js 500 undefined WatchType: Closed Script info +Info 365 [08:17:30.274] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 366 [08:17:30.274] Elapsed:: 0.11315999994985759ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 367 [08:17:30.276] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 368 [08:17:30.277] Elapsed:: 0.08795899990946054ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 369 [08:17:30.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 370 [08:17:30.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 19.92086900002323ms +Info 371 [08:17:30.547] Different program with same set of files +Info 372 [08:17:32.778] Before ensureProjectForOpenFiles: +Info 373 [08:17:32.778] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 373 [08:17:32.778] Files (146) + +Info 373 [08:17:32.778] ----------------------------------------------- +Info 373 [08:17:32.778] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 373 [08:17:32.778] Files (624) + +Info 373 [08:17:32.778] ----------------------------------------------- +Info 373 [08:17:32.778] Open files: +Info 373 [08:17:32.778] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 373 [08:17:32.778] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 373 [08:17:32.778] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 373 [08:17:32.778] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 373 [08:17:32.778] After ensureProjectForOpenFiles: +Info 374 [08:17:32.778] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 374 [08:17:32.778] Files (146) + +Info 374 [08:17:32.778] ----------------------------------------------- +Info 374 [08:17:32.778] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 374 [08:17:32.778] Files (624) + +Info 374 [08:17:32.778] ----------------------------------------------- +Info 374 [08:17:32.778] Open files: +Info 374 [08:17:32.778] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 374 [08:17:32.779] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 374 [08:17:32.779] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 374 [08:17:32.779] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 374 [08:17:32.779] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/bun/fmt.js +Info 375 [08:17:35.730] Format host information updated +Info 376 [08:17:35.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 377 [08:17:35.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 9.931558000156656ms +Info 378 [08:17:35.740] Different program with same set of files +Info 379 [08:17:35.753] Format host information updated +Info 380 [08:55:22.757] Search path: /home/orion/src/purescript-puppeteer/src +Info 381 [08:55:22.757] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 382 [08:55:22.758] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 382 [08:55:22.758] Files (146) + +Info 382 [08:55:22.758] ----------------------------------------------- +Info 382 [08:55:22.758] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 382 [08:55:22.758] Files (624) + +Info 382 [08:55:22.758] ----------------------------------------------- +Info 382 [08:55:22.758] Open files: +Info 382 [08:55:22.758] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 382 [08:55:22.758] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 382 [08:55:22.758] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 382 [08:55:22.758] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 382 [08:55:22.758] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 382 [08:55:22.758] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 382 [08:55:22.972] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 383 [08:55:22.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 10.50961699988693ms +Info 384 [08:55:22.983] Different program with same set of files +Info 385 [08:55:23.722] Format host information updated +Info 386 [08:55:25.270] Before ensureProjectForOpenFiles: +Info 387 [08:55:25.270] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 387 [08:55:25.270] Files (146) + +Info 387 [08:55:25.271] ----------------------------------------------- +Info 387 [08:55:25.271] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 387 [08:55:25.271] Files (624) + +Info 387 [08:55:25.271] ----------------------------------------------- +Info 387 [08:55:25.271] Open files: +Info 387 [08:55:25.271] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 387 [08:55:25.271] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 387 [08:55:25.271] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 387 [08:55:25.271] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 387 [08:55:25.271] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 387 [08:55:25.271] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 387 [08:55:25.271] After ensureProjectForOpenFiles: +Info 388 [08:55:25.271] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 388 [08:55:25.271] Files (146) + +Info 388 [08:55:25.271] ----------------------------------------------- +Info 388 [08:55:25.271] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 388 [08:55:25.271] Files (624) + +Info 388 [08:55:25.271] ----------------------------------------------- +Info 388 [08:55:25.271] Open files: +Info 388 [08:55:25.271] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 388 [08:55:25.271] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 388 [08:55:25.271] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 388 [08:55:25.271] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 388 [08:55:25.271] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 388 [08:55:25.271] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 388 [08:55:25.271] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/bun/fmt.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js +Info 389 [08:55:28.987] Format host information updated +Info 390 [08:55:28.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 391 [08:55:28.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 10.128929999656975ms +Info 392 [08:55:28.997] Different program with same set of files +Info 393 [08:55:33.384] Format host information updated +Info 394 [08:55:33.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 395 [08:55:33.392] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 8.088243000209332ms +Info 396 [08:55:33.392] Different program with same set of files +Info 397 [08:55:39.087] Format host information updated +Info 398 [08:55:39.087] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 399 [08:55:39.094] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.864125999622047ms +Info 400 [08:55:39.094] Different program with same set of files +Info 401 [08:58:24.766] Search path: /home/orion/src/purescript-puppeteer/src +Info 402 [08:58:24.766] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 403 [08:58:24.767] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 403 [08:58:24.767] Files (146) + +Info 403 [08:58:24.767] ----------------------------------------------- +Info 403 [08:58:24.767] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 403 [08:58:24.767] Files (624) + +Info 403 [08:58:24.767] ----------------------------------------------- +Info 403 [08:58:24.767] Open files: +Info 403 [08:58:24.767] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 403 [08:58:24.767] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 403 [08:58:24.767] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 403 [08:58:24.767] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 403 [08:58:24.767] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 403 [08:58:24.767] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 403 [08:58:24.767] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 403 [08:58:24.767] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 403 [08:58:24.946] Format host information updated +Info 404 [08:58:24.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 405 [08:58:24.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 18.343884999863803ms +Info 406 [08:58:24.965] Different program with same set of files +Info 407 [08:58:26.709] getCompletionData: Get current token: 0.011276000179350376 +Info 408 [08:58:26.709] getCompletionData: Is inside comment: 0.001694999635219574 +Info 409 [08:58:26.709] getCompletionData: Get previous token: 0.04117799922823906 +Info 410 [08:58:26.709] getCompletionsAtPosition: isCompletionListBlocker: 0.0022769998759031296 +Info 411 [08:58:26.710] getCompletionData: Semantic work: 0.36755699943751097 +Info 412 [08:58:26.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06219499930739403 +Info 413 [08:58:27.004] Format host information updated +Info 414 [08:58:27.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 415 [08:58:27.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 12.394458000548184ms +Info 416 [08:58:27.016] Different program with same set of files +Info 417 [08:58:27.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 418 [08:58:27.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 11.79271399974823ms +Info 419 [08:58:27.203] Different program with same set of files +Info 420 [08:58:27.203] getCompletionData: Get current token: 0.0142990006133914 +Info 421 [08:58:27.203] getCompletionData: Is inside comment: 0.0025749998167157173 +Info 422 [08:58:27.204] getCompletionData: Get previous token: 0.05551599990576506 +Info 423 [08:58:27.204] getCompletionsAtPosition: isCompletionListBlocker: 0.014360000379383564 +Info 424 [08:58:27.205] getCompletionData: Semantic work: 1.4758199993520975 +Info 425 [08:58:27.206] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08136900048702955 +Info 426 [08:58:27.207] Format host information updated +Info 427 [08:58:27.278] Before ensureProjectForOpenFiles: +Info 428 [08:58:27.278] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 428 [08:58:27.278] Files (146) + +Info 428 [08:58:27.278] ----------------------------------------------- +Info 428 [08:58:27.278] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 428 [08:58:27.278] Files (624) + +Info 428 [08:58:27.278] ----------------------------------------------- +Info 428 [08:58:27.278] Open files: +Info 428 [08:58:27.278] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 428 [08:58:27.278] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 428 [08:58:27.278] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 428 [08:58:27.278] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 428 [08:58:27.278] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 428 [08:58:27.278] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 428 [08:58:27.278] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 428 [08:58:27.278] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 428 [08:58:27.278] After ensureProjectForOpenFiles: +Info 429 [08:58:27.278] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 429 [08:58:27.278] Files (146) + +Info 429 [08:58:27.278] ----------------------------------------------- +Info 429 [08:58:27.278] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 429 [08:58:27.278] Files (624) + +Info 429 [08:58:27.278] ----------------------------------------------- +Info 429 [08:58:27.278] Open files: +Info 429 [08:58:27.278] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 429 [08:58:27.278] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 429 [08:58:27.278] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 429 [08:58:27.278] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 429 [08:58:27.279] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 429 [08:58:27.279] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 429 [08:58:27.279] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 429 [08:58:27.279] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 429 [08:58:27.279] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js,/home/orion/src/purescript-puppeteer/bun/fmt.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js +Info 430 [08:58:31.046] Format host information updated +Info 431 [08:58:31.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 432 [08:58:31.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.923383999615908ms +Info 433 [08:58:31.061] Different program with same set of files +Info 434 [08:58:31.213] Format host information updated +Info 435 [08:58:31.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 436 [08:58:31.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 8.030331999994814ms +Info 437 [08:58:31.221] Different program with same set of files +Info 438 [08:58:31.348] Format host information updated +Info 439 [08:58:31.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 440 [08:58:31.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 11.952610000036657ms +Info 441 [08:58:31.360] Different program with same set of files +Info 442 [08:58:31.500] Format host information updated +Info 443 [08:58:31.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 444 [08:58:31.517] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.05979400034994ms +Info 445 [08:58:31.518] Different program with same set of files +Info 446 [08:58:31.820] Format host information updated +Info 447 [08:58:31.820] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 448 [08:58:31.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 12.417727000080049ms +Info 449 [08:58:31.833] Different program with same set of files +Info 450 [08:58:35.499] Format host information updated +Info 451 [08:58:35.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 452 [08:58:35.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 15.351433999836445ms +Info 453 [08:58:35.514] Different program with same set of files +Info 454 [08:58:37.870] getCompletionData: Get current token: 0.006016000173985958 +Info 455 [08:58:37.870] getCompletionData: Is inside comment: 0.01148999948054552 +Info 456 [08:58:37.871] getCompletionData: Get previous token: 0.006664999760687351 +Info 457 [08:58:37.871] getCompletionsAtPosition: isCompletionListBlocker: 0.008954999968409538 +Info 458 [08:58:37.872] getExportInfoMap: cache miss or empty; calculating new results +Info 459 [08:58:37.906] forEachExternalModuleToImportFrom autoImportProvider: 17.3530200002715 +Info 460 [08:58:37.906] getExportInfoMap: done in 34.13144600018859 ms +Info 461 [08:58:37.975] collectAutoImports: resolved 456 module specifiers, plus 219 ambient and 2648 from cache +Info 462 [08:58:37.975] collectAutoImports: response is complete +Info 463 [08:58:37.975] collectAutoImports: 68.38528599962592 +Info 464 [08:58:37.975] getCompletionData: Semantic work: 104.65429400000721 +Info 465 [08:58:37.986] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.300857000052929 +Info 466 [08:58:37.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 467 [08:58:38.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 11.71295899990946ms +Info 468 [08:58:38.006] Different program with same set of files +Info 469 [08:58:38.006] getCompletionData: Get current token: 0.006624000146985054 +Info 470 [08:58:38.006] getCompletionData: Is inside comment: 0.012000000104308128 +Info 471 [08:58:38.006] getCompletionData: Get previous token: 0.012241999618709087 +Info 472 [08:58:38.006] getCompletionsAtPosition: isCompletionListBlocker: 0.007593000307679176 +Info 473 [08:58:38.007] getExportInfoMap: cache hit +Info 474 [08:58:38.015] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 178 from cache +Info 475 [08:58:38.015] collectAutoImports: response is complete +Info 476 [08:58:38.015] collectAutoImports: 7.918623000383377 +Info 477 [08:58:38.015] getCompletionData: Semantic work: 8.774397999979556 +Info 478 [08:58:38.017] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0302969999611378 +Info 479 [08:58:38.018] Format host information updated +Info 480 [08:58:38.769] Format host information updated +Info 481 [08:58:38.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 482 [08:58:38.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 12.128538000397384ms +Info 483 [08:58:38.781] Different program with same set of files diff --git a/.log/tsserver-log-IYVg7U/ti-9369.log b/.log/tsserver-log-IYVg7U/ti-9369.log new file mode 100644 index 0000000..9432abc --- /dev/null +++ b/.log/tsserver-log-IYVg7U/ti-9369.log @@ -0,0 +1,283 @@ +[12:26:11.733] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[12:26:11.734] Processing cache location '/home/orion/.cache/typescript/5.2' +[12:26:11.734] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[12:26:11.735] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[12:26:11.735] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[12:26:11.735] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[12:26:11.736] Process id: 9387 +[12:26:11.736] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[12:26:11.736] validateDefaultNpmLocation: true +[12:26:11.736] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[12:26:11.736] Updating types-registry npm package... +[12:26:11.736] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[12:26:12.590] Succeeded. stdout: + + up to date, audited 36 packages in 607ms + +found 0 vulnerabilities + +[12:26:12.590] Updated types-registry npm package +[12:26:12.649] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:26:12.661] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[12:26:12.661] Explicitly included types: [] +[12:26:12.662] Inferred typings from unresolved imports: [] +[12:26:12.662] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:26:12.662] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:26:12.662] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:26:12.662] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:26:12.662] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[12:26:12.662] Response has been sent. +[12:26:12.662] No new typings were requested as a result of typings discovery +[12:26:12.662] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:26:12.662] Explicitly included types: [] +[12:26:12.663] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[12:26:12.663] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[12:26:12.664] Package 'puppeteer' provides its own types. +[12:26:12.665] Package 'puppeteer-extra' provides its own types. +[12:26:12.666] Package 'bun-types' provides its own types. +[12:26:12.666] Package 'devtools-protocol' provides its own types. +[12:26:12.667] Found package names: ["callsites","purs-tidy"] +[12:26:12.667] Inferred typings from unresolved imports: [] +[12:26:12.668] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:26:12.668] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:26:12.668] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:26:12.668] Response has been sent. +[12:26:12.668] Installing typings ["callsites","purs-tidy","typescript"] +[12:26:12.668] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[12:26:12.668] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[12:26:12.668] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[12:26:12.668] All typings are known to be missing or invalid - no need to install more typings +[12:26:12.668] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[12:26:12.668] Response has been sent. +[12:26:12.959] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:26:12.959] Explicitly included types: [] +[12:26:12.961] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[12:26:12.962] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[12:26:12.967] Package 'puppeteer' provides its own types. +[12:26:12.969] Package 'puppeteer-extra' provides its own types. +[12:26:12.971] Package 'bun-types' provides its own types. +[12:26:12.972] Package 'devtools-protocol' provides its own types. +[12:26:12.974] Found package names: ["callsites","purs-tidy"] +[12:26:12.974] Inferred typings from unresolved imports: [] +[12:26:12.974] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:26:12.974] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:26:12.974] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[12:26:12.975] Response has been sent. +[12:26:12.975] Installing typings ["callsites","purs-tidy","typescript"] +[12:26:12.975] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[12:26:12.975] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[12:26:12.975] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[12:26:12.975] All typings are known to be missing or invalid - no need to install more typings +[12:26:12.975] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[12:26:12.975] Response has been sent. +[12:26:13.254] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:26:13.254] Explicitly included types: [] +[12:26:13.255] Inferred typings from unresolved imports: [] +[12:26:13.255] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:26:13.255] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:26:13.255] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:26:13.255] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:26:13.255] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[12:26:13.255] Response has been sent. +[12:26:13.255] No new typings were requested as a result of typings discovery +[12:26:15.488] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:26:15.488] Explicitly included types: [] +[12:26:15.489] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[12:26:15.489] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[12:26:15.490] Package 'puppeteer' provides its own types. +[12:26:15.491] Package 'puppeteer-extra' provides its own types. +[12:26:15.492] Package 'bun-types' provides its own types. +[12:26:15.492] Package 'devtools-protocol' provides its own types. +[12:26:15.492] Found package names: ["callsites","purs-tidy"] +[12:26:15.492] Inferred typings from unresolved imports: [] +[12:26:15.493] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:26:15.493] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:26:15.493] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:26:15.493] Response has been sent. +[12:26:15.493] Installing typings ["callsites","purs-tidy","typescript"] +[12:26:15.493] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[12:26:15.493] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[12:26:15.493] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[12:26:15.493] All typings are known to be missing or invalid - no need to install more typings +[12:26:15.493] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[12:26:15.493] Response has been sent. +[13:08:49.735] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:08:49.735] Explicitly included types: [] +[13:08:49.737] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[13:08:49.737] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:08:49.741] Package 'puppeteer' provides its own types. +[13:08:49.744] Package 'puppeteer-extra' provides its own types. +[13:08:49.745] Package 'bun-types' provides its own types. +[13:08:49.746] Package 'devtools-protocol' provides its own types. +[13:08:49.748] Found package names: ["callsites","purs-tidy"] +[13:08:49.748] Inferred typings from unresolved imports: [] +[13:08:49.748] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:08:49.748] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:08:49.748] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:08:49.748] Response has been sent. +[13:08:49.748] Installing typings ["callsites","purs-tidy","typescript"] +[13:08:49.749] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[13:08:49.749] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:08:49.749] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:08:49.749] All typings are known to be missing or invalid - no need to install more typings +[13:08:49.749] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:08:49.750] Response has been sent. +[13:09:19.619] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:09:19.619] Explicitly included types: [] +[13:09:19.619] Inferred typings from unresolved imports: [] +[13:09:19.619] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:09:19.619] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:09:19.619] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:09:19.619] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:09:19.619] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[13:09:19.619] Response has been sent. +[13:09:19.619] No new typings were requested as a result of typings discovery +[13:09:21.869] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:09:21.870] Explicitly included types: [] +[13:09:21.871] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[13:09:21.871] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:09:21.874] Package 'puppeteer' provides its own types. +[13:09:21.874] Package 'puppeteer-extra' provides its own types. +[13:09:21.875] Package 'bun-types' provides its own types. +[13:09:21.875] Package 'devtools-protocol' provides its own types. +[13:09:21.875] Found package names: ["callsites","purs-tidy"] +[13:09:21.875] Inferred typings from unresolved imports: [] +[13:09:21.875] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:09:21.875] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:09:21.875] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:09:21.875] Response has been sent. +[13:09:21.875] Installing typings ["callsites","purs-tidy","typescript"] +[13:09:21.875] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[13:09:21.875] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:09:21.875] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:09:21.875] All typings are known to be missing or invalid - no need to install more typings +[13:09:21.875] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:09:21.875] Response has been sent. +[13:22:44.479] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:22:44.479] Explicitly included types: [] +[13:22:44.480] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[13:22:44.481] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:22:44.484] Package 'puppeteer' provides its own types. +[13:22:44.485] Package 'puppeteer-extra' provides its own types. +[13:22:44.486] Package 'bun-types' provides its own types. +[13:22:44.486] Package 'devtools-protocol' provides its own types. +[13:22:44.487] Found package names: ["callsites","purs-tidy"] +[13:22:44.487] Inferred typings from unresolved imports: [] +[13:22:44.487] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:22:44.488] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:22:44.488] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:22:44.488] Response has been sent. +[13:22:44.488] Installing typings ["callsites","purs-tidy","typescript"] +[13:22:44.488] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[13:22:44.488] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:22:44.488] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:22:44.489] All typings are known to be missing or invalid - no need to install more typings +[13:22:44.489] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:22:44.489] Response has been sent. +[13:22:47.105] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:22:47.105] Explicitly included types: [] +[13:22:47.105] Inferred typings from unresolved imports: [] +[13:22:47.105] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:22:47.105] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:22:47.105] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:22:47.105] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:22:47.105] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[13:22:47.105] Response has been sent. +[13:22:47.105] No new typings were requested as a result of typings discovery +[13:22:49.514] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:22:49.515] Explicitly included types: [] +[13:22:49.515] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[13:22:49.516] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:22:49.518] Package 'puppeteer' provides its own types. +[13:22:49.519] Package 'puppeteer-extra' provides its own types. +[13:22:49.520] Package 'bun-types' provides its own types. +[13:22:49.520] Package 'devtools-protocol' provides its own types. +[13:22:49.521] Found package names: ["callsites","purs-tidy"] +[13:22:49.522] Inferred typings from unresolved imports: [] +[13:22:49.522] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:22:49.522] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:22:49.522] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:22:49.522] Response has been sent. +[13:22:49.522] Installing typings ["callsites","purs-tidy","typescript"] +[13:22:49.522] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[13:22:49.522] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:22:49.522] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:22:49.522] All typings are known to be missing or invalid - no need to install more typings +[13:22:49.522] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:22:49.522] Response has been sent. +[13:39:34.963] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:39:34.964] Explicitly included types: [] +[13:39:34.965] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[13:39:34.965] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:39:34.968] Package 'puppeteer' provides its own types. +[13:39:34.969] Package 'puppeteer-extra' provides its own types. +[13:39:34.970] Package 'bun-types' provides its own types. +[13:39:34.970] Package 'devtools-protocol' provides its own types. +[13:39:34.972] Found package names: ["callsites","purs-tidy"] +[13:39:34.972] Inferred typings from unresolved imports: [] +[13:39:34.972] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:39:34.972] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:39:34.972] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:39:34.973] Response has been sent. +[13:39:34.973] Installing typings ["callsites","purs-tidy","typescript"] +[13:39:34.973] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[13:39:34.973] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:39:34.973] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:39:34.973] All typings are known to be missing or invalid - no need to install more typings +[13:39:34.973] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:39:34.973] Response has been sent. +[13:40:34.473] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:40:34.473] Explicitly included types: [] +[13:40:34.474] Inferred typings from unresolved imports: [] +[13:40:34.474] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:40:34.474] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:40:34.474] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:40:34.474] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:40:34.474] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[13:40:34.474] Response has been sent. +[13:40:34.474] No new typings were requested as a result of typings discovery +[13:40:36.691] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:40:36.691] Explicitly included types: [] +[13:40:36.692] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[13:40:36.692] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:40:36.693] Package 'puppeteer' provides its own types. +[13:40:36.694] Package 'puppeteer-extra' provides its own types. +[13:40:36.694] Package 'bun-types' provides its own types. +[13:40:36.695] Package 'devtools-protocol' provides its own types. +[13:40:36.695] Found package names: ["callsites","purs-tidy"] +[13:40:36.696] Inferred typings from unresolved imports: [] +[13:40:36.696] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:40:36.696] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:40:36.696] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[13:40:36.696] Response has been sent. +[13:40:36.696] Installing typings ["callsites","purs-tidy","typescript"] +[13:40:36.696] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[13:40:36.696] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:40:36.696] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:40:36.696] All typings are known to be missing or invalid - no need to install more typings +[13:40:36.696] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:40:36.696] Response has been sent. +[13:56:24.467] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-IYVg7U/tsserver.log b/.log/tsserver-log-IYVg7U/tsserver.log new file mode 100644 index 0000000..bfbca1c --- /dev/null +++ b/.log/tsserver-log-IYVg7U/tsserver.log @@ -0,0 +1,16383 @@ +Info 0 [12:26:08.950] Starting TS Server +Info 1 [12:26:08.953] Version: 5.2.2 +Info 2 [12:26:08.953] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/aa433c2db022f8a32e4c7557047de54a/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-IYVg7U/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:26:08.953] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:26:08.953] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [12:26:08.961] Format host information updated +Info 6 [12:26:08.963] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [12:26:08.964] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [12:26:08.964] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [12:26:08.978] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [12:26:08.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [12:26:10.748] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1765.0266780000238ms +Info 12 [12:26:10.748] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [12:26:10.748] Files (142) + +Info 14 [12:26:10.748] ----------------------------------------------- +Info 15 [12:26:10.753] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [12:26:11.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 355.66147900000215ms +Info 17 [12:26:11.109] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [12:26:11.109] Files (108) + +Info 19 [12:26:11.109] ----------------------------------------------- +Info 20 [12:26:11.118] AutoImportProviderProject: found 6 root files in 6 dependencies in 8.080599000008078 ms +Info 21 [12:26:11.178] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [12:26:11.730] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 552.1744440000039ms +Info 23 [12:26:11.730] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [12:26:11.730] Files (186) + +Info 25 [12:26:11.730] ----------------------------------------------- +Info 26 [12:26:11.731] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [12:26:11.731] Files (142) + +Info 26 [12:26:11.731] ----------------------------------------------- +Info 26 [12:26:11.731] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [12:26:11.731] Files (108) + +Info 26 [12:26:11.731] ----------------------------------------------- +Info 26 [12:26:11.731] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [12:26:11.731] Files (186) + +Info 26 [12:26:11.731] ----------------------------------------------- +Info 26 [12:26:11.731] Open files: +Info 26 [12:26:11.731] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [12:26:11.731] Projects: /dev/null/inferredProject1* +Info 26 [12:26:11.732] Format host information updated +Info 27 [12:26:11.733] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 28 [12:26:11.733] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.45737399999052286ms +Info 29 [12:26:11.734] Format host information updated +Info 30 [12:26:11.734] Format host information updated +Info 31 [12:26:11.735] Format host information updated +Info 32 [12:26:11.735] Format host information updated +Info 33 [12:26:11.735] Format host information updated +Info 34 [12:26:11.736] Format host information updated +Info 35 [12:26:11.736] Format host information updated +Info 36 [12:26:11.736] Format host information updated +Info 37 [12:26:11.736] Format host information updated +Info 38 [12:26:11.737] Format host information updated +Info 39 [12:26:11.737] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 40 [12:26:11.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 4.253574000002118ms +Info 41 [12:26:11.741] Different program with same set of files +Info 42 [12:26:11.761] getCompletionData: Get current token: 0.013162999995984137 +Info 43 [12:26:11.762] getCompletionData: Is inside comment: 0.0797350000066217 +Info 44 [12:26:11.762] getCompletionData: Get previous token: 0.1394399999990128 +Info 45 [12:26:11.762] getCompletionsAtPosition: isCompletionListBlocker: 0.273711000016192 +Info 46 [12:26:11.767] getExportInfoMap: cache miss or empty; calculating new results +Info 47 [12:26:11.833] forEachExternalModuleToImportFrom autoImportProvider: 37.21020500001032 +Info 48 [12:26:11.833] getExportInfoMap: done in 65.86740000001737 ms +Info 49 [12:26:11.849] collectAutoImports: resolved 4 module specifiers, plus 0 ambient and 5 from cache +Info 50 [12:26:11.849] collectAutoImports: response is complete +Info 51 [12:26:11.849] collectAutoImports: 15.491734000010183 +Info 52 [12:26:11.849] getCompletionData: Semantic work: 86.39316800000961 +Info 53 [12:26:11.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 23.697485999990022 +Info 54 [12:26:11.877] Format host information updated +Info 55 [12:26:11.879] Format host information updated +Info 56 [12:26:11.879] Format host information updated +Info 57 [12:26:11.880] Format host information updated +Info 58 [12:26:11.880] Format host information updated +Info 59 [12:26:11.880] Format host information updated +Info 60 [12:26:11.880] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 61 [12:26:11.887] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 6.685641999996733ms +Info 62 [12:26:11.887] Different program with same set of files +Info 63 [12:26:11.887] Format host information updated +Info 64 [12:26:11.887] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 65 [12:26:11.891] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 3.183214000018779ms +Info 66 [12:26:11.891] Different program with same set of files +Info 67 [12:26:11.891] getCompletionData: Get current token: 0.006580999994184822 +Info 68 [12:26:11.891] getCompletionData: Is inside comment: 0.01224999999976717 +Info 69 [12:26:11.891] getCompletionData: Get previous token: 0.08928800001740456 +Info 70 [12:26:11.891] getCompletionsAtPosition: isCompletionListBlocker: 0.009516999998595566 +Info 71 [12:26:11.894] getExportInfoMap: cache hit +Info 72 [12:26:11.914] collectAutoImports: resolved 11 module specifiers, plus 0 ambient and 156 from cache +Info 73 [12:26:11.914] collectAutoImports: response is complete +Info 74 [12:26:11.914] collectAutoImports: 20.50570399998105 +Info 75 [12:26:11.914] getCompletionData: Semantic work: 23.04744299998856 +Info 76 [12:26:11.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.855386000010185 +Info 77 [12:26:11.929] Format host information updated +Info 78 [12:26:11.948] Format host information updated +Info 79 [12:26:11.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 80 [12:26:11.951] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 3.097686999972211ms +Info 81 [12:26:11.951] Different program with same set of files +Info 82 [12:26:12.075] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 83 [12:26:12.079] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 3.673110000003362ms +Info 84 [12:26:12.079] Different program with same set of files +Info 85 [12:26:12.079] getCompletionData: Get current token: 0.052697000006446615 +Info 86 [12:26:12.079] getCompletionData: Is inside comment: 0.012774000002536923 +Info 87 [12:26:12.079] getCompletionData: Get previous token: 0.02166699999361299 +Info 88 [12:26:12.079] getCompletionsAtPosition: isCompletionListBlocker: 0.0021940000005997717 +Info 89 [12:26:12.079] Returning an empty list because completion was requested in an invalid position. +Info 90 [12:26:12.079] Format host information updated +Info 91 [12:26:12.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 92 [12:26:12.406] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 3.9285990000062156ms +Info 93 [12:26:12.406] Different program with same set of files +Info 94 [12:26:12.406] getCompletionData: Get current token: 0.00906599999871105 +Info 95 [12:26:12.406] getCompletionData: Is inside comment: 0.01046900000073947 +Info 96 [12:26:12.406] getCompletionData: Get previous token: 0.016438999999081716 +Info 97 [12:26:12.407] getCompletionsAtPosition: isCompletionListBlocker: 0.002306000009411946 +Info 98 [12:26:12.407] Returning an empty list because completion was requested in an invalid position. +Info 99 [12:26:12.407] Format host information updated +Info 100 [12:26:12.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 101 [12:26:12.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 3.171196000010241ms +Info 102 [12:26:12.534] Different program with same set of files +Info 103 [12:26:12.534] getCompletionData: Get current token: 0.006717999989632517 +Info 104 [12:26:12.534] getCompletionData: Is inside comment: 0.01755099999718368 +Info 105 [12:26:12.534] getCompletionData: Get previous token: 0.020386000018334016 +Info 106 [12:26:12.534] getCompletionsAtPosition: isCompletionListBlocker: 0.003763999993680045 +Info 107 [12:26:12.534] Returning an empty list because completion was requested in an invalid position. +Info 108 [12:26:12.534] Format host information updated +Info 109 [12:26:12.718] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 110 [12:26:12.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: true structureIsReused:: Not Elapsed: 139.7327729999961ms +Info 111 [12:26:12.858] Project '/dev/null/inferredProject1*' (Inferred) +Info 112 [12:26:12.858] Files (130) + +Info 113 [12:26:12.858] ----------------------------------------------- +Info 114 [12:26:12.858] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 115 [12:26:12.858] Files (186) + +Info 116 [12:26:12.858] ----------------------------------------------- +Info 117 [12:26:12.858] getCompletionData: Get current token: 0.0038219999987632036 +Info 118 [12:26:12.858] getCompletionData: Is inside comment: 0.013638999982504174 +Info 119 [12:26:12.858] getCompletionData: Get previous token: 0.05875200001173653 +Info 120 [12:26:12.858] getCompletionsAtPosition: isCompletionListBlocker: 0.0018010000057984143 +Info 121 [12:26:12.858] Returning an empty list because completion was requested in an invalid position. +Info 122 [12:26:12.859] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 123 [12:26:12.859] Elapsed:: 0.5028279999969527ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 124 [12:26:12.859] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 125 [12:26:12.859] Elapsed:: 0.09894999998505227ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 126 [12:26:12.859] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 127 [12:26:12.859] Ignoring files that are not *.json +Info 128 [12:26:12.859] Elapsed:: 0.03986799999256618ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 129 [12:26:12.859] Format host information updated +Info 130 [12:26:13.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 131 [12:26:13.153] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 38.59348400001181ms +Info 132 [12:26:13.153] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 133 [12:26:13.153] Files (143) + +Info 134 [12:26:13.153] ----------------------------------------------- +Info 135 [12:26:13.156] Format host information updated +Info 136 [12:26:13.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 137 [12:26:13.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 8.562177000014344ms +Info 138 [12:26:13.164] Different program with same set of files +Info 139 [12:26:13.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 140 [12:26:13.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 10.727198000007775ms +Info 141 [12:26:13.338] Different program with same set of files +Info 142 [12:26:13.338] getCompletionData: Get current token: 0.004237000015564263 +Info 143 [12:26:13.338] getCompletionData: Is inside comment: 0.015404000005219132 +Info 144 [12:26:13.338] getCompletionData: Get previous token: 0.014530999993439764 +Info 145 [12:26:13.338] getCompletionsAtPosition: isCompletionListBlocker: 0.010248000005958602 +Info 146 [12:26:13.343] AutoImportProviderProject: found 16 root files in 5 dependencies in 4.719673000014154 ms +Info 147 [12:26:13.344] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 148 [12:26:13.852] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 508.1426780000038ms +Info 149 [12:26:13.852] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 150 [12:26:13.852] Files (271) + +Info 151 [12:26:13.852] ----------------------------------------------- +Info 152 [12:26:13.853] getExportInfoMap: cache miss or empty; calculating new results +Info 153 [12:26:13.885] forEachExternalModuleToImportFrom autoImportProvider: 16.40470000001369 +Info 154 [12:26:13.885] getExportInfoMap: done in 546.5220340000233 ms +Info 155 [12:26:13.914] collectAutoImports: resolved 35 module specifiers, plus 219 ambient and 922 from cache +Info 156 [12:26:13.914] collectAutoImports: response is complete +Info 157 [12:26:13.914] collectAutoImports: 28.632763999979943 +Info 158 [12:26:13.914] getCompletionData: Semantic work: 575.9318269999931 +Info 159 [12:26:13.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.341706000006525 +Info 160 [12:26:13.924] Format host information updated +Info 161 [12:26:13.928] Format host information updated +Info 162 [12:26:13.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 163 [12:26:13.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 9.595161000004737ms +Info 164 [12:26:13.938] Different program with same set of files +Info 165 [12:26:13.938] getCompletionData: Get current token: 0.003040000010514632 +Info 166 [12:26:13.938] getCompletionData: Is inside comment: 0.009015999996336177 +Info 167 [12:26:13.938] getCompletionData: Get previous token: 0.019177000009221956 +Info 168 [12:26:13.938] getCompletionsAtPosition: isCompletionListBlocker: 0.014564999990398064 +Info 169 [12:26:13.939] getExportInfoMap: cache hit +Info 170 [12:26:13.945] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 171 [12:26:13.945] collectAutoImports: response is complete +Info 172 [12:26:13.945] collectAutoImports: 6.1323129999800585 +Info 173 [12:26:13.945] getCompletionData: Semantic work: 6.938466999999946 +Info 174 [12:26:13.947] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2554440000094473 +Info 175 [12:26:13.949] Format host information updated +Info 176 [12:26:13.949] Format host information updated +Info 177 [12:26:13.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 178 [12:26:13.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 10.558516999997664ms +Info 179 [12:26:13.961] Different program with same set of files +Info 180 [12:26:14.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 181 [12:26:14.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 6.821412000019336ms +Info 182 [12:26:14.422] Different program with same set of files +Info 183 [12:26:14.422] getCompletionData: Get current token: 0.0037219999940134585 +Info 184 [12:26:14.422] getCompletionData: Is inside comment: 0.010290000005625188 +Info 185 [12:26:14.422] getCompletionData: Get previous token: 0.01828899999964051 +Info 186 [12:26:14.422] getCompletionsAtPosition: isCompletionListBlocker: 0.015077999996719882 +Info 187 [12:26:14.423] getExportInfoMap: cache hit +Info 188 [12:26:14.428] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 189 [12:26:14.428] collectAutoImports: response is complete +Info 190 [12:26:14.428] collectAutoImports: 5.562558000005083 +Info 191 [12:26:14.428] getCompletionData: Semantic work: 6.285428000002867 +Info 192 [12:26:14.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9663170000130776 +Info 193 [12:26:14.431] Format host information updated +Info 194 [12:26:14.579] Format host information updated +Info 195 [12:26:14.579] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 196 [12:26:14.589] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 9.354303000000073ms +Info 197 [12:26:14.589] Different program with same set of files +Info 198 [12:26:15.359] Before ensureProjectForOpenFiles: +Info 199 [12:26:15.360] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 199 [12:26:15.360] Files (143) + +Info 199 [12:26:15.360] ----------------------------------------------- +Info 199 [12:26:15.360] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 199 [12:26:15.360] Files (271) + +Info 199 [12:26:15.360] ----------------------------------------------- +Info 199 [12:26:15.360] Project '/dev/null/inferredProject1*' (Inferred) +Info 199 [12:26:15.360] Files (130) + +Info 199 [12:26:15.360] ----------------------------------------------- +Info 199 [12:26:15.360] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 199 [12:26:15.360] Files (186) + +Info 199 [12:26:15.360] ----------------------------------------------- +Info 199 [12:26:15.360] Open files: +Info 199 [12:26:15.360] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 199 [12:26:15.360] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 199 [12:26:15.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 200 [12:26:15.372] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: true structureIsReused:: Not Elapsed: 12.34337499999674ms +Info 201 [12:26:15.372] Project '/dev/null/inferredProject1*' (Inferred) +Info 202 [12:26:15.372] Files (129) + +Info 203 [12:26:15.372] ----------------------------------------------- +Info 204 [12:26:15.372] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 205 [12:26:15.372] Files (186) + +Info 206 [12:26:15.372] ----------------------------------------------- +Info 207 [12:26:15.372] After ensureProjectForOpenFiles: +Info 208 [12:26:15.372] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 208 [12:26:15.372] Files (143) + +Info 208 [12:26:15.372] ----------------------------------------------- +Info 208 [12:26:15.372] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 208 [12:26:15.372] Files (271) + +Info 208 [12:26:15.372] ----------------------------------------------- +Info 208 [12:26:15.372] Project '/dev/null/inferredProject1*' (Inferred) +Info 208 [12:26:15.372] Files (129) + +Info 208 [12:26:15.372] ----------------------------------------------- +Info 208 [12:26:15.372] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 208 [12:26:15.372] Files (186) + +Info 208 [12:26:15.372] ----------------------------------------------- +Info 208 [12:26:15.373] Open files: +Info 208 [12:26:15.373] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 208 [12:26:15.373] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 208 [12:26:15.373] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js +Info 209 [12:26:15.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 210 [12:26:15.469] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 32.4083549999923ms +Info 211 [12:26:15.469] Different program with same set of files +Info 212 [12:26:15.469] getCompletionData: Get current token: 0.00970900000538677 +Info 213 [12:26:15.469] getCompletionData: Is inside comment: 0.02856400000746362 +Info 214 [12:26:15.469] getCompletionData: Get previous token: 0.04913599998690188 +Info 215 [12:26:15.470] getCompletionsAtPosition: isCompletionListBlocker: 0.02700500001083128 +Info 216 [12:26:15.472] getExportInfoMap: cache hit +Info 217 [12:26:15.483] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 144 from cache +Info 218 [12:26:15.483] collectAutoImports: response is complete +Info 219 [12:26:15.483] collectAutoImports: 11.651061999989906 +Info 220 [12:26:15.483] getCompletionData: Semantic work: 13.78663499999675 +Info 221 [12:26:15.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4737909999967087 +Info 222 [12:26:15.489] Format host information updated +Info 223 [12:26:15.627] Format host information updated +Info 224 [12:26:15.628] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 225 [12:26:15.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 25.684991000016453ms +Info 226 [12:26:15.654] Different program with same set of files +Info 227 [12:26:15.741] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 228 [12:26:15.776] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 34.65185600001132ms +Info 229 [12:26:15.776] Different program with same set of files +Info 230 [12:26:15.776] getCompletionData: Get current token: 0.007993000006536022 +Info 231 [12:26:15.776] getCompletionData: Is inside comment: 0.026863999984925613 +Info 232 [12:26:15.776] getCompletionData: Get previous token: 0.01993199999560602 +Info 233 [12:26:15.776] getCompletionsAtPosition: isCompletionListBlocker: 0.026308000000426546 +Info 234 [12:26:15.778] getExportInfoMap: cache hit +Info 235 [12:26:15.802] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 236 [12:26:15.802] collectAutoImports: response is complete +Info 237 [12:26:15.802] collectAutoImports: 24.370415000012144 +Info 238 [12:26:15.802] getCompletionData: Semantic work: 25.826579000015045 +Info 239 [12:26:15.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.933743000001414 +Info 240 [12:26:15.815] Format host information updated +Info 241 [12:26:15.958] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 242 [12:26:15.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 7.091722000011941ms +Info 243 [12:26:15.966] Different program with same set of files +Info 244 [12:26:15.966] getCompletionData: Get current token: 0.0032219999993685633 +Info 245 [12:26:15.966] getCompletionData: Is inside comment: 0.010133000003406778 +Info 246 [12:26:15.966] getCompletionData: Get previous token: 0.008138000004692003 +Info 247 [12:26:15.966] getCompletionsAtPosition: isCompletionListBlocker: 0.010721999977249652 +Info 248 [12:26:15.966] getExportInfoMap: cache hit +Info 249 [12:26:15.982] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 250 [12:26:15.982] collectAutoImports: response is complete +Info 251 [12:26:15.982] collectAutoImports: 15.647946999990381 +Info 252 [12:26:15.982] getCompletionData: Semantic work: 16.288400999997975 +Info 253 [12:26:15.986] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.672892000002321 +Info 254 [12:26:15.989] Format host information updated +Info 255 [12:26:16.018] Format host information updated +Info 256 [12:26:16.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 257 [12:26:16.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 9.042947999987518ms +Info 258 [12:26:16.028] Different program with same set of files +Info 259 [12:26:16.277] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 260 [12:26:16.284] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 7.065024000010453ms +Info 261 [12:26:16.284] Different program with same set of files +Info 262 [12:26:16.284] getCompletionData: Get current token: 0.0031700000108685344 +Info 263 [12:26:16.284] getCompletionData: Is inside comment: 0.009763999987626448 +Info 264 [12:26:16.284] getCompletionData: Get previous token: 0.017426999984309077 +Info 265 [12:26:16.284] getCompletionsAtPosition: isCompletionListBlocker: 0.010654999990947545 +Info 266 [12:26:16.285] getExportInfoMap: cache hit +Info 267 [12:26:16.291] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 268 [12:26:16.291] collectAutoImports: response is complete +Info 269 [12:26:16.291] collectAutoImports: 6.4770060000009835 +Info 270 [12:26:16.291] getCompletionData: Semantic work: 7.301287000009324 +Info 271 [12:26:16.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4857490000140388 +Info 272 [12:26:16.294] Format host information updated +Info 273 [12:26:16.403] Format host information updated +Info 274 [12:26:16.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 275 [12:26:16.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 8.208899999997811ms +Info 276 [12:26:16.412] Different program with same set of files +Info 277 [12:26:16.523] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 278 [12:26:16.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 7.157858999999007ms +Info 279 [12:26:16.530] Different program with same set of files +Info 280 [12:26:16.531] getCompletionData: Get current token: 0.0037690000026486814 +Info 281 [12:26:16.531] getCompletionData: Is inside comment: 0.012105000001611188 +Info 282 [12:26:16.531] getCompletionData: Get previous token: 0.008766000013565645 +Info 283 [12:26:16.531] getCompletionsAtPosition: isCompletionListBlocker: 0.04950300001655705 +Info 284 [12:26:16.532] getExportInfoMap: cache hit +Info 285 [12:26:16.551] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 286 [12:26:16.552] collectAutoImports: response is complete +Info 287 [12:26:16.552] collectAutoImports: 19.410623000003397 +Info 288 [12:26:16.552] getCompletionData: Semantic work: 20.73393099999521 +Info 289 [12:26:16.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6414329999824986 +Info 290 [12:26:16.558] Format host information updated +Info 291 [12:26:16.744] Format host information updated +Info 292 [12:26:16.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 293 [12:26:16.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 6.985573999991175ms +Info 294 [12:26:16.752] Different program with same set of files +Info 295 [12:26:16.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 296 [12:26:16.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 6.495774999988498ms +Info 297 [12:26:16.988] Different program with same set of files +Info 298 [12:26:16.988] getCompletionData: Get current token: 0.0031549999839626253 +Info 299 [12:26:16.988] getCompletionData: Is inside comment: 0.010329999990062788 +Info 300 [12:26:16.988] getCompletionData: Get previous token: 0.0313120000064373 +Info 301 [12:26:16.988] getCompletionsAtPosition: isCompletionListBlocker: 0.009040000004461035 +Info 302 [12:26:16.989] getExportInfoMap: cache hit +Info 303 [12:26:16.993] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 304 [12:26:16.993] collectAutoImports: response is complete +Info 305 [12:26:16.993] collectAutoImports: 4.619486999989022 +Info 306 [12:26:16.993] getCompletionData: Semantic work: 5.305591999989701 +Info 307 [12:26:16.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7706879999896046 +Info 308 [12:26:16.996] Format host information updated +Info 309 [12:26:17.101] Format host information updated +Info 310 [12:26:17.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 311 [12:26:17.107] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 6.630158999993ms +Info 312 [12:26:17.107] Different program with same set of files +Info 313 [12:26:17.340] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 314 [12:26:17.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 6.388781999994535ms +Info 315 [12:26:17.347] Different program with same set of files +Info 316 [12:26:17.347] getCompletionData: Get current token: 0.0033070000063162297 +Info 317 [12:26:17.347] getCompletionData: Is inside comment: 0.010768999985884875 +Info 318 [12:26:17.347] getCompletionData: Get previous token: 0.01991999999154359 +Info 319 [12:26:17.347] getCompletionsAtPosition: isCompletionListBlocker: 0.009302000020397827 +Info 320 [12:26:17.348] getExportInfoMap: cache hit +Info 321 [12:26:17.353] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 322 [12:26:17.353] collectAutoImports: response is complete +Info 323 [12:26:17.353] collectAutoImports: 4.587556999991648 +Info 324 [12:26:17.353] getCompletionData: Semantic work: 5.3546710000082385 +Info 325 [12:26:17.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.681302000011783 +Info 326 [12:26:17.355] Format host information updated +Info 327 [12:26:17.726] Format host information updated +Info 328 [12:26:17.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 329 [12:26:17.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 11.524789999995846ms +Info 330 [12:26:17.738] Different program with same set of files +Info 331 [12:26:17.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 332 [12:26:17.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 6.21710599999642ms +Info 333 [12:26:17.827] Different program with same set of files +Info 334 [12:26:17.827] getCompletionData: Get current token: 0.00274100000387989 +Info 335 [12:26:17.827] getCompletionData: Is inside comment: 0.010200000018812716 +Info 336 [12:26:17.827] getCompletionData: Get previous token: 0.008482000004732981 +Info 337 [12:26:17.827] getCompletionsAtPosition: isCompletionListBlocker: 0.0105430000112392 +Info 338 [12:26:17.828] getExportInfoMap: cache hit +Info 339 [12:26:17.841] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 340 [12:26:17.841] collectAutoImports: response is complete +Info 341 [12:26:17.841] collectAutoImports: 13.055202999996254 +Info 342 [12:26:17.841] getCompletionData: Semantic work: 13.678959999990184 +Info 343 [12:26:17.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2241999999969266 +Info 344 [12:26:17.847] Format host information updated +Info 345 [12:26:18.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 346 [12:26:18.009] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 6.152885999996215ms +Info 347 [12:26:18.009] Different program with same set of files +Info 348 [12:26:18.009] getCompletionData: Get current token: 0.003062999981921166 +Info 349 [12:26:18.009] getCompletionData: Is inside comment: 0.012836000008974224 +Info 350 [12:26:18.009] getCompletionData: Get previous token: 0.009769000025698915 +Info 351 [12:26:18.009] getCompletionsAtPosition: isCompletionListBlocker: 0.008662000007461756 +Info 352 [12:26:18.010] getExportInfoMap: cache hit +Info 353 [12:26:18.023] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 354 [12:26:18.023] collectAutoImports: response is complete +Info 355 [12:26:18.023] collectAutoImports: 13.152751999994507 +Info 356 [12:26:18.023] getCompletionData: Semantic work: 13.756364000000758 +Info 357 [12:26:18.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.384040000004461 +Info 358 [12:26:18.030] Format host information updated +Info 359 [12:26:18.063] Format host information updated +Info 360 [12:26:18.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 361 [12:26:18.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 7.166710999998031ms +Info 362 [12:26:18.071] Different program with same set of files +Info 363 [12:26:18.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 364 [12:26:18.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 5.919312999991234ms +Info 365 [12:26:18.251] Different program with same set of files +Info 366 [12:26:18.252] getCompletionData: Get current token: 0.0028959999908693135 +Info 367 [12:26:18.252] getCompletionData: Is inside comment: 0.027590999990934506 +Info 368 [12:26:18.252] getCompletionData: Get previous token: 0.02038099998026155 +Info 369 [12:26:18.252] getCompletionsAtPosition: isCompletionListBlocker: 0.008595999999670312 +Info 370 [12:26:18.252] getExportInfoMap: cache hit +Info 371 [12:26:18.259] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 155 from cache +Info 372 [12:26:18.259] collectAutoImports: response is complete +Info 373 [12:26:18.259] collectAutoImports: 7.021368999994593 +Info 374 [12:26:18.259] getCompletionData: Semantic work: 7.68513100000564 +Info 375 [12:26:18.261] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.471187999995891 +Info 376 [12:26:18.262] Format host information updated +Info 377 [12:26:18.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 378 [12:26:18.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.096298999997089ms +Info 379 [12:26:18.532] Different program with same set of files +Info 380 [12:26:18.532] getCompletionData: Get current token: 0.01670500001637265 +Info 381 [12:26:18.532] getCompletionData: Is inside comment: 0.011689999984810129 +Info 382 [12:26:18.532] getCompletionData: Get previous token: 0.011265000008279458 +Info 383 [12:26:18.532] getCompletionsAtPosition: isCompletionListBlocker: 0.0027119999867863953 +Info 384 [12:26:18.533] getCompletionData: Semantic work: 1.1522439999971539 +Info 385 [12:26:18.533] Format host information updated +Info 386 [12:26:18.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 387 [12:26:18.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 6.08225800000946ms +Info 388 [12:26:18.741] Different program with same set of files +Info 389 [12:26:18.741] getCompletionData: Get current token: 0.0030670000123791397 +Info 390 [12:26:18.741] getCompletionData: Is inside comment: 0.01095799999893643 +Info 391 [12:26:18.742] getCompletionData: Get previous token: 0.02110700000775978 +Info 392 [12:26:18.742] getCompletionsAtPosition: isCompletionListBlocker: 0.003056000015931204 +Info 393 [12:26:18.742] getCompletionData: Semantic work: 0.2966510000114795 +Info 394 [12:26:18.745] Format host information updated +Info 395 [12:26:18.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 396 [12:26:18.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 6.1251610000035726ms +Info 397 [12:26:18.820] Different program with same set of files +Info 398 [12:26:18.820] getCompletionData: Get current token: 0.003136999992420897 +Info 399 [12:26:18.820] getCompletionData: Is inside comment: 0.011823999986518174 +Info 400 [12:26:18.820] getCompletionData: Get previous token: 0.02166100000613369 +Info 401 [12:26:18.820] getCompletionsAtPosition: isCompletionListBlocker: 0.006590000004507601 +Info 402 [12:26:18.821] getCompletionData: Semantic work: 0.19438699999591336 +Info 403 [12:26:18.821] Format host information updated +Info 404 [12:26:18.970] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 405 [12:26:18.976] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.10645600000862ms +Info 406 [12:26:18.976] Different program with same set of files +Info 407 [12:26:18.976] getCompletionData: Get current token: 0.002957999997306615 +Info 408 [12:26:18.976] getCompletionData: Is inside comment: 0.010584000003291294 +Info 409 [12:26:18.976] getCompletionData: Get previous token: 0.020159000006970018 +Info 410 [12:26:18.976] getCompletionsAtPosition: isCompletionListBlocker: 0.003029000014066696 +Info 411 [12:26:18.976] getCompletionData: Semantic work: 0.18537099999957718 +Info 412 [12:26:18.976] Format host information updated +Info 413 [12:26:19.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 414 [12:26:19.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 8.577458000014303ms +Info 415 [12:26:19.102] Different program with same set of files +Info 416 [12:26:19.102] getCompletionData: Get current token: 0.0030879999976605177 +Info 417 [12:26:19.102] getCompletionData: Is inside comment: 0.011052999994717538 +Info 418 [12:26:19.102] getCompletionData: Get previous token: 0.02154999997583218 +Info 419 [12:26:19.102] getCompletionsAtPosition: isCompletionListBlocker: 0.002701999997952953 +Info 420 [12:26:19.102] getCompletionData: Semantic work: 0.19423900000401773 +Info 421 [12:26:19.102] Format host information updated +Info 422 [12:26:19.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 423 [12:26:19.215] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.039880999975139ms +Info 424 [12:26:19.215] Different program with same set of files +Info 425 [12:26:19.216] getCompletionData: Get current token: 0.0029249999788589776 +Info 426 [12:26:19.216] getCompletionData: Is inside comment: 0.011725999996997416 +Info 427 [12:26:19.216] getCompletionData: Get previous token: 0.023360999999567866 +Info 428 [12:26:19.216] getCompletionsAtPosition: isCompletionListBlocker: 0.0029380000196397305 +Info 429 [12:26:19.216] getCompletionData: Semantic work: 0.1841499999864027 +Info 430 [12:26:19.216] Format host information updated +Info 431 [12:26:19.293] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 432 [12:26:19.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 6.223486000002595ms +Info 433 [12:26:19.300] Different program with same set of files +Info 434 [12:26:19.300] getCompletionData: Get current token: 0.0031479999888688326 +Info 435 [12:26:19.300] getCompletionData: Is inside comment: 0.011251999996602535 +Info 436 [12:26:19.300] getCompletionData: Get previous token: 0.021772999985842034 +Info 437 [12:26:19.300] getCompletionsAtPosition: isCompletionListBlocker: 0.002964000013889745 +Info 438 [12:26:19.300] getCompletionData: Semantic work: 0.19167699999525212 +Info 439 [12:26:19.303] Format host information updated +Info 440 [12:26:19.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 441 [12:26:19.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.364964000007603ms +Info 442 [12:26:19.424] Different program with same set of files +Info 443 [12:26:19.425] getCompletionData: Get current token: 0.0033429999893996865 +Info 444 [12:26:19.425] getCompletionData: Is inside comment: 0.011782000015955418 +Info 445 [12:26:19.425] getCompletionData: Get previous token: 0.03159200001391582 +Info 446 [12:26:19.425] getCompletionsAtPosition: isCompletionListBlocker: 0.003108000004431233 +Info 447 [12:26:19.425] getCompletionData: Semantic work: 0.19841499999165535 +Info 448 [12:26:19.425] Format host information updated +Info 449 [12:26:19.729] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 450 [12:26:19.735] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 5.99870899997768ms +Info 451 [12:26:19.735] Different program with same set of files +Info 452 [12:26:19.735] getCompletionData: Get current token: 0.0028460000175982714 +Info 453 [12:26:19.735] getCompletionData: Is inside comment: 0.012132000003475696 +Info 454 [12:26:19.735] getCompletionData: Get previous token: 0.043950999999651685 +Info 455 [12:26:19.736] getCompletionsAtPosition: isCompletionListBlocker: 0.00833399998373352 +Info 456 [12:26:19.736] getCompletionData: Semantic work: 0.2652929999749176 +Info 457 [12:26:19.736] Format host information updated +Info 458 [12:26:19.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 459 [12:26:19.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 8.496244999987539ms +Info 460 [12:26:19.939] Different program with same set of files +Info 461 [12:26:19.944] getCompletionData: Get current token: 0.003867999999783933 +Info 462 [12:26:19.944] getCompletionData: Is inside comment: 0.012060000008204952 +Info 463 [12:26:19.944] getCompletionData: Get previous token: 0.02431000000797212 +Info 464 [12:26:19.944] getCompletionsAtPosition: isCompletionListBlocker: 0.0030919999990146607 +Info 465 [12:26:19.945] getCompletionData: Semantic work: 0.21574399998644367 +Info 466 [12:26:19.945] Format host information updated +Info 467 [12:26:20.001] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 468 [12:26:20.007] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 6.115661999996519ms +Info 469 [12:26:20.007] Different program with same set of files +Info 470 [12:26:20.007] getCompletionData: Get current token: 0.0028910000110045075 +Info 471 [12:26:20.007] getCompletionData: Is inside comment: 0.009081000025616959 +Info 472 [12:26:20.007] getCompletionData: Get previous token: 0.018705000024056062 +Info 473 [12:26:20.007] getCompletionsAtPosition: isCompletionListBlocker: 0.0027969999937340617 +Info 474 [12:26:20.007] getCompletionData: Semantic work: 0.1828570000070613 +Info 475 [12:26:20.010] Format host information updated +Info 476 [12:26:20.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 477 [12:26:20.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 7.632555999996839ms +Info 478 [12:26:20.109] Different program with same set of files +Info 479 [12:26:20.110] getCompletionData: Get current token: 0.0034499999892432243 +Info 480 [12:26:20.110] getCompletionData: Is inside comment: 0.011696000001393259 +Info 481 [12:26:20.110] getCompletionData: Get previous token: 0.02386700001079589 +Info 482 [12:26:20.110] getCompletionsAtPosition: isCompletionListBlocker: 0.0033690000127535313 +Info 483 [12:26:20.110] getCompletionData: Semantic work: 0.21889099999680184 +Info 484 [12:26:20.110] Format host information updated +Info 485 [12:26:20.225] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 486 [12:26:20.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.023031999997329ms +Info 487 [12:26:20.231] Different program with same set of files +Info 488 [12:26:20.231] getCompletionData: Get current token: 0.0030799999949522316 +Info 489 [12:26:20.231] getCompletionData: Is inside comment: 0.00955500002601184 +Info 490 [12:26:20.231] getCompletionData: Get previous token: 0.01974399999016896 +Info 491 [12:26:20.231] getCompletionsAtPosition: isCompletionListBlocker: 0.002948000008473173 +Info 492 [12:26:20.231] getCompletionData: Semantic work: 0.19417200001771562 +Info 493 [12:26:20.232] Format host information updated +Info 494 [12:26:20.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 495 [12:26:20.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 5.93680100000347ms +Info 496 [12:26:20.422] Different program with same set of files +Info 497 [12:26:20.422] getCompletionData: Get current token: 0.0032399999909102917 +Info 498 [12:26:20.422] getCompletionData: Is inside comment: 0.02704799998900853 +Info 499 [12:26:20.422] getCompletionData: Get previous token: 0.021324000001186505 +Info 500 [12:26:20.422] getCompletionsAtPosition: isCompletionListBlocker: 0.006099999998696148 +Info 501 [12:26:20.422] getCompletionData: Semantic work: 0.18556500002159737 +Info 502 [12:26:20.422] Format host information updated +Info 503 [12:26:20.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 504 [12:26:20.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 5.849997999990592ms +Info 505 [12:26:20.502] Different program with same set of files +Info 506 [12:26:20.502] getCompletionData: Get current token: 0.002888999995775521 +Info 507 [12:26:20.502] getCompletionData: Is inside comment: 0.011479000007966533 +Info 508 [12:26:20.503] getCompletionData: Get previous token: 0.01840900001116097 +Info 509 [12:26:20.503] getCompletionsAtPosition: isCompletionListBlocker: 0.005690999998478219 +Info 510 [12:26:20.503] getCompletionData: Semantic work: 0.1861450000142213 +Info 511 [12:26:20.503] Format host information updated +Info 512 [12:26:20.589] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 513 [12:26:20.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 8.09465299997828ms +Info 514 [12:26:20.598] Different program with same set of files +Info 515 [12:26:20.598] getCompletionData: Get current token: 0.0029360000044107437 +Info 516 [12:26:20.598] getCompletionData: Is inside comment: 0.007951000006869435 +Info 517 [12:26:20.598] getCompletionData: Get previous token: 0.01541600000928156 +Info 518 [12:26:20.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0031380000000353903 +Info 519 [12:26:20.598] getCompletionData: Semantic work: 0.2911450000246987 +Info 520 [12:26:20.598] Format host information updated +Info 521 [12:26:21.047] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 522 [12:26:21.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 5.878373000014108ms +Info 523 [12:26:21.053] Different program with same set of files +Info 524 [12:26:21.053] getCompletionData: Get current token: 0.002677000011317432 +Info 525 [12:26:21.053] getCompletionData: Is inside comment: 0.00852499998291023 +Info 526 [12:26:21.053] getCompletionData: Get previous token: 0.005945999990217388 +Info 527 [12:26:21.053] getCompletionsAtPosition: isCompletionListBlocker: 0.040022000001044944 +Info 528 [12:26:21.054] getExportInfoMap: cache hit +Info 529 [12:26:21.067] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 530 [12:26:21.067] collectAutoImports: response is complete +Info 531 [12:26:21.067] collectAutoImports: 12.835169999976642 +Info 532 [12:26:21.067] getCompletionData: Semantic work: 13.528663000004599 +Info 533 [12:26:21.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7532930000161286 +Info 534 [12:26:21.073] Format host information updated +Info 535 [12:26:21.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 536 [12:26:21.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 6.388787000003504ms +Info 537 [12:26:21.113] Different program with same set of files +Info 538 [12:26:21.113] getCompletionData: Get current token: 0.0043409999925643206 +Info 539 [12:26:21.113] getCompletionData: Is inside comment: 0.009409999998752028 +Info 540 [12:26:21.113] getCompletionData: Get previous token: 0.006668999994872138 +Info 541 [12:26:21.113] getCompletionsAtPosition: isCompletionListBlocker: 0.01014599998597987 +Info 542 [12:26:21.114] getExportInfoMap: cache hit +Info 543 [12:26:21.126] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 544 [12:26:21.126] collectAutoImports: response is complete +Info 545 [12:26:21.127] collectAutoImports: 12.70022900000913 +Info 546 [12:26:21.127] getCompletionData: Semantic work: 13.264587000012398 +Info 547 [12:26:21.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.595032999990508 +Info 548 [12:26:21.132] Format host information updated +Info 549 [12:26:21.807] getCompletionData: Get current token: 0.00824799999827519 +Info 550 [12:26:21.807] getCompletionData: Is inside comment: 0.0018760000239126384 +Info 551 [12:26:21.807] getCompletionData: Get previous token: 0.013491999998223037 +Info 552 [12:26:21.807] getCompletionsAtPosition: isCompletionListBlocker: 0.0048639999877195805 +Info 553 [12:26:21.807] getExportInfoMap: cache hit +Info 554 [12:26:21.816] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 555 [12:26:21.816] collectAutoImports: response is complete +Info 556 [12:26:21.816] collectAutoImports: 8.522375000000466 +Info 557 [12:26:21.816] getCompletionData: Semantic work: 9.216789000027347 +Info 558 [12:26:21.822] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.406346999981906 +Info 559 [12:26:23.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 560 [12:26:23.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 5.907673000008799ms +Info 561 [12:26:23.099] Different program with same set of files +Info 562 [12:26:23.099] getCompletionData: Get current token: 0.01082600001245737 +Info 563 [12:26:23.099] getCompletionData: Is inside comment: 0.001664000010350719 +Info 564 [12:26:23.099] getCompletionData: Get previous token: 0.018986000010045245 +Info 565 [12:26:23.099] getCompletionsAtPosition: isCompletionListBlocker: 0.003811999980825931 +Info 566 [12:26:23.099] getExportInfoMap: cache hit +Info 567 [12:26:23.103] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 144 from cache +Info 568 [12:26:23.103] collectAutoImports: response is complete +Info 569 [12:26:23.104] collectAutoImports: 3.860860999993747 +Info 570 [12:26:23.104] getCompletionData: Semantic work: 4.652001000009477 +Info 571 [12:26:23.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4423029999888968 +Info 572 [12:26:23.106] Format host information updated +Info 573 [12:26:23.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 574 [12:26:23.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 6.070066999993287ms +Info 575 [12:26:23.194] Different program with same set of files +Info 576 [12:26:23.194] getCompletionData: Get current token: 0.007838999998057261 +Info 577 [12:26:23.194] getCompletionData: Is inside comment: 0.0018689999997150153 +Info 578 [12:26:23.194] getCompletionData: Get previous token: 0.015194000006886199 +Info 579 [12:26:23.194] getCompletionsAtPosition: isCompletionListBlocker: 0.049648000014713034 +Info 580 [12:26:23.195] getExportInfoMap: cache hit +Info 581 [12:26:23.209] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 582 [12:26:23.209] collectAutoImports: response is complete +Info 583 [12:26:23.209] collectAutoImports: 13.996726999990642 +Info 584 [12:26:23.209] getCompletionData: Semantic work: 14.667776999995112 +Info 585 [12:26:23.214] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.553439000010258 +Info 586 [12:26:23.217] Format host information updated +Info 587 [12:26:23.309] Format host information updated +Info 588 [12:26:23.310] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 589 [12:26:23.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 8.601502000004984ms +Info 590 [12:26:23.318] Different program with same set of files +Info 591 [12:26:23.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 592 [12:26:23.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 6.032732000021497ms +Info 593 [12:26:23.834] Different program with same set of files +Info 594 [12:26:23.834] getCompletionData: Get current token: 0.006816999986767769 +Info 595 [12:26:23.834] getCompletionData: Is inside comment: 0.0017379999917466193 +Info 596 [12:26:23.834] getCompletionData: Get previous token: 0.02019699997617863 +Info 597 [12:26:23.834] getCompletionsAtPosition: isCompletionListBlocker: 0.004321000014897436 +Info 598 [12:26:23.835] getExportInfoMap: cache hit +Info 599 [12:26:23.838] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 600 [12:26:23.838] collectAutoImports: response is complete +Info 601 [12:26:23.838] collectAutoImports: 2.9515400000091176 +Info 602 [12:26:23.838] getCompletionData: Semantic work: 3.5800469999958295 +Info 603 [12:26:23.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0418490000010934 +Info 604 [12:26:23.840] Format host information updated +Info 605 [12:26:25.089] Format host information updated +Info 606 [12:26:25.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 607 [12:26:25.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.078439000004437ms +Info 608 [12:26:25.095] Different program with same set of files +Info 609 [12:26:25.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 610 [12:26:25.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 13.148415999981808ms +Info 611 [12:26:25.408] Different program with same set of files +Info 612 [12:26:25.408] getCompletionData: Get current token: 0.005797999998321757 +Info 613 [12:26:25.408] getCompletionData: Is inside comment: 0.007596000010380521 +Info 614 [12:26:25.408] getCompletionData: Get previous token: 0.005101000017020851 +Info 615 [12:26:25.408] getCompletionsAtPosition: isCompletionListBlocker: 0.03931900000316091 +Info 616 [12:26:25.408] Returning an empty list because completion was requested in an invalid position. +Info 617 [12:26:25.409] Format host information updated +Info 618 [12:26:25.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 619 [12:26:25.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 12.333266000001458ms +Info 620 [12:26:25.654] Different program with same set of files +Info 621 [12:26:25.654] getCompletionData: Get current token: 0.007585000013932586 +Info 622 [12:26:25.654] getCompletionData: Is inside comment: 0.008241000003181398 +Info 623 [12:26:25.654] getCompletionData: Get previous token: 0.006129000015789643 +Info 624 [12:26:25.654] getCompletionsAtPosition: isCompletionListBlocker: 0.002355000004172325 +Info 625 [12:26:25.654] Returning an empty list because completion was requested in an invalid position. +Info 626 [12:26:25.654] Format host information updated +Info 627 [12:26:25.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 628 [12:26:25.810] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 8.342340000002878ms +Info 629 [12:26:25.810] Different program with same set of files +Info 630 [12:26:25.810] getCompletionData: Get current token: 0.004505999997491017 +Info 631 [12:26:25.810] getCompletionData: Is inside comment: 0.00631599998450838 +Info 632 [12:26:25.810] getCompletionData: Get previous token: 0.0046999999904073775 +Info 633 [12:26:25.810] getCompletionsAtPosition: isCompletionListBlocker: 0.002450999978464097 +Info 634 [12:26:25.810] Returning an empty list because completion was requested in an invalid position. +Info 635 [12:26:25.811] Format host information updated +Info 636 [12:26:25.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 637 [12:26:25.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 11.919370999996318ms +Info 638 [12:26:25.981] Different program with same set of files +Info 639 [12:26:25.981] getCompletionData: Get current token: 0.005934999993769452 +Info 640 [12:26:25.981] getCompletionData: Is inside comment: 0.007065999991027638 +Info 641 [12:26:25.981] getCompletionData: Get previous token: 0.004665999993449077 +Info 642 [12:26:25.981] getCompletionsAtPosition: isCompletionListBlocker: 0.0023119999968912452 +Info 643 [12:26:25.981] Returning an empty list because completion was requested in an invalid position. +Info 644 [12:26:25.981] Format host information updated +Info 645 [12:26:26.120] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 646 [12:26:26.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 11.092822999984492ms +Info 647 [12:26:26.131] Different program with same set of files +Info 648 [12:26:26.131] getCompletionData: Get current token: 0.005399999994551763 +Info 649 [12:26:26.131] getCompletionData: Is inside comment: 0.007045999984256923 +Info 650 [12:26:26.131] getCompletionData: Get previous token: 0.005020000011427328 +Info 651 [12:26:26.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0023480000090785325 +Info 652 [12:26:26.131] Returning an empty list because completion was requested in an invalid position. +Info 653 [12:26:26.131] Format host information updated +Info 654 [12:26:26.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 655 [12:26:26.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 8.292742999998154ms +Info 656 [12:26:26.269] Different program with same set of files +Info 657 [12:26:26.269] getCompletionData: Get current token: 0.0035219999845139682 +Info 658 [12:26:26.269] getCompletionData: Is inside comment: 0.007160000008298084 +Info 659 [12:26:26.270] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 660 [12:26:26.271] Format host information updated +Info 661 [12:26:26.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 662 [12:26:26.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 6.922996000008425ms +Info 663 [12:26:26.424] Different program with same set of files +Info 664 [12:26:26.424] getCompletionData: Get current token: 0.003977000014856458 +Info 665 [12:26:26.424] getCompletionData: Is inside comment: 0.012881999980891123 +Info 666 [12:26:26.425] Format host information updated +Info 667 [12:26:26.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 668 [12:26:26.707] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 8.644172999978764ms +Info 669 [12:26:26.707] Different program with same set of files +Info 670 [12:26:26.707] getCompletionData: Get current token: 0.005890999978873879 +Info 671 [12:26:26.707] getCompletionData: Is inside comment: 0.0065159999940078706 +Info 672 [12:26:26.707] getCompletionData: Get previous token: 0.0028070000116713345 +Info 673 [12:26:26.708] getExportInfoMap: cache hit +Info 674 [12:26:26.731] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 675 [12:26:26.731] collectAutoImports: response is complete +Info 676 [12:26:26.731] collectAutoImports: 23.404303999996046 +Info 677 [12:26:26.731] getCompletionData: Semantic work: 24.1011920000019 +Info 678 [12:26:26.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.017905999993673 +Info 679 [12:26:26.741] Format host information updated +Info 680 [12:26:27.145] getCompletionData: Get current token: 0.009179000015137717 +Info 681 [12:26:27.145] getCompletionData: Is inside comment: 0.008021000016015023 +Info 682 [12:26:27.145] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 683 [12:26:27.260] Format host information updated +Info 684 [12:26:27.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 685 [12:26:27.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 6.143053999985568ms +Info 686 [12:26:27.266] Different program with same set of files +Info 687 [12:26:27.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 688 [12:26:27.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 8.161005999980262ms +Info 689 [12:26:27.727] Different program with same set of files +Info 690 [12:26:27.727] getCompletionData: Get current token: 0.004618999984813854 +Info 691 [12:26:27.727] getCompletionData: Is inside comment: 0.004374000011011958 +Info 692 [12:26:27.727] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 693 [12:26:27.727] Format host information updated +Info 694 [12:26:28.140] getCompletionData: Get current token: 0.019296000013127923 +Info 695 [12:26:28.140] getCompletionData: Is inside comment: 0.023557000007713214 +Info 696 [12:26:28.140] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 697 [12:26:28.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 698 [12:26:28.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 6.554493000003276ms +Info 699 [12:26:28.516] Different program with same set of files +Info 700 [12:26:28.516] getCompletionData: Get current token: 0.0031430000090040267 +Info 701 [12:26:28.516] getCompletionData: Is inside comment: 0.007305999984964728 +Info 702 [12:26:28.516] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 703 [12:26:28.516] Format host information updated +Info 704 [12:26:28.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 705 [12:26:28.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 8.038048000016715ms +Info 706 [12:26:28.938] Different program with same set of files +Info 707 [12:26:28.938] getCompletionData: Get current token: 0.004015000013168901 +Info 708 [12:26:28.938] getCompletionData: Is inside comment: 0.005300000018905848 +Info 709 [12:26:28.938] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 710 [12:26:28.941] Format host information updated +Info 711 [12:26:29.072] Format host information updated +Info 712 [12:26:29.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 713 [12:26:29.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 7.61689999999362ms +Info 714 [12:26:29.080] Different program with same set of files +Info 715 [12:26:29.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 716 [12:26:29.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 7.353192999988096ms +Info 717 [12:26:29.297] Different program with same set of files +Info 718 [12:26:29.298] getCompletionData: Get current token: 0.004360999999335036 +Info 719 [12:26:29.298] getCompletionData: Is inside comment: 0.010783000005176291 +Info 720 [12:26:29.301] Format host information updated +Info 721 [12:26:29.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 722 [12:26:29.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 6.169238000002224ms +Info 723 [12:26:29.391] Different program with same set of files +Info 724 [12:26:29.391] getCompletionData: Get current token: 0.005690000019967556 +Info 725 [12:26:29.391] getCompletionData: Is inside comment: 0.005645999975968152 +Info 726 [12:26:29.391] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 727 [12:26:29.391] Format host information updated +Info 728 [12:26:29.586] Format host information updated +Info 729 [12:26:29.586] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 730 [12:26:29.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 6.426762999995844ms +Info 731 [12:26:29.592] Different program with same set of files +Info 732 [12:26:29.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 733 [12:26:29.754] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 8.778778999985661ms +Info 734 [12:26:29.754] Different program with same set of files +Info 735 [12:26:29.754] getCompletionData: Get current token: 0.004419999982928857 +Info 736 [12:26:29.754] getCompletionData: Is inside comment: 0.01209000000380911 +Info 737 [12:26:29.755] Format host information updated +Info 738 [12:26:30.270] getCompletionData: Get current token: 0.004182000004220754 +Info 739 [12:26:30.270] getCompletionData: Is inside comment: 0.007618000003276393 +Info 740 [12:26:30.432] Format host information updated +Info 741 [12:26:30.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 742 [12:26:30.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 5.799113000015495ms +Info 743 [12:26:30.438] Different program with same set of files +Info 744 [12:26:30.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 745 [12:26:30.536] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 6.360764000011841ms +Info 746 [12:26:30.536] Different program with same set of files +Info 747 [12:26:30.536] getCompletionData: Get current token: 0.005272000009426847 +Info 748 [12:26:30.536] getCompletionData: Is inside comment: 0.010460999998031184 +Info 749 [12:26:30.539] Format host information updated +Info 750 [12:26:30.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 751 [12:26:30.748] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 6.145649999991292ms +Info 752 [12:26:30.748] Different program with same set of files +Info 753 [12:26:30.748] getCompletionData: Get current token: 0.004656000004615635 +Info 754 [12:26:30.748] getCompletionData: Is inside comment: 0.009747000003699213 +Info 755 [12:26:30.748] Format host information updated +Info 756 [12:26:30.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 757 [12:26:30.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 6.0978980000072625ms +Info 758 [12:26:30.929] Different program with same set of files +Info 759 [12:26:30.930] getCompletionData: Get current token: 0.005155000020749867 +Info 760 [12:26:30.930] getCompletionData: Is inside comment: 0.010738000011770055 +Info 761 [12:26:30.930] Format host information updated +Info 762 [12:26:31.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 763 [12:26:31.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 9.23634599999059ms +Info 764 [12:26:31.072] Different program with same set of files +Info 765 [12:26:31.073] getCompletionData: Get current token: 0.005689000012353063 +Info 766 [12:26:31.073] getCompletionData: Is inside comment: 0.012266000005183741 +Info 767 [12:26:31.074] Format host information updated +Info 768 [12:26:31.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 769 [12:26:31.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 7.335843000008026ms +Info 770 [12:26:31.399] Different program with same set of files +Info 771 [12:26:31.399] getCompletionData: Get current token: 0.0048519999836571515 +Info 772 [12:26:31.399] getCompletionData: Is inside comment: 0.011716000008163974 +Info 773 [12:26:31.399] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 774 [12:26:31.399] Format host information updated +Info 775 [12:26:31.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 776 [12:26:31.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 6.9190400000079535ms +Info 777 [12:26:31.539] Different program with same set of files +Info 778 [12:26:31.539] getCompletionData: Get current token: 0.005471999989822507 +Info 779 [12:26:31.539] getCompletionData: Is inside comment: 0.011864000000059605 +Info 780 [12:26:31.539] getCompletionData: Get previous token: 0.010818999988259748 +Info 781 [12:26:31.539] getCompletionsAtPosition: isCompletionListBlocker: 0.009794999990845099 +Info 782 [12:26:31.540] getExportInfoMap: cache hit +Info 783 [12:26:31.564] collectAutoImports: resolved 3 module specifiers, plus 175 ambient and 1054 from cache +Info 784 [12:26:31.564] collectAutoImports: response is complete +Info 785 [12:26:31.564] collectAutoImports: 24.50457799999276 +Info 786 [12:26:31.564] getCompletionData: Semantic work: 25.213274999987334 +Info 787 [12:26:31.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.900293000013335 +Info 788 [12:26:31.577] Format host information updated +Info 789 [12:26:31.702] Format host information updated +Info 790 [12:26:31.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 791 [12:26:31.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 7.010135999997146ms +Info 792 [12:26:31.709] Different program with same set of files +Info 793 [12:26:31.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 794 [12:26:31.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 19.484872000000905ms +Info 795 [12:26:31.893] Different program with same set of files +Info 796 [12:26:31.893] getCompletionData: Get current token: 0.00736499999766238 +Info 797 [12:26:31.893] getCompletionData: Is inside comment: 0.018082000024151057 +Info 798 [12:26:31.893] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 799 [12:26:31.894] Format host information updated +Info 800 [12:26:31.955] Format host information updated +Info 801 [12:26:31.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 802 [12:26:31.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 7.446320999995805ms +Info 803 [12:26:31.963] Different program with same set of files +Info 804 [12:26:32.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 805 [12:26:32.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 6.519926000008127ms +Info 806 [12:26:32.238] Different program with same set of files +Info 807 [12:26:32.238] getCompletionData: Get current token: 0.004637000005459413 +Info 808 [12:26:32.238] getCompletionData: Is inside comment: 0.013967999984743074 +Info 809 [12:26:32.238] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 810 [12:26:32.240] Format host information updated +Info 811 [12:26:32.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 812 [12:26:32.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 6.649925000005169ms +Info 813 [12:26:32.349] Different program with same set of files +Info 814 [12:26:32.349] getCompletionData: Get current token: 0.005913000000873581 +Info 815 [12:26:32.349] getCompletionData: Is inside comment: 0.028725000011036173 +Info 816 [12:26:32.349] Format host information updated +Info 817 [12:26:32.442] Format host information updated +Info 818 [12:26:32.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 819 [12:26:32.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 6.413082999992184ms +Info 820 [12:26:32.449] Different program with same set of files +Info 821 [12:26:32.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 822 [12:26:32.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 5.880269000015687ms +Info 823 [12:26:32.606] Different program with same set of files +Info 824 [12:26:32.606] getCompletionData: Get current token: 0.005707000003894791 +Info 825 [12:26:32.606] getCompletionData: Is inside comment: 0.011532999982591718 +Info 826 [12:26:32.606] getCompletionData: Get previous token: 0.008786999998847023 +Info 827 [12:26:32.606] getCompletionsAtPosition: isCompletionListBlocker: 0.008776000002399087 +Info 828 [12:26:32.606] getExportInfoMap: cache hit +Info 829 [12:26:32.622] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 830 [12:26:32.622] collectAutoImports: response is complete +Info 831 [12:26:32.622] collectAutoImports: 15.91392600000836 +Info 832 [12:26:32.622] getCompletionData: Semantic work: 16.512157999997726 +Info 833 [12:26:32.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.569423999986611 +Info 834 [12:26:32.633] Format host information updated +Info 835 [12:26:33.055] getCompletionData: Get current token: 0.008485999976983294 +Info 836 [12:26:33.055] getCompletionData: Is inside comment: 0.012473000009777024 +Info 837 [12:26:33.055] getCompletionData: Get previous token: 0.009399000002304092 +Info 838 [12:26:33.055] getCompletionsAtPosition: isCompletionListBlocker: 0.002929999987827614 +Info 839 [12:26:33.056] getExportInfoMap: cache hit +Info 840 [12:26:33.067] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 841 [12:26:33.067] collectAutoImports: response is complete +Info 842 [12:26:33.067] collectAutoImports: 10.972972999996273 +Info 843 [12:26:33.067] getCompletionData: Semantic work: 11.590720000007423 +Info 844 [12:26:33.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.566700999974273 +Info 845 [12:26:33.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 846 [12:26:33.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 6.440088000003016ms +Info 847 [12:26:33.539] Different program with same set of files +Info 848 [12:26:33.539] getCompletionData: Get current token: 0.005899000010685995 +Info 849 [12:26:33.539] getCompletionData: Is inside comment: 0.011859999998705462 +Info 850 [12:26:33.539] getCompletionData: Get previous token: 0.008944000001065433 +Info 851 [12:26:33.539] getCompletionsAtPosition: isCompletionListBlocker: 0.09576900000683963 +Info 852 [12:26:33.540] getExportInfoMap: cache hit +Info 853 [12:26:33.551] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 854 [12:26:33.551] collectAutoImports: response is complete +Info 855 [12:26:33.551] collectAutoImports: 11.10787400000845 +Info 856 [12:26:33.551] getCompletionData: Semantic work: 11.620947999996133 +Info 857 [12:26:33.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.133304999995744 +Info 858 [12:26:33.561] Format host information updated +Info 859 [12:26:33.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 860 [12:26:33.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 8.172775999992155ms +Info 861 [12:26:33.609] Different program with same set of files +Info 862 [12:26:33.609] getCompletionData: Get current token: 0.010061000008136034 +Info 863 [12:26:33.609] getCompletionData: Is inside comment: 0.020079000008990988 +Info 864 [12:26:33.609] getCompletionData: Get previous token: 0.01444699999410659 +Info 865 [12:26:33.609] getCompletionsAtPosition: isCompletionListBlocker: 0.015356999996583909 +Info 866 [12:26:33.610] getExportInfoMap: cache hit +Info 867 [12:26:33.621] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 868 [12:26:33.621] collectAutoImports: response is complete +Info 869 [12:26:33.621] collectAutoImports: 11.509070000000065 +Info 870 [12:26:33.621] getCompletionData: Semantic work: 12.24855099999695 +Info 871 [12:26:33.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.162813999981154 +Info 872 [12:26:33.631] Format host information updated +Info 873 [12:26:33.892] getCompletionData: Get current token: 0.030846000008750707 +Info 874 [12:26:33.892] getCompletionData: Is inside comment: 0.06092799999169074 +Info 875 [12:26:33.892] getCompletionData: Get previous token: 0.05945400000200607 +Info 876 [12:26:33.892] getCompletionsAtPosition: isCompletionListBlocker: 0.021831999998539686 +Info 877 [12:26:33.892] Returning an empty list because completion was requested in an invalid position. +Info 878 [12:26:34.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 879 [12:26:34.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 6.62128400002257ms +Info 880 [12:26:34.352] Different program with same set of files +Info 881 [12:26:34.353] getCompletionData: Get current token: 0.007222000014735386 +Info 882 [12:26:34.353] getCompletionData: Is inside comment: 0.013787000003503636 +Info 883 [12:26:34.353] getCompletionData: Get previous token: 0.03719400000409223 +Info 884 [12:26:34.353] getCompletionsAtPosition: isCompletionListBlocker: 0.007653000007849187 +Info 885 [12:26:34.353] getExportInfoMap: cache hit +Info 886 [12:26:34.357] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 149 from cache +Info 887 [12:26:34.357] collectAutoImports: response is complete +Info 888 [12:26:34.357] collectAutoImports: 3.3814470000215806 +Info 889 [12:26:34.357] getCompletionData: Semantic work: 3.9709190000139643 +Info 890 [12:26:34.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.330615000013495 +Info 891 [12:26:34.360] Format host information updated +Info 892 [12:26:34.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 893 [12:26:34.678] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 13.154192000016337ms +Info 894 [12:26:34.678] Different program with same set of files +Info 895 [12:26:34.679] getCompletionData: Get current token: 0.006273999984841794 +Info 896 [12:26:34.679] getCompletionData: Is inside comment: 0.012233000015839934 +Info 897 [12:26:34.679] getCompletionData: Get previous token: 0.009526999987429008 +Info 898 [12:26:34.679] getCompletionsAtPosition: isCompletionListBlocker: 0.0023979999823495746 +Info 899 [12:26:34.679] Returning an empty list because completion was requested in an invalid position. +Info 900 [12:26:34.679] Format host information updated +Info 901 [12:26:34.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 902 [12:26:34.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 6.3023510000202805ms +Info 903 [12:26:34.889] Different program with same set of files +Info 904 [12:26:34.889] getCompletionData: Get current token: 0.0069669999938923866 +Info 905 [12:26:34.889] getCompletionData: Is inside comment: 0.013516000006347895 +Info 906 [12:26:34.889] getCompletionData: Get previous token: 0.0200429999968037 +Info 907 [12:26:34.889] getCompletionsAtPosition: isCompletionListBlocker: 0.0037500000034924597 +Info 908 [12:26:34.890] getExportInfoMap: cache hit +Info 909 [12:26:34.892] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 910 [12:26:34.892] collectAutoImports: response is complete +Info 911 [12:26:34.892] collectAutoImports: 1.9355849999992643 +Info 912 [12:26:34.892] getCompletionData: Semantic work: 2.5651099999959115 +Info 913 [12:26:34.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7729160000162665 +Info 914 [12:26:34.894] Format host information updated +Info 915 [12:26:35.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 916 [12:26:35.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 8.492356000002474ms +Info 917 [12:26:35.342] Different program with same set of files +Info 918 [12:26:35.342] getCompletionData: Get current token: 0.006596999999601394 +Info 919 [12:26:35.342] getCompletionData: Is inside comment: 0.012673999997787178 +Info 920 [12:26:35.342] getCompletionData: Get previous token: 0.0174340000085067 +Info 921 [12:26:35.342] getCompletionsAtPosition: isCompletionListBlocker: 0.003472999989753589 +Info 922 [12:26:35.342] getExportInfoMap: cache hit +Info 923 [12:26:35.344] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 924 [12:26:35.344] collectAutoImports: response is complete +Info 925 [12:26:35.344] collectAutoImports: 1.467570999986492 +Info 926 [12:26:35.344] getCompletionData: Semantic work: 2.0860739999916404 +Info 927 [12:26:35.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7191290000046138 +Info 928 [12:26:35.347] Format host information updated +Info 929 [12:26:35.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 930 [12:26:35.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 6.338231000001542ms +Info 931 [12:26:35.679] Different program with same set of files +Info 932 [12:26:35.679] getCompletionData: Get current token: 0.0060440000088419765 +Info 933 [12:26:35.679] getCompletionData: Is inside comment: 0.012725000007776543 +Info 934 [12:26:35.679] getCompletionData: Get previous token: 0.009086999983992428 +Info 935 [12:26:35.679] getCompletionsAtPosition: isCompletionListBlocker: 0.0059689999907277524 +Info 936 [12:26:35.680] getExportInfoMap: cache hit +Info 937 [12:26:35.693] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 938 [12:26:35.693] collectAutoImports: response is complete +Info 939 [12:26:35.693] collectAutoImports: 12.99227499999688 +Info 940 [12:26:35.693] getCompletionData: Semantic work: 13.659600999992108 +Info 941 [12:26:35.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.314599000004819 +Info 942 [12:26:35.702] Format host information updated +Info 943 [12:26:35.733] Format host information updated +Info 944 [12:26:35.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 945 [12:26:35.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 7.221233000018401ms +Info 946 [12:26:35.740] Different program with same set of files +Info 947 [12:26:37.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 948 [12:26:37.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 8.454502000007778ms +Info 949 [12:26:37.130] Different program with same set of files +Info 950 [12:26:37.131] getCompletionData: Get current token: 0.006831000006059185 +Info 951 [12:26:37.131] getCompletionData: Is inside comment: 0.013195999985327944 +Info 952 [12:26:37.131] getCompletionData: Get previous token: 0.01792899999418296 +Info 953 [12:26:37.131] getCompletionsAtPosition: isCompletionListBlocker: 0.003085000003920868 +Info 954 [12:26:37.131] getExportInfoMap: cache hit +Info 955 [12:26:37.135] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 218 from cache +Info 956 [12:26:37.135] collectAutoImports: response is complete +Info 957 [12:26:37.135] collectAutoImports: 4.118409999995492 +Info 958 [12:26:37.135] getCompletionData: Semantic work: 4.662764999986393 +Info 959 [12:26:37.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.579146000003675 +Info 960 [12:26:37.139] Format host information updated +Info 961 [12:26:37.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 962 [12:26:37.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 6.6567269999941345ms +Info 963 [12:26:37.269] Different program with same set of files +Info 964 [12:26:37.270] getCompletionData: Get current token: 0.007741000008536503 +Info 965 [12:26:37.270] getCompletionData: Is inside comment: 0.015744000003905967 +Info 966 [12:26:37.270] getCompletionData: Get previous token: 0.017748999991454184 +Info 967 [12:26:37.270] getCompletionsAtPosition: isCompletionListBlocker: 0.0023250000085681677 +Info 968 [12:26:37.270] getExportInfoMap: cache hit +Info 969 [12:26:37.273] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 137 from cache +Info 970 [12:26:37.273] collectAutoImports: response is complete +Info 971 [12:26:37.273] collectAutoImports: 2.637843000004068 +Info 972 [12:26:37.273] getCompletionData: Semantic work: 3.1609950000129174 +Info 973 [12:26:37.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.460839000006672 +Info 974 [12:26:37.278] Format host information updated +Info 975 [12:26:37.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 976 [12:26:37.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 6.165443999983836ms +Info 977 [12:26:37.421] Different program with same set of files +Info 978 [12:26:37.421] getCompletionData: Get current token: 0.005654999986290932 +Info 979 [12:26:37.421] getCompletionData: Is inside comment: 0.013008000008994713 +Info 980 [12:26:37.421] getCompletionData: Get previous token: 0.018079000001307577 +Info 981 [12:26:37.421] getCompletionsAtPosition: isCompletionListBlocker: 0.0023849999997764826 +Info 982 [12:26:37.421] getExportInfoMap: cache hit +Info 983 [12:26:37.424] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 133 from cache +Info 984 [12:26:37.424] collectAutoImports: response is complete +Info 985 [12:26:37.424] collectAutoImports: 2.668306000006851 +Info 986 [12:26:37.424] getCompletionData: Semantic work: 3.1748509999888483 +Info 987 [12:26:37.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.23310300000594 +Info 988 [12:26:37.428] Format host information updated +Info 989 [12:26:37.803] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 990 [12:26:37.812] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 9.586103000008734ms +Info 991 [12:26:37.812] Different program with same set of files +Info 992 [12:26:37.813] getCompletionData: Get current token: 0.011638999974820763 +Info 993 [12:26:37.813] getCompletionData: Is inside comment: 0.024560999998357147 +Info 994 [12:26:37.813] getCompletionData: Get previous token: 0.032768000004580244 +Info 995 [12:26:37.813] getCompletionsAtPosition: isCompletionListBlocker: 0.0037489999958779663 +Info 996 [12:26:37.814] getExportInfoMap: cache hit +Info 997 [12:26:37.822] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 137 from cache +Info 998 [12:26:37.822] collectAutoImports: response is complete +Info 999 [12:26:37.822] collectAutoImports: 8.043734999984736 +Info 1000 [12:26:37.822] getCompletionData: Semantic work: 8.84043599999859 +Info 1001 [12:26:37.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.146882000000915 +Info 1002 [12:26:37.828] Format host information updated +Info 1003 [12:26:37.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1004 [12:26:37.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 7.231878999999026ms +Info 1005 [12:26:37.946] Different program with same set of files +Info 1006 [12:26:37.946] getCompletionData: Get current token: 0.007565000007161871 +Info 1007 [12:26:37.946] getCompletionData: Is inside comment: 0.016299999988405034 +Info 1008 [12:26:37.947] getCompletionData: Get previous token: 0.02167600000393577 +Info 1009 [12:26:37.947] getCompletionsAtPosition: isCompletionListBlocker: 0.0025390000082552433 +Info 1010 [12:26:37.947] getExportInfoMap: cache hit +Info 1011 [12:26:37.952] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 218 from cache +Info 1012 [12:26:37.952] collectAutoImports: response is complete +Info 1013 [12:26:37.952] collectAutoImports: 5.076438999996753 +Info 1014 [12:26:37.952] getCompletionData: Semantic work: 5.664626000012504 +Info 1015 [12:26:37.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0609370000020135 +Info 1016 [12:26:37.959] Format host information updated +Info 1017 [12:26:38.076] Format host information updated +Info 1018 [12:26:38.077] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1019 [12:26:38.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 6.100280000013299ms +Info 1020 [12:26:38.083] Different program with same set of files +Info 1021 [12:26:38.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1022 [12:26:38.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 6.0067719999933615ms +Info 1023 [12:26:38.250] Different program with same set of files +Info 1024 [12:26:38.250] getCompletionData: Get current token: 0.005843999999342486 +Info 1025 [12:26:38.250] getCompletionData: Is inside comment: 0.012187999993329868 +Info 1026 [12:26:38.250] getCompletionData: Get previous token: 0.016341000009560958 +Info 1027 [12:26:38.250] getCompletionsAtPosition: isCompletionListBlocker: 0.0025899999891407788 +Info 1028 [12:26:38.251] getExportInfoMap: cache hit +Info 1029 [12:26:38.255] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 1030 [12:26:38.255] collectAutoImports: response is complete +Info 1031 [12:26:38.255] collectAutoImports: 4.453937000012957 +Info 1032 [12:26:38.255] getCompletionData: Semantic work: 4.990981000009924 +Info 1033 [12:26:38.258] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.59902800002601 +Info 1034 [12:26:38.261] Format host information updated +Info 1035 [12:26:38.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1036 [12:26:38.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 6.579728000011528ms +Info 1037 [12:26:38.457] Different program with same set of files +Info 1038 [12:26:38.457] getCompletionData: Get current token: 0.005320999975083396 +Info 1039 [12:26:38.457] getCompletionData: Is inside comment: 0.011025000014342368 +Info 1040 [12:26:38.457] getCompletionData: Get previous token: 0.015034000010928139 +Info 1041 [12:26:38.457] getCompletionsAtPosition: isCompletionListBlocker: 0.0025809999788179994 +Info 1042 [12:26:38.458] getExportInfoMap: cache hit +Info 1043 [12:26:38.461] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 115 from cache +Info 1044 [12:26:38.461] collectAutoImports: response is complete +Info 1045 [12:26:38.461] collectAutoImports: 3.3482469999871682 +Info 1046 [12:26:38.461] getCompletionData: Semantic work: 3.812980000016978 +Info 1047 [12:26:38.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.136391000007279 +Info 1048 [12:26:38.464] Format host information updated +Info 1049 [12:26:38.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1050 [12:26:38.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 9.054357000015443ms +Info 1051 [12:26:38.609] Different program with same set of files +Info 1052 [12:26:38.610] getCompletionData: Get current token: 0.005755000020144507 +Info 1053 [12:26:38.610] getCompletionData: Is inside comment: 0.01107800001045689 +Info 1054 [12:26:38.610] getCompletionData: Get previous token: 0.014950999990105629 +Info 1055 [12:26:38.610] getCompletionsAtPosition: isCompletionListBlocker: 0.002888999995775521 +Info 1056 [12:26:38.610] getExportInfoMap: cache hit +Info 1057 [12:26:38.612] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 47 from cache +Info 1058 [12:26:38.612] collectAutoImports: response is complete +Info 1059 [12:26:38.612] collectAutoImports: 2.0171490000211634 +Info 1060 [12:26:38.612] getCompletionData: Semantic work: 2.4883609999960754 +Info 1061 [12:26:38.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9363290000183042 +Info 1062 [12:26:38.615] Format host information updated +Info 1063 [12:26:38.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1064 [12:26:38.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 6.6508580000081565ms +Info 1065 [12:26:38.667] Different program with same set of files +Info 1066 [12:26:38.667] getCompletionData: Get current token: 0.005084999982500449 +Info 1067 [12:26:38.667] getCompletionData: Is inside comment: 0.010987000016029924 +Info 1068 [12:26:38.667] getCompletionData: Get previous token: 0.016325000004144385 +Info 1069 [12:26:38.667] getCompletionsAtPosition: isCompletionListBlocker: 0.0024639999901410192 +Info 1070 [12:26:38.668] getExportInfoMap: cache hit +Info 1071 [12:26:38.669] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 1072 [12:26:38.669] collectAutoImports: response is complete +Info 1073 [12:26:38.669] collectAutoImports: 1.6493719999853056 +Info 1074 [12:26:38.669] getCompletionData: Semantic work: 2.0864700000092853 +Info 1075 [12:26:38.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6977679999836255 +Info 1076 [12:26:38.672] Format host information updated +Info 1077 [12:26:38.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1078 [12:26:38.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 8.493512999993982ms +Info 1079 [12:26:38.965] Different program with same set of files +Info 1080 [12:26:38.965] getCompletionData: Get current token: 0.005481000000145286 +Info 1081 [12:26:38.965] getCompletionData: Is inside comment: 0.011201999994227663 +Info 1082 [12:26:38.965] getCompletionData: Get previous token: 0.014871999999741092 +Info 1083 [12:26:38.965] getCompletionsAtPosition: isCompletionListBlocker: 0.0031989999988581985 +Info 1084 [12:26:38.966] getExportInfoMap: cache hit +Info 1085 [12:26:38.967] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 22 from cache +Info 1086 [12:26:38.967] collectAutoImports: response is complete +Info 1087 [12:26:38.967] collectAutoImports: 1.5550919999950565 +Info 1088 [12:26:38.967] getCompletionData: Semantic work: 2.0028070000116713 +Info 1089 [12:26:38.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8003450000251178 +Info 1090 [12:26:38.970] Format host information updated +Info 1091 [12:26:39.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1092 [12:26:39.047] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 6.284646999993129ms +Info 1093 [12:26:39.047] Different program with same set of files +Info 1094 [12:26:39.047] getCompletionData: Get current token: 0.0053699999989476055 +Info 1095 [12:26:39.047] getCompletionData: Is inside comment: 0.011292000010143965 +Info 1096 [12:26:39.047] getCompletionData: Get previous token: 0.014804000005824491 +Info 1097 [12:26:39.047] getCompletionsAtPosition: isCompletionListBlocker: 0.002913999982411042 +Info 1098 [12:26:39.047] getExportInfoMap: cache hit +Info 1099 [12:26:39.049] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 1100 [12:26:39.049] collectAutoImports: response is complete +Info 1101 [12:26:39.049] collectAutoImports: 1.5606930000067223 +Info 1102 [12:26:39.049] getCompletionData: Semantic work: 2.001193999982206 +Info 1103 [12:26:39.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6622499999939464 +Info 1104 [12:26:39.052] Format host information updated +Info 1105 [12:26:39.153] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1106 [12:26:39.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 5.94233799999347ms +Info 1107 [12:26:39.159] Different program with same set of files +Info 1108 [12:26:39.159] getCompletionData: Get current token: 0.005304999998770654 +Info 1109 [12:26:39.159] getCompletionData: Is inside comment: 0.010959999985061586 +Info 1110 [12:26:39.159] getCompletionData: Get previous token: 0.01514199998928234 +Info 1111 [12:26:39.159] getCompletionsAtPosition: isCompletionListBlocker: 0.0025960000057239085 +Info 1112 [12:26:39.159] getExportInfoMap: cache hit +Info 1113 [12:26:39.161] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 1114 [12:26:39.161] collectAutoImports: response is complete +Info 1115 [12:26:39.161] collectAutoImports: 1.511583999992581 +Info 1116 [12:26:39.161] getCompletionData: Semantic work: 1.9508800000185147 +Info 1117 [12:26:39.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7532789999968372 +Info 1118 [12:26:39.164] Format host information updated +Info 1119 [12:26:39.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1120 [12:26:39.273] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 5.890733999985969ms +Info 1121 [12:26:39.273] Different program with same set of files +Info 1122 [12:26:39.273] getCompletionData: Get current token: 0.004943000007187948 +Info 1123 [12:26:39.273] getCompletionData: Is inside comment: 0.010925000009592623 +Info 1124 [12:26:39.273] getCompletionData: Get previous token: 0.01462500001071021 +Info 1125 [12:26:39.273] getCompletionsAtPosition: isCompletionListBlocker: 0.002710000000661239 +Info 1126 [12:26:39.274] getExportInfoMap: cache hit +Info 1127 [12:26:39.275] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 1128 [12:26:39.275] collectAutoImports: response is complete +Info 1129 [12:26:39.275] collectAutoImports: 1.548417000012705 +Info 1130 [12:26:39.275] getCompletionData: Semantic work: 1.9768779999867547 +Info 1131 [12:26:39.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6034539999964181 +Info 1132 [12:26:39.279] Format host information updated +Info 1133 [12:26:39.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1134 [12:26:39.379] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 20.48541400002432ms +Info 1135 [12:26:39.379] Different program with same set of files +Info 1136 [12:26:39.380] getCompletionData: Get current token: 0.023793999978806823 +Info 1137 [12:26:39.380] getCompletionData: Is inside comment: 0.05259500001557171 +Info 1138 [12:26:39.380] getCompletionData: Get previous token: 0.06661300000268966 +Info 1139 [12:26:39.380] getCompletionsAtPosition: isCompletionListBlocker: 0.008477999974275008 +Info 1140 [12:26:39.382] getExportInfoMap: cache hit +Info 1141 [12:26:39.388] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 1142 [12:26:39.388] collectAutoImports: response is complete +Info 1143 [12:26:39.388] collectAutoImports: 6.123458999994909 +Info 1144 [12:26:39.388] getCompletionData: Semantic work: 7.805427000013879 +Info 1145 [12:26:39.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.919479000003776 +Info 1146 [12:26:39.395] Format host information updated +Info 1147 [12:26:40.020] Format host information updated +Info 1148 [12:26:40.021] getExportInfoMap: cache hit +Info 1149 [12:26:40.859] Format host information updated +Info 1150 [12:26:40.860] getExportInfoMap: cache hit +Info 1151 [12:26:40.919] Format host information updated +Info 1152 [12:26:40.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1153 [12:26:40.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.559596999984933ms +Info 1154 [12:26:40.934] Different program with same set of files +Info 1155 [12:26:41.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1156 [12:26:41.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 7.344039999996312ms +Info 1157 [12:26:41.255] Different program with same set of files +Info 1158 [12:26:41.255] getCompletionData: Get current token: 0.0061250000144355 +Info 1159 [12:26:41.255] getCompletionData: Is inside comment: 0.012668999988818541 +Info 1160 [12:26:41.255] getCompletionData: Get previous token: 0.01830500000505708 +Info 1161 [12:26:41.255] getCompletionsAtPosition: isCompletionListBlocker: 0.0029860000067856163 +Info 1162 [12:26:41.256] getExportInfoMap: cache hit +Info 1163 [12:26:41.258] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 1164 [12:26:41.258] collectAutoImports: response is complete +Info 1165 [12:26:41.258] collectAutoImports: 2.022547000000486 +Info 1166 [12:26:41.258] getCompletionData: Semantic work: 2.692336999985855 +Info 1167 [12:26:41.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0317009999998845 +Info 1168 [12:26:41.261] Format host information updated +Info 1169 [12:26:41.925] getCompletionData: Get current token: 0.018693999998504296 +Info 1170 [12:26:41.926] getCompletionData: Is inside comment: 0.023786000005202368 +Info 1171 [12:26:41.926] getCompletionData: Get previous token: 0.006913999997777864 +Info 1172 [12:26:41.926] getCompletionsAtPosition: isCompletionListBlocker: 0.008515000023180619 +Info 1173 [12:26:41.926] getExportInfoMap: cache hit +Info 1174 [12:26:41.940] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1175 [12:26:41.941] collectAutoImports: response is complete +Info 1176 [12:26:41.941] collectAutoImports: 14.310885999992024 +Info 1177 [12:26:41.941] getCompletionData: Semantic work: 14.867505000001984 +Info 1178 [12:26:41.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.869611000001896 +Info 1179 [12:26:42.156] Format host information updated +Info 1180 [12:26:42.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1181 [12:26:42.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 6.560209999996005ms +Info 1182 [12:26:42.163] Different program with same set of files +Info 1183 [12:26:42.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1184 [12:26:42.273] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 8.88865999999689ms +Info 1185 [12:26:42.273] Different program with same set of files +Info 1186 [12:26:42.274] getCompletionData: Get current token: 0.005721000023186207 +Info 1187 [12:26:42.274] getCompletionData: Is inside comment: 0.011125999997602776 +Info 1188 [12:26:42.274] getCompletionData: Get previous token: 0.007695000007515773 +Info 1189 [12:26:42.274] getCompletionsAtPosition: isCompletionListBlocker: 0.023389000009046867 +Info 1190 [12:26:42.274] getExportInfoMap: cache hit +Info 1191 [12:26:42.289] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1192 [12:26:42.289] collectAutoImports: response is complete +Info 1193 [12:26:42.289] collectAutoImports: 15.129748000006657 +Info 1194 [12:26:42.289] getCompletionData: Semantic work: 15.664115000021411 +Info 1195 [12:26:42.297] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.5843109999841545 +Info 1196 [12:26:42.302] Format host information updated +Info 1197 [12:26:42.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1198 [12:26:42.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 13.90574899999774ms +Info 1199 [12:26:42.462] Different program with same set of files +Info 1200 [12:26:42.462] getCompletionData: Get current token: 0.014097000006586313 +Info 1201 [12:26:42.462] getCompletionData: Is inside comment: 0.026860999991185963 +Info 1202 [12:26:42.463] getCompletionData: Get previous token: 0.01935399998910725 +Info 1203 [12:26:42.463] getCompletionsAtPosition: isCompletionListBlocker: 0.018425000016577542 +Info 1204 [12:26:42.463] getExportInfoMap: cache hit +Info 1205 [12:26:42.492] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1206 [12:26:42.492] collectAutoImports: response is complete +Info 1207 [12:26:42.492] collectAutoImports: 28.706910000008065 +Info 1208 [12:26:42.492] getCompletionData: Semantic work: 29.679516999982297 +Info 1209 [12:26:42.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.322752000007313 +Info 1210 [12:26:42.505] Format host information updated +Info 1211 [12:26:42.529] Format host information updated +Info 1212 [12:26:42.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1213 [12:26:42.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 12.564317000011215ms +Info 1214 [12:26:42.542] Different program with same set of files +Info 1215 [12:26:51.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1216 [12:26:51.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 16.330924999987474ms +Info 1217 [12:26:51.065] Different program with same set of files +Info 1218 [12:26:51.065] getCompletionData: Get current token: 0.00805100001161918 +Info 1219 [12:26:51.065] getCompletionData: Is inside comment: 0.016313000000081956 +Info 1220 [12:26:51.065] getCompletionData: Get previous token: 0.011175999999977648 +Info 1221 [12:26:51.065] getCompletionsAtPosition: isCompletionListBlocker: 0.006846000003861263 +Info 1222 [12:26:51.068] getExportInfoMap: cache hit +Info 1223 [12:26:51.089] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1224 [12:26:51.089] collectAutoImports: response is complete +Info 1225 [12:26:51.089] collectAutoImports: 21.28491699998267 +Info 1226 [12:26:51.089] getCompletionData: Semantic work: 23.677435999998124 +Info 1227 [12:26:51.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.666368000005605 +Info 1228 [12:26:51.100] Format host information updated +Info 1229 [12:26:51.113] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1230 [12:26:51.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 10.767181000002893ms +Info 1231 [12:26:51.124] Different program with same set of files +Info 1232 [12:26:51.124] getCompletionData: Get current token: 0.006105000007664785 +Info 1233 [12:26:51.124] getCompletionData: Is inside comment: 0.013107000006129965 +Info 1234 [12:26:51.124] getCompletionData: Get previous token: 0.009349999978439882 +Info 1235 [12:26:51.124] getCompletionsAtPosition: isCompletionListBlocker: 0.008063999994192272 +Info 1236 [12:26:51.125] getExportInfoMap: cache hit +Info 1237 [12:26:51.141] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1238 [12:26:51.141] collectAutoImports: response is complete +Info 1239 [12:26:51.141] collectAutoImports: 16.033288999984507 +Info 1240 [12:26:51.141] getCompletionData: Semantic work: 16.704280000005383 +Info 1241 [12:26:51.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.643825000006473 +Info 1242 [12:26:51.152] Format host information updated +Info 1243 [12:26:51.403] getCompletionData: Get current token: 0.00620199998957105 +Info 1244 [12:26:51.403] getCompletionData: Is inside comment: 0.013674999994691461 +Info 1245 [12:26:51.403] getCompletionData: Get previous token: 0.010176000010687858 +Info 1246 [12:26:51.403] getCompletionsAtPosition: isCompletionListBlocker: 0.0021009999909438193 +Info 1247 [12:26:51.403] Returning an empty list because completion was requested in an invalid position. +Info 1248 [12:26:51.644] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1249 [12:26:51.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 7.648505999997724ms +Info 1250 [12:26:51.652] Different program with same set of files +Info 1251 [12:26:51.652] getCompletionData: Get current token: 0.006840999994892627 +Info 1252 [12:26:51.652] getCompletionData: Is inside comment: 0.012757000018609688 +Info 1253 [12:26:51.652] getCompletionData: Get previous token: 0.017800999979954213 +Info 1254 [12:26:51.652] getCompletionsAtPosition: isCompletionListBlocker: 0.0024110000231303275 +Info 1255 [12:26:51.652] getExportInfoMap: cache hit +Info 1256 [12:26:51.654] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1257 [12:26:51.654] collectAutoImports: response is complete +Info 1258 [12:26:51.654] collectAutoImports: 1.7788360000122339 +Info 1259 [12:26:51.654] getCompletionData: Semantic work: 2.321066000004066 +Info 1260 [12:26:51.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1926559999992605 +Info 1261 [12:26:51.660] Format host information updated +Info 1262 [12:26:51.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1263 [12:26:51.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 8.195432000007713ms +Info 1264 [12:26:51.861] Different program with same set of files +Info 1265 [12:26:51.861] getCompletionData: Get current token: 0.007452999998349696 +Info 1266 [12:26:51.861] getCompletionData: Is inside comment: 0.013478000008035451 +Info 1267 [12:26:51.862] getCompletionData: Get previous token: 0.01920899999095127 +Info 1268 [12:26:51.862] getCompletionsAtPosition: isCompletionListBlocker: 0.002745000005234033 +Info 1269 [12:26:51.864] getExportInfoMap: cache hit +Info 1270 [12:26:51.865] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1271 [12:26:51.865] collectAutoImports: response is complete +Info 1272 [12:26:51.865] collectAutoImports: 1.5162700000219047 +Info 1273 [12:26:51.865] getCompletionData: Semantic work: 3.567397999984678 +Info 1274 [12:26:51.867] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.930770000006305 +Info 1275 [12:26:51.868] Format host information updated +Info 1276 [12:26:52.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1277 [12:26:52.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 8.549291000002995ms +Info 1278 [12:26:52.199] Different program with same set of files +Info 1279 [12:26:52.200] getCompletionData: Get current token: 0.007440999994287267 +Info 1280 [12:26:52.200] getCompletionData: Is inside comment: 0.0160160000086762 +Info 1281 [12:26:52.200] getCompletionData: Get previous token: 0.012427999987266958 +Info 1282 [12:26:52.200] getCompletionsAtPosition: isCompletionListBlocker: 0.002142000012099743 +Info 1283 [12:26:52.200] getExportInfoMap: cache hit +Info 1284 [12:26:52.215] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1285 [12:26:52.215] collectAutoImports: response is complete +Info 1286 [12:26:52.215] collectAutoImports: 14.393761999992421 +Info 1287 [12:26:52.215] getCompletionData: Semantic work: 15.019606999994721 +Info 1288 [12:26:52.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4160310000006575 +Info 1289 [12:26:52.224] Format host information updated +Info 1290 [12:26:52.304] Format host information updated +Info 1291 [12:26:52.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1292 [12:26:52.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 27.755174999998417ms +Info 1293 [12:26:52.333] Different program with same set of files +Info 1294 [12:26:55.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1295 [12:26:55.284] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 8.385673999990104ms +Info 1296 [12:26:55.284] Different program with same set of files +Info 1297 [12:26:55.284] getCompletionData: Get current token: 0.006137999997008592 +Info 1298 [12:26:55.284] getCompletionData: Is inside comment: 0.01554199997917749 +Info 1299 [12:26:55.284] getCompletionData: Get previous token: 0.02179299999261275 +Info 1300 [12:26:55.284] getCompletionsAtPosition: isCompletionListBlocker: 0.0021129999950062484 +Info 1301 [12:26:55.285] getExportInfoMap: cache hit +Info 1302 [12:26:55.290] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 1303 [12:26:55.290] collectAutoImports: response is complete +Info 1304 [12:26:55.290] collectAutoImports: 4.982671000005212 +Info 1305 [12:26:55.290] getCompletionData: Semantic work: 5.662493999989238 +Info 1306 [12:26:55.292] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.239244999975199 +Info 1307 [12:26:55.293] Format host information updated +Info 1308 [12:26:55.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1309 [12:26:55.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 8.235438000003342ms +Info 1310 [12:26:55.344] Different program with same set of files +Info 1311 [12:26:55.344] getCompletionData: Get current token: 0.008375000004889444 +Info 1312 [12:26:55.344] getCompletionData: Is inside comment: 0.012292000028537586 +Info 1313 [12:26:55.344] getCompletionData: Get previous token: 0.016722000000299886 +Info 1314 [12:26:55.344] getCompletionsAtPosition: isCompletionListBlocker: 0.0023720000172033906 +Info 1315 [12:26:55.345] getExportInfoMap: cache hit +Info 1316 [12:26:55.348] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 1317 [12:26:55.348] collectAutoImports: response is complete +Info 1318 [12:26:55.348] collectAutoImports: 3.347165999992285 +Info 1319 [12:26:55.348] getCompletionData: Semantic work: 4.002135999995517 +Info 1320 [12:26:55.351] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.483600999985356 +Info 1321 [12:26:55.354] Format host information updated +Info 1322 [12:26:55.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1323 [12:26:55.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 7.066831000003731ms +Info 1324 [12:26:55.441] Different program with same set of files +Info 1325 [12:26:55.442] getCompletionData: Get current token: 0.008035000006202608 +Info 1326 [12:26:55.442] getCompletionData: Is inside comment: 0.014051000005565584 +Info 1327 [12:26:55.442] getCompletionData: Get previous token: 0.016487000015331432 +Info 1328 [12:26:55.442] getCompletionsAtPosition: isCompletionListBlocker: 0.018765000015264377 +Info 1329 [12:26:55.442] getExportInfoMap: cache hit +Info 1330 [12:26:55.461] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1331 [12:26:55.461] collectAutoImports: response is complete +Info 1332 [12:26:55.461] collectAutoImports: 18.296724999992875 +Info 1333 [12:26:55.461] getCompletionData: Semantic work: 19.01612699998077 +Info 1334 [12:26:55.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.757677999994485 +Info 1335 [12:26:55.477] Format host information updated +Info 1336 [12:26:55.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1337 [12:26:55.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 6.64122399999178ms +Info 1338 [12:26:55.652] Different program with same set of files +Info 1339 [12:26:55.652] getCompletionData: Get current token: 0.003691999998409301 +Info 1340 [12:26:55.652] getCompletionData: Is inside comment: 0.010524000012082979 +Info 1341 [12:26:55.652] getCompletionData: Get previous token: 0.006747000006726012 +Info 1342 [12:26:55.652] getCompletionsAtPosition: isCompletionListBlocker: 0.010353000019676983 +Info 1343 [12:26:55.653] getExportInfoMap: cache hit +Info 1344 [12:26:55.666] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1345 [12:26:55.666] collectAutoImports: response is complete +Info 1346 [12:26:55.666] collectAutoImports: 13.528693999978714 +Info 1347 [12:26:55.666] getCompletionData: Semantic work: 14.026004999992438 +Info 1348 [12:26:55.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.540525999997044 +Info 1349 [12:26:55.675] Format host information updated +Info 1350 [12:26:55.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1351 [12:26:55.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 8.165933999989647ms +Info 1352 [12:26:55.884] Different program with same set of files +Info 1353 [12:26:55.885] getCompletionData: Get current token: 0.0036389999731909484 +Info 1354 [12:26:55.885] getCompletionData: Is inside comment: 0.038100000005215406 +Info 1355 [12:26:55.885] getCompletionData: Get previous token: 0.009515999990981072 +Info 1356 [12:26:55.885] getCompletionsAtPosition: isCompletionListBlocker: 0.008260999980848283 +Info 1357 [12:26:55.885] getExportInfoMap: cache hit +Info 1358 [12:26:55.903] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1359 [12:26:55.903] collectAutoImports: response is complete +Info 1360 [12:26:55.903] collectAutoImports: 17.659033999982057 +Info 1361 [12:26:55.903] getCompletionData: Semantic work: 18.387449000001652 +Info 1362 [12:26:55.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.6967250000161584 +Info 1363 [12:26:55.915] Format host information updated +Info 1364 [12:26:55.971] Format host information updated +Info 1365 [12:26:55.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1366 [12:26:55.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 12.082152999995742ms +Info 1367 [12:26:55.983] Different program with same set of files +Info 1368 [12:26:56.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1369 [12:26:56.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 10.964459999988321ms +Info 1370 [12:26:56.459] Different program with same set of files +Info 1371 [12:26:56.459] getCompletionData: Get current token: 0.002834999992046505 +Info 1372 [12:26:56.459] getCompletionData: Is inside comment: 0.01079800000297837 +Info 1373 [12:26:56.459] getCompletionData: Get previous token: 0.01473599998280406 +Info 1374 [12:26:56.459] getCompletionsAtPosition: isCompletionListBlocker: 0.008433999988483265 +Info 1375 [12:26:56.460] getExportInfoMap: cache hit +Info 1376 [12:26:56.462] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 1377 [12:26:56.462] collectAutoImports: response is complete +Info 1378 [12:26:56.462] collectAutoImports: 2.160459999984596 +Info 1379 [12:26:56.462] getCompletionData: Semantic work: 2.7563500000105705 +Info 1380 [12:26:56.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0070880000130273 +Info 1381 [12:26:56.467] Format host information updated +Info 1382 [12:26:56.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1383 [12:26:56.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 22.612351999996463ms +Info 1384 [12:26:56.574] Different program with same set of files +Info 1385 [12:26:56.574] getCompletionData: Get current token: 0.010252999985823408 +Info 1386 [12:26:56.575] getCompletionData: Is inside comment: 0.042603000008966774 +Info 1387 [12:26:56.575] getCompletionData: Get previous token: 0.05819599999813363 +Info 1388 [12:26:56.575] getCompletionsAtPosition: isCompletionListBlocker: 0.024925999983679503 +Info 1389 [12:26:56.576] getExportInfoMap: cache hit +Info 1390 [12:26:56.582] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1391 [12:26:56.582] collectAutoImports: response is complete +Info 1392 [12:26:56.582] collectAutoImports: 5.092132000019774 +Info 1393 [12:26:56.582] getCompletionData: Semantic work: 6.944758000026923 +Info 1394 [12:26:56.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.634748999989824 +Info 1395 [12:26:56.588] Format host information updated +Info 1396 [12:26:56.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1397 [12:26:56.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 23.921537999995053ms +Info 1398 [12:26:56.708] Different program with same set of files +Info 1399 [12:26:56.708] getCompletionData: Get current token: 0.0073850000044330955 +Info 1400 [12:26:56.708] getCompletionData: Is inside comment: 0.026347999984864146 +Info 1401 [12:26:56.708] getCompletionData: Get previous token: 0.035860000003594905 +Info 1402 [12:26:56.708] getCompletionsAtPosition: isCompletionListBlocker: 0.012940999993588775 +Info 1403 [12:26:56.709] getExportInfoMap: cache hit +Info 1404 [12:26:56.731] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1405 [12:26:56.731] collectAutoImports: response is complete +Info 1406 [12:26:56.731] collectAutoImports: 21.183925999997882 +Info 1407 [12:26:56.731] getCompletionData: Semantic work: 22.231515000021318 +Info 1408 [12:26:56.736] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4827490000170656 +Info 1409 [12:26:56.741] Format host information updated +Info 1410 [12:26:57.185] getCompletionData: Get current token: 0.002829999983077869 +Info 1411 [12:26:57.185] getCompletionData: Is inside comment: 0.023867999989306554 +Info 1412 [12:26:57.185] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1413 [12:26:57.363] Format host information updated +Info 1414 [12:26:57.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1415 [12:26:57.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 6.57009900000412ms +Info 1416 [12:26:57.370] Different program with same set of files +Info 1417 [12:26:57.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1418 [12:26:57.477] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 6.552551999979187ms +Info 1419 [12:26:57.477] Different program with same set of files +Info 1420 [12:26:57.477] getCompletionData: Get current token: 0.002593000011984259 +Info 1421 [12:26:57.477] getCompletionData: Is inside comment: 0.009500999993178993 +Info 1422 [12:26:57.477] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1423 [12:26:57.477] Format host information updated +Info 1424 [12:26:57.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1425 [12:26:57.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 8.120622999995248ms +Info 1426 [12:26:57.675] Different program with same set of files +Info 1427 [12:26:57.675] getCompletionData: Get current token: 0.004152999987127259 +Info 1428 [12:26:57.675] getCompletionData: Is inside comment: 0.015930999972624704 +Info 1429 [12:26:57.675] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1430 [12:26:57.677] Format host information updated +Info 1431 [12:26:57.771] Format host information updated +Info 1432 [12:26:57.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1433 [12:26:57.778] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 6.28162500000326ms +Info 1434 [12:26:57.778] Different program with same set of files +Info 1435 [12:26:58.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1436 [12:26:58.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 6.6579579999961425ms +Info 1437 [12:26:58.704] Different program with same set of files +Info 1438 [12:26:58.704] getCompletionData: Get current token: 0.0028519999759737402 +Info 1439 [12:26:58.704] getCompletionData: Is inside comment: 0.01007200000458397 +Info 1440 [12:26:58.704] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1441 [12:26:58.707] Format host information updated +Info 1442 [12:26:58.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1443 [12:26:58.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 6.444831000000704ms +Info 1444 [12:26:58.788] Different program with same set of files +Info 1445 [12:26:58.788] getCompletionData: Get current token: 0.0025390000082552433 +Info 1446 [12:26:58.788] getCompletionData: Is inside comment: 0.010278999980073422 +Info 1447 [12:26:58.788] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1448 [12:26:58.788] Format host information updated +Info 1449 [12:26:59.113] getCompletionData: Get current token: 0.0023250000085681677 +Info 1450 [12:26:59.113] getCompletionData: Is inside comment: 0.023634999990463257 +Info 1451 [12:26:59.113] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1452 [12:26:59.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1453 [12:26:59.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 6.26776799999061ms +Info 1454 [12:26:59.402] Different program with same set of files +Info 1455 [12:26:59.403] getCompletionData: Get current token: 0.0030590000096708536 +Info 1456 [12:26:59.403] getCompletionData: Is inside comment: 0.01231499999994412 +Info 1457 [12:26:59.403] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1458 [12:26:59.403] Format host information updated +Info 1459 [12:26:59.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1460 [12:26:59.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 9.418559000012465ms +Info 1461 [12:26:59.606] Different program with same set of files +Info 1462 [12:26:59.607] getCompletionData: Get current token: 0.00346099998569116 +Info 1463 [12:26:59.607] getCompletionData: Is inside comment: 0.013616999989608303 +Info 1464 [12:26:59.607] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1465 [12:26:59.607] Format host information updated +Info 1466 [12:27:00.018] Format host information updated +Info 1467 [12:27:00.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1468 [12:27:00.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 6.137260000017704ms +Info 1469 [12:27:00.024] Different program with same set of files +Info 1470 [12:27:00.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1471 [12:27:00.730] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 6.604174999985844ms +Info 1472 [12:27:00.730] Different program with same set of files +Info 1473 [12:27:00.730] getCompletionData: Get current token: 0.002710000000661239 +Info 1474 [12:27:00.730] getCompletionData: Is inside comment: 0.01034300000173971 +Info 1475 [12:27:00.730] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1476 [12:27:00.733] Format host information updated +Info 1477 [12:27:00.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1478 [12:27:00.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 6.578529999998864ms +Info 1479 [12:27:00.924] Different program with same set of files +Info 1480 [12:27:00.924] getCompletionData: Get current token: 0.0034109999833162874 +Info 1481 [12:27:00.924] getCompletionData: Is inside comment: 0.012092999997548759 +Info 1482 [12:27:00.924] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1483 [12:27:00.924] Format host information updated +Info 1484 [12:27:01.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1485 [12:27:01.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 6.8321519999881275ms +Info 1486 [12:27:01.050] Different program with same set of files +Info 1487 [12:27:01.050] getCompletionData: Get current token: 0.003196000005118549 +Info 1488 [12:27:01.050] getCompletionData: Is inside comment: 0.012083000008715317 +Info 1489 [12:27:01.050] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1490 [12:27:01.053] Format host information updated +Info 1491 [12:27:01.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1492 [12:27:01.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 6.514524999976857ms +Info 1493 [12:27:01.139] Different program with same set of files +Info 1494 [12:27:01.139] getCompletionData: Get current token: 0.0027669999981299043 +Info 1495 [12:27:01.139] getCompletionData: Is inside comment: 0.01075200000195764 +Info 1496 [12:27:01.139] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1497 [12:27:01.139] Format host information updated +Info 1498 [12:27:01.495] getCompletionData: Get current token: 0.00253800000064075 +Info 1499 [12:27:01.495] getCompletionData: Is inside comment: 0.01059799999347888 +Info 1500 [12:27:01.495] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1501 [12:27:01.611] Format host information updated +Info 1502 [12:27:01.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1503 [12:27:01.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 6.190115999983391ms +Info 1504 [12:27:01.617] Different program with same set of files +Info 1505 [12:27:01.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1506 [12:27:01.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 8.683493000018643ms +Info 1507 [12:27:01.762] Different program with same set of files +Info 1508 [12:27:01.763] getCompletionData: Get current token: 0.0029839999915566295 +Info 1509 [12:27:01.763] getCompletionData: Is inside comment: 0.01124399999389425 +Info 1510 [12:27:01.763] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1511 [12:27:01.763] Format host information updated +Info 1512 [12:27:01.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1513 [12:27:01.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 6.228877999994438ms +Info 1514 [12:27:01.952] Different program with same set of files +Info 1515 [12:27:01.952] getCompletionData: Get current token: 0.002798000001348555 +Info 1516 [12:27:01.952] getCompletionData: Is inside comment: 0.011594000010518357 +Info 1517 [12:27:01.952] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1518 [12:27:01.953] Format host information updated +Info 1519 [12:27:02.021] Format host information updated +Info 1520 [12:27:02.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1521 [12:27:02.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 6.448659999994561ms +Info 1522 [12:27:02.028] Different program with same set of files +Info 1523 [12:27:02.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1524 [12:27:02.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 10.894468000013148ms +Info 1525 [12:27:02.397] Different program with same set of files +Info 1526 [12:27:02.397] getCompletionData: Get current token: 0.006365999986883253 +Info 1527 [12:27:02.397] getCompletionData: Is inside comment: 0.02441700000781566 +Info 1528 [12:27:02.398] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1529 [12:27:02.398] Format host information updated +Info 1530 [12:27:02.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1531 [12:27:02.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 6.386752000020351ms +Info 1532 [12:27:02.490] Different program with same set of files +Info 1533 [12:27:02.490] getCompletionData: Get current token: 0.0033810000168159604 +Info 1534 [12:27:02.490] getCompletionData: Is inside comment: 0.012622999987797812 +Info 1535 [12:27:02.490] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1536 [12:27:02.490] Format host information updated +Info 1537 [12:27:02.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1538 [12:27:02.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 6.111181000014767ms +Info 1539 [12:27:02.631] Different program with same set of files +Info 1540 [12:27:02.631] getCompletionData: Get current token: 0.002972999995108694 +Info 1541 [12:27:02.631] getCompletionData: Is inside comment: 0.03581300002406351 +Info 1542 [12:27:02.631] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1543 [12:27:02.632] Format host information updated +Info 1544 [12:27:04.779] Format host information updated +Info 1545 [12:27:07.970] Format host information updated +Info 1546 [12:27:07.971] Format host information updated +Info 1547 [12:27:11.756] Format host information updated +Info 1548 [12:27:13.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1549 [12:27:13.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 9.477983999997377ms +Info 1550 [12:27:13.299] Different program with same set of files +Info 1551 [12:27:13.299] getCompletionData: Get current token: 0.008969000016804785 +Info 1552 [12:27:13.300] getCompletionData: Is inside comment: 0.021764000004623085 +Info 1553 [12:27:13.300] getCompletionData: Get previous token: 0.014128000009804964 +Info 1554 [12:27:13.300] getCompletionsAtPosition: isCompletionListBlocker: 0.0024859999830368906 +Info 1555 [12:27:13.300] getExportInfoMap: cache hit +Info 1556 [12:27:13.314] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1557 [12:27:13.314] collectAutoImports: response is complete +Info 1558 [12:27:13.314] collectAutoImports: 13.709741999977268 +Info 1559 [12:27:13.314] getCompletionData: Semantic work: 14.37143000002834 +Info 1560 [12:27:13.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.410349000012502 +Info 1561 [12:27:13.323] Format host information updated +Info 1562 [12:27:13.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1563 [12:27:13.523] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 9.623137000016868ms +Info 1564 [12:27:13.523] Different program with same set of files +Info 1565 [12:27:13.523] getCompletionData: Get current token: 0.008707000000867993 +Info 1566 [12:27:13.523] getCompletionData: Is inside comment: 0.01700299998628907 +Info 1567 [12:27:13.523] getCompletionData: Get previous token: 0.02509400001144968 +Info 1568 [12:27:13.523] getCompletionsAtPosition: isCompletionListBlocker: 0.003056999994441867 +Info 1569 [12:27:13.524] getExportInfoMap: cache hit +Info 1570 [12:27:13.526] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1571 [12:27:13.526] collectAutoImports: response is complete +Info 1572 [12:27:13.526] collectAutoImports: 1.6831480000109877 +Info 1573 [12:27:13.526] getCompletionData: Semantic work: 2.2743150000169408 +Info 1574 [12:27:13.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2642170000181068 +Info 1575 [12:27:13.529] Format host information updated +Info 1576 [12:27:13.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1577 [12:27:13.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 6.765801000001375ms +Info 1578 [12:27:13.854] Different program with same set of files +Info 1579 [12:27:13.855] getCompletionData: Get current token: 0.010489000007510185 +Info 1580 [12:27:13.855] getCompletionData: Is inside comment: 0.01614799999515526 +Info 1581 [12:27:13.855] getCompletionData: Get previous token: 0.011480000015581027 +Info 1582 [12:27:13.855] getCompletionsAtPosition: isCompletionListBlocker: 0.0019979999924544245 +Info 1583 [12:27:13.855] getExportInfoMap: cache hit +Info 1584 [12:27:13.870] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1585 [12:27:13.870] collectAutoImports: response is complete +Info 1586 [12:27:13.870] collectAutoImports: 14.500456000008853 +Info 1587 [12:27:13.870] getCompletionData: Semantic work: 15.036813999991864 +Info 1588 [12:27:13.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.3526809999893885 +Info 1589 [12:27:13.880] Format host information updated +Info 1590 [12:27:13.976] Format host information updated +Info 1591 [12:27:13.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1592 [12:27:13.985] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 8.498714999994263ms +Info 1593 [12:27:13.985] Different program with same set of files +Info 1594 [12:27:14.721] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1595 [12:27:14.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 7.0530910000088625ms +Info 1596 [12:27:14.729] Different program with same set of files +Info 1597 [12:27:14.729] getCompletionData: Get current token: 0.008730000001378357 +Info 1598 [12:27:14.729] getCompletionData: Is inside comment: 0.016323999996529892 +Info 1599 [12:27:14.729] getCompletionData: Get previous token: 0.011930999986361712 +Info 1600 [12:27:14.729] getCompletionsAtPosition: isCompletionListBlocker: 0.007657999987713993 +Info 1601 [12:27:14.729] getExportInfoMap: cache hit +Info 1602 [12:27:14.748] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1603 [12:27:14.748] collectAutoImports: response is complete +Info 1604 [12:27:14.748] collectAutoImports: 18.123019999999087 +Info 1605 [12:27:14.748] getCompletionData: Semantic work: 18.898714999988442 +Info 1606 [12:27:14.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.435808999987785 +Info 1607 [12:27:14.757] Format host information updated +Info 1608 [12:27:14.993] Format host information updated +Info 1609 [12:27:14.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1610 [12:27:15.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 7.084122000000207ms +Info 1611 [12:27:15.001] Different program with same set of files +Info 1612 [12:27:15.105] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1613 [12:27:15.112] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 7.048943999980111ms +Info 1614 [12:27:15.112] Different program with same set of files +Info 1615 [12:27:15.113] getCompletionData: Get current token: 0.007990000012796372 +Info 1616 [12:27:15.113] getCompletionData: Is inside comment: 0.015971999993780628 +Info 1617 [12:27:15.113] getCompletionData: Get previous token: 0.023194000008516014 +Info 1618 [12:27:15.113] getCompletionsAtPosition: isCompletionListBlocker: 0.002398999989964068 +Info 1619 [12:27:15.113] getExportInfoMap: cache hit +Info 1620 [12:27:15.126] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1621 [12:27:15.126] collectAutoImports: response is complete +Info 1622 [12:27:15.126] collectAutoImports: 12.438769999978831 +Info 1623 [12:27:15.126] getCompletionData: Semantic work: 13.023526000004495 +Info 1624 [12:27:15.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.954937000002246 +Info 1625 [12:27:15.137] Format host information updated +Info 1626 [12:27:15.260] Format host information updated +Info 1627 [12:27:15.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1628 [12:27:15.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 27.0863079999981ms +Info 1629 [12:27:15.288] Different program with same set of files +Info 1630 [12:27:16.634] Format host information updated +Info 1631 [12:27:16.646] forEachExternalModuleToImportFrom autoImportProvider: 1.0174419999821112 +Info 1632 [12:27:17.747] Format host information updated +Info 1633 [12:27:17.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1634 [12:27:17.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.900026999996044ms +Info 1635 [12:27:17.765] Different program with same set of files +Info 1636 [12:27:19.373] getCompletionData: Get current token: 0.0019509999838192016 +Info 1637 [12:27:19.373] getCompletionData: Is inside comment: 0.008315000013681129 +Info 1638 [12:27:19.373] getCompletionData: Get previous token: 0.0055810000048950315 +Info 1639 [12:27:19.373] getCompletionsAtPosition: isCompletionListBlocker: 0.010055000020656735 +Info 1640 [12:27:19.374] getExportInfoMap: cache hit +Info 1641 [12:27:19.386] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 1642 [12:27:19.386] collectAutoImports: response is complete +Info 1643 [12:27:19.386] collectAutoImports: 12.582493000023533 +Info 1644 [12:27:19.386] getCompletionData: Semantic work: 13.357055999978911 +Info 1645 [12:27:19.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.439904999977443 +Info 1646 [12:27:23.259] Format host information updated +Info 1647 [12:27:23.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1648 [12:27:23.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 7.888856000005035ms +Info 1649 [12:27:23.267] Different program with same set of files +Info 1650 [12:27:23.417] Format host information updated +Info 1651 [12:27:23.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1652 [12:27:23.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 6.875384999992093ms +Info 1653 [12:27:23.424] Different program with same set of files +Info 1654 [12:27:25.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1655 [12:27:25.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 8.49813500000164ms +Info 1656 [12:27:25.337] Different program with same set of files +Info 1657 [12:27:25.337] getCompletionData: Get current token: 0.0038179999974090606 +Info 1658 [12:27:25.337] getCompletionData: Is inside comment: 0.0013710000202991068 +Info 1659 [12:27:25.337] getCompletionData: Get previous token: 0.01318200002424419 +Info 1660 [12:27:25.337] getCompletionsAtPosition: isCompletionListBlocker: 0.0014669999945908785 +Info 1661 [12:27:25.337] Returning an empty list because completion was requested in an invalid position. +Info 1662 [12:27:25.337] Format host information updated +Info 1663 [12:27:25.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1664 [12:27:25.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 7.096709999983432ms +Info 1665 [12:27:25.502] Different program with same set of files +Info 1666 [12:27:25.502] getCompletionData: Get current token: 0.0045559999998658895 +Info 1667 [12:27:25.502] getCompletionData: Is inside comment: 0.0013299999991431832 +Info 1668 [12:27:25.502] getCompletionData: Get previous token: 0.013260999985504895 +Info 1669 [12:27:25.502] getCompletionsAtPosition: isCompletionListBlocker: 0.0014910000027157366 +Info 1670 [12:27:25.502] Returning an empty list because completion was requested in an invalid position. +Info 1671 [12:27:25.502] Format host information updated +Info 1672 [12:27:25.601] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1673 [12:27:25.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 9.763469999976223ms +Info 1674 [12:27:25.611] Different program with same set of files +Info 1675 [12:27:25.611] getCompletionData: Get current token: 0.00491600000532344 +Info 1676 [12:27:25.611] getCompletionData: Is inside comment: 0.001556000002892688 +Info 1677 [12:27:25.611] getCompletionData: Get previous token: 0.016494999988935888 +Info 1678 [12:27:25.611] getCompletionsAtPosition: isCompletionListBlocker: 0.0016880000184755772 +Info 1679 [12:27:25.611] Returning an empty list because completion was requested in an invalid position. +Info 1680 [12:27:25.611] Format host information updated +Info 1681 [12:27:25.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1682 [12:27:25.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.608619000006001ms +Info 1683 [12:27:25.681] Different program with same set of files +Info 1684 [12:27:25.681] getCompletionData: Get current token: 0.004806999990250915 +Info 1685 [12:27:25.681] getCompletionData: Is inside comment: 0.0013620000099763274 +Info 1686 [12:27:25.681] getCompletionData: Get previous token: 0.014254000008804724 +Info 1687 [12:27:25.681] getCompletionsAtPosition: isCompletionListBlocker: 0.0015719999792054296 +Info 1688 [12:27:25.681] Returning an empty list because completion was requested in an invalid position. +Info 1689 [12:27:25.681] Format host information updated +Info 1690 [12:27:25.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1691 [12:27:25.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 9.340477999998257ms +Info 1692 [12:27:25.793] Different program with same set of files +Info 1693 [12:27:25.793] getCompletionData: Get current token: 0.005468999996082857 +Info 1694 [12:27:25.793] getCompletionData: Is inside comment: 0.0015230000135488808 +Info 1695 [12:27:25.793] getCompletionData: Get previous token: 0.016761000006226823 +Info 1696 [12:27:25.793] getCompletionsAtPosition: isCompletionListBlocker: 0.001824999984819442 +Info 1697 [12:27:25.793] Returning an empty list because completion was requested in an invalid position. +Info 1698 [12:27:25.794] Format host information updated +Info 1699 [12:28:13.819] getCompletionData: Get current token: 0.003616000001784414 +Info 1700 [12:28:13.819] getCompletionData: Is inside comment: 0.009840999962761998 +Info 1701 [12:28:13.819] getCompletionData: Get previous token: 0.006186000013258308 +Info 1702 [12:28:13.819] getCompletionsAtPosition: isCompletionListBlocker: 0.009525000001303852 +Info 1703 [12:28:13.819] getExportInfoMap: cache hit +Info 1704 [12:28:13.839] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 1705 [12:28:13.839] collectAutoImports: response is complete +Info 1706 [12:28:13.839] collectAutoImports: 19.552540999953635 +Info 1707 [12:28:13.839] getCompletionData: Semantic work: 20.160956000036094 +Info 1708 [12:28:13.846] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.007752000004984 +Info 1709 [12:28:15.625] Format host information updated +Info 1710 [12:28:15.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1711 [12:28:15.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 9.665319999970961ms +Info 1712 [12:28:15.635] Different program with same set of files +Info 1713 [12:28:16.010] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1714 [12:28:16.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 10.588414999947418ms +Info 1715 [12:28:16.021] Different program with same set of files +Info 1716 [12:28:16.021] getCompletionData: Get current token: 0.00635899999178946 +Info 1717 [12:28:16.021] getCompletionData: Is inside comment: 0.011551000003237277 +Info 1718 [12:28:16.021] getCompletionData: Get previous token: 0.007611000037286431 +Info 1719 [12:28:16.021] getCompletionsAtPosition: isCompletionListBlocker: 0.0020229999790899456 +Info 1720 [12:28:16.022] getExportInfoMap: cache hit +Info 1721 [12:28:16.036] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1722 [12:28:16.036] collectAutoImports: response is complete +Info 1723 [12:28:16.036] collectAutoImports: 13.50762599997688 +Info 1724 [12:28:16.036] getCompletionData: Semantic work: 14.66703300003428 +Info 1725 [12:28:16.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.764445999986492 +Info 1726 [12:28:16.048] Format host information updated +Info 1727 [12:28:16.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1728 [12:28:16.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 8.656087000039406ms +Info 1729 [12:28:16.079] Different program with same set of files +Info 1730 [12:28:16.079] getCompletionData: Get current token: 0.005548999994061887 +Info 1731 [12:28:16.079] getCompletionData: Is inside comment: 0.01112400001147762 +Info 1732 [12:28:16.079] getCompletionData: Get previous token: 0.00777099997503683 +Info 1733 [12:28:16.079] getCompletionsAtPosition: isCompletionListBlocker: 0.007085999997798353 +Info 1734 [12:28:16.080] getExportInfoMap: cache hit +Info 1735 [12:28:16.095] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1736 [12:28:16.095] collectAutoImports: response is complete +Info 1737 [12:28:16.095] collectAutoImports: 14.823600000003353 +Info 1738 [12:28:16.095] getCompletionData: Semantic work: 15.3265389999724 +Info 1739 [12:28:16.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.80629899998894 +Info 1740 [12:28:16.104] Format host information updated +Info 1741 [12:28:17.941] getCompletionData: Get current token: 0.0064990000100806355 +Info 1742 [12:28:17.941] getCompletionData: Is inside comment: 0.011829999973997474 +Info 1743 [12:28:17.942] getCompletionData: Get previous token: 0.010282999952323735 +Info 1744 [12:28:17.942] getCompletionsAtPosition: isCompletionListBlocker: 0.0020299999741837382 +Info 1745 [12:28:17.942] getExportInfoMap: cache hit +Info 1746 [12:28:17.957] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1747 [12:28:17.957] collectAutoImports: response is complete +Info 1748 [12:28:17.957] collectAutoImports: 14.905469999997877 +Info 1749 [12:28:17.957] getCompletionData: Semantic work: 15.51726500003133 +Info 1750 [12:28:17.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.231393000052776 +Info 1751 [12:28:18.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1752 [12:28:18.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 7.827847999986261ms +Info 1753 [12:28:18.172] Different program with same set of files +Info 1754 [12:28:18.172] getCompletionData: Get current token: 0.007775000005494803 +Info 1755 [12:28:18.172] getCompletionData: Is inside comment: 0.014114000019617379 +Info 1756 [12:28:18.172] getCompletionData: Get previous token: 0.018466999987140298 +Info 1757 [12:28:18.172] getCompletionsAtPosition: isCompletionListBlocker: 0.0023250000085681677 +Info 1758 [12:28:18.172] getExportInfoMap: cache hit +Info 1759 [12:28:18.177] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 218 from cache +Info 1760 [12:28:18.177] collectAutoImports: response is complete +Info 1761 [12:28:18.177] collectAutoImports: 4.601070999982767 +Info 1762 [12:28:18.177] getCompletionData: Semantic work: 5.168269000016153 +Info 1763 [12:28:18.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.876529000001028 +Info 1764 [12:28:18.183] Format host information updated +Info 1765 [12:28:18.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1766 [12:28:18.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 7.06067100004293ms +Info 1767 [12:28:18.349] Different program with same set of files +Info 1768 [12:28:18.349] getCompletionData: Get current token: 0.007618000032380223 +Info 1769 [12:28:18.349] getCompletionData: Is inside comment: 0.01542800001334399 +Info 1770 [12:28:18.349] getCompletionData: Get previous token: 0.03981099999509752 +Info 1771 [12:28:18.349] getCompletionsAtPosition: isCompletionListBlocker: 0.0026840000064112246 +Info 1772 [12:28:18.350] getExportInfoMap: cache hit +Info 1773 [12:28:18.353] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 137 from cache +Info 1774 [12:28:18.353] collectAutoImports: response is complete +Info 1775 [12:28:18.353] collectAutoImports: 3.1183989999699406 +Info 1776 [12:28:18.353] getCompletionData: Semantic work: 3.921845000004396 +Info 1777 [12:28:18.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.49131099996157 +Info 1778 [12:28:18.358] Format host information updated +Info 1779 [12:28:18.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1780 [12:28:18.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 17.130714000028092ms +Info 1781 [12:28:18.438] Different program with same set of files +Info 1782 [12:28:18.438] getCompletionData: Get current token: 0.017800999979954213 +Info 1783 [12:28:18.438] getCompletionData: Is inside comment: 0.03096100001130253 +Info 1784 [12:28:18.438] getCompletionData: Get previous token: 0.038019000028725713 +Info 1785 [12:28:18.438] getCompletionsAtPosition: isCompletionListBlocker: 0.004077999969013035 +Info 1786 [12:28:18.439] getExportInfoMap: cache hit +Info 1787 [12:28:18.445] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 133 from cache +Info 1788 [12:28:18.445] collectAutoImports: response is complete +Info 1789 [12:28:18.445] collectAutoImports: 5.977981999982148 +Info 1790 [12:28:18.445] getCompletionData: Semantic work: 7.13826599996537 +Info 1791 [12:28:18.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.779074999969453 +Info 1792 [12:28:18.452] Format host information updated +Info 1793 [12:28:18.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1794 [12:28:18.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 11.934124999970663ms +Info 1795 [12:28:18.777] Different program with same set of files +Info 1796 [12:28:18.778] getCompletionData: Get current token: 0.013988999999128282 +Info 1797 [12:28:18.778] getCompletionData: Is inside comment: 0.02427900000475347 +Info 1798 [12:28:18.778] getCompletionData: Get previous token: 0.034820000000763685 +Info 1799 [12:28:18.778] getCompletionsAtPosition: isCompletionListBlocker: 0.002617000020109117 +Info 1800 [12:28:18.779] getExportInfoMap: cache hit +Info 1801 [12:28:18.784] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 137 from cache +Info 1802 [12:28:18.784] collectAutoImports: response is complete +Info 1803 [12:28:18.784] collectAutoImports: 5.018930000020191 +Info 1804 [12:28:18.784] getCompletionData: Semantic work: 6.05276899994351 +Info 1805 [12:28:18.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.07838099997025 +Info 1806 [12:28:18.791] Format host information updated +Info 1807 [12:28:18.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1808 [12:28:18.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 8.467785999993794ms +Info 1809 [12:28:18.922] Different program with same set of files +Info 1810 [12:28:18.922] getCompletionData: Get current token: 0.0066849999711848795 +Info 1811 [12:28:18.922] getCompletionData: Is inside comment: 0.012432000017724931 +Info 1812 [12:28:18.922] getCompletionData: Get previous token: 0.016038000001572073 +Info 1813 [12:28:18.922] getCompletionsAtPosition: isCompletionListBlocker: 0.0021779999951831996 +Info 1814 [12:28:18.923] getExportInfoMap: cache hit +Info 1815 [12:28:18.928] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 218 from cache +Info 1816 [12:28:18.928] collectAutoImports: response is complete +Info 1817 [12:28:18.928] collectAutoImports: 5.1366479999851435 +Info 1818 [12:28:18.928] getCompletionData: Semantic work: 5.734525999985635 +Info 1819 [12:28:18.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.975525999965612 +Info 1820 [12:28:18.932] Format host information updated +Info 1821 [12:28:19.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1822 [12:28:19.067] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 9.043807000038214ms +Info 1823 [12:28:19.067] Different program with same set of files +Info 1824 [12:28:19.067] getCompletionData: Get current token: 0.010280999995302409 +Info 1825 [12:28:19.067] getCompletionData: Is inside comment: 0.016250999993644655 +Info 1826 [12:28:19.067] getCompletionData: Get previous token: 0.011632000037934631 +Info 1827 [12:28:19.067] getCompletionsAtPosition: isCompletionListBlocker: 0.0022190000163391232 +Info 1828 [12:28:19.068] getExportInfoMap: cache hit +Info 1829 [12:28:19.084] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1830 [12:28:19.084] collectAutoImports: response is complete +Info 1831 [12:28:19.084] collectAutoImports: 16.29865500004962 +Info 1832 [12:28:19.084] getCompletionData: Semantic work: 17.03061900002649 +Info 1833 [12:28:19.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.854738999973051 +Info 1834 [12:28:19.097] Format host information updated +Info 1835 [12:28:19.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1836 [12:28:19.253] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 7.268370000005234ms +Info 1837 [12:28:19.253] Different program with same set of files +Info 1838 [12:28:19.253] getCompletionData: Get current token: 0.007509000017307699 +Info 1839 [12:28:19.253] getCompletionData: Is inside comment: 0.01751999999396503 +Info 1840 [12:28:19.253] getCompletionData: Get previous token: 0.019718000025022775 +Info 1841 [12:28:19.253] getCompletionsAtPosition: isCompletionListBlocker: 0.0020859999931417406 +Info 1842 [12:28:19.254] getExportInfoMap: cache hit +Info 1843 [12:28:19.259] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 1844 [12:28:19.259] collectAutoImports: response is complete +Info 1845 [12:28:19.259] collectAutoImports: 4.864253000007011 +Info 1846 [12:28:19.259] getCompletionData: Semantic work: 5.424240999971516 +Info 1847 [12:28:19.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.039411999983713 +Info 1848 [12:28:19.263] Format host information updated +Info 1849 [12:28:19.385] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1850 [12:28:19.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 25.88479699997697ms +Info 1851 [12:28:19.411] Different program with same set of files +Info 1852 [12:28:19.411] getCompletionData: Get current token: 0.02544500003568828 +Info 1853 [12:28:19.411] getCompletionData: Is inside comment: 0.04504700005054474 +Info 1854 [12:28:19.412] getCompletionData: Get previous token: 0.05680600000778213 +Info 1855 [12:28:19.412] getCompletionsAtPosition: isCompletionListBlocker: 0.005270000023301691 +Info 1856 [12:28:19.413] getExportInfoMap: cache hit +Info 1857 [12:28:19.423] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 115 from cache +Info 1858 [12:28:19.423] collectAutoImports: response is complete +Info 1859 [12:28:19.423] collectAutoImports: 9.907883000036236 +Info 1860 [12:28:19.423] getCompletionData: Semantic work: 11.270780999970157 +Info 1861 [12:28:19.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.647090999991633 +Info 1862 [12:28:19.428] Format host information updated +Info 1863 [12:28:19.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1864 [12:28:19.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 6.973199000000022ms +Info 1865 [12:28:19.577] Different program with same set of files +Info 1866 [12:28:19.577] getCompletionData: Get current token: 0.007849999994505197 +Info 1867 [12:28:19.577] getCompletionData: Is inside comment: 0.014143000007607043 +Info 1868 [12:28:19.577] getCompletionData: Get previous token: 0.03386399999726564 +Info 1869 [12:28:19.577] getCompletionsAtPosition: isCompletionListBlocker: 0.0023369999835267663 +Info 1870 [12:28:19.577] getExportInfoMap: cache hit +Info 1871 [12:28:19.579] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 1872 [12:28:19.579] collectAutoImports: response is complete +Info 1873 [12:28:19.579] collectAutoImports: 1.8930340000079013 +Info 1874 [12:28:19.579] getCompletionData: Semantic work: 2.4111870000488125 +Info 1875 [12:28:19.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2088939999812283 +Info 1876 [12:28:19.583] Format host information updated +Info 1877 [12:28:19.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1878 [12:28:19.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 8.239597000007052ms +Info 1879 [12:28:19.852] Different program with same set of files +Info 1880 [12:28:19.852] getCompletionData: Get current token: 0.006680999998934567 +Info 1881 [12:28:19.852] getCompletionData: Is inside comment: 0.012224000005517155 +Info 1882 [12:28:19.852] getCompletionData: Get previous token: 0.015628999972250313 +Info 1883 [12:28:19.852] getCompletionsAtPosition: isCompletionListBlocker: 0.0019160000374540687 +Info 1884 [12:28:19.853] getExportInfoMap: cache hit +Info 1885 [12:28:19.854] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 22 from cache +Info 1886 [12:28:19.854] collectAutoImports: response is complete +Info 1887 [12:28:19.854] collectAutoImports: 1.621045000036247 +Info 1888 [12:28:19.854] getCompletionData: Semantic work: 2.0925419999985024 +Info 1889 [12:28:19.856] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.958582999999635 +Info 1890 [12:28:19.857] Format host information updated +Info 1891 [12:28:19.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1892 [12:28:19.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 26.029202999954578ms +Info 1893 [12:28:19.954] Different program with same set of files +Info 1894 [12:28:19.955] getCompletionData: Get current token: 0.03528200002619997 +Info 1895 [12:28:19.955] getCompletionData: Is inside comment: 0.0663349999813363 +Info 1896 [12:28:19.955] getCompletionData: Get previous token: 0.08099300001049414 +Info 1897 [12:28:19.955] getCompletionsAtPosition: isCompletionListBlocker: 0.00705100002232939 +Info 1898 [12:28:19.957] getExportInfoMap: cache hit +Info 1899 [12:28:19.962] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 1900 [12:28:19.962] collectAutoImports: response is complete +Info 1901 [12:28:19.962] collectAutoImports: 5.004944000043906 +Info 1902 [12:28:19.962] getCompletionData: Semantic work: 6.7316330000176094 +Info 1903 [12:28:19.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4117430000333115 +Info 1904 [12:28:19.970] Format host information updated +Info 1905 [12:28:20.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1906 [12:28:20.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 18.99053000001004ms +Info 1907 [12:28:20.059] Different program with same set of files +Info 1908 [12:28:20.060] getCompletionData: Get current token: 0.03128599998308346 +Info 1909 [12:28:20.060] getCompletionData: Is inside comment: 0.047872999974060804 +Info 1910 [12:28:20.060] getCompletionData: Get previous token: 0.0573619999922812 +Info 1911 [12:28:20.060] getCompletionsAtPosition: isCompletionListBlocker: 0.005120000045280904 +Info 1912 [12:28:20.062] getExportInfoMap: cache hit +Info 1913 [12:28:20.066] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 1914 [12:28:20.066] collectAutoImports: response is complete +Info 1915 [12:28:20.066] collectAutoImports: 4.386707999976352 +Info 1916 [12:28:20.066] getCompletionData: Semantic work: 5.897698000015225 +Info 1917 [12:28:20.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.122889999998733 +Info 1918 [12:28:20.072] Format host information updated +Info 1919 [12:28:20.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1920 [12:28:20.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 13.172801000007894ms +Info 1921 [12:28:20.125] Different program with same set of files +Info 1922 [12:28:20.126] getCompletionData: Get current token: 0.012308000004850328 +Info 1923 [12:28:20.126] getCompletionData: Is inside comment: 0.0212730000494048 +Info 1924 [12:28:20.126] getCompletionData: Get previous token: 0.02587599999969825 +Info 1925 [12:28:20.126] getCompletionsAtPosition: isCompletionListBlocker: 0.003056999994441867 +Info 1926 [12:28:20.127] getExportInfoMap: cache hit +Info 1927 [12:28:20.129] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 1928 [12:28:20.129] collectAutoImports: response is complete +Info 1929 [12:28:20.129] collectAutoImports: 2.6274829999892972 +Info 1930 [12:28:20.129] getCompletionData: Semantic work: 3.405330000037793 +Info 1931 [12:28:20.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0479019999620505 +Info 1932 [12:28:20.134] Format host information updated +Info 1933 [12:28:20.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1934 [12:28:20.284] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 24.48388499999419ms +Info 1935 [12:28:20.284] Different program with same set of files +Info 1936 [12:28:20.285] getCompletionData: Get current token: 0.025162999983876944 +Info 1937 [12:28:20.285] getCompletionData: Is inside comment: 0.04336700000567362 +Info 1938 [12:28:20.285] getCompletionData: Get previous token: 0.05343699996592477 +Info 1939 [12:28:20.285] getCompletionsAtPosition: isCompletionListBlocker: 0.005256999982520938 +Info 1940 [12:28:20.286] getExportInfoMap: cache hit +Info 1941 [12:28:20.291] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 1942 [12:28:20.291] collectAutoImports: response is complete +Info 1943 [12:28:20.291] collectAutoImports: 4.247697999991942 +Info 1944 [12:28:20.291] getCompletionData: Semantic work: 5.599736000003759 +Info 1945 [12:28:20.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0596629999927245 +Info 1946 [12:28:20.298] Format host information updated +Info 1947 [12:28:20.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1948 [12:28:20.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 7.607665000017732ms +Info 1949 [12:28:20.329] Different program with same set of files +Info 1950 [12:28:20.329] getCompletionData: Get current token: 0.009581000020261854 +Info 1951 [12:28:20.329] getCompletionData: Is inside comment: 0.016666000010445714 +Info 1952 [12:28:20.330] getCompletionData: Get previous token: 0.014688999974168837 +Info 1953 [12:28:20.330] getCompletionsAtPosition: isCompletionListBlocker: 0.05328100000042468 +Info 1954 [12:28:20.330] getExportInfoMap: cache hit +Info 1955 [12:28:20.342] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 1956 [12:28:20.342] collectAutoImports: response is complete +Info 1957 [12:28:20.342] collectAutoImports: 11.601208999985829 +Info 1958 [12:28:20.342] getCompletionData: Semantic work: 12.183122000016738 +Info 1959 [12:28:20.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.753711999976076 +Info 1960 [12:28:20.351] Format host information updated +Info 1961 [12:28:20.468] Format host information updated +Info 1962 [12:28:20.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1963 [12:28:20.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 25.13604100001976ms +Info 1964 [12:28:20.494] Different program with same set of files +Info 1965 [12:28:21.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1966 [12:28:21.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 6.697948999993969ms +Info 1967 [12:28:21.639] Different program with same set of files +Info 1968 [12:28:21.639] getCompletionData: Get current token: 0.0061920000007376075 +Info 1969 [12:28:21.639] getCompletionData: Is inside comment: 0.012129000038839877 +Info 1970 [12:28:21.639] getCompletionData: Get previous token: 0.015603000007104129 +Info 1971 [12:28:21.640] getCompletionsAtPosition: isCompletionListBlocker: 0.004247999982908368 +Info 1972 [12:28:21.640] getExportInfoMap: cache hit +Info 1973 [12:28:21.644] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 1974 [12:28:21.644] collectAutoImports: response is complete +Info 1975 [12:28:21.644] collectAutoImports: 4.025825000018813 +Info 1976 [12:28:21.644] getCompletionData: Semantic work: 4.518646999960765 +Info 1977 [12:28:21.646] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9248299999744631 +Info 1978 [12:28:21.647] Format host information updated +Info 1979 [12:28:21.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1980 [12:28:21.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 6.432892000011634ms +Info 1981 [12:28:21.813] Different program with same set of files +Info 1982 [12:28:21.813] getCompletionData: Get current token: 0.008047000039368868 +Info 1983 [12:28:21.813] getCompletionData: Is inside comment: 0.013892000017222017 +Info 1984 [12:28:21.813] getCompletionData: Get previous token: 0.018450999981723726 +Info 1985 [12:28:21.813] getCompletionsAtPosition: isCompletionListBlocker: 0.004363999993074685 +Info 1986 [12:28:21.814] getExportInfoMap: cache hit +Info 1987 [12:28:21.816] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1988 [12:28:21.816] collectAutoImports: response is complete +Info 1989 [12:28:21.816] collectAutoImports: 2.188298000022769 +Info 1990 [12:28:21.816] getCompletionData: Semantic work: 2.698952000006102 +Info 1991 [12:28:21.818] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.939100999967195 +Info 1992 [12:28:21.819] Format host information updated +Info 1993 [12:28:21.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1994 [12:28:21.900] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 13.58821600000374ms +Info 1995 [12:28:21.900] Different program with same set of files +Info 1996 [12:28:21.900] getCompletionData: Get current token: 0.017835000006016344 +Info 1997 [12:28:21.900] getCompletionData: Is inside comment: 0.03382399998372421 +Info 1998 [12:28:21.900] getCompletionData: Get previous token: 0.04143300000578165 +Info 1999 [12:28:21.900] getCompletionsAtPosition: isCompletionListBlocker: 0.008427999971900135 +Info 2000 [12:28:21.901] getExportInfoMap: cache hit +Info 2001 [12:28:21.905] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 2002 [12:28:21.906] collectAutoImports: response is complete +Info 2003 [12:28:21.906] collectAutoImports: 4.03718200000003 +Info 2004 [12:28:21.906] getCompletionData: Semantic work: 5.137129999988247 +Info 2005 [12:28:21.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.66562200000044 +Info 2006 [12:28:21.915] Format host information updated +Info 2007 [12:28:22.120] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2008 [12:28:22.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 7.942746000015177ms +Info 2009 [12:28:22.128] Different program with same set of files +Info 2010 [12:28:22.128] getCompletionData: Get current token: 0.0070100000011734664 +Info 2011 [12:28:22.128] getCompletionData: Is inside comment: 0.012535000045318156 +Info 2012 [12:28:22.128] getCompletionData: Get previous token: 0.01666199997998774 +Info 2013 [12:28:22.128] getCompletionsAtPosition: isCompletionListBlocker: 0.003953999956138432 +Info 2014 [12:28:22.129] getExportInfoMap: cache hit +Info 2015 [12:28:22.130] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 2016 [12:28:22.130] collectAutoImports: response is complete +Info 2017 [12:28:22.130] collectAutoImports: 1.45227700000396 +Info 2018 [12:28:22.130] getCompletionData: Semantic work: 1.9452729999902658 +Info 2019 [12:28:22.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.73589599999832 +Info 2020 [12:28:22.135] Format host information updated +Info 2021 [12:28:22.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2022 [12:28:22.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 6.981761000002734ms +Info 2023 [12:28:22.268] Different program with same set of files +Info 2024 [12:28:22.268] getCompletionData: Get current token: 0.008575999992899597 +Info 2025 [12:28:22.268] getCompletionData: Is inside comment: 0.015233999991323799 +Info 2026 [12:28:22.268] getCompletionData: Get previous token: 0.020123999973293394 +Info 2027 [12:28:22.268] getCompletionsAtPosition: isCompletionListBlocker: 0.004378000041469932 +Info 2028 [12:28:22.268] getExportInfoMap: cache hit +Info 2029 [12:28:22.270] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2030 [12:28:22.270] collectAutoImports: response is complete +Info 2031 [12:28:22.270] collectAutoImports: 1.6824350000242703 +Info 2032 [12:28:22.270] getCompletionData: Semantic work: 2.238405000010971 +Info 2033 [12:28:22.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0758090000017546 +Info 2034 [12:28:22.273] Format host information updated +Info 2035 [12:28:22.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2036 [12:28:22.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 8.404631999961566ms +Info 2037 [12:28:22.372] Different program with same set of files +Info 2038 [12:28:22.372] getCompletionData: Get current token: 0.02334700000938028 +Info 2039 [12:28:22.372] getCompletionData: Is inside comment: 0.016475000011269003 +Info 2040 [12:28:22.372] getCompletionData: Get previous token: 0.02007600001525134 +Info 2041 [12:28:22.372] getCompletionsAtPosition: isCompletionListBlocker: 0.004656000004615635 +Info 2042 [12:28:22.373] getExportInfoMap: cache hit +Info 2043 [12:28:22.374] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2044 [12:28:22.374] collectAutoImports: response is complete +Info 2045 [12:28:22.374] collectAutoImports: 1.7025019999709912 +Info 2046 [12:28:22.374] getCompletionData: Semantic work: 2.266711000003852 +Info 2047 [12:28:22.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0695490000071004 +Info 2048 [12:28:22.377] Format host information updated +Info 2049 [12:28:22.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2050 [12:28:22.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 6.4135510000051ms +Info 2051 [12:28:22.503] Different program with same set of files +Info 2052 [12:28:22.503] getCompletionData: Get current token: 0.007594000024255365 +Info 2053 [12:28:22.503] getCompletionData: Is inside comment: 0.013669999956618994 +Info 2054 [12:28:22.503] getCompletionData: Get previous token: 0.017754999978933483 +Info 2055 [12:28:22.503] getCompletionsAtPosition: isCompletionListBlocker: 0.0046239999937824905 +Info 2056 [12:28:22.504] getExportInfoMap: cache hit +Info 2057 [12:28:22.518] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2058 [12:28:22.518] collectAutoImports: response is complete +Info 2059 [12:28:22.518] collectAutoImports: 13.724517999973614 +Info 2060 [12:28:22.518] getCompletionData: Semantic work: 14.245690999960061 +Info 2061 [12:28:22.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.237835999985691 +Info 2062 [12:28:22.527] Format host information updated +Info 2063 [12:28:26.499] Format host information updated +Info 2064 [12:28:26.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2065 [12:28:26.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 6.614891999983229ms +Info 2066 [12:28:26.506] Different program with same set of files +Info 2067 [12:28:26.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2068 [12:28:26.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 7.064948000013828ms +Info 2069 [12:28:26.629] Different program with same set of files +Info 2070 [12:28:26.629] getCompletionData: Get current token: 0.0036819999804720283 +Info 2071 [12:28:26.629] getCompletionData: Is inside comment: 0.010710999951697886 +Info 2072 [12:28:26.629] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2073 [12:28:26.629] Format host information updated +Info 2074 [12:28:26.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2075 [12:28:26.759] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 7.128289999964181ms +Info 2076 [12:28:26.759] Different program with same set of files +Info 2077 [12:28:26.760] getCompletionData: Get current token: 0.007481000036932528 +Info 2078 [12:28:26.760] getCompletionData: Is inside comment: 0.01397299999371171 +Info 2079 [12:28:26.760] getCompletionData: Get previous token: 0.010254000022541732 +Info 2080 [12:28:26.760] getCompletionsAtPosition: isCompletionListBlocker: 0.006348999973852187 +Info 2081 [12:28:26.760] getExportInfoMap: cache hit +Info 2082 [12:28:26.778] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2083 [12:28:26.778] collectAutoImports: response is complete +Info 2084 [12:28:26.778] collectAutoImports: 17.77672700001858 +Info 2085 [12:28:26.778] getCompletionData: Semantic work: 18.435081999981776 +Info 2086 [12:28:26.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.63232000003336 +Info 2087 [12:28:26.788] Format host information updated +Info 2088 [12:28:26.963] getCompletionData: Get current token: 0.007097999972756952 +Info 2089 [12:28:26.963] getCompletionData: Is inside comment: 0.013573999982327223 +Info 2090 [12:28:26.963] getCompletionData: Get previous token: 0.010051999997813255 +Info 2091 [12:28:26.963] getCompletionsAtPosition: isCompletionListBlocker: 0.0015350000467151403 +Info 2092 [12:28:26.963] Returning an empty list because completion was requested in an invalid position. +Info 2093 [12:28:27.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2094 [12:28:27.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 7.223612000001594ms +Info 2095 [12:28:27.174] Different program with same set of files +Info 2096 [12:28:27.175] getCompletionData: Get current token: 0.0048810000298544765 +Info 2097 [12:28:27.175] getCompletionData: Is inside comment: 0.015217999985907227 +Info 2098 [12:28:27.175] getCompletionData: Get previous token: 0.03858200000831857 +Info 2099 [12:28:27.175] getCompletionsAtPosition: isCompletionListBlocker: 0.002833999984432012 +Info 2100 [12:28:27.175] getExportInfoMap: cache hit +Info 2101 [12:28:27.177] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2102 [12:28:27.177] collectAutoImports: response is complete +Info 2103 [12:28:27.177] collectAutoImports: 1.932027000002563 +Info 2104 [12:28:27.177] getCompletionData: Semantic work: 2.559986000007484 +Info 2105 [12:28:27.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7693769999896176 +Info 2106 [12:28:27.182] Format host information updated +Info 2107 [12:28:27.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2108 [12:28:27.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 7.117207999981474ms +Info 2109 [12:28:27.726] Different program with same set of files +Info 2110 [12:28:27.726] getCompletionData: Get current token: 0.004244999960064888 +Info 2111 [12:28:27.726] getCompletionData: Is inside comment: 0.0137700000195764 +Info 2112 [12:28:27.726] getCompletionData: Get previous token: 0.009683999989647418 +Info 2113 [12:28:27.726] getCompletionsAtPosition: isCompletionListBlocker: 0.0018500000005587935 +Info 2114 [12:28:27.727] getExportInfoMap: cache hit +Info 2115 [12:28:27.740] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2116 [12:28:27.740] collectAutoImports: response is complete +Info 2117 [12:28:27.740] collectAutoImports: 13.205125999986194 +Info 2118 [12:28:27.740] getCompletionData: Semantic work: 13.713729000010062 +Info 2119 [12:28:27.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.102427000005264 +Info 2120 [12:28:27.749] Format host information updated +Info 2121 [12:28:27.836] Format host information updated +Info 2122 [12:28:27.836] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2123 [12:28:27.844] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 8.101734999974724ms +Info 2124 [12:28:27.844] Different program with same set of files +Info 2125 [12:28:27.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2126 [12:28:27.980] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 8.680960000026971ms +Info 2127 [12:28:27.980] Different program with same set of files +Info 2128 [12:28:27.980] getCompletionData: Get current token: 0.004017000028397888 +Info 2129 [12:28:27.980] getCompletionData: Is inside comment: 0.013271000003442168 +Info 2130 [12:28:27.980] getCompletionData: Get previous token: 0.018856999988202006 +Info 2131 [12:28:27.980] getCompletionsAtPosition: isCompletionListBlocker: 0.0019169999868609011 +Info 2132 [12:28:27.981] getExportInfoMap: cache hit +Info 2133 [12:28:27.984] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 2134 [12:28:27.984] collectAutoImports: response is complete +Info 2135 [12:28:27.984] collectAutoImports: 3.3878969999495894 +Info 2136 [12:28:27.984] getCompletionData: Semantic work: 3.909870999981649 +Info 2137 [12:28:27.987] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9950100000132807 +Info 2138 [12:28:27.989] Format host information updated +Info 2139 [12:28:28.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2140 [12:28:28.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 14.443021000013687ms +Info 2141 [12:28:28.063] Different program with same set of files +Info 2142 [12:28:28.064] getCompletionData: Get current token: 0.012084999994840473 +Info 2143 [12:28:28.064] getCompletionData: Is inside comment: 0.04291899997042492 +Info 2144 [12:28:28.064] getCompletionData: Get previous token: 0.09068099997239187 +Info 2145 [12:28:28.064] getCompletionsAtPosition: isCompletionListBlocker: 0.004207999969366938 +Info 2146 [12:28:28.065] getExportInfoMap: cache hit +Info 2147 [12:28:28.071] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 2148 [12:28:28.071] collectAutoImports: response is complete +Info 2149 [12:28:28.071] collectAutoImports: 6.226488999964204 +Info 2150 [12:28:28.071] getCompletionData: Semantic work: 7.528698000009172 +Info 2151 [12:28:28.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8060350000159815 +Info 2152 [12:28:28.080] Format host information updated +Info 2153 [12:28:28.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2154 [12:28:28.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 24.588993999990635ms +Info 2155 [12:28:28.231] Different program with same set of files +Info 2156 [12:28:28.232] getCompletionData: Get current token: 0.01376699999673292 +Info 2157 [12:28:28.232] getCompletionData: Is inside comment: 0.03764300001785159 +Info 2158 [12:28:28.232] getCompletionData: Get previous token: 0.0481850000214763 +Info 2159 [12:28:28.232] getCompletionsAtPosition: isCompletionListBlocker: 0.004641000006813556 +Info 2160 [12:28:28.233] getExportInfoMap: cache hit +Info 2161 [12:28:28.256] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2162 [12:28:28.256] collectAutoImports: response is complete +Info 2163 [12:28:28.256] collectAutoImports: 22.72869299998274 +Info 2164 [12:28:28.256] getCompletionData: Semantic work: 24.247858999995515 +Info 2165 [12:28:28.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.085522999987006 +Info 2166 [12:28:28.266] Format host information updated +Info 2167 [12:28:28.397] Format host information updated +Info 2168 [12:28:28.398] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2169 [12:28:28.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 24.742460999987088ms +Info 2170 [12:28:28.423] Different program with same set of files +Info 2171 [12:28:28.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2172 [12:28:28.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 6.491159999975935ms +Info 2173 [12:28:28.924] Different program with same set of files +Info 2174 [12:28:28.924] getCompletionData: Get current token: 0.0038380000041797757 +Info 2175 [12:28:28.924] getCompletionData: Is inside comment: 0.011218000028748065 +Info 2176 [12:28:28.924] getCompletionData: Get previous token: 0.014740000013262033 +Info 2177 [12:28:28.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0022069999831728637 +Info 2178 [12:28:28.926] getExportInfoMap: cache hit +Info 2179 [12:28:28.936] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2180 [12:28:28.936] collectAutoImports: response is complete +Info 2181 [12:28:28.936] collectAutoImports: 9.865866000007372 +Info 2182 [12:28:28.936] getCompletionData: Semantic work: 12.280859999998938 +Info 2183 [12:28:28.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.67469399998663 +Info 2184 [12:28:28.946] Format host information updated +Info 2185 [12:28:29.316] Format host information updated +Info 2186 [12:28:29.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2187 [12:28:29.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 6.309873000020161ms +Info 2188 [12:28:29.322] Different program with same set of files +Info 2189 [12:28:29.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2190 [12:28:29.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 6.385306000011042ms +Info 2191 [12:28:29.717] Different program with same set of files +Info 2192 [12:28:29.717] getCompletionData: Get current token: 0.0026889999862760305 +Info 2193 [12:28:29.717] getCompletionData: Is inside comment: 0.009145000018179417 +Info 2194 [12:28:29.717] getCompletionData: Get previous token: 0.005475000012665987 +Info 2195 [12:28:29.717] getCompletionsAtPosition: isCompletionListBlocker: 0.007822000014130026 +Info 2196 [12:28:29.718] getExportInfoMap: cache hit +Info 2197 [12:28:29.730] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2198 [12:28:29.730] collectAutoImports: response is complete +Info 2199 [12:28:29.730] collectAutoImports: 12.756510000035632 +Info 2200 [12:28:29.730] getCompletionData: Semantic work: 13.31135199998971 +Info 2201 [12:28:29.735] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.916398000030313 +Info 2202 [12:28:29.739] Format host information updated +Info 2203 [12:28:29.902] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2204 [12:28:29.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 8.488975999993272ms +Info 2205 [12:28:29.910] Different program with same set of files +Info 2206 [12:28:29.910] getCompletionData: Get current token: 0.004820999980438501 +Info 2207 [12:28:29.910] getCompletionData: Is inside comment: 0.012060000037308782 +Info 2208 [12:28:29.910] getCompletionData: Get previous token: 0.008219000010285527 +Info 2209 [12:28:29.910] getCompletionsAtPosition: isCompletionListBlocker: 0.00833699997747317 +Info 2210 [12:28:29.911] getExportInfoMap: cache hit +Info 2211 [12:28:29.922] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2212 [12:28:29.922] collectAutoImports: response is complete +Info 2213 [12:28:29.922] collectAutoImports: 11.20936099998653 +Info 2214 [12:28:29.922] getCompletionData: Semantic work: 11.79961500002537 +Info 2215 [12:28:29.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.173257999995258 +Info 2216 [12:28:29.933] Format host information updated +Info 2217 [12:28:30.017] Format host information updated +Info 2218 [12:28:30.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2219 [12:28:30.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 6.515849000017624ms +Info 2220 [12:28:30.024] Different program with same set of files +Info 2221 [12:28:30.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2222 [12:28:30.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 6.425800999975763ms +Info 2223 [12:28:30.314] Different program with same set of files +Info 2224 [12:28:30.314] getCompletionData: Get current token: 0.004096000047866255 +Info 2225 [12:28:30.314] getCompletionData: Is inside comment: 0.011725999996997416 +Info 2226 [12:28:30.314] getCompletionData: Get previous token: 0.014507999992929399 +Info 2227 [12:28:30.314] getCompletionsAtPosition: isCompletionListBlocker: 0.0073509999783709645 +Info 2228 [12:28:30.315] getExportInfoMap: cache hit +Info 2229 [12:28:30.317] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 2230 [12:28:30.317] collectAutoImports: response is complete +Info 2231 [12:28:30.317] collectAutoImports: 1.9331810000003316 +Info 2232 [12:28:30.317] getCompletionData: Semantic work: 2.512516000017058 +Info 2233 [12:28:30.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8888429999933578 +Info 2234 [12:28:30.321] Format host information updated +Info 2235 [12:28:30.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2236 [12:28:30.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 16.7023020000197ms +Info 2237 [12:28:30.412] Different program with same set of files +Info 2238 [12:28:30.412] getCompletionData: Get current token: 0.012534000037703663 +Info 2239 [12:28:30.413] getCompletionData: Is inside comment: 0.040508000005502254 +Info 2240 [12:28:30.413] getCompletionData: Get previous token: 0.04581000003963709 +Info 2241 [12:28:30.413] getCompletionsAtPosition: isCompletionListBlocker: 0.016869000042788684 +Info 2242 [12:28:30.414] getExportInfoMap: cache hit +Info 2243 [12:28:30.419] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2244 [12:28:30.419] collectAutoImports: response is complete +Info 2245 [12:28:30.419] collectAutoImports: 5.135206000006292 +Info 2246 [12:28:30.419] getCompletionData: Semantic work: 6.629406999971252 +Info 2247 [12:28:30.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.714603000029456 +Info 2248 [12:28:30.427] Format host information updated +Info 2249 [12:28:30.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2250 [12:28:30.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 31.199090000009164ms +Info 2251 [12:28:30.547] Different program with same set of files +Info 2252 [12:28:30.547] getCompletionData: Get current token: 0.012848999991547316 +Info 2253 [12:28:30.547] getCompletionData: Is inside comment: 0.0338190000038594 +Info 2254 [12:28:30.548] getCompletionData: Get previous token: 0.04131399997277185 +Info 2255 [12:28:30.548] getCompletionsAtPosition: isCompletionListBlocker: 0.01755699998466298 +Info 2256 [12:28:30.549] getExportInfoMap: cache hit +Info 2257 [12:28:30.568] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2258 [12:28:30.568] collectAutoImports: response is complete +Info 2259 [12:28:30.568] collectAutoImports: 18.781867999990936 +Info 2260 [12:28:30.568] getCompletionData: Semantic work: 20.345819999987725 +Info 2261 [12:28:30.574] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.152031000005081 +Info 2262 [12:28:30.580] Format host information updated +Info 2263 [12:28:32.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2264 [12:28:33.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 6.645894000015687ms +Info 2265 [12:28:33.003] Different program with same set of files +Info 2266 [12:28:33.003] getCompletionData: Get current token: 0.009683999989647418 +Info 2267 [12:28:33.003] getCompletionData: Is inside comment: 0.001816999982111156 +Info 2268 [12:28:33.003] getCompletionData: Get previous token: 0.01691100001335144 +Info 2269 [12:28:33.003] getCompletionsAtPosition: isCompletionListBlocker: 0.0021650000126101077 +Info 2270 [12:28:33.003] getExportInfoMap: cache hit +Info 2271 [12:28:33.016] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2272 [12:28:33.016] collectAutoImports: response is complete +Info 2273 [12:28:33.016] collectAutoImports: 12.609272000030614 +Info 2274 [12:28:33.016] getCompletionData: Semantic work: 13.176229999982752 +Info 2275 [12:28:33.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.962659000011627 +Info 2276 [12:28:33.026] Format host information updated +Info 2277 [12:28:33.274] Format host information updated +Info 2278 [12:28:33.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2279 [12:28:33.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 6.523056000005454ms +Info 2280 [12:28:33.281] Different program with same set of files +Info 2281 [12:28:33.602] Format host information updated +Info 2282 [12:28:33.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2283 [12:28:33.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 6.319982999993954ms +Info 2284 [12:28:33.609] Different program with same set of files +Info 2285 [12:28:34.664] Format host information updated +Info 2286 [12:28:34.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2287 [12:28:34.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 7.210847999958787ms +Info 2288 [12:28:34.672] Different program with same set of files +Info 2289 [12:28:35.013] getCompletionData: Get current token: 0.005885999999009073 +Info 2290 [12:28:35.013] getCompletionData: Is inside comment: 0.02274699998088181 +Info 2291 [12:28:35.013] getCompletionData: Get previous token: 0.01453899999614805 +Info 2292 [12:28:35.013] getCompletionsAtPosition: isCompletionListBlocker: 0.012466999993193895 +Info 2293 [12:28:35.014] getExportInfoMap: cache hit +Info 2294 [12:28:35.032] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2295 [12:28:35.032] collectAutoImports: response is complete +Info 2296 [12:28:35.032] collectAutoImports: 18.24074899998959 +Info 2297 [12:28:35.032] getCompletionData: Semantic work: 19.306563000020105 +Info 2298 [12:28:35.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.153976999979932 +Info 2299 [12:28:35.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2300 [12:28:35.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 7.760180999990553ms +Info 2301 [12:28:35.152] Different program with same set of files +Info 2302 [12:28:35.153] getCompletionData: Get current token: 0.00273800001014024 +Info 2303 [12:28:35.153] getCompletionData: Is inside comment: 0.010789999971166253 +Info 2304 [12:28:35.153] getCompletionData: Get previous token: 0.0067399999825283885 +Info 2305 [12:28:35.153] getCompletionsAtPosition: isCompletionListBlocker: 0.008507999998982996 +Info 2306 [12:28:35.153] getExportInfoMap: cache hit +Info 2307 [12:28:35.171] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2308 [12:28:35.171] collectAutoImports: response is complete +Info 2309 [12:28:35.171] collectAutoImports: 17.307162999990396 +Info 2310 [12:28:35.171] getCompletionData: Semantic work: 17.94084599998314 +Info 2311 [12:28:35.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.178141999989748 +Info 2312 [12:28:35.180] Format host information updated +Info 2313 [12:28:35.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2314 [12:28:35.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 7.634340999997221ms +Info 2315 [12:28:35.497] Different program with same set of files +Info 2316 [12:28:35.497] getCompletionData: Get current token: 0.0049279999802820385 +Info 2317 [12:28:35.497] getCompletionData: Is inside comment: 0.014905999996699393 +Info 2318 [12:28:35.497] getCompletionData: Get previous token: 0.011333999980706722 +Info 2319 [12:28:35.498] getCompletionsAtPosition: isCompletionListBlocker: 0.008642000029794872 +Info 2320 [12:28:35.498] getExportInfoMap: cache hit +Info 2321 [12:28:35.512] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2322 [12:28:35.512] collectAutoImports: response is complete +Info 2323 [12:28:35.512] collectAutoImports: 14.226331000041682 +Info 2324 [12:28:35.512] getCompletionData: Semantic work: 14.8817379999673 +Info 2325 [12:28:35.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.451616000034846 +Info 2326 [12:28:35.521] Format host information updated +Info 2327 [12:28:35.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2328 [12:28:35.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 7.030640999961179ms +Info 2329 [12:28:35.628] Different program with same set of files +Info 2330 [12:28:35.629] getCompletionData: Get current token: 0.00568500004010275 +Info 2331 [12:28:35.629] getCompletionData: Is inside comment: 0.014237999974284321 +Info 2332 [12:28:35.629] getCompletionData: Get previous token: 0.010914000042248517 +Info 2333 [12:28:35.629] getCompletionsAtPosition: isCompletionListBlocker: 0.007117000001017004 +Info 2334 [12:28:35.629] getExportInfoMap: cache hit +Info 2335 [12:28:35.643] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2336 [12:28:35.643] collectAutoImports: response is complete +Info 2337 [12:28:35.643] collectAutoImports: 13.277182999998331 +Info 2338 [12:28:35.643] getCompletionData: Semantic work: 13.918055000016466 +Info 2339 [12:28:35.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.161350000009406 +Info 2340 [12:28:35.650] Format host information updated +Info 2341 [12:28:35.965] Format host information updated +Info 2342 [12:28:35.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2343 [12:28:35.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 6.556607000005897ms +Info 2344 [12:28:35.971] Different program with same set of files +Info 2345 [12:28:36.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2346 [12:28:36.394] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 6.992020000005141ms +Info 2347 [12:28:36.394] Different program with same set of files +Info 2348 [12:28:36.394] getCompletionData: Get current token: 0.004492000036407262 +Info 2349 [12:28:36.394] getCompletionData: Is inside comment: 0.013218000007327646 +Info 2350 [12:28:36.394] getCompletionData: Get previous token: 0.017224000010173768 +Info 2351 [12:28:36.394] getCompletionsAtPosition: isCompletionListBlocker: 0.006209999963175505 +Info 2352 [12:28:36.395] getExportInfoMap: cache hit +Info 2353 [12:28:36.399] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 75 from cache +Info 2354 [12:28:36.399] collectAutoImports: response is complete +Info 2355 [12:28:36.399] collectAutoImports: 3.761334999988321 +Info 2356 [12:28:36.399] getCompletionData: Semantic work: 4.446713000012096 +Info 2357 [12:28:36.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1825969999772497 +Info 2358 [12:28:36.401] Format host information updated +Info 2359 [12:28:36.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2360 [12:28:36.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 11.684553999977652ms +Info 2361 [12:28:36.462] Different program with same set of files +Info 2362 [12:28:36.462] getCompletionData: Get current token: 0.004572000005282462 +Info 2363 [12:28:36.462] getCompletionData: Is inside comment: 0.01130299997748807 +Info 2364 [12:28:36.462] getCompletionData: Get previous token: 0.015758000023197383 +Info 2365 [12:28:36.462] getCompletionsAtPosition: isCompletionListBlocker: 0.006944000022485852 +Info 2366 [12:28:36.463] getExportInfoMap: cache hit +Info 2367 [12:28:36.466] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 71 from cache +Info 2368 [12:28:36.466] collectAutoImports: response is complete +Info 2369 [12:28:36.466] collectAutoImports: 3.4810859999852255 +Info 2370 [12:28:36.466] getCompletionData: Semantic work: 4.071890999970492 +Info 2371 [12:28:36.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3855660000117496 +Info 2372 [12:28:36.469] Format host information updated +Info 2373 [12:28:36.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2374 [12:28:36.619] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 24.96318700001575ms +Info 2375 [12:28:36.620] Different program with same set of files +Info 2376 [12:28:36.620] getCompletionData: Get current token: 0.013847000023815781 +Info 2377 [12:28:36.620] getCompletionData: Is inside comment: 0.0468070000060834 +Info 2378 [12:28:36.620] getCompletionData: Get previous token: 0.05635400000028312 +Info 2379 [12:28:36.620] getCompletionsAtPosition: isCompletionListBlocker: 0.017064000014215708 +Info 2380 [12:28:36.622] getExportInfoMap: cache hit +Info 2381 [12:28:36.627] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 4 from cache +Info 2382 [12:28:36.627] collectAutoImports: response is complete +Info 2383 [12:28:36.627] collectAutoImports: 4.267351999995299 +Info 2384 [12:28:36.627] getCompletionData: Semantic work: 6.2740840000333264 +Info 2385 [12:28:36.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4905969999963418 +Info 2386 [12:28:36.630] Format host information updated +Info 2387 [12:28:36.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2388 [12:28:36.785] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 8.490286000014748ms +Info 2389 [12:28:36.785] Different program with same set of files +Info 2390 [12:28:36.786] getCompletionData: Get current token: 0.004329999967012554 +Info 2391 [12:28:36.786] getCompletionData: Is inside comment: 0.011513999954331666 +Info 2392 [12:28:36.786] getCompletionData: Get previous token: 0.016199000005144626 +Info 2393 [12:28:36.786] getCompletionsAtPosition: isCompletionListBlocker: 0.006699000019580126 +Info 2394 [12:28:36.786] getExportInfoMap: cache hit +Info 2395 [12:28:36.796] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2396 [12:28:36.796] collectAutoImports: response is complete +Info 2397 [12:28:36.796] collectAutoImports: 10.07624800002668 +Info 2398 [12:28:36.796] getCompletionData: Semantic work: 10.596362000040244 +Info 2399 [12:28:36.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6823350000195205 +Info 2400 [12:28:36.805] Format host information updated +Info 2401 [12:28:36.891] Format host information updated +Info 2402 [12:28:36.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2403 [12:28:36.898] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 6.574209999991581ms +Info 2404 [12:28:36.898] Different program with same set of files +Info 2405 [12:28:36.985] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2406 [12:28:36.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 6.355181000020821ms +Info 2407 [12:28:36.991] Different program with same set of files +Info 2408 [12:28:36.991] getCompletionData: Get current token: 0.0052980000036768615 +Info 2409 [12:28:36.991] getCompletionData: Is inside comment: 0.0379079999984242 +Info 2410 [12:28:36.991] getCompletionData: Get previous token: 0.012495999981183559 +Info 2411 [12:28:36.991] getCompletionsAtPosition: isCompletionListBlocker: 0.002347000001464039 +Info 2412 [12:28:36.992] getExportInfoMap: cache hit +Info 2413 [12:28:37.005] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2414 [12:28:37.005] collectAutoImports: response is complete +Info 2415 [12:28:37.005] collectAutoImports: 13.458377000002656 +Info 2416 [12:28:37.005] getCompletionData: Semantic work: 14.070027000037953 +Info 2417 [12:28:37.010] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.373671000008471 +Info 2418 [12:28:37.014] Format host information updated +Info 2419 [12:28:37.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2420 [12:28:37.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 18.979633999988437ms +Info 2421 [12:28:37.089] Different program with same set of files +Info 2422 [12:28:37.089] getCompletionData: Get current token: 0.011791000026278198 +Info 2423 [12:28:37.089] getCompletionData: Is inside comment: 0.03539400000590831 +Info 2424 [12:28:37.089] getCompletionData: Get previous token: 0.025477999995928258 +Info 2425 [12:28:37.089] getCompletionsAtPosition: isCompletionListBlocker: 0.01461600000038743 +Info 2426 [12:28:37.091] getExportInfoMap: cache hit +Info 2427 [12:28:37.112] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2428 [12:28:37.112] collectAutoImports: response is complete +Info 2429 [12:28:37.112] collectAutoImports: 20.547712999978103 +Info 2430 [12:28:37.112] getCompletionData: Semantic work: 22.075916000001598 +Info 2431 [12:28:37.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.217634999949951 +Info 2432 [12:28:37.121] Format host information updated +Info 2433 [12:28:37.449] getCompletionData: Get current token: 0.005401000031270087 +Info 2434 [12:28:37.450] getCompletionData: Is inside comment: 0.001925000047776848 +Info 2435 [12:28:37.450] getCompletionData: Get previous token: 0.01853899995330721 +Info 2436 [12:28:37.450] getCompletionsAtPosition: isCompletionListBlocker: 0.0025010000099428 +Info 2437 [12:28:37.450] getExportInfoMap: cache hit +Info 2438 [12:28:37.461] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2439 [12:28:37.461] collectAutoImports: response is complete +Info 2440 [12:28:37.461] collectAutoImports: 11.114952999982052 +Info 2441 [12:28:37.461] getCompletionData: Semantic work: 11.824578999949154 +Info 2442 [12:28:37.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.262187000014819 +Info 2443 [12:28:37.972] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2444 [12:28:37.979] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 6.8046960000065155ms +Info 2445 [12:28:37.979] Different program with same set of files +Info 2446 [12:28:37.979] getCompletionData: Get current token: 0.004095999989658594 +Info 2447 [12:28:37.979] getCompletionData: Is inside comment: 0.0012490000226534903 +Info 2448 [12:28:37.979] getCompletionData: Get previous token: 0.020976999949198216 +Info 2449 [12:28:37.979] getCompletionsAtPosition: isCompletionListBlocker: 0.0022199999657459557 +Info 2450 [12:28:37.979] getExportInfoMap: cache hit +Info 2451 [12:28:37.983] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 144 from cache +Info 2452 [12:28:37.983] collectAutoImports: response is complete +Info 2453 [12:28:37.983] collectAutoImports: 3.626393000013195 +Info 2454 [12:28:37.983] getCompletionData: Semantic work: 4.147242999984883 +Info 2455 [12:28:37.985] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4345529999700375 +Info 2456 [12:28:37.988] Format host information updated +Info 2457 [12:28:38.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2458 [12:28:38.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 15.473938000039198ms +Info 2459 [12:28:38.065] Different program with same set of files +Info 2460 [12:28:38.065] getCompletionData: Get current token: 0.012463000020943582 +Info 2461 [12:28:38.065] getCompletionData: Is inside comment: 0.0045900000259280205 +Info 2462 [12:28:38.065] getCompletionData: Get previous token: 0.05641800002194941 +Info 2463 [12:28:38.065] getCompletionsAtPosition: isCompletionListBlocker: 0.008432000002358109 +Info 2464 [12:28:38.066] getExportInfoMap: cache hit +Info 2465 [12:28:38.091] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2466 [12:28:38.091] collectAutoImports: response is complete +Info 2467 [12:28:38.091] collectAutoImports: 24.059743000019807 +Info 2468 [12:28:38.091] getCompletionData: Semantic work: 25.34457700001076 +Info 2469 [12:28:38.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.4164529999834485 +Info 2470 [12:28:38.102] Format host information updated +Info 2471 [12:28:38.143] Format host information updated +Info 2472 [12:28:38.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2473 [12:28:38.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 5.8395569999702275ms +Info 2474 [12:28:38.150] Different program with same set of files +Info 2475 [12:28:38.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2476 [12:28:38.263] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 6.906535999965854ms +Info 2477 [12:28:38.263] Different program with same set of files +Info 2478 [12:28:38.263] getCompletionData: Get current token: 0.00589100003708154 +Info 2479 [12:28:38.264] getCompletionData: Is inside comment: 0.001598999951966107 +Info 2480 [12:28:38.264] getCompletionData: Get previous token: 0.025212000007741153 +Info 2481 [12:28:38.264] getCompletionsAtPosition: isCompletionListBlocker: 0.003956999978981912 +Info 2482 [12:28:38.264] getExportInfoMap: cache hit +Info 2483 [12:28:38.269] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 2484 [12:28:38.269] collectAutoImports: response is complete +Info 2485 [12:28:38.269] collectAutoImports: 5.300644000002649 +Info 2486 [12:28:38.269] getCompletionData: Semantic work: 5.880138000007719 +Info 2487 [12:28:38.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3559300000197254 +Info 2488 [12:28:38.272] Format host information updated +Info 2489 [12:28:38.730] getCompletionData: Get current token: 0.006078000005800277 +Info 2490 [12:28:38.730] getCompletionData: Is inside comment: 0.033866000012494624 +Info 2491 [12:28:38.730] getCompletionData: Get previous token: 0.012339000008068979 +Info 2492 [12:28:38.730] getCompletionsAtPosition: isCompletionListBlocker: 0.009809999959543347 +Info 2493 [12:28:38.730] getExportInfoMap: cache hit +Info 2494 [12:28:38.740] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2495 [12:28:38.740] collectAutoImports: response is complete +Info 2496 [12:28:38.740] collectAutoImports: 9.193488000018988 +Info 2497 [12:28:38.740] getCompletionData: Semantic work: 9.729504999995697 +Info 2498 [12:28:38.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.537577999988571 +Info 2499 [12:28:38.903] Format host information updated +Info 2500 [12:28:38.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2501 [12:28:38.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 6.573394000006374ms +Info 2502 [12:28:38.910] Different program with same set of files +Info 2503 [12:28:39.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2504 [12:28:39.323] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 6.341087999986485ms +Info 2505 [12:28:39.323] Different program with same set of files +Info 2506 [12:28:39.323] getCompletionData: Get current token: 0.002223999996203929 +Info 2507 [12:28:39.323] getCompletionData: Is inside comment: 0.007588999986182898 +Info 2508 [12:28:39.323] getCompletionData: Get previous token: 0.005096999986562878 +Info 2509 [12:28:39.323] getCompletionsAtPosition: isCompletionListBlocker: 0.006701999984215945 +Info 2510 [12:28:39.323] getExportInfoMap: cache hit +Info 2511 [12:28:39.335] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2512 [12:28:39.335] collectAutoImports: response is complete +Info 2513 [12:28:39.335] collectAutoImports: 11.68547300004866 +Info 2514 [12:28:39.335] getCompletionData: Semantic work: 12.096641999960411 +Info 2515 [12:28:39.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4878619999508373 +Info 2516 [12:28:39.342] Format host information updated +Info 2517 [12:28:44.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2518 [12:28:44.604] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 6.286785000003874ms +Info 2519 [12:28:44.604] Different program with same set of files +Info 2520 [12:28:44.604] getCompletionData: Get current token: 0.004696999967563897 +Info 2521 [12:28:44.604] getCompletionData: Is inside comment: 0.00120900000911206 +Info 2522 [12:28:44.604] getCompletionData: Get previous token: 0.019573000026866794 +Info 2523 [12:28:44.604] getCompletionsAtPosition: isCompletionListBlocker: 0.002182000025641173 +Info 2524 [12:28:44.605] getCompletionData: Semantic work: 1.3732960000052117 +Info 2525 [12:28:44.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.656557000009343 +Info 2526 [12:28:44.609] Format host information updated +Info 2527 [12:28:44.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2528 [12:28:44.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 6.609685999981593ms +Info 2529 [12:28:44.704] Different program with same set of files +Info 2530 [12:28:44.704] getCompletionData: Get current token: 0.004302999994251877 +Info 2531 [12:28:44.704] getCompletionData: Is inside comment: 0.0014749999972991645 +Info 2532 [12:28:44.704] getCompletionData: Get previous token: 0.025572000013198704 +Info 2533 [12:28:44.704] getCompletionsAtPosition: isCompletionListBlocker: 0.0022480000043287873 +Info 2534 [12:28:44.705] getCompletionData: Semantic work: 0.7063659999985248 +Info 2535 [12:28:44.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8957030000165105 +Info 2536 [12:28:44.707] Format host information updated +Info 2537 [12:28:51.535] Format host information updated +Info 2538 [12:28:51.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2539 [12:28:51.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 15.266077000007499ms +Info 2540 [12:28:51.550] Different program with same set of files +Info 2541 [12:28:51.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2542 [12:28:51.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 10.320886000001337ms +Info 2543 [12:28:51.666] Different program with same set of files +Info 2544 [12:28:51.666] getCompletionData: Get current token: 0.0034069999819621444 +Info 2545 [12:28:51.666] getCompletionData: Is inside comment: 0.013221999979577959 +Info 2546 [12:28:51.666] getCompletionData: Get previous token: 0.009460999979637563 +Info 2547 [12:28:51.666] getCompletionsAtPosition: isCompletionListBlocker: 0.01380700001027435 +Info 2548 [12:28:51.667] getExportInfoMap: cache hit +Info 2549 [12:28:51.686] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2550 [12:28:51.686] collectAutoImports: response is complete +Info 2551 [12:28:51.686] collectAutoImports: 19.16614699998172 +Info 2552 [12:28:51.686] getCompletionData: Semantic work: 19.84660500002792 +Info 2553 [12:28:51.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.0028370000072755 +Info 2554 [12:28:51.696] Format host information updated +Info 2555 [12:28:51.716] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2556 [12:28:51.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 10.265700999996625ms +Info 2557 [12:28:51.726] Different program with same set of files +Info 2558 [12:28:51.726] getCompletionData: Get current token: 0.0032789999968372285 +Info 2559 [12:28:51.726] getCompletionData: Is inside comment: 0.011878999997861683 +Info 2560 [12:28:51.726] getCompletionData: Get previous token: 0.008203000004868954 +Info 2561 [12:28:51.726] getCompletionsAtPosition: isCompletionListBlocker: 0.006683000014163554 +Info 2562 [12:28:51.727] getExportInfoMap: cache hit +Info 2563 [12:28:51.742] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2564 [12:28:51.742] collectAutoImports: response is complete +Info 2565 [12:28:51.742] collectAutoImports: 15.294623999972828 +Info 2566 [12:28:51.742] getCompletionData: Semantic work: 15.811148000007961 +Info 2567 [12:28:51.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.621075999981258 +Info 2568 [12:28:51.752] Format host information updated +Info 2569 [12:28:52.080] getCompletionData: Get current token: 0.006634999997913837 +Info 2570 [12:28:52.080] getCompletionData: Is inside comment: 0.02381700003752485 +Info 2571 [12:28:52.080] getCompletionData: Get previous token: 0.012402999971527606 +Info 2572 [12:28:52.080] getCompletionsAtPosition: isCompletionListBlocker: 0.0021880000131204724 +Info 2573 [12:28:52.080] getExportInfoMap: cache hit +Info 2574 [12:28:52.092] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2575 [12:28:52.092] collectAutoImports: response is complete +Info 2576 [12:28:52.092] collectAutoImports: 11.443446999997832 +Info 2577 [12:28:52.092] getCompletionData: Semantic work: 12.001939999987371 +Info 2578 [12:28:52.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.417315000027884 +Info 2579 [12:28:53.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2580 [12:28:53.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 10.953122000035364ms +Info 2581 [12:28:53.125] Different program with same set of files +Info 2582 [12:28:53.125] getCompletionData: Get current token: 0.00394399999640882 +Info 2583 [12:28:53.125] getCompletionData: Is inside comment: 0.01334200002020225 +Info 2584 [12:28:53.125] getCompletionData: Get previous token: 0.01840300002368167 +Info 2585 [12:28:53.125] getCompletionsAtPosition: isCompletionListBlocker: 0.0019239999819546938 +Info 2586 [12:28:53.125] getExportInfoMap: cache hit +Info 2587 [12:28:53.130] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 2588 [12:28:53.130] collectAutoImports: response is complete +Info 2589 [12:28:53.130] collectAutoImports: 4.190402999985963 +Info 2590 [12:28:53.130] getCompletionData: Semantic work: 4.716305000009015 +Info 2591 [12:28:53.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6196449999697506 +Info 2592 [12:28:53.134] Format host information updated +Info 2593 [12:28:53.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2594 [12:28:53.220] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 15.29400799999712ms +Info 2595 [12:28:53.221] Different program with same set of files +Info 2596 [12:28:53.221] getCompletionData: Get current token: 0.00849999999627471 +Info 2597 [12:28:53.221] getCompletionData: Is inside comment: 0.03030500002205372 +Info 2598 [12:28:53.221] getCompletionData: Get previous token: 0.042473999958019704 +Info 2599 [12:28:53.221] getCompletionsAtPosition: isCompletionListBlocker: 0.003519000019878149 +Info 2600 [12:28:53.222] getExportInfoMap: cache hit +Info 2601 [12:28:53.229] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 115 from cache +Info 2602 [12:28:53.230] collectAutoImports: response is complete +Info 2603 [12:28:53.230] collectAutoImports: 7.266482000006363 +Info 2604 [12:28:53.230] getCompletionData: Semantic work: 8.42475900001591 +Info 2605 [12:28:53.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.645719999971334 +Info 2606 [12:28:53.238] Format host information updated +Info 2607 [12:28:53.362] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2608 [12:28:53.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 7.753564000013284ms +Info 2609 [12:28:53.370] Different program with same set of files +Info 2610 [12:28:53.370] getCompletionData: Get current token: 0.005644999968353659 +Info 2611 [12:28:53.370] getCompletionData: Is inside comment: 0.01671100000385195 +Info 2612 [12:28:53.370] getCompletionData: Get previous token: 0.02161200001137331 +Info 2613 [12:28:53.370] getCompletionsAtPosition: isCompletionListBlocker: 0.002230999991297722 +Info 2614 [12:28:53.371] getExportInfoMap: cache hit +Info 2615 [12:28:53.374] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 47 from cache +Info 2616 [12:28:53.374] collectAutoImports: response is complete +Info 2617 [12:28:53.374] collectAutoImports: 2.683835999981966 +Info 2618 [12:28:53.374] getCompletionData: Semantic work: 3.300714999961201 +Info 2619 [12:28:53.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.867602000012994 +Info 2620 [12:28:53.378] Format host information updated +Info 2621 [12:28:53.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2622 [12:28:53.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 18.97701800003415ms +Info 2623 [12:28:53.447] Different program with same set of files +Info 2624 [12:28:53.448] getCompletionData: Get current token: 0.011509000032674521 +Info 2625 [12:28:53.448] getCompletionData: Is inside comment: 0.04033799999160692 +Info 2626 [12:28:53.448] getCompletionData: Get previous token: 0.05152999999700114 +Info 2627 [12:28:53.448] getCompletionsAtPosition: isCompletionListBlocker: 0.004519000009167939 +Info 2628 [12:28:53.449] getExportInfoMap: cache hit +Info 2629 [12:28:53.454] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 2630 [12:28:53.454] collectAutoImports: response is complete +Info 2631 [12:28:53.454] collectAutoImports: 4.995936999970581 +Info 2632 [12:28:53.454] getCompletionData: Semantic work: 6.418996999971569 +Info 2633 [12:28:53.462] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.391533999994863 +Info 2634 [12:28:53.463] Format host information updated +Info 2635 [12:28:53.714] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2636 [12:28:53.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 7.567258999974001ms +Info 2637 [12:28:53.722] Different program with same set of files +Info 2638 [12:28:53.722] getCompletionData: Get current token: 0.004709000000730157 +Info 2639 [12:28:53.722] getCompletionData: Is inside comment: 0.016829000029247254 +Info 2640 [12:28:53.722] getCompletionData: Get previous token: 0.023515000008046627 +Info 2641 [12:28:53.722] getCompletionsAtPosition: isCompletionListBlocker: 0.00209500000346452 +Info 2642 [12:28:53.723] getExportInfoMap: cache hit +Info 2643 [12:28:53.725] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 22 from cache +Info 2644 [12:28:53.725] collectAutoImports: response is complete +Info 2645 [12:28:53.725] collectAutoImports: 2.0005050000036135 +Info 2646 [12:28:53.725] getCompletionData: Semantic work: 2.6557440000469796 +Info 2647 [12:28:53.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4109840000164695 +Info 2648 [12:28:53.728] Format host information updated +Info 2649 [12:28:53.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2650 [12:28:53.829] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 11.51150200003758ms +Info 2651 [12:28:53.829] Different program with same set of files +Info 2652 [12:28:53.829] getCompletionData: Get current token: 0.005415000021457672 +Info 2653 [12:28:53.829] getCompletionData: Is inside comment: 0.016189000045415014 +Info 2654 [12:28:53.829] getCompletionData: Get previous token: 0.040123999991919845 +Info 2655 [12:28:53.829] getCompletionsAtPosition: isCompletionListBlocker: 0.002336000034119934 +Info 2656 [12:28:53.830] getExportInfoMap: cache hit +Info 2657 [12:28:53.832] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 2658 [12:28:53.832] collectAutoImports: response is complete +Info 2659 [12:28:53.832] collectAutoImports: 2.0127600000123493 +Info 2660 [12:28:53.832] getCompletionData: Semantic work: 2.666014999966137 +Info 2661 [12:28:53.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5126189999864437 +Info 2662 [12:28:53.835] Format host information updated +Info 2663 [12:28:53.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2664 [12:28:53.987] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 6.897012000030372ms +Info 2665 [12:28:53.987] Different program with same set of files +Info 2666 [12:28:53.987] getCompletionData: Get current token: 0.00443600001744926 +Info 2667 [12:28:53.987] getCompletionData: Is inside comment: 0.013311000016983598 +Info 2668 [12:28:53.987] getCompletionData: Get previous token: 0.017454000015277416 +Info 2669 [12:28:53.987] getCompletionsAtPosition: isCompletionListBlocker: 0.001981999957934022 +Info 2670 [12:28:53.987] getExportInfoMap: cache hit +Info 2671 [12:28:53.989] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 2672 [12:28:53.989] collectAutoImports: response is complete +Info 2673 [12:28:53.989] collectAutoImports: 1.6552280000178143 +Info 2674 [12:28:53.989] getCompletionData: Semantic work: 2.1888319999561645 +Info 2675 [12:28:53.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.965046999976039 +Info 2676 [12:28:53.995] Format host information updated +Info 2677 [12:28:54.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2678 [12:28:54.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 7.736903999990318ms +Info 2679 [12:28:54.099] Different program with same set of files +Info 2680 [12:28:54.100] getCompletionData: Get current token: 0.0037620000075548887 +Info 2681 [12:28:54.100] getCompletionData: Is inside comment: 0.012503999983891845 +Info 2682 [12:28:54.100] getCompletionData: Get previous token: 0.016414000012446195 +Info 2683 [12:28:54.100] getCompletionsAtPosition: isCompletionListBlocker: 0.00190100003965199 +Info 2684 [12:28:54.100] getExportInfoMap: cache hit +Info 2685 [12:28:54.103] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 2686 [12:28:54.103] collectAutoImports: response is complete +Info 2687 [12:28:54.103] collectAutoImports: 2.3882619999931194 +Info 2688 [12:28:54.103] getCompletionData: Semantic work: 2.9841679999954067 +Info 2689 [12:28:54.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9023650000453927 +Info 2690 [12:28:54.107] Format host information updated +Info 2691 [12:28:54.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2692 [12:28:54.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 8.140578000049572ms +Info 2693 [12:28:54.163] Different program with same set of files +Info 2694 [12:28:54.163] getCompletionData: Get current token: 0.005133999977260828 +Info 2695 [12:28:54.163] getCompletionData: Is inside comment: 0.018059999973047525 +Info 2696 [12:28:54.163] getCompletionData: Get previous token: 0.012115999998059124 +Info 2697 [12:28:54.163] getCompletionsAtPosition: isCompletionListBlocker: 0.004355999990366399 +Info 2698 [12:28:54.164] getExportInfoMap: cache hit +Info 2699 [12:28:54.181] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2700 [12:28:54.181] collectAutoImports: response is complete +Info 2701 [12:28:54.181] collectAutoImports: 17.207039000000805 +Info 2702 [12:28:54.181] getCompletionData: Semantic work: 17.853361000015866 +Info 2703 [12:28:54.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.891736000019591 +Info 2704 [12:28:54.191] Format host information updated +Info 2705 [12:28:54.296] Format host information updated +Info 2706 [12:28:54.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2707 [12:28:54.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 32.34362100000726ms +Info 2708 [12:28:54.330] Different program with same set of files +Info 2709 [12:28:54.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2710 [12:28:54.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 7.099668000009842ms +Info 2711 [12:28:54.533] Different program with same set of files +Info 2712 [12:28:54.534] getCompletionData: Get current token: 0.002470000006724149 +Info 2713 [12:28:54.534] getCompletionData: Is inside comment: 0.009913000045344234 +Info 2714 [12:28:54.534] getCompletionData: Get previous token: 0.0063599999994039536 +Info 2715 [12:28:54.534] getCompletionsAtPosition: isCompletionListBlocker: 0.0032179999980144203 +Info 2716 [12:28:54.534] getExportInfoMap: cache hit +Info 2717 [12:28:54.547] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2718 [12:28:54.547] collectAutoImports: response is complete +Info 2719 [12:28:54.547] collectAutoImports: 13.317918999993708 +Info 2720 [12:28:54.547] getCompletionData: Semantic work: 13.772040999960154 +Info 2721 [12:28:54.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.591639999998733 +Info 2722 [12:28:54.556] Format host information updated +Info 2723 [12:28:54.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2724 [12:28:54.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 7.116057000006549ms +Info 2725 [12:28:54.599] Different program with same set of files +Info 2726 [12:28:54.599] getCompletionData: Get current token: 0.004880000022239983 +Info 2727 [12:28:54.599] getCompletionData: Is inside comment: 0.01442199997836724 +Info 2728 [12:28:54.599] getCompletionData: Get previous token: 0.01070899999467656 +Info 2729 [12:28:54.599] getCompletionsAtPosition: isCompletionListBlocker: 0.007433999970089644 +Info 2730 [12:28:54.600] getExportInfoMap: cache hit +Info 2731 [12:28:54.612] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2732 [12:28:54.613] collectAutoImports: response is complete +Info 2733 [12:28:54.613] collectAutoImports: 12.936601999972481 +Info 2734 [12:28:54.613] getCompletionData: Semantic work: 13.411415000038687 +Info 2735 [12:28:54.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.020692000049166 +Info 2736 [12:28:54.621] Format host information updated +Info 2737 [12:28:54.863] getCompletionData: Get current token: 0.004944999993313104 +Info 2738 [12:28:54.863] getCompletionData: Is inside comment: 0.019143000012263656 +Info 2739 [12:28:54.863] getCompletionData: Get previous token: 0.014251000015065074 +Info 2740 [12:28:54.863] getCompletionsAtPosition: isCompletionListBlocker: 0.0019549999851733446 +Info 2741 [12:28:54.863] Returning an empty list because completion was requested in an invalid position. +Info 2742 [12:28:55.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2743 [12:28:55.253] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 9.634703000017907ms +Info 2744 [12:28:55.253] Different program with same set of files +Info 2745 [12:28:55.254] getCompletionData: Get current token: 0.004284000024199486 +Info 2746 [12:28:55.254] getCompletionData: Is inside comment: 0.013595000025816262 +Info 2747 [12:28:55.254] getCompletionData: Get previous token: 0.018654000014066696 +Info 2748 [12:28:55.254] getCompletionsAtPosition: isCompletionListBlocker: 0.0026599999982863665 +Info 2749 [12:28:55.254] getExportInfoMap: cache hit +Info 2750 [12:28:55.258] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2751 [12:28:55.258] collectAutoImports: response is complete +Info 2752 [12:28:55.258] collectAutoImports: 3.540770000021439 +Info 2753 [12:28:55.258] getCompletionData: Semantic work: 3.99228199996287 +Info 2754 [12:28:55.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9070199999841861 +Info 2755 [12:28:55.260] Format host information updated +Info 2756 [12:28:55.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2757 [12:28:55.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 6.962449999991804ms +Info 2758 [12:28:55.626] Different program with same set of files +Info 2759 [12:28:55.626] getCompletionData: Get current token: 0.004804000025615096 +Info 2760 [12:28:55.626] getCompletionData: Is inside comment: 0.015743999974802136 +Info 2761 [12:28:55.626] getCompletionData: Get previous token: 0.011824999994132668 +Info 2762 [12:28:55.626] getCompletionsAtPosition: isCompletionListBlocker: 0.0019599999650381505 +Info 2763 [12:28:55.626] getExportInfoMap: cache hit +Info 2764 [12:28:55.639] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2765 [12:28:55.639] collectAutoImports: response is complete +Info 2766 [12:28:55.639] collectAutoImports: 12.638663000019733 +Info 2767 [12:28:55.639] getCompletionData: Semantic work: 13.119724999996834 +Info 2768 [12:28:55.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.160408999945503 +Info 2769 [12:28:55.648] Format host information updated +Info 2770 [12:28:55.783] Format host information updated +Info 2771 [12:28:55.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2772 [12:28:55.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 7.088082000031136ms +Info 2773 [12:28:55.790] Different program with same set of files +Info 2774 [12:28:56.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2775 [12:28:56.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 23.08374100003857ms +Info 2776 [12:28:56.066] Different program with same set of files +Info 2777 [12:28:56.066] getCompletionData: Get current token: 0.013994999986607581 +Info 2778 [12:28:56.067] getCompletionData: Is inside comment: 0.04735399998025969 +Info 2779 [12:28:56.067] getCompletionData: Get previous token: 0.14861600002041087 +Info 2780 [12:28:56.067] getCompletionsAtPosition: isCompletionListBlocker: 0.005237000004854053 +Info 2781 [12:28:56.068] getExportInfoMap: cache hit +Info 2782 [12:28:56.077] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 2783 [12:28:56.077] collectAutoImports: response is complete +Info 2784 [12:28:56.077] collectAutoImports: 8.68391399999382 +Info 2785 [12:28:56.077] getCompletionData: Semantic work: 10.044769999978598 +Info 2786 [12:28:56.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.995210999972187 +Info 2787 [12:28:56.084] Format host information updated +Info 2788 [12:28:56.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2789 [12:28:56.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 20.483490000013262ms +Info 2790 [12:28:56.171] Different program with same set of files +Info 2791 [12:28:56.171] getCompletionData: Get current token: 0.017386999970767647 +Info 2792 [12:28:56.171] getCompletionData: Is inside comment: 0.054385999974329025 +Info 2793 [12:28:56.172] getCompletionData: Get previous token: 0.07579700002679601 +Info 2794 [12:28:56.172] getCompletionsAtPosition: isCompletionListBlocker: 0.0054579999996349216 +Info 2795 [12:28:56.173] getExportInfoMap: cache hit +Info 2796 [12:28:56.179] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 2797 [12:28:56.179] collectAutoImports: response is complete +Info 2798 [12:28:56.179] collectAutoImports: 6.219241000013426 +Info 2799 [12:28:56.179] getCompletionData: Semantic work: 7.658661999972537 +Info 2800 [12:28:56.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.950497000012547 +Info 2801 [12:28:56.189] Format host information updated +Info 2802 [12:28:56.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2803 [12:28:56.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 11.759753999998793ms +Info 2804 [12:28:56.256] Different program with same set of files +Info 2805 [12:28:56.256] getCompletionData: Get current token: 0.008772999979555607 +Info 2806 [12:28:56.256] getCompletionData: Is inside comment: 0.02944700000807643 +Info 2807 [12:28:56.256] getCompletionData: Get previous token: 0.0415439999778755 +Info 2808 [12:28:56.256] getCompletionsAtPosition: isCompletionListBlocker: 0.00334100000327453 +Info 2809 [12:28:56.257] getExportInfoMap: cache hit +Info 2810 [12:28:56.278] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2811 [12:28:56.278] collectAutoImports: response is complete +Info 2812 [12:28:56.278] collectAutoImports: 21.358738999988418 +Info 2813 [12:28:56.278] getCompletionData: Semantic work: 22.19286899996223 +Info 2814 [12:28:56.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.51958200003719 +Info 2815 [12:28:56.289] Format host information updated +Info 2816 [12:28:56.726] getCompletionData: Get current token: 0.0036850000033155084 +Info 2817 [12:28:56.726] getCompletionData: Is inside comment: 0.011509000032674521 +Info 2818 [12:28:56.726] getCompletionData: Get previous token: 0.008281000016722828 +Info 2819 [12:28:56.726] getCompletionsAtPosition: isCompletionListBlocker: 0.007588000036776066 +Info 2820 [12:28:56.726] getExportInfoMap: cache hit +Info 2821 [12:28:56.734] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2822 [12:28:56.734] collectAutoImports: response is complete +Info 2823 [12:28:56.734] collectAutoImports: 7.565475000010338 +Info 2824 [12:28:56.734] getCompletionData: Semantic work: 8.085176999971736 +Info 2825 [12:28:56.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.9326579999760725 +Info 2826 [12:28:56.827] Format host information updated +Info 2827 [12:28:56.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2828 [12:28:56.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 6.774262999999337ms +Info 2829 [12:28:56.835] Different program with same set of files +Info 2830 [12:28:56.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2831 [12:28:56.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 6.686256000015419ms +Info 2832 [12:28:56.961] Different program with same set of files +Info 2833 [12:28:56.961] getCompletionData: Get current token: 0.0029219999560154974 +Info 2834 [12:28:56.961] getCompletionData: Is inside comment: 0.01272400002926588 +Info 2835 [12:28:56.961] getCompletionData: Get previous token: 0.007785000023432076 +Info 2836 [12:28:56.961] getCompletionsAtPosition: isCompletionListBlocker: 0.007864999992307276 +Info 2837 [12:28:56.962] getExportInfoMap: cache hit +Info 2838 [12:28:56.974] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2839 [12:28:56.974] collectAutoImports: response is complete +Info 2840 [12:28:56.974] collectAutoImports: 12.549757000000682 +Info 2841 [12:28:56.974] getCompletionData: Semantic work: 13.028247000009287 +Info 2842 [12:28:56.980] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.19776200002525 +Info 2843 [12:28:56.983] Format host information updated +Info 2844 [12:28:57.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2845 [12:28:57.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 7.003354999993462ms +Info 2846 [12:28:57.104] Different program with same set of files +Info 2847 [12:28:57.104] getCompletionData: Get current token: 0.004851000034250319 +Info 2848 [12:28:57.104] getCompletionData: Is inside comment: 0.014943999995011836 +Info 2849 [12:28:57.104] getCompletionData: Get previous token: 0.01072100002784282 +Info 2850 [12:28:57.104] getCompletionsAtPosition: isCompletionListBlocker: 0.007534999982453883 +Info 2851 [12:28:57.104] getExportInfoMap: cache hit +Info 2852 [12:28:57.118] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2853 [12:28:57.118] collectAutoImports: response is complete +Info 2854 [12:28:57.118] collectAutoImports: 13.333473999984562 +Info 2855 [12:28:57.118] getCompletionData: Semantic work: 13.84513800003333 +Info 2856 [12:28:57.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.44975600001635 +Info 2857 [12:28:57.127] Format host information updated +Info 2858 [12:28:57.220] Format host information updated +Info 2859 [12:28:57.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2860 [12:28:57.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 8.376338000001851ms +Info 2861 [12:28:57.228] Different program with same set of files +Info 2862 [12:28:57.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2863 [12:28:57.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 7.502809999976307ms +Info 2864 [12:28:57.397] Different program with same set of files +Info 2865 [12:28:57.397] getCompletionData: Get current token: 0.004765000019688159 +Info 2866 [12:28:57.397] getCompletionData: Is inside comment: 0.01616900000954047 +Info 2867 [12:28:57.397] getCompletionData: Get previous token: 0.02290099998936057 +Info 2868 [12:28:57.397] getCompletionsAtPosition: isCompletionListBlocker: 0.008353999990504235 +Info 2869 [12:28:57.398] getExportInfoMap: cache hit +Info 2870 [12:28:57.400] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 2871 [12:28:57.400] collectAutoImports: response is complete +Info 2872 [12:28:57.400] collectAutoImports: 2.294304999988526 +Info 2873 [12:28:57.400] getCompletionData: Semantic work: 2.8899239999591373 +Info 2874 [12:28:57.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.360396000032779 +Info 2875 [12:28:57.403] Format host information updated +Info 2876 [12:28:57.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2877 [12:28:57.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 9.708575999946333ms +Info 2878 [12:28:57.548] Different program with same set of files +Info 2879 [12:28:57.549] getCompletionData: Get current token: 0.0043120000045746565 +Info 2880 [12:28:57.549] getCompletionData: Is inside comment: 0.013154999993275851 +Info 2881 [12:28:57.549] getCompletionData: Get previous token: 0.018265000020619482 +Info 2882 [12:28:57.549] getCompletionsAtPosition: isCompletionListBlocker: 0.007750999997369945 +Info 2883 [12:28:57.549] getExportInfoMap: cache hit +Info 2884 [12:28:57.551] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2885 [12:28:57.551] collectAutoImports: response is complete +Info 2886 [12:28:57.551] collectAutoImports: 1.6796619999804534 +Info 2887 [12:28:57.551] getCompletionData: Semantic work: 2.1603529999847524 +Info 2888 [12:28:57.553] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9363950000260957 +Info 2889 [12:28:57.554] Format host information updated +Info 2890 [12:28:57.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2891 [12:28:57.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 6.479934000002686ms +Info 2892 [12:28:57.605] Different program with same set of files +Info 2893 [12:28:57.605] getCompletionData: Get current token: 0.0038930000155232847 +Info 2894 [12:28:57.605] getCompletionData: Is inside comment: 0.013907000015024096 +Info 2895 [12:28:57.605] getCompletionData: Get previous token: 0.018509000015910715 +Info 2896 [12:28:57.605] getCompletionsAtPosition: isCompletionListBlocker: 0.006553000013809651 +Info 2897 [12:28:57.606] getExportInfoMap: cache hit +Info 2898 [12:28:57.618] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 2899 [12:28:57.618] collectAutoImports: response is complete +Info 2900 [12:28:57.618] collectAutoImports: 12.376836000010371 +Info 2901 [12:28:57.618] getCompletionData: Semantic work: 12.835551999974996 +Info 2902 [12:28:57.623] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.073884000012185 +Info 2903 [12:28:57.626] Format host information updated +Info 2904 [12:29:02.727] Format host information updated +Info 2905 [12:29:02.728] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2906 [12:29:02.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 6.428889999981038ms +Info 2907 [12:29:02.734] Different program with same set of files +Info 2908 [12:29:05.146] Format host information updated +Info 2909 [12:29:05.146] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2910 [12:29:05.153] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 6.751501000020653ms +Info 2911 [12:29:05.153] Different program with same set of files +Info 2912 [12:29:05.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2913 [12:29:05.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 7.0765319999773055ms +Info 2914 [12:29:05.339] Different program with same set of files +Info 2915 [12:29:05.339] getCompletionData: Get current token: 0.00478699995437637 +Info 2916 [12:29:05.339] getCompletionData: Is inside comment: 0.011089999985415488 +Info 2917 [12:29:05.339] getCompletionData: Get previous token: 0.007689999998547137 +Info 2918 [12:29:05.339] getCompletionsAtPosition: isCompletionListBlocker: 0.0027729999856092036 +Info 2919 [12:29:05.340] getExportInfoMap: cache hit +Info 2920 [12:29:05.354] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2921 [12:29:05.354] collectAutoImports: response is complete +Info 2922 [12:29:05.354] collectAutoImports: 14.117264000000432 +Info 2923 [12:29:05.354] getCompletionData: Semantic work: 14.665195999958087 +Info 2924 [12:29:05.358] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.290495999972336 +Info 2925 [12:29:05.362] Format host information updated +Info 2926 [12:29:05.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2927 [12:29:05.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 9.167012999998406ms +Info 2928 [12:29:05.401] Different program with same set of files +Info 2929 [12:29:05.401] getCompletionData: Get current token: 0.003085999982431531 +Info 2930 [12:29:05.401] getCompletionData: Is inside comment: 0.008930000010877848 +Info 2931 [12:29:05.401] getCompletionData: Get previous token: 0.0069969999603927135 +Info 2932 [12:29:05.401] getCompletionsAtPosition: isCompletionListBlocker: 0.007366999983787537 +Info 2933 [12:29:05.402] getExportInfoMap: cache hit +Info 2934 [12:29:05.412] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2935 [12:29:05.412] collectAutoImports: response is complete +Info 2936 [12:29:05.412] collectAutoImports: 10.552247999992687 +Info 2937 [12:29:05.412] getCompletionData: Semantic work: 11.050580999988597 +Info 2938 [12:29:05.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.682995999988634 +Info 2939 [12:29:05.419] Format host information updated +Info 2940 [12:29:05.672] getCompletionData: Get current token: 0.014474999974481761 +Info 2941 [12:29:05.672] getCompletionData: Is inside comment: 0.0022640000097453594 +Info 2942 [12:29:05.672] getCompletionData: Get previous token: 0.11040400003548712 +Info 2943 [12:29:05.672] getCompletionsAtPosition: isCompletionListBlocker: 0.002647999965120107 +Info 2944 [12:29:05.673] Returning an empty list because completion was requested in an invalid position. +Info 2945 [12:29:05.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2946 [12:29:05.979] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 39.61128599999938ms +Info 2947 [12:29:05.979] Different program with same set of files +Info 2948 [12:29:05.980] getCompletionData: Get current token: 0.024671999970450997 +Info 2949 [12:29:05.980] getCompletionData: Is inside comment: 0.012742999999318272 +Info 2950 [12:29:05.981] getCompletionData: Get previous token: 0.19690300000365824 +Info 2951 [12:29:05.981] getCompletionsAtPosition: isCompletionListBlocker: 0.05580000003101304 +Info 2952 [12:29:05.983] getExportInfoMap: cache hit +Info 2953 [12:29:06.005] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 2954 [12:29:06.005] collectAutoImports: response is complete +Info 2955 [12:29:06.005] collectAutoImports: 21.104009000002407 +Info 2956 [12:29:06.005] getCompletionData: Semantic work: 24.03134200000204 +Info 2957 [12:29:06.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.135765000013635 +Info 2958 [12:29:06.014] Format host information updated +Info 2959 [12:29:06.272] getCompletionData: Get current token: 0.0037609999999403954 +Info 2960 [12:29:06.272] getCompletionData: Is inside comment: 0.0013909999979659915 +Info 2961 [12:29:06.272] getCompletionData: Get previous token: 0.01229300000704825 +Info 2962 [12:29:06.272] getCompletionsAtPosition: isCompletionListBlocker: 0.001711999997496605 +Info 2963 [12:29:06.272] Returning an empty list because completion was requested in an invalid position. +Info 2964 [12:29:06.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2965 [12:29:06.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 7.027243999997154ms +Info 2966 [12:29:06.462] Different program with same set of files +Info 2967 [12:29:06.462] getCompletionData: Get current token: 0.00362700002733618 +Info 2968 [12:29:06.462] getCompletionData: Is inside comment: 0.0012670000432990491 +Info 2969 [12:29:06.462] getCompletionData: Get previous token: 0.021296999999321997 +Info 2970 [12:29:06.462] getCompletionsAtPosition: isCompletionListBlocker: 0.0011839999933727086 +Info 2971 [12:29:06.462] Returning an empty list because completion was requested in an invalid position. +Info 2972 [12:29:06.463] Format host information updated +Info 2973 [12:29:06.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2974 [12:29:06.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 6.713435999990907ms +Info 2975 [12:29:06.574] Different program with same set of files +Info 2976 [12:29:06.575] getCompletionData: Get current token: 0.003955999971367419 +Info 2977 [12:29:06.575] getCompletionData: Is inside comment: 0.0016300000133924186 +Info 2978 [12:29:06.575] getCompletionData: Get previous token: 0.018325000011827797 +Info 2979 [12:29:06.575] getCompletionsAtPosition: isCompletionListBlocker: 0.0026630000211298466 +Info 2980 [12:29:06.575] Returning an empty list because completion was requested in an invalid position. +Info 2981 [12:29:06.575] Format host information updated +Info 2982 [12:29:06.663] Format host information updated +Info 2983 [12:29:06.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2984 [12:29:06.671] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 8.209201999998186ms +Info 2985 [12:29:06.671] Different program with same set of files +Info 2986 [12:29:06.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2987 [12:29:06.844] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 24.3735769999912ms +Info 2988 [12:29:06.844] Different program with same set of files +Info 2989 [12:29:06.844] getCompletionData: Get current token: 0.008272000006400049 +Info 2990 [12:29:06.844] getCompletionData: Is inside comment: 0.0031060000183060765 +Info 2991 [12:29:06.844] getCompletionData: Get previous token: 0.05581900000106543 +Info 2992 [12:29:06.844] getCompletionsAtPosition: isCompletionListBlocker: 0.005657999950926751 +Info 2993 [12:29:06.844] Returning an empty list because completion was requested in an invalid position. +Info 2994 [12:29:06.845] Format host information updated +Info 2995 [12:29:08.523] Format host information updated +Info 2996 [12:29:08.523] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2997 [12:29:08.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 9.684332000033464ms +Info 2998 [12:29:08.533] Different program with same set of files +Info 2999 [12:29:09.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3000 [12:29:09.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 6.551864999986719ms +Info 3001 [12:29:09.621] Different program with same set of files +Info 3002 [12:29:09.622] getCompletionData: Get current token: 0.0033359999652020633 +Info 3003 [12:29:09.622] getCompletionData: Is inside comment: 0.001636000000871718 +Info 3004 [12:29:09.622] getCompletionData: Get previous token: 0.017614999960642308 +Info 3005 [12:29:09.622] getCompletionsAtPosition: isCompletionListBlocker: 0.007399999944027513 +Info 3006 [12:29:09.622] getExportInfoMap: cache hit +Info 3007 [12:29:09.624] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3008 [12:29:09.624] collectAutoImports: response is complete +Info 3009 [12:29:09.624] collectAutoImports: 1.459536999987904 +Info 3010 [12:29:09.624] getCompletionData: Semantic work: 2.005303999991156 +Info 3011 [12:29:09.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0270240000099875 +Info 3012 [12:29:09.625] Format host information updated +Info 3013 [12:29:10.116] Format host information updated +Info 3014 [12:29:10.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3015 [12:29:10.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 9.509122000017669ms +Info 3016 [12:29:10.126] Different program with same set of files +Info 3017 [12:29:10.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3018 [12:29:10.439] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 20.743270999984816ms +Info 3019 [12:29:10.439] Different program with same set of files +Info 3020 [12:29:10.439] getCompletionData: Get current token: 0.012048000004142523 +Info 3021 [12:29:10.439] getCompletionData: Is inside comment: 0.0053869999828748405 +Info 3022 [12:29:10.439] getCompletionData: Get previous token: 0.06556700001237914 +Info 3023 [12:29:10.440] getCompletionsAtPosition: isCompletionListBlocker: 0.005728999967686832 +Info 3024 [12:29:10.442] getCompletionData: Semantic work: 1.9927930000121705 +Info 3025 [12:29:10.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.408294000022579 +Info 3026 [12:29:10.448] Format host information updated +Info 3027 [12:29:10.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3028 [12:29:10.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 10.046475999988616ms +Info 3029 [12:29:10.602] Different program with same set of files +Info 3030 [12:29:10.602] getCompletionData: Get current token: 0.004087999986950308 +Info 3031 [12:29:10.602] getCompletionData: Is inside comment: 0.001702000037766993 +Info 3032 [12:29:10.602] getCompletionData: Get previous token: 0.023738000018056482 +Info 3033 [12:29:10.602] getCompletionsAtPosition: isCompletionListBlocker: 0.002136999974027276 +Info 3034 [12:29:10.603] getCompletionData: Semantic work: 0.6422939999611117 +Info 3035 [12:29:10.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.88656000001356 +Info 3036 [12:29:10.606] Format host information updated +Info 3037 [12:29:10.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3038 [12:29:10.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 7.038186999969184ms +Info 3039 [12:29:10.710] Different program with same set of files +Info 3040 [12:29:10.711] getCompletionData: Get current token: 0.003582000033929944 +Info 3041 [12:29:10.711] getCompletionData: Is inside comment: 0.0015349999885074794 +Info 3042 [12:29:10.711] getCompletionData: Get previous token: 0.020935999986249954 +Info 3043 [12:29:10.711] getCompletionsAtPosition: isCompletionListBlocker: 0.002114000031724572 +Info 3044 [12:29:10.711] getCompletionData: Semantic work: 0.5558059999602847 +Info 3045 [12:29:10.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.080427000008058 +Info 3046 [12:29:10.714] Format host information updated +Info 3047 [12:29:10.879] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3048 [12:29:10.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 8.674546999973245ms +Info 3049 [12:29:10.888] Different program with same set of files +Info 3050 [12:29:10.888] getCompletionData: Get current token: 0.002964999992400408 +Info 3051 [12:29:10.888] getCompletionData: Is inside comment: 0.0014860000228509307 +Info 3052 [12:29:10.888] getCompletionData: Get previous token: 0.01863700000103563 +Info 3053 [12:29:10.888] getCompletionsAtPosition: isCompletionListBlocker: 0.0020359999616630375 +Info 3054 [12:29:10.888] getCompletionData: Semantic work: 0.4980239999713376 +Info 3055 [12:29:10.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4705370000447147 +Info 3056 [12:29:10.890] Format host information updated +Info 3057 [12:29:19.746] Format host information updated +Info 3058 [12:29:19.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3059 [12:29:19.754] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 7.376078000001144ms +Info 3060 [12:29:19.754] Different program with same set of files +Info 3061 [12:29:20.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3062 [12:29:20.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 10.292560999980196ms +Info 3063 [12:29:20.255] Different program with same set of files +Info 3064 [12:29:20.255] getCompletionData: Get current token: 0.002915999968536198 +Info 3065 [12:29:20.255] getCompletionData: Is inside comment: 0.010104000044520944 +Info 3066 [12:29:20.255] getCompletionData: Get previous token: 0.06221699999878183 +Info 3067 [12:29:20.255] getCompletionsAtPosition: isCompletionListBlocker: 0.002011000004131347 +Info 3068 [12:29:20.256] getExportInfoMap: cache hit +Info 3069 [12:29:20.259] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 141 from cache +Info 3070 [12:29:20.259] collectAutoImports: response is complete +Info 3071 [12:29:20.259] collectAutoImports: 2.963999999978114 +Info 3072 [12:29:20.259] getCompletionData: Semantic work: 3.4928969999891706 +Info 3073 [12:29:20.261] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4760039999964647 +Info 3074 [12:29:20.262] Format host information updated +Info 3075 [12:29:20.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3076 [12:29:20.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 7.453240000002552ms +Info 3077 [12:29:20.453] Different program with same set of files +Info 3078 [12:29:20.453] getCompletionData: Get current token: 0.003161999979056418 +Info 3079 [12:29:20.453] getCompletionData: Is inside comment: 0.009911000030115247 +Info 3080 [12:29:20.453] getCompletionData: Get previous token: 0.011854999989736825 +Info 3081 [12:29:20.453] getCompletionsAtPosition: isCompletionListBlocker: 0.0020129999611526728 +Info 3082 [12:29:20.453] getExportInfoMap: cache hit +Info 3083 [12:29:20.455] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 37 from cache +Info 3084 [12:29:20.455] collectAutoImports: response is complete +Info 3085 [12:29:20.455] collectAutoImports: 2.138922000012826 +Info 3086 [12:29:20.455] getCompletionData: Semantic work: 2.5976539999828674 +Info 3087 [12:29:20.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8425879999995232 +Info 3088 [12:29:20.462] Format host information updated +Info 3089 [12:29:20.652] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3090 [12:29:20.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 6.915451000037137ms +Info 3091 [12:29:20.659] Different program with same set of files +Info 3092 [12:29:20.659] getCompletionData: Get current token: 0.003061999974306673 +Info 3093 [12:29:20.659] getCompletionData: Is inside comment: 0.010055000020656735 +Info 3094 [12:29:20.659] getCompletionData: Get previous token: 0.011256999976467341 +Info 3095 [12:29:20.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0022539999918080866 +Info 3096 [12:29:20.660] getExportInfoMap: cache hit +Info 3097 [12:29:20.662] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 24 from cache +Info 3098 [12:29:20.662] collectAutoImports: response is complete +Info 3099 [12:29:20.662] collectAutoImports: 1.8658000000286847 +Info 3100 [12:29:20.662] getCompletionData: Semantic work: 2.299819000007119 +Info 3101 [12:29:20.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.750865999958478 +Info 3102 [12:29:20.664] Format host information updated +Info 3103 [12:29:20.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3104 [12:29:20.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 9.75057299999753ms +Info 3105 [12:29:20.849] Different program with same set of files +Info 3106 [12:29:20.850] getCompletionData: Get current token: 0.0030539999715983868 +Info 3107 [12:29:20.850] getCompletionData: Is inside comment: 0.009642000019084662 +Info 3108 [12:29:20.850] getCompletionData: Get previous token: 0.011476000014226884 +Info 3109 [12:29:20.850] getCompletionsAtPosition: isCompletionListBlocker: 0.027108000009320676 +Info 3110 [12:29:20.850] getExportInfoMap: cache hit +Info 3111 [12:29:20.852] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 17 from cache +Info 3112 [12:29:20.852] collectAutoImports: response is complete +Info 3113 [12:29:20.852] collectAutoImports: 1.9949179999530315 +Info 3114 [12:29:20.852] getCompletionData: Semantic work: 2.5736529999994673 +Info 3115 [12:29:20.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.766617999994196 +Info 3116 [12:29:20.855] Format host information updated +Info 3117 [12:29:20.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3118 [12:29:20.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 8.714723000011873ms +Info 3119 [12:29:20.913] Different program with same set of files +Info 3120 [12:29:20.913] getCompletionData: Get current token: 0.003492999996524304 +Info 3121 [12:29:20.913] getCompletionData: Is inside comment: 0.010118999984115362 +Info 3122 [12:29:20.914] getCompletionData: Get previous token: 0.012599999958183616 +Info 3123 [12:29:20.914] getCompletionsAtPosition: isCompletionListBlocker: 0.0022149999858811498 +Info 3124 [12:29:20.914] getExportInfoMap: cache hit +Info 3125 [12:29:20.916] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 13 from cache +Info 3126 [12:29:20.916] collectAutoImports: response is complete +Info 3127 [12:29:20.916] collectAutoImports: 1.7907930000219494 +Info 3128 [12:29:20.916] getCompletionData: Semantic work: 2.314168000011705 +Info 3129 [12:29:20.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8929190000053495 +Info 3130 [12:29:20.921] Format host information updated +Info 3131 [12:29:20.967] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3132 [12:29:20.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 6.396820999972988ms +Info 3133 [12:29:20.974] Different program with same set of files +Info 3134 [12:29:20.974] getCompletionData: Get current token: 0.003262000042013824 +Info 3135 [12:29:20.974] getCompletionData: Is inside comment: 0.009642999968491495 +Info 3136 [12:29:20.974] getCompletionData: Get previous token: 0.01193000003695488 +Info 3137 [12:29:20.974] getCompletionsAtPosition: isCompletionListBlocker: 0.0019439999596215785 +Info 3138 [12:29:20.974] getExportInfoMap: cache hit +Info 3139 [12:29:20.976] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 13 from cache +Info 3140 [12:29:20.976] collectAutoImports: response is complete +Info 3141 [12:29:20.976] collectAutoImports: 1.7470980000216514 +Info 3142 [12:29:20.976] getCompletionData: Semantic work: 2.1991240000352263 +Info 3143 [12:29:20.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8656960000516847 +Info 3144 [12:29:20.979] Format host information updated +Info 3145 [12:29:21.060] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3146 [12:29:21.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 6.402681000006851ms +Info 3147 [12:29:21.066] Different program with same set of files +Info 3148 [12:29:21.066] getCompletionData: Get current token: 0.003257000003941357 +Info 3149 [12:29:21.066] getCompletionData: Is inside comment: 0.00990599999204278 +Info 3150 [12:29:21.066] getCompletionData: Get previous token: 0.012492000008933246 +Info 3151 [12:29:21.066] getCompletionsAtPosition: isCompletionListBlocker: 0.002050000010058284 +Info 3152 [12:29:21.067] getExportInfoMap: cache hit +Info 3153 [12:29:21.069] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 13 from cache +Info 3154 [12:29:21.069] collectAutoImports: response is complete +Info 3155 [12:29:21.069] collectAutoImports: 1.7579689999693073 +Info 3156 [12:29:21.069] getCompletionData: Semantic work: 2.222347999981139 +Info 3157 [12:29:21.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9300139999832027 +Info 3158 [12:29:21.073] Format host information updated +Info 3159 [12:29:24.866] Format host information updated +Info 3160 [12:29:24.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3161 [12:29:24.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 7.123470999998972ms +Info 3162 [12:29:24.874] Different program with same set of files +Info 3163 [12:29:31.187] Format host information updated +Info 3164 [12:29:31.187] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3165 [12:29:31.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 9.003607999999076ms +Info 3166 [12:29:31.196] Different program with same set of files +Info 3167 [12:29:31.406] Format host information updated +Info 3168 [12:29:31.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3169 [12:29:31.414] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 7.897223000007216ms +Info 3170 [12:29:31.414] Different program with same set of files +Info 3171 [12:30:00.033] Format host information updated +Info 3172 [12:30:00.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3173 [12:30:00.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 17.485556999978144ms +Info 3174 [12:30:00.050] Different program with same set of files +Info 3175 [12:30:00.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3176 [12:30:00.454] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 15.090935999993235ms +Info 3177 [12:30:00.454] Different program with same set of files +Info 3178 [12:30:00.454] getCompletionData: Get current token: 0.002739999967161566 +Info 3179 [12:30:00.454] getCompletionData: Is inside comment: 0.010041999979875982 +Info 3180 [12:30:00.454] getCompletionData: Get previous token: 0.012347000010777265 +Info 3181 [12:30:00.454] getCompletionsAtPosition: isCompletionListBlocker: 0.0015359999961219728 +Info 3182 [12:30:00.454] Returning an empty list because completion was requested in an invalid position. +Info 3183 [12:30:00.455] Format host information updated +Info 3184 [12:30:00.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3185 [12:30:00.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 18.478897000022698ms +Info 3186 [12:30:00.729] Different program with same set of files +Info 3187 [12:30:00.729] getCompletionData: Get current token: 0.005443000001832843 +Info 3188 [12:30:00.729] getCompletionData: Is inside comment: 0.02501699997810647 +Info 3189 [12:30:00.729] getCompletionData: Get previous token: 0.026279999990947545 +Info 3190 [12:30:00.729] getCompletionsAtPosition: isCompletionListBlocker: 0.0029230000218376517 +Info 3191 [12:30:00.729] Returning an empty list because completion was requested in an invalid position. +Info 3192 [12:30:00.730] Format host information updated +Info 3193 [12:30:00.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3194 [12:30:00.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 44.731862999964505ms +Info 3195 [12:30:00.888] Different program with same set of files +Info 3196 [12:30:00.888] getCompletionData: Get current token: 0.007558000041171908 +Info 3197 [12:30:00.888] getCompletionData: Is inside comment: 0.028076000045984983 +Info 3198 [12:30:00.888] getCompletionData: Get previous token: 0.03639000002294779 +Info 3199 [12:30:00.888] getCompletionsAtPosition: isCompletionListBlocker: 0.0035100000095553696 +Info 3200 [12:30:00.888] Returning an empty list because completion was requested in an invalid position. +Info 3201 [12:30:00.889] Format host information updated +Info 3202 [12:30:00.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3203 [12:30:00.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 8.103264999983367ms +Info 3204 [12:30:00.913] Different program with same set of files +Info 3205 [12:30:00.913] getCompletionData: Get current token: 0.0034100000048056245 +Info 3206 [12:30:00.913] getCompletionData: Is inside comment: 0.009464999951887876 +Info 3207 [12:30:00.913] getCompletionData: Get previous token: 0.01295199996093288 +Info 3208 [12:30:00.913] getCompletionsAtPosition: isCompletionListBlocker: 0.0015780000248923898 +Info 3209 [12:30:00.913] Returning an empty list because completion was requested in an invalid position. +Info 3210 [12:30:00.914] Format host information updated +Info 3211 [12:30:01.949] Format host information updated +Info 3212 [12:30:01.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3213 [12:30:01.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 11.16165700001875ms +Info 3214 [12:30:01.961] Different program with same set of files +Info 3215 [12:30:04.006] Format host information updated +Info 3216 [12:30:04.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3217 [12:30:04.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 9.022884999983944ms +Info 3218 [12:30:04.015] Different program with same set of files +Info 3219 [12:30:04.359] getCompletionData: Get current token: 0.015705999976489693 +Info 3220 [12:30:04.359] getCompletionData: Is inside comment: 0.051253999990876764 +Info 3221 [12:30:04.360] getCompletionData: Get previous token: 0.0361900000134483 +Info 3222 [12:30:04.360] getCompletionsAtPosition: isCompletionListBlocker: 0.024627000035252422 +Info 3223 [12:30:04.362] getExportInfoMap: cache hit +Info 3224 [12:30:04.386] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3225 [12:30:04.386] collectAutoImports: response is complete +Info 3226 [12:30:04.386] collectAutoImports: 23.50482600001851 +Info 3227 [12:30:04.386] getCompletionData: Semantic work: 26.467968999990262 +Info 3228 [12:30:04.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.910042000003159 +Info 3229 [12:30:04.485] Format host information updated +Info 3230 [12:30:04.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3231 [12:30:04.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 8.555985999992117ms +Info 3232 [12:30:04.494] Different program with same set of files +Info 3233 [12:30:04.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3234 [12:30:04.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 6.849715999967884ms +Info 3235 [12:30:04.616] Different program with same set of files +Info 3236 [12:30:04.616] getCompletionData: Get current token: 0.002845000009983778 +Info 3237 [12:30:04.616] getCompletionData: Is inside comment: 0.011346999963279814 +Info 3238 [12:30:04.616] getCompletionData: Get previous token: 0.0081219999701716 +Info 3239 [12:30:04.617] getCompletionsAtPosition: isCompletionListBlocker: 0.00704799999948591 +Info 3240 [12:30:04.617] getExportInfoMap: cache hit +Info 3241 [12:30:04.641] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3242 [12:30:04.641] collectAutoImports: response is complete +Info 3243 [12:30:04.641] collectAutoImports: 23.5148099999642 +Info 3244 [12:30:04.641] getCompletionData: Semantic work: 24.15686300001107 +Info 3245 [12:30:04.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.85279500001343 +Info 3246 [12:30:04.652] Format host information updated +Info 3247 [12:30:04.789] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3248 [12:30:04.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 7.220490000036079ms +Info 3249 [12:30:04.797] Different program with same set of files +Info 3250 [12:30:04.797] getCompletionData: Get current token: 0.003036000009160489 +Info 3251 [12:30:04.797] getCompletionData: Is inside comment: 0.012915999977849424 +Info 3252 [12:30:04.797] getCompletionData: Get previous token: 0.008432999951764941 +Info 3253 [12:30:04.797] getCompletionsAtPosition: isCompletionListBlocker: 0.00798000005306676 +Info 3254 [12:30:04.798] getExportInfoMap: cache hit +Info 3255 [12:30:04.819] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3256 [12:30:04.819] collectAutoImports: response is complete +Info 3257 [12:30:04.819] collectAutoImports: 21.124422999972012 +Info 3258 [12:30:04.819] getCompletionData: Semantic work: 21.743757999967784 +Info 3259 [12:30:04.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.400154999981169 +Info 3260 [12:30:04.834] Format host information updated +Info 3261 [12:30:04.889] Format host information updated +Info 3262 [12:30:04.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3263 [12:30:04.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 13.045768000010867ms +Info 3264 [12:30:04.902] Different program with same set of files +Info 3265 [12:30:05.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3266 [12:30:05.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 7.969190999981947ms +Info 3267 [12:30:05.116] Different program with same set of files +Info 3268 [12:30:05.116] getCompletionData: Get current token: 0.0025320000131614506 +Info 3269 [12:30:05.116] getCompletionData: Is inside comment: 0.010978000005707145 +Info 3270 [12:30:05.116] getCompletionData: Get previous token: 0.007681000046432018 +Info 3271 [12:30:05.116] getCompletionsAtPosition: isCompletionListBlocker: 0.002710999979171902 +Info 3272 [12:30:05.117] getExportInfoMap: cache hit +Info 3273 [12:30:05.131] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3274 [12:30:05.131] collectAutoImports: response is complete +Info 3275 [12:30:05.131] collectAutoImports: 14.354615000018384 +Info 3276 [12:30:05.131] getCompletionData: Semantic work: 15.031148000038229 +Info 3277 [12:30:05.137] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.698434000019915 +Info 3278 [12:30:05.143] Format host information updated +Info 3279 [12:30:05.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3280 [12:30:05.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 7.053567999973893ms +Info 3281 [12:30:05.175] Different program with same set of files +Info 3282 [12:30:05.176] getCompletionData: Get current token: 0.003476999991107732 +Info 3283 [12:30:05.176] getCompletionData: Is inside comment: 0.010851000028196722 +Info 3284 [12:30:05.176] getCompletionData: Get previous token: 0.0074610000010579824 +Info 3285 [12:30:05.176] getCompletionsAtPosition: isCompletionListBlocker: 0.006443999998737127 +Info 3286 [12:30:05.176] getExportInfoMap: cache hit +Info 3287 [12:30:05.193] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3288 [12:30:05.193] collectAutoImports: response is complete +Info 3289 [12:30:05.193] collectAutoImports: 17.196953999984544 +Info 3290 [12:30:05.193] getCompletionData: Semantic work: 17.741107999987435 +Info 3291 [12:30:05.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9067529999883845 +Info 3292 [12:30:05.202] Format host information updated +Info 3293 [12:30:05.409] getCompletionData: Get current token: 0.0033030000049620867 +Info 3294 [12:30:05.409] getCompletionData: Is inside comment: 0.011828000016976148 +Info 3295 [12:30:05.409] getCompletionData: Get previous token: 0.008375999983400106 +Info 3296 [12:30:05.409] getCompletionsAtPosition: isCompletionListBlocker: 0.0019730000058189034 +Info 3297 [12:30:05.409] Returning an empty list because completion was requested in an invalid position. +Info 3298 [12:30:05.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3299 [12:30:05.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 6.8415619999868795ms +Info 3300 [12:30:05.605] Different program with same set of files +Info 3301 [12:30:05.605] getCompletionData: Get current token: 0.0036010000039823353 +Info 3302 [12:30:05.605] getCompletionData: Is inside comment: 0.01253300003008917 +Info 3303 [12:30:05.605] getCompletionData: Get previous token: 0.017109999957028776 +Info 3304 [12:30:05.605] getCompletionsAtPosition: isCompletionListBlocker: 0.0018320000381208956 +Info 3305 [12:30:05.605] Returning an empty list because completion was requested in an invalid position. +Info 3306 [12:30:05.605] Format host information updated +Info 3307 [12:30:05.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3308 [12:30:05.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 8.997344000032172ms +Info 3309 [12:30:05.761] Different program with same set of files +Info 3310 [12:30:05.761] getCompletionData: Get current token: 0.003473999968264252 +Info 3311 [12:30:05.761] getCompletionData: Is inside comment: 0.011597000004258007 +Info 3312 [12:30:05.761] getCompletionData: Get previous token: 0.01589899999089539 +Info 3313 [12:30:05.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0018440000130794942 +Info 3314 [12:30:05.761] Returning an empty list because completion was requested in an invalid position. +Info 3315 [12:30:05.762] Format host information updated +Info 3316 [12:30:05.879] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3317 [12:30:05.886] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 7.080076000012923ms +Info 3318 [12:30:05.886] Different program with same set of files +Info 3319 [12:30:05.886] getCompletionData: Get current token: 0.002702999976463616 +Info 3320 [12:30:05.886] getCompletionData: Is inside comment: 0.014529000036418438 +Info 3321 [12:30:05.886] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3322 [12:30:05.886] Format host information updated +Info 3323 [12:30:06.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3324 [12:30:06.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 10.167923000000883ms +Info 3325 [12:30:06.224] Different program with same set of files +Info 3326 [12:30:06.224] getCompletionData: Get current token: 0.006003000016789883 +Info 3327 [12:30:06.224] getCompletionData: Is inside comment: 0.02382699999725446 +Info 3328 [12:30:06.224] getCompletionData: Get previous token: 0.054948999953921884 +Info 3329 [12:30:06.224] getCompletionsAtPosition: isCompletionListBlocker: 0.0024819999816827476 +Info 3330 [12:30:06.224] Returning an empty list because completion was requested in an invalid position. +Info 3331 [12:30:06.224] Format host information updated +Info 3332 [12:30:06.356] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3333 [12:30:06.362] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 6.597894000005908ms +Info 3334 [12:30:06.362] Different program with same set of files +Info 3335 [12:30:06.363] getCompletionData: Get current token: 0.00571599998511374 +Info 3336 [12:30:06.363] getCompletionData: Is inside comment: 0.03815600002417341 +Info 3337 [12:30:06.363] getCompletionData: Get previous token: 0.017569999967236072 +Info 3338 [12:30:06.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0027120000449940562 +Info 3339 [12:30:06.364] getExportInfoMap: cache hit +Info 3340 [12:30:06.379] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3341 [12:30:06.379] collectAutoImports: response is complete +Info 3342 [12:30:06.379] collectAutoImports: 14.903890000015963 +Info 3343 [12:30:06.379] getCompletionData: Semantic work: 15.799354000017047 +Info 3344 [12:30:06.386] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.925548999977764 +Info 3345 [12:30:06.390] Format host information updated +Info 3346 [12:30:06.468] Format host information updated +Info 3347 [12:30:06.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3348 [12:30:06.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 7.213552000001073ms +Info 3349 [12:30:06.476] Different program with same set of files +Info 3350 [12:30:06.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3351 [12:30:06.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 6.795717000029981ms +Info 3352 [12:30:06.787] Different program with same set of files +Info 3353 [12:30:06.787] getCompletionData: Get current token: 0.004168999963440001 +Info 3354 [12:30:06.787] getCompletionData: Is inside comment: 0.012936999963130802 +Info 3355 [12:30:06.787] getCompletionData: Get previous token: 0.009424999996554106 +Info 3356 [12:30:06.787] getCompletionsAtPosition: isCompletionListBlocker: 0.0017250000382773578 +Info 3357 [12:30:06.787] Returning an empty list because completion was requested in an invalid position. +Info 3358 [12:30:06.787] Format host information updated +Info 3359 [12:30:06.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3360 [12:30:06.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 21.69730099994922ms +Info 3361 [12:30:06.874] Different program with same set of files +Info 3362 [12:30:06.874] getCompletionData: Get current token: 0.01333600003272295 +Info 3363 [12:30:06.874] getCompletionData: Is inside comment: 0.04793100000824779 +Info 3364 [12:30:06.875] getCompletionData: Get previous token: 0.035472000017762184 +Info 3365 [12:30:06.875] getCompletionsAtPosition: isCompletionListBlocker: 0.01940600003581494 +Info 3366 [12:30:06.876] getExportInfoMap: cache hit +Info 3367 [12:30:06.902] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3368 [12:30:06.902] collectAutoImports: response is complete +Info 3369 [12:30:06.902] collectAutoImports: 25.917620999971405 +Info 3370 [12:30:06.902] getCompletionData: Semantic work: 27.735586999973748 +Info 3371 [12:30:06.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.1232659999514 +Info 3372 [12:30:06.913] Format host information updated +Info 3373 [12:30:07.106] getCompletionData: Get current token: 0.004125999985262752 +Info 3374 [12:30:07.106] getCompletionData: Is inside comment: 0.012752000009641051 +Info 3375 [12:30:07.106] getCompletionData: Get previous token: 0.00920499995118007 +Info 3376 [12:30:07.106] getCompletionsAtPosition: isCompletionListBlocker: 0.002228999976068735 +Info 3377 [12:30:07.106] Returning an empty list because completion was requested in an invalid position. +Info 3378 [12:30:07.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3379 [12:30:07.579] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 7.042144000006374ms +Info 3380 [12:30:07.579] Different program with same set of files +Info 3381 [12:30:07.580] getCompletionData: Get current token: 0.003728999989107251 +Info 3382 [12:30:07.580] getCompletionData: Is inside comment: 0.012439999962225556 +Info 3383 [12:30:07.580] getCompletionData: Get previous token: 0.017937999975401908 +Info 3384 [12:30:07.580] getCompletionsAtPosition: isCompletionListBlocker: 0.006995000003371388 +Info 3385 [12:30:07.580] getExportInfoMap: cache hit +Info 3386 [12:30:07.582] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 3387 [12:30:07.582] collectAutoImports: response is complete +Info 3388 [12:30:07.582] collectAutoImports: 1.9148259999928996 +Info 3389 [12:30:07.582] getCompletionData: Semantic work: 2.530689999985043 +Info 3390 [12:30:07.584] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9360969999688677 +Info 3391 [12:30:07.585] Format host information updated +Info 3392 [12:30:07.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3393 [12:30:07.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 6.861351000028662ms +Info 3394 [12:30:07.914] Different program with same set of files +Info 3395 [12:30:07.914] getCompletionData: Get current token: 0.0037640000227838755 +Info 3396 [12:30:07.914] getCompletionData: Is inside comment: 0.012135000026319176 +Info 3397 [12:30:07.914] getCompletionData: Get previous token: 0.008025999995879829 +Info 3398 [12:30:07.914] getCompletionsAtPosition: isCompletionListBlocker: 0.005767999973613769 +Info 3399 [12:30:07.914] getExportInfoMap: cache hit +Info 3400 [12:30:07.927] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3401 [12:30:07.927] collectAutoImports: response is complete +Info 3402 [12:30:07.927] collectAutoImports: 12.27777700003935 +Info 3403 [12:30:07.927] getCompletionData: Semantic work: 12.851849999977276 +Info 3404 [12:30:07.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.714766999997664 +Info 3405 [12:30:07.935] Format host information updated +Info 3406 [12:30:08.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3407 [12:30:08.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 17.118561000039335ms +Info 3408 [12:30:08.031] Different program with same set of files +Info 3409 [12:30:08.032] getCompletionData: Get current token: 0.009726999967824668 +Info 3410 [12:30:08.032] getCompletionData: Is inside comment: 0.03149000002304092 +Info 3411 [12:30:08.032] getCompletionData: Get previous token: 0.022037999995518476 +Info 3412 [12:30:08.032] getCompletionsAtPosition: isCompletionListBlocker: 0.003951999999117106 +Info 3413 [12:30:08.032] Returning an empty list because completion was requested in an invalid position. +Info 3414 [12:30:08.032] Format host information updated +Info 3415 [12:30:08.090] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3416 [12:30:08.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 6.653555000026245ms +Info 3417 [12:30:08.097] Different program with same set of files +Info 3418 [12:30:08.097] getCompletionData: Get current token: 0.00407900003483519 +Info 3419 [12:30:08.097] getCompletionData: Is inside comment: 0.012125999957788736 +Info 3420 [12:30:08.097] getCompletionData: Get previous token: 0.015564000001177192 +Info 3421 [12:30:08.097] getCompletionsAtPosition: isCompletionListBlocker: 0.0024759999942034483 +Info 3422 [12:30:08.098] getExportInfoMap: cache hit +Info 3423 [12:30:08.100] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 3424 [12:30:08.100] collectAutoImports: response is complete +Info 3425 [12:30:08.100] collectAutoImports: 1.8571239999728277 +Info 3426 [12:30:08.100] getCompletionData: Semantic work: 2.350332999951206 +Info 3427 [12:30:08.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.012384000001475 +Info 3428 [12:30:08.102] Format host information updated +Info 3429 [12:30:08.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3430 [12:30:08.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 8.63387000001967ms +Info 3431 [12:30:08.326] Different program with same set of files +Info 3432 [12:30:08.327] getCompletionData: Get current token: 0.004379999998491257 +Info 3433 [12:30:08.327] getCompletionData: Is inside comment: 0.014148999995086342 +Info 3434 [12:30:08.327] getCompletionData: Get previous token: 0.01027500000782311 +Info 3435 [12:30:08.327] getCompletionsAtPosition: isCompletionListBlocker: 0.002223999996203929 +Info 3436 [12:30:08.327] getExportInfoMap: cache hit +Info 3437 [12:30:08.338] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3438 [12:30:08.338] collectAutoImports: response is complete +Info 3439 [12:30:08.338] collectAutoImports: 10.867459999979474 +Info 3440 [12:30:08.338] getCompletionData: Semantic work: 11.393581999989692 +Info 3441 [12:30:08.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.867255999997724 +Info 3442 [12:30:08.348] Format host information updated +Info 3443 [12:30:08.433] Format host information updated +Info 3444 [12:30:08.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3445 [12:30:08.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 17.933965000032913ms +Info 3446 [12:30:08.451] Different program with same set of files +Info 3447 [12:30:08.640] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3448 [12:30:08.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 7.492729999998119ms +Info 3449 [12:30:08.648] Different program with same set of files +Info 3450 [12:30:08.648] getCompletionData: Get current token: 0.004199000017251819 +Info 3451 [12:30:08.648] getCompletionData: Is inside comment: 0.012844999961089343 +Info 3452 [12:30:08.648] getCompletionData: Get previous token: 0.017891000024974346 +Info 3453 [12:30:08.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0020249999943189323 +Info 3454 [12:30:08.649] getExportInfoMap: cache hit +Info 3455 [12:30:08.657] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 3456 [12:30:08.657] collectAutoImports: response is complete +Info 3457 [12:30:08.657] collectAutoImports: 7.540905000001658 +Info 3458 [12:30:08.657] getCompletionData: Semantic work: 8.494085000013001 +Info 3459 [12:30:08.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5665530000114813 +Info 3460 [12:30:08.662] Format host information updated +Info 3461 [12:30:08.700] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3462 [12:30:08.707] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 7.069974999991246ms +Info 3463 [12:30:08.707] Different program with same set of files +Info 3464 [12:30:08.707] getCompletionData: Get current token: 0.004727000021375716 +Info 3465 [12:30:08.707] getCompletionData: Is inside comment: 0.014618000015616417 +Info 3466 [12:30:08.707] getCompletionData: Get previous token: 0.021080999984405935 +Info 3467 [12:30:08.707] getCompletionsAtPosition: isCompletionListBlocker: 0.00212599994847551 +Info 3468 [12:30:08.708] getExportInfoMap: cache hit +Info 3469 [12:30:08.711] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 3470 [12:30:08.711] collectAutoImports: response is complete +Info 3471 [12:30:08.711] collectAutoImports: 2.662763000000268 +Info 3472 [12:30:08.711] getCompletionData: Semantic work: 3.1906420000013895 +Info 3473 [12:30:08.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1912979999906383 +Info 3474 [12:30:08.716] Format host information updated +Info 3475 [12:30:08.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3476 [12:30:08.832] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 34.0162030000356ms +Info 3477 [12:30:08.832] Different program with same set of files +Info 3478 [12:30:08.832] getCompletionData: Get current token: 0.016694999998435378 +Info 3479 [12:30:08.833] getCompletionData: Is inside comment: 0.04940600000554696 +Info 3480 [12:30:08.833] getCompletionData: Get previous token: 0.0795769999967888 +Info 3481 [12:30:08.833] getCompletionsAtPosition: isCompletionListBlocker: 0.004246000025887042 +Info 3482 [12:30:08.834] getExportInfoMap: cache hit +Info 3483 [12:30:08.854] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3484 [12:30:08.854] collectAutoImports: response is complete +Info 3485 [12:30:08.854] collectAutoImports: 19.531611000013072 +Info 3486 [12:30:08.854] getCompletionData: Semantic work: 20.955088999995496 +Info 3487 [12:30:08.859] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.429948000004515 +Info 3488 [12:30:08.863] Format host information updated +Info 3489 [12:30:09.048] Format host information updated +Info 3490 [12:30:09.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3491 [12:30:09.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 6.832930999982636ms +Info 3492 [12:30:09.055] Different program with same set of files +Info 3493 [12:30:09.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3494 [12:30:09.489] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 8.824383999977726ms +Info 3495 [12:30:09.489] Different program with same set of files +Info 3496 [12:30:09.489] getCompletionData: Get current token: 0.003756999969482422 +Info 3497 [12:30:09.489] getCompletionData: Is inside comment: 0.013076999981421977 +Info 3498 [12:30:09.489] getCompletionData: Get previous token: 0.016054000006988645 +Info 3499 [12:30:09.489] getCompletionsAtPosition: isCompletionListBlocker: 0.001892999978736043 +Info 3500 [12:30:09.490] getExportInfoMap: cache hit +Info 3501 [12:30:09.500] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3502 [12:30:09.500] collectAutoImports: response is complete +Info 3503 [12:30:09.500] collectAutoImports: 10.175569000013638 +Info 3504 [12:30:09.500] getCompletionData: Semantic work: 10.614621000015177 +Info 3505 [12:30:09.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.778877999982797 +Info 3506 [12:30:09.510] Format host information updated +Info 3507 [12:30:09.838] getCompletionData: Get current token: 0.015518000000156462 +Info 3508 [12:30:09.838] getCompletionData: Is inside comment: 0.05401000002166256 +Info 3509 [12:30:09.839] getCompletionData: Get previous token: 0.06454400002257898 +Info 3510 [12:30:09.839] getCompletionsAtPosition: isCompletionListBlocker: 0.02928700001211837 +Info 3511 [12:30:09.841] getExportInfoMap: cache hit +Info 3512 [12:30:09.861] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3513 [12:30:09.861] collectAutoImports: response is complete +Info 3514 [12:30:09.861] collectAutoImports: 19.800794000038877 +Info 3515 [12:30:09.861] getCompletionData: Semantic work: 22.225793999969028 +Info 3516 [12:30:09.867] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.289277000003494 +Info 3517 [12:30:09.899] Format host information updated +Info 3518 [12:30:09.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3519 [12:30:09.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 8.732114000013098ms +Info 3520 [12:30:09.908] Different program with same set of files +Info 3521 [12:30:10.343] Format host information updated +Info 3522 [12:30:10.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3523 [12:30:10.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 7.8809609999880195ms +Info 3524 [12:30:10.351] Different program with same set of files +Info 3525 [12:30:10.576] Format host information updated +Info 3526 [12:30:10.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3527 [12:30:10.585] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 8.570721000025515ms +Info 3528 [12:30:10.585] Different program with same set of files +Info 3529 [12:30:10.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3530 [12:30:10.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 9.44216299999971ms +Info 3531 [12:30:10.922] Different program with same set of files +Info 3532 [12:30:10.923] getCompletionData: Get current token: 0.0034940000041387975 +Info 3533 [12:30:10.923] getCompletionData: Is inside comment: 0.012400000006891787 +Info 3534 [12:30:10.923] getCompletionData: Get previous token: 0.008910000033210963 +Info 3535 [12:30:10.923] getCompletionsAtPosition: isCompletionListBlocker: 0.008169999986421317 +Info 3536 [12:30:10.923] getExportInfoMap: cache hit +Info 3537 [12:30:10.941] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3538 [12:30:10.941] collectAutoImports: response is complete +Info 3539 [12:30:10.941] collectAutoImports: 17.154847999976482 +Info 3540 [12:30:10.941] getCompletionData: Semantic work: 17.88703899999382 +Info 3541 [12:30:10.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.443854000011925 +Info 3542 [12:30:10.954] Format host information updated +Info 3543 [12:30:11.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3544 [12:30:11.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 11.97727000003215ms +Info 3545 [12:30:11.108] Different program with same set of files +Info 3546 [12:30:11.108] getCompletionData: Get current token: 0.007868000015150756 +Info 3547 [12:30:11.108] getCompletionData: Is inside comment: 0.02422999998088926 +Info 3548 [12:30:11.108] getCompletionData: Get previous token: 0.016361000016331673 +Info 3549 [12:30:11.108] getCompletionsAtPosition: isCompletionListBlocker: 0.013451999984681606 +Info 3550 [12:30:11.109] getExportInfoMap: cache hit +Info 3551 [12:30:11.132] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3552 [12:30:11.132] collectAutoImports: response is complete +Info 3553 [12:30:11.132] collectAutoImports: 23.316877999983262 +Info 3554 [12:30:11.132] getCompletionData: Semantic work: 24.372621999995317 +Info 3555 [12:30:11.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.29158700001426 +Info 3556 [12:30:11.144] Format host information updated +Info 3557 [12:30:11.165] Format host information updated +Info 3558 [12:30:11.165] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3559 [12:30:11.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 7.144025999994483ms +Info 3560 [12:30:11.172] Different program with same set of files +Info 3561 [12:30:11.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3562 [12:30:11.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 14.697424999962095ms +Info 3563 [12:30:11.373] Different program with same set of files +Info 3564 [12:30:11.374] getCompletionData: Get current token: 0.005061000003479421 +Info 3565 [12:30:11.374] getCompletionData: Is inside comment: 0.01877799996873364 +Info 3566 [12:30:11.374] getCompletionData: Get previous token: 0.02635200001532212 +Info 3567 [12:30:11.374] getCompletionsAtPosition: isCompletionListBlocker: 0.010154000017791986 +Info 3568 [12:30:11.375] getExportInfoMap: cache hit +Info 3569 [12:30:11.379] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 3570 [12:30:11.379] collectAutoImports: response is complete +Info 3571 [12:30:11.379] collectAutoImports: 3.966218999994453 +Info 3572 [12:30:11.379] getCompletionData: Semantic work: 4.76722099998733 +Info 3573 [12:30:11.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8136520000407472 +Info 3574 [12:30:11.383] Format host information updated +Info 3575 [12:30:11.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3576 [12:30:11.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 6.612438999989536ms +Info 3577 [12:30:11.434] Different program with same set of files +Info 3578 [12:30:11.435] getCompletionData: Get current token: 0.0036330000148154795 +Info 3579 [12:30:11.435] getCompletionData: Is inside comment: 0.011755999992601573 +Info 3580 [12:30:11.435] getCompletionData: Get previous token: 0.016818000003695488 +Info 3581 [12:30:11.435] getCompletionsAtPosition: isCompletionListBlocker: 0.006709999986924231 +Info 3582 [12:30:11.435] getExportInfoMap: cache hit +Info 3583 [12:30:11.437] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 25 from cache +Info 3584 [12:30:11.439] collectAutoImports: response is complete +Info 3585 [12:30:11.439] collectAutoImports: 4.016525000042748 +Info 3586 [12:30:11.439] getCompletionData: Semantic work: 4.538864000001922 +Info 3587 [12:30:11.441] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0473040000069886 +Info 3588 [12:30:11.442] Format host information updated +Info 3589 [12:30:11.815] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3590 [12:30:11.823] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 7.246408999955747ms +Info 3591 [12:30:11.823] Different program with same set of files +Info 3592 [12:30:11.823] getCompletionData: Get current token: 0.003055000037420541 +Info 3593 [12:30:11.823] getCompletionData: Is inside comment: 0.010562999988906085 +Info 3594 [12:30:11.823] getCompletionData: Get previous token: 0.014897999993991107 +Info 3595 [12:30:11.823] getCompletionsAtPosition: isCompletionListBlocker: 0.006171999964863062 +Info 3596 [12:30:11.823] getExportInfoMap: cache hit +Info 3597 [12:30:11.826] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 73 from cache +Info 3598 [12:30:11.826] collectAutoImports: response is complete +Info 3599 [12:30:11.826] collectAutoImports: 2.3914890000014566 +Info 3600 [12:30:11.826] getCompletionData: Semantic work: 2.890625 +Info 3601 [12:30:11.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.787646999990102 +Info 3602 [12:30:11.829] Format host information updated +Info 3603 [12:30:11.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3604 [12:30:11.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 9.01683800003957ms +Info 3605 [12:30:11.954] Different program with same set of files +Info 3606 [12:30:11.954] getCompletionData: Get current token: 0.004133999987971038 +Info 3607 [12:30:11.954] getCompletionData: Is inside comment: 0.021056999976281077 +Info 3608 [12:30:11.954] getCompletionData: Get previous token: 0.019623000000137836 +Info 3609 [12:30:11.954] getCompletionsAtPosition: isCompletionListBlocker: 0.007762999972328544 +Info 3610 [12:30:11.955] getExportInfoMap: cache hit +Info 3611 [12:30:11.958] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 3612 [12:30:11.958] collectAutoImports: response is complete +Info 3613 [12:30:11.958] collectAutoImports: 3.1207309999736026 +Info 3614 [12:30:11.958] getCompletionData: Semantic work: 3.7428620000137016 +Info 3615 [12:30:11.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4054449999821372 +Info 3616 [12:30:11.961] Format host information updated +Info 3617 [12:30:12.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3618 [12:30:12.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 7.012211000022944ms +Info 3619 [12:30:12.122] Different program with same set of files +Info 3620 [12:30:12.122] getCompletionData: Get current token: 0.0037560000200755894 +Info 3621 [12:30:12.122] getCompletionData: Is inside comment: 0.013123000040650368 +Info 3622 [12:30:12.122] getCompletionData: Get previous token: 0.017748999991454184 +Info 3623 [12:30:12.122] getCompletionsAtPosition: isCompletionListBlocker: 0.007671999977901578 +Info 3624 [12:30:12.122] getExportInfoMap: cache hit +Info 3625 [12:30:12.127] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 3626 [12:30:12.127] collectAutoImports: response is complete +Info 3627 [12:30:12.127] collectAutoImports: 4.15049299999373 +Info 3628 [12:30:12.127] getCompletionData: Semantic work: 4.729990999971051 +Info 3629 [12:30:12.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1517129999701865 +Info 3630 [12:30:12.130] Format host information updated +Info 3631 [12:30:12.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3632 [12:30:12.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 7.331619000004139ms +Info 3633 [12:30:12.277] Different program with same set of files +Info 3634 [12:30:12.277] getCompletionData: Get current token: 0.004285999981220812 +Info 3635 [12:30:12.277] getCompletionData: Is inside comment: 0.014383999980054796 +Info 3636 [12:30:12.277] getCompletionData: Get previous token: 0.01994099997682497 +Info 3637 [12:30:12.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0077809999929741025 +Info 3638 [12:30:12.277] getExportInfoMap: cache hit +Info 3639 [12:30:12.280] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 3640 [12:30:12.280] collectAutoImports: response is complete +Info 3641 [12:30:12.280] collectAutoImports: 2.0171160000027157 +Info 3642 [12:30:12.280] getCompletionData: Semantic work: 2.616723000013735 +Info 3643 [12:30:12.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.185087999969255 +Info 3644 [12:30:12.283] Format host information updated +Info 3645 [12:30:12.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3646 [12:30:12.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 8.6674869999988ms +Info 3647 [12:30:12.355] Different program with same set of files +Info 3648 [12:30:12.355] getCompletionData: Get current token: 0.0037829999928362668 +Info 3649 [12:30:12.355] getCompletionData: Is inside comment: 0.011814999976195395 +Info 3650 [12:30:12.355] getCompletionData: Get previous token: 0.01618199999211356 +Info 3651 [12:30:12.355] getCompletionsAtPosition: isCompletionListBlocker: 0.007146999996621162 +Info 3652 [12:30:12.355] getExportInfoMap: cache hit +Info 3653 [12:30:12.357] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 3654 [12:30:12.357] collectAutoImports: response is complete +Info 3655 [12:30:12.357] collectAutoImports: 1.6603810000233352 +Info 3656 [12:30:12.357] getCompletionData: Semantic work: 2.189842999971006 +Info 3657 [12:30:12.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9306990000186488 +Info 3658 [12:30:12.360] Format host information updated +Info 3659 [12:30:12.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3660 [12:30:12.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 14.804830999986734ms +Info 3661 [12:30:12.434] Different program with same set of files +Info 3662 [12:30:12.435] getCompletionData: Get current token: 0.009268000023439527 +Info 3663 [12:30:12.435] getCompletionData: Is inside comment: 0.029448999965097755 +Info 3664 [12:30:12.435] getCompletionData: Get previous token: 0.041690000041853637 +Info 3665 [12:30:12.435] getCompletionsAtPosition: isCompletionListBlocker: 0.015789999975822866 +Info 3666 [12:30:12.436] getExportInfoMap: cache hit +Info 3667 [12:30:12.461] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3668 [12:30:12.461] collectAutoImports: response is complete +Info 3669 [12:30:12.461] collectAutoImports: 24.72304399998393 +Info 3670 [12:30:12.461] getCompletionData: Semantic work: 25.91757500002859 +Info 3671 [12:30:12.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.276905000035185 +Info 3672 [12:30:12.471] Format host information updated +Info 3673 [12:30:14.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3674 [12:30:14.896] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 12.237273000006098ms +Info 3675 [12:30:14.896] Different program with same set of files +Info 3676 [12:30:14.896] getCompletionData: Get current token: 0.00302100001135841 +Info 3677 [12:30:14.896] getCompletionData: Is inside comment: 0.0010679999832063913 +Info 3678 [12:30:14.896] getCompletionData: Get previous token: 0.015259999956469983 +Info 3679 [12:30:14.896] getCompletionsAtPosition: isCompletionListBlocker: 0.0020360000198706985 +Info 3680 [12:30:14.896] getCompletionData: Semantic work: 0.6598409999860451 +Info 3681 [12:30:14.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.26440300000831485 +Info 3682 [12:30:14.897] Format host information updated +Info 3683 [12:30:14.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3684 [12:30:14.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 15.072649000037927ms +Info 3685 [12:30:14.964] Different program with same set of files +Info 3686 [12:30:14.964] getCompletionData: Get current token: 0.00825700000859797 +Info 3687 [12:30:14.964] getCompletionData: Is inside comment: 0.004102000035345554 +Info 3688 [12:30:14.964] getCompletionData: Get previous token: 0.050733999989461154 +Info 3689 [12:30:14.964] getCompletionsAtPosition: isCompletionListBlocker: 0.0040210000006482005 +Info 3690 [12:30:14.965] getCompletionData: Semantic work: 1.2222440000041388 +Info 3691 [12:30:14.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0673519999836572 +Info 3692 [12:30:14.967] Format host information updated +Info 3693 [12:30:15.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3694 [12:30:15.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 14.836882000032347ms +Info 3695 [12:30:15.033] Different program with same set of files +Info 3696 [12:30:15.033] getCompletionData: Get current token: 0.007662000018171966 +Info 3697 [12:30:15.033] getCompletionData: Is inside comment: 0.0035250000073574483 +Info 3698 [12:30:15.033] getCompletionData: Get previous token: 0.04800700000487268 +Info 3699 [12:30:15.034] getCompletionsAtPosition: isCompletionListBlocker: 0.004363999993074685 +Info 3700 [12:30:15.035] getCompletionData: Semantic work: 1.0894919999991544 +Info 3701 [12:30:15.036] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.918680000002496 +Info 3702 [12:30:15.040] Format host information updated +Info 3703 [12:30:15.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3704 [12:30:15.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 23.377601000014693ms +Info 3705 [12:30:15.122] Different program with same set of files +Info 3706 [12:30:15.123] getCompletionData: Get current token: 0.011660000018309802 +Info 3707 [12:30:15.123] getCompletionData: Is inside comment: 0.005546000029426068 +Info 3708 [12:30:15.123] getCompletionData: Get previous token: 0.07323199999518692 +Info 3709 [12:30:15.123] getCompletionsAtPosition: isCompletionListBlocker: 0.005959000030998141 +Info 3710 [12:30:15.125] getCompletionData: Semantic work: 1.7080389999900945 +Info 3711 [12:30:15.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6219700000365265 +Info 3712 [12:30:15.127] Format host information updated +Info 3713 [12:30:15.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3714 [12:30:15.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 9.551307999994606ms +Info 3715 [12:30:15.180] Different program with same set of files +Info 3716 [12:30:15.180] getCompletionData: Get current token: 0.004782000032719225 +Info 3717 [12:30:15.180] getCompletionData: Is inside comment: 0.0019249999895691872 +Info 3718 [12:30:15.180] getCompletionData: Get previous token: 0.029547000012826174 +Info 3719 [12:30:15.180] getCompletionsAtPosition: isCompletionListBlocker: 0.0028429999947547913 +Info 3720 [12:30:15.181] getCompletionData: Semantic work: 0.7326959999627434 +Info 3721 [12:30:15.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5991139999823645 +Info 3722 [12:30:15.186] Format host information updated +Info 3723 [12:30:21.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3724 [12:30:21.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 6.616115999990143ms +Info 3725 [12:30:21.577] Different program with same set of files +Info 3726 [12:30:21.577] getCompletionData: Get current token: 0.0025110000278800726 +Info 3727 [12:30:21.577] getCompletionData: Is inside comment: 0.001222000049892813 +Info 3728 [12:30:21.577] getCompletionData: Get previous token: 0.01211499999044463 +Info 3729 [12:30:21.577] getCompletionsAtPosition: isCompletionListBlocker: 0.0017479999805800617 +Info 3730 [12:30:21.577] Returning an empty list because completion was requested in an invalid position. +Info 3731 [12:30:21.577] Format host information updated +Info 3732 [12:30:21.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3733 [12:30:21.804] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 10.988911999971606ms +Info 3734 [12:30:21.804] Different program with same set of files +Info 3735 [12:30:21.805] getCompletionData: Get current token: 0.0028230000170879066 +Info 3736 [12:30:21.805] getCompletionData: Is inside comment: 0.0013069999986328185 +Info 3737 [12:30:21.805] getCompletionData: Get previous token: 0.019383000035304576 +Info 3738 [12:30:21.805] getCompletionsAtPosition: isCompletionListBlocker: 0.002126000006683171 +Info 3739 [12:30:21.805] Returning an empty list because completion was requested in an invalid position. +Info 3740 [12:30:21.805] Format host information updated +Info 3741 [12:30:22.333] getCompletionData: Get current token: 0.002810999983921647 +Info 3742 [12:30:22.333] getCompletionData: Is inside comment: 0.008359999977983534 +Info 3743 [12:30:22.333] getCompletionData: Get previous token: 0.00616200000513345 +Info 3744 [12:30:22.334] getCompletionsAtPosition: isCompletionListBlocker: 0.006945000030100346 +Info 3745 [12:30:22.334] getExportInfoMap: cache hit +Info 3746 [12:30:22.349] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 3747 [12:30:22.349] collectAutoImports: response is complete +Info 3748 [12:30:22.349] collectAutoImports: 15.074537000036798 +Info 3749 [12:30:22.349] getCompletionData: Semantic work: 15.849443000042811 +Info 3750 [12:30:22.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.248217999993358 +Info 3751 [12:30:22.418] Format host information updated +Info 3752 [12:30:22.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3753 [12:30:22.437] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 18.600373000022955ms +Info 3754 [12:30:22.437] Different program with same set of files +Info 3755 [12:30:22.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3756 [12:30:22.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 7.161920000042301ms +Info 3757 [12:30:22.565] Different program with same set of files +Info 3758 [12:30:22.565] getCompletionData: Get current token: 0.004841000016313046 +Info 3759 [12:30:22.565] getCompletionData: Is inside comment: 0.010250999999698251 +Info 3760 [12:30:22.565] getCompletionData: Get previous token: 0.00794300000416115 +Info 3761 [12:30:22.565] getCompletionsAtPosition: isCompletionListBlocker: 0.006675000011455268 +Info 3762 [12:30:22.566] getExportInfoMap: cache hit +Info 3763 [12:30:22.581] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 3764 [12:30:22.581] collectAutoImports: response is complete +Info 3765 [12:30:22.581] collectAutoImports: 15.154906999960076 +Info 3766 [12:30:22.581] getCompletionData: Semantic work: 15.717715999984648 +Info 3767 [12:30:22.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.401954000000842 +Info 3768 [12:30:22.592] Format host information updated +Info 3769 [12:30:22.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3770 [12:30:22.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 7.53628200001549ms +Info 3771 [12:30:22.777] Different program with same set of files +Info 3772 [12:30:22.777] getCompletionData: Get current token: 0.0035069999867118895 +Info 3773 [12:30:22.777] getCompletionData: Is inside comment: 0.013626999978441745 +Info 3774 [12:30:22.777] getCompletionData: Get previous token: 0.007541000028140843 +Info 3775 [12:30:22.777] getCompletionsAtPosition: isCompletionListBlocker: 0.00846900005126372 +Info 3776 [12:30:22.778] getExportInfoMap: cache hit +Info 3777 [12:30:22.791] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 3778 [12:30:22.791] collectAutoImports: response is complete +Info 3779 [12:30:22.791] collectAutoImports: 13.47846600000048 +Info 3780 [12:30:22.791] getCompletionData: Semantic work: 14.041261999984272 +Info 3781 [12:30:22.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1342510000104085 +Info 3782 [12:30:22.801] Format host information updated +Info 3783 [12:30:22.829] Format host information updated +Info 3784 [12:30:22.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3785 [12:30:22.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 6.912121000001207ms +Info 3786 [12:30:22.836] Different program with same set of files +Info 3787 [12:30:22.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3788 [12:30:22.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 6.65557300002547ms +Info 3789 [12:30:22.958] Different program with same set of files +Info 3790 [12:30:22.958] getCompletionData: Get current token: 0.0029569999896921217 +Info 3791 [12:30:22.958] getCompletionData: Is inside comment: 0.010475999966729432 +Info 3792 [12:30:22.958] getCompletionData: Get previous token: 0.013600000005681068 +Info 3793 [12:30:22.958] getCompletionsAtPosition: isCompletionListBlocker: 0.007159999979194254 +Info 3794 [12:30:22.959] getExportInfoMap: cache hit +Info 3795 [12:30:22.962] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 73 from cache +Info 3796 [12:30:22.962] collectAutoImports: response is complete +Info 3797 [12:30:22.962] collectAutoImports: 3.184374000004027 +Info 3798 [12:30:22.962] getCompletionData: Semantic work: 3.7146470000152476 +Info 3799 [12:30:22.963] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2983649999951012 +Info 3800 [12:30:22.964] Format host information updated +Info 3801 [12:31:52.413] getCompletionData: Get current token: 0.0021440000273287296 +Info 3802 [12:31:52.413] getCompletionData: Is inside comment: 0.008671000017784536 +Info 3803 [12:31:52.413] getCompletionData: Get previous token: 0.005093000014312565 +Info 3804 [12:31:52.413] getCompletionsAtPosition: isCompletionListBlocker: 0.008429999987129122 +Info 3805 [12:31:52.414] getExportInfoMap: cache hit +Info 3806 [12:31:52.426] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 3807 [12:31:52.426] collectAutoImports: response is complete +Info 3808 [12:31:52.426] collectAutoImports: 12.189249999995809 +Info 3809 [12:31:52.426] getCompletionData: Semantic work: 12.750502999988385 +Info 3810 [12:31:52.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.049597000004724 +Info 3811 [12:31:54.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3812 [12:31:54.962] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 6.849601999972947ms +Info 3813 [12:31:54.962] Different program with same set of files +Info 3814 [12:31:54.962] getCompletionData: Get current token: 0.005126000032760203 +Info 3815 [12:31:54.962] getCompletionData: Is inside comment: 0.010934999969322234 +Info 3816 [12:31:54.962] getCompletionData: Get previous token: 0.0070600000326521695 +Info 3817 [12:31:54.962] getCompletionsAtPosition: isCompletionListBlocker: 0.002425000013317913 +Info 3818 [12:31:54.962] getExportInfoMap: cache hit +Info 3819 [12:31:54.978] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3820 [12:31:54.978] collectAutoImports: response is complete +Info 3821 [12:31:54.978] collectAutoImports: 15.594708000018727 +Info 3822 [12:31:54.978] getCompletionData: Semantic work: 16.024625000020023 +Info 3823 [12:31:54.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4906060000066645 +Info 3824 [12:31:54.989] Format host information updated +Info 3825 [12:31:55.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3826 [12:31:55.026] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 12.162348000041675ms +Info 3827 [12:31:55.026] Different program with same set of files +Info 3828 [12:31:55.027] getCompletionData: Get current token: 0.0068709999904967844 +Info 3829 [12:31:55.027] getCompletionData: Is inside comment: 0.013078999996650964 +Info 3830 [12:31:55.027] getCompletionData: Get previous token: 0.007949999999254942 +Info 3831 [12:31:55.027] getCompletionsAtPosition: isCompletionListBlocker: 0.006615000020246953 +Info 3832 [12:31:55.027] getExportInfoMap: cache hit +Info 3833 [12:31:55.039] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3834 [12:31:55.039] collectAutoImports: response is complete +Info 3835 [12:31:55.039] collectAutoImports: 11.845996999996714 +Info 3836 [12:31:55.039] getCompletionData: Semantic work: 12.350855999975465 +Info 3837 [12:31:55.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.896622000029311 +Info 3838 [12:31:55.047] Format host information updated +Info 3839 [12:31:55.128] Format host information updated +Info 3840 [12:31:55.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3841 [12:31:55.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 19.965704999980517ms +Info 3842 [12:31:55.148] Different program with same set of files +Info 3843 [12:31:55.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3844 [12:31:55.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 27.313209999992978ms +Info 3845 [12:31:55.259] Different program with same set of files +Info 3846 [12:31:55.259] getCompletionData: Get current token: 0.00728499999968335 +Info 3847 [12:31:55.259] getCompletionData: Is inside comment: 0.02671499998541549 +Info 3848 [12:31:55.260] getCompletionData: Get previous token: 0.016770999995060265 +Info 3849 [12:31:55.260] getCompletionsAtPosition: isCompletionListBlocker: 0.017438000009860843 +Info 3850 [12:31:55.261] getExportInfoMap: cache hit +Info 3851 [12:31:55.284] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3852 [12:31:55.284] collectAutoImports: response is complete +Info 3853 [12:31:55.284] collectAutoImports: 23.488034999987576 +Info 3854 [12:31:55.284] getCompletionData: Semantic work: 24.66275700001279 +Info 3855 [12:31:55.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.273164999962319 +Info 3856 [12:31:55.293] Format host information updated +Info 3857 [12:31:55.469] Format host information updated +Info 3858 [12:31:55.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3859 [12:31:55.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 8.790995999996085ms +Info 3860 [12:31:55.478] Different program with same set of files +Info 3861 [12:31:55.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3862 [12:31:55.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 11.768562000012025ms +Info 3863 [12:31:55.540] Different program with same set of files +Info 3864 [12:31:55.541] getCompletionData: Get current token: 0.004415999981574714 +Info 3865 [12:31:55.541] getCompletionData: Is inside comment: 0.015009000024292618 +Info 3866 [12:31:55.541] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3867 [12:31:55.541] Format host information updated +Info 3868 [12:31:55.672] Format host information updated +Info 3869 [12:31:55.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3870 [12:31:55.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 9.255298000003677ms +Info 3871 [12:31:55.682] Different program with same set of files +Info 3872 [12:31:55.810] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3873 [12:31:55.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 10.459858999995049ms +Info 3874 [12:31:55.820] Different program with same set of files +Info 3875 [12:31:55.821] getCompletionData: Get current token: 0.003208999987691641 +Info 3876 [12:31:55.821] getCompletionData: Is inside comment: 0.011684999975841492 +Info 3877 [12:31:55.821] getCompletionData: Get previous token: 0.007890000008046627 +Info 3878 [12:31:55.821] getCompletionsAtPosition: isCompletionListBlocker: 0.008442000020295382 +Info 3879 [12:31:55.821] getExportInfoMap: cache hit +Info 3880 [12:31:55.836] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3881 [12:31:55.836] collectAutoImports: response is complete +Info 3882 [12:31:55.836] collectAutoImports: 15.103201000019908 +Info 3883 [12:31:55.836] getCompletionData: Semantic work: 15.711570999992546 +Info 3884 [12:31:55.843] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.75578000000678 +Info 3885 [12:31:55.849] Format host information updated +Info 3886 [12:31:55.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3887 [12:31:55.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 7.442613000050187ms +Info 3888 [12:31:55.899] Different program with same set of files +Info 3889 [12:31:55.899] getCompletionData: Get current token: 0.0062789999647066 +Info 3890 [12:31:55.899] getCompletionData: Is inside comment: 0.012912000005599111 +Info 3891 [12:31:55.899] getCompletionData: Get previous token: 0.009193999983835965 +Info 3892 [12:31:55.899] getCompletionsAtPosition: isCompletionListBlocker: 0.006882000016048551 +Info 3893 [12:31:55.900] getExportInfoMap: cache hit +Info 3894 [12:31:55.913] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3895 [12:31:55.913] collectAutoImports: response is complete +Info 3896 [12:31:55.913] collectAutoImports: 13.527594000042882 +Info 3897 [12:31:55.913] getCompletionData: Semantic work: 14.05301099998178 +Info 3898 [12:31:55.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.562519999977667 +Info 3899 [12:31:55.924] Format host information updated +Info 3900 [12:31:55.951] Format host information updated +Info 3901 [12:31:55.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3902 [12:31:55.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 6.2335430000093766ms +Info 3903 [12:31:55.957] Different program with same set of files +Info 3904 [12:31:57.008] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3905 [12:31:57.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 7.238463999994565ms +Info 3906 [12:31:57.015] Different program with same set of files +Info 3907 [12:31:57.015] getCompletionData: Get current token: 0.006639000028371811 +Info 3908 [12:31:57.015] getCompletionData: Is inside comment: 0.001509999972768128 +Info 3909 [12:31:57.015] getCompletionData: Get previous token: 0.0180520000285469 +Info 3910 [12:31:57.015] getCompletionsAtPosition: isCompletionListBlocker: 0.0023120000259950757 +Info 3911 [12:31:57.016] getExportInfoMap: cache hit +Info 3912 [12:31:57.028] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 3913 [12:31:57.028] collectAutoImports: response is complete +Info 3914 [12:31:57.028] collectAutoImports: 12.492119000002276 +Info 3915 [12:31:57.028] getCompletionData: Semantic work: 13.061133000010159 +Info 3916 [12:31:57.032] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7036080000107177 +Info 3917 [12:31:57.038] Format host information updated +Info 3918 [12:31:57.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3919 [12:31:57.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 13.093408000015188ms +Info 3920 [12:31:57.081] Different program with same set of files +Info 3921 [12:31:57.081] getCompletionData: Get current token: 0.005711000005248934 +Info 3922 [12:31:57.081] getCompletionData: Is inside comment: 0.002223999996203929 +Info 3923 [12:31:57.081] getCompletionData: Get previous token: 0.041230999981053174 +Info 3924 [12:31:57.081] getCompletionsAtPosition: isCompletionListBlocker: 0.007410000020172447 +Info 3925 [12:31:57.082] getExportInfoMap: cache hit +Info 3926 [12:31:57.104] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 3927 [12:31:57.104] collectAutoImports: response is complete +Info 3928 [12:31:57.104] collectAutoImports: 22.417541999951936 +Info 3929 [12:31:57.104] getCompletionData: Semantic work: 23.215446999995038 +Info 3930 [12:31:57.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.361768000002485 +Info 3931 [12:31:57.121] Format host information updated +Info 3932 [12:31:57.152] Format host information updated +Info 3933 [12:31:57.152] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3934 [12:31:57.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 6.421983000007458ms +Info 3935 [12:31:57.158] Different program with same set of files +Info 3936 [12:31:57.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3937 [12:31:57.252] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 7.14760299999034ms +Info 3938 [12:31:57.252] Different program with same set of files +Info 3939 [12:31:57.252] getCompletionData: Get current token: 0.006392000010237098 +Info 3940 [12:31:57.252] getCompletionData: Is inside comment: 0.0017890000017359853 +Info 3941 [12:31:57.252] getCompletionData: Get previous token: 0.021487999998498708 +Info 3942 [12:31:57.252] getCompletionsAtPosition: isCompletionListBlocker: 0.006813000014517456 +Info 3943 [12:31:57.253] getExportInfoMap: cache hit +Info 3944 [12:31:57.268] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 3945 [12:31:57.268] collectAutoImports: response is complete +Info 3946 [12:31:57.268] collectAutoImports: 14.675673999998253 +Info 3947 [12:31:57.268] getCompletionData: Semantic work: 15.249004999990575 +Info 3948 [12:31:57.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.366220999974757 +Info 3949 [12:31:57.276] Format host information updated +Info 3950 [12:31:57.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3951 [12:31:57.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 6.774046999984421ms +Info 3952 [12:31:57.384] Different program with same set of files +Info 3953 [12:31:57.384] getCompletionData: Get current token: 0.005258999997749925 +Info 3954 [12:31:57.384] getCompletionData: Is inside comment: 0.001303000026382506 +Info 3955 [12:31:57.384] getCompletionData: Get previous token: 0.017210000019986182 +Info 3956 [12:31:57.384] getCompletionsAtPosition: isCompletionListBlocker: 0.007786999980453402 +Info 3957 [12:31:57.385] getExportInfoMap: cache hit +Info 3958 [12:31:57.397] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 3959 [12:31:57.397] collectAutoImports: response is complete +Info 3960 [12:31:57.397] collectAutoImports: 12.119431999977678 +Info 3961 [12:31:57.397] getCompletionData: Semantic work: 12.649021999968681 +Info 3962 [12:31:57.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.673653000034392 +Info 3963 [12:31:57.404] Format host information updated +Info 3964 [12:31:57.536] Format host information updated +Info 3965 [12:31:57.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3966 [12:31:57.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 7.916927999991458ms +Info 3967 [12:31:57.544] Different program with same set of files +Info 3968 [12:32:00.218] getCompletionData: Get current token: 0.003764999972190708 +Info 3969 [12:32:00.218] getCompletionData: Is inside comment: 0.012473000038880855 +Info 3970 [12:32:00.218] getCompletionData: Get previous token: 0.008231999992858618 +Info 3971 [12:32:00.218] getCompletionsAtPosition: isCompletionListBlocker: 0.00849099998595193 +Info 3972 [12:32:00.219] getExportInfoMap: cache hit +Info 3973 [12:32:00.230] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3974 [12:32:00.230] collectAutoImports: response is complete +Info 3975 [12:32:00.230] collectAutoImports: 11.18166800000472 +Info 3976 [12:32:00.230] getCompletionData: Semantic work: 11.732901999959722 +Info 3977 [12:32:00.235] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.82449099997757 +Info 3978 [12:32:00.344] Format host information updated +Info 3979 [12:32:00.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3980 [12:32:00.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 6.642033999960404ms +Info 3981 [12:32:00.351] Different program with same set of files +Info 3982 [12:32:00.458] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3983 [12:32:00.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 24.69332000002032ms +Info 3984 [12:32:00.483] Different program with same set of files +Info 3985 [12:32:00.483] getCompletionData: Get current token: 0.009031000023242086 +Info 3986 [12:32:00.483] getCompletionData: Is inside comment: 0.03812800004379824 +Info 3987 [12:32:00.484] getCompletionData: Get previous token: 0.02463900001021102 +Info 3988 [12:32:00.484] getCompletionsAtPosition: isCompletionListBlocker: 0.15785100002540275 +Info 3989 [12:32:00.485] getExportInfoMap: cache hit +Info 3990 [12:32:00.506] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 3991 [12:32:00.506] collectAutoImports: response is complete +Info 3992 [12:32:00.506] collectAutoImports: 20.874803000013344 +Info 3993 [12:32:00.506] getCompletionData: Semantic work: 22.564220000000205 +Info 3994 [12:32:00.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.0317899999790825 +Info 3995 [12:32:00.516] Format host information updated +Info 3996 [12:32:00.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3997 [12:32:00.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 10.134943999990355ms +Info 3998 [12:32:00.535] Different program with same set of files +Info 3999 [12:32:00.535] getCompletionData: Get current token: 0.002104999963194132 +Info 4000 [12:32:00.535] getCompletionData: Is inside comment: 0.010051999997813255 +Info 4001 [12:32:00.535] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4002 [12:32:00.536] Format host information updated +Info 4003 [12:32:00.677] Format host information updated +Info 4004 [12:32:00.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4005 [12:32:00.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 6.795316000003368ms +Info 4006 [12:32:00.684] Different program with same set of files +Info 4007 [12:32:00.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4008 [12:32:00.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 7.305710000044201ms +Info 4009 [12:32:00.950] Different program with same set of files +Info 4010 [12:32:00.951] getCompletionData: Get current token: 0.002503999974578619 +Info 4011 [12:32:00.951] getCompletionData: Is inside comment: 0.01084100001025945 +Info 4012 [12:32:00.951] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4013 [12:32:00.953] Format host information updated +Info 4014 [12:32:01.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4015 [12:32:01.107] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 6.713277000002563ms +Info 4016 [12:32:01.107] Different program with same set of files +Info 4017 [12:32:01.107] getCompletionData: Get current token: 0.002873999997973442 +Info 4018 [12:32:01.107] getCompletionData: Is inside comment: 0.01244700001552701 +Info 4019 [12:32:01.107] getCompletionData: Get previous token: 0.008831999963149428 +Info 4020 [12:32:01.107] getCompletionsAtPosition: isCompletionListBlocker: 0.012372999975923449 +Info 4021 [12:32:01.108] getExportInfoMap: cache hit +Info 4022 [12:32:01.121] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4023 [12:32:01.121] collectAutoImports: response is complete +Info 4024 [12:32:01.121] collectAutoImports: 13.635083000001032 +Info 4025 [12:32:01.121] getCompletionData: Semantic work: 14.206322000012733 +Info 4026 [12:32:01.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.463946999981999 +Info 4027 [12:32:01.131] Format host information updated +Info 4028 [12:32:01.290] Format host information updated +Info 4029 [12:32:01.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4030 [12:32:01.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 7.643401000008453ms +Info 4031 [12:32:01.298] Different program with same set of files +Info 4032 [12:32:01.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4033 [12:32:01.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 9.77001099998597ms +Info 4034 [12:32:01.537] Different program with same set of files +Info 4035 [12:32:01.537] getCompletionData: Get current token: 0.006009000004269183 +Info 4036 [12:32:01.537] getCompletionData: Is inside comment: 0.0212730000494048 +Info 4037 [12:32:01.537] getCompletionData: Get previous token: 0.014890999998897314 +Info 4038 [12:32:01.537] getCompletionsAtPosition: isCompletionListBlocker: 0.004308000032324344 +Info 4039 [12:32:01.538] getExportInfoMap: cache hit +Info 4040 [12:32:01.555] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4041 [12:32:01.555] collectAutoImports: response is complete +Info 4042 [12:32:01.555] collectAutoImports: 16.851437999983318 +Info 4043 [12:32:01.555] getCompletionData: Semantic work: 17.688552000035997 +Info 4044 [12:32:01.564] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.510231000022031 +Info 4045 [12:32:01.568] Format host information updated +Info 4046 [12:32:01.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4047 [12:32:01.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 6.405637999996543ms +Info 4048 [12:32:01.595] Different program with same set of files +Info 4049 [12:32:01.595] getCompletionData: Get current token: 0.003212000010535121 +Info 4050 [12:32:01.595] getCompletionData: Is inside comment: 0.011311000038404018 +Info 4051 [12:32:01.595] getCompletionData: Get previous token: 0.008070999989286065 +Info 4052 [12:32:01.595] getCompletionsAtPosition: isCompletionListBlocker: 0.006751999957486987 +Info 4053 [12:32:01.596] getExportInfoMap: cache hit +Info 4054 [12:32:01.607] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4055 [12:32:01.607] collectAutoImports: response is complete +Info 4056 [12:32:01.607] collectAutoImports: 11.077977999986615 +Info 4057 [12:32:01.607] getCompletionData: Semantic work: 11.739801999996416 +Info 4058 [12:32:01.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.454616000002716 +Info 4059 [12:32:01.615] Format host information updated +Info 4060 [12:32:01.685] Format host information updated +Info 4061 [12:32:01.685] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4062 [12:32:01.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 12.350631999957841ms +Info 4063 [12:32:01.698] Different program with same set of files +Info 4064 [12:32:01.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4065 [12:32:01.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 6.827092999999877ms +Info 4066 [12:32:01.787] Different program with same set of files +Info 4067 [12:32:01.787] getCompletionData: Get current token: 0.0028809999930672348 +Info 4068 [12:32:01.787] getCompletionData: Is inside comment: 0.0112690000096336 +Info 4069 [12:32:01.787] getCompletionData: Get previous token: 0.007357999973464757 +Info 4070 [12:32:01.787] getCompletionsAtPosition: isCompletionListBlocker: 0.00883200002135709 +Info 4071 [12:32:01.788] getExportInfoMap: cache hit +Info 4072 [12:32:01.799] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4073 [12:32:01.799] collectAutoImports: response is complete +Info 4074 [12:32:01.799] collectAutoImports: 11.485852000012528 +Info 4075 [12:32:01.799] getCompletionData: Semantic work: 12.07349499996053 +Info 4076 [12:32:01.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.71104700001888 +Info 4077 [12:32:01.810] Format host information updated +Info 4078 [12:32:01.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4079 [12:32:01.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 6.664965000003576ms +Info 4080 [12:32:01.948] Different program with same set of files +Info 4081 [12:32:01.948] getCompletionData: Get current token: 0.0038850000128149986 +Info 4082 [12:32:01.948] getCompletionData: Is inside comment: 0.01162299996940419 +Info 4083 [12:32:01.948] getCompletionData: Get previous token: 0.00764799996977672 +Info 4084 [12:32:01.948] getCompletionsAtPosition: isCompletionListBlocker: 0.006623000022955239 +Info 4085 [12:32:01.948] getExportInfoMap: cache hit +Info 4086 [12:32:02.001] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4087 [12:32:02.001] collectAutoImports: response is complete +Info 4088 [12:32:02.001] collectAutoImports: 52.38114100001985 +Info 4089 [12:32:02.001] getCompletionData: Semantic work: 52.99004599999171 +Info 4090 [12:32:02.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.415437999996357 +Info 4091 [12:32:02.012] Format host information updated +Info 4092 [12:32:04.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4093 [12:32:04.208] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 6.801911999995355ms +Info 4094 [12:32:04.208] Different program with same set of files +Info 4095 [12:32:04.208] getCompletionData: Get current token: 0.007646000012755394 +Info 4096 [12:32:04.208] getCompletionData: Is inside comment: 0.0016869999817572534 +Info 4097 [12:32:04.208] getCompletionData: Get previous token: 0.0172189999721013 +Info 4098 [12:32:04.208] getCompletionsAtPosition: isCompletionListBlocker: 0.0034699999960139394 +Info 4099 [12:32:04.209] getExportInfoMap: cache hit +Info 4100 [12:32:04.222] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 4101 [12:32:04.222] collectAutoImports: response is complete +Info 4102 [12:32:04.222] collectAutoImports: 12.79787100001704 +Info 4103 [12:32:04.222] getCompletionData: Semantic work: 13.402261999959592 +Info 4104 [12:32:04.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.949652999988757 +Info 4105 [12:32:04.229] Format host information updated +Info 4106 [12:32:04.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4107 [12:32:04.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 6.690650000004098ms +Info 4108 [12:32:04.267] Different program with same set of files +Info 4109 [12:32:04.268] getCompletionData: Get current token: 0.0031500000040978193 +Info 4110 [12:32:04.268] getCompletionData: Is inside comment: 0.0012149999965913594 +Info 4111 [12:32:04.268] getCompletionData: Get previous token: 0.014474999974481761 +Info 4112 [12:32:04.268] getCompletionsAtPosition: isCompletionListBlocker: 0.006953999982215464 +Info 4113 [12:32:04.268] getExportInfoMap: cache hit +Info 4114 [12:32:04.280] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 4115 [12:32:04.280] collectAutoImports: response is complete +Info 4116 [12:32:04.280] collectAutoImports: 12.198717000021134 +Info 4117 [12:32:04.280] getCompletionData: Semantic work: 12.819078000029549 +Info 4118 [12:32:04.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0789950000471435 +Info 4119 [12:32:04.288] Format host information updated +Info 4120 [12:32:04.334] Format host information updated +Info 4121 [12:32:04.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4122 [12:32:04.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 7.279275999986567ms +Info 4123 [12:32:04.341] Different program with same set of files +Info 4124 [12:32:04.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4125 [12:32:04.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 6.737223000032827ms +Info 4126 [12:32:04.436] Different program with same set of files +Info 4127 [12:32:04.437] getCompletionData: Get current token: 0.007765000045765191 +Info 4128 [12:32:04.437] getCompletionData: Is inside comment: 0.0015899999998509884 +Info 4129 [12:32:04.437] getCompletionData: Get previous token: 0.018315999943297356 +Info 4130 [12:32:04.437] getCompletionsAtPosition: isCompletionListBlocker: 0.007759000000078231 +Info 4131 [12:32:04.437] getExportInfoMap: cache hit +Info 4132 [12:32:04.450] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 4133 [12:32:04.450] collectAutoImports: response is complete +Info 4134 [12:32:04.450] collectAutoImports: 13.051876999961678 +Info 4135 [12:32:04.450] getCompletionData: Semantic work: 13.676456999965012 +Info 4136 [12:32:04.454] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.031025999982376 +Info 4137 [12:32:04.458] Format host information updated +Info 4138 [12:32:04.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4139 [12:32:04.597] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 6.659507000003941ms +Info 4140 [12:32:04.597] Different program with same set of files +Info 4141 [12:32:04.597] getCompletionData: Get current token: 0.006219000031705946 +Info 4142 [12:32:04.597] getCompletionData: Is inside comment: 0.0011780000058934093 +Info 4143 [12:32:04.597] getCompletionData: Get previous token: 0.013834000041242689 +Info 4144 [12:32:04.597] getCompletionsAtPosition: isCompletionListBlocker: 0.007839999976567924 +Info 4145 [12:32:04.598] getExportInfoMap: cache hit +Info 4146 [12:32:04.611] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 957 from cache +Info 4147 [12:32:04.611] collectAutoImports: response is complete +Info 4148 [12:32:04.611] collectAutoImports: 13.345023000030778 +Info 4149 [12:32:04.611] getCompletionData: Semantic work: 13.852234999998473 +Info 4150 [12:32:04.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6584689999581315 +Info 4151 [12:32:04.618] Format host information updated +Info 4152 [12:32:04.666] Format host information updated +Info 4153 [12:32:04.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4154 [12:32:04.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 8.97736800002167ms +Info 4155 [12:32:04.676] Different program with same set of files +Info 4156 [12:32:06.474] Format host information updated +Info 4157 [12:32:06.474] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4158 [12:32:06.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 6.5516049999860115ms +Info 4159 [12:32:06.481] Different program with same set of files +Info 4160 [12:32:09.431] Format host information updated +Info 4161 [12:32:09.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4162 [12:32:09.439] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 7.050617000029888ms +Info 4163 [12:32:09.439] Different program with same set of files +Info 4164 [13:08:49.608] Search path: /home/orion/src/purescript-puppeteer/src +Info 4165 [13:08:49.609] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4166 [13:08:49.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4167 [13:08:49.633] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: true structureIsReused:: Not Elapsed: 23.42707599978894ms +Info 4168 [13:08:49.633] Project '/dev/null/inferredProject1*' (Inferred) +Info 4169 [13:08:49.633] Files (130) + +Info 4170 [13:08:49.633] ----------------------------------------------- +Info 4171 [13:08:49.633] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4172 [13:08:49.633] Files (186) + +Info 4173 [13:08:49.633] ----------------------------------------------- +Info 4174 [13:08:49.635] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4174 [13:08:49.635] Files (143) + +Info 4174 [13:08:49.635] ----------------------------------------------- +Info 4174 [13:08:49.635] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4174 [13:08:49.635] Files (271) + +Info 4174 [13:08:49.635] ----------------------------------------------- +Info 4174 [13:08:49.635] Project '/dev/null/inferredProject1*' (Inferred) +Info 4174 [13:08:49.635] Files (130) + +Info 4174 [13:08:49.635] ----------------------------------------------- +Info 4174 [13:08:49.635] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4174 [13:08:49.635] Files (186) + +Info 4174 [13:08:49.635] ----------------------------------------------- +Info 4174 [13:08:49.635] Open files: +Info 4174 [13:08:49.635] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4174 [13:08:49.635] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4174 [13:08:49.635] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4174 [13:08:49.635] Projects: /dev/null/inferredProject1* +Info 4174 [13:08:49.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4175 [13:08:49.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Not Elapsed: 0.9071529996581376ms +Info 4176 [13:08:49.929] Format host information updated +Info 4177 [13:08:50.035] Format host information updated +Info 4178 [13:08:50.036] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4179 [13:08:50.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 25.169341000262648ms +Info 4180 [13:08:50.061] Different program with same set of files +Info 4181 [13:08:50.850] Format host information updated +Info 4182 [13:08:50.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4183 [13:08:50.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 10.258452999871224ms +Info 4184 [13:08:50.860] Different program with same set of files +Info 4185 [13:08:51.550] Format host information updated +Info 4186 [13:08:51.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4187 [13:08:51.559] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 8.798177999909967ms +Info 4188 [13:08:51.559] Different program with same set of files +Info 4189 [13:08:52.136] Before ensureProjectForOpenFiles: +Info 4190 [13:08:52.137] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4190 [13:08:52.137] Files (143) + +Info 4190 [13:08:52.137] ----------------------------------------------- +Info 4190 [13:08:52.137] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4190 [13:08:52.137] Files (271) + +Info 4190 [13:08:52.137] ----------------------------------------------- +Info 4190 [13:08:52.137] Project '/dev/null/inferredProject1*' (Inferred) +Info 4190 [13:08:52.137] Files (130) + +Info 4190 [13:08:52.137] ----------------------------------------------- +Info 4190 [13:08:52.137] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4190 [13:08:52.137] Files (186) + +Info 4190 [13:08:52.137] ----------------------------------------------- +Info 4190 [13:08:52.137] Open files: +Info 4190 [13:08:52.137] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4190 [13:08:52.137] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4190 [13:08:52.137] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4190 [13:08:52.137] Projects: /dev/null/inferredProject1* +Info 4190 [13:08:52.137] After ensureProjectForOpenFiles: +Info 4191 [13:08:52.137] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4191 [13:08:52.137] Files (143) + +Info 4191 [13:08:52.137] ----------------------------------------------- +Info 4191 [13:08:52.137] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4191 [13:08:52.137] Files (271) + +Info 4191 [13:08:52.137] ----------------------------------------------- +Info 4191 [13:08:52.137] Project '/dev/null/inferredProject1*' (Inferred) +Info 4191 [13:08:52.137] Files (130) + +Info 4191 [13:08:52.137] ----------------------------------------------- +Info 4191 [13:08:52.137] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4191 [13:08:52.137] Files (186) + +Info 4191 [13:08:52.137] ----------------------------------------------- +Info 4191 [13:08:52.137] Open files: +Info 4191 [13:08:52.138] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4191 [13:08:52.138] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4191 [13:08:52.138] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4191 [13:08:52.138] Projects: /dev/null/inferredProject1* +Info 4191 [13:08:52.138] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js +Info 4192 [13:08:55.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4193 [13:08:55.831] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 9.868853999767452ms +Info 4194 [13:08:55.831] Different program with same set of files +Info 4195 [13:08:55.831] getCompletionData: Get current token: 0.002851999830454588 +Info 4196 [13:08:55.831] getCompletionData: Is inside comment: 0.0012009995989501476 +Info 4197 [13:08:55.831] getCompletionData: Get previous token: 0.010673999786376953 +Info 4198 [13:08:55.831] getCompletionsAtPosition: isCompletionListBlocker: 0.00762200029566884 +Info 4199 [13:08:55.833] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.31617699982598424 ms +Info 4200 [13:08:55.834] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 4201 [13:08:55.842] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 7.591574999969453ms +Info 4202 [13:08:55.842] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4203 [13:08:55.842] Files (179) + +Info 4204 [13:08:55.842] ----------------------------------------------- +Info 4205 [13:08:55.842] getExportInfoMap: cache miss or empty; calculating new results +Info 4206 [13:08:55.885] forEachExternalModuleToImportFrom autoImportProvider: 26.46548099955544 +Info 4207 [13:08:55.886] getExportInfoMap: done in 53.043149000033736 ms +Info 4208 [13:08:55.913] collectAutoImports: resolved 15 module specifiers, plus 1023 ambient and 152 from cache +Info 4209 [13:08:55.913] collectAutoImports: response is complete +Info 4210 [13:08:55.913] collectAutoImports: 27.889831999782473 +Info 4211 [13:08:55.913] getCompletionData: Semantic work: 82.11049599992111 +Info 4212 [13:08:55.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.797268999740481 +Info 4213 [13:08:55.934] Format host information updated +Info 4214 [13:08:56.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4215 [13:08:56.193] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 31.416635000146925ms +Info 4216 [13:08:56.193] Different program with same set of files +Info 4217 [13:08:56.193] getCompletionData: Get current token: 0.002905000001192093 +Info 4218 [13:08:56.193] getCompletionData: Is inside comment: 0.022188999690115452 +Info 4219 [13:08:56.193] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4220 [13:08:56.194] Format host information updated +Info 4221 [13:08:56.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4222 [13:08:56.316] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 26.072149000130594ms +Info 4223 [13:08:56.316] Different program with same set of files +Info 4224 [13:08:56.316] getCompletionData: Get current token: 0.006641999818384647 +Info 4225 [13:08:56.316] getCompletionData: Is inside comment: 0.039317000191658735 +Info 4226 [13:08:56.318] Format host information updated +Info 4227 [13:08:56.411] Format host information updated +Info 4228 [13:08:56.411] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4229 [13:08:56.441] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 29.766381999943405ms +Info 4230 [13:08:56.441] Different program with same set of files +Info 4231 [13:08:57.655] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4232 [13:08:57.660] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 5.880363000091165ms +Info 4233 [13:08:57.660] Different program with same set of files +Info 4234 [13:08:57.661] getCompletionData: Get current token: 0.0009730001911520958 +Info 4235 [13:08:57.661] getCompletionData: Is inside comment: 0.007356999907642603 +Info 4236 [13:08:57.661] Format host information updated +Info 4237 [13:08:57.917] Format host information updated +Info 4238 [13:08:57.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4239 [13:08:57.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 6.0305130002088845ms +Info 4240 [13:08:57.923] Different program with same set of files +Info 4241 [13:08:59.219] Format host information updated +Info 4242 [13:08:59.219] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4243 [13:08:59.227] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 7.900090000126511ms +Info 4244 [13:08:59.227] Different program with same set of files +Info 4245 [13:09:00.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4246 [13:09:00.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 6.248988999985158ms +Info 4247 [13:09:00.112] Different program with same set of files +Info 4248 [13:09:00.112] getCompletionData: Get current token: 0.0013180002570152283 +Info 4249 [13:09:00.112] getCompletionData: Is inside comment: 0.008453000336885452 +Info 4250 [13:09:00.112] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4251 [13:09:00.112] Format host information updated +Info 4252 [13:09:00.657] getCompletionData: Get current token: 0.0012539997696876526 +Info 4253 [13:09:00.657] getCompletionData: Is inside comment: 0.008421999868005514 +Info 4254 [13:09:00.657] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4255 [13:09:01.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4256 [13:09:01.190] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 6.285094999708235ms +Info 4257 [13:09:01.190] Different program with same set of files +Info 4258 [13:09:01.190] getCompletionData: Get current token: 0.0011150003410875797 +Info 4259 [13:09:01.190] getCompletionData: Is inside comment: 0.0074810003861784935 +Info 4260 [13:09:01.190] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4261 [13:09:01.192] Format host information updated +Info 4262 [13:09:01.788] Format host information updated +Info 4263 [13:09:01.788] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4264 [13:09:01.797] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 8.321171999908984ms +Info 4265 [13:09:01.797] Different program with same set of files +Info 4266 [13:09:02.432] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4267 [13:09:02.438] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 6.081691000144929ms +Info 4268 [13:09:02.438] Different program with same set of files +Info 4269 [13:09:02.439] getCompletionData: Get current token: 0.0010190000757575035 +Info 4270 [13:09:02.439] getCompletionData: Is inside comment: 0.007834000047296286 +Info 4271 [13:09:02.441] Format host information updated +Info 4272 [13:09:03.302] Format host information updated +Info 4273 [13:09:03.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4274 [13:09:03.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 6.2674460001289845ms +Info 4275 [13:09:03.309] Different program with same set of files +Info 4276 [13:09:04.113] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4277 [13:09:04.120] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.8482190002687275ms +Info 4278 [13:09:04.120] Different program with same set of files +Info 4279 [13:09:04.120] getCompletionData: Get current token: 0.0010339999571442604 +Info 4280 [13:09:04.120] getCompletionData: Is inside comment: 0.008110999595373869 +Info 4281 [13:09:04.120] Format host information updated +Info 4282 [13:09:04.454] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4283 [13:09:04.466] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 12.23575899982825ms +Info 4284 [13:09:04.466] Different program with same set of files +Info 4285 [13:09:04.466] getCompletionData: Get current token: 0.00114100007340312 +Info 4286 [13:09:04.466] getCompletionData: Is inside comment: 0.008034000173211098 +Info 4287 [13:09:04.466] getCompletionData: Get previous token: 0.002458999864757061 +Info 4288 [13:09:04.466] getCompletionsAtPosition: isCompletionListBlocker: 0.011679000221192837 +Info 4289 [13:09:04.467] getExportInfoMap: cache hit +Info 4290 [13:09:04.485] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4291 [13:09:04.486] collectAutoImports: response is complete +Info 4292 [13:09:04.486] collectAutoImports: 18.90767400013283 +Info 4293 [13:09:04.486] getCompletionData: Semantic work: 19.56402299972251 +Info 4294 [13:09:04.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.439032000023872 +Info 4295 [13:09:04.507] Format host information updated +Info 4296 [13:09:05.231] Format host information updated +Info 4297 [13:09:05.232] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4298 [13:09:05.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.004587000235915ms +Info 4299 [13:09:05.238] Different program with same set of files +Info 4300 [13:09:05.677] Format host information updated +Info 4301 [13:09:05.677] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4302 [13:09:05.683] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 6.007306999992579ms +Info 4303 [13:09:05.683] Different program with same set of files +Info 4304 [13:09:05.833] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4305 [13:09:05.840] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.693472999613732ms +Info 4306 [13:09:05.840] Different program with same set of files +Info 4307 [13:09:05.840] getCompletionData: Get current token: 0.0011249999515712261 +Info 4308 [13:09:05.840] getCompletionData: Is inside comment: 0.02416800009086728 +Info 4309 [13:09:05.840] getCompletionData: Get previous token: 0.002476000227034092 +Info 4310 [13:09:05.840] getCompletionsAtPosition: isCompletionListBlocker: 0.007675000000745058 +Info 4311 [13:09:05.841] getExportInfoMap: cache hit +Info 4312 [13:09:05.856] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4313 [13:09:05.856] collectAutoImports: response is complete +Info 4314 [13:09:05.856] collectAutoImports: 14.834467000328004 +Info 4315 [13:09:05.856] getCompletionData: Semantic work: 15.27012600004673 +Info 4316 [13:09:05.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.577153000049293 +Info 4317 [13:09:05.868] Format host information updated +Info 4318 [13:09:06.399] Format host information updated +Info 4319 [13:09:06.399] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4320 [13:09:06.431] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 31.4086959999986ms +Info 4321 [13:09:06.431] Different program with same set of files +Info 4322 [13:09:06.785] Format host information updated +Info 4323 [13:09:06.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4324 [13:09:06.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 7.367151000071317ms +Info 4325 [13:09:06.793] Different program with same set of files +Info 4326 [13:09:07.353] Format host information updated +Info 4327 [13:09:07.353] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4328 [13:09:07.359] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 6.118778999894857ms +Info 4329 [13:09:07.359] Different program with same set of files +Info 4330 [13:09:08.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4331 [13:09:08.719] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.500700000207871ms +Info 4332 [13:09:08.719] Different program with same set of files +Info 4333 [13:09:08.719] getCompletionData: Get current token: 0.0009880000725388527 +Info 4334 [13:09:08.719] getCompletionData: Is inside comment: 0.004658000078052282 +Info 4335 [13:09:08.719] getCompletionData: Get previous token: 0.007083000149577856 +Info 4336 [13:09:08.719] getCompletionsAtPosition: isCompletionListBlocker: 0.013448999729007483 +Info 4337 [13:09:08.719] getExportInfoMap: cache hit +Info 4338 [13:09:08.726] collectAutoImports: resolved 0 module specifiers, plus 103 ambient and 24 from cache +Info 4339 [13:09:08.726] collectAutoImports: response is complete +Info 4340 [13:09:08.726] collectAutoImports: 6.220003999769688 +Info 4341 [13:09:08.726] getCompletionData: Semantic work: 6.719470000360161 +Info 4342 [13:09:08.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4716140003874898 +Info 4343 [13:09:08.728] Format host information updated +Info 4344 [13:09:08.909] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4345 [13:09:08.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.317177999764681ms +Info 4346 [13:09:08.915] Different program with same set of files +Info 4347 [13:09:08.915] getCompletionData: Get current token: 0.0013460000045597553 +Info 4348 [13:09:08.915] getCompletionData: Is inside comment: 0.0057030003517866135 +Info 4349 [13:09:08.915] getCompletionData: Get previous token: 0.009072999935597181 +Info 4350 [13:09:08.916] getCompletionsAtPosition: isCompletionListBlocker: 0.008491999935358763 +Info 4351 [13:09:08.916] getExportInfoMap: cache hit +Info 4352 [13:09:08.919] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 4 from cache +Info 4353 [13:09:08.919] collectAutoImports: response is complete +Info 4354 [13:09:08.919] collectAutoImports: 2.6718219998292625 +Info 4355 [13:09:08.919] getCompletionData: Semantic work: 3.15051699988544 +Info 4356 [13:09:08.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9681600001640618 +Info 4357 [13:09:08.920] Format host information updated +Info 4358 [13:09:09.016] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4359 [13:09:09.022] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.203025000169873ms +Info 4360 [13:09:09.022] Different program with same set of files +Info 4361 [13:09:09.023] getCompletionData: Get current token: 0.0010309997014701366 +Info 4362 [13:09:09.023] getCompletionData: Is inside comment: 0.005352000240236521 +Info 4363 [13:09:09.023] getCompletionData: Get previous token: 0.008210999891161919 +Info 4364 [13:09:09.023] getCompletionsAtPosition: isCompletionListBlocker: 0.007611999753862619 +Info 4365 [13:09:09.023] getExportInfoMap: cache hit +Info 4366 [13:09:09.027] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 4367 [13:09:09.027] collectAutoImports: response is complete +Info 4368 [13:09:09.027] collectAutoImports: 3.701019000262022 +Info 4369 [13:09:09.027] getCompletionData: Semantic work: 4.175698000006378 +Info 4370 [13:09:09.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8399359998293221 +Info 4371 [13:09:09.028] Format host information updated +Info 4372 [13:09:09.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4373 [13:09:09.190] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 6.32749000005424ms +Info 4374 [13:09:09.190] Different program with same set of files +Info 4375 [13:09:09.190] getCompletionData: Get current token: 0.0012920000590384007 +Info 4376 [13:09:09.190] getCompletionData: Is inside comment: 0.004784999880939722 +Info 4377 [13:09:09.190] getCompletionData: Get previous token: 0.008300999645143747 +Info 4378 [13:09:09.190] getCompletionsAtPosition: isCompletionListBlocker: 0.007668999955058098 +Info 4379 [13:09:09.191] getExportInfoMap: cache hit +Info 4380 [13:09:09.205] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4381 [13:09:09.205] collectAutoImports: response is complete +Info 4382 [13:09:09.205] collectAutoImports: 13.997314000036567 +Info 4383 [13:09:09.205] getCompletionData: Semantic work: 14.451749000232667 +Info 4384 [13:09:09.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.435984999872744 +Info 4385 [13:09:09.216] Format host information updated +Info 4386 [13:09:09.243] Format host information updated +Info 4387 [13:09:09.243] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4388 [13:09:09.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.039685000199825ms +Info 4389 [13:09:09.249] Different program with same set of files +Info 4390 [13:09:09.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4391 [13:09:09.446] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 7.774710999801755ms +Info 4392 [13:09:09.446] Different program with same set of files +Info 4393 [13:09:09.446] getCompletionData: Get current token: 0.0010979999788105488 +Info 4394 [13:09:09.446] getCompletionData: Is inside comment: 0.004333999939262867 +Info 4395 [13:09:09.446] getCompletionData: Get previous token: 0.00662099989131093 +Info 4396 [13:09:09.446] getCompletionsAtPosition: isCompletionListBlocker: 0.007023000158369541 +Info 4397 [13:09:09.447] getExportInfoMap: cache hit +Info 4398 [13:09:09.451] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 34 from cache +Info 4399 [13:09:09.451] collectAutoImports: response is complete +Info 4400 [13:09:09.451] collectAutoImports: 4.5795769998803735 +Info 4401 [13:09:09.451] getCompletionData: Semantic work: 5.012355000246316 +Info 4402 [13:09:09.453] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5046369996853173 +Info 4403 [13:09:09.454] Format host information updated +Info 4404 [13:09:09.589] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4405 [13:09:09.595] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 6.129466000013053ms +Info 4406 [13:09:09.595] Different program with same set of files +Info 4407 [13:09:09.596] getCompletionData: Get current token: 0.0011419998481869698 +Info 4408 [13:09:09.596] getCompletionData: Is inside comment: 0.004310999996960163 +Info 4409 [13:09:09.596] getCompletionData: Get previous token: 0.006816000211983919 +Info 4410 [13:09:09.596] getCompletionsAtPosition: isCompletionListBlocker: 0.007284999825060368 +Info 4411 [13:09:09.596] getExportInfoMap: cache hit +Info 4412 [13:09:09.599] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 19 from cache +Info 4413 [13:09:09.599] collectAutoImports: response is complete +Info 4414 [13:09:09.599] collectAutoImports: 3.2623060001060367 +Info 4415 [13:09:09.599] getCompletionData: Semantic work: 3.6969899996183813 +Info 4416 [13:09:09.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0580959999933839 +Info 4417 [13:09:09.604] Format host information updated +Info 4418 [13:09:09.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4419 [13:09:09.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 6.951717999763787ms +Info 4420 [13:09:09.701] Different program with same set of files +Info 4421 [13:09:09.701] getCompletionData: Get current token: 0.0011900002136826515 +Info 4422 [13:09:09.701] getCompletionData: Is inside comment: 0.005179999861866236 +Info 4423 [13:09:09.702] getCompletionData: Get previous token: 0.009438000153750181 +Info 4424 [13:09:09.702] getCompletionsAtPosition: isCompletionListBlocker: 0.007840999867767096 +Info 4425 [13:09:09.702] getExportInfoMap: cache hit +Info 4426 [13:09:09.718] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4427 [13:09:09.718] collectAutoImports: response is complete +Info 4428 [13:09:09.718] collectAutoImports: 15.281395999714732 +Info 4429 [13:09:09.718] getCompletionData: Semantic work: 16.120276999659836 +Info 4430 [13:09:09.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.865681000053883 +Info 4431 [13:09:09.731] Format host information updated +Info 4432 [13:09:09.757] Format host information updated +Info 4433 [13:09:09.758] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4434 [13:09:09.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 6.3006989997811615ms +Info 4435 [13:09:09.764] Different program with same set of files +Info 4436 [13:09:13.560] Format host information updated +Info 4437 [13:09:13.560] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4438 [13:09:13.567] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 6.647681999951601ms +Info 4439 [13:09:13.567] Different program with same set of files +Info 4440 [13:09:14.197] getCompletionData: Get current token: 0.0012149997055530548 +Info 4441 [13:09:14.197] getCompletionData: Is inside comment: 0.005011000204831362 +Info 4442 [13:09:14.197] getCompletionData: Get previous token: 0.009109999984502792 +Info 4443 [13:09:14.197] getCompletionsAtPosition: isCompletionListBlocker: 0.0015980000607669353 +Info 4444 [13:09:14.197] Returning an empty list because completion was requested in an invalid position. +Info 4445 [13:09:14.317] Format host information updated +Info 4446 [13:09:14.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4447 [13:09:14.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 7.090817000251263ms +Info 4448 [13:09:14.324] Different program with same set of files +Info 4449 [13:09:14.441] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4450 [13:09:14.448] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.886016000062227ms +Info 4451 [13:09:14.448] Different program with same set of files +Info 4452 [13:09:14.448] getCompletionData: Get current token: 0.0013879998587071896 +Info 4453 [13:09:14.448] getCompletionData: Is inside comment: 0.006748999934643507 +Info 4454 [13:09:14.448] getCompletionData: Get previous token: 0.005032999906688929 +Info 4455 [13:09:14.448] getCompletionsAtPosition: isCompletionListBlocker: 0.009775000158697367 +Info 4456 [13:09:14.448] getExportInfoMap: cache hit +Info 4457 [13:09:14.463] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4458 [13:09:14.463] collectAutoImports: response is complete +Info 4459 [13:09:14.463] collectAutoImports: 15.16464199963957 +Info 4460 [13:09:14.463] getCompletionData: Semantic work: 15.70712500018999 +Info 4461 [13:09:14.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.934944000095129 +Info 4462 [13:09:14.473] Format host information updated +Info 4463 [13:09:14.572] Format host information updated +Info 4464 [13:09:14.572] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4465 [13:09:14.581] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 8.804196000099182ms +Info 4466 [13:09:14.581] Different program with same set of files +Info 4467 [13:09:14.713] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4468 [13:09:14.738] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 24.872374000027776ms +Info 4469 [13:09:14.738] Different program with same set of files +Info 4470 [13:09:14.738] getCompletionData: Get current token: 0.003564000129699707 +Info 4471 [13:09:14.738] getCompletionData: Is inside comment: 0.021416999865323305 +Info 4472 [13:09:14.738] getCompletionData: Get previous token: 0.015527000185102224 +Info 4473 [13:09:14.738] getCompletionsAtPosition: isCompletionListBlocker: 0.007511999923735857 +Info 4474 [13:09:14.740] getExportInfoMap: cache hit +Info 4475 [13:09:14.762] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4476 [13:09:14.762] collectAutoImports: response is complete +Info 4477 [13:09:14.762] collectAutoImports: 22.164220000151545 +Info 4478 [13:09:14.762] getCompletionData: Semantic work: 23.744131000246853 +Info 4479 [13:09:14.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.866367999929935 +Info 4480 [13:09:14.773] Format host information updated +Info 4481 [13:09:14.779] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4482 [13:09:14.787] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 7.551442000083625ms +Info 4483 [13:09:14.787] Different program with same set of files +Info 4484 [13:09:14.787] getCompletionData: Get current token: 0.0013460000045597553 +Info 4485 [13:09:14.787] getCompletionData: Is inside comment: 0.005804000422358513 +Info 4486 [13:09:14.787] getCompletionData: Get previous token: 0.004139999859035015 +Info 4487 [13:09:14.787] getCompletionsAtPosition: isCompletionListBlocker: 0.008557000197470188 +Info 4488 [13:09:14.788] getExportInfoMap: cache hit +Info 4489 [13:09:14.801] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4490 [13:09:14.801] collectAutoImports: response is complete +Info 4491 [13:09:14.801] collectAutoImports: 13.183408999815583 +Info 4492 [13:09:14.801] getCompletionData: Semantic work: 13.723762999754399 +Info 4493 [13:09:14.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.654870999976993 +Info 4494 [13:09:14.811] Format host information updated +Info 4495 [13:09:14.847] Format host information updated +Info 4496 [13:09:14.847] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4497 [13:09:14.854] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 6.0577930002473295ms +Info 4498 [13:09:14.854] Different program with same set of files +Info 4499 [13:09:15.016] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4500 [13:09:15.041] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 24.942251999862492ms +Info 4501 [13:09:15.041] Different program with same set of files +Info 4502 [13:09:15.041] getCompletionData: Get current token: 0.006506999954581261 +Info 4503 [13:09:15.041] getCompletionData: Is inside comment: 0.030509000178426504 +Info 4504 [13:09:15.041] getCompletionData: Get previous token: 0.02203099988400936 +Info 4505 [13:09:15.042] getCompletionsAtPosition: isCompletionListBlocker: 0.02761600026860833 +Info 4506 [13:09:15.043] getExportInfoMap: cache hit +Info 4507 [13:09:15.069] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4508 [13:09:15.069] collectAutoImports: response is complete +Info 4509 [13:09:15.069] collectAutoImports: 25.118415999691933 +Info 4510 [13:09:15.069] getCompletionData: Semantic work: 27.17623499967158 +Info 4511 [13:09:15.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.217317999806255 +Info 4512 [13:09:15.081] Format host information updated +Info 4513 [13:09:15.113] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4514 [13:09:15.120] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 6.8266710001043975ms +Info 4515 [13:09:15.120] Different program with same set of files +Info 4516 [13:09:15.120] getCompletionData: Get current token: 0.0012409999035298824 +Info 4517 [13:09:15.120] getCompletionData: Is inside comment: 0.006141999736428261 +Info 4518 [13:09:15.120] getCompletionData: Get previous token: 0.004480999894440174 +Info 4519 [13:09:15.120] getCompletionsAtPosition: isCompletionListBlocker: 0.010172999929636717 +Info 4520 [13:09:15.121] getExportInfoMap: cache hit +Info 4521 [13:09:15.133] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4522 [13:09:15.133] collectAutoImports: response is complete +Info 4523 [13:09:15.133] collectAutoImports: 11.89368600025773 +Info 4524 [13:09:15.133] getCompletionData: Semantic work: 12.460806000046432 +Err 4525 [13:09:15.143] Exception on executing command { + "seq": 1876, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js", + "line": 65, + "offset": 32 + } +}: + + Cannot read properties of undefined (reading 'kind') + + TypeError: Cannot read properties of undefined (reading 'kind') + at isJsxAttribute (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:28783:15) + at createCompletionEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157979:203) + at getCompletionEntriesFromSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:158541:19) + at completionInfoFromData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157615:23) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157157:24) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4526 [13:09:15.144] Format host information updated +Info 4527 [13:09:15.282] Format host information updated +Info 4528 [13:09:15.282] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4529 [13:09:15.290] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 7.298690999858081ms +Info 4530 [13:09:15.290] Different program with same set of files +Info 4531 [13:09:15.431] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4532 [13:09:15.437] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.231535000260919ms +Info 4533 [13:09:15.437] Different program with same set of files +Info 4534 [13:09:15.438] getCompletionData: Get current token: 0.001194000244140625 +Info 4535 [13:09:15.438] getCompletionData: Is inside comment: 0.006206999998539686 +Info 4536 [13:09:15.438] getCompletionData: Get previous token: 0.004821999929845333 +Info 4537 [13:09:15.438] getCompletionsAtPosition: isCompletionListBlocker: 0.007981000002473593 +Info 4538 [13:09:15.438] getExportInfoMap: cache hit +Info 4539 [13:09:15.451] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4540 [13:09:15.451] collectAutoImports: response is complete +Info 4541 [13:09:15.451] collectAutoImports: 12.758139000274241 +Info 4542 [13:09:15.451] getCompletionData: Semantic work: 13.31653599999845 +Err 4543 [13:09:15.451] Exception on executing command { + "seq": 1883, + "type": "request", + "command": "completionInfo", + "arguments": { + "file": "/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js", + "line": 65, + "offset": 32 + } +}: + + Cannot read properties of undefined (reading 'kind') + + TypeError: Cannot read properties of undefined (reading 'kind') + at isJsxAttribute (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:28783:15) + at createCompletionEntry (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157979:203) + at getCompletionEntriesFromSymbols (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:158541:19) + at completionInfoFromData (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157615:23) + at Object.getCompletionsAtPosition (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:157157:24) + at Object.getCompletionsAtPosition2 [as getCompletionsAtPosition] (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:144079:35) + at IpcIOSession.getCompletions (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184062:54) + at completionInfo (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:182456:43) + at /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:69 + at IpcIOSession.executeWithRequestId (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184830:14) + at IpcIOSession.executeCommand (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184838:29) + at IpcIOSession.onMessage (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:184880:51) + at process. (/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js:186461:14) + at process.emit (node:events:511:28) + at emit (node:internal/child_process:944:14) + at process.processTicksAndRejections (node:internal/process/task_queues:83:21) +Info 4544 [13:09:15.451] Format host information updated +Info 4545 [13:09:15.591] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4546 [13:09:15.599] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 7.728996000252664ms +Info 4547 [13:09:15.599] Different program with same set of files +Info 4548 [13:09:15.599] getCompletionData: Get current token: 0.001164000015705824 +Info 4549 [13:09:15.599] getCompletionData: Is inside comment: 0.005883000325411558 +Info 4550 [13:09:15.599] getCompletionData: Get previous token: 0.004217999987304211 +Info 4551 [13:09:15.599] getCompletionsAtPosition: isCompletionListBlocker: 0.00787599990144372 +Info 4552 [13:09:15.599] getExportInfoMap: cache hit +Info 4553 [13:09:15.610] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4554 [13:09:15.610] collectAutoImports: response is complete +Info 4555 [13:09:15.610] collectAutoImports: 10.325455999933183 +Info 4556 [13:09:15.610] getCompletionData: Semantic work: 10.830877000000328 +Info 4557 [13:09:15.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.331714000087231 +Info 4558 [13:09:15.621] Format host information updated +Info 4559 [13:09:15.936] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4560 [13:09:15.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 6.509399000089616ms +Info 4561 [13:09:15.942] Different program with same set of files +Info 4562 [13:09:15.942] getCompletionData: Get current token: 0.0012229997664690018 +Info 4563 [13:09:15.942] getCompletionData: Is inside comment: 0.006074999924749136 +Info 4564 [13:09:15.942] getCompletionData: Get previous token: 0.004730000160634518 +Info 4565 [13:09:15.942] getCompletionsAtPosition: isCompletionListBlocker: 0.007573999930173159 +Info 4566 [13:09:15.943] getExportInfoMap: cache hit +Info 4567 [13:09:15.953] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4568 [13:09:15.953] collectAutoImports: response is complete +Info 4569 [13:09:15.953] collectAutoImports: 10.179766000248492 +Info 4570 [13:09:15.953] getCompletionData: Semantic work: 10.682775000110269 +Info 4571 [13:09:15.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.870034999679774 +Info 4572 [13:09:15.965] Format host information updated +Info 4573 [13:09:16.123] Format host information updated +Info 4574 [13:09:16.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4575 [13:09:16.129] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 6.121534000150859ms +Info 4576 [13:09:16.129] Different program with same set of files +Info 4577 [13:09:16.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4578 [13:09:16.316] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 6.4755740002729ms +Info 4579 [13:09:16.317] Different program with same set of files +Info 4580 [13:09:16.317] getCompletionData: Get current token: 0.0013140002265572548 +Info 4581 [13:09:16.317] getCompletionData: Is inside comment: 0.007499999832361937 +Info 4582 [13:09:16.317] getCompletionData: Get previous token: 0.004989000037312508 +Info 4583 [13:09:16.317] getCompletionsAtPosition: isCompletionListBlocker: 0.007962000090628862 +Info 4584 [13:09:16.317] getExportInfoMap: cache hit +Info 4585 [13:09:16.332] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4586 [13:09:16.332] collectAutoImports: response is complete +Info 4587 [13:09:16.332] collectAutoImports: 15.11637800000608 +Info 4588 [13:09:16.332] getCompletionData: Semantic work: 15.694562999997288 +Info 4589 [13:09:16.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.557944000232965 +Info 4590 [13:09:16.349] Format host information updated +Info 4591 [13:09:16.488] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4592 [13:09:16.499] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 10.992681000381708ms +Info 4593 [13:09:16.499] Different program with same set of files +Info 4594 [13:09:16.500] getCompletionData: Get current token: 0.0022960002534091473 +Info 4595 [13:09:16.500] getCompletionData: Is inside comment: 0.05682400008663535 +Info 4596 [13:09:16.500] getCompletionData: Get previous token: 0.05323099996894598 +Info 4597 [13:09:16.500] getCompletionsAtPosition: isCompletionListBlocker: 0.017886999994516373 +Info 4598 [13:09:16.501] getExportInfoMap: cache hit +Info 4599 [13:09:16.525] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4600 [13:09:16.525] collectAutoImports: response is complete +Info 4601 [13:09:16.525] collectAutoImports: 24.30768600013107 +Info 4602 [13:09:16.525] getCompletionData: Semantic work: 25.440098999999464 +Info 4603 [13:09:16.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.467380000278354 +Info 4604 [13:09:16.540] Format host information updated +Info 4605 [13:09:16.596] Format host information updated +Info 4606 [13:09:16.596] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4607 [13:09:16.605] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 9.348987000063062ms +Info 4608 [13:09:16.605] Different program with same set of files +Info 4609 [13:09:16.744] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4610 [13:09:16.751] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 6.942067999858409ms +Info 4611 [13:09:16.751] Different program with same set of files +Info 4612 [13:09:16.751] getCompletionData: Get current token: 0.0016740001738071442 +Info 4613 [13:09:16.751] getCompletionData: Is inside comment: 0.03289599996060133 +Info 4614 [13:09:16.751] getCompletionData: Get previous token: 0.030640999786555767 +Info 4615 [13:09:16.751] getCompletionsAtPosition: isCompletionListBlocker: 0.002664999570697546 +Info 4616 [13:09:16.752] getExportInfoMap: cache hit +Info 4617 [13:09:16.768] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4618 [13:09:16.768] collectAutoImports: response is complete +Info 4619 [13:09:16.768] collectAutoImports: 16.00849199993536 +Info 4620 [13:09:16.768] getCompletionData: Semantic work: 16.61577000003308 +Info 4621 [13:09:16.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.95807999977842 +Info 4622 [13:09:16.781] Format host information updated +Info 4623 [13:09:16.814] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4624 [13:09:16.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 6.670183000154793ms +Info 4625 [13:09:16.821] Different program with same set of files +Info 4626 [13:09:16.821] getCompletionData: Get current token: 0.0016800002194941044 +Info 4627 [13:09:16.821] getCompletionData: Is inside comment: 0.006806999910622835 +Info 4628 [13:09:16.821] getCompletionData: Get previous token: 0.004838999826461077 +Info 4629 [13:09:16.821] getCompletionsAtPosition: isCompletionListBlocker: 0.008193999994546175 +Info 4630 [13:09:16.822] getExportInfoMap: cache hit +Info 4631 [13:09:16.833] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4632 [13:09:16.833] collectAutoImports: response is complete +Info 4633 [13:09:16.833] collectAutoImports: 11.435734999831766 +Info 4634 [13:09:16.833] getCompletionData: Semantic work: 11.91685099992901 +Info 4635 [13:09:16.840] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.528894999995828 +Info 4636 [13:09:16.845] Format host information updated +Info 4637 [13:09:17.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4638 [13:09:17.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 6.532258000224829ms +Info 4639 [13:09:17.238] Different program with same set of files +Info 4640 [13:09:17.238] getCompletionData: Get current token: 0.0011129998601973057 +Info 4641 [13:09:17.238] getCompletionData: Is inside comment: 0.004910000134259462 +Info 4642 [13:09:17.238] getCompletionData: Get previous token: 0.0036049997434020042 +Info 4643 [13:09:17.238] getCompletionsAtPosition: isCompletionListBlocker: 0.04367100028321147 +Info 4644 [13:09:17.238] Returning an empty list because completion was requested in an invalid position. +Info 4645 [13:09:17.238] Format host information updated +Info 4646 [13:09:17.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4647 [13:09:17.627] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 6.343936000019312ms +Info 4648 [13:09:17.628] Different program with same set of files +Info 4649 [13:09:17.628] getCompletionData: Get current token: 0.0013620001263916492 +Info 4650 [13:09:17.628] getCompletionData: Is inside comment: 0.007594999857246876 +Info 4651 [13:09:17.628] getCompletionData: Get previous token: 0.0052200001664459705 +Info 4652 [13:09:17.628] getCompletionsAtPosition: isCompletionListBlocker: 0.00863200007006526 +Info 4653 [13:09:17.628] getExportInfoMap: cache hit +Info 4654 [13:09:17.642] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 4655 [13:09:17.642] collectAutoImports: response is complete +Info 4656 [13:09:17.642] collectAutoImports: 13.326369000133127 +Info 4657 [13:09:17.642] getCompletionData: Semantic work: 13.840060000307858 +Info 4658 [13:09:17.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.313980000093579 +Info 4659 [13:09:17.654] Format host information updated +Info 4660 [13:09:19.253] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4661 [13:09:19.255] Elapsed:: 2.1161290002055466ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4662 [13:09:19.255] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4663 [13:09:19.255] Elapsed:: 0.4528649998828769ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4664 [13:09:19.255] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4665 [13:09:19.255] Ignoring files that are not *.json +Info 4666 [13:09:19.256] Elapsed:: 0.1406939998269081ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4667 [13:09:19.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4668 [13:09:19.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 376 structureChanged: true structureIsReused:: Not Elapsed: 9.49385099997744ms +Info 4669 [13:09:19.518] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4670 [13:09:19.518] Files (144) + +Info 4671 [13:09:19.518] ----------------------------------------------- +Info 4672 [13:09:19.518] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4673 [13:09:19.518] Files (271) + +Info 4674 [13:09:19.518] ----------------------------------------------- +Info 4675 [13:09:21.200] getCompletionData: Get current token: 0.0018540001474320889 +Info 4676 [13:09:21.200] getCompletionData: Is inside comment: 0.007327999919652939 +Info 4677 [13:09:21.298] Format host information updated +Info 4678 [13:09:21.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4679 [13:09:21.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 6.740724999923259ms +Info 4680 [13:09:21.305] Different program with same set of files +Info 4681 [13:09:21.564] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4682 [13:09:21.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 9.65011200029403ms +Info 4683 [13:09:21.574] Different program with same set of files +Info 4684 [13:09:21.574] getCompletionData: Get current token: 0.009879999794065952 +Info 4685 [13:09:21.574] getCompletionData: Is inside comment: 0.010706000030040741 +Info 4686 [13:09:21.575] Format host information updated +Info 4687 [13:09:21.755] Before ensureProjectForOpenFiles: +Info 4688 [13:09:21.755] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4688 [13:09:21.755] Files (144) + +Info 4688 [13:09:21.755] ----------------------------------------------- +Info 4688 [13:09:21.755] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4688 [13:09:21.755] Files (271) + +Info 4688 [13:09:21.755] ----------------------------------------------- +Info 4688 [13:09:21.755] Project '/dev/null/inferredProject1*' (Inferred) +Info 4688 [13:09:21.755] Files (130) + +Info 4688 [13:09:21.755] ----------------------------------------------- +Info 4688 [13:09:21.755] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4688 [13:09:21.755] Files (179) + +Info 4688 [13:09:21.755] ----------------------------------------------- +Info 4688 [13:09:21.755] Open files: +Info 4688 [13:09:21.755] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4688 [13:09:21.755] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4688 [13:09:21.755] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4688 [13:09:21.755] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4688 [13:09:21.755] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4689 [13:09:21.768] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: true structureIsReused:: Not Elapsed: 13.300742999650538ms +Info 4690 [13:09:21.768] Project '/dev/null/inferredProject1*' (Inferred) +Info 4691 [13:09:21.768] Files (129) + +Info 4692 [13:09:21.768] ----------------------------------------------- +Info 4693 [13:09:21.768] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4694 [13:09:21.768] Files (179) + +Info 4695 [13:09:21.768] ----------------------------------------------- +Info 4696 [13:09:21.769] After ensureProjectForOpenFiles: +Info 4697 [13:09:21.769] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4697 [13:09:21.769] Files (144) + +Info 4697 [13:09:21.769] ----------------------------------------------- +Info 4697 [13:09:21.769] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4697 [13:09:21.769] Files (271) + +Info 4697 [13:09:21.769] ----------------------------------------------- +Info 4697 [13:09:21.769] Project '/dev/null/inferredProject1*' (Inferred) +Info 4697 [13:09:21.769] Files (129) + +Info 4697 [13:09:21.769] ----------------------------------------------- +Info 4697 [13:09:21.769] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4697 [13:09:21.769] Files (179) + +Info 4697 [13:09:21.769] ----------------------------------------------- +Info 4697 [13:09:21.769] Open files: +Info 4697 [13:09:21.769] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4697 [13:09:21.769] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4697 [13:09:21.769] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4697 [13:09:21.769] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4697 [13:09:21.769] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js +Info 4698 [13:09:21.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4699 [13:09:21.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 6.997602999676019ms +Info 4700 [13:09:21.895] Different program with same set of files +Info 4701 [13:09:21.895] getCompletionData: Get current token: 0.002948000095784664 +Info 4702 [13:09:21.895] getCompletionData: Is inside comment: 0.011409000027924776 +Info 4703 [13:09:21.896] Format host information updated +Info 4704 [13:09:22.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4705 [13:09:22.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 7.171597999986261ms +Info 4706 [13:09:22.106] Different program with same set of files +Info 4707 [13:09:22.106] getCompletionData: Get current token: 0.0022499999031424522 +Info 4708 [13:09:22.106] getCompletionData: Is inside comment: 0.008074000012129545 +Info 4709 [13:09:22.109] Format host information updated +Info 4710 [13:09:22.186] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4711 [13:09:22.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 14.271038000006229ms +Info 4712 [13:09:22.201] Different program with same set of files +Info 4713 [13:09:22.201] getCompletionData: Get current token: 0.007780999876558781 +Info 4714 [13:09:22.201] getCompletionData: Is inside comment: 0.025787999853491783 +Info 4715 [13:09:22.201] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4716 [13:09:22.201] Format host information updated +Info 4717 [13:09:22.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4718 [13:09:22.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 24.640973000321537ms +Info 4719 [13:09:22.326] Different program with same set of files +Info 4720 [13:09:22.326] getCompletionData: Get current token: 0.012469000183045864 +Info 4721 [13:09:22.326] getCompletionData: Is inside comment: 0.042931000236421824 +Info 4722 [13:09:22.326] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4723 [13:09:22.332] Format host information updated +Info 4724 [13:09:22.371] Format host information updated +Info 4725 [13:09:22.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4726 [13:09:22.386] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 14.881930000148714ms +Info 4727 [13:09:22.386] Different program with same set of files +Info 4728 [13:09:22.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4729 [13:09:22.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 24.474895999766886ms +Info 4730 [13:09:22.538] Different program with same set of files +Info 4731 [13:09:22.538] getCompletionData: Get current token: 0.007513999938964844 +Info 4732 [13:09:22.538] getCompletionData: Is inside comment: 0.030000999569892883 +Info 4733 [13:09:22.538] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4734 [13:09:22.543] Format host information updated +Info 4735 [13:09:22.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4736 [13:09:22.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 15.0875339997001ms +Info 4737 [13:09:22.598] Different program with same set of files +Info 4738 [13:09:22.598] getCompletionData: Get current token: 0.006357999984174967 +Info 4739 [13:09:22.598] getCompletionData: Is inside comment: 0.062245000153779984 +Info 4740 [13:09:22.598] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4741 [13:09:22.599] Format host information updated +Info 4742 [13:09:22.811] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4743 [13:09:22.817] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 6.166550999972969ms +Info 4744 [13:09:22.817] Different program with same set of files +Info 4745 [13:09:22.817] getCompletionData: Get current token: 0.00240899994969368 +Info 4746 [13:09:22.817] getCompletionData: Is inside comment: 0.008713999763131142 +Info 4747 [13:09:22.817] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4748 [13:09:22.819] Format host information updated +Info 4749 [13:09:22.947] Format host information updated +Info 4750 [13:09:22.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4751 [13:09:22.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 8.411193999927491ms +Info 4752 [13:09:22.955] Different program with same set of files +Info 4753 [13:09:23.090] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4754 [13:09:23.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 6.3456460000015795ms +Info 4755 [13:09:23.097] Different program with same set of files +Info 4756 [13:09:23.097] getCompletionData: Get current token: 0.0024129999801516533 +Info 4757 [13:09:23.097] getCompletionData: Is inside comment: 0.008207999635487795 +Info 4758 [13:09:23.097] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4759 [13:09:23.099] Format host information updated +Info 4760 [13:09:23.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4761 [13:09:23.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 6.1971489996649325ms +Info 4762 [13:09:23.262] Different program with same set of files +Info 4763 [13:09:23.262] getCompletionData: Get current token: 0.0024709999561309814 +Info 4764 [13:09:23.262] getCompletionData: Is inside comment: 0.008898000232875347 +Info 4765 [13:09:23.262] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4766 [13:09:23.262] Format host information updated +Info 4767 [13:09:23.399] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4768 [13:09:23.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 6.211220999713987ms +Info 4769 [13:09:23.405] Different program with same set of files +Info 4770 [13:09:23.405] getCompletionData: Get current token: 0.002253000158816576 +Info 4771 [13:09:23.405] getCompletionData: Is inside comment: 0.00880899978801608 +Info 4772 [13:09:23.408] Format host information updated +Info 4773 [13:09:23.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4774 [13:09:23.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 6.846130999736488ms +Info 4775 [13:09:23.587] Different program with same set of files +Info 4776 [13:09:23.587] getCompletionData: Get current token: 0.0022700000554323196 +Info 4777 [13:09:23.587] getCompletionData: Is inside comment: 0.008002000395208597 +Info 4778 [13:09:23.587] Format host information updated +Info 4779 [13:09:23.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4780 [13:09:23.677] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 23.881658999715ms +Info 4781 [13:09:23.677] Different program with same set of files +Info 4782 [13:09:23.678] getCompletionData: Get current token: 0.007910999935120344 +Info 4783 [13:09:23.678] getCompletionData: Is inside comment: 0.03088900027796626 +Info 4784 [13:09:23.679] Format host information updated +Info 4785 [13:09:23.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4786 [13:09:23.825] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 6.404070000164211ms +Info 4787 [13:09:23.825] Different program with same set of files +Info 4788 [13:09:23.825] getCompletionData: Get current token: 0.002971000038087368 +Info 4789 [13:09:23.825] getCompletionData: Is inside comment: 0.009744999930262566 +Info 4790 [13:09:23.825] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4791 [13:09:23.826] Format host information updated +Info 4792 [13:09:23.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4793 [13:09:23.900] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 6.601439999882132ms +Info 4794 [13:09:23.900] Different program with same set of files +Info 4795 [13:09:23.900] getCompletionData: Get current token: 0.0028280001133680344 +Info 4796 [13:09:23.900] getCompletionData: Is inside comment: 0.01066200016066432 +Info 4797 [13:09:23.900] getCompletionData: Get previous token: 0.007612000219523907 +Info 4798 [13:09:23.900] getCompletionsAtPosition: isCompletionListBlocker: 0.008074000012129545 +Info 4799 [13:09:23.901] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.33886800007894635 ms +Info 4800 [13:09:23.901] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 4801 [13:09:23.901] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.28197399992495775ms +Info 4802 [13:09:23.901] getExportInfoMap: cache miss or empty; calculating new results +Info 4803 [13:09:23.921] forEachExternalModuleToImportFrom autoImportProvider: 6.969132999889553 +Info 4804 [13:09:23.921] getExportInfoMap: done in 20.908435999881476 ms +Info 4805 [13:09:23.939] collectAutoImports: resolved 17 module specifiers, plus 175 ambient and 1040 from cache +Info 4806 [13:09:23.939] collectAutoImports: response is complete +Info 4807 [13:09:23.939] collectAutoImports: 18.08703300030902 +Info 4808 [13:09:23.939] getCompletionData: Semantic work: 39.553040999919176 +Info 4809 [13:09:23.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.431239000055939 +Info 4810 [13:09:23.948] Format host information updated +Info 4811 [13:09:24.301] getCompletionData: Get current token: 0.0031789997592568398 +Info 4812 [13:09:24.301] getCompletionData: Is inside comment: 0.009670000057667494 +Info 4813 [13:09:24.301] getCompletionData: Get previous token: 0.006324999965727329 +Info 4814 [13:09:24.301] getCompletionsAtPosition: isCompletionListBlocker: 0.002962999977171421 +Info 4815 [13:09:24.301] getExportInfoMap: cache hit +Info 4816 [13:09:24.310] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4817 [13:09:24.310] collectAutoImports: response is complete +Info 4818 [13:09:24.310] collectAutoImports: 8.833010999951512 +Info 4819 [13:09:24.310] getCompletionData: Semantic work: 9.375962999649346 +Info 4820 [13:09:24.315] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.414334999863058 +Info 4821 [13:09:24.919] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4822 [13:09:24.925] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 6.3908500000834465ms +Info 4823 [13:09:24.925] Different program with same set of files +Info 4824 [13:09:24.925] getCompletionData: Get current token: 0.0022920002229511738 +Info 4825 [13:09:24.925] getCompletionData: Is inside comment: 0.009230999741703272 +Info 4826 [13:09:24.925] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4827 [13:09:24.926] Format host information updated +Info 4828 [13:09:25.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4829 [13:09:25.243] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 13.256599999964237ms +Info 4830 [13:09:25.243] Different program with same set of files +Info 4831 [13:09:25.243] getCompletionData: Get current token: 0.005796999670565128 +Info 4832 [13:09:25.243] getCompletionData: Is inside comment: 0.023827000055462122 +Info 4833 [13:09:25.244] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4834 [13:09:25.244] Format host information updated +Info 4835 [13:09:25.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4836 [13:09:25.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 8.701810999773443ms +Info 4837 [13:09:25.373] Different program with same set of files +Info 4838 [13:09:25.373] getCompletionData: Get current token: 0.0036689997650682926 +Info 4839 [13:09:25.373] getCompletionData: Is inside comment: 0.012271000072360039 +Info 4840 [13:09:25.373] getCompletionData: Get previous token: 0.00839100033044815 +Info 4841 [13:09:25.373] getCompletionsAtPosition: isCompletionListBlocker: 0.003570999950170517 +Info 4842 [13:09:25.373] getExportInfoMap: cache hit +Info 4843 [13:09:25.385] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4844 [13:09:25.385] collectAutoImports: response is complete +Info 4845 [13:09:25.385] collectAutoImports: 11.826218999922276 +Info 4846 [13:09:25.385] getCompletionData: Semantic work: 12.388398999813944 +Info 4847 [13:09:25.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9297770000994205 +Info 4848 [13:09:25.396] Format host information updated +Info 4849 [13:09:25.682] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4850 [13:09:25.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 6.156272000167519ms +Info 4851 [13:09:25.688] Different program with same set of files +Info 4852 [13:09:25.688] getCompletionData: Get current token: 0.004102999810129404 +Info 4853 [13:09:25.688] getCompletionData: Is inside comment: 0.011207999661564827 +Info 4854 [13:09:25.688] getCompletionData: Get previous token: 0.007376000285148621 +Info 4855 [13:09:25.688] getCompletionsAtPosition: isCompletionListBlocker: 0.0024569998495280743 +Info 4856 [13:09:25.689] getExportInfoMap: cache hit +Info 4857 [13:09:25.702] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4858 [13:09:25.702] collectAutoImports: response is complete +Info 4859 [13:09:25.702] collectAutoImports: 13.051733999978751 +Info 4860 [13:09:25.702] getCompletionData: Semantic work: 13.565653999801725 +Info 4861 [13:09:25.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.093690000008792 +Info 4862 [13:09:25.711] Format host information updated +Info 4863 [13:09:25.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4864 [13:09:25.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 6.613582000136375ms +Info 4865 [13:09:25.835] Different program with same set of files +Info 4866 [13:09:25.836] getCompletionData: Get current token: 0.003763000015169382 +Info 4867 [13:09:25.836] getCompletionData: Is inside comment: 0.012443999759852886 +Info 4868 [13:09:25.836] getCompletionData: Get previous token: 0.00865700002759695 +Info 4869 [13:09:25.836] getCompletionsAtPosition: isCompletionListBlocker: 0.00367600005120039 +Info 4870 [13:09:25.836] getExportInfoMap: cache hit +Info 4871 [13:09:25.850] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4872 [13:09:25.850] collectAutoImports: response is complete +Info 4873 [13:09:25.850] collectAutoImports: 13.725131000392139 +Info 4874 [13:09:25.850] getCompletionData: Semantic work: 14.2851180001162 +Info 4875 [13:09:25.855] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.244789000134915 +Info 4876 [13:09:25.859] Format host information updated +Info 4877 [13:09:25.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4878 [13:09:25.900] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 6.864821000024676ms +Info 4879 [13:09:25.900] Different program with same set of files +Info 4880 [13:09:25.900] getCompletionData: Get current token: 0.00368899991735816 +Info 4881 [13:09:25.900] getCompletionData: Is inside comment: 0.01294699963182211 +Info 4882 [13:09:25.900] getCompletionData: Get previous token: 0.009140000212937593 +Info 4883 [13:09:25.900] getCompletionsAtPosition: isCompletionListBlocker: 0.007885999977588654 +Info 4884 [13:09:25.901] getExportInfoMap: cache hit +Info 4885 [13:09:25.914] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4886 [13:09:25.914] collectAutoImports: response is complete +Info 4887 [13:09:25.914] collectAutoImports: 13.583637999836355 +Info 4888 [13:09:25.914] getCompletionData: Semantic work: 14.133786999620497 +Info 4889 [13:09:25.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.887144999578595 +Info 4890 [13:09:25.923] Format host information updated +Info 4891 [13:09:26.292] getCompletionData: Get current token: 0.002909999806433916 +Info 4892 [13:09:26.292] getCompletionData: Is inside comment: 0.010256000328809023 +Info 4893 [13:09:26.292] getCompletionData: Get previous token: 0.007207000162452459 +Info 4894 [13:09:26.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0023139999248087406 +Info 4895 [13:09:26.292] Returning an empty list because completion was requested in an invalid position. +Info 4896 [13:09:26.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4897 [13:09:26.543] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 8.415525999851525ms +Info 4898 [13:09:26.543] Different program with same set of files +Info 4899 [13:09:26.543] getCompletionData: Get current token: 0.0029079997912049294 +Info 4900 [13:09:26.543] getCompletionData: Is inside comment: 0.010237999726086855 +Info 4901 [13:09:26.543] getCompletionData: Get previous token: 0.04636300029233098 +Info 4902 [13:09:26.544] getCompletionsAtPosition: isCompletionListBlocker: 0.003206999972462654 +Info 4903 [13:09:26.544] getExportInfoMap: cache hit +Info 4904 [13:09:26.546] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 4905 [13:09:26.546] collectAutoImports: response is complete +Info 4906 [13:09:26.546] collectAutoImports: 1.9767630002461374 +Info 4907 [13:09:26.546] getCompletionData: Semantic work: 2.5433849999681115 +Info 4908 [13:09:26.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8239339999854565 +Info 4909 [13:09:26.549] Format host information updated +Info 4910 [13:09:27.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4911 [13:09:27.018] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 6.337087000254542ms +Info 4912 [13:09:27.018] Different program with same set of files +Info 4913 [13:09:27.018] getCompletionData: Get current token: 0.0029819998890161514 +Info 4914 [13:09:27.018] getCompletionData: Is inside comment: 0.00925099989399314 +Info 4915 [13:09:27.018] getCompletionData: Get previous token: 0.04792900010943413 +Info 4916 [13:09:27.018] getCompletionsAtPosition: isCompletionListBlocker: 0.00266700005158782 +Info 4917 [13:09:27.018] getExportInfoMap: cache hit +Info 4918 [13:09:27.020] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4919 [13:09:27.020] collectAutoImports: response is complete +Info 4920 [13:09:27.020] collectAutoImports: 1.3802479999139905 +Info 4921 [13:09:27.020] getCompletionData: Semantic work: 1.8196719996631145 +Info 4922 [13:09:27.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.673471000045538 +Info 4923 [13:09:27.022] Format host information updated +Info 4924 [13:09:27.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4925 [13:09:27.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 8.235233000013977ms +Info 4926 [13:09:27.357] Different program with same set of files +Info 4927 [13:09:27.357] getCompletionData: Get current token: 0.003810000140219927 +Info 4928 [13:09:27.357] getCompletionData: Is inside comment: 0.011373000219464302 +Info 4929 [13:09:27.357] getCompletionData: Get previous token: 0.0078119998797774315 +Info 4930 [13:09:27.357] getCompletionsAtPosition: isCompletionListBlocker: 0.00241499999538064 +Info 4931 [13:09:27.358] getExportInfoMap: cache hit +Info 4932 [13:09:27.368] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 4933 [13:09:27.368] collectAutoImports: response is complete +Info 4934 [13:09:27.368] collectAutoImports: 10.375663000158966 +Info 4935 [13:09:27.368] getCompletionData: Semantic work: 10.87962199980393 +Info 4936 [13:09:27.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.6121559999883175 +Info 4937 [13:09:27.378] Format host information updated +Info 4938 [13:09:27.452] Format host information updated +Info 4939 [13:09:27.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4940 [13:09:27.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 17.560504999943078ms +Info 4941 [13:09:27.470] Different program with same set of files +Info 4942 [13:09:28.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4943 [13:09:28.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 6.276584999635816ms +Info 4944 [13:09:28.049] Different program with same set of files +Info 4945 [13:09:28.050] getCompletionData: Get current token: 0.0029879999347031116 +Info 4946 [13:09:28.050] getCompletionData: Is inside comment: 0.00989399990066886 +Info 4947 [13:09:28.050] getCompletionData: Get previous token: 0.012893000151962042 +Info 4948 [13:09:28.050] getCompletionsAtPosition: isCompletionListBlocker: 0.00226900028064847 +Info 4949 [13:09:28.050] getExportInfoMap: cache hit +Info 4950 [13:09:28.056] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 4951 [13:09:28.056] collectAutoImports: response is complete +Info 4952 [13:09:28.056] collectAutoImports: 6.014456999953836 +Info 4953 [13:09:28.056] getCompletionData: Semantic work: 6.442798999603838 +Info 4954 [13:09:28.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5305119999684393 +Info 4955 [13:09:28.060] Format host information updated +Info 4956 [13:09:28.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4957 [13:09:28.126] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 10.37411000020802ms +Info 4958 [13:09:28.127] Different program with same set of files +Info 4959 [13:09:28.127] getCompletionData: Get current token: 0.007395000196993351 +Info 4960 [13:09:28.127] getCompletionData: Is inside comment: 0.02236699964851141 +Info 4961 [13:09:28.127] getCompletionData: Get previous token: 0.03002599999308586 +Info 4962 [13:09:28.127] getCompletionsAtPosition: isCompletionListBlocker: 0.0038199997507035732 +Info 4963 [13:09:28.128] getExportInfoMap: cache hit +Info 4964 [13:09:28.134] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 4965 [13:09:28.134] collectAutoImports: response is complete +Info 4966 [13:09:28.134] collectAutoImports: 6.163823999930173 +Info 4967 [13:09:28.134] getCompletionData: Semantic work: 6.9806810002774 +Info 4968 [13:09:28.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.900851000100374 +Info 4969 [13:09:28.143] Format host information updated +Info 4970 [13:09:28.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4971 [13:09:28.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 6.358605999965221ms +Info 4972 [13:09:28.260] Different program with same set of files +Info 4973 [13:09:28.260] getCompletionData: Get current token: 0.0037609999999403954 +Info 4974 [13:09:28.260] getCompletionData: Is inside comment: 0.012571000028401613 +Info 4975 [13:09:28.260] getCompletionData: Get previous token: 0.01666599977761507 +Info 4976 [13:09:28.260] getCompletionsAtPosition: isCompletionListBlocker: 0.0025209998711943626 +Info 4977 [13:09:28.261] getExportInfoMap: cache hit +Info 4978 [13:09:28.263] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 4979 [13:09:28.263] collectAutoImports: response is complete +Info 4980 [13:09:28.263] collectAutoImports: 2.558089999947697 +Info 4981 [13:09:28.263] getCompletionData: Semantic work: 3.046072999946773 +Info 4982 [13:09:28.265] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.026055000256747 +Info 4983 [13:09:28.266] Format host information updated +Info 4984 [13:09:28.352] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4985 [13:09:28.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 6.327068000100553ms +Info 4986 [13:09:28.359] Different program with same set of files +Info 4987 [13:09:28.359] getCompletionData: Get current token: 0.0037400000728666782 +Info 4988 [13:09:28.359] getCompletionData: Is inside comment: 0.012137999758124352 +Info 4989 [13:09:28.359] getCompletionData: Get previous token: 0.016100000124424696 +Info 4990 [13:09:28.359] getCompletionsAtPosition: isCompletionListBlocker: 0.002561999950557947 +Info 4991 [13:09:28.359] getExportInfoMap: cache hit +Info 4992 [13:09:28.361] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 4993 [13:09:28.362] collectAutoImports: response is complete +Info 4994 [13:09:28.362] collectAutoImports: 2.210202000103891 +Info 4995 [13:09:28.362] getCompletionData: Semantic work: 2.712919000070542 +Info 4996 [13:09:28.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.224470000248402 +Info 4997 [13:09:28.367] Format host information updated +Info 4998 [13:09:28.444] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4999 [13:09:28.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 6.531128999777138ms +Info 5000 [13:09:28.451] Different program with same set of files +Info 5001 [13:09:28.451] getCompletionData: Get current token: 0.0040799998678267 +Info 5002 [13:09:28.451] getCompletionData: Is inside comment: 0.013414000160992146 +Info 5003 [13:09:28.451] getCompletionData: Get previous token: 0.017885999754071236 +Info 5004 [13:09:28.451] getCompletionsAtPosition: isCompletionListBlocker: 0.002971000038087368 +Info 5005 [13:09:28.451] getExportInfoMap: cache hit +Info 5006 [13:09:28.454] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5007 [13:09:28.454] collectAutoImports: response is complete +Info 5008 [13:09:28.454] collectAutoImports: 2.077363000251353 +Info 5009 [13:09:28.454] getCompletionData: Semantic work: 2.593222999945283 +Info 5010 [13:09:28.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.169870000332594 +Info 5011 [13:09:28.457] Format host information updated +Info 5012 [13:09:28.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5013 [13:09:28.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 9.904879000037909ms +Info 5014 [13:09:28.809] Different program with same set of files +Info 5015 [13:09:28.809] getCompletionData: Get current token: 0.003283000085502863 +Info 5016 [13:09:28.809] getCompletionData: Is inside comment: 0.010419999714940786 +Info 5017 [13:09:28.809] getCompletionData: Get previous token: 0.015046000014990568 +Info 5018 [13:09:28.809] getCompletionsAtPosition: isCompletionListBlocker: 0.0021460000425577164 +Info 5019 [13:09:28.810] getExportInfoMap: cache hit +Info 5020 [13:09:28.812] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 5021 [13:09:28.812] collectAutoImports: response is complete +Info 5022 [13:09:28.812] collectAutoImports: 2.2504679998382926 +Info 5023 [13:09:28.812] getCompletionData: Semantic work: 2.7345900000073016 +Info 5024 [13:09:28.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6256820000708103 +Info 5025 [13:09:28.815] Format host information updated +Info 5026 [13:09:29.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5027 [13:09:29.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 7.255966999568045ms +Info 5028 [13:09:29.035] Different program with same set of files +Info 5029 [13:09:29.035] getCompletionData: Get current token: 0.0030730003491044044 +Info 5030 [13:09:29.035] getCompletionData: Is inside comment: 0.01039800001308322 +Info 5031 [13:09:29.036] getCompletionData: Get previous token: 0.013429000042378902 +Info 5032 [13:09:29.036] getCompletionsAtPosition: isCompletionListBlocker: 0.0023139999248087406 +Info 5033 [13:09:29.036] getExportInfoMap: cache hit +Info 5034 [13:09:29.037] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5035 [13:09:29.037] collectAutoImports: response is complete +Info 5036 [13:09:29.037] collectAutoImports: 1.5159209999255836 +Info 5037 [13:09:29.037] getCompletionData: Semantic work: 1.9347149999812245 +Info 5038 [13:09:29.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6653110003098845 +Info 5039 [13:09:29.042] Format host information updated +Info 5040 [13:09:30.065] Format host information updated +Info 5041 [13:09:30.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5042 [13:09:30.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 6.277948000002652ms +Info 5043 [13:09:30.072] Different program with same set of files +Info 5044 [13:09:30.595] getCompletionData: Get current token: 0.003486999776214361 +Info 5045 [13:09:30.595] getCompletionData: Is inside comment: 0.012518000323325396 +Info 5046 [13:09:30.595] getCompletionData: Get previous token: 0.017248000018298626 +Info 5047 [13:09:30.595] getCompletionsAtPosition: isCompletionListBlocker: 0.002347999718040228 +Info 5048 [13:09:30.596] getExportInfoMap: cache hit +Info 5049 [13:09:30.608] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5050 [13:09:30.608] collectAutoImports: response is complete +Info 5051 [13:09:30.608] collectAutoImports: 12.074372000060976 +Info 5052 [13:09:30.608] getCompletionData: Semantic work: 12.608519999776036 +Info 5053 [13:09:30.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.735127000138164 +Info 5054 [13:09:30.723] Format host information updated +Info 5055 [13:09:30.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5056 [13:09:30.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 6.24107400001958ms +Info 5057 [13:09:30.729] Different program with same set of files +Info 5058 [13:09:31.501] Format host information updated +Info 5059 [13:09:31.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5060 [13:09:31.507] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 6.341920000035316ms +Info 5061 [13:09:31.507] Different program with same set of files +Info 5062 [13:09:31.758] getCompletionData: Get current token: 0.007747999858111143 +Info 5063 [13:09:31.758] getCompletionData: Is inside comment: 0.029411000199615955 +Info 5064 [13:09:31.759] getCompletionData: Get previous token: 0.018320999573916197 +Info 5065 [13:09:31.759] getCompletionsAtPosition: isCompletionListBlocker: 0.01791900023818016 +Info 5066 [13:09:31.760] getExportInfoMap: cache hit +Info 5067 [13:09:31.791] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5068 [13:09:31.791] collectAutoImports: response is complete +Info 5069 [13:09:31.791] collectAutoImports: 31.524704999756068 +Info 5070 [13:09:31.791] getCompletionData: Semantic work: 32.656723000109196 +Info 5071 [13:09:31.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.454969999846071 +Info 5072 [13:09:31.912] Format host information updated +Info 5073 [13:09:31.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5074 [13:09:31.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 6.163209000136703ms +Info 5075 [13:09:31.918] Different program with same set of files +Info 5076 [13:09:32.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5077 [13:09:32.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 6.620525999926031ms +Info 5078 [13:09:32.040] Different program with same set of files +Info 5079 [13:09:32.040] getCompletionData: Get current token: 0.0033010002225637436 +Info 5080 [13:09:32.040] getCompletionData: Is inside comment: 0.012141000013798475 +Info 5081 [13:09:32.040] getCompletionData: Get previous token: 0.008403999730944633 +Info 5082 [13:09:32.040] getCompletionsAtPosition: isCompletionListBlocker: 0.008144999854266644 +Info 5083 [13:09:32.041] getExportInfoMap: cache hit +Info 5084 [13:09:32.056] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5085 [13:09:32.056] collectAutoImports: response is complete +Info 5086 [13:09:32.056] collectAutoImports: 14.752189999911934 +Info 5087 [13:09:32.056] getCompletionData: Semantic work: 15.244143000338227 +Info 5088 [13:09:32.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.813004999887198 +Info 5089 [13:09:32.069] Format host information updated +Info 5090 [13:09:32.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5091 [13:09:32.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 9.1971860001795ms +Info 5092 [13:09:32.225] Different program with same set of files +Info 5093 [13:09:32.225] getCompletionData: Get current token: 0.004015999846160412 +Info 5094 [13:09:32.225] getCompletionData: Is inside comment: 0.01432000007480383 +Info 5095 [13:09:32.225] getCompletionData: Get previous token: 0.010046999901533127 +Info 5096 [13:09:32.225] getCompletionsAtPosition: isCompletionListBlocker: 0.009579000063240528 +Info 5097 [13:09:32.226] getExportInfoMap: cache hit +Info 5098 [13:09:32.244] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5099 [13:09:32.244] collectAutoImports: response is complete +Info 5100 [13:09:32.244] collectAutoImports: 17.36950200004503 +Info 5101 [13:09:32.244] getCompletionData: Semantic work: 18.114971000235528 +Info 5102 [13:09:32.250] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.9476879998110235 +Info 5103 [13:09:32.255] Format host information updated +Info 5104 [13:09:32.276] Format host information updated +Info 5105 [13:09:32.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5106 [13:09:32.283] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 6.835992999840528ms +Info 5107 [13:09:32.283] Different program with same set of files +Info 5108 [13:09:32.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5109 [13:09:32.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 7.502954000141472ms +Info 5110 [13:09:32.713] Different program with same set of files +Info 5111 [13:09:32.713] getCompletionData: Get current token: 0.004002999980002642 +Info 5112 [13:09:32.713] getCompletionData: Is inside comment: 0.01358899986371398 +Info 5113 [13:09:32.713] getCompletionData: Get previous token: 0.009633000008761883 +Info 5114 [13:09:32.713] getCompletionsAtPosition: isCompletionListBlocker: 0.0038560000248253345 +Info 5115 [13:09:32.713] getExportInfoMap: cache hit +Info 5116 [13:09:32.728] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5117 [13:09:32.728] collectAutoImports: response is complete +Info 5118 [13:09:32.728] collectAutoImports: 14.921413999982178 +Info 5119 [13:09:32.728] getCompletionData: Semantic work: 15.503144999966025 +Info 5120 [13:09:32.734] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.451643999665976 +Info 5121 [13:09:32.739] Format host information updated +Info 5122 [13:09:32.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5123 [13:09:32.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 7.840303000062704ms +Info 5124 [13:09:32.781] Different program with same set of files +Info 5125 [13:09:32.781] getCompletionData: Get current token: 0.004244000185281038 +Info 5126 [13:09:32.781] getCompletionData: Is inside comment: 0.015093000140041113 +Info 5127 [13:09:32.781] getCompletionData: Get previous token: 0.010686000343412161 +Info 5128 [13:09:32.781] getCompletionsAtPosition: isCompletionListBlocker: 0.009070999920368195 +Info 5129 [13:09:32.781] getExportInfoMap: cache hit +Info 5130 [13:09:32.795] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5131 [13:09:32.795] collectAutoImports: response is complete +Info 5132 [13:09:32.795] collectAutoImports: 13.17552200006321 +Info 5133 [13:09:32.795] getCompletionData: Semantic work: 13.78561699995771 +Info 5134 [13:09:32.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.356980999931693 +Info 5135 [13:09:32.805] Format host information updated +Info 5136 [13:09:33.057] getCompletionData: Get current token: 0.004721999634057283 +Info 5137 [13:09:33.057] getCompletionData: Is inside comment: 0.018432999961078167 +Info 5138 [13:09:33.057] getCompletionData: Get previous token: 0.03144600009545684 +Info 5139 [13:09:33.057] getCompletionsAtPosition: isCompletionListBlocker: 0.003284000325948 +Info 5140 [13:09:33.057] Returning an empty list because completion was requested in an invalid position. +Info 5141 [13:09:33.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5142 [13:09:33.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 8.12606899999082ms +Info 5143 [13:09:33.303] Different program with same set of files +Info 5144 [13:09:33.303] getCompletionData: Get current token: 0.0035710004158318043 +Info 5145 [13:09:33.303] getCompletionData: Is inside comment: 0.012132000178098679 +Info 5146 [13:09:33.303] getCompletionData: Get previous token: 0.014888999983668327 +Info 5147 [13:09:33.303] getCompletionsAtPosition: isCompletionListBlocker: 0.003503999672830105 +Info 5148 [13:09:33.304] getExportInfoMap: cache hit +Info 5149 [13:09:33.306] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 5150 [13:09:33.306] collectAutoImports: response is complete +Info 5151 [13:09:33.306] collectAutoImports: 1.9511459995992482 +Info 5152 [13:09:33.306] getCompletionData: Semantic work: 2.4883759999647737 +Info 5153 [13:09:33.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6700019999407232 +Info 5154 [13:09:33.308] Format host information updated +Info 5155 [13:09:33.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5156 [13:09:33.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 8.527268999721855ms +Info 5157 [13:09:33.524] Different program with same set of files +Info 5158 [13:09:33.524] getCompletionData: Get current token: 0.003872999921441078 +Info 5159 [13:09:33.524] getCompletionData: Is inside comment: 0.03208999987691641 +Info 5160 [13:09:33.524] getCompletionData: Get previous token: 0.045624000020325184 +Info 5161 [13:09:33.524] getCompletionsAtPosition: isCompletionListBlocker: 0.0033579999580979347 +Info 5162 [13:09:33.525] getExportInfoMap: cache hit +Info 5163 [13:09:33.526] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5164 [13:09:33.526] collectAutoImports: response is complete +Info 5165 [13:09:33.526] collectAutoImports: 1.5090669998899102 +Info 5166 [13:09:33.526] getCompletionData: Semantic work: 2.0207320000045 +Info 5167 [13:09:33.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7007379997521639 +Info 5168 [13:09:33.529] Format host information updated +Info 5169 [13:09:33.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5170 [13:09:33.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 6.188629999756813ms +Info 5171 [13:09:33.788] Different program with same set of files +Info 5172 [13:09:33.788] getCompletionData: Get current token: 0.0036440002731978893 +Info 5173 [13:09:33.788] getCompletionData: Is inside comment: 0.012558000162243843 +Info 5174 [13:09:33.788] getCompletionData: Get previous token: 0.00903599988669157 +Info 5175 [13:09:33.788] getCompletionsAtPosition: isCompletionListBlocker: 0.0021569998934865 +Info 5176 [13:09:33.789] getExportInfoMap: cache hit +Info 5177 [13:09:33.800] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 5178 [13:09:33.800] collectAutoImports: response is complete +Info 5179 [13:09:33.800] collectAutoImports: 11.8531230003573 +Info 5180 [13:09:33.800] getCompletionData: Semantic work: 12.341700999997556 +Info 5181 [13:09:33.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.544503000099212 +Info 5182 [13:09:33.808] Format host information updated +Info 5183 [13:09:33.881] Format host information updated +Info 5184 [13:09:33.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5185 [13:09:33.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 6.6390749998390675ms +Info 5186 [13:09:33.887] Different program with same set of files +Info 5187 [13:09:34.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5188 [13:09:34.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 7.520657000131905ms +Info 5189 [13:09:34.494] Different program with same set of files +Info 5190 [13:09:34.494] getCompletionData: Get current token: 0.003321000374853611 +Info 5191 [13:09:34.494] getCompletionData: Is inside comment: 0.01437600003555417 +Info 5192 [13:09:34.495] getCompletionData: Get previous token: 0.057679000310599804 +Info 5193 [13:09:34.495] getCompletionsAtPosition: isCompletionListBlocker: 0.0026740003377199173 +Info 5194 [13:09:34.495] getExportInfoMap: cache hit +Info 5195 [13:09:34.499] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 84 from cache +Info 5196 [13:09:34.499] collectAutoImports: response is complete +Info 5197 [13:09:34.499] collectAutoImports: 3.6283009997569025 +Info 5198 [13:09:34.499] getCompletionData: Semantic work: 4.280048000160605 +Info 5199 [13:09:34.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.007484999950975 +Info 5200 [13:09:34.502] Format host information updated +Info 5201 [13:09:34.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5202 [13:09:34.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 9.366098999977112ms +Info 5203 [13:09:34.609] Different program with same set of files +Info 5204 [13:09:34.609] getCompletionData: Get current token: 0.0038319998420774937 +Info 5205 [13:09:34.609] getCompletionData: Is inside comment: 0.0107829999178648 +Info 5206 [13:09:34.609] getCompletionData: Get previous token: 0.014144999906420708 +Info 5207 [13:09:34.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0028339996933937073 +Info 5208 [13:09:34.609] getExportInfoMap: cache hit +Info 5209 [13:09:34.613] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 83 from cache +Info 5210 [13:09:34.613] collectAutoImports: response is complete +Info 5211 [13:09:34.613] collectAutoImports: 3.437961000017822 +Info 5212 [13:09:34.613] getCompletionData: Semantic work: 3.9581879996694624 +Info 5213 [13:09:34.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.969984999857843 +Info 5214 [13:09:34.616] Format host information updated +Info 5215 [13:09:34.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5216 [13:09:34.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 6.490511999931186ms +Info 5217 [13:09:34.717] Different program with same set of files +Info 5218 [13:09:34.717] getCompletionData: Get current token: 0.0039059999398887157 +Info 5219 [13:09:34.717] getCompletionData: Is inside comment: 0.012875000014901161 +Info 5220 [13:09:34.718] getCompletionData: Get previous token: 0.016774999909102917 +Info 5221 [13:09:34.718] getCompletionsAtPosition: isCompletionListBlocker: 0.0029380000196397305 +Info 5222 [13:09:34.718] getExportInfoMap: cache hit +Info 5223 [13:09:34.720] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 5224 [13:09:34.720] collectAutoImports: response is complete +Info 5225 [13:09:34.720] collectAutoImports: 2.1250539999455214 +Info 5226 [13:09:34.720] getCompletionData: Semantic work: 2.676105999853462 +Info 5227 [13:09:34.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.921432999894023 +Info 5228 [13:09:34.725] Format host information updated +Info 5229 [13:09:34.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5230 [13:09:34.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 6.380747999995947ms +Info 5231 [13:09:34.873] Different program with same set of files +Info 5232 [13:09:34.874] getCompletionData: Get current token: 0.0035729999653995037 +Info 5233 [13:09:34.874] getCompletionData: Is inside comment: 0.00990599999204278 +Info 5234 [13:09:34.874] getCompletionData: Get previous token: 0.012872999999672174 +Info 5235 [13:09:34.874] getCompletionsAtPosition: isCompletionListBlocker: 0.0025869999080896378 +Info 5236 [13:09:34.874] getExportInfoMap: cache hit +Info 5237 [13:09:34.876] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 5238 [13:09:34.876] collectAutoImports: response is complete +Info 5239 [13:09:34.876] collectAutoImports: 1.9561890000477433 +Info 5240 [13:09:34.876] getCompletionData: Semantic work: 2.4330540001392365 +Info 5241 [13:09:34.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7794099999591708 +Info 5242 [13:09:34.879] Format host information updated +Info 5243 [13:09:34.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5244 [13:09:34.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 16.11878400016576ms +Info 5245 [13:09:34.950] Different program with same set of files +Info 5246 [13:09:34.951] getCompletionData: Get current token: 0.01157000008970499 +Info 5247 [13:09:34.951] getCompletionData: Is inside comment: 0.04215099988505244 +Info 5248 [13:09:34.951] getCompletionData: Get previous token: 0.04334699967876077 +Info 5249 [13:09:34.951] getCompletionsAtPosition: isCompletionListBlocker: 0.005654999986290932 +Info 5250 [13:09:34.952] getExportInfoMap: cache hit +Info 5251 [13:09:34.958] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 5252 [13:09:34.958] collectAutoImports: response is complete +Info 5253 [13:09:34.958] collectAutoImports: 5.627777000423521 +Info 5254 [13:09:34.958] getCompletionData: Semantic work: 6.918672000057995 +Info 5255 [13:09:34.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.517722999677062 +Info 5256 [13:09:34.967] Format host information updated +Info 5257 [13:09:35.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5258 [13:09:35.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 23.875110000371933ms +Info 5259 [13:09:35.041] Different program with same set of files +Info 5260 [13:09:35.041] getCompletionData: Get current token: 0.01694300025701523 +Info 5261 [13:09:35.041] getCompletionData: Is inside comment: 0.05102899996563792 +Info 5262 [13:09:35.041] getCompletionData: Get previous token: 0.0639550001360476 +Info 5263 [13:09:35.042] getCompletionsAtPosition: isCompletionListBlocker: 0.007916999980807304 +Info 5264 [13:09:35.043] getExportInfoMap: cache hit +Info 5265 [13:09:35.050] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 5266 [13:09:35.050] collectAutoImports: response is complete +Info 5267 [13:09:35.050] collectAutoImports: 6.497545000165701 +Info 5268 [13:09:35.050] getCompletionData: Semantic work: 8.40698800003156 +Info 5269 [13:09:35.054] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.208759000059217 +Info 5270 [13:09:35.056] Format host information updated +Info 5271 [13:09:37.431] Format host information updated +Info 5272 [13:09:37.431] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5273 [13:09:37.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 8.427316999994218ms +Info 5274 [13:09:37.440] Different program with same set of files +Info 5275 [13:09:37.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5276 [13:09:37.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 6.46015499997884ms +Info 5277 [13:09:37.672] Different program with same set of files +Info 5278 [13:09:37.672] getCompletionData: Get current token: 0.0035290000960230827 +Info 5279 [13:09:37.672] getCompletionData: Is inside comment: 0.009819999802857637 +Info 5280 [13:09:37.672] getCompletionData: Get previous token: 0.01278700027614832 +Info 5281 [13:09:37.672] getCompletionsAtPosition: isCompletionListBlocker: 0.0027439999394118786 +Info 5282 [13:09:37.673] getExportInfoMap: cache hit +Info 5283 [13:09:37.675] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 73 from cache +Info 5284 [13:09:37.675] collectAutoImports: response is complete +Info 5285 [13:09:37.675] collectAutoImports: 2.432029000017792 +Info 5286 [13:09:37.675] getCompletionData: Semantic work: 2.874454000033438 +Info 5287 [13:09:37.677] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7462700000032783 +Info 5288 [13:09:37.678] Format host information updated +Info 5289 [13:09:37.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5290 [13:09:37.803] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 6.868339000269771ms +Info 5291 [13:09:37.803] Different program with same set of files +Info 5292 [13:09:37.803] getCompletionData: Get current token: 0.004202000331133604 +Info 5293 [13:09:37.803] getCompletionData: Is inside comment: 0.012490000110119581 +Info 5294 [13:09:37.803] getCompletionData: Get previous token: 0.015365999657660723 +Info 5295 [13:09:37.803] getCompletionsAtPosition: isCompletionListBlocker: 0.0029319999739527702 +Info 5296 [13:09:37.804] getExportInfoMap: cache hit +Info 5297 [13:09:37.806] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 25 from cache +Info 5298 [13:09:37.806] collectAutoImports: response is complete +Info 5299 [13:09:37.806] collectAutoImports: 2.3695669998414814 +Info 5300 [13:09:37.806] getCompletionData: Semantic work: 2.8609199998900294 +Info 5301 [13:09:37.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9760720003396273 +Info 5302 [13:09:37.809] Format host information updated +Info 5303 [13:09:37.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5304 [13:09:37.951] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 6.442228999920189ms +Info 5305 [13:09:37.951] Different program with same set of files +Info 5306 [13:09:37.951] getCompletionData: Get current token: 0.004062999971210957 +Info 5307 [13:09:37.951] getCompletionData: Is inside comment: 0.012054000049829483 +Info 5308 [13:09:37.951] getCompletionData: Get previous token: 0.01539899967610836 +Info 5309 [13:09:37.951] getCompletionsAtPosition: isCompletionListBlocker: 0.0025369999930262566 +Info 5310 [13:09:37.952] getExportInfoMap: cache hit +Info 5311 [13:09:37.956] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 19 from cache +Info 5312 [13:09:37.956] collectAutoImports: response is complete +Info 5313 [13:09:37.956] collectAutoImports: 4.3192640002816916 +Info 5314 [13:09:37.956] getCompletionData: Semantic work: 4.803246000315994 +Info 5315 [13:09:37.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9995329999364913 +Info 5316 [13:09:37.959] Format host information updated +Info 5317 [13:09:38.054] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5318 [13:09:38.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 23.344189999625087ms +Info 5319 [13:09:38.078] Different program with same set of files +Info 5320 [13:09:38.078] getCompletionData: Get current token: 0.01309699984267354 +Info 5321 [13:09:38.078] getCompletionData: Is inside comment: 0.036316999699920416 +Info 5322 [13:09:38.078] getCompletionData: Get previous token: 0.0443619997240603 +Info 5323 [13:09:38.078] getCompletionsAtPosition: isCompletionListBlocker: 0.005894999951124191 +Info 5324 [13:09:38.079] getExportInfoMap: cache hit +Info 5325 [13:09:38.084] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 5326 [13:09:38.084] collectAutoImports: response is complete +Info 5327 [13:09:38.084] collectAutoImports: 4.930136000271887 +Info 5328 [13:09:38.084] getCompletionData: Semantic work: 6.155795000027865 +Info 5329 [13:09:38.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6993170003406703 +Info 5330 [13:09:38.090] Format host information updated +Info 5331 [13:09:38.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5332 [13:09:38.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 28.703077000100166ms +Info 5333 [13:09:38.276] Different program with same set of files +Info 5334 [13:09:38.277] getCompletionData: Get current token: 0.009055000264197588 +Info 5335 [13:09:38.277] getCompletionData: Is inside comment: 0.02644400019198656 +Info 5336 [13:09:38.277] getCompletionData: Get previous token: 0.03331899968907237 +Info 5337 [13:09:38.277] getCompletionsAtPosition: isCompletionListBlocker: 0.004592000041157007 +Info 5338 [13:09:38.278] getExportInfoMap: cache hit +Info 5339 [13:09:38.282] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 5340 [13:09:38.282] collectAutoImports: response is complete +Info 5341 [13:09:38.282] collectAutoImports: 4.229516000021249 +Info 5342 [13:09:38.282] getCompletionData: Semantic work: 5.216281999833882 +Info 5343 [13:09:38.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.264833000022918 +Info 5344 [13:09:38.287] Format host information updated +Info 5345 [13:09:38.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5346 [13:09:38.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 8.865732999984175ms +Info 5347 [13:09:38.336] Different program with same set of files +Info 5348 [13:09:38.336] getCompletionData: Get current token: 0.006753000430762768 +Info 5349 [13:09:38.336] getCompletionData: Is inside comment: 0.019890000112354755 +Info 5350 [13:09:38.336] getCompletionData: Get previous token: 0.02581300027668476 +Info 5351 [13:09:38.336] getCompletionsAtPosition: isCompletionListBlocker: 0.00319099985063076 +Info 5352 [13:09:38.337] getExportInfoMap: cache hit +Info 5353 [13:09:38.340] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 5354 [13:09:38.340] collectAutoImports: response is complete +Info 5355 [13:09:38.340] collectAutoImports: 2.684694000054151 +Info 5356 [13:09:38.340] getCompletionData: Semantic work: 3.339521000161767 +Info 5357 [13:09:38.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7473860001191497 +Info 5358 [13:09:38.345] Format host information updated +Info 5359 [13:09:38.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5360 [13:09:38.454] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 6.472895999904722ms +Info 5361 [13:09:38.454] Different program with same set of files +Info 5362 [13:09:38.454] getCompletionData: Get current token: 0.004545999690890312 +Info 5363 [13:09:38.454] getCompletionData: Is inside comment: 0.012430999893695116 +Info 5364 [13:09:38.454] getCompletionData: Get previous token: 0.01600800035521388 +Info 5365 [13:09:38.454] getCompletionsAtPosition: isCompletionListBlocker: 0.0031079999171197414 +Info 5366 [13:09:38.455] getExportInfoMap: cache hit +Info 5367 [13:09:38.456] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5368 [13:09:38.456] collectAutoImports: response is complete +Info 5369 [13:09:38.456] collectAutoImports: 1.8594510001130402 +Info 5370 [13:09:38.456] getCompletionData: Semantic work: 2.3593150000087917 +Info 5371 [13:09:38.458] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8600469999946654 +Info 5372 [13:09:38.459] Format host information updated +Info 5373 [13:09:38.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5374 [13:09:38.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 6.347331999801099ms +Info 5375 [13:09:38.555] Different program with same set of files +Info 5376 [13:09:38.555] getCompletionData: Get current token: 0.0033590001985430717 +Info 5377 [13:09:38.555] getCompletionData: Is inside comment: 0.010305000003427267 +Info 5378 [13:09:38.555] getCompletionData: Get previous token: 0.013213000260293484 +Info 5379 [13:09:38.555] getCompletionsAtPosition: isCompletionListBlocker: 0.0022570001892745495 +Info 5380 [13:09:38.556] getExportInfoMap: cache hit +Info 5381 [13:09:38.557] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5382 [13:09:38.557] collectAutoImports: response is complete +Info 5383 [13:09:38.557] collectAutoImports: 1.5203439998440444 +Info 5384 [13:09:38.557] getCompletionData: Semantic work: 1.9308130000717938 +Info 5385 [13:09:38.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2409429997205734 +Info 5386 [13:09:38.561] Format host information updated +Info 5387 [13:09:38.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5388 [13:09:38.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 7.561653999611735ms +Info 5389 [13:09:38.706] Different program with same set of files +Info 5390 [13:09:38.706] getCompletionData: Get current token: 0.0038060001097619534 +Info 5391 [13:09:38.706] getCompletionData: Is inside comment: 0.011113999877125025 +Info 5392 [13:09:38.706] getCompletionData: Get previous token: 0.015165000222623348 +Info 5393 [13:09:38.706] getCompletionsAtPosition: isCompletionListBlocker: 0.0029349997639656067 +Info 5394 [13:09:38.706] getExportInfoMap: cache hit +Info 5395 [13:09:38.708] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5396 [13:09:38.708] collectAutoImports: response is complete +Info 5397 [13:09:38.708] collectAutoImports: 1.914446999784559 +Info 5398 [13:09:38.708] getCompletionData: Semantic work: 2.380759000312537 +Info 5399 [13:09:38.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8916269997134805 +Info 5400 [13:09:38.711] Format host information updated +Info 5401 [13:09:38.767] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5402 [13:09:38.776] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 8.103321000002325ms +Info 5403 [13:09:38.776] Different program with same set of files +Info 5404 [13:09:38.776] getCompletionData: Get current token: 0.0038259997963905334 +Info 5405 [13:09:38.776] getCompletionData: Is inside comment: 0.010678000282496214 +Info 5406 [13:09:38.776] getCompletionData: Get previous token: 0.014264000114053488 +Info 5407 [13:09:38.776] getCompletionsAtPosition: isCompletionListBlocker: 0.002846000250428915 +Info 5408 [13:09:38.776] getExportInfoMap: cache hit +Info 5409 [13:09:38.778] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5410 [13:09:38.778] collectAutoImports: response is complete +Info 5411 [13:09:38.778] collectAutoImports: 1.7545810001902282 +Info 5412 [13:09:38.778] getCompletionData: Semantic work: 2.2209179997444153 +Info 5413 [13:09:38.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7461639996618032 +Info 5414 [13:09:38.781] Format host information updated +Info 5415 [13:09:38.909] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5416 [13:09:38.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 6.425743999890983ms +Info 5417 [13:09:38.916] Different program with same set of files +Info 5418 [13:09:38.916] getCompletionData: Get current token: 0.003976999782025814 +Info 5419 [13:09:38.916] getCompletionData: Is inside comment: 0.012101999949663877 +Info 5420 [13:09:38.916] getCompletionData: Get previous token: 0.014673999976366758 +Info 5421 [13:09:38.916] getCompletionsAtPosition: isCompletionListBlocker: 0.002742000389844179 +Info 5422 [13:09:38.917] getExportInfoMap: cache hit +Info 5423 [13:09:38.918] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5424 [13:09:38.918] collectAutoImports: response is complete +Info 5425 [13:09:38.918] collectAutoImports: 1.659493999555707 +Info 5426 [13:09:38.918] getCompletionData: Semantic work: 2.111413999926299 +Info 5427 [13:09:38.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5304229999892414 +Info 5428 [13:09:38.921] Format host information updated +Info 5429 [13:09:39.085] Format host information updated +Info 5430 [13:09:39.087] getExportInfoMap: cache hit +Info 5431 [13:09:39.800] Format host information updated +Info 5432 [13:09:39.801] getExportInfoMap: cache hit +Info 5433 [13:09:39.863] Format host information updated +Info 5434 [13:09:39.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5435 [13:09:39.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 443 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.301748000085354ms +Info 5436 [13:09:39.874] Different program with same set of files +Info 5437 [13:09:40.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5438 [13:09:40.253] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 8.177489999681711ms +Info 5439 [13:09:40.253] Different program with same set of files +Info 5440 [13:09:40.253] getCompletionData: Get current token: 0.003847000189125538 +Info 5441 [13:09:40.253] getCompletionData: Is inside comment: 0.012984000146389008 +Info 5442 [13:09:40.253] getCompletionData: Get previous token: 0.016921999864280224 +Info 5443 [13:09:40.253] getCompletionsAtPosition: isCompletionListBlocker: 0.0028249998576939106 +Info 5444 [13:09:40.253] getExportInfoMap: cache hit +Info 5445 [13:09:40.256] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 5446 [13:09:40.256] collectAutoImports: response is complete +Info 5447 [13:09:40.256] collectAutoImports: 2.0305119999684393 +Info 5448 [13:09:40.256] getCompletionData: Semantic work: 2.604179000016302 +Info 5449 [13:09:40.258] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0481309997849166 +Info 5450 [13:09:40.259] Format host information updated +Info 5451 [13:09:40.986] getCompletionData: Get current token: 0.0029949997551739216 +Info 5452 [13:09:40.986] getCompletionData: Is inside comment: 0.009267999790608883 +Info 5453 [13:09:40.986] getCompletionData: Get previous token: 0.006515999790281057 +Info 5454 [13:09:40.986] getCompletionsAtPosition: isCompletionListBlocker: 0.00925099989399314 +Info 5455 [13:09:40.986] getExportInfoMap: cache hit +Info 5456 [13:09:41.000] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 5457 [13:09:41.000] collectAutoImports: response is complete +Info 5458 [13:09:41.000] collectAutoImports: 13.368654999881983 +Info 5459 [13:09:41.000] getCompletionData: Semantic work: 13.908480999991298 +Info 5460 [13:09:41.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.487523999996483 +Info 5461 [13:09:41.107] Format host information updated +Info 5462 [13:09:41.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5463 [13:09:41.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 6.365358000155538ms +Info 5464 [13:09:41.113] Different program with same set of files +Info 5465 [13:09:41.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5466 [13:09:41.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 6.337929999921471ms +Info 5467 [13:09:41.270] Different program with same set of files +Info 5468 [13:09:41.270] getCompletionData: Get current token: 0.003328000195324421 +Info 5469 [13:09:41.270] getCompletionData: Is inside comment: 0.009926999919116497 +Info 5470 [13:09:41.270] getCompletionData: Get previous token: 0.006260000169277191 +Info 5471 [13:09:41.270] getCompletionsAtPosition: isCompletionListBlocker: 0.00796900037676096 +Info 5472 [13:09:41.270] getExportInfoMap: cache hit +Info 5473 [13:09:41.284] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 5474 [13:09:41.284] collectAutoImports: response is complete +Info 5475 [13:09:41.284] collectAutoImports: 13.123789999634027 +Info 5476 [13:09:41.284] getCompletionData: Semantic work: 13.579465999733657 +Info 5477 [13:09:41.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2874850002117455 +Info 5478 [13:09:41.292] Format host information updated +Info 5479 [13:09:41.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5480 [13:09:41.430] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 6.405480000190437ms +Info 5481 [13:09:41.430] Different program with same set of files +Info 5482 [13:09:41.430] getCompletionData: Get current token: 0.0036410000175237656 +Info 5483 [13:09:41.430] getCompletionData: Is inside comment: 0.011963000055402517 +Info 5484 [13:09:41.430] getCompletionData: Get previous token: 0.03055599983781576 +Info 5485 [13:09:41.431] getCompletionsAtPosition: isCompletionListBlocker: 0.007780999876558781 +Info 5486 [13:09:41.431] getExportInfoMap: cache hit +Info 5487 [13:09:41.444] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 5488 [13:09:41.444] collectAutoImports: response is complete +Info 5489 [13:09:41.444] collectAutoImports: 12.523845999967307 +Info 5490 [13:09:41.444] getCompletionData: Semantic work: 13.03100399998948 +Info 5491 [13:09:41.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.213692000135779 +Info 5492 [13:09:41.454] Format host information updated +Info 5493 [13:09:41.548] Format host information updated +Info 5494 [13:09:41.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5495 [13:09:41.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 6.4508790001273155ms +Info 5496 [13:09:41.554] Different program with same set of files +Info 5497 [13:09:42.841] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5498 [13:09:42.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 6.602845000103116ms +Info 5499 [13:09:42.848] Different program with same set of files +Info 5500 [13:09:42.848] getCompletionData: Get current token: 0.003036999609321356 +Info 5501 [13:09:42.848] getCompletionData: Is inside comment: 0.00963500002399087 +Info 5502 [13:09:42.848] getCompletionData: Get previous token: 0.011156000196933746 +Info 5503 [13:09:42.848] getCompletionsAtPosition: isCompletionListBlocker: 0.008224999997764826 +Info 5504 [13:09:42.848] getExportInfoMap: cache hit +Info 5505 [13:09:42.855] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 247 from cache +Info 5506 [13:09:42.855] collectAutoImports: response is complete +Info 5507 [13:09:42.855] collectAutoImports: 6.772402000147849 +Info 5508 [13:09:42.855] getCompletionData: Semantic work: 7.311650000046939 +Info 5509 [13:09:42.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1440280000679195 +Info 5510 [13:09:42.860] Format host information updated +Info 5511 [13:09:42.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5512 [13:09:42.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 12.16900600027293ms +Info 5513 [13:09:42.929] Different program with same set of files +Info 5514 [13:09:42.929] getCompletionData: Get current token: 0.007583000231534243 +Info 5515 [13:09:42.929] getCompletionData: Is inside comment: 0.024645000230520964 +Info 5516 [13:09:42.929] getCompletionData: Get previous token: 0.027966000139713287 +Info 5517 [13:09:42.929] getCompletionsAtPosition: isCompletionListBlocker: 0.013648000080138445 +Info 5518 [13:09:42.930] getExportInfoMap: cache hit +Info 5519 [13:09:42.939] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 192 from cache +Info 5520 [13:09:42.939] collectAutoImports: response is complete +Info 5521 [13:09:42.939] collectAutoImports: 8.66173299960792 +Info 5522 [13:09:42.939] getCompletionData: Semantic work: 9.68751100031659 +Info 5523 [13:09:42.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.121010999660939 +Info 5524 [13:09:42.949] Format host information updated +Info 5525 [13:09:42.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5526 [13:09:43.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 11.12222500005737ms +Info 5527 [13:09:43.004] Different program with same set of files +Info 5528 [13:09:43.004] getCompletionData: Get current token: 0.007207000162452459 +Info 5529 [13:09:43.004] getCompletionData: Is inside comment: 0.020607999991625547 +Info 5530 [13:09:43.004] getCompletionData: Get previous token: 0.024334999732673168 +Info 5531 [13:09:43.004] getCompletionsAtPosition: isCompletionListBlocker: 0.014435000251978636 +Info 5532 [13:09:43.005] getExportInfoMap: cache hit +Info 5533 [13:09:43.011] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 122 from cache +Info 5534 [13:09:43.011] collectAutoImports: response is complete +Info 5535 [13:09:43.011] collectAutoImports: 6.211608999874443 +Info 5536 [13:09:43.011] getCompletionData: Semantic work: 7.095577000174671 +Info 5537 [13:09:43.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.063213999848813 +Info 5538 [13:09:43.017] Format host information updated +Info 5539 [13:09:43.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5540 [13:09:43.213] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 7.76446900004521ms +Info 5541 [13:09:43.213] Different program with same set of files +Info 5542 [13:09:43.213] getCompletionData: Get current token: 0.0031519997864961624 +Info 5543 [13:09:43.213] getCompletionData: Is inside comment: 0.009307000320404768 +Info 5544 [13:09:43.213] getCompletionData: Get previous token: 0.011342999991029501 +Info 5545 [13:09:43.213] getCompletionsAtPosition: isCompletionListBlocker: 0.0073369997553527355 +Info 5546 [13:09:43.214] getExportInfoMap: cache hit +Info 5547 [13:09:43.216] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 35 from cache +Info 5548 [13:09:43.216] collectAutoImports: response is complete +Info 5549 [13:09:43.216] collectAutoImports: 2.432458999566734 +Info 5550 [13:09:43.216] getCompletionData: Semantic work: 2.921517000067979 +Info 5551 [13:09:43.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8751420001499355 +Info 5552 [13:09:43.219] Format host information updated +Info 5553 [13:09:43.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5554 [13:09:43.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 6.275017000269145ms +Info 5555 [13:09:43.355] Different program with same set of files +Info 5556 [13:09:43.355] getCompletionData: Get current token: 0.0037529999390244484 +Info 5557 [13:09:43.355] getCompletionData: Is inside comment: 0.010445000138133764 +Info 5558 [13:09:43.355] getCompletionData: Get previous token: 0.01230299985036254 +Info 5559 [13:09:43.355] getCompletionsAtPosition: isCompletionListBlocker: 0.008289000019431114 +Info 5560 [13:09:43.355] getExportInfoMap: cache hit +Info 5561 [13:09:43.357] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5562 [13:09:43.357] collectAutoImports: response is complete +Info 5563 [13:09:43.357] collectAutoImports: 2.062843999825418 +Info 5564 [13:09:43.357] getCompletionData: Semantic work: 2.5442530000582337 +Info 5565 [13:09:43.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7858559996820986 +Info 5566 [13:09:43.362] Format host information updated +Info 5567 [13:09:43.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5568 [13:09:43.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 6.666250999551266ms +Info 5569 [13:09:43.516] Different program with same set of files +Info 5570 [13:09:43.516] getCompletionData: Get current token: 0.0039980001747608185 +Info 5571 [13:09:43.516] getCompletionData: Is inside comment: 0.01209399988874793 +Info 5572 [13:09:43.516] getCompletionData: Get previous token: 0.008200000040233135 +Info 5573 [13:09:43.516] getCompletionsAtPosition: isCompletionListBlocker: 0.0029889997094869614 +Info 5574 [13:09:43.516] getExportInfoMap: cache hit +Info 5575 [13:09:43.532] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 5576 [13:09:43.532] collectAutoImports: response is complete +Info 5577 [13:09:43.532] collectAutoImports: 15.148502999916673 +Info 5578 [13:09:43.532] getCompletionData: Semantic work: 15.678931999951601 +Info 5579 [13:09:43.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.36725000012666 +Info 5580 [13:09:43.541] Format host information updated +Info 5581 [13:09:43.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5582 [13:09:43.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 6.6559460000135005ms +Info 5583 [13:09:43.675] Different program with same set of files +Info 5584 [13:09:43.675] getCompletionData: Get current token: 0.00394199974834919 +Info 5585 [13:09:43.675] getCompletionData: Is inside comment: 0.01140700001269579 +Info 5586 [13:09:43.675] getCompletionData: Get previous token: 0.01368200033903122 +Info 5587 [13:09:43.675] getCompletionsAtPosition: isCompletionListBlocker: 0.003333000000566244 +Info 5588 [13:09:43.675] getExportInfoMap: cache hit +Info 5589 [13:09:43.678] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 13 from cache +Info 5590 [13:09:43.678] collectAutoImports: response is complete +Info 5591 [13:09:43.678] collectAutoImports: 2.2205379996448755 +Info 5592 [13:09:43.678] getCompletionData: Semantic work: 2.7653430001810193 +Info 5593 [13:09:43.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9597300002351403 +Info 5594 [13:09:43.681] Format host information updated +Info 5595 [13:09:43.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5596 [13:09:43.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 9.077802000101656ms +Info 5597 [13:09:43.805] Different program with same set of files +Info 5598 [13:09:43.805] getCompletionData: Get current token: 0.0029279999434947968 +Info 5599 [13:09:43.805] getCompletionData: Is inside comment: 0.008951999712735415 +Info 5600 [13:09:43.805] getCompletionData: Get previous token: 0.011206000111997128 +Info 5601 [13:09:43.805] getCompletionsAtPosition: isCompletionListBlocker: 0.0026699998416006565 +Info 5602 [13:09:43.805] getExportInfoMap: cache hit +Info 5603 [13:09:43.807] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 5604 [13:09:43.807] collectAutoImports: response is complete +Info 5605 [13:09:43.807] collectAutoImports: 1.9280070001259446 +Info 5606 [13:09:43.807] getCompletionData: Semantic work: 2.3853639997541904 +Info 5607 [13:09:43.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1387930000200868 +Info 5608 [13:09:43.810] Format host information updated +Info 5609 [13:09:43.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5610 [13:09:43.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 6.4433720000088215ms +Info 5611 [13:09:43.905] Different program with same set of files +Info 5612 [13:09:43.906] getCompletionData: Get current token: 0.0035729999653995037 +Info 5613 [13:09:43.906] getCompletionData: Is inside comment: 0.011550999712198973 +Info 5614 [13:09:43.906] getCompletionData: Get previous token: 0.014290000312030315 +Info 5615 [13:09:43.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0030050002969801426 +Info 5616 [13:09:43.906] getExportInfoMap: cache hit +Info 5617 [13:09:43.922] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 5618 [13:09:43.922] collectAutoImports: response is complete +Info 5619 [13:09:43.922] collectAutoImports: 15.34643999999389 +Info 5620 [13:09:43.922] getCompletionData: Semantic work: 15.871095999609679 +Info 5621 [13:09:43.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4731959998607635 +Info 5622 [13:09:43.933] Format host information updated +Info 5623 [13:09:44.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5624 [13:09:44.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 18.958078000228852ms +Info 5625 [13:09:44.150] Different program with same set of files +Info 5626 [13:09:44.150] getCompletionData: Get current token: 0.006786999758332968 +Info 5627 [13:09:44.150] getCompletionData: Is inside comment: 0.023653000127524137 +Info 5628 [13:09:44.150] getCompletionData: Get previous token: 0.015300999861210585 +Info 5629 [13:09:44.150] getCompletionsAtPosition: isCompletionListBlocker: 0.022764000110328197 +Info 5630 [13:09:44.151] getExportInfoMap: cache hit +Info 5631 [13:09:44.172] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 5632 [13:09:44.172] collectAutoImports: response is complete +Info 5633 [13:09:44.172] collectAutoImports: 20.39400800038129 +Info 5634 [13:09:44.172] getCompletionData: Semantic work: 21.41071300022304 +Info 5635 [13:09:44.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.110268999822438 +Info 5636 [13:09:44.183] Format host information updated +Info 5637 [13:09:56.816] Format host information updated +Info 5638 [13:09:56.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5639 [13:09:56.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 36.59375400003046ms +Info 5640 [13:09:56.854] Different program with same set of files +Info 5641 [13:09:57.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5642 [13:09:57.070] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 21.161760000046343ms +Info 5643 [13:09:57.070] Different program with same set of files +Info 5644 [13:09:57.071] getCompletionData: Get current token: 0.004172000102698803 +Info 5645 [13:09:57.071] getCompletionData: Is inside comment: 0.01667299959808588 +Info 5646 [13:09:57.071] getCompletionData: Get previous token: 0.027143000159412622 +Info 5647 [13:09:57.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0030539999715983868 +Info 5648 [13:09:57.072] getExportInfoMap: cache hit +Info 5649 [13:09:57.082] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 297 from cache +Info 5650 [13:09:57.082] collectAutoImports: response is complete +Info 5651 [13:09:57.082] collectAutoImports: 9.775663000065833 +Info 5652 [13:09:57.082] getCompletionData: Semantic work: 10.859771999996156 +Info 5653 [13:09:57.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.601451000198722 +Info 5654 [13:09:57.087] Format host information updated +Info 5655 [13:09:57.103] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5656 [13:09:57.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 9.550946000032127ms +Info 5657 [13:09:57.113] Different program with same set of files +Info 5658 [13:09:57.113] getCompletionData: Get current token: 0.002905000001192093 +Info 5659 [13:09:57.113] getCompletionData: Is inside comment: 0.011001000180840492 +Info 5660 [13:09:57.113] getCompletionData: Get previous token: 0.016429999843239784 +Info 5661 [13:09:57.113] getCompletionsAtPosition: isCompletionListBlocker: 0.002293999772518873 +Info 5662 [13:09:57.114] getExportInfoMap: cache hit +Info 5663 [13:09:57.117] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 104 from cache +Info 5664 [13:09:57.117] collectAutoImports: response is complete +Info 5665 [13:09:57.117] collectAutoImports: 3.170109999831766 +Info 5666 [13:09:57.117] getCompletionData: Semantic work: 3.678087000269443 +Info 5667 [13:09:57.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.10523399990052 +Info 5668 [13:09:57.121] Format host information updated +Info 5669 [13:09:57.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5670 [13:09:57.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 7.75769399991259ms +Info 5671 [13:09:57.272] Different program with same set of files +Info 5672 [13:09:57.272] getCompletionData: Get current token: 0.004623999819159508 +Info 5673 [13:09:57.272] getCompletionData: Is inside comment: 0.012802999932318926 +Info 5674 [13:09:57.273] getCompletionData: Get previous token: 0.020066999830305576 +Info 5675 [13:09:57.273] getCompletionsAtPosition: isCompletionListBlocker: 0.0025300001725554466 +Info 5676 [13:09:57.273] getExportInfoMap: cache hit +Info 5677 [13:09:57.276] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 40 from cache +Info 5678 [13:09:57.276] collectAutoImports: response is complete +Info 5679 [13:09:57.276] collectAutoImports: 2.6755300001241267 +Info 5680 [13:09:57.276] getCompletionData: Semantic work: 3.2908470002003014 +Info 5681 [13:09:57.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9441509996540844 +Info 5682 [13:09:57.281] Format host information updated +Info 5683 [13:09:57.388] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5684 [13:09:57.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 30.192865000106394ms +Info 5685 [13:09:57.418] Different program with same set of files +Info 5686 [13:09:57.418] getCompletionData: Get current token: 0.008725000079721212 +Info 5687 [13:09:57.418] getCompletionData: Is inside comment: 0.03136100014671683 +Info 5688 [13:09:57.418] getCompletionData: Get previous token: 0.046353999990969896 +Info 5689 [13:09:57.419] getCompletionsAtPosition: isCompletionListBlocker: 0.004650999791920185 +Info 5690 [13:09:57.420] getExportInfoMap: cache hit +Info 5691 [13:09:57.426] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5692 [13:09:57.426] collectAutoImports: response is complete +Info 5693 [13:09:57.426] collectAutoImports: 6.515562999993563 +Info 5694 [13:09:57.426] getCompletionData: Semantic work: 7.800100999884307 +Info 5695 [13:09:57.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3915610001422465 +Info 5696 [13:09:57.431] Format host information updated +Info 5697 [13:09:57.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5698 [13:09:57.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 8.309727000072598ms +Info 5699 [13:09:57.924] Different program with same set of files +Info 5700 [13:09:57.924] getCompletionData: Get current token: 0.003271999768912792 +Info 5701 [13:09:57.924] getCompletionData: Is inside comment: 0.012254000175744295 +Info 5702 [13:09:57.924] getCompletionData: Get previous token: 0.01712699979543686 +Info 5703 [13:09:57.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0030880002304911613 +Info 5704 [13:09:57.925] getExportInfoMap: cache hit +Info 5705 [13:09:57.927] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 35 from cache +Info 5706 [13:09:57.927] collectAutoImports: response is complete +Info 5707 [13:09:57.927] collectAutoImports: 2.1502010002732277 +Info 5708 [13:09:57.927] getCompletionData: Semantic work: 2.7147929999046028 +Info 5709 [13:09:57.929] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0525819999165833 +Info 5710 [13:09:57.930] Format host information updated +Info 5711 [13:09:58.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5712 [13:09:58.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 8.696556000038981ms +Info 5713 [13:09:58.071] Different program with same set of files +Info 5714 [13:09:58.072] getCompletionData: Get current token: 0.0035110004246234894 +Info 5715 [13:09:58.072] getCompletionData: Is inside comment: 0.012179000303149223 +Info 5716 [13:09:58.072] getCompletionData: Get previous token: 0.016864999663084745 +Info 5717 [13:09:58.072] getCompletionsAtPosition: isCompletionListBlocker: 0.0024019996635615826 +Info 5718 [13:09:58.072] getExportInfoMap: cache hit +Info 5719 [13:09:58.075] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 40 from cache +Info 5720 [13:09:58.075] collectAutoImports: response is complete +Info 5721 [13:09:58.075] collectAutoImports: 2.384184000082314 +Info 5722 [13:09:58.075] getCompletionData: Semantic work: 2.94527899986133 +Info 5723 [13:09:58.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2060849997214973 +Info 5724 [13:09:58.078] Format host information updated +Info 5725 [13:09:58.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5726 [13:09:58.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 20.560111000202596ms +Info 5727 [13:09:58.171] Different program with same set of files +Info 5728 [13:09:58.171] getCompletionData: Get current token: 0.009862999897450209 +Info 5729 [13:09:58.171] getCompletionData: Is inside comment: 0.03453300008550286 +Info 5730 [13:09:58.172] getCompletionData: Get previous token: 0.05055200029164553 +Info 5731 [13:09:58.172] getCompletionsAtPosition: isCompletionListBlocker: 0.005369000136852264 +Info 5732 [13:09:58.173] getExportInfoMap: cache hit +Info 5733 [13:09:58.179] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 35 from cache +Info 5734 [13:09:58.179] collectAutoImports: response is complete +Info 5735 [13:09:58.179] collectAutoImports: 5.8933109999634326 +Info 5736 [13:09:58.179] getCompletionData: Semantic work: 7.343508999794722 +Info 5737 [13:09:58.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.650063999928534 +Info 5738 [13:09:58.187] Format host information updated +Info 5739 [13:09:58.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5740 [13:09:58.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 6.919069000054151ms +Info 5741 [13:09:58.404] Different program with same set of files +Info 5742 [13:09:58.404] getCompletionData: Get current token: 0.004621000029146671 +Info 5743 [13:09:58.404] getCompletionData: Is inside comment: 0.01167100016027689 +Info 5744 [13:09:58.404] getCompletionData: Get previous token: 0.03780899988487363 +Info 5745 [13:09:58.404] getCompletionsAtPosition: isCompletionListBlocker: 0.008981999941170216 +Info 5746 [13:09:58.405] getExportInfoMap: cache hit +Info 5747 [13:09:58.407] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5748 [13:09:58.407] collectAutoImports: response is complete +Info 5749 [13:09:58.407] collectAutoImports: 2.079124000389129 +Info 5750 [13:09:58.407] getCompletionData: Semantic work: 2.662419999949634 +Info 5751 [13:09:58.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4758960003964603 +Info 5752 [13:09:58.410] Format host information updated +Info 5753 [13:09:58.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5754 [13:09:58.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 10.275847000069916ms +Info 5755 [13:09:58.545] Different program with same set of files +Info 5756 [13:09:58.545] getCompletionData: Get current token: 0.004246999975293875 +Info 5757 [13:09:58.545] getCompletionData: Is inside comment: 0.01374599989503622 +Info 5758 [13:09:58.545] getCompletionData: Get previous token: 0.017186999786645174 +Info 5759 [13:09:58.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0027569998055696487 +Info 5760 [13:09:58.545] getExportInfoMap: cache hit +Info 5761 [13:09:58.547] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5762 [13:09:58.547] collectAutoImports: response is complete +Info 5763 [13:09:58.547] collectAutoImports: 1.9864409998990595 +Info 5764 [13:09:58.547] getCompletionData: Semantic work: 2.5882290001027286 +Info 5765 [13:09:58.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.022603999823332 +Info 5766 [13:09:58.550] Format host information updated +Info 5767 [13:09:58.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5768 [13:09:58.712] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 6.574418999720365ms +Info 5769 [13:09:58.713] Different program with same set of files +Info 5770 [13:09:58.713] getCompletionData: Get current token: 0.0032839998602867126 +Info 5771 [13:09:58.713] getCompletionData: Is inside comment: 0.009697000030428171 +Info 5772 [13:09:58.713] getCompletionData: Get previous token: 0.012580000329762697 +Info 5773 [13:09:58.713] getCompletionsAtPosition: isCompletionListBlocker: 0.0020629996433854103 +Info 5774 [13:09:58.713] getExportInfoMap: cache hit +Info 5775 [13:09:58.715] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 5776 [13:09:58.715] collectAutoImports: response is complete +Info 5777 [13:09:58.715] collectAutoImports: 1.62881000014022 +Info 5778 [13:09:58.715] getCompletionData: Semantic work: 2.0794959999620914 +Info 5779 [13:09:58.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5527340001426637 +Info 5780 [13:09:58.720] Format host information updated +Info 5781 [13:09:59.880] Format host information updated +Info 5782 [13:09:59.880] Format host information updated +Info 5783 [13:09:59.880] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5784 [13:09:59.888] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 7.4709149999544024ms +Info 5785 [13:09:59.888] Different program with same set of files +Info 5786 [13:09:59.888] getExportInfoMap: cache hit +Info 5787 [13:09:59.890] Format host information updated +Info 5788 [13:09:59.890] getExportInfoMap: cache hit +Info 5789 [13:10:00.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5790 [13:10:00.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 471 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.953652999829501ms +Info 5791 [13:10:00.242] Different program with same set of files +Info 5792 [13:10:00.243] getCompletionData: Get current token: 0.0038430001586675644 +Info 5793 [13:10:00.243] getCompletionData: Is inside comment: 0.013256000354886055 +Info 5794 [13:10:00.243] getCompletionData: Get previous token: 0.03218299988657236 +Info 5795 [13:10:00.243] getCompletionsAtPosition: isCompletionListBlocker: 0.014587999787181616 +Info 5796 [13:10:00.243] getCompletionData: Semantic work: 0.6118989996612072 +Info 5797 [13:10:00.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3034569998271763 +Info 5798 [13:10:00.246] Format host information updated +Info 5799 [13:10:02.858] Format host information updated +Info 5800 [13:10:02.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5801 [13:10:02.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 19.218882999848574ms +Info 5802 [13:10:02.877] Different program with same set of files +Info 5803 [13:10:03.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5804 [13:10:03.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 9.344303000252694ms +Info 5805 [13:10:03.337] Different program with same set of files +Info 5806 [13:10:03.337] getCompletionData: Get current token: 0.002888999879360199 +Info 5807 [13:10:03.337] getCompletionData: Is inside comment: 0.00890300003811717 +Info 5808 [13:10:03.337] getCompletionData: Get previous token: 0.011526999995112419 +Info 5809 [13:10:03.337] getCompletionsAtPosition: isCompletionListBlocker: 0.007290000095963478 +Info 5810 [13:10:03.338] getExportInfoMap: cache hit +Info 5811 [13:10:03.345] collectAutoImports: resolved 6 module specifiers, plus 24 ambient and 196 from cache +Info 5812 [13:10:03.345] collectAutoImports: response is complete +Info 5813 [13:10:03.345] collectAutoImports: 7.225451000034809 +Info 5814 [13:10:03.345] getCompletionData: Semantic work: 7.969806999899447 +Info 5815 [13:10:03.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6734139998443425 +Info 5816 [13:10:03.348] Format host information updated +Info 5817 [13:10:03.814] Format host information updated +Info 5818 [13:10:03.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5819 [13:10:03.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 7.4454020000994205ms +Info 5820 [13:10:03.821] Different program with same set of files +Info 5821 [13:10:03.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5822 [13:10:03.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 9.365957000292838ms +Info 5823 [13:10:03.952] Different program with same set of files +Info 5824 [13:10:03.952] getCompletionData: Get current token: 0.004245000425726175 +Info 5825 [13:10:03.952] getCompletionData: Is inside comment: 0.009542999789118767 +Info 5826 [13:10:03.952] getCompletionData: Get previous token: 0.007422999944537878 +Info 5827 [13:10:03.952] getCompletionsAtPosition: isCompletionListBlocker: 0.007023999933153391 +Info 5828 [13:10:03.953] getExportInfoMap: cache hit +Info 5829 [13:10:03.975] collectAutoImports: resolved 18 module specifiers, plus 219 ambient and 1181 from cache +Info 5830 [13:10:03.975] collectAutoImports: response is complete +Info 5831 [13:10:03.975] collectAutoImports: 22.071315999608487 +Info 5832 [13:10:03.975] getCompletionData: Semantic work: 22.569642000366002 +Info 5833 [13:10:03.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.294592999853194 +Info 5834 [13:10:03.984] Format host information updated +Info 5835 [13:10:04.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5836 [13:10:04.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 6.77465600008145ms +Info 5837 [13:10:04.152] Different program with same set of files +Info 5838 [13:10:04.152] getCompletionData: Get current token: 0.0035090004093945026 +Info 5839 [13:10:04.152] getCompletionData: Is inside comment: 0.01041000010445714 +Info 5840 [13:10:04.152] getCompletionData: Get previous token: 0.007683999836444855 +Info 5841 [13:10:04.152] getCompletionsAtPosition: isCompletionListBlocker: 0.007732999976724386 +Info 5842 [13:10:04.152] getExportInfoMap: cache hit +Info 5843 [13:10:04.166] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 5844 [13:10:04.167] collectAutoImports: response is complete +Info 5845 [13:10:04.167] collectAutoImports: 14.15222999965772 +Info 5846 [13:10:04.167] getCompletionData: Semantic work: 14.707700999919325 +Info 5847 [13:10:04.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8911539996042848 +Info 5848 [13:10:04.174] Format host information updated +Info 5849 [13:10:04.226] Format host information updated +Info 5850 [13:10:04.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5851 [13:10:04.236] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 9.119899000041187ms +Info 5852 [13:10:04.236] Different program with same set of files +Info 5853 [13:10:04.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5854 [13:10:04.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 8.990635000169277ms +Info 5855 [13:10:04.479] Different program with same set of files +Info 5856 [13:10:04.480] getCompletionData: Get current token: 0.004271999932825565 +Info 5857 [13:10:04.480] getCompletionData: Is inside comment: 0.01565099973231554 +Info 5858 [13:10:04.480] getCompletionData: Get previous token: 0.021200000308454037 +Info 5859 [13:10:04.480] getCompletionsAtPosition: isCompletionListBlocker: 0.008306000381708145 +Info 5860 [13:10:04.480] getExportInfoMap: cache hit +Info 5861 [13:10:04.484] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 5862 [13:10:04.484] collectAutoImports: response is complete +Info 5863 [13:10:04.484] collectAutoImports: 3.6994579997844994 +Info 5864 [13:10:04.484] getCompletionData: Semantic work: 4.349288000259548 +Info 5865 [13:10:04.485] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2941020000725985 +Info 5866 [13:10:04.486] Format host information updated +Info 5867 [13:10:05.540] Format host information updated +Info 5868 [13:10:05.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5869 [13:10:05.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 8.5794350001961ms +Info 5870 [13:10:05.549] Different program with same set of files +Info 5871 [13:10:05.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5872 [13:10:05.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 7.21814400004223ms +Info 5873 [13:10:05.732] Different program with same set of files +Info 5874 [13:10:05.733] getCompletionData: Get current token: 0.002481000032275915 +Info 5875 [13:10:05.733] getCompletionData: Is inside comment: 0.00904199993237853 +Info 5876 [13:10:05.733] getCompletionData: Get previous token: 0.013939999975264072 +Info 5877 [13:10:05.733] getCompletionsAtPosition: isCompletionListBlocker: 0.008419000077992678 +Info 5878 [13:10:05.733] getExportInfoMap: cache hit +Info 5879 [13:10:05.738] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 5880 [13:10:05.738] collectAutoImports: response is complete +Info 5881 [13:10:05.738] collectAutoImports: 4.340005999896675 +Info 5882 [13:10:05.738] getCompletionData: Semantic work: 4.96186099993065 +Info 5883 [13:10:05.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.229945999570191 +Info 5884 [13:10:05.740] Format host information updated +Info 5885 [13:10:05.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5886 [13:10:05.812] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 21.331608000211418ms +Info 5887 [13:10:05.812] Different program with same set of files +Info 5888 [13:10:05.813] getCompletionData: Get current token: 0.007288999855518341 +Info 5889 [13:10:05.813] getCompletionData: Is inside comment: 0.09041699999943376 +Info 5890 [13:10:05.813] getCompletionData: Get previous token: 0.020386999938637018 +Info 5891 [13:10:05.813] getCompletionsAtPosition: isCompletionListBlocker: 0.005967000033706427 +Info 5892 [13:10:05.814] getCompletionData: Semantic work: 1.2317760000005364 +Info 5893 [13:10:05.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8302549999207258 +Info 5894 [13:10:05.816] Format host information updated +Info 5895 [13:10:06.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5896 [13:10:06.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 6.550538000185043ms +Info 5897 [13:10:06.050] Different program with same set of files +Info 5898 [13:10:06.050] getCompletionData: Get current token: 0.0020870002917945385 +Info 5899 [13:10:06.050] getCompletionData: Is inside comment: 0.007487999740988016 +Info 5900 [13:10:06.050] getCompletionData: Get previous token: 0.012377000413835049 +Info 5901 [13:10:06.050] getCompletionsAtPosition: isCompletionListBlocker: 0.002258999738842249 +Info 5902 [13:10:06.050] getCompletionData: Semantic work: 0.3701770002953708 +Info 5903 [13:10:06.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7638070001266897 +Info 5904 [13:10:06.052] Format host information updated +Info 5905 [13:10:06.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5906 [13:10:06.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 9.348987999837846ms +Info 5907 [13:10:06.237] Different program with same set of files +Info 5908 [13:10:06.237] getCompletionData: Get current token: 0.0024200002662837505 +Info 5909 [13:10:06.237] getCompletionData: Is inside comment: 0.00836700014770031 +Info 5910 [13:10:06.238] getCompletionData: Get previous token: 0.013524000067263842 +Info 5911 [13:10:06.238] getCompletionsAtPosition: isCompletionListBlocker: 0.002942000050097704 +Info 5912 [13:10:06.238] getCompletionData: Semantic work: 0.39754899963736534 +Info 5913 [13:10:06.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7023579999804497 +Info 5914 [13:10:06.263] Format host information updated +Info 5915 [13:10:06.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5916 [13:10:06.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 10.912982999812812ms +Info 5917 [13:10:06.327] Different program with same set of files +Info 5918 [13:10:06.327] getCompletionData: Get current token: 0.003232000395655632 +Info 5919 [13:10:06.327] getCompletionData: Is inside comment: 0.011861000210046768 +Info 5920 [13:10:06.327] getCompletionData: Get previous token: 0.01873299991711974 +Info 5921 [13:10:06.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0035600000992417336 +Info 5922 [13:10:06.328] getCompletionData: Semantic work: 0.48055800003930926 +Info 5923 [13:10:06.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8965099998749793 +Info 5924 [13:10:06.329] Format host information updated +Info 5925 [13:10:06.845] Format host information updated +Info 5926 [13:10:06.845] Format host information updated +Info 5927 [13:10:06.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5928 [13:10:06.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 9.169522000011057ms +Info 5929 [13:10:06.854] Different program with same set of files +Info 5930 [13:10:06.854] getCompletionData: Get current token: 0.002461000345647335 +Info 5931 [13:10:06.854] getCompletionData: Is inside comment: 0.008963999804109335 +Info 5932 [13:10:06.854] getCompletionData: Get previous token: 0.005956000182777643 +Info 5933 [13:10:06.854] getCompletionsAtPosition: isCompletionListBlocker: 0.0034360000863671303 +Info 5934 [13:10:06.855] getExportInfoMap: cache hit +Info 5935 [13:10:06.866] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 5936 [13:10:06.866] collectAutoImports: response is complete +Info 5937 [13:10:06.866] collectAutoImports: 10.817365000024438 +Info 5938 [13:10:06.866] getCompletionData: Semantic work: 11.345605999697 +Info 5939 [13:10:06.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1980489999987185 +Info 5940 [13:10:06.875] getCompletionData: Get current token: 0.010344000067561865 +Info 5941 [13:10:06.875] getCompletionData: Is inside comment: 0.003060000017285347 +Info 5942 [13:10:06.875] getCompletionData: Get previous token: 0.016984999645501375 +Info 5943 [13:10:06.875] getCompletionsAtPosition: isCompletionListBlocker: 0.002985000144690275 +Info 5944 [13:10:06.875] getCompletionData: Semantic work: 0.22873600013554096 +Info 5945 [13:10:06.879] getCompletionData: Get current token: 0.007110000122338533 +Info 5946 [13:10:06.879] getCompletionData: Is inside comment: 0.0055690002627670765 +Info 5947 [13:10:06.879] getCompletionData: Get previous token: 0.016956999897956848 +Info 5948 [13:10:06.879] getCompletionsAtPosition: isCompletionListBlocker: 0.0026110000908374786 +Info 5949 [13:10:06.879] getCompletionData: Semantic work: 0.12996400007978082 +Info 5950 [13:10:06.880] Format host information updated +Info 5951 [13:10:07.118] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5952 [13:10:07.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 6.975790000054985ms +Info 5953 [13:10:07.125] Different program with same set of files +Info 5954 [13:10:07.126] getCompletionData: Get current token: 0.0021969997324049473 +Info 5955 [13:10:07.126] getCompletionData: Is inside comment: 0.008080000057816505 +Info 5956 [13:10:07.126] getCompletionData: Get previous token: 0.012370999902486801 +Info 5957 [13:10:07.126] getCompletionsAtPosition: isCompletionListBlocker: 0.00329000037163496 +Info 5958 [13:10:07.126] getExportInfoMap: cache hit +Info 5959 [13:10:07.131] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 202 from cache +Info 5960 [13:10:07.131] collectAutoImports: response is complete +Info 5961 [13:10:07.131] collectAutoImports: 4.742254000157118 +Info 5962 [13:10:07.131] getCompletionData: Semantic work: 5.305442000273615 +Info 5963 [13:10:07.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.562746999785304 +Info 5964 [13:10:07.134] Format host information updated +Info 5965 [13:10:07.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5966 [13:10:07.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 8.380233000032604ms +Info 5967 [13:10:07.347] Different program with same set of files +Info 5968 [13:10:07.347] getCompletionData: Get current token: 0.0023810002021491528 +Info 5969 [13:10:07.347] getCompletionData: Is inside comment: 0.008056999649852514 +Info 5970 [13:10:07.347] getCompletionData: Get previous token: 0.005619000177830458 +Info 5971 [13:10:07.347] getCompletionsAtPosition: isCompletionListBlocker: 0.00862699979916215 +Info 5972 [13:10:07.347] getExportInfoMap: cache hit +Info 5973 [13:10:07.359] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 5974 [13:10:07.359] collectAutoImports: response is complete +Info 5975 [13:10:07.359] collectAutoImports: 11.536770000122488 +Info 5976 [13:10:07.359] getCompletionData: Semantic work: 12.088843000121415 +Info 5977 [13:10:07.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.383095999713987 +Info 5978 [13:10:07.369] Format host information updated +Info 5979 [13:10:11.156] Format host information updated +Info 5980 [13:10:11.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5981 [13:10:11.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 488 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.76452500000596ms +Info 5982 [13:10:11.168] Different program with same set of files +Info 5983 [13:10:20.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5984 [13:10:20.183] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 7.910379000008106ms +Info 5985 [13:10:20.183] Different program with same set of files +Info 5986 [13:10:20.183] getCompletionData: Get current token: 0.0030720001086592674 +Info 5987 [13:10:20.183] getCompletionData: Is inside comment: 0.010884999763220549 +Info 5988 [13:10:20.183] getCompletionData: Get previous token: 0.007278000004589558 +Info 5989 [13:10:20.183] getCompletionsAtPosition: isCompletionListBlocker: 0.0025949999690055847 +Info 5990 [13:10:20.183] getCompletionData: Semantic work: 0.265089999884367 +Info 5991 [13:10:20.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5047059999778867 +Info 5992 [13:10:20.185] Format host information updated +Info 5993 [13:10:20.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5994 [13:10:20.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 7.771627999842167ms +Info 5995 [13:10:20.421] Different program with same set of files +Info 5996 [13:10:20.421] getCompletionData: Get current token: 0.0029239999130368233 +Info 5997 [13:10:20.421] getCompletionData: Is inside comment: 0.010371000040322542 +Info 5998 [13:10:20.421] getCompletionData: Get previous token: 0.0143630001693964 +Info 5999 [13:10:20.421] getCompletionsAtPosition: isCompletionListBlocker: 0.002383999992161989 +Info 6000 [13:10:20.421] getCompletionData: Semantic work: 0.2781199999153614 +Info 6001 [13:10:20.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4720839997753501 +Info 6002 [13:10:20.422] Format host information updated +Info 6003 [13:10:20.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6004 [13:10:20.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 7.881030000280589ms +Info 6005 [13:10:20.492] Different program with same set of files +Info 6006 [13:10:20.492] getCompletionData: Get current token: 0.003967999946326017 +Info 6007 [13:10:20.492] getCompletionData: Is inside comment: 0.01617999980226159 +Info 6008 [13:10:20.492] getCompletionData: Get previous token: 0.02023399993777275 +Info 6009 [13:10:20.492] getCompletionsAtPosition: isCompletionListBlocker: 0.00279300007969141 +Info 6010 [13:10:20.493] getCompletionData: Semantic work: 0.40540000004693866 +Info 6011 [13:10:20.493] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7466190000995994 +Info 6012 [13:10:20.498] Format host information updated +Info 6013 [13:10:20.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6014 [13:10:21.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 7.56839400017634ms +Info 6015 [13:10:21.003] Different program with same set of files +Info 6016 [13:10:21.003] getCompletionData: Get current token: 0.0028280001133680344 +Info 6017 [13:10:21.003] getCompletionData: Is inside comment: 0.009976000059396029 +Info 6018 [13:10:21.003] getCompletionData: Get previous token: 0.013350000139325857 +Info 6019 [13:10:21.003] getCompletionsAtPosition: isCompletionListBlocker: 0.002279999665915966 +Info 6020 [13:10:21.004] getCompletionData: Semantic work: 0.2755359997972846 +Info 6021 [13:10:21.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5045119998976588 +Info 6022 [13:10:21.005] Format host information updated +Info 6023 [13:10:21.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6024 [13:10:21.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 9.43558599986136ms +Info 6025 [13:10:21.342] Different program with same set of files +Info 6026 [13:10:21.342] getCompletionData: Get current token: 0.0030189999379217625 +Info 6027 [13:10:21.342] getCompletionData: Is inside comment: 0.011537000071257353 +Info 6028 [13:10:21.342] getCompletionData: Get previous token: 0.016177000012248755 +Info 6029 [13:10:21.342] getCompletionsAtPosition: isCompletionListBlocker: 0.002563999965786934 +Info 6030 [13:10:21.342] getCompletionData: Semantic work: 0.27499800035730004 +Info 6031 [13:10:21.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5847189999185503 +Info 6032 [13:10:21.343] Format host information updated +Info 6033 [13:10:21.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6034 [13:10:21.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 7.92131600016728ms +Info 6035 [13:10:21.420] Different program with same set of files +Info 6036 [13:10:21.420] getCompletionData: Get current token: 0.0037819999270141125 +Info 6037 [13:10:21.420] getCompletionData: Is inside comment: 0.014009000267833471 +Info 6038 [13:10:21.420] getCompletionData: Get previous token: 0.04127699974924326 +Info 6039 [13:10:21.420] getCompletionsAtPosition: isCompletionListBlocker: 0.0026749996468424797 +Info 6040 [13:10:21.421] getCompletionData: Semantic work: 0.2715090001001954 +Info 6041 [13:10:21.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5957189998589456 +Info 6042 [13:10:21.422] Format host information updated +Info 6043 [13:10:21.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6044 [13:10:21.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 13.269149999599904ms +Info 6045 [13:10:21.797] Different program with same set of files +Info 6046 [13:10:21.797] getCompletionData: Get current token: 0.002665999811142683 +Info 6047 [13:10:21.797] getCompletionData: Is inside comment: 0.009601000230759382 +Info 6048 [13:10:21.797] getCompletionData: Get previous token: 0.013664999976754189 +Info 6049 [13:10:21.797] getCompletionsAtPosition: isCompletionListBlocker: 0.0026040002703666687 +Info 6050 [13:10:21.798] getCompletionData: Semantic work: 0.24868900002911687 +Info 6051 [13:10:21.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.746632999740541 +Info 6052 [13:10:21.799] Format host information updated +Info 6053 [13:10:21.887] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6054 [13:10:21.898] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 10.384137999732047ms +Info 6055 [13:10:21.898] Different program with same set of files +Info 6056 [13:10:21.898] getCompletionData: Get current token: 0.003022999968379736 +Info 6057 [13:10:21.898] getCompletionData: Is inside comment: 0.010864999610930681 +Info 6058 [13:10:21.898] getCompletionData: Get previous token: 0.013510000426322222 +Info 6059 [13:10:21.898] getCompletionsAtPosition: isCompletionListBlocker: 0.0022469996474683285 +Info 6060 [13:10:21.898] getCompletionData: Semantic work: 0.3056159997358918 +Info 6061 [13:10:21.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6648790002800524 +Info 6062 [13:10:21.901] Format host information updated +Info 6063 [13:10:22.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6064 [13:10:22.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 8.246536999940872ms +Info 6065 [13:10:22.024] Different program with same set of files +Info 6066 [13:10:22.024] getCompletionData: Get current token: 0.002954999916255474 +Info 6067 [13:10:22.024] getCompletionData: Is inside comment: 0.009385999757796526 +Info 6068 [13:10:22.024] getCompletionData: Get previous token: 0.014553999993950129 +Info 6069 [13:10:22.024] getCompletionsAtPosition: isCompletionListBlocker: 0.0021239998750388622 +Info 6070 [13:10:22.024] getCompletionData: Semantic work: 0.21522699994966388 +Info 6071 [13:10:22.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6383060002699494 +Info 6072 [13:10:22.026] Format host information updated +Info 6073 [13:10:22.596] Format host information updated +Info 6074 [13:10:22.596] Format host information updated +Info 6075 [13:10:22.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6076 [13:10:22.604] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 7.720109999645501ms +Info 6077 [13:10:22.604] Different program with same set of files +Info 6078 [13:10:22.604] getCompletionData: Get current token: 0.009069999679923058 +Info 6079 [13:10:22.604] getCompletionData: Is inside comment: 0.016985000111162663 +Info 6080 [13:10:22.604] getCompletionData: Get previous token: 0.016303999815136194 +Info 6081 [13:10:22.604] getCompletionsAtPosition: isCompletionListBlocker: 0.0025320001877844334 +Info 6082 [13:10:22.605] getCompletionData: Semantic work: 0.29395300010219216 +Info 6083 [13:10:22.607] getCompletionData: Get current token: 0.0045540002174675465 +Info 6084 [13:10:22.607] getCompletionData: Is inside comment: 0.013816999737173319 +Info 6085 [13:10:22.607] getCompletionData: Get previous token: 0.014159999787807465 +Info 6086 [13:10:22.607] getCompletionsAtPosition: isCompletionListBlocker: 0.0020710001699626446 +Info 6087 [13:10:22.607] getCompletionData: Semantic work: 0.0717390002682805 +Info 6088 [13:10:22.608] Format host information updated +Info 6089 [13:10:25.224] Format host information updated +Info 6090 [13:10:25.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6091 [13:10:25.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 10.231793999671936ms +Info 6092 [13:10:25.234] Different program with same set of files +Info 6093 [13:10:25.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6094 [13:10:25.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 11.577516000252217ms +Info 6095 [13:10:25.300] Different program with same set of files +Info 6096 [13:10:25.300] getCompletionData: Get current token: 0.004233999643474817 +Info 6097 [13:10:25.300] getCompletionData: Is inside comment: 0.01436399994418025 +Info 6098 [13:10:25.300] getCompletionData: Get previous token: 0.023319000378251076 +Info 6099 [13:10:25.300] getCompletionsAtPosition: isCompletionListBlocker: 0.013255000114440918 +Info 6100 [13:10:25.306] getExportInfoMap: cache hit +Info 6101 [13:10:25.316] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 29 from cache +Info 6102 [13:10:25.316] collectAutoImports: response is complete +Info 6103 [13:10:25.316] collectAutoImports: 9.976201999932528 +Info 6104 [13:10:25.316] getCompletionData: Semantic work: 15.347473000176251 +Info 6105 [13:10:25.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.527559000067413 +Info 6106 [13:10:25.321] Format host information updated +Info 6107 [13:10:25.445] Format host information updated +Info 6108 [13:10:25.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6109 [13:10:25.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 10.568756999913603ms +Info 6110 [13:10:25.456] Different program with same set of files +Info 6111 [13:10:25.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6112 [13:10:25.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 6.690595000050962ms +Info 6113 [13:10:25.616] Different program with same set of files +Info 6114 [13:10:25.617] getCompletionData: Get current token: 0.002174999564886093 +Info 6115 [13:10:25.617] getCompletionData: Is inside comment: 0.008150999899953604 +Info 6116 [13:10:25.617] getCompletionData: Get previous token: 0.005243000108748674 +Info 6117 [13:10:25.617] getCompletionsAtPosition: isCompletionListBlocker: 0.007271999958902597 +Info 6118 [13:10:25.617] getExportInfoMap: cache hit +Info 6119 [13:10:25.635] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6120 [13:10:25.635] collectAutoImports: response is complete +Info 6121 [13:10:25.635] collectAutoImports: 17.557561999652535 +Info 6122 [13:10:25.635] getCompletionData: Semantic work: 18.125035000033677 +Info 6123 [13:10:25.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.07533699972555 +Info 6124 [13:10:25.642] Format host information updated +Info 6125 [13:10:25.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6126 [13:10:25.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 7.966259999666363ms +Info 6127 [13:10:25.802] Different program with same set of files +Info 6128 [13:10:25.802] getCompletionData: Get current token: 0.005579999648034573 +Info 6129 [13:10:25.802] getCompletionData: Is inside comment: 0.014183999970555305 +Info 6130 [13:10:25.802] getCompletionData: Get previous token: 0.007960999850183725 +Info 6131 [13:10:25.802] getCompletionsAtPosition: isCompletionListBlocker: 0.008472000248730183 +Info 6132 [13:10:25.802] getExportInfoMap: cache hit +Info 6133 [13:10:25.820] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6134 [13:10:25.820] collectAutoImports: response is complete +Info 6135 [13:10:25.820] collectAutoImports: 17.850190999917686 +Info 6136 [13:10:25.820] getCompletionData: Semantic work: 18.524426999967545 +Info 6137 [13:10:25.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.645024000201374 +Info 6138 [13:10:25.828] Format host information updated +Info 6139 [13:10:25.860] Format host information updated +Info 6140 [13:10:25.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6141 [13:10:25.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 7.0013609998859465ms +Info 6142 [13:10:25.867] Different program with same set of files +Info 6143 [13:10:25.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6144 [13:10:26.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 8.580812000203878ms +Info 6145 [13:10:26.006] Different program with same set of files +Info 6146 [13:10:26.007] getCompletionData: Get current token: 0.0021390002220869064 +Info 6147 [13:10:26.007] getCompletionData: Is inside comment: 0.0080960001796484 +Info 6148 [13:10:26.007] getCompletionData: Get previous token: 0.012562999967485666 +Info 6149 [13:10:26.007] getCompletionsAtPosition: isCompletionListBlocker: 0.009511999785900116 +Info 6150 [13:10:26.007] getExportInfoMap: cache hit +Info 6151 [13:10:26.012] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 6152 [13:10:26.012] collectAutoImports: response is complete +Info 6153 [13:10:26.012] collectAutoImports: 4.717478999868035 +Info 6154 [13:10:26.012] getCompletionData: Semantic work: 5.440060999710113 +Info 6155 [13:10:26.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4562170002609491 +Info 6156 [13:10:26.015] Format host information updated +Info 6157 [13:10:26.142] Format host information updated +Info 6158 [13:10:26.142] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6159 [13:10:26.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 8.162991999648511ms +Info 6160 [13:10:26.151] Different program with same set of files +Info 6161 [13:10:26.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6162 [13:10:26.296] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 6.791774999815971ms +Info 6163 [13:10:26.296] Different program with same set of files +Info 6164 [13:10:26.297] getCompletionData: Get current token: 0.002443999983370304 +Info 6165 [13:10:26.297] getCompletionData: Is inside comment: 0.008471999783068895 +Info 6166 [13:10:26.297] getCompletionData: Get previous token: 0.005392000079154968 +Info 6167 [13:10:26.297] getCompletionsAtPosition: isCompletionListBlocker: 0.007925000041723251 +Info 6168 [13:10:26.297] getExportInfoMap: cache hit +Info 6169 [13:10:26.315] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6170 [13:10:26.316] collectAutoImports: response is complete +Info 6171 [13:10:26.316] collectAutoImports: 18.252755000256002 +Info 6172 [13:10:26.316] getCompletionData: Semantic work: 18.876627000048757 +Info 6173 [13:10:26.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.290122999809682 +Info 6174 [13:10:26.324] Format host information updated +Info 6175 [13:10:26.499] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6176 [13:10:26.523] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 24.383162999991328ms +Info 6177 [13:10:26.523] Different program with same set of files +Info 6178 [13:10:26.524] getCompletionData: Get current token: 0.011132000014185905 +Info 6179 [13:10:26.524] getCompletionData: Is inside comment: 0.02819899981841445 +Info 6180 [13:10:26.524] getCompletionData: Get previous token: 0.020035999827086926 +Info 6181 [13:10:26.524] getCompletionsAtPosition: isCompletionListBlocker: 0.014048000331968069 +Info 6182 [13:10:26.525] getExportInfoMap: cache hit +Info 6183 [13:10:26.546] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6184 [13:10:26.546] collectAutoImports: response is complete +Info 6185 [13:10:26.546] collectAutoImports: 21.256045000161976 +Info 6186 [13:10:26.546] getCompletionData: Semantic work: 22.595399000216275 +Info 6187 [13:10:26.551] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.451344999950379 +Info 6188 [13:10:26.555] Format host information updated +Info 6189 [13:10:26.561] Format host information updated +Info 6190 [13:10:26.561] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6191 [13:10:26.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 8.57353900000453ms +Info 6192 [13:10:26.569] Different program with same set of files +Info 6193 [13:10:26.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6194 [13:10:26.743] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 24.719665999989957ms +Info 6195 [13:10:26.743] Different program with same set of files +Info 6196 [13:10:26.743] getCompletionData: Get current token: 0.005319000221788883 +Info 6197 [13:10:26.743] getCompletionData: Is inside comment: 0.020093999803066254 +Info 6198 [13:10:26.744] getCompletionData: Get previous token: 0.029298999812453985 +Info 6199 [13:10:26.744] getCompletionsAtPosition: isCompletionListBlocker: 0.015983999706804752 +Info 6200 [13:10:26.745] getExportInfoMap: cache hit +Info 6201 [13:10:26.753] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 6202 [13:10:26.753] collectAutoImports: response is complete +Info 6203 [13:10:26.753] collectAutoImports: 8.193882999941707 +Info 6204 [13:10:26.753] getCompletionData: Semantic work: 9.656956000253558 +Info 6205 [13:10:26.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8485600003041327 +Info 6206 [13:10:26.756] Format host information updated +Info 6207 [13:10:26.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6208 [13:10:26.856] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 29.954417999833822ms +Info 6209 [13:10:26.856] Different program with same set of files +Info 6210 [13:10:26.856] getCompletionData: Get current token: 0.0063850004225969315 +Info 6211 [13:10:26.856] getCompletionData: Is inside comment: 0.022398000117391348 +Info 6212 [13:10:26.856] getCompletionData: Get previous token: 0.013683999888598919 +Info 6213 [13:10:26.856] getCompletionsAtPosition: isCompletionListBlocker: 0.004954000003635883 +Info 6214 [13:10:26.857] getCompletionData: Semantic work: 0.8381249997764826 +Info 6215 [13:10:26.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7981879999861121 +Info 6216 [13:10:26.858] Format host information updated +Info 6217 [13:10:27.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6218 [13:10:27.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 7.772205999586731ms +Info 6219 [13:10:27.299] Different program with same set of files +Info 6220 [13:10:27.299] getCompletionData: Get current token: 0.002366000320762396 +Info 6221 [13:10:27.300] getCompletionData: Is inside comment: 0.029234999790787697 +Info 6222 [13:10:27.300] getCompletionData: Get previous token: 0.012403000146150589 +Info 6223 [13:10:27.300] getCompletionsAtPosition: isCompletionListBlocker: 0.0031069996766746044 +Info 6224 [13:10:27.300] getCompletionData: Semantic work: 0.6484570000320673 +Info 6225 [13:10:27.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1461539999581873 +Info 6226 [13:10:27.302] Format host information updated +Info 6227 [13:10:27.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6228 [13:10:27.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 9.328805000055581ms +Info 6229 [13:10:27.412] Different program with same set of files +Info 6230 [13:10:27.412] getCompletionData: Get current token: 0.002778000198304653 +Info 6231 [13:10:27.412] getCompletionData: Is inside comment: 0.008975000120699406 +Info 6232 [13:10:27.412] getCompletionData: Get previous token: 0.014692000113427639 +Info 6233 [13:10:27.412] getCompletionsAtPosition: isCompletionListBlocker: 0.0029969997704029083 +Info 6234 [13:10:27.413] getCompletionData: Semantic work: 0.47402000008150935 +Info 6235 [13:10:27.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8150960002094507 +Info 6236 [13:10:27.414] Format host information updated +Info 6237 [13:10:27.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6238 [13:10:27.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 6.723537999670953ms +Info 6239 [13:10:27.538] Different program with same set of files +Info 6240 [13:10:27.538] getCompletionData: Get current token: 0.0029440000653266907 +Info 6241 [13:10:27.538] getCompletionData: Is inside comment: 0.009283999912440777 +Info 6242 [13:10:27.538] getCompletionData: Get previous token: 0.01259800000116229 +Info 6243 [13:10:27.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0024389997124671936 +Info 6244 [13:10:27.538] getCompletionData: Semantic work: 0.38888700027018785 +Info 6245 [13:10:27.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7683650003746152 +Info 6246 [13:10:27.540] Format host information updated +Info 6247 [13:10:27.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6248 [13:10:27.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 6.979309000074863ms +Info 6249 [13:10:27.626] Different program with same set of files +Info 6250 [13:10:27.626] getCompletionData: Get current token: 0.0025750002823770046 +Info 6251 [13:10:27.626] getCompletionData: Is inside comment: 0.008976999670267105 +Info 6252 [13:10:27.626] getCompletionData: Get previous token: 0.012473999988287687 +Info 6253 [13:10:27.626] getCompletionsAtPosition: isCompletionListBlocker: 0.002853000070899725 +Info 6254 [13:10:27.626] getCompletionData: Semantic work: 0.3846240001730621 +Info 6255 [13:10:27.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8159920000471175 +Info 6256 [13:10:27.631] Format host information updated +Info 6257 [13:10:28.198] Format host information updated +Info 6258 [13:10:28.198] Format host information updated +Info 6259 [13:10:28.199] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6260 [13:10:28.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 6.33761699963361ms +Info 6261 [13:10:28.205] Different program with same set of files +Info 6262 [13:10:28.205] getCompletionData: Get current token: 0.002113000024110079 +Info 6263 [13:10:28.205] getCompletionData: Is inside comment: 0.007676000241190195 +Info 6264 [13:10:28.205] getCompletionData: Get previous token: 0.004910999909043312 +Info 6265 [13:10:28.205] getCompletionsAtPosition: isCompletionListBlocker: 0.0030140001326799393 +Info 6266 [13:10:28.206] getExportInfoMap: cache hit +Info 6267 [13:10:28.219] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6268 [13:10:28.219] collectAutoImports: response is complete +Info 6269 [13:10:28.219] collectAutoImports: 13.419437000062317 +Info 6270 [13:10:28.219] getCompletionData: Semantic work: 13.97580899996683 +Info 6271 [13:10:28.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4481680002063513 +Info 6272 [13:10:28.226] getCompletionData: Get current token: 0.010338999796658754 +Info 6273 [13:10:28.226] getCompletionData: Is inside comment: 0.003192999865859747 +Info 6274 [13:10:28.226] getCompletionData: Get previous token: 0.012649000156670809 +Info 6275 [13:10:28.226] getCompletionsAtPosition: isCompletionListBlocker: 0.0022559999488294125 +Info 6276 [13:10:28.226] getCompletionData: Semantic work: 0.17396699963137507 +Info 6277 [13:10:28.230] getCompletionData: Get current token: 0.006341000087559223 +Info 6278 [13:10:28.230] getCompletionData: Is inside comment: 0.0025600004009902477 +Info 6279 [13:10:28.230] getCompletionData: Get previous token: 0.012660000007599592 +Info 6280 [13:10:28.230] getCompletionsAtPosition: isCompletionListBlocker: 0.0016850000247359276 +Info 6281 [13:10:28.231] getCompletionData: Semantic work: 0.11381099978461862 +Info 6282 [13:10:28.231] Format host information updated +Info 6283 [13:10:29.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6284 [13:10:29.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 8.149413000326604ms +Info 6285 [13:10:29.557] Different program with same set of files +Info 6286 [13:10:29.557] getCompletionData: Get current token: 0.0019920002669095993 +Info 6287 [13:10:29.557] getCompletionData: Is inside comment: 0.007278999779373407 +Info 6288 [13:10:29.557] getCompletionData: Get previous token: 0.009676999878138304 +Info 6289 [13:10:29.557] getCompletionsAtPosition: isCompletionListBlocker: 0.003134000115096569 +Info 6290 [13:10:29.558] getExportInfoMap: cache hit +Info 6291 [13:10:29.563] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 29 from cache +Info 6292 [13:10:29.563] collectAutoImports: response is complete +Info 6293 [13:10:29.563] collectAutoImports: 4.894307000096887 +Info 6294 [13:10:29.563] getCompletionData: Semantic work: 5.522059000097215 +Info 6295 [13:10:29.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0986010003834963 +Info 6296 [13:10:29.601] Format host information updated +Info 6297 [13:10:29.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6298 [13:10:29.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 7.645813999697566ms +Info 6299 [13:10:29.781] Different program with same set of files +Info 6300 [13:10:29.781] getCompletionData: Get current token: 0.002526999916881323 +Info 6301 [13:10:29.781] getCompletionData: Is inside comment: 0.007949000224471092 +Info 6302 [13:10:29.781] getCompletionData: Get previous token: 0.0052189999260008335 +Info 6303 [13:10:29.781] getCompletionsAtPosition: isCompletionListBlocker: 0.007827000226825476 +Info 6304 [13:10:29.781] getExportInfoMap: cache hit +Info 6305 [13:10:29.796] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6306 [13:10:29.796] collectAutoImports: response is complete +Info 6307 [13:10:29.796] collectAutoImports: 14.65301899984479 +Info 6308 [13:10:29.796] getCompletionData: Semantic work: 15.290724999736995 +Info 6309 [13:10:29.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.574869000352919 +Info 6310 [13:10:29.803] Format host information updated +Info 6311 [13:10:33.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6312 [13:10:33.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 7.21422899980098ms +Info 6313 [13:10:33.267] Different program with same set of files +Info 6314 [13:10:33.267] getCompletionData: Get current token: 0.0026940000243484974 +Info 6315 [13:10:33.267] getCompletionData: Is inside comment: 0.00101500004529953 +Info 6316 [13:10:33.267] getCompletionData: Get previous token: 0.011994999833405018 +Info 6317 [13:10:33.267] getCompletionsAtPosition: isCompletionListBlocker: 0.002187000121921301 +Info 6318 [13:10:33.268] getCompletionData: Semantic work: 0.42358599975705147 +Info 6319 [13:10:33.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7288279999047518 +Info 6320 [13:10:33.271] Format host information updated +Info 6321 [13:10:33.785] Format host information updated +Info 6322 [13:10:33.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6323 [13:10:33.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 7.588039000052959ms +Info 6324 [13:10:33.794] Different program with same set of files +Info 6325 [13:10:34.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6326 [13:10:34.273] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 7.7343490002676845ms +Info 6327 [13:10:34.273] Different program with same set of files +Info 6328 [13:10:34.273] getCompletionData: Get current token: 0.002905000001192093 +Info 6329 [13:10:34.273] getCompletionData: Is inside comment: 0.0010400000028312206 +Info 6330 [13:10:34.273] getCompletionData: Get previous token: 0.013731000013649464 +Info 6331 [13:10:34.273] getCompletionsAtPosition: isCompletionListBlocker: 0.0024560000747442245 +Info 6332 [13:10:34.273] getCompletionData: Semantic work: 0.3946179999038577 +Info 6333 [13:10:34.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3352640001103282 +Info 6334 [13:10:34.277] Format host information updated +Info 6335 [13:10:34.429] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6336 [13:10:34.437] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 8.077173999976367ms +Info 6337 [13:10:34.437] Different program with same set of files +Info 6338 [13:10:34.437] getCompletionData: Get current token: 0.0037709996104240417 +Info 6339 [13:10:34.437] getCompletionData: Is inside comment: 0.0017300001345574856 +Info 6340 [13:10:34.437] getCompletionData: Get previous token: 0.019146000035107136 +Info 6341 [13:10:34.437] getCompletionsAtPosition: isCompletionListBlocker: 0.003120000008493662 +Info 6342 [13:10:34.437] getCompletionData: Semantic work: 0.4396919999271631 +Info 6343 [13:10:34.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8433949998579919 +Info 6344 [13:10:34.439] Format host information updated +Info 6345 [13:10:34.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6346 [13:10:34.512] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 7.421719000209123ms +Info 6347 [13:10:34.512] Different program with same set of files +Info 6348 [13:10:34.512] getCompletionData: Get current token: 0.003469000104814768 +Info 6349 [13:10:34.512] getCompletionData: Is inside comment: 0.0013080001808702946 +Info 6350 [13:10:34.512] getCompletionData: Get previous token: 0.017616000026464462 +Info 6351 [13:10:34.512] getCompletionsAtPosition: isCompletionListBlocker: 0.002733999863266945 +Info 6352 [13:10:34.513] getCompletionData: Semantic work: 0.3968299999833107 +Info 6353 [13:10:34.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8050789996050298 +Info 6354 [13:10:34.516] Format host information updated +Info 6355 [13:10:34.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6356 [13:10:34.657] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 6.96626599971205ms +Info 6357 [13:10:34.657] Different program with same set of files +Info 6358 [13:10:34.657] getCompletionData: Get current token: 0.0036329999566078186 +Info 6359 [13:10:34.657] getCompletionData: Is inside comment: 0.0013529998250305653 +Info 6360 [13:10:34.657] getCompletionData: Get previous token: 0.01651400001719594 +Info 6361 [13:10:34.657] getCompletionsAtPosition: isCompletionListBlocker: 0.002785999793559313 +Info 6362 [13:10:34.658] getCompletionData: Semantic work: 0.37352999998256564 +Info 6363 [13:10:34.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8091170000843704 +Info 6364 [13:10:34.659] Format host information updated +Info 6365 [13:10:35.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6366 [13:10:35.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 7.1168269999325275ms +Info 6367 [13:10:35.128] Different program with same set of files +Info 6368 [13:10:35.128] getCompletionData: Get current token: 0.0040259999223053455 +Info 6369 [13:10:35.129] getCompletionData: Is inside comment: 0.0014220001175999641 +Info 6370 [13:10:35.129] getCompletionData: Get previous token: 0.02205100003629923 +Info 6371 [13:10:35.129] getCompletionsAtPosition: isCompletionListBlocker: 0.0035879998467862606 +Info 6372 [13:10:35.129] getCompletionData: Semantic work: 0.40971799986436963 +Info 6373 [13:10:35.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7814960000105202 +Info 6374 [13:10:35.132] Format host information updated +Info 6375 [13:10:35.504] Format host information updated +Info 6376 [13:10:35.504] Format host information updated +Info 6377 [13:10:35.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6378 [13:10:35.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 7.02686999971047ms +Info 6379 [13:10:35.511] Different program with same set of files +Info 6380 [13:10:35.511] getCompletionData: Get current token: 0.011520999949425459 +Info 6381 [13:10:35.512] getCompletionData: Is inside comment: 0.0038700001314282417 +Info 6382 [13:10:35.512] getCompletionData: Get previous token: 0.013646000064909458 +Info 6383 [13:10:35.512] getCompletionsAtPosition: isCompletionListBlocker: 0.0025310004130005836 +Info 6384 [13:10:35.512] getCompletionData: Semantic work: 0.3386699999682605 +Info 6385 [13:10:35.514] getCompletionData: Get current token: 0.006639999803155661 +Info 6386 [13:10:35.514] getCompletionData: Is inside comment: 0.0021159998141229153 +Info 6387 [13:10:35.514] getCompletionData: Get previous token: 0.013150000013411045 +Info 6388 [13:10:35.514] getCompletionsAtPosition: isCompletionListBlocker: 0.0014829998835921288 +Info 6389 [13:10:35.514] getCompletionData: Semantic work: 0.14568899990990758 +Info 6390 [13:10:35.516] Format host information updated +Info 6391 [13:10:39.521] Format host information updated +Info 6392 [13:10:39.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6393 [13:10:39.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 527 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.277633999940008ms +Info 6394 [13:10:39.538] Different program with same set of files +Info 6395 [13:10:42.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6396 [13:10:42.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 11.597383999731392ms +Info 6397 [13:10:42.304] Different program with same set of files +Info 6398 [13:10:42.304] getCompletionData: Get current token: 0.003352000378072262 +Info 6399 [13:10:42.304] getCompletionData: Is inside comment: 0.011070000007748604 +Info 6400 [13:10:42.304] getCompletionData: Get previous token: 0.007621000055223703 +Info 6401 [13:10:42.304] getCompletionsAtPosition: isCompletionListBlocker: 0.0023429999127984047 +Info 6402 [13:10:42.304] getCompletionData: Semantic work: 0.27748099993914366 +Info 6403 [13:10:42.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5461880001239479 +Info 6404 [13:10:42.305] Format host information updated +Info 6405 [13:10:42.525] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6406 [13:10:42.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 16.616118000354618ms +Info 6407 [13:10:42.542] Different program with same set of files +Info 6408 [13:10:42.542] getCompletionData: Get current token: 0.007230000104755163 +Info 6409 [13:10:42.542] getCompletionData: Is inside comment: 0.024947000201791525 +Info 6410 [13:10:42.542] getCompletionData: Get previous token: 0.03374299965798855 +Info 6411 [13:10:42.542] getCompletionsAtPosition: isCompletionListBlocker: 0.003978000022470951 +Info 6412 [13:10:42.543] getCompletionData: Semantic work: 0.5891580004245043 +Info 6413 [13:10:42.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.064085999969393 +Info 6414 [13:10:42.545] Format host information updated +Info 6415 [13:10:42.586] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6416 [13:10:42.601] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 14.549211000092328ms +Info 6417 [13:10:42.601] Different program with same set of files +Info 6418 [13:10:42.601] getCompletionData: Get current token: 0.0058650001883506775 +Info 6419 [13:10:42.601] getCompletionData: Is inside comment: 0.014841000083833933 +Info 6420 [13:10:42.601] getCompletionData: Get previous token: 0.020944999996572733 +Info 6421 [13:10:42.601] getCompletionsAtPosition: isCompletionListBlocker: 0.0026430003345012665 +Info 6422 [13:10:42.602] getCompletionData: Semantic work: 0.3584229997359216 +Info 6423 [13:10:42.603] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7876129997894168 +Info 6424 [13:10:42.603] Format host information updated +Info 6425 [13:10:42.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6426 [13:10:42.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 34.67964099999517ms +Info 6427 [13:10:42.710] Different program with same set of files +Info 6428 [13:10:42.711] getCompletionData: Get current token: 0.010596000123769045 +Info 6429 [13:10:42.711] getCompletionData: Is inside comment: 0.032866000197827816 +Info 6430 [13:10:42.711] getCompletionData: Get previous token: 0.0734299998730421 +Info 6431 [13:10:42.711] getCompletionsAtPosition: isCompletionListBlocker: 0.006215000059455633 +Info 6432 [13:10:42.712] getCompletionData: Semantic work: 0.50907599972561 +Info 6433 [13:10:42.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2419600002467632 +Info 6434 [13:10:42.714] Format host information updated +Info 6435 [13:10:42.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6436 [13:10:42.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 12.613083000294864ms +Info 6437 [13:10:42.762] Different program with same set of files +Info 6438 [13:10:42.763] getCompletionData: Get current token: 0.005631000269204378 +Info 6439 [13:10:42.763] getCompletionData: Is inside comment: 0.017099000047892332 +Info 6440 [13:10:42.763] getCompletionData: Get previous token: 0.025005000177770853 +Info 6441 [13:10:42.763] getCompletionsAtPosition: isCompletionListBlocker: 0.0037239999510347843 +Info 6442 [13:10:42.763] getCompletionData: Semantic work: 0.37638500006869435 +Info 6443 [13:10:42.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8116140002384782 +Info 6444 [13:10:42.765] Format host information updated +Info 6445 [13:10:42.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6446 [13:10:42.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 8.433447999879718ms +Info 6447 [13:10:42.923] Different program with same set of files +Info 6448 [13:10:42.923] getCompletionData: Get current token: 0.0038649998605251312 +Info 6449 [13:10:42.923] getCompletionData: Is inside comment: 0.012902999762445688 +Info 6450 [13:10:42.923] getCompletionData: Get previous token: 0.01686100009828806 +Info 6451 [13:10:42.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0025900001637637615 +Info 6452 [13:10:42.924] getCompletionData: Semantic work: 0.2801299998536706 +Info 6453 [13:10:42.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7974399998784065 +Info 6454 [13:10:42.925] Format host information updated +Info 6455 [13:10:43.029] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6456 [13:10:43.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 8.418273999821395ms +Info 6457 [13:10:43.038] Different program with same set of files +Info 6458 [13:10:43.038] getCompletionData: Get current token: 0.003467999864369631 +Info 6459 [13:10:43.038] getCompletionData: Is inside comment: 0.012480999808758497 +Info 6460 [13:10:43.038] getCompletionData: Get previous token: 0.016395000275224447 +Info 6461 [13:10:43.038] getCompletionsAtPosition: isCompletionListBlocker: 0.0026569999754428864 +Info 6462 [13:10:43.038] getCompletionData: Semantic work: 0.2820669999346137 +Info 6463 [13:10:43.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5966239999979734 +Info 6464 [13:10:43.040] Format host information updated +Info 6465 [13:10:43.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6466 [13:10:43.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 20.070060999598354ms +Info 6467 [13:10:43.116] Different program with same set of files +Info 6468 [13:10:43.116] getCompletionData: Get current token: 0.00928199989721179 +Info 6469 [13:10:43.116] getCompletionData: Is inside comment: 0.03531700000166893 +Info 6470 [13:10:43.116] getCompletionData: Get previous token: 0.0460419999435544 +Info 6471 [13:10:43.116] getCompletionsAtPosition: isCompletionListBlocker: 0.0048140003345906734 +Info 6472 [13:10:43.117] getCompletionData: Semantic work: 0.6678620004095137 +Info 6473 [13:10:43.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5777839999645948 +Info 6474 [13:10:43.123] Format host information updated +Info 6475 [13:10:43.630] Format host information updated +Info 6476 [13:10:43.631] Format host information updated +Info 6477 [13:10:43.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6478 [13:10:43.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 11.52521499991417ms +Info 6479 [13:10:43.642] Different program with same set of files +Info 6480 [13:10:43.642] getCompletionData: Get current token: 0.011361999902874231 +Info 6481 [13:10:43.643] getCompletionData: Is inside comment: 0.021840999834239483 +Info 6482 [13:10:43.643] getCompletionData: Get previous token: 0.019084999803453684 +Info 6483 [13:10:43.643] getCompletionsAtPosition: isCompletionListBlocker: 0.002376999706029892 +Info 6484 [13:10:43.643] getCompletionData: Semantic work: 0.28543699998408556 +Info 6485 [13:10:43.644] getCompletionData: Get current token: 0.0062489998526871204 +Info 6486 [13:10:43.644] getCompletionData: Is inside comment: 0.01607199991121888 +Info 6487 [13:10:43.644] getCompletionData: Get previous token: 0.019144999794662 +Info 6488 [13:10:43.644] getCompletionsAtPosition: isCompletionListBlocker: 0.0015760003589093685 +Info 6489 [13:10:43.644] getCompletionData: Semantic work: 0.06812300020828843 +Info 6490 [13:10:43.644] Format host information updated +Info 6491 [13:10:45.723] Format host information updated +Info 6492 [13:10:45.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6493 [13:10:45.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 9.801800000015646ms +Info 6494 [13:10:45.733] Different program with same set of files +Info 6495 [13:10:45.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6496 [13:10:45.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 8.372601999901235ms +Info 6497 [13:10:45.909] Different program with same set of files +Info 6498 [13:10:45.909] getCompletionData: Get current token: 0.0027910000644624233 +Info 6499 [13:10:45.909] getCompletionData: Is inside comment: 0.008828000165522099 +Info 6500 [13:10:45.909] getCompletionData: Get previous token: 0.024619000032544136 +Info 6501 [13:10:45.909] getCompletionsAtPosition: isCompletionListBlocker: 0.007062999997287989 +Info 6502 [13:10:45.910] getExportInfoMap: cache hit +Info 6503 [13:10:45.917] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 6504 [13:10:45.917] collectAutoImports: response is complete +Info 6505 [13:10:45.917] collectAutoImports: 6.54721700027585 +Info 6506 [13:10:45.917] getCompletionData: Semantic work: 7.955805999692529 +Info 6507 [13:10:45.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5717199998907745 +Info 6508 [13:10:45.926] Format host information updated +Info 6509 [13:10:45.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6510 [13:10:45.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 13.396632999647409ms +Info 6511 [13:10:45.993] Different program with same set of files +Info 6512 [13:10:45.994] getCompletionData: Get current token: 0.0031889998354017735 +Info 6513 [13:10:45.994] getCompletionData: Is inside comment: 0.010127000045031309 +Info 6514 [13:10:45.994] getCompletionData: Get previous token: 0.011876999866217375 +Info 6515 [13:10:45.994] getCompletionsAtPosition: isCompletionListBlocker: 0.006971000228077173 +Info 6516 [13:10:45.995] getExportInfoMap: cache hit +Info 6517 [13:10:45.999] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 31 from cache +Info 6518 [13:10:45.999] collectAutoImports: response is complete +Info 6519 [13:10:45.999] collectAutoImports: 4.392345999833196 +Info 6520 [13:10:45.999] getCompletionData: Semantic work: 5.436643000226468 +Info 6521 [13:10:46.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7327199997380376 +Info 6522 [13:10:46.002] Format host information updated +Info 6523 [13:10:46.170] Format host information updated +Info 6524 [13:10:46.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6525 [13:10:46.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 7.36353600025177ms +Info 6526 [13:10:46.178] Different program with same set of files +Info 6527 [13:10:46.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6528 [13:10:46.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 6.73424999974668ms +Info 6529 [13:10:46.315] Different program with same set of files +Info 6530 [13:10:46.315] getCompletionData: Get current token: 0.004894999787211418 +Info 6531 [13:10:46.315] getCompletionData: Is inside comment: 0.010023999959230423 +Info 6532 [13:10:46.315] getCompletionData: Get previous token: 0.00733900023624301 +Info 6533 [13:10:46.315] getCompletionsAtPosition: isCompletionListBlocker: 0.006696000229567289 +Info 6534 [13:10:46.315] getExportInfoMap: cache hit +Info 6535 [13:10:46.332] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6536 [13:10:46.332] collectAutoImports: response is complete +Info 6537 [13:10:46.332] collectAutoImports: 16.146250000223517 +Info 6538 [13:10:46.332] getCompletionData: Semantic work: 16.727851000148803 +Info 6539 [13:10:46.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.204773999750614 +Info 6540 [13:10:46.340] Format host information updated +Info 6541 [13:10:46.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6542 [13:10:46.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 15.654916999861598ms +Info 6543 [13:10:46.554] Different program with same set of files +Info 6544 [13:10:46.555] getCompletionData: Get current token: 0.00775500014424324 +Info 6545 [13:10:46.555] getCompletionData: Is inside comment: 0.014919000212103128 +Info 6546 [13:10:46.555] getCompletionData: Get previous token: 0.013842000160366297 +Info 6547 [13:10:46.555] getCompletionsAtPosition: isCompletionListBlocker: 0.011146999895572662 +Info 6548 [13:10:46.558] getExportInfoMap: cache hit +Info 6549 [13:10:46.574] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6550 [13:10:46.574] collectAutoImports: response is complete +Info 6551 [13:10:46.574] collectAutoImports: 15.271542000118643 +Info 6552 [13:10:46.574] getCompletionData: Semantic work: 18.917475000023842 +Info 6553 [13:10:46.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.848274000454694 +Info 6554 [13:10:46.582] Format host information updated +Info 6555 [13:10:46.595] Format host information updated +Info 6556 [13:10:46.595] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6557 [13:10:46.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 6.815526999998838ms +Info 6558 [13:10:46.602] Different program with same set of files +Info 6559 [13:10:47.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6560 [13:10:47.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 10.10572799993679ms +Info 6561 [13:10:47.080] Different program with same set of files +Info 6562 [13:10:47.080] getCompletionData: Get current token: 0.003202000167220831 +Info 6563 [13:10:47.080] getCompletionData: Is inside comment: 0.010180999990552664 +Info 6564 [13:10:47.080] getCompletionData: Get previous token: 0.013246999587863684 +Info 6565 [13:10:47.080] getCompletionsAtPosition: isCompletionListBlocker: 0.008665000088512897 +Info 6566 [13:10:47.081] getExportInfoMap: cache hit +Info 6567 [13:10:47.087] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 6568 [13:10:47.087] collectAutoImports: response is complete +Info 6569 [13:10:47.087] collectAutoImports: 5.8898589997552335 +Info 6570 [13:10:47.087] getCompletionData: Semantic work: 6.601979000028223 +Info 6571 [13:10:47.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3983669998124242 +Info 6572 [13:10:47.090] Format host information updated +Info 6573 [13:10:47.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6574 [13:10:47.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 8.622419000137597ms +Info 6575 [13:10:47.139] Different program with same set of files +Info 6576 [13:10:47.140] getCompletionData: Get current token: 0.004421999678015709 +Info 6577 [13:10:47.140] getCompletionData: Is inside comment: 0.013558000326156616 +Info 6578 [13:10:47.140] getCompletionData: Get previous token: 0.016888000071048737 +Info 6579 [13:10:47.140] getCompletionsAtPosition: isCompletionListBlocker: 0.008642999920994043 +Info 6580 [13:10:47.140] getExportInfoMap: cache hit +Info 6581 [13:10:47.146] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 97 from cache +Info 6582 [13:10:47.146] collectAutoImports: response is complete +Info 6583 [13:10:47.146] collectAutoImports: 5.1484269998036325 +Info 6584 [13:10:47.146] getCompletionData: Semantic work: 5.865006000269204 +Info 6585 [13:10:47.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.548101999796927 +Info 6586 [13:10:47.148] Format host information updated +Info 6587 [13:10:47.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6588 [13:10:47.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 10.162018000148237ms +Info 6589 [13:10:47.504] Different program with same set of files +Info 6590 [13:10:47.504] getCompletionData: Get current token: 0.003986999858170748 +Info 6591 [13:10:47.504] getCompletionData: Is inside comment: 0.012135999742895365 +Info 6592 [13:10:47.504] getCompletionData: Get previous token: 0.01653800019994378 +Info 6593 [13:10:47.504] getCompletionsAtPosition: isCompletionListBlocker: 0.008030000142753124 +Info 6594 [13:10:47.505] getExportInfoMap: cache hit +Info 6595 [13:10:47.510] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 6596 [13:10:47.510] collectAutoImports: response is complete +Info 6597 [13:10:47.510] collectAutoImports: 5.256287999916822 +Info 6598 [13:10:47.510] getCompletionData: Semantic work: 5.977163000032306 +Info 6599 [13:10:47.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4844480003230274 +Info 6600 [13:10:47.512] Format host information updated +Info 6601 [13:10:47.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6602 [13:10:47.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 8.841804999858141ms +Info 6603 [13:10:47.652] Different program with same set of files +Info 6604 [13:10:47.652] getCompletionData: Get current token: 0.005237999837845564 +Info 6605 [13:10:47.652] getCompletionData: Is inside comment: 0.01576399989426136 +Info 6606 [13:10:47.652] getCompletionData: Get previous token: 0.021786999888718128 +Info 6607 [13:10:47.652] getCompletionsAtPosition: isCompletionListBlocker: 0.009400999639183283 +Info 6608 [13:10:47.653] getExportInfoMap: cache hit +Info 6609 [13:10:47.656] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 6610 [13:10:47.656] collectAutoImports: response is complete +Info 6611 [13:10:47.656] collectAutoImports: 3.2544609997421503 +Info 6612 [13:10:47.656] getCompletionData: Semantic work: 4.085485000163317 +Info 6613 [13:10:47.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.735156999900937 +Info 6614 [13:10:47.661] Format host information updated +Info 6615 [13:10:48.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6616 [13:10:48.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 6.794686000328511ms +Info 6617 [13:10:48.080] Different program with same set of files +Info 6618 [13:10:48.080] getCompletionData: Get current token: 0.003645000047981739 +Info 6619 [13:10:48.080] getCompletionData: Is inside comment: 0.010966999921947718 +Info 6620 [13:10:48.081] getCompletionData: Get previous token: 0.01399199990555644 +Info 6621 [13:10:48.081] getCompletionsAtPosition: isCompletionListBlocker: 0.00875200005248189 +Info 6622 [13:10:48.081] getExportInfoMap: cache hit +Info 6623 [13:10:48.086] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 6624 [13:10:48.086] collectAutoImports: response is complete +Info 6625 [13:10:48.086] collectAutoImports: 5.226876999717206 +Info 6626 [13:10:48.086] getCompletionData: Semantic work: 5.872346000280231 +Info 6627 [13:10:48.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.015509999822825 +Info 6628 [13:10:48.089] Format host information updated +Info 6629 [13:10:48.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6630 [13:10:48.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 11.366423999890685ms +Info 6631 [13:10:48.335] Different program with same set of files +Info 6632 [13:10:48.335] getCompletionData: Get current token: 0.004619999788701534 +Info 6633 [13:10:48.335] getCompletionData: Is inside comment: 0.014012000057846308 +Info 6634 [13:10:48.335] getCompletionData: Get previous token: 0.01792099978774786 +Info 6635 [13:10:48.335] getCompletionsAtPosition: isCompletionListBlocker: 0.00951500004157424 +Info 6636 [13:10:48.336] getExportInfoMap: cache hit +Info 6637 [13:10:48.342] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 97 from cache +Info 6638 [13:10:48.342] collectAutoImports: response is complete +Info 6639 [13:10:48.342] collectAutoImports: 5.789443999994546 +Info 6640 [13:10:48.342] getCompletionData: Semantic work: 6.633729999884963 +Info 6641 [13:10:48.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7002549995668232 +Info 6642 [13:10:48.345] Format host information updated +Info 6643 [13:10:48.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6644 [13:10:48.407] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 14.970506000332534ms +Info 6645 [13:10:48.407] Different program with same set of files +Info 6646 [13:10:48.407] getCompletionData: Get current token: 0.008150999899953604 +Info 6647 [13:10:48.407] getCompletionData: Is inside comment: 0.025818999856710434 +Info 6648 [13:10:48.407] getCompletionData: Get previous token: 0.03235100023448467 +Info 6649 [13:10:48.408] getCompletionsAtPosition: isCompletionListBlocker: 0.014734999742358923 +Info 6650 [13:10:48.409] getExportInfoMap: cache hit +Info 6651 [13:10:48.413] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 6652 [13:10:48.413] collectAutoImports: response is complete +Info 6653 [13:10:48.413] collectAutoImports: 4.271175999660045 +Info 6654 [13:10:48.413] getCompletionData: Semantic work: 5.448621000163257 +Info 6655 [13:10:48.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9669599998742342 +Info 6656 [13:10:48.420] Format host information updated +Info 6657 [13:10:49.993] Format host information updated +Info 6658 [13:10:49.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6659 [13:10:50.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 6.697082000318915ms +Info 6660 [13:10:50.000] Different program with same set of files +Info 6661 [13:10:50.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6662 [13:10:50.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 7.645213999785483ms +Info 6663 [13:10:50.250] Different program with same set of files +Info 6664 [13:10:50.250] getCompletionData: Get current token: 0.0026719998568296432 +Info 6665 [13:10:50.250] getCompletionData: Is inside comment: 0.008806999772787094 +Info 6666 [13:10:50.250] getCompletionData: Get previous token: 0.013160000089555979 +Info 6667 [13:10:50.250] getCompletionsAtPosition: isCompletionListBlocker: 0.009589999914169312 +Info 6668 [13:10:50.253] getExportInfoMap: cache hit +Info 6669 [13:10:50.258] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 6670 [13:10:50.258] collectAutoImports: response is complete +Info 6671 [13:10:50.258] collectAutoImports: 4.823526000138372 +Info 6672 [13:10:50.258] getCompletionData: Semantic work: 7.8383260001428425 +Info 6673 [13:10:50.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3931359997950494 +Info 6674 [13:10:50.260] Format host information updated +Info 6675 [13:10:50.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6676 [13:10:50.323] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 14.887370999902487ms +Info 6677 [13:10:50.323] Different program with same set of files +Info 6678 [13:10:50.324] getCompletionData: Get current token: 0.006292999722063541 +Info 6679 [13:10:50.324] getCompletionData: Is inside comment: 0.02129499986767769 +Info 6680 [13:10:50.324] getCompletionData: Get previous token: 0.029835999943315983 +Info 6681 [13:10:50.324] getCompletionsAtPosition: isCompletionListBlocker: 0.016561999917030334 +Info 6682 [13:10:50.325] getExportInfoMap: cache hit +Info 6683 [13:10:50.336] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 97 from cache +Info 6684 [13:10:50.336] collectAutoImports: response is complete +Info 6685 [13:10:50.336] collectAutoImports: 10.54500100016594 +Info 6686 [13:10:50.336] getCompletionData: Semantic work: 11.800596000161022 +Info 6687 [13:10:50.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.267467999830842 +Info 6688 [13:10:50.343] Format host information updated +Info 6689 [13:10:50.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6690 [13:10:50.379] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 7.763844000175595ms +Info 6691 [13:10:50.379] Different program with same set of files +Info 6692 [13:10:50.379] getCompletionData: Get current token: 0.0032730000093579292 +Info 6693 [13:10:50.379] getCompletionData: Is inside comment: 0.010812999680638313 +Info 6694 [13:10:50.379] getCompletionData: Get previous token: 0.014997000340372324 +Info 6695 [13:10:50.379] getCompletionsAtPosition: isCompletionListBlocker: 0.009177000261843204 +Info 6696 [13:10:50.380] getExportInfoMap: cache hit +Info 6697 [13:10:50.382] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 6698 [13:10:50.382] collectAutoImports: response is complete +Info 6699 [13:10:50.382] collectAutoImports: 2.38673899974674 +Info 6700 [13:10:50.382] getCompletionData: Semantic work: 3.0419140001758933 +Info 6701 [13:10:50.383] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.203474000096321 +Info 6702 [13:10:50.384] Format host information updated +Info 6703 [13:10:50.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6704 [13:10:50.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 6.783354999963194ms +Info 6705 [13:10:50.462] Different program with same set of files +Info 6706 [13:10:50.463] getCompletionData: Get current token: 0.003891000058501959 +Info 6707 [13:10:50.463] getCompletionData: Is inside comment: 0.010531000327318907 +Info 6708 [13:10:50.463] getCompletionData: Get previous token: 0.006376999896019697 +Info 6709 [13:10:50.463] getCompletionsAtPosition: isCompletionListBlocker: 0.0026119998656213284 +Info 6710 [13:10:50.463] getCompletionData: Semantic work: 0.4066449999809265 +Info 6711 [13:10:50.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3193939998745918 +Info 6712 [13:10:50.466] Format host information updated +Info 6713 [13:10:50.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6714 [13:10:50.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 6.937413000036031ms +Info 6715 [13:10:50.852] Different program with same set of files +Info 6716 [13:10:50.852] getCompletionData: Get current token: 0.002778999973088503 +Info 6717 [13:10:50.852] getCompletionData: Is inside comment: 0.009425000287592411 +Info 6718 [13:10:50.852] getCompletionData: Get previous token: 0.014531000051647425 +Info 6719 [13:10:50.852] getCompletionsAtPosition: isCompletionListBlocker: 0.0025069997645914555 +Info 6720 [13:10:50.852] getCompletionData: Semantic work: 0.39501600014045835 +Info 6721 [13:10:50.853] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7770480001345277 +Info 6722 [13:10:50.853] Format host information updated +Info 6723 [13:10:50.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6724 [13:10:50.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 7.193769000004977ms +Info 6725 [13:10:50.930] Different program with same set of files +Info 6726 [13:10:50.930] getCompletionData: Get current token: 0.0037899999879300594 +Info 6727 [13:10:50.930] getCompletionData: Is inside comment: 0.013322999700903893 +Info 6728 [13:10:50.930] getCompletionData: Get previous token: 0.022153000347316265 +Info 6729 [13:10:50.930] getCompletionsAtPosition: isCompletionListBlocker: 0.003128000069409609 +Info 6730 [13:10:50.931] getCompletionData: Semantic work: 0.49359200010076165 +Info 6731 [13:10:50.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9651389997452497 +Info 6732 [13:10:50.935] Format host information updated +Info 6733 [13:10:50.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6734 [13:10:51.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 15.387504999991506ms +Info 6735 [13:10:51.004] Different program with same set of files +Info 6736 [13:10:51.004] getCompletionData: Get current token: 0.007415999658405781 +Info 6737 [13:10:51.005] getCompletionData: Is inside comment: 0.023756999988108873 +Info 6738 [13:10:51.005] getCompletionData: Get previous token: 0.03383000008761883 +Info 6739 [13:10:51.005] getCompletionsAtPosition: isCompletionListBlocker: 0.005015000235289335 +Info 6740 [13:10:51.006] getCompletionData: Semantic work: 0.8449480002745986 +Info 6741 [13:10:51.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6065750000998378 +Info 6742 [13:10:51.008] Format host information updated +Info 6743 [13:10:51.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6744 [13:10:51.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 6.165279999841005ms +Info 6745 [13:10:51.055] Different program with same set of files +Info 6746 [13:10:51.055] getCompletionData: Get current token: 0.0023229997605085373 +Info 6747 [13:10:51.055] getCompletionData: Is inside comment: 0.007666000165045261 +Info 6748 [13:10:51.055] getCompletionData: Get previous token: 0.011812999844551086 +Info 6749 [13:10:51.055] getCompletionsAtPosition: isCompletionListBlocker: 0.0024679997004568577 +Info 6750 [13:10:51.056] getCompletionData: Semantic work: 0.3321749996393919 +Info 6751 [13:10:51.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5852100001648068 +Info 6752 [13:10:51.060] Format host information updated +Info 6753 [13:10:51.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6754 [13:10:51.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 12.997861000243574ms +Info 6755 [13:10:51.136] Different program with same set of files +Info 6756 [13:10:51.136] getCompletionData: Get current token: 0.0021310001611709595 +Info 6757 [13:10:51.137] getCompletionData: Is inside comment: 0.00825499976053834 +Info 6758 [13:10:51.137] getCompletionData: Get previous token: 0.012251999694854021 +Info 6759 [13:10:51.137] getCompletionsAtPosition: isCompletionListBlocker: 0.002322000451385975 +Info 6760 [13:10:51.137] getCompletionData: Semantic work: 0.4052980002015829 +Info 6761 [13:10:51.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8855369999073446 +Info 6762 [13:10:51.142] Format host information updated +Info 6763 [13:10:51.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6764 [13:10:51.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 6.685099999886006ms +Info 6765 [13:10:51.355] Different program with same set of files +Info 6766 [13:10:51.355] getCompletionData: Get current token: 0.0020849998109042645 +Info 6767 [13:10:51.355] getCompletionData: Is inside comment: 0.00824299966916442 +Info 6768 [13:10:51.355] getCompletionData: Get previous token: 0.01202400028705597 +Info 6769 [13:10:51.356] getCompletionsAtPosition: isCompletionListBlocker: 0.0024199998006224632 +Info 6770 [13:10:51.356] getCompletionData: Semantic work: 0.37671499978750944 +Info 6771 [13:10:51.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6427259999327362 +Info 6772 [13:10:51.357] Format host information updated +Info 6773 [13:10:51.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6774 [13:10:51.471] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 24.034321999642998ms +Info 6775 [13:10:51.471] Different program with same set of files +Info 6776 [13:10:51.471] getCompletionData: Get current token: 0.009253999684005976 +Info 6777 [13:10:51.471] getCompletionData: Is inside comment: 0.02681000018492341 +Info 6778 [13:10:51.471] getCompletionData: Get previous token: 0.04020299995318055 +Info 6779 [13:10:51.471] getCompletionsAtPosition: isCompletionListBlocker: 0.006159000098705292 +Info 6780 [13:10:51.472] getCompletionData: Semantic work: 0.9755930001847446 +Info 6781 [13:10:51.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.069463999941945 +Info 6782 [13:10:51.474] Format host information updated +Info 6783 [13:10:51.551] Format host information updated +Info 6784 [13:10:51.552] getCompletionData: Get current token: 0.017930000089108944 +Info 6785 [13:10:51.552] getCompletionData: Is inside comment: 0.05505499988794327 +Info 6786 [13:10:51.552] getCompletionData: Get previous token: 0.056317000184208155 +Info 6787 [13:10:51.552] getCompletionsAtPosition: isCompletionListBlocker: 0.008276000153273344 +Info 6788 [13:10:51.553] getCompletionData: Semantic work: 0.6212860001251101 +Info 6789 [13:10:51.814] Format host information updated +Info 6790 [13:10:51.814] getCompletionData: Get current token: 0.027772999834269285 +Info 6791 [13:10:51.814] getCompletionData: Is inside comment: 0.06884600035846233 +Info 6792 [13:10:51.815] getCompletionData: Get previous token: 0.05724600004032254 +Info 6793 [13:10:51.815] getCompletionsAtPosition: isCompletionListBlocker: 0.009033000096678734 +Info 6794 [13:10:51.815] getCompletionData: Semantic work: 0.5942400000058115 +Info 6795 [13:10:51.869] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6796 [13:10:51.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 11.291637999936938ms +Info 6797 [13:10:51.880] Different program with same set of files +Info 6798 [13:10:51.880] getCompletionData: Get current token: 0.0034719998948276043 +Info 6799 [13:10:51.880] getCompletionData: Is inside comment: 0.011843999847769737 +Info 6800 [13:10:51.881] getCompletionData: Get previous token: 0.007953000254929066 +Info 6801 [13:10:51.881] getCompletionsAtPosition: isCompletionListBlocker: 0.003807999659329653 +Info 6802 [13:10:51.882] getExportInfoMap: cache hit +Info 6803 [13:10:51.912] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6804 [13:10:51.912] collectAutoImports: response is complete +Info 6805 [13:10:51.912] collectAutoImports: 30.095439999829978 +Info 6806 [13:10:51.912] getCompletionData: Semantic work: 31.526711999904364 +Info 6807 [13:10:51.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.5169919999316335 +Info 6808 [13:10:51.921] Format host information updated +Info 6809 [13:10:52.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6810 [13:10:52.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 6.613687000237405ms +Info 6811 [13:10:52.089] Different program with same set of files +Info 6812 [13:10:52.089] getCompletionData: Get current token: 0.0021440000273287296 +Info 6813 [13:10:52.089] getCompletionData: Is inside comment: 0.008413000032305717 +Info 6814 [13:10:52.089] getCompletionData: Get previous token: 0.012380000203847885 +Info 6815 [13:10:52.089] getCompletionsAtPosition: isCompletionListBlocker: 0.0032939999364316463 +Info 6816 [13:10:52.090] getExportInfoMap: cache hit +Info 6817 [13:10:52.094] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 6818 [13:10:52.094] collectAutoImports: response is complete +Info 6819 [13:10:52.094] collectAutoImports: 4.349233000073582 +Info 6820 [13:10:52.094] getCompletionData: Semantic work: 4.92500999988988 +Info 6821 [13:10:52.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2615129998885095 +Info 6822 [13:10:52.098] Format host information updated +Info 6823 [13:10:52.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6824 [13:10:52.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 7.1570990001782775ms +Info 6825 [13:10:52.281] Different program with same set of files +Info 6826 [13:10:52.281] getCompletionData: Get current token: 0.0024999999441206455 +Info 6827 [13:10:52.282] getCompletionData: Is inside comment: 0.00960900029167533 +Info 6828 [13:10:52.282] getCompletionData: Get previous token: 0.015213999897241592 +Info 6829 [13:10:52.282] getCompletionsAtPosition: isCompletionListBlocker: 0.0032679997384548187 +Info 6830 [13:10:52.282] getExportInfoMap: cache hit +Info 6831 [13:10:52.286] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 63 from cache +Info 6832 [13:10:52.286] collectAutoImports: response is complete +Info 6833 [13:10:52.286] collectAutoImports: 3.3569439998827875 +Info 6834 [13:10:52.286] getCompletionData: Semantic work: 4.012707999907434 +Info 6835 [13:10:52.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.228382000233978 +Info 6836 [13:10:52.288] Format host information updated +Info 6837 [13:10:52.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6838 [13:10:52.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 8.574674000032246ms +Info 6839 [13:10:52.688] Different program with same set of files +Info 6840 [13:10:52.688] getCompletionData: Get current token: 0.002638000063598156 +Info 6841 [13:10:52.688] getCompletionData: Is inside comment: 0.008298000320792198 +Info 6842 [13:10:52.688] getCompletionData: Get previous token: 0.014700000174343586 +Info 6843 [13:10:52.688] getCompletionsAtPosition: isCompletionListBlocker: 0.003525999840348959 +Info 6844 [13:10:52.689] getExportInfoMap: cache hit +Info 6845 [13:10:52.693] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 97 from cache +Info 6846 [13:10:52.693] collectAutoImports: response is complete +Info 6847 [13:10:52.693] collectAutoImports: 4.444836999755353 +Info 6848 [13:10:52.693] getCompletionData: Semantic work: 5.140335000120103 +Info 6849 [13:10:52.695] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2668729997240007 +Info 6850 [13:10:52.696] Format host information updated +Info 6851 [13:10:52.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6852 [13:10:52.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 18.73424099991098ms +Info 6853 [13:10:52.781] Different program with same set of files +Info 6854 [13:10:52.782] getCompletionData: Get current token: 0.007468000054359436 +Info 6855 [13:10:52.782] getCompletionData: Is inside comment: 0.02744799992069602 +Info 6856 [13:10:52.782] getCompletionData: Get previous token: 0.03972900006920099 +Info 6857 [13:10:52.782] getCompletionsAtPosition: isCompletionListBlocker: 0.007052000146359205 +Info 6858 [13:10:52.783] getExportInfoMap: cache hit +Info 6859 [13:10:52.791] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 31 from cache +Info 6860 [13:10:52.791] collectAutoImports: response is complete +Info 6861 [13:10:52.791] collectAutoImports: 7.576031000353396 +Info 6862 [13:10:52.791] getCompletionData: Semantic work: 9.266625000163913 +Info 6863 [13:10:52.795] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1034289998933673 +Info 6864 [13:10:52.798] Format host information updated +Info 6865 [13:10:53.008] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6866 [13:10:53.018] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 10.149759999942034ms +Info 6867 [13:10:53.018] Different program with same set of files +Info 6868 [13:10:53.018] getCompletionData: Get current token: 0.003289000131189823 +Info 6869 [13:10:53.018] getCompletionData: Is inside comment: 0.011404000222682953 +Info 6870 [13:10:53.018] getCompletionData: Get previous token: 0.007811000104993582 +Info 6871 [13:10:53.018] getCompletionsAtPosition: isCompletionListBlocker: 0.008936000056564808 +Info 6872 [13:10:53.019] getExportInfoMap: cache hit +Info 6873 [13:10:53.034] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 6874 [13:10:53.034] collectAutoImports: response is complete +Info 6875 [13:10:53.034] collectAutoImports: 14.998405000194907 +Info 6876 [13:10:53.034] getCompletionData: Semantic work: 15.81369199976325 +Info 6877 [13:10:53.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3540610000491142 +Info 6878 [13:10:53.040] Format host information updated +Info 6879 [13:10:57.211] Format host information updated +Info 6880 [13:10:57.211] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6881 [13:10:57.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 569 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.36529399966821ms +Info 6882 [13:10:57.222] Different program with same set of files +Info 6883 [13:11:00.620] Format host information updated +Info 6884 [13:11:00.620] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6885 [13:11:00.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 570 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.276101999916136ms +Info 6886 [13:11:00.630] Different program with same set of files +Info 6887 [13:11:06.017] Format host information updated +Info 6888 [13:11:06.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6889 [13:11:06.026] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 8.492304000072181ms +Info 6890 [13:11:06.026] Different program with same set of files +Info 6891 [13:11:06.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6892 [13:11:06.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 6.851476000156254ms +Info 6893 [13:11:06.224] Different program with same set of files +Info 6894 [13:11:06.224] getCompletionData: Get current token: 0.003305000253021717 +Info 6895 [13:11:06.224] getCompletionData: Is inside comment: 0.010526999831199646 +Info 6896 [13:11:06.224] getCompletionData: Get previous token: 0.006978000048547983 +Info 6897 [13:11:06.224] getCompletionsAtPosition: isCompletionListBlocker: 0.0030169999226927757 +Info 6898 [13:11:06.225] getExportInfoMap: cache hit +Info 6899 [13:11:06.240] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 6900 [13:11:06.240] collectAutoImports: response is complete +Info 6901 [13:11:06.240] collectAutoImports: 14.740328999701887 +Info 6902 [13:11:06.240] getCompletionData: Semantic work: 15.313916999846697 +Info 6903 [13:11:06.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.329386999830604 +Info 6904 [13:11:06.249] Format host information updated +Info 6905 [13:11:06.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6906 [13:11:06.285] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 7.1605239999480546ms +Info 6907 [13:11:06.285] Different program with same set of files +Info 6908 [13:11:06.285] getCompletionData: Get current token: 0.006024000234901905 +Info 6909 [13:11:06.285] getCompletionData: Is inside comment: 0.013571000192314386 +Info 6910 [13:11:06.285] getCompletionData: Get previous token: 0.007240000180900097 +Info 6911 [13:11:06.285] getCompletionsAtPosition: isCompletionListBlocker: 0.0077680000104010105 +Info 6912 [13:11:06.286] getExportInfoMap: cache hit +Info 6913 [13:11:06.300] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 6914 [13:11:06.300] collectAutoImports: response is complete +Info 6915 [13:11:06.300] collectAutoImports: 14.001604999881238 +Info 6916 [13:11:06.300] getCompletionData: Semantic work: 14.574938999954611 +Info 6917 [13:11:06.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6027959999628365 +Info 6918 [13:11:06.308] Format host information updated +Info 6919 [13:11:06.341] Format host information updated +Info 6920 [13:11:06.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6921 [13:11:06.349] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 8.120009999722242ms +Info 6922 [13:11:06.349] Different program with same set of files +Info 6923 [13:11:06.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6924 [13:11:06.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 6.425288999918848ms +Info 6925 [13:11:06.484] Different program with same set of files +Info 6926 [13:11:06.484] getCompletionData: Get current token: 0.003108999691903591 +Info 6927 [13:11:06.484] getCompletionData: Is inside comment: 0.009477000217884779 +Info 6928 [13:11:06.484] getCompletionData: Get previous token: 0.006163999903947115 +Info 6929 [13:11:06.484] getCompletionsAtPosition: isCompletionListBlocker: 0.007674000225961208 +Info 6930 [13:11:06.485] getExportInfoMap: cache hit +Info 6931 [13:11:06.499] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 6932 [13:11:06.499] collectAutoImports: response is complete +Info 6933 [13:11:06.499] collectAutoImports: 14.28179799998179 +Info 6934 [13:11:06.499] getCompletionData: Semantic work: 14.84225199976936 +Info 6935 [13:11:06.504] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.011502000037581 +Info 6936 [13:11:06.508] Format host information updated +Info 6937 [13:11:06.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6938 [13:11:06.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 6.768960000015795ms +Info 6939 [13:11:06.629] Different program with same set of files +Info 6940 [13:11:06.630] getCompletionData: Get current token: 0.00357599975541234 +Info 6941 [13:11:06.630] getCompletionData: Is inside comment: 0.010094000026583672 +Info 6942 [13:11:06.630] getCompletionData: Get previous token: 0.0064849997870624065 +Info 6943 [13:11:06.630] getCompletionsAtPosition: isCompletionListBlocker: 0.007639999967068434 +Info 6944 [13:11:06.630] getExportInfoMap: cache hit +Info 6945 [13:11:06.644] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 6946 [13:11:06.644] collectAutoImports: response is complete +Info 6947 [13:11:06.644] collectAutoImports: 13.892601000145078 +Info 6948 [13:11:06.644] getCompletionData: Semantic work: 14.414172999560833 +Info 6949 [13:11:06.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.753463999833912 +Info 6950 [13:11:06.652] Format host information updated +Info 6951 [13:11:06.695] Format host information updated +Info 6952 [13:11:06.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6953 [13:11:06.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 8.757482000160962ms +Info 6954 [13:11:06.704] Different program with same set of files +Info 6955 [13:11:08.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6956 [13:11:08.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 6.358343999832869ms +Info 6957 [13:11:08.693] Different program with same set of files +Info 6958 [13:11:08.693] getCompletionData: Get current token: 0.0031850002706050873 +Info 6959 [13:11:08.693] getCompletionData: Is inside comment: 0.00877199973911047 +Info 6960 [13:11:08.693] getCompletionData: Get previous token: 0.005859000142663717 +Info 6961 [13:11:08.693] getCompletionsAtPosition: isCompletionListBlocker: 0.0073449998162686825 +Info 6962 [13:11:08.693] getExportInfoMap: cache hit +Info 6963 [13:11:08.706] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 6964 [13:11:08.706] collectAutoImports: response is complete +Info 6965 [13:11:08.706] collectAutoImports: 12.687278000172228 +Info 6966 [13:11:08.706] getCompletionData: Semantic work: 13.17237799987197 +Info 6967 [13:11:08.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.272052000276744 +Info 6968 [13:11:08.714] Format host information updated +Info 6969 [13:11:09.103] getCompletionData: Get current token: 0.004230000078678131 +Info 6970 [13:11:09.103] getCompletionData: Is inside comment: 0.010098999831825495 +Info 6971 [13:11:09.103] getCompletionData: Get previous token: 0.0070580001920461655 +Info 6972 [13:11:09.103] getCompletionsAtPosition: isCompletionListBlocker: 0.0032290001399815083 +Info 6973 [13:11:09.104] getCompletionData: Semantic work: 0.0798050002194941 +Info 6974 [13:11:09.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03714799974113703 +Info 6975 [13:11:09.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6976 [13:11:09.264] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 6.426630000118166ms +Info 6977 [13:11:09.264] Different program with same set of files +Info 6978 [13:11:09.264] getCompletionData: Get current token: 0.00393499992787838 +Info 6979 [13:11:09.264] getCompletionData: Is inside comment: 0.011761999689042568 +Info 6980 [13:11:09.265] getCompletionData: Get previous token: 0.014619000256061554 +Info 6981 [13:11:09.265] getCompletionsAtPosition: isCompletionListBlocker: 0.002636999823153019 +Info 6982 [13:11:09.265] getCompletionData: Semantic work: 0.02756600035354495 +Info 6983 [13:11:09.265] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0568320001475513 +Info 6984 [13:11:09.265] Format host information updated +Info 6985 [13:11:09.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6986 [13:11:09.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 8.508284999988973ms +Info 6987 [13:11:09.331] Different program with same set of files +Info 6988 [13:11:09.331] getCompletionData: Get current token: 0.004296999890357256 +Info 6989 [13:11:09.331] getCompletionData: Is inside comment: 0.01003299979493022 +Info 6990 [13:11:09.331] getCompletionData: Get previous token: 0.011604000348597765 +Info 6991 [13:11:09.331] getCompletionsAtPosition: isCompletionListBlocker: 0.0025459998287260532 +Info 6992 [13:11:09.331] getCompletionData: Semantic work: 0.017381000332534313 +Info 6993 [13:11:09.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05525900004431605 +Info 6994 [13:11:09.332] Format host information updated +Info 6995 [13:11:09.459] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6996 [13:11:09.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 7.228118999861181ms +Info 6997 [13:11:09.466] Different program with same set of files +Info 6998 [13:11:09.466] getCompletionData: Get current token: 0.003620999865233898 +Info 6999 [13:11:09.466] getCompletionData: Is inside comment: 0.03178500011563301 +Info 7000 [13:11:09.466] getCompletionData: Get previous token: 0.010538000147789717 +Info 7001 [13:11:09.467] getCompletionsAtPosition: isCompletionListBlocker: 0.0025140000507235527 +Info 7002 [13:11:09.467] getCompletionData: Semantic work: 0.04007699992507696 +Info 7003 [13:11:09.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06589700002223253 +Info 7004 [13:11:09.467] Format host information updated +Info 7005 [13:11:09.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7006 [13:11:09.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 9.23196000000462ms +Info 7007 [13:11:09.538] Different program with same set of files +Info 7008 [13:11:09.538] getCompletionData: Get current token: 0.006388000212609768 +Info 7009 [13:11:09.538] getCompletionData: Is inside comment: 0.016619000118225813 +Info 7010 [13:11:09.538] getCompletionData: Get previous token: 0.018521000165492296 +Info 7011 [13:11:09.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0034500001929700375 +Info 7012 [13:11:09.538] getCompletionData: Semantic work: 0.03537900000810623 +Info 7013 [13:11:09.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07989600021392107 +Info 7014 [13:11:09.542] Format host information updated +Info 7015 [13:11:09.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7016 [13:11:09.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 24.96494000032544ms +Info 7017 [13:11:09.683] Different program with same set of files +Info 7018 [13:11:09.683] getCompletionData: Get current token: 0.017736999783664942 +Info 7019 [13:11:09.683] getCompletionData: Is inside comment: 0.04430700000375509 +Info 7020 [13:11:09.683] getCompletionData: Get previous token: 0.05245999991893768 +Info 7021 [13:11:09.683] getCompletionsAtPosition: isCompletionListBlocker: 0.007653999608010054 +Info 7022 [13:11:09.684] getCompletionData: Semantic work: 0.049236000049859285 +Info 7023 [13:11:09.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20722200023010373 +Info 7024 [13:11:09.685] Format host information updated +Info 7025 [13:11:09.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7026 [13:11:09.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 9.17260400019586ms +Info 7027 [13:11:09.974] Different program with same set of files +Info 7028 [13:11:09.974] getCompletionData: Get current token: 0.00458499975502491 +Info 7029 [13:11:09.974] getCompletionData: Is inside comment: 0.011238000355660915 +Info 7030 [13:11:09.974] getCompletionData: Get previous token: 0.011965000070631504 +Info 7031 [13:11:09.974] getCompletionsAtPosition: isCompletionListBlocker: 0.002984999679028988 +Info 7032 [13:11:09.974] getCompletionData: Semantic work: 0.028713999781757593 +Info 7033 [13:11:09.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06752400007098913 +Info 7034 [13:11:09.975] Format host information updated +Info 7035 [13:11:10.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7036 [13:11:10.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 6.9419499998912215ms +Info 7037 [13:11:10.064] Different program with same set of files +Info 7038 [13:11:10.064] getCompletionData: Get current token: 0.004397999960929155 +Info 7039 [13:11:10.064] getCompletionData: Is inside comment: 0.011336000170558691 +Info 7040 [13:11:10.064] getCompletionData: Get previous token: 0.021769999992102385 +Info 7041 [13:11:10.064] getCompletionsAtPosition: isCompletionListBlocker: 0.0025279996916651726 +Info 7042 [13:11:10.064] getCompletionData: Semantic work: 0.017820999957621098 +Info 7043 [13:11:10.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.055025000125169754 +Info 7044 [13:11:10.065] Format host information updated +Info 7045 [13:11:10.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7046 [13:11:10.283] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 9.226266999728978ms +Info 7047 [13:11:10.283] Different program with same set of files +Info 7048 [13:11:10.283] getCompletionData: Get current token: 0.003585000056773424 +Info 7049 [13:11:10.283] getCompletionData: Is inside comment: 0.009121999610215425 +Info 7050 [13:11:10.283] getCompletionData: Get previous token: 0.07857399992644787 +Info 7051 [13:11:10.283] getCompletionsAtPosition: isCompletionListBlocker: 0.0023670000955462456 +Info 7052 [13:11:10.283] getCompletionData: Semantic work: 0.01696700043976307 +Info 7053 [13:11:10.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05724899983033538 +Info 7054 [13:11:10.283] Format host information updated +Info 7055 [13:11:10.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7056 [13:11:10.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 6.556255000177771ms +Info 7057 [13:11:10.373] Different program with same set of files +Info 7058 [13:11:10.374] getCompletionData: Get current token: 0.00442600017413497 +Info 7059 [13:11:10.374] getCompletionData: Is inside comment: 0.010960999876260757 +Info 7060 [13:11:10.374] getCompletionData: Get previous token: 0.012864999938756227 +Info 7061 [13:11:10.374] getCompletionsAtPosition: isCompletionListBlocker: 0.0026699998416006565 +Info 7062 [13:11:10.374] getCompletionData: Semantic work: 0.01820800034329295 +Info 7063 [13:11:10.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05714499996975064 +Info 7064 [13:11:10.374] Format host information updated +Info 7065 [13:11:10.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7066 [13:11:10.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 6.847037000115961ms +Info 7067 [13:11:10.508] Different program with same set of files +Info 7068 [13:11:10.508] getCompletionData: Get current token: 0.004863000009208918 +Info 7069 [13:11:10.508] getCompletionData: Is inside comment: 0.012189000379294157 +Info 7070 [13:11:10.508] getCompletionData: Get previous token: 0.008217999711632729 +Info 7071 [13:11:10.508] getCompletionsAtPosition: isCompletionListBlocker: 0.002290000207722187 +Info 7072 [13:11:10.509] getExportInfoMap: cache hit +Info 7073 [13:11:10.524] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7074 [13:11:10.524] collectAutoImports: response is complete +Info 7075 [13:11:10.524] collectAutoImports: 15.695724999997765 +Info 7076 [13:11:10.524] getCompletionData: Semantic work: 16.221965999808162 +Info 7077 [13:11:10.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.431619999930263 +Info 7078 [13:11:10.536] Format host information updated +Info 7079 [13:11:10.665] Format host information updated +Info 7080 [13:11:10.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7081 [13:11:10.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 8.469727999996394ms +Info 7082 [13:11:10.674] Different program with same set of files +Info 7083 [13:11:10.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7084 [13:11:10.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 8.583733999636024ms +Info 7085 [13:11:10.853] Different program with same set of files +Info 7086 [13:11:10.853] getCompletionData: Get current token: 0.004476000089198351 +Info 7087 [13:11:10.853] getCompletionData: Is inside comment: 0.014480999670922756 +Info 7088 [13:11:10.853] getCompletionData: Get previous token: 0.019127000123262405 +Info 7089 [13:11:10.853] getCompletionsAtPosition: isCompletionListBlocker: 0.0024709999561309814 +Info 7090 [13:11:10.854] getExportInfoMap: cache hit +Info 7091 [13:11:10.860] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 133 from cache +Info 7092 [13:11:10.860] collectAutoImports: response is complete +Info 7093 [13:11:10.860] collectAutoImports: 5.950590000022203 +Info 7094 [13:11:10.860] getCompletionData: Semantic work: 6.702382999937981 +Info 7095 [13:11:10.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.847823000047356 +Info 7096 [13:11:10.864] Format host information updated +Info 7097 [13:11:10.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7098 [13:11:10.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 21.794130999594927ms +Info 7099 [13:11:10.932] Different program with same set of files +Info 7100 [13:11:10.932] getCompletionData: Get current token: 0.009554000105708838 +Info 7101 [13:11:10.932] getCompletionData: Is inside comment: 0.029968999791890383 +Info 7102 [13:11:10.932] getCompletionData: Get previous token: 0.03988899989053607 +Info 7103 [13:11:10.932] getCompletionsAtPosition: isCompletionListBlocker: 0.004482000134885311 +Info 7104 [13:11:10.933] getExportInfoMap: cache hit +Info 7105 [13:11:10.942] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 127 from cache +Info 7106 [13:11:10.942] collectAutoImports: response is complete +Info 7107 [13:11:10.942] collectAutoImports: 8.195712000131607 +Info 7108 [13:11:10.942] getCompletionData: Semantic work: 9.374379999935627 +Info 7109 [13:11:10.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7712640003301203 +Info 7110 [13:11:10.947] Format host information updated +Info 7111 [13:11:11.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7112 [13:11:11.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 9.233152000233531ms +Info 7113 [13:11:11.083] Different program with same set of files +Info 7114 [13:11:11.083] getCompletionData: Get current token: 0.003601000178605318 +Info 7115 [13:11:11.083] getCompletionData: Is inside comment: 0.01126800011843443 +Info 7116 [13:11:11.083] getCompletionData: Get previous token: 0.014882999937981367 +Info 7117 [13:11:11.083] getCompletionsAtPosition: isCompletionListBlocker: 0.002386000007390976 +Info 7118 [13:11:11.084] getExportInfoMap: cache hit +Info 7119 [13:11:11.086] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 6 from cache +Info 7120 [13:11:11.086] collectAutoImports: response is complete +Info 7121 [13:11:11.086] collectAutoImports: 2.073445999994874 +Info 7122 [13:11:11.086] getCompletionData: Semantic work: 2.597916000057012 +Info 7123 [13:11:11.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.793147999793291 +Info 7124 [13:11:11.089] Format host information updated +Info 7125 [13:11:11.177] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7126 [13:11:11.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 6.986155000049621ms +Info 7127 [13:11:11.184] Different program with same set of files +Info 7128 [13:11:11.184] getCompletionData: Get current token: 0.0038919998332858086 +Info 7129 [13:11:11.184] getCompletionData: Is inside comment: 0.01257900008931756 +Info 7130 [13:11:11.184] getCompletionData: Get previous token: 0.01604699995368719 +Info 7131 [13:11:11.184] getCompletionsAtPosition: isCompletionListBlocker: 0.002177000045776367 +Info 7132 [13:11:11.185] getExportInfoMap: cache hit +Info 7133 [13:11:11.187] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 6 from cache +Info 7134 [13:11:11.187] collectAutoImports: response is complete +Info 7135 [13:11:11.187] collectAutoImports: 2.031225999817252 +Info 7136 [13:11:11.187] getCompletionData: Semantic work: 2.630568000022322 +Info 7137 [13:11:11.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9470800003036857 +Info 7138 [13:11:11.191] Format host information updated +Info 7139 [13:11:11.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7140 [13:11:11.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 27.487712000031024ms +Info 7141 [13:11:11.361] Different program with same set of files +Info 7142 [13:11:11.361] getCompletionData: Get current token: 0.013218000065535307 +Info 7143 [13:11:11.361] getCompletionData: Is inside comment: 0.040957999881356955 +Info 7144 [13:11:11.361] getCompletionData: Get previous token: 0.055105000268667936 +Info 7145 [13:11:11.362] getCompletionsAtPosition: isCompletionListBlocker: 0.005936000030487776 +Info 7146 [13:11:11.363] getExportInfoMap: cache hit +Info 7147 [13:11:11.367] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7148 [13:11:11.367] collectAutoImports: response is complete +Info 7149 [13:11:11.367] collectAutoImports: 3.9516819999553263 +Info 7150 [13:11:11.367] getCompletionData: Semantic work: 5.457860000431538 +Info 7151 [13:11:11.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.306522999890149 +Info 7152 [13:11:11.375] Format host information updated +Info 7153 [13:11:11.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7154 [13:11:11.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 7.044608999975026ms +Info 7155 [13:11:11.401] Different program with same set of files +Info 7156 [13:11:11.401] getCompletionData: Get current token: 0.004000999964773655 +Info 7157 [13:11:11.401] getCompletionData: Is inside comment: 0.012512000277638435 +Info 7158 [13:11:11.401] getCompletionData: Get previous token: 0.031909000128507614 +Info 7159 [13:11:11.401] getCompletionsAtPosition: isCompletionListBlocker: 0.0025530001148581505 +Info 7160 [13:11:11.402] getExportInfoMap: cache hit +Info 7161 [13:11:11.403] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7162 [13:11:11.403] collectAutoImports: response is complete +Info 7163 [13:11:11.403] collectAutoImports: 1.5455689998343587 +Info 7164 [13:11:11.403] getCompletionData: Semantic work: 2.058081000111997 +Info 7165 [13:11:11.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3444610000588 +Info 7166 [13:11:11.408] Format host information updated +Info 7167 [13:11:11.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7168 [13:11:11.553] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 7.453251000028104ms +Info 7169 [13:11:11.553] Different program with same set of files +Info 7170 [13:11:11.553] getCompletionData: Get current token: 0.004468000028282404 +Info 7171 [13:11:11.553] getCompletionData: Is inside comment: 0.013436000328511 +Info 7172 [13:11:11.553] getCompletionData: Get previous token: 0.01801500003784895 +Info 7173 [13:11:11.553] getCompletionsAtPosition: isCompletionListBlocker: 0.0023529999889433384 +Info 7174 [13:11:11.554] getExportInfoMap: cache hit +Info 7175 [13:11:11.556] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7176 [13:11:11.556] collectAutoImports: response is complete +Info 7177 [13:11:11.556] collectAutoImports: 1.8537719999440014 +Info 7178 [13:11:11.556] getCompletionData: Semantic work: 2.4428590000607073 +Info 7179 [13:11:11.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1004340001381934 +Info 7180 [13:11:11.559] Format host information updated +Info 7181 [13:11:11.889] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7182 [13:11:11.901] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 11.802765000145882ms +Info 7183 [13:11:11.901] Different program with same set of files +Info 7184 [13:11:11.901] getCompletionData: Get current token: 0.006102999672293663 +Info 7185 [13:11:11.901] getCompletionData: Is inside comment: 0.01658400008454919 +Info 7186 [13:11:11.901] getCompletionData: Get previous token: 0.022446000017225742 +Info 7187 [13:11:11.901] getCompletionsAtPosition: isCompletionListBlocker: 0.0029139998368918896 +Info 7188 [13:11:11.902] getExportInfoMap: cache hit +Info 7189 [13:11:11.904] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7190 [13:11:11.905] collectAutoImports: response is complete +Info 7191 [13:11:11.905] collectAutoImports: 2.3672710000537336 +Info 7192 [13:11:11.905] getCompletionData: Semantic work: 3.107091000303626 +Info 7193 [13:11:11.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.647354000248015 +Info 7194 [13:11:11.908] Format host information updated +Info 7195 [13:11:12.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7196 [13:11:12.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 6.838729000184685ms +Info 7197 [13:11:12.025] Different program with same set of files +Info 7198 [13:11:12.025] getCompletionData: Get current token: 0.004350000061094761 +Info 7199 [13:11:12.025] getCompletionData: Is inside comment: 0.012417000252753496 +Info 7200 [13:11:12.025] getCompletionData: Get previous token: 0.01687300018966198 +Info 7201 [13:11:12.025] getCompletionsAtPosition: isCompletionListBlocker: 0.0028180000372231007 +Info 7202 [13:11:12.026] getExportInfoMap: cache hit +Info 7203 [13:11:12.028] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7204 [13:11:12.028] collectAutoImports: response is complete +Info 7205 [13:11:12.028] collectAutoImports: 1.8707110001705587 +Info 7206 [13:11:12.028] getCompletionData: Semantic work: 2.444223999977112 +Info 7207 [13:11:12.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9640409997664392 +Info 7208 [13:11:12.032] Format host information updated +Info 7209 [13:11:12.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7210 [13:11:12.141] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 6.799884000327438ms +Info 7211 [13:11:12.141] Different program with same set of files +Info 7212 [13:11:12.141] getCompletionData: Get current token: 0.004011000040918589 +Info 7213 [13:11:12.141] getCompletionData: Is inside comment: 0.01233399985358119 +Info 7214 [13:11:12.142] getCompletionData: Get previous token: 0.016289999708533287 +Info 7215 [13:11:12.142] getCompletionsAtPosition: isCompletionListBlocker: 0.002920000348240137 +Info 7216 [13:11:12.142] getExportInfoMap: cache hit +Info 7217 [13:11:12.144] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 6 from cache +Info 7218 [13:11:12.144] collectAutoImports: response is complete +Info 7219 [13:11:12.144] collectAutoImports: 2.3979299999773502 +Info 7220 [13:11:12.144] getCompletionData: Semantic work: 2.945175000000745 +Info 7221 [13:11:12.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.084477999713272 +Info 7222 [13:11:12.148] Format host information updated +Info 7223 [13:11:12.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7224 [13:11:12.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 26.304820999968797ms +Info 7225 [13:11:12.232] Different program with same set of files +Info 7226 [13:11:12.232] getCompletionData: Get current token: 0.017533000092953444 +Info 7227 [13:11:12.233] getCompletionData: Is inside comment: 0.05231000017374754 +Info 7228 [13:11:12.233] getCompletionData: Get previous token: 0.06818499974906445 +Info 7229 [13:11:12.233] getCompletionsAtPosition: isCompletionListBlocker: 0.008003999944776297 +Info 7230 [13:11:12.235] getExportInfoMap: cache hit +Info 7231 [13:11:12.263] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7232 [13:11:12.263] collectAutoImports: response is complete +Info 7233 [13:11:12.263] collectAutoImports: 28.47017400013283 +Info 7234 [13:11:12.263] getCompletionData: Semantic work: 30.57013399992138 +Info 7235 [13:11:12.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.691097000148147 +Info 7236 [13:11:12.274] Format host information updated +Info 7237 [13:11:12.597] getCompletionData: Get current token: 0.003031000029295683 +Info 7238 [13:11:12.597] getCompletionData: Is inside comment: 0.011468000244349241 +Info 7239 [13:11:12.597] getCompletionData: Get previous token: 0.005754000041633844 +Info 7240 [13:11:12.597] getCompletionsAtPosition: isCompletionListBlocker: 0.008293000049889088 +Info 7241 [13:11:12.597] getExportInfoMap: cache hit +Info 7242 [13:11:12.607] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7243 [13:11:12.607] collectAutoImports: response is complete +Info 7244 [13:11:12.607] collectAutoImports: 9.99002300016582 +Info 7245 [13:11:12.607] getCompletionData: Semantic work: 10.531111999880522 +Info 7246 [13:11:12.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.763247999828309 +Info 7247 [13:11:12.766] Format host information updated +Info 7248 [13:11:12.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7249 [13:11:12.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 8.010966999921948ms +Info 7250 [13:11:12.774] Different program with same set of files +Info 7251 [13:11:12.887] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7252 [13:11:12.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 29.365464999806136ms +Info 7253 [13:11:12.917] Different program with same set of files +Info 7254 [13:11:12.917] getCompletionData: Get current token: 0.011101000010967255 +Info 7255 [13:11:12.917] getCompletionData: Is inside comment: 0.03606400033459067 +Info 7256 [13:11:12.917] getCompletionData: Get previous token: 0.02341199992224574 +Info 7257 [13:11:12.918] getCompletionsAtPosition: isCompletionListBlocker: 0.022109999787062407 +Info 7258 [13:11:12.919] getExportInfoMap: cache hit +Info 7259 [13:11:12.943] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7260 [13:11:12.943] collectAutoImports: response is complete +Info 7261 [13:11:12.943] collectAutoImports: 24.368193000089377 +Info 7262 [13:11:12.943] getCompletionData: Semantic work: 25.756494999863207 +Info 7263 [13:11:12.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.417623000219464 +Info 7264 [13:11:12.953] Format host information updated +Info 7265 [13:11:12.966] Format host information updated +Info 7266 [13:11:12.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7267 [13:11:12.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 6.790321999695152ms +Info 7268 [13:11:12.973] Different program with same set of files +Info 7269 [13:11:13.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7270 [13:11:13.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 8.785416999831796ms +Info 7271 [13:11:13.169] Different program with same set of files +Info 7272 [13:11:13.169] getCompletionData: Get current token: 0.0031759999692440033 +Info 7273 [13:11:13.169] getCompletionData: Is inside comment: 0.009833000134676695 +Info 7274 [13:11:13.169] getCompletionData: Get previous token: 0.013238999992609024 +Info 7275 [13:11:13.169] getCompletionsAtPosition: isCompletionListBlocker: 0.008077000267803669 +Info 7276 [13:11:13.169] getExportInfoMap: cache hit +Info 7277 [13:11:13.172] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 67 from cache +Info 7278 [13:11:13.172] collectAutoImports: response is complete +Info 7279 [13:11:13.172] collectAutoImports: 2.506707000080496 +Info 7280 [13:11:13.172] getCompletionData: Semantic work: 2.9848579997196794 +Info 7281 [13:11:13.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9101019999943674 +Info 7282 [13:11:13.175] Format host information updated +Info 7283 [13:11:13.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7284 [13:11:13.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 6.863644000142813ms +Info 7285 [13:11:13.351] Different program with same set of files +Info 7286 [13:11:13.351] getCompletionData: Get current token: 0.003488000016659498 +Info 7287 [13:11:13.351] getCompletionData: Is inside comment: 0.01141900010406971 +Info 7288 [13:11:13.351] getCompletionData: Get previous token: 0.014990999829024076 +Info 7289 [13:11:13.351] getCompletionsAtPosition: isCompletionListBlocker: 0.008570999838411808 +Info 7290 [13:11:13.352] getExportInfoMap: cache hit +Info 7291 [13:11:13.354] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 15 from cache +Info 7292 [13:11:13.354] collectAutoImports: response is complete +Info 7293 [13:11:13.354] collectAutoImports: 2.1368090002797544 +Info 7294 [13:11:13.354] getCompletionData: Semantic work: 2.669036000035703 +Info 7295 [13:11:13.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.031163000036031 +Info 7296 [13:11:13.358] Format host information updated +Info 7297 [13:11:13.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7298 [13:11:13.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 6.499931000173092ms +Info 7299 [13:11:13.449] Different program with same set of files +Info 7300 [13:11:13.449] getCompletionData: Get current token: 0.003244000021368265 +Info 7301 [13:11:13.449] getCompletionData: Is inside comment: 0.010617999825626612 +Info 7302 [13:11:13.449] getCompletionData: Get previous token: 0.014607999939471483 +Info 7303 [13:11:13.449] getCompletionsAtPosition: isCompletionListBlocker: 0.007521999999880791 +Info 7304 [13:11:13.450] getExportInfoMap: cache hit +Info 7305 [13:11:13.452] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 6 from cache +Info 7306 [13:11:13.452] collectAutoImports: response is complete +Info 7307 [13:11:13.452] collectAutoImports: 1.8892079996876419 +Info 7308 [13:11:13.452] getCompletionData: Semantic work: 2.355417000129819 +Info 7309 [13:11:13.454] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7732610004022717 +Info 7310 [13:11:13.454] Format host information updated +Info 7311 [13:11:13.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7312 [13:11:13.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 7.058662999887019ms +Info 7313 [13:11:13.538] Different program with same set of files +Info 7314 [13:11:13.539] getCompletionData: Get current token: 0.003950000274926424 +Info 7315 [13:11:13.539] getCompletionData: Is inside comment: 0.012571999803185463 +Info 7316 [13:11:13.539] getCompletionData: Get previous token: 0.01684999978169799 +Info 7317 [13:11:13.539] getCompletionsAtPosition: isCompletionListBlocker: 0.008283999748528004 +Info 7318 [13:11:13.539] getExportInfoMap: cache hit +Info 7319 [13:11:13.555] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7320 [13:11:13.555] collectAutoImports: response is complete +Info 7321 [13:11:13.555] collectAutoImports: 15.478325999807566 +Info 7322 [13:11:13.555] getCompletionData: Semantic work: 16.026752000208944 +Info 7323 [13:11:13.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.495771999936551 +Info 7324 [13:11:13.566] Format host information updated +Info 7325 [13:11:19.337] Format host information updated +Info 7326 [13:11:19.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7327 [13:11:19.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 6.6316700000315905ms +Info 7328 [13:11:19.344] Different program with same set of files +Info 7329 [13:11:19.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7330 [13:11:19.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 7.282734999898821ms +Info 7331 [13:11:19.558] Different program with same set of files +Info 7332 [13:11:19.558] getCompletionData: Get current token: 0.0027089999057352543 +Info 7333 [13:11:19.558] getCompletionData: Is inside comment: 0.009308000095188618 +Info 7334 [13:11:19.558] getCompletionData: Get previous token: 0.011482000350952148 +Info 7335 [13:11:19.558] getCompletionsAtPosition: isCompletionListBlocker: 0.007483999710530043 +Info 7336 [13:11:19.559] getExportInfoMap: cache hit +Info 7337 [13:11:19.563] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 7338 [13:11:19.563] collectAutoImports: response is complete +Info 7339 [13:11:19.563] collectAutoImports: 4.361616000067443 +Info 7340 [13:11:19.563] getCompletionData: Semantic work: 4.978170999791473 +Info 7341 [13:11:19.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.910852000117302 +Info 7342 [13:11:19.567] Format host information updated +Info 7343 [13:11:19.676] Format host information updated +Info 7344 [13:11:19.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7345 [13:11:19.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 6.655187000054866ms +Info 7346 [13:11:19.683] Different program with same set of files +Info 7347 [13:11:19.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7348 [13:11:19.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 25.48747199960053ms +Info 7349 [13:11:19.840] Different program with same set of files +Info 7350 [13:11:19.841] getCompletionData: Get current token: 0.020533999893814325 +Info 7351 [13:11:19.841] getCompletionData: Is inside comment: 0.044708000030368567 +Info 7352 [13:11:19.841] getCompletionData: Get previous token: 0.029854000080376863 +Info 7353 [13:11:19.841] getCompletionsAtPosition: isCompletionListBlocker: 0.02179200015962124 +Info 7354 [13:11:19.842] getExportInfoMap: cache hit +Info 7355 [13:11:19.868] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 7356 [13:11:19.868] collectAutoImports: response is complete +Info 7357 [13:11:19.868] collectAutoImports: 24.96026699990034 +Info 7358 [13:11:19.868] getCompletionData: Semantic work: 26.84235299983993 +Info 7359 [13:11:19.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.481672000139952 +Info 7360 [13:11:19.877] Format host information updated +Info 7361 [13:11:19.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7362 [13:11:19.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 7.439031000249088ms +Info 7363 [13:11:19.998] Different program with same set of files +Info 7364 [13:11:19.998] getCompletionData: Get current token: 0.004614999983459711 +Info 7365 [13:11:19.998] getCompletionData: Is inside comment: 0.011017999611794949 +Info 7366 [13:11:19.998] getCompletionData: Get previous token: 0.00797699997201562 +Info 7367 [13:11:19.998] getCompletionsAtPosition: isCompletionListBlocker: 0.009212000295519829 +Info 7368 [13:11:19.998] getExportInfoMap: cache hit +Info 7369 [13:11:20.012] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 7370 [13:11:20.012] collectAutoImports: response is complete +Info 7371 [13:11:20.012] collectAutoImports: 13.151744000148028 +Info 7372 [13:11:20.012] getCompletionData: Semantic work: 13.746640999801457 +Info 7373 [13:11:20.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.036309000104666 +Info 7374 [13:11:20.021] Format host information updated +Info 7375 [13:11:20.051] Format host information updated +Info 7376 [13:11:20.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7377 [13:11:20.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 7.445284999907017ms +Info 7378 [13:11:20.058] Different program with same set of files +Info 7379 [13:11:20.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7380 [13:11:20.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 6.699779000133276ms +Info 7381 [13:11:20.277] Different program with same set of files +Info 7382 [13:11:20.277] getCompletionData: Get current token: 0.003355999942868948 +Info 7383 [13:11:20.277] getCompletionData: Is inside comment: 0.009239999577403069 +Info 7384 [13:11:20.277] getCompletionData: Get previous token: 0.006881000008434057 +Info 7385 [13:11:20.277] getCompletionsAtPosition: isCompletionListBlocker: 0.003244000021368265 +Info 7386 [13:11:20.278] getExportInfoMap: cache hit +Info 7387 [13:11:20.291] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 7388 [13:11:20.291] collectAutoImports: response is complete +Info 7389 [13:11:20.291] collectAutoImports: 13.207498000003397 +Info 7390 [13:11:20.291] getCompletionData: Semantic work: 13.79409800004214 +Info 7391 [13:11:20.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.996482999995351 +Info 7392 [13:11:20.300] Format host information updated +Info 7393 [13:11:20.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7394 [13:11:20.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 7.323853999841958ms +Info 7395 [13:11:20.342] Different program with same set of files +Info 7396 [13:11:20.342] getCompletionData: Get current token: 0.003754999954253435 +Info 7397 [13:11:20.342] getCompletionData: Is inside comment: 0.01067400025203824 +Info 7398 [13:11:20.342] getCompletionData: Get previous token: 0.008564999792724848 +Info 7399 [13:11:20.342] getCompletionsAtPosition: isCompletionListBlocker: 0.008311000186949968 +Info 7400 [13:11:20.342] getExportInfoMap: cache hit +Info 7401 [13:11:20.355] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 7402 [13:11:20.355] collectAutoImports: response is complete +Info 7403 [13:11:20.355] collectAutoImports: 12.944381000008434 +Info 7404 [13:11:20.355] getCompletionData: Semantic work: 13.53749700030312 +Info 7405 [13:11:20.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.5198989999480546 +Info 7406 [13:11:20.365] Format host information updated +Info 7407 [13:11:21.455] Format host information updated +Info 7408 [13:11:21.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7409 [13:11:21.465] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 9.506252999883145ms +Info 7410 [13:11:21.465] Different program with same set of files +Info 7411 [13:11:21.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7412 [13:11:21.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 9.137736999895424ms +Info 7413 [13:11:21.681] Different program with same set of files +Info 7414 [13:11:21.681] getCompletionData: Get current token: 0.001836999785155058 +Info 7415 [13:11:21.681] getCompletionData: Is inside comment: 0.0073529998771846294 +Info 7416 [13:11:21.681] getCompletionData: Get previous token: 0.017518999986350536 +Info 7417 [13:11:21.681] getCompletionsAtPosition: isCompletionListBlocker: 0.009392000269144773 +Info 7418 [13:11:21.682] getExportInfoMap: cache hit +Info 7419 [13:11:21.686] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 7420 [13:11:21.686] collectAutoImports: response is complete +Info 7421 [13:11:21.686] collectAutoImports: 4.019313000142574 +Info 7422 [13:11:21.686] getCompletionData: Semantic work: 4.621321000158787 +Info 7423 [13:11:21.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0837360001169145 +Info 7424 [13:11:21.689] Format host information updated +Info 7425 [13:11:21.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7426 [13:11:21.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 10.60267599998042ms +Info 7427 [13:11:21.793] Different program with same set of files +Info 7428 [13:11:21.793] getCompletionData: Get current token: 0.0032060001976788044 +Info 7429 [13:11:21.793] getCompletionData: Is inside comment: 0.012283999938517809 +Info 7430 [13:11:21.793] getCompletionData: Get previous token: 0.007379999849945307 +Info 7431 [13:11:21.793] getCompletionsAtPosition: isCompletionListBlocker: 0.0031170002184808254 +Info 7432 [13:11:21.793] getCompletionData: Semantic work: 0.46545400004833937 +Info 7433 [13:11:21.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3648890000768006 +Info 7434 [13:11:21.794] Format host information updated +Info 7435 [13:11:23.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7436 [13:11:23.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 6.76465900009498ms +Info 7437 [13:11:23.431] Different program with same set of files +Info 7438 [13:11:23.431] getCompletionData: Get current token: 0.0019350000657141209 +Info 7439 [13:11:23.431] getCompletionData: Is inside comment: 0.007532000076025724 +Info 7440 [13:11:23.431] getCompletionData: Get previous token: 0.01232199976220727 +Info 7441 [13:11:23.431] getCompletionsAtPosition: isCompletionListBlocker: 0.002398999873548746 +Info 7442 [13:11:23.432] getCompletionData: Semantic work: 0.3503999998793006 +Info 7443 [13:11:23.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6253260001540184 +Info 7444 [13:11:23.432] Format host information updated +Info 7445 [13:11:23.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7446 [13:11:23.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 7.028110000304878ms +Info 7447 [13:11:23.595] Different program with same set of files +Info 7448 [13:11:23.595] getCompletionData: Get current token: 0.0022190003655850887 +Info 7449 [13:11:23.595] getCompletionData: Is inside comment: 0.009273999836295843 +Info 7450 [13:11:23.595] getCompletionData: Get previous token: 0.013350999914109707 +Info 7451 [13:11:23.595] getCompletionsAtPosition: isCompletionListBlocker: 0.002615000121295452 +Info 7452 [13:11:23.595] getCompletionData: Semantic work: 0.4162410004064441 +Info 7453 [13:11:23.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.715222000144422 +Info 7454 [13:11:23.601] Format host information updated +Info 7455 [13:11:23.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7456 [13:11:23.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 6.944976999890059ms +Info 7457 [13:11:23.714] Different program with same set of files +Info 7458 [13:11:23.714] getCompletionData: Get current token: 0.002524999901652336 +Info 7459 [13:11:23.714] getCompletionData: Is inside comment: 0.008261000271886587 +Info 7460 [13:11:23.714] getCompletionData: Get previous token: 0.014150000177323818 +Info 7461 [13:11:23.714] getCompletionsAtPosition: isCompletionListBlocker: 0.002512000035494566 +Info 7462 [13:11:23.715] getCompletionData: Semantic work: 0.3970359996892512 +Info 7463 [13:11:23.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.658462000079453 +Info 7464 [13:11:23.716] Format host information updated +Info 7465 [13:11:24.238] Format host information updated +Info 7466 [13:11:24.238] Format host information updated +Info 7467 [13:11:24.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7468 [13:11:24.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 7.027145000174642ms +Info 7469 [13:11:24.245] Different program with same set of files +Info 7470 [13:11:24.245] getCompletionData: Get current token: 0.0018090000376105309 +Info 7471 [13:11:24.245] getCompletionData: Is inside comment: 0.008105000015348196 +Info 7472 [13:11:24.245] getCompletionData: Get previous token: 0.0051390002481639385 +Info 7473 [13:11:24.245] getCompletionsAtPosition: isCompletionListBlocker: 0.002822000067681074 +Info 7474 [13:11:24.248] getExportInfoMap: cache hit +Info 7475 [13:11:24.259] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 7476 [13:11:24.259] collectAutoImports: response is complete +Info 7477 [13:11:24.259] collectAutoImports: 10.983820999972522 +Info 7478 [13:11:24.259] getCompletionData: Semantic work: 13.96349100023508 +Info 7479 [13:11:24.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.980750999879092 +Info 7480 [13:11:24.269] getCompletionData: Get current token: 0.01042299997061491 +Info 7481 [13:11:24.269] getCompletionData: Is inside comment: 0.004246999975293875 +Info 7482 [13:11:24.269] getCompletionData: Get previous token: 0.01716800034046173 +Info 7483 [13:11:24.269] getCompletionsAtPosition: isCompletionListBlocker: 0.002608000300824642 +Info 7484 [13:11:24.269] getCompletionData: Semantic work: 0.308528000023216 +Info 7485 [13:11:24.273] getCompletionData: Get current token: 0.005861999932676554 +Info 7486 [13:11:24.273] getCompletionData: Is inside comment: 0.0019820001907646656 +Info 7487 [13:11:24.273] getCompletionData: Get previous token: 0.015250000171363354 +Info 7488 [13:11:24.273] getCompletionsAtPosition: isCompletionListBlocker: 0.0019820001907646656 +Info 7489 [13:11:24.273] getCompletionData: Semantic work: 0.14188400004059076 +Info 7490 [13:11:24.274] Format host information updated +Info 7491 [13:11:24.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7492 [13:11:24.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 6.891675000078976ms +Info 7493 [13:11:24.305] Different program with same set of files +Info 7494 [13:11:24.305] getCompletionData: Get current token: 0.0020119999535381794 +Info 7495 [13:11:24.305] getCompletionData: Is inside comment: 0.008466999977827072 +Info 7496 [13:11:24.305] getCompletionData: Get previous token: 0.00544800003990531 +Info 7497 [13:11:24.305] getCompletionsAtPosition: isCompletionListBlocker: 0.0071390001103281975 +Info 7498 [13:11:24.306] getExportInfoMap: cache hit +Info 7499 [13:11:24.316] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 7500 [13:11:24.316] collectAutoImports: response is complete +Info 7501 [13:11:24.316] collectAutoImports: 10.830391000024974 +Info 7502 [13:11:24.316] getCompletionData: Semantic work: 11.32634299993515 +Info 7503 [13:11:24.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.699324999935925 +Info 7504 [13:11:24.324] Format host information updated +Info 7505 [13:11:29.843] Format host information updated +Info 7506 [13:11:29.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7507 [13:11:29.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 7.192124999593943ms +Info 7508 [13:11:29.850] Different program with same set of files +Info 7509 [13:11:34.682] Format host information updated +Info 7510 [13:11:34.683] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7511 [13:11:34.692] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 9.041395000182092ms +Info 7512 [13:11:34.692] Different program with same set of files +Info 7513 [13:11:36.129] Format host information updated +Info 7514 [13:11:36.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7515 [13:11:36.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 6.725523000117391ms +Info 7516 [13:11:36.136] Different program with same set of files +Info 7517 [13:11:37.007] Format host information updated +Info 7518 [13:11:37.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7519 [13:11:37.018] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 10.766585999634117ms +Info 7520 [13:11:37.018] Different program with same set of files +Info 7521 [13:11:37.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7522 [13:11:37.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 7.5025669997558ms +Info 7523 [13:11:37.232] Different program with same set of files +Info 7524 [13:11:37.232] getCompletionData: Get current token: 0.002651999704539776 +Info 7525 [13:11:37.232] getCompletionData: Is inside comment: 0.008163999766111374 +Info 7526 [13:11:37.232] getCompletionData: Get previous token: 0.010348999872803688 +Info 7527 [13:11:37.232] getCompletionsAtPosition: isCompletionListBlocker: 0.008030000142753124 +Info 7528 [13:11:37.233] getExportInfoMap: cache hit +Info 7529 [13:11:37.236] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 166 from cache +Info 7530 [13:11:37.236] collectAutoImports: response is complete +Info 7531 [13:11:37.236] collectAutoImports: 3.1336019998416305 +Info 7532 [13:11:37.236] getCompletionData: Semantic work: 3.5785849997773767 +Info 7533 [13:11:37.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0241640000604093 +Info 7534 [13:11:37.241] Format host information updated +Info 7535 [13:11:37.356] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7536 [13:11:37.366] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 10.153055000118911ms +Info 7537 [13:11:37.366] Different program with same set of files +Info 7538 [13:11:37.366] getCompletionData: Get current token: 0.005504999775439501 +Info 7539 [13:11:37.367] getCompletionData: Is inside comment: 0.018416000064462423 +Info 7540 [13:11:37.367] getCompletionData: Get previous token: 0.02555699972435832 +Info 7541 [13:11:37.367] getCompletionsAtPosition: isCompletionListBlocker: 0.011733999941498041 +Info 7542 [13:11:37.367] getExportInfoMap: cache hit +Info 7543 [13:11:37.372] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 54 from cache +Info 7544 [13:11:37.372] collectAutoImports: response is complete +Info 7545 [13:11:37.372] collectAutoImports: 4.132530000060797 +Info 7546 [13:11:37.372] getCompletionData: Semantic work: 4.906202000100166 +Info 7547 [13:11:37.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2771350000984967 +Info 7548 [13:11:37.375] Format host information updated +Info 7549 [13:11:37.636] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7550 [13:11:37.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 9.960757999680936ms +Info 7551 [13:11:37.646] Different program with same set of files +Info 7552 [13:11:37.647] getCompletionData: Get current token: 0.0028580003418028355 +Info 7553 [13:11:37.647] getCompletionData: Is inside comment: 0.008723999839276075 +Info 7554 [13:11:37.647] getCompletionData: Get previous token: 0.011117999907582998 +Info 7555 [13:11:37.647] getCompletionsAtPosition: isCompletionListBlocker: 0.007813999895006418 +Info 7556 [13:11:37.647] getExportInfoMap: cache hit +Info 7557 [13:11:37.650] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 166 from cache +Info 7558 [13:11:37.650] collectAutoImports: response is complete +Info 7559 [13:11:37.650] collectAutoImports: 3.2431760001927614 +Info 7560 [13:11:37.650] getCompletionData: Semantic work: 3.733678000047803 +Info 7561 [13:11:37.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1712240003980696 +Info 7562 [13:11:37.654] Format host information updated +Info 7563 [13:11:37.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7564 [13:11:37.758] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 7.260127000045031ms +Info 7565 [13:11:37.758] Different program with same set of files +Info 7566 [13:11:37.758] getCompletionData: Get current token: 0.003501999657601118 +Info 7567 [13:11:37.758] getCompletionData: Is inside comment: 0.01082600001245737 +Info 7568 [13:11:37.758] getCompletionData: Get previous token: 0.014171000104397535 +Info 7569 [13:11:37.758] getCompletionsAtPosition: isCompletionListBlocker: 0.008886000141501427 +Info 7570 [13:11:37.759] getExportInfoMap: cache hit +Info 7571 [13:11:37.762] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 114 from cache +Info 7572 [13:11:37.762] collectAutoImports: response is complete +Info 7573 [13:11:37.762] collectAutoImports: 2.98243199987337 +Info 7574 [13:11:37.762] getCompletionData: Semantic work: 3.517738999798894 +Info 7575 [13:11:37.766] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.545245999936014 +Info 7576 [13:11:37.767] Format host information updated +Info 7577 [13:11:37.818] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7578 [13:11:37.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 17.821653000079095ms +Info 7579 [13:11:37.836] Different program with same set of files +Info 7580 [13:11:37.836] getCompletionData: Get current token: 0.009078999981284142 +Info 7581 [13:11:37.836] getCompletionData: Is inside comment: 0.028578999917954206 +Info 7582 [13:11:37.836] getCompletionData: Get previous token: 0.03737499983981252 +Info 7583 [13:11:37.837] getCompletionsAtPosition: isCompletionListBlocker: 0.01966799981892109 +Info 7584 [13:11:37.838] getExportInfoMap: cache hit +Info 7585 [13:11:37.844] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 30 from cache +Info 7586 [13:11:37.844] collectAutoImports: response is complete +Info 7587 [13:11:37.844] collectAutoImports: 5.938819000031799 +Info 7588 [13:11:37.844] getCompletionData: Semantic work: 7.202374999877065 +Info 7589 [13:11:37.848] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.356953999958932 +Info 7590 [13:11:37.850] Format host information updated +Info 7591 [13:11:38.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7592 [13:11:38.173] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 9.15152300009504ms +Info 7593 [13:11:38.174] Different program with same set of files +Info 7594 [13:11:38.174] getCompletionData: Get current token: 0.0030990000814199448 +Info 7595 [13:11:38.174] getCompletionData: Is inside comment: 0.010648000054061413 +Info 7596 [13:11:38.174] getCompletionData: Get previous token: 0.007152999751269817 +Info 7597 [13:11:38.174] getCompletionsAtPosition: isCompletionListBlocker: 0.003006999846547842 +Info 7598 [13:11:38.174] getExportInfoMap: cache hit +Info 7599 [13:11:38.187] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7600 [13:11:38.187] collectAutoImports: response is complete +Info 7601 [13:11:38.187] collectAutoImports: 12.459346999879926 +Info 7602 [13:11:38.187] getCompletionData: Semantic work: 12.973154000006616 +Info 7603 [13:11:38.192] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.019633000250906 +Info 7604 [13:11:38.198] Format host information updated +Info 7605 [13:11:38.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7606 [13:11:38.496] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 6.888129999861121ms +Info 7607 [13:11:38.496] Different program with same set of files +Info 7608 [13:11:38.496] getCompletionData: Get current token: 0.0032229996286332607 +Info 7609 [13:11:38.496] getCompletionData: Is inside comment: 0.010708999820053577 +Info 7610 [13:11:38.496] getCompletionData: Get previous token: 0.014138999860733747 +Info 7611 [13:11:38.496] getCompletionsAtPosition: isCompletionListBlocker: 0.0028510000556707382 +Info 7612 [13:11:38.496] getExportInfoMap: cache hit +Info 7613 [13:11:38.501] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 133 from cache +Info 7614 [13:11:38.501] collectAutoImports: response is complete +Info 7615 [13:11:38.501] collectAutoImports: 4.018527000211179 +Info 7616 [13:11:38.501] getCompletionData: Semantic work: 4.517016000114381 +Info 7617 [13:11:38.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.339790999889374 +Info 7618 [13:11:38.504] Format host information updated +Info 7619 [13:11:38.572] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7620 [13:11:38.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 11.136983999982476ms +Info 7621 [13:11:38.583] Different program with same set of files +Info 7622 [13:11:38.583] getCompletionData: Get current token: 0.0027450001798570156 +Info 7623 [13:11:38.583] getCompletionData: Is inside comment: 0.00812899973243475 +Info 7624 [13:11:38.583] getCompletionData: Get previous token: 0.011232999619096518 +Info 7625 [13:11:38.583] getCompletionsAtPosition: isCompletionListBlocker: 0.0029360000044107437 +Info 7626 [13:11:38.584] getExportInfoMap: cache hit +Info 7627 [13:11:38.587] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 127 from cache +Info 7628 [13:11:38.587] collectAutoImports: response is complete +Info 7629 [13:11:38.587] collectAutoImports: 3.1799499997869134 +Info 7630 [13:11:38.587] getCompletionData: Semantic work: 3.631869999691844 +Info 7631 [13:11:38.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9618409997783601 +Info 7632 [13:11:38.590] Format host information updated +Info 7633 [13:11:38.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7634 [13:11:38.744] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 24.99978799978271ms +Info 7635 [13:11:38.744] Different program with same set of files +Info 7636 [13:11:38.744] getCompletionData: Get current token: 0.006957999896258116 +Info 7637 [13:11:38.744] getCompletionData: Is inside comment: 0.025729999877512455 +Info 7638 [13:11:38.744] getCompletionData: Get previous token: 0.05942199984565377 +Info 7639 [13:11:38.744] getCompletionsAtPosition: isCompletionListBlocker: 0.005047000013291836 +Info 7640 [13:11:38.745] getExportInfoMap: cache hit +Info 7641 [13:11:38.750] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 6 from cache +Info 7642 [13:11:38.750] collectAutoImports: response is complete +Info 7643 [13:11:38.750] collectAutoImports: 4.277210999745876 +Info 7644 [13:11:38.750] getCompletionData: Semantic work: 5.353986000176519 +Info 7645 [13:11:38.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4020800003781915 +Info 7646 [13:11:38.758] Format host information updated +Info 7647 [13:11:38.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7648 [13:11:38.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 14.393068000208586ms +Info 7649 [13:11:38.797] Different program with same set of files +Info 7650 [13:11:38.797] getCompletionData: Get current token: 0.0032140002585947514 +Info 7651 [13:11:38.797] getCompletionData: Is inside comment: 0.01027700025588274 +Info 7652 [13:11:38.797] getCompletionData: Get previous token: 0.013427000027149916 +Info 7653 [13:11:38.797] getCompletionsAtPosition: isCompletionListBlocker: 0.0032029999420046806 +Info 7654 [13:11:38.798] getExportInfoMap: cache hit +Info 7655 [13:11:38.801] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 6 from cache +Info 7656 [13:11:38.801] collectAutoImports: response is complete +Info 7657 [13:11:38.801] collectAutoImports: 3.063717999961227 +Info 7658 [13:11:38.801] getCompletionData: Semantic work: 3.764551999978721 +Info 7659 [13:11:38.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.463547000195831 +Info 7660 [13:11:38.806] Format host information updated +Info 7661 [13:11:38.862] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7662 [13:11:38.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 7.310384999960661ms +Info 7663 [13:11:38.869] Different program with same set of files +Info 7664 [13:11:38.870] getCompletionData: Get current token: 0.002714000176638365 +Info 7665 [13:11:38.870] getCompletionData: Is inside comment: 0.00917400000616908 +Info 7666 [13:11:38.870] getCompletionData: Get previous token: 0.01192300021648407 +Info 7667 [13:11:38.870] getCompletionsAtPosition: isCompletionListBlocker: 0.002857999876141548 +Info 7668 [13:11:38.870] getExportInfoMap: cache hit +Info 7669 [13:11:38.882] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7670 [13:11:38.882] collectAutoImports: response is complete +Info 7671 [13:11:38.882] collectAutoImports: 11.628330999985337 +Info 7672 [13:11:38.882] getCompletionData: Semantic work: 12.08935200003907 +Info 7673 [13:11:38.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.525582999922335 +Info 7674 [13:11:38.891] Format host information updated +Info 7675 [13:11:38.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7676 [13:11:38.976] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 14.399629000108689ms +Info 7677 [13:11:38.976] Different program with same set of files +Info 7678 [13:11:38.977] getCompletionData: Get current token: 0.008355999831110239 +Info 7679 [13:11:38.977] getCompletionData: Is inside comment: 0.024192000273615122 +Info 7680 [13:11:38.977] getCompletionData: Get previous token: 0.016088000033050776 +Info 7681 [13:11:38.977] getCompletionsAtPosition: isCompletionListBlocker: 0.08486200030893087 +Info 7682 [13:11:38.978] getExportInfoMap: cache hit +Info 7683 [13:11:39.001] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7684 [13:11:39.001] collectAutoImports: response is complete +Info 7685 [13:11:39.001] collectAutoImports: 23.3566339998506 +Info 7686 [13:11:39.001] getCompletionData: Semantic work: 24.342353999614716 +Info 7687 [13:11:39.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.65156100038439 +Info 7688 [13:11:39.011] Format host information updated +Info 7689 [13:11:39.096] Format host information updated +Info 7690 [13:11:39.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7691 [13:11:39.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 27.53425700031221ms +Info 7692 [13:11:39.125] Different program with same set of files +Info 7693 [13:11:39.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7694 [13:11:39.215] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 9.48826300026849ms +Info 7695 [13:11:39.215] Different program with same set of files +Info 7696 [13:11:39.215] getCompletionData: Get current token: 0.0027799997478723526 +Info 7697 [13:11:39.215] getCompletionData: Is inside comment: 0.010036000050604343 +Info 7698 [13:11:39.215] getCompletionData: Get previous token: 0.01514599984511733 +Info 7699 [13:11:39.215] getCompletionsAtPosition: isCompletionListBlocker: 0.005501999985426664 +Info 7700 [13:11:39.216] getExportInfoMap: cache hit +Info 7701 [13:11:39.220] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 133 from cache +Info 7702 [13:11:39.220] collectAutoImports: response is complete +Info 7703 [13:11:39.220] collectAutoImports: 4.04693999979645 +Info 7704 [13:11:39.220] getCompletionData: Semantic work: 4.569010999985039 +Info 7705 [13:11:39.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.388408000115305 +Info 7706 [13:11:39.224] Format host information updated +Info 7707 [13:11:39.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7708 [13:11:39.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 13.82780299987644ms +Info 7709 [13:11:39.287] Different program with same set of files +Info 7710 [13:11:39.287] getCompletionData: Get current token: 0.008076999802142382 +Info 7711 [13:11:39.287] getCompletionData: Is inside comment: 0.02800799999386072 +Info 7712 [13:11:39.287] getCompletionData: Get previous token: 0.05740699963644147 +Info 7713 [13:11:39.287] getCompletionsAtPosition: isCompletionListBlocker: 0.00853700004518032 +Info 7714 [13:11:39.288] getExportInfoMap: cache hit +Info 7715 [13:11:39.293] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 7716 [13:11:39.293] collectAutoImports: response is complete +Info 7717 [13:11:39.293] collectAutoImports: 4.756967000197619 +Info 7718 [13:11:39.293] getCompletionData: Semantic work: 5.701378999743611 +Info 7719 [13:11:39.297] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9367720000445843 +Info 7720 [13:11:39.301] Format host information updated +Info 7721 [13:11:39.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7722 [13:11:39.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 28.245734999887645ms +Info 7723 [13:11:39.447] Different program with same set of files +Info 7724 [13:11:39.448] getCompletionData: Get current token: 0.009833000134676695 +Info 7725 [13:11:39.448] getCompletionData: Is inside comment: 0.0318100000731647 +Info 7726 [13:11:39.448] getCompletionData: Get previous token: 0.03855000017210841 +Info 7727 [13:11:39.448] getCompletionsAtPosition: isCompletionListBlocker: 0.012209999840706587 +Info 7728 [13:11:39.449] getExportInfoMap: cache hit +Info 7729 [13:11:39.454] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 4 from cache +Info 7730 [13:11:39.454] collectAutoImports: response is complete +Info 7731 [13:11:39.454] collectAutoImports: 5.091582000255585 +Info 7732 [13:11:39.454] getCompletionData: Semantic work: 6.400447000283748 +Info 7733 [13:11:39.458] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.067989000119269 +Info 7734 [13:11:39.460] Format host information updated +Info 7735 [13:11:39.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7736 [13:11:39.679] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 8.663635999895632ms +Info 7737 [13:11:39.679] Different program with same set of files +Info 7738 [13:11:39.679] getCompletionData: Get current token: 0.0027470001950860023 +Info 7739 [13:11:39.679] getCompletionData: Is inside comment: 0.008446999825537205 +Info 7740 [13:11:39.679] getCompletionData: Get previous token: 0.010054999962449074 +Info 7741 [13:11:39.679] getCompletionsAtPosition: isCompletionListBlocker: 0.0055879997089505196 +Info 7742 [13:11:39.680] getExportInfoMap: cache hit +Info 7743 [13:11:39.682] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 27 from cache +Info 7744 [13:11:39.682] collectAutoImports: response is complete +Info 7745 [13:11:39.682] collectAutoImports: 2.566385999787599 +Info 7746 [13:11:39.682] getCompletionData: Semantic work: 3.029307999648154 +Info 7747 [13:11:39.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9429160002619028 +Info 7748 [13:11:39.685] Format host information updated +Info 7749 [13:11:39.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7750 [13:11:39.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 6.859468000009656ms +Info 7751 [13:11:39.838] Different program with same set of files +Info 7752 [13:11:39.838] getCompletionData: Get current token: 0.0034769997000694275 +Info 7753 [13:11:39.838] getCompletionData: Is inside comment: 0.010882999747991562 +Info 7754 [13:11:39.838] getCompletionData: Get previous token: 0.012494000140577555 +Info 7755 [13:11:39.838] getCompletionsAtPosition: isCompletionListBlocker: 0.0051390002481639385 +Info 7756 [13:11:39.839] getExportInfoMap: cache hit +Info 7757 [13:11:39.842] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 82 from cache +Info 7758 [13:11:39.842] collectAutoImports: response is complete +Info 7759 [13:11:39.842] collectAutoImports: 3.5335639999248087 +Info 7760 [13:11:39.842] getCompletionData: Semantic work: 4.055908999871463 +Info 7761 [13:11:39.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.452517000027001 +Info 7762 [13:11:39.847] Format host information updated +Info 7763 [13:11:40.183] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7764 [13:11:40.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 7.050443000160158ms +Info 7765 [13:11:40.191] Different program with same set of files +Info 7766 [13:11:40.191] getCompletionData: Get current token: 0.00329100014641881 +Info 7767 [13:11:40.191] getCompletionData: Is inside comment: 0.009796000085771084 +Info 7768 [13:11:40.191] getCompletionData: Get previous token: 0.01181500032544136 +Info 7769 [13:11:40.191] getCompletionsAtPosition: isCompletionListBlocker: 0.005157999694347382 +Info 7770 [13:11:40.191] getExportInfoMap: cache hit +Info 7771 [13:11:40.195] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 133 from cache +Info 7772 [13:11:40.195] collectAutoImports: response is complete +Info 7773 [13:11:40.195] collectAutoImports: 3.880642000120133 +Info 7774 [13:11:40.195] getCompletionData: Semantic work: 4.429841000121087 +Info 7775 [13:11:40.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1743809999898076 +Info 7776 [13:11:40.199] Format host information updated +Info 7777 [13:11:40.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7778 [13:11:40.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 12.839035000186414ms +Info 7779 [13:11:40.260] Different program with same set of files +Info 7780 [13:11:40.260] getCompletionData: Get current token: 0.0050490000285208225 +Info 7781 [13:11:40.260] getCompletionData: Is inside comment: 0.014826999977231026 +Info 7782 [13:11:40.260] getCompletionData: Get previous token: 0.01848000008612871 +Info 7783 [13:11:40.260] getCompletionsAtPosition: isCompletionListBlocker: 0.007108999881893396 +Info 7784 [13:11:40.261] getExportInfoMap: cache hit +Info 7785 [13:11:40.267] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 127 from cache +Info 7786 [13:11:40.267] collectAutoImports: response is complete +Info 7787 [13:11:40.267] collectAutoImports: 6.120834999717772 +Info 7788 [13:11:40.267] getCompletionData: Semantic work: 6.892647999804467 +Info 7789 [13:11:40.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4709410001523793 +Info 7790 [13:11:40.272] Format host information updated +Info 7791 [13:11:40.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7792 [13:11:40.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 14.085403999779373ms +Info 7793 [13:11:40.339] Different program with same set of files +Info 7794 [13:11:40.339] getCompletionData: Get current token: 0.0067359996028244495 +Info 7795 [13:11:40.340] getCompletionData: Is inside comment: 0.023209000006318092 +Info 7796 [13:11:40.340] getCompletionData: Get previous token: 0.027710000053048134 +Info 7797 [13:11:40.340] getCompletionsAtPosition: isCompletionListBlocker: 0.008301999885588884 +Info 7798 [13:11:40.341] getExportInfoMap: cache hit +Info 7799 [13:11:40.347] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 36 from cache +Info 7800 [13:11:40.347] collectAutoImports: response is complete +Info 7801 [13:11:40.347] collectAutoImports: 5.918581999838352 +Info 7802 [13:11:40.347] getCompletionData: Semantic work: 6.917725999839604 +Info 7803 [13:11:40.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.438792999833822 +Info 7804 [13:11:40.356] Format host information updated +Info 7805 [13:11:40.388] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7806 [13:11:40.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 9.031899999827147ms +Info 7807 [13:11:40.397] Different program with same set of files +Info 7808 [13:11:40.397] getCompletionData: Get current token: 0.004448999650776386 +Info 7809 [13:11:40.397] getCompletionData: Is inside comment: 0.012961999978870153 +Info 7810 [13:11:40.397] getCompletionData: Get previous token: 0.017026999965310097 +Info 7811 [13:11:40.398] getCompletionsAtPosition: isCompletionListBlocker: 0.006128000095486641 +Info 7812 [13:11:40.398] getExportInfoMap: cache hit +Info 7813 [13:11:40.401] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 6 from cache +Info 7814 [13:11:40.401] collectAutoImports: response is complete +Info 7815 [13:11:40.401] collectAutoImports: 2.8115779999643564 +Info 7816 [13:11:40.401] getCompletionData: Semantic work: 3.487283000256866 +Info 7817 [13:11:40.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.58554399991408 +Info 7818 [13:11:40.405] Format host information updated +Info 7819 [13:11:40.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7820 [13:11:40.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 8.8910230002366ms +Info 7821 [13:11:40.505] Different program with same set of files +Info 7822 [13:11:40.505] getCompletionData: Get current token: 0.003601999953389168 +Info 7823 [13:11:40.505] getCompletionData: Is inside comment: 0.009949999861419201 +Info 7824 [13:11:40.505] getCompletionData: Get previous token: 0.013232999946922064 +Info 7825 [13:11:40.505] getCompletionsAtPosition: isCompletionListBlocker: 0.005808999761939049 +Info 7826 [13:11:40.505] getExportInfoMap: cache hit +Info 7827 [13:11:40.518] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7828 [13:11:40.518] collectAutoImports: response is complete +Info 7829 [13:11:40.518] collectAutoImports: 13.140366999898106 +Info 7830 [13:11:40.518] getCompletionData: Semantic work: 13.6579849999398 +Info 7831 [13:11:40.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.424963000230491 +Info 7832 [13:11:40.529] Format host information updated +Info 7833 [13:11:40.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7834 [13:11:40.687] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 6.582448999863118ms +Info 7835 [13:11:40.687] Different program with same set of files +Info 7836 [13:11:40.687] getCompletionData: Get current token: 0.00344299990683794 +Info 7837 [13:11:40.687] getCompletionData: Is inside comment: 0.010251000057905912 +Info 7838 [13:11:40.687] getCompletionData: Get previous token: 0.006213000044226646 +Info 7839 [13:11:40.687] getCompletionsAtPosition: isCompletionListBlocker: 0.00266700005158782 +Info 7840 [13:11:40.687] getCompletionData: Semantic work: 0.07709900010377169 +Info 7841 [13:11:40.687] Format host information updated +Info 7842 [13:11:40.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7843 [13:11:40.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 8.020053999964148ms +Info 7844 [13:11:40.942] Different program with same set of files +Info 7845 [13:11:40.942] getCompletionData: Get current token: 0.0038930000737309456 +Info 7846 [13:11:40.942] getCompletionData: Is inside comment: 0.012032999657094479 +Info 7847 [13:11:40.942] getCompletionData: Get previous token: 0.014043999835848808 +Info 7848 [13:11:40.942] getCompletionsAtPosition: isCompletionListBlocker: 0.005481000058352947 +Info 7849 [13:11:40.942] getExportInfoMap: cache hit +Info 7850 [13:11:40.958] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7851 [13:11:40.958] collectAutoImports: response is complete +Info 7852 [13:11:40.958] collectAutoImports: 15.947871000040323 +Info 7853 [13:11:40.958] getCompletionData: Semantic work: 16.515705000143498 +Info 7854 [13:11:40.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.304014000110328 +Info 7855 [13:11:40.968] Format host information updated +Info 7856 [13:11:41.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7857 [13:11:41.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 7.291697999928147ms +Info 7858 [13:11:41.117] Different program with same set of files +Info 7859 [13:11:41.117] getCompletionData: Get current token: 0.003531999886035919 +Info 7860 [13:11:41.117] getCompletionData: Is inside comment: 0.009126999881118536 +Info 7861 [13:11:41.117] getCompletionData: Get previous token: 0.005541000049561262 +Info 7862 [13:11:41.117] getCompletionsAtPosition: isCompletionListBlocker: 0.012042999733239412 +Info 7863 [13:11:41.118] getExportInfoMap: cache hit +Info 7864 [13:11:41.129] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 7865 [13:11:41.129] collectAutoImports: response is complete +Info 7866 [13:11:41.129] collectAutoImports: 11.06473599979654 +Info 7867 [13:11:41.129] getCompletionData: Semantic work: 11.6065309997648 +Info 7868 [13:11:41.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.878444000147283 +Info 7869 [13:11:41.139] Format host information updated +Info 7870 [13:11:43.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7871 [13:11:43.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 6.558418000116944ms +Info 7872 [13:11:43.835] Different program with same set of files +Info 7873 [13:11:43.835] getCompletionData: Get current token: 0.002747999969869852 +Info 7874 [13:11:43.835] getCompletionData: Is inside comment: 0.0010799998417496681 +Info 7875 [13:11:43.835] getCompletionData: Get previous token: 0.011518999934196472 +Info 7876 [13:11:43.835] getCompletionsAtPosition: isCompletionListBlocker: 0.006937999743968248 +Info 7877 [13:11:43.836] getExportInfoMap: cache hit +Info 7878 [13:11:43.840] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 7879 [13:11:43.840] collectAutoImports: response is complete +Info 7880 [13:11:43.840] collectAutoImports: 3.8553850003518164 +Info 7881 [13:11:43.840] getCompletionData: Semantic work: 4.356188000179827 +Info 7882 [13:11:43.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0812000003643334 +Info 7883 [13:11:43.842] Format host information updated +Info 7884 [13:11:43.968] Format host information updated +Info 7885 [13:11:43.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7886 [13:11:43.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 7.354867000132799ms +Info 7887 [13:11:43.975] Different program with same set of files +Info 7888 [13:11:44.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7889 [13:11:44.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 7.549695999827236ms +Info 7890 [13:11:44.084] Different program with same set of files +Info 7891 [13:11:44.084] getCompletionData: Get current token: 0.005603000055998564 +Info 7892 [13:11:44.084] getCompletionData: Is inside comment: 0.0018660002388060093 +Info 7893 [13:11:44.084] getCompletionData: Get previous token: 0.01607300015166402 +Info 7894 [13:11:44.084] getCompletionsAtPosition: isCompletionListBlocker: 0.007575000170618296 +Info 7895 [13:11:44.085] getExportInfoMap: cache hit +Info 7896 [13:11:44.110] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 7897 [13:11:44.110] collectAutoImports: response is complete +Info 7898 [13:11:44.110] collectAutoImports: 24.6906570000574 +Info 7899 [13:11:44.110] getCompletionData: Semantic work: 25.798868000041693 +Info 7900 [13:11:44.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.104819000232965 +Info 7901 [13:11:44.117] Format host information updated +Info 7902 [13:11:44.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7903 [13:11:44.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 7.982857000082731ms +Info 7904 [13:11:44.256] Different program with same set of files +Info 7905 [13:11:44.256] getCompletionData: Get current token: 0.004129000008106232 +Info 7906 [13:11:44.256] getCompletionData: Is inside comment: 0.0015610000118613243 +Info 7907 [13:11:44.256] getCompletionData: Get previous token: 0.015715999994426966 +Info 7908 [13:11:44.256] getCompletionsAtPosition: isCompletionListBlocker: 0.008892999961972237 +Info 7909 [13:11:44.256] getExportInfoMap: cache hit +Info 7910 [13:11:44.276] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 7911 [13:11:44.276] collectAutoImports: response is complete +Info 7912 [13:11:44.276] collectAutoImports: 19.553813999984413 +Info 7913 [13:11:44.276] getCompletionData: Semantic work: 20.2107720002532 +Info 7914 [13:11:44.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.447064999956638 +Info 7915 [13:11:44.287] Format host information updated +Info 7916 [13:11:44.307] Format host information updated +Info 7917 [13:11:44.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7918 [13:11:44.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 10.054987999610603ms +Info 7919 [13:11:44.318] Different program with same set of files +Info 7920 [13:16:47.826] Format host information updated +Info 7921 [13:16:47.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7922 [13:16:47.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 14.554062000010163ms +Info 7923 [13:16:47.841] Different program with same set of files +Info 7924 [13:16:47.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7925 [13:16:47.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 15.724614000413567ms +Info 7926 [13:16:47.917] Different program with same set of files +Info 7927 [13:16:47.917] getCompletionData: Get current token: 0.00216299993917346 +Info 7928 [13:16:47.917] getCompletionData: Is inside comment: 0.007859999779611826 +Info 7929 [13:16:47.917] getCompletionData: Get previous token: 0.012143999803811312 +Info 7930 [13:16:47.917] getCompletionsAtPosition: isCompletionListBlocker: 0.008351999800652266 +Info 7931 [13:16:47.918] getExportInfoMap: cache hit +Info 7932 [13:16:47.926] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 139 from cache +Info 7933 [13:16:47.926] collectAutoImports: response is complete +Info 7934 [13:16:47.926] collectAutoImports: 7.872508000116795 +Info 7935 [13:16:47.926] getCompletionData: Semantic work: 8.825790999922901 +Info 7936 [13:16:47.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6507129999808967 +Info 7937 [13:16:47.929] Format host information updated +Info 7938 [13:16:48.346] Format host information updated +Info 7939 [13:16:48.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7940 [13:16:48.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 11.12781700026244ms +Info 7941 [13:16:48.358] Different program with same set of files +Info 7942 [13:16:48.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7943 [13:16:48.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 11.615139000117779ms +Info 7944 [13:16:48.955] Different program with same set of files +Info 7945 [13:16:48.955] getCompletionData: Get current token: 0.0022979998029768467 +Info 7946 [13:16:48.955] getCompletionData: Is inside comment: 0.007321000099182129 +Info 7947 [13:16:48.955] getCompletionData: Get previous token: 0.011011000256985426 +Info 7948 [13:16:48.955] getCompletionsAtPosition: isCompletionListBlocker: 0.008218000177294016 +Info 7949 [13:16:48.956] getExportInfoMap: cache hit +Info 7950 [13:16:48.961] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 7951 [13:16:48.961] collectAutoImports: response is complete +Info 7952 [13:16:48.961] collectAutoImports: 4.904151999857277 +Info 7953 [13:16:48.961] getCompletionData: Semantic work: 5.646453999914229 +Info 7954 [13:16:48.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4582219999283552 +Info 7955 [13:16:48.963] Format host information updated +Info 7956 [13:16:49.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7957 [13:16:49.018] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 663 structureChanged: false structureIsReused:: Completely Elapsed: 12.387680999934673ms +Info 7958 [13:16:49.018] Different program with same set of files +Info 7959 [13:16:49.019] getCompletionData: Get current token: 0.003447000402957201 +Info 7960 [13:16:49.019] getCompletionData: Is inside comment: 0.012012999970465899 +Info 7961 [13:16:49.019] getCompletionData: Get previous token: 0.00762200029566884 +Info 7962 [13:16:49.019] getCompletionsAtPosition: isCompletionListBlocker: 0.002864999696612358 +Info 7963 [13:16:49.019] getCompletionData: Semantic work: 0.5822509997524321 +Info 7964 [13:16:49.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4736399999819696 +Info 7965 [13:16:49.020] Format host information updated +Info 7966 [13:16:49.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7967 [13:16:49.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 10.818838999606669ms +Info 7968 [13:16:49.388] Different program with same set of files +Info 7969 [13:16:49.388] getCompletionData: Get current token: 0.002696000039577484 +Info 7970 [13:16:49.388] getCompletionData: Is inside comment: 0.009141999762505293 +Info 7971 [13:16:49.388] getCompletionData: Get previous token: 0.014818000141531229 +Info 7972 [13:16:49.388] getCompletionsAtPosition: isCompletionListBlocker: 0.0026719998568296432 +Info 7973 [13:16:49.388] getCompletionData: Semantic work: 0.4702230002731085 +Info 7974 [13:16:49.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8539919997565448 +Info 7975 [13:16:49.390] Format host information updated +Info 7976 [13:16:49.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7977 [13:16:49.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 9.738936999812722ms +Info 7978 [13:16:49.458] Different program with same set of files +Info 7979 [13:16:49.458] getCompletionData: Get current token: 0.0024609998799860477 +Info 7980 [13:16:49.458] getCompletionData: Is inside comment: 0.008196000009775162 +Info 7981 [13:16:49.458] getCompletionData: Get previous token: 0.013067000079900026 +Info 7982 [13:16:49.458] getCompletionsAtPosition: isCompletionListBlocker: 0.0025450000539422035 +Info 7983 [13:16:49.459] getCompletionData: Semantic work: 0.4022200000472367 +Info 7984 [13:16:49.459] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7486399998888373 +Info 7985 [13:16:49.460] Format host information updated +Info 7986 [13:16:49.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7987 [13:16:49.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 25.236274999566376ms +Info 7988 [13:16:49.542] Different program with same set of files +Info 7989 [13:16:49.543] getCompletionData: Get current token: 0.006431000307202339 +Info 7990 [13:16:49.543] getCompletionData: Is inside comment: 0.021912999916821718 +Info 7991 [13:16:49.543] getCompletionData: Get previous token: 0.03454700019210577 +Info 7992 [13:16:49.543] getCompletionsAtPosition: isCompletionListBlocker: 0.00559900002554059 +Info 7993 [13:16:49.544] getCompletionData: Semantic work: 1.085365999955684 +Info 7994 [13:16:49.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6922729997895658 +Info 7995 [13:16:49.546] Format host information updated +Info 7996 [13:16:49.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7997 [13:16:49.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 27.11843100003898ms +Info 7998 [13:16:49.654] Different program with same set of files +Info 7999 [13:16:49.654] getCompletionData: Get current token: 0.006020999979227781 +Info 8000 [13:16:49.655] getCompletionData: Is inside comment: 0.024120000191032887 +Info 8001 [13:16:49.655] getCompletionData: Get previous token: 0.030131000094115734 +Info 8002 [13:16:49.655] getCompletionsAtPosition: isCompletionListBlocker: 0.005001999903470278 +Info 8003 [13:16:49.656] getCompletionData: Semantic work: 0.8969799997285008 +Info 8004 [13:16:49.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6671880003996193 +Info 8005 [13:16:49.658] Format host information updated +Info 8006 [13:16:49.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8007 [13:16:49.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 16.125913999974728ms +Info 8008 [13:16:49.800] Different program with same set of files +Info 8009 [13:16:49.800] getCompletionData: Get current token: 0.0032640001736581326 +Info 8010 [13:16:49.800] getCompletionData: Is inside comment: 0.01134399976581335 +Info 8011 [13:16:49.800] getCompletionData: Get previous token: 0.017430000007152557 +Info 8012 [13:16:49.800] getCompletionsAtPosition: isCompletionListBlocker: 0.003019999712705612 +Info 8013 [13:16:49.800] getCompletionData: Semantic work: 0.5471830000169575 +Info 8014 [13:16:49.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0730610000900924 +Info 8015 [13:16:49.805] Format host information updated +Info 8016 [13:16:49.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8017 [13:16:49.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 7.374562000390142ms +Info 8018 [13:16:49.850] Different program with same set of files +Info 8019 [13:16:49.850] getCompletionData: Get current token: 0.0024570003151893616 +Info 8020 [13:16:49.851] getCompletionData: Is inside comment: 0.007830000016838312 +Info 8021 [13:16:49.851] getCompletionData: Get previous token: 0.012998000252991915 +Info 8022 [13:16:49.851] getCompletionsAtPosition: isCompletionListBlocker: 0.00228299992159009 +Info 8023 [13:16:49.851] getCompletionData: Semantic work: 0.4843449997715652 +Info 8024 [13:16:49.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6799590000882745 +Info 8025 [13:16:49.852] Format host information updated +Info 8026 [13:16:49.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8027 [13:16:49.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 29.95864300010726ms +Info 8028 [13:16:49.973] Different program with same set of files +Info 8029 [13:16:49.974] getCompletionData: Get current token: 0.006048999726772308 +Info 8030 [13:16:49.974] getCompletionData: Is inside comment: 0.020222000312060118 +Info 8031 [13:16:49.974] getCompletionData: Get previous token: 0.029406999703496695 +Info 8032 [13:16:49.974] getCompletionsAtPosition: isCompletionListBlocker: 0.005151000339537859 +Info 8033 [13:16:49.975] getCompletionData: Semantic work: 0.9129639999009669 +Info 8034 [13:16:49.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.889299999922514 +Info 8035 [13:16:49.981] Format host information updated +Info 8036 [13:16:50.085] Format host information updated +Info 8037 [13:16:50.085] getCompletionData: Get current token: 0.0086560002528131 +Info 8038 [13:16:50.085] getCompletionData: Is inside comment: 0.013747999910265207 +Info 8039 [13:16:50.085] getCompletionData: Get previous token: 0.010321000125259161 +Info 8040 [13:16:50.085] getCompletionsAtPosition: isCompletionListBlocker: 0.0028260000981390476 +Info 8041 [13:16:50.086] getCompletionData: Semantic work: 0.18497199984267354 +Info 8042 [13:16:50.750] Format host information updated +Info 8043 [13:16:50.751] getCompletionData: Get current token: 0.006878000218421221 +Info 8044 [13:16:50.751] getCompletionData: Is inside comment: 0.012328000273555517 +Info 8045 [13:16:50.751] getCompletionData: Get previous token: 0.011340999975800514 +Info 8046 [13:16:50.751] getCompletionsAtPosition: isCompletionListBlocker: 0.0025470000691711903 +Info 8047 [13:16:50.751] getCompletionData: Semantic work: 0.21574300015345216 +Info 8048 [13:16:50.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8049 [13:16:50.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 9.410401000175625ms +Info 8050 [13:16:50.865] Different program with same set of files +Info 8051 [13:16:50.866] getCompletionData: Get current token: 0.002584999892860651 +Info 8052 [13:16:50.866] getCompletionData: Is inside comment: 0.02447200007736683 +Info 8053 [13:16:50.866] getCompletionData: Get previous token: 0.005762000102549791 +Info 8054 [13:16:50.866] getCompletionsAtPosition: isCompletionListBlocker: 0.008830000180751085 +Info 8055 [13:16:50.866] getExportInfoMap: cache hit +Info 8056 [13:16:50.886] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8057 [13:16:50.886] collectAutoImports: response is complete +Info 8058 [13:16:50.886] collectAutoImports: 19.3433250002563 +Info 8059 [13:16:50.886] getCompletionData: Semantic work: 20.233537000138313 +Info 8060 [13:16:50.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4568140003830194 +Info 8061 [13:16:50.894] Format host information updated +Info 8062 [13:16:51.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8063 [13:16:51.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 7.643807000014931ms +Info 8064 [13:16:51.174] Different program with same set of files +Info 8065 [13:16:51.174] getCompletionData: Get current token: 0.00291999988257885 +Info 8066 [13:16:51.174] getCompletionData: Is inside comment: 0.009135999716818333 +Info 8067 [13:16:51.174] getCompletionData: Get previous token: 0.00571100041270256 +Info 8068 [13:16:51.174] getCompletionsAtPosition: isCompletionListBlocker: 0.0022929999977350235 +Info 8069 [13:16:51.175] getCompletionData: Semantic work: 0.7050620000809431 +Info 8070 [13:16:51.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05971900001168251 +Info 8071 [13:16:51.176] Format host information updated +Info 8072 [13:16:51.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8073 [13:16:51.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 9.881586999632418ms +Info 8074 [13:16:51.570] Different program with same set of files +Info 8075 [13:16:51.570] getCompletionData: Get current token: 0.002453000284731388 +Info 8076 [13:16:51.570] getCompletionData: Is inside comment: 0.008652000222355127 +Info 8077 [13:16:51.570] getCompletionData: Get previous token: 0.005278999917209148 +Info 8078 [13:16:51.570] getCompletionsAtPosition: isCompletionListBlocker: 0.009439000394195318 +Info 8079 [13:16:51.571] getExportInfoMap: cache hit +Info 8080 [13:16:51.584] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8081 [13:16:51.584] collectAutoImports: response is complete +Info 8082 [13:16:51.584] collectAutoImports: 12.643838999792933 +Info 8083 [13:16:51.584] getCompletionData: Semantic work: 13.283650999888778 +Info 8084 [13:16:51.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.638556000310928 +Info 8085 [13:16:51.593] Format host information updated +Info 8086 [13:16:51.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8087 [13:16:51.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 11.371153000276536ms +Info 8088 [13:16:51.889] Different program with same set of files +Info 8089 [13:16:51.889] getCompletionData: Get current token: 0.002104000188410282 +Info 8090 [13:16:51.889] getCompletionData: Is inside comment: 0.007454999722540379 +Info 8091 [13:16:51.889] getCompletionData: Get previous token: 0.004593000281602144 +Info 8092 [13:16:51.889] getCompletionsAtPosition: isCompletionListBlocker: 0.002051999792456627 +Info 8093 [13:16:51.890] getCompletionData: Semantic work: 0.4858619999140501 +Info 8094 [13:16:51.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06693700002506375 +Info 8095 [13:16:51.890] Format host information updated +Info 8096 [13:16:52.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8097 [13:16:52.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 7.406971000134945ms +Info 8098 [13:16:52.651] Different program with same set of files +Info 8099 [13:16:52.651] getCompletionData: Get current token: 0.0022200001403689384 +Info 8100 [13:16:52.651] getCompletionData: Is inside comment: 0.008032000157982111 +Info 8101 [13:16:52.651] getCompletionData: Get previous token: 0.005152000114321709 +Info 8102 [13:16:52.651] getCompletionsAtPosition: isCompletionListBlocker: 0.00763599993661046 +Info 8103 [13:16:52.652] getExportInfoMap: cache hit +Info 8104 [13:16:52.664] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8105 [13:16:52.664] collectAutoImports: response is complete +Info 8106 [13:16:52.664] collectAutoImports: 12.514723000116646 +Info 8107 [13:16:52.664] getCompletionData: Semantic work: 13.06010300014168 +Info 8108 [13:16:52.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.558603999670595 +Info 8109 [13:16:52.672] Format host information updated +Info 8110 [13:16:54.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8111 [13:16:54.027] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 7.734645999968052ms +Info 8112 [13:16:54.027] Different program with same set of files +Info 8113 [13:16:54.027] getCompletionData: Get current token: 0.0033049997873604298 +Info 8114 [13:16:54.027] getCompletionData: Is inside comment: 0.0010660002008080482 +Info 8115 [13:16:54.027] getCompletionData: Get previous token: 0.015554999932646751 +Info 8116 [13:16:54.027] getCompletionsAtPosition: isCompletionListBlocker: 0.006297999992966652 +Info 8117 [13:16:54.028] getExportInfoMap: cache hit +Info 8118 [13:16:54.030] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 6 from cache +Info 8119 [13:16:54.030] collectAutoImports: response is complete +Info 8120 [13:16:54.030] collectAutoImports: 2.3599399998784065 +Info 8121 [13:16:54.030] getCompletionData: Semantic work: 3.021346000023186 +Info 8122 [13:16:54.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0735130002722144 +Info 8123 [13:16:54.032] Format host information updated +Info 8124 [13:16:54.186] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8125 [13:16:54.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 7.043062999844551ms +Info 8126 [13:16:54.193] Different program with same set of files +Info 8127 [13:16:54.193] getCompletionData: Get current token: 0.005025000311434269 +Info 8128 [13:16:54.193] getCompletionData: Is inside comment: 0.0017659999430179596 +Info 8129 [13:16:54.193] getCompletionData: Get previous token: 0.02962200017645955 +Info 8130 [13:16:54.193] getCompletionsAtPosition: isCompletionListBlocker: 0.008841000031679869 +Info 8131 [13:16:54.194] getExportInfoMap: cache hit +Info 8132 [13:16:54.196] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8133 [13:16:54.196] collectAutoImports: response is complete +Info 8134 [13:16:54.196] collectAutoImports: 1.5967450002208352 +Info 8135 [13:16:54.196] getCompletionData: Semantic work: 2.6108340001665056 +Info 8136 [13:16:54.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9440549998544157 +Info 8137 [13:16:54.199] Format host information updated +Info 8138 [13:16:54.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8139 [13:16:54.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 6.8438010001555085ms +Info 8140 [13:16:54.281] Different program with same set of files +Info 8141 [13:16:54.281] getCompletionData: Get current token: 0.0032859998755156994 +Info 8142 [13:16:54.281] getCompletionData: Is inside comment: 0.0010460000485181808 +Info 8143 [13:16:54.281] getCompletionData: Get previous token: 0.014857999980449677 +Info 8144 [13:16:54.281] getCompletionsAtPosition: isCompletionListBlocker: 0.006930000148713589 +Info 8145 [13:16:54.282] getExportInfoMap: cache hit +Info 8146 [13:16:54.283] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8147 [13:16:54.283] collectAutoImports: response is complete +Info 8148 [13:16:54.283] collectAutoImports: 1.50802499987185 +Info 8149 [13:16:54.283] getCompletionData: Semantic work: 2.1076340000145137 +Info 8150 [13:16:54.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9552859999239445 +Info 8151 [13:16:54.285] Format host information updated +Info 8152 [13:16:54.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8153 [13:16:54.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 6.9127500001341105ms +Info 8154 [13:16:54.382] Different program with same set of files +Info 8155 [13:16:54.383] getCompletionData: Get current token: 0.0034619998186826706 +Info 8156 [13:16:54.383] getCompletionData: Is inside comment: 0.0011960002593696117 +Info 8157 [13:16:54.383] getCompletionData: Get previous token: 0.01648200023919344 +Info 8158 [13:16:54.383] getCompletionsAtPosition: isCompletionListBlocker: 0.006909999996423721 +Info 8159 [13:16:54.383] getExportInfoMap: cache hit +Info 8160 [13:16:54.388] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8161 [13:16:54.388] collectAutoImports: response is complete +Info 8162 [13:16:54.388] collectAutoImports: 4.579950999934226 +Info 8163 [13:16:54.388] getCompletionData: Semantic work: 5.130718000233173 +Info 8164 [13:16:54.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2069469997659326 +Info 8165 [13:16:54.390] Format host information updated +Info 8166 [13:16:54.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8167 [13:16:54.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 9.101790000218898ms +Info 8168 [13:16:54.459] Different program with same set of files +Info 8169 [13:16:54.459] getCompletionData: Get current token: 0.004362000152468681 +Info 8170 [13:16:54.459] getCompletionData: Is inside comment: 0.001551000401377678 +Info 8171 [13:16:54.459] getCompletionData: Get previous token: 0.020180999767035246 +Info 8172 [13:16:54.459] getCompletionsAtPosition: isCompletionListBlocker: 0.008673999924212694 +Info 8173 [13:16:54.460] getExportInfoMap: cache hit +Info 8174 [13:16:54.462] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8175 [13:16:54.462] collectAutoImports: response is complete +Info 8176 [13:16:54.462] collectAutoImports: 1.8980740001425147 +Info 8177 [13:16:54.462] getCompletionData: Semantic work: 2.52817100007087 +Info 8178 [13:16:54.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1637699999846518 +Info 8179 [13:16:54.464] Format host information updated +Info 8180 [13:16:54.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8181 [13:16:54.677] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 10.230740000028163ms +Info 8182 [13:16:54.677] Different program with same set of files +Info 8183 [13:16:54.677] getCompletionData: Get current token: 0.003335000015795231 +Info 8184 [13:16:54.677] getCompletionData: Is inside comment: 0.001428999938070774 +Info 8185 [13:16:54.677] getCompletionData: Get previous token: 0.01682200003415346 +Info 8186 [13:16:54.677] getCompletionsAtPosition: isCompletionListBlocker: 0.007873999886214733 +Info 8187 [13:16:54.677] getExportInfoMap: cache hit +Info 8188 [13:16:54.679] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8189 [13:16:54.679] collectAutoImports: response is complete +Info 8190 [13:16:54.679] collectAutoImports: 1.6089820000343025 +Info 8191 [13:16:54.679] getCompletionData: Semantic work: 2.215687000192702 +Info 8192 [13:16:54.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0038159997202456 +Info 8193 [13:16:54.681] Format host information updated +Info 8194 [13:16:54.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8195 [13:16:54.743] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 10.06967099988833ms +Info 8196 [13:16:54.743] Different program with same set of files +Info 8197 [13:16:54.744] getCompletionData: Get current token: 0.006184999831020832 +Info 8198 [13:16:54.744] getCompletionData: Is inside comment: 0.002862000372260809 +Info 8199 [13:16:54.744] getCompletionData: Get previous token: 0.023779999930411577 +Info 8200 [13:16:54.744] getCompletionsAtPosition: isCompletionListBlocker: 0.0033379998058080673 +Info 8201 [13:16:54.745] getCompletionData: Semantic work: 0.9960099998861551 +Info 8202 [13:16:54.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0432939999736845 +Info 8203 [13:16:54.746] Format host information updated +Info 8204 [13:16:54.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8205 [13:16:54.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 9.915794000029564ms +Info 8206 [13:16:54.975] Different program with same set of files +Info 8207 [13:16:54.975] getCompletionData: Get current token: 0.003307000268250704 +Info 8208 [13:16:54.975] getCompletionData: Is inside comment: 0.0013199998065829277 +Info 8209 [13:16:54.975] getCompletionData: Get previous token: 0.013873999938368797 +Info 8210 [13:16:54.975] getCompletionsAtPosition: isCompletionListBlocker: 0.002859999891370535 +Info 8211 [13:16:54.975] getCompletionData: Semantic work: 0.5288579999469221 +Info 8212 [13:16:54.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6030589998699725 +Info 8213 [13:16:54.976] Format host information updated +Info 8214 [13:16:55.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8215 [13:16:55.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 14.724400999955833ms +Info 8216 [13:16:55.065] Different program with same set of files +Info 8217 [13:16:55.065] getCompletionData: Get current token: 0.007778999861329794 +Info 8218 [13:16:55.065] getCompletionData: Is inside comment: 0.002940999809652567 +Info 8219 [13:16:55.065] getCompletionData: Get previous token: 0.03621899988502264 +Info 8220 [13:16:55.065] getCompletionsAtPosition: isCompletionListBlocker: 0.00419900007545948 +Info 8221 [13:16:55.066] getCompletionData: Semantic work: 1.02561300015077 +Info 8222 [13:16:55.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2244349997490644 +Info 8223 [13:16:55.068] Format host information updated +Info 8224 [13:16:55.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8225 [13:16:55.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 9.484158999752253ms +Info 8226 [13:16:55.281] Different program with same set of files +Info 8227 [13:16:55.281] getCompletionData: Get current token: 0.0031880000606179237 +Info 8228 [13:16:55.281] getCompletionData: Is inside comment: 0.0012290002778172493 +Info 8229 [13:16:55.281] getCompletionData: Get previous token: 0.013797999825328588 +Info 8230 [13:16:55.281] getCompletionsAtPosition: isCompletionListBlocker: 0.002525999676436186 +Info 8231 [13:16:55.281] getCompletionData: Semantic work: 0.5754470000974834 +Info 8232 [13:16:55.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6028950000181794 +Info 8233 [13:16:55.282] Format host information updated +Info 8234 [13:16:55.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8235 [13:16:55.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 7.648794999811798ms +Info 8236 [13:16:55.506] Different program with same set of files +Info 8237 [13:16:55.506] getCompletionData: Get current token: 0.0031670001335442066 +Info 8238 [13:16:55.506] getCompletionData: Is inside comment: 0.001104000024497509 +Info 8239 [13:16:55.506] getCompletionData: Get previous token: 0.014576999936252832 +Info 8240 [13:16:55.506] getCompletionsAtPosition: isCompletionListBlocker: 0.0025369999930262566 +Info 8241 [13:16:55.507] getCompletionData: Semantic work: 0.5016149999573827 +Info 8242 [13:16:55.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5723680001683533 +Info 8243 [13:16:55.508] Format host information updated +Info 8244 [13:16:55.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8245 [13:16:55.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 9.781467999797314ms +Info 8246 [13:16:55.689] Different program with same set of files +Info 8247 [13:16:55.689] getCompletionData: Get current token: 0.0036059999838471413 +Info 8248 [13:16:55.689] getCompletionData: Is inside comment: 0.0014560003764927387 +Info 8249 [13:16:55.690] getCompletionData: Get previous token: 0.015729000326246023 +Info 8250 [13:16:55.690] getCompletionsAtPosition: isCompletionListBlocker: 0.002473999746143818 +Info 8251 [13:16:55.690] getCompletionData: Semantic work: 0.5115780001506209 +Info 8252 [13:16:55.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5956890000961721 +Info 8253 [13:16:55.691] Format host information updated +Info 8254 [13:16:55.740] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8255 [13:16:55.748] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 8.202387999743223ms +Info 8256 [13:16:55.748] Different program with same set of files +Info 8257 [13:16:55.749] getCompletionData: Get current token: 0.054923000279814005 +Info 8258 [13:16:55.749] getCompletionData: Is inside comment: 0.0021450002677738667 +Info 8259 [13:16:55.749] getCompletionData: Get previous token: 0.02134499978274107 +Info 8260 [13:16:55.749] getCompletionsAtPosition: isCompletionListBlocker: 0.0027310000732541084 +Info 8261 [13:16:55.749] getCompletionData: Semantic work: 0.6965610003098845 +Info 8262 [13:16:55.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8437040001153946 +Info 8263 [13:16:55.751] Format host information updated +Info 8264 [13:16:55.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8265 [13:16:55.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 9.325548000168055ms +Info 8266 [13:16:55.936] Different program with same set of files +Info 8267 [13:16:55.936] getCompletionData: Get current token: 0.005849000066518784 +Info 8268 [13:16:55.936] getCompletionData: Is inside comment: 0.001623000018298626 +Info 8269 [13:16:55.936] getCompletionData: Get previous token: 0.01384600019082427 +Info 8270 [13:16:55.936] getCompletionsAtPosition: isCompletionListBlocker: 0.0033289999701082706 +Info 8271 [13:16:55.937] getExportInfoMap: cache hit +Info 8272 [13:16:55.949] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8273 [13:16:55.949] collectAutoImports: response is complete +Info 8274 [13:16:55.949] collectAutoImports: 12.859350000042468 +Info 8275 [13:16:55.949] getCompletionData: Semantic work: 13.406992000062019 +Info 8276 [13:16:55.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.788219999987632 +Info 8277 [13:16:55.962] Format host information updated +Info 8278 [13:16:56.417] getCompletionData: Get current token: 0.0024389997124671936 +Info 8279 [13:16:56.417] getCompletionData: Is inside comment: 0.008839999791234732 +Info 8280 [13:16:56.417] getCompletionData: Get previous token: 0.008249000180512667 +Info 8281 [13:16:56.417] getCompletionsAtPosition: isCompletionListBlocker: 0.008607999887317419 +Info 8282 [13:16:56.417] getExportInfoMap: cache hit +Info 8283 [13:16:56.425] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8284 [13:16:56.425] collectAutoImports: response is complete +Info 8285 [13:16:56.425] collectAutoImports: 8.227074000053108 +Info 8286 [13:16:56.425] getCompletionData: Semantic work: 8.804824999999255 +Info 8287 [13:16:56.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.217776999808848 +Info 8288 [13:16:56.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8289 [13:16:56.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 8.565842000301927ms +Info 8290 [13:16:56.537] Different program with same set of files +Info 8291 [13:16:56.537] getCompletionData: Get current token: 0.0022040000185370445 +Info 8292 [13:16:56.537] getCompletionData: Is inside comment: 0.0069320001639425755 +Info 8293 [13:16:56.537] getCompletionData: Get previous token: 0.004387000110000372 +Info 8294 [13:16:56.537] getCompletionsAtPosition: isCompletionListBlocker: 0.007833999581634998 +Info 8295 [13:16:56.537] getExportInfoMap: cache hit +Info 8296 [13:16:56.549] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8297 [13:16:56.549] collectAutoImports: response is complete +Info 8298 [13:16:56.549] collectAutoImports: 11.245167000219226 +Info 8299 [13:16:56.549] getCompletionData: Semantic work: 11.761293000075966 +Info 8300 [13:16:56.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.698799000121653 +Info 8301 [13:16:56.557] Format host information updated +Info 8302 [13:16:56.973] getCompletionData: Get current token: 0.005548999644815922 +Info 8303 [13:16:56.974] getCompletionData: Is inside comment: 0.021970999892801046 +Info 8304 [13:16:56.974] getCompletionData: Get previous token: 0.012423000298440456 +Info 8305 [13:16:56.974] getCompletionsAtPosition: isCompletionListBlocker: 0.03018599981442094 +Info 8306 [13:16:56.975] getExportInfoMap: cache hit +Info 8307 [13:16:57.006] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8308 [13:16:57.006] collectAutoImports: response is complete +Info 8309 [13:16:57.006] collectAutoImports: 30.77923300024122 +Info 8310 [13:16:57.006] getCompletionData: Semantic work: 32.32460399996489 +Info 8311 [13:16:57.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.268878999631852 +Info 8312 [13:16:57.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8313 [13:16:57.253] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 7.876734999939799ms +Info 8314 [13:16:57.253] Different program with same set of files +Info 8315 [13:16:57.253] getCompletionData: Get current token: 0.0026699998416006565 +Info 8316 [13:16:57.253] getCompletionData: Is inside comment: 0.007575999945402145 +Info 8317 [13:16:57.253] getCompletionData: Get previous token: 0.005028000101447105 +Info 8318 [13:16:57.253] getCompletionsAtPosition: isCompletionListBlocker: 0.002013999968767166 +Info 8319 [13:16:57.254] getCompletionData: Semantic work: 1.4159820000641048 +Info 8320 [13:16:57.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9112139996141195 +Info 8321 [13:16:57.256] Format host information updated +Info 8322 [13:16:58.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8323 [13:16:58.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 7.061180999968201ms +Info 8324 [13:16:58.598] Different program with same set of files +Info 8325 [13:16:58.598] getCompletionData: Get current token: 0.0018710000440478325 +Info 8326 [13:16:58.598] getCompletionData: Is inside comment: 0.006384000182151794 +Info 8327 [13:16:58.598] getCompletionData: Get previous token: 0.009128000121563673 +Info 8328 [13:16:58.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0018990002572536469 +Info 8329 [13:16:58.600] getCompletionData: Semantic work: 1.3197010001167655 +Info 8330 [13:16:58.601] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.203561999835074 +Info 8331 [13:16:58.601] Format host information updated +Info 8332 [13:16:58.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8333 [13:16:58.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 8.758763999678195ms +Info 8334 [13:16:58.665] Different program with same set of files +Info 8335 [13:16:58.665] getCompletionData: Get current token: 0.0032919999212026596 +Info 8336 [13:16:58.665] getCompletionData: Is inside comment: 0.007136999629437923 +Info 8337 [13:16:58.665] getCompletionData: Get previous token: 0.01017000013962388 +Info 8338 [13:16:58.665] getCompletionsAtPosition: isCompletionListBlocker: 0.0025010001845657825 +Info 8339 [13:16:58.669] getCompletionData: Semantic work: 3.6063310001045465 +Info 8340 [13:16:58.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0444650002755225 +Info 8341 [13:16:58.670] Format host information updated +Info 8342 [13:16:58.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8343 [13:16:58.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 6.982766999863088ms +Info 8344 [13:16:58.761] Different program with same set of files +Info 8345 [13:16:58.761] getCompletionData: Get current token: 0.0024210000410676003 +Info 8346 [13:16:58.761] getCompletionData: Is inside comment: 0.009078999981284142 +Info 8347 [13:16:58.761] getCompletionData: Get previous token: 0.012933999765664339 +Info 8348 [13:16:58.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0026770001277327538 +Info 8349 [13:16:58.762] getCompletionData: Semantic work: 1.4708179999142885 +Info 8350 [13:16:58.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3054080000147223 +Info 8351 [13:16:58.764] Format host information updated +Info 8352 [13:16:59.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8353 [13:16:59.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 10.43703499995172ms +Info 8354 [13:16:59.076] Different program with same set of files +Info 8355 [13:16:59.077] getCompletionData: Get current token: 0.0022769998759031296 +Info 8356 [13:16:59.077] getCompletionData: Is inside comment: 0.0073979999870061874 +Info 8357 [13:16:59.077] getCompletionData: Get previous token: 0.010873999912291765 +Info 8358 [13:16:59.077] getCompletionsAtPosition: isCompletionListBlocker: 0.002500000409781933 +Info 8359 [13:16:59.078] getCompletionData: Semantic work: 1.4957139999605715 +Info 8360 [13:16:59.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.304822999984026 +Info 8361 [13:16:59.080] Format host information updated +Info 8362 [13:16:59.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8363 [13:16:59.218] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 7.927850000094622ms +Info 8364 [13:16:59.218] Different program with same set of files +Info 8365 [13:16:59.218] getCompletionData: Get current token: 0.001829999964684248 +Info 8366 [13:16:59.218] getCompletionData: Is inside comment: 0.007296999916434288 +Info 8367 [13:16:59.218] getCompletionData: Get previous token: 0.010393999982625246 +Info 8368 [13:16:59.218] getCompletionsAtPosition: isCompletionListBlocker: 0.002015999983996153 +Info 8369 [13:16:59.219] getCompletionData: Semantic work: 1.3025230001658201 +Info 8370 [13:16:59.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1840829998254776 +Info 8371 [13:16:59.221] Format host information updated +Info 8372 [13:16:59.362] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8373 [13:16:59.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 31.564443999901414ms +Info 8374 [13:16:59.393] Different program with same set of files +Info 8375 [13:16:59.394] getCompletionData: Get current token: 0.004662000108510256 +Info 8376 [13:16:59.394] getCompletionData: Is inside comment: 0.016036999877542257 +Info 8377 [13:16:59.394] getCompletionData: Get previous token: 0.011188999749720097 +Info 8378 [13:16:59.394] getCompletionsAtPosition: isCompletionListBlocker: 0.0041170003823935986 +Info 8379 [13:16:59.396] getCompletionData: Semantic work: 2.376979000400752 +Info 8380 [13:16:59.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.38048700010404 +Info 8381 [13:16:59.398] Format host information updated +Info 8382 [13:16:59.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8383 [13:16:59.543] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 8.09575999993831ms +Info 8384 [13:16:59.543] Different program with same set of files +Info 8385 [13:16:59.543] getCompletionData: Get current token: 0.0027379998937249184 +Info 8386 [13:16:59.543] getCompletionData: Is inside comment: 0.009570000227540731 +Info 8387 [13:16:59.543] getCompletionData: Get previous token: 0.020337999798357487 +Info 8388 [13:16:59.543] getCompletionsAtPosition: isCompletionListBlocker: 0.002840000204741955 +Info 8389 [13:16:59.545] getCompletionData: Semantic work: 1.5679069999605417 +Info 8390 [13:16:59.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.606981999706477 +Info 8391 [13:16:59.547] Format host information updated +Info 8392 [13:16:59.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8393 [13:16:59.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 9.98272500000894ms +Info 8394 [13:16:59.621] Different program with same set of files +Info 8395 [13:16:59.621] getCompletionData: Get current token: 0.002975999843329191 +Info 8396 [13:16:59.621] getCompletionData: Is inside comment: 0.008891000412404537 +Info 8397 [13:16:59.621] getCompletionData: Get previous token: 0.012110000010579824 +Info 8398 [13:16:59.621] getCompletionsAtPosition: isCompletionListBlocker: 0.002346999943256378 +Info 8399 [13:16:59.623] getCompletionData: Semantic work: 1.4669699999503791 +Info 8400 [13:16:59.624] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2049920000135899 +Info 8401 [13:16:59.624] Format host information updated +Info 8402 [13:16:59.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8403 [13:16:59.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 10.204191999975592ms +Info 8404 [13:16:59.798] Different program with same set of files +Info 8405 [13:16:59.798] getCompletionData: Get current token: 0.0022189998999238014 +Info 8406 [13:16:59.798] getCompletionData: Is inside comment: 0.008605000097304583 +Info 8407 [13:16:59.798] getCompletionData: Get previous token: 0.012649000156670809 +Info 8408 [13:16:59.798] getCompletionsAtPosition: isCompletionListBlocker: 0.0022920002229511738 +Info 8409 [13:16:59.800] getCompletionData: Semantic work: 1.3968670000322163 +Info 8410 [13:16:59.801] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1594070000573993 +Info 8411 [13:16:59.801] Format host information updated +Info 8412 [13:17:00.047] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8413 [13:17:00.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 20.395024999976158ms +Info 8414 [13:17:00.068] Different program with same set of files +Info 8415 [13:17:00.068] getCompletionData: Get current token: 0.005617999937385321 +Info 8416 [13:17:00.068] getCompletionData: Is inside comment: 0.02019000006839633 +Info 8417 [13:17:00.068] getCompletionData: Get previous token: 0.02759100031107664 +Info 8418 [13:17:00.068] getCompletionsAtPosition: isCompletionListBlocker: 0.004342000000178814 +Info 8419 [13:17:00.071] getCompletionData: Semantic work: 3.3019720003940165 +Info 8420 [13:17:00.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9710220000706613 +Info 8421 [13:17:00.075] Format host information updated +Info 8422 [13:17:00.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8423 [13:17:00.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 7.1339650000445545ms +Info 8424 [13:17:00.136] Different program with same set of files +Info 8425 [13:17:00.137] getCompletionData: Get current token: 0.0033589997328817844 +Info 8426 [13:17:00.137] getCompletionData: Is inside comment: 0.009045999962836504 +Info 8427 [13:17:00.137] getCompletionData: Get previous token: 0.012178999837487936 +Info 8428 [13:17:00.137] getCompletionsAtPosition: isCompletionListBlocker: 0.002363000065088272 +Info 8429 [13:17:00.138] getCompletionData: Semantic work: 1.5756980003789067 +Info 8430 [13:17:00.140] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2714340002276003 +Info 8431 [13:17:00.140] Format host information updated +Info 8432 [13:17:00.200] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8433 [13:17:00.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 23.34108200017363ms +Info 8434 [13:17:00.223] Different program with same set of files +Info 8435 [13:17:00.224] getCompletionData: Get current token: 0.0063400003127753735 +Info 8436 [13:17:00.224] getCompletionData: Is inside comment: 0.021802000235766172 +Info 8437 [13:17:00.224] getCompletionData: Get previous token: 0.030220999848097563 +Info 8438 [13:17:00.224] getCompletionsAtPosition: isCompletionListBlocker: 0.005591999739408493 +Info 8439 [13:17:00.227] getCompletionData: Semantic work: 3.547575999982655 +Info 8440 [13:17:00.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.586950999684632 +Info 8441 [13:17:00.231] Format host information updated +Info 8442 [13:17:00.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8443 [13:17:00.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 8.74659699993208ms +Info 8444 [13:17:00.404] Different program with same set of files +Info 8445 [13:17:00.405] getCompletionData: Get current token: 0.0025199996307492256 +Info 8446 [13:17:00.405] getCompletionData: Is inside comment: 0.008022999856621027 +Info 8447 [13:17:00.405] getCompletionData: Get previous token: 0.004881000146269798 +Info 8448 [13:17:00.405] getCompletionsAtPosition: isCompletionListBlocker: 0.003215999808162451 +Info 8449 [13:17:00.405] getExportInfoMap: cache hit +Info 8450 [13:17:00.420] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8451 [13:17:00.420] collectAutoImports: response is complete +Info 8452 [13:17:00.420] collectAutoImports: 14.668809999711812 +Info 8453 [13:17:00.420] getCompletionData: Semantic work: 15.167638999875635 +Info 8454 [13:17:00.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.159035999793559 +Info 8455 [13:17:00.429] Format host information updated +Info 8456 [13:17:00.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8457 [13:17:00.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 10.556358000263572ms +Info 8458 [13:17:00.466] Different program with same set of files +Info 8459 [13:17:00.466] getCompletionData: Get current token: 0.004898000042885542 +Info 8460 [13:17:00.466] getCompletionData: Is inside comment: 0.013036000076681376 +Info 8461 [13:17:00.466] getCompletionData: Get previous token: 0.008435999974608421 +Info 8462 [13:17:00.466] getCompletionsAtPosition: isCompletionListBlocker: 0.00952000031247735 +Info 8463 [13:17:00.467] getExportInfoMap: cache hit +Info 8464 [13:17:00.483] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8465 [13:17:00.483] collectAutoImports: response is complete +Info 8466 [13:17:00.483] collectAutoImports: 15.841016000136733 +Info 8467 [13:17:00.483] getCompletionData: Semantic work: 16.6743120001629 +Info 8468 [13:17:00.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.142740000039339 +Info 8469 [13:17:00.490] Format host information updated +Info 8470 [13:17:00.727] getCompletionData: Get current token: 0.005553999915719032 +Info 8471 [13:17:00.727] getCompletionData: Is inside comment: 0.003207999747246504 +Info 8472 [13:17:00.727] getCompletionData: Get previous token: 0.014216999989002943 +Info 8473 [13:17:00.727] getCompletionsAtPosition: isCompletionListBlocker: 0.004745000042021275 +Info 8474 [13:17:00.727] getExportInfoMap: cache hit +Info 8475 [13:17:00.745] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8476 [13:17:00.745] collectAutoImports: response is complete +Info 8477 [13:17:00.745] collectAutoImports: 17.538842000067234 +Info 8478 [13:17:00.745] getCompletionData: Semantic work: 18.355535000097007 +Info 8479 [13:17:00.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.192046000156552 +Info 8480 [13:17:00.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8481 [13:17:00.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 7.367531000170857ms +Info 8482 [13:17:00.945] Different program with same set of files +Info 8483 [13:17:00.945] getCompletionData: Get current token: 0.003333000000566244 +Info 8484 [13:17:00.945] getCompletionData: Is inside comment: 0.0013559996150434017 +Info 8485 [13:17:00.945] getCompletionData: Get previous token: 0.015495999716222286 +Info 8486 [13:17:00.945] getCompletionsAtPosition: isCompletionListBlocker: 0.0031229997985064983 +Info 8487 [13:17:00.946] getExportInfoMap: cache hit +Info 8488 [13:17:00.949] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 63 from cache +Info 8489 [13:17:00.949] collectAutoImports: response is complete +Info 8490 [13:17:00.949] collectAutoImports: 3.4591990001499653 +Info 8491 [13:17:00.949] getCompletionData: Semantic work: 4.06302100000903 +Info 8492 [13:17:00.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.35101000033319 +Info 8493 [13:17:00.954] Format host information updated +Info 8494 [13:17:01.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8495 [13:17:01.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 7.076755999587476ms +Info 8496 [13:17:01.331] Different program with same set of files +Info 8497 [13:17:01.331] getCompletionData: Get current token: 0.003083000425249338 +Info 8498 [13:17:01.331] getCompletionData: Is inside comment: 0.0012570000253617764 +Info 8499 [13:17:01.331] getCompletionData: Get previous token: 0.013011000119149685 +Info 8500 [13:17:01.331] getCompletionsAtPosition: isCompletionListBlocker: 0.002894999925047159 +Info 8501 [13:17:01.332] getExportInfoMap: cache hit +Info 8502 [13:17:01.345] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8503 [13:17:01.345] collectAutoImports: response is complete +Info 8504 [13:17:01.345] collectAutoImports: 13.528983999975026 +Info 8505 [13:17:01.345] getCompletionData: Semantic work: 14.03261600015685 +Info 8506 [13:17:01.351] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.036879000253975 +Info 8507 [13:17:01.354] Format host information updated +Info 8508 [13:17:01.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8509 [13:17:01.536] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 7.169788000173867ms +Info 8510 [13:17:01.536] Different program with same set of files +Info 8511 [13:17:01.536] getCompletionData: Get current token: 0.0031849998049438 +Info 8512 [13:17:01.536] getCompletionData: Is inside comment: 0.0012880000285804272 +Info 8513 [13:17:01.536] getCompletionData: Get previous token: 0.013647999614477158 +Info 8514 [13:17:01.536] getCompletionsAtPosition: isCompletionListBlocker: 0.005458999890834093 +Info 8515 [13:17:01.537] getExportInfoMap: cache hit +Info 8516 [13:17:01.551] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8517 [13:17:01.551] collectAutoImports: response is complete +Info 8518 [13:17:01.551] collectAutoImports: 14.17221700027585 +Info 8519 [13:17:01.551] getCompletionData: Semantic work: 14.750276000238955 +Info 8520 [13:17:01.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.734277999959886 +Info 8521 [13:17:01.559] Format host information updated +Info 8522 [13:17:01.621] Format host information updated +Info 8523 [13:17:01.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8524 [13:17:01.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 8.149894000031054ms +Info 8525 [13:17:01.629] Different program with same set of files +Info 8526 [13:17:01.812] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8527 [13:17:01.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 6.901887999847531ms +Info 8528 [13:17:01.819] Different program with same set of files +Info 8529 [13:17:01.819] getCompletionData: Get current token: 0.0029299999587237835 +Info 8530 [13:17:01.819] getCompletionData: Is inside comment: 0.0012839999981224537 +Info 8531 [13:17:01.819] getCompletionData: Get previous token: 0.0144979995675385 +Info 8532 [13:17:01.819] getCompletionsAtPosition: isCompletionListBlocker: 0.005504000000655651 +Info 8533 [13:17:01.819] getExportInfoMap: cache hit +Info 8534 [13:17:01.822] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 63 from cache +Info 8535 [13:17:01.822] collectAutoImports: response is complete +Info 8536 [13:17:01.822] collectAutoImports: 3.080493999645114 +Info 8537 [13:17:01.822] getCompletionData: Semantic work: 3.619706000201404 +Info 8538 [13:17:01.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1263289996422827 +Info 8539 [13:17:01.825] Format host information updated +Info 8540 [13:17:01.958] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8541 [13:17:01.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 6.903561000246555ms +Info 8542 [13:17:01.965] Different program with same set of files +Info 8543 [13:17:01.966] getCompletionData: Get current token: 0.00331699987873435 +Info 8544 [13:17:01.966] getCompletionData: Is inside comment: 0.0013319998979568481 +Info 8545 [13:17:01.966] getCompletionData: Get previous token: 0.014967999886721373 +Info 8546 [13:17:01.966] getCompletionsAtPosition: isCompletionListBlocker: 0.005386999808251858 +Info 8547 [13:17:01.966] getExportInfoMap: cache hit +Info 8548 [13:17:01.971] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 61 from cache +Info 8549 [13:17:01.972] collectAutoImports: response is complete +Info 8550 [13:17:01.972] collectAutoImports: 5.408239999786019 +Info 8551 [13:17:01.972] getCompletionData: Semantic work: 5.946466000285 +Info 8552 [13:17:01.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1444990001618862 +Info 8553 [13:17:01.974] Format host information updated +Info 8554 [13:17:02.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8555 [13:17:02.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 14.955963999964297ms +Info 8556 [13:17:02.039] Different program with same set of files +Info 8557 [13:17:02.039] getCompletionData: Get current token: 0.008757000323385 +Info 8558 [13:17:02.039] getCompletionData: Is inside comment: 0.003378999885171652 +Info 8559 [13:17:02.039] getCompletionData: Get previous token: 0.04425300005823374 +Info 8560 [13:17:02.039] getCompletionsAtPosition: isCompletionListBlocker: 0.009500000160187483 +Info 8561 [13:17:02.040] getExportInfoMap: cache hit +Info 8562 [13:17:02.068] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8563 [13:17:02.068] collectAutoImports: response is complete +Info 8564 [13:17:02.068] collectAutoImports: 27.437655000016093 +Info 8565 [13:17:02.068] getCompletionData: Semantic work: 28.578924000263214 +Info 8566 [13:17:02.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.57380500016734 +Info 8567 [13:17:02.077] Format host information updated +Info 8568 [13:17:02.576] Format host information updated +Info 8569 [13:17:02.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8570 [13:17:02.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 6.634459999855608ms +Info 8571 [13:17:02.583] Different program with same set of files +Info 8572 [13:17:02.729] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8573 [13:17:02.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 7.939813000150025ms +Info 8574 [13:17:02.737] Different program with same set of files +Info 8575 [13:17:02.737] getCompletionData: Get current token: 0.0026640002615749836 +Info 8576 [13:17:02.737] getCompletionData: Is inside comment: 0.0012920000590384007 +Info 8577 [13:17:02.737] getCompletionData: Get previous token: 0.013864000327885151 +Info 8578 [13:17:02.737] getCompletionsAtPosition: isCompletionListBlocker: 0.008286000229418278 +Info 8579 [13:17:02.737] getExportInfoMap: cache hit +Info 8580 [13:17:02.741] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 102 from cache +Info 8581 [13:17:02.741] collectAutoImports: response is complete +Info 8582 [13:17:02.741] collectAutoImports: 3.6978000001981854 +Info 8583 [13:17:02.741] getCompletionData: Semantic work: 4.294823000207543 +Info 8584 [13:17:02.744] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.119598999619484 +Info 8585 [13:17:02.745] Format host information updated +Info 8586 [13:17:03.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8587 [13:17:03.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 9.022580000106245ms +Info 8588 [13:17:03.416] Different program with same set of files +Info 8589 [13:17:03.416] getCompletionData: Get current token: 0.002890000119805336 +Info 8590 [13:17:03.416] getCompletionData: Is inside comment: 0.0012039998546242714 +Info 8591 [13:17:03.416] getCompletionData: Get previous token: 0.013946999795734882 +Info 8592 [13:17:03.416] getCompletionsAtPosition: isCompletionListBlocker: 0.007078999653458595 +Info 8593 [13:17:03.416] getExportInfoMap: cache hit +Info 8594 [13:17:03.419] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 74 from cache +Info 8595 [13:17:03.419] collectAutoImports: response is complete +Info 8596 [13:17:03.419] collectAutoImports: 2.626842999830842 +Info 8597 [13:17:03.419] getCompletionData: Semantic work: 3.1450729998759925 +Info 8598 [13:17:03.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0969440001063049 +Info 8599 [13:17:03.422] Format host information updated +Info 8600 [13:17:03.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8601 [13:17:03.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 6.85927899973467ms +Info 8602 [13:17:03.567] Different program with same set of files +Info 8603 [13:17:03.567] getCompletionData: Get current token: 0.0030260002240538597 +Info 8604 [13:17:03.567] getCompletionData: Is inside comment: 0.0015520001761615276 +Info 8605 [13:17:03.567] getCompletionData: Get previous token: 0.01703700004145503 +Info 8606 [13:17:03.567] getCompletionsAtPosition: isCompletionListBlocker: 0.00848799990490079 +Info 8607 [13:17:03.568] getExportInfoMap: cache hit +Info 8608 [13:17:03.570] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 9 from cache +Info 8609 [13:17:03.570] collectAutoImports: response is complete +Info 8610 [13:17:03.570] collectAutoImports: 2.0760380001738667 +Info 8611 [13:17:03.570] getCompletionData: Semantic work: 2.6296910000965 +Info 8612 [13:17:03.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1115629998967052 +Info 8613 [13:17:03.577] Format host information updated +Info 8614 [13:17:03.879] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8615 [13:17:03.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 13.71342399995774ms +Info 8616 [13:17:03.893] Different program with same set of files +Info 8617 [13:17:03.893] getCompletionData: Get current token: 0.0051910001784563065 +Info 8618 [13:17:03.893] getCompletionData: Is inside comment: 0.0017729997634887695 +Info 8619 [13:17:03.893] getCompletionData: Get previous token: 0.02333799982443452 +Info 8620 [13:17:03.893] getCompletionsAtPosition: isCompletionListBlocker: 0.0038859997875988483 +Info 8621 [13:17:03.894] getExportInfoMap: cache hit +Info 8622 [13:17:03.911] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8623 [13:17:03.911] collectAutoImports: response is complete +Info 8624 [13:17:03.911] collectAutoImports: 16.77006100025028 +Info 8625 [13:17:03.911] getCompletionData: Semantic work: 17.683337000198662 +Info 8626 [13:17:03.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.647627000231296 +Info 8627 [13:17:03.920] Format host information updated +Info 8628 [13:17:03.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8629 [13:17:03.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 7.797929999884218ms +Info 8630 [13:17:03.947] Different program with same set of files +Info 8631 [13:17:03.947] getCompletionData: Get current token: 0.002890000119805336 +Info 8632 [13:17:03.947] getCompletionData: Is inside comment: 0.001044000033289194 +Info 8633 [13:17:03.947] getCompletionData: Get previous token: 0.016127999871969223 +Info 8634 [13:17:03.947] getCompletionsAtPosition: isCompletionListBlocker: 0.007449000142514706 +Info 8635 [13:17:03.948] getExportInfoMap: cache hit +Info 8636 [13:17:03.964] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8637 [13:17:03.964] collectAutoImports: response is complete +Info 8638 [13:17:03.964] collectAutoImports: 15.746650000102818 +Info 8639 [13:17:03.964] getCompletionData: Semantic work: 16.408714999910444 +Info 8640 [13:17:03.968] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.980926000047475 +Info 8641 [13:17:03.971] Format host information updated +Info 8642 [13:17:07.234] getCompletionData: Get current token: 0.01501900004222989 +Info 8643 [13:17:07.234] getCompletionData: Is inside comment: 0.007959000300616026 +Info 8644 [13:17:07.234] getCompletionData: Get previous token: 0.05133200017735362 +Info 8645 [13:17:07.235] getCompletionsAtPosition: isCompletionListBlocker: 0.009279000107198954 +Info 8646 [13:17:07.236] getExportInfoMap: cache hit +Info 8647 [13:17:07.249] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8648 [13:17:07.249] collectAutoImports: response is complete +Info 8649 [13:17:07.249] collectAutoImports: 11.862636999692768 +Info 8650 [13:17:07.249] getCompletionData: Semantic work: 14.042147000320256 +Info 8651 [13:17:07.252] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.399991000071168 +Info 8652 [13:17:07.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8653 [13:17:07.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 9.09841200010851ms +Info 8654 [13:17:07.481] Different program with same set of files +Info 8655 [13:17:07.481] getCompletionData: Get current token: 0.005160000175237656 +Info 8656 [13:17:07.481] getCompletionData: Is inside comment: 0.0014700000174343586 +Info 8657 [13:17:07.481] getCompletionData: Get previous token: 0.016888000071048737 +Info 8658 [13:17:07.481] getCompletionsAtPosition: isCompletionListBlocker: 0.0029079997912049294 +Info 8659 [13:17:07.481] getExportInfoMap: cache hit +Info 8660 [13:17:07.495] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8661 [13:17:07.495] collectAutoImports: response is complete +Info 8662 [13:17:07.495] collectAutoImports: 13.148949000053108 +Info 8663 [13:17:07.495] getCompletionData: Semantic work: 13.803469999693334 +Info 8664 [13:17:07.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6293709999881685 +Info 8665 [13:17:07.504] Format host information updated +Info 8666 [13:17:07.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8667 [13:17:07.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 7.215654000174254ms +Info 8668 [13:17:07.538] Different program with same set of files +Info 8669 [13:17:07.538] getCompletionData: Get current token: 0.0033380002714693546 +Info 8670 [13:17:07.538] getCompletionData: Is inside comment: 0.0010619997046887875 +Info 8671 [13:17:07.538] getCompletionData: Get previous token: 0.016131999902427197 +Info 8672 [13:17:07.539] getCompletionsAtPosition: isCompletionListBlocker: 0.0072200000286102295 +Info 8673 [13:17:07.539] getExportInfoMap: cache hit +Info 8674 [13:17:07.552] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8675 [13:17:07.552] collectAutoImports: response is complete +Info 8676 [13:17:07.552] collectAutoImports: 12.70930999983102 +Info 8677 [13:17:07.552] getCompletionData: Semantic work: 13.303512000013143 +Info 8678 [13:17:07.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6171689997427166 +Info 8679 [13:17:07.560] Format host information updated +Info 8680 [13:17:08.102] getCompletionData: Get current token: 0.003993000369518995 +Info 8681 [13:17:08.102] getCompletionData: Is inside comment: 0.0012860000133514404 +Info 8682 [13:17:08.102] getCompletionData: Get previous token: 0.03479000041261315 +Info 8683 [13:17:08.102] getCompletionsAtPosition: isCompletionListBlocker: 0.003468000330030918 +Info 8684 [13:17:08.103] getExportInfoMap: cache hit +Info 8685 [13:17:08.113] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8686 [13:17:08.113] collectAutoImports: response is complete +Info 8687 [13:17:08.113] collectAutoImports: 9.552980999927968 +Info 8688 [13:17:08.113] getCompletionData: Semantic work: 10.200936999637634 +Info 8689 [13:17:08.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2052770000882447 +Info 8690 [13:17:09.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8691 [13:17:09.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 8.823772999923676ms +Info 8692 [13:17:09.333] Different program with same set of files +Info 8693 [13:17:09.333] getCompletionData: Get current token: 0.003341000061482191 +Info 8694 [13:17:09.333] getCompletionData: Is inside comment: 0.0010479995980858803 +Info 8695 [13:17:09.333] getCompletionData: Get previous token: 0.029765000101178885 +Info 8696 [13:17:09.333] getCompletionsAtPosition: isCompletionListBlocker: 0.00216999975964427 +Info 8697 [13:17:09.334] getExportInfoMap: cache hit +Info 8698 [13:17:09.346] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8699 [13:17:09.346] collectAutoImports: response is complete +Info 8700 [13:17:09.346] collectAutoImports: 12.470449000131339 +Info 8701 [13:17:09.347] getCompletionData: Semantic work: 12.982356000225991 +Info 8702 [13:17:09.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.534088000189513 +Info 8703 [13:17:09.356] Format host information updated +Info 8704 [13:17:09.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8705 [13:17:09.394] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 7.258388000074774ms +Info 8706 [13:17:09.394] Different program with same set of files +Info 8707 [13:17:09.394] getCompletionData: Get current token: 0.0037819999270141125 +Info 8708 [13:17:09.394] getCompletionData: Is inside comment: 0.0018189996480941772 +Info 8709 [13:17:09.394] getCompletionData: Get previous token: 0.03304699994623661 +Info 8710 [13:17:09.394] getCompletionsAtPosition: isCompletionListBlocker: 0.007861999794840813 +Info 8711 [13:17:09.394] getExportInfoMap: cache hit +Info 8712 [13:17:09.408] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8713 [13:17:09.408] collectAutoImports: response is complete +Info 8714 [13:17:09.408] collectAutoImports: 13.257845999673009 +Info 8715 [13:17:09.408] getCompletionData: Semantic work: 13.881019999738783 +Info 8716 [13:17:09.414] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5913849999196827 +Info 8717 [13:17:09.419] Format host information updated +Info 8718 [13:17:09.982] getCompletionData: Get current token: 0.017959000077098608 +Info 8719 [13:17:09.982] getCompletionData: Is inside comment: 0.007162000052630901 +Info 8720 [13:17:09.982] getCompletionData: Get previous token: 0.052319999784231186 +Info 8721 [13:17:09.982] getCompletionsAtPosition: isCompletionListBlocker: 0.010146000422537327 +Info 8722 [13:17:09.984] getExportInfoMap: cache hit +Info 8723 [13:17:10.003] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8724 [13:17:10.003] collectAutoImports: response is complete +Info 8725 [13:17:10.003] collectAutoImports: 18.581226999871433 +Info 8726 [13:17:10.003] getCompletionData: Semantic work: 20.704076000023633 +Info 8727 [13:17:10.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0516139999963343 +Info 8728 [13:17:10.200] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8729 [13:17:10.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 8.967587999999523ms +Info 8730 [13:17:10.209] Different program with same set of files +Info 8731 [13:17:10.210] getCompletionData: Get current token: 0.00646999990567565 +Info 8732 [13:17:10.210] getCompletionData: Is inside comment: 0.00266000023111701 +Info 8733 [13:17:10.210] getCompletionData: Get previous token: 0.03480600006878376 +Info 8734 [13:17:10.210] getCompletionsAtPosition: isCompletionListBlocker: 0.00342300022020936 +Info 8735 [13:17:10.210] getExportInfoMap: cache hit +Info 8736 [13:17:10.214] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 102 from cache +Info 8737 [13:17:10.214] collectAutoImports: response is complete +Info 8738 [13:17:10.214] collectAutoImports: 3.95859199995175 +Info 8739 [13:17:10.214] getCompletionData: Semantic work: 4.624261999968439 +Info 8740 [13:17:10.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3048589997924864 +Info 8741 [13:17:10.217] Format host information updated +Info 8742 [13:17:10.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8743 [13:17:10.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 7.2494290000759065ms +Info 8744 [13:17:10.335] Different program with same set of files +Info 8745 [13:17:10.335] getCompletionData: Get current token: 0.003939999733120203 +Info 8746 [13:17:10.335] getCompletionData: Is inside comment: 0.001480999868363142 +Info 8747 [13:17:10.335] getCompletionData: Get previous token: 0.020740999840199947 +Info 8748 [13:17:10.335] getCompletionsAtPosition: isCompletionListBlocker: 0.0034870002418756485 +Info 8749 [13:17:10.335] getExportInfoMap: cache hit +Info 8750 [13:17:10.338] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 74 from cache +Info 8751 [13:17:10.338] collectAutoImports: response is complete +Info 8752 [13:17:10.338] collectAutoImports: 2.9126720000058413 +Info 8753 [13:17:10.338] getCompletionData: Semantic work: 3.559322000015527 +Info 8754 [13:17:10.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.20409099990502 +Info 8755 [13:17:10.340] Format host information updated +Info 8756 [13:17:10.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8757 [13:17:10.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 23.47164800018072ms +Info 8758 [13:17:10.426] Different program with same set of files +Info 8759 [13:17:10.426] getCompletionData: Get current token: 0.011888000182807446 +Info 8760 [13:17:10.426] getCompletionData: Is inside comment: 0.005187999922782183 +Info 8761 [13:17:10.426] getCompletionData: Get previous token: 0.06325899995863438 +Info 8762 [13:17:10.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0077240001410245895 +Info 8763 [13:17:10.428] getExportInfoMap: cache hit +Info 8764 [13:17:10.433] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 9 from cache +Info 8765 [13:17:10.433] collectAutoImports: response is complete +Info 8766 [13:17:10.433] collectAutoImports: 4.818248999770731 +Info 8767 [13:17:10.433] getCompletionData: Semantic work: 6.3692440004087985 +Info 8768 [13:17:10.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.142202000133693 +Info 8769 [13:17:10.436] Format host information updated +Info 8770 [13:17:10.608] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8771 [13:17:10.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 7.565508000086993ms +Info 8772 [13:17:10.615] Different program with same set of files +Info 8773 [13:17:10.615] getCompletionData: Get current token: 0.0066339997574687 +Info 8774 [13:17:10.615] getCompletionData: Is inside comment: 0.0018259999342262745 +Info 8775 [13:17:10.615] getCompletionData: Get previous token: 0.019670999608933926 +Info 8776 [13:17:10.615] getCompletionsAtPosition: isCompletionListBlocker: 0.004699000157415867 +Info 8777 [13:17:10.616] getExportInfoMap: cache hit +Info 8778 [13:17:10.631] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8779 [13:17:10.631] collectAutoImports: response is complete +Info 8780 [13:17:10.631] collectAutoImports: 15.130055999848992 +Info 8781 [13:17:10.631] getCompletionData: Semantic work: 15.710355999879539 +Info 8782 [13:17:10.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.127009000163525 +Info 8783 [13:17:10.639] Format host information updated +Info 8784 [13:17:10.741] Format host information updated +Info 8785 [13:17:10.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8786 [13:17:10.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 31.883557999972254ms +Info 8787 [13:17:10.774] Different program with same set of files +Info 8788 [13:17:11.082] getCompletionData: Get current token: 0.006072999909520149 +Info 8789 [13:17:11.082] getCompletionData: Is inside comment: 0.0019910000264644623 +Info 8790 [13:17:11.082] getCompletionData: Get previous token: 0.024265999905765057 +Info 8791 [13:17:11.082] getCompletionsAtPosition: isCompletionListBlocker: 0.0035210000351071358 +Info 8792 [13:17:11.082] getExportInfoMap: cache hit +Info 8793 [13:17:11.097] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8794 [13:17:11.097] collectAutoImports: response is complete +Info 8795 [13:17:11.097] collectAutoImports: 14.163892999757081 +Info 8796 [13:17:11.097] getCompletionData: Semantic work: 14.871846000198275 +Info 8797 [13:17:11.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.657084999606013 +Info 8798 [13:17:11.294] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8799 [13:17:11.302] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 7.21311300015077ms +Info 8800 [13:17:11.302] Different program with same set of files +Info 8801 [13:17:11.302] getCompletionData: Get current token: 0.0041669998317956924 +Info 8802 [13:17:11.302] getCompletionData: Is inside comment: 0.0013679997064173222 +Info 8803 [13:17:11.302] getCompletionData: Get previous token: 0.019718999974429607 +Info 8804 [13:17:11.302] getCompletionsAtPosition: isCompletionListBlocker: 0.004784999880939722 +Info 8805 [13:17:11.302] getExportInfoMap: cache hit +Info 8806 [13:17:11.317] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8807 [13:17:11.317] collectAutoImports: response is complete +Info 8808 [13:17:11.317] collectAutoImports: 14.087065000087023 +Info 8809 [13:17:11.317] getCompletionData: Semantic work: 14.613300000317395 +Info 8810 [13:17:11.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.116584999952465 +Info 8811 [13:17:11.328] Format host information updated +Info 8812 [13:17:11.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8813 [13:17:11.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 6.786743000149727ms +Info 8814 [13:17:11.701] Different program with same set of files +Info 8815 [13:17:11.701] getCompletionData: Get current token: 0.004064999986439943 +Info 8816 [13:17:11.701] getCompletionData: Is inside comment: 0.0012439996935427189 +Info 8817 [13:17:11.701] getCompletionData: Get previous token: 0.01799000008031726 +Info 8818 [13:17:11.702] getCompletionsAtPosition: isCompletionListBlocker: 0.0025220001116394997 +Info 8819 [13:17:11.702] getExportInfoMap: cache hit +Info 8820 [13:17:11.715] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8821 [13:17:11.715] collectAutoImports: response is complete +Info 8822 [13:17:11.715] collectAutoImports: 12.814152999781072 +Info 8823 [13:17:11.715] getCompletionData: Semantic work: 13.318890000227839 +Info 8824 [13:17:11.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6170899998396635 +Info 8825 [13:17:11.725] Format host information updated +Info 8826 [13:17:11.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8827 [13:17:11.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 8.332726000342518ms +Info 8828 [13:17:11.924] Different program with same set of files +Info 8829 [13:17:11.924] getCompletionData: Get current token: 0.0036829998716712 +Info 8830 [13:17:11.924] getCompletionData: Is inside comment: 0.0013219998218119144 +Info 8831 [13:17:11.924] getCompletionData: Get previous token: 0.034468000289052725 +Info 8832 [13:17:11.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0027129999361932278 +Info 8833 [13:17:11.925] getExportInfoMap: cache hit +Info 8834 [13:17:11.927] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 8835 [13:17:11.927] collectAutoImports: response is complete +Info 8836 [13:17:11.927] collectAutoImports: 2.0784519999288023 +Info 8837 [13:17:11.927] getCompletionData: Semantic work: 2.73376900004223 +Info 8838 [13:17:11.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9510659999214113 +Info 8839 [13:17:11.932] Format host information updated +Info 8840 [13:17:12.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8841 [13:17:12.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 7.3141410001553595ms +Info 8842 [13:17:12.114] Different program with same set of files +Info 8843 [13:17:12.114] getCompletionData: Get current token: 0.0051760002970695496 +Info 8844 [13:17:12.114] getCompletionData: Is inside comment: 0.0016740001738071442 +Info 8845 [13:17:12.114] getCompletionData: Get previous token: 0.022972000297158957 +Info 8846 [13:17:12.114] getCompletionsAtPosition: isCompletionListBlocker: 0.009197999723255634 +Info 8847 [13:17:12.115] getExportInfoMap: cache hit +Info 8848 [13:17:12.130] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8849 [13:17:12.130] collectAutoImports: response is complete +Info 8850 [13:17:12.130] collectAutoImports: 15.10921399993822 +Info 8851 [13:17:12.130] getCompletionData: Semantic work: 15.708398000337183 +Info 8852 [13:17:12.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.091501999646425 +Info 8853 [13:17:12.142] Format host information updated +Info 8854 [13:17:12.215] Format host information updated +Info 8855 [13:17:12.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8856 [13:17:12.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 7.553688999731094ms +Info 8857 [13:17:12.223] Different program with same set of files +Info 8858 [13:17:12.555] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8859 [13:17:12.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 7.099053000099957ms +Info 8860 [13:17:12.562] Different program with same set of files +Info 8861 [13:17:12.562] getCompletionData: Get current token: 0.004271999932825565 +Info 8862 [13:17:12.562] getCompletionData: Is inside comment: 0.0015739998780190945 +Info 8863 [13:17:12.562] getCompletionData: Get previous token: 0.02668400015681982 +Info 8864 [13:17:12.562] getCompletionsAtPosition: isCompletionListBlocker: 0.007002000231295824 +Info 8865 [13:17:12.563] getExportInfoMap: cache hit +Info 8866 [13:17:12.565] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 8867 [13:17:12.565] collectAutoImports: response is complete +Info 8868 [13:17:12.565] collectAutoImports: 2.486670999787748 +Info 8869 [13:17:12.565] getCompletionData: Semantic work: 3.087108999956399 +Info 8870 [13:17:12.570] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.14575200015679 +Info 8871 [13:17:12.571] Format host information updated +Info 8872 [13:17:13.138] getCompletionData: Get current token: 0.0029600001871585846 +Info 8873 [13:17:13.138] getCompletionData: Is inside comment: 0.0011110003106296062 +Info 8874 [13:17:13.138] getCompletionData: Get previous token: 0.010869000107049942 +Info 8875 [13:17:13.138] getCompletionsAtPosition: isCompletionListBlocker: 0.008841000031679869 +Info 8876 [13:17:13.139] getExportInfoMap: cache hit +Info 8877 [13:17:13.151] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8878 [13:17:13.151] collectAutoImports: response is complete +Info 8879 [13:17:13.151] collectAutoImports: 12.03312599984929 +Info 8880 [13:17:13.151] getCompletionData: Semantic work: 12.773998000193387 +Info 8881 [13:17:13.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.36978799989447 +Info 8882 [13:17:13.366] Format host information updated +Info 8883 [13:17:13.366] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8884 [13:17:13.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 6.688585999887437ms +Info 8885 [13:17:13.373] Different program with same set of files +Info 8886 [13:17:13.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8887 [13:17:13.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 6.70138099975884ms +Info 8888 [13:17:13.425] Different program with same set of files +Info 8889 [13:17:13.426] getCompletionData: Get current token: 0.003155000042170286 +Info 8890 [13:17:13.426] getCompletionData: Is inside comment: 0.0011829999275505543 +Info 8891 [13:17:13.426] getCompletionData: Get previous token: 0.016940999776124954 +Info 8892 [13:17:13.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0069669997319579124 +Info 8893 [13:17:13.426] getExportInfoMap: cache hit +Info 8894 [13:17:13.439] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8895 [13:17:13.439] collectAutoImports: response is complete +Info 8896 [13:17:13.439] collectAutoImports: 13.043645999860018 +Info 8897 [13:17:13.439] getCompletionData: Semantic work: 13.543068000115454 +Info 8898 [13:17:13.443] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.674165000207722 +Info 8899 [13:17:13.446] Format host information updated +Info 8900 [13:17:13.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8901 [13:17:13.588] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 6.998697999864817ms +Info 8902 [13:17:13.588] Different program with same set of files +Info 8903 [13:17:13.589] getCompletionData: Get current token: 0.003377999644726515 +Info 8904 [13:17:13.589] getCompletionData: Is inside comment: 0.0013660001568496227 +Info 8905 [13:17:13.589] getCompletionData: Get previous token: 0.017467999830842018 +Info 8906 [13:17:13.589] getCompletionsAtPosition: isCompletionListBlocker: 0.00810300000011921 +Info 8907 [13:17:13.589] getExportInfoMap: cache hit +Info 8908 [13:17:13.603] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8909 [13:17:13.603] collectAutoImports: response is complete +Info 8910 [13:17:13.603] collectAutoImports: 14.193361000157893 +Info 8911 [13:17:13.603] getCompletionData: Semantic work: 14.755648999940604 +Info 8912 [13:17:13.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9948519999161363 +Info 8913 [13:17:13.614] Format host information updated +Info 8914 [13:17:13.756] Format host information updated +Info 8915 [13:17:13.756] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8916 [13:17:13.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 6.567210000008345ms +Info 8917 [13:17:13.763] Different program with same set of files +Info 8918 [13:17:13.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8919 [13:17:13.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 7.040824999567121ms +Info 8920 [13:17:13.872] Different program with same set of files +Info 8921 [13:17:13.872] getCompletionData: Get current token: 0.004385999869555235 +Info 8922 [13:17:13.872] getCompletionData: Is inside comment: 0.001621999777853489 +Info 8923 [13:17:13.872] getCompletionData: Get previous token: 0.019179000053554773 +Info 8924 [13:17:13.872] getCompletionsAtPosition: isCompletionListBlocker: 0.002735000103712082 +Info 8925 [13:17:13.873] getExportInfoMap: cache hit +Info 8926 [13:17:13.888] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8927 [13:17:13.888] collectAutoImports: response is complete +Info 8928 [13:17:13.888] collectAutoImports: 14.909219000022858 +Info 8929 [13:17:13.888] getCompletionData: Semantic work: 15.467013000044972 +Info 8930 [13:17:13.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2144000004045665 +Info 8931 [13:17:13.896] Format host information updated +Info 8932 [13:17:13.924] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8933 [13:17:13.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 7.045924999751151ms +Info 8934 [13:17:13.932] Different program with same set of files +Info 8935 [13:17:13.932] getCompletionData: Get current token: 0.0031079999171197414 +Info 8936 [13:17:13.932] getCompletionData: Is inside comment: 0.0011970000341534615 +Info 8937 [13:17:13.932] getCompletionData: Get previous token: 0.018295000307261944 +Info 8938 [13:17:13.932] getCompletionsAtPosition: isCompletionListBlocker: 0.007687999866902828 +Info 8939 [13:17:13.932] getExportInfoMap: cache hit +Info 8940 [13:17:13.946] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8941 [13:17:13.946] collectAutoImports: response is complete +Info 8942 [13:17:13.946] collectAutoImports: 13.50835599983111 +Info 8943 [13:17:13.946] getCompletionData: Semantic work: 14.06161200022325 +Info 8944 [13:17:13.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4703759998083115 +Info 8945 [13:17:13.953] Format host information updated +Info 8946 [13:17:14.307] getCompletionData: Get current token: 0.0038709999062120914 +Info 8947 [13:17:14.307] getCompletionData: Is inside comment: 0.0017280001193284988 +Info 8948 [13:17:14.307] getCompletionData: Get previous token: 0.01293299999088049 +Info 8949 [13:17:14.307] getCompletionsAtPosition: isCompletionListBlocker: 0.002930999733507633 +Info 8950 [13:17:14.307] getExportInfoMap: cache hit +Info 8951 [13:17:14.318] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 8952 [13:17:14.318] collectAutoImports: response is complete +Info 8953 [13:17:14.318] collectAutoImports: 10.473464000038803 +Info 8954 [13:17:14.318] getCompletionData: Semantic work: 11.019468999933451 +Info 8955 [13:17:14.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.722833000123501 +Info 8956 [13:17:14.562] Format host information updated +Info 8957 [13:17:14.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8958 [13:17:14.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 7.1148990001529455ms +Info 8959 [13:17:14.570] Different program with same set of files +Info 8960 [13:17:14.969] Format host information updated +Info 8961 [13:17:14.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8962 [13:17:14.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 8.947011000011116ms +Info 8963 [13:17:14.978] Different program with same set of files +Info 8964 [13:17:15.217] Format host information updated +Info 8965 [13:17:15.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8966 [13:17:15.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 6.613985000178218ms +Info 8967 [13:17:15.224] Different program with same set of files +Info 8968 [13:17:15.399] Format host information updated +Info 8969 [13:17:15.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8970 [13:17:15.409] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 9.319086999632418ms +Info 8971 [13:17:15.409] Different program with same set of files +Info 8972 [13:17:15.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8973 [13:17:15.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 8.957852999679744ms +Info 8974 [13:17:15.714] Different program with same set of files +Info 8975 [13:17:15.714] getCompletionData: Get current token: 0.003777999896556139 +Info 8976 [13:17:15.714] getCompletionData: Is inside comment: 0.03957899985834956 +Info 8977 [13:17:15.714] getCompletionData: Get previous token: 0.026639000046998262 +Info 8978 [13:17:15.714] getCompletionsAtPosition: isCompletionListBlocker: 0.02005899976938963 +Info 8979 [13:17:15.715] getExportInfoMap: cache hit +Info 8980 [13:17:15.719] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 102 from cache +Info 8981 [13:17:15.719] collectAutoImports: response is complete +Info 8982 [13:17:15.719] collectAutoImports: 3.7009490001946688 +Info 8983 [13:17:15.719] getCompletionData: Semantic work: 4.287109999917448 +Info 8984 [13:17:15.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2028870000503957 +Info 8985 [13:17:15.723] Format host information updated +Info 8986 [13:17:15.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8987 [13:17:15.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 9.77006799960509ms +Info 8988 [13:17:15.783] Different program with same set of files +Info 8989 [13:17:15.783] getCompletionData: Get current token: 0.005675000138580799 +Info 8990 [13:17:15.783] getCompletionData: Is inside comment: 0.01876599993556738 +Info 8991 [13:17:15.783] getCompletionData: Get previous token: 0.028483999893069267 +Info 8992 [13:17:15.783] getCompletionsAtPosition: isCompletionListBlocker: 0.003299000207334757 +Info 8993 [13:17:15.784] getExportInfoMap: cache hit +Info 8994 [13:17:15.788] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 74 from cache +Info 8995 [13:17:15.788] collectAutoImports: response is complete +Info 8996 [13:17:15.788] collectAutoImports: 4.000515999738127 +Info 8997 [13:17:15.788] getCompletionData: Semantic work: 4.748230000026524 +Info 8998 [13:17:15.789] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6670769997872412 +Info 8999 [13:17:15.790] Format host information updated +Info 9000 [13:17:15.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9001 [13:17:15.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 9.352191000245512ms +Info 9002 [13:17:15.923] Different program with same set of files +Info 9003 [13:17:15.923] getCompletionData: Get current token: 0.0036059999838471413 +Info 9004 [13:17:15.923] getCompletionData: Is inside comment: 0.011768000200390816 +Info 9005 [13:17:15.923] getCompletionData: Get previous token: 0.01670400006696582 +Info 9006 [13:17:15.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0026859999634325504 +Info 9007 [13:17:15.923] getExportInfoMap: cache hit +Info 9008 [13:17:15.926] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 9 from cache +Info 9009 [13:17:15.926] collectAutoImports: response is complete +Info 9010 [13:17:15.926] collectAutoImports: 2.2241720003075898 +Info 9011 [13:17:15.926] getCompletionData: Semantic work: 2.716547999996692 +Info 9012 [13:17:15.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0081819999031723 +Info 9013 [13:17:15.927] Format host information updated +Info 9014 [13:17:16.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9015 [13:17:16.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 7.193821999710053ms +Info 9016 [13:17:16.150] Different program with same set of files +Info 9017 [13:17:16.150] getCompletionData: Get current token: 0.0037400000728666782 +Info 9018 [13:17:16.150] getCompletionData: Is inside comment: 0.01334399962797761 +Info 9019 [13:17:16.150] getCompletionData: Get previous token: 0.010479000397026539 +Info 9020 [13:17:16.150] getCompletionsAtPosition: isCompletionListBlocker: 0.0022920002229511738 +Info 9021 [13:17:16.154] getCompletionData: Semantic work: 3.7000569999217987 +Info 9022 [13:17:16.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9700369997881353 +Info 9023 [13:17:16.162] Format host information updated +Info 9024 [13:17:16.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9025 [13:17:16.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 6.988312999717891ms +Info 9026 [13:17:16.396] Different program with same set of files +Info 9027 [13:17:16.397] getCompletionData: Get current token: 0.003622999880462885 +Info 9028 [13:17:16.397] getCompletionData: Is inside comment: 0.01167100016027689 +Info 9029 [13:17:16.397] getCompletionData: Get previous token: 0.019763000309467316 +Info 9030 [13:17:16.397] getCompletionsAtPosition: isCompletionListBlocker: 0.0022920002229511738 +Info 9031 [13:17:16.400] getCompletionData: Semantic work: 3.2691049999557436 +Info 9032 [13:17:16.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8589500002563 +Info 9033 [13:17:16.401] Format host information updated +Info 9034 [13:17:16.469] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9035 [13:17:16.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 19.4009190001525ms +Info 9036 [13:17:16.489] Different program with same set of files +Info 9037 [13:17:16.489] getCompletionData: Get current token: 0.015822999645024538 +Info 9038 [13:17:16.489] getCompletionData: Is inside comment: 0.0340360002592206 +Info 9039 [13:17:16.489] getCompletionData: Get previous token: 0.05263100005686283 +Info 9040 [13:17:16.489] getCompletionsAtPosition: isCompletionListBlocker: 0.005093000363558531 +Info 9041 [13:17:16.498] getCompletionData: Semantic work: 8.273920000065118 +Info 9042 [13:17:16.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1781060001812875 +Info 9043 [13:17:16.500] Format host information updated +Info 9044 [13:17:16.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9045 [13:17:16.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 17.291912000160664ms +Info 9046 [13:17:16.569] Different program with same set of files +Info 9047 [13:17:16.569] getCompletionData: Get current token: 0.011278000194579363 +Info 9048 [13:17:16.569] getCompletionData: Is inside comment: 0.039556000381708145 +Info 9049 [13:17:16.569] getCompletionData: Get previous token: 0.06439800001680851 +Info 9050 [13:17:16.569] getCompletionsAtPosition: isCompletionListBlocker: 0.0052280002273619175 +Info 9051 [13:17:16.579] getCompletionData: Semantic work: 10.055922999978065 +Info 9052 [13:17:16.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.067809999920428 +Info 9053 [13:17:16.582] Format host information updated +Info 9054 [13:17:16.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9055 [13:17:16.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 17.808507000096142ms +Info 9056 [13:17:16.799] Different program with same set of files +Info 9057 [13:17:16.799] getCompletionData: Get current token: 0.005683000199496746 +Info 9058 [13:17:16.799] getCompletionData: Is inside comment: 0.01979300007224083 +Info 9059 [13:17:16.799] getCompletionData: Get previous token: 0.015678999945521355 +Info 9060 [13:17:16.799] getCompletionsAtPosition: isCompletionListBlocker: 0.004112000111490488 +Info 9061 [13:17:16.800] getExportInfoMap: cache hit +Info 9062 [13:17:16.814] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9063 [13:17:16.814] collectAutoImports: response is complete +Info 9064 [13:17:16.814] collectAutoImports: 14.141613999847323 +Info 9065 [13:17:16.814] getCompletionData: Semantic work: 14.824995000381023 +Info 9066 [13:17:16.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.131116000004113 +Info 9067 [13:17:16.828] Format host information updated +Info 9068 [13:17:17.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9069 [13:17:17.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 7.130032999906689ms +Info 9070 [13:17:17.781] Different program with same set of files +Info 9071 [13:17:17.781] getCompletionData: Get current token: 0.00355600006878376 +Info 9072 [13:17:17.781] getCompletionData: Is inside comment: 0.011593999806791544 +Info 9073 [13:17:17.781] getCompletionData: Get previous token: 0.020945999771356583 +Info 9074 [13:17:17.781] getCompletionsAtPosition: isCompletionListBlocker: 0.0028399997390806675 +Info 9075 [13:17:17.782] getExportInfoMap: cache hit +Info 9076 [13:17:17.784] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 9077 [13:17:17.784] collectAutoImports: response is complete +Info 9078 [13:17:17.784] collectAutoImports: 2.004226999823004 +Info 9079 [13:17:17.784] getCompletionData: Semantic work: 2.489306000061333 +Info 9080 [13:17:17.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.266948000062257 +Info 9081 [13:17:17.789] Format host information updated +Info 9082 [13:17:18.001] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9083 [13:17:18.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 9.217935000080615ms +Info 9084 [13:17:18.010] Different program with same set of files +Info 9085 [13:17:18.011] getCompletionData: Get current token: 0.003764000255614519 +Info 9086 [13:17:18.011] getCompletionData: Is inside comment: 0.012901999987661839 +Info 9087 [13:17:18.011] getCompletionData: Get previous token: 0.010292999912053347 +Info 9088 [13:17:18.011] getCompletionsAtPosition: isCompletionListBlocker: 0.006827999837696552 +Info 9089 [13:17:18.011] getExportInfoMap: cache hit +Info 9090 [13:17:18.026] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9091 [13:17:18.026] collectAutoImports: response is complete +Info 9092 [13:17:18.026] collectAutoImports: 14.274368000216782 +Info 9093 [13:17:18.026] getCompletionData: Semantic work: 14.84018799988553 +Info 9094 [13:17:18.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2195100001990795 +Info 9095 [13:17:18.039] Format host information updated +Info 9096 [13:17:18.132] Format host information updated +Info 9097 [13:17:18.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9098 [13:17:18.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 7.4222569996491075ms +Info 9099 [13:17:18.139] Different program with same set of files +Info 9100 [13:17:18.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9101 [13:17:18.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 9.29300899989903ms +Info 9102 [13:17:18.259] Different program with same set of files +Info 9103 [13:17:18.259] getCompletionData: Get current token: 0.00407399982213974 +Info 9104 [13:17:18.260] getCompletionData: Is inside comment: 0.013924000319093466 +Info 9105 [13:17:18.260] getCompletionData: Get previous token: 0.022874999791383743 +Info 9106 [13:17:18.260] getCompletionsAtPosition: isCompletionListBlocker: 0.004153999965637922 +Info 9107 [13:17:18.260] getExportInfoMap: cache hit +Info 9108 [13:17:18.263] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 19 from cache +Info 9109 [13:17:18.263] collectAutoImports: response is complete +Info 9110 [13:17:18.263] collectAutoImports: 2.418012000154704 +Info 9111 [13:17:18.263] getCompletionData: Semantic work: 3.0040319999679923 +Info 9112 [13:17:18.267] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2886959998868406 +Info 9113 [13:17:18.268] Format host information updated +Info 9114 [13:17:18.589] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9115 [13:17:18.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 7.116948000155389ms +Info 9116 [13:17:18.596] Different program with same set of files +Info 9117 [13:17:18.596] getCompletionData: Get current token: 0.004474000073969364 +Info 9118 [13:17:18.596] getCompletionData: Is inside comment: 0.015198000241070986 +Info 9119 [13:17:18.596] getCompletionData: Get previous token: 0.012507999781519175 +Info 9120 [13:17:18.596] getCompletionsAtPosition: isCompletionListBlocker: 0.009002999868243933 +Info 9121 [13:17:18.597] getExportInfoMap: cache hit +Info 9122 [13:17:18.612] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9123 [13:17:18.612] collectAutoImports: response is complete +Info 9124 [13:17:18.612] collectAutoImports: 15.222801000345498 +Info 9125 [13:17:18.612] getCompletionData: Semantic work: 15.85278100008145 +Info 9126 [13:17:18.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.002125000115484 +Info 9127 [13:17:18.622] Format host information updated +Info 9128 [13:17:18.873] Format host information updated +Info 9129 [13:17:18.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9130 [13:17:18.882] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 8.721054000314325ms +Info 9131 [13:17:18.882] Different program with same set of files +Info 9132 [13:17:19.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9133 [13:17:19.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 8.588498000055552ms +Info 9134 [13:17:19.073] Different program with same set of files +Info 9135 [13:17:19.073] getCompletionData: Get current token: 0.003585999831557274 +Info 9136 [13:17:19.073] getCompletionData: Is inside comment: 0.012348999734967947 +Info 9137 [13:17:19.073] getCompletionData: Get previous token: 0.020225999876856804 +Info 9138 [13:17:19.073] getCompletionsAtPosition: isCompletionListBlocker: 0.00798399979248643 +Info 9139 [13:17:19.074] getExportInfoMap: cache hit +Info 9140 [13:17:19.079] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 9141 [13:17:19.079] collectAutoImports: response is complete +Info 9142 [13:17:19.079] collectAutoImports: 5.354259999934584 +Info 9143 [13:17:19.079] getCompletionData: Semantic work: 6.140775999985635 +Info 9144 [13:17:19.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3793980004265904 +Info 9145 [13:17:19.083] Format host information updated +Info 9146 [13:17:19.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9147 [13:17:19.143] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 10.789421000052243ms +Info 9148 [13:17:19.143] Different program with same set of files +Info 9149 [13:17:19.144] getCompletionData: Get current token: 0.005996000021696091 +Info 9150 [13:17:19.144] getCompletionData: Is inside comment: 0.020981000270694494 +Info 9151 [13:17:19.144] getCompletionData: Get previous token: 0.034657999873161316 +Info 9152 [13:17:19.144] getCompletionsAtPosition: isCompletionListBlocker: 0.011005999986082315 +Info 9153 [13:17:19.145] getExportInfoMap: cache hit +Info 9154 [13:17:19.152] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 97 from cache +Info 9155 [13:17:19.152] collectAutoImports: response is complete +Info 9156 [13:17:19.152] collectAutoImports: 6.7575449999421835 +Info 9157 [13:17:19.152] getCompletionData: Semantic work: 7.851154000032693 +Info 9158 [13:17:19.154] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3203819999471307 +Info 9159 [13:17:19.157] Format host information updated +Info 9160 [13:17:19.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9161 [13:17:19.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 16.78439400019124ms +Info 9162 [13:17:19.250] Different program with same set of files +Info 9163 [13:17:19.250] getCompletionData: Get current token: 0.010052999947220087 +Info 9164 [13:17:19.250] getCompletionData: Is inside comment: 0.03603699989616871 +Info 9165 [13:17:19.250] getCompletionData: Get previous token: 0.10083700018003583 +Info 9166 [13:17:19.250] getCompletionsAtPosition: isCompletionListBlocker: 0.015973000321537256 +Info 9167 [13:17:19.252] getExportInfoMap: cache hit +Info 9168 [13:17:19.259] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 70 from cache +Info 9169 [13:17:19.259] collectAutoImports: response is complete +Info 9170 [13:17:19.259] collectAutoImports: 7.057628999929875 +Info 9171 [13:17:19.259] getCompletionData: Semantic work: 8.729473000392318 +Info 9172 [13:17:19.261] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4106999998912215 +Info 9173 [13:17:19.263] Format host information updated +Info 9174 [13:17:19.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9175 [13:17:19.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 761 structureChanged: false structureIsReused:: Completely Elapsed: 10.26463000010699ms +Info 9176 [13:17:19.317] Different program with same set of files +Info 9177 [13:17:19.317] getCompletionData: Get current token: 0.004236000124365091 +Info 9178 [13:17:19.317] getCompletionData: Is inside comment: 0.012118000071495771 +Info 9179 [13:17:19.317] getCompletionData: Get previous token: 0.018861999735236168 +Info 9180 [13:17:19.317] getCompletionsAtPosition: isCompletionListBlocker: 0.008659000042825937 +Info 9181 [13:17:19.318] getExportInfoMap: cache hit +Info 9182 [13:17:19.320] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 5 from cache +Info 9183 [13:17:19.320] collectAutoImports: response is complete +Info 9184 [13:17:19.320] collectAutoImports: 2.069052000064403 +Info 9185 [13:17:19.320] getCompletionData: Semantic work: 2.9094810001552105 +Info 9186 [13:17:19.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4787630001083016 +Info 9187 [13:17:19.322] Format host information updated +Info 9188 [13:17:19.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9189 [13:17:19.385] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 9.620250000152737ms +Info 9190 [13:17:19.385] Different program with same set of files +Info 9191 [13:17:19.385] getCompletionData: Get current token: 0.005582999903708696 +Info 9192 [13:17:19.386] getCompletionData: Is inside comment: 0.01585800014436245 +Info 9193 [13:17:19.386] getCompletionData: Get previous token: 0.025226000230759382 +Info 9194 [13:17:19.386] getCompletionsAtPosition: isCompletionListBlocker: 0.010267000179737806 +Info 9195 [13:17:19.386] getExportInfoMap: cache hit +Info 9196 [13:17:19.389] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 5 from cache +Info 9197 [13:17:19.389] collectAutoImports: response is complete +Info 9198 [13:17:19.389] collectAutoImports: 2.588159999810159 +Info 9199 [13:17:19.389] getCompletionData: Semantic work: 3.4656430003233254 +Info 9200 [13:17:19.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6736860000528395 +Info 9201 [13:17:19.393] Format host information updated +Info 9202 [13:17:19.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9203 [13:17:19.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 7.293107000179589ms +Info 9204 [13:17:19.524] Different program with same set of files +Info 9205 [13:17:19.524] getCompletionData: Get current token: 0.003829000052064657 +Info 9206 [13:17:19.524] getCompletionData: Is inside comment: 0.01133199967443943 +Info 9207 [13:17:19.524] getCompletionData: Get previous token: 0.016956999897956848 +Info 9208 [13:17:19.524] getCompletionsAtPosition: isCompletionListBlocker: 0.008425000123679638 +Info 9209 [13:17:19.525] getExportInfoMap: cache hit +Info 9210 [13:17:19.540] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9211 [13:17:19.540] collectAutoImports: response is complete +Info 9212 [13:17:19.540] collectAutoImports: 15.338078000117093 +Info 9213 [13:17:19.540] getCompletionData: Semantic work: 15.964738000184298 +Info 9214 [13:17:19.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.288718000054359 +Info 9215 [13:17:19.551] Format host information updated +Info 9216 [13:17:19.576] Format host information updated +Info 9217 [13:17:19.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9218 [13:17:19.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 6.72795099997893ms +Info 9219 [13:17:19.583] Different program with same set of files +Info 9220 [13:17:19.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9221 [13:17:19.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 21.210498000029474ms +Info 9222 [13:17:19.796] Different program with same set of files +Info 9223 [13:17:19.796] getCompletionData: Get current token: 0.012808999978005886 +Info 9224 [13:17:19.796] getCompletionData: Is inside comment: 0.0374779999256134 +Info 9225 [13:17:19.796] getCompletionData: Get previous token: 0.05605100002139807 +Info 9226 [13:17:19.796] getCompletionsAtPosition: isCompletionListBlocker: 0.021831000223755836 +Info 9227 [13:17:19.798] getExportInfoMap: cache hit +Info 9228 [13:17:19.809] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 102 from cache +Info 9229 [13:17:19.809] collectAutoImports: response is complete +Info 9230 [13:17:19.809] collectAutoImports: 10.604365000035614 +Info 9231 [13:17:19.809] getCompletionData: Semantic work: 12.451425999868661 +Info 9232 [13:17:19.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2026370000094175 +Info 9233 [13:17:19.817] Format host information updated +Info 9234 [13:17:19.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9235 [13:17:19.992] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 10.476923000067472ms +Info 9236 [13:17:19.992] Different program with same set of files +Info 9237 [13:17:19.992] getCompletionData: Get current token: 0.003498000092804432 +Info 9238 [13:17:19.992] getCompletionData: Is inside comment: 0.03092799987643957 +Info 9239 [13:17:19.992] getCompletionData: Get previous token: 0.016011000145226717 +Info 9240 [13:17:19.992] getCompletionsAtPosition: isCompletionListBlocker: 0.008940999861806631 +Info 9241 [13:17:19.993] getExportInfoMap: cache hit +Info 9242 [13:17:19.996] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 74 from cache +Info 9243 [13:17:19.996] collectAutoImports: response is complete +Info 9244 [13:17:19.996] collectAutoImports: 2.733406000304967 +Info 9245 [13:17:19.996] getCompletionData: Semantic work: 3.4094619997777045 +Info 9246 [13:17:19.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0797759997658432 +Info 9247 [13:17:19.999] Format host information updated +Info 9248 [13:17:20.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9249 [13:17:20.062] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 10.051845999900252ms +Info 9250 [13:17:20.062] Different program with same set of files +Info 9251 [13:17:20.062] getCompletionData: Get current token: 0.003590999636799097 +Info 9252 [13:17:20.062] getCompletionData: Is inside comment: 0.009988000150769949 +Info 9253 [13:17:20.062] getCompletionData: Get previous token: 0.015616999939084053 +Info 9254 [13:17:20.062] getCompletionsAtPosition: isCompletionListBlocker: 0.0077229999005794525 +Info 9255 [13:17:20.063] getExportInfoMap: cache hit +Info 9256 [13:17:20.065] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 9 from cache +Info 9257 [13:17:20.065] collectAutoImports: response is complete +Info 9258 [13:17:20.065] collectAutoImports: 1.8977210000157356 +Info 9259 [13:17:20.065] getCompletionData: Semantic work: 2.464769000187516 +Info 9260 [13:17:20.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.926012999843806 +Info 9261 [13:17:20.070] Format host information updated +Info 9262 [13:17:24.068] getCompletionData: Get current token: 0.002882000058889389 +Info 9263 [13:17:24.068] getCompletionData: Is inside comment: 0.014020999893546104 +Info 9264 [13:17:24.068] getCompletionData: Get previous token: 0.00873999996110797 +Info 9265 [13:17:24.068] getCompletionsAtPosition: isCompletionListBlocker: 0.012399000115692616 +Info 9266 [13:17:24.069] getExportInfoMap: cache hit +Info 9267 [13:17:24.080] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9268 [13:17:24.080] collectAutoImports: response is complete +Info 9269 [13:17:24.080] collectAutoImports: 11.420490000396967 +Info 9270 [13:17:24.080] getCompletionData: Semantic work: 12.20073000015691 +Info 9271 [13:17:24.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.325894999783486 +Info 9272 [13:17:30.495] Format host information updated +Info 9273 [13:17:30.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9274 [13:17:30.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 13.883214000146836ms +Info 9275 [13:17:30.509] Different program with same set of files +Info 9276 [13:17:33.120] Format host information updated +Info 9277 [13:17:33.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9278 [13:17:33.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 11.177616000175476ms +Info 9279 [13:17:33.132] Different program with same set of files +Info 9280 [13:17:33.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9281 [13:17:33.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 9.317068999633193ms +Info 9282 [13:17:33.269] Different program with same set of files +Info 9283 [13:17:33.269] getCompletionData: Get current token: 0.003022999968379736 +Info 9284 [13:17:33.269] getCompletionData: Is inside comment: 0.010144999716430902 +Info 9285 [13:17:33.269] getCompletionData: Get previous token: 0.01305900001898408 +Info 9286 [13:17:33.269] getCompletionsAtPosition: isCompletionListBlocker: 0.007666000165045261 +Info 9287 [13:17:33.270] getExportInfoMap: cache hit +Info 9288 [13:17:33.277] collectAutoImports: resolved 0 module specifiers, plus 37 ambient and 269 from cache +Info 9289 [13:17:33.277] collectAutoImports: response is complete +Info 9290 [13:17:33.277] collectAutoImports: 7.20763499988243 +Info 9291 [13:17:33.277] getCompletionData: Semantic work: 7.850595000199974 +Info 9292 [13:17:33.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.145130000077188 +Info 9293 [13:17:33.285] Format host information updated +Info 9294 [13:17:33.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9295 [13:17:33.450] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 771 structureChanged: false structureIsReused:: Completely Elapsed: 16.28098599985242ms +Info 9296 [13:17:33.450] Different program with same set of files +Info 9297 [13:17:33.450] getCompletionData: Get current token: 0.007081000134348869 +Info 9298 [13:17:33.450] getCompletionData: Is inside comment: 0.017561000306159258 +Info 9299 [13:17:33.450] getCompletionData: Get previous token: 0.024972000159323215 +Info 9300 [13:17:33.450] getCompletionsAtPosition: isCompletionListBlocker: 0.01069499971345067 +Info 9301 [13:17:33.451] getExportInfoMap: cache hit +Info 9302 [13:17:33.456] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 12 from cache +Info 9303 [13:17:33.456] collectAutoImports: response is complete +Info 9304 [13:17:33.456] collectAutoImports: 5.115811999887228 +Info 9305 [13:17:33.456] getCompletionData: Semantic work: 5.970590000040829 +Info 9306 [13:17:33.459] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8679980002343655 +Info 9307 [13:17:33.460] Format host information updated +Info 9308 [13:17:33.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9309 [13:17:33.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 9.831613999791443ms +Info 9310 [13:17:33.603] Different program with same set of files +Info 9311 [13:17:33.604] getCompletionData: Get current token: 0.0034030000679194927 +Info 9312 [13:17:33.604] getCompletionData: Is inside comment: 0.011138000059872866 +Info 9313 [13:17:33.604] getCompletionData: Get previous token: 0.014945999719202518 +Info 9314 [13:17:33.604] getCompletionsAtPosition: isCompletionListBlocker: 0.008085000328719616 +Info 9315 [13:17:33.604] getExportInfoMap: cache hit +Info 9316 [13:17:33.610] collectAutoImports: resolved 0 module specifiers, plus 37 ambient and 269 from cache +Info 9317 [13:17:33.610] collectAutoImports: response is complete +Info 9318 [13:17:33.610] collectAutoImports: 5.80765000032261 +Info 9319 [13:17:33.610] getCompletionData: Semantic work: 6.440941999666393 +Info 9320 [13:17:33.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5296460003592074 +Info 9321 [13:17:33.617] Format host information updated +Info 9322 [13:17:33.760] Format host information updated +Info 9323 [13:17:33.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9324 [13:17:33.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 28.697844999842346ms +Info 9325 [13:17:33.789] Different program with same set of files +Info 9326 [13:17:33.818] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9327 [13:17:33.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 13.042793999891728ms +Info 9328 [13:17:33.831] Different program with same set of files +Info 9329 [13:17:33.832] getCompletionData: Get current token: 0.0036189998500049114 +Info 9330 [13:17:33.832] getCompletionData: Is inside comment: 0.013170999940484762 +Info 9331 [13:17:33.832] getCompletionData: Get previous token: 0.017946999985724688 +Info 9332 [13:17:33.832] getCompletionsAtPosition: isCompletionListBlocker: 0.009114999789744616 +Info 9333 [13:17:33.832] getExportInfoMap: cache hit +Info 9334 [13:17:33.837] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 121 from cache +Info 9335 [13:17:33.837] collectAutoImports: response is complete +Info 9336 [13:17:33.837] collectAutoImports: 4.352382999844849 +Info 9337 [13:17:33.837] getCompletionData: Semantic work: 5.1022669998928905 +Info 9338 [13:17:33.840] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.307469999883324 +Info 9339 [13:17:33.844] Format host information updated +Info 9340 [13:17:33.879] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9341 [13:17:33.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 7.272915999870747ms +Info 9342 [13:17:33.887] Different program with same set of files +Info 9343 [13:17:33.887] getCompletionData: Get current token: 0.004776000045239925 +Info 9344 [13:17:33.887] getCompletionData: Is inside comment: 0.009679000359028578 +Info 9345 [13:17:33.887] getCompletionData: Get previous token: 0.013513000216335058 +Info 9346 [13:17:33.887] getCompletionsAtPosition: isCompletionListBlocker: 0.006562000140547752 +Info 9347 [13:17:33.887] getExportInfoMap: cache hit +Info 9348 [13:17:33.891] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 105 from cache +Info 9349 [13:17:33.891] collectAutoImports: response is complete +Info 9350 [13:17:33.891] collectAutoImports: 3.1678820000961423 +Info 9351 [13:17:33.891] getCompletionData: Semantic work: 3.7062619999051094 +Info 9352 [13:17:33.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.524565000087023 +Info 9353 [13:17:33.894] Format host information updated +Info 9354 [13:17:34.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9355 [13:17:34.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 27.66009599994868ms +Info 9356 [13:17:34.073] Different program with same set of files +Info 9357 [13:17:34.074] getCompletionData: Get current token: 0.013173999730497599 +Info 9358 [13:17:34.074] getCompletionData: Is inside comment: 0.05716100009158254 +Info 9359 [13:17:34.074] getCompletionData: Get previous token: 0.098172000143677 +Info 9360 [13:17:34.074] getCompletionsAtPosition: isCompletionListBlocker: 0.02459099981933832 +Info 9361 [13:17:34.076] getExportInfoMap: cache hit +Info 9362 [13:17:34.083] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 66 from cache +Info 9363 [13:17:34.083] collectAutoImports: response is complete +Info 9364 [13:17:34.083] collectAutoImports: 6.720479999668896 +Info 9365 [13:17:34.083] getCompletionData: Semantic work: 8.343149999622256 +Info 9366 [13:17:34.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.536022999789566 +Info 9367 [13:17:34.089] Format host information updated +Info 9368 [13:17:34.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9369 [13:17:34.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 15.801846999675035ms +Info 9370 [13:17:34.194] Different program with same set of files +Info 9371 [13:17:34.194] getCompletionData: Get current token: 0.008509000297635794 +Info 9372 [13:17:34.194] getCompletionData: Is inside comment: 0.027834000065922737 +Info 9373 [13:17:34.194] getCompletionData: Get previous token: 0.03515499969944358 +Info 9374 [13:17:34.194] getCompletionsAtPosition: isCompletionListBlocker: 0.03038599994033575 +Info 9375 [13:17:34.195] getExportInfoMap: cache hit +Info 9376 [13:17:34.205] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 9377 [13:17:34.205] collectAutoImports: response is complete +Info 9378 [13:17:34.205] collectAutoImports: 9.062239999882877 +Info 9379 [13:17:34.205] getCompletionData: Semantic work: 10.34149400005117 +Info 9380 [13:17:34.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.797588999848813 +Info 9381 [13:17:34.212] Format host information updated +Info 9382 [13:17:34.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9383 [13:17:34.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 8.646015000063926ms +Info 9384 [13:17:34.305] Different program with same set of files +Info 9385 [13:17:34.305] getCompletionData: Get current token: 0.0029579997062683105 +Info 9386 [13:17:34.305] getCompletionData: Is inside comment: 0.009765000082552433 +Info 9387 [13:17:34.305] getCompletionData: Get previous token: 0.012895999941974878 +Info 9388 [13:17:34.305] getCompletionsAtPosition: isCompletionListBlocker: 0.00827800016850233 +Info 9389 [13:17:34.305] getExportInfoMap: cache hit +Info 9390 [13:17:34.308] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9391 [13:17:34.308] collectAutoImports: response is complete +Info 9392 [13:17:34.308] collectAutoImports: 2.5040919999592006 +Info 9393 [13:17:34.308] getCompletionData: Semantic work: 3.117339000105858 +Info 9394 [13:17:34.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1403039996512234 +Info 9395 [13:17:34.311] Format host information updated +Info 9396 [13:17:34.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9397 [13:17:34.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 14.225438000168651ms +Info 9398 [13:17:34.401] Different program with same set of files +Info 9399 [13:17:34.401] getCompletionData: Get current token: 0.006322000175714493 +Info 9400 [13:17:34.401] getCompletionData: Is inside comment: 0.02088200021535158 +Info 9401 [13:17:34.401] getCompletionData: Get previous token: 0.05230800015851855 +Info 9402 [13:17:34.401] getCompletionsAtPosition: isCompletionListBlocker: 0.01280600018799305 +Info 9403 [13:17:34.402] getExportInfoMap: cache hit +Info 9404 [13:17:34.430] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 9405 [13:17:34.431] collectAutoImports: response is complete +Info 9406 [13:17:34.431] collectAutoImports: 28.023134000133723 +Info 9407 [13:17:34.431] getCompletionData: Semantic work: 29.15402300003916 +Info 9408 [13:17:34.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.676451999694109 +Info 9409 [13:17:34.444] Format host information updated +Info 9410 [13:17:36.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9411 [13:17:36.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 7.889318000059575ms +Info 9412 [13:17:36.524] Different program with same set of files +Info 9413 [13:17:36.524] getCompletionData: Get current token: 0.0022140000946819782 +Info 9414 [13:17:36.524] getCompletionData: Is inside comment: 0.0010400000028312206 +Info 9415 [13:17:36.524] getCompletionData: Get previous token: 0.012476000003516674 +Info 9416 [13:17:36.524] getCompletionsAtPosition: isCompletionListBlocker: 0.006372000090777874 +Info 9417 [13:17:36.525] getExportInfoMap: cache hit +Info 9418 [13:17:36.529] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 9419 [13:17:36.529] collectAutoImports: response is complete +Info 9420 [13:17:36.529] collectAutoImports: 3.96266599977389 +Info 9421 [13:17:36.529] getCompletionData: Semantic work: 4.675590000115335 +Info 9422 [13:17:36.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1200950001366436 +Info 9423 [13:17:36.531] Format host information updated +Info 9424 [13:17:36.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9425 [13:17:36.744] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 781 structureChanged: false structureIsReused:: Completely Elapsed: 11.912514999974519ms +Info 9426 [13:17:36.744] Different program with same set of files +Info 9427 [13:17:36.745] getCompletionData: Get current token: 0.0041160001419484615 +Info 9428 [13:17:36.745] getCompletionData: Is inside comment: 0.0010829996317625046 +Info 9429 [13:17:36.745] getCompletionData: Get previous token: 0.011882999911904335 +Info 9430 [13:17:36.745] getCompletionsAtPosition: isCompletionListBlocker: 0.006141999736428261 +Info 9431 [13:17:36.745] getExportInfoMap: cache hit +Info 9432 [13:17:36.760] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9433 [13:17:36.760] collectAutoImports: response is complete +Info 9434 [13:17:36.760] collectAutoImports: 14.783262999728322 +Info 9435 [13:17:36.760] getCompletionData: Semantic work: 15.347028999589384 +Info 9436 [13:17:36.766] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.801682000048459 +Info 9437 [13:17:36.769] Format host information updated +Info 9438 [13:17:37.183] Format host information updated +Info 9439 [13:17:37.183] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9440 [13:17:37.192] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 782 structureChanged: false structureIsReused:: Completely Elapsed: 9.092565999832004ms +Info 9441 [13:17:37.192] Different program with same set of files +Info 9442 [13:17:37.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9443 [13:17:37.308] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 783 structureChanged: false structureIsReused:: Completely Elapsed: 9.543935999739915ms +Info 9444 [13:17:37.308] Different program with same set of files +Info 9445 [13:17:37.308] getCompletionData: Get current token: 0.004845999646931887 +Info 9446 [13:17:37.308] getCompletionData: Is inside comment: 0.0016620000824332237 +Info 9447 [13:17:37.308] getCompletionData: Get previous token: 0.01474299980327487 +Info 9448 [13:17:37.308] getCompletionsAtPosition: isCompletionListBlocker: 0.00697400001809001 +Info 9449 [13:17:37.308] getExportInfoMap: cache hit +Info 9450 [13:17:37.320] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9451 [13:17:37.320] collectAutoImports: response is complete +Info 9452 [13:17:37.320] collectAutoImports: 12.140889999922365 +Info 9453 [13:17:37.320] getCompletionData: Semantic work: 12.668304999824613 +Info 9454 [13:17:37.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.392518000211567 +Info 9455 [13:17:37.330] Format host information updated +Info 9456 [13:17:37.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9457 [13:17:37.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 6.95190199976787ms +Info 9458 [13:17:37.487] Different program with same set of files +Info 9459 [13:17:37.488] getCompletionData: Get current token: 0.00289900042116642 +Info 9460 [13:17:37.488] getCompletionData: Is inside comment: 0.0010449998080730438 +Info 9461 [13:17:37.488] getCompletionData: Get previous token: 0.011624999810010195 +Info 9462 [13:17:37.488] getCompletionsAtPosition: isCompletionListBlocker: 0.04742299998179078 +Info 9463 [13:17:37.488] getExportInfoMap: cache hit +Info 9464 [13:17:37.501] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9465 [13:17:37.501] collectAutoImports: response is complete +Info 9466 [13:17:37.501] collectAutoImports: 12.679289000108838 +Info 9467 [13:17:37.501] getCompletionData: Semantic work: 13.179436000064015 +Info 9468 [13:17:37.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8922569998539984 +Info 9469 [13:17:37.508] Format host information updated +Info 9470 [13:17:37.556] Format host information updated +Info 9471 [13:17:37.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9472 [13:17:37.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 9.204351000022143ms +Info 9473 [13:17:37.566] Different program with same set of files +Info 9474 [13:17:38.003] getCompletionData: Get current token: 0.0021509998477995396 +Info 9475 [13:17:38.003] getCompletionData: Is inside comment: 0.008861000183969736 +Info 9476 [13:17:38.003] getCompletionData: Get previous token: 0.005458000116050243 +Info 9477 [13:17:38.003] getCompletionsAtPosition: isCompletionListBlocker: 0.00866399984806776 +Info 9478 [13:17:38.003] getExportInfoMap: cache hit +Info 9479 [13:17:38.017] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9480 [13:17:38.017] collectAutoImports: response is complete +Info 9481 [13:17:38.017] collectAutoImports: 13.495318999979645 +Info 9482 [13:17:38.017] getCompletionData: Semantic work: 14.123542999848723 +Info 9483 [13:17:38.021] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.782117999624461 +Info 9484 [13:17:38.162] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9485 [13:17:38.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 9.202140000183135ms +Info 9486 [13:17:38.171] Different program with same set of files +Info 9487 [13:17:38.171] getCompletionData: Get current token: 0.004459999967366457 +Info 9488 [13:17:38.171] getCompletionData: Is inside comment: 0.010929999873042107 +Info 9489 [13:17:38.171] getCompletionData: Get previous token: 0.00836700014770031 +Info 9490 [13:17:38.171] getCompletionsAtPosition: isCompletionListBlocker: 0.002229999750852585 +Info 9491 [13:17:38.172] getExportInfoMap: cache hit +Info 9492 [13:17:38.183] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9493 [13:17:38.183] collectAutoImports: response is complete +Info 9494 [13:17:38.183] collectAutoImports: 11.719840999692678 +Info 9495 [13:17:38.184] getCompletionData: Semantic work: 12.258510999847203 +Info 9496 [13:17:38.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.846501000225544 +Info 9497 [13:17:38.192] Format host information updated +Info 9498 [13:17:38.363] Format host information updated +Info 9499 [13:17:38.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9500 [13:17:38.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 6.656128000002354ms +Info 9501 [13:17:38.370] Different program with same set of files +Info 9502 [13:17:38.511] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9503 [13:17:38.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 7.09703000029549ms +Info 9504 [13:17:38.518] Different program with same set of files +Info 9505 [13:17:38.518] getCompletionData: Get current token: 0.0017659999430179596 +Info 9506 [13:17:38.518] getCompletionData: Is inside comment: 0.006982000079005957 +Info 9507 [13:17:38.518] getCompletionData: Get previous token: 0.010489999782294035 +Info 9508 [13:17:38.518] getCompletionsAtPosition: isCompletionListBlocker: 0.00737700005993247 +Info 9509 [13:17:38.519] getExportInfoMap: cache hit +Info 9510 [13:17:38.523] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 9511 [13:17:38.524] collectAutoImports: response is complete +Info 9512 [13:17:38.524] collectAutoImports: 4.7332649999298155 +Info 9513 [13:17:38.524] getCompletionData: Semantic work: 5.295562000013888 +Info 9514 [13:17:38.525] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5178590002469718 +Info 9515 [13:17:38.527] Format host information updated +Info 9516 [13:17:38.652] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9517 [13:17:38.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 7.431080000009388ms +Info 9518 [13:17:38.659] Different program with same set of files +Info 9519 [13:17:38.659] getCompletionData: Get current token: 0.0028389999642968178 +Info 9520 [13:17:38.659] getCompletionData: Is inside comment: 0.010154999792575836 +Info 9521 [13:17:38.659] getCompletionData: Get previous token: 0.006610000040382147 +Info 9522 [13:17:38.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0024190000258386135 +Info 9523 [13:17:38.660] getCompletionData: Semantic work: 0.46394800022244453 +Info 9524 [13:17:38.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3199880002066493 +Info 9525 [13:17:38.660] Format host information updated +Info 9526 [13:17:39.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9527 [13:17:39.029] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 9.786906000226736ms +Info 9528 [13:17:39.029] Different program with same set of files +Info 9529 [13:17:39.029] getCompletionData: Get current token: 0.002356000244617462 +Info 9530 [13:17:39.029] getCompletionData: Is inside comment: 0.008532000239938498 +Info 9531 [13:17:39.029] getCompletionData: Get previous token: 0.013174999970942736 +Info 9532 [13:17:39.029] getCompletionsAtPosition: isCompletionListBlocker: 0.0025149998255074024 +Info 9533 [13:17:39.029] getCompletionData: Semantic work: 0.3988400003872812 +Info 9534 [13:17:39.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8056509997695684 +Info 9535 [13:17:39.030] Format host information updated +Info 9536 [13:17:39.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9537 [13:17:39.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 7.090764000080526ms +Info 9538 [13:17:39.446] Different program with same set of files +Info 9539 [13:17:39.446] getCompletionData: Get current token: 0.0022539999336004257 +Info 9540 [13:17:39.446] getCompletionData: Is inside comment: 0.008723999839276075 +Info 9541 [13:17:39.446] getCompletionData: Get previous token: 0.013302000239491463 +Info 9542 [13:17:39.446] getCompletionsAtPosition: isCompletionListBlocker: 0.0023729996755719185 +Info 9543 [13:17:39.446] getCompletionData: Semantic work: 0.4042190001346171 +Info 9544 [13:17:39.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7189929997548461 +Info 9545 [13:17:39.447] Format host information updated +Info 9546 [13:17:39.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9547 [13:17:39.594] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 25.186982000246644ms +Info 9548 [13:17:39.594] Different program with same set of files +Info 9549 [13:17:39.594] getCompletionData: Get current token: 0.006635999772697687 +Info 9550 [13:17:39.594] getCompletionData: Is inside comment: 0.02694800030440092 +Info 9551 [13:17:39.595] getCompletionData: Get previous token: 0.041078999638557434 +Info 9552 [13:17:39.595] getCompletionsAtPosition: isCompletionListBlocker: 0.005319999996572733 +Info 9553 [13:17:39.596] getCompletionData: Semantic work: 0.9180879998020828 +Info 9554 [13:17:39.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.436251999810338 +Info 9555 [13:17:39.598] Format host information updated +Info 9556 [13:17:40.839] Format host information updated +Info 9557 [13:17:40.839] Format host information updated +Info 9558 [13:17:40.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9559 [13:17:40.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 7.130911000072956ms +Info 9560 [13:17:40.846] Different program with same set of files +Info 9561 [13:17:40.847] getCompletionData: Get current token: 0.0024210000410676003 +Info 9562 [13:17:40.847] getCompletionData: Is inside comment: 0.009361000265926123 +Info 9563 [13:17:40.847] getCompletionData: Get previous token: 0.006281000096350908 +Info 9564 [13:17:40.847] getCompletionsAtPosition: isCompletionListBlocker: 0.0030700000934302807 +Info 9565 [13:17:40.850] getExportInfoMap: cache hit +Info 9566 [13:17:40.862] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9567 [13:17:40.862] collectAutoImports: response is complete +Info 9568 [13:17:40.862] collectAutoImports: 12.727349000051618 +Info 9569 [13:17:40.862] getCompletionData: Semantic work: 15.773369000293314 +Info 9570 [13:17:40.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.028148999903351 +Info 9571 [13:17:40.873] getCompletionData: Get current token: 0.009491999633610249 +Info 9572 [13:17:40.873] getCompletionData: Is inside comment: 0.003716999664902687 +Info 9573 [13:17:40.874] getCompletionData: Get previous token: 0.018157999962568283 +Info 9574 [13:17:40.874] getCompletionsAtPosition: isCompletionListBlocker: 0.00215000007301569 +Info 9575 [13:17:40.874] getCompletionData: Semantic work: 0.2310750000178814 +Info 9576 [13:17:40.876] getCompletionData: Get current token: 0.006032000295817852 +Info 9577 [13:17:40.876] getCompletionData: Is inside comment: 0.002239000052213669 +Info 9578 [13:17:40.876] getCompletionData: Get previous token: 0.016913999803364277 +Info 9579 [13:17:40.876] getCompletionsAtPosition: isCompletionListBlocker: 0.0018970002420246601 +Info 9580 [13:17:40.877] getCompletionData: Semantic work: 0.1452489998191595 +Info 9581 [13:17:40.877] Format host information updated +Info 9582 [13:17:40.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9583 [13:17:40.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 7.173957000020891ms +Info 9584 [13:17:40.905] Different program with same set of files +Info 9585 [13:17:40.906] getCompletionData: Get current token: 0.0034339996054768562 +Info 9586 [13:17:40.906] getCompletionData: Is inside comment: 0.0089219999499619 +Info 9587 [13:17:40.906] getCompletionData: Get previous token: 0.0058929999358952045 +Info 9588 [13:17:40.906] getCompletionsAtPosition: isCompletionListBlocker: 0.007550999987870455 +Info 9589 [13:17:40.906] getExportInfoMap: cache hit +Info 9590 [13:17:40.919] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9591 [13:17:40.919] collectAutoImports: response is complete +Info 9592 [13:17:40.919] collectAutoImports: 12.74405900016427 +Info 9593 [13:17:40.919] getCompletionData: Semantic work: 13.274463000241667 +Info 9594 [13:17:40.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5598400002345443 +Info 9595 [13:17:40.926] Format host information updated +Info 9596 [13:17:45.956] Format host information updated +Info 9597 [13:17:45.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9598 [13:17:45.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 7.275678000412881ms +Info 9599 [13:17:45.963] Different program with same set of files +Info 9600 [13:17:47.343] Format host information updated +Info 9601 [13:17:47.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9602 [13:17:47.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 7.359864000231028ms +Info 9603 [13:17:47.350] Different program with same set of files +Info 9604 [13:17:47.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9605 [13:17:47.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 7.612205999903381ms +Info 9606 [13:17:47.618] Different program with same set of files +Info 9607 [13:17:47.619] getCompletionData: Get current token: 0.00252100033685565 +Info 9608 [13:17:47.619] getCompletionData: Is inside comment: 0.008700000122189522 +Info 9609 [13:17:47.619] getCompletionData: Get previous token: 0.010877999942749739 +Info 9610 [13:17:47.619] getCompletionsAtPosition: isCompletionListBlocker: 0.007158000022172928 +Info 9611 [13:17:47.619] getExportInfoMap: cache hit +Info 9612 [13:17:47.626] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 133 from cache +Info 9613 [13:17:47.626] collectAutoImports: response is complete +Info 9614 [13:17:47.626] collectAutoImports: 6.634707000106573 +Info 9615 [13:17:47.626] getCompletionData: Semantic work: 7.520847999956459 +Info 9616 [13:17:47.630] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7714940002188087 +Info 9617 [13:17:47.632] Format host information updated +Info 9618 [13:17:47.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9619 [13:17:47.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 798 structureChanged: false structureIsReused:: Completely Elapsed: 9.212797000072896ms +Info 9620 [13:17:47.742] Different program with same set of files +Info 9621 [13:17:47.742] getCompletionData: Get current token: 0.0035669999197125435 +Info 9622 [13:17:47.742] getCompletionData: Is inside comment: 0.011144000105559826 +Info 9623 [13:17:47.742] getCompletionData: Get previous token: 0.014192999806255102 +Info 9624 [13:17:47.742] getCompletionsAtPosition: isCompletionListBlocker: 0.007701999973505735 +Info 9625 [13:17:47.743] getExportInfoMap: cache hit +Info 9626 [13:17:47.746] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 88 from cache +Info 9627 [13:17:47.746] collectAutoImports: response is complete +Info 9628 [13:17:47.746] collectAutoImports: 3.570547000039369 +Info 9629 [13:17:47.746] getCompletionData: Semantic work: 4.090853000059724 +Info 9630 [13:17:47.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.513153000269085 +Info 9631 [13:17:47.752] Format host information updated +Info 9632 [13:17:47.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9633 [13:17:47.878] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 799 structureChanged: false structureIsReused:: Completely Elapsed: 25.85915799997747ms +Info 9634 [13:17:47.878] Different program with same set of files +Info 9635 [13:17:47.879] getCompletionData: Get current token: 0.007481999695301056 +Info 9636 [13:17:47.879] getCompletionData: Is inside comment: 0.02558600017800927 +Info 9637 [13:17:47.879] getCompletionData: Get previous token: 0.030826000031083822 +Info 9638 [13:17:47.879] getCompletionsAtPosition: isCompletionListBlocker: 0.014547999948263168 +Info 9639 [13:17:47.880] getExportInfoMap: cache hit +Info 9640 [13:17:47.886] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 61 from cache +Info 9641 [13:17:47.886] collectAutoImports: response is complete +Info 9642 [13:17:47.886] collectAutoImports: 5.648122999817133 +Info 9643 [13:17:47.886] getCompletionData: Semantic work: 6.655317000113428 +Info 9644 [13:17:47.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.334731000009924 +Info 9645 [13:17:47.890] Format host information updated +Info 9646 [13:17:48.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9647 [13:17:48.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 9.824059000238776ms +Info 9648 [13:17:48.166] Different program with same set of files +Info 9649 [13:17:48.166] getCompletionData: Get current token: 0.006273000035434961 +Info 9650 [13:17:48.166] getCompletionData: Is inside comment: 0.017817999701946974 +Info 9651 [13:17:48.166] getCompletionData: Get previous token: 0.023919000290334225 +Info 9652 [13:17:48.166] getCompletionsAtPosition: isCompletionListBlocker: 0.009375999681651592 +Info 9653 [13:17:48.167] getExportInfoMap: cache hit +Info 9654 [13:17:48.171] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 88 from cache +Info 9655 [13:17:48.171] collectAutoImports: response is complete +Info 9656 [13:17:48.171] collectAutoImports: 4.10134799964726 +Info 9657 [13:17:48.171] getCompletionData: Semantic work: 4.8213760000653565 +Info 9658 [13:17:48.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1022809999994934 +Info 9659 [13:17:48.174] Format host information updated +Info 9660 [13:17:48.276] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9661 [13:17:48.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 9.336475000251085ms +Info 9662 [13:17:48.286] Different program with same set of files +Info 9663 [13:17:48.286] getCompletionData: Get current token: 0.003289000131189823 +Info 9664 [13:17:48.286] getCompletionData: Is inside comment: 0.01032299967482686 +Info 9665 [13:17:48.286] getCompletionData: Get previous token: 0.012694000266492367 +Info 9666 [13:17:48.286] getCompletionsAtPosition: isCompletionListBlocker: 0.0076419999822974205 +Info 9667 [13:17:48.287] getExportInfoMap: cache hit +Info 9668 [13:17:48.291] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 133 from cache +Info 9669 [13:17:48.291] collectAutoImports: response is complete +Info 9670 [13:17:48.291] collectAutoImports: 3.8912800000980496 +Info 9671 [13:17:48.291] getCompletionData: Semantic work: 4.397244999650866 +Info 9672 [13:17:48.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2667350000701845 +Info 9673 [13:17:48.294] Format host information updated +Info 9674 [13:17:48.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9675 [13:17:48.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 16.451766999904066ms +Info 9676 [13:17:48.373] Different program with same set of files +Info 9677 [13:17:48.374] getCompletionData: Get current token: 0.008320999797433615 +Info 9678 [13:17:48.374] getCompletionData: Is inside comment: 0.027840000111609697 +Info 9679 [13:17:48.374] getCompletionData: Get previous token: 0.03372700000181794 +Info 9680 [13:17:48.374] getCompletionsAtPosition: isCompletionListBlocker: 0.016819000244140625 +Info 9681 [13:17:48.375] getExportInfoMap: cache hit +Info 9682 [13:17:48.389] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 127 from cache +Info 9683 [13:17:48.389] collectAutoImports: response is complete +Info 9684 [13:17:48.389] collectAutoImports: 13.577084000222385 +Info 9685 [13:17:48.389] getCompletionData: Semantic work: 14.76001700013876 +Info 9686 [13:17:48.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.396772999782115 +Info 9687 [13:17:48.395] Format host information updated +Info 9688 [13:17:48.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9689 [13:17:48.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 7.817101000342518ms +Info 9690 [13:17:48.432] Different program with same set of files +Info 9691 [13:17:48.433] getCompletionData: Get current token: 0.003985999617725611 +Info 9692 [13:17:48.433] getCompletionData: Is inside comment: 0.011952999979257584 +Info 9693 [13:17:48.433] getCompletionData: Get previous token: 0.014516999945044518 +Info 9694 [13:17:48.433] getCompletionsAtPosition: isCompletionListBlocker: 0.007937999907881021 +Info 9695 [13:17:48.433] getExportInfoMap: cache hit +Info 9696 [13:17:48.436] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 36 from cache +Info 9697 [13:17:48.436] collectAutoImports: response is complete +Info 9698 [13:17:48.436] collectAutoImports: 2.830877000000328 +Info 9699 [13:17:48.436] getCompletionData: Semantic work: 3.3649150002747774 +Info 9700 [13:17:48.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.198522000107914 +Info 9701 [13:17:48.439] Format host information updated +Info 9702 [13:17:48.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9703 [13:17:48.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 16.832002999726683ms +Info 9704 [13:17:48.506] Different program with same set of files +Info 9705 [13:17:48.507] getCompletionData: Get current token: 0.006483000237494707 +Info 9706 [13:17:48.507] getCompletionData: Is inside comment: 0.02032200014218688 +Info 9707 [13:17:48.507] getCompletionData: Get previous token: 0.03590100025758147 +Info 9708 [13:17:48.507] getCompletionsAtPosition: isCompletionListBlocker: 0.014911999925971031 +Info 9709 [13:17:48.508] getExportInfoMap: cache hit +Info 9710 [13:17:48.512] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 6 from cache +Info 9711 [13:17:48.512] collectAutoImports: response is complete +Info 9712 [13:17:48.512] collectAutoImports: 4.0813850001432 +Info 9713 [13:17:48.512] getCompletionData: Semantic work: 5.077029000036418 +Info 9714 [13:17:48.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4279020000249147 +Info 9715 [13:17:48.517] Format host information updated +Info 9716 [13:17:48.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9717 [13:17:48.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 805 structureChanged: false structureIsReused:: Completely Elapsed: 7.503056999761611ms +Info 9718 [13:17:48.557] Different program with same set of files +Info 9719 [13:17:48.558] getCompletionData: Get current token: 0.0038619996048510075 +Info 9720 [13:17:48.558] getCompletionData: Is inside comment: 0.01193099981173873 +Info 9721 [13:17:48.558] getCompletionData: Get previous token: 0.01668900018557906 +Info 9722 [13:17:48.558] getCompletionsAtPosition: isCompletionListBlocker: 0.008748000022023916 +Info 9723 [13:17:48.558] getExportInfoMap: cache hit +Info 9724 [13:17:48.561] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 6 from cache +Info 9725 [13:17:48.561] collectAutoImports: response is complete +Info 9726 [13:17:48.561] collectAutoImports: 2.3267669999040663 +Info 9727 [13:17:48.561] getCompletionData: Semantic work: 2.9354169997386634 +Info 9728 [13:17:48.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0759510002098978 +Info 9729 [13:17:48.566] Format host information updated +Info 9730 [13:17:48.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9731 [13:17:48.627] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 10.10381400026381ms +Info 9732 [13:17:48.627] Different program with same set of files +Info 9733 [13:17:48.627] getCompletionData: Get current token: 0.005090000107884407 +Info 9734 [13:17:48.627] getCompletionData: Is inside comment: 0.016611000057309866 +Info 9735 [13:17:48.627] getCompletionData: Get previous token: 0.020860000047832727 +Info 9736 [13:17:48.627] getCompletionsAtPosition: isCompletionListBlocker: 0.010824999772012234 +Info 9737 [13:17:48.628] getExportInfoMap: cache hit +Info 9738 [13:17:48.648] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 9739 [13:17:48.648] collectAutoImports: response is complete +Info 9740 [13:17:48.648] collectAutoImports: 20.61263300012797 +Info 9741 [13:17:48.648] getCompletionData: Semantic work: 21.32800199976191 +Info 9742 [13:17:48.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.8658459996804595 +Info 9743 [13:17:48.659] Format host information updated +Info 9744 [13:17:50.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9745 [13:17:50.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 6.903108000289649ms +Info 9746 [13:17:50.521] Different program with same set of files +Info 9747 [13:17:50.521] getCompletionData: Get current token: 0.00239500030875206 +Info 9748 [13:17:50.521] getCompletionData: Is inside comment: 0.0009530000388622284 +Info 9749 [13:17:50.521] getCompletionData: Get previous token: 0.012784000020474195 +Info 9750 [13:17:50.521] getCompletionsAtPosition: isCompletionListBlocker: 0.013265999965369701 +Info 9751 [13:17:50.521] getExportInfoMap: cache hit +Info 9752 [13:17:50.528] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 9753 [13:17:50.528] collectAutoImports: response is complete +Info 9754 [13:17:50.528] collectAutoImports: 6.645119000226259 +Info 9755 [13:17:50.528] getCompletionData: Semantic work: 7.1455330001190305 +Info 9756 [13:17:50.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1403219997882843 +Info 9757 [13:17:50.530] Format host information updated +Info 9758 [13:17:50.693] Format host information updated +Info 9759 [13:17:50.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9760 [13:17:50.700] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 6.835921999998391ms +Info 9761 [13:17:50.700] Different program with same set of files +Info 9762 [13:17:50.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9763 [13:17:50.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 6.820377000141889ms +Info 9764 [13:17:50.786] Different program with same set of files +Info 9765 [13:17:50.787] getCompletionData: Get current token: 0.004494000226259232 +Info 9766 [13:17:50.787] getCompletionData: Is inside comment: 0.0014130002819001675 +Info 9767 [13:17:50.787] getCompletionData: Get previous token: 0.013989999890327454 +Info 9768 [13:17:50.787] getCompletionsAtPosition: isCompletionListBlocker: 0.006552999839186668 +Info 9769 [13:17:50.787] getExportInfoMap: cache hit +Info 9770 [13:17:50.802] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9771 [13:17:50.802] collectAutoImports: response is complete +Info 9772 [13:17:50.802] collectAutoImports: 14.980107000097632 +Info 9773 [13:17:50.802] getCompletionData: Semantic work: 15.521652000024915 +Info 9774 [13:17:50.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.125312999822199 +Info 9775 [13:17:50.812] Format host information updated +Info 9776 [13:17:51.005] Format host information updated +Info 9777 [13:17:51.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9778 [13:17:51.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 810 structureChanged: false structureIsReused:: Completely Elapsed: 6.806308999657631ms +Info 9779 [13:17:51.012] Different program with same set of files +Info 9780 [13:17:51.499] getCompletionData: Get current token: 0.0026340000331401825 +Info 9781 [13:17:51.499] getCompletionData: Is inside comment: 0.008839000016450882 +Info 9782 [13:17:51.499] getCompletionData: Get previous token: 0.005576999858021736 +Info 9783 [13:17:51.499] getCompletionsAtPosition: isCompletionListBlocker: 0.008217999711632729 +Info 9784 [13:17:51.499] getExportInfoMap: cache hit +Info 9785 [13:17:51.512] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9786 [13:17:51.512] collectAutoImports: response is complete +Info 9787 [13:17:51.512] collectAutoImports: 12.477972000371665 +Info 9788 [13:17:51.512] getCompletionData: Semantic work: 13.051444999873638 +Info 9789 [13:17:51.516] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9012489998713136 +Info 9790 [13:17:51.579] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9791 [13:17:51.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 12.804834000300616ms +Info 9792 [13:17:51.592] Different program with same set of files +Info 9793 [13:17:51.592] getCompletionData: Get current token: 0.009217999875545502 +Info 9794 [13:17:51.592] getCompletionData: Is inside comment: 0.024091999977827072 +Info 9795 [13:17:51.592] getCompletionData: Get previous token: 0.017796999774873257 +Info 9796 [13:17:51.592] getCompletionsAtPosition: isCompletionListBlocker: 0.003911999985575676 +Info 9797 [13:17:51.593] getExportInfoMap: cache hit +Info 9798 [13:17:51.616] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9799 [13:17:51.616] collectAutoImports: response is complete +Info 9800 [13:17:51.616] collectAutoImports: 23.33949000015855 +Info 9801 [13:17:51.616] getCompletionData: Semantic work: 24.26913500018418 +Info 9802 [13:17:51.621] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.614426999818534 +Info 9803 [13:17:51.627] Format host information updated +Info 9804 [13:17:51.770] Format host information updated +Info 9805 [13:17:51.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9806 [13:17:51.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 12.10805799998343ms +Info 9807 [13:17:51.783] Different program with same set of files +Info 9808 [13:17:51.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9809 [13:17:51.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 8.023107000160962ms +Info 9810 [13:17:51.964] Different program with same set of files +Info 9811 [13:17:51.965] getCompletionData: Get current token: 0.001980000175535679 +Info 9812 [13:17:51.965] getCompletionData: Is inside comment: 0.02154699992388487 +Info 9813 [13:17:51.965] getCompletionData: Get previous token: 0.015217999927699566 +Info 9814 [13:17:51.965] getCompletionsAtPosition: isCompletionListBlocker: 0.009992999956011772 +Info 9815 [13:17:51.966] getExportInfoMap: cache hit +Info 9816 [13:17:51.971] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 9817 [13:17:51.971] collectAutoImports: response is complete +Info 9818 [13:17:51.971] collectAutoImports: 5.7933000000193715 +Info 9819 [13:17:51.971] getCompletionData: Semantic work: 6.63738500000909 +Info 9820 [13:17:51.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.442098000086844 +Info 9821 [13:17:51.974] Format host information updated +Info 9822 [13:17:52.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9823 [13:17:52.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 11.011425000149757ms +Info 9824 [13:17:52.078] Different program with same set of files +Info 9825 [13:17:52.078] getCompletionData: Get current token: 0.0017829998396337032 +Info 9826 [13:17:52.078] getCompletionData: Is inside comment: 0.008076999802142382 +Info 9827 [13:17:52.078] getCompletionData: Get previous token: 0.005243000108748674 +Info 9828 [13:17:52.078] getCompletionsAtPosition: isCompletionListBlocker: 0.00201700022444129 +Info 9829 [13:17:52.079] getCompletionData: Semantic work: 0.3570670001208782 +Info 9830 [13:17:52.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21695400029420853 +Info 9831 [13:17:52.079] Format host information updated +Info 9832 [13:17:52.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9833 [13:17:52.647] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 9.887571999803185ms +Info 9834 [13:17:52.647] Different program with same set of files +Info 9835 [13:17:52.647] getCompletionData: Get current token: 0.0017869998700916767 +Info 9836 [13:17:52.647] getCompletionData: Is inside comment: 0.006666000001132488 +Info 9837 [13:17:52.647] getCompletionData: Get previous token: 0.011314000003039837 +Info 9838 [13:17:52.647] getCompletionsAtPosition: isCompletionListBlocker: 0.002148999832570553 +Info 9839 [13:17:52.648] getCompletionData: Semantic work: 0.4291349998675287 +Info 9840 [13:17:52.648] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6028120000846684 +Info 9841 [13:17:52.649] Format host information updated +Info 9842 [13:17:52.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9843 [13:17:52.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 16.727669999934733ms +Info 9844 [13:17:52.721] Different program with same set of files +Info 9845 [13:17:52.721] getCompletionData: Get current token: 0.004933000076562166 +Info 9846 [13:17:52.721] getCompletionData: Is inside comment: 0.020244000013917685 +Info 9847 [13:17:52.721] getCompletionData: Get previous token: 0.03262500045821071 +Info 9848 [13:17:52.721] getCompletionsAtPosition: isCompletionListBlocker: 0.004234999883919954 +Info 9849 [13:17:52.722] getCompletionData: Semantic work: 0.8758549997583032 +Info 9850 [13:17:52.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4175939997658134 +Info 9851 [13:17:52.724] Format host information updated +Info 9852 [13:17:53.229] Format host information updated +Info 9853 [13:17:53.229] Format host information updated +Info 9854 [13:17:53.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9855 [13:17:53.239] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 9.545650000218302ms +Info 9856 [13:17:53.239] Different program with same set of files +Info 9857 [13:17:53.239] getCompletionData: Get current token: 0.0025359997525811195 +Info 9858 [13:17:53.239] getCompletionData: Is inside comment: 0.0077240001410245895 +Info 9859 [13:17:53.239] getCompletionData: Get previous token: 0.005121000111103058 +Info 9860 [13:17:53.239] getCompletionsAtPosition: isCompletionListBlocker: 0.003166000358760357 +Info 9861 [13:17:53.240] getExportInfoMap: cache hit +Info 9862 [13:17:53.253] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9863 [13:17:53.253] collectAutoImports: response is complete +Info 9864 [13:17:53.253] collectAutoImports: 13.154360999818891 +Info 9865 [13:17:53.253] getCompletionData: Semantic work: 13.684428999666125 +Info 9866 [13:17:53.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.742817999795079 +Info 9867 [13:17:53.263] getCompletionData: Get current token: 0.008948999922722578 +Info 9868 [13:17:53.263] getCompletionData: Is inside comment: 0.003047000151127577 +Info 9869 [13:17:53.263] getCompletionData: Get previous token: 0.01590800005942583 +Info 9870 [13:17:53.263] getCompletionsAtPosition: isCompletionListBlocker: 0.002096999902278185 +Info 9871 [13:17:53.263] getCompletionData: Semantic work: 0.3859729999676347 +Info 9872 [13:17:53.266] getCompletionData: Get current token: 0.005484000314027071 +Info 9873 [13:17:53.266] getCompletionData: Is inside comment: 0.0025840001180768013 +Info 9874 [13:17:53.266] getCompletionData: Get previous token: 0.015244999900460243 +Info 9875 [13:17:53.266] getCompletionsAtPosition: isCompletionListBlocker: 0.0016010003164410591 +Info 9876 [13:17:53.266] getCompletionData: Semantic work: 0.1274510002695024 +Info 9877 [13:17:53.266] Format host information updated +Info 9878 [13:17:53.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9879 [13:17:53.296] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 818 structureChanged: false structureIsReused:: Completely Elapsed: 7.108473000116646ms +Info 9880 [13:17:53.296] Different program with same set of files +Info 9881 [13:17:53.296] getCompletionData: Get current token: 0.002373000141233206 +Info 9882 [13:17:53.296] getCompletionData: Is inside comment: 0.00823599984869361 +Info 9883 [13:17:53.296] getCompletionData: Get previous token: 0.004825999960303307 +Info 9884 [13:17:53.296] getCompletionsAtPosition: isCompletionListBlocker: 0.007114000152796507 +Info 9885 [13:17:53.297] getExportInfoMap: cache hit +Info 9886 [13:17:53.310] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 9887 [13:17:53.310] collectAutoImports: response is complete +Info 9888 [13:17:53.310] collectAutoImports: 13.931819000281394 +Info 9889 [13:17:53.311] getCompletionData: Semantic work: 14.477185999974608 +Info 9890 [13:17:53.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8154349997639656 +Info 9891 [13:17:53.318] Format host information updated +Info 9892 [13:17:55.799] Format host information updated +Info 9893 [13:17:55.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9894 [13:17:55.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 819 structureChanged: false structureIsReused:: Completely Elapsed: 6.834467999637127ms +Info 9895 [13:17:55.806] Different program with same set of files +Info 9896 [13:18:02.110] getCompletionData: Get current token: 0.0028870003297924995 +Info 9897 [13:18:02.110] getCompletionData: Is inside comment: 0.010948000010102987 +Info 9898 [13:18:02.110] getCompletionData: Get previous token: 0.014822999946773052 +Info 9899 [13:18:02.110] getCompletionsAtPosition: isCompletionListBlocker: 0.008516999892890453 +Info 9900 [13:18:02.110] getExportInfoMap: cache hit +Info 9901 [13:18:02.129] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 9902 [13:18:02.129] collectAutoImports: response is complete +Info 9903 [13:18:02.129] collectAutoImports: 18.85015799989924 +Info 9904 [13:18:02.129] getCompletionData: Semantic work: 19.602382000070065 +Info 9905 [13:18:02.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4797339998185635 +Info 9906 [13:18:02.279] Format host information updated +Info 9907 [13:18:02.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9908 [13:18:02.291] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 820 structureChanged: false structureIsReused:: Completely Elapsed: 11.916754000354558ms +Info 9909 [13:18:02.291] Different program with same set of files +Info 9910 [13:18:02.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9911 [13:18:02.409] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 821 structureChanged: false structureIsReused:: Completely Elapsed: 12.261061999946833ms +Info 9912 [13:18:02.409] Different program with same set of files +Info 9913 [13:18:02.409] getCompletionData: Get current token: 0.003289999905973673 +Info 9914 [13:18:02.409] getCompletionData: Is inside comment: 0.013292999938130379 +Info 9915 [13:18:02.409] getCompletionData: Get previous token: 0.009687999729067087 +Info 9916 [13:18:02.409] getCompletionsAtPosition: isCompletionListBlocker: 0.008826999925076962 +Info 9917 [13:18:02.410] getExportInfoMap: cache hit +Info 9918 [13:18:02.426] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 9919 [13:18:02.426] collectAutoImports: response is complete +Info 9920 [13:18:02.426] collectAutoImports: 16.820879000239074 +Info 9921 [13:18:02.426] getCompletionData: Semantic work: 17.481428999919444 +Info 9922 [13:18:02.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5198200000450015 +Info 9923 [13:18:02.437] Format host information updated +Info 9924 [13:18:02.520] Format host information updated +Info 9925 [13:18:02.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9926 [13:18:02.543] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 822 structureChanged: false structureIsReused:: Completely Elapsed: 22.493693000171334ms +Info 9927 [13:18:02.543] Different program with same set of files +Info 9928 [13:18:02.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9929 [13:18:02.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 823 structureChanged: false structureIsReused:: Completely Elapsed: 31.237168999854475ms +Info 9930 [13:18:02.733] Different program with same set of files +Info 9931 [13:18:02.734] getCompletionData: Get current token: 0.008582000155001879 +Info 9932 [13:18:02.734] getCompletionData: Is inside comment: 0.08630800014361739 +Info 9933 [13:18:02.734] getCompletionData: Get previous token: 0.0621720002964139 +Info 9934 [13:18:02.734] getCompletionsAtPosition: isCompletionListBlocker: 0.022164999973028898 +Info 9935 [13:18:02.736] getExportInfoMap: cache hit +Info 9936 [13:18:02.745] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 67 from cache +Info 9937 [13:18:02.745] collectAutoImports: response is complete +Info 9938 [13:18:02.745] collectAutoImports: 9.119280000217259 +Info 9939 [13:18:02.745] getCompletionData: Semantic work: 10.69626499991864 +Info 9940 [13:18:02.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5311980000697076 +Info 9941 [13:18:02.750] Format host information updated +Info 9942 [13:18:03.144] Format host information updated +Info 9943 [13:18:03.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9944 [13:18:03.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 824 structureChanged: false structureIsReused:: Completely Elapsed: 10.00947399996221ms +Info 9945 [13:18:03.154] Different program with same set of files +Info 9946 [13:18:03.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9947 [13:18:03.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 825 structureChanged: false structureIsReused:: Completely Elapsed: 10.306421000044793ms +Info 9948 [13:18:03.333] Different program with same set of files +Info 9949 [13:18:03.333] getCompletionData: Get current token: 0.0033509996719658375 +Info 9950 [13:18:03.333] getCompletionData: Is inside comment: 0.011775999795645475 +Info 9951 [13:18:03.333] getCompletionData: Get previous token: 0.016746999695897102 +Info 9952 [13:18:03.333] getCompletionsAtPosition: isCompletionListBlocker: 0.00892899977043271 +Info 9953 [13:18:03.334] getExportInfoMap: cache hit +Info 9954 [13:18:03.337] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 12 from cache +Info 9955 [13:18:03.337] collectAutoImports: response is complete +Info 9956 [13:18:03.337] collectAutoImports: 2.5743950000032783 +Info 9957 [13:18:03.337] getCompletionData: Semantic work: 3.1717260000295937 +Info 9958 [13:18:03.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0315749999135733 +Info 9959 [13:18:03.340] Format host information updated +Info 9960 [13:18:03.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9961 [13:18:03.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 826 structureChanged: false structureIsReused:: Completely Elapsed: 9.901805000379682ms +Info 9962 [13:18:03.547] Different program with same set of files +Info 9963 [13:18:03.547] getCompletionData: Get current token: 0.004263000097125769 +Info 9964 [13:18:03.547] getCompletionData: Is inside comment: 0.011175999883562326 +Info 9965 [13:18:03.547] getCompletionData: Get previous token: 0.017262000124901533 +Info 9966 [13:18:03.547] getCompletionsAtPosition: isCompletionListBlocker: 0.008785000070929527 +Info 9967 [13:18:03.548] getExportInfoMap: cache hit +Info 9968 [13:18:03.550] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 9969 [13:18:03.550] collectAutoImports: response is complete +Info 9970 [13:18:03.550] collectAutoImports: 1.9487570002675056 +Info 9971 [13:18:03.550] getCompletionData: Semantic work: 2.6323040002025664 +Info 9972 [13:18:03.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8243860001675785 +Info 9973 [13:18:03.555] Format host information updated +Info 9974 [13:18:03.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9975 [13:18:03.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 827 structureChanged: false structureIsReused:: Completely Elapsed: 8.053013999946415ms +Info 9976 [13:18:03.715] Different program with same set of files +Info 9977 [13:18:03.715] getCompletionData: Get current token: 0.003926000092178583 +Info 9978 [13:18:03.715] getCompletionData: Is inside comment: 0.012719999998807907 +Info 9979 [13:18:03.715] getCompletionData: Get previous token: 0.038724000100046396 +Info 9980 [13:18:03.715] getCompletionsAtPosition: isCompletionListBlocker: 0.009469000156968832 +Info 9981 [13:18:03.715] getExportInfoMap: cache hit +Info 9982 [13:18:03.717] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9983 [13:18:03.718] collectAutoImports: response is complete +Info 9984 [13:18:03.718] collectAutoImports: 2.0287460000254214 +Info 9985 [13:18:03.718] getCompletionData: Semantic work: 2.672952000051737 +Info 9986 [13:18:03.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3628519997000694 +Info 9987 [13:18:03.721] Format host information updated +Info 9988 [13:18:03.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9989 [13:18:03.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 828 structureChanged: false structureIsReused:: Completely Elapsed: 18.28438499988988ms +Info 9990 [13:18:03.788] Different program with same set of files +Info 9991 [13:18:03.789] getCompletionData: Get current token: 0.005735000129789114 +Info 9992 [13:18:03.789] getCompletionData: Is inside comment: 0.06235300004482269 +Info 9993 [13:18:03.789] getCompletionData: Get previous token: 0.03076400002464652 +Info 9994 [13:18:03.789] getCompletionsAtPosition: isCompletionListBlocker: 0.014467999804764986 +Info 9995 [13:18:03.790] getExportInfoMap: cache hit +Info 9996 [13:18:03.793] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9997 [13:18:03.793] collectAutoImports: response is complete +Info 9998 [13:18:03.793] collectAutoImports: 3.011037999764085 +Info 9999 [13:18:03.793] getCompletionData: Semantic work: 3.9549660002812743 +Info 10000[13:18:03.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4864730001427233 +Info 10001[13:18:03.798] Format host information updated +Info 10002[13:18:03.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10003[13:18:03.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 829 structureChanged: false structureIsReused:: Completely Elapsed: 14.586039000190794ms +Info 10004[13:18:03.845] Different program with same set of files +Info 10005[13:18:03.845] getCompletionData: Get current token: 0.003194000106304884 +Info 10006[13:18:03.845] getCompletionData: Is inside comment: 0.012300000060349703 +Info 10007[13:18:03.845] getCompletionData: Get previous token: 0.014977000188082457 +Info 10008[13:18:03.845] getCompletionsAtPosition: isCompletionListBlocker: 0.008715000003576279 +Info 10009[13:18:03.846] getExportInfoMap: cache hit +Info 10010[13:18:03.848] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10011[13:18:03.848] collectAutoImports: response is complete +Info 10012[13:18:03.848] collectAutoImports: 2.2988610002212226 +Info 10013[13:18:03.848] getCompletionData: Semantic work: 3.1281610000878572 +Info 10014[13:18:03.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1814279998652637 +Info 10015[13:18:03.859] Format host information updated +Info 10016[13:18:03.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10017[13:18:03.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 830 structureChanged: false structureIsReused:: Completely Elapsed: 8.651665000244975ms +Info 10018[13:18:03.908] Different program with same set of files +Info 10019[13:18:03.908] getCompletionData: Get current token: 0.002853000070899725 +Info 10020[13:18:03.908] getCompletionData: Is inside comment: 0.01011900044977665 +Info 10021[13:18:03.908] getCompletionData: Get previous token: 0.01385999983176589 +Info 10022[13:18:03.908] getCompletionsAtPosition: isCompletionListBlocker: 0.007683999836444855 +Info 10023[13:18:03.908] getExportInfoMap: cache hit +Info 10024[13:18:03.910] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10025[13:18:03.910] collectAutoImports: response is complete +Info 10026[13:18:03.910] collectAutoImports: 1.919850999955088 +Info 10027[13:18:03.910] getCompletionData: Semantic work: 2.5643380000256 +Info 10028[13:18:03.912] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9771179999224842 +Info 10029[13:18:03.913] Format host information updated +Info 10030[13:18:03.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10031[13:18:03.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 831 structureChanged: false structureIsReused:: Completely Elapsed: 8.08003900013864ms +Info 10032[13:18:03.974] Different program with same set of files +Info 10033[13:18:03.975] getCompletionData: Get current token: 0.0035370001569390297 +Info 10034[13:18:03.975] getCompletionData: Is inside comment: 0.012758999597281218 +Info 10035[13:18:03.975] getCompletionData: Get previous token: 0.01766199991106987 +Info 10036[13:18:03.975] getCompletionsAtPosition: isCompletionListBlocker: 0.008756000082939863 +Info 10037[13:18:03.975] getExportInfoMap: cache hit +Info 10038[13:18:03.977] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10039[13:18:03.977] collectAutoImports: response is complete +Info 10040[13:18:03.977] collectAutoImports: 1.8817690000869334 +Info 10041[13:18:03.977] getCompletionData: Semantic work: 2.48056499985978 +Info 10042[13:18:03.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.120922999922186 +Info 10043[13:18:03.981] Format host information updated +Info 10044[13:18:04.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10045[13:18:04.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 832 structureChanged: false structureIsReused:: Completely Elapsed: 9.325556000228971ms +Info 10046[13:18:04.081] Different program with same set of files +Info 10047[13:18:04.082] getCompletionData: Get current token: 0.004474000073969364 +Info 10048[13:18:04.082] getCompletionData: Is inside comment: 0.015722999814897776 +Info 10049[13:18:04.082] getCompletionData: Get previous token: 0.022336000110954046 +Info 10050[13:18:04.082] getCompletionsAtPosition: isCompletionListBlocker: 0.010625000111758709 +Info 10051[13:18:04.082] getExportInfoMap: cache hit +Info 10052[13:18:04.085] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10053[13:18:04.085] collectAutoImports: response is complete +Info 10054[13:18:04.085] collectAutoImports: 2.304447999689728 +Info 10055[13:18:04.085] getCompletionData: Semantic work: 3.0327139999717474 +Info 10056[13:18:04.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.497262000106275 +Info 10057[13:18:04.088] Format host information updated +Info 10058[13:18:04.343] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10059[13:18:04.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 833 structureChanged: false structureIsReused:: Completely Elapsed: 15.838109000120312ms +Info 10060[13:18:04.359] Different program with same set of files +Info 10061[13:18:04.359] getCompletionData: Get current token: 0.006937000434845686 +Info 10062[13:18:04.359] getCompletionData: Is inside comment: 0.024983000010252 +Info 10063[13:18:04.360] getCompletionData: Get previous token: 0.036158000119030476 +Info 10064[13:18:04.360] getCompletionsAtPosition: isCompletionListBlocker: 0.015482999850064516 +Info 10065[13:18:04.361] getExportInfoMap: cache hit +Info 10066[13:18:04.364] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10067[13:18:04.365] collectAutoImports: response is complete +Info 10068[13:18:04.365] collectAutoImports: 3.742134999949485 +Info 10069[13:18:04.365] getCompletionData: Semantic work: 4.889888999983668 +Info 10070[13:18:04.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.491508999839425 +Info 10071[13:18:04.369] Format host information updated +Info 10072[13:18:04.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10073[13:18:04.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 834 structureChanged: false structureIsReused:: Completely Elapsed: 7.184688999783248ms +Info 10074[13:18:04.483] Different program with same set of files +Info 10075[13:18:04.483] getCompletionData: Get current token: 0.003200000151991844 +Info 10076[13:18:04.483] getCompletionData: Is inside comment: 0.011469000019133091 +Info 10077[13:18:04.483] getCompletionData: Get previous token: 0.015255000442266464 +Info 10078[13:18:04.483] getCompletionsAtPosition: isCompletionListBlocker: 0.009181000292301178 +Info 10079[13:18:04.483] getExportInfoMap: cache hit +Info 10080[13:18:04.487] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10081[13:18:04.487] collectAutoImports: response is complete +Info 10082[13:18:04.487] collectAutoImports: 3.7529480000957847 +Info 10083[13:18:04.487] getCompletionData: Semantic work: 4.325516999699175 +Info 10084[13:18:04.489] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.080312999896705 +Info 10085[13:18:04.490] Format host information updated +Info 10086[13:18:04.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10087[13:18:04.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 835 structureChanged: false structureIsReused:: Completely Elapsed: 7.630698999855667ms +Info 10088[13:18:04.642] Different program with same set of files +Info 10089[13:18:04.643] getCompletionData: Get current token: 0.003784999717026949 +Info 10090[13:18:04.643] getCompletionData: Is inside comment: 0.013123999815434217 +Info 10091[13:18:04.643] getCompletionData: Get previous token: 0.018604999873787165 +Info 10092[13:18:04.643] getCompletionsAtPosition: isCompletionListBlocker: 0.009974999818950891 +Info 10093[13:18:04.643] getExportInfoMap: cache hit +Info 10094[13:18:04.645] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10095[13:18:04.645] collectAutoImports: response is complete +Info 10096[13:18:04.645] collectAutoImports: 1.9406670001335442 +Info 10097[13:18:04.645] getCompletionData: Semantic work: 2.5628080000169575 +Info 10098[13:18:04.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1325540002435446 +Info 10099[13:18:04.648] Format host information updated +Info 10100[13:18:04.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10101[13:18:04.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 836 structureChanged: false structureIsReused:: Completely Elapsed: 12.493069000076503ms +Info 10102[13:18:04.716] Different program with same set of files +Info 10103[13:18:04.716] getCompletionData: Get current token: 0.005843000020831823 +Info 10104[13:18:04.716] getCompletionData: Is inside comment: 0.02034799987450242 +Info 10105[13:18:04.716] getCompletionData: Get previous token: 0.028101000003516674 +Info 10106[13:18:04.717] getCompletionsAtPosition: isCompletionListBlocker: 0.013410000130534172 +Info 10107[13:18:04.717] getExportInfoMap: cache hit +Info 10108[13:18:04.720] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10109[13:18:04.720] collectAutoImports: response is complete +Info 10110[13:18:04.720] collectAutoImports: 2.9989930000156164 +Info 10111[13:18:04.720] getCompletionData: Semantic work: 3.908644000068307 +Info 10112[13:18:04.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.311085000168532 +Info 10113[13:18:04.725] Format host information updated +Info 10114[13:18:05.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10115[13:18:05.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 837 structureChanged: false structureIsReused:: Completely Elapsed: 8.884595999959856ms +Info 10116[13:18:05.013] Different program with same set of files +Info 10117[13:18:05.013] getCompletionData: Get current token: 0.002668000292032957 +Info 10118[13:18:05.013] getCompletionData: Is inside comment: 0.009126000106334686 +Info 10119[13:18:05.014] getCompletionData: Get previous token: 0.012833999935537577 +Info 10120[13:18:05.014] getCompletionsAtPosition: isCompletionListBlocker: 0.007593000307679176 +Info 10121[13:18:05.014] getExportInfoMap: cache hit +Info 10122[13:18:05.016] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10123[13:18:05.016] collectAutoImports: response is complete +Info 10124[13:18:05.016] collectAutoImports: 1.5598330004140735 +Info 10125[13:18:05.016] getCompletionData: Semantic work: 2.0284600001759827 +Info 10126[13:18:05.017] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.548194000031799 +Info 10127[13:18:05.018] Format host information updated +Info 10128[13:18:05.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10129[13:18:05.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 838 structureChanged: false structureIsReused:: Completely Elapsed: 7.246501000132412ms +Info 10130[13:18:05.129] Different program with same set of files +Info 10131[13:18:05.129] getCompletionData: Get current token: 0.0029740002937614918 +Info 10132[13:18:05.129] getCompletionData: Is inside comment: 0.010307000018656254 +Info 10133[13:18:05.129] getCompletionData: Get previous token: 0.013886000029742718 +Info 10134[13:18:05.129] getCompletionsAtPosition: isCompletionListBlocker: 0.007375000044703484 +Info 10135[13:18:05.129] getExportInfoMap: cache hit +Info 10136[13:18:05.131] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 10137[13:18:05.131] collectAutoImports: response is complete +Info 10138[13:18:05.131] collectAutoImports: 1.6231899997219443 +Info 10139[13:18:05.131] getCompletionData: Semantic work: 2.1622089999727905 +Info 10140[13:18:05.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.638233999721706 +Info 10141[13:18:05.135] Format host information updated +Info 10142[13:18:05.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10143[13:18:05.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 839 structureChanged: false structureIsReused:: Completely Elapsed: 10.11027600010857ms +Info 10144[13:18:05.290] Different program with same set of files +Info 10145[13:18:05.290] getCompletionData: Get current token: 0.003163999877870083 +Info 10146[13:18:05.290] getCompletionData: Is inside comment: 0.011294000316411257 +Info 10147[13:18:05.290] getCompletionData: Get previous token: 0.01578200003132224 +Info 10148[13:18:05.290] getCompletionsAtPosition: isCompletionListBlocker: 0.008715000003576279 +Info 10149[13:18:05.290] getExportInfoMap: cache hit +Info 10150[13:18:05.292] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10151[13:18:05.292] collectAutoImports: response is complete +Info 10152[13:18:05.292] collectAutoImports: 1.7056820001453161 +Info 10153[13:18:05.292] getCompletionData: Semantic work: 2.262071999721229 +Info 10154[13:18:05.294] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8795079998672009 +Info 10155[13:18:05.295] Format host information updated +Info 10156[13:18:05.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10157[13:18:05.394] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 840 structureChanged: false structureIsReused:: Completely Elapsed: 7.12845900002867ms +Info 10158[13:18:05.394] Different program with same set of files +Info 10159[13:18:05.394] getCompletionData: Get current token: 0.002824000082910061 +Info 10160[13:18:05.395] getCompletionData: Is inside comment: 0.010197000112384558 +Info 10161[13:18:05.395] getCompletionData: Get previous token: 0.01413000002503395 +Info 10162[13:18:05.395] getCompletionsAtPosition: isCompletionListBlocker: 0.007575999945402145 +Info 10163[13:18:05.397] getExportInfoMap: cache hit +Info 10164[13:18:05.399] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10165[13:18:05.399] collectAutoImports: response is complete +Info 10166[13:18:05.399] collectAutoImports: 1.6248499997891486 +Info 10167[13:18:05.399] getCompletionData: Semantic work: 4.327306999824941 +Info 10168[13:18:05.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8009529998525977 +Info 10169[13:18:05.402] Format host information updated +Info 10170[13:18:05.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10171[13:18:05.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 841 structureChanged: false structureIsReused:: Completely Elapsed: 28.6178809995763ms +Info 10172[13:18:05.510] Different program with same set of files +Info 10173[13:18:05.510] getCompletionData: Get current token: 0.013526999857276678 +Info 10174[13:18:05.510] getCompletionData: Is inside comment: 0.05083000008016825 +Info 10175[13:18:05.510] getCompletionData: Get previous token: 0.06884199986234307 +Info 10176[13:18:05.511] getCompletionsAtPosition: isCompletionListBlocker: 0.029873999767005444 +Info 10177[13:18:05.512] getExportInfoMap: cache hit +Info 10178[13:18:05.517] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10179[13:18:05.517] collectAutoImports: response is complete +Info 10180[13:18:05.517] collectAutoImports: 4.8622389999218285 +Info 10181[13:18:05.517] getCompletionData: Semantic work: 6.656849000137299 +Info 10182[13:18:05.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.340532999951392 +Info 10183[13:18:05.523] Format host information updated +Info 10184[13:18:05.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10185[13:18:05.588] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 842 structureChanged: false structureIsReused:: Completely Elapsed: 7.942189999856055ms +Info 10186[13:18:05.588] Different program with same set of files +Info 10187[13:18:05.588] getCompletionData: Get current token: 0.0036329999566078186 +Info 10188[13:18:05.588] getCompletionData: Is inside comment: 0.012488000094890594 +Info 10189[13:18:05.589] getCompletionData: Get previous token: 0.017807000316679478 +Info 10190[13:18:05.589] getCompletionsAtPosition: isCompletionListBlocker: 0.008892000187188387 +Info 10191[13:18:05.589] getExportInfoMap: cache hit +Info 10192[13:18:05.591] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10193[13:18:05.591] collectAutoImports: response is complete +Info 10194[13:18:05.591] collectAutoImports: 1.8520840001292527 +Info 10195[13:18:05.591] getCompletionData: Semantic work: 2.399812000337988 +Info 10196[13:18:05.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1892169998027384 +Info 10197[13:18:05.594] Format host information updated +Info 10198[13:18:05.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10199[13:18:05.759] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 843 structureChanged: false structureIsReused:: Completely Elapsed: 7.335545999929309ms +Info 10200[13:18:05.759] Different program with same set of files +Info 10201[13:18:05.759] getCompletionData: Get current token: 0.0033359997905790806 +Info 10202[13:18:05.759] getCompletionData: Is inside comment: 0.011857999954372644 +Info 10203[13:18:05.759] getCompletionData: Get previous token: 0.01628699991852045 +Info 10204[13:18:05.759] getCompletionsAtPosition: isCompletionListBlocker: 0.008473000023514032 +Info 10205[13:18:05.760] getExportInfoMap: cache hit +Info 10206[13:18:05.778] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 10207[13:18:05.778] collectAutoImports: response is complete +Info 10208[13:18:05.778] collectAutoImports: 18.05390299996361 +Info 10209[13:18:05.778] getCompletionData: Semantic work: 18.624749999959022 +Info 10210[13:18:05.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.432591000106186 +Info 10211[13:18:05.789] Format host information updated +Info 10212[13:18:07.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10213[13:18:07.323] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 844 structureChanged: false structureIsReused:: Completely Elapsed: 6.875026999972761ms +Info 10214[13:18:07.323] Different program with same set of files +Info 10215[13:18:07.323] getCompletionData: Get current token: 0.0025649997405707836 +Info 10216[13:18:07.323] getCompletionData: Is inside comment: 0.0011080000549554825 +Info 10217[13:18:07.323] getCompletionData: Get previous token: 0.013654999900609255 +Info 10218[13:18:07.323] getCompletionsAtPosition: isCompletionListBlocker: 0.0070420000702142715 +Info 10219[13:18:07.324] getExportInfoMap: cache hit +Info 10220[13:18:07.329] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 10221[13:18:07.329] collectAutoImports: response is complete +Info 10222[13:18:07.329] collectAutoImports: 5.207024999894202 +Info 10223[13:18:07.329] getCompletionData: Semantic work: 5.741154999937862 +Info 10224[13:18:07.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.839163000229746 +Info 10225[13:18:07.332] Format host information updated +Info 10226[13:18:07.407] Format host information updated +Info 10227[13:18:07.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10228[13:18:07.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 845 structureChanged: false structureIsReused:: Completely Elapsed: 30.37533799977973ms +Info 10229[13:18:07.438] Different program with same set of files +Info 10230[13:18:07.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10231[13:18:07.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 846 structureChanged: false structureIsReused:: Completely Elapsed: 14.357286999933422ms +Info 10232[13:18:07.505] Different program with same set of files +Info 10233[13:18:07.505] getCompletionData: Get current token: 0.009657000191509724 +Info 10234[13:18:07.505] getCompletionData: Is inside comment: 0.0031670001335442066 +Info 10235[13:18:07.506] getCompletionData: Get previous token: 0.028737999964505434 +Info 10236[13:18:07.506] getCompletionsAtPosition: isCompletionListBlocker: 0.012354999780654907 +Info 10237[13:18:07.506] getExportInfoMap: cache hit +Info 10238[13:18:07.535] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10239[13:18:07.535] collectAutoImports: response is complete +Info 10240[13:18:07.535] collectAutoImports: 28.11632400006056 +Info 10241[13:18:07.535] getCompletionData: Semantic work: 29.14752999972552 +Info 10242[13:18:07.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.917393000330776 +Info 10243[13:18:07.543] Format host information updated +Info 10244[13:18:07.768] Format host information updated +Info 10245[13:18:07.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10246[13:18:07.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 847 structureChanged: false structureIsReused:: Completely Elapsed: 29.405587000306696ms +Info 10247[13:18:07.798] Different program with same set of files +Info 10248[13:18:08.657] getCompletionData: Get current token: 0.0022789998911321163 +Info 10249[13:18:08.657] getCompletionData: Is inside comment: 0.008488000370562077 +Info 10250[13:18:08.657] getCompletionData: Get previous token: 0.004944000393152237 +Info 10251[13:18:08.657] getCompletionsAtPosition: isCompletionListBlocker: 0.009246999863535166 +Info 10252[13:18:08.658] getExportInfoMap: cache hit +Info 10253[13:18:08.669] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10254[13:18:08.669] collectAutoImports: response is complete +Info 10255[13:18:08.669] collectAutoImports: 11.236972999759018 +Info 10256[13:18:08.669] getCompletionData: Semantic work: 11.89528700010851 +Info 10257[13:18:08.673] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3467079997062683 +Info 10258[13:18:08.841] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10259[13:18:08.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 848 structureChanged: false structureIsReused:: Completely Elapsed: 16.193729999940842ms +Info 10260[13:18:08.858] Different program with same set of files +Info 10261[13:18:08.858] getCompletionData: Get current token: 0.012166999746114016 +Info 10262[13:18:08.858] getCompletionData: Is inside comment: 0.030280999839305878 +Info 10263[13:18:08.858] getCompletionData: Get previous token: 0.02048599999397993 +Info 10264[13:18:08.858] getCompletionsAtPosition: isCompletionListBlocker: 0.004871000070124865 +Info 10265[13:18:08.859] getExportInfoMap: cache hit +Info 10266[13:18:08.881] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10267[13:18:08.881] collectAutoImports: response is complete +Info 10268[13:18:08.881] collectAutoImports: 21.71487700007856 +Info 10269[13:18:08.881] getCompletionData: Semantic work: 22.83858700003475 +Info 10270[13:18:08.888] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.492446999996901 +Info 10271[13:18:08.891] Format host information updated +Info 10272[13:18:08.955] Format host information updated +Info 10273[13:18:08.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10274[13:18:08.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 849 structureChanged: false structureIsReused:: Completely Elapsed: 10.77539600012824ms +Info 10275[13:18:08.966] Different program with same set of files +Info 10276[13:18:09.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10277[13:18:09.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 850 structureChanged: false structureIsReused:: Completely Elapsed: 10.159197999630123ms +Info 10278[13:18:09.224] Different program with same set of files +Info 10279[13:18:09.224] getCompletionData: Get current token: 0.0023400001227855682 +Info 10280[13:18:09.224] getCompletionData: Is inside comment: 0.007968000136315823 +Info 10281[13:18:09.224] getCompletionData: Get previous token: 0.012205000035464764 +Info 10282[13:18:09.224] getCompletionsAtPosition: isCompletionListBlocker: 0.009623999707400799 +Info 10283[13:18:09.225] getExportInfoMap: cache hit +Info 10284[13:18:09.229] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 10285[13:18:09.229] collectAutoImports: response is complete +Info 10286[13:18:09.229] collectAutoImports: 4.468278000131249 +Info 10287[13:18:09.229] getCompletionData: Semantic work: 5.095536999870092 +Info 10288[13:18:09.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3363439999520779 +Info 10289[13:18:09.231] Format host information updated +Info 10290[13:18:09.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10291[13:18:09.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 851 structureChanged: false structureIsReused:: Completely Elapsed: 7.259498999919742ms +Info 10292[13:18:09.408] Different program with same set of files +Info 10293[13:18:09.408] getCompletionData: Get current token: 0.0027659996412694454 +Info 10294[13:18:09.408] getCompletionData: Is inside comment: 0.009692999999970198 +Info 10295[13:18:09.408] getCompletionData: Get previous token: 0.006500000134110451 +Info 10296[13:18:09.408] getCompletionsAtPosition: isCompletionListBlocker: 0.002386000007390976 +Info 10297[13:18:09.409] getCompletionData: Semantic work: 0.450035999994725 +Info 10298[13:18:09.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.29609799990430474 +Info 10299[13:18:09.412] Format host information updated +Info 10300[13:18:09.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10301[13:18:09.758] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 852 structureChanged: false structureIsReused:: Completely Elapsed: 6.734305999707431ms +Info 10302[13:18:09.758] Different program with same set of files +Info 10303[13:18:09.758] getCompletionData: Get current token: 0.002192999701946974 +Info 10304[13:18:09.758] getCompletionData: Is inside comment: 0.007555999793112278 +Info 10305[13:18:09.758] getCompletionData: Get previous token: 0.01191600039601326 +Info 10306[13:18:09.758] getCompletionsAtPosition: isCompletionListBlocker: 0.002266999799758196 +Info 10307[13:18:09.759] getCompletionData: Semantic work: 0.37033599987626076 +Info 10308[13:18:09.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8520289999432862 +Info 10309[13:18:09.760] Format host information updated +Info 10310[13:18:09.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10311[13:18:09.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 853 structureChanged: false structureIsReused:: Completely Elapsed: 10.221330999862403ms +Info 10312[13:18:09.852] Different program with same set of files +Info 10313[13:18:09.853] getCompletionData: Get current token: 0.0019219997338950634 +Info 10314[13:18:09.853] getCompletionData: Is inside comment: 0.00684100016951561 +Info 10315[13:18:09.853] getCompletionData: Get previous token: 0.011144000105559826 +Info 10316[13:18:09.853] getCompletionsAtPosition: isCompletionListBlocker: 0.0021170000545680523 +Info 10317[13:18:09.853] getCompletionData: Semantic work: 0.4484850000590086 +Info 10318[13:18:09.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.71724299993366 +Info 10319[13:18:09.854] Format host information updated +Info 10320[13:18:09.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10321[13:18:09.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 854 structureChanged: false structureIsReused:: Completely Elapsed: 8.386888999957591ms +Info 10322[13:18:09.964] Different program with same set of files +Info 10323[13:18:09.964] getCompletionData: Get current token: 0.002113000024110079 +Info 10324[13:18:09.964] getCompletionData: Is inside comment: 0.007910999935120344 +Info 10325[13:18:09.964] getCompletionData: Get previous token: 0.011358000338077545 +Info 10326[13:18:09.965] getCompletionsAtPosition: isCompletionListBlocker: 0.00215600011870265 +Info 10327[13:18:09.965] getCompletionData: Semantic work: 0.3433350003324449 +Info 10328[13:18:09.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5722629996016622 +Info 10329[13:18:09.966] Format host information updated +Info 10330[13:18:10.731] Format host information updated +Info 10331[13:18:10.731] Format host information updated +Info 10332[13:18:10.731] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10333[13:18:10.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 855 structureChanged: false structureIsReused:: Completely Elapsed: 9.314906999934465ms +Info 10334[13:18:10.741] Different program with same set of files +Info 10335[13:18:10.741] getCompletionData: Get current token: 0.008028999902307987 +Info 10336[13:18:10.741] getCompletionData: Is inside comment: 0.003653000108897686 +Info 10337[13:18:10.741] getCompletionData: Get previous token: 0.017344000283628702 +Info 10338[13:18:10.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0023069996386766434 +Info 10339[13:18:10.741] getCompletionData: Semantic work: 0.3706950000487268 +Info 10340[13:18:10.743] getCompletionData: Get current token: 0.0057739997282624245 +Info 10341[13:18:10.743] getCompletionData: Is inside comment: 0.0027160001918673515 +Info 10342[13:18:10.743] getCompletionData: Get previous token: 0.01566100027412176 +Info 10343[13:18:10.743] getCompletionsAtPosition: isCompletionListBlocker: 0.001231000293046236 +Info 10344[13:18:10.743] getCompletionData: Semantic work: 0.1830000001937151 +Info 10345[13:18:10.743] Format host information updated +Info 10346[13:18:12.062] getCompletionData: Get current token: 0.002267000265419483 +Info 10347[13:18:12.062] getCompletionData: Is inside comment: 0.0073910001665353775 +Info 10348[13:18:12.062] getCompletionData: Get previous token: 0.011721000075340271 +Info 10349[13:18:12.062] getCompletionsAtPosition: isCompletionListBlocker: 0.0033939997665584087 +Info 10350[13:18:12.062] getCompletionData: Semantic work: 0.16803700011223555 +Info 10351[13:18:12.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2794260000810027 +Info 10352[13:18:12.329] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10353[13:18:12.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 856 structureChanged: false structureIsReused:: Completely Elapsed: 7.321165999863297ms +Info 10354[13:18:12.336] Different program with same set of files +Info 10355[13:18:12.336] getCompletionData: Get current token: 0.0024519995786249638 +Info 10356[13:18:12.336] getCompletionData: Is inside comment: 0.008966000284999609 +Info 10357[13:18:12.336] getCompletionData: Get previous token: 0.005437000188976526 +Info 10358[13:18:12.336] getCompletionsAtPosition: isCompletionListBlocker: 0.003325999714434147 +Info 10359[13:18:12.337] getExportInfoMap: cache hit +Info 10360[13:18:12.352] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10361[13:18:12.352] collectAutoImports: response is complete +Info 10362[13:18:12.352] collectAutoImports: 14.868270999751985 +Info 10363[13:18:12.352] getCompletionData: Semantic work: 15.353523999918252 +Info 10364[13:18:12.355] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.571179000195116 +Info 10365[13:18:12.361] Format host information updated +Info 10366[13:18:12.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10367[13:18:12.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 857 structureChanged: false structureIsReused:: Completely Elapsed: 7.025539999827743ms +Info 10368[13:18:12.393] Different program with same set of files +Info 10369[13:18:12.393] getCompletionData: Get current token: 0.002350000198930502 +Info 10370[13:18:12.393] getCompletionData: Is inside comment: 0.008801999967545271 +Info 10371[13:18:12.393] getCompletionData: Get previous token: 0.005390999838709831 +Info 10372[13:18:12.393] getCompletionsAtPosition: isCompletionListBlocker: 0.006679000332951546 +Info 10373[13:18:12.394] getExportInfoMap: cache hit +Info 10374[13:18:12.405] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10375[13:18:12.405] collectAutoImports: response is complete +Info 10376[13:18:12.405] collectAutoImports: 11.064773000311106 +Info 10377[13:18:12.405] getCompletionData: Semantic work: 11.566598000004888 +Info 10378[13:18:12.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.785988999996334 +Info 10379[13:18:12.413] Format host information updated +Info 10380[13:18:20.108] Format host information updated +Info 10381[13:18:20.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10382[13:18:20.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 858 structureChanged: false structureIsReused:: Completely Elapsed: 7.509821000043303ms +Info 10383[13:18:20.116] Different program with same set of files +Info 10384[13:18:22.705] Format host information updated +Info 10385[13:18:22.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10386[13:18:22.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 859 structureChanged: false structureIsReused:: Completely Elapsed: 9.7599189998582ms +Info 10387[13:18:22.715] Different program with same set of files +Info 10388[13:18:24.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10389[13:18:24.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 860 structureChanged: false structureIsReused:: Completely Elapsed: 6.938972999807447ms +Info 10390[13:18:24.934] Different program with same set of files +Info 10391[13:18:24.934] getCompletionData: Get current token: 0.0022629997693002224 +Info 10392[13:18:24.934] getCompletionData: Is inside comment: 0.0012479997240006924 +Info 10393[13:18:24.934] getCompletionData: Get previous token: 0.012520000338554382 +Info 10394[13:18:24.934] getCompletionsAtPosition: isCompletionListBlocker: 0.00658900011330843 +Info 10395[13:18:24.935] getExportInfoMap: cache hit +Info 10396[13:18:24.941] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 10397[13:18:24.942] collectAutoImports: response is complete +Info 10398[13:18:24.942] collectAutoImports: 6.8508640001527965 +Info 10399[13:18:24.942] getCompletionData: Semantic work: 7.42707599978894 +Info 10400[13:18:24.943] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1848320001736283 +Info 10401[13:18:24.943] Format host information updated +Info 10402[13:18:25.037] Format host information updated +Info 10403[13:18:25.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10404[13:18:25.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 861 structureChanged: false structureIsReused:: Completely Elapsed: 7.347313000354916ms +Info 10405[13:18:25.045] Different program with same set of files +Info 10406[13:18:25.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10407[13:18:25.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 862 structureChanged: false structureIsReused:: Completely Elapsed: 9.88252400001511ms +Info 10408[13:18:25.195] Different program with same set of files +Info 10409[13:18:25.195] getCompletionData: Get current token: 0.0044919997453689575 +Info 10410[13:18:25.195] getCompletionData: Is inside comment: 0.0012690001167356968 +Info 10411[13:18:25.195] getCompletionData: Get previous token: 0.011580999940633774 +Info 10412[13:18:25.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0069989999756217 +Info 10413[13:18:25.195] getExportInfoMap: cache hit +Info 10414[13:18:25.207] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10415[13:18:25.207] collectAutoImports: response is complete +Info 10416[13:18:25.207] collectAutoImports: 11.43398299999535 +Info 10417[13:18:25.207] getCompletionData: Semantic work: 11.96968899993226 +Info 10418[13:18:25.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8617170001380146 +Info 10419[13:18:25.217] Format host information updated +Info 10420[13:18:25.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10421[13:18:25.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 863 structureChanged: false structureIsReused:: Completely Elapsed: 6.765517999883741ms +Info 10422[13:18:25.423] Different program with same set of files +Info 10423[13:18:25.423] getCompletionData: Get current token: 0.003388000186532736 +Info 10424[13:18:25.423] getCompletionData: Is inside comment: 0.0014390000142157078 +Info 10425[13:18:25.423] getCompletionData: Get previous token: 0.01410500006750226 +Info 10426[13:18:25.423] getCompletionsAtPosition: isCompletionListBlocker: 0.007285999599844217 +Info 10427[13:18:25.423] getExportInfoMap: cache hit +Info 10428[13:18:25.437] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10429[13:18:25.437] collectAutoImports: response is complete +Info 10430[13:18:25.437] collectAutoImports: 13.211742999963462 +Info 10431[13:18:25.437] getCompletionData: Semantic work: 13.735925000160933 +Info 10432[13:18:25.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.511127999983728 +Info 10433[13:18:25.443] Format host information updated +Info 10434[13:18:25.533] Format host information updated +Info 10435[13:18:25.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10436[13:18:25.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 864 structureChanged: false structureIsReused:: Completely Elapsed: 6.933742000255734ms +Info 10437[13:18:25.540] Different program with same set of files +Info 10438[13:18:26.060] getCompletionData: Get current token: 0.003784999717026949 +Info 10439[13:18:26.060] getCompletionData: Is inside comment: 0.01324799982830882 +Info 10440[13:18:26.060] getCompletionData: Get previous token: 0.008727999869734049 +Info 10441[13:18:26.060] getCompletionsAtPosition: isCompletionListBlocker: 0.010929000098258257 +Info 10442[13:18:26.061] getExportInfoMap: cache hit +Info 10443[13:18:26.072] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10444[13:18:26.072] collectAutoImports: response is complete +Info 10445[13:18:26.072] collectAutoImports: 11.531564000062644 +Info 10446[13:18:26.072] getCompletionData: Semantic work: 12.1230410002172 +Info 10447[13:18:26.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.943338999990374 +Info 10448[13:18:26.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10449[13:18:26.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 865 structureChanged: false structureIsReused:: Completely Elapsed: 6.942439999897033ms +Info 10450[13:18:26.175] Different program with same set of files +Info 10451[13:18:26.176] getCompletionData: Get current token: 0.0050919996574521065 +Info 10452[13:18:26.176] getCompletionData: Is inside comment: 0.013544999994337559 +Info 10453[13:18:26.176] getCompletionData: Get previous token: 0.012380999978631735 +Info 10454[13:18:26.176] getCompletionsAtPosition: isCompletionListBlocker: 0.002641999628394842 +Info 10455[13:18:26.176] getExportInfoMap: cache hit +Info 10456[13:18:26.189] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10457[13:18:26.189] collectAutoImports: response is complete +Info 10458[13:18:26.189] collectAutoImports: 12.522127999924123 +Info 10459[13:18:26.189] getCompletionData: Semantic work: 13.07006899965927 +Info 10460[13:18:26.193] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.03408299991861 +Info 10461[13:18:26.198] Format host information updated +Info 10462[13:18:26.351] Format host information updated +Info 10463[13:18:26.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10464[13:18:26.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 866 structureChanged: false structureIsReused:: Completely Elapsed: 6.921881999820471ms +Info 10465[13:18:26.358] Different program with same set of files +Info 10466[13:18:26.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10467[13:18:26.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 867 structureChanged: false structureIsReused:: Completely Elapsed: 7.046575000043958ms +Info 10468[13:18:26.473] Different program with same set of files +Info 10469[13:18:26.473] getCompletionData: Get current token: 0.00203699991106987 +Info 10470[13:18:26.473] getCompletionData: Is inside comment: 0.008084000088274479 +Info 10471[13:18:26.473] getCompletionData: Get previous token: 0.012306999880820513 +Info 10472[13:18:26.473] getCompletionsAtPosition: isCompletionListBlocker: 0.008841999806463718 +Info 10473[13:18:26.474] getExportInfoMap: cache hit +Info 10474[13:18:26.481] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 10475[13:18:26.481] collectAutoImports: response is complete +Info 10476[13:18:26.481] collectAutoImports: 7.111838999669999 +Info 10477[13:18:26.481] getCompletionData: Semantic work: 7.723218000028282 +Info 10478[13:18:26.482] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.404221000149846 +Info 10479[13:18:26.483] Format host information updated +Info 10480[13:18:26.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10481[13:18:26.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 868 structureChanged: false structureIsReused:: Completely Elapsed: 25.637643999885768ms +Info 10482[13:18:26.599] Different program with same set of files +Info 10483[13:18:26.599] getCompletionData: Get current token: 0.0059449998661875725 +Info 10484[13:18:26.599] getCompletionData: Is inside comment: 0.02058100001886487 +Info 10485[13:18:26.599] getCompletionData: Get previous token: 0.013823000248521566 +Info 10486[13:18:26.599] getCompletionsAtPosition: isCompletionListBlocker: 0.0041160001419484615 +Info 10487[13:18:26.600] getCompletionData: Semantic work: 0.7540350002236664 +Info 10488[13:18:26.601] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6300909998826683 +Info 10489[13:18:26.601] Format host information updated +Info 10490[13:18:26.833] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10491[13:18:26.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 869 structureChanged: false structureIsReused:: Completely Elapsed: 14.541725999675691ms +Info 10492[13:18:26.848] Different program with same set of files +Info 10493[13:18:26.848] getCompletionData: Get current token: 0.005042999982833862 +Info 10494[13:18:26.848] getCompletionData: Is inside comment: 0.019795999862253666 +Info 10495[13:18:26.848] getCompletionData: Get previous token: 0.02623100019991398 +Info 10496[13:18:26.848] getCompletionsAtPosition: isCompletionListBlocker: 0.004302999936044216 +Info 10497[13:18:26.849] getCompletionData: Semantic work: 0.7475060001015663 +Info 10498[13:18:26.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3413610002025962 +Info 10499[13:18:26.851] Format host information updated +Info 10500[13:18:26.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10501[13:18:26.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 870 structureChanged: false structureIsReused:: Completely Elapsed: 24.754505000077188ms +Info 10502[13:18:26.950] Different program with same set of files +Info 10503[13:18:26.951] getCompletionData: Get current token: 0.006671999581158161 +Info 10504[13:18:26.951] getCompletionData: Is inside comment: 0.02365899970754981 +Info 10505[13:18:26.951] getCompletionData: Get previous token: 0.0333660002797842 +Info 10506[13:18:26.951] getCompletionsAtPosition: isCompletionListBlocker: 0.005406999960541725 +Info 10507[13:18:26.952] getCompletionData: Semantic work: 0.9469909998588264 +Info 10508[13:18:26.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3778290003538132 +Info 10509[13:18:26.958] Format host information updated +Info 10510[13:18:27.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10511[13:18:27.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 871 structureChanged: false structureIsReused:: Completely Elapsed: 6.949957999866456ms +Info 10512[13:18:27.118] Different program with same set of files +Info 10513[13:18:27.118] getCompletionData: Get current token: 0.0023209997452795506 +Info 10514[13:18:27.118] getCompletionData: Is inside comment: 0.008320000022649765 +Info 10515[13:18:27.118] getCompletionData: Get previous token: 0.01245200028643012 +Info 10516[13:18:27.118] getCompletionsAtPosition: isCompletionListBlocker: 0.002517999615520239 +Info 10517[13:18:27.118] getCompletionData: Semantic work: 0.3767419997602701 +Info 10518[13:18:27.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6467300001531839 +Info 10519[13:18:27.119] Format host information updated +Info 10520[13:18:27.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10521[13:18:27.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 872 structureChanged: false structureIsReused:: Completely Elapsed: 6.773957000114024ms +Info 10522[13:18:27.289] Different program with same set of files +Info 10523[13:18:27.289] getCompletionData: Get current token: 0.00240200012922287 +Info 10524[13:18:27.289] getCompletionData: Is inside comment: 0.007625000085681677 +Info 10525[13:18:27.289] getCompletionData: Get previous token: 0.010573000181466341 +Info 10526[13:18:27.289] getCompletionsAtPosition: isCompletionListBlocker: 0.0020699999295175076 +Info 10527[13:18:27.292] getCompletionData: Semantic work: 3.099748000036925 +Info 10528[13:18:27.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6532470001839101 +Info 10529[13:18:27.294] Format host information updated +Info 10530[13:18:27.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10531[13:18:27.379] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 873 structureChanged: false structureIsReused:: Completely Elapsed: 8.638203999958932ms +Info 10532[13:18:27.379] Different program with same set of files +Info 10533[13:18:27.380] getCompletionData: Get current token: 0.001975999679416418 +Info 10534[13:18:27.380] getCompletionData: Is inside comment: 0.007116000168025494 +Info 10535[13:18:27.380] getCompletionData: Get previous token: 0.011571000330150127 +Info 10536[13:18:27.380] getCompletionsAtPosition: isCompletionListBlocker: 0.002644000109285116 +Info 10537[13:18:27.380] getCompletionData: Semantic work: 0.40000700019299984 +Info 10538[13:18:27.381] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6246569999493659 +Info 10539[13:18:27.381] Format host information updated +Info 10540[13:18:27.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10541[13:18:27.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 874 structureChanged: false structureIsReused:: Completely Elapsed: 22.051789000164717ms +Info 10542[13:18:27.606] Different program with same set of files +Info 10543[13:18:27.606] getCompletionData: Get current token: 0.005166999995708466 +Info 10544[13:18:27.606] getCompletionData: Is inside comment: 0.018087000120431185 +Info 10545[13:18:27.606] getCompletionData: Get previous token: 0.03020999999716878 +Info 10546[13:18:27.606] getCompletionsAtPosition: isCompletionListBlocker: 0.004681000020354986 +Info 10547[13:18:27.607] getCompletionData: Semantic work: 1.0283539998345077 +Info 10548[13:18:27.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.274090999737382 +Info 10549[13:18:27.609] Format host information updated +Info 10550[13:18:27.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10551[13:18:27.653] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 875 structureChanged: false structureIsReused:: Completely Elapsed: 12.679328000172973ms +Info 10552[13:18:27.654] Different program with same set of files +Info 10553[13:18:27.654] getCompletionData: Get current token: 0.0022779996506869793 +Info 10554[13:18:27.654] getCompletionData: Is inside comment: 0.007580999750643969 +Info 10555[13:18:27.654] getCompletionData: Get previous token: 0.012659000232815742 +Info 10556[13:18:27.654] getCompletionsAtPosition: isCompletionListBlocker: 0.0023400001227855682 +Info 10557[13:18:27.654] getCompletionData: Semantic work: 0.40224700001999736 +Info 10558[13:18:27.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.641497999895364 +Info 10559[13:18:27.655] Format host information updated +Info 10560[13:18:28.269] Format host information updated +Info 10561[13:18:28.270] Format host information updated +Info 10562[13:18:28.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10563[13:18:28.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 876 structureChanged: false structureIsReused:: Completely Elapsed: 7.296787000261247ms +Info 10564[13:18:28.277] Different program with same set of files +Info 10565[13:18:28.277] getCompletionData: Get current token: 0.0026370002888143063 +Info 10566[13:18:28.277] getCompletionData: Is inside comment: 0.00825499976053834 +Info 10567[13:18:28.277] getCompletionData: Get previous token: 0.0055429995991289616 +Info 10568[13:18:28.277] getCompletionsAtPosition: isCompletionListBlocker: 0.003074000123888254 +Info 10569[13:18:28.278] getExportInfoMap: cache hit +Info 10570[13:18:28.298] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10571[13:18:28.298] collectAutoImports: response is complete +Info 10572[13:18:28.298] collectAutoImports: 19.804168000351638 +Info 10573[13:18:28.298] getCompletionData: Semantic work: 20.65599700016901 +Info 10574[13:18:28.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9381450000219047 +Info 10575[13:18:28.307] getCompletionData: Get current token: 0.009087999816983938 +Info 10576[13:18:28.307] getCompletionData: Is inside comment: 0.0037600002251565456 +Info 10577[13:18:28.307] getCompletionData: Get previous token: 0.0158589999191463 +Info 10578[13:18:28.307] getCompletionsAtPosition: isCompletionListBlocker: 0.0027879998087882996 +Info 10579[13:18:28.307] getCompletionData: Semantic work: 0.25122199999168515 +Info 10580[13:18:28.311] getCompletionData: Get current token: 0.008965999819338322 +Info 10581[13:18:28.311] getCompletionData: Is inside comment: 0.0026489999145269394 +Info 10582[13:18:28.311] getCompletionData: Get previous token: 0.05290200002491474 +Info 10583[13:18:28.311] getCompletionsAtPosition: isCompletionListBlocker: 0.0025250003673136234 +Info 10584[13:18:28.311] getCompletionData: Semantic work: 0.2523039998486638 +Info 10585[13:18:28.312] Format host information updated +Info 10586[13:18:28.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10587[13:18:28.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 877 structureChanged: false structureIsReused:: Completely Elapsed: 7.5990980002097785ms +Info 10588[13:18:28.337] Different program with same set of files +Info 10589[13:18:28.338] getCompletionData: Get current token: 0.00216999975964427 +Info 10590[13:18:28.338] getCompletionData: Is inside comment: 0.007923999801278114 +Info 10591[13:18:28.338] getCompletionData: Get previous token: 0.04275200003758073 +Info 10592[13:18:28.338] getCompletionsAtPosition: isCompletionListBlocker: 0.007918000221252441 +Info 10593[13:18:28.338] getExportInfoMap: cache hit +Info 10594[13:18:28.358] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10595[13:18:28.358] collectAutoImports: response is complete +Info 10596[13:18:28.358] collectAutoImports: 19.528243000153452 +Info 10597[13:18:28.358] getCompletionData: Semantic work: 20.127640000078827 +Info 10598[13:18:28.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6740230000577867 +Info 10599[13:18:28.365] Format host information updated +Info 10600[13:18:54.296] getCompletionData: Get current token: 0.005904000252485275 +Info 10601[13:18:54.296] getCompletionData: Is inside comment: 0.003120000008493662 +Info 10602[13:18:54.296] getCompletionData: Get previous token: 0.027999000158160925 +Info 10603[13:18:54.296] getCompletionsAtPosition: isCompletionListBlocker: 0.0037380000576376915 +Info 10604[13:18:54.296] Returning an empty list because completion was requested in an invalid position. +Info 10605[13:18:54.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10606[13:18:54.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 878 structureChanged: false structureIsReused:: Completely Elapsed: 16.7574550001882ms +Info 10607[13:18:54.930] Different program with same set of files +Info 10608[13:18:54.930] getCompletionData: Get current token: 0.0030419998802244663 +Info 10609[13:18:54.930] getCompletionData: Is inside comment: 0.0014479998499155045 +Info 10610[13:18:54.930] getCompletionData: Get previous token: 0.020589000079780817 +Info 10611[13:18:54.930] getCompletionsAtPosition: isCompletionListBlocker: 0.008081000298261642 +Info 10612[13:18:54.932] getExportInfoMap: cache hit +Info 10613[13:18:54.940] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 10614[13:18:54.940] collectAutoImports: response is complete +Info 10615[13:18:54.940] collectAutoImports: 7.913442999590188 +Info 10616[13:18:54.940] getCompletionData: Semantic work: 9.268776000011712 +Info 10617[13:18:54.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7062130002304912 +Info 10618[13:18:54.942] Format host information updated +Info 10619[13:18:55.133] Format host information updated +Info 10620[13:18:55.134] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10621[13:18:55.145] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 879 structureChanged: false structureIsReused:: Completely Elapsed: 11.667031000368297ms +Info 10622[13:18:55.145] Different program with same set of files +Info 10623[13:18:55.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10624[13:18:55.264] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 880 structureChanged: false structureIsReused:: Completely Elapsed: 10.29873999999836ms +Info 10625[13:18:55.264] Different program with same set of files +Info 10626[13:18:55.264] getCompletionData: Get current token: 0.005032000131905079 +Info 10627[13:18:55.264] getCompletionData: Is inside comment: 0.0016050003468990326 +Info 10628[13:18:55.264] getCompletionData: Get previous token: 0.01570700015872717 +Info 10629[13:18:55.264] getCompletionsAtPosition: isCompletionListBlocker: 0.007011000066995621 +Info 10630[13:18:55.264] getExportInfoMap: cache hit +Info 10631[13:18:55.282] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10632[13:18:55.282] collectAutoImports: response is complete +Info 10633[13:18:55.282] collectAutoImports: 17.405309999827296 +Info 10634[13:18:55.282] getCompletionData: Semantic work: 18.049469999969006 +Info 10635[13:18:55.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.630290000233799 +Info 10636[13:18:55.291] Format host information updated +Info 10637[13:18:55.527] Format host information updated +Info 10638[13:18:55.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10639[13:18:55.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 881 structureChanged: false structureIsReused:: Completely Elapsed: 21.900973999872804ms +Info 10640[13:18:55.550] Different program with same set of files +Info 10641[13:18:55.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10642[13:18:55.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 882 structureChanged: false structureIsReused:: Completely Elapsed: 16.221045000012964ms +Info 10643[13:18:55.837] Different program with same set of files +Info 10644[13:18:55.838] getCompletionData: Get current token: 0.008760000113397837 +Info 10645[13:18:55.838] getCompletionData: Is inside comment: 0.0023440001532435417 +Info 10646[13:18:55.838] getCompletionData: Get previous token: 0.03012700006365776 +Info 10647[13:18:55.838] getCompletionsAtPosition: isCompletionListBlocker: 0.010888999793678522 +Info 10648[13:18:55.839] getExportInfoMap: cache hit +Info 10649[13:18:55.862] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10650[13:18:55.862] collectAutoImports: response is complete +Info 10651[13:18:55.862] collectAutoImports: 22.94575300021097 +Info 10652[13:18:55.862] getCompletionData: Semantic work: 23.967910000123084 +Info 10653[13:18:55.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.35287700034678 +Info 10654[13:18:55.870] Format host information updated +Info 10655[13:18:55.961] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10656[13:18:55.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 883 structureChanged: false structureIsReused:: Completely Elapsed: 8.68114799959585ms +Info 10657[13:18:55.970] Different program with same set of files +Info 10658[13:18:55.970] getCompletionData: Get current token: 0.003350000362843275 +Info 10659[13:18:55.970] getCompletionData: Is inside comment: 0.0014589997008442879 +Info 10660[13:18:55.970] getCompletionData: Get previous token: 0.01686100009828806 +Info 10661[13:18:55.970] getCompletionsAtPosition: isCompletionListBlocker: 0.007658999878913164 +Info 10662[13:18:55.971] getExportInfoMap: cache hit +Info 10663[13:18:55.986] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10664[13:18:55.986] collectAutoImports: response is complete +Info 10665[13:18:55.986] collectAutoImports: 14.8656089999713 +Info 10666[13:18:55.986] getCompletionData: Semantic work: 15.50308300042525 +Info 10667[13:18:55.990] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.488950999919325 +Info 10668[13:18:55.994] Format host information updated +Info 10669[13:18:56.032] Format host information updated +Info 10670[13:18:56.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10671[13:18:56.042] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 884 structureChanged: false structureIsReused:: Completely Elapsed: 9.705256999935955ms +Info 10672[13:18:56.042] Different program with same set of files +Info 10673[13:18:56.419] getCompletionData: Get current token: 0.002187000121921301 +Info 10674[13:18:56.419] getCompletionData: Is inside comment: 0.008276999928057194 +Info 10675[13:18:56.419] getCompletionData: Get previous token: 0.0055160000920295715 +Info 10676[13:18:56.419] getCompletionsAtPosition: isCompletionListBlocker: 0.008466000203043222 +Info 10677[13:18:56.420] getExportInfoMap: cache hit +Info 10678[13:18:56.431] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10679[13:18:56.431] collectAutoImports: response is complete +Info 10680[13:18:56.431] collectAutoImports: 10.690258000046015 +Info 10681[13:18:56.431] getCompletionData: Semantic work: 11.355657999869436 +Info 10682[13:18:56.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.505254999734461 +Info 10683[13:18:56.530] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10684[13:18:56.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 885 structureChanged: false structureIsReused:: Completely Elapsed: 8.773659999947995ms +Info 10685[13:18:56.539] Different program with same set of files +Info 10686[13:18:56.539] getCompletionData: Get current token: 0.00394099997356534 +Info 10687[13:18:56.539] getCompletionData: Is inside comment: 0.010888000018894672 +Info 10688[13:18:56.539] getCompletionData: Get previous token: 0.008658000268042088 +Info 10689[13:18:56.539] getCompletionsAtPosition: isCompletionListBlocker: 0.02181600034236908 +Info 10690[13:18:56.540] getExportInfoMap: cache hit +Info 10691[13:18:56.555] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10692[13:18:56.555] collectAutoImports: response is complete +Info 10693[13:18:56.555] collectAutoImports: 14.481391000095755 +Info 10694[13:18:56.555] getCompletionData: Semantic work: 15.501635000109673 +Info 10695[13:18:56.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.526155999861658 +Info 10696[13:18:56.564] Format host information updated +Info 10697[13:18:56.722] Format host information updated +Info 10698[13:18:56.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10699[13:18:56.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 886 structureChanged: false structureIsReused:: Completely Elapsed: 29.144048999994993ms +Info 10700[13:18:56.751] Different program with same set of files +Info 10701[13:18:56.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10702[13:18:56.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 887 structureChanged: false structureIsReused:: Completely Elapsed: 27.94347400031984ms +Info 10703[13:18:56.909] Different program with same set of files +Info 10704[13:18:56.910] getCompletionData: Get current token: 0.0050479997880756855 +Info 10705[13:18:56.910] getCompletionData: Is inside comment: 0.019663000013679266 +Info 10706[13:18:56.910] getCompletionData: Get previous token: 0.028814999852329493 +Info 10707[13:18:56.910] getCompletionsAtPosition: isCompletionListBlocker: 0.015457999892532825 +Info 10708[13:18:56.911] getExportInfoMap: cache hit +Info 10709[13:18:56.921] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 10710[13:18:56.921] collectAutoImports: response is complete +Info 10711[13:18:56.921] collectAutoImports: 10.086440999992192 +Info 10712[13:18:56.921] getCompletionData: Semantic work: 11.491417000070214 +Info 10713[13:18:56.923] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.952686999924481 +Info 10714[13:18:56.924] Format host information updated +Info 10715[13:18:56.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10716[13:18:56.949] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 888 structureChanged: false structureIsReused:: Completely Elapsed: 7.719962999690324ms +Info 10717[13:18:56.949] Different program with same set of files +Info 10718[13:18:56.950] getCompletionData: Get current token: 0.002214999869465828 +Info 10719[13:18:56.950] getCompletionData: Is inside comment: 0.007833000272512436 +Info 10720[13:18:56.950] getCompletionData: Get previous token: 0.004895999561995268 +Info 10721[13:18:56.950] getCompletionsAtPosition: isCompletionListBlocker: 0.002125999890267849 +Info 10722[13:18:56.950] getCompletionData: Semantic work: 0.3144050003029406 +Info 10723[13:18:56.950] Format host information updated +Info 10724[13:18:57.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10725[13:18:57.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 889 structureChanged: false structureIsReused:: Completely Elapsed: 22.6632129997015ms +Info 10726[13:18:57.260] Different program with same set of files +Info 10727[13:18:57.260] getCompletionData: Get current token: 0.005318999756127596 +Info 10728[13:18:57.260] getCompletionData: Is inside comment: 0.022386999800801277 +Info 10729[13:18:57.260] getCompletionData: Get previous token: 0.029983000364154577 +Info 10730[13:18:57.260] getCompletionsAtPosition: isCompletionListBlocker: 0.004521000199019909 +Info 10731[13:18:57.261] getCompletionData: Semantic work: 0.5325209996663034 +Info 10732[13:18:57.261] Format host information updated +Info 10733[13:18:57.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10734[13:18:57.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 890 structureChanged: false structureIsReused:: Completely Elapsed: 7.597980000078678ms +Info 10735[13:18:57.395] Different program with same set of files +Info 10736[13:18:57.395] getCompletionData: Get current token: 0.002491000108420849 +Info 10737[13:18:57.395] getCompletionData: Is inside comment: 0.008454000111669302 +Info 10738[13:18:57.395] getCompletionData: Get previous token: 0.013264999724924564 +Info 10739[13:18:57.395] getCompletionsAtPosition: isCompletionListBlocker: 0.002785000018775463 +Info 10740[13:18:57.395] getCompletionData: Semantic work: 0.24138899985700846 +Info 10741[13:18:57.397] Format host information updated +Info 10742[13:18:57.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10743[13:18:57.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 891 structureChanged: false structureIsReused:: Completely Elapsed: 7.9347169999964535ms +Info 10744[13:18:57.481] Different program with same set of files +Info 10745[13:18:57.481] getCompletionData: Get current token: 0.0027939998544752598 +Info 10746[13:18:57.481] getCompletionData: Is inside comment: 0.009764000307768583 +Info 10747[13:18:57.481] getCompletionData: Get previous token: 0.014769000001251698 +Info 10748[13:18:57.481] getCompletionsAtPosition: isCompletionListBlocker: 0.0028869998641312122 +Info 10749[13:18:57.482] getCompletionData: Semantic work: 0.27087899995967746 +Info 10750[13:18:57.482] Format host information updated +Info 10751[13:18:57.774] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10752[13:18:57.785] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 892 structureChanged: false structureIsReused:: Completely Elapsed: 10.859109000302851ms +Info 10753[13:18:57.785] Different program with same set of files +Info 10754[13:18:57.785] getCompletionData: Get current token: 0.002247000113129616 +Info 10755[13:18:57.785] getCompletionData: Is inside comment: 0.007586000021547079 +Info 10756[13:18:57.785] getCompletionData: Get previous token: 0.0049310000613331795 +Info 10757[13:18:57.785] getCompletionsAtPosition: isCompletionListBlocker: 0.0029150000773370266 +Info 10758[13:18:57.786] getExportInfoMap: cache hit +Info 10759[13:18:57.798] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10760[13:18:57.798] collectAutoImports: response is complete +Info 10761[13:18:57.798] collectAutoImports: 11.974737000185996 +Info 10762[13:18:57.798] getCompletionData: Semantic work: 12.548527999781072 +Info 10763[13:18:57.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.765737000387162 +Info 10764[13:18:57.810] Format host information updated +Info 10765[13:18:57.833] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10766[13:18:57.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 893 structureChanged: false structureIsReused:: Completely Elapsed: 6.961974000092596ms +Info 10767[13:18:57.840] Different program with same set of files +Info 10768[13:18:57.841] getCompletionData: Get current token: 0.002342000138014555 +Info 10769[13:18:57.841] getCompletionData: Is inside comment: 0.008558999747037888 +Info 10770[13:18:57.841] getCompletionData: Get previous token: 0.005064999684691429 +Info 10771[13:18:57.841] getCompletionsAtPosition: isCompletionListBlocker: 0.007256999611854553 +Info 10772[13:18:57.841] getExportInfoMap: cache hit +Info 10773[13:18:57.854] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10774[13:18:57.854] collectAutoImports: response is complete +Info 10775[13:18:57.854] collectAutoImports: 12.887497999705374 +Info 10776[13:18:57.854] getCompletionData: Semantic work: 13.557744999881834 +Info 10777[13:18:57.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5320810000412166 +Info 10778[13:18:57.861] Format host information updated +Info 10779[13:19:03.098] Format host information updated +Info 10780[13:19:03.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10781[13:19:03.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 894 structureChanged: false structureIsReused:: Completely Elapsed: 7.319027000106871ms +Info 10782[13:19:03.105] Different program with same set of files +Info 10783[13:19:04.551] Format host information updated +Info 10784[13:19:04.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10785[13:19:04.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 895 structureChanged: false structureIsReused:: Completely Elapsed: 7.286424999590963ms +Info 10786[13:19:04.558] Different program with same set of files +Info 10787[13:19:05.787] Format host information updated +Info 10788[13:19:05.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10789[13:19:05.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 896 structureChanged: false structureIsReused:: Completely Elapsed: 9.62120100017637ms +Info 10790[13:19:05.797] Different program with same set of files +Info 10791[13:19:06.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10792[13:19:06.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 897 structureChanged: false structureIsReused:: Completely Elapsed: 7.6791670001111925ms +Info 10793[13:19:06.257] Different program with same set of files +Info 10794[13:19:06.257] getCompletionData: Get current token: 0.0025889999233186245 +Info 10795[13:19:06.258] getCompletionData: Is inside comment: 0.02758600004017353 +Info 10796[13:19:06.258] getCompletionData: Get previous token: 0.031043000053614378 +Info 10797[13:19:06.258] getCompletionsAtPosition: isCompletionListBlocker: 0.026850000023841858 +Info 10798[13:19:06.258] getExportInfoMap: cache hit +Info 10799[13:19:06.261] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 99 from cache +Info 10800[13:19:06.261] collectAutoImports: response is complete +Info 10801[13:19:06.261] collectAutoImports: 2.4949409998953342 +Info 10802[13:19:06.261] getCompletionData: Semantic work: 3.1012400002218783 +Info 10803[13:19:06.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8841319996863604 +Info 10804[13:19:06.266] Format host information updated +Info 10805[13:19:06.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10806[13:19:06.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 898 structureChanged: false structureIsReused:: Completely Elapsed: 7.33221899997443ms +Info 10807[13:19:06.358] Different program with same set of files +Info 10808[13:19:06.358] getCompletionData: Get current token: 0.0033819996751844883 +Info 10809[13:19:06.358] getCompletionData: Is inside comment: 0.010350999888032675 +Info 10810[13:19:06.359] getCompletionData: Get previous token: 0.013440999668091536 +Info 10811[13:19:06.359] getCompletionsAtPosition: isCompletionListBlocker: 0.007950999774038792 +Info 10812[13:19:06.359] getExportInfoMap: cache hit +Info 10813[13:19:06.361] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 35 from cache +Info 10814[13:19:06.361] collectAutoImports: response is complete +Info 10815[13:19:06.361] collectAutoImports: 2.2791630001738667 +Info 10816[13:19:06.361] getCompletionData: Semantic work: 2.763004000298679 +Info 10817[13:19:06.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8425920000299811 +Info 10818[13:19:06.364] Format host information updated +Info 10819[13:19:06.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10820[13:19:06.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 899 structureChanged: false structureIsReused:: Completely Elapsed: 9.667542000301182ms +Info 10821[13:19:06.462] Different program with same set of files +Info 10822[13:19:06.462] getCompletionData: Get current token: 0.0031070001423358917 +Info 10823[13:19:06.462] getCompletionData: Is inside comment: 0.009738000109791756 +Info 10824[13:19:06.462] getCompletionData: Get previous token: 0.012525000143796206 +Info 10825[13:19:06.462] getCompletionsAtPosition: isCompletionListBlocker: 0.007794000208377838 +Info 10826[13:19:06.462] getExportInfoMap: cache hit +Info 10827[13:19:06.464] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 10828[13:19:06.464] collectAutoImports: response is complete +Info 10829[13:19:06.464] collectAutoImports: 2.1109370002523065 +Info 10830[13:19:06.464] getCompletionData: Semantic work: 2.6044720001518726 +Info 10831[13:19:06.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8582640001550317 +Info 10832[13:19:06.467] Format host information updated +Info 10833[13:19:06.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10834[13:19:06.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 900 structureChanged: false structureIsReused:: Completely Elapsed: 7.0928239999338984ms +Info 10835[13:19:06.551] Different program with same set of files +Info 10836[13:19:06.552] getCompletionData: Get current token: 0.0031159999780356884 +Info 10837[13:19:06.552] getCompletionData: Is inside comment: 0.010695000179111958 +Info 10838[13:19:06.552] getCompletionData: Get previous token: 0.012846000026911497 +Info 10839[13:19:06.552] getCompletionsAtPosition: isCompletionListBlocker: 0.007943999953567982 +Info 10840[13:19:06.552] getExportInfoMap: cache hit +Info 10841[13:19:06.554] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 10842[13:19:06.554] collectAutoImports: response is complete +Info 10843[13:19:06.554] collectAutoImports: 1.9956950000487268 +Info 10844[13:19:06.554] getCompletionData: Semantic work: 2.48297300003469 +Info 10845[13:19:06.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8284489996731281 +Info 10846[13:19:06.559] Format host information updated +Info 10847[13:19:06.771] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10848[13:19:06.778] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 901 structureChanged: false structureIsReused:: Completely Elapsed: 7.5525730000808835ms +Info 10849[13:19:06.778] Different program with same set of files +Info 10850[13:19:06.778] getCompletionData: Get current token: 0.002712000161409378 +Info 10851[13:19:06.778] getCompletionData: Is inside comment: 0.009031999856233597 +Info 10852[13:19:06.778] getCompletionData: Get previous token: 0.011063000187277794 +Info 10853[13:19:06.778] getCompletionsAtPosition: isCompletionListBlocker: 0.006785999983549118 +Info 10854[13:19:06.779] getExportInfoMap: cache hit +Info 10855[13:19:06.781] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 10856[13:19:06.781] collectAutoImports: response is complete +Info 10857[13:19:06.781] collectAutoImports: 1.8782049999572337 +Info 10858[13:19:06.781] getCompletionData: Semantic work: 2.3370070001110435 +Info 10859[13:19:06.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6999129997566342 +Info 10860[13:19:06.783] Format host information updated +Info 10861[13:19:06.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10862[13:19:06.842] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 902 structureChanged: false structureIsReused:: Completely Elapsed: 11.299676000140607ms +Info 10863[13:19:06.842] Different program with same set of files +Info 10864[13:19:06.842] getCompletionData: Get current token: 0.0037309997715055943 +Info 10865[13:19:06.842] getCompletionData: Is inside comment: 0.012885999865829945 +Info 10866[13:19:06.842] getCompletionData: Get previous token: 0.01699499972164631 +Info 10867[13:19:06.842] getCompletionsAtPosition: isCompletionListBlocker: 0.010060000233352184 +Info 10868[13:19:06.843] getExportInfoMap: cache hit +Info 10869[13:19:06.845] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 10870[13:19:06.845] collectAutoImports: response is complete +Info 10871[13:19:06.845] collectAutoImports: 2.333838999737054 +Info 10872[13:19:06.845] getCompletionData: Semantic work: 2.939687999896705 +Info 10873[13:19:06.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2832340002059937 +Info 10874[13:19:06.848] Format host information updated +Info 10875[13:19:06.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10876[13:19:06.960] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 903 structureChanged: false structureIsReused:: Completely Elapsed: 7.9880689997226ms +Info 10877[13:19:06.960] Different program with same set of files +Info 10878[13:19:06.961] getCompletionData: Get current token: 0.00316400034353137 +Info 10879[13:19:06.961] getCompletionData: Is inside comment: 0.00936900032684207 +Info 10880[13:19:06.961] getCompletionData: Get previous token: 0.011451000347733498 +Info 10881[13:19:06.961] getCompletionsAtPosition: isCompletionListBlocker: 0.007776999846100807 +Info 10882[13:19:06.961] getExportInfoMap: cache hit +Info 10883[13:19:06.963] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 21 from cache +Info 10884[13:19:06.963] collectAutoImports: response is complete +Info 10885[13:19:06.963] collectAutoImports: 1.6711709997616708 +Info 10886[13:19:06.963] getCompletionData: Semantic work: 2.19808299979195 +Info 10887[13:19:06.968] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7169520002789795 +Info 10888[13:19:06.968] Format host information updated +Info 10889[13:19:07.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10890[13:19:07.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 904 structureChanged: false structureIsReused:: Completely Elapsed: 28.359463999979198ms +Info 10891[13:19:07.102] Different program with same set of files +Info 10892[13:19:07.103] getCompletionData: Get current token: 0.009579000063240528 +Info 10893[13:19:07.103] getCompletionData: Is inside comment: 0.03796200035139918 +Info 10894[13:19:07.103] getCompletionData: Get previous token: 0.041083000134676695 +Info 10895[13:19:07.103] getCompletionsAtPosition: isCompletionListBlocker: 0.01941499998793006 +Info 10896[13:19:07.104] getExportInfoMap: cache hit +Info 10897[13:19:07.109] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 10898[13:19:07.109] collectAutoImports: response is complete +Info 10899[13:19:07.109] collectAutoImports: 4.044335000216961 +Info 10900[13:19:07.109] getCompletionData: Semantic work: 5.416371999774128 +Info 10901[13:19:07.112] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5839889999479055 +Info 10902[13:19:07.114] Format host information updated +Info 10903[13:19:07.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10904[13:19:07.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 905 structureChanged: false structureIsReused:: Completely Elapsed: 10.918005999643356ms +Info 10905[13:19:07.228] Different program with same set of files +Info 10906[13:19:07.228] getCompletionData: Get current token: 0.0036870003677904606 +Info 10907[13:19:07.228] getCompletionData: Is inside comment: 0.011774000246077776 +Info 10908[13:19:07.228] getCompletionData: Get previous token: 0.014804999809712172 +Info 10909[13:19:07.228] getCompletionsAtPosition: isCompletionListBlocker: 0.008413000032305717 +Info 10910[13:19:07.229] getExportInfoMap: cache hit +Info 10911[13:19:07.231] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 10912[13:19:07.231] collectAutoImports: response is complete +Info 10913[13:19:07.231] collectAutoImports: 2.5440139998681843 +Info 10914[13:19:07.231] getCompletionData: Semantic work: 3.1080060000531375 +Info 10915[13:19:07.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1291849999688566 +Info 10916[13:19:07.234] Format host information updated +Info 10917[13:19:07.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10918[13:19:07.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 906 structureChanged: false structureIsReused:: Completely Elapsed: 22.626091999933124ms +Info 10919[13:19:07.318] Different program with same set of files +Info 10920[13:19:07.318] getCompletionData: Get current token: 0.01785800000652671 +Info 10921[13:19:07.318] getCompletionData: Is inside comment: 0.056379999965429306 +Info 10922[13:19:07.319] getCompletionData: Get previous token: 0.07541000004857779 +Info 10923[13:19:07.319] getCompletionsAtPosition: isCompletionListBlocker: 0.025975999888032675 +Info 10924[13:19:07.320] getExportInfoMap: cache hit +Info 10925[13:19:07.329] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 10926[13:19:07.330] collectAutoImports: response is complete +Info 10927[13:19:07.330] collectAutoImports: 8.804360999725759 +Info 10928[13:19:07.330] getCompletionData: Semantic work: 10.763689999934286 +Info 10929[13:19:07.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.125180999748409 +Info 10930[13:19:07.341] Format host information updated +Info 10931[13:19:07.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10932[13:19:07.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 907 structureChanged: false structureIsReused:: Completely Elapsed: 7.466239000204951ms +Info 10933[13:19:07.364] Different program with same set of files +Info 10934[13:19:07.364] getCompletionData: Get current token: 0.004220999777317047 +Info 10935[13:19:07.365] getCompletionData: Is inside comment: 0.014239999931305647 +Info 10936[13:19:07.365] getCompletionData: Get previous token: 0.020324000157415867 +Info 10937[13:19:07.365] getCompletionsAtPosition: isCompletionListBlocker: 0.008597000036388636 +Info 10938[13:19:07.365] getExportInfoMap: cache hit +Info 10939[13:19:07.368] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 10940[13:19:07.368] collectAutoImports: response is complete +Info 10941[13:19:07.368] collectAutoImports: 2.858334999997169 +Info 10942[13:19:07.368] getCompletionData: Semantic work: 3.4830240001901984 +Info 10943[13:19:07.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7151999999769032 +Info 10944[13:19:07.371] Format host information updated +Info 10945[13:19:08.465] Format host information updated +Info 10946[13:19:08.485] forEachExternalModuleToImportFrom autoImportProvider: 1.2145630000159144 +Info 10947[13:19:09.844] Format host information updated +Info 10948[13:19:09.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10949[13:19:09.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 908 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.59270799998194ms +Info 10950[13:19:09.865] Different program with same set of files +Info 10951[13:19:13.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10952[13:19:13.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 909 structureChanged: false structureIsReused:: Completely Elapsed: 6.765813000034541ms +Info 10953[13:19:13.849] Different program with same set of files +Info 10954[13:19:13.850] getCompletionData: Get current token: 0.0025289999321103096 +Info 10955[13:19:13.850] getCompletionData: Is inside comment: 0.0012480001896619797 +Info 10956[13:19:13.850] getCompletionData: Get previous token: 0.013633999973535538 +Info 10957[13:19:13.850] getCompletionsAtPosition: isCompletionListBlocker: 0.00675999978557229 +Info 10958[13:19:13.850] getExportInfoMap: cache hit +Info 10959[13:19:13.854] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 10960[13:19:13.854] collectAutoImports: response is complete +Info 10961[13:19:13.854] collectAutoImports: 3.9092699997127056 +Info 10962[13:19:13.854] getCompletionData: Semantic work: 4.385034000035375 +Info 10963[13:19:13.855] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.157458999659866 +Info 10964[13:19:13.856] Format host information updated +Info 10965[13:19:13.985] Format host information updated +Info 10966[13:19:13.985] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10967[13:19:13.992] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 910 structureChanged: false structureIsReused:: Completely Elapsed: 6.678328999783844ms +Info 10968[13:19:13.992] Different program with same set of files +Info 10969[13:19:14.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10970[13:19:14.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 911 structureChanged: false structureIsReused:: Completely Elapsed: 7.538571999873966ms +Info 10971[13:19:14.497] Different program with same set of files +Info 10972[13:19:14.497] getCompletionData: Get current token: 0.005071000196039677 +Info 10973[13:19:14.497] getCompletionData: Is inside comment: 0.0015360000543296337 +Info 10974[13:19:14.497] getCompletionData: Get previous token: 0.016190000344067812 +Info 10975[13:19:14.497] getCompletionsAtPosition: isCompletionListBlocker: 0.00711200013756752 +Info 10976[13:19:14.498] getExportInfoMap: cache hit +Info 10977[13:19:14.513] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10978[13:19:14.513] collectAutoImports: response is complete +Info 10979[13:19:14.513] collectAutoImports: 15.722409999929368 +Info 10980[13:19:14.513] getCompletionData: Semantic work: 16.293424000032246 +Info 10981[13:19:14.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.331637999974191 +Info 10982[13:19:14.524] Format host information updated +Info 10983[13:19:14.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10984[13:19:14.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 912 structureChanged: false structureIsReused:: Completely Elapsed: 10.750200999900699ms +Info 10985[13:19:14.675] Different program with same set of files +Info 10986[13:19:14.676] getCompletionData: Get current token: 0.00380800012499094 +Info 10987[13:19:14.676] getCompletionData: Is inside comment: 0.0015560002066195011 +Info 10988[13:19:14.676] getCompletionData: Get previous token: 0.01689399965107441 +Info 10989[13:19:14.676] getCompletionsAtPosition: isCompletionListBlocker: 0.009071999695152044 +Info 10990[13:19:14.677] getExportInfoMap: cache hit +Info 10991[13:19:14.700] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 10992[13:19:14.700] collectAutoImports: response is complete +Info 10993[13:19:14.700] collectAutoImports: 23.260096000041813 +Info 10994[13:19:14.700] getCompletionData: Semantic work: 24.367134999949485 +Info 10995[13:19:14.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.521828999742866 +Info 10996[13:19:14.709] Format host information updated +Info 10997[13:19:14.731] Format host information updated +Info 10998[13:19:14.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 10999[13:19:14.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 913 structureChanged: false structureIsReused:: Completely Elapsed: 7.678398999851197ms +Info 11000[13:19:14.739] Different program with same set of files +Info 11001[13:19:15.271] getCompletionData: Get current token: 0.0016129999421536922 +Info 11002[13:19:15.271] getCompletionData: Is inside comment: 0.0061090001836419106 +Info 11003[13:19:15.271] getCompletionData: Get previous token: 0.004238000139594078 +Info 11004[13:19:15.271] getCompletionsAtPosition: isCompletionListBlocker: 0.008060000371187925 +Info 11005[13:19:15.272] getExportInfoMap: cache hit +Info 11006[13:19:15.288] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 11007[13:19:15.288] collectAutoImports: response is complete +Info 11008[13:19:15.288] collectAutoImports: 16.082591000013053 +Info 11009[13:19:15.288] getCompletionData: Semantic work: 16.69815400009975 +Info 11010[13:19:15.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7461689999327064 +Info 11011[13:19:15.390] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11012[13:19:15.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 914 structureChanged: false structureIsReused:: Completely Elapsed: 7.202605000231415ms +Info 11013[13:19:15.397] Different program with same set of files +Info 11014[13:19:15.397] getCompletionData: Get current token: 0.0010559996590018272 +Info 11015[13:19:15.397] getCompletionData: Is inside comment: 0.006122000049799681 +Info 11016[13:19:15.397] getCompletionData: Get previous token: 0.004414000082761049 +Info 11017[13:19:15.397] getCompletionsAtPosition: isCompletionListBlocker: 0.002185999881476164 +Info 11018[13:19:15.398] getExportInfoMap: cache hit +Info 11019[13:19:15.413] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 11020[13:19:15.413] collectAutoImports: response is complete +Info 11021[13:19:15.413] collectAutoImports: 14.87736799987033 +Info 11022[13:19:15.413] getCompletionData: Semantic work: 15.484494999982417 +Info 11023[13:19:15.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7046429999172688 +Info 11024[13:19:15.418] Format host information updated +Info 11025[13:19:15.514] Format host information updated +Info 11026[13:19:15.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11027[13:19:15.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 915 structureChanged: false structureIsReused:: Completely Elapsed: 10.130793999880552ms +Info 11028[13:19:15.524] Different program with same set of files +Info 11029[13:19:15.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11030[13:19:15.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 916 structureChanged: false structureIsReused:: Completely Elapsed: 7.215100000146776ms +Info 11031[13:19:15.740] Different program with same set of files +Info 11032[13:19:15.740] getCompletionData: Get current token: 0.0018329997546970844 +Info 11033[13:19:15.740] getCompletionData: Is inside comment: 0.0060280002653598785 +Info 11034[13:19:15.740] getCompletionData: Get previous token: 0.012198999989777803 +Info 11035[13:19:15.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0076790000312030315 +Info 11036[13:19:15.741] getExportInfoMap: cache hit +Info 11037[13:19:15.744] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 101 from cache +Info 11038[13:19:15.744] collectAutoImports: response is complete +Info 11039[13:19:15.744] collectAutoImports: 3.9002940002828836 +Info 11040[13:19:15.744] getCompletionData: Semantic work: 4.558157999999821 +Info 11041[13:19:15.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0485549997538328 +Info 11042[13:19:15.748] Format host information updated +Info 11043[13:19:15.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11044[13:19:15.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 917 structureChanged: false structureIsReused:: Completely Elapsed: 8.049820000305772ms +Info 11045[13:19:15.857] Different program with same set of files +Info 11046[13:19:15.858] getCompletionData: Get current token: 0.0013740002177655697 +Info 11047[13:19:15.858] getCompletionData: Is inside comment: 0.00748499995097518 +Info 11048[13:19:15.858] getCompletionData: Get previous token: 0.005520000122487545 +Info 11049[13:19:15.858] getCompletionsAtPosition: isCompletionListBlocker: 0.002615000121295452 +Info 11050[13:19:15.858] getCompletionData: Semantic work: 0.48344899993389845 +Info 11051[13:19:15.859] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.28339700028300285 +Info 11052[13:19:15.859] Format host information updated +Info 11053[13:19:16.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11054[13:19:16.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 918 structureChanged: false structureIsReused:: Completely Elapsed: 10.814059999771416ms +Info 11055[13:19:16.077] Different program with same set of files +Info 11056[13:19:16.077] getCompletionData: Get current token: 0.0009220000356435776 +Info 11057[13:19:16.077] getCompletionData: Is inside comment: 0.005216000135987997 +Info 11058[13:19:16.077] getCompletionData: Get previous token: 0.011758000124245882 +Info 11059[13:19:16.077] getCompletionsAtPosition: isCompletionListBlocker: 0.002317999955266714 +Info 11060[13:19:16.078] getCompletionData: Semantic work: 0.43398799980059266 +Info 11061[13:19:16.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5737660001032054 +Info 11062[13:19:16.079] Format host information updated +Info 11063[13:19:16.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11064[13:19:16.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 919 structureChanged: false structureIsReused:: Completely Elapsed: 7.6187860001809895ms +Info 11065[13:19:16.190] Different program with same set of files +Info 11066[13:19:16.190] getCompletionData: Get current token: 0.0011309999972581863 +Info 11067[13:19:16.190] getCompletionData: Is inside comment: 0.006903999950736761 +Info 11068[13:19:16.190] getCompletionData: Get previous token: 0.01747300010174513 +Info 11069[13:19:16.190] getCompletionsAtPosition: isCompletionListBlocker: 0.002948000095784664 +Info 11070[13:19:16.191] getCompletionData: Semantic work: 0.4208010002039373 +Info 11071[13:19:16.191] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.697910999879241 +Info 11072[13:19:16.192] Format host information updated +Info 11073[13:19:16.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11074[13:19:16.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 920 structureChanged: false structureIsReused:: Completely Elapsed: 11.851926000323147ms +Info 11075[13:19:16.321] Different program with same set of files +Info 11076[13:19:16.321] getCompletionData: Get current token: 0.0009900000877678394 +Info 11077[13:19:16.321] getCompletionData: Is inside comment: 0.004985999781638384 +Info 11078[13:19:16.321] getCompletionData: Get previous token: 0.0111799999140203 +Info 11079[13:19:16.321] getCompletionsAtPosition: isCompletionListBlocker: 0.002531999722123146 +Info 11080[13:19:16.322] getCompletionData: Semantic work: 0.34530699998140335 +Info 11081[13:19:16.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5460219997912645 +Info 11082[13:19:16.323] Format host information updated +Info 11083[13:19:16.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11084[13:19:16.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 921 structureChanged: false structureIsReused:: Completely Elapsed: 28.785730000119656ms +Info 11085[13:19:16.530] Different program with same set of files +Info 11086[13:19:16.531] getCompletionData: Get current token: 0.004387000110000372 +Info 11087[13:19:16.531] getCompletionData: Is inside comment: 0.04330499982461333 +Info 11088[13:19:16.531] getCompletionData: Get previous token: 0.05604900000616908 +Info 11089[13:19:16.531] getCompletionsAtPosition: isCompletionListBlocker: 0.007226999849081039 +Info 11090[13:19:16.533] getCompletionData: Semantic work: 1.3820160003378987 +Info 11091[13:19:16.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9424509997479618 +Info 11092[13:19:16.535] Format host information updated +Info 11093[13:19:16.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11094[13:19:16.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 922 structureChanged: false structureIsReused:: Completely Elapsed: 15.814288000110537ms +Info 11095[13:19:16.683] Different program with same set of files +Info 11096[13:19:16.683] getCompletionData: Get current token: 0.001517999917268753 +Info 11097[13:19:16.683] getCompletionData: Is inside comment: 0.00774300005286932 +Info 11098[13:19:16.683] getCompletionData: Get previous token: 0.014872000087052584 +Info 11099[13:19:16.683] getCompletionsAtPosition: isCompletionListBlocker: 0.002741999924182892 +Info 11100[13:19:16.683] getCompletionData: Semantic work: 0.4518949999473989 +Info 11101[13:19:16.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4434300004504621 +Info 11102[13:19:16.684] Format host information updated +Info 11103[13:19:16.778] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11104[13:19:16.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 923 structureChanged: false structureIsReused:: Completely Elapsed: 22.358215000014752ms +Info 11105[13:19:16.801] Different program with same set of files +Info 11106[13:19:16.801] getCompletionData: Get current token: 0.007290999870747328 +Info 11107[13:19:16.801] getCompletionData: Is inside comment: 0.029953999910503626 +Info 11108[13:19:16.801] getCompletionData: Get previous token: 0.018144999630749226 +Info 11109[13:19:16.801] getCompletionsAtPosition: isCompletionListBlocker: 0.007927000056952238 +Info 11110[13:19:16.803] getExportInfoMap: cache hit +Info 11111[13:19:16.829] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 11112[13:19:16.829] collectAutoImports: response is complete +Info 11113[13:19:16.829] collectAutoImports: 26.271724000107497 +Info 11114[13:19:16.829] getCompletionData: Semantic work: 28.04642800008878 +Info 11115[13:19:16.833] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4773760000243783 +Info 11116[13:19:16.837] Format host information updated +Info 11117[13:19:16.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11118[13:19:16.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 924 structureChanged: false structureIsReused:: Completely Elapsed: 7.357562999706715ms +Info 11119[13:19:16.853] Different program with same set of files +Info 11120[13:19:16.853] getCompletionData: Get current token: 0.0011750003322958946 +Info 11121[13:19:16.853] getCompletionData: Is inside comment: 0.005372999701648951 +Info 11122[13:19:16.853] getCompletionData: Get previous token: 0.003872999921441078 +Info 11123[13:19:16.853] getCompletionsAtPosition: isCompletionListBlocker: 0.007328000385314226 +Info 11124[13:19:16.855] getExportInfoMap: cache hit +Info 11125[13:19:16.866] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1199 from cache +Info 11126[13:19:16.866] collectAutoImports: response is complete +Info 11127[13:19:16.866] collectAutoImports: 10.702665999997407 +Info 11128[13:19:16.866] getCompletionData: Semantic work: 13.053654000163078 +Info 11129[13:19:16.869] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.595279000233859 +Info 11130[13:19:16.873] Format host information updated +Info 11131[13:19:21.049] getCompletionData: Get current token: 0.0026560002006590366 +Info 11132[13:19:21.049] getCompletionData: Is inside comment: 0.008324000053107738 +Info 11133[13:19:21.049] getCompletionData: Get previous token: 0.009202999994158745 +Info 11134[13:19:21.049] getCompletionsAtPosition: isCompletionListBlocker: 0.008463999722152948 +Info 11135[13:19:21.050] getExportInfoMap: cache hit +Info 11136[13:19:21.052] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 11137[13:19:21.052] collectAutoImports: response is complete +Info 11138[13:19:21.052] collectAutoImports: 1.71927999984473 +Info 11139[13:19:21.052] getCompletionData: Semantic work: 2.305770999751985 +Info 11140[13:19:21.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5060270000249147 +Info 11141[13:19:21.516] Format host information updated +Info 11142[13:19:21.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11143[13:19:21.523] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 925 structureChanged: false structureIsReused:: Completely Elapsed: 7.730219999793917ms +Info 11144[13:19:21.523] Different program with same set of files +Info 11145[13:19:21.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11146[13:19:21.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 926 structureChanged: false structureIsReused:: Completely Elapsed: 8.36625299975276ms +Info 11147[13:19:21.618] Different program with same set of files +Info 11148[13:19:21.618] getCompletionData: Get current token: 0.002962999977171421 +Info 11149[13:19:21.618] getCompletionData: Is inside comment: 0.009116000030189753 +Info 11150[13:19:21.618] getCompletionData: Get previous token: 0.006273000035434961 +Info 11151[13:19:21.618] getCompletionsAtPosition: isCompletionListBlocker: 0.007519999984651804 +Info 11152[13:19:21.619] getExportInfoMap: cache hit +Info 11153[13:19:21.629] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 11154[13:19:21.629] collectAutoImports: response is complete +Info 11155[13:19:21.629] collectAutoImports: 10.690659999847412 +Info 11156[13:19:21.629] getCompletionData: Semantic work: 11.183652999810874 +Info 11157[13:19:21.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.332595999818295 +Info 11158[13:19:21.640] Format host information updated +Info 11159[13:19:21.751] Format host information updated +Info 11160[13:19:21.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11161[13:19:21.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 927 structureChanged: false structureIsReused:: Completely Elapsed: 8.276434000115842ms +Info 11162[13:19:21.760] Different program with same set of files +Info 11163[13:19:21.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11164[13:19:21.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 928 structureChanged: false structureIsReused:: Completely Elapsed: 7.857243000064045ms +Info 11165[13:19:21.981] Different program with same set of files +Info 11166[13:19:21.981] getCompletionData: Get current token: 0.0030129998922348022 +Info 11167[13:19:21.981] getCompletionData: Is inside comment: 0.010725999716669321 +Info 11168[13:19:21.981] getCompletionData: Get previous token: 0.015294000040739775 +Info 11169[13:19:21.981] getCompletionsAtPosition: isCompletionListBlocker: 0.008456000126898289 +Info 11170[13:19:21.982] getExportInfoMap: cache hit +Info 11171[13:19:21.985] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 67 from cache +Info 11172[13:19:21.985] collectAutoImports: response is complete +Info 11173[13:19:21.985] collectAutoImports: 3.333454000297934 +Info 11174[13:19:21.985] getCompletionData: Semantic work: 3.9495439999736845 +Info 11175[13:19:21.987] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9977500000968575 +Info 11176[13:19:21.991] Format host information updated +Info 11177[13:19:22.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11178[13:19:22.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 929 structureChanged: false structureIsReused:: Completely Elapsed: 8.382376000285149ms +Info 11179[13:19:22.170] Different program with same set of files +Info 11180[13:19:22.170] getCompletionData: Get current token: 0.004217999987304211 +Info 11181[13:19:22.170] getCompletionData: Is inside comment: 0.013170000165700912 +Info 11182[13:19:22.170] getCompletionData: Get previous token: 0.018372000195086002 +Info 11183[13:19:22.170] getCompletionsAtPosition: isCompletionListBlocker: 0.008545999880880117 +Info 11184[13:19:22.170] getExportInfoMap: cache hit +Info 11185[13:19:22.173] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 15 from cache +Info 11186[13:19:22.173] collectAutoImports: response is complete +Info 11187[13:19:22.173] collectAutoImports: 2.180580999702215 +Info 11188[13:19:22.173] getCompletionData: Semantic work: 2.7963130003772676 +Info 11189[13:19:22.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2291490002535284 +Info 11190[13:19:22.176] Format host information updated +Info 11191[13:19:22.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11192[13:19:22.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 930 structureChanged: false structureIsReused:: Completely Elapsed: 9.943645999766886ms +Info 11193[13:19:22.268] Different program with same set of files +Info 11194[13:19:22.268] getCompletionData: Get current token: 0.003192000091075897 +Info 11195[13:19:22.268] getCompletionData: Is inside comment: 0.011957000009715557 +Info 11196[13:19:22.268] getCompletionData: Get previous token: 0.01707400009036064 +Info 11197[13:19:22.268] getCompletionsAtPosition: isCompletionListBlocker: 0.008072999771684408 +Info 11198[13:19:22.268] getExportInfoMap: cache hit +Info 11199[13:19:22.270] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 6 from cache +Info 11200[13:19:22.270] collectAutoImports: response is complete +Info 11201[13:19:22.270] collectAutoImports: 1.9915049998089671 +Info 11202[13:19:22.270] getCompletionData: Semantic work: 2.4861119999550283 +Info 11203[13:19:22.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.044485999736935 +Info 11204[13:19:22.273] Format host information updated +Info 11205[13:19:22.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11206[13:19:22.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 931 structureChanged: false structureIsReused:: Completely Elapsed: 12.84353299997747ms +Info 11207[13:19:22.492] Different program with same set of files +Info 11208[13:19:22.492] getCompletionData: Get current token: 0.0050760000012815 +Info 11209[13:19:22.492] getCompletionData: Is inside comment: 0.018917000386863947 +Info 11210[13:19:22.492] getCompletionData: Get previous token: 0.026488000061362982 +Info 11211[13:19:22.492] getCompletionsAtPosition: isCompletionListBlocker: 0.011531000025570393 +Info 11212[13:19:22.493] getExportInfoMap: cache hit +Info 11213[13:19:22.510] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1425 from cache +Info 11214[13:19:22.510] collectAutoImports: response is complete +Info 11215[13:19:22.510] collectAutoImports: 17.644285999704152 +Info 11216[13:19:22.510] getCompletionData: Semantic work: 18.334708999842405 +Info 11217[13:19:22.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.897960999980569 +Info 11218[13:19:22.520] Format host information updated +Info 11219[13:19:22.533] Format host information updated +Info 11220[13:19:26.437] Format host information updated +Info 11221[13:19:26.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11222[13:19:26.445] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 932 structureChanged: false structureIsReused:: Completely Elapsed: 7.961306000128388ms +Info 11223[13:19:26.445] Different program with same set of files +Info 11224[13:19:50.081] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11225[13:19:50.083] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.purs +Info 11226[13:19:50.083] Elapsed:: 1.5127729997038841ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11227[13:19:50.083] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11228[13:19:50.084] Elapsed:: 0.8178899995982647ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11229[13:20:02.717] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11230[13:20:02.717] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.purs +Info 11231[13:20:02.717] Elapsed:: 0.3065770003013313ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11232[13:20:02.717] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11233[13:20:02.718] Elapsed:: 0.174685999751091ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11234[13:22:36.712] Format host information updated +Info 11235[13:22:36.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11236[13:22:36.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 933 structureChanged: true structureIsReused:: SafeModules Elapsed: 18.466713999863714ms +Info 11237[13:22:36.731] Different program with same set of files +Info 11238[13:22:44.356] Search path: /home/orion/src/purescript-puppeteer/src +Info 11239[13:22:44.357] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11240[13:22:44.359] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11241[13:22:44.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: true structureIsReused:: Not Elapsed: 19.368155000265688ms +Info 11242[13:22:44.378] Project '/dev/null/inferredProject1*' (Inferred) +Info 11243[13:22:44.378] Files (130) + +Info 11244[13:22:44.378] ----------------------------------------------- +Info 11245[13:22:44.378] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11246[13:22:44.378] Files (179) + +Info 11247[13:22:44.378] ----------------------------------------------- +Info 11248[13:22:44.379] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11248[13:22:44.379] Files (144) + +Info 11248[13:22:44.379] ----------------------------------------------- +Info 11248[13:22:44.379] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11248[13:22:44.379] Files (271) + +Info 11248[13:22:44.379] ----------------------------------------------- +Info 11248[13:22:44.379] Project '/dev/null/inferredProject1*' (Inferred) +Info 11248[13:22:44.379] Files (130) + +Info 11248[13:22:44.379] ----------------------------------------------- +Info 11248[13:22:44.379] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11248[13:22:44.379] Files (179) + +Info 11248[13:22:44.379] ----------------------------------------------- +Info 11248[13:22:44.379] Open files: +Info 11248[13:22:44.379] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11248[13:22:44.379] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11248[13:22:44.379] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11248[13:22:44.379] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11248[13:22:44.379] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11248[13:22:44.379] Projects: /dev/null/inferredProject1* +Info 11248[13:22:44.568] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11249[13:22:44.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Not Elapsed: 0.594196000136435ms +Info 11250[13:22:44.646] Format host information updated +Info 11251[13:22:44.875] Format host information updated +Info 11252[13:22:44.875] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11253[13:22:44.891] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.845836999826133ms +Info 11254[13:22:44.891] Different program with same set of files +Info 11255[13:22:45.494] Format host information updated +Info 11256[13:22:45.495] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11257[13:22:45.505] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 10.504174999892712ms +Info 11258[13:22:45.505] Different program with same set of files +Info 11259[13:22:46.881] Before ensureProjectForOpenFiles: +Info 11260[13:22:46.881] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11260[13:22:46.881] Files (144) + +Info 11260[13:22:46.881] ----------------------------------------------- +Info 11260[13:22:46.881] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11260[13:22:46.881] Files (271) + +Info 11260[13:22:46.881] ----------------------------------------------- +Info 11260[13:22:46.881] Project '/dev/null/inferredProject1*' (Inferred) +Info 11260[13:22:46.881] Files (130) + +Info 11260[13:22:46.881] ----------------------------------------------- +Info 11260[13:22:46.881] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11260[13:22:46.881] Files (179) + +Info 11260[13:22:46.881] ----------------------------------------------- +Info 11260[13:22:46.881] Open files: +Info 11260[13:22:46.881] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11260[13:22:46.881] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11260[13:22:46.881] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11260[13:22:46.881] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11260[13:22:46.881] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11260[13:22:46.881] Projects: /dev/null/inferredProject1* +Info 11260[13:22:46.881] After ensureProjectForOpenFiles: +Info 11261[13:22:46.881] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11261[13:22:46.881] Files (144) + +Info 11261[13:22:46.881] ----------------------------------------------- +Info 11261[13:22:46.881] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11261[13:22:46.881] Files (271) + +Info 11261[13:22:46.881] ----------------------------------------------- +Info 11261[13:22:46.881] Project '/dev/null/inferredProject1*' (Inferred) +Info 11261[13:22:46.881] Files (130) + +Info 11261[13:22:46.881] ----------------------------------------------- +Info 11261[13:22:46.881] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11261[13:22:46.881] Files (179) + +Info 11261[13:22:46.881] ----------------------------------------------- +Info 11261[13:22:46.881] Open files: +Info 11261[13:22:46.881] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11261[13:22:46.881] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11261[13:22:46.881] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11261[13:22:46.881] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11261[13:22:46.881] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11261[13:22:46.881] Projects: /dev/null/inferredProject1* +Info 11261[13:22:46.882] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js +Info 11262[13:22:46.898] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11263[13:22:46.899] Elapsed:: 0.9161819997243583ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11264[13:22:46.900] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11265[13:22:46.900] Elapsed:: 0.11213799985125661ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11266[13:22:46.900] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 11267[13:22:46.900] Ignoring files that are not *.json +Info 11268[13:22:46.900] Elapsed:: 0.14417900005355477ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 11269[13:22:46.900] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 11270[13:22:46.900] Elapsed:: 0.015236000064760447ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 11271[13:22:46.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11272[13:22:47.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 934 structureChanged: true structureIsReused:: Not Elapsed: 13.754684000276029ms +Info 11273[13:22:47.004] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11274[13:22:47.004] Files (145) + +Info 11275[13:22:47.004] ----------------------------------------------- +Info 11276[13:22:47.004] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11277[13:22:47.004] Files (271) + +Info 11278[13:22:47.004] ----------------------------------------------- +Info 11279[13:22:49.399] Before ensureProjectForOpenFiles: +Info 11280[13:22:49.400] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11280[13:22:49.400] Files (145) + +Info 11280[13:22:49.400] ----------------------------------------------- +Info 11280[13:22:49.400] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11280[13:22:49.400] Files (271) + +Info 11280[13:22:49.400] ----------------------------------------------- +Info 11280[13:22:49.400] Project '/dev/null/inferredProject1*' (Inferred) +Info 11280[13:22:49.400] Files (130) + +Info 11280[13:22:49.400] ----------------------------------------------- +Info 11280[13:22:49.400] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11280[13:22:49.400] Files (179) + +Info 11280[13:22:49.400] ----------------------------------------------- +Info 11280[13:22:49.400] Open files: +Info 11280[13:22:49.400] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11280[13:22:49.400] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11280[13:22:49.400] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11280[13:22:49.400] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11280[13:22:49.400] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11280[13:22:49.400] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11280[13:22:49.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11281[13:22:49.412] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: true structureIsReused:: Not Elapsed: 12.774292999878526ms +Info 11282[13:22:49.412] Project '/dev/null/inferredProject1*' (Inferred) +Info 11283[13:22:49.412] Files (129) + +Info 11284[13:22:49.412] ----------------------------------------------- +Info 11285[13:22:49.412] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11286[13:22:49.412] Files (179) + +Info 11287[13:22:49.412] ----------------------------------------------- +Info 11288[13:22:49.413] After ensureProjectForOpenFiles: +Info 11289[13:22:49.413] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11289[13:22:49.413] Files (145) + +Info 11289[13:22:49.413] ----------------------------------------------- +Info 11289[13:22:49.413] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11289[13:22:49.413] Files (271) + +Info 11289[13:22:49.413] ----------------------------------------------- +Info 11289[13:22:49.413] Project '/dev/null/inferredProject1*' (Inferred) +Info 11289[13:22:49.413] Files (129) + +Info 11289[13:22:49.413] ----------------------------------------------- +Info 11289[13:22:49.413] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11289[13:22:49.413] Files (179) + +Info 11289[13:22:49.413] ----------------------------------------------- +Info 11289[13:22:49.413] Open files: +Info 11289[13:22:49.413] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11289[13:22:49.413] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11289[13:22:49.413] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11289[13:22:49.413] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11289[13:22:49.413] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11289[13:22:49.413] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11289[13:22:49.413] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js +Info 11290[13:32:42.832] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11291[13:32:42.832] Elapsed:: 0.44860300002619624ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11292[13:32:42.832] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11293[13:32:42.833] Elapsed:: 0.10546200023964047ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11294[13:39:34.850] Search path: /home/orion/src/purescript-puppeteer/src +Info 11295[13:39:34.850] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11296[13:39:34.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11297[13:39:34.862] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: true structureIsReused:: Not Elapsed: 11.965675000101328ms +Info 11298[13:39:34.862] Project '/dev/null/inferredProject1*' (Inferred) +Info 11299[13:39:34.862] Files (130) + +Info 11300[13:39:34.862] ----------------------------------------------- +Info 11301[13:39:34.862] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11302[13:39:34.862] Files (179) + +Info 11303[13:39:34.862] ----------------------------------------------- +Info 11304[13:39:34.863] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11304[13:39:34.863] Files (145) + +Info 11304[13:39:34.863] ----------------------------------------------- +Info 11304[13:39:34.863] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11304[13:39:34.863] Files (271) + +Info 11304[13:39:34.863] ----------------------------------------------- +Info 11304[13:39:34.863] Project '/dev/null/inferredProject1*' (Inferred) +Info 11304[13:39:34.863] Files (130) + +Info 11304[13:39:34.863] ----------------------------------------------- +Info 11304[13:39:34.863] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11304[13:39:34.863] Files (179) + +Info 11304[13:39:34.863] ----------------------------------------------- +Info 11304[13:39:34.863] Open files: +Info 11304[13:39:34.863] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11304[13:39:34.863] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11304[13:39:34.863] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11304[13:39:34.863] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11304[13:39:34.863] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11304[13:39:34.863] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11304[13:39:34.863] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11304[13:39:34.863] Projects: /dev/null/inferredProject1* +Info 11304[13:39:35.061] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11305[13:39:35.062] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Not Elapsed: 0.3593270005658269ms +Info 11306[13:39:35.062] Format host information updated +Info 11307[13:39:35.373] Format host information updated +Info 11308[13:39:35.373] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11309[13:39:35.380] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 6.75106200017035ms +Info 11310[13:39:35.380] Different program with same set of files +Info 11311[13:39:36.206] Format host information updated +Info 11312[13:39:36.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11313[13:39:36.217] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 10.759890000335872ms +Info 11314[13:39:36.217] Different program with same set of files +Info 11315[13:39:37.201] Format host information updated +Info 11316[13:39:37.201] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11317[13:39:37.212] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 10.53976200055331ms +Info 11318[13:39:37.212] Different program with same set of files +Info 11319[13:39:37.364] Before ensureProjectForOpenFiles: +Info 11320[13:39:37.364] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11320[13:39:37.364] Files (145) + +Info 11320[13:39:37.364] ----------------------------------------------- +Info 11320[13:39:37.364] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11320[13:39:37.364] Files (271) + +Info 11320[13:39:37.364] ----------------------------------------------- +Info 11320[13:39:37.364] Project '/dev/null/inferredProject1*' (Inferred) +Info 11320[13:39:37.364] Files (130) + +Info 11320[13:39:37.364] ----------------------------------------------- +Info 11320[13:39:37.364] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11320[13:39:37.364] Files (179) + +Info 11320[13:39:37.364] ----------------------------------------------- +Info 11320[13:39:37.364] Open files: +Info 11320[13:39:37.364] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11320[13:39:37.364] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11320[13:39:37.364] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11320[13:39:37.364] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11320[13:39:37.364] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11320[13:39:37.364] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11320[13:39:37.364] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11320[13:39:37.364] Projects: /dev/null/inferredProject1* +Info 11320[13:39:37.364] After ensureProjectForOpenFiles: +Info 11321[13:39:37.364] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11321[13:39:37.364] Files (145) + +Info 11321[13:39:37.364] ----------------------------------------------- +Info 11321[13:39:37.364] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11321[13:39:37.364] Files (271) + +Info 11321[13:39:37.364] ----------------------------------------------- +Info 11321[13:39:37.364] Project '/dev/null/inferredProject1*' (Inferred) +Info 11321[13:39:37.364] Files (130) + +Info 11321[13:39:37.364] ----------------------------------------------- +Info 11321[13:39:37.364] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11321[13:39:37.364] Files (179) + +Info 11321[13:39:37.364] ----------------------------------------------- +Info 11321[13:39:37.364] Open files: +Info 11321[13:39:37.364] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11321[13:39:37.364] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11321[13:39:37.364] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11321[13:39:37.364] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11321[13:39:37.364] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11321[13:39:37.364] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11321[13:39:37.364] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11321[13:39:37.364] Projects: /dev/null/inferredProject1* +Info 11321[13:39:37.364] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js +Info 11322[13:39:37.551] Format host information updated +Info 11323[13:39:37.551] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11324[13:39:37.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 9.062912999652326ms +Info 11325[13:39:37.560] Different program with same set of files +Info 11326[13:39:40.482] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11327[13:39:40.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 9.807246000505984ms +Info 11328[13:39:40.491] Different program with same set of files +Info 11329[13:39:40.492] getCompletionData: Get current token: 0.0018349997699260712 +Info 11330[13:39:40.492] getCompletionData: Is inside comment: 0.0011229999363422394 +Info 11331[13:39:40.492] getCompletionData: Get previous token: 0.009051000699400902 +Info 11332[13:39:40.492] getCompletionsAtPosition: isCompletionListBlocker: 0.006535000167787075 +Info 11333[13:39:40.493] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.2792560001835227 ms +Info 11334[13:39:40.493] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 11335[13:39:40.493] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.24146400019526482ms +Info 11336[13:39:40.493] getExportInfoMap: cache miss or empty; calculating new results +Info 11337[13:39:40.517] forEachExternalModuleToImportFrom autoImportProvider: 10.940702000632882 +Info 11338[13:39:40.517] getExportInfoMap: done in 24.463952000252903 ms +Info 11339[13:39:40.535] collectAutoImports: resolved 15 module specifiers, plus 1023 ambient and 152 from cache +Info 11340[13:39:40.535] collectAutoImports: response is complete +Info 11341[13:39:40.535] collectAutoImports: 18.467769999988377 +Info 11342[13:39:40.535] getCompletionData: Semantic work: 43.56250299979001 +Info 11343[13:39:40.543] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.426934000104666 +Info 11344[13:39:40.551] Format host information updated +Info 11345[13:39:40.756] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11346[13:39:40.763] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 7.315070999786258ms +Info 11347[13:39:40.763] Different program with same set of files +Info 11348[13:39:40.763] getCompletionData: Get current token: 0.0009509995579719543 +Info 11349[13:39:40.763] getCompletionData: Is inside comment: 0.006905999965965748 +Info 11350[13:39:40.763] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11351[13:39:40.764] Format host information updated +Info 11352[13:39:40.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11353[13:39:40.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 9.664323000237346ms +Info 11354[13:39:40.882] Different program with same set of files +Info 11355[13:39:40.882] getCompletionData: Get current token: 0.001694999635219574 +Info 11356[13:39:40.882] getCompletionData: Is inside comment: 0.007658000104129314 +Info 11357[13:39:40.883] Format host information updated +Info 11358[13:39:41.147] Format host information updated +Info 11359[13:39:41.147] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11360[13:39:41.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 7.333850999362767ms +Info 11361[13:39:41.155] Different program with same set of files +Info 11362[13:39:42.386] Format host information updated +Info 11363[13:39:42.386] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11364[13:39:42.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 8.324068000540137ms +Info 11365[13:39:42.395] Different program with same set of files +Info 11366[13:39:42.962] getCompletionData: Get current token: 0.0012469999492168427 +Info 11367[13:39:42.962] getCompletionData: Is inside comment: 0.006583999842405319 +Info 11368[13:39:42.962] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11369[13:39:44.428] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11370[13:39:44.436] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 7.959909999743104ms +Info 11371[13:39:44.436] Different program with same set of files +Info 11372[13:39:44.436] getCompletionData: Get current token: 0.001004999503493309 +Info 11373[13:39:44.436] getCompletionData: Is inside comment: 0.007183000445365906 +Info 11374[13:39:44.436] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11375[13:39:44.437] Format host information updated +Info 11376[13:39:45.015] getCompletionData: Get current token: 0.0012980001047253609 +Info 11377[13:39:45.015] getCompletionData: Is inside comment: 0.008786999620497227 +Info 11378[13:39:45.015] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11379[13:39:45.330] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11380[13:39:45.338] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 7.880727999843657ms +Info 11381[13:39:45.338] Different program with same set of files +Info 11382[13:39:45.338] getCompletionData: Get current token: 0.0010640006512403488 +Info 11383[13:39:45.338] getCompletionData: Is inside comment: 0.008345999754965305 +Info 11384[13:39:45.338] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11385[13:39:45.338] Format host information updated +Info 11386[13:39:45.949] Format host information updated +Info 11387[13:39:45.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11388[13:39:45.963] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 12.85990900080651ms +Info 11389[13:39:45.963] Different program with same set of files +Info 11390[13:39:47.168] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11391[13:39:47.176] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 7.4487519999966025ms +Info 11392[13:39:47.176] Different program with same set of files +Info 11393[13:39:47.176] getCompletionData: Get current token: 0.0024549998342990875 +Info 11394[13:39:47.176] getCompletionData: Is inside comment: 0.008111000061035156 +Info 11395[13:39:47.176] Format host information updated +Info 11396[13:39:47.403] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11397[13:39:47.413] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 9.607557999901474ms +Info 11398[13:39:47.413] Different program with same set of files +Info 11399[13:39:47.413] getCompletionData: Get current token: 0.001523999497294426 +Info 11400[13:39:47.413] getCompletionData: Is inside comment: 0.00829199980944395 +Info 11401[13:39:47.413] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11402[13:39:47.413] Format host information updated +Info 11403[13:39:47.590] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11404[13:39:47.596] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 5.999188000336289ms +Info 11405[13:39:47.596] Different program with same set of files +Info 11406[13:39:47.596] getCompletionData: Get current token: 0.0017240000888705254 +Info 11407[13:39:47.596] getCompletionData: Is inside comment: 0.010261000134050846 +Info 11408[13:39:47.596] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11409[13:39:47.596] Format host information updated +Info 11410[13:39:47.756] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11411[13:39:47.762] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 6.615629999898374ms +Info 11412[13:39:47.762] Different program with same set of files +Info 11413[13:39:47.763] getCompletionData: Get current token: 0.0019060000777244568 +Info 11414[13:39:47.763] getCompletionData: Is inside comment: 0.011289999820291996 +Info 11415[13:39:47.763] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11416[13:39:47.765] Format host information updated +Info 11417[13:39:47.950] Format host information updated +Info 11418[13:39:47.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11419[13:39:47.959] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 8.329443000257015ms +Info 11420[13:39:47.959] Different program with same set of files +Info 11421[13:39:48.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11422[13:39:48.280] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 17.61433600075543ms +Info 11423[13:39:48.280] Different program with same set of files +Info 11424[13:39:48.281] getCompletionData: Get current token: 0.008089999668300152 +Info 11425[13:39:48.281] getCompletionData: Is inside comment: 0.044487000443041325 +Info 11426[13:39:48.281] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11427[13:39:48.282] Format host information updated +Info 11428[13:39:48.328] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11429[13:39:48.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 7.936952999792993ms +Info 11430[13:39:48.336] Different program with same set of files +Info 11431[13:39:48.336] getCompletionData: Get current token: 0.0015750005841255188 +Info 11432[13:39:48.336] getCompletionData: Is inside comment: 0.008476000279188156 +Info 11433[13:39:48.336] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11434[13:39:48.336] Format host information updated +Info 11435[13:39:48.457] Format host information updated +Info 11436[13:39:48.458] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11437[13:39:48.464] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 6.1485520005226135ms +Info 11438[13:39:48.464] Different program with same set of files +Info 11439[13:39:48.879] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11440[13:39:48.885] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 6.202222000807524ms +Info 11441[13:39:48.885] Different program with same set of files +Info 11442[13:39:48.885] getCompletionData: Get current token: 0.0017160000279545784 +Info 11443[13:39:48.885] getCompletionData: Is inside comment: 0.010847999714314938 +Info 11444[13:39:48.885] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11445[13:39:48.887] Format host information updated +Info 11446[13:39:49.137] Format host information updated +Info 11447[13:39:49.139] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11448[13:39:49.149] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 10.84375699982047ms +Info 11449[13:39:49.149] Different program with same set of files +Info 11450[13:39:49.675] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11451[13:39:49.681] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 6.148909999988973ms +Info 11452[13:39:49.681] Different program with same set of files +Info 11453[13:39:49.682] getCompletionData: Get current token: 0.0015890002250671387 +Info 11454[13:39:49.682] getCompletionData: Is inside comment: 0.009649999439716339 +Info 11455[13:39:49.682] Format host information updated +Info 11456[13:39:49.943] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11457[13:39:49.951] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 8.105811000801623ms +Info 11458[13:39:49.951] Different program with same set of files +Info 11459[13:39:49.951] getCompletionData: Get current token: 0.001616000197827816 +Info 11460[13:39:49.951] getCompletionData: Is inside comment: 0.010444999672472477 +Info 11461[13:39:49.951] getCompletionData: Get previous token: 0.0036469995975494385 +Info 11462[13:39:49.951] getCompletionsAtPosition: isCompletionListBlocker: 0.008652999997138977 +Info 11463[13:39:49.952] getExportInfoMap: cache hit +Info 11464[13:39:49.968] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11465[13:39:49.968] collectAutoImports: response is complete +Info 11466[13:39:49.968] collectAutoImports: 16.092787000350654 +Info 11467[13:39:49.968] getCompletionData: Semantic work: 16.709765000268817 +Info 11468[13:39:49.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.962547999806702 +Info 11469[13:39:49.987] Format host information updated +Info 11470[13:39:50.482] Format host information updated +Info 11471[13:39:50.482] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11472[13:39:50.490] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 7.649168000556529ms +Info 11473[13:39:50.490] Different program with same set of files +Info 11474[13:39:51.010] Format host information updated +Info 11475[13:39:51.010] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11476[13:39:51.016] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 6.409702000208199ms +Info 11477[13:39:51.016] Different program with same set of files +Info 11478[13:39:51.929] Format host information updated +Info 11479[13:39:51.929] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11480[13:39:51.935] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 6.014514999464154ms +Info 11481[13:39:51.935] Different program with same set of files +Info 11482[13:39:52.819] Format host information updated +Info 11483[13:39:52.819] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11484[13:39:52.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 6.410263000056148ms +Info 11485[13:39:52.826] Different program with same set of files +Info 11486[13:39:53.021] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11487[13:39:53.028] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.3690680004656315ms +Info 11488[13:39:53.028] Different program with same set of files +Info 11489[13:39:53.028] getCompletionData: Get current token: 0.0010570008307695389 +Info 11490[13:39:53.028] getCompletionData: Is inside comment: 0.004891999997198582 +Info 11491[13:39:53.028] getCompletionData: Get previous token: 0.007977000437676907 +Info 11492[13:39:53.028] getCompletionsAtPosition: isCompletionListBlocker: 0.007482999935746193 +Info 11493[13:39:53.028] getExportInfoMap: cache hit +Info 11494[13:39:53.035] collectAutoImports: resolved 0 module specifiers, plus 103 ambient and 24 from cache +Info 11495[13:39:53.035] collectAutoImports: response is complete +Info 11496[13:39:53.035] collectAutoImports: 6.888850999996066 +Info 11497[13:39:53.035] getCompletionData: Semantic work: 7.506013999693096 +Info 11498[13:39:53.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5219680005684495 +Info 11499[13:39:53.038] Format host information updated +Info 11500[13:39:53.221] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11501[13:39:53.228] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 6.613711000420153ms +Info 11502[13:39:53.228] Different program with same set of files +Info 11503[13:39:53.228] getCompletionData: Get current token: 0.001113000325858593 +Info 11504[13:39:53.228] getCompletionData: Is inside comment: 0.005619000643491745 +Info 11505[13:39:53.228] getCompletionData: Get previous token: 0.008948000147938728 +Info 11506[13:39:53.228] getCompletionsAtPosition: isCompletionListBlocker: 0.007778000086545944 +Info 11507[13:39:53.229] getExportInfoMap: cache hit +Info 11508[13:39:53.232] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 4 from cache +Info 11509[13:39:53.232] collectAutoImports: response is complete +Info 11510[13:39:53.232] collectAutoImports: 2.9406099999323487 +Info 11511[13:39:53.232] getCompletionData: Semantic work: 3.4829719997942448 +Info 11512[13:39:53.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0330769997090101 +Info 11513[13:39:53.234] Format host information updated +Info 11514[13:39:53.369] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11515[13:39:53.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 8.509639999829233ms +Info 11516[13:39:53.378] Different program with same set of files +Info 11517[13:39:53.378] getCompletionData: Get current token: 0.001184999942779541 +Info 11518[13:39:53.378] getCompletionData: Is inside comment: 0.005527999252080917 +Info 11519[13:39:53.378] getCompletionData: Get previous token: 0.008492999710142612 +Info 11520[13:39:53.378] getCompletionsAtPosition: isCompletionListBlocker: 0.007927999831736088 +Info 11521[13:39:53.379] getExportInfoMap: cache hit +Info 11522[13:39:53.381] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 11523[13:39:53.381] collectAutoImports: response is complete +Info 11524[13:39:53.381] collectAutoImports: 2.0296149998903275 +Info 11525[13:39:53.381] getCompletionData: Semantic work: 2.6628139996901155 +Info 11526[13:39:53.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8920790003612638 +Info 11527[13:39:53.383] Format host information updated +Info 11528[13:39:53.464] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11529[13:39:53.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 6.902879999950528ms +Info 11530[13:39:53.471] Different program with same set of files +Info 11531[13:39:53.471] getCompletionData: Get current token: 0.0013009998947381973 +Info 11532[13:39:53.471] getCompletionData: Is inside comment: 0.0059550004079937935 +Info 11533[13:39:53.471] getCompletionData: Get previous token: 0.00912800058722496 +Info 11534[13:39:53.471] getCompletionsAtPosition: isCompletionListBlocker: 0.00832700077444315 +Info 11535[13:39:53.471] getExportInfoMap: cache hit +Info 11536[13:39:53.473] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 11537[13:39:53.473] collectAutoImports: response is complete +Info 11538[13:39:53.473] collectAutoImports: 1.955367999151349 +Info 11539[13:39:53.473] getCompletionData: Semantic work: 2.504526000469923 +Info 11540[13:39:53.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8467260003089905 +Info 11541[13:39:53.475] Format host information updated +Info 11542[13:39:53.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11543[13:39:53.571] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 6.072026000358164ms +Info 11544[13:39:53.571] Different program with same set of files +Info 11545[13:39:53.571] getCompletionData: Get current token: 0.0011449996381998062 +Info 11546[13:39:53.571] getCompletionData: Is inside comment: 0.004246000200510025 +Info 11547[13:39:53.571] getCompletionData: Get previous token: 0.007447000592947006 +Info 11548[13:39:53.571] getCompletionsAtPosition: isCompletionListBlocker: 0.006980999372899532 +Info 11549[13:39:53.572] getExportInfoMap: cache hit +Info 11550[13:39:53.588] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11551[13:39:53.588] collectAutoImports: response is complete +Info 11552[13:39:53.588] collectAutoImports: 16.454197000712156 +Info 11553[13:39:53.588] getCompletionData: Semantic work: 16.955482999794185 +Info 11554[13:39:53.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.2959329998120666 +Info 11555[13:39:53.601] Format host information updated +Info 11556[13:39:53.625] Format host information updated +Info 11557[13:39:53.625] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11558[13:39:53.631] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 5.604656000621617ms +Info 11559[13:39:53.631] Different program with same set of files +Info 11560[13:39:53.835] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11561[13:39:53.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 25.017609999515116ms +Info 11562[13:39:53.860] Different program with same set of files +Info 11563[13:39:53.860] getCompletionData: Get current token: 0.003538999706506729 +Info 11564[13:39:53.860] getCompletionData: Is inside comment: 0.014549000188708305 +Info 11565[13:39:53.860] getCompletionData: Get previous token: 0.023187000304460526 +Info 11566[13:39:53.860] getCompletionsAtPosition: isCompletionListBlocker: 0.015828000381588936 +Info 11567[13:39:53.862] getExportInfoMap: cache hit +Info 11568[13:39:53.873] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 34 from cache +Info 11569[13:39:53.873] collectAutoImports: response is complete +Info 11570[13:39:53.873] collectAutoImports: 11.015096999704838 +Info 11571[13:39:53.873] getCompletionData: Semantic work: 12.512434999458492 +Info 11572[13:39:53.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3663559993728995 +Info 11573[13:39:53.880] Format host information updated +Info 11574[13:39:53.935] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11575[13:39:53.941] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 6.305329999886453ms +Info 11576[13:39:53.941] Different program with same set of files +Info 11577[13:39:53.942] getCompletionData: Get current token: 0.0011499999091029167 +Info 11578[13:39:53.942] getCompletionData: Is inside comment: 0.004974000155925751 +Info 11579[13:39:53.942] getCompletionData: Get previous token: 0.03252500016242266 +Info 11580[13:39:53.942] getCompletionsAtPosition: isCompletionListBlocker: 0.006931999698281288 +Info 11581[13:39:53.942] getExportInfoMap: cache hit +Info 11582[13:39:53.948] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 19 from cache +Info 11583[13:39:53.948] collectAutoImports: response is complete +Info 11584[13:39:53.948] collectAutoImports: 5.580667000263929 +Info 11585[13:39:53.948] getCompletionData: Semantic work: 6.1344340005889535 +Info 11586[13:39:53.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7756690001115203 +Info 11587[13:39:53.951] Format host information updated +Info 11588[13:39:54.085] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11589[13:39:54.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 26.041091999970376ms +Info 11590[13:39:54.111] Different program with same set of files +Info 11591[13:39:54.111] getCompletionData: Get current token: 0.0034400001168251038 +Info 11592[13:39:54.112] getCompletionData: Is inside comment: 0.01715400069952011 +Info 11593[13:39:54.112] getCompletionData: Get previous token: 0.031587000004947186 +Info 11594[13:39:54.112] getCompletionsAtPosition: isCompletionListBlocker: 0.01854300033301115 +Info 11595[13:39:54.113] getExportInfoMap: cache hit +Info 11596[13:39:54.140] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11597[13:39:54.140] collectAutoImports: response is complete +Info 11598[13:39:54.140] collectAutoImports: 27.048374999314547 +Info 11599[13:39:54.140] getCompletionData: Semantic work: 28.550594000145793 +Info 11600[13:39:54.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.402669000439346 +Info 11601[13:39:54.154] Format host information updated +Info 11602[13:39:54.161] Format host information updated +Info 11603[13:39:54.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11604[13:39:54.168] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 6.10926999989897ms +Info 11605[13:39:54.168] Different program with same set of files +Info 11606[13:40:06.126] Format host information updated +Info 11607[13:40:06.126] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11608[13:40:06.132] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 6.353678000159562ms +Info 11609[13:40:06.132] Different program with same set of files +Info 11610[13:40:06.769] Format host information updated +Info 11611[13:40:06.769] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11612[13:40:06.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 6.342299999669194ms +Info 11613[13:40:06.776] Different program with same set of files +Info 11614[13:40:10.828] Format host information updated +Info 11615[13:40:10.828] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11616[13:40:10.834] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 6.275531999766827ms +Info 11617[13:40:10.834] Different program with same set of files +Info 11618[13:40:11.132] Format host information updated +Info 11619[13:40:11.133] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11620[13:40:11.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 11.53963700029999ms +Info 11621[13:40:11.144] Different program with same set of files +Info 11622[13:40:18.012] Format host information updated +Info 11623[13:40:18.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11624[13:40:18.018] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 6.452561000362039ms +Info 11625[13:40:18.018] Different program with same set of files +Info 11626[13:40:19.530] getCompletionData: Get current token: 0.0018379995599389076 +Info 11627[13:40:19.530] getCompletionData: Is inside comment: 0.009630000218749046 +Info 11628[13:40:19.530] getCompletionData: Get previous token: 0.017772000283002853 +Info 11629[13:40:19.530] getCompletionsAtPosition: isCompletionListBlocker: 0.0020399997010827065 +Info 11630[13:40:19.530] Returning an empty list because completion was requested in an invalid position. +Info 11631[13:40:20.349] Format host information updated +Info 11632[13:40:20.349] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11633[13:40:20.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 6.05432500038296ms +Info 11634[13:40:20.355] Different program with same set of files +Info 11635[13:40:20.445] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11636[13:40:20.454] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 8.375053999945521ms +Info 11637[13:40:20.454] Different program with same set of files +Info 11638[13:40:20.454] getCompletionData: Get current token: 0.001201000064611435 +Info 11639[13:40:20.454] getCompletionData: Is inside comment: 0.006499000824987888 +Info 11640[13:40:20.454] getCompletionData: Get previous token: 0.004780000075697899 +Info 11641[13:40:20.454] getCompletionsAtPosition: isCompletionListBlocker: 0.009050999768078327 +Info 11642[13:40:20.454] getExportInfoMap: cache hit +Info 11643[13:40:20.467] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11644[13:40:20.467] collectAutoImports: response is complete +Info 11645[13:40:20.467] collectAutoImports: 12.80063399951905 +Info 11646[13:40:20.467] getCompletionData: Semantic work: 13.257770999334753 +Info 11647[13:40:20.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.781201999634504 +Info 11648[13:40:20.479] Format host information updated +Info 11649[13:40:20.547] Format host information updated +Info 11650[13:40:20.547] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11651[13:40:20.554] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 6.555606000125408ms +Info 11652[13:40:20.554] Different program with same set of files +Info 11653[13:40:20.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11654[13:40:20.693] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 6.503015999682248ms +Info 11655[13:40:20.693] Different program with same set of files +Info 11656[13:40:20.693] getCompletionData: Get current token: 0.0011409996077418327 +Info 11657[13:40:20.693] getCompletionData: Is inside comment: 0.007165000773966312 +Info 11658[13:40:20.693] getCompletionData: Get previous token: 0.005289000459015369 +Info 11659[13:40:20.693] getCompletionsAtPosition: isCompletionListBlocker: 0.0032580001279711723 +Info 11660[13:40:20.694] getExportInfoMap: cache hit +Info 11661[13:40:20.708] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11662[13:40:20.708] collectAutoImports: response is complete +Info 11663[13:40:20.708] collectAutoImports: 14.521638999693096 +Info 11664[13:40:20.708] getCompletionData: Semantic work: 15.03267699945718 +Info 11665[13:40:20.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5981999998912215 +Info 11666[13:40:20.724] Format host information updated +Info 11667[13:40:20.767] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11668[13:40:20.783] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 15.266927000135183ms +Info 11669[13:40:20.783] Different program with same set of files +Info 11670[13:40:20.783] getCompletionData: Get current token: 0.001536000519990921 +Info 11671[13:40:20.783] getCompletionData: Is inside comment: 0.007854999974370003 +Info 11672[13:40:20.783] getCompletionData: Get previous token: 0.005300999619066715 +Info 11673[13:40:20.783] getCompletionsAtPosition: isCompletionListBlocker: 0.008482000790536404 +Info 11674[13:40:20.784] getExportInfoMap: cache hit +Info 11675[13:40:20.804] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11676[13:40:20.804] collectAutoImports: response is complete +Info 11677[13:40:20.804] collectAutoImports: 20.569268999621272 +Info 11678[13:40:20.804] getCompletionData: Semantic work: 21.194724000059068 +Info 11679[13:40:20.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.770390999503434 +Info 11680[13:40:20.824] Format host information updated +Info 11681[13:40:20.836] Format host information updated +Info 11682[13:40:20.836] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11683[13:40:20.843] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.535741999745369ms +Info 11684[13:40:20.843] Different program with same set of files +Info 11685[13:40:20.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11686[13:40:21.010] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 24.487298999913037ms +Info 11687[13:40:21.010] Different program with same set of files +Info 11688[13:40:21.010] getCompletionData: Get current token: 0.003898000344634056 +Info 11689[13:40:21.010] getCompletionData: Is inside comment: 0.028079000301659107 +Info 11690[13:40:21.010] getCompletionData: Get previous token: 0.055669999681413174 +Info 11691[13:40:21.010] getCompletionsAtPosition: isCompletionListBlocker: 0.02117499988526106 +Info 11692[13:40:21.012] getExportInfoMap: cache hit +Info 11693[13:40:21.034] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11694[13:40:21.034] collectAutoImports: response is complete +Info 11695[13:40:21.034] collectAutoImports: 22.651151000522077 +Info 11696[13:40:21.034] getCompletionData: Semantic work: 24.044036000035703 +Info 11697[13:40:21.040] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.729591999202967 +Info 11698[13:40:21.046] Format host information updated +Info 11699[13:40:21.111] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11700[13:40:21.122] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 11.57211499940604ms +Info 11701[13:40:21.122] Different program with same set of files +Info 11702[13:40:21.123] getCompletionData: Get current token: 0.0025879992172122 +Info 11703[13:40:21.123] getCompletionData: Is inside comment: 0.05735599994659424 +Info 11704[13:40:21.123] getCompletionData: Get previous token: 0.053411999717354774 +Info 11705[13:40:21.123] getCompletionsAtPosition: isCompletionListBlocker: 0.018000000156462193 +Info 11706[13:40:21.124] getExportInfoMap: cache hit +Info 11707[13:40:21.146] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11708[13:40:21.146] collectAutoImports: response is complete +Info 11709[13:40:21.146] collectAutoImports: 22.12913400027901 +Info 11710[13:40:21.146] getCompletionData: Semantic work: 22.986348999664187 +Info 11711[13:40:21.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.443141000345349 +Info 11712[13:40:21.159] Format host information updated +Info 11713[13:40:21.196] Format host information updated +Info 11714[13:40:21.196] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11715[13:40:21.207] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 11.439907999709249ms +Info 11716[13:40:21.207] Different program with same set of files +Info 11717[13:40:21.373] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11718[13:40:21.380] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 6.959352999925613ms +Info 11719[13:40:21.380] Different program with same set of files +Info 11720[13:40:21.380] getCompletionData: Get current token: 0.0013439999893307686 +Info 11721[13:40:21.380] getCompletionData: Is inside comment: 0.027683000080287457 +Info 11722[13:40:21.380] getCompletionData: Get previous token: 0.026181000284850597 +Info 11723[13:40:21.380] getCompletionsAtPosition: isCompletionListBlocker: 0.0029429998248815536 +Info 11724[13:40:21.381] getExportInfoMap: cache hit +Info 11725[13:40:21.396] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11726[13:40:21.396] collectAutoImports: response is complete +Info 11727[13:40:21.396] collectAutoImports: 14.628143000416458 +Info 11728[13:40:21.396] getCompletionData: Semantic work: 15.222014999948442 +Info 11729[13:40:21.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.965751999989152 +Info 11730[13:40:21.408] Format host information updated +Info 11731[13:40:21.434] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11732[13:40:21.440] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 6.561139999888837ms +Info 11733[13:40:21.440] Different program with same set of files +Info 11734[13:40:21.440] getCompletionData: Get current token: 0.0013250000774860382 +Info 11735[13:40:21.441] getCompletionData: Is inside comment: 0.006974000483751297 +Info 11736[13:40:21.441] getCompletionData: Get previous token: 0.005053000524640083 +Info 11737[13:40:21.441] getCompletionsAtPosition: isCompletionListBlocker: 0.008330000564455986 +Info 11738[13:40:21.441] getExportInfoMap: cache hit +Info 11739[13:40:21.453] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 167 from cache +Info 11740[13:40:21.453] collectAutoImports: response is complete +Info 11741[13:40:21.453] collectAutoImports: 11.83468999993056 +Info 11742[13:40:21.453] getCompletionData: Semantic work: 12.355762000195682 +Info 11743[13:40:21.458] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.657890000380576 +Info 11744[13:40:21.462] Format host information updated +Info 11745[13:40:31.392] Format host information updated +Info 11746[13:40:31.393] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11747[13:40:31.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 36.11402999982238ms +Info 11748[13:40:31.429] Different program with same set of files +Info 11749[13:40:31.619] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11750[13:40:31.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 9.77101100049913ms +Info 11751[13:40:31.628] Different program with same set of files +Info 11752[13:40:31.629] getCompletionData: Get current token: 0.0019710008054971695 +Info 11753[13:40:31.629] getCompletionData: Is inside comment: 0.00900499988347292 +Info 11754[13:40:31.629] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11755[13:40:31.629] Format host information updated +Info 11756[13:40:31.840] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11757[13:40:31.851] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 10.449284999631345ms +Info 11758[13:40:31.851] Different program with same set of files +Info 11759[13:40:31.851] getCompletionData: Get current token: 0.0018159998580813408 +Info 11760[13:40:31.851] getCompletionData: Is inside comment: 0.0068060001358389854 +Info 11761[13:40:31.851] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11762[13:40:31.851] Format host information updated +Info 11763[13:40:32.023] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11764[13:40:32.031] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 8.580008999444544ms +Info 11765[13:40:32.031] Different program with same set of files +Info 11766[13:40:32.031] getCompletionData: Get current token: 0.0017359992489218712 +Info 11767[13:40:32.031] getCompletionData: Is inside comment: 0.00638899952173233 +Info 11768[13:40:32.031] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11769[13:40:32.032] Format host information updated +Info 11770[13:40:32.100] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11771[13:40:32.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 11.934487000107765ms +Info 11772[13:40:32.112] Different program with same set of files +Info 11773[13:40:32.112] getCompletionData: Get current token: 0.0017410004511475563 +Info 11774[13:40:32.112] getCompletionData: Is inside comment: 0.005909999832510948 +Info 11775[13:40:32.113] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11776[13:40:32.113] Format host information updated +Info 11777[13:40:32.223] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11778[13:40:32.231] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 8.196681000292301ms +Info 11779[13:40:32.231] Different program with same set of files +Info 11780[13:40:32.231] getCompletionData: Get current token: 0.001551000401377678 +Info 11781[13:40:32.231] getCompletionData: Is inside comment: 0.006109999492764473 +Info 11782[13:40:32.231] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11783[13:40:32.233] Format host information updated +Info 11784[13:40:32.426] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11785[13:40:32.435] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 8.180759000591934ms +Info 11786[13:40:32.435] Different program with same set of files +Info 11787[13:40:32.435] getCompletionData: Get current token: 0.0017680004239082336 +Info 11788[13:40:32.435] getCompletionData: Is inside comment: 0.00785400066524744 +Info 11789[13:40:32.435] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11790[13:40:32.435] Format host information updated +Info 11791[13:40:32.500] Format host information updated +Info 11792[13:40:32.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11793[13:40:32.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 10.744572999887168ms +Info 11794[13:40:32.511] Different program with same set of files +Info 11795[13:40:34.022] getCompletionData: Get current token: 0.004435000009834766 +Info 11796[13:40:34.022] getCompletionData: Is inside comment: 0.010236999951303005 +Info 11797[13:40:34.022] getCompletionData: Get previous token: 0.0066450005397200584 +Info 11798[13:40:34.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0029739998281002045 +Info 11799[13:40:34.023] getExportInfoMap: cache hit +Info 11800[13:40:34.048] collectAutoImports: resolved 3 module specifiers, plus 760 ambient and 231 from cache +Info 11801[13:40:34.048] collectAutoImports: response is complete +Info 11802[13:40:34.048] collectAutoImports: 24.671740000136197 +Info 11803[13:40:34.048] getCompletionData: Semantic work: 25.65337700024247 +Info 11804[13:40:34.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.790156999602914 +Info 11805[13:40:34.072] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11806[13:40:34.072] Elapsed:: 0.5086150001734495ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 11807[13:40:34.072] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11808[13:40:34.072] Elapsed:: 0.09538999944925308ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 11809[13:40:34.072] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 11810[13:40:34.072] Ignoring files that are not *.json +Info 11811[13:40:34.072] Elapsed:: 0.031365000642836094ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 11812[13:40:34.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11813[13:40:34.371] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 935 structureChanged: true structureIsReused:: Not Elapsed: 36.94557400047779ms +Info 11814[13:40:34.371] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11815[13:40:34.371] Files (145) + +Info 11816[13:40:34.371] ----------------------------------------------- +Info 11817[13:40:34.371] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11818[13:40:34.371] Files (271) + +Info 11819[13:40:34.371] ----------------------------------------------- +Info 11820[13:40:36.573] Before ensureProjectForOpenFiles: +Info 11821[13:40:36.573] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11821[13:40:36.573] Files (145) + +Info 11821[13:40:36.573] ----------------------------------------------- +Info 11821[13:40:36.573] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11821[13:40:36.573] Files (271) + +Info 11821[13:40:36.573] ----------------------------------------------- +Info 11821[13:40:36.573] Project '/dev/null/inferredProject1*' (Inferred) +Info 11821[13:40:36.573] Files (130) + +Info 11821[13:40:36.573] ----------------------------------------------- +Info 11821[13:40:36.573] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11821[13:40:36.573] Files (179) + +Info 11821[13:40:36.573] ----------------------------------------------- +Info 11821[13:40:36.573] Open files: +Info 11821[13:40:36.573] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11821[13:40:36.573] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11821[13:40:36.573] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11821[13:40:36.573] Projects: +Info 11821[13:40:36.573] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11821[13:40:36.573] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11821[13:40:36.573] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11821[13:40:36.573] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11821[13:40:36.576] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11822[13:40:36.590] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 137 structureChanged: true structureIsReused:: Not Elapsed: 13.211744000203907ms +Info 11823[13:40:36.590] Project '/dev/null/inferredProject1*' (Inferred) +Info 11824[13:40:36.590] Files (130) + +Info 11825[13:40:36.590] ----------------------------------------------- +Info 11826[13:40:36.590] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11827[13:40:36.590] Files (179) + +Info 11828[13:40:36.590] ----------------------------------------------- +Info 11829[13:40:36.590] After ensureProjectForOpenFiles: +Info 11830[13:40:36.590] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 11830[13:40:36.590] Files (145) + +Info 11830[13:40:36.590] ----------------------------------------------- +Info 11830[13:40:36.590] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 11830[13:40:36.590] Files (271) + +Info 11830[13:40:36.590] ----------------------------------------------- +Info 11830[13:40:36.590] Project '/dev/null/inferredProject1*' (Inferred) +Info 11830[13:40:36.590] Files (130) + +Info 11830[13:40:36.590] ----------------------------------------------- +Info 11830[13:40:36.590] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 11830[13:40:36.590] Files (179) + +Info 11830[13:40:36.590] ----------------------------------------------- +Info 11830[13:40:36.590] Open files: +Info 11830[13:40:36.590] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11830[13:40:36.590] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11830[13:40:36.590] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11830[13:40:36.590] Projects: /dev/null/inferredProject1* +Info 11830[13:40:36.590] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11830[13:40:36.590] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11830[13:40:36.590] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11830[13:40:36.590] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11830[13:40:36.590] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js +Info 11831[13:40:37.235] getCompletionData: Get current token: 0.002697000280022621 +Info 11832[13:40:37.235] getCompletionData: Is inside comment: 0.008231000043451786 +Info 11833[13:40:37.235] getCompletionData: Get previous token: 0.005512000061571598 +Info 11834[13:40:37.235] getCompletionsAtPosition: isCompletionListBlocker: 0.002526000142097473 +Info 11835[13:40:37.237] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.3058390002697706 ms +Info 11836[13:40:37.237] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 11837[13:40:37.237] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.2505010003224015ms +Info 11838[13:40:37.237] getExportInfoMap: cache miss or empty; calculating new results +Info 11839[13:40:37.254] forEachExternalModuleToImportFrom autoImportProvider: 6.665792999789119 +Info 11840[13:40:37.254] getExportInfoMap: done in 18.331062000244856 ms +Info 11841[13:40:37.274] collectAutoImports: resolved 17 module specifiers, plus 175 ambient and 1040 from cache +Info 11842[13:40:37.274] collectAutoImports: response is complete +Info 11843[13:40:37.274] collectAutoImports: 19.961637999862432 +Info 11844[13:40:37.274] getCompletionData: Semantic work: 38.91045300010592 +Info 11845[13:40:37.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.295758999884129 +Info 11846[13:40:39.732] getCompletionData: Get current token: 0.002716999500989914 +Info 11847[13:40:39.732] getCompletionData: Is inside comment: 0.00902900006622076 +Info 11848[13:40:39.732] getCompletionData: Get previous token: 0.006130999885499477 +Info 11849[13:40:39.732] getCompletionsAtPosition: isCompletionListBlocker: 0.0031799999997019768 +Info 11850[13:40:39.733] getExportInfoMap: cache hit +Info 11851[13:40:39.748] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11852[13:40:39.748] collectAutoImports: response is complete +Info 11853[13:40:39.748] collectAutoImports: 15.108446000143886 +Info 11854[13:40:39.748] getCompletionData: Semantic work: 15.945057000033557 +Info 11855[13:40:39.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.543018000200391 +Info 11856[13:40:40.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11857[13:40:40.141] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 936 structureChanged: false structureIsReused:: Completely Elapsed: 8.339829999953508ms +Info 11858[13:40:40.141] Different program with same set of files +Info 11859[13:40:40.141] getCompletionData: Get current token: 0.003539999946951866 +Info 11860[13:40:40.141] getCompletionData: Is inside comment: 0.011339000426232815 +Info 11861[13:40:40.141] getCompletionData: Get previous token: 0.0075530000030994415 +Info 11862[13:40:40.141] getCompletionsAtPosition: isCompletionListBlocker: 0.003724999725818634 +Info 11863[13:40:40.142] getExportInfoMap: cache hit +Info 11864[13:40:40.155] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11865[13:40:40.155] collectAutoImports: response is complete +Info 11866[13:40:40.155] collectAutoImports: 13.725559999234974 +Info 11867[13:40:40.155] getCompletionData: Semantic work: 14.25528399925679 +Info 11868[13:40:40.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.647109000012279 +Info 11869[13:40:40.165] Format host information updated +Info 11870[13:40:40.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11871[13:40:40.200] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 937 structureChanged: false structureIsReused:: Completely Elapsed: 8.171920999884605ms +Info 11872[13:40:40.200] Different program with same set of files +Info 11873[13:40:40.200] getCompletionData: Get current token: 0.004745000042021275 +Info 11874[13:40:40.200] getCompletionData: Is inside comment: 0.015031999908387661 +Info 11875[13:40:40.200] getCompletionData: Get previous token: 0.011640999466180801 +Info 11876[13:40:40.200] getCompletionsAtPosition: isCompletionListBlocker: 0.008252999745309353 +Info 11877[13:40:40.201] getExportInfoMap: cache hit +Info 11878[13:40:40.210] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11879[13:40:40.210] collectAutoImports: response is complete +Info 11880[13:40:40.210] collectAutoImports: 9.69744999986142 +Info 11881[13:40:40.210] getCompletionData: Semantic work: 10.227556000463665 +Info 11882[13:40:40.215] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.122487000189722 +Info 11883[13:40:40.219] Format host information updated +Info 11884[13:40:40.530] getCompletionData: Get current token: 0.008131000213325024 +Info 11885[13:40:40.530] getCompletionData: Is inside comment: 0.025485999882221222 +Info 11886[13:40:40.530] getCompletionData: Get previous token: 0.01922599971294403 +Info 11887[13:40:40.530] getCompletionsAtPosition: isCompletionListBlocker: 0.0032110000029206276 +Info 11888[13:40:40.530] Returning an empty list because completion was requested in an invalid position. +Info 11889[13:40:40.771] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11890[13:40:40.779] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 938 structureChanged: false structureIsReused:: Completely Elapsed: 7.317970000207424ms +Info 11891[13:40:40.779] Different program with same set of files +Info 11892[13:40:40.779] getCompletionData: Get current token: 0.003108999691903591 +Info 11893[13:40:40.779] getCompletionData: Is inside comment: 0.009847000241279602 +Info 11894[13:40:40.779] getCompletionData: Get previous token: 0.012105999514460564 +Info 11895[13:40:40.779] getCompletionsAtPosition: isCompletionListBlocker: 0.0027609998360276222 +Info 11896[13:40:40.779] getExportInfoMap: cache hit +Info 11897[13:40:40.781] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 11898[13:40:40.781] collectAutoImports: response is complete +Info 11899[13:40:40.781] collectAutoImports: 1.8726129997521639 +Info 11900[13:40:40.781] getCompletionData: Semantic work: 2.370353000238538 +Info 11901[13:40:40.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.556503999978304 +Info 11902[13:40:40.784] Format host information updated +Info 11903[13:40:44.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11904[13:40:44.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 939 structureChanged: false structureIsReused:: Completely Elapsed: 10.008049000054598ms +Info 11905[13:40:44.783] Different program with same set of files +Info 11906[13:40:44.784] getCompletionData: Get current token: 0.003136000595986843 +Info 11907[13:40:44.784] getCompletionData: Is inside comment: 0.033768000081181526 +Info 11908[13:40:44.784] getCompletionData: Get previous token: 0.021220999769866467 +Info 11909[13:40:44.784] getCompletionsAtPosition: isCompletionListBlocker: 0.0035179993137717247 +Info 11910[13:40:44.784] getExportInfoMap: cache hit +Info 11911[13:40:44.786] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11912[13:40:44.786] collectAutoImports: response is complete +Info 11913[13:40:44.786] collectAutoImports: 1.4829290006309748 +Info 11914[13:40:44.786] getCompletionData: Semantic work: 2.1045369999483228 +Info 11915[13:40:44.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6485099997371435 +Info 11916[13:40:44.788] Format host information updated +Info 11917[13:40:45.306] Format host information updated +Info 11918[13:40:45.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11919[13:40:45.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 940 structureChanged: false structureIsReused:: Completely Elapsed: 8.027373999357224ms +Info 11920[13:40:45.314] Different program with same set of files +Info 11921[13:40:45.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11922[13:40:45.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 941 structureChanged: false structureIsReused:: Completely Elapsed: 6.738982999697328ms +Info 11923[13:40:45.610] Different program with same set of files +Info 11924[13:40:45.610] getCompletionData: Get current token: 0.0029520001262426376 +Info 11925[13:40:45.610] getCompletionData: Is inside comment: 0.009022999554872513 +Info 11926[13:40:45.610] getCompletionData: Get previous token: 0.011810999363660812 +Info 11927[13:40:45.610] getCompletionsAtPosition: isCompletionListBlocker: 0.0033170003443956375 +Info 11928[13:40:45.611] getExportInfoMap: cache hit +Info 11929[13:40:45.612] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11930[13:40:45.612] collectAutoImports: response is complete +Info 11931[13:40:45.612] collectAutoImports: 1.4622170003131032 +Info 11932[13:40:45.612] getCompletionData: Semantic work: 1.9279910000041127 +Info 11933[13:40:45.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5261779995635152 +Info 11934[13:40:45.614] Format host information updated +Info 11935[13:40:45.775] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11936[13:40:45.785] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 942 structureChanged: false structureIsReused:: Completely Elapsed: 9.105557999573648ms +Info 11937[13:40:45.785] Different program with same set of files +Info 11938[13:40:45.785] getCompletionData: Get current token: 0.004379999823868275 +Info 11939[13:40:45.785] getCompletionData: Is inside comment: 0.012937000021338463 +Info 11940[13:40:45.785] getCompletionData: Get previous token: 0.009124000556766987 +Info 11941[13:40:45.785] getCompletionsAtPosition: isCompletionListBlocker: 0.0025380002334713936 +Info 11942[13:40:45.785] getExportInfoMap: cache hit +Info 11943[13:40:45.796] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 11944[13:40:45.796] collectAutoImports: response is complete +Info 11945[13:40:45.796] collectAutoImports: 10.855684000067413 +Info 11946[13:40:45.796] getCompletionData: Semantic work: 11.401347000151873 +Info 11947[13:40:45.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.144438000395894 +Info 11948[13:40:45.807] Format host information updated +Info 11949[13:40:45.835] Format host information updated +Info 11950[13:40:45.835] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11951[13:40:45.842] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 943 structureChanged: false structureIsReused:: Completely Elapsed: 6.921369000338018ms +Info 11952[13:40:45.842] Different program with same set of files +Info 11953[13:40:46.039] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11954[13:40:46.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 944 structureChanged: false structureIsReused:: Completely Elapsed: 6.747318000532687ms +Info 11955[13:40:46.046] Different program with same set of files +Info 11956[13:40:46.046] getCompletionData: Get current token: 0.0035990001633763313 +Info 11957[13:40:46.046] getCompletionData: Is inside comment: 0.012234999798238277 +Info 11958[13:40:46.046] getCompletionData: Get previous token: 0.04021199978888035 +Info 11959[13:40:46.046] getCompletionsAtPosition: isCompletionListBlocker: 0.0030399998649954796 +Info 11960[13:40:46.047] getExportInfoMap: cache hit +Info 11961[13:40:46.051] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 84 from cache +Info 11962[13:40:46.051] collectAutoImports: response is complete +Info 11963[13:40:46.051] collectAutoImports: 3.8333850000053644 +Info 11964[13:40:46.051] getCompletionData: Semantic work: 4.631714000366628 +Info 11965[13:40:46.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.070944999344647 +Info 11966[13:40:46.055] Format host information updated +Info 11967[13:40:46.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11968[13:40:46.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 945 structureChanged: false structureIsReused:: Completely Elapsed: 6.791919000446796ms +Info 11969[13:40:46.123] Different program with same set of files +Info 11970[13:40:46.123] getCompletionData: Get current token: 0.003107999451458454 +Info 11971[13:40:46.123] getCompletionData: Is inside comment: 0.010637999512255192 +Info 11972[13:40:46.123] getCompletionData: Get previous token: 0.013969000428915024 +Info 11973[13:40:46.123] getCompletionsAtPosition: isCompletionListBlocker: 0.0024539995938539505 +Info 11974[13:40:46.124] getExportInfoMap: cache hit +Info 11975[13:40:46.127] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 83 from cache +Info 11976[13:40:46.127] collectAutoImports: response is complete +Info 11977[13:40:46.127] collectAutoImports: 3.1675140000879765 +Info 11978[13:40:46.127] getCompletionData: Semantic work: 3.625992000102997 +Info 11979[13:40:46.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8953369995579123 +Info 11980[13:40:46.130] Format host information updated +Info 11981[13:40:46.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11982[13:40:46.294] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 946 structureChanged: false structureIsReused:: Completely Elapsed: 11.19565699994564ms +Info 11983[13:40:46.294] Different program with same set of files +Info 11984[13:40:46.294] getCompletionData: Get current token: 0.0041470006108284 +Info 11985[13:40:46.294] getCompletionData: Is inside comment: 0.012820000760257244 +Info 11986[13:40:46.294] getCompletionData: Get previous token: 0.01805299986153841 +Info 11987[13:40:46.294] getCompletionsAtPosition: isCompletionListBlocker: 0.0030519999563694 +Info 11988[13:40:46.294] getExportInfoMap: cache hit +Info 11989[13:40:46.297] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 17 from cache +Info 11990[13:40:46.297] collectAutoImports: response is complete +Info 11991[13:40:46.297] collectAutoImports: 2.5922950003296137 +Info 11992[13:40:46.297] getCompletionData: Semantic work: 3.258294999599457 +Info 11993[13:40:46.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.146166999824345 +Info 11994[13:40:46.300] Format host information updated +Info 11995[13:40:46.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11996[13:40:46.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 947 structureChanged: false structureIsReused:: Completely Elapsed: 7.093880000524223ms +Info 11997[13:40:46.521] Different program with same set of files +Info 11998[13:40:46.521] getCompletionData: Get current token: 0.003330000676214695 +Info 11999[13:40:46.521] getCompletionData: Is inside comment: 0.010502999648451805 +Info 12000[13:40:46.521] getCompletionData: Get previous token: 0.014151999726891518 +Info 12001[13:40:46.521] getCompletionsAtPosition: isCompletionListBlocker: 0.0030709998682141304 +Info 12002[13:40:46.522] getExportInfoMap: cache hit +Info 12003[13:40:46.524] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 9 from cache +Info 12004[13:40:46.524] collectAutoImports: response is complete +Info 12005[13:40:46.524] collectAutoImports: 2.067013000138104 +Info 12006[13:40:46.524] getCompletionData: Semantic work: 2.49526400025934 +Info 12007[13:40:46.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.176293999888003 +Info 12008[13:40:46.529] Format host information updated +Info 12009[13:40:46.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12010[13:40:46.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 948 structureChanged: false structureIsReused:: Completely Elapsed: 6.466099000535905ms +Info 12011[13:40:46.628] Different program with same set of files +Info 12012[13:40:46.628] getCompletionData: Get current token: 0.0033320002257823944 +Info 12013[13:40:46.628] getCompletionData: Is inside comment: 0.010295999236404896 +Info 12014[13:40:46.628] getCompletionData: Get previous token: 0.014223000034689903 +Info 12015[13:40:46.628] getCompletionsAtPosition: isCompletionListBlocker: 0.0021390002220869064 +Info 12016[13:40:46.628] getExportInfoMap: cache hit +Info 12017[13:40:46.630] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 12018[13:40:46.630] collectAutoImports: response is complete +Info 12019[13:40:46.630] collectAutoImports: 1.6693259999155998 +Info 12020[13:40:46.630] getCompletionData: Semantic work: 2.116037999279797 +Info 12021[13:40:46.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6555240005254745 +Info 12022[13:40:46.632] Format host information updated +Info 12023[13:40:47.064] getCompletionData: Get current token: 0.0028429999947547913 +Info 12024[13:40:47.064] getCompletionData: Is inside comment: 0.008927999995648861 +Info 12025[13:40:47.064] getCompletionData: Get previous token: 0.006126999855041504 +Info 12026[13:40:47.064] getCompletionsAtPosition: isCompletionListBlocker: 0.008395999670028687 +Info 12027[13:40:47.065] getExportInfoMap: cache hit +Info 12028[13:40:47.077] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12029[13:40:47.077] collectAutoImports: response is complete +Info 12030[13:40:47.077] collectAutoImports: 12.2768719997257 +Info 12031[13:40:47.077] getCompletionData: Semantic work: 12.855020999908447 +Info 12032[13:40:47.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9653529999777675 +Info 12033[13:40:47.171] Format host information updated +Info 12034[13:40:47.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12035[13:40:47.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 949 structureChanged: false structureIsReused:: Completely Elapsed: 6.418734000064433ms +Info 12036[13:40:47.178] Different program with same set of files +Info 12037[13:40:48.221] getCompletionData: Get current token: 0.0029520001262426376 +Info 12038[13:40:48.221] getCompletionData: Is inside comment: 0.010134000331163406 +Info 12039[13:40:48.221] getCompletionData: Get previous token: 0.013124000281095505 +Info 12040[13:40:48.221] getCompletionsAtPosition: isCompletionListBlocker: 0.0030899997800588608 +Info 12041[13:40:48.221] getExportInfoMap: cache hit +Info 12042[13:40:48.223] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 12043[13:40:48.223] collectAutoImports: response is complete +Info 12044[13:40:48.223] collectAutoImports: 1.6848149998113513 +Info 12045[13:40:48.223] getCompletionData: Semantic work: 2.3052329998463392 +Info 12046[13:40:48.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8669400000944734 +Info 12047[13:40:49.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12048[13:40:49.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 950 structureChanged: false structureIsReused:: Completely Elapsed: 8.073546000756323ms +Info 12049[13:40:49.491] Different program with same set of files +Info 12050[13:40:49.491] getCompletionData: Get current token: 0.003758000209927559 +Info 12051[13:40:49.491] getCompletionData: Is inside comment: 0.01102800015360117 +Info 12052[13:40:49.491] getCompletionData: Get previous token: 0.0713490005582571 +Info 12053[13:40:49.491] getCompletionsAtPosition: isCompletionListBlocker: 0.0024969996884465218 +Info 12054[13:40:49.492] getExportInfoMap: cache hit +Info 12055[13:40:49.493] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12056[13:40:49.493] collectAutoImports: response is complete +Info 12057[13:40:49.493] collectAutoImports: 1.6203240007162094 +Info 12058[13:40:49.493] getCompletionData: Semantic work: 2.1041419999673963 +Info 12059[13:40:49.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6411009998992085 +Info 12060[13:40:49.496] Format host information updated +Info 12061[13:40:49.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12062[13:40:49.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 951 structureChanged: false structureIsReused:: Completely Elapsed: 22.269357999786735ms +Info 12063[13:40:49.615] Different program with same set of files +Info 12064[13:40:49.615] getCompletionData: Get current token: 0.012523999437689781 +Info 12065[13:40:49.615] getCompletionData: Is inside comment: 0.03706299979239702 +Info 12066[13:40:49.615] getCompletionData: Get previous token: 0.048232000321149826 +Info 12067[13:40:49.615] getCompletionsAtPosition: isCompletionListBlocker: 0.006159000098705292 +Info 12068[13:40:49.616] getExportInfoMap: cache hit +Info 12069[13:40:49.621] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12070[13:40:49.621] collectAutoImports: response is complete +Info 12071[13:40:49.621] collectAutoImports: 4.489010000601411 +Info 12072[13:40:49.621] getCompletionData: Semantic work: 5.716463000513613 +Info 12073[13:40:49.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8048529997467995 +Info 12074[13:40:49.626] Format host information updated +Info 12075[13:40:49.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12076[13:40:49.744] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 952 structureChanged: false structureIsReused:: Completely Elapsed: 6.785658000037074ms +Info 12077[13:40:49.744] Different program with same set of files +Info 12078[13:40:49.744] getCompletionData: Get current token: 0.0033289995044469833 +Info 12079[13:40:49.744] getCompletionData: Is inside comment: 0.011649999767541885 +Info 12080[13:40:49.744] getCompletionData: Get previous token: 0.01624900009483099 +Info 12081[13:40:49.744] getCompletionsAtPosition: isCompletionListBlocker: 0.002555999904870987 +Info 12082[13:40:49.745] getExportInfoMap: cache hit +Info 12083[13:40:49.746] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12084[13:40:49.746] collectAutoImports: response is complete +Info 12085[13:40:49.746] collectAutoImports: 1.5740229999646544 +Info 12086[13:40:49.746] getCompletionData: Semantic work: 2.0777449999004602 +Info 12087[13:40:49.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.626554999500513 +Info 12088[13:40:49.751] Format host information updated +Info 12089[13:40:49.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12090[13:40:49.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 953 structureChanged: false structureIsReused:: Completely Elapsed: 11.388155000284314ms +Info 12091[13:40:49.839] Different program with same set of files +Info 12092[13:40:49.840] getCompletionData: Get current token: 0.004444999620318413 +Info 12093[13:40:49.840] getCompletionData: Is inside comment: 0.012845000252127647 +Info 12094[13:40:49.840] getCompletionData: Get previous token: 0.016378999687731266 +Info 12095[13:40:49.840] getCompletionsAtPosition: isCompletionListBlocker: 0.002713000401854515 +Info 12096[13:40:49.840] getExportInfoMap: cache hit +Info 12097[13:40:49.843] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12098[13:40:49.843] collectAutoImports: response is complete +Info 12099[13:40:49.843] collectAutoImports: 2.4720820002257824 +Info 12100[13:40:49.843] getCompletionData: Semantic work: 3.130495000630617 +Info 12101[13:40:49.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0227039996534586 +Info 12102[13:40:49.846] Format host information updated +Info 12103[13:40:51.326] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12104[13:40:51.334] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 954 structureChanged: false structureIsReused:: Completely Elapsed: 7.870130999945104ms +Info 12105[13:40:51.334] Different program with same set of files +Info 12106[13:40:51.334] getCompletionData: Get current token: 0.0035889996215701103 +Info 12107[13:40:51.334] getCompletionData: Is inside comment: 0.011656999588012695 +Info 12108[13:40:51.334] getCompletionData: Get previous token: 0.00774300005286932 +Info 12109[13:40:51.334] getCompletionsAtPosition: isCompletionListBlocker: 0.007864000275731087 +Info 12110[13:40:51.335] getExportInfoMap: cache hit +Info 12111[13:40:51.352] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12112[13:40:51.352] collectAutoImports: response is complete +Info 12113[13:40:51.352] collectAutoImports: 16.656499999575317 +Info 12114[13:40:51.352] getCompletionData: Semantic work: 17.25973299983889 +Info 12115[13:40:51.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.701701999641955 +Info 12116[13:40:51.361] Format host information updated +Info 12117[13:40:51.671] Format host information updated +Info 12118[13:40:51.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12119[13:40:51.678] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 955 structureChanged: false structureIsReused:: Completely Elapsed: 7.326353000476956ms +Info 12120[13:40:51.678] Different program with same set of files +Info 12121[13:40:51.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12122[13:40:51.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 956 structureChanged: false structureIsReused:: Completely Elapsed: 7.435336000286043ms +Info 12123[13:40:51.852] Different program with same set of files +Info 12124[13:40:51.853] getCompletionData: Get current token: 0.00347099918872118 +Info 12125[13:40:51.853] getCompletionData: Is inside comment: 0.011957000009715557 +Info 12126[13:40:51.853] getCompletionData: Get previous token: 0.00798300001770258 +Info 12127[13:40:51.853] getCompletionsAtPosition: isCompletionListBlocker: 0.008102000690996647 +Info 12128[13:40:51.853] getExportInfoMap: cache hit +Info 12129[13:40:51.869] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12130[13:40:51.869] collectAutoImports: response is complete +Info 12131[13:40:51.869] collectAutoImports: 15.319378000684083 +Info 12132[13:40:51.869] getCompletionData: Semantic work: 15.92376899998635 +Info 12133[13:40:51.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.484029000625014 +Info 12134[13:40:51.876] Format host information updated +Info 12135[13:40:51.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12136[13:40:51.982] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 957 structureChanged: false structureIsReused:: Completely Elapsed: 26.58103899937123ms +Info 12137[13:40:51.983] Different program with same set of files +Info 12138[13:40:51.983] getCompletionData: Get current token: 0.007799000479280949 +Info 12139[13:40:51.983] getCompletionData: Is inside comment: 0.026825999841094017 +Info 12140[13:40:51.983] getCompletionData: Get previous token: 0.019481999799609184 +Info 12141[13:40:51.983] getCompletionsAtPosition: isCompletionListBlocker: 0.015081999823451042 +Info 12142[13:40:51.984] getExportInfoMap: cache hit +Info 12143[13:40:52.003] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12144[13:40:52.003] collectAutoImports: response is complete +Info 12145[13:40:52.003] collectAutoImports: 18.727196999825537 +Info 12146[13:40:52.003] getCompletionData: Semantic work: 19.88590000011027 +Info 12147[13:40:52.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.600857000797987 +Info 12148[13:40:52.014] Format host information updated +Info 12149[13:40:52.028] Format host information updated +Info 12150[13:40:52.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12151[13:40:52.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 958 structureChanged: false structureIsReused:: Completely Elapsed: 6.741276000626385ms +Info 12152[13:40:52.035] Different program with same set of files +Info 12153[13:40:52.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12154[13:40:52.236] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 959 structureChanged: false structureIsReused:: Completely Elapsed: 8.85294400062412ms +Info 12155[13:40:52.236] Different program with same set of files +Info 12156[13:40:52.236] getCompletionData: Get current token: 0.0028940001502633095 +Info 12157[13:40:52.236] getCompletionData: Is inside comment: 0.010056999512016773 +Info 12158[13:40:52.236] getCompletionData: Get previous token: 0.006759000010788441 +Info 12159[13:40:52.236] getCompletionsAtPosition: isCompletionListBlocker: 0.0030979998409748077 +Info 12160[13:40:52.237] getExportInfoMap: cache hit +Info 12161[13:40:52.249] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12162[13:40:52.249] collectAutoImports: response is complete +Info 12163[13:40:52.249] collectAutoImports: 12.112952999770641 +Info 12164[13:40:52.249] getCompletionData: Semantic work: 12.623372999951243 +Info 12165[13:40:52.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.511474000290036 +Info 12166[13:40:52.257] Format host information updated +Info 12167[13:40:52.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12168[13:40:52.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 960 structureChanged: false structureIsReused:: Completely Elapsed: 9.351405999623239ms +Info 12169[13:40:52.307] Different program with same set of files +Info 12170[13:40:52.307] getCompletionData: Get current token: 0.006076999939978123 +Info 12171[13:40:52.307] getCompletionData: Is inside comment: 0.017616000026464462 +Info 12172[13:40:52.307] getCompletionData: Get previous token: 0.011445000767707825 +Info 12173[13:40:52.307] getCompletionsAtPosition: isCompletionListBlocker: 0.010034999810159206 +Info 12174[13:40:52.308] getExportInfoMap: cache hit +Info 12175[13:40:52.325] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12176[13:40:52.325] collectAutoImports: response is complete +Info 12177[13:40:52.325] collectAutoImports: 17.298613999970257 +Info 12178[13:40:52.325] getCompletionData: Semantic work: 18.02304199989885 +Info 12179[13:40:52.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.527724999934435 +Info 12180[13:40:52.335] Format host information updated +Info 12181[13:40:52.432] Format host information updated +Info 12182[13:40:52.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12183[13:40:52.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 961 structureChanged: false structureIsReused:: Completely Elapsed: 7.936305000446737ms +Info 12184[13:40:52.440] Different program with same set of files +Info 12185[13:40:52.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12186[13:40:52.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 962 structureChanged: false structureIsReused:: Completely Elapsed: 6.4719810001552105ms +Info 12187[13:40:52.537] Different program with same set of files +Info 12188[13:40:52.537] getCompletionData: Get current token: 0.0031030001118779182 +Info 12189[13:40:52.537] getCompletionData: Is inside comment: 0.010773999616503716 +Info 12190[13:40:52.537] getCompletionData: Get previous token: 0.007313000038266182 +Info 12191[13:40:52.537] getCompletionsAtPosition: isCompletionListBlocker: 0.0074789999052882195 +Info 12192[13:40:52.538] getExportInfoMap: cache hit +Info 12193[13:40:52.549] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12194[13:40:52.549] collectAutoImports: response is complete +Info 12195[13:40:52.549] collectAutoImports: 10.983299000188708 +Info 12196[13:40:52.549] getCompletionData: Semantic work: 11.508783999830484 +Info 12197[13:40:52.555] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.310406000353396 +Info 12198[13:40:52.559] Format host information updated +Info 12199[13:40:52.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12200[13:40:52.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 963 structureChanged: false structureIsReused:: Completely Elapsed: 6.597787000238895ms +Info 12201[13:40:52.734] Different program with same set of files +Info 12202[13:40:52.734] getCompletionData: Get current token: 0.003490000031888485 +Info 12203[13:40:52.734] getCompletionData: Is inside comment: 0.012792999856173992 +Info 12204[13:40:52.734] getCompletionData: Get previous token: 0.008697999641299248 +Info 12205[13:40:52.734] getCompletionsAtPosition: isCompletionListBlocker: 0.007613999769091606 +Info 12206[13:40:52.735] getExportInfoMap: cache hit +Info 12207[13:40:52.748] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12208[13:40:52.748] collectAutoImports: response is complete +Info 12209[13:40:52.748] collectAutoImports: 12.88767599966377 +Info 12210[13:40:52.748] getCompletionData: Semantic work: 13.448669999837875 +Info 12211[13:40:52.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.003266000188887 +Info 12212[13:40:52.757] Format host information updated +Info 12213[13:40:52.814] Format host information updated +Info 12214[13:40:52.815] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12215[13:40:52.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 964 structureChanged: false structureIsReused:: Completely Elapsed: 11.984997999854386ms +Info 12216[13:40:52.827] Different program with same set of files +Info 12217[13:40:53.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12218[13:40:53.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 965 structureChanged: false structureIsReused:: Completely Elapsed: 8.916935000568628ms +Info 12219[13:40:53.706] Different program with same set of files +Info 12220[13:40:53.706] getCompletionData: Get current token: 0.0034060003235936165 +Info 12221[13:40:53.707] getCompletionData: Is inside comment: 0.011795999482274055 +Info 12222[13:40:53.707] getCompletionData: Get previous token: 0.015429999679327011 +Info 12223[13:40:53.707] getCompletionsAtPosition: isCompletionListBlocker: 0.008503000251948833 +Info 12224[13:40:53.707] getExportInfoMap: cache hit +Info 12225[13:40:53.710] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 73 from cache +Info 12226[13:40:53.710] collectAutoImports: response is complete +Info 12227[13:40:53.710] collectAutoImports: 2.803077000193298 +Info 12228[13:40:53.710] getCompletionData: Semantic work: 3.3807260002940893 +Info 12229[13:40:53.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0732909999787807 +Info 12230[13:40:53.713] Format host information updated +Info 12231[13:40:53.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12232[13:40:53.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 966 structureChanged: false structureIsReused:: Completely Elapsed: 6.965400000102818ms +Info 12233[13:40:53.830] Different program with same set of files +Info 12234[13:40:53.830] getCompletionData: Get current token: 0.003723999485373497 +Info 12235[13:40:53.830] getCompletionData: Is inside comment: 0.012089000083506107 +Info 12236[13:40:53.830] getCompletionData: Get previous token: 0.016774999909102917 +Info 12237[13:40:53.831] getCompletionsAtPosition: isCompletionListBlocker: 0.007974999956786633 +Info 12238[13:40:53.831] getExportInfoMap: cache hit +Info 12239[13:40:53.833] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 25 from cache +Info 12240[13:40:53.833] collectAutoImports: response is complete +Info 12241[13:40:53.833] collectAutoImports: 2.395983999595046 +Info 12242[13:40:53.833] getCompletionData: Semantic work: 2.9611730007454753 +Info 12243[13:40:53.837] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8533239997923374 +Info 12244[13:40:53.838] Format host information updated +Info 12245[13:40:53.970] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12246[13:40:53.977] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 967 structureChanged: false structureIsReused:: Completely Elapsed: 6.653083000332117ms +Info 12247[13:40:53.977] Different program with same set of files +Info 12248[13:40:53.977] getCompletionData: Get current token: 0.0027890000492334366 +Info 12249[13:40:53.977] getCompletionData: Is inside comment: 0.009406999684870243 +Info 12250[13:40:53.977] getCompletionData: Get previous token: 0.01268600020557642 +Info 12251[13:40:53.977] getCompletionsAtPosition: isCompletionListBlocker: 0.006693999283015728 +Info 12252[13:40:53.978] getExportInfoMap: cache hit +Info 12253[13:40:53.980] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 19 from cache +Info 12254[13:40:53.980] collectAutoImports: response is complete +Info 12255[13:40:53.980] collectAutoImports: 1.7991109993308783 +Info 12256[13:40:53.980] getCompletionData: Semantic work: 2.4059250000864267 +Info 12257[13:40:53.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6230759993195534 +Info 12258[13:40:53.982] Format host information updated +Info 12259[13:40:54.030] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12260[13:40:54.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 968 structureChanged: false structureIsReused:: Completely Elapsed: 7.805894000455737ms +Info 12261[13:40:54.038] Different program with same set of files +Info 12262[13:40:54.039] getCompletionData: Get current token: 0.003964999690651894 +Info 12263[13:40:54.039] getCompletionData: Is inside comment: 0.01448999997228384 +Info 12264[13:40:54.039] getCompletionData: Get previous token: 0.035333999432623386 +Info 12265[13:40:54.039] getCompletionsAtPosition: isCompletionListBlocker: 0.008227000012993813 +Info 12266[13:40:54.039] getExportInfoMap: cache hit +Info 12267[13:40:54.042] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 12268[13:40:54.042] collectAutoImports: response is complete +Info 12269[13:40:54.042] collectAutoImports: 2.428047999739647 +Info 12270[13:40:54.042] getCompletionData: Semantic work: 2.9730409998446703 +Info 12271[13:40:54.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2646279996261 +Info 12272[13:40:54.047] Format host information updated +Info 12273[13:40:54.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12274[13:40:54.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 969 structureChanged: false structureIsReused:: Completely Elapsed: 6.187593000009656ms +Info 12275[13:40:54.237] Different program with same set of files +Info 12276[13:40:54.237] getCompletionData: Get current token: 0.0033480003476142883 +Info 12277[13:40:54.237] getCompletionData: Is inside comment: 0.01102800015360117 +Info 12278[13:40:54.237] getCompletionData: Get previous token: 0.014514999464154243 +Info 12279[13:40:54.237] getCompletionsAtPosition: isCompletionListBlocker: 0.007273999974131584 +Info 12280[13:40:54.237] getExportInfoMap: cache hit +Info 12281[13:40:54.239] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 12282[13:40:54.239] collectAutoImports: response is complete +Info 12283[13:40:54.239] collectAutoImports: 2.035687000490725 +Info 12284[13:40:54.239] getCompletionData: Semantic work: 2.507837999612093 +Info 12285[13:40:54.241] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9220960000529885 +Info 12286[13:40:54.242] Format host information updated +Info 12287[13:40:54.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12288[13:40:54.324] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 970 structureChanged: false structureIsReused:: Completely Elapsed: 6.1674790000543ms +Info 12289[13:40:54.324] Different program with same set of files +Info 12290[13:40:54.327] getCompletionData: Get current token: 0.010542000643908978 +Info 12291[13:40:54.327] getCompletionData: Is inside comment: 0.023915999568998814 +Info 12292[13:40:54.327] getCompletionData: Get previous token: 0.017543000169098377 +Info 12293[13:40:54.327] getCompletionsAtPosition: isCompletionListBlocker: 0.008287999778985977 +Info 12294[13:40:54.327] getExportInfoMap: cache hit +Info 12295[13:40:54.329] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 12296[13:40:54.329] collectAutoImports: response is complete +Info 12297[13:40:54.329] collectAutoImports: 1.930091000162065 +Info 12298[13:40:54.329] getCompletionData: Semantic work: 2.4635609993711114 +Info 12299[13:40:54.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9185509998351336 +Info 12300[13:40:54.332] Format host information updated +Info 12301[13:40:54.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12302[13:40:54.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 971 structureChanged: false structureIsReused:: Completely Elapsed: 23.95648999977857ms +Info 12303[13:40:54.457] Different program with same set of files +Info 12304[13:40:54.458] getCompletionData: Get current token: 0.01462200004607439 +Info 12305[13:40:54.458] getCompletionData: Is inside comment: 0.049318999983370304 +Info 12306[13:40:54.458] getCompletionData: Get previous token: 0.06097299978137016 +Info 12307[13:40:54.458] getCompletionsAtPosition: isCompletionListBlocker: 0.022330000065267086 +Info 12308[13:40:54.459] getExportInfoMap: cache hit +Info 12309[13:40:54.465] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12310[13:40:54.465] collectAutoImports: response is complete +Info 12311[13:40:54.465] collectAutoImports: 5.123933000490069 +Info 12312[13:40:54.465] getCompletionData: Semantic work: 6.703243000432849 +Info 12313[13:40:54.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1902170004323125 +Info 12314[13:40:54.473] Format host information updated +Info 12315[13:40:54.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12316[13:40:54.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 972 structureChanged: false structureIsReused:: Completely Elapsed: 8.950248999521136ms +Info 12317[13:40:54.541] Different program with same set of files +Info 12318[13:40:54.541] getCompletionData: Get current token: 0.0035290000960230827 +Info 12319[13:40:54.541] getCompletionData: Is inside comment: 0.010470000095665455 +Info 12320[13:40:54.541] getCompletionData: Get previous token: 0.01435600034892559 +Info 12321[13:40:54.541] getCompletionsAtPosition: isCompletionListBlocker: 0.007185999304056168 +Info 12322[13:40:54.542] getExportInfoMap: cache hit +Info 12323[13:40:54.544] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12324[13:40:54.544] collectAutoImports: response is complete +Info 12325[13:40:54.544] collectAutoImports: 1.8352610003203154 +Info 12326[13:40:54.544] getCompletionData: Semantic work: 2.3187889996916056 +Info 12327[13:40:54.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.863099000416696 +Info 12328[13:40:54.546] Format host information updated +Info 12329[13:40:54.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12330[13:40:54.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 973 structureChanged: false structureIsReused:: Completely Elapsed: 6.263824999332428ms +Info 12331[13:40:54.643] Different program with same set of files +Info 12332[13:40:54.644] getCompletionData: Get current token: 0.003066999837756157 +Info 12333[13:40:54.644] getCompletionData: Is inside comment: 0.011133000254631042 +Info 12334[13:40:54.644] getCompletionData: Get previous token: 0.014593999832868576 +Info 12335[13:40:54.644] getCompletionsAtPosition: isCompletionListBlocker: 0.0068709999322891235 +Info 12336[13:40:54.644] getExportInfoMap: cache hit +Info 12337[13:40:54.646] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12338[13:40:54.646] collectAutoImports: response is complete +Info 12339[13:40:54.646] collectAutoImports: 1.8014360005035996 +Info 12340[13:40:54.646] getCompletionData: Semantic work: 2.266397999599576 +Info 12341[13:40:54.648] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9148419992998242 +Info 12342[13:40:54.649] Format host information updated +Info 12343[13:40:54.736] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12344[13:40:54.745] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 974 structureChanged: false structureIsReused:: Completely Elapsed: 9.373645999468863ms +Info 12345[13:40:54.745] Different program with same set of files +Info 12346[13:40:54.745] getCompletionData: Get current token: 0.0038649998605251312 +Info 12347[13:40:54.746] getCompletionData: Is inside comment: 0.012369999662041664 +Info 12348[13:40:54.746] getCompletionData: Get previous token: 0.016877999529242516 +Info 12349[13:40:54.746] getCompletionsAtPosition: isCompletionListBlocker: 0.008437000215053558 +Info 12350[13:40:54.746] getExportInfoMap: cache hit +Info 12351[13:40:54.748] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12352[13:40:54.748] collectAutoImports: response is complete +Info 12353[13:40:54.748] collectAutoImports: 2.2044570008292794 +Info 12354[13:40:54.748] getCompletionData: Semantic work: 2.773811999708414 +Info 12355[13:40:54.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.179535999894142 +Info 12356[13:40:54.752] Format host information updated +Info 12357[13:40:54.816] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12358[13:40:54.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 975 structureChanged: false structureIsReused:: Completely Elapsed: 23.792831999249756ms +Info 12359[13:40:54.840] Different program with same set of files +Info 12360[13:40:54.841] getCompletionData: Get current token: 0.013427000492811203 +Info 12361[13:40:54.841] getCompletionData: Is inside comment: 0.04611299932003021 +Info 12362[13:40:54.841] getCompletionData: Get previous token: 0.06172200012952089 +Info 12363[13:40:54.841] getCompletionsAtPosition: isCompletionListBlocker: 0.021515999920666218 +Info 12364[13:40:54.843] getExportInfoMap: cache hit +Info 12365[13:40:54.848] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12366[13:40:54.848] collectAutoImports: response is complete +Info 12367[13:40:54.848] collectAutoImports: 5.502000999636948 +Info 12368[13:40:54.848] getCompletionData: Semantic work: 7.15646200068295 +Info 12369[13:40:54.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.050816999748349 +Info 12370[13:40:54.856] Format host information updated +Info 12371[13:41:01.636] Format host information updated +Info 12372[13:41:01.651] forEachExternalModuleToImportFrom autoImportProvider: 0.6390890004113317 +Info 12373[13:41:02.920] Format host information updated +Info 12374[13:41:02.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12375[13:41:02.931] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 976 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.929213999770582ms +Info 12376[13:41:02.931] Different program with same set of files +Info 12377[13:41:03.479] Format host information updated +Info 12378[13:41:05.012] Format host information updated +Info 12379[13:41:05.019] forEachExternalModuleToImportFrom autoImportProvider: 0.528549000620842 +Info 12380[13:41:06.142] Format host information updated +Info 12381[13:41:06.142] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12382[13:41:06.152] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 977 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.46667000092566ms +Info 12383[13:41:06.153] Different program with same set of files +Info 12384[13:41:10.790] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12385[13:41:10.797] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 978 structureChanged: false structureIsReused:: Completely Elapsed: 6.335456000640988ms +Info 12386[13:41:10.797] Different program with same set of files +Info 12387[13:41:10.797] getCompletionData: Get current token: 0.0023879995569586754 +Info 12388[13:41:10.797] getCompletionData: Is inside comment: 0.0010829996317625046 +Info 12389[13:41:10.797] getCompletionData: Get previous token: 0.013255000114440918 +Info 12390[13:41:10.797] getCompletionsAtPosition: isCompletionListBlocker: 0.007074000313878059 +Info 12391[13:41:10.797] getExportInfoMap: cache hit +Info 12392[13:41:10.802] collectAutoImports: resolved 4 module specifiers, plus 19 ambient and 75 from cache +Info 12393[13:41:10.802] collectAutoImports: response is complete +Info 12394[13:41:10.802] collectAutoImports: 4.716355999931693 +Info 12395[13:41:10.802] getCompletionData: Semantic work: 5.238551000133157 +Info 12396[13:41:10.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2310070004314184 +Info 12397[13:41:10.804] Format host information updated +Info 12398[13:41:10.915] Format host information updated +Info 12399[13:41:10.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12400[13:41:10.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 979 structureChanged: false structureIsReused:: Completely Elapsed: 8.585261000320315ms +Info 12401[13:41:10.924] Different program with same set of files +Info 12402[13:41:10.997] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12403[13:41:11.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 980 structureChanged: false structureIsReused:: Completely Elapsed: 6.5409859996289015ms +Info 12404[13:41:11.004] Different program with same set of files +Info 12405[13:41:11.004] getCompletionData: Get current token: 0.0046629998832941055 +Info 12406[13:41:11.004] getCompletionData: Is inside comment: 0.0016839997842907906 +Info 12407[13:41:11.004] getCompletionData: Get previous token: 0.014161000028252602 +Info 12408[13:41:11.004] getCompletionsAtPosition: isCompletionListBlocker: 0.007544000633060932 +Info 12409[13:41:11.004] getExportInfoMap: cache hit +Info 12410[13:41:11.022] collectAutoImports: resolved 20 module specifiers, plus 219 ambient and 951 from cache +Info 12411[13:41:11.022] collectAutoImports: response is complete +Info 12412[13:41:11.022] collectAutoImports: 17.72492100019008 +Info 12413[13:41:11.022] getCompletionData: Semantic work: 18.277722000144422 +Info 12414[13:41:11.026] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.306222000159323 +Info 12415[13:41:11.030] Format host information updated +Info 12416[13:41:11.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12417[13:41:11.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 981 structureChanged: false structureIsReused:: Completely Elapsed: 8.85929699987173ms +Info 12418[13:41:11.257] Different program with same set of files +Info 12419[13:41:11.257] getCompletionData: Get current token: 0.0027639996260404587 +Info 12420[13:41:11.257] getCompletionData: Is inside comment: 0.0011910004541277885 +Info 12421[13:41:11.257] getCompletionData: Get previous token: 0.012702000327408314 +Info 12422[13:41:11.257] getCompletionsAtPosition: isCompletionListBlocker: 0.006942000240087509 +Info 12423[13:41:11.258] getExportInfoMap: cache hit +Info 12424[13:41:11.270] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 12425[13:41:11.270] collectAutoImports: response is complete +Info 12426[13:41:11.270] collectAutoImports: 11.487649999558926 +Info 12427[13:41:11.270] getCompletionData: Semantic work: 12.232160000130534 +Info 12428[13:41:11.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4448140002787113 +Info 12429[13:41:11.279] Format host information updated +Info 12430[13:41:11.337] Format host information updated +Info 12431[13:41:11.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12432[13:41:11.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 982 structureChanged: false structureIsReused:: Completely Elapsed: 10.382574999704957ms +Info 12433[13:41:11.347] Different program with same set of files +Info 12434[13:41:12.573] Format host information updated +Info 12435[13:41:12.573] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12436[13:41:12.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 983 structureChanged: false structureIsReused:: Completely Elapsed: 6.278959999792278ms +Info 12437[13:41:12.580] Different program with same set of files +Info 12438[13:41:12.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12439[13:41:12.782] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 984 structureChanged: false structureIsReused:: Completely Elapsed: 8.616774999536574ms +Info 12440[13:41:12.782] Different program with same set of files +Info 12441[13:41:12.782] getCompletionData: Get current token: 0.001958000473678112 +Info 12442[13:41:12.782] getCompletionData: Is inside comment: 0.006767000071704388 +Info 12443[13:41:12.782] getCompletionData: Get previous token: 0.010369999334216118 +Info 12444[13:41:12.782] getCompletionsAtPosition: isCompletionListBlocker: 0.007737999781966209 +Info 12445[13:41:12.782] getExportInfoMap: cache hit +Info 12446[13:41:12.786] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 12447[13:41:12.786] collectAutoImports: response is complete +Info 12448[13:41:12.786] collectAutoImports: 3.7178039997816086 +Info 12449[13:41:12.786] getCompletionData: Semantic work: 4.226440000347793 +Info 12450[13:41:12.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0379780000075698 +Info 12451[13:41:12.788] Format host information updated +Info 12452[13:41:12.871] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12453[13:41:12.878] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 985 structureChanged: false structureIsReused:: Completely Elapsed: 6.513101999647915ms +Info 12454[13:41:12.878] Different program with same set of files +Info 12455[13:41:12.878] getCompletionData: Get current token: 0.0027740001678466797 +Info 12456[13:41:12.878] getCompletionData: Is inside comment: 0.00977499969303608 +Info 12457[13:41:12.878] getCompletionData: Get previous token: 0.006217999383807182 +Info 12458[13:41:12.878] getCompletionsAtPosition: isCompletionListBlocker: 0.0024319998919963837 +Info 12459[13:41:12.878] getCompletionData: Semantic work: 0.30036200024187565 +Info 12460[13:41:12.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24203799944370985 +Info 12461[13:41:12.882] Format host information updated +Info 12462[13:41:13.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12463[13:41:13.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 986 structureChanged: false structureIsReused:: Completely Elapsed: 7.052414000034332ms +Info 12464[13:41:13.105] Different program with same set of files +Info 12465[13:41:13.105] getCompletionData: Get current token: 0.0021390002220869064 +Info 12466[13:41:13.105] getCompletionData: Is inside comment: 0.007499000057578087 +Info 12467[13:41:13.105] getCompletionData: Get previous token: 0.011742999777197838 +Info 12468[13:41:13.105] getCompletionsAtPosition: isCompletionListBlocker: 0.002127000130712986 +Info 12469[13:41:13.106] getCompletionData: Semantic work: 0.27269900031387806 +Info 12470[13:41:13.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5231699999421835 +Info 12471[13:41:13.107] Format host information updated +Info 12472[13:41:13.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12473[13:41:13.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 987 structureChanged: false structureIsReused:: Completely Elapsed: 12.200507000088692ms +Info 12474[13:41:13.177] Different program with same set of files +Info 12475[13:41:13.177] getCompletionData: Get current token: 0.005475999787449837 +Info 12476[13:41:13.177] getCompletionData: Is inside comment: 0.018350000493228436 +Info 12477[13:41:13.177] getCompletionData: Get previous token: 0.028061999939382076 +Info 12478[13:41:13.177] getCompletionsAtPosition: isCompletionListBlocker: 0.003643999807536602 +Info 12479[13:41:13.178] getCompletionData: Semantic work: 0.509846999309957 +Info 12480[13:41:13.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0075740003958344 +Info 12481[13:41:13.183] Format host information updated +Info 12482[13:41:13.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12483[13:41:13.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 988 structureChanged: false structureIsReused:: Completely Elapsed: 13.865898000076413ms +Info 12484[13:41:13.269] Different program with same set of files +Info 12485[13:41:13.269] getCompletionData: Get current token: 0.004715000279247761 +Info 12486[13:41:13.269] getCompletionData: Is inside comment: 0.014417000114917755 +Info 12487[13:41:13.269] getCompletionData: Get previous token: 0.02327200025320053 +Info 12488[13:41:13.269] getCompletionsAtPosition: isCompletionListBlocker: 0.003522999584674835 +Info 12489[13:41:13.270] getCompletionData: Semantic work: 0.43905699998140335 +Info 12490[13:41:13.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9487870000302792 +Info 12491[13:41:13.271] Format host information updated +Info 12492[13:41:13.315] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12493[13:41:13.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 989 structureChanged: false structureIsReused:: Completely Elapsed: 6.647690000012517ms +Info 12494[13:41:13.321] Different program with same set of files +Info 12495[13:41:13.322] getCompletionData: Get current token: 0.0023229997605085373 +Info 12496[13:41:13.322] getCompletionData: Is inside comment: 0.00827999971807003 +Info 12497[13:41:13.322] getCompletionData: Get previous token: 0.013066000305116177 +Info 12498[13:41:13.322] getCompletionsAtPosition: isCompletionListBlocker: 0.002460000105202198 +Info 12499[13:41:13.322] getCompletionData: Semantic work: 0.28801799938082695 +Info 12500[13:41:13.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5323870005086064 +Info 12501[13:41:13.325] Format host information updated +Info 12502[13:41:13.463] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12503[13:41:13.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 990 structureChanged: false structureIsReused:: Completely Elapsed: 6.587017999961972ms +Info 12504[13:41:13.470] Different program with same set of files +Info 12505[13:41:13.470] getCompletionData: Get current token: 0.002717999741435051 +Info 12506[13:41:13.470] getCompletionData: Is inside comment: 0.0087250005453825 +Info 12507[13:41:13.470] getCompletionData: Get previous token: 0.013472000136971474 +Info 12508[13:41:13.470] getCompletionsAtPosition: isCompletionListBlocker: 0.0024210000410676003 +Info 12509[13:41:13.470] getCompletionData: Semantic work: 0.2825030004605651 +Info 12510[13:41:13.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5617639999836683 +Info 12511[13:41:13.471] Format host information updated +Info 12512[13:41:13.541] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12513[13:41:13.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 991 structureChanged: false structureIsReused:: Completely Elapsed: 6.603969000279903ms +Info 12514[13:41:13.547] Different program with same set of files +Info 12515[13:41:13.548] getCompletionData: Get current token: 0.0023330003023147583 +Info 12516[13:41:13.548] getCompletionData: Is inside comment: 0.008860999718308449 +Info 12517[13:41:13.548] getCompletionData: Get previous token: 0.015519999898970127 +Info 12518[13:41:13.548] getCompletionsAtPosition: isCompletionListBlocker: 0.0023250002413988113 +Info 12519[13:41:13.548] getCompletionData: Semantic work: 0.2955649998039007 +Info 12520[13:41:13.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5898810001090169 +Info 12521[13:41:13.552] Format host information updated +Info 12522[13:41:13.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12523[13:41:13.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 992 structureChanged: false structureIsReused:: Completely Elapsed: 8.229667999781668ms +Info 12524[13:41:13.640] Different program with same set of files +Info 12525[13:41:13.640] getCompletionData: Get current token: 0.001977999694645405 +Info 12526[13:41:13.640] getCompletionData: Is inside comment: 0.007228999398648739 +Info 12527[13:41:13.640] getCompletionData: Get previous token: 0.011582999490201473 +Info 12528[13:41:13.640] getCompletionsAtPosition: isCompletionListBlocker: 0.0025599999353289604 +Info 12529[13:41:13.641] getCompletionData: Semantic work: 0.3664020001888275 +Info 12530[13:41:13.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2977189999073744 +Info 12531[13:41:13.641] Format host information updated +Info 12532[13:41:13.778] Format host information updated +Info 12533[13:41:13.778] getCompletionData: Get current token: 0.0055970000103116035 +Info 12534[13:41:13.778] getCompletionData: Is inside comment: 0.014539000578224659 +Info 12535[13:41:13.778] getCompletionData: Get previous token: 0.012682000175118446 +Info 12536[13:41:13.778] getCompletionsAtPosition: isCompletionListBlocker: 0.0027760006487369537 +Info 12537[13:41:13.778] getCompletionData: Semantic work: 0.09479300025850534 +Info 12538[13:41:14.105] Format host information updated +Info 12539[13:41:14.105] getCompletionData: Get current token: 0.007049999199807644 +Info 12540[13:41:14.105] getCompletionData: Is inside comment: 0.015802999958395958 +Info 12541[13:41:14.105] getCompletionData: Get previous token: 0.01285299938172102 +Info 12542[13:41:14.105] getCompletionsAtPosition: isCompletionListBlocker: 0.002718999981880188 +Info 12543[13:41:14.105] getCompletionData: Semantic work: 0.08558200020343065 +Info 12544[13:41:14.166] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12545[13:41:14.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 993 structureChanged: false structureIsReused:: Completely Elapsed: 9.597736000083387ms +Info 12546[13:41:14.175] Different program with same set of files +Info 12547[13:41:14.176] getCompletionData: Get current token: 0.002202000468969345 +Info 12548[13:41:14.176] getCompletionData: Is inside comment: 0.008908000774681568 +Info 12549[13:41:14.176] getCompletionData: Get previous token: 0.006128999404609203 +Info 12550[13:41:14.176] getCompletionsAtPosition: isCompletionListBlocker: 0.0029009999707341194 +Info 12551[13:41:14.177] getExportInfoMap: cache hit +Info 12552[13:41:14.200] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 12553[13:41:14.200] collectAutoImports: response is complete +Info 12554[13:41:14.200] collectAutoImports: 23.304172999225557 +Info 12555[13:41:14.200] getCompletionData: Semantic work: 24.47444699984044 +Info 12556[13:41:14.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7336109997704625 +Info 12557[13:41:14.208] Format host information updated +Info 12558[13:41:14.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12559[13:41:14.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 994 structureChanged: false structureIsReused:: Completely Elapsed: 9.131744000129402ms +Info 12560[13:41:14.235] Different program with same set of files +Info 12561[13:41:14.235] getCompletionData: Get current token: 0.0024210000410676003 +Info 12562[13:41:14.235] getCompletionData: Is inside comment: 0.009112000465393066 +Info 12563[13:41:14.235] getCompletionData: Get previous token: 0.00560699962079525 +Info 12564[13:41:14.235] getCompletionsAtPosition: isCompletionListBlocker: 0.007362999953329563 +Info 12565[13:41:14.236] getExportInfoMap: cache hit +Info 12566[13:41:14.248] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 12567[13:41:14.248] collectAutoImports: response is complete +Info 12568[13:41:14.248] collectAutoImports: 12.252170000225306 +Info 12569[13:41:14.248] getCompletionData: Semantic work: 12.7864779997617 +Info 12570[13:41:14.254] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.676274999976158 +Info 12571[13:41:14.260] Format host information updated +Info 12572[13:41:17.462] Format host information updated +Info 12573[13:41:17.463] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12574[13:41:17.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 995 structureChanged: false structureIsReused:: Completely Elapsed: 7.350124999880791ms +Info 12575[13:41:17.470] Different program with same set of files +Info 12576[13:41:18.854] Format host information updated +Info 12577[13:41:18.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12578[13:41:18.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 996 structureChanged: false structureIsReused:: Completely Elapsed: 12.793890000320971ms +Info 12579[13:41:18.867] Different program with same set of files +Info 12580[13:41:18.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12581[13:41:18.989] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 997 structureChanged: false structureIsReused:: Completely Elapsed: 7.584462000057101ms +Info 12582[13:41:18.989] Different program with same set of files +Info 12583[13:41:18.989] getCompletionData: Get current token: 0.0031980006024241447 +Info 12584[13:41:18.989] getCompletionData: Is inside comment: 0.011021999642252922 +Info 12585[13:41:18.989] getCompletionData: Get previous token: 0.014318999834358692 +Info 12586[13:41:18.989] getCompletionsAtPosition: isCompletionListBlocker: 0.0079950001090765 +Info 12587[13:41:18.990] getExportInfoMap: cache hit +Info 12588[13:41:18.995] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 12589[13:41:18.995] collectAutoImports: response is complete +Info 12590[13:41:18.995] collectAutoImports: 4.70974799990654 +Info 12591[13:41:18.995] getCompletionData: Semantic work: 5.32413199916482 +Info 12592[13:41:18.997] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6020759996026754 +Info 12593[13:41:19.000] Format host information updated +Info 12594[13:41:19.047] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12595[13:41:19.062] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 998 structureChanged: false structureIsReused:: Completely Elapsed: 14.775736999697983ms +Info 12596[13:41:19.062] Different program with same set of files +Info 12597[13:41:19.062] getCompletionData: Get current token: 0.008344000205397606 +Info 12598[13:41:19.062] getCompletionData: Is inside comment: 0.024966999888420105 +Info 12599[13:41:19.063] getCompletionData: Get previous token: 0.03436900023370981 +Info 12600[13:41:19.063] getCompletionsAtPosition: isCompletionListBlocker: 0.013406000100076199 +Info 12601[13:41:19.064] getExportInfoMap: cache hit +Info 12602[13:41:19.072] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 113 from cache +Info 12603[13:41:19.072] collectAutoImports: response is complete +Info 12604[13:41:19.072] collectAutoImports: 8.169072999618948 +Info 12605[13:41:19.072] getCompletionData: Semantic work: 9.374289000406861 +Info 12606[13:41:19.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.340793000534177 +Info 12607[13:41:19.079] Format host information updated +Info 12608[13:41:19.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12609[13:41:19.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 999 structureChanged: false structureIsReused:: Completely Elapsed: 10.724504999816418ms +Info 12610[13:41:19.125] Different program with same set of files +Info 12611[13:41:19.125] getCompletionData: Get current token: 0.005558999255299568 +Info 12612[13:41:19.125] getCompletionData: Is inside comment: 0.018211999908089638 +Info 12613[13:41:19.125] getCompletionData: Get previous token: 0.022238999605178833 +Info 12614[13:41:19.125] getCompletionsAtPosition: isCompletionListBlocker: 0.009876000694930553 +Info 12615[13:41:19.126] getExportInfoMap: cache hit +Info 12616[13:41:19.132] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 39 from cache +Info 12617[13:41:19.133] collectAutoImports: response is complete +Info 12618[13:41:19.133] collectAutoImports: 6.3666229993104935 +Info 12619[13:41:19.133] getCompletionData: Semantic work: 7.255618000403047 +Info 12620[13:41:19.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.048504000529647 +Info 12621[13:41:19.137] Format host information updated +Info 12622[13:41:19.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12623[13:41:19.236] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1000 structureChanged: false structureIsReused:: Completely Elapsed: 20.036078999750316ms +Info 12624[13:41:19.236] Different program with same set of files +Info 12625[13:41:19.237] getCompletionData: Get current token: 0.0051009999588131905 +Info 12626[13:41:19.237] getCompletionData: Is inside comment: 0.016720999963581562 +Info 12627[13:41:19.237] getCompletionData: Get previous token: 0.017962999641895294 +Info 12628[13:41:19.237] getCompletionsAtPosition: isCompletionListBlocker: 0.00960100069642067 +Info 12629[13:41:19.237] getExportInfoMap: cache hit +Info 12630[13:41:19.240] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12631[13:41:19.240] collectAutoImports: response is complete +Info 12632[13:41:19.240] collectAutoImports: 2.4480230007320642 +Info 12633[13:41:19.240] getCompletionData: Semantic work: 3.1721999999135733 +Info 12634[13:41:19.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2566569996997714 +Info 12635[13:41:19.243] Format host information updated +Info 12636[13:41:19.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12637[13:41:19.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1001 structureChanged: false structureIsReused:: Completely Elapsed: 28.91909599956125ms +Info 12638[13:41:19.387] Different program with same set of files +Info 12639[13:41:19.388] getCompletionData: Get current token: 0.007125000469386578 +Info 12640[13:41:19.388] getCompletionData: Is inside comment: 0.023643000051379204 +Info 12641[13:41:19.388] getCompletionData: Get previous token: 0.03090800065547228 +Info 12642[13:41:19.388] getCompletionsAtPosition: isCompletionListBlocker: 0.01320900022983551 +Info 12643[13:41:19.389] getExportInfoMap: cache hit +Info 12644[13:41:19.392] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12645[13:41:19.392] collectAutoImports: response is complete +Info 12646[13:41:19.392] collectAutoImports: 3.6004330003634095 +Info 12647[13:41:19.392] getCompletionData: Semantic work: 4.716188000515103 +Info 12648[13:41:19.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.251058000139892 +Info 12649[13:41:19.397] Format host information updated +Info 12650[13:41:19.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12651[13:41:19.594] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1002 structureChanged: false structureIsReused:: Completely Elapsed: 6.842710999771953ms +Info 12652[13:41:19.594] Different program with same set of files +Info 12653[13:41:19.594] getCompletionData: Get current token: 0.00326400063931942 +Info 12654[13:41:19.594] getCompletionData: Is inside comment: 0.009862000122666359 +Info 12655[13:41:19.594] getCompletionData: Get previous token: 0.012198000214993954 +Info 12656[13:41:19.594] getCompletionsAtPosition: isCompletionListBlocker: 0.007267999462783337 +Info 12657[13:41:19.594] getExportInfoMap: cache hit +Info 12658[13:41:19.596] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 12659[13:41:19.596] collectAutoImports: response is complete +Info 12660[13:41:19.596] collectAutoImports: 1.7654579998925328 +Info 12661[13:41:19.596] getCompletionData: Semantic work: 2.3285250002518296 +Info 12662[13:41:19.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.750951999798417 +Info 12663[13:41:19.600] Format host information updated +Info 12664[13:41:19.728] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12665[13:41:19.735] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1003 structureChanged: false structureIsReused:: Completely Elapsed: 6.9267659997567534ms +Info 12666[13:41:19.735] Different program with same set of files +Info 12667[13:41:19.735] getCompletionData: Get current token: 0.0036849994212388992 +Info 12668[13:41:19.735] getCompletionData: Is inside comment: 0.011609000153839588 +Info 12669[13:41:19.735] getCompletionData: Get previous token: 0.014789000153541565 +Info 12670[13:41:19.735] getCompletionsAtPosition: isCompletionListBlocker: 0.008084000088274479 +Info 12671[13:41:19.736] getExportInfoMap: cache hit +Info 12672[13:41:19.738] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 39 from cache +Info 12673[13:41:19.738] collectAutoImports: response is complete +Info 12674[13:41:19.738] collectAutoImports: 2.7735029999166727 +Info 12675[13:41:19.738] getCompletionData: Semantic work: 3.373009999282658 +Info 12676[13:41:19.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0636140005663037 +Info 12677[13:41:19.741] Format host information updated +Info 12678[13:41:20.726] Format host information updated +Info 12679[13:41:20.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12680[13:41:20.735] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1004 structureChanged: false structureIsReused:: Completely Elapsed: 8.363938000053167ms +Info 12681[13:41:20.735] Different program with same set of files +Info 12682[13:41:21.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12683[13:41:21.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1005 structureChanged: false structureIsReused:: Completely Elapsed: 6.782199000008404ms +Info 12684[13:41:21.111] Different program with same set of files +Info 12685[13:41:21.111] getCompletionData: Get current token: 0.0037799999117851257 +Info 12686[13:41:21.111] getCompletionData: Is inside comment: 0.011788999661803246 +Info 12687[13:41:21.111] getCompletionData: Get previous token: 0.008085999637842178 +Info 12688[13:41:21.111] getCompletionsAtPosition: isCompletionListBlocker: 0.0023489994928240776 +Info 12689[13:41:21.111] getCompletionData: Semantic work: 0.018842999823391438 +Info 12690[13:41:21.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05490600038319826 +Info 12691[13:41:21.111] Format host information updated +Info 12692[13:41:21.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12693[13:41:21.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1006 structureChanged: false structureIsReused:: Completely Elapsed: 9.130174999125302ms +Info 12694[13:41:21.184] Different program with same set of files +Info 12695[13:41:21.184] getCompletionData: Get current token: 0.004284000024199486 +Info 12696[13:41:21.184] getCompletionData: Is inside comment: 0.011756000109016895 +Info 12697[13:41:21.184] getCompletionData: Get previous token: 0.013879000209271908 +Info 12698[13:41:21.184] getCompletionsAtPosition: isCompletionListBlocker: 0.002377999946475029 +Info 12699[13:41:21.184] getCompletionData: Semantic work: 0.017266999930143356 +Info 12700[13:41:21.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04783700034022331 +Info 12701[13:41:21.185] Format host information updated +Info 12702[13:41:21.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12703[13:41:21.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1007 structureChanged: false structureIsReused:: Completely Elapsed: 7.043587999418378ms +Info 12704[13:41:21.540] Different program with same set of files +Info 12705[13:41:21.540] getCompletionData: Get current token: 0.003434000536799431 +Info 12706[13:41:21.540] getCompletionData: Is inside comment: 0.009864999912679195 +Info 12707[13:41:21.540] getCompletionData: Get previous token: 0.0066999997943639755 +Info 12708[13:41:21.540] getCompletionsAtPosition: isCompletionListBlocker: 0.0028029996901750565 +Info 12709[13:41:21.540] getCompletionData: Semantic work: 0.013664999976754189 +Info 12710[13:41:21.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06663599982857704 +Info 12711[13:41:21.541] Format host information updated +Info 12712[13:41:21.617] Format host information updated +Info 12713[13:41:21.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12714[13:41:21.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1008 structureChanged: false structureIsReused:: Completely Elapsed: 23.301931000314653ms +Info 12715[13:41:21.640] Different program with same set of files +Info 12716[13:41:21.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12717[13:41:21.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1009 structureChanged: false structureIsReused:: Completely Elapsed: 6.502965000458062ms +Info 12718[13:41:21.806] Different program with same set of files +Info 12719[13:41:21.806] getCompletionData: Get current token: 0.0031759999692440033 +Info 12720[13:41:21.806] getCompletionData: Is inside comment: 0.009893999435007572 +Info 12721[13:41:21.806] getCompletionData: Get previous token: 0.01165200024843216 +Info 12722[13:41:21.806] getCompletionsAtPosition: isCompletionListBlocker: 0.006311000324785709 +Info 12723[13:41:21.807] getExportInfoMap: cache hit +Info 12724[13:41:21.811] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 189 from cache +Info 12725[13:41:21.811] collectAutoImports: response is complete +Info 12726[13:41:21.811] collectAutoImports: 4.551218000240624 +Info 12727[13:41:21.811] getCompletionData: Semantic work: 5.0821630004793406 +Info 12728[13:41:21.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.465851000510156 +Info 12729[13:41:21.817] Format host information updated +Info 12730[13:41:21.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12731[13:41:21.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1010 structureChanged: false structureIsReused:: Completely Elapsed: 6.808887000195682ms +Info 12732[13:41:21.914] Different program with same set of files +Info 12733[13:41:21.914] getCompletionData: Get current token: 0.0034459996968507767 +Info 12734[13:41:21.914] getCompletionData: Is inside comment: 0.010854999534785748 +Info 12735[13:41:21.914] getCompletionData: Get previous token: 0.012663000263273716 +Info 12736[13:41:21.914] getCompletionsAtPosition: isCompletionListBlocker: 0.007467000745236874 +Info 12737[13:41:21.915] getExportInfoMap: cache hit +Info 12738[13:41:21.919] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 150 from cache +Info 12739[13:41:21.919] collectAutoImports: response is complete +Info 12740[13:41:21.919] collectAutoImports: 3.9855970004573464 +Info 12741[13:41:21.919] getCompletionData: Semantic work: 4.55984399933368 +Info 12742[13:41:21.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.490451999939978 +Info 12743[13:41:21.922] Format host information updated +Info 12744[13:41:21.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12745[13:41:22.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1011 structureChanged: false structureIsReused:: Completely Elapsed: 29.93407000042498ms +Info 12746[13:41:22.025] Different program with same set of files +Info 12747[13:41:22.025] getCompletionData: Get current token: 0.008958999998867512 +Info 12748[13:41:22.025] getCompletionData: Is inside comment: 0.029179000295698643 +Info 12749[13:41:22.025] getCompletionData: Get previous token: 0.035036999732255936 +Info 12750[13:41:22.026] getCompletionsAtPosition: isCompletionListBlocker: 0.019926000386476517 +Info 12751[13:41:22.027] getExportInfoMap: cache hit +Info 12752[13:41:22.034] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 97 from cache +Info 12753[13:41:22.034] collectAutoImports: response is complete +Info 12754[13:41:22.034] collectAutoImports: 7.111534999683499 +Info 12755[13:41:22.034] getCompletionData: Semantic work: 8.633557999506593 +Info 12756[13:41:22.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8935040002688766 +Info 12757[13:41:22.040] Format host information updated +Info 12758[13:41:22.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12759[13:41:22.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1012 structureChanged: false structureIsReused:: Completely Elapsed: 25.51958500035107ms +Info 12760[13:41:22.186] Different program with same set of files +Info 12761[13:41:22.186] getCompletionData: Get current token: 0.009863000363111496 +Info 12762[13:41:22.186] getCompletionData: Is inside comment: 0.03420200012624264 +Info 12763[13:41:22.187] getCompletionData: Get previous token: 0.03788699954748154 +Info 12764[13:41:22.187] getCompletionsAtPosition: isCompletionListBlocker: 0.017978000454604626 +Info 12765[13:41:22.188] getExportInfoMap: cache hit +Info 12766[13:41:22.194] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 45 from cache +Info 12767[13:41:22.194] collectAutoImports: response is complete +Info 12768[13:41:22.195] collectAutoImports: 6.429549000225961 +Info 12769[13:41:22.195] getCompletionData: Semantic work: 7.815084000118077 +Info 12770[13:41:22.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7290470004081726 +Info 12771[13:41:22.201] Format host information updated +Info 12772[13:41:22.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12773[13:41:22.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1013 structureChanged: false structureIsReused:: Completely Elapsed: 8.777245000004768ms +Info 12774[13:41:22.232] Different program with same set of files +Info 12775[13:41:22.232] getCompletionData: Get current token: 0.004329000599682331 +Info 12776[13:41:22.232] getCompletionData: Is inside comment: 0.013717999681830406 +Info 12777[13:41:22.232] getCompletionData: Get previous token: 0.01656300015747547 +Info 12778[13:41:22.232] getCompletionsAtPosition: isCompletionListBlocker: 0.010894999839365482 +Info 12779[13:41:22.233] getExportInfoMap: cache hit +Info 12780[13:41:22.236] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 12781[13:41:22.236] collectAutoImports: response is complete +Info 12782[13:41:22.236] collectAutoImports: 2.737564000301063 +Info 12783[13:41:22.236] getCompletionData: Semantic work: 3.3928230004385114 +Info 12784[13:41:22.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4758620001375675 +Info 12785[13:41:22.239] Format host information updated +Info 12786[13:41:22.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12787[13:41:22.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1014 structureChanged: false structureIsReused:: Completely Elapsed: 15.206243999302387ms +Info 12788[13:41:22.315] Different program with same set of files +Info 12789[13:41:22.315] getCompletionData: Get current token: 0.008655999787151814 +Info 12790[13:41:22.315] getCompletionData: Is inside comment: 0.028665000572800636 +Info 12791[13:41:22.315] getCompletionData: Get previous token: 0.06638800073415041 +Info 12792[13:41:22.316] getCompletionsAtPosition: isCompletionListBlocker: 0.0435819998383522 +Info 12793[13:41:22.317] getExportInfoMap: cache hit +Info 12794[13:41:22.321] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 12795[13:41:22.321] collectAutoImports: response is complete +Info 12796[13:41:22.321] collectAutoImports: 4.374699000269175 +Info 12797[13:41:22.321] getCompletionData: Semantic work: 5.48252599965781 +Info 12798[13:41:22.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.449047999456525 +Info 12799[13:41:22.330] Format host information updated +Info 12800[13:41:22.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12801[13:41:22.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1015 structureChanged: false structureIsReused:: Completely Elapsed: 11.24593900050968ms +Info 12802[13:41:22.380] Different program with same set of files +Info 12803[13:41:22.380] getCompletionData: Get current token: 0.0055740000680089 +Info 12804[13:41:22.380] getCompletionData: Is inside comment: 0.017903000116348267 +Info 12805[13:41:22.380] getCompletionData: Get previous token: 0.019286999478936195 +Info 12806[13:41:22.380] getCompletionsAtPosition: isCompletionListBlocker: 0.009773999452590942 +Info 12807[13:41:22.381] getExportInfoMap: cache hit +Info 12808[13:41:22.384] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12809[13:41:22.384] collectAutoImports: response is complete +Info 12810[13:41:22.384] collectAutoImports: 2.987397000193596 +Info 12811[13:41:22.384] getCompletionData: Semantic work: 3.879421000368893 +Info 12812[13:41:22.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2826580004766583 +Info 12813[13:41:22.389] Format host information updated +Info 12814[13:41:22.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12815[13:41:22.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1016 structureChanged: false structureIsReused:: Completely Elapsed: 8.502433000132442ms +Info 12816[13:41:22.921] Different program with same set of files +Info 12817[13:41:22.921] getCompletionData: Get current token: 0.0036059999838471413 +Info 12818[13:41:22.921] getCompletionData: Is inside comment: 0.00862099975347519 +Info 12819[13:41:22.921] getCompletionData: Get previous token: 0.009033999405801296 +Info 12820[13:41:22.921] getCompletionsAtPosition: isCompletionListBlocker: 0.007090000435709953 +Info 12821[13:41:22.921] getExportInfoMap: cache hit +Info 12822[13:41:22.923] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 12823[13:41:22.923] collectAutoImports: response is complete +Info 12824[13:41:22.923] collectAutoImports: 1.7032639998942614 +Info 12825[13:41:22.923] getCompletionData: Semantic work: 2.1750929998233914 +Info 12826[13:41:22.925] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7474779998883605 +Info 12827[13:41:22.926] Format host information updated +Info 12828[13:41:23.218] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12829[13:41:23.224] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1017 structureChanged: false structureIsReused:: Completely Elapsed: 6.609737999737263ms +Info 12830[13:41:23.225] Different program with same set of files +Info 12831[13:41:23.225] getCompletionData: Get current token: 0.0032270001247525215 +Info 12832[13:41:23.225] getCompletionData: Is inside comment: 0.009568000212311745 +Info 12833[13:41:23.225] getCompletionData: Get previous token: 0.009890999644994736 +Info 12834[13:41:23.225] getCompletionsAtPosition: isCompletionListBlocker: 0.007017000578343868 +Info 12835[13:41:23.225] getExportInfoMap: cache hit +Info 12836[13:41:23.227] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 12837[13:41:23.227] collectAutoImports: response is complete +Info 12838[13:41:23.227] collectAutoImports: 2.1129100006073713 +Info 12839[13:41:23.227] getCompletionData: Semantic work: 2.6307089999318123 +Info 12840[13:41:23.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9054410001263022 +Info 12841[13:41:23.232] Format host information updated +Info 12842[13:41:23.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12843[13:41:23.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1018 structureChanged: false structureIsReused:: Completely Elapsed: 7.186139999888837ms +Info 12844[13:41:23.472] Different program with same set of files +Info 12845[13:41:23.472] getCompletionData: Get current token: 0.0027540000155568123 +Info 12846[13:41:23.472] getCompletionData: Is inside comment: 0.007915999740362167 +Info 12847[13:41:23.472] getCompletionData: Get previous token: 0.008727999404072762 +Info 12848[13:41:23.472] getCompletionsAtPosition: isCompletionListBlocker: 0.00694000069051981 +Info 12849[13:41:23.473] getExportInfoMap: cache hit +Info 12850[13:41:23.476] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 45 from cache +Info 12851[13:41:23.476] collectAutoImports: response is complete +Info 12852[13:41:23.476] collectAutoImports: 3.185295999981463 +Info 12853[13:41:23.476] getCompletionData: Semantic work: 3.651539000682533 +Info 12854[13:41:23.478] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1743399994447827 +Info 12855[13:41:23.482] Format host information updated +Info 12856[13:41:23.538] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12857[13:41:23.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1019 structureChanged: false structureIsReused:: Completely Elapsed: 11.020012000575662ms +Info 12858[13:41:23.549] Different program with same set of files +Info 12859[13:41:23.549] getCompletionData: Get current token: 0.005667000077664852 +Info 12860[13:41:23.549] getCompletionData: Is inside comment: 0.015651999972760677 +Info 12861[13:41:23.549] getCompletionData: Get previous token: 0.01793100032955408 +Info 12862[13:41:23.549] getCompletionsAtPosition: isCompletionListBlocker: 0.010590000078082085 +Info 12863[13:41:23.550] getExportInfoMap: cache hit +Info 12864[13:41:23.555] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 97 from cache +Info 12865[13:41:23.555] collectAutoImports: response is complete +Info 12866[13:41:23.555] collectAutoImports: 5.563745999708772 +Info 12867[13:41:23.555] getCompletionData: Semantic work: 6.3696840004995465 +Info 12868[13:41:23.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.709945000708103 +Info 12869[13:41:23.561] Format host information updated +Info 12870[13:41:23.919] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12871[13:41:23.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1020 structureChanged: false structureIsReused:: Completely Elapsed: 9.14427400007844ms +Info 12872[13:41:23.928] Different program with same set of files +Info 12873[13:41:23.928] getCompletionData: Get current token: 0.003142000176012516 +Info 12874[13:41:23.928] getCompletionData: Is inside comment: 0.008187000639736652 +Info 12875[13:41:23.928] getCompletionData: Get previous token: 0.008829999715089798 +Info 12876[13:41:23.928] getCompletionsAtPosition: isCompletionListBlocker: 0.007019000127911568 +Info 12877[13:41:23.929] getExportInfoMap: cache hit +Info 12878[13:41:23.932] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 28 from cache +Info 12879[13:41:23.932] collectAutoImports: response is complete +Info 12880[13:41:23.932] collectAutoImports: 2.6374760000035167 +Info 12881[13:41:23.932] getCompletionData: Semantic work: 3.1451730001717806 +Info 12882[13:41:23.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.954975999891758 +Info 12883[13:41:23.935] Format host information updated +Info 12884[13:41:24.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12885[13:41:24.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1021 structureChanged: false structureIsReused:: Completely Elapsed: 7.863069999963045ms +Info 12886[13:41:24.053] Different program with same set of files +Info 12887[13:41:24.053] getCompletionData: Get current token: 0.0032989997416734695 +Info 12888[13:41:24.053] getCompletionData: Is inside comment: 0.010379999876022339 +Info 12889[13:41:24.053] getCompletionData: Get previous token: 0.01220299955457449 +Info 12890[13:41:24.053] getCompletionsAtPosition: isCompletionListBlocker: 0.00772200059145689 +Info 12891[13:41:24.054] getExportInfoMap: cache hit +Info 12892[13:41:24.057] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 3 from cache +Info 12893[13:41:24.057] collectAutoImports: response is complete +Info 12894[13:41:24.057] collectAutoImports: 2.8845489993691444 +Info 12895[13:41:24.057] getCompletionData: Semantic work: 3.5076249996200204 +Info 12896[13:41:24.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9833690002560616 +Info 12897[13:41:24.060] Format host information updated +Info 12898[13:41:24.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12899[13:41:24.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1022 structureChanged: false structureIsReused:: Completely Elapsed: 26.60300900042057ms +Info 12900[13:41:24.166] Different program with same set of files +Info 12901[13:41:24.167] getCompletionData: Get current token: 0.009322999976575375 +Info 12902[13:41:24.167] getCompletionData: Is inside comment: 0.030784999951720238 +Info 12903[13:41:24.167] getCompletionData: Get previous token: 0.039041000418365 +Info 12904[13:41:24.167] getCompletionsAtPosition: isCompletionListBlocker: 0.01878800056874752 +Info 12905[13:41:24.168] getExportInfoMap: cache hit +Info 12906[13:41:24.173] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 12907[13:41:24.174] collectAutoImports: response is complete +Info 12908[13:41:24.174] collectAutoImports: 4.914086000062525 +Info 12909[13:41:24.174] getCompletionData: Semantic work: 6.529268999584019 +Info 12910[13:41:24.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6594469994306564 +Info 12911[13:41:24.181] Format host information updated +Info 12912[13:41:24.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12913[13:41:24.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1023 structureChanged: false structureIsReused:: Completely Elapsed: 25.17577899992466ms +Info 12914[13:41:24.321] Different program with same set of files +Info 12915[13:41:24.322] getCompletionData: Get current token: 0.0075519997626543045 +Info 12916[13:41:24.322] getCompletionData: Is inside comment: 0.02542200032621622 +Info 12917[13:41:24.322] getCompletionData: Get previous token: 0.01712899934500456 +Info 12918[13:41:24.322] getCompletionsAtPosition: isCompletionListBlocker: 0.005489000119268894 +Info 12919[13:41:24.323] getExportInfoMap: cache hit +Info 12920[13:41:24.347] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12921[13:41:24.347] collectAutoImports: response is complete +Info 12922[13:41:24.347] collectAutoImports: 24.207204000093043 +Info 12923[13:41:24.347] getCompletionData: Semantic work: 25.34056599996984 +Info 12924[13:41:24.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.183625999838114 +Info 12925[13:41:24.356] Format host information updated +Info 12926[13:41:24.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12927[13:41:24.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1024 structureChanged: false structureIsReused:: Completely Elapsed: 7.087518999353051ms +Info 12928[13:41:24.549] Different program with same set of files +Info 12929[13:41:24.549] getCompletionData: Get current token: 0.0028389999642968178 +Info 12930[13:41:24.549] getCompletionData: Is inside comment: 0.009398000314831734 +Info 12931[13:41:24.549] getCompletionData: Get previous token: 0.012124999426305294 +Info 12932[13:41:24.549] getCompletionsAtPosition: isCompletionListBlocker: 0.0026639997959136963 +Info 12933[13:41:24.549] getExportInfoMap: cache hit +Info 12934[13:41:24.551] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 12935[13:41:24.551] collectAutoImports: response is complete +Info 12936[13:41:24.551] collectAutoImports: 1.9907409995794296 +Info 12937[13:41:24.551] getCompletionData: Semantic work: 2.4893339993432164 +Info 12938[13:41:24.553] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6765429992228746 +Info 12939[13:41:24.556] Format host information updated +Info 12940[13:41:24.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12941[13:41:24.717] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1025 structureChanged: false structureIsReused:: Completely Elapsed: 7.3022079998627305ms +Info 12942[13:41:24.717] Different program with same set of files +Info 12943[13:41:24.717] getCompletionData: Get current token: 0.003375999629497528 +Info 12944[13:41:24.717] getCompletionData: Is inside comment: 0.011316999793052673 +Info 12945[13:41:24.718] getCompletionData: Get previous token: 0.014491000212728977 +Info 12946[13:41:24.718] getCompletionsAtPosition: isCompletionListBlocker: 0.003344000317156315 +Info 12947[13:41:24.718] getExportInfoMap: cache hit +Info 12948[13:41:24.720] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 12949[13:41:24.720] collectAutoImports: response is complete +Info 12950[13:41:24.720] collectAutoImports: 2.18202400021255 +Info 12951[13:41:24.720] getCompletionData: Semantic work: 2.7990189995616674 +Info 12952[13:41:24.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.043897000141442 +Info 12953[13:41:24.723] Format host information updated +Info 12954[13:41:25.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12955[13:41:25.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1026 structureChanged: false structureIsReused:: Completely Elapsed: 10.006285999901593ms +Info 12956[13:41:25.076] Different program with same set of files +Info 12957[13:41:25.076] getCompletionData: Get current token: 0.002891000360250473 +Info 12958[13:41:25.076] getCompletionData: Is inside comment: 0.009008999913930893 +Info 12959[13:41:25.076] getCompletionData: Get previous token: 0.012428000569343567 +Info 12960[13:41:25.076] getCompletionsAtPosition: isCompletionListBlocker: 0.002969999797642231 +Info 12961[13:41:25.077] getExportInfoMap: cache hit +Info 12962[13:41:25.079] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 12963[13:41:25.079] collectAutoImports: response is complete +Info 12964[13:41:25.079] collectAutoImports: 1.987203000113368 +Info 12965[13:41:25.079] getCompletionData: Semantic work: 2.517630999907851 +Info 12966[13:41:25.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.662078999914229 +Info 12967[13:41:25.081] Format host information updated +Info 12968[13:41:25.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12969[13:41:25.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1027 structureChanged: false structureIsReused:: Completely Elapsed: 7.344372999854386ms +Info 12970[13:41:25.179] Different program with same set of files +Info 12971[13:41:25.179] getCompletionData: Get current token: 0.005913999862968922 +Info 12972[13:41:25.179] getCompletionData: Is inside comment: 0.018910999409854412 +Info 12973[13:41:25.179] getCompletionData: Get previous token: 0.01389199960976839 +Info 12974[13:41:25.179] getCompletionsAtPosition: isCompletionListBlocker: 0.003806999884545803 +Info 12975[13:41:25.180] getExportInfoMap: cache hit +Info 12976[13:41:25.199] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 12977[13:41:25.199] collectAutoImports: response is complete +Info 12978[13:41:25.199] collectAutoImports: 18.73111900035292 +Info 12979[13:41:25.199] getCompletionData: Semantic work: 19.572133000008762 +Info 12980[13:41:25.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.93378600012511 +Info 12981[13:41:25.207] Format host information updated +Info 12982[13:41:25.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12983[13:41:25.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1028 structureChanged: false structureIsReused:: Completely Elapsed: 7.016708999872208ms +Info 12984[13:41:25.238] Different program with same set of files +Info 12985[13:41:25.238] getCompletionData: Get current token: 0.0028769997879862785 +Info 12986[13:41:25.238] getCompletionData: Is inside comment: 0.009919000789523125 +Info 12987[13:41:25.238] getCompletionData: Get previous token: 0.012591000646352768 +Info 12988[13:41:25.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0024769995361566544 +Info 12989[13:41:25.239] getExportInfoMap: cache hit +Info 12990[13:41:25.243] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 12991[13:41:25.243] collectAutoImports: response is complete +Info 12992[13:41:25.243] collectAutoImports: 4.088255999609828 +Info 12993[13:41:25.243] getCompletionData: Semantic work: 4.585233999416232 +Info 12994[13:41:25.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9941859999671578 +Info 12995[13:41:25.246] Format host information updated +Info 12996[13:41:25.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 12997[13:41:25.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1029 structureChanged: false structureIsReused:: Completely Elapsed: 20.794009000062943ms +Info 12998[13:41:25.341] Different program with same set of files +Info 12999[13:41:25.341] getCompletionData: Get current token: 0.010689000599086285 +Info 13000[13:41:25.341] getCompletionData: Is inside comment: 0.040856000036001205 +Info 13001[13:41:25.341] getCompletionData: Get previous token: 0.049166000448167324 +Info 13002[13:41:25.342] getCompletionsAtPosition: isCompletionListBlocker: 0.00800199992954731 +Info 13003[13:41:25.343] getExportInfoMap: cache hit +Info 13004[13:41:25.350] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 17 from cache +Info 13005[13:41:25.350] collectAutoImports: response is complete +Info 13006[13:41:25.350] collectAutoImports: 6.689554000273347 +Info 13007[13:41:25.350] getCompletionData: Semantic work: 8.406113999895751 +Info 13008[13:41:25.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.407650000415742 +Info 13009[13:41:25.356] Format host information updated +Info 13010[13:41:25.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13011[13:41:25.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1030 structureChanged: false structureIsReused:: Completely Elapsed: 8.531856999732554ms +Info 13012[13:41:25.492] Different program with same set of files +Info 13013[13:41:25.492] getCompletionData: Get current token: 0.004874000325798988 +Info 13014[13:41:25.492] getCompletionData: Is inside comment: 0.016789999790489674 +Info 13015[13:41:25.492] getCompletionData: Get previous token: 0.04047999996691942 +Info 13016[13:41:25.493] getCompletionsAtPosition: isCompletionListBlocker: 0.0033750003203749657 +Info 13017[13:41:25.493] getExportInfoMap: cache hit +Info 13018[13:41:25.495] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 1 from cache +Info 13019[13:41:25.495] collectAutoImports: response is complete +Info 13020[13:41:25.495] collectAutoImports: 1.9308240003883839 +Info 13021[13:41:25.495] getCompletionData: Semantic work: 2.7609389992430806 +Info 13022[13:41:25.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7991149993613362 +Info 13023[13:41:25.498] Format host information updated +Info 13024[13:41:25.652] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13025[13:41:25.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1031 structureChanged: false structureIsReused:: Completely Elapsed: 6.625307000242174ms +Info 13026[13:41:25.659] Different program with same set of files +Info 13027[13:41:25.659] getCompletionData: Get current token: 0.0030570002272725105 +Info 13028[13:41:25.659] getCompletionData: Is inside comment: 0.010564999654889107 +Info 13029[13:41:25.659] getCompletionData: Get previous token: 0.013179000467061996 +Info 13030[13:41:25.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0032930001616477966 +Info 13031[13:41:25.660] getExportInfoMap: cache hit +Info 13032[13:41:25.662] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 13033[13:41:25.662] collectAutoImports: response is complete +Info 13034[13:41:25.662] collectAutoImports: 1.9482159996405244 +Info 13035[13:41:25.662] getCompletionData: Semantic work: 2.491622000001371 +Info 13036[13:41:25.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7927679996937513 +Info 13037[13:41:25.664] Format host information updated +Info 13038[13:41:25.738] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13039[13:41:25.749] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1032 structureChanged: false structureIsReused:: Completely Elapsed: 10.46696799993515ms +Info 13040[13:41:25.749] Different program with same set of files +Info 13041[13:41:25.749] getCompletionData: Get current token: 0.0028220005333423615 +Info 13042[13:41:25.749] getCompletionData: Is inside comment: 0.009746999479830265 +Info 13043[13:41:25.749] getCompletionData: Get previous token: 0.013040999881923199 +Info 13044[13:41:25.749] getCompletionsAtPosition: isCompletionListBlocker: 0.002880999818444252 +Info 13045[13:41:25.749] getExportInfoMap: cache hit +Info 13046[13:41:25.751] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 13047[13:41:25.751] collectAutoImports: response is complete +Info 13048[13:41:25.751] collectAutoImports: 1.9419769998639822 +Info 13049[13:41:25.751] getCompletionData: Semantic work: 2.5334959998726845 +Info 13050[13:41:25.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8483200008049607 +Info 13051[13:41:25.754] Format host information updated +Info 13052[13:41:25.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13053[13:41:25.815] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1033 structureChanged: false structureIsReused:: Completely Elapsed: 12.395475000143051ms +Info 13054[13:41:25.815] Different program with same set of files +Info 13055[13:41:25.815] getCompletionData: Get current token: 0.007392999716103077 +Info 13056[13:41:25.815] getCompletionData: Is inside comment: 0.02314199972897768 +Info 13057[13:41:25.815] getCompletionData: Get previous token: 0.028454999439418316 +Info 13058[13:41:25.815] getCompletionsAtPosition: isCompletionListBlocker: 0.004723000340163708 +Info 13059[13:41:25.816] getExportInfoMap: cache hit +Info 13060[13:41:25.820] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 13061[13:41:25.820] collectAutoImports: response is complete +Info 13062[13:41:25.820] collectAutoImports: 4.069915000349283 +Info 13063[13:41:25.820] getCompletionData: Semantic work: 4.994124999269843 +Info 13064[13:41:25.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.778424999676645 +Info 13065[13:41:25.828] Format host information updated +Info 13066[13:41:25.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13067[13:41:25.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1034 structureChanged: false structureIsReused:: Completely Elapsed: 6.5984880002215505ms +Info 13068[13:41:25.945] Different program with same set of files +Info 13069[13:41:25.946] getCompletionData: Get current token: 0.0029620006680488586 +Info 13070[13:41:25.946] getCompletionData: Is inside comment: 0.010358000174164772 +Info 13071[13:41:25.946] getCompletionData: Get previous token: 0.006895000115036964 +Info 13072[13:41:25.946] getCompletionsAtPosition: isCompletionListBlocker: 0.010997000150382519 +Info 13073[13:41:25.946] getExportInfoMap: cache hit +Info 13074[13:41:25.958] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 13075[13:41:25.958] collectAutoImports: response is complete +Info 13076[13:41:25.958] collectAutoImports: 11.653374000452459 +Info 13077[13:41:25.958] getCompletionData: Semantic work: 12.163371000438929 +Info 13078[13:41:25.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.498319000005722 +Info 13079[13:41:25.968] Format host information updated +Info 13080[13:41:28.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13081[13:41:28.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1035 structureChanged: false structureIsReused:: Completely Elapsed: 7.190767000429332ms +Info 13082[13:41:28.103] Different program with same set of files +Info 13083[13:41:28.103] getCompletionData: Get current token: 0.0022950004786252975 +Info 13084[13:41:28.103] getCompletionData: Is inside comment: 0.000996999442577362 +Info 13085[13:41:28.103] getCompletionData: Get previous token: 0.011796999722719193 +Info 13086[13:41:28.103] getCompletionsAtPosition: isCompletionListBlocker: 0.006804999895393848 +Info 13087[13:41:28.103] getExportInfoMap: cache hit +Info 13088[13:41:28.107] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 13089[13:41:28.107] collectAutoImports: response is complete +Info 13090[13:41:28.107] collectAutoImports: 3.8125009993091226 +Info 13091[13:41:28.107] getCompletionData: Semantic work: 4.2921449998393655 +Info 13092[13:41:28.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.174695000052452 +Info 13093[13:41:28.111] Format host information updated +Info 13094[13:41:28.181] Format host information updated +Info 13095[13:41:28.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13096[13:41:28.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1036 structureChanged: false structureIsReused:: Completely Elapsed: 7.976894999854267ms +Info 13097[13:41:28.189] Different program with same set of files +Info 13098[13:41:28.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13099[13:41:28.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1037 structureChanged: false structureIsReused:: Completely Elapsed: 25.37131799943745ms +Info 13100[13:41:28.313] Different program with same set of files +Info 13101[13:41:28.314] getCompletionData: Get current token: 0.019546999596059322 +Info 13102[13:41:28.314] getCompletionData: Is inside comment: 0.0061969999223947525 +Info 13103[13:41:28.314] getCompletionData: Get previous token: 0.060738000087440014 +Info 13104[13:41:28.314] getCompletionsAtPosition: isCompletionListBlocker: 0.022525999695062637 +Info 13105[13:41:28.316] getExportInfoMap: cache hit +Info 13106[13:41:28.341] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13107[13:41:28.341] collectAutoImports: response is complete +Info 13108[13:41:28.341] collectAutoImports: 24.931388000026345 +Info 13109[13:41:28.341] getCompletionData: Semantic work: 26.80302100069821 +Info 13110[13:41:28.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.684470999985933 +Info 13111[13:41:28.350] Format host information updated +Info 13112[13:41:28.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13113[13:41:28.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1038 structureChanged: false structureIsReused:: Completely Elapsed: 6.862998999655247ms +Info 13114[13:41:28.449] Different program with same set of files +Info 13115[13:41:28.449] getCompletionData: Get current token: 0.0036660004407167435 +Info 13116[13:41:28.449] getCompletionData: Is inside comment: 0.0013269996270537376 +Info 13117[13:41:28.449] getCompletionData: Get previous token: 0.012966000474989414 +Info 13118[13:41:28.449] getCompletionsAtPosition: isCompletionListBlocker: 0.007809000089764595 +Info 13119[13:41:28.450] getExportInfoMap: cache hit +Info 13120[13:41:28.464] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13121[13:41:28.464] collectAutoImports: response is complete +Info 13122[13:41:28.464] collectAutoImports: 14.252389000728726 +Info 13123[13:41:28.464] getCompletionData: Semantic work: 14.79796400014311 +Info 13124[13:41:28.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.057772000320256 +Info 13125[13:41:28.472] Format host information updated +Info 13126[13:41:28.627] Format host information updated +Info 13127[13:41:28.628] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13128[13:41:28.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1039 structureChanged: false structureIsReused:: Completely Elapsed: 22.778070000000298ms +Info 13129[13:41:28.651] Different program with same set of files +Info 13130[13:41:29.078] getCompletionData: Get current token: 0.003380000591278076 +Info 13131[13:41:29.078] getCompletionData: Is inside comment: 0.011313000693917274 +Info 13132[13:41:29.078] getCompletionData: Get previous token: 0.005270000547170639 +Info 13133[13:41:29.078] getCompletionsAtPosition: isCompletionListBlocker: 0.00864499993622303 +Info 13134[13:41:29.078] getExportInfoMap: cache hit +Info 13135[13:41:29.088] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13136[13:41:29.088] collectAutoImports: response is complete +Info 13137[13:41:29.088] collectAutoImports: 9.709169000387192 +Info 13138[13:41:29.088] getCompletionData: Semantic work: 10.273570000194013 +Info 13139[13:41:29.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1430950006470084 +Info 13140[13:41:29.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13141[13:41:29.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1040 structureChanged: false structureIsReused:: Completely Elapsed: 6.8345029996708035ms +Info 13142[13:41:29.269] Different program with same set of files +Info 13143[13:41:29.269] getCompletionData: Get current token: 0.004928000271320343 +Info 13144[13:41:29.269] getCompletionData: Is inside comment: 0.011565000750124454 +Info 13145[13:41:29.269] getCompletionData: Get previous token: 0.008605999872088432 +Info 13146[13:41:29.269] getCompletionsAtPosition: isCompletionListBlocker: 0.0024459995329380035 +Info 13147[13:41:29.270] getExportInfoMap: cache hit +Info 13148[13:41:29.281] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13149[13:41:29.281] collectAutoImports: response is complete +Info 13150[13:41:29.281] collectAutoImports: 11.248932999558747 +Info 13151[13:41:29.281] getCompletionData: Semantic work: 11.778392000123858 +Info 13152[13:41:29.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4450199995189905 +Info 13153[13:41:29.290] Format host information updated +Info 13154[13:41:29.409] Format host information updated +Info 13155[13:41:29.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13156[13:41:29.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1041 structureChanged: false structureIsReused:: Completely Elapsed: 6.505024000070989ms +Info 13157[13:41:29.416] Different program with same set of files +Info 13158[13:41:29.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13159[13:41:29.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1042 structureChanged: false structureIsReused:: Completely Elapsed: 6.495274000801146ms +Info 13160[13:41:29.607] Different program with same set of files +Info 13161[13:41:29.607] getCompletionData: Get current token: 0.0020739994943141937 +Info 13162[13:41:29.607] getCompletionData: Is inside comment: 0.007709999568760395 +Info 13163[13:41:29.607] getCompletionData: Get previous token: 0.011656999588012695 +Info 13164[13:41:29.607] getCompletionsAtPosition: isCompletionListBlocker: 0.009072000160813332 +Info 13165[13:41:29.608] getExportInfoMap: cache hit +Info 13166[13:41:29.614] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 13167[13:41:29.614] collectAutoImports: response is complete +Info 13168[13:41:29.614] collectAutoImports: 5.933276999741793 +Info 13169[13:41:29.614] getCompletionData: Semantic work: 6.511997999623418 +Info 13170[13:41:29.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2846020003780723 +Info 13171[13:41:29.616] Format host information updated +Info 13172[13:41:29.738] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13173[13:41:29.745] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1043 structureChanged: false structureIsReused:: Completely Elapsed: 6.966669999994338ms +Info 13174[13:41:29.745] Different program with same set of files +Info 13175[13:41:29.745] getCompletionData: Get current token: 0.0034199999645352364 +Info 13176[13:41:29.745] getCompletionData: Is inside comment: 0.00887299980968237 +Info 13177[13:41:29.745] getCompletionData: Get previous token: 0.006172000430524349 +Info 13178[13:41:29.745] getCompletionsAtPosition: isCompletionListBlocker: 0.002319999970495701 +Info 13179[13:41:29.745] getCompletionData: Semantic work: 0.3653100002557039 +Info 13180[13:41:29.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1873530000448227 +Info 13181[13:41:29.746] Format host information updated +Info 13182[13:41:30.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13183[13:41:30.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1044 structureChanged: false structureIsReused:: Completely Elapsed: 13.866942999884486ms +Info 13184[13:41:30.040] Different program with same set of files +Info 13185[13:41:30.040] getCompletionData: Get current token: 0.0034529995173215866 +Info 13186[13:41:30.040] getCompletionData: Is inside comment: 0.012736000120639801 +Info 13187[13:41:30.040] getCompletionData: Get previous token: 0.02167999930679798 +Info 13188[13:41:30.040] getCompletionsAtPosition: isCompletionListBlocker: 0.0035139992833137512 +Info 13189[13:41:30.041] getCompletionData: Semantic work: 0.6106920000165701 +Info 13190[13:41:30.042] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9580349996685982 +Info 13191[13:41:30.042] Format host information updated +Info 13192[13:41:30.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13193[13:41:30.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1045 structureChanged: false structureIsReused:: Completely Elapsed: 32.31513000000268ms +Info 13194[13:41:30.203] Different program with same set of files +Info 13195[13:41:30.203] getCompletionData: Get current token: 0.0074630007147789 +Info 13196[13:41:30.204] getCompletionData: Is inside comment: 0.027238999493420124 +Info 13197[13:41:30.204] getCompletionData: Get previous token: 0.03995699994266033 +Info 13198[13:41:30.204] getCompletionsAtPosition: isCompletionListBlocker: 0.005750000476837158 +Info 13199[13:41:30.205] getCompletionData: Semantic work: 1.0360110001638532 +Info 13200[13:41:30.206] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3119270000606775 +Info 13201[13:41:30.207] Format host information updated +Info 13202[13:41:30.257] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13203[13:41:30.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1046 structureChanged: false structureIsReused:: Completely Elapsed: 21.48930099979043ms +Info 13204[13:41:30.279] Different program with same set of files +Info 13205[13:41:30.279] getCompletionData: Get current token: 0.00787699967622757 +Info 13206[13:41:30.279] getCompletionData: Is inside comment: 0.028876000083982944 +Info 13207[13:41:30.279] getCompletionData: Get previous token: 0.04420899972319603 +Info 13208[13:41:30.279] getCompletionsAtPosition: isCompletionListBlocker: 0.0064500002190470695 +Info 13209[13:41:30.280] getCompletionData: Semantic work: 1.0541050005704165 +Info 13210[13:41:30.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7080979999154806 +Info 13211[13:41:30.288] Format host information updated +Info 13212[13:41:30.766] Format host information updated +Info 13213[13:41:30.766] Format host information updated +Info 13214[13:41:30.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13215[13:41:30.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1047 structureChanged: false structureIsReused:: Completely Elapsed: 7.291455000638962ms +Info 13216[13:41:30.774] Different program with same set of files +Info 13217[13:41:30.774] getCompletionData: Get current token: 0.0024160007014870644 +Info 13218[13:41:30.774] getCompletionData: Is inside comment: 0.008288000710308552 +Info 13219[13:41:30.774] getCompletionData: Get previous token: 0.005269000306725502 +Info 13220[13:41:30.774] getCompletionsAtPosition: isCompletionListBlocker: 0.002915000542998314 +Info 13221[13:41:30.774] getExportInfoMap: cache hit +Info 13222[13:41:30.788] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13223[13:41:30.788] collectAutoImports: response is complete +Info 13224[13:41:30.788] collectAutoImports: 13.192138000391424 +Info 13225[13:41:30.788] getCompletionData: Semantic work: 13.753844999708235 +Info 13226[13:41:30.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.586834999732673 +Info 13227[13:41:30.795] getCompletionData: Get current token: 0.00967399962246418 +Info 13228[13:41:30.795] getCompletionData: Is inside comment: 0.0036920001730322838 +Info 13229[13:41:30.795] getCompletionData: Get previous token: 0.04201800003647804 +Info 13230[13:41:30.795] getCompletionsAtPosition: isCompletionListBlocker: 0.0027359994128346443 +Info 13231[13:41:30.795] getCompletionData: Semantic work: 0.31612499989569187 +Info 13232[13:41:30.798] getCompletionData: Get current token: 0.006102999672293663 +Info 13233[13:41:30.798] getCompletionData: Is inside comment: 0.0022759996354579926 +Info 13234[13:41:30.798] getCompletionData: Get previous token: 0.016247999854385853 +Info 13235[13:41:30.798] getCompletionsAtPosition: isCompletionListBlocker: 0.0017090002074837685 +Info 13236[13:41:30.798] getCompletionData: Semantic work: 0.13975099939852953 +Info 13237[13:41:30.798] Format host information updated +Info 13238[13:41:30.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13239[13:41:30.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1048 structureChanged: false structureIsReused:: Completely Elapsed: 6.949459000490606ms +Info 13240[13:41:30.833] Different program with same set of files +Info 13241[13:41:30.833] getCompletionData: Get current token: 0.0025460002943873405 +Info 13242[13:41:30.833] getCompletionData: Is inside comment: 0.009909000247716904 +Info 13243[13:41:30.833] getCompletionData: Get previous token: 0.005830000154674053 +Info 13244[13:41:30.833] getCompletionsAtPosition: isCompletionListBlocker: 0.006920999847352505 +Info 13245[13:41:30.834] getExportInfoMap: cache hit +Info 13246[13:41:30.847] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13247[13:41:30.848] collectAutoImports: response is complete +Info 13248[13:41:30.848] collectAutoImports: 13.638675999827683 +Info 13249[13:41:30.848] getCompletionData: Semantic work: 14.19346099998802 +Info 13250[13:41:30.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.826961999759078 +Info 13251[13:41:30.855] Format host information updated +Info 13252[13:41:36.646] Format host information updated +Info 13253[13:41:36.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13254[13:41:36.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1049 structureChanged: false structureIsReused:: Completely Elapsed: 8.099576000124216ms +Info 13255[13:41:36.654] Different program with same set of files +Info 13256[13:41:42.233] Format host information updated +Info 13257[13:41:42.233] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13258[13:41:42.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1050 structureChanged: false structureIsReused:: Completely Elapsed: 12.546056999824941ms +Info 13259[13:41:42.246] Different program with same set of files +Info 13260[13:41:44.493] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13261[13:41:44.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1051 structureChanged: false structureIsReused:: Completely Elapsed: 11.275665999390185ms +Info 13262[13:41:44.505] Different program with same set of files +Info 13263[13:41:44.505] getCompletionData: Get current token: 0.0025949999690055847 +Info 13264[13:41:44.505] getCompletionData: Is inside comment: 0.001187000423669815 +Info 13265[13:41:44.505] getCompletionData: Get previous token: 0.01408000010997057 +Info 13266[13:41:44.505] getCompletionsAtPosition: isCompletionListBlocker: 0.0023559993132948875 +Info 13267[13:41:44.505] getCompletionData: Semantic work: 0.270392999984324 +Info 13268[13:41:44.505] Format host information updated +Info 13269[13:41:44.652] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13270[13:41:44.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1052 structureChanged: false structureIsReused:: Completely Elapsed: 9.341845999471843ms +Info 13271[13:41:44.662] Different program with same set of files +Info 13272[13:41:44.662] getCompletionData: Get current token: 0.005878999829292297 +Info 13273[13:41:44.662] getCompletionData: Is inside comment: 0.001451999880373478 +Info 13274[13:41:44.662] getCompletionData: Get previous token: 0.02031299937516451 +Info 13275[13:41:44.662] getCompletionsAtPosition: isCompletionListBlocker: 0.002278999425470829 +Info 13276[13:41:44.662] getCompletionData: Semantic work: 0.24762099981307983 +Info 13277[13:41:44.663] Format host information updated +Info 13278[13:41:44.768] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13279[13:41:44.779] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1053 structureChanged: false structureIsReused:: Completely Elapsed: 10.91472699958831ms +Info 13280[13:41:44.779] Different program with same set of files +Info 13281[13:41:44.779] getCompletionData: Get current token: 0.003832000307738781 +Info 13282[13:41:44.779] getCompletionData: Is inside comment: 0.0015139998868107796 +Info 13283[13:41:44.779] getCompletionData: Get previous token: 0.019965999759733677 +Info 13284[13:41:44.779] getCompletionsAtPosition: isCompletionListBlocker: 0.002802000381052494 +Info 13285[13:41:44.779] getCompletionData: Semantic work: 0.28416099958121777 +Info 13286[13:41:44.780] Format host information updated +Info 13287[13:41:44.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13288[13:41:44.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1054 structureChanged: false structureIsReused:: Completely Elapsed: 10.309659999795258ms +Info 13289[13:41:44.899] Different program with same set of files +Info 13290[13:41:44.899] getCompletionData: Get current token: 0.002596999518573284 +Info 13291[13:41:44.899] getCompletionData: Is inside comment: 0.001110999844968319 +Info 13292[13:41:44.899] getCompletionData: Get previous token: 0.015589999966323376 +Info 13293[13:41:44.899] getCompletionsAtPosition: isCompletionListBlocker: 0.0026989998295903206 +Info 13294[13:41:44.899] getCompletionData: Semantic work: 0.20540899969637394 +Info 13295[13:41:44.899] Format host information updated +Info 13296[13:41:44.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13297[13:41:44.971] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1055 structureChanged: false structureIsReused:: Completely Elapsed: 16.331624999642372ms +Info 13298[13:41:44.971] Different program with same set of files +Info 13299[13:41:44.971] getCompletionData: Get current token: 0.009167000651359558 +Info 13300[13:41:44.971] getCompletionData: Is inside comment: 0.0034989994019269943 +Info 13301[13:41:44.971] getCompletionData: Get previous token: 0.04712700005620718 +Info 13302[13:41:44.971] getCompletionsAtPosition: isCompletionListBlocker: 0.005208000540733337 +Info 13303[13:41:44.972] getCompletionData: Semantic work: 0.4972860002890229 +Info 13304[13:41:44.978] Format host information updated +Info 13305[13:41:48.398] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13306[13:41:48.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1056 structureChanged: false structureIsReused:: Completely Elapsed: 7.063657999970019ms +Info 13307[13:41:48.405] Different program with same set of files +Info 13308[13:41:48.405] getCompletionData: Get current token: 0.0020980006083846092 +Info 13309[13:41:48.405] getCompletionData: Is inside comment: 0.007579999975860119 +Info 13310[13:41:48.405] getCompletionData: Get previous token: 0.007207999937236309 +Info 13311[13:41:48.405] getCompletionsAtPosition: isCompletionListBlocker: 0.0013579996302723885 +Info 13312[13:41:48.405] Returning an empty list because completion was requested in an invalid position. +Info 13313[13:41:48.406] Format host information updated +Info 13314[13:41:48.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13315[13:41:48.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1057 structureChanged: false structureIsReused:: Completely Elapsed: 8.181021999567747ms +Info 13316[13:41:48.606] Different program with same set of files +Info 13317[13:41:48.606] getCompletionData: Get current token: 0.0024570003151893616 +Info 13318[13:41:48.607] getCompletionData: Is inside comment: 0.007968000136315823 +Info 13319[13:41:48.607] getCompletionData: Get previous token: 0.008245999924838543 +Info 13320[13:41:48.607] getCompletionsAtPosition: isCompletionListBlocker: 0.0016470002010464668 +Info 13321[13:41:48.607] Returning an empty list because completion was requested in an invalid position. +Info 13322[13:41:48.607] Format host information updated +Info 13323[13:41:48.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13324[13:41:48.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1058 structureChanged: false structureIsReused:: Completely Elapsed: 9.388129000551999ms +Info 13325[13:41:48.727] Different program with same set of files +Info 13326[13:41:48.727] getCompletionData: Get current token: 0.002596999518573284 +Info 13327[13:41:48.727] getCompletionData: Is inside comment: 0.0066169993951916695 +Info 13328[13:41:48.727] getCompletionData: Get previous token: 0.008321000263094902 +Info 13329[13:41:48.727] getCompletionsAtPosition: isCompletionListBlocker: 0.0015940004959702492 +Info 13330[13:41:48.727] Returning an empty list because completion was requested in an invalid position. +Info 13331[13:41:48.727] Format host information updated +Info 13332[13:41:48.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13333[13:41:48.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1059 structureChanged: false structureIsReused:: Completely Elapsed: 8.723189000040293ms +Info 13334[13:41:48.869] Different program with same set of files +Info 13335[13:41:48.869] getCompletionData: Get current token: 0.002842000685632229 +Info 13336[13:41:48.869] getCompletionData: Is inside comment: 0.009806000627577305 +Info 13337[13:41:48.869] getCompletionData: Get previous token: 0.009991999715566635 +Info 13338[13:41:48.869] getCompletionsAtPosition: isCompletionListBlocker: 0.0014979997649788857 +Info 13339[13:41:48.869] Returning an empty list because completion was requested in an invalid position. +Info 13340[13:41:48.870] Format host information updated +Info 13341[13:41:52.073] getCompletionData: Get current token: 0.0026190001517534256 +Info 13342[13:41:52.073] getCompletionData: Is inside comment: 0.008301000110805035 +Info 13343[13:41:52.073] getCompletionData: Get previous token: 0.00494800042361021 +Info 13344[13:41:52.074] getCompletionsAtPosition: isCompletionListBlocker: 0.0022780001163482666 +Info 13345[13:41:52.074] getExportInfoMap: cache hit +Info 13346[13:41:52.088] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 13347[13:41:52.088] collectAutoImports: response is complete +Info 13348[13:41:52.088] collectAutoImports: 13.673530000261962 +Info 13349[13:41:52.088] getCompletionData: Semantic work: 14.70696199964732 +Info 13350[13:41:52.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.080093000084162 +Info 13351[13:41:55.022] Format host information updated +Info 13352[13:41:55.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13353[13:41:55.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1060 structureChanged: false structureIsReused:: Completely Elapsed: 8.315650000236928ms +Info 13354[13:41:55.031] Different program with same set of files +Info 13355[13:41:56.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13356[13:41:56.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1061 structureChanged: false structureIsReused:: Completely Elapsed: 7.217279000207782ms +Info 13357[13:41:56.149] Different program with same set of files +Info 13358[13:41:56.149] getCompletionData: Get current token: 0.003076000139117241 +Info 13359[13:41:56.149] getCompletionData: Is inside comment: 0.01003899984061718 +Info 13360[13:41:56.149] getCompletionData: Get previous token: 0.012032999657094479 +Info 13361[13:41:56.149] getCompletionsAtPosition: isCompletionListBlocker: 0.0026190001517534256 +Info 13362[13:41:56.149] getExportInfoMap: cache hit +Info 13363[13:41:56.153] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 13364[13:41:56.153] collectAutoImports: response is complete +Info 13365[13:41:56.153] collectAutoImports: 3.1707629999145865 +Info 13366[13:41:56.153] getCompletionData: Semantic work: 3.8196909995749593 +Info 13367[13:41:56.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9769689999520779 +Info 13368[13:41:56.156] Format host information updated +Info 13369[13:41:56.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13370[13:41:56.366] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1062 structureChanged: false structureIsReused:: Completely Elapsed: 7.988326999358833ms +Info 13371[13:41:56.366] Different program with same set of files +Info 13372[13:41:56.367] getCompletionData: Get current token: 0.003407999873161316 +Info 13373[13:41:56.367] getCompletionData: Is inside comment: 0.010386999696493149 +Info 13374[13:41:56.367] getCompletionData: Get previous token: 0.014235999435186386 +Info 13375[13:41:56.367] getCompletionsAtPosition: isCompletionListBlocker: 0.002702999860048294 +Info 13376[13:41:56.367] getExportInfoMap: cache hit +Info 13377[13:41:56.369] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13378[13:41:56.369] collectAutoImports: response is complete +Info 13379[13:41:56.370] collectAutoImports: 2.326380000449717 +Info 13380[13:41:56.370] getCompletionData: Semantic work: 2.8716709995642304 +Info 13381[13:41:56.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.00702799949795 +Info 13382[13:41:56.372] Format host information updated +Info 13383[13:41:56.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13384[13:41:56.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1063 structureChanged: false structureIsReused:: Completely Elapsed: 10.540939999744296ms +Info 13385[13:41:56.492] Different program with same set of files +Info 13386[13:41:56.492] getCompletionData: Get current token: 0.0036869999021291733 +Info 13387[13:41:56.492] getCompletionData: Is inside comment: 0.010670999996364117 +Info 13388[13:41:56.493] getCompletionData: Get previous token: 0.013073999434709549 +Info 13389[13:41:56.493] getCompletionsAtPosition: isCompletionListBlocker: 0.0029239999130368233 +Info 13390[13:41:56.493] getExportInfoMap: cache hit +Info 13391[13:41:56.495] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13392[13:41:56.495] collectAutoImports: response is complete +Info 13393[13:41:56.495] collectAutoImports: 1.9767890004441142 +Info 13394[13:41:56.495] getCompletionData: Semantic work: 2.502737999893725 +Info 13395[13:41:56.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7540149996057153 +Info 13396[13:41:56.498] Format host information updated +Info 13397[13:41:56.658] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13398[13:41:56.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1064 structureChanged: false structureIsReused:: Completely Elapsed: 6.6078420002013445ms +Info 13399[13:41:56.664] Different program with same set of files +Info 13400[13:41:56.665] getCompletionData: Get current token: 0.0032499991357326508 +Info 13401[13:41:56.665] getCompletionData: Is inside comment: 0.00966699980199337 +Info 13402[13:41:56.665] getCompletionData: Get previous token: 0.014077999629080296 +Info 13403[13:41:56.665] getCompletionsAtPosition: isCompletionListBlocker: 0.0028419997543096542 +Info 13404[13:41:56.665] getExportInfoMap: cache hit +Info 13405[13:41:56.667] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 13406[13:41:56.667] collectAutoImports: response is complete +Info 13407[13:41:56.667] collectAutoImports: 1.5609149998053908 +Info 13408[13:41:56.667] getCompletionData: Semantic work: 2.071120999753475 +Info 13409[13:41:56.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7505900003015995 +Info 13410[13:41:56.671] Format host information updated +Info 13411[13:41:56.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13412[13:41:56.825] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1065 structureChanged: false structureIsReused:: Completely Elapsed: 7.477285999804735ms +Info 13413[13:41:56.825] Different program with same set of files +Info 13414[13:41:56.825] getCompletionData: Get current token: 0.004401000216603279 +Info 13415[13:41:56.825] getCompletionData: Is inside comment: 0.01336399931460619 +Info 13416[13:41:56.825] getCompletionData: Get previous token: 0.01655100006610155 +Info 13417[13:41:56.825] getCompletionsAtPosition: isCompletionListBlocker: 0.0031940005719661713 +Info 13418[13:41:56.825] getExportInfoMap: cache hit +Info 13419[13:41:56.827] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13420[13:41:56.827] collectAutoImports: response is complete +Info 13421[13:41:56.827] collectAutoImports: 1.9189569996669888 +Info 13422[13:41:56.827] getCompletionData: Semantic work: 2.5080030001699924 +Info 13423[13:41:56.829] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.053875000216067 +Info 13424[13:41:56.830] Format host information updated +Info 13425[13:41:56.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13426[13:41:56.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1066 structureChanged: false structureIsReused:: Completely Elapsed: 6.684837000444531ms +Info 13427[13:41:56.953] Different program with same set of files +Info 13428[13:41:56.953] getCompletionData: Get current token: 0.00392100028693676 +Info 13429[13:41:56.953] getCompletionData: Is inside comment: 0.01108699943870306 +Info 13430[13:41:56.953] getCompletionData: Get previous token: 0.013462000526487827 +Info 13431[13:41:56.953] getCompletionsAtPosition: isCompletionListBlocker: 0.002822999842464924 +Info 13432[13:41:56.953] getExportInfoMap: cache hit +Info 13433[13:41:56.955] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13434[13:41:56.955] collectAutoImports: response is complete +Info 13435[13:41:56.955] collectAutoImports: 1.6767419995740056 +Info 13436[13:41:56.955] getCompletionData: Semantic work: 2.201334999874234 +Info 13437[13:41:56.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9809409994632006 +Info 13438[13:41:56.960] Format host information updated +Info 13439[13:41:57.904] getCompletionData: Get current token: 0.0034199999645352364 +Info 13440[13:41:57.904] getCompletionData: Is inside comment: 0.024632999673485756 +Info 13441[13:41:57.905] getCompletionData: Get previous token: 0.03196800034493208 +Info 13442[13:41:57.905] getCompletionsAtPosition: isCompletionListBlocker: 0.003326999954879284 +Info 13443[13:41:57.905] getExportInfoMap: cache hit +Info 13444[13:41:57.907] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13445[13:41:57.907] collectAutoImports: response is complete +Info 13446[13:41:57.907] collectAutoImports: 1.486183000728488 +Info 13447[13:41:57.907] getCompletionData: Semantic work: 2.0382499992847443 +Info 13448[13:41:57.908] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8795419996604323 +Info 13449[13:41:58.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13450[13:41:58.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1067 structureChanged: false structureIsReused:: Completely Elapsed: 6.576391000300646ms +Info 13451[13:41:58.079] Different program with same set of files +Info 13452[13:41:58.079] getCompletionData: Get current token: 0.0036869999021291733 +Info 13453[13:41:58.079] getCompletionData: Is inside comment: 0.010478000156581402 +Info 13454[13:41:58.079] getCompletionData: Get previous token: 0.01283199992030859 +Info 13455[13:41:58.079] getCompletionsAtPosition: isCompletionListBlocker: 0.0029159998521208763 +Info 13456[13:41:58.080] getExportInfoMap: cache hit +Info 13457[13:41:58.096] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 13458[13:41:58.096] collectAutoImports: response is complete +Info 13459[13:41:58.096] collectAutoImports: 16.428658000193536 +Info 13460[13:41:58.096] getCompletionData: Semantic work: 16.94531499966979 +Info 13461[13:41:58.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.815208000130951 +Info 13462[13:41:58.105] Format host information updated +Info 13463[13:42:00.410] Format host information updated +Info 13464[13:42:00.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13465[13:42:00.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1068 structureChanged: false structureIsReused:: Completely Elapsed: 8.707771999761462ms +Info 13466[13:42:00.419] Different program with same set of files +Info 13467[13:42:01.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13468[13:42:01.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1069 structureChanged: false structureIsReused:: Completely Elapsed: 6.33020900003612ms +Info 13469[13:42:01.216] Different program with same set of files +Info 13470[13:42:01.216] getCompletionData: Get current token: 0.0027660001069307327 +Info 13471[13:42:01.216] getCompletionData: Is inside comment: 0.008969999849796295 +Info 13472[13:42:01.216] getCompletionData: Get previous token: 0.006284000352025032 +Info 13473[13:42:01.216] getCompletionsAtPosition: isCompletionListBlocker: 0.0028769997879862785 +Info 13474[13:42:01.216] getExportInfoMap: cache hit +Info 13475[13:42:01.229] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 13476[13:42:01.229] collectAutoImports: response is complete +Info 13477[13:42:01.229] collectAutoImports: 12.395457999780774 +Info 13478[13:42:01.229] getCompletionData: Semantic work: 12.861507999710739 +Info 13479[13:42:01.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.417368999682367 +Info 13480[13:42:01.237] Format host information updated +Info 13481[13:42:01.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13482[13:42:01.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1070 structureChanged: false structureIsReused:: Completely Elapsed: 8.631644999608397ms +Info 13483[13:42:01.329] Different program with same set of files +Info 13484[13:42:01.329] getCompletionData: Get current token: 0.003229999914765358 +Info 13485[13:42:01.329] getCompletionData: Is inside comment: 0.010371999815106392 +Info 13486[13:42:01.329] getCompletionData: Get previous token: 0.03445299994200468 +Info 13487[13:42:01.329] getCompletionsAtPosition: isCompletionListBlocker: 0.00289200060069561 +Info 13488[13:42:01.330] getExportInfoMap: cache hit +Info 13489[13:42:01.333] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 13490[13:42:01.333] collectAutoImports: response is complete +Info 13491[13:42:01.333] collectAutoImports: 3.604875000193715 +Info 13492[13:42:01.333] getCompletionData: Semantic work: 4.147921999916434 +Info 13493[13:42:01.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.190512999892235 +Info 13494[13:42:01.337] Format host information updated +Info 13495[13:42:01.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13496[13:42:01.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1071 structureChanged: false structureIsReused:: Completely Elapsed: 6.490691999904811ms +Info 13497[13:42:01.596] Different program with same set of files +Info 13498[13:42:01.596] getCompletionData: Get current token: 0.0031930003315210342 +Info 13499[13:42:01.596] getCompletionData: Is inside comment: 0.008868999779224396 +Info 13500[13:42:01.596] getCompletionData: Get previous token: 0.009904999285936356 +Info 13501[13:42:01.596] getCompletionsAtPosition: isCompletionListBlocker: 0.0027289995923638344 +Info 13502[13:42:01.597] getExportInfoMap: cache hit +Info 13503[13:42:01.602] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 13504[13:42:01.602] collectAutoImports: response is complete +Info 13505[13:42:01.602] collectAutoImports: 5.364949000068009 +Info 13506[13:42:01.602] getCompletionData: Semantic work: 5.897220000624657 +Info 13507[13:42:01.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1700790002942085 +Info 13508[13:42:01.605] Format host information updated +Info 13509[13:42:01.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13510[13:42:01.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1072 structureChanged: false structureIsReused:: Completely Elapsed: 14.534378999844193ms +Info 13511[13:42:01.694] Different program with same set of files +Info 13512[13:42:01.694] getCompletionData: Get current token: 0.00925000011920929 +Info 13513[13:42:01.694] getCompletionData: Is inside comment: 0.02483000047504902 +Info 13514[13:42:01.694] getCompletionData: Get previous token: 0.05593500006943941 +Info 13515[13:42:01.694] getCompletionsAtPosition: isCompletionListBlocker: 0.006141000427305698 +Info 13516[13:42:01.696] getExportInfoMap: cache hit +Info 13517[13:42:01.702] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 13518[13:42:01.702] collectAutoImports: response is complete +Info 13519[13:42:01.702] collectAutoImports: 6.314716000109911 +Info 13520[13:42:01.702] getCompletionData: Semantic work: 7.897403999231756 +Info 13521[13:42:01.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.490055000409484 +Info 13522[13:42:01.708] Format host information updated +Info 13523[13:42:01.804] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13524[13:42:01.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1073 structureChanged: false structureIsReused:: Completely Elapsed: 8.945059000514448ms +Info 13525[13:42:01.813] Different program with same set of files +Info 13526[13:42:01.814] getCompletionData: Get current token: 0.004050000570714474 +Info 13527[13:42:01.814] getCompletionData: Is inside comment: 0.010293999686837196 +Info 13528[13:42:01.814] getCompletionData: Get previous token: 0.011300000362098217 +Info 13529[13:42:01.814] getCompletionsAtPosition: isCompletionListBlocker: 0.00290600024163723 +Info 13530[13:42:01.814] getExportInfoMap: cache hit +Info 13531[13:42:01.817] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 13532[13:42:01.817] collectAutoImports: response is complete +Info 13533[13:42:01.817] collectAutoImports: 2.2989720003679395 +Info 13534[13:42:01.817] getCompletionData: Semantic work: 2.8931660000234842 +Info 13535[13:42:01.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0422949995845556 +Info 13536[13:42:01.820] Format host information updated +Info 13537[13:42:01.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13538[13:42:01.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1074 structureChanged: false structureIsReused:: Completely Elapsed: 25.380726999603212ms +Info 13539[13:42:01.902] Different program with same set of files +Info 13540[13:42:01.902] getCompletionData: Get current token: 0.010509000159800053 +Info 13541[13:42:01.902] getCompletionData: Is inside comment: 0.030756999738514423 +Info 13542[13:42:01.902] getCompletionData: Get previous token: 0.03282400034368038 +Info 13543[13:42:01.902] getCompletionsAtPosition: isCompletionListBlocker: 0.006873000413179398 +Info 13544[13:42:01.903] getExportInfoMap: cache hit +Info 13545[13:42:01.909] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 13546[13:42:01.909] collectAutoImports: response is complete +Info 13547[13:42:01.909] collectAutoImports: 5.427179999649525 +Info 13548[13:42:01.909] getCompletionData: Semantic work: 6.73553999979049 +Info 13549[13:42:01.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9682479994371533 +Info 13550[13:42:01.917] Format host information updated +Info 13551[13:42:01.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13552[13:42:01.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1075 structureChanged: false structureIsReused:: Completely Elapsed: 8.509166000410914ms +Info 13553[13:42:01.948] Different program with same set of files +Info 13554[13:42:01.948] getCompletionData: Get current token: 0.005079000256955624 +Info 13555[13:42:01.948] getCompletionData: Is inside comment: 0.013249999843537807 +Info 13556[13:42:01.948] getCompletionData: Get previous token: 0.014170000329613686 +Info 13557[13:42:01.948] getCompletionsAtPosition: isCompletionListBlocker: 0.003300999291241169 +Info 13558[13:42:01.949] getExportInfoMap: cache hit +Info 13559[13:42:01.963] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 13560[13:42:01.963] collectAutoImports: response is complete +Info 13561[13:42:01.963] collectAutoImports: 14.096518999896944 +Info 13562[13:42:01.963] getCompletionData: Semantic work: 14.71238199993968 +Info 13563[13:42:01.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.032823000103235 +Info 13564[13:42:01.973] Format host information updated +Info 13565[13:42:05.563] Format host information updated +Info 13566[13:42:05.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13567[13:42:05.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1076 structureChanged: false structureIsReused:: Completely Elapsed: 7.77976099960506ms +Info 13568[13:42:05.571] Different program with same set of files +Info 13569[13:42:05.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13570[13:42:05.785] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1077 structureChanged: false structureIsReused:: Completely Elapsed: 7.797007999382913ms +Info 13571[13:42:05.785] Different program with same set of files +Info 13572[13:42:05.785] getCompletionData: Get current token: 0.0020969994366168976 +Info 13573[13:42:05.785] getCompletionData: Is inside comment: 0.006219999864697456 +Info 13574[13:42:05.785] getCompletionData: Get previous token: 0.008652000688016415 +Info 13575[13:42:05.785] getCompletionsAtPosition: isCompletionListBlocker: 0.007298000156879425 +Info 13576[13:42:05.786] getExportInfoMap: cache hit +Info 13577[13:42:05.794] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 13578[13:42:05.794] collectAutoImports: response is complete +Info 13579[13:42:05.794] collectAutoImports: 7.677015000022948 +Info 13580[13:42:05.794] getCompletionData: Semantic work: 8.592013999819756 +Info 13581[13:42:05.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4447609996423125 +Info 13582[13:42:05.796] Format host information updated +Info 13583[13:42:05.952] Format host information updated +Info 13584[13:42:05.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13585[13:42:05.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1078 structureChanged: false structureIsReused:: Completely Elapsed: 6.891006000339985ms +Info 13586[13:42:05.959] Different program with same set of files +Info 13587[13:42:06.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13588[13:42:06.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1079 structureChanged: false structureIsReused:: Completely Elapsed: 7.191189999692142ms +Info 13589[13:42:06.068] Different program with same set of files +Info 13590[13:42:06.068] getCompletionData: Get current token: 0.0023020002990961075 +Info 13591[13:42:06.068] getCompletionData: Is inside comment: 0.008249999955296516 +Info 13592[13:42:06.068] getCompletionData: Get previous token: 0.0059540001675486565 +Info 13593[13:42:06.069] getCompletionsAtPosition: isCompletionListBlocker: 0.007689000107347965 +Info 13594[13:42:06.069] getExportInfoMap: cache hit +Info 13595[13:42:06.085] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13596[13:42:06.085] collectAutoImports: response is complete +Info 13597[13:42:06.085] collectAutoImports: 15.457100000232458 +Info 13598[13:42:06.085] getCompletionData: Semantic work: 16.050691000185907 +Info 13599[13:42:06.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.07256400026381 +Info 13600[13:42:06.094] Format host information updated +Info 13601[13:42:06.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13602[13:42:06.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1080 structureChanged: false structureIsReused:: Completely Elapsed: 7.6714719999581575ms +Info 13603[13:42:06.266] Different program with same set of files +Info 13604[13:42:06.266] getCompletionData: Get current token: 0.004388000816106796 +Info 13605[13:42:06.266] getCompletionData: Is inside comment: 0.009184000082314014 +Info 13606[13:42:06.266] getCompletionData: Get previous token: 0.007023000158369541 +Info 13607[13:42:06.266] getCompletionsAtPosition: isCompletionListBlocker: 0.02153200004249811 +Info 13608[13:42:06.267] getExportInfoMap: cache hit +Info 13609[13:42:06.279] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13610[13:42:06.279] collectAutoImports: response is complete +Info 13611[13:42:06.279] collectAutoImports: 12.239753999747336 +Info 13612[13:42:06.279] getCompletionData: Semantic work: 13.184910000301898 +Info 13613[13:42:06.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.194012999534607 +Info 13614[13:42:06.290] Format host information updated +Info 13615[13:42:06.376] Format host information updated +Info 13616[13:42:06.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13617[13:42:06.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1081 structureChanged: false structureIsReused:: Completely Elapsed: 25.56354800052941ms +Info 13618[13:42:06.402] Different program with same set of files +Info 13619[13:42:06.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13620[13:42:06.523] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1082 structureChanged: false structureIsReused:: Completely Elapsed: 6.605874000117183ms +Info 13621[13:42:06.523] Different program with same set of files +Info 13622[13:42:06.523] getCompletionData: Get current token: 0.002191999927163124 +Info 13623[13:42:06.524] getCompletionData: Is inside comment: 0.007352999411523342 +Info 13624[13:42:06.524] getCompletionData: Get previous token: 0.010904999449849129 +Info 13625[13:42:06.524] getCompletionsAtPosition: isCompletionListBlocker: 0.008086999878287315 +Info 13626[13:42:06.524] getExportInfoMap: cache hit +Info 13627[13:42:06.529] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 13628[13:42:06.529] collectAutoImports: response is complete +Info 13629[13:42:06.529] collectAutoImports: 4.524533999152482 +Info 13630[13:42:06.529] getCompletionData: Semantic work: 5.2252700002864 +Info 13631[13:42:06.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2395270001143217 +Info 13632[13:42:06.533] Format host information updated +Info 13633[13:42:06.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13634[13:42:06.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1083 structureChanged: false structureIsReused:: Completely Elapsed: 17.762504000216722ms +Info 13635[13:42:06.606] Different program with same set of files +Info 13636[13:42:06.606] getCompletionData: Get current token: 0.00709300022572279 +Info 13637[13:42:06.606] getCompletionData: Is inside comment: 0.027902000583708286 +Info 13638[13:42:06.606] getCompletionData: Get previous token: 0.01814000029116869 +Info 13639[13:42:06.606] getCompletionsAtPosition: isCompletionListBlocker: 0.005828999914228916 +Info 13640[13:42:06.607] getCompletionData: Semantic work: 0.9023009994998574 +Info 13641[13:42:06.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6433659996837378 +Info 13642[13:42:06.609] Format host information updated +Info 13643[13:42:07.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13644[13:42:07.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1084 structureChanged: false structureIsReused:: Completely Elapsed: 9.123216000385582ms +Info 13645[13:42:07.022] Different program with same set of files +Info 13646[13:42:07.023] getCompletionData: Get current token: 0.002337999641895294 +Info 13647[13:42:07.023] getCompletionData: Is inside comment: 0.008040999993681908 +Info 13648[13:42:07.023] getCompletionData: Get previous token: 0.012829000130295753 +Info 13649[13:42:07.023] getCompletionsAtPosition: isCompletionListBlocker: 0.002418999560177326 +Info 13650[13:42:07.023] getCompletionData: Semantic work: 0.35373600013554096 +Info 13651[13:42:07.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7388630006462336 +Info 13652[13:42:07.024] Format host information updated +Info 13653[13:42:07.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13654[13:42:07.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1085 structureChanged: false structureIsReused:: Completely Elapsed: 6.503029000014067ms +Info 13655[13:42:07.099] Different program with same set of files +Info 13656[13:42:07.099] getCompletionData: Get current token: 0.0025880001485347748 +Info 13657[13:42:07.099] getCompletionData: Is inside comment: 0.00849900022149086 +Info 13658[13:42:07.099] getCompletionData: Get previous token: 0.013230999931693077 +Info 13659[13:42:07.099] getCompletionsAtPosition: isCompletionListBlocker: 0.0025599999353289604 +Info 13660[13:42:07.099] getCompletionData: Semantic work: 0.33461799938231707 +Info 13661[13:42:07.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.597978999838233 +Info 13662[13:42:07.100] Format host information updated +Info 13663[13:42:07.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13664[13:42:07.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1086 structureChanged: false structureIsReused:: Completely Elapsed: 6.697564999572933ms +Info 13665[13:42:07.287] Different program with same set of files +Info 13666[13:42:07.287] getCompletionData: Get current token: 0.002538999542593956 +Info 13667[13:42:07.287] getCompletionData: Is inside comment: 0.013880999758839607 +Info 13668[13:42:07.287] getCompletionData: Get previous token: 0.01301099918782711 +Info 13669[13:42:07.287] getCompletionsAtPosition: isCompletionListBlocker: 0.0023969998583197594 +Info 13670[13:42:07.288] getCompletionData: Semantic work: 0.3790140002965927 +Info 13671[13:42:07.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5626909993588924 +Info 13672[13:42:07.291] Format host information updated +Info 13673[13:42:07.356] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13674[13:42:07.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1087 structureChanged: false structureIsReused:: Completely Elapsed: 6.372281999327242ms +Info 13675[13:42:07.363] Different program with same set of files +Info 13676[13:42:07.363] getCompletionData: Get current token: 0.002153000794351101 +Info 13677[13:42:07.363] getCompletionData: Is inside comment: 0.007170000113546848 +Info 13678[13:42:07.363] getCompletionData: Get previous token: 0.010741000063717365 +Info 13679[13:42:07.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0023430008441209793 +Info 13680[13:42:07.363] getCompletionData: Semantic work: 0.2975340001285076 +Info 13681[13:42:07.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2670519994571805 +Info 13682[13:42:07.364] Format host information updated +Info 13683[13:42:07.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13684[13:42:07.501] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1088 structureChanged: false structureIsReused:: Completely Elapsed: 9.557412999682128ms +Info 13685[13:42:07.501] Different program with same set of files +Info 13686[13:42:07.501] getCompletionData: Get current token: 0.004289000295102596 +Info 13687[13:42:07.501] getCompletionData: Is inside comment: 0.01359300035983324 +Info 13688[13:42:07.501] getCompletionData: Get previous token: 0.009034999646246433 +Info 13689[13:42:07.501] getCompletionsAtPosition: isCompletionListBlocker: 0.004098000004887581 +Info 13690[13:42:07.502] getExportInfoMap: cache hit +Info 13691[13:42:07.520] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13692[13:42:07.520] collectAutoImports: response is complete +Info 13693[13:42:07.520] collectAutoImports: 17.747198999859393 +Info 13694[13:42:07.520] getCompletionData: Semantic work: 18.794324999675155 +Info 13695[13:42:07.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.151909000240266 +Info 13696[13:42:07.528] Format host information updated +Info 13697[13:42:07.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13698[13:42:07.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1089 structureChanged: false structureIsReused:: Completely Elapsed: 8.326909999363124ms +Info 13699[13:42:07.566] Different program with same set of files +Info 13700[13:42:07.566] getCompletionData: Get current token: 0.0021589994430541992 +Info 13701[13:42:07.566] getCompletionData: Is inside comment: 0.007852000184357166 +Info 13702[13:42:07.566] getCompletionData: Get previous token: 0.005400000140070915 +Info 13703[13:42:07.566] getCompletionsAtPosition: isCompletionListBlocker: 0.007813999429345131 +Info 13704[13:42:07.567] getExportInfoMap: cache hit +Info 13705[13:42:07.578] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13706[13:42:07.578] collectAutoImports: response is complete +Info 13707[13:42:07.578] collectAutoImports: 11.07046699989587 +Info 13708[13:42:07.578] getCompletionData: Semantic work: 11.634526999667287 +Info 13709[13:42:07.581] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3725749999284744 +Info 13710[13:42:07.584] Format host information updated +Info 13711[13:42:12.446] Format host information updated +Info 13712[13:42:12.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13713[13:42:12.452] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1090 structureChanged: false structureIsReused:: Completely Elapsed: 6.479600000195205ms +Info 13714[13:42:12.452] Different program with same set of files +Info 13715[13:42:15.099] Format host information updated +Info 13716[13:42:15.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13717[13:42:15.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1091 structureChanged: false structureIsReused:: Completely Elapsed: 6.554015999659896ms +Info 13718[13:42:15.106] Different program with same set of files +Info 13719[13:42:15.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13720[13:42:15.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1092 structureChanged: false structureIsReused:: Completely Elapsed: 9.447116000577807ms +Info 13721[13:42:15.313] Different program with same set of files +Info 13722[13:42:15.313] getCompletionData: Get current token: 0.0023649996146559715 +Info 13723[13:42:15.313] getCompletionData: Is inside comment: 0.006667000241577625 +Info 13724[13:42:15.313] getCompletionData: Get previous token: 0.00912300031632185 +Info 13725[13:42:15.313] getCompletionsAtPosition: isCompletionListBlocker: 0.007584000006318092 +Info 13726[13:42:15.314] getExportInfoMap: cache hit +Info 13727[13:42:15.318] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 13728[13:42:15.318] collectAutoImports: response is complete +Info 13729[13:42:15.318] collectAutoImports: 4.186619999818504 +Info 13730[13:42:15.318] getCompletionData: Semantic work: 4.81337200012058 +Info 13731[13:42:15.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2155999997630715 +Info 13732[13:42:15.320] Format host information updated +Info 13733[13:42:15.409] Format host information updated +Info 13734[13:42:15.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13735[13:42:15.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1093 structureChanged: false structureIsReused:: Completely Elapsed: 9.555159999988973ms +Info 13736[13:42:15.418] Different program with same set of files +Info 13737[13:42:15.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13738[13:42:15.546] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1094 structureChanged: false structureIsReused:: Completely Elapsed: 6.971820000559092ms +Info 13739[13:42:15.546] Different program with same set of files +Info 13740[13:42:15.547] getCompletionData: Get current token: 0.0026440005749464035 +Info 13741[13:42:15.547] getCompletionData: Is inside comment: 0.00927599985152483 +Info 13742[13:42:15.547] getCompletionData: Get previous token: 0.0061190007254481316 +Info 13743[13:42:15.547] getCompletionsAtPosition: isCompletionListBlocker: 0.008158000186085701 +Info 13744[13:42:15.547] getExportInfoMap: cache hit +Info 13745[13:42:15.562] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13746[13:42:15.562] collectAutoImports: response is complete +Info 13747[13:42:15.562] collectAutoImports: 14.396133999340236 +Info 13748[13:42:15.562] getCompletionData: Semantic work: 15.027293000370264 +Info 13749[13:42:15.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.146734000183642 +Info 13750[13:42:15.570] Format host information updated +Info 13751[13:42:15.686] Format host information updated +Info 13752[13:42:15.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13753[13:42:15.693] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1095 structureChanged: false structureIsReused:: Completely Elapsed: 6.6744860000908375ms +Info 13754[13:42:15.693] Different program with same set of files +Info 13755[13:42:15.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13756[13:42:15.815] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1096 structureChanged: false structureIsReused:: Completely Elapsed: 6.758782000280917ms +Info 13757[13:42:15.815] Different program with same set of files +Info 13758[13:42:15.815] getCompletionData: Get current token: 0.0027529997751116753 +Info 13759[13:42:15.815] getCompletionData: Is inside comment: 0.00903400033712387 +Info 13760[13:42:15.815] getCompletionData: Get previous token: 0.00575299933552742 +Info 13761[13:42:15.815] getCompletionsAtPosition: isCompletionListBlocker: 0.002396000549197197 +Info 13762[13:42:15.817] Format host information updated +Info 13763[13:42:16.083] Format host information updated +Info 13764[13:42:16.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13765[13:42:16.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1097 structureChanged: false structureIsReused:: Completely Elapsed: 13.867051999084651ms +Info 13766[13:42:16.098] Different program with same set of files +Info 13767[13:42:16.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13768[13:42:16.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1098 structureChanged: false structureIsReused:: Completely Elapsed: 9.178337000310421ms +Info 13769[13:42:16.237] Different program with same set of files +Info 13770[13:42:16.237] getCompletionData: Get current token: 0.0025289999321103096 +Info 13771[13:42:16.237] getCompletionData: Is inside comment: 0.007841999642550945 +Info 13772[13:42:16.237] getCompletionData: Get previous token: 0.005339000374078751 +Info 13773[13:42:16.237] getCompletionsAtPosition: isCompletionListBlocker: 0.008508999831974506 +Info 13774[13:42:16.237] getExportInfoMap: cache hit +Info 13775[13:42:16.250] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13776[13:42:16.250] collectAutoImports: response is complete +Info 13777[13:42:16.250] collectAutoImports: 12.21807700023055 +Info 13778[13:42:16.250] getCompletionData: Semantic work: 12.89335900079459 +Info 13779[13:42:16.254] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.030305000022054 +Info 13780[13:42:16.259] Format host information updated +Info 13781[13:42:16.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13782[13:42:16.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1099 structureChanged: false structureIsReused:: Completely Elapsed: 7.412874000146985ms +Info 13783[13:42:16.295] Different program with same set of files +Info 13784[13:42:16.295] getCompletionData: Get current token: 0.004994000308215618 +Info 13785[13:42:16.295] getCompletionData: Is inside comment: 0.011517999693751335 +Info 13786[13:42:16.295] getCompletionData: Get previous token: 0.007465999573469162 +Info 13787[13:42:16.295] getCompletionsAtPosition: isCompletionListBlocker: 0.007941000163555145 +Info 13788[13:42:16.296] getExportInfoMap: cache hit +Info 13789[13:42:16.307] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13790[13:42:16.307] collectAutoImports: response is complete +Info 13791[13:42:16.307] collectAutoImports: 10.879629000090063 +Info 13792[13:42:16.307] getCompletionData: Semantic work: 11.535050000064075 +Info 13793[13:42:16.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4678300004452467 +Info 13794[13:42:16.315] Format host information updated +Info 13795[13:42:16.348] Format host information updated +Info 13796[13:42:16.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13797[13:42:16.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1100 structureChanged: false structureIsReused:: Completely Elapsed: 7.45321200042963ms +Info 13798[13:42:16.355] Different program with same set of files +Info 13799[13:42:16.579] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13800[13:42:16.585] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1101 structureChanged: false structureIsReused:: Completely Elapsed: 6.21490400005132ms +Info 13801[13:42:16.585] Different program with same set of files +Info 13802[13:42:16.585] getCompletionData: Get current token: 0.0020490000024437904 +Info 13803[13:42:16.585] getCompletionData: Is inside comment: 0.006102999672293663 +Info 13804[13:42:16.585] getCompletionData: Get previous token: 0.008681000210344791 +Info 13805[13:42:16.585] getCompletionsAtPosition: isCompletionListBlocker: 0.007169999182224274 +Info 13806[13:42:16.586] getExportInfoMap: cache hit +Info 13807[13:42:16.592] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 13808[13:42:16.592] collectAutoImports: response is complete +Info 13809[13:42:16.592] collectAutoImports: 5.942005999386311 +Info 13810[13:42:16.592] getCompletionData: Semantic work: 6.427727000787854 +Info 13811[13:42:16.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1061070002615452 +Info 13812[13:42:16.593] Format host information updated +Info 13813[13:42:16.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13814[13:42:16.705] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1102 structureChanged: false structureIsReused:: Completely Elapsed: 6.522989000193775ms +Info 13815[13:42:16.705] Different program with same set of files +Info 13816[13:42:16.705] getCompletionData: Get current token: 0.0026679998263716698 +Info 13817[13:42:16.705] getCompletionData: Is inside comment: 0.007910999469459057 +Info 13818[13:42:16.705] getCompletionData: Get previous token: 0.005044000223278999 +Info 13819[13:42:16.706] getCompletionsAtPosition: isCompletionListBlocker: 0.002116999588906765 +Info 13820[13:42:16.706] getCompletionData: Semantic work: 0.26667900010943413 +Info 13821[13:42:16.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1596990004181862 +Info 13822[13:42:16.706] Format host information updated +Info 13823[13:42:16.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13824[13:42:17.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1103 structureChanged: false structureIsReused:: Completely Elapsed: 8.39260399993509ms +Info 13825[13:42:17.003] Different program with same set of files +Info 13826[13:42:17.003] getCompletionData: Get current token: 0.0022909995168447495 +Info 13827[13:42:17.003] getCompletionData: Is inside comment: 0.007388000376522541 +Info 13828[13:42:17.003] getCompletionData: Get previous token: 0.010370999574661255 +Info 13829[13:42:17.003] getCompletionsAtPosition: isCompletionListBlocker: 0.002798999659717083 +Info 13830[13:42:17.004] getCompletionData: Semantic work: 0.3358490001410246 +Info 13831[13:42:17.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6641809996217489 +Info 13832[13:42:17.005] Format host information updated +Info 13833[13:42:17.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13834[13:42:17.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1104 structureChanged: false structureIsReused:: Completely Elapsed: 14.378873999230564ms +Info 13835[13:42:17.100] Different program with same set of files +Info 13836[13:42:17.101] getCompletionData: Get current token: 0.0051819998770952225 +Info 13837[13:42:17.101] getCompletionData: Is inside comment: 0.016781999729573727 +Info 13838[13:42:17.101] getCompletionData: Get previous token: 0.037463000044226646 +Info 13839[13:42:17.101] getCompletionsAtPosition: isCompletionListBlocker: 0.00459699984639883 +Info 13840[13:42:17.101] getCompletionData: Semantic work: 0.6182589996606112 +Info 13841[13:42:17.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1133050005882978 +Info 13842[13:42:17.103] Format host information updated +Info 13843[13:42:17.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13844[13:42:17.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1105 structureChanged: false structureIsReused:: Completely Elapsed: 26.708483000285923ms +Info 13845[13:42:17.247] Different program with same set of files +Info 13846[13:42:17.247] getCompletionData: Get current token: 0.02543599996715784 +Info 13847[13:42:17.247] getCompletionData: Is inside comment: 0.025825999677181244 +Info 13848[13:42:17.247] getCompletionData: Get previous token: 0.03773499932140112 +Info 13849[13:42:17.247] getCompletionsAtPosition: isCompletionListBlocker: 0.005550000816583633 +Info 13850[13:42:17.248] getCompletionData: Semantic work: 0.7216530004516244 +Info 13851[13:42:17.249] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5322680007666349 +Info 13852[13:42:17.252] Format host information updated +Info 13853[13:42:17.604] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13854[13:42:17.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1106 structureChanged: false structureIsReused:: Completely Elapsed: 7.107761999592185ms +Info 13855[13:42:17.611] Different program with same set of files +Info 13856[13:42:17.611] getCompletionData: Get current token: 0.0024740006774663925 +Info 13857[13:42:17.612] getCompletionData: Is inside comment: 0.008597000502049923 +Info 13858[13:42:17.612] getCompletionData: Get previous token: 0.0056070005521178246 +Info 13859[13:42:17.612] getCompletionsAtPosition: isCompletionListBlocker: 0.003405999392271042 +Info 13860[13:42:17.612] getExportInfoMap: cache hit +Info 13861[13:42:17.631] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13862[13:42:17.631] collectAutoImports: response is complete +Info 13863[13:42:17.631] collectAutoImports: 18.36594200041145 +Info 13864[13:42:17.631] getCompletionData: Semantic work: 19.12288700044155 +Info 13865[13:42:17.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2749490002170205 +Info 13866[13:42:17.639] Format host information updated +Info 13867[13:42:17.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13868[13:42:17.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1107 structureChanged: false structureIsReused:: Completely Elapsed: 6.805064999498427ms +Info 13869[13:42:17.670] Different program with same set of files +Info 13870[13:42:17.670] getCompletionData: Get current token: 0.0022810008376836777 +Info 13871[13:42:17.670] getCompletionData: Is inside comment: 0.00856700073927641 +Info 13872[13:42:17.670] getCompletionData: Get previous token: 0.00506300013512373 +Info 13873[13:42:17.670] getCompletionsAtPosition: isCompletionListBlocker: 0.007504000328481197 +Info 13874[13:42:17.671] getExportInfoMap: cache hit +Info 13875[13:42:17.684] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13876[13:42:17.684] collectAutoImports: response is complete +Info 13877[13:42:17.684] collectAutoImports: 13.508148000575602 +Info 13878[13:42:17.684] getCompletionData: Semantic work: 14.061954000033438 +Info 13879[13:42:17.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.596245000138879 +Info 13880[13:42:17.692] Format host information updated +Info 13881[13:42:20.660] Format host information updated +Info 13882[13:42:20.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13883[13:42:20.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1108 structureChanged: false structureIsReused:: Completely Elapsed: 7.210586000233889ms +Info 13884[13:42:20.667] Different program with same set of files +Info 13885[13:42:20.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13886[13:42:20.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1109 structureChanged: false structureIsReused:: Completely Elapsed: 6.519821999594569ms +Info 13887[13:42:20.862] Different program with same set of files +Info 13888[13:42:20.862] getCompletionData: Get current token: 0.00316500011831522 +Info 13889[13:42:20.862] getCompletionData: Is inside comment: 0.00901699997484684 +Info 13890[13:42:20.862] getCompletionData: Get previous token: 0.006428999826312065 +Info 13891[13:42:20.862] getCompletionsAtPosition: isCompletionListBlocker: 0.006666999310255051 +Info 13892[13:42:20.862] getExportInfoMap: cache hit +Info 13893[13:42:20.874] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 13894[13:42:20.874] collectAutoImports: response is complete +Info 13895[13:42:20.874] collectAutoImports: 11.518647000193596 +Info 13896[13:42:20.874] getCompletionData: Semantic work: 11.9958639992401 +Info 13897[13:42:20.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.438213000074029 +Info 13898[13:42:20.882] Format host information updated +Info 13899[13:42:20.989] Format host information updated +Info 13900[13:42:20.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13901[13:42:20.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1110 structureChanged: false structureIsReused:: Completely Elapsed: 7.037894000299275ms +Info 13902[13:42:20.997] Different program with same set of files +Info 13903[13:42:21.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13904[13:42:21.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1111 structureChanged: false structureIsReused:: Completely Elapsed: 6.6424719998613ms +Info 13905[13:42:21.059] Different program with same set of files +Info 13906[13:42:21.059] getCompletionData: Get current token: 0.0023819999769330025 +Info 13907[13:42:21.059] getCompletionData: Is inside comment: 0.008677000179886818 +Info 13908[13:42:21.059] getCompletionData: Get previous token: 0.005786999128758907 +Info 13909[13:42:21.059] getCompletionsAtPosition: isCompletionListBlocker: 0.007926000282168388 +Info 13910[13:42:21.059] getExportInfoMap: cache hit +Info 13911[13:42:21.071] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 13912[13:42:21.071] collectAutoImports: response is complete +Info 13913[13:42:21.071] collectAutoImports: 11.13319900073111 +Info 13914[13:42:21.071] getCompletionData: Semantic work: 11.68554800003767 +Info 13915[13:42:21.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.131655000150204 +Info 13916[13:42:21.081] Format host information updated +Info 13917[13:42:21.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13918[13:42:21.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1112 structureChanged: false structureIsReused:: Completely Elapsed: 6.771269000135362ms +Info 13919[13:42:21.212] Different program with same set of files +Info 13920[13:42:21.212] getCompletionData: Get current token: 0.003512999974191189 +Info 13921[13:42:21.212] getCompletionData: Is inside comment: 0.010071000084280968 +Info 13922[13:42:21.212] getCompletionData: Get previous token: 0.006787000223994255 +Info 13923[13:42:21.212] getCompletionsAtPosition: isCompletionListBlocker: 0.007253000512719154 +Info 13924[13:42:21.213] getExportInfoMap: cache hit +Info 13925[13:42:21.225] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 13926[13:42:21.225] collectAutoImports: response is complete +Info 13927[13:42:21.225] collectAutoImports: 12.740076999180019 +Info 13928[13:42:21.225] getCompletionData: Semantic work: 13.309864999726415 +Info 13929[13:42:21.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.023403000086546 +Info 13930[13:42:21.234] Format host information updated +Info 13931[13:42:22.102] getCompletionData: Get current token: 0.003302999772131443 +Info 13932[13:42:22.102] getCompletionData: Is inside comment: 0.008998999372124672 +Info 13933[13:42:22.102] getCompletionData: Get previous token: 0.006254999898374081 +Info 13934[13:42:22.102] getCompletionsAtPosition: isCompletionListBlocker: 0.008160999976098537 +Info 13935[13:42:22.102] getExportInfoMap: cache hit +Info 13936[13:42:22.113] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 13937[13:42:22.113] collectAutoImports: response is complete +Info 13938[13:42:22.113] collectAutoImports: 10.406045000068843 +Info 13939[13:42:22.113] getCompletionData: Semantic work: 10.963496999815106 +Info 13940[13:42:22.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.152919999323785 +Info 13941[13:42:22.171] Format host information updated +Info 13942[13:42:22.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13943[13:42:22.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1113 structureChanged: false structureIsReused:: Completely Elapsed: 15.26782700046897ms +Info 13944[13:42:22.186] Different program with same set of files +Info 13945[13:42:23.089] Format host information updated +Info 13946[13:42:23.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13947[13:42:23.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1114 structureChanged: false structureIsReused:: Completely Elapsed: 8.915885000489652ms +Info 13948[13:42:23.098] Different program with same set of files +Info 13949[13:42:24.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13950[13:42:24.622] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1115 structureChanged: false structureIsReused:: Completely Elapsed: 6.737182999961078ms +Info 13951[13:42:24.622] Different program with same set of files +Info 13952[13:42:24.622] getCompletionData: Get current token: 0.002294999547302723 +Info 13953[13:42:24.622] getCompletionData: Is inside comment: 0.0010469993576407433 +Info 13954[13:42:24.622] getCompletionData: Get previous token: 0.012869000434875488 +Info 13955[13:42:24.622] getCompletionsAtPosition: isCompletionListBlocker: 0.008247999474406242 +Info 13956[13:42:24.623] getExportInfoMap: cache hit +Info 13957[13:42:24.635] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13958[13:42:24.635] collectAutoImports: response is complete +Info 13959[13:42:24.635] collectAutoImports: 12.000060999765992 +Info 13960[13:42:24.635] getCompletionData: Semantic work: 12.596353000029922 +Info 13961[13:42:24.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3436470003798604 +Info 13962[13:42:24.641] Format host information updated +Info 13963[13:42:24.709] Format host information updated +Info 13964[13:42:24.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13965[13:42:24.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1116 structureChanged: false structureIsReused:: Completely Elapsed: 7.010149999521673ms +Info 13966[13:42:24.716] Different program with same set of files +Info 13967[13:42:24.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13968[13:42:24.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1117 structureChanged: false structureIsReused:: Completely Elapsed: 7.026782000437379ms +Info 13969[13:42:24.846] Different program with same set of files +Info 13970[13:42:24.846] getCompletionData: Get current token: 0.0075620003044605255 +Info 13971[13:42:24.846] getCompletionData: Is inside comment: 0.001694999635219574 +Info 13972[13:42:24.846] getCompletionData: Get previous token: 0.015368999913334846 +Info 13973[13:42:24.846] getCompletionsAtPosition: isCompletionListBlocker: 0.007424000650644302 +Info 13974[13:42:24.847] getExportInfoMap: cache hit +Info 13975[13:42:24.859] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13976[13:42:24.859] collectAutoImports: response is complete +Info 13977[13:42:24.859] collectAutoImports: 11.771935999393463 +Info 13978[13:42:24.859] getCompletionData: Semantic work: 12.402842999435961 +Info 13979[13:42:24.865] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.026384999975562 +Info 13980[13:42:24.868] Format host information updated +Info 13981[13:42:24.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13982[13:42:24.997] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1118 structureChanged: false structureIsReused:: Completely Elapsed: 6.974616999737918ms +Info 13983[13:42:24.998] Different program with same set of files +Info 13984[13:42:24.998] getCompletionData: Get current token: 0.006550999358296394 +Info 13985[13:42:24.998] getCompletionData: Is inside comment: 0.0014169998466968536 +Info 13986[13:42:24.998] getCompletionData: Get previous token: 0.013491000048816204 +Info 13987[13:42:24.998] getCompletionsAtPosition: isCompletionListBlocker: 0.007860000245273113 +Info 13988[13:42:24.998] getExportInfoMap: cache hit +Info 13989[13:42:25.013] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 13990[13:42:25.013] collectAutoImports: response is complete +Info 13991[13:42:25.013] collectAutoImports: 14.487344999797642 +Info 13992[13:42:25.013] getCompletionData: Semantic work: 15.10565400030464 +Info 13993[13:42:25.017] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.322149000130594 +Info 13994[13:42:25.021] Format host information updated +Info 13995[13:42:25.137] Format host information updated +Info 13996[13:42:25.138] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 13997[13:42:25.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1119 structureChanged: false structureIsReused:: Completely Elapsed: 18.62289800029248ms +Info 13998[13:42:25.156] Different program with same set of files +Info 13999[13:42:29.662] Format host information updated +Info 14000[13:42:29.662] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14001[13:42:29.671] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1120 structureChanged: false structureIsReused:: Completely Elapsed: 9.074295000173151ms +Info 14002[13:42:29.671] Different program with same set of files +Info 14003[13:42:32.734] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14004[13:42:32.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1121 structureChanged: false structureIsReused:: Completely Elapsed: 6.855688999406993ms +Info 14005[13:42:32.741] Different program with same set of files +Info 14006[13:42:32.741] getCompletionData: Get current token: 0.00267999991774559 +Info 14007[13:42:32.741] getCompletionData: Is inside comment: 0.01592699997127056 +Info 14008[13:42:32.741] getCompletionData: Get previous token: 0.025534999556839466 +Info 14009[13:42:32.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0065449997782707214 +Info 14010[13:42:32.741] getExportInfoMap: cache hit +Info 14011[13:42:32.748] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 14012[13:42:32.748] collectAutoImports: response is complete +Info 14013[13:42:32.748] collectAutoImports: 6.58088400028646 +Info 14014[13:42:32.748] getCompletionData: Semantic work: 7.112289999611676 +Info 14015[13:42:32.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.240025999955833 +Info 14016[13:42:32.750] Format host information updated +Info 14017[13:42:32.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14018[13:42:32.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1122 structureChanged: false structureIsReused:: Completely Elapsed: 7.697314999997616ms +Info 14019[13:42:32.906] Different program with same set of files +Info 14020[13:42:32.906] getCompletionData: Get current token: 0.005204999819397926 +Info 14021[13:42:32.906] getCompletionData: Is inside comment: 0.0017750002443790436 +Info 14022[13:42:32.906] getCompletionData: Get previous token: 0.015093999914824963 +Info 14023[13:42:32.906] getCompletionsAtPosition: isCompletionListBlocker: 0.007710999809205532 +Info 14024[13:42:32.907] getExportInfoMap: cache hit +Info 14025[13:42:32.923] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 14026[13:42:32.923] collectAutoImports: response is complete +Info 14027[13:42:32.923] collectAutoImports: 16.181629999540746 +Info 14028[13:42:32.923] getCompletionData: Semantic work: 16.859342999756336 +Info 14029[13:42:32.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.973535000346601 +Info 14030[13:42:32.933] Format host information updated +Info 14031[13:42:33.122] Format host information updated +Info 14032[13:42:33.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14033[13:42:33.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1123 structureChanged: false structureIsReused:: Completely Elapsed: 23.701614000834525ms +Info 14034[13:42:33.147] Different program with same set of files +Info 14035[13:42:33.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14036[13:42:33.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1124 structureChanged: false structureIsReused:: Completely Elapsed: 8.245932000689209ms +Info 14037[13:42:33.232] Different program with same set of files +Info 14038[13:42:33.233] getCompletionData: Get current token: 0.008863000199198723 +Info 14039[13:42:33.233] getCompletionData: Is inside comment: 0.0022929999977350235 +Info 14040[13:42:33.233] getCompletionData: Get previous token: 0.02513900026679039 +Info 14041[13:42:33.233] getCompletionsAtPosition: isCompletionListBlocker: 0.00948300026357174 +Info 14042[13:42:33.234] getExportInfoMap: cache hit +Info 14043[13:42:33.259] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 14044[13:42:33.259] collectAutoImports: response is complete +Info 14045[13:42:33.259] collectAutoImports: 24.81937099993229 +Info 14046[13:42:33.259] getCompletionData: Semantic work: 25.986368999816477 +Info 14047[13:42:33.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.07290400005877 +Info 14048[13:42:33.266] Format host information updated +Info 14049[13:42:33.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14050[13:42:33.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1125 structureChanged: false structureIsReused:: Completely Elapsed: 17.73535699956119ms +Info 14051[13:42:33.378] Different program with same set of files +Info 14052[13:42:33.379] getCompletionData: Get current token: 0.005219999700784683 +Info 14053[13:42:33.379] getCompletionData: Is inside comment: 0.0022109998390078545 +Info 14054[13:42:33.379] getCompletionData: Get previous token: 0.02706100046634674 +Info 14055[13:42:33.379] getCompletionsAtPosition: isCompletionListBlocker: 0.011610000394284725 +Info 14056[13:42:33.380] getExportInfoMap: cache hit +Info 14057[13:42:33.389] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 14058[13:42:33.389] collectAutoImports: response is complete +Info 14059[13:42:33.389] collectAutoImports: 9.571098000742495 +Info 14060[13:42:33.390] getCompletionData: Semantic work: 10.677734999917448 +Info 14061[13:42:33.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8682800000533462 +Info 14062[13:42:33.393] Format host information updated +Info 14063[13:42:33.444] Format host information updated +Info 14064[13:42:33.444] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14065[13:42:33.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1126 structureChanged: false structureIsReused:: Completely Elapsed: 9.007375000044703ms +Info 14066[13:42:33.453] Different program with same set of files +Info 14067[13:42:33.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14068[13:42:33.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1127 structureChanged: false structureIsReused:: Completely Elapsed: 28.92389199975878ms +Info 14069[13:42:33.639] Different program with same set of files +Info 14070[13:42:33.639] getCompletionData: Get current token: 0.020760999992489815 +Info 14071[13:42:33.639] getCompletionData: Is inside comment: 0.006120000034570694 +Info 14072[13:42:33.640] getCompletionData: Get previous token: 0.07113500032573938 +Info 14073[13:42:33.640] getCompletionsAtPosition: isCompletionListBlocker: 0.016371999867260456 +Info 14074[13:42:33.641] getExportInfoMap: cache hit +Info 14075[13:42:33.666] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 14076[13:42:33.666] collectAutoImports: response is complete +Info 14077[13:42:33.666] collectAutoImports: 24.415105000138283 +Info 14078[13:42:33.666] getCompletionData: Semantic work: 26.04361900035292 +Info 14079[13:42:33.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.48809100035578 +Info 14080[13:42:33.674] Format host information updated +Info 14081[13:42:33.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14082[13:42:33.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1128 structureChanged: false structureIsReused:: Completely Elapsed: 9.032221999950707ms +Info 14083[13:42:33.689] Different program with same set of files +Info 14084[13:42:33.689] getCompletionData: Get current token: 0.00342399999499321 +Info 14085[13:42:33.689] getCompletionData: Is inside comment: 0.0010730000212788582 +Info 14086[13:42:33.689] getCompletionData: Get previous token: 0.011359999887645245 +Info 14087[13:42:33.689] getCompletionsAtPosition: isCompletionListBlocker: 0.007597999647259712 +Info 14088[13:42:33.690] getExportInfoMap: cache hit +Info 14089[13:42:33.700] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 14090[13:42:33.700] collectAutoImports: response is complete +Info 14091[13:42:33.700] collectAutoImports: 10.309609999880195 +Info 14092[13:42:33.700] getCompletionData: Semantic work: 10.939035000279546 +Info 14093[13:42:33.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.751618000678718 +Info 14094[13:42:33.708] Format host information updated +Info 14095[13:42:33.760] Format host information updated +Info 14096[13:42:33.760] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14097[13:42:33.769] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1129 structureChanged: false structureIsReused:: Completely Elapsed: 9.21896900050342ms +Info 14098[13:42:33.769] Different program with same set of files +Info 14099[13:42:34.260] getCompletionData: Get current token: 0.0023159999400377274 +Info 14100[13:42:34.260] getCompletionData: Is inside comment: 0.008302999660372734 +Info 14101[13:42:34.260] getCompletionData: Get previous token: 0.007422000169754028 +Info 14102[13:42:34.260] getCompletionsAtPosition: isCompletionListBlocker: 0.010332000441849232 +Info 14103[13:42:34.261] getExportInfoMap: cache hit +Info 14104[13:42:34.272] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 14105[13:42:34.272] collectAutoImports: response is complete +Info 14106[13:42:34.272] collectAutoImports: 11.279773999936879 +Info 14107[13:42:34.272] getCompletionData: Semantic work: 11.993513999506831 +Info 14108[13:42:34.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3665810003876686 +Info 14109[13:42:34.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14110[13:42:34.410] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1130 structureChanged: false structureIsReused:: Completely Elapsed: 7.37346800044179ms +Info 14111[13:42:34.410] Different program with same set of files +Info 14112[13:42:34.411] getCompletionData: Get current token: 0.005237000063061714 +Info 14113[13:42:34.411] getCompletionData: Is inside comment: 0.012285000644624233 +Info 14114[13:42:34.411] getCompletionData: Get previous token: 0.009251000359654427 +Info 14115[13:42:34.411] getCompletionsAtPosition: isCompletionListBlocker: 0.0023579997941851616 +Info 14116[13:42:34.411] getExportInfoMap: cache hit +Info 14117[13:42:34.426] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 14118[13:42:34.426] collectAutoImports: response is complete +Info 14119[13:42:34.426] collectAutoImports: 14.450016000308096 +Info 14120[13:42:34.426] getCompletionData: Semantic work: 15.065637999214232 +Info 14121[13:42:34.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.332035000436008 +Info 14122[13:42:34.434] Format host information updated +Info 14123[13:42:34.601] Format host information updated +Info 14124[13:42:34.601] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14125[13:42:34.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1131 structureChanged: false structureIsReused:: Completely Elapsed: 9.345687000080943ms +Info 14126[13:42:34.610] Different program with same set of files +Info 14127[13:42:34.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14128[13:42:34.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1132 structureChanged: false structureIsReused:: Completely Elapsed: 29.144489999860525ms +Info 14129[13:42:34.741] Different program with same set of files +Info 14130[13:42:34.741] getCompletionData: Get current token: 0.004449000582098961 +Info 14131[13:42:34.741] getCompletionData: Is inside comment: 0.016339000314474106 +Info 14132[13:42:34.741] getCompletionData: Get previous token: 0.026433000341057777 +Info 14133[13:42:34.741] getCompletionsAtPosition: isCompletionListBlocker: 0.01617800071835518 +Info 14134[13:42:34.742] getExportInfoMap: cache hit +Info 14135[13:42:34.750] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 14136[13:42:34.750] collectAutoImports: response is complete +Info 14137[13:42:34.750] collectAutoImports: 7.805568999610841 +Info 14138[13:42:34.750] getCompletionData: Semantic work: 9.158514000475407 +Info 14139[13:42:34.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.803622999228537 +Info 14140[13:42:34.753] Format host information updated +Info 14141[13:42:34.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14142[13:42:34.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1133 structureChanged: false structureIsReused:: Completely Elapsed: 11.792650999501348ms +Info 14143[13:42:34.813] Different program with same set of files +Info 14144[13:42:34.813] getCompletionData: Get current token: 0.004712000489234924 +Info 14145[13:42:34.813] getCompletionData: Is inside comment: 0.017856999300420284 +Info 14146[13:42:34.813] getCompletionData: Get previous token: 0.01088900025933981 +Info 14147[13:42:34.813] getCompletionsAtPosition: isCompletionListBlocker: 0.0034130001440644264 +Info 14148[13:42:34.814] getCompletionData: Semantic work: 0.6529099997133017 +Info 14149[13:42:34.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3652360001578927 +Info 14150[13:42:34.815] Format host information updated +Info 14151[13:42:35.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14152[13:42:35.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1134 structureChanged: false structureIsReused:: Completely Elapsed: 11.633278000168502ms +Info 14153[13:42:35.131] Different program with same set of files +Info 14154[13:42:35.131] getCompletionData: Get current token: 0.002022000029683113 +Info 14155[13:42:35.131] getCompletionData: Is inside comment: 0.007055999711155891 +Info 14156[13:42:35.131] getCompletionData: Get previous token: 0.010925999842584133 +Info 14157[13:42:35.131] getCompletionsAtPosition: isCompletionListBlocker: 0.002127000130712986 +Info 14158[13:42:35.132] getCompletionData: Semantic work: 0.5893240002915263 +Info 14159[13:42:35.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5481760008260608 +Info 14160[13:42:35.133] Format host information updated +Info 14161[13:42:35.187] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14162[13:42:35.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1135 structureChanged: false structureIsReused:: Completely Elapsed: 7.024596000090241ms +Info 14163[13:42:35.194] Different program with same set of files +Info 14164[13:42:35.195] getCompletionData: Get current token: 0.002114000730216503 +Info 14165[13:42:35.195] getCompletionData: Is inside comment: 0.008959999307990074 +Info 14166[13:42:35.195] getCompletionData: Get previous token: 0.013869999907910824 +Info 14167[13:42:35.195] getCompletionsAtPosition: isCompletionListBlocker: 0.002338999882340431 +Info 14168[13:42:35.195] getCompletionData: Semantic work: 0.3769140001386404 +Info 14169[13:42:35.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5860680006444454 +Info 14170[13:42:35.198] Format host information updated +Info 14171[13:42:35.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14172[13:42:35.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1136 structureChanged: false structureIsReused:: Completely Elapsed: 25.886607999913394ms +Info 14173[13:42:35.295] Different program with same set of files +Info 14174[13:42:35.296] getCompletionData: Get current token: 0.008921000175178051 +Info 14175[13:42:35.296] getCompletionData: Is inside comment: 0.035012999549508095 +Info 14176[13:42:35.296] getCompletionData: Get previous token: 0.055788999423384666 +Info 14177[13:42:35.296] getCompletionsAtPosition: isCompletionListBlocker: 0.007287000305950642 +Info 14178[13:42:35.297] getCompletionData: Semantic work: 1.3139979997649789 +Info 14179[13:42:35.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5569310002028942 +Info 14180[13:42:35.299] Format host information updated +Info 14181[13:42:35.334] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14182[13:42:35.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1137 structureChanged: false structureIsReused:: Completely Elapsed: 8.646041000261903ms +Info 14183[13:42:35.342] Different program with same set of files +Info 14184[13:42:35.343] getCompletionData: Get current token: 0.0028550000861287117 +Info 14185[13:42:35.343] getCompletionData: Is inside comment: 0.010301999747753143 +Info 14186[13:42:35.343] getCompletionData: Get previous token: 0.016685999929904938 +Info 14187[13:42:35.343] getCompletionsAtPosition: isCompletionListBlocker: 0.0030950000509619713 +Info 14188[13:42:35.343] getCompletionData: Semantic work: 0.4298040000721812 +Info 14189[13:42:35.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6681030001491308 +Info 14190[13:42:35.346] Format host information updated +Info 14191[13:42:35.843] Format host information updated +Info 14192[13:42:35.843] Format host information updated +Info 14193[13:42:35.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14194[13:42:35.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1138 structureChanged: false structureIsReused:: Completely Elapsed: 16.92854700051248ms +Info 14195[13:42:35.861] Different program with same set of files +Info 14196[13:42:35.861] getCompletionData: Get current token: 0.007276000455021858 +Info 14197[13:42:35.861] getCompletionData: Is inside comment: 0.03402099944651127 +Info 14198[13:42:35.861] getCompletionData: Get previous token: 0.018331000581383705 +Info 14199[13:42:35.861] getCompletionsAtPosition: isCompletionListBlocker: 0.021812000311911106 +Info 14200[13:42:35.863] getExportInfoMap: cache hit +Info 14201[13:42:35.893] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 14202[13:42:35.893] collectAutoImports: response is complete +Info 14203[13:42:35.893] collectAutoImports: 29.775036999955773 +Info 14204[13:42:35.893] getCompletionData: Semantic work: 31.536713000386953 +Info 14205[13:42:35.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.900507999584079 +Info 14206[13:42:35.902] getCompletionData: Get current token: 0.010727999731898308 +Info 14207[13:42:35.902] getCompletionData: Is inside comment: 0.003820999525487423 +Info 14208[13:42:35.902] getCompletionData: Get previous token: 0.01849499996751547 +Info 14209[13:42:35.902] getCompletionsAtPosition: isCompletionListBlocker: 0.002864999696612358 +Info 14210[13:42:35.903] getCompletionData: Semantic work: 0.36085999943315983 +Info 14211[13:42:35.906] getCompletionData: Get current token: 0.006965000182390213 +Info 14212[13:42:35.906] getCompletionData: Is inside comment: 0.002198999747633934 +Info 14213[13:42:35.906] getCompletionData: Get previous token: 0.016636000014841557 +Info 14214[13:42:35.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0017100004479289055 +Info 14215[13:42:35.906] getCompletionData: Semantic work: 0.15952999982982874 +Info 14216[13:42:35.907] Format host information updated +Info 14217[13:42:36.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14218[13:42:36.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1139 structureChanged: false structureIsReused:: Completely Elapsed: 10.392635000869632ms +Info 14219[13:42:36.102] Different program with same set of files +Info 14220[13:42:36.102] getCompletionData: Get current token: 0.002199999988079071 +Info 14221[13:42:36.102] getCompletionData: Is inside comment: 0.007127000018954277 +Info 14222[13:42:36.102] getCompletionData: Get previous token: 0.004801000468432903 +Info 14223[13:42:36.102] getCompletionsAtPosition: isCompletionListBlocker: 0.002435999922454357 +Info 14224[13:42:36.103] getCompletionData: Semantic work: 0.5707639995962381 +Info 14225[13:42:36.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09962699934840202 +Info 14226[13:42:36.104] Format host information updated +Info 14227[13:42:36.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14228[13:42:36.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1140 structureChanged: false structureIsReused:: Completely Elapsed: 8.534045999869704ms +Info 14229[13:42:36.353] Different program with same set of files +Info 14230[13:42:36.353] getCompletionData: Get current token: 0.0018459996208548546 +Info 14231[13:42:36.353] getCompletionData: Is inside comment: 0.020585999824106693 +Info 14232[13:42:36.353] getCompletionData: Get previous token: 0.00865899957716465 +Info 14233[13:42:36.353] getCompletionsAtPosition: isCompletionListBlocker: 0.0021699992939829826 +Info 14234[13:42:36.353] getCompletionData: Semantic work: 0.3705690000206232 +Info 14235[13:42:36.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06732399947941303 +Info 14236[13:42:36.354] Format host information updated +Info 14237[13:42:36.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14238[13:42:36.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1141 structureChanged: false structureIsReused:: Completely Elapsed: 21.68217800091952ms +Info 14239[13:42:36.458] Different program with same set of files +Info 14240[13:42:36.459] getCompletionData: Get current token: 0.007322000339627266 +Info 14241[13:42:36.459] getCompletionData: Is inside comment: 0.025689000263810158 +Info 14242[13:42:36.459] getCompletionData: Get previous token: 0.03518599923700094 +Info 14243[13:42:36.459] getCompletionsAtPosition: isCompletionListBlocker: 0.005553999915719032 +Info 14244[13:42:36.460] getCompletionData: Semantic work: 1.2405420001596212 +Info 14245[13:42:36.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20983199961483479 +Info 14246[13:42:36.461] Format host information updated +Info 14247[13:42:37.956] Format host information updated +Info 14248[13:42:37.957] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14249[13:42:37.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1142 structureChanged: false structureIsReused:: Completely Elapsed: 7.3056640001013875ms +Info 14250[13:42:37.964] Different program with same set of files +Info 14251[13:42:42.476] Format host information updated +Info 14252[13:42:42.476] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14253[13:42:42.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1143 structureChanged: false structureIsReused:: Completely Elapsed: 10.45575699955225ms +Info 14254[13:42:42.487] Different program with same set of files +Info 14255[13:42:42.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14256[13:42:42.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1144 structureChanged: false structureIsReused:: Completely Elapsed: 9.718262000009418ms +Info 14257[13:42:42.775] Different program with same set of files +Info 14258[13:42:42.775] getCompletionData: Get current token: 0.0024149995297193527 +Info 14259[13:42:42.775] getCompletionData: Is inside comment: 0.009026000276207924 +Info 14260[13:42:42.775] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14261[13:42:42.775] Format host information updated +Info 14262[13:42:42.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14263[13:42:42.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1145 structureChanged: false structureIsReused:: Completely Elapsed: 10.231926999986172ms +Info 14264[13:42:42.893] Different program with same set of files +Info 14265[13:42:42.893] getCompletionData: Get current token: 0.002364000305533409 +Info 14266[13:42:42.893] getCompletionData: Is inside comment: 0.006262000650167465 +Info 14267[13:42:42.893] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14268[13:42:42.894] Format host information updated +Info 14269[13:42:42.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14270[13:42:42.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1146 structureChanged: false structureIsReused:: Completely Elapsed: 6.784066000021994ms +Info 14271[13:42:42.995] Different program with same set of files +Info 14272[13:42:42.995] getCompletionData: Get current token: 0.0032639997079968452 +Info 14273[13:42:42.995] getCompletionData: Is inside comment: 0.010793999768793583 +Info 14274[13:42:42.995] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14275[13:42:42.995] Format host information updated +Info 14276[13:42:43.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14277[13:42:43.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1147 structureChanged: false structureIsReused:: Completely Elapsed: 9.429020999930799ms +Info 14278[13:42:43.087] Different program with same set of files +Info 14279[13:42:43.087] getCompletionData: Get current token: 0.0018210001289844513 +Info 14280[13:42:43.087] getCompletionData: Is inside comment: 0.00569900032132864 +Info 14281[13:42:43.087] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14282[13:42:43.088] Format host information updated +Info 14283[13:42:43.168] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14284[13:42:43.192] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1148 structureChanged: false structureIsReused:: Completely Elapsed: 23.994247999973595ms +Info 14285[13:42:43.192] Different program with same set of files +Info 14286[13:42:43.193] getCompletionData: Get current token: 0.006047999486327171 +Info 14287[13:42:43.193] getCompletionData: Is inside comment: 0.018621000461280346 +Info 14288[13:42:43.193] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14289[13:42:43.193] Format host information updated +Info 14290[13:42:43.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14291[13:42:43.261] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1149 structureChanged: false structureIsReused:: Completely Elapsed: 8.943518000654876ms +Info 14292[13:42:43.261] Different program with same set of files +Info 14293[13:42:43.261] getCompletionData: Get current token: 0.0028290003538131714 +Info 14294[13:42:43.261] getCompletionData: Is inside comment: 0.00863100029528141 +Info 14295[13:42:43.261] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14296[13:42:43.263] Format host information updated +Info 14297[13:42:43.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14298[13:42:43.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1150 structureChanged: false structureIsReused:: Completely Elapsed: 25.83681800030172ms +Info 14299[13:42:43.399] Different program with same set of files +Info 14300[13:42:43.399] getCompletionData: Get current token: 0.008547000586986542 +Info 14301[13:42:43.399] getCompletionData: Is inside comment: 0.0266739996150136 +Info 14302[13:42:43.399] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14303[13:42:43.400] Format host information updated +Info 14304[13:42:54.368] getCompletionData: Get current token: 0.003085000440478325 +Info 14305[13:42:54.368] getCompletionData: Is inside comment: 0.00903599988669157 +Info 14306[13:42:54.368] getCompletionData: Get previous token: 0.0089890006929636 +Info 14307[13:42:54.368] getCompletionsAtPosition: isCompletionListBlocker: 0.008151000365614891 +Info 14308[13:42:54.369] getExportInfoMap: cache hit +Info 14309[13:42:54.385] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14310[13:42:54.385] collectAutoImports: response is complete +Info 14311[13:42:54.385] collectAutoImports: 15.752723000012338 +Info 14312[13:42:54.385] getCompletionData: Semantic work: 16.601507000625134 +Info 14313[13:42:54.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.7786179995164275 +Info 14314[13:42:54.549] Format host information updated +Info 14315[13:42:54.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14316[13:42:54.561] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1151 structureChanged: false structureIsReused:: Completely Elapsed: 11.862970000132918ms +Info 14317[13:42:54.561] Different program with same set of files +Info 14318[13:42:54.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14319[13:42:54.700] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1152 structureChanged: false structureIsReused:: Completely Elapsed: 6.493433999828994ms +Info 14320[13:42:54.700] Different program with same set of files +Info 14321[13:42:54.700] getCompletionData: Get current token: 0.0031930003315210342 +Info 14322[13:42:54.700] getCompletionData: Is inside comment: 0.009635000489652157 +Info 14323[13:42:54.700] getCompletionData: Get previous token: 0.006261000409722328 +Info 14324[13:42:54.700] getCompletionsAtPosition: isCompletionListBlocker: 0.007787999697029591 +Info 14325[13:42:54.701] getExportInfoMap: cache hit +Info 14326[13:42:54.712] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14327[13:42:54.712] collectAutoImports: response is complete +Info 14328[13:42:54.712] collectAutoImports: 11.81895300000906 +Info 14329[13:42:54.712] getCompletionData: Semantic work: 12.345280000008643 +Info 14330[13:42:54.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.773603999987245 +Info 14331[13:42:54.723] Format host information updated +Info 14332[13:42:54.823] Format host information updated +Info 14333[13:42:54.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14334[13:42:54.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1153 structureChanged: false structureIsReused:: Completely Elapsed: 26.999502999708056ms +Info 14335[13:42:54.851] Different program with same set of files +Info 14336[13:42:54.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14337[13:42:54.967] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1154 structureChanged: false structureIsReused:: Completely Elapsed: 25.666524999774992ms +Info 14338[13:42:54.967] Different program with same set of files +Info 14339[13:42:54.968] getCompletionData: Get current token: 0.011297999881207943 +Info 14340[13:42:54.968] getCompletionData: Is inside comment: 0.03046800009906292 +Info 14341[13:42:54.968] getCompletionData: Get previous token: 0.03749900031834841 +Info 14342[13:42:54.968] getCompletionsAtPosition: isCompletionListBlocker: 0.021004000678658485 +Info 14343[13:42:54.969] getExportInfoMap: cache hit +Info 14344[13:42:54.975] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 14345[13:42:54.975] collectAutoImports: response is complete +Info 14346[13:42:54.975] collectAutoImports: 5.85349200014025 +Info 14347[13:42:54.975] getCompletionData: Semantic work: 7.192196000367403 +Info 14348[13:42:54.982] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.78031300008297 +Info 14349[13:42:54.983] Format host information updated +Info 14350[13:42:55.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14351[13:42:55.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1155 structureChanged: false structureIsReused:: Completely Elapsed: 6.941143000498414ms +Info 14352[13:42:55.158] Different program with same set of files +Info 14353[13:42:55.159] getCompletionData: Get current token: 0.0032760007306933403 +Info 14354[13:42:55.159] getCompletionData: Is inside comment: 0.010937999933958054 +Info 14355[13:42:55.159] getCompletionData: Get previous token: 0.01247899979352951 +Info 14356[13:42:55.159] getCompletionsAtPosition: isCompletionListBlocker: 0.008297000080347061 +Info 14357[13:42:55.159] getExportInfoMap: cache hit +Info 14358[13:42:55.161] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 14359[13:42:55.161] collectAutoImports: response is complete +Info 14360[13:42:55.161] collectAutoImports: 1.8726399997249246 +Info 14361[13:42:55.161] getCompletionData: Semantic work: 2.3793120002374053 +Info 14362[13:42:55.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.216002999804914 +Info 14363[13:42:55.164] Format host information updated +Info 14364[13:42:55.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14365[13:42:55.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1156 structureChanged: false structureIsReused:: Completely Elapsed: 8.705914000049233ms +Info 14366[13:42:55.370] Different program with same set of files +Info 14367[13:42:55.370] getCompletionData: Get current token: 0.0030150003731250763 +Info 14368[13:42:55.370] getCompletionData: Is inside comment: 0.009761999361217022 +Info 14369[13:42:55.370] getCompletionData: Get previous token: 0.011848000809550285 +Info 14370[13:42:55.370] getCompletionsAtPosition: isCompletionListBlocker: 0.00725100003182888 +Info 14371[13:42:55.370] getExportInfoMap: cache hit +Info 14372[13:42:55.372] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14373[13:42:55.372] collectAutoImports: response is complete +Info 14374[13:42:55.372] collectAutoImports: 1.6471270006150007 +Info 14375[13:42:55.372] getCompletionData: Semantic work: 2.1245580008253455 +Info 14376[13:42:55.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.236750000156462 +Info 14377[13:42:55.375] Format host information updated +Info 14378[13:42:55.444] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14379[13:42:55.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1157 structureChanged: false structureIsReused:: Completely Elapsed: 26.49831400066614ms +Info 14380[13:42:55.470] Different program with same set of files +Info 14381[13:42:55.471] getCompletionData: Get current token: 0.015588000416755676 +Info 14382[13:42:55.471] getCompletionData: Is inside comment: 0.04486299958080053 +Info 14383[13:42:55.471] getCompletionData: Get previous token: 0.05422899965196848 +Info 14384[13:42:55.471] getCompletionsAtPosition: isCompletionListBlocker: 0.02616799995303154 +Info 14385[13:42:55.473] getExportInfoMap: cache hit +Info 14386[13:42:55.478] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14387[13:42:55.478] collectAutoImports: response is complete +Info 14388[13:42:55.478] collectAutoImports: 4.857497999444604 +Info 14389[13:42:55.478] getCompletionData: Semantic work: 6.5771190002560616 +Info 14390[13:42:55.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.734612999483943 +Info 14391[13:42:55.487] Format host information updated +Info 14392[13:42:55.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14393[13:42:55.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1158 structureChanged: false structureIsReused:: Completely Elapsed: 9.714960999786854ms +Info 14394[13:42:55.535] Different program with same set of files +Info 14395[13:42:55.536] getCompletionData: Get current token: 0.005094999447464943 +Info 14396[13:42:55.536] getCompletionData: Is inside comment: 0.014844999648630619 +Info 14397[13:42:55.536] getCompletionData: Get previous token: 0.019291000440716743 +Info 14398[13:42:55.536] getCompletionsAtPosition: isCompletionListBlocker: 0.009417000226676464 +Info 14399[13:42:55.536] getExportInfoMap: cache hit +Info 14400[13:42:55.539] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14401[13:42:55.539] collectAutoImports: response is complete +Info 14402[13:42:55.539] collectAutoImports: 2.4463630001991987 +Info 14403[13:42:55.539] getCompletionData: Semantic work: 3.1208910001441836 +Info 14404[13:42:55.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7782829999923706 +Info 14405[13:42:55.543] Format host information updated +Info 14406[13:42:55.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14407[13:42:55.638] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1159 structureChanged: false structureIsReused:: Completely Elapsed: 6.775967999361455ms +Info 14408[13:42:55.638] Different program with same set of files +Info 14409[13:42:55.638] getCompletionData: Get current token: 0.003282000310719013 +Info 14410[13:42:55.638] getCompletionData: Is inside comment: 0.010003999806940556 +Info 14411[13:42:55.638] getCompletionData: Get previous token: 0.012296999804675579 +Info 14412[13:42:55.638] getCompletionsAtPosition: isCompletionListBlocker: 0.007809000089764595 +Info 14413[13:42:55.638] getExportInfoMap: cache hit +Info 14414[13:42:55.640] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14415[13:42:55.640] collectAutoImports: response is complete +Info 14416[13:42:55.640] collectAutoImports: 1.6504200007766485 +Info 14417[13:42:55.640] getCompletionData: Semantic work: 2.1680560000240803 +Info 14418[13:42:55.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8142519993707538 +Info 14419[13:42:55.645] Format host information updated +Info 14420[13:42:55.741] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14421[13:42:55.749] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1160 structureChanged: false structureIsReused:: Completely Elapsed: 7.405970999971032ms +Info 14422[13:42:55.749] Different program with same set of files +Info 14423[13:42:55.749] getCompletionData: Get current token: 0.002910999581217766 +Info 14424[13:42:55.749] getCompletionData: Is inside comment: 0.009202999994158745 +Info 14425[13:42:55.749] getCompletionData: Get previous token: 0.01140000019222498 +Info 14426[13:42:55.749] getCompletionsAtPosition: isCompletionListBlocker: 0.00798300001770258 +Info 14427[13:42:55.749] getExportInfoMap: cache hit +Info 14428[13:42:55.751] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14429[13:42:55.751] collectAutoImports: response is complete +Info 14430[13:42:55.751] collectAutoImports: 1.589279000647366 +Info 14431[13:42:55.751] getCompletionData: Semantic work: 2.0686459997668862 +Info 14432[13:42:55.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7178850006312132 +Info 14433[13:42:55.753] Format host information updated +Info 14434[13:42:55.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14435[13:42:55.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1161 structureChanged: false structureIsReused:: Completely Elapsed: 8.555570000782609ms +Info 14436[13:42:55.995] Different program with same set of files +Info 14437[13:42:55.996] getCompletionData: Get current token: 0.0028429999947547913 +Info 14438[13:42:55.996] getCompletionData: Is inside comment: 0.007860000245273113 +Info 14439[13:42:55.996] getCompletionData: Get previous token: 0.010588999837636948 +Info 14440[13:42:55.996] getCompletionsAtPosition: isCompletionListBlocker: 0.0071299998089671135 +Info 14441[13:42:55.996] getExportInfoMap: cache hit +Info 14442[13:42:55.998] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14443[13:42:55.998] collectAutoImports: response is complete +Info 14444[13:42:55.998] collectAutoImports: 1.5548939993605018 +Info 14445[13:42:55.998] getCompletionData: Semantic work: 2.046196000650525 +Info 14446[13:42:55.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7176230000331998 +Info 14447[13:42:56.000] Format host information updated +Info 14448[13:42:56.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14449[13:42:56.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1162 structureChanged: false structureIsReused:: Completely Elapsed: 25.799162999726832ms +Info 14450[13:42:56.154] Different program with same set of files +Info 14451[13:42:56.155] getCompletionData: Get current token: 0.01922099944204092 +Info 14452[13:42:56.155] getCompletionData: Is inside comment: 0.05132200010120869 +Info 14453[13:42:56.155] getCompletionData: Get previous token: 0.055882999673485756 +Info 14454[13:42:56.155] getCompletionsAtPosition: isCompletionListBlocker: 0.025147000327706337 +Info 14455[13:42:56.157] getExportInfoMap: cache hit +Info 14456[13:42:56.162] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14457[13:42:56.162] collectAutoImports: response is complete +Info 14458[13:42:56.162] collectAutoImports: 5.353929999284446 +Info 14459[13:42:56.162] getCompletionData: Semantic work: 7.162309999577701 +Info 14460[13:42:56.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.685998000204563 +Info 14461[13:42:56.171] Format host information updated +Info 14462[13:42:56.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14463[13:42:56.315] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1163 structureChanged: false structureIsReused:: Completely Elapsed: 7.03916500043124ms +Info 14464[13:42:56.316] Different program with same set of files +Info 14465[13:42:56.316] getCompletionData: Get current token: 0.0032029999420046806 +Info 14466[13:42:56.316] getCompletionData: Is inside comment: 0.00963400024920702 +Info 14467[13:42:56.316] getCompletionData: Get previous token: 0.012171000242233276 +Info 14468[13:42:56.316] getCompletionsAtPosition: isCompletionListBlocker: 0.00710699986666441 +Info 14469[13:42:56.316] getExportInfoMap: cache hit +Info 14470[13:42:56.318] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14471[13:42:56.318] collectAutoImports: response is complete +Info 14472[13:42:56.318] collectAutoImports: 1.629236999899149 +Info 14473[13:42:56.318] getCompletionData: Semantic work: 2.1000680001452565 +Info 14474[13:42:56.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7950599994510412 +Info 14475[13:42:56.320] Format host information updated +Info 14476[13:42:56.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14477[13:42:56.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1164 structureChanged: false structureIsReused:: Completely Elapsed: 6.671089000068605ms +Info 14478[13:42:56.431] Different program with same set of files +Info 14479[13:42:56.431] getCompletionData: Get current token: 0.0033920006826519966 +Info 14480[13:42:56.431] getCompletionData: Is inside comment: 0.017976999282836914 +Info 14481[13:42:56.431] getCompletionData: Get previous token: 0.01227600034326315 +Info 14482[13:42:56.431] getCompletionsAtPosition: isCompletionListBlocker: 0.00952799990773201 +Info 14483[13:42:56.431] getExportInfoMap: cache hit +Info 14484[13:42:56.433] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14485[13:42:56.433] collectAutoImports: response is complete +Info 14486[13:42:56.433] collectAutoImports: 1.7984389998018742 +Info 14487[13:42:56.433] getCompletionData: Semantic work: 2.357711000367999 +Info 14488[13:42:56.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9433679999783635 +Info 14489[13:42:56.438] Format host information updated +Info 14490[13:42:56.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14491[13:42:56.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1165 structureChanged: false structureIsReused:: Completely Elapsed: 6.786349999718368ms +Info 14492[13:42:56.564] Different program with same set of files +Info 14493[13:42:56.564] getCompletionData: Get current token: 0.0035830000415444374 +Info 14494[13:42:56.564] getCompletionData: Is inside comment: 0.010408000089228153 +Info 14495[13:42:56.564] getCompletionData: Get previous token: 0.013871999457478523 +Info 14496[13:42:56.564] getCompletionsAtPosition: isCompletionListBlocker: 0.006713000126183033 +Info 14497[13:42:56.565] getExportInfoMap: cache hit +Info 14498[13:42:56.567] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 14499[13:42:56.567] collectAutoImports: response is complete +Info 14500[13:42:56.567] collectAutoImports: 1.8924540001899004 +Info 14501[13:42:56.567] getCompletionData: Semantic work: 2.4188029998913407 +Info 14502[13:42:56.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.013702000491321 +Info 14503[13:42:56.570] Format host information updated +Info 14504[13:42:56.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14505[13:42:56.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1166 structureChanged: false structureIsReused:: Completely Elapsed: 6.832688000053167ms +Info 14506[13:42:56.681] Different program with same set of files +Info 14507[13:42:56.683] getCompletionData: Get current token: 0.003596000373363495 +Info 14508[13:42:56.683] getCompletionData: Is inside comment: 0.01029999926686287 +Info 14509[13:42:56.684] getCompletionData: Get previous token: 0.013260000385344028 +Info 14510[13:42:56.684] getCompletionsAtPosition: isCompletionListBlocker: 0.008267000317573547 +Info 14511[13:42:56.684] getExportInfoMap: cache hit +Info 14512[13:42:56.687] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 14513[13:42:56.687] collectAutoImports: response is complete +Info 14514[13:42:56.687] collectAutoImports: 2.420886999927461 +Info 14515[13:42:56.687] getCompletionData: Semantic work: 2.9753310000523925 +Info 14516[13:42:56.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.014475000090897 +Info 14517[13:42:56.690] Format host information updated +Info 14518[13:42:56.734] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14519[13:42:56.748] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1167 structureChanged: false structureIsReused:: Completely Elapsed: 13.68223400041461ms +Info 14520[13:42:56.748] Different program with same set of files +Info 14521[13:42:56.748] getCompletionData: Get current token: 0.0031930003315210342 +Info 14522[13:42:56.748] getCompletionData: Is inside comment: 0.009404999203979969 +Info 14523[13:42:56.748] getCompletionData: Get previous token: 0.08340600039809942 +Info 14524[13:42:56.748] getCompletionsAtPosition: isCompletionListBlocker: 0.0075690001249313354 +Info 14525[13:42:56.749] getExportInfoMap: cache hit +Info 14526[13:42:56.752] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 14527[13:42:56.752] collectAutoImports: response is complete +Info 14528[13:42:56.752] collectAutoImports: 2.6455039996653795 +Info 14529[13:42:56.752] getCompletionData: Semantic work: 3.335262999869883 +Info 14530[13:42:56.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.286023000255227 +Info 14531[13:42:56.756] Format host information updated +Info 14532[13:42:56.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14533[13:42:56.842] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1168 structureChanged: false structureIsReused:: Completely Elapsed: 7.388555000536144ms +Info 14534[13:42:56.842] Different program with same set of files +Info 14535[13:42:56.842] getCompletionData: Get current token: 0.003763999789953232 +Info 14536[13:42:56.842] getCompletionData: Is inside comment: 0.010691000148653984 +Info 14537[13:42:56.842] getCompletionData: Get previous token: 0.013928000815212727 +Info 14538[13:42:56.842] getCompletionsAtPosition: isCompletionListBlocker: 0.007506999187171459 +Info 14539[13:42:56.842] getExportInfoMap: cache hit +Info 14540[13:42:56.844] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14541[13:42:56.844] collectAutoImports: response is complete +Info 14542[13:42:56.844] collectAutoImports: 1.8368330001831055 +Info 14543[13:42:56.844] getCompletionData: Semantic work: 2.3767680004239082 +Info 14544[13:42:56.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.739308999851346 +Info 14545[13:42:56.848] Format host information updated +Info 14546[13:42:57.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14547[13:42:57.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1169 structureChanged: false structureIsReused:: Completely Elapsed: 6.950145999900997ms +Info 14548[13:42:57.041] Different program with same set of files +Info 14549[13:42:57.041] getCompletionData: Get current token: 0.003948000259697437 +Info 14550[13:42:57.041] getCompletionData: Is inside comment: 0.010929000563919544 +Info 14551[13:42:57.041] getCompletionData: Get previous token: 0.013913000002503395 +Info 14552[13:42:57.041] getCompletionsAtPosition: isCompletionListBlocker: 0.007841000333428383 +Info 14553[13:42:57.042] getExportInfoMap: cache hit +Info 14554[13:42:57.044] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 14555[13:42:57.044] collectAutoImports: response is complete +Info 14556[13:42:57.044] collectAutoImports: 2.0849439995363355 +Info 14557[13:42:57.044] getCompletionData: Semantic work: 2.6245509991422296 +Info 14558[13:42:57.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0674769999459386 +Info 14559[13:42:57.048] Format host information updated +Info 14560[13:42:57.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14561[13:42:57.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1170 structureChanged: false structureIsReused:: Completely Elapsed: 23.988745000213385ms +Info 14562[13:42:57.199] Different program with same set of files +Info 14563[13:42:57.199] getCompletionData: Get current token: 0.007620999589562416 +Info 14564[13:42:57.199] getCompletionData: Is inside comment: 0.023187999613583088 +Info 14565[13:42:57.199] getCompletionData: Get previous token: 0.028988000005483627 +Info 14566[13:42:57.200] getCompletionsAtPosition: isCompletionListBlocker: 0.013911999762058258 +Info 14567[13:42:57.200] getExportInfoMap: cache hit +Info 14568[13:42:57.205] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 14569[13:42:57.205] collectAutoImports: response is complete +Info 14570[13:42:57.205] collectAutoImports: 4.901998000219464 +Info 14571[13:42:57.205] getCompletionData: Semantic work: 5.927108000032604 +Info 14572[13:42:57.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.462526999413967 +Info 14573[13:42:57.210] Format host information updated +Info 14574[13:42:57.235] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14575[13:42:57.242] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1171 structureChanged: false structureIsReused:: Completely Elapsed: 6.269840000197291ms +Info 14576[13:42:57.242] Different program with same set of files +Info 14577[13:42:57.242] getCompletionData: Get current token: 0.0028940001502633095 +Info 14578[13:42:57.242] getCompletionData: Is inside comment: 0.008465999737381935 +Info 14579[13:42:57.242] getCompletionData: Get previous token: 0.010950000025331974 +Info 14580[13:42:57.242] getCompletionsAtPosition: isCompletionListBlocker: 0.006221999414265156 +Info 14581[13:42:57.242] getExportInfoMap: cache hit +Info 14582[13:42:57.246] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 14583[13:42:57.246] collectAutoImports: response is complete +Info 14584[13:42:57.246] collectAutoImports: 4.00882999971509 +Info 14585[13:42:57.246] getCompletionData: Semantic work: 4.44837100058794 +Info 14586[13:42:57.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7998970001935959 +Info 14587[13:42:57.249] Format host information updated +Info 14588[13:42:57.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14589[13:42:57.384] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1172 structureChanged: false structureIsReused:: Completely Elapsed: 24.84509800001979ms +Info 14590[13:42:57.384] Different program with same set of files +Info 14591[13:42:57.384] getCompletionData: Get current token: 0.010733000002801418 +Info 14592[13:42:57.384] getCompletionData: Is inside comment: 0.029643000103533268 +Info 14593[13:42:57.384] getCompletionData: Get previous token: 0.0373130002990365 +Info 14594[13:42:57.384] getCompletionsAtPosition: isCompletionListBlocker: 0.017155000008642673 +Info 14595[13:42:57.386] getExportInfoMap: cache hit +Info 14596[13:42:57.390] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14597[13:42:57.390] collectAutoImports: response is complete +Info 14598[13:42:57.390] collectAutoImports: 4.146368000656366 +Info 14599[13:42:57.390] getCompletionData: Semantic work: 5.422423999756575 +Info 14600[13:42:57.394] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.898171999491751 +Info 14601[13:42:57.395] Format host information updated +Info 14602[13:42:57.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14603[13:42:57.433] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1173 structureChanged: false structureIsReused:: Completely Elapsed: 10.872286999598145ms +Info 14604[13:42:57.433] Different program with same set of files +Info 14605[13:42:57.433] getCompletionData: Get current token: 0.004269000142812729 +Info 14606[13:42:57.433] getCompletionData: Is inside comment: 0.012524999678134918 +Info 14607[13:42:57.433] getCompletionData: Get previous token: 0.016544999554753304 +Info 14608[13:42:57.433] getCompletionsAtPosition: isCompletionListBlocker: 0.007884999737143517 +Info 14609[13:42:57.434] getExportInfoMap: cache hit +Info 14610[13:42:57.436] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14611[13:42:57.436] collectAutoImports: response is complete +Info 14612[13:42:57.436] collectAutoImports: 2.1908909995108843 +Info 14613[13:42:57.436] getCompletionData: Semantic work: 2.8289459999650717 +Info 14614[13:42:57.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.426741000264883 +Info 14615[13:42:57.440] Format host information updated +Info 14616[13:42:57.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14617[13:42:57.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1174 structureChanged: false structureIsReused:: Completely Elapsed: 18.10350099951029ms +Info 14618[13:42:57.520] Different program with same set of files +Info 14619[13:42:57.521] getCompletionData: Get current token: 0.009891999885439873 +Info 14620[13:42:57.521] getCompletionData: Is inside comment: 0.029618000611662865 +Info 14621[13:42:57.521] getCompletionData: Get previous token: 0.0412370003759861 +Info 14622[13:42:57.521] getCompletionsAtPosition: isCompletionListBlocker: 0.01825699955224991 +Info 14623[13:42:57.522] getExportInfoMap: cache hit +Info 14624[13:42:57.527] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14625[13:42:57.527] collectAutoImports: response is complete +Info 14626[13:42:57.527] collectAutoImports: 4.920684000477195 +Info 14627[13:42:57.527] getCompletionData: Semantic work: 6.207156999967992 +Info 14628[13:42:57.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.891871999949217 +Info 14629[13:42:57.534] Format host information updated +Info 14630[13:42:57.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14631[13:42:57.634] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1175 structureChanged: false structureIsReused:: Completely Elapsed: 23.727988000027835ms +Info 14632[13:42:57.634] Different program with same set of files +Info 14633[13:42:57.634] getCompletionData: Get current token: 0.010007999837398529 +Info 14634[13:42:57.634] getCompletionData: Is inside comment: 0.030206000432372093 +Info 14635[13:42:57.635] getCompletionData: Get previous token: 0.039877999573946 +Info 14636[13:42:57.635] getCompletionsAtPosition: isCompletionListBlocker: 0.017442000098526478 +Info 14637[13:42:57.636] getExportInfoMap: cache hit +Info 14638[13:42:57.640] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14639[13:42:57.640] collectAutoImports: response is complete +Info 14640[13:42:57.640] collectAutoImports: 3.909336999990046 +Info 14641[13:42:57.640] getCompletionData: Semantic work: 5.183330999687314 +Info 14642[13:42:57.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6693040002137423 +Info 14643[13:42:57.645] Format host information updated +Info 14644[13:42:57.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14645[13:42:57.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1176 structureChanged: false structureIsReused:: Completely Elapsed: 24.1138829998672ms +Info 14646[13:42:57.756] Different program with same set of files +Info 14647[13:42:57.757] getCompletionData: Get current token: 0.009650999680161476 +Info 14648[13:42:57.757] getCompletionData: Is inside comment: 0.02871099952608347 +Info 14649[13:42:57.757] getCompletionData: Get previous token: 0.03663599956780672 +Info 14650[13:42:57.757] getCompletionsAtPosition: isCompletionListBlocker: 0.01548400055617094 +Info 14651[13:42:57.758] getExportInfoMap: cache hit +Info 14652[13:42:57.781] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14653[13:42:57.781] collectAutoImports: response is complete +Info 14654[13:42:57.781] collectAutoImports: 22.67129599954933 +Info 14655[13:42:57.781] getCompletionData: Semantic work: 23.951802999712527 +Info 14656[13:42:57.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.686436000280082 +Info 14657[13:42:57.791] Format host information updated +Info 14658[13:43:03.357] Format host information updated +Info 14659[13:43:03.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14660[13:43:03.364] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1177 structureChanged: false structureIsReused:: Completely Elapsed: 6.50552099943161ms +Info 14661[13:43:03.364] Different program with same set of files +Info 14662[13:43:04.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14663[13:43:04.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1178 structureChanged: false structureIsReused:: Completely Elapsed: 12.156832999549806ms +Info 14664[13:43:04.940] Different program with same set of files +Info 14665[13:43:04.940] getCompletionData: Get current token: 0.0020290007814764977 +Info 14666[13:43:04.940] getCompletionData: Is inside comment: 0.006498000584542751 +Info 14667[13:43:04.940] getCompletionData: Get previous token: 0.006736000068485737 +Info 14668[13:43:04.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0013509998098015785 +Info 14669[13:43:04.940] Returning an empty list because completion was requested in an invalid position. +Info 14670[13:43:04.946] Format host information updated +Info 14671[13:43:05.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14672[13:43:05.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1179 structureChanged: false structureIsReused:: Completely Elapsed: 35.716094000265ms +Info 14673[13:43:05.380] Different program with same set of files +Info 14674[13:43:05.380] getCompletionData: Get current token: 0.0055330004543066025 +Info 14675[13:43:05.380] getCompletionData: Is inside comment: 0.01617200020700693 +Info 14676[13:43:05.380] getCompletionData: Get previous token: 0.017394999973475933 +Info 14677[13:43:05.380] getCompletionsAtPosition: isCompletionListBlocker: 0.003154999576508999 +Info 14678[13:43:05.380] Returning an empty list because completion was requested in an invalid position. +Info 14679[13:43:05.381] Format host information updated +Info 14680[13:43:05.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14681[13:43:05.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1180 structureChanged: false structureIsReused:: Completely Elapsed: 13.249737000092864ms +Info 14682[13:43:05.709] Different program with same set of files +Info 14683[13:43:05.709] getCompletionData: Get current token: 0.0025070002302527428 +Info 14684[13:43:05.709] getCompletionData: Is inside comment: 0.006965000182390213 +Info 14685[13:43:05.709] getCompletionData: Get previous token: 0.008377999998629093 +Info 14686[13:43:05.709] getCompletionsAtPosition: isCompletionListBlocker: 0.001461000181734562 +Info 14687[13:43:05.709] Returning an empty list because completion was requested in an invalid position. +Info 14688[13:43:05.710] Format host information updated +Info 14689[13:43:05.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14690[13:43:05.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1181 structureChanged: false structureIsReused:: Completely Elapsed: 11.452618000097573ms +Info 14691[13:43:05.922] Different program with same set of files +Info 14692[13:43:05.922] getCompletionData: Get current token: 0.002410000190138817 +Info 14693[13:43:05.922] getCompletionData: Is inside comment: 0.008187999948859215 +Info 14694[13:43:05.922] getCompletionData: Get previous token: 0.009078999981284142 +Info 14695[13:43:05.922] getCompletionsAtPosition: isCompletionListBlocker: 0.0016200002282857895 +Info 14696[13:43:05.922] Returning an empty list because completion was requested in an invalid position. +Info 14697[13:43:05.922] Format host information updated +Info 14698[13:43:06.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14699[13:43:06.020] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1182 structureChanged: false structureIsReused:: Completely Elapsed: 9.733835000544786ms +Info 14700[13:43:06.020] Different program with same set of files +Info 14701[13:43:06.021] getCompletionData: Get current token: 0.0030260002240538597 +Info 14702[13:43:06.021] getCompletionData: Is inside comment: 0.009317999705672264 +Info 14703[13:43:06.021] getCompletionData: Get previous token: 0.011245999485254288 +Info 14704[13:43:06.021] getCompletionsAtPosition: isCompletionListBlocker: 0.002088000066578388 +Info 14705[13:43:06.021] Returning an empty list because completion was requested in an invalid position. +Info 14706[13:43:06.021] Format host information updated +Info 14707[13:43:06.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14708[13:43:06.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1183 structureChanged: false structureIsReused:: Completely Elapsed: 10.653904000297189ms +Info 14709[13:43:06.150] Different program with same set of files +Info 14710[13:43:06.150] getCompletionData: Get current token: 0.0022619999945163727 +Info 14711[13:43:06.150] getCompletionData: Is inside comment: 0.007093999534845352 +Info 14712[13:43:06.150] getCompletionData: Get previous token: 0.00854399986565113 +Info 14713[13:43:06.150] getCompletionsAtPosition: isCompletionListBlocker: 0.0015000002458691597 +Info 14714[13:43:06.150] Returning an empty list because completion was requested in an invalid position. +Info 14715[13:43:06.150] Format host information updated +Info 14716[13:43:06.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14717[13:43:06.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1184 structureChanged: false structureIsReused:: Completely Elapsed: 27.86464500054717ms +Info 14718[13:43:06.306] Different program with same set of files +Info 14719[13:43:06.306] getCompletionData: Get current token: 0.006420000456273556 +Info 14720[13:43:06.306] getCompletionData: Is inside comment: 0.014814999885857105 +Info 14721[13:43:06.306] getCompletionData: Get previous token: 0.017511999234557152 +Info 14722[13:43:06.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0027310000732541084 +Info 14723[13:43:06.306] Returning an empty list because completion was requested in an invalid position. +Info 14724[13:43:06.306] Format host information updated +Info 14725[13:43:06.676] getCompletionData: Get current token: 0.002097000367939472 +Info 14726[13:43:06.676] getCompletionData: Is inside comment: 0.007085999473929405 +Info 14727[13:43:06.676] getCompletionData: Get previous token: 0.011566000059247017 +Info 14728[13:43:06.676] getCompletionsAtPosition: isCompletionListBlocker: 0.002498999238014221 +Info 14729[13:43:06.676] getCompletionData: Semantic work: 0.29699299950152636 +Info 14730[13:43:06.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14731[13:43:06.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1185 structureChanged: false structureIsReused:: Completely Elapsed: 9.39869499951601ms +Info 14732[13:43:06.855] Different program with same set of files +Info 14733[13:43:06.855] getCompletionData: Get current token: 0.002404000610113144 +Info 14734[13:43:06.855] getCompletionData: Is inside comment: 0.0085249999538064 +Info 14735[13:43:06.855] getCompletionData: Get previous token: 0.012451999820768833 +Info 14736[13:43:06.855] getCompletionsAtPosition: isCompletionListBlocker: 0.002435999922454357 +Info 14737[13:43:06.855] getCompletionData: Semantic work: 0.473255000077188 +Info 14738[13:43:06.855] Format host information updated +Info 14739[13:43:07.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14740[13:43:07.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1186 structureChanged: false structureIsReused:: Completely Elapsed: 7.590592999942601ms +Info 14741[13:43:07.008] Different program with same set of files +Info 14742[13:43:07.008] getCompletionData: Get current token: 0.002574000507593155 +Info 14743[13:43:07.008] getCompletionData: Is inside comment: 0.009139000438153744 +Info 14744[13:43:07.008] getCompletionData: Get previous token: 0.00636299978941679 +Info 14745[13:43:07.008] getCompletionsAtPosition: isCompletionListBlocker: 0.0024939998984336853 +Info 14746[13:43:07.009] getCompletionData: Semantic work: 0.3926110006868839 +Info 14747[13:43:07.009] Format host information updated +Info 14748[13:43:07.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14749[13:43:07.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1187 structureChanged: false structureIsReused:: Completely Elapsed: 8.333527000620961ms +Info 14750[13:43:07.205] Different program with same set of files +Info 14751[13:43:07.205] getCompletionData: Get current token: 0.0020740004256367683 +Info 14752[13:43:07.205] getCompletionData: Is inside comment: 0.006666000001132488 +Info 14753[13:43:07.205] getCompletionData: Get previous token: 0.010326000861823559 +Info 14754[13:43:07.205] getCompletionsAtPosition: isCompletionListBlocker: 0.0022679995745420456 +Info 14755[13:43:07.205] getCompletionData: Semantic work: 0.33349800016731024 +Info 14756[13:43:07.208] Format host information updated +Info 14757[13:43:07.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14758[13:43:07.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1188 structureChanged: false structureIsReused:: Completely Elapsed: 7.8487360002473ms +Info 14759[13:43:07.336] Different program with same set of files +Info 14760[13:43:07.336] getCompletionData: Get current token: 0.004366000182926655 +Info 14761[13:43:07.336] getCompletionData: Is inside comment: 0.009948999620974064 +Info 14762[13:43:07.336] getCompletionData: Get previous token: 0.017892999574542046 +Info 14763[13:43:07.336] getCompletionsAtPosition: isCompletionListBlocker: 0.0029690004885196686 +Info 14764[13:43:07.337] getCompletionData: Semantic work: 0.46284699998795986 +Info 14765[13:43:07.337] Format host information updated +Info 14766[13:43:11.427] Format host information updated +Info 14767[13:43:11.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14768[13:43:11.437] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1189 structureChanged: false structureIsReused:: Completely Elapsed: 10.07016000058502ms +Info 14769[13:43:11.437] Different program with same set of files +Info 14770[13:43:12.554] getCompletionData: Get current token: 0.002237999811768532 +Info 14771[13:43:12.554] getCompletionData: Is inside comment: 0.008275000378489494 +Info 14772[13:43:12.554] getCompletionData: Get previous token: 0.004595000296831131 +Info 14773[13:43:12.554] getCompletionsAtPosition: isCompletionListBlocker: 0.008054999634623528 +Info 14774[13:43:12.555] getExportInfoMap: cache hit +Info 14775[13:43:12.574] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14776[13:43:12.574] collectAutoImports: response is complete +Info 14777[13:43:12.574] collectAutoImports: 19.43840999994427 +Info 14778[13:43:12.574] getCompletionData: Semantic work: 20.249290000647306 +Info 14779[13:43:12.579] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.790784999728203 +Info 14780[13:43:15.154] Format host information updated +Info 14781[13:43:15.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14782[13:43:15.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1190 structureChanged: false structureIsReused:: Completely Elapsed: 7.967507000081241ms +Info 14783[13:43:15.162] Different program with same set of files +Info 14784[13:43:15.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14785[13:43:15.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1191 structureChanged: false structureIsReused:: Completely Elapsed: 7.736215000040829ms +Info 14786[13:43:15.238] Different program with same set of files +Info 14787[13:43:15.238] getCompletionData: Get current token: 0.0030060000717639923 +Info 14788[13:43:15.238] getCompletionData: Is inside comment: 0.009448999539017677 +Info 14789[13:43:15.238] getCompletionData: Get previous token: 0.012772999703884125 +Info 14790[13:43:15.238] getCompletionsAtPosition: isCompletionListBlocker: 0.007565000094473362 +Info 14791[13:43:15.239] getExportInfoMap: cache hit +Info 14792[13:43:15.242] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 14793[13:43:15.242] collectAutoImports: response is complete +Info 14794[13:43:15.242] collectAutoImports: 3.4170519998297095 +Info 14795[13:43:15.242] getCompletionData: Semantic work: 4.184458000585437 +Info 14796[13:43:15.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.133271999657154 +Info 14797[13:43:15.245] Format host information updated +Info 14798[13:43:15.293] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14799[13:43:15.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1192 structureChanged: false structureIsReused:: Completely Elapsed: 17.909090999513865ms +Info 14800[13:43:15.311] Different program with same set of files +Info 14801[13:43:15.311] getCompletionData: Get current token: 0.006509999744594097 +Info 14802[13:43:15.311] getCompletionData: Is inside comment: 0.018724999390542507 +Info 14803[13:43:15.311] getCompletionData: Get previous token: 0.026647000573575497 +Info 14804[13:43:15.311] getCompletionsAtPosition: isCompletionListBlocker: 0.009615999646484852 +Info 14805[13:43:15.312] getExportInfoMap: cache hit +Info 14806[13:43:15.316] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 11 from cache +Info 14807[13:43:15.316] collectAutoImports: response is complete +Info 14808[13:43:15.316] collectAutoImports: 3.4959800001233816 +Info 14809[13:43:15.316] getCompletionData: Semantic work: 4.406613999977708 +Info 14810[13:43:15.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5329020004719496 +Info 14811[13:43:15.321] Format host information updated +Info 14812[13:43:15.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14813[13:43:15.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1193 structureChanged: false structureIsReused:: Completely Elapsed: 7.529454999603331ms +Info 14814[13:43:15.429] Different program with same set of files +Info 14815[13:43:15.429] getCompletionData: Get current token: 0.0032599996775388718 +Info 14816[13:43:15.429] getCompletionData: Is inside comment: 0.01153900008648634 +Info 14817[13:43:15.430] getCompletionData: Get previous token: 0.014547999948263168 +Info 14818[13:43:15.430] getCompletionsAtPosition: isCompletionListBlocker: 0.008177000097930431 +Info 14819[13:43:15.430] getExportInfoMap: cache hit +Info 14820[13:43:15.432] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 14821[13:43:15.432] collectAutoImports: response is complete +Info 14822[13:43:15.432] collectAutoImports: 2.0646719997748733 +Info 14823[13:43:15.432] getCompletionData: Semantic work: 2.655886000022292 +Info 14824[13:43:15.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3801259994506836 +Info 14825[13:43:15.438] Format host information updated +Info 14826[13:43:15.529] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14827[13:43:15.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1194 structureChanged: false structureIsReused:: Completely Elapsed: 8.160374999977648ms +Info 14828[13:43:15.537] Different program with same set of files +Info 14829[13:43:15.537] getCompletionData: Get current token: 0.003271999768912792 +Info 14830[13:43:15.537] getCompletionData: Is inside comment: 0.009183000773191452 +Info 14831[13:43:15.537] getCompletionData: Get previous token: 0.012237000279128551 +Info 14832[13:43:15.537] getCompletionsAtPosition: isCompletionListBlocker: 0.005878000520169735 +Info 14833[13:43:15.538] getExportInfoMap: cache hit +Info 14834[13:43:15.539] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14835[13:43:15.539] collectAutoImports: response is complete +Info 14836[13:43:15.539] collectAutoImports: 1.532340000383556 +Info 14837[13:43:15.539] getCompletionData: Semantic work: 2.1172170005738735 +Info 14838[13:43:15.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.661647000350058 +Info 14839[13:43:15.542] Format host information updated +Info 14840[13:43:15.692] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14841[13:43:15.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1195 structureChanged: false structureIsReused:: Completely Elapsed: 29.457806000486016ms +Info 14842[13:43:15.722] Different program with same set of files +Info 14843[13:43:15.722] getCompletionData: Get current token: 0.016267000697553158 +Info 14844[13:43:15.722] getCompletionData: Is inside comment: 0.05374300014227629 +Info 14845[13:43:15.723] getCompletionData: Get previous token: 0.07474400009959936 +Info 14846[13:43:15.723] getCompletionsAtPosition: isCompletionListBlocker: 0.022983000613749027 +Info 14847[13:43:15.725] getExportInfoMap: cache hit +Info 14848[13:43:15.731] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14849[13:43:15.731] collectAutoImports: response is complete +Info 14850[13:43:15.731] collectAutoImports: 6.371830999851227 +Info 14851[13:43:15.731] getCompletionData: Semantic work: 8.487974000163376 +Info 14852[13:43:15.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.296457000076771 +Info 14853[13:43:15.740] Format host information updated +Info 14854[13:43:15.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14855[13:43:15.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1196 structureChanged: false structureIsReused:: Completely Elapsed: 7.27019099984318ms +Info 14856[13:43:15.761] Different program with same set of files +Info 14857[13:43:15.761] getCompletionData: Get current token: 0.0030149994418025017 +Info 14858[13:43:15.761] getCompletionData: Is inside comment: 0.009119999594986439 +Info 14859[13:43:15.761] getCompletionData: Get previous token: 0.012326999567449093 +Info 14860[13:43:15.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0067069996148347855 +Info 14861[13:43:15.762] getExportInfoMap: cache hit +Info 14862[13:43:15.781] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14863[13:43:15.781] collectAutoImports: response is complete +Info 14864[13:43:15.781] collectAutoImports: 19.191449999809265 +Info 14865[13:43:15.781] getCompletionData: Semantic work: 19.70647299941629 +Info 14866[13:43:15.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.731860000640154 +Info 14867[13:43:15.790] Format host information updated +Info 14868[13:43:24.582] Format host information updated +Info 14869[13:43:24.582] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14870[13:43:24.594] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1197 structureChanged: false structureIsReused:: Completely Elapsed: 12.078718000091612ms +Info 14871[13:43:24.594] Different program with same set of files +Info 14872[13:43:24.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14873[13:43:24.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1198 structureChanged: false structureIsReused:: Completely Elapsed: 9.871977999806404ms +Info 14874[13:43:24.835] Different program with same set of files +Info 14875[13:43:24.835] getCompletionData: Get current token: 0.0015680007636547089 +Info 14876[13:43:24.835] getCompletionData: Is inside comment: 0.0161530002951622 +Info 14877[13:43:24.835] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14878[13:43:24.836] Format host information updated +Info 14879[13:43:25.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14880[13:43:25.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1199 structureChanged: false structureIsReused:: Completely Elapsed: 11.51914200000465ms +Info 14881[13:43:25.151] Different program with same set of files +Info 14882[13:43:25.151] getCompletionData: Get current token: 0.0021560005843639374 +Info 14883[13:43:25.151] getCompletionData: Is inside comment: 0.008975000120699406 +Info 14884[13:43:25.151] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14885[13:43:25.151] Format host information updated +Info 14886[13:43:25.251] Format host information updated +Info 14887[13:43:25.251] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14888[13:43:25.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1200 structureChanged: false structureIsReused:: Completely Elapsed: 9.385691999457777ms +Info 14889[13:43:25.260] Different program with same set of files +Info 14890[13:43:25.315] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14891[13:43:25.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1201 structureChanged: false structureIsReused:: Completely Elapsed: 22.19808499980718ms +Info 14892[13:43:25.337] Different program with same set of files +Info 14893[13:43:25.338] getCompletionData: Get current token: 0.007416999898850918 +Info 14894[13:43:25.338] getCompletionData: Is inside comment: 0.021118000149726868 +Info 14895[13:43:25.338] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14896[13:43:25.342] Format host information updated +Info 14897[13:43:25.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14898[13:43:25.465] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1202 structureChanged: false structureIsReused:: Completely Elapsed: 26.47380799986422ms +Info 14899[13:43:25.465] Different program with same set of files +Info 14900[13:43:25.466] getCompletionData: Get current token: 0.005308999679982662 +Info 14901[13:43:25.466] getCompletionData: Is inside comment: 0.019820000045001507 +Info 14902[13:43:25.466] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14903[13:43:25.471] Format host information updated +Info 14904[13:43:25.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14905[13:43:25.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1203 structureChanged: false structureIsReused:: Completely Elapsed: 26.783482000231743ms +Info 14906[13:43:25.562] Different program with same set of files +Info 14907[13:43:25.563] getCompletionData: Get current token: 0.007758000865578651 +Info 14908[13:43:25.563] getCompletionData: Is inside comment: 0.02823299914598465 +Info 14909[13:43:25.563] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14910[13:43:25.563] Format host information updated +Info 14911[13:43:25.640] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14912[13:43:25.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1204 structureChanged: false structureIsReused:: Completely Elapsed: 33.268166000023484ms +Info 14913[13:43:25.673] Different program with same set of files +Info 14914[13:43:25.674] getCompletionData: Get current token: 0.00583100039511919 +Info 14915[13:43:25.674] getCompletionData: Is inside comment: 0.020224999636411667 +Info 14916[13:43:25.674] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14917[13:43:25.674] Format host information updated +Info 14918[13:43:26.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14919[13:43:26.428] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1205 structureChanged: false structureIsReused:: Completely Elapsed: 7.219608000479639ms +Info 14920[13:43:26.428] Different program with same set of files +Info 14921[13:43:26.428] getCompletionData: Get current token: 0.0018449993804097176 +Info 14922[13:43:26.428] getCompletionData: Is inside comment: 0.006744000129401684 +Info 14923[13:43:26.428] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14924[13:43:26.428] Format host information updated +Info 14925[13:43:27.502] getCompletionData: Get current token: 0.0031970003619790077 +Info 14926[13:43:27.502] getCompletionData: Is inside comment: 0.010958000086247921 +Info 14927[13:43:27.502] getCompletionData: Get previous token: 0.013331000693142414 +Info 14928[13:43:27.502] getCompletionsAtPosition: isCompletionListBlocker: 0.008883999660611153 +Info 14929[13:43:27.503] getExportInfoMap: cache hit +Info 14930[13:43:27.530] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14931[13:43:27.530] collectAutoImports: response is complete +Info 14932[13:43:27.530] collectAutoImports: 26.85320599935949 +Info 14933[13:43:27.530] getCompletionData: Semantic work: 28.055817999877036 +Info 14934[13:43:27.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.830997000448406 +Info 14935[13:43:27.736] Format host information updated +Info 14936[13:43:27.736] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14937[13:43:27.743] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1206 structureChanged: false structureIsReused:: Completely Elapsed: 6.893039000220597ms +Info 14938[13:43:27.743] Different program with same set of files +Info 14939[13:43:27.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14940[13:43:27.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1207 structureChanged: false structureIsReused:: Completely Elapsed: 30.15553699992597ms +Info 14941[13:43:27.958] Different program with same set of files +Info 14942[13:43:27.959] getCompletionData: Get current token: 0.009374000132083893 +Info 14943[13:43:27.959] getCompletionData: Is inside comment: 0.03277199994772673 +Info 14944[13:43:27.959] getCompletionData: Get previous token: 0.022058000788092613 +Info 14945[13:43:27.959] getCompletionsAtPosition: isCompletionListBlocker: 0.018675999715924263 +Info 14946[13:43:27.960] getExportInfoMap: cache hit +Info 14947[13:43:27.985] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 14948[13:43:27.985] collectAutoImports: response is complete +Info 14949[13:43:27.985] collectAutoImports: 24.356878000311553 +Info 14950[13:43:27.985] getCompletionData: Semantic work: 26.154090999625623 +Info 14951[13:43:27.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.212785999290645 +Info 14952[13:43:27.997] Format host information updated +Info 14953[13:43:28.029] Format host information updated +Info 14954[13:43:28.029] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14955[13:43:28.037] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1208 structureChanged: false structureIsReused:: Completely Elapsed: 7.354358000680804ms +Info 14956[13:43:28.037] Different program with same set of files +Info 14957[13:43:28.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14958[13:43:28.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1209 structureChanged: false structureIsReused:: Completely Elapsed: 7.7596419993788ms +Info 14959[13:43:28.189] Different program with same set of files +Info 14960[13:43:28.189] getCompletionData: Get current token: 0.003557000309228897 +Info 14961[13:43:28.189] getCompletionData: Is inside comment: 0.012387000024318695 +Info 14962[13:43:28.189] getCompletionData: Get previous token: 0.01915699988603592 +Info 14963[13:43:28.189] getCompletionsAtPosition: isCompletionListBlocker: 0.008059999905526638 +Info 14964[13:43:28.190] getExportInfoMap: cache hit +Info 14965[13:43:28.193] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 9 from cache +Info 14966[13:43:28.193] collectAutoImports: response is complete +Info 14967[13:43:28.193] collectAutoImports: 2.8385230004787445 +Info 14968[13:43:28.193] getCompletionData: Semantic work: 3.4812899995595217 +Info 14969[13:43:28.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4262929996475577 +Info 14970[13:43:28.198] Format host information updated +Info 14971[13:43:28.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14972[13:43:28.371] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1210 structureChanged: false structureIsReused:: Completely Elapsed: 7.351422999985516ms +Info 14973[13:43:28.371] Different program with same set of files +Info 14974[13:43:28.371] getCompletionData: Get current token: 0.0033900002017617226 +Info 14975[13:43:28.371] getCompletionData: Is inside comment: 0.017942000180482864 +Info 14976[13:43:28.371] getCompletionData: Get previous token: 0.017505000345408916 +Info 14977[13:43:28.371] getCompletionsAtPosition: isCompletionListBlocker: 0.006577000021934509 +Info 14978[13:43:28.371] getExportInfoMap: cache hit +Info 14979[13:43:28.374] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 14980[13:43:28.374] collectAutoImports: response is complete +Info 14981[13:43:28.374] collectAutoImports: 2.491005999967456 +Info 14982[13:43:28.374] getCompletionData: Semantic work: 3.104368000291288 +Info 14983[13:43:28.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0581799997016788 +Info 14984[13:43:28.377] Format host information updated +Info 14985[13:43:28.458] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 14986[13:43:28.465] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1211 structureChanged: false structureIsReused:: Completely Elapsed: 7.2218360006809235ms +Info 14987[13:43:28.465] Different program with same set of files +Info 14988[13:43:28.465] getCompletionData: Get current token: 0.0033629992976784706 +Info 14989[13:43:28.465] getCompletionData: Is inside comment: 0.011470000259578228 +Info 14990[13:43:28.465] getCompletionData: Get previous token: 0.016793999820947647 +Info 14991[13:43:28.465] getCompletionsAtPosition: isCompletionListBlocker: 0.00785099994391203 +Info 14992[13:43:28.469] getExportInfoMap: cache hit +Info 14993[13:43:28.471] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 14994[13:43:28.471] collectAutoImports: response is complete +Info 14995[13:43:28.471] collectAutoImports: 1.9938010005280375 +Info 14996[13:43:28.471] getCompletionData: Semantic work: 5.784783000126481 +Info 14997[13:43:28.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.276468999683857 +Info 14998[13:43:28.474] Format host information updated +Info 14999[13:43:28.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15000[13:43:28.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1212 structureChanged: false structureIsReused:: Completely Elapsed: 6.840295000001788ms +Info 15001[13:43:28.645] Different program with same set of files +Info 15002[13:43:28.645] getCompletionData: Get current token: 0.003812999464571476 +Info 15003[13:43:28.645] getCompletionData: Is inside comment: 0.024570000357925892 +Info 15004[13:43:28.645] getCompletionData: Get previous token: 0.016176999546587467 +Info 15005[13:43:28.645] getCompletionsAtPosition: isCompletionListBlocker: 0.006784000433981419 +Info 15006[13:43:28.646] getExportInfoMap: cache hit +Info 15007[13:43:28.647] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15008[13:43:28.647] collectAutoImports: response is complete +Info 15009[13:43:28.647] collectAutoImports: 1.7263980004936457 +Info 15010[13:43:28.647] getCompletionData: Semantic work: 2.21433399990201 +Info 15011[13:43:28.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8697539996355772 +Info 15012[13:43:28.650] Format host information updated +Info 15013[13:43:28.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15014[13:43:28.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1213 structureChanged: false structureIsReused:: Completely Elapsed: 9.680788000114262ms +Info 15015[13:43:28.808] Different program with same set of files +Info 15016[13:43:28.808] getCompletionData: Get current token: 0.0026839999482035637 +Info 15017[13:43:28.808] getCompletionData: Is inside comment: 0.008254000917077065 +Info 15018[13:43:28.808] getCompletionData: Get previous token: 0.012892999686300755 +Info 15019[13:43:28.808] getCompletionsAtPosition: isCompletionListBlocker: 0.00688099954277277 +Info 15020[13:43:28.808] getExportInfoMap: cache hit +Info 15021[13:43:28.810] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15022[13:43:28.810] collectAutoImports: response is complete +Info 15023[13:43:28.810] collectAutoImports: 1.568222999572754 +Info 15024[13:43:28.810] getCompletionData: Semantic work: 2.025147999636829 +Info 15025[13:43:28.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6887420006096363 +Info 15026[13:43:28.812] Format host information updated +Info 15027[13:43:28.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15028[13:43:28.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1214 structureChanged: false structureIsReused:: Completely Elapsed: 9.935146999545395ms +Info 15029[13:43:28.870] Different program with same set of files +Info 15030[13:43:28.871] getCompletionData: Get current token: 0.005416000261902809 +Info 15031[13:43:28.871] getCompletionData: Is inside comment: 0.01761000044643879 +Info 15032[13:43:28.871] getCompletionData: Get previous token: 0.02440700028091669 +Info 15033[13:43:28.871] getCompletionsAtPosition: isCompletionListBlocker: 0.009062999859452248 +Info 15034[13:43:28.871] getExportInfoMap: cache hit +Info 15035[13:43:28.874] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15036[13:43:28.874] collectAutoImports: response is complete +Info 15037[13:43:28.874] collectAutoImports: 2.6278510000556707 +Info 15038[13:43:28.874] getCompletionData: Semantic work: 3.370591999962926 +Info 15039[13:43:28.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9788229996338487 +Info 15040[13:43:28.878] Format host information updated +Info 15041[13:43:28.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15042[13:43:28.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1215 structureChanged: false structureIsReused:: Completely Elapsed: 6.788393999449909ms +Info 15043[13:43:28.966] Different program with same set of files +Info 15044[13:43:28.967] getCompletionData: Get current token: 0.0033459998667240143 +Info 15045[13:43:28.967] getCompletionData: Is inside comment: 0.01146399974822998 +Info 15046[13:43:28.967] getCompletionData: Get previous token: 0.016313000582158566 +Info 15047[13:43:28.967] getCompletionsAtPosition: isCompletionListBlocker: 0.008125999942421913 +Info 15048[13:43:28.967] getExportInfoMap: cache hit +Info 15049[13:43:28.969] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15050[13:43:28.969] collectAutoImports: response is complete +Info 15051[13:43:28.969] collectAutoImports: 1.8437720006331801 +Info 15052[13:43:28.969] getCompletionData: Semantic work: 2.365283999592066 +Info 15053[13:43:28.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0483719995245337 +Info 15054[13:43:28.972] Format host information updated +Info 15055[13:43:29.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15056[13:43:29.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1216 structureChanged: false structureIsReused:: Completely Elapsed: 6.2378050005063415ms +Info 15057[13:43:29.105] Different program with same set of files +Info 15058[13:43:29.105] getCompletionData: Get current token: 0.002956000156700611 +Info 15059[13:43:29.105] getCompletionData: Is inside comment: 0.009750000201165676 +Info 15060[13:43:29.105] getCompletionData: Get previous token: 0.014032999984920025 +Info 15061[13:43:29.105] getCompletionsAtPosition: isCompletionListBlocker: 0.006192000582814217 +Info 15062[13:43:29.105] getExportInfoMap: cache hit +Info 15063[13:43:29.107] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15064[13:43:29.107] collectAutoImports: response is complete +Info 15065[13:43:29.107] collectAutoImports: 1.467149999924004 +Info 15066[13:43:29.107] getCompletionData: Semantic work: 1.90191899985075 +Info 15067[13:43:29.109] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7069910001009703 +Info 15068[13:43:29.111] Format host information updated +Info 15069[13:43:29.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15070[13:43:29.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1217 structureChanged: false structureIsReused:: Completely Elapsed: 6.565034999512136ms +Info 15071[13:43:29.312] Different program with same set of files +Info 15072[13:43:29.312] getCompletionData: Get current token: 0.003181999549269676 +Info 15073[13:43:29.312] getCompletionData: Is inside comment: 0.010583999566733837 +Info 15074[13:43:29.312] getCompletionData: Get previous token: 0.015988999977707863 +Info 15075[13:43:29.312] getCompletionsAtPosition: isCompletionListBlocker: 0.007114999927580357 +Info 15076[13:43:29.313] getExportInfoMap: cache hit +Info 15077[13:43:29.315] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15078[13:43:29.315] collectAutoImports: response is complete +Info 15079[13:43:29.315] collectAutoImports: 1.7440880006179214 +Info 15080[13:43:29.315] getCompletionData: Semantic work: 2.2293489994481206 +Info 15081[13:43:29.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8880510004237294 +Info 15082[13:43:29.317] Format host information updated +Info 15083[13:43:29.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15084[13:43:29.460] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1218 structureChanged: false structureIsReused:: Completely Elapsed: 8.68248499929905ms +Info 15085[13:43:29.460] Different program with same set of files +Info 15086[13:43:29.460] getCompletionData: Get current token: 0.0035739997401833534 +Info 15087[13:43:29.460] getCompletionData: Is inside comment: 0.012992000207304955 +Info 15088[13:43:29.461] getCompletionData: Get previous token: 0.017039000056684017 +Info 15089[13:43:29.461] getCompletionsAtPosition: isCompletionListBlocker: 0.008795000612735748 +Info 15090[13:43:29.461] getExportInfoMap: cache hit +Info 15091[13:43:29.463] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15092[13:43:29.463] collectAutoImports: response is complete +Info 15093[13:43:29.463] collectAutoImports: 1.819955000653863 +Info 15094[13:43:29.463] getCompletionData: Semantic work: 2.391332999803126 +Info 15095[13:43:29.465] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1407119994983077 +Info 15096[13:43:29.466] Format host information updated +Info 15097[13:43:29.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15098[13:43:29.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1219 structureChanged: false structureIsReused:: Completely Elapsed: 6.539640999399126ms +Info 15099[13:43:29.606] Different program with same set of files +Info 15100[13:43:29.606] getCompletionData: Get current token: 0.003157000057399273 +Info 15101[13:43:29.606] getCompletionData: Is inside comment: 0.010741999372839928 +Info 15102[13:43:29.606] getCompletionData: Get previous token: 0.01533300057053566 +Info 15103[13:43:29.606] getCompletionsAtPosition: isCompletionListBlocker: 0.007594000548124313 +Info 15104[13:43:29.606] getExportInfoMap: cache hit +Info 15105[13:43:29.608] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15106[13:43:29.608] collectAutoImports: response is complete +Info 15107[13:43:29.608] collectAutoImports: 1.704535000026226 +Info 15108[13:43:29.608] getCompletionData: Semantic work: 2.1956289997324347 +Info 15109[13:43:29.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9340369999408722 +Info 15110[13:43:29.611] Format host information updated +Info 15111[13:43:29.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15112[13:43:29.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1220 structureChanged: false structureIsReused:: Completely Elapsed: 8.428011999465525ms +Info 15113[13:43:29.696] Different program with same set of files +Info 15114[13:43:29.696] getCompletionData: Get current token: 0.002931000664830208 +Info 15115[13:43:29.696] getCompletionData: Is inside comment: 0.008849999867379665 +Info 15116[13:43:29.696] getCompletionData: Get previous token: 0.012795000337064266 +Info 15117[13:43:29.696] getCompletionsAtPosition: isCompletionListBlocker: 0.0063699996098876 +Info 15118[13:43:29.697] getExportInfoMap: cache hit +Info 15119[13:43:29.698] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15120[13:43:29.698] collectAutoImports: response is complete +Info 15121[13:43:29.698] collectAutoImports: 1.5492789996787906 +Info 15122[13:43:29.698] getCompletionData: Semantic work: 1.9962550001218915 +Info 15123[13:43:29.700] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6734830001369119 +Info 15124[13:43:29.701] Format host information updated +Info 15125[13:43:29.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15126[13:43:29.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1221 structureChanged: false structureIsReused:: Completely Elapsed: 7.41272500064224ms +Info 15127[13:43:29.821] Different program with same set of files +Info 15128[13:43:29.822] getCompletionData: Get current token: 0.0036039995029568672 +Info 15129[13:43:29.822] getCompletionData: Is inside comment: 0.012157000601291656 +Info 15130[13:43:29.822] getCompletionData: Get previous token: 0.01768600009381771 +Info 15131[13:43:29.822] getCompletionsAtPosition: isCompletionListBlocker: 0.007906999439001083 +Info 15132[13:43:29.822] getExportInfoMap: cache hit +Info 15133[13:43:29.824] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15134[13:43:29.824] collectAutoImports: response is complete +Info 15135[13:43:29.824] collectAutoImports: 1.89408600050956 +Info 15136[13:43:29.824] getCompletionData: Semantic work: 2.42892500013113 +Info 15137[13:43:29.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1562310000881553 +Info 15138[13:43:29.829] Format host information updated +Info 15139[13:43:29.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15140[13:43:30.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1222 structureChanged: false structureIsReused:: Completely Elapsed: 24.862598999403417ms +Info 15141[13:43:30.011] Different program with same set of files +Info 15142[13:43:30.012] getCompletionData: Get current token: 0.009258999489247799 +Info 15143[13:43:30.012] getCompletionData: Is inside comment: 0.03249000012874603 +Info 15144[13:43:30.012] getCompletionData: Get previous token: 0.04441600013524294 +Info 15145[13:43:30.012] getCompletionsAtPosition: isCompletionListBlocker: 0.017494000494480133 +Info 15146[13:43:30.013] getExportInfoMap: cache hit +Info 15147[13:43:30.018] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 15148[13:43:30.018] collectAutoImports: response is complete +Info 15149[13:43:30.018] collectAutoImports: 4.239118000492454 +Info 15150[13:43:30.018] getCompletionData: Semantic work: 5.545487000606954 +Info 15151[13:43:30.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.836972000077367 +Info 15152[13:43:30.023] Format host information updated +Info 15153[13:43:30.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15154[13:43:30.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1223 structureChanged: false structureIsReused:: Completely Elapsed: 8.53243499994278ms +Info 15155[13:43:30.059] Different program with same set of files +Info 15156[13:43:30.059] getCompletionData: Get current token: 0.0043470002710819244 +Info 15157[13:43:30.059] getCompletionData: Is inside comment: 0.014014000073075294 +Info 15158[13:43:30.059] getCompletionData: Get previous token: 0.019795999862253666 +Info 15159[13:43:30.059] getCompletionsAtPosition: isCompletionListBlocker: 0.009097999893128872 +Info 15160[13:43:30.060] getExportInfoMap: cache hit +Info 15161[13:43:30.062] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15162[13:43:30.062] collectAutoImports: response is complete +Info 15163[13:43:30.062] collectAutoImports: 2.3101200005039573 +Info 15164[13:43:30.062] getCompletionData: Semantic work: 2.934200999327004 +Info 15165[13:43:30.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.837613000534475 +Info 15166[13:43:30.068] Format host information updated +Info 15167[13:43:30.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15168[13:43:30.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1224 structureChanged: false structureIsReused:: Completely Elapsed: 13.04496099986136ms +Info 15169[13:43:30.129] Different program with same set of files +Info 15170[13:43:30.130] getCompletionData: Get current token: 0.006936000660061836 +Info 15171[13:43:30.130] getCompletionData: Is inside comment: 0.02389400079846382 +Info 15172[13:43:30.130] getCompletionData: Get previous token: 0.03319200035184622 +Info 15173[13:43:30.130] getCompletionsAtPosition: isCompletionListBlocker: 0.012664999812841415 +Info 15174[13:43:30.131] getExportInfoMap: cache hit +Info 15175[13:43:30.134] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15176[13:43:30.134] collectAutoImports: response is complete +Info 15177[13:43:30.134] collectAutoImports: 3.5167399998754263 +Info 15178[13:43:30.134] getCompletionData: Semantic work: 4.5666009997949 +Info 15179[13:43:30.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.073830999433994 +Info 15180[13:43:30.140] Format host information updated +Info 15181[13:43:30.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15182[13:43:30.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1225 structureChanged: false structureIsReused:: Completely Elapsed: 25.812593000009656ms +Info 15183[13:43:30.268] Different program with same set of files +Info 15184[13:43:30.269] getCompletionData: Get current token: 0.013481000438332558 +Info 15185[13:43:30.269] getCompletionData: Is inside comment: 0.045680999755859375 +Info 15186[13:43:30.269] getCompletionData: Get previous token: 0.13862099964171648 +Info 15187[13:43:30.269] getCompletionsAtPosition: isCompletionListBlocker: 0.023113000206649303 +Info 15188[13:43:30.271] getExportInfoMap: cache hit +Info 15189[13:43:30.280] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15190[13:43:30.280] collectAutoImports: response is complete +Info 15191[13:43:30.280] collectAutoImports: 9.211702999658883 +Info 15192[13:43:30.280] getCompletionData: Semantic work: 11.021842000074685 +Info 15193[13:43:30.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8078280007466674 +Info 15194[13:43:30.286] Format host information updated +Info 15195[13:43:30.355] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15196[13:43:30.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1226 structureChanged: false structureIsReused:: Completely Elapsed: 22.00529500003904ms +Info 15197[13:43:30.378] Different program with same set of files +Info 15198[13:43:30.378] getCompletionData: Get current token: 0.008608000352978706 +Info 15199[13:43:30.378] getCompletionData: Is inside comment: 0.026782999746501446 +Info 15200[13:43:30.378] getCompletionData: Get previous token: 0.03568300046026707 +Info 15201[13:43:30.378] getCompletionsAtPosition: isCompletionListBlocker: 0.016282999888062477 +Info 15202[13:43:30.379] getExportInfoMap: cache hit +Info 15203[13:43:30.383] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15204[13:43:30.383] collectAutoImports: response is complete +Info 15205[13:43:30.383] collectAutoImports: 3.7403219994157553 +Info 15206[13:43:30.383] getCompletionData: Semantic work: 4.888522000052035 +Info 15207[13:43:30.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8389920005574822 +Info 15208[13:43:30.388] Format host information updated +Info 15209[13:43:30.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15210[13:43:30.512] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1227 structureChanged: false structureIsReused:: Completely Elapsed: 10.107606999576092ms +Info 15211[13:43:30.512] Different program with same set of files +Info 15212[13:43:30.512] getCompletionData: Get current token: 0.003580000251531601 +Info 15213[13:43:30.512] getCompletionData: Is inside comment: 0.01095299981534481 +Info 15214[13:43:30.512] getCompletionData: Get previous token: 0.014556999318301678 +Info 15215[13:43:30.512] getCompletionsAtPosition: isCompletionListBlocker: 0.008220000192523003 +Info 15216[13:43:30.513] getExportInfoMap: cache hit +Info 15217[13:43:30.527] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15218[13:43:30.527] collectAutoImports: response is complete +Info 15219[13:43:30.527] collectAutoImports: 14.023989000357687 +Info 15220[13:43:30.527] getCompletionData: Semantic work: 14.615563999861479 +Info 15221[13:43:30.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.0203299997374415 +Info 15222[13:43:30.539] Format host information updated +Info 15223[13:43:41.399] Format host information updated +Info 15224[13:43:41.399] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15225[13:43:41.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1228 structureChanged: false structureIsReused:: Completely Elapsed: 6.600239999592304ms +Info 15226[13:43:41.406] Different program with same set of files +Info 15227[13:43:43.476] Format host information updated +Info 15228[13:43:43.476] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15229[13:43:43.485] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1229 structureChanged: false structureIsReused:: Completely Elapsed: 8.76430300064385ms +Info 15230[13:43:43.485] Different program with same set of files +Info 15231[13:43:45.422] Format host information updated +Info 15232[13:43:45.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15233[13:43:45.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1230 structureChanged: false structureIsReused:: Completely Elapsed: 6.639488000422716ms +Info 15234[13:43:45.429] Different program with same set of files +Info 15235[13:43:45.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15236[13:43:45.522] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1231 structureChanged: false structureIsReused:: Completely Elapsed: 9.652063000015914ms +Info 15237[13:43:45.522] Different program with same set of files +Info 15238[13:43:45.522] getCompletionData: Get current token: 0.002791999839246273 +Info 15239[13:43:45.522] getCompletionData: Is inside comment: 0.0011360002681612968 +Info 15240[13:43:45.522] getCompletionData: Get previous token: 0.011653999797999859 +Info 15241[13:43:45.522] getCompletionsAtPosition: isCompletionListBlocker: 0.006893999874591827 +Info 15242[13:43:45.523] getExportInfoMap: cache hit +Info 15243[13:43:45.527] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 15244[13:43:45.527] collectAutoImports: response is complete +Info 15245[13:43:45.527] collectAutoImports: 4.415872999466956 +Info 15246[13:43:45.527] getCompletionData: Semantic work: 5.001748000271618 +Info 15247[13:43:45.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2965479996055365 +Info 15248[13:43:45.529] Format host information updated +Info 15249[13:43:45.719] Format host information updated +Info 15250[13:43:45.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15251[13:43:45.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1232 structureChanged: false structureIsReused:: Completely Elapsed: 6.453937000595033ms +Info 15252[13:43:45.726] Different program with same set of files +Info 15253[13:43:45.872] Format host information updated +Info 15254[13:43:45.872] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15255[13:43:45.897] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1233 structureChanged: false structureIsReused:: Completely Elapsed: 24.822954999282956ms +Info 15256[13:43:45.897] Different program with same set of files +Info 15257[13:43:45.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15258[13:43:45.979] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1234 structureChanged: false structureIsReused:: Completely Elapsed: 25.16634500026703ms +Info 15259[13:43:45.979] Different program with same set of files +Info 15260[13:43:45.979] getCompletionData: Get current token: 0.007919000461697578 +Info 15261[13:43:45.979] getCompletionData: Is inside comment: 0.004335999488830566 +Info 15262[13:43:45.979] getCompletionData: Get previous token: 0.03315200004726648 +Info 15263[13:43:45.980] getCompletionsAtPosition: isCompletionListBlocker: 0.01697900053113699 +Info 15264[13:43:45.981] getExportInfoMap: cache hit +Info 15265[13:43:45.991] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 15266[13:43:45.991] collectAutoImports: response is complete +Info 15267[13:43:45.991] collectAutoImports: 9.653010000474751 +Info 15268[13:43:45.991] getCompletionData: Semantic work: 11.118173000402749 +Info 15269[13:43:45.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.331380999647081 +Info 15270[13:43:45.997] Format host information updated +Info 15271[13:43:46.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15272[13:43:46.035] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1235 structureChanged: false structureIsReused:: Completely Elapsed: 7.7201420003548265ms +Info 15273[13:43:46.035] Different program with same set of files +Info 15274[13:43:46.035] getCompletionData: Get current token: 0.005950999446213245 +Info 15275[13:43:46.035] getCompletionData: Is inside comment: 0.001931999810039997 +Info 15276[13:43:46.035] getCompletionData: Get previous token: 0.014003000222146511 +Info 15277[13:43:46.035] getCompletionsAtPosition: isCompletionListBlocker: 0.006802000105381012 +Info 15278[13:43:46.036] getExportInfoMap: cache hit +Info 15279[13:43:46.051] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15280[13:43:46.051] collectAutoImports: response is complete +Info 15281[13:43:46.051] collectAutoImports: 15.26981099974364 +Info 15282[13:43:46.051] getCompletionData: Semantic work: 15.846932999789715 +Info 15283[13:43:46.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.855410000309348 +Info 15284[13:43:46.058] Format host information updated +Info 15285[13:43:46.129] Format host information updated +Info 15286[13:43:46.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15287[13:43:46.142] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1236 structureChanged: false structureIsReused:: Completely Elapsed: 12.645534000359476ms +Info 15288[13:43:46.142] Different program with same set of files +Info 15289[13:43:46.451] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15290[13:43:46.460] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1237 structureChanged: false structureIsReused:: Completely Elapsed: 8.61175199970603ms +Info 15291[13:43:46.460] Different program with same set of files +Info 15292[13:43:46.460] getCompletionData: Get current token: 0.004986000247299671 +Info 15293[13:43:46.460] getCompletionData: Is inside comment: 0.0014880001544952393 +Info 15294[13:43:46.460] getCompletionData: Get previous token: 0.013004999607801437 +Info 15295[13:43:46.460] getCompletionsAtPosition: isCompletionListBlocker: 0.006800999864935875 +Info 15296[13:43:46.461] getExportInfoMap: cache hit +Info 15297[13:43:46.472] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15298[13:43:46.472] collectAutoImports: response is complete +Info 15299[13:43:46.472] collectAutoImports: 11.660804999992251 +Info 15300[13:43:46.472] getCompletionData: Semantic work: 12.216020000167191 +Info 15301[13:43:46.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.181828000582755 +Info 15302[13:43:46.482] Format host information updated +Info 15303[13:43:46.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15304[13:43:46.594] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1238 structureChanged: false structureIsReused:: Completely Elapsed: 6.599928999319673ms +Info 15305[13:43:46.594] Different program with same set of files +Info 15306[13:43:46.594] getCompletionData: Get current token: 0.0029739998281002045 +Info 15307[13:43:46.594] getCompletionData: Is inside comment: 0.0011560004204511642 +Info 15308[13:43:46.594] getCompletionData: Get previous token: 0.013673000037670135 +Info 15309[13:43:46.594] getCompletionsAtPosition: isCompletionListBlocker: 0.0067010000348091125 +Info 15310[13:43:46.594] getExportInfoMap: cache hit +Info 15311[13:43:46.599] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 15312[13:43:46.599] collectAutoImports: response is complete +Info 15313[13:43:46.599] collectAutoImports: 4.358732999302447 +Info 15314[13:43:46.599] getCompletionData: Semantic work: 4.9144230000674725 +Info 15315[13:43:46.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.285733999684453 +Info 15316[13:43:46.601] Format host information updated +Info 15317[13:43:46.672] Format host information updated +Info 15318[13:43:46.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15319[13:43:46.678] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1239 structureChanged: false structureIsReused:: Completely Elapsed: 6.106544000096619ms +Info 15320[13:43:46.678] Different program with same set of files +Info 15321[13:43:46.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15322[13:43:46.799] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1240 structureChanged: false structureIsReused:: Completely Elapsed: 6.630227000452578ms +Info 15323[13:43:46.799] Different program with same set of files +Info 15324[13:43:46.799] getCompletionData: Get current token: 0.004749000072479248 +Info 15325[13:43:46.799] getCompletionData: Is inside comment: 0.001199999824166298 +Info 15326[13:43:46.799] getCompletionData: Get previous token: 0.010723000392317772 +Info 15327[13:43:46.799] getCompletionsAtPosition: isCompletionListBlocker: 0.006722000427544117 +Info 15328[13:43:46.800] getExportInfoMap: cache hit +Info 15329[13:43:46.813] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15330[13:43:46.813] collectAutoImports: response is complete +Info 15331[13:43:46.813] collectAutoImports: 12.954366000369191 +Info 15332[13:43:46.813] getCompletionData: Semantic work: 13.471687000244856 +Info 15333[13:43:46.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.900770000182092 +Info 15334[13:43:46.821] Format host information updated +Info 15335[13:43:46.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15336[13:43:46.975] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1241 structureChanged: false structureIsReused:: Completely Elapsed: 7.007641999982297ms +Info 15337[13:43:46.975] Different program with same set of files +Info 15338[13:43:46.976] getCompletionData: Get current token: 0.003961999900639057 +Info 15339[13:43:46.976] getCompletionData: Is inside comment: 0.001427999697625637 +Info 15340[13:43:46.976] getCompletionData: Get previous token: 0.011935999616980553 +Info 15341[13:43:46.976] getCompletionsAtPosition: isCompletionListBlocker: 0.00751699972897768 +Info 15342[13:43:46.976] getExportInfoMap: cache hit +Info 15343[13:43:46.991] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15344[13:43:46.991] collectAutoImports: response is complete +Info 15345[13:43:46.991] collectAutoImports: 15.243697999976575 +Info 15346[13:43:46.991] getCompletionData: Semantic work: 15.823626999743283 +Info 15347[13:43:46.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.538279000669718 +Info 15348[13:43:47.000] Format host information updated +Info 15349[13:43:47.128] Format host information updated +Info 15350[13:43:47.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15351[13:43:47.135] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1242 structureChanged: false structureIsReused:: Completely Elapsed: 6.535770000889897ms +Info 15352[13:43:47.135] Different program with same set of files +Info 15353[13:43:47.755] getCompletionData: Get current token: 0.002418999560177326 +Info 15354[13:43:47.755] getCompletionData: Is inside comment: 0.020413000136613846 +Info 15355[13:43:47.755] getCompletionData: Get previous token: 0.004476000554859638 +Info 15356[13:43:47.755] getCompletionsAtPosition: isCompletionListBlocker: 0.008257000707089901 +Info 15357[13:43:47.755] getExportInfoMap: cache hit +Info 15358[13:43:47.766] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15359[13:43:47.766] collectAutoImports: response is complete +Info 15360[13:43:47.766] collectAutoImports: 10.218996000476182 +Info 15361[13:43:47.766] getCompletionData: Semantic work: 10.772157999686897 +Info 15362[13:43:47.769] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.620575999841094 +Info 15363[13:43:47.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15364[13:43:47.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1243 structureChanged: false structureIsReused:: Completely Elapsed: 6.78214200027287ms +Info 15365[13:43:47.860] Different program with same set of files +Info 15366[13:43:47.860] getCompletionData: Get current token: 0.004559999331831932 +Info 15367[13:43:47.860] getCompletionData: Is inside comment: 0.010313999839127064 +Info 15368[13:43:47.860] getCompletionData: Get previous token: 0.007130000740289688 +Info 15369[13:43:47.860] getCompletionsAtPosition: isCompletionListBlocker: 0.0024779997766017914 +Info 15370[13:43:47.861] getExportInfoMap: cache hit +Info 15371[13:43:47.873] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15372[13:43:47.873] collectAutoImports: response is complete +Info 15373[13:43:47.873] collectAutoImports: 11.775541000068188 +Info 15374[13:43:47.873] getCompletionData: Semantic work: 12.329741000197828 +Info 15375[13:43:47.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.043256000615656 +Info 15376[13:43:47.882] Format host information updated +Info 15377[13:43:47.976] Format host information updated +Info 15378[13:43:47.977] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15379[13:43:47.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1244 structureChanged: false structureIsReused:: Completely Elapsed: 6.737985000014305ms +Info 15380[13:43:47.983] Different program with same set of files +Info 15381[13:43:48.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15382[13:43:48.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1245 structureChanged: false structureIsReused:: Completely Elapsed: 6.510712000541389ms +Info 15383[13:43:48.108] Different program with same set of files +Info 15384[13:43:48.108] getCompletionData: Get current token: 0.0021439995616674423 +Info 15385[13:43:48.108] getCompletionData: Is inside comment: 0.00741799920797348 +Info 15386[13:43:48.108] getCompletionData: Get previous token: 0.010142000392079353 +Info 15387[13:43:48.108] getCompletionsAtPosition: isCompletionListBlocker: 0.008434999734163284 +Info 15388[13:43:48.109] getExportInfoMap: cache hit +Info 15389[13:43:48.113] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 15390[13:43:48.113] collectAutoImports: response is complete +Info 15391[13:43:48.113] collectAutoImports: 4.383909000083804 +Info 15392[13:43:48.113] getCompletionData: Semantic work: 4.970595000311732 +Info 15393[13:43:48.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3714269995689392 +Info 15394[13:43:48.118] Format host information updated +Info 15395[13:43:48.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15396[13:43:48.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1246 structureChanged: false structureIsReused:: Completely Elapsed: 8.427202000282705ms +Info 15397[13:43:48.207] Different program with same set of files +Info 15398[13:43:48.207] getCompletionData: Get current token: 0.0027779992669820786 +Info 15399[13:43:48.207] getCompletionData: Is inside comment: 0.00787699967622757 +Info 15400[13:43:48.207] getCompletionData: Get previous token: 0.005276000127196312 +Info 15401[13:43:48.207] getCompletionsAtPosition: isCompletionListBlocker: 0.0024859998375177383 +Info 15402[13:43:48.207] getCompletionData: Semantic work: 0.49110000021755695 +Info 15403[13:43:48.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.33666899986565113 +Info 15404[13:43:48.208] Format host information updated +Info 15405[13:43:48.425] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15406[13:43:48.433] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1247 structureChanged: false structureIsReused:: Completely Elapsed: 7.166495000012219ms +Info 15407[13:43:48.433] Different program with same set of files +Info 15408[13:43:48.433] getCompletionData: Get current token: 0.002022000029683113 +Info 15409[13:43:48.433] getCompletionData: Is inside comment: 0.007035999558866024 +Info 15410[13:43:48.433] getCompletionData: Get previous token: 0.01117399986833334 +Info 15411[13:43:48.433] getCompletionsAtPosition: isCompletionListBlocker: 0.0021230001002550125 +Info 15412[13:43:48.433] getCompletionData: Semantic work: 0.4364130003377795 +Info 15413[13:43:48.434] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5512469997629523 +Info 15414[13:43:48.434] Format host information updated +Info 15415[13:43:48.552] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15416[13:43:48.584] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1248 structureChanged: false structureIsReused:: Completely Elapsed: 31.118337000720203ms +Info 15417[13:43:48.584] Different program with same set of files +Info 15418[13:43:48.584] getCompletionData: Get current token: 0.006094999611377716 +Info 15419[13:43:48.584] getCompletionData: Is inside comment: 0.018295999616384506 +Info 15420[13:43:48.584] getCompletionData: Get previous token: 0.029430000111460686 +Info 15421[13:43:48.584] getCompletionsAtPosition: isCompletionListBlocker: 0.0046709999442100525 +Info 15422[13:43:48.585] getCompletionData: Semantic work: 0.7938609998673201 +Info 15423[13:43:48.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1223020004108548 +Info 15424[13:43:48.587] Format host information updated +Info 15425[13:43:48.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15426[13:43:48.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1249 structureChanged: false structureIsReused:: Completely Elapsed: 9.187427000142634ms +Info 15427[13:43:48.625] Different program with same set of files +Info 15428[13:43:48.625] getCompletionData: Get current token: 0.002940000034868717 +Info 15429[13:43:48.625] getCompletionData: Is inside comment: 0.01095299981534481 +Info 15430[13:43:48.625] getCompletionData: Get previous token: 0.017702999524772167 +Info 15431[13:43:48.625] getCompletionsAtPosition: isCompletionListBlocker: 0.0030750008299946785 +Info 15432[13:43:48.626] getCompletionData: Semantic work: 0.44098399952054024 +Info 15433[13:43:48.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6731219999492168 +Info 15434[13:43:48.647] Format host information updated +Info 15435[13:43:48.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15436[13:43:48.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1250 structureChanged: false structureIsReused:: Completely Elapsed: 12.586056000553071ms +Info 15437[13:43:48.719] Different program with same set of files +Info 15438[13:43:48.719] getCompletionData: Get current token: 0.0029540006071329117 +Info 15439[13:43:48.719] getCompletionData: Is inside comment: 0.008851000107824802 +Info 15440[13:43:48.719] getCompletionData: Get previous token: 0.014224999584257603 +Info 15441[13:43:48.719] getCompletionsAtPosition: isCompletionListBlocker: 0.0025869999080896378 +Info 15442[13:43:48.720] getCompletionData: Semantic work: 0.3880320005118847 +Info 15443[13:43:48.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6400469997897744 +Info 15444[13:43:48.721] Format host information updated +Info 15445[13:43:49.371] Format host information updated +Info 15446[13:43:49.371] Format host information updated +Info 15447[13:43:49.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15448[13:43:49.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1251 structureChanged: false structureIsReused:: Completely Elapsed: 6.874581000767648ms +Info 15449[13:43:49.378] Different program with same set of files +Info 15450[13:43:49.378] getCompletionData: Get current token: 0.0021710004657506943 +Info 15451[13:43:49.378] getCompletionData: Is inside comment: 0.007538999430835247 +Info 15452[13:43:49.378] getCompletionData: Get previous token: 0.004794999957084656 +Info 15453[13:43:49.378] getCompletionsAtPosition: isCompletionListBlocker: 0.00650199968367815 +Info 15454[13:43:49.379] getExportInfoMap: cache hit +Info 15455[13:43:49.395] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15456[13:43:49.395] collectAutoImports: response is complete +Info 15457[13:43:49.395] collectAutoImports: 16.810622999444604 +Info 15458[13:43:49.395] getCompletionData: Semantic work: 17.497078999876976 +Info 15459[13:43:49.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.781706999987364 +Info 15460[13:43:49.404] getCompletionData: Get current token: 0.00898400042206049 +Info 15461[13:43:49.404] getCompletionData: Is inside comment: 0.003945999778807163 +Info 15462[13:43:49.404] getCompletionData: Get previous token: 0.013898000121116638 +Info 15463[13:43:49.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0024510007351636887 +Info 15464[13:43:49.404] getCompletionData: Semantic work: 0.31015999987721443 +Info 15465[13:43:49.406] getCompletionData: Get current token: 0.005820999853312969 +Info 15466[13:43:49.406] getCompletionData: Is inside comment: 0.0019180001690983772 +Info 15467[13:43:49.406] getCompletionData: Get previous token: 0.027525000274181366 +Info 15468[13:43:49.406] getCompletionsAtPosition: isCompletionListBlocker: 0.0013649994507431984 +Info 15469[13:43:49.406] getCompletionData: Semantic work: 0.21876399964094162 +Info 15470[13:43:49.407] Format host information updated +Info 15471[13:43:51.930] getCompletionData: Get current token: 0.0027649998664855957 +Info 15472[13:43:51.930] getCompletionData: Is inside comment: 0.007318999618291855 +Info 15473[13:43:51.930] getCompletionData: Get previous token: 0.005388999357819557 +Info 15474[13:43:51.931] getCompletionsAtPosition: isCompletionListBlocker: 0.003029000014066696 +Info 15475[13:43:51.931] getExportInfoMap: cache hit +Info 15476[13:43:51.942] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15477[13:43:51.942] collectAutoImports: response is complete +Info 15478[13:43:51.942] collectAutoImports: 10.582204000093043 +Info 15479[13:43:51.942] getCompletionData: Semantic work: 11.288158000446856 +Info 15480[13:43:51.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.264446000568569 +Info 15481[13:43:54.553] Format host information updated +Info 15482[13:43:54.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15483[13:43:54.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1252 structureChanged: false structureIsReused:: Completely Elapsed: 10.704467000439763ms +Info 15484[13:43:54.564] Different program with same set of files +Info 15485[13:43:55.774] getCompletionData: Get current token: 0.007167999632656574 +Info 15486[13:43:55.774] getCompletionData: Is inside comment: 0.02566000074148178 +Info 15487[13:43:55.774] getCompletionData: Get previous token: 0.017388000153005123 +Info 15488[13:43:55.774] getCompletionsAtPosition: isCompletionListBlocker: 0.020130000077188015 +Info 15489[13:43:55.776] getExportInfoMap: cache hit +Info 15490[13:43:55.788] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15491[13:43:55.788] collectAutoImports: response is complete +Info 15492[13:43:55.788] collectAutoImports: 12.403397999703884 +Info 15493[13:43:55.788] getCompletionData: Semantic work: 13.855159999802709 +Info 15494[13:43:55.793] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.82780500035733 +Info 15495[13:43:56.549] Format host information updated +Info 15496[13:43:56.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15497[13:43:56.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1253 structureChanged: false structureIsReused:: Completely Elapsed: 6.57347899954766ms +Info 15498[13:43:56.556] Different program with same set of files +Info 15499[13:43:56.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15500[13:43:56.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1254 structureChanged: false structureIsReused:: Completely Elapsed: 6.885985000059009ms +Info 15501[13:43:56.694] Different program with same set of files +Info 15502[13:43:56.694] getCompletionData: Get current token: 0.003492000512778759 +Info 15503[13:43:56.694] getCompletionData: Is inside comment: 0.009871000424027443 +Info 15504[13:43:56.694] getCompletionData: Get previous token: 0.012985000386834145 +Info 15505[13:43:56.694] getCompletionsAtPosition: isCompletionListBlocker: 0.007284999825060368 +Info 15506[13:43:56.695] getExportInfoMap: cache hit +Info 15507[13:43:56.699] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 15508[13:43:56.699] collectAutoImports: response is complete +Info 15509[13:43:56.699] collectAutoImports: 3.9827429996803403 +Info 15510[13:43:56.699] getCompletionData: Semantic work: 4.5529769994318485 +Info 15511[13:43:56.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4739129999652505 +Info 15512[13:43:56.704] Format host information updated +Info 15513[13:43:56.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15514[13:43:56.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1255 structureChanged: false structureIsReused:: Completely Elapsed: 14.463712999597192ms +Info 15515[13:43:56.855] Different program with same set of files +Info 15516[13:43:56.855] getCompletionData: Get current token: 0.007683999836444855 +Info 15517[13:43:56.855] getCompletionData: Is inside comment: 0.023335999809205532 +Info 15518[13:43:56.855] getCompletionData: Get previous token: 0.028118000365793705 +Info 15519[13:43:56.855] getCompletionsAtPosition: isCompletionListBlocker: 0.013074999675154686 +Info 15520[13:43:56.856] getExportInfoMap: cache hit +Info 15521[13:43:56.864] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 15522[13:43:56.864] collectAutoImports: response is complete +Info 15523[13:43:56.864] collectAutoImports: 7.866282000206411 +Info 15524[13:43:56.864] getCompletionData: Semantic work: 8.986890999600291 +Info 15525[13:43:56.869] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.244872999377549 +Info 15526[13:43:56.871] Format host information updated +Info 15527[13:43:56.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15528[13:43:56.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1256 structureChanged: false structureIsReused:: Completely Elapsed: 7.96573399938643ms +Info 15529[13:43:56.939] Different program with same set of files +Info 15530[13:43:56.940] getCompletionData: Get current token: 0.0027620000764727592 +Info 15531[13:43:56.940] getCompletionData: Is inside comment: 0.00828499998897314 +Info 15532[13:43:56.940] getCompletionData: Get previous token: 0.011245999485254288 +Info 15533[13:43:56.940] getCompletionsAtPosition: isCompletionListBlocker: 0.006883000023663044 +Info 15534[13:43:56.940] getExportInfoMap: cache hit +Info 15535[13:43:56.942] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 15536[13:43:56.943] collectAutoImports: response is complete +Info 15537[13:43:56.943] collectAutoImports: 2.317693999968469 +Info 15538[13:43:56.943] getCompletionData: Semantic work: 2.810308000072837 +Info 15539[13:43:56.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8612689999863505 +Info 15540[13:43:56.945] Format host information updated +Info 15541[13:43:57.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15542[13:43:57.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1257 structureChanged: false structureIsReused:: Completely Elapsed: 27.15772600006312ms +Info 15543[13:43:57.071] Different program with same set of files +Info 15544[13:43:57.071] getCompletionData: Get current token: 0.011119000613689423 +Info 15545[13:43:57.071] getCompletionData: Is inside comment: 0.030958999879658222 +Info 15546[13:43:57.072] getCompletionData: Get previous token: 0.0449239993467927 +Info 15547[13:43:57.072] getCompletionsAtPosition: isCompletionListBlocker: 0.01607299968600273 +Info 15548[13:43:57.073] getExportInfoMap: cache hit +Info 15549[13:43:57.079] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 15550[13:43:57.079] collectAutoImports: response is complete +Info 15551[13:43:57.079] collectAutoImports: 5.515784999355674 +Info 15552[13:43:57.079] getCompletionData: Semantic work: 6.958722000010312 +Info 15553[13:43:57.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.970546000637114 +Info 15554[13:43:57.086] Format host information updated +Info 15555[13:43:57.105] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15556[13:43:57.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1258 structureChanged: false structureIsReused:: Completely Elapsed: 7.8986120000481606ms +Info 15557[13:43:57.113] Different program with same set of files +Info 15558[13:43:57.114] getCompletionData: Get current token: 0.004021000117063522 +Info 15559[13:43:57.114] getCompletionData: Is inside comment: 0.01184999942779541 +Info 15560[13:43:57.114] getCompletionData: Get previous token: 0.015232999809086323 +Info 15561[13:43:57.114] getCompletionsAtPosition: isCompletionListBlocker: 0.007619000039994717 +Info 15562[13:43:57.114] getExportInfoMap: cache hit +Info 15563[13:43:57.117] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 15564[13:43:57.117] collectAutoImports: response is complete +Info 15565[13:43:57.117] collectAutoImports: 2.5171790001913905 +Info 15566[13:43:57.117] getCompletionData: Semantic work: 3.1606450006365776 +Info 15567[13:43:57.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.21962200012058 +Info 15568[13:43:57.120] Format host information updated +Info 15569[13:43:57.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15570[13:43:57.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1259 structureChanged: false structureIsReused:: Completely Elapsed: 25.058490000665188ms +Info 15571[13:43:57.229] Different program with same set of files +Info 15572[13:43:57.230] getCompletionData: Get current token: 0.011374000459909439 +Info 15573[13:43:57.230] getCompletionData: Is inside comment: 0.030654000118374825 +Info 15574[13:43:57.230] getCompletionData: Get previous token: 0.039274999871850014 +Info 15575[13:43:57.230] getCompletionsAtPosition: isCompletionListBlocker: 0.017675000242888927 +Info 15576[13:43:57.231] getExportInfoMap: cache hit +Info 15577[13:43:57.253] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1057 from cache +Info 15578[13:43:57.253] collectAutoImports: response is complete +Info 15579[13:43:57.253] collectAutoImports: 21.227207999676466 +Info 15580[13:43:57.253] getCompletionData: Semantic work: 22.65211799927056 +Info 15581[13:43:57.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.841339999809861 +Info 15582[13:43:57.264] Format host information updated +Info 15583[13:43:58.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15584[13:43:58.712] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1260 structureChanged: false structureIsReused:: Completely Elapsed: 6.610550000332296ms +Info 15585[13:43:58.712] Different program with same set of files +Info 15586[13:43:58.712] getCompletionData: Get current token: 0.0025840001180768013 +Info 15587[13:43:58.712] getCompletionData: Is inside comment: 0.001202000305056572 +Info 15588[13:43:58.712] getCompletionData: Get previous token: 0.013753999955952168 +Info 15589[13:43:58.713] getCompletionsAtPosition: isCompletionListBlocker: 0.0074640000239014626 +Info 15590[13:43:58.713] getExportInfoMap: cache hit +Info 15591[13:43:58.717] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 15592[13:43:58.717] collectAutoImports: response is complete +Info 15593[13:43:58.717] collectAutoImports: 3.9580719992518425 +Info 15594[13:43:58.717] getCompletionData: Semantic work: 4.543119999580085 +Info 15595[13:43:58.718] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1877729995176196 +Info 15596[13:43:58.719] Format host information updated +Info 15597[13:43:58.842] Format host information updated +Info 15598[13:43:58.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15599[13:43:58.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1261 structureChanged: false structureIsReused:: Completely Elapsed: 8.201111000031233ms +Info 15600[13:43:58.851] Different program with same set of files +Info 15601[13:43:58.921] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15602[13:43:58.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1262 structureChanged: false structureIsReused:: Completely Elapsed: 6.556650999933481ms +Info 15603[13:43:58.928] Different program with same set of files +Info 15604[13:43:58.928] getCompletionData: Get current token: 0.00508899986743927 +Info 15605[13:43:58.928] getCompletionData: Is inside comment: 0.0014180000871419907 +Info 15606[13:43:58.928] getCompletionData: Get previous token: 0.012002999894320965 +Info 15607[13:43:58.928] getCompletionsAtPosition: isCompletionListBlocker: 0.006431000307202339 +Info 15608[13:43:58.928] getExportInfoMap: cache hit +Info 15609[13:43:58.942] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15610[13:43:58.942] collectAutoImports: response is complete +Info 15611[13:43:58.942] collectAutoImports: 13.13382500037551 +Info 15612[13:43:58.942] getCompletionData: Semantic work: 13.716756000183523 +Info 15613[13:43:58.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9118569996207952 +Info 15614[13:43:58.949] Format host information updated +Info 15615[13:43:59.152] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15616[13:43:59.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1263 structureChanged: false structureIsReused:: Completely Elapsed: 6.812297000549734ms +Info 15617[13:43:59.159] Different program with same set of files +Info 15618[13:43:59.159] getCompletionData: Get current token: 0.0049949996173381805 +Info 15619[13:43:59.159] getCompletionData: Is inside comment: 0.00128099974244833 +Info 15620[13:43:59.159] getCompletionData: Get previous token: 0.013032999821007252 +Info 15621[13:43:59.159] getCompletionsAtPosition: isCompletionListBlocker: 0.007451999932527542 +Info 15622[13:43:59.159] getExportInfoMap: cache hit +Info 15623[13:43:59.172] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15624[13:43:59.172] collectAutoImports: response is complete +Info 15625[13:43:59.172] collectAutoImports: 12.752299000509083 +Info 15626[13:43:59.172] getCompletionData: Semantic work: 13.28303699940443 +Info 15627[13:43:59.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.776211000047624 +Info 15628[13:43:59.179] Format host information updated +Info 15629[13:43:59.234] Format host information updated +Info 15630[13:43:59.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15631[13:43:59.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1264 structureChanged: false structureIsReused:: Completely Elapsed: 11.40819700062275ms +Info 15632[13:43:59.246] Different program with same set of files +Info 15633[13:43:59.757] getCompletionData: Get current token: 0.0012879995629191399 +Info 15634[13:43:59.757] getCompletionData: Is inside comment: 0.005520000122487545 +Info 15635[13:43:59.757] getCompletionData: Get previous token: 0.003798999823629856 +Info 15636[13:43:59.757] getCompletionsAtPosition: isCompletionListBlocker: 0.008444000035524368 +Info 15637[13:43:59.757] getExportInfoMap: cache hit +Info 15638[13:43:59.767] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15639[13:43:59.767] collectAutoImports: response is complete +Info 15640[13:43:59.767] collectAutoImports: 9.991286000236869 +Info 15641[13:43:59.767] getCompletionData: Semantic work: 10.572677000425756 +Info 15642[13:43:59.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.844947999343276 +Info 15643[13:43:59.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15644[13:43:59.844] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1265 structureChanged: false structureIsReused:: Completely Elapsed: 6.8211190002039075ms +Info 15645[13:43:59.844] Different program with same set of files +Info 15646[13:43:59.844] getCompletionData: Get current token: 0.0014859996736049652 +Info 15647[13:43:59.844] getCompletionData: Is inside comment: 0.006908000446856022 +Info 15648[13:43:59.844] getCompletionData: Get previous token: 0.00492200069129467 +Info 15649[13:43:59.844] getCompletionsAtPosition: isCompletionListBlocker: 0.002450999803841114 +Info 15650[13:43:59.845] getExportInfoMap: cache hit +Info 15651[13:43:59.856] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15652[13:43:59.856] collectAutoImports: response is complete +Info 15653[13:43:59.856] collectAutoImports: 11.409473000094295 +Info 15654[13:43:59.856] getCompletionData: Semantic work: 11.943396999500692 +Info 15655[13:43:59.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.70949300006032 +Info 15656[13:43:59.864] Format host information updated +Info 15657[13:43:59.998] Format host information updated +Info 15658[13:43:59.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15659[13:44:00.005] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1266 structureChanged: false structureIsReused:: Completely Elapsed: 6.6952749993652105ms +Info 15660[13:44:00.005] Different program with same set of files +Info 15661[13:44:00.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15662[13:44:00.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1267 structureChanged: false structureIsReused:: Completely Elapsed: 10.011773999780416ms +Info 15663[13:44:00.269] Different program with same set of files +Info 15664[13:44:00.269] getCompletionData: Get current token: 0.0010580001398921013 +Info 15665[13:44:00.269] getCompletionData: Is inside comment: 0.004422999918460846 +Info 15666[13:44:00.269] getCompletionData: Get previous token: 0.009719999507069588 +Info 15667[13:44:00.269] getCompletionsAtPosition: isCompletionListBlocker: 0.009297999553382397 +Info 15668[13:44:00.270] getExportInfoMap: cache hit +Info 15669[13:44:00.273] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 79 from cache +Info 15670[13:44:00.273] collectAutoImports: response is complete +Info 15671[13:44:00.273] collectAutoImports: 3.6757619995623827 +Info 15672[13:44:00.273] getCompletionData: Semantic work: 4.256481999531388 +Info 15673[13:44:00.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.167505000717938 +Info 15674[13:44:00.275] Format host information updated +Info 15675[13:44:00.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15676[13:44:00.435] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1268 structureChanged: false structureIsReused:: Completely Elapsed: 6.5147930001839995ms +Info 15677[13:44:00.435] Different program with same set of files +Info 15678[13:44:00.435] getCompletionData: Get current token: 0.0008709998801350594 +Info 15679[13:44:00.435] getCompletionData: Is inside comment: 0.005468000657856464 +Info 15680[13:44:00.435] getCompletionData: Get previous token: 0.004244999960064888 +Info 15681[13:44:00.435] getCompletionsAtPosition: isCompletionListBlocker: 0.0022780001163482666 +Info 15682[13:44:00.435] getCompletionData: Semantic work: 0.3300090003758669 +Info 15683[13:44:00.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17730299942195415 +Info 15684[13:44:00.438] Format host information updated +Info 15685[13:44:00.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15686[13:44:00.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1269 structureChanged: false structureIsReused:: Completely Elapsed: 7.006451999768615ms +Info 15687[13:44:00.820] Different program with same set of files +Info 15688[13:44:00.820] getCompletionData: Get current token: 0.0009589996188879013 +Info 15689[13:44:00.820] getCompletionData: Is inside comment: 0.006264999508857727 +Info 15690[13:44:00.820] getCompletionData: Get previous token: 0.013955000787973404 +Info 15691[13:44:00.820] getCompletionsAtPosition: isCompletionListBlocker: 0.0024969996884465218 +Info 15692[13:44:00.820] getCompletionData: Semantic work: 0.38849200028926134 +Info 15693[13:44:00.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5868330001831055 +Info 15694[13:44:00.821] Format host information updated +Info 15695[13:44:00.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15696[13:44:00.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1270 structureChanged: false structureIsReused:: Completely Elapsed: 18.264112999662757ms +Info 15697[13:44:00.899] Different program with same set of files +Info 15698[13:44:00.899] getCompletionData: Get current token: 0.003370000049471855 +Info 15699[13:44:00.899] getCompletionData: Is inside comment: 0.018358999863266945 +Info 15700[13:44:00.899] getCompletionData: Get previous token: 0.03879899997264147 +Info 15701[13:44:00.899] getCompletionsAtPosition: isCompletionListBlocker: 0.005986000411212444 +Info 15702[13:44:00.900] getCompletionData: Semantic work: 0.9226019997149706 +Info 15703[13:44:00.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5666390005499125 +Info 15704[13:44:00.908] Format host information updated +Info 15705[13:44:00.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15706[13:44:00.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1271 structureChanged: false structureIsReused:: Completely Elapsed: 7.7320480002090335ms +Info 15707[13:44:00.955] Different program with same set of files +Info 15708[13:44:00.955] getCompletionData: Get current token: 0.001281999982893467 +Info 15709[13:44:00.955] getCompletionData: Is inside comment: 0.007346999831497669 +Info 15710[13:44:00.955] getCompletionData: Get previous token: 0.015809999778866768 +Info 15711[13:44:00.955] getCompletionsAtPosition: isCompletionListBlocker: 0.0027459999546408653 +Info 15712[13:44:00.956] getCompletionData: Semantic work: 0.3892339998856187 +Info 15713[13:44:00.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5607439996674657 +Info 15714[13:44:00.957] Format host information updated +Info 15715[13:44:01.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15716[13:44:01.068] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1272 structureChanged: false structureIsReused:: Completely Elapsed: 6.2796360002830625ms +Info 15717[13:44:01.068] Different program with same set of files +Info 15718[13:44:01.068] getCompletionData: Get current token: 0.0010730000212788582 +Info 15719[13:44:01.068] getCompletionData: Is inside comment: 0.004856999963521957 +Info 15720[13:44:01.068] getCompletionData: Get previous token: 0.011285999789834023 +Info 15721[13:44:01.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0023180004209280014 +Info 15722[13:44:01.068] getCompletionData: Semantic work: 0.3114809999242425 +Info 15723[13:44:01.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4827800001949072 +Info 15724[13:44:01.072] Format host information updated +Info 15725[13:44:01.130] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15726[13:44:01.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1273 structureChanged: false structureIsReused:: Completely Elapsed: 20.33767700009048ms +Info 15727[13:44:01.150] Different program with same set of files +Info 15728[13:44:01.151] getCompletionData: Get current token: 0.004550999961793423 +Info 15729[13:44:01.151] getCompletionData: Is inside comment: 0.02182100061327219 +Info 15730[13:44:01.151] getCompletionData: Get previous token: 0.048971000127494335 +Info 15731[13:44:01.151] getCompletionsAtPosition: isCompletionListBlocker: 0.006640000268816948 +Info 15732[13:44:01.152] getCompletionData: Semantic work: 1.0977300005033612 +Info 15733[13:44:01.154] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6534639997407794 +Info 15734[13:44:01.154] Format host information updated +Info 15735[13:44:01.991] Format host information updated +Info 15736[13:44:01.991] Format host information updated +Info 15737[13:44:01.991] Format host information updated +Info 15738[13:44:01.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15739[13:44:02.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1274 structureChanged: false structureIsReused:: Completely Elapsed: 8.946228000335395ms +Info 15740[13:44:02.000] Different program with same set of files +Info 15741[13:44:02.001] getCompletionData: Get current token: 0.000932999886572361 +Info 15742[13:44:02.001] getCompletionData: Is inside comment: 0.00508200004696846 +Info 15743[13:44:02.001] getCompletionData: Get previous token: 0.0038450006395578384 +Info 15744[13:44:02.001] getCompletionsAtPosition: isCompletionListBlocker: 0.006930000148713589 +Info 15745[13:44:02.001] getExportInfoMap: cache hit +Info 15746[13:44:02.011] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 971 from cache +Info 15747[13:44:02.011] collectAutoImports: response is complete +Info 15748[13:44:02.011] collectAutoImports: 9.797721000388265 +Info 15749[13:44:02.011] getCompletionData: Semantic work: 10.37043199967593 +Info 15750[13:44:02.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5307379998266697 +Info 15751[13:44:02.019] getCompletionData: Get current token: 0.009631999768316746 +Info 15752[13:44:02.019] getCompletionData: Is inside comment: 0.004124999977648258 +Info 15753[13:44:02.019] getCompletionData: Get previous token: 0.015557999722659588 +Info 15754[13:44:02.019] getCompletionsAtPosition: isCompletionListBlocker: 0.002588999457657337 +Info 15755[13:44:02.020] getCompletionData: Semantic work: 0.6854809997603297 +Info 15756[13:44:02.022] getCompletionData: Get current token: 0.0074689993634819984 +Info 15757[13:44:02.022] getCompletionData: Is inside comment: 0.0023659998551011086 +Info 15758[13:44:02.022] getCompletionData: Get previous token: 0.016575999557971954 +Info 15759[13:44:02.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0018539996817708015 +Info 15760[13:44:02.023] getCompletionData: Semantic work: 0.20905200019478798 +Info 15761[13:44:02.023] getCompletionData: Get current token: 0.004334999248385429 +Info 15762[13:44:02.023] getCompletionData: Is inside comment: 0.0019990000873804092 +Info 15763[13:44:02.023] getCompletionData: Get previous token: 0.015706000849604607 +Info 15764[13:44:02.023] getCompletionsAtPosition: isCompletionListBlocker: 0.0013129999861121178 +Info 15765[13:44:02.023] getCompletionData: Semantic work: 0.1353609999641776 +Info 15766[13:44:02.024] Format host information updated +Info 15767[13:56:10.948] Search path: /home/orion/src/purescript-puppeteer/src +Info 15768[13:56:10.949] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15769[13:56:10.950] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 15769[13:56:10.950] Files (145) + +Info 15769[13:56:10.950] ----------------------------------------------- +Info 15769[13:56:10.950] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 15769[13:56:10.950] Files (271) + +Info 15769[13:56:10.950] ----------------------------------------------- +Info 15769[13:56:10.950] Project '/dev/null/inferredProject1*' (Inferred) +Info 15769[13:56:10.950] Files (130) + +Info 15769[13:56:10.950] ----------------------------------------------- +Info 15769[13:56:10.950] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 15769[13:56:10.950] Files (179) + +Info 15769[13:56:10.950] ----------------------------------------------- +Info 15769[13:56:10.950] Open files: +Info 15769[13:56:10.950] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15769[13:56:10.950] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15769[13:56:10.950] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15769[13:56:10.950] Projects: /dev/null/inferredProject1* +Info 15769[13:56:10.950] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15769[13:56:10.950] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15769[13:56:10.950] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15769[13:56:10.950] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15769[13:56:10.950] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15769[13:56:10.950] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15769[13:56:11.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15770[13:56:11.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1275 structureChanged: false structureIsReused:: Completely Elapsed: 44.555258999578655ms +Info 15771[13:56:11.207] Different program with same set of files +Info 15772[13:56:11.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15773[13:56:11.214] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 138 structureChanged: false structureIsReused:: Not Elapsed: 0.1768199997022748ms +Info 15774[13:56:11.489] Format host information updated +Info 15775[13:56:13.460] Before ensureProjectForOpenFiles: +Info 15776[13:56:13.460] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 15776[13:56:13.461] Files (145) + +Info 15776[13:56:13.461] ----------------------------------------------- +Info 15776[13:56:13.461] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 15776[13:56:13.461] Files (271) + +Info 15776[13:56:13.461] ----------------------------------------------- +Info 15776[13:56:13.461] Project '/dev/null/inferredProject1*' (Inferred) +Info 15776[13:56:13.461] Files (130) + +Info 15776[13:56:13.461] ----------------------------------------------- +Info 15776[13:56:13.461] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 15776[13:56:13.461] Files (179) + +Info 15776[13:56:13.461] ----------------------------------------------- +Info 15776[13:56:13.461] Open files: +Info 15776[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15776[13:56:13.461] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15776[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15776[13:56:13.461] Projects: /dev/null/inferredProject1* +Info 15776[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15776[13:56:13.461] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15776[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15776[13:56:13.461] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15776[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15776[13:56:13.461] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15776[13:56:13.461] After ensureProjectForOpenFiles: +Info 15777[13:56:13.461] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 15777[13:56:13.461] Files (145) + +Info 15777[13:56:13.461] ----------------------------------------------- +Info 15777[13:56:13.461] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 15777[13:56:13.461] Files (271) + +Info 15777[13:56:13.461] ----------------------------------------------- +Info 15777[13:56:13.461] Project '/dev/null/inferredProject1*' (Inferred) +Info 15777[13:56:13.461] Files (130) + +Info 15777[13:56:13.461] ----------------------------------------------- +Info 15777[13:56:13.461] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 15777[13:56:13.461] Files (179) + +Info 15777[13:56:13.461] ----------------------------------------------- +Info 15777[13:56:13.461] Open files: +Info 15777[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15777[13:56:13.461] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15777[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15777[13:56:13.461] Projects: /dev/null/inferredProject1* +Info 15777[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15777[13:56:13.461] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15777[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15777[13:56:13.461] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15777[13:56:13.461] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 15777[13:56:13.462] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 15777[13:56:13.462] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js diff --git a/.log/tsserver-log-J5S2D1/tsserver.log b/.log/tsserver-log-J5S2D1/tsserver.log new file mode 100644 index 0000000..6faf13f --- /dev/null +++ b/.log/tsserver-log-J5S2D1/tsserver.log @@ -0,0 +1,1370 @@ +Info 0 [10:31:15.916] Starting TS Server +Info 1 [10:31:15.919] Version: 5.2.2 +Info 2 [10:31:15.919] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/17b831a5735e2192616c36b4d90eb793/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-J5S2D1/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [10:31:15.919] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [10:31:15.919] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [10:31:15.924] Format host information updated +Info 6 [10:31:15.928] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [10:31:16.224] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 296.0490590000991ms +Info 8 [10:31:16.224] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [10:31:16.225] Files (8) + +Info 10 [10:31:16.225] ----------------------------------------------- +Info 11 [10:31:16.225] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [10:31:16.225] Files (8) + +Info 11 [10:31:16.225] ----------------------------------------------- +Info 11 [10:31:16.225] Open files: +Info 11 [10:31:16.225] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [10:31:16.225] Projects: /dev/null/inferredProject1* +Info 11 [10:31:16.225] Format host information updated +Info 12 [10:31:16.226] Format host information updated +Info 13 [10:31:17.066] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14 [10:31:17.070] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 3.676128000020981ms +Info 15 [10:31:17.070] Different program with same set of files +Info 16 [10:31:17.090] getCompletionData: Get current token: 0.01791399996727705 +Info 17 [10:31:17.090] getCompletionData: Is inside comment: 0.05558399995788932 +Info 18 [10:31:17.090] getCompletionData: Get previous token: 0.04226400004699826 +Info 19 [10:31:17.094] getCompletionData: Semantic work: 3.7194079998880625 +Info 20 [10:31:17.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 37.95456099999137 +Info 21 [10:31:17.136] Format host information updated +Info 22 [10:31:17.257] Format host information updated +Info 23 [10:31:17.317] Format host information updated +Info 24 [10:31:17.377] Format host information updated +Info 25 [10:31:17.503] Format host information updated +Info 26 [10:31:17.600] Format host information updated +Info 27 [10:31:17.760] Format host information updated +Info 28 [10:31:17.872] Format host information updated +Info 29 [10:31:17.943] Format host information updated +Info 30 [10:31:18.071] Format host information updated +Info 31 [10:31:18.232] Format host information updated +Info 32 [10:31:18.440] Format host information updated +Info 33 [10:31:18.571] Format host information updated +Info 34 [10:31:18.855] Format host information updated +Info 35 [10:31:18.991] Format host information updated +Info 36 [10:31:19.231] Format host information updated +Info 37 [10:31:19.292] Format host information updated +Info 38 [10:31:19.453] Format host information updated +Info 39 [10:31:19.535] Format host information updated +Info 40 [10:31:19.629] Format host information updated +Info 41 [10:31:19.844] Format host information updated +Info 42 [10:31:19.993] Format host information updated +Info 43 [10:31:20.104] Format host information updated +Info 44 [10:31:20.250] Format host information updated +Info 45 [10:31:20.353] Format host information updated +Info 46 [10:31:20.481] Format host information updated +Info 47 [10:31:20.700] Format host information updated +Info 48 [10:31:20.811] Format host information updated +Info 49 [10:31:21.003] Format host information updated +Info 50 [10:31:21.111] Format host information updated +Info 51 [10:31:21.221] Format host information updated +Info 52 [10:31:21.753] Format host information updated +Info 53 [10:31:21.813] Format host information updated +Info 54 [10:31:21.872] Format host information updated +Info 55 [10:31:22.021] Format host information updated +Info 56 [10:31:22.177] Format host information updated +Info 57 [10:31:22.258] Format host information updated +Info 58 [10:31:22.389] Format host information updated +Info 59 [10:31:22.456] Format host information updated +Info 60 [10:31:30.164] Format host information updated +Info 61 [10:31:31.202] Format host information updated +Info 62 [10:31:31.383] Format host information updated +Info 63 [10:31:31.502] Format host information updated +Info 64 [10:31:31.578] Format host information updated +Info 65 [10:31:31.867] Format host information updated +Info 66 [10:31:31.962] Format host information updated +Info 67 [10:31:32.321] Format host information updated +Info 68 [10:31:32.529] Format host information updated +Info 69 [10:31:32.644] Format host information updated +Info 70 [10:31:32.799] Format host information updated +Info 71 [10:31:32.934] Format host information updated +Info 72 [10:31:33.048] Format host information updated +Info 73 [10:31:33.184] Format host information updated +Info 74 [10:31:33.274] Format host information updated +Info 75 [10:31:34.527] Format host information updated +Info 76 [10:31:34.710] Format host information updated +Info 77 [10:31:34.779] Format host information updated +Info 78 [10:31:35.504] Format host information updated +Info 79 [10:31:35.649] Format host information updated +Info 80 [10:31:35.865] Format host information updated +Info 81 [10:31:36.024] Format host information updated +Info 82 [10:31:36.693] Format host information updated +Info 83 [10:31:36.753] Format host information updated +Info 84 [10:31:41.537] Format host information updated +Info 85 [10:31:42.320] Format host information updated +Info 86 [10:31:42.431] Format host information updated +Info 87 [10:31:42.529] Format host information updated +Info 88 [10:31:42.627] Format host information updated +Info 89 [10:31:42.799] Format host information updated +Info 90 [10:31:42.954] Format host information updated +Info 91 [10:31:43.028] Format host information updated +Info 92 [10:31:43.222] Format host information updated +Info 93 [10:31:43.338] Format host information updated +Info 94 [10:31:43.432] Format host information updated +Info 95 [10:31:43.801] Format host information updated +Info 96 [10:31:43.863] Format host information updated +Info 97 [10:31:44.443] Format host information updated +Info 98 [10:31:44.527] Format host information updated +Info 99 [10:31:44.645] Format host information updated +Info 100 [10:31:44.726] Format host information updated +Info 101 [10:31:44.933] Format host information updated +Info 102 [10:31:45.108] Format host information updated +Info 103 [10:31:45.172] Format host information updated +Info 104 [10:31:45.415] Format host information updated +Info 105 [10:31:45.634] Format host information updated +Info 106 [10:31:45.897] Format host information updated +Info 107 [10:31:46.154] Format host information updated +Info 108 [10:31:46.320] Format host information updated +Info 109 [10:31:46.543] Format host information updated +Info 110 [10:31:46.625] Format host information updated +Info 111 [10:31:46.708] Format host information updated +Info 112 [10:31:46.867] Format host information updated +Info 113 [10:31:46.937] Format host information updated +Info 114 [10:31:47.068] Format host information updated +Info 115 [10:31:47.167] Format host information updated +Info 116 [10:31:50.105] Format host information updated +Info 117 [10:31:50.198] Format host information updated +Info 118 [10:31:50.337] Format host information updated +Info 119 [10:31:50.457] Format host information updated +Info 120 [10:31:50.574] Format host information updated +Info 121 [10:31:50.638] Format host information updated +Info 122 [10:31:50.828] Format host information updated +Info 123 [10:31:50.940] Format host information updated +Info 124 [10:32:10.624] Format host information updated +Info 125 [10:32:10.865] Format host information updated +Info 126 [10:32:11.040] Format host information updated +Info 127 [10:32:11.156] Format host information updated +Info 128 [10:32:11.251] Format host information updated +Info 129 [10:32:11.477] Format host information updated +Info 130 [10:32:11.646] Format host information updated +Info 131 [10:32:45.615] Format host information updated +Info 132 [10:32:46.257] Format host information updated +Info 133 [10:32:47.604] Format host information updated +Info 134 [10:32:48.206] Format host information updated +Info 135 [10:32:48.458] Format host information updated +Info 136 [10:32:48.744] Format host information updated +Info 137 [10:32:48.857] Format host information updated +Info 138 [10:32:49.228] Format host information updated +Info 139 [10:32:49.656] Format host information updated +Info 140 [10:32:49.918] Format host information updated +Info 141 [10:32:50.129] Format host information updated +Info 142 [10:32:50.303] Format host information updated +Info 143 [10:32:50.586] Format host information updated +Info 144 [10:32:50.703] Format host information updated +Info 145 [10:32:50.821] Format host information updated +Info 146 [10:32:51.206] Format host information updated +Info 147 [10:32:52.312] Format host information updated +Info 148 [10:32:52.488] Format host information updated +Info 149 [10:32:52.980] Format host information updated +Info 150 [10:32:53.042] Format host information updated +Info 151 [10:32:56.310] Format host information updated +Info 152 [10:32:56.909] Format host information updated +Info 153 [10:32:58.327] Format host information updated +Info 154 [10:32:58.388] Format host information updated +Info 155 [10:32:59.187] Format host information updated +Info 156 [10:32:59.743] Format host information updated +Info 157 [10:32:59.867] Format host information updated +Info 158 [10:33:00.599] Format host information updated +Info 159 [10:33:00.687] Format host information updated +Info 160 [10:33:00.763] Format host information updated +Info 161 [10:33:00.908] Format host information updated +Info 162 [10:33:00.993] Format host information updated +Info 163 [10:33:01.187] Format host information updated +Info 164 [10:33:01.583] Format host information updated +Info 165 [10:33:01.761] Format host information updated +Info 166 [10:33:01.839] Format host information updated +Info 167 [10:33:01.938] Format host information updated +Info 168 [10:33:02.068] Format host information updated +Info 169 [10:33:02.137] Format host information updated +Info 170 [10:33:02.430] Format host information updated +Info 171 [10:33:02.787] Format host information updated +Info 172 [10:33:03.087] Format host information updated +Info 173 [10:33:06.785] Format host information updated +Info 174 [10:33:06.921] Format host information updated +Info 175 [10:33:07.303] Format host information updated +Info 176 [10:33:08.931] Format host information updated +Info 177 [10:33:09.069] Format host information updated +Info 178 [10:33:09.141] Format host information updated +Info 179 [10:33:11.484] Format host information updated +Info 180 [10:33:12.584] Format host information updated +Info 181 [10:33:13.500] Format host information updated +Info 182 [10:33:13.720] Format host information updated +Info 183 [10:33:13.833] Format host information updated +Info 184 [10:33:13.930] Format host information updated +Info 185 [10:33:14.019] Format host information updated +Info 186 [10:33:14.130] Format host information updated +Info 187 [10:33:14.311] Format host information updated +Info 188 [10:33:14.442] Format host information updated +Info 189 [10:33:14.505] Format host information updated +Info 190 [10:33:16.138] Format host information updated +Info 191 [10:33:17.209] Format host information updated +Info 192 [10:33:17.881] Format host information updated +Info 193 [10:33:18.759] Format host information updated +Info 194 [10:33:19.595] Format host information updated +Info 195 [10:33:19.750] Format host information updated +Info 196 [10:33:20.089] Format host information updated +Info 197 [10:33:20.619] Format host information updated +Info 198 [10:33:24.206] Format host information updated +Info 199 [10:33:24.523] Format host information updated +Info 200 [10:33:24.831] Format host information updated +Info 201 [10:33:27.761] Format host information updated +Info 202 [10:33:28.427] Format host information updated +Info 203 [10:33:28.807] Format host information updated +Info 204 [10:33:29.387] Format host information updated +Info 205 [10:33:30.797] Format host information updated +Info 206 [10:33:31.627] Format host information updated +Info 207 [10:33:31.991] Format host information updated +Info 208 [10:33:32.152] Format host information updated +Info 209 [10:33:32.328] Format host information updated +Info 210 [10:33:32.397] Format host information updated +Info 211 [10:33:32.506] Format host information updated +Info 212 [10:33:33.108] Format host information updated +Info 213 [10:33:33.865] Format host information updated +Info 214 [10:33:34.409] Format host information updated +Info 215 [10:33:34.666] Format host information updated +Info 216 [10:33:34.881] Format host information updated +Info 217 [10:33:34.981] Format host information updated +Info 218 [10:33:35.065] Format host information updated +Info 219 [10:33:35.256] Format host information updated +Info 220 [10:33:35.353] Format host information updated +Info 221 [10:33:35.473] Format host information updated +Info 222 [10:33:35.543] Format host information updated +Info 223 [10:33:35.665] Format host information updated +Info 224 [10:33:35.855] Format host information updated +Info 225 [10:33:36.769] Format host information updated +Info 226 [10:33:38.234] Format host information updated +Info 227 [10:33:38.313] Format host information updated +Info 228 [10:33:38.923] Format host information updated +Info 229 [10:33:39.044] Format host information updated +Info 230 [10:33:40.292] Format host information updated +Info 231 [10:33:40.399] Format host information updated +Info 232 [10:33:40.779] Format host information updated +Info 233 [10:33:40.874] Format host information updated +Info 234 [10:33:41.081] Format host information updated +Info 235 [10:33:41.176] Format host information updated +Info 236 [10:33:42.443] Format host information updated +Info 237 [10:33:42.582] Format host information updated +Info 238 [10:33:42.710] Format host information updated +Info 239 [10:33:42.822] Format host information updated +Info 240 [10:33:43.534] Format host information updated +Info 241 [10:33:43.613] Format host information updated +Info 242 [10:33:44.085] Format host information updated +Info 243 [10:33:44.314] Format host information updated +Info 244 [10:33:44.398] Format host information updated +Info 245 [10:33:44.874] Format host information updated +Info 246 [10:33:44.958] Format host information updated +Info 247 [10:33:45.021] Format host information updated +Info 248 [10:33:45.152] Format host information updated +Info 249 [10:33:45.374] Format host information updated +Info 250 [10:33:45.455] Format host information updated +Info 251 [10:33:45.662] Format host information updated +Info 252 [10:33:45.759] Format host information updated +Info 253 [10:33:45.960] Format host information updated +Info 254 [10:33:46.155] Format host information updated +Info 255 [10:33:46.253] Format host information updated +Info 256 [10:33:46.687] Format host information updated +Info 257 [10:33:46.877] Format host information updated +Info 258 [10:33:47.045] Format host information updated +Info 259 [10:33:47.159] Format host information updated +Info 260 [10:33:47.314] Format host information updated +Info 261 [10:33:47.462] Format host information updated +Info 262 [10:33:47.565] Format host information updated +Info 263 [10:33:47.724] Format host information updated +Info 264 [10:33:47.837] Format host information updated +Info 265 [10:33:48.341] Format host information updated +Info 266 [10:33:48.463] Format host information updated +Info 267 [10:33:48.594] Format host information updated +Info 268 [10:33:48.681] Format host information updated +Info 269 [10:33:48.753] Format host information updated +Info 270 [10:33:48.911] Format host information updated +Info 271 [10:33:48.970] Format host information updated +Info 272 [10:33:49.060] Format host information updated +Info 273 [10:33:49.117] Format host information updated +Info 274 [10:33:49.786] Format host information updated +Info 275 [10:33:57.302] Format host information updated +Info 276 [10:33:57.594] Format host information updated +Info 277 [10:33:57.875] Format host information updated +Info 278 [10:33:57.988] Format host information updated +Info 279 [10:33:58.154] Format host information updated +Info 280 [10:33:58.455] Format host information updated +Info 281 [10:33:59.833] Format host information updated +Info 282 [10:34:00.922] Format host information updated +Info 283 [10:34:01.176] Format host information updated +Info 284 [10:34:01.496] Format host information updated +Info 285 [10:34:01.709] Format host information updated +Info 286 [10:34:01.880] Format host information updated +Info 287 [10:34:02.005] Format host information updated +Info 288 [10:34:02.104] Format host information updated +Info 289 [10:34:02.298] Format host information updated +Info 290 [10:34:03.293] Format host information updated +Info 291 [10:34:03.887] Format host information updated +Info 292 [10:34:04.019] Format host information updated +Info 293 [10:34:04.171] Format host information updated +Info 294 [10:34:04.478] Format host information updated +Info 295 [10:34:04.675] Format host information updated +Info 296 [10:34:04.813] Format host information updated +Info 297 [10:34:04.985] Format host information updated +Info 298 [10:34:05.183] Format host information updated +Info 299 [10:34:05.310] Format host information updated +Info 300 [10:34:06.220] Format host information updated +Info 301 [10:34:06.282] Format host information updated +Info 302 [10:34:06.909] Format host information updated +Info 303 [10:34:08.506] Format host information updated +Info 304 [10:34:09.389] Format host information updated +Info 305 [10:34:09.492] Format host information updated +Info 306 [10:34:09.922] Format host information updated +Info 307 [10:34:10.040] Format host information updated +Info 308 [10:34:10.247] Format host information updated +Info 309 [10:34:10.376] Format host information updated +Info 310 [10:34:10.448] Format host information updated +Info 311 [10:34:10.554] Format host information updated +Info 312 [10:34:11.332] Format host information updated +Info 313 [10:34:11.527] Format host information updated +Info 314 [10:34:11.665] Format host information updated +Info 315 [10:34:11.769] Format host information updated +Info 316 [10:34:11.863] Format host information updated +Info 317 [10:34:12.060] Format host information updated +Info 318 [10:34:12.265] Format host information updated +Info 319 [10:34:12.367] Format host information updated +Info 320 [10:34:12.616] Format host information updated +Info 321 [10:34:15.391] Format host information updated +Info 322 [10:34:15.554] Format host information updated +Info 323 [10:34:18.284] Format host information updated +Info 324 [10:34:20.184] Format host information updated +Info 325 [10:34:20.308] Format host information updated +Info 326 [10:34:20.395] Format host information updated +Info 327 [10:34:20.949] Format host information updated +Info 328 [10:34:21.689] Format host information updated +Info 329 [10:34:21.900] Format host information updated +Info 330 [10:34:22.042] Format host information updated +Info 331 [10:34:23.201] Format host information updated +Info 332 [10:34:23.398] Format host information updated +Info 333 [10:34:23.653] Format host information updated +Info 334 [10:34:23.732] Format host information updated +Info 335 [10:34:24.408] Format host information updated +Info 336 [10:34:24.571] Format host information updated +Info 337 [10:34:24.948] Format host information updated +Info 338 [10:34:25.105] Format host information updated +Info 339 [10:34:25.216] Format host information updated +Info 340 [10:34:25.467] Format host information updated +Info 341 [10:34:25.951] Format host information updated +Info 342 [10:34:26.176] Format host information updated +Info 343 [10:34:26.453] Format host information updated +Info 344 [10:34:26.534] Format host information updated +Info 345 [10:34:26.655] Format host information updated +Info 346 [10:34:26.944] Format host information updated +Info 347 [10:34:27.050] Format host information updated +Info 348 [10:34:27.151] Format host information updated +Info 349 [10:34:27.407] Format host information updated +Info 350 [10:34:27.604] Format host information updated +Info 351 [10:34:27.703] Format host information updated +Info 352 [10:34:27.810] Format host information updated +Info 353 [10:34:29.304] Format host information updated +Info 354 [10:34:31.238] Format host information updated +Info 355 [10:34:31.714] Format host information updated +Info 356 [10:34:31.893] Format host information updated +Info 357 [10:34:32.014] Format host information updated +Info 358 [10:34:32.898] Format host information updated +Info 359 [10:34:32.957] Format host information updated +Info 360 [10:34:34.961] Format host information updated +Info 361 [10:34:35.223] Format host information updated +Info 362 [10:34:35.354] Format host information updated +Info 363 [10:34:35.761] Format host information updated +Info 364 [10:34:35.870] Format host information updated +Info 365 [10:34:35.970] Format host information updated +Info 366 [10:34:36.040] Format host information updated +Info 367 [10:34:36.501] Format host information updated +Info 368 [10:34:36.783] Format host information updated +Info 369 [10:34:36.888] Format host information updated +Info 370 [10:34:37.024] Format host information updated +Info 371 [10:34:37.136] Format host information updated +Info 372 [10:34:37.816] Format host information updated +Info 373 [10:34:38.258] Format host information updated +Info 374 [10:34:38.397] Format host information updated +Info 375 [10:34:38.636] Format host information updated +Info 376 [10:34:38.730] Format host information updated +Info 377 [10:34:51.715] Format host information updated +Info 378 [10:34:51.815] Format host information updated +Info 379 [10:34:51.887] Format host information updated +Info 380 [10:34:52.036] Format host information updated +Info 381 [10:34:52.112] Format host information updated +Info 382 [10:34:52.244] Format host information updated +Info 383 [10:34:52.424] Format host information updated +Info 384 [10:34:52.523] Format host information updated +Info 385 [10:34:53.008] Format host information updated +Info 386 [10:34:53.123] Format host information updated +Info 387 [10:34:53.237] Format host information updated +Info 388 [10:34:53.326] Format host information updated +Info 389 [10:34:53.497] Format host information updated +Info 390 [10:34:53.632] Format host information updated +Info 391 [10:34:53.729] Format host information updated +Info 392 [10:34:55.125] Format host information updated +Info 393 [10:34:55.549] Format host information updated +Info 394 [10:34:55.740] Format host information updated +Info 395 [10:34:55.819] Format host information updated +Info 396 [10:34:55.887] Format host information updated +Info 397 [10:34:55.949] Format host information updated +Info 398 [10:34:56.074] Format host information updated +Info 399 [10:34:56.156] Format host information updated +Info 400 [10:34:57.136] Format host information updated +Info 401 [10:34:57.196] Format host information updated +Info 402 [10:34:57.895] Format host information updated +Info 403 [10:34:57.988] Format host information updated +Info 404 [10:34:58.127] Format host information updated +Info 405 [10:34:58.186] Format host information updated +Info 406 [10:34:58.406] Format host information updated +Info 407 [10:34:58.596] Format host information updated +Info 408 [10:34:59.167] Format host information updated +Info 409 [10:34:59.298] Format host information updated +Info 410 [10:34:59.442] Format host information updated +Info 411 [10:34:59.545] Format host information updated +Info 412 [10:34:59.662] Format host information updated +Info 413 [10:34:59.723] Format host information updated +Info 414 [10:34:59.916] Format host information updated +Info 415 [10:35:00.036] Format host information updated +Info 416 [10:35:00.163] Format host information updated +Info 417 [10:35:00.376] Format host information updated +Info 418 [10:35:00.461] Format host information updated +Info 419 [10:35:00.536] Format host information updated +Info 420 [10:35:00.653] Format host information updated +Info 421 [10:35:01.154] Format host information updated +Info 422 [10:35:01.261] Format host information updated +Info 423 [10:35:01.348] Format host information updated +Info 424 [10:35:01.600] Format host information updated +Info 425 [10:35:01.889] Format host information updated +Info 426 [10:35:01.971] Format host information updated +Info 427 [10:35:02.147] Format host information updated +Info 428 [10:35:02.314] Format host information updated +Info 429 [10:35:02.438] Format host information updated +Info 430 [10:35:02.618] Format host information updated +Info 431 [10:35:26.091] Format host information updated +Info 432 [10:35:26.173] Format host information updated +Info 433 [10:35:26.255] Format host information updated +Info 434 [10:35:26.348] Format host information updated +Info 435 [10:35:26.531] Format host information updated +Info 436 [10:35:26.690] Format host information updated +Info 437 [10:35:26.785] Format host information updated +Info 438 [10:35:26.932] Format host information updated +Info 439 [10:35:27.005] Format host information updated +Info 440 [10:35:27.087] Format host information updated +Info 441 [10:35:27.390] Format host information updated +Info 442 [10:35:27.470] Format host information updated +Info 443 [10:35:30.721] Format host information updated +Info 444 [10:35:30.881] Format host information updated +Info 445 [10:35:31.022] Format host information updated +Info 446 [10:35:31.118] Format host information updated +Info 447 [10:35:31.200] Format host information updated +Info 448 [10:35:31.356] Format host information updated +Info 449 [10:35:31.706] Format host information updated +Info 450 [10:35:32.031] Format host information updated +Info 451 [10:35:32.104] Format host information updated +Info 452 [10:35:32.181] Format host information updated +Info 453 [10:35:32.316] Format host information updated +Info 454 [10:35:32.373] Format host information updated +Info 455 [10:35:32.463] Format host information updated +Info 456 [10:35:32.619] Format host information updated +Info 457 [10:35:33.250] Format host information updated +Info 458 [10:35:33.483] Format host information updated +Info 459 [10:35:33.730] Format host information updated +Info 460 [10:35:33.998] Format host information updated +Info 461 [10:35:34.467] Format host information updated +Info 462 [10:35:34.627] Format host information updated +Info 463 [10:35:34.736] Format host information updated +Info 464 [10:35:34.806] Format host information updated +Info 465 [10:35:34.925] Format host information updated +Info 466 [10:35:35.159] Format host information updated +Info 467 [10:35:35.322] Format host information updated +Info 468 [10:35:35.383] Format host information updated +Info 469 [10:35:35.800] Format host information updated +Info 470 [10:35:36.060] Format host information updated +Info 471 [10:35:37.072] Format host information updated +Info 472 [10:35:37.174] Format host information updated +Info 473 [10:35:37.343] Format host information updated +Info 474 [10:35:37.503] Format host information updated +Info 475 [10:35:37.590] Format host information updated +Info 476 [10:35:37.656] Format host information updated +Info 477 [10:35:37.751] Format host information updated +Info 478 [10:35:37.970] Format host information updated +Info 479 [10:35:38.233] Format host information updated +Info 480 [10:35:38.323] Format host information updated +Info 481 [10:35:38.472] Format host information updated +Info 482 [10:35:38.556] Format host information updated +Info 483 [10:35:38.743] Format host information updated +Info 484 [10:35:39.005] Format host information updated +Info 485 [10:35:39.264] Format host information updated +Info 486 [10:35:42.172] Format host information updated +Info 487 [10:35:42.318] Format host information updated +Info 488 [10:35:44.006] Format host information updated +Info 489 [10:35:44.078] Format host information updated +Info 490 [10:35:44.155] Format host information updated +Info 491 [10:35:44.303] Format host information updated +Info 492 [10:35:44.383] Format host information updated +Info 493 [10:35:44.487] Format host information updated +Info 494 [10:35:44.590] Format host information updated +Info 495 [10:35:44.813] Format host information updated +Info 496 [10:35:44.934] Format host information updated +Info 497 [10:35:45.104] Format host information updated +Info 498 [10:35:45.272] Format host information updated +Info 499 [10:35:45.368] Format host information updated +Info 500 [10:35:45.438] Format host information updated +Info 501 [10:35:45.547] Format host information updated +Info 502 [10:35:45.720] Format host information updated +Info 503 [10:35:45.992] Format host information updated +Info 504 [10:35:46.163] Format host information updated +Info 505 [10:35:46.305] Format host information updated +Info 506 [10:35:46.587] Format host information updated +Info 507 [10:35:46.767] Format host information updated +Info 508 [10:35:47.054] Format host information updated +Info 509 [10:35:47.429] Format host information updated +Info 510 [10:35:47.577] Format host information updated +Info 511 [10:35:47.867] Format host information updated +Info 512 [10:35:48.021] Format host information updated +Info 513 [10:35:48.081] Format host information updated +Info 514 [10:35:48.176] Format host information updated +Info 515 [10:35:48.305] Format host information updated +Info 516 [10:35:48.437] Format host information updated +Info 517 [10:35:48.497] Format host information updated +Info 518 [10:35:48.671] Format host information updated +Info 519 [10:35:48.819] Format host information updated +Info 520 [10:35:48.888] Format host information updated +Info 521 [10:35:49.004] Format host information updated +Info 522 [10:35:49.109] Format host information updated +Info 523 [10:35:49.213] Format host information updated +Info 524 [10:35:49.593] Format host information updated +Info 525 [10:35:49.752] Format host information updated +Info 526 [10:35:50.217] Format host information updated +Info 527 [10:35:53.155] Format host information updated +Info 528 [10:35:53.439] Format host information updated +Info 529 [10:35:53.734] Format host information updated +Info 530 [10:35:53.885] Format host information updated +Info 531 [10:35:54.024] Format host information updated +Info 532 [10:35:54.124] Format host information updated +Info 533 [10:35:54.265] Format host information updated +Info 534 [10:35:54.351] Format host information updated +Info 535 [10:35:54.512] Format host information updated +Info 536 [10:35:54.690] Format host information updated +Info 537 [10:35:54.809] Format host information updated +Info 538 [10:35:55.224] Format host information updated +Info 539 [10:35:55.415] Format host information updated +Info 540 [10:35:55.578] Format host information updated +Info 541 [10:35:55.689] Format host information updated +Info 542 [10:35:56.043] Format host information updated +Info 543 [10:35:56.253] Format host information updated +Info 544 [10:35:56.322] Format host information updated +Info 545 [10:35:56.401] Format host information updated +Info 546 [10:35:56.480] Format host information updated +Info 547 [10:35:56.638] Format host information updated +Info 548 [10:35:56.702] Format host information updated +Info 549 [10:35:57.539] Format host information updated +Info 550 [10:36:13.069] Format host information updated +Info 551 [10:36:13.267] Format host information updated +Info 552 [10:36:13.679] Format host information updated +Info 553 [10:36:13.796] Format host information updated +Info 554 [10:36:13.856] Format host information updated +Info 555 [10:36:13.926] Format host information updated +Info 556 [10:36:14.054] Format host information updated +Info 557 [10:36:14.180] Format host information updated +Info 558 [10:36:14.465] Format host information updated +Info 559 [10:36:14.772] Format host information updated +Info 560 [10:36:14.881] Format host information updated +Info 561 [10:36:15.041] Format host information updated +Info 562 [10:36:15.122] Format host information updated +Info 563 [10:36:15.322] Format host information updated +Info 564 [10:36:15.498] Format host information updated +Info 565 [10:36:15.769] Format host information updated +Info 566 [10:36:15.876] Format host information updated +Info 567 [10:36:16.218] Format host information updated +Info 568 [10:36:16.366] Format host information updated +Info 569 [10:36:16.463] Format host information updated +Info 570 [10:36:16.589] Format host information updated +Info 571 [10:36:17.304] Format host information updated +Info 572 [10:36:17.707] Format host information updated +Info 573 [10:36:18.147] Format host information updated +Info 574 [10:36:18.645] Format host information updated +Info 575 [10:36:18.965] Format host information updated +Info 576 [10:36:19.279] Format host information updated +Info 577 [10:36:19.510] Format host information updated +Info 578 [10:36:19.675] Format host information updated +Info 579 [10:36:19.735] Format host information updated +Info 580 [10:36:20.296] Format host information updated +Info 581 [10:36:21.049] Format host information updated +Info 582 [10:36:21.214] Format host information updated +Info 583 [10:36:21.409] Format host information updated +Info 584 [10:36:21.655] Format host information updated +Info 585 [10:36:21.863] Format host information updated +Info 586 [10:36:22.132] Format host information updated +Info 587 [10:36:22.248] Format host information updated +Info 588 [10:36:22.373] Format host information updated +Info 589 [10:36:22.439] Format host information updated +Info 590 [10:36:22.573] Format host information updated +Info 591 [10:36:22.649] Format host information updated +Info 592 [10:36:22.777] Format host information updated +Info 593 [10:36:22.844] Format host information updated +Info 594 [10:36:23.088] Format host information updated +Info 595 [10:36:23.428] Format host information updated +Info 596 [10:36:23.539] Format host information updated +Info 597 [10:36:23.633] Format host information updated +Info 598 [10:36:23.744] Format host information updated +Info 599 [10:36:23.840] Format host information updated +Info 600 [10:36:23.972] Format host information updated +Info 601 [10:36:24.129] Format host information updated +Info 602 [10:36:31.348] Format host information updated +Info 603 [10:36:31.409] Format host information updated +Info 604 [10:36:33.829] Format host information updated +Info 605 [10:36:33.934] Format host information updated +Info 606 [10:36:34.094] Format host information updated +Info 607 [10:36:34.208] Format host information updated +Info 608 [10:36:34.367] Format host information updated +Info 609 [10:36:34.481] Format host information updated +Info 610 [10:36:34.556] Format host information updated +Info 611 [10:36:34.716] Format host information updated +Info 612 [10:36:34.792] Format host information updated +Info 613 [10:36:36.553] Format host information updated +Info 614 [10:36:36.769] Format host information updated +Info 615 [10:36:36.883] Format host information updated +Info 616 [10:36:36.978] Format host information updated +Info 617 [10:36:37.265] Format host information updated +Info 618 [10:36:37.379] Format host information updated +Info 619 [10:36:37.453] Format host information updated +Info 620 [10:36:37.664] Format host information updated +Info 621 [10:36:37.966] Format host information updated +Info 622 [10:36:38.180] Format host information updated +Info 623 [10:36:38.246] Format host information updated +Info 624 [10:36:38.436] Format host information updated +Info 625 [10:36:38.540] Format host information updated +Info 626 [10:36:40.076] Format host information updated +Info 627 [10:36:40.142] Format host information updated +Info 628 [10:36:40.203] Format host information updated +Info 629 [10:36:40.351] Format host information updated +Info 630 [10:36:40.513] Format host information updated +Info 631 [10:36:40.574] Format host information updated +Info 632 [10:36:40.978] Format host information updated +Info 633 [10:36:41.099] Format host information updated +Info 634 [10:36:41.189] Format host information updated +Info 635 [10:36:42.476] Format host information updated +Info 636 [10:36:42.533] Format host information updated +Info 637 [10:36:43.383] Format host information updated +Info 638 [10:36:43.454] Format host information updated +Info 639 [10:36:44.124] Format host information updated +Info 640 [10:36:44.265] Format host information updated +Info 641 [10:36:44.344] Format host information updated +Info 642 [10:36:44.482] Format host information updated +Info 643 [10:36:44.580] Format host information updated +Info 644 [10:36:44.739] Format host information updated +Info 645 [10:36:44.801] Format host information updated +Info 646 [10:36:45.041] Format host information updated +Info 647 [10:36:45.132] Format host information updated +Info 648 [10:36:45.376] Format host information updated +Info 649 [10:36:45.577] Format host information updated +Info 650 [10:36:45.651] Format host information updated +Info 651 [10:36:45.771] Format host information updated +Info 652 [10:36:45.840] Format host information updated +Info 653 [10:36:46.049] Format host information updated +Info 654 [10:36:46.115] Format host information updated +Info 655 [10:36:47.130] Format host information updated +Info 656 [10:36:47.354] Format host information updated +Info 657 [10:36:47.940] Format host information updated +Info 658 [10:36:48.001] Format host information updated +Info 659 [10:36:48.904] Format host information updated +Info 660 [10:36:49.111] Format host information updated +Info 661 [10:36:49.239] Format host information updated +Info 662 [10:36:49.358] Format host information updated +Info 663 [10:36:49.428] Format host information updated +Info 664 [10:36:49.566] Format host information updated +Info 665 [10:36:49.729] Format host information updated +Info 666 [10:36:49.785] Format host information updated +Info 667 [10:36:50.039] Format host information updated +Info 668 [10:36:50.180] Format host information updated +Info 669 [10:36:50.306] Format host information updated +Info 670 [10:36:50.509] Format host information updated +Info 671 [10:36:50.650] Format host information updated +Info 672 [10:36:50.762] Format host information updated +Info 673 [10:36:50.866] Format host information updated +Info 674 [10:36:50.935] Format host information updated +Info 675 [10:36:51.011] Format host information updated +Info 676 [10:36:51.098] Format host information updated +Info 677 [10:36:51.200] Format host information updated +Info 678 [10:36:51.679] Format host information updated +Info 679 [10:36:51.811] Format host information updated +Info 680 [10:36:52.038] Format host information updated +Info 681 [10:36:52.114] Format host information updated +Info 682 [10:36:52.488] Format host information updated +Info 683 [10:36:52.552] Format host information updated +Info 684 [10:36:52.678] Format host information updated +Info 685 [10:36:52.787] Format host information updated +Info 686 [10:36:52.965] Format host information updated +Info 687 [10:36:53.041] Format host information updated +Info 688 [10:36:53.261] Format host information updated +Info 689 [10:36:53.383] Format host information updated +Info 690 [10:36:53.476] Format host information updated +Info 691 [10:36:57.987] Format host information updated +Info 692 [10:36:58.577] Format host information updated +Info 693 [10:36:59.311] Format host information updated +Info 694 [10:36:59.580] Format host information updated +Info 695 [10:37:00.411] Format host information updated +Info 696 [10:37:02.276] Format host information updated +Info 697 [10:37:02.448] Format host information updated +Info 698 [10:37:02.529] Format host information updated +Info 699 [10:37:03.153] Format host information updated +Info 700 [10:37:03.153] Format host information updated +Info 701 [10:37:03.155] Format host information updated +Info 702 [10:37:03.235] Format host information updated +Info 703 [10:37:04.878] Format host information updated +Info 704 [10:37:04.977] Format host information updated +Info 705 [10:37:05.245] Format host information updated +Info 706 [10:37:05.401] Format host information updated +Info 707 [10:37:05.486] Format host information updated +Info 708 [10:37:05.692] Format host information updated +Info 709 [10:37:06.068] Format host information updated +Info 710 [10:37:06.068] Format host information updated +Info 711 [10:37:06.070] Format host information updated +Info 712 [10:37:06.362] Format host information updated +Info 713 [10:37:06.432] Format host information updated +Info 714 [10:37:06.517] Format host information updated +Info 715 [10:37:06.654] Format host information updated +Info 716 [10:37:06.765] Format host information updated +Info 717 [10:37:06.841] Format host information updated +Info 718 [10:37:07.211] Format host information updated +Info 719 [10:37:08.834] Format host information updated +Info 720 [10:37:08.946] Format host information updated +Info 721 [10:37:09.083] Format host information updated +Info 722 [10:37:09.178] Format host information updated +Info 723 [10:37:12.056] Format host information updated +Info 724 [10:37:12.124] Format host information updated +Info 725 [10:37:12.195] Format host information updated +Info 726 [10:37:12.286] Format host information updated +Info 727 [10:37:12.379] Format host information updated +Info 728 [10:37:12.481] Format host information updated +Info 729 [10:37:13.048] Format host information updated +Info 730 [10:37:14.127] Format host information updated +Info 731 [10:37:14.187] Format host information updated +Info 732 [10:37:15.954] Format host information updated +Info 733 [10:37:16.020] Format host information updated +Info 734 [10:37:17.775] Format host information updated +Info 735 [10:37:17.850] Format host information updated +Info 736 [10:37:17.918] Format host information updated +Info 737 [10:37:18.014] Format host information updated +Info 738 [10:37:24.467] Format host information updated +Info 739 [10:37:25.550] Format host information updated +Info 740 [10:37:25.637] Format host information updated +Info 741 [10:37:25.714] Format host information updated +Info 742 [10:37:26.398] Format host information updated +Info 743 [10:37:27.782] Format host information updated +Info 744 [10:37:28.681] Format host information updated +Info 745 [10:37:28.789] Format host information updated +Info 746 [10:37:28.904] Format host information updated +Info 747 [10:37:28.964] Format host information updated +Info 748 [10:37:29.052] Format host information updated +Info 749 [10:37:29.190] Format host information updated +Info 750 [10:37:29.917] Format host information updated +Info 751 [10:37:30.017] Format host information updated +Info 752 [10:37:30.079] Format host information updated +Info 753 [10:37:30.136] Format host information updated +Info 754 [10:37:30.472] Format host information updated +Info 755 [10:37:30.603] Format host information updated +Info 756 [10:37:30.703] Format host information updated +Info 757 [10:37:32.263] Format host information updated +Info 758 [10:37:37.181] Format host information updated +Info 759 [10:37:37.807] Format host information updated +Info 760 [10:37:38.039] Format host information updated +Info 761 [10:37:38.198] Format host information updated +Info 762 [10:37:38.392] Format host information updated +Info 763 [10:37:38.505] Format host information updated +Info 764 [10:37:38.560] Format host information updated +Info 765 [10:37:38.631] Format host information updated +Info 766 [10:37:38.814] Format host information updated +Info 767 [10:37:39.302] Format host information updated +Info 768 [10:37:39.303] Format host information updated +Info 769 [10:37:39.304] Format host information updated +Info 770 [10:37:39.424] Format host information updated +Info 771 [10:37:40.799] Format host information updated +Info 772 [10:37:40.899] Format host information updated +Info 773 [10:37:40.983] Format host information updated +Info 774 [10:37:41.102] Format host information updated +Info 775 [10:37:41.252] Format host information updated +Info 776 [10:37:41.395] Format host information updated +Info 777 [10:37:41.478] Format host information updated +Info 778 [10:37:43.349] Format host information updated +Info 779 [10:37:43.349] Format host information updated +Info 780 [10:37:43.349] Format host information updated +Info 781 [10:37:43.351] Format host information updated +Info 782 [10:37:43.545] Format host information updated +Info 783 [10:37:43.872] Format host information updated +Info 784 [10:37:43.966] Format host information updated +Info 785 [10:37:46.323] Format host information updated +Info 786 [10:37:46.398] Format host information updated +Info 787 [10:37:47.888] Format host information updated +Info 788 [10:37:48.359] Format host information updated +Info 789 [10:37:48.656] Format host information updated +Info 790 [10:37:49.099] Format host information updated +Info 791 [10:37:49.213] Format host information updated +Info 792 [10:37:50.495] Format host information updated +Info 793 [10:37:50.877] Format host information updated +Info 794 [10:37:51.516] Format host information updated +Info 795 [10:37:52.092] Format host information updated +Info 796 [10:37:52.534] Format host information updated +Info 797 [10:37:52.943] Format host information updated +Info 798 [10:37:53.013] Format host information updated +Info 799 [10:37:53.099] Format host information updated +Info 800 [10:37:53.165] Format host information updated +Info 801 [10:37:53.335] Format host information updated +Info 802 [10:37:53.862] Format host information updated +Info 803 [10:37:53.862] Format host information updated +Info 804 [10:37:53.863] Format host information updated +Info 805 [10:37:53.948] Format host information updated +Info 806 [10:37:54.203] Format host information updated +Info 807 [10:37:54.419] Format host information updated +Info 808 [10:37:54.489] Format host information updated +Info 809 [10:37:55.258] Format host information updated +Info 810 [10:37:55.326] Format host information updated +Info 811 [10:37:55.407] Format host information updated +Info 812 [10:37:55.490] Format host information updated +Info 813 [10:37:55.676] Format host information updated +Info 814 [10:37:56.206] Format host information updated +Info 815 [10:37:56.206] Format host information updated +Info 816 [10:37:56.206] Format host information updated +Info 817 [10:37:56.207] Format host information updated +Info 818 [10:37:56.551] Format host information updated +Info 819 [10:37:57.001] Format host information updated +Info 820 [10:37:57.455] Format host information updated +Info 821 [10:37:58.015] Format host information updated +Info 822 [10:37:58.108] Format host information updated +Info 823 [10:37:58.168] Format host information updated +Info 824 [10:37:58.304] Format host information updated +Info 825 [10:37:58.381] Format host information updated +Info 826 [10:37:58.477] Format host information updated +Info 827 [10:37:58.540] Format host information updated +Info 828 [10:37:58.777] Format host information updated +Info 829 [10:37:58.904] Format host information updated +Info 830 [10:37:59.253] Format host information updated +Info 831 [10:37:59.561] Format host information updated +Info 832 [10:37:59.622] Format host information updated +Info 833 [10:37:59.903] Format host information updated +Info 834 [10:38:00.736] Format host information updated +Info 835 [10:38:01.472] Format host information updated +Info 836 [10:38:01.537] Format host information updated +Info 837 [10:38:01.607] Format host information updated +Info 838 [10:38:01.692] Format host information updated +Info 839 [10:38:01.847] Format host information updated +Info 840 [10:38:01.908] Format host information updated +Info 841 [10:38:02.029] Format host information updated +Info 842 [10:38:02.650] Format host information updated +Info 843 [10:38:11.614] Format host information updated +Info 844 [10:38:12.716] Format host information updated +Info 845 [10:38:12.993] Format host information updated +Info 846 [10:38:13.141] Format host information updated +Info 847 [10:38:13.294] Format host information updated +Info 848 [10:38:13.396] Format host information updated +Info 849 [10:38:13.533] Format host information updated +Info 850 [10:38:13.601] Format host information updated +Info 851 [10:38:13.896] Format host information updated +Info 852 [10:38:13.956] Format host information updated +Info 853 [10:38:14.243] Format host information updated +Info 854 [10:38:16.381] Format host information updated +Info 855 [10:38:17.010] Format host information updated +Info 856 [10:38:17.953] Format host information updated +Info 857 [10:38:19.677] Format host information updated +Info 858 [10:38:19.758] Format host information updated +Info 859 [10:38:20.511] Format host information updated +Info 860 [10:38:20.511] Format host information updated +Info 861 [10:38:20.513] Format host information updated +Info 862 [10:38:20.580] Format host information updated +Info 863 [10:38:24.468] Format host information updated +Info 864 [10:38:25.032] Format host information updated +Info 865 [10:38:25.150] Format host information updated +Info 866 [10:38:25.276] Format host information updated +Info 867 [10:38:25.334] Format host information updated +Info 868 [10:38:25.536] Format host information updated +Info 869 [10:38:25.694] Format host information updated +Info 870 [10:38:25.910] Format host information updated +Info 871 [10:38:26.128] Format host information updated +Info 872 [10:38:26.649] Format host information updated +Info 873 [10:38:26.709] Format host information updated +Info 874 [10:38:28.474] Format host information updated +Info 875 [10:38:28.649] Format host information updated +Info 876 [10:38:28.940] Format host information updated +Info 877 [10:38:29.183] Format host information updated +Info 878 [10:38:29.303] Format host information updated +Info 879 [10:38:29.437] Format host information updated +Info 880 [10:38:29.497] Format host information updated +Info 881 [10:38:29.677] Format host information updated +Info 882 [10:38:29.732] Format host information updated +Info 883 [10:38:30.265] Format host information updated +Info 884 [10:38:30.608] Format host information updated +Info 885 [10:38:30.950] Format host information updated +Info 886 [10:38:31.163] Format host information updated +Info 887 [10:38:31.228] Format host information updated +Info 888 [10:38:31.317] Format host information updated +Info 889 [10:38:31.454] Format host information updated +Info 890 [10:38:31.565] Format host information updated +Info 891 [10:38:31.856] Format host information updated +Info 892 [10:38:32.228] Format host information updated +Info 893 [10:38:32.470] Format host information updated +Info 894 [10:38:32.534] Format host information updated +Info 895 [10:38:32.701] Format host information updated +Info 896 [10:38:32.792] Format host information updated +Info 897 [10:38:32.915] Format host information updated +Info 898 [10:38:32.983] Format host information updated +Info 899 [10:38:33.128] Format host information updated +Info 900 [10:38:33.194] Format host information updated +Info 901 [10:38:33.270] Format host information updated +Info 902 [10:38:36.794] Format host information updated +Info 903 [10:38:38.474] Format host information updated +Info 904 [10:38:38.783] Format host information updated +Info 905 [10:38:41.403] Format host information updated +Info 906 [10:38:41.727] Format host information updated +Info 907 [10:38:42.514] Format host information updated +Info 908 [10:38:45.314] Format host information updated +Info 909 [10:38:45.754] Format host information updated +Info 910 [10:38:48.032] Format host information updated +Info 911 [10:38:48.368] Format host information updated +Info 912 [10:38:48.465] Format host information updated +Info 913 [10:38:48.622] Format host information updated +Info 914 [10:38:48.736] Format host information updated +Info 915 [10:38:48.800] Format host information updated +Info 916 [10:38:48.934] Format host information updated +Info 917 [10:38:49.413] Format host information updated +Info 918 [10:38:49.957] Format host information updated +Info 919 [10:38:50.232] Format host information updated +Info 920 [10:38:50.318] Format host information updated +Info 921 [10:38:50.546] Format host information updated +Info 922 [10:38:50.721] Format host information updated +Info 923 [10:38:50.800] Format host information updated +Info 924 [10:38:50.985] Format host information updated +Info 925 [10:38:51.045] Format host information updated +Info 926 [10:38:51.242] Format host information updated +Info 927 [10:38:51.302] Format host information updated +Info 928 [10:38:52.510] Format host information updated +Info 929 [10:38:57.495] Format host information updated +Info 930 [10:39:01.550] Format host information updated +Info 931 [10:39:01.690] Format host information updated +Info 932 [10:39:01.905] Format host information updated +Info 933 [10:39:01.971] Format host information updated +Info 934 [10:39:02.106] Format host information updated +Info 935 [10:39:02.196] Format host information updated +Info 936 [10:39:02.363] Format host information updated +Info 937 [10:39:02.500] Format host information updated +Info 938 [10:39:02.643] Format host information updated +Info 939 [10:39:02.807] Format host information updated +Info 940 [10:39:03.300] Format host information updated +Info 941 [10:39:03.685] Format host information updated +Info 942 [10:39:04.268] Format host information updated +Info 943 [10:39:04.365] Format host information updated +Info 944 [10:39:04.521] Format host information updated +Info 945 [10:39:04.750] Format host information updated +Info 946 [10:39:04.825] Format host information updated +Info 947 [10:39:04.924] Format host information updated +Info 948 [10:39:05.021] Format host information updated +Info 949 [10:39:05.080] Format host information updated +Info 950 [10:39:05.214] Format host information updated +Info 951 [10:39:05.356] Format host information updated +Info 952 [10:39:07.430] Format host information updated +Info 953 [10:39:07.872] Format host information updated +Info 954 [10:39:07.984] Format host information updated +Info 955 [10:39:08.217] Format host information updated +Info 956 [10:39:08.464] Format host information updated +Info 957 [10:39:08.586] Format host information updated +Info 958 [10:39:08.711] Format host information updated +Info 959 [10:39:08.986] Format host information updated +Info 960 [10:39:09.453] Format host information updated +Info 961 [10:39:09.555] Format host information updated +Info 962 [10:39:09.775] Format host information updated +Info 963 [10:39:09.989] Format host information updated +Info 964 [10:39:10.075] Format host information updated +Info 965 [10:39:10.197] Format host information updated +Info 966 [10:39:10.259] Format host information updated +Info 967 [10:39:10.343] Format host information updated +Info 968 [10:39:10.429] Format host information updated +Info 969 [10:39:11.525] Format host information updated +Info 970 [10:39:11.702] Format host information updated +Info 971 [10:39:11.831] Format host information updated +Info 972 [10:39:12.043] Format host information updated +Info 973 [10:39:12.137] Format host information updated +Info 974 [10:39:12.215] Format host information updated +Info 975 [10:39:12.328] Format host information updated +Info 976 [10:39:12.527] Format host information updated +Info 977 [10:39:12.728] Format host information updated +Info 978 [10:39:12.847] Format host information updated +Info 979 [10:39:12.923] Format host information updated +Info 980 [10:39:13.006] Format host information updated +Info 981 [10:39:13.111] Format host information updated +Info 982 [10:39:13.207] Format host information updated +Info 983 [10:39:13.325] Format host information updated +Info 984 [10:39:13.532] Format host information updated +Info 985 [10:39:13.588] Format host information updated +Info 986 [10:39:13.731] Format host information updated +Info 987 [10:39:13.879] Format host information updated +Info 988 [10:39:14.120] Format host information updated +Info 989 [10:39:14.848] Format host information updated +Info 990 [10:39:16.884] Format host information updated +Info 991 [10:39:16.949] Format host information updated +Info 992 [10:39:17.508] Format host information updated +Info 993 [10:39:17.598] Format host information updated +Info 994 [10:39:17.653] Format host information updated +Info 995 [10:39:18.113] Format host information updated +Info 996 [10:39:18.447] Format host information updated +Info 997 [10:39:18.651] Format host information updated +Info 998 [10:39:18.817] Format host information updated +Info 999 [10:39:19.007] Format host information updated +Info 1000 [10:39:19.167] Format host information updated +Info 1001 [10:39:20.225] Format host information updated +Info 1002 [10:39:20.524] Format host information updated +Info 1003 [10:39:20.677] Format host information updated +Info 1004 [10:39:20.861] Format host information updated +Info 1005 [10:39:20.968] Format host information updated +Info 1006 [10:39:22.480] Format host information updated +Info 1007 [10:39:22.599] Format host information updated +Info 1008 [10:39:22.756] Format host information updated +Info 1009 [10:39:23.013] Format host information updated +Info 1010 [10:39:23.189] Format host information updated +Info 1011 [10:39:23.269] Format host information updated +Info 1012 [10:39:23.558] Format host information updated +Info 1013 [10:39:23.739] Format host information updated +Info 1014 [10:39:23.950] Format host information updated +Info 1015 [10:39:24.672] Format host information updated +Info 1016 [10:39:25.027] Format host information updated +Info 1017 [10:39:26.390] Format host information updated +Info 1018 [10:39:26.987] Format host information updated +Info 1019 [10:39:27.065] Format host information updated +Info 1020 [10:39:27.439] Format host information updated +Info 1021 [10:39:27.543] Format host information updated +Info 1022 [10:39:27.738] Format host information updated +Info 1023 [10:39:27.813] Format host information updated +Info 1024 [10:39:28.436] Format host information updated +Info 1025 [10:39:28.518] Format host information updated +Info 1026 [10:39:29.176] Format host information updated +Info 1027 [10:39:29.799] Format host information updated +Info 1028 [10:39:30.368] Format host information updated +Info 1029 [10:39:30.683] Format host information updated +Info 1030 [10:39:31.772] Format host information updated +Info 1031 [10:39:32.868] Format host information updated +Info 1032 [10:39:32.926] Format host information updated +Info 1033 [10:39:33.161] Format host information updated +Info 1034 [10:39:33.221] Format host information updated +Info 1035 [10:39:33.836] Format host information updated +Info 1036 [10:39:34.152] Format host information updated +Info 1037 [10:39:34.271] Format host information updated +Info 1038 [10:39:34.602] Format host information updated +Info 1039 [10:39:34.925] Format host information updated +Info 1040 [10:39:34.985] Format host information updated +Info 1041 [10:39:35.501] Format host information updated +Info 1042 [10:39:36.034] Format host information updated +Info 1043 [10:39:36.561] Format host information updated +Info 1044 [10:39:37.100] Format host information updated +Info 1045 [10:39:37.185] Format host information updated +Info 1046 [10:39:37.264] Format host information updated +Info 1047 [10:39:37.400] Format host information updated +Info 1048 [10:39:38.112] Format host information updated +Info 1049 [10:39:38.630] Format host information updated +Info 1050 [10:39:38.808] Format host information updated +Info 1051 [10:39:38.873] Format host information updated +Info 1052 [10:39:39.026] Format host information updated +Info 1053 [10:39:39.115] Format host information updated +Info 1054 [10:39:39.221] Format host information updated +Info 1055 [10:39:39.350] Format host information updated +Info 1056 [10:39:39.483] Format host information updated +Info 1057 [10:39:42.910] Format host information updated +Info 1058 [10:39:43.448] Format host information updated +Info 1059 [10:39:43.621] Format host information updated +Info 1060 [10:39:44.861] Format host information updated +Info 1061 [10:39:46.284] Format host information updated +Info 1062 [10:39:46.500] Format host information updated +Info 1063 [10:39:46.585] Format host information updated +Info 1064 [10:39:46.740] Format host information updated +Info 1065 [10:39:47.075] Format host information updated +Info 1066 [10:39:47.209] Format host information updated +Info 1067 [10:39:47.313] Format host information updated +Info 1068 [10:39:47.426] Format host information updated +Info 1069 [10:39:49.643] Format host information updated +Info 1070 [10:39:49.752] Format host information updated +Info 1071 [10:39:49.818] Format host information updated +Info 1072 [10:39:49.952] Format host information updated +Info 1073 [10:39:50.093] Format host information updated +Info 1074 [10:39:50.186] Format host information updated +Info 1075 [10:39:50.249] Format host information updated +Info 1076 [10:39:50.453] Format host information updated +Info 1077 [10:39:50.581] Format host information updated +Info 1078 [10:39:56.101] Format host information updated +Info 1079 [10:39:56.510] Format host information updated +Info 1080 [10:39:56.691] Format host information updated +Info 1081 [10:39:56.788] Format host information updated +Info 1082 [10:39:56.950] Format host information updated +Info 1083 [10:39:57.120] Format host information updated +Info 1084 [10:39:57.333] Format host information updated +Info 1085 [10:39:57.453] Format host information updated +Info 1086 [10:39:57.759] Format host information updated +Info 1087 [10:39:59.883] Format host information updated +Info 1088 [10:40:00.130] Format host information updated +Info 1089 [10:40:00.444] Format host information updated +Info 1090 [10:40:00.539] Format host information updated +Info 1091 [10:40:00.620] Format host information updated +Info 1092 [10:40:00.714] Format host information updated +Info 1093 [10:40:01.171] Format host information updated +Info 1094 [10:40:01.390] Format host information updated +Info 1095 [10:40:01.569] Format host information updated +Info 1096 [10:40:01.682] Format host information updated +Info 1097 [10:40:01.759] Format host information updated +Info 1098 [10:40:02.040] Format host information updated +Info 1099 [10:40:02.159] Format host information updated +Info 1100 [10:40:02.446] Format host information updated +Info 1101 [10:40:02.530] Format host information updated +Info 1102 [10:40:02.663] Format host information updated +Info 1103 [10:40:03.226] Format host information updated +Info 1104 [10:40:03.392] Format host information updated +Info 1105 [10:40:03.637] Format host information updated +Info 1106 [10:40:03.720] Format host information updated +Info 1107 [10:40:04.223] Format host information updated +Info 1108 [10:40:04.486] Format host information updated +Info 1109 [10:40:04.550] Format host information updated +Info 1110 [10:40:05.283] Format host information updated +Info 1111 [10:40:05.478] Format host information updated +Info 1112 [10:40:05.567] Format host information updated +Info 1113 [10:40:05.674] Format host information updated +Info 1114 [10:40:06.836] Format host information updated +Info 1115 [10:40:06.838] Format host information updated +Info 1116 [10:40:06.946] Format host information updated +Info 1117 [10:40:07.065] Format host information updated +Info 1118 [10:40:07.237] Format host information updated +Info 1119 [10:40:08.726] Format host information updated +Info 1120 [10:40:09.293] Format host information updated +Info 1121 [10:40:09.363] Format host information updated +Info 1122 [10:40:09.424] Format host information updated +Info 1123 [10:40:09.486] Format host information updated +Info 1124 [10:40:09.560] Format host information updated +Info 1125 [10:40:09.619] Format host information updated +Info 1126 [10:40:10.173] Format host information updated +Info 1127 [10:40:10.352] Format host information updated +Info 1128 [10:40:10.427] Format host information updated +Info 1129 [10:40:10.569] Format host information updated +Info 1130 [10:40:10.810] Format host information updated +Info 1131 [10:40:10.942] Format host information updated +Info 1132 [10:40:11.065] Format host information updated +Info 1133 [10:40:11.207] Format host information updated +Info 1134 [10:40:11.523] Format host information updated +Info 1135 [10:40:12.028] Format host information updated +Info 1136 [10:40:14.046] Format host information updated +Info 1137 [10:40:14.169] Format host information updated +Info 1138 [10:40:14.456] Format host information updated +Info 1139 [10:40:14.561] Format host information updated +Info 1140 [10:40:14.734] Format host information updated +Info 1141 [10:40:14.804] Format host information updated +Info 1142 [10:40:14.985] Format host information updated +Info 1143 [10:40:15.046] Format host information updated +Info 1144 [10:40:16.538] Format host information updated +Info 1145 [10:40:16.695] Format host information updated +Info 1146 [10:40:17.062] Format host information updated +Info 1147 [10:40:17.255] Format host information updated +Info 1148 [10:40:17.547] Format host information updated +Info 1149 [10:40:17.697] Format host information updated +Info 1150 [10:40:17.799] Format host information updated +Info 1151 [10:40:17.901] Format host information updated +Info 1152 [10:40:18.645] Format host information updated +Info 1153 [10:40:18.800] Format host information updated +Info 1154 [10:40:19.626] Format host information updated +Info 1155 [10:40:19.713] Format host information updated +Info 1156 [10:40:20.031] Format host information updated +Info 1157 [10:40:20.102] Format host information updated +Info 1158 [10:40:20.373] Format host information updated +Info 1159 [10:40:20.500] Format host information updated +Info 1160 [10:40:20.559] Format host information updated +Info 1161 [10:40:20.702] Format host information updated +Info 1162 [10:40:20.915] Format host information updated +Info 1163 [10:40:20.970] Format host information updated +Info 1164 [10:40:21.142] Format host information updated +Info 1165 [10:40:21.238] Format host information updated +Info 1166 [10:40:21.680] Format host information updated +Info 1167 [10:40:21.830] Format host information updated +Info 1168 [10:40:21.938] Format host information updated +Info 1169 [10:40:22.057] Format host information updated +Info 1170 [10:40:22.170] Format host information updated +Info 1171 [10:40:22.326] Format host information updated +Info 1172 [10:40:22.394] Format host information updated +Info 1173 [10:40:22.455] Format host information updated +Info 1174 [10:40:22.563] Format host information updated +Info 1175 [10:40:23.637] Format host information updated +Info 1176 [10:40:23.639] Format host information updated +Info 1177 [10:40:23.964] Format host information updated +Info 1178 [10:40:24.176] Format host information updated +Info 1179 [10:40:24.334] Format host information updated +Info 1180 [10:40:24.509] Format host information updated +Info 1181 [10:40:25.293] Format host information updated +Info 1182 [10:40:25.422] Format host information updated +Info 1183 [10:40:25.619] Format host information updated +Info 1184 [10:40:25.778] Format host information updated +Info 1185 [10:40:25.934] Format host information updated +Info 1186 [10:40:26.046] Format host information updated +Info 1187 [10:40:26.142] Format host information updated +Info 1188 [10:40:26.235] Format host information updated +Info 1189 [10:40:26.294] Format host information updated +Info 1190 [10:40:27.938] Format host information updated +Info 1191 [10:40:28.005] Format host information updated +Info 1192 [10:40:29.644] Format host information updated +Info 1193 [10:40:29.888] Format host information updated +Info 1194 [10:40:30.151] Format host information updated +Info 1195 [10:40:30.343] Format host information updated +Info 1196 [10:40:31.011] Format host information updated +Info 1197 [10:40:32.496] Format host information updated +Info 1198 [10:40:32.889] Format host information updated +Info 1199 [10:40:32.969] Format host information updated +Info 1200 [10:40:34.441] Format host information updated +Info 1201 [10:40:34.553] Format host information updated +Info 1202 [10:40:34.646] Format host information updated +Info 1203 [10:40:34.748] Format host information updated +Info 1204 [10:40:35.018] Format host information updated +Info 1205 [10:40:35.131] Format host information updated +Info 1206 [10:40:35.259] Format host information updated +Info 1207 [10:40:35.324] Format host information updated +Info 1208 [10:40:35.504] Format host information updated +Info 1209 [10:40:35.638] Format host information updated +Info 1210 [10:40:35.702] Format host information updated +Info 1211 [10:40:35.811] Format host information updated +Info 1212 [10:40:46.593] Format host information updated +Info 1213 [10:40:46.778] Format host information updated +Info 1214 [10:40:47.014] Format host information updated +Info 1215 [10:40:47.248] Format host information updated +Info 1216 [10:40:47.328] Format host information updated +Info 1217 [10:40:49.766] Format host information updated +Info 1218 [10:40:50.006] Format host information updated +Info 1219 [10:40:50.077] Format host information updated +Info 1220 [10:40:50.272] Format host information updated +Info 1221 [10:40:50.331] Format host information updated +Info 1222 [10:40:58.433] Format host information updated +Info 1223 [10:41:00.188] Format host information updated +Info 1224 [10:41:00.607] Format host information updated +Info 1225 [10:41:01.150] Format host information updated +Info 1226 [10:41:01.692] Format host information updated +Info 1227 [10:41:01.921] Format host information updated +Info 1228 [10:41:02.036] Format host information updated +Info 1229 [10:41:02.404] Format host information updated +Info 1230 [10:41:02.922] Format host information updated +Info 1231 [10:41:03.209] Format host information updated +Info 1232 [10:41:03.420] Format host information updated +Info 1233 [10:41:03.524] Format host information updated +Info 1234 [10:41:03.622] Format host information updated +Info 1235 [10:41:03.877] Format host information updated +Info 1236 [10:41:04.054] Format host information updated +Info 1237 [10:41:04.121] Format host information updated +Info 1238 [10:41:04.226] Format host information updated +Info 1239 [10:41:04.660] Format host information updated +Info 1240 [10:41:04.877] Format host information updated +Info 1241 [10:41:05.094] Format host information updated +Info 1242 [10:41:05.741] Format host information updated +Info 1243 [10:41:06.382] Format host information updated +Info 1244 [10:41:07.484] Format host information updated +Info 1245 [10:41:07.857] Format host information updated +Info 1246 [10:41:08.187] Format host information updated +Info 1247 [10:41:08.473] Format host information updated +Info 1248 [10:41:09.401] Format host information updated +Info 1249 [10:41:09.937] Format host information updated +Info 1250 [10:41:10.083] Format host information updated +Info 1251 [10:41:11.206] Format host information updated +Info 1252 [10:41:11.298] Format host information updated +Info 1253 [10:41:11.485] Format host information updated +Info 1254 [10:41:11.794] Format host information updated +Info 1255 [10:41:11.913] Format host information updated +Info 1256 [10:41:12.282] Format host information updated +Info 1257 [10:41:12.494] Format host information updated +Info 1258 [10:41:12.566] Format host information updated +Info 1259 [10:41:12.678] Format host information updated +Info 1260 [10:41:12.913] Format host information updated +Info 1261 [10:41:13.072] Format host information updated +Info 1262 [10:41:13.225] Format host information updated +Info 1263 [10:41:15.620] Format host information updated +Info 1264 [10:41:15.732] Format host information updated +Info 1265 [10:41:15.885] Format host information updated +Info 1266 [10:41:16.221] Format host information updated +Info 1267 [10:41:16.458] Format host information updated +Info 1268 [10:41:16.593] Format host information updated +Info 1269 [10:41:16.769] Format host information updated +Info 1270 [10:41:16.830] Format host information updated +Info 1271 [10:41:17.116] Format host information updated +Info 1272 [10:41:17.278] Format host information updated +Info 1273 [10:41:17.442] Format host information updated +Info 1274 [10:41:17.583] Format host information updated +Info 1275 [10:41:17.646] Format host information updated +Info 1276 [10:41:17.796] Format host information updated +Info 1277 [10:41:17.932] Format host information updated +Info 1278 [10:41:18.092] Format host information updated +Info 1279 [10:41:18.147] Format host information updated +Info 1280 [10:41:18.267] Format host information updated +Info 1281 [10:41:18.330] Format host information updated +Info 1282 [10:41:18.523] Format host information updated +Info 1283 [10:41:26.492] Format host information updated +Info 1284 [10:41:26.791] Format host information updated +Info 1285 [10:41:27.083] Format host information updated +Info 1286 [10:41:27.218] Format host information updated +Info 1287 [10:41:27.348] Format host information updated +Info 1288 [10:41:27.593] Format host information updated +Info 1289 [10:41:28.153] Format host information updated +Info 1290 [10:41:28.298] Format host information updated +Info 1291 [10:41:28.507] Format host information updated +Info 1292 [10:41:28.685] Format host information updated +Info 1293 [10:41:28.843] Format host information updated +Info 1294 [10:41:29.129] Format host information updated +Info 1295 [10:41:29.365] Format host information updated +Info 1296 [10:41:29.444] Format host information updated +Info 1297 [10:41:29.532] Format host information updated +Info 1298 [10:41:29.663] Format host information updated +Info 1299 [10:41:29.768] Format host information updated +Info 1300 [10:41:29.841] Format host information updated +Info 1301 [10:41:37.063] Format host information updated +Info 1302 [10:41:37.171] Format host information updated +Info 1303 [10:41:37.229] Format host information updated +Info 1304 [10:41:37.375] Format host information updated +Info 1305 [10:41:37.458] Format host information updated +Info 1306 [10:41:37.579] Format host information updated +Info 1307 [10:41:37.783] Format host information updated +Info 1308 [10:41:37.846] Format host information updated +Info 1309 [10:41:37.908] Format host information updated +Info 1310 [10:41:38.347] Format host information updated +Info 1311 [10:41:38.529] Format host information updated +Info 1312 [10:41:38.624] Format host information updated +Info 1313 [10:41:40.478] Format host information updated +Info 1314 [10:41:41.283] Format host information updated +Info 1315 [10:41:41.669] Format host information updated +Info 1316 [10:41:41.758] Format host information updated +Info 1317 [10:41:41.908] Format host information updated +Info 1318 [10:41:43.034] Format host information updated +Info 1319 [10:41:43.398] Format host information updated +Info 1320 [10:41:43.536] Format host information updated +Info 1321 [10:41:43.619] Format host information updated +Info 1322 [10:41:43.771] Format host information updated +Info 1323 [10:41:44.026] Format host information updated +Info 1324 [10:41:44.362] Format host information updated +Info 1325 [10:41:44.698] Format host information updated +Info 1326 [10:41:44.823] Format host information updated +Info 1327 [10:41:44.901] Format host information updated +Info 1328 [10:41:45.090] Format host information updated +Info 1329 [10:41:45.223] Format host information updated +Info 1330 [10:41:45.292] Format host information updated +Info 1331 [10:41:45.489] Format host information updated +Info 1332 [10:41:45.633] Format host information updated +Info 1333 [10:41:45.997] Format host information updated +Info 1334 [10:41:46.160] Format host information updated +Info 1335 [10:41:46.464] Format host information updated +Info 1336 [10:41:46.816] Format host information updated +Info 1337 [10:41:49.535] Format host information updated +Info 1338 [10:41:49.952] Format host information updated +Info 1339 [10:41:50.099] Format host information updated +Info 1340 [10:41:50.201] Format host information updated +Info 1341 [10:41:50.310] Format host information updated +Info 1342 [10:41:50.888] Format host information updated +Info 1343 [10:41:50.889] Format host information updated +Info 1344 [10:41:50.890] Format host information updated +Info 1345 [10:41:50.965] Format host information updated +Info 1346 [10:41:51.187] Format host information updated +Info 1347 [10:41:51.337] Format host information updated +Info 1348 [10:41:51.479] Format host information updated +Info 1349 [10:41:51.627] Format host information updated +Info 1350 [10:41:52.263] Format host information updated +Info 1351 [10:41:52.359] Format host information updated +Info 1352 [10:41:52.419] Format host information updated +Info 1353 [10:41:52.482] Format host information updated +Info 1354 [10:41:52.651] Format host information updated +Info 1355 [10:41:52.780] Format host information updated +Info 1356 [10:41:52.991] Format host information updated +Info 1357 [10:41:53.237] Format host information updated +Info 1358 [10:41:53.933] Format host information updated +Info 1359 [10:41:54.302] Format host information updated +Info 1360 [10:42:01.115] Format host information updated +Info 1361 [10:42:01.467] Format host information updated diff --git a/.log/tsserver-log-Ki3XlE/ti-60458.log b/.log/tsserver-log-Ki3XlE/ti-60458.log new file mode 100644 index 0000000..6370e1e --- /dev/null +++ b/.log/tsserver-log-Ki3XlE/ti-60458.log @@ -0,0 +1,544 @@ +[10:31:17.976] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[10:31:17.977] Processing cache location '/home/orion/.cache/typescript/5.2' +[10:31:17.977] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[10:31:17.979] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[10:31:17.979] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[10:31:17.979] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[10:31:17.979] Process id: 60476 +[10:31:17.979] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[10:31:17.979] validateDefaultNpmLocation: true +[10:31:17.979] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[10:31:17.980] Updating types-registry npm package... +[10:31:17.980] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[10:31:18.849] Succeeded. stdout: + + up to date, audited 35 packages in 620ms + +found 0 vulnerabilities + +[10:31:18.849] Updated types-registry npm package +[10:31:18.877] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:31:18.888] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[10:31:18.888] Explicitly included types: [] +[10:31:18.889] Inferred typings from unresolved imports: [] +[10:31:18.889] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:31:18.889] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[10:31:18.889] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:31:18.889] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[10:31:18.889] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[10:31:18.889] Response has been sent. +[10:31:18.889] No new typings were requested as a result of typings discovery +[10:31:18.889] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:31:18.889] Explicitly included types: [] +[10:31:18.890] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:31:18.890] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:31:18.891] Package 'bun-types' provides its own types. +[10:31:18.892] Found package names: ["callsites","purs-tidy"] +[10:31:18.892] Inferred typings from unresolved imports: [] +[10:31:18.892] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:31:18.892] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:31:18.892] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:31:18.892] Response has been sent. +[10:31:18.892] Installing typings ["callsites","purs-tidy","typescript"] +[10:31:18.892] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:31:18.892] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:31:18.892] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:31:18.892] All typings are known to be missing or invalid - no need to install more typings +[10:31:18.892] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:31:18.893] Response has been sent. +[10:31:19.235] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:31:19.235] Explicitly included types: [] +[10:31:19.236] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:31:19.236] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:31:19.236] Package 'bun-types' provides its own types. +[10:31:19.237] Found package names: ["callsites","purs-tidy"] +[10:31:19.237] Inferred typings from unresolved imports: [] +[10:31:19.237] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:31:19.237] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:31:19.237] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:31:19.237] Response has been sent. +[10:31:19.237] Installing typings ["callsites","purs-tidy","typescript"] +[10:31:19.237] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:31:19.237] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:31:19.237] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:31:19.237] All typings are known to be missing or invalid - no need to install more typings +[10:31:19.237] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:31:19.238] Response has been sent. +[10:35:01.259] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:01.259] Explicitly included types: [] +[10:35:01.260] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:35:01.260] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:01.260] Package 'bun-types' provides its own types. +[10:35:01.261] Found package names: ["callsites","purs-tidy"] +[10:35:01.261] Inferred typings from unresolved imports: ["p"] +[10:35:01.261] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.261] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.261] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:01.261] Response has been sent. +[10:35:01.261] Installing typings ["callsites","purs-tidy","typescript","p"] +[10:35:01.261] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:01.261] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:01.261] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:01.261] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[10:35:01.261] All typings are known to be missing or invalid - no need to install more typings +[10:35:01.262] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["p"],"kind":"action::set"} +[10:35:01.262] Response has been sent. +[10:35:01.366] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:01.367] Explicitly included types: [] +[10:35:01.367] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:35:01.367] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:01.368] Package 'bun-types' provides its own types. +[10:35:01.369] Found package names: ["callsites","purs-tidy"] +[10:35:01.369] Inferred typings from unresolved imports: ["pu"] +[10:35:01.369] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.369] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.369] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:01.369] Response has been sent. +[10:35:01.369] Installing typings ["callsites","purs-tidy","typescript","pu"] +[10:35:01.369] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:01.369] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:01.369] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:01.369] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[10:35:01.369] All typings are known to be missing or invalid - no need to install more typings +[10:35:01.369] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pu"],"kind":"action::set"} +[10:35:01.369] Response has been sent. +[10:35:01.451] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:01.452] Explicitly included types: [] +[10:35:01.453] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:35:01.453] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:01.456] Package 'bun-types' provides its own types. +[10:35:01.458] Found package names: ["callsites","purs-tidy"] +[10:35:01.459] Inferred typings from unresolved imports: ["pup"] +[10:35:01.459] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pup"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.459] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pup"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.459] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:01.459] Response has been sent. +[10:35:01.459] Installing typings ["callsites","purs-tidy","typescript","pup"] +[10:35:01.459] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:01.459] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:01.460] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:01.460] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[10:35:01.460] All typings are known to be missing or invalid - no need to install more typings +[10:35:01.460] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pup"],"kind":"action::set"} +[10:35:01.460] Response has been sent. +[10:35:01.704] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:01.704] Explicitly included types: [] +[10:35:01.705] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:35:01.706] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:01.708] Package 'bun-types' provides its own types. +[10:35:01.709] Found package names: ["callsites","purs-tidy"] +[10:35:01.709] Inferred typings from unresolved imports: ["pupp"] +[10:35:01.709] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pupp"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.709] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pupp"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.709] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:01.709] Response has been sent. +[10:35:01.709] Installing typings ["callsites","purs-tidy","typescript","pupp"] +[10:35:01.709] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:01.709] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:01.709] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:01.709] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[10:35:01.709] All typings are known to be missing or invalid - no need to install more typings +[10:35:01.709] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pupp"],"kind":"action::set"} +[10:35:01.709] Response has been sent. +[10:35:01.993] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppe"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:01.994] Explicitly included types: [] +[10:35:01.994] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:35:01.994] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:01.995] Package 'bun-types' provides its own types. +[10:35:01.995] Found package names: ["callsites","purs-tidy"] +[10:35:01.995] Inferred typings from unresolved imports: ["puppe"] +[10:35:01.995] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppe"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.995] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppe"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:01.995] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:01.996] Response has been sent. +[10:35:01.996] Installing typings ["callsites","purs-tidy","typescript","puppe"] +[10:35:01.996] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:01.996] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:01.996] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:01.996] 'puppe':: Entry for package 'puppe' does not exist in local types registry - skipping... +[10:35:01.996] All typings are known to be missing or invalid - no need to install more typings +[10:35:01.996] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppe"],"kind":"action::set"} +[10:35:01.996] Response has been sent. +[10:35:02.074] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppet"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:02.075] Explicitly included types: [] +[10:35:02.075] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:35:02.075] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:02.075] Package 'bun-types' provides its own types. +[10:35:02.076] Found package names: ["callsites","purs-tidy"] +[10:35:02.076] Inferred typings from unresolved imports: ["puppet"] +[10:35:02.076] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppet"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:02.076] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppet"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:02.076] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:02.076] Response has been sent. +[10:35:02.076] Installing typings ["callsites","purs-tidy","typescript","puppet"] +[10:35:02.076] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:02.076] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:02.076] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:02.076] 'puppet':: Entry for package 'puppet' does not exist in local types registry - skipping... +[10:35:02.076] All typings are known to be missing or invalid - no need to install more typings +[10:35:02.076] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppet"],"kind":"action::set"} +[10:35:02.076] Response has been sent. +[10:35:02.251] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppete"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:02.251] Explicitly included types: [] +[10:35:02.252] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:35:02.252] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:02.255] Package 'bun-types' provides its own types. +[10:35:02.257] Found package names: ["callsites","purs-tidy"] +[10:35:02.257] Inferred typings from unresolved imports: ["puppete"] +[10:35:02.257] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppete"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:02.258] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppete"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:02.258] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:02.258] Response has been sent. +[10:35:02.258] Installing typings ["callsites","purs-tidy","typescript","puppete"] +[10:35:02.258] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:02.258] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:02.258] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:02.258] 'puppete':: Entry for package 'puppete' does not exist in local types registry - skipping... +[10:35:02.258] All typings are known to be missing or invalid - no need to install more typings +[10:35:02.258] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppete"],"kind":"action::set"} +[10:35:02.259] Response has been sent. +[10:35:02.419] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppetee"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:02.420] Explicitly included types: [] +[10:35:02.421] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:35:02.421] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:02.423] Package 'bun-types' provides its own types. +[10:35:02.424] Found package names: ["callsites","purs-tidy"] +[10:35:02.425] Inferred typings from unresolved imports: ["puppetee"] +[10:35:02.425] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppetee"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:02.425] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppetee"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:02.425] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:02.425] Response has been sent. +[10:35:02.425] Installing typings ["callsites","purs-tidy","typescript","puppetee"] +[10:35:02.425] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:02.425] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:02.426] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:02.426] 'puppetee':: Entry for package 'puppetee' does not exist in local types registry - skipping... +[10:35:02.426] All typings are known to be missing or invalid - no need to install more typings +[10:35:02.426] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppetee"],"kind":"action::set"} +[10:35:02.426] Response has been sent. +[10:35:02.542] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppeteer"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:02.542] Explicitly included types: [] +[10:35:02.543] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[10:35:02.543] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:02.545] Package 'bun-types' provides its own types. +[10:35:02.546] Found package names: ["callsites","purs-tidy"] +[10:35:02.546] Inferred typings from unresolved imports: ["puppeteer"] +[10:35:02.547] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeteer"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:02.547] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeteer"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:02.547] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:02.547] Response has been sent. +[10:35:02.547] Installing typings ["callsites","purs-tidy","typescript","puppeteer"] +[10:35:02.547] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:02.547] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:02.547] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:02.547] 'puppeteer':: Entry for package 'puppeteer' does not exist in local types registry - skipping... +[10:35:02.547] All typings are known to be missing or invalid - no need to install more typings +[10:35:02.547] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppeteer"],"kind":"action::set"} +[10:35:02.548] Response has been sent. +[10:35:09.345] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppeteer"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:09.347] Explicitly included types: [] +[10:35:09.348] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:35:09.348] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:09.351] Package 'puppeteer' provides its own types. +[10:35:09.352] Package 'bun-types' provides its own types. +[10:35:09.353] Found package names: ["callsites","purs-tidy"] +[10:35:09.353] Inferred typings from unresolved imports: ["puppeteer"] +[10:35:09.354] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:09.354] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:09.354] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:09.355] Response has been sent. +[10:35:09.355] Installing typings ["callsites","purs-tidy","typescript"] +[10:35:09.355] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:09.355] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:09.355] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:09.355] All typings are known to be missing or invalid - no need to install more typings +[10:35:09.356] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppeteer"],"kind":"action::set"} +[10:35:09.356] Response has been sent. +[10:35:10.001] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppeteer"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:10.001] Explicitly included types: [] +[10:35:10.002] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:35:10.002] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:10.003] Package 'puppeteer' provides its own types. +[10:35:10.003] Package 'bun-types' provides its own types. +[10:35:10.003] Found package names: ["callsites","purs-tidy"] +[10:35:10.003] Inferred typings from unresolved imports: ["puppeteer"] +[10:35:10.003] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:10.003] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:10.003] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:10.003] Response has been sent. +[10:35:10.003] Installing typings ["callsites","purs-tidy","typescript"] +[10:35:10.003] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:10.003] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:10.003] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:10.003] All typings are known to be missing or invalid - no need to install more typings +[10:35:10.004] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppeteer"],"kind":"action::set"} +[10:35:10.004] Response has been sent. +[10:35:10.907] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:35:10.907] Explicitly included types: [] +[10:35:10.908] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:35:10.908] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:35:10.908] Package 'puppeteer' provides its own types. +[10:35:10.909] Package 'bun-types' provides its own types. +[10:35:10.909] Found package names: ["callsites","purs-tidy"] +[10:35:10.909] Inferred typings from unresolved imports: [] +[10:35:10.909] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:10.909] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:35:10.909] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:35:10.909] Response has been sent. +[10:35:10.909] Installing typings ["callsites","purs-tidy","typescript"] +[10:35:10.909] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:35:10.909] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:35:10.909] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:35:10.909] All typings are known to be missing or invalid - no need to install more typings +[10:35:10.909] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[10:35:10.909] Response has been sent. +[10:41:44.478] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["ConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:44.479] Explicitly included types: [] +[10:41:44.480] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:44.480] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:44.483] Package 'puppeteer' provides its own types. +[10:41:44.484] Package 'bun-types' provides its own types. +[10:41:44.485] Found package names: ["callsites","purs-tidy"] +[10:41:44.485] Inferred typings from unresolved imports: ["ConnectionTransport} "] +[10:41:44.485] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","ConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:44.485] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","ConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:44.485] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:44.485] Response has been sent. +[10:41:44.485] Installing typings ["callsites","purs-tidy","typescript","ConnectionTransport} "] +[10:41:44.485] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:44.486] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:44.486] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:44.486] 'ConnectionTransport} ':: Package name 'ConnectionTransport} ' contains non URI safe characters +[10:41:44.486] All typings are known to be missing or invalid - no need to install more typings +[10:41:44.486] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["ConnectionTransport} "],"kind":"action::set"} +[10:41:44.486] Response has been sent. +[10:41:44.812] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:44.812] Explicitly included types: [] +[10:41:44.813] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:44.813] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:44.816] Package 'puppeteer' provides its own types. +[10:41:44.816] Package 'bun-types' provides its own types. +[10:41:44.816] Found package names: ["callsites","purs-tidy"] +[10:41:44.816] Inferred typings from unresolved imports: ["pConnectionTransport} "] +[10:41:44.816] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:44.816] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:44.816] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:44.816] Response has been sent. +[10:41:44.816] Installing typings ["callsites","purs-tidy","typescript","pConnectionTransport} "] +[10:41:44.816] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:44.816] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:44.816] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:44.816] 'pConnectionTransport} ':: Package name 'pConnectionTransport} ' contains non URI safe characters +[10:41:44.816] All typings are known to be missing or invalid - no need to install more typings +[10:41:44.816] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pConnectionTransport} "],"kind":"action::set"} +[10:41:44.816] Response has been sent. +[10:41:44.935] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:44.935] Explicitly included types: [] +[10:41:44.935] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:44.935] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:44.936] Package 'puppeteer' provides its own types. +[10:41:44.936] Package 'bun-types' provides its own types. +[10:41:44.936] Found package names: ["callsites","purs-tidy"] +[10:41:44.936] Inferred typings from unresolved imports: ["puConnectionTransport} "] +[10:41:44.936] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:44.936] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:44.936] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:44.936] Response has been sent. +[10:41:44.936] Installing typings ["callsites","purs-tidy","typescript","puConnectionTransport} "] +[10:41:44.936] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:44.936] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:44.936] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:44.936] 'puConnectionTransport} ':: Package name 'puConnectionTransport} ' contains non URI safe characters +[10:41:44.936] All typings are known to be missing or invalid - no need to install more typings +[10:41:44.936] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puConnectionTransport} "],"kind":"action::set"} +[10:41:44.936] Response has been sent. +[10:41:45.016] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:45.017] Explicitly included types: [] +[10:41:45.018] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:45.018] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:45.021] Package 'puppeteer' provides its own types. +[10:41:45.021] Package 'bun-types' provides its own types. +[10:41:45.022] Found package names: ["callsites","purs-tidy"] +[10:41:45.022] Inferred typings from unresolved imports: ["pupConnectionTransport} "] +[10:41:45.022] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pupConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.023] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","pupConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.023] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:45.023] Response has been sent. +[10:41:45.023] Installing typings ["callsites","purs-tidy","typescript","pupConnectionTransport} "] +[10:41:45.023] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:45.023] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:45.023] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:45.023] 'pupConnectionTransport} ':: Package name 'pupConnectionTransport} ' contains non URI safe characters +[10:41:45.023] All typings are known to be missing or invalid - no need to install more typings +[10:41:45.023] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pupConnectionTransport} "],"kind":"action::set"} +[10:41:45.023] Response has been sent. +[10:41:45.247] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:45.248] Explicitly included types: [] +[10:41:45.248] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:45.248] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:45.249] Package 'puppeteer' provides its own types. +[10:41:45.249] Package 'bun-types' provides its own types. +[10:41:45.249] Found package names: ["callsites","purs-tidy"] +[10:41:45.249] Inferred typings from unresolved imports: ["puppConnectionTransport} "] +[10:41:45.249] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.249] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.249] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:45.249] Response has been sent. +[10:41:45.249] Installing typings ["callsites","purs-tidy","typescript","puppConnectionTransport} "] +[10:41:45.249] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:45.249] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:45.249] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:45.249] 'puppConnectionTransport} ':: Package name 'puppConnectionTransport} ' contains non URI safe characters +[10:41:45.249] All typings are known to be missing or invalid - no need to install more typings +[10:41:45.249] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppConnectionTransport} "],"kind":"action::set"} +[10:41:45.249] Response has been sent. +[10:41:45.346] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppeConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:45.346] Explicitly included types: [] +[10:41:45.347] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:45.347] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:45.347] Package 'puppeteer' provides its own types. +[10:41:45.347] Package 'bun-types' provides its own types. +[10:41:45.348] Found package names: ["callsites","purs-tidy"] +[10:41:45.348] Inferred typings from unresolved imports: ["puppeConnectionTransport} "] +[10:41:45.348] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.348] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.348] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:45.348] Response has been sent. +[10:41:45.348] Installing typings ["callsites","purs-tidy","typescript","puppeConnectionTransport} "] +[10:41:45.348] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:45.348] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:45.348] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:45.348] 'puppeConnectionTransport} ':: Package name 'puppeConnectionTransport} ' contains non URI safe characters +[10:41:45.348] All typings are known to be missing or invalid - no need to install more typings +[10:41:45.348] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppeConnectionTransport} "],"kind":"action::set"} +[10:41:45.348] Response has been sent. +[10:41:45.404] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppetConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:45.404] Explicitly included types: [] +[10:41:45.405] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:45.405] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:45.407] Package 'puppeteer' provides its own types. +[10:41:45.407] Package 'bun-types' provides its own types. +[10:41:45.409] Found package names: ["callsites","purs-tidy"] +[10:41:45.409] Inferred typings from unresolved imports: ["puppetConnectionTransport} "] +[10:41:45.409] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppetConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.409] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppetConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.409] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:45.409] Response has been sent. +[10:41:45.409] Installing typings ["callsites","purs-tidy","typescript","puppetConnectionTransport} "] +[10:41:45.409] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:45.409] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:45.410] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:45.410] 'puppetConnectionTransport} ':: Package name 'puppetConnectionTransport} ' contains non URI safe characters +[10:41:45.410] All typings are known to be missing or invalid - no need to install more typings +[10:41:45.410] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppetConnectionTransport} "],"kind":"action::set"} +[10:41:45.410] Response has been sent. +[10:41:45.617] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppeteConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:45.618] Explicitly included types: [] +[10:41:45.619] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:45.619] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:45.620] Package 'puppeteer' provides its own types. +[10:41:45.621] Package 'bun-types' provides its own types. +[10:41:45.621] Found package names: ["callsites","purs-tidy"] +[10:41:45.622] Inferred typings from unresolved imports: ["puppeteConnectionTransport} "] +[10:41:45.622] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeteConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.622] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeteConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.622] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:45.622] Response has been sent. +[10:41:45.622] Installing typings ["callsites","purs-tidy","typescript","puppeteConnectionTransport} "] +[10:41:45.623] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:45.623] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:45.623] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:45.623] 'puppeteConnectionTransport} ':: Package name 'puppeteConnectionTransport} ' contains non URI safe characters +[10:41:45.623] All typings are known to be missing or invalid - no need to install more typings +[10:41:45.623] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppeteConnectionTransport} "],"kind":"action::set"} +[10:41:45.623] Response has been sent. +[10:41:45.751] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppeteeConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:45.751] Explicitly included types: [] +[10:41:45.752] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:45.752] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:45.754] Package 'puppeteer' provides its own types. +[10:41:45.754] Package 'bun-types' provides its own types. +[10:41:45.755] Found package names: ["callsites","purs-tidy"] +[10:41:45.755] Inferred typings from unresolved imports: ["puppeteeConnectionTransport} "] +[10:41:45.755] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeteeConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.755] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeteeConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:45.755] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:45.755] Response has been sent. +[10:41:45.756] Installing typings ["callsites","purs-tidy","typescript","puppeteeConnectionTransport} "] +[10:41:45.756] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:45.756] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:45.756] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:45.756] 'puppeteeConnectionTransport} ':: Package name 'puppeteeConnectionTransport} ' contains non URI safe characters +[10:41:45.756] All typings are known to be missing or invalid - no need to install more typings +[10:41:45.756] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppeteeConnectionTransport} "],"kind":"action::set"} +[10:41:45.756] Response has been sent. +[10:41:46.110] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppeteerConnectionTransport} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[10:41:46.111] Explicitly included types: [] +[10:41:46.111] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[10:41:46.111] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[10:41:46.113] Package 'puppeteer' provides its own types. +[10:41:46.113] Package 'bun-types' provides its own types. +[10:41:46.114] Found package names: ["callsites","purs-tidy"] +[10:41:46.114] Inferred typings from unresolved imports: ["puppeteerConnectionTransport} "] +[10:41:46.114] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeteerConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:46.115] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","puppeteerConnectionTransport} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[10:41:46.115] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[10:41:46.115] Response has been sent. +[10:41:46.115] Installing typings ["callsites","purs-tidy","typescript","puppeteerConnectionTransport} "] +[10:41:46.115] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[10:41:46.115] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[10:41:46.115] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[10:41:46.115] 'puppeteerConnectionTransport} ':: Package name 'puppeteerConnectionTransport} ' contains non URI safe characters +[10:41:46.115] All typings are known to be missing or invalid - no need to install more typings +[10:41:46.115] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["puppeteerConnectionTransport} "],"kind":"action::set"} +[10:41:46.115] Response has been sent. +[10:43:59.897] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-Ki3XlE/tsserver.log b/.log/tsserver-log-Ki3XlE/tsserver.log new file mode 100644 index 0000000..5af7cb3 --- /dev/null +++ b/.log/tsserver-log-Ki3XlE/tsserver.log @@ -0,0 +1,14196 @@ +Info 0 [10:31:15.916] Starting TS Server +Info 1 [10:31:15.919] Version: 5.2.2 +Info 2 [10:31:15.919] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/aef8da29f24db450546a09d3f0ec6630/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-Ki3XlE/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [10:31:15.919] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [10:31:15.919] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [10:31:15.927] Format host information updated +Info 6 [10:31:15.929] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [10:31:15.930] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [10:31:15.930] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [10:31:15.943] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [10:31:15.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [10:31:17.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1299.2697689998895ms +Info 12 [10:31:17.246] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [10:31:17.246] Files (65) + +Info 14 [10:31:17.246] ----------------------------------------------- +Info 15 [10:31:17.251] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [10:31:17.445] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 193.9077550000511ms +Info 17 [10:31:17.445] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [10:31:17.445] Files (49) + +Info 19 [10:31:17.445] ----------------------------------------------- +Info 20 [10:31:17.455] AutoImportProviderProject: found 4 root files in 4 dependencies in 9.847017999971285 ms +Info 21 [10:31:17.512] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [10:31:17.973] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 460.5285829999484ms +Info 23 [10:31:17.973] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [10:31:17.973] Files (124) + +Info 25 [10:31:17.973] ----------------------------------------------- +Info 26 [10:31:17.974] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [10:31:17.974] Files (65) + +Info 26 [10:31:17.974] ----------------------------------------------- +Info 26 [10:31:17.974] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [10:31:17.974] Files (49) + +Info 26 [10:31:17.974] ----------------------------------------------- +Info 26 [10:31:17.974] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [10:31:17.974] Files (124) + +Info 26 [10:31:17.974] ----------------------------------------------- +Info 26 [10:31:17.974] Open files: +Info 26 [10:31:17.974] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [10:31:17.974] Projects: /dev/null/inferredProject1* +Info 26 [10:31:17.975] Format host information updated +Info 27 [10:31:17.975] Format host information updated +Info 28 [10:31:17.980] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 29 [10:31:17.980] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.3532080000732094ms +Info 30 [10:31:17.981] Format host information updated +Info 31 [10:31:17.982] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 32 [10:31:17.985] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 3.234688999829814ms +Info 33 [10:31:17.985] Different program with same set of files +Info 34 [10:31:17.997] getCompletionData: Get current token: 0.012100999942049384 +Info 35 [10:31:17.997] getCompletionData: Is inside comment: 0.03520600008778274 +Info 36 [10:31:17.997] getCompletionData: Get previous token: 0.08453199989162385 +Info 37 [10:31:18.005] getExportInfoMap: cache miss or empty; calculating new results +Info 38 [10:31:18.050] forEachExternalModuleToImportFrom autoImportProvider: 45.39500300004147 +Info 39 [10:31:18.051] getExportInfoMap: done in 46.07530800020322 ms +Info 40 [10:31:18.056] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 41 [10:31:18.056] collectAutoImports: response is complete +Info 42 [10:31:18.056] collectAutoImports: 5.079181000124663 +Info 43 [10:31:18.056] getCompletionData: Semantic work: 58.740211999975145 +Info 44 [10:31:18.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 24.407324000028893 +Info 45 [10:31:18.084] Format host information updated +Info 46 [10:31:18.087] Format host information updated +Info 47 [10:31:18.087] Format host information updated +Info 48 [10:31:18.088] Format host information updated +Info 49 [10:31:18.088] Format host information updated +Info 50 [10:31:18.089] Format host information updated +Info 51 [10:31:18.089] Format host information updated +Info 52 [10:31:18.089] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 53 [10:31:18.095] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 5.044364999979734ms +Info 54 [10:31:18.095] Different program with same set of files +Info 55 [10:31:18.095] getCompletionData: Get current token: 0.006876999977976084 +Info 56 [10:31:18.095] getCompletionData: Is inside comment: 0.06792399985715747 +Info 57 [10:31:18.095] getCompletionData: Get previous token: 0.024077999871224165 +Info 58 [10:31:18.095] getCompletionsAtPosition: isCompletionListBlocker: 0.21282500005327165 +Info 59 [10:31:18.098] getExportInfoMap: cache hit +Info 60 [10:31:18.102] collectAutoImports: resolved 3 module specifiers, plus 0 ambient and 0 from cache +Info 61 [10:31:18.102] collectAutoImports: response is complete +Info 62 [10:31:18.102] collectAutoImports: 4.75699199992232 +Info 63 [10:31:18.102] getCompletionData: Semantic work: 6.96423100004904 +Info 64 [10:31:18.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.360867000184953 +Info 65 [10:31:18.117] Format host information updated +Info 66 [10:31:18.121] Format host information updated +Info 67 [10:31:18.121] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 68 [10:31:18.126] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 4.554122000001371ms +Info 69 [10:31:18.126] Different program with same set of files +Info 70 [10:31:18.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 71 [10:31:18.234] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 2.8448769999668ms +Info 72 [10:31:18.234] Different program with same set of files +Info 73 [10:31:18.234] getCompletionData: Get current token: 0.010300999972969294 +Info 74 [10:31:18.234] getCompletionData: Is inside comment: 0.011440000031143427 +Info 75 [10:31:18.234] getCompletionData: Get previous token: 0.042609999887645245 +Info 76 [10:31:18.235] getCompletionsAtPosition: isCompletionListBlocker: 0.002116000046953559 +Info 77 [10:31:18.235] Returning an empty list because completion was requested in an invalid position. +Info 78 [10:31:18.235] Format host information updated +Info 79 [10:31:18.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 80 [10:31:18.440] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 2.6068600001744926ms +Info 81 [10:31:18.440] Different program with same set of files +Info 82 [10:31:18.441] getCompletionData: Get current token: 0.043209000024944544 +Info 83 [10:31:18.441] getCompletionData: Is inside comment: 0.010546999983489513 +Info 84 [10:31:18.441] getCompletionData: Get previous token: 0.0161850000731647 +Info 85 [10:31:18.441] getCompletionsAtPosition: isCompletionListBlocker: 0.001975000137463212 +Info 86 [10:31:18.441] Returning an empty list because completion was requested in an invalid position. +Info 87 [10:31:18.441] Format host information updated +Info 88 [10:31:18.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 89 [10:31:18.572] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 3.0752429999411106ms +Info 90 [10:31:18.572] Different program with same set of files +Info 91 [10:31:18.572] getCompletionData: Get current token: 0.005890000145882368 +Info 92 [10:31:18.572] getCompletionData: Is inside comment: 0.015037999954074621 +Info 93 [10:31:18.572] getCompletionData: Get previous token: 0.017530000070109963 +Info 94 [10:31:18.572] getCompletionsAtPosition: isCompletionListBlocker: 0.003659999929368496 +Info 95 [10:31:18.572] Returning an empty list because completion was requested in an invalid position. +Info 96 [10:31:18.572] Format host information updated +Info 97 [10:31:18.853] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 98 [10:31:18.855] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 2.344618999864906ms +Info 99 [10:31:18.855] Different program with same set of files +Info 100 [10:31:18.856] getCompletionData: Get current token: 0.003252000082284212 +Info 101 [10:31:18.856] getCompletionData: Is inside comment: 0.012974000070244074 +Info 102 [10:31:18.856] getCompletionData: Get previous token: 0.018475999822840095 +Info 103 [10:31:18.856] getCompletionsAtPosition: isCompletionListBlocker: 0.003813000163063407 +Info 104 [10:31:18.856] Returning an empty list because completion was requested in an invalid position. +Info 105 [10:31:18.856] Format host information updated +Info 106 [10:31:18.990] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 107 [10:31:19.134] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: true structureIsReused:: Not Elapsed: 144.5058470000513ms +Info 108 [10:31:19.134] Project '/dev/null/inferredProject1*' (Inferred) +Info 109 [10:31:19.134] Files (65) + +Info 110 [10:31:19.134] ----------------------------------------------- +Info 111 [10:31:19.134] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 112 [10:31:19.134] Files (124) + +Info 113 [10:31:19.134] ----------------------------------------------- +Info 114 [10:31:19.135] getCompletionData: Get current token: 0.003315000096336007 +Info 115 [10:31:19.135] getCompletionData: Is inside comment: 0.00965999998152256 +Info 116 [10:31:19.135] getCompletionData: Get previous token: 0.01695199985988438 +Info 117 [10:31:19.135] getCompletionsAtPosition: isCompletionListBlocker: 0.0018279999494552612 +Info 118 [10:31:19.135] Returning an empty list because completion was requested in an invalid position. +Info 119 [10:31:19.135] Format host information updated +Info 120 [10:31:19.229] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 121 [10:31:19.231] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 2.183109999867156ms +Info 122 [10:31:19.231] Different program with same set of files +Info 123 [10:31:19.231] getCompletionData: Get current token: 0.002830999903380871 +Info 124 [10:31:19.231] getCompletionData: Is inside comment: 0.008656000019982457 +Info 125 [10:31:19.231] getCompletionData: Get previous token: 0.013513999991118908 +Info 126 [10:31:19.231] getCompletionsAtPosition: isCompletionListBlocker: 0.0019970000721514225 +Info 127 [10:31:19.231] Returning an empty list because completion was requested in an invalid position. +Info 128 [10:31:19.232] Format host information updated +Info 129 [10:31:19.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 130 [10:31:19.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 2.169984000036493ms +Info 131 [10:31:19.292] Different program with same set of files +Info 132 [10:31:19.292] getCompletionData: Get current token: 0.004105999832972884 +Info 133 [10:31:19.292] getCompletionData: Is inside comment: 0.01284700003452599 +Info 134 [10:31:19.292] getCompletionData: Get previous token: 0.019029000075533986 +Info 135 [10:31:19.292] getCompletionsAtPosition: isCompletionListBlocker: 0.002506999997422099 +Info 136 [10:31:19.293] Returning an empty list because completion was requested in an invalid position. +Info 137 [10:31:19.293] Format host information updated +Info 138 [10:31:19.451] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 139 [10:31:19.453] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 1.6684250000398606ms +Info 140 [10:31:19.453] Different program with same set of files +Info 141 [10:31:19.453] getCompletionData: Get current token: 0.0030950000509619713 +Info 142 [10:31:19.453] getCompletionData: Is inside comment: 0.008950999937951565 +Info 143 [10:31:19.453] getCompletionData: Get previous token: 0.01318200002424419 +Info 144 [10:31:19.453] getCompletionsAtPosition: isCompletionListBlocker: 0.0031840000301599503 +Info 145 [10:31:19.453] Returning an empty list because completion was requested in an invalid position. +Info 146 [10:31:19.453] Format host information updated +Info 147 [10:31:19.534] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 148 [10:31:19.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 1.7483159999828786ms +Info 149 [10:31:19.536] Different program with same set of files +Info 150 [10:31:19.536] getCompletionData: Get current token: 0.002933999989181757 +Info 151 [10:31:19.536] getCompletionData: Is inside comment: 0.00841799983754754 +Info 152 [10:31:19.536] getCompletionData: Get previous token: 0.013522000052034855 +Info 153 [10:31:19.536] getCompletionsAtPosition: isCompletionListBlocker: 0.003738999832421541 +Info 154 [10:31:19.536] Returning an empty list because completion was requested in an invalid position. +Info 155 [10:31:19.536] Format host information updated +Info 156 [10:31:19.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 157 [10:31:19.638] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 16.081573999952525ms +Info 158 [10:31:19.638] Different program with same set of files +Info 159 [10:31:19.638] getCompletionData: Get current token: 0.013592999894171953 +Info 160 [10:31:19.638] getCompletionData: Is inside comment: 0.045929000014439225 +Info 161 [10:31:19.638] getCompletionData: Get previous token: 0.05822999984957278 +Info 162 [10:31:19.639] getCompletionsAtPosition: isCompletionListBlocker: 0.00873900018632412 +Info 163 [10:31:19.639] Returning an empty list because completion was requested in an invalid position. +Info 164 [10:31:19.639] Format host information updated +Info 165 [10:31:19.843] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 166 [10:31:19.845] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 1.6402360000647604ms +Info 167 [10:31:19.845] Different program with same set of files +Info 168 [10:31:19.845] getCompletionData: Get current token: 0.002810999983921647 +Info 169 [10:31:19.845] getCompletionData: Is inside comment: 0.00800199992954731 +Info 170 [10:31:19.845] getCompletionData: Get previous token: 0.012355000013485551 +Info 171 [10:31:19.845] getCompletionsAtPosition: isCompletionListBlocker: 0.0020779999904334545 +Info 172 [10:31:19.845] Returning an empty list because completion was requested in an invalid position. +Info 173 [10:31:19.845] Format host information updated +Info 174 [10:31:19.992] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 175 [10:31:19.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 1.5975209998432547ms +Info 176 [10:31:19.993] Different program with same set of files +Info 177 [10:31:19.994] getCompletionData: Get current token: 0.0029849999118596315 +Info 178 [10:31:19.994] getCompletionData: Is inside comment: 0.008233000058680773 +Info 179 [10:31:19.994] getCompletionData: Get previous token: 0.012703000102192163 +Info 180 [10:31:19.994] getCompletionsAtPosition: isCompletionListBlocker: 0.0019890000112354755 +Info 181 [10:31:19.994] Returning an empty list because completion was requested in an invalid position. +Info 182 [10:31:19.994] Format host information updated +Info 183 [10:31:20.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 184 [10:31:20.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 2.0345490002073348ms +Info 185 [10:31:20.105] Different program with same set of files +Info 186 [10:31:20.105] getCompletionData: Get current token: 0.00254400004632771 +Info 187 [10:31:20.105] getCompletionData: Is inside comment: 0.0075270000379532576 +Info 188 [10:31:20.105] getCompletionData: Get previous token: 0.011278999969363213 +Info 189 [10:31:20.105] getCompletionsAtPosition: isCompletionListBlocker: 0.0018019999843090773 +Info 190 [10:31:20.105] Returning an empty list because completion was requested in an invalid position. +Info 191 [10:31:20.105] Format host information updated +Info 192 [10:31:20.248] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 193 [10:31:20.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 1.6601990000344813ms +Info 194 [10:31:20.250] Different program with same set of files +Info 195 [10:31:20.250] getCompletionData: Get current token: 0.003203999949619174 +Info 196 [10:31:20.250] getCompletionData: Is inside comment: 0.008382000029087067 +Info 197 [10:31:20.250] getCompletionData: Get previous token: 0.013134999899193645 +Info 198 [10:31:20.250] getCompletionsAtPosition: isCompletionListBlocker: 0.001955999992787838 +Info 199 [10:31:20.250] Returning an empty list because completion was requested in an invalid position. +Info 200 [10:31:20.250] Format host information updated +Info 201 [10:31:20.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 202 [10:31:20.353] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 1.4745459998957813ms +Info 203 [10:31:20.353] Different program with same set of files +Info 204 [10:31:20.353] getCompletionData: Get current token: 0.002804000163450837 +Info 205 [10:31:20.353] getCompletionData: Is inside comment: 0.008054000092670321 +Info 206 [10:31:20.353] getCompletionData: Get previous token: 0.013024999992921948 +Info 207 [10:31:20.353] getCompletionsAtPosition: isCompletionListBlocker: 0.0017840000800788403 +Info 208 [10:31:20.353] Returning an empty list because completion was requested in an invalid position. +Info 209 [10:31:20.353] Format host information updated +Info 210 [10:31:20.480] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 211 [10:31:20.481] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 1.5652979998849332ms +Info 212 [10:31:20.481] Different program with same set of files +Info 213 [10:31:20.481] getCompletionData: Get current token: 0.002901999978348613 +Info 214 [10:31:20.481] getCompletionData: Is inside comment: 0.008249999955296516 +Info 215 [10:31:20.482] getCompletionData: Get previous token: 0.012370999902486801 +Info 216 [10:31:20.482] getCompletionsAtPosition: isCompletionListBlocker: 0.0017719999887049198 +Info 217 [10:31:20.482] Returning an empty list because completion was requested in an invalid position. +Info 218 [10:31:20.482] Format host information updated +Info 219 [10:31:20.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 220 [10:31:20.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 1.661454999819398ms +Info 221 [10:31:20.701] Different program with same set of files +Info 222 [10:31:20.701] getCompletionData: Get current token: 0.002921000123023987 +Info 223 [10:31:20.701] getCompletionData: Is inside comment: 0.026225999929010868 +Info 224 [10:31:20.701] getCompletionData: Get previous token: 0.0133369998075068 +Info 225 [10:31:20.701] getCompletionsAtPosition: isCompletionListBlocker: 0.001740999985486269 +Info 226 [10:31:20.701] Returning an empty list because completion was requested in an invalid position. +Info 227 [10:31:20.701] Format host information updated +Info 228 [10:31:20.809] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 229 [10:31:20.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 1.5677340000402182ms +Info 230 [10:31:20.811] Different program with same set of files +Info 231 [10:31:20.811] getCompletionData: Get current token: 0.009092000080272555 +Info 232 [10:31:20.811] getCompletionData: Is inside comment: 0.008697999874129891 +Info 233 [10:31:20.811] getCompletionData: Get previous token: 0.013293999945744872 +Info 234 [10:31:20.811] getCompletionsAtPosition: isCompletionListBlocker: 0.0019520001951605082 +Info 235 [10:31:20.811] Returning an empty list because completion was requested in an invalid position. +Info 236 [10:31:20.814] Format host information updated +Info 237 [10:31:21.002] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 238 [10:31:21.004] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 1.5148010000120848ms +Info 239 [10:31:21.004] Different program with same set of files +Info 240 [10:31:21.004] getCompletionData: Get current token: 0.0027020000852644444 +Info 241 [10:31:21.004] getCompletionData: Is inside comment: 0.007731999969109893 +Info 242 [10:31:21.004] getCompletionData: Get previous token: 0.011789999902248383 +Info 243 [10:31:21.004] getCompletionsAtPosition: isCompletionListBlocker: 0.0016709999181330204 +Info 244 [10:31:21.004] Returning an empty list because completion was requested in an invalid position. +Info 245 [10:31:21.004] Format host information updated +Info 246 [10:31:21.110] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 247 [10:31:21.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 1.6132320000324398ms +Info 248 [10:31:21.112] Different program with same set of files +Info 249 [10:31:21.112] getCompletionData: Get current token: 0.0033629999961704016 +Info 250 [10:31:21.112] getCompletionData: Is inside comment: 0.010855000000447035 +Info 251 [10:31:21.112] getCompletionData: Get previous token: 0.01166800013743341 +Info 252 [10:31:21.112] getCompletionsAtPosition: isCompletionListBlocker: 0.009399000089615583 +Info 253 [10:31:21.113] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.22201100015081465 ms +Info 254 [10:31:21.113] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 255 [10:31:21.113] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.2142909998074174ms +Info 256 [10:31:21.113] getExportInfoMap: cache miss or empty; calculating new results +Info 257 [10:31:21.140] forEachExternalModuleToImportFrom autoImportProvider: 10.315071000019088 +Info 258 [10:31:21.140] getExportInfoMap: done in 27.001356000080705 ms +Info 259 [10:31:21.163] collectAutoImports: resolved 9 module specifiers, plus 893 ambient and 90 from cache +Info 260 [10:31:21.163] collectAutoImports: response is complete +Info 261 [10:31:21.163] collectAutoImports: 22.952502000145614 +Info 262 [10:31:21.163] getCompletionData: Semantic work: 50.71141800004989 +Info 263 [10:31:21.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.410467999987304 +Info 264 [10:31:21.185] Format host information updated +Info 265 [10:31:21.220] Format host information updated +Info 266 [10:31:21.221] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 267 [10:31:21.222] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 1.5925669998396188ms +Info 268 [10:31:21.222] Different program with same set of files +Info 269 [10:31:21.394] Before ensureProjectForOpenFiles: +Info 270 [10:31:21.394] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 270 [10:31:21.394] Files (65) + +Info 270 [10:31:21.394] ----------------------------------------------- +Info 270 [10:31:21.394] Project '/dev/null/inferredProject1*' (Inferred) +Info 270 [10:31:21.394] Files (65) + +Info 270 [10:31:21.394] ----------------------------------------------- +Info 270 [10:31:21.394] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 270 [10:31:21.394] Files (124) + +Info 270 [10:31:21.394] ----------------------------------------------- +Info 270 [10:31:21.394] Open files: +Info 270 [10:31:21.394] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 270 [10:31:21.394] Projects: /dev/null/inferredProject1* +Info 270 [10:31:21.395] After ensureProjectForOpenFiles: +Info 271 [10:31:21.395] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 271 [10:31:21.395] Files (65) + +Info 271 [10:31:21.395] ----------------------------------------------- +Info 271 [10:31:21.395] Project '/dev/null/inferredProject1*' (Inferred) +Info 271 [10:31:21.395] Files (65) + +Info 271 [10:31:21.395] ----------------------------------------------- +Info 271 [10:31:21.395] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 271 [10:31:21.395] Files (124) + +Info 271 [10:31:21.395] ----------------------------------------------- +Info 271 [10:31:21.395] Open files: +Info 271 [10:31:21.395] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 271 [10:31:21.395] Projects: /dev/null/inferredProject1* +Info 271 [10:31:21.396] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 272 [10:31:21.752] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 273 [10:31:21.753] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 1.7204889999702573ms +Info 274 [10:31:21.753] Different program with same set of files +Info 275 [10:31:21.754] getCompletionData: Get current token: 0.003481999970972538 +Info 276 [10:31:21.754] getCompletionData: Is inside comment: 0.012222999939695 +Info 277 [10:31:21.754] getCompletionData: Get previous token: 0.009612000081688166 +Info 278 [10:31:21.754] getCompletionsAtPosition: isCompletionListBlocker: 0.04178199986927211 +Info 279 [10:31:21.755] getExportInfoMap: cache hit +Info 280 [10:31:21.769] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 281 [10:31:21.769] collectAutoImports: response is complete +Info 282 [10:31:21.769] collectAutoImports: 13.846479999832809 +Info 283 [10:31:21.769] getCompletionData: Semantic work: 15.00040699983947 +Info 284 [10:31:21.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.202987999888137 +Info 285 [10:31:21.782] Format host information updated +Info 286 [10:31:21.811] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 287 [10:31:21.813] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 2.3573779999278486ms +Info 288 [10:31:21.813] Different program with same set of files +Info 289 [10:31:21.814] getCompletionData: Get current token: 0.0030120001174509525 +Info 290 [10:31:21.814] getCompletionData: Is inside comment: 0.01029300014488399 +Info 291 [10:31:21.814] getCompletionData: Get previous token: 0.00827500014565885 +Info 292 [10:31:21.814] getCompletionsAtPosition: isCompletionListBlocker: 0.010780000127851963 +Info 293 [10:31:21.814] getExportInfoMap: cache hit +Info 294 [10:31:21.825] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 295 [10:31:21.825] collectAutoImports: response is complete +Info 296 [10:31:21.825] collectAutoImports: 10.595975999953225 +Info 297 [10:31:21.825] getCompletionData: Semantic work: 11.381829999852926 +Info 298 [10:31:21.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.169537000125274 +Info 299 [10:31:21.836] Format host information updated +Info 300 [10:31:21.872] Format host information updated +Info 301 [10:31:21.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 302 [10:31:21.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 1.7031449999194592ms +Info 303 [10:31:21.874] Different program with same set of files +Info 304 [10:31:22.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 305 [10:31:22.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 1.7402879998553544ms +Info 306 [10:31:22.021] Different program with same set of files +Info 307 [10:31:22.021] getCompletionData: Get current token: 0.0033289999701082706 +Info 308 [10:31:22.021] getCompletionData: Is inside comment: 0.011736999964341521 +Info 309 [10:31:22.021] getCompletionData: Get previous token: 0.0097700001206249 +Info 310 [10:31:22.022] getCompletionsAtPosition: isCompletionListBlocker: 0.016761000035330653 +Info 311 [10:31:22.022] getExportInfoMap: cache hit +Info 312 [10:31:22.034] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 313 [10:31:22.034] collectAutoImports: response is complete +Info 314 [10:31:22.034] collectAutoImports: 11.99935399997048 +Info 315 [10:31:22.034] getCompletionData: Semantic work: 12.829196999780834 +Info 316 [10:31:22.040] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.803109999978915 +Info 317 [10:31:22.046] Format host information updated +Info 318 [10:31:22.175] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 319 [10:31:22.177] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 1.85690200002864ms +Info 320 [10:31:22.177] Different program with same set of files +Info 321 [10:31:22.177] getCompletionData: Get current token: 0.0035899998620152473 +Info 322 [10:31:22.177] getCompletionData: Is inside comment: 0.01183800003491342 +Info 323 [10:31:22.177] getCompletionData: Get previous token: 0.009783999994397163 +Info 324 [10:31:22.177] getCompletionsAtPosition: isCompletionListBlocker: 0.010903999907895923 +Info 325 [10:31:22.178] getExportInfoMap: cache hit +Info 326 [10:31:22.187] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 327 [10:31:22.187] collectAutoImports: response is complete +Info 328 [10:31:22.187] collectAutoImports: 9.161073999945074 +Info 329 [10:31:22.187] getCompletionData: Semantic work: 9.926385999890044 +Info 330 [10:31:22.193] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.5455509999301285 +Info 331 [10:31:22.200] Format host information updated +Info 332 [10:31:22.258] Format host information updated +Info 333 [10:31:22.258] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 334 [10:31:22.265] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 6.058385000098497ms +Info 335 [10:31:22.265] Different program with same set of files +Info 336 [10:31:22.387] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 337 [10:31:22.389] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 1.6678319999482483ms +Info 338 [10:31:22.389] Different program with same set of files +Info 339 [10:31:22.389] getCompletionData: Get current token: 0.0032270001247525215 +Info 340 [10:31:22.389] getCompletionData: Is inside comment: 0.012070999946445227 +Info 341 [10:31:22.389] getCompletionData: Get previous token: 0.011652000015601516 +Info 342 [10:31:22.389] getCompletionsAtPosition: isCompletionListBlocker: 0.0026100000832229853 +Info 343 [10:31:22.390] getExportInfoMap: cache hit +Info 344 [10:31:22.398] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 345 [10:31:22.398] collectAutoImports: response is complete +Info 346 [10:31:22.398] collectAutoImports: 8.316112999804318 +Info 347 [10:31:22.398] getCompletionData: Semantic work: 9.077047999948263 +Info 348 [10:31:22.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.374230999965221 +Info 349 [10:31:22.409] Format host information updated +Info 350 [10:31:22.453] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 351 [10:31:22.455] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 2.480340000009164ms +Info 352 [10:31:22.455] Different program with same set of files +Info 353 [10:31:22.456] getCompletionData: Get current token: 0.005219000158831477 +Info 354 [10:31:22.456] getCompletionData: Is inside comment: 0.019108999986201525 +Info 355 [10:31:22.456] getCompletionData: Get previous token: 0.015103999990969896 +Info 356 [10:31:22.456] getCompletionsAtPosition: isCompletionListBlocker: 0.01574499998241663 +Info 357 [10:31:22.457] getExportInfoMap: cache hit +Info 358 [10:31:22.473] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 359 [10:31:22.473] collectAutoImports: response is complete +Info 360 [10:31:22.473] collectAutoImports: 16.25564999994822 +Info 361 [10:31:22.473] getCompletionData: Semantic work: 17.28263899986632 +Info 362 [10:31:22.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.578931000083685 +Info 363 [10:31:22.488] Format host information updated +Info 364 [10:31:24.030] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 365 [10:31:24.031] Ignoring files that are not *.json +Info 366 [10:31:24.031] Elapsed:: 0.06578899989835918ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 367 [10:31:28.941] getCompletionData: Get current token: 0.006199000170454383 +Info 368 [10:31:28.941] getCompletionData: Is inside comment: 0.0019959998317062855 +Info 369 [10:31:28.941] getCompletionData: Get previous token: 0.01317900000140071 +Info 370 [10:31:28.941] getCompletionsAtPosition: isCompletionListBlocker: 0.0030709998682141304 +Info 371 [10:31:28.941] Returning an empty list because completion was requested in an invalid position. +Info 372 [10:31:30.162] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 373 [10:31:30.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 1.5941190000157803ms +Info 374 [10:31:30.164] Different program with same set of files +Info 375 [10:31:30.164] getCompletionData: Get current token: 0.006177000002935529 +Info 376 [10:31:30.164] getCompletionData: Is inside comment: 0.0022509999107569456 +Info 377 [10:31:30.164] getCompletionData: Get previous token: 0.02947800001129508 +Info 378 [10:31:30.164] getCompletionsAtPosition: isCompletionListBlocker: 0.0025100000202655792 +Info 379 [10:31:30.164] Returning an empty list because completion was requested in an invalid position. +Info 380 [10:31:30.164] Format host information updated +Info 381 [10:31:31.201] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 382 [10:31:31.202] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 1.5347039999905974ms +Info 383 [10:31:31.202] Different program with same set of files +Info 384 [10:31:31.202] getCompletionData: Get current token: 0.005959999980404973 +Info 385 [10:31:31.202] getCompletionData: Is inside comment: 0.0022299999836832285 +Info 386 [10:31:31.202] getCompletionData: Get previous token: 0.02619599993340671 +Info 387 [10:31:31.202] getCompletionsAtPosition: isCompletionListBlocker: 0.002735000103712082 +Info 388 [10:31:31.203] Returning an empty list because completion was requested in an invalid position. +Info 389 [10:31:31.203] Format host information updated +Info 390 [10:31:31.382] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 391 [10:31:31.383] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 1.5001500002108514ms +Info 392 [10:31:31.383] Different program with same set of files +Info 393 [10:31:31.384] getCompletionData: Get current token: 0.007791999960318208 +Info 394 [10:31:31.384] getCompletionData: Is inside comment: 0.0022269999608397484 +Info 395 [10:31:31.384] getCompletionData: Get previous token: 0.0239479998126626 +Info 396 [10:31:31.384] getCompletionsAtPosition: isCompletionListBlocker: 0.002308000111952424 +Info 397 [10:31:31.384] Returning an empty list because completion was requested in an invalid position. +Info 398 [10:31:31.384] Format host information updated +Info 399 [10:31:31.501] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 400 [10:31:31.502] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 1.620013999985531ms +Info 401 [10:31:31.502] Different program with same set of files +Info 402 [10:31:31.502] getCompletionData: Get current token: 0.0058929999358952045 +Info 403 [10:31:31.502] getCompletionData: Is inside comment: 0.0020810000132769346 +Info 404 [10:31:31.503] getCompletionData: Get previous token: 0.02394300000742078 +Info 405 [10:31:31.503] getCompletionsAtPosition: isCompletionListBlocker: 0.0026119998656213284 +Info 406 [10:31:31.503] Returning an empty list because completion was requested in an invalid position. +Info 407 [10:31:31.503] Format host information updated +Info 408 [10:31:31.576] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 409 [10:31:31.577] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 1.4103560000658035ms +Info 410 [10:31:31.577] Different program with same set of files +Info 411 [10:31:31.577] getCompletionData: Get current token: 0.005588999949395657 +Info 412 [10:31:31.577] getCompletionData: Is inside comment: 0.0019409998785704374 +Info 413 [10:31:31.578] getCompletionData: Get previous token: 0.02289799996651709 +Info 414 [10:31:31.578] getCompletionsAtPosition: isCompletionListBlocker: 0.0022780001163482666 +Info 415 [10:31:31.578] Returning an empty list because completion was requested in an invalid position. +Info 416 [10:31:31.578] Format host information updated +Info 417 [10:31:31.865] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 418 [10:31:31.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 1.3527270001359284ms +Info 419 [10:31:31.866] Different program with same set of files +Info 420 [10:31:31.867] getCompletionData: Get current token: 0.00546399992890656 +Info 421 [10:31:31.867] getCompletionData: Is inside comment: 0.0016199999954551458 +Info 422 [10:31:31.867] getCompletionData: Get previous token: 0.04845800017938018 +Info 423 [10:31:31.867] getCompletionsAtPosition: isCompletionListBlocker: 0.0031689999159425497 +Info 424 [10:31:31.867] Returning an empty list because completion was requested in an invalid position. +Info 425 [10:31:31.867] Format host information updated +Info 426 [10:31:31.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 427 [10:31:31.962] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 1.3230699999257922ms +Info 428 [10:31:31.962] Different program with same set of files +Info 429 [10:31:31.962] getCompletionData: Get current token: 0.005523000145331025 +Info 430 [10:31:31.962] getCompletionData: Is inside comment: 0.0016309998463839293 +Info 431 [10:31:31.962] getCompletionData: Get previous token: 0.020261000143364072 +Info 432 [10:31:31.962] getCompletionsAtPosition: isCompletionListBlocker: 0.005420999834313989 +Info 433 [10:31:31.962] Returning an empty list because completion was requested in an invalid position. +Info 434 [10:31:31.964] Format host information updated +Info 435 [10:31:32.315] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 436 [10:31:32.321] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 6.15207100007683ms +Info 437 [10:31:32.321] Different program with same set of files +Info 438 [10:31:32.322] getCompletionData: Get current token: 0.02674800017848611 +Info 439 [10:31:32.322] getCompletionData: Is inside comment: 0.008513000095263124 +Info 440 [10:31:32.322] getCompletionData: Get previous token: 0.10614600009284914 +Info 441 [10:31:32.323] getCompletionsAtPosition: isCompletionListBlocker: 0.012316999956965446 +Info 442 [10:31:32.323] Returning an empty list because completion was requested in an invalid position. +Info 443 [10:31:32.324] Format host information updated +Info 444 [10:31:32.528] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 445 [10:31:32.530] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 2.612883999943733ms +Info 446 [10:31:32.531] Different program with same set of files +Info 447 [10:31:32.531] getCompletionData: Get current token: 0.007411000085994601 +Info 448 [10:31:32.531] getCompletionData: Is inside comment: 0.002280999906361103 +Info 449 [10:31:32.531] getCompletionData: Get previous token: 0.04046600009314716 +Info 450 [10:31:32.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0028719999827444553 +Info 451 [10:31:32.531] Returning an empty list because completion was requested in an invalid position. +Info 452 [10:31:32.531] Format host information updated +Info 453 [10:31:32.643] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 454 [10:31:32.645] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 2.654528000159189ms +Info 455 [10:31:32.645] Different program with same set of files +Info 456 [10:31:32.645] getCompletionData: Get current token: 0.006249999860301614 +Info 457 [10:31:32.645] getCompletionData: Is inside comment: 0.002171000000089407 +Info 458 [10:31:32.645] getCompletionData: Get previous token: 0.0222889999859035 +Info 459 [10:31:32.645] getCompletionsAtPosition: isCompletionListBlocker: 0.0027849997859448195 +Info 460 [10:31:32.645] Returning an empty list because completion was requested in an invalid position. +Info 461 [10:31:32.646] Format host information updated +Info 462 [10:31:32.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 463 [10:31:32.802] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 4.03055699984543ms +Info 464 [10:31:32.802] Different program with same set of files +Info 465 [10:31:32.802] getCompletionData: Get current token: 0.011424000142142177 +Info 466 [10:31:32.802] getCompletionData: Is inside comment: 0.0030690000858157873 +Info 467 [10:31:32.802] getCompletionData: Get previous token: 0.037942999973893166 +Info 468 [10:31:32.802] getCompletionsAtPosition: isCompletionListBlocker: 0.00420200009830296 +Info 469 [10:31:32.802] Returning an empty list because completion was requested in an invalid position. +Info 470 [10:31:32.804] Format host information updated +Info 471 [10:31:32.927] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 472 [10:31:32.933] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 6.226596999913454ms +Info 473 [10:31:32.933] Different program with same set of files +Info 474 [10:31:32.934] getCompletionData: Get current token: 0.023579000029712915 +Info 475 [10:31:32.934] getCompletionData: Is inside comment: 0.008573000086471438 +Info 476 [10:31:32.934] getCompletionData: Get previous token: 0.10052300011739135 +Info 477 [10:31:32.934] getCompletionsAtPosition: isCompletionListBlocker: 0.010269999969750643 +Info 478 [10:31:32.935] Returning an empty list because completion was requested in an invalid position. +Info 479 [10:31:32.935] Format host information updated +Info 480 [10:31:33.040] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 481 [10:31:33.049] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 8.982344000134617ms +Info 482 [10:31:33.049] Different program with same set of files +Info 483 [10:31:33.050] getCompletionData: Get current token: 0.040487000020220876 +Info 484 [10:31:33.050] getCompletionData: Is inside comment: 0.009206999791786075 +Info 485 [10:31:33.051] getCompletionData: Get previous token: 0.10287699988111854 +Info 486 [10:31:33.051] getCompletionsAtPosition: isCompletionListBlocker: 0.010965999914333224 +Info 487 [10:31:33.051] Returning an empty list because completion was requested in an invalid position. +Info 488 [10:31:33.051] Format host information updated +Info 489 [10:31:33.176] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 490 [10:31:33.187] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 10.110153999878094ms +Info 491 [10:31:33.187] Different program with same set of files +Info 492 [10:31:33.187] getCompletionData: Get current token: 0.027168000116944313 +Info 493 [10:31:33.187] getCompletionData: Is inside comment: 0.009396000066772103 +Info 494 [10:31:33.188] getCompletionData: Get previous token: 0.10105400020256639 +Info 495 [10:31:33.188] getCompletionsAtPosition: isCompletionListBlocker: 0.01105600013397634 +Info 496 [10:31:33.188] Returning an empty list because completion was requested in an invalid position. +Info 497 [10:31:33.188] Format host information updated +Info 498 [10:31:33.267] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 499 [10:31:33.273] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 6.270441000116989ms +Info 500 [10:31:33.273] Different program with same set of files +Info 501 [10:31:33.274] getCompletionData: Get current token: 0.02701300010085106 +Info 502 [10:31:33.274] getCompletionData: Is inside comment: 0.013691999949514866 +Info 503 [10:31:33.274] getCompletionData: Get previous token: 0.16996799991466105 +Info 504 [10:31:33.274] getCompletionsAtPosition: isCompletionListBlocker: 0.01413399982266128 +Info 505 [10:31:33.274] Returning an empty list because completion was requested in an invalid position. +Info 506 [10:31:33.275] Format host information updated +Info 507 [10:31:34.525] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 508 [10:31:34.527] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 1.9160309999715537ms +Info 509 [10:31:34.527] Different program with same set of files +Info 510 [10:31:34.527] getCompletionData: Get current token: 0.006169999949634075 +Info 511 [10:31:34.527] getCompletionData: Is inside comment: 0.0020649998914450407 +Info 512 [10:31:34.527] getCompletionData: Get previous token: 0.024985000025480986 +Info 513 [10:31:34.527] getCompletionsAtPosition: isCompletionListBlocker: 0.003401000052690506 +Info 514 [10:31:34.527] Returning an empty list because completion was requested in an invalid position. +Info 515 [10:31:34.528] Format host information updated +Info 516 [10:31:34.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 517 [10:31:34.711] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 4.488330999854952ms +Info 518 [10:31:34.711] Different program with same set of files +Info 519 [10:31:34.711] getCompletionData: Get current token: 0.013789999997243285 +Info 520 [10:31:34.711] getCompletionData: Is inside comment: 0.004164999816566706 +Info 521 [10:31:34.711] getCompletionData: Get previous token: 0.04691200004890561 +Info 522 [10:31:34.712] getCompletionsAtPosition: isCompletionListBlocker: 0.006254000123590231 +Info 523 [10:31:34.712] Returning an empty list because completion was requested in an invalid position. +Info 524 [10:31:34.712] Format host information updated +Info 525 [10:31:34.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 526 [10:31:34.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 2.6201659999787807ms +Info 527 [10:31:34.780] Different program with same set of files +Info 528 [10:31:34.780] getCompletionData: Get current token: 0.005663000047206879 +Info 529 [10:31:34.780] getCompletionData: Is inside comment: 0.0018949999939650297 +Info 530 [10:31:34.780] getCompletionData: Get previous token: 0.020189000060781837 +Info 531 [10:31:34.780] getCompletionsAtPosition: isCompletionListBlocker: 0.002701000077649951 +Info 532 [10:31:34.780] Returning an empty list because completion was requested in an invalid position. +Info 533 [10:31:34.781] Format host information updated +Info 534 [10:31:35.370] getCompletionData: Get current token: 0.0065830000676214695 +Info 535 [10:31:35.370] getCompletionData: Is inside comment: 0.011498000007122755 +Info 536 [10:31:35.370] getCompletionData: Get previous token: 0.00916199991479516 +Info 537 [10:31:35.370] getCompletionsAtPosition: isCompletionListBlocker: 0.013132000109180808 +Info 538 [10:31:35.371] getExportInfoMap: cache hit +Info 539 [10:31:35.386] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 540 [10:31:35.386] collectAutoImports: response is complete +Info 541 [10:31:35.386] collectAutoImports: 14.972554999869317 +Info 542 [10:31:35.386] getCompletionData: Semantic work: 16.073933999985456 +Info 543 [10:31:35.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.428918000077829 +Info 544 [10:31:35.504] Format host information updated +Info 545 [10:31:35.505] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 546 [10:31:35.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 1.4717510000336915ms +Info 547 [10:31:35.506] Different program with same set of files +Info 548 [10:31:35.647] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 549 [10:31:35.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 1.7375749999191612ms +Info 550 [10:31:35.649] Different program with same set of files +Info 551 [10:31:35.649] getCompletionData: Get current token: 0.0069599999114871025 +Info 552 [10:31:35.649] getCompletionData: Is inside comment: 0.011793999932706356 +Info 553 [10:31:35.649] getCompletionData: Get previous token: 0.009731999831274152 +Info 554 [10:31:35.649] getCompletionsAtPosition: isCompletionListBlocker: 0.009869999950751662 +Info 555 [10:31:35.650] getExportInfoMap: cache hit +Info 556 [10:31:35.662] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 557 [10:31:35.662] collectAutoImports: response is complete +Info 558 [10:31:35.662] collectAutoImports: 11.749672000063583 +Info 559 [10:31:35.662] getCompletionData: Semantic work: 12.278685000026599 +Info 560 [10:31:35.673] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.874262999976054 +Info 561 [10:31:35.678] Format host information updated +Info 562 [10:31:35.863] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 563 [10:31:35.865] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 1.857869999948889ms +Info 564 [10:31:35.865] Different program with same set of files +Info 565 [10:31:35.865] getCompletionData: Get current token: 0.009990000165998936 +Info 566 [10:31:35.865] getCompletionData: Is inside comment: 0.012613000115379691 +Info 567 [10:31:35.865] getCompletionData: Get previous token: 0.045636999886482954 +Info 568 [10:31:35.865] getCompletionsAtPosition: isCompletionListBlocker: 0.00903599988669157 +Info 569 [10:31:35.866] getExportInfoMap: cache hit +Info 570 [10:31:35.875] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 571 [10:31:35.876] collectAutoImports: response is complete +Info 572 [10:31:35.876] collectAutoImports: 9.896942999912426 +Info 573 [10:31:35.876] getCompletionData: Semantic work: 10.536533000180498 +Info 574 [10:31:35.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.900738999946043 +Info 575 [10:31:35.889] Format host information updated +Info 576 [10:31:36.024] Format host information updated +Info 577 [10:31:36.025] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 578 [10:31:36.032] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.656213000183925ms +Info 579 [10:31:36.032] Different program with same set of files +Info 580 [10:31:36.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 581 [10:31:36.693] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 1.7554119999986142ms +Info 582 [10:31:36.693] Different program with same set of files +Info 583 [10:31:36.693] getCompletionData: Get current token: 0.05561799998395145 +Info 584 [10:31:36.694] getCompletionData: Is inside comment: 0.02769399993121624 +Info 585 [10:31:36.694] getCompletionData: Get previous token: 0.01005399995483458 +Info 586 [10:31:36.694] getCompletionsAtPosition: isCompletionListBlocker: 0.003501000115647912 +Info 587 [10:31:36.694] getExportInfoMap: cache hit +Info 588 [10:31:36.703] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 589 [10:31:36.703] collectAutoImports: response is complete +Info 590 [10:31:36.703] collectAutoImports: 8.835360999917611 +Info 591 [10:31:36.703] getCompletionData: Semantic work: 9.50380100007169 +Info 592 [10:31:36.711] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.520946000004187 +Info 593 [10:31:36.715] Format host information updated +Info 594 [10:31:36.751] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 595 [10:31:36.753] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 1.59352199989371ms +Info 596 [10:31:36.753] Different program with same set of files +Info 597 [10:31:36.753] getCompletionData: Get current token: 0.01207799999974668 +Info 598 [10:31:36.753] getCompletionData: Is inside comment: 0.022446000017225742 +Info 599 [10:31:36.753] getCompletionData: Get previous token: 0.017349000088870525 +Info 600 [10:31:36.753] getCompletionsAtPosition: isCompletionListBlocker: 0.01005300018005073 +Info 601 [10:31:36.754] getExportInfoMap: cache hit +Info 602 [10:31:36.763] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 603 [10:31:36.763] collectAutoImports: response is complete +Info 604 [10:31:36.763] collectAutoImports: 9.641110999975353 +Info 605 [10:31:36.763] getCompletionData: Semantic work: 10.408317999914289 +Info 606 [10:31:36.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.473094000015408 +Info 607 [10:31:36.775] Format host information updated +Info 608 [10:31:37.078] getCompletionData: Get current token: 0.011184999952092767 +Info 609 [10:31:37.078] getCompletionData: Is inside comment: 0.003317000111564994 +Info 610 [10:31:37.078] getCompletionData: Get previous token: 0.0165200000628829 +Info 611 [10:31:37.078] getCompletionsAtPosition: isCompletionListBlocker: 0.004871000070124865 +Info 612 [10:31:37.078] Returning an empty list because completion was requested in an invalid position. +Info 613 [10:31:41.126] getCompletionData: Get current token: 0.005963000003248453 +Info 614 [10:31:41.126] getCompletionData: Is inside comment: 0.0020050001330673695 +Info 615 [10:31:41.126] getCompletionData: Get previous token: 0.010827000020071864 +Info 616 [10:31:41.126] getCompletionsAtPosition: isCompletionListBlocker: 0.00408599991351366 +Info 617 [10:31:41.126] Returning an empty list because completion was requested in an invalid position. +Info 618 [10:31:41.535] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 619 [10:31:41.537] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 1.5212900000624359ms +Info 620 [10:31:41.537] Different program with same set of files +Info 621 [10:31:41.537] getCompletionData: Get current token: 0.005858000135049224 +Info 622 [10:31:41.537] getCompletionData: Is inside comment: 0.001939999870955944 +Info 623 [10:31:41.537] getCompletionData: Get previous token: 0.017623000079765916 +Info 624 [10:31:41.537] getCompletionsAtPosition: isCompletionListBlocker: 0.10911399987526238 +Info 625 [10:31:41.538] getExportInfoMap: cache hit +Info 626 [10:31:41.547] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 627 [10:31:41.547] collectAutoImports: response is complete +Info 628 [10:31:41.547] collectAutoImports: 8.889650999801233 +Info 629 [10:31:41.547] getCompletionData: Semantic work: 9.420570000074804 +Info 630 [10:31:41.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.253644000040367 +Info 631 [10:31:41.557] Format host information updated +Info 632 [10:31:42.047] getCompletionData: Get current token: 0.039009000174701214 +Info 633 [10:31:42.048] getCompletionData: Is inside comment: 0.009261999977752566 +Info 634 [10:31:42.048] getCompletionData: Get previous token: 0.07609799993224442 +Info 635 [10:31:42.048] getCompletionsAtPosition: isCompletionListBlocker: 0.02670300006866455 +Info 636 [10:31:42.048] getCompletionData: Semantic work: 0.12267000018619001 +Info 637 [10:31:42.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18606600002385676 +Info 638 [10:31:42.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 639 [10:31:42.320] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 1.7621710000094026ms +Info 640 [10:31:42.320] Different program with same set of files +Info 641 [10:31:42.320] getCompletionData: Get current token: 0.008598000044003129 +Info 642 [10:31:42.320] getCompletionData: Is inside comment: 0.0020309998653829098 +Info 643 [10:31:42.320] getCompletionData: Get previous token: 0.029073999961838126 +Info 644 [10:31:42.320] getCompletionsAtPosition: isCompletionListBlocker: 0.0027779999654740095 +Info 645 [10:31:42.321] getCompletionData: Semantic work: 0.04644700000062585 +Info 646 [10:31:42.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.027174000162631273 +Info 647 [10:31:42.321] Format host information updated +Info 648 [10:31:42.429] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 649 [10:31:42.431] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 1.5745149999856949ms +Info 650 [10:31:42.431] Different program with same set of files +Info 651 [10:31:42.431] getCompletionData: Get current token: 0.00800799997523427 +Info 652 [10:31:42.431] getCompletionData: Is inside comment: 0.0019509999547153711 +Info 653 [10:31:42.431] getCompletionData: Get previous token: 0.025587999960407615 +Info 654 [10:31:42.431] getCompletionsAtPosition: isCompletionListBlocker: 0.002489000093191862 +Info 655 [10:31:42.431] getCompletionData: Semantic work: 0.03652000008150935 +Info 656 [10:31:42.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02380500012077391 +Info 657 [10:31:42.431] Format host information updated +Info 658 [10:31:42.527] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 659 [10:31:42.529] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 1.7449849999975413ms +Info 660 [10:31:42.529] Different program with same set of files +Info 661 [10:31:42.529] getCompletionData: Get current token: 0.00799599988386035 +Info 662 [10:31:42.529] getCompletionData: Is inside comment: 0.0020940001122653484 +Info 663 [10:31:42.529] getCompletionData: Get previous token: 0.04202699987217784 +Info 664 [10:31:42.529] getCompletionsAtPosition: isCompletionListBlocker: 0.002669000066816807 +Info 665 [10:31:42.529] getCompletionData: Semantic work: 0.038355999859049916 +Info 666 [10:31:42.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.020862999837845564 +Info 667 [10:31:42.530] Format host information updated +Info 668 [10:31:42.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 669 [10:31:42.626] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 2.7825949999969453ms +Info 670 [10:31:42.627] Different program with same set of files +Info 671 [10:31:42.627] getCompletionData: Get current token: 0.018386000068858266 +Info 672 [10:31:42.627] getCompletionData: Is inside comment: 0.004878999898210168 +Info 673 [10:31:42.627] getCompletionData: Get previous token: 0.05671299993991852 +Info 674 [10:31:42.627] getCompletionsAtPosition: isCompletionListBlocker: 0.005464999936521053 +Info 675 [10:31:42.627] getCompletionData: Semantic work: 0.07911700010299683 +Info 676 [10:31:42.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04864499997347593 +Info 677 [10:31:42.628] Format host information updated +Info 678 [10:31:42.798] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 679 [10:31:42.799] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 1.4904499999247491ms +Info 680 [10:31:42.799] Different program with same set of files +Info 681 [10:31:42.800] getCompletionData: Get current token: 0.010119999991729856 +Info 682 [10:31:42.800] getCompletionData: Is inside comment: 0.0021150000393390656 +Info 683 [10:31:42.800] getCompletionData: Get previous token: 0.028707999968901277 +Info 684 [10:31:42.800] getCompletionsAtPosition: isCompletionListBlocker: 0.0033470001071691513 +Info 685 [10:31:42.800] getCompletionData: Semantic work: 0.04193100007250905 +Info 686 [10:31:42.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.023031000047922134 +Info 687 [10:31:42.800] Format host information updated +Info 688 [10:31:42.952] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 689 [10:31:42.954] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 1.803125999867916ms +Info 690 [10:31:42.954] Different program with same set of files +Info 691 [10:31:42.954] getCompletionData: Get current token: 0.008994999807327986 +Info 692 [10:31:42.954] getCompletionData: Is inside comment: 0.0018549999222159386 +Info 693 [10:31:42.954] getCompletionData: Get previous token: 0.022629000013694167 +Info 694 [10:31:42.954] getCompletionsAtPosition: isCompletionListBlocker: 0.0024410001933574677 +Info 695 [10:31:42.955] getCompletionData: Semantic work: 0.040859999833628535 +Info 696 [10:31:42.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.019412999972701073 +Info 697 [10:31:42.955] Format host information updated +Info 698 [10:31:43.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 699 [10:31:43.028] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 1.5136969999875873ms +Info 700 [10:31:43.028] Different program with same set of files +Info 701 [10:31:43.028] getCompletionData: Get current token: 0.014288999838754535 +Info 702 [10:31:43.028] getCompletionData: Is inside comment: 0.0025500000920146704 +Info 703 [10:31:43.028] getCompletionData: Get previous token: 0.02776000020094216 +Info 704 [10:31:43.028] getCompletionsAtPosition: isCompletionListBlocker: 0.002770000137388706 +Info 705 [10:31:43.028] getCompletionData: Semantic work: 0.06299100001342595 +Info 706 [10:31:43.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.023264999967068434 +Info 707 [10:31:43.028] Format host information updated +Info 708 [10:31:43.220] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 709 [10:31:43.221] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 1.508917999919504ms +Info 710 [10:31:43.221] Different program with same set of files +Info 711 [10:31:43.222] getCompletionData: Get current token: 0.008033999940380454 +Info 712 [10:31:43.222] getCompletionData: Is inside comment: 0.0019710001070052385 +Info 713 [10:31:43.222] getCompletionData: Get previous token: 0.03249300015158951 +Info 714 [10:31:43.222] getCompletionsAtPosition: isCompletionListBlocker: 0.003544999985024333 +Info 715 [10:31:43.222] getCompletionData: Semantic work: 0.04825900006107986 +Info 716 [10:31:43.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.024501999840140343 +Info 717 [10:31:43.222] Format host information updated +Info 718 [10:31:43.336] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 719 [10:31:43.338] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 1.6037859998177737ms +Info 720 [10:31:43.338] Different program with same set of files +Info 721 [10:31:43.338] getCompletionData: Get current token: 0.007748000090941787 +Info 722 [10:31:43.338] getCompletionData: Is inside comment: 0.0018629999831318855 +Info 723 [10:31:43.338] getCompletionData: Get previous token: 0.03975699981674552 +Info 724 [10:31:43.338] getCompletionsAtPosition: isCompletionListBlocker: 0.0027860000263899565 +Info 725 [10:31:43.338] getCompletionData: Semantic work: 0.04574800003319979 +Info 726 [10:31:43.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.020163999870419502 +Info 727 [10:31:43.339] Format host information updated +Info 728 [10:31:43.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 729 [10:31:43.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 1.5633630000520498ms +Info 730 [10:31:43.432] Different program with same set of files +Info 731 [10:31:43.432] getCompletionData: Get current token: 0.007812000112608075 +Info 732 [10:31:43.432] getCompletionData: Is inside comment: 0.00191099988296628 +Info 733 [10:31:43.432] getCompletionData: Get previous token: 0.049223000183701515 +Info 734 [10:31:43.432] getCompletionsAtPosition: isCompletionListBlocker: 0.0027550000231713057 +Info 735 [10:31:43.432] getCompletionData: Semantic work: 0.03579100011847913 +Info 736 [10:31:43.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02178900013677776 +Info 737 [10:31:43.432] Format host information updated +Info 738 [10:31:43.799] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 739 [10:31:43.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 1.64517299993895ms +Info 740 [10:31:43.801] Different program with same set of files +Info 741 [10:31:43.801] getCompletionData: Get current token: 0.008397000143304467 +Info 742 [10:31:43.801] getCompletionData: Is inside comment: 0.0018619999755173922 +Info 743 [10:31:43.801] getCompletionData: Get previous token: 0.014836000045761466 +Info 744 [10:31:43.801] getCompletionsAtPosition: isCompletionListBlocker: 0.04778899997472763 +Info 745 [10:31:43.801] getCompletionData: Semantic work: 0.03991000005044043 +Info 746 [10:31:43.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02385499980300665 +Info 747 [10:31:43.802] Format host information updated +Info 748 [10:31:43.863] Format host information updated +Info 749 [10:31:43.863] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 750 [10:31:43.865] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 1.5887769998516887ms +Info 751 [10:31:43.865] Different program with same set of files +Info 752 [10:31:44.442] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 753 [10:31:44.443] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 1.6727249999530613ms +Info 754 [10:31:44.443] Different program with same set of files +Info 755 [10:31:44.444] getCompletionData: Get current token: 0.009634000016376376 +Info 756 [10:31:44.444] getCompletionData: Is inside comment: 0.0018019999843090773 +Info 757 [10:31:44.444] getCompletionData: Get previous token: 0.04230899992398918 +Info 758 [10:31:44.444] getCompletionsAtPosition: isCompletionListBlocker: 0.004010000033304095 +Info 759 [10:31:44.444] getCompletionData: Semantic work: 0.03441699990071356 +Info 760 [10:31:44.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.024791000178083777 +Info 761 [10:31:44.444] Format host information updated +Info 762 [10:31:44.525] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 763 [10:31:44.527] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 1.6939799999818206ms +Info 764 [10:31:44.527] Different program with same set of files +Info 765 [10:31:44.527] getCompletionData: Get current token: 0.010359999956563115 +Info 766 [10:31:44.527] getCompletionData: Is inside comment: 0.0018370000179857016 +Info 767 [10:31:44.527] getCompletionData: Get previous token: 0.02582999994046986 +Info 768 [10:31:44.527] getCompletionsAtPosition: isCompletionListBlocker: 0.003828000044450164 +Info 769 [10:31:44.527] getCompletionData: Semantic work: 0.03757299995049834 +Info 770 [10:31:44.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.023241999791935086 +Info 771 [10:31:44.528] Format host information updated +Info 772 [10:31:44.643] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 773 [10:31:44.645] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 1.7272900000680238ms +Info 774 [10:31:44.645] Different program with same set of files +Info 775 [10:31:44.645] getCompletionData: Get current token: 0.011092000175267458 +Info 776 [10:31:44.645] getCompletionData: Is inside comment: 0.0018649999983608723 +Info 777 [10:31:44.645] getCompletionData: Get previous token: 0.02731599984690547 +Info 778 [10:31:44.645] getCompletionsAtPosition: isCompletionListBlocker: 0.007382999872788787 +Info 779 [10:31:44.645] getCompletionData: Semantic work: 0.039071999955922365 +Info 780 [10:31:44.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0259719998575747 +Info 781 [10:31:44.645] Format host information updated +Info 782 [10:31:44.725] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 783 [10:31:44.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 1.7311809998936951ms +Info 784 [10:31:44.727] Different program with same set of files +Info 785 [10:31:44.727] getCompletionData: Get current token: 0.008348000003024936 +Info 786 [10:31:44.727] getCompletionData: Is inside comment: 0.0022510001435875893 +Info 787 [10:31:44.727] getCompletionData: Get previous token: 0.025996000040322542 +Info 788 [10:31:44.727] getCompletionsAtPosition: isCompletionListBlocker: 0.006814999971538782 +Info 789 [10:31:44.727] getCompletionData: Semantic work: 0.04024600004777312 +Info 790 [10:31:44.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.024252000031992793 +Info 791 [10:31:44.727] Format host information updated +Info 792 [10:31:44.931] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 793 [10:31:44.935] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 3.386036999989301ms +Info 794 [10:31:44.935] Different program with same set of files +Info 795 [10:31:44.935] getCompletionData: Get current token: 0.008593000005930662 +Info 796 [10:31:44.935] getCompletionData: Is inside comment: 0.0017979999538511038 +Info 797 [10:31:44.935] getCompletionData: Get previous token: 0.022004999918863177 +Info 798 [10:31:44.935] getCompletionsAtPosition: isCompletionListBlocker: 0.003823000006377697 +Info 799 [10:31:44.935] getCompletionData: Semantic work: 0.03882999997586012 +Info 800 [10:31:44.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05150499986484647 +Info 801 [10:31:44.935] Format host information updated +Info 802 [10:31:45.106] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 803 [10:31:45.108] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 1.4056049999780953ms +Info 804 [10:31:45.108] Different program with same set of files +Info 805 [10:31:45.108] getCompletionData: Get current token: 0.012848000042140484 +Info 806 [10:31:45.108] getCompletionData: Is inside comment: 0.0020050001330673695 +Info 807 [10:31:45.108] getCompletionData: Get previous token: 0.02836400014348328 +Info 808 [10:31:45.108] getCompletionsAtPosition: isCompletionListBlocker: 0.005567000014707446 +Info 809 [10:31:45.108] getCompletionData: Semantic work: 0.0343109997920692 +Info 810 [10:31:45.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021136000053957105 +Info 811 [10:31:45.109] Format host information updated +Info 812 [10:31:45.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 813 [10:31:45.172] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 1.470424999948591ms +Info 814 [10:31:45.172] Different program with same set of files +Info 815 [10:31:45.172] getCompletionData: Get current token: 0.008844999829307199 +Info 816 [10:31:45.172] getCompletionData: Is inside comment: 0.0016250000335276127 +Info 817 [10:31:45.172] getCompletionData: Get previous token: 0.022268999833613634 +Info 818 [10:31:45.172] getCompletionsAtPosition: isCompletionListBlocker: 0.005090000107884407 +Info 819 [10:31:45.172] getCompletionData: Semantic work: 0.046393000055104494 +Info 820 [10:31:45.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.019979999866336584 +Info 821 [10:31:45.173] Format host information updated +Info 822 [10:31:45.413] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 823 [10:31:45.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 1.6275450000539422ms +Info 824 [10:31:45.415] Different program with same set of files +Info 825 [10:31:45.415] getCompletionData: Get current token: 0.009490999858826399 +Info 826 [10:31:45.415] getCompletionData: Is inside comment: 0.0017099999822676182 +Info 827 [10:31:45.415] getCompletionData: Get previous token: 0.024642999982461333 +Info 828 [10:31:45.415] getCompletionsAtPosition: isCompletionListBlocker: 0.004009999800473452 +Info 829 [10:31:45.415] getCompletionData: Semantic work: 0.09439799981191754 +Info 830 [10:31:45.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.022459999890998006 +Info 831 [10:31:45.416] Format host information updated +Info 832 [10:31:45.632] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 833 [10:31:45.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 1.8643990000709891ms +Info 834 [10:31:45.634] Different program with same set of files +Info 835 [10:31:45.634] getCompletionData: Get current token: 0.009058000054210424 +Info 836 [10:31:45.634] getCompletionData: Is inside comment: 0.001706999959424138 +Info 837 [10:31:45.634] getCompletionData: Get previous token: 0.023741999873891473 +Info 838 [10:31:45.634] getCompletionsAtPosition: isCompletionListBlocker: 0.003622999880462885 +Info 839 [10:31:45.634] getCompletionData: Semantic work: 0.03658000007271767 +Info 840 [10:31:45.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.019570000004023314 +Info 841 [10:31:45.635] Format host information updated +Info 842 [10:31:45.895] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 843 [10:31:45.897] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 1.4433460000436753ms +Info 844 [10:31:45.897] Different program with same set of files +Info 845 [10:31:45.897] getCompletionData: Get current token: 0.009563999949023128 +Info 846 [10:31:45.897] getCompletionData: Is inside comment: 0.001968999858945608 +Info 847 [10:31:45.897] getCompletionData: Get previous token: 0.024624000070616603 +Info 848 [10:31:45.897] getCompletionsAtPosition: isCompletionListBlocker: 0.004118000157177448 +Info 849 [10:31:45.897] getCompletionData: Semantic work: 0.046719999983906746 +Info 850 [10:31:45.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.020690999925136566 +Info 851 [10:31:45.897] Format host information updated +Info 852 [10:31:46.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 853 [10:31:46.154] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 1.5981070001143962ms +Info 854 [10:31:46.154] Different program with same set of files +Info 855 [10:31:46.154] getCompletionData: Get current token: 0.008662999840453267 +Info 856 [10:31:46.154] getCompletionData: Is inside comment: 0.001588999992236495 +Info 857 [10:31:46.154] getCompletionData: Get previous token: 0.021911999909207225 +Info 858 [10:31:46.154] getCompletionsAtPosition: isCompletionListBlocker: 0.004898000042885542 +Info 859 [10:31:46.154] getCompletionData: Semantic work: 0.029728000052273273 +Info 860 [10:31:46.154] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021265999879688025 +Info 861 [10:31:46.154] Format host information updated +Info 862 [10:31:46.319] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 863 [10:31:46.320] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 1.6436159999575466ms +Info 864 [10:31:46.320] Different program with same set of files +Info 865 [10:31:46.320] getCompletionData: Get current token: 0.011689000064507127 +Info 866 [10:31:46.320] getCompletionData: Is inside comment: 0.0020939998794347048 +Info 867 [10:31:46.320] getCompletionData: Get previous token: 0.02589399996213615 +Info 868 [10:31:46.320] getCompletionsAtPosition: isCompletionListBlocker: 0.0038709999062120914 +Info 869 [10:31:46.321] getCompletionData: Semantic work: 0.03557500010356307 +Info 870 [10:31:46.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.026084000011906028 +Info 871 [10:31:46.323] Format host information updated +Info 872 [10:31:46.541] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 873 [10:31:46.543] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 1.394815999781713ms +Info 874 [10:31:46.543] Different program with same set of files +Info 875 [10:31:46.543] getCompletionData: Get current token: 0.007949999999254942 +Info 876 [10:31:46.543] getCompletionData: Is inside comment: 0.0017140000127255917 +Info 877 [10:31:46.543] getCompletionData: Get previous token: 0.02399899996817112 +Info 878 [10:31:46.543] getCompletionsAtPosition: isCompletionListBlocker: 0.003734000027179718 +Info 879 [10:31:46.543] getCompletionData: Semantic work: 0.030645000049844384 +Info 880 [10:31:46.543] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.01899000001139939 +Info 881 [10:31:46.543] Format host information updated +Info 882 [10:31:46.623] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 883 [10:31:46.624] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 1.309410999994725ms +Info 884 [10:31:46.624] Different program with same set of files +Info 885 [10:31:46.624] getCompletionData: Get current token: 0.01204099995084107 +Info 886 [10:31:46.624] getCompletionData: Is inside comment: 0.002078999998047948 +Info 887 [10:31:46.624] getCompletionData: Get previous token: 0.021194999804720283 +Info 888 [10:31:46.624] getCompletionsAtPosition: isCompletionListBlocker: 0.0040799998678267 +Info 889 [10:31:46.624] getCompletionData: Semantic work: 0.03133699996396899 +Info 890 [10:31:46.624] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021431999979540706 +Info 891 [10:31:46.625] Format host information updated +Info 892 [10:31:46.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 893 [10:31:46.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 1.4182000001892447ms +Info 894 [10:31:46.708] Different program with same set of files +Info 895 [10:31:46.708] getCompletionData: Get current token: 0.00784400012344122 +Info 896 [10:31:46.708] getCompletionData: Is inside comment: 0.0017019999213516712 +Info 897 [10:31:46.708] getCompletionData: Get previous token: 0.02160200010985136 +Info 898 [10:31:46.708] getCompletionsAtPosition: isCompletionListBlocker: 0.003835999872535467 +Info 899 [10:31:46.708] getCompletionData: Semantic work: 0.030845000175759196 +Info 900 [10:31:46.708] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.019532999955117702 +Info 901 [10:31:46.708] Format host information updated +Info 902 [10:31:46.865] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 903 [10:31:46.867] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 1.4564249999821186ms +Info 904 [10:31:46.867] Different program with same set of files +Info 905 [10:31:46.867] getCompletionData: Get current token: 0.007904000114649534 +Info 906 [10:31:46.867] getCompletionData: Is inside comment: 0.0017779998015612364 +Info 907 [10:31:46.867] getCompletionData: Get previous token: 0.02127999998629093 +Info 908 [10:31:46.867] getCompletionsAtPosition: isCompletionListBlocker: 0.003976000007241964 +Info 909 [10:31:46.867] getCompletionData: Semantic work: 0.03087799996137619 +Info 910 [10:31:46.867] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.019912000047042966 +Info 911 [10:31:46.868] Format host information updated +Info 912 [10:31:46.935] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 913 [10:31:46.936] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 1.3843469999264926ms +Info 914 [10:31:46.936] Different program with same set of files +Info 915 [10:31:46.936] getCompletionData: Get current token: 0.01235199999064207 +Info 916 [10:31:46.936] getCompletionData: Is inside comment: 0.00278700003400445 +Info 917 [10:31:46.936] getCompletionData: Get previous token: 0.022355000022798777 +Info 918 [10:31:46.937] getCompletionsAtPosition: isCompletionListBlocker: 0.004491999978199601 +Info 919 [10:31:46.937] getCompletionData: Semantic work: 0.03234199993312359 +Info 920 [10:31:46.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.019850000040605664 +Info 921 [10:31:46.937] Format host information updated +Info 922 [10:31:47.066] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 923 [10:31:47.067] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 1.3318730001337826ms +Info 924 [10:31:47.067] Different program with same set of files +Info 925 [10:31:47.068] getCompletionData: Get current token: 0.008692000061273575 +Info 926 [10:31:47.068] getCompletionData: Is inside comment: 0.0018790001049637794 +Info 927 [10:31:47.068] getCompletionData: Get previous token: 0.014666000148281455 +Info 928 [10:31:47.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0071860000025480986 +Info 929 [10:31:47.068] getCompletionData: Semantic work: 0.03416400006972253 +Info 930 [10:31:47.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02102199988439679 +Info 931 [10:31:47.068] Format host information updated +Info 932 [10:31:47.167] Format host information updated +Info 933 [10:31:47.167] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 934 [10:31:47.168] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 1.278593999799341ms +Info 935 [10:31:47.168] Different program with same set of files +Info 936 [10:31:50.104] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 937 [10:31:50.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 1.3557710000313818ms +Info 938 [10:31:50.105] Different program with same set of files +Info 939 [10:31:50.105] getCompletionData: Get current token: 0.013894000090658665 +Info 940 [10:31:50.105] getCompletionData: Is inside comment: 0.003202000167220831 +Info 941 [10:31:50.105] getCompletionData: Get previous token: 0.02530000009573996 +Info 942 [10:31:50.105] getCompletionsAtPosition: isCompletionListBlocker: 0.007219000020995736 +Info 943 [10:31:50.105] getCompletionData: Semantic work: 0.032869999995455146 +Info 944 [10:31:50.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.022587999934330583 +Info 945 [10:31:50.106] Format host information updated +Info 946 [10:31:50.195] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 947 [10:31:50.197] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 1.4913210000377148ms +Info 948 [10:31:50.197] Different program with same set of files +Info 949 [10:31:50.197] getCompletionData: Get current token: 0.007627999875694513 +Info 950 [10:31:50.197] getCompletionData: Is inside comment: 0.0016910000704228878 +Info 951 [10:31:50.197] getCompletionData: Get previous token: 0.020776999881491065 +Info 952 [10:31:50.197] getCompletionsAtPosition: isCompletionListBlocker: 0.00393799995072186 +Info 953 [10:31:50.197] getCompletionData: Semantic work: 0.03029999998398125 +Info 954 [10:31:50.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.019592999946326017 +Info 955 [10:31:50.198] Format host information updated +Info 956 [10:31:50.335] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 957 [10:31:50.337] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 1.5659340000711381ms +Info 958 [10:31:50.337] Different program with same set of files +Info 959 [10:31:50.337] getCompletionData: Get current token: 0.00813400000333786 +Info 960 [10:31:50.337] getCompletionData: Is inside comment: 0.0016060001216828823 +Info 961 [10:31:50.337] getCompletionData: Get previous token: 0.023800000082701445 +Info 962 [10:31:50.337] getCompletionsAtPosition: isCompletionListBlocker: 0.004381000064313412 +Info 963 [10:31:50.337] getCompletionData: Semantic work: 0.03248399985022843 +Info 964 [10:31:50.337] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.020933000138029456 +Info 965 [10:31:50.338] Format host information updated +Info 966 [10:31:50.455] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 967 [10:31:50.457] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 1.4275489998981357ms +Info 968 [10:31:50.457] Different program with same set of files +Info 969 [10:31:50.457] getCompletionData: Get current token: 0.008265000069513917 +Info 970 [10:31:50.457] getCompletionData: Is inside comment: 0.002266999799758196 +Info 971 [10:31:50.457] getCompletionData: Get previous token: 0.018330999882891774 +Info 972 [10:31:50.457] getCompletionsAtPosition: isCompletionListBlocker: 0.00419999985024333 +Info 973 [10:31:50.457] getCompletionData: Semantic work: 0.04557799990288913 +Info 974 [10:31:50.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021244999952614307 +Info 975 [10:31:50.458] Format host information updated +Info 976 [10:31:50.572] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 977 [10:31:50.574] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 1.5081919999793172ms +Info 978 [10:31:50.574] Different program with same set of files +Info 979 [10:31:50.574] getCompletionData: Get current token: 0.008154999930411577 +Info 980 [10:31:50.574] getCompletionData: Is inside comment: 0.0017679999582469463 +Info 981 [10:31:50.574] getCompletionData: Get previous token: 0.01784699992276728 +Info 982 [10:31:50.574] getCompletionsAtPosition: isCompletionListBlocker: 0.0041340000461786985 +Info 983 [10:31:50.574] getCompletionData: Semantic work: 0.033639000030234456 +Info 984 [10:31:50.574] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.020862000063061714 +Info 985 [10:31:50.574] Format host information updated +Info 986 [10:31:50.636] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 987 [10:31:50.637] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 1.3687150001060218ms +Info 988 [10:31:50.637] Different program with same set of files +Info 989 [10:31:50.638] getCompletionData: Get current token: 0.008572000078856945 +Info 990 [10:31:50.638] getCompletionData: Is inside comment: 0.0018660000059753656 +Info 991 [10:31:50.638] getCompletionData: Get previous token: 0.018082000082358718 +Info 992 [10:31:50.638] getCompletionsAtPosition: isCompletionListBlocker: 0.004006000002846122 +Info 993 [10:31:50.638] getCompletionData: Semantic work: 0.033251999877393246 +Info 994 [10:31:50.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02095099980942905 +Info 995 [10:31:50.640] Format host information updated +Info 996 [10:31:50.826] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 997 [10:31:50.828] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 1.357609000056982ms +Info 998 [10:31:50.828] Different program with same set of files +Info 999 [10:31:50.828] getCompletionData: Get current token: 0.008287000004202127 +Info 1000 [10:31:50.828] getCompletionData: Is inside comment: 0.0019320000428706408 +Info 1001 [10:31:50.828] getCompletionData: Get previous token: 0.013563999906182289 +Info 1002 [10:31:50.828] getCompletionsAtPosition: isCompletionListBlocker: 0.0037460001185536385 +Info 1003 [10:31:50.828] getCompletionData: Semantic work: 0.031691999873146415 +Info 1004 [10:31:50.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021424000151455402 +Info 1005 [10:31:50.828] Format host information updated +Info 1006 [10:31:50.940] Format host information updated +Info 1007 [10:31:50.941] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1008 [10:31:50.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 1.3564299999270588ms +Info 1009 [10:31:50.942] Different program with same set of files +Info 1010 [10:31:52.778] getCompletionData: Get current token: 0.005406999960541725 +Info 1011 [10:31:52.778] getCompletionData: Is inside comment: 0.0014059999957680702 +Info 1012 [10:31:52.778] getCompletionData: Get previous token: 0.013893000083044171 +Info 1013 [10:31:52.778] getCompletionsAtPosition: isCompletionListBlocker: 0.014507000101730227 +Info 1014 [10:31:52.779] getExportInfoMap: cache hit +Info 1015 [10:31:52.789] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 1016 [10:31:52.789] collectAutoImports: response is complete +Info 1017 [10:31:52.789] collectAutoImports: 9.943544000154361 +Info 1018 [10:31:52.789] getCompletionData: Semantic work: 10.724578000139445 +Info 1019 [10:31:52.795] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.745079000014812 +Info 1020 [10:32:10.622] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1021 [10:32:10.623] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 1.343440999975428ms +Info 1022 [10:32:10.623] Different program with same set of files +Info 1023 [10:32:10.623] getCompletionData: Get current token: 0.00623900000937283 +Info 1024 [10:32:10.623] getCompletionData: Is inside comment: 0.0013489997945725918 +Info 1025 [10:32:10.623] getCompletionData: Get previous token: 0.017121999990195036 +Info 1026 [10:32:10.623] getCompletionsAtPosition: isCompletionListBlocker: 0.02585300011560321 +Info 1027 [10:32:10.624] getCompletionData: Semantic work: 0.06556899985298514 +Info 1028 [10:32:10.624] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0326280000153929 +Info 1029 [10:32:10.624] Format host information updated +Info 1030 [10:32:10.863] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1031 [10:32:10.865] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 1.3792919998522848ms +Info 1032 [10:32:10.865] Different program with same set of files +Info 1033 [10:32:10.865] getCompletionData: Get current token: 0.007728999946266413 +Info 1034 [10:32:10.865] getCompletionData: Is inside comment: 0.0014839998912066221 +Info 1035 [10:32:10.865] getCompletionData: Get previous token: 0.020742000080645084 +Info 1036 [10:32:10.865] getCompletionsAtPosition: isCompletionListBlocker: 0.0036800000816583633 +Info 1037 [10:32:10.865] getCompletionData: Semantic work: 0.032918999902904034 +Info 1038 [10:32:10.865] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02290099998936057 +Info 1039 [10:32:10.865] Format host information updated +Info 1040 [10:32:11.038] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1041 [10:32:11.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 1.2900399998761714ms +Info 1042 [10:32:11.040] Different program with same set of files +Info 1043 [10:32:11.040] getCompletionData: Get current token: 0.007205999922007322 +Info 1044 [10:32:11.040] getCompletionData: Is inside comment: 0.001585999969393015 +Info 1045 [10:32:11.040] getCompletionData: Get previous token: 0.018724999856203794 +Info 1046 [10:32:11.040] getCompletionsAtPosition: isCompletionListBlocker: 0.003958000103011727 +Info 1047 [10:32:11.040] getCompletionData: Semantic work: 0.032842000015079975 +Info 1048 [10:32:11.040] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021539999870583415 +Info 1049 [10:32:11.040] Format host information updated +Info 1050 [10:32:11.154] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1051 [10:32:11.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 1.3341059999074787ms +Info 1052 [10:32:11.156] Different program with same set of files +Info 1053 [10:32:11.156] getCompletionData: Get current token: 0.004452000139281154 +Info 1054 [10:32:11.156] getCompletionData: Is inside comment: 0.0013910001143813133 +Info 1055 [10:32:11.156] getCompletionData: Get previous token: 0.01791699999012053 +Info 1056 [10:32:11.156] getCompletionsAtPosition: isCompletionListBlocker: 0.003754999954253435 +Info 1057 [10:32:11.156] getCompletionData: Semantic work: 0.03270899993367493 +Info 1058 [10:32:11.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021665999898687005 +Info 1059 [10:32:11.156] Format host information updated +Info 1060 [10:32:11.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1061 [10:32:11.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 1.3112910001073033ms +Info 1062 [10:32:11.250] Different program with same set of files +Info 1063 [10:32:11.251] getCompletionData: Get current token: 0.004168999847024679 +Info 1064 [10:32:11.251] getCompletionData: Is inside comment: 0.001508000073954463 +Info 1065 [10:32:11.251] getCompletionData: Get previous token: 0.016936999978497624 +Info 1066 [10:32:11.251] getCompletionsAtPosition: isCompletionListBlocker: 0.00419900007545948 +Info 1067 [10:32:11.251] getCompletionData: Semantic work: 0.03236600011587143 +Info 1068 [10:32:11.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.019718999974429607 +Info 1069 [10:32:11.251] Format host information updated +Info 1070 [10:32:11.474] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1071 [10:32:11.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 2.8985690001863986ms +Info 1072 [10:32:11.477] Different program with same set of files +Info 1073 [10:32:11.477] getCompletionData: Get current token: 0.008434000192210078 +Info 1074 [10:32:11.477] getCompletionData: Is inside comment: 0.002521999878808856 +Info 1075 [10:32:11.477] getCompletionData: Get previous token: 0.028242999920621514 +Info 1076 [10:32:11.477] getCompletionsAtPosition: isCompletionListBlocker: 0.005815000040456653 +Info 1077 [10:32:11.477] getCompletionData: Semantic work: 0.04348400002345443 +Info 1078 [10:32:11.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03329599997960031 +Info 1079 [10:32:11.478] Format host information updated +Info 1080 [10:32:11.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1081 [10:32:11.646] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 1.2789019998162985ms +Info 1082 [10:32:11.646] Different program with same set of files +Info 1083 [10:32:11.646] getCompletionData: Get current token: 0.004131000023335218 +Info 1084 [10:32:11.646] getCompletionData: Is inside comment: 0.0013680001720786095 +Info 1085 [10:32:11.646] getCompletionData: Get previous token: 0.01715799979865551 +Info 1086 [10:32:11.646] getCompletionsAtPosition: isCompletionListBlocker: 0.004216000204905868 +Info 1087 [10:32:11.646] getCompletionData: Semantic work: 0.03126799990423024 +Info 1088 [10:32:11.646] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02086100005544722 +Info 1089 [10:32:11.647] Format host information updated +Info 1090 [10:32:43.831] getCompletionData: Get current token: 0.0013260000851005316 +Info 1091 [10:32:43.831] getCompletionData: Is inside comment: 0.006430000066757202 +Info 1092 [10:32:43.831] getCompletionData: Get previous token: 0.004702999955043197 +Info 1093 [10:32:43.831] getCompletionsAtPosition: isCompletionListBlocker: 0.016693999990820885 +Info 1094 [10:32:43.831] getExportInfoMap: cache hit +Info 1095 [10:32:43.839] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 1096 [10:32:43.839] collectAutoImports: response is complete +Info 1097 [10:32:43.839] collectAutoImports: 7.428905999986455 +Info 1098 [10:32:43.839] getCompletionData: Semantic work: 7.926876000128686 +Info 1099 [10:32:43.846] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.495233999798074 +Info 1100 [10:32:45.615] Format host information updated +Info 1101 [10:32:45.615] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1102 [10:32:45.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 1.789199999999255ms +Info 1103 [10:32:45.617] Different program with same set of files +Info 1104 [10:32:46.257] Format host information updated +Info 1105 [10:32:46.258] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1106 [10:32:46.259] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 1.665212000021711ms +Info 1107 [10:32:46.259] Different program with same set of files +Info 1108 [10:32:47.604] Format host information updated +Info 1109 [10:32:47.604] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1110 [10:32:47.606] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 1.4501700000837445ms +Info 1111 [10:32:47.606] Different program with same set of files +Info 1112 [10:32:48.206] Format host information updated +Info 1113 [10:32:48.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1114 [10:32:48.208] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 1.5784040000289679ms +Info 1115 [10:32:48.208] Different program with same set of files +Info 1116 [10:32:48.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1117 [10:32:48.458] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 1.7402770000044256ms +Info 1118 [10:32:48.458] Different program with same set of files +Info 1119 [10:32:48.458] getCompletionData: Get current token: 0.006685999920591712 +Info 1120 [10:32:48.458] getCompletionData: Is inside comment: 0.007625999860465527 +Info 1121 [10:32:48.458] getCompletionData: Get previous token: 0.004806000040844083 +Info 1122 [10:32:48.458] getCompletionsAtPosition: isCompletionListBlocker: 0.02582699991762638 +Info 1123 [10:32:48.458] Returning an empty list because completion was requested in an invalid position. +Info 1124 [10:32:48.458] Format host information updated +Info 1125 [10:32:48.743] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1126 [10:32:48.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 1.6124489998910576ms +Info 1127 [10:32:48.744] Different program with same set of files +Info 1128 [10:32:48.745] getCompletionData: Get current token: 0.0023930000606924295 +Info 1129 [10:32:48.745] getCompletionData: Is inside comment: 0.012531999964267015 +Info 1130 [10:32:48.745] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1131 [10:32:48.745] Format host information updated +Info 1132 [10:32:48.855] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1133 [10:32:48.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 1.663963999832049ms +Info 1134 [10:32:48.857] Different program with same set of files +Info 1135 [10:32:48.857] getCompletionData: Get current token: 0.0028699999675154686 +Info 1136 [10:32:48.857] getCompletionData: Is inside comment: 0.013054999988526106 +Info 1137 [10:32:48.859] Format host information updated +Info 1138 [10:32:49.228] Format host information updated +Info 1139 [10:32:49.228] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1140 [10:32:49.229] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 1.402447999920696ms +Info 1141 [10:32:49.229] Different program with same set of files +Info 1142 [10:32:49.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1143 [10:32:49.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 1.1783129998948425ms +Info 1144 [10:32:49.655] Different program with same set of files +Info 1145 [10:32:49.655] getCompletionData: Get current token: 0.0027799999807029963 +Info 1146 [10:32:49.656] getCompletionData: Is inside comment: 0.011503999819979072 +Info 1147 [10:32:49.656] Format host information updated +Info 1148 [10:32:49.916] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1149 [10:32:49.917] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 1.2767600000370294ms +Info 1150 [10:32:49.917] Different program with same set of files +Info 1151 [10:32:49.917] getCompletionData: Get current token: 0.005618000170215964 +Info 1152 [10:32:49.917] getCompletionData: Is inside comment: 0.026254000142216682 +Info 1153 [10:32:49.918] Format host information updated +Info 1154 [10:32:50.127] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1155 [10:32:50.129] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 1.8718479999806732ms +Info 1156 [10:32:50.129] Different program with same set of files +Info 1157 [10:32:50.129] getCompletionData: Get current token: 0.004330000141635537 +Info 1158 [10:32:50.129] getCompletionData: Is inside comment: 0.017934000119566917 +Info 1159 [10:32:50.131] Format host information updated +Info 1160 [10:32:50.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1161 [10:32:50.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 1.3780759999062866ms +Info 1162 [10:32:50.303] Different program with same set of files +Info 1163 [10:32:50.303] getCompletionData: Get current token: 0.0032019999343901873 +Info 1164 [10:32:50.303] getCompletionData: Is inside comment: 0.012851000064983964 +Info 1165 [10:32:50.303] Format host information updated +Info 1166 [10:32:50.584] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1167 [10:32:50.586] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 1.2980939999688417ms +Info 1168 [10:32:50.586] Different program with same set of files +Info 1169 [10:32:50.586] getCompletionData: Get current token: 0.005371999926865101 +Info 1170 [10:32:50.586] getCompletionData: Is inside comment: 0.022618999937549233 +Info 1171 [10:32:50.586] Format host information updated +Info 1172 [10:32:50.701] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1173 [10:32:50.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 1.2987160000484437ms +Info 1174 [10:32:50.703] Different program with same set of files +Info 1175 [10:32:50.703] getCompletionData: Get current token: 0.0031339998822659254 +Info 1176 [10:32:50.703] getCompletionData: Is inside comment: 0.013774999883025885 +Info 1177 [10:32:50.703] Format host information updated +Info 1178 [10:32:50.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1179 [10:32:50.822] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 1.9597059998195618ms +Info 1180 [10:32:50.822] Different program with same set of files +Info 1181 [10:32:50.822] getCompletionData: Get current token: 0.003034000052139163 +Info 1182 [10:32:50.822] getCompletionData: Is inside comment: 0.014272999949753284 +Info 1183 [10:32:50.822] Format host information updated +Info 1184 [10:32:51.206] Format host information updated +Info 1185 [10:32:51.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1186 [10:32:51.207] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 1.415595999918878ms +Info 1187 [10:32:51.207] Different program with same set of files +Info 1188 [10:32:52.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1189 [10:32:52.312] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 1.5623999999370426ms +Info 1190 [10:32:52.312] Different program with same set of files +Info 1191 [10:32:52.312] getCompletionData: Get current token: 0.0039530000649392605 +Info 1192 [10:32:52.312] getCompletionData: Is inside comment: 0.014124999986961484 +Info 1193 [10:32:52.312] Format host information updated +Info 1194 [10:32:52.488] Format host information updated +Info 1195 [10:32:52.488] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1196 [10:32:52.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 1.3731499998830259ms +Info 1197 [10:32:52.489] Different program with same set of files +Info 1198 [10:32:52.979] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1199 [10:32:52.980] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 1.4090030000079423ms +Info 1200 [10:32:52.980] Different program with same set of files +Info 1201 [10:32:52.980] getCompletionData: Get current token: 0.006544000003486872 +Info 1202 [10:32:52.980] getCompletionData: Is inside comment: 0.015497999964281917 +Info 1203 [10:32:52.980] getCompletionData: Get previous token: 0.008830999955534935 +Info 1204 [10:32:52.981] getCompletionsAtPosition: isCompletionListBlocker: 0.005147000076249242 +Info 1205 [10:32:52.981] getExportInfoMap: cache hit +Info 1206 [10:32:52.992] collectAutoImports: resolved 1 module specifiers, plus 602 ambient and 71 from cache +Info 1207 [10:32:52.992] collectAutoImports: response is complete +Info 1208 [10:32:52.992] collectAutoImports: 10.843127999920398 +Info 1209 [10:32:52.992] getCompletionData: Semantic work: 11.454311000183225 +Info 1210 [10:32:53.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.332912000129 +Info 1211 [10:32:53.005] Format host information updated +Info 1212 [10:32:53.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1213 [10:32:53.043] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 1.8004729999229312ms +Info 1214 [10:32:53.043] Different program with same set of files +Info 1215 [10:32:53.043] getCompletionData: Get current token: 0.0053350001107901335 +Info 1216 [10:32:53.043] getCompletionData: Is inside comment: 0.015466999961063266 +Info 1217 [10:32:53.043] getCompletionData: Get previous token: 0.0070749998558312654 +Info 1218 [10:32:53.043] getCompletionsAtPosition: isCompletionListBlocker: 0.007187000010162592 +Info 1219 [10:32:53.043] getExportInfoMap: cache hit +Info 1220 [10:32:53.053] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 1221 [10:32:53.053] collectAutoImports: response is complete +Info 1222 [10:32:53.053] collectAutoImports: 9.422029000008479 +Info 1223 [10:32:53.053] getCompletionData: Semantic work: 9.945671000052243 +Info 1224 [10:32:53.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.040116999996826 +Info 1225 [10:32:53.063] Format host information updated +Info 1226 [10:32:56.310] Format host information updated +Info 1227 [10:32:56.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1228 [10:32:56.312] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 1.5414410000666976ms +Info 1229 [10:32:56.312] Different program with same set of files +Info 1230 [10:32:56.909] Format host information updated +Info 1231 [10:32:56.909] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1232 [10:32:56.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 1.6350310000125319ms +Info 1233 [10:32:56.911] Different program with same set of files +Info 1234 [10:32:57.733] getCompletionData: Get current token: 0.007050999905914068 +Info 1235 [10:32:57.734] getCompletionData: Is inside comment: 0.05643099988810718 +Info 1236 [10:32:57.734] getCompletionData: Get previous token: 0.012678000144660473 +Info 1237 [10:32:57.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0024220000486820936 +Info 1238 [10:32:57.734] getExportInfoMap: cache hit +Info 1239 [10:32:57.744] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 1240 [10:32:57.744] collectAutoImports: response is complete +Info 1241 [10:32:57.744] collectAutoImports: 9.894527999917045 +Info 1242 [10:32:57.744] getCompletionData: Semantic work: 10.379620000021532 +Info 1243 [10:32:57.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.955620999913663 +Info 1244 [10:32:58.325] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1245 [10:32:58.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 1.84308599983342ms +Info 1246 [10:32:58.327] Different program with same set of files +Info 1247 [10:32:58.327] getCompletionData: Get current token: 0.0045460001565515995 +Info 1248 [10:32:58.327] getCompletionData: Is inside comment: 0.018745000008493662 +Info 1249 [10:32:58.327] getCompletionData: Get previous token: 0.007876999909058213 +Info 1250 [10:32:58.327] getCompletionsAtPosition: isCompletionListBlocker: 0.056625999975949526 +Info 1251 [10:32:58.328] getCompletionData: Semantic work: 0.08033799985423684 +Info 1252 [10:32:58.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.007488999981433153 +Info 1253 [10:32:58.328] Format host information updated +Info 1254 [10:32:58.386] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1255 [10:32:58.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 1.7511820001527667ms +Info 1256 [10:32:58.388] Different program with same set of files +Info 1257 [10:32:58.388] getCompletionData: Get current token: 0.009880000026896596 +Info 1258 [10:32:58.388] getCompletionData: Is inside comment: 0.035641999915242195 +Info 1259 [10:32:58.388] getCompletionData: Get previous token: 0.01660900004208088 +Info 1260 [10:32:58.388] getCompletionsAtPosition: isCompletionListBlocker: 0.01323499996215105 +Info 1261 [10:32:58.389] getExportInfoMap: cache hit +Info 1262 [10:32:58.397] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 1263 [10:32:58.397] collectAutoImports: response is complete +Info 1264 [10:32:58.397] collectAutoImports: 7.920097999973223 +Info 1265 [10:32:58.397] getCompletionData: Semantic work: 8.501021000090986 +Info 1266 [10:32:58.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.412875999929383 +Info 1267 [10:32:58.405] Format host information updated +Info 1268 [10:32:58.973] getCompletionData: Get current token: 0.0037239999510347843 +Info 1269 [10:32:58.973] getCompletionData: Is inside comment: 0.014576999936252832 +Info 1270 [10:32:58.973] getCompletionData: Get previous token: 0.00621700007468462 +Info 1271 [10:32:58.973] getCompletionsAtPosition: isCompletionListBlocker: 0.007911999942734838 +Info 1272 [10:32:58.973] getExportInfoMap: cache hit +Info 1273 [10:32:58.980] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 1274 [10:32:58.980] collectAutoImports: response is complete +Info 1275 [10:32:58.980] collectAutoImports: 7.102444999851286 +Info 1276 [10:32:58.980] getCompletionData: Semantic work: 7.538383000064641 +Info 1277 [10:32:58.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4964880000334233 +Info 1278 [10:32:59.187] Format host information updated +Info 1279 [10:32:59.188] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1280 [10:32:59.189] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 1.4023510001134127ms +Info 1281 [10:32:59.189] Different program with same set of files +Info 1282 [10:32:59.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1283 [10:32:59.743] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 1.4246010000351816ms +Info 1284 [10:32:59.743] Different program with same set of files +Info 1285 [10:32:59.743] getCompletionData: Get current token: 0.0060369998682290316 +Info 1286 [10:32:59.743] getCompletionData: Is inside comment: 0.01690499996766448 +Info 1287 [10:32:59.744] Format host information updated +Info 1288 [10:32:59.867] Format host information updated +Info 1289 [10:32:59.867] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1290 [10:32:59.869] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 1.5624569999054074ms +Info 1291 [10:32:59.869] Different program with same set of files +Info 1292 [10:33:00.598] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1293 [10:33:00.599] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 1.5083099999465048ms +Info 1294 [10:33:00.599] Different program with same set of files +Info 1295 [10:33:00.600] getCompletionData: Get current token: 0.005276999901980162 +Info 1296 [10:33:00.600] getCompletionData: Is inside comment: 0.013513999991118908 +Info 1297 [10:33:00.600] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1298 [10:33:00.600] Format host information updated +Info 1299 [10:33:00.685] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1300 [10:33:00.687] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 1.60876900004223ms +Info 1301 [10:33:00.687] Different program with same set of files +Info 1302 [10:33:00.687] getCompletionData: Get current token: 0.0029789998661726713 +Info 1303 [10:33:00.687] getCompletionData: Is inside comment: 0.012872999999672174 +Info 1304 [10:33:00.687] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1305 [10:33:00.687] Format host information updated +Info 1306 [10:33:00.762] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1307 [10:33:00.763] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 1.3713460001163185ms +Info 1308 [10:33:00.763] Different program with same set of files +Info 1309 [10:33:00.764] getCompletionData: Get current token: 0.005718000000342727 +Info 1310 [10:33:00.764] getCompletionData: Is inside comment: 0.014926000032573938 +Info 1311 [10:33:00.764] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1312 [10:33:00.764] Format host information updated +Info 1313 [10:33:00.907] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1314 [10:33:00.908] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 1.3894690000452101ms +Info 1315 [10:33:00.908] Different program with same set of files +Info 1316 [10:33:00.908] getCompletionData: Get current token: 0.0034400001168251038 +Info 1317 [10:33:00.908] getCompletionData: Is inside comment: 0.012961999978870153 +Info 1318 [10:33:00.908] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1319 [10:33:00.909] Format host information updated +Info 1320 [10:33:00.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1321 [10:33:00.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 1.2894739999901503ms +Info 1322 [10:33:00.993] Different program with same set of files +Info 1323 [10:33:00.993] getCompletionData: Get current token: 0.005718000000342727 +Info 1324 [10:33:00.993] getCompletionData: Is inside comment: 0.02313100011087954 +Info 1325 [10:33:00.993] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1326 [10:33:00.993] Format host information updated +Info 1327 [10:33:01.186] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1328 [10:33:01.187] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 1.3277080000843853ms +Info 1329 [10:33:01.187] Different program with same set of files +Info 1330 [10:33:01.187] getCompletionData: Get current token: 0.0054980001877993345 +Info 1331 [10:33:01.187] getCompletionData: Is inside comment: 0.02293099998496473 +Info 1332 [10:33:01.187] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1333 [10:33:01.188] Format host information updated +Info 1334 [10:33:01.582] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1335 [10:33:01.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 1.394243000075221ms +Info 1336 [10:33:01.583] Different program with same set of files +Info 1337 [10:33:01.583] getCompletionData: Get current token: 0.0030930000357329845 +Info 1338 [10:33:01.583] getCompletionData: Is inside comment: 0.014144999906420708 +Info 1339 [10:33:01.583] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1340 [10:33:01.584] Format host information updated +Info 1341 [10:33:01.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1342 [10:33:01.760] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 1.405868000118062ms +Info 1343 [10:33:01.760] Different program with same set of files +Info 1344 [10:33:01.761] getCompletionData: Get current token: 0.0031620000954717398 +Info 1345 [10:33:01.761] getCompletionData: Is inside comment: 0.013180000009015203 +Info 1346 [10:33:01.761] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1347 [10:33:01.761] Format host information updated +Info 1348 [10:33:01.837] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1349 [10:33:01.839] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 1.4384439999703318ms +Info 1350 [10:33:01.839] Different program with same set of files +Info 1351 [10:33:01.839] getCompletionData: Get current token: 0.006350999930873513 +Info 1352 [10:33:01.839] getCompletionData: Is inside comment: 0.027272999985143542 +Info 1353 [10:33:01.839] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1354 [10:33:01.839] Format host information updated +Info 1355 [10:33:01.931] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1356 [10:33:01.936] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 4.959321999922395ms +Info 1357 [10:33:01.937] Different program with same set of files +Info 1358 [10:33:01.937] getCompletionData: Get current token: 0.020595000125467777 +Info 1359 [10:33:01.937] getCompletionData: Is inside comment: 0.11883999989368021 +Info 1360 [10:33:01.938] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1361 [10:33:01.939] Format host information updated +Info 1362 [10:33:02.062] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1363 [10:33:02.067] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 5.02275999984704ms +Info 1364 [10:33:02.067] Different program with same set of files +Info 1365 [10:33:02.068] getCompletionData: Get current token: 0.015534000005573034 +Info 1366 [10:33:02.068] getCompletionData: Is inside comment: 0.06661599990911782 +Info 1367 [10:33:02.068] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1368 [10:33:02.068] Format host information updated +Info 1369 [10:33:02.131] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1370 [10:33:02.134] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 3.5591980000026524ms +Info 1371 [10:33:02.134] Different program with same set of files +Info 1372 [10:33:02.135] getCompletionData: Get current token: 0.010611000005155802 +Info 1373 [10:33:02.135] getCompletionData: Is inside comment: 0.04413000005297363 +Info 1374 [10:33:02.135] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1375 [10:33:02.141] Format host information updated +Info 1376 [10:33:02.430] Format host information updated +Info 1377 [10:33:02.431] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1378 [10:33:02.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 1.3007410001009703ms +Info 1379 [10:33:02.432] Different program with same set of files +Info 1380 [10:33:02.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1381 [10:33:02.787] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 1.2945700001437217ms +Info 1382 [10:33:02.787] Different program with same set of files +Info 1383 [10:33:02.787] getCompletionData: Get current token: 0.005303000099956989 +Info 1384 [10:33:02.787] getCompletionData: Is inside comment: 0.01732000010088086 +Info 1385 [10:33:02.787] Format host information updated +Info 1386 [10:33:03.083] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1387 [10:33:03.086] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 3.166374000022188ms +Info 1388 [10:33:03.086] Different program with same set of files +Info 1389 [10:33:03.087] getCompletionData: Get current token: 0.01005399995483458 +Info 1390 [10:33:03.087] getCompletionData: Is inside comment: 0.0425460000988096 +Info 1391 [10:33:03.087] getCompletionData: Get previous token: 0.03180100000463426 +Info 1392 [10:33:03.087] getCompletionsAtPosition: isCompletionListBlocker: 0.03199599985964596 +Info 1393 [10:33:03.087] Returning an empty list because completion was requested in an invalid position. +Info 1394 [10:33:03.088] Format host information updated +Info 1395 [10:33:06.785] Format host information updated +Info 1396 [10:33:06.786] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1397 [10:33:06.787] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 1.7739699999801815ms +Info 1398 [10:33:06.787] Different program with same set of files +Info 1399 [10:33:06.921] Format host information updated +Info 1400 [10:33:06.921] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1401 [10:33:06.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 1.7291259998455644ms +Info 1402 [10:33:06.923] Different program with same set of files +Info 1403 [10:33:07.303] Format host information updated +Info 1404 [10:33:07.304] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1405 [10:33:07.305] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 1.5225250001531094ms +Info 1406 [10:33:07.305] Different program with same set of files +Info 1407 [10:33:07.986] getCompletionData: Get current token: 0.0034080001059919596 +Info 1408 [10:33:07.986] getCompletionData: Is inside comment: 0.014170000096783042 +Info 1409 [10:33:07.986] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1410 [10:33:08.929] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1411 [10:33:08.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 1.7310219998471439ms +Info 1412 [10:33:08.931] Different program with same set of files +Info 1413 [10:33:08.931] getCompletionData: Get current token: 0.003905000165104866 +Info 1414 [10:33:08.931] getCompletionData: Is inside comment: 0.014396999962627888 +Info 1415 [10:33:08.931] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1416 [10:33:08.931] Format host information updated +Info 1417 [10:33:09.068] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1418 [10:33:09.070] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 1.8604369999375194ms +Info 1419 [10:33:09.070] Different program with same set of files +Info 1420 [10:33:09.070] getCompletionData: Get current token: 0.007324999896809459 +Info 1421 [10:33:09.070] getCompletionData: Is inside comment: 0.029780999990180135 +Info 1422 [10:33:09.070] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1423 [10:33:09.073] Format host information updated +Info 1424 [10:33:09.139] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1425 [10:33:09.140] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 1.6123070002067834ms +Info 1426 [10:33:09.140] Different program with same set of files +Info 1427 [10:33:09.140] getCompletionData: Get current token: 0.004667999921366572 +Info 1428 [10:33:09.140] getCompletionData: Is inside comment: 0.017470999853685498 +Info 1429 [10:33:09.140] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1430 [10:33:09.141] Format host information updated +Info 1431 [10:33:10.995] getCompletionData: Get current token: 0.005500999977812171 +Info 1432 [10:33:10.995] getCompletionData: Is inside comment: 0.018880999879911542 +Info 1433 [10:33:10.995] getCompletionData: Get previous token: 0.013401000062003732 +Info 1434 [10:33:10.995] getCompletionsAtPosition: isCompletionListBlocker: 0.002382999984547496 +Info 1435 [10:33:10.995] getCompletionData: Semantic work: 0.018137999810278416 +Info 1436 [10:33:10.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0476460000500083 +Info 1437 [10:33:11.484] Format host information updated +Info 1438 [10:33:11.485] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1439 [10:33:11.486] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 1.5480120000429451ms +Info 1440 [10:33:11.486] Different program with same set of files +Info 1441 [10:33:12.584] Format host information updated +Info 1442 [10:33:12.584] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1443 [10:33:12.585] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 1.5430640000849962ms +Info 1444 [10:33:12.585] Different program with same set of files +Info 1445 [10:33:13.501] Format host information updated +Info 1446 [10:33:13.501] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1447 [10:33:13.503] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 1.8563560000620782ms +Info 1448 [10:33:13.503] Different program with same set of files +Info 1449 [10:33:13.718] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1450 [10:33:13.720] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 1.4696449998300523ms +Info 1451 [10:33:13.720] Different program with same set of files +Info 1452 [10:33:13.720] getCompletionData: Get current token: 0.004279999993741512 +Info 1453 [10:33:13.720] getCompletionData: Is inside comment: 0.01626800000667572 +Info 1454 [10:33:13.720] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1455 [10:33:13.720] Format host information updated +Info 1456 [10:33:13.832] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1457 [10:33:13.833] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 1.6018870000261813ms +Info 1458 [10:33:13.833] Different program with same set of files +Info 1459 [10:33:13.833] getCompletionData: Get current token: 0.004470000043511391 +Info 1460 [10:33:13.833] getCompletionData: Is inside comment: 0.01687600021250546 +Info 1461 [10:33:13.834] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1462 [10:33:13.834] Format host information updated +Info 1463 [10:33:13.921] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1464 [10:33:13.927] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 5.292062999913469ms +Info 1465 [10:33:13.927] Different program with same set of files +Info 1466 [10:33:13.928] getCompletionData: Get current token: 0.029258999973535538 +Info 1467 [10:33:13.928] getCompletionData: Is inside comment: 0.16391599993221462 +Info 1468 [10:33:13.928] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1469 [10:33:13.930] Format host information updated +Info 1470 [10:33:14.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1471 [10:33:14.018] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 5.603011999977753ms +Info 1472 [10:33:14.018] Different program with same set of files +Info 1473 [10:33:14.019] getCompletionData: Get current token: 0.03347999998368323 +Info 1474 [10:33:14.019] getCompletionData: Is inside comment: 0.13314299983903766 +Info 1475 [10:33:14.019] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1476 [10:33:14.020] Format host information updated +Info 1477 [10:33:14.122] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1478 [10:33:14.127] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 5.265366999898106ms +Info 1479 [10:33:14.127] Different program with same set of files +Info 1480 [10:33:14.128] getCompletionData: Get current token: 0.019084000028669834 +Info 1481 [10:33:14.128] getCompletionData: Is inside comment: 0.07931299996562302 +Info 1482 [10:33:14.128] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1483 [10:33:14.129] Format host information updated +Info 1484 [10:33:14.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1485 [10:33:14.311] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 1.4442010000348091ms +Info 1486 [10:33:14.311] Different program with same set of files +Info 1487 [10:33:14.312] getCompletionData: Get current token: 0.004263000097125769 +Info 1488 [10:33:14.312] getCompletionData: Is inside comment: 0.01608299999497831 +Info 1489 [10:33:14.312] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1490 [10:33:14.312] Format host information updated +Info 1491 [10:33:14.441] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1492 [10:33:14.442] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 1.4737050000112504ms +Info 1493 [10:33:14.442] Different program with same set of files +Info 1494 [10:33:14.442] getCompletionData: Get current token: 0.006676000077277422 +Info 1495 [10:33:14.442] getCompletionData: Is inside comment: 0.025308999931439757 +Info 1496 [10:33:14.442] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1497 [10:33:14.443] Format host information updated +Info 1498 [10:33:14.504] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1499 [10:33:14.505] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 1.6090450000483543ms +Info 1500 [10:33:14.505] Different program with same set of files +Info 1501 [10:33:14.505] getCompletionData: Get current token: 0.004404000006616116 +Info 1502 [10:33:14.505] getCompletionData: Is inside comment: 0.01496300008147955 +Info 1503 [10:33:14.506] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1504 [10:33:14.508] Format host information updated +Info 1505 [10:33:15.584] getCompletionData: Get current token: 0.005635000066831708 +Info 1506 [10:33:15.585] getCompletionData: Is inside comment: 0.04021700005978346 +Info 1507 [10:33:15.585] getCompletionData: Get previous token: 0.00866000005044043 +Info 1508 [10:33:15.585] getCompletionsAtPosition: isCompletionListBlocker: 0.003280000062659383 +Info 1509 [10:33:15.585] getCompletionData: Semantic work: 0.01644699997268617 +Info 1510 [10:33:15.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.040515000000596046 +Info 1511 [10:33:16.139] Format host information updated +Info 1512 [10:33:16.139] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1513 [10:33:16.140] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 1.6849170001223683ms +Info 1514 [10:33:16.140] Different program with same set of files +Info 1515 [10:33:17.209] Format host information updated +Info 1516 [10:33:17.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1517 [10:33:17.211] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 1.5040250001475215ms +Info 1518 [10:33:17.211] Different program with same set of files +Info 1519 [10:33:17.881] Format host information updated +Info 1520 [10:33:17.881] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1521 [10:33:17.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 1.7804199999663979ms +Info 1522 [10:33:17.883] Different program with same set of files +Info 1523 [10:33:18.759] Format host information updated +Info 1524 [10:33:18.760] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1525 [10:33:18.761] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 1.4957850000355393ms +Info 1526 [10:33:18.761] Different program with same set of files +Info 1527 [10:33:19.595] Format host information updated +Info 1528 [10:33:19.595] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1529 [10:33:19.596] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 1.4754300001077354ms +Info 1530 [10:33:19.596] Different program with same set of files +Info 1531 [10:33:19.750] Format host information updated +Info 1532 [10:33:19.750] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1533 [10:33:19.752] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 1.5356959998607635ms +Info 1534 [10:33:19.752] Different program with same set of files +Info 1535 [10:33:20.087] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1536 [10:33:20.089] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 1.550236999988556ms +Info 1537 [10:33:20.089] Different program with same set of files +Info 1538 [10:33:20.089] getCompletionData: Get current token: 0.006020999979227781 +Info 1539 [10:33:20.089] getCompletionData: Is inside comment: 0.019945000065490603 +Info 1540 [10:33:20.089] getCompletionData: Get previous token: 0.014193999813869596 +Info 1541 [10:33:20.089] getCompletionsAtPosition: isCompletionListBlocker: 0.015096999937668443 +Info 1542 [10:33:20.089] Returning an empty list because completion was requested in an invalid position. +Info 1543 [10:33:20.089] Format host information updated +Info 1544 [10:33:20.619] Format host information updated +Info 1545 [10:33:20.620] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1546 [10:33:20.625] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 5.615699999965727ms +Info 1547 [10:33:20.625] Different program with same set of files +Info 1548 [10:33:24.206] Format host information updated +Info 1549 [10:33:24.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1550 [10:33:24.208] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 1.8819689999800175ms +Info 1551 [10:33:24.208] Different program with same set of files +Info 1552 [10:33:24.523] Format host information updated +Info 1553 [10:33:24.523] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1554 [10:33:24.525] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 1.5975049999542534ms +Info 1555 [10:33:24.525] Different program with same set of files +Info 1556 [10:33:24.831] Format host information updated +Info 1557 [10:33:24.832] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1558 [10:33:24.839] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 7.216952000046149ms +Info 1559 [10:33:24.839] Different program with same set of files +Info 1560 [10:33:27.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1561 [10:33:27.761] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 1.6490100000519305ms +Info 1562 [10:33:27.761] Different program with same set of files +Info 1563 [10:33:27.761] getCompletionData: Get current token: 0.005052000051364303 +Info 1564 [10:33:27.761] getCompletionData: Is inside comment: 0.024010999826714396 +Info 1565 [10:33:27.761] getCompletionData: Get previous token: 0.01620299997739494 +Info 1566 [10:33:27.762] getCompletionsAtPosition: isCompletionListBlocker: 0.0023880000226199627 +Info 1567 [10:33:27.762] getExportInfoMap: cache hit +Info 1568 [10:33:27.776] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 1569 [10:33:27.776] collectAutoImports: response is complete +Info 1570 [10:33:27.776] collectAutoImports: 14.005576000083238 +Info 1571 [10:33:27.776] getCompletionData: Semantic work: 14.931011999957263 +Info 1572 [10:33:27.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.949705000035465 +Info 1573 [10:33:27.787] Format host information updated +Info 1574 [10:33:28.425] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1575 [10:33:28.427] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 1.7941589998081326ms +Info 1576 [10:33:28.427] Different program with same set of files +Info 1577 [10:33:28.427] getCompletionData: Get current token: 0.0049039998557418585 +Info 1578 [10:33:28.427] getCompletionData: Is inside comment: 0.022461999906226993 +Info 1579 [10:33:28.427] getCompletionData: Get previous token: 0.028101999778300524 +Info 1580 [10:33:28.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0026790001429617405 +Info 1581 [10:33:28.428] getExportInfoMap: cache hit +Info 1582 [10:33:28.431] collectAutoImports: resolved 0 module specifiers, plus 72 ambient and 3 from cache +Info 1583 [10:33:28.431] collectAutoImports: response is complete +Info 1584 [10:33:28.431] collectAutoImports: 2.4185059999581426 +Info 1585 [10:33:28.431] getCompletionData: Semantic work: 3.096089000115171 +Info 1586 [10:33:28.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9203050001524389 +Info 1587 [10:33:28.434] Format host information updated +Info 1588 [10:33:28.805] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1589 [10:33:28.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 3.1307119999546558ms +Info 1590 [10:33:28.808] Different program with same set of files +Info 1591 [10:33:28.808] getCompletionData: Get current token: 0.008665000088512897 +Info 1592 [10:33:28.808] getCompletionData: Is inside comment: 0.039151999866589904 +Info 1593 [10:33:28.808] getCompletionData: Get previous token: 0.029559999937191606 +Info 1594 [10:33:28.808] getCompletionsAtPosition: isCompletionListBlocker: 0.004032999975606799 +Info 1595 [10:33:28.811] getExportInfoMap: cache hit +Info 1596 [10:33:28.818] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 1597 [10:33:28.818] collectAutoImports: response is complete +Info 1598 [10:33:28.818] collectAutoImports: 7.818753000115976 +Info 1599 [10:33:28.819] getCompletionData: Semantic work: 10.164477000012994 +Info 1600 [10:33:28.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0903140001464635 +Info 1601 [10:33:28.827] Format host information updated +Info 1602 [10:33:29.387] Format host information updated +Info 1603 [10:33:29.387] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1604 [10:33:29.389] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 1.7338640000671148ms +Info 1605 [10:33:29.389] Different program with same set of files +Info 1606 [10:33:30.797] Format host information updated +Info 1607 [10:33:30.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1608 [10:33:30.799] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 1.7090150001458824ms +Info 1609 [10:33:30.799] Different program with same set of files +Info 1610 [10:33:31.158] getCompletionData: Get current token: 0.004084999905899167 +Info 1611 [10:33:31.158] getCompletionData: Is inside comment: 0.021723000099882483 +Info 1612 [10:33:31.158] getCompletionData: Get previous token: 0.017342000035569072 +Info 1613 [10:33:31.158] getCompletionsAtPosition: isCompletionListBlocker: 0.008452000096440315 +Info 1614 [10:33:31.159] getExportInfoMap: cache hit +Info 1615 [10:33:31.168] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 1616 [10:33:31.168] collectAutoImports: response is complete +Info 1617 [10:33:31.168] collectAutoImports: 8.9139060000889 +Info 1618 [10:33:31.168] getCompletionData: Semantic work: 9.487108000088483 +Info 1619 [10:33:31.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9004589999094605 +Info 1620 [10:33:31.627] Format host information updated +Info 1621 [10:33:31.627] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1622 [10:33:31.629] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 1.6689220000989735ms +Info 1623 [10:33:31.629] Different program with same set of files +Info 1624 [10:33:31.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1625 [10:33:31.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 1.8185070001054555ms +Info 1626 [10:33:31.991] Different program with same set of files +Info 1627 [10:33:31.991] getCompletionData: Get current token: 0.0039030001498758793 +Info 1628 [10:33:31.991] getCompletionData: Is inside comment: 0.023733999812975526 +Info 1629 [10:33:31.991] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1630 [10:33:31.992] Format host information updated +Info 1631 [10:33:32.151] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1632 [10:33:32.153] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 1.6809379998594522ms +Info 1633 [10:33:32.153] Different program with same set of files +Info 1634 [10:33:32.153] getCompletionData: Get current token: 0.003866999875754118 +Info 1635 [10:33:32.153] getCompletionData: Is inside comment: 0.021204999880865216 +Info 1636 [10:33:32.153] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1637 [10:33:32.153] Format host information updated +Info 1638 [10:33:32.326] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1639 [10:33:32.328] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 1.7373319999314845ms +Info 1640 [10:33:32.328] Different program with same set of files +Info 1641 [10:33:32.328] getCompletionData: Get current token: 0.003790999995544553 +Info 1642 [10:33:32.328] getCompletionData: Is inside comment: 0.02186099998652935 +Info 1643 [10:33:32.328] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1644 [10:33:32.328] Format host information updated +Info 1645 [10:33:32.394] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1646 [10:33:32.396] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 2.131861000088975ms +Info 1647 [10:33:32.396] Different program with same set of files +Info 1648 [10:33:32.397] getCompletionData: Get current token: 0.011858999961987138 +Info 1649 [10:33:32.397] getCompletionData: Is inside comment: 0.06028499989770353 +Info 1650 [10:33:32.397] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1651 [10:33:32.397] Format host information updated +Info 1652 [10:33:32.505] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1653 [10:33:32.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 1.553289000177756ms +Info 1654 [10:33:32.506] Different program with same set of files +Info 1655 [10:33:32.506] getCompletionData: Get current token: 0.00380800012499094 +Info 1656 [10:33:32.506] getCompletionData: Is inside comment: 0.04595200018957257 +Info 1657 [10:33:32.506] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1658 [10:33:32.507] Format host information updated +Info 1659 [10:33:33.108] Format host information updated +Info 1660 [10:33:33.108] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1661 [10:33:33.110] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 1.51175000006333ms +Info 1662 [10:33:33.110] Different program with same set of files +Info 1663 [10:33:33.865] Format host information updated +Info 1664 [10:33:33.865] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1665 [10:33:33.867] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 1.5338379999157041ms +Info 1666 [10:33:33.867] Different program with same set of files +Info 1667 [10:33:34.407] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1668 [10:33:34.409] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 1.4873619999270886ms +Info 1669 [10:33:34.409] Different program with same set of files +Info 1670 [10:33:34.409] getCompletionData: Get current token: 0.003386999946087599 +Info 1671 [10:33:34.409] getCompletionData: Is inside comment: 0.009137000190094113 +Info 1672 [10:33:34.409] Format host information updated +Info 1673 [10:33:34.664] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1674 [10:33:34.666] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 1.594448999967426ms +Info 1675 [10:33:34.666] Different program with same set of files +Info 1676 [10:33:34.666] getCompletionData: Get current token: 0.0033859999384731054 +Info 1677 [10:33:34.666] getCompletionData: Is inside comment: 0.009731000056490302 +Info 1678 [10:33:34.666] Format host information updated +Info 1679 [10:33:34.879] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1680 [10:33:34.881] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 1.4645209999289364ms +Info 1681 [10:33:34.881] Different program with same set of files +Info 1682 [10:33:34.881] getCompletionData: Get current token: 0.0039010001346468925 +Info 1683 [10:33:34.881] getCompletionData: Is inside comment: 0.012245999881997705 +Info 1684 [10:33:34.881] Format host information updated +Info 1685 [10:33:34.979] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1686 [10:33:34.981] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 1.5595579999499023ms +Info 1687 [10:33:34.981] Different program with same set of files +Info 1688 [10:33:34.981] getCompletionData: Get current token: 0.004105999832972884 +Info 1689 [10:33:34.981] getCompletionData: Is inside comment: 0.010325999930500984 +Info 1690 [10:33:34.981] Format host information updated +Info 1691 [10:33:35.063] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1692 [10:33:35.065] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 1.5208139999303967ms +Info 1693 [10:33:35.065] Different program with same set of files +Info 1694 [10:33:35.065] getCompletionData: Get current token: 0.0037449998781085014 +Info 1695 [10:33:35.065] getCompletionData: Is inside comment: 0.010364999994635582 +Info 1696 [10:33:35.065] Format host information updated +Info 1697 [10:33:35.254] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1698 [10:33:35.256] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 1.4787370001431555ms +Info 1699 [10:33:35.256] Different program with same set of files +Info 1700 [10:33:35.256] getCompletionData: Get current token: 0.0033599999733269215 +Info 1701 [10:33:35.256] getCompletionData: Is inside comment: 0.009140999987721443 +Info 1702 [10:33:35.256] Format host information updated +Info 1703 [10:33:35.352] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1704 [10:33:35.353] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 1.5804449999704957ms +Info 1705 [10:33:35.353] Different program with same set of files +Info 1706 [10:33:35.353] getCompletionData: Get current token: 0.030886999797075987 +Info 1707 [10:33:35.354] getCompletionData: Is inside comment: 0.02554999990388751 +Info 1708 [10:33:35.354] Format host information updated +Info 1709 [10:33:35.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1710 [10:33:35.473] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 1.4592259998898953ms +Info 1711 [10:33:35.473] Different program with same set of files +Info 1712 [10:33:35.473] getCompletionData: Get current token: 0.005284999962896109 +Info 1713 [10:33:35.473] getCompletionData: Is inside comment: 0.01538500003516674 +Info 1714 [10:33:35.473] Format host information updated +Info 1715 [10:33:35.541] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1716 [10:33:35.543] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 1.4894909998402ms +Info 1717 [10:33:35.543] Different program with same set of files +Info 1718 [10:33:35.543] getCompletionData: Get current token: 0.003590000094845891 +Info 1719 [10:33:35.543] getCompletionData: Is inside comment: 0.009514000033959746 +Info 1720 [10:33:35.543] Format host information updated +Info 1721 [10:33:35.665] Format host information updated +Info 1722 [10:33:35.665] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1723 [10:33:35.667] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 1.514386999886483ms +Info 1724 [10:33:35.667] Different program with same set of files +Info 1725 [10:33:35.846] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1726 [10:33:35.852] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 6.09350399998948ms +Info 1727 [10:33:35.852] Different program with same set of files +Info 1728 [10:33:35.853] getCompletionData: Get current token: 0.02888100012205541 +Info 1729 [10:33:35.853] getCompletionData: Is inside comment: 0.08087900001555681 +Info 1730 [10:33:35.854] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1731 [10:33:35.860] Format host information updated +Info 1732 [10:33:36.769] Format host information updated +Info 1733 [10:33:36.769] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1734 [10:33:36.770] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 1.5949099999852479ms +Info 1735 [10:33:36.771] Different program with same set of files +Info 1736 [10:33:37.966] getCompletionData: Get current token: 0.005114000057801604 +Info 1737 [10:33:37.966] getCompletionData: Is inside comment: 0.01709599979221821 +Info 1738 [10:33:37.966] getCompletionData: Get previous token: 0.007690999889746308 +Info 1739 [10:33:37.966] getCompletionsAtPosition: isCompletionListBlocker: 0.0025209998711943626 +Info 1740 [10:33:37.966] getExportInfoMap: cache hit +Info 1741 [10:33:37.973] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 1742 [10:33:37.973] collectAutoImports: response is complete +Info 1743 [10:33:37.973] collectAutoImports: 6.687035999959335 +Info 1744 [10:33:37.973] getCompletionData: Semantic work: 7.15145600005053 +Info 1745 [10:33:37.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.534129000036046 +Info 1746 [10:33:38.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1747 [10:33:38.233] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 2.0819769999943674ms +Info 1748 [10:33:38.233] Different program with same set of files +Info 1749 [10:33:38.234] getCompletionData: Get current token: 0.007716000080108643 +Info 1750 [10:33:38.234] getCompletionData: Is inside comment: 0.018444999819621444 +Info 1751 [10:33:38.234] getCompletionData: Get previous token: 0.012163999956101179 +Info 1752 [10:33:38.234] getCompletionsAtPosition: isCompletionListBlocker: 0.0033030000049620867 +Info 1753 [10:33:38.234] getCompletionData: Semantic work: 0.024898000061511993 +Info 1754 [10:33:38.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.052069999976083636 +Info 1755 [10:33:38.234] Format host information updated +Info 1756 [10:33:38.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1757 [10:33:38.313] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 3.9148550000973046ms +Info 1758 [10:33:38.313] Different program with same set of files +Info 1759 [10:33:38.313] getCompletionData: Get current token: 0.014501999830827117 +Info 1760 [10:33:38.313] getCompletionData: Is inside comment: 0.0363410001154989 +Info 1761 [10:33:38.313] getCompletionData: Get previous token: 0.023719999939203262 +Info 1762 [10:33:38.313] getCompletionsAtPosition: isCompletionListBlocker: 0.01594799989834428 +Info 1763 [10:33:38.314] getExportInfoMap: cache hit +Info 1764 [10:33:38.333] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 1765 [10:33:38.333] collectAutoImports: response is complete +Info 1766 [10:33:38.333] collectAutoImports: 18.49298099987209 +Info 1767 [10:33:38.333] getCompletionData: Semantic work: 19.785979999927804 +Info 1768 [10:33:38.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.31588300014846 +Info 1769 [10:33:38.347] Format host information updated +Info 1770 [10:33:38.665] getCompletionData: Get current token: 0.02393400017172098 +Info 1771 [10:33:38.665] getCompletionData: Is inside comment: 0.011030000168830156 +Info 1772 [10:33:38.665] getCompletionData: Get previous token: 0.02773700002580881 +Info 1773 [10:33:38.665] getCompletionsAtPosition: isCompletionListBlocker: 0.01578899985179305 +Info 1774 [10:33:38.665] getCompletionData: Semantic work: 0.05882899998687208 +Info 1775 [10:33:38.665] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.025836999993771315 +Info 1776 [10:33:38.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1777 [10:33:38.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 1.6084099998697639ms +Info 1778 [10:33:38.924] Different program with same set of files +Info 1779 [10:33:38.924] getCompletionData: Get current token: 0.005126000149175525 +Info 1780 [10:33:38.924] getCompletionData: Is inside comment: 0.03642100002616644 +Info 1781 [10:33:38.924] getCompletionData: Get previous token: 0.014657999854534864 +Info 1782 [10:33:38.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0026229999493807554 +Info 1783 [10:33:38.924] getCompletionData: Semantic work: 0.024588000029325485 +Info 1784 [10:33:38.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.036272999830543995 +Info 1785 [10:33:38.924] Format host information updated +Info 1786 [10:33:39.042] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1787 [10:33:39.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 1.8081450001336634ms +Info 1788 [10:33:39.044] Different program with same set of files +Info 1789 [10:33:39.044] getCompletionData: Get current token: 0.004669000161811709 +Info 1790 [10:33:39.044] getCompletionData: Is inside comment: 0.01078599994070828 +Info 1791 [10:33:39.044] getCompletionData: Get previous token: 0.03740600007586181 +Info 1792 [10:33:39.044] getCompletionsAtPosition: isCompletionListBlocker: 0.0019600000232458115 +Info 1793 [10:33:39.044] getCompletionData: Semantic work: 0.014687000075355172 +Info 1794 [10:33:39.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.027554999804124236 +Info 1795 [10:33:39.044] Format host information updated +Info 1796 [10:33:40.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1797 [10:33:40.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 1.5755600000265986ms +Info 1798 [10:33:40.291] Different program with same set of files +Info 1799 [10:33:40.291] getCompletionData: Get current token: 0.005502999993041158 +Info 1800 [10:33:40.292] getCompletionData: Is inside comment: 0.012362999841570854 +Info 1801 [10:33:40.292] getCompletionData: Get previous token: 0.014064999995753169 +Info 1802 [10:33:40.292] getCompletionsAtPosition: isCompletionListBlocker: 0.002179000061005354 +Info 1803 [10:33:40.292] getCompletionData: Semantic work: 0.03750999993644655 +Info 1804 [10:33:40.292] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03549499996006489 +Info 1805 [10:33:40.293] Format host information updated +Info 1806 [10:33:40.397] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1807 [10:33:40.398] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 1.5079759999644011ms +Info 1808 [10:33:40.399] Different program with same set of files +Info 1809 [10:33:40.399] getCompletionData: Get current token: 0.00594900012947619 +Info 1810 [10:33:40.399] getCompletionData: Is inside comment: 0.013152000028640032 +Info 1811 [10:33:40.399] getCompletionData: Get previous token: 0.014516000170260668 +Info 1812 [10:33:40.399] getCompletionsAtPosition: isCompletionListBlocker: 0.0021879998967051506 +Info 1813 [10:33:40.399] getCompletionData: Semantic work: 0.022151000099256635 +Info 1814 [10:33:40.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.033365000039339066 +Info 1815 [10:33:40.399] Format host information updated +Info 1816 [10:33:40.778] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1817 [10:33:40.779] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 1.4827719999011606ms +Info 1818 [10:33:40.779] Different program with same set of files +Info 1819 [10:33:40.779] getCompletionData: Get current token: 0.0051009999588131905 +Info 1820 [10:33:40.779] getCompletionData: Is inside comment: 0.011935000075027347 +Info 1821 [10:33:40.779] getCompletionData: Get previous token: 0.013394000008702278 +Info 1822 [10:33:40.779] getCompletionsAtPosition: isCompletionListBlocker: 0.002472999971359968 +Info 1823 [10:33:40.779] getCompletionData: Semantic work: 0.017259999876841903 +Info 1824 [10:33:40.779] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.031482999911531806 +Info 1825 [10:33:40.780] Format host information updated +Info 1826 [10:33:40.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1827 [10:33:40.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 1.5305599998682737ms +Info 1828 [10:33:40.874] Different program with same set of files +Info 1829 [10:33:40.874] getCompletionData: Get current token: 0.005323000019416213 +Info 1830 [10:33:40.874] getCompletionData: Is inside comment: 0.012076999992132187 +Info 1831 [10:33:40.874] getCompletionData: Get previous token: 0.014264000114053488 +Info 1832 [10:33:40.874] getCompletionsAtPosition: isCompletionListBlocker: 0.0023040000814944506 +Info 1833 [10:33:40.874] getCompletionData: Semantic work: 0.014789999928325415 +Info 1834 [10:33:40.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03244600002653897 +Info 1835 [10:33:40.874] Format host information updated +Info 1836 [10:33:41.080] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1837 [10:33:41.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 1.416404000017792ms +Info 1838 [10:33:41.081] Different program with same set of files +Info 1839 [10:33:41.081] getCompletionData: Get current token: 0.00507999979890883 +Info 1840 [10:33:41.081] getCompletionData: Is inside comment: 0.011342999991029501 +Info 1841 [10:33:41.081] getCompletionData: Get previous token: 0.013649000087752938 +Info 1842 [10:33:41.081] getCompletionsAtPosition: isCompletionListBlocker: 0.002357000019401312 +Info 1843 [10:33:41.081] getCompletionData: Semantic work: 0.014639000175520778 +Info 1844 [10:33:41.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.030660999938845634 +Info 1845 [10:33:41.082] Format host information updated +Info 1846 [10:33:41.175] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1847 [10:33:41.176] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 1.4822780000977218ms +Info 1848 [10:33:41.176] Different program with same set of files +Info 1849 [10:33:41.176] getCompletionData: Get current token: 0.005098000168800354 +Info 1850 [10:33:41.176] getCompletionData: Is inside comment: 0.012097999919205904 +Info 1851 [10:33:41.176] getCompletionData: Get previous token: 0.013946000020951033 +Info 1852 [10:33:41.176] getCompletionsAtPosition: isCompletionListBlocker: 0.002437999937683344 +Info 1853 [10:33:41.176] getCompletionData: Semantic work: 0.014990000054240227 +Info 1854 [10:33:41.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.031611999962478876 +Info 1855 [10:33:41.177] Format host information updated +Info 1856 [10:33:42.441] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1857 [10:33:42.443] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 1.5526790001895279ms +Info 1858 [10:33:42.443] Different program with same set of files +Info 1859 [10:33:42.443] getCompletionData: Get current token: 0.005502999993041158 +Info 1860 [10:33:42.443] getCompletionData: Is inside comment: 0.012044000206515193 +Info 1861 [10:33:42.443] getCompletionData: Get previous token: 0.01394500001333654 +Info 1862 [10:33:42.443] getCompletionsAtPosition: isCompletionListBlocker: 0.002135000191628933 +Info 1863 [10:33:42.443] getCompletionData: Semantic work: 0.015174999833106995 +Info 1864 [10:33:42.443] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.030977000016719103 +Info 1865 [10:33:42.444] Format host information updated +Info 1866 [10:33:42.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1867 [10:33:42.582] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 1.4272080000955611ms +Info 1868 [10:33:42.582] Different program with same set of files +Info 1869 [10:33:42.582] getCompletionData: Get current token: 0.0050119999796152115 +Info 1870 [10:33:42.582] getCompletionData: Is inside comment: 0.0113279998768121 +Info 1871 [10:33:42.582] getCompletionData: Get previous token: 0.012741000158712268 +Info 1872 [10:33:42.582] getCompletionsAtPosition: isCompletionListBlocker: 0.002650999929755926 +Info 1873 [10:33:42.582] getCompletionData: Semantic work: 0.09168099984526634 +Info 1874 [10:33:42.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04685300006531179 +Info 1875 [10:33:42.583] Format host information updated +Info 1876 [10:33:42.709] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1877 [10:33:42.710] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 1.4872970001306385ms +Info 1878 [10:33:42.710] Different program with same set of files +Info 1879 [10:33:42.710] getCompletionData: Get current token: 0.005483000073581934 +Info 1880 [10:33:42.710] getCompletionData: Is inside comment: 0.012048000004142523 +Info 1881 [10:33:42.710] getCompletionData: Get previous token: 0.01359799993224442 +Info 1882 [10:33:42.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0022679998073726892 +Info 1883 [10:33:42.710] getCompletionData: Semantic work: 0.017305999994277954 +Info 1884 [10:33:42.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03062800015322864 +Info 1885 [10:33:42.711] Format host information updated +Info 1886 [10:33:42.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1887 [10:33:42.822] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 1.5555579999927431ms +Info 1888 [10:33:42.822] Different program with same set of files +Info 1889 [10:33:42.822] getCompletionData: Get current token: 0.0056390000972896814 +Info 1890 [10:33:42.822] getCompletionData: Is inside comment: 0.01256699999794364 +Info 1891 [10:33:42.822] getCompletionData: Get previous token: 0.01460999995470047 +Info 1892 [10:33:42.822] getCompletionsAtPosition: isCompletionListBlocker: 0.0022070000413805246 +Info 1893 [10:33:42.822] getCompletionData: Semantic work: 0.014553999993950129 +Info 1894 [10:33:42.822] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03368200012482703 +Info 1895 [10:33:42.822] Format host information updated +Info 1896 [10:33:43.532] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1897 [10:33:43.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 1.516338000074029ms +Info 1898 [10:33:43.534] Different program with same set of files +Info 1899 [10:33:43.534] getCompletionData: Get current token: 0.0053709999192506075 +Info 1900 [10:33:43.534] getCompletionData: Is inside comment: 0.012177999829873443 +Info 1901 [10:33:43.534] getCompletionData: Get previous token: 0.014039000030606985 +Info 1902 [10:33:43.534] getCompletionsAtPosition: isCompletionListBlocker: 0.002250000135973096 +Info 1903 [10:33:43.534] getCompletionData: Semantic work: 0.014928999822586775 +Info 1904 [10:33:43.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03142599994316697 +Info 1905 [10:33:43.535] Format host information updated +Info 1906 [10:33:43.611] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1907 [10:33:43.613] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 1.4903090000152588ms +Info 1908 [10:33:43.613] Different program with same set of files +Info 1909 [10:33:43.613] getCompletionData: Get current token: 0.005468999966979027 +Info 1910 [10:33:43.613] getCompletionData: Is inside comment: 0.012461000122129917 +Info 1911 [10:33:43.613] getCompletionData: Get previous token: 0.014405000023543835 +Info 1912 [10:33:43.613] getCompletionsAtPosition: isCompletionListBlocker: 0.0022589999716728926 +Info 1913 [10:33:43.613] getCompletionData: Semantic work: 0.07617999985814095 +Info 1914 [10:33:43.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0351970000192523 +Info 1915 [10:33:43.614] Format host information updated +Info 1916 [10:33:44.083] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1917 [10:33:44.086] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 2.3821549999993294ms +Info 1918 [10:33:44.086] Different program with same set of files +Info 1919 [10:33:44.086] getCompletionData: Get current token: 0.010137999895960093 +Info 1920 [10:33:44.086] getCompletionData: Is inside comment: 0.020881999982520938 +Info 1921 [10:33:44.086] getCompletionData: Get previous token: 0.028051000088453293 +Info 1922 [10:33:44.086] getCompletionsAtPosition: isCompletionListBlocker: 0.002885000081732869 +Info 1923 [10:33:44.086] getCompletionData: Semantic work: 0.021030999952927232 +Info 1924 [10:33:44.086] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07066399999894202 +Info 1925 [10:33:44.091] Format host information updated +Info 1926 [10:33:44.312] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1927 [10:33:44.314] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 1.6322210000362247ms +Info 1928 [10:33:44.314] Different program with same set of files +Info 1929 [10:33:44.314] getCompletionData: Get current token: 0.007326000137254596 +Info 1930 [10:33:44.314] getCompletionData: Is inside comment: 0.012783000012859702 +Info 1931 [10:33:44.314] getCompletionData: Get previous token: 0.014556000009179115 +Info 1932 [10:33:44.314] getCompletionsAtPosition: isCompletionListBlocker: 0.002300999825820327 +Info 1933 [10:33:44.314] getCompletionData: Semantic work: 0.013952000066637993 +Info 1934 [10:33:44.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04418900003656745 +Info 1935 [10:33:44.314] Format host information updated +Info 1936 [10:33:44.396] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1937 [10:33:44.398] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 1.573183000087738ms +Info 1938 [10:33:44.398] Different program with same set of files +Info 1939 [10:33:44.398] getCompletionData: Get current token: 0.003728999989107251 +Info 1940 [10:33:44.398] getCompletionData: Is inside comment: 0.012906000018119812 +Info 1941 [10:33:44.398] getCompletionData: Get previous token: 0.01523100002668798 +Info 1942 [10:33:44.398] getCompletionsAtPosition: isCompletionListBlocker: 0.0024790000170469284 +Info 1943 [10:33:44.398] getCompletionData: Semantic work: 0.07676399988122284 +Info 1944 [10:33:44.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.031593999825417995 +Info 1945 [10:33:44.399] Format host information updated +Info 1946 [10:33:44.873] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1947 [10:33:44.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 1.4748249999247491ms +Info 1948 [10:33:44.874] Different program with same set of files +Info 1949 [10:33:44.874] getCompletionData: Get current token: 0.0034439999144524336 +Info 1950 [10:33:44.874] getCompletionData: Is inside comment: 0.01133099989965558 +Info 1951 [10:33:44.874] getCompletionData: Get previous token: 0.012884000083431602 +Info 1952 [10:33:44.874] getCompletionsAtPosition: isCompletionListBlocker: 0.0021769998129457235 +Info 1953 [10:33:44.874] getCompletionData: Semantic work: 0.01631499989889562 +Info 1954 [10:33:44.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.027348999865353107 +Info 1955 [10:33:44.875] Format host information updated +Info 1956 [10:33:44.957] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1957 [10:33:44.958] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 1.4588750000111759ms +Info 1958 [10:33:44.958] Different program with same set of files +Info 1959 [10:33:44.959] getCompletionData: Get current token: 0.003275000024586916 +Info 1960 [10:33:44.959] getCompletionData: Is inside comment: 0.011547999922186136 +Info 1961 [10:33:44.959] getCompletionData: Get previous token: 0.015094999922439456 +Info 1962 [10:33:44.959] getCompletionsAtPosition: isCompletionListBlocker: 0.002133999951183796 +Info 1963 [10:33:44.959] getCompletionData: Semantic work: 0.01230599987320602 +Info 1964 [10:33:44.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.028368999948725104 +Info 1965 [10:33:44.959] Format host information updated +Info 1966 [10:33:45.020] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1967 [10:33:45.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 1.5480949999764562ms +Info 1968 [10:33:45.021] Different program with same set of files +Info 1969 [10:33:45.021] getCompletionData: Get current token: 0.003734000027179718 +Info 1970 [10:33:45.022] getCompletionData: Is inside comment: 0.013829999836161733 +Info 1971 [10:33:45.022] getCompletionData: Get previous token: 0.015112000051885843 +Info 1972 [10:33:45.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0026439998764544725 +Info 1973 [10:33:45.022] getCompletionData: Semantic work: 0.012913000071421266 +Info 1974 [10:33:45.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.030886000022292137 +Info 1975 [10:33:45.022] Format host information updated +Info 1976 [10:33:45.150] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1977 [10:33:45.152] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 1.531349000055343ms +Info 1978 [10:33:45.152] Different program with same set of files +Info 1979 [10:33:45.152] getCompletionData: Get current token: 0.003402999835088849 +Info 1980 [10:33:45.152] getCompletionData: Is inside comment: 0.011771999998018146 +Info 1981 [10:33:45.152] getCompletionData: Get previous token: 0.013774000108242035 +Info 1982 [10:33:45.152] getCompletionsAtPosition: isCompletionListBlocker: 0.002337000099942088 +Info 1983 [10:33:45.152] getCompletionData: Semantic work: 0.012343999929726124 +Info 1984 [10:33:45.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.026445999974384904 +Info 1985 [10:33:45.152] Format host information updated +Info 1986 [10:33:45.372] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1987 [10:33:45.374] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 1.5373730000574142ms +Info 1988 [10:33:45.374] Different program with same set of files +Info 1989 [10:33:45.374] getCompletionData: Get current token: 0.0034990001004189253 +Info 1990 [10:33:45.374] getCompletionData: Is inside comment: 0.01241900003515184 +Info 1991 [10:33:45.374] getCompletionData: Get previous token: 0.015693000052124262 +Info 1992 [10:33:45.374] getCompletionsAtPosition: isCompletionListBlocker: 0.002409999957308173 +Info 1993 [10:33:45.374] getCompletionData: Semantic work: 0.013127999845892191 +Info 1994 [10:33:45.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.028988000005483627 +Info 1995 [10:33:45.375] Format host information updated +Info 1996 [10:33:45.453] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1997 [10:33:45.455] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 1.6058610000181943ms +Info 1998 [10:33:45.455] Different program with same set of files +Info 1999 [10:33:45.455] getCompletionData: Get current token: 0.0036069999914616346 +Info 2000 [10:33:45.455] getCompletionData: Is inside comment: 0.01233699987642467 +Info 2001 [10:33:45.455] getCompletionData: Get previous token: 0.014531999826431274 +Info 2002 [10:33:45.455] getCompletionsAtPosition: isCompletionListBlocker: 0.002310000127181411 +Info 2003 [10:33:45.455] getCompletionData: Semantic work: 0.012384000001475215 +Info 2004 [10:33:45.455] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.028140000067651272 +Info 2005 [10:33:45.456] Format host information updated +Info 2006 [10:33:45.660] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2007 [10:33:45.662] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 1.4580069999210536ms +Info 2008 [10:33:45.662] Different program with same set of files +Info 2009 [10:33:45.662] getCompletionData: Get current token: 0.00330400001257658 +Info 2010 [10:33:45.662] getCompletionData: Is inside comment: 0.011993000051006675 +Info 2011 [10:33:45.662] getCompletionData: Get previous token: 0.014211999950930476 +Info 2012 [10:33:45.662] getCompletionsAtPosition: isCompletionListBlocker: 0.002635000040754676 +Info 2013 [10:33:45.662] getCompletionData: Semantic work: 0.01180700003169477 +Info 2014 [10:33:45.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05058100004680455 +Info 2015 [10:33:45.663] Format host information updated +Info 2016 [10:33:45.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2017 [10:33:45.759] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 1.4636279998812824ms +Info 2018 [10:33:45.759] Different program with same set of files +Info 2019 [10:33:45.759] getCompletionData: Get current token: 0.0030640000477433205 +Info 2020 [10:33:45.759] getCompletionData: Is inside comment: 0.01118599995970726 +Info 2021 [10:33:45.759] getCompletionData: Get previous token: 0.013355999952182174 +Info 2022 [10:33:45.759] getCompletionsAtPosition: isCompletionListBlocker: 0.002458999864757061 +Info 2023 [10:33:45.759] getCompletionData: Semantic work: 0.01209399988874793 +Info 2024 [10:33:45.759] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.029867999954149127 +Info 2025 [10:33:45.763] Format host information updated +Info 2026 [10:33:45.959] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2027 [10:33:45.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 2.064774999860674ms +Info 2028 [10:33:45.961] Different program with same set of files +Info 2029 [10:33:45.961] getCompletionData: Get current token: 0.0035630001220852137 +Info 2030 [10:33:45.961] getCompletionData: Is inside comment: 0.01192399999126792 +Info 2031 [10:33:45.961] getCompletionData: Get previous token: 0.014103000052273273 +Info 2032 [10:33:45.961] getCompletionsAtPosition: isCompletionListBlocker: 0.0022239999379962683 +Info 2033 [10:33:45.961] getCompletionData: Semantic work: 0.013134000124409795 +Info 2034 [10:33:45.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04155199998058379 +Info 2035 [10:33:45.961] Format host information updated +Info 2036 [10:33:46.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2037 [10:33:46.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 1.749955999897793ms +Info 2038 [10:33:46.155] Different program with same set of files +Info 2039 [10:33:46.155] getCompletionData: Get current token: 0.0035359999164938927 +Info 2040 [10:33:46.155] getCompletionData: Is inside comment: 0.013088999781757593 +Info 2041 [10:33:46.155] getCompletionData: Get previous token: 0.009110999992117286 +Info 2042 [10:33:46.155] getCompletionsAtPosition: isCompletionListBlocker: 0.0028009999077767134 +Info 2043 [10:33:46.156] getExportInfoMap: cache hit +Info 2044 [10:33:46.169] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2045 [10:33:46.169] collectAutoImports: response is complete +Info 2046 [10:33:46.169] collectAutoImports: 13.267996999900788 +Info 2047 [10:33:46.169] getCompletionData: Semantic work: 14.126462999964133 +Info 2048 [10:33:46.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.711542000062764 +Info 2049 [10:33:46.179] Format host information updated +Info 2050 [10:33:46.253] Format host information updated +Info 2051 [10:33:46.254] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2052 [10:33:46.259] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 5.064993999898434ms +Info 2053 [10:33:46.259] Different program with same set of files +Info 2054 [10:33:46.685] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2055 [10:33:46.687] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 2.1592530000489205ms +Info 2056 [10:33:46.687] Different program with same set of files +Info 2057 [10:33:46.688] getCompletionData: Get current token: 0.003425000002607703 +Info 2058 [10:33:46.688] getCompletionData: Is inside comment: 0.013082999968901277 +Info 2059 [10:33:46.688] getCompletionData: Get previous token: 0.016225999919697642 +Info 2060 [10:33:46.688] getCompletionsAtPosition: isCompletionListBlocker: 0.0022619999945163727 +Info 2061 [10:33:46.688] getExportInfoMap: cache hit +Info 2062 [10:33:46.691] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 6 from cache +Info 2063 [10:33:46.691] collectAutoImports: response is complete +Info 2064 [10:33:46.691] collectAutoImports: 2.8236120000947267 +Info 2065 [10:33:46.691] getCompletionData: Semantic work: 3.351473999908194 +Info 2066 [10:33:46.693] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.825296999886632 +Info 2067 [10:33:46.695] Format host information updated +Info 2068 [10:33:46.877] Format host information updated +Info 2069 [10:33:46.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2070 [10:33:46.879] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 1.7217249998357147ms +Info 2071 [10:33:46.879] Different program with same set of files +Info 2072 [10:33:47.043] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2073 [10:33:47.046] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 1.955206000013277ms +Info 2074 [10:33:47.046] Different program with same set of files +Info 2075 [10:33:47.046] getCompletionData: Get current token: 0.003536999924108386 +Info 2076 [10:33:47.046] getCompletionData: Is inside comment: 0.012786000035703182 +Info 2077 [10:33:47.046] getCompletionData: Get previous token: 0.008784000063315034 +Info 2078 [10:33:47.046] getCompletionsAtPosition: isCompletionListBlocker: 0.007406000047922134 +Info 2079 [10:33:47.046] getExportInfoMap: cache hit +Info 2080 [10:33:47.053] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2081 [10:33:47.053] collectAutoImports: response is complete +Info 2082 [10:33:47.053] collectAutoImports: 6.606382000027224 +Info 2083 [10:33:47.053] getCompletionData: Semantic work: 7.032521000131965 +Info 2084 [10:33:47.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.523893000092357 +Info 2085 [10:33:47.061] Format host information updated +Info 2086 [10:33:47.159] Format host information updated +Info 2087 [10:33:47.159] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2088 [10:33:47.162] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 2.4855820001102984ms +Info 2089 [10:33:47.162] Different program with same set of files +Info 2090 [10:33:47.313] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2091 [10:33:47.315] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 2.0880230001639575ms +Info 2092 [10:33:47.315] Different program with same set of files +Info 2093 [10:33:47.315] getCompletionData: Get current token: 0.00446099997498095 +Info 2094 [10:33:47.315] getCompletionData: Is inside comment: 0.014528000028803945 +Info 2095 [10:33:47.315] getCompletionData: Get previous token: 0.018521000165492296 +Info 2096 [10:33:47.315] getCompletionsAtPosition: isCompletionListBlocker: 0.007975999964401126 +Info 2097 [10:33:47.316] getExportInfoMap: cache hit +Info 2098 [10:33:47.318] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 0 from cache +Info 2099 [10:33:47.318] collectAutoImports: response is complete +Info 2100 [10:33:47.318] collectAutoImports: 1.714911000104621 +Info 2101 [10:33:47.318] getCompletionData: Semantic work: 2.144259999971837 +Info 2102 [10:33:47.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7541950000450015 +Info 2103 [10:33:47.320] Format host information updated +Info 2104 [10:33:47.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2105 [10:33:47.463] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 1.5788489999249578ms +Info 2106 [10:33:47.463] Different program with same set of files +Info 2107 [10:33:47.463] getCompletionData: Get current token: 0.0036310001742094755 +Info 2108 [10:33:47.463] getCompletionData: Is inside comment: 0.014177999924868345 +Info 2109 [10:33:47.463] getCompletionData: Get previous token: 0.0197049998678267 +Info 2110 [10:33:47.463] getCompletionsAtPosition: isCompletionListBlocker: 0.006923999870195985 +Info 2111 [10:33:47.463] getExportInfoMap: cache hit +Info 2112 [10:33:47.465] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 0 from cache +Info 2113 [10:33:47.465] collectAutoImports: response is complete +Info 2114 [10:33:47.465] collectAutoImports: 1.5293769999407232 +Info 2115 [10:33:47.465] getCompletionData: Semantic work: 1.9443640001118183 +Info 2116 [10:33:47.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.895259000128135 +Info 2117 [10:33:47.468] Format host information updated +Info 2118 [10:33:47.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2119 [10:33:47.564] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 5.724815000081435ms +Info 2120 [10:33:47.564] Different program with same set of files +Info 2121 [10:33:47.564] getCompletionData: Get current token: 0.015103999990969896 +Info 2122 [10:33:47.565] getCompletionData: Is inside comment: 0.07019399991258979 +Info 2123 [10:33:47.565] getCompletionData: Get previous token: 0.15323000005446374 +Info 2124 [10:33:47.565] getCompletionsAtPosition: isCompletionListBlocker: 0.024917000206187367 +Info 2125 [10:33:47.566] getExportInfoMap: cache hit +Info 2126 [10:33:47.572] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2127 [10:33:47.572] collectAutoImports: response is complete +Info 2128 [10:33:47.572] collectAutoImports: 5.471839000005275 +Info 2129 [10:33:47.572] getCompletionData: Semantic work: 7.288208999903873 +Info 2130 [10:33:47.579] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.085059999953955 +Info 2131 [10:33:47.582] Format host information updated +Info 2132 [10:33:47.722] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2133 [10:33:47.724] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 1.972463000100106ms +Info 2134 [10:33:47.724] Different program with same set of files +Info 2135 [10:33:47.724] getCompletionData: Get current token: 0.0040699997916817665 +Info 2136 [10:33:47.724] getCompletionData: Is inside comment: 0.015112999826669693 +Info 2137 [10:33:47.724] getCompletionData: Get previous token: 0.019549999851733446 +Info 2138 [10:33:47.725] getCompletionsAtPosition: isCompletionListBlocker: 0.0077390000224113464 +Info 2139 [10:33:47.725] getExportInfoMap: cache hit +Info 2140 [10:33:47.726] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2141 [10:33:47.726] collectAutoImports: response is complete +Info 2142 [10:33:47.726] collectAutoImports: 1.3933370001614094 +Info 2143 [10:33:47.726] getCompletionData: Semantic work: 1.8648910000920296 +Info 2144 [10:33:47.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9242289999965578 +Info 2145 [10:33:47.729] Format host information updated +Info 2146 [10:33:47.829] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2147 [10:33:47.835] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 5.79405999998562ms +Info 2148 [10:33:47.835] Different program with same set of files +Info 2149 [10:33:47.835] getCompletionData: Get current token: 0.02470399998128414 +Info 2150 [10:33:47.835] getCompletionData: Is inside comment: 0.06424400000832975 +Info 2151 [10:33:47.836] getCompletionData: Get previous token: 0.07618100009858608 +Info 2152 [10:33:47.836] getCompletionsAtPosition: isCompletionListBlocker: 0.02335899998433888 +Info 2153 [10:33:47.837] getExportInfoMap: cache hit +Info 2154 [10:33:47.842] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2155 [10:33:47.843] collectAutoImports: response is complete +Info 2156 [10:33:47.843] collectAutoImports: 4.9969039999414235 +Info 2157 [10:33:47.843] getCompletionData: Semantic work: 6.857597999973223 +Info 2158 [10:33:47.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.086432999931276 +Info 2159 [10:33:47.856] Format host information updated +Info 2160 [10:33:48.339] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2161 [10:33:48.341] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 1.606734000146389ms +Info 2162 [10:33:48.341] Different program with same set of files +Info 2163 [10:33:48.341] getCompletionData: Get current token: 0.0033919999841600657 +Info 2164 [10:33:48.341] getCompletionData: Is inside comment: 0.011753000086173415 +Info 2165 [10:33:48.341] getCompletionData: Get previous token: 0.015384999802336097 +Info 2166 [10:33:48.341] getCompletionsAtPosition: isCompletionListBlocker: 0.006842000177130103 +Info 2167 [10:33:48.341] getExportInfoMap: cache hit +Info 2168 [10:33:48.343] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2169 [10:33:48.343] collectAutoImports: response is complete +Info 2170 [10:33:48.343] collectAutoImports: 1.2211559999268502 +Info 2171 [10:33:48.343] getCompletionData: Semantic work: 1.617623999947682 +Info 2172 [10:33:48.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6190170000772923 +Info 2173 [10:33:48.345] Format host information updated +Info 2174 [10:33:48.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2175 [10:33:48.462] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 1.4727920000441372ms +Info 2176 [10:33:48.462] Different program with same set of files +Info 2177 [10:33:48.463] getCompletionData: Get current token: 0.0035540000535547733 +Info 2178 [10:33:48.463] getCompletionData: Is inside comment: 0.012975000077858567 +Info 2179 [10:33:48.463] getCompletionData: Get previous token: 0.016352999955415726 +Info 2180 [10:33:48.463] getCompletionsAtPosition: isCompletionListBlocker: 0.006687999935820699 +Info 2181 [10:33:48.463] getExportInfoMap: cache hit +Info 2182 [10:33:48.464] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2183 [10:33:48.464] collectAutoImports: response is complete +Info 2184 [10:33:48.464] collectAutoImports: 1.2476319998968393 +Info 2185 [10:33:48.464] getCompletionData: Semantic work: 1.641368999844417 +Info 2186 [10:33:48.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7560769999399781 +Info 2187 [10:33:48.467] Format host information updated +Info 2188 [10:33:48.592] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2189 [10:33:48.594] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 1.4836069999728352ms +Info 2190 [10:33:48.594] Different program with same set of files +Info 2191 [10:33:48.594] getCompletionData: Get current token: 0.003152000019326806 +Info 2192 [10:33:48.594] getCompletionData: Is inside comment: 0.01077600009739399 +Info 2193 [10:33:48.594] getCompletionData: Get previous token: 0.013671000022441149 +Info 2194 [10:33:48.594] getCompletionsAtPosition: isCompletionListBlocker: 0.006490000057965517 +Info 2195 [10:33:48.594] getExportInfoMap: cache hit +Info 2196 [10:33:48.595] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2197 [10:33:48.595] collectAutoImports: response is complete +Info 2198 [10:33:48.595] collectAutoImports: 1.2547249998897314 +Info 2199 [10:33:48.596] getCompletionData: Semantic work: 1.654352999990806 +Info 2200 [10:33:48.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8159509999677539 +Info 2201 [10:33:48.598] Format host information updated +Info 2202 [10:33:48.679] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2203 [10:33:48.681] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 1.977891999995336ms +Info 2204 [10:33:48.681] Different program with same set of files +Info 2205 [10:33:48.681] getCompletionData: Get current token: 0.0053789999801665545 +Info 2206 [10:33:48.681] getCompletionData: Is inside comment: 0.018129999982193112 +Info 2207 [10:33:48.682] getCompletionData: Get previous token: 0.026462000096216798 +Info 2208 [10:33:48.682] getCompletionsAtPosition: isCompletionListBlocker: 0.008762000128626823 +Info 2209 [10:33:48.682] getExportInfoMap: cache hit +Info 2210 [10:33:48.684] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2211 [10:33:48.684] collectAutoImports: response is complete +Info 2212 [10:33:48.684] collectAutoImports: 2.1893919999711215 +Info 2213 [10:33:48.684] getCompletionData: Semantic work: 2.7730829999782145 +Info 2214 [10:33:48.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.879615999991074 +Info 2215 [10:33:48.690] Format host information updated +Info 2216 [10:33:48.751] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2217 [10:33:48.753] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 1.5238119999412447ms +Info 2218 [10:33:48.753] Different program with same set of files +Info 2219 [10:33:48.753] getCompletionData: Get current token: 0.003507999936118722 +Info 2220 [10:33:48.753] getCompletionData: Is inside comment: 0.01140000019222498 +Info 2221 [10:33:48.753] getCompletionData: Get previous token: 0.014270999934524298 +Info 2222 [10:33:48.753] getCompletionsAtPosition: isCompletionListBlocker: 0.006801999872550368 +Info 2223 [10:33:48.754] getExportInfoMap: cache hit +Info 2224 [10:33:48.755] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2225 [10:33:48.755] collectAutoImports: response is complete +Info 2226 [10:33:48.755] collectAutoImports: 1.189134999876842 +Info 2227 [10:33:48.755] getCompletionData: Semantic work: 1.6786420000717044 +Info 2228 [10:33:48.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6334009999409318 +Info 2229 [10:33:48.757] Format host information updated +Info 2230 [10:33:48.906] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2231 [10:33:48.910] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 3.776998999994248ms +Info 2232 [10:33:48.910] Different program with same set of files +Info 2233 [10:33:48.910] getCompletionData: Get current token: 0.012744000181555748 +Info 2234 [10:33:48.911] getCompletionData: Is inside comment: 0.054053999949246645 +Info 2235 [10:33:48.911] getCompletionData: Get previous token: 0.11159899993799627 +Info 2236 [10:33:48.911] getCompletionsAtPosition: isCompletionListBlocker: 0.020254000090062618 +Info 2237 [10:33:48.912] getExportInfoMap: cache hit +Info 2238 [10:33:48.914] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2239 [10:33:48.914] collectAutoImports: response is complete +Info 2240 [10:33:48.914] collectAutoImports: 2.758899000007659 +Info 2241 [10:33:48.914] getCompletionData: Semantic work: 3.5490129999816418 +Info 2242 [10:33:48.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0528849998954684 +Info 2243 [10:33:48.919] Format host information updated +Info 2244 [10:33:48.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2245 [10:33:48.970] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 1.768463000189513ms +Info 2246 [10:33:48.970] Different program with same set of files +Info 2247 [10:33:48.970] getCompletionData: Get current token: 0.004201000090688467 +Info 2248 [10:33:48.970] getCompletionData: Is inside comment: 0.014773000031709671 +Info 2249 [10:33:48.970] getCompletionData: Get previous token: 0.01954700006172061 +Info 2250 [10:33:48.970] getCompletionsAtPosition: isCompletionListBlocker: 0.009095000103116035 +Info 2251 [10:33:48.970] getExportInfoMap: cache hit +Info 2252 [10:33:48.972] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2253 [10:33:48.972] collectAutoImports: response is complete +Info 2254 [10:33:48.972] collectAutoImports: 1.3990450000856072 +Info 2255 [10:33:48.972] getCompletionData: Semantic work: 1.9975049998611212 +Info 2256 [10:33:48.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9624149999581277 +Info 2257 [10:33:48.975] Format host information updated +Info 2258 [10:33:49.052] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2259 [10:33:49.058] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 5.4876080001704395ms +Info 2260 [10:33:49.058] Different program with same set of files +Info 2261 [10:33:49.058] getCompletionData: Get current token: 0.015906000044196844 +Info 2262 [10:33:49.059] getCompletionData: Is inside comment: 0.051537999883294106 +Info 2263 [10:33:49.059] getCompletionData: Get previous token: 0.06571599980816245 +Info 2264 [10:33:49.059] getCompletionsAtPosition: isCompletionListBlocker: 0.024671999970450997 +Info 2265 [10:33:49.060] getExportInfoMap: cache hit +Info 2266 [10:33:49.089] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2267 [10:33:49.089] collectAutoImports: response is complete +Info 2268 [10:33:49.089] collectAutoImports: 28.824228999903426 +Info 2269 [10:33:49.089] getCompletionData: Semantic work: 30.497201000107452 +Info 2270 [10:33:49.098] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.156846000114456 +Info 2271 [10:33:49.103] Format host information updated +Info 2272 [10:33:49.116] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2273 [10:33:49.118] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 1.840842999983579ms +Info 2274 [10:33:49.118] Different program with same set of files +Info 2275 [10:33:49.118] getCompletionData: Get current token: 0.00407000002451241 +Info 2276 [10:33:49.118] getCompletionData: Is inside comment: 0.013249999843537807 +Info 2277 [10:33:49.118] getCompletionData: Get previous token: 0.015787000069394708 +Info 2278 [10:33:49.118] getCompletionsAtPosition: isCompletionListBlocker: 0.008855000138282776 +Info 2279 [10:33:49.118] getExportInfoMap: cache hit +Info 2280 [10:33:49.120] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2281 [10:33:49.120] collectAutoImports: response is complete +Info 2282 [10:33:49.120] collectAutoImports: 1.2827460002154112 +Info 2283 [10:33:49.120] getCompletionData: Semantic work: 1.7335449999663979 +Info 2284 [10:33:49.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.796786000020802 +Info 2285 [10:33:49.122] Format host information updated +Info 2286 [10:33:49.786] Format host information updated +Info 2287 [10:33:49.786] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2288 [10:33:49.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 1.656377000035718ms +Info 2289 [10:33:49.788] Different program with same set of files +Info 2290 [10:33:57.302] Format host information updated +Info 2291 [10:33:57.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2292 [10:33:57.304] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 1.5343609999399632ms +Info 2293 [10:33:57.304] Different program with same set of files +Info 2294 [10:33:57.593] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2295 [10:33:57.594] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 1.5028820000588894ms +Info 2296 [10:33:57.594] Different program with same set of files +Info 2297 [10:33:57.595] getCompletionData: Get current token: 0.003253999864682555 +Info 2298 [10:33:57.595] getCompletionData: Is inside comment: 0.006923000095412135 +Info 2299 [10:33:57.595] getCompletionData: Get previous token: 0.004933000076562166 +Info 2300 [10:33:57.595] getCompletionsAtPosition: isCompletionListBlocker: 0.005647999932989478 +Info 2301 [10:33:57.595] Returning an empty list because completion was requested in an invalid position. +Info 2302 [10:33:57.595] Format host information updated +Info 2303 [10:33:57.873] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2304 [10:33:57.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 1.6037390001583844ms +Info 2305 [10:33:57.874] Different program with same set of files +Info 2306 [10:33:57.875] getCompletionData: Get current token: 0.0019829999655485153 +Info 2307 [10:33:57.875] getCompletionData: Is inside comment: 0.009522999869659543 +Info 2308 [10:33:57.875] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2309 [10:33:57.876] Format host information updated +Info 2310 [10:33:57.987] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2311 [10:33:57.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 1.3075860000681132ms +Info 2312 [10:33:57.988] Different program with same set of files +Info 2313 [10:33:57.988] getCompletionData: Get current token: 0.001204000087454915 +Info 2314 [10:33:57.988] getCompletionData: Is inside comment: 0.005841000005602837 +Info 2315 [10:33:57.988] Format host information updated +Info 2316 [10:33:58.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2317 [10:33:58.154] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 1.315186999971047ms +Info 2318 [10:33:58.154] Different program with same set of files +Info 2319 [10:33:58.154] getCompletionData: Get current token: 0.0014299999456852674 +Info 2320 [10:33:58.154] getCompletionData: Is inside comment: 0.006370000075548887 +Info 2321 [10:33:58.154] Format host information updated +Info 2322 [10:33:58.453] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2323 [10:33:58.456] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 2.770672000013292ms +Info 2324 [10:33:58.456] Different program with same set of files +Info 2325 [10:33:58.456] getCompletionData: Get current token: 0.005005999933928251 +Info 2326 [10:33:58.456] getCompletionData: Is inside comment: 0.019512000028043985 +Info 2327 [10:33:58.456] getCompletionData: Get previous token: 0.011473000049591064 +Info 2328 [10:33:58.456] getCompletionsAtPosition: isCompletionListBlocker: 0.024698000168427825 +Info 2329 [10:33:58.457] getExportInfoMap: cache hit +Info 2330 [10:33:58.464] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 2331 [10:33:58.464] collectAutoImports: response is complete +Info 2332 [10:33:58.464] collectAutoImports: 6.855526000028476 +Info 2333 [10:33:58.464] getCompletionData: Semantic work: 7.7707879999652505 +Info 2334 [10:33:58.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.591961999889463 +Info 2335 [10:33:58.474] Format host information updated +Info 2336 [10:33:59.045] getCompletionData: Get current token: 0.007133000064641237 +Info 2337 [10:33:59.045] getCompletionData: Is inside comment: 0.034543999936431646 +Info 2338 [10:33:59.833] Format host information updated +Info 2339 [10:33:59.833] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2340 [10:33:59.834] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 1.6066160001792014ms +Info 2341 [10:33:59.834] Different program with same set of files +Info 2342 [10:34:00.920] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2343 [10:34:00.922] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 1.6034550000913441ms +Info 2344 [10:34:00.922] Different program with same set of files +Info 2345 [10:34:00.922] getCompletionData: Get current token: 0.0018279999494552612 +Info 2346 [10:34:00.922] getCompletionData: Is inside comment: 0.00890300003811717 +Info 2347 [10:34:00.922] Format host information updated +Info 2348 [10:34:01.174] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2349 [10:34:01.176] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 1.5602389997802675ms +Info 2350 [10:34:01.176] Different program with same set of files +Info 2351 [10:34:01.176] getCompletionData: Get current token: 0.0017920001409947872 +Info 2352 [10:34:01.176] getCompletionData: Is inside comment: 0.009360000025480986 +Info 2353 [10:34:01.176] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2354 [10:34:01.176] Format host information updated +Info 2355 [10:34:01.494] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2356 [10:34:01.496] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 1.9343230002559721ms +Info 2357 [10:34:01.496] Different program with same set of files +Info 2358 [10:34:01.496] getCompletionData: Get current token: 0.0015819999389350414 +Info 2359 [10:34:01.496] getCompletionData: Is inside comment: 0.008510000072419643 +Info 2360 [10:34:01.496] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2361 [10:34:01.496] Format host information updated +Info 2362 [10:34:01.707] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2363 [10:34:01.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 1.5414510001428425ms +Info 2364 [10:34:01.708] Different program with same set of files +Info 2365 [10:34:01.709] getCompletionData: Get current token: 0.0018220003694295883 +Info 2366 [10:34:01.709] getCompletionData: Is inside comment: 0.010430000256747007 +Info 2367 [10:34:01.709] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2368 [10:34:01.709] Format host information updated +Info 2369 [10:34:01.879] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2370 [10:34:01.880] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 1.598330999724567ms +Info 2371 [10:34:01.880] Different program with same set of files +Info 2372 [10:34:01.880] getCompletionData: Get current token: 0.0018560001626610756 +Info 2373 [10:34:01.880] getCompletionData: Is inside comment: 0.01040900032967329 +Info 2374 [10:34:01.880] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2375 [10:34:01.881] Format host information updated +Info 2376 [10:34:02.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2377 [10:34:02.005] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 1.751238999888301ms +Info 2378 [10:34:02.005] Different program with same set of files +Info 2379 [10:34:02.005] getCompletionData: Get current token: 0.0018859999254345894 +Info 2380 [10:34:02.005] getCompletionData: Is inside comment: 0.010002999566495419 +Info 2381 [10:34:02.005] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2382 [10:34:02.005] Format host information updated +Info 2383 [10:34:02.103] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2384 [10:34:02.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 1.5354710002429783ms +Info 2385 [10:34:02.105] Different program with same set of files +Info 2386 [10:34:02.105] getCompletionData: Get current token: 0.0019390000961720943 +Info 2387 [10:34:02.105] getCompletionData: Is inside comment: 0.010017999913543463 +Info 2388 [10:34:02.105] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2389 [10:34:02.105] Format host information updated +Info 2390 [10:34:02.298] Format host information updated +Info 2391 [10:34:02.298] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2392 [10:34:02.301] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 2.0731949997134507ms +Info 2393 [10:34:02.301] Different program with same set of files +Info 2394 [10:34:03.293] Format host information updated +Info 2395 [10:34:03.293] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2396 [10:34:03.295] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 1.5918239997699857ms +Info 2397 [10:34:03.295] Different program with same set of files +Info 2398 [10:34:03.886] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2399 [10:34:03.887] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 1.6608049999922514ms +Info 2400 [10:34:03.887] Different program with same set of files +Info 2401 [10:34:03.887] getCompletionData: Get current token: 0.0036639999598264694 +Info 2402 [10:34:03.888] getCompletionData: Is inside comment: 0.01645699981600046 +Info 2403 [10:34:03.888] Format host information updated +Info 2404 [10:34:04.019] Format host information updated +Info 2405 [10:34:04.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2406 [10:34:04.020] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 1.5749129997566342ms +Info 2407 [10:34:04.020] Different program with same set of files +Info 2408 [10:34:04.169] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2409 [10:34:04.171] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 2.023427000269294ms +Info 2410 [10:34:04.171] Different program with same set of files +Info 2411 [10:34:04.171] getCompletionData: Get current token: 0.0035069999285042286 +Info 2412 [10:34:04.171] getCompletionData: Is inside comment: 0.021761000156402588 +Info 2413 [10:34:04.174] Format host information updated +Info 2414 [10:34:04.477] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2415 [10:34:04.478] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 1.582890999969095ms +Info 2416 [10:34:04.478] Different program with same set of files +Info 2417 [10:34:04.479] getCompletionData: Get current token: 0.016408000141382217 +Info 2418 [10:34:04.479] getCompletionData: Is inside comment: 0.011223000008612871 +Info 2419 [10:34:04.479] Format host information updated +Info 2420 [10:34:04.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2421 [10:34:04.675] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 1.5254320004023612ms +Info 2422 [10:34:04.675] Different program with same set of files +Info 2423 [10:34:04.676] getCompletionData: Get current token: 0.0024239998310804367 +Info 2424 [10:34:04.676] getCompletionData: Is inside comment: 0.010817999951541424 +Info 2425 [10:34:04.676] Format host information updated +Info 2426 [10:34:04.813] Format host information updated +Info 2427 [10:34:04.813] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2428 [10:34:04.814] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 1.473247000016272ms +Info 2429 [10:34:04.814] Different program with same set of files +Info 2430 [10:34:04.985] Format host information updated +Info 2431 [10:34:04.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2432 [10:34:04.987] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 1.4101889999583364ms +Info 2433 [10:34:04.987] Different program with same set of files +Info 2434 [10:34:05.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2435 [10:34:05.183] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 1.4537809998728335ms +Info 2436 [10:34:05.183] Different program with same set of files +Info 2437 [10:34:05.183] getCompletionData: Get current token: 0.0026040002703666687 +Info 2438 [10:34:05.183] getCompletionData: Is inside comment: 0.01937100011855364 +Info 2439 [10:34:05.184] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2440 [10:34:05.184] Format host information updated +Info 2441 [10:34:05.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2442 [10:34:05.310] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 1.5617420002818108ms +Info 2443 [10:34:05.310] Different program with same set of files +Info 2444 [10:34:05.310] getCompletionData: Get current token: 0.0022780001163482666 +Info 2445 [10:34:05.310] getCompletionData: Is inside comment: 0.00965499971061945 +Info 2446 [10:34:05.310] getCompletionData: Get previous token: 0.006294999737292528 +Info 2447 [10:34:05.310] getCompletionsAtPosition: isCompletionListBlocker: 0.0068440004251897335 +Info 2448 [10:34:05.311] getExportInfoMap: cache hit +Info 2449 [10:34:05.320] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2450 [10:34:05.320] collectAutoImports: response is complete +Info 2451 [10:34:05.320] collectAutoImports: 9.606641000136733 +Info 2452 [10:34:05.320] getCompletionData: Semantic work: 10.049753000028431 +Info 2453 [10:34:05.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.528514000121504 +Info 2454 [10:34:05.329] Format host information updated +Info 2455 [10:34:05.819] getCompletionData: Get current token: 0.012745999731123447 +Info 2456 [10:34:05.819] getCompletionData: Is inside comment: 0.053069000132381916 +Info 2457 [10:34:05.819] getCompletionData: Get previous token: 0.03169600013643503 +Info 2458 [10:34:05.820] getCompletionsAtPosition: isCompletionListBlocker: 0.008588999975472689 +Info 2459 [10:34:05.822] getExportInfoMap: cache hit +Info 2460 [10:34:05.839] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2461 [10:34:05.839] collectAutoImports: response is complete +Info 2462 [10:34:05.839] collectAutoImports: 17.51168300025165 +Info 2463 [10:34:05.839] getCompletionData: Semantic work: 19.725194999948144 +Info 2464 [10:34:05.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.282635999843478 +Info 2465 [10:34:06.219] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2466 [10:34:06.221] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 2.060911000240594ms +Info 2467 [10:34:06.221] Different program with same set of files +Info 2468 [10:34:06.221] getCompletionData: Get current token: 0.00368200009688735 +Info 2469 [10:34:06.221] getCompletionData: Is inside comment: 0.013023000210523605 +Info 2470 [10:34:06.221] getCompletionData: Get previous token: 0.00800199992954731 +Info 2471 [10:34:06.221] getCompletionsAtPosition: isCompletionListBlocker: 0.008167999796569347 +Info 2472 [10:34:06.221] getExportInfoMap: cache hit +Info 2473 [10:34:06.229] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2474 [10:34:06.229] collectAutoImports: response is complete +Info 2475 [10:34:06.229] collectAutoImports: 7.980480000376701 +Info 2476 [10:34:06.229] getCompletionData: Semantic work: 8.489637999795377 +Info 2477 [10:34:06.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.41287500038743 +Info 2478 [10:34:06.240] Format host information updated +Info 2479 [10:34:06.279] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2480 [10:34:06.282] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 2.3457519998773932ms +Info 2481 [10:34:06.282] Different program with same set of files +Info 2482 [10:34:06.282] getCompletionData: Get current token: 0.0044559999369084835 +Info 2483 [10:34:06.282] getCompletionData: Is inside comment: 0.017082999926060438 +Info 2484 [10:34:06.282] getCompletionData: Get previous token: 0.01974799996241927 +Info 2485 [10:34:06.282] getCompletionsAtPosition: isCompletionListBlocker: 0.010249999817460775 +Info 2486 [10:34:06.283] getExportInfoMap: cache hit +Info 2487 [10:34:06.285] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2488 [10:34:06.285] collectAutoImports: response is complete +Info 2489 [10:34:06.285] collectAutoImports: 1.7766470001079142 +Info 2490 [10:34:06.285] getCompletionData: Semantic work: 2.375687999650836 +Info 2491 [10:34:06.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2058910001069307 +Info 2492 [10:34:06.288] Format host information updated +Info 2493 [10:34:06.909] Format host information updated +Info 2494 [10:34:06.909] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2495 [10:34:06.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 1.810534999705851ms +Info 2496 [10:34:06.911] Different program with same set of files +Info 2497 [10:34:07.121] getCompletionData: Get current token: 0.0028650001622736454 +Info 2498 [10:34:07.121] getCompletionData: Is inside comment: 0.012159000150859356 +Info 2499 [10:34:07.121] getCompletionData: Get previous token: 0.008207999635487795 +Info 2500 [10:34:07.121] getCompletionsAtPosition: isCompletionListBlocker: 0.0024259998463094234 +Info 2501 [10:34:07.121] Returning an empty list because completion was requested in an invalid position. +Info 2502 [10:34:08.505] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2503 [10:34:08.507] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 1.7121560000814497ms +Info 2504 [10:34:08.507] Different program with same set of files +Info 2505 [10:34:08.507] getCompletionData: Get current token: 0.0035080001689493656 +Info 2506 [10:34:08.507] getCompletionData: Is inside comment: 0.013394999783486128 +Info 2507 [10:34:08.507] getCompletionData: Get previous token: 0.015350000001490116 +Info 2508 [10:34:08.507] getCompletionsAtPosition: isCompletionListBlocker: 0.003384999930858612 +Info 2509 [10:34:08.507] getExportInfoMap: cache hit +Info 2510 [10:34:08.509] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 5 from cache +Info 2511 [10:34:08.509] collectAutoImports: response is complete +Info 2512 [10:34:08.509] collectAutoImports: 1.8029100000858307 +Info 2513 [10:34:08.509] getCompletionData: Semantic work: 2.277382000349462 +Info 2514 [10:34:08.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7188099999912083 +Info 2515 [10:34:08.512] Format host information updated +Info 2516 [10:34:09.388] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2517 [10:34:09.390] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 1.6992069999687374ms +Info 2518 [10:34:09.390] Different program with same set of files +Info 2519 [10:34:09.390] getCompletionData: Get current token: 0.003254000097513199 +Info 2520 [10:34:09.390] getCompletionData: Is inside comment: 0.012659000232815742 +Info 2521 [10:34:09.390] getCompletionData: Get previous token: 0.014177000150084496 +Info 2522 [10:34:09.390] getCompletionsAtPosition: isCompletionListBlocker: 0.003394000232219696 +Info 2523 [10:34:09.390] getExportInfoMap: cache hit +Info 2524 [10:34:09.392] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2525 [10:34:09.392] collectAutoImports: response is complete +Info 2526 [10:34:09.392] collectAutoImports: 1.1658950001001358 +Info 2527 [10:34:09.392] getCompletionData: Semantic work: 1.722986000124365 +Info 2528 [10:34:09.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6755929999053478 +Info 2529 [10:34:09.394] Format host information updated +Info 2530 [10:34:09.490] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2531 [10:34:09.492] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 1.701791999861598ms +Info 2532 [10:34:09.492] Different program with same set of files +Info 2533 [10:34:09.492] getCompletionData: Get current token: 0.0033850003965198994 +Info 2534 [10:34:09.492] getCompletionData: Is inside comment: 0.013319999910891056 +Info 2535 [10:34:09.492] getCompletionData: Get previous token: 0.015290999785065651 +Info 2536 [10:34:09.492] getCompletionsAtPosition: isCompletionListBlocker: 0.0034720003604888916 +Info 2537 [10:34:09.493] getExportInfoMap: cache hit +Info 2538 [10:34:09.494] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2539 [10:34:09.494] collectAutoImports: response is complete +Info 2540 [10:34:09.494] collectAutoImports: 1.2889439999125898 +Info 2541 [10:34:09.494] getCompletionData: Semantic work: 1.7806100002489984 +Info 2542 [10:34:09.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1464169998653233 +Info 2543 [10:34:09.498] Format host information updated +Info 2544 [10:34:09.922] Format host information updated +Info 2545 [10:34:09.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2546 [10:34:09.924] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 1.7843140000477433ms +Info 2547 [10:34:09.924] Different program with same set of files +Info 2548 [10:34:10.038] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2549 [10:34:10.041] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 2.2723730001598597ms +Info 2550 [10:34:10.041] Different program with same set of files +Info 2551 [10:34:10.041] getCompletionData: Get current token: 0.0037010000087320805 +Info 2552 [10:34:10.041] getCompletionData: Is inside comment: 0.013363000005483627 +Info 2553 [10:34:10.041] getCompletionData: Get previous token: 0.009304000064730644 +Info 2554 [10:34:10.041] getCompletionsAtPosition: isCompletionListBlocker: 0.002591999713331461 +Info 2555 [10:34:10.041] getExportInfoMap: cache hit +Info 2556 [10:34:10.049] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2557 [10:34:10.049] collectAutoImports: response is complete +Info 2558 [10:34:10.049] collectAutoImports: 7.972910000011325 +Info 2559 [10:34:10.049] getCompletionData: Semantic work: 8.41671000001952 +Info 2560 [10:34:10.054] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.016460000071675 +Info 2561 [10:34:10.059] Format host information updated +Info 2562 [10:34:10.246] Format host information updated +Info 2563 [10:34:10.247] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2564 [10:34:10.248] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 1.6769489999860525ms +Info 2565 [10:34:10.248] Different program with same set of files +Info 2566 [10:34:10.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2567 [10:34:10.376] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 1.674010000191629ms +Info 2568 [10:34:10.376] Different program with same set of files +Info 2569 [10:34:10.376] getCompletionData: Get current token: 0.0030189999379217625 +Info 2570 [10:34:10.376] getCompletionData: Is inside comment: 0.01284300023689866 +Info 2571 [10:34:10.376] getCompletionData: Get previous token: 0.013925999868661165 +Info 2572 [10:34:10.377] getCompletionsAtPosition: isCompletionListBlocker: 0.0033820001408457756 +Info 2573 [10:34:10.377] getExportInfoMap: cache hit +Info 2574 [10:34:10.378] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2575 [10:34:10.378] collectAutoImports: response is complete +Info 2576 [10:34:10.378] collectAutoImports: 1.1719800001010299 +Info 2577 [10:34:10.378] getCompletionData: Semantic work: 1.6706810002215207 +Info 2578 [10:34:10.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6969759999774396 +Info 2579 [10:34:10.381] Format host information updated +Info 2580 [10:34:10.447] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2581 [10:34:10.448] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 1.554974999744445ms +Info 2582 [10:34:10.448] Different program with same set of files +Info 2583 [10:34:10.449] getCompletionData: Get current token: 0.0033829999156296253 +Info 2584 [10:34:10.449] getCompletionData: Is inside comment: 0.013123000040650368 +Info 2585 [10:34:10.449] getCompletionData: Get previous token: 0.008112999610602856 +Info 2586 [10:34:10.449] getCompletionsAtPosition: isCompletionListBlocker: 0.0024839998222887516 +Info 2587 [10:34:10.449] getExportInfoMap: cache hit +Info 2588 [10:34:10.456] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2589 [10:34:10.456] collectAutoImports: response is complete +Info 2590 [10:34:10.456] collectAutoImports: 6.854263000190258 +Info 2591 [10:34:10.456] getCompletionData: Semantic work: 7.3038749997504056 +Info 2592 [10:34:10.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.996650000102818 +Info 2593 [10:34:10.465] Format host information updated +Info 2594 [10:34:10.554] Format host information updated +Info 2595 [10:34:10.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2596 [10:34:10.561] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 6.103693999815732ms +Info 2597 [10:34:10.561] Different program with same set of files +Info 2598 [10:34:11.330] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2599 [10:34:11.332] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 1.702854000031948ms +Info 2600 [10:34:11.332] Different program with same set of files +Info 2601 [10:34:11.332] getCompletionData: Get current token: 0.0033049997873604298 +Info 2602 [10:34:11.332] getCompletionData: Is inside comment: 0.014379999600350857 +Info 2603 [10:34:11.332] getCompletionData: Get previous token: 0.016660000197589397 +Info 2604 [10:34:11.332] getCompletionsAtPosition: isCompletionListBlocker: 0.0029449998401105404 +Info 2605 [10:34:11.333] getExportInfoMap: cache hit +Info 2606 [10:34:11.335] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 5 from cache +Info 2607 [10:34:11.335] collectAutoImports: response is complete +Info 2608 [10:34:11.335] collectAutoImports: 1.8871049997396767 +Info 2609 [10:34:11.335] getCompletionData: Semantic work: 2.347897999919951 +Info 2610 [10:34:11.337] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.915595999918878 +Info 2611 [10:34:11.338] Format host information updated +Info 2612 [10:34:11.525] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2613 [10:34:11.528] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 2.0662509999237955ms +Info 2614 [10:34:11.528] Different program with same set of files +Info 2615 [10:34:11.528] getCompletionData: Get current token: 0.0028440002351999283 +Info 2616 [10:34:11.528] getCompletionData: Is inside comment: 0.011481999885290861 +Info 2617 [10:34:11.528] getCompletionData: Get previous token: 0.013989999890327454 +Info 2618 [10:34:11.528] getCompletionsAtPosition: isCompletionListBlocker: 0.00241499999538064 +Info 2619 [10:34:11.528] getExportInfoMap: cache hit +Info 2620 [10:34:11.530] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 5 from cache +Info 2621 [10:34:11.530] collectAutoImports: response is complete +Info 2622 [10:34:11.530] collectAutoImports: 1.5837520002387464 +Info 2623 [10:34:11.530] getCompletionData: Semantic work: 1.9536569998599589 +Info 2624 [10:34:11.531] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.656686999835074 +Info 2625 [10:34:11.532] Format host information updated +Info 2626 [10:34:11.664] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2627 [10:34:11.666] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 1.6345969997346401ms +Info 2628 [10:34:11.666] Different program with same set of files +Info 2629 [10:34:11.666] getCompletionData: Get current token: 0.003279999829828739 +Info 2630 [10:34:11.666] getCompletionData: Is inside comment: 0.013458000030368567 +Info 2631 [10:34:11.666] getCompletionData: Get previous token: 0.017324999906122684 +Info 2632 [10:34:11.666] getCompletionsAtPosition: isCompletionListBlocker: 0.0024640001356601715 +Info 2633 [10:34:11.666] getExportInfoMap: cache hit +Info 2634 [10:34:11.668] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2635 [10:34:11.668] collectAutoImports: response is complete +Info 2636 [10:34:11.668] collectAutoImports: 1.2786500002257526 +Info 2637 [10:34:11.668] getCompletionData: Semantic work: 1.7060949997976422 +Info 2638 [10:34:11.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6072940002195537 +Info 2639 [10:34:11.670] Format host information updated +Info 2640 [10:34:11.768] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2641 [10:34:11.769] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 1.6573689999058843ms +Info 2642 [10:34:11.769] Different program with same set of files +Info 2643 [10:34:11.770] getCompletionData: Get current token: 0.0033229999244213104 +Info 2644 [10:34:11.770] getCompletionData: Is inside comment: 0.013747999910265207 +Info 2645 [10:34:11.770] getCompletionData: Get previous token: 0.017123000230640173 +Info 2646 [10:34:11.770] getCompletionsAtPosition: isCompletionListBlocker: 0.002689999993890524 +Info 2647 [10:34:11.770] getExportInfoMap: cache hit +Info 2648 [10:34:11.771] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2649 [10:34:11.771] collectAutoImports: response is complete +Info 2650 [10:34:11.771] collectAutoImports: 1.2001709998585284 +Info 2651 [10:34:11.771] getCompletionData: Semantic work: 1.6250169998966157 +Info 2652 [10:34:11.773] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6422990001738071 +Info 2653 [10:34:11.775] Format host information updated +Info 2654 [10:34:11.862] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2655 [10:34:11.863] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 1.5130909997969866ms +Info 2656 [10:34:11.863] Different program with same set of files +Info 2657 [10:34:11.864] getCompletionData: Get current token: 0.0029700002633035183 +Info 2658 [10:34:11.864] getCompletionData: Is inside comment: 0.012742000166326761 +Info 2659 [10:34:11.864] getCompletionData: Get previous token: 0.015621999744325876 +Info 2660 [10:34:11.864] getCompletionsAtPosition: isCompletionListBlocker: 0.002418000251054764 +Info 2661 [10:34:11.864] getExportInfoMap: cache hit +Info 2662 [10:34:11.865] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2663 [10:34:11.865] collectAutoImports: response is complete +Info 2664 [10:34:11.865] collectAutoImports: 1.1976230000145733 +Info 2665 [10:34:11.865] getCompletionData: Semantic work: 1.6147989998571575 +Info 2666 [10:34:11.867] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6121020000427961 +Info 2667 [10:34:11.868] Format host information updated +Info 2668 [10:34:12.058] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2669 [10:34:12.060] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 1.5635400000028312ms +Info 2670 [10:34:12.060] Different program with same set of files +Info 2671 [10:34:12.060] getCompletionData: Get current token: 0.0030169999226927757 +Info 2672 [10:34:12.060] getCompletionData: Is inside comment: 0.01343100005760789 +Info 2673 [10:34:12.060] getCompletionData: Get previous token: 0.008723999839276075 +Info 2674 [10:34:12.060] getCompletionsAtPosition: isCompletionListBlocker: 0.003281999845057726 +Info 2675 [10:34:12.060] getExportInfoMap: cache hit +Info 2676 [10:34:12.067] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2677 [10:34:12.067] collectAutoImports: response is complete +Info 2678 [10:34:12.067] collectAutoImports: 6.9283750001341105 +Info 2679 [10:34:12.067] getCompletionData: Semantic work: 7.406964000314474 +Info 2680 [10:34:12.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.834999999962747 +Info 2681 [10:34:12.077] Format host information updated +Info 2682 [10:34:12.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2683 [10:34:12.265] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 1.716182999778539ms +Info 2684 [10:34:12.265] Different program with same set of files +Info 2685 [10:34:12.265] getCompletionData: Get current token: 0.0035890000872313976 +Info 2686 [10:34:12.265] getCompletionData: Is inside comment: 0.014155999757349491 +Info 2687 [10:34:12.265] getCompletionData: Get previous token: 0.01803900022059679 +Info 2688 [10:34:12.265] getCompletionsAtPosition: isCompletionListBlocker: 0.002867999952286482 +Info 2689 [10:34:12.265] getExportInfoMap: cache hit +Info 2690 [10:34:12.268] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 6 from cache +Info 2691 [10:34:12.268] collectAutoImports: response is complete +Info 2692 [10:34:12.268] collectAutoImports: 2.4472000002861023 +Info 2693 [10:34:12.268] getCompletionData: Semantic work: 2.93387100007385 +Info 2694 [10:34:12.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0703019998036325 +Info 2695 [10:34:12.271] Format host information updated +Info 2696 [10:34:12.365] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2697 [10:34:12.367] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 1.706402000039816ms +Info 2698 [10:34:12.367] Different program with same set of files +Info 2699 [10:34:12.367] getCompletionData: Get current token: 0.003079999703913927 +Info 2700 [10:34:12.367] getCompletionData: Is inside comment: 0.014146000146865845 +Info 2701 [10:34:12.367] getCompletionData: Get previous token: 0.009027000050991774 +Info 2702 [10:34:12.367] getCompletionsAtPosition: isCompletionListBlocker: 0.01157099986448884 +Info 2703 [10:34:12.368] getExportInfoMap: cache hit +Info 2704 [10:34:12.375] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2705 [10:34:12.375] collectAutoImports: response is complete +Info 2706 [10:34:12.375] collectAutoImports: 6.747613000217825 +Info 2707 [10:34:12.375] getCompletionData: Semantic work: 7.1722529996186495 +Info 2708 [10:34:12.379] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.685743999667466 +Info 2709 [10:34:12.384] Format host information updated +Info 2710 [10:34:12.616] Format host information updated +Info 2711 [10:34:12.616] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2712 [10:34:12.618] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 1.8251549997366965ms +Info 2713 [10:34:12.618] Different program with same set of files +Info 2714 [10:34:15.082] getCompletionData: Get current token: 0.004452000372111797 +Info 2715 [10:34:15.082] getCompletionData: Is inside comment: 0.012777999974787235 +Info 2716 [10:34:15.082] getCompletionData: Get previous token: 0.007360999938100576 +Info 2717 [10:34:15.082] getCompletionsAtPosition: isCompletionListBlocker: 0.0030539999715983868 +Info 2718 [10:34:15.083] getExportInfoMap: cache hit +Info 2719 [10:34:15.089] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2720 [10:34:15.089] collectAutoImports: response is complete +Info 2721 [10:34:15.089] collectAutoImports: 6.234635999891907 +Info 2722 [10:34:15.089] getCompletionData: Semantic work: 6.822742000222206 +Info 2723 [10:34:15.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.907204000279307 +Info 2724 [10:34:15.389] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2725 [10:34:15.391] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 2.047055999748409ms +Info 2726 [10:34:15.391] Different program with same set of files +Info 2727 [10:34:15.392] getCompletionData: Get current token: 0.002474999986588955 +Info 2728 [10:34:15.392] getCompletionData: Is inside comment: 0.011458999942988157 +Info 2729 [10:34:15.392] getCompletionData: Get previous token: 0.01281900005415082 +Info 2730 [10:34:15.392] getCompletionsAtPosition: isCompletionListBlocker: 0.0017590001225471497 +Info 2731 [10:34:15.392] Returning an empty list because completion was requested in an invalid position. +Info 2732 [10:34:15.392] Format host information updated +Info 2733 [10:34:15.552] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2734 [10:34:15.554] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 1.8765850001946092ms +Info 2735 [10:34:15.554] Different program with same set of files +Info 2736 [10:34:15.554] getCompletionData: Get current token: 0.0025760000571608543 +Info 2737 [10:34:15.554] getCompletionData: Is inside comment: 0.011328999884426594 +Info 2738 [10:34:15.554] getCompletionData: Get previous token: 0.007287999615073204 +Info 2739 [10:34:15.554] getCompletionsAtPosition: isCompletionListBlocker: 0.010941999964416027 +Info 2740 [10:34:15.555] getExportInfoMap: cache hit +Info 2741 [10:34:15.562] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2742 [10:34:15.562] collectAutoImports: response is complete +Info 2743 [10:34:15.562] collectAutoImports: 7.742201999761164 +Info 2744 [10:34:15.562] getCompletionData: Semantic work: 8.12460400024429 +Info 2745 [10:34:15.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.863594000227749 +Info 2746 [10:34:15.572] Format host information updated +Info 2747 [10:34:18.284] Format host information updated +Info 2748 [10:34:18.284] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2749 [10:34:18.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 2.7552579999901354ms +Info 2750 [10:34:18.287] Different program with same set of files +Info 2751 [10:34:19.372] getCompletionData: Get current token: 0.006254999898374081 +Info 2752 [10:34:19.372] getCompletionData: Is inside comment: 0.01652600010856986 +Info 2753 [10:34:19.372] getCompletionData: Get previous token: 0.01019599987193942 +Info 2754 [10:34:19.372] getCompletionsAtPosition: isCompletionListBlocker: 0.003460000269114971 +Info 2755 [10:34:19.372] getExportInfoMap: cache hit +Info 2756 [10:34:19.379] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2757 [10:34:19.379] collectAutoImports: response is complete +Info 2758 [10:34:19.379] collectAutoImports: 6.277894000057131 +Info 2759 [10:34:19.379] getCompletionData: Semantic work: 6.784909000154585 +Info 2760 [10:34:19.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.070141999982297 +Info 2761 [10:34:20.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2762 [10:34:20.184] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 1.80727699957788ms +Info 2763 [10:34:20.184] Different program with same set of files +Info 2764 [10:34:20.184] getCompletionData: Get current token: 0.02203100034967065 +Info 2765 [10:34:20.184] getCompletionData: Is inside comment: 0.017299999948590994 +Info 2766 [10:34:20.184] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2767 [10:34:20.184] Format host information updated +Info 2768 [10:34:20.306] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2769 [10:34:20.308] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 1.7172110001556575ms +Info 2770 [10:34:20.308] Different program with same set of files +Info 2771 [10:34:20.308] getCompletionData: Get current token: 0.0041809999383986 +Info 2772 [10:34:20.308] getCompletionData: Is inside comment: 0.01706199999898672 +Info 2773 [10:34:20.308] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2774 [10:34:20.309] Format host information updated +Info 2775 [10:34:20.393] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2776 [10:34:20.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 1.611215999815613ms +Info 2777 [10:34:20.395] Different program with same set of files +Info 2778 [10:34:20.395] getCompletionData: Get current token: 0.006111000198870897 +Info 2779 [10:34:20.395] getCompletionData: Is inside comment: 0.017047000117599964 +Info 2780 [10:34:20.395] getCompletionData: Get previous token: 0.010836999863386154 +Info 2781 [10:34:20.395] getCompletionsAtPosition: isCompletionListBlocker: 0.034708000253885984 +Info 2782 [10:34:20.396] getExportInfoMap: cache hit +Info 2783 [10:34:20.402] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2784 [10:34:20.402] collectAutoImports: response is complete +Info 2785 [10:34:20.402] collectAutoImports: 6.258948999922723 +Info 2786 [10:34:20.402] getCompletionData: Semantic work: 6.695377000141889 +Info 2787 [10:34:20.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.262793000321835 +Info 2788 [10:34:20.410] Format host information updated +Info 2789 [10:34:20.947] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2790 [10:34:20.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 2.0101069998927414ms +Info 2791 [10:34:20.949] Different program with same set of files +Info 2792 [10:34:20.950] getCompletionData: Get current token: 0.004029999952763319 +Info 2793 [10:34:20.950] getCompletionData: Is inside comment: 0.014403999783098698 +Info 2794 [10:34:20.950] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2795 [10:34:20.950] Format host information updated +Info 2796 [10:34:21.470] getCompletionData: Get current token: 0.004176999907940626 +Info 2797 [10:34:21.470] getCompletionData: Is inside comment: 0.014655000064522028 +Info 2798 [10:34:21.470] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2799 [10:34:21.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2800 [10:34:21.689] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 1.6995669999159873ms +Info 2801 [10:34:21.689] Different program with same set of files +Info 2802 [10:34:21.689] getCompletionData: Get current token: 0.003922999836504459 +Info 2803 [10:34:21.689] getCompletionData: Is inside comment: 0.015537000261247158 +Info 2804 [10:34:21.689] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2805 [10:34:21.689] Format host information updated +Info 2806 [10:34:21.898] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2807 [10:34:21.900] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 2.257228000089526ms +Info 2808 [10:34:21.900] Different program with same set of files +Info 2809 [10:34:21.900] getCompletionData: Get current token: 0.006391000002622604 +Info 2810 [10:34:21.900] getCompletionData: Is inside comment: 0.01614800002425909 +Info 2811 [10:34:21.900] getCompletionData: Get previous token: 0.011357999872416258 +Info 2812 [10:34:21.900] getCompletionsAtPosition: isCompletionListBlocker: 0.002991999965161085 +Info 2813 [10:34:21.901] getExportInfoMap: cache hit +Info 2814 [10:34:21.914] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2815 [10:34:21.914] collectAutoImports: response is complete +Info 2816 [10:34:21.914] collectAutoImports: 12.222680000122637 +Info 2817 [10:34:21.914] getCompletionData: Semantic work: 13.41656900011003 +Info 2818 [10:34:21.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.802769999951124 +Info 2819 [10:34:21.926] Format host information updated +Info 2820 [10:34:22.042] Format host information updated +Info 2821 [10:34:22.042] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2822 [10:34:22.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 1.874743000138551ms +Info 2823 [10:34:22.044] Different program with same set of files +Info 2824 [10:34:23.199] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2825 [10:34:23.201] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 1.7461819997988641ms +Info 2826 [10:34:23.201] Different program with same set of files +Info 2827 [10:34:23.201] getCompletionData: Get current token: 0.004019999876618385 +Info 2828 [10:34:23.201] getCompletionData: Is inside comment: 0.018245999701321125 +Info 2829 [10:34:23.201] getCompletionData: Get previous token: 0.012236000038683414 +Info 2830 [10:34:23.201] getCompletionsAtPosition: isCompletionListBlocker: 0.008677999954670668 +Info 2831 [10:34:23.202] getExportInfoMap: cache hit +Info 2832 [10:34:23.211] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2833 [10:34:23.211] collectAutoImports: response is complete +Info 2834 [10:34:23.211] collectAutoImports: 8.99859800003469 +Info 2835 [10:34:23.211] getCompletionData: Semantic work: 9.447136000264436 +Info 2836 [10:34:23.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.657368999905884 +Info 2837 [10:34:23.219] Format host information updated +Info 2838 [10:34:23.397] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2839 [10:34:23.399] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 1.7701550000347197ms +Info 2840 [10:34:23.399] Different program with same set of files +Info 2841 [10:34:23.399] getCompletionData: Get current token: 0.0033809999004006386 +Info 2842 [10:34:23.399] getCompletionData: Is inside comment: 0.015225000213831663 +Info 2843 [10:34:23.399] getCompletionData: Get previous token: 0.00974700041115284 +Info 2844 [10:34:23.399] getCompletionsAtPosition: isCompletionListBlocker: 0.008417000062763691 +Info 2845 [10:34:23.400] getExportInfoMap: cache hit +Info 2846 [10:34:23.410] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2847 [10:34:23.410] collectAutoImports: response is complete +Info 2848 [10:34:23.410] collectAutoImports: 9.995476000010967 +Info 2849 [10:34:23.410] getCompletionData: Semantic work: 10.461031999904662 +Info 2850 [10:34:23.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0509830000810325 +Info 2851 [10:34:23.420] Format host information updated +Info 2852 [10:34:23.653] Format host information updated +Info 2853 [10:34:23.653] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2854 [10:34:23.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 1.802336999680847ms +Info 2855 [10:34:23.655] Different program with same set of files +Info 2856 [10:34:23.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2857 [10:34:23.733] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 3.000599999912083ms +Info 2858 [10:34:23.733] Different program with same set of files +Info 2859 [10:34:23.733] getCompletionData: Get current token: 0.0038039996288716793 +Info 2860 [10:34:23.733] getCompletionData: Is inside comment: 0.022231000009924173 +Info 2861 [10:34:23.733] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2862 [10:34:23.734] Format host information updated +Info 2863 [10:34:24.408] Format host information updated +Info 2864 [10:34:24.408] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2865 [10:34:24.410] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 1.6002969997934997ms +Info 2866 [10:34:24.410] Different program with same set of files +Info 2867 [10:34:24.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2868 [10:34:24.571] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 2.0856650001369417ms +Info 2869 [10:34:24.571] Different program with same set of files +Info 2870 [10:34:24.571] getCompletionData: Get current token: 0.002113000024110079 +Info 2871 [10:34:24.571] getCompletionData: Is inside comment: 0.01293299999088049 +Info 2872 [10:34:24.571] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2873 [10:34:24.572] Format host information updated +Info 2874 [10:34:24.948] Format host information updated +Info 2875 [10:34:24.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2876 [10:34:24.950] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 1.9872579998336732ms +Info 2877 [10:34:24.950] Different program with same set of files +Info 2878 [10:34:25.103] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2879 [10:34:25.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 1.6599229997955263ms +Info 2880 [10:34:25.105] Different program with same set of files +Info 2881 [10:34:25.105] getCompletionData: Get current token: 0.0031510000117123127 +Info 2882 [10:34:25.105] getCompletionData: Is inside comment: 0.013762999791651964 +Info 2883 [10:34:25.105] getCompletionData: Get previous token: 0.009277999866753817 +Info 2884 [10:34:25.105] getCompletionsAtPosition: isCompletionListBlocker: 0.009188000112771988 +Info 2885 [10:34:25.105] getExportInfoMap: cache hit +Info 2886 [10:34:25.114] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2887 [10:34:25.114] collectAutoImports: response is complete +Info 2888 [10:34:25.114] collectAutoImports: 8.292366999667138 +Info 2889 [10:34:25.114] getCompletionData: Semantic work: 8.741234000306576 +Info 2890 [10:34:25.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.779382000211626 +Info 2891 [10:34:25.124] Format host information updated +Info 2892 [10:34:25.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2893 [10:34:25.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 1.718561999965459ms +Info 2894 [10:34:25.216] Different program with same set of files +Info 2895 [10:34:25.216] getCompletionData: Get current token: 0.0029620002023875713 +Info 2896 [10:34:25.216] getCompletionData: Is inside comment: 0.013999000191688538 +Info 2897 [10:34:25.216] getCompletionData: Get previous token: 0.009111999999731779 +Info 2898 [10:34:25.216] getCompletionsAtPosition: isCompletionListBlocker: 0.008346999995410442 +Info 2899 [10:34:25.217] getExportInfoMap: cache hit +Info 2900 [10:34:25.224] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2901 [10:34:25.224] collectAutoImports: response is complete +Info 2902 [10:34:25.224] collectAutoImports: 7.370826999656856 +Info 2903 [10:34:25.224] getCompletionData: Semantic work: 7.8499579997733235 +Info 2904 [10:34:25.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.03756899992004 +Info 2905 [10:34:25.235] Format host information updated +Info 2906 [10:34:25.467] Format host information updated +Info 2907 [10:34:25.467] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2908 [10:34:25.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 1.666653999593109ms +Info 2909 [10:34:25.469] Different program with same set of files +Info 2910 [10:34:25.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2911 [10:34:25.952] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 1.7809820002876222ms +Info 2912 [10:34:25.952] Different program with same set of files +Info 2913 [10:34:25.952] getCompletionData: Get current token: 0.0034179999493062496 +Info 2914 [10:34:25.952] getCompletionData: Is inside comment: 0.014295999892055988 +Info 2915 [10:34:25.952] getCompletionData: Get previous token: 0.018655000254511833 +Info 2916 [10:34:25.952] getCompletionsAtPosition: isCompletionListBlocker: 0.008582999929785728 +Info 2917 [10:34:25.952] getExportInfoMap: cache hit +Info 2918 [10:34:25.954] collectAutoImports: resolved 0 module specifiers, plus 23 ambient and 5 from cache +Info 2919 [10:34:25.954] collectAutoImports: response is complete +Info 2920 [10:34:25.954] collectAutoImports: 1.8725939998403192 +Info 2921 [10:34:25.954] getCompletionData: Semantic work: 2.3343440000899136 +Info 2922 [10:34:25.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9858249998651445 +Info 2923 [10:34:25.958] Format host information updated +Info 2924 [10:34:26.176] Format host information updated +Info 2925 [10:34:26.176] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2926 [10:34:26.178] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 1.6980279996059835ms +Info 2927 [10:34:26.178] Different program with same set of files +Info 2928 [10:34:26.452] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2929 [10:34:26.453] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 1.609193000011146ms +Info 2930 [10:34:26.453] Different program with same set of files +Info 2931 [10:34:26.453] getCompletionData: Get current token: 0.0034779999405145645 +Info 2932 [10:34:26.453] getCompletionData: Is inside comment: 0.01525200018659234 +Info 2933 [10:34:26.453] getCompletionData: Get previous token: 0.009986999910324812 +Info 2934 [10:34:26.453] getCompletionsAtPosition: isCompletionListBlocker: 0.007799000013619661 +Info 2935 [10:34:26.454] getExportInfoMap: cache hit +Info 2936 [10:34:26.461] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2937 [10:34:26.461] collectAutoImports: response is complete +Info 2938 [10:34:26.461] collectAutoImports: 6.889944999944419 +Info 2939 [10:34:26.461] getCompletionData: Semantic work: 7.357892000116408 +Info 2940 [10:34:26.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.831493000034243 +Info 2941 [10:34:26.470] Format host information updated +Info 2942 [10:34:26.531] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2943 [10:34:26.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 3.4219869999215007ms +Info 2944 [10:34:26.534] Different program with same set of files +Info 2945 [10:34:26.535] getCompletionData: Get current token: 0.0065899998880922794 +Info 2946 [10:34:26.535] getCompletionData: Is inside comment: 0.04118000017479062 +Info 2947 [10:34:26.535] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2948 [10:34:26.535] Format host information updated +Info 2949 [10:34:26.655] Format host information updated +Info 2950 [10:34:26.655] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2951 [10:34:26.657] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 1.8716219998896122ms +Info 2952 [10:34:26.657] Different program with same set of files +Info 2953 [10:34:26.943] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2954 [10:34:26.945] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 1.6585140000097454ms +Info 2955 [10:34:26.945] Different program with same set of files +Info 2956 [10:34:26.945] getCompletionData: Get current token: 0.0024660001508891582 +Info 2957 [10:34:26.945] getCompletionData: Is inside comment: 0.014228000305593014 +Info 2958 [10:34:26.945] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2959 [10:34:26.945] Format host information updated +Info 2960 [10:34:27.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2961 [10:34:27.050] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 1.6928400001488626ms +Info 2962 [10:34:27.050] Different program with same set of files +Info 2963 [10:34:27.050] getCompletionData: Get current token: 0.0037440001033246517 +Info 2964 [10:34:27.050] getCompletionData: Is inside comment: 0.01567400014027953 +Info 2965 [10:34:27.050] getCompletionData: Get previous token: 0.022702999878674746 +Info 2966 [10:34:27.050] getCompletionsAtPosition: isCompletionListBlocker: 0.008390000090003014 +Info 2967 [10:34:27.051] getExportInfoMap: cache hit +Info 2968 [10:34:27.059] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 2969 [10:34:27.059] collectAutoImports: response is complete +Info 2970 [10:34:27.059] collectAutoImports: 8.697838000021875 +Info 2971 [10:34:27.059] getCompletionData: Semantic work: 9.155700999777764 +Info 2972 [10:34:27.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.25976699963212 +Info 2973 [10:34:27.069] Format host information updated +Info 2974 [10:34:27.151] Format host information updated +Info 2975 [10:34:27.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2976 [10:34:27.161] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 8.350768000353128ms +Info 2977 [10:34:27.161] Different program with same set of files +Info 2978 [10:34:27.406] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2979 [10:34:27.408] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 1.7101040002889931ms +Info 2980 [10:34:27.408] Different program with same set of files +Info 2981 [10:34:27.408] getCompletionData: Get current token: 0.0031969998963177204 +Info 2982 [10:34:27.408] getCompletionData: Is inside comment: 0.014643999747931957 +Info 2983 [10:34:27.408] getCompletionData: Get previous token: 0.02009500004351139 +Info 2984 [10:34:27.408] getCompletionsAtPosition: isCompletionListBlocker: 0.008926999755203724 +Info 2985 [10:34:27.408] getExportInfoMap: cache hit +Info 2986 [10:34:27.410] collectAutoImports: resolved 0 module specifiers, plus 23 ambient and 5 from cache +Info 2987 [10:34:27.410] collectAutoImports: response is complete +Info 2988 [10:34:27.410] collectAutoImports: 1.8674030001275241 +Info 2989 [10:34:27.410] getCompletionData: Semantic work: 2.343113999813795 +Info 2990 [10:34:27.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.894510000012815 +Info 2991 [10:34:27.413] Format host information updated +Info 2992 [10:34:27.603] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2993 [10:34:27.605] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 1.8192599997855723ms +Info 2994 [10:34:27.605] Different program with same set of files +Info 2995 [10:34:27.605] getCompletionData: Get current token: 0.003349000122398138 +Info 2996 [10:34:27.605] getCompletionData: Is inside comment: 0.015130999963730574 +Info 2997 [10:34:27.605] getCompletionData: Get previous token: 0.021235999651253223 +Info 2998 [10:34:27.605] getCompletionsAtPosition: isCompletionListBlocker: 0.00710600009188056 +Info 2999 [10:34:27.605] getExportInfoMap: cache hit +Info 3000 [10:34:27.607] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 3001 [10:34:27.607] collectAutoImports: response is complete +Info 3002 [10:34:27.607] collectAutoImports: 1.4205010002478957 +Info 3003 [10:34:27.607] getCompletionData: Semantic work: 1.8832489997148514 +Info 3004 [10:34:27.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6793530001305044 +Info 3005 [10:34:27.609] Format host information updated +Info 3006 [10:34:27.701] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3007 [10:34:27.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 1.7399870003573596ms +Info 3008 [10:34:27.703] Different program with same set of files +Info 3009 [10:34:27.703] getCompletionData: Get current token: 0.003200000151991844 +Info 3010 [10:34:27.703] getCompletionData: Is inside comment: 0.015060000121593475 +Info 3011 [10:34:27.703] getCompletionData: Get previous token: 0.020897999871522188 +Info 3012 [10:34:27.703] getCompletionsAtPosition: isCompletionListBlocker: 0.008661000058054924 +Info 3013 [10:34:27.704] getExportInfoMap: cache hit +Info 3014 [10:34:27.705] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 3015 [10:34:27.705] collectAutoImports: response is complete +Info 3016 [10:34:27.705] collectAutoImports: 1.5118720000609756 +Info 3017 [10:34:27.705] getCompletionData: Semantic work: 2.019687999971211 +Info 3018 [10:34:27.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8317169998772442 +Info 3019 [10:34:27.708] Format host information updated +Info 3020 [10:34:27.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3021 [10:34:27.810] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 1.676224000286311ms +Info 3022 [10:34:27.810] Different program with same set of files +Info 3023 [10:34:27.810] getCompletionData: Get current token: 0.0032919999212026596 +Info 3024 [10:34:27.810] getCompletionData: Is inside comment: 0.015451000072062016 +Info 3025 [10:34:27.810] getCompletionData: Get previous token: 0.021203999873250723 +Info 3026 [10:34:27.810] getCompletionsAtPosition: isCompletionListBlocker: 0.007468000054359436 +Info 3027 [10:34:27.811] getExportInfoMap: cache hit +Info 3028 [10:34:27.819] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3029 [10:34:27.819] collectAutoImports: response is complete +Info 3030 [10:34:27.819] collectAutoImports: 8.289129000157118 +Info 3031 [10:34:27.819] getCompletionData: Semantic work: 8.778898000251502 +Info 3032 [10:34:27.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.004627000074834 +Info 3033 [10:34:27.828] Format host information updated +Info 3034 [10:34:29.304] Format host information updated +Info 3035 [10:34:29.304] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3036 [10:34:29.306] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 1.71416400000453ms +Info 3037 [10:34:29.306] Different program with same set of files +Info 3038 [10:34:31.091] getCompletionData: Get current token: 0.002762999851256609 +Info 3039 [10:34:31.091] getCompletionData: Is inside comment: 0.011303999926894903 +Info 3040 [10:34:31.091] getCompletionData: Get previous token: 0.006730999797582626 +Info 3041 [10:34:31.091] getCompletionsAtPosition: isCompletionListBlocker: 0.008258999790996313 +Info 3042 [10:34:31.091] getExportInfoMap: cache hit +Info 3043 [10:34:31.099] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3044 [10:34:31.099] collectAutoImports: response is complete +Info 3045 [10:34:31.099] collectAutoImports: 7.655185000039637 +Info 3046 [10:34:31.099] getCompletionData: Semantic work: 8.362379999831319 +Info 3047 [10:34:31.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.281049999874085 +Info 3048 [10:34:31.239] Format host information updated +Info 3049 [10:34:31.239] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3050 [10:34:31.241] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 2.0255589997395873ms +Info 3051 [10:34:31.241] Different program with same set of files +Info 3052 [10:34:31.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3053 [10:34:31.714] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 1.8232160001061857ms +Info 3054 [10:34:31.714] Different program with same set of files +Info 3055 [10:34:31.714] getCompletionData: Get current token: 0.00293299974873662 +Info 3056 [10:34:31.714] getCompletionData: Is inside comment: 0.01243499992415309 +Info 3057 [10:34:31.714] getCompletionData: Get previous token: 0.007673999760299921 +Info 3058 [10:34:31.714] getCompletionsAtPosition: isCompletionListBlocker: 0.008177000097930431 +Info 3059 [10:34:31.714] getExportInfoMap: cache hit +Info 3060 [10:34:31.722] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3061 [10:34:31.722] collectAutoImports: response is complete +Info 3062 [10:34:31.722] collectAutoImports: 7.36346000013873 +Info 3063 [10:34:31.722] getCompletionData: Semantic work: 7.77716499986127 +Info 3064 [10:34:31.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.682620999868959 +Info 3065 [10:34:31.732] Format host information updated +Info 3066 [10:34:31.891] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3067 [10:34:31.893] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 1.9741609999909997ms +Info 3068 [10:34:31.893] Different program with same set of files +Info 3069 [10:34:31.894] getCompletionData: Get current token: 0.0029460000805556774 +Info 3070 [10:34:31.894] getCompletionData: Is inside comment: 0.013664999976754189 +Info 3071 [10:34:31.894] getCompletionData: Get previous token: 0.0082290000282228 +Info 3072 [10:34:31.894] getCompletionsAtPosition: isCompletionListBlocker: 0.008384999819099903 +Info 3073 [10:34:31.894] getExportInfoMap: cache hit +Info 3074 [10:34:31.906] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3075 [10:34:31.906] collectAutoImports: response is complete +Info 3076 [10:34:31.906] collectAutoImports: 11.622250999789685 +Info 3077 [10:34:31.906] getCompletionData: Semantic work: 12.522139000240713 +Info 3078 [10:34:31.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.166892999783158 +Info 3079 [10:34:31.917] Format host information updated +Info 3080 [10:34:32.014] Format host information updated +Info 3081 [10:34:32.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3082 [10:34:32.016] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 1.7755249999463558ms +Info 3083 [10:34:32.016] Different program with same set of files +Info 3084 [10:34:32.896] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3085 [10:34:32.898] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 1.7903069998137653ms +Info 3086 [10:34:32.898] Different program with same set of files +Info 3087 [10:34:32.898] getCompletionData: Get current token: 0.003208999987691641 +Info 3088 [10:34:32.898] getCompletionData: Is inside comment: 0.013410999905318022 +Info 3089 [10:34:32.898] getCompletionData: Get previous token: 0.008685000240802765 +Info 3090 [10:34:32.898] getCompletionsAtPosition: isCompletionListBlocker: 0.0033019999973475933 +Info 3091 [10:34:32.899] getExportInfoMap: cache hit +Info 3092 [10:34:32.914] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3093 [10:34:32.914] collectAutoImports: response is complete +Info 3094 [10:34:32.914] collectAutoImports: 14.776072000153363 +Info 3095 [10:34:32.914] getCompletionData: Semantic work: 15.251994000282139 +Info 3096 [10:34:32.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.711835999973118 +Info 3097 [10:34:32.924] Format host information updated +Info 3098 [10:34:32.956] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3099 [10:34:32.959] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 2.7378309997729957ms +Info 3100 [10:34:32.959] Different program with same set of files +Info 3101 [10:34:32.959] getCompletionData: Get current token: 0.006060999818146229 +Info 3102 [10:34:32.959] getCompletionData: Is inside comment: 0.024455999955534935 +Info 3103 [10:34:32.959] getCompletionData: Get previous token: 0.016427999828010798 +Info 3104 [10:34:32.959] getCompletionsAtPosition: isCompletionListBlocker: 0.009058000054210424 +Info 3105 [10:34:32.960] getExportInfoMap: cache hit +Info 3106 [10:34:32.970] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3107 [10:34:32.970] collectAutoImports: response is complete +Info 3108 [10:34:32.970] collectAutoImports: 9.703954000025988 +Info 3109 [10:34:32.970] getCompletionData: Semantic work: 10.471548000350595 +Info 3110 [10:34:32.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.218557999935001 +Info 3111 [10:34:32.979] Format host information updated +Info 3112 [10:34:33.561] getCompletionData: Get current token: 0.0032999999821186066 +Info 3113 [10:34:33.562] getCompletionData: Is inside comment: 0.03182400017976761 +Info 3114 [10:34:33.562] getCompletionData: Get previous token: 0.024387000128626823 +Info 3115 [10:34:33.562] getCompletionsAtPosition: isCompletionListBlocker: 0.0020179999992251396 +Info 3116 [10:34:33.562] Returning an empty list because completion was requested in an invalid position. +Info 3117 [10:34:34.959] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3118 [10:34:34.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 1.8632739996537566ms +Info 3119 [10:34:34.961] Different program with same set of files +Info 3120 [10:34:34.961] getCompletionData: Get current token: 0.006060999818146229 +Info 3121 [10:34:34.962] getCompletionData: Is inside comment: 0.025994000025093555 +Info 3122 [10:34:34.962] getCompletionData: Get previous token: 0.03288200031965971 +Info 3123 [10:34:34.962] getCompletionsAtPosition: isCompletionListBlocker: 0.004009999800473452 +Info 3124 [10:34:34.962] getExportInfoMap: cache hit +Info 3125 [10:34:34.966] collectAutoImports: resolved 0 module specifiers, plus 189 ambient and 23 from cache +Info 3126 [10:34:34.966] collectAutoImports: response is complete +Info 3127 [10:34:34.966] collectAutoImports: 4.004429999738932 +Info 3128 [10:34:34.966] getCompletionData: Semantic work: 4.79085800005123 +Info 3129 [10:34:34.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.727312000002712 +Info 3130 [10:34:34.971] Format host information updated +Info 3131 [10:34:35.220] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3132 [10:34:35.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 3.026926999911666ms +Info 3133 [10:34:35.223] Different program with same set of files +Info 3134 [10:34:35.223] getCompletionData: Get current token: 0.006984999869018793 +Info 3135 [10:34:35.223] getCompletionData: Is inside comment: 0.030693999957293272 +Info 3136 [10:34:35.223] getCompletionData: Get previous token: 0.019398999866098166 +Info 3137 [10:34:35.223] getCompletionsAtPosition: isCompletionListBlocker: 0.004544000141322613 +Info 3138 [10:34:35.224] getExportInfoMap: cache hit +Info 3139 [10:34:35.241] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3140 [10:34:35.241] collectAutoImports: response is complete +Info 3141 [10:34:35.241] collectAutoImports: 16.134513000026345 +Info 3142 [10:34:35.241] getCompletionData: Semantic work: 17.10069300001487 +Info 3143 [10:34:35.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.151829000096768 +Info 3144 [10:34:35.258] Format host information updated +Info 3145 [10:34:35.354] Format host information updated +Info 3146 [10:34:35.354] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3147 [10:34:35.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 1.75045600021258ms +Info 3148 [10:34:35.356] Different program with same set of files +Info 3149 [10:34:35.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3150 [10:34:35.762] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 2.7521890001371503ms +Info 3151 [10:34:35.762] Different program with same set of files +Info 3152 [10:34:35.763] getCompletionData: Get current token: 0.005303999874740839 +Info 3153 [10:34:35.763] getCompletionData: Is inside comment: 0.021581000182777643 +Info 3154 [10:34:35.763] getCompletionData: Get previous token: 0.028043000027537346 +Info 3155 [10:34:35.763] getCompletionsAtPosition: isCompletionListBlocker: 0.0031419997103512287 +Info 3156 [10:34:35.763] getExportInfoMap: cache hit +Info 3157 [10:34:35.766] collectAutoImports: resolved 0 module specifiers, plus 104 ambient and 8 from cache +Info 3158 [10:34:35.766] collectAutoImports: response is complete +Info 3159 [10:34:35.766] collectAutoImports: 2.578670999966562 +Info 3160 [10:34:35.766] getCompletionData: Semantic work: 3.4520510002039373 +Info 3161 [10:34:35.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.109219000209123 +Info 3162 [10:34:35.769] Format host information updated +Info 3163 [10:34:35.868] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3164 [10:34:35.870] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 1.9065390001051128ms +Info 3165 [10:34:35.870] Different program with same set of files +Info 3166 [10:34:35.870] getCompletionData: Get current token: 0.003853000234812498 +Info 3167 [10:34:35.870] getCompletionData: Is inside comment: 0.01436200039461255 +Info 3168 [10:34:35.870] getCompletionData: Get previous token: 0.017254000063985586 +Info 3169 [10:34:35.870] getCompletionsAtPosition: isCompletionListBlocker: 0.0032409997656941414 +Info 3170 [10:34:35.871] getExportInfoMap: cache hit +Info 3171 [10:34:35.873] collectAutoImports: resolved 0 module specifiers, plus 23 ambient and 2 from cache +Info 3172 [10:34:35.873] collectAutoImports: response is complete +Info 3173 [10:34:35.873] collectAutoImports: 1.6678849998861551 +Info 3174 [10:34:35.873] getCompletionData: Semantic work: 2.1752399997785687 +Info 3175 [10:34:35.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.037148999981582 +Info 3176 [10:34:35.876] Format host information updated +Info 3177 [10:34:35.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3178 [10:34:35.970] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 1.9382639997638762ms +Info 3179 [10:34:35.970] Different program with same set of files +Info 3180 [10:34:35.971] getCompletionData: Get current token: 0.0035299998708069324 +Info 3181 [10:34:35.971] getCompletionData: Is inside comment: 0.013402000069618225 +Info 3182 [10:34:35.971] getCompletionData: Get previous token: 0.015553999692201614 +Info 3183 [10:34:35.971] getCompletionsAtPosition: isCompletionListBlocker: 0.002866999711841345 +Info 3184 [10:34:35.971] getExportInfoMap: cache hit +Info 3185 [10:34:35.972] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 3186 [10:34:35.972] collectAutoImports: response is complete +Info 3187 [10:34:35.972] collectAutoImports: 1.39452000008896 +Info 3188 [10:34:35.972] getCompletionData: Semantic work: 1.876496999990195 +Info 3189 [10:34:35.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7085719997994602 +Info 3190 [10:34:35.975] Format host information updated +Info 3191 [10:34:36.039] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3192 [10:34:36.041] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 1.8159430003724992ms +Info 3193 [10:34:36.041] Different program with same set of files +Info 3194 [10:34:36.041] getCompletionData: Get current token: 0.0038499999791383743 +Info 3195 [10:34:36.041] getCompletionData: Is inside comment: 0.014599000103771687 +Info 3196 [10:34:36.041] getCompletionData: Get previous token: 0.017152999993413687 +Info 3197 [10:34:36.041] getCompletionsAtPosition: isCompletionListBlocker: 0.003111000172793865 +Info 3198 [10:34:36.041] getExportInfoMap: cache hit +Info 3199 [10:34:36.043] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 3200 [10:34:36.043] collectAutoImports: response is complete +Info 3201 [10:34:36.043] collectAutoImports: 1.3834250001236796 +Info 3202 [10:34:36.043] getCompletionData: Semantic work: 1.8683309997431934 +Info 3203 [10:34:36.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6847089999355376 +Info 3204 [10:34:36.046] Format host information updated +Info 3205 [10:34:36.499] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3206 [10:34:36.502] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 2.693407999817282ms +Info 3207 [10:34:36.502] Different program with same set of files +Info 3208 [10:34:36.502] getCompletionData: Get current token: 0.0028909998945891857 +Info 3209 [10:34:36.502] getCompletionData: Is inside comment: 0.051417000126093626 +Info 3210 [10:34:36.502] getCompletionData: Get previous token: 0.014063000213354826 +Info 3211 [10:34:36.502] getCompletionsAtPosition: isCompletionListBlocker: 0.0024210000410676003 +Info 3212 [10:34:36.502] getExportInfoMap: cache hit +Info 3213 [10:34:36.504] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3214 [10:34:36.504] collectAutoImports: response is complete +Info 3215 [10:34:36.504] collectAutoImports: 1.4677770002745092 +Info 3216 [10:34:36.504] getCompletionData: Semantic work: 1.9092870000749826 +Info 3217 [10:34:36.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5523239998146892 +Info 3218 [10:34:36.506] Format host information updated +Info 3219 [10:34:36.782] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3220 [10:34:36.784] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 2.1871980000287294ms +Info 3221 [10:34:36.784] Different program with same set of files +Info 3222 [10:34:36.784] getCompletionData: Get current token: 0.005530000198632479 +Info 3223 [10:34:36.784] getCompletionData: Is inside comment: 0.02098499983549118 +Info 3224 [10:34:36.784] getCompletionData: Get previous token: 0.027276999782770872 +Info 3225 [10:34:36.784] getCompletionsAtPosition: isCompletionListBlocker: 0.002785999793559313 +Info 3226 [10:34:36.785] getExportInfoMap: cache hit +Info 3227 [10:34:36.786] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 3228 [10:34:36.786] collectAutoImports: response is complete +Info 3229 [10:34:36.786] collectAutoImports: 1.6503689996898174 +Info 3230 [10:34:36.786] getCompletionData: Semantic work: 2.33410199964419 +Info 3231 [10:34:36.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5281209996901453 +Info 3232 [10:34:36.789] Format host information updated +Info 3233 [10:34:36.882] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3234 [10:34:36.888] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 5.61913700029254ms +Info 3235 [10:34:36.888] Different program with same set of files +Info 3236 [10:34:36.889] getCompletionData: Get current token: 0.015449000056833029 +Info 3237 [10:34:36.889] getCompletionData: Is inside comment: 0.061304000206291676 +Info 3238 [10:34:36.889] getCompletionData: Get previous token: 0.06709600007161498 +Info 3239 [10:34:36.889] getCompletionsAtPosition: isCompletionListBlocker: 0.008313999976962805 +Info 3240 [10:34:36.891] getExportInfoMap: cache hit +Info 3241 [10:34:36.896] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3242 [10:34:36.896] collectAutoImports: response is complete +Info 3243 [10:34:36.896] collectAutoImports: 5.033562999684364 +Info 3244 [10:34:36.896] getCompletionData: Semantic work: 6.9036830002442 +Info 3245 [10:34:36.903] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.00215799966827 +Info 3246 [10:34:36.907] Format host information updated +Info 3247 [10:34:37.022] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3248 [10:34:37.024] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 2.1293859998695552ms +Info 3249 [10:34:37.024] Different program with same set of files +Info 3250 [10:34:37.024] getCompletionData: Get current token: 0.005415000021457672 +Info 3251 [10:34:37.024] getCompletionData: Is inside comment: 0.022046000231057405 +Info 3252 [10:34:37.025] getCompletionData: Get previous token: 0.02716499986127019 +Info 3253 [10:34:37.025] getCompletionsAtPosition: isCompletionListBlocker: 0.0036059999838471413 +Info 3254 [10:34:37.025] getExportInfoMap: cache hit +Info 3255 [10:34:37.027] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3256 [10:34:37.027] collectAutoImports: response is complete +Info 3257 [10:34:37.027] collectAutoImports: 1.9003010001033545 +Info 3258 [10:34:37.027] getCompletionData: Semantic work: 2.5221009999513626 +Info 3259 [10:34:37.029] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.750446000136435 +Info 3260 [10:34:37.030] Format host information updated +Info 3261 [10:34:37.136] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3262 [10:34:37.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 5.747291000094265ms +Info 3263 [10:34:37.142] Different program with same set of files +Info 3264 [10:34:37.143] getCompletionData: Get current token: 0.019869999960064888 +Info 3265 [10:34:37.143] getCompletionData: Is inside comment: 0.06424500001594424 +Info 3266 [10:34:37.143] getCompletionData: Get previous token: 0.06815700000151992 +Info 3267 [10:34:37.143] getCompletionsAtPosition: isCompletionListBlocker: 0.008900000248104334 +Info 3268 [10:34:37.145] getExportInfoMap: cache hit +Info 3269 [10:34:37.150] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3270 [10:34:37.150] collectAutoImports: response is complete +Info 3271 [10:34:37.150] collectAutoImports: 4.54662899998948 +Info 3272 [10:34:37.150] getCompletionData: Semantic work: 6.589779999572784 +Info 3273 [10:34:37.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.518742999993265 +Info 3274 [10:34:37.159] Format host information updated +Info 3275 [10:34:37.816] Format host information updated +Info 3276 [10:34:37.817] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3277 [10:34:37.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 2.4257350000552833ms +Info 3278 [10:34:37.819] Different program with same set of files +Info 3279 [10:34:38.088] getCompletionData: Get current token: 0.0031150002032518387 +Info 3280 [10:34:38.088] getCompletionData: Is inside comment: 0.025301999878138304 +Info 3281 [10:34:38.088] getCompletionData: Get previous token: 0.01992699969559908 +Info 3282 [10:34:38.088] getCompletionsAtPosition: isCompletionListBlocker: 0.008792999666184187 +Info 3283 [10:34:38.089] getExportInfoMap: cache hit +Info 3284 [10:34:38.095] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3285 [10:34:38.095] collectAutoImports: response is complete +Info 3286 [10:34:38.095] collectAutoImports: 6.326590999960899 +Info 3287 [10:34:38.095] getCompletionData: Semantic work: 6.766662999987602 +Info 3288 [10:34:38.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.732369000092149 +Info 3289 [10:34:38.258] Format host information updated +Info 3290 [10:34:38.258] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3291 [10:34:38.260] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 2.0270369998179376ms +Info 3292 [10:34:38.260] Different program with same set of files +Info 3293 [10:34:38.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3294 [10:34:38.397] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 2.055974999908358ms +Info 3295 [10:34:38.397] Different program with same set of files +Info 3296 [10:34:38.397] getCompletionData: Get current token: 0.0039450000040233135 +Info 3297 [10:34:38.397] getCompletionData: Is inside comment: 0.01408600015565753 +Info 3298 [10:34:38.397] getCompletionData: Get previous token: 0.008453000336885452 +Info 3299 [10:34:38.397] getCompletionsAtPosition: isCompletionListBlocker: 0.008419000077992678 +Info 3300 [10:34:38.398] getExportInfoMap: cache hit +Info 3301 [10:34:38.408] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3302 [10:34:38.408] collectAutoImports: response is complete +Info 3303 [10:34:38.408] collectAutoImports: 10.38109300006181 +Info 3304 [10:34:38.408] getCompletionData: Semantic work: 10.870792999863625 +Info 3305 [10:34:38.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.697950000409037 +Info 3306 [10:34:38.420] Format host information updated +Info 3307 [10:34:38.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3308 [10:34:38.636] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 1.7741939998231828ms +Info 3309 [10:34:38.636] Different program with same set of files +Info 3310 [10:34:38.636] getCompletionData: Get current token: 0.003402000293135643 +Info 3311 [10:34:38.636] getCompletionData: Is inside comment: 0.012287000194191933 +Info 3312 [10:34:38.636] getCompletionData: Get previous token: 0.0076339999213814735 +Info 3313 [10:34:38.636] getCompletionsAtPosition: isCompletionListBlocker: 0.007836000062525272 +Info 3314 [10:34:38.636] getExportInfoMap: cache hit +Info 3315 [10:34:38.645] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3316 [10:34:38.645] collectAutoImports: response is complete +Info 3317 [10:34:38.645] collectAutoImports: 8.154808999970555 +Info 3318 [10:34:38.645] getCompletionData: Semantic work: 8.609463000204414 +Info 3319 [10:34:38.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4403719999827445 +Info 3320 [10:34:38.653] Format host information updated +Info 3321 [10:34:38.730] Format host information updated +Info 3322 [10:34:38.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3323 [10:34:38.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 6.502200999762863ms +Info 3324 [10:34:38.737] Different program with same set of files +Info 3325 [10:34:51.714] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3326 [10:34:51.716] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 2.2364619998261333ms +Info 3327 [10:34:51.716] Different program with same set of files +Info 3328 [10:34:51.716] getCompletionData: Get current token: 0.0028180000372231007 +Info 3329 [10:34:51.716] getCompletionData: Is inside comment: 0.013583000283688307 +Info 3330 [10:34:51.716] getCompletionData: Get previous token: 0.01858100015670061 +Info 3331 [10:34:51.716] getCompletionsAtPosition: isCompletionListBlocker: 0.008294000290334225 +Info 3332 [10:34:51.718] getExportInfoMap: cache hit +Info 3333 [10:34:51.724] collectAutoImports: resolved 0 module specifiers, plus 104 ambient and 8 from cache +Info 3334 [10:34:51.724] collectAutoImports: response is complete +Info 3335 [10:34:51.724] collectAutoImports: 5.616646999958903 +Info 3336 [10:34:51.724] getCompletionData: Semantic work: 7.543936000205576 +Info 3337 [10:34:51.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2655950002372265 +Info 3338 [10:34:51.730] Format host information updated +Info 3339 [10:34:51.813] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3340 [10:34:51.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 2.890537000261247ms +Info 3341 [10:34:51.816] Different program with same set of files +Info 3342 [10:34:51.816] getCompletionData: Get current token: 0.002768999896943569 +Info 3343 [10:34:51.816] getCompletionData: Is inside comment: 0.013414000160992146 +Info 3344 [10:34:51.816] getCompletionData: Get previous token: 0.015160999726504087 +Info 3345 [10:34:51.816] getCompletionsAtPosition: isCompletionListBlocker: 0.007962000090628862 +Info 3346 [10:34:51.817] getExportInfoMap: cache hit +Info 3347 [10:34:51.822] collectAutoImports: resolved 0 module specifiers, plus 81 ambient and 6 from cache +Info 3348 [10:34:51.822] collectAutoImports: response is complete +Info 3349 [10:34:51.822] collectAutoImports: 4.840808000415564 +Info 3350 [10:34:51.822] getCompletionData: Semantic work: 5.368294999934733 +Info 3351 [10:34:51.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.453738000243902 +Info 3352 [10:34:51.829] Format host information updated +Info 3353 [10:34:51.885] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3354 [10:34:51.888] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 3.317092999815941ms +Info 3355 [10:34:51.888] Different program with same set of files +Info 3356 [10:34:51.889] getCompletionData: Get current token: 0.004269999917596579 +Info 3357 [10:34:51.889] getCompletionData: Is inside comment: 0.019580999854952097 +Info 3358 [10:34:51.889] getCompletionData: Get previous token: 0.024627000093460083 +Info 3359 [10:34:51.889] getCompletionsAtPosition: isCompletionListBlocker: 0.008295000065118074 +Info 3360 [10:34:51.889] getExportInfoMap: cache hit +Info 3361 [10:34:51.893] collectAutoImports: resolved 0 module specifiers, plus 54 ambient and 4 from cache +Info 3362 [10:34:51.893] collectAutoImports: response is complete +Info 3363 [10:34:51.893] collectAutoImports: 3.339236000087112 +Info 3364 [10:34:51.893] getCompletionData: Semantic work: 4.164452999830246 +Info 3365 [10:34:51.895] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5737540000118315 +Info 3366 [10:34:51.897] Format host information updated +Info 3367 [10:34:52.029] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3368 [10:34:52.038] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 9.083988000173122ms +Info 3369 [10:34:52.038] Different program with same set of files +Info 3370 [10:34:52.039] getCompletionData: Get current token: 0.012891999911516905 +Info 3371 [10:34:52.039] getCompletionData: Is inside comment: 0.05472999997437 +Info 3372 [10:34:52.039] getCompletionData: Get previous token: 0.06633699964731932 +Info 3373 [10:34:52.039] getCompletionsAtPosition: isCompletionListBlocker: 0.027316000312566757 +Info 3374 [10:34:52.041] getExportInfoMap: cache hit +Info 3375 [10:34:52.049] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 0 from cache +Info 3376 [10:34:52.049] collectAutoImports: response is complete +Info 3377 [10:34:52.049] collectAutoImports: 7.435354000423104 +Info 3378 [10:34:52.049] getCompletionData: Semantic work: 9.252470999956131 +Info 3379 [10:34:52.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.314712000079453 +Info 3380 [10:34:52.060] Format host information updated +Info 3381 [10:34:52.111] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3382 [10:34:52.113] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 2.157427000347525ms +Info 3383 [10:34:52.113] Different program with same set of files +Info 3384 [10:34:52.113] getCompletionData: Get current token: 0.0024950001388788223 +Info 3385 [10:34:52.113] getCompletionData: Is inside comment: 0.011921000201255083 +Info 3386 [10:34:52.113] getCompletionData: Get previous token: 0.013854000251740217 +Info 3387 [10:34:52.113] getCompletionsAtPosition: isCompletionListBlocker: 0.0065750000067055225 +Info 3388 [10:34:52.113] getExportInfoMap: cache hit +Info 3389 [10:34:52.115] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 0 from cache +Info 3390 [10:34:52.115] collectAutoImports: response is complete +Info 3391 [10:34:52.115] collectAutoImports: 1.4688990004360676 +Info 3392 [10:34:52.115] getCompletionData: Semantic work: 1.8875980000011623 +Info 3393 [10:34:52.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8702080002985895 +Info 3394 [10:34:52.119] Format host information updated +Info 3395 [10:34:52.242] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3396 [10:34:52.244] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 2.0265979999676347ms +Info 3397 [10:34:52.244] Different program with same set of files +Info 3398 [10:34:52.244] getCompletionData: Get current token: 0.0025369999930262566 +Info 3399 [10:34:52.244] getCompletionData: Is inside comment: 0.011591000016778708 +Info 3400 [10:34:52.244] getCompletionData: Get previous token: 0.014281999785453081 +Info 3401 [10:34:52.244] getCompletionsAtPosition: isCompletionListBlocker: 0.0066019999794662 +Info 3402 [10:34:52.245] getExportInfoMap: cache hit +Info 3403 [10:34:52.246] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 3404 [10:34:52.246] collectAutoImports: response is complete +Info 3405 [10:34:52.246] collectAutoImports: 1.4203959996812046 +Info 3406 [10:34:52.246] getCompletionData: Semantic work: 1.848073000088334 +Info 3407 [10:34:52.249] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.56293600006029 +Info 3408 [10:34:52.250] Format host information updated +Info 3409 [10:34:52.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3410 [10:34:52.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 7.6595600000582635ms +Info 3411 [10:34:52.425] Different program with same set of files +Info 3412 [10:34:52.425] getCompletionData: Get current token: 0.014044999610632658 +Info 3413 [10:34:52.425] getCompletionData: Is inside comment: 0.06535599986091256 +Info 3414 [10:34:52.425] getCompletionData: Get previous token: 0.06264699995517731 +Info 3415 [10:34:52.426] getCompletionsAtPosition: isCompletionListBlocker: 0.009343000128865242 +Info 3416 [10:34:52.427] getExportInfoMap: cache hit +Info 3417 [10:34:52.456] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3418 [10:34:52.456] collectAutoImports: response is complete +Info 3419 [10:34:52.456] collectAutoImports: 29.07687499979511 +Info 3420 [10:34:52.456] getCompletionData: Semantic work: 30.948884999845177 +Info 3421 [10:34:52.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.419345999602228 +Info 3422 [10:34:52.475] Format host information updated +Info 3423 [10:34:52.521] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3424 [10:34:52.523] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 2.1283779996447265ms +Info 3425 [10:34:52.523] Different program with same set of files +Info 3426 [10:34:52.523] getCompletionData: Get current token: 0.0032250001095235348 +Info 3427 [10:34:52.523] getCompletionData: Is inside comment: 0.01448999997228384 +Info 3428 [10:34:52.523] getCompletionData: Get previous token: 0.009074999950826168 +Info 3429 [10:34:52.523] getCompletionsAtPosition: isCompletionListBlocker: 0.011856999713927507 +Info 3430 [10:34:52.524] getExportInfoMap: cache hit +Info 3431 [10:34:52.534] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3432 [10:34:52.534] collectAutoImports: response is complete +Info 3433 [10:34:52.534] collectAutoImports: 9.895037000067532 +Info 3434 [10:34:52.534] getCompletionData: Semantic work: 10.403365999925882 +Info 3435 [10:34:52.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9131940002553165 +Info 3436 [10:34:52.546] Format host information updated +Info 3437 [10:34:52.782] getCompletionData: Get current token: 0.0171509999781847 +Info 3438 [10:34:52.782] getCompletionData: Is inside comment: 0.0625 +Info 3439 [10:34:52.782] getCompletionData: Get previous token: 0.04056200012564659 +Info 3440 [10:34:52.782] getCompletionsAtPosition: isCompletionListBlocker: 0.009279999881982803 +Info 3441 [10:34:52.784] getExportInfoMap: cache hit +Info 3442 [10:34:52.816] collectAutoImports: resolved 0 module specifiers, plus 602 ambient and 72 from cache +Info 3443 [10:34:52.816] collectAutoImports: response is complete +Info 3444 [10:34:52.816] collectAutoImports: 31.551733000203967 +Info 3445 [10:34:52.816] getCompletionData: Semantic work: 33.28692100010812 +Info 3446 [10:34:52.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.749018999747932 +Info 3447 [10:34:53.006] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3448 [10:34:53.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 1.923901000060141ms +Info 3449 [10:34:53.008] Different program with same set of files +Info 3450 [10:34:53.008] getCompletionData: Get current token: 0.004007000010460615 +Info 3451 [10:34:53.008] getCompletionData: Is inside comment: 0.014740000013262033 +Info 3452 [10:34:53.008] getCompletionData: Get previous token: 0.01716300006955862 +Info 3453 [10:34:53.008] getCompletionsAtPosition: isCompletionListBlocker: 0.0030079996213316917 +Info 3454 [10:34:53.009] getExportInfoMap: cache hit +Info 3455 [10:34:53.010] collectAutoImports: resolved 0 module specifiers, plus 41 ambient and 7 from cache +Info 3456 [10:34:53.010] collectAutoImports: response is complete +Info 3457 [10:34:53.010] collectAutoImports: 1.6584250000305474 +Info 3458 [10:34:53.010] getCompletionData: Semantic work: 2.1364119998179376 +Info 3459 [10:34:53.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8556200000457466 +Info 3460 [10:34:53.013] Format host information updated +Info 3461 [10:34:53.122] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3462 [10:34:53.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 2.06479400023818ms +Info 3463 [10:34:53.124] Different program with same set of files +Info 3464 [10:34:53.124] getCompletionData: Get current token: 0.0037799999117851257 +Info 3465 [10:34:53.124] getCompletionData: Is inside comment: 0.0160200004465878 +Info 3466 [10:34:53.124] getCompletionData: Get previous token: 0.01778799993917346 +Info 3467 [10:34:53.124] getCompletionsAtPosition: isCompletionListBlocker: 0.0030239997431635857 +Info 3468 [10:34:53.124] getExportInfoMap: cache hit +Info 3469 [10:34:53.126] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 2 from cache +Info 3470 [10:34:53.126] collectAutoImports: response is complete +Info 3471 [10:34:53.126] collectAutoImports: 1.6231190003454685 +Info 3472 [10:34:53.126] getCompletionData: Semantic work: 2.0968960002064705 +Info 3473 [10:34:53.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9261410003528 +Info 3474 [10:34:53.130] Format host information updated +Info 3475 [10:34:53.236] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3476 [10:34:53.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 1.7967499997466803ms +Info 3477 [10:34:53.238] Different program with same set of files +Info 3478 [10:34:53.238] getCompletionData: Get current token: 0.003595000132918358 +Info 3479 [10:34:53.238] getCompletionData: Is inside comment: 0.014709999784827232 +Info 3480 [10:34:53.238] getCompletionData: Get previous token: 0.017186000011861324 +Info 3481 [10:34:53.238] getCompletionsAtPosition: isCompletionListBlocker: 0.002969999797642231 +Info 3482 [10:34:53.238] getExportInfoMap: cache hit +Info 3483 [10:34:53.240] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 0 from cache +Info 3484 [10:34:53.240] collectAutoImports: response is complete +Info 3485 [10:34:53.240] collectAutoImports: 1.3777529997751117 +Info 3486 [10:34:53.240] getCompletionData: Semantic work: 1.8426340003497899 +Info 3487 [10:34:53.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7086310000158846 +Info 3488 [10:34:53.243] Format host information updated +Info 3489 [10:34:53.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3490 [10:34:53.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 6.249044999945909ms +Info 3491 [10:34:53.324] Different program with same set of files +Info 3492 [10:34:53.325] getCompletionData: Get current token: 0.01651400001719594 +Info 3493 [10:34:53.325] getCompletionData: Is inside comment: 0.0698730000294745 +Info 3494 [10:34:53.325] getCompletionData: Get previous token: 0.07809399999678135 +Info 3495 [10:34:53.325] getCompletionsAtPosition: isCompletionListBlocker: 0.010129000060260296 +Info 3496 [10:34:53.328] getExportInfoMap: cache hit +Info 3497 [10:34:53.337] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3498 [10:34:53.337] collectAutoImports: response is complete +Info 3499 [10:34:53.337] collectAutoImports: 9.07937499973923 +Info 3500 [10:34:53.337] getCompletionData: Semantic work: 12.021708999760449 +Info 3501 [10:34:53.349] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.135410000104457 +Info 3502 [10:34:53.353] Format host information updated +Info 3503 [10:34:53.496] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3504 [10:34:53.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 1.7787319999188185ms +Info 3505 [10:34:53.498] Different program with same set of files +Info 3506 [10:34:53.498] getCompletionData: Get current token: 0.003432000055909157 +Info 3507 [10:34:53.498] getCompletionData: Is inside comment: 0.015035000164061785 +Info 3508 [10:34:53.498] getCompletionData: Get previous token: 0.01674700016155839 +Info 3509 [10:34:53.498] getCompletionsAtPosition: isCompletionListBlocker: 0.0037139998748898506 +Info 3510 [10:34:53.498] getExportInfoMap: cache hit +Info 3511 [10:34:53.499] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3512 [10:34:53.499] collectAutoImports: response is complete +Info 3513 [10:34:53.499] collectAutoImports: 1.1426129997707903 +Info 3514 [10:34:53.499] getCompletionData: Semantic work: 1.5498469998128712 +Info 3515 [10:34:53.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6133479997515678 +Info 3516 [10:34:53.502] Format host information updated +Info 3517 [10:34:53.630] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3518 [10:34:53.632] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 1.6028860001824796ms +Info 3519 [10:34:53.632] Different program with same set of files +Info 3520 [10:34:53.632] getCompletionData: Get current token: 0.0033889999613165855 +Info 3521 [10:34:53.632] getCompletionData: Is inside comment: 0.014287999831140041 +Info 3522 [10:34:53.632] getCompletionData: Get previous token: 0.015879000071436167 +Info 3523 [10:34:53.632] getCompletionsAtPosition: isCompletionListBlocker: 0.0033889999613165855 +Info 3524 [10:34:53.633] getExportInfoMap: cache hit +Info 3525 [10:34:53.634] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3526 [10:34:53.634] collectAutoImports: response is complete +Info 3527 [10:34:53.634] collectAutoImports: 1.1699689999222755 +Info 3528 [10:34:53.634] getCompletionData: Semantic work: 1.558814000338316 +Info 3529 [10:34:53.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4574980000033975 +Info 3530 [10:34:53.636] Format host information updated +Info 3531 [10:34:53.725] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3532 [10:34:53.728] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 2.9911380000412464ms +Info 3533 [10:34:53.729] Different program with same set of files +Info 3534 [10:34:53.729] getCompletionData: Get current token: 0.007393000181764364 +Info 3535 [10:34:53.729] getCompletionData: Is inside comment: 0.02984300022944808 +Info 3536 [10:34:53.729] getCompletionData: Get previous token: 0.034411000087857246 +Info 3537 [10:34:53.729] getCompletionsAtPosition: isCompletionListBlocker: 0.0051390002481639385 +Info 3538 [10:34:53.730] getExportInfoMap: cache hit +Info 3539 [10:34:53.733] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3540 [10:34:53.733] collectAutoImports: response is complete +Info 3541 [10:34:53.733] collectAutoImports: 3.631036000326276 +Info 3542 [10:34:53.733] getCompletionData: Semantic work: 4.364203999750316 +Info 3543 [10:34:53.736] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8163610002957284 +Info 3544 [10:34:53.737] Format host information updated +Info 3545 [10:34:55.125] Format host information updated +Info 3546 [10:34:55.125] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3547 [10:34:55.127] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 1.7617370001971722ms +Info 3548 [10:34:55.127] Different program with same set of files +Info 3549 [10:34:55.549] Format host information updated +Info 3550 [10:34:55.549] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3551 [10:34:55.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 1.7831400004215539ms +Info 3552 [10:34:55.551] Different program with same set of files +Info 3553 [10:34:55.738] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3554 [10:34:55.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 1.8708810000680387ms +Info 3555 [10:34:55.740] Different program with same set of files +Info 3556 [10:34:55.741] getCompletionData: Get current token: 0.0039809998124837875 +Info 3557 [10:34:55.741] getCompletionData: Is inside comment: 0.012351000215858221 +Info 3558 [10:34:55.741] getCompletionData: Get previous token: 0.007029999978840351 +Info 3559 [10:34:55.743] getExportInfoMap: cache hit +Info 3560 [10:34:55.747] collectAutoImports: resolved 0 module specifiers, plus 149 ambient and 6 from cache +Info 3561 [10:34:55.747] collectAutoImports: response is complete +Info 3562 [10:34:55.747] collectAutoImports: 4.267392999958247 +Info 3563 [10:34:55.747] getCompletionData: Semantic work: 6.820672000292689 +Info 3564 [10:34:55.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.200149000156671 +Info 3565 [10:34:55.752] Format host information updated +Info 3566 [10:34:55.818] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3567 [10:34:55.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 2.1490009999834ms +Info 3568 [10:34:55.820] Different program with same set of files +Info 3569 [10:34:55.820] getCompletionData: Get current token: 0.002770999912172556 +Info 3570 [10:34:55.820] getCompletionData: Is inside comment: 0.0074709998443722725 +Info 3571 [10:34:55.820] getCompletionData: Get previous token: 0.003978000022470951 +Info 3572 [10:34:55.821] getExportInfoMap: cache hit +Info 3573 [10:34:55.824] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 0 from cache +Info 3574 [10:34:55.824] collectAutoImports: response is complete +Info 3575 [10:34:55.824] collectAutoImports: 2.4264279999770224 +Info 3576 [10:34:55.824] getCompletionData: Semantic work: 3.613073999993503 +Info 3577 [10:34:55.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1255180002190173 +Info 3578 [10:34:55.826] Format host information updated +Info 3579 [10:34:55.884] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3580 [10:34:55.887] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 2.9832050004042685ms +Info 3581 [10:34:55.887] Different program with same set of files +Info 3582 [10:34:55.887] getCompletionData: Get current token: 0.003498000092804432 +Info 3583 [10:34:55.887] getCompletionData: Is inside comment: 0.017186000011861324 +Info 3584 [10:34:55.887] getCompletionData: Get previous token: 0.008450000081211329 +Info 3585 [10:34:55.888] getExportInfoMap: cache hit +Info 3586 [10:34:55.891] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 3587 [10:34:55.891] collectAutoImports: response is complete +Info 3588 [10:34:55.891] collectAutoImports: 3.0985590000636876 +Info 3589 [10:34:55.891] getCompletionData: Semantic work: 3.8630380001850426 +Info 3590 [10:34:55.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3111390001140535 +Info 3591 [10:34:55.895] Format host information updated +Info 3592 [10:34:55.947] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3593 [10:34:55.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 1.8949159998446703ms +Info 3594 [10:34:55.949] Different program with same set of files +Info 3595 [10:34:55.949] getCompletionData: Get current token: 0.0029360000044107437 +Info 3596 [10:34:55.949] getCompletionData: Is inside comment: 0.014663999900221825 +Info 3597 [10:34:55.949] getCompletionData: Get previous token: 0.008198999799787998 +Info 3598 [10:34:55.950] getExportInfoMap: cache hit +Info 3599 [10:34:55.952] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3600 [10:34:55.952] collectAutoImports: response is complete +Info 3601 [10:34:55.952] collectAutoImports: 1.4134650002233684 +Info 3602 [10:34:55.952] getCompletionData: Semantic work: 2.142647999804467 +Info 3603 [10:34:55.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.857162999920547 +Info 3604 [10:34:55.953] Format host information updated +Info 3605 [10:34:56.069] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3606 [10:34:56.073] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 3.9590699998661876ms +Info 3607 [10:34:56.073] Different program with same set of files +Info 3608 [10:34:56.074] getCompletionData: Get current token: 0.0043680001981556416 +Info 3609 [10:34:56.074] getCompletionData: Is inside comment: 0.01875800034031272 +Info 3610 [10:34:56.074] getCompletionData: Get previous token: 0.010906000155955553 +Info 3611 [10:34:56.075] getExportInfoMap: cache hit +Info 3612 [10:34:56.077] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 3613 [10:34:56.077] collectAutoImports: response is complete +Info 3614 [10:34:56.077] collectAutoImports: 2.642330000177026 +Info 3615 [10:34:56.077] getCompletionData: Semantic work: 3.619899000041187 +Info 3616 [10:34:56.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7169670001603663 +Info 3617 [10:34:56.080] Format host information updated +Info 3618 [10:34:56.156] Format host information updated +Info 3619 [10:34:56.157] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3620 [10:34:56.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 3.4860040000639856ms +Info 3621 [10:34:56.160] Different program with same set of files +Info 3622 [10:34:57.134] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3623 [10:34:57.136] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 2.116549000144005ms +Info 3624 [10:34:57.136] Different program with same set of files +Info 3625 [10:34:57.136] getCompletionData: Get current token: 0.004852999933063984 +Info 3626 [10:34:57.136] getCompletionData: Is inside comment: 0.010313999839127064 +Info 3627 [10:34:57.136] getCompletionData: Get previous token: 0.0075250002555549145 +Info 3628 [10:34:57.137] getExportInfoMap: cache hit +Info 3629 [10:34:57.159] collectAutoImports: resolved 0 module specifiers, plus 1361 ambient and 166 from cache +Info 3630 [10:34:57.159] collectAutoImports: response is complete +Info 3631 [10:34:57.159] collectAutoImports: 22.510651999618858 +Info 3632 [10:34:57.159] getCompletionData: Semantic work: 22.616322999820113 +Info 3633 [10:34:57.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.889414999634027 +Info 3634 [10:34:57.186] Format host information updated +Info 3635 [10:34:57.194] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3636 [10:34:57.196] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 2.3219989999197423ms +Info 3637 [10:34:57.196] Different program with same set of files +Info 3638 [10:34:57.196] getCompletionData: Get current token: 0.00241499999538064 +Info 3639 [10:34:57.196] getCompletionData: Is inside comment: 0.008604000322520733 +Info 3640 [10:34:57.196] getCompletionData: Get previous token: 0.004023000132292509 +Info 3641 [10:34:57.197] Format host information updated +Info 3642 [10:34:57.659] getCompletionData: Get current token: 0.002710999920964241 +Info 3643 [10:34:57.659] getCompletionData: Is inside comment: 0.0013430002145469189 +Info 3644 [10:34:57.659] getCompletionData: Get previous token: 0.008056999649852514 +Info 3645 [10:34:57.659] getExportInfoMap: cache hit +Info 3646 [10:34:57.673] collectAutoImports: resolved 0 module specifiers, plus 1361 ambient and 166 from cache +Info 3647 [10:34:57.673] collectAutoImports: response is complete +Info 3648 [10:34:57.673] collectAutoImports: 14.471615000162274 +Info 3649 [10:34:57.673] getCompletionData: Semantic work: 14.551498000044376 +Info 3650 [10:34:57.685] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.651359000243247 +Info 3651 [10:34:57.892] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3652 [10:34:57.895] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 3.308339999988675ms +Info 3653 [10:34:57.895] Different program with same set of files +Info 3654 [10:34:57.896] getCompletionData: Get current token: 0.005022999830543995 +Info 3655 [10:34:57.896] getCompletionData: Is inside comment: 0.0020829997956752777 +Info 3656 [10:34:57.896] getCompletionData: Get previous token: 0.03026400040835142 +Info 3657 [10:34:57.896] getExportInfoMap: cache hit +Info 3658 [10:34:57.901] collectAutoImports: resolved 0 module specifiers, plus 93 ambient and 12 from cache +Info 3659 [10:34:57.901] collectAutoImports: response is complete +Info 3660 [10:34:57.901] collectAutoImports: 4.934133000206202 +Info 3661 [10:34:57.901] getCompletionData: Semantic work: 5.075834999792278 +Info 3662 [10:34:57.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0983789996244013 +Info 3663 [10:34:57.903] Format host information updated +Info 3664 [10:34:57.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3665 [10:34:57.989] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 3.285494000185281ms +Info 3666 [10:34:57.989] Different program with same set of files +Info 3667 [10:34:57.989] getCompletionData: Get current token: 0.00382799981161952 +Info 3668 [10:34:57.989] getCompletionData: Is inside comment: 0.0017510000616312027 +Info 3669 [10:34:57.989] getCompletionData: Get previous token: 0.022576999850571156 +Info 3670 [10:34:57.989] getExportInfoMap: cache hit +Info 3671 [10:34:57.992] collectAutoImports: resolved 0 module specifiers, plus 55 ambient and 4 from cache +Info 3672 [10:34:57.992] collectAutoImports: response is complete +Info 3673 [10:34:57.992] collectAutoImports: 2.9882200001738966 +Info 3674 [10:34:57.992] getCompletionData: Semantic work: 3.0811660001054406 +Info 3675 [10:34:57.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5752360001206398 +Info 3676 [10:34:57.994] Format host information updated +Info 3677 [10:34:58.126] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3678 [10:34:58.128] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 2.1192970001138747ms +Info 3679 [10:34:58.128] Different program with same set of files +Info 3680 [10:34:58.128] getCompletionData: Get current token: 0.002022999804466963 +Info 3681 [10:34:58.128] getCompletionData: Is inside comment: 0.000808000098913908 +Info 3682 [10:34:58.128] getCompletionData: Get previous token: 0.011800000444054604 +Info 3683 [10:34:58.128] getExportInfoMap: cache hit +Info 3684 [10:34:58.129] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 0 from cache +Info 3685 [10:34:58.129] collectAutoImports: response is complete +Info 3686 [10:34:58.130] collectAutoImports: 1.482265000231564 +Info 3687 [10:34:58.130] getCompletionData: Semantic work: 1.5407560002058744 +Info 3688 [10:34:58.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.15244799992069602 +Info 3689 [10:34:58.130] Format host information updated +Info 3690 [10:34:58.185] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3691 [10:34:58.186] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 1.6857929998077452ms +Info 3692 [10:34:58.186] Different program with same set of files +Info 3693 [10:34:58.186] getCompletionData: Get current token: 0.0019110003486275673 +Info 3694 [10:34:58.186] getCompletionData: Is inside comment: 0.0009840000420808792 +Info 3695 [10:34:58.186] getCompletionData: Get previous token: 0.011613999959081411 +Info 3696 [10:34:58.187] getExportInfoMap: cache hit +Info 3697 [10:34:58.188] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 3698 [10:34:58.188] collectAutoImports: response is complete +Info 3699 [10:34:58.188] collectAutoImports: 1.309224999975413 +Info 3700 [10:34:58.188] getCompletionData: Semantic work: 1.363442000001669 +Info 3701 [10:34:58.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.055308999959379435 +Info 3702 [10:34:58.188] Format host information updated +Info 3703 [10:34:58.404] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3704 [10:34:58.406] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 2.169994999654591ms +Info 3705 [10:34:58.406] Different program with same set of files +Info 3706 [10:34:58.406] getCompletionData: Get current token: 0.001946999691426754 +Info 3707 [10:34:58.406] getCompletionData: Is inside comment: 0.0010040001943707466 +Info 3708 [10:34:58.406] getCompletionData: Get previous token: 0.01082099974155426 +Info 3709 [10:34:58.406] getExportInfoMap: cache hit +Info 3710 [10:34:58.408] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 3711 [10:34:58.408] collectAutoImports: response is complete +Info 3712 [10:34:58.408] collectAutoImports: 1.3519790000282228 +Info 3713 [10:34:58.408] getCompletionData: Semantic work: 1.409262000117451 +Info 3714 [10:34:58.408] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06128800008445978 +Info 3715 [10:34:58.410] Format host information updated +Info 3716 [10:34:58.595] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3717 [10:34:58.597] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 1.7473760000430048ms +Info 3718 [10:34:58.597] Different program with same set of files +Info 3719 [10:34:58.597] getCompletionData: Get current token: 0.002342000138014555 +Info 3720 [10:34:58.597] getCompletionData: Is inside comment: 0.0010660002008080482 +Info 3721 [10:34:58.597] getCompletionData: Get previous token: 0.01457899995148182 +Info 3722 [10:34:58.597] getExportInfoMap: cache hit +Info 3723 [10:34:58.598] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 3724 [10:34:58.598] collectAutoImports: response is complete +Info 3725 [10:34:58.598] collectAutoImports: 1.4229480000212789 +Info 3726 [10:34:58.598] getCompletionData: Semantic work: 1.4871219997294247 +Info 3727 [10:34:58.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06404699990525842 +Info 3728 [10:34:58.599] Format host information updated +Info 3729 [10:34:59.017] getCompletionData: Get current token: 0.0018629999831318855 +Info 3730 [10:34:59.017] getCompletionData: Is inside comment: 0.008804999757558107 +Info 3731 [10:34:59.017] getCompletionData: Get previous token: 0.004195000045001507 +Info 3732 [10:34:59.167] Format host information updated +Info 3733 [10:34:59.167] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3734 [10:34:59.169] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 1.9772520000115037ms +Info 3735 [10:34:59.169] Different program with same set of files +Info 3736 [10:34:59.297] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3737 [10:34:59.298] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 1.7429169998504221ms +Info 3738 [10:34:59.298] Different program with same set of files +Info 3739 [10:34:59.298] getCompletionData: Get current token: 0.0024270000867545605 +Info 3740 [10:34:59.299] getCompletionData: Is inside comment: 0.007548999972641468 +Info 3741 [10:34:59.299] getCompletionData: Get previous token: 0.009209000039845705 +Info 3742 [10:34:59.299] Format host information updated +Info 3743 [10:34:59.440] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3744 [10:34:59.442] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 1.5637799999676645ms +Info 3745 [10:34:59.442] Different program with same set of files +Info 3746 [10:34:59.442] getCompletionData: Get current token: 0.0017110002227127552 +Info 3747 [10:34:59.442] getCompletionData: Is inside comment: 0.007185999769717455 +Info 3748 [10:34:59.442] getCompletionData: Get previous token: 0.00797600019723177 +Info 3749 [10:34:59.442] Format host information updated +Info 3750 [10:34:59.543] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3751 [10:34:59.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 1.6957449996843934ms +Info 3752 [10:34:59.545] Different program with same set of files +Info 3753 [10:34:59.545] getCompletionData: Get current token: 0.0015429998748004436 +Info 3754 [10:34:59.545] getCompletionData: Is inside comment: 0.006947000045329332 +Info 3755 [10:34:59.545] getCompletionData: Get previous token: 0.006325999740511179 +Info 3756 [10:34:59.545] Format host information updated +Info 3757 [10:34:59.661] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3758 [10:34:59.663] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 2.011547999922186ms +Info 3759 [10:34:59.663] Different program with same set of files +Info 3760 [10:34:59.663] getCompletionData: Get current token: 0.0025980002246797085 +Info 3761 [10:34:59.663] getCompletionData: Is inside comment: 0.011360999662429094 +Info 3762 [10:34:59.663] getCompletionData: Get previous token: 0.012786000035703182 +Info 3763 [10:34:59.663] Format host information updated +Info 3764 [10:34:59.721] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3765 [10:34:59.723] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 1.8433570000343025ms +Info 3766 [10:34:59.723] Different program with same set of files +Info 3767 [10:34:59.723] getCompletionData: Get current token: 0.002132999710738659 +Info 3768 [10:34:59.723] getCompletionData: Is inside comment: 0.008491999935358763 +Info 3769 [10:34:59.723] getCompletionData: Get previous token: 0.00991700030863285 +Info 3770 [10:34:59.723] Format host information updated +Info 3771 [10:34:59.914] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3772 [10:34:59.916] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 1.817625000141561ms +Info 3773 [10:34:59.916] Different program with same set of files +Info 3774 [10:34:59.916] getCompletionData: Get current token: 0.0019379998557269573 +Info 3775 [10:34:59.917] getCompletionData: Is inside comment: 0.007331999950110912 +Info 3776 [10:34:59.917] getCompletionData: Get previous token: 0.006990000139921904 +Info 3777 [10:34:59.917] Format host information updated +Info 3778 [10:35:00.034] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3779 [10:35:00.037] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 2.293518000282347ms +Info 3780 [10:35:00.037] Different program with same set of files +Info 3781 [10:35:00.037] getCompletionData: Get current token: 0.003208999987691641 +Info 3782 [10:35:00.037] getCompletionData: Is inside comment: 0.011999999638646841 +Info 3783 [10:35:00.037] getCompletionData: Get previous token: 0.01295899972319603 +Info 3784 [10:35:00.037] Format host information updated +Info 3785 [10:35:00.162] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3786 [10:35:00.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 1.6836369996890426ms +Info 3787 [10:35:00.164] Different program with same set of files +Info 3788 [10:35:00.164] getCompletionData: Get current token: 0.0017389999702572823 +Info 3789 [10:35:00.164] getCompletionData: Is inside comment: 0.00736499996855855 +Info 3790 [10:35:00.164] getCompletionData: Get previous token: 0.006901999935507774 +Info 3791 [10:35:00.164] Format host information updated +Info 3792 [10:35:00.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3793 [10:35:00.376] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 1.773474999703467ms +Info 3794 [10:35:00.376] Different program with same set of files +Info 3795 [10:35:00.377] getCompletionData: Get current token: 0.0033390000462532043 +Info 3796 [10:35:00.377] getCompletionData: Is inside comment: 0.008804999757558107 +Info 3797 [10:35:00.377] getCompletionData: Get previous token: 0.008131999988108873 +Info 3798 [10:35:00.377] Format host information updated +Info 3799 [10:35:00.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3800 [10:35:00.461] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 1.7016770001500845ms +Info 3801 [10:35:00.461] Different program with same set of files +Info 3802 [10:35:00.461] getCompletionData: Get current token: 0.002329000271856785 +Info 3803 [10:35:00.461] getCompletionData: Is inside comment: 0.0073979999870061874 +Info 3804 [10:35:00.462] getCompletionData: Get previous token: 0.008450999855995178 +Info 3805 [10:35:00.462] Format host information updated +Info 3806 [10:35:00.536] Format host information updated +Info 3807 [10:35:00.537] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3808 [10:35:00.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 1.6101390002295375ms +Info 3809 [10:35:00.538] Different program with same set of files +Info 3810 [10:35:00.652] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3811 [10:35:00.653] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 1.742215999867767ms +Info 3812 [10:35:00.653] Different program with same set of files +Info 3813 [10:35:00.656] Format host information updated +Info 3814 [10:35:01.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3815 [10:35:01.158] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 396 structureChanged: true structureIsReused:: SafeModules Elapsed: 5.751668999902904ms +Info 3816 [10:35:01.158] Different program with same set of files +Info 3817 [10:35:01.159] Format host information updated +Info 3818 [10:35:01.259] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3819 [10:35:01.265] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 397 structureChanged: true structureIsReused:: SafeModules Elapsed: 5.944508000276983ms +Info 3820 [10:35:01.265] Different program with same set of files +Info 3821 [10:35:01.269] Format host information updated +Info 3822 [10:35:01.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3823 [10:35:01.351] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 398 structureChanged: true structureIsReused:: SafeModules Elapsed: 4.829390000086278ms +Info 3824 [10:35:01.351] Different program with same set of files +Info 3825 [10:35:01.352] Format host information updated +Info 3826 [10:35:01.598] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3827 [10:35:01.603] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 399 structureChanged: true structureIsReused:: SafeModules Elapsed: 4.643662000074983ms +Info 3828 [10:35:01.603] Different program with same set of files +Info 3829 [10:35:01.604] Format host information updated +Info 3830 [10:35:01.887] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3831 [10:35:01.892] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 400 structureChanged: true structureIsReused:: SafeModules Elapsed: 5.060770000331104ms +Info 3832 [10:35:01.892] Different program with same set of files +Info 3833 [10:35:01.893] Format host information updated +Info 3834 [10:35:01.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3835 [10:35:01.974] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 401 structureChanged: true structureIsReused:: SafeModules Elapsed: 4.625621999613941ms +Info 3836 [10:35:01.974] Different program with same set of files +Info 3837 [10:35:01.977] Format host information updated +Info 3838 [10:35:02.145] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3839 [10:35:02.150] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 402 structureChanged: true structureIsReused:: SafeModules Elapsed: 4.681519000325352ms +Info 3840 [10:35:02.150] Different program with same set of files +Info 3841 [10:35:02.151] Format host information updated +Info 3842 [10:35:02.312] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3843 [10:35:02.318] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 403 structureChanged: true structureIsReused:: SafeModules Elapsed: 5.235627999994904ms +Info 3844 [10:35:02.318] Different program with same set of files +Info 3845 [10:35:02.318] Format host information updated +Info 3846 [10:35:02.436] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3847 [10:35:02.441] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 404 structureChanged: true structureIsReused:: SafeModules Elapsed: 4.8689500000327826ms +Info 3848 [10:35:02.441] Different program with same set of files +Info 3849 [10:35:02.441] Format host information updated +Info 3850 [10:35:02.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3851 [10:35:02.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 6.248781000263989ms +Info 3852 [10:35:02.617] Different program with same set of files +Info 3853 [10:35:02.617] getCompletionData: Get current token: 0.024776000063866377 +Info 3854 [10:35:02.617] getCompletionData: Is inside comment: 0.06212100014090538 +Info 3855 [10:35:02.617] getCompletionData: Get previous token: 0.02879199991002679 +Info 3856 [10:35:02.618] getCompletionsAtPosition: isCompletionListBlocker: 0.10472800023853779 +Info 3857 [10:35:02.619] getExportInfoMap: cache hit +Info 3858 [10:35:02.649] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 99 from cache +Info 3859 [10:35:02.649] collectAutoImports: response is complete +Info 3860 [10:35:02.649] collectAutoImports: 28.801028999965638 +Info 3861 [10:35:02.649] getCompletionData: Semantic work: 31.6622830000706 +Info 3862 [10:35:02.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.348265999928117 +Info 3863 [10:35:02.665] Format host information updated +Info 3864 [10:35:09.243] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 3865 [10:35:09.243] Elapsed:: 0.1637860001064837ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 3866 [10:35:09.243] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 3867 [10:35:09.243] Elapsed:: 0.3882960001938045ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 3868 [10:35:09.243] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 3869 [10:35:09.243] Elapsed:: 0.11981100030243397ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 3870 [10:35:09.607] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3871 [10:35:09.900] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 406 structureChanged: true structureIsReused:: Not Elapsed: 292.52685800008476ms +Info 3872 [10:35:09.900] Project '/dev/null/inferredProject1*' (Inferred) +Info 3873 [10:35:09.900] Files (125) + +Info 3874 [10:35:09.900] ----------------------------------------------- +Info 3875 [10:35:09.900] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3876 [10:35:09.900] Files (124) + +Info 3877 [10:35:09.900] ----------------------------------------------- +Info 3878 [10:35:10.499] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 3879 [10:35:10.499] Elapsed:: 0.15824300004169345ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 3880 [10:35:10.499] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 3881 [10:35:10.500] Elapsed:: 0.337378999684006ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 3882 [10:35:10.500] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 3883 [10:35:10.500] Elapsed:: 0.011130999773740768ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 3884 [10:35:10.500] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 3885 [10:35:10.500] Elapsed:: 0.013749999925494194ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 3886 [10:35:10.500] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 3887 [10:35:10.500] Ignoring files that are not *.json +Info 3888 [10:35:10.500] Elapsed:: 0.036026999820023775ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 3889 [10:35:10.500] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/@types :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info 3890 [10:35:10.500] Elapsed:: 0.12146099982783198ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/@types :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots +Info 3891 [10:35:10.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3892 [10:35:10.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed: 31.03549800021574ms +Info 3893 [10:35:10.533] Different program with same set of files +Info 3894 [10:35:10.752] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3895 [10:35:10.806] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 407 structureChanged: true structureIsReused:: SafeModules Elapsed: 54.00669400021434ms +Info 3896 [10:35:10.806] Different program with same set of files +Info 3897 [10:35:13.252] Before ensureProjectForOpenFiles: +Info 3898 [10:35:13.253] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3898 [10:35:13.253] Files (65) + +Info 3898 [10:35:13.253] ----------------------------------------------- +Info 3898 [10:35:13.253] Project '/dev/null/inferredProject1*' (Inferred) +Info 3898 [10:35:13.253] Files (125) + +Info 3898 [10:35:13.253] ----------------------------------------------- +Info 3898 [10:35:13.253] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3898 [10:35:13.253] Files (124) + +Info 3898 [10:35:13.253] ----------------------------------------------- +Info 3898 [10:35:13.253] Open files: +Info 3898 [10:35:13.253] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3898 [10:35:13.253] Projects: /dev/null/inferredProject1* +Info 3898 [10:35:13.253] After ensureProjectForOpenFiles: +Info 3899 [10:35:13.253] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3899 [10:35:13.254] Files (65) + +Info 3899 [10:35:13.254] ----------------------------------------------- +Info 3899 [10:35:13.254] Project '/dev/null/inferredProject1*' (Inferred) +Info 3899 [10:35:13.254] Files (125) + +Info 3899 [10:35:13.254] ----------------------------------------------- +Info 3899 [10:35:13.254] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3899 [10:35:13.254] Files (124) + +Info 3899 [10:35:13.254] ----------------------------------------------- +Info 3899 [10:35:13.254] Open files: +Info 3899 [10:35:13.254] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3899 [10:35:13.254] Projects: /dev/null/inferredProject1* +Info 3899 [10:35:13.254] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 3900 [10:35:26.090] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3901 [10:35:26.107] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 17.692780000157654ms +Info 3902 [10:35:26.108] Different program with same set of files +Info 3903 [10:35:26.108] getCompletionData: Get current token: 0.0033599999733269215 +Info 3904 [10:35:26.108] getCompletionData: Is inside comment: 0.011994999833405018 +Info 3905 [10:35:26.108] getCompletionData: Get previous token: 0.013898000121116638 +Info 3906 [10:35:26.108] getCompletionsAtPosition: isCompletionListBlocker: 0.0023279995657503605 +Info 3907 [10:35:26.108] getCompletionData: Semantic work: 0.02114900015294552 +Info 3908 [10:35:26.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05127099994570017 +Info 3909 [10:35:26.108] Format host information updated +Info 3910 [10:35:26.169] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3911 [10:35:26.209] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 40.19447600003332ms +Info 3912 [10:35:26.209] Different program with same set of files +Info 3913 [10:35:26.209] getCompletionData: Get current token: 0.0066280001774430275 +Info 3914 [10:35:26.209] getCompletionData: Is inside comment: 0.02847500005736947 +Info 3915 [10:35:26.209] getCompletionData: Get previous token: 0.053524999879300594 +Info 3916 [10:35:26.209] getCompletionsAtPosition: isCompletionListBlocker: 0.003683000337332487 +Info 3917 [10:35:26.209] getCompletionData: Semantic work: 0.019460999872535467 +Info 3918 [10:35:26.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06911599962040782 +Info 3919 [10:35:26.210] Format host information updated +Info 3920 [10:35:26.252] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3921 [10:35:26.269] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 16.683566000312567ms +Info 3922 [10:35:26.269] Different program with same set of files +Info 3923 [10:35:26.269] getCompletionData: Get current token: 0.006118000019341707 +Info 3924 [10:35:26.269] getCompletionData: Is inside comment: 0.023252999875694513 +Info 3925 [10:35:26.269] getCompletionData: Get previous token: 0.027589000295847654 +Info 3926 [10:35:26.269] getCompletionsAtPosition: isCompletionListBlocker: 0.003980000037699938 +Info 3927 [10:35:26.270] getCompletionData: Semantic work: 0.022936000023037195 +Info 3928 [10:35:26.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09982699993997812 +Info 3929 [10:35:26.272] Format host information updated +Info 3930 [10:35:26.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3931 [10:35:26.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 9.427035999950022ms +Info 3932 [10:35:26.356] Different program with same set of files +Info 3933 [10:35:26.356] getCompletionData: Get current token: 0.0037380000576376915 +Info 3934 [10:35:26.356] getCompletionData: Is inside comment: 0.0122060002759099 +Info 3935 [10:35:26.356] getCompletionData: Get previous token: 0.013154999818652868 +Info 3936 [10:35:26.356] getCompletionsAtPosition: isCompletionListBlocker: 0.0022159996442496777 +Info 3937 [10:35:26.356] getCompletionData: Semantic work: 0.012735999654978514 +Info 3938 [10:35:26.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03396299993619323 +Info 3939 [10:35:26.356] Format host information updated +Info 3940 [10:35:26.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3941 [10:35:26.540] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 10.315833000000566ms +Info 3942 [10:35:26.540] Different program with same set of files +Info 3943 [10:35:26.540] getCompletionData: Get current token: 0.0034409998916089535 +Info 3944 [10:35:26.540] getCompletionData: Is inside comment: 0.012498000171035528 +Info 3945 [10:35:26.540] getCompletionData: Get previous token: 0.013715000357478857 +Info 3946 [10:35:26.541] getCompletionsAtPosition: isCompletionListBlocker: 0.002279999665915966 +Info 3947 [10:35:26.541] getCompletionData: Semantic work: 0.013265999965369701 +Info 3948 [10:35:26.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03303600009530783 +Info 3949 [10:35:26.541] Format host information updated +Info 3950 [10:35:26.688] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3951 [10:35:26.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 7.4763879999518394ms +Info 3952 [10:35:26.696] Different program with same set of files +Info 3953 [10:35:26.696] getCompletionData: Get current token: 0.0028200000524520874 +Info 3954 [10:35:26.696] getCompletionData: Is inside comment: 0.011600000318139791 +Info 3955 [10:35:26.696] getCompletionData: Get previous token: 0.011919000186026096 +Info 3956 [10:35:26.696] getCompletionsAtPosition: isCompletionListBlocker: 0.0023729996755719185 +Info 3957 [10:35:26.696] getCompletionData: Semantic work: 0.011031999718397856 +Info 3958 [10:35:26.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.030238999985158443 +Info 3959 [10:35:26.696] Format host information updated +Info 3960 [10:35:26.783] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3961 [10:35:26.792] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 9.008035999722779ms +Info 3962 [10:35:26.792] Different program with same set of files +Info 3963 [10:35:26.792] getCompletionData: Get current token: 0.004805999808013439 +Info 3964 [10:35:26.792] getCompletionData: Is inside comment: 0.012998999562114477 +Info 3965 [10:35:26.792] getCompletionData: Get previous token: 0.015493000391870737 +Info 3966 [10:35:26.792] getCompletionsAtPosition: isCompletionListBlocker: 0.0024569998495280743 +Info 3967 [10:35:26.792] getCompletionData: Semantic work: 0.012739000376313925 +Info 3968 [10:35:26.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03447799989953637 +Info 3969 [10:35:26.793] Format host information updated +Info 3970 [10:35:26.931] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3971 [10:35:26.940] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 9.47921200003475ms +Info 3972 [10:35:26.940] Different program with same set of files +Info 3973 [10:35:26.941] getCompletionData: Get current token: 0.0036909999325871468 +Info 3974 [10:35:26.941] getCompletionData: Is inside comment: 0.013656000141054392 +Info 3975 [10:35:26.941] getCompletionData: Get previous token: 0.014928000047802925 +Info 3976 [10:35:26.941] getCompletionsAtPosition: isCompletionListBlocker: 0.0025659999810159206 +Info 3977 [10:35:26.941] getCompletionData: Semantic work: 0.013195000123232603 +Info 3978 [10:35:26.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03621499985456467 +Info 3979 [10:35:26.941] Format host information updated +Info 3980 [10:35:27.004] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3981 [10:35:27.013] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 9.08672899985686ms +Info 3982 [10:35:27.013] Different program with same set of files +Info 3983 [10:35:27.013] getCompletionData: Get current token: 0.003647000063210726 +Info 3984 [10:35:27.013] getCompletionData: Is inside comment: 0.014781999867409468 +Info 3985 [10:35:27.013] getCompletionData: Get previous token: 0.014298000372946262 +Info 3986 [10:35:27.013] getCompletionsAtPosition: isCompletionListBlocker: 0.0023679998703300953 +Info 3987 [10:35:27.013] getCompletionData: Semantic work: 0.013451999984681606 +Info 3988 [10:35:27.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03427400020882487 +Info 3989 [10:35:27.014] Format host information updated +Info 3990 [10:35:27.085] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3991 [10:35:27.093] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 7.671186999883503ms +Info 3992 [10:35:27.093] Different program with same set of files +Info 3993 [10:35:27.093] getCompletionData: Get current token: 0.00305899977684021 +Info 3994 [10:35:27.093] getCompletionData: Is inside comment: 0.011435000225901604 +Info 3995 [10:35:27.093] getCompletionData: Get previous token: 0.012782000005245209 +Info 3996 [10:35:27.093] getCompletionsAtPosition: isCompletionListBlocker: 0.0020779999904334545 +Info 3997 [10:35:27.093] getCompletionData: Semantic work: 0.0118090002797544 +Info 3998 [10:35:27.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.037748000118881464 +Info 3999 [10:35:27.094] Format host information updated +Info 4000 [10:35:27.388] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4001 [10:35:27.399] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 11.078366999980062ms +Info 4002 [10:35:27.399] Different program with same set of files +Info 4003 [10:35:27.399] getCompletionData: Get current token: 0.006149000022560358 +Info 4004 [10:35:27.399] getCompletionData: Is inside comment: 0.021178999915719032 +Info 4005 [10:35:27.399] getCompletionData: Get previous token: 0.016189999878406525 +Info 4006 [10:35:27.400] getCompletionsAtPosition: isCompletionListBlocker: 0.0028529996052384377 +Info 4007 [10:35:27.403] AutoImportProviderProject: found 4 root files in 4 dependencies in 1.8327819998376071 ms +Info 4008 [10:35:27.403] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 4009 [10:35:27.418] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.338099999818951ms +Info 4010 [10:35:27.418] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4011 [10:35:27.418] Files (179) + +Info 4012 [10:35:27.418] ----------------------------------------------- +Info 4013 [10:35:27.418] getExportInfoMap: cache miss or empty; calculating new results +Info 4014 [10:35:27.460] forEachExternalModuleToImportFrom autoImportProvider: 25.337911000009626 +Info 4015 [10:35:27.460] getExportInfoMap: done in 59.22538600023836 ms +Info 4016 [10:35:27.476] collectAutoImports: resolved 8 module specifiers, plus 175 ambient and 218 from cache +Info 4017 [10:35:27.476] collectAutoImports: response is complete +Info 4018 [10:35:27.476] collectAutoImports: 16.51059400010854 +Info 4019 [10:35:27.476] getCompletionData: Semantic work: 76.80628199968487 +Info 4020 [10:35:27.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7444699998013675 +Info 4021 [10:35:27.485] Format host information updated +Info 4022 [10:35:27.488] Format host information updated +Info 4023 [10:35:27.488] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4024 [10:35:27.497] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 9.060167000163347ms +Info 4025 [10:35:27.498] Different program with same set of files +Info 4026 [10:35:30.719] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4027 [10:35:30.726] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 7.210636000148952ms +Info 4028 [10:35:30.726] Different program with same set of files +Info 4029 [10:35:30.727] getCompletionData: Get current token: 0.002814000006765127 +Info 4030 [10:35:30.727] getCompletionData: Is inside comment: 0.010964999906718731 +Info 4031 [10:35:30.727] getCompletionData: Get previous token: 0.01356300013139844 +Info 4032 [10:35:30.727] getCompletionsAtPosition: isCompletionListBlocker: 0.0024489997886121273 +Info 4033 [10:35:30.727] getExportInfoMap: cache hit +Info 4034 [10:35:30.730] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 20 from cache +Info 4035 [10:35:30.730] collectAutoImports: response is complete +Info 4036 [10:35:30.730] collectAutoImports: 2.6571120000444353 +Info 4037 [10:35:30.730] getCompletionData: Semantic work: 3.2355610001832247 +Info 4038 [10:35:30.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.691886999644339 +Info 4039 [10:35:30.734] Format host information updated +Info 4040 [10:35:30.879] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4041 [10:35:30.889] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 9.798667999915779ms +Info 4042 [10:35:30.889] Different program with same set of files +Info 4043 [10:35:30.889] getCompletionData: Get current token: 0.003069000318646431 +Info 4044 [10:35:30.889] getCompletionData: Is inside comment: 0.010823999997228384 +Info 4045 [10:35:30.889] getCompletionData: Get previous token: 0.013478999957442284 +Info 4046 [10:35:30.889] getCompletionsAtPosition: isCompletionListBlocker: 0.0023449999280273914 +Info 4047 [10:35:30.890] getExportInfoMap: cache hit +Info 4048 [10:35:30.892] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 4049 [10:35:30.892] collectAutoImports: response is complete +Info 4050 [10:35:30.892] collectAutoImports: 2.3620770000852644 +Info 4051 [10:35:30.892] getCompletionData: Semantic work: 2.94212600030005 +Info 4052 [10:35:30.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1646210001781583 +Info 4053 [10:35:30.895] Format host information updated +Info 4054 [10:35:31.021] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4055 [10:35:31.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 8.003576000221074ms +Info 4056 [10:35:31.029] Different program with same set of files +Info 4057 [10:35:31.029] getCompletionData: Get current token: 0.003439000342041254 +Info 4058 [10:35:31.029] getCompletionData: Is inside comment: 0.011568999849259853 +Info 4059 [10:35:31.029] getCompletionData: Get previous token: 0.014522999990731478 +Info 4060 [10:35:31.029] getCompletionsAtPosition: isCompletionListBlocker: 0.0020919996313750744 +Info 4061 [10:35:31.029] getExportInfoMap: cache hit +Info 4062 [10:35:31.031] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4063 [10:35:31.031] collectAutoImports: response is complete +Info 4064 [10:35:31.031] collectAutoImports: 1.7740839999169111 +Info 4065 [10:35:31.031] getCompletionData: Semantic work: 2.360708000138402 +Info 4066 [10:35:31.033] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9063339997082949 +Info 4067 [10:35:31.036] Format host information updated +Info 4068 [10:35:31.110] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4069 [10:35:31.136] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 25.690177000127733ms +Info 4070 [10:35:31.136] Different program with same set of files +Info 4071 [10:35:31.137] getCompletionData: Get current token: 0.02658399986103177 +Info 4072 [10:35:31.137] getCompletionData: Is inside comment: 0.04342400003224611 +Info 4073 [10:35:31.137] getCompletionData: Get previous token: 0.049601000268012285 +Info 4074 [10:35:31.137] getCompletionsAtPosition: isCompletionListBlocker: 0.006227999925613403 +Info 4075 [10:35:31.139] getExportInfoMap: cache hit +Info 4076 [10:35:31.143] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4077 [10:35:31.143] collectAutoImports: response is complete +Info 4078 [10:35:31.143] collectAutoImports: 4.0615579998120666 +Info 4079 [10:35:31.143] getCompletionData: Semantic work: 5.645854000002146 +Info 4080 [10:35:31.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.546372999902815 +Info 4081 [10:35:31.149] Format host information updated +Info 4082 [10:35:31.198] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4083 [10:35:31.205] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 7.229902000166476ms +Info 4084 [10:35:31.205] Different program with same set of files +Info 4085 [10:35:31.206] getCompletionData: Get current token: 0.003619999624788761 +Info 4086 [10:35:31.206] getCompletionData: Is inside comment: 0.01244099996984005 +Info 4087 [10:35:31.206] getCompletionData: Get previous token: 0.015007000416517258 +Info 4088 [10:35:31.206] getCompletionsAtPosition: isCompletionListBlocker: 0.0021289996802806854 +Info 4089 [10:35:31.206] getExportInfoMap: cache hit +Info 4090 [10:35:31.208] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4091 [10:35:31.208] collectAutoImports: response is complete +Info 4092 [10:35:31.208] collectAutoImports: 1.5325720002874732 +Info 4093 [10:35:31.208] getCompletionData: Semantic work: 2.2646139999851584 +Info 4094 [10:35:31.212] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.376083000097424 +Info 4095 [10:35:31.213] Format host information updated +Info 4096 [10:35:31.355] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4097 [10:35:31.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 7.335438000038266ms +Info 4098 [10:35:31.362] Different program with same set of files +Info 4099 [10:35:31.362] getCompletionData: Get current token: 0.003362999763339758 +Info 4100 [10:35:31.362] getCompletionData: Is inside comment: 0.013830000068992376 +Info 4101 [10:35:31.362] getCompletionData: Get previous token: 0.010152000002563 +Info 4102 [10:35:31.362] getCompletionsAtPosition: isCompletionListBlocker: 0.002628999762237072 +Info 4103 [10:35:31.363] getExportInfoMap: cache hit +Info 4104 [10:35:31.374] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4105 [10:35:31.374] collectAutoImports: response is complete +Info 4106 [10:35:31.374] collectAutoImports: 11.588038000278175 +Info 4107 [10:35:31.374] getCompletionData: Semantic work: 12.117790000047535 +Info 4108 [10:35:31.381] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.442590000107884 +Info 4109 [10:35:31.384] Format host information updated +Info 4110 [10:35:31.704] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4111 [10:35:31.711] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 6.9354340001009405ms +Info 4112 [10:35:31.711] Different program with same set of files +Info 4113 [10:35:31.711] getCompletionData: Get current token: 0.002725000027567148 +Info 4114 [10:35:31.711] getCompletionData: Is inside comment: 0.011655000038444996 +Info 4115 [10:35:31.711] getCompletionData: Get previous token: 0.014827999752014875 +Info 4116 [10:35:31.711] getCompletionsAtPosition: isCompletionListBlocker: 0.0023579997941851616 +Info 4117 [10:35:31.712] getExportInfoMap: cache hit +Info 4118 [10:35:31.716] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 4119 [10:35:31.716] collectAutoImports: response is complete +Info 4120 [10:35:31.716] collectAutoImports: 4.18184299999848 +Info 4121 [10:35:31.716] getCompletionData: Semantic work: 4.65139799984172 +Info 4122 [10:35:31.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6096020000986755 +Info 4123 [10:35:31.720] Format host information updated +Info 4124 [10:35:32.030] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4125 [10:35:32.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 9.776386999990791ms +Info 4126 [10:35:32.040] Different program with same set of files +Info 4127 [10:35:32.040] getCompletionData: Get current token: 0.0038199997507035732 +Info 4128 [10:35:32.040] getCompletionData: Is inside comment: 0.013458000030368567 +Info 4129 [10:35:32.040] getCompletionData: Get previous token: 0.011424999684095383 +Info 4130 [10:35:32.040] getCompletionsAtPosition: isCompletionListBlocker: 0.0024430002085864544 +Info 4131 [10:35:32.041] getExportInfoMap: cache hit +Info 4132 [10:35:32.051] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4133 [10:35:32.051] collectAutoImports: response is complete +Info 4134 [10:35:32.051] collectAutoImports: 10.248687000013888 +Info 4135 [10:35:32.051] getCompletionData: Semantic work: 10.849635999649763 +Info 4136 [10:35:32.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8692430001683533 +Info 4137 [10:35:32.058] Format host information updated +Info 4138 [10:35:32.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4139 [10:35:32.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 9.666116000153124ms +Info 4140 [10:35:32.112] Different program with same set of files +Info 4141 [10:35:32.112] getCompletionData: Get current token: 0.006149999797344208 +Info 4142 [10:35:32.112] getCompletionData: Is inside comment: 0.022632999811321497 +Info 4143 [10:35:32.112] getCompletionData: Get previous token: 0.027123999781906605 +Info 4144 [10:35:32.112] getCompletionsAtPosition: isCompletionListBlocker: 0.0036070002242922783 +Info 4145 [10:35:32.113] getExportInfoMap: cache hit +Info 4146 [10:35:32.119] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 4147 [10:35:32.119] collectAutoImports: response is complete +Info 4148 [10:35:32.119] collectAutoImports: 5.951817000284791 +Info 4149 [10:35:32.119] getCompletionData: Semantic work: 6.581655999645591 +Info 4150 [10:35:32.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1832520002499223 +Info 4151 [10:35:32.124] Format host information updated +Info 4152 [10:35:32.175] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4153 [10:35:32.197] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 21.984319999814034ms +Info 4154 [10:35:32.197] Different program with same set of files +Info 4155 [10:35:32.197] getCompletionData: Get current token: 0.009438999928534031 +Info 4156 [10:35:32.197] getCompletionData: Is inside comment: 0.03571499977260828 +Info 4157 [10:35:32.198] getCompletionData: Get previous token: 0.04611800005659461 +Info 4158 [10:35:32.198] getCompletionsAtPosition: isCompletionListBlocker: 0.005339000374078751 +Info 4159 [10:35:32.199] getExportInfoMap: cache hit +Info 4160 [10:35:32.209] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 4161 [10:35:32.209] collectAutoImports: response is complete +Info 4162 [10:35:32.209] collectAutoImports: 10.291960000060499 +Info 4163 [10:35:32.209] getCompletionData: Semantic work: 11.337678000330925 +Info 4164 [10:35:32.212] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.370943000074476 +Info 4165 [10:35:32.214] Format host information updated +Info 4166 [10:35:32.308] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4167 [10:35:32.333] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 25.34984500007704ms +Info 4168 [10:35:32.333] Different program with same set of files +Info 4169 [10:35:32.334] getCompletionData: Get current token: 0.015309000387787819 +Info 4170 [10:35:32.334] getCompletionData: Is inside comment: 0.05967999994754791 +Info 4171 [10:35:32.334] getCompletionData: Get previous token: 0.07422999991104007 +Info 4172 [10:35:32.334] getCompletionsAtPosition: isCompletionListBlocker: 0.008471999783068895 +Info 4173 [10:35:32.335] getExportInfoMap: cache hit +Info 4174 [10:35:32.343] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 1 from cache +Info 4175 [10:35:32.343] collectAutoImports: response is complete +Info 4176 [10:35:32.343] collectAutoImports: 7.049509999807924 +Info 4177 [10:35:32.343] getCompletionData: Semantic work: 8.69364000018686 +Info 4178 [10:35:32.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1607929999008775 +Info 4179 [10:35:32.349] Format host information updated +Info 4180 [10:35:32.371] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4181 [10:35:32.382] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 10.82576599996537ms +Info 4182 [10:35:32.382] Different program with same set of files +Info 4183 [10:35:32.382] getCompletionData: Get current token: 0.0048439996317029 +Info 4184 [10:35:32.382] getCompletionData: Is inside comment: 0.01696800021454692 +Info 4185 [10:35:32.382] getCompletionData: Get previous token: 0.022294000256806612 +Info 4186 [10:35:32.382] getCompletionsAtPosition: isCompletionListBlocker: 0.0035180002450942993 +Info 4187 [10:35:32.383] getExportInfoMap: cache hit +Info 4188 [10:35:32.385] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 1 from cache +Info 4189 [10:35:32.385] collectAutoImports: response is complete +Info 4190 [10:35:32.385] collectAutoImports: 2.5720449998043478 +Info 4191 [10:35:32.385] getCompletionData: Semantic work: 3.141099000349641 +Info 4192 [10:35:32.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1714889998547733 +Info 4193 [10:35:32.388] Format host information updated +Info 4194 [10:35:32.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4195 [10:35:32.474] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 13.310585000086576ms +Info 4196 [10:35:32.474] Different program with same set of files +Info 4197 [10:35:32.474] getCompletionData: Get current token: 0.008559999987483025 +Info 4198 [10:35:32.474] getCompletionData: Is inside comment: 0.03337599989026785 +Info 4199 [10:35:32.474] getCompletionData: Get previous token: 0.047962999902665615 +Info 4200 [10:35:32.474] getCompletionsAtPosition: isCompletionListBlocker: 0.006006000097841024 +Info 4201 [10:35:32.475] getExportInfoMap: cache hit +Info 4202 [10:35:32.504] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4203 [10:35:32.504] collectAutoImports: response is complete +Info 4204 [10:35:32.504] collectAutoImports: 28.454226000234485 +Info 4205 [10:35:32.504] getCompletionData: Semantic work: 29.372235000133514 +Info 4206 [10:35:32.509] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.749842000193894 +Info 4207 [10:35:32.512] Format host information updated +Info 4208 [10:35:32.617] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4209 [10:35:32.624] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 6.727623000275344ms +Info 4210 [10:35:32.624] Different program with same set of files +Info 4211 [10:35:32.624] getCompletionData: Get current token: 0.003756000194698572 +Info 4212 [10:35:32.624] getCompletionData: Is inside comment: 0.013786999974399805 +Info 4213 [10:35:32.624] getCompletionData: Get previous token: 0.009101999923586845 +Info 4214 [10:35:32.624] getCompletionsAtPosition: isCompletionListBlocker: 0.001757000107318163 +Info 4215 [10:35:32.625] getCompletionData: Semantic work: 0.2098619998432696 +Info 4216 [10:35:32.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03766999999061227 +Info 4217 [10:35:32.625] Format host information updated +Info 4218 [10:35:33.248] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4219 [10:35:33.257] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 8.495306999888271ms +Info 4220 [10:35:33.257] Different program with same set of files +Info 4221 [10:35:33.257] getCompletionData: Get current token: 0.0030869999900460243 +Info 4222 [10:35:33.257] getCompletionData: Is inside comment: 0.010125000029802322 +Info 4223 [10:35:33.257] getCompletionData: Get previous token: 0.012205999810248613 +Info 4224 [10:35:33.257] getCompletionsAtPosition: isCompletionListBlocker: 0.0031949998810887337 +Info 4225 [10:35:33.258] getExportInfoMap: cache hit +Info 4226 [10:35:33.267] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4227 [10:35:33.267] collectAutoImports: response is complete +Info 4228 [10:35:33.267] collectAutoImports: 9.306446999777108 +Info 4229 [10:35:33.267] getCompletionData: Semantic work: 9.740919000003487 +Info 4230 [10:35:33.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.528306999709457 +Info 4231 [10:35:33.273] Format host information updated +Info 4232 [10:35:33.481] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4233 [10:35:33.490] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 8.58378200000152ms +Info 4234 [10:35:33.490] Different program with same set of files +Info 4235 [10:35:33.490] getCompletionData: Get current token: 0.0031970003619790077 +Info 4236 [10:35:33.490] getCompletionData: Is inside comment: 0.010475999675691128 +Info 4237 [10:35:33.490] getCompletionData: Get previous token: 0.005960999988019466 +Info 4238 [10:35:33.490] getCompletionsAtPosition: isCompletionListBlocker: 0.009194000158458948 +Info 4239 [10:35:33.490] getExportInfoMap: cache hit +Info 4240 [10:35:33.499] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4241 [10:35:33.499] collectAutoImports: response is complete +Info 4242 [10:35:33.499] collectAutoImports: 8.294296000152826 +Info 4243 [10:35:33.499] getCompletionData: Semantic work: 8.805440000258386 +Info 4244 [10:35:33.502] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5475420001894236 +Info 4245 [10:35:33.505] Format host information updated +Info 4246 [10:35:33.728] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4247 [10:35:33.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 8.336161999963224ms +Info 4248 [10:35:33.737] Different program with same set of files +Info 4249 [10:35:33.737] getCompletionData: Get current token: 0.0033630002290010452 +Info 4250 [10:35:33.737] getCompletionData: Is inside comment: 0.01050400035455823 +Info 4251 [10:35:33.737] getCompletionData: Get previous token: 0.006327999755740166 +Info 4252 [10:35:33.737] getCompletionsAtPosition: isCompletionListBlocker: 0.0067819999530911446 +Info 4253 [10:35:33.737] getExportInfoMap: cache hit +Info 4254 [10:35:33.746] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4255 [10:35:33.746] collectAutoImports: response is complete +Info 4256 [10:35:33.746] collectAutoImports: 8.891842999961227 +Info 4257 [10:35:33.746] getCompletionData: Semantic work: 9.375689999666065 +Info 4258 [10:35:33.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.442154999822378 +Info 4259 [10:35:33.752] Format host information updated +Info 4260 [10:35:33.998] Format host information updated +Info 4261 [10:35:33.998] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4262 [10:35:34.006] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 8.169304000213742ms +Info 4263 [10:35:34.006] Different program with same set of files +Info 4264 [10:35:34.467] Format host information updated +Info 4265 [10:35:34.467] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4266 [10:35:34.473] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 6.345683000050485ms +Info 4267 [10:35:34.473] Different program with same set of files +Info 4268 [10:35:34.627] Format host information updated +Info 4269 [10:35:34.627] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4270 [10:35:34.633] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 6.1514500002376735ms +Info 4271 [10:35:34.633] Different program with same set of files +Info 4272 [10:35:34.735] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4273 [10:35:34.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 6.41105500003323ms +Info 4274 [10:35:34.741] Different program with same set of files +Info 4275 [10:35:34.741] getCompletionData: Get current token: 0.0037020002491772175 +Info 4276 [10:35:34.741] getCompletionData: Is inside comment: 0.0128389997407794 +Info 4277 [10:35:34.741] getCompletionData: Get previous token: 0.013386999722570181 +Info 4278 [10:35:34.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0037079998292028904 +Info 4279 [10:35:34.741] getCompletionData: Semantic work: 0.014580999966710806 +Info 4280 [10:35:34.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.038239999674260616 +Info 4281 [10:35:34.742] Format host information updated +Info 4282 [10:35:34.805] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4283 [10:35:34.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 6.305103000253439ms +Info 4284 [10:35:34.811] Different program with same set of files +Info 4285 [10:35:34.811] getCompletionData: Get current token: 0.003250999841839075 +Info 4286 [10:35:34.811] getCompletionData: Is inside comment: 0.01080799987539649 +Info 4287 [10:35:34.811] getCompletionData: Get previous token: 0.011868000030517578 +Info 4288 [10:35:34.811] getCompletionsAtPosition: isCompletionListBlocker: 0.003074999898672104 +Info 4289 [10:35:34.811] getCompletionData: Semantic work: 0.012740000151097775 +Info 4290 [10:35:34.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02964799990877509 +Info 4291 [10:35:34.812] Format host information updated +Info 4292 [10:35:34.923] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4293 [10:35:34.932] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 9.31267899973318ms +Info 4294 [10:35:34.932] Different program with same set of files +Info 4295 [10:35:34.933] getCompletionData: Get current token: 0.0034549999982118607 +Info 4296 [10:35:34.933] getCompletionData: Is inside comment: 0.010958000086247921 +Info 4297 [10:35:34.933] getCompletionData: Get previous token: 0.012382000219076872 +Info 4298 [10:35:34.933] getCompletionsAtPosition: isCompletionListBlocker: 0.0033470001071691513 +Info 4299 [10:35:34.933] getCompletionData: Semantic work: 0.01411899970844388 +Info 4300 [10:35:34.933] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03704999992623925 +Info 4301 [10:35:34.933] Format host information updated +Info 4302 [10:35:35.157] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4303 [10:35:35.165] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 8.038480999879539ms +Info 4304 [10:35:35.165] Different program with same set of files +Info 4305 [10:35:35.165] getCompletionData: Get current token: 0.005084000062197447 +Info 4306 [10:35:35.165] getCompletionData: Is inside comment: 0.015715000219643116 +Info 4307 [10:35:35.165] getCompletionData: Get previous token: 0.017180999740958214 +Info 4308 [10:35:35.165] getCompletionsAtPosition: isCompletionListBlocker: 0.004007000010460615 +Info 4309 [10:35:35.165] getCompletionData: Semantic work: 0.015416000038385391 +Info 4310 [10:35:35.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0457549998536706 +Info 4311 [10:35:35.166] Format host information updated +Info 4312 [10:35:35.320] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4313 [10:35:35.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 6.385416000150144ms +Info 4314 [10:35:35.327] Different program with same set of files +Info 4315 [10:35:35.327] getCompletionData: Get current token: 0.00355699984356761 +Info 4316 [10:35:35.327] getCompletionData: Is inside comment: 0.011687000282108784 +Info 4317 [10:35:35.327] getCompletionData: Get previous token: 0.021935000084340572 +Info 4318 [10:35:35.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0032850001007318497 +Info 4319 [10:35:35.327] getCompletionData: Semantic work: 0.01372099993750453 +Info 4320 [10:35:35.327] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.034355999901890755 +Info 4321 [10:35:35.330] Format host information updated +Info 4322 [10:35:35.382] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4323 [10:35:35.389] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 6.584536999929696ms +Info 4324 [10:35:35.389] Different program with same set of files +Info 4325 [10:35:35.389] getCompletionData: Get current token: 0.0036050002090632915 +Info 4326 [10:35:35.389] getCompletionData: Is inside comment: 0.013013999909162521 +Info 4327 [10:35:35.389] getCompletionData: Get previous token: 0.014293999876827002 +Info 4328 [10:35:35.389] getCompletionsAtPosition: isCompletionListBlocker: 0.0034839999862015247 +Info 4329 [10:35:35.389] getCompletionData: Semantic work: 0.013001999817788601 +Info 4330 [10:35:35.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03499599965289235 +Info 4331 [10:35:35.389] Format host information updated +Info 4332 [10:35:35.799] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4333 [10:35:35.805] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 6.2965689999982715ms +Info 4334 [10:35:35.805] Different program with same set of files +Info 4335 [10:35:35.805] getCompletionData: Get current token: 0.004099000245332718 +Info 4336 [10:35:35.805] getCompletionData: Is inside comment: 0.012010999955236912 +Info 4337 [10:35:35.805] getCompletionData: Get previous token: 0.012894000392407179 +Info 4338 [10:35:35.805] getCompletionsAtPosition: isCompletionListBlocker: 0.0031770002096891403 +Info 4339 [10:35:35.805] getCompletionData: Semantic work: 0.012785000260919333 +Info 4340 [10:35:35.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03275599982589483 +Info 4341 [10:35:35.808] Format host information updated +Info 4342 [10:35:36.058] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4343 [10:35:36.065] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 6.791793999727815ms +Info 4344 [10:35:36.065] Different program with same set of files +Info 4345 [10:35:36.065] getCompletionData: Get current token: 0.0030340002849698067 +Info 4346 [10:35:36.066] getCompletionData: Is inside comment: 0.010522999800741673 +Info 4347 [10:35:36.066] getCompletionData: Get previous token: 0.0112809999845922 +Info 4348 [10:35:36.066] getCompletionsAtPosition: isCompletionListBlocker: 0.0033660000190138817 +Info 4349 [10:35:36.066] getCompletionData: Semantic work: 0.013132999651134014 +Info 4350 [10:35:36.066] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03266099980100989 +Info 4351 [10:35:36.066] Format host information updated +Info 4352 [10:35:37.070] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4353 [10:35:37.077] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 6.416071000043303ms +Info 4354 [10:35:37.077] Different program with same set of files +Info 4355 [10:35:37.077] getCompletionData: Get current token: 0.0032730000093579292 +Info 4356 [10:35:37.077] getCompletionData: Is inside comment: 0.011409000027924776 +Info 4357 [10:35:37.077] getCompletionData: Get previous token: 0.006587999872863293 +Info 4358 [10:35:37.077] getCompletionsAtPosition: isCompletionListBlocker: 0.001972000114619732 +Info 4359 [10:35:37.077] getExportInfoMap: cache hit +Info 4360 [10:35:37.088] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4361 [10:35:37.088] collectAutoImports: response is complete +Info 4362 [10:35:37.088] collectAutoImports: 10.864403000101447 +Info 4363 [10:35:37.088] getCompletionData: Semantic work: 11.30645400006324 +Info 4364 [10:35:37.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3889290001243353 +Info 4365 [10:35:37.094] Format host information updated +Info 4366 [10:35:37.174] Format host information updated +Info 4367 [10:35:37.174] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4368 [10:35:37.180] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 6.2869520001113415ms +Info 4369 [10:35:37.180] Different program with same set of files +Info 4370 [10:35:37.341] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4371 [10:35:37.349] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 7.929364999756217ms +Info 4372 [10:35:37.349] Different program with same set of files +Info 4373 [10:35:37.349] getCompletionData: Get current token: 0.0029999995604157448 +Info 4374 [10:35:37.349] getCompletionData: Is inside comment: 0.011095999740064144 +Info 4375 [10:35:37.349] getCompletionData: Get previous token: 0.012066999915987253 +Info 4376 [10:35:37.349] getCompletionsAtPosition: isCompletionListBlocker: 0.0020089996978640556 +Info 4377 [10:35:37.349] getExportInfoMap: cache hit +Info 4378 [10:35:37.352] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 20 from cache +Info 4379 [10:35:37.352] collectAutoImports: response is complete +Info 4380 [10:35:37.352] collectAutoImports: 2.5792530002072453 +Info 4381 [10:35:37.352] getCompletionData: Semantic work: 3.068455000407994 +Info 4382 [10:35:37.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8411340001039207 +Info 4383 [10:35:37.355] Format host information updated +Info 4384 [10:35:37.502] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4385 [10:35:37.509] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 6.600308999884874ms +Info 4386 [10:35:37.509] Different program with same set of files +Info 4387 [10:35:37.509] getCompletionData: Get current token: 0.0038489997386932373 +Info 4388 [10:35:37.509] getCompletionData: Is inside comment: 0.013104000128805637 +Info 4389 [10:35:37.509] getCompletionData: Get previous token: 0.01394199999049306 +Info 4390 [10:35:37.509] getCompletionsAtPosition: isCompletionListBlocker: 0.0027069998905062675 +Info 4391 [10:35:37.509] getExportInfoMap: cache hit +Info 4392 [10:35:37.512] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 4393 [10:35:37.512] collectAutoImports: response is complete +Info 4394 [10:35:37.512] collectAutoImports: 2.4927250002510846 +Info 4395 [10:35:37.512] getCompletionData: Semantic work: 3.012273999862373 +Info 4396 [10:35:37.516] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.367351000197232 +Info 4397 [10:35:37.518] Format host information updated +Info 4398 [10:35:37.582] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4399 [10:35:37.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 25.158817999996245ms +Info 4400 [10:35:37.608] Different program with same set of files +Info 4401 [10:35:37.608] getCompletionData: Get current token: 0.01447700010612607 +Info 4402 [10:35:37.608] getCompletionData: Is inside comment: 0.05262799980118871 +Info 4403 [10:35:37.609] getCompletionData: Get previous token: 0.05681899981573224 +Info 4404 [10:35:37.609] getCompletionsAtPosition: isCompletionListBlocker: 0.007051999680697918 +Info 4405 [10:35:37.610] getExportInfoMap: cache hit +Info 4406 [10:35:37.615] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4407 [10:35:37.615] collectAutoImports: response is complete +Info 4408 [10:35:37.615] collectAutoImports: 4.9668439999222755 +Info 4409 [10:35:37.615] getCompletionData: Semantic work: 6.400352000258863 +Info 4410 [10:35:37.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.985792000312358 +Info 4411 [10:35:37.621] Format host information updated +Info 4412 [10:35:37.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4413 [10:35:37.663] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 9.363275000359863ms +Info 4414 [10:35:37.663] Different program with same set of files +Info 4415 [10:35:37.663] getCompletionData: Get current token: 0.006173999980092049 +Info 4416 [10:35:37.663] getCompletionData: Is inside comment: 0.020046000368893147 +Info 4417 [10:35:37.663] getCompletionData: Get previous token: 0.021166999824345112 +Info 4418 [10:35:37.663] getCompletionsAtPosition: isCompletionListBlocker: 0.003223000094294548 +Info 4419 [10:35:37.664] getExportInfoMap: cache hit +Info 4420 [10:35:37.669] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4421 [10:35:37.669] collectAutoImports: response is complete +Info 4422 [10:35:37.669] collectAutoImports: 5.107191999908537 +Info 4423 [10:35:37.669] getCompletionData: Semantic work: 5.828776000067592 +Info 4424 [10:35:37.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.767043000087142 +Info 4425 [10:35:37.674] Format host information updated +Info 4426 [10:35:37.749] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4427 [10:35:37.757] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 7.119278999976814ms +Info 4428 [10:35:37.757] Different program with same set of files +Info 4429 [10:35:37.757] getCompletionData: Get current token: 0.0030930000357329845 +Info 4430 [10:35:37.757] getCompletionData: Is inside comment: 0.012215000111609697 +Info 4431 [10:35:37.757] getCompletionData: Get previous token: 0.014816000126302242 +Info 4432 [10:35:37.757] getCompletionsAtPosition: isCompletionListBlocker: 0.0021210000850260258 +Info 4433 [10:35:37.758] getExportInfoMap: cache hit +Info 4434 [10:35:37.760] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4435 [10:35:37.760] collectAutoImports: response is complete +Info 4436 [10:35:37.760] collectAutoImports: 1.96187200024724 +Info 4437 [10:35:37.760] getCompletionData: Semantic work: 2.618462999816984 +Info 4438 [10:35:37.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8348869998008013 +Info 4439 [10:35:37.762] Format host information updated +Info 4440 [10:35:37.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4441 [10:35:37.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 7.050914000254124ms +Info 4442 [10:35:37.976] Different program with same set of files +Info 4443 [10:35:37.976] getCompletionData: Get current token: 0.003667999990284443 +Info 4444 [10:35:37.976] getCompletionData: Is inside comment: 0.014028999954462051 +Info 4445 [10:35:37.976] getCompletionData: Get previous token: 0.008690999820828438 +Info 4446 [10:35:37.976] getCompletionsAtPosition: isCompletionListBlocker: 0.0024259998463094234 +Info 4447 [10:35:37.976] getExportInfoMap: cache hit +Info 4448 [10:35:37.990] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4449 [10:35:37.990] collectAutoImports: response is complete +Info 4450 [10:35:37.990] collectAutoImports: 13.337549000047147 +Info 4451 [10:35:37.990] getCompletionData: Semantic work: 13.892300999723375 +Info 4452 [10:35:37.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8641739999875426 +Info 4453 [10:35:37.996] Format host information updated +Info 4454 [10:35:38.230] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4455 [10:35:38.244] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 14.210706999991089ms +Info 4456 [10:35:38.244] Different program with same set of files +Info 4457 [10:35:38.245] getCompletionData: Get current token: 0.008043999783694744 +Info 4458 [10:35:38.245] getCompletionData: Is inside comment: 0.03310899995267391 +Info 4459 [10:35:38.245] getCompletionData: Get previous token: 0.041935999877750874 +Info 4460 [10:35:38.245] getCompletionsAtPosition: isCompletionListBlocker: 0.005210000090301037 +Info 4461 [10:35:38.246] getExportInfoMap: cache hit +Info 4462 [10:35:38.254] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 4463 [10:35:38.254] collectAutoImports: response is complete +Info 4464 [10:35:38.254] collectAutoImports: 7.956433999817818 +Info 4465 [10:35:38.254] getCompletionData: Semantic work: 9.02588600013405 +Info 4466 [10:35:38.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.55357400001958 +Info 4467 [10:35:38.258] Format host information updated +Info 4468 [10:35:38.319] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4469 [10:35:38.328] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 9.53099500015378ms +Info 4470 [10:35:38.328] Different program with same set of files +Info 4471 [10:35:38.328] getCompletionData: Get current token: 0.0029719998128712177 +Info 4472 [10:35:38.328] getCompletionData: Is inside comment: 0.012570000253617764 +Info 4473 [10:35:38.328] getCompletionData: Get previous token: 0.016007999889552593 +Info 4474 [10:35:38.329] getCompletionsAtPosition: isCompletionListBlocker: 0.0025459998287260532 +Info 4475 [10:35:38.329] getExportInfoMap: cache hit +Info 4476 [10:35:38.332] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 4477 [10:35:38.332] collectAutoImports: response is complete +Info 4478 [10:35:38.332] collectAutoImports: 3.4882939998060465 +Info 4479 [10:35:38.332] getCompletionData: Semantic work: 3.9483460001647472 +Info 4480 [10:35:38.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2592909997329116 +Info 4481 [10:35:38.336] Format host information updated +Info 4482 [10:35:38.470] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4483 [10:35:38.479] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 8.324877999722958ms +Info 4484 [10:35:38.479] Different program with same set of files +Info 4485 [10:35:38.479] getCompletionData: Get current token: 0.003696999978274107 +Info 4486 [10:35:38.479] getCompletionData: Is inside comment: 0.013195999898016453 +Info 4487 [10:35:38.479] getCompletionData: Get previous token: 0.01759100006893277 +Info 4488 [10:35:38.479] getCompletionsAtPosition: isCompletionListBlocker: 0.00319799967110157 +Info 4489 [10:35:38.480] getExportInfoMap: cache hit +Info 4490 [10:35:38.482] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 1 from cache +Info 4491 [10:35:38.482] collectAutoImports: response is complete +Info 4492 [10:35:38.482] collectAutoImports: 2.178402999881655 +Info 4493 [10:35:38.482] getCompletionData: Semantic work: 2.736354000400752 +Info 4494 [10:35:38.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8341589998453856 +Info 4495 [10:35:38.485] Format host information updated +Info 4496 [10:35:38.552] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4497 [10:35:38.567] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 14.36999800009653ms +Info 4498 [10:35:38.567] Different program with same set of files +Info 4499 [10:35:38.567] getCompletionData: Get current token: 0.008990999776870012 +Info 4500 [10:35:38.567] getCompletionData: Is inside comment: 0.03507599979639053 +Info 4501 [10:35:38.567] getCompletionData: Get previous token: 0.043019999749958515 +Info 4502 [10:35:38.567] getCompletionsAtPosition: isCompletionListBlocker: 0.005203000269830227 +Info 4503 [10:35:38.568] getExportInfoMap: cache hit +Info 4504 [10:35:38.592] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4505 [10:35:38.592] collectAutoImports: response is complete +Info 4506 [10:35:38.592] collectAutoImports: 23.694365000352263 +Info 4507 [10:35:38.592] getCompletionData: Semantic work: 24.742311999667436 +Info 4508 [10:35:38.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.104922000318766 +Info 4509 [10:35:38.601] Format host information updated +Info 4510 [10:35:38.741] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4511 [10:35:38.748] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 7.145450999960303ms +Info 4512 [10:35:38.748] Different program with same set of files +Info 4513 [10:35:38.748] getCompletionData: Get current token: 0.004308000206947327 +Info 4514 [10:35:38.748] getCompletionData: Is inside comment: 0.015765999909490347 +Info 4515 [10:35:38.748] getCompletionData: Get previous token: 0.009544000029563904 +Info 4516 [10:35:38.748] getCompletionsAtPosition: isCompletionListBlocker: 0.008609999902546406 +Info 4517 [10:35:38.749] getExportInfoMap: cache hit +Info 4518 [10:35:38.761] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4519 [10:35:38.761] collectAutoImports: response is complete +Info 4520 [10:35:38.761] collectAutoImports: 11.683521999977529 +Info 4521 [10:35:38.761] getCompletionData: Semantic work: 12.313666999805719 +Info 4522 [10:35:38.765] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7844399996101856 +Info 4523 [10:35:38.768] Format host information updated +Info 4524 [10:35:39.002] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4525 [10:35:39.016] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 13.814330000430346ms +Info 4526 [10:35:39.016] Different program with same set of files +Info 4527 [10:35:39.016] getCompletionData: Get current token: 0.010325000155717134 +Info 4528 [10:35:39.016] getCompletionData: Is inside comment: 0.03305299999192357 +Info 4529 [10:35:39.016] getCompletionData: Get previous token: 0.02025300031527877 +Info 4530 [10:35:39.016] getCompletionsAtPosition: isCompletionListBlocker: 0.006132999900728464 +Info 4531 [10:35:39.017] getExportInfoMap: cache hit +Info 4532 [10:35:39.039] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4533 [10:35:39.039] collectAutoImports: response is complete +Info 4534 [10:35:39.039] collectAutoImports: 21.750907000154257 +Info 4535 [10:35:39.039] getCompletionData: Semantic work: 22.980418999679387 +Info 4536 [10:35:39.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.844003000296652 +Info 4537 [10:35:39.048] Format host information updated +Info 4538 [10:35:39.264] Format host information updated +Info 4539 [10:35:39.265] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4540 [10:35:39.271] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 6.693556000012904ms +Info 4541 [10:35:39.271] Different program with same set of files +Info 4542 [10:35:42.172] Format host information updated +Info 4543 [10:35:42.173] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4544 [10:35:42.203] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 29.55989099992439ms +Info 4545 [10:35:42.203] Different program with same set of files +Info 4546 [10:35:42.318] Format host information updated +Info 4547 [10:35:42.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4548 [10:35:42.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 6.469256999902427ms +Info 4549 [10:35:42.325] Different program with same set of files +Info 4550 [10:35:44.004] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4551 [10:35:44.011] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 6.753426999785006ms +Info 4552 [10:35:44.011] Different program with same set of files +Info 4553 [10:35:44.011] getCompletionData: Get current token: 0.0028200000524520874 +Info 4554 [10:35:44.011] getCompletionData: Is inside comment: 0.011617999989539385 +Info 4555 [10:35:44.012] getCompletionData: Get previous token: 0.012891999911516905 +Info 4556 [10:35:44.012] getCompletionsAtPosition: isCompletionListBlocker: 0.002747999969869852 +Info 4557 [10:35:44.012] getCompletionData: Semantic work: 0.011837000027298927 +Info 4558 [10:35:44.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.032578999642282724 +Info 4559 [10:35:44.014] Format host information updated +Info 4560 [10:35:44.077] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4561 [10:35:44.083] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 6.326034999918193ms +Info 4562 [10:35:44.083] Different program with same set of files +Info 4563 [10:35:44.083] getCompletionData: Get current token: 0.003060000017285347 +Info 4564 [10:35:44.083] getCompletionData: Is inside comment: 0.01221900014206767 +Info 4565 [10:35:44.083] getCompletionData: Get previous token: 0.014307999983429909 +Info 4566 [10:35:44.083] getCompletionsAtPosition: isCompletionListBlocker: 0.0031209997832775116 +Info 4567 [10:35:44.083] getCompletionData: Semantic work: 0.011777999810874462 +Info 4568 [10:35:44.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.030113999731838703 +Info 4569 [10:35:44.084] Format host information updated +Info 4570 [10:35:44.154] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4571 [10:35:44.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 6.422510999720544ms +Info 4572 [10:35:44.160] Different program with same set of files +Info 4573 [10:35:44.160] getCompletionData: Get current token: 0.0034349998459219933 +Info 4574 [10:35:44.160] getCompletionData: Is inside comment: 0.013371000066399574 +Info 4575 [10:35:44.160] getCompletionData: Get previous token: 0.015031999908387661 +Info 4576 [10:35:44.160] getCompletionsAtPosition: isCompletionListBlocker: 0.003289000131189823 +Info 4577 [10:35:44.160] getCompletionData: Semantic work: 0.011710999999195337 +Info 4578 [10:35:44.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03259499976411462 +Info 4579 [10:35:44.161] Format host information updated +Info 4580 [10:35:44.268] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4581 [10:35:44.276] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 7.936901000328362ms +Info 4582 [10:35:44.276] Different program with same set of files +Info 4583 [10:35:44.276] getCompletionData: Get current token: 0.003378999885171652 +Info 4584 [10:35:44.276] getCompletionData: Is inside comment: 0.011946999933570623 +Info 4585 [10:35:44.276] getCompletionData: Get previous token: 0.013343000318855047 +Info 4586 [10:35:44.276] getCompletionsAtPosition: isCompletionListBlocker: 0.0032480000518262386 +Info 4587 [10:35:44.276] getCompletionData: Semantic work: 0.013111000414937735 +Info 4588 [10:35:44.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03227000031620264 +Info 4589 [10:35:44.303] Format host information updated +Info 4590 [10:35:44.380] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4591 [10:35:44.391] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 10.622675000224262ms +Info 4592 [10:35:44.391] Different program with same set of files +Info 4593 [10:35:44.391] getCompletionData: Get current token: 0.006680999882519245 +Info 4594 [10:35:44.391] getCompletionData: Is inside comment: 0.02474800031632185 +Info 4595 [10:35:44.391] getCompletionData: Get previous token: 0.02788299974054098 +Info 4596 [10:35:44.392] getCompletionsAtPosition: isCompletionListBlocker: 0.005024999845772982 +Info 4597 [10:35:44.392] getCompletionData: Semantic work: 0.021178000140935183 +Info 4598 [10:35:44.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05744499992579222 +Info 4599 [10:35:44.392] Format host information updated +Info 4600 [10:35:44.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4601 [10:35:44.504] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 24.627444999758154ms +Info 4602 [10:35:44.504] Different program with same set of files +Info 4603 [10:35:44.505] getCompletionData: Get current token: 0.01576399989426136 +Info 4604 [10:35:44.505] getCompletionData: Is inside comment: 0.060101999901235104 +Info 4605 [10:35:44.505] getCompletionData: Get previous token: 0.06760400021448731 +Info 4606 [10:35:44.505] getCompletionsAtPosition: isCompletionListBlocker: 0.010046000126749277 +Info 4607 [10:35:44.505] getCompletionData: Semantic work: 0.03839500015601516 +Info 4608 [10:35:44.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12830299977213144 +Info 4609 [10:35:44.510] Format host information updated +Info 4610 [10:35:44.582] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4611 [10:35:44.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 24.14421100029722ms +Info 4612 [10:35:44.607] Different program with same set of files +Info 4613 [10:35:44.607] getCompletionData: Get current token: 0.010175000410526991 +Info 4614 [10:35:44.607] getCompletionData: Is inside comment: 0.04190499987453222 +Info 4615 [10:35:44.607] getCompletionData: Get previous token: 0.04556200001388788 +Info 4616 [10:35:44.607] getCompletionsAtPosition: isCompletionListBlocker: 0.007997999899089336 +Info 4617 [10:35:44.607] getCompletionData: Semantic work: 0.029005000367760658 +Info 4618 [10:35:44.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09958199970424175 +Info 4619 [10:35:44.608] Format host information updated +Info 4620 [10:35:44.811] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4621 [10:35:44.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 7.908431999851018ms +Info 4622 [10:35:44.819] Different program with same set of files +Info 4623 [10:35:44.819] getCompletionData: Get current token: 0.0051289997063577175 +Info 4624 [10:35:44.819] getCompletionData: Is inside comment: 0.019797000102698803 +Info 4625 [10:35:44.819] getCompletionData: Get previous token: 0.011493999976664782 +Info 4626 [10:35:44.819] getCompletionsAtPosition: isCompletionListBlocker: 0.0023830002173781395 +Info 4627 [10:35:44.820] getExportInfoMap: cache hit +Info 4628 [10:35:44.835] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4629 [10:35:44.836] collectAutoImports: response is complete +Info 4630 [10:35:44.836] collectAutoImports: 15.34224299993366 +Info 4631 [10:35:44.836] getCompletionData: Semantic work: 16.05444800015539 +Info 4632 [10:35:44.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.823022000025958 +Info 4633 [10:35:44.844] Format host information updated +Info 4634 [10:35:44.934] Format host information updated +Info 4635 [10:35:44.934] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4636 [10:35:44.941] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 6.998726999852806ms +Info 4637 [10:35:44.941] Different program with same set of files +Info 4638 [10:35:45.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4639 [10:35:45.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 6.495558999944478ms +Info 4640 [10:35:45.109] Different program with same set of files +Info 4641 [10:35:45.109] getCompletionData: Get current token: 0.002922000363469124 +Info 4642 [10:35:45.109] getCompletionData: Is inside comment: 0.012310999911278486 +Info 4643 [10:35:45.109] getCompletionData: Get previous token: 0.013389999978244305 +Info 4644 [10:35:45.109] getCompletionsAtPosition: isCompletionListBlocker: 0.0022029997780919075 +Info 4645 [10:35:45.110] getExportInfoMap: cache hit +Info 4646 [10:35:45.112] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 20 from cache +Info 4647 [10:35:45.112] collectAutoImports: response is complete +Info 4648 [10:35:45.112] collectAutoImports: 2.46768799982965 +Info 4649 [10:35:45.112] getCompletionData: Semantic work: 3.0072809997946024 +Info 4650 [10:35:45.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8230539998039603 +Info 4651 [10:35:45.115] Format host information updated +Info 4652 [10:35:45.271] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4653 [10:35:45.278] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 7.143099000211805ms +Info 4654 [10:35:45.278] Different program with same set of files +Info 4655 [10:35:45.278] getCompletionData: Get current token: 0.0032339999452233315 +Info 4656 [10:35:45.278] getCompletionData: Is inside comment: 0.011760000139474869 +Info 4657 [10:35:45.278] getCompletionData: Get previous token: 0.01375299971550703 +Info 4658 [10:35:45.278] getCompletionsAtPosition: isCompletionListBlocker: 0.002377999946475029 +Info 4659 [10:35:45.279] getExportInfoMap: cache hit +Info 4660 [10:35:45.283] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 4661 [10:35:45.283] collectAutoImports: response is complete +Info 4662 [10:35:45.283] collectAutoImports: 3.796159999910742 +Info 4663 [10:35:45.283] getCompletionData: Semantic work: 4.627979000099003 +Info 4664 [10:35:45.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.169843999668956 +Info 4665 [10:35:45.289] Format host information updated +Info 4666 [10:35:45.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4667 [10:35:45.384] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 20.212530000135303ms +Info 4668 [10:35:45.384] Different program with same set of files +Info 4669 [10:35:45.384] getCompletionData: Get current token: 0.012117999605834484 +Info 4670 [10:35:45.384] getCompletionData: Is inside comment: 0.048069000244140625 +Info 4671 [10:35:45.384] getCompletionData: Get previous token: 0.053347999695688486 +Info 4672 [10:35:45.384] getCompletionsAtPosition: isCompletionListBlocker: 0.005799999926239252 +Info 4673 [10:35:45.386] getExportInfoMap: cache hit +Info 4674 [10:35:45.392] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4675 [10:35:45.392] collectAutoImports: response is complete +Info 4676 [10:35:45.392] collectAutoImports: 5.540066999848932 +Info 4677 [10:35:45.392] getCompletionData: Semantic work: 7.112654000055045 +Info 4678 [10:35:45.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.45183699997142 +Info 4679 [10:35:45.398] Format host information updated +Info 4680 [10:35:45.435] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4681 [10:35:45.444] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 8.80273099988699ms +Info 4682 [10:35:45.444] Different program with same set of files +Info 4683 [10:35:45.444] getCompletionData: Get current token: 0.0052109998650848866 +Info 4684 [10:35:45.444] getCompletionData: Is inside comment: 0.019871999975293875 +Info 4685 [10:35:45.444] getCompletionData: Get previous token: 0.022140999790281057 +Info 4686 [10:35:45.444] getCompletionsAtPosition: isCompletionListBlocker: 0.002845000009983778 +Info 4687 [10:35:45.448] getExportInfoMap: cache hit +Info 4688 [10:35:45.450] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4689 [10:35:45.450] collectAutoImports: response is complete +Info 4690 [10:35:45.450] collectAutoImports: 2.1695959996432066 +Info 4691 [10:35:45.450] getCompletionData: Semantic work: 5.376377000007778 +Info 4692 [10:35:45.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.347996999975294 +Info 4693 [10:35:45.453] Format host information updated +Info 4694 [10:35:45.543] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4695 [10:35:45.554] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 11.399536000099033ms +Info 4696 [10:35:45.554] Different program with same set of files +Info 4697 [10:35:45.555] getCompletionData: Get current token: 0.005903000012040138 +Info 4698 [10:35:45.555] getCompletionData: Is inside comment: 0.02404999965801835 +Info 4699 [10:35:45.555] getCompletionData: Get previous token: 0.027565999887883663 +Info 4700 [10:35:45.555] getCompletionsAtPosition: isCompletionListBlocker: 0.003447000402957201 +Info 4701 [10:35:45.555] getExportInfoMap: cache hit +Info 4702 [10:35:45.558] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4703 [10:35:45.558] collectAutoImports: response is complete +Info 4704 [10:35:45.558] collectAutoImports: 2.626685000024736 +Info 4705 [10:35:45.558] getCompletionData: Semantic work: 3.4262429997324944 +Info 4706 [10:35:45.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9967499999329448 +Info 4707 [10:35:45.563] Format host information updated +Info 4708 [10:35:45.718] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4709 [10:35:45.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 8.564067000057548ms +Info 4710 [10:35:45.727] Different program with same set of files +Info 4711 [10:35:45.727] getCompletionData: Get current token: 0.003985000308603048 +Info 4712 [10:35:45.727] getCompletionData: Is inside comment: 0.012871999759227037 +Info 4713 [10:35:45.727] getCompletionData: Get previous token: 0.008064999710768461 +Info 4714 [10:35:45.727] getCompletionsAtPosition: isCompletionListBlocker: 0.002733000088483095 +Info 4715 [10:35:45.727] getExportInfoMap: cache hit +Info 4716 [10:35:45.736] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4717 [10:35:45.736] collectAutoImports: response is complete +Info 4718 [10:35:45.736] collectAutoImports: 8.94532599998638 +Info 4719 [10:35:45.736] getCompletionData: Semantic work: 9.438843000214547 +Info 4720 [10:35:45.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.389225000049919 +Info 4721 [10:35:45.742] Format host information updated +Info 4722 [10:35:45.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4723 [10:35:46.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 8.885255000088364ms +Info 4724 [10:35:46.000] Different program with same set of files +Info 4725 [10:35:46.000] getCompletionData: Get current token: 0.006180000025779009 +Info 4726 [10:35:46.000] getCompletionData: Is inside comment: 0.023335999809205532 +Info 4727 [10:35:46.000] getCompletionData: Get previous token: 0.04256499977782369 +Info 4728 [10:35:46.000] getCompletionsAtPosition: isCompletionListBlocker: 0.0030939998105168343 +Info 4729 [10:35:46.001] getExportInfoMap: cache hit +Info 4730 [10:35:46.006] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 20 from cache +Info 4731 [10:35:46.006] collectAutoImports: response is complete +Info 4732 [10:35:46.006] collectAutoImports: 5.0361540000885725 +Info 4733 [10:35:46.006] getCompletionData: Semantic work: 5.751137000042945 +Info 4734 [10:35:46.010] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5853180000558496 +Info 4735 [10:35:46.011] Format host information updated +Info 4736 [10:35:46.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4737 [10:35:46.169] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 7.291391000151634ms +Info 4738 [10:35:46.169] Different program with same set of files +Info 4739 [10:35:46.169] getCompletionData: Get current token: 0.0037209996953606606 +Info 4740 [10:35:46.169] getCompletionData: Is inside comment: 0.01604600017890334 +Info 4741 [10:35:46.169] getCompletionData: Get previous token: 0.018982999958097935 +Info 4742 [10:35:46.169] getCompletionsAtPosition: isCompletionListBlocker: 0.0035620001144707203 +Info 4743 [10:35:46.170] getExportInfoMap: cache hit +Info 4744 [10:35:46.173] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 4745 [10:35:46.173] collectAutoImports: response is complete +Info 4746 [10:35:46.173] collectAutoImports: 3.634955999907106 +Info 4747 [10:35:46.173] getCompletionData: Semantic work: 4.153491999953985 +Info 4748 [10:35:46.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8327359999530017 +Info 4749 [10:35:46.179] Format host information updated +Info 4750 [10:35:46.304] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4751 [10:35:46.312] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 8.434379999991506ms +Info 4752 [10:35:46.312] Different program with same set of files +Info 4753 [10:35:46.312] getCompletionData: Get current token: 0.003890000283718109 +Info 4754 [10:35:46.312] getCompletionData: Is inside comment: 0.014066999778151512 +Info 4755 [10:35:46.312] getCompletionData: Get previous token: 0.017393000423908234 +Info 4756 [10:35:46.312] getCompletionsAtPosition: isCompletionListBlocker: 0.0027089999057352543 +Info 4757 [10:35:46.313] getExportInfoMap: cache hit +Info 4758 [10:35:46.315] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4759 [10:35:46.315] collectAutoImports: response is complete +Info 4760 [10:35:46.315] collectAutoImports: 1.9223619997501373 +Info 4761 [10:35:46.315] getCompletionData: Semantic work: 2.4960659998469055 +Info 4762 [10:35:46.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.872712000273168 +Info 4763 [10:35:46.318] Format host information updated +Info 4764 [10:35:46.585] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4765 [10:35:46.592] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 6.538387000095099ms +Info 4766 [10:35:46.592] Different program with same set of files +Info 4767 [10:35:46.592] getCompletionData: Get current token: 0.0029830001294612885 +Info 4768 [10:35:46.592] getCompletionData: Is inside comment: 0.012083999812602997 +Info 4769 [10:35:46.592] getCompletionData: Get previous token: 0.014407000038772821 +Info 4770 [10:35:46.592] getCompletionsAtPosition: isCompletionListBlocker: 0.0030330000445246696 +Info 4771 [10:35:46.592] getExportInfoMap: cache hit +Info 4772 [10:35:46.595] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 4773 [10:35:46.595] collectAutoImports: response is complete +Info 4774 [10:35:46.595] collectAutoImports: 2.0935160000808537 +Info 4775 [10:35:46.595] getCompletionData: Semantic work: 2.486753999721259 +Info 4776 [10:35:46.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.622686999849975 +Info 4777 [10:35:46.599] Format host information updated +Info 4778 [10:35:46.766] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4779 [10:35:46.772] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 6.422788000199944ms +Info 4780 [10:35:46.772] Different program with same set of files +Info 4781 [10:35:46.772] getCompletionData: Get current token: 0.0035450002178549767 +Info 4782 [10:35:46.772] getCompletionData: Is inside comment: 0.015060999896377325 +Info 4783 [10:35:46.772] getCompletionData: Get previous token: 0.018060999922454357 +Info 4784 [10:35:46.772] getCompletionsAtPosition: isCompletionListBlocker: 0.0029739998281002045 +Info 4785 [10:35:46.773] getExportInfoMap: cache hit +Info 4786 [10:35:46.775] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 5 from cache +Info 4787 [10:35:46.775] collectAutoImports: response is complete +Info 4788 [10:35:46.775] collectAutoImports: 2.0525009999983013 +Info 4789 [10:35:46.775] getCompletionData: Semantic work: 2.496122000273317 +Info 4790 [10:35:46.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.836767999920994 +Info 4791 [10:35:46.778] Format host information updated +Info 4792 [10:35:47.052] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4793 [10:35:47.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 8.532188000157475ms +Info 4794 [10:35:47.061] Different program with same set of files +Info 4795 [10:35:47.061] getCompletionData: Get current token: 0.006819999776780605 +Info 4796 [10:35:47.061] getCompletionData: Is inside comment: 0.025346000213176012 +Info 4797 [10:35:47.061] getCompletionData: Get previous token: 0.015295000281184912 +Info 4798 [10:35:47.061] getCompletionsAtPosition: isCompletionListBlocker: 0.0033180001191794872 +Info 4799 [10:35:47.062] getExportInfoMap: cache hit +Info 4800 [10:35:47.079] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4801 [10:35:47.079] collectAutoImports: response is complete +Info 4802 [10:35:47.079] collectAutoImports: 17.193781999871135 +Info 4803 [10:35:47.079] getCompletionData: Semantic work: 17.926125000230968 +Info 4804 [10:35:47.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.617520000319928 +Info 4805 [10:35:47.088] Format host information updated +Info 4806 [10:35:47.428] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4807 [10:35:47.435] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 6.688149000052363ms +Info 4808 [10:35:47.435] Different program with same set of files +Info 4809 [10:35:47.435] getCompletionData: Get current token: 0.0030979998409748077 +Info 4810 [10:35:47.435] getCompletionData: Is inside comment: 0.012230999767780304 +Info 4811 [10:35:47.435] getCompletionData: Get previous token: 0.015640000347048044 +Info 4812 [10:35:47.435] getCompletionsAtPosition: isCompletionListBlocker: 0.002526999916881323 +Info 4813 [10:35:47.437] getExportInfoMap: cache hit +Info 4814 [10:35:47.441] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 4815 [10:35:47.441] collectAutoImports: response is complete +Info 4816 [10:35:47.441] collectAutoImports: 3.669394999742508 +Info 4817 [10:35:47.441] getCompletionData: Semantic work: 5.838362999726087 +Info 4818 [10:35:47.443] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0259259999729693 +Info 4819 [10:35:47.444] Format host information updated +Info 4820 [10:35:47.575] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4821 [10:35:47.582] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 6.494577000383288ms +Info 4822 [10:35:47.582] Different program with same set of files +Info 4823 [10:35:47.582] getCompletionData: Get current token: 0.0037949997931718826 +Info 4824 [10:35:47.582] getCompletionData: Is inside comment: 0.01566700031980872 +Info 4825 [10:35:47.582] getCompletionData: Get previous token: 0.02058199979364872 +Info 4826 [10:35:47.582] getCompletionsAtPosition: isCompletionListBlocker: 0.0027139997109770775 +Info 4827 [10:35:47.583] getExportInfoMap: cache hit +Info 4828 [10:35:47.587] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 4829 [10:35:47.587] collectAutoImports: response is complete +Info 4830 [10:35:47.587] collectAutoImports: 3.7563089998438954 +Info 4831 [10:35:47.587] getCompletionData: Semantic work: 4.241603000089526 +Info 4832 [10:35:47.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1259189997799695 +Info 4833 [10:35:47.591] Format host information updated +Info 4834 [10:35:47.831] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4835 [10:35:47.839] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 7.779502999968827ms +Info 4836 [10:35:47.839] Different program with same set of files +Info 4837 [10:35:47.839] getCompletionData: Get current token: 0.004412999842315912 +Info 4838 [10:35:47.839] getCompletionData: Is inside comment: 0.019688999745994806 +Info 4839 [10:35:47.839] getCompletionData: Get previous token: 0.025181000120937824 +Info 4840 [10:35:47.839] getCompletionsAtPosition: isCompletionListBlocker: 0.0033140000887215137 +Info 4841 [10:35:47.839] getExportInfoMap: cache hit +Info 4842 [10:35:47.845] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 4843 [10:35:47.845] collectAutoImports: response is complete +Info 4844 [10:35:47.845] collectAutoImports: 4.990006999578327 +Info 4845 [10:35:47.845] getCompletionData: Semantic work: 5.551083999685943 +Info 4846 [10:35:47.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.728728999849409 +Info 4847 [10:35:47.867] Format host information updated +Info 4848 [10:35:48.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4849 [10:35:48.025] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 6.405761000234634ms +Info 4850 [10:35:48.025] Different program with same set of files +Info 4851 [10:35:48.026] getCompletionData: Get current token: 0.003103999886661768 +Info 4852 [10:35:48.026] getCompletionData: Is inside comment: 0.013908999972045422 +Info 4853 [10:35:48.026] getCompletionData: Get previous token: 0.01715000020340085 +Info 4854 [10:35:48.026] getCompletionsAtPosition: isCompletionListBlocker: 0.0024049999192357063 +Info 4855 [10:35:48.026] getExportInfoMap: cache hit +Info 4856 [10:35:48.033] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 4857 [10:35:48.033] collectAutoImports: response is complete +Info 4858 [10:35:48.033] collectAutoImports: 6.613142999820411 +Info 4859 [10:35:48.033] getCompletionData: Semantic work: 7.046955999918282 +Info 4860 [10:35:48.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3594349999912083 +Info 4861 [10:35:48.036] Format host information updated +Info 4862 [10:35:48.079] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4863 [10:35:48.087] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 7.3364489995874465ms +Info 4864 [10:35:48.087] Different program with same set of files +Info 4865 [10:35:48.087] getCompletionData: Get current token: 0.004598999861627817 +Info 4866 [10:35:48.087] getCompletionData: Is inside comment: 0.01914400001987815 +Info 4867 [10:35:48.087] getCompletionData: Get previous token: 0.024028999730944633 +Info 4868 [10:35:48.087] getCompletionsAtPosition: isCompletionListBlocker: 0.0033649997785687447 +Info 4869 [10:35:48.088] getExportInfoMap: cache hit +Info 4870 [10:35:48.092] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 4871 [10:35:48.092] collectAutoImports: response is complete +Info 4872 [10:35:48.092] collectAutoImports: 4.261784999631345 +Info 4873 [10:35:48.092] getCompletionData: Semantic work: 4.802705000154674 +Info 4874 [10:35:48.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9445409998297691 +Info 4875 [10:35:48.097] Format host information updated +Info 4876 [10:35:48.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4877 [10:35:48.193] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 22.81765200011432ms +Info 4878 [10:35:48.193] Different program with same set of files +Info 4879 [10:35:48.194] getCompletionData: Get current token: 0.014694999903440475 +Info 4880 [10:35:48.194] getCompletionData: Is inside comment: 0.06082799984142184 +Info 4881 [10:35:48.194] getCompletionData: Get previous token: 0.11122500011697412 +Info 4882 [10:35:48.194] getCompletionsAtPosition: isCompletionListBlocker: 0.00788799999281764 +Info 4883 [10:35:48.195] getExportInfoMap: cache hit +Info 4884 [10:35:48.203] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 6 from cache +Info 4885 [10:35:48.203] collectAutoImports: response is complete +Info 4886 [10:35:48.203] collectAutoImports: 6.9681659997440875 +Info 4887 [10:35:48.203] getCompletionData: Semantic work: 8.581462000031024 +Info 4888 [10:35:48.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8918240000493824 +Info 4889 [10:35:48.208] Format host information updated +Info 4890 [10:35:48.304] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4891 [10:35:48.310] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 6.481387000065297ms +Info 4892 [10:35:48.310] Different program with same set of files +Info 4893 [10:35:48.311] getCompletionData: Get current token: 0.00407399982213974 +Info 4894 [10:35:48.311] getCompletionData: Is inside comment: 0.015172999817878008 +Info 4895 [10:35:48.311] getCompletionData: Get previous token: 0.019247000105679035 +Info 4896 [10:35:48.311] getCompletionsAtPosition: isCompletionListBlocker: 0.0025840001180768013 +Info 4897 [10:35:48.311] getExportInfoMap: cache hit +Info 4898 [10:35:48.313] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 1 from cache +Info 4899 [10:35:48.313] collectAutoImports: response is complete +Info 4900 [10:35:48.313] collectAutoImports: 2.108825999777764 +Info 4901 [10:35:48.313] getCompletionData: Semantic work: 2.5561609999276698 +Info 4902 [10:35:48.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.736934999935329 +Info 4903 [10:35:48.318] Format host information updated +Info 4904 [10:35:48.435] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4905 [10:35:48.441] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 6.1297149998135865ms +Info 4906 [10:35:48.441] Different program with same set of files +Info 4907 [10:35:48.441] getCompletionData: Get current token: 0.0029219998978078365 +Info 4908 [10:35:48.441] getCompletionData: Is inside comment: 0.012904000002890825 +Info 4909 [10:35:48.441] getCompletionData: Get previous token: 0.017507999669760466 +Info 4910 [10:35:48.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0022909999825060368 +Info 4911 [10:35:48.441] getExportInfoMap: cache hit +Info 4912 [10:35:48.450] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4913 [10:35:48.450] collectAutoImports: response is complete +Info 4914 [10:35:48.450] collectAutoImports: 8.797892000060529 +Info 4915 [10:35:48.450] getCompletionData: Semantic work: 9.202434999868274 +Info 4916 [10:35:48.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.741447999607772 +Info 4917 [10:35:48.459] Format host information updated +Info 4918 [10:35:48.495] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4919 [10:35:48.508] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 12.768527999985963ms +Info 4920 [10:35:48.508] Different program with same set of files +Info 4921 [10:35:48.508] getCompletionData: Get current token: 0.003677000291645527 +Info 4922 [10:35:48.508] getCompletionData: Is inside comment: 0.013766000047326088 +Info 4923 [10:35:48.508] getCompletionData: Get previous token: 0.008708000183105469 +Info 4924 [10:35:48.508] getCompletionsAtPosition: isCompletionListBlocker: 0.007592000067234039 +Info 4925 [10:35:48.509] getExportInfoMap: cache hit +Info 4926 [10:35:48.520] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 4927 [10:35:48.520] collectAutoImports: response is complete +Info 4928 [10:35:48.520] collectAutoImports: 11.161447999998927 +Info 4929 [10:35:48.520] getCompletionData: Semantic work: 11.748980999924242 +Info 4930 [10:35:48.527] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.597312000114471 +Info 4931 [10:35:48.531] Format host information updated +Info 4932 [10:35:48.671] Format host information updated +Info 4933 [10:35:48.671] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4934 [10:35:48.678] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 6.817431000061333ms +Info 4935 [10:35:48.678] Different program with same set of files +Info 4936 [10:35:48.817] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4937 [10:35:48.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 6.908559000119567ms +Info 4938 [10:35:48.824] Different program with same set of files +Info 4939 [10:35:48.824] getCompletionData: Get current token: 0.0037180003710091114 +Info 4940 [10:35:48.824] getCompletionData: Is inside comment: 0.015096999704837799 +Info 4941 [10:35:48.824] getCompletionData: Get previous token: 0.020267999731004238 +Info 4942 [10:35:48.824] getCompletionsAtPosition: isCompletionListBlocker: 0.0033660000190138817 +Info 4943 [10:35:48.825] getExportInfoMap: cache hit +Info 4944 [10:35:48.829] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 4945 [10:35:48.829] collectAutoImports: response is complete +Info 4946 [10:35:48.829] collectAutoImports: 3.769431999884546 +Info 4947 [10:35:48.829] getCompletionData: Semantic work: 4.23246300034225 +Info 4948 [10:35:48.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1420449996367097 +Info 4949 [10:35:48.833] Format host information updated +Info 4950 [10:35:48.884] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4951 [10:35:48.900] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 15.472190999891609ms +Info 4952 [10:35:48.900] Different program with same set of files +Info 4953 [10:35:48.900] getCompletionData: Get current token: 0.008365999907255173 +Info 4954 [10:35:48.900] getCompletionData: Is inside comment: 0.04104700032621622 +Info 4955 [10:35:48.901] getCompletionData: Get previous token: 0.05233499966561794 +Info 4956 [10:35:48.901] getCompletionsAtPosition: isCompletionListBlocker: 0.007482999935746193 +Info 4957 [10:35:48.902] getExportInfoMap: cache hit +Info 4958 [10:35:48.911] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 4959 [10:35:48.911] collectAutoImports: response is complete +Info 4960 [10:35:48.911] collectAutoImports: 9.046753000002354 +Info 4961 [10:35:48.911] getCompletionData: Semantic work: 10.095085000153631 +Info 4962 [10:35:48.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1162189999595284 +Info 4963 [10:35:48.918] Format host information updated +Info 4964 [10:35:48.997] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4965 [10:35:49.027] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 29.451620999723673ms +Info 4966 [10:35:49.027] Different program with same set of files +Info 4967 [10:35:49.027] getCompletionData: Get current token: 0.007439999841153622 +Info 4968 [10:35:49.027] getCompletionData: Is inside comment: 0.03212000010535121 +Info 4969 [10:35:49.027] getCompletionData: Get previous token: 0.043692999985069036 +Info 4970 [10:35:49.027] getCompletionsAtPosition: isCompletionListBlocker: 0.007156999781727791 +Info 4971 [10:35:49.028] getExportInfoMap: cache hit +Info 4972 [10:35:49.034] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 6 from cache +Info 4973 [10:35:49.034] collectAutoImports: response is complete +Info 4974 [10:35:49.034] collectAutoImports: 5.427738000173122 +Info 4975 [10:35:49.034] getCompletionData: Semantic work: 6.369777000043541 +Info 4976 [10:35:49.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.448722000233829 +Info 4977 [10:35:49.039] Format host information updated +Info 4978 [10:35:49.106] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4979 [10:35:49.116] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 9.970610999967903ms +Info 4980 [10:35:49.116] Different program with same set of files +Info 4981 [10:35:49.116] getCompletionData: Get current token: 0.00610999995842576 +Info 4982 [10:35:49.116] getCompletionData: Is inside comment: 0.02590200025588274 +Info 4983 [10:35:49.116] getCompletionData: Get previous token: 0.03268299996852875 +Info 4984 [10:35:49.116] getCompletionsAtPosition: isCompletionListBlocker: 0.00508200004696846 +Info 4985 [10:35:49.117] getExportInfoMap: cache hit +Info 4986 [10:35:49.120] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 1 from cache +Info 4987 [10:35:49.120] collectAutoImports: response is complete +Info 4988 [10:35:49.120] collectAutoImports: 3.362288000062108 +Info 4989 [10:35:49.120] getCompletionData: Semantic work: 4.0527510000392795 +Info 4990 [10:35:49.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9413700001314282 +Info 4991 [10:35:49.126] Format host information updated +Info 4992 [10:35:49.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4993 [10:35:49.230] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 24.596311999950558ms +Info 4994 [10:35:49.231] Different program with same set of files +Info 4995 [10:35:49.231] getCompletionData: Get current token: 0.011468000244349241 +Info 4996 [10:35:49.231] getCompletionData: Is inside comment: 0.046368000097572803 +Info 4997 [10:35:49.231] getCompletionData: Get previous token: 0.06831499980762601 +Info 4998 [10:35:49.231] getCompletionsAtPosition: isCompletionListBlocker: 0.00799599988386035 +Info 4999 [10:35:49.232] getExportInfoMap: cache hit +Info 5000 [10:35:49.250] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5001 [10:35:49.250] collectAutoImports: response is complete +Info 5002 [10:35:49.250] collectAutoImports: 17.842482999898493 +Info 5003 [10:35:49.250] getCompletionData: Semantic work: 18.993135000113398 +Info 5004 [10:35:49.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.837909999769181 +Info 5005 [10:35:49.259] Format host information updated +Info 5006 [10:35:49.591] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5007 [10:35:49.599] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 7.834257000125945ms +Info 5008 [10:35:49.599] Different program with same set of files +Info 5009 [10:35:49.599] getCompletionData: Get current token: 0.0041669998317956924 +Info 5010 [10:35:49.599] getCompletionData: Is inside comment: 0.01464799977838993 +Info 5011 [10:35:49.599] getCompletionData: Get previous token: 0.009027000050991774 +Info 5012 [10:35:49.599] getCompletionsAtPosition: isCompletionListBlocker: 0.007451999932527542 +Info 5013 [10:35:49.600] getExportInfoMap: cache hit +Info 5014 [10:35:49.608] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5015 [10:35:49.608] collectAutoImports: response is complete +Info 5016 [10:35:49.608] collectAutoImports: 8.213167999871075 +Info 5017 [10:35:49.608] getCompletionData: Semantic work: 8.767516000196338 +Info 5018 [10:35:49.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.241096000187099 +Info 5019 [10:35:49.614] Format host information updated +Info 5020 [10:35:49.750] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5021 [10:35:49.757] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 6.7510130000300705ms +Info 5022 [10:35:49.757] Different program with same set of files +Info 5023 [10:35:49.757] getCompletionData: Get current token: 0.004154999740421772 +Info 5024 [10:35:49.757] getCompletionData: Is inside comment: 0.01583399996161461 +Info 5025 [10:35:49.757] getCompletionData: Get previous token: 0.009190999902784824 +Info 5026 [10:35:49.757] getCompletionsAtPosition: isCompletionListBlocker: 0.008071999996900558 +Info 5027 [10:35:49.758] getExportInfoMap: cache hit +Info 5028 [10:35:49.767] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5029 [10:35:49.767] collectAutoImports: response is complete +Info 5030 [10:35:49.767] collectAutoImports: 9.564850999973714 +Info 5031 [10:35:49.767] getCompletionData: Semantic work: 10.088451999705285 +Info 5032 [10:35:49.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7582409996539354 +Info 5033 [10:35:49.775] Format host information updated +Info 5034 [10:35:50.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5035 [10:35:50.222] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 6.5334300003014505ms +Info 5036 [10:35:50.222] Different program with same set of files +Info 5037 [10:35:50.222] getCompletionData: Get current token: 0.0037830001674592495 +Info 5038 [10:35:50.222] getCompletionData: Is inside comment: 0.011067000217735767 +Info 5039 [10:35:50.222] getCompletionData: Get previous token: 0.006312000099569559 +Info 5040 [10:35:50.222] getCompletionsAtPosition: isCompletionListBlocker: 0.0030549997463822365 +Info 5041 [10:35:50.223] getExportInfoMap: cache hit +Info 5042 [10:35:50.230] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5043 [10:35:50.230] collectAutoImports: response is complete +Info 5044 [10:35:50.230] collectAutoImports: 7.687477000057697 +Info 5045 [10:35:50.230] getCompletionData: Semantic work: 8.17262600036338 +Info 5046 [10:35:50.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5003210003487766 +Info 5047 [10:35:50.237] Format host information updated +Info 5048 [10:35:52.468] getCompletionData: Get current token: 0.0028510000556707382 +Info 5049 [10:35:52.468] getCompletionData: Is inside comment: 0.010114999953657389 +Info 5050 [10:35:52.468] getCompletionData: Get previous token: 0.005834999959915876 +Info 5051 [10:35:52.468] getCompletionsAtPosition: isCompletionListBlocker: 0.004612999968230724 +Info 5052 [10:35:52.469] getExportInfoMap: cache hit +Info 5053 [10:35:52.476] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5054 [10:35:52.476] collectAutoImports: response is complete +Info 5055 [10:35:52.476] collectAutoImports: 6.418448000214994 +Info 5056 [10:35:52.476] getCompletionData: Semantic work: 7.076552999671549 +Info 5057 [10:35:52.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8043229999020696 +Info 5058 [10:35:53.155] Format host information updated +Info 5059 [10:35:53.155] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5060 [10:35:53.162] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 6.65883699990809ms +Info 5061 [10:35:53.162] Different program with same set of files +Info 5062 [10:35:53.437] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5063 [10:35:53.444] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 6.5717330002225935ms +Info 5064 [10:35:53.444] Different program with same set of files +Info 5065 [10:35:53.444] getCompletionData: Get current token: 0.002824000082910061 +Info 5066 [10:35:53.444] getCompletionData: Is inside comment: 0.010995999909937382 +Info 5067 [10:35:53.444] getCompletionData: Get previous token: 0.011010000016540289 +Info 5068 [10:35:53.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0035089999437332153 +Info 5069 [10:35:53.444] getCompletionData: Semantic work: 0.011400999967008829 +Info 5070 [10:35:53.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03087100014090538 +Info 5071 [10:35:53.444] Format host information updated +Info 5072 [10:35:53.734] Format host information updated +Info 5073 [10:35:53.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5074 [10:35:53.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 9.320077999960631ms +Info 5075 [10:35:53.744] Different program with same set of files +Info 5076 [10:35:53.885] Format host information updated +Info 5077 [10:35:53.885] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5078 [10:35:53.893] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 7.765603999607265ms +Info 5079 [10:35:53.893] Different program with same set of files +Info 5080 [10:35:54.024] Format host information updated +Info 5081 [10:35:54.024] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5082 [10:35:54.030] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 6.271867000032216ms +Info 5083 [10:35:54.030] Different program with same set of files +Info 5084 [10:35:54.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5085 [10:35:54.129] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 6.589044000022113ms +Info 5086 [10:35:54.129] Different program with same set of files +Info 5087 [10:35:54.129] getCompletionData: Get current token: 0.003874999936670065 +Info 5088 [10:35:54.129] getCompletionData: Is inside comment: 0.013458999805152416 +Info 5089 [10:35:54.129] getCompletionData: Get previous token: 0.014323000330477953 +Info 5090 [10:35:54.129] getCompletionsAtPosition: isCompletionListBlocker: 0.003405999857932329 +Info 5091 [10:35:54.129] getCompletionData: Semantic work: 0.013528000097721815 +Info 5092 [10:35:54.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.037035999819636345 +Info 5093 [10:35:54.132] Format host information updated +Info 5094 [10:35:54.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5095 [10:35:54.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 6.34465100010857ms +Info 5096 [10:35:54.270] Different program with same set of files +Info 5097 [10:35:54.270] getCompletionData: Get current token: 0.00394099997356534 +Info 5098 [10:35:54.270] getCompletionData: Is inside comment: 0.013067999854683876 +Info 5099 [10:35:54.270] getCompletionData: Get previous token: 0.01362699968740344 +Info 5100 [10:35:54.270] getCompletionsAtPosition: isCompletionListBlocker: 0.0033450000919401646 +Info 5101 [10:35:54.270] getCompletionData: Semantic work: 0.013269000221043825 +Info 5102 [10:35:54.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.030710999853909016 +Info 5103 [10:35:54.270] Format host information updated +Info 5104 [10:35:54.350] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5105 [10:35:54.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 6.349607000127435ms +Info 5106 [10:35:54.356] Different program with same set of files +Info 5107 [10:35:54.356] getCompletionData: Get current token: 0.0038309996016323566 +Info 5108 [10:35:54.356] getCompletionData: Is inside comment: 0.014066000003367662 +Info 5109 [10:35:54.356] getCompletionData: Get previous token: 0.01508300006389618 +Info 5110 [10:35:54.356] getCompletionsAtPosition: isCompletionListBlocker: 0.0036529996432363987 +Info 5111 [10:35:54.356] getCompletionData: Semantic work: 0.013448999729007483 +Info 5112 [10:35:54.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03302199998870492 +Info 5113 [10:35:54.358] Format host information updated +Info 5114 [10:35:54.511] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5115 [10:35:54.517] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 6.581027999985963ms +Info 5116 [10:35:54.517] Different program with same set of files +Info 5117 [10:35:54.517] getCompletionData: Get current token: 0.003386000171303749 +Info 5118 [10:35:54.518] getCompletionData: Is inside comment: 0.014182000420987606 +Info 5119 [10:35:54.518] getCompletionData: Get previous token: 0.013949000276625156 +Info 5120 [10:35:54.518] getCompletionsAtPosition: isCompletionListBlocker: 0.003667999990284443 +Info 5121 [10:35:54.518] getCompletionData: Semantic work: 0.013623999897390604 +Info 5122 [10:35:54.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03317400021478534 +Info 5123 [10:35:54.518] Format host information updated +Info 5124 [10:35:54.688] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5125 [10:35:54.694] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 6.337063999846578ms +Info 5126 [10:35:54.694] Different program with same set of files +Info 5127 [10:35:54.695] getCompletionData: Get current token: 0.0037679998204112053 +Info 5128 [10:35:54.695] getCompletionData: Is inside comment: 0.013255000114440918 +Info 5129 [10:35:54.695] getCompletionData: Get previous token: 0.014138999860733747 +Info 5130 [10:35:54.695] getCompletionsAtPosition: isCompletionListBlocker: 0.0035639996640384197 +Info 5131 [10:35:54.695] getCompletionData: Semantic work: 0.013445000164210796 +Info 5132 [10:35:54.695] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.029165000189095736 +Info 5133 [10:35:54.695] Format host information updated +Info 5134 [10:35:54.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5135 [10:35:54.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 8.181960999965668ms +Info 5136 [10:35:54.816] Different program with same set of files +Info 5137 [10:35:54.816] getCompletionData: Get current token: 0.003246000036597252 +Info 5138 [10:35:54.816] getCompletionData: Is inside comment: 0.011502000037580729 +Info 5139 [10:35:54.816] getCompletionData: Get previous token: 0.012401000130921602 +Info 5140 [10:35:54.816] getCompletionsAtPosition: isCompletionListBlocker: 0.0034689996391534805 +Info 5141 [10:35:54.816] getCompletionData: Semantic work: 0.01245900010690093 +Info 5142 [10:35:54.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03513599978759885 +Info 5143 [10:35:54.817] Format host information updated +Info 5144 [10:35:55.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5145 [10:35:55.229] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 6.581532999873161ms +Info 5146 [10:35:55.229] Different program with same set of files +Info 5147 [10:35:55.229] getCompletionData: Get current token: 0.004122000187635422 +Info 5148 [10:35:55.229] getCompletionData: Is inside comment: 0.014630999881774187 +Info 5149 [10:35:55.229] getCompletionData: Get previous token: 0.015373000409454107 +Info 5150 [10:35:55.229] getCompletionsAtPosition: isCompletionListBlocker: 0.0036009997129440308 +Info 5151 [10:35:55.229] getCompletionData: Semantic work: 0.013778000138700008 +Info 5152 [10:35:55.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03337399987503886 +Info 5153 [10:35:55.229] Format host information updated +Info 5154 [10:35:55.413] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5155 [10:35:55.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 6.202771000098437ms +Info 5156 [10:35:55.420] Different program with same set of files +Info 5157 [10:35:55.420] getCompletionData: Get current token: 0.0036759995855391026 +Info 5158 [10:35:55.420] getCompletionData: Is inside comment: 0.013053999748080969 +Info 5159 [10:35:55.420] getCompletionData: Get previous token: 0.013476999942213297 +Info 5160 [10:35:55.420] getCompletionsAtPosition: isCompletionListBlocker: 0.003719000145792961 +Info 5161 [10:35:55.420] getCompletionData: Semantic work: 0.01228300016373396 +Info 5162 [10:35:55.420] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.030610000248998404 +Info 5163 [10:35:55.422] Format host information updated +Info 5164 [10:35:55.576] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5165 [10:35:55.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 6.30703300004825ms +Info 5166 [10:35:55.583] Different program with same set of files +Info 5167 [10:35:55.583] getCompletionData: Get current token: 0.003835999872535467 +Info 5168 [10:35:55.583] getCompletionData: Is inside comment: 0.013023999985307455 +Info 5169 [10:35:55.583] getCompletionData: Get previous token: 0.007439999841153622 +Info 5170 [10:35:55.583] getCompletionsAtPosition: isCompletionListBlocker: 0.0026770001277327538 +Info 5171 [10:35:55.583] getExportInfoMap: cache hit +Info 5172 [10:35:55.592] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5173 [10:35:55.592] collectAutoImports: response is complete +Info 5174 [10:35:55.592] collectAutoImports: 8.302973000332713 +Info 5175 [10:35:55.592] getCompletionData: Semantic work: 8.780314999632537 +Info 5176 [10:35:55.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.860688999760896 +Info 5177 [10:35:55.600] Format host information updated +Info 5178 [10:35:55.689] Format host information updated +Info 5179 [10:35:55.690] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5180 [10:35:55.713] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 23.687899000011384ms +Info 5181 [10:35:55.713] Different program with same set of files +Info 5182 [10:35:56.042] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5183 [10:35:56.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 6.089217999950051ms +Info 5184 [10:35:56.048] Different program with same set of files +Info 5185 [10:35:56.048] getCompletionData: Get current token: 0.003551000263541937 +Info 5186 [10:35:56.048] getCompletionData: Is inside comment: 0.01268000015988946 +Info 5187 [10:35:56.048] getCompletionData: Get previous token: 0.013398000039160252 +Info 5188 [10:35:56.048] getCompletionsAtPosition: isCompletionListBlocker: 0.0024220002815127373 +Info 5189 [10:35:56.049] getExportInfoMap: cache hit +Info 5190 [10:35:56.051] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 20 from cache +Info 5191 [10:35:56.051] collectAutoImports: response is complete +Info 5192 [10:35:56.051] collectAutoImports: 2.667532999999821 +Info 5193 [10:35:56.051] getCompletionData: Semantic work: 3.153872000053525 +Info 5194 [10:35:56.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.003014999907464 +Info 5195 [10:35:56.056] Format host information updated +Info 5196 [10:35:56.251] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5197 [10:35:56.257] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 6.633634999860078ms +Info 5198 [10:35:56.257] Different program with same set of files +Info 5199 [10:35:56.258] getCompletionData: Get current token: 0.0035649999044835567 +Info 5200 [10:35:56.258] getCompletionData: Is inside comment: 0.01319100009277463 +Info 5201 [10:35:56.258] getCompletionData: Get previous token: 0.014266999904066324 +Info 5202 [10:35:56.258] getCompletionsAtPosition: isCompletionListBlocker: 0.0021470002830028534 +Info 5203 [10:35:56.258] getExportInfoMap: cache hit +Info 5204 [10:35:56.261] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 5205 [10:35:56.261] collectAutoImports: response is complete +Info 5206 [10:35:56.261] collectAutoImports: 2.330349000170827 +Info 5207 [10:35:56.261] getCompletionData: Semantic work: 2.8478720001876354 +Info 5208 [10:35:56.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.057916000019759 +Info 5209 [10:35:56.264] Format host information updated +Info 5210 [10:35:56.320] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5211 [10:35:56.329] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 8.582938000094146ms +Info 5212 [10:35:56.329] Different program with same set of files +Info 5213 [10:35:56.329] getCompletionData: Get current token: 0.004998999647796154 +Info 5214 [10:35:56.329] getCompletionData: Is inside comment: 0.018856999929994345 +Info 5215 [10:35:56.329] getCompletionData: Get previous token: 0.020078000146895647 +Info 5216 [10:35:56.329] getCompletionsAtPosition: isCompletionListBlocker: 0.0033289999701082706 +Info 5217 [10:35:56.330] getExportInfoMap: cache hit +Info 5218 [10:35:56.335] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 5219 [10:35:56.335] collectAutoImports: response is complete +Info 5220 [10:35:56.335] collectAutoImports: 5.282978999894112 +Info 5221 [10:35:56.335] getCompletionData: Semantic work: 5.978577999863774 +Info 5222 [10:35:56.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.691352999769151 +Info 5223 [10:35:56.340] Format host information updated +Info 5224 [10:35:56.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5225 [10:35:56.406] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 6.732646000105888ms +Info 5226 [10:35:56.406] Different program with same set of files +Info 5227 [10:35:56.407] getCompletionData: Get current token: 0.0045390003360807896 +Info 5228 [10:35:56.407] getCompletionData: Is inside comment: 0.01457800017669797 +Info 5229 [10:35:56.407] getCompletionData: Get previous token: 0.015206999611109495 +Info 5230 [10:35:56.407] getCompletionsAtPosition: isCompletionListBlocker: 0.002334000077098608 +Info 5231 [10:35:56.407] getExportInfoMap: cache hit +Info 5232 [10:35:56.409] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5233 [10:35:56.409] collectAutoImports: response is complete +Info 5234 [10:35:56.409] collectAutoImports: 1.7322720000520349 +Info 5235 [10:35:56.409] getCompletionData: Semantic work: 2.2776369997300208 +Info 5236 [10:35:56.411] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9373319996520877 +Info 5237 [10:35:56.412] Format host information updated +Info 5238 [10:35:56.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5239 [10:35:56.487] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 8.729652000125498ms +Info 5240 [10:35:56.487] Different program with same set of files +Info 5241 [10:35:56.487] getCompletionData: Get current token: 0.003794000018388033 +Info 5242 [10:35:56.488] getCompletionData: Is inside comment: 0.013154999818652868 +Info 5243 [10:35:56.488] getCompletionData: Get previous token: 0.014341999776661396 +Info 5244 [10:35:56.488] getCompletionsAtPosition: isCompletionListBlocker: 0.00267399987205863 +Info 5245 [10:35:56.488] getExportInfoMap: cache hit +Info 5246 [10:35:56.490] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5247 [10:35:56.490] collectAutoImports: response is complete +Info 5248 [10:35:56.490] collectAutoImports: 1.68644900014624 +Info 5249 [10:35:56.490] getCompletionData: Semantic work: 2.2259450000710785 +Info 5250 [10:35:56.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.90191899985075 +Info 5251 [10:35:56.493] Format host information updated +Info 5252 [10:35:56.636] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5253 [10:35:56.643] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 6.4480409999378026ms +Info 5254 [10:35:56.643] Different program with same set of files +Info 5255 [10:35:56.643] getCompletionData: Get current token: 0.004351000301539898 +Info 5256 [10:35:56.643] getCompletionData: Is inside comment: 0.017502999864518642 +Info 5257 [10:35:56.643] getCompletionData: Get previous token: 0.03483100002631545 +Info 5258 [10:35:56.643] getCompletionsAtPosition: isCompletionListBlocker: 0.002681999932974577 +Info 5259 [10:35:56.643] getExportInfoMap: cache hit +Info 5260 [10:35:56.655] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5261 [10:35:56.655] collectAutoImports: response is complete +Info 5262 [10:35:56.655] collectAutoImports: 11.928855000063777 +Info 5263 [10:35:56.655] getCompletionData: Semantic work: 12.47174399998039 +Info 5264 [10:35:56.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9904060000553727 +Info 5265 [10:35:56.663] Format host information updated +Info 5266 [10:35:56.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5267 [10:35:56.709] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 9.881689999718219ms +Info 5268 [10:35:56.709] Different program with same set of files +Info 5269 [10:35:56.709] getCompletionData: Get current token: 0.006517000030726194 +Info 5270 [10:35:56.709] getCompletionData: Is inside comment: 0.022715999744832516 +Info 5271 [10:35:56.709] getCompletionData: Get previous token: 0.012595000211149454 +Info 5272 [10:35:56.709] getCompletionsAtPosition: isCompletionListBlocker: 0.01153200026601553 +Info 5273 [10:35:56.710] getExportInfoMap: cache hit +Info 5274 [10:35:56.726] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5275 [10:35:56.726] collectAutoImports: response is complete +Info 5276 [10:35:56.726] collectAutoImports: 15.941684999968857 +Info 5277 [10:35:56.726] getCompletionData: Semantic work: 16.69902900001034 +Info 5278 [10:35:56.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.457959999796003 +Info 5279 [10:35:56.734] Format host information updated +Info 5280 [10:35:57.359] getCompletionData: Get current token: 0.0033599999733269215 +Info 5281 [10:35:57.359] getCompletionData: Is inside comment: 0.01228300016373396 +Info 5282 [10:35:57.359] getCompletionData: Get previous token: 0.007079999893903732 +Info 5283 [10:35:57.359] getCompletionsAtPosition: isCompletionListBlocker: 0.01424399996176362 +Info 5284 [10:35:57.360] getExportInfoMap: cache hit +Info 5285 [10:35:57.368] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5286 [10:35:57.368] collectAutoImports: response is complete +Info 5287 [10:35:57.368] collectAutoImports: 7.5693359998986125 +Info 5288 [10:35:57.368] getCompletionData: Semantic work: 8.128945000004023 +Info 5289 [10:35:57.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8885679999366403 +Info 5290 [10:35:57.537] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5291 [10:35:57.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 7.74210000038147ms +Info 5292 [10:35:57.545] Different program with same set of files +Info 5293 [10:35:57.545] getCompletionData: Get current token: 0.0037600002251565456 +Info 5294 [10:35:57.545] getCompletionData: Is inside comment: 0.01295799994841218 +Info 5295 [10:35:57.545] getCompletionData: Get previous token: 0.007666000165045261 +Info 5296 [10:35:57.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0035379999317228794 +Info 5297 [10:35:57.545] getExportInfoMap: cache hit +Info 5298 [10:35:57.555] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5299 [10:35:57.555] collectAutoImports: response is complete +Info 5300 [10:35:57.555] collectAutoImports: 9.381070000119507 +Info 5301 [10:35:57.555] getCompletionData: Semantic work: 9.896747999824584 +Info 5302 [10:35:57.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6611780002713203 +Info 5303 [10:35:57.562] Format host information updated +Info 5304 [10:36:13.069] Format host information updated +Info 5305 [10:36:13.070] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5306 [10:36:13.087] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 17.19950699992478ms +Info 5307 [10:36:13.087] Different program with same set of files +Info 5308 [10:36:13.268] Format host information updated +Info 5309 [10:36:13.268] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5310 [10:36:13.284] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 15.397694999817759ms +Info 5311 [10:36:13.284] Different program with same set of files +Info 5312 [10:36:13.678] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5313 [10:36:13.688] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 10.770099999848753ms +Info 5314 [10:36:13.689] Different program with same set of files +Info 5315 [10:36:13.689] getCompletionData: Get current token: 0.0035080001689493656 +Info 5316 [10:36:13.689] getCompletionData: Is inside comment: 0.008214000146836042 +Info 5317 [10:36:13.689] getCompletionData: Get previous token: 0.008828999940305948 +Info 5318 [10:36:13.689] getCompletionsAtPosition: isCompletionListBlocker: 0.007240999955683947 +Info 5319 [10:36:13.689] getExportInfoMap: cache hit +Info 5320 [10:36:13.699] collectAutoImports: resolved 5 module specifiers, plus 17 ambient and 29 from cache +Info 5321 [10:36:13.699] collectAutoImports: response is complete +Info 5322 [10:36:13.699] collectAutoImports: 9.277474000118673 +Info 5323 [10:36:13.699] getCompletionData: Semantic work: 10.023456000257283 +Info 5324 [10:36:13.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.286975000053644 +Info 5325 [10:36:13.703] Format host information updated +Info 5326 [10:36:13.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5327 [10:36:13.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 10.168707999866456ms +Info 5328 [10:36:13.804] Different program with same set of files +Info 5329 [10:36:13.805] getCompletionData: Get current token: 0.002579000312834978 +Info 5330 [10:36:13.805] getCompletionData: Is inside comment: 0.007453000172972679 +Info 5331 [10:36:13.805] getCompletionData: Get previous token: 0.005998999811708927 +Info 5332 [10:36:13.805] getCompletionsAtPosition: isCompletionListBlocker: 0.006994000170379877 +Info 5333 [10:36:13.805] getExportInfoMap: cache hit +Info 5334 [10:36:13.810] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 13 from cache +Info 5335 [10:36:13.811] collectAutoImports: response is complete +Info 5336 [10:36:13.811] collectAutoImports: 5.316627999767661 +Info 5337 [10:36:13.811] getCompletionData: Semantic work: 5.9295069999061525 +Info 5338 [10:36:13.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4172720001079142 +Info 5339 [10:36:13.813] Format host information updated +Info 5340 [10:36:13.855] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5341 [10:36:13.864] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 9.00463300012052ms +Info 5342 [10:36:13.864] Different program with same set of files +Info 5343 [10:36:13.864] getCompletionData: Get current token: 0.0026370002888143063 +Info 5344 [10:36:13.864] getCompletionData: Is inside comment: 0.008089999668300152 +Info 5345 [10:36:13.864] getCompletionData: Get previous token: 0.008204000070691109 +Info 5346 [10:36:13.864] getCompletionsAtPosition: isCompletionListBlocker: 0.007815000135451555 +Info 5347 [10:36:13.864] getExportInfoMap: cache hit +Info 5348 [10:36:13.868] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 7 from cache +Info 5349 [10:36:13.868] collectAutoImports: response is complete +Info 5350 [10:36:13.868] collectAutoImports: 3.687061000149697 +Info 5351 [10:36:13.868] getCompletionData: Semantic work: 4.310017000418156 +Info 5352 [10:36:13.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6130409999750555 +Info 5353 [10:36:13.871] Format host information updated +Info 5354 [10:36:13.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5355 [10:36:13.946] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 24.182908999733627ms +Info 5356 [10:36:13.946] Different program with same set of files +Info 5357 [10:36:13.947] getCompletionData: Get current token: 0.0061530000530183315 +Info 5358 [10:36:13.947] getCompletionData: Is inside comment: 0.022332000080496073 +Info 5359 [10:36:13.947] getCompletionData: Get previous token: 0.020283000078052282 +Info 5360 [10:36:13.947] getCompletionsAtPosition: isCompletionListBlocker: 0.018895999994128942 +Info 5361 [10:36:13.948] getExportInfoMap: cache hit +Info 5362 [10:36:13.954] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 5363 [10:36:13.954] collectAutoImports: response is complete +Info 5364 [10:36:13.954] collectAutoImports: 5.766121000051498 +Info 5365 [10:36:13.954] getCompletionData: Semantic work: 7.30450400011614 +Info 5366 [10:36:13.957] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4182699997909367 +Info 5367 [10:36:13.958] Format host information updated +Info 5368 [10:36:14.053] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5369 [10:36:14.062] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 9.543475000187755ms +Info 5370 [10:36:14.062] Different program with same set of files +Info 5371 [10:36:14.063] getCompletionData: Get current token: 0.0022159996442496777 +Info 5372 [10:36:14.063] getCompletionData: Is inside comment: 0.00852599972859025 +Info 5373 [10:36:14.063] getCompletionData: Get previous token: 0.008158000186085701 +Info 5374 [10:36:14.063] getCompletionsAtPosition: isCompletionListBlocker: 0.0074360002763569355 +Info 5375 [10:36:14.063] getExportInfoMap: cache hit +Info 5376 [10:36:14.078] collectAutoImports: resolved 1 module specifiers, plus 219 ambient and 161 from cache +Info 5377 [10:36:14.078] collectAutoImports: response is complete +Info 5378 [10:36:14.078] collectAutoImports: 14.500887000001967 +Info 5379 [10:36:14.078] getCompletionData: Semantic work: 15.117620999924839 +Info 5380 [10:36:14.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.711335000116378 +Info 5381 [10:36:14.084] Format host information updated +Info 5382 [10:36:14.181] Format host information updated +Info 5383 [10:36:14.181] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5384 [10:36:14.189] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 8.786879000253975ms +Info 5385 [10:36:14.189] Different program with same set of files +Info 5386 [10:36:14.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5387 [10:36:14.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 7.898259000387043ms +Info 5388 [10:36:14.471] Different program with same set of files +Info 5389 [10:36:14.471] getCompletionData: Get current token: 0.0029239999130368233 +Info 5390 [10:36:14.471] getCompletionData: Is inside comment: 0.007215999998152256 +Info 5391 [10:36:14.471] getCompletionData: Get previous token: 0.005448999814689159 +Info 5392 [10:36:14.471] getCompletionsAtPosition: isCompletionListBlocker: 0.0012199999764561653 +Info 5393 [10:36:14.471] Returning an empty list because completion was requested in an invalid position. +Info 5394 [10:36:14.471] Format host information updated +Info 5395 [10:36:14.771] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5396 [10:36:14.779] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 8.491636000107974ms +Info 5397 [10:36:14.779] Different program with same set of files +Info 5398 [10:36:14.779] getCompletionData: Get current token: 0.0035149999894201756 +Info 5399 [10:36:14.779] getCompletionData: Is inside comment: 0.008790000341832638 +Info 5400 [10:36:14.779] getCompletionData: Get previous token: 0.008667000103741884 +Info 5401 [10:36:14.779] getCompletionsAtPosition: isCompletionListBlocker: 0.001401000190526247 +Info 5402 [10:36:14.779] Returning an empty list because completion was requested in an invalid position. +Info 5403 [10:36:14.780] Format host information updated +Info 5404 [10:36:14.881] Format host information updated +Info 5405 [10:36:14.881] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5406 [10:36:14.890] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 9.24467399995774ms +Info 5407 [10:36:14.890] Different program with same set of files +Info 5408 [10:36:15.036] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5409 [10:36:15.063] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 27.415557000320405ms +Info 5410 [10:36:15.063] Different program with same set of files +Info 5411 [10:36:15.064] getCompletionData: Get current token: 0.009715000167489052 +Info 5412 [10:36:15.064] getCompletionData: Is inside comment: 0.028409000020474195 +Info 5413 [10:36:15.064] getCompletionData: Get previous token: 0.022477000020444393 +Info 5414 [10:36:15.064] getCompletionsAtPosition: isCompletionListBlocker: 0.004435000009834766 +Info 5415 [10:36:15.064] Returning an empty list because completion was requested in an invalid position. +Info 5416 [10:36:15.064] Format host information updated +Info 5417 [10:36:15.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5418 [10:36:15.130] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 10.288625000044703ms +Info 5419 [10:36:15.130] Different program with same set of files +Info 5420 [10:36:15.131] getCompletionData: Get current token: 0.00253499997779727 +Info 5421 [10:36:15.131] getCompletionData: Is inside comment: 0.010433999821543694 +Info 5422 [10:36:15.131] getCompletionData: Get previous token: 0.0070569999516010284 +Info 5423 [10:36:15.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0014320001937448978 +Info 5424 [10:36:15.131] Returning an empty list because completion was requested in an invalid position. +Info 5425 [10:36:15.133] Format host information updated +Info 5426 [10:36:15.320] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5427 [10:36:15.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 7.112419000361115ms +Info 5428 [10:36:15.327] Different program with same set of files +Info 5429 [10:36:15.327] getCompletionData: Get current token: 0.0020709997043013573 +Info 5430 [10:36:15.327] getCompletionData: Is inside comment: 0.008162999991327524 +Info 5431 [10:36:15.327] getCompletionData: Get previous token: 0.006522999610751867 +Info 5432 [10:36:15.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0014100000262260437 +Info 5433 [10:36:15.327] Returning an empty list because completion was requested in an invalid position. +Info 5434 [10:36:15.328] Format host information updated +Info 5435 [10:36:15.496] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5436 [10:36:15.504] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 8.39907000027597ms +Info 5437 [10:36:15.504] Different program with same set of files +Info 5438 [10:36:15.504] getCompletionData: Get current token: 0.004497999791055918 +Info 5439 [10:36:15.504] getCompletionData: Is inside comment: 0.011332000140100718 +Info 5440 [10:36:15.504] getCompletionData: Get previous token: 0.009661999996751547 +Info 5441 [10:36:15.504] getCompletionsAtPosition: isCompletionListBlocker: 0.0016009998507797718 +Info 5442 [10:36:15.504] Returning an empty list because completion was requested in an invalid position. +Info 5443 [10:36:15.505] Format host information updated +Info 5444 [10:36:15.768] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5445 [10:36:15.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 8.448669000063092ms +Info 5446 [10:36:15.776] Different program with same set of files +Info 5447 [10:36:15.777] getCompletionData: Get current token: 0.004253000020980835 +Info 5448 [10:36:15.777] getCompletionData: Is inside comment: 0.006934999953955412 +Info 5449 [10:36:15.777] getCompletionData: Get previous token: 0.0033309999853372574 +Info 5450 [10:36:15.777] getCompletionsAtPosition: isCompletionListBlocker: 0.0022050002589821815 +Info 5451 [10:36:15.777] getCompletionData: Semantic work: 0.2351460000500083 +Info 5452 [10:36:15.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.042748999781906605 +Info 5453 [10:36:15.778] Format host information updated +Info 5454 [10:36:15.875] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5455 [10:36:15.881] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 6.442128999624401ms +Info 5456 [10:36:15.881] Different program with same set of files +Info 5457 [10:36:15.881] getCompletionData: Get current token: 0.0018690000288188457 +Info 5458 [10:36:15.881] getCompletionData: Is inside comment: 0.007825999986380339 +Info 5459 [10:36:15.881] getCompletionData: Get previous token: 0.003343000076711178 +Info 5460 [10:36:15.881] getCompletionsAtPosition: isCompletionListBlocker: 0.08742799982428551 +Info 5461 [10:36:15.882] getExportInfoMap: cache hit +Info 5462 [10:36:15.908] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 5463 [10:36:15.908] collectAutoImports: response is complete +Info 5464 [10:36:15.908] collectAutoImports: 25.05407000007108 +Info 5465 [10:36:15.908] getCompletionData: Semantic work: 26.104274000041187 +Info 5466 [10:36:15.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.769855999853462 +Info 5467 [10:36:15.917] Format host information updated +Info 5468 [10:36:16.216] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5469 [10:36:16.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 6.683755999896675ms +Info 5470 [10:36:16.223] Different program with same set of files +Info 5471 [10:36:16.223] getCompletionData: Get current token: 0.0043680001981556416 +Info 5472 [10:36:16.223] getCompletionData: Is inside comment: 0.009418000001460314 +Info 5473 [10:36:16.223] getCompletionData: Get previous token: 0.0042779999785125256 +Info 5474 [10:36:16.223] getCompletionsAtPosition: isCompletionListBlocker: 0.0022960002534091473 +Info 5475 [10:36:16.223] getCompletionData: Semantic work: 0.04398299986496568 +Info 5476 [10:36:16.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03511499986052513 +Info 5477 [10:36:16.224] Format host information updated +Info 5478 [10:36:16.364] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5479 [10:36:16.371] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 6.502470999956131ms +Info 5480 [10:36:16.371] Different program with same set of files +Info 5481 [10:36:16.371] getCompletionData: Get current token: 0.0023969998583197594 +Info 5482 [10:36:16.371] getCompletionData: Is inside comment: 0.006656000390648842 +Info 5483 [10:36:16.371] getCompletionData: Get previous token: 0.005365000106394291 +Info 5484 [10:36:16.371] getCompletionsAtPosition: isCompletionListBlocker: 0.0011859997175633907 +Info 5485 [10:36:16.371] Returning an empty list because completion was requested in an invalid position. +Info 5486 [10:36:16.373] Format host information updated +Info 5487 [10:36:16.463] Format host information updated +Info 5488 [10:36:16.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5489 [10:36:16.470] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 6.5578589998185635ms +Info 5490 [10:36:16.470] Different program with same set of files +Info 5491 [10:36:16.588] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5492 [10:36:16.595] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 7.087553999852389ms +Info 5493 [10:36:16.595] Different program with same set of files +Info 5494 [10:36:16.595] getCompletionData: Get current token: 0.003061000257730484 +Info 5495 [10:36:16.595] getCompletionData: Is inside comment: 0.008271999657154083 +Info 5496 [10:36:16.595] getCompletionData: Get previous token: 0.003872999921441078 +Info 5497 [10:36:16.595] getCompletionsAtPosition: isCompletionListBlocker: 0.012058000080287457 +Info 5498 [10:36:16.595] getExportInfoMap: cache hit +Info 5499 [10:36:16.612] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 5500 [10:36:16.612] collectAutoImports: response is complete +Info 5501 [10:36:16.612] collectAutoImports: 16.875622999854386 +Info 5502 [10:36:16.612] getCompletionData: Semantic work: 17.43018399970606 +Info 5503 [10:36:16.616] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7946979999542236 +Info 5504 [10:36:16.619] Format host information updated +Info 5505 [10:36:17.304] Format host information updated +Info 5506 [10:36:17.305] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5507 [10:36:17.313] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 7.918445999734104ms +Info 5508 [10:36:17.313] Different program with same set of files +Info 5509 [10:36:17.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5510 [10:36:17.714] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 8.399650999810547ms +Info 5511 [10:36:17.714] Different program with same set of files +Info 5512 [10:36:17.714] getCompletionData: Get current token: 0.0027390001341700554 +Info 5513 [10:36:17.714] getCompletionData: Is inside comment: 0.004805999808013439 +Info 5514 [10:36:17.714] getCompletionData: Get previous token: 0.002867999952286482 +Info 5515 [10:36:17.714] getCompletionsAtPosition: isCompletionListBlocker: 0.006729000248014927 +Info 5516 [10:36:17.715] getExportInfoMap: cache hit +Info 5517 [10:36:17.725] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 5518 [10:36:17.725] collectAutoImports: response is complete +Info 5519 [10:36:17.725] collectAutoImports: 9.93523299973458 +Info 5520 [10:36:17.725] getCompletionData: Semantic work: 10.475320999976248 +Info 5521 [10:36:17.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.374993000179529 +Info 5522 [10:36:17.731] Format host information updated +Info 5523 [10:36:18.147] Format host information updated +Info 5524 [10:36:18.148] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5525 [10:36:18.156] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 8.813327999785542ms +Info 5526 [10:36:18.156] Different program with same set of files +Info 5527 [10:36:18.643] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5528 [10:36:18.650] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 6.292973000090569ms +Info 5529 [10:36:18.650] Different program with same set of files +Info 5530 [10:36:18.650] getCompletionData: Get current token: 0.003237999975681305 +Info 5531 [10:36:18.650] getCompletionData: Is inside comment: 0.005772999953478575 +Info 5532 [10:36:18.650] getCompletionData: Get previous token: 0.0037620002403855324 +Info 5533 [10:36:18.650] getCompletionsAtPosition: isCompletionListBlocker: 0.002355000004172325 +Info 5534 [10:36:18.650] getExportInfoMap: cache hit +Info 5535 [10:36:18.659] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 5536 [10:36:18.659] collectAutoImports: response is complete +Info 5537 [10:36:18.659] collectAutoImports: 8.596245999913663 +Info 5538 [10:36:18.659] getCompletionData: Semantic work: 9.220759000163525 +Info 5539 [10:36:18.673] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.727758999913931 +Info 5540 [10:36:18.675] Format host information updated +Info 5541 [10:36:18.965] Format host information updated +Info 5542 [10:36:18.965] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5543 [10:36:18.972] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 6.71177599998191ms +Info 5544 [10:36:18.972] Different program with same set of files +Info 5545 [10:36:19.278] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5546 [10:36:19.285] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 6.643901000265032ms +Info 5547 [10:36:19.285] Different program with same set of files +Info 5548 [10:36:19.285] getCompletionData: Get current token: 0.005953999701887369 +Info 5549 [10:36:19.285] getCompletionData: Is inside comment: 0.006113000214099884 +Info 5550 [10:36:19.285] getCompletionData: Get previous token: 0.0032919999212026596 +Info 5551 [10:36:19.285] getCompletionsAtPosition: isCompletionListBlocker: 0.004701999947428703 +Info 5552 [10:36:19.285] Returning an empty list because completion was requested in an invalid position. +Info 5553 [10:36:19.288] Format host information updated +Info 5554 [10:36:19.508] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5555 [10:36:19.520] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 11.738264000043273ms +Info 5556 [10:36:19.520] Different program with same set of files +Info 5557 [10:36:19.520] getCompletionData: Get current token: 0.004820000380277634 +Info 5558 [10:36:19.520] getCompletionData: Is inside comment: 0.01126800011843443 +Info 5559 [10:36:19.520] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5560 [10:36:19.520] Format host information updated +Info 5561 [10:36:19.672] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5562 [10:36:19.683] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 10.637548000086099ms +Info 5563 [10:36:19.683] Different program with same set of files +Info 5564 [10:36:19.683] getCompletionData: Get current token: 0.0028709997422993183 +Info 5565 [10:36:19.683] getCompletionData: Is inside comment: 0.023426999803632498 +Info 5566 [10:36:19.684] Format host information updated +Info 5567 [10:36:19.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5568 [10:36:19.743] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 9.016019000206143ms +Info 5569 [10:36:19.743] Different program with same set of files +Info 5570 [10:36:19.743] getCompletionData: Get current token: 0.0016499999910593033 +Info 5571 [10:36:19.743] getCompletionData: Is inside comment: 0.007997999899089336 +Info 5572 [10:36:19.743] Format host information updated +Info 5573 [10:36:20.294] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5574 [10:36:20.301] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 6.73767299996689ms +Info 5575 [10:36:20.301] Different program with same set of files +Info 5576 [10:36:20.301] getCompletionData: Get current token: 0.002639000304043293 +Info 5577 [10:36:20.301] getCompletionData: Is inside comment: 0.00725199980661273 +Info 5578 [10:36:20.301] getCompletionData: Get previous token: 0.004115999676287174 +Info 5579 [10:36:20.301] getCompletionsAtPosition: isCompletionListBlocker: 0.020422999747097492 +Info 5580 [10:36:20.302] getExportInfoMap: cache hit +Info 5581 [10:36:20.321] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 5582 [10:36:20.321] collectAutoImports: response is complete +Info 5583 [10:36:20.321] collectAutoImports: 18.56534900004044 +Info 5584 [10:36:20.321] getCompletionData: Semantic work: 19.534884999971837 +Info 5585 [10:36:20.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1165640000253916 +Info 5586 [10:36:20.326] Format host information updated +Info 5587 [10:36:20.958] getCompletionData: Get current token: 0.0021499996073544025 +Info 5588 [10:36:20.958] getCompletionData: Is inside comment: 0.008503999561071396 +Info 5589 [10:36:21.049] Format host information updated +Info 5590 [10:36:21.049] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5591 [10:36:21.056] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 6.946043999865651ms +Info 5592 [10:36:21.056] Different program with same set of files +Info 5593 [10:36:21.212] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5594 [10:36:21.219] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 6.371729999780655ms +Info 5595 [10:36:21.219] Different program with same set of files +Info 5596 [10:36:21.219] getCompletionData: Get current token: 0.0017889998853206635 +Info 5597 [10:36:21.219] getCompletionData: Is inside comment: 0.007195000071078539 +Info 5598 [10:36:21.222] Format host information updated +Info 5599 [10:36:21.407] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5600 [10:36:21.414] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 6.518984999973327ms +Info 5601 [10:36:21.414] Different program with same set of files +Info 5602 [10:36:21.414] getCompletionData: Get current token: 0.0017070001922547817 +Info 5603 [10:36:21.414] getCompletionData: Is inside comment: 0.006407000124454498 +Info 5604 [10:36:21.414] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5605 [10:36:21.414] Format host information updated +Info 5606 [10:36:21.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5607 [10:36:21.662] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 8.143889000173658ms +Info 5608 [10:36:21.662] Different program with same set of files +Info 5609 [10:36:21.662] getCompletionData: Get current token: 0.0022369995713233948 +Info 5610 [10:36:21.662] getCompletionData: Is inside comment: 0.008138000033795834 +Info 5611 [10:36:21.662] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5612 [10:36:21.662] Format host information updated +Info 5613 [10:36:21.861] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5614 [10:36:21.872] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 10.845743000041693ms +Info 5615 [10:36:21.872] Different program with same set of files +Info 5616 [10:36:21.872] getCompletionData: Get current token: 0.003561999648809433 +Info 5617 [10:36:21.872] getCompletionData: Is inside comment: 0.015395000111311674 +Info 5618 [10:36:21.872] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5619 [10:36:21.872] Format host information updated +Info 5620 [10:36:22.131] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5621 [10:36:22.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 6.643416000064462ms +Info 5622 [10:36:22.138] Different program with same set of files +Info 5623 [10:36:22.138] getCompletionData: Get current token: 0.0019439999014139175 +Info 5624 [10:36:22.138] getCompletionData: Is inside comment: 0.007794000208377838 +Info 5625 [10:36:22.138] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5626 [10:36:22.138] Format host information updated +Info 5627 [10:36:22.247] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5628 [10:36:22.257] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 10.371493000071496ms +Info 5629 [10:36:22.257] Different program with same set of files +Info 5630 [10:36:22.257] getCompletionData: Get current token: 0.002450999803841114 +Info 5631 [10:36:22.257] getCompletionData: Is inside comment: 0.009473999962210655 +Info 5632 [10:36:22.257] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5633 [10:36:22.258] Format host information updated +Info 5634 [10:36:22.372] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5635 [10:36:22.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 6.349654000252485ms +Info 5636 [10:36:22.378] Different program with same set of files +Info 5637 [10:36:22.378] getCompletionData: Get current token: 0.0021390002220869064 +Info 5638 [10:36:22.378] getCompletionData: Is inside comment: 0.007782000117003918 +Info 5639 [10:36:22.378] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5640 [10:36:22.378] Format host information updated +Info 5641 [10:36:22.436] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5642 [10:36:22.449] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 12.332773000001907ms +Info 5643 [10:36:22.449] Different program with same set of files +Info 5644 [10:36:22.449] getCompletionData: Get current token: 0.004007000010460615 +Info 5645 [10:36:22.449] getCompletionData: Is inside comment: 0.015962000004947186 +Info 5646 [10:36:22.449] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5647 [10:36:22.454] Format host information updated +Info 5648 [10:36:22.571] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5649 [10:36:22.578] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 6.605034000240266ms +Info 5650 [10:36:22.578] Different program with same set of files +Info 5651 [10:36:22.578] getCompletionData: Get current token: 0.0021279999054968357 +Info 5652 [10:36:22.578] getCompletionData: Is inside comment: 0.008628000039607286 +Info 5653 [10:36:22.578] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5654 [10:36:22.578] Format host information updated +Info 5655 [10:36:22.648] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5656 [10:36:22.654] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 6.434470999985933ms +Info 5657 [10:36:22.654] Different program with same set of files +Info 5658 [10:36:22.654] getCompletionData: Get current token: 0.00204999977722764 +Info 5659 [10:36:22.654] getCompletionData: Is inside comment: 0.008868999779224396 +Info 5660 [10:36:22.654] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5661 [10:36:22.657] Format host information updated +Info 5662 [10:36:22.775] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5663 [10:36:22.782] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 6.592224000021815ms +Info 5664 [10:36:22.782] Different program with same set of files +Info 5665 [10:36:22.782] getCompletionData: Get current token: 0.0017180000431835651 +Info 5666 [10:36:22.782] getCompletionData: Is inside comment: 0.007039000280201435 +Info 5667 [10:36:22.782] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5668 [10:36:22.782] Format host information updated +Info 5669 [10:36:22.842] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5670 [10:36:22.852] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 9.40122799994424ms +Info 5671 [10:36:22.852] Different program with same set of files +Info 5672 [10:36:22.852] getCompletionData: Get current token: 0.003684000112116337 +Info 5673 [10:36:22.852] getCompletionData: Is inside comment: 0.013469000346958637 +Info 5674 [10:36:22.852] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5675 [10:36:22.852] Format host information updated +Info 5676 [10:36:23.085] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5677 [10:36:23.099] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 13.446291000116616ms +Info 5678 [10:36:23.099] Different program with same set of files +Info 5679 [10:36:23.099] getCompletionData: Get current token: 0.0034930002875626087 +Info 5680 [10:36:23.099] getCompletionData: Is inside comment: 0.013974000234156847 +Info 5681 [10:36:23.099] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5682 [10:36:23.100] Format host information updated +Info 5683 [10:36:23.426] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5684 [10:36:23.433] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 6.397770000156015ms +Info 5685 [10:36:23.433] Different program with same set of files +Info 5686 [10:36:23.433] getCompletionData: Get current token: 0.002222999930381775 +Info 5687 [10:36:23.433] getCompletionData: Is inside comment: 0.007542000152170658 +Info 5688 [10:36:23.433] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5689 [10:36:23.433] Format host information updated +Info 5690 [10:36:23.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5691 [10:36:23.544] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 6.392106000334024ms +Info 5692 [10:36:23.544] Different program with same set of files +Info 5693 [10:36:23.544] getCompletionData: Get current token: 0.0021700002253055573 +Info 5694 [10:36:23.544] getCompletionData: Is inside comment: 0.008269999641925097 +Info 5695 [10:36:23.544] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5696 [10:36:23.547] Format host information updated +Info 5697 [10:36:23.631] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5698 [10:36:23.637] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 6.341349000111222ms +Info 5699 [10:36:23.637] Different program with same set of files +Info 5700 [10:36:23.637] getCompletionData: Get current token: 0.002090000081807375 +Info 5701 [10:36:23.637] getCompletionData: Is inside comment: 0.007243999745696783 +Info 5702 [10:36:23.637] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5703 [10:36:23.638] Format host information updated +Info 5704 [10:36:23.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5705 [10:36:23.749] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 6.133173999842256ms +Info 5706 [10:36:23.749] Different program with same set of files +Info 5707 [10:36:23.749] getCompletionData: Get current token: 0.0019169999286532402 +Info 5708 [10:36:23.749] getCompletionData: Is inside comment: 0.006828999612480402 +Info 5709 [10:36:23.749] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5710 [10:36:23.749] Format host information updated +Info 5711 [10:36:23.840] Format host information updated +Info 5712 [10:36:23.840] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5713 [10:36:23.849] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 8.629050999879837ms +Info 5714 [10:36:23.849] Different program with same set of files +Info 5715 [10:36:23.970] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5716 [10:36:23.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 6.249569999985397ms +Info 5717 [10:36:23.976] Different program with same set of files +Info 5718 [10:36:23.976] getCompletionData: Get current token: 0.0016939998604357243 +Info 5719 [10:36:23.976] getCompletionData: Is inside comment: 0.006653000134974718 +Info 5720 [10:36:23.976] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 5721 [10:36:23.977] Format host information updated +Info 5722 [10:36:24.129] Format host information updated +Info 5723 [10:36:24.130] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5724 [10:36:24.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 25.307855000253767ms +Info 5725 [10:36:24.155] Different program with same set of files +Info 5726 [10:36:31.040] getCompletionData: Get current token: 0.004401999991387129 +Info 5727 [10:36:31.040] getCompletionData: Is inside comment: 0.014504999853670597 +Info 5728 [10:36:31.040] getCompletionData: Get previous token: 0.009561000391840935 +Info 5729 [10:36:31.040] getCompletionsAtPosition: isCompletionListBlocker: 0.0032500000670552254 +Info 5730 [10:36:31.041] getExportInfoMap: cache hit +Info 5731 [10:36:31.053] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5732 [10:36:31.053] collectAutoImports: response is complete +Info 5733 [10:36:31.053] collectAutoImports: 11.613154999911785 +Info 5734 [10:36:31.053] getCompletionData: Semantic work: 12.232229000423104 +Info 5735 [10:36:31.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.82270299969241 +Info 5736 [10:36:31.347] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5737 [10:36:31.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 8.341244000010192ms +Info 5738 [10:36:31.355] Different program with same set of files +Info 5739 [10:36:31.355] getCompletionData: Get current token: 0.004517999943345785 +Info 5740 [10:36:31.355] getCompletionData: Is inside comment: 0.0166830001398921 +Info 5741 [10:36:31.355] getCompletionData: Get previous token: 0.011673999950289726 +Info 5742 [10:36:31.355] getCompletionsAtPosition: isCompletionListBlocker: 0.0029589999467134476 +Info 5743 [10:36:31.355] getCompletionData: Semantic work: 0.18755199993029237 +Info 5744 [10:36:31.355] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04519600002095103 +Info 5745 [10:36:31.356] Format host information updated +Info 5746 [10:36:31.407] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5747 [10:36:31.417] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 9.927740999963135ms +Info 5748 [10:36:31.417] Different program with same set of files +Info 5749 [10:36:31.418] getCompletionData: Get current token: 0.005621999967843294 +Info 5750 [10:36:31.418] getCompletionData: Is inside comment: 0.02041000034660101 +Info 5751 [10:36:31.418] getCompletionData: Get previous token: 0.014498000033199787 +Info 5752 [10:36:31.418] getCompletionsAtPosition: isCompletionListBlocker: 0.008793999906629324 +Info 5753 [10:36:31.418] getExportInfoMap: cache hit +Info 5754 [10:36:31.430] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5755 [10:36:31.430] collectAutoImports: response is complete +Info 5756 [10:36:31.430] collectAutoImports: 11.520574000198394 +Info 5757 [10:36:31.430] getCompletionData: Semantic work: 12.130011999979615 +Info 5758 [10:36:31.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.837778999935836 +Info 5759 [10:36:31.440] Format host information updated +Info 5760 [10:36:31.779] getCompletionData: Get current token: 0.004288000054657459 +Info 5761 [10:36:31.779] getCompletionData: Is inside comment: 0.013995000161230564 +Info 5762 [10:36:31.779] getCompletionData: Get previous token: 0.010381000116467476 +Info 5763 [10:36:31.779] getCompletionsAtPosition: isCompletionListBlocker: 0.002795000094920397 +Info 5764 [10:36:31.780] getCompletionData: Semantic work: 0.047489000018686056 +Info 5765 [10:36:31.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02980699995532632 +Info 5766 [10:36:33.625] getCompletionData: Get current token: 0.0240489998832345 +Info 5767 [10:36:33.626] getCompletionData: Is inside comment: 0.07710799993947148 +Info 5768 [10:36:33.626] getCompletionData: Get previous token: 0.05758299957960844 +Info 5769 [10:36:33.626] getCompletionsAtPosition: isCompletionListBlocker: 0.008219999726861715 +Info 5770 [10:36:33.626] getCompletionData: Semantic work: 0.08229299960657954 +Info 5771 [10:36:33.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14197800029069185 +Info 5772 [10:36:33.828] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5773 [10:36:33.841] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 13.606033000163734ms +Info 5774 [10:36:33.841] Different program with same set of files +Info 5775 [10:36:33.842] getCompletionData: Get current token: 0.00495600001886487 +Info 5776 [10:36:33.842] getCompletionData: Is inside comment: 0.017134000081568956 +Info 5777 [10:36:33.842] getCompletionData: Get previous token: 0.02161499997600913 +Info 5778 [10:36:33.842] getCompletionsAtPosition: isCompletionListBlocker: 0.0024140002205967903 +Info 5779 [10:36:33.842] getCompletionData: Semantic work: 0.11440099962055683 +Info 5780 [10:36:33.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05036799982190132 +Info 5781 [10:36:33.842] Format host information updated +Info 5782 [10:36:33.932] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5783 [10:36:33.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 10.676711999811232ms +Info 5784 [10:36:33.943] Different program with same set of files +Info 5785 [10:36:33.943] getCompletionData: Get current token: 0.005615999922156334 +Info 5786 [10:36:33.943] getCompletionData: Is inside comment: 0.020348000340163708 +Info 5787 [10:36:33.943] getCompletionData: Get previous token: 0.04299600003287196 +Info 5788 [10:36:33.943] getCompletionsAtPosition: isCompletionListBlocker: 0.0028350003995001316 +Info 5789 [10:36:33.944] getCompletionData: Semantic work: 0.1026490000076592 +Info 5790 [10:36:33.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0670850002206862 +Info 5791 [10:36:33.944] Format host information updated +Info 5792 [10:36:34.093] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5793 [10:36:34.103] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 10.455887999851257ms +Info 5794 [10:36:34.103] Different program with same set of files +Info 5795 [10:36:34.105] getCompletionData: Get current token: 0.0054410002194345 +Info 5796 [10:36:34.105] getCompletionData: Is inside comment: 0.018908000085502863 +Info 5797 [10:36:34.105] getCompletionData: Get previous token: 0.04527200013399124 +Info 5798 [10:36:34.105] getCompletionsAtPosition: isCompletionListBlocker: 0.002785000018775463 +Info 5799 [10:36:34.105] getCompletionData: Semantic work: 0.10895200027152896 +Info 5800 [10:36:34.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04209400014951825 +Info 5801 [10:36:34.106] Format host information updated +Info 5802 [10:36:34.207] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5803 [10:36:34.215] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 7.864524999633431ms +Info 5804 [10:36:34.215] Different program with same set of files +Info 5805 [10:36:34.215] getCompletionData: Get current token: 0.006698000244796276 +Info 5806 [10:36:34.215] getCompletionData: Is inside comment: 0.01984800025820732 +Info 5807 [10:36:34.215] getCompletionData: Get previous token: 0.024034999776631594 +Info 5808 [10:36:34.215] getCompletionsAtPosition: isCompletionListBlocker: 0.0027830000035464764 +Info 5809 [10:36:34.215] getCompletionData: Semantic work: 0.09745700005441904 +Info 5810 [10:36:34.215] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.038207000121474266 +Info 5811 [10:36:34.216] Format host information updated +Info 5812 [10:36:34.366] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5813 [10:36:34.375] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 9.442403000313789ms +Info 5814 [10:36:34.375] Different program with same set of files +Info 5815 [10:36:34.376] getCompletionData: Get current token: 0.010761000216007233 +Info 5816 [10:36:34.376] getCompletionData: Is inside comment: 0.016251000110059977 +Info 5817 [10:36:34.376] getCompletionData: Get previous token: 0.02220100024715066 +Info 5818 [10:36:34.376] getCompletionsAtPosition: isCompletionListBlocker: 0.002398999873548746 +Info 5819 [10:36:34.376] getCompletionData: Semantic work: 0.09999800007790327 +Info 5820 [10:36:34.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04162799986079335 +Info 5821 [10:36:34.376] Format host information updated +Info 5822 [10:36:34.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5823 [10:36:34.488] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 9.380183999892324ms +Info 5824 [10:36:34.488] Different program with same set of files +Info 5825 [10:36:34.488] getCompletionData: Get current token: 0.004763000179082155 +Info 5826 [10:36:34.488] getCompletionData: Is inside comment: 0.015892999712377787 +Info 5827 [10:36:34.489] getCompletionData: Get previous token: 0.020649000070989132 +Info 5828 [10:36:34.489] getCompletionsAtPosition: isCompletionListBlocker: 0.0022009997628629208 +Info 5829 [10:36:34.489] getCompletionData: Semantic work: 0.10488800005987287 +Info 5830 [10:36:34.489] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.035773000214248896 +Info 5831 [10:36:34.489] Format host information updated +Info 5832 [10:36:34.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5833 [10:36:34.562] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 8.480984000023454ms +Info 5834 [10:36:34.563] Different program with same set of files +Info 5835 [10:36:34.563] getCompletionData: Get current token: 0.0050490000285208225 +Info 5836 [10:36:34.563] getCompletionData: Is inside comment: 0.01524000009521842 +Info 5837 [10:36:34.563] getCompletionData: Get previous token: 0.021219999995082617 +Info 5838 [10:36:34.563] getCompletionsAtPosition: isCompletionListBlocker: 0.0026850001886487007 +Info 5839 [10:36:34.563] getCompletionData: Semantic work: 0.093406000174582 +Info 5840 [10:36:34.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03515700018033385 +Info 5841 [10:36:34.564] Format host information updated +Info 5842 [10:36:34.710] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5843 [10:36:34.735] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 25.584849999751896ms +Info 5844 [10:36:34.736] Different program with same set of files +Info 5845 [10:36:34.736] getCompletionData: Get current token: 0.01862000022083521 +Info 5846 [10:36:34.737] getCompletionData: Is inside comment: 0.06917300028726459 +Info 5847 [10:36:34.737] getCompletionData: Get previous token: 0.05902600008994341 +Info 5848 [10:36:34.737] getCompletionsAtPosition: isCompletionListBlocker: 0.007044999860227108 +Info 5849 [10:36:34.739] getExportInfoMap: cache hit +Info 5850 [10:36:34.765] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 5851 [10:36:34.765] collectAutoImports: response is complete +Info 5852 [10:36:34.765] collectAutoImports: 26.122393999714404 +Info 5853 [10:36:34.765] getCompletionData: Semantic work: 28.059187999926507 +Info 5854 [10:36:34.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8582629999145865 +Info 5855 [10:36:34.775] Format host information updated +Info 5856 [10:36:34.793] Format host information updated +Info 5857 [10:36:34.793] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5858 [10:36:34.802] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 8.991417999844998ms +Info 5859 [10:36:34.802] Different program with same set of files +Info 5860 [10:36:36.552] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5861 [10:36:36.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 7.963596999645233ms +Info 5862 [10:36:36.560] Different program with same set of files +Info 5863 [10:36:36.560] getCompletionData: Get current token: 0.004039000254124403 +Info 5864 [10:36:36.560] getCompletionData: Is inside comment: 0.016749999951571226 +Info 5865 [10:36:36.560] getCompletionData: Get previous token: 0.021807000041007996 +Info 5866 [10:36:36.560] getCompletionsAtPosition: isCompletionListBlocker: 0.002400000113993883 +Info 5867 [10:36:36.560] getExportInfoMap: cache hit +Info 5868 [10:36:36.563] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 20 from cache +Info 5869 [10:36:36.564] collectAutoImports: response is complete +Info 5870 [10:36:36.564] collectAutoImports: 3.060806999914348 +Info 5871 [10:36:36.564] getCompletionData: Semantic work: 3.628089999780059 +Info 5872 [10:36:36.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.492963000200689 +Info 5873 [10:36:36.569] Format host information updated +Info 5874 [10:36:36.768] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5875 [10:36:36.775] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 7.153173999860883ms +Info 5876 [10:36:36.775] Different program with same set of files +Info 5877 [10:36:36.775] getCompletionData: Get current token: 0.004693999886512756 +Info 5878 [10:36:36.775] getCompletionData: Is inside comment: 0.01846299972385168 +Info 5879 [10:36:36.775] getCompletionData: Get previous token: 0.024511999916285276 +Info 5880 [10:36:36.775] getCompletionsAtPosition: isCompletionListBlocker: 0.00215000007301569 +Info 5881 [10:36:36.776] getExportInfoMap: cache hit +Info 5882 [10:36:36.778] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 5883 [10:36:36.778] collectAutoImports: response is complete +Info 5884 [10:36:36.778] collectAutoImports: 2.148836000356823 +Info 5885 [10:36:36.778] getCompletionData: Semantic work: 2.6374099999666214 +Info 5886 [10:36:36.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.107158000115305 +Info 5887 [10:36:36.781] Format host information updated +Info 5888 [10:36:36.882] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5889 [10:36:36.889] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 7.28407400008291ms +Info 5890 [10:36:36.889] Different program with same set of files +Info 5891 [10:36:36.889] getCompletionData: Get current token: 0.005349999759346247 +Info 5892 [10:36:36.889] getCompletionData: Is inside comment: 0.019727000035345554 +Info 5893 [10:36:36.890] getCompletionData: Get previous token: 0.026360000018030405 +Info 5894 [10:36:36.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0028270003385841846 +Info 5895 [10:36:36.890] getExportInfoMap: cache hit +Info 5896 [10:36:36.894] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 5 from cache +Info 5897 [10:36:36.894] collectAutoImports: response is complete +Info 5898 [10:36:36.894] collectAutoImports: 4.295512999873608 +Info 5899 [10:36:36.894] getCompletionData: Semantic work: 4.830506000202149 +Info 5900 [10:36:36.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4416729998774827 +Info 5901 [10:36:36.898] Format host information updated +Info 5902 [10:36:36.977] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5903 [10:36:36.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 6.84727600030601ms +Info 5904 [10:36:36.984] Different program with same set of files +Info 5905 [10:36:36.984] getCompletionData: Get current token: 0.005096000153571367 +Info 5906 [10:36:36.984] getCompletionData: Is inside comment: 0.01937799993902445 +Info 5907 [10:36:36.984] getCompletionData: Get previous token: 0.025060999672859907 +Info 5908 [10:36:36.984] getCompletionsAtPosition: isCompletionListBlocker: 0.0027080001309514046 +Info 5909 [10:36:36.985] getExportInfoMap: cache hit +Info 5910 [10:36:36.986] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5911 [10:36:36.986] collectAutoImports: response is complete +Info 5912 [10:36:36.986] collectAutoImports: 1.6306719998829067 +Info 5913 [10:36:36.986] getCompletionData: Semantic work: 2.144501999951899 +Info 5914 [10:36:36.988] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.190429999958724 +Info 5915 [10:36:36.989] Format host information updated +Info 5916 [10:36:37.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5917 [10:36:37.273] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 10.184073000214994ms +Info 5918 [10:36:37.273] Different program with same set of files +Info 5919 [10:36:37.274] getCompletionData: Get current token: 0.006082999985665083 +Info 5920 [10:36:37.274] getCompletionData: Is inside comment: 0.02079600002616644 +Info 5921 [10:36:37.274] getCompletionData: Get previous token: 0.028055999893695116 +Info 5922 [10:36:37.274] getCompletionsAtPosition: isCompletionListBlocker: 0.002969999797642231 +Info 5923 [10:36:37.274] getExportInfoMap: cache hit +Info 5924 [10:36:37.277] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 5 from cache +Info 5925 [10:36:37.277] collectAutoImports: response is complete +Info 5926 [10:36:37.277] collectAutoImports: 2.664278999902308 +Info 5927 [10:36:37.277] getCompletionData: Semantic work: 3.3235679999925196 +Info 5928 [10:36:37.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6909880000166595 +Info 5929 [10:36:37.281] Format host information updated +Info 5930 [10:36:37.377] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5931 [10:36:37.387] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 10.233447999693453ms +Info 5932 [10:36:37.387] Different program with same set of files +Info 5933 [10:36:37.387] getCompletionData: Get current token: 0.007571999914944172 +Info 5934 [10:36:37.387] getCompletionData: Is inside comment: 0.02724599977955222 +Info 5935 [10:36:37.387] getCompletionData: Get previous token: 0.038032999727874994 +Info 5936 [10:36:37.387] getCompletionsAtPosition: isCompletionListBlocker: 0.0033550001680850983 +Info 5937 [10:36:37.388] getExportInfoMap: cache hit +Info 5938 [10:36:37.392] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 5939 [10:36:37.392] collectAutoImports: response is complete +Info 5940 [10:36:37.392] collectAutoImports: 3.489348000381142 +Info 5941 [10:36:37.392] getCompletionData: Semantic work: 4.214869000017643 +Info 5942 [10:36:37.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.455576999578625 +Info 5943 [10:36:37.396] Format host information updated +Info 5944 [10:36:37.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5945 [10:36:37.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 15.482160999905318ms +Info 5946 [10:36:37.465] Different program with same set of files +Info 5947 [10:36:37.466] getCompletionData: Get current token: 0.009853000286966562 +Info 5948 [10:36:37.466] getCompletionData: Is inside comment: 0.033119000028818846 +Info 5949 [10:36:37.466] getCompletionData: Get previous token: 0.0441880002617836 +Info 5950 [10:36:37.466] getCompletionsAtPosition: isCompletionListBlocker: 0.004151000175625086 +Info 5951 [10:36:37.467] getExportInfoMap: cache hit +Info 5952 [10:36:37.470] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 5953 [10:36:37.470] collectAutoImports: response is complete +Info 5954 [10:36:37.470] collectAutoImports: 3.5041800001636147 +Info 5955 [10:36:37.470] getCompletionData: Semantic work: 4.428508999757469 +Info 5956 [10:36:37.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.172062000259757 +Info 5957 [10:36:37.476] Format host information updated +Info 5958 [10:36:37.662] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5959 [10:36:37.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 6.58475900022313ms +Info 5960 [10:36:37.669] Different program with same set of files +Info 5961 [10:36:37.669] getCompletionData: Get current token: 0.004648999776691198 +Info 5962 [10:36:37.669] getCompletionData: Is inside comment: 0.01727099996060133 +Info 5963 [10:36:37.669] getCompletionData: Get previous token: 0.0224910001270473 +Info 5964 [10:36:37.669] getCompletionsAtPosition: isCompletionListBlocker: 0.002243999857455492 +Info 5965 [10:36:37.670] getExportInfoMap: cache hit +Info 5966 [10:36:37.671] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 5967 [10:36:37.671] collectAutoImports: response is complete +Info 5968 [10:36:37.671] collectAutoImports: 1.661993999965489 +Info 5969 [10:36:37.671] getCompletionData: Semantic work: 2.143537000287324 +Info 5970 [10:36:37.673] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8117069997824728 +Info 5971 [10:36:37.676] Format host information updated +Info 5972 [10:36:37.964] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5973 [10:36:37.971] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 6.753403999842703ms +Info 5974 [10:36:37.971] Different program with same set of files +Info 5975 [10:36:37.971] getCompletionData: Get current token: 0.004063000436872244 +Info 5976 [10:36:37.971] getCompletionData: Is inside comment: 0.015879999846220016 +Info 5977 [10:36:37.971] getCompletionData: Get previous token: 0.020022999960929155 +Info 5978 [10:36:37.971] getCompletionsAtPosition: isCompletionListBlocker: 0.001957000233232975 +Info 5979 [10:36:37.972] getExportInfoMap: cache hit +Info 5980 [10:36:37.973] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 5981 [10:36:37.973] collectAutoImports: response is complete +Info 5982 [10:36:37.973] collectAutoImports: 1.6689859996549785 +Info 5983 [10:36:37.973] getCompletionData: Semantic work: 2.1599980001337826 +Info 5984 [10:36:37.975] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.651476999744773 +Info 5985 [10:36:37.976] Format host information updated +Info 5986 [10:36:38.179] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5987 [10:36:38.186] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 6.778020000085235ms +Info 5988 [10:36:38.186] Different program with same set of files +Info 5989 [10:36:38.186] getCompletionData: Get current token: 0.0044929999858140945 +Info 5990 [10:36:38.186] getCompletionData: Is inside comment: 0.01659799972549081 +Info 5991 [10:36:38.186] getCompletionData: Get previous token: 0.022105999756604433 +Info 5992 [10:36:38.186] getCompletionsAtPosition: isCompletionListBlocker: 0.0023400001227855682 +Info 5993 [10:36:38.186] getExportInfoMap: cache hit +Info 5994 [10:36:38.188] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5995 [10:36:38.188] collectAutoImports: response is complete +Info 5996 [10:36:38.188] collectAutoImports: 1.563904999755323 +Info 5997 [10:36:38.188] getCompletionData: Semantic work: 1.9910599999129772 +Info 5998 [10:36:38.192] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.737641999963671 +Info 5999 [10:36:38.192] Format host information updated +Info 6000 [10:36:38.243] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6001 [10:36:38.252] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 9.234432000201195ms +Info 6002 [10:36:38.252] Different program with same set of files +Info 6003 [10:36:38.252] getCompletionData: Get current token: 0.004046000074595213 +Info 6004 [10:36:38.252] getCompletionData: Is inside comment: 0.014890000224113464 +Info 6005 [10:36:38.252] getCompletionData: Get previous token: 0.019733000081032515 +Info 6006 [10:36:38.252] getCompletionsAtPosition: isCompletionListBlocker: 0.002311000134795904 +Info 6007 [10:36:38.253] getExportInfoMap: cache hit +Info 6008 [10:36:38.254] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6009 [10:36:38.254] collectAutoImports: response is complete +Info 6010 [10:36:38.254] collectAutoImports: 1.4230909999459982 +Info 6011 [10:36:38.254] getCompletionData: Semantic work: 1.8216679999604821 +Info 6012 [10:36:38.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.560300000011921 +Info 6013 [10:36:38.257] Format host information updated +Info 6014 [10:36:38.434] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6015 [10:36:38.442] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 7.769408999942243ms +Info 6016 [10:36:38.442] Different program with same set of files +Info 6017 [10:36:38.442] getCompletionData: Get current token: 0.0048420000821352005 +Info 6018 [10:36:38.442] getCompletionData: Is inside comment: 0.01758500002324581 +Info 6019 [10:36:38.442] getCompletionData: Get previous token: 0.012190999928861856 +Info 6020 [10:36:38.442] getCompletionsAtPosition: isCompletionListBlocker: 0.002621999941766262 +Info 6021 [10:36:38.445] getExportInfoMap: cache hit +Info 6022 [10:36:38.455] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6023 [10:36:38.455] collectAutoImports: response is complete +Info 6024 [10:36:38.455] collectAutoImports: 9.967463000211865 +Info 6025 [10:36:38.455] getCompletionData: Semantic work: 13.099012999795377 +Info 6026 [10:36:38.459] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.615452999714762 +Info 6027 [10:36:38.461] Format host information updated +Info 6028 [10:36:38.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6029 [10:36:38.547] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 9.031785000115633ms +Info 6030 [10:36:38.547] Different program with same set of files +Info 6031 [10:36:38.547] getCompletionData: Get current token: 0.004367999732494354 +Info 6032 [10:36:38.547] getCompletionData: Is inside comment: 0.015281000174582005 +Info 6033 [10:36:38.547] getCompletionData: Get previous token: 0.01094500022009015 +Info 6034 [10:36:38.547] getCompletionsAtPosition: isCompletionListBlocker: 0.007965000346302986 +Info 6035 [10:36:38.548] getExportInfoMap: cache hit +Info 6036 [10:36:38.557] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6037 [10:36:38.557] collectAutoImports: response is complete +Info 6038 [10:36:38.557] collectAutoImports: 9.02508999966085 +Info 6039 [10:36:38.557] getCompletionData: Semantic work: 9.455612000077963 +Info 6040 [10:36:38.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.418009999673814 +Info 6041 [10:36:38.565] Format host information updated +Info 6042 [10:36:39.138] getCompletionData: Get current token: 0.004903000313788652 +Info 6043 [10:36:39.138] getCompletionData: Is inside comment: 0.050787999760359526 +Info 6044 [10:36:39.138] getCompletionData: Get previous token: 0.02490699989721179 +Info 6045 [10:36:39.138] getCompletionsAtPosition: isCompletionListBlocker: 0.0027970001101493835 +Info 6046 [10:36:39.139] getExportInfoMap: cache hit +Info 6047 [10:36:39.147] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6048 [10:36:39.147] collectAutoImports: response is complete +Info 6049 [10:36:39.147] collectAutoImports: 8.372815000358969 +Info 6050 [10:36:39.147] getCompletionData: Semantic work: 8.879046000074595 +Info 6051 [10:36:39.150] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3029899997636676 +Info 6052 [10:36:40.076] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6053 [10:36:40.083] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 6.894946000073105ms +Info 6054 [10:36:40.083] Different program with same set of files +Info 6055 [10:36:40.083] getCompletionData: Get current token: 0.0050479997880756855 +Info 6056 [10:36:40.083] getCompletionData: Is inside comment: 0.018994000274688005 +Info 6057 [10:36:40.083] getCompletionData: Get previous token: 0.013088999781757593 +Info 6058 [10:36:40.083] getCompletionsAtPosition: isCompletionListBlocker: 0.0017200000584125519 +Info 6059 [10:36:40.083] Returning an empty list because completion was requested in an invalid position. +Info 6060 [10:36:40.083] Format host information updated +Info 6061 [10:36:40.141] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6062 [10:36:40.147] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 6.5937100001610816ms +Info 6063 [10:36:40.148] Different program with same set of files +Info 6064 [10:36:40.148] getCompletionData: Get current token: 0.006328000221401453 +Info 6065 [10:36:40.148] getCompletionData: Is inside comment: 0.021933999843895435 +Info 6066 [10:36:40.148] getCompletionData: Get previous token: 0.015748000238090754 +Info 6067 [10:36:40.148] getCompletionsAtPosition: isCompletionListBlocker: 0.007994999643415213 +Info 6068 [10:36:40.148] getExportInfoMap: cache hit +Info 6069 [10:36:40.160] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6070 [10:36:40.160] collectAutoImports: response is complete +Info 6071 [10:36:40.160] collectAutoImports: 11.774032999761403 +Info 6072 [10:36:40.160] getCompletionData: Semantic work: 12.222420000005513 +Info 6073 [10:36:40.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.052389000076801 +Info 6074 [10:36:40.167] Format host information updated +Info 6075 [10:36:40.203] Format host information updated +Info 6076 [10:36:40.204] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6077 [10:36:40.214] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 10.164603000041097ms +Info 6078 [10:36:40.214] Different program with same set of files +Info 6079 [10:36:40.350] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6080 [10:36:40.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 6.498959000222385ms +Info 6081 [10:36:40.356] Different program with same set of files +Info 6082 [10:36:40.357] getCompletionData: Get current token: 0.005822000093758106 +Info 6083 [10:36:40.357] getCompletionData: Is inside comment: 0.02025899989530444 +Info 6084 [10:36:40.357] getCompletionData: Get previous token: 0.014773000031709671 +Info 6085 [10:36:40.357] getCompletionsAtPosition: isCompletionListBlocker: 0.008016999810934067 +Info 6086 [10:36:40.357] getExportInfoMap: cache hit +Info 6087 [10:36:40.367] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6088 [10:36:40.367] collectAutoImports: response is complete +Info 6089 [10:36:40.367] collectAutoImports: 9.528525000438094 +Info 6090 [10:36:40.367] getCompletionData: Semantic work: 9.967153999954462 +Info 6091 [10:36:40.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.487367999739945 +Info 6092 [10:36:40.373] Format host information updated +Info 6093 [10:36:40.512] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6094 [10:36:40.518] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 6.680714999791235ms +Info 6095 [10:36:40.518] Different program with same set of files +Info 6096 [10:36:40.519] getCompletionData: Get current token: 0.006056000012904406 +Info 6097 [10:36:40.519] getCompletionData: Is inside comment: 0.021591000258922577 +Info 6098 [10:36:40.519] getCompletionData: Get previous token: 0.016882999800145626 +Info 6099 [10:36:40.519] getCompletionsAtPosition: isCompletionListBlocker: 0.006864000111818314 +Info 6100 [10:36:40.519] getExportInfoMap: cache hit +Info 6101 [10:36:40.529] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6102 [10:36:40.529] collectAutoImports: response is complete +Info 6103 [10:36:40.529] collectAutoImports: 10.120438999962062 +Info 6104 [10:36:40.529] getCompletionData: Semantic work: 10.567034000065178 +Info 6105 [10:36:40.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.131738000083715 +Info 6106 [10:36:40.537] Format host information updated +Info 6107 [10:36:40.574] Format host information updated +Info 6108 [10:36:40.575] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6109 [10:36:40.585] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 10.257869999855757ms +Info 6110 [10:36:40.585] Different program with same set of files +Info 6111 [10:36:40.976] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6112 [10:36:40.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 7.141486000269651ms +Info 6113 [10:36:40.984] Different program with same set of files +Info 6114 [10:36:40.984] getCompletionData: Get current token: 0.010008999612182379 +Info 6115 [10:36:40.984] getCompletionData: Is inside comment: 0.033258999697864056 +Info 6116 [10:36:40.984] getCompletionData: Get previous token: 0.045937000308185816 +Info 6117 [10:36:40.984] getCompletionsAtPosition: isCompletionListBlocker: 0.011202000081539154 +Info 6118 [10:36:40.985] getExportInfoMap: cache hit +Info 6119 [10:36:40.989] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 2 from cache +Info 6120 [10:36:40.989] collectAutoImports: response is complete +Info 6121 [10:36:40.989] collectAutoImports: 3.941190999932587 +Info 6122 [10:36:40.989] getCompletionData: Semantic work: 4.630877000279725 +Info 6123 [10:36:40.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.084474000148475 +Info 6124 [10:36:40.993] Format host information updated +Info 6125 [10:36:41.097] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6126 [10:36:41.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 6.798516999930143ms +Info 6127 [10:36:41.104] Different program with same set of files +Info 6128 [10:36:41.104] getCompletionData: Get current token: 0.0068619996309280396 +Info 6129 [10:36:41.105] getCompletionData: Is inside comment: 0.020727000199258327 +Info 6130 [10:36:41.105] getCompletionData: Get previous token: 0.025913999881595373 +Info 6131 [10:36:41.105] getCompletionsAtPosition: isCompletionListBlocker: 0.008112000301480293 +Info 6132 [10:36:41.105] getExportInfoMap: cache hit +Info 6133 [10:36:41.107] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 6134 [10:36:41.107] collectAutoImports: response is complete +Info 6135 [10:36:41.107] collectAutoImports: 2.0076560000889003 +Info 6136 [10:36:41.107] getCompletionData: Semantic work: 2.4899010001681745 +Info 6137 [10:36:41.109] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0772110000252724 +Info 6138 [10:36:41.110] Format host information updated +Info 6139 [10:36:41.188] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6140 [10:36:41.195] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 6.973182999994606ms +Info 6141 [10:36:41.195] Different program with same set of files +Info 6142 [10:36:41.195] getCompletionData: Get current token: 0.005226000212132931 +Info 6143 [10:36:41.195] getCompletionData: Is inside comment: 0.017021000385284424 +Info 6144 [10:36:41.195] getCompletionData: Get previous token: 0.02270000008866191 +Info 6145 [10:36:41.195] getCompletionsAtPosition: isCompletionListBlocker: 0.007741999812424183 +Info 6146 [10:36:41.195] getExportInfoMap: cache hit +Info 6147 [10:36:41.208] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6148 [10:36:41.208] collectAutoImports: response is complete +Info 6149 [10:36:41.208] collectAutoImports: 12.146694999653846 +Info 6150 [10:36:41.208] getCompletionData: Semantic work: 12.57760399999097 +Info 6151 [10:36:41.212] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1208069999702275 +Info 6152 [10:36:41.215] Format host information updated +Info 6153 [10:36:41.792] getCompletionData: Get current token: 0.003691000398248434 +Info 6154 [10:36:41.792] getCompletionData: Is inside comment: 0.031833000015467405 +Info 6155 [10:36:41.792] getCompletionData: Get previous token: 0.007590000052005053 +Info 6156 [10:36:41.792] getCompletionsAtPosition: isCompletionListBlocker: 0.026966999750584364 +Info 6157 [10:36:41.792] getExportInfoMap: cache hit +Info 6158 [10:36:41.801] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6159 [10:36:41.801] collectAutoImports: response is complete +Info 6160 [10:36:41.801] collectAutoImports: 8.51426099985838 +Info 6161 [10:36:41.801] getCompletionData: Semantic work: 9.04087800020352 +Info 6162 [10:36:41.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9479840002022684 +Info 6163 [10:36:42.255] getCompletionData: Get current token: 0.004608000162988901 +Info 6164 [10:36:42.255] getCompletionData: Is inside comment: 0.014261999633163214 +Info 6165 [10:36:42.255] getCompletionData: Get previous token: 0.009953999891877174 +Info 6166 [10:36:42.255] getCompletionsAtPosition: isCompletionListBlocker: 0.008547000121325254 +Info 6167 [10:36:42.255] getExportInfoMap: cache hit +Info 6168 [10:36:42.262] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6169 [10:36:42.262] collectAutoImports: response is complete +Info 6170 [10:36:42.262] collectAutoImports: 6.7727239998057485 +Info 6171 [10:36:42.262] getCompletionData: Semantic work: 7.252182999625802 +Info 6172 [10:36:42.265] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.920562000013888 +Info 6173 [10:36:42.474] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6174 [10:36:42.483] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 8.796399000100791ms +Info 6175 [10:36:42.483] Different program with same set of files +Info 6176 [10:36:42.483] getCompletionData: Get current token: 0.006775999907404184 +Info 6177 [10:36:42.483] getCompletionData: Is inside comment: 0.02307800017297268 +Info 6178 [10:36:42.483] getCompletionData: Get previous token: 0.016386999748647213 +Info 6179 [10:36:42.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0037320000119507313 +Info 6180 [10:36:42.484] getExportInfoMap: cache hit +Info 6181 [10:36:42.496] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6182 [10:36:42.496] collectAutoImports: response is complete +Info 6183 [10:36:42.496] collectAutoImports: 12.241721999831498 +Info 6184 [10:36:42.496] getCompletionData: Semantic work: 13.103289999999106 +Info 6185 [10:36:42.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3540320000611246 +Info 6186 [10:36:42.502] Format host information updated +Info 6187 [10:36:42.533] Format host information updated +Info 6188 [10:36:42.533] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6189 [10:36:42.540] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 7.310173999983817ms +Info 6190 [10:36:42.540] Different program with same set of files +Info 6191 [10:36:43.381] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6192 [10:36:43.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 6.821599000133574ms +Info 6193 [10:36:43.388] Different program with same set of files +Info 6194 [10:36:43.388] getCompletionData: Get current token: 0.0037850001826882362 +Info 6195 [10:36:43.388] getCompletionData: Is inside comment: 0.013009000103920698 +Info 6196 [10:36:43.388] getCompletionData: Get previous token: 0.015670000109821558 +Info 6197 [10:36:43.388] getCompletionsAtPosition: isCompletionListBlocker: 0.0030249999836087227 +Info 6198 [10:36:43.388] getCompletionData: Semantic work: 0.08093900000676513 +Info 6199 [10:36:43.388] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03542599966749549 +Info 6200 [10:36:43.388] Format host information updated +Info 6201 [10:36:43.452] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6202 [10:36:43.461] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 8.112633000127971ms +Info 6203 [10:36:43.461] Different program with same set of files +Info 6204 [10:36:43.461] getCompletionData: Get current token: 0.006821999792009592 +Info 6205 [10:36:43.461] getCompletionData: Is inside comment: 0.022578000091016293 +Info 6206 [10:36:43.461] getCompletionData: Get previous token: 0.028187000192701817 +Info 6207 [10:36:43.461] getCompletionsAtPosition: isCompletionListBlocker: 0.0045779999345541 +Info 6208 [10:36:43.461] getCompletionData: Semantic work: 0.12169199995696545 +Info 6209 [10:36:43.461] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05036000022664666 +Info 6210 [10:36:43.462] Format host information updated +Info 6211 [10:36:44.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6212 [10:36:44.131] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 8.395665999967605ms +Info 6213 [10:36:44.131] Different program with same set of files +Info 6214 [10:36:44.131] getCompletionData: Get current token: 0.004149000160396099 +Info 6215 [10:36:44.131] getCompletionData: Is inside comment: 0.012519000098109245 +Info 6216 [10:36:44.131] getCompletionData: Get previous token: 0.01546799996867776 +Info 6217 [10:36:44.131] getCompletionsAtPosition: isCompletionListBlocker: 0.003357000183314085 +Info 6218 [10:36:44.132] getCompletionData: Semantic work: 0.0946680000051856 +Info 6219 [10:36:44.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.063637999817729 +Info 6220 [10:36:44.132] Format host information updated +Info 6221 [10:36:44.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6222 [10:36:44.272] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 8.305509000085294ms +Info 6223 [10:36:44.272] Different program with same set of files +Info 6224 [10:36:44.272] getCompletionData: Get current token: 0.005635999608784914 +Info 6225 [10:36:44.272] getCompletionData: Is inside comment: 0.017312000039964914 +Info 6226 [10:36:44.272] getCompletionData: Get previous token: 0.020843999926000834 +Info 6227 [10:36:44.272] getCompletionsAtPosition: isCompletionListBlocker: 0.003977000247687101 +Info 6228 [10:36:44.272] getCompletionData: Semantic work: 0.09448800003156066 +Info 6229 [10:36:44.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.039991999976336956 +Info 6230 [10:36:44.272] Format host information updated +Info 6231 [10:36:44.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6232 [10:36:44.349] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 6.857075000181794ms +Info 6233 [10:36:44.349] Different program with same set of files +Info 6234 [10:36:44.349] getCompletionData: Get current token: 0.00467800023034215 +Info 6235 [10:36:44.349] getCompletionData: Is inside comment: 0.014549999963492155 +Info 6236 [10:36:44.350] getCompletionData: Get previous token: 0.01782599976286292 +Info 6237 [10:36:44.350] getCompletionsAtPosition: isCompletionListBlocker: 0.0033649997785687447 +Info 6238 [10:36:44.350] getCompletionData: Semantic work: 0.07915599970147014 +Info 6239 [10:36:44.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03281900007277727 +Info 6240 [10:36:44.354] Format host information updated +Info 6241 [10:36:44.480] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6242 [10:36:44.490] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 9.71138700004667ms +Info 6243 [10:36:44.490] Different program with same set of files +Info 6244 [10:36:44.490] getCompletionData: Get current token: 0.006171000190079212 +Info 6245 [10:36:44.490] getCompletionData: Is inside comment: 0.02380800014361739 +Info 6246 [10:36:44.491] getCompletionData: Get previous token: 0.031618999782949686 +Info 6247 [10:36:44.491] getCompletionsAtPosition: isCompletionListBlocker: 0.004802000243216753 +Info 6248 [10:36:44.491] getCompletionData: Semantic work: 0.1271000001579523 +Info 6249 [10:36:44.491] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06417099991813302 +Info 6250 [10:36:44.491] Format host information updated +Info 6251 [10:36:44.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6252 [10:36:44.586] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 7.4831819999963045ms +Info 6253 [10:36:44.586] Different program with same set of files +Info 6254 [10:36:44.586] getCompletionData: Get current token: 0.005561999976634979 +Info 6255 [10:36:44.586] getCompletionData: Is inside comment: 0.0205980003811419 +Info 6256 [10:36:44.586] getCompletionData: Get previous token: 0.02805399987846613 +Info 6257 [10:36:44.587] getCompletionsAtPosition: isCompletionListBlocker: 0.003975000232458115 +Info 6258 [10:36:44.587] getCompletionData: Semantic work: 0.08886100025847554 +Info 6259 [10:36:44.587] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04089200031012297 +Info 6260 [10:36:44.587] Format host information updated +Info 6261 [10:36:44.731] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6262 [10:36:44.755] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 23.98588400008157ms +Info 6263 [10:36:44.755] Different program with same set of files +Info 6264 [10:36:44.755] getCompletionData: Get current token: 0.013603999745100737 +Info 6265 [10:36:44.755] getCompletionData: Is inside comment: 0.05338199995458126 +Info 6266 [10:36:44.756] getCompletionData: Get previous token: 0.08015199983492494 +Info 6267 [10:36:44.756] getCompletionsAtPosition: isCompletionListBlocker: 0.007073999848216772 +Info 6268 [10:36:44.756] getCompletionData: Semantic work: 0.17248900001868606 +Info 6269 [10:36:44.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07763799978420138 +Info 6270 [10:36:44.760] Format host information updated +Info 6271 [10:36:44.798] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6272 [10:36:44.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 11.584509999956936ms +Info 6273 [10:36:44.809] Different program with same set of files +Info 6274 [10:36:44.810] getCompletionData: Get current token: 0.009112999774515629 +Info 6275 [10:36:44.810] getCompletionData: Is inside comment: 0.03302999958395958 +Info 6276 [10:36:44.810] getCompletionData: Get previous token: 0.0422260002233088 +Info 6277 [10:36:44.810] getCompletionsAtPosition: isCompletionListBlocker: 0.005293000023812056 +Info 6278 [10:36:44.810] getCompletionData: Semantic work: 0.16417199978604913 +Info 6279 [10:36:44.810] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06074999971315265 +Info 6280 [10:36:44.811] Format host information updated +Info 6281 [10:36:45.040] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6282 [10:36:45.047] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 7.077012000139803ms +Info 6283 [10:36:45.047] Different program with same set of files +Info 6284 [10:36:45.047] getCompletionData: Get current token: 0.005140000022947788 +Info 6285 [10:36:45.047] getCompletionData: Is inside comment: 0.020444000139832497 +Info 6286 [10:36:45.047] getCompletionData: Get previous token: 0.014216000214219093 +Info 6287 [10:36:45.047] getCompletionsAtPosition: isCompletionListBlocker: 0.002866999711841345 +Info 6288 [10:36:45.048] getExportInfoMap: cache hit +Info 6289 [10:36:45.066] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6290 [10:36:45.066] collectAutoImports: response is complete +Info 6291 [10:36:45.066] collectAutoImports: 18.384697999805212 +Info 6292 [10:36:45.066] getCompletionData: Semantic work: 19.007263999897987 +Info 6293 [10:36:45.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.631996000185609 +Info 6294 [10:36:45.074] Format host information updated +Info 6295 [10:36:45.132] Format host information updated +Info 6296 [10:36:45.133] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6297 [10:36:45.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 12.661663999781013ms +Info 6298 [10:36:45.145] Different program with same set of files +Info 6299 [10:36:45.374] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6300 [10:36:45.383] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 9.119897000025958ms +Info 6301 [10:36:45.383] Different program with same set of files +Info 6302 [10:36:45.384] getCompletionData: Get current token: 0.0070489998906850815 +Info 6303 [10:36:45.384] getCompletionData: Is inside comment: 0.02550600003451109 +Info 6304 [10:36:45.384] getCompletionData: Get previous token: 0.033214000053703785 +Info 6305 [10:36:45.384] getCompletionsAtPosition: isCompletionListBlocker: 0.0032999999821186066 +Info 6306 [10:36:45.385] getExportInfoMap: cache hit +Info 6307 [10:36:45.387] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 20 from cache +Info 6308 [10:36:45.387] collectAutoImports: response is complete +Info 6309 [10:36:45.387] collectAutoImports: 2.5753239998593926 +Info 6310 [10:36:45.387] getCompletionData: Semantic work: 3.363444000016898 +Info 6311 [10:36:45.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.040056999772787 +Info 6312 [10:36:45.390] Format host information updated +Info 6313 [10:36:45.575] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6314 [10:36:45.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 7.568235999904573ms +Info 6315 [10:36:45.583] Different program with same set of files +Info 6316 [10:36:45.583] getCompletionData: Get current token: 0.004257999826222658 +Info 6317 [10:36:45.583] getCompletionData: Is inside comment: 0.015538999810814857 +Info 6318 [10:36:45.583] getCompletionData: Get previous token: 0.020264000166207552 +Info 6319 [10:36:45.583] getCompletionsAtPosition: isCompletionListBlocker: 0.002111000008881092 +Info 6320 [10:36:45.583] getExportInfoMap: cache hit +Info 6321 [10:36:45.586] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 6322 [10:36:45.586] collectAutoImports: response is complete +Info 6323 [10:36:45.586] collectAutoImports: 2.5856889998540282 +Info 6324 [10:36:45.586] getCompletionData: Semantic work: 3.1357889999635518 +Info 6325 [10:36:45.590] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.593071000184864 +Info 6326 [10:36:45.591] Format host information updated +Info 6327 [10:36:45.649] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6328 [10:36:45.659] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 10.30379300005734ms +Info 6329 [10:36:45.659] Different program with same set of files +Info 6330 [10:36:45.659] getCompletionData: Get current token: 0.008824999909847975 +Info 6331 [10:36:45.659] getCompletionData: Is inside comment: 0.03170299995690584 +Info 6332 [10:36:45.659] getCompletionData: Get previous token: 0.04166699992492795 +Info 6333 [10:36:45.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0036039999686181545 +Info 6334 [10:36:45.660] getExportInfoMap: cache hit +Info 6335 [10:36:45.664] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 6336 [10:36:45.664] collectAutoImports: response is complete +Info 6337 [10:36:45.664] collectAutoImports: 3.3460110002197325 +Info 6338 [10:36:45.664] getCompletionData: Semantic work: 4.220507999882102 +Info 6339 [10:36:45.667] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3477719998918474 +Info 6340 [10:36:45.669] Format host information updated +Info 6341 [10:36:45.765] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6342 [10:36:45.794] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 29.1341989999637ms +Info 6343 [10:36:45.794] Different program with same set of files +Info 6344 [10:36:45.794] getCompletionData: Get current token: 0.011452000122517347 +Info 6345 [10:36:45.794] getCompletionData: Is inside comment: 0.03780999965965748 +Info 6346 [10:36:45.794] getCompletionData: Get previous token: 0.050288999918848276 +Info 6347 [10:36:45.794] getCompletionsAtPosition: isCompletionListBlocker: 0.004712999798357487 +Info 6348 [10:36:45.795] getExportInfoMap: cache hit +Info 6349 [10:36:45.799] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6350 [10:36:45.799] collectAutoImports: response is complete +Info 6351 [10:36:45.799] collectAutoImports: 3.4117499999701977 +Info 6352 [10:36:45.799] getCompletionData: Semantic work: 4.5666040000505745 +Info 6353 [10:36:45.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3616849998943508 +Info 6354 [10:36:45.804] Format host information updated +Info 6355 [10:36:45.838] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6356 [10:36:45.846] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 8.544249000027776ms +Info 6357 [10:36:45.846] Different program with same set of files +Info 6358 [10:36:45.847] getCompletionData: Get current token: 0.006571999751031399 +Info 6359 [10:36:45.847] getCompletionData: Is inside comment: 0.022656999994069338 +Info 6360 [10:36:45.847] getCompletionData: Get previous token: 0.029770000372081995 +Info 6361 [10:36:45.847] getCompletionsAtPosition: isCompletionListBlocker: 0.0028340001590549946 +Info 6362 [10:36:45.847] getExportInfoMap: cache hit +Info 6363 [10:36:45.849] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6364 [10:36:45.849] collectAutoImports: response is complete +Info 6365 [10:36:45.849] collectAutoImports: 2.0857790000736713 +Info 6366 [10:36:45.849] getCompletionData: Semantic work: 2.740086999721825 +Info 6367 [10:36:45.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4134790003299713 +Info 6368 [10:36:45.853] Format host information updated +Info 6369 [10:36:46.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6370 [10:36:46.069] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 27.962066000327468ms +Info 6371 [10:36:46.069] Different program with same set of files +Info 6372 [10:36:46.070] getCompletionData: Get current token: 0.013383000157773495 +Info 6373 [10:36:46.070] getCompletionData: Is inside comment: 0.040218000300228596 +Info 6374 [10:36:46.070] getCompletionData: Get previous token: 0.029192999936640263 +Info 6375 [10:36:46.070] getCompletionsAtPosition: isCompletionListBlocker: 0.003606999758630991 +Info 6376 [10:36:46.070] Returning an empty list because completion was requested in an invalid position. +Info 6377 [10:36:46.071] Format host information updated +Info 6378 [10:36:46.111] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6379 [10:36:46.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 13.331048999913037ms +Info 6380 [10:36:46.124] Different program with same set of files +Info 6381 [10:36:46.125] getCompletionData: Get current token: 0.012451000045984983 +Info 6382 [10:36:46.125] getCompletionData: Is inside comment: 0.039765000343322754 +Info 6383 [10:36:46.125] getCompletionData: Get previous token: 0.027053999714553356 +Info 6384 [10:36:46.125] getCompletionsAtPosition: isCompletionListBlocker: 0.015771999955177307 +Info 6385 [10:36:46.126] getExportInfoMap: cache hit +Info 6386 [10:36:46.141] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6387 [10:36:46.141] collectAutoImports: response is complete +Info 6388 [10:36:46.141] collectAutoImports: 15.082723000086844 +Info 6389 [10:36:46.141] getCompletionData: Semantic work: 16.12253599986434 +Info 6390 [10:36:46.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.035755999851972 +Info 6391 [10:36:46.150] Format host information updated +Info 6392 [10:36:47.125] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6393 [10:36:47.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 16.639371000230312ms +Info 6394 [10:36:47.142] Different program with same set of files +Info 6395 [10:36:47.143] getCompletionData: Get current token: 0.013135000132024288 +Info 6396 [10:36:47.143] getCompletionData: Is inside comment: 0.04850099980831146 +Info 6397 [10:36:47.143] getCompletionData: Get previous token: 0.06265999982133508 +Info 6398 [10:36:47.143] getCompletionsAtPosition: isCompletionListBlocker: 0.005373999942094088 +Info 6399 [10:36:47.144] getExportInfoMap: cache hit +Info 6400 [10:36:47.149] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6401 [10:36:47.149] collectAutoImports: response is complete +Info 6402 [10:36:47.149] collectAutoImports: 4.325212999712676 +Info 6403 [10:36:47.149] getCompletionData: Semantic work: 5.642991000320762 +Info 6404 [10:36:47.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.725968000013381 +Info 6405 [10:36:47.155] Format host information updated +Info 6406 [10:36:47.352] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6407 [10:36:47.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 7.906426999717951ms +Info 6408 [10:36:47.360] Different program with same set of files +Info 6409 [10:36:47.360] getCompletionData: Get current token: 0.00445100013166666 +Info 6410 [10:36:47.360] getCompletionData: Is inside comment: 0.015248999930918217 +Info 6411 [10:36:47.360] getCompletionData: Get previous token: 0.010451999958604574 +Info 6412 [10:36:47.360] getCompletionsAtPosition: isCompletionListBlocker: 0.007277000229805708 +Info 6413 [10:36:47.361] getExportInfoMap: cache hit +Info 6414 [10:36:47.369] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6415 [10:36:47.369] collectAutoImports: response is complete +Info 6416 [10:36:47.369] collectAutoImports: 8.73392799962312 +Info 6417 [10:36:47.369] getCompletionData: Semantic work: 9.3022680003196 +Info 6418 [10:36:47.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3471269998699427 +Info 6419 [10:36:47.375] Format host information updated +Info 6420 [10:36:47.663] getCompletionData: Get current token: 0.004612999968230724 +Info 6421 [10:36:47.663] getCompletionData: Is inside comment: 0.014447000343352556 +Info 6422 [10:36:47.663] getCompletionData: Get previous token: 0.01031599985435605 +Info 6423 [10:36:47.663] getCompletionsAtPosition: isCompletionListBlocker: 0.002935000229626894 +Info 6424 [10:36:47.664] getExportInfoMap: cache hit +Info 6425 [10:36:47.672] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6426 [10:36:47.672] collectAutoImports: response is complete +Info 6427 [10:36:47.672] collectAutoImports: 8.10547999991104 +Info 6428 [10:36:47.672] getCompletionData: Semantic work: 8.923105999827385 +Info 6429 [10:36:47.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0660870000720024 +Info 6430 [10:36:47.898] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6431 [10:36:47.904] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 6.255619999952614ms +Info 6432 [10:36:47.904] Different program with same set of files +Info 6433 [10:36:47.904] getCompletionData: Get current token: 0.00447099981829524 +Info 6434 [10:36:47.904] getCompletionData: Is inside comment: 0.0147299999371171 +Info 6435 [10:36:47.904] getCompletionData: Get previous token: 0.010506999678909779 +Info 6436 [10:36:47.904] getCompletionsAtPosition: isCompletionListBlocker: 0.0015320000238716602 +Info 6437 [10:36:47.904] Returning an empty list because completion was requested in an invalid position. +Info 6438 [10:36:47.940] Format host information updated +Info 6439 [10:36:47.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6440 [10:36:48.007] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 7.786086999811232ms +Info 6441 [10:36:48.007] Different program with same set of files +Info 6442 [10:36:48.007] getCompletionData: Get current token: 0.008857000153511763 +Info 6443 [10:36:48.007] getCompletionData: Is inside comment: 0.025049000047147274 +Info 6444 [10:36:48.007] getCompletionData: Get previous token: 0.01797599997371435 +Info 6445 [10:36:48.007] getCompletionsAtPosition: isCompletionListBlocker: 0.009202999994158745 +Info 6446 [10:36:48.008] getExportInfoMap: cache hit +Info 6447 [10:36:48.021] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6448 [10:36:48.021] collectAutoImports: response is complete +Info 6449 [10:36:48.021] collectAutoImports: 12.961754000280052 +Info 6450 [10:36:48.021] getCompletionData: Semantic work: 13.524280000012368 +Info 6451 [10:36:48.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.383522999938577 +Info 6452 [10:36:48.028] Format host information updated +Info 6453 [10:36:48.251] getCompletionData: Get current token: 0.004937999881803989 +Info 6454 [10:36:48.251] getCompletionData: Is inside comment: 0.0156569997780025 +Info 6455 [10:36:48.251] getCompletionData: Get previous token: 0.011380000039935112 +Info 6456 [10:36:48.251] getCompletionsAtPosition: isCompletionListBlocker: 0.002094999887049198 +Info 6457 [10:36:48.251] Returning an empty list because completion was requested in an invalid position. +Info 6458 [10:36:48.902] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6459 [10:36:48.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 8.52717800019309ms +Info 6460 [10:36:48.911] Different program with same set of files +Info 6461 [10:36:48.911] getCompletionData: Get current token: 0.00471699982881546 +Info 6462 [10:36:48.911] getCompletionData: Is inside comment: 0.01779300021007657 +Info 6463 [10:36:48.911] getCompletionData: Get previous token: 0.04303500009700656 +Info 6464 [10:36:48.911] getCompletionsAtPosition: isCompletionListBlocker: 0.003132999874651432 +Info 6465 [10:36:48.912] getExportInfoMap: cache hit +Info 6466 [10:36:48.915] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 6467 [10:36:48.915] collectAutoImports: response is complete +Info 6468 [10:36:48.915] collectAutoImports: 3.546978000085801 +Info 6469 [10:36:48.915] getCompletionData: Semantic work: 4.032653999980539 +Info 6470 [10:36:48.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.734569000080228 +Info 6471 [10:36:48.919] Format host information updated +Info 6472 [10:36:49.109] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6473 [10:36:49.116] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 7.44242800027132ms +Info 6474 [10:36:49.116] Different program with same set of files +Info 6475 [10:36:49.116] getCompletionData: Get current token: 0.0052109998650848866 +Info 6476 [10:36:49.116] getCompletionData: Is inside comment: 0.018401999957859516 +Info 6477 [10:36:49.116] getCompletionData: Get previous token: 0.013300000224262476 +Info 6478 [10:36:49.116] getCompletionsAtPosition: isCompletionListBlocker: 0.002065999899059534 +Info 6479 [10:36:49.117] getExportInfoMap: cache hit +Info 6480 [10:36:49.128] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6481 [10:36:49.128] collectAutoImports: response is complete +Info 6482 [10:36:49.128] collectAutoImports: 11.21806799992919 +Info 6483 [10:36:49.128] getCompletionData: Semantic work: 11.673977000173181 +Info 6484 [10:36:49.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.840229000430554 +Info 6485 [10:36:49.135] Format host information updated +Info 6486 [10:36:49.239] Format host information updated +Info 6487 [10:36:49.239] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6488 [10:36:49.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 6.848608999978751ms +Info 6489 [10:36:49.246] Different program with same set of files +Info 6490 [10:36:49.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6491 [10:36:49.375] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 24.082669000141323ms +Info 6492 [10:36:49.375] Different program with same set of files +Info 6493 [10:36:49.375] getCompletionData: Get current token: 0.016469999682158232 +Info 6494 [10:36:49.376] getCompletionData: Is inside comment: 0.06174499960616231 +Info 6495 [10:36:49.376] getCompletionData: Get previous token: 0.08633099962025881 +Info 6496 [10:36:49.376] getCompletionsAtPosition: isCompletionListBlocker: 0.0053449999541044235 +Info 6497 [10:36:49.377] getExportInfoMap: cache hit +Info 6498 [10:36:49.388] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 6499 [10:36:49.388] collectAutoImports: response is complete +Info 6500 [10:36:49.388] collectAutoImports: 10.912368000019342 +Info 6501 [10:36:49.388] getCompletionData: Semantic work: 12.148479000199586 +Info 6502 [10:36:49.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5741090001538396 +Info 6503 [10:36:49.393] Format host information updated +Info 6504 [10:36:49.426] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6505 [10:36:49.434] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 7.548540000338107ms +Info 6506 [10:36:49.434] Different program with same set of files +Info 6507 [10:36:49.434] getCompletionData: Get current token: 0.006921000313013792 +Info 6508 [10:36:49.434] getCompletionData: Is inside comment: 0.02340500010177493 +Info 6509 [10:36:49.434] getCompletionData: Get previous token: 0.03291300032287836 +Info 6510 [10:36:49.434] getCompletionsAtPosition: isCompletionListBlocker: 0.002823000308126211 +Info 6511 [10:36:49.435] getExportInfoMap: cache hit +Info 6512 [10:36:49.439] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 6513 [10:36:49.439] collectAutoImports: response is complete +Info 6514 [10:36:49.439] collectAutoImports: 4.0758890002034605 +Info 6515 [10:36:49.439] getCompletionData: Semantic work: 4.577808000147343 +Info 6516 [10:36:49.441] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4880470000207424 +Info 6517 [10:36:49.444] Format host information updated +Info 6518 [10:36:49.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6519 [10:36:49.584] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 24.81258699996397ms +Info 6520 [10:36:49.584] Different program with same set of files +Info 6521 [10:36:49.585] getCompletionData: Get current token: 0.028880999889224768 +Info 6522 [10:36:49.585] getCompletionData: Is inside comment: 0.0971830002963543 +Info 6523 [10:36:49.585] getCompletionData: Get previous token: 0.11448800005018711 +Info 6524 [10:36:49.585] getCompletionsAtPosition: isCompletionListBlocker: 0.0056409998796880245 +Info 6525 [10:36:49.586] getExportInfoMap: cache hit +Info 6526 [10:36:49.593] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 6 from cache +Info 6527 [10:36:49.593] collectAutoImports: response is complete +Info 6528 [10:36:49.593] collectAutoImports: 6.001273000147194 +Info 6529 [10:36:49.593] getCompletionData: Semantic work: 7.206294999923557 +Info 6530 [10:36:49.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6614949996583164 +Info 6531 [10:36:49.598] Format host information updated +Info 6532 [10:36:49.722] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6533 [10:36:49.748] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 25.87661899998784ms +Info 6534 [10:36:49.748] Different program with same set of files +Info 6535 [10:36:49.748] getCompletionData: Get current token: 0.01659699995070696 +Info 6536 [10:36:49.748] getCompletionData: Is inside comment: 0.06138800038024783 +Info 6537 [10:36:49.748] getCompletionData: Get previous token: 0.08711099997162819 +Info 6538 [10:36:49.749] getCompletionsAtPosition: isCompletionListBlocker: 0.0059180003590881824 +Info 6539 [10:36:49.750] getExportInfoMap: cache hit +Info 6540 [10:36:49.754] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6541 [10:36:49.754] collectAutoImports: response is complete +Info 6542 [10:36:49.754] collectAutoImports: 4.352682000026107 +Info 6543 [10:36:49.754] getCompletionData: Semantic work: 5.614776999689639 +Info 6544 [10:36:49.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.507170999888331 +Info 6545 [10:36:49.762] Format host information updated +Info 6546 [10:36:49.783] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6547 [10:36:49.791] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 7.804812999907881ms +Info 6548 [10:36:49.791] Different program with same set of files +Info 6549 [10:36:49.791] getCompletionData: Get current token: 0.006874000187963247 +Info 6550 [10:36:49.791] getCompletionData: Is inside comment: 0.023945999797433615 +Info 6551 [10:36:49.791] getCompletionData: Get previous token: 0.034835999831557274 +Info 6552 [10:36:49.791] getCompletionsAtPosition: isCompletionListBlocker: 0.002463999669998884 +Info 6553 [10:36:49.792] getExportInfoMap: cache hit +Info 6554 [10:36:49.794] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6555 [10:36:49.794] collectAutoImports: response is complete +Info 6556 [10:36:49.794] collectAutoImports: 2.0026290002278984 +Info 6557 [10:36:49.794] getCompletionData: Semantic work: 2.5029620002023876 +Info 6558 [10:36:49.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.106637999881059 +Info 6559 [10:36:49.797] Format host information updated +Info 6560 [10:36:50.038] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6561 [10:36:50.045] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 7.146639999933541ms +Info 6562 [10:36:50.045] Different program with same set of files +Info 6563 [10:36:50.046] getCompletionData: Get current token: 0.004965000320225954 +Info 6564 [10:36:50.046] getCompletionData: Is inside comment: 0.01703000022098422 +Info 6565 [10:36:50.046] getCompletionData: Get previous token: 0.0591219998896122 +Info 6566 [10:36:50.046] getCompletionsAtPosition: isCompletionListBlocker: 0.002601000014692545 +Info 6567 [10:36:50.049] getExportInfoMap: cache hit +Info 6568 [10:36:50.051] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6569 [10:36:50.051] collectAutoImports: response is complete +Info 6570 [10:36:50.051] collectAutoImports: 2.203135999850929 +Info 6571 [10:36:50.051] getCompletionData: Semantic work: 5.300210999790579 +Info 6572 [10:36:50.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.100358000025153 +Info 6573 [10:36:50.054] Format host information updated +Info 6574 [10:36:50.179] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6575 [10:36:50.185] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 6.426477000117302ms +Info 6576 [10:36:50.185] Different program with same set of files +Info 6577 [10:36:50.185] getCompletionData: Get current token: 0.005357000045478344 +Info 6578 [10:36:50.185] getCompletionData: Is inside comment: 0.016152999829500914 +Info 6579 [10:36:50.185] getCompletionData: Get previous token: 0.021208000369369984 +Info 6580 [10:36:50.185] getCompletionsAtPosition: isCompletionListBlocker: 0.0022430000826716423 +Info 6581 [10:36:50.186] getExportInfoMap: cache hit +Info 6582 [10:36:50.189] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 1 from cache +Info 6583 [10:36:50.189] collectAutoImports: response is complete +Info 6584 [10:36:50.189] collectAutoImports: 2.800766000058502 +Info 6585 [10:36:50.189] getCompletionData: Semantic work: 3.2249110001139343 +Info 6586 [10:36:50.191] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.032591000199318 +Info 6587 [10:36:50.192] Format host information updated +Info 6588 [10:36:50.305] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6589 [10:36:50.314] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 9.45537200011313ms +Info 6590 [10:36:50.314] Different program with same set of files +Info 6591 [10:36:50.315] getCompletionData: Get current token: 0.006076999939978123 +Info 6592 [10:36:50.315] getCompletionData: Is inside comment: 0.017035999801009893 +Info 6593 [10:36:50.315] getCompletionData: Get previous token: 0.023265999741852283 +Info 6594 [10:36:50.315] getCompletionsAtPosition: isCompletionListBlocker: 0.0027610003016889095 +Info 6595 [10:36:50.315] getExportInfoMap: cache hit +Info 6596 [10:36:50.318] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 6 from cache +Info 6597 [10:36:50.318] collectAutoImports: response is complete +Info 6598 [10:36:50.318] collectAutoImports: 3.1620149998925626 +Info 6599 [10:36:50.318] getCompletionData: Semantic work: 3.6476670000702143 +Info 6600 [10:36:50.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.21970700006932 +Info 6601 [10:36:50.322] Format host information updated +Info 6602 [10:36:50.507] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6603 [10:36:50.515] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 8.23640300007537ms +Info 6604 [10:36:50.515] Different program with same set of files +Info 6605 [10:36:50.515] getCompletionData: Get current token: 0.008160999976098537 +Info 6606 [10:36:50.515] getCompletionData: Is inside comment: 0.02545499987900257 +Info 6607 [10:36:50.515] getCompletionData: Get previous token: 0.03478400036692619 +Info 6608 [10:36:50.515] getCompletionsAtPosition: isCompletionListBlocker: 0.002828999888151884 +Info 6609 [10:36:50.516] getExportInfoMap: cache hit +Info 6610 [10:36:50.521] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 6611 [10:36:50.521] collectAutoImports: response is complete +Info 6612 [10:36:50.521] collectAutoImports: 5.244347999803722 +Info 6613 [10:36:50.521] getCompletionData: Semantic work: 5.831103999633342 +Info 6614 [10:36:50.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.972715000156313 +Info 6615 [10:36:50.527] Format host information updated +Info 6616 [10:36:50.649] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6617 [10:36:50.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 6.617210999596864ms +Info 6618 [10:36:50.655] Different program with same set of files +Info 6619 [10:36:50.655] getCompletionData: Get current token: 0.005231000017374754 +Info 6620 [10:36:50.655] getCompletionData: Is inside comment: 0.01563799986615777 +Info 6621 [10:36:50.655] getCompletionData: Get previous token: 0.01991399982944131 +Info 6622 [10:36:50.656] getCompletionsAtPosition: isCompletionListBlocker: 0.002321000210940838 +Info 6623 [10:36:50.656] getExportInfoMap: cache hit +Info 6624 [10:36:50.659] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 6625 [10:36:50.659] collectAutoImports: response is complete +Info 6626 [10:36:50.659] collectAutoImports: 3.56564399972558 +Info 6627 [10:36:50.659] getCompletionData: Semantic work: 3.97066199965775 +Info 6628 [10:36:50.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0613270001485944 +Info 6629 [10:36:50.663] Format host information updated +Info 6630 [10:36:50.762] Format host information updated +Info 6631 [10:36:50.762] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6632 [10:36:50.769] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 6.8374319998547435ms +Info 6633 [10:36:50.769] Different program with same set of files +Info 6634 [10:36:50.864] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6635 [10:36:50.871] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 6.884207000024617ms +Info 6636 [10:36:50.871] Different program with same set of files +Info 6637 [10:36:50.872] getCompletionData: Get current token: 0.005741999950259924 +Info 6638 [10:36:50.872] getCompletionData: Is inside comment: 0.019423000048846006 +Info 6639 [10:36:50.872] getCompletionData: Get previous token: 0.025571000296622515 +Info 6640 [10:36:50.872] getCompletionsAtPosition: isCompletionListBlocker: 0.002697000280022621 +Info 6641 [10:36:50.872] getExportInfoMap: cache hit +Info 6642 [10:36:50.876] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 6643 [10:36:50.876] collectAutoImports: response is complete +Info 6644 [10:36:50.876] collectAutoImports: 4.169842999894172 +Info 6645 [10:36:50.876] getCompletionData: Semantic work: 4.652747000101954 +Info 6646 [10:36:50.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4350499999709427 +Info 6647 [10:36:50.880] Format host information updated +Info 6648 [10:36:50.933] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6649 [10:36:50.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 8.822168999817222ms +Info 6650 [10:36:50.942] Different program with same set of files +Info 6651 [10:36:50.943] getCompletionData: Get current token: 0.005168000236153603 +Info 6652 [10:36:50.943] getCompletionData: Is inside comment: 0.015449000056833029 +Info 6653 [10:36:50.943] getCompletionData: Get previous token: 0.02140700025483966 +Info 6654 [10:36:50.943] getCompletionsAtPosition: isCompletionListBlocker: 0.0022179996594786644 +Info 6655 [10:36:50.943] getExportInfoMap: cache hit +Info 6656 [10:36:50.947] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 6657 [10:36:50.947] collectAutoImports: response is complete +Info 6658 [10:36:50.947] collectAutoImports: 3.7184409997425973 +Info 6659 [10:36:50.947] getCompletionData: Semantic work: 4.149999000132084 +Info 6660 [10:36:50.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.105405000038445 +Info 6661 [10:36:50.950] Format host information updated +Info 6662 [10:36:51.008] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6663 [10:36:51.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 13.497296000365168ms +Info 6664 [10:36:51.021] Different program with same set of files +Info 6665 [10:36:51.022] getCompletionData: Get current token: 0.012486999854445457 +Info 6666 [10:36:51.022] getCompletionData: Is inside comment: 0.04063000017777085 +Info 6667 [10:36:51.022] getCompletionData: Get previous token: 0.05244700005277991 +Info 6668 [10:36:51.022] getCompletionsAtPosition: isCompletionListBlocker: 0.004178999923169613 +Info 6669 [10:36:51.023] getExportInfoMap: cache hit +Info 6670 [10:36:51.028] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 1 from cache +Info 6671 [10:36:51.028] collectAutoImports: response is complete +Info 6672 [10:36:51.028] collectAutoImports: 4.618808000348508 +Info 6673 [10:36:51.028] getCompletionData: Semantic work: 5.787961999885738 +Info 6674 [10:36:51.032] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.267336999997497 +Info 6675 [10:36:51.036] Format host information updated +Info 6676 [10:36:51.092] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6677 [10:36:51.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 20.57373799989ms +Info 6678 [10:36:51.112] Different program with same set of files +Info 6679 [10:36:51.113] getCompletionData: Get current token: 0.014935999643057585 +Info 6680 [10:36:51.113] getCompletionData: Is inside comment: 0.04680500039830804 +Info 6681 [10:36:51.113] getCompletionData: Get previous token: 0.059614000376313925 +Info 6682 [10:36:51.113] getCompletionsAtPosition: isCompletionListBlocker: 0.005296000279486179 +Info 6683 [10:36:51.114] getExportInfoMap: cache hit +Info 6684 [10:36:51.119] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 1 from cache +Info 6685 [10:36:51.119] collectAutoImports: response is complete +Info 6686 [10:36:51.119] collectAutoImports: 4.62566600041464 +Info 6687 [10:36:51.119] getCompletionData: Semantic work: 5.676696999929845 +Info 6688 [10:36:51.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.943300999701023 +Info 6689 [10:36:51.124] Format host information updated +Info 6690 [10:36:51.193] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6691 [10:36:51.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 22.940696999896318ms +Info 6692 [10:36:51.216] Different program with same set of files +Info 6693 [10:36:51.217] getCompletionData: Get current token: 0.03654599981382489 +Info 6694 [10:36:51.217] getCompletionData: Is inside comment: 0.07566599966958165 +Info 6695 [10:36:51.217] getCompletionData: Get previous token: 0.09307599999010563 +Info 6696 [10:36:51.217] getCompletionsAtPosition: isCompletionListBlocker: 0.007062999997287989 +Info 6697 [10:36:51.219] getExportInfoMap: cache hit +Info 6698 [10:36:51.241] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6699 [10:36:51.241] collectAutoImports: response is complete +Info 6700 [10:36:51.241] collectAutoImports: 21.948913999833167 +Info 6701 [10:36:51.241] getCompletionData: Semantic work: 23.44401099998504 +Info 6702 [10:36:51.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.132662000134587 +Info 6703 [10:36:51.249] Format host information updated +Info 6704 [10:36:51.547] getCompletionData: Get current token: 0.005020999815315008 +Info 6705 [10:36:51.547] getCompletionData: Is inside comment: 0.016504999715834856 +Info 6706 [10:36:51.547] getCompletionData: Get previous token: 0.01611600024625659 +Info 6707 [10:36:51.547] getCompletionsAtPosition: isCompletionListBlocker: 0.009500000160187483 +Info 6708 [10:36:51.548] getExportInfoMap: cache hit +Info 6709 [10:36:51.555] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6710 [10:36:51.555] collectAutoImports: response is complete +Info 6711 [10:36:51.555] collectAutoImports: 7.02872100006789 +Info 6712 [10:36:51.555] getCompletionData: Semantic work: 7.5363659998402 +Info 6713 [10:36:51.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.171827000100166 +Info 6714 [10:36:51.679] Format host information updated +Info 6715 [10:36:51.680] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6716 [10:36:51.691] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 10.92906800005585ms +Info 6717 [10:36:51.691] Different program with same set of files +Info 6718 [10:36:51.810] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6719 [10:36:51.817] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 6.931164999958128ms +Info 6720 [10:36:51.817] Different program with same set of files +Info 6721 [10:36:51.817] getCompletionData: Get current token: 0.006263999734073877 +Info 6722 [10:36:51.817] getCompletionData: Is inside comment: 0.022255999967455864 +Info 6723 [10:36:51.817] getCompletionData: Get previous token: 0.01636300003156066 +Info 6724 [10:36:51.817] getCompletionsAtPosition: isCompletionListBlocker: 0.008793000131845474 +Info 6725 [10:36:51.818] getExportInfoMap: cache hit +Info 6726 [10:36:51.833] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6727 [10:36:51.833] collectAutoImports: response is complete +Info 6728 [10:36:51.833] collectAutoImports: 15.235160999931395 +Info 6729 [10:36:51.833] getCompletionData: Semantic work: 15.8888900000602 +Info 6730 [10:36:51.838] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.538147000130266 +Info 6731 [10:36:51.841] Format host information updated +Info 6732 [10:36:52.036] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6733 [10:36:52.043] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 6.724694999866188ms +Info 6734 [10:36:52.043] Different program with same set of files +Info 6735 [10:36:52.043] getCompletionData: Get current token: 0.0046270000748336315 +Info 6736 [10:36:52.043] getCompletionData: Is inside comment: 0.019340999890118837 +Info 6737 [10:36:52.043] getCompletionData: Get previous token: 0.013898999895900488 +Info 6738 [10:36:52.043] getCompletionsAtPosition: isCompletionListBlocker: 0.007329000160098076 +Info 6739 [10:36:52.044] getExportInfoMap: cache hit +Info 6740 [10:36:52.056] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6741 [10:36:52.056] collectAutoImports: response is complete +Info 6742 [10:36:52.056] collectAutoImports: 12.32351899985224 +Info 6743 [10:36:52.056] getCompletionData: Semantic work: 12.858475000131875 +Info 6744 [10:36:52.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6694510001689196 +Info 6745 [10:36:52.063] Format host information updated +Info 6746 [10:36:52.114] Format host information updated +Info 6747 [10:36:52.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6748 [10:36:52.126] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 11.374541999772191ms +Info 6749 [10:36:52.126] Different program with same set of files +Info 6750 [10:36:52.486] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6751 [10:36:52.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 8.571988000068814ms +Info 6752 [10:36:52.495] Different program with same set of files +Info 6753 [10:36:52.495] getCompletionData: Get current token: 0.004635999910533428 +Info 6754 [10:36:52.495] getCompletionData: Is inside comment: 0.016364000272005796 +Info 6755 [10:36:52.495] getCompletionData: Get previous token: 0.012525000143796206 +Info 6756 [10:36:52.495] getCompletionsAtPosition: isCompletionListBlocker: 0.0029410002753138542 +Info 6757 [10:36:52.496] getExportInfoMap: cache hit +Info 6758 [10:36:52.505] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6759 [10:36:52.505] collectAutoImports: response is complete +Info 6760 [10:36:52.505] collectAutoImports: 8.992384999990463 +Info 6761 [10:36:52.505] getCompletionData: Semantic work: 9.469981000293046 +Info 6762 [10:36:52.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.724750999826938 +Info 6763 [10:36:52.511] Format host information updated +Info 6764 [10:36:52.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6765 [10:36:52.562] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 11.381679000332952ms +Info 6766 [10:36:52.562] Different program with same set of files +Info 6767 [10:36:52.562] getCompletionData: Get current token: 0.009715000167489052 +Info 6768 [10:36:52.562] getCompletionData: Is inside comment: 0.02768100006505847 +Info 6769 [10:36:52.562] getCompletionData: Get previous token: 0.020438000094145536 +Info 6770 [10:36:52.562] getCompletionsAtPosition: isCompletionListBlocker: 0.009386999998241663 +Info 6771 [10:36:52.563] getExportInfoMap: cache hit +Info 6772 [10:36:52.574] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6773 [10:36:52.574] collectAutoImports: response is complete +Info 6774 [10:36:52.574] collectAutoImports: 10.828036999795586 +Info 6775 [10:36:52.574] getCompletionData: Semantic work: 11.486005999613553 +Info 6776 [10:36:52.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.052974000107497 +Info 6777 [10:36:52.581] Format host information updated +Info 6778 [10:36:52.678] Format host information updated +Info 6779 [10:36:52.678] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6780 [10:36:52.686] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 7.9589080000296235ms +Info 6781 [10:36:52.686] Different program with same set of files +Info 6782 [10:36:52.779] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6783 [10:36:52.805] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 25.40213799988851ms +Info 6784 [10:36:52.805] Different program with same set of files +Info 6785 [10:36:52.806] getCompletionData: Get current token: 0.024027999956160784 +Info 6786 [10:36:52.806] getCompletionData: Is inside comment: 0.09103199979290366 +Info 6787 [10:36:52.806] getCompletionData: Get previous token: 0.06496800016611814 +Info 6788 [10:36:52.806] getCompletionsAtPosition: isCompletionListBlocker: 0.02626900002360344 +Info 6789 [10:36:52.808] getExportInfoMap: cache hit +Info 6790 [10:36:52.829] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6791 [10:36:52.829] collectAutoImports: response is complete +Info 6792 [10:36:52.829] collectAutoImports: 20.949285000097007 +Info 6793 [10:36:52.829] getCompletionData: Semantic work: 22.909738999791443 +Info 6794 [10:36:52.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.91484500002116 +Info 6795 [10:36:52.839] Format host information updated +Info 6796 [10:36:52.964] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6797 [10:36:52.970] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 663 structureChanged: false structureIsReused:: Completely Elapsed: 6.557206999976188ms +Info 6798 [10:36:52.970] Different program with same set of files +Info 6799 [10:36:52.971] getCompletionData: Get current token: 0.005626999773085117 +Info 6800 [10:36:52.971] getCompletionData: Is inside comment: 0.019927999936044216 +Info 6801 [10:36:52.971] getCompletionData: Get previous token: 0.028838999569416046 +Info 6802 [10:36:52.971] getCompletionsAtPosition: isCompletionListBlocker: 0.007438000291585922 +Info 6803 [10:36:52.971] getExportInfoMap: cache hit +Info 6804 [10:36:52.981] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6805 [10:36:52.981] collectAutoImports: response is complete +Info 6806 [10:36:52.981] collectAutoImports: 9.52172499988228 +Info 6807 [10:36:52.981] getCompletionData: Semantic work: 10.037195000331849 +Info 6808 [10:36:52.986] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.393470000009984 +Info 6809 [10:36:52.989] Format host information updated +Info 6810 [10:36:53.041] Format host information updated +Info 6811 [10:36:53.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6812 [10:36:53.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 6.85501499986276ms +Info 6813 [10:36:53.048] Different program with same set of files +Info 6814 [10:36:53.260] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6815 [10:36:53.267] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 6.89767500013113ms +Info 6816 [10:36:53.267] Different program with same set of files +Info 6817 [10:36:53.267] getCompletionData: Get current token: 0.004781000316143036 +Info 6818 [10:36:53.267] getCompletionData: Is inside comment: 0.01819700002670288 +Info 6819 [10:36:53.267] getCompletionData: Get previous token: 0.028794999700039625 +Info 6820 [10:36:53.267] getCompletionsAtPosition: isCompletionListBlocker: 0.007619000039994717 +Info 6821 [10:36:53.268] getExportInfoMap: cache hit +Info 6822 [10:36:53.270] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 2 from cache +Info 6823 [10:36:53.270] collectAutoImports: response is complete +Info 6824 [10:36:53.270] collectAutoImports: 1.9876050003804266 +Info 6825 [10:36:53.270] getCompletionData: Semantic work: 2.462589000351727 +Info 6826 [10:36:53.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8772619999945164 +Info 6827 [10:36:53.274] Format host information updated +Info 6828 [10:36:53.382] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6829 [10:36:53.389] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 6.722883000038564ms +Info 6830 [10:36:53.389] Different program with same set of files +Info 6831 [10:36:53.389] getCompletionData: Get current token: 0.005316999740898609 +Info 6832 [10:36:53.389] getCompletionData: Is inside comment: 0.019280000124126673 +Info 6833 [10:36:53.389] getCompletionData: Get previous token: 0.026319000404328108 +Info 6834 [10:36:53.389] getCompletionsAtPosition: isCompletionListBlocker: 0.007594999857246876 +Info 6835 [10:36:53.389] getExportInfoMap: cache hit +Info 6836 [10:36:53.391] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 6837 [10:36:53.391] collectAutoImports: response is complete +Info 6838 [10:36:53.391] collectAutoImports: 1.7255959999747574 +Info 6839 [10:36:53.391] getCompletionData: Semantic work: 2.238055999856442 +Info 6840 [10:36:53.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8158860001713037 +Info 6841 [10:36:53.394] Format host information updated +Info 6842 [10:36:53.475] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6843 [10:36:53.482] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 6.681536000221968ms +Info 6844 [10:36:53.482] Different program with same set of files +Info 6845 [10:36:53.482] getCompletionData: Get current token: 0.005375999957323074 +Info 6846 [10:36:53.482] getCompletionData: Is inside comment: 0.019346999935805798 +Info 6847 [10:36:53.482] getCompletionData: Get previous token: 0.026963000185787678 +Info 6848 [10:36:53.482] getCompletionsAtPosition: isCompletionListBlocker: 0.007723999675363302 +Info 6849 [10:36:53.482] getExportInfoMap: cache hit +Info 6850 [10:36:53.494] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 6851 [10:36:53.494] collectAutoImports: response is complete +Info 6852 [10:36:53.494] collectAutoImports: 11.274954999797046 +Info 6853 [10:36:53.494] getCompletionData: Semantic work: 11.760668000206351 +Info 6854 [10:36:53.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.095069999806583 +Info 6855 [10:36:53.501] Format host information updated +Info 6856 [10:36:56.924] getCompletionData: Get current token: 0.0015159999020397663 +Info 6857 [10:36:56.924] getCompletionData: Is inside comment: 0.005423000082373619 +Info 6858 [10:36:56.924] getCompletionData: Get previous token: 0.0042420001700520515 +Info 6859 [10:36:56.924] getCompletionsAtPosition: isCompletionListBlocker: 0.010134000331163406 +Info 6860 [10:36:56.925] getExportInfoMap: cache hit +Info 6861 [10:36:56.934] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 6862 [10:36:56.934] collectAutoImports: response is complete +Info 6863 [10:36:56.934] collectAutoImports: 9.171705999877304 +Info 6864 [10:36:56.934] getCompletionData: Semantic work: 9.81840300001204 +Info 6865 [10:36:56.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8040579999797046 +Info 6866 [10:36:57.772] getCompletionData: Get current token: 0.003186000045388937 +Info 6867 [10:36:57.772] getCompletionData: Is inside comment: 0.001029999926686287 +Info 6868 [10:36:57.772] getCompletionData: Get previous token: 0.009618999902158976 +Info 6869 [10:36:57.772] getCompletionsAtPosition: isCompletionListBlocker: 0.002230000216513872 +Info 6870 [10:36:57.772] getExportInfoMap: cache hit +Info 6871 [10:36:57.778] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 6872 [10:36:57.778] collectAutoImports: response is complete +Info 6873 [10:36:57.778] collectAutoImports: 5.364857000298798 +Info 6874 [10:36:57.778] getCompletionData: Semantic work: 6.190876000095159 +Info 6875 [10:36:57.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1898450003936887 +Info 6876 [10:36:57.987] Format host information updated +Info 6877 [10:36:57.987] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6878 [10:36:57.994] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 6.518610999919474ms +Info 6879 [10:36:57.994] Different program with same set of files +Info 6880 [10:36:58.577] Format host information updated +Info 6881 [10:36:58.577] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6882 [10:36:58.585] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 8.271856000181288ms +Info 6883 [10:36:58.585] Different program with same set of files +Info 6884 [10:36:59.311] Format host information updated +Info 6885 [10:36:59.312] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6886 [10:36:59.318] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 6.639398000203073ms +Info 6887 [10:36:59.318] Different program with same set of files +Info 6888 [10:36:59.580] Format host information updated +Info 6889 [10:36:59.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6890 [10:36:59.589] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 8.308116999920458ms +Info 6891 [10:36:59.589] Different program with same set of files +Info 6892 [10:37:00.411] Format host information updated +Info 6893 [10:37:00.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6894 [10:37:00.418] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 6.763526000082493ms +Info 6895 [10:37:00.418] Different program with same set of files +Info 6896 [10:37:01.910] getCompletionData: Get current token: 0.0060179997235536575 +Info 6897 [10:37:01.910] getCompletionData: Is inside comment: 0.002127000130712986 +Info 6898 [10:37:01.910] getCompletionData: Get previous token: 0.013150999788194895 +Info 6899 [10:37:01.910] getCompletionsAtPosition: isCompletionListBlocker: 0.003651999868452549 +Info 6900 [10:37:01.910] getCompletionData: Semantic work: 0.22162800002843142 +Info 6901 [10:37:01.912] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3226120001636446 +Info 6902 [10:37:02.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6903 [10:37:02.289] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 14.11143899988383ms +Info 6904 [10:37:02.289] Different program with same set of files +Info 6905 [10:37:02.289] getCompletionData: Get current token: 0.0037360000424087048 +Info 6906 [10:37:02.289] getCompletionData: Is inside comment: 0.0013340003788471222 +Info 6907 [10:37:02.289] getCompletionData: Get previous token: 0.014469999819993973 +Info 6908 [10:37:02.289] getCompletionsAtPosition: isCompletionListBlocker: 0.0029520001262426376 +Info 6909 [10:37:02.290] getCompletionData: Semantic work: 0.1438239999115467 +Info 6910 [10:37:02.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.061263000126928 +Info 6911 [10:37:02.292] Format host information updated +Info 6912 [10:37:02.446] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6913 [10:37:02.457] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 10.758351000025868ms +Info 6914 [10:37:02.457] Different program with same set of files +Info 6915 [10:37:02.457] getCompletionData: Get current token: 0.004728000145405531 +Info 6916 [10:37:02.457] getCompletionData: Is inside comment: 0.0013589998707175255 +Info 6917 [10:37:02.457] getCompletionData: Get previous token: 0.014854999724775553 +Info 6918 [10:37:02.457] getCompletionsAtPosition: isCompletionListBlocker: 0.0026469998992979527 +Info 6919 [10:37:02.457] getCompletionData: Semantic work: 0.15243500005453825 +Info 6920 [10:37:02.459] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.146196000277996 +Info 6921 [10:37:02.459] Format host information updated +Info 6922 [10:37:02.528] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6923 [10:37:02.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 9.892934000119567ms +Info 6924 [10:37:02.538] Different program with same set of files +Info 6925 [10:37:02.538] getCompletionData: Get current token: 0.003140999935567379 +Info 6926 [10:37:02.538] getCompletionData: Is inside comment: 0.0013450002297759056 +Info 6927 [10:37:02.538] getCompletionData: Get previous token: 0.013283000327646732 +Info 6928 [10:37:02.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0027580000460147858 +Info 6929 [10:37:02.538] getCompletionData: Semantic work: 0.12125499965623021 +Info 6930 [10:37:02.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9719409998506308 +Info 6931 [10:37:02.540] Format host information updated +Info 6932 [10:37:03.153] Format host information updated +Info 6933 [10:37:03.153] Format host information updated +Info 6934 [10:37:03.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6935 [10:37:03.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 10.305749000050128ms +Info 6936 [10:37:03.164] Different program with same set of files +Info 6937 [10:37:03.164] getCompletionData: Get current token: 0.003420999739319086 +Info 6938 [10:37:03.164] getCompletionData: Is inside comment: 0.0011909999884665012 +Info 6939 [10:37:03.164] getCompletionData: Get previous token: 0.008231999818235636 +Info 6940 [10:37:03.164] getCompletionsAtPosition: isCompletionListBlocker: 0.007017000112682581 +Info 6941 [10:37:03.164] getCompletionData: Semantic work: 0.15944699989631772 +Info 6942 [10:37:03.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9452750002965331 +Info 6943 [10:37:03.166] getCompletionData: Get current token: 0.009254000149667263 +Info 6944 [10:37:03.166] getCompletionData: Is inside comment: 0.0025450000539422035 +Info 6945 [10:37:03.166] getCompletionData: Get previous token: 0.014692999888211489 +Info 6946 [10:37:03.166] getCompletionsAtPosition: isCompletionListBlocker: 0.001550000160932541 +Info 6947 [10:37:03.166] getCompletionData: Semantic work: 0.04841900011524558 +Info 6948 [10:37:03.171] getCompletionData: Get current token: 0.004110999871045351 +Info 6949 [10:37:03.171] getCompletionData: Is inside comment: 0.0022559999488294125 +Info 6950 [10:37:03.171] getCompletionData: Get previous token: 0.011928000021725893 +Info 6951 [10:37:03.171] getCompletionsAtPosition: isCompletionListBlocker: 0.0017099999822676182 +Info 6952 [10:37:03.171] getCompletionData: Semantic work: 0.12017700029537082 +Info 6953 [10:37:03.172] Format host information updated +Info 6954 [10:37:03.235] Format host information updated +Info 6955 [10:37:03.235] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6956 [10:37:03.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 14.619628000073135ms +Info 6957 [10:37:03.250] Different program with same set of files +Info 6958 [10:37:04.878] Format host information updated +Info 6959 [10:37:04.878] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6960 [10:37:04.888] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 9.945677999872714ms +Info 6961 [10:37:04.888] Different program with same set of files +Info 6962 [10:37:04.977] Format host information updated +Info 6963 [10:37:04.977] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6964 [10:37:04.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 6.873139000032097ms +Info 6965 [10:37:04.984] Different program with same set of files +Info 6966 [10:37:05.241] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6967 [10:37:05.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 16.627545999828726ms +Info 6968 [10:37:05.258] Different program with same set of files +Info 6969 [10:37:05.258] getCompletionData: Get current token: 0.01168400002643466 +Info 6970 [10:37:05.258] getCompletionData: Is inside comment: 0.03489900007843971 +Info 6971 [10:37:05.258] getCompletionData: Get previous token: 0.05425400007516146 +Info 6972 [10:37:05.258] getCompletionsAtPosition: isCompletionListBlocker: 0.009108999744057655 +Info 6973 [10:37:05.260] getExportInfoMap: cache hit +Info 6974 [10:37:05.278] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 25 from cache +Info 6975 [10:37:05.278] collectAutoImports: response is complete +Info 6976 [10:37:05.278] collectAutoImports: 17.4322099997662 +Info 6977 [10:37:05.278] getCompletionData: Semantic work: 19.43697699997574 +Info 6978 [10:37:05.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8652570000849664 +Info 6979 [10:37:05.282] Format host information updated +Info 6980 [10:37:05.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6981 [10:37:05.409] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 9.053259999956936ms +Info 6982 [10:37:05.409] Different program with same set of files +Info 6983 [10:37:05.410] getCompletionData: Get current token: 0.004650999791920185 +Info 6984 [10:37:05.410] getCompletionData: Is inside comment: 0.014789999928325415 +Info 6985 [10:37:05.410] getCompletionData: Get previous token: 0.021492999978363514 +Info 6986 [10:37:05.410] getCompletionsAtPosition: isCompletionListBlocker: 0.0032409997656941414 +Info 6987 [10:37:05.410] getExportInfoMap: cache hit +Info 6988 [10:37:05.413] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 6 from cache +Info 6989 [10:37:05.413] collectAutoImports: response is complete +Info 6990 [10:37:05.413] collectAutoImports: 2.5991190001368523 +Info 6991 [10:37:05.413] getCompletionData: Semantic work: 3.398922000080347 +Info 6992 [10:37:05.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5861720000393689 +Info 6993 [10:37:05.416] Format host information updated +Info 6994 [10:37:05.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6995 [10:37:05.493] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 8.479913000017405ms +Info 6996 [10:37:05.493] Different program with same set of files +Info 6997 [10:37:05.493] getCompletionData: Get current token: 0.0040420000441372395 +Info 6998 [10:37:05.493] getCompletionData: Is inside comment: 0.013192000333219767 +Info 6999 [10:37:05.493] getCompletionData: Get previous token: 0.018333000130951405 +Info 7000 [10:37:05.493] getCompletionsAtPosition: isCompletionListBlocker: 0.0025160000659525394 +Info 7001 [10:37:05.494] getExportInfoMap: cache hit +Info 7002 [10:37:05.495] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 7003 [10:37:05.495] collectAutoImports: response is complete +Info 7004 [10:37:05.495] collectAutoImports: 1.8998580002225935 +Info 7005 [10:37:05.495] getCompletionData: Semantic work: 2.5869229999370873 +Info 7006 [10:37:05.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3623629999347031 +Info 7007 [10:37:05.498] Format host information updated +Info 7008 [10:37:05.692] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7009 [10:37:05.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 9.176721999887377ms +Info 7010 [10:37:05.701] Different program with same set of files +Info 7011 [10:37:05.701] getCompletionData: Get current token: 0.0033540003933012486 +Info 7012 [10:37:05.701] getCompletionData: Is inside comment: 0.010612000245600939 +Info 7013 [10:37:05.701] getCompletionData: Get previous token: 0.015279000159353018 +Info 7014 [10:37:05.701] getCompletionsAtPosition: isCompletionListBlocker: 0.002741999924182892 +Info 7015 [10:37:05.702] getExportInfoMap: cache hit +Info 7016 [10:37:05.703] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 7017 [10:37:05.703] collectAutoImports: response is complete +Info 7018 [10:37:05.703] collectAutoImports: 1.5099349999800324 +Info 7019 [10:37:05.703] getCompletionData: Semantic work: 2.0144420000724494 +Info 7020 [10:37:05.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3406380000524223 +Info 7021 [10:37:05.705] Format host information updated +Info 7022 [10:37:06.068] Format host information updated +Info 7023 [10:37:06.068] Format host information updated +Info 7024 [10:37:06.069] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7025 [10:37:06.078] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 9.506705000065267ms +Info 7026 [10:37:06.078] Different program with same set of files +Info 7027 [10:37:06.078] getCompletionData: Get current token: 0.005210000090301037 +Info 7028 [10:37:06.078] getCompletionData: Is inside comment: 0.0168869998306036 +Info 7029 [10:37:06.079] getCompletionData: Get previous token: 0.015122999902814627 +Info 7030 [10:37:06.079] getCompletionsAtPosition: isCompletionListBlocker: 0.002778999973088503 +Info 7031 [10:37:06.080] getCompletionData: Semantic work: 1.3645089999772608 +Info 7032 [10:37:06.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2953689997084439 +Info 7033 [10:37:06.081] getCompletionData: Get current token: 0.013768999837338924 +Info 7034 [10:37:06.081] getCompletionData: Is inside comment: 0.006446999963372946 +Info 7035 [10:37:06.081] getCompletionData: Get previous token: 0.02757800044491887 +Info 7036 [10:37:06.081] getCompletionsAtPosition: isCompletionListBlocker: 0.0018679997883737087 +Info 7037 [10:37:06.082] getCompletionData: Semantic work: 0.8094929996877909 +Info 7038 [10:37:06.083] getCompletionData: Get current token: 0.008227999787777662 +Info 7039 [10:37:06.083] getCompletionData: Is inside comment: 0.002697000280022621 +Info 7040 [10:37:06.083] getCompletionData: Get previous token: 0.028067000210285187 +Info 7041 [10:37:06.083] getCompletionsAtPosition: isCompletionListBlocker: 0.0023059998638927937 +Info 7042 [10:37:06.084] getCompletionData: Semantic work: 0.6769280000589788 +Info 7043 [10:37:06.084] Format host information updated +Info 7044 [10:37:06.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7045 [10:37:06.370] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 9.559210000094026ms +Info 7046 [10:37:06.370] Different program with same set of files +Info 7047 [10:37:06.370] getCompletionData: Get current token: 0.003659999929368496 +Info 7048 [10:37:06.370] getCompletionData: Is inside comment: 0.013332999777048826 +Info 7049 [10:37:06.370] getCompletionData: Get previous token: 0.01938300020992756 +Info 7050 [10:37:06.370] getCompletionsAtPosition: isCompletionListBlocker: 0.002572000026702881 +Info 7051 [10:37:06.370] getCompletionData: Semantic work: 0.492508000228554 +Info 7052 [10:37:06.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9775390001013875 +Info 7053 [10:37:06.372] Format host information updated +Info 7054 [10:37:06.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7055 [10:37:06.437] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 6.92464300012216ms +Info 7056 [10:37:06.437] Different program with same set of files +Info 7057 [10:37:06.437] getCompletionData: Get current token: 0.0036399997770786285 +Info 7058 [10:37:06.437] getCompletionData: Is inside comment: 0.012129999697208405 +Info 7059 [10:37:06.437] getCompletionData: Get previous token: 0.01998799992725253 +Info 7060 [10:37:06.437] getCompletionsAtPosition: isCompletionListBlocker: 0.002386000007390976 +Info 7061 [10:37:06.438] getCompletionData: Semantic work: 0.46347800036892295 +Info 7062 [10:37:06.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.42208300018683076 +Info 7063 [10:37:06.438] Format host information updated +Info 7064 [10:37:06.515] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7065 [10:37:06.522] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 7.047571999952197ms +Info 7066 [10:37:06.522] Different program with same set of files +Info 7067 [10:37:06.523] getCompletionData: Get current token: 0.003570999950170517 +Info 7068 [10:37:06.523] getCompletionData: Is inside comment: 0.011700000148266554 +Info 7069 [10:37:06.523] getCompletionData: Get previous token: 0.018195999786257744 +Info 7070 [10:37:06.523] getCompletionsAtPosition: isCompletionListBlocker: 0.002267000265419483 +Info 7071 [10:37:06.523] getCompletionData: Semantic work: 0.43002700014039874 +Info 7072 [10:37:06.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4586350000463426 +Info 7073 [10:37:06.526] Format host information updated +Info 7074 [10:37:06.652] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7075 [10:37:06.659] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 7.140523000154644ms +Info 7076 [10:37:06.659] Different program with same set of files +Info 7077 [10:37:06.659] getCompletionData: Get current token: 0.0034400001168251038 +Info 7078 [10:37:06.659] getCompletionData: Is inside comment: 0.01143299974501133 +Info 7079 [10:37:06.659] getCompletionData: Get previous token: 0.018107000272721052 +Info 7080 [10:37:06.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0025059999898076057 +Info 7081 [10:37:06.660] getCompletionData: Semantic work: 0.4626429998315871 +Info 7082 [10:37:06.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3810220002196729 +Info 7083 [10:37:06.660] Format host information updated +Info 7084 [10:37:06.764] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7085 [10:37:06.771] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 6.693312999792397ms +Info 7086 [10:37:06.771] Different program with same set of files +Info 7087 [10:37:06.771] getCompletionData: Get current token: 0.0033209999091923237 +Info 7088 [10:37:06.771] getCompletionData: Is inside comment: 0.01224599964916706 +Info 7089 [10:37:06.771] getCompletionData: Get previous token: 0.019088000059127808 +Info 7090 [10:37:06.771] getCompletionsAtPosition: isCompletionListBlocker: 0.002177000045776367 +Info 7091 [10:37:06.771] getCompletionData: Semantic work: 0.44801100017502904 +Info 7092 [10:37:06.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4078999999910593 +Info 7093 [10:37:06.772] Format host information updated +Info 7094 [10:37:06.840] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7095 [10:37:06.851] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 10.835221000015736ms +Info 7096 [10:37:06.851] Different program with same set of files +Info 7097 [10:37:06.851] getCompletionData: Get current token: 0.004605999682098627 +Info 7098 [10:37:06.851] getCompletionData: Is inside comment: 0.015488000120967627 +Info 7099 [10:37:06.851] getCompletionData: Get previous token: 0.02412499999627471 +Info 7100 [10:37:06.851] getCompletionsAtPosition: isCompletionListBlocker: 0.0032259998843073845 +Info 7101 [10:37:06.851] getCompletionData: Semantic work: 0.5550259998999536 +Info 7102 [10:37:06.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4864819999784231 +Info 7103 [10:37:06.852] Format host information updated +Info 7104 [10:37:07.210] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7105 [10:37:07.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 6.612563999835402ms +Info 7106 [10:37:07.216] Different program with same set of files +Info 7107 [10:37:07.216] getCompletionData: Get current token: 0.0037949997931718826 +Info 7108 [10:37:07.216] getCompletionData: Is inside comment: 0.012610000092536211 +Info 7109 [10:37:07.216] getCompletionData: Get previous token: 0.020640000235289335 +Info 7110 [10:37:07.217] getCompletionsAtPosition: isCompletionListBlocker: 0.002311000134795904 +Info 7111 [10:37:07.217] getCompletionData: Semantic work: 0.47248500026762486 +Info 7112 [10:37:07.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4018139997497201 +Info 7113 [10:37:07.218] Format host information updated +Info 7114 [10:37:08.584] getCompletionData: Get current token: 0.0023799999617040157 +Info 7115 [10:37:08.584] getCompletionData: Is inside comment: 0.0008689998649060726 +Info 7116 [10:37:08.584] getCompletionData: Get previous token: 0.011787999887019396 +Info 7117 [10:37:08.584] getCompletionsAtPosition: isCompletionListBlocker: 0.002524999901652336 +Info 7118 [10:37:08.584] getCompletionData: Semantic work: 0.10394700011238456 +Info 7119 [10:37:08.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8201509998179972 +Info 7120 [10:37:08.832] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7121 [10:37:08.842] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 9.356327999848872ms +Info 7122 [10:37:08.842] Different program with same set of files +Info 7123 [10:37:08.842] getCompletionData: Get current token: 0.0025369999930262566 +Info 7124 [10:37:08.842] getCompletionData: Is inside comment: 0.0010270001366734505 +Info 7125 [10:37:08.842] getCompletionData: Get previous token: 0.012860000133514404 +Info 7126 [10:37:08.842] getCompletionsAtPosition: isCompletionListBlocker: 0.0023390003480017185 +Info 7127 [10:37:08.842] getCompletionData: Semantic work: 0.10322899976745248 +Info 7128 [10:37:08.843] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8589889998547733 +Info 7129 [10:37:08.843] Format host information updated +Info 7130 [10:37:08.944] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7131 [10:37:08.951] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 6.9017940000630915ms +Info 7132 [10:37:08.951] Different program with same set of files +Info 7133 [10:37:08.951] getCompletionData: Get current token: 0.002572000026702881 +Info 7134 [10:37:08.951] getCompletionData: Is inside comment: 0.0010689999908208847 +Info 7135 [10:37:08.951] getCompletionData: Get previous token: 0.01219499995931983 +Info 7136 [10:37:08.951] getCompletionsAtPosition: isCompletionListBlocker: 0.002438000403344631 +Info 7137 [10:37:08.951] getCompletionData: Semantic work: 0.10132799996063113 +Info 7138 [10:37:08.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8708479995839298 +Info 7139 [10:37:08.953] Format host information updated +Info 7140 [10:37:09.081] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7141 [10:37:09.088] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 6.538472999818623ms +Info 7142 [10:37:09.088] Different program with same set of files +Info 7143 [10:37:09.088] getCompletionData: Get current token: 0.0022950000129640102 +Info 7144 [10:37:09.088] getCompletionData: Is inside comment: 0.0010899999178946018 +Info 7145 [10:37:09.088] getCompletionData: Get previous token: 0.012761999852955341 +Info 7146 [10:37:09.088] getCompletionsAtPosition: isCompletionListBlocker: 0.002788000274449587 +Info 7147 [10:37:09.088] getCompletionData: Semantic work: 0.1007719999179244 +Info 7148 [10:37:09.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8139899997040629 +Info 7149 [10:37:09.092] Format host information updated +Info 7150 [10:37:09.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7151 [10:37:09.195] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 24.446842999663204ms +Info 7152 [10:37:09.195] Different program with same set of files +Info 7153 [10:37:09.195] getCompletionData: Get current token: 0.007333999965339899 +Info 7154 [10:37:09.195] getCompletionData: Is inside comment: 0.003496000077575445 +Info 7155 [10:37:09.195] getCompletionData: Get previous token: 0.037016000133007765 +Info 7156 [10:37:09.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0061170002445578575 +Info 7157 [10:37:09.196] getCompletionData: Semantic work: 0.3106569997034967 +Info 7158 [10:37:09.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2888969997875392 +Info 7159 [10:37:09.199] Format host information updated +Info 7160 [10:37:12.054] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7161 [10:37:12.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 6.8412339999340475ms +Info 7162 [10:37:12.061] Different program with same set of files +Info 7163 [10:37:12.061] getCompletionData: Get current token: 0.0036700000055134296 +Info 7164 [10:37:12.061] getCompletionData: Is inside comment: 0.0012719999067485332 +Info 7165 [10:37:12.061] getCompletionData: Get previous token: 0.02199800033122301 +Info 7166 [10:37:12.061] getCompletionsAtPosition: isCompletionListBlocker: 0.0023370003327727318 +Info 7167 [10:37:12.062] getExportInfoMap: cache hit +Info 7168 [10:37:12.063] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7169 [10:37:12.063] collectAutoImports: response is complete +Info 7170 [10:37:12.063] collectAutoImports: 1.4007260003127158 +Info 7171 [10:37:12.063] getCompletionData: Semantic work: 2.047398999799043 +Info 7172 [10:37:12.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1353719998151064 +Info 7173 [10:37:12.067] Format host information updated +Info 7174 [10:37:12.121] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7175 [10:37:12.136] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 15.70316299982369ms +Info 7176 [10:37:12.137] Different program with same set of files +Info 7177 [10:37:12.137] getCompletionData: Get current token: 0.01178500009700656 +Info 7178 [10:37:12.137] getCompletionData: Is inside comment: 0.003729000221937895 +Info 7179 [10:37:12.137] getCompletionData: Get previous token: 0.05074100010097027 +Info 7180 [10:37:12.137] getCompletionsAtPosition: isCompletionListBlocker: 0.005919999908655882 +Info 7181 [10:37:12.138] getExportInfoMap: cache hit +Info 7182 [10:37:12.142] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7183 [10:37:12.142] collectAutoImports: response is complete +Info 7184 [10:37:12.142] collectAutoImports: 3.8771759998053312 +Info 7185 [10:37:12.142] getCompletionData: Semantic work: 5.423264000099152 +Info 7186 [10:37:12.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8994079995900393 +Info 7187 [10:37:12.147] Format host information updated +Info 7188 [10:37:12.193] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7189 [10:37:12.200] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 6.73956699995324ms +Info 7190 [10:37:12.200] Different program with same set of files +Info 7191 [10:37:12.200] getCompletionData: Get current token: 0.0051380000077188015 +Info 7192 [10:37:12.200] getCompletionData: Is inside comment: 0.0015799999237060547 +Info 7193 [10:37:12.200] getCompletionData: Get previous token: 0.01976800011470914 +Info 7194 [10:37:12.200] getCompletionsAtPosition: isCompletionListBlocker: 0.002499000169336796 +Info 7195 [10:37:12.201] getExportInfoMap: cache hit +Info 7196 [10:37:12.202] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7197 [10:37:12.202] collectAutoImports: response is complete +Info 7198 [10:37:12.202] collectAutoImports: 1.5058669997379184 +Info 7199 [10:37:12.202] getCompletionData: Semantic work: 2.1127019999548793 +Info 7200 [10:37:12.203] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1201340002007782 +Info 7201 [10:37:12.206] Format host information updated +Info 7202 [10:37:12.284] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7203 [10:37:12.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 6.614582000300288ms +Info 7204 [10:37:12.291] Different program with same set of files +Info 7205 [10:37:12.291] getCompletionData: Get current token: 0.004162000026553869 +Info 7206 [10:37:12.291] getCompletionData: Is inside comment: 0.0013080001808702946 +Info 7207 [10:37:12.291] getCompletionData: Get previous token: 0.019340000115334988 +Info 7208 [10:37:12.291] getCompletionsAtPosition: isCompletionListBlocker: 0.0025659999810159206 +Info 7209 [10:37:12.292] getExportInfoMap: cache hit +Info 7210 [10:37:12.293] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7211 [10:37:12.294] collectAutoImports: response is complete +Info 7212 [10:37:12.294] collectAutoImports: 1.635612000245601 +Info 7213 [10:37:12.294] getCompletionData: Semantic work: 2.2971049998886883 +Info 7214 [10:37:12.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1504800003021955 +Info 7215 [10:37:12.295] Format host information updated +Info 7216 [10:37:12.371] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7217 [10:37:12.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 23.37390400003642ms +Info 7218 [10:37:12.395] Different program with same set of files +Info 7219 [10:37:12.395] getCompletionData: Get current token: 0.011541000101715326 +Info 7220 [10:37:12.395] getCompletionData: Is inside comment: 0.003105000127106905 +Info 7221 [10:37:12.395] getCompletionData: Get previous token: 0.04450599988922477 +Info 7222 [10:37:12.395] getCompletionsAtPosition: isCompletionListBlocker: 0.005594000220298767 +Info 7223 [10:37:12.396] getExportInfoMap: cache hit +Info 7224 [10:37:12.399] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7225 [10:37:12.399] collectAutoImports: response is complete +Info 7226 [10:37:12.399] collectAutoImports: 2.9414879996329546 +Info 7227 [10:37:12.400] getCompletionData: Semantic work: 4.27064700005576 +Info 7228 [10:37:12.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0188179998658597 +Info 7229 [10:37:12.406] Format host information updated +Info 7230 [10:37:12.481] Format host information updated +Info 7231 [10:37:12.482] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7232 [10:37:12.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 7.242351000197232ms +Info 7233 [10:37:12.489] Different program with same set of files +Info 7234 [10:37:13.048] Format host information updated +Info 7235 [10:37:13.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7236 [10:37:13.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 6.926642999984324ms +Info 7237 [10:37:13.055] Different program with same set of files +Info 7238 [10:37:13.662] getCompletionData: Get current token: 0.0032179998233914375 +Info 7239 [10:37:13.662] getCompletionData: Is inside comment: 0.012165999971330166 +Info 7240 [10:37:13.662] getCompletionData: Get previous token: 0.018780000042170286 +Info 7241 [10:37:13.662] getCompletionsAtPosition: isCompletionListBlocker: 0.003082000184804201 +Info 7242 [10:37:13.662] getCompletionData: Semantic work: 0.15391199989244342 +Info 7243 [10:37:13.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.035106999799609184 +Info 7244 [10:37:14.125] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7245 [10:37:14.132] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 6.989467000123113ms +Info 7246 [10:37:14.132] Different program with same set of files +Info 7247 [10:37:14.133] getCompletionData: Get current token: 0.0034629995934665203 +Info 7248 [10:37:14.133] getCompletionData: Is inside comment: 0.011599999852478504 +Info 7249 [10:37:14.133] getCompletionData: Get previous token: 0.009560999926179647 +Info 7250 [10:37:14.133] getCompletionsAtPosition: isCompletionListBlocker: 0.0026730000972747803 +Info 7251 [10:37:14.133] getExportInfoMap: cache hit +Info 7252 [10:37:14.147] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 7253 [10:37:14.147] collectAutoImports: response is complete +Info 7254 [10:37:14.147] collectAutoImports: 13.754248999990523 +Info 7255 [10:37:14.147] getCompletionData: Semantic work: 14.396511999890208 +Info 7256 [10:37:14.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5558580001816154 +Info 7257 [10:37:14.154] Format host information updated +Info 7258 [10:37:14.185] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7259 [10:37:14.195] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 9.644173999782652ms +Info 7260 [10:37:14.195] Different program with same set of files +Info 7261 [10:37:14.195] getCompletionData: Get current token: 0.0047330004163086414 +Info 7262 [10:37:14.195] getCompletionData: Is inside comment: 0.013844999950379133 +Info 7263 [10:37:14.195] getCompletionData: Get previous token: 0.010996000375598669 +Info 7264 [10:37:14.195] getCompletionsAtPosition: isCompletionListBlocker: 0.00797600019723177 +Info 7265 [10:37:14.196] getExportInfoMap: cache hit +Info 7266 [10:37:14.207] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 7267 [10:37:14.207] collectAutoImports: response is complete +Info 7268 [10:37:14.207] collectAutoImports: 10.843386000022292 +Info 7269 [10:37:14.207] getCompletionData: Semantic work: 11.607760000042617 +Info 7270 [10:37:14.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8257069997489452 +Info 7271 [10:37:14.214] Format host information updated +Info 7272 [10:37:15.441] getCompletionData: Get current token: 0.004840000066906214 +Info 7273 [10:37:15.441] getCompletionData: Is inside comment: 0.0014770003035664558 +Info 7274 [10:37:15.441] getCompletionData: Get previous token: 0.014060999732464552 +Info 7275 [10:37:15.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0031589996069669724 +Info 7276 [10:37:15.441] getExportInfoMap: cache hit +Info 7277 [10:37:15.447] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 7278 [10:37:15.447] collectAutoImports: response is complete +Info 7279 [10:37:15.447] collectAutoImports: 6.102580999955535 +Info 7280 [10:37:15.447] getCompletionData: Semantic work: 6.643903000280261 +Info 7281 [10:37:15.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.713368999771774 +Info 7282 [10:37:15.952] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7283 [10:37:15.960] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 7.5948769999668ms +Info 7284 [10:37:15.960] Different program with same set of files +Info 7285 [10:37:15.960] getCompletionData: Get current token: 0.004266000352799892 +Info 7286 [10:37:15.960] getCompletionData: Is inside comment: 0.0013279998674988747 +Info 7287 [10:37:15.960] getCompletionData: Get previous token: 0.02196200005710125 +Info 7288 [10:37:15.960] getCompletionsAtPosition: isCompletionListBlocker: 0.0021799998357892036 +Info 7289 [10:37:15.962] getCompletionData: Semantic work: 1.4437489998526871 +Info 7290 [10:37:15.962] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9237750000320375 +Info 7291 [10:37:15.963] Format host information updated +Info 7292 [10:37:16.017] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7293 [10:37:16.031] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 14.243624000344425ms +Info 7294 [10:37:16.031] Different program with same set of files +Info 7295 [10:37:16.032] getCompletionData: Get current token: 0.010628999676555395 +Info 7296 [10:37:16.032] getCompletionData: Is inside comment: 0.003514000214636326 +Info 7297 [10:37:16.032] getCompletionData: Get previous token: 0.04391099978238344 +Info 7298 [10:37:16.032] getCompletionsAtPosition: isCompletionListBlocker: 0.014258999843150377 +Info 7299 [10:37:16.033] getExportInfoMap: cache hit +Info 7300 [10:37:16.051] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 7301 [10:37:16.051] collectAutoImports: response is complete +Info 7302 [10:37:16.051] collectAutoImports: 18.276014999952167 +Info 7303 [10:37:16.051] getCompletionData: Semantic work: 19.42017799988389 +Info 7304 [10:37:16.054] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5942500000819564 +Info 7305 [10:37:16.056] Format host information updated +Info 7306 [10:37:17.501] getCompletionData: Get current token: 0.004610999953001738 +Info 7307 [10:37:17.501] getCompletionData: Is inside comment: 0.001391999889165163 +Info 7308 [10:37:17.501] getCompletionData: Get previous token: 0.020711000077426434 +Info 7309 [10:37:17.501] getCompletionsAtPosition: isCompletionListBlocker: 0.0026330002583563328 +Info 7310 [10:37:17.502] getExportInfoMap: cache hit +Info 7311 [10:37:17.503] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 7312 [10:37:17.503] collectAutoImports: response is complete +Info 7313 [10:37:17.503] collectAutoImports: 1.4604829996824265 +Info 7314 [10:37:17.503] getCompletionData: Semantic work: 2.060996999964118 +Info 7315 [10:37:17.504] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.904124999884516 +Info 7316 [10:37:17.773] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7317 [10:37:17.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 6.920512999873608ms +Info 7318 [10:37:17.780] Different program with same set of files +Info 7319 [10:37:17.781] getCompletionData: Get current token: 0.00469199987128377 +Info 7320 [10:37:17.781] getCompletionData: Is inside comment: 0.0017019999213516712 +Info 7321 [10:37:17.781] getCompletionData: Get previous token: 0.02619899995625019 +Info 7322 [10:37:17.781] getCompletionsAtPosition: isCompletionListBlocker: 0.00230899965390563 +Info 7323 [10:37:17.781] getExportInfoMap: cache hit +Info 7324 [10:37:17.783] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7325 [10:37:17.783] collectAutoImports: response is complete +Info 7326 [10:37:17.783] collectAutoImports: 1.582882999908179 +Info 7327 [10:37:17.783] getCompletionData: Semantic work: 2.1934080002829432 +Info 7328 [10:37:17.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0264560002833605 +Info 7329 [10:37:17.786] Format host information updated +Info 7330 [10:37:17.848] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7331 [10:37:17.855] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 6.8266539997421205ms +Info 7332 [10:37:17.855] Different program with same set of files +Info 7333 [10:37:17.855] getCompletionData: Get current token: 0.005016999784857035 +Info 7334 [10:37:17.855] getCompletionData: Is inside comment: 0.001702999696135521 +Info 7335 [10:37:17.855] getCompletionData: Get previous token: 0.025938999839127064 +Info 7336 [10:37:17.855] getCompletionsAtPosition: isCompletionListBlocker: 0.0025679999962449074 +Info 7337 [10:37:17.856] getExportInfoMap: cache hit +Info 7338 [10:37:17.857] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7339 [10:37:17.857] collectAutoImports: response is complete +Info 7340 [10:37:17.857] collectAutoImports: 1.5723379999399185 +Info 7341 [10:37:17.857] getCompletionData: Semantic work: 2.144948999863118 +Info 7342 [10:37:17.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.014390999916941 +Info 7343 [10:37:17.859] Format host information updated +Info 7344 [10:37:17.916] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7345 [10:37:17.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 6.463796999771148ms +Info 7346 [10:37:17.923] Different program with same set of files +Info 7347 [10:37:17.923] getCompletionData: Get current token: 0.004102000035345554 +Info 7348 [10:37:17.923] getCompletionData: Is inside comment: 0.0013150000013411045 +Info 7349 [10:37:17.923] getCompletionData: Get previous token: 0.022625999990850687 +Info 7350 [10:37:17.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0023209997452795506 +Info 7351 [10:37:17.924] getExportInfoMap: cache hit +Info 7352 [10:37:17.925] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7353 [10:37:17.925] collectAutoImports: response is complete +Info 7354 [10:37:17.925] collectAutoImports: 1.4497239999473095 +Info 7355 [10:37:17.925] getCompletionData: Semantic work: 2.0279999999329448 +Info 7356 [10:37:17.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9070879998616874 +Info 7357 [10:37:17.927] Format host information updated +Info 7358 [10:37:18.007] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7359 [10:37:18.038] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 30.72702099988237ms +Info 7360 [10:37:18.038] Different program with same set of files +Info 7361 [10:37:18.038] getCompletionData: Get current token: 0.014937000349164009 +Info 7362 [10:37:18.039] getCompletionData: Is inside comment: 0.004509999882429838 +Info 7363 [10:37:18.039] getCompletionData: Get previous token: 0.06962000019848347 +Info 7364 [10:37:18.039] getCompletionsAtPosition: isCompletionListBlocker: 0.0058580003678798676 +Info 7365 [10:37:18.040] getExportInfoMap: cache hit +Info 7366 [10:37:18.044] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 7367 [10:37:18.044] collectAutoImports: response is complete +Info 7368 [10:37:18.044] collectAutoImports: 3.8637239998206496 +Info 7369 [10:37:18.044] getCompletionData: Semantic work: 5.3040680000558496 +Info 7370 [10:37:18.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.183871999848634 +Info 7371 [10:37:18.047] Format host information updated +Info 7372 [10:37:20.517] getCompletionData: Get current token: 0.004255000036209822 +Info 7373 [10:37:20.518] getCompletionData: Is inside comment: 0.0013609998859465122 +Info 7374 [10:37:20.518] getCompletionData: Get previous token: 0.014582000207155943 +Info 7375 [10:37:20.518] getCompletionsAtPosition: isCompletionListBlocker: 0.002183999866247177 +Info 7376 [10:37:20.518] getCompletionData: Semantic work: 0.7860369998961687 +Info 7377 [10:37:20.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7962259999476373 +Info 7378 [10:37:24.466] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7379 [10:37:24.473] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 6.795837000012398ms +Info 7380 [10:37:24.473] Different program with same set of files +Info 7381 [10:37:24.473] getCompletionData: Get current token: 0.004791999701410532 +Info 7382 [10:37:24.473] getCompletionData: Is inside comment: 0.0014419998042285442 +Info 7383 [10:37:24.473] getCompletionData: Get previous token: 0.019060999620705843 +Info 7384 [10:37:24.473] getCompletionsAtPosition: isCompletionListBlocker: 0.0022109998390078545 +Info 7385 [10:37:24.473] getCompletionData: Semantic work: 0.5144210001453757 +Info 7386 [10:37:24.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16201500035822392 +Info 7387 [10:37:24.476] Format host information updated +Info 7388 [10:37:25.549] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7389 [10:37:25.555] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 6.289973999839276ms +Info 7390 [10:37:25.555] Different program with same set of files +Info 7391 [10:37:25.555] getCompletionData: Get current token: 0.0033110002987086773 +Info 7392 [10:37:25.555] getCompletionData: Is inside comment: 0.0011459998786449432 +Info 7393 [10:37:25.555] getCompletionData: Get previous token: 0.022593000438064337 +Info 7394 [10:37:25.555] getCompletionsAtPosition: isCompletionListBlocker: 0.002406999934464693 +Info 7395 [10:37:25.556] getCompletionData: Semantic work: 0.4395170002244413 +Info 7396 [10:37:25.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.32800200022757053 +Info 7397 [10:37:25.556] Format host information updated +Info 7398 [10:37:25.635] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7399 [10:37:25.642] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 6.428830000106245ms +Info 7400 [10:37:25.642] Different program with same set of files +Info 7401 [10:37:25.642] getCompletionData: Get current token: 0.004377000033855438 +Info 7402 [10:37:25.642] getCompletionData: Is inside comment: 0.0015739998780190945 +Info 7403 [10:37:25.642] getCompletionData: Get previous token: 0.02676799986511469 +Info 7404 [10:37:25.642] getCompletionsAtPosition: isCompletionListBlocker: 0.002313000150024891 +Info 7405 [10:37:25.642] getCompletionData: Semantic work: 0.49043900007382035 +Info 7406 [10:37:25.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.36980400001630187 +Info 7407 [10:37:25.643] Format host information updated +Info 7408 [10:37:25.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7409 [10:37:25.722] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 9.164096999913454ms +Info 7410 [10:37:25.722] Different program with same set of files +Info 7411 [10:37:25.722] getCompletionData: Get current token: 0.004516000393778086 +Info 7412 [10:37:25.722] getCompletionData: Is inside comment: 0.0016180002130568027 +Info 7413 [10:37:25.722] getCompletionData: Get previous token: 0.02540599973872304 +Info 7414 [10:37:25.722] getCompletionsAtPosition: isCompletionListBlocker: 0.0025209998711943626 +Info 7415 [10:37:25.722] getCompletionData: Semantic work: 0.5367700001224875 +Info 7416 [10:37:25.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41982199996709824 +Info 7417 [10:37:25.723] Format host information updated +Info 7418 [10:37:26.398] Format host information updated +Info 7419 [10:37:26.399] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7420 [10:37:26.406] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 6.936548999976367ms +Info 7421 [10:37:26.406] Different program with same set of files +Info 7422 [10:37:27.780] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7423 [10:37:27.789] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 8.79610799998045ms +Info 7424 [10:37:27.789] Different program with same set of files +Info 7425 [10:37:27.789] getCompletionData: Get current token: 0.001996999606490135 +Info 7426 [10:37:27.789] getCompletionData: Is inside comment: 0.0009260000661015511 +Info 7427 [10:37:27.789] getCompletionData: Get previous token: 0.009089000057429075 +Info 7428 [10:37:27.789] getCompletionsAtPosition: isCompletionListBlocker: 0.0024319998919963837 +Info 7429 [10:37:27.790] getCompletionData: Semantic work: 0.10424500005319715 +Info 7430 [10:37:27.790] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7391139999963343 +Info 7431 [10:37:27.791] Format host information updated +Info 7432 [10:37:28.679] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7433 [10:37:28.687] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 7.855429000221193ms +Info 7434 [10:37:28.687] Different program with same set of files +Info 7435 [10:37:28.687] getCompletionData: Get current token: 0.00230199983343482 +Info 7436 [10:37:28.687] getCompletionData: Is inside comment: 0.0011170003563165665 +Info 7437 [10:37:28.687] getCompletionData: Get previous token: 0.012732999864965677 +Info 7438 [10:37:28.687] getCompletionsAtPosition: isCompletionListBlocker: 0.0025379997678101063 +Info 7439 [10:37:28.688] getCompletionData: Semantic work: 0.11212600022554398 +Info 7440 [10:37:28.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6622770000249147 +Info 7441 [10:37:28.689] Format host information updated +Info 7442 [10:37:28.787] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7443 [10:37:28.795] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 7.6456200000829995ms +Info 7444 [10:37:28.795] Different program with same set of files +Info 7445 [10:37:28.795] getCompletionData: Get current token: 0.002598999999463558 +Info 7446 [10:37:28.795] getCompletionData: Is inside comment: 0.0012839999981224537 +Info 7447 [10:37:28.795] getCompletionData: Get previous token: 0.013662000186741352 +Info 7448 [10:37:28.795] getCompletionsAtPosition: isCompletionListBlocker: 0.002651999704539776 +Info 7449 [10:37:28.795] getCompletionData: Semantic work: 0.14541899971663952 +Info 7450 [10:37:28.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7750150002539158 +Info 7451 [10:37:28.797] Format host information updated +Info 7452 [10:37:28.902] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7453 [10:37:28.910] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 7.767034000251442ms +Info 7454 [10:37:28.910] Different program with same set of files +Info 7455 [10:37:28.910] getCompletionData: Get current token: 0.003000999800860882 +Info 7456 [10:37:28.910] getCompletionData: Is inside comment: 0.0010779998265206814 +Info 7457 [10:37:28.910] getCompletionData: Get previous token: 0.012637000065296888 +Info 7458 [10:37:28.910] getCompletionsAtPosition: isCompletionListBlocker: 0.002696000039577484 +Info 7459 [10:37:28.910] getCompletionData: Semantic work: 0.1036519999615848 +Info 7460 [10:37:28.912] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.137968000024557 +Info 7461 [10:37:28.913] Format host information updated +Info 7462 [10:37:28.962] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7463 [10:37:28.970] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 7.638296999968588ms +Info 7464 [10:37:28.970] Different program with same set of files +Info 7465 [10:37:28.970] getCompletionData: Get current token: 0.0025679999962449074 +Info 7466 [10:37:28.970] getCompletionData: Is inside comment: 0.001346999779343605 +Info 7467 [10:37:28.970] getCompletionData: Get previous token: 0.012968999799340963 +Info 7468 [10:37:28.970] getCompletionsAtPosition: isCompletionListBlocker: 0.0024159997701644897 +Info 7469 [10:37:28.970] getCompletionData: Semantic work: 0.10768399992957711 +Info 7470 [10:37:28.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7541079996153712 +Info 7471 [10:37:28.971] Format host information updated +Info 7472 [10:37:29.050] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7473 [10:37:29.057] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 7.097777999937534ms +Info 7474 [10:37:29.057] Different program with same set of files +Info 7475 [10:37:29.058] getCompletionData: Get current token: 0.00331099983304739 +Info 7476 [10:37:29.058] getCompletionData: Is inside comment: 0.0012920000590384007 +Info 7477 [10:37:29.058] getCompletionData: Get previous token: 0.015881000086665154 +Info 7478 [10:37:29.058] getCompletionsAtPosition: isCompletionListBlocker: 0.0028119999915361404 +Info 7479 [10:37:29.058] getCompletionData: Semantic work: 0.13754000002518296 +Info 7480 [10:37:29.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8360029999166727 +Info 7481 [10:37:29.061] Format host information updated +Info 7482 [10:37:29.188] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7483 [10:37:29.195] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 6.880856000352651ms +Info 7484 [10:37:29.195] Different program with same set of files +Info 7485 [10:37:29.195] getCompletionData: Get current token: 0.0023799999617040157 +Info 7486 [10:37:29.195] getCompletionData: Is inside comment: 0.000998999923467636 +Info 7487 [10:37:29.195] getCompletionData: Get previous token: 0.012012000195682049 +Info 7488 [10:37:29.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0024780002422630787 +Info 7489 [10:37:29.195] getCompletionData: Semantic work: 0.10422200011089444 +Info 7490 [10:37:29.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6935350000858307 +Info 7491 [10:37:29.196] Format host information updated +Info 7492 [10:37:29.917] Format host information updated +Info 7493 [10:37:29.918] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7494 [10:37:29.924] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 6.6461219997145236ms +Info 7495 [10:37:29.924] Different program with same set of files +Info 7496 [10:37:30.015] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7497 [10:37:30.024] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 8.59492600010708ms +Info 7498 [10:37:30.024] Different program with same set of files +Info 7499 [10:37:30.024] getCompletionData: Get current token: 0.0034370003268122673 +Info 7500 [10:37:30.024] getCompletionData: Is inside comment: 0.0015040002763271332 +Info 7501 [10:37:30.024] getCompletionData: Get previous token: 0.017721999902278185 +Info 7502 [10:37:30.024] getCompletionsAtPosition: isCompletionListBlocker: 0.012740999925881624 +Info 7503 [10:37:30.024] Returning an empty list because completion was requested in an invalid position. +Info 7504 [10:37:30.024] Format host information updated +Info 7505 [10:37:30.077] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7506 [10:37:30.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 8.395684000104666ms +Info 7507 [10:37:30.085] Different program with same set of files +Info 7508 [10:37:30.086] getCompletionData: Get current token: 0.004621999803930521 +Info 7509 [10:37:30.086] getCompletionData: Is inside comment: 0.0016009998507797718 +Info 7510 [10:37:30.086] getCompletionData: Get previous token: 0.017419999931007624 +Info 7511 [10:37:30.086] getCompletionsAtPosition: isCompletionListBlocker: 0.01918899966403842 +Info 7512 [10:37:30.086] getExportInfoMap: cache hit +Info 7513 [10:37:30.107] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 7514 [10:37:30.107] collectAutoImports: response is complete +Info 7515 [10:37:30.107] collectAutoImports: 20.779378999955952 +Info 7516 [10:37:30.107] getCompletionData: Semantic work: 21.718998999800533 +Info 7517 [10:37:30.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.352324000094086 +Info 7518 [10:37:30.114] Format host information updated +Info 7519 [10:37:30.136] Format host information updated +Info 7520 [10:37:30.136] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7521 [10:37:30.143] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 6.397835999727249ms +Info 7522 [10:37:30.143] Different program with same set of files +Info 7523 [10:37:30.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7524 [10:37:30.480] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 8.701874000020325ms +Info 7525 [10:37:30.480] Different program with same set of files +Info 7526 [10:37:30.480] getCompletionData: Get current token: 0.003043999895453453 +Info 7527 [10:37:30.480] getCompletionData: Is inside comment: 0.0012640003114938736 +Info 7528 [10:37:30.480] getCompletionData: Get previous token: 0.015072000212967396 +Info 7529 [10:37:30.480] getCompletionsAtPosition: isCompletionListBlocker: 0.0016179997473955154 +Info 7530 [10:37:30.480] Returning an empty list because completion was requested in an invalid position. +Info 7531 [10:37:30.480] Format host information updated +Info 7532 [10:37:30.602] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7533 [10:37:30.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 6.53086999990046ms +Info 7534 [10:37:30.608] Different program with same set of files +Info 7535 [10:37:30.608] getCompletionData: Get current token: 0.002057999838143587 +Info 7536 [10:37:30.608] getCompletionData: Is inside comment: 0.000986000057309866 +Info 7537 [10:37:30.608] getCompletionData: Get previous token: 0.012720999773591757 +Info 7538 [10:37:30.608] getCompletionsAtPosition: isCompletionListBlocker: 0.001058999914675951 +Info 7539 [10:37:30.608] Returning an empty list because completion was requested in an invalid position. +Info 7540 [10:37:30.609] Format host information updated +Info 7541 [10:37:30.701] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7542 [10:37:30.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 7.253191000316292ms +Info 7543 [10:37:30.708] Different program with same set of files +Info 7544 [10:37:30.708] getCompletionData: Get current token: 0.0027170004323124886 +Info 7545 [10:37:30.708] getCompletionData: Is inside comment: 0.0012320000678300858 +Info 7546 [10:37:30.708] getCompletionData: Get previous token: 0.014254000037908554 +Info 7547 [10:37:30.708] getCompletionsAtPosition: isCompletionListBlocker: 0.001335000153630972 +Info 7548 [10:37:30.708] Returning an empty list because completion was requested in an invalid position. +Info 7549 [10:37:30.711] Format host information updated +Info 7550 [10:37:32.263] Format host information updated +Info 7551 [10:37:32.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7552 [10:37:32.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 6.610764000099152ms +Info 7553 [10:37:32.270] Different program with same set of files +Info 7554 [10:37:36.652] getCompletionData: Get current token: 0.004063999745994806 +Info 7555 [10:37:36.652] getCompletionData: Is inside comment: 0.0013340003788471222 +Info 7556 [10:37:36.652] getCompletionData: Get previous token: 0.022427000105381012 +Info 7557 [10:37:36.652] getCompletionsAtPosition: isCompletionListBlocker: 0.002607000060379505 +Info 7558 [10:37:36.652] getCompletionData: Semantic work: 0.588814000133425 +Info 7559 [10:37:36.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1288549997843802 +Info 7560 [10:37:37.181] Format host information updated +Info 7561 [10:37:37.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7562 [10:37:37.189] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 7.235537000000477ms +Info 7563 [10:37:37.189] Different program with same set of files +Info 7564 [10:37:37.807] Format host information updated +Info 7565 [10:37:37.807] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7566 [10:37:37.814] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 6.911443999968469ms +Info 7567 [10:37:37.814] Different program with same set of files +Info 7568 [10:37:38.039] Format host information updated +Info 7569 [10:37:38.040] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7570 [10:37:38.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 7.830505999736488ms +Info 7571 [10:37:38.048] Different program with same set of files +Info 7572 [10:37:38.198] Format host information updated +Info 7573 [10:37:38.198] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7574 [10:37:38.207] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 8.982549999840558ms +Info 7575 [10:37:38.207] Different program with same set of files +Info 7576 [10:37:38.390] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7577 [10:37:38.399] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 8.200569999869913ms +Info 7578 [10:37:38.399] Different program with same set of files +Info 7579 [10:37:38.399] getCompletionData: Get current token: 0.006402000319212675 +Info 7580 [10:37:38.399] getCompletionData: Is inside comment: 0.01956599997356534 +Info 7581 [10:37:38.399] getCompletionData: Get previous token: 0.028224000241607428 +Info 7582 [10:37:38.399] getCompletionsAtPosition: isCompletionListBlocker: 0.0032770000398159027 +Info 7583 [10:37:38.402] getCompletionData: Semantic work: 2.8331349999643862 +Info 7584 [10:37:38.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11429199995473027 +Info 7585 [10:37:38.402] Format host information updated +Info 7586 [10:37:38.496] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7587 [10:37:38.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 27.794065999798477ms +Info 7588 [10:37:38.524] Different program with same set of files +Info 7589 [10:37:38.525] getCompletionData: Get current token: 0.01708799973130226 +Info 7590 [10:37:38.525] getCompletionData: Is inside comment: 0.05594200035557151 +Info 7591 [10:37:38.525] getCompletionData: Get previous token: 0.1288479999639094 +Info 7592 [10:37:38.525] getCompletionsAtPosition: isCompletionListBlocker: 0.006587000098079443 +Info 7593 [10:37:38.528] getCompletionData: Semantic work: 3.1422810000367463 +Info 7594 [10:37:38.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20997999981045723 +Info 7595 [10:37:38.529] Format host information updated +Info 7596 [10:37:38.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7597 [10:37:38.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 6.946554999798536ms +Info 7598 [10:37:38.565] Different program with same set of files +Info 7599 [10:37:38.565] getCompletionData: Get current token: 0.005323000252246857 +Info 7600 [10:37:38.565] getCompletionData: Is inside comment: 0.015210000332444906 +Info 7601 [10:37:38.566] getCompletionData: Get previous token: 0.02158499974757433 +Info 7602 [10:37:38.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0025140000507235527 +Info 7603 [10:37:38.567] getCompletionData: Semantic work: 1.0992040000855923 +Info 7604 [10:37:38.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10303900018334389 +Info 7605 [10:37:38.570] Format host information updated +Info 7606 [10:37:38.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7607 [10:37:38.639] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 10.529679999686778ms +Info 7608 [10:37:38.639] Different program with same set of files +Info 7609 [10:37:38.640] getCompletionData: Get current token: 0.00914800027385354 +Info 7610 [10:37:38.640] getCompletionData: Is inside comment: 0.027162999846041203 +Info 7611 [10:37:38.640] getCompletionData: Get previous token: 0.040572000201791525 +Info 7612 [10:37:38.640] getCompletionsAtPosition: isCompletionListBlocker: 0.003977000247687101 +Info 7613 [10:37:38.641] getCompletionData: Semantic work: 1.411807999946177 +Info 7614 [10:37:38.642] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12569199968129396 +Info 7615 [10:37:38.642] Format host information updated +Info 7616 [10:37:38.813] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7617 [10:37:38.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 6.898221000097692ms +Info 7618 [10:37:38.820] Different program with same set of files +Info 7619 [10:37:38.820] getCompletionData: Get current token: 0.005770999938249588 +Info 7620 [10:37:38.820] getCompletionData: Is inside comment: 0.017675000242888927 +Info 7621 [10:37:38.820] getCompletionData: Get previous token: 0.025661000050604343 +Info 7622 [10:37:38.820] getCompletionsAtPosition: isCompletionListBlocker: 0.002990999724715948 +Info 7623 [10:37:38.821] getCompletionData: Semantic work: 1.1099370000883937 +Info 7624 [10:37:38.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09405199997127056 +Info 7625 [10:37:38.823] Format host information updated +Info 7626 [10:37:39.302] Format host information updated +Info 7627 [10:37:39.303] Format host information updated +Info 7628 [10:37:39.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7629 [10:37:39.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 6.668534999713302ms +Info 7630 [10:37:39.309] Different program with same set of files +Info 7631 [10:37:39.310] getCompletionData: Get current token: 0.0038850000128149986 +Info 7632 [10:37:39.310] getCompletionData: Is inside comment: 0.01362699968740344 +Info 7633 [10:37:39.310] getCompletionData: Get previous token: 0.011181000154465437 +Info 7634 [10:37:39.310] getCompletionsAtPosition: isCompletionListBlocker: 0.0028440002351999283 +Info 7635 [10:37:39.311] getExportInfoMap: cache hit +Info 7636 [10:37:39.329] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 7637 [10:37:39.329] collectAutoImports: response is complete +Info 7638 [10:37:39.329] collectAutoImports: 17.95758399972692 +Info 7639 [10:37:39.329] getCompletionData: Semantic work: 19.108421999961138 +Info 7640 [10:37:39.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9483320000581443 +Info 7641 [10:37:39.338] getCompletionData: Get current token: 0.011435000225901604 +Info 7642 [10:37:39.338] getCompletionData: Is inside comment: 0.003577999770641327 +Info 7643 [10:37:39.338] getCompletionData: Get previous token: 0.02260599983856082 +Info 7644 [10:37:39.338] getCompletionsAtPosition: isCompletionListBlocker: 0.002634999807924032 +Info 7645 [10:37:39.339] getCompletionData: Semantic work: 0.4747269996441901 +Info 7646 [10:37:39.341] getCompletionData: Get current token: 0.011970999650657177 +Info 7647 [10:37:39.341] getCompletionData: Is inside comment: 0.0033140000887215137 +Info 7648 [10:37:39.341] getCompletionData: Get previous token: 0.04023599997162819 +Info 7649 [10:37:39.341] getCompletionsAtPosition: isCompletionListBlocker: 0.0018029999919235706 +Info 7650 [10:37:39.341] getCompletionData: Semantic work: 0.2600420000962913 +Info 7651 [10:37:39.342] Format host information updated +Info 7652 [10:37:39.425] Format host information updated +Info 7653 [10:37:39.425] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7654 [10:37:39.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 6.877896999940276ms +Info 7655 [10:37:39.432] Different program with same set of files +Info 7656 [10:37:40.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7657 [10:37:40.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 7.123436000198126ms +Info 7658 [10:37:40.804] Different program with same set of files +Info 7659 [10:37:40.805] getCompletionData: Get current token: 0.0046190000139176846 +Info 7660 [10:37:40.805] getCompletionData: Is inside comment: 0.0186450001783669 +Info 7661 [10:37:40.805] getCompletionData: Get previous token: 0.027147000189870596 +Info 7662 [10:37:40.805] getCompletionsAtPosition: isCompletionListBlocker: 0.0030979998409748077 +Info 7663 [10:37:40.805] getExportInfoMap: cache hit +Info 7664 [10:37:40.808] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 12 from cache +Info 7665 [10:37:40.808] collectAutoImports: response is complete +Info 7666 [10:37:40.808] collectAutoImports: 3.1284989998675883 +Info 7667 [10:37:40.808] getCompletionData: Semantic work: 3.8414739998988807 +Info 7668 [10:37:40.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6127949999645352 +Info 7669 [10:37:40.813] Format host information updated +Info 7670 [10:37:40.892] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7671 [10:37:40.906] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 13.51765999989584ms +Info 7672 [10:37:40.906] Different program with same set of files +Info 7673 [10:37:40.906] getCompletionData: Get current token: 0.004078999627381563 +Info 7674 [10:37:40.906] getCompletionData: Is inside comment: 0.013163999654352665 +Info 7675 [10:37:40.906] getCompletionData: Get previous token: 0.021978000178933144 +Info 7676 [10:37:40.906] getCompletionsAtPosition: isCompletionListBlocker: 0.002474999986588955 +Info 7677 [10:37:40.906] getExportInfoMap: cache hit +Info 7678 [10:37:40.909] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 8 from cache +Info 7679 [10:37:40.909] collectAutoImports: response is complete +Info 7680 [10:37:40.909] collectAutoImports: 2.3407990001142025 +Info 7681 [10:37:40.909] getCompletionData: Semantic work: 2.9209440001286566 +Info 7682 [10:37:40.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2051170002669096 +Info 7683 [10:37:40.911] Format host information updated +Info 7684 [10:37:40.982] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7685 [10:37:40.989] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 7.033528999891132ms +Info 7686 [10:37:40.989] Different program with same set of files +Info 7687 [10:37:40.989] getCompletionData: Get current token: 0.0050039999186992645 +Info 7688 [10:37:40.989] getCompletionData: Is inside comment: 0.016966999974101782 +Info 7689 [10:37:40.989] getCompletionData: Get previous token: 0.027866000309586525 +Info 7690 [10:37:40.989] getCompletionsAtPosition: isCompletionListBlocker: 0.0031320000998675823 +Info 7691 [10:37:40.990] getExportInfoMap: cache hit +Info 7692 [10:37:40.992] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 7693 [10:37:40.992] collectAutoImports: response is complete +Info 7694 [10:37:40.992] collectAutoImports: 2.3016869998537004 +Info 7695 [10:37:40.992] getCompletionData: Semantic work: 2.9989640000276268 +Info 7696 [10:37:40.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4217330003157258 +Info 7697 [10:37:40.997] Format host information updated +Info 7698 [10:37:41.095] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7699 [10:37:41.118] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 22.94759500026703ms +Info 7700 [10:37:41.118] Different program with same set of files +Info 7701 [10:37:41.119] getCompletionData: Get current token: 0.011067999992519617 +Info 7702 [10:37:41.119] getCompletionData: Is inside comment: 0.03587999986484647 +Info 7703 [10:37:41.119] getCompletionData: Get previous token: 0.06283399974927306 +Info 7704 [10:37:41.119] getCompletionsAtPosition: isCompletionListBlocker: 0.004888999741524458 +Info 7705 [10:37:41.120] getExportInfoMap: cache hit +Info 7706 [10:37:41.124] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 7707 [10:37:41.124] collectAutoImports: response is complete +Info 7708 [10:37:41.124] collectAutoImports: 3.7174730002880096 +Info 7709 [10:37:41.124] getCompletionData: Semantic work: 5.090330999810249 +Info 7710 [10:37:41.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2879240000620484 +Info 7711 [10:37:41.128] Format host information updated +Info 7712 [10:37:41.251] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7713 [10:37:41.257] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 6.7943589999340475ms +Info 7714 [10:37:41.257] Different program with same set of files +Info 7715 [10:37:41.258] getCompletionData: Get current token: 0.0047980002127587795 +Info 7716 [10:37:41.258] getCompletionData: Is inside comment: 0.01650000037625432 +Info 7717 [10:37:41.258] getCompletionData: Get previous token: 0.027695000171661377 +Info 7718 [10:37:41.258] getCompletionsAtPosition: isCompletionListBlocker: 0.0028550000861287117 +Info 7719 [10:37:41.258] getExportInfoMap: cache hit +Info 7720 [10:37:41.260] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 7721 [10:37:41.260] collectAutoImports: response is complete +Info 7722 [10:37:41.260] collectAutoImports: 1.9898009998723865 +Info 7723 [10:37:41.260] getCompletionData: Semantic work: 2.6708900001831353 +Info 7724 [10:37:41.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3008790002204478 +Info 7725 [10:37:41.264] Format host information updated +Info 7726 [10:37:41.394] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7727 [10:37:41.401] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 7.02295000012964ms +Info 7728 [10:37:41.401] Different program with same set of files +Info 7729 [10:37:41.401] getCompletionData: Get current token: 0.004915999714285135 +Info 7730 [10:37:41.401] getCompletionData: Is inside comment: 0.016944000031799078 +Info 7731 [10:37:41.401] getCompletionData: Get previous token: 0.026914000045508146 +Info 7732 [10:37:41.401] getCompletionsAtPosition: isCompletionListBlocker: 0.0031230002641677856 +Info 7733 [10:37:41.402] getExportInfoMap: cache hit +Info 7734 [10:37:41.404] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 7735 [10:37:41.404] collectAutoImports: response is complete +Info 7736 [10:37:41.404] collectAutoImports: 1.940156000200659 +Info 7737 [10:37:41.404] getCompletionData: Semantic work: 2.6154879997484386 +Info 7738 [10:37:41.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2901940001174808 +Info 7739 [10:37:41.406] Format host information updated +Info 7740 [10:37:41.470] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7741 [10:37:41.496] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 25.96353599987924ms +Info 7742 [10:37:41.496] Different program with same set of files +Info 7743 [10:37:41.497] getCompletionData: Get current token: 0.014051999896764755 +Info 7744 [10:37:41.497] getCompletionData: Is inside comment: 0.04836999997496605 +Info 7745 [10:37:41.497] getCompletionData: Get previous token: 0.07687100023031235 +Info 7746 [10:37:41.497] getCompletionsAtPosition: isCompletionListBlocker: 0.006430000066757202 +Info 7747 [10:37:41.499] getExportInfoMap: cache hit +Info 7748 [10:37:41.504] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 7749 [10:37:41.504] collectAutoImports: response is complete +Info 7750 [10:37:41.504] collectAutoImports: 4.5325199998915195 +Info 7751 [10:37:41.504] getCompletionData: Semantic work: 6.344661000184715 +Info 7752 [10:37:41.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.471754999831319 +Info 7753 [10:37:41.511] Format host information updated +Info 7754 [10:37:43.349] Format host information updated +Info 7755 [10:37:43.349] Format host information updated +Info 7756 [10:37:43.349] Format host information updated +Info 7757 [10:37:43.350] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7758 [10:37:43.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 6.628891999833286ms +Info 7759 [10:37:43.356] Different program with same set of files +Info 7760 [10:37:43.357] getCompletionData: Get current token: 0.010468000080436468 +Info 7761 [10:37:43.357] getCompletionData: Is inside comment: 0.0044280001893639565 +Info 7762 [10:37:43.357] getCompletionData: Get previous token: 0.02933999989181757 +Info 7763 [10:37:43.357] getCompletionsAtPosition: isCompletionListBlocker: 0.003271999768912792 +Info 7764 [10:37:43.357] getCompletionData: Semantic work: 0.5346949999220669 +Info 7765 [10:37:43.359] getCompletionData: Get current token: 0.0051020001992583275 +Info 7766 [10:37:43.359] getCompletionData: Is inside comment: 0.015174000058323145 +Info 7767 [10:37:43.359] getCompletionData: Get previous token: 0.024758999701589346 +Info 7768 [10:37:43.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0014700000174343586 +Info 7769 [10:37:43.359] getExportInfoMap: cache hit +Info 7770 [10:37:43.361] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7771 [10:37:43.361] collectAutoImports: response is complete +Info 7772 [10:37:43.361] collectAutoImports: 1.7758319997228682 +Info 7773 [10:37:43.361] getCompletionData: Semantic work: 2.335092999972403 +Info 7774 [10:37:43.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2526889997534454 +Info 7775 [10:37:43.363] getCompletionData: Get current token: 0.007621999830007553 +Info 7776 [10:37:43.363] getCompletionData: Is inside comment: 0.0022999998182058334 +Info 7777 [10:37:43.363] getCompletionData: Get previous token: 0.022809999994933605 +Info 7778 [10:37:43.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0018319999799132347 +Info 7779 [10:37:43.364] getCompletionData: Semantic work: 0.4699250003322959 +Info 7780 [10:37:43.365] getCompletionData: Get current token: 0.007796999998390675 +Info 7781 [10:37:43.365] getCompletionData: Is inside comment: 0.0022789998911321163 +Info 7782 [10:37:43.365] getCompletionData: Get previous token: 0.02406900003552437 +Info 7783 [10:37:43.365] getCompletionsAtPosition: isCompletionListBlocker: 0.0016279998235404491 +Info 7784 [10:37:43.365] getCompletionData: Semantic work: 0.4532510000281036 +Info 7785 [10:37:43.366] Format host information updated +Info 7786 [10:37:43.544] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7787 [10:37:43.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 6.705585000105202ms +Info 7788 [10:37:43.551] Different program with same set of files +Info 7789 [10:37:43.551] getCompletionData: Get current token: 0.004736999981105328 +Info 7790 [10:37:43.551] getCompletionData: Is inside comment: 0.013725999742746353 +Info 7791 [10:37:43.551] getCompletionData: Get previous token: 0.02139499969780445 +Info 7792 [10:37:43.551] getCompletionsAtPosition: isCompletionListBlocker: 0.002747999969869852 +Info 7793 [10:37:43.551] getExportInfoMap: cache hit +Info 7794 [10:37:43.555] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7795 [10:37:43.555] collectAutoImports: response is complete +Info 7796 [10:37:43.555] collectAutoImports: 3.458050000015646 +Info 7797 [10:37:43.555] getCompletionData: Semantic work: 4.109836000017822 +Info 7798 [10:37:43.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3609319999814034 +Info 7799 [10:37:43.558] Format host information updated +Info 7800 [10:37:43.870] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7801 [10:37:43.878] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 7.566256999969482ms +Info 7802 [10:37:43.878] Different program with same set of files +Info 7803 [10:37:43.878] getCompletionData: Get current token: 0.0037899999879300594 +Info 7804 [10:37:43.878] getCompletionData: Is inside comment: 0.013558000326156616 +Info 7805 [10:37:43.878] getCompletionData: Get previous token: 0.023112999740988016 +Info 7806 [10:37:43.878] getCompletionsAtPosition: isCompletionListBlocker: 0.0028130002319812775 +Info 7807 [10:37:43.879] getExportInfoMap: cache hit +Info 7808 [10:37:43.881] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7809 [10:37:43.881] collectAutoImports: response is complete +Info 7810 [10:37:43.881] collectAutoImports: 1.9912169999442995 +Info 7811 [10:37:43.881] getCompletionData: Semantic work: 2.716981000266969 +Info 7812 [10:37:43.883] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1797250001691282 +Info 7813 [10:37:43.884] Format host information updated +Info 7814 [10:37:43.965] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7815 [10:37:43.972] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 7.370372999925166ms +Info 7816 [10:37:43.972] Different program with same set of files +Info 7817 [10:37:43.973] getCompletionData: Get current token: 0.005119000095874071 +Info 7818 [10:37:43.973] getCompletionData: Is inside comment: 0.017828000243753195 +Info 7819 [10:37:43.973] getCompletionData: Get previous token: 0.02858200017362833 +Info 7820 [10:37:43.973] getCompletionsAtPosition: isCompletionListBlocker: 0.0027809999883174896 +Info 7821 [10:37:43.973] getExportInfoMap: cache hit +Info 7822 [10:37:43.975] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7823 [10:37:43.975] collectAutoImports: response is complete +Info 7824 [10:37:43.975] collectAutoImports: 1.9270089999772608 +Info 7825 [10:37:43.975] getCompletionData: Semantic work: 2.6520930002443492 +Info 7826 [10:37:43.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5024939998984337 +Info 7827 [10:37:43.980] Format host information updated +Info 7828 [10:37:46.321] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7829 [10:37:46.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 8.361149000003934ms +Info 7830 [10:37:46.330] Different program with same set of files +Info 7831 [10:37:46.330] getCompletionData: Get current token: 0.00252800015732646 +Info 7832 [10:37:46.330] getCompletionData: Is inside comment: 0.0010979999788105488 +Info 7833 [10:37:46.330] getCompletionData: Get previous token: 0.012432999908924103 +Info 7834 [10:37:46.330] getCompletionsAtPosition: isCompletionListBlocker: 0.0017829998396337032 +Info 7835 [10:37:46.330] Returning an empty list because completion was requested in an invalid position. +Info 7836 [10:37:46.330] Format host information updated +Info 7837 [10:37:46.396] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7838 [10:37:46.404] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 7.701421999838203ms +Info 7839 [10:37:46.404] Different program with same set of files +Info 7840 [10:37:46.404] getCompletionData: Get current token: 0.0029520001262426376 +Info 7841 [10:37:46.404] getCompletionData: Is inside comment: 0.0013069999404251575 +Info 7842 [10:37:46.404] getCompletionData: Get previous token: 0.03980099968612194 +Info 7843 [10:37:46.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0020089996978640556 +Info 7844 [10:37:46.404] Returning an empty list because completion was requested in an invalid position. +Info 7845 [10:37:46.405] Format host information updated +Info 7846 [10:37:47.887] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7847 [10:37:47.897] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 9.778917000163347ms +Info 7848 [10:37:47.897] Different program with same set of files +Info 7849 [10:37:47.897] getCompletionData: Get current token: 0.005531999748200178 +Info 7850 [10:37:47.897] getCompletionData: Is inside comment: 0.0015159999020397663 +Info 7851 [10:37:47.897] getCompletionData: Get previous token: 0.03208199981600046 +Info 7852 [10:37:47.897] getCompletionsAtPosition: isCompletionListBlocker: 0.003318999893963337 +Info 7853 [10:37:47.898] getExportInfoMap: cache hit +Info 7854 [10:37:47.900] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7855 [10:37:47.900] collectAutoImports: response is complete +Info 7856 [10:37:47.900] collectAutoImports: 1.9885550001636147 +Info 7857 [10:37:47.900] getCompletionData: Semantic work: 2.716738000046462 +Info 7858 [10:37:47.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2458919999189675 +Info 7859 [10:37:47.902] Format host information updated +Info 7860 [10:37:48.359] Format host information updated +Info 7861 [10:37:48.359] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7862 [10:37:48.367] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 7.7461680001579225ms +Info 7863 [10:37:48.367] Different program with same set of files +Info 7864 [10:37:48.656] Format host information updated +Info 7865 [10:37:48.656] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7866 [10:37:48.663] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 7.393621999770403ms +Info 7867 [10:37:48.663] Different program with same set of files +Info 7868 [10:37:49.097] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7869 [10:37:49.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 6.783983000088483ms +Info 7870 [10:37:49.104] Different program with same set of files +Info 7871 [10:37:49.104] getCompletionData: Get current token: 0.002309999894350767 +Info 7872 [10:37:49.104] getCompletionData: Is inside comment: 0.0013679997064173222 +Info 7873 [10:37:49.104] getCompletionData: Get previous token: 0.011561000254005194 +Info 7874 [10:37:49.104] getCompletionsAtPosition: isCompletionListBlocker: 0.0016910000704228878 +Info 7875 [10:37:49.104] Returning an empty list because completion was requested in an invalid position. +Info 7876 [10:37:49.105] Format host information updated +Info 7877 [10:37:49.212] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7878 [10:37:49.219] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 6.929585000034422ms +Info 7879 [10:37:49.219] Different program with same set of files +Info 7880 [10:37:49.219] getCompletionData: Get current token: 0.00291999988257885 +Info 7881 [10:37:49.219] getCompletionData: Is inside comment: 0.00125400023534894 +Info 7882 [10:37:49.219] getCompletionData: Get previous token: 0.020312999840825796 +Info 7883 [10:37:49.219] getCompletionsAtPosition: isCompletionListBlocker: 0.002061000093817711 +Info 7884 [10:37:49.219] Returning an empty list because completion was requested in an invalid position. +Info 7885 [10:37:49.219] Format host information updated +Info 7886 [10:37:50.494] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7887 [10:37:50.503] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 9.34479200001806ms +Info 7888 [10:37:50.503] Different program with same set of files +Info 7889 [10:37:50.503] getCompletionData: Get current token: 0.0042489999905228615 +Info 7890 [10:37:50.503] getCompletionData: Is inside comment: 0.0011959997937083244 +Info 7891 [10:37:50.503] getCompletionData: Get previous token: 0.06861699977889657 +Info 7892 [10:37:50.504] getCompletionsAtPosition: isCompletionListBlocker: 0.0026770001277327538 +Info 7893 [10:37:50.504] getExportInfoMap: cache hit +Info 7894 [10:37:50.506] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7895 [10:37:50.506] collectAutoImports: response is complete +Info 7896 [10:37:50.506] collectAutoImports: 1.7091240002773702 +Info 7897 [10:37:50.506] getCompletionData: Semantic work: 2.371805999893695 +Info 7898 [10:37:50.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.120483999606222 +Info 7899 [10:37:50.508] Format host information updated +Info 7900 [10:37:50.875] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7901 [10:37:50.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 761 structureChanged: false structureIsReused:: Completely Elapsed: 6.8978300001472235ms +Info 7902 [10:37:50.882] Different program with same set of files +Info 7903 [10:37:50.882] getCompletionData: Get current token: 0.005481000058352947 +Info 7904 [10:37:50.882] getCompletionData: Is inside comment: 0.0017240000888705254 +Info 7905 [10:37:50.882] getCompletionData: Get previous token: 0.023044000379741192 +Info 7906 [10:37:50.883] getCompletionsAtPosition: isCompletionListBlocker: 0.003371000289916992 +Info 7907 [10:37:50.883] getExportInfoMap: cache hit +Info 7908 [10:37:50.896] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 7909 [10:37:50.896] collectAutoImports: response is complete +Info 7910 [10:37:50.896] collectAutoImports: 12.729383000172675 +Info 7911 [10:37:50.896] getCompletionData: Semantic work: 13.346758999861777 +Info 7912 [10:37:50.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0729549997486174 +Info 7913 [10:37:50.906] Format host information updated +Info 7914 [10:37:51.395] getCompletionData: Get current token: 0.004048999864608049 +Info 7915 [10:37:51.395] getCompletionData: Is inside comment: 0.013902000151574612 +Info 7916 [10:37:51.395] getCompletionData: Get previous token: 0.02285100007429719 +Info 7917 [10:37:51.395] getCompletionsAtPosition: isCompletionListBlocker: 0.003672999795526266 +Info 7918 [10:37:51.396] getExportInfoMap: cache hit +Info 7919 [10:37:51.398] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7920 [10:37:51.398] collectAutoImports: response is complete +Info 7921 [10:37:51.398] collectAutoImports: 1.678914999589324 +Info 7922 [10:37:51.398] getCompletionData: Semantic work: 2.28963700029999 +Info 7923 [10:37:51.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9624300003051758 +Info 7924 [10:37:51.514] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7925 [10:37:51.521] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 6.817572999745607ms +Info 7926 [10:37:51.521] Different program with same set of files +Info 7927 [10:37:51.521] getCompletionData: Get current token: 0.004809999838471413 +Info 7928 [10:37:51.521] getCompletionData: Is inside comment: 0.01717599993571639 +Info 7929 [10:37:51.521] getCompletionData: Get previous token: 0.015008000191301107 +Info 7930 [10:37:51.521] getCompletionsAtPosition: isCompletionListBlocker: 0.008975999895483255 +Info 7931 [10:37:51.523] getCompletionData: Semantic work: 1.935473999939859 +Info 7932 [10:37:51.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1257549999281764 +Info 7933 [10:37:51.526] Format host information updated +Info 7934 [10:37:52.000] getCompletionData: Get current token: 0.004269000142812729 +Info 7935 [10:37:52.000] getCompletionData: Is inside comment: 0.014456999953836203 +Info 7936 [10:37:52.000] getCompletionData: Get previous token: 0.012122999876737595 +Info 7937 [10:37:52.000] getCompletionsAtPosition: isCompletionListBlocker: 0.014474000316113234 +Info 7938 [10:37:52.001] getCompletionData: Semantic work: 0.3809249997138977 +Info 7939 [10:37:52.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0897729997523129 +Info 7940 [10:37:52.090] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7941 [10:37:52.102] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 11.530803999863565ms +Info 7942 [10:37:52.102] Different program with same set of files +Info 7943 [10:37:52.102] getCompletionData: Get current token: 0.004424000158905983 +Info 7944 [10:37:52.102] getCompletionData: Is inside comment: 0.014299000147730112 +Info 7945 [10:37:52.102] getCompletionData: Get previous token: 0.011189999990165234 +Info 7946 [10:37:52.102] getCompletionsAtPosition: isCompletionListBlocker: 0.006062000058591366 +Info 7947 [10:37:52.104] getCompletionData: Semantic work: 2.297967000398785 +Info 7948 [10:37:52.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06752099981531501 +Info 7949 [10:37:52.106] Format host information updated +Info 7950 [10:37:52.534] Format host information updated +Info 7951 [10:37:52.534] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7952 [10:37:52.548] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 14.153597999829799ms +Info 7953 [10:37:52.548] Different program with same set of files +Info 7954 [10:37:52.942] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7955 [10:37:52.952] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 9.657087000086904ms +Info 7956 [10:37:52.952] Different program with same set of files +Info 7957 [10:37:52.952] getCompletionData: Get current token: 0.0056859999895095825 +Info 7958 [10:37:52.952] getCompletionData: Is inside comment: 0.027930000331252813 +Info 7959 [10:37:52.952] getCompletionData: Get previous token: 0.02529600029811263 +Info 7960 [10:37:52.952] getCompletionsAtPosition: isCompletionListBlocker: 0.003111999947577715 +Info 7961 [10:37:52.954] getCompletionData: Semantic work: 2.23091599997133 +Info 7962 [10:37:52.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09071999974548817 +Info 7963 [10:37:52.955] Format host information updated +Info 7964 [10:37:53.009] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7965 [10:37:53.024] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 15.110690000001341ms +Info 7966 [10:37:53.024] Different program with same set of files +Info 7967 [10:37:53.024] getCompletionData: Get current token: 0.004342000000178814 +Info 7968 [10:37:53.024] getCompletionData: Is inside comment: 0.014787000138312578 +Info 7969 [10:37:53.024] getCompletionData: Get previous token: 0.020911999978125095 +Info 7970 [10:37:53.024] getCompletionsAtPosition: isCompletionListBlocker: 0.002979000099003315 +Info 7971 [10:37:53.026] getCompletionData: Semantic work: 2.015103000216186 +Info 7972 [10:37:53.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10603700019419193 +Info 7973 [10:37:53.027] Format host information updated +Info 7974 [10:37:53.098] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7975 [10:37:53.106] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 8.735438000410795ms +Info 7976 [10:37:53.106] Different program with same set of files +Info 7977 [10:37:53.107] getCompletionData: Get current token: 0.0050650001503527164 +Info 7978 [10:37:53.107] getCompletionData: Is inside comment: 0.017183999996632338 +Info 7979 [10:37:53.107] getCompletionData: Get previous token: 0.02416899986565113 +Info 7980 [10:37:53.107] getCompletionsAtPosition: isCompletionListBlocker: 0.028101000003516674 +Info 7981 [10:37:53.109] getCompletionData: Semantic work: 2.0666960002854466 +Info 7982 [10:37:53.109] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08383999997749925 +Info 7983 [10:37:53.110] Format host information updated +Info 7984 [10:37:53.162] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7985 [10:37:53.180] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 18.38672100007534ms +Info 7986 [10:37:53.180] Different program with same set of files +Info 7987 [10:37:53.181] getCompletionData: Get current token: 0.01063600042834878 +Info 7988 [10:37:53.181] getCompletionData: Is inside comment: 0.03509099967777729 +Info 7989 [10:37:53.181] getCompletionData: Get previous token: 0.05867800023406744 +Info 7990 [10:37:53.181] getCompletionsAtPosition: isCompletionListBlocker: 0.0062800003215670586 +Info 7991 [10:37:53.185] getCompletionData: Semantic work: 4.274025000166148 +Info 7992 [10:37:53.185] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18166500004008412 +Info 7993 [10:37:53.186] Format host information updated +Info 7994 [10:37:53.333] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7995 [10:37:53.343] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 9.583294000010937ms +Info 7996 [10:37:53.343] Different program with same set of files +Info 7997 [10:37:53.343] getCompletionData: Get current token: 0.005206000059843063 +Info 7998 [10:37:53.343] getCompletionData: Is inside comment: 0.016452999785542488 +Info 7999 [10:37:53.343] getCompletionData: Get previous token: 0.025217999704182148 +Info 8000 [10:37:53.343] getCompletionsAtPosition: isCompletionListBlocker: 0.0034110001288354397 +Info 8001 [10:37:53.345] getCompletionData: Semantic work: 2.052602999843657 +Info 8002 [10:37:53.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08392200013622642 +Info 8003 [10:37:53.346] Format host information updated +Info 8004 [10:37:53.862] Format host information updated +Info 8005 [10:37:53.862] Format host information updated +Info 8006 [10:37:53.862] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8007 [10:37:53.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 11.667905999813229ms +Info 8008 [10:37:53.874] Different program with same set of files +Info 8009 [10:37:53.874] getCompletionData: Get current token: 0.004065999761223793 +Info 8010 [10:37:53.874] getCompletionData: Is inside comment: 0.01362599991261959 +Info 8011 [10:37:53.874] getCompletionData: Get previous token: 0.011206999886780977 +Info 8012 [10:37:53.874] getCompletionsAtPosition: isCompletionListBlocker: 0.00177100021392107 +Info 8013 [10:37:53.875] getExportInfoMap: cache hit +Info 8014 [10:37:53.896] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8015 [10:37:53.896] collectAutoImports: response is complete +Info 8016 [10:37:53.896] collectAutoImports: 21.36001199996099 +Info 8017 [10:37:53.896] getCompletionData: Semantic work: 22.101590000092983 +Info 8018 [10:37:53.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5581440003588796 +Info 8019 [10:37:53.905] getCompletionData: Get current token: 0.01939099980518222 +Info 8020 [10:37:53.905] getCompletionData: Is inside comment: 0.004560000263154507 +Info 8021 [10:37:53.905] getCompletionData: Get previous token: 0.045730999670922756 +Info 8022 [10:37:53.905] getCompletionsAtPosition: isCompletionListBlocker: 0.007960000075399876 +Info 8023 [10:37:53.907] getCompletionData: Semantic work: 1.9440150000154972 +Info 8024 [10:37:53.910] getCompletionData: Get current token: 0.01129300007596612 +Info 8025 [10:37:53.910] getCompletionData: Is inside comment: 0.003872999921441078 +Info 8026 [10:37:53.910] getCompletionData: Get previous token: 0.04376700008288026 +Info 8027 [10:37:53.910] getCompletionsAtPosition: isCompletionListBlocker: 0.0036340001970529556 +Info 8028 [10:37:53.910] getCompletionData: Semantic work: 0.4368989998474717 +Info 8029 [10:37:53.911] Format host information updated +Info 8030 [10:37:53.948] Format host information updated +Info 8031 [10:37:53.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8032 [10:37:53.960] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 771 structureChanged: false structureIsReused:: Completely Elapsed: 11.874150000046939ms +Info 8033 [10:37:53.960] Different program with same set of files +Info 8034 [10:37:54.201] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8035 [10:37:54.211] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 10.000552999787033ms +Info 8036 [10:37:54.211] Different program with same set of files +Info 8037 [10:37:54.212] getCompletionData: Get current token: 0.004476000089198351 +Info 8038 [10:37:54.212] getCompletionData: Is inside comment: 0.014032999984920025 +Info 8039 [10:37:54.212] getCompletionData: Get previous token: 0.020987000316381454 +Info 8040 [10:37:54.212] getCompletionsAtPosition: isCompletionListBlocker: 0.0022490001283586025 +Info 8041 [10:37:54.212] getExportInfoMap: cache hit +Info 8042 [10:37:54.217] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 11 from cache +Info 8043 [10:37:54.217] collectAutoImports: response is complete +Info 8044 [10:37:54.217] collectAutoImports: 4.295161999762058 +Info 8045 [10:37:54.217] getCompletionData: Semantic work: 5.118311000056565 +Info 8046 [10:37:54.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.702858000062406 +Info 8047 [10:37:54.222] Format host information updated +Info 8048 [10:37:54.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8049 [10:37:54.426] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 8.59753999998793ms +Info 8050 [10:37:54.426] Different program with same set of files +Info 8051 [10:37:54.426] getCompletionData: Get current token: 0.005998999811708927 +Info 8052 [10:37:54.426] getCompletionData: Is inside comment: 0.015848999843001366 +Info 8053 [10:37:54.426] getCompletionData: Get previous token: 0.01209399988874793 +Info 8054 [10:37:54.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0030590002425014973 +Info 8055 [10:37:54.427] getExportInfoMap: cache hit +Info 8056 [10:37:54.444] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8057 [10:37:54.444] collectAutoImports: response is complete +Info 8058 [10:37:54.444] collectAutoImports: 17.449661999940872 +Info 8059 [10:37:54.444] getCompletionData: Semantic work: 18.170915000140667 +Info 8060 [10:37:54.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.574769000057131 +Info 8061 [10:37:54.454] Format host information updated +Info 8062 [10:37:54.487] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8063 [10:37:54.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 8.065265000332147ms +Info 8064 [10:37:54.495] Different program with same set of files +Info 8065 [10:37:54.496] getCompletionData: Get current token: 0.005408999975770712 +Info 8066 [10:37:54.496] getCompletionData: Is inside comment: 0.012829999905079603 +Info 8067 [10:37:54.496] getCompletionData: Get previous token: 0.011969999875873327 +Info 8068 [10:37:54.496] getCompletionsAtPosition: isCompletionListBlocker: 0.007689999882131815 +Info 8069 [10:37:54.498] getCompletionData: Semantic work: 2.5729600000195205 +Info 8070 [10:37:54.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.083147999830544 +Info 8071 [10:37:54.499] Format host information updated +Info 8072 [10:37:54.807] getCompletionData: Get current token: 0.007892999798059464 +Info 8073 [10:37:54.807] getCompletionData: Is inside comment: 0.0017380001954734325 +Info 8074 [10:37:54.807] getCompletionData: Get previous token: 0.03391700005158782 +Info 8075 [10:37:54.807] getCompletionsAtPosition: isCompletionListBlocker: 0.003747999668121338 +Info 8076 [10:37:54.808] getExportInfoMap: cache hit +Info 8077 [10:37:54.827] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8078 [10:37:54.827] collectAutoImports: response is complete +Info 8079 [10:37:54.827] collectAutoImports: 18.99195499997586 +Info 8080 [10:37:54.827] getCompletionData: Semantic work: 19.967581000179052 +Info 8081 [10:37:54.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.073168999981135 +Info 8082 [10:37:55.256] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8083 [10:37:55.265] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 8.406257000286132ms +Info 8084 [10:37:55.265] Different program with same set of files +Info 8085 [10:37:55.265] getCompletionData: Get current token: 0.004931999836117029 +Info 8086 [10:37:55.265] getCompletionData: Is inside comment: 0.0012260000221431255 +Info 8087 [10:37:55.265] getCompletionData: Get previous token: 0.022140999790281057 +Info 8088 [10:37:55.265] getCompletionsAtPosition: isCompletionListBlocker: 0.003192999865859747 +Info 8089 [10:37:55.266] getExportInfoMap: cache hit +Info 8090 [10:37:55.269] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 12 from cache +Info 8091 [10:37:55.269] collectAutoImports: response is complete +Info 8092 [10:37:55.269] collectAutoImports: 3.081021999940276 +Info 8093 [10:37:55.269] getCompletionData: Semantic work: 3.713972999714315 +Info 8094 [10:37:55.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.480065000243485 +Info 8095 [10:37:55.275] Format host information updated +Info 8096 [10:37:55.324] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8097 [10:37:55.333] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 8.625311000272632ms +Info 8098 [10:37:55.333] Different program with same set of files +Info 8099 [10:37:55.333] getCompletionData: Get current token: 0.007534999866038561 +Info 8100 [10:37:55.333] getCompletionData: Is inside comment: 0.0018100002780556679 +Info 8101 [10:37:55.333] getCompletionData: Get previous token: 0.03390400018543005 +Info 8102 [10:37:55.333] getCompletionsAtPosition: isCompletionListBlocker: 0.0030689998529851437 +Info 8103 [10:37:55.334] getExportInfoMap: cache hit +Info 8104 [10:37:55.337] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 8 from cache +Info 8105 [10:37:55.337] collectAutoImports: response is complete +Info 8106 [10:37:55.337] collectAutoImports: 3.3469719998538494 +Info 8107 [10:37:55.337] getCompletionData: Semantic work: 4.112720999866724 +Info 8108 [10:37:55.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5553799998015165 +Info 8109 [10:37:55.342] Format host information updated +Info 8110 [10:37:55.405] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8111 [10:37:55.412] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 6.775772999972105ms +Info 8112 [10:37:55.412] Different program with same set of files +Info 8113 [10:37:55.412] getCompletionData: Get current token: 0.004896000027656555 +Info 8114 [10:37:55.412] getCompletionData: Is inside comment: 0.001213999930769205 +Info 8115 [10:37:55.412] getCompletionData: Get previous token: 0.02251699985936284 +Info 8116 [10:37:55.412] getCompletionsAtPosition: isCompletionListBlocker: 0.002326000016182661 +Info 8117 [10:37:55.412] getExportInfoMap: cache hit +Info 8118 [10:37:55.417] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 8119 [10:37:55.417] collectAutoImports: response is complete +Info 8120 [10:37:55.417] collectAutoImports: 4.61724799964577 +Info 8121 [10:37:55.417] getCompletionData: Semantic work: 5.1860690000467 +Info 8122 [10:37:55.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1440420001745224 +Info 8123 [10:37:55.421] Format host information updated +Info 8124 [10:37:55.485] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8125 [10:37:55.502] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 16.909744000062346ms +Info 8126 [10:37:55.502] Different program with same set of files +Info 8127 [10:37:55.503] getCompletionData: Get current token: 0.014129000250250101 +Info 8128 [10:37:55.503] getCompletionData: Is inside comment: 0.004333999939262867 +Info 8129 [10:37:55.503] getCompletionData: Get previous token: 0.06990600004792213 +Info 8130 [10:37:55.503] getCompletionsAtPosition: isCompletionListBlocker: 0.006134999915957451 +Info 8131 [10:37:55.504] getExportInfoMap: cache hit +Info 8132 [10:37:55.510] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 8133 [10:37:55.510] collectAutoImports: response is complete +Info 8134 [10:37:55.510] collectAutoImports: 5.05247600004077 +Info 8135 [10:37:55.510] getCompletionData: Semantic work: 6.597727000247687 +Info 8136 [10:37:55.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.488817000295967 +Info 8137 [10:37:55.518] Format host information updated +Info 8138 [10:37:55.675] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8139 [10:37:55.684] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 8.915745000354946ms +Info 8140 [10:37:55.684] Different program with same set of files +Info 8141 [10:37:55.684] getCompletionData: Get current token: 0.006165000144392252 +Info 8142 [10:37:55.684] getCompletionData: Is inside comment: 0.0015259999781847 +Info 8143 [10:37:55.684] getCompletionData: Get previous token: 0.027022000402212143 +Info 8144 [10:37:55.684] getCompletionsAtPosition: isCompletionListBlocker: 0.002880999818444252 +Info 8145 [10:37:55.685] getExportInfoMap: cache hit +Info 8146 [10:37:55.688] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 8147 [10:37:55.688] collectAutoImports: response is complete +Info 8148 [10:37:55.688] collectAutoImports: 3.5784979998134077 +Info 8149 [10:37:55.688] getCompletionData: Semantic work: 4.314861000049859 +Info 8150 [10:37:55.693] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6346909999847412 +Info 8151 [10:37:55.693] Format host information updated +Info 8152 [10:37:56.206] Format host information updated +Info 8153 [10:37:56.206] Format host information updated +Info 8154 [10:37:56.206] Format host information updated +Info 8155 [10:37:56.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8156 [10:37:56.213] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 6.565863000229001ms +Info 8157 [10:37:56.213] Different program with same set of files +Info 8158 [10:37:56.213] getCompletionData: Get current token: 0.004841999616473913 +Info 8159 [10:37:56.213] getCompletionData: Is inside comment: 0.0013049999251961708 +Info 8160 [10:37:56.213] getCompletionData: Get previous token: 0.01734700007364154 +Info 8161 [10:37:56.213] getCompletionsAtPosition: isCompletionListBlocker: 0.006837999913841486 +Info 8162 [10:37:56.213] getExportInfoMap: cache hit +Info 8163 [10:37:56.224] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8164 [10:37:56.224] collectAutoImports: response is complete +Info 8165 [10:37:56.224] collectAutoImports: 10.904000999871641 +Info 8166 [10:37:56.224] getCompletionData: Semantic work: 11.44201200036332 +Info 8167 [10:37:56.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.750878000166267 +Info 8168 [10:37:56.231] getCompletionData: Get current token: 0.01132599962875247 +Info 8169 [10:37:56.231] getCompletionData: Is inside comment: 0.0037470003589987755 +Info 8170 [10:37:56.231] getCompletionData: Get previous token: 0.020931999664753675 +Info 8171 [10:37:56.231] getCompletionsAtPosition: isCompletionListBlocker: 0.002599999774247408 +Info 8172 [10:37:56.232] getCompletionData: Semantic work: 0.5593249998055398 +Info 8173 [10:37:56.233] getCompletionData: Get current token: 0.006196000147610903 +Info 8174 [10:37:56.233] getCompletionData: Is inside comment: 0.002377999946475029 +Info 8175 [10:37:56.233] getCompletionData: Get previous token: 0.02071300009265542 +Info 8176 [10:37:56.233] getCompletionsAtPosition: isCompletionListBlocker: 0.001372000202536583 +Info 8177 [10:37:56.234] getCompletionData: Semantic work: 0.46976799983531237 +Info 8178 [10:37:56.234] getCompletionData: Get current token: 0.005874000024050474 +Info 8179 [10:37:56.234] getCompletionData: Is inside comment: 0.0019590002484619617 +Info 8180 [10:37:56.234] getCompletionData: Get previous token: 0.020134999882429838 +Info 8181 [10:37:56.234] getCompletionsAtPosition: isCompletionListBlocker: 0.0013500000350177288 +Info 8182 [10:37:56.235] getCompletionData: Semantic work: 0.3570670001208782 +Info 8183 [10:37:56.235] Format host information updated +Info 8184 [10:37:56.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8185 [10:37:56.556] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 781 structureChanged: false structureIsReused:: Completely Elapsed: 6.668504999950528ms +Info 8186 [10:37:56.556] Different program with same set of files +Info 8187 [10:37:56.557] getCompletionData: Get current token: 0.004430999979376793 +Info 8188 [10:37:56.557] getCompletionData: Is inside comment: 0.0011309999972581863 +Info 8189 [10:37:56.557] getCompletionData: Get previous token: 0.022872000001370907 +Info 8190 [10:37:56.557] getCompletionsAtPosition: isCompletionListBlocker: 0.002379000186920166 +Info 8191 [10:37:56.557] getExportInfoMap: cache hit +Info 8192 [10:37:56.559] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8193 [10:37:56.559] collectAutoImports: response is complete +Info 8194 [10:37:56.559] collectAutoImports: 1.5260700001381338 +Info 8195 [10:37:56.559] getCompletionData: Semantic work: 2.2562179998494685 +Info 8196 [10:37:56.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9116060002706945 +Info 8197 [10:37:56.562] Format host information updated +Info 8198 [10:37:56.885] getCompletionData: Get current token: 0.004118999931961298 +Info 8199 [10:37:56.885] getCompletionData: Is inside comment: 0.01746500004082918 +Info 8200 [10:37:56.885] getCompletionData: Get previous token: 0.010639999993145466 +Info 8201 [10:37:56.885] getCompletionsAtPosition: isCompletionListBlocker: 0.008101999759674072 +Info 8202 [10:37:56.886] getCompletionData: Semantic work: 0.4078560001216829 +Info 8203 [10:37:56.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0663620000705123 +Info 8204 [10:37:56.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8205 [10:37:57.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 782 structureChanged: false structureIsReused:: Completely Elapsed: 9.571827000007033ms +Info 8206 [10:37:57.009] Different program with same set of files +Info 8207 [10:37:57.009] getCompletionData: Get current token: 0.004970000125467777 +Info 8208 [10:37:57.009] getCompletionData: Is inside comment: 0.013573999982327223 +Info 8209 [10:37:57.009] getCompletionData: Get previous token: 0.010149000212550163 +Info 8210 [10:37:57.009] getCompletionsAtPosition: isCompletionListBlocker: 0.0033129998482763767 +Info 8211 [10:37:57.011] getCompletionData: Semantic work: 2.161882999818772 +Info 8212 [10:37:57.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06551800016313791 +Info 8213 [10:37:57.012] Format host information updated +Info 8214 [10:37:57.455] Format host information updated +Info 8215 [10:37:57.455] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8216 [10:37:57.462] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 783 structureChanged: false structureIsReused:: Completely Elapsed: 6.298805000260472ms +Info 8217 [10:37:57.462] Different program with same set of files +Info 8218 [10:37:58.013] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8219 [10:37:58.023] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 9.277725999709219ms +Info 8220 [10:37:58.023] Different program with same set of files +Info 8221 [10:37:58.023] getCompletionData: Get current token: 0.004093999974429607 +Info 8222 [10:37:58.023] getCompletionData: Is inside comment: 0.012460000347346067 +Info 8223 [10:37:58.023] getCompletionData: Get previous token: 0.0169170000590384 +Info 8224 [10:37:58.023] getCompletionsAtPosition: isCompletionListBlocker: 0.002833000384271145 +Info 8225 [10:37:58.025] getCompletionData: Semantic work: 1.99461799999699 +Info 8226 [10:37:58.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.062314999755471945 +Info 8227 [10:37:58.025] Format host information updated +Info 8228 [10:37:58.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8229 [10:37:58.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 9.69293999997899ms +Info 8230 [10:37:58.112] Different program with same set of files +Info 8231 [10:37:58.112] getCompletionData: Get current token: 0.004664999898523092 +Info 8232 [10:37:58.112] getCompletionData: Is inside comment: 0.01204200042411685 +Info 8233 [10:37:58.113] getCompletionData: Get previous token: 0.0183419999666512 +Info 8234 [10:37:58.113] getCompletionsAtPosition: isCompletionListBlocker: 0.0035379999317228794 +Info 8235 [10:37:58.115] getCompletionData: Semantic work: 2.006182000041008 +Info 8236 [10:37:58.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06342800008133054 +Info 8237 [10:37:58.115] Format host information updated +Info 8238 [10:37:58.167] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8239 [10:37:58.176] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 8.278084000106901ms +Info 8240 [10:37:58.176] Different program with same set of files +Info 8241 [10:37:58.176] getCompletionData: Get current token: 0.004668999928981066 +Info 8242 [10:37:58.176] getCompletionData: Is inside comment: 0.01153800031170249 +Info 8243 [10:37:58.176] getCompletionData: Get previous token: 0.017223999835550785 +Info 8244 [10:37:58.176] getCompletionsAtPosition: isCompletionListBlocker: 0.003452999982982874 +Info 8245 [10:37:58.178] getCompletionData: Semantic work: 1.973932999651879 +Info 8246 [10:37:58.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.061166999861598015 +Info 8247 [10:37:58.178] Format host information updated +Info 8248 [10:37:58.301] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8249 [10:37:58.312] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 11.38059000018984ms +Info 8250 [10:37:58.312] Different program with same set of files +Info 8251 [10:37:58.313] getCompletionData: Get current token: 0.009488999843597412 +Info 8252 [10:37:58.313] getCompletionData: Is inside comment: 0.025899999774992466 +Info 8253 [10:37:58.313] getCompletionData: Get previous token: 0.03908600006252527 +Info 8254 [10:37:58.313] getCompletionsAtPosition: isCompletionListBlocker: 0.005243999883532524 +Info 8255 [10:37:58.317] getCompletionData: Semantic work: 4.20221500005573 +Info 8256 [10:37:58.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12395299971103668 +Info 8257 [10:37:58.318] Format host information updated +Info 8258 [10:37:58.379] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8259 [10:37:58.386] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 6.973063000012189ms +Info 8260 [10:37:58.386] Different program with same set of files +Info 8261 [10:37:58.386] getCompletionData: Get current token: 0.005245000123977661 +Info 8262 [10:37:58.386] getCompletionData: Is inside comment: 0.015189999714493752 +Info 8263 [10:37:58.386] getCompletionData: Get previous token: 0.02200099965557456 +Info 8264 [10:37:58.386] getCompletionsAtPosition: isCompletionListBlocker: 0.003932999912649393 +Info 8265 [10:37:58.388] getCompletionData: Semantic work: 2.199090000241995 +Info 8266 [10:37:58.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07086100010201335 +Info 8267 [10:37:58.391] Format host information updated +Info 8268 [10:37:58.469] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8269 [10:37:58.492] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 23.67631300026551ms +Info 8270 [10:37:58.492] Different program with same set of files +Info 8271 [10:37:58.493] getCompletionData: Get current token: 0.014425999950617552 +Info 8272 [10:37:58.493] getCompletionData: Is inside comment: 0.04115800000727177 +Info 8273 [10:37:58.493] getCompletionData: Get previous token: 0.06172800017520785 +Info 8274 [10:37:58.493] getCompletionsAtPosition: isCompletionListBlocker: 0.007609999738633633 +Info 8275 [10:37:58.498] getCompletionData: Semantic work: 4.804576999973506 +Info 8276 [10:37:58.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14715000009164214 +Info 8277 [10:37:58.499] Format host information updated +Info 8278 [10:37:58.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8279 [10:37:58.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 6.069309999700636ms +Info 8280 [10:37:58.545] Different program with same set of files +Info 8281 [10:37:58.545] getCompletionData: Get current token: 0.004217999987304211 +Info 8282 [10:37:58.545] getCompletionData: Is inside comment: 0.012246999889612198 +Info 8283 [10:37:58.545] getCompletionData: Get previous token: 0.01814299961552024 +Info 8284 [10:37:58.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0032919999212026596 +Info 8285 [10:37:58.548] getCompletionData: Semantic work: 3.108871000353247 +Info 8286 [10:37:58.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.059243000112473965 +Info 8287 [10:37:58.551] Format host information updated +Info 8288 [10:37:58.776] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8289 [10:37:58.783] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 6.9679280002601445ms +Info 8290 [10:37:58.783] Different program with same set of files +Info 8291 [10:37:58.783] getCompletionData: Get current token: 0.0058120000176131725 +Info 8292 [10:37:58.783] getCompletionData: Is inside comment: 0.01710100006312132 +Info 8293 [10:37:58.783] getCompletionData: Get previous token: 0.012835999950766563 +Info 8294 [10:37:58.783] getCompletionsAtPosition: isCompletionListBlocker: 0.0020860000513494015 +Info 8295 [10:37:58.784] getExportInfoMap: cache hit +Info 8296 [10:37:58.794] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8297 [10:37:58.794] collectAutoImports: response is complete +Info 8298 [10:37:58.794] collectAutoImports: 10.76070600003004 +Info 8299 [10:37:58.794] getCompletionData: Semantic work: 11.546691999770701 +Info 8300 [10:37:58.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9978260002098978 +Info 8301 [10:37:58.804] Format host information updated +Info 8302 [10:37:58.904] Format host information updated +Info 8303 [10:37:58.904] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8304 [10:37:58.912] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 7.620980000123382ms +Info 8305 [10:37:58.912] Different program with same set of files +Info 8306 [10:37:59.252] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8307 [10:37:59.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 6.7403339999727905ms +Info 8308 [10:37:59.258] Different program with same set of files +Info 8309 [10:37:59.259] getCompletionData: Get current token: 0.0036070002242922783 +Info 8310 [10:37:59.259] getCompletionData: Is inside comment: 0.012052999809384346 +Info 8311 [10:37:59.259] getCompletionData: Get previous token: 0.016813999973237514 +Info 8312 [10:37:59.259] getCompletionsAtPosition: isCompletionListBlocker: 0.0017390004359185696 +Info 8313 [10:37:59.259] getExportInfoMap: cache hit +Info 8314 [10:37:59.262] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 11 from cache +Info 8315 [10:37:59.262] collectAutoImports: response is complete +Info 8316 [10:37:59.262] collectAutoImports: 3.029302000068128 +Info 8317 [10:37:59.262] getCompletionData: Semantic work: 3.6845209999009967 +Info 8318 [10:37:59.267] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0962419998832047 +Info 8319 [10:37:59.268] Format host information updated +Info 8320 [10:37:59.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8321 [10:37:59.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 6.2706949999555945ms +Info 8322 [10:37:59.565] Different program with same set of files +Info 8323 [10:37:59.566] getCompletionData: Get current token: 0.004406000021845102 +Info 8324 [10:37:59.566] getCompletionData: Is inside comment: 0.013026000000536442 +Info 8325 [10:37:59.566] getCompletionData: Get previous token: 0.010376999620348215 +Info 8326 [10:37:59.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0024119997397065163 +Info 8327 [10:37:59.566] getExportInfoMap: cache hit +Info 8328 [10:37:59.575] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8329 [10:37:59.575] collectAutoImports: response is complete +Info 8330 [10:37:59.575] collectAutoImports: 9.209889999590814 +Info 8331 [10:37:59.575] getCompletionData: Semantic work: 9.742924999911338 +Info 8332 [10:37:59.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.721055000089109 +Info 8333 [10:37:59.585] Format host information updated +Info 8334 [10:37:59.620] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8335 [10:37:59.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 8.018815000075847ms +Info 8336 [10:37:59.628] Different program with same set of files +Info 8337 [10:37:59.628] getCompletionData: Get current token: 0.006045000161975622 +Info 8338 [10:37:59.628] getCompletionData: Is inside comment: 0.017767999786883593 +Info 8339 [10:37:59.628] getCompletionData: Get previous token: 0.014564999844878912 +Info 8340 [10:37:59.628] getCompletionsAtPosition: isCompletionListBlocker: 0.009283999912440777 +Info 8341 [10:37:59.631] getCompletionData: Semantic work: 3.3241130001842976 +Info 8342 [10:37:59.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08123799972236156 +Info 8343 [10:37:59.632] Format host information updated +Info 8344 [10:37:59.903] Format host information updated +Info 8345 [10:37:59.904] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8346 [10:37:59.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 7.017924999818206ms +Info 8347 [10:37:59.911] Different program with same set of files +Info 8348 [10:38:00.736] Format host information updated +Info 8349 [10:38:00.736] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8350 [10:38:00.746] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 9.70165399974212ms +Info 8351 [10:38:00.746] Different program with same set of files +Info 8352 [10:38:01.295] getCompletionData: Get current token: 0.004748000297695398 +Info 8353 [10:38:01.295] getCompletionData: Is inside comment: 0.0013540000654757023 +Info 8354 [10:38:01.295] getCompletionData: Get previous token: 0.018775000236928463 +Info 8355 [10:38:01.295] getCompletionsAtPosition: isCompletionListBlocker: 0.0027529997751116753 +Info 8356 [10:38:01.295] getExportInfoMap: cache hit +Info 8357 [10:38:01.305] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8358 [10:38:01.305] collectAutoImports: response is complete +Info 8359 [10:38:01.305] collectAutoImports: 9.077658000402153 +Info 8360 [10:38:01.305] getCompletionData: Semantic work: 9.719522999599576 +Info 8361 [10:38:01.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.676785999909043 +Info 8362 [10:38:01.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8363 [10:38:01.478] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 798 structureChanged: false structureIsReused:: Completely Elapsed: 6.893451999872923ms +Info 8364 [10:38:01.478] Different program with same set of files +Info 8365 [10:38:01.478] getCompletionData: Get current token: 0.00545400008559227 +Info 8366 [10:38:01.478] getCompletionData: Is inside comment: 0.0016020000912249088 +Info 8367 [10:38:01.478] getCompletionData: Get previous token: 0.02892900025472045 +Info 8368 [10:38:01.478] getCompletionsAtPosition: isCompletionListBlocker: 0.002845000009983778 +Info 8369 [10:38:01.479] getExportInfoMap: cache hit +Info 8370 [10:38:01.482] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 8371 [10:38:01.482] collectAutoImports: response is complete +Info 8372 [10:38:01.482] collectAutoImports: 3.0036530001088977 +Info 8373 [10:38:01.482] getCompletionData: Semantic work: 3.6672660000622272 +Info 8374 [10:38:01.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3803889998234808 +Info 8375 [10:38:01.487] Format host information updated +Info 8376 [10:38:01.535] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8377 [10:38:01.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 799 structureChanged: false structureIsReused:: Completely Elapsed: 9.573701000306755ms +Info 8378 [10:38:01.545] Different program with same set of files +Info 8379 [10:38:01.545] getCompletionData: Get current token: 0.009115000255405903 +Info 8380 [10:38:01.545] getCompletionData: Is inside comment: 0.002405999694019556 +Info 8381 [10:38:01.545] getCompletionData: Get previous token: 0.039197999984025955 +Info 8382 [10:38:01.545] getCompletionsAtPosition: isCompletionListBlocker: 0.003622000105679035 +Info 8383 [10:38:01.546] getExportInfoMap: cache hit +Info 8384 [10:38:01.552] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 7 from cache +Info 8385 [10:38:01.552] collectAutoImports: response is complete +Info 8386 [10:38:01.552] collectAutoImports: 6.227380000054836 +Info 8387 [10:38:01.552] getCompletionData: Semantic work: 7.11269999993965 +Info 8388 [10:38:01.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7692849999293685 +Info 8389 [10:38:01.559] Format host information updated +Info 8390 [10:38:01.603] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8391 [10:38:01.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 14.681419000029564ms +Info 8392 [10:38:01.618] Different program with same set of files +Info 8393 [10:38:01.618] getCompletionData: Get current token: 0.013573000207543373 +Info 8394 [10:38:01.618] getCompletionData: Is inside comment: 0.004022999666631222 +Info 8395 [10:38:01.618] getCompletionData: Get previous token: 0.06516700005158782 +Info 8396 [10:38:01.618] getCompletionsAtPosition: isCompletionListBlocker: 0.005305000115185976 +Info 8397 [10:38:01.619] getExportInfoMap: cache hit +Info 8398 [10:38:01.625] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 8399 [10:38:01.625] collectAutoImports: response is complete +Info 8400 [10:38:01.625] collectAutoImports: 5.528744000010192 +Info 8401 [10:38:01.625] getCompletionData: Semantic work: 6.944103000219911 +Info 8402 [10:38:01.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8929719999432564 +Info 8403 [10:38:01.633] Format host information updated +Info 8404 [10:38:01.689] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8405 [10:38:01.709] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 20.390512000303715ms +Info 8406 [10:38:01.709] Different program with same set of files +Info 8407 [10:38:01.710] getCompletionData: Get current token: 0.013415999710559845 +Info 8408 [10:38:01.710] getCompletionData: Is inside comment: 0.003176999744027853 +Info 8409 [10:38:01.710] getCompletionData: Get previous token: 0.05650900024920702 +Info 8410 [10:38:01.710] getCompletionsAtPosition: isCompletionListBlocker: 0.005109000019729137 +Info 8411 [10:38:01.711] getExportInfoMap: cache hit +Info 8412 [10:38:01.716] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8413 [10:38:01.716] collectAutoImports: response is complete +Info 8414 [10:38:01.716] collectAutoImports: 4.669958999846131 +Info 8415 [10:38:01.716] getCompletionData: Semantic work: 5.774382000323385 +Info 8416 [10:38:01.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.720796000212431 +Info 8417 [10:38:01.722] Format host information updated +Info 8418 [10:38:01.845] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8419 [10:38:01.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 7.316507000010461ms +Info 8420 [10:38:01.853] Different program with same set of files +Info 8421 [10:38:01.853] getCompletionData: Get current token: 0.004724999889731407 +Info 8422 [10:38:01.853] getCompletionData: Is inside comment: 0.0014249999076128006 +Info 8423 [10:38:01.853] getCompletionData: Get previous token: 0.02357799978926778 +Info 8424 [10:38:01.853] getCompletionsAtPosition: isCompletionListBlocker: 0.003281000070273876 +Info 8425 [10:38:01.853] getExportInfoMap: cache hit +Info 8426 [10:38:01.855] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8427 [10:38:01.855] collectAutoImports: response is complete +Info 8428 [10:38:01.855] collectAutoImports: 1.8481290000490844 +Info 8429 [10:38:01.855] getCompletionData: Semantic work: 2.4705630000680685 +Info 8430 [10:38:01.859] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9566560001112521 +Info 8431 [10:38:01.861] Format host information updated +Info 8432 [10:38:01.906] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8433 [10:38:01.914] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 8.110581000335515ms +Info 8434 [10:38:01.914] Different program with same set of files +Info 8435 [10:38:01.914] getCompletionData: Get current token: 0.007935999892652035 +Info 8436 [10:38:01.914] getCompletionData: Is inside comment: 0.002007999923080206 +Info 8437 [10:38:01.914] getCompletionData: Get previous token: 0.035558999981731176 +Info 8438 [10:38:01.914] getCompletionsAtPosition: isCompletionListBlocker: 0.003153999801725149 +Info 8439 [10:38:01.915] getExportInfoMap: cache hit +Info 8440 [10:38:01.918] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8441 [10:38:01.918] collectAutoImports: response is complete +Info 8442 [10:38:01.918] collectAutoImports: 2.7290169997140765 +Info 8443 [10:38:01.918] getCompletionData: Semantic work: 3.433153999969363 +Info 8444 [10:38:01.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4447889998555183 +Info 8445 [10:38:01.923] Format host information updated +Info 8446 [10:38:02.028] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8447 [10:38:02.035] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 6.591792999766767ms +Info 8448 [10:38:02.035] Different program with same set of files +Info 8449 [10:38:02.035] getCompletionData: Get current token: 0.005422000307589769 +Info 8450 [10:38:02.035] getCompletionData: Is inside comment: 0.0018269997090101242 +Info 8451 [10:38:02.035] getCompletionData: Get previous token: 0.026644999627023935 +Info 8452 [10:38:02.035] getCompletionsAtPosition: isCompletionListBlocker: 0.0030899997800588608 +Info 8453 [10:38:02.035] getExportInfoMap: cache hit +Info 8454 [10:38:02.040] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8455 [10:38:02.040] collectAutoImports: response is complete +Info 8456 [10:38:02.040] collectAutoImports: 4.216751000378281 +Info 8457 [10:38:02.040] getCompletionData: Semantic work: 4.765536000020802 +Info 8458 [10:38:02.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0146200000308454 +Info 8459 [10:38:02.044] Format host information updated +Info 8460 [10:38:02.508] getCompletionData: Get current token: 0.004380000289529562 +Info 8461 [10:38:02.508] getCompletionData: Is inside comment: 0.011290000285953283 +Info 8462 [10:38:02.508] getCompletionData: Get previous token: 0.009403999894857407 +Info 8463 [10:38:02.508] getCompletionsAtPosition: isCompletionListBlocker: 0.027489999774843454 +Info 8464 [10:38:02.508] getCompletionData: Semantic work: 0.4381520003080368 +Info 8465 [10:38:02.509] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05618100007995963 +Info 8466 [10:38:02.649] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8467 [10:38:02.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 805 structureChanged: false structureIsReused:: Completely Elapsed: 6.3158080000430346ms +Info 8468 [10:38:02.655] Different program with same set of files +Info 8469 [10:38:02.655] getCompletionData: Get current token: 0.004545999690890312 +Info 8470 [10:38:02.655] getCompletionData: Is inside comment: 0.011977000162005424 +Info 8471 [10:38:02.655] getCompletionData: Get previous token: 0.008932999800890684 +Info 8472 [10:38:02.655] getCompletionsAtPosition: isCompletionListBlocker: 0.0026290002278983593 +Info 8473 [10:38:02.658] getCompletionData: Semantic work: 2.5840739998966455 +Info 8474 [10:38:02.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05109299998730421 +Info 8475 [10:38:02.658] Format host information updated +Info 8476 [10:38:11.353] getCompletionData: Get current token: 0.004540999885648489 +Info 8477 [10:38:11.353] getCompletionData: Is inside comment: 0.0014200001023709774 +Info 8478 [10:38:11.353] getCompletionData: Get previous token: 0.027445999905467033 +Info 8479 [10:38:11.353] getCompletionsAtPosition: isCompletionListBlocker: 0.002563999965786934 +Info 8480 [10:38:11.354] getExportInfoMap: cache hit +Info 8481 [10:38:11.357] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8482 [10:38:11.357] collectAutoImports: response is complete +Info 8483 [10:38:11.357] collectAutoImports: 2.944391999859363 +Info 8484 [10:38:11.357] getCompletionData: Semantic work: 3.8161539998836815 +Info 8485 [10:38:11.358] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6354510001838207 +Info 8486 [10:38:11.612] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8487 [10:38:11.625] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 12.44683300005272ms +Info 8488 [10:38:11.625] Different program with same set of files +Info 8489 [10:38:11.625] getCompletionData: Get current token: 0.006004000082612038 +Info 8490 [10:38:11.625] getCompletionData: Is inside comment: 0.0016840002499520779 +Info 8491 [10:38:11.625] getCompletionData: Get previous token: 0.029132000170648098 +Info 8492 [10:38:11.625] getCompletionsAtPosition: isCompletionListBlocker: 0.0019970000721514225 +Info 8493 [10:38:11.626] getCompletionData: Semantic work: 0.9689899999648333 +Info 8494 [10:38:11.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04014499997720122 +Info 8495 [10:38:11.626] Format host information updated +Info 8496 [10:38:12.715] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8497 [10:38:12.725] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 9.926933000329882ms +Info 8498 [10:38:12.725] Different program with same set of files +Info 8499 [10:38:12.725] getCompletionData: Get current token: 0.006000000052154064 +Info 8500 [10:38:12.725] getCompletionData: Is inside comment: 0.0013460000045597553 +Info 8501 [10:38:12.725] getCompletionData: Get previous token: 0.03116799984127283 +Info 8502 [10:38:12.725] getCompletionsAtPosition: isCompletionListBlocker: 0.002114000264555216 +Info 8503 [10:38:12.725] getCompletionData: Semantic work: 0.4168150001205504 +Info 8504 [10:38:12.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0339350001886487 +Info 8505 [10:38:12.726] Format host information updated +Info 8506 [10:38:12.992] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8507 [10:38:13.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 8.19252200005576ms +Info 8508 [10:38:13.000] Different program with same set of files +Info 8509 [10:38:13.000] getCompletionData: Get current token: 0.005284999962896109 +Info 8510 [10:38:13.000] getCompletionData: Is inside comment: 0.0014180000871419907 +Info 8511 [10:38:13.000] getCompletionData: Get previous token: 0.03353299992159009 +Info 8512 [10:38:13.000] getCompletionsAtPosition: isCompletionListBlocker: 0.0019139996729791164 +Info 8513 [10:38:13.001] getCompletionData: Semantic work: 0.398932000156492 +Info 8514 [10:38:13.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.036228000186383724 +Info 8515 [10:38:13.002] Format host information updated +Info 8516 [10:38:13.139] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8517 [10:38:13.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 8.617736000102013ms +Info 8518 [10:38:13.148] Different program with same set of files +Info 8519 [10:38:13.148] getCompletionData: Get current token: 0.005411999765783548 +Info 8520 [10:38:13.148] getCompletionData: Is inside comment: 0.0016199997626245022 +Info 8521 [10:38:13.148] getCompletionData: Get previous token: 0.036669999826699495 +Info 8522 [10:38:13.148] getCompletionsAtPosition: isCompletionListBlocker: 0.0019539999775588512 +Info 8523 [10:38:13.149] getCompletionData: Semantic work: 0.4130899999290705 +Info 8524 [10:38:13.149] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03672400023788214 +Info 8525 [10:38:13.149] Format host information updated +Info 8526 [10:38:13.293] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8527 [10:38:13.301] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 810 structureChanged: false structureIsReused:: Completely Elapsed: 8.180949000176042ms +Info 8528 [10:38:13.301] Different program with same set of files +Info 8529 [10:38:13.301] getCompletionData: Get current token: 0.007259000092744827 +Info 8530 [10:38:13.301] getCompletionData: Is inside comment: 0.001569999847561121 +Info 8531 [10:38:13.302] getCompletionData: Get previous token: 0.03470000019297004 +Info 8532 [10:38:13.302] getCompletionsAtPosition: isCompletionListBlocker: 0.002015999983996153 +Info 8533 [10:38:13.302] getCompletionData: Semantic work: 0.44059399981051683 +Info 8534 [10:38:13.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04109300021082163 +Info 8535 [10:38:13.303] Format host information updated +Info 8536 [10:38:13.366] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8537 [10:38:13.382] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 15.817983000073582ms +Info 8538 [10:38:13.382] Different program with same set of files +Info 8539 [10:38:13.385] getCompletionData: Get current token: 2.5777640002779663 +Info 8540 [10:38:13.385] getCompletionData: Is inside comment: 0.008844999596476555 +Info 8541 [10:38:13.385] getCompletionData: Get previous token: 0.10264999978244305 +Info 8542 [10:38:13.385] getCompletionsAtPosition: isCompletionListBlocker: 0.005375999957323074 +Info 8543 [10:38:13.386] getCompletionData: Semantic work: 0.9064849996939301 +Info 8544 [10:38:13.386] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09611599985510111 +Info 8545 [10:38:13.396] Format host information updated +Info 8546 [10:38:13.531] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8547 [10:38:13.540] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 8.981684000231326ms +Info 8548 [10:38:13.541] Different program with same set of files +Info 8549 [10:38:13.541] getCompletionData: Get current token: 0.006498999893665314 +Info 8550 [10:38:13.541] getCompletionData: Is inside comment: 0.0016700001433491707 +Info 8551 [10:38:13.541] getCompletionData: Get previous token: 0.03502100007608533 +Info 8552 [10:38:13.541] getCompletionsAtPosition: isCompletionListBlocker: 0.002346999943256378 +Info 8553 [10:38:13.541] getCompletionData: Semantic work: 0.43667700001969934 +Info 8554 [10:38:13.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.040011999662965536 +Info 8555 [10:38:13.542] Format host information updated +Info 8556 [10:38:13.599] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8557 [10:38:13.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 8.126660999841988ms +Info 8558 [10:38:13.607] Different program with same set of files +Info 8559 [10:38:13.607] getCompletionData: Get current token: 0.004610000178217888 +Info 8560 [10:38:13.607] getCompletionData: Is inside comment: 0.0013359999284148216 +Info 8561 [10:38:13.608] getCompletionData: Get previous token: 0.03193099983036518 +Info 8562 [10:38:13.608] getCompletionsAtPosition: isCompletionListBlocker: 0.002601000014692545 +Info 8563 [10:38:13.608] getCompletionData: Semantic work: 0.41096699982881546 +Info 8564 [10:38:13.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.036398000083863735 +Info 8565 [10:38:13.608] Format host information updated +Info 8566 [10:38:13.894] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8567 [10:38:13.904] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 9.336984999943525ms +Info 8568 [10:38:13.904] Different program with same set of files +Info 8569 [10:38:13.904] getCompletionData: Get current token: 0.007104999851435423 +Info 8570 [10:38:13.904] getCompletionData: Is inside comment: 0.0012650000862777233 +Info 8571 [10:38:13.904] getCompletionData: Get previous token: 0.024794000200927258 +Info 8572 [10:38:13.904] getCompletionsAtPosition: isCompletionListBlocker: 0.002369999885559082 +Info 8573 [10:38:13.905] getExportInfoMap: cache hit +Info 8574 [10:38:13.922] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8575 [10:38:13.922] collectAutoImports: response is complete +Info 8576 [10:38:13.922] collectAutoImports: 17.614965999964625 +Info 8577 [10:38:13.922] getCompletionData: Semantic work: 18.389702999964356 +Info 8578 [10:38:13.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.270180999767035 +Info 8579 [10:38:13.930] Format host information updated +Info 8580 [10:38:13.954] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8581 [10:38:13.962] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 8.009508000221103ms +Info 8582 [10:38:13.962] Different program with same set of files +Info 8583 [10:38:13.962] getCompletionData: Get current token: 0.006146000232547522 +Info 8584 [10:38:13.962] getCompletionData: Is inside comment: 0.0013830000534653664 +Info 8585 [10:38:13.962] getCompletionData: Get previous token: 0.02599800005555153 +Info 8586 [10:38:13.962] getCompletionsAtPosition: isCompletionListBlocker: 0.006295999977737665 +Info 8587 [10:38:13.963] getExportInfoMap: cache hit +Info 8588 [10:38:13.975] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8589 [10:38:13.975] collectAutoImports: response is complete +Info 8590 [10:38:13.975] collectAutoImports: 11.456637999974191 +Info 8591 [10:38:13.975] getCompletionData: Semantic work: 12.164819000288844 +Info 8592 [10:38:13.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.391414000187069 +Info 8593 [10:38:13.980] Format host information updated +Info 8594 [10:38:14.243] Format host information updated +Info 8595 [10:38:14.243] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8596 [10:38:14.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 7.127822999842465ms +Info 8597 [10:38:14.250] Different program with same set of files +Info 8598 [10:38:16.115] getCompletionData: Get current token: 0.005078000016510487 +Info 8599 [10:38:16.115] getCompletionData: Is inside comment: 0.0012500002048909664 +Info 8600 [10:38:16.115] getCompletionData: Get previous token: 0.0320740002207458 +Info 8601 [10:38:16.115] getCompletionsAtPosition: isCompletionListBlocker: 0.0029840003699064255 +Info 8602 [10:38:16.115] getExportInfoMap: cache hit +Info 8603 [10:38:16.119] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8604 [10:38:16.119] collectAutoImports: response is complete +Info 8605 [10:38:16.119] collectAutoImports: 3.401207000017166 +Info 8606 [10:38:16.119] getCompletionData: Semantic work: 4.121522000059485 +Info 8607 [10:38:16.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.246122000273317 +Info 8608 [10:38:16.379] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8609 [10:38:16.387] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 7.373211000114679ms +Info 8610 [10:38:16.387] Different program with same set of files +Info 8611 [10:38:16.387] getCompletionData: Get current token: 0.005667000077664852 +Info 8612 [10:38:16.387] getCompletionData: Is inside comment: 0.0012389998883008957 +Info 8613 [10:38:16.387] getCompletionData: Get previous token: 0.06708300020545721 +Info 8614 [10:38:16.387] getCompletionsAtPosition: isCompletionListBlocker: 0.0018329997546970844 +Info 8615 [10:38:16.387] getCompletionData: Semantic work: 0.43635600013658404 +Info 8616 [10:38:16.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.030780999921262264 +Info 8617 [10:38:16.388] Format host information updated +Info 8618 [10:38:17.008] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8619 [10:38:17.015] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 818 structureChanged: false structureIsReused:: Completely Elapsed: 7.3092090003192425ms +Info 8620 [10:38:17.015] Different program with same set of files +Info 8621 [10:38:17.016] getCompletionData: Get current token: 0.004587000235915184 +Info 8622 [10:38:17.016] getCompletionData: Is inside comment: 0.0012889998033642769 +Info 8623 [10:38:17.016] getCompletionData: Get previous token: 0.028815999627113342 +Info 8624 [10:38:17.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0021830000914633274 +Info 8625 [10:38:17.016] getExportInfoMap: cache hit +Info 8626 [10:38:17.018] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8627 [10:38:17.018] collectAutoImports: response is complete +Info 8628 [10:38:17.018] collectAutoImports: 1.931315999943763 +Info 8629 [10:38:17.018] getCompletionData: Semantic work: 2.523579000029713 +Info 8630 [10:38:17.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2101670000702143 +Info 8631 [10:38:17.025] Format host information updated +Info 8632 [10:38:17.711] getCompletionData: Get current token: 0.007775000296533108 +Info 8633 [10:38:17.711] getCompletionData: Is inside comment: 0.0016880002804100513 +Info 8634 [10:38:17.711] getCompletionData: Get previous token: 0.016650000121444464 +Info 8635 [10:38:17.711] getCompletionsAtPosition: isCompletionListBlocker: 0.007819000165909529 +Info 8636 [10:38:17.711] getCompletionData: Semantic work: 0.49177000019699335 +Info 8637 [10:38:17.711] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0726200002245605 +Info 8638 [10:38:17.952] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8639 [10:38:17.959] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 819 structureChanged: false structureIsReused:: Completely Elapsed: 6.884442999958992ms +Info 8640 [10:38:17.959] Different program with same set of files +Info 8641 [10:38:17.959] getCompletionData: Get current token: 0.005197999998927116 +Info 8642 [10:38:17.959] getCompletionData: Is inside comment: 0.001348000019788742 +Info 8643 [10:38:17.959] getCompletionData: Get previous token: 0.02366499975323677 +Info 8644 [10:38:17.959] getCompletionsAtPosition: isCompletionListBlocker: 0.0019470001570880413 +Info 8645 [10:38:17.960] getCompletionData: Semantic work: 1.5133569999597967 +Info 8646 [10:38:17.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4085260001011193 +Info 8647 [10:38:17.962] Format host information updated +Info 8648 [10:38:19.675] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8649 [10:38:19.682] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 820 structureChanged: false structureIsReused:: Completely Elapsed: 6.679788000416011ms +Info 8650 [10:38:19.682] Different program with same set of files +Info 8651 [10:38:19.682] getCompletionData: Get current token: 0.0043750000186264515 +Info 8652 [10:38:19.682] getCompletionData: Is inside comment: 0.0012199999764561653 +Info 8653 [10:38:19.682] getCompletionData: Get previous token: 0.02270799968391657 +Info 8654 [10:38:19.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0018720002844929695 +Info 8655 [10:38:19.683] getCompletionData: Semantic work: 1.0582039998844266 +Info 8656 [10:38:19.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6905249999836087 +Info 8657 [10:38:19.687] Format host information updated +Info 8658 [10:38:19.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8659 [10:38:19.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 821 structureChanged: false structureIsReused:: Completely Elapsed: 6.828349000308663ms +Info 8660 [10:38:19.764] Different program with same set of files +Info 8661 [10:38:19.764] getCompletionData: Get current token: 0.0059809996746480465 +Info 8662 [10:38:19.764] getCompletionData: Is inside comment: 0.0013950001448392868 +Info 8663 [10:38:19.764] getCompletionData: Get previous token: 0.027987000066787004 +Info 8664 [10:38:19.764] getCompletionsAtPosition: isCompletionListBlocker: 0.002104999963194132 +Info 8665 [10:38:19.765] getCompletionData: Semantic work: 1.294579999987036 +Info 8666 [10:38:19.766] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7320369998924434 +Info 8667 [10:38:19.766] Format host information updated +Info 8668 [10:38:20.511] Format host information updated +Info 8669 [10:38:20.511] Format host information updated +Info 8670 [10:38:20.511] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8671 [10:38:20.521] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 822 structureChanged: false structureIsReused:: Completely Elapsed: 9.737159000243992ms +Info 8672 [10:38:20.521] Different program with same set of files +Info 8673 [10:38:20.521] getCompletionData: Get current token: 0.006036999635398388 +Info 8674 [10:38:20.521] getCompletionData: Is inside comment: 0.0013199998065829277 +Info 8675 [10:38:20.521] getCompletionData: Get previous token: 0.017891000024974346 +Info 8676 [10:38:20.521] getCompletionsAtPosition: isCompletionListBlocker: 0.002561999950557947 +Info 8677 [10:38:20.522] getExportInfoMap: cache hit +Info 8678 [10:38:20.531] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8679 [10:38:20.531] collectAutoImports: response is complete +Info 8680 [10:38:20.531] collectAutoImports: 9.087689999956638 +Info 8681 [10:38:20.531] getCompletionData: Semantic work: 9.765367000363767 +Info 8682 [10:38:20.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1263580000959337 +Info 8683 [10:38:20.538] getCompletionData: Get current token: 0.011659999843686819 +Info 8684 [10:38:20.538] getCompletionData: Is inside comment: 0.003287999890744686 +Info 8685 [10:38:20.538] getCompletionData: Get previous token: 0.02267999993637204 +Info 8686 [10:38:20.538] getCompletionsAtPosition: isCompletionListBlocker: 0.001962000038474798 +Info 8687 [10:38:20.539] getCompletionData: Semantic work: 0.48952600033953786 +Info 8688 [10:38:20.541] getCompletionData: Get current token: 0.008049000054597855 +Info 8689 [10:38:20.541] getCompletionData: Is inside comment: 0.0029429998248815536 +Info 8690 [10:38:20.541] getCompletionData: Get previous token: 0.020930000115185976 +Info 8691 [10:38:20.541] getCompletionsAtPosition: isCompletionListBlocker: 0.0012110001407563686 +Info 8692 [10:38:20.541] getCompletionData: Semantic work: 0.36154699977487326 +Info 8693 [10:38:20.542] Format host information updated +Info 8694 [10:38:20.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8695 [10:38:20.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 823 structureChanged: false structureIsReused:: Completely Elapsed: 9.30311099998653ms +Info 8696 [10:38:20.587] Different program with same set of files +Info 8697 [10:38:20.588] getCompletionData: Get current token: 0.0050050001591444016 +Info 8698 [10:38:20.588] getCompletionData: Is inside comment: 0.0014720000326633453 +Info 8699 [10:38:20.588] getCompletionData: Get previous token: 0.02024700026959181 +Info 8700 [10:38:20.588] getCompletionsAtPosition: isCompletionListBlocker: 0.007038999814540148 +Info 8701 [10:38:20.591] getCompletionData: Semantic work: 3.0357150002382696 +Info 8702 [10:38:20.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08778299996629357 +Info 8703 [10:38:20.591] Format host information updated +Info 8704 [10:38:24.468] Format host information updated +Info 8705 [10:38:24.468] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8706 [10:38:24.475] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 824 structureChanged: false structureIsReused:: Completely Elapsed: 7.015918999910355ms +Info 8707 [10:38:24.475] Different program with same set of files +Info 8708 [10:38:24.853] getCompletionData: Get current token: 0.004738000221550465 +Info 8709 [10:38:24.853] getCompletionData: Is inside comment: 0.0014630001969635487 +Info 8710 [10:38:24.853] getCompletionData: Get previous token: 0.017386999912559986 +Info 8711 [10:38:24.853] getCompletionsAtPosition: isCompletionListBlocker: 0.02775700017809868 +Info 8712 [10:38:24.854] getCompletionData: Semantic work: 0.5458720000460744 +Info 8713 [10:38:24.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07771699968725443 +Info 8714 [10:38:25.032] Format host information updated +Info 8715 [10:38:25.032] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8716 [10:38:25.039] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 825 structureChanged: false structureIsReused:: Completely Elapsed: 6.907416999805719ms +Info 8717 [10:38:25.039] Different program with same set of files +Info 8718 [10:38:25.148] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8719 [10:38:25.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 826 structureChanged: false structureIsReused:: Completely Elapsed: 7.209385999944061ms +Info 8720 [10:38:25.155] Different program with same set of files +Info 8721 [10:38:25.156] getCompletionData: Get current token: 0.0051819998770952225 +Info 8722 [10:38:25.156] getCompletionData: Is inside comment: 0.001320000272244215 +Info 8723 [10:38:25.156] getCompletionData: Get previous token: 0.021932000294327736 +Info 8724 [10:38:25.156] getCompletionsAtPosition: isCompletionListBlocker: 0.007776999846100807 +Info 8725 [10:38:25.156] getExportInfoMap: cache hit +Info 8726 [10:38:25.165] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8727 [10:38:25.165] collectAutoImports: response is complete +Info 8728 [10:38:25.165] collectAutoImports: 8.951367000117898 +Info 8729 [10:38:25.165] getCompletionData: Semantic work: 9.67339999973774 +Info 8730 [10:38:25.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.798407000023872 +Info 8731 [10:38:25.175] Format host information updated +Info 8732 [10:38:25.274] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8733 [10:38:25.282] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 827 structureChanged: false structureIsReused:: Completely Elapsed: 7.918283000122756ms +Info 8734 [10:38:25.282] Different program with same set of files +Info 8735 [10:38:25.282] getCompletionData: Get current token: 0.005367999896407127 +Info 8736 [10:38:25.282] getCompletionData: Is inside comment: 0.0016929996199905872 +Info 8737 [10:38:25.282] getCompletionData: Get previous token: 0.0258089997805655 +Info 8738 [10:38:25.282] getCompletionsAtPosition: isCompletionListBlocker: 0.008599999826401472 +Info 8739 [10:38:25.283] getExportInfoMap: cache hit +Info 8740 [10:38:25.294] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8741 [10:38:25.294] collectAutoImports: response is complete +Info 8742 [10:38:25.294] collectAutoImports: 11.03867599973455 +Info 8743 [10:38:25.294] getCompletionData: Semantic work: 11.711436999961734 +Info 8744 [10:38:25.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.716394000221044 +Info 8745 [10:38:25.304] Format host information updated +Info 8746 [10:38:25.334] Format host information updated +Info 8747 [10:38:25.334] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8748 [10:38:25.342] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 828 structureChanged: false structureIsReused:: Completely Elapsed: 7.632030999753624ms +Info 8749 [10:38:25.342] Different program with same set of files +Info 8750 [10:38:25.535] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8751 [10:38:25.542] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 829 structureChanged: false structureIsReused:: Completely Elapsed: 6.7324830000288785ms +Info 8752 [10:38:25.542] Different program with same set of files +Info 8753 [10:38:25.542] getCompletionData: Get current token: 0.005051999818533659 +Info 8754 [10:38:25.542] getCompletionData: Is inside comment: 0.0014479998499155045 +Info 8755 [10:38:25.542] getCompletionData: Get previous token: 0.026837999932467937 +Info 8756 [10:38:25.542] getCompletionsAtPosition: isCompletionListBlocker: 0.0077760000713169575 +Info 8757 [10:38:25.542] getExportInfoMap: cache hit +Info 8758 [10:38:25.548] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 9 from cache +Info 8759 [10:38:25.548] collectAutoImports: response is complete +Info 8760 [10:38:25.548] collectAutoImports: 5.591667000204325 +Info 8761 [10:38:25.548] getCompletionData: Semantic work: 6.230805000290275 +Info 8762 [10:38:25.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5640630000270903 +Info 8763 [10:38:25.553] Format host information updated +Info 8764 [10:38:25.694] Format host information updated +Info 8765 [10:38:25.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8766 [10:38:25.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 830 structureChanged: false structureIsReused:: Completely Elapsed: 7.000115999951959ms +Info 8767 [10:38:25.701] Different program with same set of files +Info 8768 [10:38:25.909] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8769 [10:38:25.918] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 831 structureChanged: false structureIsReused:: Completely Elapsed: 9.104174999985844ms +Info 8770 [10:38:25.918] Different program with same set of files +Info 8771 [10:38:25.918] getCompletionData: Get current token: 0.005497000180184841 +Info 8772 [10:38:25.918] getCompletionData: Is inside comment: 0.0013879998587071896 +Info 8773 [10:38:25.918] getCompletionData: Get previous token: 0.026459000073373318 +Info 8774 [10:38:25.918] getCompletionsAtPosition: isCompletionListBlocker: 0.008696999866515398 +Info 8775 [10:38:25.919] getExportInfoMap: cache hit +Info 8776 [10:38:25.923] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 11 from cache +Info 8777 [10:38:25.923] collectAutoImports: response is complete +Info 8778 [10:38:25.923] collectAutoImports: 3.6101400000043213 +Info 8779 [10:38:25.923] getCompletionData: Semantic work: 4.298638000153005 +Info 8780 [10:38:25.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4250320000573993 +Info 8781 [10:38:25.927] Format host information updated +Info 8782 [10:38:26.126] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8783 [10:38:26.132] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 832 structureChanged: false structureIsReused:: Completely Elapsed: 6.667028999887407ms +Info 8784 [10:38:26.132] Different program with same set of files +Info 8785 [10:38:26.133] getCompletionData: Get current token: 0.004391000140458345 +Info 8786 [10:38:26.133] getCompletionData: Is inside comment: 0.0012799999676644802 +Info 8787 [10:38:26.133] getCompletionData: Get previous token: 0.0232549998909235 +Info 8788 [10:38:26.133] getCompletionsAtPosition: isCompletionListBlocker: 0.007711000274866819 +Info 8789 [10:38:26.133] getExportInfoMap: cache hit +Info 8790 [10:38:26.135] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 1 from cache +Info 8791 [10:38:26.135] collectAutoImports: response is complete +Info 8792 [10:38:26.135] collectAutoImports: 2.0312110004015267 +Info 8793 [10:38:26.135] getCompletionData: Semantic work: 2.5331589998677373 +Info 8794 [10:38:26.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.27453099982813 +Info 8795 [10:38:26.147] Format host information updated +Info 8796 [10:38:26.648] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8797 [10:38:26.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 833 structureChanged: false structureIsReused:: Completely Elapsed: 6.984859000425786ms +Info 8798 [10:38:26.655] Different program with same set of files +Info 8799 [10:38:26.655] getCompletionData: Get current token: 0.005392000079154968 +Info 8800 [10:38:26.655] getCompletionData: Is inside comment: 0.0013049999251961708 +Info 8801 [10:38:26.655] getCompletionData: Get previous token: 0.020678999833762646 +Info 8802 [10:38:26.655] getCompletionsAtPosition: isCompletionListBlocker: 0.0025300001725554466 +Info 8803 [10:38:26.656] getExportInfoMap: cache hit +Info 8804 [10:38:26.664] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8805 [10:38:26.664] collectAutoImports: response is complete +Info 8806 [10:38:26.665] collectAutoImports: 8.892504999879748 +Info 8807 [10:38:26.665] getCompletionData: Semantic work: 9.38679499970749 +Info 8808 [10:38:26.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1338090002536774 +Info 8809 [10:38:26.672] Format host information updated +Info 8810 [10:38:26.707] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8811 [10:38:26.714] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 834 structureChanged: false structureIsReused:: Completely Elapsed: 6.802190999966115ms +Info 8812 [10:38:26.714] Different program with same set of files +Info 8813 [10:38:26.714] getCompletionData: Get current token: 0.004846000112593174 +Info 8814 [10:38:26.714] getCompletionData: Is inside comment: 0.001438000239431858 +Info 8815 [10:38:26.714] getCompletionData: Get previous token: 0.025097999721765518 +Info 8816 [10:38:26.714] getCompletionsAtPosition: isCompletionListBlocker: 0.007011000066995621 +Info 8817 [10:38:26.721] getCompletionData: Semantic work: 6.122860999777913 +Info 8818 [10:38:26.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10885500023141503 +Info 8819 [10:38:26.721] Format host information updated +Info 8820 [10:38:28.475] Format host information updated +Info 8821 [10:38:28.475] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8822 [10:38:28.484] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 835 structureChanged: false structureIsReused:: Completely Elapsed: 8.84660100005567ms +Info 8823 [10:38:28.484] Different program with same set of files +Info 8824 [10:38:28.649] Format host information updated +Info 8825 [10:38:28.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8826 [10:38:28.657] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 836 structureChanged: false structureIsReused:: Completely Elapsed: 7.262772000394762ms +Info 8827 [10:38:28.657] Different program with same set of files +Info 8828 [10:38:28.940] Format host information updated +Info 8829 [10:38:28.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8830 [10:38:28.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 837 structureChanged: false structureIsReused:: Completely Elapsed: 9.460907000117004ms +Info 8831 [10:38:28.950] Different program with same set of files +Info 8832 [10:38:29.183] Format host information updated +Info 8833 [10:38:29.183] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8834 [10:38:29.191] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 838 structureChanged: false structureIsReused:: Completely Elapsed: 7.696514999959618ms +Info 8835 [10:38:29.191] Different program with same set of files +Info 8836 [10:38:29.303] Format host information updated +Info 8837 [10:38:29.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8838 [10:38:29.310] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 839 structureChanged: false structureIsReused:: Completely Elapsed: 7.442722999956459ms +Info 8839 [10:38:29.310] Different program with same set of files +Info 8840 [10:38:29.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8841 [10:38:29.460] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 840 structureChanged: false structureIsReused:: Completely Elapsed: 29.646292000077665ms +Info 8842 [10:38:29.460] Different program with same set of files +Info 8843 [10:38:29.461] getCompletionData: Get current token: 0.023246000055223703 +Info 8844 [10:38:29.461] getCompletionData: Is inside comment: 0.03555800020694733 +Info 8845 [10:38:29.461] getCompletionData: Get previous token: 0.06359100015833974 +Info 8846 [10:38:29.461] getCompletionsAtPosition: isCompletionListBlocker: 0.0038769999518990517 +Info 8847 [10:38:29.463] getExportInfoMap: cache hit +Info 8848 [10:38:29.474] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 34 from cache +Info 8849 [10:38:29.474] collectAutoImports: response is complete +Info 8850 [10:38:29.474] collectAutoImports: 10.985522999893874 +Info 8851 [10:38:29.474] getCompletionData: Semantic work: 12.57333100028336 +Info 8852 [10:38:29.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4937549997121096 +Info 8853 [10:38:29.477] Format host information updated +Info 8854 [10:38:29.495] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8855 [10:38:29.509] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 841 structureChanged: false structureIsReused:: Completely Elapsed: 14.02517500007525ms +Info 8856 [10:38:29.509] Different program with same set of files +Info 8857 [10:38:29.510] getCompletionData: Get current token: 0.010197000112384558 +Info 8858 [10:38:29.510] getCompletionData: Is inside comment: 0.01892299996688962 +Info 8859 [10:38:29.510] getCompletionData: Get previous token: 0.026802999898791313 +Info 8860 [10:38:29.510] getCompletionsAtPosition: isCompletionListBlocker: 0.0022619999945163727 +Info 8861 [10:38:29.510] getExportInfoMap: cache hit +Info 8862 [10:38:29.517] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 26 from cache +Info 8863 [10:38:29.517] collectAutoImports: response is complete +Info 8864 [10:38:29.517] collectAutoImports: 6.6898269997909665 +Info 8865 [10:38:29.517] getCompletionData: Semantic work: 7.587489000055939 +Info 8866 [10:38:29.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.23066999996081 +Info 8867 [10:38:29.521] Format host information updated +Info 8868 [10:38:29.669] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8869 [10:38:29.695] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 842 structureChanged: false structureIsReused:: Completely Elapsed: 26.514520999975502ms +Info 8870 [10:38:29.695] Different program with same set of files +Info 8871 [10:38:29.696] getCompletionData: Get current token: 0.015072999987751245 +Info 8872 [10:38:29.696] getCompletionData: Is inside comment: 0.04349499987438321 +Info 8873 [10:38:29.696] getCompletionData: Get previous token: 0.05871699983254075 +Info 8874 [10:38:29.696] getCompletionsAtPosition: isCompletionListBlocker: 0.004954999778419733 +Info 8875 [10:38:29.698] getExportInfoMap: cache hit +Info 8876 [10:38:29.721] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 8877 [10:38:29.721] collectAutoImports: response is complete +Info 8878 [10:38:29.721] collectAutoImports: 23.374263000208884 +Info 8879 [10:38:29.721] getCompletionData: Semantic work: 24.900626000016928 +Info 8880 [10:38:29.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.430774999782443 +Info 8881 [10:38:29.729] Format host information updated +Info 8882 [10:38:29.734] Format host information updated +Info 8883 [10:38:29.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8884 [10:38:29.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 843 structureChanged: false structureIsReused:: Completely Elapsed: 6.8016050001606345ms +Info 8885 [10:38:29.741] Different program with same set of files +Info 8886 [10:38:30.264] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8887 [10:38:30.274] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 844 structureChanged: false structureIsReused:: Completely Elapsed: 10.140628000255674ms +Info 8888 [10:38:30.274] Different program with same set of files +Info 8889 [10:38:30.274] getCompletionData: Get current token: 0.008605000097304583 +Info 8890 [10:38:30.274] getCompletionData: Is inside comment: 0.014491999987512827 +Info 8891 [10:38:30.274] getCompletionData: Get previous token: 0.03690099995583296 +Info 8892 [10:38:30.274] getCompletionsAtPosition: isCompletionListBlocker: 0.001319000031799078 +Info 8893 [10:38:30.274] Returning an empty list because completion was requested in an invalid position. +Info 8894 [10:38:30.274] Format host information updated +Info 8895 [10:38:30.606] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8896 [10:38:30.612] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 845 structureChanged: false structureIsReused:: Completely Elapsed: 6.747804000042379ms +Info 8897 [10:38:30.612] Different program with same set of files +Info 8898 [10:38:30.613] getCompletionData: Get current token: 0.007278000004589558 +Info 8899 [10:38:30.613] getCompletionData: Is inside comment: 0.0141309997998178 +Info 8900 [10:38:30.613] getCompletionData: Get previous token: 0.02018400002270937 +Info 8901 [10:38:30.613] getCompletionsAtPosition: isCompletionListBlocker: 0.0012719999067485332 +Info 8902 [10:38:30.613] Returning an empty list because completion was requested in an invalid position. +Info 8903 [10:38:30.613] Format host information updated +Info 8904 [10:38:30.949] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8905 [10:38:30.955] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 846 structureChanged: false structureIsReused:: Completely Elapsed: 6.48767299996689ms +Info 8906 [10:38:30.955] Different program with same set of files +Info 8907 [10:38:30.955] getCompletionData: Get current token: 0.007794999983161688 +Info 8908 [10:38:30.955] getCompletionData: Is inside comment: 0.014510999899357557 +Info 8909 [10:38:30.955] getCompletionData: Get previous token: 0.020210000220686197 +Info 8910 [10:38:30.955] getCompletionsAtPosition: isCompletionListBlocker: 0.0013400004245340824 +Info 8911 [10:38:30.955] Returning an empty list because completion was requested in an invalid position. +Info 8912 [10:38:30.956] Format host information updated +Info 8913 [10:38:31.162] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8914 [10:38:31.169] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 847 structureChanged: false structureIsReused:: Completely Elapsed: 6.983667000196874ms +Info 8915 [10:38:31.169] Different program with same set of files +Info 8916 [10:38:31.169] getCompletionData: Get current token: 0.00940000033006072 +Info 8917 [10:38:31.169] getCompletionData: Is inside comment: 0.020002000033855438 +Info 8918 [10:38:31.169] getCompletionData: Get previous token: 0.022896000184118748 +Info 8919 [10:38:31.169] getCompletionsAtPosition: isCompletionListBlocker: 0.0014550001360476017 +Info 8920 [10:38:31.169] Returning an empty list because completion was requested in an invalid position. +Info 8921 [10:38:31.171] Format host information updated +Info 8922 [10:38:31.225] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8923 [10:38:31.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 848 structureChanged: false structureIsReused:: Completely Elapsed: 12.172640999779105ms +Info 8924 [10:38:31.238] Different program with same set of files +Info 8925 [10:38:31.238] getCompletionData: Get current token: 0.01494300039485097 +Info 8926 [10:38:31.238] getCompletionData: Is inside comment: 0.027016000356525183 +Info 8927 [10:38:31.238] getCompletionData: Get previous token: 0.04029900021851063 +Info 8928 [10:38:31.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0026870002038776875 +Info 8929 [10:38:31.238] Returning an empty list because completion was requested in an invalid position. +Info 8930 [10:38:31.238] Format host information updated +Info 8931 [10:38:31.315] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8932 [10:38:31.328] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 849 structureChanged: false structureIsReused:: Completely Elapsed: 12.024471999611706ms +Info 8933 [10:38:31.328] Different program with same set of files +Info 8934 [10:38:31.328] getCompletionData: Get current token: 0.010439999867230654 +Info 8935 [10:38:31.328] getCompletionData: Is inside comment: 0.018134999554604292 +Info 8936 [10:38:31.328] getCompletionData: Get previous token: 0.027080999687314034 +Info 8937 [10:38:31.328] getCompletionsAtPosition: isCompletionListBlocker: 0.0019890000112354755 +Info 8938 [10:38:31.328] Returning an empty list because completion was requested in an invalid position. +Info 8939 [10:38:31.328] Format host information updated +Info 8940 [10:38:31.453] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8941 [10:38:31.460] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 850 structureChanged: false structureIsReused:: Completely Elapsed: 6.9618330001831055ms +Info 8942 [10:38:31.460] Different program with same set of files +Info 8943 [10:38:31.460] getCompletionData: Get current token: 0.008911000099033117 +Info 8944 [10:38:31.460] getCompletionData: Is inside comment: 0.014696000143885612 +Info 8945 [10:38:31.460] getCompletionData: Get previous token: 0.021687999833375216 +Info 8946 [10:38:31.460] getCompletionsAtPosition: isCompletionListBlocker: 0.0014670002274215221 +Info 8947 [10:38:31.460] Returning an empty list because completion was requested in an invalid position. +Info 8948 [10:38:31.460] Format host information updated +Info 8949 [10:38:31.564] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8950 [10:38:31.573] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 851 structureChanged: false structureIsReused:: Completely Elapsed: 8.865964000113308ms +Info 8951 [10:38:31.573] Different program with same set of files +Info 8952 [10:38:31.573] getCompletionData: Get current token: 0.007676000241190195 +Info 8953 [10:38:31.573] getCompletionData: Is inside comment: 0.012413000222295523 +Info 8954 [10:38:31.573] getCompletionData: Get previous token: 0.018486000131815672 +Info 8955 [10:38:31.573] getCompletionsAtPosition: isCompletionListBlocker: 0.0014200001023709774 +Info 8956 [10:38:31.573] Returning an empty list because completion was requested in an invalid position. +Info 8957 [10:38:31.573] Format host information updated +Info 8958 [10:38:31.854] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8959 [10:38:31.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 852 structureChanged: false structureIsReused:: Completely Elapsed: 6.899912000168115ms +Info 8960 [10:38:31.861] Different program with same set of files +Info 8961 [10:38:31.861] getCompletionData: Get current token: 0.008074000012129545 +Info 8962 [10:38:31.861] getCompletionData: Is inside comment: 0.015070999972522259 +Info 8963 [10:38:31.861] getCompletionData: Get previous token: 0.020822000224143267 +Info 8964 [10:38:31.861] getCompletionsAtPosition: isCompletionListBlocker: 0.001319000031799078 +Info 8965 [10:38:31.861] Returning an empty list because completion was requested in an invalid position. +Info 8966 [10:38:31.861] Format host information updated +Info 8967 [10:38:32.227] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8968 [10:38:32.234] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 853 structureChanged: false structureIsReused:: Completely Elapsed: 6.800092999823391ms +Info 8969 [10:38:32.234] Different program with same set of files +Info 8970 [10:38:32.234] getCompletionData: Get current token: 0.011506999842822552 +Info 8971 [10:38:32.234] getCompletionData: Is inside comment: 0.021219999995082617 +Info 8972 [10:38:32.234] getCompletionData: Get previous token: 0.03236599965021014 +Info 8973 [10:38:32.234] getCompletionsAtPosition: isCompletionListBlocker: 0.0015670000575482845 +Info 8974 [10:38:32.234] Returning an empty list because completion was requested in an invalid position. +Info 8975 [10:38:32.234] Format host information updated +Info 8976 [10:38:32.468] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8977 [10:38:32.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 854 structureChanged: false structureIsReused:: Completely Elapsed: 7.969335000030696ms +Info 8978 [10:38:32.477] Different program with same set of files +Info 8979 [10:38:32.477] getCompletionData: Get current token: 0.009378999937325716 +Info 8980 [10:38:32.477] getCompletionData: Is inside comment: 0.01793299987912178 +Info 8981 [10:38:32.477] getCompletionData: Get previous token: 0.02465499984100461 +Info 8982 [10:38:32.477] getCompletionsAtPosition: isCompletionListBlocker: 0.0015070000663399696 +Info 8983 [10:38:32.477] Returning an empty list because completion was requested in an invalid position. +Info 8984 [10:38:32.480] Format host information updated +Info 8985 [10:38:32.534] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8986 [10:38:32.542] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 855 structureChanged: false structureIsReused:: Completely Elapsed: 7.24662599992007ms +Info 8987 [10:38:32.542] Different program with same set of files +Info 8988 [10:38:32.542] getCompletionData: Get current token: 0.008287000004202127 +Info 8989 [10:38:32.542] getCompletionData: Is inside comment: 0.0133050000295043 +Info 8990 [10:38:32.542] getCompletionData: Get previous token: 0.018968000076711178 +Info 8991 [10:38:32.542] getCompletionsAtPosition: isCompletionListBlocker: 0.0013100001960992813 +Info 8992 [10:38:32.542] Returning an empty list because completion was requested in an invalid position. +Info 8993 [10:38:32.542] Format host information updated +Info 8994 [10:38:32.700] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8995 [10:38:32.707] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 856 structureChanged: false structureIsReused:: Completely Elapsed: 7.636821999680251ms +Info 8996 [10:38:32.708] Different program with same set of files +Info 8997 [10:38:32.708] getCompletionData: Get current token: 0.007230000104755163 +Info 8998 [10:38:32.708] getCompletionData: Is inside comment: 0.015083999838680029 +Info 8999 [10:38:32.708] getCompletionData: Get previous token: 0.023043999914079905 +Info 9000 [10:38:32.708] getCompletionsAtPosition: isCompletionListBlocker: 0.0014120000414550304 +Info 9001 [10:38:32.708] Returning an empty list because completion was requested in an invalid position. +Info 9002 [10:38:32.708] Format host information updated +Info 9003 [10:38:32.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9004 [10:38:32.798] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 857 structureChanged: false structureIsReused:: Completely Elapsed: 7.264574999921024ms +Info 9005 [10:38:32.798] Different program with same set of files +Info 9006 [10:38:32.798] getCompletionData: Get current token: 0.00841100001707673 +Info 9007 [10:38:32.798] getCompletionData: Is inside comment: 0.014423000160604715 +Info 9008 [10:38:32.798] getCompletionData: Get previous token: 0.02291900012642145 +Info 9009 [10:38:32.798] getCompletionsAtPosition: isCompletionListBlocker: 0.001416000071913004 +Info 9010 [10:38:32.798] Returning an empty list because completion was requested in an invalid position. +Info 9011 [10:38:32.798] Format host information updated +Info 9012 [10:38:32.907] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9013 [10:38:32.934] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 858 structureChanged: false structureIsReused:: Completely Elapsed: 27.132558000274003ms +Info 9014 [10:38:32.934] Different program with same set of files +Info 9015 [10:38:32.935] getCompletionData: Get current token: 0.02110499981790781 +Info 9016 [10:38:32.935] getCompletionData: Is inside comment: 0.041442000307142735 +Info 9017 [10:38:32.935] getCompletionData: Get previous token: 0.11610300000756979 +Info 9018 [10:38:32.935] getCompletionsAtPosition: isCompletionListBlocker: 0.004139999859035015 +Info 9019 [10:38:32.935] Returning an empty list because completion was requested in an invalid position. +Info 9020 [10:38:32.939] Format host information updated +Info 9021 [10:38:32.981] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9022 [10:38:32.989] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 859 structureChanged: false structureIsReused:: Completely Elapsed: 8.146408000029624ms +Info 9023 [10:38:32.989] Different program with same set of files +Info 9024 [10:38:32.990] getCompletionData: Get current token: 0.008781000040471554 +Info 9025 [10:38:32.990] getCompletionData: Is inside comment: 0.016221000347286463 +Info 9026 [10:38:32.990] getCompletionData: Get previous token: 0.024828999768942595 +Info 9027 [10:38:32.990] getCompletionsAtPosition: isCompletionListBlocker: 0.0014639999717473984 +Info 9028 [10:38:32.990] Returning an empty list because completion was requested in an invalid position. +Info 9029 [10:38:32.990] Format host information updated +Info 9030 [10:38:33.128] Format host information updated +Info 9031 [10:38:33.129] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9032 [10:38:33.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 860 structureChanged: false structureIsReused:: Completely Elapsed: 8.874087000265718ms +Info 9033 [10:38:33.138] Different program with same set of files +Info 9034 [10:38:33.191] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9035 [10:38:33.204] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 861 structureChanged: false structureIsReused:: Completely Elapsed: 12.999268000014126ms +Info 9036 [10:38:33.204] Different program with same set of files +Info 9037 [10:38:33.204] getCompletionData: Get current token: 0.015046000014990568 +Info 9038 [10:38:33.204] getCompletionData: Is inside comment: 0.0326110003516078 +Info 9039 [10:38:33.204] getCompletionData: Get previous token: 0.027362999971956015 +Info 9040 [10:38:33.204] getCompletionsAtPosition: isCompletionListBlocker: 0.01272499980404973 +Info 9041 [10:38:33.205] getExportInfoMap: cache hit +Info 9042 [10:38:33.234] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9043 [10:38:33.234] collectAutoImports: response is complete +Info 9044 [10:38:33.234] collectAutoImports: 28.17378200031817 +Info 9045 [10:38:33.234] getCompletionData: Semantic work: 29.57334000011906 +Info 9046 [10:38:33.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.333238999824971 +Info 9047 [10:38:33.241] Format host information updated +Info 9048 [10:38:33.271] Format host information updated +Info 9049 [10:38:33.271] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9050 [10:38:33.277] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 862 structureChanged: false structureIsReused:: Completely Elapsed: 6.463143999688327ms +Info 9051 [10:38:33.277] Different program with same set of files +Info 9052 [10:38:36.794] Format host information updated +Info 9053 [10:38:36.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9054 [10:38:36.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 863 structureChanged: false structureIsReused:: Completely Elapsed: 7.395115999970585ms +Info 9055 [10:38:36.801] Different program with same set of files +Info 9056 [10:38:38.474] Format host information updated +Info 9057 [10:38:38.474] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9058 [10:38:38.481] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 864 structureChanged: false structureIsReused:: Completely Elapsed: 6.635863999836147ms +Info 9059 [10:38:38.481] Different program with same set of files +Info 9060 [10:38:38.684] getCompletionData: Get current token: 0.0077309999614953995 +Info 9061 [10:38:38.684] getCompletionData: Is inside comment: 0.0015750001184642315 +Info 9062 [10:38:38.684] getCompletionData: Get previous token: 0.041978999972343445 +Info 9063 [10:38:38.684] getCompletionsAtPosition: isCompletionListBlocker: 0.009002000093460083 +Info 9064 [10:38:38.685] getExportInfoMap: cache hit +Info 9065 [10:38:38.697] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9066 [10:38:38.697] collectAutoImports: response is complete +Info 9067 [10:38:38.697] collectAutoImports: 12.261022999882698 +Info 9068 [10:38:38.697] getCompletionData: Semantic work: 13.164797999896109 +Info 9069 [10:38:38.700] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.008866000454873 +Info 9070 [10:38:38.783] Format host information updated +Info 9071 [10:38:38.783] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9072 [10:38:38.792] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 865 structureChanged: false structureIsReused:: Completely Elapsed: 8.499911000020802ms +Info 9073 [10:38:38.792] Different program with same set of files +Info 9074 [10:38:41.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9075 [10:38:41.408] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 866 structureChanged: false structureIsReused:: Completely Elapsed: 6.680776999797672ms +Info 9076 [10:38:41.408] Different program with same set of files +Info 9077 [10:38:41.408] getCompletionData: Get current token: 0.0032500000670552254 +Info 9078 [10:38:41.408] getCompletionData: Is inside comment: 0.01104000024497509 +Info 9079 [10:38:41.408] getCompletionData: Get previous token: 0.017198000103235245 +Info 9080 [10:38:41.408] getCompletionsAtPosition: isCompletionListBlocker: 0.001168999820947647 +Info 9081 [10:38:41.408] Returning an empty list because completion was requested in an invalid position. +Info 9082 [10:38:41.409] Format host information updated +Info 9083 [10:38:41.725] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9084 [10:38:41.732] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 867 structureChanged: false structureIsReused:: Completely Elapsed: 7.051119000185281ms +Info 9085 [10:38:41.732] Different program with same set of files +Info 9086 [10:38:41.732] getCompletionData: Get current token: 0.004896999802440405 +Info 9087 [10:38:41.732] getCompletionData: Is inside comment: 0.015585000161081553 +Info 9088 [10:38:41.733] getCompletionData: Get previous token: 0.022998999804258347 +Info 9089 [10:38:41.733] getCompletionsAtPosition: isCompletionListBlocker: 0.0013950001448392868 +Info 9090 [10:38:41.733] Returning an empty list because completion was requested in an invalid position. +Info 9091 [10:38:41.734] Format host information updated +Info 9092 [10:38:42.514] Format host information updated +Info 9093 [10:38:42.514] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9094 [10:38:42.521] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 868 structureChanged: false structureIsReused:: Completely Elapsed: 6.794385999906808ms +Info 9095 [10:38:42.521] Different program with same set of files +Info 9096 [10:38:45.035] getCompletionData: Get current token: 0.006645000074058771 +Info 9097 [10:38:45.035] getCompletionData: Is inside comment: 0.02431999985128641 +Info 9098 [10:38:45.035] getCompletionData: Get previous token: 0.03706899983808398 +Info 9099 [10:38:45.035] getCompletionsAtPosition: isCompletionListBlocker: 0.002187000121921301 +Info 9100 [10:38:45.035] Returning an empty list because completion was requested in an invalid position. +Info 9101 [10:38:45.312] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9102 [10:38:45.321] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 869 structureChanged: false structureIsReused:: Completely Elapsed: 9.151589000131935ms +Info 9103 [10:38:45.321] Different program with same set of files +Info 9104 [10:38:45.321] getCompletionData: Get current token: 0.004042999818921089 +Info 9105 [10:38:45.321] getCompletionData: Is inside comment: 0.012393000070005655 +Info 9106 [10:38:45.321] getCompletionData: Get previous token: 0.0094200000166893 +Info 9107 [10:38:45.321] getCompletionsAtPosition: isCompletionListBlocker: 0.00709300022572279 +Info 9108 [10:38:45.322] getExportInfoMap: cache hit +Info 9109 [10:38:45.335] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9110 [10:38:45.335] collectAutoImports: response is complete +Info 9111 [10:38:45.335] collectAutoImports: 13.384602000005543 +Info 9112 [10:38:45.335] getCompletionData: Semantic work: 13.936805000063032 +Info 9113 [10:38:45.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9858959997072816 +Info 9114 [10:38:45.341] Format host information updated +Info 9115 [10:38:45.752] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9116 [10:38:45.759] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 870 structureChanged: false structureIsReused:: Completely Elapsed: 7.0949219996109605ms +Info 9117 [10:38:45.759] Different program with same set of files +Info 9118 [10:38:45.760] getCompletionData: Get current token: 0.003407000098377466 +Info 9119 [10:38:45.760] getCompletionData: Is inside comment: 0.012058000080287457 +Info 9120 [10:38:45.760] getCompletionData: Get previous token: 0.017836000304669142 +Info 9121 [10:38:45.760] getCompletionsAtPosition: isCompletionListBlocker: 0.0011729998514056206 +Info 9122 [10:38:45.760] Returning an empty list because completion was requested in an invalid position. +Info 9123 [10:38:45.760] Format host information updated +Info 9124 [10:38:48.032] Format host information updated +Info 9125 [10:38:48.032] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9126 [10:38:48.039] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 871 structureChanged: false structureIsReused:: Completely Elapsed: 6.952875999733806ms +Info 9127 [10:38:48.039] Different program with same set of files +Info 9128 [10:38:48.366] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9129 [10:38:48.373] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 872 structureChanged: false structureIsReused:: Completely Elapsed: 6.94236099999398ms +Info 9130 [10:38:48.373] Different program with same set of files +Info 9131 [10:38:48.373] getCompletionData: Get current token: 0.00877099996432662 +Info 9132 [10:38:48.373] getCompletionData: Is inside comment: 0.013652999885380268 +Info 9133 [10:38:48.373] getCompletionData: Get previous token: 0.024070000275969505 +Info 9134 [10:38:48.373] getCompletionsAtPosition: isCompletionListBlocker: 0.007354999892413616 +Info 9135 [10:38:48.374] getExportInfoMap: cache hit +Info 9136 [10:38:48.377] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 9137 [10:38:48.377] collectAutoImports: response is complete +Info 9138 [10:38:48.377] collectAutoImports: 2.6318370001390576 +Info 9139 [10:38:48.377] getCompletionData: Semantic work: 3.288916999939829 +Info 9140 [10:38:48.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.390634000301361 +Info 9141 [10:38:48.379] Format host information updated +Info 9142 [10:38:48.464] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9143 [10:38:48.474] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 873 structureChanged: false structureIsReused:: Completely Elapsed: 9.7394909998402ms +Info 9144 [10:38:48.474] Different program with same set of files +Info 9145 [10:38:48.474] getCompletionData: Get current token: 0.008340999949723482 +Info 9146 [10:38:48.474] getCompletionData: Is inside comment: 0.012875999789685011 +Info 9147 [10:38:48.474] getCompletionData: Get previous token: 0.02167200017720461 +Info 9148 [10:38:48.474] getCompletionsAtPosition: isCompletionListBlocker: 0.007770999800413847 +Info 9149 [10:38:48.475] getExportInfoMap: cache hit +Info 9150 [10:38:48.478] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 9151 [10:38:48.478] collectAutoImports: response is complete +Info 9152 [10:38:48.478] collectAutoImports: 2.7904499997384846 +Info 9153 [10:38:48.478] getCompletionData: Semantic work: 3.69476000033319 +Info 9154 [10:38:48.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3228469998575747 +Info 9155 [10:38:48.480] Format host information updated +Info 9156 [10:38:48.614] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9157 [10:38:48.645] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 874 structureChanged: false structureIsReused:: Completely Elapsed: 30.608231000136584ms +Info 9158 [10:38:48.645] Different program with same set of files +Info 9159 [10:38:48.645] getCompletionData: Get current token: 0.022752999793738127 +Info 9160 [10:38:48.645] getCompletionData: Is inside comment: 0.04159800009801984 +Info 9161 [10:38:48.645] getCompletionData: Get previous token: 0.07259200001135468 +Info 9162 [10:38:48.646] getCompletionsAtPosition: isCompletionListBlocker: 0.014926000032573938 +Info 9163 [10:38:48.647] getExportInfoMap: cache hit +Info 9164 [10:38:48.652] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9165 [10:38:48.652] collectAutoImports: response is complete +Info 9166 [10:38:48.652] collectAutoImports: 4.678331000264734 +Info 9167 [10:38:48.652] getCompletionData: Semantic work: 6.202601999975741 +Info 9168 [10:38:48.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6277489997446537 +Info 9169 [10:38:48.654] Format host information updated +Info 9170 [10:38:48.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9171 [10:38:48.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 875 structureChanged: false structureIsReused:: Completely Elapsed: 7.048508999869227ms +Info 9172 [10:38:48.741] Different program with same set of files +Info 9173 [10:38:48.741] getCompletionData: Get current token: 0.007952000014483929 +Info 9174 [10:38:48.741] getCompletionData: Is inside comment: 0.013983999844640493 +Info 9175 [10:38:48.741] getCompletionData: Get previous token: 0.022469999734312296 +Info 9176 [10:38:48.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0075159999541938305 +Info 9177 [10:38:48.742] getExportInfoMap: cache hit +Info 9178 [10:38:48.744] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9179 [10:38:48.744] collectAutoImports: response is complete +Info 9180 [10:38:48.744] collectAutoImports: 2.076247999910265 +Info 9181 [10:38:48.744] getCompletionData: Semantic work: 2.623482999857515 +Info 9182 [10:38:48.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3111299998126924 +Info 9183 [10:38:48.746] Format host information updated +Info 9184 [10:38:48.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9185 [10:38:48.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 876 structureChanged: false structureIsReused:: Completely Elapsed: 11.029193999711424ms +Info 9186 [10:38:48.808] Different program with same set of files +Info 9187 [10:38:48.809] getCompletionData: Get current token: 0.013412999920547009 +Info 9188 [10:38:48.809] getCompletionData: Is inside comment: 0.023161999881267548 +Info 9189 [10:38:48.809] getCompletionData: Get previous token: 0.03726600017398596 +Info 9190 [10:38:48.809] getCompletionsAtPosition: isCompletionListBlocker: 0.010735000018030405 +Info 9191 [10:38:48.810] getExportInfoMap: cache hit +Info 9192 [10:38:48.813] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9193 [10:38:48.813] collectAutoImports: response is complete +Info 9194 [10:38:48.813] collectAutoImports: 3.490352999884635 +Info 9195 [10:38:48.813] getCompletionData: Semantic work: 4.359322999604046 +Info 9196 [10:38:48.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.349280999973416 +Info 9197 [10:38:48.820] Format host information updated +Info 9198 [10:38:48.933] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9199 [10:38:48.940] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 877 structureChanged: false structureIsReused:: Completely Elapsed: 6.6005069999955595ms +Info 9200 [10:38:48.940] Different program with same set of files +Info 9201 [10:38:48.940] getCompletionData: Get current token: 0.00801400002092123 +Info 9202 [10:38:48.940] getCompletionData: Is inside comment: 0.012914000079035759 +Info 9203 [10:38:48.940] getCompletionData: Get previous token: 0.021182000171393156 +Info 9204 [10:38:48.940] getCompletionsAtPosition: isCompletionListBlocker: 0.006764999590814114 +Info 9205 [10:38:48.940] getExportInfoMap: cache hit +Info 9206 [10:38:48.942] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9207 [10:38:48.942] collectAutoImports: response is complete +Info 9208 [10:38:48.942] collectAutoImports: 1.852037999778986 +Info 9209 [10:38:48.942] getCompletionData: Semantic work: 2.379335999954492 +Info 9210 [10:38:48.943] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.17893399996683 +Info 9211 [10:38:48.944] Format host information updated +Info 9212 [10:38:49.411] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9213 [10:38:49.421] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 878 structureChanged: false structureIsReused:: Completely Elapsed: 9.182382999919355ms +Info 9214 [10:38:49.421] Different program with same set of files +Info 9215 [10:38:49.421] getCompletionData: Get current token: 0.007760999724268913 +Info 9216 [10:38:49.421] getCompletionData: Is inside comment: 0.013882999774068594 +Info 9217 [10:38:49.421] getCompletionData: Get previous token: 0.020678000058978796 +Info 9218 [10:38:49.421] getCompletionsAtPosition: isCompletionListBlocker: 0.007096000015735626 +Info 9219 [10:38:49.421] getExportInfoMap: cache hit +Info 9220 [10:38:49.423] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9221 [10:38:49.423] collectAutoImports: response is complete +Info 9222 [10:38:49.423] collectAutoImports: 1.8226839997805655 +Info 9223 [10:38:49.423] getCompletionData: Semantic work: 2.372028000187129 +Info 9224 [10:38:49.424] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2435420001856983 +Info 9225 [10:38:49.425] Format host information updated +Info 9226 [10:38:49.955] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9227 [10:38:49.962] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 879 structureChanged: false structureIsReused:: Completely Elapsed: 6.31977800000459ms +Info 9228 [10:38:49.962] Different program with same set of files +Info 9229 [10:38:49.962] getCompletionData: Get current token: 0.004904999863356352 +Info 9230 [10:38:49.962] getCompletionData: Is inside comment: 0.014909999910742044 +Info 9231 [10:38:49.962] getCompletionData: Get previous token: 0.01269399980083108 +Info 9232 [10:38:49.962] getCompletionsAtPosition: isCompletionListBlocker: 0.0018060002475976944 +Info 9233 [10:38:49.964] getCompletionData: Semantic work: 2.679907999932766 +Info 9234 [10:38:49.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1859069997444749 +Info 9235 [10:38:49.969] Format host information updated +Info 9236 [10:38:50.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9237 [10:38:50.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 880 structureChanged: false structureIsReused:: Completely Elapsed: 7.663122000172734ms +Info 9238 [10:38:50.238] Different program with same set of files +Info 9239 [10:38:50.239] getCompletionData: Get current token: 0.008288000244647264 +Info 9240 [10:38:50.239] getCompletionData: Is inside comment: 0.028990000020712614 +Info 9241 [10:38:50.239] getCompletionData: Get previous token: 0.02722000004723668 +Info 9242 [10:38:50.239] getCompletionsAtPosition: isCompletionListBlocker: 0.0025820001028478146 +Info 9243 [10:38:50.242] getCompletionData: Semantic work: 3.545655000023544 +Info 9244 [10:38:50.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.48442699993029237 +Info 9245 [10:38:50.243] Format host information updated +Info 9246 [10:38:50.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9247 [10:38:50.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 881 structureChanged: false structureIsReused:: Completely Elapsed: 7.119134999811649ms +Info 9248 [10:38:50.324] Different program with same set of files +Info 9249 [10:38:50.324] getCompletionData: Get current token: 0.010233999695628881 +Info 9250 [10:38:50.324] getCompletionData: Is inside comment: 0.023433000314980745 +Info 9251 [10:38:50.324] getCompletionData: Get previous token: 0.02778200013563037 +Info 9252 [10:38:50.324] getCompletionsAtPosition: isCompletionListBlocker: 0.0024210000410676003 +Info 9253 [10:38:50.329] getCompletionData: Semantic work: 4.946589000057429 +Info 9254 [10:38:50.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6192589998245239 +Info 9255 [10:38:50.331] Format host information updated +Info 9256 [10:38:50.544] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9257 [10:38:50.556] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 882 structureChanged: false structureIsReused:: Completely Elapsed: 12.009428000077605ms +Info 9258 [10:38:50.556] Different program with same set of files +Info 9259 [10:38:50.556] getCompletionData: Get current token: 0.008541000075638294 +Info 9260 [10:38:50.556] getCompletionData: Is inside comment: 0.015074000228196383 +Info 9261 [10:38:50.556] getCompletionData: Get previous token: 0.02213800000026822 +Info 9262 [10:38:50.557] getCompletionsAtPosition: isCompletionListBlocker: 0.0021879998967051506 +Info 9263 [10:38:50.560] getCompletionData: Semantic work: 3.766299999784678 +Info 9264 [10:38:50.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5074379998259246 +Info 9265 [10:38:50.561] Format host information updated +Info 9266 [10:38:50.719] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9267 [10:38:50.729] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 883 structureChanged: false structureIsReused:: Completely Elapsed: 9.301022000145167ms +Info 9268 [10:38:50.729] Different program with same set of files +Info 9269 [10:38:50.729] getCompletionData: Get current token: 0.007637999951839447 +Info 9270 [10:38:50.729] getCompletionData: Is inside comment: 0.013276000041514635 +Info 9271 [10:38:50.729] getCompletionData: Get previous token: 0.020475000143051147 +Info 9272 [10:38:50.729] getCompletionsAtPosition: isCompletionListBlocker: 0.0020350003615021706 +Info 9273 [10:38:50.732] getCompletionData: Semantic work: 3.402013000100851 +Info 9274 [10:38:50.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.494357000105083 +Info 9275 [10:38:50.735] Format host information updated +Info 9276 [10:38:50.798] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9277 [10:38:50.805] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 884 structureChanged: false structureIsReused:: Completely Elapsed: 6.830848000012338ms +Info 9278 [10:38:50.805] Different program with same set of files +Info 9279 [10:38:50.805] getCompletionData: Get current token: 0.006678000092506409 +Info 9280 [10:38:50.805] getCompletionData: Is inside comment: 0.011764999944716692 +Info 9281 [10:38:50.805] getCompletionData: Get previous token: 0.019009999930858612 +Info 9282 [10:38:50.805] getCompletionsAtPosition: isCompletionListBlocker: 0.0019069998525083065 +Info 9283 [10:38:50.808] getCompletionData: Semantic work: 3.0167169999331236 +Info 9284 [10:38:50.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4305670000612736 +Info 9285 [10:38:50.809] Format host information updated +Info 9286 [10:38:50.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9287 [10:38:50.994] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 885 structureChanged: false structureIsReused:: Completely Elapsed: 10.196500000078231ms +Info 9288 [10:38:50.994] Different program with same set of files +Info 9289 [10:38:50.994] getCompletionData: Get current token: 0.007110000122338533 +Info 9290 [10:38:50.994] getCompletionData: Is inside comment: 0.012914999853819609 +Info 9291 [10:38:50.994] getCompletionData: Get previous token: 0.01950199995189905 +Info 9292 [10:38:50.994] getCompletionsAtPosition: isCompletionListBlocker: 0.002192999701946974 +Info 9293 [10:38:51.000] getCompletionData: Semantic work: 5.526413000188768 +Info 9294 [10:38:51.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6991820000112057 +Info 9295 [10:38:51.001] Format host information updated +Info 9296 [10:38:51.044] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9297 [10:38:51.051] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 886 structureChanged: false structureIsReused:: Completely Elapsed: 7.256628000177443ms +Info 9298 [10:38:51.051] Different program with same set of files +Info 9299 [10:38:51.051] getCompletionData: Get current token: 0.008489999920129776 +Info 9300 [10:38:51.051] getCompletionData: Is inside comment: 0.01255900040268898 +Info 9301 [10:38:51.051] getCompletionData: Get previous token: 0.019864999689161777 +Info 9302 [10:38:51.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0022410000674426556 +Info 9303 [10:38:51.054] getCompletionData: Semantic work: 3.161513999570161 +Info 9304 [10:38:51.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2076070001348853 +Info 9305 [10:38:51.055] Format host information updated +Info 9306 [10:38:51.241] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9307 [10:38:51.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 887 structureChanged: false structureIsReused:: Completely Elapsed: 8.610793000087142ms +Info 9308 [10:38:51.249] Different program with same set of files +Info 9309 [10:38:51.250] getCompletionData: Get current token: 0.006945999804884195 +Info 9310 [10:38:51.250] getCompletionData: Is inside comment: 0.01246599992737174 +Info 9311 [10:38:51.250] getCompletionData: Get previous token: 0.009901999961584806 +Info 9312 [10:38:51.250] getCompletionsAtPosition: isCompletionListBlocker: 0.0028109997510910034 +Info 9313 [10:38:51.251] getExportInfoMap: cache hit +Info 9314 [10:38:51.269] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9315 [10:38:51.269] collectAutoImports: response is complete +Info 9316 [10:38:51.269] collectAutoImports: 18.587018999736756 +Info 9317 [10:38:51.269] getCompletionData: Semantic work: 19.679000000003725 +Info 9318 [10:38:51.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.623825999908149 +Info 9319 [10:38:51.280] Format host information updated +Info 9320 [10:38:51.300] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9321 [10:38:51.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 888 structureChanged: false structureIsReused:: Completely Elapsed: 8.380935000255704ms +Info 9322 [10:38:51.309] Different program with same set of files +Info 9323 [10:38:51.309] getCompletionData: Get current token: 0.006723999977111816 +Info 9324 [10:38:51.309] getCompletionData: Is inside comment: 0.010414999909698963 +Info 9325 [10:38:51.309] getCompletionData: Get previous token: 0.008303999900817871 +Info 9326 [10:38:51.309] getCompletionsAtPosition: isCompletionListBlocker: 0.006289999932050705 +Info 9327 [10:38:51.310] getExportInfoMap: cache hit +Info 9328 [10:38:51.319] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9329 [10:38:51.319] collectAutoImports: response is complete +Info 9330 [10:38:51.319] collectAutoImports: 9.231639000121504 +Info 9331 [10:38:51.319] getCompletionData: Semantic work: 9.806107999756932 +Info 9332 [10:38:51.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.062404999975115 +Info 9333 [10:38:51.325] Format host information updated +Info 9334 [10:38:52.508] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9335 [10:38:52.517] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 889 structureChanged: false structureIsReused:: Completely Elapsed: 8.100944000296295ms +Info 9336 [10:38:52.517] Different program with same set of files +Info 9337 [10:38:52.517] getCompletionData: Get current token: 0.004614999983459711 +Info 9338 [10:38:52.517] getCompletionData: Is inside comment: 0.05908400006592274 +Info 9339 [10:38:52.517] getCompletionData: Get previous token: 0.026963999960571527 +Info 9340 [10:38:52.517] getCompletionsAtPosition: isCompletionListBlocker: 0.002365000080317259 +Info 9341 [10:38:52.520] getCompletionData: Semantic work: 2.7002400001510978 +Info 9342 [10:38:52.520] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10844899993389845 +Info 9343 [10:38:52.520] Format host information updated +Info 9344 [10:38:56.210] getCompletionData: Get current token: 0.005248000379651785 +Info 9345 [10:38:56.210] getCompletionData: Is inside comment: 0.015209999866783619 +Info 9346 [10:38:56.210] getCompletionData: Get previous token: 0.009992999956011772 +Info 9347 [10:38:56.210] getCompletionsAtPosition: isCompletionListBlocker: 0.0020720004104077816 +Info 9348 [10:38:56.211] getCompletionData: Semantic work: 0.23775599990040064 +Info 9349 [10:38:56.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07315599964931607 +Info 9350 [10:38:57.493] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9351 [10:38:57.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 890 structureChanged: false structureIsReused:: Completely Elapsed: 6.734528999775648ms +Info 9352 [10:38:57.500] Different program with same set of files +Info 9353 [10:38:57.500] getCompletionData: Get current token: 0.006674999836832285 +Info 9354 [10:38:57.500] getCompletionData: Is inside comment: 0.010495999827980995 +Info 9355 [10:38:57.500] getCompletionData: Get previous token: 0.00811500009149313 +Info 9356 [10:38:57.500] getCompletionsAtPosition: isCompletionListBlocker: 0.006806999910622835 +Info 9357 [10:38:57.501] getExportInfoMap: cache hit +Info 9358 [10:38:57.514] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9359 [10:38:57.514] collectAutoImports: response is complete +Info 9360 [10:38:57.514] collectAutoImports: 13.027048000134528 +Info 9361 [10:38:57.514] getCompletionData: Semantic work: 13.684018999803811 +Info 9362 [10:38:57.516] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.746196999680251 +Info 9363 [10:38:57.519] Format host information updated +Info 9364 [10:39:01.548] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9365 [10:39:01.555] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 891 structureChanged: false structureIsReused:: Completely Elapsed: 6.286540000233799ms +Info 9366 [10:39:01.555] Different program with same set of files +Info 9367 [10:39:01.555] getCompletionData: Get current token: 0.004490999970585108 +Info 9368 [10:39:01.555] getCompletionData: Is inside comment: 0.0013729999773204327 +Info 9369 [10:39:01.555] getCompletionData: Get previous token: 0.022143999580293894 +Info 9370 [10:39:01.555] getCompletionsAtPosition: isCompletionListBlocker: 0.0071669998578727245 +Info 9371 [10:39:01.555] getExportInfoMap: cache hit +Info 9372 [10:39:01.557] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9373 [10:39:01.557] collectAutoImports: response is complete +Info 9374 [10:39:01.557] collectAutoImports: 1.7300260001793504 +Info 9375 [10:39:01.557] getCompletionData: Semantic work: 2.3263929998502135 +Info 9376 [10:39:01.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0607730001211166 +Info 9377 [10:39:01.560] Format host information updated +Info 9378 [10:39:01.689] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9379 [10:39:01.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 892 structureChanged: false structureIsReused:: Completely Elapsed: 6.750581000000238ms +Info 9380 [10:39:01.696] Different program with same set of files +Info 9381 [10:39:01.696] getCompletionData: Get current token: 0.0056420001201331615 +Info 9382 [10:39:01.696] getCompletionData: Is inside comment: 0.0014840001240372658 +Info 9383 [10:39:01.696] getCompletionData: Get previous token: 0.023726999759674072 +Info 9384 [10:39:01.696] getCompletionsAtPosition: isCompletionListBlocker: 0.007472999859601259 +Info 9385 [10:39:01.696] getExportInfoMap: cache hit +Info 9386 [10:39:01.698] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9387 [10:39:01.698] collectAutoImports: response is complete +Info 9388 [10:39:01.698] collectAutoImports: 1.862221000250429 +Info 9389 [10:39:01.698] getCompletionData: Semantic work: 2.4768330003134906 +Info 9390 [10:39:01.700] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2707509999163449 +Info 9391 [10:39:01.700] Format host information updated +Info 9392 [10:39:01.904] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9393 [10:39:01.913] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 893 structureChanged: false structureIsReused:: Completely Elapsed: 9.321661000140011ms +Info 9394 [10:39:01.913] Different program with same set of files +Info 9395 [10:39:01.913] getCompletionData: Get current token: 0.005542000290006399 +Info 9396 [10:39:01.913] getCompletionData: Is inside comment: 0.0014899997040629387 +Info 9397 [10:39:01.913] getCompletionData: Get previous token: 0.02572599984705448 +Info 9398 [10:39:01.913] getCompletionsAtPosition: isCompletionListBlocker: 0.008413000032305717 +Info 9399 [10:39:01.914] getExportInfoMap: cache hit +Info 9400 [10:39:01.916] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9401 [10:39:01.916] collectAutoImports: response is complete +Info 9402 [10:39:01.916] collectAutoImports: 2.0106520000845194 +Info 9403 [10:39:01.916] getCompletionData: Semantic work: 2.6798650003038347 +Info 9404 [10:39:01.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2865260001271963 +Info 9405 [10:39:01.918] Format host information updated +Info 9406 [10:39:01.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9407 [10:39:01.983] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 894 structureChanged: false structureIsReused:: Completely Elapsed: 14.437458000145853ms +Info 9408 [10:39:01.983] Different program with same set of files +Info 9409 [10:39:01.983] getCompletionData: Get current token: 0.010974999982863665 +Info 9410 [10:39:01.983] getCompletionData: Is inside comment: 0.0028639999218285084 +Info 9411 [10:39:01.983] getCompletionData: Get previous token: 0.047085999976843596 +Info 9412 [10:39:01.983] getCompletionsAtPosition: isCompletionListBlocker: 0.012012999970465899 +Info 9413 [10:39:01.984] getExportInfoMap: cache hit +Info 9414 [10:39:01.988] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9415 [10:39:01.988] collectAutoImports: response is complete +Info 9416 [10:39:01.988] collectAutoImports: 3.4797620000317693 +Info 9417 [10:39:01.988] getCompletionData: Semantic work: 4.570412999950349 +Info 9418 [10:39:01.990] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2065190002322197 +Info 9419 [10:39:01.991] Format host information updated +Info 9420 [10:39:02.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9421 [10:39:02.113] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 895 structureChanged: false structureIsReused:: Completely Elapsed: 7.872508999891579ms +Info 9422 [10:39:02.113] Different program with same set of files +Info 9423 [10:39:02.113] getCompletionData: Get current token: 0.003944000229239464 +Info 9424 [10:39:02.113] getCompletionData: Is inside comment: 0.0012710001319646835 +Info 9425 [10:39:02.113] getCompletionData: Get previous token: 0.025899000000208616 +Info 9426 [10:39:02.113] getCompletionsAtPosition: isCompletionListBlocker: 0.006579000037163496 +Info 9427 [10:39:02.114] getExportInfoMap: cache hit +Info 9428 [10:39:02.117] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9429 [10:39:02.117] collectAutoImports: response is complete +Info 9430 [10:39:02.117] collectAutoImports: 2.9691690001636744 +Info 9431 [10:39:02.117] getCompletionData: Semantic work: 4.052383000031114 +Info 9432 [10:39:02.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.970260000322014 +Info 9433 [10:39:02.120] Format host information updated +Info 9434 [10:39:02.193] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9435 [10:39:02.215] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 896 structureChanged: false structureIsReused:: Completely Elapsed: 21.19639699999243ms +Info 9436 [10:39:02.215] Different program with same set of files +Info 9437 [10:39:02.215] getCompletionData: Get current token: 0.013020999729633331 +Info 9438 [10:39:02.215] getCompletionData: Is inside comment: 0.003533999901264906 +Info 9439 [10:39:02.215] getCompletionData: Get previous token: 0.054456999991089106 +Info 9440 [10:39:02.215] getCompletionsAtPosition: isCompletionListBlocker: 0.003930000122636557 +Info 9441 [10:39:02.216] getCompletionData: Semantic work: 0.996197999920696 +Info 9442 [10:39:02.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0053530000150204 +Info 9443 [10:39:02.218] Format host information updated +Info 9444 [10:39:02.362] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9445 [10:39:02.370] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 897 structureChanged: false structureIsReused:: Completely Elapsed: 8.686201999895275ms +Info 9446 [10:39:02.370] Different program with same set of files +Info 9447 [10:39:02.371] getCompletionData: Get current token: 0.004809999838471413 +Info 9448 [10:39:02.371] getCompletionData: Is inside comment: 0.0013129999861121178 +Info 9449 [10:39:02.371] getCompletionData: Get previous token: 0.02783200005069375 +Info 9450 [10:39:02.371] getCompletionsAtPosition: isCompletionListBlocker: 0.0019539999775588512 +Info 9451 [10:39:02.371] getCompletionData: Semantic work: 0.41837899992242455 +Info 9452 [10:39:02.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.35308399982750416 +Info 9453 [10:39:02.372] Format host information updated +Info 9454 [10:39:02.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9455 [10:39:02.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 898 structureChanged: false structureIsReused:: Completely Elapsed: 7.671413000207394ms +Info 9456 [10:39:02.506] Different program with same set of files +Info 9457 [10:39:02.506] getCompletionData: Get current token: 0.005637999624013901 +Info 9458 [10:39:02.506] getCompletionData: Is inside comment: 0.001881999894976616 +Info 9459 [10:39:02.506] getCompletionData: Get previous token: 0.032697999849915504 +Info 9460 [10:39:02.506] getCompletionsAtPosition: isCompletionListBlocker: 0.00215000007301569 +Info 9461 [10:39:02.506] getCompletionData: Semantic work: 0.42093100026249886 +Info 9462 [10:39:02.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4099810002371669 +Info 9463 [10:39:02.510] Format host information updated +Info 9464 [10:39:02.636] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9465 [10:39:02.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 899 structureChanged: false structureIsReused:: Completely Elapsed: 19.740104000084102ms +Info 9466 [10:39:02.655] Different program with same set of files +Info 9467 [10:39:02.656] getCompletionData: Get current token: 0.009686000179499388 +Info 9468 [10:39:02.656] getCompletionData: Is inside comment: 0.0026940000243484974 +Info 9469 [10:39:02.656] getCompletionData: Get previous token: 0.05397900007665157 +Info 9470 [10:39:02.656] getCompletionsAtPosition: isCompletionListBlocker: 0.003480999730527401 +Info 9471 [10:39:02.657] getCompletionData: Semantic work: 0.634889000095427 +Info 9472 [10:39:02.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6167729999870062 +Info 9473 [10:39:02.658] Format host information updated +Info 9474 [10:39:02.806] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9475 [10:39:02.814] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 900 structureChanged: false structureIsReused:: Completely Elapsed: 8.656895000021905ms +Info 9476 [10:39:02.814] Different program with same set of files +Info 9477 [10:39:02.814] getCompletionData: Get current token: 0.0059980000369250774 +Info 9478 [10:39:02.814] getCompletionData: Is inside comment: 0.001579000148922205 +Info 9479 [10:39:02.814] getCompletionData: Get previous token: 0.01908099977299571 +Info 9480 [10:39:02.815] getCompletionsAtPosition: isCompletionListBlocker: 0.0026130001060664654 +Info 9481 [10:39:02.815] getExportInfoMap: cache hit +Info 9482 [10:39:02.825] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9483 [10:39:02.825] collectAutoImports: response is complete +Info 9484 [10:39:02.825] collectAutoImports: 10.084464999847114 +Info 9485 [10:39:02.825] getCompletionData: Semantic work: 10.707835000008345 +Info 9486 [10:39:02.838] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.241551000159234 +Info 9487 [10:39:02.841] Format host information updated +Info 9488 [10:39:03.220] getCompletionData: Get current token: 0.006919000297784805 +Info 9489 [10:39:03.220] getCompletionData: Is inside comment: 0.014701000414788723 +Info 9490 [10:39:03.220] getCompletionData: Get previous token: 0.01194899994879961 +Info 9491 [10:39:03.220] getCompletionsAtPosition: isCompletionListBlocker: 0.007949999999254942 +Info 9492 [10:39:03.220] getExportInfoMap: cache hit +Info 9493 [10:39:03.226] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9494 [10:39:03.226] collectAutoImports: response is complete +Info 9495 [10:39:03.226] collectAutoImports: 5.838217000011355 +Info 9496 [10:39:03.226] getCompletionData: Semantic work: 6.501775000244379 +Info 9497 [10:39:03.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5661579999141395 +Info 9498 [10:39:03.298] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9499 [10:39:03.306] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 901 structureChanged: false structureIsReused:: Completely Elapsed: 7.69642599998042ms +Info 9500 [10:39:03.306] Different program with same set of files +Info 9501 [10:39:03.306] getCompletionData: Get current token: 0.008431999944150448 +Info 9502 [10:39:03.306] getCompletionData: Is inside comment: 0.014777000062167645 +Info 9503 [10:39:03.306] getCompletionData: Get previous token: 0.011735999956727028 +Info 9504 [10:39:03.306] getCompletionsAtPosition: isCompletionListBlocker: 0.007215999998152256 +Info 9505 [10:39:03.307] getExportInfoMap: cache hit +Info 9506 [10:39:03.317] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9507 [10:39:03.317] collectAutoImports: response is complete +Info 9508 [10:39:03.317] collectAutoImports: 10.102936999872327 +Info 9509 [10:39:03.317] getCompletionData: Semantic work: 10.799611000344157 +Info 9510 [10:39:03.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.422931000124663 +Info 9511 [10:39:03.322] Format host information updated +Info 9512 [10:39:03.684] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9513 [10:39:03.691] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 902 structureChanged: false structureIsReused:: Completely Elapsed: 7.602751999627799ms +Info 9514 [10:39:03.691] Different program with same set of files +Info 9515 [10:39:03.691] getCompletionData: Get current token: 0.0059449998661875725 +Info 9516 [10:39:03.691] getCompletionData: Is inside comment: 0.019247999880462885 +Info 9517 [10:39:03.691] getCompletionData: Get previous token: 0.016751999966800213 +Info 9518 [10:39:03.691] getCompletionsAtPosition: isCompletionListBlocker: 0.002112000249326229 +Info 9519 [10:39:03.697] getCompletionData: Semantic work: 5.81161900004372 +Info 9520 [10:39:03.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9125579996034503 +Info 9521 [10:39:03.701] Format host information updated +Info 9522 [10:39:04.266] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9523 [10:39:04.274] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 903 structureChanged: false structureIsReused:: Completely Elapsed: 7.098375000059605ms +Info 9524 [10:39:04.274] Different program with same set of files +Info 9525 [10:39:04.274] getCompletionData: Get current token: 0.006196000147610903 +Info 9526 [10:39:04.274] getCompletionData: Is inside comment: 0.011903000064194202 +Info 9527 [10:39:04.274] getCompletionData: Get previous token: 0.019500999711453915 +Info 9528 [10:39:04.274] getCompletionsAtPosition: isCompletionListBlocker: 0.0015730001032352448 +Info 9529 [10:39:04.278] getCompletionData: Semantic work: 4.377901000436395 +Info 9530 [10:39:04.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9041059999726713 +Info 9531 [10:39:04.280] Format host information updated +Info 9532 [10:39:04.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9533 [10:39:04.371] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 904 structureChanged: false structureIsReused:: Completely Elapsed: 7.214158999733627ms +Info 9534 [10:39:04.371] Different program with same set of files +Info 9535 [10:39:04.371] getCompletionData: Get current token: 0.007255000062286854 +Info 9536 [10:39:04.371] getCompletionData: Is inside comment: 0.014059000182896852 +Info 9537 [10:39:04.371] getCompletionData: Get previous token: 0.022991000209003687 +Info 9538 [10:39:04.371] getCompletionsAtPosition: isCompletionListBlocker: 0.002369999885559082 +Info 9539 [10:39:04.381] getCompletionData: Semantic work: 10.277360999956727 +Info 9540 [10:39:04.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9894269998185337 +Info 9541 [10:39:04.383] Format host information updated +Info 9542 [10:39:04.519] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9543 [10:39:04.526] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 905 structureChanged: false structureIsReused:: Completely Elapsed: 6.872822999954224ms +Info 9544 [10:39:04.526] Different program with same set of files +Info 9545 [10:39:04.527] getCompletionData: Get current token: 0.007183999754488468 +Info 9546 [10:39:04.527] getCompletionData: Is inside comment: 0.013478000182658434 +Info 9547 [10:39:04.527] getCompletionData: Get previous token: 0.022067999932914972 +Info 9548 [10:39:04.527] getCompletionsAtPosition: isCompletionListBlocker: 0.0018710000440478325 +Info 9549 [10:39:04.531] getCompletionData: Semantic work: 4.778043999802321 +Info 9550 [10:39:04.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.088555000256747 +Info 9551 [10:39:04.533] Format host information updated +Info 9552 [10:39:04.749] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9553 [10:39:04.759] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 906 structureChanged: false structureIsReused:: Completely Elapsed: 10.259738999884576ms +Info 9554 [10:39:04.759] Different program with same set of files +Info 9555 [10:39:04.760] getCompletionData: Get current token: 0.008779000025242567 +Info 9556 [10:39:04.760] getCompletionData: Is inside comment: 0.014838000293821096 +Info 9557 [10:39:04.760] getCompletionData: Get previous token: 0.021364000160247087 +Info 9558 [10:39:04.760] getCompletionsAtPosition: isCompletionListBlocker: 0.0023400001227855682 +Info 9559 [10:39:04.765] getCompletionData: Semantic work: 5.482299999799579 +Info 9560 [10:39:04.766] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2252559997141361 +Info 9561 [10:39:04.767] Format host information updated +Info 9562 [10:39:04.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9563 [10:39:04.838] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 907 structureChanged: false structureIsReused:: Completely Elapsed: 17.587897999677807ms +Info 9564 [10:39:04.838] Different program with same set of files +Info 9565 [10:39:04.839] getCompletionData: Get current token: 0.01926300022751093 +Info 9566 [10:39:04.839] getCompletionData: Is inside comment: 0.03374799992889166 +Info 9567 [10:39:04.839] getCompletionData: Get previous token: 0.05159600032493472 +Info 9568 [10:39:04.839] getCompletionsAtPosition: isCompletionListBlocker: 0.004401000216603279 +Info 9569 [10:39:04.851] getCompletionData: Semantic work: 12.431741999927908 +Info 9570 [10:39:04.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.149020000360906 +Info 9571 [10:39:04.859] Format host information updated +Info 9572 [10:39:04.923] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9573 [10:39:04.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 908 structureChanged: false structureIsReused:: Completely Elapsed: 8.234214000403881ms +Info 9574 [10:39:04.931] Different program with same set of files +Info 9575 [10:39:04.931] getCompletionData: Get current token: 0.0073379999957978725 +Info 9576 [10:39:04.931] getCompletionData: Is inside comment: 0.011988000012934208 +Info 9577 [10:39:04.931] getCompletionData: Get previous token: 0.02051099995151162 +Info 9578 [10:39:04.931] getCompletionsAtPosition: isCompletionListBlocker: 0.0020909998565912247 +Info 9579 [10:39:04.936] getCompletionData: Semantic work: 4.406231999862939 +Info 9580 [10:39:04.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3393900003284216 +Info 9581 [10:39:04.938] Format host information updated +Info 9582 [10:39:05.018] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9583 [10:39:05.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 909 structureChanged: false structureIsReused:: Completely Elapsed: 11.078418999910355ms +Info 9584 [10:39:05.029] Different program with same set of files +Info 9585 [10:39:05.030] getCompletionData: Get current token: 0.010511999949812889 +Info 9586 [10:39:05.030] getCompletionData: Is inside comment: 0.020653000101447105 +Info 9587 [10:39:05.030] getCompletionData: Get previous token: 0.03361900011077523 +Info 9588 [10:39:05.030] getCompletionsAtPosition: isCompletionListBlocker: 0.0031139999628067017 +Info 9589 [10:39:05.037] getCompletionData: Semantic work: 7.296352999750525 +Info 9590 [10:39:05.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5528330001980066 +Info 9591 [10:39:05.039] Format host information updated +Info 9592 [10:39:05.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9593 [10:39:05.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 910 structureChanged: false structureIsReused:: Completely Elapsed: 7.018697000108659ms +Info 9594 [10:39:05.085] Different program with same set of files +Info 9595 [10:39:05.085] getCompletionData: Get current token: 0.00610999995842576 +Info 9596 [10:39:05.085] getCompletionData: Is inside comment: 0.012684999965131283 +Info 9597 [10:39:05.085] getCompletionData: Get previous token: 0.02101000025868416 +Info 9598 [10:39:05.085] getCompletionsAtPosition: isCompletionListBlocker: 0.0018859999254345894 +Info 9599 [10:39:05.090] getCompletionData: Semantic work: 4.369237000122666 +Info 9600 [10:39:05.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.036640000063926 +Info 9601 [10:39:05.091] Format host information updated +Info 9602 [10:39:05.207] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9603 [10:39:05.239] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 911 structureChanged: false structureIsReused:: Completely Elapsed: 32.44818799989298ms +Info 9604 [10:39:05.239] Different program with same set of files +Info 9605 [10:39:05.240] getCompletionData: Get current token: 0.016209000255912542 +Info 9606 [10:39:05.240] getCompletionData: Is inside comment: 0.034090999979525805 +Info 9607 [10:39:05.240] getCompletionData: Get previous token: 0.028807000257074833 +Info 9608 [10:39:05.240] getCompletionsAtPosition: isCompletionListBlocker: 0.0050940001383423805 +Info 9609 [10:39:05.241] getExportInfoMap: cache hit +Info 9610 [10:39:05.259] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9611 [10:39:05.259] collectAutoImports: response is complete +Info 9612 [10:39:05.259] collectAutoImports: 17.924558999948204 +Info 9613 [10:39:05.259] getCompletionData: Semantic work: 19.62964199995622 +Info 9614 [10:39:05.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.195863999892026 +Info 9615 [10:39:05.274] Format host information updated +Info 9616 [10:39:05.352] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9617 [10:39:05.369] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 912 structureChanged: false structureIsReused:: Completely Elapsed: 17.290455000009388ms +Info 9618 [10:39:05.369] Different program with same set of files +Info 9619 [10:39:05.370] getCompletionData: Get current token: 0.018622000236064196 +Info 9620 [10:39:05.370] getCompletionData: Is inside comment: 0.038068000227212906 +Info 9621 [10:39:05.370] getCompletionData: Get previous token: 0.030300999991595745 +Info 9622 [10:39:05.370] getCompletionsAtPosition: isCompletionListBlocker: 0.015767000149935484 +Info 9623 [10:39:05.372] getExportInfoMap: cache hit +Info 9624 [10:39:05.390] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9625 [10:39:05.390] collectAutoImports: response is complete +Info 9626 [10:39:05.390] collectAutoImports: 18.560958999674767 +Info 9627 [10:39:05.390] getCompletionData: Semantic work: 20.40597299998626 +Info 9628 [10:39:05.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.110495999921113 +Info 9629 [10:39:05.399] Format host information updated +Info 9630 [10:39:06.109] getCompletionData: Get current token: 0.007639000192284584 +Info 9631 [10:39:06.109] getCompletionData: Is inside comment: 0.0015349998138844967 +Info 9632 [10:39:06.109] getCompletionData: Get previous token: 0.015053999610245228 +Info 9633 [10:39:06.109] getCompletionsAtPosition: isCompletionListBlocker: 0.0028940001502633095 +Info 9634 [10:39:06.110] getExportInfoMap: cache hit +Info 9635 [10:39:06.117] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9636 [10:39:06.117] collectAutoImports: response is complete +Info 9637 [10:39:06.117] collectAutoImports: 7.002756000030786 +Info 9638 [10:39:06.117] getCompletionData: Semantic work: 7.68588799983263 +Info 9639 [10:39:06.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2799760000780225 +Info 9640 [10:39:07.430] Format host information updated +Info 9641 [10:39:07.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9642 [10:39:07.437] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 913 structureChanged: false structureIsReused:: Completely Elapsed: 7.037214000243694ms +Info 9643 [10:39:07.438] Different program with same set of files +Info 9644 [10:39:07.872] Format host information updated +Info 9645 [10:39:07.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9646 [10:39:07.879] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 914 structureChanged: false structureIsReused:: Completely Elapsed: 6.602031999733299ms +Info 9647 [10:39:07.879] Different program with same set of files +Info 9648 [10:39:07.984] Format host information updated +Info 9649 [10:39:07.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9650 [10:39:07.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 915 structureChanged: false structureIsReused:: Completely Elapsed: 6.804148999974132ms +Info 9651 [10:39:07.991] Different program with same set of files +Info 9652 [10:39:08.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9653 [10:39:08.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 916 structureChanged: false structureIsReused:: Completely Elapsed: 7.520885999780148ms +Info 9654 [10:39:08.223] Different program with same set of files +Info 9655 [10:39:08.223] getCompletionData: Get current token: 0.004381000064313412 +Info 9656 [10:39:08.223] getCompletionData: Is inside comment: 0.013946999795734882 +Info 9657 [10:39:08.223] getCompletionData: Get previous token: 0.01105900015681982 +Info 9658 [10:39:08.223] getCompletionsAtPosition: isCompletionListBlocker: 0.006512000225484371 +Info 9659 [10:39:08.223] Returning an empty list because completion was requested in an invalid position. +Info 9660 [10:39:08.223] Format host information updated +Info 9661 [10:39:08.462] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9662 [10:39:08.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 917 structureChanged: false structureIsReused:: Completely Elapsed: 9.03536200011149ms +Info 9663 [10:39:08.471] Different program with same set of files +Info 9664 [10:39:08.471] getCompletionData: Get current token: 0.0009840000420808792 +Info 9665 [10:39:08.471] getCompletionData: Is inside comment: 0.0089219999499619 +Info 9666 [10:39:08.471] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9667 [10:39:08.471] Format host information updated +Info 9668 [10:39:08.584] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9669 [10:39:08.593] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 918 structureChanged: false structureIsReused:: Completely Elapsed: 9.06414100015536ms +Info 9670 [10:39:08.593] Different program with same set of files +Info 9671 [10:39:08.593] getCompletionData: Get current token: 0.0016419999301433563 +Info 9672 [10:39:08.593] getCompletionData: Is inside comment: 0.005377000197768211 +Info 9673 [10:39:08.594] Format host information updated +Info 9674 [10:39:08.710] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9675 [10:39:08.717] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 919 structureChanged: false structureIsReused:: Completely Elapsed: 7.4421239998191595ms +Info 9676 [10:39:08.717] Different program with same set of files +Info 9677 [10:39:08.717] getCompletionData: Get current token: 0.0015719998627901077 +Info 9678 [10:39:08.717] getCompletionData: Is inside comment: 0.006923999637365341 +Info 9679 [10:39:08.720] Format host information updated +Info 9680 [10:39:08.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9681 [10:39:08.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 920 structureChanged: false structureIsReused:: Completely Elapsed: 6.815844000317156ms +Info 9682 [10:39:08.991] Different program with same set of files +Info 9683 [10:39:08.991] getCompletionData: Get current token: 0.00458399998024106 +Info 9684 [10:39:08.991] getCompletionData: Is inside comment: 0.012761999852955341 +Info 9685 [10:39:08.991] getCompletionData: Get previous token: 0.009709000121802092 +Info 9686 [10:39:08.991] getCompletionsAtPosition: isCompletionListBlocker: 0.006393000017851591 +Info 9687 [10:39:08.991] getExportInfoMap: cache hit +Info 9688 [10:39:09.000] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 9689 [10:39:09.000] collectAutoImports: response is complete +Info 9690 [10:39:09.000] collectAutoImports: 8.131544000003487 +Info 9691 [10:39:09.000] getCompletionData: Semantic work: 8.650417999830097 +Info 9692 [10:39:09.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6168180000968277 +Info 9693 [10:39:09.007] Format host information updated +Info 9694 [10:39:09.453] Format host information updated +Info 9695 [10:39:09.453] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9696 [10:39:09.460] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 921 structureChanged: false structureIsReused:: Completely Elapsed: 6.788065999746323ms +Info 9697 [10:39:09.460] Different program with same set of files +Info 9698 [10:39:09.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9699 [10:39:09.561] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 922 structureChanged: false structureIsReused:: Completely Elapsed: 6.822732999920845ms +Info 9700 [10:39:09.561] Different program with same set of files +Info 9701 [10:39:09.561] getCompletionData: Get current token: 0.004040000028908253 +Info 9702 [10:39:09.561] getCompletionData: Is inside comment: 0.013030000030994415 +Info 9703 [10:39:09.563] Format host information updated +Info 9704 [10:39:09.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9705 [10:39:09.781] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 923 structureChanged: false structureIsReused:: Completely Elapsed: 7.770095000043511ms +Info 9706 [10:39:09.781] Different program with same set of files +Info 9707 [10:39:09.782] getCompletionData: Get current token: 0.0037449998781085014 +Info 9708 [10:39:09.782] getCompletionData: Is inside comment: 0.01268099993467331 +Info 9709 [10:39:09.782] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9710 [10:39:09.782] Format host information updated +Info 9711 [10:39:09.987] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9712 [10:39:09.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 924 structureChanged: false structureIsReused:: Completely Elapsed: 9.571529999841005ms +Info 9713 [10:39:09.997] Different program with same set of files +Info 9714 [10:39:09.997] getCompletionData: Get current token: 0.00434499979019165 +Info 9715 [10:39:09.997] getCompletionData: Is inside comment: 0.013968999963253736 +Info 9716 [10:39:09.997] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9717 [10:39:09.997] Format host information updated +Info 9718 [10:39:10.074] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9719 [10:39:10.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 925 structureChanged: false structureIsReused:: Completely Elapsed: 7.059832999948412ms +Info 9720 [10:39:10.081] Different program with same set of files +Info 9721 [10:39:10.081] getCompletionData: Get current token: 0.004284000024199486 +Info 9722 [10:39:10.081] getCompletionData: Is inside comment: 0.015077999792993069 +Info 9723 [10:39:10.081] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9724 [10:39:10.081] Format host information updated +Info 9725 [10:39:10.197] Format host information updated +Info 9726 [10:39:10.197] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9727 [10:39:10.207] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 926 structureChanged: false structureIsReused:: Completely Elapsed: 9.637335000094026ms +Info 9728 [10:39:10.207] Different program with same set of files +Info 9729 [10:39:10.256] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9730 [10:39:10.269] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 927 structureChanged: false structureIsReused:: Completely Elapsed: 12.998877999838442ms +Info 9731 [10:39:10.270] Different program with same set of files +Info 9732 [10:39:10.270] getCompletionData: Get current token: 0.008169999811798334 +Info 9733 [10:39:10.270] getCompletionData: Is inside comment: 0.02993299998342991 +Info 9734 [10:39:10.270] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9735 [10:39:10.270] Format host information updated +Info 9736 [10:39:10.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9737 [10:39:10.352] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 928 structureChanged: false structureIsReused:: Completely Elapsed: 10.668012999929488ms +Info 9738 [10:39:10.352] Different program with same set of files +Info 9739 [10:39:10.353] getCompletionData: Get current token: 0.0043680001981556416 +Info 9740 [10:39:10.353] getCompletionData: Is inside comment: 0.014924000017344952 +Info 9741 [10:39:10.353] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9742 [10:39:10.353] Format host information updated +Info 9743 [10:39:10.429] Format host information updated +Info 9744 [10:39:10.429] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9745 [10:39:10.436] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 929 structureChanged: false structureIsReused:: Completely Elapsed: 6.784762999974191ms +Info 9746 [10:39:10.436] Different program with same set of files +Info 9747 [10:39:11.288] getCompletionData: Get current token: 0.005003000143915415 +Info 9748 [10:39:11.288] getCompletionData: Is inside comment: 0.01447199983522296 +Info 9749 [10:39:11.288] getCompletionData: Get previous token: 0.011679000221192837 +Info 9750 [10:39:11.288] getCompletionsAtPosition: isCompletionListBlocker: 0.0021620001643896103 +Info 9751 [10:39:11.288] getExportInfoMap: cache hit +Info 9752 [10:39:11.299] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 9753 [10:39:11.299] collectAutoImports: response is complete +Info 9754 [10:39:11.299] collectAutoImports: 10.578809999860823 +Info 9755 [10:39:11.299] getCompletionData: Semantic work: 11.203156999778003 +Info 9756 [10:39:11.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.617930000182241 +Info 9757 [10:39:11.523] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9758 [10:39:11.530] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 930 structureChanged: false structureIsReused:: Completely Elapsed: 7.163854999933392ms +Info 9759 [10:39:11.530] Different program with same set of files +Info 9760 [10:39:11.530] getCompletionData: Get current token: 0.0040430002845823765 +Info 9761 [10:39:11.530] getCompletionData: Is inside comment: 0.013037999626249075 +Info 9762 [10:39:11.531] getCompletionData: Get previous token: 0.019261999987065792 +Info 9763 [10:39:11.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0019180001690983772 +Info 9764 [10:39:11.531] getExportInfoMap: cache hit +Info 9765 [10:39:11.534] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 20 from cache +Info 9766 [10:39:11.534] collectAutoImports: response is complete +Info 9767 [10:39:11.534] collectAutoImports: 2.613073999993503 +Info 9768 [10:39:11.534] getCompletionData: Semantic work: 3.087851000018418 +Info 9769 [10:39:11.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.751329000107944 +Info 9770 [10:39:11.538] Format host information updated +Info 9771 [10:39:11.700] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9772 [10:39:11.707] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 931 structureChanged: false structureIsReused:: Completely Elapsed: 6.915035999845713ms +Info 9773 [10:39:11.707] Different program with same set of files +Info 9774 [10:39:11.708] getCompletionData: Get current token: 0.005714999977499247 +Info 9775 [10:39:11.708] getCompletionData: Is inside comment: 0.016933000180870295 +Info 9776 [10:39:11.708] getCompletionData: Get previous token: 0.02554900012910366 +Info 9777 [10:39:11.708] getCompletionsAtPosition: isCompletionListBlocker: 0.0021910001523792744 +Info 9778 [10:39:11.708] getExportInfoMap: cache hit +Info 9779 [10:39:11.711] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 9 from cache +Info 9780 [10:39:11.711] collectAutoImports: response is complete +Info 9781 [10:39:11.711] collectAutoImports: 2.7432109997607768 +Info 9782 [10:39:11.711] getCompletionData: Semantic work: 3.359289000276476 +Info 9783 [10:39:11.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2683290001004934 +Info 9784 [10:39:11.714] Format host information updated +Info 9785 [10:39:11.829] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9786 [10:39:11.836] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 932 structureChanged: false structureIsReused:: Completely Elapsed: 6.7822650000452995ms +Info 9787 [10:39:11.836] Different program with same set of files +Info 9788 [10:39:11.836] getCompletionData: Get current token: 0.005305999889969826 +Info 9789 [10:39:11.836] getCompletionData: Is inside comment: 0.01667199982330203 +Info 9790 [10:39:11.836] getCompletionData: Get previous token: 0.02502099983394146 +Info 9791 [10:39:11.836] getCompletionsAtPosition: isCompletionListBlocker: 0.0024780002422630787 +Info 9792 [10:39:11.836] getExportInfoMap: cache hit +Info 9793 [10:39:11.840] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 9794 [10:39:11.840] collectAutoImports: response is complete +Info 9795 [10:39:11.840] collectAutoImports: 3.8254520003683865 +Info 9796 [10:39:11.840] getCompletionData: Semantic work: 4.3672060002572834 +Info 9797 [10:39:11.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.051454999949783 +Info 9798 [10:39:11.843] Format host information updated +Info 9799 [10:39:12.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9800 [10:39:12.051] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 933 structureChanged: false structureIsReused:: Completely Elapsed: 10.398492999840528ms +Info 9801 [10:39:12.051] Different program with same set of files +Info 9802 [10:39:12.052] getCompletionData: Get current token: 0.006901999935507774 +Info 9803 [10:39:12.052] getCompletionData: Is inside comment: 0.023523999843746424 +Info 9804 [10:39:12.052] getCompletionData: Get previous token: 0.07611900009214878 +Info 9805 [10:39:12.052] getCompletionsAtPosition: isCompletionListBlocker: 0.002311999909579754 +Info 9806 [10:39:12.052] getExportInfoMap: cache hit +Info 9807 [10:39:12.056] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 9 from cache +Info 9808 [10:39:12.056] collectAutoImports: response is complete +Info 9809 [10:39:12.056] collectAutoImports: 3.3959130002185702 +Info 9810 [10:39:12.056] getCompletionData: Semantic work: 4.133965999819338 +Info 9811 [10:39:12.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8889230000786483 +Info 9812 [10:39:12.061] Format host information updated +Info 9813 [10:39:12.135] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9814 [10:39:12.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 934 structureChanged: false structureIsReused:: Completely Elapsed: 8.964439999777824ms +Info 9815 [10:39:12.144] Different program with same set of files +Info 9816 [10:39:12.144] getCompletionData: Get current token: 0.007128000259399414 +Info 9817 [10:39:12.144] getCompletionData: Is inside comment: 0.01966000022366643 +Info 9818 [10:39:12.144] getCompletionData: Get previous token: 0.027313000056892633 +Info 9819 [10:39:12.144] getCompletionsAtPosition: isCompletionListBlocker: 0.0030120001174509525 +Info 9820 [10:39:12.145] getExportInfoMap: cache hit +Info 9821 [10:39:12.149] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 20 from cache +Info 9822 [10:39:12.149] collectAutoImports: response is complete +Info 9823 [10:39:12.149] collectAutoImports: 4.133257000241429 +Info 9824 [10:39:12.149] getCompletionData: Semantic work: 4.885240000206977 +Info 9825 [10:39:12.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.889818999916315 +Info 9826 [10:39:12.153] Format host information updated +Info 9827 [10:39:12.210] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9828 [10:39:12.232] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 935 structureChanged: false structureIsReused:: Completely Elapsed: 21.52067600004375ms +Info 9829 [10:39:12.232] Different program with same set of files +Info 9830 [10:39:12.232] getCompletionData: Get current token: 0.011196000035852194 +Info 9831 [10:39:12.233] getCompletionData: Is inside comment: 0.027786999940872192 +Info 9832 [10:39:12.233] getCompletionData: Get previous token: 0.03887500008568168 +Info 9833 [10:39:12.233] getCompletionsAtPosition: isCompletionListBlocker: 0.0036710002459585667 +Info 9834 [10:39:12.234] getExportInfoMap: cache hit +Info 9835 [10:39:12.239] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 12 from cache +Info 9836 [10:39:12.239] collectAutoImports: response is complete +Info 9837 [10:39:12.239] collectAutoImports: 5.068190999794751 +Info 9838 [10:39:12.239] getCompletionData: Semantic work: 6.164498999714851 +Info 9839 [10:39:12.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.524167999625206 +Info 9840 [10:39:12.244] Format host information updated +Info 9841 [10:39:12.326] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9842 [10:39:12.333] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 936 structureChanged: false structureIsReused:: Completely Elapsed: 6.442963999696076ms +Info 9843 [10:39:12.333] Different program with same set of files +Info 9844 [10:39:12.333] getCompletionData: Get current token: 0.004935999866575003 +Info 9845 [10:39:12.333] getCompletionData: Is inside comment: 0.013141999952495098 +Info 9846 [10:39:12.333] getCompletionData: Get previous token: 0.017853000201284885 +Info 9847 [10:39:12.333] getCompletionsAtPosition: isCompletionListBlocker: 0.0021180002950131893 +Info 9848 [10:39:12.333] getExportInfoMap: cache hit +Info 9849 [10:39:12.336] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 5 from cache +Info 9850 [10:39:12.336] collectAutoImports: response is complete +Info 9851 [10:39:12.336] collectAutoImports: 2.191726999823004 +Info 9852 [10:39:12.336] getCompletionData: Semantic work: 2.764394000172615 +Info 9853 [10:39:12.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1427759998477995 +Info 9854 [10:39:12.341] Format host information updated +Info 9855 [10:39:12.526] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9856 [10:39:12.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 937 structureChanged: false structureIsReused:: Completely Elapsed: 6.667404999956489ms +Info 9857 [10:39:12.532] Different program with same set of files +Info 9858 [10:39:12.532] getCompletionData: Get current token: 0.005309999920427799 +Info 9859 [10:39:12.532] getCompletionData: Is inside comment: 0.01448300015181303 +Info 9860 [10:39:12.533] getCompletionData: Get previous token: 0.010926999617367983 +Info 9861 [10:39:12.533] getCompletionsAtPosition: isCompletionListBlocker: 0.0022999998182058334 +Info 9862 [10:39:12.533] getExportInfoMap: cache hit +Info 9863 [10:39:12.543] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 9864 [10:39:12.543] collectAutoImports: response is complete +Info 9865 [10:39:12.543] collectAutoImports: 9.628440999891609 +Info 9866 [10:39:12.543] getCompletionData: Semantic work: 10.116057000122964 +Info 9867 [10:39:12.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.804944999981672 +Info 9868 [10:39:12.552] Format host information updated +Info 9869 [10:39:12.727] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9870 [10:39:12.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 938 structureChanged: false structureIsReused:: Completely Elapsed: 9.943769000004977ms +Info 9871 [10:39:12.737] Different program with same set of files +Info 9872 [10:39:12.737] getCompletionData: Get current token: 0.009332000277936459 +Info 9873 [10:39:12.737] getCompletionData: Is inside comment: 0.02722199959680438 +Info 9874 [10:39:12.737] getCompletionData: Get previous token: 0.04215199965983629 +Info 9875 [10:39:12.737] getCompletionsAtPosition: isCompletionListBlocker: 0.0033359997905790806 +Info 9876 [10:39:12.738] getExportInfoMap: cache hit +Info 9877 [10:39:12.742] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 9878 [10:39:12.743] collectAutoImports: response is complete +Info 9879 [10:39:12.743] collectAutoImports: 4.445286000147462 +Info 9880 [10:39:12.743] getCompletionData: Semantic work: 5.050971999764442 +Info 9881 [10:39:12.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.475025000050664 +Info 9882 [10:39:12.746] Format host information updated +Info 9883 [10:39:12.839] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9884 [10:39:12.865] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 939 structureChanged: false structureIsReused:: Completely Elapsed: 25.960824999958277ms +Info 9885 [10:39:12.865] Different program with same set of files +Info 9886 [10:39:12.866] getCompletionData: Get current token: 0.015520999673753977 +Info 9887 [10:39:12.866] getCompletionData: Is inside comment: 0.04317299975082278 +Info 9888 [10:39:12.866] getCompletionData: Get previous token: 0.05955300014466047 +Info 9889 [10:39:12.866] getCompletionsAtPosition: isCompletionListBlocker: 0.005935000255703926 +Info 9890 [10:39:12.867] getExportInfoMap: cache hit +Info 9891 [10:39:12.875] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 9892 [10:39:12.875] collectAutoImports: response is complete +Info 9893 [10:39:12.875] collectAutoImports: 7.950420999899507 +Info 9894 [10:39:12.875] getCompletionData: Semantic work: 9.07321499986574 +Info 9895 [10:39:12.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4911360000260174 +Info 9896 [10:39:12.881] Format host information updated +Info 9897 [10:39:12.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9898 [10:39:12.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 940 structureChanged: false structureIsReused:: Completely Elapsed: 9.65985899977386ms +Info 9899 [10:39:12.931] Different program with same set of files +Info 9900 [10:39:12.932] getCompletionData: Get current token: 0.008221999742090702 +Info 9901 [10:39:12.932] getCompletionData: Is inside comment: 0.02300899988040328 +Info 9902 [10:39:12.932] getCompletionData: Get previous token: 0.03685199981555343 +Info 9903 [10:39:12.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0028899996541440487 +Info 9904 [10:39:12.932] getExportInfoMap: cache hit +Info 9905 [10:39:12.936] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 1 from cache +Info 9906 [10:39:12.936] collectAutoImports: response is complete +Info 9907 [10:39:12.936] collectAutoImports: 3.795822000131011 +Info 9908 [10:39:12.936] getCompletionData: Semantic work: 4.539542000275105 +Info 9909 [10:39:12.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.217366000171751 +Info 9910 [10:39:12.940] Format host information updated +Info 9911 [10:39:13.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9912 [10:39:13.015] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 941 structureChanged: false structureIsReused:: Completely Elapsed: 12.270404000300914ms +Info 9913 [10:39:13.015] Different program with same set of files +Info 9914 [10:39:13.016] getCompletionData: Get current token: 0.010016999673098326 +Info 9915 [10:39:13.016] getCompletionData: Is inside comment: 0.03037300007417798 +Info 9916 [10:39:13.016] getCompletionData: Get previous token: 0.04181399988010526 +Info 9917 [10:39:13.016] getCompletionsAtPosition: isCompletionListBlocker: 0.004195000045001507 +Info 9918 [10:39:13.017] getExportInfoMap: cache hit +Info 9919 [10:39:13.021] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 1 from cache +Info 9920 [10:39:13.021] collectAutoImports: response is complete +Info 9921 [10:39:13.021] collectAutoImports: 4.774098000023514 +Info 9922 [10:39:13.021] getCompletionData: Semantic work: 5.686435000039637 +Info 9923 [10:39:13.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.94728699978441 +Info 9924 [10:39:13.030] Format host information updated +Info 9925 [10:39:13.109] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9926 [10:39:13.116] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 942 structureChanged: false structureIsReused:: Completely Elapsed: 6.591041999869049ms +Info 9927 [10:39:13.116] Different program with same set of files +Info 9928 [10:39:13.116] getCompletionData: Get current token: 0.005035999696701765 +Info 9929 [10:39:13.116] getCompletionData: Is inside comment: 0.013875999953597784 +Info 9930 [10:39:13.116] getCompletionData: Get previous token: 0.02039999980479479 +Info 9931 [10:39:13.116] getCompletionsAtPosition: isCompletionListBlocker: 0.0023750001564621925 +Info 9932 [10:39:13.117] getExportInfoMap: cache hit +Info 9933 [10:39:13.126] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 9934 [10:39:13.126] collectAutoImports: response is complete +Info 9935 [10:39:13.126] collectAutoImports: 9.154278999660164 +Info 9936 [10:39:13.126] getCompletionData: Semantic work: 9.638477999716997 +Info 9937 [10:39:13.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.247740000020713 +Info 9938 [10:39:13.134] Format host information updated +Info 9939 [10:39:13.205] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9940 [10:39:13.215] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 943 structureChanged: false structureIsReused:: Completely Elapsed: 9.912821999751031ms +Info 9941 [10:39:13.215] Different program with same set of files +Info 9942 [10:39:13.215] getCompletionData: Get current token: 0.0044999998062849045 +Info 9943 [10:39:13.215] getCompletionData: Is inside comment: 0.014909000135958195 +Info 9944 [10:39:13.215] getCompletionData: Get previous token: 0.01209399988874793 +Info 9945 [10:39:13.215] getCompletionsAtPosition: isCompletionListBlocker: 0.005702999886125326 +Info 9946 [10:39:13.216] getExportInfoMap: cache hit +Info 9947 [10:39:13.231] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 9948 [10:39:13.231] collectAutoImports: response is complete +Info 9949 [10:39:13.231] collectAutoImports: 15.074725999962538 +Info 9950 [10:39:13.231] getCompletionData: Semantic work: 15.619662000332028 +Info 9951 [10:39:13.235] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.471872000023723 +Info 9952 [10:39:13.238] Format host information updated +Info 9953 [10:39:13.325] Format host information updated +Info 9954 [10:39:13.326] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9955 [10:39:13.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 944 structureChanged: false structureIsReused:: Completely Elapsed: 10.914266999810934ms +Info 9956 [10:39:13.337] Different program with same set of files +Info 9957 [10:39:13.525] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9958 [10:39:13.553] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 945 structureChanged: false structureIsReused:: Completely Elapsed: 27.65694299992174ms +Info 9959 [10:39:13.553] Different program with same set of files +Info 9960 [10:39:13.553] getCompletionData: Get current token: 0.015329000074416399 +Info 9961 [10:39:13.553] getCompletionData: Is inside comment: 0.06825600005686283 +Info 9962 [10:39:13.554] getCompletionData: Get previous token: 0.10364599991589785 +Info 9963 [10:39:13.554] getCompletionsAtPosition: isCompletionListBlocker: 0.007675000000745058 +Info 9964 [10:39:13.555] getExportInfoMap: cache hit +Info 9965 [10:39:13.564] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 22 from cache +Info 9966 [10:39:13.564] collectAutoImports: response is complete +Info 9967 [10:39:13.564] collectAutoImports: 9.27827399969101 +Info 9968 [10:39:13.564] getCompletionData: Semantic work: 10.803836999926716 +Info 9969 [10:39:13.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.179264000151306 +Info 9970 [10:39:13.574] Format host information updated +Info 9971 [10:39:13.586] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9972 [10:39:13.594] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 946 structureChanged: false structureIsReused:: Completely Elapsed: 7.137976999860257ms +Info 9973 [10:39:13.594] Different program with same set of files +Info 9974 [10:39:13.594] getCompletionData: Get current token: 0.004356999881565571 +Info 9975 [10:39:13.594] getCompletionData: Is inside comment: 0.014953999780118465 +Info 9976 [10:39:13.594] getCompletionData: Get previous token: 0.023725999984890223 +Info 9977 [10:39:13.594] getCompletionsAtPosition: isCompletionListBlocker: 0.003022999968379736 +Info 9978 [10:39:13.594] getExportInfoMap: cache hit +Info 9979 [10:39:13.598] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 20 from cache +Info 9980 [10:39:13.598] collectAutoImports: response is complete +Info 9981 [10:39:13.598] collectAutoImports: 3.4814249998889863 +Info 9982 [10:39:13.598] getCompletionData: Semantic work: 3.9725809996016324 +Info 9983 [10:39:13.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0376199996098876 +Info 9984 [10:39:13.602] Format host information updated +Info 9985 [10:39:13.729] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9986 [10:39:13.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 947 structureChanged: false structureIsReused:: Completely Elapsed: 7.424038000404835ms +Info 9987 [10:39:13.737] Different program with same set of files +Info 9988 [10:39:13.737] getCompletionData: Get current token: 0.00901099992915988 +Info 9989 [10:39:13.737] getCompletionData: Is inside comment: 0.03200800018385053 +Info 9990 [10:39:13.737] getCompletionData: Get previous token: 0.07269600033760071 +Info 9991 [10:39:13.737] getCompletionsAtPosition: isCompletionListBlocker: 0.004091999959200621 +Info 9992 [10:39:13.738] getExportInfoMap: cache hit +Info 9993 [10:39:13.740] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 1 from cache +Info 9994 [10:39:13.740] collectAutoImports: response is complete +Info 9995 [10:39:13.740] collectAutoImports: 2.713905000127852 +Info 9996 [10:39:13.741] getCompletionData: Semantic work: 3.3389440001919866 +Info 9997 [10:39:13.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1675010002218187 +Info 9998 [10:39:13.744] Format host information updated +Info 9999 [10:39:13.878] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10000[10:39:13.887] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 948 structureChanged: false structureIsReused:: Completely Elapsed: 8.976329000201076ms +Info 10001[10:39:13.887] Different program with same set of files +Info 10002[10:39:13.887] getCompletionData: Get current token: 0.021492999978363514 +Info 10003[10:39:13.887] getCompletionData: Is inside comment: 0.015192999970167875 +Info 10004[10:39:13.887] getCompletionData: Get previous token: 0.02300299983471632 +Info 10005[10:39:13.887] getCompletionsAtPosition: isCompletionListBlocker: 0.0034500001929700375 +Info 10006[10:39:13.887] getExportInfoMap: cache hit +Info 10007[10:39:13.889] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10008[10:39:13.889] collectAutoImports: response is complete +Info 10009[10:39:13.889] collectAutoImports: 1.7635209998115897 +Info 10010[10:39:13.889] getCompletionData: Semantic work: 2.3430180000141263 +Info 10011[10:39:13.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8544950000941753 +Info 10012[10:39:13.892] Format host information updated +Info 10013[10:39:14.119] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10014[10:39:14.125] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 949 structureChanged: false structureIsReused:: Completely Elapsed: 6.545395000372082ms +Info 10015[10:39:14.125] Different program with same set of files +Info 10016[10:39:14.126] getCompletionData: Get current token: 0.0046709999442100525 +Info 10017[10:39:14.126] getCompletionData: Is inside comment: 0.01485599996522069 +Info 10018[10:39:14.126] getCompletionData: Get previous token: 0.011345000006258488 +Info 10019[10:39:14.126] getCompletionsAtPosition: isCompletionListBlocker: 0.01078399969264865 +Info 10020[10:39:14.126] getExportInfoMap: cache hit +Info 10021[10:39:14.141] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 10022[10:39:14.141] collectAutoImports: response is complete +Info 10023[10:39:14.141] collectAutoImports: 14.809180999640375 +Info 10024[10:39:14.141] getCompletionData: Semantic work: 15.315626999828964 +Info 10025[10:39:14.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.626020000316203 +Info 10026[10:39:14.148] Format host information updated +Info 10027[10:39:14.848] Format host information updated +Info 10028[10:39:14.848] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10029[10:39:14.855] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 950 structureChanged: false structureIsReused:: Completely Elapsed: 6.702986000105739ms +Info 10030[10:39:14.855] Different program with same set of files +Info 10031[10:39:15.273] getCompletionData: Get current token: 0.007486000191420317 +Info 10032[10:39:15.273] getCompletionData: Is inside comment: 0.012620000168681145 +Info 10033[10:39:15.273] getCompletionData: Get previous token: 0.010174999944865704 +Info 10034[10:39:15.273] getCompletionsAtPosition: isCompletionListBlocker: 0.008320000022649765 +Info 10035[10:39:15.274] getExportInfoMap: cache hit +Info 10036[10:39:15.283] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10037[10:39:15.283] collectAutoImports: response is complete +Info 10038[10:39:15.283] collectAutoImports: 8.601637999992818 +Info 10039[10:39:15.283] getCompletionData: Semantic work: 9.512033000122756 +Info 10040[10:39:15.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0481520001776516 +Info 10041[10:39:16.045] getCompletionData: Get current token: 0.004226999823004007 +Info 10042[10:39:16.045] getCompletionData: Is inside comment: 0.026604999788105488 +Info 10043[10:39:16.045] getCompletionData: Get previous token: 0.010366000235080719 +Info 10044[10:39:16.045] getCompletionsAtPosition: isCompletionListBlocker: 0.008030000142753124 +Info 10045[10:39:16.046] getExportInfoMap: cache hit +Info 10046[10:39:16.054] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10047[10:39:16.054] collectAutoImports: response is complete +Info 10048[10:39:16.054] collectAutoImports: 7.7263970002532005 +Info 10049[10:39:16.054] getCompletionData: Semantic work: 8.521313000004739 +Info 10050[10:39:16.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6625289996154606 +Info 10051[10:39:16.577] getCompletionData: Get current token: 0.0047799996100366116 +Info 10052[10:39:16.577] getCompletionData: Is inside comment: 0.0011579999700188637 +Info 10053[10:39:16.577] getCompletionData: Get previous token: 0.015496000181883574 +Info 10054[10:39:16.577] getCompletionsAtPosition: isCompletionListBlocker: 0.00290600024163723 +Info 10055[10:39:16.578] getExportInfoMap: cache hit +Info 10056[10:39:16.584] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10057[10:39:16.584] collectAutoImports: response is complete +Info 10058[10:39:16.584] collectAutoImports: 6.124993000179529 +Info 10059[10:39:16.584] getCompletionData: Semantic work: 6.735456999856979 +Info 10060[10:39:16.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4057579999789596 +Info 10061[10:39:16.881] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10062[10:39:16.894] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 951 structureChanged: false structureIsReused:: Completely Elapsed: 13.892855999991298ms +Info 10063[10:39:16.895] Different program with same set of files +Info 10064[10:39:16.895] getCompletionData: Get current token: 0.013489000033587217 +Info 10065[10:39:16.895] getCompletionData: Is inside comment: 0.0032689999788999557 +Info 10066[10:39:16.895] getCompletionData: Get previous token: 0.05612900014966726 +Info 10067[10:39:16.895] getCompletionsAtPosition: isCompletionListBlocker: 0.005086999852210283 +Info 10068[10:39:16.896] getExportInfoMap: cache hit +Info 10069[10:39:16.915] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10070[10:39:16.915] collectAutoImports: response is complete +Info 10071[10:39:16.915] collectAutoImports: 18.868019999936223 +Info 10072[10:39:16.915] getCompletionData: Semantic work: 20.147985000163317 +Info 10073[10:39:16.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6484260000288486 +Info 10074[10:39:16.923] Format host information updated +Info 10075[10:39:16.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10076[10:39:16.954] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 952 structureChanged: false structureIsReused:: Completely Elapsed: 6.695740000344813ms +Info 10077[10:39:16.954] Different program with same set of files +Info 10078[10:39:16.954] getCompletionData: Get current token: 0.004068000242114067 +Info 10079[10:39:16.954] getCompletionData: Is inside comment: 0.0012790001928806305 +Info 10080[10:39:16.955] getCompletionData: Get previous token: 0.02117400011047721 +Info 10081[10:39:16.955] getCompletionsAtPosition: isCompletionListBlocker: 0.006245000287890434 +Info 10082[10:39:16.955] getExportInfoMap: cache hit +Info 10083[10:39:16.965] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10084[10:39:16.965] collectAutoImports: response is complete +Info 10085[10:39:16.965] collectAutoImports: 9.732243999838829 +Info 10086[10:39:16.965] getCompletionData: Semantic work: 10.294743000064045 +Info 10087[10:39:16.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7008970002643764 +Info 10088[10:39:16.971] Format host information updated +Info 10089[10:39:17.214] getCompletionData: Get current token: 0.0052919997833669186 +Info 10090[10:39:17.214] getCompletionData: Is inside comment: 0.001488999929279089 +Info 10091[10:39:17.214] getCompletionData: Get previous token: 0.014931000303477049 +Info 10092[10:39:17.215] getCompletionsAtPosition: isCompletionListBlocker: 0.002717999741435051 +Info 10093[10:39:17.215] getExportInfoMap: cache hit +Info 10094[10:39:17.221] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10095[10:39:17.221] collectAutoImports: response is complete +Info 10096[10:39:17.221] collectAutoImports: 5.944006999954581 +Info 10097[10:39:17.221] getCompletionData: Semantic work: 6.71641100011766 +Info 10098[10:39:17.224] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.478136000223458 +Info 10099[10:39:17.506] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10100[10:39:17.513] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 953 structureChanged: false structureIsReused:: Completely Elapsed: 6.924428000114858ms +Info 10101[10:39:17.513] Different program with same set of files +Info 10102[10:39:17.514] getCompletionData: Get current token: 0.005828999914228916 +Info 10103[10:39:17.514] getCompletionData: Is inside comment: 0.00139999995008111 +Info 10104[10:39:17.514] getCompletionData: Get previous token: 0.02810200024396181 +Info 10105[10:39:17.514] getCompletionsAtPosition: isCompletionListBlocker: 0.001986999996006489 +Info 10106[10:39:17.514] getExportInfoMap: cache hit +Info 10107[10:39:17.523] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10108[10:39:17.523] collectAutoImports: response is complete +Info 10109[10:39:17.523] collectAutoImports: 9.05702600022778 +Info 10110[10:39:17.523] getCompletionData: Semantic work: 9.599119999911636 +Info 10111[10:39:17.531] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3052289998158813 +Info 10112[10:39:17.533] Format host information updated +Info 10113[10:39:17.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10114[10:39:17.609] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 954 structureChanged: false structureIsReused:: Completely Elapsed: 14.598332999739796ms +Info 10115[10:39:17.609] Different program with same set of files +Info 10116[10:39:17.609] getCompletionData: Get current token: 0.013282999861985445 +Info 10117[10:39:17.610] getCompletionData: Is inside comment: 0.003746999893337488 +Info 10118[10:39:17.610] getCompletionData: Get previous token: 0.06466299993917346 +Info 10119[10:39:17.610] getCompletionsAtPosition: isCompletionListBlocker: 0.015906999818980694 +Info 10120[10:39:17.611] getExportInfoMap: cache hit +Info 10121[10:39:17.630] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10122[10:39:17.630] collectAutoImports: response is complete +Info 10123[10:39:17.630] collectAutoImports: 19.00456600030884 +Info 10124[10:39:17.630] getCompletionData: Semantic work: 20.242047999985516 +Info 10125[10:39:17.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.923921999987215 +Info 10126[10:39:17.643] Format host information updated +Info 10127[10:39:17.653] Format host information updated +Info 10128[10:39:17.891] getCompletionData: Get current token: 0.00761099997907877 +Info 10129[10:39:17.892] getCompletionData: Is inside comment: 0.0018870001658797264 +Info 10130[10:39:17.892] getCompletionData: Get previous token: 0.02491899998858571 +Info 10131[10:39:17.892] getCompletionsAtPosition: isCompletionListBlocker: 0.0025659999810159206 +Info 10132[10:39:17.892] getExportInfoMap: cache hit +Info 10133[10:39:17.900] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10134[10:39:17.900] collectAutoImports: response is complete +Info 10135[10:39:17.900] collectAutoImports: 7.912271999754012 +Info 10136[10:39:17.900] getCompletionData: Semantic work: 8.576097000390291 +Info 10137[10:39:17.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.330393999814987 +Info 10138[10:39:18.111] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10139[10:39:18.119] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 955 structureChanged: false structureIsReused:: Completely Elapsed: 7.292753000278026ms +Info 10140[10:39:18.119] Different program with same set of files +Info 10141[10:39:18.119] getCompletionData: Get current token: 0.0062049999833106995 +Info 10142[10:39:18.119] getCompletionData: Is inside comment: 0.0014419998042285442 +Info 10143[10:39:18.119] getCompletionData: Get previous token: 0.030148999765515327 +Info 10144[10:39:18.119] getCompletionsAtPosition: isCompletionListBlocker: 0.008766999933868647 +Info 10145[10:39:18.119] getExportInfoMap: cache hit +Info 10146[10:39:18.131] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10147[10:39:18.131] collectAutoImports: response is complete +Info 10148[10:39:18.131] collectAutoImports: 11.086633999831975 +Info 10149[10:39:18.131] getCompletionData: Semantic work: 11.693892000243068 +Info 10150[10:39:18.137] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2394540002569556 +Info 10151[10:39:18.140] Format host information updated +Info 10152[10:39:18.445] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10153[10:39:18.454] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 956 structureChanged: false structureIsReused:: Completely Elapsed: 8.710076000075787ms +Info 10154[10:39:18.454] Different program with same set of files +Info 10155[10:39:18.454] getCompletionData: Get current token: 0.0058919996954500675 +Info 10156[10:39:18.454] getCompletionData: Is inside comment: 0.0015760003589093685 +Info 10157[10:39:18.454] getCompletionData: Get previous token: 0.02681700000539422 +Info 10158[10:39:18.454] getCompletionsAtPosition: isCompletionListBlocker: 0.002544000279158354 +Info 10159[10:39:18.455] getExportInfoMap: cache hit +Info 10160[10:39:18.464] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10161[10:39:18.464] collectAutoImports: response is complete +Info 10162[10:39:18.464] collectAutoImports: 9.011325999628752 +Info 10163[10:39:18.464] getCompletionData: Semantic work: 9.55572299985215 +Info 10164[10:39:18.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0119549999944866 +Info 10165[10:39:18.472] Format host information updated +Info 10166[10:39:18.651] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10167[10:39:18.660] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 957 structureChanged: false structureIsReused:: Completely Elapsed: 9.070081000216305ms +Info 10168[10:39:18.660] Different program with same set of files +Info 10169[10:39:18.661] getCompletionData: Get current token: 0.005452000070363283 +Info 10170[10:39:18.661] getCompletionData: Is inside comment: 0.0013939999043941498 +Info 10171[10:39:18.661] getCompletionData: Get previous token: 0.035887000150978565 +Info 10172[10:39:18.661] getCompletionsAtPosition: isCompletionListBlocker: 0.00268099969252944 +Info 10173[10:39:18.661] getExportInfoMap: cache hit +Info 10174[10:39:18.664] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 10175[10:39:18.664] collectAutoImports: response is complete +Info 10176[10:39:18.664] collectAutoImports: 2.598247000016272 +Info 10177[10:39:18.664] getCompletionData: Semantic work: 3.1585849998518825 +Info 10178[10:39:18.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2101540002040565 +Info 10179[10:39:18.669] Format host information updated +Info 10180[10:39:18.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10181[10:39:18.823] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 958 structureChanged: false structureIsReused:: Completely Elapsed: 6.8985350001603365ms +Info 10182[10:39:18.823] Different program with same set of files +Info 10183[10:39:18.823] getCompletionData: Get current token: 0.004418000113219023 +Info 10184[10:39:18.823] getCompletionData: Is inside comment: 0.0013170000165700912 +Info 10185[10:39:18.823] getCompletionData: Get previous token: 0.021522999741137028 +Info 10186[10:39:18.823] getCompletionsAtPosition: isCompletionListBlocker: 0.0026539997197687626 +Info 10187[10:39:18.823] getExportInfoMap: cache hit +Info 10188[10:39:18.832] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10189[10:39:18.832] collectAutoImports: response is complete +Info 10190[10:39:18.832] collectAutoImports: 9.154052999801934 +Info 10191[10:39:18.832] getCompletionData: Semantic work: 9.638749999925494 +Info 10192[10:39:18.838] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.341208000201732 +Info 10193[10:39:18.840] Format host information updated +Info 10194[10:39:19.007] Format host information updated +Info 10195[10:39:19.007] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10196[10:39:19.014] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 959 structureChanged: false structureIsReused:: Completely Elapsed: 6.657971000298858ms +Info 10197[10:39:19.014] Different program with same set of files +Info 10198[10:39:19.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10199[10:39:19.174] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 960 structureChanged: false structureIsReused:: Completely Elapsed: 9.232305000070482ms +Info 10200[10:39:19.174] Different program with same set of files +Info 10201[10:39:19.174] getCompletionData: Get current token: 0.004780000075697899 +Info 10202[10:39:19.174] getCompletionData: Is inside comment: 0.0012769997119903564 +Info 10203[10:39:19.174] getCompletionData: Get previous token: 0.03116700006648898 +Info 10204[10:39:19.174] getCompletionsAtPosition: isCompletionListBlocker: 0.0030759996734559536 +Info 10205[10:39:19.175] getExportInfoMap: cache hit +Info 10206[10:39:19.177] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 10207[10:39:19.177] collectAutoImports: response is complete +Info 10208[10:39:19.177] collectAutoImports: 2.3082240000367165 +Info 10209[10:39:19.177] getCompletionData: Semantic work: 2.891592999920249 +Info 10210[10:39:19.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2357589998282492 +Info 10211[10:39:19.182] Format host information updated +Info 10212[10:39:20.035] getCompletionData: Get current token: 0.00811500009149313 +Info 10213[10:39:20.035] getCompletionData: Is inside comment: 0.0019450001418590546 +Info 10214[10:39:20.035] getCompletionData: Get previous token: 0.02882999973371625 +Info 10215[10:39:20.035] getCompletionsAtPosition: isCompletionListBlocker: 0.0035500000230968 +Info 10216[10:39:20.036] getExportInfoMap: cache hit +Info 10217[10:39:20.043] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10218[10:39:20.043] collectAutoImports: response is complete +Info 10219[10:39:20.043] collectAutoImports: 7.5079160002060235 +Info 10220[10:39:20.043] getCompletionData: Semantic work: 8.068521999754012 +Info 10221[10:39:20.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0209599998779595 +Info 10222[10:39:20.224] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10223[10:39:20.231] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 961 structureChanged: false structureIsReused:: Completely Elapsed: 7.046630000229925ms +Info 10224[10:39:20.231] Different program with same set of files +Info 10225[10:39:20.231] getCompletionData: Get current token: 0.006218000315129757 +Info 10226[10:39:20.231] getCompletionData: Is inside comment: 0.0014999997802078724 +Info 10227[10:39:20.231] getCompletionData: Get previous token: 0.028977000154554844 +Info 10228[10:39:20.231] getCompletionsAtPosition: isCompletionListBlocker: 0.06042600004002452 +Info 10229[10:39:20.232] getExportInfoMap: cache hit +Info 10230[10:39:20.241] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10231[10:39:20.241] collectAutoImports: response is complete +Info 10232[10:39:20.241] collectAutoImports: 9.495019000023603 +Info 10233[10:39:20.241] getCompletionData: Semantic work: 10.107866000384092 +Info 10234[10:39:20.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3236810001544654 +Info 10235[10:39:20.248] Format host information updated +Info 10236[10:39:20.522] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10237[10:39:20.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 962 structureChanged: false structureIsReused:: Completely Elapsed: 10.400976000353694ms +Info 10238[10:39:20.532] Different program with same set of files +Info 10239[10:39:20.532] getCompletionData: Get current token: 0.01169099984690547 +Info 10240[10:39:20.532] getCompletionData: Is inside comment: 0.0024640001356601715 +Info 10241[10:39:20.532] getCompletionData: Get previous token: 0.04090299969539046 +Info 10242[10:39:20.532] getCompletionsAtPosition: isCompletionListBlocker: 0.0035890000872313976 +Info 10243[10:39:20.533] getExportInfoMap: cache hit +Info 10244[10:39:20.547] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10245[10:39:20.547] collectAutoImports: response is complete +Info 10246[10:39:20.547] collectAutoImports: 13.71687400015071 +Info 10247[10:39:20.547] getCompletionData: Semantic work: 14.486349000129849 +Info 10248[10:39:20.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.988882999867201 +Info 10249[10:39:20.559] Format host information updated +Info 10250[10:39:20.675] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10251[10:39:20.682] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 963 structureChanged: false structureIsReused:: Completely Elapsed: 6.977931000292301ms +Info 10252[10:39:20.682] Different program with same set of files +Info 10253[10:39:20.682] getCompletionData: Get current token: 0.004191999789327383 +Info 10254[10:39:20.682] getCompletionData: Is inside comment: 0.00141999963670969 +Info 10255[10:39:20.682] getCompletionData: Get previous token: 0.028806000016629696 +Info 10256[10:39:20.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0024419999681413174 +Info 10257[10:39:20.683] getExportInfoMap: cache hit +Info 10258[10:39:20.686] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 1 from cache +Info 10259[10:39:20.686] collectAutoImports: response is complete +Info 10260[10:39:20.686] collectAutoImports: 2.78669699979946 +Info 10261[10:39:20.686] getCompletionData: Semantic work: 3.3038290003314614 +Info 10262[10:39:20.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1977010001428425 +Info 10263[10:39:20.688] Format host information updated +Info 10264[10:39:20.860] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10265[10:39:20.869] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 964 structureChanged: false structureIsReused:: Completely Elapsed: 9.107412999961525ms +Info 10266[10:39:20.869] Different program with same set of files +Info 10267[10:39:20.869] getCompletionData: Get current token: 0.008419999852776527 +Info 10268[10:39:20.869] getCompletionData: Is inside comment: 0.0024930001236498356 +Info 10269[10:39:20.869] getCompletionData: Get previous token: 0.0274040000513196 +Info 10270[10:39:20.869] getCompletionsAtPosition: isCompletionListBlocker: 0.007703000213950872 +Info 10271[10:39:20.870] getExportInfoMap: cache hit +Info 10272[10:39:20.879] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10273[10:39:20.879] collectAutoImports: response is complete +Info 10274[10:39:20.879] collectAutoImports: 9.41371600003913 +Info 10275[10:39:20.879] getCompletionData: Semantic work: 10.010546000208706 +Info 10276[10:39:20.883] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1377539997920394 +Info 10277[10:39:20.885] Format host information updated +Info 10278[10:39:20.968] Format host information updated +Info 10279[10:39:20.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10280[10:39:20.987] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 965 structureChanged: false structureIsReused:: Completely Elapsed: 18.921239000279456ms +Info 10281[10:39:20.987] Different program with same set of files +Info 10282[10:39:22.306] getCompletionData: Get current token: 0.004090000409632921 +Info 10283[10:39:22.306] getCompletionData: Is inside comment: 0.0013729999773204327 +Info 10284[10:39:22.306] getCompletionData: Get previous token: 0.023818999994546175 +Info 10285[10:39:22.306] getCompletionsAtPosition: isCompletionListBlocker: 0.007598999887704849 +Info 10286[10:39:22.306] getExportInfoMap: cache hit +Info 10287[10:39:22.314] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10288[10:39:22.314] collectAutoImports: response is complete +Info 10289[10:39:22.314] collectAutoImports: 8.004307000432163 +Info 10290[10:39:22.314] getCompletionData: Semantic work: 8.676473000086844 +Info 10291[10:39:22.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.503790999762714 +Info 10292[10:39:22.480] Format host information updated +Info 10293[10:39:22.480] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10294[10:39:22.487] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 966 structureChanged: false structureIsReused:: Completely Elapsed: 7.028866000007838ms +Info 10295[10:39:22.487] Different program with same set of files +Info 10296[10:39:22.597] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10297[10:39:22.604] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 967 structureChanged: false structureIsReused:: Completely Elapsed: 7.011533000040799ms +Info 10298[10:39:22.604] Different program with same set of files +Info 10299[10:39:22.605] getCompletionData: Get current token: 0.004143999889492989 +Info 10300[10:39:22.605] getCompletionData: Is inside comment: 0.0011990000493824482 +Info 10301[10:39:22.605] getCompletionData: Get previous token: 0.023083999752998352 +Info 10302[10:39:22.605] getCompletionsAtPosition: isCompletionListBlocker: 0.007108000107109547 +Info 10303[10:39:22.605] getExportInfoMap: cache hit +Info 10304[10:39:22.615] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10305[10:39:22.616] collectAutoImports: response is complete +Info 10306[10:39:22.616] collectAutoImports: 10.280675999820232 +Info 10307[10:39:22.616] getCompletionData: Semantic work: 10.787711000069976 +Info 10308[10:39:22.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7014870001003146 +Info 10309[10:39:22.620] Format host information updated +Info 10310[10:39:22.754] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10311[10:39:22.765] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 968 structureChanged: false structureIsReused:: Completely Elapsed: 10.488208999857306ms +Info 10312[10:39:22.765] Different program with same set of files +Info 10313[10:39:22.765] getCompletionData: Get current token: 0.0072130002081394196 +Info 10314[10:39:22.765] getCompletionData: Is inside comment: 0.002363000065088272 +Info 10315[10:39:22.765] getCompletionData: Get previous token: 0.04207600001245737 +Info 10316[10:39:22.765] getCompletionsAtPosition: isCompletionListBlocker: 0.017822999972850084 +Info 10317[10:39:22.766] getExportInfoMap: cache hit +Info 10318[10:39:22.781] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10319[10:39:22.782] collectAutoImports: response is complete +Info 10320[10:39:22.782] collectAutoImports: 15.720953000243753 +Info 10321[10:39:22.782] getCompletionData: Semantic work: 16.522903999779373 +Info 10322[10:39:22.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.536929000169039 +Info 10323[10:39:22.795] Format host information updated +Info 10324[10:39:23.011] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10325[10:39:23.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 969 structureChanged: false structureIsReused:: Completely Elapsed: 10.22640399960801ms +Info 10326[10:39:23.021] Different program with same set of files +Info 10327[10:39:23.022] getCompletionData: Get current token: 0.005750000011175871 +Info 10328[10:39:23.022] getCompletionData: Is inside comment: 0.0016079996712505817 +Info 10329[10:39:23.022] getCompletionData: Get previous token: 0.02950900001451373 +Info 10330[10:39:23.022] getCompletionsAtPosition: isCompletionListBlocker: 0.008437000215053558 +Info 10331[10:39:23.022] getExportInfoMap: cache hit +Info 10332[10:39:23.032] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10333[10:39:23.032] collectAutoImports: response is complete +Info 10334[10:39:23.032] collectAutoImports: 9.277980000246316 +Info 10335[10:39:23.032] getCompletionData: Semantic work: 9.900338999927044 +Info 10336[10:39:23.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2676210002973676 +Info 10337[10:39:23.037] Format host information updated +Info 10338[10:39:23.187] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10339[10:39:23.199] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 970 structureChanged: false structureIsReused:: Completely Elapsed: 11.99340199958533ms +Info 10340[10:39:23.199] Different program with same set of files +Info 10341[10:39:23.200] getCompletionData: Get current token: 0.008774999994784594 +Info 10342[10:39:23.200] getCompletionData: Is inside comment: 0.0022409996017813683 +Info 10343[10:39:23.200] getCompletionData: Get previous token: 0.03812599973753095 +Info 10344[10:39:23.200] getCompletionsAtPosition: isCompletionListBlocker: 0.009119999594986439 +Info 10345[10:39:23.200] getExportInfoMap: cache hit +Info 10346[10:39:23.216] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10347[10:39:23.216] collectAutoImports: response is complete +Info 10348[10:39:23.216] collectAutoImports: 15.406037000007927 +Info 10349[10:39:23.216] getCompletionData: Semantic work: 16.168626999948174 +Info 10350[10:39:23.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.651934999972582 +Info 10351[10:39:23.225] Format host information updated +Info 10352[10:39:23.269] Format host information updated +Info 10353[10:39:23.269] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10354[10:39:23.282] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 971 structureChanged: false structureIsReused:: Completely Elapsed: 12.682438999880105ms +Info 10355[10:39:23.282] Different program with same set of files +Info 10356[10:39:23.555] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10357[10:39:23.564] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 972 structureChanged: false structureIsReused:: Completely Elapsed: 8.234774000011384ms +Info 10358[10:39:23.564] Different program with same set of files +Info 10359[10:39:23.564] getCompletionData: Get current token: 0.0039030001498758793 +Info 10360[10:39:23.564] getCompletionData: Is inside comment: 0.0012440001592040062 +Info 10361[10:39:23.564] getCompletionData: Get previous token: 0.02345199976116419 +Info 10362[10:39:23.564] getCompletionsAtPosition: isCompletionListBlocker: 0.007188000250607729 +Info 10363[10:39:23.565] getExportInfoMap: cache hit +Info 10364[10:39:23.576] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10365[10:39:23.576] collectAutoImports: response is complete +Info 10366[10:39:23.576] collectAutoImports: 11.682927999645472 +Info 10367[10:39:23.576] getCompletionData: Semantic work: 12.359035999979824 +Info 10368[10:39:23.580] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.553768000099808 +Info 10369[10:39:23.583] Format host information updated +Info 10370[10:39:23.739] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10371[10:39:23.747] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 973 structureChanged: false structureIsReused:: Completely Elapsed: 7.609004999976605ms +Info 10372[10:39:23.747] Different program with same set of files +Info 10373[10:39:23.747] getCompletionData: Get current token: 0.004778000060468912 +Info 10374[10:39:23.747] getCompletionData: Is inside comment: 0.0015949998050928116 +Info 10375[10:39:23.747] getCompletionData: Get previous token: 0.025239999871701002 +Info 10376[10:39:23.747] getCompletionsAtPosition: isCompletionListBlocker: 0.009595999959856272 +Info 10377[10:39:23.748] getExportInfoMap: cache hit +Info 10378[10:39:23.758] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10379[10:39:23.758] collectAutoImports: response is complete +Info 10380[10:39:23.758] collectAutoImports: 9.987002999987453 +Info 10381[10:39:23.758] getCompletionData: Semantic work: 10.683637999929488 +Info 10382[10:39:23.765] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8720590001903474 +Info 10383[10:39:23.769] Format host information updated +Info 10384[10:39:23.954] Format host information updated +Info 10385[10:39:23.954] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10386[10:39:23.964] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 974 structureChanged: false structureIsReused:: Completely Elapsed: 9.962645000312477ms +Info 10387[10:39:23.964] Different program with same set of files +Info 10388[10:39:24.670] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10389[10:39:24.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 975 structureChanged: false structureIsReused:: Completely Elapsed: 9.802354999817908ms +Info 10390[10:39:24.680] Different program with same set of files +Info 10391[10:39:24.680] getCompletionData: Get current token: 0.005162000190466642 +Info 10392[10:39:24.680] getCompletionData: Is inside comment: 0.001475000288337469 +Info 10393[10:39:24.680] getCompletionData: Get previous token: 0.02496899990364909 +Info 10394[10:39:24.680] getCompletionsAtPosition: isCompletionListBlocker: 0.0031750001944601536 +Info 10395[10:39:24.681] getExportInfoMap: cache hit +Info 10396[10:39:24.689] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10397[10:39:24.689] collectAutoImports: response is complete +Info 10398[10:39:24.689] collectAutoImports: 8.239428999833763 +Info 10399[10:39:24.689] getCompletionData: Semantic work: 8.830868999939412 +Info 10400[10:39:24.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5851630000397563 +Info 10401[10:39:24.701] Format host information updated +Info 10402[10:39:25.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10403[10:39:25.034] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 976 structureChanged: false structureIsReused:: Completely Elapsed: 7.797994999680668ms +Info 10404[10:39:25.034] Different program with same set of files +Info 10405[10:39:25.034] getCompletionData: Get current token: 0.005115000065416098 +Info 10406[10:39:25.034] getCompletionData: Is inside comment: 0.0017299996688961983 +Info 10407[10:39:25.034] getCompletionData: Get previous token: 0.030030000023543835 +Info 10408[10:39:25.034] getCompletionsAtPosition: isCompletionListBlocker: 0.008130999747663736 +Info 10409[10:39:25.035] getExportInfoMap: cache hit +Info 10410[10:39:25.045] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10411[10:39:25.045] collectAutoImports: response is complete +Info 10412[10:39:25.045] collectAutoImports: 10.327785999979824 +Info 10413[10:39:25.045] getCompletionData: Semantic work: 11.249004999641329 +Info 10414[10:39:25.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7484299996867776 +Info 10415[10:39:25.055] Format host information updated +Info 10416[10:39:26.390] Format host information updated +Info 10417[10:39:26.390] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10418[10:39:26.398] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 977 structureChanged: false structureIsReused:: Completely Elapsed: 7.301819999702275ms +Info 10419[10:39:26.398] Different program with same set of files +Info 10420[10:39:26.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10421[10:39:26.992] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 978 structureChanged: false structureIsReused:: Completely Elapsed: 6.766015000175685ms +Info 10422[10:39:26.992] Different program with same set of files +Info 10423[10:39:26.992] getCompletionData: Get current token: 0.0039450000040233135 +Info 10424[10:39:26.994] getCompletionData: Is inside comment: 0.00443900004029274 +Info 10425[10:39:26.994] getCompletionData: Get previous token: 0.03183000022545457 +Info 10426[10:39:26.994] getCompletionsAtPosition: isCompletionListBlocker: 0.0024339999072253704 +Info 10427[10:39:26.994] getExportInfoMap: cache hit +Info 10428[10:39:27.003] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10429[10:39:27.003] collectAutoImports: response is complete +Info 10430[10:39:27.003] collectAutoImports: 8.204334999900311 +Info 10431[10:39:27.003] getCompletionData: Semantic work: 8.756931000389159 +Info 10432[10:39:27.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9874150003306568 +Info 10433[10:39:27.008] Format host information updated +Info 10434[10:39:27.063] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10435[10:39:27.075] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 979 structureChanged: false structureIsReused:: Completely Elapsed: 12.316892999690026ms +Info 10436[10:39:27.075] Different program with same set of files +Info 10437[10:39:27.076] getCompletionData: Get current token: 0.007457999978214502 +Info 10438[10:39:27.076] getCompletionData: Is inside comment: 0.002109999768435955 +Info 10439[10:39:27.076] getCompletionData: Get previous token: 0.035439999774098396 +Info 10440[10:39:27.076] getCompletionsAtPosition: isCompletionListBlocker: 0.010074999649077654 +Info 10441[10:39:27.077] getExportInfoMap: cache hit +Info 10442[10:39:27.090] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10443[10:39:27.090] collectAutoImports: response is complete +Info 10444[10:39:27.090] collectAutoImports: 12.921364000067115 +Info 10445[10:39:27.090] getCompletionData: Semantic work: 13.901910999789834 +Info 10446[10:39:27.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.66877599991858 +Info 10447[10:39:27.096] Format host information updated +Info 10448[10:39:27.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10449[10:39:27.445] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 980 structureChanged: false structureIsReused:: Completely Elapsed: 7.18301900010556ms +Info 10450[10:39:27.445] Different program with same set of files +Info 10451[10:39:27.445] getCompletionData: Get current token: 0.004348000045865774 +Info 10452[10:39:27.445] getCompletionData: Is inside comment: 0.0013520000502467155 +Info 10453[10:39:27.445] getCompletionData: Get previous token: 0.023225999902933836 +Info 10454[10:39:27.445] getCompletionsAtPosition: isCompletionListBlocker: 0.0019020000472664833 +Info 10455[10:39:27.446] getExportInfoMap: cache hit +Info 10456[10:39:27.454] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10457[10:39:27.454] collectAutoImports: response is complete +Info 10458[10:39:27.454] collectAutoImports: 8.721503000240773 +Info 10459[10:39:27.454] getCompletionData: Semantic work: 9.30017299996689 +Info 10460[10:39:27.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.842149999924004 +Info 10461[10:39:27.460] Format host information updated +Info 10462[10:39:27.543] Format host information updated +Info 10463[10:39:27.543] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10464[10:39:27.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 981 structureChanged: false structureIsReused:: Completely Elapsed: 21.399442000314593ms +Info 10465[10:39:27.565] Different program with same set of files +Info 10466[10:39:27.736] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10467[10:39:27.743] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 982 structureChanged: false structureIsReused:: Completely Elapsed: 7.21675099991262ms +Info 10468[10:39:27.743] Different program with same set of files +Info 10469[10:39:27.744] getCompletionData: Get current token: 0.005685000214725733 +Info 10470[10:39:27.744] getCompletionData: Is inside comment: 0.0017289998941123486 +Info 10471[10:39:27.744] getCompletionData: Get previous token: 0.0259400000795722 +Info 10472[10:39:27.744] getCompletionsAtPosition: isCompletionListBlocker: 0.003061000257730484 +Info 10473[10:39:27.744] getExportInfoMap: cache hit +Info 10474[10:39:27.755] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10475[10:39:27.756] collectAutoImports: response is complete +Info 10476[10:39:27.756] collectAutoImports: 11.253674000035971 +Info 10477[10:39:27.756] getCompletionData: Semantic work: 11.878756000194699 +Info 10478[10:39:27.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1488080001436174 +Info 10479[10:39:27.766] Format host information updated +Info 10480[10:39:27.810] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10481[10:39:27.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 983 structureChanged: false structureIsReused:: Completely Elapsed: 10.861676000058651ms +Info 10482[10:39:27.821] Different program with same set of files +Info 10483[10:39:27.824] getCompletionData: Get current token: 0.008913000114262104 +Info 10484[10:39:27.824] getCompletionData: Is inside comment: 0.0027230000123381615 +Info 10485[10:39:27.824] getCompletionData: Get previous token: 0.0428570001386106 +Info 10486[10:39:27.824] getCompletionsAtPosition: isCompletionListBlocker: 0.012940999586135149 +Info 10487[10:39:27.825] getExportInfoMap: cache hit +Info 10488[10:39:27.841] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10489[10:39:27.841] collectAutoImports: response is complete +Info 10490[10:39:27.841] collectAutoImports: 15.758519999682903 +Info 10491[10:39:27.841] getCompletionData: Semantic work: 16.903529999777675 +Info 10492[10:39:27.849] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9408300002105534 +Info 10493[10:39:27.852] Format host information updated +Info 10494[10:39:28.179] getCompletionData: Get current token: 0.005499999970197678 +Info 10495[10:39:28.179] getCompletionData: Is inside comment: 0.0014360002242028713 +Info 10496[10:39:28.179] getCompletionData: Get previous token: 0.017205999698489904 +Info 10497[10:39:28.179] getCompletionsAtPosition: isCompletionListBlocker: 0.0028429999947547913 +Info 10498[10:39:28.180] getExportInfoMap: cache hit +Info 10499[10:39:28.190] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10500[10:39:28.190] collectAutoImports: response is complete +Info 10501[10:39:28.190] collectAutoImports: 10.096053999848664 +Info 10502[10:39:28.190] getCompletionData: Semantic work: 10.723203000146896 +Info 10503[10:39:28.193] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.84667000034824 +Info 10504[10:39:28.434] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10505[10:39:28.441] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 984 structureChanged: false structureIsReused:: Completely Elapsed: 6.930430000182241ms +Info 10506[10:39:28.441] Different program with same set of files +Info 10507[10:39:28.441] getCompletionData: Get current token: 0.004738999996334314 +Info 10508[10:39:28.441] getCompletionData: Is inside comment: 0.0013069999404251575 +Info 10509[10:39:28.441] getCompletionData: Get previous token: 0.02101600030437112 +Info 10510[10:39:28.442] getCompletionsAtPosition: isCompletionListBlocker: 0.002088000066578388 +Info 10511[10:39:28.445] getCompletionData: Semantic work: 3.1251989998854697 +Info 10512[10:39:28.445] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7579810000024736 +Info 10513[10:39:28.446] Format host information updated +Info 10514[10:39:28.515] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10515[10:39:28.523] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 985 structureChanged: false structureIsReused:: Completely Elapsed: 8.221379000227898ms +Info 10516[10:39:28.523] Different program with same set of files +Info 10517[10:39:28.524] getCompletionData: Get current token: 0.005288999993354082 +Info 10518[10:39:28.524] getCompletionData: Is inside comment: 0.0014360002242028713 +Info 10519[10:39:28.524] getCompletionData: Get previous token: 0.0214329999871552 +Info 10520[10:39:28.524] getCompletionsAtPosition: isCompletionListBlocker: 0.006676999852061272 +Info 10521[10:39:28.524] getExportInfoMap: cache hit +Info 10522[10:39:28.534] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10523[10:39:28.534] collectAutoImports: response is complete +Info 10524[10:39:28.534] collectAutoImports: 10.192818999756128 +Info 10525[10:39:28.534] getCompletionData: Semantic work: 10.782866999972612 +Info 10526[10:39:28.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.387875999789685 +Info 10527[10:39:28.540] Format host information updated +Info 10528[10:39:29.176] Format host information updated +Info 10529[10:39:29.176] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10530[10:39:29.186] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 986 structureChanged: false structureIsReused:: Completely Elapsed: 9.297880999743938ms +Info 10531[10:39:29.186] Different program with same set of files +Info 10532[10:39:29.799] Format host information updated +Info 10533[10:39:29.800] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10534[10:39:29.806] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 987 structureChanged: false structureIsReused:: Completely Elapsed: 6.8392050000838935ms +Info 10535[10:39:29.806] Different program with same set of files +Info 10536[10:39:30.368] Format host information updated +Info 10537[10:39:30.368] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10538[10:39:30.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 988 structureChanged: false structureIsReused:: Completely Elapsed: 9.457054999656975ms +Info 10539[10:39:30.378] Different program with same set of files +Info 10540[10:39:30.681] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10541[10:39:30.688] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 989 structureChanged: false structureIsReused:: Completely Elapsed: 6.763491000048816ms +Info 10542[10:39:30.688] Different program with same set of files +Info 10543[10:39:30.688] getCompletionData: Get current token: 0.004505000077188015 +Info 10544[10:39:30.688] getCompletionData: Is inside comment: 0.0014490000903606415 +Info 10545[10:39:30.688] getCompletionData: Get previous token: 0.02479800023138523 +Info 10546[10:39:30.688] getCompletionsAtPosition: isCompletionListBlocker: 0.007519999984651804 +Info 10547[10:39:30.688] getExportInfoMap: cache hit +Info 10548[10:39:30.699] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10549[10:39:30.699] collectAutoImports: response is complete +Info 10550[10:39:30.699] collectAutoImports: 10.887385999783874 +Info 10551[10:39:30.699] getCompletionData: Semantic work: 11.491430999711156 +Info 10552[10:39:30.703] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.521354000084102 +Info 10553[10:39:30.705] Format host information updated +Info 10554[10:39:31.247] getCompletionData: Get current token: 0.028705999720841646 +Info 10555[10:39:31.247] getCompletionData: Is inside comment: 0.007985000032931566 +Info 10556[10:39:31.248] getCompletionData: Get previous token: 0.07632800005376339 +Info 10557[10:39:31.248] getCompletionsAtPosition: isCompletionListBlocker: 0.007824999745935202 +Info 10558[10:39:31.249] getExportInfoMap: cache hit +Info 10559[10:39:31.274] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10560[10:39:31.275] collectAutoImports: response is complete +Info 10561[10:39:31.275] collectAutoImports: 24.969682999886572 +Info 10562[10:39:31.275] getCompletionData: Semantic work: 26.89629799965769 +Info 10563[10:39:31.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.273093999829143 +Info 10564[10:39:31.773] Format host information updated +Info 10565[10:39:31.773] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10566[10:39:31.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 990 structureChanged: false structureIsReused:: Completely Elapsed: 6.901302000042051ms +Info 10567[10:39:31.780] Different program with same set of files +Info 10568[10:39:32.678] getCompletionData: Get current token: 0.004320000298321247 +Info 10569[10:39:32.678] getCompletionData: Is inside comment: 0.001554999966174364 +Info 10570[10:39:32.678] getCompletionData: Get previous token: 0.021062000188976526 +Info 10571[10:39:32.678] getCompletionsAtPosition: isCompletionListBlocker: 0.007706000003963709 +Info 10572[10:39:32.679] getExportInfoMap: cache hit +Info 10573[10:39:32.687] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10574[10:39:32.687] collectAutoImports: response is complete +Info 10575[10:39:32.687] collectAutoImports: 8.27558600017801 +Info 10576[10:39:32.687] getCompletionData: Semantic work: 8.970702999737114 +Info 10577[10:39:32.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4940390000119805 +Info 10578[10:39:32.866] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10579[10:39:32.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 991 structureChanged: false structureIsReused:: Completely Elapsed: 7.266720999963582ms +Info 10580[10:39:32.874] Different program with same set of files +Info 10581[10:39:32.874] getCompletionData: Get current token: 0.0038769999518990517 +Info 10582[10:39:32.874] getCompletionData: Is inside comment: 0.0011859997175633907 +Info 10583[10:39:32.874] getCompletionData: Get previous token: 0.018253999762237072 +Info 10584[10:39:32.874] getCompletionsAtPosition: isCompletionListBlocker: 0.003037000074982643 +Info 10585[10:39:32.874] getExportInfoMap: cache hit +Info 10586[10:39:32.882] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10587[10:39:32.882] collectAutoImports: response is complete +Info 10588[10:39:32.882] collectAutoImports: 8.035912999883294 +Info 10589[10:39:32.882] getCompletionData: Semantic work: 8.596189999952912 +Info 10590[10:39:32.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.828470000065863 +Info 10591[10:39:32.893] Format host information updated +Info 10592[10:39:32.926] Format host information updated +Info 10593[10:39:32.926] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10594[10:39:32.933] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 992 structureChanged: false structureIsReused:: Completely Elapsed: 6.662871999666095ms +Info 10595[10:39:32.933] Different program with same set of files +Info 10596[10:39:33.159] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10597[10:39:33.167] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 993 structureChanged: false structureIsReused:: Completely Elapsed: 7.0744590000249445ms +Info 10598[10:39:33.167] Different program with same set of files +Info 10599[10:39:33.167] getCompletionData: Get current token: 0.004197999835014343 +Info 10600[10:39:33.167] getCompletionData: Is inside comment: 0.001757000107318163 +Info 10601[10:39:33.167] getCompletionData: Get previous token: 0.03938499977812171 +Info 10602[10:39:33.167] getCompletionsAtPosition: isCompletionListBlocker: 0.002216000109910965 +Info 10603[10:39:33.173] getCompletionData: Semantic work: 5.985983999911696 +Info 10604[10:39:33.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8012349996715784 +Info 10605[10:39:33.174] Format host information updated +Info 10606[10:39:33.220] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10607[10:39:33.227] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 994 structureChanged: false structureIsReused:: Completely Elapsed: 7.655160999856889ms +Info 10608[10:39:33.227] Different program with same set of files +Info 10609[10:39:33.228] getCompletionData: Get current token: 0.005072999745607376 +Info 10610[10:39:33.228] getCompletionData: Is inside comment: 0.0017899996601045132 +Info 10611[10:39:33.228] getCompletionData: Get previous token: 0.025105000007897615 +Info 10612[10:39:33.228] getCompletionsAtPosition: isCompletionListBlocker: 0.007667999714612961 +Info 10613[10:39:33.228] getExportInfoMap: cache hit +Info 10614[10:39:33.240] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10615[10:39:33.240] collectAutoImports: response is complete +Info 10616[10:39:33.240] collectAutoImports: 11.298638000153005 +Info 10617[10:39:33.240] getCompletionData: Semantic work: 11.984492999967188 +Info 10618[10:39:33.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.432930000126362 +Info 10619[10:39:33.246] Format host information updated +Info 10620[10:39:33.836] Format host information updated +Info 10621[10:39:33.837] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10622[10:39:33.864] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 995 structureChanged: false structureIsReused:: Completely Elapsed: 27.10417200019583ms +Info 10623[10:39:33.864] Different program with same set of files +Info 10624[10:39:34.152] Format host information updated +Info 10625[10:39:34.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10626[10:39:34.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 996 structureChanged: false structureIsReused:: Completely Elapsed: 11.668236999772489ms +Info 10627[10:39:34.164] Different program with same set of files +Info 10628[10:39:34.271] Format host information updated +Info 10629[10:39:34.271] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10630[10:39:34.280] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 997 structureChanged: false structureIsReused:: Completely Elapsed: 8.24620100017637ms +Info 10631[10:39:34.280] Different program with same set of files +Info 10632[10:39:34.601] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10633[10:39:34.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 998 structureChanged: false structureIsReused:: Completely Elapsed: 7.298020999878645ms +Info 10634[10:39:34.608] Different program with same set of files +Info 10635[10:39:34.609] getCompletionData: Get current token: 0.0054790000431239605 +Info 10636[10:39:34.609] getCompletionData: Is inside comment: 0.020799999590963125 +Info 10637[10:39:34.609] getCompletionData: Get previous token: 0.05368500016629696 +Info 10638[10:39:34.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0022950000129640102 +Info 10639[10:39:34.609] getExportInfoMap: cache hit +Info 10640[10:39:34.612] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 1 from cache +Info 10641[10:39:34.613] collectAutoImports: response is complete +Info 10642[10:39:34.613] collectAutoImports: 3.223161000292748 +Info 10643[10:39:34.613] getCompletionData: Semantic work: 3.795878999866545 +Info 10644[10:39:34.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5904640001244843 +Info 10645[10:39:34.616] Format host information updated +Info 10646[10:39:34.924] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10647[10:39:34.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 999 structureChanged: false structureIsReused:: Completely Elapsed: 7.409636999946088ms +Info 10648[10:39:34.931] Different program with same set of files +Info 10649[10:39:34.932] getCompletionData: Get current token: 0.010052999947220087 +Info 10650[10:39:34.932] getCompletionData: Is inside comment: 0.03610799973830581 +Info 10651[10:39:34.932] getCompletionData: Get previous token: 0.03017999976873398 +Info 10652[10:39:34.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0027979998849332333 +Info 10653[10:39:34.932] getExportInfoMap: cache hit +Info 10654[10:39:34.947] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10655[10:39:34.947] collectAutoImports: response is complete +Info 10656[10:39:34.947] collectAutoImports: 14.565019000321627 +Info 10657[10:39:34.947] getCompletionData: Semantic work: 15.365650999825448 +Info 10658[10:39:34.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.273229999933392 +Info 10659[10:39:34.954] Format host information updated +Info 10660[10:39:34.983] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10661[10:39:34.990] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1000 structureChanged: false structureIsReused:: Completely Elapsed: 6.660154999699444ms +Info 10662[10:39:34.990] Different program with same set of files +Info 10663[10:39:34.990] getCompletionData: Get current token: 0.022739999927580357 +Info 10664[10:39:34.990] getCompletionData: Is inside comment: 0.01776900002732873 +Info 10665[10:39:34.990] getCompletionData: Get previous token: 0.016026000026613474 +Info 10666[10:39:34.990] getCompletionsAtPosition: isCompletionListBlocker: 0.00783100025728345 +Info 10667[10:39:34.991] getExportInfoMap: cache hit +Info 10668[10:39:34.999] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10669[10:39:34.999] collectAutoImports: response is complete +Info 10670[10:39:34.999] collectAutoImports: 8.192743000108749 +Info 10671[10:39:34.999] getCompletionData: Semantic work: 8.747297999914736 +Info 10672[10:39:35.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.676287999842316 +Info 10673[10:39:35.007] Format host information updated +Info 10674[10:39:35.315] getCompletionData: Get current token: 0.009147000033408403 +Info 10675[10:39:35.315] getCompletionData: Is inside comment: 0.0019729998894035816 +Info 10676[10:39:35.315] getCompletionData: Get previous token: 0.029240000061690807 +Info 10677[10:39:35.315] getCompletionsAtPosition: isCompletionListBlocker: 0.0024549998342990875 +Info 10678[10:39:35.316] getExportInfoMap: cache hit +Info 10679[10:39:35.323] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10680[10:39:35.323] collectAutoImports: response is complete +Info 10681[10:39:35.323] collectAutoImports: 7.702860000077635 +Info 10682[10:39:35.323] getCompletionData: Semantic work: 8.494649999774992 +Info 10683[10:39:35.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8338550003245473 +Info 10684[10:39:35.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10685[10:39:35.507] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1001 structureChanged: false structureIsReused:: Completely Elapsed: 7.793888000305742ms +Info 10686[10:39:35.507] Different program with same set of files +Info 10687[10:39:35.508] getCompletionData: Get current token: 0.0071840002201497555 +Info 10688[10:39:35.508] getCompletionData: Is inside comment: 0.001554999966174364 +Info 10689[10:39:35.508] getCompletionData: Get previous token: 0.03902300028130412 +Info 10690[10:39:35.508] getCompletionsAtPosition: isCompletionListBlocker: 0.0021810000762343407 +Info 10691[10:39:35.508] getExportInfoMap: cache hit +Info 10692[10:39:35.511] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 2 from cache +Info 10693[10:39:35.511] collectAutoImports: response is complete +Info 10694[10:39:35.511] collectAutoImports: 2.1318590003065765 +Info 10695[10:39:35.511] getCompletionData: Semantic work: 2.7914149998687208 +Info 10696[10:39:35.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3324670000001788 +Info 10697[10:39:35.513] Format host information updated +Info 10698[10:39:36.032] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10699[10:39:36.039] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1002 structureChanged: false structureIsReused:: Completely Elapsed: 7.159701999742538ms +Info 10700[10:39:36.039] Different program with same set of files +Info 10701[10:39:36.039] getCompletionData: Get current token: 0.0055519999004900455 +Info 10702[10:39:36.039] getCompletionData: Is inside comment: 0.0012940000742673874 +Info 10703[10:39:36.039] getCompletionData: Get previous token: 0.022616999689489603 +Info 10704[10:39:36.039] getCompletionsAtPosition: isCompletionListBlocker: 0.0017550000920891762 +Info 10705[10:39:36.040] getExportInfoMap: cache hit +Info 10706[10:39:36.049] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10707[10:39:36.049] collectAutoImports: response is complete +Info 10708[10:39:36.049] collectAutoImports: 8.583839000202715 +Info 10709[10:39:36.049] getCompletionData: Semantic work: 9.274993000086397 +Info 10710[10:39:36.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.690768000204116 +Info 10711[10:39:36.056] Format host information updated +Info 10712[10:39:36.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10713[10:39:36.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1003 structureChanged: false structureIsReused:: Completely Elapsed: 7.38260899996385ms +Info 10714[10:39:36.566] Different program with same set of files +Info 10715[10:39:36.567] getCompletionData: Get current token: 0.006190999876707792 +Info 10716[10:39:36.567] getCompletionData: Is inside comment: 0.0015429998748004436 +Info 10717[10:39:36.567] getCompletionData: Get previous token: 0.04041700018569827 +Info 10718[10:39:36.567] getCompletionsAtPosition: isCompletionListBlocker: 0.001960999798029661 +Info 10719[10:39:36.567] getExportInfoMap: cache hit +Info 10720[10:39:36.570] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 10721[10:39:36.570] collectAutoImports: response is complete +Info 10722[10:39:36.570] collectAutoImports: 2.5798580003902316 +Info 10723[10:39:36.570] getCompletionData: Semantic work: 3.2033449998125434 +Info 10724[10:39:36.571] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1796740000136197 +Info 10725[10:39:36.572] Format host information updated +Info 10726[10:39:36.987] getCompletionData: Get current token: 0.01844999985769391 +Info 10727[10:39:36.988] getCompletionData: Is inside comment: 0.06437800033017993 +Info 10728[10:39:36.988] getCompletionData: Get previous token: 0.05566399963572621 +Info 10729[10:39:36.988] getCompletionsAtPosition: isCompletionListBlocker: 0.02098499983549118 +Info 10730[10:39:36.990] getExportInfoMap: cache hit +Info 10731[10:39:36.999] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10732[10:39:36.999] collectAutoImports: response is complete +Info 10733[10:39:36.999] collectAutoImports: 9.548761999700218 +Info 10734[10:39:36.999] getCompletionData: Semantic work: 11.494770999997854 +Info 10735[10:39:37.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4996130000799894 +Info 10736[10:39:37.100] Format host information updated +Info 10737[10:39:37.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10738[10:39:37.135] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1004 structureChanged: false structureIsReused:: Completely Elapsed: 33.645800000056624ms +Info 10739[10:39:37.135] Different program with same set of files +Info 10740[10:39:37.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10741[10:39:37.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1005 structureChanged: false structureIsReused:: Completely Elapsed: 7.722711000125855ms +Info 10742[10:39:37.192] Different program with same set of files +Info 10743[10:39:37.192] getCompletionData: Get current token: 0.00612299982458353 +Info 10744[10:39:37.192] getCompletionData: Is inside comment: 0.01726400014013052 +Info 10745[10:39:37.192] getCompletionData: Get previous token: 0.014334000181406736 +Info 10746[10:39:37.192] getCompletionsAtPosition: isCompletionListBlocker: 0.007904000114649534 +Info 10747[10:39:37.192] getExportInfoMap: cache hit +Info 10748[10:39:37.202] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10749[10:39:37.202] collectAutoImports: response is complete +Info 10750[10:39:37.202] collectAutoImports: 9.550954999867827 +Info 10751[10:39:37.202] getCompletionData: Semantic work: 10.152288000099361 +Info 10752[10:39:37.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0849509998224676 +Info 10753[10:39:37.213] Format host information updated +Info 10754[10:39:37.264] Format host information updated +Info 10755[10:39:37.264] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10756[10:39:37.273] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1006 structureChanged: false structureIsReused:: Completely Elapsed: 9.202411999925971ms +Info 10757[10:39:37.273] Different program with same set of files +Info 10758[10:39:37.399] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10759[10:39:37.406] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1007 structureChanged: false structureIsReused:: Completely Elapsed: 7.327703999821097ms +Info 10760[10:39:37.406] Different program with same set of files +Info 10761[10:39:37.407] getCompletionData: Get current token: 0.00520200002938509 +Info 10762[10:39:37.407] getCompletionData: Is inside comment: 0.016552000306546688 +Info 10763[10:39:37.407] getCompletionData: Get previous token: 0.02599299978464842 +Info 10764[10:39:37.407] getCompletionsAtPosition: isCompletionListBlocker: 0.007691999897360802 +Info 10765[10:39:37.407] getExportInfoMap: cache hit +Info 10766[10:39:37.413] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 10767[10:39:37.413] collectAutoImports: response is complete +Info 10768[10:39:37.413] collectAutoImports: 5.309595999773592 +Info 10769[10:39:37.413] getCompletionData: Semantic work: 5.953122999984771 +Info 10770[10:39:37.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4439949998632073 +Info 10771[10:39:37.419] Format host information updated +Info 10772[10:39:38.007] getCompletionData: Get current token: 0.022063999902457 +Info 10773[10:39:38.007] getCompletionData: Is inside comment: 0.014393999706953764 +Info 10774[10:39:38.007] getCompletionData: Get previous token: 0.02270600013434887 +Info 10775[10:39:38.007] getCompletionsAtPosition: isCompletionListBlocker: 0.009112999774515629 +Info 10776[10:39:38.008] getExportInfoMap: cache hit +Info 10777[10:39:38.010] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 10778[10:39:38.010] collectAutoImports: response is complete +Info 10779[10:39:38.010] collectAutoImports: 2.0537879997864366 +Info 10780[10:39:38.010] getCompletionData: Semantic work: 2.720133999828249 +Info 10781[10:39:38.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1063410001806915 +Info 10782[10:39:38.109] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10783[10:39:38.125] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1008 structureChanged: false structureIsReused:: Completely Elapsed: 16.47947600018233ms +Info 10784[10:39:38.125] Different program with same set of files +Info 10785[10:39:38.126] getCompletionData: Get current token: 0.016863999888300896 +Info 10786[10:39:38.126] getCompletionData: Is inside comment: 0.04508899990469217 +Info 10787[10:39:38.126] getCompletionData: Get previous token: 0.037785999942570925 +Info 10788[10:39:38.126] getCompletionsAtPosition: isCompletionListBlocker: 0.020406000316143036 +Info 10789[10:39:38.127] getExportInfoMap: cache hit +Info 10790[10:39:38.140] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10791[10:39:38.140] collectAutoImports: response is complete +Info 10792[10:39:38.140] collectAutoImports: 12.39365499978885 +Info 10793[10:39:38.140] getCompletionData: Semantic work: 13.951650999952108 +Info 10794[10:39:38.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6962749999947846 +Info 10795[10:39:38.145] Format host information updated +Info 10796[10:39:38.630] Format host information updated +Info 10797[10:39:38.630] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10798[10:39:38.638] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1009 structureChanged: false structureIsReused:: Completely Elapsed: 7.2312600002624094ms +Info 10799[10:39:38.638] Different program with same set of files +Info 10800[10:39:38.807] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10801[10:39:38.814] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1010 structureChanged: false structureIsReused:: Completely Elapsed: 7.332890000194311ms +Info 10802[10:39:38.814] Different program with same set of files +Info 10803[10:39:38.814] getCompletionData: Get current token: 0.005493000149726868 +Info 10804[10:39:38.814] getCompletionData: Is inside comment: 0.015556000173091888 +Info 10805[10:39:38.814] getCompletionData: Get previous token: 0.024983000010252 +Info 10806[10:39:38.814] getCompletionsAtPosition: isCompletionListBlocker: 0.007794000208377838 +Info 10807[10:39:38.815] getExportInfoMap: cache hit +Info 10808[10:39:38.820] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 11 from cache +Info 10809[10:39:38.820] collectAutoImports: response is complete +Info 10810[10:39:38.820] collectAutoImports: 4.6985800000838935 +Info 10811[10:39:38.820] getCompletionData: Semantic work: 5.271389999892563 +Info 10812[10:39:38.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3963559996336699 +Info 10813[10:39:38.822] Format host information updated +Info 10814[10:39:38.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10815[10:39:38.878] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1011 structureChanged: false structureIsReused:: Completely Elapsed: 6.777288000099361ms +Info 10816[10:39:38.878] Different program with same set of files +Info 10817[10:39:38.879] getCompletionData: Get current token: 0.00522199971601367 +Info 10818[10:39:38.879] getCompletionData: Is inside comment: 0.014306999742984772 +Info 10819[10:39:38.879] getCompletionData: Get previous token: 0.022874000016599894 +Info 10820[10:39:38.879] getCompletionsAtPosition: isCompletionListBlocker: 0.007091999985277653 +Info 10821[10:39:38.879] getExportInfoMap: cache hit +Info 10822[10:39:38.883] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 9 from cache +Info 10823[10:39:38.883] collectAutoImports: response is complete +Info 10824[10:39:38.883] collectAutoImports: 4.137641000095755 +Info 10825[10:39:38.883] getCompletionData: Semantic work: 4.65871199965477 +Info 10826[10:39:38.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2703740000724792 +Info 10827[10:39:38.885] Format host information updated +Info 10828[10:39:39.025] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10829[10:39:39.034] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1012 structureChanged: false structureIsReused:: Completely Elapsed: 8.46341500012204ms +Info 10830[10:39:39.034] Different program with same set of files +Info 10831[10:39:39.034] getCompletionData: Get current token: 0.006053000222891569 +Info 10832[10:39:39.034] getCompletionData: Is inside comment: 0.015382000245153904 +Info 10833[10:39:39.034] getCompletionData: Get previous token: 0.024714000057429075 +Info 10834[10:39:39.034] getCompletionsAtPosition: isCompletionListBlocker: 0.00816599978134036 +Info 10835[10:39:39.035] getExportInfoMap: cache hit +Info 10836[10:39:39.037] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 1 from cache +Info 10837[10:39:39.037] collectAutoImports: response is complete +Info 10838[10:39:39.037] collectAutoImports: 2.100471999961883 +Info 10839[10:39:39.037] getCompletionData: Semantic work: 2.685914000030607 +Info 10840[10:39:39.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2320189997553825 +Info 10841[10:39:39.039] Format host information updated +Info 10842[10:39:39.112] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10843[10:39:39.122] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1013 structureChanged: false structureIsReused:: Completely Elapsed: 10.126306999940425ms +Info 10844[10:39:39.122] Different program with same set of files +Info 10845[10:39:39.123] getCompletionData: Get current token: 0.008677999954670668 +Info 10846[10:39:39.123] getCompletionData: Is inside comment: 0.025153000373393297 +Info 10847[10:39:39.123] getCompletionData: Get previous token: 0.04069499997422099 +Info 10848[10:39:39.123] getCompletionsAtPosition: isCompletionListBlocker: 0.010629999917000532 +Info 10849[10:39:39.124] getExportInfoMap: cache hit +Info 10850[10:39:39.127] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 10851[10:39:39.127] collectAutoImports: response is complete +Info 10852[10:39:39.127] collectAutoImports: 3.165614000055939 +Info 10853[10:39:39.127] getCompletionData: Semantic work: 4.03794900001958 +Info 10854[10:39:39.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8518110001459718 +Info 10855[10:39:39.132] Format host information updated +Info 10856[10:39:39.219] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10857[10:39:39.228] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1014 structureChanged: false structureIsReused:: Completely Elapsed: 8.593719999771565ms +Info 10858[10:39:39.228] Different program with same set of files +Info 10859[10:39:39.228] getCompletionData: Get current token: 0.006506999954581261 +Info 10860[10:39:39.228] getCompletionData: Is inside comment: 0.01891199965029955 +Info 10861[10:39:39.228] getCompletionData: Get previous token: 0.02947899978607893 +Info 10862[10:39:39.228] getCompletionsAtPosition: isCompletionListBlocker: 0.008694999851286411 +Info 10863[10:39:39.229] getExportInfoMap: cache hit +Info 10864[10:39:39.239] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 10865[10:39:39.239] collectAutoImports: response is complete +Info 10866[10:39:39.239] collectAutoImports: 10.185832000337541 +Info 10867[10:39:39.239] getCompletionData: Semantic work: 10.784165000077337 +Info 10868[10:39:39.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.962203999981284 +Info 10869[10:39:39.250] Format host information updated +Info 10870[10:39:39.349] Format host information updated +Info 10871[10:39:39.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10872[10:39:39.377] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1015 structureChanged: false structureIsReused:: Completely Elapsed: 26.285374000202864ms +Info 10873[10:39:39.377] Different program with same set of files +Info 10874[10:39:39.482] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10875[10:39:39.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1016 structureChanged: false structureIsReused:: Completely Elapsed: 8.789976000320166ms +Info 10876[10:39:39.491] Different program with same set of files +Info 10877[10:39:39.491] getCompletionData: Get current token: 0.005164999980479479 +Info 10878[10:39:39.491] getCompletionData: Is inside comment: 0.0142319998703897 +Info 10879[10:39:39.491] getCompletionData: Get previous token: 0.023409999907016754 +Info 10880[10:39:39.491] getCompletionsAtPosition: isCompletionListBlocker: 0.007700999733060598 +Info 10881[10:39:39.492] getExportInfoMap: cache hit +Info 10882[10:39:39.495] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 1 from cache +Info 10883[10:39:39.495] collectAutoImports: response is complete +Info 10884[10:39:39.495] collectAutoImports: 3.0822440003976226 +Info 10885[10:39:39.495] getCompletionData: Semantic work: 3.6627139998599887 +Info 10886[10:39:39.499] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3223069999366999 +Info 10887[10:39:39.500] Format host information updated +Info 10888[10:39:42.910] Format host information updated +Info 10889[10:39:42.911] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10890[10:39:42.917] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1017 structureChanged: false structureIsReused:: Completely Elapsed: 6.689737000036985ms +Info 10891[10:39:42.917] Different program with same set of files +Info 10892[10:39:43.448] Format host information updated +Info 10893[10:39:43.448] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10894[10:39:43.455] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1018 structureChanged: false structureIsReused:: Completely Elapsed: 7.094814999960363ms +Info 10895[10:39:43.455] Different program with same set of files +Info 10896[10:39:43.621] Format host information updated +Info 10897[10:39:43.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10898[10:39:43.629] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1019 structureChanged: false structureIsReused:: Completely Elapsed: 7.26435299962759ms +Info 10899[10:39:43.629] Different program with same set of files +Info 10900[10:39:44.861] Format host information updated +Info 10901[10:39:44.861] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10902[10:39:44.868] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1020 structureChanged: false structureIsReused:: Completely Elapsed: 6.790614999830723ms +Info 10903[10:39:44.868] Different program with same set of files +Info 10904[10:39:46.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10905[10:39:46.296] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1021 structureChanged: false structureIsReused:: Completely Elapsed: 15.175641999579966ms +Info 10906[10:39:46.297] Different program with same set of files +Info 10907[10:39:46.297] getCompletionData: Get current token: 0.012198999989777803 +Info 10908[10:39:46.297] getCompletionData: Is inside comment: 0.02521600015461445 +Info 10909[10:39:46.297] getCompletionData: Get previous token: 0.018845999613404274 +Info 10910[10:39:46.297] getCompletionsAtPosition: isCompletionListBlocker: 0.0037159998901188374 +Info 10911[10:39:46.298] getExportInfoMap: cache hit +Info 10912[10:39:46.315] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 10913[10:39:46.315] collectAutoImports: response is complete +Info 10914[10:39:46.315] collectAutoImports: 16.925720000173897 +Info 10915[10:39:46.315] getCompletionData: Semantic work: 17.780176000203937 +Info 10916[10:39:46.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.695223000366241 +Info 10917[10:39:46.324] Format host information updated +Info 10918[10:39:46.499] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10919[10:39:46.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1022 structureChanged: false structureIsReused:: Completely Elapsed: 7.477843000087887ms +Info 10920[10:39:46.506] Different program with same set of files +Info 10921[10:39:46.507] getCompletionData: Get current token: 0.004932999610900879 +Info 10922[10:39:46.507] getCompletionData: Is inside comment: 0.014361999928951263 +Info 10923[10:39:46.507] getCompletionData: Get previous token: 0.01946599967777729 +Info 10924[10:39:46.507] getCompletionsAtPosition: isCompletionListBlocker: 0.002199999988079071 +Info 10925[10:39:46.507] getExportInfoMap: cache hit +Info 10926[10:39:46.512] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 24 from cache +Info 10927[10:39:46.512] collectAutoImports: response is complete +Info 10928[10:39:46.512] collectAutoImports: 4.421858000103384 +Info 10929[10:39:46.512] getCompletionData: Semantic work: 4.931327000260353 +Info 10930[10:39:46.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.482667999807745 +Info 10931[10:39:46.515] Format host information updated +Info 10932[10:39:46.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10933[10:39:46.602] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1023 structureChanged: false structureIsReused:: Completely Elapsed: 21.33307299995795ms +Info 10934[10:39:46.602] Different program with same set of files +Info 10935[10:39:46.603] getCompletionData: Get current token: 0.013524000067263842 +Info 10936[10:39:46.603] getCompletionData: Is inside comment: 0.037703000009059906 +Info 10937[10:39:46.603] getCompletionData: Get previous token: 0.05047400016337633 +Info 10938[10:39:46.603] getCompletionsAtPosition: isCompletionListBlocker: 0.0046709999442100525 +Info 10939[10:39:46.604] getExportInfoMap: cache hit +Info 10940[10:39:46.614] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 23 from cache +Info 10941[10:39:46.614] collectAutoImports: response is complete +Info 10942[10:39:46.614] collectAutoImports: 9.794689999893308 +Info 10943[10:39:46.614] getCompletionData: Semantic work: 11.0177580001764 +Info 10944[10:39:46.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.670810000039637 +Info 10945[10:39:46.619] Format host information updated +Info 10946[10:39:46.738] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10947[10:39:46.747] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1024 structureChanged: false structureIsReused:: Completely Elapsed: 9.000727999955416ms +Info 10948[10:39:46.747] Different program with same set of files +Info 10949[10:39:46.747] getCompletionData: Get current token: 0.004636999685317278 +Info 10950[10:39:46.747] getCompletionData: Is inside comment: 0.012019999790936708 +Info 10951[10:39:46.747] getCompletionData: Get previous token: 0.016956999897956848 +Info 10952[10:39:46.747] getCompletionsAtPosition: isCompletionListBlocker: 0.002437999937683344 +Info 10953[10:39:46.748] getExportInfoMap: cache hit +Info 10954[10:39:46.750] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 3 from cache +Info 10955[10:39:46.750] collectAutoImports: response is complete +Info 10956[10:39:46.750] collectAutoImports: 2.542981999926269 +Info 10957[10:39:46.750] getCompletionData: Semantic work: 3.0114959999918938 +Info 10958[10:39:46.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8314179996959865 +Info 10959[10:39:46.753] Format host information updated +Info 10960[10:39:47.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10961[10:39:47.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1025 structureChanged: false structureIsReused:: Completely Elapsed: 7.15306599996984ms +Info 10962[10:39:47.081] Different program with same set of files +Info 10963[10:39:47.081] getCompletionData: Get current token: 0.0051760002970695496 +Info 10964[10:39:47.081] getCompletionData: Is inside comment: 0.015152000356465578 +Info 10965[10:39:47.081] getCompletionData: Get previous token: 0.020914999768137932 +Info 10966[10:39:47.081] getCompletionsAtPosition: isCompletionListBlocker: 0.0020410004071891308 +Info 10967[10:39:47.081] getExportInfoMap: cache hit +Info 10968[10:39:47.084] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 4 from cache +Info 10969[10:39:47.084] collectAutoImports: response is complete +Info 10970[10:39:47.084] collectAutoImports: 2.901025999803096 +Info 10971[10:39:47.084] getCompletionData: Semantic work: 3.4176619998179376 +Info 10972[10:39:47.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1208040001802146 +Info 10973[10:39:47.090] Format host information updated +Info 10974[10:39:47.207] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10975[10:39:47.215] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1026 structureChanged: false structureIsReused:: Completely Elapsed: 7.285149000119418ms +Info 10976[10:39:47.215] Different program with same set of files +Info 10977[10:39:47.215] getCompletionData: Get current token: 0.008754999842494726 +Info 10978[10:39:47.215] getCompletionData: Is inside comment: 0.025870000012218952 +Info 10979[10:39:47.215] getCompletionData: Get previous token: 0.03791300021111965 +Info 10980[10:39:47.215] getCompletionsAtPosition: isCompletionListBlocker: 0.0027630003169178963 +Info 10981[10:39:47.216] getExportInfoMap: cache hit +Info 10982[10:39:47.219] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 10983[10:39:47.219] collectAutoImports: response is complete +Info 10984[10:39:47.219] collectAutoImports: 2.8717800001613796 +Info 10985[10:39:47.219] getCompletionData: Semantic work: 3.6148149999789894 +Info 10986[10:39:47.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.169575999956578 +Info 10987[10:39:47.222] Format host information updated +Info 10988[10:39:47.306] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10989[10:39:47.341] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1027 structureChanged: false structureIsReused:: Completely Elapsed: 34.51665299991146ms +Info 10990[10:39:47.341] Different program with same set of files +Info 10991[10:39:47.341] getCompletionData: Get current token: 0.014926999807357788 +Info 10992[10:39:47.341] getCompletionData: Is inside comment: 0.040250999853014946 +Info 10993[10:39:47.341] getCompletionData: Get previous token: 0.04337300034239888 +Info 10994[10:39:47.341] getCompletionsAtPosition: isCompletionListBlocker: 0.003923999611288309 +Info 10995[10:39:47.342] getExportInfoMap: cache hit +Info 10996[10:39:47.347] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10997[10:39:47.347] collectAutoImports: response is complete +Info 10998[10:39:47.347] collectAutoImports: 4.602243000175804 +Info 10999[10:39:47.347] getCompletionData: Semantic work: 5.616341999731958 +Info 11000[10:39:47.351] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5854829996824265 +Info 11001[10:39:47.352] Format host information updated +Info 11002[10:39:47.419] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11003[10:39:47.442] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1028 structureChanged: false structureIsReused:: Completely Elapsed: 23.833101000171155ms +Info 11004[10:39:47.443] Different program with same set of files +Info 11005[10:39:47.443] getCompletionData: Get current token: 0.018913000356405973 +Info 11006[10:39:47.443] getCompletionData: Is inside comment: 0.04288999969139695 +Info 11007[10:39:47.443] getCompletionData: Get previous token: 0.07662100018933415 +Info 11008[10:39:47.443] getCompletionsAtPosition: isCompletionListBlocker: 0.0047889999113976955 +Info 11009[10:39:47.445] getExportInfoMap: cache hit +Info 11010[10:39:47.449] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11011[10:39:47.449] collectAutoImports: response is complete +Info 11012[10:39:47.449] collectAutoImports: 4.1958369999192655 +Info 11013[10:39:47.449] getCompletionData: Semantic work: 5.510550000239164 +Info 11014[10:39:47.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4402890000492334 +Info 11015[10:39:47.456] Format host information updated +Info 11016[10:39:49.642] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11017[10:39:49.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1029 structureChanged: false structureIsReused:: Completely Elapsed: 6.766247000079602ms +Info 11018[10:39:49.649] Different program with same set of files +Info 11019[10:39:49.649] getCompletionData: Get current token: 0.004104000050574541 +Info 11020[10:39:49.649] getCompletionData: Is inside comment: 0.0012550000101327896 +Info 11021[10:39:49.649] getCompletionData: Get previous token: 0.0220320001244545 +Info 11022[10:39:49.649] getCompletionsAtPosition: isCompletionListBlocker: 0.0018330002203583717 +Info 11023[10:39:49.649] getExportInfoMap: cache hit +Info 11024[10:39:49.652] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 11025[10:39:49.652] collectAutoImports: response is complete +Info 11026[10:39:49.652] collectAutoImports: 2.346315999981016 +Info 11027[10:39:49.652] getCompletionData: Semantic work: 2.9547880003228784 +Info 11028[10:39:49.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.20319899963215 +Info 11029[10:39:49.655] Format host information updated +Info 11030[10:39:49.750] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11031[10:39:49.760] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1030 structureChanged: false structureIsReused:: Completely Elapsed: 9.434326000045985ms +Info 11032[10:39:49.760] Different program with same set of files +Info 11033[10:39:49.760] getCompletionData: Get current token: 0.005571000277996063 +Info 11034[10:39:49.760] getCompletionData: Is inside comment: 0.0015320000238716602 +Info 11035[10:39:49.760] getCompletionData: Get previous token: 0.027343999594449997 +Info 11036[10:39:49.760] getCompletionsAtPosition: isCompletionListBlocker: 0.002015999983996153 +Info 11037[10:39:49.761] getExportInfoMap: cache hit +Info 11038[10:39:49.763] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 7 from cache +Info 11039[10:39:49.763] collectAutoImports: response is complete +Info 11040[10:39:49.763] collectAutoImports: 2.721053999848664 +Info 11041[10:39:49.763] getCompletionData: Semantic work: 3.4845070000737906 +Info 11042[10:39:49.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2943499996326864 +Info 11043[10:39:49.767] Format host information updated +Info 11044[10:39:49.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11045[10:39:49.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1031 structureChanged: false structureIsReused:: Completely Elapsed: 11.57621099986136ms +Info 11046[10:39:49.826] Different program with same set of files +Info 11047[10:39:49.826] getCompletionData: Get current token: 0.004143000114709139 +Info 11048[10:39:49.826] getCompletionData: Is inside comment: 0.0011840001679956913 +Info 11049[10:39:49.827] getCompletionData: Get previous token: 0.021184000186622143 +Info 11050[10:39:49.827] getCompletionsAtPosition: isCompletionListBlocker: 0.0020210002548992634 +Info 11051[10:39:49.827] getExportInfoMap: cache hit +Info 11052[10:39:49.829] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 11053[10:39:49.829] collectAutoImports: response is complete +Info 11054[10:39:49.829] collectAutoImports: 2.0012330003082752 +Info 11055[10:39:49.829] getCompletionData: Semantic work: 2.7052079997956753 +Info 11056[10:39:49.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9699850003235042 +Info 11057[10:39:49.835] Format host information updated +Info 11058[10:39:49.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11059[10:39:49.959] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1032 structureChanged: false structureIsReused:: Completely Elapsed: 8.677244999911636ms +Info 11060[10:39:49.959] Different program with same set of files +Info 11061[10:39:49.959] getCompletionData: Get current token: 0.004647000227123499 +Info 11062[10:39:49.959] getCompletionData: Is inside comment: 0.0014440002851188183 +Info 11063[10:39:49.959] getCompletionData: Get previous token: 0.023351999931037426 +Info 11064[10:39:49.959] getCompletionsAtPosition: isCompletionListBlocker: 0.002130999695509672 +Info 11065[10:39:49.959] getExportInfoMap: cache hit +Info 11066[10:39:49.962] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11067[10:39:49.962] collectAutoImports: response is complete +Info 11068[10:39:49.962] collectAutoImports: 2.0518789999186993 +Info 11069[10:39:49.962] getCompletionData: Semantic work: 2.7275510001927614 +Info 11070[10:39:49.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1205940004438162 +Info 11071[10:39:49.965] Format host information updated +Info 11072[10:39:50.091] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11073[10:39:50.101] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1033 structureChanged: false structureIsReused:: Completely Elapsed: 10.496738000307232ms +Info 11074[10:39:50.101] Different program with same set of files +Info 11075[10:39:50.102] getCompletionData: Get current token: 0.005210000090301037 +Info 11076[10:39:50.102] getCompletionData: Is inside comment: 0.0015520001761615276 +Info 11077[10:39:50.102] getCompletionData: Get previous token: 0.026796000078320503 +Info 11078[10:39:50.102] getCompletionsAtPosition: isCompletionListBlocker: 0.002731999848037958 +Info 11079[10:39:50.102] getExportInfoMap: cache hit +Info 11080[10:39:50.105] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11081[10:39:50.105] collectAutoImports: response is complete +Info 11082[10:39:50.105] collectAutoImports: 2.2553359996527433 +Info 11083[10:39:50.105] getCompletionData: Semantic work: 3.0222740001045167 +Info 11084[10:39:50.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2451280001550913 +Info 11085[10:39:50.109] Format host information updated +Info 11086[10:39:50.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11087[10:39:50.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1034 structureChanged: false structureIsReused:: Completely Elapsed: 7.378558999858797ms +Info 11088[10:39:50.192] Different program with same set of files +Info 11089[10:39:50.192] getCompletionData: Get current token: 0.004188000224530697 +Info 11090[10:39:50.192] getCompletionData: Is inside comment: 0.00125400023534894 +Info 11091[10:39:50.192] getCompletionData: Get previous token: 0.02151399990543723 +Info 11092[10:39:50.192] getCompletionsAtPosition: isCompletionListBlocker: 0.0018490003421902657 +Info 11093[10:39:50.193] getExportInfoMap: cache hit +Info 11094[10:39:50.195] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11095[10:39:50.195] collectAutoImports: response is complete +Info 11096[10:39:50.195] collectAutoImports: 1.9686699998565018 +Info 11097[10:39:50.195] getCompletionData: Semantic work: 2.5817100000567734 +Info 11098[10:39:50.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.336135999765247 +Info 11099[10:39:50.202] Format host information updated +Info 11100[10:39:50.247] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11101[10:39:50.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1035 structureChanged: false structureIsReused:: Completely Elapsed: 11.337700000032783ms +Info 11102[10:39:50.258] Different program with same set of files +Info 11103[10:39:50.258] getCompletionData: Get current token: 0.004157999996095896 +Info 11104[10:39:50.258] getCompletionData: Is inside comment: 0.0013770000077784061 +Info 11105[10:39:50.258] getCompletionData: Get previous token: 0.021544999908655882 +Info 11106[10:39:50.258] getCompletionsAtPosition: isCompletionListBlocker: 0.0018989997915923595 +Info 11107[10:39:50.259] getExportInfoMap: cache hit +Info 11108[10:39:50.261] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11109[10:39:50.261] collectAutoImports: response is complete +Info 11110[10:39:50.261] collectAutoImports: 1.8498439998365939 +Info 11111[10:39:50.261] getCompletionData: Semantic work: 2.4882109998725355 +Info 11112[10:39:50.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2792799999006093 +Info 11113[10:39:50.269] Format host information updated +Info 11114[10:39:50.454] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11115[10:39:50.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1036 structureChanged: false structureIsReused:: Completely Elapsed: 10.449756999965757ms +Info 11116[10:39:50.465] Different program with same set of files +Info 11117[10:39:50.465] getCompletionData: Get current token: 0.007342000026255846 +Info 11118[10:39:50.465] getCompletionData: Is inside comment: 0.002392999827861786 +Info 11119[10:39:50.465] getCompletionData: Get previous token: 0.036462000105530024 +Info 11120[10:39:50.465] getCompletionsAtPosition: isCompletionListBlocker: 0.003030000254511833 +Info 11121[10:39:50.466] getExportInfoMap: cache hit +Info 11122[10:39:50.469] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11123[10:39:50.469] collectAutoImports: response is complete +Info 11124[10:39:50.469] collectAutoImports: 2.756721999961883 +Info 11125[10:39:50.469] getCompletionData: Semantic work: 3.767208999954164 +Info 11126[10:39:50.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7890809997916222 +Info 11127[10:39:50.475] Format host information updated +Info 11128[10:39:50.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11129[10:39:50.588] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1037 structureChanged: false structureIsReused:: Completely Elapsed: 8.56262299977243ms +Info 11130[10:39:50.588] Different program with same set of files +Info 11131[10:39:50.588] getCompletionData: Get current token: 0.005628000013530254 +Info 11132[10:39:50.588] getCompletionData: Is inside comment: 0.0024850000627338886 +Info 11133[10:39:50.588] getCompletionData: Get previous token: 0.04321600031107664 +Info 11134[10:39:50.588] getCompletionsAtPosition: isCompletionListBlocker: 0.0022629997693002224 +Info 11135[10:39:50.589] getExportInfoMap: cache hit +Info 11136[10:39:50.591] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11137[10:39:50.591] collectAutoImports: response is complete +Info 11138[10:39:50.591] collectAutoImports: 2.028148000128567 +Info 11139[10:39:50.591] getCompletionData: Semantic work: 2.834222999867052 +Info 11140[10:39:50.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.99913900019601 +Info 11141[10:39:50.597] Format host information updated +Info 11142[10:39:56.101] Format host information updated +Info 11143[10:39:56.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11144[10:39:56.108] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1038 structureChanged: false structureIsReused:: Completely Elapsed: 6.511926999781281ms +Info 11145[10:39:56.108] Different program with same set of files +Info 11146[10:39:56.508] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11147[10:39:56.515] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1039 structureChanged: false structureIsReused:: Completely Elapsed: 6.8431639997288585ms +Info 11148[10:39:56.515] Different program with same set of files +Info 11149[10:39:56.515] getCompletionData: Get current token: 0.00688599981367588 +Info 11150[10:39:56.515] getCompletionData: Is inside comment: 0.010225000325590372 +Info 11151[10:39:56.515] getCompletionData: Get previous token: 0.01597299985587597 +Info 11152[10:39:56.515] getCompletionsAtPosition: isCompletionListBlocker: 0.005979999899864197 +Info 11153[10:39:56.516] getExportInfoMap: cache hit +Info 11154[10:39:56.520] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 34 from cache +Info 11155[10:39:56.520] collectAutoImports: response is complete +Info 11156[10:39:56.520] collectAutoImports: 4.324049999937415 +Info 11157[10:39:56.520] getCompletionData: Semantic work: 5.255386000033468 +Info 11158[10:39:56.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2845669998787344 +Info 11159[10:39:56.522] Format host information updated +Info 11160[10:39:56.689] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11161[10:39:56.698] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1040 structureChanged: false structureIsReused:: Completely Elapsed: 8.91849200008437ms +Info 11162[10:39:56.698] Different program with same set of files +Info 11163[10:39:56.699] getCompletionData: Get current token: 0.007226999849081039 +Info 11164[10:39:56.699] getCompletionData: Is inside comment: 0.010493000037968159 +Info 11165[10:39:56.699] getCompletionData: Get previous token: 0.017331999726593494 +Info 11166[10:39:56.699] getCompletionsAtPosition: isCompletionListBlocker: 0.007877999916672707 +Info 11167[10:39:56.700] getExportInfoMap: cache hit +Info 11168[10:39:56.703] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 19 from cache +Info 11169[10:39:56.703] collectAutoImports: response is complete +Info 11170[10:39:56.703] collectAutoImports: 3.8230850002728403 +Info 11171[10:39:56.703] getCompletionData: Semantic work: 4.857182999607176 +Info 11172[10:39:56.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2493230002000928 +Info 11173[10:39:56.706] Format host information updated +Info 11174[10:39:56.786] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11175[10:39:56.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1041 structureChanged: false structureIsReused:: Completely Elapsed: 7.039921999908984ms +Info 11176[10:39:56.793] Different program with same set of files +Info 11177[10:39:56.793] getCompletionData: Get current token: 0.004971000365912914 +Info 11178[10:39:56.793] getCompletionData: Is inside comment: 0.018811000045388937 +Info 11179[10:39:56.793] getCompletionData: Get previous token: 0.02201800001785159 +Info 11180[10:39:56.793] getCompletionsAtPosition: isCompletionListBlocker: 0.007625000085681677 +Info 11181[10:39:56.795] getExportInfoMap: cache hit +Info 11182[10:39:56.806] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11183[10:39:56.806] collectAutoImports: response is complete +Info 11184[10:39:56.806] collectAutoImports: 11.427842000033706 +Info 11185[10:39:56.806] getCompletionData: Semantic work: 12.493362999986857 +Info 11186[10:39:56.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0394360003992915 +Info 11187[10:39:56.812] Format host information updated +Info 11188[10:39:56.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11189[10:39:56.955] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1042 structureChanged: false structureIsReused:: Completely Elapsed: 7.0000089998357ms +Info 11190[10:39:56.955] Different program with same set of files +Info 11191[10:39:56.955] getCompletionData: Get current token: 0.006976999808102846 +Info 11192[10:39:56.955] getCompletionData: Is inside comment: 0.009812999982386827 +Info 11193[10:39:56.955] getCompletionData: Get previous token: 0.015054999850690365 +Info 11194[10:39:56.955] getCompletionsAtPosition: isCompletionListBlocker: 0.0071020000614225864 +Info 11195[10:39:56.956] getExportInfoMap: cache hit +Info 11196[10:39:56.958] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11197[10:39:56.958] collectAutoImports: response is complete +Info 11198[10:39:56.958] collectAutoImports: 2.026209999807179 +Info 11199[10:39:56.958] getCompletionData: Semantic work: 2.9706520000472665 +Info 11200[10:39:56.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9956849999725819 +Info 11201[10:39:56.961] Format host information updated +Info 11202[10:39:57.120] Format host information updated +Info 11203[10:39:57.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11204[10:39:57.127] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1043 structureChanged: false structureIsReused:: Completely Elapsed: 6.719415999948978ms +Info 11205[10:39:57.127] Different program with same set of files +Info 11206[10:39:57.331] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11207[10:39:57.339] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1044 structureChanged: false structureIsReused:: Completely Elapsed: 7.356207000091672ms +Info 11208[10:39:57.339] Different program with same set of files +Info 11209[10:39:57.339] getCompletionData: Get current token: 0.006593000143766403 +Info 11210[10:39:57.339] getCompletionData: Is inside comment: 0.014318999834358692 +Info 11211[10:39:57.339] getCompletionData: Get previous token: 0.016592999920248985 +Info 11212[10:39:57.339] getCompletionsAtPosition: isCompletionListBlocker: 0.006550000049173832 +Info 11213[10:39:57.342] getExportInfoMap: cache hit +Info 11214[10:39:57.344] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11215[10:39:57.344] collectAutoImports: response is complete +Info 11216[10:39:57.344] collectAutoImports: 2.11442600004375 +Info 11217[10:39:57.344] getCompletionData: Semantic work: 4.831821999978274 +Info 11218[10:39:57.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0285670002922416 +Info 11219[10:39:57.345] Format host information updated +Info 11220[10:39:57.452] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11221[10:39:57.459] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1045 structureChanged: false structureIsReused:: Completely Elapsed: 7.210529000032693ms +Info 11222[10:39:57.459] Different program with same set of files +Info 11223[10:39:57.459] getCompletionData: Get current token: 0.004638000391423702 +Info 11224[10:39:57.459] getCompletionData: Is inside comment: 0.011440000031143427 +Info 11225[10:39:57.459] getCompletionData: Get previous token: 0.019392000045627356 +Info 11226[10:39:57.459] getCompletionsAtPosition: isCompletionListBlocker: 0.007020999677479267 +Info 11227[10:39:57.460] getExportInfoMap: cache hit +Info 11228[10:39:57.471] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11229[10:39:57.471] collectAutoImports: response is complete +Info 11230[10:39:57.471] collectAutoImports: 10.693718999624252 +Info 11231[10:39:57.471] getCompletionData: Semantic work: 11.754502999596298 +Info 11232[10:39:57.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8690959997475147 +Info 11233[10:39:57.476] Format host information updated +Info 11234[10:39:57.759] Format host information updated +Info 11235[10:39:57.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11236[10:39:57.766] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1046 structureChanged: false structureIsReused:: Completely Elapsed: 7.134977999608964ms +Info 11237[10:39:57.766] Different program with same set of files +Info 11238[10:39:59.884] Format host information updated +Info 11239[10:39:59.884] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11240[10:39:59.896] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1047 structureChanged: false structureIsReused:: Completely Elapsed: 12.263731999788433ms +Info 11241[10:39:59.896] Different program with same set of files +Info 11242[10:40:00.130] Format host information updated +Info 11243[10:40:00.130] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11244[10:40:00.143] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1048 structureChanged: false structureIsReused:: Completely Elapsed: 13.300451999995857ms +Info 11245[10:40:00.143] Different program with same set of files +Info 11246[10:40:00.443] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11247[10:40:00.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1049 structureChanged: false structureIsReused:: Completely Elapsed: 9.179260000120848ms +Info 11248[10:40:00.452] Different program with same set of files +Info 11249[10:40:00.452] getCompletionData: Get current token: 0.008477000053972006 +Info 11250[10:40:00.452] getCompletionData: Is inside comment: 0.013158000074326992 +Info 11251[10:40:00.452] getCompletionData: Get previous token: 0.022464000154286623 +Info 11252[10:40:00.452] getCompletionsAtPosition: isCompletionListBlocker: 0.007248000241816044 +Info 11253[10:40:00.454] getExportInfoMap: cache hit +Info 11254[10:40:00.461] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 34 from cache +Info 11255[10:40:00.461] collectAutoImports: response is complete +Info 11256[10:40:00.461] collectAutoImports: 7.404339999891818 +Info 11257[10:40:00.461] getCompletionData: Semantic work: 8.901955000124872 +Info 11258[10:40:00.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8815270001068711 +Info 11259[10:40:00.465] Format host information updated +Info 11260[10:40:00.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11261[10:40:00.548] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1050 structureChanged: false structureIsReused:: Completely Elapsed: 10.52853999985382ms +Info 11262[10:40:00.548] Different program with same set of files +Info 11263[10:40:00.548] getCompletionData: Get current token: 0.005828999914228916 +Info 11264[10:40:00.548] getCompletionData: Is inside comment: 0.01235299976542592 +Info 11265[10:40:00.548] getCompletionData: Get previous token: 0.020815000403672457 +Info 11266[10:40:00.549] getCompletionsAtPosition: isCompletionListBlocker: 0.006692999973893166 +Info 11267[10:40:00.550] getExportInfoMap: cache hit +Info 11268[10:40:00.557] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 26 from cache +Info 11269[10:40:00.557] collectAutoImports: response is complete +Info 11270[10:40:00.557] collectAutoImports: 7.490937000140548 +Info 11271[10:40:00.557] getCompletionData: Semantic work: 8.686350000090897 +Info 11272[10:40:00.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6609140001237392 +Info 11273[10:40:00.561] Format host information updated +Info 11274[10:40:00.618] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11275[10:40:00.631] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1051 structureChanged: false structureIsReused:: Completely Elapsed: 13.2125160000287ms +Info 11276[10:40:00.631] Different program with same set of files +Info 11277[10:40:00.631] getCompletionData: Get current token: 0.0147619997151196 +Info 11278[10:40:00.631] getCompletionData: Is inside comment: 0.01800299994647503 +Info 11279[10:40:00.631] getCompletionData: Get previous token: 0.030251000076532364 +Info 11280[10:40:00.631] getCompletionsAtPosition: isCompletionListBlocker: 0.010434999596327543 +Info 11281[10:40:00.633] getExportInfoMap: cache hit +Info 11282[10:40:00.639] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 19 from cache +Info 11283[10:40:00.639] collectAutoImports: response is complete +Info 11284[10:40:00.639] collectAutoImports: 5.9511420000344515 +Info 11285[10:40:00.639] getCompletionData: Semantic work: 7.649379000067711 +Info 11286[10:40:00.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1745839999057353 +Info 11287[10:40:00.642] Format host information updated +Info 11288[10:40:00.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11289[10:40:00.721] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1052 structureChanged: false structureIsReused:: Completely Elapsed: 8.236129000317305ms +Info 11290[10:40:00.721] Different program with same set of files +Info 11291[10:40:00.721] getCompletionData: Get current token: 0.004095999989658594 +Info 11292[10:40:00.721] getCompletionData: Is inside comment: 0.02494400041177869 +Info 11293[10:40:00.721] getCompletionData: Get previous token: 0.03137700026854873 +Info 11294[10:40:00.721] getCompletionsAtPosition: isCompletionListBlocker: 0.007397000212222338 +Info 11295[10:40:00.722] getExportInfoMap: cache hit +Info 11296[10:40:00.736] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11297[10:40:00.736] collectAutoImports: response is complete +Info 11298[10:40:00.736] collectAutoImports: 13.14818900031969 +Info 11299[10:40:00.736] getCompletionData: Semantic work: 14.587151000276208 +Info 11300[10:40:00.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6227159998379648 +Info 11301[10:40:00.742] Format host information updated +Info 11302[10:40:01.171] Format host information updated +Info 11303[10:40:01.171] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11304[10:40:01.180] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1053 structureChanged: false structureIsReused:: Completely Elapsed: 8.864153000060469ms +Info 11305[10:40:01.180] Different program with same set of files +Info 11306[10:40:01.389] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11307[10:40:01.397] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1054 structureChanged: false structureIsReused:: Completely Elapsed: 8.599982999730855ms +Info 11308[10:40:01.397] Different program with same set of files +Info 11309[10:40:01.397] getCompletionData: Get current token: 0.009894000366330147 +Info 11310[10:40:01.397] getCompletionData: Is inside comment: 0.011367000173777342 +Info 11311[10:40:01.398] getCompletionData: Get previous token: 0.016588000115007162 +Info 11312[10:40:01.398] getCompletionsAtPosition: isCompletionListBlocker: 0.001370999962091446 +Info 11313[10:40:01.398] Returning an empty list because completion was requested in an invalid position. +Info 11314[10:40:01.398] Format host information updated +Info 11315[10:40:01.567] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11316[10:40:01.577] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1055 structureChanged: false structureIsReused:: Completely Elapsed: 9.88759500021115ms +Info 11317[10:40:01.577] Different program with same set of files +Info 11318[10:40:01.577] getCompletionData: Get current token: 0.009223000146448612 +Info 11319[10:40:01.577] getCompletionData: Is inside comment: 0.014858999755233526 +Info 11320[10:40:01.577] getCompletionData: Get previous token: 0.022828000131994486 +Info 11321[10:40:01.577] getCompletionsAtPosition: isCompletionListBlocker: 0.0016820002347230911 +Info 11322[10:40:01.577] Returning an empty list because completion was requested in an invalid position. +Info 11323[10:40:01.577] Format host information updated +Info 11324[10:40:01.680] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11325[10:40:01.688] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1056 structureChanged: false structureIsReused:: Completely Elapsed: 7.91259799990803ms +Info 11326[10:40:01.688] Different program with same set of files +Info 11327[10:40:01.689] getCompletionData: Get current token: 0.007337000221014023 +Info 11328[10:40:01.689] getCompletionData: Is inside comment: 0.010692999698221684 +Info 11329[10:40:01.689] getCompletionData: Get previous token: 0.03865599958226085 +Info 11330[10:40:01.689] getCompletionsAtPosition: isCompletionListBlocker: 0.00126700010150671 +Info 11331[10:40:01.689] Returning an empty list because completion was requested in an invalid position. +Info 11332[10:40:01.691] Format host information updated +Info 11333[10:40:01.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11334[10:40:01.768] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1057 structureChanged: false structureIsReused:: Completely Elapsed: 10.893041000235826ms +Info 11335[10:40:01.768] Different program with same set of files +Info 11336[10:40:01.768] getCompletionData: Get current token: 0.013507999945431948 +Info 11337[10:40:01.768] getCompletionData: Is inside comment: 0.020708000287413597 +Info 11338[10:40:01.768] getCompletionData: Get previous token: 0.030267000198364258 +Info 11339[10:40:01.768] getCompletionsAtPosition: isCompletionListBlocker: 0.002001000102609396 +Info 11340[10:40:01.768] Returning an empty list because completion was requested in an invalid position. +Info 11341[10:40:01.769] Format host information updated +Info 11342[10:40:02.039] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11343[10:40:02.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1058 structureChanged: false structureIsReused:: Completely Elapsed: 9.491213999688625ms +Info 11344[10:40:02.048] Different program with same set of files +Info 11345[10:40:02.048] getCompletionData: Get current token: 0.010149999987334013 +Info 11346[10:40:02.048] getCompletionData: Is inside comment: 0.01282599987462163 +Info 11347[10:40:02.048] getCompletionData: Get previous token: 0.018447000067681074 +Info 11348[10:40:02.048] getCompletionsAtPosition: isCompletionListBlocker: 0.0017240000888705254 +Info 11349[10:40:02.048] Returning an empty list because completion was requested in an invalid position. +Info 11350[10:40:02.049] Format host information updated +Info 11351[10:40:02.157] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11352[10:40:02.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1059 structureChanged: false structureIsReused:: Completely Elapsed: 7.054299000184983ms +Info 11353[10:40:02.164] Different program with same set of files +Info 11354[10:40:02.165] getCompletionData: Get current token: 0.007741999812424183 +Info 11355[10:40:02.165] getCompletionData: Is inside comment: 0.012647999916225672 +Info 11356[10:40:02.165] getCompletionData: Get previous token: 0.017959999851882458 +Info 11357[10:40:02.165] getCompletionsAtPosition: isCompletionListBlocker: 0.0012710001319646835 +Info 11358[10:40:02.165] Returning an empty list because completion was requested in an invalid position. +Info 11359[10:40:02.165] Format host information updated +Info 11360[10:40:02.444] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11361[10:40:02.453] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1060 structureChanged: false structureIsReused:: Completely Elapsed: 8.70440600020811ms +Info 11362[10:40:02.453] Different program with same set of files +Info 11363[10:40:02.453] getCompletionData: Get current token: 0.01143299974501133 +Info 11364[10:40:02.453] getCompletionData: Is inside comment: 0.015279999934136868 +Info 11365[10:40:02.453] getCompletionData: Get previous token: 0.022518000099807978 +Info 11366[10:40:02.453] getCompletionsAtPosition: isCompletionListBlocker: 0.0016269995830953121 +Info 11367[10:40:02.453] Returning an empty list because completion was requested in an invalid position. +Info 11368[10:40:02.453] Format host information updated +Info 11369[10:40:02.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11370[10:40:02.535] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1061 structureChanged: false structureIsReused:: Completely Elapsed: 6.802812000270933ms +Info 11371[10:40:02.535] Different program with same set of files +Info 11372[10:40:02.536] getCompletionData: Get current token: 0.007466999813914299 +Info 11373[10:40:02.536] getCompletionData: Is inside comment: 0.011661000084131956 +Info 11374[10:40:02.536] getCompletionData: Get previous token: 0.01696800021454692 +Info 11375[10:40:02.536] getCompletionsAtPosition: isCompletionListBlocker: 0.0012489999644458294 +Info 11376[10:40:02.536] Returning an empty list because completion was requested in an invalid position. +Info 11377[10:40:02.538] Format host information updated +Info 11378[10:40:02.661] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11379[10:40:02.668] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1062 structureChanged: false structureIsReused:: Completely Elapsed: 6.952343999873847ms +Info 11380[10:40:02.668] Different program with same set of files +Info 11381[10:40:02.668] getCompletionData: Get current token: 0.009229000192135572 +Info 11382[10:40:02.668] getCompletionData: Is inside comment: 0.012765000108629465 +Info 11383[10:40:02.668] getCompletionData: Get previous token: 0.018175999633967876 +Info 11384[10:40:02.668] getCompletionsAtPosition: isCompletionListBlocker: 0.0013180002570152283 +Info 11385[10:40:02.668] Returning an empty list because completion was requested in an invalid position. +Info 11386[10:40:02.669] Format host information updated +Info 11387[10:40:03.224] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11388[10:40:03.234] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1063 structureChanged: false structureIsReused:: Completely Elapsed: 9.557955000083894ms +Info 11389[10:40:03.234] Different program with same set of files +Info 11390[10:40:03.234] getCompletionData: Get current token: 0.008172000292688608 +Info 11391[10:40:03.234] getCompletionData: Is inside comment: 0.011487999930977821 +Info 11392[10:40:03.234] getCompletionData: Get previous token: 0.016617999877780676 +Info 11393[10:40:03.234] getCompletionsAtPosition: isCompletionListBlocker: 0.001391999889165163 +Info 11394[10:40:03.234] Returning an empty list because completion was requested in an invalid position. +Info 11395[10:40:03.235] Format host information updated +Info 11396[10:40:03.392] Format host information updated +Info 11397[10:40:03.392] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11398[10:40:03.399] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1064 structureChanged: false structureIsReused:: Completely Elapsed: 7.026118999812752ms +Info 11399[10:40:03.400] Different program with same set of files +Info 11400[10:40:03.635] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11401[10:40:03.642] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1065 structureChanged: false structureIsReused:: Completely Elapsed: 6.446314000058919ms +Info 11402[10:40:03.642] Different program with same set of files +Info 11403[10:40:03.642] getCompletionData: Get current token: 0.006244999822229147 +Info 11404[10:40:03.642] getCompletionData: Is inside comment: 0.010344000067561865 +Info 11405[10:40:03.642] getCompletionData: Get previous token: 0.008414000272750854 +Info 11406[10:40:03.642] getCompletionsAtPosition: isCompletionListBlocker: 0.005909999832510948 +Info 11407[10:40:03.643] getExportInfoMap: cache hit +Info 11408[10:40:03.652] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11409[10:40:03.652] collectAutoImports: response is complete +Info 11410[10:40:03.652] collectAutoImports: 8.91706100013107 +Info 11411[10:40:03.652] getCompletionData: Semantic work: 9.436029999982566 +Info 11412[10:40:03.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8290499998256564 +Info 11413[10:40:03.658] Format host information updated +Info 11414[10:40:03.720] Format host information updated +Info 11415[10:40:03.721] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11416[10:40:03.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1066 structureChanged: false structureIsReused:: Completely Elapsed: 9.940408000256866ms +Info 11417[10:40:03.731] Different program with same set of files +Info 11418[10:40:04.221] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11419[10:40:04.228] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1067 structureChanged: false structureIsReused:: Completely Elapsed: 6.7276089997030795ms +Info 11420[10:40:04.228] Different program with same set of files +Info 11421[10:40:04.228] getCompletionData: Get current token: 0.007138000335544348 +Info 11422[10:40:04.228] getCompletionData: Is inside comment: 0.009368000086396933 +Info 11423[10:40:04.228] getCompletionData: Get previous token: 0.014745999593287706 +Info 11424[10:40:04.228] getCompletionsAtPosition: isCompletionListBlocker: 0.006467000115662813 +Info 11425[10:40:04.231] getExportInfoMap: cache hit +Info 11426[10:40:04.234] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 11 from cache +Info 11427[10:40:04.234] collectAutoImports: response is complete +Info 11428[10:40:04.234] collectAutoImports: 3.2640240001492202 +Info 11429[10:40:04.234] getCompletionData: Semantic work: 5.84435800043866 +Info 11430[10:40:04.235] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4117799997329712 +Info 11431[10:40:04.236] Format host information updated +Info 11432[10:40:04.485] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11433[10:40:04.492] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1068 structureChanged: false structureIsReused:: Completely Elapsed: 6.801723999902606ms +Info 11434[10:40:04.492] Different program with same set of files +Info 11435[10:40:04.492] getCompletionData: Get current token: 0.007290999870747328 +Info 11436[10:40:04.492] getCompletionData: Is inside comment: 0.013168999925255775 +Info 11437[10:40:04.492] getCompletionData: Get previous token: 0.01053699990734458 +Info 11438[10:40:04.492] getCompletionsAtPosition: isCompletionListBlocker: 0.0031400001607835293 +Info 11439[10:40:04.492] getExportInfoMap: cache hit +Info 11440[10:40:04.504] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11441[10:40:04.505] collectAutoImports: response is complete +Info 11442[10:40:04.505] collectAutoImports: 12.117852000053972 +Info 11443[10:40:04.505] getCompletionData: Semantic work: 12.702860999852419 +Info 11444[10:40:04.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.341992999892682 +Info 11445[10:40:04.512] Format host information updated +Info 11446[10:40:04.548] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11447[10:40:04.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1069 structureChanged: false structureIsReused:: Completely Elapsed: 9.081716999877244ms +Info 11448[10:40:04.558] Different program with same set of files +Info 11449[10:40:04.558] getCompletionData: Get current token: 0.009163999930024147 +Info 11450[10:40:04.558] getCompletionData: Is inside comment: 0.014422999694943428 +Info 11451[10:40:04.558] getCompletionData: Get previous token: 0.011109000071883202 +Info 11452[10:40:04.558] getCompletionsAtPosition: isCompletionListBlocker: 0.008123000152409077 +Info 11453[10:40:04.559] getExportInfoMap: cache hit +Info 11454[10:40:04.572] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11455[10:40:04.572] collectAutoImports: response is complete +Info 11456[10:40:04.572] collectAutoImports: 13.030308000277728 +Info 11457[10:40:04.572] getCompletionData: Semantic work: 13.725794999860227 +Info 11458[10:40:04.577] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.417003999929875 +Info 11459[10:40:04.580] Format host information updated +Info 11460[10:40:04.911] getCompletionData: Get current token: 0.004738999996334314 +Info 11461[10:40:04.911] getCompletionData: Is inside comment: 0.0012539997696876526 +Info 11462[10:40:04.911] getCompletionData: Get previous token: 0.011861000210046768 +Info 11463[10:40:04.911] getCompletionsAtPosition: isCompletionListBlocker: 0.0029279999434947968 +Info 11464[10:40:04.912] getExportInfoMap: cache hit +Info 11465[10:40:04.918] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11466[10:40:04.918] collectAutoImports: response is complete +Info 11467[10:40:04.918] collectAutoImports: 5.868970000185072 +Info 11468[10:40:04.918] getCompletionData: Semantic work: 6.434144999831915 +Info 11469[10:40:04.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.643009999766946 +Info 11470[10:40:05.280] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11471[10:40:05.289] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1070 structureChanged: false structureIsReused:: Completely Elapsed: 8.380825000349432ms +Info 11472[10:40:05.289] Different program with same set of files +Info 11473[10:40:05.289] getCompletionData: Get current token: 0.003732999786734581 +Info 11474[10:40:05.289] getCompletionData: Is inside comment: 0.0010639997199177742 +Info 11475[10:40:05.289] getCompletionData: Get previous token: 0.018857000395655632 +Info 11476[10:40:05.289] getCompletionsAtPosition: isCompletionListBlocker: 0.002843999769538641 +Info 11477[10:40:05.290] getExportInfoMap: cache hit +Info 11478[10:40:05.293] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 16 from cache +Info 11479[10:40:05.293] collectAutoImports: response is complete +Info 11480[10:40:05.293] collectAutoImports: 3.6765100001357496 +Info 11481[10:40:05.293] getCompletionData: Semantic work: 4.295367000158876 +Info 11482[10:40:05.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3582839998416603 +Info 11483[10:40:05.296] Format host information updated +Info 11484[10:40:05.477] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11485[10:40:05.484] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1071 structureChanged: false structureIsReused:: Completely Elapsed: 7.192769999615848ms +Info 11486[10:40:05.484] Different program with same set of files +Info 11487[10:40:05.484] getCompletionData: Get current token: 0.004873999860137701 +Info 11488[10:40:05.484] getCompletionData: Is inside comment: 0.0014929999597370625 +Info 11489[10:40:05.484] getCompletionData: Get previous token: 0.024290000088512897 +Info 11490[10:40:05.485] getCompletionsAtPosition: isCompletionListBlocker: 0.003009000327438116 +Info 11491[10:40:05.485] getExportInfoMap: cache hit +Info 11492[10:40:05.490] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 5 from cache +Info 11493[10:40:05.490] collectAutoImports: response is complete +Info 11494[10:40:05.490] collectAutoImports: 5.117054999805987 +Info 11495[10:40:05.490] getCompletionData: Semantic work: 5.734031000174582 +Info 11496[10:40:05.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.606368999928236 +Info 11497[10:40:05.493] Format host information updated +Info 11498[10:40:05.566] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11499[10:40:05.573] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1072 structureChanged: false structureIsReused:: Completely Elapsed: 7.15536000020802ms +Info 11500[10:40:05.573] Different program with same set of files +Info 11501[10:40:05.573] getCompletionData: Get current token: 0.0046629998832941055 +Info 11502[10:40:05.573] getCompletionData: Is inside comment: 0.0013419999741017818 +Info 11503[10:40:05.573] getCompletionData: Get previous token: 0.022197999991476536 +Info 11504[10:40:05.573] getCompletionsAtPosition: isCompletionListBlocker: 0.002598999999463558 +Info 11505[10:40:05.574] getExportInfoMap: cache hit +Info 11506[10:40:05.576] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 3 from cache +Info 11507[10:40:05.576] collectAutoImports: response is complete +Info 11508[10:40:05.576] collectAutoImports: 2.356205000076443 +Info 11509[10:40:05.576] getCompletionData: Semantic work: 2.967849999666214 +Info 11510[10:40:05.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.297061000019312 +Info 11511[10:40:05.578] Format host information updated +Info 11512[10:40:05.672] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11513[10:40:05.679] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1073 structureChanged: false structureIsReused:: Completely Elapsed: 6.768617999739945ms +Info 11514[10:40:05.679] Different program with same set of files +Info 11515[10:40:05.679] getCompletionData: Get current token: 0.004923999775201082 +Info 11516[10:40:05.679] getCompletionData: Is inside comment: 0.001339999958872795 +Info 11517[10:40:05.679] getCompletionData: Get previous token: 0.023540999740362167 +Info 11518[10:40:05.679] getCompletionsAtPosition: isCompletionListBlocker: 0.002650999929755926 +Info 11519[10:40:05.680] getExportInfoMap: cache hit +Info 11520[10:40:05.682] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 11521[10:40:05.682] collectAutoImports: response is complete +Info 11522[10:40:05.682] collectAutoImports: 2.231639999896288 +Info 11523[10:40:05.682] getCompletionData: Semantic work: 2.7750099999830127 +Info 11524[10:40:05.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.285571999847889 +Info 11525[10:40:05.684] Format host information updated +Info 11526[10:40:06.836] Format host information updated +Info 11527[10:40:06.836] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11528[10:40:06.843] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1074 structureChanged: false structureIsReused:: Completely Elapsed: 6.639654000289738ms +Info 11529[10:40:06.843] Different program with same set of files +Info 11530[10:40:06.843] getCompletionData: Get current token: 0.003844999708235264 +Info 11531[10:40:06.843] getCompletionData: Is inside comment: 0.0011789998970925808 +Info 11532[10:40:06.843] getCompletionData: Get previous token: 0.018951999954879284 +Info 11533[10:40:06.845] getCompletionsAtPosition: isCompletionListBlocker: 0.0032319999299943447 +Info 11534[10:40:06.846] getExportInfoMap: cache hit +Info 11535[10:40:06.848] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 11536[10:40:06.848] collectAutoImports: response is complete +Info 11537[10:40:06.848] collectAutoImports: 1.8197130002081394 +Info 11538[10:40:06.848] getCompletionData: Semantic work: 2.3569640000350773 +Info 11539[10:40:06.849] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.028160999994725 +Info 11540[10:40:06.850] getExportInfoMap: cache hit +Info 11541[10:40:06.859] Format host information updated +Info 11542[10:40:06.945] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11543[10:40:06.952] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1075 structureChanged: false structureIsReused:: Completely Elapsed: 7.131261999718845ms +Info 11544[10:40:06.952] Different program with same set of files +Info 11545[10:40:06.952] getCompletionData: Get current token: 0.003976000007241964 +Info 11546[10:40:06.952] getCompletionData: Is inside comment: 0.0013790000230073929 +Info 11547[10:40:06.952] getCompletionData: Get previous token: 0.020012000110000372 +Info 11548[10:40:06.952] getCompletionsAtPosition: isCompletionListBlocker: 0.0026360000483691692 +Info 11549[10:40:06.953] getExportInfoMap: cache hit +Info 11550[10:40:06.955] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11551[10:40:06.955] collectAutoImports: response is complete +Info 11552[10:40:06.955] collectAutoImports: 1.844296000432223 +Info 11553[10:40:06.955] getCompletionData: Semantic work: 2.351497999858111 +Info 11554[10:40:06.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.068328999914229 +Info 11555[10:40:06.957] Format host information updated +Info 11556[10:40:07.063] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11557[10:40:07.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1076 structureChanged: false structureIsReused:: Completely Elapsed: 7.471450999844819ms +Info 11558[10:40:07.071] Different program with same set of files +Info 11559[10:40:07.071] getCompletionData: Get current token: 0.005171999800950289 +Info 11560[10:40:07.071] getCompletionData: Is inside comment: 0.0014990000054240227 +Info 11561[10:40:07.071] getCompletionData: Get previous token: 0.025825999677181244 +Info 11562[10:40:07.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0032319999299943447 +Info 11563[10:40:07.072] getExportInfoMap: cache hit +Info 11564[10:40:07.074] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11565[10:40:07.074] collectAutoImports: response is complete +Info 11566[10:40:07.074] collectAutoImports: 2.232328000012785 +Info 11567[10:40:07.074] getCompletionData: Semantic work: 2.827220999635756 +Info 11568[10:40:07.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3650830001570284 +Info 11569[10:40:07.076] Format host information updated +Info 11570[10:40:07.236] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11571[10:40:07.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1077 structureChanged: false structureIsReused:: Completely Elapsed: 6.759763999842107ms +Info 11572[10:40:07.243] Different program with same set of files +Info 11573[10:40:07.243] getCompletionData: Get current token: 0.003978000022470951 +Info 11574[10:40:07.243] getCompletionData: Is inside comment: 0.0012559997849166393 +Info 11575[10:40:07.243] getCompletionData: Get previous token: 0.019782999996095896 +Info 11576[10:40:07.243] getCompletionsAtPosition: isCompletionListBlocker: 0.002490000333636999 +Info 11577[10:40:07.243] getExportInfoMap: cache hit +Info 11578[10:40:07.245] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 11579[10:40:07.245] collectAutoImports: response is complete +Info 11580[10:40:07.245] collectAutoImports: 1.6561289997771382 +Info 11581[10:40:07.245] getCompletionData: Semantic work: 2.129960000049323 +Info 11582[10:40:07.249] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.005561999976635 +Info 11583[10:40:07.249] Format host information updated +Info 11584[10:40:07.825] getCompletionData: Get current token: 0.008438999764621258 +Info 11585[10:40:07.825] getCompletionData: Is inside comment: 0.010241999756544828 +Info 11586[10:40:07.825] getCompletionData: Get previous token: 0.008249999955296516 +Info 11587[10:40:07.825] getCompletionsAtPosition: isCompletionListBlocker: 0.0080960001796484 +Info 11588[10:40:07.825] getExportInfoMap: cache hit +Info 11589[10:40:07.834] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11590[10:40:07.834] collectAutoImports: response is complete +Info 11591[10:40:07.834] collectAutoImports: 9.00208400003612 +Info 11592[10:40:07.834] getCompletionData: Semantic work: 9.547099999617785 +Info 11593[10:40:07.837] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6482700002379715 +Info 11594[10:40:08.726] Format host information updated +Info 11595[10:40:08.727] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11596[10:40:08.736] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1078 structureChanged: false structureIsReused:: Completely Elapsed: 9.817492000292987ms +Info 11597[10:40:08.736] Different program with same set of files +Info 11598[10:40:09.291] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11599[10:40:09.298] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1079 structureChanged: false structureIsReused:: Completely Elapsed: 6.858872999902815ms +Info 11600[10:40:09.298] Different program with same set of files +Info 11601[10:40:09.298] getCompletionData: Get current token: 0.007456999737769365 +Info 11602[10:40:09.298] getCompletionData: Is inside comment: 0.010077000129967928 +Info 11603[10:40:09.298] getCompletionData: Get previous token: 0.017310000024735928 +Info 11604[10:40:09.298] getCompletionsAtPosition: isCompletionListBlocker: 0.006815999746322632 +Info 11605[10:40:09.299] getExportInfoMap: cache hit +Info 11606[10:40:09.304] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 34 from cache +Info 11607[10:40:09.304] collectAutoImports: response is complete +Info 11608[10:40:09.304] collectAutoImports: 4.66555600007996 +Info 11609[10:40:09.304] getCompletionData: Semantic work: 5.224473000038415 +Info 11610[10:40:09.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.413854000158608 +Info 11611[10:40:09.308] Format host information updated +Info 11612[10:40:09.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11613[10:40:09.371] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1080 structureChanged: false structureIsReused:: Completely Elapsed: 10.555732000153512ms +Info 11614[10:40:09.371] Different program with same set of files +Info 11615[10:40:09.371] getCompletionData: Get current token: 0.011436999775469303 +Info 11616[10:40:09.371] getCompletionData: Is inside comment: 0.01739699998870492 +Info 11617[10:40:09.371] getCompletionData: Get previous token: 0.03024100000038743 +Info 11618[10:40:09.371] getCompletionsAtPosition: isCompletionListBlocker: 0.010141000151634216 +Info 11619[10:40:09.372] getExportInfoMap: cache hit +Info 11620[10:40:09.379] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 26 from cache +Info 11621[10:40:09.379] collectAutoImports: response is complete +Info 11622[10:40:09.379] collectAutoImports: 6.611231999937445 +Info 11623[10:40:09.379] getCompletionData: Semantic work: 7.468006000388414 +Info 11624[10:40:09.381] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.108593000099063 +Info 11625[10:40:09.382] Format host information updated +Info 11626[10:40:09.422] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11627[10:40:09.431] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1081 structureChanged: false structureIsReused:: Completely Elapsed: 8.969354999717325ms +Info 11628[10:40:09.431] Different program with same set of files +Info 11629[10:40:09.431] getCompletionData: Get current token: 0.006165000144392252 +Info 11630[10:40:09.432] getCompletionData: Is inside comment: 0.009620000142604113 +Info 11631[10:40:09.432] getCompletionData: Get previous token: 0.015629999805241823 +Info 11632[10:40:09.432] getCompletionsAtPosition: isCompletionListBlocker: 0.007024999707937241 +Info 11633[10:40:09.432] getExportInfoMap: cache hit +Info 11634[10:40:09.436] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 19 from cache +Info 11635[10:40:09.436] collectAutoImports: response is complete +Info 11636[10:40:09.436] collectAutoImports: 3.5951310000382364 +Info 11637[10:40:09.436] getCompletionData: Semantic work: 4.121952000074089 +Info 11638[10:40:09.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.20268899993971 +Info 11639[10:40:09.438] Format host information updated +Info 11640[10:40:09.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11641[10:40:09.493] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1082 structureChanged: false structureIsReused:: Completely Elapsed: 9.063180000055581ms +Info 11642[10:40:09.493] Different program with same set of files +Info 11643[10:40:09.493] getCompletionData: Get current token: 0.008229999803006649 +Info 11644[10:40:09.493] getCompletionData: Is inside comment: 0.013518000021576881 +Info 11645[10:40:09.493] getCompletionData: Get previous token: 0.022166999988257885 +Info 11646[10:40:09.493] getCompletionsAtPosition: isCompletionListBlocker: 0.008542000316083431 +Info 11647[10:40:09.494] getExportInfoMap: cache hit +Info 11648[10:40:09.501] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 9 from cache +Info 11649[10:40:09.501] collectAutoImports: response is complete +Info 11650[10:40:09.501] collectAutoImports: 6.495347000192851 +Info 11651[10:40:09.501] getCompletionData: Semantic work: 7.197104999795556 +Info 11652[10:40:09.502] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5316530000418425 +Info 11653[10:40:09.503] Format host information updated +Info 11654[10:40:09.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11655[10:40:09.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1083 structureChanged: false structureIsReused:: Completely Elapsed: 7.469254000112414ms +Info 11656[10:40:09.566] Different program with same set of files +Info 11657[10:40:09.566] getCompletionData: Get current token: 0.00532200001180172 +Info 11658[10:40:09.566] getCompletionData: Is inside comment: 0.012522000353783369 +Info 11659[10:40:09.566] getCompletionData: Get previous token: 0.021920999977737665 +Info 11660[10:40:09.566] getCompletionsAtPosition: isCompletionListBlocker: 0.008748000022023916 +Info 11661[10:40:09.567] getExportInfoMap: cache hit +Info 11662[10:40:09.579] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11663[10:40:09.579] collectAutoImports: response is complete +Info 11664[10:40:09.579] collectAutoImports: 12.484670999925584 +Info 11665[10:40:09.579] getCompletionData: Semantic work: 13.073873999994248 +Info 11666[10:40:09.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2074790000915527 +Info 11667[10:40:09.585] Format host information updated +Info 11668[10:40:09.620] Format host information updated +Info 11669[10:40:09.620] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11670[10:40:09.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1084 structureChanged: false structureIsReused:: Completely Elapsed: 8.348937000147998ms +Info 11671[10:40:09.628] Different program with same set of files +Info 11672[10:40:10.171] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11673[10:40:10.180] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1085 structureChanged: false structureIsReused:: Completely Elapsed: 9.212964000180364ms +Info 11674[10:40:10.180] Different program with same set of files +Info 11675[10:40:10.181] getCompletionData: Get current token: 0.007034999784082174 +Info 11676[10:40:10.181] getCompletionData: Is inside comment: 0.009187000337988138 +Info 11677[10:40:10.181] getCompletionData: Get previous token: 0.01294500008225441 +Info 11678[10:40:10.181] getCompletionsAtPosition: isCompletionListBlocker: 0.0011939997784793377 +Info 11679[10:40:10.181] Returning an empty list because completion was requested in an invalid position. +Info 11680[10:40:10.182] Format host information updated +Info 11681[10:40:10.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11682[10:40:10.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1086 structureChanged: false structureIsReused:: Completely Elapsed: 8.881515000015497ms +Info 11683[10:40:10.360] Different program with same set of files +Info 11684[10:40:10.360] getCompletionData: Get current token: 0.009868999943137169 +Info 11685[10:40:10.360] getCompletionData: Is inside comment: 0.014814000111073256 +Info 11686[10:40:10.360] getCompletionData: Get previous token: 0.023186999838799238 +Info 11687[10:40:10.360] getCompletionsAtPosition: isCompletionListBlocker: 0.00126700010150671 +Info 11688[10:40:10.360] Returning an empty list because completion was requested in an invalid position. +Info 11689[10:40:10.360] Format host information updated +Info 11690[10:40:10.421] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11691[10:40:10.446] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1087 structureChanged: false structureIsReused:: Completely Elapsed: 24.966253000311553ms +Info 11692[10:40:10.446] Different program with same set of files +Info 11693[10:40:10.447] getCompletionData: Get current token: 0.07419800013303757 +Info 11694[10:40:10.447] getCompletionData: Is inside comment: 0.07582000037655234 +Info 11695[10:40:10.447] getCompletionData: Get previous token: 0.058877999894320965 +Info 11696[10:40:10.447] getCompletionsAtPosition: isCompletionListBlocker: 0.003324999939650297 +Info 11697[10:40:10.447] Returning an empty list because completion was requested in an invalid position. +Info 11698[10:40:10.448] Format host information updated +Info 11699[10:40:10.567] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11700[10:40:10.577] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1088 structureChanged: false structureIsReused:: Completely Elapsed: 9.207309999968857ms +Info 11701[10:40:10.577] Different program with same set of files +Info 11702[10:40:10.577] getCompletionData: Get current token: 0.008268999867141247 +Info 11703[10:40:10.577] getCompletionData: Is inside comment: 0.013369999825954437 +Info 11704[10:40:10.577] getCompletionData: Get previous token: 0.020800000056624413 +Info 11705[10:40:10.577] getCompletionsAtPosition: isCompletionListBlocker: 0.0013910001143813133 +Info 11706[10:40:10.577] Returning an empty list because completion was requested in an invalid position. +Info 11707[10:40:10.577] Format host information updated +Info 11708[10:40:10.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11709[10:40:10.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1089 structureChanged: false structureIsReused:: Completely Elapsed: 7.449576999992132ms +Info 11710[10:40:10.816] Different program with same set of files +Info 11711[10:40:10.816] getCompletionData: Get current token: 0.007666999939829111 +Info 11712[10:40:10.816] getCompletionData: Is inside comment: 0.013412999920547009 +Info 11713[10:40:10.816] getCompletionData: Get previous token: 0.01964800013229251 +Info 11714[10:40:10.816] getCompletionsAtPosition: isCompletionListBlocker: 0.001259000040590763 +Info 11715[10:40:10.816] Returning an empty list because completion was requested in an invalid position. +Info 11716[10:40:10.818] Format host information updated +Info 11717[10:40:10.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11718[10:40:10.948] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1090 structureChanged: false structureIsReused:: Completely Elapsed: 7.601661999709904ms +Info 11719[10:40:10.948] Different program with same set of files +Info 11720[10:40:10.948] getCompletionData: Get current token: 0.00890999985858798 +Info 11721[10:40:10.948] getCompletionData: Is inside comment: 0.015401999931782484 +Info 11722[10:40:10.948] getCompletionData: Get previous token: 0.02343699987977743 +Info 11723[10:40:10.948] getCompletionsAtPosition: isCompletionListBlocker: 0.001265999861061573 +Info 11724[10:40:10.948] Returning an empty list because completion was requested in an invalid position. +Info 11725[10:40:10.948] Format host information updated +Info 11726[10:40:11.063] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11727[10:40:11.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1091 structureChanged: false structureIsReused:: Completely Elapsed: 7.651639999821782ms +Info 11728[10:40:11.071] Different program with same set of files +Info 11729[10:40:11.071] getCompletionData: Get current token: 0.007224000059068203 +Info 11730[10:40:11.071] getCompletionData: Is inside comment: 0.013324000407010317 +Info 11731[10:40:11.071] getCompletionData: Get previous token: 0.019971000030636787 +Info 11732[10:40:11.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0013550003059208393 +Info 11733[10:40:11.071] Returning an empty list because completion was requested in an invalid position. +Info 11734[10:40:11.073] Format host information updated +Info 11735[10:40:11.205] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11736[10:40:11.213] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1092 structureChanged: false structureIsReused:: Completely Elapsed: 7.975551000330597ms +Info 11737[10:40:11.213] Different program with same set of files +Info 11738[10:40:11.214] getCompletionData: Get current token: 0.010147000197321177 +Info 11739[10:40:11.214] getCompletionData: Is inside comment: 0.0175479999743402 +Info 11740[10:40:11.214] getCompletionData: Get previous token: 0.04538000002503395 +Info 11741[10:40:11.214] getCompletionsAtPosition: isCompletionListBlocker: 0.0013779997825622559 +Info 11742[10:40:11.214] Returning an empty list because completion was requested in an invalid position. +Info 11743[10:40:11.214] Format host information updated +Info 11744[10:40:11.522] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11745[10:40:11.531] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1093 structureChanged: false structureIsReused:: Completely Elapsed: 9.023994999937713ms +Info 11746[10:40:11.531] Different program with same set of files +Info 11747[10:40:11.531] getCompletionData: Get current token: 0.007830000016838312 +Info 11748[10:40:11.531] getCompletionData: Is inside comment: 0.012860000133514404 +Info 11749[10:40:11.531] getCompletionData: Get previous token: 0.01932500023394823 +Info 11750[10:40:11.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0012699998915195465 +Info 11751[10:40:11.531] Returning an empty list because completion was requested in an invalid position. +Info 11752[10:40:11.532] Format host information updated +Info 11753[10:40:12.027] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11754[10:40:12.033] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1094 structureChanged: false structureIsReused:: Completely Elapsed: 6.692026999779046ms +Info 11755[10:40:12.033] Different program with same set of files +Info 11756[10:40:12.034] getCompletionData: Get current token: 0.006909999996423721 +Info 11757[10:40:12.034] getCompletionData: Is inside comment: 0.010923000052571297 +Info 11758[10:40:12.034] getCompletionData: Get previous token: 0.01660399977117777 +Info 11759[10:40:12.034] getCompletionsAtPosition: isCompletionListBlocker: 0.0011990000493824482 +Info 11760[10:40:12.034] Returning an empty list because completion was requested in an invalid position. +Info 11761[10:40:12.034] Format host information updated +Info 11762[10:40:13.907] getCompletionData: Get current token: 0.004557000007480383 +Info 11763[10:40:13.907] getCompletionData: Is inside comment: 0.010966000147163868 +Info 11764[10:40:13.907] getCompletionData: Get previous token: 0.016096000093966722 +Info 11765[10:40:13.907] getCompletionsAtPosition: isCompletionListBlocker: 0.001259000040590763 +Info 11766[10:40:13.907] Returning an empty list because completion was requested in an invalid position. +Info 11767[10:40:14.046] Format host information updated +Info 11768[10:40:14.046] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11769[10:40:14.052] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1095 structureChanged: false structureIsReused:: Completely Elapsed: 6.43207799969241ms +Info 11770[10:40:14.052] Different program with same set of files +Info 11771[10:40:14.167] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11772[10:40:14.174] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1096 structureChanged: false structureIsReused:: Completely Elapsed: 7.175325999967754ms +Info 11773[10:40:14.175] Different program with same set of files +Info 11774[10:40:14.175] getCompletionData: Get current token: 0.008665999863296747 +Info 11775[10:40:14.175] getCompletionData: Is inside comment: 0.015194000210613012 +Info 11776[10:40:14.175] getCompletionData: Get previous token: 0.013007999863475561 +Info 11777[10:40:14.175] getCompletionsAtPosition: isCompletionListBlocker: 0.0020789997652173042 +Info 11778[10:40:14.175] getExportInfoMap: cache hit +Info 11779[10:40:14.190] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 11780[10:40:14.190] collectAutoImports: response is complete +Info 11781[10:40:14.190] collectAutoImports: 14.704910000320524 +Info 11782[10:40:14.190] getCompletionData: Semantic work: 15.43891500029713 +Info 11783[10:40:14.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8529519997537136 +Info 11784[10:40:14.197] Format host information updated +Info 11785[10:40:14.456] Format host information updated +Info 11786[10:40:14.457] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11787[10:40:14.464] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1097 structureChanged: false structureIsReused:: Completely Elapsed: 7.136255000252277ms +Info 11788[10:40:14.464] Different program with same set of files +Info 11789[10:40:14.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11790[10:40:14.567] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1098 structureChanged: false structureIsReused:: Completely Elapsed: 7.775967999827117ms +Info 11791[10:40:14.567] Different program with same set of files +Info 11792[10:40:14.567] getCompletionData: Get current token: 0.007327000144869089 +Info 11793[10:40:14.567] getCompletionData: Is inside comment: 0.012807999737560749 +Info 11794[10:40:14.568] getCompletionData: Get previous token: 0.017942999955266714 +Info 11795[10:40:14.568] getCompletionsAtPosition: isCompletionListBlocker: 0.0012779999524354935 +Info 11796[10:40:14.568] Returning an empty list because completion was requested in an invalid position. +Info 11797[10:40:14.568] Format host information updated +Info 11798[10:40:14.732] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11799[10:40:14.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1099 structureChanged: false structureIsReused:: Completely Elapsed: 7.5891029997728765ms +Info 11800[10:40:14.740] Different program with same set of files +Info 11801[10:40:14.740] getCompletionData: Get current token: 0.009928999934345484 +Info 11802[10:40:14.740] getCompletionData: Is inside comment: 0.01676500029861927 +Info 11803[10:40:14.740] getCompletionData: Get previous token: 0.014472000300884247 +Info 11804[10:40:14.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0020409999415278435 +Info 11805[10:40:14.741] getExportInfoMap: cache hit +Info 11806[10:40:14.753] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 11807[10:40:14.753] collectAutoImports: response is complete +Info 11808[10:40:14.753] collectAutoImports: 12.401671999599785 +Info 11809[10:40:14.753] getCompletionData: Semantic work: 13.006969000212848 +Info 11810[10:40:14.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.245662000030279 +Info 11811[10:40:14.762] Format host information updated +Info 11812[10:40:14.804] Format host information updated +Info 11813[10:40:14.804] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11814[10:40:14.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1100 structureChanged: false structureIsReused:: Completely Elapsed: 7.277868999633938ms +Info 11815[10:40:14.811] Different program with same set of files +Info 11816[10:40:14.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11817[10:40:14.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1101 structureChanged: false structureIsReused:: Completely Elapsed: 6.964529000222683ms +Info 11818[10:40:14.991] Different program with same set of files +Info 11819[10:40:14.991] getCompletionData: Get current token: 0.009447999764233828 +Info 11820[10:40:14.991] getCompletionData: Is inside comment: 0.014314000029116869 +Info 11821[10:40:14.991] getCompletionData: Get previous token: 0.011316000018268824 +Info 11822[10:40:14.991] getCompletionsAtPosition: isCompletionListBlocker: 0.0024170000106096268 +Info 11823[10:40:14.991] getExportInfoMap: cache hit +Info 11824[10:40:15.003] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11825[10:40:15.003] collectAutoImports: response is complete +Info 11826[10:40:15.003] collectAutoImports: 11.496327000204474 +Info 11827[10:40:15.003] getCompletionData: Semantic work: 12.09420600021258 +Info 11828[10:40:15.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1509679998271167 +Info 11829[10:40:15.009] Format host information updated +Info 11830[10:40:15.045] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11831[10:40:15.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1102 structureChanged: false structureIsReused:: Completely Elapsed: 10.164047999773175ms +Info 11832[10:40:15.055] Different program with same set of files +Info 11833[10:40:15.055] getCompletionData: Get current token: 0.009213000070303679 +Info 11834[10:40:15.055] getCompletionData: Is inside comment: 0.015711000189185143 +Info 11835[10:40:15.055] getCompletionData: Get previous token: 0.01224599964916706 +Info 11836[10:40:15.055] getCompletionsAtPosition: isCompletionListBlocker: 0.007519000209867954 +Info 11837[10:40:15.056] getExportInfoMap: cache hit +Info 11838[10:40:15.066] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11839[10:40:15.066] collectAutoImports: response is complete +Info 11840[10:40:15.066] collectAutoImports: 10.163703999947757 +Info 11841[10:40:15.066] getCompletionData: Semantic work: 10.856308999937028 +Info 11842[10:40:15.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0627490002661943 +Info 11843[10:40:15.072] Format host information updated +Info 11844[10:40:15.522] getCompletionData: Get current token: 0.006199999712407589 +Info 11845[10:40:15.522] getCompletionData: Is inside comment: 0.0017530000768601894 +Info 11846[10:40:15.522] getCompletionData: Get previous token: 0.020888000261038542 +Info 11847[10:40:15.522] getCompletionsAtPosition: isCompletionListBlocker: 0.0023759999312460423 +Info 11848[10:40:15.522] getCompletionData: Semantic work: 0.025967999827116728 +Info 11849[10:40:15.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.053638000041246414 +Info 11850[10:40:16.537] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11851[10:40:16.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1103 structureChanged: false structureIsReused:: Completely Elapsed: 8.388544999994338ms +Info 11852[10:40:16.545] Different program with same set of files +Info 11853[10:40:16.546] getCompletionData: Get current token: 0.006167999934405088 +Info 11854[10:40:16.546] getCompletionData: Is inside comment: 0.011594000272452831 +Info 11855[10:40:16.546] getCompletionData: Get previous token: 0.017424999736249447 +Info 11856[10:40:16.546] getCompletionsAtPosition: isCompletionListBlocker: 0.0011089998297393322 +Info 11857[10:40:16.546] Returning an empty list because completion was requested in an invalid position. +Info 11858[10:40:16.546] Format host information updated +Info 11859[10:40:16.695] Format host information updated +Info 11860[10:40:16.695] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11861[10:40:16.702] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1104 structureChanged: false structureIsReused:: Completely Elapsed: 6.889564999844879ms +Info 11862[10:40:16.702] Different program with same set of files +Info 11863[10:40:17.061] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11864[10:40:17.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1105 structureChanged: false structureIsReused:: Completely Elapsed: 10.38609499996528ms +Info 11865[10:40:17.071] Different program with same set of files +Info 11866[10:40:17.071] getCompletionData: Get current token: 0.006616999860852957 +Info 11867[10:40:17.071] getCompletionData: Is inside comment: 0.0143329999409616 +Info 11868[10:40:17.071] getCompletionData: Get previous token: 0.011985000222921371 +Info 11869[10:40:17.071] getCompletionsAtPosition: isCompletionListBlocker: 0.007771000266075134 +Info 11870[10:40:17.072] getExportInfoMap: cache hit +Info 11871[10:40:17.082] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11872[10:40:17.082] collectAutoImports: response is complete +Info 11873[10:40:17.082] collectAutoImports: 9.894921000115573 +Info 11874[10:40:17.082] getCompletionData: Semantic work: 10.537574999965727 +Info 11875[10:40:17.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0066700000315905 +Info 11876[10:40:17.088] Format host information updated +Info 11877[10:40:17.255] Format host information updated +Info 11878[10:40:17.255] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11879[10:40:17.262] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1106 structureChanged: false structureIsReused:: Completely Elapsed: 6.7010530000552535ms +Info 11880[10:40:17.262] Different program with same set of files +Info 11881[10:40:17.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11882[10:40:17.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1107 structureChanged: false structureIsReused:: Completely Elapsed: 6.573428999632597ms +Info 11883[10:40:17.551] Different program with same set of files +Info 11884[10:40:17.552] getCompletionData: Get current token: 0.005257999990135431 +Info 11885[10:40:17.552] getCompletionData: Is inside comment: 0.013511999975889921 +Info 11886[10:40:17.552] getCompletionData: Get previous token: 0.011509999632835388 +Info 11887[10:40:17.552] getCompletionsAtPosition: isCompletionListBlocker: 0.006461000069975853 +Info 11888[10:40:17.552] getExportInfoMap: cache hit +Info 11889[10:40:17.563] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11890[10:40:17.563] collectAutoImports: response is complete +Info 11891[10:40:17.563] collectAutoImports: 10.572288999799639 +Info 11892[10:40:17.563] getCompletionData: Semantic work: 11.105603999923915 +Info 11893[10:40:17.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.817354000173509 +Info 11894[10:40:17.568] Format host information updated +Info 11895[10:40:17.695] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11896[10:40:17.704] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1108 structureChanged: false structureIsReused:: Completely Elapsed: 9.280625999905169ms +Info 11897[10:40:17.704] Different program with same set of files +Info 11898[10:40:17.705] getCompletionData: Get current token: 0.006679000332951546 +Info 11899[10:40:17.705] getCompletionData: Is inside comment: 0.013282999861985445 +Info 11900[10:40:17.705] getCompletionData: Get previous token: 0.02060500020161271 +Info 11901[10:40:17.705] getCompletionsAtPosition: isCompletionListBlocker: 0.001362999901175499 +Info 11902[10:40:17.705] Returning an empty list because completion was requested in an invalid position. +Info 11903[10:40:17.705] Format host information updated +Info 11904[10:40:17.799] Format host information updated +Info 11905[10:40:17.800] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11906[10:40:17.807] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1109 structureChanged: false structureIsReused:: Completely Elapsed: 7.003775000106543ms +Info 11907[10:40:17.807] Different program with same set of files +Info 11908[10:40:17.899] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11909[10:40:17.906] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1110 structureChanged: false structureIsReused:: Completely Elapsed: 6.937237000092864ms +Info 11910[10:40:17.906] Different program with same set of files +Info 11911[10:40:17.906] getCompletionData: Get current token: 0.006312000099569559 +Info 11912[10:40:17.907] getCompletionData: Is inside comment: 0.01396699994802475 +Info 11913[10:40:17.907] getCompletionData: Get previous token: 0.021524999756366014 +Info 11914[10:40:17.907] getCompletionsAtPosition: isCompletionListBlocker: 0.0012860000133514404 +Info 11915[10:40:17.907] Returning an empty list because completion was requested in an invalid position. +Info 11916[10:40:17.909] Format host information updated +Info 11917[10:40:18.479] getCompletionData: Get current token: 0.004780000075697899 +Info 11918[10:40:18.479] getCompletionData: Is inside comment: 0.012283999938517809 +Info 11919[10:40:18.479] getCompletionData: Get previous token: 0.0209650001488626 +Info 11920[10:40:18.479] getCompletionsAtPosition: isCompletionListBlocker: 0.0014340002089738846 +Info 11921[10:40:18.479] Returning an empty list because completion was requested in an invalid position. +Info 11922[10:40:18.645] Format host information updated +Info 11923[10:40:18.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11924[10:40:18.652] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1111 structureChanged: false structureIsReused:: Completely Elapsed: 6.810465000104159ms +Info 11925[10:40:18.652] Different program with same set of files +Info 11926[10:40:18.798] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11927[10:40:18.807] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1112 structureChanged: false structureIsReused:: Completely Elapsed: 8.860067000146955ms +Info 11928[10:40:18.807] Different program with same set of files +Info 11929[10:40:18.807] getCompletionData: Get current token: 0.00595899997279048 +Info 11930[10:40:18.807] getCompletionData: Is inside comment: 0.014028999954462051 +Info 11931[10:40:18.807] getCompletionData: Get previous token: 0.011946000158786774 +Info 11932[10:40:18.808] getCompletionsAtPosition: isCompletionListBlocker: 0.010181999765336514 +Info 11933[10:40:18.808] getExportInfoMap: cache hit +Info 11934[10:40:18.818] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 11935[10:40:18.818] collectAutoImports: response is complete +Info 11936[10:40:18.818] collectAutoImports: 9.635114000178874 +Info 11937[10:40:18.818] getCompletionData: Semantic work: 10.234663000330329 +Info 11938[10:40:18.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.958517999853939 +Info 11939[10:40:18.823] Format host information updated +Info 11940[10:40:19.420] getCompletionData: Get current token: 0.0049749999307096004 +Info 11941[10:40:19.420] getCompletionData: Is inside comment: 0.0013770000077784061 +Info 11942[10:40:19.420] getCompletionData: Get previous token: 0.01647199969738722 +Info 11943[10:40:19.420] getCompletionsAtPosition: isCompletionListBlocker: 0.002222999930381775 +Info 11944[10:40:19.421] getCompletionData: Semantic work: 0.6118380003608763 +Info 11945[10:40:19.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9529210003092885 +Info 11946[10:40:19.625] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11947[10:40:19.631] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1113 structureChanged: false structureIsReused:: Completely Elapsed: 6.67963600018993ms +Info 11948[10:40:19.631] Different program with same set of files +Info 11949[10:40:19.631] getCompletionData: Get current token: 0.0038399999029934406 +Info 11950[10:40:19.631] getCompletionData: Is inside comment: 0.0010470002889633179 +Info 11951[10:40:19.631] getCompletionData: Get previous token: 0.026289000175893307 +Info 11952[10:40:19.632] getCompletionsAtPosition: isCompletionListBlocker: 0.0018400000408291817 +Info 11953[10:40:19.632] getCompletionData: Semantic work: 0.5022240001708269 +Info 11954[10:40:19.633] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9453480001538992 +Info 11955[10:40:19.634] Format host information updated +Info 11956[10:40:19.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11957[10:40:19.719] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1114 structureChanged: false structureIsReused:: Completely Elapsed: 7.030375000089407ms +Info 11958[10:40:19.719] Different program with same set of files +Info 11959[10:40:19.719] getCompletionData: Get current token: 0.004803000018000603 +Info 11960[10:40:19.719] getCompletionData: Is inside comment: 0.0013660001568496227 +Info 11961[10:40:19.719] getCompletionData: Get previous token: 0.03189900005236268 +Info 11962[10:40:19.719] getCompletionsAtPosition: isCompletionListBlocker: 0.0022709998302161694 +Info 11963[10:40:19.720] getCompletionData: Semantic work: 0.5633360003121197 +Info 11964[10:40:19.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2084830002859235 +Info 11965[10:40:19.723] Format host information updated +Info 11966[10:40:20.028] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11967[10:40:20.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1115 structureChanged: false structureIsReused:: Completely Elapsed: 11.900049999821931ms +Info 11968[10:40:20.040] Different program with same set of files +Info 11969[10:40:20.040] getCompletionData: Get current token: 0.01954600028693676 +Info 11970[10:40:20.040] getCompletionData: Is inside comment: 0.004081999883055687 +Info 11971[10:40:20.040] getCompletionData: Get previous token: 0.06473900005221367 +Info 11972[10:40:20.041] getCompletionsAtPosition: isCompletionListBlocker: 0.0034030000679194927 +Info 11973[10:40:20.042] getCompletionData: Semantic work: 1.070449999999255 +Info 11974[10:40:20.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4120959998108447 +Info 11975[10:40:20.045] Format host information updated +Info 11976[10:40:20.100] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11977[10:40:20.110] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1116 structureChanged: false structureIsReused:: Completely Elapsed: 10.125235999934375ms +Info 11978[10:40:20.110] Different program with same set of files +Info 11979[10:40:20.110] getCompletionData: Get current token: 0.004137999843806028 +Info 11980[10:40:20.110] getCompletionData: Is inside comment: 0.001391999889165163 +Info 11981[10:40:20.110] getCompletionData: Get previous token: 0.027178999967873096 +Info 11982[10:40:20.110] getCompletionsAtPosition: isCompletionListBlocker: 0.0018679997883737087 +Info 11983[10:40:20.111] getCompletionData: Semantic work: 0.5094850002788007 +Info 11984[10:40:20.112] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1747660003602505 +Info 11985[10:40:20.116] Format host information updated +Info 11986[10:40:20.371] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11987[10:40:20.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1117 structureChanged: false structureIsReused:: Completely Elapsed: 7.571780999656767ms +Info 11988[10:40:20.379] Different program with same set of files +Info 11989[10:40:20.379] getCompletionData: Get current token: 0.00444599986076355 +Info 11990[10:40:20.379] getCompletionData: Is inside comment: 0.0011800001375377178 +Info 11991[10:40:20.379] getCompletionData: Get previous token: 0.031120999716222286 +Info 11992[10:40:20.379] getCompletionsAtPosition: isCompletionListBlocker: 0.0019279997795820236 +Info 11993[10:40:20.379] getCompletionData: Semantic work: 0.5079259998165071 +Info 11994[10:40:20.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1440560002811253 +Info 11995[10:40:20.381] Format host information updated +Info 11996[10:40:20.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11997[10:40:20.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1118 structureChanged: false structureIsReused:: Completely Elapsed: 7.726626999676228ms +Info 11998[10:40:20.506] Different program with same set of files +Info 11999[10:40:20.506] getCompletionData: Get current token: 0.006903999950736761 +Info 12000[10:40:20.506] getCompletionData: Is inside comment: 0.0017900001257658005 +Info 12001[10:40:20.506] getCompletionData: Get previous token: 0.05595799954608083 +Info 12002[10:40:20.506] getCompletionsAtPosition: isCompletionListBlocker: 0.002607000060379505 +Info 12003[10:40:20.507] getCompletionData: Semantic work: 0.8693270003423095 +Info 12004[10:40:20.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.053946000058204 +Info 12005[10:40:20.510] Format host information updated +Info 12006[10:40:20.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12007[10:40:20.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1119 structureChanged: false structureIsReused:: Completely Elapsed: 7.627241000067443ms +Info 12008[10:40:20.566] Different program with same set of files +Info 12009[10:40:20.566] getCompletionData: Get current token: 0.0057219997979700565 +Info 12010[10:40:20.566] getCompletionData: Is inside comment: 0.0017430000007152557 +Info 12011[10:40:20.566] getCompletionData: Get previous token: 0.03444000007584691 +Info 12012[10:40:20.566] getCompletionsAtPosition: isCompletionListBlocker: 0.002704000100493431 +Info 12013[10:40:20.567] getCompletionData: Semantic work: 0.5462209996767342 +Info 12014[10:40:20.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.321072000078857 +Info 12015[10:40:20.569] Format host information updated +Info 12016[10:40:20.696] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12017[10:40:20.726] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1120 structureChanged: false structureIsReused:: Completely Elapsed: 30.032384999562055ms +Info 12018[10:40:20.726] Different program with same set of files +Info 12019[10:40:20.726] getCompletionData: Get current token: 0.010938999708741903 +Info 12020[10:40:20.726] getCompletionData: Is inside comment: 0.003002000041306019 +Info 12021[10:40:20.726] getCompletionData: Get previous token: 0.06540900003165007 +Info 12022[10:40:20.726] getCompletionsAtPosition: isCompletionListBlocker: 0.003999999724328518 +Info 12023[10:40:20.727] getCompletionData: Semantic work: 0.9968900000676513 +Info 12024[10:40:20.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4641689998097718 +Info 12025[10:40:20.731] Format host information updated +Info 12026[10:40:20.914] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12027[10:40:20.936] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1121 structureChanged: false structureIsReused:: Completely Elapsed: 20.96770999999717ms +Info 12028[10:40:20.936] Different program with same set of files +Info 12029[10:40:20.936] getCompletionData: Get current token: 0.011148999910801649 +Info 12030[10:40:20.936] getCompletionData: Is inside comment: 0.0030049998313188553 +Info 12031[10:40:20.936] getCompletionData: Get previous token: 0.06795400008559227 +Info 12032[10:40:20.936] getCompletionsAtPosition: isCompletionListBlocker: 0.004139999859035015 +Info 12033[10:40:20.937] getCompletionData: Semantic work: 0.9073629998601973 +Info 12034[10:40:20.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1405000002123415 +Info 12035[10:40:20.940] Format host information updated +Info 12036[10:40:20.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12037[10:40:20.975] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1122 structureChanged: false structureIsReused:: Completely Elapsed: 6.272773999720812ms +Info 12038[10:40:20.975] Different program with same set of files +Info 12039[10:40:20.975] getCompletionData: Get current token: 0.0037410003133118153 +Info 12040[10:40:20.975] getCompletionData: Is inside comment: 0.0011909999884665012 +Info 12041[10:40:20.975] getCompletionData: Get previous token: 0.024634999688714743 +Info 12042[10:40:20.975] getCompletionsAtPosition: isCompletionListBlocker: 0.0017059999518096447 +Info 12043[10:40:20.976] getCompletionData: Semantic work: 0.4097720002755523 +Info 12044[10:40:20.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9596009999513626 +Info 12045[10:40:20.977] Format host information updated +Info 12046[10:40:21.141] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12047[10:40:21.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1123 structureChanged: false structureIsReused:: Completely Elapsed: 6.566794999875128ms +Info 12048[10:40:21.148] Different program with same set of files +Info 12049[10:40:21.148] getCompletionData: Get current token: 0.004499000031501055 +Info 12050[10:40:21.148] getCompletionData: Is inside comment: 0.001577999908477068 +Info 12051[10:40:21.148] getCompletionData: Get previous token: 0.023064000066369772 +Info 12052[10:40:21.148] getCompletionsAtPosition: isCompletionListBlocker: 0.00215000007301569 +Info 12053[10:40:21.148] getExportInfoMap: cache hit +Info 12054[10:40:21.162] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 12055[10:40:21.162] collectAutoImports: response is complete +Info 12056[10:40:21.162] collectAutoImports: 13.527789999730885 +Info 12057[10:40:21.162] getCompletionData: Semantic work: 14.060123999603093 +Info 12058[10:40:21.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9275739998556674 +Info 12059[10:40:21.167] Format host information updated +Info 12060[10:40:21.238] Format host information updated +Info 12061[10:40:21.239] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12062[10:40:21.260] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1124 structureChanged: false structureIsReused:: Completely Elapsed: 21.23631800012663ms +Info 12063[10:40:21.260] Different program with same set of files +Info 12064[10:40:21.679] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12065[10:40:21.686] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1125 structureChanged: false structureIsReused:: Completely Elapsed: 7.106627999804914ms +Info 12066[10:40:21.686] Different program with same set of files +Info 12067[10:40:21.686] getCompletionData: Get current token: 0.0038640000857412815 +Info 12068[10:40:21.686] getCompletionData: Is inside comment: 0.0011749998666346073 +Info 12069[10:40:21.686] getCompletionData: Get previous token: 0.02065700013190508 +Info 12070[10:40:21.686] getCompletionsAtPosition: isCompletionListBlocker: 0.002088999841362238 +Info 12071[10:40:21.686] getExportInfoMap: cache hit +Info 12072[10:40:21.690] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 11 from cache +Info 12073[10:40:21.690] collectAutoImports: response is complete +Info 12074[10:40:21.690] collectAutoImports: 3.443756999913603 +Info 12075[10:40:21.690] getCompletionData: Semantic work: 3.9893640000373125 +Info 12076[10:40:21.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2230259999632835 +Info 12077[10:40:21.692] Format host information updated +Info 12078[10:40:21.822] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12079[10:40:21.849] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1126 structureChanged: false structureIsReused:: Completely Elapsed: 25.898920999839902ms +Info 12080[10:40:21.849] Different program with same set of files +Info 12081[10:40:21.849] getCompletionData: Get current token: 0.019637000281363726 +Info 12082[10:40:21.849] getCompletionData: Is inside comment: 0.005894000176340342 +Info 12083[10:40:21.849] getCompletionData: Get previous token: 0.10420599998906255 +Info 12084[10:40:21.849] getCompletionsAtPosition: isCompletionListBlocker: 0.006566999945789576 +Info 12085[10:40:21.851] getExportInfoMap: cache hit +Info 12086[10:40:21.859] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 3 from cache +Info 12087[10:40:21.859] collectAutoImports: response is complete +Info 12088[10:40:21.859] collectAutoImports: 7.45536300027743 +Info 12089[10:40:21.859] getCompletionData: Semantic work: 9.455089000053704 +Info 12090[10:40:21.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5308249997906387 +Info 12091[10:40:21.863] Format host information updated +Info 12092[10:40:21.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12093[10:40:21.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1127 structureChanged: false structureIsReused:: Completely Elapsed: 6.451062999665737ms +Info 12094[10:40:21.943] Different program with same set of files +Info 12095[10:40:21.943] getCompletionData: Get current token: 0.004381999839097261 +Info 12096[10:40:21.943] getCompletionData: Is inside comment: 0.0012650000862777233 +Info 12097[10:40:21.943] getCompletionData: Get previous token: 0.023560999892652035 +Info 12098[10:40:21.943] getCompletionsAtPosition: isCompletionListBlocker: 0.0020309998653829098 +Info 12099[10:40:21.944] getExportInfoMap: cache hit +Info 12100[10:40:21.949] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 11 from cache +Info 12101[10:40:21.949] collectAutoImports: response is complete +Info 12102[10:40:21.949] collectAutoImports: 5.106655000243336 +Info 12103[10:40:21.949] getCompletionData: Semantic work: 5.7256689998321235 +Info 12104[10:40:21.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.299968000035733 +Info 12105[10:40:21.951] Format host information updated +Info 12106[10:40:22.058] Format host information updated +Info 12107[10:40:22.058] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12108[10:40:22.064] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1128 structureChanged: false structureIsReused:: Completely Elapsed: 6.547625999897718ms +Info 12109[10:40:22.064] Different program with same set of files +Info 12110[10:40:22.169] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12111[10:40:22.177] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1129 structureChanged: false structureIsReused:: Completely Elapsed: 8.483128000050783ms +Info 12112[10:40:22.177] Different program with same set of files +Info 12113[10:40:22.177] getCompletionData: Get current token: 0.004246999975293875 +Info 12114[10:40:22.177] getCompletionData: Is inside comment: 0.0013070004060864449 +Info 12115[10:40:22.177] getCompletionData: Get previous token: 0.022976999636739492 +Info 12116[10:40:22.177] getCompletionsAtPosition: isCompletionListBlocker: 0.0021949997171759605 +Info 12117[10:40:22.178] getExportInfoMap: cache hit +Info 12118[10:40:22.182] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 16 from cache +Info 12119[10:40:22.182] collectAutoImports: response is complete +Info 12120[10:40:22.182] collectAutoImports: 4.043757999781519 +Info 12121[10:40:22.182] getCompletionData: Semantic work: 4.60508400015533 +Info 12122[10:40:22.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3525129999034107 +Info 12123[10:40:22.184] Format host information updated +Info 12124[10:40:22.324] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12125[10:40:22.331] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1130 structureChanged: false structureIsReused:: Completely Elapsed: 6.549664999824017ms +Info 12126[10:40:22.331] Different program with same set of files +Info 12127[10:40:22.331] getCompletionData: Get current token: 0.00457899970933795 +Info 12128[10:40:22.331] getCompletionData: Is inside comment: 0.001669000368565321 +Info 12129[10:40:22.331] getCompletionData: Get previous token: 0.024277999997138977 +Info 12130[10:40:22.331] getCompletionsAtPosition: isCompletionListBlocker: 0.0020769997499883175 +Info 12131[10:40:22.332] getExportInfoMap: cache hit +Info 12132[10:40:22.335] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 10 from cache +Info 12133[10:40:22.335] collectAutoImports: response is complete +Info 12134[10:40:22.335] collectAutoImports: 3.2694739997386932 +Info 12135[10:40:22.335] getCompletionData: Semantic work: 3.8243419998325408 +Info 12136[10:40:22.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1387610002420843 +Info 12137[10:40:22.339] Format host information updated +Info 12138[10:40:22.391] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12139[10:40:22.407] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1131 structureChanged: false structureIsReused:: Completely Elapsed: 15.494979000184685ms +Info 12140[10:40:22.407] Different program with same set of files +Info 12141[10:40:22.407] getCompletionData: Get current token: 0.012398000340908766 +Info 12142[10:40:22.407] getCompletionData: Is inside comment: 0.004017000086605549 +Info 12143[10:40:22.407] getCompletionData: Get previous token: 0.06540200021117926 +Info 12144[10:40:22.407] getCompletionsAtPosition: isCompletionListBlocker: 0.00470399996265769 +Info 12145[10:40:22.408] getExportInfoMap: cache hit +Info 12146[10:40:22.416] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 5 from cache +Info 12147[10:40:22.416] collectAutoImports: response is complete +Info 12148[10:40:22.416] collectAutoImports: 7.327925999648869 +Info 12149[10:40:22.416] getCompletionData: Semantic work: 8.623184999916703 +Info 12150[10:40:22.419] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.047747999895364 +Info 12151[10:40:22.420] Format host information updated +Info 12152[10:40:22.453] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12153[10:40:22.464] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1132 structureChanged: false structureIsReused:: Completely Elapsed: 10.230398000217974ms +Info 12154[10:40:22.464] Different program with same set of files +Info 12155[10:40:22.464] getCompletionData: Get current token: 0.005767999682575464 +Info 12156[10:40:22.464] getCompletionData: Is inside comment: 0.0019339998252689838 +Info 12157[10:40:22.464] getCompletionData: Get previous token: 0.02857699990272522 +Info 12158[10:40:22.464] getCompletionsAtPosition: isCompletionListBlocker: 0.0023059998638927937 +Info 12159[10:40:22.464] getExportInfoMap: cache hit +Info 12160[10:40:22.467] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 3 from cache +Info 12161[10:40:22.467] collectAutoImports: response is complete +Info 12162[10:40:22.467] collectAutoImports: 2.915604999754578 +Info 12163[10:40:22.467] getCompletionData: Semantic work: 3.5786029999144375 +Info 12164[10:40:22.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4084619996137917 +Info 12165[10:40:22.470] Format host information updated +Info 12166[10:40:22.561] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12167[10:40:22.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1133 structureChanged: false structureIsReused:: Completely Elapsed: 6.869583999738097ms +Info 12168[10:40:22.568] Different program with same set of files +Info 12169[10:40:22.568] getCompletionData: Get current token: 0.004960999824106693 +Info 12170[10:40:22.568] getCompletionData: Is inside comment: 0.0015960000455379486 +Info 12171[10:40:22.569] getCompletionData: Get previous token: 0.02742200018838048 +Info 12172[10:40:22.569] getCompletionsAtPosition: isCompletionListBlocker: 0.002119000069797039 +Info 12173[10:40:22.569] getExportInfoMap: cache hit +Info 12174[10:40:22.571] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 12175[10:40:22.571] collectAutoImports: response is complete +Info 12176[10:40:22.571] collectAutoImports: 2.3284279997460544 +Info 12177[10:40:22.571] getCompletionData: Semantic work: 2.9318959997035563 +Info 12178[10:40:22.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.268178999889642 +Info 12179[10:40:22.575] Format host information updated +Info 12180[10:40:23.637] Format host information updated +Info 12181[10:40:23.637] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12182[10:40:23.644] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1134 structureChanged: false structureIsReused:: Completely Elapsed: 6.5644789999350905ms +Info 12183[10:40:23.644] Different program with same set of files +Info 12184[10:40:23.644] getCompletionData: Get current token: 0.00394799979403615 +Info 12185[10:40:23.644] getCompletionData: Is inside comment: 0.0010819998569786549 +Info 12186[10:40:23.644] getCompletionData: Get previous token: 0.01991999987512827 +Info 12187[10:40:23.644] getCompletionsAtPosition: isCompletionListBlocker: 0.001920000184327364 +Info 12188[10:40:23.645] getExportInfoMap: cache hit +Info 12189[10:40:23.646] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12190[10:40:23.646] collectAutoImports: response is complete +Info 12191[10:40:23.646] collectAutoImports: 1.5517489998601377 +Info 12192[10:40:23.646] getCompletionData: Semantic work: 2.0449939998798072 +Info 12193[10:40:23.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.05774400010705 +Info 12194[10:40:23.648] getExportInfoMap: cache hit +Info 12195[10:40:23.650] Format host information updated +Info 12196[10:40:23.962] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12197[10:40:23.969] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1135 structureChanged: false structureIsReused:: Completely Elapsed: 6.58831899985671ms +Info 12198[10:40:23.969] Different program with same set of files +Info 12199[10:40:23.969] getCompletionData: Get current token: 0.0043680001981556416 +Info 12200[10:40:23.969] getCompletionData: Is inside comment: 0.0012149997055530548 +Info 12201[10:40:23.969] getCompletionData: Get previous token: 0.024255000054836273 +Info 12202[10:40:23.969] getCompletionsAtPosition: isCompletionListBlocker: 0.002106000203639269 +Info 12203[10:40:23.970] getExportInfoMap: cache hit +Info 12204[10:40:23.972] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 12205[10:40:23.972] collectAutoImports: response is complete +Info 12206[10:40:23.972] collectAutoImports: 2.06408099969849 +Info 12207[10:40:23.972] getCompletionData: Semantic work: 2.6047249999828637 +Info 12208[10:40:23.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1317989998497069 +Info 12209[10:40:23.974] Format host information updated +Info 12210[10:40:24.175] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12211[10:40:24.199] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1136 structureChanged: false structureIsReused:: Completely Elapsed: 23.600941999815404ms +Info 12212[10:40:24.199] Different program with same set of files +Info 12213[10:40:24.199] getCompletionData: Get current token: 0.011409000027924776 +Info 12214[10:40:24.199] getCompletionData: Is inside comment: 0.003512000199407339 +Info 12215[10:40:24.199] getCompletionData: Get previous token: 0.05840800004079938 +Info 12216[10:40:24.199] getCompletionsAtPosition: isCompletionListBlocker: 0.0038330000825226307 +Info 12217[10:40:24.200] getExportInfoMap: cache hit +Info 12218[10:40:24.205] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 12219[10:40:24.205] collectAutoImports: response is complete +Info 12220[10:40:24.205] collectAutoImports: 4.005659000016749 +Info 12221[10:40:24.205] getCompletionData: Semantic work: 5.235966000240296 +Info 12222[10:40:24.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.172422000207007 +Info 12223[10:40:24.208] Format host information updated +Info 12224[10:40:24.332] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12225[10:40:24.339] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1137 structureChanged: false structureIsReused:: Completely Elapsed: 6.521528999786824ms +Info 12226[10:40:24.339] Different program with same set of files +Info 12227[10:40:24.339] getCompletionData: Get current token: 0.004765999969094992 +Info 12228[10:40:24.339] getCompletionData: Is inside comment: 0.0013609998859465122 +Info 12229[10:40:24.339] getCompletionData: Get previous token: 0.024683999828994274 +Info 12230[10:40:24.339] getCompletionsAtPosition: isCompletionListBlocker: 0.0025840001180768013 +Info 12231[10:40:24.340] getExportInfoMap: cache hit +Info 12232[10:40:24.341] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12233[10:40:24.341] collectAutoImports: response is complete +Info 12234[10:40:24.341] collectAutoImports: 1.8954159999266267 +Info 12235[10:40:24.341] getCompletionData: Semantic work: 2.4408120000734925 +Info 12236[10:40:24.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1059949998743832 +Info 12237[10:40:24.345] Format host information updated +Info 12238[10:40:24.508] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12239[10:40:24.515] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1138 structureChanged: false structureIsReused:: Completely Elapsed: 6.6228579999879ms +Info 12240[10:40:24.515] Different program with same set of files +Info 12241[10:40:24.515] getCompletionData: Get current token: 0.004672999959439039 +Info 12242[10:40:24.515] getCompletionData: Is inside comment: 0.001428999938070774 +Info 12243[10:40:24.515] getCompletionData: Get previous token: 0.02529000025242567 +Info 12244[10:40:24.515] getCompletionsAtPosition: isCompletionListBlocker: 0.001994000282138586 +Info 12245[10:40:24.515] getExportInfoMap: cache hit +Info 12246[10:40:24.517] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12247[10:40:24.517] collectAutoImports: response is complete +Info 12248[10:40:24.517] collectAutoImports: 1.902388000395149 +Info 12249[10:40:24.517] getCompletionData: Semantic work: 2.461432999931276 +Info 12250[10:40:24.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2253029998391867 +Info 12251[10:40:24.519] Format host information updated +Info 12252[10:40:25.292] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12253[10:40:25.301] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1139 structureChanged: false structureIsReused:: Completely Elapsed: 9.02297900011763ms +Info 12254[10:40:25.301] Different program with same set of files +Info 12255[10:40:25.301] getCompletionData: Get current token: 0.004385999869555235 +Info 12256[10:40:25.301] getCompletionData: Is inside comment: 0.0012570000253617764 +Info 12257[10:40:25.301] getCompletionData: Get previous token: 0.016177000012248755 +Info 12258[10:40:25.301] getCompletionsAtPosition: isCompletionListBlocker: 0.001988000236451626 +Info 12259[10:40:25.301] getExportInfoMap: cache hit +Info 12260[10:40:25.310] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 12261[10:40:25.310] collectAutoImports: response is complete +Info 12262[10:40:25.310] collectAutoImports: 8.88460100023076 +Info 12263[10:40:25.310] getCompletionData: Semantic work: 9.420878999866545 +Info 12264[10:40:25.313] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6736750002019107 +Info 12265[10:40:25.315] Format host information updated +Info 12266[10:40:25.422] Format host information updated +Info 12267[10:40:25.422] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12268[10:40:25.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1140 structureChanged: false structureIsReused:: Completely Elapsed: 6.956902000121772ms +Info 12269[10:40:25.429] Different program with same set of files +Info 12270[10:40:25.618] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12271[10:40:25.624] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1141 structureChanged: false structureIsReused:: Completely Elapsed: 6.622448999900371ms +Info 12272[10:40:25.624] Different program with same set of files +Info 12273[10:40:25.625] getCompletionData: Get current token: 0.0043120002374053 +Info 12274[10:40:25.625] getCompletionData: Is inside comment: 0.0013009998947381973 +Info 12275[10:40:25.625] getCompletionData: Get previous token: 0.02426200034096837 +Info 12276[10:40:25.625] getCompletionsAtPosition: isCompletionListBlocker: 0.00204399973154068 +Info 12277[10:40:25.625] getExportInfoMap: cache hit +Info 12278[10:40:25.628] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 1 from cache +Info 12279[10:40:25.628] collectAutoImports: response is complete +Info 12280[10:40:25.628] collectAutoImports: 2.932225000113249 +Info 12281[10:40:25.628] getCompletionData: Semantic work: 3.555109000299126 +Info 12282[10:40:25.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.161824000068009 +Info 12283[10:40:25.632] Format host information updated +Info 12284[10:40:25.776] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12285[10:40:25.783] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1142 structureChanged: false structureIsReused:: Completely Elapsed: 6.722326000221074ms +Info 12286[10:40:25.783] Different program with same set of files +Info 12287[10:40:25.783] getCompletionData: Get current token: 0.004645999986678362 +Info 12288[10:40:25.783] getCompletionData: Is inside comment: 0.0013000001199543476 +Info 12289[10:40:25.783] getCompletionData: Get previous token: 0.024841999635100365 +Info 12290[10:40:25.783] getCompletionsAtPosition: isCompletionListBlocker: 0.0020559998229146004 +Info 12291[10:40:25.784] getExportInfoMap: cache hit +Info 12292[10:40:25.787] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 0 from cache +Info 12293[10:40:25.787] collectAutoImports: response is complete +Info 12294[10:40:25.787] collectAutoImports: 2.8461100002750754 +Info 12295[10:40:25.787] getCompletionData: Semantic work: 3.42135399999097 +Info 12296[10:40:25.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.174770999699831 +Info 12297[10:40:25.789] Format host information updated +Info 12298[10:40:25.932] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12299[10:40:25.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1143 structureChanged: false structureIsReused:: Completely Elapsed: 9.34584500035271ms +Info 12300[10:40:25.942] Different program with same set of files +Info 12301[10:40:25.942] getCompletionData: Get current token: 0.005537999793887138 +Info 12302[10:40:25.942] getCompletionData: Is inside comment: 0.0017630001530051231 +Info 12303[10:40:25.942] getCompletionData: Get previous token: 0.027590000070631504 +Info 12304[10:40:25.942] getCompletionsAtPosition: isCompletionListBlocker: 0.002454000059515238 +Info 12305[10:40:25.943] getExportInfoMap: cache hit +Info 12306[10:40:25.946] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 12307[10:40:25.946] collectAutoImports: response is complete +Info 12308[10:40:25.946] collectAutoImports: 2.730068000033498 +Info 12309[10:40:25.946] getCompletionData: Semantic work: 3.405630999710411 +Info 12310[10:40:25.947] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3106840001419187 +Info 12311[10:40:25.948] Format host information updated +Info 12312[10:40:26.045] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12313[10:40:26.051] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1144 structureChanged: false structureIsReused:: Completely Elapsed: 6.274484999943525ms +Info 12314[10:40:26.051] Different program with same set of files +Info 12315[10:40:26.051] getCompletionData: Get current token: 0.0038929996080696583 +Info 12316[10:40:26.051] getCompletionData: Is inside comment: 0.0012550000101327896 +Info 12317[10:40:26.051] getCompletionData: Get previous token: 0.02201100019738078 +Info 12318[10:40:26.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0022550001740455627 +Info 12319[10:40:26.052] getExportInfoMap: cache hit +Info 12320[10:40:26.054] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12321[10:40:26.054] collectAutoImports: response is complete +Info 12322[10:40:26.054] collectAutoImports: 1.9047840000130236 +Info 12323[10:40:26.054] getCompletionData: Semantic work: 2.418961999937892 +Info 12324[10:40:26.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9570780000649393 +Info 12325[10:40:26.058] Format host information updated +Info 12326[10:40:26.140] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12327[10:40:26.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1145 structureChanged: false structureIsReused:: Completely Elapsed: 7.268062999937683ms +Info 12328[10:40:26.148] Different program with same set of files +Info 12329[10:40:26.148] getCompletionData: Get current token: 0.00395999988541007 +Info 12330[10:40:26.148] getCompletionData: Is inside comment: 0.0010699997656047344 +Info 12331[10:40:26.148] getCompletionData: Get previous token: 0.02715100022032857 +Info 12332[10:40:26.148] getCompletionsAtPosition: isCompletionListBlocker: 0.0017640003934502602 +Info 12333[10:40:26.149] getExportInfoMap: cache hit +Info 12334[10:40:26.151] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12335[10:40:26.151] collectAutoImports: response is complete +Info 12336[10:40:26.151] collectAutoImports: 2.0544370003044605 +Info 12337[10:40:26.151] getCompletionData: Semantic work: 2.8440589997917414 +Info 12338[10:40:26.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.244965000078082 +Info 12339[10:40:26.153] Format host information updated +Info 12340[10:40:26.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12341[10:40:26.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1146 structureChanged: false structureIsReused:: Completely Elapsed: 18.046330999583006ms +Info 12342[10:40:26.249] Different program with same set of files +Info 12343[10:40:26.250] getCompletionData: Get current token: 0.0127040003426373 +Info 12344[10:40:26.250] getCompletionData: Is inside comment: 0.004201000090688467 +Info 12345[10:40:26.250] getCompletionData: Get previous token: 0.08597999997437 +Info 12346[10:40:26.250] getCompletionsAtPosition: isCompletionListBlocker: 0.00471699982881546 +Info 12347[10:40:26.251] getExportInfoMap: cache hit +Info 12348[10:40:26.256] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12349[10:40:26.257] collectAutoImports: response is complete +Info 12350[10:40:26.257] collectAutoImports: 4.938370999880135 +Info 12351[10:40:26.257] getCompletionData: Semantic work: 6.828584999777377 +Info 12352[10:40:26.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3357620001770556 +Info 12353[10:40:26.261] Format host information updated +Info 12354[10:40:26.292] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12355[10:40:26.300] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1147 structureChanged: false structureIsReused:: Completely Elapsed: 7.949276999570429ms +Info 12356[10:40:26.300] Different program with same set of files +Info 12357[10:40:26.301] getCompletionData: Get current token: 0.0051289997063577175 +Info 12358[10:40:26.301] getCompletionData: Is inside comment: 0.0018000002019107342 +Info 12359[10:40:26.301] getCompletionData: Get previous token: 0.03503700019791722 +Info 12360[10:40:26.301] getCompletionsAtPosition: isCompletionListBlocker: 0.002256999723613262 +Info 12361[10:40:26.301] getExportInfoMap: cache hit +Info 12362[10:40:26.304] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12363[10:40:26.304] collectAutoImports: response is complete +Info 12364[10:40:26.304] collectAutoImports: 2.0658889999613166 +Info 12365[10:40:26.304] getCompletionData: Semantic work: 2.816554999910295 +Info 12366[10:40:26.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4250229997560382 +Info 12367[10:40:26.306] Format host information updated +Info 12368[10:40:27.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12369[10:40:27.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1148 structureChanged: false structureIsReused:: Completely Elapsed: 11.826005999930203ms +Info 12370[10:40:27.949] Different program with same set of files +Info 12371[10:40:27.949] getCompletionData: Get current token: 0.003938999958336353 +Info 12372[10:40:27.949] getCompletionData: Is inside comment: 0.0010919999331235886 +Info 12373[10:40:27.949] getCompletionData: Get previous token: 0.07815600000321865 +Info 12374[10:40:27.949] getCompletionsAtPosition: isCompletionListBlocker: 0.002328000031411648 +Info 12375[10:40:27.950] getExportInfoMap: cache hit +Info 12376[10:40:27.952] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12377[10:40:27.952] collectAutoImports: response is complete +Info 12378[10:40:27.952] collectAutoImports: 1.6965189999900758 +Info 12379[10:40:27.952] getCompletionData: Semantic work: 2.721661000046879 +Info 12380[10:40:27.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9915330000221729 +Info 12381[10:40:27.954] Format host information updated +Info 12382[10:40:28.004] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12383[10:40:28.012] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1149 structureChanged: false structureIsReused:: Completely Elapsed: 8.079051000066102ms +Info 12384[10:40:28.012] Different program with same set of files +Info 12385[10:40:28.012] getCompletionData: Get current token: 0.006095000077039003 +Info 12386[10:40:28.012] getCompletionData: Is inside comment: 0.0016739997081458569 +Info 12387[10:40:28.012] getCompletionData: Get previous token: 0.02835099957883358 +Info 12388[10:40:28.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0020989999175071716 +Info 12389[10:40:28.013] getCompletionData: Semantic work: 0.9485660004429519 +Info 12390[10:40:28.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08238200005143881 +Info 12391[10:40:28.014] Format host information updated +Info 12392[10:40:29.643] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12393[10:40:29.650] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1150 structureChanged: false structureIsReused:: Completely Elapsed: 6.885817000176758ms +Info 12394[10:40:29.650] Different program with same set of files +Info 12395[10:40:29.650] getCompletionData: Get current token: 0.004757999908179045 +Info 12396[10:40:29.650] getCompletionData: Is inside comment: 0.0011229999363422394 +Info 12397[10:40:29.650] getCompletionData: Get previous token: 0.026535999961197376 +Info 12398[10:40:29.650] getCompletionsAtPosition: isCompletionListBlocker: 0.002164000179618597 +Info 12399[10:40:29.651] getExportInfoMap: cache hit +Info 12400[10:40:29.652] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12401[10:40:29.652] collectAutoImports: response is complete +Info 12402[10:40:29.652] collectAutoImports: 1.5321109998039901 +Info 12403[10:40:29.652] getCompletionData: Semantic work: 2.082810000050813 +Info 12404[10:40:29.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0393869997933507 +Info 12405[10:40:29.654] Format host information updated +Info 12406[10:40:29.886] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12407[10:40:29.895] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1151 structureChanged: false structureIsReused:: Completely Elapsed: 9.077315000351518ms +Info 12408[10:40:29.895] Different program with same set of files +Info 12409[10:40:29.895] getCompletionData: Get current token: 0.005140999797731638 +Info 12410[10:40:29.895] getCompletionData: Is inside comment: 0.001294999849051237 +Info 12411[10:40:29.895] getCompletionData: Get previous token: 0.0285969995893538 +Info 12412[10:40:29.895] getCompletionsAtPosition: isCompletionListBlocker: 0.0023419996723532677 +Info 12413[10:40:29.896] getExportInfoMap: cache hit +Info 12414[10:40:29.898] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12415[10:40:29.898] collectAutoImports: response is complete +Info 12416[10:40:29.898] collectAutoImports: 1.815661999862641 +Info 12417[10:40:29.898] getCompletionData: Semantic work: 2.440229999832809 +Info 12418[10:40:29.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0688729998655617 +Info 12419[10:40:29.900] Format host information updated +Info 12420[10:40:30.150] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12421[10:40:30.159] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1152 structureChanged: false structureIsReused:: Completely Elapsed: 9.136763999704272ms +Info 12422[10:40:30.159] Different program with same set of files +Info 12423[10:40:30.159] getCompletionData: Get current token: 0.005305000115185976 +Info 12424[10:40:30.159] getCompletionData: Is inside comment: 0.0014760000631213188 +Info 12425[10:40:30.159] getCompletionData: Get previous token: 0.03200200013816357 +Info 12426[10:40:30.159] getCompletionsAtPosition: isCompletionListBlocker: 0.0024070004001259804 +Info 12427[10:40:30.160] getExportInfoMap: cache hit +Info 12428[10:40:30.162] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12429[10:40:30.162] collectAutoImports: response is complete +Info 12430[10:40:30.162] collectAutoImports: 1.8442529998719692 +Info 12431[10:40:30.162] getCompletionData: Semantic work: 2.4945759996771812 +Info 12432[10:40:30.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1490100002847612 +Info 12433[10:40:30.165] Format host information updated +Info 12434[10:40:30.341] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12435[10:40:30.348] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1153 structureChanged: false structureIsReused:: Completely Elapsed: 6.918233999982476ms +Info 12436[10:40:30.348] Different program with same set of files +Info 12437[10:40:30.349] getCompletionData: Get current token: 0.0076500000432133675 +Info 12438[10:40:30.349] getCompletionData: Is inside comment: 0.0015819999389350414 +Info 12439[10:40:30.349] getCompletionData: Get previous token: 0.02524199988692999 +Info 12440[10:40:30.349] getCompletionsAtPosition: isCompletionListBlocker: 0.0025659999810159206 +Info 12441[10:40:30.349] getExportInfoMap: cache hit +Info 12442[10:40:30.361] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 12443[10:40:30.361] collectAutoImports: response is complete +Info 12444[10:40:30.361] collectAutoImports: 12.116417999844998 +Info 12445[10:40:30.361] getCompletionData: Semantic work: 12.719348999671638 +Info 12446[10:40:30.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.206179999746382 +Info 12447[10:40:30.370] Format host information updated +Info 12448[10:40:30.758] getCompletionData: Get current token: 0.004532999824732542 +Info 12449[10:40:30.758] getCompletionData: Is inside comment: 0.0017189998179674149 +Info 12450[10:40:30.758] getCompletionData: Get previous token: 0.03239000029861927 +Info 12451[10:40:30.758] getCompletionsAtPosition: isCompletionListBlocker: 0.0022700000554323196 +Info 12452[10:40:30.758] getCompletionData: Semantic work: 0.21417699987068772 +Info 12453[10:40:30.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0616350001655519 +Info 12454[10:40:31.009] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12455[10:40:31.017] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1154 structureChanged: false structureIsReused:: Completely Elapsed: 7.94852100033313ms +Info 12456[10:40:31.017] Different program with same set of files +Info 12457[10:40:31.017] getCompletionData: Get current token: 0.005348999984562397 +Info 12458[10:40:31.017] getCompletionData: Is inside comment: 0.0015239999629557133 +Info 12459[10:40:31.017] getCompletionData: Get previous token: 0.02710600011050701 +Info 12460[10:40:31.017] getCompletionsAtPosition: isCompletionListBlocker: 0.008478999603539705 +Info 12461[10:40:31.018] getCompletionData: Semantic work: 0.6319300001487136 +Info 12462[10:40:31.019] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2612700001336634 +Info 12463[10:40:31.020] Format host information updated +Info 12464[10:40:32.496] Format host information updated +Info 12465[10:40:32.496] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12466[10:40:32.502] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1155 structureChanged: false structureIsReused:: Completely Elapsed: 6.393426999915391ms +Info 12467[10:40:32.502] Different program with same set of files +Info 12468[10:40:32.677] getCompletionData: Get current token: 0.005400000140070915 +Info 12469[10:40:32.677] getCompletionData: Is inside comment: 0.0013870000839233398 +Info 12470[10:40:32.677] getCompletionData: Get previous token: 0.021983999758958817 +Info 12471[10:40:32.677] getCompletionsAtPosition: isCompletionListBlocker: 0.00838699983432889 +Info 12472[10:40:32.677] getCompletionData: Semantic work: 0.6700589996762574 +Info 12473[10:40:32.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8789510000497103 +Info 12474[10:40:32.888] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12475[10:40:32.895] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1156 structureChanged: false structureIsReused:: Completely Elapsed: 7.03406299976632ms +Info 12476[10:40:32.895] Different program with same set of files +Info 12477[10:40:32.895] getCompletionData: Get current token: 0.0062060002237558365 +Info 12478[10:40:32.895] getCompletionData: Is inside comment: 0.0015150001272559166 +Info 12479[10:40:32.895] getCompletionData: Get previous token: 0.021131000015884638 +Info 12480[10:40:32.895] getCompletionsAtPosition: isCompletionListBlocker: 0.0032110000029206276 +Info 12481[10:40:32.896] getCompletionData: Semantic work: 0.5657009999267757 +Info 12482[10:40:32.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2420789999887347 +Info 12483[10:40:32.900] Format host information updated +Info 12484[10:40:32.969] Format host information updated +Info 12485[10:40:32.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12486[10:40:32.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1157 structureChanged: false structureIsReused:: Completely Elapsed: 6.926795999985188ms +Info 12487[10:40:32.976] Different program with same set of files +Info 12488[10:40:34.439] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12489[10:40:34.448] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1158 structureChanged: false structureIsReused:: Completely Elapsed: 9.076140999794006ms +Info 12490[10:40:34.448] Different program with same set of files +Info 12491[10:40:34.448] getCompletionData: Get current token: 0.004234999883919954 +Info 12492[10:40:34.448] getCompletionData: Is inside comment: 0.0013139997608959675 +Info 12493[10:40:34.448] getCompletionData: Get previous token: 0.02751100016757846 +Info 12494[10:40:34.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0017659999430179596 +Info 12495[10:40:34.449] getCompletionData: Semantic work: 0.636119999922812 +Info 12496[10:40:34.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.061304999981075525 +Info 12497[10:40:34.449] Format host information updated +Info 12498[10:40:34.551] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12499[10:40:34.570] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1159 structureChanged: false structureIsReused:: Completely Elapsed: 19.229085000231862ms +Info 12500[10:40:34.571] Different program with same set of files +Info 12501[10:40:34.571] getCompletionData: Get current token: 0.009021000005304813 +Info 12502[10:40:34.571] getCompletionData: Is inside comment: 0.002472999971359968 +Info 12503[10:40:34.571] getCompletionData: Get previous token: 0.050521000288426876 +Info 12504[10:40:34.571] getCompletionsAtPosition: isCompletionListBlocker: 0.0027260002680122852 +Info 12505[10:40:34.572] getCompletionData: Semantic work: 1.2625629999674857 +Info 12506[10:40:34.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10354299983009696 +Info 12507[10:40:34.573] Format host information updated +Info 12508[10:40:34.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12509[10:40:34.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1160 structureChanged: false structureIsReused:: Completely Elapsed: 10.895557000301778ms +Info 12510[10:40:34.656] Different program with same set of files +Info 12511[10:40:34.656] getCompletionData: Get current token: 0.004776000045239925 +Info 12512[10:40:34.656] getCompletionData: Is inside comment: 0.0011140001006424427 +Info 12513[10:40:34.656] getCompletionData: Get previous token: 0.027747000101953745 +Info 12514[10:40:34.656] getCompletionsAtPosition: isCompletionListBlocker: 0.0021449998021125793 +Info 12515[10:40:34.657] getCompletionData: Semantic work: 0.8892729999497533 +Info 12516[10:40:34.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12882899958640337 +Info 12517[10:40:34.657] Format host information updated +Info 12518[10:40:34.746] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12519[10:40:34.759] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1161 structureChanged: false structureIsReused:: Completely Elapsed: 13.120231000240892ms +Info 12520[10:40:34.759] Different program with same set of files +Info 12521[10:40:34.759] getCompletionData: Get current token: 0.0076049999333918095 +Info 12522[10:40:34.759] getCompletionData: Is inside comment: 0.0018469998612999916 +Info 12523[10:40:34.759] getCompletionData: Get previous token: 0.041606999933719635 +Info 12524[10:40:34.759] getCompletionsAtPosition: isCompletionListBlocker: 0.0022410000674426556 +Info 12525[10:40:34.761] getCompletionData: Semantic work: 0.9962500003166497 +Info 12526[10:40:34.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08572000032290816 +Info 12527[10:40:34.762] Format host information updated +Info 12528[10:40:35.017] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12529[10:40:35.025] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1162 structureChanged: false structureIsReused:: Completely Elapsed: 8.281193000264466ms +Info 12530[10:40:35.025] Different program with same set of files +Info 12531[10:40:35.025] getCompletionData: Get current token: 0.02518300013616681 +Info 12532[10:40:35.025] getCompletionData: Is inside comment: 0.0013100001960992813 +Info 12533[10:40:35.025] getCompletionData: Get previous token: 0.02987400023266673 +Info 12534[10:40:35.025] getCompletionsAtPosition: isCompletionListBlocker: 0.0017360001802444458 +Info 12535[10:40:35.026] getCompletionData: Semantic work: 0.7329060002230108 +Info 12536[10:40:35.026] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11384100001305342 +Info 12537[10:40:35.026] Format host information updated +Info 12538[10:40:35.130] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12539[10:40:35.139] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1163 structureChanged: false structureIsReused:: Completely Elapsed: 9.667543000075966ms +Info 12540[10:40:35.139] Different program with same set of files +Info 12541[10:40:35.140] getCompletionData: Get current token: 0.005759999621659517 +Info 12542[10:40:35.140] getCompletionData: Is inside comment: 0.0017510000616312027 +Info 12543[10:40:35.140] getCompletionData: Get previous token: 0.03408899996429682 +Info 12544[10:40:35.140] getCompletionsAtPosition: isCompletionListBlocker: 0.0022180001251399517 +Info 12545[10:40:35.141] getCompletionData: Semantic work: 0.8669689996168017 +Info 12546[10:40:35.141] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07849399978294969 +Info 12547[10:40:35.141] Format host information updated +Info 12548[10:40:35.257] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12549[10:40:35.268] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1164 structureChanged: false structureIsReused:: Completely Elapsed: 10.625807999633253ms +Info 12550[10:40:35.268] Different program with same set of files +Info 12551[10:40:35.268] getCompletionData: Get current token: 0.004803000018000603 +Info 12552[10:40:35.268] getCompletionData: Is inside comment: 0.0014120000414550304 +Info 12553[10:40:35.268] getCompletionData: Get previous token: 0.030143999960273504 +Info 12554[10:40:35.268] getCompletionsAtPosition: isCompletionListBlocker: 0.0021669999696314335 +Info 12555[10:40:35.269] getCompletionData: Semantic work: 0.7458450002595782 +Info 12556[10:40:35.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06959700025618076 +Info 12557[10:40:35.270] Format host information updated +Info 12558[10:40:35.321] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12559[10:40:35.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1165 structureChanged: false structureIsReused:: Completely Elapsed: 14.884348999708891ms +Info 12560[10:40:35.336] Different program with same set of files +Info 12561[10:40:35.336] getCompletionData: Get current token: 0.010474000126123428 +Info 12562[10:40:35.336] getCompletionData: Is inside comment: 0.003066999837756157 +Info 12563[10:40:35.336] getCompletionData: Get previous token: 0.05462400009855628 +Info 12564[10:40:35.336] getCompletionsAtPosition: isCompletionListBlocker: 0.003480999730527401 +Info 12565[10:40:35.338] getCompletionData: Semantic work: 1.4586820001713932 +Info 12566[10:40:35.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1406799997203052 +Info 12567[10:40:35.339] Format host information updated +Info 12568[10:40:35.497] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12569[10:40:35.526] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1166 structureChanged: false structureIsReused:: Completely Elapsed: 29.576735000126064ms +Info 12570[10:40:35.526] Different program with same set of files +Info 12571[10:40:35.527] getCompletionData: Get current token: 0.01016400009393692 +Info 12572[10:40:35.527] getCompletionData: Is inside comment: 0.002830000128597021 +Info 12573[10:40:35.527] getCompletionData: Get previous token: 0.05026799999177456 +Info 12574[10:40:35.527] getCompletionsAtPosition: isCompletionListBlocker: 0.003355999942868948 +Info 12575[10:40:35.528] getCompletionData: Semantic work: 1.366533000022173 +Info 12576[10:40:35.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12905099987983704 +Info 12577[10:40:35.529] Format host information updated +Info 12578[10:40:35.630] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12579[10:40:35.661] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1167 structureChanged: false structureIsReused:: Completely Elapsed: 30.29828599980101ms +Info 12580[10:40:35.661] Different program with same set of files +Info 12581[10:40:35.661] getCompletionData: Get current token: 0.01486800005659461 +Info 12582[10:40:35.661] getCompletionData: Is inside comment: 0.003706000279635191 +Info 12583[10:40:35.661] getCompletionData: Get previous token: 0.07054599979892373 +Info 12584[10:40:35.661] getCompletionsAtPosition: isCompletionListBlocker: 0.004031000193208456 +Info 12585[10:40:35.663] getCompletionData: Semantic work: 1.7711160001344979 +Info 12586[10:40:35.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1847779997624457 +Info 12587[10:40:35.664] Format host information updated +Info 12588[10:40:35.701] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12589[10:40:35.712] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1168 structureChanged: false structureIsReused:: Completely Elapsed: 11.459733000025153ms +Info 12590[10:40:35.712] Different program with same set of files +Info 12591[10:40:35.712] getCompletionData: Get current token: 0.006499000359326601 +Info 12592[10:40:35.712] getCompletionData: Is inside comment: 0.0018839999102056026 +Info 12593[10:40:35.712] getCompletionData: Get previous token: 0.032873999793082476 +Info 12594[10:40:35.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0022810003720223904 +Info 12595[10:40:35.713] getCompletionData: Semantic work: 0.8932819999754429 +Info 12596[10:40:35.713] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08436099998652935 +Info 12597[10:40:35.714] Format host information updated +Info 12598[10:40:35.809] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12599[10:40:35.818] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1169 structureChanged: false structureIsReused:: Completely Elapsed: 8.59124800004065ms +Info 12600[10:40:35.818] Different program with same set of files +Info 12601[10:40:35.818] getCompletionData: Get current token: 0.006500000134110451 +Info 12602[10:40:35.818] getCompletionData: Is inside comment: 0.0016220002435147762 +Info 12603[10:40:35.818] getCompletionData: Get previous token: 0.02958699967712164 +Info 12604[10:40:35.818] getCompletionsAtPosition: isCompletionListBlocker: 0.0019370000809431076 +Info 12605[10:40:35.819] getCompletionData: Semantic work: 0.8010110002942383 +Info 12606[10:40:35.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08085499983280897 +Info 12607[10:40:35.819] Format host information updated +Info 12608[10:40:44.172] getCompletionData: Get current token: 0.016530999913811684 +Info 12609[10:40:44.172] getCompletionData: Is inside comment: 0.0059380000457167625 +Info 12610[10:40:44.172] getCompletionData: Get previous token: 0.06170499976724386 +Info 12611[10:40:44.172] getCompletionsAtPosition: isCompletionListBlocker: 0.025005999952554703 +Info 12612[10:40:44.176] getCompletionData: Semantic work: 3.5573899997398257 +Info 12613[10:40:44.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.117299000266939 +Info 12614[10:40:46.592] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12615[10:40:46.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1170 structureChanged: false structureIsReused:: Completely Elapsed: 15.320259000174701ms +Info 12616[10:40:46.607] Different program with same set of files +Info 12617[10:40:46.607] getCompletionData: Get current token: 0.006045999936759472 +Info 12618[10:40:46.607] getCompletionData: Is inside comment: 0.001364000141620636 +Info 12619[10:40:46.607] getCompletionData: Get previous token: 0.029984000138938427 +Info 12620[10:40:46.607] getCompletionsAtPosition: isCompletionListBlocker: 0.0028919996693730354 +Info 12621[10:40:46.608] getExportInfoMap: cache hit +Info 12622[10:40:46.624] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 12623[10:40:46.624] collectAutoImports: response is complete +Info 12624[10:40:46.624] collectAutoImports: 15.766249999869615 +Info 12625[10:40:46.624] getCompletionData: Semantic work: 16.516639000270516 +Info 12626[10:40:46.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.791148000396788 +Info 12627[10:40:46.632] Format host information updated +Info 12628[10:40:46.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12629[10:40:46.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1171 structureChanged: false structureIsReused:: Completely Elapsed: 11.171655000187457ms +Info 12630[10:40:46.788] Different program with same set of files +Info 12631[10:40:46.788] getCompletionData: Get current token: 0.005547999870032072 +Info 12632[10:40:46.790] getCompletionData: Is inside comment: 1.5849959999322891 +Info 12633[10:40:46.790] getCompletionData: Get previous token: 0.05816800007596612 +Info 12634[10:40:46.790] getCompletionsAtPosition: isCompletionListBlocker: 0.0030979998409748077 +Info 12635[10:40:46.791] getExportInfoMap: cache hit +Info 12636[10:40:46.797] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 10 from cache +Info 12637[10:40:46.798] collectAutoImports: response is complete +Info 12638[10:40:46.798] collectAutoImports: 6.848406000062823 +Info 12639[10:40:46.798] getCompletionData: Semantic work: 7.670650999993086 +Info 12640[10:40:46.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3804520000703633 +Info 12641[10:40:46.803] Format host information updated +Info 12642[10:40:47.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12643[10:40:47.024] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1172 structureChanged: false structureIsReused:: Completely Elapsed: 12.508617999963462ms +Info 12644[10:40:47.024] Different program with same set of files +Info 12645[10:40:47.025] getCompletionData: Get current token: 0.006294999737292528 +Info 12646[10:40:47.025] getCompletionData: Is inside comment: 0.0021600001491606236 +Info 12647[10:40:47.025] getCompletionData: Get previous token: 0.033933000173419714 +Info 12648[10:40:47.025] getCompletionsAtPosition: isCompletionListBlocker: 0.00948300026357174 +Info 12649[10:40:47.026] getCompletionData: Semantic work: 0.9601769996806979 +Info 12650[10:40:47.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7205779999494553 +Info 12651[10:40:47.028] Format host information updated +Info 12652[10:40:47.247] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12653[10:40:47.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1173 structureChanged: false structureIsReused:: Completely Elapsed: 11.505295999813825ms +Info 12654[10:40:47.258] Different program with same set of files +Info 12655[10:40:47.259] getCompletionData: Get current token: 0.005413999781012535 +Info 12656[10:40:47.259] getCompletionData: Is inside comment: 0.001624000258743763 +Info 12657[10:40:47.259] getCompletionData: Get previous token: 0.03147799987345934 +Info 12658[10:40:47.259] getCompletionsAtPosition: isCompletionListBlocker: 0.002845000009983778 +Info 12659[10:40:47.259] getExportInfoMap: cache hit +Info 12660[10:40:47.273] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 12661[10:40:47.273] collectAutoImports: response is complete +Info 12662[10:40:47.273] collectAutoImports: 13.410767999943346 +Info 12663[10:40:47.273] getCompletionData: Semantic work: 14.160022999625653 +Info 12664[10:40:47.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6697920002043247 +Info 12665[10:40:47.280] Format host information updated +Info 12666[10:40:47.326] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12667[10:40:47.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1174 structureChanged: false structureIsReused:: Completely Elapsed: 9.901868000160903ms +Info 12668[10:40:47.336] Different program with same set of files +Info 12669[10:40:47.336] getCompletionData: Get current token: 0.005812999792397022 +Info 12670[10:40:47.336] getCompletionData: Is inside comment: 0.0018529999069869518 +Info 12671[10:40:47.336] getCompletionData: Get previous token: 0.03347400017082691 +Info 12672[10:40:47.336] getCompletionsAtPosition: isCompletionListBlocker: 0.008825000375509262 +Info 12673[10:40:47.337] getCompletionData: Semantic work: 0.8549999999813735 +Info 12674[10:40:47.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5536239999346435 +Info 12675[10:40:47.340] Format host information updated +Info 12676[10:40:49.765] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12677[10:40:49.774] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1175 structureChanged: false structureIsReused:: Completely Elapsed: 8.860753000248224ms +Info 12678[10:40:49.774] Different program with same set of files +Info 12679[10:40:49.774] getCompletionData: Get current token: 0.005022999830543995 +Info 12680[10:40:49.774] getCompletionData: Is inside comment: 0.0011459998786449432 +Info 12681[10:40:49.774] getCompletionData: Get previous token: 0.04333999985828996 +Info 12682[10:40:49.774] getCompletionsAtPosition: isCompletionListBlocker: 0.002057999838143587 +Info 12683[10:40:49.775] getExportInfoMap: cache hit +Info 12684[10:40:49.779] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 0 from cache +Info 12685[10:40:49.779] collectAutoImports: response is complete +Info 12686[10:40:49.779] collectAutoImports: 3.911808999720961 +Info 12687[10:40:49.779] getCompletionData: Semantic work: 4.686548000201583 +Info 12688[10:40:49.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5969970002770424 +Info 12689[10:40:49.782] Format host information updated +Info 12690[10:40:50.006] Format host information updated +Info 12691[10:40:50.007] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12692[10:40:50.038] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1176 structureChanged: false structureIsReused:: Completely Elapsed: 31.320736999623477ms +Info 12693[10:40:50.038] Different program with same set of files +Info 12694[10:40:50.076] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12695[10:40:50.083] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1177 structureChanged: false structureIsReused:: Completely Elapsed: 7.6378520000725985ms +Info 12696[10:40:50.083] Different program with same set of files +Info 12697[10:40:50.084] getCompletionData: Get current token: 0.008177999872714281 +Info 12698[10:40:50.084] getCompletionData: Is inside comment: 0.001349000260233879 +Info 12699[10:40:50.084] getCompletionData: Get previous token: 0.02515200013294816 +Info 12700[10:40:50.084] getCompletionsAtPosition: isCompletionListBlocker: 0.006920000072568655 +Info 12701[10:40:50.084] getExportInfoMap: cache hit +Info 12702[10:40:50.096] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 12703[10:40:50.096] collectAutoImports: response is complete +Info 12704[10:40:50.096] collectAutoImports: 11.549085999839008 +Info 12705[10:40:50.096] getCompletionData: Semantic work: 12.180515000130981 +Info 12706[10:40:50.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.228970000054687 +Info 12707[10:40:50.107] Format host information updated +Info 12708[10:40:50.270] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12709[10:40:50.278] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1178 structureChanged: false structureIsReused:: Completely Elapsed: 8.289146000053734ms +Info 12710[10:40:50.278] Different program with same set of files +Info 12711[10:40:50.279] getCompletionData: Get current token: 0.008661000058054924 +Info 12712[10:40:50.279] getCompletionData: Is inside comment: 0.0016479999758303165 +Info 12713[10:40:50.279] getCompletionData: Get previous token: 0.03127499995753169 +Info 12714[10:40:50.279] getCompletionsAtPosition: isCompletionListBlocker: 0.007914000190794468 +Info 12715[10:40:50.280] getExportInfoMap: cache hit +Info 12716[10:40:50.290] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 12717[10:40:50.290] collectAutoImports: response is complete +Info 12718[10:40:50.290] collectAutoImports: 10.830583000089973 +Info 12719[10:40:50.290] getCompletionData: Semantic work: 11.724696999881417 +Info 12720[10:40:50.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.799721000250429 +Info 12721[10:40:50.300] Format host information updated +Info 12722[10:40:50.332] Format host information updated +Info 12723[10:40:50.332] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12724[10:40:50.340] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1179 structureChanged: false structureIsReused:: Completely Elapsed: 7.981751000043005ms +Info 12725[10:40:50.340] Different program with same set of files +Info 12726[10:40:58.433] Format host information updated +Info 12727[10:40:58.433] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12728[10:40:58.443] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1180 structureChanged: false structureIsReused:: Completely Elapsed: 9.461947000119835ms +Info 12729[10:40:58.443] Different program with same set of files +Info 12730[10:41:00.188] Format host information updated +Info 12731[10:41:00.188] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12732[10:41:00.196] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1181 structureChanged: false structureIsReused:: Completely Elapsed: 7.2443849998526275ms +Info 12733[10:41:00.196] Different program with same set of files +Info 12734[10:41:00.371] getCompletionData: Get current token: 0.0035689999349415302 +Info 12735[10:41:00.371] getCompletionData: Is inside comment: 0.0012269997969269753 +Info 12736[10:41:00.371] getCompletionData: Get previous token: 0.008948999922722578 +Info 12737[10:41:00.371] getCompletionsAtPosition: isCompletionListBlocker: 0.08715499984100461 +Info 12738[10:41:00.372] getExportInfoMap: cache hit +Info 12739[10:41:00.385] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 12740[10:41:00.385] collectAutoImports: response is complete +Info 12741[10:41:00.385] collectAutoImports: 13.337757000233978 +Info 12742[10:41:00.385] getCompletionData: Semantic work: 13.989167999941856 +Info 12743[10:41:00.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5788900000043213 +Info 12744[10:41:00.607] Format host information updated +Info 12745[10:41:00.607] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12746[10:41:00.615] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1182 structureChanged: false structureIsReused:: Completely Elapsed: 7.830434999894351ms +Info 12747[10:41:00.615] Different program with same set of files +Info 12748[10:41:01.150] Format host information updated +Info 12749[10:41:01.150] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12750[10:41:01.158] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1183 structureChanged: false structureIsReused:: Completely Elapsed: 7.3602859997190535ms +Info 12751[10:41:01.158] Different program with same set of files +Info 12752[10:41:01.690] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12753[10:41:01.702] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1184 structureChanged: false structureIsReused:: Completely Elapsed: 12.072605999652296ms +Info 12754[10:41:01.702] Different program with same set of files +Info 12755[10:41:01.702] getCompletionData: Get current token: 0.001962000038474798 +Info 12756[10:41:01.702] getCompletionData: Is inside comment: 0.0012779999524354935 +Info 12757[10:41:01.702] getCompletionData: Get previous token: 0.008233999833464622 +Info 12758[10:41:01.702] getCompletionsAtPosition: isCompletionListBlocker: 0.005297000054270029 +Info 12759[10:41:01.702] Returning an empty list because completion was requested in an invalid position. +Info 12760[10:41:01.702] Format host information updated +Info 12761[10:41:01.919] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12762[10:41:01.926] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1185 structureChanged: false structureIsReused:: Completely Elapsed: 7.01342700002715ms +Info 12763[10:41:01.926] Different program with same set of files +Info 12764[10:41:01.926] getCompletionData: Get current token: 0.0029670000076293945 +Info 12765[10:41:01.926] getCompletionData: Is inside comment: 0.008086000103503466 +Info 12766[10:41:01.926] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12767[10:41:01.927] Format host information updated +Info 12768[10:41:02.035] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12769[10:41:02.042] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1186 structureChanged: false structureIsReused:: Completely Elapsed: 7.493497000075877ms +Info 12770[10:41:02.042] Different program with same set of files +Info 12771[10:41:02.042] getCompletionData: Get current token: 0.001689000055193901 +Info 12772[10:41:02.042] getCompletionData: Is inside comment: 0.00827299989759922 +Info 12773[10:41:02.043] Format host information updated +Info 12774[10:41:02.405] Format host information updated +Info 12775[10:41:02.405] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12776[10:41:02.412] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1187 structureChanged: false structureIsReused:: Completely Elapsed: 7.15758499968797ms +Info 12777[10:41:02.412] Different program with same set of files +Info 12778[10:41:02.920] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12779[10:41:02.927] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1188 structureChanged: false structureIsReused:: Completely Elapsed: 7.19073999999091ms +Info 12780[10:41:02.927] Different program with same set of files +Info 12781[10:41:02.928] getCompletionData: Get current token: 0.0017789998091757298 +Info 12782[10:41:02.928] getCompletionData: Is inside comment: 0.008061999920755625 +Info 12783[10:41:02.928] Format host information updated +Info 12784[10:41:03.207] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12785[10:41:03.217] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1189 structureChanged: false structureIsReused:: Completely Elapsed: 10.119899000041187ms +Info 12786[10:41:03.217] Different program with same set of files +Info 12787[10:41:03.218] getCompletionData: Get current token: 0.002698000054806471 +Info 12788[10:41:03.218] getCompletionData: Is inside comment: 0.009956000372767448 +Info 12789[10:41:03.218] Format host information updated +Info 12790[10:41:03.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12791[10:41:03.425] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1190 structureChanged: false structureIsReused:: Completely Elapsed: 7.073783999774605ms +Info 12792[10:41:03.425] Different program with same set of files +Info 12793[10:41:03.426] getCompletionData: Get current token: 0.0019680000841617584 +Info 12794[10:41:03.426] getCompletionData: Is inside comment: 0.008738999720662832 +Info 12795[10:41:03.426] Format host information updated +Info 12796[10:41:03.523] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12797[10:41:03.530] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1191 structureChanged: false structureIsReused:: Completely Elapsed: 7.431828999891877ms +Info 12798[10:41:03.530] Different program with same set of files +Info 12799[10:41:03.530] getCompletionData: Get current token: 0.00254799984395504 +Info 12800[10:41:03.530] getCompletionData: Is inside comment: 0.01153300004079938 +Info 12801[10:41:03.531] Format host information updated +Info 12802[10:41:03.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12803[10:41:03.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1192 structureChanged: false structureIsReused:: Completely Elapsed: 7.047836000099778ms +Info 12804[10:41:03.628] Different program with same set of files +Info 12805[10:41:03.628] getCompletionData: Get current token: 0.00395399983972311 +Info 12806[10:41:03.628] getCompletionData: Is inside comment: 0.010220000054687262 +Info 12807[10:41:03.631] Format host information updated +Info 12808[10:41:03.876] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12809[10:41:03.884] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1193 structureChanged: false structureIsReused:: Completely Elapsed: 7.677888999693096ms +Info 12810[10:41:03.884] Different program with same set of files +Info 12811[10:41:03.884] getCompletionData: Get current token: 0.0020849998109042645 +Info 12812[10:41:03.884] getCompletionData: Is inside comment: 0.009790999814867973 +Info 12813[10:41:03.884] Format host information updated +Info 12814[10:41:04.053] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12815[10:41:04.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1194 structureChanged: false structureIsReused:: Completely Elapsed: 8.480041999835521ms +Info 12816[10:41:04.061] Different program with same set of files +Info 12817[10:41:04.061] getCompletionData: Get current token: 0.0019660000689327717 +Info 12818[10:41:04.061] getCompletionData: Is inside comment: 0.009674999862909317 +Info 12819[10:41:04.062] Format host information updated +Info 12820[10:41:04.119] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12821[10:41:04.129] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1195 structureChanged: false structureIsReused:: Completely Elapsed: 9.831761000212282ms +Info 12822[10:41:04.129] Different program with same set of files +Info 12823[10:41:04.129] getCompletionData: Get current token: 0.0060720001347362995 +Info 12824[10:41:04.129] getCompletionData: Is inside comment: 0.016264999751001596 +Info 12825[10:41:04.130] Format host information updated +Info 12826[10:41:04.226] Format host information updated +Info 12827[10:41:04.226] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12828[10:41:04.235] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1196 structureChanged: false structureIsReused:: Completely Elapsed: 8.25490800011903ms +Info 12829[10:41:04.235] Different program with same set of files +Info 12830[10:41:04.659] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12831[10:41:04.667] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1197 structureChanged: false structureIsReused:: Completely Elapsed: 7.626286000013351ms +Info 12832[10:41:04.667] Different program with same set of files +Info 12833[10:41:04.667] getCompletionData: Get current token: 0.00406700000166893 +Info 12834[10:41:04.667] getCompletionData: Is inside comment: 0.01256799977272749 +Info 12835[10:41:04.667] Format host information updated +Info 12836[10:41:04.877] Format host information updated +Info 12837[10:41:04.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12838[10:41:04.886] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1198 structureChanged: false structureIsReused:: Completely Elapsed: 8.681876000016928ms +Info 12839[10:41:04.886] Different program with same set of files +Info 12840[10:41:05.092] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12841[10:41:05.099] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1199 structureChanged: false structureIsReused:: Completely Elapsed: 6.843305999878794ms +Info 12842[10:41:05.099] Different program with same set of files +Info 12843[10:41:05.099] getCompletionData: Get current token: 0.003932000137865543 +Info 12844[10:41:05.099] getCompletionData: Is inside comment: 0.010990000329911709 +Info 12845[10:41:05.099] getCompletionData: Get previous token: 0.006290999706834555 +Info 12846[10:41:05.099] getCompletionsAtPosition: isCompletionListBlocker: 0.002264999784529209 +Info 12847[10:41:05.100] getExportInfoMap: cache hit +Info 12848[10:41:05.118] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 12849[10:41:05.118] collectAutoImports: response is complete +Info 12850[10:41:05.118] collectAutoImports: 17.809841999784112 +Info 12851[10:41:05.118] getCompletionData: Semantic work: 18.42759199999273 +Info 12852[10:41:05.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.92832800000906 +Info 12853[10:41:05.127] Format host information updated +Info 12854[10:41:05.671] getCompletionData: Get current token: 0.001776999793946743 +Info 12855[10:41:05.671] getCompletionData: Is inside comment: 0.009014999959617853 +Info 12856[10:41:05.671] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12857[10:41:05.740] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12858[10:41:05.749] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1200 structureChanged: false structureIsReused:: Completely Elapsed: 9.147249000146985ms +Info 12859[10:41:05.749] Different program with same set of files +Info 12860[10:41:05.749] getCompletionData: Get current token: 0.0022089998237788677 +Info 12861[10:41:05.749] getCompletionData: Is inside comment: 0.009120000060647726 +Info 12862[10:41:05.749] getCompletionData: Get previous token: 0.005418000277131796 +Info 12863[10:41:05.749] getCompletionsAtPosition: isCompletionListBlocker: 0.006503999698907137 +Info 12864[10:41:05.750] getExportInfoMap: cache hit +Info 12865[10:41:05.760] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 12866[10:41:05.760] collectAutoImports: response is complete +Info 12867[10:41:05.760] collectAutoImports: 9.887490999884903 +Info 12868[10:41:05.760] getCompletionData: Semantic work: 10.342879000119865 +Info 12869[10:41:05.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.756180999800563 +Info 12870[10:41:05.767] Format host information updated +Info 12871[10:41:06.380] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12872[10:41:06.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1201 structureChanged: false structureIsReused:: Completely Elapsed: 7.697224000003189ms +Info 12873[10:41:06.388] Different program with same set of files +Info 12874[10:41:06.388] getCompletionData: Get current token: 0.0037990002892911434 +Info 12875[10:41:06.388] getCompletionData: Is inside comment: 0.010837000329047441 +Info 12876[10:41:06.389] Format host information updated +Info 12877[10:41:07.398] getCompletionData: Get current token: 0.002807999961078167 +Info 12878[10:41:07.398] getCompletionData: Is inside comment: 0.011025000363588333 +Info 12879[10:41:07.484] Format host information updated +Info 12880[10:41:07.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12881[10:41:07.493] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1202 structureChanged: false structureIsReused:: Completely Elapsed: 8.658733999822289ms +Info 12882[10:41:07.493] Different program with same set of files +Info 12883[10:41:07.857] Format host information updated +Info 12884[10:41:07.857] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12885[10:41:07.864] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1203 structureChanged: false structureIsReused:: Completely Elapsed: 6.987437000032514ms +Info 12886[10:41:07.864] Different program with same set of files +Info 12887[10:41:08.185] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12888[10:41:08.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1204 structureChanged: false structureIsReused:: Completely Elapsed: 7.134093000087887ms +Info 12889[10:41:08.192] Different program with same set of files +Info 12890[10:41:08.192] getCompletionData: Get current token: 0.0025599999353289604 +Info 12891[10:41:08.192] getCompletionData: Is inside comment: 0.011982999742031097 +Info 12892[10:41:08.193] Format host information updated +Info 12893[10:41:08.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12894[10:41:08.479] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1205 structureChanged: false structureIsReused:: Completely Elapsed: 7.12506499979645ms +Info 12895[10:41:08.479] Different program with same set of files +Info 12896[10:41:08.479] getCompletionData: Get current token: 0.0019580000080168247 +Info 12897[10:41:08.479] getCompletionData: Is inside comment: 0.012279999908059835 +Info 12898[10:41:08.479] getCompletionData: Get previous token: 0.006240000016987324 +Info 12899[10:41:08.479] getCompletionsAtPosition: isCompletionListBlocker: 0.00802099984139204 +Info 12900[10:41:08.480] getExportInfoMap: cache hit +Info 12901[10:41:08.493] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 12902[10:41:08.493] collectAutoImports: response is complete +Info 12903[10:41:08.493] collectAutoImports: 12.33854000037536 +Info 12904[10:41:08.493] getCompletionData: Semantic work: 13.166960999835283 +Info 12905[10:41:08.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7532170000486076 +Info 12906[10:41:08.498] Format host information updated +Info 12907[10:41:09.401] Format host information updated +Info 12908[10:41:09.401] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12909[10:41:09.411] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1206 structureChanged: false structureIsReused:: Completely Elapsed: 9.978409999981523ms +Info 12910[10:41:09.411] Different program with same set of files +Info 12911[10:41:09.935] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12912[10:41:09.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1207 structureChanged: false structureIsReused:: Completely Elapsed: 7.784153999760747ms +Info 12913[10:41:09.943] Different program with same set of files +Info 12914[10:41:09.943] getCompletionData: Get current token: 0.0022009997628629208 +Info 12915[10:41:09.943] getCompletionData: Is inside comment: 0.012362999841570854 +Info 12916[10:41:09.944] Format host information updated +Info 12917[10:41:10.083] Format host information updated +Info 12918[10:41:10.083] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12919[10:41:10.093] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1208 structureChanged: false structureIsReused:: Completely Elapsed: 9.937868000008166ms +Info 12920[10:41:10.093] Different program with same set of files +Info 12921[10:41:11.205] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12922[10:41:11.212] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1209 structureChanged: false structureIsReused:: Completely Elapsed: 6.8525119996629655ms +Info 12923[10:41:11.212] Different program with same set of files +Info 12924[10:41:11.212] getCompletionData: Get current token: 0.001873999834060669 +Info 12925[10:41:11.212] getCompletionData: Is inside comment: 0.010311999823898077 +Info 12926[10:41:11.212] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12927[10:41:11.212] Format host information updated +Info 12928[10:41:11.293] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12929[10:41:11.317] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1210 structureChanged: false structureIsReused:: Completely Elapsed: 23.89252100000158ms +Info 12930[10:41:11.317] Different program with same set of files +Info 12931[10:41:11.318] getCompletionData: Get current token: 0.007896000053733587 +Info 12932[10:41:11.318] getCompletionData: Is inside comment: 0.04114899970591068 +Info 12933[10:41:11.318] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12934[10:41:11.319] Format host information updated +Info 12935[10:41:11.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12936[10:41:11.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1211 structureChanged: false structureIsReused:: Completely Elapsed: 7.517421000171453ms +Info 12937[10:41:11.491] Different program with same set of files +Info 12938[10:41:11.492] getCompletionData: Get current token: 0.005148000083863735 +Info 12939[10:41:11.492] getCompletionData: Is inside comment: 0.017597000114619732 +Info 12940[10:41:11.492] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12941[10:41:11.494] Format host information updated +Info 12942[10:41:11.792] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12943[10:41:11.802] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1212 structureChanged: false structureIsReused:: Completely Elapsed: 9.908837000373751ms +Info 12944[10:41:11.802] Different program with same set of files +Info 12945[10:41:11.802] getCompletionData: Get current token: 0.0017430000007152557 +Info 12946[10:41:11.802] getCompletionData: Is inside comment: 0.008298000320792198 +Info 12947[10:41:11.802] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12948[10:41:11.802] Format host information updated +Info 12949[10:41:11.911] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12950[10:41:11.921] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1213 structureChanged: false structureIsReused:: Completely Elapsed: 9.98727700021118ms +Info 12951[10:41:11.921] Different program with same set of files +Info 12952[10:41:11.921] getCompletionData: Get current token: 0.0022109998390078545 +Info 12953[10:41:11.921] getCompletionData: Is inside comment: 0.009254000149667263 +Info 12954[10:41:11.921] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12955[10:41:11.922] Format host information updated +Info 12956[10:41:12.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12957[10:41:12.288] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1214 structureChanged: false structureIsReused:: Completely Elapsed: 6.9243160001933575ms +Info 12958[10:41:12.288] Different program with same set of files +Info 12959[10:41:12.288] getCompletionData: Get current token: 0.0018090000376105309 +Info 12960[10:41:12.288] getCompletionData: Is inside comment: 0.00848100008442998 +Info 12961[10:41:12.288] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12962[10:41:12.288] Format host information updated +Info 12963[10:41:12.493] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12964[10:41:12.501] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1215 structureChanged: false structureIsReused:: Completely Elapsed: 8.296325999777764ms +Info 12965[10:41:12.501] Different program with same set of files +Info 12966[10:41:12.501] getCompletionData: Get current token: 0.0019249999895691872 +Info 12967[10:41:12.501] getCompletionData: Is inside comment: 0.010383999906480312 +Info 12968[10:41:12.501] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12969[10:41:12.502] Format host information updated +Info 12970[10:41:12.561] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12971[10:41:12.588] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1216 structureChanged: false structureIsReused:: Completely Elapsed: 26.420787000097334ms +Info 12972[10:41:12.588] Different program with same set of files +Info 12973[10:41:12.588] getCompletionData: Get current token: 0.006351999938488007 +Info 12974[10:41:12.588] getCompletionData: Is inside comment: 0.03841400006785989 +Info 12975[10:41:12.588] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12976[10:41:12.589] Format host information updated +Info 12977[10:41:12.676] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12978[10:41:12.688] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1217 structureChanged: false structureIsReused:: Completely Elapsed: 12.68064900022ms +Info 12979[10:41:12.688] Different program with same set of files +Info 12980[10:41:12.689] getCompletionData: Get current token: 0.0026549999602138996 +Info 12981[10:41:12.689] getCompletionData: Is inside comment: 0.013141999952495098 +Info 12982[10:41:12.689] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12983[10:41:12.689] Format host information updated +Info 12984[10:41:12.911] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12985[10:41:12.918] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1218 structureChanged: false structureIsReused:: Completely Elapsed: 7.325329000130296ms +Info 12986[10:41:12.918] Different program with same set of files +Info 12987[10:41:12.919] getCompletionData: Get current token: 0.0016140001825988293 +Info 12988[10:41:12.919] getCompletionData: Is inside comment: 0.008681999985128641 +Info 12989[10:41:12.919] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12990[10:41:12.920] Format host information updated +Info 12991[10:41:13.070] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12992[10:41:13.078] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1219 structureChanged: false structureIsReused:: Completely Elapsed: 7.364335000049323ms +Info 12993[10:41:13.078] Different program with same set of files +Info 12994[10:41:13.078] getCompletionData: Get current token: 0.001590999774634838 +Info 12995[10:41:13.078] getCompletionData: Is inside comment: 0.008938999846577644 +Info 12996[10:41:13.078] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 12997[10:41:13.078] Format host information updated +Info 12998[10:41:13.224] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12999[10:41:13.231] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1220 structureChanged: false structureIsReused:: Completely Elapsed: 7.099717000033706ms +Info 13000[10:41:13.231] Different program with same set of files +Info 13001[10:41:13.231] getCompletionData: Get current token: 0.003355999942868948 +Info 13002[10:41:13.231] getCompletionData: Is inside comment: 0.011247999966144562 +Info 13003[10:41:13.231] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13004[10:41:13.233] Format host information updated +Info 13005[10:41:15.384] getCompletionData: Get current token: 0.0034850002266466618 +Info 13006[10:41:15.384] getCompletionData: Is inside comment: 0.03265599999576807 +Info 13007[10:41:15.384] getCompletionData: Get previous token: 0.0081279999576509 +Info 13008[10:41:15.384] getCompletionsAtPosition: isCompletionListBlocker: 0.0029310001991689205 +Info 13009[10:41:15.385] getExportInfoMap: cache hit +Info 13010[10:41:15.397] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 13011[10:41:15.397] collectAutoImports: response is complete +Info 13012[10:41:15.397] collectAutoImports: 12.436058000195771 +Info 13013[10:41:15.397] getCompletionData: Semantic work: 13.224135000258684 +Info 13014[10:41:15.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.924460000358522 +Info 13015[10:41:15.619] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13016[10:41:15.625] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1221 structureChanged: false structureIsReused:: Completely Elapsed: 6.691423999611288ms +Info 13017[10:41:15.625] Different program with same set of files +Info 13018[10:41:15.625] getCompletionData: Get current token: 0.004077000077813864 +Info 13019[10:41:15.626] getCompletionData: Is inside comment: 0.015634999610483646 +Info 13020[10:41:15.626] getCompletionData: Get previous token: 0.017934999894350767 +Info 13021[10:41:15.626] getCompletionsAtPosition: isCompletionListBlocker: 0.002061000093817711 +Info 13022[10:41:15.626] getExportInfoMap: cache hit +Info 13023[10:41:15.629] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 10 from cache +Info 13024[10:41:15.629] collectAutoImports: response is complete +Info 13025[10:41:15.629] collectAutoImports: 3.2344180000945926 +Info 13026[10:41:15.629] getCompletionData: Semantic work: 3.7244629999622703 +Info 13027[10:41:15.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0745500000193715 +Info 13028[10:41:15.633] Format host information updated +Info 13029[10:41:15.731] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13030[10:41:15.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1222 structureChanged: false structureIsReused:: Completely Elapsed: 9.654591999948025ms +Info 13031[10:41:15.740] Different program with same set of files +Info 13032[10:41:15.741] getCompletionData: Get current token: 0.003831000067293644 +Info 13033[10:41:15.741] getCompletionData: Is inside comment: 0.015175999607890844 +Info 13034[10:41:15.741] getCompletionData: Get previous token: 0.018066999968141317 +Info 13035[10:41:15.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0023439996875822544 +Info 13036[10:41:15.741] getExportInfoMap: cache hit +Info 13037[10:41:15.746] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 7 from cache +Info 13038[10:41:15.746] collectAutoImports: response is complete +Info 13039[10:41:15.746] collectAutoImports: 4.674167999997735 +Info 13040[10:41:15.746] getCompletionData: Semantic work: 5.164485999848694 +Info 13041[10:41:15.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.024156999774277 +Info 13042[10:41:15.749] Format host information updated +Info 13043[10:41:15.878] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13044[10:41:15.903] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1223 structureChanged: false structureIsReused:: Completely Elapsed: 25.72211299976334ms +Info 13045[10:41:15.903] Different program with same set of files +Info 13046[10:41:15.904] getCompletionData: Get current token: 0.013034000061452389 +Info 13047[10:41:15.904] getCompletionData: Is inside comment: 0.10880400007590652 +Info 13048[10:41:15.904] getCompletionData: Get previous token: 0.059583000373095274 +Info 13049[10:41:15.904] getCompletionsAtPosition: isCompletionListBlocker: 0.005843999795615673 +Info 13050[10:41:15.905] getExportInfoMap: cache hit +Info 13051[10:41:15.912] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 13052[10:41:15.912] collectAutoImports: response is complete +Info 13053[10:41:15.912] collectAutoImports: 6.144120000302792 +Info 13054[10:41:15.912] getCompletionData: Semantic work: 7.285751999821514 +Info 13055[10:41:15.915] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.760065000038594 +Info 13056[10:41:15.919] Format host information updated +Info 13057[10:41:16.219] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13058[10:41:16.227] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1224 structureChanged: false structureIsReused:: Completely Elapsed: 7.103776999749243ms +Info 13059[10:41:16.227] Different program with same set of files +Info 13060[10:41:16.227] getCompletionData: Get current token: 0.004648999776691198 +Info 13061[10:41:16.227] getCompletionData: Is inside comment: 0.01703000022098422 +Info 13062[10:41:16.227] getCompletionData: Get previous token: 0.019280000124126673 +Info 13063[10:41:16.227] getCompletionsAtPosition: isCompletionListBlocker: 0.002279999665915966 +Info 13064[10:41:16.227] getExportInfoMap: cache hit +Info 13065[10:41:16.231] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 7 from cache +Info 13066[10:41:16.231] collectAutoImports: response is complete +Info 13067[10:41:16.231] collectAutoImports: 3.3120120000094175 +Info 13068[10:41:16.231] getCompletionData: Semantic work: 3.809225999750197 +Info 13069[10:41:16.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.957012000028044 +Info 13070[10:41:16.234] Format host information updated +Info 13071[10:41:16.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13072[10:41:16.463] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1225 structureChanged: false structureIsReused:: Completely Elapsed: 7.430115000344813ms +Info 13073[10:41:16.463] Different program with same set of files +Info 13074[10:41:16.464] getCompletionData: Get current token: 0.0032629999332129955 +Info 13075[10:41:16.464] getCompletionData: Is inside comment: 0.013485000003129244 +Info 13076[10:41:16.464] getCompletionData: Get previous token: 0.015455000102519989 +Info 13077[10:41:16.464] getCompletionsAtPosition: isCompletionListBlocker: 0.0027540000155568123 +Info 13078[10:41:16.464] getExportInfoMap: cache hit +Info 13079[10:41:16.467] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 10 from cache +Info 13080[10:41:16.467] collectAutoImports: response is complete +Info 13081[10:41:16.467] collectAutoImports: 2.941998000256717 +Info 13082[10:41:16.467] getCompletionData: Semantic work: 3.3784039998427033 +Info 13083[10:41:16.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6948420000262558 +Info 13084[10:41:16.470] Format host information updated +Info 13085[10:41:16.591] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13086[10:41:16.600] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1226 structureChanged: false structureIsReused:: Completely Elapsed: 8.803967999760062ms +Info 13087[10:41:16.600] Different program with same set of files +Info 13088[10:41:16.600] getCompletionData: Get current token: 0.00417400011792779 +Info 13089[10:41:16.600] getCompletionData: Is inside comment: 0.01395400008186698 +Info 13090[10:41:16.600] getCompletionData: Get previous token: 0.016806999687105417 +Info 13091[10:41:16.600] getCompletionsAtPosition: isCompletionListBlocker: 0.0026119998656213284 +Info 13092[10:41:16.601] getExportInfoMap: cache hit +Info 13093[10:41:16.606] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 36 from cache +Info 13094[10:41:16.606] collectAutoImports: response is complete +Info 13095[10:41:16.606] collectAutoImports: 4.812074999790639 +Info 13096[10:41:16.606] getCompletionData: Semantic work: 5.296595999971032 +Info 13097[10:41:16.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.249469999689609 +Info 13098[10:41:16.609] Format host information updated +Info 13099[10:41:16.767] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13100[10:41:16.775] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1227 structureChanged: false structureIsReused:: Completely Elapsed: 7.730820999946445ms +Info 13101[10:41:16.775] Different program with same set of files +Info 13102[10:41:16.775] getCompletionData: Get current token: 0.004350999835878611 +Info 13103[10:41:16.775] getCompletionData: Is inside comment: 0.01726599968969822 +Info 13104[10:41:16.776] getCompletionData: Get previous token: 0.019435000140219927 +Info 13105[10:41:16.776] getCompletionsAtPosition: isCompletionListBlocker: 0.002597999759018421 +Info 13106[10:41:16.776] getExportInfoMap: cache hit +Info 13107[10:41:16.779] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 7 from cache +Info 13108[10:41:16.780] collectAutoImports: response is complete +Info 13109[10:41:16.780] collectAutoImports: 3.4192750002257526 +Info 13110[10:41:16.780] getCompletionData: Semantic work: 3.9520379998721182 +Info 13111[10:41:16.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8911859998479486 +Info 13112[10:41:16.785] Format host information updated +Info 13113[10:41:16.828] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13114[10:41:16.835] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1228 structureChanged: false structureIsReused:: Completely Elapsed: 7.318217999767512ms +Info 13115[10:41:16.835] Different program with same set of files +Info 13116[10:41:16.836] getCompletionData: Get current token: 0.0034799999557435513 +Info 13117[10:41:16.836] getCompletionData: Is inside comment: 0.013917000032961369 +Info 13118[10:41:16.836] getCompletionData: Get previous token: 0.016043000388890505 +Info 13119[10:41:16.836] getCompletionsAtPosition: isCompletionListBlocker: 0.0020829997956752777 +Info 13120[10:41:16.836] getExportInfoMap: cache hit +Info 13121[10:41:16.839] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 13122[10:41:16.839] collectAutoImports: response is complete +Info 13123[10:41:16.839] collectAutoImports: 2.68326500011608 +Info 13124[10:41:16.839] getCompletionData: Semantic work: 3.1151800001971424 +Info 13125[10:41:16.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7297700000926852 +Info 13126[10:41:16.841] Format host information updated +Info 13127[10:41:17.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13128[10:41:17.122] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1229 structureChanged: false structureIsReused:: Completely Elapsed: 7.0222930000163615ms +Info 13129[10:41:17.122] Different program with same set of files +Info 13130[10:41:17.122] getCompletionData: Get current token: 0.004327999893575907 +Info 13131[10:41:17.122] getCompletionData: Is inside comment: 0.017260999884456396 +Info 13132[10:41:17.122] getCompletionData: Get previous token: 0.018926000222563744 +Info 13133[10:41:17.122] getCompletionsAtPosition: isCompletionListBlocker: 0.0023010000586509705 +Info 13134[10:41:17.122] getExportInfoMap: cache hit +Info 13135[10:41:17.125] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13136[10:41:17.125] collectAutoImports: response is complete +Info 13137[10:41:17.125] collectAutoImports: 2.9106020000763237 +Info 13138[10:41:17.125] getCompletionData: Semantic work: 3.4030180000700057 +Info 13139[10:41:17.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9291530000045896 +Info 13140[10:41:17.128] Format host information updated +Info 13141[10:41:17.276] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13142[10:41:17.284] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1230 structureChanged: false structureIsReused:: Completely Elapsed: 7.071148999966681ms +Info 13143[10:41:17.284] Different program with same set of files +Info 13144[10:41:17.284] getCompletionData: Get current token: 0.004362000152468681 +Info 13145[10:41:17.284] getCompletionData: Is inside comment: 0.016890999861061573 +Info 13146[10:41:17.284] getCompletionData: Get previous token: 0.019425000064074993 +Info 13147[10:41:17.284] getCompletionsAtPosition: isCompletionListBlocker: 0.002371000126004219 +Info 13148[10:41:17.284] getExportInfoMap: cache hit +Info 13149[10:41:17.289] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13150[10:41:17.289] collectAutoImports: response is complete +Info 13151[10:41:17.289] collectAutoImports: 4.805941000115126 +Info 13152[10:41:17.289] getCompletionData: Semantic work: 5.345600999891758 +Info 13153[10:41:17.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1235500001348555 +Info 13154[10:41:17.292] Format host information updated +Info 13155[10:41:17.440] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13156[10:41:17.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1231 structureChanged: false structureIsReused:: Completely Elapsed: 6.921466999687254ms +Info 13157[10:41:17.447] Different program with same set of files +Info 13158[10:41:17.447] getCompletionData: Get current token: 0.004133999813348055 +Info 13159[10:41:17.447] getCompletionData: Is inside comment: 0.01689299987629056 +Info 13160[10:41:17.448] getCompletionData: Get previous token: 0.01947000017389655 +Info 13161[10:41:17.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0024330001324415207 +Info 13162[10:41:17.448] getExportInfoMap: cache hit +Info 13163[10:41:17.451] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13164[10:41:17.451] collectAutoImports: response is complete +Info 13165[10:41:17.451] collectAutoImports: 2.8107459996826947 +Info 13166[10:41:17.451] getCompletionData: Semantic work: 3.277653000317514 +Info 13167[10:41:17.453] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9512179996818304 +Info 13168[10:41:17.455] Format host information updated +Info 13169[10:41:17.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13170[10:41:17.588] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1232 structureChanged: false structureIsReused:: Completely Elapsed: 7.145091999787837ms +Info 13171[10:41:17.589] Different program with same set of files +Info 13172[10:41:17.589] getCompletionData: Get current token: 0.004111000336706638 +Info 13173[10:41:17.589] getCompletionData: Is inside comment: 0.015326000284403563 +Info 13174[10:41:17.589] getCompletionData: Get previous token: 0.017835999839007854 +Info 13175[10:41:17.589] getCompletionsAtPosition: isCompletionListBlocker: 0.0023819999769330025 +Info 13176[10:41:17.589] getExportInfoMap: cache hit +Info 13177[10:41:17.592] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 13178[10:41:17.592] collectAutoImports: response is complete +Info 13179[10:41:17.592] collectAutoImports: 3.2202069996856153 +Info 13180[10:41:17.592] getCompletionData: Semantic work: 3.665709000080824 +Info 13181[10:41:17.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9902540002949536 +Info 13182[10:41:17.596] Format host information updated +Info 13183[10:41:17.644] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13184[10:41:17.658] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1233 structureChanged: false structureIsReused:: Completely Elapsed: 14.242389999795705ms +Info 13185[10:41:17.658] Different program with same set of files +Info 13186[10:41:17.659] getCompletionData: Get current token: 0.0068339998833835125 +Info 13187[10:41:17.659] getCompletionData: Is inside comment: 0.025305000133812428 +Info 13188[10:41:17.659] getCompletionData: Get previous token: 0.030256000347435474 +Info 13189[10:41:17.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0040259999223053455 +Info 13190[10:41:17.660] getExportInfoMap: cache hit +Info 13191[10:41:17.664] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13192[10:41:17.664] collectAutoImports: response is complete +Info 13193[10:41:17.664] collectAutoImports: 4.735473000444472 +Info 13194[10:41:17.664] getCompletionData: Semantic work: 5.469331000000238 +Info 13195[10:41:17.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2745270002633333 +Info 13196[10:41:17.670] Format host information updated +Info 13197[10:41:17.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13198[10:41:17.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1234 structureChanged: false structureIsReused:: Completely Elapsed: 9.933380000293255ms +Info 13199[10:41:17.804] Different program with same set of files +Info 13200[10:41:17.804] getCompletionData: Get current token: 0.005243999883532524 +Info 13201[10:41:17.804] getCompletionData: Is inside comment: 0.021370000205934048 +Info 13202[10:41:17.804] getCompletionData: Get previous token: 0.025810000021010637 +Info 13203[10:41:17.804] getCompletionsAtPosition: isCompletionListBlocker: 0.003539999946951866 +Info 13204[10:41:17.805] getExportInfoMap: cache hit +Info 13205[10:41:17.809] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13206[10:41:17.809] collectAutoImports: response is complete +Info 13207[10:41:17.809] collectAutoImports: 4.562112000305206 +Info 13208[10:41:17.809] getCompletionData: Semantic work: 5.3462509997189045 +Info 13209[10:41:17.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7988579999655485 +Info 13210[10:41:17.814] Format host information updated +Info 13211[10:41:17.926] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13212[10:41:17.954] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1235 structureChanged: false structureIsReused:: Completely Elapsed: 28.481414000038058ms +Info 13213[10:41:17.954] Different program with same set of files +Info 13214[10:41:17.955] getCompletionData: Get current token: 0.012526999693363905 +Info 13215[10:41:17.955] getCompletionData: Is inside comment: 0.049066999927163124 +Info 13216[10:41:17.955] getCompletionData: Get previous token: 0.057262999936938286 +Info 13217[10:41:17.955] getCompletionsAtPosition: isCompletionListBlocker: 0.005357000045478344 +Info 13218[10:41:17.956] getExportInfoMap: cache hit +Info 13219[10:41:17.963] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13220[10:41:17.963] collectAutoImports: response is complete +Info 13221[10:41:17.963] collectAutoImports: 6.729276000056416 +Info 13222[10:41:17.963] getCompletionData: Semantic work: 8.028745000250638 +Info 13223[10:41:17.967] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7660620003007352 +Info 13224[10:41:17.970] Format host information updated +Info 13225[10:41:18.086] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13226[10:41:18.102] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1236 structureChanged: false structureIsReused:: Completely Elapsed: 16.03869599988684ms +Info 13227[10:41:18.102] Different program with same set of files +Info 13228[10:41:18.103] getCompletionData: Get current token: 0.006909000221639872 +Info 13229[10:41:18.103] getCompletionData: Is inside comment: 0.028694000095129013 +Info 13230[10:41:18.103] getCompletionData: Get previous token: 0.03401800012215972 +Info 13231[10:41:18.103] getCompletionsAtPosition: isCompletionListBlocker: 0.003887999802827835 +Info 13232[10:41:18.104] getExportInfoMap: cache hit +Info 13233[10:41:18.108] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13234[10:41:18.108] collectAutoImports: response is complete +Info 13235[10:41:18.108] collectAutoImports: 4.116750999819487 +Info 13236[10:41:18.108] getCompletionData: Semantic work: 4.904497999697924 +Info 13237[10:41:18.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.693159000016749 +Info 13238[10:41:18.112] Format host information updated +Info 13239[10:41:18.146] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13240[10:41:18.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1237 structureChanged: false structureIsReused:: Completely Elapsed: 9.246456999797374ms +Info 13241[10:41:18.155] Different program with same set of files +Info 13242[10:41:18.156] getCompletionData: Get current token: 0.0034269997850060463 +Info 13243[10:41:18.156] getCompletionData: Is inside comment: 0.013377000112086535 +Info 13244[10:41:18.156] getCompletionData: Get previous token: 0.016415000427514315 +Info 13245[10:41:18.156] getCompletionsAtPosition: isCompletionListBlocker: 0.0022089998237788677 +Info 13246[10:41:18.156] getExportInfoMap: cache hit +Info 13247[10:41:18.159] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13248[10:41:18.159] collectAutoImports: response is complete +Info 13249[10:41:18.159] collectAutoImports: 2.5155020002275705 +Info 13250[10:41:18.159] getCompletionData: Semantic work: 2.963738000020385 +Info 13251[10:41:18.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.873319999780506 +Info 13252[10:41:18.161] Format host information updated +Info 13253[10:41:18.260] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13254[10:41:18.288] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1238 structureChanged: false structureIsReused:: Completely Elapsed: 28.58419300010428ms +Info 13255[10:41:18.288] Different program with same set of files +Info 13256[10:41:18.289] getCompletionData: Get current token: 0.01602899981662631 +Info 13257[10:41:18.289] getCompletionData: Is inside comment: 0.07069900026544929 +Info 13258[10:41:18.290] getCompletionData: Get previous token: 0.09936599992215633 +Info 13259[10:41:18.290] getCompletionsAtPosition: isCompletionListBlocker: 0.008036999963223934 +Info 13260[10:41:18.291] getExportInfoMap: cache hit +Info 13261[10:41:18.303] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13262[10:41:18.303] collectAutoImports: response is complete +Info 13263[10:41:18.303] collectAutoImports: 11.097994000185281 +Info 13264[10:41:18.303] getCompletionData: Semantic work: 12.933999999891967 +Info 13265[10:41:18.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.47789300000295 +Info 13266[10:41:18.314] Format host information updated +Info 13267[10:41:18.327] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13268[10:41:18.335] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1239 structureChanged: false structureIsReused:: Completely Elapsed: 8.079870000015944ms +Info 13269[10:41:18.335] Different program with same set of files +Info 13270[10:41:18.335] getCompletionData: Get current token: 0.004328000359237194 +Info 13271[10:41:18.335] getCompletionData: Is inside comment: 0.016856000293046236 +Info 13272[10:41:18.335] getCompletionData: Get previous token: 0.02012600004673004 +Info 13273[10:41:18.335] getCompletionsAtPosition: isCompletionListBlocker: 0.0024660001508891582 +Info 13274[10:41:18.336] getExportInfoMap: cache hit +Info 13275[10:41:18.339] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13276[10:41:18.339] collectAutoImports: response is complete +Info 13277[10:41:18.339] collectAutoImports: 2.691546999849379 +Info 13278[10:41:18.339] getCompletionData: Semantic work: 3.197217999957502 +Info 13279[10:41:18.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.847907999996096 +Info 13280[10:41:18.341] Format host information updated +Info 13281[10:41:18.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13282[10:41:18.550] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1240 structureChanged: false structureIsReused:: Completely Elapsed: 34.399304000195116ms +Info 13283[10:41:18.551] Different program with same set of files +Info 13284[10:41:18.551] getCompletionData: Get current token: 0.011169000063091516 +Info 13285[10:41:18.551] getCompletionData: Is inside comment: 0.08796400018036366 +Info 13286[10:41:18.551] getCompletionData: Get previous token: 0.054671000223606825 +Info 13287[10:41:18.551] getCompletionsAtPosition: isCompletionListBlocker: 0.005917999893426895 +Info 13288[10:41:18.553] getExportInfoMap: cache hit +Info 13289[10:41:18.559] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13290[10:41:18.559] collectAutoImports: response is complete +Info 13291[10:41:18.559] collectAutoImports: 6.346303999889642 +Info 13292[10:41:18.559] getCompletionData: Semantic work: 7.697685000021011 +Info 13293[10:41:18.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.386384999845177 +Info 13294[10:41:18.564] Format host information updated +Info 13295[10:41:26.492] Format host information updated +Info 13296[10:41:26.492] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13297[10:41:26.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1241 structureChanged: false structureIsReused:: Completely Elapsed: 6.532207999844104ms +Info 13298[10:41:26.499] Different program with same set of files +Info 13299[10:41:26.789] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13300[10:41:26.796] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1242 structureChanged: false structureIsReused:: Completely Elapsed: 6.952784999739379ms +Info 13301[10:41:26.796] Different program with same set of files +Info 13302[10:41:26.796] getCompletionData: Get current token: 0.00368200009688735 +Info 13303[10:41:26.796] getCompletionData: Is inside comment: 0.012480000033974648 +Info 13304[10:41:26.796] getCompletionData: Get previous token: 0.010690000373870134 +Info 13305[10:41:26.796] getCompletionsAtPosition: isCompletionListBlocker: 0.0071299998089671135 +Info 13306[10:41:26.796] getExportInfoMap: cache hit +Info 13307[10:41:26.812] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 13308[10:41:26.812] collectAutoImports: response is complete +Info 13309[10:41:26.812] collectAutoImports: 15.309644999913871 +Info 13310[10:41:26.812] getCompletionData: Semantic work: 15.850597999989986 +Info 13311[10:41:26.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.922402000054717 +Info 13312[10:41:26.817] Format host information updated +Info 13313[10:41:27.082] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13314[10:41:27.089] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1243 structureChanged: false structureIsReused:: Completely Elapsed: 7.223805000074208ms +Info 13315[10:41:27.089] Different program with same set of files +Info 13316[10:41:27.089] getCompletionData: Get current token: 0.0010079997591674328 +Info 13317[10:41:27.089] getCompletionData: Is inside comment: 0.011510000098496675 +Info 13318[10:41:27.089] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13319[10:41:27.089] Format host information updated +Info 13320[10:41:27.217] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13321[10:41:27.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1244 structureChanged: false structureIsReused:: Completely Elapsed: 8.33603599993512ms +Info 13322[10:41:27.225] Different program with same set of files +Info 13323[10:41:27.225] getCompletionData: Get current token: 0.0011240001767873764 +Info 13324[10:41:27.225] getCompletionData: Is inside comment: 0.00382199976593256 +Info 13325[10:41:27.225] Format host information updated +Info 13326[10:41:27.347] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13327[10:41:27.354] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1245 structureChanged: false structureIsReused:: Completely Elapsed: 6.9548450000584126ms +Info 13328[10:41:27.354] Different program with same set of files +Info 13329[10:41:27.354] getCompletionData: Get current token: 0.0011740000918507576 +Info 13330[10:41:27.354] getCompletionData: Is inside comment: 0.0053820000030100346 +Info 13331[10:41:27.354] Format host information updated +Info 13332[10:41:27.591] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13333[10:41:27.602] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1246 structureChanged: false structureIsReused:: Completely Elapsed: 10.77704400010407ms +Info 13334[10:41:27.602] Different program with same set of files +Info 13335[10:41:27.602] getCompletionData: Get current token: 0.003541999962180853 +Info 13336[10:41:27.602] getCompletionData: Is inside comment: 0.011587999761104584 +Info 13337[10:41:27.602] getCompletionData: Get previous token: 0.008730999659746885 +Info 13338[10:41:27.602] getCompletionsAtPosition: isCompletionListBlocker: 0.0067090000957250595 +Info 13339[10:41:27.603] getExportInfoMap: cache hit +Info 13340[10:41:27.612] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 13341[10:41:27.612] collectAutoImports: response is complete +Info 13342[10:41:27.612] collectAutoImports: 9.71325400006026 +Info 13343[10:41:27.612] getCompletionData: Semantic work: 10.233895000070333 +Info 13344[10:41:27.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.536551000084728 +Info 13345[10:41:27.617] Format host information updated +Info 13346[10:41:28.068] getCompletionData: Get current token: 0.007839000318199396 +Info 13347[10:41:28.068] getCompletionData: Is inside comment: 0.02785099996253848 +Info 13348[10:41:28.153] Format host information updated +Info 13349[10:41:28.154] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13350[10:41:28.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1247 structureChanged: false structureIsReused:: Completely Elapsed: 6.701182000339031ms +Info 13351[10:41:28.160] Different program with same set of files +Info 13352[10:41:28.296] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13353[10:41:28.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1248 structureChanged: false structureIsReused:: Completely Elapsed: 7.029303000308573ms +Info 13354[10:41:28.303] Different program with same set of files +Info 13355[10:41:28.303] getCompletionData: Get current token: 0.005505000241100788 +Info 13356[10:41:28.303] getCompletionData: Is inside comment: 0.012499999720603228 +Info 13357[10:41:28.303] Format host information updated +Info 13358[10:41:28.505] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13359[10:41:28.513] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1249 structureChanged: false structureIsReused:: Completely Elapsed: 7.264312000013888ms +Info 13360[10:41:28.513] Different program with same set of files +Info 13361[10:41:28.513] getCompletionData: Get current token: 0.004026000387966633 +Info 13362[10:41:28.513] getCompletionData: Is inside comment: 0.013983000069856644 +Info 13363[10:41:28.513] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13364[10:41:28.513] Format host information updated +Info 13365[10:41:28.684] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13366[10:41:28.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1250 structureChanged: false structureIsReused:: Completely Elapsed: 12.645319000352174ms +Info 13367[10:41:28.696] Different program with same set of files +Info 13368[10:41:28.697] getCompletionData: Get current token: 0.0033359997905790806 +Info 13369[10:41:28.697] getCompletionData: Is inside comment: 0.01308900024741888 +Info 13370[10:41:28.697] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13371[10:41:28.697] Format host information updated +Info 13372[10:41:28.841] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13373[10:41:28.851] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1251 structureChanged: false structureIsReused:: Completely Elapsed: 9.906785000115633ms +Info 13374[10:41:28.851] Different program with same set of files +Info 13375[10:41:28.851] getCompletionData: Get current token: 0.0037010000087320805 +Info 13376[10:41:28.851] getCompletionData: Is inside comment: 0.013427999801933765 +Info 13377[10:41:28.851] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13378[10:41:28.852] Format host information updated +Info 13379[10:41:29.127] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13380[10:41:29.137] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1252 structureChanged: false structureIsReused:: Completely Elapsed: 10.102986000012606ms +Info 13381[10:41:29.137] Different program with same set of files +Info 13382[10:41:29.138] getCompletionData: Get current token: 0.004058999940752983 +Info 13383[10:41:29.138] getCompletionData: Is inside comment: 0.014138999860733747 +Info 13384[10:41:29.138] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13385[10:41:29.138] Format host information updated +Info 13386[10:41:29.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13387[10:41:29.374] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1253 structureChanged: false structureIsReused:: Completely Elapsed: 10.664051999803632ms +Info 13388[10:41:29.374] Different program with same set of files +Info 13389[10:41:29.374] getCompletionData: Get current token: 0.003447000402957201 +Info 13390[10:41:29.374] getCompletionData: Is inside comment: 0.013371999841183424 +Info 13391[10:41:29.374] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13392[10:41:29.374] Format host information updated +Info 13393[10:41:29.442] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13394[10:41:29.459] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1254 structureChanged: false structureIsReused:: Completely Elapsed: 17.570009000133723ms +Info 13395[10:41:29.459] Different program with same set of files +Info 13396[10:41:29.460] getCompletionData: Get current token: 0.008328000083565712 +Info 13397[10:41:29.460] getCompletionData: Is inside comment: 0.027166999876499176 +Info 13398[10:41:29.460] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13399[10:41:29.460] Format host information updated +Info 13400[10:41:29.532] Format host information updated +Info 13401[10:41:29.532] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13402[10:41:29.541] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1255 structureChanged: false structureIsReused:: Completely Elapsed: 8.866415000054985ms +Info 13403[10:41:29.541] Different program with same set of files +Info 13404[10:41:29.662] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13405[10:41:29.671] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1256 structureChanged: false structureIsReused:: Completely Elapsed: 8.44570600008592ms +Info 13406[10:41:29.671] Different program with same set of files +Info 13407[10:41:29.671] getCompletionData: Get current token: 0.004133000038564205 +Info 13408[10:41:29.671] getCompletionData: Is inside comment: 0.01568000018596649 +Info 13409[10:41:29.671] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13410[10:41:29.671] Format host information updated +Info 13411[10:41:29.760] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13412[10:41:29.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1257 structureChanged: false structureIsReused:: Completely Elapsed: 27.376373999752104ms +Info 13413[10:41:29.788] Different program with same set of files +Info 13414[10:41:29.788] getCompletionData: Get current token: 0.01235199999064207 +Info 13415[10:41:29.788] getCompletionData: Is inside comment: 0.02911800006404519 +Info 13416[10:41:29.788] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13417[10:41:29.789] Format host information updated +Info 13418[10:41:29.841] Format host information updated +Info 13419[10:41:29.842] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13420[10:41:29.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1258 structureChanged: false structureIsReused:: Completely Elapsed: 11.368666999973357ms +Info 13421[10:41:29.853] Different program with same set of files +Info 13422[10:41:30.405] getCompletionData: Get current token: 0.005491000134497881 +Info 13423[10:41:30.405] getCompletionData: Is inside comment: 0.03471799986436963 +Info 13424[10:41:30.405] getCompletionData: Get previous token: 0.010856000240892172 +Info 13425[10:41:30.405] getCompletionsAtPosition: isCompletionListBlocker: 0.0019180001690983772 +Info 13426[10:41:30.406] getExportInfoMap: cache hit +Info 13427[10:41:30.426] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 13428[10:41:30.426] collectAutoImports: response is complete +Info 13429[10:41:30.426] collectAutoImports: 20.026223999913782 +Info 13430[10:41:30.426] getCompletionData: Semantic work: 21.00485199969262 +Info 13431[10:41:30.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.230680999811739 +Info 13432[10:41:36.811] getCompletionData: Get current token: 0.004860999993979931 +Info 13433[10:41:36.811] getCompletionData: Is inside comment: 0.016233999747782946 +Info 13434[10:41:36.811] getCompletionData: Get previous token: 0.03678099997341633 +Info 13435[10:41:36.811] getCompletionsAtPosition: isCompletionListBlocker: 0.0023949998430907726 +Info 13436[10:41:36.812] getExportInfoMap: cache hit +Info 13437[10:41:36.820] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 13438[10:41:36.820] collectAutoImports: response is complete +Info 13439[10:41:36.820] collectAutoImports: 8.027028999757022 +Info 13440[10:41:36.820] getCompletionData: Semantic work: 8.62987900013104 +Info 13441[10:41:36.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.954217999707907 +Info 13442[10:41:37.062] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13443[10:41:37.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1259 structureChanged: false structureIsReused:: Completely Elapsed: 9.538935999851674ms +Info 13444[10:41:37.071] Different program with same set of files +Info 13445[10:41:37.072] getCompletionData: Get current token: 0.005968000274151564 +Info 13446[10:41:37.072] getCompletionData: Is inside comment: 0.017040000297129154 +Info 13447[10:41:37.072] getCompletionData: Get previous token: 0.0489610000513494 +Info 13448[10:41:37.072] getCompletionsAtPosition: isCompletionListBlocker: 0.002410000190138817 +Info 13449[10:41:37.072] getExportInfoMap: cache hit +Info 13450[10:41:37.079] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 50 from cache +Info 13451[10:41:37.079] collectAutoImports: response is complete +Info 13452[10:41:37.079] collectAutoImports: 6.314424000214785 +Info 13453[10:41:37.079] getCompletionData: Semantic work: 6.946849999949336 +Info 13454[10:41:37.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5329599999822676 +Info 13455[10:41:37.084] Format host information updated +Info 13456[10:41:37.164] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13457[10:41:37.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1260 structureChanged: false structureIsReused:: Completely Elapsed: 27.387277000118047ms +Info 13458[10:41:37.192] Different program with same set of files +Info 13459[10:41:37.193] getCompletionData: Get current token: 0.01587100001052022 +Info 13460[10:41:37.193] getCompletionData: Is inside comment: 0.048165000043809414 +Info 13461[10:41:37.193] getCompletionData: Get previous token: 0.0725490003824234 +Info 13462[10:41:37.193] getCompletionsAtPosition: isCompletionListBlocker: 0.00509499991312623 +Info 13463[10:41:37.194] getExportInfoMap: cache hit +Info 13464[10:41:37.207] collectAutoImports: resolved 0 module specifiers, plus 23 ambient and 42 from cache +Info 13465[10:41:37.207] collectAutoImports: response is complete +Info 13466[10:41:37.207] collectAutoImports: 12.381328000221401 +Info 13467[10:41:37.207] getCompletionData: Semantic work: 13.915568999946117 +Info 13468[10:41:37.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4226350001990795 +Info 13469[10:41:37.213] Format host information updated +Info 13470[10:41:37.227] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13471[10:41:37.235] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1261 structureChanged: false structureIsReused:: Completely Elapsed: 7.374486999586225ms +Info 13472[10:41:37.235] Different program with same set of files +Info 13473[10:41:37.235] getCompletionData: Get current token: 0.004793999716639519 +Info 13474[10:41:37.235] getCompletionData: Is inside comment: 0.013993000146001577 +Info 13475[10:41:37.235] getCompletionData: Get previous token: 0.04624299984425306 +Info 13476[10:41:37.235] getCompletionsAtPosition: isCompletionListBlocker: 0.002116999588906765 +Info 13477[10:41:37.235] getExportInfoMap: cache hit +Info 13478[10:41:37.240] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 32 from cache +Info 13479[10:41:37.240] collectAutoImports: response is complete +Info 13480[10:41:37.240] collectAutoImports: 4.2332480000332 +Info 13481[10:41:37.240] getCompletionData: Semantic work: 4.899025000166148 +Info 13482[10:41:37.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.423895000014454 +Info 13483[10:41:37.243] Format host information updated +Info 13484[10:41:37.368] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13485[10:41:37.394] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1262 structureChanged: false structureIsReused:: Completely Elapsed: 25.443517999723554ms +Info 13486[10:41:37.394] Different program with same set of files +Info 13487[10:41:37.394] getCompletionData: Get current token: 0.01618600031360984 +Info 13488[10:41:37.394] getCompletionData: Is inside comment: 0.04859600029885769 +Info 13489[10:41:37.395] getCompletionData: Get previous token: 0.0717569999396801 +Info 13490[10:41:37.395] getCompletionsAtPosition: isCompletionListBlocker: 0.003984000068157911 +Info 13491[10:41:37.396] getExportInfoMap: cache hit +Info 13492[10:41:37.404] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 19 from cache +Info 13493[10:41:37.404] collectAutoImports: response is complete +Info 13494[10:41:37.404] collectAutoImports: 8.378281000070274 +Info 13495[10:41:37.404] getCompletionData: Semantic work: 9.48389200028032 +Info 13496[10:41:37.408] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.912214999552816 +Info 13497[10:41:37.410] Format host information updated +Info 13498[10:41:37.457] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13499[10:41:37.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1263 structureChanged: false structureIsReused:: Completely Elapsed: 8.705575999803841ms +Info 13500[10:41:37.465] Different program with same set of files +Info 13501[10:41:37.466] getCompletionData: Get current token: 0.005210000090301037 +Info 13502[10:41:37.466] getCompletionData: Is inside comment: 0.015256000217050314 +Info 13503[10:41:37.466] getCompletionData: Get previous token: 0.02053100010380149 +Info 13504[10:41:37.466] getCompletionsAtPosition: isCompletionListBlocker: 0.002303000073879957 +Info 13505[10:41:37.466] getExportInfoMap: cache hit +Info 13506[10:41:37.469] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 7 from cache +Info 13507[10:41:37.469] collectAutoImports: response is complete +Info 13508[10:41:37.469] collectAutoImports: 3.0030569997616112 +Info 13509[10:41:37.469] getCompletionData: Semantic work: 3.514059000182897 +Info 13510[10:41:37.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.650314999744296 +Info 13511[10:41:37.473] Format host information updated +Info 13512[10:41:37.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13513[10:41:37.585] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1264 structureChanged: false structureIsReused:: Completely Elapsed: 7.210283000022173ms +Info 13514[10:41:37.585] Different program with same set of files +Info 13515[10:41:37.585] getCompletionData: Get current token: 0.005572000052779913 +Info 13516[10:41:37.585] getCompletionData: Is inside comment: 0.016187000088393688 +Info 13517[10:41:37.585] getCompletionData: Get previous token: 0.02447800012305379 +Info 13518[10:41:37.585] getCompletionsAtPosition: isCompletionListBlocker: 0.001973000355064869 +Info 13519[10:41:37.586] getExportInfoMap: cache hit +Info 13520[10:41:37.589] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13521[10:41:37.589] collectAutoImports: response is complete +Info 13522[10:41:37.589] collectAutoImports: 3.0076150000095367 +Info 13523[10:41:37.589] getCompletionData: Semantic work: 3.585539999883622 +Info 13524[10:41:37.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2112010000273585 +Info 13525[10:41:37.594] Format host information updated +Info 13526[10:41:37.786] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13527[10:41:37.794] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1265 structureChanged: false structureIsReused:: Completely Elapsed: 7.6678949999623ms +Info 13528[10:41:37.794] Different program with same set of files +Info 13529[10:41:37.794] getCompletionData: Get current token: 0.0058210003189742565 +Info 13530[10:41:37.794] getCompletionData: Is inside comment: 0.017647000029683113 +Info 13531[10:41:37.794] getCompletionData: Get previous token: 0.026107000187039375 +Info 13532[10:41:37.794] getCompletionsAtPosition: isCompletionListBlocker: 0.0023360000923275948 +Info 13533[10:41:37.794] getExportInfoMap: cache hit +Info 13534[10:41:37.798] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13535[10:41:37.798] collectAutoImports: response is complete +Info 13536[10:41:37.798] collectAutoImports: 3.0535209998488426 +Info 13537[10:41:37.798] getCompletionData: Semantic work: 3.638701000250876 +Info 13538[10:41:37.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.154322999995202 +Info 13539[10:41:37.801] Format host information updated +Info 13540[10:41:37.843] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13541[10:41:37.855] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1266 structureChanged: false structureIsReused:: Completely Elapsed: 11.782713999971747ms +Info 13542[10:41:37.855] Different program with same set of files +Info 13543[10:41:37.856] getCompletionData: Get current token: 0.007227000314742327 +Info 13544[10:41:37.856] getCompletionData: Is inside comment: 0.020608999766409397 +Info 13545[10:41:37.856] getCompletionData: Get previous token: 0.03030599979683757 +Info 13546[10:41:37.856] getCompletionsAtPosition: isCompletionListBlocker: 0.002365000080317259 +Info 13547[10:41:37.856] getExportInfoMap: cache hit +Info 13548[10:41:37.860] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13549[10:41:37.860] collectAutoImports: response is complete +Info 13550[10:41:37.860] collectAutoImports: 3.6531080002896488 +Info 13551[10:41:37.860] getCompletionData: Semantic work: 4.29852299997583 +Info 13552[10:41:37.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.573702999856323 +Info 13553[10:41:37.864] Format host information updated +Info 13554[10:41:37.906] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13555[10:41:37.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1267 structureChanged: false structureIsReused:: Completely Elapsed: 9.163397999946028ms +Info 13556[10:41:37.915] Different program with same set of files +Info 13557[10:41:37.915] getCompletionData: Get current token: 0.006833000108599663 +Info 13558[10:41:37.915] getCompletionData: Is inside comment: 0.020535000134259462 +Info 13559[10:41:37.915] getCompletionData: Get previous token: 0.030746000353246927 +Info 13560[10:41:37.915] getCompletionsAtPosition: isCompletionListBlocker: 0.0024709999561309814 +Info 13561[10:41:37.916] getExportInfoMap: cache hit +Info 13562[10:41:37.919] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13563[10:41:37.919] collectAutoImports: response is complete +Info 13564[10:41:37.919] collectAutoImports: 3.493557000067085 +Info 13565[10:41:37.920] getCompletionData: Semantic work: 4.094269999768585 +Info 13566[10:41:37.925] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.252028999850154 +Info 13567[10:41:37.926] Format host information updated +Info 13568[10:41:38.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13569[10:41:38.353] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1268 structureChanged: false structureIsReused:: Completely Elapsed: 7.222706999629736ms +Info 13570[10:41:38.353] Different program with same set of files +Info 13571[10:41:38.353] getCompletionData: Get current token: 0.004541999660432339 +Info 13572[10:41:38.353] getCompletionData: Is inside comment: 0.014955999795347452 +Info 13573[10:41:38.353] getCompletionData: Get previous token: 0.02074400009587407 +Info 13574[10:41:38.353] getCompletionsAtPosition: isCompletionListBlocker: 0.001860000193119049 +Info 13575[10:41:38.354] getExportInfoMap: cache hit +Info 13576[10:41:38.356] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13577[10:41:38.356] collectAutoImports: response is complete +Info 13578[10:41:38.356] collectAutoImports: 2.354421999771148 +Info 13579[10:41:38.356] getCompletionData: Semantic work: 2.8687940002419055 +Info 13580[10:41:38.358] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7608819999732077 +Info 13581[10:41:38.359] Format host information updated +Info 13582[10:41:38.527] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13583[10:41:38.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1269 structureChanged: false structureIsReused:: Completely Elapsed: 7.097305000294ms +Info 13584[10:41:38.534] Different program with same set of files +Info 13585[10:41:38.535] getCompletionData: Get current token: 0.005644000135362148 +Info 13586[10:41:38.535] getCompletionData: Is inside comment: 0.014367000199854374 +Info 13587[10:41:38.535] getCompletionData: Get previous token: 0.02029700018465519 +Info 13588[10:41:38.535] getCompletionsAtPosition: isCompletionListBlocker: 0.0019899997860193253 +Info 13589[10:41:38.535] getExportInfoMap: cache hit +Info 13590[10:41:38.538] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13591[10:41:38.538] collectAutoImports: response is complete +Info 13592[10:41:38.538] collectAutoImports: 2.754145000129938 +Info 13593[10:41:38.538] getCompletionData: Semantic work: 3.247326999902725 +Info 13594[10:41:38.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.984122000169009 +Info 13595[10:41:38.541] Format host information updated +Info 13596[10:41:38.622] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13597[10:41:38.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1270 structureChanged: false structureIsReused:: Completely Elapsed: 7.256589999888092ms +Info 13598[10:41:38.630] Different program with same set of files +Info 13599[10:41:38.630] getCompletionData: Get current token: 0.005141000263392925 +Info 13600[10:41:38.630] getCompletionData: Is inside comment: 0.014368999749422073 +Info 13601[10:41:38.630] getCompletionData: Get previous token: 0.020337999798357487 +Info 13602[10:41:38.630] getCompletionsAtPosition: isCompletionListBlocker: 0.001991999801248312 +Info 13603[10:41:38.633] getExportInfoMap: cache hit +Info 13604[10:41:38.636] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13605[10:41:38.636] collectAutoImports: response is complete +Info 13606[10:41:38.636] collectAutoImports: 3.0711179999634624 +Info 13607[10:41:38.636] getCompletionData: Semantic work: 5.809367000125349 +Info 13608[10:41:38.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.326024000067264 +Info 13609[10:41:38.639] Format host information updated +Info 13610[10:41:40.478] Format host information updated +Info 13611[10:41:40.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13612[10:41:40.486] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1271 structureChanged: false structureIsReused:: Completely Elapsed: 7.666602000128478ms +Info 13613[10:41:40.486] Different program with same set of files +Info 13614[10:41:41.168] getCompletionData: Get current token: 0.004613999743014574 +Info 13615[10:41:41.168] getCompletionData: Is inside comment: 0.01412399997934699 +Info 13616[10:41:41.168] getCompletionData: Get previous token: 0.020879000425338745 +Info 13617[10:41:41.168] getCompletionsAtPosition: isCompletionListBlocker: 0.0023799999617040157 +Info 13618[10:41:41.168] getExportInfoMap: cache hit +Info 13619[10:41:41.172] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 13620[10:41:41.172] collectAutoImports: response is complete +Info 13621[10:41:41.172] collectAutoImports: 3.263749999925494 +Info 13622[10:41:41.172] getCompletionData: Semantic work: 3.988704000134021 +Info 13623[10:41:41.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.163941999897361 +Info 13624[10:41:41.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13625[10:41:41.289] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1272 structureChanged: false structureIsReused:: Completely Elapsed: 7.789305999875069ms +Info 13626[10:41:41.289] Different program with same set of files +Info 13627[10:41:41.289] getCompletionData: Get current token: 0.004602999892085791 +Info 13628[10:41:41.289] getCompletionData: Is inside comment: 0.014353000093251467 +Info 13629[10:41:41.289] getCompletionData: Get previous token: 0.021297000348567963 +Info 13630[10:41:41.289] getCompletionsAtPosition: isCompletionListBlocker: 0.001975999679416418 +Info 13631[10:41:41.290] getExportInfoMap: cache hit +Info 13632[10:41:41.292] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 13633[10:41:41.292] collectAutoImports: response is complete +Info 13634[10:41:41.292] collectAutoImports: 2.402275000233203 +Info 13635[10:41:41.292] getCompletionData: Semantic work: 2.8825639998540282 +Info 13636[10:41:41.294] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8315829997882247 +Info 13637[10:41:41.295] Format host information updated +Info 13638[10:41:41.667] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13639[10:41:41.676] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1273 structureChanged: false structureIsReused:: Completely Elapsed: 9.16793299978599ms +Info 13640[10:41:41.677] Different program with same set of files +Info 13641[10:41:41.677] getCompletionData: Get current token: 0.004355999641120434 +Info 13642[10:41:41.677] getCompletionData: Is inside comment: 0.04300899989902973 +Info 13643[10:41:41.677] getCompletionData: Get previous token: 0.06265099998563528 +Info 13644[10:41:41.677] getCompletionsAtPosition: isCompletionListBlocker: 0.0018330002203583717 +Info 13645[10:41:41.677] getExportInfoMap: cache hit +Info 13646[10:41:41.681] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 13647[10:41:41.681] collectAutoImports: response is complete +Info 13648[10:41:41.681] collectAutoImports: 3.2894150000065565 +Info 13649[10:41:41.681] getCompletionData: Semantic work: 3.810643000062555 +Info 13650[10:41:41.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9107569996267557 +Info 13651[10:41:41.684] Format host information updated +Info 13652[10:41:41.756] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13653[10:41:41.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1274 structureChanged: false structureIsReused:: Completely Elapsed: 7.670144000090659ms +Info 13654[10:41:41.764] Different program with same set of files +Info 13655[10:41:41.764] getCompletionData: Get current token: 0.005018999800086021 +Info 13656[10:41:41.764] getCompletionData: Is inside comment: 0.014757000375539064 +Info 13657[10:41:41.764] getCompletionData: Get previous token: 0.02218499965965748 +Info 13658[10:41:41.764] getCompletionsAtPosition: isCompletionListBlocker: 0.001731999684125185 +Info 13659[10:41:41.765] getExportInfoMap: cache hit +Info 13660[10:41:41.767] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 13661[10:41:41.767] collectAutoImports: response is complete +Info 13662[10:41:41.767] collectAutoImports: 2.5380910001695156 +Info 13663[10:41:41.767] getCompletionData: Semantic work: 3.029066000133753 +Info 13664[10:41:41.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6845300002023578 +Info 13665[10:41:41.772] Format host information updated +Info 13666[10:41:41.907] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13667[10:41:41.914] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1275 structureChanged: false structureIsReused:: Completely Elapsed: 7.374933999963105ms +Info 13668[10:41:41.914] Different program with same set of files +Info 13669[10:41:41.914] getCompletionData: Get current token: 0.004877000115811825 +Info 13670[10:41:41.914] getCompletionData: Is inside comment: 0.0146289998665452 +Info 13671[10:41:41.914] getCompletionData: Get previous token: 0.021939999889582396 +Info 13672[10:41:41.914] getCompletionsAtPosition: isCompletionListBlocker: 0.0018989997915923595 +Info 13673[10:41:41.915] getExportInfoMap: cache hit +Info 13674[10:41:41.917] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 13675[10:41:41.917] collectAutoImports: response is complete +Info 13676[10:41:41.917] collectAutoImports: 2.4794850000180304 +Info 13677[10:41:41.917] getCompletionData: Semantic work: 3.0059800003655255 +Info 13678[10:41:41.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8542799996212125 +Info 13679[10:41:41.920] Format host information updated +Info 13680[10:41:42.376] getCompletionData: Get current token: 0.005324000027030706 +Info 13681[10:41:42.376] getCompletionData: Is inside comment: 0.013735000044107437 +Info 13682[10:41:42.376] getCompletionData: Get previous token: 0.011200000066310167 +Info 13683[10:41:42.376] getCompletionsAtPosition: isCompletionListBlocker: 0.0019429996609687805 +Info 13684[10:41:42.377] getExportInfoMap: cache hit +Info 13685[10:41:42.388] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 13686[10:41:42.388] collectAutoImports: response is complete +Info 13687[10:41:42.388] collectAutoImports: 10.938591999933124 +Info 13688[10:41:42.388] getCompletionData: Semantic work: 11.607257999945432 +Info 13689[10:41:42.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.980920000001788 +Info 13690[10:41:43.032] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13691[10:41:43.041] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1276 structureChanged: false structureIsReused:: Completely Elapsed: 8.867840999737382ms +Info 13692[10:41:43.041] Different program with same set of files +Info 13693[10:41:43.041] getCompletionData: Get current token: 0.004553999751806259 +Info 13694[10:41:43.041] getCompletionData: Is inside comment: 0.014522999990731478 +Info 13695[10:41:43.041] getCompletionData: Get previous token: 0.02157899970188737 +Info 13696[10:41:43.041] getCompletionsAtPosition: isCompletionListBlocker: 0.0020860000513494015 +Info 13697[10:41:43.042] getExportInfoMap: cache hit +Info 13698[10:41:43.045] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13699[10:41:43.045] collectAutoImports: response is complete +Info 13700[10:41:43.045] collectAutoImports: 2.609792999923229 +Info 13701[10:41:43.045] getCompletionData: Semantic work: 3.172475999686867 +Info 13702[10:41:43.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8774520000442863 +Info 13703[10:41:43.047] Format host information updated +Info 13704[10:41:43.396] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13705[10:41:43.404] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1277 structureChanged: false structureIsReused:: Completely Elapsed: 7.536540000233799ms +Info 13706[10:41:43.404] Different program with same set of files +Info 13707[10:41:43.404] getCompletionData: Get current token: 0.0041770003736019135 +Info 13708[10:41:43.404] getCompletionData: Is inside comment: 0.013875000178813934 +Info 13709[10:41:43.404] getCompletionData: Get previous token: 0.020596999675035477 +Info 13710[10:41:43.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0019330000504851341 +Info 13711[10:41:43.405] getExportInfoMap: cache hit +Info 13712[10:41:43.407] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13713[10:41:43.407] collectAutoImports: response is complete +Info 13714[10:41:43.407] collectAutoImports: 2.672056999988854 +Info 13715[10:41:43.407] getCompletionData: Semantic work: 3.163755000103265 +Info 13716[10:41:43.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9650150001980364 +Info 13717[10:41:43.412] Format host information updated +Info 13718[10:41:43.535] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13719[10:41:43.542] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1278 structureChanged: false structureIsReused:: Completely Elapsed: 7.10905500035733ms +Info 13720[10:41:43.542] Different program with same set of files +Info 13721[10:41:43.542] getCompletionData: Get current token: 0.0051009999588131905 +Info 13722[10:41:43.542] getCompletionData: Is inside comment: 0.01608099974691868 +Info 13723[10:41:43.542] getCompletionData: Get previous token: 0.024430999998003244 +Info 13724[10:41:43.542] getCompletionsAtPosition: isCompletionListBlocker: 0.0020050001330673695 +Info 13725[10:41:43.543] getExportInfoMap: cache hit +Info 13726[10:41:43.546] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13727[10:41:43.546] collectAutoImports: response is complete +Info 13728[10:41:43.546] collectAutoImports: 2.917795999906957 +Info 13729[10:41:43.546] getCompletionData: Semantic work: 3.4826630000025034 +Info 13730[10:41:43.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0794100002385676 +Info 13731[10:41:43.549] Format host information updated +Info 13732[10:41:43.618] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13733[10:41:43.626] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1279 structureChanged: false structureIsReused:: Completely Elapsed: 8.605472000315785ms +Info 13734[10:41:43.626] Different program with same set of files +Info 13735[10:41:43.627] getCompletionData: Get current token: 0.004917999729514122 +Info 13736[10:41:43.627] getCompletionData: Is inside comment: 0.013540999963879585 +Info 13737[10:41:43.627] getCompletionData: Get previous token: 0.020413000136613846 +Info 13738[10:41:43.627] getCompletionsAtPosition: isCompletionListBlocker: 0.002607000060379505 +Info 13739[10:41:43.627] getExportInfoMap: cache hit +Info 13740[10:41:43.630] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13741[10:41:43.630] collectAutoImports: response is complete +Info 13742[10:41:43.630] collectAutoImports: 2.4546539997681975 +Info 13743[10:41:43.630] getCompletionData: Semantic work: 3.0342739997431636 +Info 13744[10:41:43.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7798919999040663 +Info 13745[10:41:43.633] Format host information updated +Info 13746[10:41:43.769] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13747[10:41:43.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1280 structureChanged: false structureIsReused:: Completely Elapsed: 7.015064999926835ms +Info 13748[10:41:43.776] Different program with same set of files +Info 13749[10:41:43.776] getCompletionData: Get current token: 0.00509599968791008 +Info 13750[10:41:43.776] getCompletionData: Is inside comment: 0.015488999895751476 +Info 13751[10:41:43.776] getCompletionData: Get previous token: 0.023190000094473362 +Info 13752[10:41:43.776] getCompletionsAtPosition: isCompletionListBlocker: 0.00188400037586689 +Info 13753[10:41:43.777] getExportInfoMap: cache hit +Info 13754[10:41:43.779] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13755[10:41:43.779] collectAutoImports: response is complete +Info 13756[10:41:43.779] collectAutoImports: 2.6792880003340542 +Info 13757[10:41:43.779] getCompletionData: Semantic work: 3.2026690002530813 +Info 13758[10:41:43.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9111119997687638 +Info 13759[10:41:43.784] Format host information updated +Info 13760[10:41:43.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13761[10:41:43.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1281 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.216858999803662ms +Info 13762[10:41:43.995] Different program with same set of files +Info 13763[10:41:43.995] getCompletionData: Get current token: 0.005963999778032303 +Info 13764[10:41:43.995] getCompletionData: Is inside comment: 0.015943000093102455 +Info 13765[10:41:43.995] getCompletionData: Get previous token: 0.012298000045120716 +Info 13766[10:41:43.995] getCompletionsAtPosition: isCompletionListBlocker: 0.002725999802350998 +Info 13767[10:41:43.996] getExportInfoMap: cache hit +Info 13768[10:41:44.008] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 226 from cache +Info 13769[10:41:44.008] collectAutoImports: response is complete +Info 13770[10:41:44.008] collectAutoImports: 12.076114000286907 +Info 13771[10:41:44.008] getCompletionData: Semantic work: 12.525180000346154 +Info 13772[10:41:44.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5928220003843307 +Info 13773[10:41:44.026] Format host information updated +Info 13774[10:41:44.361] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13775[10:41:44.376] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1282 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.290843000169843ms +Info 13776[10:41:44.376] Different program with same set of files +Info 13777[10:41:44.378] Format host information updated +Info 13778[10:41:44.697] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13779[10:41:44.710] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1283 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.530334000010043ms +Info 13780[10:41:44.710] Different program with same set of files +Info 13781[10:41:44.713] Format host information updated +Info 13782[10:41:44.822] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13783[10:41:44.834] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1284 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.694153000134975ms +Info 13784[10:41:44.834] Different program with same set of files +Info 13785[10:41:44.835] Format host information updated +Info 13786[10:41:44.899] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13787[10:41:44.916] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1285 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.964088999666274ms +Info 13788[10:41:44.916] Different program with same set of files +Info 13789[10:41:44.921] Format host information updated +Info 13790[10:41:45.083] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13791[10:41:45.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1286 structureChanged: true structureIsReused:: SafeModules Elapsed: 39.973059999756515ms +Info 13792[10:41:45.123] Different program with same set of files +Info 13793[10:41:45.125] Format host information updated +Info 13794[10:41:45.220] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13795[10:41:45.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1287 structureChanged: true structureIsReused:: SafeModules Elapsed: 25.99148999992758ms +Info 13796[10:41:45.246] Different program with same set of files +Info 13797[10:41:45.247] Format host information updated +Info 13798[10:41:45.291] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13799[10:41:45.302] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1288 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.69807399995625ms +Info 13800[10:41:45.302] Different program with same set of files +Info 13801[10:41:45.305] Format host information updated +Info 13802[10:41:45.481] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13803[10:41:45.517] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1289 structureChanged: true structureIsReused:: SafeModules Elapsed: 35.32594699971378ms +Info 13804[10:41:45.517] Different program with same set of files +Info 13805[10:41:45.518] Format host information updated +Info 13806[10:41:45.632] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13807[10:41:45.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1290 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.235696999821812ms +Info 13808[10:41:45.649] Different program with same set of files +Info 13809[10:41:45.650] Format host information updated +Info 13810[10:41:45.996] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13811[10:41:46.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1291 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.80267299991101ms +Info 13812[10:41:46.009] Different program with same set of files +Info 13813[10:41:46.010] Format host information updated +Info 13814[10:41:46.158] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13815[10:41:46.169] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1292 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.403789000120014ms +Info 13816[10:41:46.169] Different program with same set of files +Info 13817[10:41:46.169] getCompletionData: Get current token: 0.005009000189602375 +Info 13818[10:41:46.169] getCompletionData: Is inside comment: 0.015850999858230352 +Info 13819[10:41:46.169] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13820[10:41:46.171] Format host information updated +Info 13821[10:41:46.462] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13822[10:41:46.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1293 structureChanged: false structureIsReused:: Completely Elapsed: 6.632271999958903ms +Info 13823[10:41:46.469] Different program with same set of files +Info 13824[10:41:46.469] getCompletionData: Get current token: 0.0045439996756613255 +Info 13825[10:41:46.469] getCompletionData: Is inside comment: 0.01551700010895729 +Info 13826[10:41:46.469] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 13827[10:41:46.469] Format host information updated +Info 13828[10:41:46.814] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13829[10:41:46.823] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1294 structureChanged: false structureIsReused:: Completely Elapsed: 8.9538449998945ms +Info 13830[10:41:46.823] Different program with same set of files +Info 13831[10:41:46.823] getCompletionData: Get current token: 0.006304000038653612 +Info 13832[10:41:46.823] getCompletionData: Is inside comment: 0.0177110000513494 +Info 13833[10:41:46.823] getCompletionData: Get previous token: 0.013792000245302916 +Info 13834[10:41:46.823] getCompletionsAtPosition: isCompletionListBlocker: 0.002191999927163124 +Info 13835[10:41:46.824] getCompletionData: Semantic work: 0.36594099970534444 +Info 13836[10:41:46.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6057049999944866 +Info 13837[10:41:46.825] Format host information updated +Info 13838[10:41:49.535] Format host information updated +Info 13839[10:41:49.535] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13840[10:41:49.542] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1295 structureChanged: false structureIsReused:: Completely Elapsed: 6.8437009998597205ms +Info 13841[10:41:49.542] Different program with same set of files +Info 13842[10:41:49.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13843[10:41:49.958] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1296 structureChanged: false structureIsReused:: Completely Elapsed: 7.106858000159264ms +Info 13844[10:41:49.958] Different program with same set of files +Info 13845[10:41:49.958] getCompletionData: Get current token: 0.004486000165343285 +Info 13846[10:41:49.958] getCompletionData: Is inside comment: 0.01824899995699525 +Info 13847[10:41:49.958] getCompletionData: Get previous token: 0.02549999998882413 +Info 13848[10:41:49.958] getCompletionsAtPosition: isCompletionListBlocker: 0.003192000091075897 +Info 13849[10:41:49.960] getCompletionData: Semantic work: 2.4939050003886223 +Info 13850[10:41:49.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09471899969503284 +Info 13851[10:41:49.961] Format host information updated +Info 13852[10:41:50.098] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13853[10:41:50.107] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1297 structureChanged: false structureIsReused:: Completely Elapsed: 9.160228999797255ms +Info 13854[10:41:50.107] Different program with same set of files +Info 13855[10:41:50.108] getCompletionData: Get current token: 0.005247999913990498 +Info 13856[10:41:50.108] getCompletionData: Is inside comment: 0.02387800021097064 +Info 13857[10:41:50.108] getCompletionData: Get previous token: 0.040932000149041414 +Info 13858[10:41:50.108] getCompletionsAtPosition: isCompletionListBlocker: 0.0037620002403855324 +Info 13859[10:41:50.110] getCompletionData: Semantic work: 2.336082000285387 +Info 13860[10:41:50.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1006780001334846 +Info 13861[10:41:50.111] Format host information updated +Info 13862[10:41:50.194] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13863[10:41:50.220] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1298 structureChanged: false structureIsReused:: Completely Elapsed: 25.84189200028777ms +Info 13864[10:41:50.220] Different program with same set of files +Info 13865[10:41:50.221] getCompletionData: Get current token: 0.014740000013262033 +Info 13866[10:41:50.221] getCompletionData: Is inside comment: 0.049469000194221735 +Info 13867[10:41:50.221] getCompletionData: Get previous token: 0.07761899987235665 +Info 13868[10:41:50.221] getCompletionsAtPosition: isCompletionListBlocker: 0.007573000155389309 +Info 13869[10:41:50.226] getCompletionData: Semantic work: 5.235424000304192 +Info 13870[10:41:50.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20860800007358193 +Info 13871[10:41:50.227] Format host information updated +Info 13872[10:41:50.304] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13873[10:41:50.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1299 structureChanged: false structureIsReused:: Completely Elapsed: 31.840926999691874ms +Info 13874[10:41:50.336] Different program with same set of files +Info 13875[10:41:50.336] getCompletionData: Get current token: 0.011491999961435795 +Info 13876[10:41:50.336] getCompletionData: Is inside comment: 0.03786699986085296 +Info 13877[10:41:50.336] getCompletionData: Get previous token: 0.059047000017017126 +Info 13878[10:41:50.336] getCompletionsAtPosition: isCompletionListBlocker: 0.005867000203579664 +Info 13879[10:41:50.340] getCompletionData: Semantic work: 4.162196000106633 +Info 13880[10:41:50.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16322800004854798 +Info 13881[10:41:50.341] Format host information updated +Info 13882[10:41:50.889] Format host information updated +Info 13883[10:41:50.889] Format host information updated +Info 13884[10:41:50.889] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13885[10:41:50.896] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1300 structureChanged: false structureIsReused:: Completely Elapsed: 6.801895000040531ms +Info 13886[10:41:50.896] Different program with same set of files +Info 13887[10:41:50.896] getCompletionData: Get current token: 0.004017999861389399 +Info 13888[10:41:50.896] getCompletionData: Is inside comment: 0.012134000193327665 +Info 13889[10:41:50.896] getCompletionData: Get previous token: 0.009707000106573105 +Info 13890[10:41:50.896] getCompletionsAtPosition: isCompletionListBlocker: 0.0018770000897347927 +Info 13891[10:41:50.897] getExportInfoMap: cache hit +Info 13892[10:41:50.915] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 162 from cache +Info 13893[10:41:50.915] collectAutoImports: response is complete +Info 13894[10:41:50.915] collectAutoImports: 18.6595900002867 +Info 13895[10:41:50.915] getCompletionData: Semantic work: 19.496239999774843 +Info 13896[10:41:50.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8125469996593893 +Info 13897[10:41:50.922] getCompletionData: Get current token: 0.011565000284463167 +Info 13898[10:41:50.922] getCompletionData: Is inside comment: 0.003163000103086233 +Info 13899[10:41:50.922] getCompletionData: Get previous token: 0.01955900015309453 +Info 13900[10:41:50.922] getCompletionsAtPosition: isCompletionListBlocker: 0.003349000122398138 +Info 13901[10:41:50.923] getCompletionData: Semantic work: 0.9528929996304214 +Info 13902[10:41:50.927] getCompletionData: Get current token: 0.008037999738007784 +Info 13903[10:41:50.927] getCompletionData: Is inside comment: 0.002874999772757292 +Info 13904[10:41:50.927] getCompletionData: Get previous token: 0.02139999996870756 +Info 13905[10:41:50.927] getCompletionsAtPosition: isCompletionListBlocker: 0.003037999849766493 +Info 13906[10:41:50.927] getCompletionData: Semantic work: 0.40273999981582165 +Info 13907[10:41:50.928] Format host information updated +Info 13908[10:41:50.965] Format host information updated +Info 13909[10:41:50.965] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13910[10:41:50.972] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1301 structureChanged: false structureIsReused:: Completely Elapsed: 7.118350999895483ms +Info 13911[10:41:50.972] Different program with same set of files +Info 13912[10:41:51.186] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13913[10:41:51.194] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1302 structureChanged: false structureIsReused:: Completely Elapsed: 8.499109999742359ms +Info 13914[10:41:51.194] Different program with same set of files +Info 13915[10:41:51.195] getCompletionData: Get current token: 0.0054510002955794334 +Info 13916[10:41:51.195] getCompletionData: Is inside comment: 0.015844000037759542 +Info 13917[10:41:51.195] getCompletionData: Get previous token: 0.025817000307142735 +Info 13918[10:41:51.195] getCompletionsAtPosition: isCompletionListBlocker: 0.002423000056296587 +Info 13919[10:41:51.195] getExportInfoMap: cache hit +Info 13920[10:41:51.201] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 16 from cache +Info 13921[10:41:51.201] collectAutoImports: response is complete +Info 13922[10:41:51.201] collectAutoImports: 5.724707999732345 +Info 13923[10:41:51.201] getCompletionData: Semantic work: 6.672834000084549 +Info 13924[10:41:51.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.856633000075817 +Info 13925[10:41:51.206] Format host information updated +Info 13926[10:41:51.335] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13927[10:41:51.347] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1303 structureChanged: false structureIsReused:: Completely Elapsed: 11.20123999984935ms +Info 13928[10:41:51.347] Different program with same set of files +Info 13929[10:41:51.347] getCompletionData: Get current token: 0.008264000061899424 +Info 13930[10:41:51.347] getCompletionData: Is inside comment: 0.02370199980214238 +Info 13931[10:41:51.347] getCompletionData: Get previous token: 0.03868400026112795 +Info 13932[10:41:51.347] getCompletionsAtPosition: isCompletionListBlocker: 0.0033149998635053635 +Info 13933[10:41:51.348] getExportInfoMap: cache hit +Info 13934[10:41:51.355] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 10 from cache +Info 13935[10:41:51.355] collectAutoImports: response is complete +Info 13936[10:41:51.355] collectAutoImports: 6.588933000341058 +Info 13937[10:41:51.355] getCompletionData: Semantic work: 7.8976309997960925 +Info 13938[10:41:51.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3062689998187125 +Info 13939[10:41:51.361] Format host information updated +Info 13940[10:41:51.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13941[10:41:51.485] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1304 structureChanged: false structureIsReused:: Completely Elapsed: 7.407873000018299ms +Info 13942[10:41:51.485] Different program with same set of files +Info 13943[10:41:51.486] getCompletionData: Get current token: 0.004253999795764685 +Info 13944[10:41:51.486] getCompletionData: Is inside comment: 0.012085000053048134 +Info 13945[10:41:51.486] getCompletionData: Get previous token: 0.018675999715924263 +Info 13946[10:41:51.486] getCompletionsAtPosition: isCompletionListBlocker: 0.0018929997459053993 +Info 13947[10:41:51.488] getExportInfoMap: cache hit +Info 13948[10:41:51.491] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 3 from cache +Info 13949[10:41:51.491] collectAutoImports: response is complete +Info 13950[10:41:51.491] collectAutoImports: 3.037967000156641 +Info 13951[10:41:51.491] getCompletionData: Semantic work: 5.645492999814451 +Info 13952[10:41:51.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3646329999901354 +Info 13953[10:41:51.495] Format host information updated +Info 13954[10:41:51.620] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13955[10:41:51.646] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1305 structureChanged: false structureIsReused:: Completely Elapsed: 26.108672000002116ms +Info 13956[10:41:51.646] Different program with same set of files +Info 13957[10:41:51.647] getCompletionData: Get current token: 0.010797999799251556 +Info 13958[10:41:51.647] getCompletionData: Is inside comment: 0.03257999988272786 +Info 13959[10:41:51.647] getCompletionData: Get previous token: 0.049961000215262175 +Info 13960[10:41:51.647] getCompletionsAtPosition: isCompletionListBlocker: 0.003696999978274107 +Info 13961[10:41:51.649] getExportInfoMap: cache hit +Info 13962[10:41:51.655] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 2 from cache +Info 13963[10:41:51.655] collectAutoImports: response is complete +Info 13964[10:41:51.655] collectAutoImports: 5.8053140002302825 +Info 13965[10:41:51.655] getCompletionData: Semantic work: 7.566774999722838 +Info 13966[10:41:51.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.759551000315696 +Info 13967[10:41:51.660] Format host information updated +Info 13968[10:41:52.262] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13969[10:41:52.269] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1306 structureChanged: false structureIsReused:: Completely Elapsed: 7.1077339998446405ms +Info 13970[10:41:52.269] Different program with same set of files +Info 13971[10:41:52.269] getCompletionData: Get current token: 0.004029000177979469 +Info 13972[10:41:52.269] getCompletionData: Is inside comment: 0.011512999888509512 +Info 13973[10:41:52.269] getCompletionData: Get previous token: 0.018223999999463558 +Info 13974[10:41:52.269] getCompletionsAtPosition: isCompletionListBlocker: 0.002171000000089407 +Info 13975[10:41:52.270] getExportInfoMap: cache hit +Info 13976[10:41:52.272] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 13977[10:41:52.272] collectAutoImports: response is complete +Info 13978[10:41:52.272] collectAutoImports: 2.374632999766618 +Info 13979[10:41:52.272] getCompletionData: Semantic work: 3.058332999702543 +Info 13980[10:41:52.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.552697999868542 +Info 13981[10:41:52.276] Format host information updated +Info 13982[10:41:52.358] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13983[10:41:52.368] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1307 structureChanged: false structureIsReused:: Completely Elapsed: 10.102537999860942ms +Info 13984[10:41:52.368] Different program with same set of files +Info 13985[10:41:52.368] getCompletionData: Get current token: 0.004296000115573406 +Info 13986[10:41:52.368] getCompletionData: Is inside comment: 0.011739999987185001 +Info 13987[10:41:52.368] getCompletionData: Get previous token: 0.018660000059753656 +Info 13988[10:41:52.368] getCompletionsAtPosition: isCompletionListBlocker: 0.002329000271856785 +Info 13989[10:41:52.369] getExportInfoMap: cache hit +Info 13990[10:41:52.371] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13991[10:41:52.371] collectAutoImports: response is complete +Info 13992[10:41:52.371] collectAutoImports: 2.5130789997056127 +Info 13993[10:41:52.371] getCompletionData: Semantic work: 3.3997960002161562 +Info 13994[10:41:52.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2365879998542368 +Info 13995[10:41:52.375] Format host information updated +Info 13996[10:41:52.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13997[10:41:52.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1308 structureChanged: false structureIsReused:: Completely Elapsed: 6.636667999904603ms +Info 13998[10:41:52.424] Different program with same set of files +Info 13999[10:41:52.424] getCompletionData: Get current token: 0.004612999968230724 +Info 14000[10:41:52.424] getCompletionData: Is inside comment: 0.012891000136733055 +Info 14001[10:41:52.424] getCompletionData: Get previous token: 0.019927999936044216 +Info 14002[10:41:52.424] getCompletionsAtPosition: isCompletionListBlocker: 0.0020559998229146004 +Info 14003[10:41:52.425] getExportInfoMap: cache hit +Info 14004[10:41:52.427] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14005[10:41:52.427] collectAutoImports: response is complete +Info 14006[10:41:52.427] collectAutoImports: 2.5026929997839034 +Info 14007[10:41:52.427] getCompletionData: Semantic work: 3.2299390002153814 +Info 14008[10:41:52.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.008475000038743 +Info 14009[10:41:52.432] Format host information updated +Info 14010[10:41:52.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14011[10:41:52.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1309 structureChanged: false structureIsReused:: Completely Elapsed: 10.315990999806672ms +Info 14012[10:41:52.490] Different program with same set of files +Info 14013[10:41:52.490] getCompletionData: Get current token: 0.0077599999494850636 +Info 14014[10:41:52.490] getCompletionData: Is inside comment: 0.022758999839425087 +Info 14015[10:41:52.490] getCompletionData: Get previous token: 0.03516099974513054 +Info 14016[10:41:52.490] getCompletionsAtPosition: isCompletionListBlocker: 0.002961999736726284 +Info 14017[10:41:52.491] getExportInfoMap: cache hit +Info 14018[10:41:52.495] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14019[10:41:52.495] collectAutoImports: response is complete +Info 14020[10:41:52.495] collectAutoImports: 4.252121000085026 +Info 14021[10:41:52.495] getCompletionData: Semantic work: 5.5235760002397 +Info 14022[10:41:52.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8018860002048314 +Info 14023[10:41:52.502] Format host information updated +Info 14024[10:41:52.649] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14025[10:41:52.658] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1310 structureChanged: false structureIsReused:: Completely Elapsed: 9.077754000201821ms +Info 14026[10:41:52.658] Different program with same set of files +Info 14027[10:41:52.659] getCompletionData: Get current token: 0.005745999980717897 +Info 14028[10:41:52.659] getCompletionData: Is inside comment: 0.015647999942302704 +Info 14029[10:41:52.659] getCompletionData: Get previous token: 0.024284000042825937 +Info 14030[10:41:52.659] getCompletionsAtPosition: isCompletionListBlocker: 0.002657999750226736 +Info 14031[10:41:52.660] getExportInfoMap: cache hit +Info 14032[10:41:52.663] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14033[10:41:52.663] collectAutoImports: response is complete +Info 14034[10:41:52.663] collectAutoImports: 3.1135590001940727 +Info 14035[10:41:52.663] getCompletionData: Semantic work: 4.096286999993026 +Info 14036[10:41:52.666] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.991696999873966 +Info 14037[10:41:52.667] Format host information updated +Info 14038[10:41:52.779] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14039[10:41:52.786] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1311 structureChanged: false structureIsReused:: Completely Elapsed: 6.994352000299841ms +Info 14040[10:41:52.786] Different program with same set of files +Info 14041[10:41:52.787] getCompletionData: Get current token: 0.005416000261902809 +Info 14042[10:41:52.787] getCompletionData: Is inside comment: 0.015161999966949224 +Info 14043[10:41:52.787] getCompletionData: Get previous token: 0.022765000350773335 +Info 14044[10:41:52.787] getCompletionsAtPosition: isCompletionListBlocker: 0.002326000016182661 +Info 14045[10:41:52.787] getExportInfoMap: cache hit +Info 14046[10:41:52.790] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14047[10:41:52.790] collectAutoImports: response is complete +Info 14048[10:41:52.790] collectAutoImports: 2.8314570002257824 +Info 14049[10:41:52.790] getCompletionData: Semantic work: 3.6114550000056624 +Info 14050[10:41:52.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1924759997054935 +Info 14051[10:41:52.797] Format host information updated +Info 14052[10:41:52.990] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14053[10:41:52.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1312 structureChanged: false structureIsReused:: Completely Elapsed: 7.056441000197083ms +Info 14054[10:41:52.997] Different program with same set of files +Info 14055[10:41:52.997] getCompletionData: Get current token: 0.004927999805659056 +Info 14056[10:41:52.997] getCompletionData: Is inside comment: 0.013454999774694443 +Info 14057[10:41:52.997] getCompletionData: Get previous token: 0.010717000346630812 +Info 14058[10:41:52.997] getCompletionsAtPosition: isCompletionListBlocker: 0.0028459997847676277 +Info 14059[10:41:53.000] getCompletionData: Semantic work: 2.855950000230223 +Info 14060[10:41:53.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12096700025722384 +Info 14061[10:41:53.001] Format host information updated +Info 14062[10:41:53.237] Format host information updated +Info 14063[10:41:53.237] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14064[10:41:53.248] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1313 structureChanged: false structureIsReused:: Completely Elapsed: 11.451952999923378ms +Info 14065[10:41:53.248] Different program with same set of files +Info 14066[10:41:53.932] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14067[10:41:53.939] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1314 structureChanged: false structureIsReused:: Completely Elapsed: 6.882049999665469ms +Info 14068[10:41:53.939] Different program with same set of files +Info 14069[10:41:53.939] getCompletionData: Get current token: 0.004209000151604414 +Info 14070[10:41:53.939] getCompletionData: Is inside comment: 0.012732999864965677 +Info 14071[10:41:53.939] getCompletionData: Get previous token: 0.018943999893963337 +Info 14072[10:41:53.939] getCompletionsAtPosition: isCompletionListBlocker: 0.002814999781548977 +Info 14073[10:41:53.942] getCompletionData: Semantic work: 2.7010129997506738 +Info 14074[10:41:53.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09424799960106611 +Info 14075[10:41:53.942] Format host information updated +Info 14076[10:41:54.302] Format host information updated +Info 14077[10:41:54.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14078[10:41:54.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1315 structureChanged: false structureIsReused:: Completely Elapsed: 6.647865999955684ms +Info 14079[10:41:54.309] Different program with same set of files +Info 14080[10:42:01.115] Format host information updated +Info 14081[10:42:01.115] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14082[10:42:01.125] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1316 structureChanged: false structureIsReused:: Completely Elapsed: 9.41151800006628ms +Info 14083[10:42:01.125] Different program with same set of files +Info 14084[10:42:01.467] Format host information updated +Info 14085[10:42:01.467] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14086[10:42:01.474] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1317 structureChanged: false structureIsReused:: Completely Elapsed: 7.059100000187755ms +Info 14087[10:42:01.474] Different program with same set of files diff --git a/.log/tsserver-log-LZctRj/ti-39404.log b/.log/tsserver-log-LZctRj/ti-39404.log new file mode 100644 index 0000000..95023c8 --- /dev/null +++ b/.log/tsserver-log-LZctRj/ti-39404.log @@ -0,0 +1,32 @@ +[14:26:55.233] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[14:26:55.233] Processing cache location '/home/orion/.cache/typescript/5.2' +[14:26:55.233] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[14:26:55.235] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[14:26:55.235] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[14:26:55.235] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[14:26:55.235] Process id: 39436 +[14:26:55.235] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[14:26:55.235] validateDefaultNpmLocation: true +[14:26:55.236] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[14:26:55.236] Updating types-registry npm package... +[14:26:55.236] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[14:26:56.099] Succeeded. stdout: + + up to date, audited 36 packages in 607ms + +found 0 vulnerabilities + +[14:26:56.099] Updated types-registry npm package +[14:26:56.123] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:26:56.134] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[14:26:56.134] Explicitly included types: [] +[14:26:56.134] Inferred typings from unresolved imports: [] +[14:26:56.134] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:26:56.134] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:26:56.134] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:26:56.134] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:26:56.135] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:26:56.135] Response has been sent. +[14:26:56.135] No new typings were requested as a result of typings discovery +[14:39:17.733] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-LZctRj/tsserver.log b/.log/tsserver-log-LZctRj/tsserver.log new file mode 100644 index 0000000..7add19b --- /dev/null +++ b/.log/tsserver-log-LZctRj/tsserver.log @@ -0,0 +1,2898 @@ +Info 0 [14:26:52.862] Starting TS Server +Info 1 [14:26:52.865] Version: 5.2.2 +Info 2 [14:26:52.865] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/5b5479d38b06e1db31e79254466e5584/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-LZctRj/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:26:52.865] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:26:52.865] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [14:26:52.874] Format host information updated +Info 6 [14:26:52.875] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [14:26:52.876] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [14:26:52.876] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [14:26:52.890] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [14:26:52.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [14:26:54.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1720.127320999978ms +Info 12 [14:26:54.614] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [14:26:54.614] Files (132) + +Info 14 [14:26:54.614] ----------------------------------------------- +Info 15 [14:26:54.627] AutoImportProviderProject: found 16 root files in 5 dependencies in 11.406079999986105 ms +Info 16 [14:26:54.678] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [14:26:55.227] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 548.6738469999982ms +Info 18 [14:26:55.227] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [14:26:55.227] Files (267) + +Info 20 [14:26:55.227] ----------------------------------------------- +Info 21 [14:26:55.230] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [14:26:55.230] Files (132) + +Info 21 [14:26:55.230] ----------------------------------------------- +Info 21 [14:26:55.230] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [14:26:55.230] Files (267) + +Info 21 [14:26:55.230] ----------------------------------------------- +Info 21 [14:26:55.230] Open files: +Info 21 [14:26:55.230] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [14:26:55.230] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [14:26:55.233] Format host information updated +Info 22 [14:26:55.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [14:26:55.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 31.321336999884807ms +Info 24 [14:26:55.265] Different program with same set of files +Info 25 [14:26:55.287] Format host information updated +Info 26 [14:26:55.303] Format host information updated +Info 27 [14:26:55.304] Format host information updated +Info 28 [14:26:55.304] Format host information updated +Info 29 [14:26:55.304] Format host information updated +Info 30 [14:26:55.304] Format host information updated +Info 31 [14:26:55.304] Format host information updated +Info 32 [14:26:56.686] Format host information updated +Info 33 [14:26:56.686] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 34 [14:26:56.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 12.781124000088312ms +Info 35 [14:26:56.699] Different program with same set of files +Info 36 [14:26:56.951] Format host information updated +Info 37 [14:26:56.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 38 [14:26:56.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 9.510152000002563ms +Info 39 [14:26:56.961] Different program with same set of files +Info 40 [14:26:57.733] Before ensureProjectForOpenFiles: +Info 41 [14:26:57.733] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 41 [14:26:57.733] Files (132) + +Info 41 [14:26:57.733] ----------------------------------------------- +Info 41 [14:26:57.733] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 41 [14:26:57.733] Files (267) + +Info 41 [14:26:57.733] ----------------------------------------------- +Info 41 [14:26:57.733] Open files: +Info 41 [14:26:57.733] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 41 [14:26:57.733] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 41 [14:26:57.733] After ensureProjectForOpenFiles: +Info 42 [14:26:57.733] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 42 [14:26:57.733] Files (132) + +Info 42 [14:26:57.734] ----------------------------------------------- +Info 42 [14:26:57.734] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 42 [14:26:57.734] Files (267) + +Info 42 [14:26:57.734] ----------------------------------------------- +Info 42 [14:26:57.734] Open files: +Info 42 [14:26:57.734] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 42 [14:26:57.734] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 42 [14:26:57.734] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js +Info 43 [14:26:58.517] Format host information updated +Info 44 [14:26:58.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 45 [14:26:58.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 10.117259999969974ms +Info 46 [14:26:58.528] Different program with same set of files +Info 47 [14:26:58.872] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 48 [14:26:58.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 16.651180000044405ms +Info 49 [14:26:58.889] Different program with same set of files +Info 50 [14:26:58.907] getCompletionData: Get current token: 0.08996300003491342 +Info 51 [14:26:58.907] getCompletionData: Is inside comment: 0.0675129999872297 +Info 52 [14:26:58.907] getCompletionData: Get previous token: 0.041929000057280064 +Info 53 [14:26:58.908] getCompletionsAtPosition: isCompletionListBlocker: 0.2023649999173358 +Info 54 [14:26:58.910] getExportInfoMap: cache miss or empty; calculating new results +Info 55 [14:26:58.948] forEachExternalModuleToImportFrom autoImportProvider: 14.021532999933697 +Info 56 [14:26:58.948] getExportInfoMap: done in 38.05852100008633 ms +Info 57 [14:26:58.982] collectAutoImports: resolved 13 module specifiers, plus 175 ambient and 1036 from cache +Info 58 [14:26:58.982] collectAutoImports: response is complete +Info 59 [14:26:58.982] collectAutoImports: 33.25830599991605 +Info 60 [14:26:58.982] getCompletionData: Semantic work: 74.382382000098 +Info 61 [14:26:59.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.63625400001183 +Info 62 [14:26:59.010] Format host information updated +Info 63 [14:26:59.110] getCompletionData: Get current token: 0.012621999951079488 +Info 64 [14:26:59.110] getCompletionData: Is inside comment: 0.02346000005491078 +Info 65 [14:26:59.110] getCompletionData: Get previous token: 0.019289999967440963 +Info 66 [14:26:59.110] getCompletionsAtPosition: isCompletionListBlocker: 0.002154999994672835 +Info 67 [14:26:59.110] getCompletionData: Semantic work: 0.09740400000009686 +Info 68 [14:26:59.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05923200002871454 +Info 69 [14:26:59.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 70 [14:26:59.747] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 12.123541000066325ms +Info 71 [14:26:59.747] Different program with same set of files +Info 72 [14:26:59.748] getCompletionData: Get current token: 0.013075000024400651 +Info 73 [14:26:59.748] getCompletionData: Is inside comment: 0.03105999995023012 +Info 74 [14:26:59.748] getCompletionData: Get previous token: 0.038760999916121364 +Info 75 [14:26:59.748] getCompletionsAtPosition: isCompletionListBlocker: 0.0028219999512657523 +Info 76 [14:26:59.748] getCompletionData: Semantic work: 0.019277999992482364 +Info 77 [14:26:59.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10508899996057153 +Info 78 [14:26:59.749] Format host information updated +Info 79 [14:26:59.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 80 [14:26:59.976] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 11.426503999973647ms +Info 81 [14:26:59.976] Different program with same set of files +Info 82 [14:26:59.976] getCompletionData: Get current token: 0.009008999913930893 +Info 83 [14:26:59.976] getCompletionData: Is inside comment: 0.039496000041253865 +Info 84 [14:26:59.976] getCompletionData: Get previous token: 0.027135999989695847 +Info 85 [14:26:59.976] getCompletionsAtPosition: isCompletionListBlocker: 0.0022540000500157475 +Info 86 [14:26:59.976] getCompletionData: Semantic work: 0.019016999984160066 +Info 87 [14:26:59.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10118900006636977 +Info 88 [14:26:59.977] Format host information updated +Info 89 [14:27:00.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 90 [14:27:00.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 10.370363999973051ms +Info 91 [14:27:00.081] Different program with same set of files +Info 92 [14:27:00.081] getCompletionData: Get current token: 0.010458000004291534 +Info 93 [14:27:00.081] getCompletionData: Is inside comment: 0.03377199999522418 +Info 94 [14:27:00.081] getCompletionData: Get previous token: 0.03472300001885742 +Info 95 [14:27:00.081] getCompletionsAtPosition: isCompletionListBlocker: 0.00443600001744926 +Info 96 [14:27:00.081] getCompletionData: Semantic work: 0.020650999969802797 +Info 97 [14:27:00.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07802200003061444 +Info 98 [14:27:00.082] Format host information updated +Info 99 [14:27:00.142] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 100 [14:27:00.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 17.214375999988988ms +Info 101 [14:27:00.159] Different program with same set of files +Info 102 [14:27:00.160] getCompletionData: Get current token: 0.013584999949671328 +Info 103 [14:27:00.160] getCompletionData: Is inside comment: 0.03029699996113777 +Info 104 [14:27:00.160] getCompletionData: Get previous token: 0.043049000087194145 +Info 105 [14:27:00.160] getCompletionsAtPosition: isCompletionListBlocker: 0.0031720000552013516 +Info 106 [14:27:00.160] getCompletionData: Semantic work: 0.03199799999129027 +Info 107 [14:27:00.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10253899998497218 +Info 108 [14:27:00.161] Format host information updated +Info 109 [14:27:00.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 110 [14:27:00.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 7.4100300000282004ms +Info 111 [14:27:00.348] Different program with same set of files +Info 112 [14:27:00.349] getCompletionData: Get current token: 0.010354000027291477 +Info 113 [14:27:00.349] getCompletionData: Is inside comment: 0.022400000016205013 +Info 114 [14:27:00.349] getCompletionData: Get previous token: 0.036807000054977834 +Info 115 [14:27:00.349] getCompletionsAtPosition: isCompletionListBlocker: 0.002589999930933118 +Info 116 [14:27:00.349] getCompletionData: Semantic work: 0.015374999959021807 +Info 117 [14:27:00.349] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08474500000011176 +Info 118 [14:27:00.349] Format host information updated +Info 119 [14:27:00.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 120 [14:27:00.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 6.950884000048973ms +Info 121 [14:27:00.416] Different program with same set of files +Info 122 [14:27:00.416] getCompletionData: Get current token: 0.009022000012919307 +Info 123 [14:27:00.416] getCompletionData: Is inside comment: 0.019823000067844987 +Info 124 [14:27:00.416] getCompletionData: Get previous token: 0.025410000002011657 +Info 125 [14:27:00.416] getCompletionsAtPosition: isCompletionListBlocker: 0.0024429999757558107 +Info 126 [14:27:00.416] getCompletionData: Semantic work: 0.014226999948732555 +Info 127 [14:27:00.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06941299990285188 +Info 128 [14:27:00.419] Format host information updated +Info 129 [14:27:00.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 130 [14:27:00.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 27.190111999982037ms +Info 131 [14:27:00.508] Different program with same set of files +Info 132 [14:27:00.509] getCompletionData: Get current token: 0.04957399994600564 +Info 133 [14:27:00.509] getCompletionData: Is inside comment: 0.1061980000231415 +Info 134 [14:27:00.510] getCompletionData: Get previous token: 0.1326549999648705 +Info 135 [14:27:00.510] getCompletionsAtPosition: isCompletionListBlocker: 0.012042999966070056 +Info 136 [14:27:00.510] getCompletionData: Semantic work: 0.04267600004095584 +Info 137 [14:27:00.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23410500003956258 +Info 138 [14:27:00.511] Format host information updated +Info 139 [14:27:00.758] Format host information updated +Info 140 [14:27:00.758] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 141 [14:27:00.765] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 6.927496999967843ms +Info 142 [14:27:00.765] Different program with same set of files +Info 143 [14:27:00.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 144 [14:27:00.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 9.17061399994418ms +Info 145 [14:27:00.983] Different program with same set of files +Info 146 [14:27:00.983] getCompletionData: Get current token: 0.010614000027999282 +Info 147 [14:27:00.983] getCompletionData: Is inside comment: 0.024138999986462295 +Info 148 [14:27:00.983] getCompletionData: Get previous token: 0.020407999982126057 +Info 149 [14:27:00.983] getCompletionsAtPosition: isCompletionListBlocker: 0.03396300005260855 +Info 150 [14:27:00.984] getExportInfoMap: cache hit +Info 151 [14:27:01.003] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 152 [14:27:01.003] collectAutoImports: response is complete +Info 153 [14:27:01.003] collectAutoImports: 18.5938610000303 +Info 154 [14:27:01.003] getCompletionData: Semantic work: 19.37107500003185 +Info 155 [14:27:01.019] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.883012000005692 +Info 156 [14:27:01.024] Format host information updated +Info 157 [14:27:01.092] Format host information updated +Info 158 [14:27:01.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 159 [14:27:01.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 10.719241000013426ms +Info 160 [14:27:01.104] Different program with same set of files +Info 161 [14:27:01.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 162 [14:27:01.285] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 22.993230000021867ms +Info 163 [14:27:01.286] Different program with same set of files +Info 164 [14:27:01.286] getCompletionData: Get current token: 0.03474199993070215 +Info 165 [14:27:01.287] getCompletionData: Is inside comment: 0.15304699994158 +Info 166 [14:27:01.287] getCompletionData: Get previous token: 0.06923800008371472 +Info 167 [14:27:01.287] getCompletionsAtPosition: isCompletionListBlocker: 0.03517599997576326 +Info 168 [14:27:01.289] getExportInfoMap: cache hit +Info 169 [14:27:01.317] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 170 [14:27:01.317] collectAutoImports: response is complete +Info 171 [14:27:01.317] collectAutoImports: 27.168810000061058 +Info 172 [14:27:01.317] getCompletionData: Semantic work: 29.811020999914035 +Info 173 [14:27:01.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.523623999906704 +Info 174 [14:27:01.332] Format host information updated +Info 175 [14:27:01.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 176 [14:27:01.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 33.531866999925114ms +Info 177 [14:27:01.551] Different program with same set of files +Info 178 [14:27:01.552] getCompletionData: Get current token: 0.023392000002786517 +Info 179 [14:27:01.552] getCompletionData: Is inside comment: 0.06698699994012713 +Info 180 [14:27:01.552] getCompletionData: Get previous token: 0.047648000065237284 +Info 181 [14:27:01.552] getCompletionsAtPosition: isCompletionListBlocker: 0.020641000010073185 +Info 182 [14:27:01.553] getExportInfoMap: cache hit +Info 183 [14:27:01.575] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 184 [14:27:01.575] collectAutoImports: response is complete +Info 185 [14:27:01.575] collectAutoImports: 21.155710999970324 +Info 186 [14:27:01.575] getCompletionData: Semantic work: 22.813945000059903 +Info 187 [14:27:01.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.987630999996327 +Info 188 [14:27:01.590] Format host information updated +Info 189 [14:27:01.596] Format host information updated +Info 190 [14:27:01.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 191 [14:27:01.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 6.94521299994085ms +Info 192 [14:27:01.603] Different program with same set of files +Info 193 [14:27:01.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 194 [14:27:01.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 7.162954000057653ms +Info 195 [14:27:01.790] Different program with same set of files +Info 196 [14:27:01.791] getCompletionData: Get current token: 0.01020100002642721 +Info 197 [14:27:01.791] getCompletionData: Is inside comment: 0.04397799994330853 +Info 198 [14:27:01.791] getCompletionData: Get previous token: 0.031395999947562814 +Info 199 [14:27:01.791] getCompletionsAtPosition: isCompletionListBlocker: 0.009358000010251999 +Info 200 [14:27:01.792] getExportInfoMap: cache hit +Info 201 [14:27:01.796] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 202 [14:27:01.796] collectAutoImports: response is complete +Info 203 [14:27:01.796] collectAutoImports: 4.3229140000185 +Info 204 [14:27:01.796] getCompletionData: Semantic work: 5.241055999998935 +Info 205 [14:27:01.801] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.179963000002317 +Info 206 [14:27:01.802] Format host information updated +Info 207 [14:27:01.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 208 [14:27:01.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 6.878081999951974ms +Info 209 [14:27:01.995] Different program with same set of files +Info 210 [14:27:01.995] getCompletionData: Get current token: 0.010461000027135015 +Info 211 [14:27:01.995] getCompletionData: Is inside comment: 0.023828999954275787 +Info 212 [14:27:01.995] getCompletionData: Get previous token: 0.03155399998649955 +Info 213 [14:27:01.995] getCompletionsAtPosition: isCompletionListBlocker: 0.011609999928623438 +Info 214 [14:27:01.996] getExportInfoMap: cache hit +Info 215 [14:27:01.998] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 58 from cache +Info 216 [14:27:01.998] collectAutoImports: response is complete +Info 217 [14:27:01.998] collectAutoImports: 2.187865999992937 +Info 218 [14:27:01.998] getCompletionData: Semantic work: 2.964320999919437 +Info 219 [14:27:02.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.814280000049621 +Info 220 [14:27:02.002] Format host information updated +Info 221 [14:27:02.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 222 [14:27:02.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 17.928905999986455ms +Info 223 [14:27:02.087] Different program with same set of files +Info 224 [14:27:02.088] getCompletionData: Get current token: 0.021861999994143844 +Info 225 [14:27:02.088] getCompletionData: Is inside comment: 0.051503999973647296 +Info 226 [14:27:02.088] getCompletionData: Get previous token: 0.06669999996665865 +Info 227 [14:27:02.088] getCompletionsAtPosition: isCompletionListBlocker: 0.019446999998763204 +Info 228 [14:27:02.089] getExportInfoMap: cache hit +Info 229 [14:27:02.094] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 230 [14:27:02.095] collectAutoImports: response is complete +Info 231 [14:27:02.095] collectAutoImports: 5.228923999937251 +Info 232 [14:27:02.095] getCompletionData: Semantic work: 6.412979000015184 +Info 233 [14:27:02.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.339999999967404 +Info 234 [14:27:02.103] Format host information updated +Info 235 [14:27:02.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 236 [14:27:02.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 20.555151000036858ms +Info 237 [14:27:02.196] Different program with same set of files +Info 238 [14:27:02.196] getCompletionData: Get current token: 0.032199000008404255 +Info 239 [14:27:02.196] getCompletionData: Is inside comment: 0.07594600005540997 +Info 240 [14:27:02.197] getCompletionData: Get previous token: 0.1034659999422729 +Info 241 [14:27:02.197] getCompletionsAtPosition: isCompletionListBlocker: 0.027700999984517694 +Info 242 [14:27:02.199] getExportInfoMap: cache hit +Info 243 [14:27:02.204] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 244 [14:27:02.204] collectAutoImports: response is complete +Info 245 [14:27:02.204] collectAutoImports: 4.990327000035904 +Info 246 [14:27:02.204] getCompletionData: Semantic work: 6.952884000027552 +Info 247 [14:27:02.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.51783299993258 +Info 248 [14:27:02.211] Format host information updated +Info 249 [14:27:02.347] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 250 [14:27:02.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 11.545920999953523ms +Info 251 [14:27:02.359] Different program with same set of files +Info 252 [14:27:02.359] getCompletionData: Get current token: 0.013602999970316887 +Info 253 [14:27:02.359] getCompletionData: Is inside comment: 0.026471999939531088 +Info 254 [14:27:02.359] getCompletionData: Get previous token: 0.03551299998071045 +Info 255 [14:27:02.359] getCompletionsAtPosition: isCompletionListBlocker: 0.065902000060305 +Info 256 [14:27:02.360] getExportInfoMap: cache hit +Info 257 [14:27:02.363] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 258 [14:27:02.363] collectAutoImports: response is complete +Info 259 [14:27:02.363] collectAutoImports: 2.683195000048727 +Info 260 [14:27:02.363] getCompletionData: Semantic work: 3.60367999994196 +Info 261 [14:27:02.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.444813000038266 +Info 262 [14:27:02.367] Format host information updated +Info 263 [14:27:02.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 264 [14:27:02.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 25.578623000066727ms +Info 265 [14:27:02.504] Different program with same set of files +Info 266 [14:27:02.505] getCompletionData: Get current token: 0.04215600003954023 +Info 267 [14:27:02.505] getCompletionData: Is inside comment: 0.08564299996942282 +Info 268 [14:27:02.506] getCompletionData: Get previous token: 0.12868899991735816 +Info 269 [14:27:02.506] getCompletionsAtPosition: isCompletionListBlocker: 0.03358100005425513 +Info 270 [14:27:02.507] getExportInfoMap: cache hit +Info 271 [14:27:02.514] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 272 [14:27:02.514] collectAutoImports: response is complete +Info 273 [14:27:02.514] collectAutoImports: 6.228683999972418 +Info 274 [14:27:02.514] getCompletionData: Semantic work: 8.339555999962613 +Info 275 [14:27:02.520] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.811621000058949 +Info 276 [14:27:02.525] Format host information updated +Info 277 [14:27:04.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 278 [14:27:04.868] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.732501000049524ms +Info 279 [14:27:04.868] Different program with same set of files +Info 280 [14:27:04.868] getCompletionData: Get current token: 0.0071749999187886715 +Info 281 [14:27:04.868] getCompletionData: Is inside comment: 0.011851000017486513 +Info 282 [14:27:04.868] getCompletionData: Get previous token: 0.013703999924473464 +Info 283 [14:27:04.868] getCompletionsAtPosition: isCompletionListBlocker: 0.0020779999904334545 +Info 284 [14:27:04.868] Returning an empty list because completion was requested in an invalid position. +Info 285 [14:27:04.869] Format host information updated +Info 286 [14:27:05.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 287 [14:27:05.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 6.6368490000022575ms +Info 288 [14:27:05.063] Different program with same set of files +Info 289 [14:27:05.063] getCompletionData: Get current token: 0.007099000038579106 +Info 290 [14:27:05.063] getCompletionData: Is inside comment: 0.011937000090256333 +Info 291 [14:27:05.063] getCompletionData: Get previous token: 0.025866999989375472 +Info 292 [14:27:05.063] getCompletionsAtPosition: isCompletionListBlocker: 0.0017600000137463212 +Info 293 [14:27:05.063] Returning an empty list because completion was requested in an invalid position. +Info 294 [14:27:05.064] Format host information updated +Info 295 [14:27:05.153] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 296 [14:27:05.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 8.530537000042386ms +Info 297 [14:27:05.162] Different program with same set of files +Info 298 [14:27:05.162] getCompletionData: Get current token: 0.006931999931111932 +Info 299 [14:27:05.162] getCompletionData: Is inside comment: 0.02085500000976026 +Info 300 [14:27:05.162] getCompletionData: Get previous token: 0.013848999980837107 +Info 301 [14:27:05.162] getCompletionsAtPosition: isCompletionListBlocker: 0.00216599996201694 +Info 302 [14:27:05.162] Returning an empty list because completion was requested in an invalid position. +Info 303 [14:27:05.162] Format host information updated +Info 304 [14:27:05.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 305 [14:27:05.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.562825999921188ms +Info 306 [14:27:05.254] Different program with same set of files +Info 307 [14:27:05.254] getCompletionData: Get current token: 0.00731899996753782 +Info 308 [14:27:05.254] getCompletionData: Is inside comment: 0.010298000066541135 +Info 309 [14:27:05.254] getCompletionData: Get previous token: 0.012104000081308186 +Info 310 [14:27:05.254] getCompletionsAtPosition: isCompletionListBlocker: 0.004665000014938414 +Info 311 [14:27:05.254] Returning an empty list because completion was requested in an invalid position. +Info 312 [14:27:05.255] Format host information updated +Info 313 [14:27:05.846] getCompletionData: Get current token: 0.005808999994769692 +Info 314 [14:27:05.846] getCompletionData: Is inside comment: 0.010740999947302043 +Info 315 [14:27:05.847] getCompletionData: Get previous token: 0.007885000086389482 +Info 316 [14:27:05.847] getCompletionsAtPosition: isCompletionListBlocker: 0.010137000004760921 +Info 317 [14:27:05.847] getExportInfoMap: cache hit +Info 318 [14:27:05.870] collectAutoImports: resolved 15 module specifiers, plus 219 ambient and 870 from cache +Info 319 [14:27:05.870] collectAutoImports: response is complete +Info 320 [14:27:05.870] collectAutoImports: 22.924573000054806 +Info 321 [14:27:05.870] getCompletionData: Semantic work: 23.782599000027403 +Info 322 [14:27:05.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.384130000020377 +Info 323 [14:27:07.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 324 [14:27:07.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 6.6865990000078455ms +Info 325 [14:27:07.370] Different program with same set of files +Info 326 [14:27:07.371] getCompletionData: Get current token: 0.005171000026166439 +Info 327 [14:27:07.371] getCompletionData: Is inside comment: 0.011652999906800687 +Info 328 [14:27:07.371] getCompletionData: Get previous token: 0.008392999996431172 +Info 329 [14:27:07.371] getCompletionsAtPosition: isCompletionListBlocker: 0.0024340000236406922 +Info 330 [14:27:07.372] getCompletionData: Semantic work: 1.4083010000176728 +Info 331 [14:27:07.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10131299996282905 +Info 332 [14:27:07.373] Format host information updated +Info 333 [14:27:07.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 334 [14:27:07.540] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 8.523176999995485ms +Info 335 [14:27:07.540] Different program with same set of files +Info 336 [14:27:07.541] getCompletionData: Get current token: 0.004947999957948923 +Info 337 [14:27:07.541] getCompletionData: Is inside comment: 0.010796000016853213 +Info 338 [14:27:07.541] getCompletionData: Get previous token: 0.016069000004790723 +Info 339 [14:27:07.541] getCompletionsAtPosition: isCompletionListBlocker: 0.0032420000061392784 +Info 340 [14:27:07.541] getCompletionData: Semantic work: 0.27125099999830127 +Info 341 [14:27:07.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.072851000004448 +Info 342 [14:27:07.541] Format host information updated +Info 343 [14:27:07.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 344 [14:27:07.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 6.706048000021838ms +Info 345 [14:27:07.702] Different program with same set of files +Info 346 [14:27:07.702] getCompletionData: Get current token: 0.0049730000318959355 +Info 347 [14:27:07.702] getCompletionData: Is inside comment: 0.011504000052809715 +Info 348 [14:27:07.702] getCompletionData: Get previous token: 0.01662499993108213 +Info 349 [14:27:07.702] getCompletionsAtPosition: isCompletionListBlocker: 0.0026310000102967024 +Info 350 [14:27:07.702] getCompletionData: Semantic work: 0.2666690000332892 +Info 351 [14:27:07.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08304800000041723 +Info 352 [14:27:07.702] Format host information updated +Info 353 [14:27:07.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 354 [14:27:07.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.232172999996692ms +Info 355 [14:27:07.788] Different program with same set of files +Info 356 [14:27:07.788] getCompletionData: Get current token: 0.004641999956220388 +Info 357 [14:27:07.788] getCompletionData: Is inside comment: 0.01065699988976121 +Info 358 [14:27:07.788] getCompletionData: Get previous token: 0.015220999950543046 +Info 359 [14:27:07.788] getCompletionsAtPosition: isCompletionListBlocker: 0.0024389999452978373 +Info 360 [14:27:07.788] getCompletionData: Semantic work: 0.24577600008342415 +Info 361 [14:27:07.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06663699995260686 +Info 362 [14:27:07.790] Format host information updated +Info 363 [14:27:08.167] Format host information updated +Info 364 [14:27:08.167] Format host information updated +Info 365 [14:27:08.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 366 [14:27:08.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 6.585679999901913ms +Info 367 [14:27:08.174] Different program with same set of files +Info 368 [14:27:08.174] getCompletionData: Get current token: 0.0047580000245943666 +Info 369 [14:27:08.174] getCompletionData: Is inside comment: 0.011464999988675117 +Info 370 [14:27:08.174] getCompletionData: Get previous token: 0.008337999926880002 +Info 371 [14:27:08.174] getCompletionsAtPosition: isCompletionListBlocker: 0.00913099991157651 +Info 372 [14:27:08.175] getExportInfoMap: cache hit +Info 373 [14:27:08.190] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 374 [14:27:08.190] collectAutoImports: response is complete +Info 375 [14:27:08.190] collectAutoImports: 15.030552999931388 +Info 376 [14:27:08.190] getCompletionData: Semantic work: 15.672087999992073 +Info 377 [14:27:08.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.45041399996262 +Info 378 [14:27:08.201] getCompletionData: Get current token: 0.02165200002491474 +Info 379 [14:27:08.201] getCompletionData: Is inside comment: 0.00789700006134808 +Info 380 [14:27:08.201] getCompletionData: Get previous token: 0.021287000039592385 +Info 381 [14:27:08.201] getCompletionsAtPosition: isCompletionListBlocker: 0.003714999998919666 +Info 382 [14:27:08.201] getCompletionData: Semantic work: 0.32894000003580004 +Info 383 [14:27:08.206] getCompletionData: Get current token: 0.012107999995350838 +Info 384 [14:27:08.206] getCompletionData: Is inside comment: 0.006310999975539744 +Info 385 [14:27:08.206] getCompletionData: Get previous token: 0.03454800008330494 +Info 386 [14:27:08.206] getCompletionsAtPosition: isCompletionListBlocker: 0.0022590000880882144 +Info 387 [14:27:08.206] getCompletionData: Semantic work: 0.2482869999948889 +Info 388 [14:27:08.207] Format host information updated +Info 389 [14:27:13.036] Format host information updated +Info 390 [14:27:13.037] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 391 [14:27:13.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 7.424402000033297ms +Info 392 [14:27:13.044] Different program with same set of files +Info 393 [14:27:13.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 394 [14:27:13.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 7.624047000077553ms +Info 395 [14:27:13.281] Different program with same set of files +Info 396 [14:27:13.281] getCompletionData: Get current token: 0.005914999986998737 +Info 397 [14:27:13.281] getCompletionData: Is inside comment: 0.009811999974772334 +Info 398 [14:27:13.281] getCompletionData: Get previous token: 0.011432999977841973 +Info 399 [14:27:13.282] getCompletionsAtPosition: isCompletionListBlocker: 0.007594999973662198 +Info 400 [14:27:13.282] getExportInfoMap: cache hit +Info 401 [14:27:13.287] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 87 from cache +Info 402 [14:27:13.287] collectAutoImports: response is complete +Info 403 [14:27:13.287] collectAutoImports: 4.804848000057973 +Info 404 [14:27:13.287] getCompletionData: Semantic work: 5.363870000001043 +Info 405 [14:27:13.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6894320000428706 +Info 406 [14:27:13.291] Format host information updated +Info 407 [14:27:13.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 408 [14:27:13.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.9575749998912215ms +Info 409 [14:27:13.486] Different program with same set of files +Info 410 [14:27:13.486] getCompletionData: Get current token: 0.007522999891079962 +Info 411 [14:27:13.486] getCompletionData: Is inside comment: 0.012014999985694885 +Info 412 [14:27:13.486] getCompletionData: Get previous token: 0.013566000037826598 +Info 413 [14:27:13.486] getCompletionsAtPosition: isCompletionListBlocker: 0.007765999995172024 +Info 414 [14:27:13.486] getExportInfoMap: cache hit +Info 415 [14:27:13.489] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 58 from cache +Info 416 [14:27:13.489] collectAutoImports: response is complete +Info 417 [14:27:13.489] collectAutoImports: 2.378554999944754 +Info 418 [14:27:13.489] getCompletionData: Semantic work: 2.9746009999653324 +Info 419 [14:27:13.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.719969000085257 +Info 420 [14:27:13.494] Format host information updated +Info 421 [14:27:13.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 422 [14:27:13.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.945280999992974ms +Info 423 [14:27:13.598] Different program with same set of files +Info 424 [14:27:13.598] getCompletionData: Get current token: 0.006402999977581203 +Info 425 [14:27:13.598] getCompletionData: Is inside comment: 0.04522099997848272 +Info 426 [14:27:13.598] getCompletionData: Get previous token: 0.011691999970935285 +Info 427 [14:27:13.598] getCompletionsAtPosition: isCompletionListBlocker: 0.01006300002336502 +Info 428 [14:27:13.599] getExportInfoMap: cache hit +Info 429 [14:27:13.601] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 430 [14:27:13.601] collectAutoImports: response is complete +Info 431 [14:27:13.601] collectAutoImports: 2.0111659999238327 +Info 432 [14:27:13.601] getCompletionData: Semantic work: 2.5538139999844134 +Info 433 [14:27:13.603] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4523490000283346 +Info 434 [14:27:13.604] Format host information updated +Info 435 [14:27:13.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 436 [14:27:13.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 10.779429999995045ms +Info 437 [14:27:13.664] Different program with same set of files +Info 438 [14:27:13.664] getCompletionData: Get current token: 0.013101999997161329 +Info 439 [14:27:13.664] getCompletionData: Is inside comment: 0.02066699997521937 +Info 440 [14:27:13.664] getCompletionData: Get previous token: 0.023431000066921115 +Info 441 [14:27:13.665] getCompletionsAtPosition: isCompletionListBlocker: 0.015662999940104783 +Info 442 [14:27:13.665] getExportInfoMap: cache hit +Info 443 [14:27:13.668] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 444 [14:27:13.668] collectAutoImports: response is complete +Info 445 [14:27:13.668] collectAutoImports: 2.9860999999800697 +Info 446 [14:27:13.668] getCompletionData: Semantic work: 3.9093420000281185 +Info 447 [14:27:13.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.1378189999377355 +Info 448 [14:27:13.676] Format host information updated +Info 449 [14:27:13.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 450 [14:27:13.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 7.153516999911517ms +Info 451 [14:27:13.873] Different program with same set of files +Info 452 [14:27:13.873] getCompletionData: Get current token: 0.008050000062212348 +Info 453 [14:27:13.873] getCompletionData: Is inside comment: 0.012250000028871 +Info 454 [14:27:13.873] getCompletionData: Get previous token: 0.014503999962471426 +Info 455 [14:27:13.873] getCompletionsAtPosition: isCompletionListBlocker: 0.00869699998293072 +Info 456 [14:27:13.874] getExportInfoMap: cache hit +Info 457 [14:27:13.875] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 458 [14:27:13.875] collectAutoImports: response is complete +Info 459 [14:27:13.876] collectAutoImports: 1.8607060000067577 +Info 460 [14:27:13.876] getCompletionData: Semantic work: 2.461437000078149 +Info 461 [14:27:13.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.591243000002578 +Info 462 [14:27:13.879] Format host information updated +Info 463 [14:27:14.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 464 [14:27:14.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.8918390000471845ms +Info 465 [14:27:14.041] Different program with same set of files +Info 466 [14:27:14.041] getCompletionData: Get current token: 0.007688999990932643 +Info 467 [14:27:14.041] getCompletionData: Is inside comment: 0.009415000095032156 +Info 468 [14:27:14.041] getCompletionData: Get previous token: 0.010643000015988946 +Info 469 [14:27:14.041] getCompletionsAtPosition: isCompletionListBlocker: 0.007985000032931566 +Info 470 [14:27:14.044] getExportInfoMap: cache hit +Info 471 [14:27:14.046] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 472 [14:27:14.046] collectAutoImports: response is complete +Info 473 [14:27:14.046] collectAutoImports: 1.675673000048846 +Info 474 [14:27:14.046] getCompletionData: Semantic work: 4.194006000063382 +Info 475 [14:27:14.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.68628699996043 +Info 476 [14:27:14.049] Format host information updated +Info 477 [14:27:41.416] Search path: /home/orion/src/purescript-puppeteer/src +Info 478 [14:27:41.416] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 479 [14:27:41.417] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 479 [14:27:41.417] Files (132) + +Info 479 [14:27:41.417] ----------------------------------------------- +Info 479 [14:27:41.417] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 479 [14:27:41.417] Files (267) + +Info 479 [14:27:41.417] ----------------------------------------------- +Info 479 [14:27:41.417] Open files: +Info 479 [14:27:41.417] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 479 [14:27:41.417] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 479 [14:27:41.417] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 479 [14:27:41.417] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 479 [14:27:41.631] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 480 [14:27:41.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 38.5804440000793ms +Info 481 [14:27:41.669] Different program with same set of files +Info 482 [14:27:43.929] Before ensureProjectForOpenFiles: +Info 483 [14:27:43.929] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 483 [14:27:43.929] Files (132) + +Info 483 [14:27:43.929] ----------------------------------------------- +Info 483 [14:27:43.929] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 483 [14:27:43.929] Files (267) + +Info 483 [14:27:43.929] ----------------------------------------------- +Info 483 [14:27:43.929] Open files: +Info 483 [14:27:43.929] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 483 [14:27:43.929] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 483 [14:27:43.929] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 483 [14:27:43.929] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 483 [14:27:43.929] After ensureProjectForOpenFiles: +Info 484 [14:27:43.929] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 484 [14:27:43.929] Files (132) + +Info 484 [14:27:43.929] ----------------------------------------------- +Info 484 [14:27:43.930] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 484 [14:27:43.930] Files (267) + +Info 484 [14:27:43.930] ----------------------------------------------- +Info 484 [14:27:43.930] Open files: +Info 484 [14:27:43.930] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 484 [14:27:43.930] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 484 [14:27:43.930] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 484 [14:27:43.930] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 484 [14:27:43.930] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js +Info 485 [14:27:45.395] Format host information updated +Info 486 [14:27:46.503] Format host information updated +Info 487 [14:27:46.503] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 488 [14:27:46.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 12.810532000032254ms +Info 489 [14:27:46.516] Different program with same set of files +Info 490 [14:27:47.187] Format host information updated +Info 491 [14:27:47.187] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 492 [14:27:47.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 13.808741000015289ms +Info 493 [14:27:47.201] Different program with same set of files +Info 494 [14:27:47.464] Format host information updated +Info 495 [14:27:47.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 496 [14:27:47.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 12.271748999948613ms +Info 497 [14:27:47.476] Different program with same set of files +Info 498 [14:27:47.759] Format host information updated +Info 499 [14:27:47.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 500 [14:27:47.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 11.778422000003047ms +Info 501 [14:27:47.771] Different program with same set of files +Info 502 [14:27:48.346] Format host information updated +Info 503 [14:27:48.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 504 [14:27:48.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 7.4075760000851005ms +Info 505 [14:27:48.354] Different program with same set of files +Info 506 [14:27:48.876] Format host information updated +Info 507 [14:27:48.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 508 [14:27:48.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.7438779999502ms +Info 509 [14:27:48.883] Different program with same set of files +Info 510 [14:27:51.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 511 [14:27:51.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 6.814306000014767ms +Info 512 [14:27:51.186] Different program with same set of files +Info 513 [14:27:51.186] getCompletionData: Get current token: 0.0037350000347942114 +Info 514 [14:27:51.186] getCompletionData: Is inside comment: 0.0016210000030696392 +Info 515 [14:27:51.186] getCompletionData: Get previous token: 0.010116999968886375 +Info 516 [14:27:51.186] getCompletionsAtPosition: isCompletionListBlocker: 0.0783979999832809 +Info 517 [14:27:51.187] getExportInfoMap: cache miss or empty; calculating new results +Info 518 [14:27:51.206] forEachExternalModuleToImportFrom autoImportProvider: 8.197145999991335 +Info 519 [14:27:51.206] getExportInfoMap: done in 19.10089300002437 ms +Info 520 [14:27:51.229] collectAutoImports: resolved 24 module specifiers, plus 219 ambient and 862 from cache +Info 521 [14:27:51.229] collectAutoImports: response is complete +Info 522 [14:27:51.229] collectAutoImports: 22.742803000030108 +Info 523 [14:27:51.229] getCompletionData: Semantic work: 42.63026300002821 +Info 524 [14:27:51.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.66588599991519 +Info 525 [14:27:51.238] Format host information updated +Info 526 [14:27:51.389] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 527 [14:27:51.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 8.746613000053912ms +Info 528 [14:27:51.397] Different program with same set of files +Info 529 [14:27:51.398] getCompletionData: Get current token: 0.006662999978289008 +Info 530 [14:27:51.398] getCompletionData: Is inside comment: 0.002281000022776425 +Info 531 [14:27:51.398] getCompletionData: Get previous token: 0.019192000036127865 +Info 532 [14:27:51.398] getCompletionsAtPosition: isCompletionListBlocker: 0.009156999993138015 +Info 533 [14:27:51.398] getExportInfoMap: cache hit +Info 534 [14:27:51.420] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 535 [14:27:51.420] collectAutoImports: response is complete +Info 536 [14:27:51.420] collectAutoImports: 21.519169999985024 +Info 537 [14:27:51.420] getCompletionData: Semantic work: 22.362194000044838 +Info 538 [14:27:51.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 32.12515600002371 +Info 539 [14:27:51.457] Format host information updated +Info 540 [14:27:51.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 541 [14:27:51.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 9.157862000050955ms +Info 542 [14:27:51.549] Different program with same set of files +Info 543 [14:27:51.549] getCompletionData: Get current token: 0.005619999952614307 +Info 544 [14:27:51.549] getCompletionData: Is inside comment: 0.0020000000949949026 +Info 545 [14:27:51.549] getCompletionData: Get previous token: 0.01231499994173646 +Info 546 [14:27:51.549] getCompletionsAtPosition: isCompletionListBlocker: 0.007164000067859888 +Info 547 [14:27:51.550] getExportInfoMap: cache hit +Info 548 [14:27:51.563] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 549 [14:27:51.563] collectAutoImports: response is complete +Info 550 [14:27:51.563] collectAutoImports: 12.8486490000505 +Info 551 [14:27:51.563] getCompletionData: Semantic work: 13.402302999980748 +Info 552 [14:27:51.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 72.0419600000605 +Info 553 [14:27:51.638] Format host information updated +Info 554 [14:27:51.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 555 [14:27:51.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 11.501728000002913ms +Info 556 [14:27:51.708] Different program with same set of files +Info 557 [14:27:51.708] getCompletionData: Get current token: 0.007791999960318208 +Info 558 [14:27:51.708] getCompletionData: Is inside comment: 0.0024350000312551856 +Info 559 [14:27:51.708] getCompletionData: Get previous token: 0.019059999962337315 +Info 560 [14:27:51.708] getCompletionsAtPosition: isCompletionListBlocker: 0.0039079999551177025 +Info 561 [14:27:51.709] getExportInfoMap: cache hit +Info 562 [14:27:51.727] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 563 [14:27:51.727] collectAutoImports: response is complete +Info 564 [14:27:51.728] collectAutoImports: 18.453579999972135 +Info 565 [14:27:51.728] getCompletionData: Semantic work: 19.386231999960728 +Info 566 [14:27:51.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.294255000073463 +Info 567 [14:27:51.750] Format host information updated +Info 568 [14:27:51.836] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 569 [14:27:51.843] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 7.1556479999562725ms +Info 570 [14:27:51.843] Different program with same set of files +Info 571 [14:27:51.843] getCompletionData: Get current token: 0.00494999997317791 +Info 572 [14:27:51.843] getCompletionData: Is inside comment: 0.0018229999113827944 +Info 573 [14:27:51.843] getCompletionData: Get previous token: 0.01042900001630187 +Info 574 [14:27:51.843] getCompletionsAtPosition: isCompletionListBlocker: 0.010135999997146428 +Info 575 [14:27:51.844] getExportInfoMap: cache hit +Info 576 [14:27:51.857] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 577 [14:27:51.857] collectAutoImports: response is complete +Info 578 [14:27:51.857] collectAutoImports: 12.82732100004796 +Info 579 [14:27:51.857] getCompletionData: Semantic work: 13.410926999989897 +Info 580 [14:27:51.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.161315999925137 +Info 581 [14:27:51.864] Format host information updated +Info 582 [14:27:51.974] Format host information updated +Info 583 [14:27:51.975] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 584 [14:27:51.984] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 9.698438999941573ms +Info 585 [14:27:51.984] Different program with same set of files +Info 586 [14:27:52.153] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 587 [14:27:52.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 7.3552030000137165ms +Info 588 [14:27:52.160] Different program with same set of files +Info 589 [14:27:52.160] getCompletionData: Get current token: 0.004167999955825508 +Info 590 [14:27:52.160] getCompletionData: Is inside comment: 0.0017900000093504786 +Info 591 [14:27:52.160] getCompletionData: Get previous token: 0.010317999986000359 +Info 592 [14:27:52.160] getCompletionsAtPosition: isCompletionListBlocker: 0.006863999995402992 +Info 593 [14:27:52.161] getExportInfoMap: cache hit +Info 594 [14:27:52.173] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 595 [14:27:52.173] collectAutoImports: response is complete +Info 596 [14:27:52.173] collectAutoImports: 12.317521000048146 +Info 597 [14:27:52.173] getCompletionData: Semantic work: 12.911921999999322 +Info 598 [14:27:52.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.326483999961056 +Info 599 [14:27:52.181] Format host information updated +Info 600 [14:27:52.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 601 [14:27:52.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.347203999990597ms +Info 602 [14:27:52.295] Different program with same set of files +Info 603 [14:27:52.295] getCompletionData: Get current token: 0.002722000004723668 +Info 604 [14:27:52.295] getCompletionData: Is inside comment: 0.025062000029720366 +Info 605 [14:27:52.295] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 606 [14:27:52.297] Format host information updated +Info 607 [14:27:52.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 608 [14:27:52.452] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 30.62966500001494ms +Info 609 [14:27:52.452] Different program with same set of files +Info 610 [14:27:52.453] getCompletionData: Get current token: 0.008717000018805265 +Info 611 [14:27:52.453] getCompletionData: Is inside comment: 0.02692700002808124 +Info 612 [14:27:52.454] Format host information updated +Info 613 [14:27:52.584] Format host information updated +Info 614 [14:27:52.585] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 615 [14:27:52.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 25.460434000007808ms +Info 616 [14:27:52.610] Different program with same set of files +Info 617 [14:27:53.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 618 [14:27:53.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 9.42646899993997ms +Info 619 [14:27:53.947] Different program with same set of files +Info 620 [14:27:53.947] getCompletionData: Get current token: 0.0020990000339224935 +Info 621 [14:27:53.947] getCompletionData: Is inside comment: 0.005230000009760261 +Info 622 [14:27:53.947] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 623 [14:27:53.947] Format host information updated +Info 624 [14:27:54.199] Format host information updated +Info 625 [14:27:54.199] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 626 [14:27:54.210] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 10.776658999966457ms +Info 627 [14:27:54.210] Different program with same set of files +Info 628 [14:27:54.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 629 [14:27:54.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 8.629533999948762ms +Info 630 [14:27:54.491] Different program with same set of files +Info 631 [14:27:54.491] getCompletionData: Get current token: 0.0025369999930262566 +Info 632 [14:27:54.491] getCompletionData: Is inside comment: 0.006414999952539802 +Info 633 [14:27:54.491] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 634 [14:27:54.491] Format host information updated +Info 635 [14:27:55.652] Format host information updated +Info 636 [14:27:55.652] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 637 [14:27:55.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 8.563922000001185ms +Info 638 [14:27:55.661] Different program with same set of files +Info 639 [14:27:56.677] Format host information updated +Info 640 [14:27:56.677] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 641 [14:27:56.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 8.91725200007204ms +Info 642 [14:27:56.686] Different program with same set of files +Info 643 [14:27:57.103] Format host information updated +Info 644 [14:27:57.103] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 645 [14:27:57.112] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 8.427550000022165ms +Info 646 [14:27:57.112] Different program with same set of files +Info 647 [14:27:57.240] Format host information updated +Info 648 [14:27:57.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 649 [14:27:57.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 10.343852999969386ms +Info 650 [14:27:57.251] Different program with same set of files +Info 651 [14:27:57.734] Format host information updated +Info 652 [14:27:57.734] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 653 [14:27:57.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 7.126587999984622ms +Info 654 [14:27:57.741] Different program with same set of files +Info 655 [14:27:57.922] Format host information updated +Info 656 [14:27:57.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 657 [14:27:57.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 7.103808999992907ms +Info 658 [14:27:57.929] Different program with same set of files +Info 659 [14:27:58.353] Format host information updated +Info 660 [14:27:58.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 661 [14:27:58.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 7.187002000049688ms +Info 662 [14:27:58.360] Different program with same set of files +Info 663 [14:27:58.460] Format host information updated +Info 664 [14:27:58.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 665 [14:27:58.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 7.524832999915816ms +Info 666 [14:27:58.468] Different program with same set of files +Info 667 [14:27:59.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 668 [14:27:59.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 6.971880000084639ms +Info 669 [14:27:59.789] Different program with same set of files +Info 670 [14:27:59.789] getCompletionData: Get current token: 0.0032450000289827585 +Info 671 [14:27:59.789] getCompletionData: Is inside comment: 0.0015369999455288053 +Info 672 [14:27:59.789] getCompletionData: Get previous token: 0.00974600005429238 +Info 673 [14:27:59.789] getCompletionsAtPosition: isCompletionListBlocker: 0.007140000001527369 +Info 674 [14:27:59.790] getExportInfoMap: cache hit +Info 675 [14:27:59.808] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 676 [14:27:59.809] collectAutoImports: response is complete +Info 677 [14:27:59.809] collectAutoImports: 18.614444000064395 +Info 678 [14:27:59.809] getCompletionData: Semantic work: 19.452220000093803 +Info 679 [14:27:59.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.084373999969102 +Info 680 [14:27:59.816] Format host information updated +Info 681 [14:27:59.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 682 [14:27:59.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 7.13089399994351ms +Info 683 [14:27:59.924] Different program with same set of files +Info 684 [14:27:59.924] getCompletionData: Get current token: 0.001959000015631318 +Info 685 [14:27:59.924] getCompletionData: Is inside comment: 0.012996000004932284 +Info 686 [14:27:59.924] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 687 [14:27:59.924] Format host information updated +Info 688 [14:28:00.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 689 [14:28:00.060] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 9.397537000011653ms +Info 690 [14:28:00.060] Different program with same set of files +Info 691 [14:28:00.061] getCompletionData: Get current token: 0.0029199999989941716 +Info 692 [14:28:00.061] getCompletionData: Is inside comment: 0.006835000007413328 +Info 693 [14:28:00.061] Format host information updated +Info 694 [14:28:00.293] Format host information updated +Info 695 [14:28:00.294] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 696 [14:28:00.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 6.408965999959037ms +Info 697 [14:28:00.300] Different program with same set of files +Info 698 [14:28:01.819] getCompletionData: Get current token: 0.0026129999896511436 +Info 699 [14:28:01.820] getCompletionData: Is inside comment: 0.006556000094860792 +Info 700 [14:28:01.820] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 701 [14:28:02.358] getCompletionData: Get current token: 0.003372000064700842 +Info 702 [14:28:02.358] getCompletionData: Is inside comment: 0.009267000015825033 +Info 703 [14:28:02.358] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 704 [14:28:03.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 705 [14:28:03.095] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 6.392458999995142ms +Info 706 [14:28:03.095] Different program with same set of files +Info 707 [14:28:03.095] getCompletionData: Get current token: 0.0019660000689327717 +Info 708 [14:28:03.095] getCompletionData: Is inside comment: 0.005456999992020428 +Info 709 [14:28:03.095] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 710 [14:28:03.095] Format host information updated +Info 711 [14:28:04.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 712 [14:28:04.318] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 6.330120000056922ms +Info 713 [14:28:04.318] Different program with same set of files +Info 714 [14:28:04.318] getCompletionData: Get current token: 0.002171000000089407 +Info 715 [14:28:04.318] getCompletionData: Is inside comment: 0.0054549999767914414 +Info 716 [14:28:04.318] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 717 [14:28:04.319] Format host information updated +Info 718 [14:28:04.699] getCompletionData: Get current token: 0.0024350000312551856 +Info 719 [14:28:04.699] getCompletionData: Is inside comment: 0.00914900004863739 +Info 720 [14:28:04.699] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 721 [14:28:04.966] Format host information updated +Info 722 [14:28:04.967] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 723 [14:28:04.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 6.30089300009422ms +Info 724 [14:28:04.973] Different program with same set of files +Info 725 [14:28:05.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 726 [14:28:05.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 6.540689000044949ms +Info 727 [14:28:05.441] Different program with same set of files +Info 728 [14:28:05.441] getCompletionData: Get current token: 0.0022040000185370445 +Info 729 [14:28:05.441] getCompletionData: Is inside comment: 0.0056730000069364905 +Info 730 [14:28:05.442] Format host information updated +Info 731 [14:28:05.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 732 [14:28:05.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 6.60073399997782ms +Info 733 [14:28:05.880] Different program with same set of files +Info 734 [14:28:05.880] getCompletionData: Get current token: 0.0027230000123381615 +Info 735 [14:28:05.880] getCompletionData: Is inside comment: 0.007948999991640449 +Info 736 [14:28:05.880] getCompletionData: Get previous token: 0.0038850000128149986 +Info 737 [14:28:05.880] getCompletionsAtPosition: isCompletionListBlocker: 0.01743999996688217 +Info 738 [14:28:05.881] getExportInfoMap: cache hit +Info 739 [14:28:05.895] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 740 [14:28:05.895] collectAutoImports: response is complete +Info 741 [14:28:05.895] collectAutoImports: 13.942733999923803 +Info 742 [14:28:05.895] getCompletionData: Semantic work: 14.653889999957755 +Info 743 [14:28:05.901] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.539489000104368 +Info 744 [14:28:05.904] Format host information updated +Info 745 [14:28:07.359] Format host information updated +Info 746 [14:28:07.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 747 [14:28:07.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 7.493835999979638ms +Info 748 [14:28:07.367] Different program with same set of files +Info 749 [14:28:07.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 750 [14:28:07.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 7.856556000071578ms +Info 751 [14:28:07.920] Different program with same set of files +Info 752 [14:28:07.921] getCompletionData: Get current token: 0.0019859999883919954 +Info 753 [14:28:07.921] getCompletionData: Is inside comment: 0.00503300002310425 +Info 754 [14:28:07.921] Format host information updated +Info 755 [14:28:08.028] Format host information updated +Info 756 [14:28:08.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 757 [14:28:08.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 10.607629999984056ms +Info 758 [14:28:08.039] Different program with same set of files +Info 759 [14:28:08.211] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 760 [14:28:08.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 8.102635000017472ms +Info 761 [14:28:08.219] Different program with same set of files +Info 762 [14:28:08.219] getCompletionData: Get current token: 0.00330400001257658 +Info 763 [14:28:08.219] getCompletionData: Is inside comment: 0.007517999969422817 +Info 764 [14:28:08.220] Format host information updated +Info 765 [14:28:08.552] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 766 [14:28:08.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 9.249798999982886ms +Info 767 [14:28:08.562] Different program with same set of files +Info 768 [14:28:08.562] getCompletionData: Get current token: 0.0036799999652430415 +Info 769 [14:28:08.562] getCompletionData: Is inside comment: 0.009084000019356608 +Info 770 [14:28:08.562] Format host information updated +Info 771 [14:28:08.813] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 772 [14:28:08.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 7.995819999952801ms +Info 773 [14:28:08.821] Different program with same set of files +Info 774 [14:28:08.821] getCompletionData: Get current token: 0.003168000024743378 +Info 775 [14:28:08.821] getCompletionData: Is inside comment: 0.00816799991298467 +Info 776 [14:28:08.821] Format host information updated +Info 777 [14:28:08.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 778 [14:28:08.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 6.76840999990236ms +Info 779 [14:28:08.918] Different program with same set of files +Info 780 [14:28:08.918] getCompletionData: Get current token: 0.003576999995857477 +Info 781 [14:28:08.918] getCompletionData: Is inside comment: 0.009374000015668571 +Info 782 [14:28:08.918] Format host information updated +Info 783 [14:28:08.976] Format host information updated +Info 784 [14:28:08.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 785 [14:28:08.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 16.99296099995263ms +Info 786 [14:28:08.993] Different program with same set of files +Info 787 [14:28:09.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 788 [14:28:09.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 10.482233000104316ms +Info 789 [14:28:09.312] Different program with same set of files +Info 790 [14:28:09.312] getCompletionData: Get current token: 0.005422999965958297 +Info 791 [14:28:09.312] getCompletionData: Is inside comment: 0.014227999956347048 +Info 792 [14:28:09.312] getCompletionData: Get previous token: 0.008403999963775277 +Info 793 [14:28:09.312] getCompletionsAtPosition: isCompletionListBlocker: 0.011696000001393259 +Info 794 [14:28:09.313] getExportInfoMap: cache hit +Info 795 [14:28:09.334] collectAutoImports: resolved 2 module specifiers, plus 175 ambient and 1047 from cache +Info 796 [14:28:09.334] collectAutoImports: response is complete +Info 797 [14:28:09.334] collectAutoImports: 20.782896000077017 +Info 798 [14:28:09.334] getCompletionData: Semantic work: 21.70161599991843 +Info 799 [14:28:09.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.023219000082463 +Info 800 [14:28:09.347] Format host information updated +Info 801 [14:28:14.300] getCompletionData: Get current token: 0.0027750000590458512 +Info 802 [14:28:14.300] getCompletionData: Is inside comment: 0.009181999950669706 +Info 803 [14:28:14.300] getCompletionData: Get previous token: 0.004616999998688698 +Info 804 [14:28:14.301] getCompletionsAtPosition: isCompletionListBlocker: 0.009600999997928739 +Info 805 [14:28:14.301] getExportInfoMap: cache hit +Info 806 [14:28:14.313] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 807 [14:28:14.313] collectAutoImports: response is complete +Info 808 [14:28:14.313] collectAutoImports: 12.028653000015765 +Info 809 [14:28:14.313] getCompletionData: Semantic work: 12.77870999998413 +Info 810 [14:28:14.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3179249999811873 +Info 811 [14:28:14.552] Format host information updated +Info 812 [14:28:14.552] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 813 [14:28:14.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 7.0172119999770075ms +Info 814 [14:28:14.559] Different program with same set of files +Info 815 [14:28:16.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 816 [14:28:16.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 7.452901000040583ms +Info 817 [14:28:16.028] Different program with same set of files +Info 818 [14:28:16.028] getCompletionData: Get current token: 0.001863999990746379 +Info 819 [14:28:16.028] getCompletionData: Is inside comment: 0.005658999900333583 +Info 820 [14:28:16.028] getCompletionData: Get previous token: 0.008966999943368137 +Info 821 [14:28:16.028] getCompletionsAtPosition: isCompletionListBlocker: 0.013030000030994415 +Info 822 [14:28:16.029] getExportInfoMap: cache hit +Info 823 [14:28:16.034] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 142 from cache +Info 824 [14:28:16.034] collectAutoImports: response is complete +Info 825 [14:28:16.034] collectAutoImports: 5.243170000030659 +Info 826 [14:28:16.034] getCompletionData: Semantic work: 6.04214699997101 +Info 827 [14:28:16.036] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3878719999920577 +Info 828 [14:28:16.037] Format host information updated +Info 829 [14:28:16.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 830 [14:28:16.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 23.577158999978565ms +Info 831 [14:28:16.131] Different program with same set of files +Info 832 [14:28:16.131] getCompletionData: Get current token: 0.006453000009059906 +Info 833 [14:28:16.132] getCompletionData: Is inside comment: 0.02051599998958409 +Info 834 [14:28:16.132] getCompletionData: Get previous token: 0.03131499991286546 +Info 835 [14:28:16.132] getCompletionsAtPosition: isCompletionListBlocker: 0.020238000084646046 +Info 836 [14:28:16.134] getExportInfoMap: cache hit +Info 837 [14:28:16.140] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 10 from cache +Info 838 [14:28:16.140] collectAutoImports: response is complete +Info 839 [14:28:16.140] collectAutoImports: 6.315491000073962 +Info 840 [14:28:16.140] getCompletionData: Semantic work: 8.494849000009708 +Info 841 [14:28:16.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.601954000070691 +Info 842 [14:28:16.144] Format host information updated +Info 843 [14:28:16.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 844 [14:28:16.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 8.216252999962308ms +Info 845 [14:28:16.177] Different program with same set of files +Info 846 [14:28:16.177] getCompletionData: Get current token: 0.00273499998729676 +Info 847 [14:28:16.177] getCompletionData: Is inside comment: 0.007431000005453825 +Info 848 [14:28:16.177] getCompletionData: Get previous token: 0.01141000003553927 +Info 849 [14:28:16.177] getCompletionsAtPosition: isCompletionListBlocker: 0.009969000006094575 +Info 850 [14:28:16.178] getExportInfoMap: cache hit +Info 851 [14:28:16.180] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 852 [14:28:16.180] collectAutoImports: response is complete +Info 853 [14:28:16.180] collectAutoImports: 2.1157999999122694 +Info 854 [14:28:16.180] getCompletionData: Semantic work: 3.0487140000332147 +Info 855 [14:28:16.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0359530000714585 +Info 856 [14:28:16.184] Format host information updated +Info 857 [14:28:16.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 858 [14:28:16.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 25.799401000025682ms +Info 859 [14:28:16.321] Different program with same set of files +Info 860 [14:28:16.322] getCompletionData: Get current token: 0.007350000087171793 +Info 861 [14:28:16.322] getCompletionData: Is inside comment: 0.02000899997074157 +Info 862 [14:28:16.322] getCompletionData: Get previous token: 0.031257000053301454 +Info 863 [14:28:16.322] getCompletionsAtPosition: isCompletionListBlocker: 0.020573999965563416 +Info 864 [14:28:16.324] getExportInfoMap: cache hit +Info 865 [14:28:16.328] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 866 [14:28:16.328] collectAutoImports: response is complete +Info 867 [14:28:16.328] collectAutoImports: 4.293720000074245 +Info 868 [14:28:16.328] getCompletionData: Semantic work: 6.2111819999990985 +Info 869 [14:28:16.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7934129999484867 +Info 870 [14:28:16.331] Format host information updated +Info 871 [14:28:16.392] Format host information updated +Info 872 [14:28:16.393] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 873 [14:28:16.409] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 16.568826999980956ms +Info 874 [14:28:16.409] Different program with same set of files +Info 875 [14:28:16.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 876 [14:28:16.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 8.538169999956153ms +Info 877 [14:28:16.609] Different program with same set of files +Info 878 [14:28:16.609] getCompletionData: Get current token: 0.0023090000031515956 +Info 879 [14:28:16.609] getCompletionData: Is inside comment: 0.006817999994382262 +Info 880 [14:28:16.609] getCompletionData: Get previous token: 0.008505999925546348 +Info 881 [14:28:16.609] getCompletionsAtPosition: isCompletionListBlocker: 0.008188999956473708 +Info 882 [14:28:16.610] getExportInfoMap: cache hit +Info 883 [14:28:16.615] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 884 [14:28:16.615] collectAutoImports: response is complete +Info 885 [14:28:16.615] collectAutoImports: 5.254778999951668 +Info 886 [14:28:16.615] getCompletionData: Semantic work: 5.846307000028901 +Info 887 [14:28:16.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5272850000765175 +Info 888 [14:28:16.618] Format host information updated +Info 889 [14:28:16.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 890 [14:28:16.662] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 6.837775000021793ms +Info 891 [14:28:16.662] Different program with same set of files +Info 892 [14:28:16.662] getCompletionData: Get current token: 0.002499000052921474 +Info 893 [14:28:16.662] getCompletionData: Is inside comment: 0.00585400010459125 +Info 894 [14:28:16.662] getCompletionData: Get previous token: 0.00842299999203533 +Info 895 [14:28:16.662] getCompletionsAtPosition: isCompletionListBlocker: 0.008551000035367906 +Info 896 [14:28:16.662] getExportInfoMap: cache hit +Info 897 [14:28:16.669] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 170 from cache +Info 898 [14:28:16.669] collectAutoImports: response is complete +Info 899 [14:28:16.669] collectAutoImports: 6.419220999930985 +Info 900 [14:28:16.669] getCompletionData: Semantic work: 7.017464999924414 +Info 901 [14:28:16.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5341410000110045 +Info 902 [14:28:16.672] Format host information updated +Info 903 [14:28:16.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 904 [14:28:16.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 14.252587999915704ms +Info 905 [14:28:16.734] Different program with same set of files +Info 906 [14:28:16.735] getCompletionData: Get current token: 0.005485999980010092 +Info 907 [14:28:16.735] getCompletionData: Is inside comment: 0.013911999994888902 +Info 908 [14:28:16.735] getCompletionData: Get previous token: 0.019999000011011958 +Info 909 [14:28:16.735] getCompletionsAtPosition: isCompletionListBlocker: 0.01606700010597706 +Info 910 [14:28:16.736] getExportInfoMap: cache hit +Info 911 [14:28:16.745] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 116 from cache +Info 912 [14:28:16.745] collectAutoImports: response is complete +Info 913 [14:28:16.745] collectAutoImports: 8.496462000068277 +Info 914 [14:28:16.745] getCompletionData: Semantic work: 9.777662000036798 +Info 915 [14:28:16.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.327265999978408 +Info 916 [14:28:16.748] Format host information updated +Info 917 [14:28:16.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 918 [14:28:16.826] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 7.302732000011019ms +Info 919 [14:28:16.826] Different program with same set of files +Info 920 [14:28:16.826] getCompletionData: Get current token: 0.001979999942705035 +Info 921 [14:28:16.826] getCompletionData: Is inside comment: 0.018733000033535063 +Info 922 [14:28:16.826] getCompletionData: Get previous token: 0.016167999943718314 +Info 923 [14:28:16.826] getCompletionsAtPosition: isCompletionListBlocker: 0.009322000085376203 +Info 924 [14:28:16.827] getExportInfoMap: cache hit +Info 925 [14:28:16.848] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 926 [14:28:16.848] collectAutoImports: response is complete +Info 927 [14:28:16.848] collectAutoImports: 20.373191999970004 +Info 928 [14:28:16.848] getCompletionData: Semantic work: 21.43396399996709 +Info 929 [14:28:16.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.518053999985568 +Info 930 [14:28:16.856] Format host information updated +Info 931 [14:28:16.897] Format host information updated +Info 932 [14:28:16.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 933 [14:28:16.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 7.680328999995254ms +Info 934 [14:28:16.905] Different program with same set of files +Info 935 [14:28:23.230] Format host information updated +Info 936 [14:28:23.230] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 937 [14:28:23.241] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 10.983838999993168ms +Info 938 [14:28:23.241] Different program with same set of files +Info 939 [14:28:23.801] getCompletionData: Get current token: 0.004743000026792288 +Info 940 [14:28:23.801] getCompletionData: Is inside comment: 0.016862999997101724 +Info 941 [14:28:23.801] getCompletionData: Get previous token: 0.024796999990940094 +Info 942 [14:28:23.802] getCompletionsAtPosition: isCompletionListBlocker: 0.003839000011794269 +Info 943 [14:28:23.802] Returning an empty list because completion was requested in an invalid position. +Info 944 [14:28:23.959] Format host information updated +Info 945 [14:28:23.959] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 946 [14:28:23.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 8.76360800000839ms +Info 947 [14:28:23.968] Different program with same set of files +Info 948 [14:28:24.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 949 [14:28:24.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 7.504816000000574ms +Info 950 [14:28:24.100] Different program with same set of files +Info 951 [14:28:24.100] getCompletionData: Get current token: 0.0021520000882446766 +Info 952 [14:28:24.100] getCompletionData: Is inside comment: 0.010320000001229346 +Info 953 [14:28:24.100] getCompletionData: Get previous token: 0.010326999938115478 +Info 954 [14:28:24.100] getCompletionsAtPosition: isCompletionListBlocker: 0.02853399992454797 +Info 955 [14:28:24.101] getExportInfoMap: cache hit +Info 956 [14:28:24.117] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 957 [14:28:24.117] collectAutoImports: response is complete +Info 958 [14:28:24.117] collectAutoImports: 16.141001000069082 +Info 959 [14:28:24.117] getCompletionData: Semantic work: 16.779671999975108 +Info 960 [14:28:24.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2890719999559224 +Info 961 [14:28:24.125] Format host information updated +Info 962 [14:28:24.164] Format host information updated +Info 963 [14:28:24.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 964 [14:28:24.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 9.861691000056453ms +Info 965 [14:28:24.174] Different program with same set of files +Info 966 [14:28:24.393] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 967 [14:28:24.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 9.193174000014551ms +Info 968 [14:28:24.402] Different program with same set of files +Info 969 [14:28:24.402] getCompletionData: Get current token: 0.0018350000027567148 +Info 970 [14:28:24.402] getCompletionData: Is inside comment: 0.007778999977745116 +Info 971 [14:28:24.402] getCompletionData: Get previous token: 0.005997000029310584 +Info 972 [14:28:24.402] getCompletionsAtPosition: isCompletionListBlocker: 0.00993399997241795 +Info 973 [14:28:24.403] getExportInfoMap: cache hit +Info 974 [14:28:24.413] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 975 [14:28:24.413] collectAutoImports: response is complete +Info 976 [14:28:24.413] collectAutoImports: 9.831285999971442 +Info 977 [14:28:24.413] getCompletionData: Semantic work: 10.515867000096478 +Info 978 [14:28:24.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.886015999945812 +Info 979 [14:28:24.418] Format host information updated +Info 980 [14:28:24.497] Format host information updated +Info 981 [14:28:24.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 982 [14:28:24.512] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 15.06133600010071ms +Info 983 [14:28:24.513] Different program with same set of files +Info 984 [14:28:24.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 985 [14:28:24.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 10.224463999969885ms +Info 986 [14:28:24.640] Different program with same set of files +Info 987 [14:28:24.640] getCompletionData: Get current token: 0.0025019999593496323 +Info 988 [14:28:24.640] getCompletionData: Is inside comment: 0.010122000006958842 +Info 989 [14:28:24.640] getCompletionData: Get previous token: 0.007948999991640449 +Info 990 [14:28:24.640] getCompletionsAtPosition: isCompletionListBlocker: 0.01027500000782311 +Info 991 [14:28:24.640] getExportInfoMap: cache hit +Info 992 [14:28:24.655] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 993 [14:28:24.655] collectAutoImports: response is complete +Info 994 [14:28:24.655] collectAutoImports: 14.74247599998489 +Info 995 [14:28:24.655] getCompletionData: Semantic work: 15.42229200003203 +Info 996 [14:28:24.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1082140000071377 +Info 997 [14:28:24.662] Format host information updated +Info 998 [14:28:24.892] Format host information updated +Info 999 [14:28:24.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1000 [14:28:24.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 18.61525699996855ms +Info 1001 [14:28:24.911] Different program with same set of files +Info 1002 [14:28:25.287] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1003 [14:28:25.294] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 7.059280000044964ms +Info 1004 [14:28:25.294] Different program with same set of files +Info 1005 [14:28:25.294] getCompletionData: Get current token: 0.002392000053077936 +Info 1006 [14:28:25.294] getCompletionData: Is inside comment: 0.010159999947063625 +Info 1007 [14:28:25.294] getCompletionData: Get previous token: 0.009571000002324581 +Info 1008 [14:28:25.295] getCompletionsAtPosition: isCompletionListBlocker: 0.01050600002054125 +Info 1009 [14:28:25.295] getExportInfoMap: cache hit +Info 1010 [14:28:25.313] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 1011 [14:28:25.313] collectAutoImports: response is complete +Info 1012 [14:28:25.313] collectAutoImports: 17.476086999988183 +Info 1013 [14:28:25.313] getCompletionData: Semantic work: 18.220792999956757 +Info 1014 [14:28:25.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.981794000021182 +Info 1015 [14:28:25.319] Format host information updated +Info 1016 [14:28:26.730] Format host information updated +Info 1017 [14:28:26.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1018 [14:28:26.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 6.697455999907106ms +Info 1019 [14:28:26.737] Different program with same set of files +Info 1020 [14:28:28.289] getCompletionData: Get current token: 0.0050379999447613955 +Info 1021 [14:28:28.289] getCompletionData: Is inside comment: 0.024172000004909933 +Info 1022 [14:28:28.289] getCompletionData: Get previous token: 0.007113999919965863 +Info 1023 [14:28:28.290] getCompletionsAtPosition: isCompletionListBlocker: 0.003585000056773424 +Info 1024 [14:28:28.290] getExportInfoMap: cache hit +Info 1025 [14:28:28.302] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1026 [14:28:28.303] collectAutoImports: response is complete +Info 1027 [14:28:28.303] collectAutoImports: 12.348537000012584 +Info 1028 [14:28:28.303] getCompletionData: Semantic work: 13.018328999984078 +Info 1029 [14:28:28.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.759823000058532 +Info 1030 [14:28:28.511] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1031 [14:28:28.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 8.254898999934085ms +Info 1032 [14:28:28.519] Different program with same set of files +Info 1033 [14:28:28.519] getCompletionData: Get current token: 0.005545999971218407 +Info 1034 [14:28:28.520] getCompletionData: Is inside comment: 0.013504000031389296 +Info 1035 [14:28:28.520] getCompletionData: Get previous token: 0.009436000022105873 +Info 1036 [14:28:28.520] getCompletionsAtPosition: isCompletionListBlocker: 0.00985999999102205 +Info 1037 [14:28:28.520] getExportInfoMap: cache hit +Info 1038 [14:28:28.533] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1039 [14:28:28.533] collectAutoImports: response is complete +Info 1040 [14:28:28.533] collectAutoImports: 12.399836999946274 +Info 1041 [14:28:28.533] getCompletionData: Semantic work: 13.007281000027433 +Info 1042 [14:28:28.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.730472000082955 +Info 1043 [14:28:28.543] Format host information updated +Info 1044 [14:28:28.745] getCompletionData: Get current token: 0.005678000045008957 +Info 1045 [14:28:28.745] getCompletionData: Is inside comment: 0.012621000059880316 +Info 1046 [14:28:28.745] getCompletionData: Get previous token: 0.009290000074543059 +Info 1047 [14:28:28.745] getCompletionsAtPosition: isCompletionListBlocker: 0.04032700008247048 +Info 1048 [14:28:28.745] Returning an empty list because completion was requested in an invalid position. +Info 1049 [14:28:29.212] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1050 [14:28:29.219] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 7.050497999996878ms +Info 1051 [14:28:29.219] Different program with same set of files +Info 1052 [14:28:29.220] getCompletionData: Get current token: 0.005111000034958124 +Info 1053 [14:28:29.220] getCompletionData: Is inside comment: 0.010331999976187944 +Info 1054 [14:28:29.220] getCompletionData: Get previous token: 0.013103000004775822 +Info 1055 [14:28:29.220] getCompletionsAtPosition: isCompletionListBlocker: 0.004658999969251454 +Info 1056 [14:28:29.220] getExportInfoMap: cache hit +Info 1057 [14:28:29.222] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1058 [14:28:29.222] collectAutoImports: response is complete +Info 1059 [14:28:29.222] collectAutoImports: 1.5276139999041334 +Info 1060 [14:28:29.222] getCompletionData: Semantic work: 2.0562529999297112 +Info 1061 [14:28:29.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.870892000035383 +Info 1062 [14:28:29.226] Format host information updated +Info 1063 [14:28:29.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1064 [14:28:29.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 8.186882000067271ms +Info 1065 [14:28:29.464] Different program with same set of files +Info 1066 [14:28:29.464] getCompletionData: Get current token: 0.004704000079073012 +Info 1067 [14:28:29.465] getCompletionData: Is inside comment: 0.009716999949887395 +Info 1068 [14:28:29.465] getCompletionData: Get previous token: 0.012056999956257641 +Info 1069 [14:28:29.465] getCompletionsAtPosition: isCompletionListBlocker: 0.004167000064626336 +Info 1070 [14:28:29.465] getExportInfoMap: cache hit +Info 1071 [14:28:29.467] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1072 [14:28:29.467] collectAutoImports: response is complete +Info 1073 [14:28:29.467] collectAutoImports: 1.3674909999826923 +Info 1074 [14:28:29.467] getCompletionData: Semantic work: 1.9526140000671148 +Info 1075 [14:28:29.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5378930000588298 +Info 1076 [14:28:29.469] Format host information updated +Info 1077 [14:28:29.802] Format host information updated +Info 1078 [14:28:29.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1079 [14:28:29.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 6.6202330000232905ms +Info 1080 [14:28:29.809] Different program with same set of files +Info 1081 [14:28:30.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1082 [14:28:30.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 6.089061999926344ms +Info 1083 [14:28:30.024] Different program with same set of files +Info 1084 [14:28:30.024] getCompletionData: Get current token: 0.005393999977968633 +Info 1085 [14:28:30.024] getCompletionData: Is inside comment: 0.012233000015839934 +Info 1086 [14:28:30.024] getCompletionData: Get previous token: 0.03163199999835342 +Info 1087 [14:28:30.024] getCompletionsAtPosition: isCompletionListBlocker: 0.002964999992400408 +Info 1088 [14:28:30.025] getExportInfoMap: cache hit +Info 1089 [14:28:30.028] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 1090 [14:28:30.028] collectAutoImports: response is complete +Info 1091 [14:28:30.028] collectAutoImports: 3.2749230000190437 +Info 1092 [14:28:30.028] getCompletionData: Semantic work: 3.795426999917254 +Info 1093 [14:28:30.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1669489999767393 +Info 1094 [14:28:30.031] Format host information updated +Info 1095 [14:28:30.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1096 [14:28:30.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 13.371046000043862ms +Info 1097 [14:28:30.247] Different program with same set of files +Info 1098 [14:28:30.247] getCompletionData: Get current token: 0.005890000029467046 +Info 1099 [14:28:30.247] getCompletionData: Is inside comment: 0.0262750000692904 +Info 1100 [14:28:30.248] getCompletionData: Get previous token: 0.016321000060997903 +Info 1101 [14:28:30.248] getCompletionsAtPosition: isCompletionListBlocker: 0.003700000001117587 +Info 1102 [14:28:30.248] getExportInfoMap: cache hit +Info 1103 [14:28:30.253] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 1104 [14:28:30.253] collectAutoImports: response is complete +Info 1105 [14:28:30.253] collectAutoImports: 4.603287999983877 +Info 1106 [14:28:30.253] getCompletionData: Semantic work: 5.339032000047155 +Info 1107 [14:28:30.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3617979999398813 +Info 1108 [14:28:30.258] Format host information updated +Info 1109 [14:28:30.339] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1110 [14:28:30.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 20.387284999946132ms +Info 1111 [14:28:30.360] Different program with same set of files +Info 1112 [14:28:30.360] getCompletionData: Get current token: 0.015429000020958483 +Info 1113 [14:28:30.360] getCompletionData: Is inside comment: 0.03289799997583032 +Info 1114 [14:28:30.360] getCompletionData: Get previous token: 0.04205100005492568 +Info 1115 [14:28:30.361] getCompletionsAtPosition: isCompletionListBlocker: 0.006826999946497381 +Info 1116 [14:28:30.362] getExportInfoMap: cache hit +Info 1117 [14:28:30.366] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 1118 [14:28:30.366] collectAutoImports: response is complete +Info 1119 [14:28:30.366] collectAutoImports: 4.626808999921195 +Info 1120 [14:28:30.366] getCompletionData: Semantic work: 5.7916909999912605 +Info 1121 [14:28:30.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.132365999976173 +Info 1122 [14:28:30.372] Format host information updated +Info 1123 [14:28:30.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1124 [14:28:30.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 24.333850999944843ms +Info 1125 [14:28:30.504] Different program with same set of files +Info 1126 [14:28:30.504] getCompletionData: Get current token: 0.01820000004954636 +Info 1127 [14:28:30.504] getCompletionData: Is inside comment: 0.037225000094622374 +Info 1128 [14:28:30.505] getCompletionData: Get previous token: 0.049174999934621155 +Info 1129 [14:28:30.505] getCompletionsAtPosition: isCompletionListBlocker: 0.007213000091724098 +Info 1130 [14:28:30.506] getExportInfoMap: cache hit +Info 1131 [14:28:30.525] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1132 [14:28:30.525] collectAutoImports: response is complete +Info 1133 [14:28:30.525] collectAutoImports: 19.509817000012845 +Info 1134 [14:28:30.525] getCompletionData: Semantic work: 20.67361199995503 +Info 1135 [14:28:30.531] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.744441999937408 +Info 1136 [14:28:30.535] Format host information updated +Info 1137 [14:28:30.664] getCompletionData: Get current token: 0.02512499992735684 +Info 1138 [14:28:30.664] getCompletionData: Is inside comment: 0.062348000006750226 +Info 1139 [14:28:30.664] getCompletionData: Get previous token: 0.0343290000455454 +Info 1140 [14:28:30.665] getCompletionsAtPosition: isCompletionListBlocker: 0.03367000003345311 +Info 1141 [14:28:30.666] getExportInfoMap: cache hit +Info 1142 [14:28:30.704] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1143 [14:28:30.704] collectAutoImports: response is complete +Info 1144 [14:28:30.704] collectAutoImports: 37.136553000076674 +Info 1145 [14:28:30.704] getCompletionData: Semantic work: 39.09723199997097 +Info 1146 [14:28:30.711] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.54590000002645 +Info 1147 [14:28:30.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1148 [14:28:30.866] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 7.118212000001222ms +Info 1149 [14:28:30.866] Different program with same set of files +Info 1150 [14:28:30.866] getCompletionData: Get current token: 0.0061579999746754766 +Info 1151 [14:28:30.866] getCompletionData: Is inside comment: 0.012741999933496118 +Info 1152 [14:28:30.866] getCompletionData: Get previous token: 0.009135000058449805 +Info 1153 [14:28:30.866] getCompletionsAtPosition: isCompletionListBlocker: 0.06740200007334352 +Info 1154 [14:28:30.867] getExportInfoMap: cache hit +Info 1155 [14:28:30.878] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1156 [14:28:30.878] collectAutoImports: response is complete +Info 1157 [14:28:30.878] collectAutoImports: 10.622453999938443 +Info 1158 [14:28:30.878] getCompletionData: Semantic work: 11.189069000072777 +Info 1159 [14:28:30.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.566917999996804 +Info 1160 [14:28:30.887] Format host information updated +Info 1161 [14:28:31.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1162 [14:28:31.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 6.8321170000126585ms +Info 1163 [14:28:31.098] Different program with same set of files +Info 1164 [14:28:31.099] getCompletionData: Get current token: 0.0032689999788999557 +Info 1165 [14:28:31.099] getCompletionData: Is inside comment: 0.010905000031925738 +Info 1166 [14:28:31.099] getCompletionData: Get previous token: 0.03267400001641363 +Info 1167 [14:28:31.099] getCompletionsAtPosition: isCompletionListBlocker: 0.011158999986946583 +Info 1168 [14:28:31.099] getExportInfoMap: cache hit +Info 1169 [14:28:31.111] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1170 [14:28:31.111] collectAutoImports: response is complete +Info 1171 [14:28:31.111] collectAutoImports: 11.756683000014164 +Info 1172 [14:28:31.111] getCompletionData: Semantic work: 12.271912000025623 +Info 1173 [14:28:31.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.479959000018425 +Info 1174 [14:28:31.119] Format host information updated +Info 1175 [14:28:31.151] Format host information updated +Info 1176 [14:28:31.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1177 [14:28:31.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 6.269441999960691ms +Info 1178 [14:28:31.157] Different program with same set of files +Info 1179 [14:28:31.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1180 [14:28:31.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 9.208088000072166ms +Info 1181 [14:28:31.405] Different program with same set of files +Info 1182 [14:28:31.405] getCompletionData: Get current token: 0.004059000057168305 +Info 1183 [14:28:31.405] getCompletionData: Is inside comment: 0.014710999908857048 +Info 1184 [14:28:31.405] getCompletionData: Get previous token: 0.010188999935053289 +Info 1185 [14:28:31.405] getCompletionsAtPosition: isCompletionListBlocker: 0.00884499994572252 +Info 1186 [14:28:31.406] getExportInfoMap: cache hit +Info 1187 [14:28:31.417] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1188 [14:28:31.417] collectAutoImports: response is complete +Info 1189 [14:28:31.417] collectAutoImports: 11.201804999960586 +Info 1190 [14:28:31.417] getCompletionData: Semantic work: 11.83131800009869 +Info 1191 [14:28:31.424] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.19367800001055 +Info 1192 [14:28:31.427] Format host information updated +Info 1193 [14:28:31.446] getCompletionData: Get current token: 0.003928999998606741 +Info 1194 [14:28:31.446] getCompletionData: Is inside comment: 0.011408000020310283 +Info 1195 [14:28:31.446] getCompletionData: Get previous token: 0.007563999970443547 +Info 1196 [14:28:31.446] getCompletionsAtPosition: isCompletionListBlocker: 0.005306999897584319 +Info 1197 [14:28:31.446] Returning an empty list because completion was requested in an invalid position. +Info 1198 [14:28:31.448] Format host information updated +Info 1199 [14:28:31.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1200 [14:28:31.707] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 7.745962999993935ms +Info 1201 [14:28:31.707] Different program with same set of files +Info 1202 [14:28:31.707] getCompletionData: Get current token: 0.004184999968856573 +Info 1203 [14:28:31.707] getCompletionData: Is inside comment: 0.011622000019997358 +Info 1204 [14:28:31.707] getCompletionData: Get previous token: 0.014745999942533672 +Info 1205 [14:28:31.707] getCompletionsAtPosition: isCompletionListBlocker: 0.004371999995782971 +Info 1206 [14:28:31.708] getExportInfoMap: cache hit +Info 1207 [14:28:31.709] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1208 [14:28:31.709] collectAutoImports: response is complete +Info 1209 [14:28:31.709] collectAutoImports: 1.6201820001006126 +Info 1210 [14:28:31.709] getCompletionData: Semantic work: 2.136877999990247 +Info 1211 [14:28:31.711] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.737953000003472 +Info 1212 [14:28:31.712] Format host information updated +Info 1213 [14:28:31.939] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1214 [14:28:31.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 6.177793000009842ms +Info 1215 [14:28:31.945] Different program with same set of files +Info 1216 [14:28:31.945] getCompletionData: Get current token: 0.003296000068075955 +Info 1217 [14:28:31.945] getCompletionData: Is inside comment: 0.034487999975681305 +Info 1218 [14:28:31.946] getCompletionData: Get previous token: 0.013122999924235046 +Info 1219 [14:28:31.946] getCompletionsAtPosition: isCompletionListBlocker: 0.003490000031888485 +Info 1220 [14:28:31.946] getExportInfoMap: cache hit +Info 1221 [14:28:31.947] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1222 [14:28:31.947] collectAutoImports: response is complete +Info 1223 [14:28:31.947] collectAutoImports: 1.2739630000432953 +Info 1224 [14:28:31.947] getCompletionData: Semantic work: 1.7387269999599084 +Info 1225 [14:28:31.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5537960000801831 +Info 1226 [14:28:31.950] Format host information updated +Info 1227 [14:28:32.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1228 [14:28:32.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.7002339999889955ms +Info 1229 [14:28:32.195] Different program with same set of files +Info 1230 [14:28:32.196] getCompletionData: Get current token: 0.0034790000645443797 +Info 1231 [14:28:32.196] getCompletionData: Is inside comment: 0.011429999954998493 +Info 1232 [14:28:32.196] getCompletionData: Get previous token: 0.007763999979943037 +Info 1233 [14:28:32.196] getCompletionsAtPosition: isCompletionListBlocker: 0.045174999977461994 +Info 1234 [14:28:32.196] Returning an empty list because completion was requested in an invalid position. +Info 1235 [14:28:32.196] Format host information updated +Info 1236 [14:28:32.283] Format host information updated +Info 1237 [14:28:32.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1238 [14:28:32.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 6.229629999957979ms +Info 1239 [14:28:32.289] Different program with same set of files +Info 1240 [14:28:32.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1241 [14:28:32.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 6.336394999991171ms +Info 1242 [14:28:32.511] Different program with same set of files +Info 1243 [14:28:32.511] getCompletionData: Get current token: 0.0037979999324306846 +Info 1244 [14:28:32.511] getCompletionData: Is inside comment: 0.012663000030443072 +Info 1245 [14:28:32.511] getCompletionData: Get previous token: 0.008247000048868358 +Info 1246 [14:28:32.511] getCompletionsAtPosition: isCompletionListBlocker: 0.0035330000100657344 +Info 1247 [14:28:32.511] Returning an empty list because completion was requested in an invalid position. +Info 1248 [14:28:32.514] Format host information updated +Info 1249 [14:28:32.654] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1250 [14:28:32.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 12.11874700000044ms +Info 1251 [14:28:32.667] Different program with same set of files +Info 1252 [14:28:32.667] getCompletionData: Get current token: 0.00882300001103431 +Info 1253 [14:28:32.667] getCompletionData: Is inside comment: 0.02564499992877245 +Info 1254 [14:28:32.667] getCompletionData: Get previous token: 0.031611999962478876 +Info 1255 [14:28:32.667] getCompletionsAtPosition: isCompletionListBlocker: 0.007817999925464392 +Info 1256 [14:28:32.668] getExportInfoMap: cache hit +Info 1257 [14:28:32.671] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1258 [14:28:32.671] collectAutoImports: response is complete +Info 1259 [14:28:32.671] collectAutoImports: 3.0517329999711365 +Info 1260 [14:28:32.671] getCompletionData: Semantic work: 4.005308999912813 +Info 1261 [14:28:32.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6922560000093654 +Info 1262 [14:28:32.677] Format host information updated +Info 1263 [14:28:32.846] Format host information updated +Info 1264 [14:28:32.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1265 [14:28:32.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 12.12983200000599ms +Info 1266 [14:28:32.858] Different program with same set of files +Info 1267 [14:28:33.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1268 [14:28:33.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 8.583732999977656ms +Info 1269 [14:28:33.075] Different program with same set of files +Info 1270 [14:28:33.075] getCompletionData: Get current token: 0.003728999989107251 +Info 1271 [14:28:33.075] getCompletionData: Is inside comment: 0.011891999980434775 +Info 1272 [14:28:33.075] getCompletionData: Get previous token: 0.015445000026375055 +Info 1273 [14:28:33.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0030409999890252948 +Info 1274 [14:28:33.076] getExportInfoMap: cache hit +Info 1275 [14:28:33.079] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 1276 [14:28:33.079] collectAutoImports: response is complete +Info 1277 [14:28:33.079] collectAutoImports: 3.183547000051476 +Info 1278 [14:28:33.079] getCompletionData: Semantic work: 3.810423000017181 +Info 1279 [14:28:33.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0164070000173524 +Info 1280 [14:28:33.083] Format host information updated +Info 1281 [14:28:33.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1282 [14:28:33.232] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 8.00696600007359ms +Info 1283 [14:28:33.232] Different program with same set of files +Info 1284 [14:28:33.232] getCompletionData: Get current token: 0.004307999974116683 +Info 1285 [14:28:33.232] getCompletionData: Is inside comment: 0.014272999949753284 +Info 1286 [14:28:33.232] getCompletionData: Get previous token: 0.019200999988242984 +Info 1287 [14:28:33.232] getCompletionsAtPosition: isCompletionListBlocker: 0.0028600000077858567 +Info 1288 [14:28:33.233] getExportInfoMap: cache hit +Info 1289 [14:28:33.237] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 1290 [14:28:33.237] collectAutoImports: response is complete +Info 1291 [14:28:33.237] collectAutoImports: 3.6881199999479577 +Info 1292 [14:28:33.237] getCompletionData: Semantic work: 4.441945999977179 +Info 1293 [14:28:33.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3426909999689087 +Info 1294 [14:28:33.240] Format host information updated +Info 1295 [14:28:33.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1296 [14:28:33.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 13.089386999956332ms +Info 1297 [14:28:33.301] Different program with same set of files +Info 1298 [14:28:33.301] getCompletionData: Get current token: 0.007686999975703657 +Info 1299 [14:28:33.301] getCompletionData: Is inside comment: 0.025494999950751662 +Info 1300 [14:28:33.301] getCompletionData: Get previous token: 0.033903000061400235 +Info 1301 [14:28:33.301] getCompletionsAtPosition: isCompletionListBlocker: 0.0046579999616369605 +Info 1302 [14:28:33.302] getExportInfoMap: cache hit +Info 1303 [14:28:33.306] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 1304 [14:28:33.306] collectAutoImports: response is complete +Info 1305 [14:28:33.306] collectAutoImports: 3.8409439999377355 +Info 1306 [14:28:33.306] getCompletionData: Semantic work: 4.863292000023648 +Info 1307 [14:28:33.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.04785999993328 +Info 1308 [14:28:33.314] Format host information updated +Info 1309 [14:28:33.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1310 [14:28:33.487] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 27.08241899998393ms +Info 1311 [14:28:33.487] Different program with same set of files +Info 1312 [14:28:33.487] getCompletionData: Get current token: 0.0120009999955073 +Info 1313 [14:28:33.487] getCompletionData: Is inside comment: 0.03935999993700534 +Info 1314 [14:28:33.488] getCompletionData: Get previous token: 0.05331099999602884 +Info 1315 [14:28:33.488] getCompletionsAtPosition: isCompletionListBlocker: 0.006648999988101423 +Info 1316 [14:28:33.489] getExportInfoMap: cache hit +Info 1317 [14:28:33.513] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1318 [14:28:33.513] collectAutoImports: response is complete +Info 1319 [14:28:33.513] collectAutoImports: 24.230528000043705 +Info 1320 [14:28:33.513] getCompletionData: Semantic work: 25.75668799993582 +Info 1321 [14:28:33.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.845425000065006 +Info 1322 [14:28:33.523] Format host information updated +Info 1323 [14:28:33.787] getCompletionData: Get current token: 0.0037369999336078763 +Info 1324 [14:28:33.787] getCompletionData: Is inside comment: 0.017026000074110925 +Info 1325 [14:28:33.787] getCompletionData: Get previous token: 0.008220999967306852 +Info 1326 [14:28:33.787] getCompletionsAtPosition: isCompletionListBlocker: 0.00890300003811717 +Info 1327 [14:28:33.787] getExportInfoMap: cache hit +Info 1328 [14:28:33.798] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1329 [14:28:33.798] collectAutoImports: response is complete +Info 1330 [14:28:33.798] collectAutoImports: 10.638261000043713 +Info 1331 [14:28:33.798] getCompletionData: Semantic work: 11.21626799996011 +Info 1332 [14:28:33.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9884360000723973 +Info 1333 [14:28:33.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1334 [14:28:33.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 7.649998999899253ms +Info 1335 [14:28:33.935] Different program with same set of files +Info 1336 [14:28:33.935] getCompletionData: Get current token: 0.004240000038407743 +Info 1337 [14:28:33.935] getCompletionData: Is inside comment: 0.011528000002726912 +Info 1338 [14:28:33.935] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1339 [14:28:33.936] Format host information updated +Info 1340 [14:28:34.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1341 [14:28:34.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 7.014433999895118ms +Info 1342 [14:28:34.021] Different program with same set of files +Info 1343 [14:28:34.021] getCompletionData: Get current token: 0.00419300002977252 +Info 1344 [14:28:34.021] getCompletionData: Is inside comment: 0.011155000072903931 +Info 1345 [14:28:34.021] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1346 [14:28:34.022] Format host information updated +Info 1347 [14:28:34.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1348 [14:28:34.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 24.88444499997422ms +Info 1349 [14:28:34.344] Different program with same set of files +Info 1350 [14:28:34.344] getCompletionData: Get current token: 0.016134000034071505 +Info 1351 [14:28:34.344] getCompletionData: Is inside comment: 0.03506699996069074 +Info 1352 [14:28:34.344] getCompletionData: Get previous token: 0.023501999909058213 +Info 1353 [14:28:34.344] getCompletionsAtPosition: isCompletionListBlocker: 0.020146000082604587 +Info 1354 [14:28:34.345] getExportInfoMap: cache hit +Info 1355 [14:28:34.365] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1356 [14:28:34.365] collectAutoImports: response is complete +Info 1357 [14:28:34.365] collectAutoImports: 19.8865489999298 +Info 1358 [14:28:34.365] getCompletionData: Semantic work: 21.12238299997989 +Info 1359 [14:28:34.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.363910000072792 +Info 1360 [14:28:34.375] Format host information updated +Info 1361 [14:28:34.501] Format host information updated +Info 1362 [14:28:34.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1363 [14:28:34.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 7.866527000092901ms +Info 1364 [14:28:34.509] Different program with same set of files +Info 1365 [14:28:34.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1366 [14:28:34.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 8.394014000077732ms +Info 1367 [14:28:34.611] Different program with same set of files +Info 1368 [14:28:34.611] getCompletionData: Get current token: 0.005404000054113567 +Info 1369 [14:28:34.611] getCompletionData: Is inside comment: 0.012209000065922737 +Info 1370 [14:28:34.612] getCompletionData: Get previous token: 0.007288999971933663 +Info 1371 [14:28:34.612] getCompletionsAtPosition: isCompletionListBlocker: 0.007750999997369945 +Info 1372 [14:28:34.612] getExportInfoMap: cache hit +Info 1373 [14:28:34.623] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1374 [14:28:34.623] collectAutoImports: response is complete +Info 1375 [14:28:34.623] collectAutoImports: 10.556487999972887 +Info 1376 [14:28:34.623] getCompletionData: Semantic work: 11.091893000062555 +Info 1377 [14:28:34.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.650432999944314 +Info 1378 [14:28:34.632] Format host information updated +Info 1379 [14:28:34.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1380 [14:28:34.833] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 10.411267000017688ms +Info 1381 [14:28:34.833] Different program with same set of files +Info 1382 [14:28:34.833] getCompletionData: Get current token: 0.0055550000397488475 +Info 1383 [14:28:34.833] getCompletionData: Is inside comment: 0.01235799991991371 +Info 1384 [14:28:34.833] getCompletionData: Get previous token: 0.00857399997767061 +Info 1385 [14:28:34.833] getCompletionsAtPosition: isCompletionListBlocker: 0.007987999939359725 +Info 1386 [14:28:34.834] getExportInfoMap: cache hit +Info 1387 [14:28:34.846] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1388 [14:28:34.846] collectAutoImports: response is complete +Info 1389 [14:28:34.846] collectAutoImports: 12.346677999943495 +Info 1390 [14:28:34.846] getCompletionData: Semantic work: 12.912969999946654 +Info 1391 [14:28:34.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.364417999982834 +Info 1392 [14:28:34.854] Format host information updated +Info 1393 [14:28:34.921] Format host information updated +Info 1394 [14:28:34.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1395 [14:28:34.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 11.369137999950908ms +Info 1396 [14:28:34.933] Different program with same set of files +Info 1397 [14:28:35.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1398 [14:28:35.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 8.727959999931045ms +Info 1399 [14:28:35.621] Different program with same set of files +Info 1400 [14:28:35.621] getCompletionData: Get current token: 0.00552200002130121 +Info 1401 [14:28:35.621] getCompletionData: Is inside comment: 0.010796000016853213 +Info 1402 [14:28:35.621] getCompletionData: Get previous token: 0.0069809999549761415 +Info 1403 [14:28:35.621] getCompletionsAtPosition: isCompletionListBlocker: 0.007802999927662313 +Info 1404 [14:28:35.622] getExportInfoMap: cache hit +Info 1405 [14:28:35.632] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1406 [14:28:35.632] collectAutoImports: response is complete +Info 1407 [14:28:35.632] collectAutoImports: 10.409579999977723 +Info 1408 [14:28:35.632] getCompletionData: Semantic work: 10.932400000048801 +Info 1409 [14:28:35.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.369091999949887 +Info 1410 [14:28:35.642] Format host information updated +Info 1411 [14:28:35.934] Format host information updated +Info 1412 [14:28:35.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1413 [14:28:35.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 6.655716000008397ms +Info 1414 [14:28:35.941] Different program with same set of files +Info 1415 [14:28:36.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1416 [14:28:36.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 9.500404000049457ms +Info 1417 [14:28:36.453] Different program with same set of files +Info 1418 [14:28:36.453] getCompletionData: Get current token: 0.004626000067219138 +Info 1419 [14:28:36.453] getCompletionData: Is inside comment: 0.02302399999462068 +Info 1420 [14:28:36.453] getCompletionData: Get previous token: 0.006450999993830919 +Info 1421 [14:28:36.453] getCompletionsAtPosition: isCompletionListBlocker: 0.007654000073671341 +Info 1422 [14:28:36.454] getExportInfoMap: cache hit +Info 1423 [14:28:36.465] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1424 [14:28:36.465] collectAutoImports: response is complete +Info 1425 [14:28:36.465] collectAutoImports: 11.476862999959849 +Info 1426 [14:28:36.465] getCompletionData: Semantic work: 12.082098999992013 +Info 1427 [14:28:36.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.443902999977581 +Info 1428 [14:28:36.473] Format host information updated +Info 1429 [14:28:36.591] getCompletionData: Get current token: 0.006746000028215349 +Info 1430 [14:28:36.591] getCompletionData: Is inside comment: 0.041858999989926815 +Info 1431 [14:28:36.591] getCompletionData: Get previous token: 0.014122999971732497 +Info 1432 [14:28:36.591] getCompletionsAtPosition: isCompletionListBlocker: 0.009324999991804361 +Info 1433 [14:28:36.591] Returning an empty list because completion was requested in an invalid position. +Info 1434 [14:28:36.820] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1435 [14:28:36.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 6.90281999995932ms +Info 1436 [14:28:36.827] Different program with same set of files +Info 1437 [14:28:36.827] getCompletionData: Get current token: 0.00749400001950562 +Info 1438 [14:28:36.827] getCompletionData: Is inside comment: 0.012331999954767525 +Info 1439 [14:28:36.827] getCompletionData: Get previous token: 0.013598000048659742 +Info 1440 [14:28:36.827] getCompletionsAtPosition: isCompletionListBlocker: 0.00483900005929172 +Info 1441 [14:28:36.828] getExportInfoMap: cache hit +Info 1442 [14:28:36.830] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1443 [14:28:36.830] collectAutoImports: response is complete +Info 1444 [14:28:36.830] collectAutoImports: 1.7592949999962002 +Info 1445 [14:28:36.830] getCompletionData: Semantic work: 2.3285150000592694 +Info 1446 [14:28:36.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.946366999996826 +Info 1447 [14:28:36.832] Format host information updated +Info 1448 [14:28:37.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1449 [14:28:37.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 6.279012000071816ms +Info 1450 [14:28:37.048] Different program with same set of files +Info 1451 [14:28:37.048] getCompletionData: Get current token: 0.00628500001039356 +Info 1452 [14:28:37.048] getCompletionData: Is inside comment: 0.010297999950125813 +Info 1453 [14:28:37.048] getCompletionData: Get previous token: 0.011666999896988273 +Info 1454 [14:28:37.048] getCompletionsAtPosition: isCompletionListBlocker: 0.00369199994020164 +Info 1455 [14:28:37.049] getExportInfoMap: cache hit +Info 1456 [14:28:37.051] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1457 [14:28:37.051] collectAutoImports: response is complete +Info 1458 [14:28:37.051] collectAutoImports: 2.4417499999981374 +Info 1459 [14:28:37.051] getCompletionData: Semantic work: 3.017814000020735 +Info 1460 [14:28:37.054] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8704809999326244 +Info 1461 [14:28:37.055] Format host information updated +Info 1462 [14:28:37.422] Format host information updated +Info 1463 [14:28:37.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1464 [14:28:37.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 6.592583000077866ms +Info 1465 [14:28:37.429] Different program with same set of files +Info 1466 [14:28:37.736] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1467 [14:28:37.744] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 7.772292000008747ms +Info 1468 [14:28:37.744] Different program with same set of files +Info 1469 [14:28:37.744] getCompletionData: Get current token: 0.006982999970205128 +Info 1470 [14:28:37.744] getCompletionData: Is inside comment: 0.011372999986633658 +Info 1471 [14:28:37.744] getCompletionData: Get previous token: 0.01404999999795109 +Info 1472 [14:28:37.744] getCompletionsAtPosition: isCompletionListBlocker: 0.0029429999412968755 +Info 1473 [14:28:37.745] getExportInfoMap: cache hit +Info 1474 [14:28:37.752] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 1475 [14:28:37.752] collectAutoImports: response is complete +Info 1476 [14:28:37.752] collectAutoImports: 6.675256000016816 +Info 1477 [14:28:37.752] getCompletionData: Semantic work: 7.263406999991275 +Info 1478 [14:28:37.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6624330000486225 +Info 1479 [14:28:37.756] Format host information updated +Info 1480 [14:28:37.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1481 [14:28:37.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 10.252570000011474ms +Info 1482 [14:28:37.809] Different program with same set of files +Info 1483 [14:28:37.809] getCompletionData: Get current token: 0.011474000057205558 +Info 1484 [14:28:37.809] getCompletionData: Is inside comment: 0.01977799995802343 +Info 1485 [14:28:37.809] getCompletionData: Get previous token: 0.023262000060640275 +Info 1486 [14:28:37.809] getCompletionsAtPosition: isCompletionListBlocker: 0.0038499999791383743 +Info 1487 [14:28:37.810] getExportInfoMap: cache hit +Info 1488 [14:28:37.815] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 111 from cache +Info 1489 [14:28:37.815] collectAutoImports: response is complete +Info 1490 [14:28:37.815] collectAutoImports: 4.99186099995859 +Info 1491 [14:28:37.815] getCompletionData: Semantic work: 5.741351000033319 +Info 1492 [14:28:37.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7440159999532625 +Info 1493 [14:28:37.822] Format host information updated +Info 1494 [14:28:37.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1495 [14:28:37.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 7.320200000074692ms +Info 1496 [14:28:37.970] Different program with same set of files +Info 1497 [14:28:37.970] getCompletionData: Get current token: 0.006821000017225742 +Info 1498 [14:28:37.970] getCompletionData: Is inside comment: 0.014313000021502376 +Info 1499 [14:28:37.970] getCompletionData: Get previous token: 0.017392000067047775 +Info 1500 [14:28:37.970] getCompletionsAtPosition: isCompletionListBlocker: 0.0029589999467134476 +Info 1501 [14:28:37.971] getExportInfoMap: cache hit +Info 1502 [14:28:37.975] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 1503 [14:28:37.975] collectAutoImports: response is complete +Info 1504 [14:28:37.975] collectAutoImports: 4.54606100008823 +Info 1505 [14:28:37.975] getCompletionData: Semantic work: 5.19947700004559 +Info 1506 [14:28:37.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.900664999964647 +Info 1507 [14:28:37.980] Format host information updated +Info 1508 [14:28:38.170] Format host information updated +Info 1509 [14:28:38.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1510 [14:28:38.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 6.941594000090845ms +Info 1511 [14:28:38.177] Different program with same set of files +Info 1512 [14:28:38.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1513 [14:28:38.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 20.440253000007942ms +Info 1514 [14:28:38.262] Different program with same set of files +Info 1515 [14:28:38.262] getCompletionData: Get current token: 0.018671999918296933 +Info 1516 [14:28:38.262] getCompletionData: Is inside comment: 0.04067999997641891 +Info 1517 [14:28:38.263] getCompletionData: Get previous token: 0.055764999939128757 +Info 1518 [14:28:38.263] getCompletionsAtPosition: isCompletionListBlocker: 0.007386000012047589 +Info 1519 [14:28:38.264] getExportInfoMap: cache hit +Info 1520 [14:28:38.275] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 1521 [14:28:38.275] collectAutoImports: response is complete +Info 1522 [14:28:38.275] collectAutoImports: 11.001350000035018 +Info 1523 [14:28:38.275] getCompletionData: Semantic work: 12.48394899989944 +Info 1524 [14:28:38.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.795894999988377 +Info 1525 [14:28:38.282] Format host information updated +Info 1526 [14:28:38.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1527 [14:28:38.480] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 7.094506000052206ms +Info 1528 [14:28:38.480] Different program with same set of files +Info 1529 [14:28:38.480] getCompletionData: Get current token: 0.005258000106550753 +Info 1530 [14:28:38.480] getCompletionData: Is inside comment: 0.010949999908916652 +Info 1531 [14:28:38.480] getCompletionData: Get previous token: 0.013563000014983118 +Info 1532 [14:28:38.481] getCompletionsAtPosition: isCompletionListBlocker: 0.0028390000807121396 +Info 1533 [14:28:38.481] getExportInfoMap: cache hit +Info 1534 [14:28:38.484] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 111 from cache +Info 1535 [14:28:38.484] collectAutoImports: response is complete +Info 1536 [14:28:38.484] collectAutoImports: 3.2094359999755397 +Info 1537 [14:28:38.484] getCompletionData: Semantic work: 3.68592700001318 +Info 1538 [14:28:38.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.698482000036165 +Info 1539 [14:28:38.488] Format host information updated +Info 1540 [14:28:38.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1541 [14:28:38.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 6.644702999969013ms +Info 1542 [14:28:38.541] Different program with same set of files +Info 1543 [14:28:38.541] getCompletionData: Get current token: 0.005490000010468066 +Info 1544 [14:28:38.541] getCompletionData: Is inside comment: 0.011414000065997243 +Info 1545 [14:28:38.541] getCompletionData: Get previous token: 0.014069999917410314 +Info 1546 [14:28:38.541] getCompletionsAtPosition: isCompletionListBlocker: 0.0025890000397339463 +Info 1547 [14:28:38.542] getExportInfoMap: cache hit +Info 1548 [14:28:38.544] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 44 from cache +Info 1549 [14:28:38.544] collectAutoImports: response is complete +Info 1550 [14:28:38.544] collectAutoImports: 2.110156000009738 +Info 1551 [14:28:38.544] getCompletionData: Semantic work: 2.610731999971904 +Info 1552 [14:28:38.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.998225999996066 +Info 1553 [14:28:38.547] Format host information updated +Info 1554 [14:28:38.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1555 [14:28:38.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 8.865168999996968ms +Info 1556 [14:28:38.640] Different program with same set of files +Info 1557 [14:28:38.641] getCompletionData: Get current token: 0.006074000033549964 +Info 1558 [14:28:38.641] getCompletionData: Is inside comment: 0.0123240000102669 +Info 1559 [14:28:38.641] getCompletionData: Get previous token: 0.015121000004000962 +Info 1560 [14:28:38.641] getCompletionsAtPosition: isCompletionListBlocker: 0.0029319999739527702 +Info 1561 [14:28:38.641] getExportInfoMap: cache hit +Info 1562 [14:28:38.643] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 1563 [14:28:38.643] collectAutoImports: response is complete +Info 1564 [14:28:38.643] collectAutoImports: 1.8729790000943467 +Info 1565 [14:28:38.643] getCompletionData: Semantic work: 2.4286400000564754 +Info 1566 [14:28:38.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1412169999675825 +Info 1567 [14:28:38.646] Format host information updated +Info 1568 [14:28:38.782] getCompletionData: Get current token: 0.004373000003397465 +Info 1569 [14:28:38.782] getCompletionData: Is inside comment: 0.010031000012531877 +Info 1570 [14:28:38.782] getCompletionData: Get previous token: 0.0063569999765604734 +Info 1571 [14:28:38.782] getCompletionsAtPosition: isCompletionListBlocker: 0.011729000019840896 +Info 1572 [14:28:38.782] getExportInfoMap: cache hit +Info 1573 [14:28:38.793] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1574 [14:28:38.793] collectAutoImports: response is complete +Info 1575 [14:28:38.793] collectAutoImports: 10.500050000031479 +Info 1576 [14:28:38.793] getCompletionData: Semantic work: 11.083547999965958 +Info 1577 [14:28:38.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.147431999910623 +Info 1578 [14:28:38.973] Format host information updated +Info 1579 [14:28:38.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1580 [14:28:38.979] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 6.3581799999810755ms +Info 1581 [14:28:38.979] Different program with same set of files +Info 1582 [14:28:39.152] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1583 [14:28:39.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 6.667546999990009ms +Info 1584 [14:28:39.159] Different program with same set of files +Info 1585 [14:28:39.159] getCompletionData: Get current token: 0.004927000030875206 +Info 1586 [14:28:39.159] getCompletionData: Is inside comment: 0.010139000019989908 +Info 1587 [14:28:39.159] getCompletionData: Get previous token: 0.00660500000230968 +Info 1588 [14:28:39.159] getCompletionsAtPosition: isCompletionListBlocker: 0.00780199992004782 +Info 1589 [14:28:39.159] getExportInfoMap: cache hit +Info 1590 [14:28:39.170] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1591 [14:28:39.171] collectAutoImports: response is complete +Info 1592 [14:28:39.171] collectAutoImports: 11.168050999986008 +Info 1593 [14:28:39.171] getCompletionData: Semantic work: 11.652549999998882 +Info 1594 [14:28:39.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.72087299998384 +Info 1595 [14:28:39.181] Format host information updated +Info 1596 [14:28:39.388] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1597 [14:28:39.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 9.252025000052527ms +Info 1598 [14:28:39.397] Different program with same set of files +Info 1599 [14:28:39.397] getCompletionData: Get current token: 0.004264999995939434 +Info 1600 [14:28:39.397] getCompletionData: Is inside comment: 0.009399999980814755 +Info 1601 [14:28:39.397] getCompletionData: Get previous token: 0.006259000045247376 +Info 1602 [14:28:39.397] getCompletionsAtPosition: isCompletionListBlocker: 0.0075740000465884805 +Info 1603 [14:28:39.398] getExportInfoMap: cache hit +Info 1604 [14:28:39.407] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1605 [14:28:39.407] collectAutoImports: response is complete +Info 1606 [14:28:39.407] collectAutoImports: 9.739238000009209 +Info 1607 [14:28:39.407] getCompletionData: Semantic work: 10.193057999946177 +Info 1608 [14:28:39.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.243913999991491 +Info 1609 [14:28:39.417] Format host information updated +Info 1610 [14:28:39.447] Format host information updated +Info 1611 [14:28:39.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1612 [14:28:39.454] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 6.544395000091754ms +Info 1613 [14:28:39.454] Different program with same set of files +Info 1614 [14:28:39.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1615 [14:28:39.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 6.956737000029534ms +Info 1616 [14:28:39.899] Different program with same set of files +Info 1617 [14:28:39.899] getCompletionData: Get current token: 0.0046950000105425715 +Info 1618 [14:28:39.899] getCompletionData: Is inside comment: 0.012943000067025423 +Info 1619 [14:28:39.899] getCompletionData: Get previous token: 0.013053000089712441 +Info 1620 [14:28:39.899] getCompletionsAtPosition: isCompletionListBlocker: 0.00865099998190999 +Info 1621 [14:28:39.900] getExportInfoMap: cache hit +Info 1622 [14:28:39.905] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 1623 [14:28:39.905] collectAutoImports: response is complete +Info 1624 [14:28:39.905] collectAutoImports: 4.67711499996949 +Info 1625 [14:28:39.905] getCompletionData: Semantic work: 5.227830999996513 +Info 1626 [14:28:39.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.90936699998565 +Info 1627 [14:28:39.909] Format host information updated +Info 1628 [14:28:40.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1629 [14:28:40.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.9573139999993145ms +Info 1630 [14:28:40.077] Different program with same set of files +Info 1631 [14:28:40.077] getCompletionData: Get current token: 0.005022999946959317 +Info 1632 [14:28:40.077] getCompletionData: Is inside comment: 0.011510999989695847 +Info 1633 [14:28:40.077] getCompletionData: Get previous token: 0.013476000051014125 +Info 1634 [14:28:40.077] getCompletionsAtPosition: isCompletionListBlocker: 0.009232999989762902 +Info 1635 [14:28:40.077] getExportInfoMap: cache hit +Info 1636 [14:28:40.081] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 93 from cache +Info 1637 [14:28:40.081] collectAutoImports: response is complete +Info 1638 [14:28:40.081] collectAutoImports: 3.2585139999864623 +Info 1639 [14:28:40.081] getCompletionData: Semantic work: 3.793235999997705 +Info 1640 [14:28:40.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3455929999472573 +Info 1641 [14:28:40.084] Format host information updated +Info 1642 [14:28:40.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1643 [14:28:40.323] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 10.089561999891885ms +Info 1644 [14:28:40.323] Different program with same set of files +Info 1645 [14:28:40.324] getCompletionData: Get current token: 0.00750300008803606 +Info 1646 [14:28:40.324] getCompletionData: Is inside comment: 0.022652999963611364 +Info 1647 [14:28:40.324] getCompletionData: Get previous token: 0.01805199997033924 +Info 1648 [14:28:40.324] getCompletionsAtPosition: isCompletionListBlocker: 0.011383000062778592 +Info 1649 [14:28:40.324] getExportInfoMap: cache hit +Info 1650 [14:28:40.327] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 11 from cache +Info 1651 [14:28:40.327] collectAutoImports: response is complete +Info 1652 [14:28:40.327] collectAutoImports: 2.674624999985099 +Info 1653 [14:28:40.327] getCompletionData: Semantic work: 3.314630000037141 +Info 1654 [14:28:40.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3927320000948384 +Info 1655 [14:28:40.330] Format host information updated +Info 1656 [14:28:40.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1657 [14:28:40.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 7.039338000002317ms +Info 1658 [14:28:40.391] Different program with same set of files +Info 1659 [14:28:40.391] getCompletionData: Get current token: 0.005416999920271337 +Info 1660 [14:28:40.391] getCompletionData: Is inside comment: 0.012784000020474195 +Info 1661 [14:28:40.391] getCompletionData: Get previous token: 0.014227999956347048 +Info 1662 [14:28:40.391] getCompletionsAtPosition: isCompletionListBlocker: 0.010001000016927719 +Info 1663 [14:28:40.392] getExportInfoMap: cache hit +Info 1664 [14:28:40.394] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1665 [14:28:40.394] collectAutoImports: response is complete +Info 1666 [14:28:40.394] collectAutoImports: 2.2852420000126585 +Info 1667 [14:28:40.394] getCompletionData: Semantic work: 2.8349729999899864 +Info 1668 [14:28:40.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.129365999950096 +Info 1669 [14:28:40.397] Format host information updated +Info 1670 [14:28:40.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1671 [14:28:40.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 10.45004499994684ms +Info 1672 [14:28:40.673] Different program with same set of files +Info 1673 [14:28:40.674] getCompletionData: Get current token: 0.00788499996997416 +Info 1674 [14:28:40.674] getCompletionData: Is inside comment: 0.018493000068701804 +Info 1675 [14:28:40.674] getCompletionData: Get previous token: 0.011693999986164272 +Info 1676 [14:28:40.674] getCompletionsAtPosition: isCompletionListBlocker: 0.016885000048205256 +Info 1677 [14:28:40.674] getExportInfoMap: cache hit +Info 1678 [14:28:40.687] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1679 [14:28:40.687] collectAutoImports: response is complete +Info 1680 [14:28:40.687] collectAutoImports: 12.423356999992393 +Info 1681 [14:28:40.687] getCompletionData: Semantic work: 13.147040999960154 +Info 1682 [14:28:40.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.849573999992572 +Info 1683 [14:28:40.695] Format host information updated +Info 1684 [14:28:40.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1685 [14:28:40.844] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 7.16210499999579ms +Info 1686 [14:28:40.844] Different program with same set of files +Info 1687 [14:28:40.845] getCompletionData: Get current token: 0.0035389999393373728 +Info 1688 [14:28:40.845] getCompletionData: Is inside comment: 0.010143000050447881 +Info 1689 [14:28:40.845] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1690 [14:28:40.845] Format host information updated +Info 1691 [14:28:40.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1692 [14:28:40.989] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 7.024964999989606ms +Info 1693 [14:28:40.989] Different program with same set of files +Info 1694 [14:28:40.989] getCompletionData: Get current token: 0.0034050000831484795 +Info 1695 [14:28:40.989] getCompletionData: Is inside comment: 0.008941999985836446 +Info 1696 [14:28:40.989] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1697 [14:28:40.989] Format host information updated +Info 1698 [14:28:41.149] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1699 [14:28:41.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 7.971133999992162ms +Info 1700 [14:28:41.157] Different program with same set of files +Info 1701 [14:28:41.157] getCompletionData: Get current token: 0.0038850000128149986 +Info 1702 [14:28:41.157] getCompletionData: Is inside comment: 0.01146299997344613 +Info 1703 [14:28:41.157] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1704 [14:28:41.159] Format host information updated +Info 1705 [14:28:41.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1706 [14:28:41.296] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 6.797032000031322ms +Info 1707 [14:28:41.296] Different program with same set of files +Info 1708 [14:28:41.297] getCompletionData: Get current token: 0.004549999954178929 +Info 1709 [14:28:41.297] getCompletionData: Is inside comment: 0.01145999995060265 +Info 1710 [14:28:41.297] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1711 [14:28:41.297] Format host information updated +Info 1712 [14:28:41.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1713 [14:28:41.454] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 9.012647999916226ms +Info 1714 [14:28:41.454] Different program with same set of files +Info 1715 [14:28:41.455] getCompletionData: Get current token: 0.004972000024281442 +Info 1716 [14:28:41.455] getCompletionData: Is inside comment: 0.01102899992838502 +Info 1717 [14:28:41.455] getCompletionData: Get previous token: 0.006833999999798834 +Info 1718 [14:28:41.455] getCompletionsAtPosition: isCompletionListBlocker: 0.008806999889202416 +Info 1719 [14:28:41.455] getExportInfoMap: cache hit +Info 1720 [14:28:41.465] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1721 [14:28:41.465] collectAutoImports: response is complete +Info 1722 [14:28:41.465] collectAutoImports: 10.040992000023834 +Info 1723 [14:28:41.465] getCompletionData: Semantic work: 10.575523999985307 +Info 1724 [14:28:41.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.008747000014409 +Info 1725 [14:28:41.476] Format host information updated +Info 1726 [14:28:41.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1727 [14:28:41.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 10.22707900009118ms +Info 1728 [14:28:41.577] Different program with same set of files +Info 1729 [14:28:41.577] getCompletionData: Get current token: 0.004167999955825508 +Info 1730 [14:28:41.577] getCompletionData: Is inside comment: 0.009868999943137169 +Info 1731 [14:28:41.577] getCompletionData: Get previous token: 0.006657999940216541 +Info 1732 [14:28:41.577] getCompletionsAtPosition: isCompletionListBlocker: 0.003373999963514507 +Info 1733 [14:28:41.578] getExportInfoMap: cache hit +Info 1734 [14:28:41.587] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1735 [14:28:41.587] collectAutoImports: response is complete +Info 1736 [14:28:41.587] collectAutoImports: 9.10338500002399 +Info 1737 [14:28:41.587] getCompletionData: Semantic work: 9.538892999989912 +Info 1738 [14:28:41.592] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.475940000033006 +Info 1739 [14:28:41.596] Format host information updated +Info 1740 [14:28:41.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1741 [14:28:41.719] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 6.572418999974616ms +Info 1742 [14:28:41.719] Different program with same set of files +Info 1743 [14:28:41.719] getCompletionData: Get current token: 0.004410999943502247 +Info 1744 [14:28:41.719] getCompletionData: Is inside comment: 0.010280999937094748 +Info 1745 [14:28:41.719] getCompletionData: Get previous token: 0.012744999956339598 +Info 1746 [14:28:41.719] getCompletionsAtPosition: isCompletionListBlocker: 0.0029909999575465918 +Info 1747 [14:28:41.720] getExportInfoMap: cache hit +Info 1748 [14:28:41.722] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 1749 [14:28:41.722] collectAutoImports: response is complete +Info 1750 [14:28:41.722] collectAutoImports: 1.8234759999904782 +Info 1751 [14:28:41.722] getCompletionData: Semantic work: 2.350218000006862 +Info 1752 [14:28:41.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9201109999557957 +Info 1753 [14:28:41.725] Format host information updated +Info 1754 [14:28:41.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1755 [14:28:41.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 25.5241850001039ms +Info 1756 [14:28:41.840] Different program with same set of files +Info 1757 [14:28:41.840] getCompletionData: Get current token: 0.020053999964147806 +Info 1758 [14:28:41.841] getCompletionData: Is inside comment: 0.04742900002747774 +Info 1759 [14:28:41.841] getCompletionData: Get previous token: 0.05786100006662309 +Info 1760 [14:28:41.841] getCompletionsAtPosition: isCompletionListBlocker: 0.020779000013135374 +Info 1761 [14:28:41.842] getExportInfoMap: cache hit +Info 1762 [14:28:41.864] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1763 [14:28:41.864] collectAutoImports: response is complete +Info 1764 [14:28:41.864] collectAutoImports: 21.620535000110976 +Info 1765 [14:28:41.864] getCompletionData: Semantic work: 23.41892900003586 +Info 1766 [14:28:41.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.562349000014365 +Info 1767 [14:28:41.877] Format host information updated +Info 1768 [14:28:41.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1769 [14:28:41.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 8.173683000029996ms +Info 1770 [14:28:41.941] Different program with same set of files +Info 1771 [14:28:41.941] getCompletionData: Get current token: 0.005246000015176833 +Info 1772 [14:28:41.941] getCompletionData: Is inside comment: 0.014370999997481704 +Info 1773 [14:28:41.941] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1774 [14:28:41.941] Format host information updated +Info 1775 [14:28:42.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1776 [14:28:42.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 13.398744000005536ms +Info 1777 [14:28:42.072] Different program with same set of files +Info 1778 [14:28:42.072] getCompletionData: Get current token: 0.004883000045083463 +Info 1779 [14:28:42.072] getCompletionData: Is inside comment: 0.027146999957039952 +Info 1780 [14:28:42.072] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1781 [14:28:42.072] Format host information updated +Info 1782 [14:28:42.486] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1783 [14:28:42.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 6.4687489999923855ms +Info 1784 [14:28:42.492] Different program with same set of files +Info 1785 [14:28:42.493] getCompletionData: Get current token: 0.0033870000625029206 +Info 1786 [14:28:42.493] getCompletionData: Is inside comment: 0.010314000071957707 +Info 1787 [14:28:42.493] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1788 [14:28:42.493] Format host information updated +Info 1789 [14:28:42.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1790 [14:28:42.653] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 6.526030999957584ms +Info 1791 [14:28:42.653] Different program with same set of files +Info 1792 [14:28:42.653] getCompletionData: Get current token: 0.004440999939106405 +Info 1793 [14:28:42.653] getCompletionData: Is inside comment: 0.010648999945260584 +Info 1794 [14:28:42.653] getCompletionData: Get previous token: 0.012940999935381114 +Info 1795 [14:28:42.653] getCompletionsAtPosition: isCompletionListBlocker: 0.0034890000242739916 +Info 1796 [14:28:42.653] getExportInfoMap: cache hit +Info 1797 [14:28:42.666] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1798 [14:28:42.666] collectAutoImports: response is complete +Info 1799 [14:28:42.666] collectAutoImports: 12.392041999963112 +Info 1800 [14:28:42.666] getCompletionData: Semantic work: 12.879604000016116 +Info 1801 [14:28:42.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.13302599999588 +Info 1802 [14:28:42.675] Format host information updated +Info 1803 [14:28:42.816] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1804 [14:28:42.825] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 8.586409999988973ms +Info 1805 [14:28:42.825] Different program with same set of files +Info 1806 [14:28:42.825] getCompletionData: Get current token: 0.004056999925523996 +Info 1807 [14:28:42.825] getCompletionData: Is inside comment: 0.009198999963700771 +Info 1808 [14:28:42.825] getCompletionData: Get previous token: 0.005714000086300075 +Info 1809 [14:28:42.825] getCompletionsAtPosition: isCompletionListBlocker: 0.007898999960161746 +Info 1810 [14:28:42.826] getExportInfoMap: cache hit +Info 1811 [14:28:42.834] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1812 [14:28:42.834] collectAutoImports: response is complete +Info 1813 [14:28:42.834] collectAutoImports: 8.66586599999573 +Info 1814 [14:28:42.834] getCompletionData: Semantic work: 9.166841999976896 +Info 1815 [14:28:42.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.019944999949075 +Info 1816 [14:28:42.844] Format host information updated +Info 1817 [14:28:45.365] Format host information updated +Info 1818 [14:28:45.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1819 [14:28:45.372] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 7.0300529999658465ms +Info 1820 [14:28:45.372] Different program with same set of files +Info 1821 [14:28:45.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1822 [14:28:45.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 6.591386000043713ms +Info 1823 [14:28:45.451] Different program with same set of files +Info 1824 [14:28:45.451] getCompletionData: Get current token: 0.004255000036209822 +Info 1825 [14:28:45.451] getCompletionData: Is inside comment: 0.008909999975003302 +Info 1826 [14:28:45.451] getCompletionData: Get previous token: 0.011292999959550798 +Info 1827 [14:28:45.451] getCompletionsAtPosition: isCompletionListBlocker: 0.00818600005004555 +Info 1828 [14:28:45.452] getExportInfoMap: cache hit +Info 1829 [14:28:45.455] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 39 from cache +Info 1830 [14:28:45.455] collectAutoImports: response is complete +Info 1831 [14:28:45.455] collectAutoImports: 2.950156999984756 +Info 1832 [14:28:45.455] getCompletionData: Semantic work: 3.5023659999715164 +Info 1833 [14:28:45.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3468870000215247 +Info 1834 [14:28:45.457] Format host information updated +Info 1835 [14:28:45.891] Format host information updated +Info 1836 [14:28:45.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1837 [14:28:45.897] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 6.2568840000312775ms +Info 1838 [14:28:45.897] Different program with same set of files +Info 1839 [14:28:46.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1840 [14:28:46.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 7.198493000003509ms +Info 1841 [14:28:46.212] Different program with same set of files +Info 1842 [14:28:46.212] getCompletionData: Get current token: 0.005103999981656671 +Info 1843 [14:28:46.212] getCompletionData: Is inside comment: 0.008078000042587519 +Info 1844 [14:28:46.213] getCompletionData: Get previous token: 0.005799999926239252 +Info 1845 [14:28:46.213] getCompletionsAtPosition: isCompletionListBlocker: 0.006827999954111874 +Info 1846 [14:28:46.213] getExportInfoMap: cache hit +Info 1847 [14:28:46.224] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 1848 [14:28:46.224] collectAutoImports: response is complete +Info 1849 [14:28:46.224] collectAutoImports: 11.40800399996806 +Info 1850 [14:28:46.224] getCompletionData: Semantic work: 11.878899000003003 +Info 1851 [14:28:46.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7469289998989552 +Info 1852 [14:28:46.231] Format host information updated +Info 1853 [14:28:46.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1854 [14:28:46.430] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 8.22961799998302ms +Info 1855 [14:28:46.430] Different program with same set of files +Info 1856 [14:28:46.430] getCompletionData: Get current token: 0.004271000041626394 +Info 1857 [14:28:46.430] getCompletionData: Is inside comment: 0.007928000064566731 +Info 1858 [14:28:46.430] getCompletionData: Get previous token: 0.006072000018320978 +Info 1859 [14:28:46.430] getCompletionsAtPosition: isCompletionListBlocker: 0.02805700001772493 +Info 1860 [14:28:46.431] getExportInfoMap: cache hit +Info 1861 [14:28:46.440] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 1862 [14:28:46.440] collectAutoImports: response is complete +Info 1863 [14:28:46.440] collectAutoImports: 9.680805000010878 +Info 1864 [14:28:46.440] getCompletionData: Semantic work: 10.222469999920577 +Info 1865 [14:28:46.445] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.158244000049308 +Info 1866 [14:28:46.449] Format host information updated +Info 1867 [14:28:46.500] Format host information updated +Info 1868 [14:28:46.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1869 [14:28:46.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 7.732967999996617ms +Info 1870 [14:28:46.508] Different program with same set of files +Info 1871 [14:28:46.648] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1872 [14:28:46.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 7.102272999938577ms +Info 1873 [14:28:46.655] Different program with same set of files +Info 1874 [14:28:46.655] getCompletionData: Get current token: 0.0044460000935941935 +Info 1875 [14:28:46.655] getCompletionData: Is inside comment: 0.008934999932534993 +Info 1876 [14:28:46.655] getCompletionData: Get previous token: 0.011801999993622303 +Info 1877 [14:28:46.655] getCompletionsAtPosition: isCompletionListBlocker: 0.009997000102885067 +Info 1878 [14:28:46.656] getExportInfoMap: cache hit +Info 1879 [14:28:46.662] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 1880 [14:28:46.662] collectAutoImports: response is complete +Info 1881 [14:28:46.662] collectAutoImports: 5.8222469999454916 +Info 1882 [14:28:46.662] getCompletionData: Semantic work: 6.387658999999985 +Info 1883 [14:28:46.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4978030000347644 +Info 1884 [14:28:46.664] Format host information updated +Info 1885 [14:28:47.090] Format host information updated +Info 1886 [14:28:47.090] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1887 [14:28:47.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 7.268995000049472ms +Info 1888 [14:28:47.097] Different program with same set of files +Info 1889 [14:28:47.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1890 [14:28:47.287] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 7.163898000027984ms +Info 1891 [14:28:47.287] Different program with same set of files +Info 1892 [14:28:47.287] getCompletionData: Get current token: 0.007457000087015331 +Info 1893 [14:28:47.287] getCompletionData: Is inside comment: 0.010013999999500811 +Info 1894 [14:28:47.287] getCompletionData: Get previous token: 0.006922000087797642 +Info 1895 [14:28:47.287] getCompletionsAtPosition: isCompletionListBlocker: 0.008081000065430999 +Info 1896 [14:28:47.288] getExportInfoMap: cache hit +Info 1897 [14:28:47.301] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 1898 [14:28:47.301] collectAutoImports: response is complete +Info 1899 [14:28:47.301] collectAutoImports: 13.32140699995216 +Info 1900 [14:28:47.301] getCompletionData: Semantic work: 13.879052999895066 +Info 1901 [14:28:47.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9639789999928325 +Info 1902 [14:28:47.309] Format host information updated +Info 1903 [14:28:47.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1904 [14:28:47.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 7.23375000001397ms +Info 1905 [14:28:47.497] Different program with same set of files +Info 1906 [14:28:47.497] getCompletionData: Get current token: 0.00546399992890656 +Info 1907 [14:28:47.497] getCompletionData: Is inside comment: 0.009370999992825091 +Info 1908 [14:28:47.497] getCompletionData: Get previous token: 0.007160999928601086 +Info 1909 [14:28:47.497] getCompletionsAtPosition: isCompletionListBlocker: 0.007584000006318092 +Info 1910 [14:28:47.497] getExportInfoMap: cache hit +Info 1911 [14:28:47.508] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 1912 [14:28:47.508] collectAutoImports: response is complete +Info 1913 [14:28:47.508] collectAutoImports: 10.943915000068955 +Info 1914 [14:28:47.508] getCompletionData: Semantic work: 11.510351000004448 +Info 1915 [14:28:47.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.738134999992326 +Info 1916 [14:28:47.516] Format host information updated +Info 1917 [14:28:47.562] Format host information updated +Info 1918 [14:28:47.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1919 [14:28:47.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 8.031745000043884ms +Info 1920 [14:28:47.571] Different program with same set of files +Info 1921 [14:28:47.736] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1922 [14:28:47.743] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 6.642873000004329ms +Info 1923 [14:28:47.743] Different program with same set of files +Info 1924 [14:28:47.743] getCompletionData: Get current token: 0.009067000006325543 +Info 1925 [14:28:47.743] getCompletionData: Is inside comment: 0.016851999913342297 +Info 1926 [14:28:47.743] getCompletionData: Get previous token: 0.022951000020839274 +Info 1927 [14:28:47.743] getCompletionsAtPosition: isCompletionListBlocker: 0.011690999963320792 +Info 1928 [14:28:47.744] getExportInfoMap: cache hit +Info 1929 [14:28:47.751] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 1930 [14:28:47.751] collectAutoImports: response is complete +Info 1931 [14:28:47.751] collectAutoImports: 7.011031000060029 +Info 1932 [14:28:47.751] getCompletionData: Semantic work: 7.834807999897748 +Info 1933 [14:28:47.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.505735999904573 +Info 1934 [14:28:47.753] Format host information updated +Info 1935 [14:28:47.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1936 [14:28:47.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 6.532957999967039ms +Info 1937 [14:28:47.837] Different program with same set of files +Info 1938 [14:28:47.837] getCompletionData: Get current token: 0.0048269999679178 +Info 1939 [14:28:47.837] getCompletionData: Is inside comment: 0.010270999977365136 +Info 1940 [14:28:47.838] getCompletionData: Get previous token: 0.011700000031851232 +Info 1941 [14:28:47.838] getCompletionsAtPosition: isCompletionListBlocker: 0.008689000038430095 +Info 1942 [14:28:47.838] getExportInfoMap: cache hit +Info 1943 [14:28:47.841] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 77 from cache +Info 1944 [14:28:47.841] collectAutoImports: response is complete +Info 1945 [14:28:47.841] collectAutoImports: 2.5651890001026914 +Info 1946 [14:28:47.841] getCompletionData: Semantic work: 3.0904779999982566 +Info 1947 [14:28:47.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.115034999907948 +Info 1948 [14:28:47.845] Format host information updated +Info 1949 [14:28:47.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1950 [14:28:47.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 7.172243000008166ms +Info 1951 [14:28:47.950] Different program with same set of files +Info 1952 [14:28:47.951] getCompletionData: Get current token: 0.004481000010855496 +Info 1953 [14:28:47.951] getCompletionData: Is inside comment: 0.00864799995906651 +Info 1954 [14:28:47.951] getCompletionData: Get previous token: 0.011211999924853444 +Info 1955 [14:28:47.951] getCompletionsAtPosition: isCompletionListBlocker: 0.008814000058919191 +Info 1956 [14:28:47.951] getExportInfoMap: cache hit +Info 1957 [14:28:47.953] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 36 from cache +Info 1958 [14:28:47.953] collectAutoImports: response is complete +Info 1959 [14:28:47.953] collectAutoImports: 1.7634689999977127 +Info 1960 [14:28:47.953] getCompletionData: Semantic work: 2.289651000057347 +Info 1961 [14:28:47.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9821800000499934 +Info 1962 [14:28:47.955] Format host information updated +Info 1963 [14:28:48.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1964 [14:28:48.018] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 12.807457999908365ms +Info 1965 [14:28:48.018] Different program with same set of files +Info 1966 [14:28:48.018] getCompletionData: Get current token: 0.007913000066764653 +Info 1967 [14:28:48.018] getCompletionData: Is inside comment: 0.014986000023782253 +Info 1968 [14:28:48.018] getCompletionData: Get previous token: 0.019166999962180853 +Info 1969 [14:28:48.018] getCompletionsAtPosition: isCompletionListBlocker: 0.011029999935999513 +Info 1970 [14:28:48.019] getExportInfoMap: cache hit +Info 1971 [14:28:48.022] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 1972 [14:28:48.022] collectAutoImports: response is complete +Info 1973 [14:28:48.022] collectAutoImports: 2.6759839999722317 +Info 1974 [14:28:48.022] getCompletionData: Semantic work: 3.515826000017114 +Info 1975 [14:28:48.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6822290000272915 +Info 1976 [14:28:48.024] Format host information updated +Info 1977 [14:28:48.352] getCompletionData: Get current token: 0.0031169999856501818 +Info 1978 [14:28:48.352] getCompletionData: Is inside comment: 0.007304999977350235 +Info 1979 [14:28:48.352] getCompletionData: Get previous token: 0.004857999971136451 +Info 1980 [14:28:48.352] getCompletionsAtPosition: isCompletionListBlocker: 0.010465000057592988 +Info 1981 [14:28:48.353] getExportInfoMap: cache hit +Info 1982 [14:28:48.364] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 1983 [14:28:48.364] collectAutoImports: response is complete +Info 1984 [14:28:48.364] collectAutoImports: 10.712180999922566 +Info 1985 [14:28:48.364] getCompletionData: Semantic work: 11.283354999963194 +Info 1986 [14:28:48.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4089000000385568 +Info 1987 [14:28:49.025] Format host information updated +Info 1988 [14:28:49.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1989 [14:28:49.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 6.929588999948464ms +Info 1990 [14:28:49.033] Different program with same set of files +Info 1991 [14:28:49.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1992 [14:28:49.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 9.467779999948107ms +Info 1993 [14:28:49.163] Different program with same set of files +Info 1994 [14:28:49.163] getCompletionData: Get current token: 0.003240999998524785 +Info 1995 [14:28:49.163] getCompletionData: Is inside comment: 0.007077999995090067 +Info 1996 [14:28:49.163] getCompletionData: Get previous token: 0.010072000091895461 +Info 1997 [14:28:49.163] getCompletionsAtPosition: isCompletionListBlocker: 0.009345000027678907 +Info 1998 [14:28:49.164] getExportInfoMap: cache hit +Info 1999 [14:28:49.167] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 2000 [14:28:49.167] collectAutoImports: response is complete +Info 2001 [14:28:49.167] collectAutoImports: 3.3987759998999536 +Info 2002 [14:28:49.167] getCompletionData: Semantic work: 3.9396120000164956 +Info 2003 [14:28:49.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2381210000021383 +Info 2004 [14:28:49.169] Format host information updated +Info 2005 [14:28:49.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2006 [14:28:49.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 28.765674000023864ms +Info 2007 [14:28:49.270] Different program with same set of files +Info 2008 [14:28:49.271] getCompletionData: Get current token: 0.008976999903097749 +Info 2009 [14:28:49.271] getCompletionData: Is inside comment: 0.022680000052787364 +Info 2010 [14:28:49.271] getCompletionData: Get previous token: 0.030303000006824732 +Info 2011 [14:28:49.271] getCompletionsAtPosition: isCompletionListBlocker: 0.02020500006619841 +Info 2012 [14:28:49.272] getExportInfoMap: cache hit +Info 2013 [14:28:49.278] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 77 from cache +Info 2014 [14:28:49.278] collectAutoImports: response is complete +Info 2015 [14:28:49.278] collectAutoImports: 5.246387999970466 +Info 2016 [14:28:49.278] getCompletionData: Semantic work: 6.620097000035457 +Info 2017 [14:28:49.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0611949999583885 +Info 2018 [14:28:49.281] Format host information updated +Info 2019 [14:28:49.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2020 [14:28:49.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 8.164347999962047ms +Info 2021 [14:28:49.338] Different program with same set of files +Info 2022 [14:28:49.338] getCompletionData: Get current token: 0.004531000042334199 +Info 2023 [14:28:49.338] getCompletionData: Is inside comment: 0.01131500001065433 +Info 2024 [14:28:49.338] getCompletionData: Get previous token: 0.01532999996561557 +Info 2025 [14:28:49.338] getCompletionsAtPosition: isCompletionListBlocker: 0.0115029999287799 +Info 2026 [14:28:49.339] getExportInfoMap: cache hit +Info 2027 [14:28:49.342] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 36 from cache +Info 2028 [14:28:49.342] collectAutoImports: response is complete +Info 2029 [14:28:49.342] collectAutoImports: 2.4775030000600964 +Info 2030 [14:28:49.342] getCompletionData: Semantic work: 3.2218400000128895 +Info 2031 [14:28:49.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3871839999919757 +Info 2032 [14:28:49.347] Format host information updated +Info 2033 [14:28:49.457] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2034 [14:28:49.463] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 6.7295799999265ms +Info 2035 [14:28:49.463] Different program with same set of files +Info 2036 [14:28:49.464] getCompletionData: Get current token: 0.0039820000529289246 +Info 2037 [14:28:49.464] getCompletionData: Is inside comment: 0.010477000032551587 +Info 2038 [14:28:49.464] getCompletionData: Get previous token: 0.00698000006377697 +Info 2039 [14:28:49.464] getCompletionsAtPosition: isCompletionListBlocker: 0.003137999912723899 +Info 2040 [14:28:49.465] getCompletionData: Semantic work: 1.5844710000092164 +Info 2041 [14:28:49.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4332260000519454 +Info 2042 [14:28:49.467] Format host information updated +Info 2043 [14:28:49.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2044 [14:28:49.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 6.365770000033081ms +Info 2045 [14:28:49.683] Different program with same set of files +Info 2046 [14:28:49.683] getCompletionData: Get current token: 0.0032389999832957983 +Info 2047 [14:28:49.683] getCompletionData: Is inside comment: 0.008093000040389597 +Info 2048 [14:28:49.683] getCompletionData: Get previous token: 0.011862999992445111 +Info 2049 [14:28:49.683] getCompletionsAtPosition: isCompletionListBlocker: 0.0026939999079331756 +Info 2050 [14:28:49.684] getCompletionData: Semantic work: 0.5670000000391155 +Info 2051 [14:28:49.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.994137000059709 +Info 2052 [14:28:49.686] Format host information updated +Info 2053 [14:28:49.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2054 [14:28:49.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 24.198410000069998ms +Info 2055 [14:28:49.771] Different program with same set of files +Info 2056 [14:28:49.772] getCompletionData: Get current token: 0.009393000043928623 +Info 2057 [14:28:49.772] getCompletionData: Is inside comment: 0.023738999967463315 +Info 2058 [14:28:49.772] getCompletionData: Get previous token: 0.03643700003158301 +Info 2059 [14:28:49.772] getCompletionsAtPosition: isCompletionListBlocker: 0.006261000060476363 +Info 2060 [14:28:49.774] getCompletionData: Semantic work: 1.5714930000249296 +Info 2061 [14:28:49.778] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.738278000033461 +Info 2062 [14:28:49.779] Format host information updated +Info 2063 [14:28:49.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2064 [14:28:49.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 6.682854000013322ms +Info 2065 [14:28:49.921] Different program with same set of files +Info 2066 [14:28:49.922] getCompletionData: Get current token: 0.003490000031888485 +Info 2067 [14:28:49.922] getCompletionData: Is inside comment: 0.009284000028856099 +Info 2068 [14:28:49.922] getCompletionData: Get previous token: 0.013534000026993454 +Info 2069 [14:28:49.922] getCompletionsAtPosition: isCompletionListBlocker: 0.002724000019952655 +Info 2070 [14:28:49.922] getCompletionData: Semantic work: 0.6356649999506772 +Info 2071 [14:28:49.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8960960000986233 +Info 2072 [14:28:49.925] Format host information updated +Info 2073 [14:28:50.363] Format host information updated +Info 2074 [14:28:50.364] Format host information updated +Info 2075 [14:28:50.364] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2076 [14:28:50.385] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 20.439039999968372ms +Info 2077 [14:28:50.385] Different program with same set of files +Info 2078 [14:28:50.385] getCompletionData: Get current token: 0.010748000000603497 +Info 2079 [14:28:50.385] getCompletionData: Is inside comment: 0.026998999994248152 +Info 2080 [14:28:50.386] getCompletionData: Get previous token: 0.02053500001784414 +Info 2081 [14:28:50.386] getCompletionsAtPosition: isCompletionListBlocker: 0.008265000069513917 +Info 2082 [14:28:50.387] getExportInfoMap: cache hit +Info 2083 [14:28:50.412] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 2084 [14:28:50.412] collectAutoImports: response is complete +Info 2085 [14:28:50.412] collectAutoImports: 24.932870000018738 +Info 2086 [14:28:50.412] getCompletionData: Semantic work: 26.786213999963365 +Info 2087 [14:28:50.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.268061999930069 +Info 2088 [14:28:50.422] getCompletionData: Get current token: 0.017927000066265464 +Info 2089 [14:28:50.422] getCompletionData: Is inside comment: 0.005362999974749982 +Info 2090 [14:28:50.422] getCompletionData: Get previous token: 0.05255300004500896 +Info 2091 [14:28:50.422] getCompletionsAtPosition: isCompletionListBlocker: 0.0031380000291392207 +Info 2092 [14:28:50.423] getCompletionData: Semantic work: 0.6001629999373108 +Info 2093 [14:28:50.429] getCompletionData: Get current token: 0.010453999973833561 +Info 2094 [14:28:50.429] getCompletionData: Is inside comment: 0.002626999979838729 +Info 2095 [14:28:50.429] getCompletionData: Get previous token: 0.03373500006273389 +Info 2096 [14:28:50.429] getCompletionsAtPosition: isCompletionListBlocker: 0.0027669999981299043 +Info 2097 [14:28:50.430] getCompletionData: Semantic work: 0.36111900000832975 +Info 2098 [14:28:50.431] Format host information updated +Info 2099 [14:28:50.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2100 [14:28:50.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 8.716635999968275ms +Info 2101 [14:28:50.446] Different program with same set of files +Info 2102 [14:28:50.446] getCompletionData: Get current token: 0.004070999915711582 +Info 2103 [14:28:50.446] getCompletionData: Is inside comment: 0.018588999984785914 +Info 2104 [14:28:50.446] getCompletionData: Get previous token: 0.012395999976433814 +Info 2105 [14:28:50.446] getCompletionsAtPosition: isCompletionListBlocker: 0.00841400003992021 +Info 2106 [14:28:50.449] getExportInfoMap: cache hit +Info 2107 [14:28:50.462] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 2108 [14:28:50.462] collectAutoImports: response is complete +Info 2109 [14:28:50.462] collectAutoImports: 12.022043999982998 +Info 2110 [14:28:50.462] getCompletionData: Semantic work: 15.268998999963515 +Info 2111 [14:28:50.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8192540000891313 +Info 2112 [14:28:50.469] Format host information updated +Info 2113 [14:28:50.617] getCompletionData: Get current token: 0.006376000004820526 +Info 2114 [14:28:50.617] getCompletionData: Is inside comment: 0.001302999909967184 +Info 2115 [14:28:50.617] getCompletionData: Get previous token: 0.011079999967478216 +Info 2116 [14:28:50.617] getCompletionsAtPosition: isCompletionListBlocker: 0.0038629999617114663 +Info 2117 [14:28:50.617] getExportInfoMap: cache hit +Info 2118 [14:28:50.627] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 2119 [14:28:50.627] collectAutoImports: response is complete +Info 2120 [14:28:50.627] collectAutoImports: 10.011397999944165 +Info 2121 [14:28:50.628] getCompletionData: Semantic work: 10.769341999897733 +Info 2122 [14:28:50.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.038485000026412 +Info 2123 [14:28:51.749] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2124 [14:28:51.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 8.296310000005178ms +Info 2125 [14:28:51.757] Different program with same set of files +Info 2126 [14:28:51.758] getCompletionData: Get current token: 0.0064830000046640635 +Info 2127 [14:28:51.758] getCompletionData: Is inside comment: 0.0017549999756738544 +Info 2128 [14:28:51.758] getCompletionData: Get previous token: 0.018746999907307327 +Info 2129 [14:28:51.758] getCompletionsAtPosition: isCompletionListBlocker: 0.007892000023275614 +Info 2130 [14:28:51.758] getExportInfoMap: cache hit +Info 2131 [14:28:51.770] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 2132 [14:28:51.770] collectAutoImports: response is complete +Info 2133 [14:28:51.770] collectAutoImports: 11.446132000070065 +Info 2134 [14:28:51.770] getCompletionData: Semantic work: 12.1764709999552 +Info 2135 [14:28:51.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.053203999996185 +Info 2136 [14:28:51.779] Format host information updated +Info 2137 [14:28:51.878] getCompletionData: Get current token: 0.007388999918475747 +Info 2138 [14:28:51.878] getCompletionData: Is inside comment: 0.0015610000118613243 +Info 2139 [14:28:51.878] getCompletionData: Get previous token: 0.013501000008545816 +Info 2140 [14:28:51.878] getCompletionsAtPosition: isCompletionListBlocker: 0.003159999963827431 +Info 2141 [14:28:51.879] getCompletionData: Semantic work: 1.5050990000599995 +Info 2142 [14:28:51.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0758289999794215 +Info 2143 [14:28:51.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2144 [14:28:51.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 7.298134000040591ms +Info 2145 [14:28:51.994] Different program with same set of files +Info 2146 [14:28:51.994] getCompletionData: Get current token: 0.006760000018402934 +Info 2147 [14:28:51.994] getCompletionData: Is inside comment: 0.0013620000099763274 +Info 2148 [14:28:51.994] getCompletionData: Get previous token: 0.024403000017628074 +Info 2149 [14:28:51.994] getCompletionsAtPosition: isCompletionListBlocker: 0.0028459999011829495 +Info 2150 [14:28:51.996] getCompletionData: Semantic work: 1.8408530000597239 +Info 2151 [14:28:51.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05597500002477318 +Info 2152 [14:28:51.996] Format host information updated +Info 2153 [14:28:52.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2154 [14:28:52.148] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 28.62148700002581ms +Info 2155 [14:28:52.148] Different program with same set of files +Info 2156 [14:28:52.148] getCompletionData: Get current token: 0.022675000014714897 +Info 2157 [14:28:52.148] getCompletionData: Is inside comment: 0.0046660000225529075 +Info 2158 [14:28:52.148] getCompletionData: Get previous token: 0.13317599997390062 +Info 2159 [14:28:52.148] getCompletionsAtPosition: isCompletionListBlocker: 0.0075530000030994415 +Info 2160 [14:28:52.151] getCompletionData: Semantic work: 3.014502999954857 +Info 2161 [14:28:52.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16656799998600036 +Info 2162 [14:28:52.152] Format host information updated +Info 2163 [14:28:52.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2164 [14:28:52.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 12.984660999965854ms +Info 2165 [14:28:52.195] Different program with same set of files +Info 2166 [14:28:52.195] getCompletionData: Get current token: 0.010240999981760979 +Info 2167 [14:28:52.195] getCompletionData: Is inside comment: 0.0020379999186843634 +Info 2168 [14:28:52.195] getCompletionData: Get previous token: 0.03432299999985844 +Info 2169 [14:28:52.195] getCompletionsAtPosition: isCompletionListBlocker: 0.003955999971367419 +Info 2170 [14:28:52.197] getCompletionData: Semantic work: 1.4244760000146925 +Info 2171 [14:28:52.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08007999998517334 +Info 2172 [14:28:52.200] Format host information updated +Info 2173 [14:28:52.277] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2174 [14:28:52.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 26.644228999968618ms +Info 2175 [14:28:52.304] Different program with same set of files +Info 2176 [14:28:52.305] getCompletionData: Get current token: 0.031442000064998865 +Info 2177 [14:28:52.305] getCompletionData: Is inside comment: 0.007707000011578202 +Info 2178 [14:28:52.305] getCompletionData: Get previous token: 0.11041100008878857 +Info 2179 [14:28:52.305] getCompletionsAtPosition: isCompletionListBlocker: 0.009258000063709915 +Info 2180 [14:28:52.309] getCompletionData: Semantic work: 3.472427999950014 +Info 2181 [14:28:52.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19038599997293204 +Info 2182 [14:28:52.309] Format host information updated +Info 2183 [14:28:53.427] Format host information updated +Info 2184 [14:28:53.427] Format host information updated +Info 2185 [14:28:53.428] Format host information updated +Info 2186 [14:28:53.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2187 [14:28:53.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 9.610696999938227ms +Info 2188 [14:28:53.438] Different program with same set of files +Info 2189 [14:28:53.438] getCompletionData: Get current token: 0.01467400009278208 +Info 2190 [14:28:53.438] getCompletionData: Is inside comment: 0.0037709999596700072 +Info 2191 [14:28:53.438] getCompletionData: Get previous token: 0.02364200004376471 +Info 2192 [14:28:53.438] getCompletionsAtPosition: isCompletionListBlocker: 0.002739999908953905 +Info 2193 [14:28:53.440] getCompletionData: Semantic work: 1.828525000018999 +Info 2194 [14:28:53.441] getCompletionData: Get current token: 0.01187199994456023 +Info 2195 [14:28:53.441] getCompletionData: Is inside comment: 0.0022280000848695636 +Info 2196 [14:28:53.441] getCompletionData: Get previous token: 0.021257000043988228 +Info 2197 [14:28:53.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0016980000073090196 +Info 2198 [14:28:53.442] getCompletionData: Semantic work: 0.2652910000178963 +Info 2199 [14:28:53.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2200 [14:28:53.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 14.104320000042208ms +Info 2201 [14:28:53.528] Different program with same set of files +Info 2202 [14:28:53.529] getCompletionData: Get current token: 0.008474999922327697 +Info 2203 [14:28:53.529] getCompletionData: Is inside comment: 0.001892999978736043 +Info 2204 [14:28:53.529] getCompletionData: Get previous token: 0.027983999927528203 +Info 2205 [14:28:53.529] getCompletionsAtPosition: isCompletionListBlocker: 0.0032420000061392784 +Info 2206 [14:28:53.529] getExportInfoMap: cache hit +Info 2207 [14:28:53.533] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 39 from cache +Info 2208 [14:28:53.533] collectAutoImports: response is complete +Info 2209 [14:28:53.533] collectAutoImports: 3.693533999961801 +Info 2210 [14:28:53.533] getCompletionData: Semantic work: 4.461996000027284 +Info 2211 [14:28:53.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4675060000736266 +Info 2212 [14:28:53.537] Format host information updated +Info 2213 [14:28:53.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2214 [14:28:53.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 9.267510000034235ms +Info 2215 [14:28:53.775] Different program with same set of files +Info 2216 [14:28:53.775] getCompletionData: Get current token: 0.0071000000461936 +Info 2217 [14:28:53.775] getCompletionData: Is inside comment: 0.0014029999729245901 +Info 2218 [14:28:53.775] getCompletionData: Get previous token: 0.017917999997735023 +Info 2219 [14:28:53.775] getCompletionsAtPosition: isCompletionListBlocker: 0.005009999964386225 +Info 2220 [14:28:53.777] getCompletionData: Semantic work: 1.3806919999187812 +Info 2221 [14:28:53.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05352399998810142 +Info 2222 [14:28:53.777] Format host information updated +Info 2223 [14:28:53.826] Format host information updated +Info 2224 [14:28:53.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2225 [14:28:53.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 9.815262000076473ms +Info 2226 [14:28:53.837] Different program with same set of files +Info 2227 [14:28:54.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2228 [14:28:54.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 9.257250000024214ms +Info 2229 [14:28:54.058] Different program with same set of files +Info 2230 [14:28:54.058] getCompletionData: Get current token: 0.030999999959021807 +Info 2231 [14:28:54.058] getCompletionData: Is inside comment: 0.0026000000070780516 +Info 2232 [14:28:54.058] getCompletionData: Get previous token: 0.04519500001333654 +Info 2233 [14:28:54.058] getCompletionsAtPosition: isCompletionListBlocker: 0.006226000026799738 +Info 2234 [14:28:54.060] getCompletionData: Semantic work: 1.7708429999183863 +Info 2235 [14:28:54.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07275600009597838 +Info 2236 [14:28:54.065] Format host information updated +Info 2237 [14:28:54.115] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2238 [14:28:54.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 8.083695000037551ms +Info 2239 [14:28:54.123] Different program with same set of files +Info 2240 [14:28:54.123] getCompletionData: Get current token: 0.00471300003118813 +Info 2241 [14:28:54.123] getCompletionData: Is inside comment: 0.0016560000367462635 +Info 2242 [14:28:54.123] getCompletionData: Get previous token: 0.029149999958463013 +Info 2243 [14:28:54.123] getCompletionsAtPosition: isCompletionListBlocker: 0.005248999921604991 +Info 2244 [14:28:54.124] getCompletionData: Semantic work: 1.245450000045821 +Info 2245 [14:28:54.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05220400006510317 +Info 2246 [14:28:54.125] Format host information updated +Info 2247 [14:28:54.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2248 [14:28:54.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 7.554496999946423ms +Info 2249 [14:28:54.297] Different program with same set of files +Info 2250 [14:28:54.298] getCompletionData: Get current token: 0.005104999989271164 +Info 2251 [14:28:54.298] getCompletionData: Is inside comment: 0.0017930000321939588 +Info 2252 [14:28:54.298] getCompletionData: Get previous token: 0.03449300001375377 +Info 2253 [14:28:54.298] getCompletionsAtPosition: isCompletionListBlocker: 0.005831999937072396 +Info 2254 [14:28:54.299] getCompletionData: Semantic work: 1.4534160000039265 +Info 2255 [14:28:54.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.056274999980814755 +Info 2256 [14:28:54.302] Format host information updated +Info 2257 [14:28:54.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2258 [14:28:54.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 9.093975999974646ms +Info 2259 [14:28:54.587] Different program with same set of files +Info 2260 [14:28:54.587] getCompletionData: Get current token: 0.004259999957866967 +Info 2261 [14:28:54.587] getCompletionData: Is inside comment: 0.0015869999770075083 +Info 2262 [14:28:54.587] getCompletionData: Get previous token: 0.02623800002038479 +Info 2263 [14:28:54.588] getCompletionsAtPosition: isCompletionListBlocker: 0.005830999929457903 +Info 2264 [14:28:54.589] getCompletionData: Semantic work: 1.1742310000117868 +Info 2265 [14:28:54.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.053054000018164515 +Info 2266 [14:28:54.589] Format host information updated +Info 2267 [14:28:54.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2268 [14:28:54.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 6.773549999925308ms +Info 2269 [14:28:54.753] Different program with same set of files +Info 2270 [14:28:54.754] getCompletionData: Get current token: 0.004346999921835959 +Info 2271 [14:28:54.754] getCompletionData: Is inside comment: 0.0015659999335184693 +Info 2272 [14:28:54.754] getCompletionData: Get previous token: 0.030624000006355345 +Info 2273 [14:28:54.754] getCompletionsAtPosition: isCompletionListBlocker: 0.005180000094696879 +Info 2274 [14:28:54.755] getCompletionData: Semantic work: 1.2211329999845475 +Info 2275 [14:28:54.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04968900000676513 +Info 2276 [14:28:54.755] Format host information updated +Info 2277 [14:28:54.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2278 [14:28:54.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 30.438183999969624ms +Info 2279 [14:28:54.854] Different program with same set of files +Info 2280 [14:28:54.854] getCompletionData: Get current token: 0.009892000001855195 +Info 2281 [14:28:54.854] getCompletionData: Is inside comment: 0.0037579999770969152 +Info 2282 [14:28:54.854] getCompletionData: Get previous token: 0.05689599993638694 +Info 2283 [14:28:54.854] getCompletionsAtPosition: isCompletionListBlocker: 0.009941000025719404 +Info 2284 [14:28:54.857] getCompletionData: Semantic work: 2.8450169999850914 +Info 2285 [14:28:54.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08981100004166365 +Info 2286 [14:28:54.858] Format host information updated +Info 2287 [14:28:55.317] Format host information updated +Info 2288 [14:28:55.317] Format host information updated +Info 2289 [14:28:55.317] Format host information updated +Info 2290 [14:28:55.317] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2291 [14:28:55.324] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 6.093093000003137ms +Info 2292 [14:28:55.324] Different program with same set of files +Info 2293 [14:28:55.324] getCompletionData: Get current token: 0.011116000008769333 +Info 2294 [14:28:55.324] getCompletionData: Is inside comment: 0.0034410000080242753 +Info 2295 [14:28:55.324] getCompletionData: Get previous token: 0.02310400002170354 +Info 2296 [14:28:55.324] getCompletionsAtPosition: isCompletionListBlocker: 0.003976000007241964 +Info 2297 [14:28:55.325] getCompletionData: Semantic work: 0.752587000024505 +Info 2298 [14:28:55.326] getCompletionData: Get current token: 0.006829999969340861 +Info 2299 [14:28:55.326] getCompletionData: Is inside comment: 0.002462000004015863 +Info 2300 [14:28:55.326] getCompletionData: Get previous token: 0.033928000018931925 +Info 2301 [14:28:55.326] getCompletionsAtPosition: isCompletionListBlocker: 0.002380999969318509 +Info 2302 [14:28:55.326] getCompletionData: Semantic work: 0.17057700001168996 +Info 2303 [14:28:55.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2304 [14:28:55.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 6.981671000015922ms +Info 2305 [14:28:55.467] Different program with same set of files +Info 2306 [14:28:55.467] getCompletionData: Get current token: 0.0044349998934194446 +Info 2307 [14:28:55.467] getCompletionData: Is inside comment: 0.001484000007621944 +Info 2308 [14:28:55.467] getCompletionData: Get previous token: 0.027571999933570623 +Info 2309 [14:28:55.467] getCompletionsAtPosition: isCompletionListBlocker: 0.0028509999392554164 +Info 2310 [14:28:55.468] getExportInfoMap: cache hit +Info 2311 [14:28:55.474] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 2312 [14:28:55.474] collectAutoImports: response is complete +Info 2313 [14:28:55.474] collectAutoImports: 5.953983000013977 +Info 2314 [14:28:55.474] getCompletionData: Semantic work: 6.711265999940224 +Info 2315 [14:28:55.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8769659999525174 +Info 2316 [14:28:55.477] Format host information updated +Info 2317 [14:28:57.907] getCompletionData: Get current token: 0.003643999923951924 +Info 2318 [14:28:57.907] getCompletionData: Is inside comment: 0.008741000085137784 +Info 2319 [14:28:57.907] getCompletionData: Get previous token: 0.00578999996650964 +Info 2320 [14:28:57.907] getCompletionsAtPosition: isCompletionListBlocker: 0.0029910000739619136 +Info 2321 [14:28:57.907] getExportInfoMap: cache hit +Info 2322 [14:28:57.918] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2323 [14:28:57.918] collectAutoImports: response is complete +Info 2324 [14:28:57.918] collectAutoImports: 10.459294000058435 +Info 2325 [14:28:57.918] getCompletionData: Semantic work: 11.031766000087373 +Info 2326 [14:28:57.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.759299999917857 +Info 2327 [14:28:58.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2328 [14:28:58.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 6.834001999930479ms +Info 2329 [14:28:58.895] Different program with same set of files +Info 2330 [14:28:58.895] getCompletionData: Get current token: 0.0036799999652430415 +Info 2331 [14:28:58.895] getCompletionData: Is inside comment: 0.01057699997909367 +Info 2332 [14:28:58.895] getCompletionData: Get previous token: 0.0072330000111833215 +Info 2333 [14:28:58.895] getCompletionsAtPosition: isCompletionListBlocker: 0.008302000002004206 +Info 2334 [14:28:58.895] getExportInfoMap: cache hit +Info 2335 [14:28:58.907] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2336 [14:28:58.907] collectAutoImports: response is complete +Info 2337 [14:28:58.907] collectAutoImports: 12.145283999969251 +Info 2338 [14:28:58.908] getCompletionData: Semantic work: 12.715770999900997 +Info 2339 [14:28:58.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.6282890000147745 +Info 2340 [14:28:58.917] Format host information updated +Info 2341 [14:28:59.012] Format host information updated +Info 2342 [14:28:59.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2343 [14:28:59.042] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 28.71146400005091ms +Info 2344 [14:28:59.042] Different program with same set of files +Info 2345 [14:28:59.076] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2346 [14:28:59.085] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 8.640941999969073ms +Info 2347 [14:28:59.085] Different program with same set of files +Info 2348 [14:28:59.085] getCompletionData: Get current token: 0.004742999910376966 +Info 2349 [14:28:59.085] getCompletionData: Is inside comment: 0.015486999996937811 +Info 2350 [14:28:59.085] getCompletionData: Get previous token: 0.01799000008031726 +Info 2351 [14:28:59.086] getCompletionsAtPosition: isCompletionListBlocker: 0.010185000021010637 +Info 2352 [14:28:59.086] getExportInfoMap: cache hit +Info 2353 [14:28:59.100] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2354 [14:28:59.100] collectAutoImports: response is complete +Info 2355 [14:28:59.100] collectAutoImports: 13.905348000000231 +Info 2356 [14:28:59.100] getCompletionData: Semantic work: 14.639177999924868 +Info 2357 [14:28:59.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.533596000052057 +Info 2358 [14:28:59.109] Format host information updated +Info 2359 [14:28:59.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2360 [14:28:59.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 6.777704000007361ms +Info 2361 [14:28:59.320] Different program with same set of files +Info 2362 [14:28:59.320] getCompletionData: Get current token: 0.0029310000827535987 +Info 2363 [14:28:59.320] getCompletionData: Is inside comment: 0.009345000027678907 +Info 2364 [14:28:59.320] getCompletionData: Get previous token: 0.006177000002935529 +Info 2365 [14:28:59.320] getCompletionsAtPosition: isCompletionListBlocker: 0.007433000020682812 +Info 2366 [14:28:59.321] getExportInfoMap: cache hit +Info 2367 [14:28:59.330] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2368 [14:28:59.330] collectAutoImports: response is complete +Info 2369 [14:28:59.330] collectAutoImports: 9.274860000004992 +Info 2370 [14:28:59.330] getCompletionData: Semantic work: 9.752954000025056 +Info 2371 [14:28:59.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.255755000049248 +Info 2372 [14:28:59.340] Format host information updated +Info 2373 [14:28:59.372] Format host information updated +Info 2374 [14:28:59.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2375 [14:28:59.379] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 6.140399000025354ms +Info 2376 [14:28:59.379] Different program with same set of files +Info 2377 [14:28:59.508] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2378 [14:28:59.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 7.181835999945179ms +Info 2379 [14:28:59.516] Different program with same set of files +Info 2380 [14:28:59.516] getCompletionData: Get current token: 0.0037579999770969152 +Info 2381 [14:28:59.516] getCompletionData: Is inside comment: 0.01098899997305125 +Info 2382 [14:28:59.516] getCompletionData: Get previous token: 0.01384699996560812 +Info 2383 [14:28:59.516] getCompletionsAtPosition: isCompletionListBlocker: 0.008748000022023916 +Info 2384 [14:28:59.516] getExportInfoMap: cache hit +Info 2385 [14:28:59.524] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 2386 [14:28:59.524] collectAutoImports: response is complete +Info 2387 [14:28:59.524] collectAutoImports: 7.114871000056155 +Info 2388 [14:28:59.524] getCompletionData: Semantic work: 7.738396000000648 +Info 2389 [14:28:59.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3415009999880567 +Info 2390 [14:28:59.527] Format host information updated +Info 2391 [14:28:59.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2392 [14:28:59.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 14.338627000106499ms +Info 2393 [14:28:59.667] Different program with same set of files +Info 2394 [14:28:59.667] getCompletionData: Get current token: 0.007259999983943999 +Info 2395 [14:28:59.667] getCompletionData: Is inside comment: 0.02368199999909848 +Info 2396 [14:28:59.668] getCompletionData: Get previous token: 0.03169000009074807 +Info 2397 [14:28:59.668] getCompletionsAtPosition: isCompletionListBlocker: 0.013870000024326146 +Info 2398 [14:28:59.668] getExportInfoMap: cache hit +Info 2399 [14:28:59.679] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 142 from cache +Info 2400 [14:28:59.679] collectAutoImports: response is complete +Info 2401 [14:28:59.679] collectAutoImports: 10.480162000050768 +Info 2402 [14:28:59.679] getCompletionData: Semantic work: 11.446359999943525 +Info 2403 [14:28:59.682] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6648089999798685 +Info 2404 [14:28:59.683] Format host information updated +Info 2405 [14:28:59.712] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2406 [14:28:59.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 6.319608999998309ms +Info 2407 [14:28:59.718] Different program with same set of files +Info 2408 [14:28:59.719] getCompletionData: Get current token: 0.0032000000355765224 +Info 2409 [14:28:59.719] getCompletionData: Is inside comment: 0.009696000022813678 +Info 2410 [14:28:59.719] getCompletionData: Get previous token: 0.01194599992595613 +Info 2411 [14:28:59.719] getCompletionsAtPosition: isCompletionListBlocker: 0.007566999993287027 +Info 2412 [14:28:59.719] getExportInfoMap: cache hit +Info 2413 [14:28:59.722] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 93 from cache +Info 2414 [14:28:59.722] collectAutoImports: response is complete +Info 2415 [14:28:59.722] collectAutoImports: 2.8782229999778792 +Info 2416 [14:28:59.722] getCompletionData: Semantic work: 3.430437000002712 +Info 2417 [14:28:59.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9680309999966994 +Info 2418 [14:28:59.726] Format host information updated +Info 2419 [14:28:59.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2420 [14:28:59.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 6.423963000066578ms +Info 2421 [14:28:59.952] Different program with same set of files +Info 2422 [14:28:59.952] getCompletionData: Get current token: 0.0027959999861195683 +Info 2423 [14:28:59.952] getCompletionData: Is inside comment: 0.009981999988667667 +Info 2424 [14:28:59.952] getCompletionData: Get previous token: 0.012572000036016107 +Info 2425 [14:28:59.952] getCompletionsAtPosition: isCompletionListBlocker: 0.008438999997451901 +Info 2426 [14:28:59.952] getExportInfoMap: cache hit +Info 2427 [14:28:59.956] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 11 from cache +Info 2428 [14:28:59.956] collectAutoImports: response is complete +Info 2429 [14:28:59.956] collectAutoImports: 3.63382200000342 +Info 2430 [14:28:59.956] getCompletionData: Semantic work: 4.1827119999798015 +Info 2431 [14:28:59.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6930259999353439 +Info 2432 [14:28:59.959] Format host information updated +Info 2433 [14:29:00.077] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2434 [14:29:00.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 6.960481000016443ms +Info 2435 [14:29:00.084] Different program with same set of files +Info 2436 [14:29:00.084] getCompletionData: Get current token: 0.003325000056065619 +Info 2437 [14:29:00.084] getCompletionData: Is inside comment: 0.01146299997344613 +Info 2438 [14:29:00.084] getCompletionData: Get previous token: 0.014098999905399978 +Info 2439 [14:29:00.084] getCompletionsAtPosition: isCompletionListBlocker: 0.009509999887086451 +Info 2440 [14:29:00.084] getExportInfoMap: cache hit +Info 2441 [14:29:00.087] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 2442 [14:29:00.087] collectAutoImports: response is complete +Info 2443 [14:29:00.087] collectAutoImports: 2.439191999961622 +Info 2444 [14:29:00.087] getCompletionData: Semantic work: 3.014102000044659 +Info 2445 [14:29:00.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1771439999574795 +Info 2446 [14:29:00.091] Format host information updated +Info 2447 [14:29:00.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2448 [14:29:00.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 6.721133999992162ms +Info 2449 [14:29:00.249] Different program with same set of files +Info 2450 [14:29:00.249] getCompletionData: Get current token: 0.003035999950952828 +Info 2451 [14:29:00.249] getCompletionData: Is inside comment: 0.010406999965198338 +Info 2452 [14:29:00.250] getCompletionData: Get previous token: 0.006509000086225569 +Info 2453 [14:29:00.250] getCompletionsAtPosition: isCompletionListBlocker: 0.002952000009827316 +Info 2454 [14:29:00.250] getExportInfoMap: cache hit +Info 2455 [14:29:00.262] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2456 [14:29:00.262] collectAutoImports: response is complete +Info 2457 [14:29:00.262] collectAutoImports: 11.936557000037283 +Info 2458 [14:29:00.262] getCompletionData: Semantic work: 12.53342100000009 +Info 2459 [14:29:00.267] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.69363999995403 +Info 2460 [14:29:00.271] Format host information updated +Info 2461 [14:29:00.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2462 [14:29:00.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 10.813656000071205ms +Info 2463 [14:29:00.493] Different program with same set of files +Info 2464 [14:29:00.493] getCompletionData: Get current token: 0.005933000007644296 +Info 2465 [14:29:00.493] getCompletionData: Is inside comment: 0.019620999926701188 +Info 2466 [14:29:00.493] getCompletionData: Get previous token: 0.02513700001873076 +Info 2467 [14:29:00.493] getCompletionsAtPosition: isCompletionListBlocker: 0.004873999976553023 +Info 2468 [14:29:00.494] getExportInfoMap: cache hit +Info 2469 [14:29:00.497] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 8 from cache +Info 2470 [14:29:00.497] collectAutoImports: response is complete +Info 2471 [14:29:00.497] collectAutoImports: 3.5858540000626817 +Info 2472 [14:29:00.497] getCompletionData: Semantic work: 4.4125819999026135 +Info 2473 [14:29:00.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2721489999676123 +Info 2474 [14:29:00.502] Format host information updated +Info 2475 [14:29:00.598] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2476 [14:29:00.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 7.080288999946788ms +Info 2477 [14:29:00.605] Different program with same set of files +Info 2478 [14:29:00.606] getCompletionData: Get current token: 0.0035510000307112932 +Info 2479 [14:29:00.606] getCompletionData: Is inside comment: 0.012015999993309379 +Info 2480 [14:29:00.606] getCompletionData: Get previous token: 0.015143000055104494 +Info 2481 [14:29:00.606] getCompletionsAtPosition: isCompletionListBlocker: 0.003224999993108213 +Info 2482 [14:29:00.606] getExportInfoMap: cache hit +Info 2483 [14:29:00.610] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2484 [14:29:00.610] collectAutoImports: response is complete +Info 2485 [14:29:00.610] collectAutoImports: 3.756249999976717 +Info 2486 [14:29:00.610] getCompletionData: Semantic work: 4.32288500003051 +Info 2487 [14:29:00.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6808100000489503 +Info 2488 [14:29:00.613] Format host information updated +Info 2489 [14:29:00.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2490 [14:29:00.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 15.299845000030473ms +Info 2491 [14:29:00.695] Different program with same set of files +Info 2492 [14:29:00.696] getCompletionData: Get current token: 0.014147000038065016 +Info 2493 [14:29:00.696] getCompletionData: Is inside comment: 0.04721599991898984 +Info 2494 [14:29:00.696] getCompletionData: Get previous token: 0.06549099995754659 +Info 2495 [14:29:00.696] getCompletionsAtPosition: isCompletionListBlocker: 0.00769700005184859 +Info 2496 [14:29:00.698] getExportInfoMap: cache hit +Info 2497 [14:29:00.725] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2498 [14:29:00.725] collectAutoImports: response is complete +Info 2499 [14:29:00.725] collectAutoImports: 27.306151999975555 +Info 2500 [14:29:00.725] getCompletionData: Semantic work: 28.998679999960586 +Info 2501 [14:29:00.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.726996999932453 +Info 2502 [14:29:00.735] Format host information updated +Info 2503 [14:29:00.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2504 [14:29:00.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 6.877074000076391ms +Info 2505 [14:29:00.873] Different program with same set of files +Info 2506 [14:29:00.873] getCompletionData: Get current token: 0.0032209999626502395 +Info 2507 [14:29:00.873] getCompletionData: Is inside comment: 0.011005999986082315 +Info 2508 [14:29:00.874] getCompletionData: Get previous token: 0.006972000002861023 +Info 2509 [14:29:00.874] getCompletionsAtPosition: isCompletionListBlocker: 0.009238000027835369 +Info 2510 [14:29:00.874] getExportInfoMap: cache hit +Info 2511 [14:29:00.886] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2512 [14:29:00.886] collectAutoImports: response is complete +Info 2513 [14:29:00.886] collectAutoImports: 12.225436999928206 +Info 2514 [14:29:00.886] getCompletionData: Semantic work: 12.753154999925755 +Info 2515 [14:29:00.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8501219999743626 +Info 2516 [14:29:00.895] Format host information updated +Info 2517 [14:29:21.045] getCompletionData: Get current token: 0.0023689999943599105 +Info 2518 [14:29:21.045] getCompletionData: Is inside comment: 0.0078020000364631414 +Info 2519 [14:29:21.045] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2520 [14:29:21.842] Format host information updated +Info 2521 [14:29:21.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2522 [14:29:21.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 13.217697000014596ms +Info 2523 [14:29:21.855] Different program with same set of files +Info 2524 [14:29:23.070] Format host information updated +Info 2525 [14:29:23.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2526 [14:29:23.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 10.575635000015609ms +Info 2527 [14:29:23.081] Different program with same set of files +Info 2528 [14:29:23.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2529 [14:29:23.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 8.53124000004027ms +Info 2530 [14:29:23.796] Different program with same set of files +Info 2531 [14:29:23.796] getCompletionData: Get current token: 0.0017509999452158809 +Info 2532 [14:29:23.796] getCompletionData: Is inside comment: 0.00698000006377697 +Info 2533 [14:29:23.796] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2534 [14:29:23.796] Format host information updated +Info 2535 [14:29:23.884] Format host information updated +Info 2536 [14:29:23.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2537 [14:29:23.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 10.43539600004442ms +Info 2538 [14:29:23.895] Different program with same set of files +Info 2539 [14:29:24.036] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2540 [14:29:24.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 36.96047499997076ms +Info 2541 [14:29:24.073] Different program with same set of files +Info 2542 [14:29:24.073] getCompletionData: Get current token: 0.006173000088892877 +Info 2543 [14:29:24.073] getCompletionData: Is inside comment: 0.02427599998190999 +Info 2544 [14:29:24.073] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2545 [14:29:24.074] Format host information updated +Info 2546 [14:29:24.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2547 [14:29:24.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 9.424502999987453ms +Info 2548 [14:29:24.181] Different program with same set of files +Info 2549 [14:29:24.182] getCompletionData: Get current token: 0.0023579999106004834 +Info 2550 [14:29:24.182] getCompletionData: Is inside comment: 0.008427000022493303 +Info 2551 [14:29:24.182] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2552 [14:29:24.182] Format host information updated +Info 2553 [14:29:24.339] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2554 [14:29:24.347] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 8.08555499999784ms +Info 2555 [14:29:24.347] Different program with same set of files +Info 2556 [14:29:24.347] getCompletionData: Get current token: 0.002047999994829297 +Info 2557 [14:29:24.347] getCompletionData: Is inside comment: 0.008129999972879887 +Info 2558 [14:29:24.348] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2559 [14:29:24.348] Format host information updated +Info 2560 [14:29:24.483] Format host information updated +Info 2561 [14:29:24.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2562 [14:29:24.515] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 30.89803300006315ms +Info 2563 [14:29:24.515] Different program with same set of files +Info 2564 [14:29:24.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2565 [14:29:24.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 11.372666000039317ms +Info 2566 [14:29:24.565] Different program with same set of files +Info 2567 [14:29:24.565] getCompletionData: Get current token: 0.0022239999379962683 +Info 2568 [14:29:24.565] getCompletionData: Is inside comment: 0.010915999999269843 +Info 2569 [14:29:24.565] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2570 [14:29:24.565] Format host information updated +Info 2571 [14:29:24.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2572 [14:29:24.808] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 7.034609999973327ms +Info 2573 [14:29:24.808] Different program with same set of files +Info 2574 [14:29:24.808] getCompletionData: Get current token: 0.0018869999330490828 +Info 2575 [14:29:24.808] getCompletionData: Is inside comment: 0.006974999909289181 +Info 2576 [14:29:24.808] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2577 [14:29:24.808] Format host information updated +Info 2578 [14:29:24.858] Format host information updated +Info 2579 [14:29:24.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2580 [14:29:24.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 6.671614999999292ms +Info 2581 [14:29:24.865] Different program with same set of files +Info 2582 [14:29:26.825] getCompletionData: Get current token: 0.003284999984316528 +Info 2583 [14:29:26.825] getCompletionData: Is inside comment: 0.011177000007592142 +Info 2584 [14:29:26.825] getCompletionData: Get previous token: 0.007437000051140785 +Info 2585 [14:29:26.825] getCompletionsAtPosition: isCompletionListBlocker: 0.0024530000519007444 +Info 2586 [14:29:26.825] Returning an empty list because completion was requested in an invalid position. +Info 2587 [14:29:27.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2588 [14:29:27.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 6.714083999977447ms +Info 2589 [14:29:27.052] Different program with same set of files +Info 2590 [14:29:27.052] getCompletionData: Get current token: 0.0029319999739527702 +Info 2591 [14:29:27.052] getCompletionData: Is inside comment: 0.010858000023290515 +Info 2592 [14:29:27.052] getCompletionData: Get previous token: 0.013458000030368567 +Info 2593 [14:29:27.052] getCompletionsAtPosition: isCompletionListBlocker: 0.0017740000039339066 +Info 2594 [14:29:27.052] Returning an empty list because completion was requested in an invalid position. +Info 2595 [14:29:27.054] Format host information updated +Info 2596 [14:29:27.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2597 [14:29:27.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 6.944273000000976ms +Info 2598 [14:29:27.198] Different program with same set of files +Info 2599 [14:29:27.198] getCompletionData: Get current token: 0.0034020000603049994 +Info 2600 [14:29:27.198] getCompletionData: Is inside comment: 0.012718999991193414 +Info 2601 [14:29:27.198] getCompletionData: Get previous token: 0.015589999966323376 +Info 2602 [14:29:27.198] getCompletionsAtPosition: isCompletionListBlocker: 0.002465000026859343 +Info 2603 [14:29:27.198] Returning an empty list because completion was requested in an invalid position. +Info 2604 [14:29:27.198] Format host information updated +Info 2605 [14:29:27.560] Format host information updated +Info 2606 [14:29:27.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2607 [14:29:27.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 6.7762880000518635ms +Info 2608 [14:29:27.567] Different program with same set of files +Info 2609 [14:29:27.874] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2610 [14:29:27.881] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 6.839928000001237ms +Info 2611 [14:29:27.881] Different program with same set of files +Info 2612 [14:29:27.881] getCompletionData: Get current token: 0.003379999892786145 +Info 2613 [14:29:27.881] getCompletionData: Is inside comment: 0.012003000010736287 +Info 2614 [14:29:27.882] getCompletionData: Get previous token: 0.016091000055894256 +Info 2615 [14:29:27.882] getCompletionsAtPosition: isCompletionListBlocker: 0.0026229999493807554 +Info 2616 [14:29:27.882] getExportInfoMap: cache hit +Info 2617 [14:29:27.888] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 2618 [14:29:27.888] collectAutoImports: response is complete +Info 2619 [14:29:27.888] collectAutoImports: 5.423993999953382 +Info 2620 [14:29:27.888] getCompletionData: Semantic work: 6.1569329999620095 +Info 2621 [14:29:27.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.279452000046149 +Info 2622 [14:29:27.892] Format host information updated +Info 2623 [14:29:27.997] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2624 [14:29:28.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 7.029787000035867ms +Info 2625 [14:29:28.004] Different program with same set of files +Info 2626 [14:29:28.004] getCompletionData: Get current token: 0.003880999982357025 +Info 2627 [14:29:28.004] getCompletionData: Is inside comment: 0.014550999971106648 +Info 2628 [14:29:28.004] getCompletionData: Get previous token: 0.014681000029668212 +Info 2629 [14:29:28.004] getCompletionsAtPosition: isCompletionListBlocker: 0.0029449999565258622 +Info 2630 [14:29:28.005] getExportInfoMap: cache hit +Info 2631 [14:29:28.009] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 111 from cache +Info 2632 [14:29:28.009] collectAutoImports: response is complete +Info 2633 [14:29:28.009] collectAutoImports: 4.100969999912195 +Info 2634 [14:29:28.009] getCompletionData: Semantic work: 4.719646999961697 +Info 2635 [14:29:28.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.198803999926895 +Info 2636 [14:29:28.013] Format host information updated +Info 2637 [14:29:28.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2638 [14:29:28.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 9.629908000002615ms +Info 2639 [14:29:28.093] Different program with same set of files +Info 2640 [14:29:28.093] getCompletionData: Get current token: 0.0037219999358057976 +Info 2641 [14:29:28.093] getCompletionData: Is inside comment: 0.01132100005634129 +Info 2642 [14:29:28.093] getCompletionData: Get previous token: 0.014237000024877489 +Info 2643 [14:29:28.093] getCompletionsAtPosition: isCompletionListBlocker: 0.002696000039577484 +Info 2644 [14:29:28.094] getExportInfoMap: cache hit +Info 2645 [14:29:28.096] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 44 from cache +Info 2646 [14:29:28.096] collectAutoImports: response is complete +Info 2647 [14:29:28.096] collectAutoImports: 2.5140890000620857 +Info 2648 [14:29:28.096] getCompletionData: Semantic work: 3.1463009999133646 +Info 2649 [14:29:28.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.856826000032015 +Info 2650 [14:29:28.100] Format host information updated +Info 2651 [14:29:28.152] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2652 [14:29:28.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 12.064570999937132ms +Info 2653 [14:29:28.164] Different program with same set of files +Info 2654 [14:29:28.164] getCompletionData: Get current token: 0.007605999941006303 +Info 2655 [14:29:28.164] getCompletionData: Is inside comment: 0.02111600001808256 +Info 2656 [14:29:28.164] getCompletionData: Get previous token: 0.025704999919980764 +Info 2657 [14:29:28.164] getCompletionsAtPosition: isCompletionListBlocker: 0.004210999934002757 +Info 2658 [14:29:28.165] getExportInfoMap: cache hit +Info 2659 [14:29:28.169] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 2660 [14:29:28.169] collectAutoImports: response is complete +Info 2661 [14:29:28.169] collectAutoImports: 3.4667970000300556 +Info 2662 [14:29:28.169] getCompletionData: Semantic work: 4.467337999958545 +Info 2663 [14:29:28.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.819238999974914 +Info 2664 [14:29:28.179] Format host information updated +Info 2665 [14:29:29.883] Format host information updated +Info 2666 [14:29:29.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2667 [14:29:29.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 8.987823999952525ms +Info 2668 [14:29:29.892] Different program with same set of files +Info 2669 [14:29:29.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2670 [14:29:29.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 11.96481000003405ms +Info 2671 [14:29:29.957] Different program with same set of files +Info 2672 [14:29:29.957] getCompletionData: Get current token: 0.005036999937146902 +Info 2673 [14:29:29.957] getCompletionData: Is inside comment: 0.0027039999840781093 +Info 2674 [14:29:29.957] getCompletionData: Get previous token: 0.03316300001461059 +Info 2675 [14:29:29.957] getCompletionsAtPosition: isCompletionListBlocker: 0.011219999985769391 +Info 2676 [14:29:29.958] getExportInfoMap: cache hit +Info 2677 [14:29:29.967] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 2678 [14:29:29.967] collectAutoImports: response is complete +Info 2679 [14:29:29.967] collectAutoImports: 7.985642999992706 +Info 2680 [14:29:29.967] getCompletionData: Semantic work: 9.07936599990353 +Info 2681 [14:29:29.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9147879999363795 +Info 2682 [14:29:29.971] Format host information updated +Info 2683 [14:29:30.178] Format host information updated +Info 2684 [14:29:30.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2685 [14:29:30.184] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 6.362137999967672ms +Info 2686 [14:29:30.184] Different program with same set of files +Info 2687 [14:29:30.530] getCompletionData: Get current token: 0.001676000072620809 +Info 2688 [14:29:30.530] getCompletionData: Is inside comment: 0.006692999973893166 +Info 2689 [14:29:30.530] getCompletionData: Get previous token: 0.004794000065885484 +Info 2690 [14:29:30.530] getCompletionsAtPosition: isCompletionListBlocker: 0.008856000029481947 +Info 2691 [14:29:30.530] getExportInfoMap: cache hit +Info 2692 [14:29:30.546] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 2693 [14:29:30.546] collectAutoImports: response is complete +Info 2694 [14:29:30.546] collectAutoImports: 15.70100200001616 +Info 2695 [14:29:30.546] getCompletionData: Semantic work: 16.351213000016287 +Info 2696 [14:29:30.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4299449999816716 +Info 2697 [14:29:30.986] Format host information updated +Info 2698 [14:29:30.986] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2699 [14:29:30.992] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 6.526231999974698ms +Info 2700 [14:29:30.992] Different program with same set of files +Info 2701 [14:29:31.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2702 [14:29:31.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 9.662818999961019ms +Info 2703 [14:29:31.083] Different program with same set of files +Info 2704 [14:29:31.083] getCompletionData: Get current token: 0.0012490000808611512 +Info 2705 [14:29:31.083] getCompletionData: Is inside comment: 0.006935999961569905 +Info 2706 [14:29:31.083] getCompletionData: Get previous token: 0.012849999940954149 +Info 2707 [14:29:31.083] getCompletionsAtPosition: isCompletionListBlocker: 0.01089399994816631 +Info 2708 [14:29:31.084] getExportInfoMap: cache hit +Info 2709 [14:29:31.089] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 2710 [14:29:31.089] collectAutoImports: response is complete +Info 2711 [14:29:31.089] collectAutoImports: 4.95931299997028 +Info 2712 [14:29:31.089] getCompletionData: Semantic work: 5.739528000005521 +Info 2713 [14:29:31.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8948770000133663 +Info 2714 [14:29:31.092] Format host information updated +Info 2715 [14:29:31.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2716 [14:29:31.298] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 8.368739999947138ms +Info 2717 [14:29:31.298] Different program with same set of files +Info 2718 [14:29:31.298] getCompletionData: Get current token: 0.0012119999155402184 +Info 2719 [14:29:31.299] getCompletionData: Is inside comment: 0.0068660000106319785 +Info 2720 [14:29:31.299] getCompletionData: Get previous token: 0.004694000002928078 +Info 2721 [14:29:31.299] getCompletionsAtPosition: isCompletionListBlocker: 0.0023369999835267663 +Info 2722 [14:29:31.299] getCompletionData: Semantic work: 0.6310180000727996 +Info 2723 [14:29:31.300] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0877290000207722 +Info 2724 [14:29:31.301] Format host information updated +Info 2725 [14:29:31.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2726 [14:29:31.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 9.508173000067472ms +Info 2727 [14:29:31.666] Different program with same set of files +Info 2728 [14:29:31.666] getCompletionData: Get current token: 0.001445000059902668 +Info 2729 [14:29:31.666] getCompletionData: Is inside comment: 0.006277000065892935 +Info 2730 [14:29:31.666] getCompletionData: Get previous token: 0.011821000021882355 +Info 2731 [14:29:31.666] getCompletionsAtPosition: isCompletionListBlocker: 0.002978999982587993 +Info 2732 [14:29:31.667] getCompletionData: Semantic work: 0.6072339999955148 +Info 2733 [14:29:31.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0109030000166968 +Info 2734 [14:29:31.669] Format host information updated +Info 2735 [14:29:31.808] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2736 [14:29:31.816] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 7.34359800000675ms +Info 2737 [14:29:31.816] Different program with same set of files +Info 2738 [14:29:31.816] getCompletionData: Get current token: 0.0011130000930279493 +Info 2739 [14:29:31.816] getCompletionData: Is inside comment: 0.005921000032685697 +Info 2740 [14:29:31.816] getCompletionData: Get previous token: 0.010884999996051192 +Info 2741 [14:29:31.816] getCompletionsAtPosition: isCompletionListBlocker: 0.002700999961234629 +Info 2742 [14:29:31.816] getCompletionData: Semantic work: 0.5687450000550598 +Info 2743 [14:29:31.818] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6313080000691116 +Info 2744 [14:29:31.818] Format host information updated +Info 2745 [14:29:31.869] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2746 [14:29:31.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 8.250936000025831ms +Info 2747 [14:29:31.877] Different program with same set of files +Info 2748 [14:29:31.877] getCompletionData: Get current token: 0.0013680000556632876 +Info 2749 [14:29:31.877] getCompletionData: Is inside comment: 0.008737999945878983 +Info 2750 [14:29:31.877] getCompletionData: Get previous token: 0.015623999992385507 +Info 2751 [14:29:31.877] getCompletionsAtPosition: isCompletionListBlocker: 0.0028470000252127647 +Info 2752 [14:29:31.878] getCompletionData: Semantic work: 0.7391950000310317 +Info 2753 [14:29:31.880] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.154024999937974 +Info 2754 [14:29:31.881] Format host information updated +Info 2755 [14:29:32.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2756 [14:29:32.034] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 6.795565000036731ms +Info 2757 [14:29:32.034] Different program with same set of files +Info 2758 [14:29:32.034] getCompletionData: Get current token: 0.0012440000427886844 +Info 2759 [14:29:32.034] getCompletionData: Is inside comment: 0.006920000072568655 +Info 2760 [14:29:32.034] getCompletionData: Get previous token: 0.01304099999833852 +Info 2761 [14:29:32.034] getCompletionsAtPosition: isCompletionListBlocker: 0.003092000028118491 +Info 2762 [14:29:32.035] getCompletionData: Semantic work: 0.5458329999819398 +Info 2763 [14:29:32.040] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.830567999975756 +Info 2764 [14:29:32.040] Format host information updated +Info 2765 [14:29:32.393] Format host information updated +Info 2766 [14:29:32.393] Format host information updated +Info 2767 [14:29:32.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2768 [14:29:32.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 11.964397000032477ms +Info 2769 [14:29:32.406] Different program with same set of files +Info 2770 [14:29:32.406] getCompletionData: Get current token: 0.0016039999900385737 +Info 2771 [14:29:32.406] getCompletionData: Is inside comment: 0.007618000032380223 +Info 2772 [14:29:32.406] getCompletionData: Get previous token: 0.005104999989271164 +Info 2773 [14:29:32.406] getCompletionsAtPosition: isCompletionListBlocker: 0.009316999930888414 +Info 2774 [14:29:32.406] getExportInfoMap: cache hit +Info 2775 [14:29:32.420] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 886 from cache +Info 2776 [14:29:32.420] collectAutoImports: response is complete +Info 2777 [14:29:32.420] collectAutoImports: 13.303390999906696 +Info 2778 [14:29:32.420] getCompletionData: Semantic work: 13.992119000060484 +Info 2779 [14:29:32.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.207272000028752 +Info 2780 [14:29:32.426] getCompletionData: Get current token: 0.009791000047698617 +Info 2781 [14:29:32.426] getCompletionData: Is inside comment: 0.004101000027731061 +Info 2782 [14:29:32.426] getCompletionData: Get previous token: 0.013697999995201826 +Info 2783 [14:29:32.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0027700000209733844 +Info 2784 [14:29:32.427] getCompletionData: Semantic work: 0.6197610000381246 +Info 2785 [14:29:32.430] getCompletionData: Get current token: 0.006433999980799854 +Info 2786 [14:29:32.430] getCompletionData: Is inside comment: 0.002395999967120588 +Info 2787 [14:29:32.430] getCompletionData: Get previous token: 0.013784000067971647 +Info 2788 [14:29:32.430] getCompletionsAtPosition: isCompletionListBlocker: 0.0019890000112354755 +Info 2789 [14:29:32.430] getCompletionData: Semantic work: 0.19664500001817942 +Info 2790 [14:29:32.431] Format host information updated diff --git a/.log/tsserver-log-LdZkwp/ti-955427.log b/.log/tsserver-log-LdZkwp/ti-955427.log new file mode 100644 index 0000000..49c8c91 --- /dev/null +++ b/.log/tsserver-log-LdZkwp/ti-955427.log @@ -0,0 +1,32 @@ +[14:31:25.095] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[14:31:25.095] Processing cache location '/home/orion/.cache/typescript/5.2' +[14:31:25.095] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[14:31:25.096] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[14:31:25.096] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[14:31:25.096] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[14:31:25.096] Process id: 955448 +[14:31:25.096] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[14:31:25.096] validateDefaultNpmLocation: true +[14:31:25.096] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[14:31:25.096] Updating types-registry npm package... +[14:31:25.096] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[14:31:25.812] Succeeded. stdout: + + up to date, audited 36 packages in 541ms + +found 0 vulnerabilities + +[14:31:25.812] Updated types-registry npm package +[14:31:25.836] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:31:25.848] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[14:31:25.848] Explicitly included types: [] +[14:31:25.849] Inferred typings from unresolved imports: [] +[14:31:25.849] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:31:25.849] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:31:25.849] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:31:25.849] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:31:25.849] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:31:25.849] Response has been sent. +[14:31:25.849] No new typings were requested as a result of typings discovery +[15:45:57.416] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-LdZkwp/tsserver.log b/.log/tsserver-log-LdZkwp/tsserver.log new file mode 100644 index 0000000..985d934 --- /dev/null +++ b/.log/tsserver-log-LdZkwp/tsserver.log @@ -0,0 +1,10014 @@ +Info 0 [14:31:22.957] Starting TS Server +Info 1 [14:31:22.957] Version: 5.2.2 +Info 2 [14:31:22.957] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/5fa2097fbfb02bf050863c4e85c6b30c/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-LdZkwp/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:31:22.957] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:31:22.957] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [14:31:22.966] Format host information updated +Info 6 [14:31:22.968] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [14:31:22.969] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [14:31:22.969] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [14:31:22.983] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [14:31:22.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [14:31:24.085] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1096.9381139986217ms +Info 12 [14:31:24.085] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [14:31:24.085] Files (147) + +Info 14 [14:31:24.085] ----------------------------------------------- +Info 15 [14:31:24.101] AutoImportProviderProject: found 466 root files in 6 dependencies in 13.695532999932766 ms +Info 16 [14:31:24.129] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [14:31:25.089] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 960.6395420022309ms +Info 18 [14:31:25.089] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [14:31:25.089] Files (624) + +Info 20 [14:31:25.089] ----------------------------------------------- +Info 21 [14:31:25.093] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [14:31:25.093] Files (147) + +Info 21 [14:31:25.093] ----------------------------------------------- +Info 21 [14:31:25.093] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [14:31:25.093] Files (624) + +Info 21 [14:31:25.094] ----------------------------------------------- +Info 21 [14:31:25.094] Open files: +Info 21 [14:31:25.094] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [14:31:25.094] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [14:31:25.094] Format host information updated +Info 22 [14:31:25.094] Format host information updated +Info 23 [14:31:25.094] Format host information updated +Info 24 [14:31:25.094] Format host information updated +Info 25 [14:31:25.323] Format host information updated +Info 26 [14:31:25.325] Format host information updated +Info 27 [14:31:25.325] Format host information updated +Info 28 [14:31:25.325] Format host information updated +Info 29 [14:31:25.326] Format host information updated +Info 30 [14:31:25.326] Format host information updated +Info 31 [14:31:25.326] Format host information updated +Info 32 [14:31:25.327] Format host information updated +Info 33 [14:31:25.327] Format host information updated +Info 34 [14:31:25.327] Format host information updated +Info 35 [14:31:25.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 36 [14:31:25.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 16.066100999712944ms +Info 37 [14:31:25.344] Different program with same set of files +Info 38 [14:31:25.362] getCompletionData: Get current token: 0.022861000150442123 +Info 39 [14:31:25.362] getCompletionData: Is inside comment: 0.06658600270748138 +Info 40 [14:31:25.362] getCompletionData: Get previous token: 0.10893800109624863 +Info 41 [14:31:25.363] getCompletionsAtPosition: isCompletionListBlocker: 0.15390999987721443 +Info 42 [14:31:25.365] getCompletionData: Semantic work: 2.156023997813463 +Info 43 [14:31:25.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.049979001283646 +Info 44 [14:31:25.381] Format host information updated +Info 45 [14:31:25.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 46 [14:31:25.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 24.39606399834156ms +Info 47 [14:31:25.406] Different program with same set of files +Info 48 [14:31:25.407] getCompletionData: Get current token: 0.05350899696350098 +Info 49 [14:31:25.407] getCompletionData: Is inside comment: 0.07428400218486786 +Info 50 [14:31:25.407] getCompletionData: Get previous token: 0.03773999959230423 +Info 51 [14:31:25.407] getCompletionsAtPosition: isCompletionListBlocker: 0.0021880008280277252 +Info 52 [14:31:25.408] getCompletionData: Semantic work: 0.9646079987287521 +Info 53 [14:31:25.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8359670005738735 +Info 54 [14:31:25.412] Format host information updated +Info 55 [14:31:25.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 56 [14:31:25.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 10.822427000850439ms +Info 57 [14:31:25.603] Different program with same set of files +Info 58 [14:31:25.603] getCompletionData: Get current token: 0.005038999021053314 +Info 59 [14:31:25.603] getCompletionData: Is inside comment: 0.012940999120473862 +Info 60 [14:31:25.603] getCompletionData: Get previous token: 0.012331001460552216 +Info 61 [14:31:25.603] getCompletionsAtPosition: isCompletionListBlocker: 0.04450500011444092 +Info 62 [14:31:25.607] getExportInfoMap: cache miss or empty; calculating new results +Info 63 [14:31:25.656] forEachExternalModuleToImportFrom autoImportProvider: 31.42951299995184 +Info 64 [14:31:25.656] getExportInfoMap: done in 49.32402399927378 ms +Info 65 [14:31:25.730] collectAutoImports: resolved 456 module specifiers, plus 219 ambient and 2645 from cache +Info 66 [14:31:25.730] collectAutoImports: response is complete +Info 67 [14:31:25.730] collectAutoImports: 73.05649599805474 +Info 68 [14:31:25.730] getCompletionData: Semantic work: 126.68999800086021 +Info 69 [14:31:25.759] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 28.303261999040842 +Info 70 [14:31:25.768] Format host information updated +Info 71 [14:31:25.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 72 [14:31:25.946] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 10.47180199995637ms +Info 73 [14:31:25.946] Different program with same set of files +Info 74 [14:31:25.946] getCompletionData: Get current token: 0.00481100007891655 +Info 75 [14:31:25.946] getCompletionData: Is inside comment: 0.01240599900484085 +Info 76 [14:31:25.946] getCompletionData: Get previous token: 0.01121000200510025 +Info 77 [14:31:25.946] getCompletionsAtPosition: isCompletionListBlocker: 0.04379899799823761 +Info 78 [14:31:25.949] getExportInfoMap: cache hit +Info 79 [14:31:25.978] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 80 [14:31:25.978] collectAutoImports: response is complete +Info 81 [14:31:25.978] collectAutoImports: 29.340989999473095 +Info 82 [14:31:25.978] getCompletionData: Semantic work: 31.755470998585224 +Info 83 [14:31:25.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.27936600148678 +Info 84 [14:31:26.005] Format host information updated +Info 85 [14:31:26.165] Format host information updated +Info 86 [14:53:11.402] Format host information updated +Info 87 [14:53:11.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 88 [14:53:11.433] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 30.45848400145769ms +Info 89 [14:53:11.433] Different program with same set of files +Info 90 [14:53:13.326] Format host information updated +Info 91 [14:53:13.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 92 [14:53:13.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 12.05681600049138ms +Info 93 [14:53:13.339] Different program with same set of files +Info 94 [14:53:13.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 95 [14:53:13.490] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 10.387354999780655ms +Info 96 [14:53:13.490] Different program with same set of files +Info 97 [14:53:13.491] getCompletionData: Get current token: 0.004483997821807861 +Info 98 [14:53:13.491] getCompletionData: Is inside comment: 0.015195000916719437 +Info 99 [14:53:13.491] getCompletionData: Get previous token: 0.017921000719070435 +Info 100 [14:53:13.491] getCompletionsAtPosition: isCompletionListBlocker: 0.027049999684095383 +Info 101 [14:53:13.493] getExportInfoMap: cache hit +Info 102 [14:53:13.502] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 103 [14:53:13.502] collectAutoImports: response is complete +Info 104 [14:53:13.502] collectAutoImports: 8.882840998470783 +Info 105 [14:53:13.502] getCompletionData: Semantic work: 11.599302001297474 +Info 106 [14:53:13.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.261900998651981 +Info 107 [14:53:13.515] Format host information updated +Info 108 [14:53:13.657] Format host information updated +Info 109 [14:53:13.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 110 [14:53:13.668] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 11.358198001980782ms +Info 111 [14:53:13.668] Different program with same set of files +Info 112 [14:53:13.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 113 [14:53:13.809] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 9.006748002022505ms +Info 114 [14:53:13.809] Different program with same set of files +Info 115 [14:53:13.809] getCompletionData: Get current token: 0.0054939985275268555 +Info 116 [14:53:13.809] getCompletionData: Is inside comment: 0.014823000878095627 +Info 117 [14:53:13.809] getCompletionData: Get previous token: 0.010671999305486679 +Info 118 [14:53:13.809] getCompletionsAtPosition: isCompletionListBlocker: 0.013647999614477158 +Info 119 [14:53:13.811] getExportInfoMap: cache hit +Info 120 [14:53:13.843] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 121 [14:53:13.843] collectAutoImports: response is complete +Info 122 [14:53:13.843] collectAutoImports: 31.796897999942303 +Info 123 [14:53:13.843] getCompletionData: Semantic work: 33.7592309974134 +Info 124 [14:53:13.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.42891100049019 +Info 125 [14:53:13.873] Format host information updated +Info 126 [14:53:14.022] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 127 [14:53:14.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 22.57574500143528ms +Info 128 [14:53:14.045] Different program with same set of files +Info 129 [14:53:14.045] getCompletionData: Get current token: 0.01008399948477745 +Info 130 [14:53:14.045] getCompletionData: Is inside comment: 0.013761002570390701 +Info 131 [14:53:14.045] getCompletionData: Get previous token: 0.01690800115466118 +Info 132 [14:53:14.045] getCompletionsAtPosition: isCompletionListBlocker: 0.00811300054192543 +Info 133 [14:53:14.047] getExportInfoMap: cache hit +Info 134 [14:53:14.098] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 135 [14:53:14.098] collectAutoImports: response is complete +Info 136 [14:53:14.098] collectAutoImports: 50.50619100034237 +Info 137 [14:53:14.098] getCompletionData: Semantic work: 52.97145599871874 +Info 138 [14:53:14.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 24.923631999641657 +Info 139 [14:53:14.135] Format host information updated +Info 140 [14:53:14.149] Format host information updated +Info 141 [14:53:14.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 142 [14:53:14.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 12.111609999090433ms +Info 143 [14:53:14.162] Different program with same set of files +Info 144 [14:53:14.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 145 [14:53:14.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 8.083030998706818ms +Info 146 [14:53:14.309] Different program with same set of files +Info 147 [14:53:14.309] getCompletionData: Get current token: 0.004884000867605209 +Info 148 [14:53:14.309] getCompletionData: Is inside comment: 0.01010800153017044 +Info 149 [14:53:14.309] getCompletionData: Get previous token: 0.020027000457048416 +Info 150 [14:53:14.309] getCompletionsAtPosition: isCompletionListBlocker: 0.008198000490665436 +Info 151 [14:53:14.311] getExportInfoMap: cache hit +Info 152 [14:53:14.315] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 153 [14:53:14.315] collectAutoImports: response is complete +Info 154 [14:53:14.315] collectAutoImports: 4.207299999892712 +Info 155 [14:53:14.315] getCompletionData: Semantic work: 6.034724999219179 +Info 156 [14:53:14.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.271864000707865 +Info 157 [14:53:14.324] Format host information updated +Info 158 [14:53:14.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 159 [14:53:14.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 7.972564999014139ms +Info 160 [14:53:14.473] Different program with same set of files +Info 161 [14:53:14.474] getCompletionData: Get current token: 0.004911001771688461 +Info 162 [14:53:14.474] getCompletionData: Is inside comment: 0.012467999011278152 +Info 163 [14:53:14.474] getCompletionData: Get previous token: 0.009382002055644989 +Info 164 [14:53:14.474] getCompletionsAtPosition: isCompletionListBlocker: 0.003247000277042389 +Info 165 [14:53:14.474] getCompletionData: Semantic work: 0.5866630002856255 +Info 166 [14:53:14.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8384199999272823 +Info 167 [14:53:14.477] Format host information updated +Info 168 [14:53:14.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 169 [14:53:14.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 8.896258000284433ms +Info 170 [14:53:14.736] Different program with same set of files +Info 171 [14:53:14.736] getCompletionData: Get current token: 0.0053349994122982025 +Info 172 [14:53:14.737] getCompletionData: Is inside comment: 0.013113997876644135 +Info 173 [14:53:14.737] getCompletionData: Get previous token: 0.022040996700525284 +Info 174 [14:53:14.737] getCompletionsAtPosition: isCompletionListBlocker: 0.004827000200748444 +Info 175 [14:53:14.737] getCompletionData: Semantic work: 0.6556509993970394 +Info 176 [14:53:14.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.894437000155449 +Info 177 [14:53:14.741] Format host information updated +Info 178 [14:53:14.878] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 179 [14:53:14.894] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 16.271364998072386ms +Info 180 [14:53:14.894] Different program with same set of files +Info 181 [14:53:14.894] getCompletionData: Get current token: 0.004907999187707901 +Info 182 [14:53:14.894] getCompletionData: Is inside comment: 0.012632999569177628 +Info 183 [14:53:14.894] getCompletionData: Get previous token: 0.019662000238895416 +Info 184 [14:53:14.894] getCompletionsAtPosition: isCompletionListBlocker: 0.002390999346971512 +Info 185 [14:53:14.895] getCompletionData: Semantic work: 0.7585220001637936 +Info 186 [14:53:14.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4321780018508434 +Info 187 [14:53:14.899] Format host information updated +Info 188 [14:53:15.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 189 [14:53:15.138] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 9.15557700023055ms +Info 190 [14:53:15.138] Different program with same set of files +Info 191 [14:53:15.138] getCompletionData: Get current token: 0.005867999047040939 +Info 192 [14:53:15.138] getCompletionData: Is inside comment: 0.012251999229192734 +Info 193 [14:53:15.138] getCompletionData: Get previous token: 0.021292999386787415 +Info 194 [14:53:15.139] getCompletionsAtPosition: isCompletionListBlocker: 0.0024980008602142334 +Info 195 [14:53:15.139] getCompletionData: Semantic work: 0.7747390009462833 +Info 196 [14:53:15.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7578260004520416 +Info 197 [14:53:15.144] Format host information updated +Info 198 [14:53:15.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 199 [14:53:15.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 7.3311860002577305ms +Info 200 [14:53:15.286] Different program with same set of files +Info 201 [14:53:15.286] getCompletionData: Get current token: 0.0044899992644786835 +Info 202 [14:53:15.286] getCompletionData: Is inside comment: 0.010333999991416931 +Info 203 [14:53:15.286] getCompletionData: Get previous token: 0.01707400009036064 +Info 204 [14:53:15.286] getCompletionsAtPosition: isCompletionListBlocker: 0.0017630010843276978 +Info 205 [14:53:15.286] getCompletionData: Semantic work: 0.4733409993350506 +Info 206 [14:53:15.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.150874000042677 +Info 207 [14:53:15.291] Format host information updated +Info 208 [14:53:15.650] Format host information updated +Info 209 [14:53:15.650] Format host information updated +Info 210 [14:53:15.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 211 [14:53:15.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 8.35598699748516ms +Info 212 [14:53:15.659] Different program with same set of files +Info 213 [14:53:15.659] getCompletionData: Get current token: 0.005696997046470642 +Info 214 [14:53:15.659] getCompletionData: Is inside comment: 0.014771997928619385 +Info 215 [14:53:15.659] getCompletionData: Get previous token: 0.011803001165390015 +Info 216 [14:53:15.659] getCompletionsAtPosition: isCompletionListBlocker: 0.010959003120660782 +Info 217 [14:53:15.661] getExportInfoMap: cache hit +Info 218 [14:53:15.688] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 219 [14:53:15.688] collectAutoImports: response is complete +Info 220 [14:53:15.688] collectAutoImports: 26.795545000582933 +Info 221 [14:53:15.688] getCompletionData: Semantic work: 28.92630400136113 +Info 222 [14:53:15.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.447731003165245 +Info 223 [14:53:15.712] getCompletionData: Get current token: 0.018633000552654266 +Info 224 [14:53:15.712] getCompletionData: Is inside comment: 0.008546996861696243 +Info 225 [14:53:15.712] getCompletionData: Get previous token: 0.02428000047802925 +Info 226 [14:53:15.712] getCompletionsAtPosition: isCompletionListBlocker: 0.001968998461961746 +Info 227 [14:53:15.713] getCompletionData: Semantic work: 0.5058720000088215 +Info 228 [14:53:15.720] getCompletionData: Get current token: 0.013918999582529068 +Info 229 [14:53:15.721] getCompletionData: Is inside comment: 0.006314001977443695 +Info 230 [14:53:15.721] getCompletionData: Get previous token: 0.023444000631570816 +Info 231 [14:53:15.721] getCompletionsAtPosition: isCompletionListBlocker: 0.002229999750852585 +Info 232 [14:53:15.721] getCompletionData: Semantic work: 0.2718450017273426 +Info 233 [14:53:15.722] Format host information updated +Info 234 [14:53:18.178] Format host information updated +Info 235 [14:53:18.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 236 [14:53:18.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 9.357939001172781ms +Info 237 [14:53:18.188] Different program with same set of files +Info 238 [14:53:20.426] Format host information updated +Info 239 [14:53:20.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 240 [14:53:20.435] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 8.913099996745586ms +Info 241 [14:53:20.435] Different program with same set of files +Info 242 [14:53:20.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 243 [14:53:20.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 8.356053002178669ms +Info 244 [14:53:20.577] Different program with same set of files +Info 245 [14:53:20.577] getCompletionData: Get current token: 0.0046980008482933044 +Info 246 [14:53:20.577] getCompletionData: Is inside comment: 0.008718002587556839 +Info 247 [14:53:20.577] getCompletionData: Get previous token: 0.015073999762535095 +Info 248 [14:53:20.577] getCompletionsAtPosition: isCompletionListBlocker: 0.006899997591972351 +Info 249 [14:53:20.579] getExportInfoMap: cache hit +Info 250 [14:53:20.584] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 251 [14:53:20.584] collectAutoImports: response is complete +Info 252 [14:53:20.584] collectAutoImports: 4.305895000696182 +Info 253 [14:53:20.584] getCompletionData: Semantic work: 6.378531999886036 +Info 254 [14:53:20.590] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.2691909968853 +Info 255 [14:53:20.592] Format host information updated +Info 256 [14:53:20.728] Format host information updated +Info 257 [14:53:20.728] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 258 [14:53:20.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 8.078427996486425ms +Info 259 [14:53:20.736] Different program with same set of files +Info 260 [14:53:20.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 261 [14:53:20.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 7.682452000677586ms +Info 262 [14:53:20.920] Different program with same set of files +Info 263 [14:53:20.920] getCompletionData: Get current token: 0.004852999001741409 +Info 264 [14:53:20.920] getCompletionData: Is inside comment: 0.010037001222372055 +Info 265 [14:53:20.920] getCompletionData: Get previous token: 0.009523000568151474 +Info 266 [14:53:20.920] getCompletionsAtPosition: isCompletionListBlocker: 0.006645999848842621 +Info 267 [14:53:20.922] getExportInfoMap: cache hit +Info 268 [14:53:20.942] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 269 [14:53:20.942] collectAutoImports: response is complete +Info 270 [14:53:20.942] collectAutoImports: 20.51358500123024 +Info 271 [14:53:20.942] getCompletionData: Semantic work: 22.015269998461008 +Info 272 [14:53:20.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.158654000610113 +Info 273 [14:53:20.963] Format host information updated +Info 274 [14:53:21.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 275 [14:53:21.185] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 14.033075999468565ms +Info 276 [14:53:21.185] Different program with same set of files +Info 277 [14:53:21.186] getCompletionData: Get current token: 0.017312999814748764 +Info 278 [14:53:21.186] getCompletionData: Is inside comment: 0.022325001657009125 +Info 279 [14:53:21.186] getCompletionData: Get previous token: 0.04153599962592125 +Info 280 [14:53:21.186] getCompletionsAtPosition: isCompletionListBlocker: 0.011700998991727829 +Info 281 [14:53:21.189] getExportInfoMap: cache hit +Info 282 [14:53:21.212] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 283 [14:53:21.212] collectAutoImports: response is complete +Info 284 [14:53:21.212] collectAutoImports: 23.35452999919653 +Info 285 [14:53:21.213] getCompletionData: Semantic work: 26.624801002442837 +Info 286 [14:53:21.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.822055000811815 +Info 287 [14:53:21.236] Format host information updated +Info 288 [14:53:21.368] Format host information updated +Info 289 [14:53:21.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 290 [14:53:21.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 7.602208998054266ms +Info 291 [14:53:21.376] Different program with same set of files +Info 292 [14:53:21.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 293 [14:53:21.711] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.016281999647617ms +Info 294 [14:53:21.711] Different program with same set of files +Info 295 [14:53:21.711] getCompletionData: Get current token: 0.004032999277114868 +Info 296 [14:53:21.711] getCompletionData: Is inside comment: 0.007957998663187027 +Info 297 [14:53:21.711] getCompletionData: Get previous token: 0.013020001351833344 +Info 298 [14:53:21.711] getCompletionsAtPosition: isCompletionListBlocker: 0.007420998066663742 +Info 299 [14:53:21.713] getExportInfoMap: cache hit +Info 300 [14:53:21.718] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 301 [14:53:21.718] collectAutoImports: response is complete +Info 302 [14:53:21.718] collectAutoImports: 4.664718002080917 +Info 303 [14:53:21.718] getCompletionData: Semantic work: 6.4030699990689754 +Info 304 [14:53:21.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.591926999390125 +Info 305 [14:53:21.726] Format host information updated +Info 306 [14:53:21.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 307 [14:53:21.894] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 7.379365999251604ms +Info 308 [14:53:21.894] Different program with same set of files +Info 309 [14:53:21.894] getCompletionData: Get current token: 0.005091000348329544 +Info 310 [14:53:21.894] getCompletionData: Is inside comment: 0.010301001369953156 +Info 311 [14:53:21.894] getCompletionData: Get previous token: 0.007679998874664307 +Info 312 [14:53:21.894] getCompletionsAtPosition: isCompletionListBlocker: 0.0019589997828006744 +Info 313 [14:53:21.894] getCompletionData: Semantic work: 0.4859069995582104 +Info 314 [14:53:21.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.403998002409935 +Info 315 [14:53:21.896] Format host information updated +Info 316 [14:53:22.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 317 [14:53:22.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 8.02113900333643ms +Info 318 [14:53:22.049] Different program with same set of files +Info 319 [14:53:22.049] getCompletionData: Get current token: 0.004323996603488922 +Info 320 [14:53:22.049] getCompletionData: Is inside comment: 0.009206000715494156 +Info 321 [14:53:22.049] getCompletionData: Get previous token: 0.015293002128601074 +Info 322 [14:53:22.049] getCompletionsAtPosition: isCompletionListBlocker: 0.0045320019125938416 +Info 323 [14:53:22.050] getCompletionData: Semantic work: 0.5305019989609718 +Info 324 [14:53:22.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8587410002946854 +Info 325 [14:53:22.052] Format host information updated +Info 326 [14:53:22.186] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 327 [14:53:22.194] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 7.27505400031805ms +Info 328 [14:53:22.194] Different program with same set of files +Info 329 [14:53:22.194] getCompletionData: Get current token: 0.004571001976728439 +Info 330 [14:53:22.194] getCompletionData: Is inside comment: 0.008883997797966003 +Info 331 [14:53:22.194] getCompletionData: Get previous token: 0.01446399837732315 +Info 332 [14:53:22.194] getCompletionsAtPosition: isCompletionListBlocker: 0.001876000314950943 +Info 333 [14:53:22.194] getCompletionData: Semantic work: 0.4499949999153614 +Info 334 [14:53:22.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.800552997738123 +Info 335 [14:53:22.197] Format host information updated +Info 336 [14:53:22.331] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 337 [14:53:22.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 7.340432997792959ms +Info 338 [14:53:22.339] Different program with same set of files +Info 339 [14:53:22.339] getCompletionData: Get current token: 0.004514001309871674 +Info 340 [14:53:22.339] getCompletionData: Is inside comment: 0.0092569999396801 +Info 341 [14:53:22.339] getCompletionData: Get previous token: 0.01522199809551239 +Info 342 [14:53:22.339] getCompletionsAtPosition: isCompletionListBlocker: 0.0019630007445812225 +Info 343 [14:53:22.339] getCompletionData: Semantic work: 0.46722500026226044 +Info 344 [14:53:22.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8526380024850368 +Info 345 [14:53:22.342] Format host information updated +Info 346 [14:53:22.476] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 347 [14:53:22.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 7.465736001729965ms +Info 348 [14:53:22.483] Different program with same set of files +Info 349 [14:53:22.483] getCompletionData: Get current token: 0.004535000771284103 +Info 350 [14:53:22.483] getCompletionData: Is inside comment: 0.04103200137615204 +Info 351 [14:53:22.483] getCompletionData: Get previous token: 0.01560799777507782 +Info 352 [14:53:22.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0024319998919963837 +Info 353 [14:53:22.484] getCompletionData: Semantic work: 0.46747399866580963 +Info 354 [14:53:22.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1383370012044907 +Info 355 [14:53:22.486] Format host information updated +Info 356 [14:53:22.618] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 357 [14:53:22.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 7.160679001361132ms +Info 358 [14:53:22.625] Different program with same set of files +Info 359 [14:53:22.625] getCompletionData: Get current token: 0.00532899796962738 +Info 360 [14:53:22.625] getCompletionData: Is inside comment: 0.0412600003182888 +Info 361 [14:53:22.625] getCompletionData: Get previous token: 0.05991800129413605 +Info 362 [14:53:22.626] getCompletionsAtPosition: isCompletionListBlocker: 0.0021120011806488037 +Info 363 [14:53:22.626] getCompletionData: Semantic work: 0.48458800092339516 +Info 364 [14:53:22.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.375144999474287 +Info 365 [14:53:22.628] Format host information updated +Info 366 [14:53:22.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 367 [14:53:22.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 10.216323003172874ms +Info 368 [14:53:22.802] Different program with same set of files +Info 369 [14:53:22.802] getCompletionData: Get current token: 0.022360000759363174 +Info 370 [14:53:22.802] getCompletionData: Is inside comment: 0.009786002337932587 +Info 371 [14:53:22.802] getCompletionData: Get previous token: 0.006964001804590225 +Info 372 [14:53:22.802] getCompletionsAtPosition: isCompletionListBlocker: 0.007379002869129181 +Info 373 [14:53:22.804] getExportInfoMap: cache hit +Info 374 [14:53:22.825] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 375 [14:53:22.825] collectAutoImports: response is complete +Info 376 [14:53:22.825] collectAutoImports: 21.144999001175165 +Info 377 [14:53:22.825] getCompletionData: Semantic work: 22.904325000941753 +Info 378 [14:53:22.837] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.315790999680758 +Info 379 [14:53:22.844] Format host information updated +Info 380 [14:53:26.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 381 [14:53:26.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 7.793150000274181ms +Info 382 [14:53:26.375] Different program with same set of files +Info 383 [14:53:26.375] getCompletionData: Get current token: 0.008199002593755722 +Info 384 [14:53:26.375] getCompletionData: Is inside comment: 0.021156001836061478 +Info 385 [14:53:26.376] getCompletionData: Get previous token: 0.012205000966787338 +Info 386 [14:53:26.376] getCompletionsAtPosition: isCompletionListBlocker: 0.002338998019695282 +Info 387 [14:53:26.377] getExportInfoMap: cache hit +Info 388 [14:53:26.407] collectAutoImports: resolved 27 module specifiers, plus 175 ambient and 3859 from cache +Info 389 [14:53:26.407] collectAutoImports: response is complete +Info 390 [14:53:26.407] collectAutoImports: 29.412493001669645 +Info 391 [14:53:26.407] getCompletionData: Semantic work: 30.927921999245882 +Info 392 [14:53:26.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.492658998817205 +Info 393 [14:53:26.435] Format host information updated +Info 394 [14:53:26.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 395 [14:53:27.007] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 9.564330998808146ms +Info 396 [14:53:27.007] Different program with same set of files +Info 397 [14:53:27.008] getCompletionData: Get current token: 0.007203999906778336 +Info 398 [14:53:27.008] getCompletionData: Is inside comment: 0.013906002044677734 +Info 399 [14:53:27.008] getCompletionData: Get previous token: 0.0315060019493103 +Info 400 [14:53:27.008] getCompletionsAtPosition: isCompletionListBlocker: 0.00476599857211113 +Info 401 [14:53:27.009] getExportInfoMap: cache hit +Info 402 [14:53:27.020] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 1022 from cache +Info 403 [14:53:27.020] collectAutoImports: response is complete +Info 404 [14:53:27.020] collectAutoImports: 10.704456001520157 +Info 405 [14:53:27.020] getCompletionData: Semantic work: 12.233467001467943 +Info 406 [14:53:27.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.619686998426914 +Info 407 [14:53:27.035] Format host information updated +Info 408 [14:53:27.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 409 [14:53:27.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 8.381327997893095ms +Info 410 [14:53:27.190] Different program with same set of files +Info 411 [14:53:27.190] getCompletionData: Get current token: 0.0070209987461566925 +Info 412 [14:53:27.190] getCompletionData: Is inside comment: 0.010329000651836395 +Info 413 [14:53:27.191] getCompletionData: Get previous token: 0.011562999337911606 +Info 414 [14:53:27.191] getCompletionsAtPosition: isCompletionListBlocker: 0.018319997936487198 +Info 415 [14:53:27.192] getExportInfoMap: cache hit +Info 416 [14:53:27.199] collectAutoImports: resolved 0 module specifiers, plus 23 ambient and 796 from cache +Info 417 [14:53:27.199] collectAutoImports: response is complete +Info 418 [14:53:27.199] collectAutoImports: 6.858421999961138 +Info 419 [14:53:27.199] getCompletionData: Semantic work: 8.474458999931812 +Info 420 [14:53:27.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.105879999697208 +Info 421 [14:53:27.216] Format host information updated +Info 422 [14:53:27.219] Format host information updated +Info 423 [14:53:27.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 424 [14:53:27.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 8.154917001724243ms +Info 425 [14:53:27.228] Different program with same set of files +Info 426 [14:53:27.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 427 [14:53:27.366] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 7.1891850009560585ms +Info 428 [14:53:27.366] Different program with same set of files +Info 429 [14:53:27.366] getCompletionData: Get current token: 0.006373997777700424 +Info 430 [14:53:27.366] getCompletionData: Is inside comment: 0.010027002543210983 +Info 431 [14:53:27.366] getCompletionData: Get previous token: 0.011008001863956451 +Info 432 [14:53:27.366] getCompletionsAtPosition: isCompletionListBlocker: 0.0022769980132579803 +Info 433 [14:53:27.368] getExportInfoMap: cache hit +Info 434 [14:53:27.370] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 52 from cache +Info 435 [14:53:27.370] collectAutoImports: response is complete +Info 436 [14:53:27.370] collectAutoImports: 2.422671999782324 +Info 437 [14:53:27.370] getCompletionData: Semantic work: 3.814612001180649 +Info 438 [14:53:27.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.939886998385191 +Info 439 [14:53:27.381] Format host information updated +Info 440 [14:53:27.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 441 [14:53:27.522] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 7.3137100003659725ms +Info 442 [14:53:27.522] Different program with same set of files +Info 443 [14:53:27.522] getCompletionData: Get current token: 0.006961997598409653 +Info 444 [14:53:27.522] getCompletionData: Is inside comment: 0.04060700163245201 +Info 445 [14:53:27.522] getCompletionData: Get previous token: 0.01146000251173973 +Info 446 [14:53:27.522] getCompletionsAtPosition: isCompletionListBlocker: 0.002353999763727188 +Info 447 [14:53:27.523] getExportInfoMap: cache hit +Info 448 [14:53:27.530] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 327 from cache +Info 449 [14:53:27.530] collectAutoImports: response is complete +Info 450 [14:53:27.530] collectAutoImports: 6.761484000831842 +Info 451 [14:53:27.530] getCompletionData: Semantic work: 7.98590799793601 +Info 452 [14:53:27.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.777687001973391 +Info 453 [14:53:27.541] Format host information updated +Info 454 [14:53:27.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 455 [14:53:27.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 10.195583999156952ms +Info 456 [14:53:27.685] Different program with same set of files +Info 457 [14:53:27.685] getCompletionData: Get current token: 0.006450001150369644 +Info 458 [14:53:27.685] getCompletionData: Is inside comment: 0.00961500033736229 +Info 459 [14:53:27.685] getCompletionData: Get previous token: 0.010634001344442368 +Info 460 [14:53:27.685] getCompletionsAtPosition: isCompletionListBlocker: 0.002288997173309326 +Info 461 [14:53:27.687] getExportInfoMap: cache hit +Info 462 [14:53:27.693] collectAutoImports: resolved 0 module specifiers, plus 23 ambient and 796 from cache +Info 463 [14:53:27.693] collectAutoImports: response is complete +Info 464 [14:53:27.693] collectAutoImports: 6.630656000226736 +Info 465 [14:53:27.693] getCompletionData: Semantic work: 8.012379001826048 +Info 466 [14:53:27.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.633816000074148 +Info 467 [14:53:27.708] Format host information updated +Info 468 [14:53:27.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 469 [14:53:27.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 7.854986000806093ms +Info 470 [14:53:27.852] Different program with same set of files +Info 471 [14:53:27.852] getCompletionData: Get current token: 0.006517000496387482 +Info 472 [14:53:27.852] getCompletionData: Is inside comment: 0.009863998740911484 +Info 473 [14:53:27.852] getCompletionData: Get previous token: 0.010857999324798584 +Info 474 [14:53:27.852] getCompletionsAtPosition: isCompletionListBlocker: 0.0025299973785877228 +Info 475 [14:53:27.853] getExportInfoMap: cache hit +Info 476 [14:53:27.864] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 1022 from cache +Info 477 [14:53:27.864] collectAutoImports: response is complete +Info 478 [14:53:27.864] collectAutoImports: 10.432963997125626 +Info 479 [14:53:27.864] getCompletionData: Semantic work: 11.788747999817133 +Info 480 [14:53:27.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.011950999498367 +Info 481 [14:53:27.877] Format host information updated +Info 482 [14:53:28.024] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 483 [14:53:28.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 8.479654997587204ms +Info 484 [14:53:28.033] Different program with same set of files +Info 485 [14:53:28.033] getCompletionData: Get current token: 0.008833002299070358 +Info 486 [14:53:28.033] getCompletionData: Is inside comment: 0.010000001639127731 +Info 487 [14:53:28.033] getCompletionData: Get previous token: 0.006393998861312866 +Info 488 [14:53:28.033] getCompletionsAtPosition: isCompletionListBlocker: 0.0026680007576942444 +Info 489 [14:53:28.035] getExportInfoMap: cache hit +Info 490 [14:53:28.058] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 491 [14:53:28.058] collectAutoImports: response is complete +Info 492 [14:53:28.058] collectAutoImports: 22.684505000710487 +Info 493 [14:53:28.058] getCompletionData: Semantic work: 24.479074999690056 +Info 494 [14:53:28.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.435086000710726 +Info 495 [14:53:28.085] Format host information updated +Info 496 [14:53:28.093] Format host information updated +Info 497 [14:53:28.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 498 [14:53:28.101] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 8.061781000345945ms +Info 499 [14:53:28.101] Different program with same set of files +Info 500 [14:53:28.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 501 [14:53:28.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 7.26375999674201ms +Info 502 [14:53:28.248] Different program with same set of files +Info 503 [14:53:28.249] getCompletionData: Get current token: 0.006364002823829651 +Info 504 [14:53:28.249] getCompletionData: Is inside comment: 0.010666001588106155 +Info 505 [14:53:28.249] getCompletionData: Get previous token: 0.013560999184846878 +Info 506 [14:53:28.249] getCompletionsAtPosition: isCompletionListBlocker: 0.002241000533103943 +Info 507 [14:53:28.250] getExportInfoMap: cache hit +Info 508 [14:53:28.252] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 17 from cache +Info 509 [14:53:28.252] collectAutoImports: response is complete +Info 510 [14:53:28.252] collectAutoImports: 2.3996130004525185 +Info 511 [14:53:28.252] getCompletionData: Semantic work: 3.7695080004632473 +Info 512 [14:53:28.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.006099998950958 +Info 513 [14:53:28.264] Format host information updated +Info 514 [14:53:28.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 515 [14:53:28.274] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 8.886773999780416ms +Info 516 [14:53:28.274] Different program with same set of files +Info 517 [14:53:28.274] getCompletionData: Get current token: 0.0067280009388923645 +Info 518 [14:53:28.274] getCompletionData: Is inside comment: 0.009659998118877411 +Info 519 [14:53:28.274] getCompletionData: Get previous token: 0.011317998170852661 +Info 520 [14:53:28.274] getCompletionsAtPosition: isCompletionListBlocker: 0.002413000911474228 +Info 521 [14:53:28.276] getExportInfoMap: cache hit +Info 522 [14:53:28.298] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 523 [14:53:28.298] collectAutoImports: response is complete +Info 524 [14:53:28.298] collectAutoImports: 21.801600001752377 +Info 525 [14:53:28.298] getCompletionData: Semantic work: 23.402899999171495 +Info 526 [14:53:28.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.410541001707315 +Info 527 [14:53:28.324] Format host information updated +Info 528 [14:53:28.465] Format host information updated +Info 529 [14:53:28.465] Format host information updated +Info 530 [14:53:29.025] Format host information updated +Info 531 [14:53:29.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 532 [14:53:29.034] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 8.28175400197506ms +Info 533 [14:53:29.034] Different program with same set of files +Info 534 [14:53:31.249] Format host information updated +Info 535 [14:53:31.250] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 536 [14:53:31.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 9.254645999521017ms +Info 537 [14:53:31.259] Different program with same set of files +Info 538 [14:53:31.634] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 539 [14:53:31.642] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 8.286398001015186ms +Info 540 [14:53:31.642] Different program with same set of files +Info 541 [14:53:31.642] getCompletionData: Get current token: 0.003976002335548401 +Info 542 [14:53:31.642] getCompletionData: Is inside comment: 0.006799999624490738 +Info 543 [14:53:31.642] getCompletionData: Get previous token: 0.009877000004053116 +Info 544 [14:53:31.642] getCompletionsAtPosition: isCompletionListBlocker: 0.008370999246835709 +Info 545 [14:53:31.644] getExportInfoMap: cache hit +Info 546 [14:53:31.648] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 547 [14:53:31.648] collectAutoImports: response is complete +Info 548 [14:53:31.648] collectAutoImports: 4.092701997607946 +Info 549 [14:53:31.648] getCompletionData: Semantic work: 5.964225001633167 +Info 550 [14:53:31.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.049997001886368 +Info 551 [14:53:31.659] Format host information updated +Info 552 [14:53:31.798] Format host information updated +Info 553 [14:53:31.799] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 554 [14:53:31.806] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 7.902784999459982ms +Info 555 [14:53:31.807] Different program with same set of files +Info 556 [14:53:31.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 557 [14:53:31.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 6.993815999478102ms +Info 558 [14:53:31.948] Different program with same set of files +Info 559 [14:53:31.948] getCompletionData: Get current token: 0.003955002874135971 +Info 560 [14:53:31.948] getCompletionData: Is inside comment: 0.007575999945402145 +Info 561 [14:53:31.948] getCompletionData: Get previous token: 0.0057150013744831085 +Info 562 [14:53:31.948] getCompletionsAtPosition: isCompletionListBlocker: 0.007381998002529144 +Info 563 [14:53:31.949] getExportInfoMap: cache hit +Info 564 [14:53:31.973] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 565 [14:53:31.973] collectAutoImports: response is complete +Info 566 [14:53:31.973] collectAutoImports: 23.198808003216982 +Info 567 [14:53:31.973] getCompletionData: Semantic work: 24.795829001814127 +Info 568 [14:53:31.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.324928998947144 +Info 569 [14:53:31.990] Format host information updated +Info 570 [14:53:32.156] Format host information updated +Info 571 [14:53:32.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 572 [14:53:32.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 7.2646949999034405ms +Info 573 [14:53:32.163] Different program with same set of files +Info 574 [14:53:32.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 575 [14:53:32.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 7.306956000626087ms +Info 576 [14:53:32.328] Different program with same set of files +Info 577 [14:53:32.328] getCompletionData: Get current token: 0.0035270005464553833 +Info 578 [14:53:32.328] getCompletionData: Is inside comment: 0.006898999214172363 +Info 579 [14:53:32.328] getCompletionData: Get previous token: 0.009961001574993134 +Info 580 [14:53:32.328] getCompletionsAtPosition: isCompletionListBlocker: 0.008085999637842178 +Info 581 [14:53:32.329] getExportInfoMap: cache hit +Info 582 [14:53:32.333] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 583 [14:53:32.334] collectAutoImports: response is complete +Info 584 [14:53:32.334] collectAutoImports: 4.0290549993515015 +Info 585 [14:53:32.334] getCompletionData: Semantic work: 5.627434998750687 +Info 586 [14:53:32.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.2680089995265 +Info 587 [14:53:32.345] Format host information updated +Info 588 [14:53:32.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 589 [14:53:32.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 7.6534340009093285ms +Info 590 [14:53:32.520] Different program with same set of files +Info 591 [14:53:32.521] getCompletionData: Get current token: 0.004343997687101364 +Info 592 [14:53:32.521] getCompletionData: Is inside comment: 0.009027000516653061 +Info 593 [14:53:32.521] getCompletionData: Get previous token: 0.006115000694990158 +Info 594 [14:53:32.521] getCompletionsAtPosition: isCompletionListBlocker: 0.0025430023670196533 +Info 595 [14:53:32.521] getCompletionData: Semantic work: 0.4679119996726513 +Info 596 [14:53:32.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3307849988341331 +Info 597 [14:53:32.527] Format host information updated +Info 598 [14:53:32.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 599 [14:53:32.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 11.213031001389027ms +Info 600 [14:53:32.862] Different program with same set of files +Info 601 [14:53:32.862] getCompletionData: Get current token: 0.005353998392820358 +Info 602 [14:53:32.862] getCompletionData: Is inside comment: 0.011362001299858093 +Info 603 [14:53:32.862] getCompletionData: Get previous token: 0.02321399748325348 +Info 604 [14:53:32.862] getCompletionsAtPosition: isCompletionListBlocker: 0.0030779987573623657 +Info 605 [14:53:32.863] getCompletionData: Semantic work: 0.7108590006828308 +Info 606 [14:53:32.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8470569998025894 +Info 607 [14:53:32.867] Format host information updated +Info 608 [14:53:33.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 609 [14:53:33.011] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 9.11439000070095ms +Info 610 [14:53:33.011] Different program with same set of files +Info 611 [14:53:33.011] getCompletionData: Get current token: 0.0034069977700710297 +Info 612 [14:53:33.011] getCompletionData: Is inside comment: 0.00709499791264534 +Info 613 [14:53:33.011] getCompletionData: Get previous token: 0.01252099871635437 +Info 614 [14:53:33.011] getCompletionsAtPosition: isCompletionListBlocker: 0.0026820003986358643 +Info 615 [14:53:33.011] getCompletionData: Semantic work: 0.4695670008659363 +Info 616 [14:53:33.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8147049993276596 +Info 617 [14:53:33.014] Format host information updated +Info 618 [14:53:33.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 619 [14:53:33.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 10.067156001925468ms +Info 620 [14:53:33.270] Different program with same set of files +Info 621 [14:53:33.271] getCompletionData: Get current token: 0.003683999180793762 +Info 622 [14:53:33.271] getCompletionData: Is inside comment: 0.007677998393774033 +Info 623 [14:53:33.271] getCompletionData: Get previous token: 0.013061001896858215 +Info 624 [14:53:33.271] getCompletionsAtPosition: isCompletionListBlocker: 0.002392001450061798 +Info 625 [14:53:33.271] getCompletionData: Semantic work: 0.5062329992651939 +Info 626 [14:53:33.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8780879974365234 +Info 627 [14:53:33.274] Format host information updated +Info 628 [14:53:33.492] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 629 [14:53:33.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 11.251420002430677ms +Info 630 [14:53:33.503] Different program with same set of files +Info 631 [14:53:33.503] getCompletionData: Get current token: 0.004672996699810028 +Info 632 [14:53:33.503] getCompletionData: Is inside comment: 0.009709000587463379 +Info 633 [14:53:33.503] getCompletionData: Get previous token: 0.01666099950671196 +Info 634 [14:53:33.503] getCompletionsAtPosition: isCompletionListBlocker: 0.0031379982829093933 +Info 635 [14:53:33.504] getCompletionData: Semantic work: 0.5841909982264042 +Info 636 [14:53:33.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.787642002105713 +Info 637 [14:53:33.508] Format host information updated +Info 638 [14:53:33.659] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 639 [14:53:33.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 7.822765000164509ms +Info 640 [14:53:33.667] Different program with same set of files +Info 641 [14:53:33.667] getCompletionData: Get current token: 0.004213001579046249 +Info 642 [14:53:33.667] getCompletionData: Is inside comment: 0.008574001491069794 +Info 643 [14:53:33.667] getCompletionData: Get previous token: 0.006214998662471771 +Info 644 [14:53:33.667] getCompletionsAtPosition: isCompletionListBlocker: 0.008147001266479492 +Info 645 [14:53:33.669] getExportInfoMap: cache hit +Info 646 [14:53:33.697] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 647 [14:53:33.697] collectAutoImports: response is complete +Info 648 [14:53:33.697] collectAutoImports: 27.208177000284195 +Info 649 [14:53:33.697] getCompletionData: Semantic work: 29.21788699924946 +Info 650 [14:53:33.709] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.91304699704051 +Info 651 [14:53:33.717] Format host information updated +Info 652 [14:53:37.396] Format host information updated +Info 653 [14:53:37.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 654 [14:53:37.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 10.762883998453617ms +Info 655 [14:53:37.408] Different program with same set of files +Info 656 [14:53:38.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 657 [14:53:38.517] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 8.066116999834776ms +Info 658 [14:53:38.517] Different program with same set of files +Info 659 [14:53:38.517] getCompletionData: Get current token: 0.006565999239683151 +Info 660 [14:53:38.517] getCompletionData: Is inside comment: 0.01127699762582779 +Info 661 [14:53:38.518] getCompletionData: Get previous token: 0.0073609985411167145 +Info 662 [14:53:38.518] getCompletionsAtPosition: isCompletionListBlocker: 0.0024759992957115173 +Info 663 [14:53:38.519] getExportInfoMap: cache hit +Info 664 [14:53:38.542] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 665 [14:53:38.542] collectAutoImports: response is complete +Info 666 [14:53:38.542] collectAutoImports: 22.68912000209093 +Info 667 [14:53:38.542] getCompletionData: Semantic work: 24.25882099941373 +Info 668 [14:53:38.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.998748000711203 +Info 669 [14:53:38.566] Format host information updated +Info 670 [14:53:38.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 671 [14:53:38.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 10.741149999201298ms +Info 672 [14:53:38.721] Different program with same set of files +Info 673 [14:53:38.722] getCompletionData: Get current token: 0.0065740011632442474 +Info 674 [14:53:38.722] getCompletionData: Is inside comment: 0.011412002146244049 +Info 675 [14:53:38.722] getCompletionData: Get previous token: 0.014217998832464218 +Info 676 [14:53:38.722] getCompletionsAtPosition: isCompletionListBlocker: 0.0025340020656585693 +Info 677 [14:53:38.723] getExportInfoMap: cache hit +Info 678 [14:53:38.729] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 464 from cache +Info 679 [14:53:38.729] collectAutoImports: response is complete +Info 680 [14:53:38.729] collectAutoImports: 5.822665002197027 +Info 681 [14:53:38.729] getCompletionData: Semantic work: 7.466191999614239 +Info 682 [14:53:38.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.454610001295805 +Info 683 [14:53:38.741] Format host information updated +Info 684 [14:53:38.872] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 685 [14:53:38.880] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 7.508983001112938ms +Info 686 [14:53:38.880] Different program with same set of files +Info 687 [14:53:38.880] getCompletionData: Get current token: 0.006453000009059906 +Info 688 [14:53:38.880] getCompletionData: Is inside comment: 0.01412699744105339 +Info 689 [14:53:38.880] getCompletionData: Get previous token: 0.014345001429319382 +Info 690 [14:53:38.880] getCompletionsAtPosition: isCompletionListBlocker: 0.0024590007960796356 +Info 691 [14:53:38.881] getExportInfoMap: cache hit +Info 692 [14:53:38.886] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 375 from cache +Info 693 [14:53:38.886] collectAutoImports: response is complete +Info 694 [14:53:38.886] collectAutoImports: 4.39020399749279 +Info 695 [14:53:38.886] getCompletionData: Semantic work: 5.874582000076771 +Info 696 [14:53:38.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.176483001559973 +Info 697 [14:53:38.901] Format host information updated +Info 698 [14:53:39.033] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 699 [14:53:39.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 7.619945999234915ms +Info 700 [14:53:39.041] Different program with same set of files +Info 701 [14:53:39.041] getCompletionData: Get current token: 0.006533998996019363 +Info 702 [14:53:39.041] getCompletionData: Is inside comment: 0.011421002447605133 +Info 703 [14:53:39.041] getCompletionData: Get previous token: 0.014768999069929123 +Info 704 [14:53:39.041] getCompletionsAtPosition: isCompletionListBlocker: 0.002478998154401779 +Info 705 [14:53:39.042] getExportInfoMap: cache hit +Info 706 [14:53:39.049] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 229 from cache +Info 707 [14:53:39.049] collectAutoImports: response is complete +Info 708 [14:53:39.049] collectAutoImports: 6.446984000504017 +Info 709 [14:53:39.049] getCompletionData: Semantic work: 7.831045001745224 +Info 710 [14:53:39.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.14265800267458 +Info 711 [14:53:39.060] Format host information updated +Info 712 [14:53:39.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 713 [14:53:39.206] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 10.821376997977495ms +Info 714 [14:53:39.206] Different program with same set of files +Info 715 [14:53:39.207] getCompletionData: Get current token: 0.006322000175714493 +Info 716 [14:53:39.207] getCompletionData: Is inside comment: 0.011838000267744064 +Info 717 [14:53:39.207] getCompletionData: Get previous token: 0.013778001070022583 +Info 718 [14:53:39.207] getCompletionsAtPosition: isCompletionListBlocker: 0.002351999282836914 +Info 719 [14:53:39.208] getExportInfoMap: cache hit +Info 720 [14:53:39.210] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 26 from cache +Info 721 [14:53:39.210] collectAutoImports: response is complete +Info 722 [14:53:39.210] collectAutoImports: 2.341722000390291 +Info 723 [14:53:39.210] getCompletionData: Semantic work: 3.6221490018069744 +Info 724 [14:53:39.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.020580001175404 +Info 725 [14:53:39.220] Format host information updated +Info 726 [14:53:39.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 727 [14:53:39.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 7.878540001809597ms +Info 728 [14:53:39.231] Different program with same set of files +Info 729 [14:53:39.231] getCompletionData: Get current token: 0.006473001092672348 +Info 730 [14:53:39.231] getCompletionData: Is inside comment: 0.011041000485420227 +Info 731 [14:53:39.231] getCompletionData: Get previous token: 0.014830000698566437 +Info 732 [14:53:39.231] getCompletionsAtPosition: isCompletionListBlocker: 0.0026619993150234222 +Info 733 [14:53:39.232] getExportInfoMap: cache hit +Info 734 [14:53:39.237] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 735 [14:53:39.237] collectAutoImports: response is complete +Info 736 [14:53:39.237] collectAutoImports: 4.6948920004069805 +Info 737 [14:53:39.237] getCompletionData: Semantic work: 6.143971998244524 +Info 738 [14:53:39.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.113937001675367 +Info 739 [14:53:39.250] Format host information updated +Info 740 [14:53:39.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 741 [14:53:39.386] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 9.9239990003407ms +Info 742 [14:53:39.386] Different program with same set of files +Info 743 [14:53:39.386] getCompletionData: Get current token: 0.012844998389482498 +Info 744 [14:53:39.386] getCompletionData: Is inside comment: 0.017549999058246613 +Info 745 [14:53:39.386] getCompletionData: Get previous token: 0.025061000138521194 +Info 746 [14:53:39.386] getCompletionsAtPosition: isCompletionListBlocker: 0.0032160021364688873 +Info 747 [14:53:39.388] getExportInfoMap: cache hit +Info 748 [14:53:39.410] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 749 [14:53:39.410] collectAutoImports: response is complete +Info 750 [14:53:39.410] collectAutoImports: 22.075540002435446 +Info 751 [14:53:39.410] getCompletionData: Semantic work: 23.877007000148296 +Info 752 [14:53:39.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.942792996764183 +Info 753 [14:53:39.433] Format host information updated +Info 754 [14:53:40.719] Format host information updated +Info 755 [14:53:40.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 756 [14:53:40.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 9.375199999660254ms +Info 757 [14:53:40.729] Different program with same set of files +Info 758 [14:53:40.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 759 [14:53:40.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 8.193939998745918ms +Info 760 [14:53:40.869] Different program with same set of files +Info 761 [14:53:40.869] getCompletionData: Get current token: 0.0033590011298656464 +Info 762 [14:53:40.869] getCompletionData: Is inside comment: 0.006190001964569092 +Info 763 [14:53:40.869] getCompletionData: Get previous token: 0.009961001574993134 +Info 764 [14:53:40.869] getCompletionsAtPosition: isCompletionListBlocker: 0.0077340006828308105 +Info 765 [14:53:40.870] getExportInfoMap: cache hit +Info 766 [14:53:40.874] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 767 [14:53:40.874] collectAutoImports: response is complete +Info 768 [14:53:40.874] collectAutoImports: 3.8645470030605793 +Info 769 [14:53:40.874] getCompletionData: Semantic work: 5.210029002279043 +Info 770 [14:53:40.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.761574000120163 +Info 771 [14:53:40.881] Format host information updated +Info 772 [14:53:41.037] Format host information updated +Info 773 [14:53:41.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 774 [14:53:41.048] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 7.5283339992165565ms +Info 775 [14:53:41.048] Different program with same set of files +Info 776 [14:53:41.182] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 777 [14:53:41.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 7.1983139999210835ms +Info 778 [14:53:41.189] Different program with same set of files +Info 779 [14:53:41.190] getCompletionData: Get current token: 0.0037949979305267334 +Info 780 [14:53:41.190] getCompletionData: Is inside comment: 0.007458999752998352 +Info 781 [14:53:41.190] getCompletionData: Get previous token: 0.005690000951290131 +Info 782 [14:53:41.190] getCompletionsAtPosition: isCompletionListBlocker: 0.06633899733424187 +Info 783 [14:53:41.191] getExportInfoMap: cache hit +Info 784 [14:53:41.210] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 785 [14:53:41.210] collectAutoImports: response is complete +Info 786 [14:53:41.210] collectAutoImports: 19.252997998148203 +Info 787 [14:53:41.210] getCompletionData: Semantic work: 20.584442000836134 +Info 788 [14:53:41.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.97681700065732 +Info 789 [14:53:41.229] Format host information updated +Info 790 [14:53:41.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 791 [14:53:41.526] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 7.8038420006632805ms +Info 792 [14:53:41.526] Different program with same set of files +Info 793 [14:53:41.526] getCompletionData: Get current token: 0.009780999273061752 +Info 794 [14:53:41.527] getCompletionData: Is inside comment: 0.011498000472784042 +Info 795 [14:53:41.527] getCompletionData: Get previous token: 0.028652001172304153 +Info 796 [14:53:41.527] getCompletionsAtPosition: isCompletionListBlocker: 0.014089997857809067 +Info 797 [14:53:41.528] getExportInfoMap: cache hit +Info 798 [14:53:41.552] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 799 [14:53:41.552] collectAutoImports: response is complete +Info 800 [14:53:41.552] collectAutoImports: 23.863095998764038 +Info 801 [14:53:41.552] getCompletionData: Semantic work: 25.50102899968624 +Info 802 [14:53:41.564] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.909320000559092 +Info 803 [14:53:41.575] Format host information updated +Info 804 [14:53:41.708] Format host information updated +Info 805 [14:53:41.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 806 [14:53:41.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 7.195418998599052ms +Info 807 [14:53:41.716] Different program with same set of files +Info 808 [14:53:41.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 809 [14:53:41.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 8.400242000818253ms +Info 810 [14:53:41.858] Different program with same set of files +Info 811 [14:53:41.858] getCompletionData: Get current token: 0.0035180002450942993 +Info 812 [14:53:41.858] getCompletionData: Is inside comment: 0.006985001266002655 +Info 813 [14:53:41.858] getCompletionData: Get previous token: 0.011298999190330505 +Info 814 [14:53:41.858] getCompletionsAtPosition: isCompletionListBlocker: 0.008126001805067062 +Info 815 [14:53:41.859] getExportInfoMap: cache hit +Info 816 [14:53:41.863] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 817 [14:53:41.863] collectAutoImports: response is complete +Info 818 [14:53:41.863] collectAutoImports: 3.9281539991497993 +Info 819 [14:53:41.863] getCompletionData: Semantic work: 5.375780999660492 +Info 820 [14:53:41.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.769342001527548 +Info 821 [14:53:41.872] Format host information updated +Info 822 [14:53:42.007] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 823 [14:53:42.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 7.123000998049974ms +Info 824 [14:53:42.014] Different program with same set of files +Info 825 [14:53:42.014] getCompletionData: Get current token: 0.003995999693870544 +Info 826 [14:53:42.014] getCompletionData: Is inside comment: 0.007649999111890793 +Info 827 [14:53:42.014] getCompletionData: Get previous token: 0.005637001246213913 +Info 828 [14:53:42.014] getCompletionsAtPosition: isCompletionListBlocker: 0.006531998515129089 +Info 829 [14:53:42.014] getCompletionData: Semantic work: 0.501204002648592 +Info 830 [14:53:42.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3340650014579296 +Info 831 [14:53:42.019] Format host information updated +Info 832 [14:53:42.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 833 [14:53:42.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 7.522625997662544ms +Info 834 [14:53:42.178] Different program with same set of files +Info 835 [14:53:42.178] getCompletionData: Get current token: 0.003759000450372696 +Info 836 [14:53:42.178] getCompletionData: Is inside comment: 0.007148999720811844 +Info 837 [14:53:42.179] getCompletionData: Get previous token: 0.01190900057554245 +Info 838 [14:53:42.179] getCompletionsAtPosition: isCompletionListBlocker: 0.002855997532606125 +Info 839 [14:53:42.179] getCompletionData: Semantic work: 0.5457969978451729 +Info 840 [14:53:42.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.686048999428749 +Info 841 [14:53:42.185] Format host information updated +Info 842 [14:53:42.313] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 843 [14:53:42.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 7.051411002874374ms +Info 844 [14:53:42.320] Different program with same set of files +Info 845 [14:53:42.320] getCompletionData: Get current token: 0.0036569982767105103 +Info 846 [14:53:42.320] getCompletionData: Is inside comment: 0.00750499963760376 +Info 847 [14:53:42.320] getCompletionData: Get previous token: 0.012118998914957047 +Info 848 [14:53:42.320] getCompletionsAtPosition: isCompletionListBlocker: 0.0026200003921985626 +Info 849 [14:53:42.321] getCompletionData: Semantic work: 0.4095200002193451 +Info 850 [14:53:42.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7386879995465279 +Info 851 [14:53:42.325] Format host information updated +Info 852 [14:53:42.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 853 [14:53:42.526] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 8.845174998044968ms +Info 854 [14:53:42.526] Different program with same set of files +Info 855 [14:53:42.526] getCompletionData: Get current token: 0.004805997014045715 +Info 856 [14:53:42.526] getCompletionData: Is inside comment: 0.00940600037574768 +Info 857 [14:53:42.526] getCompletionData: Get previous token: 0.015599001199007034 +Info 858 [14:53:42.526] getCompletionsAtPosition: isCompletionListBlocker: 0.003108002245426178 +Info 859 [14:53:42.526] getCompletionData: Semantic work: 0.552411999553442 +Info 860 [14:53:42.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0882510021328926 +Info 861 [14:53:42.529] Format host information updated +Info 862 [14:53:43.077] Format host information updated +Info 863 [14:53:43.077] Format host information updated +Info 864 [14:53:43.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 865 [14:53:43.085] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 7.761537000536919ms +Info 866 [14:53:43.085] Different program with same set of files +Info 867 [14:53:43.086] getCompletionData: Get current token: 0.0034830011427402496 +Info 868 [14:53:43.086] getCompletionData: Is inside comment: 0.00786999985575676 +Info 869 [14:53:43.086] getCompletionData: Get previous token: 0.0057240016758441925 +Info 870 [14:53:43.086] getCompletionsAtPosition: isCompletionListBlocker: 0.0388449989259243 +Info 871 [14:53:43.087] getExportInfoMap: cache hit +Info 872 [14:53:43.108] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 873 [14:53:43.108] collectAutoImports: response is complete +Info 874 [14:53:43.108] collectAutoImports: 20.871394999325275 +Info 875 [14:53:43.108] getCompletionData: Semantic work: 22.194321997463703 +Info 876 [14:53:43.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.41694300249219 +Info 877 [14:53:43.129] getCompletionData: Get current token: 0.021781999617815018 +Info 878 [14:53:43.129] getCompletionData: Is inside comment: 0.005176998674869537 +Info 879 [14:53:43.129] getCompletionData: Get previous token: 0.029427003115415573 +Info 880 [14:53:43.129] getCompletionsAtPosition: isCompletionListBlocker: 0.008527997881174088 +Info 881 [14:53:43.129] getCompletionData: Semantic work: 0.4438199996948242 +Info 882 [14:53:43.139] getCompletionData: Get current token: 0.0454230010509491 +Info 883 [14:53:43.139] getCompletionData: Is inside comment: 0.00444599986076355 +Info 884 [14:53:43.139] getCompletionData: Get previous token: 0.04880400002002716 +Info 885 [14:53:43.139] getCompletionsAtPosition: isCompletionListBlocker: 0.006692998111248016 +Info 886 [14:53:43.140] getCompletionData: Semantic work: 0.28141599893569946 +Info 887 [14:53:43.140] Format host information updated +Info 888 [14:53:43.271] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 889 [14:53:43.278] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 7.073208000510931ms +Info 890 [14:53:43.278] Different program with same set of files +Info 891 [14:53:43.278] getCompletionData: Get current token: 0.00366399809718132 +Info 892 [14:53:43.278] getCompletionData: Is inside comment: 0.008136000484228134 +Info 893 [14:53:43.278] getCompletionData: Get previous token: 0.005963999778032303 +Info 894 [14:53:43.278] getCompletionsAtPosition: isCompletionListBlocker: 0.008336998522281647 +Info 895 [14:53:43.280] getExportInfoMap: cache hit +Info 896 [14:53:43.301] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 897 [14:53:43.301] collectAutoImports: response is complete +Info 898 [14:53:43.301] collectAutoImports: 21.368614997714758 +Info 899 [14:53:43.301] getCompletionData: Semantic work: 22.751759000122547 +Info 900 [14:53:43.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.67510399967432 +Info 901 [14:53:43.321] Format host information updated +Info 902 [14:53:51.678] Format host information updated +Info 903 [14:53:51.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 904 [14:53:51.687] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 8.093850001692772ms +Info 905 [14:53:51.687] Different program with same set of files +Info 906 [14:53:51.825] Format host information updated +Info 907 [14:53:52.542] Format host information updated +Info 908 [14:53:52.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 909 [14:53:52.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 12.460843000560999ms +Info 910 [14:53:52.554] Different program with same set of files +Info 911 [14:53:53.602] Format host information updated +Info 912 [14:53:53.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 913 [14:53:53.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 7.47274399921298ms +Info 914 [14:53:53.610] Different program with same set of files +Info 915 [14:53:54.695] Format host information updated +Info 916 [14:53:54.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 917 [14:53:54.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 7.422648999840021ms +Info 918 [14:53:54.702] Different program with same set of files +Info 919 [14:53:56.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 920 [14:53:56.241] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 8.76401700079441ms +Info 921 [14:53:56.241] Different program with same set of files +Info 922 [14:53:56.241] getCompletionData: Get current token: 0.005548000335693359 +Info 923 [14:53:56.241] getCompletionData: Is inside comment: 0.0013410001993179321 +Info 924 [14:53:56.241] getCompletionData: Get previous token: 0.017230000346899033 +Info 925 [14:53:56.241] getCompletionsAtPosition: isCompletionListBlocker: 0.0021179988980293274 +Info 926 [14:53:56.242] getCompletionData: Semantic work: 0.5488009974360466 +Info 927 [14:53:56.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4420449994504452 +Info 928 [14:53:56.243] Format host information updated +Info 929 [14:53:56.372] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 930 [14:53:56.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 8.125054996460676ms +Info 931 [14:53:56.380] Different program with same set of files +Info 932 [14:53:56.380] getCompletionData: Get current token: 0.005810000002384186 +Info 933 [14:53:56.380] getCompletionData: Is inside comment: 0.0012890025973320007 +Info 934 [14:53:56.380] getCompletionData: Get previous token: 0.01873200014233589 +Info 935 [14:53:56.380] getCompletionsAtPosition: isCompletionListBlocker: 0.002034999430179596 +Info 936 [14:53:56.381] getCompletionData: Semantic work: 0.46711400151252747 +Info 937 [14:53:56.383] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9463110007345676 +Info 938 [14:53:56.383] Format host information updated +Info 939 [14:53:56.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 940 [14:53:56.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 7.670927997678518ms +Info 941 [14:53:56.518] Different program with same set of files +Info 942 [14:53:56.518] getCompletionData: Get current token: 0.005886003375053406 +Info 943 [14:53:56.518] getCompletionData: Is inside comment: 0.0013810023665428162 +Info 944 [14:53:56.518] getCompletionData: Get previous token: 0.018268998712301254 +Info 945 [14:53:56.518] getCompletionsAtPosition: isCompletionListBlocker: 0.0022890008985996246 +Info 946 [14:53:56.518] getCompletionData: Semantic work: 0.44443799927830696 +Info 947 [14:53:56.520] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.820898000150919 +Info 948 [14:53:56.521] Format host information updated +Info 949 [14:53:56.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 950 [14:53:56.707] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 9.588872998952866ms +Info 951 [14:53:56.707] Different program with same set of files +Info 952 [14:53:56.708] getCompletionData: Get current token: 0.0054689981043338776 +Info 953 [14:53:56.708] getCompletionData: Is inside comment: 0.0019860006868839264 +Info 954 [14:53:56.708] getCompletionData: Get previous token: 0.04518499970436096 +Info 955 [14:53:56.708] getCompletionsAtPosition: isCompletionListBlocker: 0.0019429996609687805 +Info 956 [14:53:56.708] getCompletionData: Semantic work: 0.489180002361536 +Info 957 [14:53:56.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9713870026171207 +Info 958 [14:53:56.711] Format host information updated +Info 959 [14:53:56.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 960 [14:53:56.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 9.824339997023344ms +Info 961 [14:53:56.847] Different program with same set of files +Info 962 [14:53:56.847] getCompletionData: Get current token: 0.005660999566316605 +Info 963 [14:53:56.847] getCompletionData: Is inside comment: 0.0012769997119903564 +Info 964 [14:53:56.847] getCompletionData: Get previous token: 0.016534000635147095 +Info 965 [14:53:56.847] getCompletionsAtPosition: isCompletionListBlocker: 0.00199199840426445 +Info 966 [14:53:56.847] getCompletionData: Semantic work: 0.4935710020363331 +Info 967 [14:53:56.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.27530599758029 +Info 968 [14:53:56.850] Format host information updated +Info 969 [14:53:56.977] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 970 [14:53:56.987] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 9.633384998887777ms +Info 971 [14:53:56.987] Different program with same set of files +Info 972 [14:53:56.987] getCompletionData: Get current token: 0.005349002778530121 +Info 973 [14:53:56.987] getCompletionData: Is inside comment: 0.0013500005006790161 +Info 974 [14:53:56.987] getCompletionData: Get previous token: 0.018360000103712082 +Info 975 [14:53:56.987] getCompletionsAtPosition: isCompletionListBlocker: 0.0021140016615390778 +Info 976 [14:53:56.988] getCompletionData: Semantic work: 0.4616999998688698 +Info 977 [14:53:56.990] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9096579998731613 +Info 978 [14:53:56.990] Format host information updated +Info 979 [14:53:57.550] Format host information updated +Info 980 [14:53:57.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 981 [14:53:57.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 8.113763000816107ms +Info 982 [14:53:57.558] Different program with same set of files +Info 983 [14:53:57.558] getCompletionData: Get current token: 0.01415799930691719 +Info 984 [14:53:57.558] getCompletionData: Is inside comment: 0.004377000033855438 +Info 985 [14:53:57.558] getCompletionData: Get previous token: 0.02055799961090088 +Info 986 [14:53:57.558] getCompletionsAtPosition: isCompletionListBlocker: 0.0022619999945163727 +Info 987 [14:53:57.559] getCompletionData: Semantic work: 0.4930660016834736 +Info 988 [14:53:57.562] Format host information updated +Info 989 [14:54:05.458] Format host information updated +Info 990 [14:54:05.458] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 991 [14:54:05.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 16.660219997167587ms +Info 992 [14:54:05.475] Different program with same set of files +Info 993 [14:54:06.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 994 [14:54:06.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 10.028223000466824ms +Info 995 [14:54:06.870] Different program with same set of files +Info 996 [14:54:06.870] getCompletionData: Get current token: 0.01641099900007248 +Info 997 [14:54:06.870] getCompletionData: Is inside comment: 0.001713000237941742 +Info 998 [14:54:06.870] getCompletionData: Get previous token: 0.029468998312950134 +Info 999 [14:54:06.870] getCompletionsAtPosition: isCompletionListBlocker: 0.0019589997828006744 +Info 1000 [14:54:06.871] getCompletionData: Semantic work: 0.24245799705386162 +Info 1001 [14:54:06.871] Format host information updated +Info 1002 [14:54:07.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1003 [14:54:07.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 9.056414999067783ms +Info 1004 [14:54:07.015] Different program with same set of files +Info 1005 [14:54:07.015] getCompletionData: Get current token: 0.005250997841358185 +Info 1006 [14:54:07.015] getCompletionData: Is inside comment: 0.0016510002315044403 +Info 1007 [14:54:07.015] getCompletionData: Get previous token: 0.0662980005145073 +Info 1008 [14:54:07.015] getCompletionsAtPosition: isCompletionListBlocker: 0.0020789988338947296 +Info 1009 [14:54:07.016] getCompletionData: Semantic work: 0.41777800023555756 +Info 1010 [14:54:07.016] Format host information updated +Info 1011 [14:54:07.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1012 [14:54:07.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 8.097498998045921ms +Info 1013 [14:54:07.159] Different program with same set of files +Info 1014 [14:54:07.160] getCompletionData: Get current token: 0.004796996712684631 +Info 1015 [14:54:07.160] getCompletionData: Is inside comment: 0.0018200017511844635 +Info 1016 [14:54:07.160] getCompletionData: Get previous token: 0.019262000918388367 +Info 1017 [14:54:07.160] getCompletionsAtPosition: isCompletionListBlocker: 0.0017529986798763275 +Info 1018 [14:54:07.160] getCompletionData: Semantic work: 0.21280400082468987 +Info 1019 [14:54:07.160] Format host information updated +Info 1020 [14:54:07.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1021 [14:54:07.334] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 10.573605000972748ms +Info 1022 [14:54:07.334] Different program with same set of files +Info 1023 [14:54:07.334] getCompletionData: Get current token: 0.0045280009508132935 +Info 1024 [14:54:07.334] getCompletionData: Is inside comment: 0.0013209991157054901 +Info 1025 [14:54:07.334] getCompletionData: Get previous token: 0.017263002693653107 +Info 1026 [14:54:07.334] getCompletionsAtPosition: isCompletionListBlocker: 0.002220001071691513 +Info 1027 [14:54:07.335] getCompletionData: Semantic work: 0.19847699999809265 +Info 1028 [14:54:07.335] Format host information updated +Info 1029 [14:54:07.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1030 [14:54:07.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 19.866608001291752ms +Info 1031 [14:54:07.530] Different program with same set of files +Info 1032 [14:54:07.530] getCompletionData: Get current token: 0.004907000809907913 +Info 1033 [14:54:07.531] getCompletionData: Is inside comment: 0.001887001097202301 +Info 1034 [14:54:07.531] getCompletionData: Get previous token: 0.05388899892568588 +Info 1035 [14:54:07.531] getCompletionsAtPosition: isCompletionListBlocker: 0.0019569993019104004 +Info 1036 [14:54:07.531] getCompletionData: Semantic work: 0.22109100222587585 +Info 1037 [14:54:07.534] Format host information updated +Info 1038 [14:54:07.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1039 [14:54:07.683] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 8.029178000986576ms +Info 1040 [14:54:07.683] Different program with same set of files +Info 1041 [14:54:07.683] getCompletionData: Get current token: 0.00476200133562088 +Info 1042 [14:54:07.683] getCompletionData: Is inside comment: 0.0014479979872703552 +Info 1043 [14:54:07.683] getCompletionData: Get previous token: 0.026791002601385117 +Info 1044 [14:54:07.683] getCompletionsAtPosition: isCompletionListBlocker: 0.001980997622013092 +Info 1045 [14:54:07.683] getCompletionData: Semantic work: 0.21585499867796898 +Info 1046 [14:54:07.683] Format host information updated +Info 1047 [14:54:07.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1048 [14:54:07.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 7.198692001402378ms +Info 1049 [14:54:07.824] Different program with same set of files +Info 1050 [14:54:07.825] getCompletionData: Get current token: 0.004912000149488449 +Info 1051 [14:54:07.825] getCompletionData: Is inside comment: 0.001860000193119049 +Info 1052 [14:54:07.825] getCompletionData: Get previous token: 0.013270996510982513 +Info 1053 [14:54:07.825] getCompletionsAtPosition: isCompletionListBlocker: 0.0017520003020763397 +Info 1054 [14:54:07.825] getCompletionData: Semantic work: 0.17079300060868263 +Info 1055 [14:54:07.825] Format host information updated +Info 1056 [14:54:07.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1057 [14:54:07.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 7.955070998519659ms +Info 1058 [14:54:07.964] Different program with same set of files +Info 1059 [14:54:07.964] getCompletionData: Get current token: 0.004746001213788986 +Info 1060 [14:54:07.964] getCompletionData: Is inside comment: 0.001382000744342804 +Info 1061 [14:54:07.964] getCompletionData: Get previous token: 0.013068001717329025 +Info 1062 [14:54:07.964] getCompletionsAtPosition: isCompletionListBlocker: 0.0017659999430179596 +Info 1063 [14:54:07.964] getCompletionData: Semantic work: 0.1744539998471737 +Info 1064 [14:54:07.964] Format host information updated +Info 1065 [14:54:08.467] Format host information updated +Info 1066 [14:54:08.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1067 [14:54:08.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 9.313900999724865ms +Info 1068 [14:54:08.476] Different program with same set of files +Info 1069 [14:54:08.604] Format host information updated +Info 1070 [14:54:09.667] Format host information updated +Info 1071 [14:54:09.667] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1072 [14:54:09.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 9.020790003240108ms +Info 1073 [14:54:09.676] Different program with same set of files +Info 1074 [14:54:13.474] Format host information updated +Info 1075 [14:54:13.474] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1076 [14:54:13.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 8.220479000359774ms +Info 1077 [14:54:13.482] Different program with same set of files +Info 1078 [15:11:09.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1079 [15:11:09.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 19.070281997323036ms +Info 1080 [15:11:09.911] Different program with same set of files +Info 1081 [15:11:09.911] getCompletionData: Get current token: 0.007187001407146454 +Info 1082 [15:11:09.911] getCompletionData: Is inside comment: 0.0013919994235038757 +Info 1083 [15:11:09.911] getCompletionData: Get previous token: 0.01581600308418274 +Info 1084 [15:11:09.911] getCompletionsAtPosition: isCompletionListBlocker: 0.039751000702381134 +Info 1085 [15:11:09.913] getExportInfoMap: cache hit +Info 1086 [15:11:09.951] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1087 [15:11:09.951] collectAutoImports: response is complete +Info 1088 [15:11:09.951] collectAutoImports: 37.27231499925256 +Info 1089 [15:11:09.951] getCompletionData: Semantic work: 39.63925899937749 +Info 1090 [15:11:09.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.292647998780012 +Info 1091 [15:11:09.978] Format host information updated +Info 1092 [15:11:10.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1093 [15:11:10.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 17.317067001014948ms +Info 1094 [15:11:10.157] Different program with same set of files +Info 1095 [15:11:10.157] getCompletionData: Get current token: 0.0047760009765625 +Info 1096 [15:11:10.157] getCompletionData: Is inside comment: 0.0015890002250671387 +Info 1097 [15:11:10.157] getCompletionData: Get previous token: 0.01707100123167038 +Info 1098 [15:11:10.157] getCompletionsAtPosition: isCompletionListBlocker: 0.007184997200965881 +Info 1099 [15:11:10.160] getExportInfoMap: cache hit +Info 1100 [15:11:10.213] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1101 [15:11:10.213] collectAutoImports: response is complete +Info 1102 [15:11:10.213] collectAutoImports: 52.800321001559496 +Info 1103 [15:11:10.213] getCompletionData: Semantic work: 55.282910998910666 +Info 1104 [15:11:10.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 26.27360000088811 +Info 1105 [15:11:10.248] Format host information updated +Info 1106 [15:11:10.258] Format host information updated +Info 1107 [15:11:10.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1108 [15:11:10.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 10.509811002761126ms +Info 1109 [15:11:10.269] Different program with same set of files +Info 1110 [15:11:10.269] getCompletionData: Get current token: 0.00684100016951561 +Info 1111 [15:11:10.269] getCompletionData: Is inside comment: 0.0014640018343925476 +Info 1112 [15:11:10.269] getCompletionData: Get previous token: 0.016387000679969788 +Info 1113 [15:11:10.269] getCompletionsAtPosition: isCompletionListBlocker: 0.005678001791238785 +Info 1114 [15:11:10.271] getExportInfoMap: cache hit +Info 1115 [15:11:10.290] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1116 [15:11:10.290] collectAutoImports: response is complete +Info 1117 [15:11:10.290] collectAutoImports: 19.04346700012684 +Info 1118 [15:11:10.290] getCompletionData: Semantic work: 20.69794100150466 +Info 1119 [15:11:10.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.780016001313925 +Info 1120 [15:11:10.312] Format host information updated +Info 1121 [15:11:10.449] Format host information updated +Info 1122 [15:11:10.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1123 [15:11:10.458] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 8.976660002022982ms +Info 1124 [15:11:10.458] Different program with same set of files +Info 1125 [15:11:19.035] getCompletionData: Get current token: 0.006602000445127487 +Info 1126 [15:11:19.035] getCompletionData: Is inside comment: 0.009904999285936356 +Info 1127 [15:11:19.035] getCompletionData: Get previous token: 0.0070970021188259125 +Info 1128 [15:11:19.036] getCompletionsAtPosition: isCompletionListBlocker: 0.015169002115726471 +Info 1129 [15:11:19.037] getExportInfoMap: cache hit +Info 1130 [15:11:19.060] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1131 [15:11:19.060] collectAutoImports: response is complete +Info 1132 [15:11:19.060] collectAutoImports: 22.800393000245094 +Info 1133 [15:11:19.060] getCompletionData: Semantic work: 24.429568000137806 +Info 1134 [15:11:19.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.06096800044179 +Info 1135 [15:11:19.594] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1136 [15:11:19.602] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 8.015944000333548ms +Info 1137 [15:11:19.602] Different program with same set of files +Info 1138 [15:11:19.602] getCompletionData: Get current token: 0.006021998822689056 +Info 1139 [15:11:19.602] getCompletionData: Is inside comment: 0.013491000980138779 +Info 1140 [15:11:19.602] getCompletionData: Get previous token: 0.008164998143911362 +Info 1141 [15:11:19.602] getCompletionsAtPosition: isCompletionListBlocker: 0.006101001054048538 +Info 1142 [15:11:19.604] getExportInfoMap: cache hit +Info 1143 [15:11:19.626] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1144 [15:11:19.626] collectAutoImports: response is complete +Info 1145 [15:11:19.626] collectAutoImports: 22.410721998661757 +Info 1146 [15:11:19.626] getCompletionData: Semantic work: 23.81546299904585 +Info 1147 [15:11:19.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.017721001058817 +Info 1148 [15:11:19.654] Format host information updated +Info 1149 [15:11:19.797] Format host information updated +Info 1150 [15:11:19.798] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1151 [15:11:19.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 7.462058000266552ms +Info 1152 [15:11:19.805] Different program with same set of files +Info 1153 [15:11:19.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1154 [15:11:19.952] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 15.425792999565601ms +Info 1155 [15:11:19.952] Different program with same set of files +Info 1156 [15:11:19.953] getCompletionData: Get current token: 0.00473099946975708 +Info 1157 [15:11:19.953] getCompletionData: Is inside comment: 0.011118996888399124 +Info 1158 [15:11:19.953] getCompletionData: Get previous token: 0.007727999240159988 +Info 1159 [15:11:19.953] getCompletionsAtPosition: isCompletionListBlocker: 0.006988000124692917 +Info 1160 [15:11:19.954] getExportInfoMap: cache hit +Info 1161 [15:11:20.004] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1162 [15:11:20.004] collectAutoImports: response is complete +Info 1163 [15:11:20.004] collectAutoImports: 49.26451800018549 +Info 1164 [15:11:20.004] getCompletionData: Semantic work: 51.1391130015254 +Info 1165 [15:11:20.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.54237199947238 +Info 1166 [15:11:20.038] Format host information updated +Info 1167 [15:11:20.177] Format host information updated +Info 1168 [15:11:20.177] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1169 [15:11:20.187] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 10.194158002734184ms +Info 1170 [15:11:20.187] Different program with same set of files +Info 1171 [15:11:57.770] getCompletionData: Get current token: 0.0058469995856285095 +Info 1172 [15:11:57.770] getCompletionData: Is inside comment: 0.03388800099492073 +Info 1173 [15:11:57.770] getCompletionData: Get previous token: 0.00780700147151947 +Info 1174 [15:11:57.770] getCompletionsAtPosition: isCompletionListBlocker: 0.003727998584508896 +Info 1175 [15:11:57.770] Returning an empty list because completion was requested in an invalid position. +Info 1176 [15:11:57.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1177 [15:11:58.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 17.384218003600836ms +Info 1178 [15:11:58.014] Different program with same set of files +Info 1179 [15:11:58.014] getCompletionData: Get current token: 0.005591999739408493 +Info 1180 [15:11:58.014] getCompletionData: Is inside comment: 0.01279199868440628 +Info 1181 [15:11:58.014] getCompletionData: Get previous token: 0.02489899843931198 +Info 1182 [15:11:58.014] getCompletionsAtPosition: isCompletionListBlocker: 0.003192000091075897 +Info 1183 [15:11:58.014] Returning an empty list because completion was requested in an invalid position. +Info 1184 [15:11:58.015] Format host information updated +Info 1185 [15:11:58.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1186 [15:11:58.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 10.327468998730183ms +Info 1187 [15:11:58.367] Different program with same set of files +Info 1188 [15:11:58.368] getCompletionData: Get current token: 0.005325000733137131 +Info 1189 [15:11:58.368] getCompletionData: Is inside comment: 0.01009099930524826 +Info 1190 [15:11:58.368] getCompletionData: Get previous token: 0.007246002554893494 +Info 1191 [15:11:58.368] getCompletionsAtPosition: isCompletionListBlocker: 0.002698998898267746 +Info 1192 [15:11:58.368] Returning an empty list because completion was requested in an invalid position. +Info 1193 [15:11:58.368] Format host information updated +Info 1194 [15:11:58.740] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1195 [15:11:58.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 10.783088997006416ms +Info 1196 [15:11:58.751] Different program with same set of files +Info 1197 [15:11:58.751] getCompletionData: Get current token: 0.007590997964143753 +Info 1198 [15:11:58.751] getCompletionData: Is inside comment: 0.011977002024650574 +Info 1199 [15:11:58.751] getCompletionData: Get previous token: 0.009082000702619553 +Info 1200 [15:11:58.751] getCompletionsAtPosition: isCompletionListBlocker: 0.00650700181722641 +Info 1201 [15:11:58.753] getExportInfoMap: cache hit +Info 1202 [15:11:58.783] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1203 [15:11:58.783] collectAutoImports: response is complete +Info 1204 [15:11:58.783] collectAutoImports: 30.15997799858451 +Info 1205 [15:11:58.783] getCompletionData: Semantic work: 31.989266000688076 +Info 1206 [15:11:58.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.097890999168158 +Info 1207 [15:11:58.811] Format host information updated +Info 1208 [15:11:58.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1209 [15:11:58.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 8.796459000557661ms +Info 1210 [15:11:58.964] Different program with same set of files +Info 1211 [15:11:58.964] getCompletionData: Get current token: 0.003577999770641327 +Info 1212 [15:11:58.964] getCompletionData: Is inside comment: 0.010943997651338577 +Info 1213 [15:11:58.964] getCompletionData: Get previous token: 0.00805700197815895 +Info 1214 [15:11:58.964] getCompletionsAtPosition: isCompletionListBlocker: 0.0018620006740093231 +Info 1215 [15:11:58.964] getCompletionData: Semantic work: 0.08637000247836113 +Info 1216 [15:11:58.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05475899949669838 +Info 1217 [15:11:58.964] Format host information updated +Info 1218 [15:11:59.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1219 [15:11:59.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 9.207641001790762ms +Info 1220 [15:11:59.110] Different program with same set of files +Info 1221 [15:11:59.110] getCompletionData: Get current token: 0.005235001444816589 +Info 1222 [15:11:59.110] getCompletionData: Is inside comment: 0.010770000517368317 +Info 1223 [15:11:59.110] getCompletionData: Get previous token: 0.007286999374628067 +Info 1224 [15:11:59.110] getCompletionsAtPosition: isCompletionListBlocker: 0.0028319992125034332 +Info 1225 [15:11:59.110] Returning an empty list because completion was requested in an invalid position. +Info 1226 [15:11:59.110] Format host information updated +Info 1227 [15:11:59.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1228 [15:11:59.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 16.304196000099182ms +Info 1229 [15:11:59.297] Different program with same set of files +Info 1230 [15:11:59.297] getCompletionData: Get current token: 0.004551999270915985 +Info 1231 [15:11:59.297] getCompletionData: Is inside comment: 0.011522997170686722 +Info 1232 [15:11:59.297] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1233 [15:11:59.298] Format host information updated +Info 1234 [15:11:59.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1235 [15:11:59.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 7.858343999832869ms +Info 1236 [15:11:59.605] Different program with same set of files +Info 1237 [15:11:59.605] getCompletionData: Get current token: 0.00579800084233284 +Info 1238 [15:11:59.605] getCompletionData: Is inside comment: 0.013719998300075531 +Info 1239 [15:11:59.606] getCompletionData: Get previous token: 0.017430000007152557 +Info 1240 [15:11:59.606] getCompletionsAtPosition: isCompletionListBlocker: 0.0035069994628429413 +Info 1241 [15:11:59.606] Returning an empty list because completion was requested in an invalid position. +Info 1242 [15:11:59.606] Format host information updated +Info 1243 [15:11:59.954] Format host information updated +Info 1244 [15:11:59.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1245 [15:11:59.969] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 14.993776001036167ms +Info 1246 [15:11:59.969] Different program with same set of files +Info 1247 [15:12:00.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1248 [15:12:00.394] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 7.861317999660969ms +Info 1249 [15:12:00.394] Different program with same set of files +Info 1250 [15:12:00.394] getCompletionData: Get current token: 0.006966002285480499 +Info 1251 [15:12:00.394] getCompletionData: Is inside comment: 0.014645997434854507 +Info 1252 [15:12:00.394] getCompletionData: Get previous token: 0.010827001184225082 +Info 1253 [15:12:00.394] getCompletionsAtPosition: isCompletionListBlocker: 0.00604499876499176 +Info 1254 [15:12:00.397] getExportInfoMap: cache hit +Info 1255 [15:12:00.431] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1256 [15:12:00.431] collectAutoImports: response is complete +Info 1257 [15:12:00.431] collectAutoImports: 33.81294500082731 +Info 1258 [15:12:00.431] getCompletionData: Semantic work: 36.74404300004244 +Info 1259 [15:12:00.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.78065500035882 +Info 1260 [15:12:00.461] Format host information updated +Info 1261 [15:12:00.603] getCompletionData: Get current token: 0.007450997829437256 +Info 1262 [15:12:00.603] getCompletionData: Is inside comment: 0.013067997992038727 +Info 1263 [15:12:00.603] getCompletionData: Get previous token: 0.009596999734640121 +Info 1264 [15:12:00.603] getCompletionsAtPosition: isCompletionListBlocker: 0.0019569993019104004 +Info 1265 [15:12:00.603] getCompletionData: Semantic work: 0.015454001724720001 +Info 1266 [15:12:00.603] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.033080000430345535 +Info 1267 [15:12:00.603] Format host information updated +Info 1268 [15:12:00.711] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1269 [15:12:00.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 10.96909499913454ms +Info 1270 [15:12:00.722] Different program with same set of files +Info 1271 [15:12:00.722] getCompletionData: Get current token: 0.006616000086069107 +Info 1272 [15:12:00.722] getCompletionData: Is inside comment: 0.014814000576734543 +Info 1273 [15:12:00.722] getCompletionData: Get previous token: 0.05003100261092186 +Info 1274 [15:12:00.722] getCompletionsAtPosition: isCompletionListBlocker: 0.002893000841140747 +Info 1275 [15:12:00.722] getCompletionData: Semantic work: 0.024480000138282776 +Info 1276 [15:12:00.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06862599775195122 +Info 1277 [15:12:00.723] Format host information updated +Info 1278 [15:12:01.037] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1279 [15:12:01.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 28.957823000848293ms +Info 1280 [15:12:01.066] Different program with same set of files +Info 1281 [15:12:01.067] getCompletionData: Get current token: 0.011618997901678085 +Info 1282 [15:12:01.067] getCompletionData: Is inside comment: 0.025414999574422836 +Info 1283 [15:12:01.067] getCompletionData: Get previous token: 0.019446998834609985 +Info 1284 [15:12:01.067] getCompletionsAtPosition: isCompletionListBlocker: 0.0030039995908737183 +Info 1285 [15:12:01.070] getExportInfoMap: cache hit +Info 1286 [15:12:01.101] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1287 [15:12:01.101] collectAutoImports: response is complete +Info 1288 [15:12:01.101] collectAutoImports: 31.794863998889923 +Info 1289 [15:12:01.101] getCompletionData: Semantic work: 34.73587400093675 +Info 1290 [15:12:01.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.812781997025013 +Info 1291 [15:12:01.130] Format host information updated +Info 1292 [15:12:01.268] Format host information updated +Info 1293 [15:12:01.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1294 [15:12:01.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 8.701985001564026ms +Info 1295 [15:12:01.277] Different program with same set of files +Info 1296 [15:12:01.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1297 [15:12:01.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 8.639789000153542ms +Info 1298 [15:12:01.416] Different program with same set of files +Info 1299 [15:12:01.416] getCompletionData: Get current token: 0.006531998515129089 +Info 1300 [15:12:01.417] getCompletionData: Is inside comment: 0.04529400169849396 +Info 1301 [15:12:01.417] getCompletionData: Get previous token: 0.031289998441934586 +Info 1302 [15:12:01.417] getCompletionsAtPosition: isCompletionListBlocker: 0.0016419999301433563 +Info 1303 [15:12:01.418] getExportInfoMap: cache hit +Info 1304 [15:12:01.422] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 185 from cache +Info 1305 [15:12:01.422] collectAutoImports: response is complete +Info 1306 [15:12:01.422] collectAutoImports: 3.5447140000760555 +Info 1307 [15:12:01.422] getCompletionData: Semantic work: 5.066920001059771 +Info 1308 [15:12:01.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.979565002024174 +Info 1309 [15:12:01.435] Format host information updated +Info 1310 [15:12:01.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1311 [15:12:01.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 7.794869001954794ms +Info 1312 [15:12:01.577] Different program with same set of files +Info 1313 [15:12:01.578] getCompletionData: Get current token: 0.006770998239517212 +Info 1314 [15:12:01.578] getCompletionData: Is inside comment: 0.0128370001912117 +Info 1315 [15:12:01.578] getCompletionData: Get previous token: 0.017955999821424484 +Info 1316 [15:12:01.578] getCompletionsAtPosition: isCompletionListBlocker: 0.001520998775959015 +Info 1317 [15:12:01.581] getExportInfoMap: cache hit +Info 1318 [15:12:01.584] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 40 from cache +Info 1319 [15:12:01.584] collectAutoImports: response is complete +Info 1320 [15:12:01.584] collectAutoImports: 2.550110999494791 +Info 1321 [15:12:01.584] getCompletionData: Semantic work: 6.436772998422384 +Info 1322 [15:12:01.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.355422999709845 +Info 1323 [15:12:01.594] Format host information updated +Info 1324 [15:12:01.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1325 [15:12:01.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 11.893533997237682ms +Info 1326 [15:12:01.739] Different program with same set of files +Info 1327 [15:12:01.739] getCompletionData: Get current token: 0.006955999881029129 +Info 1328 [15:12:01.739] getCompletionData: Is inside comment: 0.012903999537229538 +Info 1329 [15:12:01.739] getCompletionData: Get previous token: 0.017903000116348267 +Info 1330 [15:12:01.739] getCompletionsAtPosition: isCompletionListBlocker: 0.002069000154733658 +Info 1331 [15:12:01.740] getExportInfoMap: cache hit +Info 1332 [15:12:01.743] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 1333 [15:12:01.743] collectAutoImports: response is complete +Info 1334 [15:12:01.743] collectAutoImports: 2.503796000033617 +Info 1335 [15:12:01.743] getCompletionData: Semantic work: 3.802955999970436 +Info 1336 [15:12:01.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.41609700024128 +Info 1337 [15:12:01.753] Format host information updated +Info 1338 [15:12:01.890] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1339 [15:12:01.898] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 7.625750999897718ms +Info 1340 [15:12:01.898] Different program with same set of files +Info 1341 [15:12:01.898] getCompletionData: Get current token: 0.006960000842809677 +Info 1342 [15:12:01.898] getCompletionData: Is inside comment: 0.01409900188446045 +Info 1343 [15:12:01.898] getCompletionData: Get previous token: 0.04455200210213661 +Info 1344 [15:12:01.899] getCompletionsAtPosition: isCompletionListBlocker: 0.001955997198820114 +Info 1345 [15:12:01.900] getExportInfoMap: cache hit +Info 1346 [15:12:01.902] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1347 [15:12:01.902] collectAutoImports: response is complete +Info 1348 [15:12:01.902] collectAutoImports: 2.327621001750231 +Info 1349 [15:12:01.902] getCompletionData: Semantic work: 3.8854069970548153 +Info 1350 [15:12:01.910] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.604263000190258 +Info 1351 [15:12:01.913] Format host information updated +Info 1352 [15:12:01.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1353 [15:12:01.925] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 10.206716999411583ms +Info 1354 [15:12:01.925] Different program with same set of files +Info 1355 [15:12:01.925] getCompletionData: Get current token: 0.007352001965045929 +Info 1356 [15:12:01.925] getCompletionData: Is inside comment: 0.013760000467300415 +Info 1357 [15:12:01.925] getCompletionData: Get previous token: 0.017854999750852585 +Info 1358 [15:12:01.925] getCompletionsAtPosition: isCompletionListBlocker: 0.0018140003085136414 +Info 1359 [15:12:01.926] getExportInfoMap: cache hit +Info 1360 [15:12:01.929] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1361 [15:12:01.929] collectAutoImports: response is complete +Info 1362 [15:12:01.929] collectAutoImports: 2.146111998707056 +Info 1363 [15:12:01.929] getCompletionData: Semantic work: 3.567977998405695 +Info 1364 [15:12:01.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.784301001578569 +Info 1365 [15:12:01.939] Format host information updated +Info 1366 [15:12:02.079] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1367 [15:12:02.087] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 8.186417002230883ms +Info 1368 [15:12:02.087] Different program with same set of files +Info 1369 [15:12:02.087] getCompletionData: Get current token: 0.006599999964237213 +Info 1370 [15:12:02.087] getCompletionData: Is inside comment: 0.01226399838924408 +Info 1371 [15:12:02.087] getCompletionData: Get previous token: 0.017294999212026596 +Info 1372 [15:12:02.087] getCompletionsAtPosition: isCompletionListBlocker: 0.0019439980387687683 +Info 1373 [15:12:02.089] getExportInfoMap: cache hit +Info 1374 [15:12:02.111] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1375 [15:12:02.112] collectAutoImports: response is complete +Info 1376 [15:12:02.112] collectAutoImports: 22.530717998743057 +Info 1377 [15:12:02.112] getCompletionData: Semantic work: 24.073606997728348 +Info 1378 [15:12:02.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.822475999593735 +Info 1379 [15:12:02.136] Format host information updated +Info 1380 [15:12:02.146] Format host information updated +Info 1381 [15:12:02.146] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1382 [15:12:02.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 8.709203001111746ms +Info 1383 [15:12:02.155] Different program with same set of files +Info 1384 [15:12:02.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1385 [15:12:02.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 7.684215001761913ms +Info 1386 [15:12:02.320] Different program with same set of files +Info 1387 [15:12:02.320] getCompletionData: Get current token: 0.006718002259731293 +Info 1388 [15:12:02.320] getCompletionData: Is inside comment: 0.012717999517917633 +Info 1389 [15:12:02.320] getCompletionData: Get previous token: 0.017476998269557953 +Info 1390 [15:12:02.320] getCompletionsAtPosition: isCompletionListBlocker: 0.044119998812675476 +Info 1391 [15:12:02.320] getCompletionData: Semantic work: 0.022498000413179398 +Info 1392 [15:12:02.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.050495997071266174 +Info 1393 [15:12:02.320] Format host information updated +Info 1394 [15:12:02.693] Format host information updated +Info 1395 [15:12:02.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1396 [15:12:02.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 9.431839000433683ms +Info 1397 [15:12:02.702] Different program with same set of files +Info 1398 [15:12:02.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1399 [15:12:03.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 8.083544999361038ms +Info 1400 [15:12:03.003] Different program with same set of files +Info 1401 [15:12:03.004] getCompletionData: Get current token: 0.00720600038766861 +Info 1402 [15:12:03.004] getCompletionData: Is inside comment: 0.014632999897003174 +Info 1403 [15:12:03.004] getCompletionData: Get previous token: 0.020376000553369522 +Info 1404 [15:12:03.004] getCompletionsAtPosition: isCompletionListBlocker: 0.001973997801542282 +Info 1405 [15:12:03.005] getExportInfoMap: cache hit +Info 1406 [15:12:03.008] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 74 from cache +Info 1407 [15:12:03.008] collectAutoImports: response is complete +Info 1408 [15:12:03.008] collectAutoImports: 2.953008998185396 +Info 1409 [15:12:03.008] getCompletionData: Semantic work: 4.392351999878883 +Info 1410 [15:12:03.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.087237000465393 +Info 1411 [15:12:03.021] Format host information updated +Info 1412 [15:12:03.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1413 [15:12:03.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 10.66075500100851ms +Info 1414 [15:12:03.168] Different program with same set of files +Info 1415 [15:12:03.168] getCompletionData: Get current token: 0.006556998938322067 +Info 1416 [15:12:03.168] getCompletionData: Is inside comment: 0.012224998325109482 +Info 1417 [15:12:03.168] getCompletionData: Get previous token: 0.017115000635385513 +Info 1418 [15:12:03.168] getCompletionsAtPosition: isCompletionListBlocker: 0.0020579993724823 +Info 1419 [15:12:03.169] getExportInfoMap: cache hit +Info 1420 [15:12:03.172] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 1421 [15:12:03.172] collectAutoImports: response is complete +Info 1422 [15:12:03.172] collectAutoImports: 2.365090999752283 +Info 1423 [15:12:03.172] getCompletionData: Semantic work: 3.786522001028061 +Info 1424 [15:12:03.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.61413700133562 +Info 1425 [15:12:03.184] Format host information updated +Info 1426 [15:12:03.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1427 [15:12:03.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 8.827033996582031ms +Info 1428 [15:12:03.329] Different program with same set of files +Info 1429 [15:12:03.329] getCompletionData: Get current token: 0.007075998932123184 +Info 1430 [15:12:03.329] getCompletionData: Is inside comment: 0.012296997010707855 +Info 1431 [15:12:03.329] getCompletionData: Get previous token: 0.019106999039649963 +Info 1432 [15:12:03.329] getCompletionsAtPosition: isCompletionListBlocker: 0.002718999981880188 +Info 1433 [15:12:03.330] getExportInfoMap: cache hit +Info 1434 [15:12:03.333] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1435 [15:12:03.333] collectAutoImports: response is complete +Info 1436 [15:12:03.333] collectAutoImports: 2.2673630006611347 +Info 1437 [15:12:03.333] getCompletionData: Semantic work: 3.4976490028202534 +Info 1438 [15:12:03.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.642734996974468 +Info 1439 [15:12:03.343] Format host information updated +Info 1440 [15:12:03.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1441 [15:12:03.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 9.81657800078392ms +Info 1442 [15:12:03.355] Different program with same set of files +Info 1443 [15:12:03.355] getCompletionData: Get current token: 0.00784900039434433 +Info 1444 [15:12:03.355] getCompletionData: Is inside comment: 0.013264000415802002 +Info 1445 [15:12:03.355] getCompletionData: Get previous token: 0.017785001546144485 +Info 1446 [15:12:03.355] getCompletionsAtPosition: isCompletionListBlocker: 0.0016620010137557983 +Info 1447 [15:12:03.356] getExportInfoMap: cache hit +Info 1448 [15:12:03.358] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1449 [15:12:03.358] collectAutoImports: response is complete +Info 1450 [15:12:03.358] collectAutoImports: 2.0784000009298325 +Info 1451 [15:12:03.358] getCompletionData: Semantic work: 3.4348130002617836 +Info 1452 [15:12:03.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.110484000295401 +Info 1453 [15:12:03.368] Format host information updated +Info 1454 [15:12:03.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1455 [15:12:03.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 10.062288999557495ms +Info 1456 [15:12:03.514] Different program with same set of files +Info 1457 [15:12:03.514] getCompletionData: Get current token: 0.006815999746322632 +Info 1458 [15:12:03.514] getCompletionData: Is inside comment: 0.012799002230167389 +Info 1459 [15:12:03.514] getCompletionData: Get previous token: 0.01829800009727478 +Info 1460 [15:12:03.514] getCompletionsAtPosition: isCompletionListBlocker: 0.0015989989042282104 +Info 1461 [15:12:03.515] getExportInfoMap: cache hit +Info 1462 [15:12:03.518] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1463 [15:12:03.518] collectAutoImports: response is complete +Info 1464 [15:12:03.518] collectAutoImports: 2.1800839975476265 +Info 1465 [15:12:03.518] getCompletionData: Semantic work: 3.549667000770569 +Info 1466 [15:12:03.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.924212001264095 +Info 1467 [15:12:03.528] Format host information updated +Info 1468 [15:12:03.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1469 [15:12:03.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 9.933024000376463ms +Info 1470 [15:12:03.673] Different program with same set of files +Info 1471 [15:12:03.673] getCompletionData: Get current token: 0.0065940022468566895 +Info 1472 [15:12:03.673] getCompletionData: Is inside comment: 0.012612000107765198 +Info 1473 [15:12:03.673] getCompletionData: Get previous token: 0.01761699840426445 +Info 1474 [15:12:03.673] getCompletionsAtPosition: isCompletionListBlocker: 0.00171000137925148 +Info 1475 [15:12:03.674] getExportInfoMap: cache hit +Info 1476 [15:12:03.676] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 1477 [15:12:03.676] collectAutoImports: response is complete +Info 1478 [15:12:03.676] collectAutoImports: 2.23955300077796 +Info 1479 [15:12:03.676] getCompletionData: Semantic work: 3.5648499988019466 +Info 1480 [15:12:03.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.1151020005345345 +Info 1481 [15:12:03.687] Format host information updated +Info 1482 [15:12:03.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1483 [15:12:03.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 7.488583002239466ms +Info 1484 [15:12:03.827] Different program with same set of files +Info 1485 [15:12:03.827] getCompletionData: Get current token: 0.0065269991755485535 +Info 1486 [15:12:03.827] getCompletionData: Is inside comment: 0.012497998774051666 +Info 1487 [15:12:03.827] getCompletionData: Get previous token: 0.01825999841094017 +Info 1488 [15:12:03.827] getCompletionsAtPosition: isCompletionListBlocker: 0.0014410018920898438 +Info 1489 [15:12:03.828] getExportInfoMap: cache hit +Info 1490 [15:12:03.831] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 74 from cache +Info 1491 [15:12:03.831] collectAutoImports: response is complete +Info 1492 [15:12:03.831] collectAutoImports: 2.7009709998965263 +Info 1493 [15:12:03.831] getCompletionData: Semantic work: 3.918759997934103 +Info 1494 [15:12:03.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.244106002151966 +Info 1495 [15:12:03.844] Format host information updated +Info 1496 [15:12:03.979] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1497 [15:12:03.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 11.50848799943924ms +Info 1498 [15:12:03.991] Different program with same set of files +Info 1499 [15:12:03.991] getCompletionData: Get current token: 0.00675399973988533 +Info 1500 [15:12:03.991] getCompletionData: Is inside comment: 0.011845000088214874 +Info 1501 [15:12:03.991] getCompletionData: Get previous token: 0.017044000327587128 +Info 1502 [15:12:03.991] getCompletionsAtPosition: isCompletionListBlocker: 0.0016559995710849762 +Info 1503 [15:12:03.993] getExportInfoMap: cache hit +Info 1504 [15:12:03.996] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 185 from cache +Info 1505 [15:12:03.996] collectAutoImports: response is complete +Info 1506 [15:12:03.996] collectAutoImports: 3.4353470019996166 +Info 1507 [15:12:03.996] getCompletionData: Semantic work: 4.808485001325607 +Info 1508 [15:12:04.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.277629997581244 +Info 1509 [15:12:04.007] Format host information updated +Info 1510 [15:12:04.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1511 [15:12:04.153] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 7.634741000831127ms +Info 1512 [15:12:04.153] Different program with same set of files +Info 1513 [15:12:04.153] getCompletionData: Get current token: 0.006666999310255051 +Info 1514 [15:12:04.153] getCompletionData: Is inside comment: 0.012752998620271683 +Info 1515 [15:12:04.153] getCompletionData: Get previous token: 0.01745700091123581 +Info 1516 [15:12:04.153] getCompletionsAtPosition: isCompletionListBlocker: 0.001957003027200699 +Info 1517 [15:12:04.154] getExportInfoMap: cache hit +Info 1518 [15:12:04.157] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 1519 [15:12:04.157] collectAutoImports: response is complete +Info 1520 [15:12:04.157] collectAutoImports: 2.4763190001249313 +Info 1521 [15:12:04.157] getCompletionData: Semantic work: 3.8489449992775917 +Info 1522 [15:12:04.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.673003997653723 +Info 1523 [15:12:04.167] Format host information updated +Info 1524 [15:12:04.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1525 [15:12:04.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 7.505334001034498ms +Info 1526 [15:12:04.311] Different program with same set of files +Info 1527 [15:12:04.312] getCompletionData: Get current token: 0.0068419985473155975 +Info 1528 [15:12:04.312] getCompletionData: Is inside comment: 0.012508001178503036 +Info 1529 [15:12:04.312] getCompletionData: Get previous token: 0.017273999750614166 +Info 1530 [15:12:04.312] getCompletionsAtPosition: isCompletionListBlocker: 0.001536000519990921 +Info 1531 [15:12:04.313] getExportInfoMap: cache hit +Info 1532 [15:12:04.315] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1533 [15:12:04.315] collectAutoImports: response is complete +Info 1534 [15:12:04.315] collectAutoImports: 2.1503769978880882 +Info 1535 [15:12:04.315] getCompletionData: Semantic work: 3.5224840007722378 +Info 1536 [15:12:04.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.122225999832153 +Info 1537 [15:12:04.327] Format host information updated +Info 1538 [15:12:04.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1539 [15:12:04.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 8.59400199726224ms +Info 1540 [15:12:04.337] Different program with same set of files +Info 1541 [15:12:04.337] getCompletionData: Get current token: 0.007356997579336166 +Info 1542 [15:12:04.337] getCompletionData: Is inside comment: 0.013159997761249542 +Info 1543 [15:12:04.337] getCompletionData: Get previous token: 0.01719599962234497 +Info 1544 [15:12:04.337] getCompletionsAtPosition: isCompletionListBlocker: 0.0018859989941120148 +Info 1545 [15:12:04.338] getExportInfoMap: cache hit +Info 1546 [15:12:04.340] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1547 [15:12:04.340] collectAutoImports: response is complete +Info 1548 [15:12:04.340] collectAutoImports: 2.2158499993383884 +Info 1549 [15:12:04.340] getCompletionData: Semantic work: 3.5307870022952557 +Info 1550 [15:12:04.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.437880001962185 +Info 1551 [15:12:04.350] Format host information updated +Info 1552 [15:12:04.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1553 [15:12:04.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 7.500962000340223ms +Info 1554 [15:12:04.488] Different program with same set of files +Info 1555 [15:12:04.488] getCompletionData: Get current token: 0.006885997951030731 +Info 1556 [15:12:04.488] getCompletionData: Is inside comment: 0.012515000998973846 +Info 1557 [15:12:04.488] getCompletionData: Get previous token: 0.017138998955488205 +Info 1558 [15:12:04.488] getCompletionsAtPosition: isCompletionListBlocker: 0.001550000160932541 +Info 1559 [15:12:04.489] getExportInfoMap: cache hit +Info 1560 [15:12:04.511] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1561 [15:12:04.511] collectAutoImports: response is complete +Info 1562 [15:12:04.511] collectAutoImports: 21.743933998048306 +Info 1563 [15:12:04.511] getCompletionData: Semantic work: 23.09094500169158 +Info 1564 [15:12:04.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.521598000079393 +Info 1565 [15:12:04.538] Format host information updated +Info 1566 [15:12:04.679] Format host information updated +Info 1567 [15:12:04.680] Format host information updated +Info 1568 [15:12:04.680] Format host information updated +Info 1569 [15:12:05.831] Format host information updated +Info 1570 [15:12:05.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1571 [15:12:05.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 17.800324000418186ms +Info 1572 [15:12:05.849] Different program with same set of files +Info 1573 [15:12:05.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1574 [15:12:06.007] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 8.211219999939203ms +Info 1575 [15:12:06.007] Different program with same set of files +Info 1576 [15:12:06.008] getCompletionData: Get current token: 0.00467899814248085 +Info 1577 [15:12:06.008] getCompletionData: Is inside comment: 0.009778998792171478 +Info 1578 [15:12:06.008] getCompletionData: Get previous token: 0.01197199895977974 +Info 1579 [15:12:06.008] getCompletionsAtPosition: isCompletionListBlocker: 0.006216999143362045 +Info 1580 [15:12:06.009] getExportInfoMap: cache hit +Info 1581 [15:12:06.017] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 1582 [15:12:06.017] collectAutoImports: response is complete +Info 1583 [15:12:06.017] collectAutoImports: 7.550788998603821 +Info 1584 [15:12:06.017] getCompletionData: Semantic work: 9.091267000883818 +Info 1585 [15:12:06.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.435828000307083 +Info 1586 [15:12:06.028] Format host information updated +Info 1587 [15:12:07.619] Format host information updated +Info 1588 [15:12:07.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1589 [15:12:07.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 9.308878999203444ms +Info 1590 [15:12:07.628] Different program with same set of files +Info 1591 [15:12:07.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1592 [15:12:07.773] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 8.004285000264645ms +Info 1593 [15:12:07.773] Different program with same set of files +Info 1594 [15:12:07.773] getCompletionData: Get current token: 0.0053079985082149506 +Info 1595 [15:12:07.773] getCompletionData: Is inside comment: 0.010120999068021774 +Info 1596 [15:12:07.773] getCompletionData: Get previous token: 0.013420000672340393 +Info 1597 [15:12:07.773] getCompletionsAtPosition: isCompletionListBlocker: 0.006623998284339905 +Info 1598 [15:12:07.775] getExportInfoMap: cache hit +Info 1599 [15:12:07.779] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 1600 [15:12:07.779] collectAutoImports: response is complete +Info 1601 [15:12:07.779] collectAutoImports: 4.008359000086784 +Info 1602 [15:12:07.779] getCompletionData: Semantic work: 5.409657999873161 +Info 1603 [15:12:07.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.285181999206543 +Info 1604 [15:12:07.789] Format host information updated +Info 1605 [15:12:08.063] getCompletionData: Get current token: 0.0043470002710819244 +Info 1606 [15:12:08.063] getCompletionData: Is inside comment: 0.00833899900317192 +Info 1607 [15:12:08.063] getCompletionData: Get previous token: 0.006125997751951218 +Info 1608 [15:12:08.063] getCompletionsAtPosition: isCompletionListBlocker: 0.007282998412847519 +Info 1609 [15:12:08.065] getExportInfoMap: cache hit +Info 1610 [15:12:08.088] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1611 [15:12:08.088] collectAutoImports: response is complete +Info 1612 [15:12:08.088] collectAutoImports: 23.50891599804163 +Info 1613 [15:12:08.088] getCompletionData: Semantic work: 24.988653000444174 +Info 1614 [15:12:08.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.804065000265837 +Info 1615 [15:12:08.688] Format host information updated +Info 1616 [15:12:08.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1617 [15:12:08.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 7.536640997976065ms +Info 1618 [15:12:08.696] Different program with same set of files +Info 1619 [15:12:08.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1620 [15:12:08.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 7.865800999104977ms +Info 1621 [15:12:08.840] Different program with same set of files +Info 1622 [15:12:08.840] getCompletionData: Get current token: 0.0034889988601207733 +Info 1623 [15:12:08.840] getCompletionData: Is inside comment: 0.006581999361515045 +Info 1624 [15:12:08.840] getCompletionData: Get previous token: 0.011424999684095383 +Info 1625 [15:12:08.840] getCompletionsAtPosition: isCompletionListBlocker: 0.007472001016139984 +Info 1626 [15:12:08.841] getExportInfoMap: cache hit +Info 1627 [15:12:08.845] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 1628 [15:12:08.845] collectAutoImports: response is complete +Info 1629 [15:12:08.845] collectAutoImports: 4.0967239998281 +Info 1630 [15:12:08.845] getCompletionData: Semantic work: 5.541751001030207 +Info 1631 [15:12:08.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.194678999483585 +Info 1632 [15:12:08.853] Format host information updated +Info 1633 [15:12:08.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1634 [15:12:09.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 7.555273000150919ms +Info 1635 [15:12:09.001] Different program with same set of files +Info 1636 [15:12:09.001] getCompletionData: Get current token: 0.003704998642206192 +Info 1637 [15:12:09.001] getCompletionData: Is inside comment: 0.008235998451709747 +Info 1638 [15:12:09.001] getCompletionData: Get previous token: 0.005730997771024704 +Info 1639 [15:12:09.001] getCompletionsAtPosition: isCompletionListBlocker: 0.0015479996800422668 +Info 1640 [15:12:09.002] getCompletionData: Semantic work: 0.9288170002400875 +Info 1641 [15:12:09.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5041209980845451 +Info 1642 [15:12:09.009] Format host information updated +Info 1643 [15:12:09.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1644 [15:12:09.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 8.068675998598337ms +Info 1645 [15:12:09.168] Different program with same set of files +Info 1646 [15:12:09.169] getCompletionData: Get current token: 0.003784000873565674 +Info 1647 [15:12:09.169] getCompletionData: Is inside comment: 0.007549002766609192 +Info 1648 [15:12:09.169] getCompletionData: Get previous token: 0.013458002358675003 +Info 1649 [15:12:09.169] getCompletionsAtPosition: isCompletionListBlocker: 0.002254001796245575 +Info 1650 [15:12:09.173] getCompletionData: Semantic work: 4.2492390014231205 +Info 1651 [15:12:09.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.395329996943474 +Info 1652 [15:12:09.176] Format host information updated +Info 1653 [15:12:09.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1654 [15:12:09.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 11.963519003242254ms +Info 1655 [15:12:09.333] Different program with same set of files +Info 1656 [15:12:09.333] getCompletionData: Get current token: 0.003913998603820801 +Info 1657 [15:12:09.333] getCompletionData: Is inside comment: 0.007182002067565918 +Info 1658 [15:12:09.333] getCompletionData: Get previous token: 0.012933000922203064 +Info 1659 [15:12:09.333] getCompletionsAtPosition: isCompletionListBlocker: 0.002236001193523407 +Info 1660 [15:12:09.334] getCompletionData: Semantic work: 0.5675130002200603 +Info 1661 [15:12:09.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.017469000071287 +Info 1662 [15:12:09.336] Format host information updated +Info 1663 [15:12:09.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1664 [15:12:09.481] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 10.905036002397537ms +Info 1665 [15:12:09.482] Different program with same set of files +Info 1666 [15:12:09.482] getCompletionData: Get current token: 0.0037489980459213257 +Info 1667 [15:12:09.482] getCompletionData: Is inside comment: 0.007226999849081039 +Info 1668 [15:12:09.482] getCompletionData: Get previous token: 0.012658998370170593 +Info 1669 [15:12:09.482] getCompletionsAtPosition: isCompletionListBlocker: 0.0016320012509822845 +Info 1670 [15:12:09.482] getCompletionData: Semantic work: 0.5709479972720146 +Info 1671 [15:12:09.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8475250005722046 +Info 1672 [15:12:09.484] Format host information updated +Info 1673 [15:12:09.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1674 [15:12:09.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 12.728719998151064ms +Info 1675 [15:12:09.632] Different program with same set of files +Info 1676 [15:12:09.632] getCompletionData: Get current token: 0.003955002874135971 +Info 1677 [15:12:09.632] getCompletionData: Is inside comment: 0.006955001503229141 +Info 1678 [15:12:09.632] getCompletionData: Get previous token: 0.012786000967025757 +Info 1679 [15:12:09.632] getCompletionsAtPosition: isCompletionListBlocker: 0.0017139986157417297 +Info 1680 [15:12:09.632] getCompletionData: Semantic work: 0.5984800010919571 +Info 1681 [15:12:09.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6858300007879734 +Info 1682 [15:12:09.634] Format host information updated +Info 1683 [15:12:09.767] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1684 [15:12:09.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 7.303262997418642ms +Info 1685 [15:12:09.775] Different program with same set of files +Info 1686 [15:12:09.775] getCompletionData: Get current token: 0.0034639984369277954 +Info 1687 [15:12:09.775] getCompletionData: Is inside comment: 0.00676099956035614 +Info 1688 [15:12:09.775] getCompletionData: Get previous token: 0.011358000338077545 +Info 1689 [15:12:09.775] getCompletionsAtPosition: isCompletionListBlocker: 0.0019319988787174225 +Info 1690 [15:12:09.775] getCompletionData: Semantic work: 0.4769969992339611 +Info 1691 [15:12:09.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9393260031938553 +Info 1692 [15:12:09.778] Format host information updated +Info 1693 [15:12:09.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1694 [15:12:09.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 7.4153220020234585ms +Info 1695 [15:12:09.924] Different program with same set of files +Info 1696 [15:12:09.924] getCompletionData: Get current token: 0.0036569982767105103 +Info 1697 [15:12:09.924] getCompletionData: Is inside comment: 0.0068340003490448 +Info 1698 [15:12:09.924] getCompletionData: Get previous token: 0.011312998831272125 +Info 1699 [15:12:09.924] getCompletionsAtPosition: isCompletionListBlocker: 0.001529000699520111 +Info 1700 [15:12:09.924] getCompletionData: Semantic work: 0.4652029983699322 +Info 1701 [15:12:09.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5730080008506775 +Info 1702 [15:12:09.926] Format host information updated +Info 1703 [15:12:10.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1704 [15:12:10.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 7.461865000426769ms +Info 1705 [15:12:10.074] Different program with same set of files +Info 1706 [15:12:10.074] getCompletionData: Get current token: 0.005274999886751175 +Info 1707 [15:12:10.074] getCompletionData: Is inside comment: 0.008280999958515167 +Info 1708 [15:12:10.074] getCompletionData: Get previous token: 0.0055810026824474335 +Info 1709 [15:12:10.074] getCompletionsAtPosition: isCompletionListBlocker: 0.002744000405073166 +Info 1710 [15:12:10.075] getExportInfoMap: cache hit +Info 1711 [15:12:10.096] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1712 [15:12:10.096] collectAutoImports: response is complete +Info 1713 [15:12:10.096] collectAutoImports: 21.01317300274968 +Info 1714 [15:12:10.096] getCompletionData: Semantic work: 22.36165999993682 +Info 1715 [15:12:10.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.357315000146627 +Info 1716 [15:12:10.124] Format host information updated +Info 1717 [15:12:10.132] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1718 [15:12:10.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 7.996417000889778ms +Info 1719 [15:12:10.140] Different program with same set of files +Info 1720 [15:12:10.140] getCompletionData: Get current token: 0.0038039982318878174 +Info 1721 [15:12:10.140] getCompletionData: Is inside comment: 0.007658999413251877 +Info 1722 [15:12:10.140] getCompletionData: Get previous token: 0.005652997642755508 +Info 1723 [15:12:10.140] getCompletionsAtPosition: isCompletionListBlocker: 0.006266999989748001 +Info 1724 [15:12:10.141] getExportInfoMap: cache hit +Info 1725 [15:12:10.162] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1726 [15:12:10.163] collectAutoImports: response is complete +Info 1727 [15:12:10.163] collectAutoImports: 21.100097000598907 +Info 1728 [15:12:10.163] getCompletionData: Semantic work: 22.61676900088787 +Info 1729 [15:12:10.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.21960199996829 +Info 1730 [15:12:10.184] Format host information updated +Info 1731 [15:12:10.331] getCompletionData: Get current token: 0.007034000009298325 +Info 1732 [15:12:10.331] getCompletionData: Is inside comment: 0.0012730024755001068 +Info 1733 [15:12:10.331] getCompletionData: Get previous token: 0.010262999683618546 +Info 1734 [15:12:10.331] getCompletionsAtPosition: isCompletionListBlocker: 0.0035830028355121613 +Info 1735 [15:12:10.333] getExportInfoMap: cache hit +Info 1736 [15:12:10.376] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1737 [15:12:10.376] collectAutoImports: response is complete +Info 1738 [15:12:10.376] collectAutoImports: 42.58566699922085 +Info 1739 [15:12:10.376] getCompletionData: Semantic work: 44.82217000052333 +Info 1740 [15:12:10.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 20.845078997313976 +Info 1741 [15:12:10.419] Format host information updated +Info 1742 [15:12:10.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1743 [15:12:10.705] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 36.70485100150108ms +Info 1744 [15:12:10.705] Different program with same set of files +Info 1745 [15:12:10.706] getCompletionData: Get current token: 0.015193000435829163 +Info 1746 [15:12:10.706] getCompletionData: Is inside comment: 0.003231000155210495 +Info 1747 [15:12:10.706] getCompletionData: Get previous token: 0.04367399960756302 +Info 1748 [15:12:10.706] getCompletionsAtPosition: isCompletionListBlocker: 0.012881997972726822 +Info 1749 [15:12:10.709] getExportInfoMap: cache hit +Info 1750 [15:12:10.724] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 1751 [15:12:10.724] collectAutoImports: response is complete +Info 1752 [15:12:10.724] collectAutoImports: 14.80723099783063 +Info 1753 [15:12:10.724] getCompletionData: Semantic work: 18.08772500231862 +Info 1754 [15:12:10.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.704583998769522 +Info 1755 [15:12:10.742] Format host information updated +Info 1756 [15:12:15.772] getCompletionData: Get current token: 0.006510000675916672 +Info 1757 [15:12:15.772] getCompletionData: Is inside comment: 0.010593000799417496 +Info 1758 [15:12:15.772] getCompletionData: Get previous token: 0.006292000412940979 +Info 1759 [15:12:15.772] getCompletionsAtPosition: isCompletionListBlocker: 0.007895000278949738 +Info 1760 [15:12:15.774] getExportInfoMap: cache hit +Info 1761 [15:12:15.792] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1762 [15:12:15.793] collectAutoImports: response is complete +Info 1763 [15:12:15.793] collectAutoImports: 18.606812000274658 +Info 1764 [15:12:15.793] getCompletionData: Semantic work: 20.41975999996066 +Info 1765 [15:12:15.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.80936399847269 +Info 1766 [15:12:16.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1767 [15:12:16.559] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 8.772574998438358ms +Info 1768 [15:12:16.559] Different program with same set of files +Info 1769 [15:12:16.560] getCompletionData: Get current token: 0.007631998509168625 +Info 1770 [15:12:16.560] getCompletionData: Is inside comment: 0.012963000684976578 +Info 1771 [15:12:16.560] getCompletionData: Get previous token: 0.010324999690055847 +Info 1772 [15:12:16.560] getCompletionsAtPosition: isCompletionListBlocker: 0.0021379999816417694 +Info 1773 [15:12:16.561] getExportInfoMap: cache hit +Info 1774 [15:12:16.583] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1775 [15:12:16.583] collectAutoImports: response is complete +Info 1776 [15:12:16.583] collectAutoImports: 22.12093400210142 +Info 1777 [15:12:16.583] getCompletionData: Semantic work: 23.422596000134945 +Info 1778 [15:12:16.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.160014998167753 +Info 1779 [15:12:16.607] Format host information updated +Info 1780 [15:12:16.751] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1781 [15:12:16.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 8.212261997163296ms +Info 1782 [15:12:16.760] Different program with same set of files +Info 1783 [15:12:16.760] getCompletionData: Get current token: 0.006200999021530151 +Info 1784 [15:12:16.760] getCompletionData: Is inside comment: 0.011622998863458633 +Info 1785 [15:12:16.760] getCompletionData: Get previous token: 0.014167997986078262 +Info 1786 [15:12:16.760] getCompletionsAtPosition: isCompletionListBlocker: 0.0019810013473033905 +Info 1787 [15:12:16.761] getExportInfoMap: cache hit +Info 1788 [15:12:16.764] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 33 from cache +Info 1789 [15:12:16.764] collectAutoImports: response is complete +Info 1790 [15:12:16.764] collectAutoImports: 2.6897380016744137 +Info 1791 [15:12:16.764] getCompletionData: Semantic work: 3.919274002313614 +Info 1792 [15:12:16.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.382857002317905 +Info 1793 [15:12:16.774] Format host information updated +Info 1794 [15:12:16.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1795 [15:12:16.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 9.806274998933077ms +Info 1796 [15:12:16.921] Different program with same set of files +Info 1797 [15:12:16.922] getCompletionData: Get current token: 0.006685998290777206 +Info 1798 [15:12:16.922] getCompletionData: Is inside comment: 0.011397000402212143 +Info 1799 [15:12:16.922] getCompletionData: Get previous token: 0.014965999871492386 +Info 1800 [15:12:16.922] getCompletionsAtPosition: isCompletionListBlocker: 0.002549000084400177 +Info 1801 [15:12:16.923] getExportInfoMap: cache hit +Info 1802 [15:12:16.925] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 17 from cache +Info 1803 [15:12:16.925] collectAutoImports: response is complete +Info 1804 [15:12:16.925] collectAutoImports: 2.408400997519493 +Info 1805 [15:12:16.925] getCompletionData: Semantic work: 3.7648079991340637 +Info 1806 [15:12:16.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.354439999908209 +Info 1807 [15:12:16.938] Format host information updated +Info 1808 [15:12:17.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1809 [15:12:17.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 7.861956000328064ms +Info 1810 [15:12:17.080] Different program with same set of files +Info 1811 [15:12:17.080] getCompletionData: Get current token: 0.006611000746488571 +Info 1812 [15:12:17.080] getCompletionData: Is inside comment: 0.010944999754428864 +Info 1813 [15:12:17.080] getCompletionData: Get previous token: 0.014479000121355057 +Info 1814 [15:12:17.080] getCompletionsAtPosition: isCompletionListBlocker: 0.0019100010395050049 +Info 1815 [15:12:17.082] getExportInfoMap: cache hit +Info 1816 [15:12:17.102] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1817 [15:12:17.102] collectAutoImports: response is complete +Info 1818 [15:12:17.102] collectAutoImports: 20.478965997695923 +Info 1819 [15:12:17.102] getCompletionData: Semantic work: 21.728385001420975 +Info 1820 [15:12:17.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.096351999789476 +Info 1821 [15:12:17.127] Format host information updated +Info 1822 [15:12:17.273] Format host information updated +Info 1823 [15:12:17.991] getCompletionData: Get current token: 0.004146996885538101 +Info 1824 [15:12:17.991] getCompletionData: Is inside comment: 0.008222002536058426 +Info 1825 [15:12:17.991] getCompletionData: Get previous token: 0.0055160000920295715 +Info 1826 [15:12:17.991] getCompletionsAtPosition: isCompletionListBlocker: 0.007396001368761063 +Info 1827 [15:12:17.993] getExportInfoMap: cache hit +Info 1828 [15:12:18.010] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1829 [15:12:18.010] collectAutoImports: response is complete +Info 1830 [15:12:18.010] collectAutoImports: 17.193502999842167 +Info 1831 [15:12:18.010] getCompletionData: Semantic work: 18.767273999750614 +Info 1832 [15:12:18.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.62762700021267 +Info 1833 [15:12:18.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1834 [15:12:18.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 10.206629000604153ms +Info 1835 [15:12:18.190] Different program with same set of files +Info 1836 [15:12:18.190] getCompletionData: Get current token: 0.0048630014061927795 +Info 1837 [15:12:18.190] getCompletionData: Is inside comment: 0.008876997977495193 +Info 1838 [15:12:18.190] getCompletionData: Get previous token: 0.006735999137163162 +Info 1839 [15:12:18.190] getCompletionsAtPosition: isCompletionListBlocker: 0.011927999556064606 +Info 1840 [15:12:18.192] getExportInfoMap: cache hit +Info 1841 [15:12:18.213] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1842 [15:12:18.213] collectAutoImports: response is complete +Info 1843 [15:12:18.213] collectAutoImports: 21.476192001253366 +Info 1844 [15:12:18.213] getCompletionData: Semantic work: 23.12796500325203 +Info 1845 [15:12:18.224] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.920903000980616 +Info 1846 [15:12:18.232] Format host information updated +Info 1847 [15:12:18.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1848 [15:12:18.410] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 8.473194997757673ms +Info 1849 [15:12:18.410] Different program with same set of files +Info 1850 [15:12:18.410] getCompletionData: Get current token: 0.0033529996871948242 +Info 1851 [15:12:18.410] getCompletionData: Is inside comment: 0.006685998290777206 +Info 1852 [15:12:18.410] getCompletionData: Get previous token: 0.012196000665426254 +Info 1853 [15:12:18.410] getCompletionsAtPosition: isCompletionListBlocker: 0.00751899927854538 +Info 1854 [15:12:18.412] getExportInfoMap: cache hit +Info 1855 [15:12:18.418] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 522 from cache +Info 1856 [15:12:18.418] collectAutoImports: response is complete +Info 1857 [15:12:18.418] collectAutoImports: 6.323672000318766 +Info 1858 [15:12:18.418] getCompletionData: Semantic work: 7.974532999098301 +Info 1859 [15:12:18.424] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.2534609995782375 +Info 1860 [15:12:18.428] Format host information updated +Info 1861 [15:12:18.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1862 [15:12:18.579] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 10.666588999330997ms +Info 1863 [15:12:18.579] Different program with same set of files +Info 1864 [15:12:18.579] getCompletionData: Get current token: 0.003709997981786728 +Info 1865 [15:12:18.579] getCompletionData: Is inside comment: 0.006992001086473465 +Info 1866 [15:12:18.579] getCompletionData: Get previous token: 0.01218399778008461 +Info 1867 [15:12:18.579] getCompletionsAtPosition: isCompletionListBlocker: 0.006859000772237778 +Info 1868 [15:12:18.581] getExportInfoMap: cache hit +Info 1869 [15:12:18.583] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 83 from cache +Info 1870 [15:12:18.583] collectAutoImports: response is complete +Info 1871 [15:12:18.583] collectAutoImports: 2.8942180015146732 +Info 1872 [15:12:18.583] getCompletionData: Semantic work: 4.461993001401424 +Info 1873 [15:12:18.590] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.172446001321077 +Info 1874 [15:12:18.591] Format host information updated +Info 1875 [15:12:18.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1876 [15:12:18.740] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 8.079950999468565ms +Info 1877 [15:12:18.740] Different program with same set of files +Info 1878 [15:12:18.740] getCompletionData: Get current token: 0.0035060010850429535 +Info 1879 [15:12:18.740] getCompletionData: Is inside comment: 0.006972000002861023 +Info 1880 [15:12:18.740] getCompletionData: Get previous token: 0.012336000800132751 +Info 1881 [15:12:18.741] getCompletionsAtPosition: isCompletionListBlocker: 0.007383998483419418 +Info 1882 [15:12:18.742] getExportInfoMap: cache hit +Info 1883 [15:12:18.748] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 522 from cache +Info 1884 [15:12:18.748] collectAutoImports: response is complete +Info 1885 [15:12:18.748] collectAutoImports: 5.9006339982151985 +Info 1886 [15:12:18.748] getCompletionData: Semantic work: 7.560614001005888 +Info 1887 [15:12:18.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.390020001679659 +Info 1888 [15:12:18.759] Format host information updated +Info 1889 [15:12:18.893] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1890 [15:12:18.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 10.410591002553701ms +Info 1891 [15:12:18.903] Different program with same set of files +Info 1892 [15:12:18.903] getCompletionData: Get current token: 0.0041519999504089355 +Info 1893 [15:12:18.903] getCompletionData: Is inside comment: 0.007899999618530273 +Info 1894 [15:12:18.903] getCompletionData: Get previous token: 0.005360998213291168 +Info 1895 [15:12:18.903] getCompletionsAtPosition: isCompletionListBlocker: 0.0069090016186237335 +Info 1896 [15:12:18.905] getExportInfoMap: cache hit +Info 1897 [15:12:18.925] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1898 [15:12:18.925] collectAutoImports: response is complete +Info 1899 [15:12:18.925] collectAutoImports: 20.30246500298381 +Info 1900 [15:12:18.925] getCompletionData: Semantic work: 21.89731900021434 +Info 1901 [15:12:18.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.340552002191544 +Info 1902 [15:12:18.945] Format host information updated +Info 1903 [15:12:19.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1904 [15:12:19.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 7.747563000768423ms +Info 1905 [15:12:19.097] Different program with same set of files +Info 1906 [15:12:19.097] getCompletionData: Get current token: 0.004294998943805695 +Info 1907 [15:12:19.097] getCompletionData: Is inside comment: 0.007764000445604324 +Info 1908 [15:12:19.097] getCompletionData: Get previous token: 0.005941998213529587 +Info 1909 [15:12:19.097] getCompletionsAtPosition: isCompletionListBlocker: 0.006271000951528549 +Info 1910 [15:12:19.098] getExportInfoMap: cache hit +Info 1911 [15:12:19.118] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1912 [15:12:19.118] collectAutoImports: response is complete +Info 1913 [15:12:19.118] collectAutoImports: 19.971770998090506 +Info 1914 [15:12:19.118] getCompletionData: Semantic work: 21.3212349973619 +Info 1915 [15:12:19.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.446368001401424 +Info 1916 [15:12:19.138] Format host information updated +Info 1917 [15:12:19.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1918 [15:12:19.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 7.620039999485016ms +Info 1919 [15:12:19.152] Different program with same set of files +Info 1920 [15:12:19.152] getCompletionData: Get current token: 0.022470001131296158 +Info 1921 [15:12:19.152] getCompletionData: Is inside comment: 0.007952999323606491 +Info 1922 [15:12:19.152] getCompletionData: Get previous token: 0.005769997835159302 +Info 1923 [15:12:19.152] getCompletionsAtPosition: isCompletionListBlocker: 0.0017720013856887817 +Info 1924 [15:12:19.153] getCompletionData: Semantic work: 1.5911739990115166 +Info 1925 [15:12:19.154] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3165690004825592 +Info 1926 [15:12:19.154] Format host information updated +Info 1927 [15:12:19.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1928 [15:12:19.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 7.302794001996517ms +Info 1929 [15:12:19.297] Different program with same set of files +Info 1930 [15:12:19.297] getCompletionData: Get current token: 0.0029079988598823547 +Info 1931 [15:12:19.297] getCompletionData: Is inside comment: 0.006789002567529678 +Info 1932 [15:12:19.297] getCompletionData: Get previous token: 0.012893002480268478 +Info 1933 [15:12:19.297] getCompletionsAtPosition: isCompletionListBlocker: 0.0016419999301433563 +Info 1934 [15:12:19.298] getCompletionData: Semantic work: 0.8368830010294914 +Info 1935 [15:12:19.306] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.609857000410557 +Info 1936 [15:12:19.307] Format host information updated +Info 1937 [15:12:19.486] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1938 [15:12:19.494] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 7.649147000163794ms +Info 1939 [15:12:19.494] Different program with same set of files +Info 1940 [15:12:19.494] getCompletionData: Get current token: 0.0028350017964839935 +Info 1941 [15:12:19.494] getCompletionData: Is inside comment: 0.007255997508764267 +Info 1942 [15:12:19.494] getCompletionData: Get previous token: 0.012765999883413315 +Info 1943 [15:12:19.494] getCompletionsAtPosition: isCompletionListBlocker: 0.0017419978976249695 +Info 1944 [15:12:19.495] getCompletionData: Semantic work: 0.8475309982895851 +Info 1945 [15:12:19.502] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.7734920009970665 +Info 1946 [15:12:19.502] Format host information updated +Info 1947 [15:12:19.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1948 [15:12:19.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 10.165433999150991ms +Info 1949 [15:12:19.715] Different program with same set of files +Info 1950 [15:12:19.715] getCompletionData: Get current token: 0.003179997205734253 +Info 1951 [15:12:19.715] getCompletionData: Is inside comment: 0.0075349994003772736 +Info 1952 [15:12:19.715] getCompletionData: Get previous token: 0.012973003089427948 +Info 1953 [15:12:19.715] getCompletionsAtPosition: isCompletionListBlocker: 0.0021310001611709595 +Info 1954 [15:12:19.716] getCompletionData: Semantic work: 1.2891610004007816 +Info 1955 [15:12:19.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.487582001835108 +Info 1956 [15:12:19.724] Format host information updated +Info 1957 [15:12:20.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1958 [15:12:20.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 11.752167999744415ms +Info 1959 [15:12:20.122] Different program with same set of files +Info 1960 [15:12:20.122] getCompletionData: Get current token: 0.004458997398614883 +Info 1961 [15:12:20.122] getCompletionData: Is inside comment: 0.010465998202562332 +Info 1962 [15:12:20.122] getCompletionData: Get previous token: 0.007004998624324799 +Info 1963 [15:12:20.122] getCompletionsAtPosition: isCompletionListBlocker: 0.008740000426769257 +Info 1964 [15:12:20.124] getExportInfoMap: cache hit +Info 1965 [15:12:20.148] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1966 [15:12:20.148] collectAutoImports: response is complete +Info 1967 [15:12:20.148] collectAutoImports: 24.362567998468876 +Info 1968 [15:12:20.148] getCompletionData: Semantic work: 26.163789000362158 +Info 1969 [15:12:20.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.504859000444412 +Info 1970 [15:12:20.174] Format host information updated +Info 1971 [15:12:20.313] getCompletionData: Get current token: 0.005111999809741974 +Info 1972 [15:12:20.313] getCompletionData: Is inside comment: 0.0016129985451698303 +Info 1973 [15:12:20.313] getCompletionData: Get previous token: 0.014638997614383698 +Info 1974 [15:12:20.313] getCompletionsAtPosition: isCompletionListBlocker: 0.002229001373052597 +Info 1975 [15:12:20.315] getExportInfoMap: cache hit +Info 1976 [15:12:20.335] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1977 [15:12:20.335] collectAutoImports: response is complete +Info 1978 [15:12:20.335] collectAutoImports: 20.026885002851486 +Info 1979 [15:12:20.335] getCompletionData: Semantic work: 21.519747000187635 +Info 1980 [15:12:20.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 82.46325600147247 +Info 1981 [15:12:20.425] Format host information updated +Info 1982 [15:12:20.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1983 [15:12:20.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 9.929950002580881ms +Info 1984 [15:12:20.639] Different program with same set of files +Info 1985 [15:12:20.639] getCompletionData: Get current token: 0.005520999431610107 +Info 1986 [15:12:20.639] getCompletionData: Is inside comment: 0.0013010017573833466 +Info 1987 [15:12:20.639] getCompletionData: Get previous token: 0.017923999577760696 +Info 1988 [15:12:20.639] getCompletionsAtPosition: isCompletionListBlocker: 0.0031139999628067017 +Info 1989 [15:12:20.641] getExportInfoMap: cache hit +Info 1990 [15:12:20.662] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1991 [15:12:20.662] collectAutoImports: response is complete +Info 1992 [15:12:20.662] collectAutoImports: 21.573478002101183 +Info 1993 [15:12:20.662] getCompletionData: Semantic work: 23.042679000645876 +Info 1994 [15:12:20.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.242134999483824 +Info 1995 [15:12:20.695] Format host information updated +Info 1996 [15:12:20.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1997 [15:12:20.863] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 7.771118998527527ms +Info 1998 [15:12:20.863] Different program with same set of files +Info 1999 [15:12:20.863] getCompletionData: Get current token: 0.005682002753019333 +Info 2000 [15:12:20.863] getCompletionData: Is inside comment: 0.0011810027062892914 +Info 2001 [15:12:20.863] getCompletionData: Get previous token: 0.020306997001171112 +Info 2002 [15:12:20.863] getCompletionsAtPosition: isCompletionListBlocker: 0.006129000335931778 +Info 2003 [15:12:20.865] getExportInfoMap: cache hit +Info 2004 [15:12:20.889] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2005 [15:12:20.889] collectAutoImports: response is complete +Info 2006 [15:12:20.889] collectAutoImports: 24.35742900148034 +Info 2007 [15:12:20.889] getCompletionData: Semantic work: 25.830543000251055 +Info 2008 [15:12:20.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.65361899882555 +Info 2009 [15:12:20.924] Format host information updated +Info 2010 [15:12:21.063] getCompletionData: Get current token: 0.010458000004291534 +Info 2011 [15:12:21.063] getCompletionData: Is inside comment: 0.0015960000455379486 +Info 2012 [15:12:21.063] getCompletionData: Get previous token: 0.018644001334905624 +Info 2013 [15:12:21.063] getCompletionsAtPosition: isCompletionListBlocker: 0.0029670000076293945 +Info 2014 [15:12:21.065] getExportInfoMap: cache hit +Info 2015 [15:12:21.082] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2016 [15:12:21.082] collectAutoImports: response is complete +Info 2017 [15:12:21.082] collectAutoImports: 17.14443700015545 +Info 2018 [15:12:21.082] getCompletionData: Semantic work: 19.193592999130487 +Info 2019 [15:12:21.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.625279001891613 +Info 2020 [15:12:21.100] Format host information updated +Info 2021 [15:12:21.140] Format host information updated +Info 2022 [15:12:21.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2023 [15:12:21.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 9.299176000058651ms +Info 2024 [15:12:21.149] Different program with same set of files +Info 2025 [15:12:21.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2026 [15:12:21.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 10.360766999423504ms +Info 2027 [15:12:21.599] Different program with same set of files +Info 2028 [15:12:21.599] getCompletionData: Get current token: 0.008220002055168152 +Info 2029 [15:12:21.599] getCompletionData: Is inside comment: 0.0013279989361763 +Info 2030 [15:12:21.599] getCompletionData: Get previous token: 0.022401999682188034 +Info 2031 [15:12:21.599] getCompletionsAtPosition: isCompletionListBlocker: 0.002730999141931534 +Info 2032 [15:12:21.601] getExportInfoMap: cache hit +Info 2033 [15:12:21.625] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2034 [15:12:21.625] collectAutoImports: response is complete +Info 2035 [15:12:21.625] collectAutoImports: 23.852182999253273 +Info 2036 [15:12:21.625] getCompletionData: Semantic work: 25.737667001783848 +Info 2037 [15:12:21.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.585991002619267 +Info 2038 [15:12:21.653] Format host information updated +Info 2039 [15:12:21.819] getCompletionData: Get current token: 0.009192999452352524 +Info 2040 [15:12:21.819] getCompletionData: Is inside comment: 0.001722000539302826 +Info 2041 [15:12:21.819] getCompletionData: Get previous token: 0.017131000757217407 +Info 2042 [15:12:21.819] getCompletionsAtPosition: isCompletionListBlocker: 0.008000999689102173 +Info 2043 [15:12:21.821] getExportInfoMap: cache hit +Info 2044 [15:12:21.837] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2045 [15:12:21.838] collectAutoImports: response is complete +Info 2046 [15:12:21.838] collectAutoImports: 16.93410500138998 +Info 2047 [15:12:21.838] getCompletionData: Semantic work: 18.39903299883008 +Info 2048 [15:12:21.848] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.421806998550892 +Info 2049 [15:12:22.062] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2050 [15:12:22.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 12.838384002447128ms +Info 2051 [15:12:22.075] Different program with same set of files +Info 2052 [15:12:22.075] getCompletionData: Get current token: 0.008595000952482224 +Info 2053 [15:12:22.075] getCompletionData: Is inside comment: 0.0019170008599758148 +Info 2054 [15:12:22.076] getCompletionData: Get previous token: 0.04642900079488754 +Info 2055 [15:12:22.076] getCompletionsAtPosition: isCompletionListBlocker: 0.0090549997985363 +Info 2056 [15:12:22.078] getExportInfoMap: cache hit +Info 2057 [15:12:22.104] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2058 [15:12:22.104] collectAutoImports: response is complete +Info 2059 [15:12:22.104] collectAutoImports: 26.494853001087904 +Info 2060 [15:12:22.104] getCompletionData: Semantic work: 28.664105001837015 +Info 2061 [15:12:22.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.684177000075579 +Info 2062 [15:12:22.125] Format host information updated +Info 2063 [15:12:22.402] Format host information updated +Info 2064 [15:12:22.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2065 [15:12:22.414] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 11.253552999347448ms +Info 2066 [15:12:22.414] Different program with same set of files +Info 2067 [15:12:22.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2068 [15:12:22.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 10.12390200048685ms +Info 2069 [15:12:22.837] Different program with same set of files +Info 2070 [15:12:22.837] getCompletionData: Get current token: 0.025519002228975296 +Info 2071 [15:12:22.837] getCompletionData: Is inside comment: 0.0014389976859092712 +Info 2072 [15:12:22.837] getCompletionData: Get previous token: 0.01963699981570244 +Info 2073 [15:12:22.837] getCompletionsAtPosition: isCompletionListBlocker: 0.007210001349449158 +Info 2074 [15:12:22.838] getExportInfoMap: cache hit +Info 2075 [15:12:22.857] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2076 [15:12:22.857] collectAutoImports: response is complete +Info 2077 [15:12:22.857] collectAutoImports: 19.143796999007463 +Info 2078 [15:12:22.857] getCompletionData: Semantic work: 20.691941998898983 +Info 2079 [15:12:22.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.51290399953723 +Info 2080 [15:12:22.875] Format host information updated +Info 2081 [15:12:23.029] Format host information updated +Info 2082 [15:12:27.147] Format host information updated +Info 2083 [15:12:27.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2084 [15:12:27.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 10.090345997363329ms +Info 2085 [15:12:27.158] Different program with same set of files +Info 2086 [15:12:29.180] Format host information updated +Info 2087 [15:12:29.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2088 [15:12:29.191] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 10.457566000521183ms +Info 2089 [15:12:29.191] Different program with same set of files +Info 2090 [15:12:29.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2091 [15:12:29.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 10.717511001974344ms +Info 2092 [15:12:29.875] Different program with same set of files +Info 2093 [15:12:29.875] getCompletionData: Get current token: 0.00314200296998024 +Info 2094 [15:12:29.875] getCompletionData: Is inside comment: 0.008723001927137375 +Info 2095 [15:12:29.875] getCompletionData: Get previous token: 0.010189000517129898 +Info 2096 [15:12:29.875] getCompletionsAtPosition: isCompletionListBlocker: 0.001957997679710388 +Info 2097 [15:12:29.876] getExportInfoMap: cache hit +Info 2098 [15:12:29.882] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 805 from cache +Info 2099 [15:12:29.883] collectAutoImports: response is complete +Info 2100 [15:12:29.883] collectAutoImports: 6.030251000076532 +Info 2101 [15:12:29.883] getCompletionData: Semantic work: 7.341791998594999 +Info 2102 [15:12:29.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.450201999396086 +Info 2103 [15:12:29.898] Format host information updated +Info 2104 [15:12:30.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2105 [15:12:30.049] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 8.40243100002408ms +Info 2106 [15:12:30.049] Different program with same set of files +Info 2107 [15:12:30.049] getCompletionData: Get current token: 0.003394998610019684 +Info 2108 [15:12:30.049] getCompletionData: Is inside comment: 0.00936799868941307 +Info 2109 [15:12:30.049] getCompletionData: Get previous token: 0.011190999299287796 +Info 2110 [15:12:30.049] getCompletionsAtPosition: isCompletionListBlocker: 0.001699000597000122 +Info 2111 [15:12:30.054] getExportInfoMap: cache hit +Info 2112 [15:12:30.058] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 191 from cache +Info 2113 [15:12:30.058] collectAutoImports: response is complete +Info 2114 [15:12:30.058] collectAutoImports: 3.546321999281645 +Info 2115 [15:12:30.058] getCompletionData: Semantic work: 8.687647998332977 +Info 2116 [15:12:30.066] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.264931000769138 +Info 2117 [15:12:30.069] Format host information updated +Info 2118 [15:12:30.213] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2119 [15:12:30.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 9.875029999762774ms +Info 2120 [15:12:30.223] Different program with same set of files +Info 2121 [15:12:30.224] getCompletionData: Get current token: 0.003366999328136444 +Info 2122 [15:12:30.224] getCompletionData: Is inside comment: 0.009125996381044388 +Info 2123 [15:12:30.224] getCompletionData: Get previous token: 0.01138399913907051 +Info 2124 [15:12:30.224] getCompletionsAtPosition: isCompletionListBlocker: 0.0016580000519752502 +Info 2125 [15:12:30.226] getExportInfoMap: cache hit +Info 2126 [15:12:30.228] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 75 from cache +Info 2127 [15:12:30.228] collectAutoImports: response is complete +Info 2128 [15:12:30.228] collectAutoImports: 2.5078999996185303 +Info 2129 [15:12:30.228] getCompletionData: Semantic work: 4.487639002501965 +Info 2130 [15:12:30.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.697050999850035 +Info 2131 [15:12:30.242] Format host information updated +Info 2132 [15:12:30.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2133 [15:12:30.393] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 10.511822000145912ms +Info 2134 [15:12:30.393] Different program with same set of files +Info 2135 [15:12:30.393] getCompletionData: Get current token: 0.0034639984369277954 +Info 2136 [15:12:30.393] getCompletionData: Is inside comment: 0.008736997842788696 +Info 2137 [15:12:30.393] getCompletionData: Get previous token: 0.010773997753858566 +Info 2138 [15:12:30.393] getCompletionsAtPosition: isCompletionListBlocker: 0.001561000943183899 +Info 2139 [15:12:30.394] getExportInfoMap: cache hit +Info 2140 [15:12:30.397] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 2141 [15:12:30.397] collectAutoImports: response is complete +Info 2142 [15:12:30.397] collectAutoImports: 2.610318999737501 +Info 2143 [15:12:30.397] getCompletionData: Semantic work: 3.9377009980380535 +Info 2144 [15:12:30.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.324430998414755 +Info 2145 [15:12:30.407] Format host information updated +Info 2146 [15:12:30.409] Format host information updated +Info 2147 [15:12:30.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2148 [15:12:30.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 8.352687001228333ms +Info 2149 [15:12:30.418] Different program with same set of files +Info 2150 [15:12:30.418] getCompletionData: Get current token: 0.003500998020172119 +Info 2151 [15:12:30.418] getCompletionData: Is inside comment: 0.00915900245308876 +Info 2152 [15:12:30.418] getCompletionData: Get previous token: 0.010880999267101288 +Info 2153 [15:12:30.418] getCompletionsAtPosition: isCompletionListBlocker: 0.0017409995198249817 +Info 2154 [15:12:30.420] getExportInfoMap: cache hit +Info 2155 [15:12:30.425] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 2156 [15:12:30.425] collectAutoImports: response is complete +Info 2157 [15:12:30.425] collectAutoImports: 5.315817002207041 +Info 2158 [15:12:30.425] getCompletionData: Semantic work: 6.681097999215126 +Info 2159 [15:12:30.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.664136998355389 +Info 2160 [15:12:30.435] Format host information updated +Info 2161 [15:12:30.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2162 [15:12:30.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 8.388612996786833ms +Info 2163 [15:12:30.586] Different program with same set of files +Info 2164 [15:12:30.586] getCompletionData: Get current token: 0.0037829987704753876 +Info 2165 [15:12:30.586] getCompletionData: Is inside comment: 0.04842099919915199 +Info 2166 [15:12:30.586] getCompletionData: Get previous token: 0.011544998735189438 +Info 2167 [15:12:30.586] getCompletionsAtPosition: isCompletionListBlocker: 0.001901000738143921 +Info 2168 [15:12:30.588] getExportInfoMap: cache hit +Info 2169 [15:12:30.591] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 2170 [15:12:30.591] collectAutoImports: response is complete +Info 2171 [15:12:30.591] collectAutoImports: 2.5418789982795715 +Info 2172 [15:12:30.591] getCompletionData: Semantic work: 4.117404997348785 +Info 2173 [15:12:30.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.9471670016646385 +Info 2174 [15:12:30.601] Format host information updated +Info 2175 [15:12:30.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2176 [15:12:30.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 8.18672899901867ms +Info 2177 [15:12:30.753] Different program with same set of files +Info 2178 [15:12:30.753] getCompletionData: Get current token: 0.0032020024955272675 +Info 2179 [15:12:30.753] getCompletionData: Is inside comment: 0.008687000721693039 +Info 2180 [15:12:30.753] getCompletionData: Get previous token: 0.010613001883029938 +Info 2181 [15:12:30.753] getCompletionsAtPosition: isCompletionListBlocker: 0.001488998532295227 +Info 2182 [15:12:30.754] getExportInfoMap: cache hit +Info 2183 [15:12:30.757] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 2184 [15:12:30.757] collectAutoImports: response is complete +Info 2185 [15:12:30.757] collectAutoImports: 2.457414999604225 +Info 2186 [15:12:30.757] getCompletionData: Semantic work: 3.6691160015761852 +Info 2187 [15:12:30.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.720052998512983 +Info 2188 [15:12:30.770] Format host information updated +Info 2189 [15:12:30.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2190 [15:12:30.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 8.662568997591734ms +Info 2191 [15:12:30.926] Different program with same set of files +Info 2192 [15:12:30.927] getCompletionData: Get current token: 0.0034970007836818695 +Info 2193 [15:12:30.927] getCompletionData: Is inside comment: 0.008858997374773026 +Info 2194 [15:12:30.927] getCompletionData: Get previous token: 0.010842997580766678 +Info 2195 [15:12:30.927] getCompletionsAtPosition: isCompletionListBlocker: 0.0018160007894039154 +Info 2196 [15:12:30.928] getExportInfoMap: cache hit +Info 2197 [15:12:30.930] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2198 [15:12:30.930] collectAutoImports: response is complete +Info 2199 [15:12:30.930] collectAutoImports: 2.244557999074459 +Info 2200 [15:12:30.930] getCompletionData: Semantic work: 3.509775999933481 +Info 2201 [15:12:30.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.064374998211861 +Info 2202 [15:12:30.940] Format host information updated +Info 2203 [15:12:31.075] Format host information updated +Info 2204 [15:12:31.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2205 [15:12:31.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 7.566346999257803ms +Info 2206 [15:12:31.083] Different program with same set of files +Info 2207 [15:12:31.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2208 [15:12:31.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 8.083066001534462ms +Info 2209 [15:12:31.310] Different program with same set of files +Info 2210 [15:12:31.310] getCompletionData: Get current token: 0.003471001982688904 +Info 2211 [15:12:31.310] getCompletionData: Is inside comment: 0.009333997964859009 +Info 2212 [15:12:31.310] getCompletionData: Get previous token: 0.01138399913907051 +Info 2213 [15:12:31.310] getCompletionsAtPosition: isCompletionListBlocker: 0.001565001904964447 +Info 2214 [15:12:31.311] getExportInfoMap: cache hit +Info 2215 [15:12:31.314] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2216 [15:12:31.314] collectAutoImports: response is complete +Info 2217 [15:12:31.314] collectAutoImports: 2.2757959999144077 +Info 2218 [15:12:31.314] getCompletionData: Semantic work: 3.633899997919798 +Info 2219 [15:12:31.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.971858996897936 +Info 2220 [15:12:31.326] Format host information updated +Info 2221 [15:12:31.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2222 [15:12:31.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 8.113602001219988ms +Info 2223 [15:12:31.483] Different program with same set of files +Info 2224 [15:12:31.483] getCompletionData: Get current token: 0.003414001315832138 +Info 2225 [15:12:31.483] getCompletionData: Is inside comment: 0.009158000349998474 +Info 2226 [15:12:31.483] getCompletionData: Get previous token: 0.011296998709440231 +Info 2227 [15:12:31.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0015260018408298492 +Info 2228 [15:12:31.484] getExportInfoMap: cache hit +Info 2229 [15:12:31.487] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 2230 [15:12:31.487] collectAutoImports: response is complete +Info 2231 [15:12:31.487] collectAutoImports: 2.5951729975640774 +Info 2232 [15:12:31.487] getCompletionData: Semantic work: 3.9227619990706444 +Info 2233 [15:12:31.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.459822997450829 +Info 2234 [15:12:31.498] Format host information updated +Info 2235 [15:12:31.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2236 [15:12:31.725] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 14.886906001716852ms +Info 2237 [15:12:31.725] Different program with same set of files +Info 2238 [15:12:31.726] getCompletionData: Get current token: 0.018922999501228333 +Info 2239 [15:12:31.726] getCompletionData: Is inside comment: 0.009840000420808792 +Info 2240 [15:12:31.726] getCompletionData: Get previous token: 0.011378999799489975 +Info 2241 [15:12:31.726] getCompletionsAtPosition: isCompletionListBlocker: 0.0013810023665428162 +Info 2242 [15:12:31.727] getExportInfoMap: cache hit +Info 2243 [15:12:31.730] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 2244 [15:12:31.730] collectAutoImports: response is complete +Info 2245 [15:12:31.730] collectAutoImports: 2.651722002774477 +Info 2246 [15:12:31.730] getCompletionData: Semantic work: 4.148368999361992 +Info 2247 [15:12:31.742] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.583374999463558 +Info 2248 [15:12:31.753] Format host information updated +Info 2249 [15:12:32.098] Format host information updated +Info 2250 [15:12:32.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2251 [15:12:32.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 8.380509000271559ms +Info 2252 [15:12:32.107] Different program with same set of files +Info 2253 [15:12:32.107] getCompletionData: Get current token: 0.01682700216770172 +Info 2254 [15:12:32.107] getCompletionData: Is inside comment: 0.019919000566005707 +Info 2255 [15:12:32.107] getCompletionData: Get previous token: 0.015970002859830856 +Info 2256 [15:12:32.107] getCompletionsAtPosition: isCompletionListBlocker: 0.002222001552581787 +Info 2257 [15:12:32.109] getCompletionData: Semantic work: 1.4086220003664494 +Info 2258 [15:12:32.113] Format host information updated +Info 2259 [15:12:32.113] getCompletionData: Get current token: 0.004276998341083527 +Info 2260 [15:12:32.113] getCompletionData: Is inside comment: 0.011590998619794846 +Info 2261 [15:12:32.114] getCompletionData: Get previous token: 0.008028000593185425 +Info 2262 [15:12:32.114] getCompletionsAtPosition: isCompletionListBlocker: 0.00964299961924553 +Info 2263 [15:12:32.115] getExportInfoMap: cache hit +Info 2264 [15:12:32.141] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2265 [15:12:32.141] collectAutoImports: response is complete +Info 2266 [15:12:32.141] collectAutoImports: 25.478053998202085 +Info 2267 [15:12:32.141] getCompletionData: Semantic work: 27.144381999969482 +Info 2268 [15:12:32.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.362807001918554 +Info 2269 [15:12:32.164] getCompletionData: Get current token: 0.01275399699807167 +Info 2270 [15:12:32.164] getCompletionData: Is inside comment: 0.014123000204563141 +Info 2271 [15:12:32.164] getCompletionData: Get previous token: 0.010315001010894775 +Info 2272 [15:12:32.164] getCompletionsAtPosition: isCompletionListBlocker: 0.0019780024886131287 +Info 2273 [15:12:32.166] getCompletionData: Semantic work: 1.4306589998304844 +Info 2274 [15:12:32.171] Format host information updated +Info 2275 [15:12:32.304] getCompletionData: Get current token: 0.01848599687218666 +Info 2276 [15:12:32.304] getCompletionData: Is inside comment: 0.01097400113940239 +Info 2277 [15:12:32.304] getCompletionData: Get previous token: 0.0293239988386631 +Info 2278 [15:12:32.304] getCompletionsAtPosition: isCompletionListBlocker: 0.0024410001933574677 +Info 2279 [15:12:32.306] getExportInfoMap: cache hit +Info 2280 [15:12:32.323] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2281 [15:12:32.323] collectAutoImports: response is complete +Info 2282 [15:12:32.323] collectAutoImports: 17.57566599920392 +Info 2283 [15:12:32.323] getCompletionData: Semantic work: 19.272778999060392 +Info 2284 [15:12:32.336] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.93453599885106 +Info 2285 [15:12:32.345] Format host information updated +Info 2286 [15:12:32.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2287 [15:12:32.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 9.294565003365278ms +Info 2288 [15:12:32.680] Different program with same set of files +Info 2289 [15:12:32.681] getCompletionData: Get current token: 0.0050490014255046844 +Info 2290 [15:12:32.681] getCompletionData: Is inside comment: 0.013271000236272812 +Info 2291 [15:12:32.681] getCompletionData: Get previous token: 0.01611100137233734 +Info 2292 [15:12:32.681] getCompletionsAtPosition: isCompletionListBlocker: 0.00238100066781044 +Info 2293 [15:12:32.682] getExportInfoMap: cache hit +Info 2294 [15:12:32.687] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 2295 [15:12:32.687] collectAutoImports: response is complete +Info 2296 [15:12:32.687] collectAutoImports: 4.718403998762369 +Info 2297 [15:12:32.687] getCompletionData: Semantic work: 6.52012699842453 +Info 2298 [15:12:32.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.932041998952627 +Info 2299 [15:12:32.703] Format host information updated +Info 2300 [15:12:32.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2301 [15:12:32.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 7.934742998331785ms +Info 2302 [15:12:32.851] Different program with same set of files +Info 2303 [15:12:32.851] getCompletionData: Get current token: 0.003881998360157013 +Info 2304 [15:12:32.851] getCompletionData: Is inside comment: 0.010013997554779053 +Info 2305 [15:12:32.852] getCompletionData: Get previous token: 0.011725001037120819 +Info 2306 [15:12:32.852] getCompletionsAtPosition: isCompletionListBlocker: 0.0020000003278255463 +Info 2307 [15:12:32.853] getExportInfoMap: cache hit +Info 2308 [15:12:32.856] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 2309 [15:12:32.856] collectAutoImports: response is complete +Info 2310 [15:12:32.856] collectAutoImports: 3.0842879973351955 +Info 2311 [15:12:32.856] getCompletionData: Semantic work: 4.555264998227358 +Info 2312 [15:12:32.864] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.080001000314951 +Info 2313 [15:12:32.867] Format host information updated +Info 2314 [15:12:33.008] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2315 [15:12:33.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 8.339729998260736ms +Info 2316 [15:12:33.016] Different program with same set of files +Info 2317 [15:12:33.017] getCompletionData: Get current token: 0.004030000418424606 +Info 2318 [15:12:33.017] getCompletionData: Is inside comment: 0.010614000260829926 +Info 2319 [15:12:33.017] getCompletionData: Get previous token: 0.011861000210046768 +Info 2320 [15:12:33.017] getCompletionsAtPosition: isCompletionListBlocker: 0.0022469982504844666 +Info 2321 [15:12:33.018] getExportInfoMap: cache hit +Info 2322 [15:12:33.020] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 2323 [15:12:33.020] collectAutoImports: response is complete +Info 2324 [15:12:33.020] collectAutoImports: 2.2824020013213158 +Info 2325 [15:12:33.020] getCompletionData: Semantic work: 3.7852940000593662 +Info 2326 [15:12:33.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.770153000950813 +Info 2327 [15:12:33.033] Format host information updated +Info 2328 [15:12:33.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2329 [15:12:33.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 7.460648998618126ms +Info 2330 [15:12:33.180] Different program with same set of files +Info 2331 [15:12:33.180] getCompletionData: Get current token: 0.004069998860359192 +Info 2332 [15:12:33.180] getCompletionData: Is inside comment: 0.010237999260425568 +Info 2333 [15:12:33.180] getCompletionData: Get previous token: 0.012203998863697052 +Info 2334 [15:12:33.180] getCompletionsAtPosition: isCompletionListBlocker: 0.0019220001995563507 +Info 2335 [15:12:33.181] getExportInfoMap: cache hit +Info 2336 [15:12:33.184] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 2337 [15:12:33.184] collectAutoImports: response is complete +Info 2338 [15:12:33.184] collectAutoImports: 2.2320000007748604 +Info 2339 [15:12:33.184] getCompletionData: Semantic work: 3.502623997628689 +Info 2340 [15:12:33.191] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.180824000388384 +Info 2341 [15:12:33.193] Format host information updated +Info 2342 [15:12:33.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2343 [15:12:33.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 7.929616000503302ms +Info 2344 [15:12:33.338] Different program with same set of files +Info 2345 [15:12:33.339] getCompletionData: Get current token: 0.004009999334812164 +Info 2346 [15:12:33.339] getCompletionData: Is inside comment: 0.009713999927043915 +Info 2347 [15:12:33.339] getCompletionData: Get previous token: 0.01231200248003006 +Info 2348 [15:12:33.339] getCompletionsAtPosition: isCompletionListBlocker: 0.002025000751018524 +Info 2349 [15:12:33.340] getExportInfoMap: cache hit +Info 2350 [15:12:33.342] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2351 [15:12:33.342] collectAutoImports: response is complete +Info 2352 [15:12:33.342] collectAutoImports: 2.12967099994421 +Info 2353 [15:12:33.342] getCompletionData: Semantic work: 3.4743400029838085 +Info 2354 [15:12:33.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.484154999256134 +Info 2355 [15:12:33.355] Format host information updated +Info 2356 [15:12:33.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2357 [15:12:33.366] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 8.964028999209404ms +Info 2358 [15:12:33.366] Different program with same set of files +Info 2359 [15:12:33.366] getCompletionData: Get current token: 0.004293002188205719 +Info 2360 [15:12:33.366] getCompletionData: Is inside comment: 0.009637996554374695 +Info 2361 [15:12:33.366] getCompletionData: Get previous token: 0.012134000658988953 +Info 2362 [15:12:33.366] getCompletionsAtPosition: isCompletionListBlocker: 0.002213999629020691 +Info 2363 [15:12:33.367] getExportInfoMap: cache hit +Info 2364 [15:12:33.370] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2365 [15:12:33.370] collectAutoImports: response is complete +Info 2366 [15:12:33.370] collectAutoImports: 2.4102180004119873 +Info 2367 [15:12:33.370] getCompletionData: Semantic work: 3.7714189998805523 +Info 2368 [15:12:33.379] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.901374001055956 +Info 2369 [15:12:33.383] Format host information updated +Info 2370 [15:12:33.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2371 [15:12:33.531] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 11.955227002501488ms +Info 2372 [15:12:33.531] Different program with same set of files +Info 2373 [15:12:33.531] getCompletionData: Get current token: 0.004417996853590012 +Info 2374 [15:12:33.531] getCompletionData: Is inside comment: 0.010194998234510422 +Info 2375 [15:12:33.531] getCompletionData: Get previous token: 0.011998999863862991 +Info 2376 [15:12:33.531] getCompletionsAtPosition: isCompletionListBlocker: 0.002288997173309326 +Info 2377 [15:12:33.533] getExportInfoMap: cache hit +Info 2378 [15:12:33.535] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2379 [15:12:33.535] collectAutoImports: response is complete +Info 2380 [15:12:33.535] collectAutoImports: 2.1595310010015965 +Info 2381 [15:12:33.535] getCompletionData: Semantic work: 3.8622859977185726 +Info 2382 [15:12:33.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.472356997430325 +Info 2383 [15:12:33.547] Format host information updated +Info 2384 [15:12:33.549] Format host information updated +Info 2385 [15:12:33.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2386 [15:12:33.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 7.57379199936986ms +Info 2387 [15:12:33.557] Different program with same set of files +Info 2388 [15:12:33.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2389 [15:12:33.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 10.429214999079704ms +Info 2390 [15:12:33.706] Different program with same set of files +Info 2391 [15:12:33.706] getCompletionData: Get current token: 0.00403599813580513 +Info 2392 [15:12:33.706] getCompletionData: Is inside comment: 0.00994899868965149 +Info 2393 [15:12:33.706] getCompletionData: Get previous token: 0.012466002255678177 +Info 2394 [15:12:33.706] getCompletionsAtPosition: isCompletionListBlocker: 0.0020000003278255463 +Info 2395 [15:12:33.707] getExportInfoMap: cache hit +Info 2396 [15:12:33.710] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2397 [15:12:33.710] collectAutoImports: response is complete +Info 2398 [15:12:33.710] collectAutoImports: 2.192092999815941 +Info 2399 [15:12:33.710] getCompletionData: Semantic work: 3.5385329984128475 +Info 2400 [15:12:33.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.289278000593185 +Info 2401 [15:12:33.720] Format host information updated +Info 2402 [15:12:33.721] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2403 [15:12:33.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 7.298190001398325ms +Info 2404 [15:12:33.729] Different program with same set of files +Info 2405 [15:12:33.729] getCompletionData: Get current token: 0.00477299839258194 +Info 2406 [15:12:33.729] getCompletionData: Is inside comment: 0.02626100182533264 +Info 2407 [15:12:33.729] getCompletionData: Get previous token: 0.013176999986171722 +Info 2408 [15:12:33.729] getCompletionsAtPosition: isCompletionListBlocker: 0.0020949989557266235 +Info 2409 [15:12:33.731] getExportInfoMap: cache hit +Info 2410 [15:12:33.735] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2411 [15:12:33.735] collectAutoImports: response is complete +Info 2412 [15:12:33.735] collectAutoImports: 4.437897998839617 +Info 2413 [15:12:33.735] getCompletionData: Semantic work: 6.134355001151562 +Info 2414 [15:12:33.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.78906099870801 +Info 2415 [15:12:33.746] Format host information updated +Info 2416 [15:12:35.109] Format host information updated +Info 2417 [15:12:35.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2418 [15:12:35.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 10.158000998198986ms +Info 2419 [15:12:35.119] Different program with same set of files +Info 2420 [15:12:35.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2421 [15:12:35.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 7.3995880000293255ms +Info 2422 [15:12:35.266] Different program with same set of files +Info 2423 [15:12:35.266] getCompletionData: Get current token: 0.0029620006680488586 +Info 2424 [15:12:35.266] getCompletionData: Is inside comment: 0.007940001785755157 +Info 2425 [15:12:35.267] getCompletionData: Get previous token: 0.009520001709461212 +Info 2426 [15:12:35.267] getCompletionsAtPosition: isCompletionListBlocker: 0.006301000714302063 +Info 2427 [15:12:35.268] getExportInfoMap: cache hit +Info 2428 [15:12:35.272] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 269 from cache +Info 2429 [15:12:35.272] collectAutoImports: response is complete +Info 2430 [15:12:35.272] collectAutoImports: 4.436402998864651 +Info 2431 [15:12:35.272] getCompletionData: Semantic work: 5.829721998423338 +Info 2432 [15:12:35.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.252427998930216 +Info 2433 [15:12:35.280] Format host information updated +Info 2434 [15:12:35.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2435 [15:12:35.427] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 7.470006998628378ms +Info 2436 [15:12:35.427] Different program with same set of files +Info 2437 [15:12:35.428] getCompletionData: Get current token: 0.0030170008540153503 +Info 2438 [15:12:35.428] getCompletionData: Is inside comment: 0.007810000330209732 +Info 2439 [15:12:35.428] getCompletionData: Get previous token: 0.00970199704170227 +Info 2440 [15:12:35.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0064060017466545105 +Info 2441 [15:12:35.429] getExportInfoMap: cache hit +Info 2442 [15:12:35.432] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 82 from cache +Info 2443 [15:12:35.432] collectAutoImports: response is complete +Info 2444 [15:12:35.432] collectAutoImports: 2.577631998807192 +Info 2445 [15:12:35.432] getCompletionData: Semantic work: 4.045497000217438 +Info 2446 [15:12:35.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.57710499688983 +Info 2447 [15:12:35.442] Format host information updated +Info 2448 [15:12:35.587] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2449 [15:12:35.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 7.628150001168251ms +Info 2450 [15:12:35.595] Different program with same set of files +Info 2451 [15:12:35.595] getCompletionData: Get current token: 0.002902001142501831 +Info 2452 [15:12:35.595] getCompletionData: Is inside comment: 0.007830999791622162 +Info 2453 [15:12:35.595] getCompletionData: Get previous token: 0.047829996794462204 +Info 2454 [15:12:35.595] getCompletionsAtPosition: isCompletionListBlocker: 0.023973997682332993 +Info 2455 [15:12:35.597] getExportInfoMap: cache hit +Info 2456 [15:12:35.599] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 54 from cache +Info 2457 [15:12:35.599] collectAutoImports: response is complete +Info 2458 [15:12:35.599] collectAutoImports: 2.4890720024704933 +Info 2459 [15:12:35.599] getCompletionData: Semantic work: 3.909145001322031 +Info 2460 [15:12:35.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.492290001362562 +Info 2461 [15:12:35.607] Format host information updated +Info 2462 [15:12:35.608] Format host information updated +Info 2463 [15:12:35.608] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2464 [15:12:35.619] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 11.133136998862028ms +Info 2465 [15:12:35.619] Different program with same set of files +Info 2466 [15:12:35.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2467 [15:12:35.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 7.480817001312971ms +Info 2468 [15:12:35.762] Different program with same set of files +Info 2469 [15:12:35.762] getCompletionData: Get current token: 0.004982996731996536 +Info 2470 [15:12:35.762] getCompletionData: Is inside comment: 0.007750999182462692 +Info 2471 [15:12:35.762] getCompletionData: Get previous token: 0.005414001643657684 +Info 2472 [15:12:35.762] getCompletionsAtPosition: isCompletionListBlocker: 0.005950998514890671 +Info 2473 [15:12:35.763] getExportInfoMap: cache hit +Info 2474 [15:12:35.784] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2475 [15:12:35.784] collectAutoImports: response is complete +Info 2476 [15:12:35.784] collectAutoImports: 20.706811998039484 +Info 2477 [15:12:35.784] getCompletionData: Semantic work: 22.200556997209787 +Info 2478 [15:12:35.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.634036999195814 +Info 2479 [15:12:35.805] Format host information updated +Info 2480 [15:12:35.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2481 [15:12:35.959] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 11.391880001872778ms +Info 2482 [15:12:35.959] Different program with same set of files +Info 2483 [15:12:35.959] getCompletionData: Get current token: 0.0032509975135326385 +Info 2484 [15:12:35.959] getCompletionData: Is inside comment: 0.0077390000224113464 +Info 2485 [15:12:35.959] getCompletionData: Get previous token: 0.005858998745679855 +Info 2486 [15:12:35.959] getCompletionsAtPosition: isCompletionListBlocker: 0.006997000426054001 +Info 2487 [15:12:35.961] getExportInfoMap: cache hit +Info 2488 [15:12:35.984] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2489 [15:12:35.984] collectAutoImports: response is complete +Info 2490 [15:12:35.984] collectAutoImports: 22.891431998461485 +Info 2491 [15:12:35.984] getCompletionData: Semantic work: 24.353233002126217 +Info 2492 [15:12:35.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.858331002295017 +Info 2493 [15:12:36.003] Format host information updated +Info 2494 [15:12:36.157] Format host information updated +Info 2495 [15:12:36.158] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2496 [15:12:36.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 7.440853998064995ms +Info 2497 [15:12:36.165] Different program with same set of files +Info 2498 [15:12:36.165] getCompletionData: Get current token: 0.003368999809026718 +Info 2499 [15:12:36.165] getCompletionData: Is inside comment: 0.009786002337932587 +Info 2500 [15:12:36.166] getCompletionData: Get previous token: 0.027196001261472702 +Info 2501 [15:12:36.166] getCompletionsAtPosition: isCompletionListBlocker: 0.007609996944665909 +Info 2502 [15:12:36.167] getExportInfoMap: cache hit +Info 2503 [15:12:36.173] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 522 from cache +Info 2504 [15:12:36.173] collectAutoImports: response is complete +Info 2505 [15:12:36.173] collectAutoImports: 5.885036997497082 +Info 2506 [15:12:36.173] getCompletionData: Semantic work: 7.392599999904633 +Info 2507 [15:12:36.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.139565002173185 +Info 2508 [15:12:36.183] Format host information updated +Info 2509 [15:12:36.325] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2510 [15:12:36.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 11.645447000861168ms +Info 2511 [15:12:36.337] Different program with same set of files +Info 2512 [15:12:36.337] getCompletionData: Get current token: 0.0031320005655288696 +Info 2513 [15:12:36.337] getCompletionData: Is inside comment: 0.00751899927854538 +Info 2514 [15:12:36.337] getCompletionData: Get previous token: 0.009547002613544464 +Info 2515 [15:12:36.337] getCompletionsAtPosition: isCompletionListBlocker: 0.006818000227212906 +Info 2516 [15:12:36.339] getExportInfoMap: cache hit +Info 2517 [15:12:36.343] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 253 from cache +Info 2518 [15:12:36.343] collectAutoImports: response is complete +Info 2519 [15:12:36.343] collectAutoImports: 4.149259999394417 +Info 2520 [15:12:36.343] getCompletionData: Semantic work: 5.792992997914553 +Info 2521 [15:12:36.349] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.71416799724102 +Info 2522 [15:12:36.351] Format host information updated +Info 2523 [15:12:36.748] getCompletionData: Get current token: 0.0023230016231536865 +Info 2524 [15:12:36.748] getCompletionData: Is inside comment: 0.006689000874757767 +Info 2525 [15:12:36.748] getCompletionData: Get previous token: 0.004822000861167908 +Info 2526 [15:12:36.748] getCompletionsAtPosition: isCompletionListBlocker: 0.008374001830816269 +Info 2527 [15:12:36.750] getExportInfoMap: cache hit +Info 2528 [15:12:36.770] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2529 [15:12:36.770] collectAutoImports: response is complete +Info 2530 [15:12:36.770] collectAutoImports: 20.405863001942635 +Info 2531 [15:12:36.770] getCompletionData: Semantic work: 21.99124599993229 +Info 2532 [15:12:36.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.746307998895645 +Info 2533 [15:12:36.920] getCompletionData: Get current token: 0.002225000411272049 +Info 2534 [15:12:36.920] getCompletionData: Is inside comment: 0.006502002477645874 +Info 2535 [15:12:36.920] getCompletionData: Get previous token: 0.005178000777959824 +Info 2536 [15:12:36.920] getCompletionsAtPosition: isCompletionListBlocker: 0.007679998874664307 +Info 2537 [15:12:36.922] getExportInfoMap: cache hit +Info 2538 [15:12:36.939] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2539 [15:12:36.939] collectAutoImports: response is complete +Info 2540 [15:12:36.939] collectAutoImports: 17.136753000319004 +Info 2541 [15:12:36.939] getCompletionData: Semantic work: 18.69275899976492 +Info 2542 [15:12:36.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.558100000023842 +Info 2543 [15:12:37.719] Format host information updated +Info 2544 [15:12:37.719] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2545 [15:12:37.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 9.815324999392033ms +Info 2546 [15:12:37.729] Different program with same set of files +Info 2547 [15:12:37.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2548 [15:12:37.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 8.413965996354818ms +Info 2549 [15:12:37.875] Different program with same set of files +Info 2550 [15:12:37.875] getCompletionData: Get current token: 0.0018160007894039154 +Info 2551 [15:12:37.875] getCompletionData: Is inside comment: 0.005603000521659851 +Info 2552 [15:12:37.875] getCompletionData: Get previous token: 0.009084999561309814 +Info 2553 [15:12:37.876] getCompletionsAtPosition: isCompletionListBlocker: 0.008318997919559479 +Info 2554 [15:12:37.877] getExportInfoMap: cache hit +Info 2555 [15:12:37.883] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 522 from cache +Info 2556 [15:12:37.883] collectAutoImports: response is complete +Info 2557 [15:12:37.883] collectAutoImports: 5.735040999948978 +Info 2558 [15:12:37.883] getCompletionData: Semantic work: 7.2161290012300014 +Info 2559 [15:12:37.888] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.444655999541283 +Info 2560 [15:12:37.892] Format host information updated +Info 2561 [15:12:38.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2562 [15:12:38.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 10.827741999179125ms +Info 2563 [15:12:38.039] Different program with same set of files +Info 2564 [15:12:38.039] getCompletionData: Get current token: 0.0023160018026828766 +Info 2565 [15:12:38.039] getCompletionData: Is inside comment: 0.006744001060724258 +Info 2566 [15:12:38.039] getCompletionData: Get previous token: 0.004688002169132233 +Info 2567 [15:12:38.039] getCompletionsAtPosition: isCompletionListBlocker: 0.0016649998724460602 +Info 2568 [15:12:38.040] getCompletionData: Semantic work: 0.12020000070333481 +Info 2569 [15:12:38.040] Format host information updated +Info 2570 [15:12:38.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2571 [15:12:38.200] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 9.45643300190568ms +Info 2572 [15:12:38.200] Different program with same set of files +Info 2573 [15:12:38.200] getCompletionData: Get current token: 0.0017580017447471619 +Info 2574 [15:12:38.200] getCompletionData: Is inside comment: 0.006009999662637711 +Info 2575 [15:12:38.200] getCompletionData: Get previous token: 0.009369999170303345 +Info 2576 [15:12:38.200] getCompletionsAtPosition: isCompletionListBlocker: 0.0020470023155212402 +Info 2577 [15:12:38.201] getCompletionData: Semantic work: 0.11722999811172485 +Info 2578 [15:12:38.201] Format host information updated +Info 2579 [15:12:38.406] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2580 [15:12:38.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 11.03983000293374ms +Info 2581 [15:12:38.417] Different program with same set of files +Info 2582 [15:12:38.417] getCompletionData: Get current token: 0.0027439966797828674 +Info 2583 [15:12:38.417] getCompletionData: Is inside comment: 0.0074100010097026825 +Info 2584 [15:12:38.417] getCompletionData: Get previous token: 0.0052010007202625275 +Info 2585 [15:12:38.417] getCompletionsAtPosition: isCompletionListBlocker: 0.0019830018281936646 +Info 2586 [15:12:38.417] getCompletionData: Semantic work: 0.12748799845576286 +Info 2587 [15:12:38.417] Format host information updated +Info 2588 [15:12:38.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2589 [15:12:38.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 10.0036589987576ms +Info 2590 [15:12:38.792] Different program with same set of files +Info 2591 [15:12:38.792] getCompletionData: Get current token: 0.002340998500585556 +Info 2592 [15:12:38.793] getCompletionData: Is inside comment: 0.006432000547647476 +Info 2593 [15:12:38.793] getCompletionData: Get previous token: 0.010685000568628311 +Info 2594 [15:12:38.793] getCompletionsAtPosition: isCompletionListBlocker: 0.011565003544092178 +Info 2595 [15:12:38.794] getExportInfoMap: cache hit +Info 2596 [15:12:38.801] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 522 from cache +Info 2597 [15:12:38.801] collectAutoImports: response is complete +Info 2598 [15:12:38.801] collectAutoImports: 6.7333349995315075 +Info 2599 [15:12:38.801] getCompletionData: Semantic work: 8.414942000061274 +Info 2600 [15:12:38.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.664131999015808 +Info 2601 [15:12:38.811] Format host information updated +Info 2602 [15:12:38.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2603 [15:12:38.962] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 7.050937000662088ms +Info 2604 [15:12:38.962] Different program with same set of files +Info 2605 [15:12:38.962] getCompletionData: Get current token: 0.002003997564315796 +Info 2606 [15:12:38.962] getCompletionData: Is inside comment: 0.005860999226570129 +Info 2607 [15:12:38.962] getCompletionData: Get previous token: 0.009495999664068222 +Info 2608 [15:12:38.962] getCompletionsAtPosition: isCompletionListBlocker: 0.007070999592542648 +Info 2609 [15:12:38.963] getExportInfoMap: cache hit +Info 2610 [15:12:38.967] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 253 from cache +Info 2611 [15:12:38.967] collectAutoImports: response is complete +Info 2612 [15:12:38.967] collectAutoImports: 4.0349560007452965 +Info 2613 [15:12:38.967] getCompletionData: Semantic work: 5.518705002963543 +Info 2614 [15:12:38.975] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.680165998637676 +Info 2615 [15:12:38.977] Format host information updated +Info 2616 [15:12:39.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2617 [15:12:39.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 11.543402001261711ms +Info 2618 [15:12:39.125] Different program with same set of files +Info 2619 [15:12:39.125] getCompletionData: Get current token: 0.002504996955394745 +Info 2620 [15:12:39.125] getCompletionData: Is inside comment: 0.0065890029072761536 +Info 2621 [15:12:39.125] getCompletionData: Get previous token: 0.004938997328281403 +Info 2622 [15:12:39.125] getCompletionsAtPosition: isCompletionListBlocker: 0.0018630027770996094 +Info 2623 [15:12:39.126] getCompletionData: Semantic work: 0.5387200005352497 +Info 2624 [15:12:39.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2053440026938915 +Info 2625 [15:12:39.128] Format host information updated +Info 2626 [15:12:39.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2627 [15:12:39.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 7.9683800004422665ms +Info 2628 [15:12:39.276] Different program with same set of files +Info 2629 [15:12:39.276] getCompletionData: Get current token: 0.0021580010652542114 +Info 2630 [15:12:39.276] getCompletionData: Is inside comment: 0.00615600124001503 +Info 2631 [15:12:39.276] getCompletionData: Get previous token: 0.010084997862577438 +Info 2632 [15:12:39.276] getCompletionsAtPosition: isCompletionListBlocker: 0.0016959980130195618 +Info 2633 [15:12:39.276] getCompletionData: Semantic work: 0.46917300298810005 +Info 2634 [15:12:39.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6043200008571148 +Info 2635 [15:12:39.278] Format host information updated +Info 2636 [15:12:39.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2637 [15:12:39.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 11.076751999557018ms +Info 2638 [15:12:39.509] Different program with same set of files +Info 2639 [15:12:39.509] getCompletionData: Get current token: 0.003056999295949936 +Info 2640 [15:12:39.509] getCompletionData: Is inside comment: 0.010780002921819687 +Info 2641 [15:12:39.509] getCompletionData: Get previous token: 0.017193999141454697 +Info 2642 [15:12:39.509] getCompletionsAtPosition: isCompletionListBlocker: 0.00237400084733963 +Info 2643 [15:12:39.510] getCompletionData: Semantic work: 0.764019001275301 +Info 2644 [15:12:39.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.611682001501322 +Info 2645 [15:12:39.513] Format host information updated +Info 2646 [15:12:39.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2647 [15:12:39.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 7.220297999680042ms +Info 2648 [15:12:39.672] Different program with same set of files +Info 2649 [15:12:39.672] getCompletionData: Get current token: 0.0021429993212223053 +Info 2650 [15:12:39.672] getCompletionData: Is inside comment: 0.006096001714468002 +Info 2651 [15:12:39.672] getCompletionData: Get previous token: 0.010984998196363449 +Info 2652 [15:12:39.672] getCompletionsAtPosition: isCompletionListBlocker: 0.0016539990901947021 +Info 2653 [15:12:39.672] getCompletionData: Semantic work: 0.49831099808216095 +Info 2654 [15:12:39.674] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3587349988520145 +Info 2655 [15:12:39.674] Format host information updated +Info 2656 [15:12:39.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2657 [15:12:39.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 10.461264997720718ms +Info 2658 [15:12:39.838] Different program with same set of files +Info 2659 [15:12:39.838] getCompletionData: Get current token: 0.0024049989879131317 +Info 2660 [15:12:39.838] getCompletionData: Is inside comment: 0.006183996796607971 +Info 2661 [15:12:39.838] getCompletionData: Get previous token: 0.0046689994633197784 +Info 2662 [15:12:39.838] getCompletionsAtPosition: isCompletionListBlocker: 0.007434997707605362 +Info 2663 [15:12:39.840] getExportInfoMap: cache hit +Info 2664 [15:12:39.860] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2665 [15:12:39.860] collectAutoImports: response is complete +Info 2666 [15:12:39.860] collectAutoImports: 20.38008299842477 +Info 2667 [15:12:39.860] getCompletionData: Semantic work: 21.886903002858162 +Info 2668 [15:12:39.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.813044998794794 +Info 2669 [15:12:39.880] Format host information updated +Info 2670 [15:12:40.023] getCompletionData: Get current token: 0.0035060010850429535 +Info 2671 [15:12:40.023] getCompletionData: Is inside comment: 0.002551998943090439 +Info 2672 [15:12:40.023] getCompletionData: Get previous token: 0.029653001576662064 +Info 2673 [15:12:40.023] getCompletionsAtPosition: isCompletionListBlocker: 0.0027769990265369415 +Info 2674 [15:12:40.024] getExportInfoMap: cache hit +Info 2675 [15:12:40.041] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2676 [15:12:40.041] collectAutoImports: response is complete +Info 2677 [15:12:40.041] collectAutoImports: 17.222349997609854 +Info 2678 [15:12:40.041] getCompletionData: Semantic work: 18.695267003029585 +Info 2679 [15:12:40.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.169290997087955 +Info 2680 [15:12:40.061] Format host information updated +Info 2681 [15:12:40.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2682 [15:12:40.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 8.151550997048616ms +Info 2683 [15:12:40.365] Different program with same set of files +Info 2684 [15:12:40.366] getCompletionData: Get current token: 0.004023000597953796 +Info 2685 [15:12:40.366] getCompletionData: Is inside comment: 0.0013319998979568481 +Info 2686 [15:12:40.366] getCompletionData: Get previous token: 0.017673000693321228 +Info 2687 [15:12:40.366] getCompletionsAtPosition: isCompletionListBlocker: 0.002723999321460724 +Info 2688 [15:12:40.367] getExportInfoMap: cache hit +Info 2689 [15:12:40.373] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 269 from cache +Info 2690 [15:12:40.373] collectAutoImports: response is complete +Info 2691 [15:12:40.373] collectAutoImports: 5.212939999997616 +Info 2692 [15:12:40.373] getCompletionData: Semantic work: 6.902886003255844 +Info 2693 [15:12:40.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.6394480019807816 +Info 2694 [15:12:40.392] Format host information updated +Info 2695 [15:12:40.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2696 [15:12:40.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 11.51655200123787ms +Info 2697 [15:12:40.538] Different program with same set of files +Info 2698 [15:12:40.538] getCompletionData: Get current token: 0.0032970011234283447 +Info 2699 [15:12:40.538] getCompletionData: Is inside comment: 0.0011969991028308868 +Info 2700 [15:12:40.538] getCompletionData: Get previous token: 0.013334996998310089 +Info 2701 [15:12:40.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0026730000972747803 +Info 2702 [15:12:40.540] getExportInfoMap: cache hit +Info 2703 [15:12:40.544] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 238 from cache +Info 2704 [15:12:40.544] collectAutoImports: response is complete +Info 2705 [15:12:40.544] collectAutoImports: 4.009367998689413 +Info 2706 [15:12:40.544] getCompletionData: Semantic work: 5.790732000023127 +Info 2707 [15:12:40.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.230580002069473 +Info 2708 [15:12:40.560] Format host information updated +Info 2709 [15:12:40.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2710 [15:12:40.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 7.421401001513004ms +Info 2711 [15:12:40.706] Different program with same set of files +Info 2712 [15:12:40.706] getCompletionData: Get current token: 0.0031079985201358795 +Info 2713 [15:12:40.706] getCompletionData: Is inside comment: 0.0010909996926784515 +Info 2714 [15:12:40.706] getCompletionData: Get previous token: 0.013031996786594391 +Info 2715 [15:12:40.706] getCompletionsAtPosition: isCompletionListBlocker: 0.002583000808954239 +Info 2716 [15:12:40.707] getExportInfoMap: cache hit +Info 2717 [15:12:40.710] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 54 from cache +Info 2718 [15:12:40.710] collectAutoImports: response is complete +Info 2719 [15:12:40.710] collectAutoImports: 2.6177930012345314 +Info 2720 [15:12:40.710] getCompletionData: Semantic work: 4.10878199711442 +Info 2721 [15:12:40.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.010095000267029 +Info 2722 [15:12:40.726] Format host information updated +Info 2723 [15:12:53.629] Format host information updated +Info 2724 [15:12:53.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2725 [15:12:53.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 10.463028997182846ms +Info 2726 [15:12:53.640] Different program with same set of files +Info 2727 [15:12:54.740] Format host information updated +Info 2728 [15:12:54.741] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2729 [15:12:54.750] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 9.429446998983622ms +Info 2730 [15:12:54.750] Different program with same set of files +Info 2731 [15:12:55.367] Format host information updated +Info 2732 [15:12:55.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2733 [15:12:55.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 30.004138998687267ms +Info 2734 [15:12:55.398] Different program with same set of files +Info 2735 [15:13:01.853] Format host information updated +Info 2736 [15:13:01.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2737 [15:13:01.864] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 9.883430998772383ms +Info 2738 [15:13:01.864] Different program with same set of files +Info 2739 [15:13:02.009] Format host information updated +Info 2740 [15:13:02.131] getCompletionData: Get current token: 0.005727000534534454 +Info 2741 [15:13:02.131] getCompletionData: Is inside comment: 0.019850000739097595 +Info 2742 [15:13:02.131] getCompletionData: Get previous token: 0.011103000491857529 +Info 2743 [15:13:02.131] getCompletionsAtPosition: isCompletionListBlocker: 0.015776999294757843 +Info 2744 [15:13:02.134] getExportInfoMap: cache hit +Info 2745 [15:13:02.168] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2746 [15:13:02.168] collectAutoImports: response is complete +Info 2747 [15:13:02.168] collectAutoImports: 33.60502099990845 +Info 2748 [15:13:02.168] getCompletionData: Semantic work: 37.033322997391224 +Info 2749 [15:13:02.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.275146998465061 +Info 2750 [15:13:03.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2751 [15:13:03.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 8.31725900247693ms +Info 2752 [15:13:03.015] Different program with same set of files +Info 2753 [15:13:03.015] getCompletionData: Get current token: 0.00410899892449379 +Info 2754 [15:13:03.015] getCompletionData: Is inside comment: 0.009102001786231995 +Info 2755 [15:13:03.015] getCompletionData: Get previous token: 0.005800001323223114 +Info 2756 [15:13:03.015] getCompletionsAtPosition: isCompletionListBlocker: 0.0020270012319087982 +Info 2757 [15:13:03.016] getExportInfoMap: cache hit +Info 2758 [15:13:03.039] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2759 [15:13:03.039] collectAutoImports: response is complete +Info 2760 [15:13:03.039] collectAutoImports: 22.238327998667955 +Info 2761 [15:13:03.039] getCompletionData: Semantic work: 23.64878799766302 +Info 2762 [15:13:03.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.99251499772072 +Info 2763 [15:13:03.064] Format host information updated +Info 2764 [15:13:03.660] Format host information updated +Info 2765 [15:13:03.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2766 [15:13:03.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 8.550384998321533ms +Info 2767 [15:13:03.669] Different program with same set of files +Info 2768 [15:13:04.800] Format host information updated +Info 2769 [15:13:04.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2770 [15:13:04.810] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 10.251220997422934ms +Info 2771 [15:13:04.810] Different program with same set of files +Info 2772 [15:13:04.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2773 [15:13:04.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 7.727947000414133ms +Info 2774 [15:13:04.956] Different program with same set of files +Info 2775 [15:13:04.956] getCompletionData: Get current token: 0.0021990016102790833 +Info 2776 [15:13:04.956] getCompletionData: Is inside comment: 0.005772002041339874 +Info 2777 [15:13:04.956] getCompletionData: Get previous token: 0.0094510018825531 +Info 2778 [15:13:04.956] getCompletionsAtPosition: isCompletionListBlocker: 0.006960999220609665 +Info 2779 [15:13:04.958] getExportInfoMap: cache hit +Info 2780 [15:13:04.963] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 2781 [15:13:04.963] collectAutoImports: response is complete +Info 2782 [15:13:04.963] collectAutoImports: 5.144940998405218 +Info 2783 [15:13:04.963] getCompletionData: Semantic work: 7.035273998975754 +Info 2784 [15:13:04.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.830864999443293 +Info 2785 [15:13:04.972] Format host information updated +Info 2786 [15:13:05.110] Format host information updated +Info 2787 [15:13:05.110] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2788 [15:13:05.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 8.030003000050783ms +Info 2789 [15:13:05.118] Different program with same set of files +Info 2790 [15:13:05.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2791 [15:13:05.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 10.599847000092268ms +Info 2792 [15:13:05.265] Different program with same set of files +Info 2793 [15:13:05.265] getCompletionData: Get current token: 0.0023110024631023407 +Info 2794 [15:13:05.265] getCompletionData: Is inside comment: 0.006108000874519348 +Info 2795 [15:13:05.265] getCompletionData: Get previous token: 0.004486002027988434 +Info 2796 [15:13:05.265] getCompletionsAtPosition: isCompletionListBlocker: 0.006817001849412918 +Info 2797 [15:13:05.267] getExportInfoMap: cache hit +Info 2798 [15:13:05.290] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2799 [15:13:05.290] collectAutoImports: response is complete +Info 2800 [15:13:05.290] collectAutoImports: 23.376467999070883 +Info 2801 [15:13:05.290] getCompletionData: Semantic work: 25.167175997048616 +Info 2802 [15:13:05.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.736960999667645 +Info 2803 [15:13:05.310] Format host information updated +Info 2804 [15:13:05.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2805 [15:13:05.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 7.489080999046564ms +Info 2806 [15:13:05.462] Different program with same set of files +Info 2807 [15:13:05.462] getCompletionData: Get current token: 0.0053369998931884766 +Info 2808 [15:13:05.462] getCompletionData: Is inside comment: 0.009456001222133636 +Info 2809 [15:13:05.462] getCompletionData: Get previous token: 0.0069939978420734406 +Info 2810 [15:13:05.462] getCompletionsAtPosition: isCompletionListBlocker: 0.006443999707698822 +Info 2811 [15:13:05.464] getExportInfoMap: cache hit +Info 2812 [15:13:05.483] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2813 [15:13:05.483] collectAutoImports: response is complete +Info 2814 [15:13:05.483] collectAutoImports: 19.37364200130105 +Info 2815 [15:13:05.483] getCompletionData: Semantic work: 20.9958459995687 +Info 2816 [15:13:05.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.514979001134634 +Info 2817 [15:13:05.505] Format host information updated +Info 2818 [15:13:05.513] Format host information updated +Info 2819 [15:13:05.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2820 [15:13:05.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 7.635170999914408ms +Info 2821 [15:13:05.520] Different program with same set of files +Info 2822 [15:13:05.839] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2823 [15:13:05.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 8.352997999638319ms +Info 2824 [15:13:05.848] Different program with same set of files +Info 2825 [15:13:05.848] getCompletionData: Get current token: 0.002565000206232071 +Info 2826 [15:13:05.848] getCompletionData: Is inside comment: 0.0072200000286102295 +Info 2827 [15:13:05.848] getCompletionData: Get previous token: 0.012679997831583023 +Info 2828 [15:13:05.848] getCompletionsAtPosition: isCompletionListBlocker: 0.008795998990535736 +Info 2829 [15:13:05.850] getExportInfoMap: cache hit +Info 2830 [15:13:05.854] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 260 from cache +Info 2831 [15:13:05.854] collectAutoImports: response is complete +Info 2832 [15:13:05.854] collectAutoImports: 4.350168000906706 +Info 2833 [15:13:05.854] getCompletionData: Semantic work: 6.19318599998951 +Info 2834 [15:13:05.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.307787001132965 +Info 2835 [15:13:05.864] Format host information updated +Info 2836 [15:13:06.146] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2837 [15:13:06.155] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 8.565793998539448ms +Info 2838 [15:13:06.155] Different program with same set of files +Info 2839 [15:13:06.155] getCompletionData: Get current token: 0.0024279989302158356 +Info 2840 [15:13:06.155] getCompletionData: Is inside comment: 0.007408998906612396 +Info 2841 [15:13:06.155] getCompletionData: Get previous token: 0.012193001806735992 +Info 2842 [15:13:06.155] getCompletionsAtPosition: isCompletionListBlocker: 0.008628997951745987 +Info 2843 [15:13:06.157] getExportInfoMap: cache hit +Info 2844 [15:13:06.162] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 2845 [15:13:06.162] collectAutoImports: response is complete +Info 2846 [15:13:06.162] collectAutoImports: 5.836606997996569 +Info 2847 [15:13:06.162] getCompletionData: Semantic work: 7.566280998289585 +Info 2848 [15:13:06.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.78320199996233 +Info 2849 [15:13:06.171] Format host information updated +Info 2850 [15:13:06.698] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2851 [15:13:06.708] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 10.387536998838186ms +Info 2852 [15:13:06.708] Different program with same set of files +Info 2853 [15:13:06.708] getCompletionData: Get current token: 0.0031610019505023956 +Info 2854 [15:13:06.708] getCompletionData: Is inside comment: 0.008553002029657364 +Info 2855 [15:13:06.708] getCompletionData: Get previous token: 0.006045997142791748 +Info 2856 [15:13:06.708] getCompletionsAtPosition: isCompletionListBlocker: 0.002032000571489334 +Info 2857 [15:13:06.709] getCompletionData: Semantic work: 0.5177860036492348 +Info 2858 [15:13:06.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4894059970974922 +Info 2859 [15:13:06.711] Format host information updated +Info 2860 [15:13:06.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2861 [15:13:06.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 10.655297998338938ms +Info 2862 [15:13:06.998] Different program with same set of files +Info 2863 [15:13:06.999] getCompletionData: Get current token: 0.0025549978017807007 +Info 2864 [15:13:06.999] getCompletionData: Is inside comment: 0.007872000336647034 +Info 2865 [15:13:06.999] getCompletionData: Get previous token: 0.013776000589132309 +Info 2866 [15:13:06.999] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589994430541992 +Info 2867 [15:13:06.999] getCompletionData: Semantic work: 0.5624700002372265 +Info 2868 [15:13:07.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2496040016412735 +Info 2869 [15:13:07.002] Format host information updated +Info 2870 [15:13:07.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2871 [15:13:07.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 7.662603002041578ms +Info 2872 [15:13:07.154] Different program with same set of files +Info 2873 [15:13:07.154] getCompletionData: Get current token: 0.0026479996740818024 +Info 2874 [15:13:07.154] getCompletionData: Is inside comment: 0.006740998476743698 +Info 2875 [15:13:07.155] getCompletionData: Get previous token: 0.0115789994597435 +Info 2876 [15:13:07.155] getCompletionsAtPosition: isCompletionListBlocker: 0.002173997461795807 +Info 2877 [15:13:07.155] getCompletionData: Semantic work: 0.6284950003027916 +Info 2878 [15:13:07.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.141245000064373 +Info 2879 [15:13:07.158] Format host information updated +Info 2880 [15:13:07.295] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2881 [15:13:07.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 7.618140999227762ms +Info 2882 [15:13:07.303] Different program with same set of files +Info 2883 [15:13:07.303] getCompletionData: Get current token: 0.0021069981157779694 +Info 2884 [15:13:07.303] getCompletionData: Is inside comment: 0.0063860006630420685 +Info 2885 [15:13:07.303] getCompletionData: Get previous token: 0.01081399992108345 +Info 2886 [15:13:07.303] getCompletionsAtPosition: isCompletionListBlocker: 0.0018570013344287872 +Info 2887 [15:13:07.303] getCompletionData: Semantic work: 0.40415699779987335 +Info 2888 [15:13:07.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6845920011401176 +Info 2889 [15:13:07.305] Format host information updated +Info 2890 [15:13:07.587] Format host information updated +Info 2891 [15:13:07.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2892 [15:13:07.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 10.440573003143072ms +Info 2893 [15:13:07.598] Different program with same set of files +Info 2894 [15:13:07.598] getCompletionData: Get current token: 0.002716001123189926 +Info 2895 [15:13:07.598] getCompletionData: Is inside comment: 0.007547996938228607 +Info 2896 [15:13:07.598] getCompletionData: Get previous token: 0.0050109997391700745 +Info 2897 [15:13:07.598] getCompletionsAtPosition: isCompletionListBlocker: 0.006772000342607498 +Info 2898 [15:13:07.600] getExportInfoMap: cache hit +Info 2899 [15:13:07.621] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2900 [15:13:07.621] collectAutoImports: response is complete +Info 2901 [15:13:07.621] collectAutoImports: 20.666998997330666 +Info 2902 [15:13:07.621] getCompletionData: Semantic work: 22.145408999174833 +Info 2903 [15:13:07.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.61454899981618 +Info 2904 [15:13:07.642] getCompletionData: Get current token: 0.010236002504825592 +Info 2905 [15:13:07.642] getCompletionData: Is inside comment: 0.0035949982702732086 +Info 2906 [15:13:07.642] getCompletionData: Get previous token: 0.014407001435756683 +Info 2907 [15:13:07.642] getCompletionsAtPosition: isCompletionListBlocker: 0.0020290017127990723 +Info 2908 [15:13:07.643] getCompletionData: Semantic work: 0.4455149993300438 +Info 2909 [15:13:07.652] Format host information updated +Info 2910 [15:14:25.625] getCompletionData: Get current token: 0.006041999906301498 +Info 2911 [15:14:25.625] getCompletionData: Is inside comment: 0.0016660019755363464 +Info 2912 [15:14:25.625] getCompletionData: Get previous token: 0.02301100268959999 +Info 2913 [15:14:25.625] getCompletionsAtPosition: isCompletionListBlocker: 0.002336997538805008 +Info 2914 [15:14:25.625] getCompletionData: Semantic work: 0.33998600021004677 +Info 2915 [15:14:25.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.807693999260664 +Info 2916 [15:14:26.052] getCompletionData: Get current token: 0.004418998956680298 +Info 2917 [15:14:26.052] getCompletionData: Is inside comment: 0.002043001353740692 +Info 2918 [15:14:26.052] getCompletionData: Get previous token: 0.03436100110411644 +Info 2919 [15:14:26.053] getCompletionsAtPosition: isCompletionListBlocker: 0.005614999681711197 +Info 2920 [15:14:26.053] getCompletionData: Semantic work: 0.35207900032401085 +Info 2921 [15:14:26.054] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6187120005488396 +Info 2922 [15:14:26.224] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2923 [15:14:26.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 19.13161899894476ms +Info 2924 [15:14:26.244] Different program with same set of files +Info 2925 [15:14:26.244] getCompletionData: Get current token: 0.0068599991500377655 +Info 2926 [15:14:26.244] getCompletionData: Is inside comment: 0.0015809983015060425 +Info 2927 [15:14:26.244] getCompletionData: Get previous token: 0.05831100046634674 +Info 2928 [15:14:26.244] getCompletionsAtPosition: isCompletionListBlocker: 0.002107001841068268 +Info 2929 [15:14:26.245] getCompletionData: Semantic work: 0.6340500004589558 +Info 2930 [15:14:26.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.311200000345707 +Info 2931 [15:14:26.248] Format host information updated +Info 2932 [15:14:26.801] Format host information updated +Info 2933 [15:14:26.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2934 [15:14:26.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 12.172182001173496ms +Info 2935 [15:14:26.814] Different program with same set of files +Info 2936 [15:14:28.311] getCompletionData: Get current token: 0.008949998766183853 +Info 2937 [15:14:28.311] getCompletionData: Is inside comment: 0.014955997467041016 +Info 2938 [15:14:28.311] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2939 [15:14:29.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2940 [15:14:29.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 9.7550980001688ms +Info 2941 [15:14:29.237] Different program with same set of files +Info 2942 [15:14:29.238] getCompletionData: Get current token: 0.00841899961233139 +Info 2943 [15:14:29.238] getCompletionData: Is inside comment: 0.012006998062133789 +Info 2944 [15:14:29.238] getCompletionData: Get previous token: 0.01728300005197525 +Info 2945 [15:14:29.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0018859989941120148 +Info 2946 [15:14:29.239] getExportInfoMap: cache hit +Info 2947 [15:14:29.244] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 191 from cache +Info 2948 [15:14:29.244] collectAutoImports: response is complete +Info 2949 [15:14:29.244] collectAutoImports: 4.9130220003426075 +Info 2950 [15:14:29.244] getCompletionData: Semantic work: 6.788834001868963 +Info 2951 [15:14:29.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.34663200005889 +Info 2952 [15:14:29.259] Format host information updated +Info 2953 [15:14:29.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2954 [15:14:29.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 9.106782000511885ms +Info 2955 [15:14:29.420] Different program with same set of files +Info 2956 [15:14:29.421] getCompletionData: Get current token: 0.007402002811431885 +Info 2957 [15:14:29.421] getCompletionData: Is inside comment: 0.012915998697280884 +Info 2958 [15:14:29.421] getCompletionData: Get previous token: 0.03393099829554558 +Info 2959 [15:14:29.421] getCompletionsAtPosition: isCompletionListBlocker: 0.0022459998726844788 +Info 2960 [15:14:29.426] getExportInfoMap: cache hit +Info 2961 [15:14:29.431] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 149 from cache +Info 2962 [15:14:29.431] collectAutoImports: response is complete +Info 2963 [15:14:29.431] collectAutoImports: 4.6901459991931915 +Info 2964 [15:14:29.431] getCompletionData: Semantic work: 10.606100000441074 +Info 2965 [15:14:29.441] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.832750000059605 +Info 2966 [15:14:29.444] Format host information updated +Info 2967 [15:14:29.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2968 [15:14:29.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 8.575738001614809ms +Info 2969 [15:14:29.600] Different program with same set of files +Info 2970 [15:14:29.600] getCompletionData: Get current token: 0.007422000169754028 +Info 2971 [15:14:29.600] getCompletionData: Is inside comment: 0.024507001042366028 +Info 2972 [15:14:29.600] getCompletionData: Get previous token: 0.016203001141548157 +Info 2973 [15:14:29.600] getCompletionsAtPosition: isCompletionListBlocker: 0.0024919994175434113 +Info 2974 [15:14:29.602] getExportInfoMap: cache hit +Info 2975 [15:14:29.605] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 75 from cache +Info 2976 [15:14:29.605] collectAutoImports: response is complete +Info 2977 [15:14:29.605] collectAutoImports: 3.1882099993526936 +Info 2978 [15:14:29.605] getCompletionData: Semantic work: 4.679171998053789 +Info 2979 [15:14:29.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.373172998428345 +Info 2980 [15:14:29.618] Format host information updated +Info 2981 [15:14:29.622] Format host information updated +Info 2982 [15:14:29.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2983 [15:14:29.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 8.403606999665499ms +Info 2984 [15:14:29.630] Different program with same set of files +Info 2985 [15:14:29.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2986 [15:14:29.788] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 16.072027999907732ms +Info 2987 [15:14:29.788] Different program with same set of files +Info 2988 [15:14:29.789] getCompletionData: Get current token: 0.008253999054431915 +Info 2989 [15:14:29.789] getCompletionData: Is inside comment: 0.011959001421928406 +Info 2990 [15:14:29.789] getCompletionData: Get previous token: 0.018272999674081802 +Info 2991 [15:14:29.789] getCompletionsAtPosition: isCompletionListBlocker: 0.0025110021233558655 +Info 2992 [15:14:29.791] getExportInfoMap: cache hit +Info 2993 [15:14:29.796] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 2994 [15:14:29.796] collectAutoImports: response is complete +Info 2995 [15:14:29.796] collectAutoImports: 4.267795000225306 +Info 2996 [15:14:29.796] getCompletionData: Semantic work: 6.809984002262354 +Info 2997 [15:14:29.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.781798001378775 +Info 2998 [15:14:29.821] Format host information updated +Info 2999 [15:14:29.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3000 [15:14:29.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 16.063161000609398ms +Info 3001 [15:14:29.837] Different program with same set of files +Info 3002 [15:14:29.838] getCompletionData: Get current token: 0.007546998560428619 +Info 3003 [15:14:29.838] getCompletionData: Is inside comment: 0.012026000767946243 +Info 3004 [15:14:29.838] getCompletionData: Get previous token: 0.016166001558303833 +Info 3005 [15:14:29.838] getCompletionsAtPosition: isCompletionListBlocker: 0.002386000007390976 +Info 3006 [15:14:29.840] getExportInfoMap: cache hit +Info 3007 [15:14:29.845] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 3008 [15:14:29.845] collectAutoImports: response is complete +Info 3009 [15:14:29.845] collectAutoImports: 4.5349569991230965 +Info 3010 [15:14:29.845] getCompletionData: Semantic work: 7.07991299778223 +Info 3011 [15:14:29.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.496750999242067 +Info 3012 [15:14:29.867] Format host information updated +Info 3013 [15:14:30.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3014 [15:14:30.019] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 8.520479999482632ms +Info 3015 [15:14:30.019] Different program with same set of files +Info 3016 [15:14:30.020] getCompletionData: Get current token: 0.0076070018112659454 +Info 3017 [15:14:30.020] getCompletionData: Is inside comment: 0.010754000395536423 +Info 3018 [15:14:30.020] getCompletionData: Get previous token: 0.014056000858545303 +Info 3019 [15:14:30.020] getCompletionsAtPosition: isCompletionListBlocker: 0.0023010000586509705 +Info 3020 [15:14:30.023] getExportInfoMap: cache hit +Info 3021 [15:14:30.026] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 75 from cache +Info 3022 [15:14:30.026] collectAutoImports: response is complete +Info 3023 [15:14:30.026] collectAutoImports: 2.9567140005528927 +Info 3024 [15:14:30.026] getCompletionData: Semantic work: 6.8172410018742085 +Info 3025 [15:14:30.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.684401001781225 +Info 3026 [15:14:30.037] Format host information updated +Info 3027 [15:14:30.187] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3028 [15:14:30.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 8.687594000250101ms +Info 3029 [15:14:30.196] Different program with same set of files +Info 3030 [15:14:30.196] getCompletionData: Get current token: 0.007433999329805374 +Info 3031 [15:14:30.196] getCompletionData: Is inside comment: 0.011349000036716461 +Info 3032 [15:14:30.196] getCompletionData: Get previous token: 0.014590997248888016 +Info 3033 [15:14:30.196] getCompletionsAtPosition: isCompletionListBlocker: 0.002517998218536377 +Info 3034 [15:14:30.197] getExportInfoMap: cache hit +Info 3035 [15:14:30.201] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 149 from cache +Info 3036 [15:14:30.201] collectAutoImports: response is complete +Info 3037 [15:14:30.201] collectAutoImports: 3.5278730019927025 +Info 3038 [15:14:30.201] getCompletionData: Semantic work: 4.859167002141476 +Info 3039 [15:14:30.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.710667997598648 +Info 3040 [15:14:30.214] Format host information updated +Info 3041 [15:14:30.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3042 [15:14:30.226] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 9.240692000836134ms +Info 3043 [15:14:30.226] Different program with same set of files +Info 3044 [15:14:30.226] getCompletionData: Get current token: 0.007123000919818878 +Info 3045 [15:14:30.226] getCompletionData: Is inside comment: 0.011483002454042435 +Info 3046 [15:14:30.226] getCompletionData: Get previous token: 0.014768000692129135 +Info 3047 [15:14:30.226] getCompletionsAtPosition: isCompletionListBlocker: 0.0023019984364509583 +Info 3048 [15:14:30.227] getExportInfoMap: cache hit +Info 3049 [15:14:30.231] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 191 from cache +Info 3050 [15:14:30.231] collectAutoImports: response is complete +Info 3051 [15:14:30.231] collectAutoImports: 4.003416001796722 +Info 3052 [15:14:30.231] getCompletionData: Semantic work: 5.438232000917196 +Info 3053 [15:14:30.241] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.227207999676466 +Info 3054 [15:14:30.245] Format host information updated +Info 3055 [15:14:30.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3056 [15:14:30.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 10.568744000047445ms +Info 3057 [15:14:30.406] Different program with same set of files +Info 3058 [15:14:30.406] getCompletionData: Get current token: 0.00888499990105629 +Info 3059 [15:14:30.407] getCompletionData: Is inside comment: 0.032625000923871994 +Info 3060 [15:14:30.407] getCompletionData: Get previous token: 0.01488099992275238 +Info 3061 [15:14:30.407] getCompletionsAtPosition: isCompletionListBlocker: 0.0022750012576580048 +Info 3062 [15:14:30.408] getExportInfoMap: cache hit +Info 3063 [15:14:30.416] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 805 from cache +Info 3064 [15:14:30.416] collectAutoImports: response is complete +Info 3065 [15:14:30.416] collectAutoImports: 7.858794998377562 +Info 3066 [15:14:30.416] getCompletionData: Semantic work: 9.222548998892307 +Info 3067 [15:14:30.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.574021998792887 +Info 3068 [15:14:30.432] Format host information updated +Info 3069 [15:14:30.574] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3070 [15:14:30.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 15.823248997330666ms +Info 3071 [15:14:30.590] Different program with same set of files +Info 3072 [15:14:30.590] getCompletionData: Get current token: 0.008792001754045486 +Info 3073 [15:14:30.590] getCompletionData: Is inside comment: 0.011986996978521347 +Info 3074 [15:14:30.590] getCompletionData: Get previous token: 0.01535400003194809 +Info 3075 [15:14:30.590] getCompletionsAtPosition: isCompletionListBlocker: 0.003202997148036957 +Info 3076 [15:14:30.597] getExportInfoMap: cache hit +Info 3077 [15:14:30.603] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 149 from cache +Info 3078 [15:14:30.603] collectAutoImports: response is complete +Info 3079 [15:14:30.603] collectAutoImports: 5.918400000780821 +Info 3080 [15:14:30.603] getCompletionData: Semantic work: 12.593180999159813 +Info 3081 [15:14:30.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.922668997198343 +Info 3082 [15:14:30.624] Format host information updated +Info 3083 [15:14:30.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3084 [15:14:30.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 12.624216001480818ms +Info 3085 [15:14:30.821] Different program with same set of files +Info 3086 [15:14:30.822] getCompletionData: Get current token: 0.007592000067234039 +Info 3087 [15:14:30.822] getCompletionData: Is inside comment: 0.010393999516963959 +Info 3088 [15:14:30.822] getCompletionData: Get previous token: 0.014144998043775558 +Info 3089 [15:14:30.822] getCompletionsAtPosition: isCompletionListBlocker: 0.003022998571395874 +Info 3090 [15:14:30.823] getExportInfoMap: cache hit +Info 3091 [15:14:30.826] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 3092 [15:14:30.826] collectAutoImports: response is complete +Info 3093 [15:14:30.826] collectAutoImports: 2.8052349984645844 +Info 3094 [15:14:30.826] getCompletionData: Semantic work: 4.350793000310659 +Info 3095 [15:14:30.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.628580998629332 +Info 3096 [15:14:30.837] Format host information updated +Info 3097 [15:14:30.975] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3098 [15:14:30.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 8.128800000995398ms +Info 3099 [15:14:30.983] Different program with same set of files +Info 3100 [15:14:30.983] getCompletionData: Get current token: 0.007531002163887024 +Info 3101 [15:14:30.983] getCompletionData: Is inside comment: 0.011684998869895935 +Info 3102 [15:14:30.983] getCompletionData: Get previous token: 0.014316998422145844 +Info 3103 [15:14:30.983] getCompletionsAtPosition: isCompletionListBlocker: 0.002027999609708786 +Info 3104 [15:14:30.985] getExportInfoMap: cache hit +Info 3105 [15:14:30.988] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 3106 [15:14:30.988] collectAutoImports: response is complete +Info 3107 [15:14:30.988] collectAutoImports: 2.8698399998247623 +Info 3108 [15:14:30.988] getCompletionData: Semantic work: 4.267043001949787 +Info 3109 [15:14:30.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.274872999638319 +Info 3110 [15:14:31.000] Format host information updated +Info 3111 [15:14:31.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3112 [15:14:31.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 10.960891999304295ms +Info 3113 [15:14:31.167] Different program with same set of files +Info 3114 [15:14:31.167] getCompletionData: Get current token: 0.007084999233484268 +Info 3115 [15:14:31.168] getCompletionData: Is inside comment: 0.010461002588272095 +Info 3116 [15:14:31.168] getCompletionData: Get previous token: 0.014008000493049622 +Info 3117 [15:14:31.168] getCompletionsAtPosition: isCompletionListBlocker: 0.0023300014436244965 +Info 3118 [15:14:31.169] getExportInfoMap: cache hit +Info 3119 [15:14:31.172] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 63 from cache +Info 3120 [15:14:31.172] collectAutoImports: response is complete +Info 3121 [15:14:31.172] collectAutoImports: 2.8224209994077682 +Info 3122 [15:14:31.172] getCompletionData: Semantic work: 4.416234999895096 +Info 3123 [15:14:31.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.753589998930693 +Info 3124 [15:14:31.183] Format host information updated +Info 3125 [15:14:31.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3126 [15:14:31.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 12.73768699914217ms +Info 3127 [15:14:31.443] Different program with same set of files +Info 3128 [15:14:31.443] getCompletionData: Get current token: 0.013696998357772827 +Info 3129 [15:14:31.443] getCompletionData: Is inside comment: 0.036695998162031174 +Info 3130 [15:14:31.443] getCompletionData: Get previous token: 0.05031600221991539 +Info 3131 [15:14:31.443] getCompletionsAtPosition: isCompletionListBlocker: 0.0028610005974769592 +Info 3132 [15:14:31.446] getExportInfoMap: cache hit +Info 3133 [15:14:31.450] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 3134 [15:14:31.450] collectAutoImports: response is complete +Info 3135 [15:14:31.450] collectAutoImports: 4.314208999276161 +Info 3136 [15:14:31.450] getCompletionData: Semantic work: 6.5641019977629185 +Info 3137 [15:14:31.459] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.102961998432875 +Info 3138 [15:14:31.462] Format host information updated +Info 3139 [15:14:31.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3140 [15:14:31.630] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 8.092971999198198ms +Info 3141 [15:14:31.630] Different program with same set of files +Info 3142 [15:14:31.631] getCompletionData: Get current token: 0.007272001355886459 +Info 3143 [15:14:31.631] getCompletionData: Is inside comment: 0.010685000568628311 +Info 3144 [15:14:31.631] getCompletionData: Get previous token: 0.014281000941991806 +Info 3145 [15:14:31.631] getCompletionsAtPosition: isCompletionListBlocker: 0.0021010003983974457 +Info 3146 [15:14:31.635] getExportInfoMap: cache hit +Info 3147 [15:14:31.637] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3148 [15:14:31.637] collectAutoImports: response is complete +Info 3149 [15:14:31.637] collectAutoImports: 2.714581001549959 +Info 3150 [15:14:31.637] getCompletionData: Semantic work: 6.722850997000933 +Info 3151 [15:14:31.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.9278820008039474 +Info 3152 [15:14:31.648] Format host information updated +Info 3153 [15:14:31.651] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3154 [15:14:31.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 8.91755199804902ms +Info 3155 [15:14:31.660] Different program with same set of files +Info 3156 [15:14:31.660] getCompletionData: Get current token: 0.0069200024008750916 +Info 3157 [15:14:31.660] getCompletionData: Is inside comment: 0.011117998510599136 +Info 3158 [15:14:31.660] getCompletionData: Get previous token: 0.014159001410007477 +Info 3159 [15:14:31.660] getCompletionsAtPosition: isCompletionListBlocker: 0.002240002155303955 +Info 3160 [15:14:31.661] getExportInfoMap: cache hit +Info 3161 [15:14:31.665] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3162 [15:14:31.665] collectAutoImports: response is complete +Info 3163 [15:14:31.665] collectAutoImports: 3.0591320022940636 +Info 3164 [15:14:31.665] getCompletionData: Semantic work: 4.784517001360655 +Info 3165 [15:14:31.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.595747999846935 +Info 3166 [15:14:31.678] Format host information updated +Info 3167 [15:14:31.822] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3168 [15:14:31.829] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 7.572132997214794ms +Info 3169 [15:14:31.829] Different program with same set of files +Info 3170 [15:14:31.830] getCompletionData: Get current token: 0.007050998508930206 +Info 3171 [15:14:31.830] getCompletionData: Is inside comment: 0.011258997023105621 +Info 3172 [15:14:31.830] getCompletionData: Get previous token: 0.013875998556613922 +Info 3173 [15:14:31.830] getCompletionsAtPosition: isCompletionListBlocker: 0.0023170001804828644 +Info 3174 [15:14:31.831] getExportInfoMap: cache hit +Info 3175 [15:14:31.833] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3176 [15:14:31.834] collectAutoImports: response is complete +Info 3177 [15:14:31.834] collectAutoImports: 2.62873699888587 +Info 3178 [15:14:31.834] getCompletionData: Semantic work: 3.9262190014123917 +Info 3179 [15:14:31.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.22529400140047 +Info 3180 [15:14:31.844] Format host information updated +Info 3181 [15:14:31.847] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3182 [15:14:31.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 12.073265001177788ms +Info 3183 [15:14:31.859] Different program with same set of files +Info 3184 [15:14:31.859] getCompletionData: Get current token: 0.00719200074672699 +Info 3185 [15:14:31.859] getCompletionData: Is inside comment: 0.010212000459432602 +Info 3186 [15:14:31.859] getCompletionData: Get previous token: 0.013514000922441483 +Info 3187 [15:14:31.859] getCompletionsAtPosition: isCompletionListBlocker: 0.002376999706029892 +Info 3188 [15:14:31.861] getExportInfoMap: cache hit +Info 3189 [15:14:31.863] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3190 [15:14:31.863] collectAutoImports: response is complete +Info 3191 [15:14:31.863] collectAutoImports: 2.645789999514818 +Info 3192 [15:14:31.863] getCompletionData: Semantic work: 3.9424399994313717 +Info 3193 [15:14:31.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.150944001972675 +Info 3194 [15:14:31.874] Format host information updated +Info 3195 [15:14:32.017] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3196 [15:14:32.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 8.279665000736713ms +Info 3197 [15:14:32.025] Different program with same set of files +Info 3198 [15:14:32.025] getCompletionData: Get current token: 0.0076849982142448425 +Info 3199 [15:14:32.025] getCompletionData: Is inside comment: 0.03690100088715553 +Info 3200 [15:14:32.025] getCompletionData: Get previous token: 0.031817998737096786 +Info 3201 [15:14:32.025] getCompletionsAtPosition: isCompletionListBlocker: 0.0022899992763996124 +Info 3202 [15:14:32.027] getExportInfoMap: cache hit +Info 3203 [15:14:32.030] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 3204 [15:14:32.030] collectAutoImports: response is complete +Info 3205 [15:14:32.030] collectAutoImports: 2.684518001973629 +Info 3206 [15:14:32.030] getCompletionData: Semantic work: 4.648736998438835 +Info 3207 [15:14:32.040] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.332482997328043 +Info 3208 [15:14:32.043] Format host information updated +Info 3209 [15:14:32.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3210 [15:14:32.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 10.599378000944853ms +Info 3211 [15:14:32.188] Different program with same set of files +Info 3212 [15:14:32.188] getCompletionData: Get current token: 0.009769998490810394 +Info 3213 [15:14:32.188] getCompletionData: Is inside comment: 0.01227700337767601 +Info 3214 [15:14:32.188] getCompletionData: Get previous token: 0.00853399932384491 +Info 3215 [15:14:32.188] getCompletionsAtPosition: isCompletionListBlocker: 0.0026389993727207184 +Info 3216 [15:14:32.190] getExportInfoMap: cache hit +Info 3217 [15:14:32.220] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3218 [15:14:32.220] collectAutoImports: response is complete +Info 3219 [15:14:32.220] collectAutoImports: 30.54143500328064 +Info 3220 [15:14:32.220] getCompletionData: Semantic work: 31.895693000406027 +Info 3221 [15:14:32.235] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.900017999112606 +Info 3222 [15:14:32.246] Format host information updated +Info 3223 [15:14:32.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3224 [15:14:32.637] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 23.00085699930787ms +Info 3225 [15:14:32.637] Different program with same set of files +Info 3226 [15:14:32.638] getCompletionData: Get current token: 0.02534399926662445 +Info 3227 [15:14:32.638] getCompletionData: Is inside comment: 0.03277100250124931 +Info 3228 [15:14:32.638] getCompletionData: Get previous token: 0.048558998852968216 +Info 3229 [15:14:32.638] getCompletionsAtPosition: isCompletionListBlocker: 0.00544700026512146 +Info 3230 [15:14:32.641] getExportInfoMap: cache hit +Info 3231 [15:14:32.651] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 3232 [15:14:32.651] collectAutoImports: response is complete +Info 3233 [15:14:32.651] collectAutoImports: 9.787328999489546 +Info 3234 [15:14:32.651] getCompletionData: Semantic work: 13.203163001686335 +Info 3235 [15:14:32.661] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.818084999918938 +Info 3236 [15:14:32.666] Format host information updated +Info 3237 [15:14:32.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3238 [15:14:32.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 8.366549998521805ms +Info 3239 [15:14:32.830] Different program with same set of files +Info 3240 [15:14:32.830] getCompletionData: Get current token: 0.007554002106189728 +Info 3241 [15:14:32.830] getCompletionData: Is inside comment: 0.011260997503995895 +Info 3242 [15:14:32.830] getCompletionData: Get previous token: 0.015273001044988632 +Info 3243 [15:14:32.830] getCompletionsAtPosition: isCompletionListBlocker: 0.0025949999690055847 +Info 3244 [15:14:32.831] getExportInfoMap: cache hit +Info 3245 [15:14:32.835] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 3246 [15:14:32.835] collectAutoImports: response is complete +Info 3247 [15:14:32.835] collectAutoImports: 3.24847299978137 +Info 3248 [15:14:32.835] getCompletionData: Semantic work: 4.57659399881959 +Info 3249 [15:14:32.846] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.974967997521162 +Info 3250 [15:14:32.848] Format host information updated +Info 3251 [15:14:32.852] Format host information updated +Info 3252 [15:14:32.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3253 [15:14:32.860] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 8.119548000395298ms +Info 3254 [15:14:32.860] Different program with same set of files +Info 3255 [15:14:32.860] getCompletionData: Get current token: 0.006960999220609665 +Info 3256 [15:14:32.860] getCompletionData: Is inside comment: 0.011445000767707825 +Info 3257 [15:14:32.860] getCompletionData: Get previous token: 0.015201997011899948 +Info 3258 [15:14:32.860] getCompletionsAtPosition: isCompletionListBlocker: 0.0029770024120807648 +Info 3259 [15:14:32.862] getExportInfoMap: cache hit +Info 3260 [15:14:32.864] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 3261 [15:14:32.864] collectAutoImports: response is complete +Info 3262 [15:14:32.864] collectAutoImports: 2.4210069999098778 +Info 3263 [15:14:32.864] getCompletionData: Semantic work: 3.8024690002202988 +Info 3264 [15:14:32.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.424809001386166 +Info 3265 [15:14:32.877] Format host information updated +Info 3266 [15:14:33.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3267 [15:14:33.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 8.088326998054981ms +Info 3268 [15:14:33.031] Different program with same set of files +Info 3269 [15:14:33.032] getCompletionData: Get current token: 0.008018001914024353 +Info 3270 [15:14:33.032] getCompletionData: Is inside comment: 0.011799000203609467 +Info 3271 [15:14:33.032] getCompletionData: Get previous token: 0.015186000615358353 +Info 3272 [15:14:33.032] getCompletionsAtPosition: isCompletionListBlocker: 0.002680998295545578 +Info 3273 [15:14:33.033] getExportInfoMap: cache hit +Info 3274 [15:14:33.036] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 3275 [15:14:33.036] collectAutoImports: response is complete +Info 3276 [15:14:33.036] collectAutoImports: 2.502505000680685 +Info 3277 [15:14:33.036] getCompletionData: Semantic work: 3.9695539996027946 +Info 3278 [15:14:33.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.17960299924016 +Info 3279 [15:14:33.048] Format host information updated +Info 3280 [15:14:33.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3281 [15:14:33.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 7.741007000207901ms +Info 3282 [15:14:33.203] Different program with same set of files +Info 3283 [15:14:33.203] getCompletionData: Get current token: 0.007254000753164291 +Info 3284 [15:14:33.203] getCompletionData: Is inside comment: 0.011414002627134323 +Info 3285 [15:14:33.203] getCompletionData: Get previous token: 0.016509000211954117 +Info 3286 [15:14:33.203] getCompletionsAtPosition: isCompletionListBlocker: 0.002707000821828842 +Info 3287 [15:14:33.204] getExportInfoMap: cache hit +Info 3288 [15:14:33.207] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3289 [15:14:33.207] collectAutoImports: response is complete +Info 3290 [15:14:33.207] collectAutoImports: 2.3372909985482693 +Info 3291 [15:14:33.207] getCompletionData: Semantic work: 3.7052340023219585 +Info 3292 [15:14:33.214] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.710498999804258 +Info 3293 [15:14:33.217] Format host information updated +Info 3294 [15:14:33.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3295 [15:14:33.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 11.666584998369217ms +Info 3296 [15:14:33.231] Different program with same set of files +Info 3297 [15:14:33.231] getCompletionData: Get current token: 0.007038000971078873 +Info 3298 [15:14:33.231] getCompletionData: Is inside comment: 0.012327000498771667 +Info 3299 [15:14:33.231] getCompletionData: Get previous token: 0.01561800017952919 +Info 3300 [15:14:33.231] getCompletionsAtPosition: isCompletionListBlocker: 0.003217000514268875 +Info 3301 [15:14:33.233] getExportInfoMap: cache hit +Info 3302 [15:14:33.235] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3303 [15:14:33.235] collectAutoImports: response is complete +Info 3304 [15:14:33.235] collectAutoImports: 2.374542001634836 +Info 3305 [15:14:33.235] getCompletionData: Semantic work: 4.039129000157118 +Info 3306 [15:14:33.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.992239002138376 +Info 3307 [15:14:33.249] Format host information updated +Info 3308 [15:14:33.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3309 [15:14:33.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 7.742993999272585ms +Info 3310 [15:14:33.399] Different program with same set of files +Info 3311 [15:14:33.399] getCompletionData: Get current token: 0.007095001637935638 +Info 3312 [15:14:33.399] getCompletionData: Is inside comment: 0.013092000037431717 +Info 3313 [15:14:33.399] getCompletionData: Get previous token: 0.015475999563932419 +Info 3314 [15:14:33.399] getCompletionsAtPosition: isCompletionListBlocker: 0.0030480027198791504 +Info 3315 [15:14:33.403] getExportInfoMap: cache hit +Info 3316 [15:14:33.406] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3317 [15:14:33.406] collectAutoImports: response is complete +Info 3318 [15:14:33.406] collectAutoImports: 2.699778001755476 +Info 3319 [15:14:33.406] getCompletionData: Semantic work: 6.752786997705698 +Info 3320 [15:14:33.414] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.792766999453306 +Info 3321 [15:14:33.416] Format host information updated +Info 3322 [15:14:33.418] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3323 [15:14:33.427] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 8.30052400007844ms +Info 3324 [15:14:33.427] Different program with same set of files +Info 3325 [15:14:33.427] getCompletionData: Get current token: 0.006787002086639404 +Info 3326 [15:14:33.427] getCompletionData: Is inside comment: 0.012404002249240875 +Info 3327 [15:14:33.427] getCompletionData: Get previous token: 0.015446998178958893 +Info 3328 [15:14:33.427] getCompletionsAtPosition: isCompletionListBlocker: 0.002856999635696411 +Info 3329 [15:14:33.428] getExportInfoMap: cache hit +Info 3330 [15:14:33.431] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3331 [15:14:33.431] collectAutoImports: response is complete +Info 3332 [15:14:33.431] collectAutoImports: 2.3088150024414062 +Info 3333 [15:14:33.431] getCompletionData: Semantic work: 3.7442039996385574 +Info 3334 [15:14:33.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.791903998702765 +Info 3335 [15:14:33.444] Format host information updated +Info 3336 [15:14:33.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3337 [15:14:33.592] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 8.484325002878904ms +Info 3338 [15:14:33.592] Different program with same set of files +Info 3339 [15:14:33.592] getCompletionData: Get current token: 0.007350001484155655 +Info 3340 [15:14:33.592] getCompletionData: Is inside comment: 0.011656001210212708 +Info 3341 [15:14:33.592] getCompletionData: Get previous token: 0.01570799946784973 +Info 3342 [15:14:33.592] getCompletionsAtPosition: isCompletionListBlocker: 0.003235001116991043 +Info 3343 [15:14:33.594] getExportInfoMap: cache hit +Info 3344 [15:14:33.596] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3345 [15:14:33.596] collectAutoImports: response is complete +Info 3346 [15:14:33.596] collectAutoImports: 2.3280100002884865 +Info 3347 [15:14:33.596] getCompletionData: Semantic work: 3.6485109999775887 +Info 3348 [15:14:33.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.52751000225544 +Info 3349 [15:14:33.608] Format host information updated +Info 3350 [15:14:33.758] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3351 [15:14:33.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 7.290667001157999ms +Info 3352 [15:14:33.766] Different program with same set of files +Info 3353 [15:14:33.766] getCompletionData: Get current token: 0.008309997618198395 +Info 3354 [15:14:33.766] getCompletionData: Is inside comment: 0.011910002678632736 +Info 3355 [15:14:33.766] getCompletionData: Get previous token: 0.00838099792599678 +Info 3356 [15:14:33.766] getCompletionsAtPosition: isCompletionListBlocker: 0.008628997951745987 +Info 3357 [15:14:33.767] getExportInfoMap: cache hit +Info 3358 [15:14:33.789] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3359 [15:14:33.789] collectAutoImports: response is complete +Info 3360 [15:14:33.789] collectAutoImports: 22.002857003360987 +Info 3361 [15:14:33.789] getCompletionData: Semantic work: 23.282416999340057 +Info 3362 [15:14:33.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.278657000511885 +Info 3363 [15:14:33.819] Format host information updated +Info 3364 [15:14:33.827] Format host information updated +Info 3365 [15:14:33.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3366 [15:14:33.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 11.016534999012947ms +Info 3367 [15:14:33.840] Different program with same set of files +Info 3368 [15:14:33.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3369 [15:14:33.992] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 9.990308001637459ms +Info 3370 [15:14:33.992] Different program with same set of files +Info 3371 [15:14:33.992] getCompletionData: Get current token: 0.008671998977661133 +Info 3372 [15:14:33.992] getCompletionData: Is inside comment: 0.012889999896287918 +Info 3373 [15:14:33.992] getCompletionData: Get previous token: 0.009258002042770386 +Info 3374 [15:14:33.992] getCompletionsAtPosition: isCompletionListBlocker: 0.007541000843048096 +Info 3375 [15:14:33.993] getExportInfoMap: cache hit +Info 3376 [15:14:34.016] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3377 [15:14:34.016] collectAutoImports: response is complete +Info 3378 [15:14:34.016] collectAutoImports: 22.21705599874258 +Info 3379 [15:14:34.016] getCompletionData: Semantic work: 23.700726002454758 +Info 3380 [15:14:34.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.33755699917674 +Info 3381 [15:14:34.040] Format host information updated +Info 3382 [15:14:34.047] Format host information updated +Info 3383 [15:14:34.047] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3384 [15:14:34.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 10.742768999189138ms +Info 3385 [15:14:34.058] Different program with same set of files +Info 3386 [15:14:34.197] Format host information updated +Info 3387 [15:14:37.282] Format host information updated +Info 3388 [15:14:37.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3389 [15:14:37.294] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 11.113694999366999ms +Info 3390 [15:14:37.294] Different program with same set of files +Info 3391 [15:14:37.437] Format host information updated +Info 3392 [15:14:38.105] Format host information updated +Info 3393 [15:14:38.105] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3394 [15:14:38.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 7.81768000125885ms +Info 3395 [15:14:38.113] Different program with same set of files +Info 3396 [15:18:08.080] Format host information updated +Info 3397 [15:18:08.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3398 [15:18:08.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 19.435659997165203ms +Info 3399 [15:18:08.100] Different program with same set of files +Info 3400 [15:18:11.100] Format host information updated +Info 3401 [15:18:11.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3402 [15:18:11.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 10.842802997678518ms +Info 3403 [15:18:11.111] Different program with same set of files +Info 3404 [15:18:11.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3405 [15:18:11.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 10.425565000623465ms +Info 3406 [15:18:11.348] Different program with same set of files +Info 3407 [15:18:11.348] getCompletionData: Get current token: 0.006288997828960419 +Info 3408 [15:18:11.348] getCompletionData: Is inside comment: 0.015147000551223755 +Info 3409 [15:18:11.348] getCompletionData: Get previous token: 0.022409997880458832 +Info 3410 [15:18:11.348] getCompletionsAtPosition: isCompletionListBlocker: 0.0027199983596801758 +Info 3411 [15:18:11.350] getExportInfoMap: cache hit +Info 3412 [15:18:11.359] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 3413 [15:18:11.359] collectAutoImports: response is complete +Info 3414 [15:18:11.359] collectAutoImports: 8.804324001073837 +Info 3415 [15:18:11.359] getCompletionData: Semantic work: 10.980138998478651 +Info 3416 [15:18:11.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.757857996970415 +Info 3417 [15:18:11.377] Format host information updated +Info 3418 [15:18:11.523] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3419 [15:18:11.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 8.506753999739885ms +Info 3420 [15:18:11.532] Different program with same set of files +Info 3421 [15:18:11.532] getCompletionData: Get current token: 0.005243998020887375 +Info 3422 [15:18:11.532] getCompletionData: Is inside comment: 0.05187299847602844 +Info 3423 [15:18:11.532] getCompletionData: Get previous token: 0.016079001128673553 +Info 3424 [15:18:11.532] getCompletionsAtPosition: isCompletionListBlocker: 0.0018640011548995972 +Info 3425 [15:18:11.533] getExportInfoMap: cache hit +Info 3426 [15:18:11.538] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 219 from cache +Info 3427 [15:18:11.538] collectAutoImports: response is complete +Info 3428 [15:18:11.538] collectAutoImports: 4.5133780017495155 +Info 3429 [15:18:11.538] getCompletionData: Semantic work: 5.9484830014407635 +Info 3430 [15:18:11.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.824204999953508 +Info 3431 [15:18:11.552] Format host information updated +Info 3432 [15:18:11.700] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3433 [15:18:11.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 10.202045999467373ms +Info 3434 [15:18:11.710] Different program with same set of files +Info 3435 [15:18:11.710] getCompletionData: Get current token: 0.00535999983549118 +Info 3436 [15:18:11.710] getCompletionData: Is inside comment: 0.010384999215602875 +Info 3437 [15:18:11.710] getCompletionData: Get previous token: 0.029367998242378235 +Info 3438 [15:18:11.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0018799975514411926 +Info 3439 [15:18:11.712] getExportInfoMap: cache hit +Info 3440 [15:18:11.716] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 195 from cache +Info 3441 [15:18:11.716] collectAutoImports: response is complete +Info 3442 [15:18:11.716] collectAutoImports: 4.143828000873327 +Info 3443 [15:18:11.716] getCompletionData: Semantic work: 5.713546000421047 +Info 3444 [15:18:11.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.04348500072956 +Info 3445 [15:18:11.728] Format host information updated +Info 3446 [15:18:11.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3447 [15:18:11.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 16.766511000692844ms +Info 3448 [15:18:11.893] Different program with same set of files +Info 3449 [15:18:11.893] getCompletionData: Get current token: 0.0055060014128685 +Info 3450 [15:18:11.893] getCompletionData: Is inside comment: 0.009741999208927155 +Info 3451 [15:18:11.893] getCompletionData: Get previous token: 0.012414999306201935 +Info 3452 [15:18:11.893] getCompletionsAtPosition: isCompletionListBlocker: 0.0024029985070228577 +Info 3453 [15:18:11.896] getExportInfoMap: cache hit +Info 3454 [15:18:11.901] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 87 from cache +Info 3455 [15:18:11.901] collectAutoImports: response is complete +Info 3456 [15:18:11.901] collectAutoImports: 5.020966999232769 +Info 3457 [15:18:11.901] getCompletionData: Semantic work: 7.452082000672817 +Info 3458 [15:18:11.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.593692999333143 +Info 3459 [15:18:11.925] Format host information updated +Info 3460 [15:18:11.926] Format host information updated +Info 3461 [15:18:11.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3462 [15:18:11.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 16.275072000920773ms +Info 3463 [15:18:11.943] Different program with same set of files +Info 3464 [15:18:12.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3465 [15:18:12.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 7.769373998045921ms +Info 3466 [15:18:12.117] Different program with same set of files +Info 3467 [15:18:12.117] getCompletionData: Get current token: 0.004714999347925186 +Info 3468 [15:18:12.117] getCompletionData: Is inside comment: 0.00981999933719635 +Info 3469 [15:18:12.117] getCompletionData: Get previous token: 0.011810000985860825 +Info 3470 [15:18:12.117] getCompletionsAtPosition: isCompletionListBlocker: 0.0022909976541996002 +Info 3471 [15:18:12.119] getExportInfoMap: cache hit +Info 3472 [15:18:12.121] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 3473 [15:18:12.121] collectAutoImports: response is complete +Info 3474 [15:18:12.121] collectAutoImports: 2.6374129988253117 +Info 3475 [15:18:12.121] getCompletionData: Semantic work: 4.042918998748064 +Info 3476 [15:18:12.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.435422997921705 +Info 3477 [15:18:12.134] Format host information updated +Info 3478 [15:18:12.136] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3479 [15:18:12.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 10.202004998922348ms +Info 3480 [15:18:12.147] Different program with same set of files +Info 3481 [15:18:12.147] getCompletionData: Get current token: 0.005257997661828995 +Info 3482 [15:18:12.147] getCompletionData: Is inside comment: 0.008974000811576843 +Info 3483 [15:18:12.147] getCompletionData: Get previous token: 0.0111129991710186 +Info 3484 [15:18:12.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0022849999368190765 +Info 3485 [15:18:12.149] getExportInfoMap: cache hit +Info 3486 [15:18:12.152] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 3487 [15:18:12.152] collectAutoImports: response is complete +Info 3488 [15:18:12.152] collectAutoImports: 3.3464879989624023 +Info 3489 [15:18:12.152] getCompletionData: Semantic work: 5.2589030005037785 +Info 3490 [15:18:12.162] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.928523000329733 +Info 3491 [15:18:12.165] Format host information updated +Info 3492 [15:18:12.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3493 [15:18:12.323] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 8.89274300262332ms +Info 3494 [15:18:12.323] Different program with same set of files +Info 3495 [15:18:12.323] getCompletionData: Get current token: 0.004285000264644623 +Info 3496 [15:18:12.323] getCompletionData: Is inside comment: 0.008648000657558441 +Info 3497 [15:18:12.323] getCompletionData: Get previous token: 0.010819997638463974 +Info 3498 [15:18:12.323] getCompletionsAtPosition: isCompletionListBlocker: 0.0019509978592395782 +Info 3499 [15:18:12.325] getExportInfoMap: cache hit +Info 3500 [15:18:12.327] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 3501 [15:18:12.327] collectAutoImports: response is complete +Info 3502 [15:18:12.327] collectAutoImports: 2.5098600015044212 +Info 3503 [15:18:12.327] getCompletionData: Semantic work: 3.7883689999580383 +Info 3504 [15:18:12.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.230378996580839 +Info 3505 [15:18:12.338] Format host information updated +Info 3506 [15:18:12.342] Format host information updated +Info 3507 [15:18:12.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3508 [15:18:12.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 7.684774000197649ms +Info 3509 [15:18:12.350] Different program with same set of files +Info 3510 [15:18:12.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3511 [15:18:12.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 7.4753770008683205ms +Info 3512 [15:18:12.497] Different program with same set of files +Info 3513 [15:18:12.497] getCompletionData: Get current token: 0.0040460005402565 +Info 3514 [15:18:12.497] getCompletionData: Is inside comment: 0.009665999561548233 +Info 3515 [15:18:12.497] getCompletionData: Get previous token: 0.011247999966144562 +Info 3516 [15:18:12.497] getCompletionsAtPosition: isCompletionListBlocker: 0.0018839985132217407 +Info 3517 [15:18:12.499] getExportInfoMap: cache hit +Info 3518 [15:18:12.503] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 3519 [15:18:12.503] collectAutoImports: response is complete +Info 3520 [15:18:12.503] collectAutoImports: 4.372057002037764 +Info 3521 [15:18:12.503] getCompletionData: Semantic work: 5.658137999475002 +Info 3522 [15:18:12.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.450993001461029 +Info 3523 [15:18:12.513] Format host information updated +Info 3524 [15:18:12.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3525 [15:18:12.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 7.312000002712011ms +Info 3526 [15:18:12.524] Different program with same set of files +Info 3527 [15:18:12.524] getCompletionData: Get current token: 0.003773000091314316 +Info 3528 [15:18:12.524] getCompletionData: Is inside comment: 0.0249750018119812 +Info 3529 [15:18:12.524] getCompletionData: Get previous token: 0.01115800067782402 +Info 3530 [15:18:12.524] getCompletionsAtPosition: isCompletionListBlocker: 0.0018879994750022888 +Info 3531 [15:18:12.526] getExportInfoMap: cache hit +Info 3532 [15:18:12.528] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 3533 [15:18:12.529] collectAutoImports: response is complete +Info 3534 [15:18:12.529] collectAutoImports: 2.683354999870062 +Info 3535 [15:18:12.529] getCompletionData: Semantic work: 4.093731999397278 +Info 3536 [15:18:12.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.252565000206232 +Info 3537 [15:18:12.541] Format host information updated +Info 3538 [15:18:12.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3539 [15:18:12.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 15.311533998697996ms +Info 3540 [15:18:12.702] Different program with same set of files +Info 3541 [15:18:12.703] getCompletionData: Get current token: 0.004374001175165176 +Info 3542 [15:18:12.703] getCompletionData: Is inside comment: 0.008967000991106033 +Info 3543 [15:18:12.703] getCompletionData: Get previous token: 0.01116500049829483 +Info 3544 [15:18:12.703] getCompletionsAtPosition: isCompletionListBlocker: 0.002637997269630432 +Info 3545 [15:18:12.705] getExportInfoMap: cache hit +Info 3546 [15:18:12.708] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 3547 [15:18:12.708] collectAutoImports: response is complete +Info 3548 [15:18:12.708] collectAutoImports: 3.508976999670267 +Info 3549 [15:18:12.708] getCompletionData: Semantic work: 5.726577002555132 +Info 3550 [15:18:12.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.541214000433683 +Info 3551 [15:18:12.729] Format host information updated +Info 3552 [15:18:12.902] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3553 [15:18:12.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 8.646111000329256ms +Info 3554 [15:18:12.911] Different program with same set of files +Info 3555 [15:18:12.911] getCompletionData: Get current token: 0.004066001623868942 +Info 3556 [15:18:12.911] getCompletionData: Is inside comment: 0.010476000607013702 +Info 3557 [15:18:12.911] getCompletionData: Get previous token: 0.027766000479459763 +Info 3558 [15:18:12.911] getCompletionsAtPosition: isCompletionListBlocker: 0.0019810013473033905 +Info 3559 [15:18:12.913] getExportInfoMap: cache hit +Info 3560 [15:18:12.915] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 3561 [15:18:12.915] collectAutoImports: response is complete +Info 3562 [15:18:12.915] collectAutoImports: 2.431869998574257 +Info 3563 [15:18:12.915] getCompletionData: Semantic work: 3.834045000374317 +Info 3564 [15:18:12.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.86362699791789 +Info 3565 [15:18:12.927] Format host information updated +Info 3566 [15:18:13.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3567 [15:18:13.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 7.414916001260281ms +Info 3568 [15:18:13.074] Different program with same set of files +Info 3569 [15:18:13.074] getCompletionData: Get current token: 0.0060730017721652985 +Info 3570 [15:18:13.074] getCompletionData: Is inside comment: 0.008841998875141144 +Info 3571 [15:18:13.074] getCompletionData: Get previous token: 0.01043500006198883 +Info 3572 [15:18:13.074] getCompletionsAtPosition: isCompletionListBlocker: 0.0020789988338947296 +Info 3573 [15:18:13.075] getExportInfoMap: cache hit +Info 3574 [15:18:13.077] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 42 from cache +Info 3575 [15:18:13.078] collectAutoImports: response is complete +Info 3576 [15:18:13.078] collectAutoImports: 2.4333129972219467 +Info 3577 [15:18:13.078] getCompletionData: Semantic work: 3.6975160017609596 +Info 3578 [15:18:13.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.502702999860048 +Info 3579 [15:18:13.089] Format host information updated +Info 3580 [15:18:13.317] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3581 [15:18:13.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 13.58873699977994ms +Info 3582 [15:18:13.331] Different program with same set of files +Info 3583 [15:18:13.331] getCompletionData: Get current token: 0.004983000457286835 +Info 3584 [15:18:13.331] getCompletionData: Is inside comment: 0.01450899988412857 +Info 3585 [15:18:13.331] getCompletionData: Get previous token: 0.01664000004529953 +Info 3586 [15:18:13.331] getCompletionsAtPosition: isCompletionListBlocker: 0.002995997667312622 +Info 3587 [15:18:13.333] getExportInfoMap: cache hit +Info 3588 [15:18:13.337] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3589 [15:18:13.337] collectAutoImports: response is complete +Info 3590 [15:18:13.337] collectAutoImports: 3.6974570006132126 +Info 3591 [15:18:13.337] getCompletionData: Semantic work: 5.633134998381138 +Info 3592 [15:18:13.349] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.69386200234294 +Info 3593 [15:18:13.352] Format host information updated +Info 3594 [15:18:13.500] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3595 [15:18:13.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 8.28898499906063ms +Info 3596 [15:18:13.508] Different program with same set of files +Info 3597 [15:18:13.508] getCompletionData: Get current token: 0.0031610019505023956 +Info 3598 [15:18:13.508] getCompletionData: Is inside comment: 0.008439000695943832 +Info 3599 [15:18:13.508] getCompletionData: Get previous token: 0.010304000228643417 +Info 3600 [15:18:13.508] getCompletionsAtPosition: isCompletionListBlocker: 0.002204999327659607 +Info 3601 [15:18:13.510] getExportInfoMap: cache hit +Info 3602 [15:18:13.516] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3603 [15:18:13.516] collectAutoImports: response is complete +Info 3604 [15:18:13.516] collectAutoImports: 5.805331997573376 +Info 3605 [15:18:13.516] getCompletionData: Semantic work: 7.726015001535416 +Info 3606 [15:18:13.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.537914998829365 +Info 3607 [15:18:13.526] Format host information updated +Info 3608 [15:18:13.662] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3609 [15:18:13.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 7.1876149997115135ms +Info 3610 [15:18:13.669] Different program with same set of files +Info 3611 [15:18:13.669] getCompletionData: Get current token: 0.0028690025210380554 +Info 3612 [15:18:13.669] getCompletionData: Is inside comment: 0.008748002350330353 +Info 3613 [15:18:13.669] getCompletionData: Get previous token: 0.010315999388694763 +Info 3614 [15:18:13.669] getCompletionsAtPosition: isCompletionListBlocker: 0.002581000328063965 +Info 3615 [15:18:13.671] getExportInfoMap: cache hit +Info 3616 [15:18:13.673] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3617 [15:18:13.673] collectAutoImports: response is complete +Info 3618 [15:18:13.673] collectAutoImports: 2.3363499976694584 +Info 3619 [15:18:13.673] getCompletionData: Semantic work: 3.7268129996955395 +Info 3620 [15:18:13.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.049227003008127 +Info 3621 [15:18:13.685] Format host information updated +Info 3622 [15:18:13.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3623 [15:18:13.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 9.289361000061035ms +Info 3624 [15:18:13.850] Different program with same set of files +Info 3625 [15:18:13.850] getCompletionData: Get current token: 0.0032979995012283325 +Info 3626 [15:18:13.850] getCompletionData: Is inside comment: 0.007815998047590256 +Info 3627 [15:18:13.850] getCompletionData: Get previous token: 0.010193999856710434 +Info 3628 [15:18:13.850] getCompletionsAtPosition: isCompletionListBlocker: 0.0017590001225471497 +Info 3629 [15:18:13.851] getExportInfoMap: cache hit +Info 3630 [15:18:13.853] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3631 [15:18:13.853] collectAutoImports: response is complete +Info 3632 [15:18:13.853] collectAutoImports: 2.35555300116539 +Info 3633 [15:18:13.853] getCompletionData: Semantic work: 3.553370002657175 +Info 3634 [15:18:13.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.176487997174263 +Info 3635 [15:18:13.863] Format host information updated +Info 3636 [15:18:14.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3637 [15:18:14.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 7.918933000415564ms +Info 3638 [15:18:14.017] Different program with same set of files +Info 3639 [15:18:14.017] getCompletionData: Get current token: 0.0035260021686553955 +Info 3640 [15:18:14.017] getCompletionData: Is inside comment: 0.008707001805305481 +Info 3641 [15:18:14.017] getCompletionData: Get previous token: 0.01082799956202507 +Info 3642 [15:18:14.017] getCompletionsAtPosition: isCompletionListBlocker: 0.0020559988915920258 +Info 3643 [15:18:14.019] getExportInfoMap: cache hit +Info 3644 [15:18:14.023] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3645 [15:18:14.023] collectAutoImports: response is complete +Info 3646 [15:18:14.023] collectAutoImports: 4.565269999206066 +Info 3647 [15:18:14.023] getCompletionData: Semantic work: 6.004567999392748 +Info 3648 [15:18:14.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.9485689997673035 +Info 3649 [15:18:14.034] Format host information updated +Info 3650 [15:18:14.179] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3651 [15:18:14.187] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 7.757164999842644ms +Info 3652 [15:18:14.187] Different program with same set of files +Info 3653 [15:18:14.187] getCompletionData: Get current token: 0.003528997302055359 +Info 3654 [15:18:14.187] getCompletionData: Is inside comment: 0.008951999247074127 +Info 3655 [15:18:14.187] getCompletionData: Get previous token: 0.010592002421617508 +Info 3656 [15:18:14.187] getCompletionsAtPosition: isCompletionListBlocker: 0.002195000648498535 +Info 3657 [15:18:14.188] getExportInfoMap: cache hit +Info 3658 [15:18:14.191] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3659 [15:18:14.191] collectAutoImports: response is complete +Info 3660 [15:18:14.191] collectAutoImports: 2.421043999493122 +Info 3661 [15:18:14.191] getCompletionData: Semantic work: 3.7628600001335144 +Info 3662 [15:18:14.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.260680999606848 +Info 3663 [15:18:14.204] Format host information updated +Info 3664 [15:18:14.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3665 [15:18:14.215] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 8.090470999479294ms +Info 3666 [15:18:14.215] Different program with same set of files +Info 3667 [15:18:14.215] getCompletionData: Get current token: 0.0031300000846385956 +Info 3668 [15:18:14.215] getCompletionData: Is inside comment: 0.008461996912956238 +Info 3669 [15:18:14.215] getCompletionData: Get previous token: 0.010680999606847763 +Info 3670 [15:18:14.215] getCompletionsAtPosition: isCompletionListBlocker: 0.002063002437353134 +Info 3671 [15:18:14.216] getExportInfoMap: cache hit +Info 3672 [15:18:14.219] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3673 [15:18:14.219] collectAutoImports: response is complete +Info 3674 [15:18:14.219] collectAutoImports: 2.3891679979860783 +Info 3675 [15:18:14.219] getCompletionData: Semantic work: 3.81199199706316 +Info 3676 [15:18:14.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.131381999701262 +Info 3677 [15:18:14.231] Format host information updated +Info 3678 [15:18:14.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3679 [15:18:14.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 7.54458099976182ms +Info 3680 [15:18:14.383] Different program with same set of files +Info 3681 [15:18:14.383] getCompletionData: Get current token: 0.0034379996359348297 +Info 3682 [15:18:14.383] getCompletionData: Is inside comment: 0.009003996849060059 +Info 3683 [15:18:14.383] getCompletionData: Get previous token: 0.010402001440525055 +Info 3684 [15:18:14.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0019990019500255585 +Info 3685 [15:18:14.384] getExportInfoMap: cache hit +Info 3686 [15:18:14.387] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3687 [15:18:14.387] collectAutoImports: response is complete +Info 3688 [15:18:14.387] collectAutoImports: 2.435014996677637 +Info 3689 [15:18:14.387] getCompletionData: Semantic work: 3.7353739999234676 +Info 3690 [15:18:14.394] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.249592997133732 +Info 3691 [15:18:14.397] Format host information updated +Info 3692 [15:18:14.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3693 [15:18:14.550] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 10.520155999809504ms +Info 3694 [15:18:14.550] Different program with same set of files +Info 3695 [15:18:14.550] getCompletionData: Get current token: 0.0029800012707710266 +Info 3696 [15:18:14.550] getCompletionData: Is inside comment: 0.008251000195741653 +Info 3697 [15:18:14.550] getCompletionData: Get previous token: 0.010503999888896942 +Info 3698 [15:18:14.550] getCompletionsAtPosition: isCompletionListBlocker: 0.0020000003278255463 +Info 3699 [15:18:14.551] getExportInfoMap: cache hit +Info 3700 [15:18:14.554] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3701 [15:18:14.554] collectAutoImports: response is complete +Info 3702 [15:18:14.554] collectAutoImports: 2.4096150025725365 +Info 3703 [15:18:14.554] getCompletionData: Semantic work: 3.6907819993793964 +Info 3704 [15:18:14.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.800983998924494 +Info 3705 [15:18:14.564] Format host information updated +Info 3706 [15:18:14.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3707 [15:18:14.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 7.241549998521805ms +Info 3708 [15:18:14.574] Different program with same set of files +Info 3709 [15:18:14.575] getCompletionData: Get current token: 0.0041970014572143555 +Info 3710 [15:18:14.575] getCompletionData: Is inside comment: 0.008517000824213028 +Info 3711 [15:18:14.575] getCompletionData: Get previous token: 0.010267000645399094 +Info 3712 [15:18:14.575] getCompletionsAtPosition: isCompletionListBlocker: 0.0023780018091201782 +Info 3713 [15:18:14.578] getExportInfoMap: cache hit +Info 3714 [15:18:14.581] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 3715 [15:18:14.581] collectAutoImports: response is complete +Info 3716 [15:18:14.581] collectAutoImports: 2.464412998408079 +Info 3717 [15:18:14.581] getCompletionData: Semantic work: 6.070094000548124 +Info 3718 [15:18:14.588] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.485401000827551 +Info 3719 [15:18:14.591] Format host information updated +Info 3720 [15:18:14.727] Format host information updated +Info 3721 [15:18:14.728] getExportInfoMap: cache hit +Info 3722 [15:18:15.780] Format host information updated +Info 3723 [15:18:15.781] getExportInfoMap: cache hit +Info 3724 [15:18:16.073] Format host information updated +Info 3725 [15:18:16.073] getExportInfoMap: cache hit +Info 3726 [15:18:16.421] Format host information updated +Info 3727 [15:18:16.422] getExportInfoMap: cache hit +Info 3728 [15:18:16.662] Format host information updated +Info 3729 [15:18:16.663] getExportInfoMap: cache hit +Info 3730 [15:18:16.730] Format host information updated +Info 3731 [15:18:16.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3732 [15:18:16.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.001472998410463ms +Info 3733 [15:18:16.742] Different program with same set of files +Info 3734 [15:18:16.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3735 [15:18:16.912] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 7.794741999357939ms +Info 3736 [15:18:16.912] Different program with same set of files +Info 3737 [15:18:16.912] getCompletionData: Get current token: 0.0033360011875629425 +Info 3738 [15:18:16.912] getCompletionData: Is inside comment: 0.02988000214099884 +Info 3739 [15:18:16.912] getCompletionData: Get previous token: 0.014329001307487488 +Info 3740 [15:18:16.912] getCompletionsAtPosition: isCompletionListBlocker: 0.0019490011036396027 +Info 3741 [15:18:16.912] getCompletionData: Semantic work: 0.2966649979352951 +Info 3742 [15:18:16.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.49608200043439865 +Info 3743 [15:18:16.913] Format host information updated +Info 3744 [15:18:19.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3745 [15:18:19.745] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 7.627363000065088ms +Info 3746 [15:18:19.745] Different program with same set of files +Info 3747 [15:18:19.745] getCompletionData: Get current token: 0.003995001316070557 +Info 3748 [15:18:19.745] getCompletionData: Is inside comment: 0.010469000786542892 +Info 3749 [15:18:19.745] getCompletionData: Get previous token: 0.007098998874425888 +Info 3750 [15:18:19.745] getCompletionsAtPosition: isCompletionListBlocker: 0.002367999404668808 +Info 3751 [15:18:19.747] getExportInfoMap: cache hit +Info 3752 [15:18:19.773] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 3753 [15:18:19.773] collectAutoImports: response is complete +Info 3754 [15:18:19.773] collectAutoImports: 26.791675001382828 +Info 3755 [15:18:19.773] getCompletionData: Semantic work: 28.11397200077772 +Info 3756 [15:18:19.789] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.024333998560905 +Info 3757 [15:18:19.798] Format host information updated +Info 3758 [15:18:19.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3759 [15:18:19.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 8.986456997692585ms +Info 3760 [15:18:19.958] Different program with same set of files +Info 3761 [15:18:19.958] getCompletionData: Get current token: 0.004146002233028412 +Info 3762 [15:18:19.958] getCompletionData: Is inside comment: 0.010747000575065613 +Info 3763 [15:18:19.958] getCompletionData: Get previous token: 0.012175999581813812 +Info 3764 [15:18:19.958] getCompletionsAtPosition: isCompletionListBlocker: 0.0028250031173229218 +Info 3765 [15:18:19.960] getExportInfoMap: cache hit +Info 3766 [15:18:19.967] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 464 from cache +Info 3767 [15:18:19.967] collectAutoImports: response is complete +Info 3768 [15:18:19.967] collectAutoImports: 7.5723379999399185 +Info 3769 [15:18:19.967] getCompletionData: Semantic work: 9.049287002533674 +Info 3770 [15:18:19.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.114785000681877 +Info 3771 [15:18:19.981] Format host information updated +Info 3772 [15:18:20.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3773 [15:18:20.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 7.298955000936985ms +Info 3774 [15:18:20.131] Different program with same set of files +Info 3775 [15:18:20.131] getCompletionData: Get current token: 0.003625001758337021 +Info 3776 [15:18:20.131] getCompletionData: Is inside comment: 0.010340001434087753 +Info 3777 [15:18:20.131] getCompletionData: Get previous token: 0.011849001049995422 +Info 3778 [15:18:20.131] getCompletionsAtPosition: isCompletionListBlocker: 0.002353999763727188 +Info 3779 [15:18:20.133] getExportInfoMap: cache hit +Info 3780 [15:18:20.136] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 83 from cache +Info 3781 [15:18:20.136] collectAutoImports: response is complete +Info 3782 [15:18:20.136] collectAutoImports: 2.9109160006046295 +Info 3783 [15:18:20.136] getCompletionData: Semantic work: 4.212009001523256 +Info 3784 [15:18:20.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.901010997593403 +Info 3785 [15:18:20.148] Format host information updated +Info 3786 [15:18:20.405] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3787 [15:18:20.414] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 8.51902899891138ms +Info 3788 [15:18:20.414] Different program with same set of files +Info 3789 [15:18:20.414] getCompletionData: Get current token: 0.004751000553369522 +Info 3790 [15:18:20.414] getCompletionData: Is inside comment: 0.01269499957561493 +Info 3791 [15:18:20.414] getCompletionData: Get previous token: 0.01626500114798546 +Info 3792 [15:18:20.414] getCompletionsAtPosition: isCompletionListBlocker: 0.0029079988598823547 +Info 3793 [15:18:20.416] getExportInfoMap: cache hit +Info 3794 [15:18:20.419] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 1 from cache +Info 3795 [15:18:20.419] collectAutoImports: response is complete +Info 3796 [15:18:20.419] collectAutoImports: 3.2412849999964237 +Info 3797 [15:18:20.419] getCompletionData: Semantic work: 4.844303999096155 +Info 3798 [15:18:20.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.803557999432087 +Info 3799 [15:18:20.432] Format host information updated +Info 3800 [15:18:20.574] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3801 [15:18:20.586] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 11.805387999862432ms +Info 3802 [15:18:20.586] Different program with same set of files +Info 3803 [15:18:20.586] getCompletionData: Get current token: 0.0036210007965564728 +Info 3804 [15:18:20.586] getCompletionData: Is inside comment: 0.009885001927614212 +Info 3805 [15:18:20.586] getCompletionData: Get previous token: 0.024822000414133072 +Info 3806 [15:18:20.586] getCompletionsAtPosition: isCompletionListBlocker: 0.0024829991161823273 +Info 3807 [15:18:20.587] getExportInfoMap: cache hit +Info 3808 [15:18:20.590] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3809 [15:18:20.590] collectAutoImports: response is complete +Info 3810 [15:18:20.590] collectAutoImports: 3.2089819982647896 +Info 3811 [15:18:20.590] getCompletionData: Semantic work: 4.535996001213789 +Info 3812 [15:18:20.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.86141199991107 +Info 3813 [15:18:20.601] Format host information updated +Info 3814 [15:18:20.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3815 [15:18:20.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 7.554825000464916ms +Info 3816 [15:18:20.753] Different program with same set of files +Info 3817 [15:18:20.753] getCompletionData: Get current token: 0.0036880001425743103 +Info 3818 [15:18:20.753] getCompletionData: Is inside comment: 0.009529002010822296 +Info 3819 [15:18:20.754] getCompletionData: Get previous token: 0.011731002479791641 +Info 3820 [15:18:20.754] getCompletionsAtPosition: isCompletionListBlocker: 0.003089003264904022 +Info 3821 [15:18:20.755] getExportInfoMap: cache hit +Info 3822 [15:18:20.760] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3823 [15:18:20.760] collectAutoImports: response is complete +Info 3824 [15:18:20.760] collectAutoImports: 4.916802998632193 +Info 3825 [15:18:20.760] getCompletionData: Semantic work: 6.161254998296499 +Info 3826 [15:18:20.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.57396699860692 +Info 3827 [15:18:20.770] Format host information updated +Info 3828 [15:18:20.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3829 [15:18:20.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 7.480190001428127ms +Info 3830 [15:18:20.780] Different program with same set of files +Info 3831 [15:18:20.780] getCompletionData: Get current token: 0.003603000193834305 +Info 3832 [15:18:20.780] getCompletionData: Is inside comment: 0.009844999760389328 +Info 3833 [15:18:20.780] getCompletionData: Get previous token: 0.011392001062631607 +Info 3834 [15:18:20.780] getCompletionsAtPosition: isCompletionListBlocker: 0.002345997840166092 +Info 3835 [15:18:20.781] getExportInfoMap: cache hit +Info 3836 [15:18:20.784] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3837 [15:18:20.784] collectAutoImports: response is complete +Info 3838 [15:18:20.784] collectAutoImports: 2.4178609997034073 +Info 3839 [15:18:20.784] getCompletionData: Semantic work: 3.7118830010294914 +Info 3840 [15:18:20.793] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.455430999398232 +Info 3841 [15:18:20.796] Format host information updated +Info 3842 [15:18:20.933] Format host information updated +Info 3843 [15:18:23.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3844 [15:18:23.607] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 7.998153001070023ms +Info 3845 [15:18:23.607] Different program with same set of files +Info 3846 [15:18:23.607] getCompletionData: Get current token: 0.0022309981286525726 +Info 3847 [15:18:23.607] getCompletionData: Is inside comment: 0.006459001451730728 +Info 3848 [15:18:23.608] getCompletionData: Get previous token: 0.004875000566244125 +Info 3849 [15:18:23.608] getCompletionsAtPosition: isCompletionListBlocker: 0.0065850019454956055 +Info 3850 [15:18:23.609] getExportInfoMap: cache hit +Info 3851 [15:18:23.632] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3852 [15:18:23.632] collectAutoImports: response is complete +Info 3853 [15:18:23.632] collectAutoImports: 23.121892999857664 +Info 3854 [15:18:23.632] getCompletionData: Semantic work: 24.583703998476267 +Info 3855 [15:18:23.642] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.087538000196218 +Info 3856 [15:18:23.649] Format host information updated +Info 3857 [15:18:23.818] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3858 [15:18:23.826] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 7.977965999394655ms +Info 3859 [15:18:23.826] Different program with same set of files +Info 3860 [15:18:23.826] getCompletionData: Get current token: 0.0019599981606006622 +Info 3861 [15:18:23.826] getCompletionData: Is inside comment: 0.006059996783733368 +Info 3862 [15:18:23.826] getCompletionData: Get previous token: 0.008825000375509262 +Info 3863 [15:18:23.826] getCompletionsAtPosition: isCompletionListBlocker: 0.007732998579740524 +Info 3864 [15:18:23.827] getExportInfoMap: cache hit +Info 3865 [15:18:23.831] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 83 from cache +Info 3866 [15:18:23.831] collectAutoImports: response is complete +Info 3867 [15:18:23.831] collectAutoImports: 3.55783100053668 +Info 3868 [15:18:23.831] getCompletionData: Semantic work: 5.079209998250008 +Info 3869 [15:18:23.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.887849997729063 +Info 3870 [15:18:23.838] Format host information updated +Info 3871 [15:18:23.998] Format host information updated +Info 3872 [15:18:23.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3873 [15:18:24.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 10.250620998442173ms +Info 3874 [15:18:24.008] Different program with same set of files +Info 3875 [15:18:24.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3876 [15:18:24.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 7.796711999922991ms +Info 3877 [15:18:24.180] Different program with same set of files +Info 3878 [15:18:24.181] getCompletionData: Get current token: 0.00210600346326828 +Info 3879 [15:18:24.181] getCompletionData: Is inside comment: 0.007456999272108078 +Info 3880 [15:18:24.181] getCompletionData: Get previous token: 0.004902001470327377 +Info 3881 [15:18:24.181] getCompletionsAtPosition: isCompletionListBlocker: 0.006645001471042633 +Info 3882 [15:18:24.182] getExportInfoMap: cache hit +Info 3883 [15:18:24.203] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3884 [15:18:24.203] collectAutoImports: response is complete +Info 3885 [15:18:24.203] collectAutoImports: 20.828405998647213 +Info 3886 [15:18:24.203] getCompletionData: Semantic work: 22.245387997478247 +Info 3887 [15:18:24.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.775166999548674 +Info 3888 [15:18:24.223] Format host information updated +Info 3889 [15:18:24.588] Format host information updated +Info 3890 [15:18:24.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3891 [15:18:24.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 32.46588400006294ms +Info 3892 [15:18:24.621] Different program with same set of files +Info 3893 [15:18:24.770] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3894 [15:18:24.778] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 7.440077997744083ms +Info 3895 [15:18:24.778] Different program with same set of files +Info 3896 [15:18:24.778] getCompletionData: Get current token: 0.002046000212430954 +Info 3897 [15:18:24.778] getCompletionData: Is inside comment: 0.006292000412940979 +Info 3898 [15:18:24.778] getCompletionData: Get previous token: 0.009463999420404434 +Info 3899 [15:18:24.778] getCompletionsAtPosition: isCompletionListBlocker: 0.007217001169919968 +Info 3900 [15:18:24.779] getExportInfoMap: cache hit +Info 3901 [15:18:24.783] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 83 from cache +Info 3902 [15:18:24.783] collectAutoImports: response is complete +Info 3903 [15:18:24.783] collectAutoImports: 3.513817999511957 +Info 3904 [15:18:24.783] getCompletionData: Semantic work: 5.055810999125242 +Info 3905 [15:18:24.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.017475999891758 +Info 3906 [15:18:24.792] Format host information updated +Info 3907 [15:18:24.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3908 [15:18:24.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 7.563339002430439ms +Info 3909 [15:18:24.940] Different program with same set of files +Info 3910 [15:18:24.940] getCompletionData: Get current token: 0.002243001013994217 +Info 3911 [15:18:24.940] getCompletionData: Is inside comment: 0.0065269991755485535 +Info 3912 [15:18:24.940] getCompletionData: Get previous token: 0.004640001803636551 +Info 3913 [15:18:24.940] getCompletionsAtPosition: isCompletionListBlocker: 0.006549999117851257 +Info 3914 [15:18:24.942] getExportInfoMap: cache hit +Info 3915 [15:18:24.963] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3916 [15:18:24.963] collectAutoImports: response is complete +Info 3917 [15:18:24.963] collectAutoImports: 21.041382998228073 +Info 3918 [15:18:24.963] getCompletionData: Semantic work: 22.34484399855137 +Info 3919 [15:18:24.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.733306001871824 +Info 3920 [15:18:24.983] Format host information updated +Info 3921 [15:18:25.133] Format host information updated +Info 3922 [15:18:25.133] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3923 [15:18:25.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 7.548562001436949ms +Info 3924 [15:18:25.140] Different program with same set of files +Info 3925 [15:18:25.141] getCompletionData: Get current token: 0.0021359995007514954 +Info 3926 [15:18:25.141] getCompletionData: Is inside comment: 0.00585000216960907 +Info 3927 [15:18:25.141] getCompletionData: Get previous token: 0.008473001420497894 +Info 3928 [15:18:25.141] getCompletionsAtPosition: isCompletionListBlocker: 0.007073000073432922 +Info 3929 [15:18:25.142] getExportInfoMap: cache hit +Info 3930 [15:18:25.146] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 83 from cache +Info 3931 [15:18:25.146] collectAutoImports: response is complete +Info 3932 [15:18:25.146] collectAutoImports: 3.5453520007431507 +Info 3933 [15:18:25.146] getCompletionData: Semantic work: 5.122379999607801 +Info 3934 [15:18:25.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.933164000511169 +Info 3935 [15:18:25.153] Format host information updated +Info 3936 [15:18:25.293] Format host information updated +Info 3937 [15:18:25.293] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3938 [15:18:25.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 10.936389997601509ms +Info 3939 [15:18:25.304] Different program with same set of files +Info 3940 [15:18:25.438] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3941 [15:18:25.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 7.462917000055313ms +Info 3942 [15:18:25.446] Different program with same set of files +Info 3943 [15:18:25.446] getCompletionData: Get current token: 0.0023000016808509827 +Info 3944 [15:18:25.446] getCompletionData: Is inside comment: 0.007468000054359436 +Info 3945 [15:18:25.446] getCompletionData: Get previous token: 0.00473799929022789 +Info 3946 [15:18:25.446] getCompletionsAtPosition: isCompletionListBlocker: 0.006588999181985855 +Info 3947 [15:18:25.447] getExportInfoMap: cache hit +Info 3948 [15:18:25.468] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3949 [15:18:25.468] collectAutoImports: response is complete +Info 3950 [15:18:25.468] collectAutoImports: 20.160898000001907 +Info 3951 [15:18:25.468] getCompletionData: Semantic work: 21.526703000068665 +Info 3952 [15:18:25.478] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.24116799980402 +Info 3953 [15:18:25.487] Format host information updated +Info 3954 [15:18:25.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3955 [15:18:25.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 7.923356998711824ms +Info 3956 [15:18:25.643] Different program with same set of files +Info 3957 [15:18:25.643] getCompletionData: Get current token: 0.004951998591423035 +Info 3958 [15:18:25.643] getCompletionData: Is inside comment: 0.007968999445438385 +Info 3959 [15:18:25.643] getCompletionData: Get previous token: 0.005784999579191208 +Info 3960 [15:18:25.643] getCompletionsAtPosition: isCompletionListBlocker: 0.008283000439405441 +Info 3961 [15:18:25.645] getExportInfoMap: cache hit +Info 3962 [15:18:25.666] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3963 [15:18:25.666] collectAutoImports: response is complete +Info 3964 [15:18:25.666] collectAutoImports: 21.496155999600887 +Info 3965 [15:18:25.666] getCompletionData: Semantic work: 23.037987001240253 +Info 3966 [15:18:25.678] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.92119900137186 +Info 3967 [15:18:25.691] Format host information updated +Info 3968 [15:18:25.841] Format host information updated +Info 3969 [15:18:25.841] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3970 [15:18:25.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 7.76842499896884ms +Info 3971 [15:18:25.849] Different program with same set of files +Info 3972 [15:18:25.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3973 [15:18:26.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 7.415066000074148ms +Info 3974 [15:18:26.001] Different program with same set of files +Info 3975 [15:18:26.001] getCompletionData: Get current token: 0.00209600105881691 +Info 3976 [15:18:26.001] getCompletionData: Is inside comment: 0.006181001663208008 +Info 3977 [15:18:26.001] getCompletionData: Get previous token: 0.009829998016357422 +Info 3978 [15:18:26.001] getCompletionsAtPosition: isCompletionListBlocker: 0.007835999131202698 +Info 3979 [15:18:26.003] getExportInfoMap: cache hit +Info 3980 [15:18:26.007] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 3981 [15:18:26.007] collectAutoImports: response is complete +Info 3982 [15:18:26.007] collectAutoImports: 4.110539000481367 +Info 3983 [15:18:26.007] getCompletionData: Semantic work: 5.71441800147295 +Info 3984 [15:18:26.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.74337900057435 +Info 3985 [15:18:26.018] Format host information updated +Info 3986 [15:18:26.019] Format host information updated +Info 3987 [15:18:26.020] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3988 [15:18:26.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 8.317370001226664ms +Info 3989 [15:18:26.028] Different program with same set of files +Info 3990 [15:18:26.194] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3991 [15:18:26.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 11.14435800164938ms +Info 3992 [15:18:26.205] Different program with same set of files +Info 3993 [15:18:26.205] getCompletionData: Get current token: 0.002257000654935837 +Info 3994 [15:18:26.205] getCompletionData: Is inside comment: 0.007350999861955643 +Info 3995 [15:18:26.205] getCompletionData: Get previous token: 0.004911001771688461 +Info 3996 [15:18:26.205] getCompletionsAtPosition: isCompletionListBlocker: 0.007821999490261078 +Info 3997 [15:18:26.207] getExportInfoMap: cache hit +Info 3998 [15:18:26.228] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3999 [15:18:26.228] collectAutoImports: response is complete +Info 4000 [15:18:26.228] collectAutoImports: 20.914440002292395 +Info 4001 [15:18:26.228] getCompletionData: Semantic work: 22.517597001045942 +Info 4002 [15:18:26.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.223734002560377 +Info 4003 [15:18:26.245] Format host information updated +Info 4004 [15:18:26.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4005 [15:18:26.427] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 7.5243330001831055ms +Info 4006 [15:18:26.427] Different program with same set of files +Info 4007 [15:18:26.427] getCompletionData: Get current token: 0.005272001028060913 +Info 4008 [15:18:26.427] getCompletionData: Is inside comment: 0.008088000118732452 +Info 4009 [15:18:26.427] getCompletionData: Get previous token: 0.005860999226570129 +Info 4010 [15:18:26.427] getCompletionsAtPosition: isCompletionListBlocker: 0.006616000086069107 +Info 4011 [15:18:26.428] getExportInfoMap: cache hit +Info 4012 [15:18:26.449] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4013 [15:18:26.449] collectAutoImports: response is complete +Info 4014 [15:18:26.449] collectAutoImports: 20.76782400161028 +Info 4015 [15:18:26.449] getCompletionData: Semantic work: 22.169209998100996 +Info 4016 [15:18:26.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.743023000657558 +Info 4017 [15:18:26.471] Format host information updated +Info 4018 [15:18:26.625] Format host information updated +Info 4019 [15:18:26.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4020 [15:18:26.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 7.10615199804306ms +Info 4021 [15:18:26.633] Different program with same set of files +Info 4022 [15:18:27.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4023 [15:18:27.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 8.119063999503851ms +Info 4024 [15:18:27.600] Different program with same set of files +Info 4025 [15:18:27.601] getCompletionData: Get current token: 0.001996997743844986 +Info 4026 [15:18:27.601] getCompletionData: Is inside comment: 0.005846001207828522 +Info 4027 [15:18:27.601] getCompletionData: Get previous token: 0.009254001080989838 +Info 4028 [15:18:27.601] getCompletionsAtPosition: isCompletionListBlocker: 0.007451999932527542 +Info 4029 [15:18:27.602] getExportInfoMap: cache hit +Info 4030 [15:18:27.607] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 4031 [15:18:27.607] collectAutoImports: response is complete +Info 4032 [15:18:27.607] collectAutoImports: 4.434264000505209 +Info 4033 [15:18:27.607] getCompletionData: Semantic work: 6.056535001844168 +Info 4034 [15:18:27.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.478574998676777 +Info 4035 [15:18:27.616] Format host information updated +Info 4036 [15:18:27.771] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4037 [15:18:27.786] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 14.751501999795437ms +Info 4038 [15:18:27.786] Different program with same set of files +Info 4039 [15:18:27.787] getCompletionData: Get current token: 0.0024920031428337097 +Info 4040 [15:18:27.787] getCompletionData: Is inside comment: 0.007706999778747559 +Info 4041 [15:18:27.787] getCompletionData: Get previous token: 0.00545400008559227 +Info 4042 [15:18:27.787] getCompletionsAtPosition: isCompletionListBlocker: 0.002970002591609955 +Info 4043 [15:18:27.788] getCompletionData: Semantic work: 1.177597999572754 +Info 4044 [15:18:27.790] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.102419000118971 +Info 4045 [15:18:27.791] Format host information updated +Info 4046 [15:18:28.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4047 [15:18:28.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 7.567730996757746ms +Info 4048 [15:18:28.013] Different program with same set of files +Info 4049 [15:18:28.013] getCompletionData: Get current token: 0.0021609999239444733 +Info 4050 [15:18:28.013] getCompletionData: Is inside comment: 0.0063279978930950165 +Info 4051 [15:18:28.013] getCompletionData: Get previous token: 0.010344002395868301 +Info 4052 [15:18:28.013] getCompletionsAtPosition: isCompletionListBlocker: 0.0019369982182979584 +Info 4053 [15:18:28.013] getCompletionData: Semantic work: 0.48217999935150146 +Info 4054 [15:18:28.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9455629996955395 +Info 4055 [15:18:28.016] Format host information updated +Info 4056 [15:18:28.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4057 [15:18:28.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 11.210609000176191ms +Info 4058 [15:18:28.162] Different program with same set of files +Info 4059 [15:18:28.162] getCompletionData: Get current token: 0.002016998827457428 +Info 4060 [15:18:28.162] getCompletionData: Is inside comment: 0.006164997816085815 +Info 4061 [15:18:28.162] getCompletionData: Get previous token: 0.010158997029066086 +Info 4062 [15:18:28.162] getCompletionsAtPosition: isCompletionListBlocker: 0.0021059997379779816 +Info 4063 [15:18:28.163] getCompletionData: Semantic work: 0.4919719994068146 +Info 4064 [15:18:28.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7153970003128052 +Info 4065 [15:18:28.165] Format host information updated +Info 4066 [15:18:28.383] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4067 [15:18:28.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 11.287604000419378ms +Info 4068 [15:18:28.395] Different program with same set of files +Info 4069 [15:18:28.395] getCompletionData: Get current token: 0.003176998347043991 +Info 4070 [15:18:28.395] getCompletionData: Is inside comment: 0.010540001094341278 +Info 4071 [15:18:28.395] getCompletionData: Get previous token: 0.0171470008790493 +Info 4072 [15:18:28.395] getCompletionsAtPosition: isCompletionListBlocker: 0.002846997231245041 +Info 4073 [15:18:28.396] getCompletionData: Semantic work: 0.6955099999904633 +Info 4074 [15:18:28.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6133350022137165 +Info 4075 [15:18:28.399] Format host information updated +Info 4076 [15:18:28.689] Format host information updated +Info 4077 [15:18:28.689] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4078 [15:18:28.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 8.181746002286673ms +Info 4079 [15:18:28.698] Different program with same set of files +Info 4080 [15:18:28.698] getCompletionData: Get current token: 0.0024549998342990875 +Info 4081 [15:18:28.698] getCompletionData: Is inside comment: 0.008785001933574677 +Info 4082 [15:18:28.698] getCompletionData: Get previous token: 0.0070970021188259125 +Info 4083 [15:18:28.698] getCompletionsAtPosition: isCompletionListBlocker: 0.0076000019907951355 +Info 4084 [15:18:28.700] getExportInfoMap: cache hit +Info 4085 [15:18:28.727] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4086 [15:18:28.727] collectAutoImports: response is complete +Info 4087 [15:18:28.727] collectAutoImports: 27.485851000994444 +Info 4088 [15:18:28.727] getCompletionData: Semantic work: 29.54262499883771 +Info 4089 [15:18:28.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.778205998241901 +Info 4090 [15:18:28.748] getCompletionData: Get current token: 0.01007699966430664 +Info 4091 [15:18:28.748] getCompletionData: Is inside comment: 0.003077000379562378 +Info 4092 [15:18:28.748] getCompletionData: Get previous token: 0.013158999383449554 +Info 4093 [15:18:28.748] getCompletionsAtPosition: isCompletionListBlocker: 0.0026400014758110046 +Info 4094 [15:18:28.748] getCompletionData: Semantic work: 0.45089999958872795 +Info 4095 [15:18:28.759] Format host information updated +Info 4096 [15:18:28.888] getCompletionData: Get current token: 0.003538999706506729 +Info 4097 [15:18:28.888] getCompletionData: Is inside comment: 0.001515999436378479 +Info 4098 [15:18:28.888] getCompletionData: Get previous token: 0.012816999107599258 +Info 4099 [15:18:28.888] getCompletionsAtPosition: isCompletionListBlocker: 0.0033430010080337524 +Info 4100 [15:18:28.889] getExportInfoMap: cache hit +Info 4101 [15:18:28.906] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4102 [15:18:28.906] collectAutoImports: response is complete +Info 4103 [15:18:28.906] collectAutoImports: 16.735837001353502 +Info 4104 [15:18:28.906] getCompletionData: Semantic work: 18.575558997690678 +Info 4105 [15:18:28.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.413086999207735 +Info 4106 [15:18:28.923] Format host information updated +Info 4107 [15:18:29.244] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4108 [15:18:29.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 7.682339999824762ms +Info 4109 [15:18:29.251] Different program with same set of files +Info 4110 [15:18:29.251] getCompletionData: Get current token: 0.0031860023736953735 +Info 4111 [15:18:29.252] getCompletionData: Is inside comment: 0.0010499991476535797 +Info 4112 [15:18:29.252] getCompletionData: Get previous token: 0.014202997088432312 +Info 4113 [15:18:29.252] getCompletionsAtPosition: isCompletionListBlocker: 0.0029800012707710266 +Info 4114 [15:18:29.253] getExportInfoMap: cache hit +Info 4115 [15:18:29.257] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 4116 [15:18:29.257] collectAutoImports: response is complete +Info 4117 [15:18:29.257] collectAutoImports: 4.111729998141527 +Info 4118 [15:18:29.257] getCompletionData: Semantic work: 5.923511002212763 +Info 4119 [15:18:29.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.258524000644684 +Info 4120 [15:18:29.275] Format host information updated +Info 4121 [15:18:29.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4122 [15:18:29.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 9.491310000419617ms +Info 4123 [15:18:29.558] Different program with same set of files +Info 4124 [15:18:29.558] getCompletionData: Get current token: 0.0031119994819164276 +Info 4125 [15:18:29.558] getCompletionData: Is inside comment: 0.0010269992053508759 +Info 4126 [15:18:29.558] getCompletionData: Get previous token: 0.015031002461910248 +Info 4127 [15:18:29.558] getCompletionsAtPosition: isCompletionListBlocker: 0.0029839985072612762 +Info 4128 [15:18:29.560] getExportInfoMap: cache hit +Info 4129 [15:18:29.564] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 83 from cache +Info 4130 [15:18:29.564] collectAutoImports: response is complete +Info 4131 [15:18:29.564] collectAutoImports: 3.9694580025970936 +Info 4132 [15:18:29.564] getCompletionData: Semantic work: 5.611428998410702 +Info 4133 [15:18:29.577] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.644565999507904 +Info 4134 [15:18:29.579] Format host information updated +Info 4135 [15:18:39.739] getCompletionData: Get current token: 0.003019999712705612 +Info 4136 [15:18:39.739] getCompletionData: Is inside comment: 0.009344998747110367 +Info 4137 [15:18:39.739] getCompletionData: Get previous token: 0.01117900013923645 +Info 4138 [15:18:39.739] getCompletionsAtPosition: isCompletionListBlocker: 0.009426001459360123 +Info 4139 [15:18:39.742] getExportInfoMap: cache hit +Info 4140 [15:18:39.774] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4141 [15:18:39.774] collectAutoImports: response is complete +Info 4142 [15:18:39.774] collectAutoImports: 32.66638100147247 +Info 4143 [15:18:39.774] getCompletionData: Semantic work: 35.377505000680685 +Info 4144 [15:18:39.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.323351997882128 +Info 4145 [15:18:39.935] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4146 [15:18:39.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 14.165206998586655ms +Info 4147 [15:18:39.950] Different program with same set of files +Info 4148 [15:18:39.950] getCompletionData: Get current token: 0.0031690001487731934 +Info 4149 [15:18:39.950] getCompletionData: Is inside comment: 0.00910000130534172 +Info 4150 [15:18:39.950] getCompletionData: Get previous token: 0.006123002618551254 +Info 4151 [15:18:39.950] getCompletionsAtPosition: isCompletionListBlocker: 0.0021429993212223053 +Info 4152 [15:18:39.951] getCompletionData: Semantic work: 1.3845469988882542 +Info 4153 [15:18:39.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2376979999244213 +Info 4154 [15:18:39.953] Format host information updated +Info 4155 [15:18:40.117] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4156 [15:18:40.134] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 17.001386001706123ms +Info 4157 [15:18:40.134] Different program with same set of files +Info 4158 [15:18:40.135] getCompletionData: Get current token: 0.002152998000383377 +Info 4159 [15:18:40.135] getCompletionData: Is inside comment: 0.007038000971078873 +Info 4160 [15:18:40.135] getCompletionData: Get previous token: 0.012614000588655472 +Info 4161 [15:18:40.135] getCompletionsAtPosition: isCompletionListBlocker: 0.0029870010912418365 +Info 4162 [15:18:40.136] getCompletionData: Semantic work: 1.1622759997844696 +Info 4163 [15:18:40.154] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.960788998752832 +Info 4164 [15:18:40.154] Format host information updated +Info 4165 [15:18:40.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4166 [15:18:40.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 16.983231000602245ms +Info 4167 [15:18:40.172] Different program with same set of files +Info 4168 [15:18:40.172] getCompletionData: Get current token: 0.0024700015783309937 +Info 4169 [15:18:40.172] getCompletionData: Is inside comment: 0.006942998617887497 +Info 4170 [15:18:40.172] getCompletionData: Get previous token: 0.013234000653028488 +Info 4171 [15:18:40.172] getCompletionsAtPosition: isCompletionListBlocker: 0.002560999244451523 +Info 4172 [15:18:40.173] getCompletionData: Semantic work: 1.1212160028517246 +Info 4173 [15:18:40.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.50450000166893 +Info 4174 [15:18:40.186] Format host information updated +Info 4175 [15:18:40.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4176 [15:18:40.362] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 8.946967002004385ms +Info 4177 [15:18:40.362] Different program with same set of files +Info 4178 [15:18:40.362] getCompletionData: Get current token: 0.0021520033478736877 +Info 4179 [15:18:40.362] getCompletionData: Is inside comment: 0.0067640021443367004 +Info 4180 [15:18:40.362] getCompletionData: Get previous token: 0.012511000037193298 +Info 4181 [15:18:40.362] getCompletionsAtPosition: isCompletionListBlocker: 0.0021170005202293396 +Info 4182 [15:18:40.363] getCompletionData: Semantic work: 0.7765829972922802 +Info 4183 [15:18:40.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.7943279966712 +Info 4184 [15:18:40.371] Format host information updated +Info 4185 [15:18:40.506] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4186 [15:18:40.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 14.885437000542879ms +Info 4187 [15:18:40.521] Different program with same set of files +Info 4188 [15:18:40.521] getCompletionData: Get current token: 0.002621997147798538 +Info 4189 [15:18:40.521] getCompletionData: Is inside comment: 0.006917998194694519 +Info 4190 [15:18:40.521] getCompletionData: Get previous token: 0.00519300252199173 +Info 4191 [15:18:40.521] getCompletionsAtPosition: isCompletionListBlocker: 0.007093001157045364 +Info 4192 [15:18:40.523] getExportInfoMap: cache hit +Info 4193 [15:18:40.549] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4194 [15:18:40.549] collectAutoImports: response is complete +Info 4195 [15:18:40.549] collectAutoImports: 25.868351001292467 +Info 4196 [15:18:40.549] getCompletionData: Semantic work: 27.95795600116253 +Info 4197 [15:18:40.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.527031000703573 +Info 4198 [15:18:40.569] Format host information updated +Info 4199 [15:18:40.718] getCompletionData: Get current token: 0.0039489977061748505 +Info 4200 [15:18:40.718] getCompletionData: Is inside comment: 0.0012909993529319763 +Info 4201 [15:18:40.718] getCompletionData: Get previous token: 0.014825001358985901 +Info 4202 [15:18:40.718] getCompletionsAtPosition: isCompletionListBlocker: 0.0028200000524520874 +Info 4203 [15:18:40.720] getExportInfoMap: cache hit +Info 4204 [15:18:40.737] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4205 [15:18:40.737] collectAutoImports: response is complete +Info 4206 [15:18:40.737] collectAutoImports: 17.176401998847723 +Info 4207 [15:18:40.737] getCompletionData: Semantic work: 18.988668002188206 +Info 4208 [15:18:40.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.12653099745512 +Info 4209 [15:18:40.758] Format host information updated +Info 4210 [15:18:40.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4211 [15:18:40.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 8.861682001501322ms +Info 4212 [15:18:40.872] Different program with same set of files +Info 4213 [15:18:40.872] getCompletionData: Get current token: 0.0028210021555423737 +Info 4214 [15:18:40.872] getCompletionData: Is inside comment: 0.0015880018472671509 +Info 4215 [15:18:40.872] getCompletionData: Get previous token: 0.01879100129008293 +Info 4216 [15:18:40.872] getCompletionsAtPosition: isCompletionListBlocker: 0.0026369988918304443 +Info 4217 [15:18:40.873] getCompletionData: Semantic work: 0.9622949995100498 +Info 4218 [15:18:40.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.100354999303818 +Info 4219 [15:18:40.884] Format host information updated +Info 4220 [15:18:41.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4221 [15:18:41.038] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 16.131937999278307ms +Info 4222 [15:18:41.038] Different program with same set of files +Info 4223 [15:18:41.038] getCompletionData: Get current token: 0.002709001302719116 +Info 4224 [15:18:41.038] getCompletionData: Is inside comment: 0.0011320002377033234 +Info 4225 [15:18:41.038] getCompletionData: Get previous token: 0.01655600219964981 +Info 4226 [15:18:41.038] getCompletionsAtPosition: isCompletionListBlocker: 0.0027949996292591095 +Info 4227 [15:18:41.039] getCompletionData: Semantic work: 1.1232569999992847 +Info 4228 [15:18:41.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.24073899909854 +Info 4229 [15:18:41.051] Format host information updated +Info 4230 [15:18:41.229] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4231 [15:18:41.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 8.08585900068283ms +Info 4232 [15:18:41.238] Different program with same set of files +Info 4233 [15:18:41.238] getCompletionData: Get current token: 0.0022559985518455505 +Info 4234 [15:18:41.238] getCompletionData: Is inside comment: 0.001010999083518982 +Info 4235 [15:18:41.238] getCompletionData: Get previous token: 0.01579899713397026 +Info 4236 [15:18:41.238] getCompletionsAtPosition: isCompletionListBlocker: 0.002313997596502304 +Info 4237 [15:18:41.239] getCompletionData: Semantic work: 0.8017539978027344 +Info 4238 [15:18:41.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.994897000491619 +Info 4239 [15:18:41.248] Format host information updated +Info 4240 [15:18:41.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4241 [15:18:41.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 7.585251998156309ms +Info 4242 [15:18:41.387] Different program with same set of files +Info 4243 [15:18:41.387] getCompletionData: Get current token: 0.0034959986805915833 +Info 4244 [15:18:41.387] getCompletionData: Is inside comment: 0.001157999038696289 +Info 4245 [15:18:41.387] getCompletionData: Get previous token: 0.013857003301382065 +Info 4246 [15:18:41.387] getCompletionsAtPosition: isCompletionListBlocker: 0.0028130002319812775 +Info 4247 [15:18:41.390] getExportInfoMap: cache hit +Info 4248 [15:18:41.417] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4249 [15:18:41.417] collectAutoImports: response is complete +Info 4250 [15:18:41.417] collectAutoImports: 26.82244899868965 +Info 4251 [15:18:41.417] getCompletionData: Semantic work: 29.514977999031544 +Info 4252 [15:18:41.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.855567999184132 +Info 4253 [15:18:41.445] Format host information updated +Info 4254 [15:18:41.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4255 [15:18:41.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 8.054101001471281ms +Info 4256 [15:18:41.600] Different program with same set of files +Info 4257 [15:18:41.601] getCompletionData: Get current token: 0.0026179999113082886 +Info 4258 [15:18:41.601] getCompletionData: Is inside comment: 0.0009419992566108704 +Info 4259 [15:18:41.601] getCompletionData: Get previous token: 0.015213001519441605 +Info 4260 [15:18:41.601] getCompletionsAtPosition: isCompletionListBlocker: 0.002062000334262848 +Info 4261 [15:18:41.601] getCompletionData: Semantic work: 0.7492179982364178 +Info 4262 [15:18:41.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.048771999776363 +Info 4263 [15:18:41.609] Format host information updated +Info 4264 [15:18:41.749] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4265 [15:18:41.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 7.95924000069499ms +Info 4266 [15:18:41.757] Different program with same set of files +Info 4267 [15:18:41.757] getCompletionData: Get current token: 0.002769000828266144 +Info 4268 [15:18:41.757] getCompletionData: Is inside comment: 0.0010639987885951996 +Info 4269 [15:18:41.757] getCompletionData: Get previous token: 0.01462399959564209 +Info 4270 [15:18:41.757] getCompletionsAtPosition: isCompletionListBlocker: 0.001971997320652008 +Info 4271 [15:18:41.758] getCompletionData: Semantic work: 0.7189589999616146 +Info 4272 [15:18:41.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.273024998605251 +Info 4273 [15:18:41.766] Format host information updated +Info 4274 [15:18:41.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4275 [15:18:41.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 19.342535000294447ms +Info 4276 [15:18:41.966] Different program with same set of files +Info 4277 [15:18:41.966] getCompletionData: Get current token: 0.0032799988985061646 +Info 4278 [15:18:41.966] getCompletionData: Is inside comment: 0.0012519992887973785 +Info 4279 [15:18:41.966] getCompletionData: Get previous token: 0.014853999018669128 +Info 4280 [15:18:41.966] getCompletionsAtPosition: isCompletionListBlocker: 0.002650998532772064 +Info 4281 [15:18:41.968] getExportInfoMap: cache hit +Info 4282 [15:18:41.997] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4283 [15:18:41.997] collectAutoImports: response is complete +Info 4284 [15:18:41.997] collectAutoImports: 29.703321002423763 +Info 4285 [15:18:41.997] getCompletionData: Semantic work: 31.510400000959635 +Info 4286 [15:18:42.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.542594000697136 +Info 4287 [15:18:42.034] Format host information updated +Info 4288 [15:18:42.748] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4289 [15:18:42.758] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 9.840760000050068ms +Info 4290 [15:18:42.758] Different program with same set of files +Info 4291 [15:18:42.759] getCompletionData: Get current token: 0.0036730021238327026 +Info 4292 [15:18:42.759] getCompletionData: Is inside comment: 0.001316998153924942 +Info 4293 [15:18:42.759] getCompletionData: Get previous token: 0.0185839980840683 +Info 4294 [15:18:42.759] getCompletionsAtPosition: isCompletionListBlocker: 0.0034449994564056396 +Info 4295 [15:18:42.760] getExportInfoMap: cache hit +Info 4296 [15:18:42.763] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 40 from cache +Info 4297 [15:18:42.763] collectAutoImports: response is complete +Info 4298 [15:18:42.764] collectAutoImports: 3.250924002379179 +Info 4299 [15:18:42.764] getCompletionData: Semantic work: 4.897266998887062 +Info 4300 [15:18:42.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.89444500207901 +Info 4301 [15:18:42.779] Format host information updated +Info 4302 [15:18:42.983] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4303 [15:18:42.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 7.990511998534203ms +Info 4304 [15:18:42.991] Different program with same set of files +Info 4305 [15:18:42.991] getCompletionData: Get current token: 0.00374000146985054 +Info 4306 [15:18:42.991] getCompletionData: Is inside comment: 0.0013130009174346924 +Info 4307 [15:18:42.991] getCompletionData: Get previous token: 0.016123998910188675 +Info 4308 [15:18:42.991] getCompletionsAtPosition: isCompletionListBlocker: 0.0031029991805553436 +Info 4309 [15:18:42.992] getExportInfoMap: cache hit +Info 4310 [15:18:43.013] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4311 [15:18:43.013] collectAutoImports: response is complete +Info 4312 [15:18:43.013] collectAutoImports: 20.447211001068354 +Info 4313 [15:18:43.013] getCompletionData: Semantic work: 21.96382299810648 +Info 4314 [15:18:43.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.985493000596762 +Info 4315 [15:18:43.042] Format host information updated +Info 4316 [15:18:43.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4317 [15:18:43.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 7.653398998081684ms +Info 4318 [15:18:43.203] Different program with same set of files +Info 4319 [15:18:43.204] getCompletionData: Get current token: 0.0029879994690418243 +Info 4320 [15:18:43.204] getCompletionData: Is inside comment: 0.0011309981346130371 +Info 4321 [15:18:43.204] getCompletionData: Get previous token: 0.015960000455379486 +Info 4322 [15:18:43.204] getCompletionsAtPosition: isCompletionListBlocker: 0.0026830025017261505 +Info 4323 [15:18:43.205] getExportInfoMap: cache hit +Info 4324 [15:18:43.209] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 353 from cache +Info 4325 [15:18:43.209] collectAutoImports: response is complete +Info 4326 [15:18:43.209] collectAutoImports: 4.362039998173714 +Info 4327 [15:18:43.209] getCompletionData: Semantic work: 5.7796990014612675 +Info 4328 [15:18:43.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.580543000251055 +Info 4329 [15:18:43.225] Format host information updated +Info 4330 [15:18:43.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4331 [15:18:43.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 11.33788400143385ms +Info 4332 [15:18:43.238] Different program with same set of files +Info 4333 [15:18:43.238] getCompletionData: Get current token: 0.0029750019311904907 +Info 4334 [15:18:43.238] getCompletionData: Is inside comment: 0.001042000949382782 +Info 4335 [15:18:43.238] getCompletionData: Get previous token: 0.016717001795768738 +Info 4336 [15:18:43.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0032409988343715668 +Info 4337 [15:18:43.240] getExportInfoMap: cache hit +Info 4338 [15:18:43.243] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 48 from cache +Info 4339 [15:18:43.243] collectAutoImports: response is complete +Info 4340 [15:18:43.243] collectAutoImports: 2.847605999559164 +Info 4341 [15:18:43.243] getCompletionData: Semantic work: 4.454174000769854 +Info 4342 [15:18:43.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.349932998418808 +Info 4343 [15:18:43.259] Format host information updated +Info 4344 [15:18:43.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4345 [15:18:43.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 7.740616999566555ms +Info 4346 [15:18:43.400] Different program with same set of files +Info 4347 [15:18:43.400] getCompletionData: Get current token: 0.0029980018734931946 +Info 4348 [15:18:43.400] getCompletionData: Is inside comment: 0.0011189989745616913 +Info 4349 [15:18:43.400] getCompletionData: Get previous token: 0.01677199825644493 +Info 4350 [15:18:43.400] getCompletionsAtPosition: isCompletionListBlocker: 0.0026310011744499207 +Info 4351 [15:18:43.401] getExportInfoMap: cache hit +Info 4352 [15:18:43.404] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 13 from cache +Info 4353 [15:18:43.404] collectAutoImports: response is complete +Info 4354 [15:18:43.404] collectAutoImports: 2.58135299757123 +Info 4355 [15:18:43.404] getCompletionData: Semantic work: 4.100239001214504 +Info 4356 [15:18:43.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.651257999241352 +Info 4357 [15:18:43.417] Format host information updated +Info 4358 [15:18:43.552] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4359 [15:18:43.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 8.611174996942282ms +Info 4360 [15:18:43.560] Different program with same set of files +Info 4361 [15:18:43.560] getCompletionData: Get current token: 0.003222998231649399 +Info 4362 [15:18:43.560] getCompletionData: Is inside comment: 0.0011310018599033356 +Info 4363 [15:18:43.561] getCompletionData: Get previous token: 0.016137998551130295 +Info 4364 [15:18:43.561] getCompletionsAtPosition: isCompletionListBlocker: 0.0026430003345012665 +Info 4365 [15:18:43.564] getExportInfoMap: cache hit +Info 4366 [15:18:43.567] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 13 from cache +Info 4367 [15:18:43.567] collectAutoImports: response is complete +Info 4368 [15:18:43.567] collectAutoImports: 2.479162000119686 +Info 4369 [15:18:43.567] getCompletionData: Semantic work: 6.338066998869181 +Info 4370 [15:18:43.580] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.166396003216505 +Info 4371 [15:18:43.582] Format host information updated +Info 4372 [15:18:43.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4373 [15:18:43.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 8.250099997967482ms +Info 4374 [15:18:43.726] Different program with same set of files +Info 4375 [15:18:43.726] getCompletionData: Get current token: 0.0030420012772083282 +Info 4376 [15:18:43.726] getCompletionData: Is inside comment: 0.0010739974677562714 +Info 4377 [15:18:43.726] getCompletionData: Get previous token: 0.017012998461723328 +Info 4378 [15:18:43.726] getCompletionsAtPosition: isCompletionListBlocker: 0.002908002585172653 +Info 4379 [15:18:43.728] getExportInfoMap: cache hit +Info 4380 [15:18:43.731] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 13 from cache +Info 4381 [15:18:43.731] collectAutoImports: response is complete +Info 4382 [15:18:43.731] collectAutoImports: 2.6183430030941963 +Info 4383 [15:18:43.731] getCompletionData: Semantic work: 4.12848200276494 +Info 4384 [15:18:43.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.370639998465776 +Info 4385 [15:18:43.747] Format host information updated +Info 4386 [15:18:43.748] Format host information updated +Info 4387 [15:18:43.748] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4388 [15:18:43.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 9.17349499836564ms +Info 4389 [15:18:43.757] Different program with same set of files +Info 4390 [15:18:43.758] getCompletionData: Get current token: 0.0032930001616477966 +Info 4391 [15:18:43.758] getCompletionData: Is inside comment: 0.001184999942779541 +Info 4392 [15:18:43.758] getCompletionData: Get previous token: 0.01653200015425682 +Info 4393 [15:18:43.758] getCompletionsAtPosition: isCompletionListBlocker: 0.0018990002572536469 +Info 4394 [15:18:43.758] getCompletionData: Semantic work: 0.6134589985013008 +Info 4395 [15:18:43.759] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3564309999346733 +Info 4396 [15:18:43.759] Format host information updated +Info 4397 [15:18:44.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4398 [15:18:44.102] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 9.051447000354528ms +Info 4399 [15:18:44.102] Different program with same set of files +Info 4400 [15:18:44.102] getCompletionData: Get current token: 0.004291001707315445 +Info 4401 [15:18:44.102] getCompletionData: Is inside comment: 0.001531999558210373 +Info 4402 [15:18:44.102] getCompletionData: Get previous token: 0.023412998765707016 +Info 4403 [15:18:44.102] getCompletionsAtPosition: isCompletionListBlocker: 0.0023109987378120422 +Info 4404 [15:18:44.102] getCompletionData: Semantic work: 0.6301600001752377 +Info 4405 [15:18:44.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5075780004262924 +Info 4406 [15:18:44.103] Format host information updated +Info 4407 [15:18:44.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4408 [15:18:44.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 7.677128002047539ms +Info 4409 [15:18:44.288] Different program with same set of files +Info 4410 [15:18:44.288] getCompletionData: Get current token: 0.003502998501062393 +Info 4411 [15:18:44.288] getCompletionData: Is inside comment: 0.0011270008981227875 +Info 4412 [15:18:44.288] getCompletionData: Get previous token: 0.018497001379728317 +Info 4413 [15:18:44.288] getCompletionsAtPosition: isCompletionListBlocker: 0.0020829997956752777 +Info 4414 [15:18:44.289] getCompletionData: Semantic work: 0.5635810010135174 +Info 4415 [15:18:44.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4291689991950989 +Info 4416 [15:18:44.289] Format host information updated +Info 4417 [15:18:44.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4418 [15:18:44.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 7.614830996841192ms +Info 4419 [15:18:44.443] Different program with same set of files +Info 4420 [15:18:44.443] getCompletionData: Get current token: 0.0034110024571418762 +Info 4421 [15:18:44.443] getCompletionData: Is inside comment: 0.0012330003082752228 +Info 4422 [15:18:44.443] getCompletionData: Get previous token: 0.018863998353481293 +Info 4423 [15:18:44.443] getCompletionsAtPosition: isCompletionListBlocker: 0.0022629983723163605 +Info 4424 [15:18:44.444] getCompletionData: Semantic work: 0.45341499894857407 +Info 4425 [15:18:44.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2816679999232292 +Info 4426 [15:18:44.444] Format host information updated +Info 4427 [15:18:45.238] getCompletionData: Get current token: 0.004378996789455414 +Info 4428 [15:18:45.238] getCompletionData: Is inside comment: 0.0012409985065460205 +Info 4429 [15:18:45.238] getCompletionData: Get previous token: 0.009537000209093094 +Info 4430 [15:18:45.238] getCompletionsAtPosition: isCompletionListBlocker: 0.003210999071598053 +Info 4431 [15:18:45.239] getExportInfoMap: cache hit +Info 4432 [15:18:45.258] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4433 [15:18:45.258] collectAutoImports: response is complete +Info 4434 [15:18:45.258] collectAutoImports: 18.774987000972033 +Info 4435 [15:18:45.258] getCompletionData: Semantic work: 20.544688001275063 +Info 4436 [15:18:45.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.354014001786709 +Info 4437 [15:18:46.190] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4438 [15:18:46.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 8.031938999891281ms +Info 4439 [15:18:46.198] Different program with same set of files +Info 4440 [15:18:46.199] getCompletionData: Get current token: 0.004138000309467316 +Info 4441 [15:18:46.199] getCompletionData: Is inside comment: 0.0013689994812011719 +Info 4442 [15:18:46.199] getCompletionData: Get previous token: 0.01899300143122673 +Info 4443 [15:18:46.199] getCompletionsAtPosition: isCompletionListBlocker: 0.0028310008347034454 +Info 4444 [15:18:46.200] getExportInfoMap: cache hit +Info 4445 [15:18:46.203] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4446 [15:18:46.203] collectAutoImports: response is complete +Info 4447 [15:18:46.203] collectAutoImports: 2.2579590007662773 +Info 4448 [15:18:46.203] getCompletionData: Semantic work: 3.791757997125387 +Info 4449 [15:18:46.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.477381996810436 +Info 4450 [15:18:46.212] Format host information updated +Info 4451 [15:18:46.357] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4452 [15:18:46.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 7.187620002776384ms +Info 4453 [15:18:46.365] Different program with same set of files +Info 4454 [15:18:46.365] getCompletionData: Get current token: 0.003539998084306717 +Info 4455 [15:18:46.365] getCompletionData: Is inside comment: 0.0011110007762908936 +Info 4456 [15:18:46.365] getCompletionData: Get previous token: 0.01753000169992447 +Info 4457 [15:18:46.365] getCompletionsAtPosition: isCompletionListBlocker: 0.003054000437259674 +Info 4458 [15:18:46.366] getExportInfoMap: cache hit +Info 4459 [15:18:46.368] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4460 [15:18:46.368] collectAutoImports: response is complete +Info 4461 [15:18:46.368] collectAutoImports: 1.999769002199173 +Info 4462 [15:18:46.368] getCompletionData: Semantic work: 3.3891020007431507 +Info 4463 [15:18:46.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6854740008711815 +Info 4464 [15:18:46.375] Format host information updated +Info 4465 [15:18:46.660] Format host information updated +Info 4466 [15:18:46.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4467 [15:18:46.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 8.796561002731323ms +Info 4468 [15:18:46.669] Different program with same set of files +Info 4469 [15:18:46.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4470 [15:18:46.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 12.967753998935223ms +Info 4471 [15:18:46.930] Different program with same set of files +Info 4472 [15:18:46.930] getCompletionData: Get current token: 0.008333999663591385 +Info 4473 [15:18:46.930] getCompletionData: Is inside comment: 0.002059999853372574 +Info 4474 [15:18:46.931] getCompletionData: Get previous token: 0.023905999958515167 +Info 4475 [15:18:46.931] getCompletionsAtPosition: isCompletionListBlocker: 0.007546000182628632 +Info 4476 [15:18:46.932] getExportInfoMap: cache hit +Info 4477 [15:18:46.958] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4478 [15:18:46.958] collectAutoImports: response is complete +Info 4479 [15:18:46.958] collectAutoImports: 25.524689998477697 +Info 4480 [15:18:46.958] getCompletionData: Semantic work: 27.463806003332138 +Info 4481 [15:18:46.970] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.197880998253822 +Info 4482 [15:18:46.977] Format host information updated +Info 4483 [15:18:47.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4484 [15:18:47.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 8.902075000107288ms +Info 4485 [15:18:47.157] Different program with same set of files +Info 4486 [15:18:47.158] getCompletionData: Get current token: 0.0053079985082149506 +Info 4487 [15:18:47.158] getCompletionData: Is inside comment: 0.0011170022189617157 +Info 4488 [15:18:47.158] getCompletionData: Get previous token: 0.015220999717712402 +Info 4489 [15:18:47.158] getCompletionsAtPosition: isCompletionListBlocker: 0.005885999649763107 +Info 4490 [15:18:47.159] getExportInfoMap: cache hit +Info 4491 [15:18:47.182] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4492 [15:18:47.182] collectAutoImports: response is complete +Info 4493 [15:18:47.182] collectAutoImports: 22.82192200049758 +Info 4494 [15:18:47.182] getCompletionData: Semantic work: 24.347250998020172 +Info 4495 [15:18:47.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.157574001699686 +Info 4496 [15:18:47.217] Format host information updated +Info 4497 [15:18:47.352] Format host information updated +Info 4498 [15:18:47.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4499 [15:18:47.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 7.623517002910376ms +Info 4500 [15:18:47.360] Different program with same set of files +Info 4501 [15:18:47.534] getCompletionData: Get current token: 0.0032979995012283325 +Info 4502 [15:18:47.534] getCompletionData: Is inside comment: 0.007714997977018356 +Info 4503 [15:18:47.534] getCompletionData: Get previous token: 0.005652997642755508 +Info 4504 [15:18:47.534] getCompletionsAtPosition: isCompletionListBlocker: 0.0061379969120025635 +Info 4505 [15:18:47.535] getExportInfoMap: cache hit +Info 4506 [15:18:47.560] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4507 [15:18:47.560] collectAutoImports: response is complete +Info 4508 [15:18:47.560] collectAutoImports: 25.04711800068617 +Info 4509 [15:18:47.560] getCompletionData: Semantic work: 26.503017000854015 +Info 4510 [15:18:47.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.883730001747608 +Info 4511 [15:18:47.586] Format host information updated +Info 4512 [15:18:47.932] getCompletionData: Get current token: 0.0034890025854110718 +Info 4513 [15:18:47.932] getCompletionData: Is inside comment: 0.0012909993529319763 +Info 4514 [15:18:47.932] getCompletionData: Get previous token: 0.016043998301029205 +Info 4515 [15:18:47.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0024840012192726135 +Info 4516 [15:18:47.932] getCompletionData: Semantic work: 0.4258829988539219 +Info 4517 [15:18:47.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.30351900309324265 +Info 4518 [15:18:48.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4519 [15:18:48.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 8.429534997791052ms +Info 4520 [15:18:48.167] Different program with same set of files +Info 4521 [15:18:48.167] getCompletionData: Get current token: 0.0038590021431446075 +Info 4522 [15:18:48.167] getCompletionData: Is inside comment: 0.0019680000841617584 +Info 4523 [15:18:48.167] getCompletionData: Get previous token: 0.0149959996342659 +Info 4524 [15:18:48.167] getCompletionsAtPosition: isCompletionListBlocker: 0.007312998175621033 +Info 4525 [15:18:48.169] getExportInfoMap: cache hit +Info 4526 [15:18:48.197] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4527 [15:18:48.197] collectAutoImports: response is complete +Info 4528 [15:18:48.197] collectAutoImports: 27.712156001478434 +Info 4529 [15:18:48.197] getCompletionData: Semantic work: 29.40329200029373 +Info 4530 [15:18:48.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.880846001207829 +Info 4531 [15:18:48.219] Format host information updated +Info 4532 [15:18:48.393] getCompletionData: Get current token: 0.004384998232126236 +Info 4533 [15:18:48.393] getCompletionData: Is inside comment: 0.0014159977436065674 +Info 4534 [15:18:48.393] getCompletionData: Get previous token: 0.022324997931718826 +Info 4535 [15:18:48.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0033439993858337402 +Info 4536 [15:18:48.395] getExportInfoMap: cache hit +Info 4537 [15:18:48.413] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4538 [15:18:48.413] collectAutoImports: response is complete +Info 4539 [15:18:48.413] collectAutoImports: 17.811207998543978 +Info 4540 [15:18:48.413] getCompletionData: Semantic work: 19.706711996346712 +Info 4541 [15:18:48.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.462143000215292 +Info 4542 [15:18:48.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4543 [15:18:48.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 32.0819729976356ms +Info 4544 [15:18:48.889] Different program with same set of files +Info 4545 [15:18:48.890] getCompletionData: Get current token: 0.014296997338533401 +Info 4546 [15:18:48.890] getCompletionData: Is inside comment: 0.005177002400159836 +Info 4547 [15:18:48.890] getCompletionData: Get previous token: 0.08051000162959099 +Info 4548 [15:18:48.890] getCompletionsAtPosition: isCompletionListBlocker: 0.007718000560998917 +Info 4549 [15:18:48.895] getExportInfoMap: cache hit +Info 4550 [15:18:48.908] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 353 from cache +Info 4551 [15:18:48.908] collectAutoImports: response is complete +Info 4552 [15:18:48.908] collectAutoImports: 13.3434900008142 +Info 4553 [15:18:48.908] getCompletionData: Semantic work: 18.519722998142242 +Info 4554 [15:18:48.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.763392999768257 +Info 4555 [15:18:48.924] Format host information updated +Info 4556 [15:18:49.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4557 [15:18:49.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 8.66058300063014ms +Info 4558 [15:18:49.080] Different program with same set of files +Info 4559 [15:18:49.080] getCompletionData: Get current token: 0.004009999334812164 +Info 4560 [15:18:49.080] getCompletionData: Is inside comment: 0.0011509992182254791 +Info 4561 [15:18:49.080] getCompletionData: Get previous token: 0.01751900091767311 +Info 4562 [15:18:49.080] getCompletionsAtPosition: isCompletionListBlocker: 0.003099001944065094 +Info 4563 [15:18:49.082] getExportInfoMap: cache hit +Info 4564 [15:18:49.086] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 219 from cache +Info 4565 [15:18:49.086] collectAutoImports: response is complete +Info 4566 [15:18:49.086] collectAutoImports: 3.605654001235962 +Info 4567 [15:18:49.086] getCompletionData: Semantic work: 5.135917998850346 +Info 4568 [15:18:49.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.181855998933315 +Info 4569 [15:18:49.108] Format host information updated +Info 4570 [15:18:49.244] Format host information updated +Info 4571 [15:18:52.542] Format host information updated +Info 4572 [15:18:52.543] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4573 [15:18:52.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 381 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.844484999775887ms +Info 4574 [15:18:52.556] Different program with same set of files +Info 4575 [15:18:52.764] Format host information updated +Info 4576 [15:18:52.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4577 [15:18:52.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 10.483394000679255ms +Info 4578 [15:18:52.775] Different program with same set of files +Info 4579 [15:18:53.363] Format host information updated +Info 4580 [15:18:53.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4581 [15:18:53.371] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 7.8177760019898415ms +Info 4582 [15:18:53.371] Different program with same set of files +Info 4583 [15:18:53.602] Format host information updated +Info 4584 [15:18:53.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4585 [15:18:53.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 8.097116000950336ms +Info 4586 [15:18:53.610] Different program with same set of files +Info 4587 [15:18:53.826] Format host information updated +Info 4588 [15:18:53.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4589 [15:18:53.835] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 8.208991002291441ms +Info 4590 [15:18:53.835] Different program with same set of files +Info 4591 [15:18:54.164] Format host information updated +Info 4592 [15:18:54.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4593 [15:18:54.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 10.230314001441002ms +Info 4594 [15:18:54.175] Different program with same set of files +Info 4595 [15:18:54.320] Format host information updated +Info 4596 [15:18:54.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4597 [15:18:54.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 7.682564999908209ms +Info 4598 [15:18:54.328] Different program with same set of files +Info 4599 [15:19:03.976] Format host information updated +Info 4600 [15:19:03.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4601 [15:19:03.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 388 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.850409001111984ms +Info 4602 [15:19:03.993] Different program with same set of files +Info 4603 [15:19:04.137] Format host information updated +Info 4604 [15:19:05.164] getCompletionData: Get current token: 0.016040001064538956 +Info 4605 [15:19:05.164] getCompletionData: Is inside comment: 0.009532999247312546 +Info 4606 [15:19:05.164] getCompletionData: Get previous token: 0.005746997892856598 +Info 4607 [15:19:05.164] getCompletionsAtPosition: isCompletionListBlocker: 0.00778699666261673 +Info 4608 [15:19:05.165] getExportInfoMap: cache hit +Info 4609 [15:19:05.187] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4610 [15:19:05.187] collectAutoImports: response is complete +Info 4611 [15:19:05.187] collectAutoImports: 21.89443200081587 +Info 4612 [15:19:05.187] getCompletionData: Semantic work: 23.453591998666525 +Info 4613 [15:19:05.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.961686000227928 +Info 4614 [15:19:05.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4615 [15:19:05.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 10.434491999447346ms +Info 4616 [15:19:05.884] Different program with same set of files +Info 4617 [15:19:05.884] getCompletionData: Get current token: 0.00471000000834465 +Info 4618 [15:19:05.884] getCompletionData: Is inside comment: 0.013546999543905258 +Info 4619 [15:19:05.884] getCompletionData: Get previous token: 0.010234002023935318 +Info 4620 [15:19:05.884] getCompletionsAtPosition: isCompletionListBlocker: 0.002526000142097473 +Info 4621 [15:19:05.885] getExportInfoMap: cache hit +Info 4622 [15:19:05.910] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4623 [15:19:05.910] collectAutoImports: response is complete +Info 4624 [15:19:05.910] collectAutoImports: 24.730917997658253 +Info 4625 [15:19:05.910] getCompletionData: Semantic work: 26.1706719994545 +Info 4626 [15:19:05.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.58856100216508 +Info 4627 [15:19:05.936] Format host information updated +Info 4628 [15:19:06.095] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4629 [15:19:06.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 7.843968998640776ms +Info 4630 [15:19:06.103] Different program with same set of files +Info 4631 [15:19:06.103] getCompletionData: Get current token: 0.003500998020172119 +Info 4632 [15:19:06.103] getCompletionData: Is inside comment: 0.011654000729322433 +Info 4633 [15:19:06.103] getCompletionData: Get previous token: 0.014850001782178879 +Info 4634 [15:19:06.103] getCompletionsAtPosition: isCompletionListBlocker: 0.0025949999690055847 +Info 4635 [15:19:06.105] getExportInfoMap: cache hit +Info 4636 [15:19:06.107] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 33 from cache +Info 4637 [15:19:06.107] collectAutoImports: response is complete +Info 4638 [15:19:06.107] collectAutoImports: 2.6471749991178513 +Info 4639 [15:19:06.107] getCompletionData: Semantic work: 4.032191000878811 +Info 4640 [15:19:06.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.14741599932313 +Info 4641 [15:19:06.120] Format host information updated +Info 4642 [15:19:06.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4643 [15:19:06.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 7.586777001619339ms +Info 4644 [15:19:06.277] Different program with same set of files +Info 4645 [15:19:06.277] getCompletionData: Get current token: 0.003416001796722412 +Info 4646 [15:19:06.277] getCompletionData: Is inside comment: 0.011289998888969421 +Info 4647 [15:19:06.277] getCompletionData: Get previous token: 0.01459900289773941 +Info 4648 [15:19:06.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0022879987955093384 +Info 4649 [15:19:06.278] getExportInfoMap: cache hit +Info 4650 [15:19:06.299] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4651 [15:19:06.299] collectAutoImports: response is complete +Info 4652 [15:19:06.299] collectAutoImports: 21.159833997488022 +Info 4653 [15:19:06.299] getCompletionData: Semantic work: 22.413334999233484 +Info 4654 [15:19:06.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.875632997602224 +Info 4655 [15:19:06.326] Format host information updated +Info 4656 [15:19:06.492] Format host information updated +Info 4657 [15:19:06.492] Format host information updated +Info 4658 [15:19:07.247] Format host information updated +Info 4659 [15:19:07.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4660 [15:19:07.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 9.992403998970985ms +Info 4661 [15:19:07.258] Different program with same set of files +Info 4662 [15:19:07.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4663 [15:19:07.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 10.82787000015378ms +Info 4664 [15:19:07.412] Different program with same set of files +Info 4665 [15:19:07.412] getCompletionData: Get current token: 0.0016300007700920105 +Info 4666 [15:19:07.412] getCompletionData: Is inside comment: 0.006374001502990723 +Info 4667 [15:19:07.412] getCompletionData: Get previous token: 0.011221997439861298 +Info 4668 [15:19:07.412] getCompletionsAtPosition: isCompletionListBlocker: 0.007626999169588089 +Info 4669 [15:19:07.414] getExportInfoMap: cache hit +Info 4670 [15:19:07.423] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 4671 [15:19:07.423] collectAutoImports: response is complete +Info 4672 [15:19:07.423] collectAutoImports: 8.495809998363256 +Info 4673 [15:19:07.423] getCompletionData: Semantic work: 10.49049500003457 +Info 4674 [15:19:07.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.361023001372814 +Info 4675 [15:19:07.432] Format host information updated +Info 4676 [15:19:07.574] Format host information updated +Info 4677 [15:19:07.574] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4678 [15:19:07.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 8.487573999911547ms +Info 4679 [15:19:07.582] Different program with same set of files +Info 4680 [15:19:07.583] getCompletionData: Get current token: 0.0022429972887039185 +Info 4681 [15:19:07.583] getCompletionData: Is inside comment: 0.008269000798463821 +Info 4682 [15:19:07.583] getCompletionData: Get previous token: 0.01795100048184395 +Info 4683 [15:19:07.583] getCompletionsAtPosition: isCompletionListBlocker: 0.006232000887393951 +Info 4684 [15:19:07.584] getExportInfoMap: cache hit +Info 4685 [15:19:07.607] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4686 [15:19:07.607] collectAutoImports: response is complete +Info 4687 [15:19:07.607] collectAutoImports: 22.326659999787807 +Info 4688 [15:19:07.607] getCompletionData: Semantic work: 23.994591999799013 +Info 4689 [15:19:07.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.089063003659248 +Info 4690 [15:19:07.626] Format host information updated +Info 4691 [15:19:07.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4692 [15:19:07.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 9.889844998717308ms +Info 4693 [15:19:07.796] Different program with same set of files +Info 4694 [15:19:07.797] getCompletionData: Get current token: 0.0053239986300468445 +Info 4695 [15:19:07.797] getCompletionData: Is inside comment: 0.010163001716136932 +Info 4696 [15:19:07.797] getCompletionData: Get previous token: 0.007654998451471329 +Info 4697 [15:19:07.797] getCompletionsAtPosition: isCompletionListBlocker: 0.011043000966310501 +Info 4698 [15:19:07.800] getExportInfoMap: cache hit +Info 4699 [15:19:07.822] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4700 [15:19:07.823] collectAutoImports: response is complete +Info 4701 [15:19:07.823] collectAutoImports: 22.20211900025606 +Info 4702 [15:19:07.823] getCompletionData: Semantic work: 25.901698999106884 +Info 4703 [15:19:07.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.128856997936964 +Info 4704 [15:19:07.843] Format host information updated +Info 4705 [15:19:07.991] Format host information updated +Info 4706 [15:19:07.992] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4707 [15:19:08.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 8.48522699996829ms +Info 4708 [15:19:08.000] Different program with same set of files +Info 4709 [15:19:08.000] getCompletionData: Get current token: 0.0021209977567195892 +Info 4710 [15:19:08.000] getCompletionData: Is inside comment: 0.0061579979956150055 +Info 4711 [15:19:08.000] getCompletionData: Get previous token: 0.010600000619888306 +Info 4712 [15:19:08.000] getCompletionsAtPosition: isCompletionListBlocker: 0.006935998797416687 +Info 4713 [15:19:08.002] getExportInfoMap: cache hit +Info 4714 [15:19:08.006] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 4715 [15:19:08.006] collectAutoImports: response is complete +Info 4716 [15:19:08.006] collectAutoImports: 4.078534003347158 +Info 4717 [15:19:08.006] getCompletionData: Semantic work: 5.634190000593662 +Info 4718 [15:19:08.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.520573001354933 +Info 4719 [15:19:08.015] Format host information updated +Info 4720 [15:19:08.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4721 [15:19:08.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 11.014276001602411ms +Info 4722 [15:19:08.249] Different program with same set of files +Info 4723 [15:19:08.249] getCompletionData: Get current token: 0.0018440000712871552 +Info 4724 [15:19:08.249] getCompletionData: Is inside comment: 0.006995998322963715 +Info 4725 [15:19:08.249] getCompletionData: Get previous token: 0.004974000155925751 +Info 4726 [15:19:08.249] getCompletionsAtPosition: isCompletionListBlocker: 0.001889001578092575 +Info 4727 [15:19:08.249] getCompletionData: Semantic work: 0.4609289988875389 +Info 4728 [15:19:08.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3576619997620583 +Info 4729 [15:19:08.251] Format host information updated +Info 4730 [15:19:08.591] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4731 [15:19:08.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 8.497012998908758ms +Info 4732 [15:19:08.599] Different program with same set of files +Info 4733 [15:19:08.600] getCompletionData: Get current token: 0.0021519996225833893 +Info 4734 [15:19:08.600] getCompletionData: Is inside comment: 0.023065999150276184 +Info 4735 [15:19:08.600] getCompletionData: Get previous token: 0.025880001485347748 +Info 4736 [15:19:08.600] getCompletionsAtPosition: isCompletionListBlocker: 0.0026249997317790985 +Info 4737 [15:19:08.600] getCompletionData: Semantic work: 0.5199280008673668 +Info 4738 [15:19:08.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.917789001017809 +Info 4739 [15:19:08.602] Format host information updated +Info 4740 [15:19:08.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4741 [15:19:08.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 10.676496002823114ms +Info 4742 [15:19:08.753] Different program with same set of files +Info 4743 [15:19:08.753] getCompletionData: Get current token: 0.0021199993789196014 +Info 4744 [15:19:08.753] getCompletionData: Is inside comment: 0.005966000258922577 +Info 4745 [15:19:08.753] getCompletionData: Get previous token: 0.01143299788236618 +Info 4746 [15:19:08.753] getCompletionsAtPosition: isCompletionListBlocker: 0.0019600018858909607 +Info 4747 [15:19:08.754] getCompletionData: Semantic work: 0.441296000033617 +Info 4748 [15:19:08.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7769389972090721 +Info 4749 [15:19:08.756] Format host information updated +Info 4750 [15:19:08.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4751 [15:19:08.915] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 11.295764002949ms +Info 4752 [15:19:08.916] Different program with same set of files +Info 4753 [15:19:08.916] getCompletionData: Get current token: 0.003038998693227768 +Info 4754 [15:19:08.916] getCompletionData: Is inside comment: 0.0076180025935173035 +Info 4755 [15:19:08.916] getCompletionData: Get previous token: 0.013314001262187958 +Info 4756 [15:19:08.916] getCompletionsAtPosition: isCompletionListBlocker: 0.002220999449491501 +Info 4757 [15:19:08.916] getCompletionData: Semantic work: 0.5508730001747608 +Info 4758 [15:19:08.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.58406800031662 +Info 4759 [15:19:08.919] Format host information updated +Info 4760 [15:19:09.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4761 [15:19:09.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 7.873013000935316ms +Info 4762 [15:19:09.074] Different program with same set of files +Info 4763 [15:19:09.075] getCompletionData: Get current token: 0.002087000757455826 +Info 4764 [15:19:09.075] getCompletionData: Is inside comment: 0.006283000111579895 +Info 4765 [15:19:09.075] getCompletionData: Get previous token: 0.011707000434398651 +Info 4766 [15:19:09.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0021209977567195892 +Info 4767 [15:19:09.075] getCompletionData: Semantic work: 0.456665001809597 +Info 4768 [15:19:09.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7812510021030903 +Info 4769 [15:19:09.077] Format host information updated +Info 4770 [15:19:09.786] Format host information updated +Info 4771 [15:19:09.786] Format host information updated +Info 4772 [15:19:09.786] Format host information updated +Info 4773 [15:19:09.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4774 [15:19:09.795] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 8.194019999355078ms +Info 4775 [15:19:09.795] Different program with same set of files +Info 4776 [15:19:09.795] getCompletionData: Get current token: 0.014562003314495087 +Info 4777 [15:19:09.795] getCompletionData: Is inside comment: 0.007471002638339996 +Info 4778 [15:19:09.795] getCompletionData: Get previous token: 0.005288001149892807 +Info 4779 [15:19:09.795] getCompletionsAtPosition: isCompletionListBlocker: 0.006880998611450195 +Info 4780 [15:19:09.796] getExportInfoMap: cache hit +Info 4781 [15:19:09.816] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 4782 [15:19:09.816] collectAutoImports: response is complete +Info 4783 [15:19:09.816] collectAutoImports: 19.291168000549078 +Info 4784 [15:19:09.816] getCompletionData: Semantic work: 20.68674000352621 +Info 4785 [15:19:09.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.429874997586012 +Info 4786 [15:19:09.836] getCompletionData: Get current token: 0.011296000331640244 +Info 4787 [15:19:09.836] getCompletionData: Is inside comment: 0.004019003361463547 +Info 4788 [15:19:09.836] getCompletionData: Get previous token: 0.016673997044563293 +Info 4789 [15:19:09.836] getCompletionsAtPosition: isCompletionListBlocker: 0.002589002251625061 +Info 4790 [15:19:09.836] getCompletionData: Semantic work: 0.4472620002925396 +Info 4791 [15:19:09.850] getCompletionData: Get current token: 0.012946996837854385 +Info 4792 [15:19:09.850] getCompletionData: Is inside comment: 0.0034740008413791656 +Info 4793 [15:19:09.850] getCompletionData: Get previous token: 0.02384299784898758 +Info 4794 [15:19:09.850] getCompletionsAtPosition: isCompletionListBlocker: 0.0022599995136260986 +Info 4795 [15:19:09.850] getCompletionData: Semantic work: 0.2436560019850731 +Info 4796 [15:19:09.851] getCompletionData: Get current token: 0.006593000143766403 +Info 4797 [15:19:09.851] getCompletionData: Is inside comment: 0.021487999707460403 +Info 4798 [15:19:09.851] getCompletionData: Get previous token: 0.016717001795768738 +Info 4799 [15:19:09.851] getCompletionsAtPosition: isCompletionListBlocker: 0.0012059994041919708 +Info 4800 [15:19:09.851] getCompletionData: Semantic work: 0.10683799907565117 +Info 4801 [15:19:09.852] Format host information updated +Info 4802 [15:19:11.368] Format host information updated +Info 4803 [15:19:11.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4804 [15:19:11.377] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 8.677292998880148ms +Info 4805 [15:19:11.377] Different program with same set of files +Info 4806 [15:19:13.520] getCompletionData: Get current token: 0.00441499799489975 +Info 4807 [15:19:13.520] getCompletionData: Is inside comment: 0.00804699957370758 +Info 4808 [15:19:13.520] getCompletionData: Get previous token: 0.005094002932310104 +Info 4809 [15:19:13.520] getCompletionsAtPosition: isCompletionListBlocker: 0.0024939998984336853 +Info 4810 [15:19:13.521] getExportInfoMap: cache hit +Info 4811 [15:19:13.544] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4812 [15:19:13.544] collectAutoImports: response is complete +Info 4813 [15:19:13.544] collectAutoImports: 22.49786200001836 +Info 4814 [15:19:13.544] getCompletionData: Semantic work: 24.055941000580788 +Info 4815 [15:19:13.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.121493998914957 +Info 4816 [15:19:13.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4817 [15:19:13.764] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 8.849927999079227ms +Info 4818 [15:19:13.764] Different program with same set of files +Info 4819 [15:19:13.764] getCompletionData: Get current token: 0.0041409991681575775 +Info 4820 [15:19:13.764] getCompletionData: Is inside comment: 0.010881997644901276 +Info 4821 [15:19:13.764] getCompletionData: Get previous token: 0.007013998925685883 +Info 4822 [15:19:13.764] getCompletionsAtPosition: isCompletionListBlocker: 0.007274001836776733 +Info 4823 [15:19:13.766] getExportInfoMap: cache hit +Info 4824 [15:19:13.790] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4825 [15:19:13.790] collectAutoImports: response is complete +Info 4826 [15:19:13.790] collectAutoImports: 23.865434996783733 +Info 4827 [15:19:13.790] getCompletionData: Semantic work: 25.335615001618862 +Info 4828 [15:19:13.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.200046997517347 +Info 4829 [15:19:13.816] Format host information updated +Info 4830 [15:19:13.964] Format host information updated +Info 4831 [15:19:13.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4832 [15:19:13.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 7.880410999059677ms +Info 4833 [15:19:13.973] Different program with same set of files +Info 4834 [15:19:14.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4835 [15:19:14.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 8.749159000813961ms +Info 4836 [15:19:14.506] Different program with same set of files +Info 4837 [15:19:14.506] getCompletionData: Get current token: 0.0026700012385845184 +Info 4838 [15:19:14.506] getCompletionData: Is inside comment: 0.009211000055074692 +Info 4839 [15:19:14.506] getCompletionData: Get previous token: 0.006734002381563187 +Info 4840 [15:19:14.506] getCompletionsAtPosition: isCompletionListBlocker: 0.0068870000541210175 +Info 4841 [15:19:14.507] getExportInfoMap: cache hit +Info 4842 [15:19:14.533] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4843 [15:19:14.533] collectAutoImports: response is complete +Info 4844 [15:19:14.533] collectAutoImports: 25.508209001272917 +Info 4845 [15:19:14.533] getCompletionData: Semantic work: 26.940703000873327 +Info 4846 [15:19:14.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.119217000901699 +Info 4847 [15:19:14.554] Format host information updated +Info 4848 [15:19:14.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4849 [15:19:14.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 8.380456000566483ms +Info 4850 [15:19:14.726] Different program with same set of files +Info 4851 [15:19:14.727] getCompletionData: Get current token: 0.0038079991936683655 +Info 4852 [15:19:14.727] getCompletionData: Is inside comment: 0.00952799990773201 +Info 4853 [15:19:14.727] getCompletionData: Get previous token: 0.00622900202870369 +Info 4854 [15:19:14.727] getCompletionsAtPosition: isCompletionListBlocker: 0.006572000682353973 +Info 4855 [15:19:14.728] getExportInfoMap: cache hit +Info 4856 [15:19:14.754] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4857 [15:19:14.754] collectAutoImports: response is complete +Info 4858 [15:19:14.754] collectAutoImports: 26.1618670001626 +Info 4859 [15:19:14.754] getCompletionData: Semantic work: 27.616294998675585 +Info 4860 [15:19:14.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.376585997641087 +Info 4861 [15:19:14.782] Format host information updated +Info 4862 [15:19:14.931] Format host information updated +Info 4863 [15:19:14.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4864 [15:19:14.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 8.767078999429941ms +Info 4865 [15:19:14.940] Different program with same set of files +Info 4866 [15:19:15.082] Format host information updated +Info 4867 [15:19:15.908] getCompletionData: Get current token: 0.004193000495433807 +Info 4868 [15:19:15.908] getCompletionData: Is inside comment: 0.012156002223491669 +Info 4869 [15:19:15.908] getCompletionData: Get previous token: 0.007947001606225967 +Info 4870 [15:19:15.908] getCompletionsAtPosition: isCompletionListBlocker: 0.0029429979622364044 +Info 4871 [15:19:15.908] Returning an empty list because completion was requested in an invalid position. +Info 4872 [15:19:16.113] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4873 [15:19:16.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 7.976780001074076ms +Info 4874 [15:19:16.121] Different program with same set of files +Info 4875 [15:19:16.121] getCompletionData: Get current token: 0.003035999834537506 +Info 4876 [15:19:16.121] getCompletionData: Is inside comment: 0.009161997586488724 +Info 4877 [15:19:16.121] getCompletionData: Get previous token: 0.011739999055862427 +Info 4878 [15:19:16.121] getCompletionsAtPosition: isCompletionListBlocker: 0.002268001437187195 +Info 4879 [15:19:16.121] Returning an empty list because completion was requested in an invalid position. +Info 4880 [15:19:16.122] Format host information updated +Info 4881 [15:19:16.522] Format host information updated +Info 4882 [15:19:16.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4883 [15:19:16.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 9.638311997056007ms +Info 4884 [15:19:16.532] Different program with same set of files +Info 4885 [15:19:16.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4886 [15:19:16.750] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 7.7190609984099865ms +Info 4887 [15:19:16.750] Different program with same set of files +Info 4888 [15:19:16.750] getCompletionData: Get current token: 0.003262002021074295 +Info 4889 [15:19:16.750] getCompletionData: Is inside comment: 0.010259997099637985 +Info 4890 [15:19:16.750] getCompletionData: Get previous token: 0.013875998556613922 +Info 4891 [15:19:16.750] getCompletionsAtPosition: isCompletionListBlocker: 0.0018020011484622955 +Info 4892 [15:19:16.751] getExportInfoMap: cache hit +Info 4893 [15:19:16.758] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 4894 [15:19:16.758] collectAutoImports: response is complete +Info 4895 [15:19:16.758] collectAutoImports: 7.335485000163317 +Info 4896 [15:19:16.758] getCompletionData: Semantic work: 8.625872001051903 +Info 4897 [15:19:16.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.19752100110054 +Info 4898 [15:19:16.771] Format host information updated +Info 4899 [15:19:16.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4900 [15:19:16.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 8.322215002030134ms +Info 4901 [15:19:16.940] Different program with same set of files +Info 4902 [15:19:16.940] getCompletionData: Get current token: 0.003026999533176422 +Info 4903 [15:19:16.940] getCompletionData: Is inside comment: 0.009446997195482254 +Info 4904 [15:19:16.940] getCompletionData: Get previous token: 0.0130079984664917 +Info 4905 [15:19:16.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0019940026104450226 +Info 4906 [15:19:16.942] getExportInfoMap: cache hit +Info 4907 [15:19:16.944] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 4908 [15:19:16.944] collectAutoImports: response is complete +Info 4909 [15:19:16.944] collectAutoImports: 2.6443980000913143 +Info 4910 [15:19:16.944] getCompletionData: Semantic work: 3.9342090003192425 +Info 4911 [15:19:16.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.839811000972986 +Info 4912 [15:19:16.958] Format host information updated +Info 4913 [15:19:17.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4914 [15:19:17.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 7.511425998061895ms +Info 4915 [15:19:17.119] Different program with same set of files +Info 4916 [15:19:17.119] getCompletionData: Get current token: 0.0033770017325878143 +Info 4917 [15:19:17.119] getCompletionData: Is inside comment: 0.009488999843597412 +Info 4918 [15:19:17.119] getCompletionData: Get previous token: 0.01328599825501442 +Info 4919 [15:19:17.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0019790008664131165 +Info 4920 [15:19:17.120] getExportInfoMap: cache hit +Info 4921 [15:19:17.123] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 4922 [15:19:17.123] collectAutoImports: response is complete +Info 4923 [15:19:17.123] collectAutoImports: 2.6806770004332066 +Info 4924 [15:19:17.123] getCompletionData: Semantic work: 3.9518739990890026 +Info 4925 [15:19:17.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.707307998090982 +Info 4926 [15:19:17.136] Format host information updated +Info 4927 [15:19:17.138] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4928 [15:19:17.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 7.619826000183821ms +Info 4929 [15:19:17.146] Different program with same set of files +Info 4930 [15:19:17.146] getCompletionData: Get current token: 0.0028490014374256134 +Info 4931 [15:19:17.146] getCompletionData: Is inside comment: 0.009298000484704971 +Info 4932 [15:19:17.146] getCompletionData: Get previous token: 0.013190999627113342 +Info 4933 [15:19:17.146] getCompletionsAtPosition: isCompletionListBlocker: 0.0019489973783493042 +Info 4934 [15:19:17.148] getExportInfoMap: cache hit +Info 4935 [15:19:17.170] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 4936 [15:19:17.170] collectAutoImports: response is complete +Info 4937 [15:19:17.170] collectAutoImports: 22.082897000014782 +Info 4938 [15:19:17.170] getCompletionData: Semantic work: 23.37890199944377 +Info 4939 [15:19:17.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.004208002239466 +Info 4940 [15:19:17.194] Format host information updated +Info 4941 [15:19:18.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4942 [15:19:18.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 7.703358002007008ms +Info 4943 [15:19:18.100] Different program with same set of files +Info 4944 [15:19:18.100] getCompletionData: Get current token: 0.003394998610019684 +Info 4945 [15:19:18.100] getCompletionData: Is inside comment: 0.010742999613285065 +Info 4946 [15:19:18.100] getCompletionData: Get previous token: 0.013248000293970108 +Info 4947 [15:19:18.100] getCompletionsAtPosition: isCompletionListBlocker: 0.002036001533269882 +Info 4948 [15:19:18.101] getExportInfoMap: cache hit +Info 4949 [15:19:18.103] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4950 [15:19:18.103] collectAutoImports: response is complete +Info 4951 [15:19:18.103] collectAutoImports: 2.0638960003852844 +Info 4952 [15:19:18.103] getCompletionData: Semantic work: 3.3156390003859997 +Info 4953 [15:19:18.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.164181001484394 +Info 4954 [15:19:18.115] Format host information updated +Info 4955 [15:19:18.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4956 [15:19:18.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 8.051153000444174ms +Info 4957 [15:19:18.277] Different program with same set of files +Info 4958 [15:19:18.277] getCompletionData: Get current token: 0.003763999789953232 +Info 4959 [15:19:18.277] getCompletionData: Is inside comment: 0.01097400113940239 +Info 4960 [15:19:18.277] getCompletionData: Get previous token: 0.014012999832630157 +Info 4961 [15:19:18.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0019440017640590668 +Info 4962 [15:19:18.279] getExportInfoMap: cache hit +Info 4963 [15:19:18.281] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4964 [15:19:18.281] collectAutoImports: response is complete +Info 4965 [15:19:18.281] collectAutoImports: 2.0696719996631145 +Info 4966 [15:19:18.281] getCompletionData: Semantic work: 3.528382997959852 +Info 4967 [15:19:18.288] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.131145000457764 +Info 4968 [15:19:18.291] Format host information updated +Info 4969 [15:19:18.444] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4970 [15:19:18.451] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 7.631611000746489ms +Info 4971 [15:19:18.451] Different program with same set of files +Info 4972 [15:19:18.452] getCompletionData: Get current token: 0.003874998539686203 +Info 4973 [15:19:18.452] getCompletionData: Is inside comment: 0.010749001055955887 +Info 4974 [15:19:18.452] getCompletionData: Get previous token: 0.01375499740242958 +Info 4975 [15:19:18.452] getCompletionsAtPosition: isCompletionListBlocker: 0.0019889995455741882 +Info 4976 [15:19:18.453] getExportInfoMap: cache hit +Info 4977 [15:19:18.455] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4978 [15:19:18.455] collectAutoImports: response is complete +Info 4979 [15:19:18.455] collectAutoImports: 2.3856520019471645 +Info 4980 [15:19:18.455] getCompletionData: Semantic work: 3.70652100071311 +Info 4981 [15:19:18.465] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.2866799980402 +Info 4982 [15:19:18.467] Format host information updated +Info 4983 [15:19:18.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4984 [15:19:18.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 8.304234001785517ms +Info 4985 [15:19:18.623] Different program with same set of files +Info 4986 [15:19:18.623] getCompletionData: Get current token: 0.003897000104188919 +Info 4987 [15:19:18.623] getCompletionData: Is inside comment: 0.014811001718044281 +Info 4988 [15:19:18.623] getCompletionData: Get previous token: 0.014102000743150711 +Info 4989 [15:19:18.624] getCompletionsAtPosition: isCompletionListBlocker: 0.002041999250650406 +Info 4990 [15:19:18.625] getExportInfoMap: cache hit +Info 4991 [15:19:18.627] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4992 [15:19:18.627] collectAutoImports: response is complete +Info 4993 [15:19:18.627] collectAutoImports: 2.26868399977684 +Info 4994 [15:19:18.627] getCompletionData: Semantic work: 3.897581998258829 +Info 4995 [15:19:18.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.298355001956224 +Info 4996 [15:19:18.637] Format host information updated +Info 4997 [15:19:18.785] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4998 [15:19:18.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 7.6222680024802685ms +Info 4999 [15:19:18.793] Different program with same set of files +Info 5000 [15:19:18.793] getCompletionData: Get current token: 0.004370000213384628 +Info 5001 [15:19:18.793] getCompletionData: Is inside comment: 0.011732999235391617 +Info 5002 [15:19:18.793] getCompletionData: Get previous token: 0.008382000029087067 +Info 5003 [15:19:18.793] getCompletionsAtPosition: isCompletionListBlocker: 0.0023550018668174744 +Info 5004 [15:19:18.794] getExportInfoMap: cache hit +Info 5005 [15:19:18.815] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5006 [15:19:18.815] collectAutoImports: response is complete +Info 5007 [15:19:18.815] collectAutoImports: 20.56036200001836 +Info 5008 [15:19:18.815] getCompletionData: Semantic work: 21.8012179993093 +Info 5009 [15:19:18.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.782960001379251 +Info 5010 [15:19:18.839] Format host information updated +Info 5011 [15:19:18.989] getCompletionData: Get current token: 0.003029000014066696 +Info 5012 [15:19:18.989] getCompletionData: Is inside comment: 0.009429000318050385 +Info 5013 [15:19:18.989] getCompletionData: Get previous token: 0.032826997339725494 +Info 5014 [15:19:18.989] getCompletionsAtPosition: isCompletionListBlocker: 0.002703998237848282 +Info 5015 [15:19:18.991] getExportInfoMap: cache hit +Info 5016 [15:19:19.011] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5017 [15:19:19.011] collectAutoImports: response is complete +Info 5018 [15:19:19.011] collectAutoImports: 19.88154000043869 +Info 5019 [15:19:19.011] getCompletionData: Semantic work: 21.266250997781754 +Info 5020 [15:19:19.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.375704001635313 +Info 5021 [15:19:19.035] Format host information updated +Info 5022 [15:19:19.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5023 [15:19:19.082] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 9.756331000477076ms +Info 5024 [15:19:19.082] Different program with same set of files +Info 5025 [15:19:19.082] getCompletionData: Get current token: 0.003561999648809433 +Info 5026 [15:19:19.082] getCompletionData: Is inside comment: 0.010600000619888306 +Info 5027 [15:19:19.082] getCompletionData: Get previous token: 0.026474997401237488 +Info 5028 [15:19:19.082] getCompletionsAtPosition: isCompletionListBlocker: 0.011730998754501343 +Info 5029 [15:19:19.086] getExportInfoMap: cache hit +Info 5030 [15:19:19.108] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5031 [15:19:19.108] collectAutoImports: response is complete +Info 5032 [15:19:19.108] collectAutoImports: 22.21007400006056 +Info 5033 [15:19:19.108] getCompletionData: Semantic work: 25.858378998935223 +Info 5034 [15:19:19.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.263627000153065 +Info 5035 [15:19:19.132] Format host information updated +Info 5036 [15:19:19.315] Format host information updated +Info 5037 [15:19:20.563] Format host information updated +Info 5038 [15:19:20.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5039 [15:19:20.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 12.26792100071907ms +Info 5040 [15:19:20.575] Different program with same set of files +Info 5041 [15:19:20.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5042 [15:19:20.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 10.624306000769138ms +Info 5043 [15:19:20.995] Different program with same set of files +Info 5044 [15:19:20.995] getCompletionData: Get current token: 0.0024319998919963837 +Info 5045 [15:19:20.995] getCompletionData: Is inside comment: 0.006639000028371811 +Info 5046 [15:19:20.995] getCompletionData: Get previous token: 0.010467998683452606 +Info 5047 [15:19:20.995] getCompletionsAtPosition: isCompletionListBlocker: 0.007867000997066498 +Info 5048 [15:19:20.996] getExportInfoMap: cache hit +Info 5049 [15:19:21.001] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 83 from cache +Info 5050 [15:19:21.001] collectAutoImports: response is complete +Info 5051 [15:19:21.001] collectAutoImports: 4.026504002511501 +Info 5052 [15:19:21.001] getCompletionData: Semantic work: 5.677266001701355 +Info 5053 [15:19:21.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.038938000798225 +Info 5054 [15:19:21.009] Format host information updated +Info 5055 [15:19:21.527] Format host information updated +Info 5056 [15:19:21.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5057 [15:19:21.536] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 7.97240000218153ms +Info 5058 [15:19:21.536] Different program with same set of files +Info 5059 [15:19:21.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5060 [15:19:21.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 10.510989997535944ms +Info 5061 [15:19:21.697] Different program with same set of files +Info 5062 [15:19:21.698] getCompletionData: Get current token: 0.0022509992122650146 +Info 5063 [15:19:21.698] getCompletionData: Is inside comment: 0.006278000771999359 +Info 5064 [15:19:21.698] getCompletionData: Get previous token: 0.004648000001907349 +Info 5065 [15:19:21.698] getCompletionsAtPosition: isCompletionListBlocker: 0.006686002016067505 +Info 5066 [15:19:21.699] getExportInfoMap: cache hit +Info 5067 [15:19:21.720] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5068 [15:19:21.720] collectAutoImports: response is complete +Info 5069 [15:19:21.720] collectAutoImports: 20.90548700094223 +Info 5070 [15:19:21.720] getCompletionData: Semantic work: 22.38713099807501 +Info 5071 [15:19:21.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.677811000496149 +Info 5072 [15:19:21.739] Format host information updated +Info 5073 [15:19:21.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5074 [15:19:21.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 11.332862000912428ms +Info 5075 [15:19:21.906] Different program with same set of files +Info 5076 [15:19:21.906] getCompletionData: Get current token: 0.0048009976744651794 +Info 5077 [15:19:21.906] getCompletionData: Is inside comment: 0.008347999304533005 +Info 5078 [15:19:21.906] getCompletionData: Get previous token: 0.00620100274682045 +Info 5079 [15:19:21.906] getCompletionsAtPosition: isCompletionListBlocker: 0.007156997919082642 +Info 5080 [15:19:21.907] getExportInfoMap: cache hit +Info 5081 [15:19:21.929] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5082 [15:19:21.929] collectAutoImports: response is complete +Info 5083 [15:19:21.929] collectAutoImports: 21.5679280012846 +Info 5084 [15:19:21.929] getCompletionData: Semantic work: 23.01129100099206 +Info 5085 [15:19:21.940] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.90795399993658 +Info 5086 [15:19:21.947] Format host information updated +Info 5087 [15:19:22.098] Format host information updated +Info 5088 [15:19:22.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5089 [15:19:22.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 7.4086900018155575ms +Info 5090 [15:19:22.106] Different program with same set of files +Info 5091 [15:19:22.106] getCompletionData: Get current token: 0.0021280013024806976 +Info 5092 [15:19:22.106] getCompletionData: Is inside comment: 0.0058710016310215 +Info 5093 [15:19:22.106] getCompletionData: Get previous token: 0.010246999561786652 +Info 5094 [15:19:22.106] getCompletionsAtPosition: isCompletionListBlocker: 0.007302999496459961 +Info 5095 [15:19:22.111] getExportInfoMap: cache hit +Info 5096 [15:19:22.115] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 5097 [15:19:22.115] collectAutoImports: response is complete +Info 5098 [15:19:22.115] collectAutoImports: 3.914383001625538 +Info 5099 [15:19:22.115] getCompletionData: Semantic work: 8.75933899730444 +Info 5100 [15:19:22.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.300930999219418 +Info 5101 [15:19:22.122] Format host information updated +Info 5102 [15:19:22.273] Format host information updated +Info 5103 [15:19:22.273] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5104 [15:19:22.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 22.214479003101587ms +Info 5105 [15:19:22.296] Different program with same set of files +Info 5106 [15:19:22.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5107 [15:19:22.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 7.552627999335527ms +Info 5108 [15:19:22.488] Different program with same set of files +Info 5109 [15:19:22.488] getCompletionData: Get current token: 0.0021780021488666534 +Info 5110 [15:19:22.488] getCompletionData: Is inside comment: 0.007641002535820007 +Info 5111 [15:19:22.488] getCompletionData: Get previous token: 0.005444001406431198 +Info 5112 [15:19:22.488] getCompletionsAtPosition: isCompletionListBlocker: 0.007013998925685883 +Info 5113 [15:19:22.490] getExportInfoMap: cache hit +Info 5114 [15:19:22.514] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5115 [15:19:22.514] collectAutoImports: response is complete +Info 5116 [15:19:22.514] collectAutoImports: 24.438709001988173 +Info 5117 [15:19:22.514] getCompletionData: Semantic work: 26.518488001078367 +Info 5118 [15:19:22.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.223493002355099 +Info 5119 [15:19:22.534] Format host information updated +Info 5120 [15:19:22.681] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5121 [15:19:22.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 7.524888001382351ms +Info 5122 [15:19:22.688] Different program with same set of files +Info 5123 [15:19:22.689] getCompletionData: Get current token: 0.0052100010216236115 +Info 5124 [15:19:22.689] getCompletionData: Is inside comment: 0.010393999516963959 +Info 5125 [15:19:22.689] getCompletionData: Get previous token: 0.024785000830888748 +Info 5126 [15:19:22.689] getCompletionsAtPosition: isCompletionListBlocker: 0.0056970007717609406 +Info 5127 [15:19:22.691] getExportInfoMap: cache hit +Info 5128 [15:19:22.711] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5129 [15:19:22.711] collectAutoImports: response is complete +Info 5130 [15:19:22.711] collectAutoImports: 20.371755000203848 +Info 5131 [15:19:22.711] getCompletionData: Semantic work: 22.541713997721672 +Info 5132 [15:19:22.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.949795000255108 +Info 5133 [15:19:22.732] Format host information updated +Info 5134 [15:19:22.875] Format host information updated +Info 5135 [15:19:22.875] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5136 [15:19:22.884] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 8.230392999947071ms +Info 5137 [15:19:22.884] Different program with same set of files +Info 5138 [15:19:23.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5139 [15:19:23.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 7.4679659977555275ms +Info 5140 [15:19:23.033] Different program with same set of files +Info 5141 [15:19:23.033] getCompletionData: Get current token: 0.0019290000200271606 +Info 5142 [15:19:23.033] getCompletionData: Is inside comment: 0.0060239993035793304 +Info 5143 [15:19:23.033] getCompletionData: Get previous token: 0.010913003236055374 +Info 5144 [15:19:23.033] getCompletionsAtPosition: isCompletionListBlocker: 0.007511001080274582 +Info 5145 [15:19:23.035] getExportInfoMap: cache hit +Info 5146 [15:19:23.041] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 5147 [15:19:23.041] collectAutoImports: response is complete +Info 5148 [15:19:23.041] collectAutoImports: 6.336636997759342 +Info 5149 [15:19:23.041] getCompletionData: Semantic work: 8.048928998410702 +Info 5150 [15:19:23.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.410549998283386 +Info 5151 [15:19:23.049] Format host information updated +Info 5152 [15:19:23.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5153 [15:19:23.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 7.416022002696991ms +Info 5154 [15:19:23.196] Different program with same set of files +Info 5155 [15:19:23.196] getCompletionData: Get current token: 0.002383999526500702 +Info 5156 [15:19:23.196] getCompletionData: Is inside comment: 0.006914000958204269 +Info 5157 [15:19:23.196] getCompletionData: Get previous token: 0.004870999604463577 +Info 5158 [15:19:23.196] getCompletionsAtPosition: isCompletionListBlocker: 0.002013999968767166 +Info 5159 [15:19:23.196] getCompletionData: Semantic work: 0.4730120003223419 +Info 5160 [15:19:23.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2114599980413914 +Info 5161 [15:19:23.198] Format host information updated +Info 5162 [15:19:23.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5163 [15:19:23.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 7.624802000820637ms +Info 5164 [15:19:23.352] Different program with same set of files +Info 5165 [15:19:23.352] getCompletionData: Get current token: 0.0021199993789196014 +Info 5166 [15:19:23.352] getCompletionData: Is inside comment: 0.006446000188589096 +Info 5167 [15:19:23.352] getCompletionData: Get previous token: 0.012100998312234879 +Info 5168 [15:19:23.352] getCompletionsAtPosition: isCompletionListBlocker: 0.0020339973270893097 +Info 5169 [15:19:23.352] getCompletionData: Semantic work: 0.594114001840353 +Info 5170 [15:19:23.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7463349997997284 +Info 5171 [15:19:23.354] Format host information updated +Info 5172 [15:19:23.355] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5173 [15:19:23.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 8.380332998931408ms +Info 5174 [15:19:23.363] Different program with same set of files +Info 5175 [15:19:23.363] getCompletionData: Get current token: 0.0021580010652542114 +Info 5176 [15:19:23.363] getCompletionData: Is inside comment: 0.006679002195596695 +Info 5177 [15:19:23.363] getCompletionData: Get previous token: 0.011953998357057571 +Info 5178 [15:19:23.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0021449998021125793 +Info 5179 [15:19:23.364] getCompletionData: Semantic work: 0.4969239979982376 +Info 5180 [15:19:23.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8396879993379116 +Info 5181 [15:19:23.368] Format host information updated +Info 5182 [15:19:23.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5183 [15:19:23.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 7.236597999930382ms +Info 5184 [15:19:23.518] Different program with same set of files +Info 5185 [15:19:23.518] getCompletionData: Get current token: 0.0021480023860931396 +Info 5186 [15:19:23.518] getCompletionData: Is inside comment: 0.006275001913309097 +Info 5187 [15:19:23.518] getCompletionData: Get previous token: 0.011548999696969986 +Info 5188 [15:19:23.518] getCompletionsAtPosition: isCompletionListBlocker: 0.0020549967885017395 +Info 5189 [15:19:23.518] getCompletionData: Semantic work: 0.4555930010974407 +Info 5190 [15:19:23.520] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7603350020945072 +Info 5191 [15:19:23.520] Format host information updated +Info 5192 [15:19:23.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5193 [15:19:23.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 11.25662699714303ms +Info 5194 [15:19:23.681] Different program with same set of files +Info 5195 [15:19:23.681] getCompletionData: Get current token: 0.0020940005779266357 +Info 5196 [15:19:23.681] getCompletionData: Is inside comment: 0.006069999188184738 +Info 5197 [15:19:23.681] getCompletionData: Get previous token: 0.011025000363588333 +Info 5198 [15:19:23.681] getCompletionsAtPosition: isCompletionListBlocker: 0.00240200012922287 +Info 5199 [15:19:23.682] getCompletionData: Semantic work: 0.4736259989440441 +Info 5200 [15:19:23.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1052799969911575 +Info 5201 [15:19:23.684] Format host information updated +Info 5202 [15:19:23.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5203 [15:19:23.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 7.241360999643803ms +Info 5204 [15:19:23.831] Different program with same set of files +Info 5205 [15:19:23.831] getCompletionData: Get current token: 0.0021050013601779938 +Info 5206 [15:19:23.831] getCompletionData: Is inside comment: 0.006415996700525284 +Info 5207 [15:19:23.831] getCompletionData: Get previous token: 0.011847000569105148 +Info 5208 [15:19:23.831] getCompletionsAtPosition: isCompletionListBlocker: 0.0020789988338947296 +Info 5209 [15:19:23.832] getCompletionData: Semantic work: 0.453916996717453 +Info 5210 [15:19:23.833] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7486080005764961 +Info 5211 [15:19:23.834] Format host information updated +Info 5212 [15:19:24.026] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5213 [15:19:24.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 10.560852997004986ms +Info 5214 [15:19:24.036] Different program with same set of files +Info 5215 [15:19:24.037] getCompletionData: Get current token: 0.0022969990968704224 +Info 5216 [15:19:24.037] getCompletionData: Is inside comment: 0.006480000913143158 +Info 5217 [15:19:24.037] getCompletionData: Get previous token: 0.011835001409053802 +Info 5218 [15:19:24.037] getCompletionsAtPosition: isCompletionListBlocker: 0.0024960003793239594 +Info 5219 [15:19:24.037] getCompletionData: Semantic work: 0.5195600017905235 +Info 5220 [15:19:24.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0559509992599487 +Info 5221 [15:19:24.040] Format host information updated +Info 5222 [15:19:24.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5223 [15:19:24.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 7.406043998897076ms +Info 5224 [15:19:24.195] Different program with same set of files +Info 5225 [15:19:24.196] getCompletionData: Get current token: 0.0021910034120082855 +Info 5226 [15:19:24.196] getCompletionData: Is inside comment: 0.006276998668909073 +Info 5227 [15:19:24.196] getCompletionData: Get previous token: 0.010253999382257462 +Info 5228 [15:19:24.196] getCompletionsAtPosition: isCompletionListBlocker: 0.001864999532699585 +Info 5229 [15:19:24.196] getCompletionData: Semantic work: 0.44026800245046616 +Info 5230 [15:19:24.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6437209993600845 +Info 5231 [15:19:24.198] Format host information updated +Info 5232 [15:19:24.342] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5233 [15:19:24.350] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 7.257318001240492ms +Info 5234 [15:19:24.350] Different program with same set of files +Info 5235 [15:19:24.350] getCompletionData: Get current token: 0.0019710026681423187 +Info 5236 [15:19:24.350] getCompletionData: Is inside comment: 0.005775000900030136 +Info 5237 [15:19:24.350] getCompletionData: Get previous token: 0.009957000613212585 +Info 5238 [15:19:24.350] getCompletionsAtPosition: isCompletionListBlocker: 0.001873999834060669 +Info 5239 [15:19:24.350] getCompletionData: Semantic work: 0.4433230012655258 +Info 5240 [15:19:24.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5786020010709763 +Info 5241 [15:19:24.352] Format host information updated +Info 5242 [15:19:24.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5243 [15:19:24.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 7.683276999741793ms +Info 5244 [15:19:24.506] Different program with same set of files +Info 5245 [15:19:24.506] getCompletionData: Get current token: 0.0020560026168823242 +Info 5246 [15:19:24.506] getCompletionData: Is inside comment: 0.006133001297712326 +Info 5247 [15:19:24.506] getCompletionData: Get previous token: 0.01046299934387207 +Info 5248 [15:19:24.506] getCompletionsAtPosition: isCompletionListBlocker: 0.0028450004756450653 +Info 5249 [15:19:24.506] getCompletionData: Semantic work: 0.4786289967596531 +Info 5250 [15:19:24.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6228299997746944 +Info 5251 [15:19:24.511] Format host information updated +Info 5252 [15:19:24.651] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5253 [15:19:24.658] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 7.203795999288559ms +Info 5254 [15:19:24.658] Different program with same set of files +Info 5255 [15:19:24.658] getCompletionData: Get current token: 0.0019049979746341705 +Info 5256 [15:19:24.658] getCompletionData: Is inside comment: 0.006105002015829086 +Info 5257 [15:19:24.658] getCompletionData: Get previous token: 0.010370001196861267 +Info 5258 [15:19:24.658] getCompletionsAtPosition: isCompletionListBlocker: 0.002157997339963913 +Info 5259 [15:19:24.659] getCompletionData: Semantic work: 0.5077360011637211 +Info 5260 [15:19:24.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.576604999601841 +Info 5261 [15:19:24.661] Format host information updated +Info 5262 [15:19:24.800] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5263 [15:19:24.811] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 10.94378099963069ms +Info 5264 [15:19:24.811] Different program with same set of files +Info 5265 [15:19:24.811] getCompletionData: Get current token: 0.0022840015590190887 +Info 5266 [15:19:24.811] getCompletionData: Is inside comment: 0.0055430009961128235 +Info 5267 [15:19:24.811] getCompletionData: Get previous token: 0.009455997496843338 +Info 5268 [15:19:24.811] getCompletionsAtPosition: isCompletionListBlocker: 0.0021170005202293396 +Info 5269 [15:19:24.812] getCompletionData: Semantic work: 0.4991919994354248 +Info 5270 [15:19:24.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.692611001431942 +Info 5271 [15:19:24.814] Format host information updated +Info 5272 [15:19:24.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5273 [15:19:24.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 7.605167999863625ms +Info 5274 [15:19:24.963] Different program with same set of files +Info 5275 [15:19:24.963] getCompletionData: Get current token: 0.002041999250650406 +Info 5276 [15:19:24.963] getCompletionData: Is inside comment: 0.005777999758720398 +Info 5277 [15:19:24.963] getCompletionData: Get previous token: 0.011816002428531647 +Info 5278 [15:19:24.963] getCompletionsAtPosition: isCompletionListBlocker: 0.0019479990005493164 +Info 5279 [15:19:24.963] getCompletionData: Semantic work: 0.4491249993443489 +Info 5280 [15:19:24.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3739759996533394 +Info 5281 [15:19:24.965] Format host information updated +Info 5282 [15:19:24.965] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5283 [15:19:24.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 7.501207001507282ms +Info 5284 [15:19:24.973] Different program with same set of files +Info 5285 [15:19:24.973] getCompletionData: Get current token: 0.002326998859643936 +Info 5286 [15:19:24.973] getCompletionData: Is inside comment: 0.005920998752117157 +Info 5287 [15:19:24.973] getCompletionData: Get previous token: 0.004468999803066254 +Info 5288 [15:19:24.973] getCompletionsAtPosition: isCompletionListBlocker: 0.002811998128890991 +Info 5289 [15:19:24.977] getExportInfoMap: cache hit +Info 5290 [15:19:24.999] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5291 [15:19:24.999] collectAutoImports: response is complete +Info 5292 [15:19:24.999] collectAutoImports: 21.159336999058723 +Info 5293 [15:19:24.999] getCompletionData: Semantic work: 25.82692399993539 +Info 5294 [15:19:25.010] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.656097002327442 +Info 5295 [15:19:25.017] Format host information updated +Info 5296 [15:19:25.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5297 [15:19:25.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 9.586775999516249ms +Info 5298 [15:19:25.195] Different program with same set of files +Info 5299 [15:19:25.195] getCompletionData: Get current token: 0.002209000289440155 +Info 5300 [15:19:25.195] getCompletionData: Is inside comment: 0.005922000855207443 +Info 5301 [15:19:25.195] getCompletionData: Get previous token: 0.009975001215934753 +Info 5302 [15:19:25.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0031539984047412872 +Info 5303 [15:19:25.197] getExportInfoMap: cache hit +Info 5304 [15:19:25.200] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 83 from cache +Info 5305 [15:19:25.200] collectAutoImports: response is complete +Info 5306 [15:19:25.200] collectAutoImports: 3.4437430016696453 +Info 5307 [15:19:25.200] getCompletionData: Semantic work: 5.104909997433424 +Info 5308 [15:19:25.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.876674000173807 +Info 5309 [15:19:25.211] Format host information updated +Info 5310 [15:19:25.393] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5311 [15:19:25.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 7.609865002334118ms +Info 5312 [15:19:25.401] Different program with same set of files +Info 5313 [15:19:25.401] getCompletionData: Get current token: 0.002694997936487198 +Info 5314 [15:19:25.401] getCompletionData: Is inside comment: 0.0065960027277469635 +Info 5315 [15:19:25.401] getCompletionData: Get previous token: 0.004494000226259232 +Info 5316 [15:19:25.401] getCompletionsAtPosition: isCompletionListBlocker: 0.00681300088763237 +Info 5317 [15:19:25.402] getExportInfoMap: cache hit +Info 5318 [15:19:25.424] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5319 [15:19:25.424] collectAutoImports: response is complete +Info 5320 [15:19:25.424] collectAutoImports: 21.559801001101732 +Info 5321 [15:19:25.424] getCompletionData: Semantic work: 22.976595997810364 +Info 5322 [15:19:25.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.008347000926733 +Info 5323 [15:19:25.445] Format host information updated +Info 5324 [15:19:31.849] getCompletionData: Get current token: 0.0024960003793239594 +Info 5325 [15:19:31.849] getCompletionData: Is inside comment: 0.006436999887228012 +Info 5326 [15:19:31.849] getCompletionData: Get previous token: 0.004686001688241959 +Info 5327 [15:19:31.849] getCompletionsAtPosition: isCompletionListBlocker: 0.017339996993541718 +Info 5328 [15:19:31.851] getExportInfoMap: cache hit +Info 5329 [15:19:31.866] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5330 [15:19:31.866] collectAutoImports: response is complete +Info 5331 [15:19:31.866] collectAutoImports: 15.638047996908426 +Info 5332 [15:19:31.866] getCompletionData: Semantic work: 17.105111002922058 +Info 5333 [15:19:31.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.946133002638817 +Info 5334 [15:19:31.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5335 [15:19:32.003] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 7.994614001363516ms +Info 5336 [15:19:32.003] Different program with same set of files +Info 5337 [15:19:32.003] getCompletionData: Get current token: 0.0030519999563694 +Info 5338 [15:19:32.003] getCompletionData: Is inside comment: 0.007628999650478363 +Info 5339 [15:19:32.003] getCompletionData: Get previous token: 0.005783997476100922 +Info 5340 [15:19:32.003] getCompletionsAtPosition: isCompletionListBlocker: 0.0020000003278255463 +Info 5341 [15:19:32.004] getCompletionData: Semantic work: 0.8076010011136532 +Info 5342 [15:19:32.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16575200110673904 +Info 5343 [15:19:32.005] Format host information updated +Info 5344 [15:19:32.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5345 [15:19:32.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 7.809493001550436ms +Info 5346 [15:19:32.167] Different program with same set of files +Info 5347 [15:19:32.167] getCompletionData: Get current token: 0.0021260008215904236 +Info 5348 [15:19:32.167] getCompletionData: Is inside comment: 0.005880001932382584 +Info 5349 [15:19:32.167] getCompletionData: Get previous token: 0.009634997695684433 +Info 5350 [15:19:32.167] getCompletionsAtPosition: isCompletionListBlocker: 0.0019639991223812103 +Info 5351 [15:19:32.168] getCompletionData: Semantic work: 0.6850950010120869 +Info 5352 [15:19:32.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8793260008096695 +Info 5353 [15:19:32.169] Format host information updated +Info 5354 [15:19:32.315] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5355 [15:19:32.324] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 8.614755999296904ms +Info 5356 [15:19:32.324] Different program with same set of files +Info 5357 [15:19:32.324] getCompletionData: Get current token: 0.0031419992446899414 +Info 5358 [15:19:32.324] getCompletionData: Is inside comment: 0.012163002043962479 +Info 5359 [15:19:32.324] getCompletionData: Get previous token: 0.016519997268915176 +Info 5360 [15:19:32.325] getCompletionsAtPosition: isCompletionListBlocker: 0.002435002475976944 +Info 5361 [15:19:32.326] getCompletionData: Semantic work: 1.3225819990038872 +Info 5362 [15:19:32.327] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2223020009696484 +Info 5363 [15:19:32.330] Format host information updated +Info 5364 [15:19:32.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5365 [15:19:32.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 7.628917999565601ms +Info 5366 [15:19:32.483] Different program with same set of files +Info 5367 [15:19:32.483] getCompletionData: Get current token: 0.002152998000383377 +Info 5368 [15:19:32.483] getCompletionData: Is inside comment: 0.005894999951124191 +Info 5369 [15:19:32.483] getCompletionData: Get previous token: 0.009936001151800156 +Info 5370 [15:19:32.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0019330009818077087 +Info 5371 [15:19:32.484] getCompletionData: Semantic work: 0.6466529965400696 +Info 5372 [15:19:32.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7488170005381107 +Info 5373 [15:19:32.485] Format host information updated +Info 5374 [15:19:32.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5375 [15:19:32.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 7.854699000716209ms +Info 5376 [15:19:32.493] Different program with same set of files +Info 5377 [15:19:32.493] getCompletionData: Get current token: 0.002136997878551483 +Info 5378 [15:19:32.493] getCompletionData: Is inside comment: 0.005983002483844757 +Info 5379 [15:19:32.493] getCompletionData: Get previous token: 0.009894996881484985 +Info 5380 [15:19:32.493] getCompletionsAtPosition: isCompletionListBlocker: 0.0017580017447471619 +Info 5381 [15:19:32.494] getCompletionData: Semantic work: 0.6288230009377003 +Info 5382 [15:19:32.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.718189001083374 +Info 5383 [15:19:32.498] Format host information updated +Info 5384 [15:19:32.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5385 [15:19:32.653] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 7.488658998161554ms +Info 5386 [15:19:32.653] Different program with same set of files +Info 5387 [15:19:32.653] getCompletionData: Get current token: 0.002458002418279648 +Info 5388 [15:19:32.653] getCompletionData: Is inside comment: 0.00677499920129776 +Info 5389 [15:19:32.654] getCompletionData: Get previous token: 0.00506100058555603 +Info 5390 [15:19:32.654] getCompletionsAtPosition: isCompletionListBlocker: 0.0023260004818439484 +Info 5391 [15:19:32.655] getExportInfoMap: cache hit +Info 5392 [15:19:32.675] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5393 [15:19:32.675] collectAutoImports: response is complete +Info 5394 [15:19:32.675] collectAutoImports: 20.291050001978874 +Info 5395 [15:19:32.675] getCompletionData: Semantic work: 21.665718000382185 +Info 5396 [15:19:32.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.745130997151136 +Info 5397 [15:19:32.696] Format host information updated +Info 5398 [15:19:32.702] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5399 [15:19:32.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 8.328060999512672ms +Info 5400 [15:19:32.710] Different program with same set of files +Info 5401 [15:19:32.710] getCompletionData: Get current token: 0.0022529996931552887 +Info 5402 [15:19:32.710] getCompletionData: Is inside comment: 0.006058000028133392 +Info 5403 [15:19:32.710] getCompletionData: Get previous token: 0.004585999995470047 +Info 5404 [15:19:32.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0071819983422756195 +Info 5405 [15:19:32.712] getExportInfoMap: cache hit +Info 5406 [15:19:32.733] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5407 [15:19:32.733] collectAutoImports: response is complete +Info 5408 [15:19:32.733] collectAutoImports: 21.0365120023489 +Info 5409 [15:19:32.733] getCompletionData: Semantic work: 22.48744400218129 +Info 5410 [15:19:32.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.592011000961065 +Info 5411 [15:19:32.752] Format host information updated +Info 5412 [15:19:32.902] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5413 [15:19:32.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 8.626892000436783ms +Info 5414 [15:19:32.910] Different program with same set of files +Info 5415 [15:19:32.910] getCompletionData: Get current token: 0.002399001270532608 +Info 5416 [15:19:32.910] getCompletionData: Is inside comment: 0.006712000817060471 +Info 5417 [15:19:32.910] getCompletionData: Get previous token: 0.004945002496242523 +Info 5418 [15:19:32.910] getCompletionsAtPosition: isCompletionListBlocker: 0.003092002123594284 +Info 5419 [15:19:32.912] getExportInfoMap: cache hit +Info 5420 [15:19:32.932] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5421 [15:19:32.932] collectAutoImports: response is complete +Info 5422 [15:19:32.932] collectAutoImports: 20.37245200201869 +Info 5423 [15:19:32.932] getCompletionData: Semantic work: 22.051054000854492 +Info 5424 [15:19:32.947] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.3900340013206 +Info 5425 [15:19:32.956] Format host information updated +Info 5426 [15:19:33.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5427 [15:19:33.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 9.9734230004251ms +Info 5428 [15:19:33.117] Different program with same set of files +Info 5429 [15:19:33.118] getCompletionData: Get current token: 0.002066999673843384 +Info 5430 [15:19:33.118] getCompletionData: Is inside comment: 0.005579996854066849 +Info 5431 [15:19:33.118] getCompletionData: Get previous token: 0.009252000600099564 +Info 5432 [15:19:33.118] getCompletionsAtPosition: isCompletionListBlocker: 0.0020299963653087616 +Info 5433 [15:19:33.118] getCompletionData: Semantic work: 0.670804001390934 +Info 5434 [15:19:33.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8184759989380836 +Info 5435 [15:19:33.119] Format host information updated +Info 5436 [15:19:33.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5437 [15:19:33.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 8.746279001235962ms +Info 5438 [15:19:33.276] Different program with same set of files +Info 5439 [15:19:33.276] getCompletionData: Get current token: 0.0021370016038417816 +Info 5440 [15:19:33.276] getCompletionData: Is inside comment: 0.006154000759124756 +Info 5441 [15:19:33.276] getCompletionData: Get previous token: 0.010183997452259064 +Info 5442 [15:19:33.276] getCompletionsAtPosition: isCompletionListBlocker: 0.018948998302221298 +Info 5443 [15:19:33.277] getCompletionData: Semantic work: 0.7208959981799126 +Info 5444 [15:19:33.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.697579000145197 +Info 5445 [15:19:33.282] Format host information updated +Info 5446 [15:19:33.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5447 [15:19:33.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 7.146560002118349ms +Info 5448 [15:19:33.434] Different program with same set of files +Info 5449 [15:19:33.435] getCompletionData: Get current token: 0.002233002334833145 +Info 5450 [15:19:33.435] getCompletionData: Is inside comment: 0.006333000957965851 +Info 5451 [15:19:33.435] getCompletionData: Get previous token: 0.009704001247882843 +Info 5452 [15:19:33.435] getCompletionsAtPosition: isCompletionListBlocker: 0.0019770003855228424 +Info 5453 [15:19:33.435] getCompletionData: Semantic work: 0.6530780009925365 +Info 5454 [15:19:33.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6924820020794868 +Info 5455 [15:19:33.436] Format host information updated +Info 5456 [15:19:33.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5457 [15:19:33.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 6.819870997220278ms +Info 5458 [15:19:33.443] Different program with same set of files +Info 5459 [15:19:33.443] getCompletionData: Get current token: 0.0021339990198612213 +Info 5460 [15:19:33.443] getCompletionData: Is inside comment: 0.00599299743771553 +Info 5461 [15:19:33.443] getCompletionData: Get previous token: 0.00958700105547905 +Info 5462 [15:19:33.443] getCompletionsAtPosition: isCompletionListBlocker: 0.0018349997699260712 +Info 5463 [15:19:33.444] getCompletionData: Semantic work: 0.5588210001587868 +Info 5464 [15:19:33.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4616039991378784 +Info 5465 [15:19:33.447] Format host information updated +Info 5466 [15:19:33.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5467 [15:19:33.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 7.481462001800537ms +Info 5468 [15:19:33.600] Different program with same set of files +Info 5469 [15:19:33.600] getCompletionData: Get current token: 0.002768002450466156 +Info 5470 [15:19:33.600] getCompletionData: Is inside comment: 0.00646200031042099 +Info 5471 [15:19:33.600] getCompletionData: Get previous token: 0.004606001079082489 +Info 5472 [15:19:33.600] getCompletionsAtPosition: isCompletionListBlocker: 0.006707001477479935 +Info 5473 [15:19:33.601] getExportInfoMap: cache hit +Info 5474 [15:19:33.622] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5475 [15:19:33.622] collectAutoImports: response is complete +Info 5476 [15:19:33.622] collectAutoImports: 20.5535079985857 +Info 5477 [15:19:33.622] getCompletionData: Semantic work: 21.894901998341084 +Info 5478 [15:19:33.636] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.743312999606133 +Info 5479 [15:19:33.643] Format host information updated +Info 5480 [15:19:33.795] getCompletionData: Get current token: 0.005210999399423599 +Info 5481 [15:19:33.795] getCompletionData: Is inside comment: 0.0014300011098384857 +Info 5482 [15:19:33.795] getCompletionData: Get previous token: 0.029082998633384705 +Info 5483 [15:19:33.795] getCompletionsAtPosition: isCompletionListBlocker: 0.002863999456167221 +Info 5484 [15:19:33.797] getExportInfoMap: cache hit +Info 5485 [15:19:33.814] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5486 [15:19:33.814] collectAutoImports: response is complete +Info 5487 [15:19:33.814] collectAutoImports: 17.349422998726368 +Info 5488 [15:19:33.814] getCompletionData: Semantic work: 18.929891999810934 +Info 5489 [15:19:33.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.299310997128487 +Info 5490 [15:19:33.834] Format host information updated +Info 5491 [15:19:33.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5492 [15:19:33.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 7.943640999495983ms +Info 5493 [15:19:33.862] Different program with same set of files +Info 5494 [15:19:33.862] getCompletionData: Get current token: 0.0031289979815483093 +Info 5495 [15:19:33.862] getCompletionData: Is inside comment: 0.0010899975895881653 +Info 5496 [15:19:33.862] getCompletionData: Get previous token: 0.017342999577522278 +Info 5497 [15:19:33.862] getCompletionsAtPosition: isCompletionListBlocker: 0.006355997174978256 +Info 5498 [15:19:33.864] getExportInfoMap: cache hit +Info 5499 [15:19:33.883] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5500 [15:19:33.883] collectAutoImports: response is complete +Info 5501 [15:19:33.883] collectAutoImports: 19.421297997236252 +Info 5502 [15:19:33.883] getCompletionData: Semantic work: 20.949749998748302 +Info 5503 [15:19:33.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.107188001275063 +Info 5504 [15:19:33.906] Format host information updated +Info 5505 [15:19:34.061] Format host information updated +Info 5506 [15:19:34.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5507 [15:19:34.069] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 8.192740999162197ms +Info 5508 [15:19:34.069] Different program with same set of files +Info 5509 [15:19:34.207] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5510 [15:19:34.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 7.452286999672651ms +Info 5511 [15:19:34.214] Different program with same set of files +Info 5512 [15:19:34.214] getCompletionData: Get current token: 0.002737000584602356 +Info 5513 [15:19:34.214] getCompletionData: Is inside comment: 0.0010589994490146637 +Info 5514 [15:19:34.214] getCompletionData: Get previous token: 0.014894999563694 +Info 5515 [15:19:34.214] getCompletionsAtPosition: isCompletionListBlocker: 0.007488999515771866 +Info 5516 [15:19:34.219] getExportInfoMap: cache hit +Info 5517 [15:19:34.240] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5518 [15:19:34.240] collectAutoImports: response is complete +Info 5519 [15:19:34.240] collectAutoImports: 20.907754998654127 +Info 5520 [15:19:34.240] getCompletionData: Semantic work: 25.644483998417854 +Info 5521 [15:19:34.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.129859998822212 +Info 5522 [15:19:34.259] Format host information updated +Info 5523 [15:19:34.412] Format host information updated +Info 5524 [15:19:34.412] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5525 [15:19:34.419] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 7.586157999932766ms +Info 5526 [15:19:34.419] Different program with same set of files +Info 5527 [15:19:34.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5528 [15:19:34.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 10.580818001180887ms +Info 5529 [15:19:34.851] Different program with same set of files +Info 5530 [15:19:34.851] getCompletionData: Get current token: 0.003543999046087265 +Info 5531 [15:19:34.851] getCompletionData: Is inside comment: 0.0012519992887973785 +Info 5532 [15:19:34.851] getCompletionData: Get previous token: 0.017351999878883362 +Info 5533 [15:19:34.851] getCompletionsAtPosition: isCompletionListBlocker: 0.006967000663280487 +Info 5534 [15:19:34.852] getExportInfoMap: cache hit +Info 5535 [15:19:34.874] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5536 [15:19:34.874] collectAutoImports: response is complete +Info 5537 [15:19:34.875] collectAutoImports: 22.156367000192404 +Info 5538 [15:19:34.875] getCompletionData: Semantic work: 23.778300996869802 +Info 5539 [15:19:34.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.767002999782562 +Info 5540 [15:19:34.892] Format host information updated +Info 5541 [15:19:39.868] getCompletionData: Get current token: 0.003623001277446747 +Info 5542 [15:19:39.868] getCompletionData: Is inside comment: 0.0014140009880065918 +Info 5543 [15:19:39.868] getCompletionData: Get previous token: 0.008597999811172485 +Info 5544 [15:19:39.868] getCompletionsAtPosition: isCompletionListBlocker: 0.002970997244119644 +Info 5545 [15:19:39.869] getExportInfoMap: cache hit +Info 5546 [15:19:39.887] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5547 [15:19:39.887] collectAutoImports: response is complete +Info 5548 [15:19:39.887] collectAutoImports: 17.35463100299239 +Info 5549 [15:19:39.887] getCompletionData: Semantic work: 18.975081000477076 +Info 5550 [15:19:39.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.573162999004126 +Info 5551 [15:19:40.088] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5552 [15:19:40.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 32.11352799832821ms +Info 5553 [15:19:40.121] Different program with same set of files +Info 5554 [15:19:40.121] getCompletionData: Get current token: 0.01814199984073639 +Info 5555 [15:19:40.121] getCompletionData: Is inside comment: 0.006306000053882599 +Info 5556 [15:19:40.121] getCompletionData: Get previous token: 0.07076499983668327 +Info 5557 [15:19:40.121] getCompletionsAtPosition: isCompletionListBlocker: 0.006652999669313431 +Info 5558 [15:19:40.122] Format host information updated +Info 5559 [15:19:40.293] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5560 [15:19:40.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 17.254227999597788ms +Info 5561 [15:19:40.311] Different program with same set of files +Info 5562 [15:19:40.311] getCompletionData: Get current token: 0.004654999822378159 +Info 5563 [15:19:40.311] getCompletionData: Is inside comment: 0.001312997192144394 +Info 5564 [15:19:40.311] getCompletionData: Get previous token: 0.015122000128030777 +Info 5565 [15:19:40.311] getCompletionsAtPosition: isCompletionListBlocker: 0.0026130005717277527 +Info 5566 [15:19:40.316] Format host information updated +Info 5567 [15:19:40.503] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5568 [15:19:40.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 7.477138001471758ms +Info 5569 [15:19:40.511] Different program with same set of files +Info 5570 [15:19:40.511] getCompletionData: Get current token: 0.0043039992451667786 +Info 5571 [15:19:40.511] getCompletionData: Is inside comment: 0.0011480003595352173 +Info 5572 [15:19:40.511] getCompletionData: Get previous token: 0.014823000878095627 +Info 5573 [15:19:40.511] getCompletionsAtPosition: isCompletionListBlocker: 0.005630999803543091 +Info 5574 [15:19:40.513] getExportInfoMap: cache hit +Info 5575 [15:19:40.539] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5576 [15:19:40.539] collectAutoImports: response is complete +Info 5577 [15:19:40.539] collectAutoImports: 26.787335000932217 +Info 5578 [15:19:40.539] getCompletionData: Semantic work: 28.719570998102427 +Info 5579 [15:19:40.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.69046400114894 +Info 5580 [15:19:40.560] Format host information updated +Info 5581 [15:19:40.705] Format host information updated +Info 5582 [15:19:43.567] Format host information updated +Info 5583 [15:19:43.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5584 [15:19:43.576] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 7.954027000814676ms +Info 5585 [15:19:43.576] Different program with same set of files +Info 5586 [15:19:45.482] Format host information updated +Info 5587 [15:19:45.483] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5588 [15:19:45.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 8.121929999440908ms +Info 5589 [15:19:45.491] Different program with same set of files +Info 5590 [15:19:45.750] getCompletionData: Get current token: 0.002356000244617462 +Info 5591 [15:19:45.750] getCompletionData: Is inside comment: 0.008386000990867615 +Info 5592 [15:19:45.750] getCompletionData: Get previous token: 0.003995999693870544 +Info 5593 [15:19:45.750] getCompletionsAtPosition: isCompletionListBlocker: 0.00892699882388115 +Info 5594 [15:19:45.753] getExportInfoMap: cache hit +Info 5595 [15:19:45.772] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5596 [15:19:45.772] collectAutoImports: response is complete +Info 5597 [15:19:45.772] collectAutoImports: 19.77268300205469 +Info 5598 [15:19:45.772] getCompletionData: Semantic work: 22.114199001342058 +Info 5599 [15:19:45.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.77223900333047 +Info 5600 [15:19:47.441] Format host information updated +Info 5601 [15:19:47.441] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5602 [15:19:47.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 7.9486020021140575ms +Info 5603 [15:19:47.449] Different program with same set of files +Info 5604 [15:19:47.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5605 [15:19:47.598] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 7.654405999928713ms +Info 5606 [15:19:47.598] Different program with same set of files +Info 5607 [15:19:47.598] getCompletionData: Get current token: 0.0019950009882450104 +Info 5608 [15:19:47.598] getCompletionData: Is inside comment: 0.005173001438379288 +Info 5609 [15:19:47.598] getCompletionData: Get previous token: 0.007530000060796738 +Info 5610 [15:19:47.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0068890005350112915 +Info 5611 [15:19:47.600] getExportInfoMap: cache hit +Info 5612 [15:19:47.606] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 5613 [15:19:47.606] collectAutoImports: response is complete +Info 5614 [15:19:47.606] collectAutoImports: 6.193137999624014 +Info 5615 [15:19:47.606] getCompletionData: Semantic work: 7.921645000576973 +Info 5616 [15:19:47.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.265702001750469 +Info 5617 [15:19:47.613] Format host information updated +Info 5618 [15:19:47.752] Format host information updated +Info 5619 [15:19:47.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5620 [15:19:47.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 8.42135800048709ms +Info 5621 [15:19:47.761] Different program with same set of files +Info 5622 [15:19:47.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5623 [15:19:47.905] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 7.3373429998755455ms +Info 5624 [15:19:47.905] Different program with same set of files +Info 5625 [15:19:47.905] getCompletionData: Get current token: 0.0021880008280277252 +Info 5626 [15:19:47.905] getCompletionData: Is inside comment: 0.005953002721071243 +Info 5627 [15:19:47.905] getCompletionData: Get previous token: 0.004202999174594879 +Info 5628 [15:19:47.905] getCompletionsAtPosition: isCompletionListBlocker: 0.006924998015165329 +Info 5629 [15:19:47.907] getExportInfoMap: cache hit +Info 5630 [15:19:47.926] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5631 [15:19:47.926] collectAutoImports: response is complete +Info 5632 [15:19:47.926] collectAutoImports: 19.6183660030365 +Info 5633 [15:19:47.926] getCompletionData: Semantic work: 21.0252089984715 +Info 5634 [15:19:47.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.306000001728535 +Info 5635 [15:19:47.947] Format host information updated +Info 5636 [15:19:48.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5637 [15:19:48.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 7.234636999666691ms +Info 5638 [15:19:48.104] Different program with same set of files +Info 5639 [15:19:48.104] getCompletionData: Get current token: 0.005288001149892807 +Info 5640 [15:19:48.104] getCompletionData: Is inside comment: 0.007344000041484833 +Info 5641 [15:19:48.104] getCompletionData: Get previous token: 0.005496002733707428 +Info 5642 [15:19:48.104] getCompletionsAtPosition: isCompletionListBlocker: 0.007130999118089676 +Info 5643 [15:19:48.106] getExportInfoMap: cache hit +Info 5644 [15:19:48.124] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5645 [15:19:48.125] collectAutoImports: response is complete +Info 5646 [15:19:48.125] collectAutoImports: 18.81267800182104 +Info 5647 [15:19:48.125] getCompletionData: Semantic work: 20.29280300065875 +Info 5648 [15:19:48.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.823950998485088 +Info 5649 [15:19:48.144] Format host information updated +Info 5650 [15:19:48.150] Format host information updated +Info 5651 [15:19:48.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5652 [15:19:48.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 7.987383000552654ms +Info 5653 [15:19:48.158] Different program with same set of files +Info 5654 [15:19:48.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5655 [15:19:48.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 7.291058000177145ms +Info 5656 [15:19:48.307] Different program with same set of files +Info 5657 [15:19:48.307] getCompletionData: Get current token: 0.0019830018281936646 +Info 5658 [15:19:48.307] getCompletionData: Is inside comment: 0.00533599779009819 +Info 5659 [15:19:48.307] getCompletionData: Get previous token: 0.00825599953532219 +Info 5660 [15:19:48.307] getCompletionsAtPosition: isCompletionListBlocker: 0.006758999079465866 +Info 5661 [15:19:48.309] getExportInfoMap: cache hit +Info 5662 [15:19:48.317] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 5663 [15:19:48.317] collectAutoImports: response is complete +Info 5664 [15:19:48.317] collectAutoImports: 8.142099000513554 +Info 5665 [15:19:48.317] getCompletionData: Semantic work: 9.803880997002125 +Info 5666 [15:19:48.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4408669993281364 +Info 5667 [15:19:48.326] Format host information updated +Info 5668 [15:19:48.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5669 [15:19:48.480] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 7.51256999745965ms +Info 5670 [15:19:48.480] Different program with same set of files +Info 5671 [15:19:48.480] getCompletionData: Get current token: 0.0024369992315769196 +Info 5672 [15:19:48.480] getCompletionData: Is inside comment: 0.0064909979701042175 +Info 5673 [15:19:48.480] getCompletionData: Get previous token: 0.004490002989768982 +Info 5674 [15:19:48.480] getCompletionsAtPosition: isCompletionListBlocker: 0.0017689988017082214 +Info 5675 [15:19:48.481] getCompletionData: Semantic work: 0.4545210003852844 +Info 5676 [15:19:48.482] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8098189979791641 +Info 5677 [15:19:48.486] Format host information updated +Info 5678 [15:19:48.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5679 [15:19:48.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 7.884061001241207ms +Info 5680 [15:19:48.640] Different program with same set of files +Info 5681 [15:19:48.641] getCompletionData: Get current token: 0.0022179968655109406 +Info 5682 [15:19:48.641] getCompletionData: Is inside comment: 0.005934000015258789 +Info 5683 [15:19:48.641] getCompletionData: Get previous token: 0.009424000978469849 +Info 5684 [15:19:48.641] getCompletionsAtPosition: isCompletionListBlocker: 0.002526998519897461 +Info 5685 [15:19:48.641] getCompletionData: Semantic work: 0.4853050000965595 +Info 5686 [15:19:48.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9170110002160072 +Info 5687 [15:19:48.643] Format host information updated +Info 5688 [15:19:48.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5689 [15:19:48.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 10.097883999347687ms +Info 5690 [15:19:48.792] Different program with same set of files +Info 5691 [15:19:48.793] getCompletionData: Get current token: 0.0021880008280277252 +Info 5692 [15:19:48.793] getCompletionData: Is inside comment: 0.005612000823020935 +Info 5693 [15:19:48.793] getCompletionData: Get previous token: 0.009460996836423874 +Info 5694 [15:19:48.793] getCompletionsAtPosition: isCompletionListBlocker: 0.002003997564315796 +Info 5695 [15:19:48.793] getCompletionData: Semantic work: 0.44788699969649315 +Info 5696 [15:19:48.795] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4289370030164719 +Info 5697 [15:19:48.795] Format host information updated +Info 5698 [15:19:48.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5699 [15:19:48.972] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 7.657685000449419ms +Info 5700 [15:19:48.972] Different program with same set of files +Info 5701 [15:19:48.972] getCompletionData: Get current token: 0.0032829977571964264 +Info 5702 [15:19:48.972] getCompletionData: Is inside comment: 0.007773999124765396 +Info 5703 [15:19:48.972] getCompletionData: Get previous token: 0.004990000277757645 +Info 5704 [15:19:48.972] getCompletionsAtPosition: isCompletionListBlocker: 0.007605999708175659 +Info 5705 [15:19:48.973] getExportInfoMap: cache hit +Info 5706 [15:19:48.994] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 5707 [15:19:48.994] collectAutoImports: response is complete +Info 5708 [15:19:48.994] collectAutoImports: 20.50476500019431 +Info 5709 [15:19:48.994] getCompletionData: Semantic work: 21.885374002158642 +Info 5710 [15:19:49.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.890660997480154 +Info 5711 [15:19:49.014] Format host information updated +Info 5712 [15:19:51.241] Format host information updated +Info 5713 [15:19:51.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5714 [15:19:51.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 7.738068997859955ms +Info 5715 [15:19:51.249] Different program with same set of files +Info 5716 [15:20:03.813] getCompletionData: Get current token: 0.022783000022172928 +Info 5717 [15:20:03.813] getCompletionData: Is inside comment: 0.060961998999118805 +Info 5718 [15:20:03.813] getCompletionData: Get previous token: 0.04122199863195419 +Info 5719 [15:20:03.813] getCompletionsAtPosition: isCompletionListBlocker: 0.007072001695632935 +Info 5720 [15:20:03.821] getExportInfoMap: cache hit +Info 5721 [15:20:03.883] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5722 [15:20:03.883] collectAutoImports: response is complete +Info 5723 [15:20:03.883] collectAutoImports: 62.20847599953413 +Info 5724 [15:20:03.883] getCompletionData: Semantic work: 70.20187100023031 +Info 5725 [15:20:03.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.426254998892546 +Info 5726 [15:20:04.030] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5727 [15:20:04.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 43.55806199833751ms +Info 5728 [15:20:04.074] Different program with same set of files +Info 5729 [15:20:04.074] getCompletionData: Get current token: 0.008280999958515167 +Info 5730 [15:20:04.074] getCompletionData: Is inside comment: 0.01859400048851967 +Info 5731 [15:20:04.074] getCompletionData: Get previous token: 0.01287500187754631 +Info 5732 [15:20:04.074] getCompletionsAtPosition: isCompletionListBlocker: 0.004594001919031143 +Info 5733 [15:20:04.076] getExportInfoMap: cache hit +Info 5734 [15:20:04.104] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5735 [15:20:04.104] collectAutoImports: response is complete +Info 5736 [15:20:04.104] collectAutoImports: 27.931689999997616 +Info 5737 [15:20:04.104] getCompletionData: Semantic work: 30.245021000504494 +Info 5738 [15:20:04.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.27046700194478 +Info 5739 [15:20:04.129] Format host information updated +Info 5740 [15:20:04.299] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5741 [15:20:04.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 18.5295519977808ms +Info 5742 [15:20:04.317] Different program with same set of files +Info 5743 [15:20:04.318] getCompletionData: Get current token: 0.0037330016493797302 +Info 5744 [15:20:04.318] getCompletionData: Is inside comment: 0.01090800017118454 +Info 5745 [15:20:04.318] getCompletionData: Get previous token: 0.007879000157117844 +Info 5746 [15:20:04.318] getCompletionsAtPosition: isCompletionListBlocker: 0.007167000323534012 +Info 5747 [15:20:04.320] getExportInfoMap: cache hit +Info 5748 [15:20:04.370] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5749 [15:20:04.370] collectAutoImports: response is complete +Info 5750 [15:20:04.370] collectAutoImports: 49.50269699841738 +Info 5751 [15:20:04.370] getCompletionData: Semantic work: 51.982549998909235 +Info 5752 [15:20:04.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 23.571194000542164 +Info 5753 [15:20:04.406] Format host information updated +Info 5754 [15:20:04.415] getCompletionData: Get current token: 0.0050130002200603485 +Info 5755 [15:20:04.415] getCompletionData: Is inside comment: 0.014479000121355057 +Info 5756 [15:20:04.416] getCompletionData: Get previous token: 0.009314000606536865 +Info 5757 [15:20:04.416] getCompletionsAtPosition: isCompletionListBlocker: 0.0030129998922348022 +Info 5758 [15:20:04.416] Returning an empty list because completion was requested in an invalid position. +Info 5759 [15:20:04.416] Format host information updated +Info 5760 [15:20:04.567] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5761 [15:20:04.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 8.56284200027585ms +Info 5762 [15:20:04.575] Different program with same set of files +Info 5763 [15:20:04.575] getCompletionData: Get current token: 0.003573998808860779 +Info 5764 [15:20:04.575] getCompletionData: Is inside comment: 0.010672003030776978 +Info 5765 [15:20:04.575] getCompletionData: Get previous token: 0.013730999082326889 +Info 5766 [15:20:04.575] getCompletionsAtPosition: isCompletionListBlocker: 0.0033029988408088684 +Info 5767 [15:20:04.577] getExportInfoMap: cache hit +Info 5768 [15:20:04.579] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 5769 [15:20:04.579] collectAutoImports: response is complete +Info 5770 [15:20:04.579] collectAutoImports: 2.2107229977846146 +Info 5771 [15:20:04.579] getCompletionData: Semantic work: 3.7393980026245117 +Info 5772 [15:20:04.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.998117998242378 +Info 5773 [15:20:04.592] Format host information updated +Info 5774 [15:20:04.814] Format host information updated +Info 5775 [15:20:04.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5776 [15:20:04.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 13.122182000428438ms +Info 5777 [15:20:04.827] Different program with same set of files +Info 5778 [15:20:05.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5779 [15:20:05.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 8.97494899854064ms +Info 5780 [15:20:05.625] Different program with same set of files +Info 5781 [15:20:05.626] getCompletionData: Get current token: 0.003026999533176422 +Info 5782 [15:20:05.626] getCompletionData: Is inside comment: 0.010965000838041306 +Info 5783 [15:20:05.626] getCompletionData: Get previous token: 0.050571002066135406 +Info 5784 [15:20:05.626] getCompletionsAtPosition: isCompletionListBlocker: 0.002000998705625534 +Info 5785 [15:20:05.627] getExportInfoMap: cache hit +Info 5786 [15:20:05.631] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 339 from cache +Info 5787 [15:20:05.631] collectAutoImports: response is complete +Info 5788 [15:20:05.631] collectAutoImports: 4.289200998842716 +Info 5789 [15:20:05.631] getCompletionData: Semantic work: 5.629000000655651 +Info 5790 [15:20:05.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.988600000739098 +Info 5791 [15:20:05.645] Format host information updated +Info 5792 [15:20:05.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5793 [15:20:05.812] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 16.05291400104761ms +Info 5794 [15:20:05.812] Different program with same set of files +Info 5795 [15:20:05.813] getCompletionData: Get current token: 0.003892999142408371 +Info 5796 [15:20:05.813] getCompletionData: Is inside comment: 0.014329999685287476 +Info 5797 [15:20:05.813] getCompletionData: Get previous token: 0.03166000172495842 +Info 5798 [15:20:05.813] getCompletionsAtPosition: isCompletionListBlocker: 0.0029109977185726166 +Info 5799 [15:20:05.815] getExportInfoMap: cache hit +Info 5800 [15:20:05.822] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 167 from cache +Info 5801 [15:20:05.822] collectAutoImports: response is complete +Info 5802 [15:20:05.822] collectAutoImports: 6.2568829990923405 +Info 5803 [15:20:05.822] getCompletionData: Semantic work: 8.830145001411438 +Info 5804 [15:20:05.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 23.055567998439074 +Info 5805 [15:20:05.849] Format host information updated +Info 5806 [15:20:06.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5807 [15:20:06.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 8.415752001106739ms +Info 5808 [15:20:06.039] Different program with same set of files +Info 5809 [15:20:06.040] getCompletionData: Get current token: 0.0034110024571418762 +Info 5810 [15:20:06.040] getCompletionData: Is inside comment: 0.010684002190828323 +Info 5811 [15:20:06.040] getCompletionData: Get previous token: 0.014764998108148575 +Info 5812 [15:20:06.040] getCompletionsAtPosition: isCompletionListBlocker: 0.002422001212835312 +Info 5813 [15:20:06.041] getExportInfoMap: cache hit +Info 5814 [15:20:06.043] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5815 [15:20:06.043] collectAutoImports: response is complete +Info 5816 [15:20:06.043] collectAutoImports: 2.3741459995508194 +Info 5817 [15:20:06.043] getCompletionData: Semantic work: 3.7556089982390404 +Info 5818 [15:20:06.054] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.367764998227358 +Info 5819 [15:20:06.056] Format host information updated +Info 5820 [15:20:06.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5821 [15:20:06.211] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 7.8470169976353645ms +Info 5822 [15:20:06.211] Different program with same set of files +Info 5823 [15:20:06.212] getCompletionData: Get current token: 0.0036109983921051025 +Info 5824 [15:20:06.212] getCompletionData: Is inside comment: 0.011443998664617538 +Info 5825 [15:20:06.212] getCompletionData: Get previous token: 0.008447997272014618 +Info 5826 [15:20:06.212] getCompletionsAtPosition: isCompletionListBlocker: 0.0022890008985996246 +Info 5827 [15:20:06.213] getExportInfoMap: cache hit +Info 5828 [15:20:06.236] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5829 [15:20:06.236] collectAutoImports: response is complete +Info 5830 [15:20:06.236] collectAutoImports: 23.222362000495195 +Info 5831 [15:20:06.236] getCompletionData: Semantic work: 24.55205000191927 +Info 5832 [15:20:06.250] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.181501999497414 +Info 5833 [15:20:06.259] Format host information updated +Info 5834 [15:20:06.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5835 [15:20:06.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 8.018180999904871ms +Info 5836 [15:20:06.422] Different program with same set of files +Info 5837 [15:20:06.422] getCompletionData: Get current token: 0.0060440003871917725 +Info 5838 [15:20:06.422] getCompletionData: Is inside comment: 0.014940999448299408 +Info 5839 [15:20:06.422] getCompletionData: Get previous token: 0.016127001494169235 +Info 5840 [15:20:06.422] getCompletionsAtPosition: isCompletionListBlocker: 0.003235001116991043 +Info 5841 [15:20:06.423] getExportInfoMap: cache hit +Info 5842 [15:20:06.431] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 5843 [15:20:06.431] collectAutoImports: response is complete +Info 5844 [15:20:06.431] collectAutoImports: 7.772858001291752 +Info 5845 [15:20:06.431] getCompletionData: Semantic work: 9.272914998233318 +Info 5846 [15:20:06.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.528977002948523 +Info 5847 [15:20:06.443] Format host information updated +Info 5848 [15:20:06.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5849 [15:20:06.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 16.81862699985504ms +Info 5850 [15:20:06.643] Different program with same set of files +Info 5851 [15:20:06.643] getCompletionData: Get current token: 0.003412999212741852 +Info 5852 [15:20:06.643] getCompletionData: Is inside comment: 0.011059001088142395 +Info 5853 [15:20:06.643] getCompletionData: Get previous token: 0.015598997473716736 +Info 5854 [15:20:06.643] getCompletionsAtPosition: isCompletionListBlocker: 0.002531997859477997 +Info 5855 [15:20:06.645] getExportInfoMap: cache hit +Info 5856 [15:20:06.651] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 92 from cache +Info 5857 [15:20:06.651] collectAutoImports: response is complete +Info 5858 [15:20:06.651] collectAutoImports: 5.210521999746561 +Info 5859 [15:20:06.651] getCompletionData: Semantic work: 7.566555999219418 +Info 5860 [15:20:06.673] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.85367100313306 +Info 5861 [15:20:06.679] Format host information updated +Info 5862 [15:20:06.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5863 [15:20:06.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 8.371075998991728ms +Info 5864 [15:20:06.839] Different program with same set of files +Info 5865 [15:20:06.839] getCompletionData: Get current token: 0.0034589990973472595 +Info 5866 [15:20:06.839] getCompletionData: Is inside comment: 0.010435998439788818 +Info 5867 [15:20:06.839] getCompletionData: Get previous token: 0.014504998922348022 +Info 5868 [15:20:06.840] getCompletionsAtPosition: isCompletionListBlocker: 0.0028360001742839813 +Info 5869 [15:20:06.841] getExportInfoMap: cache hit +Info 5870 [15:20:06.844] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 5871 [15:20:06.844] collectAutoImports: response is complete +Info 5872 [15:20:06.844] collectAutoImports: 2.6990860030055046 +Info 5873 [15:20:06.844] getCompletionData: Semantic work: 4.115620002150536 +Info 5874 [15:20:06.851] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.8218639977276325 +Info 5875 [15:20:06.854] Format host information updated +Info 5876 [15:20:06.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5877 [15:20:06.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 10.525255996733904ms +Info 5878 [15:20:06.867] Different program with same set of files +Info 5879 [15:20:06.867] getCompletionData: Get current token: 0.0041880011558532715 +Info 5880 [15:20:06.867] getCompletionData: Is inside comment: 0.009873002767562866 +Info 5881 [15:20:06.868] getCompletionData: Get previous token: 0.014435000717639923 +Info 5882 [15:20:06.868] getCompletionsAtPosition: isCompletionListBlocker: 0.002698000520467758 +Info 5883 [15:20:06.869] getExportInfoMap: cache hit +Info 5884 [15:20:06.871] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5885 [15:20:06.871] collectAutoImports: response is complete +Info 5886 [15:20:06.871] collectAutoImports: 2.241753000766039 +Info 5887 [15:20:06.871] getCompletionData: Semantic work: 3.648408003151417 +Info 5888 [15:20:06.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.462996996939182 +Info 5889 [15:20:06.881] Format host information updated +Info 5890 [15:20:07.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5891 [15:20:07.069] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 8.342541001737118ms +Info 5892 [15:20:07.069] Different program with same set of files +Info 5893 [15:20:07.069] getCompletionData: Get current token: 0.003502998501062393 +Info 5894 [15:20:07.069] getCompletionData: Is inside comment: 0.010882999747991562 +Info 5895 [15:20:07.069] getCompletionData: Get previous token: 0.014989998191595078 +Info 5896 [15:20:07.069] getCompletionsAtPosition: isCompletionListBlocker: 0.0028470009565353394 +Info 5897 [15:20:07.070] getExportInfoMap: cache hit +Info 5898 [15:20:07.075] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5899 [15:20:07.075] collectAutoImports: response is complete +Info 5900 [15:20:07.075] collectAutoImports: 4.381241999566555 +Info 5901 [15:20:07.075] getCompletionData: Semantic work: 5.7193759977817535 +Info 5902 [15:20:07.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.877737000584602 +Info 5903 [15:20:07.085] Format host information updated +Info 5904 [15:20:07.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5905 [15:20:07.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 8.185332000255585ms +Info 5906 [15:20:07.251] Different program with same set of files +Info 5907 [15:20:07.251] getCompletionData: Get current token: 0.0034099966287612915 +Info 5908 [15:20:07.251] getCompletionData: Is inside comment: 0.01077200099825859 +Info 5909 [15:20:07.251] getCompletionData: Get previous token: 0.014845002442598343 +Info 5910 [15:20:07.251] getCompletionsAtPosition: isCompletionListBlocker: 0.0026600025594234467 +Info 5911 [15:20:07.252] getExportInfoMap: cache hit +Info 5912 [15:20:07.255] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 5913 [15:20:07.255] collectAutoImports: response is complete +Info 5914 [15:20:07.255] collectAutoImports: 2.652308002114296 +Info 5915 [15:20:07.255] getCompletionData: Semantic work: 4.028820000588894 +Info 5916 [15:20:07.265] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.303803000599146 +Info 5917 [15:20:07.268] Format host information updated +Info 5918 [15:20:07.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5919 [15:20:07.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 7.946725998073816ms +Info 5920 [15:20:07.423] Different program with same set of files +Info 5921 [15:20:07.423] getCompletionData: Get current token: 0.0034089982509613037 +Info 5922 [15:20:07.423] getCompletionData: Is inside comment: 0.010467000305652618 +Info 5923 [15:20:07.423] getCompletionData: Get previous token: 0.014469001442193985 +Info 5924 [15:20:07.423] getCompletionsAtPosition: isCompletionListBlocker: 0.002830997109413147 +Info 5925 [15:20:07.425] getExportInfoMap: cache hit +Info 5926 [15:20:07.447] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5927 [15:20:07.447] collectAutoImports: response is complete +Info 5928 [15:20:07.447] collectAutoImports: 21.967764001339674 +Info 5929 [15:20:07.447] getCompletionData: Semantic work: 23.31690499931574 +Info 5930 [15:20:07.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.961851000785828 +Info 5931 [15:20:07.473] Format host information updated +Info 5932 [15:20:07.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5933 [15:20:07.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 7.965249001979828ms +Info 5934 [15:20:07.635] Different program with same set of files +Info 5935 [15:20:07.635] getCompletionData: Get current token: 0.0038169994950294495 +Info 5936 [15:20:07.635] getCompletionData: Is inside comment: 0.010634001344442368 +Info 5937 [15:20:07.635] getCompletionData: Get previous token: 0.007284000515937805 +Info 5938 [15:20:07.635] getCompletionsAtPosition: isCompletionListBlocker: 0.00991399958729744 +Info 5939 [15:20:07.636] getExportInfoMap: cache hit +Info 5940 [15:20:07.660] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5941 [15:20:07.660] collectAutoImports: response is complete +Info 5942 [15:20:07.660] collectAutoImports: 23.590991999953985 +Info 5943 [15:20:07.660] getCompletionData: Semantic work: 24.961130999028683 +Info 5944 [15:20:07.674] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.874557998031378 +Info 5945 [15:20:07.683] Format host information updated +Info 5946 [15:20:07.691] getCompletionData: Get current token: 0.005573000758886337 +Info 5947 [15:20:07.691] getCompletionData: Is inside comment: 0.012246999889612198 +Info 5948 [15:20:07.691] getCompletionData: Get previous token: 0.008868001401424408 +Info 5949 [15:20:07.691] getCompletionsAtPosition: isCompletionListBlocker: 0.010057996958494186 +Info 5950 [15:20:07.693] getExportInfoMap: cache hit +Info 5951 [15:20:07.712] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5952 [15:20:07.712] collectAutoImports: response is complete +Info 5953 [15:20:07.712] collectAutoImports: 19.106504999101162 +Info 5954 [15:20:07.712] getCompletionData: Semantic work: 21.082841001451015 +Info 5955 [15:20:07.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.447993002831936 +Info 5956 [15:20:07.735] Format host information updated +Info 5957 [15:20:07.885] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5958 [15:20:07.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 8.54654299840331ms +Info 5959 [15:20:07.893] Different program with same set of files +Info 5960 [15:20:07.893] getCompletionData: Get current token: 0.0024759992957115173 +Info 5961 [15:20:07.893] getCompletionData: Is inside comment: 0.008309002965688705 +Info 5962 [15:20:07.893] getCompletionData: Get previous token: 0.0057220011949539185 +Info 5963 [15:20:07.894] getCompletionsAtPosition: isCompletionListBlocker: 0.006926000118255615 +Info 5964 [15:20:07.895] getExportInfoMap: cache hit +Info 5965 [15:20:07.918] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 5966 [15:20:07.918] collectAutoImports: response is complete +Info 5967 [15:20:07.918] collectAutoImports: 23.23368799686432 +Info 5968 [15:20:07.918] getCompletionData: Semantic work: 24.536123998463154 +Info 5969 [15:20:07.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.384364999830723 +Info 5970 [15:20:07.940] Format host information updated +Info 5971 [15:20:08.150] Format host information updated +Info 5972 [15:20:08.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5973 [15:20:08.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 9.698312997817993ms +Info 5974 [15:20:08.160] Different program with same set of files +Info 5975 [15:20:12.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5976 [15:20:12.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 8.862846001982689ms +Info 5977 [15:20:12.306] Different program with same set of files +Info 5978 [15:20:12.307] getCompletionData: Get current token: 0.0029359981417655945 +Info 5979 [15:20:12.307] getCompletionData: Is inside comment: 0.0015619993209838867 +Info 5980 [15:20:12.307] getCompletionData: Get previous token: 0.01642100140452385 +Info 5981 [15:20:12.307] getCompletionsAtPosition: isCompletionListBlocker: 0.00810999795794487 +Info 5982 [15:20:12.308] getExportInfoMap: cache hit +Info 5983 [15:20:12.317] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 522 from cache +Info 5984 [15:20:12.317] collectAutoImports: response is complete +Info 5985 [15:20:12.317] collectAutoImports: 8.559925001114607 +Info 5986 [15:20:12.317] getCompletionData: Semantic work: 10.22011400014162 +Info 5987 [15:20:12.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.05485599860549 +Info 5988 [15:20:12.326] Format host information updated +Info 5989 [15:20:12.474] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 5990 [15:20:12.482] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 8.286059997975826ms +Info 5991 [15:20:12.482] Different program with same set of files +Info 5992 [15:20:12.483] getCompletionData: Get current token: 0.0045590028166770935 +Info 5993 [15:20:12.483] getCompletionData: Is inside comment: 0.001391001045703888 +Info 5994 [15:20:12.483] getCompletionData: Get previous token: 0.015441998839378357 +Info 5995 [15:20:12.483] getCompletionsAtPosition: isCompletionListBlocker: 0.007621999830007553 +Info 5996 [15:20:12.484] getExportInfoMap: cache hit +Info 5997 [15:20:12.490] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 160 from cache +Info 5998 [15:20:12.490] collectAutoImports: response is complete +Info 5999 [15:20:12.490] collectAutoImports: 6.042897000908852 +Info 6000 [15:20:12.490] getCompletionData: Semantic work: 7.4773820005357265 +Info 6001 [15:20:12.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.667027998715639 +Info 6002 [15:20:12.498] Format host information updated +Info 6003 [15:20:12.638] Format host information updated +Info 6004 [15:20:12.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6005 [15:20:12.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 7.876008998602629ms +Info 6006 [15:20:12.646] Different program with same set of files +Info 6007 [15:20:12.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6008 [15:20:12.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 10.374187000095844ms +Info 6009 [15:20:12.794] Different program with same set of files +Info 6010 [15:20:12.794] getCompletionData: Get current token: 0.006765998899936676 +Info 6011 [15:20:12.794] getCompletionData: Is inside comment: 0.0013539977371692657 +Info 6012 [15:20:12.794] getCompletionData: Get previous token: 0.01199600100517273 +Info 6013 [15:20:12.794] getCompletionsAtPosition: isCompletionListBlocker: 0.006684999912977219 +Info 6014 [15:20:12.795] getExportInfoMap: cache hit +Info 6015 [15:20:12.814] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6016 [15:20:12.814] collectAutoImports: response is complete +Info 6017 [15:20:12.814] collectAutoImports: 18.45804800093174 +Info 6018 [15:20:12.814] getCompletionData: Semantic work: 19.902796000242233 +Info 6019 [15:20:12.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.23930299654603 +Info 6020 [15:20:12.831] Format host information updated +Info 6021 [15:20:12.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6022 [15:20:13.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 10.299175001680851ms +Info 6023 [15:20:13.002] Different program with same set of files +Info 6024 [15:20:13.002] getCompletionData: Get current token: 0.005028996616601944 +Info 6025 [15:20:13.002] getCompletionData: Is inside comment: 0.0012519992887973785 +Info 6026 [15:20:13.002] getCompletionData: Get previous token: 0.011532999575138092 +Info 6027 [15:20:13.002] getCompletionsAtPosition: isCompletionListBlocker: 0.0071290023624897 +Info 6028 [15:20:13.003] getExportInfoMap: cache hit +Info 6029 [15:20:13.023] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6030 [15:20:13.023] collectAutoImports: response is complete +Info 6031 [15:20:13.023] collectAutoImports: 19.81182700023055 +Info 6032 [15:20:13.023] getCompletionData: Semantic work: 21.302087999880314 +Info 6033 [15:20:13.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.883976999670267 +Info 6034 [15:20:13.043] Format host information updated +Info 6035 [15:20:13.049] Format host information updated +Info 6036 [15:20:13.050] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6037 [15:20:13.062] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 12.21739100292325ms +Info 6038 [15:20:13.062] Different program with same set of files +Info 6039 [15:20:13.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6040 [15:20:13.218] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 8.8001780025661ms +Info 6041 [15:20:13.218] Different program with same set of files +Info 6042 [15:20:13.218] getCompletionData: Get current token: 0.0046529993414878845 +Info 6043 [15:20:13.218] getCompletionData: Is inside comment: 0.00130399689078331 +Info 6044 [15:20:13.218] getCompletionData: Get previous token: 0.014665000140666962 +Info 6045 [15:20:13.218] getCompletionsAtPosition: isCompletionListBlocker: 0.007641002535820007 +Info 6046 [15:20:13.220] getExportInfoMap: cache hit +Info 6047 [15:20:13.223] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 6048 [15:20:13.223] collectAutoImports: response is complete +Info 6049 [15:20:13.223] collectAutoImports: 3.856642000377178 +Info 6050 [15:20:13.223] getCompletionData: Semantic work: 5.41593299806118 +Info 6051 [15:20:13.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.49133599922061 +Info 6052 [15:20:13.233] Format host information updated +Info 6053 [15:20:13.379] Format host information updated +Info 6054 [15:20:13.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6055 [15:20:13.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 7.717521999031305ms +Info 6056 [15:20:13.387] Different program with same set of files +Info 6057 [15:20:13.387] getCompletionData: Get current token: 0.0058580003678798676 +Info 6058 [15:20:13.387] getCompletionData: Is inside comment: 0.0012659989297389984 +Info 6059 [15:20:13.387] getCompletionData: Get previous token: 0.013385999947786331 +Info 6060 [15:20:13.387] getCompletionsAtPosition: isCompletionListBlocker: 0.006363999098539352 +Info 6061 [15:20:13.389] getExportInfoMap: cache hit +Info 6062 [15:20:13.409] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6063 [15:20:13.409] collectAutoImports: response is complete +Info 6064 [15:20:13.409] collectAutoImports: 20.183026999235153 +Info 6065 [15:20:13.409] getCompletionData: Semantic work: 21.73998900130391 +Info 6066 [15:20:13.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.880041997879744 +Info 6067 [15:20:13.430] Format host information updated +Info 6068 [15:20:13.589] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6069 [15:20:13.597] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 8.561714000999928ms +Info 6070 [15:20:13.597] Different program with same set of files +Info 6071 [15:20:13.598] getCompletionData: Get current token: 0.0054439976811409 +Info 6072 [15:20:13.598] getCompletionData: Is inside comment: 0.0013030022382736206 +Info 6073 [15:20:13.598] getCompletionData: Get previous token: 0.012547999620437622 +Info 6074 [15:20:13.598] getCompletionsAtPosition: isCompletionListBlocker: 0.006735999137163162 +Info 6075 [15:20:13.599] getExportInfoMap: cache hit +Info 6076 [15:20:13.620] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6077 [15:20:13.620] collectAutoImports: response is complete +Info 6078 [15:20:13.620] collectAutoImports: 20.837346002459526 +Info 6079 [15:20:13.620] getCompletionData: Semantic work: 22.362145002931356 +Info 6080 [15:20:13.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.08244999870658 +Info 6081 [15:20:13.641] Format host information updated +Info 6082 [15:20:13.792] Format host information updated +Info 6083 [15:20:13.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6084 [15:20:13.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 7.50611799955368ms +Info 6085 [15:20:13.800] Different program with same set of files +Info 6086 [15:20:14.314] Format host information updated +Info 6087 [15:20:14.315] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6088 [15:20:14.323] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 8.669041998684406ms +Info 6089 [15:20:14.323] Different program with same set of files +Info 6090 [15:20:14.469] Format host information updated +Info 6091 [15:20:15.717] Format host information updated +Info 6092 [15:20:15.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6093 [15:20:15.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 8.431398998945951ms +Info 6094 [15:20:15.726] Different program with same set of files +Info 6095 [15:20:16.575] Format host information updated +Info 6096 [15:20:16.575] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6097 [15:20:16.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 12.109082002192736ms +Info 6098 [15:20:16.587] Different program with same set of files +Info 6099 [15:20:16.738] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6100 [15:20:16.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 8.261363998055458ms +Info 6101 [15:20:16.746] Different program with same set of files +Info 6102 [15:20:16.747] getCompletionData: Get current token: 0.0030010007321834564 +Info 6103 [15:20:16.747] getCompletionData: Is inside comment: 0.006331000477075577 +Info 6104 [15:20:16.747] getCompletionData: Get previous token: 0.01105399802327156 +Info 6105 [15:20:16.747] getCompletionsAtPosition: isCompletionListBlocker: 0.008719999343156815 +Info 6106 [15:20:16.748] getExportInfoMap: cache hit +Info 6107 [15:20:16.752] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 6108 [15:20:16.752] collectAutoImports: response is complete +Info 6109 [15:20:16.752] collectAutoImports: 4.091731000691652 +Info 6110 [15:20:16.752] getCompletionData: Semantic work: 5.737844001501799 +Info 6111 [15:20:16.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.80757300183177 +Info 6112 [15:20:16.763] Format host information updated +Info 6113 [15:20:16.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6114 [15:20:16.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 7.549396999180317ms +Info 6115 [15:20:16.918] Different program with same set of files +Info 6116 [15:20:16.918] getCompletionData: Get current token: 0.0032369978725910187 +Info 6117 [15:20:16.918] getCompletionData: Is inside comment: 0.007287997752428055 +Info 6118 [15:20:16.918] getCompletionData: Get previous token: 0.0051629990339279175 +Info 6119 [15:20:16.918] getCompletionsAtPosition: isCompletionListBlocker: 0.002030998468399048 +Info 6120 [15:20:16.919] getCompletionData: Semantic work: 0.6075580008327961 +Info 6121 [15:20:16.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3630999997258186 +Info 6122 [15:20:16.920] Format host information updated +Info 6123 [15:20:17.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6124 [15:20:17.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 11.08390000090003ms +Info 6125 [15:20:17.078] Different program with same set of files +Info 6126 [15:20:17.078] getCompletionData: Get current token: 0.0030739977955818176 +Info 6127 [15:20:17.078] getCompletionData: Is inside comment: 0.006769999861717224 +Info 6128 [15:20:17.078] getCompletionData: Get previous token: 0.012283001095056534 +Info 6129 [15:20:17.078] getCompletionsAtPosition: isCompletionListBlocker: 0.002216000109910965 +Info 6130 [15:20:17.078] getCompletionData: Semantic work: 0.4884190000593662 +Info 6131 [15:20:17.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.317890003323555 +Info 6132 [15:20:17.081] Format host information updated +Info 6133 [15:20:17.229] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6134 [15:20:17.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 7.667486000806093ms +Info 6135 [15:20:17.237] Different program with same set of files +Info 6136 [15:20:17.237] getCompletionData: Get current token: 0.0030509978532791138 +Info 6137 [15:20:17.237] getCompletionData: Is inside comment: 0.006252001971006393 +Info 6138 [15:20:17.237] getCompletionData: Get previous token: 0.012017998844385147 +Info 6139 [15:20:17.237] getCompletionsAtPosition: isCompletionListBlocker: 0.0023270025849342346 +Info 6140 [15:20:17.238] getCompletionData: Semantic work: 0.4823230020701885 +Info 6141 [15:20:17.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.867077998816967 +Info 6142 [15:20:17.240] Format host information updated +Info 6143 [15:20:17.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6144 [15:20:17.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 9.970759000629187ms +Info 6145 [15:20:17.250] Different program with same set of files +Info 6146 [15:20:17.250] getCompletionData: Get current token: 0.0031189993023872375 +Info 6147 [15:20:17.250] getCompletionData: Is inside comment: 0.008122999221086502 +Info 6148 [15:20:17.250] getCompletionData: Get previous token: 0.011925999075174332 +Info 6149 [15:20:17.250] getCompletionsAtPosition: isCompletionListBlocker: 0.002213999629020691 +Info 6150 [15:20:17.251] getCompletionData: Semantic work: 0.47592300176620483 +Info 6151 [15:20:17.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8564589992165565 +Info 6152 [15:20:17.253] Format host information updated +Info 6153 [15:20:17.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6154 [15:20:17.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 7.513275999575853ms +Info 6155 [15:20:17.405] Different program with same set of files +Info 6156 [15:20:17.405] getCompletionData: Get current token: 0.002905000001192093 +Info 6157 [15:20:17.405] getCompletionData: Is inside comment: 0.006481003016233444 +Info 6158 [15:20:17.405] getCompletionData: Get previous token: 0.011535998433828354 +Info 6159 [15:20:17.405] getCompletionsAtPosition: isCompletionListBlocker: 0.0020949989557266235 +Info 6160 [15:20:17.405] getCompletionData: Semantic work: 0.6839499995112419 +Info 6161 [15:20:17.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.963458001613617 +Info 6162 [15:20:17.408] Format host information updated +Info 6163 [15:20:17.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6164 [15:20:17.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 8.466935999691486ms +Info 6165 [15:20:17.562] Different program with same set of files +Info 6166 [15:20:17.563] getCompletionData: Get current token: 0.003035999834537506 +Info 6167 [15:20:17.563] getCompletionData: Is inside comment: 0.0063680000603199005 +Info 6168 [15:20:17.563] getCompletionData: Get previous token: 0.01186700165271759 +Info 6169 [15:20:17.563] getCompletionsAtPosition: isCompletionListBlocker: 0.002449002116918564 +Info 6170 [15:20:17.563] getCompletionData: Semantic work: 0.5052779987454414 +Info 6171 [15:20:17.565] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8158430010080338 +Info 6172 [15:20:17.565] Format host information updated +Info 6173 [15:20:17.714] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6174 [15:20:17.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 7.663346000015736ms +Info 6175 [15:20:17.721] Different program with same set of files +Info 6176 [15:20:17.722] getCompletionData: Get current token: 0.0030739977955818176 +Info 6177 [15:20:17.722] getCompletionData: Is inside comment: 0.00652800127863884 +Info 6178 [15:20:17.722] getCompletionData: Get previous token: 0.012434002012014389 +Info 6179 [15:20:17.722] getCompletionsAtPosition: isCompletionListBlocker: 0.002535000443458557 +Info 6180 [15:20:17.722] getCompletionData: Semantic work: 0.5857900008559227 +Info 6181 [15:20:17.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.820371001958847 +Info 6182 [15:20:17.728] Format host information updated +Info 6183 [15:20:17.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6184 [15:20:17.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 7.357719998806715ms +Info 6185 [15:20:17.883] Different program with same set of files +Info 6186 [15:20:17.883] getCompletionData: Get current token: 0.003036998212337494 +Info 6187 [15:20:17.883] getCompletionData: Is inside comment: 0.0067280009388923645 +Info 6188 [15:20:17.883] getCompletionData: Get previous token: 0.012274999171495438 +Info 6189 [15:20:17.883] getCompletionsAtPosition: isCompletionListBlocker: 0.002046000212430954 +Info 6190 [15:20:17.884] getCompletionData: Semantic work: 0.4371660016477108 +Info 6191 [15:20:17.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7536390013992786 +Info 6192 [15:20:17.886] Format host information updated +Info 6193 [15:20:18.033] Format host information updated +Info 6194 [15:20:18.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6195 [15:20:18.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 10.125567000359297ms +Info 6196 [15:20:18.044] Different program with same set of files +Info 6197 [15:20:18.044] getCompletionData: Get current token: 0.0033099986612796783 +Info 6198 [15:20:18.044] getCompletionData: Is inside comment: 0.007139001041650772 +Info 6199 [15:20:18.044] getCompletionData: Get previous token: 0.005107000470161438 +Info 6200 [15:20:18.044] getCompletionsAtPosition: isCompletionListBlocker: 0.007791001349687576 +Info 6201 [15:20:18.045] getExportInfoMap: cache hit +Info 6202 [15:20:18.066] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6203 [15:20:18.066] collectAutoImports: response is complete +Info 6204 [15:20:18.066] collectAutoImports: 21.0696289986372 +Info 6205 [15:20:18.066] getCompletionData: Semantic work: 22.530084002763033 +Info 6206 [15:20:18.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.587027996778488 +Info 6207 [15:20:18.085] getCompletionData: Get current token: 0.015995997935533524 +Info 6208 [15:20:18.085] getCompletionData: Is inside comment: 0.0036600008606910706 +Info 6209 [15:20:18.085] getCompletionData: Get previous token: 0.017657000571489334 +Info 6210 [15:20:18.085] getCompletionsAtPosition: isCompletionListBlocker: 0.0028390027582645416 +Info 6211 [15:20:18.085] getCompletionData: Semantic work: 0.5209520012140274 +Info 6212 [15:20:18.096] Format host information updated +Info 6213 [15:20:18.234] getCompletionData: Get current token: 0.006785999983549118 +Info 6214 [15:20:18.234] getCompletionData: Is inside comment: 0.0015030018985271454 +Info 6215 [15:20:18.234] getCompletionData: Get previous token: 0.011702999472618103 +Info 6216 [15:20:18.234] getCompletionsAtPosition: isCompletionListBlocker: 0.002931002527475357 +Info 6217 [15:20:18.235] getExportInfoMap: cache hit +Info 6218 [15:20:18.254] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6219 [15:20:18.254] collectAutoImports: response is complete +Info 6220 [15:20:18.254] collectAutoImports: 18.300083000212908 +Info 6221 [15:20:18.254] getCompletionData: Semantic work: 19.900070998817682 +Info 6222 [15:20:18.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.604814000427723 +Info 6223 [15:20:18.274] Format host information updated +Info 6224 [15:20:18.315] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6225 [15:20:18.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 12.1474229991436ms +Info 6226 [15:20:18.327] Different program with same set of files +Info 6227 [15:20:18.327] getCompletionData: Get current token: 0.005489997565746307 +Info 6228 [15:20:18.327] getCompletionData: Is inside comment: 0.0014149993658065796 +Info 6229 [15:20:18.327] getCompletionData: Get previous token: 0.018028002232313156 +Info 6230 [15:20:18.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0022870004177093506 +Info 6231 [15:20:18.327] Format host information updated +Info 6232 [15:20:18.476] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6233 [15:20:18.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 8.042734000831842ms +Info 6234 [15:20:18.484] Different program with same set of files +Info 6235 [15:20:18.484] getCompletionData: Get current token: 0.005901999771595001 +Info 6236 [15:20:18.484] getCompletionData: Is inside comment: 0.0014209970831871033 +Info 6237 [15:20:18.484] getCompletionData: Get previous token: 0.015616998076438904 +Info 6238 [15:20:18.484] getCompletionsAtPosition: isCompletionListBlocker: 0.002181999385356903 +Info 6239 [15:20:18.484] Format host information updated +Info 6240 [15:20:18.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6241 [15:20:18.638] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 7.816638000309467ms +Info 6242 [15:20:18.638] Different program with same set of files +Info 6243 [15:20:18.638] getCompletionData: Get current token: 0.005745001137256622 +Info 6244 [15:20:18.638] getCompletionData: Is inside comment: 0.0013050027191638947 +Info 6245 [15:20:18.638] getCompletionData: Get previous token: 0.018147997558116913 +Info 6246 [15:20:18.638] getCompletionsAtPosition: isCompletionListBlocker: 0.00513099879026413 +Info 6247 [15:20:18.642] getExportInfoMap: cache hit +Info 6248 [15:20:18.662] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 6249 [15:20:18.662] collectAutoImports: response is complete +Info 6250 [15:20:18.662] collectAutoImports: 20.01962599903345 +Info 6251 [15:20:18.662] getCompletionData: Semantic work: 24.525327999144793 +Info 6252 [15:20:18.673] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.68427300080657 +Info 6253 [15:20:18.680] Format host information updated +Info 6254 [15:20:18.957] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6255 [15:20:18.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 10.49983000010252ms +Info 6256 [15:20:18.968] Different program with same set of files +Info 6257 [15:20:18.968] getCompletionData: Get current token: 0.008129000663757324 +Info 6258 [15:20:18.968] getCompletionData: Is inside comment: 0.0018839985132217407 +Info 6259 [15:20:18.968] getCompletionData: Get previous token: 0.02780899778008461 +Info 6260 [15:20:18.968] getCompletionsAtPosition: isCompletionListBlocker: 0.0036660023033618927 +Info 6261 [15:20:18.970] getExportInfoMap: cache hit +Info 6262 [15:20:18.978] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 522 from cache +Info 6263 [15:20:18.978] collectAutoImports: response is complete +Info 6264 [15:20:18.978] collectAutoImports: 7.994474001228809 +Info 6265 [15:20:18.978] getCompletionData: Semantic work: 9.932550001889467 +Info 6266 [15:20:18.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.025862000882626 +Info 6267 [15:20:18.992] Format host information updated +Info 6268 [15:20:19.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6269 [15:20:19.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 7.832955997437239ms +Info 6270 [15:20:19.149] Different program with same set of files +Info 6271 [15:20:19.149] getCompletionData: Get current token: 0.005659997463226318 +Info 6272 [15:20:19.150] getCompletionData: Is inside comment: 0.0015400014817714691 +Info 6273 [15:20:19.150] getCompletionData: Get previous token: 0.020017996430397034 +Info 6274 [15:20:19.150] getCompletionsAtPosition: isCompletionListBlocker: 0.0034849978983402252 +Info 6275 [15:20:19.151] getExportInfoMap: cache hit +Info 6276 [15:20:19.155] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 160 from cache +Info 6277 [15:20:19.155] collectAutoImports: response is complete +Info 6278 [15:20:19.155] collectAutoImports: 3.6849380023777485 +Info 6279 [15:20:19.155] getCompletionData: Semantic work: 5.085439998656511 +Info 6280 [15:20:19.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.042590998113155 +Info 6281 [15:20:19.163] Format host information updated +Info 6282 [15:20:25.417] getCompletionData: Get current token: 0.007847998291254044 +Info 6283 [15:20:25.417] getCompletionData: Is inside comment: 0.015514999628067017 +Info 6284 [15:20:25.417] getCompletionData: Get previous token: 0.02202500030398369 +Info 6285 [15:20:25.417] getCompletionsAtPosition: isCompletionListBlocker: 0.002868998795747757 +Info 6286 [15:20:25.419] getExportInfoMap: cache hit +Info 6287 [15:20:25.422] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6288 [15:20:25.422] collectAutoImports: response is complete +Info 6289 [15:20:25.422] collectAutoImports: 3.011760998517275 +Info 6290 [15:20:25.422] getCompletionData: Semantic work: 4.951538998633623 +Info 6291 [15:20:25.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.97519800066948 +Info 6292 [15:20:41.653] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6293 [15:20:41.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 45.26568799838424ms +Info 6294 [15:20:41.698] Different program with same set of files +Info 6295 [15:20:41.698] getCompletionData: Get current token: 0.005297999829053879 +Info 6296 [15:20:41.698] getCompletionData: Is inside comment: 0.00833899900317192 +Info 6297 [15:20:41.698] getCompletionData: Get previous token: 0.03687300160527229 +Info 6298 [15:20:41.698] getCompletionsAtPosition: isCompletionListBlocker: 0.008912000805139542 +Info 6299 [15:20:41.702] getExportInfoMap: cache hit +Info 6300 [15:20:41.710] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 292 from cache +Info 6301 [15:20:41.710] collectAutoImports: response is complete +Info 6302 [15:20:41.710] collectAutoImports: 7.9914270006120205 +Info 6303 [15:20:41.710] getCompletionData: Semantic work: 11.288848999887705 +Info 6304 [15:20:41.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.476796999573708 +Info 6305 [15:20:41.718] Format host information updated +Info 6306 [15:20:42.271] Format host information updated +Info 6307 [15:20:42.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6308 [15:20:42.283] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 11.539751000702381ms +Info 6309 [15:20:42.283] Different program with same set of files +Info 6310 [15:20:43.464] getCompletionData: Get current token: 0.007196996361017227 +Info 6311 [15:20:43.464] getCompletionData: Is inside comment: 0.015040997415781021 +Info 6312 [15:20:43.464] getCompletionData: Get previous token: 0.047165997326374054 +Info 6313 [15:20:43.464] getCompletionsAtPosition: isCompletionListBlocker: 0.003091000020503998 +Info 6314 [15:20:43.466] getExportInfoMap: cache hit +Info 6315 [15:20:43.470] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6316 [15:20:43.470] collectAutoImports: response is complete +Info 6317 [15:20:43.470] collectAutoImports: 3.2567329965531826 +Info 6318 [15:20:43.470] getCompletionData: Semantic work: 6.0436799973249435 +Info 6319 [15:20:43.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.34952500090003 +Info 6320 [15:20:43.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6321 [15:20:43.709] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 21.624508000910282ms +Info 6322 [15:20:43.709] Different program with same set of files +Info 6323 [15:20:43.709] getCompletionData: Get current token: 0.013370003551244736 +Info 6324 [15:20:43.709] getCompletionData: Is inside comment: 0.022475000470876694 +Info 6325 [15:20:43.709] getCompletionData: Get previous token: 0.0332150012254715 +Info 6326 [15:20:43.709] getCompletionsAtPosition: isCompletionListBlocker: 0.0026159994304180145 +Info 6327 [15:20:43.711] getExportInfoMap: cache hit +Info 6328 [15:20:43.713] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6329 [15:20:43.713] collectAutoImports: response is complete +Info 6330 [15:20:43.713] collectAutoImports: 2.0900610014796257 +Info 6331 [15:20:43.713] getCompletionData: Semantic work: 3.4001579992473125 +Info 6332 [15:20:43.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.588203001767397 +Info 6333 [15:20:43.727] Format host information updated +Info 6334 [15:20:43.878] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6335 [15:20:43.887] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 8.825869001448154ms +Info 6336 [15:20:43.887] Different program with same set of files +Info 6337 [15:20:43.887] getCompletionData: Get current token: 0.008501000702381134 +Info 6338 [15:20:43.887] getCompletionData: Is inside comment: 0.013684999197721481 +Info 6339 [15:20:43.887] getCompletionData: Get previous token: 0.03177900239825249 +Info 6340 [15:20:43.887] getCompletionsAtPosition: isCompletionListBlocker: 0.0023260004818439484 +Info 6341 [15:20:43.888] getExportInfoMap: cache hit +Info 6342 [15:20:43.891] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6343 [15:20:43.891] collectAutoImports: response is complete +Info 6344 [15:20:43.891] collectAutoImports: 2.336563002318144 +Info 6345 [15:20:43.891] getCompletionData: Semantic work: 3.672902002930641 +Info 6346 [15:20:43.901] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.05468399822712 +Info 6347 [15:20:43.903] Format host information updated +Info 6348 [15:20:44.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6349 [15:20:44.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 10.455908998847008ms +Info 6350 [15:20:44.065] Different program with same set of files +Info 6351 [15:20:44.065] getCompletionData: Get current token: 0.007983997464179993 +Info 6352 [15:20:44.065] getCompletionData: Is inside comment: 0.02800999954342842 +Info 6353 [15:20:44.066] getCompletionData: Get previous token: 0.017954997718334198 +Info 6354 [15:20:44.066] getCompletionsAtPosition: isCompletionListBlocker: 0.0027719996869564056 +Info 6355 [15:20:44.067] getExportInfoMap: cache hit +Info 6356 [15:20:44.069] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6357 [15:20:44.069] collectAutoImports: response is complete +Info 6358 [15:20:44.069] collectAutoImports: 2.1148549988865852 +Info 6359 [15:20:44.069] getCompletionData: Semantic work: 3.4078529998660088 +Info 6360 [15:20:44.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.800379000604153 +Info 6361 [15:20:44.082] Format host information updated +Info 6362 [15:20:44.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6363 [15:20:44.094] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 8.007931999862194ms +Info 6364 [15:20:44.094] Different program with same set of files +Info 6365 [15:20:44.094] getCompletionData: Get current token: 0.007392998784780502 +Info 6366 [15:20:44.094] getCompletionData: Is inside comment: 0.01154400035738945 +Info 6367 [15:20:44.094] getCompletionData: Get previous token: 0.014428999274969101 +Info 6368 [15:20:44.094] getCompletionsAtPosition: isCompletionListBlocker: 0.0030129998922348022 +Info 6369 [15:20:44.096] getExportInfoMap: cache hit +Info 6370 [15:20:44.098] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6371 [15:20:44.098] collectAutoImports: response is complete +Info 6372 [15:20:44.098] collectAutoImports: 2.0686600022017956 +Info 6373 [15:20:44.098] getCompletionData: Semantic work: 3.412891998887062 +Info 6374 [15:20:44.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.3680589981377125 +Info 6375 [15:20:44.109] Format host information updated +Info 6376 [15:20:44.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6377 [15:20:44.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 23.16116399690509ms +Info 6378 [15:20:44.276] Different program with same set of files +Info 6379 [15:20:44.276] getCompletionData: Get current token: 0.013992000371217728 +Info 6380 [15:20:44.276] getCompletionData: Is inside comment: 0.01696700230240822 +Info 6381 [15:20:44.276] getCompletionData: Get previous token: 0.024672001600265503 +Info 6382 [15:20:44.277] getCompletionsAtPosition: isCompletionListBlocker: 0.003722000867128372 +Info 6383 [15:20:44.280] getExportInfoMap: cache hit +Info 6384 [15:20:44.284] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6385 [15:20:44.284] collectAutoImports: response is complete +Info 6386 [15:20:44.284] collectAutoImports: 4.66771300137043 +Info 6387 [15:20:44.284] getCompletionData: Semantic work: 7.777622997760773 +Info 6388 [15:20:44.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.69336200132966 +Info 6389 [15:20:44.310] Format host information updated +Info 6390 [15:20:44.478] Format host information updated +Info 6391 [15:20:48.031] Format host information updated +Info 6392 [15:20:48.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6393 [15:20:48.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 8.88969499990344ms +Info 6394 [15:20:48.040] Different program with same set of files +Info 6395 [15:21:08.503] Format host information updated +Info 6396 [15:21:08.503] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6397 [15:21:08.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 17.435093998908997ms +Info 6398 [15:21:08.520] Different program with same set of files +Info 6399 [15:21:08.692] Format host information updated +Info 6400 [15:21:08.693] Format host information updated +Info 6401 [15:21:08.905] Format host information updated +Info 6402 [15:21:08.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6403 [15:21:08.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 11.107942998409271ms +Info 6404 [15:21:08.917] Different program with same set of files +Info 6405 [15:21:09.064] Format host information updated +Info 6406 [15:21:11.253] Format host information updated +Info 6407 [15:21:11.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6408 [15:21:11.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 8.725232999771833ms +Info 6409 [15:21:11.262] Different program with same set of files +Info 6410 [15:21:11.407] Format host information updated +Info 6411 [15:21:12.351] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6412 [15:21:12.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 8.929735999554396ms +Info 6413 [15:21:12.360] Different program with same set of files +Info 6414 [15:21:12.360] getCompletionData: Get current token: 0.005761999636888504 +Info 6415 [15:21:12.360] getCompletionData: Is inside comment: 0.011838000267744064 +Info 6416 [15:21:12.360] getCompletionData: Get previous token: 0.008767999708652496 +Info 6417 [15:21:12.360] getCompletionsAtPosition: isCompletionListBlocker: 0.0023240000009536743 +Info 6418 [15:21:12.362] getExportInfoMap: cache hit +Info 6419 [15:21:12.389] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 6420 [15:21:12.389] collectAutoImports: response is complete +Info 6421 [15:21:12.389] collectAutoImports: 27.340658001601696 +Info 6422 [15:21:12.389] getCompletionData: Semantic work: 29.128545999526978 +Info 6423 [15:21:12.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.61066300049424 +Info 6424 [15:21:12.417] Format host information updated +Info 6425 [15:21:13.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6426 [15:21:13.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 9.278477001935244ms +Info 6427 [15:21:13.345] Different program with same set of files +Info 6428 [15:21:13.345] getCompletionData: Get current token: 0.006684999912977219 +Info 6429 [15:21:13.345] getCompletionData: Is inside comment: 0.014920998364686966 +Info 6430 [15:21:13.346] getCompletionData: Get previous token: 0.01971600204706192 +Info 6431 [15:21:13.346] getCompletionsAtPosition: isCompletionListBlocker: 0.00274600088596344 +Info 6432 [15:21:13.347] getExportInfoMap: cache hit +Info 6433 [15:21:13.352] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 339 from cache +Info 6434 [15:21:13.352] collectAutoImports: response is complete +Info 6435 [15:21:13.352] collectAutoImports: 4.931193001568317 +Info 6436 [15:21:13.352] getCompletionData: Semantic work: 6.646460998803377 +Info 6437 [15:21:13.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.55222300067544 +Info 6438 [15:21:13.366] Format host information updated +Info 6439 [15:21:13.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6440 [15:21:13.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 16.178190000355244ms +Info 6441 [15:21:13.535] Different program with same set of files +Info 6442 [15:21:13.536] getCompletionData: Get current token: 0.006280001252889633 +Info 6443 [15:21:13.536] getCompletionData: Is inside comment: 0.01295500248670578 +Info 6444 [15:21:13.536] getCompletionData: Get previous token: 0.018151000142097473 +Info 6445 [15:21:13.536] getCompletionsAtPosition: isCompletionListBlocker: 0.0026129968464374542 +Info 6446 [15:21:13.538] getExportInfoMap: cache hit +Info 6447 [15:21:13.545] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 167 from cache +Info 6448 [15:21:13.545] collectAutoImports: response is complete +Info 6449 [15:21:13.545] collectAutoImports: 6.626428999006748 +Info 6450 [15:21:13.545] getCompletionData: Semantic work: 8.958799999207258 +Info 6451 [15:21:13.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.33405799791217 +Info 6452 [15:21:13.569] Format host information updated +Info 6453 [15:21:13.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6454 [15:21:13.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 8.329849999397993ms +Info 6455 [15:21:13.761] Different program with same set of files +Info 6456 [15:21:13.761] getCompletionData: Get current token: 0.005717001855373383 +Info 6457 [15:21:13.761] getCompletionData: Is inside comment: 0.012807000428438187 +Info 6458 [15:21:13.761] getCompletionData: Get previous token: 0.030501998960971832 +Info 6459 [15:21:13.761] getCompletionsAtPosition: isCompletionListBlocker: 0.002220999449491501 +Info 6460 [15:21:13.762] getExportInfoMap: cache hit +Info 6461 [15:21:13.767] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 24 from cache +Info 6462 [15:21:13.767] collectAutoImports: response is complete +Info 6463 [15:21:13.767] collectAutoImports: 4.658817999064922 +Info 6464 [15:21:13.767] getCompletionData: Semantic work: 6.198556002229452 +Info 6465 [15:21:13.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.606842000037432 +Info 6466 [15:21:13.777] Format host information updated +Info 6467 [15:21:13.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6468 [15:21:13.789] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 8.518011000007391ms +Info 6469 [15:21:13.789] Different program with same set of files +Info 6470 [15:21:13.789] getCompletionData: Get current token: 0.006101999431848526 +Info 6471 [15:21:13.789] getCompletionData: Is inside comment: 0.012660998851060867 +Info 6472 [15:21:13.789] getCompletionData: Get previous token: 0.017935000360012054 +Info 6473 [15:21:13.789] getCompletionsAtPosition: isCompletionListBlocker: 0.0024360008537769318 +Info 6474 [15:21:13.791] getExportInfoMap: cache hit +Info 6475 [15:21:13.793] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 6476 [15:21:13.793] collectAutoImports: response is complete +Info 6477 [15:21:13.793] collectAutoImports: 2.389325000345707 +Info 6478 [15:21:13.793] getCompletionData: Semantic work: 3.6910989992320538 +Info 6479 [15:21:13.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.791671998798847 +Info 6480 [15:21:13.804] Format host information updated +Info 6481 [15:21:13.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6482 [15:21:13.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 8.199532002210617ms +Info 6483 [15:21:13.964] Different program with same set of files +Info 6484 [15:21:13.964] getCompletionData: Get current token: 0.006908997893333435 +Info 6485 [15:21:13.964] getCompletionData: Is inside comment: 0.013188999146223068 +Info 6486 [15:21:13.964] getCompletionData: Get previous token: 0.009929001331329346 +Info 6487 [15:21:13.964] getCompletionsAtPosition: isCompletionListBlocker: 0.002167999744415283 +Info 6488 [15:21:13.965] getExportInfoMap: cache hit +Info 6489 [15:21:13.988] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 6490 [15:21:13.988] collectAutoImports: response is complete +Info 6491 [15:21:13.988] collectAutoImports: 22.514494001865387 +Info 6492 [15:21:13.988] getCompletionData: Semantic work: 23.869290001690388 +Info 6493 [15:21:14.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.502165000885725 +Info 6494 [15:21:14.012] Format host information updated +Info 6495 [15:21:14.022] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6496 [15:21:14.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 9.668624002486467ms +Info 6497 [15:21:14.031] Different program with same set of files +Info 6498 [15:21:14.031] getCompletionData: Get current token: 0.006390001624822617 +Info 6499 [15:21:14.032] getCompletionData: Is inside comment: 0.01249299943447113 +Info 6500 [15:21:14.032] getCompletionData: Get previous token: 0.009216997772455215 +Info 6501 [15:21:14.032] getCompletionsAtPosition: isCompletionListBlocker: 0.010622002184391022 +Info 6502 [15:21:14.033] getExportInfoMap: cache hit +Info 6503 [15:21:14.061] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 6504 [15:21:14.061] collectAutoImports: response is complete +Info 6505 [15:21:14.061] collectAutoImports: 27.623432002961636 +Info 6506 [15:21:14.061] getCompletionData: Semantic work: 29.062784999608994 +Info 6507 [15:21:14.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.661299999803305 +Info 6508 [15:21:14.086] Format host information updated +Info 6509 [15:21:14.232] getCompletionData: Get current token: 0.006641000509262085 +Info 6510 [15:21:14.233] getCompletionData: Is inside comment: 0.012575998902320862 +Info 6511 [15:21:14.233] getCompletionData: Get previous token: 0.00940600037574768 +Info 6512 [15:21:14.233] getCompletionsAtPosition: isCompletionListBlocker: 0.002557002007961273 +Info 6513 [15:21:14.234] getExportInfoMap: cache hit +Info 6514 [15:21:14.254] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 6515 [15:21:14.254] collectAutoImports: response is complete +Info 6516 [15:21:14.254] collectAutoImports: 19.596351001411676 +Info 6517 [15:21:14.254] getCompletionData: Semantic work: 21.02521200105548 +Info 6518 [15:21:14.268] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.910397000610828 +Info 6519 [15:21:14.276] Format host information updated +Info 6520 [15:21:14.477] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6521 [15:21:14.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 10.784413002431393ms +Info 6522 [15:21:14.488] Different program with same set of files +Info 6523 [15:21:14.488] getCompletionData: Get current token: 0.007840998470783234 +Info 6524 [15:21:14.488] getCompletionData: Is inside comment: 0.01349399983882904 +Info 6525 [15:21:14.488] getCompletionData: Get previous token: 0.017233002930879593 +Info 6526 [15:21:14.488] getCompletionsAtPosition: isCompletionListBlocker: 0.002577003091573715 +Info 6527 [15:21:14.490] getExportInfoMap: cache hit +Info 6528 [15:21:14.493] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 6529 [15:21:14.493] collectAutoImports: response is complete +Info 6530 [15:21:14.493] collectAutoImports: 2.9349659979343414 +Info 6531 [15:21:14.493] getCompletionData: Semantic work: 4.506774000823498 +Info 6532 [15:21:14.502] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.460415001958609 +Info 6533 [15:21:14.505] Format host information updated +Info 6534 [15:21:14.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6535 [15:21:14.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 16.402302999049425ms +Info 6536 [15:21:14.684] Different program with same set of files +Info 6537 [15:21:14.685] getCompletionData: Get current token: 0.006516002118587494 +Info 6538 [15:21:14.685] getCompletionData: Is inside comment: 0.011593997478485107 +Info 6539 [15:21:14.685] getCompletionData: Get previous token: 0.014652997255325317 +Info 6540 [15:21:14.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0029809996485710144 +Info 6541 [15:21:14.687] getExportInfoMap: cache hit +Info 6542 [15:21:14.695] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 12 from cache +Info 6543 [15:21:14.695] collectAutoImports: response is complete +Info 6544 [15:21:14.695] collectAutoImports: 8.508128002285957 +Info 6545 [15:21:14.695] getCompletionData: Semantic work: 10.725476000458002 +Info 6546 [15:21:14.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.174316000193357 +Info 6547 [15:21:14.715] Format host information updated +Info 6548 [15:21:14.877] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6549 [15:21:14.886] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 9.642991002649069ms +Info 6550 [15:21:14.886] Different program with same set of files +Info 6551 [15:21:14.887] getCompletionData: Get current token: 0.005842000246047974 +Info 6552 [15:21:14.887] getCompletionData: Is inside comment: 0.010189998894929886 +Info 6553 [15:21:14.887] getCompletionData: Get previous token: 0.013470999896526337 +Info 6554 [15:21:14.887] getCompletionsAtPosition: isCompletionListBlocker: 0.0020989999175071716 +Info 6555 [15:21:14.888] getExportInfoMap: cache hit +Info 6556 [15:21:14.891] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 24 from cache +Info 6557 [15:21:14.891] collectAutoImports: response is complete +Info 6558 [15:21:14.891] collectAutoImports: 3.1385670006275177 +Info 6559 [15:21:14.891] getCompletionData: Semantic work: 4.428649000823498 +Info 6560 [15:21:14.901] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.678695999085903 +Info 6561 [15:21:14.903] Format host information updated +Info 6562 [15:21:15.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6563 [15:21:15.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 7.799385000020266ms +Info 6564 [15:21:15.056] Different program with same set of files +Info 6565 [15:21:15.057] getCompletionData: Get current token: 0.005979999899864197 +Info 6566 [15:21:15.057] getCompletionData: Is inside comment: 0.011019997298717499 +Info 6567 [15:21:15.057] getCompletionData: Get previous token: 0.014304999262094498 +Info 6568 [15:21:15.057] getCompletionsAtPosition: isCompletionListBlocker: 0.0020749978721141815 +Info 6569 [15:21:15.061] getExportInfoMap: cache hit +Info 6570 [15:21:15.064] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 167 from cache +Info 6571 [15:21:15.064] collectAutoImports: response is complete +Info 6572 [15:21:15.064] collectAutoImports: 3.588645998388529 +Info 6573 [15:21:15.064] getCompletionData: Semantic work: 7.660894997417927 +Info 6574 [15:21:15.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.778121002018452 +Info 6575 [15:21:15.075] Format host information updated +Info 6576 [15:21:15.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6577 [15:21:15.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 8.454089999198914ms +Info 6578 [15:21:15.225] Different program with same set of files +Info 6579 [15:21:15.225] getCompletionData: Get current token: 0.005688998848199844 +Info 6580 [15:21:15.225] getCompletionData: Is inside comment: 0.010430000722408295 +Info 6581 [15:21:15.226] getCompletionData: Get previous token: 0.013811998069286346 +Info 6582 [15:21:15.226] getCompletionsAtPosition: isCompletionListBlocker: 0.0030789971351623535 +Info 6583 [15:21:15.227] getExportInfoMap: cache hit +Info 6584 [15:21:15.234] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 339 from cache +Info 6585 [15:21:15.234] collectAutoImports: response is complete +Info 6586 [15:21:15.234] collectAutoImports: 6.7168949991464615 +Info 6587 [15:21:15.234] getCompletionData: Semantic work: 8.308551996946335 +Info 6588 [15:21:15.242] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.42892700061202 +Info 6589 [15:21:15.246] Format host information updated +Info 6590 [15:21:15.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6591 [15:21:15.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 8.2083889991045ms +Info 6592 [15:21:15.395] Different program with same set of files +Info 6593 [15:21:15.395] getCompletionData: Get current token: 0.006103001534938812 +Info 6594 [15:21:15.395] getCompletionData: Is inside comment: 0.01080700010061264 +Info 6595 [15:21:15.395] getCompletionData: Get previous token: 0.007641002535820007 +Info 6596 [15:21:15.396] getCompletionsAtPosition: isCompletionListBlocker: 0.0025909990072250366 +Info 6597 [15:21:15.397] getExportInfoMap: cache hit +Info 6598 [15:21:15.422] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 6599 [15:21:15.422] collectAutoImports: response is complete +Info 6600 [15:21:15.422] collectAutoImports: 24.789011999964714 +Info 6601 [15:21:15.422] getCompletionData: Semantic work: 26.21644499897957 +Info 6602 [15:21:15.438] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.278636001050472 +Info 6603 [15:21:15.448] Format host information updated +Info 6604 [15:21:15.602] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6605 [15:21:15.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 12.210919000208378ms +Info 6606 [15:21:15.615] Different program with same set of files +Info 6607 [15:21:15.615] getCompletionData: Get current token: 0.005669999867677689 +Info 6608 [15:21:15.615] getCompletionData: Is inside comment: 0.009957998991012573 +Info 6609 [15:21:15.615] getCompletionData: Get previous token: 0.01336599886417389 +Info 6610 [15:21:15.615] getCompletionsAtPosition: isCompletionListBlocker: 0.0027559995651245117 +Info 6611 [15:21:15.616] getExportInfoMap: cache hit +Info 6612 [15:21:15.620] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 295 from cache +Info 6613 [15:21:15.620] collectAutoImports: response is complete +Info 6614 [15:21:15.620] collectAutoImports: 3.787287998944521 +Info 6615 [15:21:15.620] getCompletionData: Semantic work: 5.26673099771142 +Info 6616 [15:21:15.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.928573999553919 +Info 6617 [15:21:15.632] Format host information updated +Info 6618 [15:21:15.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6619 [15:21:15.647] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 11.885009001940489ms +Info 6620 [15:21:15.647] Different program with same set of files +Info 6621 [15:21:15.647] getCompletionData: Get current token: 0.005959000438451767 +Info 6622 [15:21:15.647] getCompletionData: Is inside comment: 0.010141998529434204 +Info 6623 [15:21:15.647] getCompletionData: Get previous token: 0.013498000800609589 +Info 6624 [15:21:15.647] getCompletionsAtPosition: isCompletionListBlocker: 0.0029809996485710144 +Info 6625 [15:21:15.649] getExportInfoMap: cache hit +Info 6626 [15:21:15.652] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 100 from cache +Info 6627 [15:21:15.652] collectAutoImports: response is complete +Info 6628 [15:21:15.652] collectAutoImports: 3.435435999184847 +Info 6629 [15:21:15.652] getCompletionData: Semantic work: 5.142781000584364 +Info 6630 [15:21:15.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.05094500258565 +Info 6631 [15:21:15.662] Format host information updated +Info 6632 [15:21:15.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6633 [15:21:15.810] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 8.108542002737522ms +Info 6634 [15:21:15.810] Different program with same set of files +Info 6635 [15:21:15.810] getCompletionData: Get current token: 0.005651000887155533 +Info 6636 [15:21:15.810] getCompletionData: Is inside comment: 0.010390002280473709 +Info 6637 [15:21:15.810] getCompletionData: Get previous token: 0.013632997870445251 +Info 6638 [15:21:15.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0019910000264644623 +Info 6639 [15:21:15.812] getExportInfoMap: cache hit +Info 6640 [15:21:15.816] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 6641 [15:21:15.817] collectAutoImports: response is complete +Info 6642 [15:21:15.817] collectAutoImports: 4.774636998772621 +Info 6643 [15:21:15.817] getCompletionData: Semantic work: 6.103620000183582 +Info 6644 [15:21:15.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.267138000577688 +Info 6645 [15:21:15.826] Format host information updated +Info 6646 [15:21:15.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6647 [15:21:15.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 7.946092002093792ms +Info 6648 [15:21:15.836] Different program with same set of files +Info 6649 [15:21:15.837] getCompletionData: Get current token: 0.01975800096988678 +Info 6650 [15:21:15.837] getCompletionData: Is inside comment: 0.030021999031305313 +Info 6651 [15:21:15.837] getCompletionData: Get previous token: 0.013907000422477722 +Info 6652 [15:21:15.837] getCompletionsAtPosition: isCompletionListBlocker: 0.0022940002381801605 +Info 6653 [15:21:15.838] getExportInfoMap: cache hit +Info 6654 [15:21:15.840] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 6655 [15:21:15.840] collectAutoImports: response is complete +Info 6656 [15:21:15.840] collectAutoImports: 2.2064220011234283 +Info 6657 [15:21:15.840] getCompletionData: Semantic work: 3.5650859996676445 +Info 6658 [15:21:15.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.737209003418684 +Info 6659 [15:21:15.853] Format host information updated +Info 6660 [15:21:15.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6661 [15:21:16.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 7.753672000020742ms +Info 6662 [15:21:16.004] Different program with same set of files +Info 6663 [15:21:16.004] getCompletionData: Get current token: 0.005904000252485275 +Info 6664 [15:21:16.004] getCompletionData: Is inside comment: 0.010545000433921814 +Info 6665 [15:21:16.004] getCompletionData: Get previous token: 0.013937000185251236 +Info 6666 [15:21:16.004] getCompletionsAtPosition: isCompletionListBlocker: 0.00208200141787529 +Info 6667 [15:21:16.006] getExportInfoMap: cache hit +Info 6668 [15:21:16.008] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 6669 [15:21:16.008] collectAutoImports: response is complete +Info 6670 [15:21:16.008] collectAutoImports: 2.1503809988498688 +Info 6671 [15:21:16.008] getCompletionData: Semantic work: 3.4528849981725216 +Info 6672 [15:21:16.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.776634000241756 +Info 6673 [15:21:16.019] Format host information updated +Info 6674 [15:21:16.166] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6675 [15:21:16.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 7.959470998495817ms +Info 6676 [15:21:16.174] Different program with same set of files +Info 6677 [15:21:16.174] getCompletionData: Get current token: 0.005848001688718796 +Info 6678 [15:21:16.174] getCompletionData: Is inside comment: 0.010758999735116959 +Info 6679 [15:21:16.174] getCompletionData: Get previous token: 0.013901002705097198 +Info 6680 [15:21:16.174] getCompletionsAtPosition: isCompletionListBlocker: 0.0022449977695941925 +Info 6681 [15:21:16.176] getExportInfoMap: cache hit +Info 6682 [15:21:16.178] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6683 [15:21:16.178] collectAutoImports: response is complete +Info 6684 [15:21:16.178] collectAutoImports: 2.359826996922493 +Info 6685 [15:21:16.178] getCompletionData: Semantic work: 3.895025998353958 +Info 6686 [15:21:16.187] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.37380899861455 +Info 6687 [15:21:16.191] Format host information updated +Info 6688 [15:21:16.338] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6689 [15:21:16.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 7.6044889986515045ms +Info 6690 [15:21:16.345] Different program with same set of files +Info 6691 [15:21:16.345] getCompletionData: Get current token: 0.0060169994831085205 +Info 6692 [15:21:16.345] getCompletionData: Is inside comment: 0.01110299676656723 +Info 6693 [15:21:16.345] getCompletionData: Get previous token: 0.014764998108148575 +Info 6694 [15:21:16.346] getCompletionsAtPosition: isCompletionListBlocker: 0.0028290003538131714 +Info 6695 [15:21:16.347] getExportInfoMap: cache hit +Info 6696 [15:21:16.349] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6697 [15:21:16.349] collectAutoImports: response is complete +Info 6698 [15:21:16.349] collectAutoImports: 2.0670560002326965 +Info 6699 [15:21:16.349] getCompletionData: Semantic work: 3.3408749997615814 +Info 6700 [15:21:16.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.340580999851227 +Info 6701 [15:21:16.360] Format host information updated +Info 6702 [15:21:16.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6703 [15:21:16.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 8.603452000766993ms +Info 6704 [15:21:16.370] Different program with same set of files +Info 6705 [15:21:16.370] getCompletionData: Get current token: 0.00509599968791008 +Info 6706 [15:21:16.370] getCompletionData: Is inside comment: 0.010579999536275864 +Info 6707 [15:21:16.370] getCompletionData: Get previous token: 0.013854000717401505 +Info 6708 [15:21:16.370] getCompletionsAtPosition: isCompletionListBlocker: 0.0029719993472099304 +Info 6709 [15:21:16.372] getExportInfoMap: cache hit +Info 6710 [15:21:16.374] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6711 [15:21:16.374] collectAutoImports: response is complete +Info 6712 [15:21:16.374] collectAutoImports: 2.6427940018475056 +Info 6713 [15:21:16.374] getCompletionData: Semantic work: 4.0601699985563755 +Info 6714 [15:21:16.383] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.399740997701883 +Info 6715 [15:21:16.387] Format host information updated +Info 6716 [15:21:16.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6717 [15:21:16.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 7.916076999157667ms +Info 6718 [15:21:16.547] Different program with same set of files +Info 6719 [15:21:16.547] getCompletionData: Get current token: 0.005148999392986298 +Info 6720 [15:21:16.548] getCompletionData: Is inside comment: 0.011011999100446701 +Info 6721 [15:21:16.548] getCompletionData: Get previous token: 0.014736998826265335 +Info 6722 [15:21:16.548] getCompletionsAtPosition: isCompletionListBlocker: 0.002544999122619629 +Info 6723 [15:21:16.549] getExportInfoMap: cache hit +Info 6724 [15:21:16.551] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6725 [15:21:16.551] collectAutoImports: response is complete +Info 6726 [15:21:16.551] collectAutoImports: 2.073011003434658 +Info 6727 [15:21:16.551] getCompletionData: Semantic work: 3.48208399862051 +Info 6728 [15:21:16.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.155388001352549 +Info 6729 [15:21:16.561] Format host information updated +Info 6730 [15:21:16.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6731 [15:21:16.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 10.826926998794079ms +Info 6732 [15:21:16.574] Different program with same set of files +Info 6733 [15:21:16.574] getCompletionData: Get current token: 0.007493998855352402 +Info 6734 [15:21:16.574] getCompletionData: Is inside comment: 0.009825002402067184 +Info 6735 [15:21:16.574] getCompletionData: Get previous token: 0.013867001980543137 +Info 6736 [15:21:16.574] getCompletionsAtPosition: isCompletionListBlocker: 0.002915002405643463 +Info 6737 [15:21:16.575] getExportInfoMap: cache hit +Info 6738 [15:21:16.578] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6739 [15:21:16.578] collectAutoImports: response is complete +Info 6740 [15:21:16.578] collectAutoImports: 2.222527999430895 +Info 6741 [15:21:16.578] getCompletionData: Semantic work: 3.7102530002593994 +Info 6742 [15:21:16.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.509250000119209 +Info 6743 [15:21:16.588] Format host information updated +Info 6744 [15:21:16.969] getCompletionData: Get current token: 0.004200000315904617 +Info 6745 [15:21:16.969] getCompletionData: Is inside comment: 0.012105997651815414 +Info 6746 [15:21:16.969] getCompletionData: Get previous token: 0.00856500118970871 +Info 6747 [15:21:16.969] getCompletionsAtPosition: isCompletionListBlocker: 0.002449002116918564 +Info 6748 [15:21:16.970] getExportInfoMap: cache hit +Info 6749 [15:21:16.994] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 6750 [15:21:16.994] collectAutoImports: response is complete +Info 6751 [15:21:16.994] collectAutoImports: 24.149739999324083 +Info 6752 [15:21:16.994] getCompletionData: Semantic work: 25.470081999897957 +Info 6753 [15:21:17.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.204937998205423 +Info 6754 [15:21:17.321] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6755 [15:21:17.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 9.321477998048067ms +Info 6756 [15:21:17.330] Different program with same set of files +Info 6757 [15:21:17.331] getCompletionData: Get current token: 0.003923002630472183 +Info 6758 [15:21:17.331] getCompletionData: Is inside comment: 0.014913000166416168 +Info 6759 [15:21:17.331] getCompletionData: Get previous token: 0.019710998982191086 +Info 6760 [15:21:17.331] getCompletionsAtPosition: isCompletionListBlocker: 0.0028230026364326477 +Info 6761 [15:21:17.332] getExportInfoMap: cache hit +Info 6762 [15:21:17.334] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6763 [15:21:17.334] collectAutoImports: response is complete +Info 6764 [15:21:17.334] collectAutoImports: 2.2765519991517067 +Info 6765 [15:21:17.334] getCompletionData: Semantic work: 3.6865559965372086 +Info 6766 [15:21:17.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.999623000621796 +Info 6767 [15:21:17.347] Format host information updated +Info 6768 [15:21:17.494] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6769 [15:21:17.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 7.507344998419285ms +Info 6770 [15:21:17.502] Different program with same set of files +Info 6771 [15:21:17.502] getCompletionData: Get current token: 0.003745999187231064 +Info 6772 [15:21:17.502] getCompletionData: Is inside comment: 0.013847000896930695 +Info 6773 [15:21:17.502] getCompletionData: Get previous token: 0.018327001482248306 +Info 6774 [15:21:17.502] getCompletionsAtPosition: isCompletionListBlocker: 0.0020310021936893463 +Info 6775 [15:21:17.503] getExportInfoMap: cache hit +Info 6776 [15:21:17.505] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6777 [15:21:17.506] collectAutoImports: response is complete +Info 6778 [15:21:17.506] collectAutoImports: 2.158992998301983 +Info 6779 [15:21:17.506] getCompletionData: Semantic work: 3.400354001671076 +Info 6780 [15:21:17.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.025129001587629 +Info 6781 [15:21:17.516] Format host information updated +Info 6782 [15:21:17.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6783 [15:21:17.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 7.818323999643326ms +Info 6784 [15:21:17.665] Different program with same set of files +Info 6785 [15:21:17.665] getCompletionData: Get current token: 0.003759000450372696 +Info 6786 [15:21:17.665] getCompletionData: Is inside comment: 0.013473998755216599 +Info 6787 [15:21:17.665] getCompletionData: Get previous token: 0.017721999436616898 +Info 6788 [15:21:17.665] getCompletionsAtPosition: isCompletionListBlocker: 0.0023170001804828644 +Info 6789 [15:21:17.666] getExportInfoMap: cache hit +Info 6790 [15:21:17.668] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6791 [15:21:17.668] collectAutoImports: response is complete +Info 6792 [15:21:17.668] collectAutoImports: 1.9951380006968975 +Info 6793 [15:21:17.668] getCompletionData: Semantic work: 3.254898000508547 +Info 6794 [15:21:17.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.965122997760773 +Info 6795 [15:21:17.678] Format host information updated +Info 6796 [15:21:17.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6797 [15:21:17.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 9.233143001794815ms +Info 6798 [15:21:17.836] Different program with same set of files +Info 6799 [15:21:17.836] getCompletionData: Get current token: 0.004581999033689499 +Info 6800 [15:21:17.836] getCompletionData: Is inside comment: 0.011553000658750534 +Info 6801 [15:21:17.836] getCompletionData: Get previous token: 0.02356800064444542 +Info 6802 [15:21:17.836] getCompletionsAtPosition: isCompletionListBlocker: 0.023713000118732452 +Info 6803 [15:21:17.838] getExportInfoMap: cache hit +Info 6804 [15:21:17.860] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 6805 [15:21:17.860] collectAutoImports: response is complete +Info 6806 [15:21:17.860] collectAutoImports: 22.241907000541687 +Info 6807 [15:21:17.860] getCompletionData: Semantic work: 23.849902000278234 +Info 6808 [15:21:17.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.236788000911474 +Info 6809 [15:21:17.887] Format host information updated +Info 6810 [15:21:18.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6811 [15:21:18.046] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 7.3178710006177425ms +Info 6812 [15:21:18.046] Different program with same set of files +Info 6813 [15:21:18.046] getCompletionData: Get current token: 0.003790002316236496 +Info 6814 [15:21:18.046] getCompletionData: Is inside comment: 0.013227000832557678 +Info 6815 [15:21:18.046] getCompletionData: Get previous token: 0.014966998249292374 +Info 6816 [15:21:18.046] getCompletionsAtPosition: isCompletionListBlocker: 0.002263002097606659 +Info 6817 [15:21:18.047] getExportInfoMap: cache hit +Info 6818 [15:21:18.049] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6819 [15:21:18.049] collectAutoImports: response is complete +Info 6820 [15:21:18.049] collectAutoImports: 2.12729499861598 +Info 6821 [15:21:18.049] getCompletionData: Semantic work: 3.3294110000133514 +Info 6822 [15:21:18.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.299833998084068 +Info 6823 [15:21:18.061] Format host information updated +Info 6824 [15:21:18.062] Format host information updated +Info 6825 [15:21:18.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6826 [15:21:18.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 7.97036099806428ms +Info 6827 [15:21:18.071] Different program with same set of files +Info 6828 [15:21:18.071] getCompletionData: Get current token: 0.0036469995975494385 +Info 6829 [15:21:18.071] getCompletionData: Is inside comment: 0.011288996785879135 +Info 6830 [15:21:18.071] getCompletionData: Get previous token: 0.015056997537612915 +Info 6831 [15:21:18.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0026189982891082764 +Info 6832 [15:21:18.072] getExportInfoMap: cache hit +Info 6833 [15:21:18.075] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6834 [15:21:18.075] collectAutoImports: response is complete +Info 6835 [15:21:18.075] collectAutoImports: 2.1619019992649555 +Info 6836 [15:21:18.075] getCompletionData: Semantic work: 3.65480600297451 +Info 6837 [15:21:18.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.715284001082182 +Info 6838 [15:21:18.088] Format host information updated +Info 6839 [15:21:18.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6840 [15:21:18.236] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 8.06860800087452ms +Info 6841 [15:21:18.236] Different program with same set of files +Info 6842 [15:21:18.236] getCompletionData: Get current token: 0.003968000411987305 +Info 6843 [15:21:18.236] getCompletionData: Is inside comment: 0.011682000011205673 +Info 6844 [15:21:18.236] getCompletionData: Get previous token: 0.015105001628398895 +Info 6845 [15:21:18.236] getCompletionsAtPosition: isCompletionListBlocker: 0.0022829994559288025 +Info 6846 [15:21:18.238] getExportInfoMap: cache hit +Info 6847 [15:21:18.240] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6848 [15:21:18.240] collectAutoImports: response is complete +Info 6849 [15:21:18.240] collectAutoImports: 2.120234999805689 +Info 6850 [15:21:18.240] getCompletionData: Semantic work: 3.4294280000030994 +Info 6851 [15:21:18.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.630374997854233 +Info 6852 [15:21:18.251] Format host information updated +Info 6853 [15:21:18.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6854 [15:21:18.404] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 8.382238999009132ms +Info 6855 [15:21:18.404] Different program with same set of files +Info 6856 [15:21:18.404] getCompletionData: Get current token: 0.003604002296924591 +Info 6857 [15:21:18.404] getCompletionData: Is inside comment: 0.011518001556396484 +Info 6858 [15:21:18.404] getCompletionData: Get previous token: 0.015046998858451843 +Info 6859 [15:21:18.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0022859983146190643 +Info 6860 [15:21:18.405] getExportInfoMap: cache hit +Info 6861 [15:21:18.407] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6862 [15:21:18.407] collectAutoImports: response is complete +Info 6863 [15:21:18.407] collectAutoImports: 2.1458799988031387 +Info 6864 [15:21:18.407] getCompletionData: Semantic work: 3.369192000478506 +Info 6865 [15:21:18.414] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.240508999675512 +Info 6866 [15:21:18.418] Format host information updated +Info 6867 [15:21:18.566] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6868 [15:21:18.574] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 7.92781599983573ms +Info 6869 [15:21:18.574] Different program with same set of files +Info 6870 [15:21:18.575] getCompletionData: Get current token: 0.0041569992899894714 +Info 6871 [15:21:18.575] getCompletionData: Is inside comment: 0.012350000441074371 +Info 6872 [15:21:18.575] getCompletionData: Get previous token: 0.01569799706339836 +Info 6873 [15:21:18.575] getCompletionsAtPosition: isCompletionListBlocker: 0.0028650015592575073 +Info 6874 [15:21:18.576] getExportInfoMap: cache hit +Info 6875 [15:21:18.578] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6876 [15:21:18.578] collectAutoImports: response is complete +Info 6877 [15:21:18.579] collectAutoImports: 2.2082699984312057 +Info 6878 [15:21:18.579] getCompletionData: Semantic work: 3.79118400067091 +Info 6879 [15:21:18.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.830866999924183 +Info 6880 [15:21:18.591] Format host information updated +Info 6881 [15:21:18.738] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6882 [15:21:18.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 8.152619998902082ms +Info 6883 [15:21:18.746] Different program with same set of files +Info 6884 [15:21:18.746] getCompletionData: Get current token: 0.0036379992961883545 +Info 6885 [15:21:18.746] getCompletionData: Is inside comment: 0.01160699874162674 +Info 6886 [15:21:18.746] getCompletionData: Get previous token: 0.014541000127792358 +Info 6887 [15:21:18.746] getCompletionsAtPosition: isCompletionListBlocker: 0.002761002629995346 +Info 6888 [15:21:18.747] getExportInfoMap: cache hit +Info 6889 [15:21:18.750] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6890 [15:21:18.750] collectAutoImports: response is complete +Info 6891 [15:21:18.750] collectAutoImports: 2.141661997884512 +Info 6892 [15:21:18.750] getCompletionData: Semantic work: 3.4762100018560886 +Info 6893 [15:21:18.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.2628440000116825 +Info 6894 [15:21:18.761] Format host information updated +Info 6895 [15:21:18.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6896 [15:21:18.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 7.730422999709845ms +Info 6897 [15:21:18.770] Different program with same set of files +Info 6898 [15:21:18.770] getCompletionData: Get current token: 0.0037960000336170197 +Info 6899 [15:21:18.770] getCompletionData: Is inside comment: 0.01165200024843216 +Info 6900 [15:21:18.770] getCompletionData: Get previous token: 0.033382996916770935 +Info 6901 [15:21:18.770] getCompletionsAtPosition: isCompletionListBlocker: 0.0024960003793239594 +Info 6902 [15:21:18.771] getExportInfoMap: cache hit +Info 6903 [15:21:18.774] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6904 [15:21:18.774] collectAutoImports: response is complete +Info 6905 [15:21:18.774] collectAutoImports: 2.4632129967212677 +Info 6906 [15:21:18.774] getCompletionData: Semantic work: 3.890617001801729 +Info 6907 [15:21:18.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.421609997749329 +Info 6908 [15:21:18.787] Format host information updated +Info 6909 [15:21:18.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6910 [15:21:18.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 7.49456999823451ms +Info 6911 [15:21:18.940] Different program with same set of files +Info 6912 [15:21:18.940] getCompletionData: Get current token: 0.00375400111079216 +Info 6913 [15:21:18.940] getCompletionData: Is inside comment: 0.011410001665353775 +Info 6914 [15:21:18.940] getCompletionData: Get previous token: 0.014685001224279404 +Info 6915 [15:21:18.941] getCompletionsAtPosition: isCompletionListBlocker: 0.0023219995200634003 +Info 6916 [15:21:18.942] getExportInfoMap: cache hit +Info 6917 [15:21:18.944] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6918 [15:21:18.944] collectAutoImports: response is complete +Info 6919 [15:21:18.944] collectAutoImports: 2.1096340008080006 +Info 6920 [15:21:18.944] getCompletionData: Semantic work: 3.6103710010647774 +Info 6921 [15:21:18.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.129291001707315 +Info 6922 [15:21:18.955] Format host information updated +Info 6923 [15:21:18.957] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6924 [15:21:18.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 12.769833002239466ms +Info 6925 [15:21:18.970] Different program with same set of files +Info 6926 [15:21:18.970] getCompletionData: Get current token: 0.003885999321937561 +Info 6927 [15:21:18.970] getCompletionData: Is inside comment: 0.011349000036716461 +Info 6928 [15:21:18.970] getCompletionData: Get previous token: 0.01470700278878212 +Info 6929 [15:21:18.970] getCompletionsAtPosition: isCompletionListBlocker: 0.0026220008730888367 +Info 6930 [15:21:18.972] getExportInfoMap: cache hit +Info 6931 [15:21:18.974] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6932 [15:21:18.974] collectAutoImports: response is complete +Info 6933 [15:21:18.974] collectAutoImports: 2.503217000514269 +Info 6934 [15:21:18.974] getCompletionData: Semantic work: 4.225535999983549 +Info 6935 [15:21:18.981] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.193328000605106 +Info 6936 [15:21:18.984] Format host information updated +Info 6937 [15:21:19.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6938 [15:21:19.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 11.133223999291658ms +Info 6939 [15:21:19.140] Different program with same set of files +Info 6940 [15:21:19.140] getCompletionData: Get current token: 0.0038690008223056793 +Info 6941 [15:21:19.140] getCompletionData: Is inside comment: 0.011363998055458069 +Info 6942 [15:21:19.140] getCompletionData: Get previous token: 0.014295000582933426 +Info 6943 [15:21:19.140] getCompletionsAtPosition: isCompletionListBlocker: 0.002576000988483429 +Info 6944 [15:21:19.142] getExportInfoMap: cache hit +Info 6945 [15:21:19.144] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6946 [15:21:19.144] collectAutoImports: response is complete +Info 6947 [15:21:19.144] collectAutoImports: 2.1475480012595654 +Info 6948 [15:21:19.144] getCompletionData: Semantic work: 3.4311840012669563 +Info 6949 [15:21:19.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.131082002073526 +Info 6950 [15:21:19.153] Format host information updated +Info 6951 [15:21:19.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6952 [15:21:19.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 7.329780999571085ms +Info 6953 [15:21:19.163] Different program with same set of files +Info 6954 [15:21:19.163] getCompletionData: Get current token: 0.0045010000467300415 +Info 6955 [15:21:19.163] getCompletionData: Is inside comment: 0.01182200014591217 +Info 6956 [15:21:19.163] getCompletionData: Get previous token: 0.008743997663259506 +Info 6957 [15:21:19.163] getCompletionsAtPosition: isCompletionListBlocker: 0.002680998295545578 +Info 6958 [15:21:19.167] getExportInfoMap: cache hit +Info 6959 [15:21:19.188] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 6960 [15:21:19.188] collectAutoImports: response is complete +Info 6961 [15:21:19.188] collectAutoImports: 21.07302199676633 +Info 6962 [15:21:19.188] getCompletionData: Semantic work: 25.202335000038147 +Info 6963 [15:21:19.202] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.987707998603582 +Info 6964 [15:21:19.212] Format host information updated +Info 6965 [15:21:19.435] getCompletionData: Get current token: 0.004339002072811127 +Info 6966 [15:21:19.435] getCompletionData: Is inside comment: 0.012074999511241913 +Info 6967 [15:21:19.435] getCompletionData: Get previous token: 0.015935998409986496 +Info 6968 [15:21:19.435] getCompletionsAtPosition: isCompletionListBlocker: 0.0026869997382164 +Info 6969 [15:21:19.436] getExportInfoMap: cache hit +Info 6970 [15:21:19.438] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6971 [15:21:19.438] collectAutoImports: response is complete +Info 6972 [15:21:19.438] collectAutoImports: 2.1295560002326965 +Info 6973 [15:21:19.438] getCompletionData: Semantic work: 3.585979998111725 +Info 6974 [15:21:19.448] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.825683999806643 +Info 6975 [15:21:19.633] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6976 [15:21:19.657] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 24.091237999498844ms +Info 6977 [15:21:19.657] Different program with same set of files +Info 6978 [15:21:19.657] getCompletionData: Get current token: 0.008159000426530838 +Info 6979 [15:21:19.657] getCompletionData: Is inside comment: 0.02555999904870987 +Info 6980 [15:21:19.657] getCompletionData: Get previous token: 0.018128998577594757 +Info 6981 [15:21:19.657] getCompletionsAtPosition: isCompletionListBlocker: 0.012253999710083008 +Info 6982 [15:21:19.660] getExportInfoMap: cache hit +Info 6983 [15:21:19.687] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 6984 [15:21:19.687] collectAutoImports: response is complete +Info 6985 [15:21:19.687] collectAutoImports: 27.325284998863935 +Info 6986 [15:21:19.687] getCompletionData: Semantic work: 29.922691002488136 +Info 6987 [15:21:19.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.024424001574516 +Info 6988 [15:21:19.715] Format host information updated +Info 6989 [15:21:19.863] Format host information updated +Info 6990 [15:21:21.635] Format host information updated +Info 6991 [15:21:21.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6992 [15:21:21.646] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 10.646588001400232ms +Info 6993 [15:21:21.646] Different program with same set of files +Info 6994 [15:21:21.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 6995 [15:21:21.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 8.22239499911666ms +Info 6996 [15:21:21.822] Different program with same set of files +Info 6997 [15:21:21.822] getCompletionData: Get current token: 0.001864999532699585 +Info 6998 [15:21:21.823] getCompletionData: Is inside comment: 0.005943000316619873 +Info 6999 [15:21:21.823] getCompletionData: Get previous token: 0.009408000856637955 +Info 7000 [15:21:21.823] getCompletionsAtPosition: isCompletionListBlocker: 0.008143000304698944 +Info 7001 [15:21:21.824] getExportInfoMap: cache hit +Info 7002 [15:21:21.831] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 7003 [15:21:21.831] collectAutoImports: response is complete +Info 7004 [15:21:21.831] collectAutoImports: 6.621277999132872 +Info 7005 [15:21:21.831] getCompletionData: Semantic work: 8.14487500116229 +Info 7006 [15:21:21.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.672699999064207 +Info 7007 [15:21:21.842] Format host information updated +Info 7008 [15:21:21.997] Format host information updated +Info 7009 [15:21:21.997] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7010 [15:21:22.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 7.369079001247883ms +Info 7011 [15:21:22.004] Different program with same set of files +Info 7012 [15:21:22.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7013 [15:21:22.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 10.814629003405571ms +Info 7014 [15:21:22.162] Different program with same set of files +Info 7015 [15:21:22.162] getCompletionData: Get current token: 0.002313997596502304 +Info 7016 [15:21:22.162] getCompletionData: Is inside comment: 0.015005998313426971 +Info 7017 [15:21:22.162] getCompletionData: Get previous token: 0.02455199882388115 +Info 7018 [15:21:22.162] getCompletionsAtPosition: isCompletionListBlocker: 0.007989000529050827 +Info 7019 [15:21:22.163] getExportInfoMap: cache hit +Info 7020 [15:21:22.184] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7021 [15:21:22.184] collectAutoImports: response is complete +Info 7022 [15:21:22.184] collectAutoImports: 20.222627997398376 +Info 7023 [15:21:22.184] getCompletionData: Semantic work: 21.6498050019145 +Info 7024 [15:21:22.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.720897998660803 +Info 7025 [15:21:22.202] Format host information updated +Info 7026 [15:21:22.400] Format host information updated +Info 7027 [15:21:22.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7028 [15:21:22.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 7.642824999988079ms +Info 7029 [15:21:22.408] Different program with same set of files +Info 7030 [15:21:22.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7031 [15:21:22.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 8.274989999830723ms +Info 7032 [15:21:22.569] Different program with same set of files +Info 7033 [15:21:22.569] getCompletionData: Get current token: 0.0017669983208179474 +Info 7034 [15:21:22.569] getCompletionData: Is inside comment: 0.0060169994831085205 +Info 7035 [15:21:22.569] getCompletionData: Get previous token: 0.010099001228809357 +Info 7036 [15:21:22.569] getCompletionsAtPosition: isCompletionListBlocker: 0.007952000945806503 +Info 7037 [15:21:22.570] getExportInfoMap: cache hit +Info 7038 [15:21:22.574] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 7039 [15:21:22.574] collectAutoImports: response is complete +Info 7040 [15:21:22.574] collectAutoImports: 3.812408998608589 +Info 7041 [15:21:22.574] getCompletionData: Semantic work: 5.321899998933077 +Info 7042 [15:21:22.580] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.01953199878335 +Info 7043 [15:21:22.583] Format host information updated +Info 7044 [15:21:22.735] Format host information updated +Info 7045 [15:21:22.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7046 [15:21:22.744] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 8.837421000003815ms +Info 7047 [15:21:22.744] Different program with same set of files +Info 7048 [15:21:22.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7049 [15:21:22.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 7.421130999922752ms +Info 7050 [15:21:22.895] Different program with same set of files +Info 7051 [15:21:22.896] getCompletionData: Get current token: 0.0022489987313747406 +Info 7052 [15:21:22.896] getCompletionData: Is inside comment: 0.007102001458406448 +Info 7053 [15:21:22.896] getCompletionData: Get previous token: 0.0052030012011528015 +Info 7054 [15:21:22.896] getCompletionsAtPosition: isCompletionListBlocker: 0.00719200074672699 +Info 7055 [15:21:22.897] getExportInfoMap: cache hit +Info 7056 [15:21:22.920] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7057 [15:21:22.920] collectAutoImports: response is complete +Info 7058 [15:21:22.920] collectAutoImports: 23.477515999227762 +Info 7059 [15:21:22.920] getCompletionData: Semantic work: 24.861634999513626 +Info 7060 [15:21:22.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.365269999951124 +Info 7061 [15:21:22.938] Format host information updated +Info 7062 [15:21:23.091] Format host information updated +Info 7063 [15:21:23.091] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7064 [15:21:23.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 7.3324859999120235ms +Info 7065 [15:21:23.098] Different program with same set of files +Info 7066 [15:21:23.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7067 [15:21:23.264] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 7.962011002004147ms +Info 7068 [15:21:23.264] Different program with same set of files +Info 7069 [15:21:23.265] getCompletionData: Get current token: 0.0020449981093406677 +Info 7070 [15:21:23.265] getCompletionData: Is inside comment: 0.006115000694990158 +Info 7071 [15:21:23.265] getCompletionData: Get previous token: 0.0117110013961792 +Info 7072 [15:21:23.265] getCompletionsAtPosition: isCompletionListBlocker: 0.007851000875234604 +Info 7073 [15:21:23.266] getExportInfoMap: cache hit +Info 7074 [15:21:23.270] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 7075 [15:21:23.270] collectAutoImports: response is complete +Info 7076 [15:21:23.270] collectAutoImports: 3.928371999412775 +Info 7077 [15:21:23.270] getCompletionData: Semantic work: 5.488288000226021 +Info 7078 [15:21:23.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.28413999825716 +Info 7079 [15:21:23.278] Format host information updated +Info 7080 [15:21:23.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7081 [15:21:23.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 7.718424998223782ms +Info 7082 [15:21:23.440] Different program with same set of files +Info 7083 [15:21:23.440] getCompletionData: Get current token: 0.0022629983723163605 +Info 7084 [15:21:23.440] getCompletionData: Is inside comment: 0.00747000053524971 +Info 7085 [15:21:23.440] getCompletionData: Get previous token: 0.005251999944448471 +Info 7086 [15:21:23.440] getCompletionsAtPosition: isCompletionListBlocker: 0.001837998628616333 +Info 7087 [15:21:23.441] getCompletionData: Semantic work: 0.5364369973540306 +Info 7088 [15:21:23.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4595999978482723 +Info 7089 [15:21:23.442] Format host information updated +Info 7090 [15:21:23.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7091 [15:21:23.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 8.504281003028154ms +Info 7092 [15:21:23.669] Different program with same set of files +Info 7093 [15:21:23.669] getCompletionData: Get current token: 0.0024029985070228577 +Info 7094 [15:21:23.669] getCompletionData: Is inside comment: 0.007663000375032425 +Info 7095 [15:21:23.669] getCompletionData: Get previous token: 0.01437399908900261 +Info 7096 [15:21:23.669] getCompletionsAtPosition: isCompletionListBlocker: 0.002528999000787735 +Info 7097 [15:21:23.669] getCompletionData: Semantic work: 0.5565719977021217 +Info 7098 [15:21:23.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1511279977858067 +Info 7099 [15:21:23.672] Format host information updated +Info 7100 [15:21:23.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7101 [15:21:23.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 22.61049499735236ms +Info 7102 [15:21:23.846] Different program with same set of files +Info 7103 [15:21:23.846] getCompletionData: Get current token: 0.002222999930381775 +Info 7104 [15:21:23.846] getCompletionData: Is inside comment: 0.0069739967584609985 +Info 7105 [15:21:23.846] getCompletionData: Get previous token: 0.012869000434875488 +Info 7106 [15:21:23.846] getCompletionsAtPosition: isCompletionListBlocker: 0.0025140009820461273 +Info 7107 [15:21:23.847] getCompletionData: Semantic work: 0.7192190028727055 +Info 7108 [15:21:23.849] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4912769980728626 +Info 7109 [15:21:23.851] Format host information updated +Info 7110 [15:21:24.071] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7111 [15:21:24.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 7.652148000895977ms +Info 7112 [15:21:24.079] Different program with same set of files +Info 7113 [15:21:24.079] getCompletionData: Get current token: 0.0018949992954730988 +Info 7114 [15:21:24.079] getCompletionData: Is inside comment: 0.006200999021530151 +Info 7115 [15:21:24.079] getCompletionData: Get previous token: 0.00979899987578392 +Info 7116 [15:21:24.079] getCompletionsAtPosition: isCompletionListBlocker: 0.0018769986927509308 +Info 7117 [15:21:24.080] getCompletionData: Semantic work: 0.455266997218132 +Info 7118 [15:21:24.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6347430013120174 +Info 7119 [15:21:24.082] Format host information updated +Info 7120 [15:21:24.353] Format host information updated +Info 7121 [15:21:24.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7122 [15:21:24.361] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 8.351448997855186ms +Info 7123 [15:21:24.361] Different program with same set of files +Info 7124 [15:21:24.362] getCompletionData: Get current token: 0.0026349984109401703 +Info 7125 [15:21:24.362] getCompletionData: Is inside comment: 0.007855001837015152 +Info 7126 [15:21:24.362] getCompletionData: Get previous token: 0.006026998162269592 +Info 7127 [15:21:24.362] getCompletionsAtPosition: isCompletionListBlocker: 0.0031189993023872375 +Info 7128 [15:21:24.364] getExportInfoMap: cache hit +Info 7129 [15:21:24.393] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7130 [15:21:24.393] collectAutoImports: response is complete +Info 7131 [15:21:24.393] collectAutoImports: 28.902704000473022 +Info 7132 [15:21:24.393] getCompletionData: Semantic work: 30.989107001572847 +Info 7133 [15:21:24.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.009435001760721 +Info 7134 [15:21:24.554] getCompletionData: Get current token: 0.014573000371456146 +Info 7135 [15:21:24.554] getCompletionData: Is inside comment: 0.0044429972767829895 +Info 7136 [15:21:24.554] getCompletionData: Get previous token: 0.015549000352621078 +Info 7137 [15:21:24.554] getCompletionsAtPosition: isCompletionListBlocker: 0.002668999135494232 +Info 7138 [15:21:24.554] getCompletionData: Semantic work: 0.2612120024859905 +Info 7139 [15:21:24.564] Format host information updated +Info 7140 [15:21:24.586] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7141 [15:21:24.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 10.007256999611855ms +Info 7142 [15:21:24.596] Different program with same set of files +Info 7143 [15:21:24.596] getCompletionData: Get current token: 0.0024389997124671936 +Info 7144 [15:21:24.596] getCompletionData: Is inside comment: 0.006834998726844788 +Info 7145 [15:21:24.596] getCompletionData: Get previous token: 0.004846997559070587 +Info 7146 [15:21:24.596] getCompletionsAtPosition: isCompletionListBlocker: 0.006646998226642609 +Info 7147 [15:21:24.598] getExportInfoMap: cache hit +Info 7148 [15:21:24.618] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7149 [15:21:24.618] collectAutoImports: response is complete +Info 7150 [15:21:24.618] collectAutoImports: 20.422779999673367 +Info 7151 [15:21:24.618] getCompletionData: Semantic work: 22.06265800073743 +Info 7152 [15:21:24.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.868450999259949 +Info 7153 [15:21:24.637] Format host information updated +Info 7154 [15:21:24.644] getCompletionData: Get current token: 0.003577999770641327 +Info 7155 [15:21:24.644] getCompletionData: Is inside comment: 0.0012670010328292847 +Info 7156 [15:21:24.644] getCompletionData: Get previous token: 0.008690997958183289 +Info 7157 [15:21:24.644] getCompletionsAtPosition: isCompletionListBlocker: 0.002840999513864517 +Info 7158 [15:21:24.646] getExportInfoMap: cache hit +Info 7159 [15:21:24.663] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7160 [15:21:24.664] collectAutoImports: response is complete +Info 7161 [15:21:24.664] collectAutoImports: 17.16244000196457 +Info 7162 [15:21:24.664] getCompletionData: Semantic work: 19.03788500279188 +Info 7163 [15:21:24.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.857496000826359 +Info 7164 [15:21:24.815] Format host information updated +Info 7165 [15:21:25.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7166 [15:21:25.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 8.955437999218702ms +Info 7167 [15:21:25.110] Different program with same set of files +Info 7168 [15:21:25.110] getCompletionData: Get current token: 0.003553997725248337 +Info 7169 [15:21:25.110] getCompletionData: Is inside comment: 0.0014469996094703674 +Info 7170 [15:21:25.110] getCompletionData: Get previous token: 0.01809999719262123 +Info 7171 [15:21:25.110] getCompletionsAtPosition: isCompletionListBlocker: 0.0033009983599185944 +Info 7172 [15:21:25.112] getExportInfoMap: cache hit +Info 7173 [15:21:25.120] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 7174 [15:21:25.120] collectAutoImports: response is complete +Info 7175 [15:21:25.120] collectAutoImports: 8.654993001371622 +Info 7176 [15:21:25.120] getCompletionData: Semantic work: 10.434682998806238 +Info 7177 [15:21:25.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.720293998718262 +Info 7178 [15:21:25.265] Format host information updated +Info 7179 [15:21:31.415] getCompletionData: Get current token: 0.004034001380205154 +Info 7180 [15:21:31.415] getCompletionData: Is inside comment: 0.015550002455711365 +Info 7181 [15:21:31.415] getCompletionData: Get previous token: 0.008549999445676804 +Info 7182 [15:21:31.415] getCompletionsAtPosition: isCompletionListBlocker: 0.011789999902248383 +Info 7183 [15:21:31.417] getExportInfoMap: cache hit +Info 7184 [15:21:31.438] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7185 [15:21:31.438] collectAutoImports: response is complete +Info 7186 [15:21:31.438] collectAutoImports: 21.535902999341488 +Info 7187 [15:21:31.438] getCompletionData: Semantic work: 23.589958000928164 +Info 7188 [15:21:31.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.726246003061533 +Info 7189 [15:21:32.622] getCompletionData: Get current token: 0.0070299990475177765 +Info 7190 [15:21:32.622] getCompletionData: Is inside comment: 0.021290000528097153 +Info 7191 [15:21:32.622] getCompletionData: Get previous token: 0.032044000923633575 +Info 7192 [15:21:32.623] getCompletionsAtPosition: isCompletionListBlocker: 0.003606002777814865 +Info 7193 [15:21:32.624] getExportInfoMap: cache hit +Info 7194 [15:21:32.628] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7195 [15:21:32.628] collectAutoImports: response is complete +Info 7196 [15:21:32.628] collectAutoImports: 3.8567579984664917 +Info 7197 [15:21:32.628] getCompletionData: Semantic work: 5.886695999652147 +Info 7198 [15:21:32.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.810182001441717 +Info 7199 [15:21:32.926] Format host information updated +Info 7200 [15:21:32.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7201 [15:21:32.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 8.63365400210023ms +Info 7202 [15:21:32.935] Different program with same set of files +Info 7203 [15:21:33.106] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7204 [15:21:33.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 7.687601000070572ms +Info 7205 [15:21:33.114] Different program with same set of files +Info 7206 [15:21:33.114] getCompletionData: Get current token: 0.004012998193502426 +Info 7207 [15:21:33.114] getCompletionData: Is inside comment: 0.01310800015926361 +Info 7208 [15:21:33.114] getCompletionData: Get previous token: 0.009314998984336853 +Info 7209 [15:21:33.114] getCompletionsAtPosition: isCompletionListBlocker: 0.006457999348640442 +Info 7210 [15:21:33.115] getExportInfoMap: cache hit +Info 7211 [15:21:33.136] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7212 [15:21:33.136] collectAutoImports: response is complete +Info 7213 [15:21:33.136] collectAutoImports: 20.51102599874139 +Info 7214 [15:21:33.136] getCompletionData: Semantic work: 21.793032001703978 +Info 7215 [15:21:33.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.840022999793291 +Info 7216 [15:21:33.159] Format host information updated +Info 7217 [15:21:33.166] Format host information updated +Info 7218 [15:21:33.167] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7219 [15:21:33.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 9.488324999809265ms +Info 7220 [15:21:33.177] Different program with same set of files +Info 7221 [15:21:33.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7222 [15:21:33.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 19.13426800072193ms +Info 7223 [15:21:33.341] Different program with same set of files +Info 7224 [15:21:33.342] getCompletionData: Get current token: 0.004210997372865677 +Info 7225 [15:21:33.342] getCompletionData: Is inside comment: 0.013853996992111206 +Info 7226 [15:21:33.342] getCompletionData: Get previous token: 0.019857000559568405 +Info 7227 [15:21:33.342] getCompletionsAtPosition: isCompletionListBlocker: 0.006494000554084778 +Info 7228 [15:21:33.344] getExportInfoMap: cache hit +Info 7229 [15:21:33.349] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 185 from cache +Info 7230 [15:21:33.349] collectAutoImports: response is complete +Info 7231 [15:21:33.349] collectAutoImports: 5.546153001487255 +Info 7232 [15:21:33.349] getCompletionData: Semantic work: 7.652384001761675 +Info 7233 [15:21:33.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.82804699987173 +Info 7234 [15:21:33.369] Format host information updated +Info 7235 [15:21:33.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7236 [15:21:33.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 7.828107997775078ms +Info 7237 [15:21:33.567] Different program with same set of files +Info 7238 [15:21:33.567] getCompletionData: Get current token: 0.003929000347852707 +Info 7239 [15:21:33.567] getCompletionData: Is inside comment: 0.013279996812343597 +Info 7240 [15:21:33.567] getCompletionData: Get previous token: 0.01988699659705162 +Info 7241 [15:21:33.567] getCompletionsAtPosition: isCompletionListBlocker: 0.006586000323295593 +Info 7242 [15:21:33.568] getExportInfoMap: cache hit +Info 7243 [15:21:33.571] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 40 from cache +Info 7244 [15:21:33.571] collectAutoImports: response is complete +Info 7245 [15:21:33.571] collectAutoImports: 2.5745550021529198 +Info 7246 [15:21:33.571] getCompletionData: Semantic work: 3.8342850022017956 +Info 7247 [15:21:33.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.377842999994755 +Info 7248 [15:21:33.581] Format host information updated +Info 7249 [15:21:33.583] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7250 [15:21:33.591] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 7.774160999804735ms +Info 7251 [15:21:33.591] Different program with same set of files +Info 7252 [15:21:33.591] getCompletionData: Get current token: 0.0061579979956150055 +Info 7253 [15:21:33.591] getCompletionData: Is inside comment: 0.020128000527620316 +Info 7254 [15:21:33.591] getCompletionData: Get previous token: 0.03299899771809578 +Info 7255 [15:21:33.591] getCompletionsAtPosition: isCompletionListBlocker: 0.007612001150846481 +Info 7256 [15:21:33.593] getExportInfoMap: cache hit +Info 7257 [15:21:33.595] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 14 from cache +Info 7258 [15:21:33.595] collectAutoImports: response is complete +Info 7259 [15:21:33.595] collectAutoImports: 2.463534999638796 +Info 7260 [15:21:33.595] getCompletionData: Semantic work: 3.9449820034205914 +Info 7261 [15:21:33.603] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.764236003160477 +Info 7262 [15:21:33.607] Format host information updated +Info 7263 [15:21:33.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7264 [15:21:33.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 7.887423001229763ms +Info 7265 [15:21:33.760] Different program with same set of files +Info 7266 [15:21:33.761] getCompletionData: Get current token: 0.004527997225522995 +Info 7267 [15:21:33.761] getCompletionData: Is inside comment: 0.029750999063253403 +Info 7268 [15:21:33.761] getCompletionData: Get previous token: 0.023810002952814102 +Info 7269 [15:21:33.761] getCompletionsAtPosition: isCompletionListBlocker: 0.006487000733613968 +Info 7270 [15:21:33.762] getExportInfoMap: cache hit +Info 7271 [15:21:33.783] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7272 [15:21:33.783] collectAutoImports: response is complete +Info 7273 [15:21:33.783] collectAutoImports: 21.133944999426603 +Info 7274 [15:21:33.783] getCompletionData: Semantic work: 22.560175999999046 +Info 7275 [15:21:33.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.123347003012896 +Info 7276 [15:21:33.807] Format host information updated +Info 7277 [15:21:38.160] Format host information updated +Info 7278 [15:21:38.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7279 [15:21:38.168] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 7.854095000773668ms +Info 7280 [15:21:38.168] Different program with same set of files +Info 7281 [15:21:44.195] Format host information updated +Info 7282 [15:21:44.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7283 [15:21:44.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 8.203983001410961ms +Info 7284 [15:21:44.203] Different program with same set of files +Info 7285 [15:21:44.368] Format host information updated +Info 7286 [15:21:44.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7287 [15:21:44.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 7.548306003212929ms +Info 7288 [15:21:44.376] Different program with same set of files +Info 7289 [15:21:48.286] getCompletionData: Get current token: 0.003525998443365097 +Info 7290 [15:21:48.286] getCompletionData: Is inside comment: 0.0012689977884292603 +Info 7291 [15:21:48.286] getCompletionData: Get previous token: 0.016644001007080078 +Info 7292 [15:21:48.286] getCompletionsAtPosition: isCompletionListBlocker: 0.0033009983599185944 +Info 7293 [15:21:48.288] getExportInfoMap: cache hit +Info 7294 [15:21:48.296] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 7295 [15:21:48.296] collectAutoImports: response is complete +Info 7296 [15:21:48.296] collectAutoImports: 7.3995880000293255 +Info 7297 [15:21:48.296] getCompletionData: Semantic work: 9.415942002087831 +Info 7298 [15:21:48.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.317006003111601 +Info 7299 [15:21:48.541] Format host information updated +Info 7300 [15:21:48.541] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7301 [15:21:48.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 8.168369997292757ms +Info 7302 [15:21:48.549] Different program with same set of files +Info 7303 [15:21:48.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7304 [15:21:48.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 7.6821379996836185ms +Info 7305 [15:21:48.791] Different program with same set of files +Info 7306 [15:21:48.791] getCompletionData: Get current token: 0.0028319992125034332 +Info 7307 [15:21:48.791] getCompletionData: Is inside comment: 0.00109800323843956 +Info 7308 [15:21:48.791] getCompletionData: Get previous token: 0.016015999019145966 +Info 7309 [15:21:48.791] getCompletionsAtPosition: isCompletionListBlocker: 0.006907999515533447 +Info 7310 [15:21:48.793] getExportInfoMap: cache hit +Info 7311 [15:21:48.817] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 7312 [15:21:48.817] collectAutoImports: response is complete +Info 7313 [15:21:48.817] collectAutoImports: 23.728739999234676 +Info 7314 [15:21:48.817] getCompletionData: Semantic work: 25.422281000763178 +Info 7315 [15:21:48.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.08049900084734 +Info 7316 [15:21:48.837] Format host information updated +Info 7317 [15:21:49.010] getCompletionData: Get current token: 0.004165001213550568 +Info 7318 [15:21:49.010] getCompletionData: Is inside comment: 0.0013779997825622559 +Info 7319 [15:21:49.010] getCompletionData: Get previous token: 0.012894999235868454 +Info 7320 [15:21:49.010] getCompletionsAtPosition: isCompletionListBlocker: 0.0021010003983974457 +Info 7321 [15:21:49.049] getCompletionData: Semantic work: 39.42983699962497 +Info 7322 [15:21:49.049] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0954660028219223 +Info 7323 [15:21:49.050] Format host information updated +Info 7324 [15:21:54.305] Format host information updated +Info 7325 [15:21:54.305] Format host information updated +Info 7326 [15:21:54.306] Format host information updated +Info 7327 [15:21:54.306] Format host information updated +Info 7328 [15:21:54.306] Format host information updated +Info 7329 [15:21:54.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7330 [15:21:54.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 10.601071998476982ms +Info 7331 [15:21:54.317] Different program with same set of files +Info 7332 [15:21:54.317] getCompletionData: Get current token: 0.030221998691558838 +Info 7333 [15:21:54.317] getCompletionData: Is inside comment: 0.006167002022266388 +Info 7334 [15:21:54.317] getCompletionData: Get previous token: 0.0177529975771904 +Info 7335 [15:21:54.317] getCompletionsAtPosition: isCompletionListBlocker: 0.0028030015528202057 +Info 7336 [15:21:54.491] getCompletionData: Semantic work: 174.10588500276208 +Info 7337 [15:21:54.493] Format host information updated +Info 7338 [15:21:54.493] Format host information updated +Info 7339 [15:21:54.493] Format host information updated +Info 7340 [15:21:54.493] getCompletionData: Get current token: 0.011420998722314835 +Info 7341 [15:21:54.493] getCompletionData: Is inside comment: 0.0034999996423721313 +Info 7342 [15:21:54.493] getCompletionData: Get previous token: 0.01359499990940094 +Info 7343 [15:21:54.493] getCompletionsAtPosition: isCompletionListBlocker: 0.002030998468399048 +Info 7344 [15:21:54.514] getCompletionData: Semantic work: 20.487983997911215 +Info 7345 [15:21:54.516] Format host information updated +Info 7346 [15:21:54.517] getCompletionData: Get current token: 0.008423998951911926 +Info 7347 [15:21:54.517] getCompletionData: Is inside comment: 0.003301002085208893 +Info 7348 [15:21:54.517] getCompletionData: Get previous token: 0.010870002210140228 +Info 7349 [15:21:54.517] getCompletionsAtPosition: isCompletionListBlocker: 0.002268001437187195 +Info 7350 [15:21:54.538] getCompletionData: Semantic work: 21.215879000723362 +Info 7351 [15:21:54.539] getCompletionData: Get current token: 0.022495001554489136 +Info 7352 [15:21:54.539] getCompletionData: Is inside comment: 0.003231998533010483 +Info 7353 [15:21:54.539] getCompletionData: Get previous token: 0.024622999131679535 +Info 7354 [15:21:54.539] getCompletionsAtPosition: isCompletionListBlocker: 0.0021229982376098633 +Info 7355 [15:21:54.560] getCompletionData: Semantic work: 20.433228000998497 +Info 7356 [15:21:54.561] getCompletionData: Get current token: 0.006461001932621002 +Info 7357 [15:21:54.561] getCompletionData: Is inside comment: 0.0023019984364509583 +Info 7358 [15:21:54.561] getCompletionData: Get previous token: 0.011153999716043472 +Info 7359 [15:21:54.561] getCompletionsAtPosition: isCompletionListBlocker: 0.0017590001225471497 +Info 7360 [15:21:54.583] getCompletionData: Semantic work: 22.73065399751067 +Info 7361 [15:21:54.584] Format host information updated +Info 7362 [15:21:54.584] getCompletionData: Get current token: 0.008476000279188156 +Info 7363 [15:21:54.584] getCompletionData: Is inside comment: 0.003620002418756485 +Info 7364 [15:21:54.584] getCompletionData: Get previous token: 0.011555999517440796 +Info 7365 [15:21:54.584] getCompletionsAtPosition: isCompletionListBlocker: 0.030820999294519424 +Info 7366 [15:21:54.608] getCompletionData: Semantic work: 23.331923000514507 +Info 7367 [15:21:54.608] getCompletionData: Get current token: 0.007447000592947006 +Info 7368 [15:21:54.608] getCompletionData: Is inside comment: 0.0034720003604888916 +Info 7369 [15:21:54.608] getCompletionData: Get previous token: 0.011261999607086182 +Info 7370 [15:21:54.608] getCompletionsAtPosition: isCompletionListBlocker: 0.002181999385356903 +Info 7371 [15:21:54.629] getCompletionData: Semantic work: 20.61123799905181 +Info 7372 [15:21:54.630] getCompletionData: Get current token: 0.007004998624324799 +Info 7373 [15:21:54.630] getCompletionData: Is inside comment: 0.0032950006425380707 +Info 7374 [15:21:54.630] getCompletionData: Get previous token: 0.011343002319335938 +Info 7375 [15:21:54.630] getCompletionsAtPosition: isCompletionListBlocker: 0.0024619996547698975 +Info 7376 [15:21:54.649] getCompletionData: Semantic work: 19.21569300070405 +Info 7377 [15:21:54.650] getCompletionData: Get current token: 0.005805999040603638 +Info 7378 [15:21:54.650] getCompletionData: Is inside comment: 0.0019370019435882568 +Info 7379 [15:21:54.650] getCompletionData: Get previous token: 0.010873999446630478 +Info 7380 [15:21:54.650] getCompletionsAtPosition: isCompletionListBlocker: 0.0013929978013038635 +Info 7381 [15:21:54.669] getCompletionData: Semantic work: 19.3854550011456 +Info 7382 [15:21:54.713] Format host information updated +Info 7383 [15:21:54.713] Format host information updated +Info 7384 [15:21:54.887] Format host information updated +Info 7385 [15:21:54.888] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7386 [15:21:54.898] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 10.374983999878168ms +Info 7387 [15:21:54.898] Different program with same set of files +Info 7388 [15:22:13.838] Format host information updated +Info 7389 [15:22:13.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7390 [15:22:13.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 19.380056001245975ms +Info 7391 [15:22:13.857] Different program with same set of files +Info 7392 [15:22:19.997] Format host information updated +Info 7393 [15:22:19.997] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7394 [15:22:20.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 11.048614997416735ms +Info 7395 [15:22:20.008] Different program with same set of files +Info 7396 [15:22:20.186] Format host information updated +Info 7397 [15:22:20.219] Format host information updated +Info 7398 [15:22:20.663] Format host information updated +Info 7399 [15:22:20.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7400 [15:22:20.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 10.173250000923872ms +Info 7401 [15:22:20.674] Different program with same set of files +Info 7402 [15:22:20.844] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7403 [15:22:20.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 9.450908999890089ms +Info 7404 [15:22:20.854] Different program with same set of files +Info 7405 [15:22:20.854] getCompletionData: Get current token: 0.003947000950574875 +Info 7406 [15:22:20.854] getCompletionData: Is inside comment: 0.013284999877214432 +Info 7407 [15:22:20.854] getCompletionData: Get previous token: 0.020290996879339218 +Info 7408 [15:22:20.854] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589994430541992 +Info 7409 [15:22:20.856] getExportInfoMap: cache hit +Info 7410 [15:22:20.861] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 74 from cache +Info 7411 [15:22:20.861] collectAutoImports: response is complete +Info 7412 [15:22:20.861] collectAutoImports: 4.3664619997143745 +Info 7413 [15:22:20.861] getCompletionData: Semantic work: 6.32684800028801 +Info 7414 [15:22:20.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.716598998755217 +Info 7415 [15:22:20.875] Format host information updated +Info 7416 [15:22:21.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7417 [15:22:21.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 9.693078000098467ms +Info 7418 [15:22:21.051] Different program with same set of files +Info 7419 [15:22:21.051] getCompletionData: Get current token: 0.004012998193502426 +Info 7420 [15:22:21.051] getCompletionData: Is inside comment: 0.012439001351594925 +Info 7421 [15:22:21.051] getCompletionData: Get previous token: 0.01761700212955475 +Info 7422 [15:22:21.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0020940005779266357 +Info 7423 [15:22:21.053] getExportInfoMap: cache hit +Info 7424 [15:22:21.055] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 74 from cache +Info 7425 [15:22:21.055] collectAutoImports: response is complete +Info 7426 [15:22:21.055] collectAutoImports: 2.8123679980635643 +Info 7427 [15:22:21.055] getCompletionData: Semantic work: 4.2205459997057915 +Info 7428 [15:22:21.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.178380999714136 +Info 7429 [15:22:21.067] Format host information updated +Info 7430 [15:22:21.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7431 [15:22:21.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 17.1794270016253ms +Info 7432 [15:22:21.249] Different program with same set of files +Info 7433 [15:22:21.250] getCompletionData: Get current token: 0.004051998257637024 +Info 7434 [15:22:21.250] getCompletionData: Is inside comment: 0.013477999716997147 +Info 7435 [15:22:21.250] getCompletionData: Get previous token: 0.018769998103380203 +Info 7436 [15:22:21.250] getCompletionsAtPosition: isCompletionListBlocker: 0.002174999564886093 +Info 7437 [15:22:21.252] getExportInfoMap: cache hit +Info 7438 [15:22:21.256] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7439 [15:22:21.256] collectAutoImports: response is complete +Info 7440 [15:22:21.256] collectAutoImports: 3.6546400003135204 +Info 7441 [15:22:21.256] getCompletionData: Semantic work: 6.048814997076988 +Info 7442 [15:22:21.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.550063997507095 +Info 7443 [15:22:21.278] Format host information updated +Info 7444 [15:22:21.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7445 [15:22:21.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 8.28421900048852ms +Info 7446 [15:22:21.488] Different program with same set of files +Info 7447 [15:22:21.489] getCompletionData: Get current token: 0.0036880001425743103 +Info 7448 [15:22:21.489] getCompletionData: Is inside comment: 0.025857999920845032 +Info 7449 [15:22:21.489] getCompletionData: Get previous token: 0.018365003168582916 +Info 7450 [15:22:21.489] getCompletionsAtPosition: isCompletionListBlocker: 0.0023100003600120544 +Info 7451 [15:22:21.490] getExportInfoMap: cache hit +Info 7452 [15:22:21.493] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7453 [15:22:21.493] collectAutoImports: response is complete +Info 7454 [15:22:21.493] collectAutoImports: 2.4580469988286495 +Info 7455 [15:22:21.493] getCompletionData: Semantic work: 3.9041640013456345 +Info 7456 [15:22:21.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.854320000857115 +Info 7457 [15:22:21.503] Format host information updated +Info 7458 [15:22:21.672] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7459 [15:22:21.680] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 8.303339999169111ms +Info 7460 [15:22:21.680] Different program with same set of files +Info 7461 [15:22:21.680] getCompletionData: Get current token: 0.0038230009377002716 +Info 7462 [15:22:21.680] getCompletionData: Is inside comment: 0.025978997349739075 +Info 7463 [15:22:21.680] getCompletionData: Get previous token: 0.015879999846220016 +Info 7464 [15:22:21.680] getCompletionsAtPosition: isCompletionListBlocker: 0.002001997083425522 +Info 7465 [15:22:21.682] getExportInfoMap: cache hit +Info 7466 [15:22:21.685] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7467 [15:22:21.686] collectAutoImports: response is complete +Info 7468 [15:22:21.686] collectAutoImports: 3.3902829997241497 +Info 7469 [15:22:21.686] getCompletionData: Semantic work: 5.230321001261473 +Info 7470 [15:22:21.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.108295001089573 +Info 7471 [15:22:21.698] Format host information updated +Info 7472 [15:22:21.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7473 [15:22:21.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 8.478328000754118ms +Info 7474 [15:22:21.874] Different program with same set of files +Info 7475 [15:22:21.874] getCompletionData: Get current token: 0.0036420002579689026 +Info 7476 [15:22:21.874] getCompletionData: Is inside comment: 0.011121999472379684 +Info 7477 [15:22:21.874] getCompletionData: Get previous token: 0.016430001705884933 +Info 7478 [15:22:21.874] getCompletionsAtPosition: isCompletionListBlocker: 0.0019620023667812347 +Info 7479 [15:22:21.876] getExportInfoMap: cache hit +Info 7480 [15:22:21.878] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7481 [15:22:21.878] collectAutoImports: response is complete +Info 7482 [15:22:21.878] collectAutoImports: 2.2166790030896664 +Info 7483 [15:22:21.878] getCompletionData: Semantic work: 3.691803999245167 +Info 7484 [15:22:21.885] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.952507998794317 +Info 7485 [15:22:21.887] Format host information updated +Info 7486 [15:22:21.891] Format host information updated +Info 7487 [15:22:21.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7488 [15:22:21.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 10.548722002655268ms +Info 7489 [15:22:21.902] Different program with same set of files +Info 7490 [15:22:22.065] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7491 [15:22:22.080] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 15.0189299993217ms +Info 7492 [15:22:22.080] Different program with same set of files +Info 7493 [15:22:22.080] getCompletionData: Get current token: 0.004104997962713242 +Info 7494 [15:22:22.080] getCompletionData: Is inside comment: 0.03206799924373627 +Info 7495 [15:22:22.080] getCompletionData: Get previous token: 0.016138996928930283 +Info 7496 [15:22:22.080] getCompletionsAtPosition: isCompletionListBlocker: 0.0020920000970363617 +Info 7497 [15:22:22.082] getExportInfoMap: cache hit +Info 7498 [15:22:22.086] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7499 [15:22:22.086] collectAutoImports: response is complete +Info 7500 [15:22:22.086] collectAutoImports: 3.413571000099182 +Info 7501 [15:22:22.086] getCompletionData: Semantic work: 5.450017001479864 +Info 7502 [15:22:22.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.01417899876833 +Info 7503 [15:22:22.104] Format host information updated +Info 7504 [15:22:22.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7505 [15:22:22.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 21.936352998018265ms +Info 7506 [15:22:22.130] Different program with same set of files +Info 7507 [15:22:22.131] getCompletionData: Get current token: 0.004666000604629517 +Info 7508 [15:22:22.131] getCompletionData: Is inside comment: 0.012320999056100845 +Info 7509 [15:22:22.131] getCompletionData: Get previous token: 0.016506999731063843 +Info 7510 [15:22:22.131] getCompletionsAtPosition: isCompletionListBlocker: 0.002537000924348831 +Info 7511 [15:22:22.133] getExportInfoMap: cache hit +Info 7512 [15:22:22.137] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7513 [15:22:22.137] collectAutoImports: response is complete +Info 7514 [15:22:22.137] collectAutoImports: 3.4917649999260902 +Info 7515 [15:22:22.137] getCompletionData: Semantic work: 5.8786210007965565 +Info 7516 [15:22:22.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.529509000480175 +Info 7517 [15:22:22.158] Format host information updated +Info 7518 [15:22:22.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7519 [15:22:22.327] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 8.344050001353025ms +Info 7520 [15:22:22.327] Different program with same set of files +Info 7521 [15:22:22.327] getCompletionData: Get current token: 0.0033470019698143005 +Info 7522 [15:22:22.327] getCompletionData: Is inside comment: 0.010577000677585602 +Info 7523 [15:22:22.327] getCompletionData: Get previous token: 0.013772998005151749 +Info 7524 [15:22:22.327] getCompletionsAtPosition: isCompletionListBlocker: 0.0020510032773017883 +Info 7525 [15:22:22.330] getExportInfoMap: cache hit +Info 7526 [15:22:22.332] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7527 [15:22:22.332] collectAutoImports: response is complete +Info 7528 [15:22:22.332] collectAutoImports: 2.2721689976751804 +Info 7529 [15:22:22.332] getCompletionData: Semantic work: 4.762281000614166 +Info 7530 [15:22:22.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.93860299885273 +Info 7531 [15:22:22.342] Format host information updated +Info 7532 [15:22:22.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7533 [15:22:22.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 8.023380998522043ms +Info 7534 [15:22:22.520] Different program with same set of files +Info 7535 [15:22:22.521] getCompletionData: Get current token: 0.0037799999117851257 +Info 7536 [15:22:22.521] getCompletionData: Is inside comment: 0.011124998331069946 +Info 7537 [15:22:22.521] getCompletionData: Get previous token: 0.014984000474214554 +Info 7538 [15:22:22.521] getCompletionsAtPosition: isCompletionListBlocker: 0.0023309998214244843 +Info 7539 [15:22:22.522] getExportInfoMap: cache hit +Info 7540 [15:22:22.524] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7541 [15:22:22.524] collectAutoImports: response is complete +Info 7542 [15:22:22.524] collectAutoImports: 2.3105520009994507 +Info 7543 [15:22:22.524] getCompletionData: Semantic work: 3.7054730020463467 +Info 7544 [15:22:22.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.788943000137806 +Info 7545 [15:22:22.535] Format host information updated +Info 7546 [15:22:22.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7547 [15:22:22.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 9.611552000045776ms +Info 7548 [15:22:22.718] Different program with same set of files +Info 7549 [15:22:22.718] getCompletionData: Get current token: 0.003692999482154846 +Info 7550 [15:22:22.718] getCompletionData: Is inside comment: 0.010630998760461807 +Info 7551 [15:22:22.718] getCompletionData: Get previous token: 0.013428997248411179 +Info 7552 [15:22:22.718] getCompletionsAtPosition: isCompletionListBlocker: 0.0021350011229515076 +Info 7553 [15:22:22.719] getExportInfoMap: cache hit +Info 7554 [15:22:22.722] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7555 [15:22:22.722] collectAutoImports: response is complete +Info 7556 [15:22:22.722] collectAutoImports: 2.3430689983069897 +Info 7557 [15:22:22.722] getCompletionData: Semantic work: 3.7362830005586147 +Info 7558 [15:22:22.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.382190998643637 +Info 7559 [15:22:22.731] Format host information updated +Info 7560 [15:22:22.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7561 [15:22:22.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 8.329771999269724ms +Info 7562 [15:22:22.913] Different program with same set of files +Info 7563 [15:22:22.913] getCompletionData: Get current token: 0.00402899831533432 +Info 7564 [15:22:22.913] getCompletionData: Is inside comment: 0.010956000536680222 +Info 7565 [15:22:22.913] getCompletionData: Get previous token: 0.01419999822974205 +Info 7566 [15:22:22.913] getCompletionsAtPosition: isCompletionListBlocker: 0.002379998564720154 +Info 7567 [15:22:22.914] getExportInfoMap: cache hit +Info 7568 [15:22:22.917] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7569 [15:22:22.917] collectAutoImports: response is complete +Info 7570 [15:22:22.917] collectAutoImports: 2.3154239989817142 +Info 7571 [15:22:22.917] getCompletionData: Semantic work: 3.629432998597622 +Info 7572 [15:22:22.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.260070003569126 +Info 7573 [15:22:22.927] Format host information updated +Info 7574 [15:22:22.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7575 [15:22:22.940] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 9.716765999794006ms +Info 7576 [15:22:22.940] Different program with same set of files +Info 7577 [15:22:22.940] getCompletionData: Get current token: 0.003886997699737549 +Info 7578 [15:22:22.940] getCompletionData: Is inside comment: 0.012193001806735992 +Info 7579 [15:22:22.940] getCompletionData: Get previous token: 0.014662999659776688 +Info 7580 [15:22:22.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0021960027515888214 +Info 7581 [15:22:22.942] getExportInfoMap: cache hit +Info 7582 [15:22:22.944] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7583 [15:22:22.944] collectAutoImports: response is complete +Info 7584 [15:22:22.944] collectAutoImports: 2.4460409991443157 +Info 7585 [15:22:22.944] getCompletionData: Semantic work: 4.018977001309395 +Info 7586 [15:22:22.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.797433998435736 +Info 7587 [15:22:22.954] Format host information updated +Info 7588 [15:22:23.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7589 [15:22:23.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 8.675710000097752ms +Info 7590 [15:22:23.131] Different program with same set of files +Info 7591 [15:22:23.132] getCompletionData: Get current token: 0.0038239993155002594 +Info 7592 [15:22:23.132] getCompletionData: Is inside comment: 0.010586999356746674 +Info 7593 [15:22:23.132] getCompletionData: Get previous token: 0.0141339972615242 +Info 7594 [15:22:23.132] getCompletionsAtPosition: isCompletionListBlocker: 0.0020759999752044678 +Info 7595 [15:22:23.133] getExportInfoMap: cache hit +Info 7596 [15:22:23.135] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7597 [15:22:23.135] collectAutoImports: response is complete +Info 7598 [15:22:23.135] collectAutoImports: 2.337772000581026 +Info 7599 [15:22:23.135] getCompletionData: Semantic work: 3.638239998370409 +Info 7600 [15:22:23.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.149069998413324 +Info 7601 [15:22:23.145] Format host information updated +Info 7602 [15:22:23.148] Format host information updated +Info 7603 [15:22:23.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7604 [15:22:23.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 7.948822997510433ms +Info 7605 [15:22:23.156] Different program with same set of files +Info 7606 [15:22:23.156] getCompletionData: Get current token: 0.0036510005593299866 +Info 7607 [15:22:23.156] getCompletionData: Is inside comment: 0.011309999972581863 +Info 7608 [15:22:23.156] getCompletionData: Get previous token: 0.014452997595071793 +Info 7609 [15:22:23.156] getCompletionsAtPosition: isCompletionListBlocker: 0.002381999045610428 +Info 7610 [15:22:23.158] getExportInfoMap: cache hit +Info 7611 [15:22:23.162] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 7612 [15:22:23.162] collectAutoImports: response is complete +Info 7613 [15:22:23.162] collectAutoImports: 4.619015000760555 +Info 7614 [15:22:23.162] getCompletionData: Semantic work: 5.993301998823881 +Info 7615 [15:22:23.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.530366998165846 +Info 7616 [15:22:23.172] Format host information updated +Info 7617 [15:22:23.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7618 [15:22:23.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 8.771557997912169ms +Info 7619 [15:22:23.703] Different program with same set of files +Info 7620 [15:22:23.703] getCompletionData: Get current token: 0.0041479989886283875 +Info 7621 [15:22:23.703] getCompletionData: Is inside comment: 0.012538999319076538 +Info 7622 [15:22:23.703] getCompletionData: Get previous token: 0.008907001465559006 +Info 7623 [15:22:23.703] getCompletionsAtPosition: isCompletionListBlocker: 0.0024919994175434113 +Info 7624 [15:22:23.704] getExportInfoMap: cache hit +Info 7625 [15:22:23.733] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7626 [15:22:23.733] collectAutoImports: response is complete +Info 7627 [15:22:23.733] collectAutoImports: 28.33728599920869 +Info 7628 [15:22:23.733] getCompletionData: Semantic work: 29.603629000484943 +Info 7629 [15:22:23.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.251630999147892 +Info 7630 [15:22:23.755] Format host information updated +Info 7631 [15:22:23.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7632 [15:22:23.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 7.779204998165369ms +Info 7633 [15:22:23.942] Different program with same set of files +Info 7634 [15:22:23.942] getCompletionData: Get current token: 0.0040380023419857025 +Info 7635 [15:22:23.942] getCompletionData: Is inside comment: 0.01153000071644783 +Info 7636 [15:22:23.942] getCompletionData: Get previous token: 0.050016000866889954 +Info 7637 [15:22:23.942] getCompletionsAtPosition: isCompletionListBlocker: 0.017741002142429352 +Info 7638 [15:22:23.943] getExportInfoMap: cache hit +Info 7639 [15:22:23.946] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 7640 [15:22:23.946] collectAutoImports: response is complete +Info 7641 [15:22:23.946] collectAutoImports: 2.9119680002331734 +Info 7642 [15:22:23.946] getCompletionData: Semantic work: 4.147619999945164 +Info 7643 [15:22:23.953] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.041127000004053 +Info 7644 [15:22:23.957] Format host information updated +Info 7645 [15:22:24.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7646 [15:22:24.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 9.107312999665737ms +Info 7647 [15:22:24.137] Different program with same set of files +Info 7648 [15:22:24.138] getCompletionData: Get current token: 0.003863997757434845 +Info 7649 [15:22:24.138] getCompletionData: Is inside comment: 0.011079002171754837 +Info 7650 [15:22:24.138] getCompletionData: Get previous token: 0.015399999916553497 +Info 7651 [15:22:24.138] getCompletionsAtPosition: isCompletionListBlocker: 0.0028429999947547913 +Info 7652 [15:22:24.139] getExportInfoMap: cache hit +Info 7653 [15:22:24.142] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 7654 [15:22:24.142] collectAutoImports: response is complete +Info 7655 [15:22:24.142] collectAutoImports: 3.013229999691248 +Info 7656 [15:22:24.142] getCompletionData: Semantic work: 4.357907000929117 +Info 7657 [15:22:24.150] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.853239998221397 +Info 7658 [15:22:24.153] Format host information updated +Info 7659 [15:22:24.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7660 [15:22:24.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 7.822251997888088ms +Info 7661 [15:22:24.336] Different program with same set of files +Info 7662 [15:22:24.336] getCompletionData: Get current token: 0.004046998918056488 +Info 7663 [15:22:24.337] getCompletionData: Is inside comment: 0.012255001813173294 +Info 7664 [15:22:24.337] getCompletionData: Get previous token: 0.016474999487400055 +Info 7665 [15:22:24.337] getCompletionsAtPosition: isCompletionListBlocker: 0.002333998680114746 +Info 7666 [15:22:24.338] getExportInfoMap: cache hit +Info 7667 [15:22:24.340] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 7668 [15:22:24.340] collectAutoImports: response is complete +Info 7669 [15:22:24.340] collectAutoImports: 2.3814480006694794 +Info 7670 [15:22:24.340] getCompletionData: Semantic work: 3.6158769987523556 +Info 7671 [15:22:24.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.225095000118017 +Info 7672 [15:22:24.350] Format host information updated +Info 7673 [15:22:24.353] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7674 [15:22:24.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 10.66253900155425ms +Info 7675 [15:22:24.363] Different program with same set of files +Info 7676 [15:22:24.364] getCompletionData: Get current token: 0.006331000477075577 +Info 7677 [15:22:24.364] getCompletionData: Is inside comment: 0.018849998712539673 +Info 7678 [15:22:24.364] getCompletionData: Get previous token: 0.027233999222517014 +Info 7679 [15:22:24.364] getCompletionsAtPosition: isCompletionListBlocker: 0.0038180015981197357 +Info 7680 [15:22:24.365] getExportInfoMap: cache hit +Info 7681 [15:22:24.368] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 7682 [15:22:24.368] collectAutoImports: response is complete +Info 7683 [15:22:24.368] collectAutoImports: 2.4575020000338554 +Info 7684 [15:22:24.368] getCompletionData: Semantic work: 4.207182999700308 +Info 7685 [15:22:24.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.7460399977862835 +Info 7686 [15:22:24.379] Format host information updated +Info 7687 [15:22:24.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7688 [15:22:24.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 8.688114002346992ms +Info 7689 [15:22:24.558] Different program with same set of files +Info 7690 [15:22:24.558] getCompletionData: Get current token: 0.004053998738527298 +Info 7691 [15:22:24.558] getCompletionData: Is inside comment: 0.011278998106718063 +Info 7692 [15:22:24.558] getCompletionData: Get previous token: 0.015372999012470245 +Info 7693 [15:22:24.558] getCompletionsAtPosition: isCompletionListBlocker: 0.0023380033671855927 +Info 7694 [15:22:24.559] getExportInfoMap: cache hit +Info 7695 [15:22:24.561] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7696 [15:22:24.561] collectAutoImports: response is complete +Info 7697 [15:22:24.561] collectAutoImports: 2.019455000758171 +Info 7698 [15:22:24.561] getCompletionData: Semantic work: 3.321058001369238 +Info 7699 [15:22:24.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.015227999538183 +Info 7700 [15:22:24.571] Format host information updated +Info 7701 [15:22:24.574] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7702 [15:22:24.585] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 10.93843699991703ms +Info 7703 [15:22:24.585] Different program with same set of files +Info 7704 [15:22:24.585] getCompletionData: Get current token: 0.007285997271537781 +Info 7705 [15:22:24.585] getCompletionData: Is inside comment: 0.01884099841117859 +Info 7706 [15:22:24.585] getCompletionData: Get previous token: 0.03577199950814247 +Info 7707 [15:22:24.585] getCompletionsAtPosition: isCompletionListBlocker: 0.0031209997832775116 +Info 7708 [15:22:24.586] getExportInfoMap: cache hit +Info 7709 [15:22:24.590] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7710 [15:22:24.590] collectAutoImports: response is complete +Info 7711 [15:22:24.590] collectAutoImports: 3.997998997569084 +Info 7712 [15:22:24.590] getCompletionData: Semantic work: 5.343687999993563 +Info 7713 [15:22:24.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.779913999140263 +Info 7714 [15:22:24.601] Format host information updated +Info 7715 [15:22:24.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7716 [15:22:24.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 8.547365002334118ms +Info 7717 [15:22:24.775] Different program with same set of files +Info 7718 [15:22:24.775] getCompletionData: Get current token: 0.0036269985139369965 +Info 7719 [15:22:24.775] getCompletionData: Is inside comment: 0.011281996965408325 +Info 7720 [15:22:24.775] getCompletionData: Get previous token: 0.015542000532150269 +Info 7721 [15:22:24.775] getCompletionsAtPosition: isCompletionListBlocker: 0.0023910030722618103 +Info 7722 [15:22:24.776] getExportInfoMap: cache hit +Info 7723 [15:22:24.797] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7724 [15:22:24.797] collectAutoImports: response is complete +Info 7725 [15:22:24.797] collectAutoImports: 20.145959001034498 +Info 7726 [15:22:24.797] getCompletionData: Semantic work: 21.418964002281427 +Info 7727 [15:22:24.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.544528000056744 +Info 7728 [15:22:24.821] Format host information updated +Info 7729 [15:22:28.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7730 [15:22:28.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 8.46340499818325ms +Info 7731 [15:22:28.483] Different program with same set of files +Info 7732 [15:22:28.483] getCompletionData: Get current token: 0.0035540014505386353 +Info 7733 [15:22:28.483] getCompletionData: Is inside comment: 0.010355997830629349 +Info 7734 [15:22:28.483] getCompletionData: Get previous token: 0.0066809989511966705 +Info 7735 [15:22:28.483] getCompletionsAtPosition: isCompletionListBlocker: 0.002383001148700714 +Info 7736 [15:22:28.485] getExportInfoMap: cache hit +Info 7737 [15:22:28.507] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7738 [15:22:28.507] collectAutoImports: response is complete +Info 7739 [15:22:28.507] collectAutoImports: 22.005470000207424 +Info 7740 [15:22:28.507] getCompletionData: Semantic work: 23.216820001602173 +Info 7741 [15:22:28.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.352205999195576 +Info 7742 [15:22:28.531] Format host information updated +Info 7743 [15:22:28.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7744 [15:22:28.712] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 7.751667000353336ms +Info 7745 [15:22:28.712] Different program with same set of files +Info 7746 [15:22:28.712] getCompletionData: Get current token: 0.0033820010721683502 +Info 7747 [15:22:28.712] getCompletionData: Is inside comment: 0.009610999375581741 +Info 7748 [15:22:28.712] getCompletionData: Get previous token: 0.013008002191781998 +Info 7749 [15:22:28.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0024439990520477295 +Info 7750 [15:22:28.713] getExportInfoMap: cache hit +Info 7751 [15:22:28.718] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 489 from cache +Info 7752 [15:22:28.718] collectAutoImports: response is complete +Info 7753 [15:22:28.718] collectAutoImports: 4.703301001340151 +Info 7754 [15:22:28.718] getCompletionData: Semantic work: 5.962923999875784 +Info 7755 [15:22:28.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.036352999508381 +Info 7756 [15:22:28.731] Format host information updated +Info 7757 [15:22:28.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7758 [15:22:28.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 8.875833000987768ms +Info 7759 [15:22:28.908] Different program with same set of files +Info 7760 [15:22:28.909] getCompletionData: Get current token: 0.0031470023095607758 +Info 7761 [15:22:28.909] getCompletionData: Is inside comment: 0.009742997586727142 +Info 7762 [15:22:28.909] getCompletionData: Get previous token: 0.012189999222755432 +Info 7763 [15:22:28.909] getCompletionsAtPosition: isCompletionListBlocker: 0.002413000911474228 +Info 7764 [15:22:28.910] getExportInfoMap: cache hit +Info 7765 [15:22:28.914] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 338 from cache +Info 7766 [15:22:28.914] collectAutoImports: response is complete +Info 7767 [15:22:28.914] collectAutoImports: 3.815099999308586 +Info 7768 [15:22:28.914] getCompletionData: Semantic work: 5.0265480019152164 +Info 7769 [15:22:28.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.448185000568628 +Info 7770 [15:22:28.924] Format host information updated +Info 7771 [15:22:28.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7772 [15:22:28.937] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 9.774252001196146ms +Info 7773 [15:22:28.937] Different program with same set of files +Info 7774 [15:22:28.937] getCompletionData: Get current token: 0.0037989988923072815 +Info 7775 [15:22:28.937] getCompletionData: Is inside comment: 0.010079000145196915 +Info 7776 [15:22:28.937] getCompletionData: Get previous token: 0.012889999896287918 +Info 7777 [15:22:28.937] getCompletionsAtPosition: isCompletionListBlocker: 0.002725999802350998 +Info 7778 [15:22:28.938] getExportInfoMap: cache hit +Info 7779 [15:22:28.941] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 84 from cache +Info 7780 [15:22:28.941] collectAutoImports: response is complete +Info 7781 [15:22:28.941] collectAutoImports: 3.188272997736931 +Info 7782 [15:22:28.941] getCompletionData: Semantic work: 4.495804999023676 +Info 7783 [15:22:28.949] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.641506001353264 +Info 7784 [15:22:28.952] Format host information updated +Info 7785 [15:22:29.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7786 [15:22:29.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 8.042435999959707ms +Info 7787 [15:22:29.168] Different program with same set of files +Info 7788 [15:22:29.168] getCompletionData: Get current token: 0.0036209970712661743 +Info 7789 [15:22:29.168] getCompletionData: Is inside comment: 0.011034000664949417 +Info 7790 [15:22:29.168] getCompletionData: Get previous token: 0.007837999612092972 +Info 7791 [15:22:29.168] getCompletionsAtPosition: isCompletionListBlocker: 0.009879998862743378 +Info 7792 [15:22:29.169] getExportInfoMap: cache hit +Info 7793 [15:22:29.193] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7794 [15:22:29.193] collectAutoImports: response is complete +Info 7795 [15:22:29.193] collectAutoImports: 23.733124002814293 +Info 7796 [15:22:29.193] getCompletionData: Semantic work: 25.12560800090432 +Info 7797 [15:22:29.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.727970998734236 +Info 7798 [15:22:29.218] Format host information updated +Info 7799 [15:22:29.391] getCompletionData: Get current token: 0.004420999437570572 +Info 7800 [15:22:29.391] getCompletionData: Is inside comment: 0.011777002364397049 +Info 7801 [15:22:29.391] getCompletionData: Get previous token: 0.008105002343654633 +Info 7802 [15:22:29.391] getCompletionsAtPosition: isCompletionListBlocker: 0.003734998404979706 +Info 7803 [15:22:29.392] getExportInfoMap: cache hit +Info 7804 [15:22:29.412] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7805 [15:22:29.412] collectAutoImports: response is complete +Info 7806 [15:22:29.412] collectAutoImports: 20.067642997950315 +Info 7807 [15:22:29.412] getCompletionData: Semantic work: 21.55273400247097 +Info 7808 [15:22:29.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.426852997392416 +Info 7809 [15:22:29.437] Format host information updated +Info 7810 [15:22:29.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7811 [15:22:29.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 9.019248001277447ms +Info 7812 [15:22:29.456] Different program with same set of files +Info 7813 [15:22:29.456] getCompletionData: Get current token: 0.003926999866962433 +Info 7814 [15:22:29.456] getCompletionData: Is inside comment: 0.01123499870300293 +Info 7815 [15:22:29.456] getCompletionData: Get previous token: 0.015098001807928085 +Info 7816 [15:22:29.456] getCompletionsAtPosition: isCompletionListBlocker: 0.002728000283241272 +Info 7817 [15:22:29.458] getExportInfoMap: cache hit +Info 7818 [15:22:29.463] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 7819 [15:22:29.463] collectAutoImports: response is complete +Info 7820 [15:22:29.463] collectAutoImports: 5.499641999602318 +Info 7821 [15:22:29.463] getCompletionData: Semantic work: 6.861139003187418 +Info 7822 [15:22:29.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.216577999293804 +Info 7823 [15:22:29.479] Format host information updated +Info 7824 [15:22:29.654] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7825 [15:22:29.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 10.007964000105858ms +Info 7826 [15:22:29.664] Different program with same set of files +Info 7827 [15:22:29.664] getCompletionData: Get current token: 0.0038099996745586395 +Info 7828 [15:22:29.664] getCompletionData: Is inside comment: 0.010363999754190445 +Info 7829 [15:22:29.664] getCompletionData: Get previous token: 0.014970999211072922 +Info 7830 [15:22:29.664] getCompletionsAtPosition: isCompletionListBlocker: 0.0036209970712661743 +Info 7831 [15:22:29.666] getExportInfoMap: cache hit +Info 7832 [15:22:29.670] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 7833 [15:22:29.670] collectAutoImports: response is complete +Info 7834 [15:22:29.670] collectAutoImports: 4.731205999851227 +Info 7835 [15:22:29.670] getCompletionData: Semantic work: 6.5496900007128716 +Info 7836 [15:22:29.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.5945999994874 +Info 7837 [15:22:29.683] Format host information updated +Info 7838 [15:22:29.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7839 [15:22:29.864] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 9.642384000122547ms +Info 7840 [15:22:29.864] Different program with same set of files +Info 7841 [15:22:29.864] getCompletionData: Get current token: 0.003847997635602951 +Info 7842 [15:22:29.864] getCompletionData: Is inside comment: 0.011237997561693192 +Info 7843 [15:22:29.864] getCompletionData: Get previous token: 0.044463999569416046 +Info 7844 [15:22:29.864] getCompletionsAtPosition: isCompletionListBlocker: 0.0029440000653266907 +Info 7845 [15:22:29.866] getExportInfoMap: cache hit +Info 7846 [15:22:29.868] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 7847 [15:22:29.868] collectAutoImports: response is complete +Info 7848 [15:22:29.868] collectAutoImports: 2.515166003257036 +Info 7849 [15:22:29.868] getCompletionData: Semantic work: 4.0962990000844 +Info 7850 [15:22:29.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.297073002904654 +Info 7851 [15:22:29.881] Format host information updated +Info 7852 [15:22:29.883] Format host information updated +Info 7853 [15:22:29.885] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7854 [15:22:29.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 8.771807000041008ms +Info 7855 [15:22:29.893] Different program with same set of files +Info 7856 [15:22:30.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7857 [15:22:30.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 7.542666997760534ms +Info 7858 [15:22:30.064] Different program with same set of files +Info 7859 [15:22:30.064] getCompletionData: Get current token: 0.003740999847650528 +Info 7860 [15:22:30.064] getCompletionData: Is inside comment: 0.011123999953269958 +Info 7861 [15:22:30.064] getCompletionData: Get previous token: 0.008753001689910889 +Info 7862 [15:22:30.065] getCompletionsAtPosition: isCompletionListBlocker: 0.04398500174283981 +Info 7863 [15:22:30.066] getExportInfoMap: cache hit +Info 7864 [15:22:30.088] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7865 [15:22:30.088] collectAutoImports: response is complete +Info 7866 [15:22:30.088] collectAutoImports: 22.524996999651194 +Info 7867 [15:22:30.088] getCompletionData: Semantic work: 23.806345000863075 +Info 7868 [15:22:30.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.32455600053072 +Info 7869 [15:22:30.114] Format host information updated +Info 7870 [15:22:30.284] Format host information updated +Info 7871 [15:22:30.284] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7872 [15:22:30.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 7.664553999900818ms +Info 7873 [15:22:30.292] Different program with same set of files +Info 7874 [15:22:30.292] getCompletionData: Get current token: 0.0037649981677532196 +Info 7875 [15:22:30.292] getCompletionData: Is inside comment: 0.011675998568534851 +Info 7876 [15:22:30.292] getCompletionData: Get previous token: 0.015755001455545425 +Info 7877 [15:22:30.292] getCompletionsAtPosition: isCompletionListBlocker: 0.005056001245975494 +Info 7878 [15:22:30.293] getExportInfoMap: cache hit +Info 7879 [15:22:30.296] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 7880 [15:22:30.296] collectAutoImports: response is complete +Info 7881 [15:22:30.296] collectAutoImports: 2.916117001324892 +Info 7882 [15:22:30.296] getCompletionData: Semantic work: 4.2733220010995865 +Info 7883 [15:22:30.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.990371000021696 +Info 7884 [15:22:30.307] Format host information updated +Info 7885 [15:22:30.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7886 [15:22:30.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 7.597219999879599ms +Info 7887 [15:22:30.488] Different program with same set of files +Info 7888 [15:22:30.488] getCompletionData: Get current token: 0.0043400004506111145 +Info 7889 [15:22:30.488] getCompletionData: Is inside comment: 0.010113000869750977 +Info 7890 [15:22:30.488] getCompletionData: Get previous token: 0.013331998139619827 +Info 7891 [15:22:30.488] getCompletionsAtPosition: isCompletionListBlocker: 0.0049010030925273895 +Info 7892 [15:22:30.490] getExportInfoMap: cache hit +Info 7893 [15:22:30.494] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 7894 [15:22:30.494] collectAutoImports: response is complete +Info 7895 [15:22:30.494] collectAutoImports: 4.5659010000526905 +Info 7896 [15:22:30.494] getCompletionData: Semantic work: 5.912287998944521 +Info 7897 [15:22:30.502] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.701280999928713 +Info 7898 [15:22:30.505] Format host information updated +Info 7899 [15:22:30.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7900 [15:22:30.516] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 8.721032001078129ms +Info 7901 [15:22:30.516] Different program with same set of files +Info 7902 [15:22:30.516] getCompletionData: Get current token: 0.0037829987704753876 +Info 7903 [15:22:30.516] getCompletionData: Is inside comment: 0.009780999273061752 +Info 7904 [15:22:30.516] getCompletionData: Get previous token: 0.013126000761985779 +Info 7905 [15:22:30.516] getCompletionsAtPosition: isCompletionListBlocker: 0.004968997091054916 +Info 7906 [15:22:30.517] getExportInfoMap: cache hit +Info 7907 [15:22:30.520] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 7908 [15:22:30.520] collectAutoImports: response is complete +Info 7909 [15:22:30.520] collectAutoImports: 2.400159001350403 +Info 7910 [15:22:30.520] getCompletionData: Semantic work: 3.697827998548746 +Info 7911 [15:22:30.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.74566200003028 +Info 7912 [15:22:30.532] Format host information updated +Info 7913 [15:22:30.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7914 [15:22:30.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 8.148873999714851ms +Info 7915 [15:22:30.713] Different program with same set of files +Info 7916 [15:22:30.714] getCompletionData: Get current token: 0.003804001957178116 +Info 7917 [15:22:30.714] getCompletionData: Is inside comment: 0.009900998324155807 +Info 7918 [15:22:30.714] getCompletionData: Get previous token: 0.013122998178005219 +Info 7919 [15:22:30.714] getCompletionsAtPosition: isCompletionListBlocker: 0.005527999252080917 +Info 7920 [15:22:30.715] getExportInfoMap: cache hit +Info 7921 [15:22:30.717] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 7922 [15:22:30.717] collectAutoImports: response is complete +Info 7923 [15:22:30.717] collectAutoImports: 2.2203449979424477 +Info 7924 [15:22:30.717] getCompletionData: Semantic work: 3.5671410001814365 +Info 7925 [15:22:30.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.311365000903606 +Info 7926 [15:22:30.727] Format host information updated +Info 7927 [15:22:30.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7928 [15:22:30.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 7.539986997842789ms +Info 7929 [15:22:30.910] Different program with same set of files +Info 7930 [15:22:30.911] getCompletionData: Get current token: 0.0038239993155002594 +Info 7931 [15:22:30.911] getCompletionData: Is inside comment: 0.009382002055644989 +Info 7932 [15:22:30.911] getCompletionData: Get previous token: 0.01280900090932846 +Info 7933 [15:22:30.911] getCompletionsAtPosition: isCompletionListBlocker: 0.004542000591754913 +Info 7934 [15:22:30.912] getExportInfoMap: cache hit +Info 7935 [15:22:30.914] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7936 [15:22:30.914] collectAutoImports: response is complete +Info 7937 [15:22:30.914] collectAutoImports: 2.0271439999341965 +Info 7938 [15:22:30.914] getCompletionData: Semantic work: 3.3012420013546944 +Info 7939 [15:22:30.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.491149999201298 +Info 7940 [15:22:30.925] Format host information updated +Info 7941 [15:22:30.927] Format host information updated +Info 7942 [15:22:30.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7943 [15:22:30.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 7.469115000218153ms +Info 7944 [15:22:30.934] Different program with same set of files +Info 7945 [15:22:30.935] getCompletionData: Get current token: 0.003870997577905655 +Info 7946 [15:22:30.935] getCompletionData: Is inside comment: 0.03102000057697296 +Info 7947 [15:22:30.935] getCompletionData: Get previous token: 0.012879997491836548 +Info 7948 [15:22:30.935] getCompletionsAtPosition: isCompletionListBlocker: 0.005150001496076584 +Info 7949 [15:22:30.936] getExportInfoMap: cache hit +Info 7950 [15:22:30.958] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 7951 [15:22:30.958] collectAutoImports: response is complete +Info 7952 [15:22:30.958] collectAutoImports: 21.983509000390768 +Info 7953 [15:22:30.958] getCompletionData: Semantic work: 23.459614001214504 +Info 7954 [15:22:30.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.39224499836564 +Info 7955 [15:22:30.982] Format host information updated +Info 7956 [15:22:33.057] Format host information updated +Info 7957 [15:22:33.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7958 [15:22:33.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 7.506494998931885ms +Info 7959 [15:22:33.065] Different program with same set of files +Info 7960 [15:22:33.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7961 [15:22:33.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 8.117712002247572ms +Info 7962 [15:22:33.310] Different program with same set of files +Info 7963 [15:22:33.310] getCompletionData: Get current token: 0.0020519979298114777 +Info 7964 [15:22:33.310] getCompletionData: Is inside comment: 0.005983997136354446 +Info 7965 [15:22:33.310] getCompletionData: Get previous token: 0.0074630007147789 +Info 7966 [15:22:33.310] getCompletionsAtPosition: isCompletionListBlocker: 0.007613003253936768 +Info 7967 [15:22:33.311] getExportInfoMap: cache hit +Info 7968 [15:22:33.314] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 49 from cache +Info 7969 [15:22:33.314] collectAutoImports: response is complete +Info 7970 [15:22:33.314] collectAutoImports: 2.5072559975087643 +Info 7971 [15:22:33.314] getCompletionData: Semantic work: 3.9530739970505238 +Info 7972 [15:22:33.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.047338999807835 +Info 7973 [15:22:33.320] Format host information updated +Info 7974 [15:22:33.570] Format host information updated +Info 7975 [15:22:33.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7976 [15:22:33.580] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 9.750369001179934ms +Info 7977 [15:22:33.580] Different program with same set of files +Info 7978 [15:22:33.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7979 [15:22:33.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 8.003614999353886ms +Info 7980 [15:22:33.762] Different program with same set of files +Info 7981 [15:22:33.762] getCompletionData: Get current token: 0.001995999366044998 +Info 7982 [15:22:33.762] getCompletionData: Is inside comment: 0.006622001528739929 +Info 7983 [15:22:33.762] getCompletionData: Get previous token: 0.00833199918270111 +Info 7984 [15:22:33.763] getCompletionsAtPosition: isCompletionListBlocker: 0.009048998355865479 +Info 7985 [15:22:33.764] getExportInfoMap: cache hit +Info 7986 [15:22:33.768] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 7987 [15:22:33.768] collectAutoImports: response is complete +Info 7988 [15:22:33.768] collectAutoImports: 3.9751299992203712 +Info 7989 [15:22:33.768] getCompletionData: Semantic work: 5.496481001377106 +Info 7990 [15:22:33.773] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.320664998143911 +Info 7991 [15:22:33.775] Format host information updated +Info 7992 [15:22:33.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 7993 [15:22:33.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 7.849906001240015ms +Info 7994 [15:22:33.958] Different program with same set of files +Info 7995 [15:22:33.958] getCompletionData: Get current token: 0.008272998034954071 +Info 7996 [15:22:33.958] getCompletionData: Is inside comment: 0.007632002234458923 +Info 7997 [15:22:33.958] getCompletionData: Get previous token: 0.004783999174833298 +Info 7998 [15:22:33.958] getCompletionsAtPosition: isCompletionListBlocker: 0.006602998822927475 +Info 7999 [15:22:33.959] getExportInfoMap: cache hit +Info 8000 [15:22:33.981] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8001 [15:22:33.981] collectAutoImports: response is complete +Info 8002 [15:22:33.981] collectAutoImports: 21.62277600169182 +Info 8003 [15:22:33.981] getCompletionData: Semantic work: 23.00145199894905 +Info 8004 [15:22:33.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.638027001172304 +Info 8005 [15:22:33.999] Format host information updated +Info 8006 [15:22:34.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8007 [15:22:34.186] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 7.644313000142574ms +Info 8008 [15:22:34.186] Different program with same set of files +Info 8009 [15:22:34.186] getCompletionData: Get current token: 0.004540000110864639 +Info 8010 [15:22:34.186] getCompletionData: Is inside comment: 0.01097400113940239 +Info 8011 [15:22:34.186] getCompletionData: Get previous token: 0.006672002375125885 +Info 8012 [15:22:34.186] getCompletionsAtPosition: isCompletionListBlocker: 0.007233999669551849 +Info 8013 [15:22:34.188] getExportInfoMap: cache hit +Info 8014 [15:22:34.209] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8015 [15:22:34.209] collectAutoImports: response is complete +Info 8016 [15:22:34.209] collectAutoImports: 21.34595799818635 +Info 8017 [15:22:34.209] getCompletionData: Semantic work: 22.946876000612974 +Info 8018 [15:22:34.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.481343001127243 +Info 8019 [15:22:34.231] Format host information updated +Info 8020 [15:22:34.238] Format host information updated +Info 8021 [15:22:34.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8022 [15:22:34.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 7.8105089999735355ms +Info 8023 [15:22:34.246] Different program with same set of files +Info 8024 [15:22:34.552] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8025 [15:22:34.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 8.326266001909971ms +Info 8026 [15:22:34.560] Different program with same set of files +Info 8027 [15:22:34.561] getCompletionData: Get current token: 0.0026479996740818024 +Info 8028 [15:22:34.561] getCompletionData: Is inside comment: 0.009822998195886612 +Info 8029 [15:22:34.561] getCompletionData: Get previous token: 0.006021998822689056 +Info 8030 [15:22:34.561] getCompletionsAtPosition: isCompletionListBlocker: 0.009317997843027115 +Info 8031 [15:22:34.562] getExportInfoMap: cache hit +Info 8032 [15:22:34.585] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8033 [15:22:34.585] collectAutoImports: response is complete +Info 8034 [15:22:34.585] collectAutoImports: 22.11488800123334 +Info 8035 [15:22:34.585] getCompletionData: Semantic work: 23.882003001868725 +Info 8036 [15:22:34.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.567046999931335 +Info 8037 [15:22:34.604] Format host information updated +Info 8038 [15:22:34.783] getCompletionData: Get current token: 0.003548998385667801 +Info 8039 [15:22:34.783] getCompletionData: Is inside comment: 0.001552000641822815 +Info 8040 [15:22:34.783] getCompletionData: Get previous token: 0.010517999529838562 +Info 8041 [15:22:34.783] getCompletionsAtPosition: isCompletionListBlocker: 0.0028420016169548035 +Info 8042 [15:22:34.784] getExportInfoMap: cache hit +Info 8043 [15:22:34.800] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8044 [15:22:34.800] collectAutoImports: response is complete +Info 8045 [15:22:34.800] collectAutoImports: 15.740837998688221 +Info 8046 [15:22:34.800] getCompletionData: Semantic work: 17.42662299796939 +Info 8047 [15:22:34.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.142740000039339 +Info 8048 [15:22:34.822] Format host information updated +Info 8049 [15:22:34.864] Format host information updated +Info 8050 [15:22:34.864] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8051 [15:22:34.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 7.6661729998886585ms +Info 8052 [15:22:34.872] Different program with same set of files +Info 8053 [15:22:35.406] Format host information updated +Info 8054 [15:22:35.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8055 [15:22:35.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 18.794537000358105ms +Info 8056 [15:22:35.426] Different program with same set of files +Info 8057 [15:22:35.618] Format host information updated +Info 8058 [15:22:35.618] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8059 [15:22:35.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 663 structureChanged: false structureIsReused:: Completely Elapsed: 7.611708000302315ms +Info 8060 [15:22:35.626] Different program with same set of files +Info 8061 [15:22:35.804] Format host information updated +Info 8062 [15:22:35.804] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8063 [15:22:35.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 22.783136997371912ms +Info 8064 [15:22:35.827] Different program with same set of files +Info 8065 [15:22:35.827] getCompletionData: Get current token: 0.0044829994440078735 +Info 8066 [15:22:35.827] getCompletionData: Is inside comment: 0.013032998889684677 +Info 8067 [15:22:35.827] getCompletionData: Get previous token: 0.020302999764680862 +Info 8068 [15:22:35.827] getCompletionsAtPosition: isCompletionListBlocker: 0.0033480003476142883 +Info 8069 [15:22:35.831] getExportInfoMap: cache hit +Info 8070 [15:22:35.842] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 8071 [15:22:35.842] collectAutoImports: response is complete +Info 8072 [15:22:35.842] collectAutoImports: 10.454523999243975 +Info 8073 [15:22:35.842] getCompletionData: Semantic work: 14.130927000194788 +Info 8074 [15:22:35.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.830748997628689 +Info 8075 [15:22:35.862] Format host information updated +Info 8076 [15:22:36.097] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8077 [15:22:36.105] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 7.647918000817299ms +Info 8078 [15:22:36.105] Different program with same set of files +Info 8079 [15:22:36.105] getCompletionData: Get current token: 0.0033869966864585876 +Info 8080 [15:22:36.105] getCompletionData: Is inside comment: 0.010200999677181244 +Info 8081 [15:22:36.105] getCompletionData: Get previous token: 0.007339999079704285 +Info 8082 [15:22:36.105] getCompletionsAtPosition: isCompletionListBlocker: 0.0019260011613368988 +Info 8083 [15:22:36.106] getCompletionData: Semantic work: 0.29201800003647804 +Info 8084 [15:22:36.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3418559990823269 +Info 8085 [15:22:36.106] Format host information updated +Info 8086 [15:22:36.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8087 [15:22:36.276] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 8.966467998921871ms +Info 8088 [15:22:36.276] Different program with same set of files +Info 8089 [15:22:36.277] getCompletionData: Get current token: 0.0031759999692440033 +Info 8090 [15:22:36.277] getCompletionData: Is inside comment: 0.009371999651193619 +Info 8091 [15:22:36.277] getCompletionData: Get previous token: 0.014649998396635056 +Info 8092 [15:22:36.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0024630017578601837 +Info 8093 [15:22:36.277] getCompletionData: Semantic work: 0.28419099748134613 +Info 8094 [15:22:36.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7807070016860962 +Info 8095 [15:22:36.278] Format host information updated +Info 8096 [15:22:36.444] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8097 [15:22:36.454] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 10.104506000876427ms +Info 8098 [15:22:36.454] Different program with same set of files +Info 8099 [15:22:36.454] getCompletionData: Get current token: 0.0034609995782375336 +Info 8100 [15:22:36.454] getCompletionData: Is inside comment: 0.010580997914075851 +Info 8101 [15:22:36.454] getCompletionData: Get previous token: 0.017748001962900162 +Info 8102 [15:22:36.454] getCompletionsAtPosition: isCompletionListBlocker: 0.0022910013794898987 +Info 8103 [15:22:36.455] getCompletionData: Semantic work: 0.30389199778437614 +Info 8104 [15:22:36.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7455669976770878 +Info 8105 [15:22:36.456] Format host information updated +Info 8106 [15:22:36.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8107 [15:22:36.617] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 7.223347000777721ms +Info 8108 [15:22:36.617] Different program with same set of files +Info 8109 [15:22:36.617] getCompletionData: Get current token: 0.0031359978020191193 +Info 8110 [15:22:36.617] getCompletionData: Is inside comment: 0.00835999846458435 +Info 8111 [15:22:36.617] getCompletionData: Get previous token: 0.013062998652458191 +Info 8112 [15:22:36.617] getCompletionsAtPosition: isCompletionListBlocker: 0.0019100010395050049 +Info 8113 [15:22:36.617] getCompletionData: Semantic work: 0.23788100108504295 +Info 8114 [15:22:36.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6612069979310036 +Info 8115 [15:22:36.618] Format host information updated +Info 8116 [15:22:36.778] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8117 [15:22:36.785] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 7.584467001259327ms +Info 8118 [15:22:36.785] Different program with same set of files +Info 8119 [15:22:36.786] getCompletionData: Get current token: 0.003235999494791031 +Info 8120 [15:22:36.786] getCompletionData: Is inside comment: 0.00848500058054924 +Info 8121 [15:22:36.786] getCompletionData: Get previous token: 0.013139002025127411 +Info 8122 [15:22:36.786] getCompletionsAtPosition: isCompletionListBlocker: 0.002041000872850418 +Info 8123 [15:22:36.786] getCompletionData: Semantic work: 0.25043799728155136 +Info 8124 [15:22:36.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6571980006992817 +Info 8125 [15:22:36.788] Format host information updated +Info 8126 [15:22:37.256] Format host information updated +Info 8127 [15:22:37.256] Format host information updated +Info 8128 [15:22:37.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8129 [15:22:37.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 8.13417699933052ms +Info 8130 [15:22:37.265] Different program with same set of files +Info 8131 [15:22:37.265] getCompletionData: Get current token: 0.0038050003349781036 +Info 8132 [15:22:37.265] getCompletionData: Is inside comment: 0.011769000440835953 +Info 8133 [15:22:37.265] getCompletionData: Get previous token: 0.008427999913692474 +Info 8134 [15:22:37.265] getCompletionsAtPosition: isCompletionListBlocker: 0.008105002343654633 +Info 8135 [15:22:37.266] getExportInfoMap: cache hit +Info 8136 [15:22:37.289] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8137 [15:22:37.289] collectAutoImports: response is complete +Info 8138 [15:22:37.289] collectAutoImports: 22.474047999829054 +Info 8139 [15:22:37.289] getCompletionData: Semantic work: 24.116893999278545 +Info 8140 [15:22:37.300] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.327172998338938 +Info 8141 [15:22:37.309] getCompletionData: Get current token: 0.012246999889612198 +Info 8142 [15:22:37.309] getCompletionData: Is inside comment: 0.0034849978983402252 +Info 8143 [15:22:37.309] getCompletionData: Get previous token: 0.016623999923467636 +Info 8144 [15:22:37.309] getCompletionsAtPosition: isCompletionListBlocker: 0.0027990005910396576 +Info 8145 [15:22:37.309] getCompletionData: Semantic work: 0.24588200077414513 +Info 8146 [15:22:37.315] getCompletionData: Get current token: 0.008650001138448715 +Info 8147 [15:22:37.315] getCompletionData: Is inside comment: 0.0018610022962093353 +Info 8148 [15:22:37.315] getCompletionData: Get previous token: 0.01589200273156166 +Info 8149 [15:22:37.315] getCompletionsAtPosition: isCompletionListBlocker: 0.0022739991545677185 +Info 8150 [15:22:37.315] getCompletionData: Semantic work: 0.08184800297021866 +Info 8151 [15:22:37.315] Format host information updated +Info 8152 [15:22:39.311] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8153 [15:22:39.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 8.437169998884201ms +Info 8154 [15:22:39.320] Different program with same set of files +Info 8155 [15:22:39.320] getCompletionData: Get current token: 0.0039509981870651245 +Info 8156 [15:22:39.320] getCompletionData: Is inside comment: 0.0011929981410503387 +Info 8157 [15:22:39.320] getCompletionData: Get previous token: 0.01634399965405464 +Info 8158 [15:22:39.320] getCompletionsAtPosition: isCompletionListBlocker: 0.008592002093791962 +Info 8159 [15:22:39.322] getExportInfoMap: cache hit +Info 8160 [15:22:39.324] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8161 [15:22:39.324] collectAutoImports: response is complete +Info 8162 [15:22:39.324] collectAutoImports: 2.4152100011706352 +Info 8163 [15:22:39.324] getCompletionData: Semantic work: 3.9773720018565655 +Info 8164 [15:22:39.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.601655002683401 +Info 8165 [15:22:39.332] Format host information updated +Info 8166 [15:22:39.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8167 [15:22:39.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 7.708654999732971ms +Info 8168 [15:22:39.505] Different program with same set of files +Info 8169 [15:22:39.505] getCompletionData: Get current token: 0.0032819993793964386 +Info 8170 [15:22:39.505] getCompletionData: Is inside comment: 0.0010269992053508759 +Info 8171 [15:22:39.505] getCompletionData: Get previous token: 0.014295998960733414 +Info 8172 [15:22:39.505] getCompletionsAtPosition: isCompletionListBlocker: 0.006908997893333435 +Info 8173 [15:22:39.506] getExportInfoMap: cache hit +Info 8174 [15:22:39.508] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8175 [15:22:39.508] collectAutoImports: response is complete +Info 8176 [15:22:39.508] collectAutoImports: 1.9650449976325035 +Info 8177 [15:22:39.508] getCompletionData: Semantic work: 3.3718880005180836 +Info 8178 [15:22:39.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1822980009019375 +Info 8179 [15:22:39.516] Format host information updated +Info 8180 [15:22:39.685] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8181 [15:22:39.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 9.171161003410816ms +Info 8182 [15:22:39.694] Different program with same set of files +Info 8183 [15:22:39.694] getCompletionData: Get current token: 0.0033229999244213104 +Info 8184 [15:22:39.694] getCompletionData: Is inside comment: 0.0010040029883384705 +Info 8185 [15:22:39.694] getCompletionData: Get previous token: 0.01395699754357338 +Info 8186 [15:22:39.694] getCompletionsAtPosition: isCompletionListBlocker: 0.0075129978358745575 +Info 8187 [15:22:39.696] getExportInfoMap: cache hit +Info 8188 [15:22:39.698] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8189 [15:22:39.698] collectAutoImports: response is complete +Info 8190 [15:22:39.698] collectAutoImports: 1.9938389994204044 +Info 8191 [15:22:39.698] getCompletionData: Semantic work: 3.477453999221325 +Info 8192 [15:22:39.703] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.955274000763893 +Info 8193 [15:22:39.704] Format host information updated +Info 8194 [15:22:39.706] Format host information updated +Info 8195 [15:22:39.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8196 [15:22:39.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 9.200612001121044ms +Info 8197 [15:22:39.716] Different program with same set of files +Info 8198 [15:22:40.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8199 [15:22:40.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 7.921338997781277ms +Info 8200 [15:22:40.497] Different program with same set of files +Info 8201 [15:22:40.497] getCompletionData: Get current token: 0.0038820020854473114 +Info 8202 [15:22:40.497] getCompletionData: Is inside comment: 0.0010659992694854736 +Info 8203 [15:22:40.497] getCompletionData: Get previous token: 0.01754700019955635 +Info 8204 [15:22:40.497] getCompletionsAtPosition: isCompletionListBlocker: 0.002537000924348831 +Info 8205 [15:22:40.498] getExportInfoMap: cache hit +Info 8206 [15:22:40.501] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 13 from cache +Info 8207 [15:22:40.501] collectAutoImports: response is complete +Info 8208 [15:22:40.501] collectAutoImports: 2.245102997869253 +Info 8209 [15:22:40.501] getCompletionData: Semantic work: 3.622138999402523 +Info 8210 [15:22:40.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.449752997606993 +Info 8211 [15:22:40.507] Format host information updated +Info 8212 [15:22:40.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8213 [15:22:40.684] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 8.111871000379324ms +Info 8214 [15:22:40.684] Different program with same set of files +Info 8215 [15:22:40.684] getCompletionData: Get current token: 0.004193000495433807 +Info 8216 [15:22:40.684] getCompletionData: Is inside comment: 0.001055002212524414 +Info 8217 [15:22:40.684] getCompletionData: Get previous token: 0.01900000125169754 +Info 8218 [15:22:40.684] getCompletionsAtPosition: isCompletionListBlocker: 0.002650998532772064 +Info 8219 [15:22:40.686] getExportInfoMap: cache hit +Info 8220 [15:22:40.688] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8221 [15:22:40.688] collectAutoImports: response is complete +Info 8222 [15:22:40.688] collectAutoImports: 1.9994169995188713 +Info 8223 [15:22:40.688] getCompletionData: Semantic work: 3.531479001045227 +Info 8224 [15:22:40.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.781321000307798 +Info 8225 [15:22:40.695] Format host information updated +Info 8226 [15:22:40.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8227 [15:22:40.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 8.685533002018929ms +Info 8228 [15:22:40.870] Different program with same set of files +Info 8229 [15:22:40.870] getCompletionData: Get current token: 0.0042889975011348724 +Info 8230 [15:22:40.870] getCompletionData: Is inside comment: 0.001203000545501709 +Info 8231 [15:22:40.870] getCompletionData: Get previous token: 0.01895499974489212 +Info 8232 [15:22:40.870] getCompletionsAtPosition: isCompletionListBlocker: 0.0028010010719299316 +Info 8233 [15:22:40.871] getExportInfoMap: cache hit +Info 8234 [15:22:40.873] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8235 [15:22:40.873] collectAutoImports: response is complete +Info 8236 [15:22:40.873] collectAutoImports: 2.06810300052166 +Info 8237 [15:22:40.873] getCompletionData: Semantic work: 3.4454450011253357 +Info 8238 [15:22:40.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.159980997443199 +Info 8239 [15:22:40.880] Format host information updated +Info 8240 [15:22:40.881] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8241 [15:22:40.889] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 7.5759890004992485ms +Info 8242 [15:22:40.889] Different program with same set of files +Info 8243 [15:22:40.889] getCompletionData: Get current token: 0.004062000662088394 +Info 8244 [15:22:40.889] getCompletionData: Is inside comment: 0.0011320002377033234 +Info 8245 [15:22:40.889] getCompletionData: Get previous token: 0.01603499799966812 +Info 8246 [15:22:40.889] getCompletionsAtPosition: isCompletionListBlocker: 0.0022660009562969208 +Info 8247 [15:22:40.891] getExportInfoMap: cache hit +Info 8248 [15:22:40.893] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8249 [15:22:40.893] collectAutoImports: response is complete +Info 8250 [15:22:40.893] collectAutoImports: 2.160930998623371 +Info 8251 [15:22:40.893] getCompletionData: Semantic work: 3.6757009997963905 +Info 8252 [15:22:40.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.284611999988556 +Info 8253 [15:22:40.903] Format host information updated +Info 8254 [15:22:41.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8255 [15:22:41.075] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 8.619343001395464ms +Info 8256 [15:22:41.075] Different program with same set of files +Info 8257 [15:22:41.075] getCompletionData: Get current token: 0.004204999655485153 +Info 8258 [15:22:41.075] getCompletionData: Is inside comment: 0.0012330003082752228 +Info 8259 [15:22:41.075] getCompletionData: Get previous token: 0.01848899945616722 +Info 8260 [15:22:41.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0022729970514774323 +Info 8261 [15:22:41.076] getExportInfoMap: cache hit +Info 8262 [15:22:41.079] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8263 [15:22:41.079] collectAutoImports: response is complete +Info 8264 [15:22:41.079] collectAutoImports: 2.0548809990286827 +Info 8265 [15:22:41.079] getCompletionData: Semantic work: 3.5958070009946823 +Info 8266 [15:22:41.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.470433000475168 +Info 8267 [15:22:41.084] Format host information updated +Info 8268 [15:22:41.086] Format host information updated +Info 8269 [15:22:41.086] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8270 [15:22:41.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 7.34536699950695ms +Info 8271 [15:22:41.093] Different program with same set of files +Info 8272 [15:22:41.298] Format host information updated +Info 8273 [15:22:41.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8274 [15:22:41.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 8.63697799667716ms +Info 8275 [15:22:41.732] Different program with same set of files +Info 8276 [15:22:41.732] getCompletionData: Get current token: 0.003920998424291611 +Info 8277 [15:22:41.732] getCompletionData: Is inside comment: 0.0014120005071163177 +Info 8278 [15:22:41.732] getCompletionData: Get previous token: 0.01754399761557579 +Info 8279 [15:22:41.732] getCompletionsAtPosition: isCompletionListBlocker: 0.0027699992060661316 +Info 8280 [15:22:41.734] getExportInfoMap: cache hit +Info 8281 [15:22:41.736] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8282 [15:22:41.736] collectAutoImports: response is complete +Info 8283 [15:22:41.736] collectAutoImports: 2.328692000359297 +Info 8284 [15:22:41.736] getCompletionData: Semantic work: 3.9193169996142387 +Info 8285 [15:22:41.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.026620998978615 +Info 8286 [15:22:41.743] Format host information updated +Info 8287 [15:22:41.913] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8288 [15:22:41.921] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 7.501837998628616ms +Info 8289 [15:22:41.921] Different program with same set of files +Info 8290 [15:22:41.921] getCompletionData: Get current token: 0.0034659989178180695 +Info 8291 [15:22:41.921] getCompletionData: Is inside comment: 0.0011049993336200714 +Info 8292 [15:22:41.921] getCompletionData: Get previous token: 0.015508998185396194 +Info 8293 [15:22:41.921] getCompletionsAtPosition: isCompletionListBlocker: 0.0021670013666152954 +Info 8294 [15:22:41.923] getExportInfoMap: cache hit +Info 8295 [15:22:41.925] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8296 [15:22:41.925] collectAutoImports: response is complete +Info 8297 [15:22:41.925] collectAutoImports: 1.9880389980971813 +Info 8298 [15:22:41.925] getCompletionData: Semantic work: 3.471535999327898 +Info 8299 [15:22:41.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.909003999084234 +Info 8300 [15:22:41.932] Format host information updated +Info 8301 [15:22:42.101] Format host information updated +Info 8302 [15:22:42.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8303 [15:22:42.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 7.5988560020923615ms +Info 8304 [15:22:42.109] Different program with same set of files +Info 8305 [15:22:42.109] getCompletionData: Get current token: 0.0056479983031749725 +Info 8306 [15:22:42.109] getCompletionData: Is inside comment: 0.0012850016355514526 +Info 8307 [15:22:42.109] getCompletionData: Get previous token: 0.015821002423763275 +Info 8308 [15:22:42.109] getCompletionsAtPosition: isCompletionListBlocker: 0.007699999958276749 +Info 8309 [15:22:42.110] getExportInfoMap: cache hit +Info 8310 [15:22:42.130] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8311 [15:22:42.130] collectAutoImports: response is complete +Info 8312 [15:22:42.130] collectAutoImports: 19.511918999254704 +Info 8313 [15:22:42.130] getCompletionData: Semantic work: 20.99795200303197 +Info 8314 [15:22:42.141] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.22061799839139 +Info 8315 [15:22:42.151] Format host information updated +Info 8316 [15:22:42.314] Format host information updated +Info 8317 [15:22:42.314] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8318 [15:22:42.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 7.8117990009486675ms +Info 8319 [15:22:42.322] Different program with same set of files +Info 8320 [15:22:42.490] Format host information updated +Info 8321 [15:22:42.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8322 [15:22:42.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 8.137473002076149ms +Info 8323 [15:22:42.805] Different program with same set of files +Info 8324 [15:22:42.805] getCompletionData: Get current token: 0.004268001765012741 +Info 8325 [15:22:42.805] getCompletionData: Is inside comment: 0.001305997371673584 +Info 8326 [15:22:42.805] getCompletionData: Get previous token: 0.019770998507738113 +Info 8327 [15:22:42.805] getCompletionsAtPosition: isCompletionListBlocker: 0.0026019997894763947 +Info 8328 [15:22:42.807] getExportInfoMap: cache hit +Info 8329 [15:22:42.810] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8330 [15:22:42.810] collectAutoImports: response is complete +Info 8331 [15:22:42.810] collectAutoImports: 3.2620799988508224 +Info 8332 [15:22:42.810] getCompletionData: Semantic work: 4.9028499983251095 +Info 8333 [15:22:42.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.778170999139547 +Info 8334 [15:22:42.820] Format host information updated +Info 8335 [15:22:42.992] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8336 [15:22:43.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 10.016408998519182ms +Info 8337 [15:22:43.002] Different program with same set of files +Info 8338 [15:22:43.002] getCompletionData: Get current token: 0.003793001174926758 +Info 8339 [15:22:43.002] getCompletionData: Is inside comment: 0.001230001449584961 +Info 8340 [15:22:43.002] getCompletionData: Get previous token: 0.0160910002887249 +Info 8341 [15:22:43.002] getCompletionsAtPosition: isCompletionListBlocker: 0.002562001347541809 +Info 8342 [15:22:43.003] getExportInfoMap: cache hit +Info 8343 [15:22:43.006] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 8344 [15:22:43.006] collectAutoImports: response is complete +Info 8345 [15:22:43.006] collectAutoImports: 2.175661999732256 +Info 8346 [15:22:43.006] getCompletionData: Semantic work: 3.7098870016634464 +Info 8347 [15:22:43.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.005488000810146 +Info 8348 [15:22:43.012] Format host information updated +Info 8349 [15:22:43.185] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8350 [15:22:43.192] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 7.681223999708891ms +Info 8351 [15:22:43.192] Different program with same set of files +Info 8352 [15:22:43.192] getCompletionData: Get current token: 0.0036449991166591644 +Info 8353 [15:22:43.192] getCompletionData: Is inside comment: 0.0011180005967617035 +Info 8354 [15:22:43.192] getCompletionData: Get previous token: 0.016645997762680054 +Info 8355 [15:22:43.192] getCompletionsAtPosition: isCompletionListBlocker: 0.0021499991416931152 +Info 8356 [15:22:43.194] getExportInfoMap: cache hit +Info 8357 [15:22:43.196] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8358 [15:22:43.196] collectAutoImports: response is complete +Info 8359 [15:22:43.196] collectAutoImports: 2.2421399988234043 +Info 8360 [15:22:43.196] getCompletionData: Semantic work: 3.7187219969928265 +Info 8361 [15:22:43.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.969293002039194 +Info 8362 [15:22:43.203] Format host information updated +Info 8363 [15:22:43.204] Format host information updated +Info 8364 [15:22:43.204] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8365 [15:22:43.214] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 9.573660999536514ms +Info 8366 [15:22:43.214] Different program with same set of files +Info 8367 [15:22:49.308] Format host information updated +Info 8368 [15:22:49.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8369 [15:22:49.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 8.106584999710321ms +Info 8370 [15:22:49.316] Different program with same set of files +Info 8371 [15:22:49.483] Format host information updated +Info 8372 [15:22:50.994] Format host information updated +Info 8373 [15:22:50.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8374 [15:22:51.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 7.8918359987437725ms +Info 8375 [15:22:51.002] Different program with same set of files +Info 8376 [15:22:53.067] Format host information updated +Info 8377 [15:22:53.067] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8378 [15:22:53.078] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 11.076072998344898ms +Info 8379 [15:22:53.078] Different program with same set of files +Info 8380 [15:22:53.994] Format host information updated +Info 8381 [15:22:53.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8382 [15:22:54.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 7.878748998045921ms +Info 8383 [15:22:54.002] Different program with same set of files +Info 8384 [15:22:54.656] Format host information updated +Info 8385 [15:22:54.656] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8386 [15:22:54.663] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 7.52776800096035ms +Info 8387 [15:22:54.663] Different program with same set of files +Info 8388 [15:22:55.289] Format host information updated +Info 8389 [15:22:55.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8390 [15:22:55.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 7.458680998533964ms +Info 8391 [15:22:55.297] Different program with same set of files +Info 8392 [15:22:55.901] Format host information updated +Info 8393 [15:22:55.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8394 [15:22:55.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 7.890232000499964ms +Info 8395 [15:22:55.909] Different program with same set of files +Info 8396 [15:22:56.542] Format host information updated +Info 8397 [15:22:56.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8398 [15:22:56.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 8.738722998648882ms +Info 8399 [15:22:56.551] Different program with same set of files +Info 8400 [15:22:57.098] Format host information updated +Info 8401 [15:22:57.099] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8402 [15:22:57.107] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 8.380963999778032ms +Info 8403 [15:22:57.107] Different program with same set of files +Info 8404 [15:22:58.428] Format host information updated +Info 8405 [15:22:58.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8406 [15:22:58.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 8.229389999061823ms +Info 8407 [15:22:58.436] Different program with same set of files +Info 8408 [15:22:58.990] Format host information updated +Info 8409 [15:22:58.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8410 [15:22:58.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 8.442398000508547ms +Info 8411 [15:22:58.999] Different program with same set of files +Info 8412 [15:22:59.639] Format host information updated +Info 8413 [15:22:59.640] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8414 [15:22:59.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 7.9506839998066425ms +Info 8415 [15:22:59.648] Different program with same set of files +Info 8416 [15:23:00.236] Format host information updated +Info 8417 [15:23:00.236] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8418 [15:23:00.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 7.905933000147343ms +Info 8419 [15:23:00.244] Different program with same set of files +Info 8420 [15:23:00.866] Format host information updated +Info 8421 [15:23:00.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8422 [15:23:00.874] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 7.565153997391462ms +Info 8423 [15:23:00.874] Different program with same set of files +Info 8424 [15:23:01.987] Format host information updated +Info 8425 [15:23:01.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8426 [15:23:01.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 8.067120999097824ms +Info 8427 [15:23:01.995] Different program with same set of files +Info 8428 [15:23:02.568] Format host information updated +Info 8429 [15:23:02.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8430 [15:23:02.578] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 9.682927001267672ms +Info 8431 [15:23:02.578] Different program with same set of files +Info 8432 [15:23:03.258] Format host information updated +Info 8433 [15:23:03.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8434 [15:23:03.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 8.687603998929262ms +Info 8435 [15:23:03.267] Different program with same set of files +Info 8436 [15:23:03.915] Format host information updated +Info 8437 [15:23:03.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8438 [15:23:03.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 8.44667499884963ms +Info 8439 [15:23:03.924] Different program with same set of files +Info 8440 [15:23:04.553] Format host information updated +Info 8441 [15:23:04.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8442 [15:23:04.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 10.550172999501228ms +Info 8443 [15:23:04.564] Different program with same set of files +Info 8444 [15:23:05.166] Format host information updated +Info 8445 [15:23:05.166] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8446 [15:23:05.175] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 8.694083999842405ms +Info 8447 [15:23:05.175] Different program with same set of files +Info 8448 [15:23:06.461] Format host information updated +Info 8449 [15:23:06.461] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8450 [15:23:06.470] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 8.792788002640009ms +Info 8451 [15:23:06.470] Different program with same set of files +Info 8452 [15:28:22.497] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8453 [15:28:22.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 23.280501000583172ms +Info 8454 [15:28:22.520] Different program with same set of files +Info 8455 [15:28:22.521] getCompletionData: Get current token: 0.005530998110771179 +Info 8456 [15:28:22.521] getCompletionData: Is inside comment: 0.015463996678590775 +Info 8457 [15:28:22.521] getCompletionData: Get previous token: 0.010773997753858566 +Info 8458 [15:28:22.521] getCompletionsAtPosition: isCompletionListBlocker: 0.016701001673936844 +Info 8459 [15:28:22.524] getExportInfoMap: cache hit +Info 8460 [15:28:22.528] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 8461 [15:28:22.528] collectAutoImports: response is complete +Info 8462 [15:28:22.528] collectAutoImports: 4.796227000653744 +Info 8463 [15:28:22.528] getCompletionData: Semantic work: 7.728226996958256 +Info 8464 [15:28:22.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.323233000934124 +Info 8465 [15:28:22.542] Format host information updated +Info 8466 [15:28:22.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8467 [15:28:22.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 18.558226000517607ms +Info 8468 [15:28:22.752] Different program with same set of files +Info 8469 [15:28:22.752] getCompletionData: Get current token: 0.003758002072572708 +Info 8470 [15:28:22.752] getCompletionData: Is inside comment: 0.013429000973701477 +Info 8471 [15:28:22.752] getCompletionData: Get previous token: 0.016738999634981155 +Info 8472 [15:28:22.752] getCompletionsAtPosition: isCompletionListBlocker: 0.0025769993662834167 +Info 8473 [15:28:22.755] getExportInfoMap: cache hit +Info 8474 [15:28:22.763] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 339 from cache +Info 8475 [15:28:22.763] collectAutoImports: response is complete +Info 8476 [15:28:22.763] collectAutoImports: 8.853953998535872 +Info 8477 [15:28:22.763] getCompletionData: Semantic work: 11.265158001333475 +Info 8478 [15:28:22.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.800039999186993 +Info 8479 [15:28:22.787] Format host information updated +Info 8480 [15:28:22.985] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8481 [15:28:22.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 9.604420997202396ms +Info 8482 [15:28:22.994] Different program with same set of files +Info 8483 [15:28:22.995] getCompletionData: Get current token: 0.003496997058391571 +Info 8484 [15:28:22.995] getCompletionData: Is inside comment: 0.011913999915122986 +Info 8485 [15:28:22.995] getCompletionData: Get previous token: 0.01535400003194809 +Info 8486 [15:28:22.995] getCompletionsAtPosition: isCompletionListBlocker: 0.002745002508163452 +Info 8487 [15:28:22.996] getExportInfoMap: cache hit +Info 8488 [15:28:23.000] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 167 from cache +Info 8489 [15:28:23.000] collectAutoImports: response is complete +Info 8490 [15:28:23.000] collectAutoImports: 4.169027000665665 +Info 8491 [15:28:23.000] getCompletionData: Semantic work: 5.7569420002400875 +Info 8492 [15:28:23.008] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.974343001842499 +Info 8493 [15:28:23.011] Format host information updated +Info 8494 [15:28:23.186] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8495 [15:28:23.197] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 10.693588998168707ms +Info 8496 [15:28:23.197] Different program with same set of files +Info 8497 [15:28:23.197] getCompletionData: Get current token: 0.003584001213312149 +Info 8498 [15:28:23.197] getCompletionData: Is inside comment: 0.011784002184867859 +Info 8499 [15:28:23.197] getCompletionData: Get previous token: 0.01709499955177307 +Info 8500 [15:28:23.197] getCompletionsAtPosition: isCompletionListBlocker: 0.0030080005526542664 +Info 8501 [15:28:23.198] getExportInfoMap: cache hit +Info 8502 [15:28:23.201] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 12 from cache +Info 8503 [15:28:23.201] collectAutoImports: response is complete +Info 8504 [15:28:23.201] collectAutoImports: 2.453914001584053 +Info 8505 [15:28:23.201] getCompletionData: Semantic work: 4.168827001005411 +Info 8506 [15:28:23.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.430220000445843 +Info 8507 [15:28:23.211] Format host information updated +Info 8508 [15:28:23.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8509 [15:28:23.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 8.407402999699116ms +Info 8510 [15:28:23.223] Different program with same set of files +Info 8511 [15:28:23.223] getCompletionData: Get current token: 0.003605000674724579 +Info 8512 [15:28:23.223] getCompletionData: Is inside comment: 0.012297000735998154 +Info 8513 [15:28:23.223] getCompletionData: Get previous token: 0.053745001554489136 +Info 8514 [15:28:23.223] getCompletionsAtPosition: isCompletionListBlocker: 0.002900000661611557 +Info 8515 [15:28:23.225] getExportInfoMap: cache hit +Info 8516 [15:28:23.229] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 8517 [15:28:23.229] collectAutoImports: response is complete +Info 8518 [15:28:23.229] collectAutoImports: 4.602463003247976 +Info 8519 [15:28:23.229] getCompletionData: Semantic work: 6.170305002480745 +Info 8520 [15:28:23.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.259293999522924 +Info 8521 [15:28:23.239] Format host information updated +Info 8522 [15:28:23.411] getCompletionData: Get current token: 0.003903999924659729 +Info 8523 [15:28:23.411] getCompletionData: Is inside comment: 0.011921998113393784 +Info 8524 [15:28:23.411] getCompletionData: Get previous token: 0.00930200144648552 +Info 8525 [15:28:23.411] getCompletionsAtPosition: isCompletionListBlocker: 0.002390000969171524 +Info 8526 [15:28:23.412] getExportInfoMap: cache hit +Info 8527 [15:28:23.436] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8528 [15:28:23.436] collectAutoImports: response is complete +Info 8529 [15:28:23.436] collectAutoImports: 23.85197800025344 +Info 8530 [15:28:23.436] getCompletionData: Semantic work: 25.512948997318745 +Info 8531 [15:28:23.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.925393000245094 +Info 8532 [15:28:23.461] Format host information updated +Info 8533 [15:28:23.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8534 [15:28:23.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 9.126030001789331ms +Info 8535 [15:28:23.943] Different program with same set of files +Info 8536 [15:28:23.944] getCompletionData: Get current token: 0.005309000611305237 +Info 8537 [15:28:23.944] getCompletionData: Is inside comment: 0.017243999987840652 +Info 8538 [15:28:23.944] getCompletionData: Get previous token: 0.012689001858234406 +Info 8539 [15:28:23.944] getCompletionsAtPosition: isCompletionListBlocker: 0.0021470002830028534 +Info 8540 [15:28:23.946] getExportInfoMap: cache hit +Info 8541 [15:28:23.970] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8542 [15:28:23.970] collectAutoImports: response is complete +Info 8543 [15:28:23.970] collectAutoImports: 23.505568999797106 +Info 8544 [15:28:23.970] getCompletionData: Semantic work: 26.00867599993944 +Info 8545 [15:28:23.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.339483000338078 +Info 8546 [15:28:23.994] Format host information updated +Info 8547 [15:28:24.166] Format host information updated +Info 8548 [15:28:24.950] getCompletionData: Get current token: 0.004572000354528427 +Info 8549 [15:28:24.950] getCompletionData: Is inside comment: 0.015098001807928085 +Info 8550 [15:28:24.950] getCompletionData: Get previous token: 0.03759600222110748 +Info 8551 [15:28:24.950] getCompletionsAtPosition: isCompletionListBlocker: 0.049327000975608826 +Info 8552 [15:28:24.952] getExportInfoMap: cache hit +Info 8553 [15:28:24.979] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8554 [15:28:24.979] collectAutoImports: response is complete +Info 8555 [15:28:24.979] collectAutoImports: 26.575542997568846 +Info 8556 [15:28:24.979] getCompletionData: Semantic work: 28.52972099930048 +Info 8557 [15:28:24.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.814495000988245 +Info 8558 [15:28:25.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8559 [15:28:25.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 10.142439000308514ms +Info 8560 [15:28:25.244] Different program with same set of files +Info 8561 [15:28:25.244] getCompletionData: Get current token: 0.004505999386310577 +Info 8562 [15:28:25.244] getCompletionData: Is inside comment: 0.01419900357723236 +Info 8563 [15:28:25.244] getCompletionData: Get previous token: 0.010745998471975327 +Info 8564 [15:28:25.244] getCompletionsAtPosition: isCompletionListBlocker: 0.007657997310161591 +Info 8565 [15:28:25.246] getExportInfoMap: cache hit +Info 8566 [15:28:25.269] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8567 [15:28:25.269] collectAutoImports: response is complete +Info 8568 [15:28:25.269] collectAutoImports: 23.015643000602722 +Info 8569 [15:28:25.269] getCompletionData: Semantic work: 24.724909000098705 +Info 8570 [15:28:25.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.71705600246787 +Info 8571 [15:28:25.294] Format host information updated +Info 8572 [15:28:29.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8573 [15:28:29.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 9.239094000309706ms +Info 8574 [15:28:29.831] Different program with same set of files +Info 8575 [15:28:29.831] getCompletionData: Get current token: 0.0035830028355121613 +Info 8576 [15:28:29.831] getCompletionData: Is inside comment: 0.011445999145507812 +Info 8577 [15:28:29.831] getCompletionData: Get previous token: 0.007954001426696777 +Info 8578 [15:28:29.831] getCompletionsAtPosition: isCompletionListBlocker: 0.0022800005972385406 +Info 8579 [15:28:29.832] getExportInfoMap: cache hit +Info 8580 [15:28:29.854] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8581 [15:28:29.854] collectAutoImports: response is complete +Info 8582 [15:28:29.854] collectAutoImports: 21.376343000680208 +Info 8583 [15:28:29.854] getCompletionData: Semantic work: 22.892529997974634 +Info 8584 [15:28:29.867] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.395061001181602 +Info 8585 [15:28:29.875] Format host information updated +Info 8586 [15:28:30.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8587 [15:28:30.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 8.884890001267195ms +Info 8588 [15:28:30.190] Different program with same set of files +Info 8589 [15:28:30.190] getCompletionData: Get current token: 0.0043310001492500305 +Info 8590 [15:28:30.190] getCompletionData: Is inside comment: 0.012227002531290054 +Info 8591 [15:28:30.190] getCompletionData: Get previous token: 0.008934002369642258 +Info 8592 [15:28:30.190] getCompletionsAtPosition: isCompletionListBlocker: 0.0067079998552799225 +Info 8593 [15:28:30.191] getExportInfoMap: cache hit +Info 8594 [15:28:30.217] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8595 [15:28:30.217] collectAutoImports: response is complete +Info 8596 [15:28:30.217] collectAutoImports: 25.51290800049901 +Info 8597 [15:28:30.217] getCompletionData: Semantic work: 26.96152599900961 +Info 8598 [15:28:30.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.726353999227285 +Info 8599 [15:28:30.240] Format host information updated +Info 8600 [15:28:30.414] getCompletionData: Get current token: 0.004238002002239227 +Info 8601 [15:28:30.414] getCompletionData: Is inside comment: 0.02692900225520134 +Info 8602 [15:28:30.414] getCompletionData: Get previous token: 0.009279999881982803 +Info 8603 [15:28:30.414] getCompletionsAtPosition: isCompletionListBlocker: 0.021733999252319336 +Info 8604 [15:28:30.414] getCompletionData: Semantic work: 0.2879290021955967 +Info 8605 [15:28:30.414] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.032880999147892 +Info 8606 [15:28:30.415] Format host information updated +Info 8607 [15:28:30.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8608 [15:28:30.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 8.367405999451876ms +Info 8609 [15:28:30.600] Different program with same set of files +Info 8610 [15:28:30.600] getCompletionData: Get current token: 0.004310000687837601 +Info 8611 [15:28:30.600] getCompletionData: Is inside comment: 0.013769999146461487 +Info 8612 [15:28:30.601] getCompletionData: Get previous token: 0.01931300014257431 +Info 8613 [15:28:30.601] getCompletionsAtPosition: isCompletionListBlocker: 0.0021319985389709473 +Info 8614 [15:28:30.601] getCompletionData: Semantic work: 0.08565700054168701 +Info 8615 [15:28:30.601] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05922200158238411 +Info 8616 [15:28:30.601] Format host information updated +Info 8617 [15:28:30.943] Format host information updated +Info 8618 [15:28:30.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8619 [15:28:30.969] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 25.626899998635054ms +Info 8620 [15:28:30.969] Different program with same set of files +Info 8621 [15:28:31.190] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8622 [15:28:31.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 10.10844000056386ms +Info 8623 [15:28:31.201] Different program with same set of files +Info 8624 [15:28:31.202] getCompletionData: Get current token: 0.004037998616695404 +Info 8625 [15:28:31.202] getCompletionData: Is inside comment: 0.013902001082897186 +Info 8626 [15:28:31.202] getCompletionData: Get previous token: 0.020367000252008438 +Info 8627 [15:28:31.202] getCompletionsAtPosition: isCompletionListBlocker: 0.002489998936653137 +Info 8628 [15:28:31.204] getExportInfoMap: cache hit +Info 8629 [15:28:31.211] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 8630 [15:28:31.211] collectAutoImports: response is complete +Info 8631 [15:28:31.211] collectAutoImports: 6.94811400026083 +Info 8632 [15:28:31.211] getCompletionData: Semantic work: 9.132922001183033 +Info 8633 [15:28:31.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.163582000881433 +Info 8634 [15:28:31.226] Format host information updated +Info 8635 [15:28:31.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8636 [15:28:31.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 8.729039002209902ms +Info 8637 [15:28:31.411] Different program with same set of files +Info 8638 [15:28:31.411] getCompletionData: Get current token: 0.0041139982640743256 +Info 8639 [15:28:31.411] getCompletionData: Is inside comment: 0.013887997716665268 +Info 8640 [15:28:31.411] getCompletionData: Get previous token: 0.02017499879002571 +Info 8641 [15:28:31.411] getCompletionsAtPosition: isCompletionListBlocker: 0.0018699988722801208 +Info 8642 [15:28:31.413] getExportInfoMap: cache hit +Info 8643 [15:28:31.418] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 8644 [15:28:31.418] collectAutoImports: response is complete +Info 8645 [15:28:31.418] collectAutoImports: 5.2186350002884865 +Info 8646 [15:28:31.418] getCompletionData: Semantic work: 6.930125996470451 +Info 8647 [15:28:31.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.496444001793861 +Info 8648 [15:28:31.431] Format host information updated +Info 8649 [15:28:31.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8650 [15:28:31.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 11.293783001601696ms +Info 8651 [15:28:31.446] Different program with same set of files +Info 8652 [15:28:31.446] getCompletionData: Get current token: 0.006645001471042633 +Info 8653 [15:28:31.446] getCompletionData: Is inside comment: 0.02430899813771248 +Info 8654 [15:28:31.446] getCompletionData: Get previous token: 0.03739900141954422 +Info 8655 [15:28:31.446] getCompletionsAtPosition: isCompletionListBlocker: 0.002577003091573715 +Info 8656 [15:28:31.449] getExportInfoMap: cache hit +Info 8657 [15:28:31.453] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 8658 [15:28:31.453] collectAutoImports: response is complete +Info 8659 [15:28:31.453] collectAutoImports: 3.872463997453451 +Info 8660 [15:28:31.453] getCompletionData: Semantic work: 6.651859000325203 +Info 8661 [15:28:31.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.900189999490976 +Info 8662 [15:28:31.467] Format host information updated +Info 8663 [15:28:31.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8664 [15:28:31.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 10.189523998647928ms +Info 8665 [15:28:31.651] Different program with same set of files +Info 8666 [15:28:31.651] getCompletionData: Get current token: 0.004037998616695404 +Info 8667 [15:28:31.651] getCompletionData: Is inside comment: 0.013080000877380371 +Info 8668 [15:28:31.652] getCompletionData: Get previous token: 0.01962599903345108 +Info 8669 [15:28:31.652] getCompletionsAtPosition: isCompletionListBlocker: 0.002677999436855316 +Info 8670 [15:28:31.653] getExportInfoMap: cache hit +Info 8671 [15:28:31.657] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 8672 [15:28:31.657] collectAutoImports: response is complete +Info 8673 [15:28:31.657] collectAutoImports: 3.6303209997713566 +Info 8674 [15:28:31.657] getCompletionData: Semantic work: 5.254080001264811 +Info 8675 [15:28:31.666] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.024576999247074 +Info 8676 [15:28:31.668] Format host information updated +Info 8677 [15:28:31.671] Format host information updated +Info 8678 [15:28:31.671] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8679 [15:28:31.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 11.409638997167349ms +Info 8680 [15:28:31.682] Different program with same set of files +Info 8681 [15:28:31.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8682 [15:28:31.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 12.68776299804449ms +Info 8683 [15:28:31.870] Different program with same set of files +Info 8684 [15:28:31.870] getCompletionData: Get current token: 0.004726998507976532 +Info 8685 [15:28:31.870] getCompletionData: Is inside comment: 0.013335999101400375 +Info 8686 [15:28:31.870] getCompletionData: Get previous token: 0.010451000183820724 +Info 8687 [15:28:31.870] getCompletionsAtPosition: isCompletionListBlocker: 0.00548199936747551 +Info 8688 [15:28:31.871] getExportInfoMap: cache hit +Info 8689 [15:28:31.896] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8690 [15:28:31.896] collectAutoImports: response is complete +Info 8691 [15:28:31.896] collectAutoImports: 24.390239000320435 +Info 8692 [15:28:31.896] getCompletionData: Semantic work: 25.76096799969673 +Info 8693 [15:28:31.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.137782000005245 +Info 8694 [15:28:31.921] Format host information updated +Info 8695 [15:28:31.930] Format host information updated +Info 8696 [15:28:31.931] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8697 [15:28:31.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 8.57320100069046ms +Info 8698 [15:28:31.939] Different program with same set of files +Info 8699 [15:28:32.094] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8700 [15:28:32.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 8.434914000332355ms +Info 8701 [15:28:32.103] Different program with same set of files +Info 8702 [15:28:32.103] getCompletionData: Get current token: 0.003974001854658127 +Info 8703 [15:28:32.103] getCompletionData: Is inside comment: 0.012618999928236008 +Info 8704 [15:28:32.103] getCompletionData: Get previous token: 0.0183429978787899 +Info 8705 [15:28:32.103] getCompletionsAtPosition: isCompletionListBlocker: 0.004584997892379761 +Info 8706 [15:28:32.103] getCompletionData: Semantic work: 0.06783200055360794 +Info 8707 [15:28:32.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04863299801945686 +Info 8708 [15:28:32.103] Format host information updated +Info 8709 [15:28:32.307] Format host information updated +Info 8710 [15:28:32.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8711 [15:28:32.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 10.015442002564669ms +Info 8712 [15:28:32.317] Different program with same set of files +Info 8713 [15:28:32.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8714 [15:28:32.746] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 8.855835001915693ms +Info 8715 [15:28:32.746] Different program with same set of files +Info 8716 [15:28:32.746] getCompletionData: Get current token: 0.004838000982999802 +Info 8717 [15:28:32.746] getCompletionData: Is inside comment: 0.016116000711917877 +Info 8718 [15:28:32.746] getCompletionData: Get previous token: 0.022627998143434525 +Info 8719 [15:28:32.746] getCompletionsAtPosition: isCompletionListBlocker: 0.0024500004947185516 +Info 8720 [15:28:32.748] getExportInfoMap: cache hit +Info 8721 [15:28:32.751] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 39 from cache +Info 8722 [15:28:32.751] collectAutoImports: response is complete +Info 8723 [15:28:32.751] collectAutoImports: 3.501435998827219 +Info 8724 [15:28:32.751] getCompletionData: Semantic work: 5.046814002096653 +Info 8725 [15:28:32.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.97512000054121 +Info 8726 [15:28:32.764] Format host information updated +Info 8727 [15:28:32.936] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8728 [15:28:32.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 10.257771000266075ms +Info 8729 [15:28:32.947] Different program with same set of files +Info 8730 [15:28:32.947] getCompletionData: Get current token: 0.004023000597953796 +Info 8731 [15:28:32.947] getCompletionData: Is inside comment: 0.013624001294374466 +Info 8732 [15:28:32.947] getCompletionData: Get previous token: 0.01981399953365326 +Info 8733 [15:28:32.947] getCompletionsAtPosition: isCompletionListBlocker: 0.0022599995136260986 +Info 8734 [15:28:32.948] getExportInfoMap: cache hit +Info 8735 [15:28:32.951] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8736 [15:28:32.951] collectAutoImports: response is complete +Info 8737 [15:28:32.951] collectAutoImports: 2.811778999865055 +Info 8738 [15:28:32.951] getCompletionData: Semantic work: 4.281284000724554 +Info 8739 [15:28:32.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.862704999744892 +Info 8740 [15:28:32.962] Format host information updated +Info 8741 [15:28:33.135] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8742 [15:28:33.143] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 8.119086999446154ms +Info 8743 [15:28:33.143] Different program with same set of files +Info 8744 [15:28:33.144] getCompletionData: Get current token: 0.003731001168489456 +Info 8745 [15:28:33.144] getCompletionData: Is inside comment: 0.012676998972892761 +Info 8746 [15:28:33.144] getCompletionData: Get previous token: 0.01883399859070778 +Info 8747 [15:28:33.144] getCompletionsAtPosition: isCompletionListBlocker: 0.0025140009820461273 +Info 8748 [15:28:33.145] getExportInfoMap: cache hit +Info 8749 [15:28:33.147] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 8750 [15:28:33.147] collectAutoImports: response is complete +Info 8751 [15:28:33.147] collectAutoImports: 2.341959998011589 +Info 8752 [15:28:33.147] getCompletionData: Semantic work: 3.568479001522064 +Info 8753 [15:28:33.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.219250999391079 +Info 8754 [15:28:33.159] Format host information updated +Info 8755 [15:28:33.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8756 [15:28:33.340] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 7.951717998832464ms +Info 8757 [15:28:33.340] Different program with same set of files +Info 8758 [15:28:33.341] getCompletionData: Get current token: 0.0038530007004737854 +Info 8759 [15:28:33.341] getCompletionData: Is inside comment: 0.013248000293970108 +Info 8760 [15:28:33.341] getCompletionData: Get previous token: 0.018938999623060226 +Info 8761 [15:28:33.341] getCompletionsAtPosition: isCompletionListBlocker: 0.0019400008022785187 +Info 8762 [15:28:33.342] getExportInfoMap: cache hit +Info 8763 [15:28:33.344] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 8764 [15:28:33.344] collectAutoImports: response is complete +Info 8765 [15:28:33.344] collectAutoImports: 2.08381500095129 +Info 8766 [15:28:33.344] getCompletionData: Semantic work: 3.3765609972178936 +Info 8767 [15:28:33.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.69123199954629 +Info 8768 [15:28:33.356] Format host information updated +Info 8769 [15:28:33.359] Format host information updated +Info 8770 [15:28:33.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8771 [15:28:33.369] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 10.201758000999689ms +Info 8772 [15:28:33.369] Different program with same set of files +Info 8773 [15:28:33.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8774 [15:28:33.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 7.669860001653433ms +Info 8775 [15:28:33.541] Different program with same set of files +Info 8776 [15:28:33.541] getCompletionData: Get current token: 0.003880999982357025 +Info 8777 [15:28:33.541] getCompletionData: Is inside comment: 0.01273300126194954 +Info 8778 [15:28:33.541] getCompletionData: Get previous token: 0.018484000116586685 +Info 8779 [15:28:33.541] getCompletionsAtPosition: isCompletionListBlocker: 0.002073001116514206 +Info 8780 [15:28:33.542] getExportInfoMap: cache hit +Info 8781 [15:28:33.544] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8782 [15:28:33.544] collectAutoImports: response is complete +Info 8783 [15:28:33.544] collectAutoImports: 2.0543510019779205 +Info 8784 [15:28:33.544] getCompletionData: Semantic work: 3.336004998534918 +Info 8785 [15:28:33.551] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.036524999886751 +Info 8786 [15:28:33.554] Format host information updated +Info 8787 [15:28:33.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8788 [15:28:33.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 10.019512999802828ms +Info 8789 [15:28:33.566] Different program with same set of files +Info 8790 [15:28:33.567] getCompletionData: Get current token: 0.004335001111030579 +Info 8791 [15:28:33.567] getCompletionData: Is inside comment: 0.012749999761581421 +Info 8792 [15:28:33.567] getCompletionData: Get previous token: 0.01934400200843811 +Info 8793 [15:28:33.567] getCompletionsAtPosition: isCompletionListBlocker: 0.0021449998021125793 +Info 8794 [15:28:33.568] getExportInfoMap: cache hit +Info 8795 [15:28:33.590] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 8796 [15:28:33.590] collectAutoImports: response is complete +Info 8797 [15:28:33.590] collectAutoImports: 21.824234001338482 +Info 8798 [15:28:33.590] getCompletionData: Semantic work: 23.103197999298573 +Info 8799 [15:28:33.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.875861000269651 +Info 8800 [15:28:33.613] Format host information updated +Info 8801 [15:28:34.012] getCompletionData: Get current token: 0.0024849995970726013 +Info 8802 [15:28:34.012] getCompletionData: Is inside comment: 0.008152000606060028 +Info 8803 [15:28:34.012] getCompletionData: Get previous token: 0.004921000450849533 +Info 8804 [15:28:34.012] getCompletionsAtPosition: isCompletionListBlocker: 0.008798003196716309 +Info 8805 [15:28:34.014] getExportInfoMap: cache hit +Info 8806 [15:28:34.034] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8807 [15:28:34.034] collectAutoImports: response is complete +Info 8808 [15:28:34.034] collectAutoImports: 20.431660000234842 +Info 8809 [15:28:34.034] getCompletionData: Semantic work: 22.21959399804473 +Info 8810 [15:28:34.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.708549000322819 +Info 8811 [15:28:34.633] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8812 [15:28:34.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 8.19140899926424ms +Info 8813 [15:28:34.641] Different program with same set of files +Info 8814 [15:28:34.642] getCompletionData: Get current token: 0.001880001276731491 +Info 8815 [15:28:34.642] getCompletionData: Is inside comment: 0.006189003586769104 +Info 8816 [15:28:34.642] getCompletionData: Get previous token: 0.012921001762151718 +Info 8817 [15:28:34.642] getCompletionsAtPosition: isCompletionListBlocker: 0.007174000144004822 +Info 8818 [15:28:34.643] getExportInfoMap: cache hit +Info 8819 [15:28:34.651] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 522 from cache +Info 8820 [15:28:34.651] collectAutoImports: response is complete +Info 8821 [15:28:34.651] collectAutoImports: 8.011879999190569 +Info 8822 [15:28:34.651] getCompletionData: Semantic work: 9.834738001227379 +Info 8823 [15:28:34.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.722543001174927 +Info 8824 [15:28:34.660] Format host information updated +Info 8825 [15:28:34.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8826 [15:28:34.863] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 9.954700998961926ms +Info 8827 [15:28:34.863] Different program with same set of files +Info 8828 [15:28:34.863] getCompletionData: Get current token: 0.002354998141527176 +Info 8829 [15:28:34.863] getCompletionData: Is inside comment: 0.00748799741268158 +Info 8830 [15:28:34.863] getCompletionData: Get previous token: 0.005056999623775482 +Info 8831 [15:28:34.863] getCompletionsAtPosition: isCompletionListBlocker: 0.007944002747535706 +Info 8832 [15:28:34.864] getExportInfoMap: cache hit +Info 8833 [15:28:34.886] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8834 [15:28:34.886] collectAutoImports: response is complete +Info 8835 [15:28:34.886] collectAutoImports: 21.753798000514507 +Info 8836 [15:28:34.886] getCompletionData: Semantic work: 23.080857999622822 +Info 8837 [15:28:34.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.204172000288963 +Info 8838 [15:28:34.905] Format host information updated +Info 8839 [15:28:35.083] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8840 [15:28:35.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 8.417264997959137ms +Info 8841 [15:28:35.091] Different program with same set of files +Info 8842 [15:28:35.092] getCompletionData: Get current token: 0.0024410001933574677 +Info 8843 [15:28:35.092] getCompletionData: Is inside comment: 0.00843299925327301 +Info 8844 [15:28:35.092] getCompletionData: Get previous token: 0.005310002714395523 +Info 8845 [15:28:35.092] getCompletionsAtPosition: isCompletionListBlocker: 0.0025929994881153107 +Info 8846 [15:28:35.092] getCompletionData: Semantic work: 0.8205280005931854 +Info 8847 [15:28:35.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.507567998021841 +Info 8848 [15:28:35.093] Format host information updated +Info 8849 [15:28:35.094] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8850 [15:28:35.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 10.495273001492023ms +Info 8851 [15:28:35.104] Different program with same set of files +Info 8852 [15:28:35.104] getCompletionData: Get current token: 0.0021690018475055695 +Info 8853 [15:28:35.104] getCompletionData: Is inside comment: 0.00704599916934967 +Info 8854 [15:28:35.104] getCompletionData: Get previous token: 0.010710000991821289 +Info 8855 [15:28:35.104] getCompletionsAtPosition: isCompletionListBlocker: 0.002546999603509903 +Info 8856 [15:28:35.105] getCompletionData: Semantic work: 0.6731720007956028 +Info 8857 [15:28:35.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.858449000865221 +Info 8858 [15:28:35.106] Format host information updated +Info 8859 [15:28:35.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8860 [15:28:35.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 8.429417997598648ms +Info 8861 [15:28:35.290] Different program with same set of files +Info 8862 [15:28:35.290] getCompletionData: Get current token: 0.002356000244617462 +Info 8863 [15:28:35.290] getCompletionData: Is inside comment: 0.0073990002274513245 +Info 8864 [15:28:35.290] getCompletionData: Get previous token: 0.011113002896308899 +Info 8865 [15:28:35.291] getCompletionsAtPosition: isCompletionListBlocker: 0.0019860006868839264 +Info 8866 [15:28:35.291] getCompletionData: Semantic work: 0.6490919999778271 +Info 8867 [15:28:35.292] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8296750001609325 +Info 8868 [15:28:35.292] Format host information updated +Info 8869 [15:28:35.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8870 [15:28:35.506] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 7.556961998343468ms +Info 8871 [15:28:35.506] Different program with same set of files +Info 8872 [15:28:35.506] getCompletionData: Get current token: 0.001885000616312027 +Info 8873 [15:28:35.506] getCompletionData: Is inside comment: 0.006901998072862625 +Info 8874 [15:28:35.506] getCompletionData: Get previous token: 0.011225998401641846 +Info 8875 [15:28:35.506] getCompletionsAtPosition: isCompletionListBlocker: 0.0022579990327358246 +Info 8876 [15:28:35.506] getCompletionData: Semantic work: 0.6241769976913929 +Info 8877 [15:28:35.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6463290005922318 +Info 8878 [15:28:35.509] Format host information updated +Info 8879 [15:28:35.680] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8880 [15:28:35.689] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 9.55969800055027ms +Info 8881 [15:28:35.690] Different program with same set of files +Info 8882 [15:28:35.690] getCompletionData: Get current token: 0.0020989999175071716 +Info 8883 [15:28:35.690] getCompletionData: Is inside comment: 0.007174000144004822 +Info 8884 [15:28:35.690] getCompletionData: Get previous token: 0.009544000029563904 +Info 8885 [15:28:35.690] getCompletionsAtPosition: isCompletionListBlocker: 0.00207500159740448 +Info 8886 [15:28:35.690] getCompletionData: Semantic work: 0.6160029992461205 +Info 8887 [15:28:35.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6480350010097027 +Info 8888 [15:28:35.691] Format host information updated +Info 8889 [15:28:35.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8890 [15:28:35.937] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 8.4362250007689ms +Info 8891 [15:28:35.937] Different program with same set of files +Info 8892 [15:28:35.938] getCompletionData: Get current token: 0.002138998359441757 +Info 8893 [15:28:35.938] getCompletionData: Is inside comment: 0.007931999862194061 +Info 8894 [15:28:35.938] getCompletionData: Get previous token: 0.010774999856948853 +Info 8895 [15:28:35.938] getCompletionsAtPosition: isCompletionListBlocker: 0.002474997192621231 +Info 8896 [15:28:35.938] getCompletionData: Semantic work: 0.7927800007164478 +Info 8897 [15:28:35.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7921130023896694 +Info 8898 [15:28:35.939] Format host information updated +Info 8899 [15:28:36.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8900 [15:28:36.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 8.100014001131058ms +Info 8901 [15:28:36.131] Different program with same set of files +Info 8902 [15:28:36.131] getCompletionData: Get current token: 0.002572000026702881 +Info 8903 [15:28:36.131] getCompletionData: Is inside comment: 0.0077009983360767365 +Info 8904 [15:28:36.131] getCompletionData: Get previous token: 0.00506100058555603 +Info 8905 [15:28:36.131] getCompletionsAtPosition: isCompletionListBlocker: 0.002116002142429352 +Info 8906 [15:28:36.131] getCompletionData: Semantic work: 0.6216269992291927 +Info 8907 [15:28:36.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3641979992389679 +Info 8908 [15:28:36.134] Format host information updated +Info 8909 [15:28:36.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8910 [15:28:36.313] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 12.294291000813246ms +Info 8911 [15:28:36.313] Different program with same set of files +Info 8912 [15:28:36.313] getCompletionData: Get current token: 0.002050001174211502 +Info 8913 [15:28:36.313] getCompletionData: Is inside comment: 0.006977997720241547 +Info 8914 [15:28:36.313] getCompletionData: Get previous token: 0.009700000286102295 +Info 8915 [15:28:36.313] getCompletionsAtPosition: isCompletionListBlocker: 0.00201999768614769 +Info 8916 [15:28:36.314] getCompletionData: Semantic work: 0.6456670016050339 +Info 8917 [15:28:36.315] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6999859996140003 +Info 8918 [15:28:36.315] Format host information updated +Info 8919 [15:28:36.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8920 [15:28:36.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 7.894216999411583ms +Info 8921 [15:28:36.497] Different program with same set of files +Info 8922 [15:28:36.497] getCompletionData: Get current token: 0.0021499991416931152 +Info 8923 [15:28:36.497] getCompletionData: Is inside comment: 0.006955999881029129 +Info 8924 [15:28:36.497] getCompletionData: Get previous token: 0.009378999471664429 +Info 8925 [15:28:36.497] getCompletionsAtPosition: isCompletionListBlocker: 0.0020409971475601196 +Info 8926 [15:28:36.497] getCompletionData: Semantic work: 0.6223080009222031 +Info 8927 [15:28:36.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.40661799907684326 +Info 8928 [15:28:36.498] Format host information updated +Info 8929 [15:28:36.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8930 [15:28:36.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 8.452674001455307ms +Info 8931 [15:28:36.672] Different program with same set of files +Info 8932 [15:28:36.672] getCompletionData: Get current token: 0.0021049976348876953 +Info 8933 [15:28:36.672] getCompletionData: Is inside comment: 0.00710500031709671 +Info 8934 [15:28:36.672] getCompletionData: Get previous token: 0.004370998591184616 +Info 8935 [15:28:36.673] getCompletionsAtPosition: isCompletionListBlocker: 0.007780000567436218 +Info 8936 [15:28:36.674] getExportInfoMap: cache hit +Info 8937 [15:28:36.694] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8938 [15:28:36.694] collectAutoImports: response is complete +Info 8939 [15:28:36.694] collectAutoImports: 19.769412998110056 +Info 8940 [15:28:36.694] getCompletionData: Semantic work: 21.265760000795126 +Info 8941 [15:28:36.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.700389001518488 +Info 8942 [15:28:36.715] Format host information updated +Info 8943 [15:28:36.888] getCompletionData: Get current token: 0.003931999206542969 +Info 8944 [15:28:36.888] getCompletionData: Is inside comment: 0.0011250004172325134 +Info 8945 [15:28:36.888] getCompletionData: Get previous token: 0.008251000195741653 +Info 8946 [15:28:36.888] getCompletionsAtPosition: isCompletionListBlocker: 0.002918001264333725 +Info 8947 [15:28:36.889] getExportInfoMap: cache hit +Info 8948 [15:28:36.905] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8949 [15:28:36.905] collectAutoImports: response is complete +Info 8950 [15:28:36.905] collectAutoImports: 15.889569997787476 +Info 8951 [15:28:36.905] getCompletionData: Semantic work: 17.359409999102354 +Info 8952 [15:28:36.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.051590003073215 +Info 8953 [15:28:36.926] Format host information updated +Info 8954 [15:28:37.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8955 [15:28:37.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 9.02988800033927ms +Info 8956 [15:28:37.025] Different program with same set of files +Info 8957 [15:28:37.025] getCompletionData: Get current token: 0.0029749982059001923 +Info 8958 [15:28:37.025] getCompletionData: Is inside comment: 0.0012429989874362946 +Info 8959 [15:28:37.025] getCompletionData: Get previous token: 0.011927001178264618 +Info 8960 [15:28:37.025] getCompletionsAtPosition: isCompletionListBlocker: 0.002854999154806137 +Info 8961 [15:28:37.027] getExportInfoMap: cache hit +Info 8962 [15:28:37.031] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 301 from cache +Info 8963 [15:28:37.031] collectAutoImports: response is complete +Info 8964 [15:28:37.031] collectAutoImports: 4.39708199724555 +Info 8965 [15:28:37.031] getCompletionData: Semantic work: 5.7867929972708225 +Info 8966 [15:28:37.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.025424998253584 +Info 8967 [15:28:37.040] Format host information updated +Info 8968 [15:28:37.214] Format host information updated +Info 8969 [15:28:37.214] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8970 [15:28:37.222] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 8.09026800096035ms +Info 8971 [15:28:37.222] Different program with same set of files +Info 8972 [15:28:37.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8973 [15:28:37.394] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 7.936445001512766ms +Info 8974 [15:28:37.394] Different program with same set of files +Info 8975 [15:28:37.394] getCompletionData: Get current token: 0.0027180016040802 +Info 8976 [15:28:37.394] getCompletionData: Is inside comment: 0.0010090023279190063 +Info 8977 [15:28:37.394] getCompletionData: Get previous token: 0.013427000492811203 +Info 8978 [15:28:37.394] getCompletionsAtPosition: isCompletionListBlocker: 0.006276998668909073 +Info 8979 [15:28:37.396] getExportInfoMap: cache hit +Info 8980 [15:28:37.415] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8981 [15:28:37.415] collectAutoImports: response is complete +Info 8982 [15:28:37.415] collectAutoImports: 19.276810999959707 +Info 8983 [15:28:37.415] getCompletionData: Semantic work: 20.66167600080371 +Info 8984 [15:28:37.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.438790000975132 +Info 8985 [15:28:37.434] Format host information updated +Info 8986 [15:28:37.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8987 [15:28:37.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 7.988260999321938ms +Info 8988 [15:28:37.629] Different program with same set of files +Info 8989 [15:28:37.629] getCompletionData: Get current token: 0.0030669979751110077 +Info 8990 [15:28:37.629] getCompletionData: Is inside comment: 0.0010930001735687256 +Info 8991 [15:28:37.629] getCompletionData: Get previous token: 0.012970998883247375 +Info 8992 [15:28:37.629] getCompletionsAtPosition: isCompletionListBlocker: 0.006808999925851822 +Info 8993 [15:28:37.631] getExportInfoMap: cache hit +Info 8994 [15:28:37.651] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 8995 [15:28:37.651] collectAutoImports: response is complete +Info 8996 [15:28:37.651] collectAutoImports: 20.023148000240326 +Info 8997 [15:28:37.651] getCompletionData: Semantic work: 21.458370000123978 +Info 8998 [15:28:37.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.777398001402617 +Info 8999 [15:28:37.672] Format host information updated +Info 9000 [15:28:37.845] Format host information updated +Info 9001 [15:28:37.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9002 [15:28:37.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 10.188821002840996ms +Info 9003 [15:28:37.855] Different program with same set of files +Info 9004 [15:28:37.855] getCompletionData: Get current token: 0.002979997545480728 +Info 9005 [15:28:37.855] getCompletionData: Is inside comment: 0.001329999417066574 +Info 9006 [15:28:37.855] getCompletionData: Get previous token: 0.013553999364376068 +Info 9007 [15:28:37.855] getCompletionsAtPosition: isCompletionListBlocker: 0.008156999945640564 +Info 9008 [15:28:37.859] getExportInfoMap: cache hit +Info 9009 [15:28:37.863] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 301 from cache +Info 9010 [15:28:37.863] collectAutoImports: response is complete +Info 9011 [15:28:37.863] collectAutoImports: 4.258246000856161 +Info 9012 [15:28:37.863] getCompletionData: Semantic work: 7.692327000200748 +Info 9013 [15:28:37.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.530772000551224 +Info 9014 [15:28:37.873] Format host information updated +Info 9015 [15:28:38.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9016 [15:28:38.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 8.526219997555017ms +Info 9017 [15:28:38.133] Different program with same set of files +Info 9018 [15:28:38.133] getCompletionData: Get current token: 0.0038620010018348694 +Info 9019 [15:28:38.133] getCompletionData: Is inside comment: 0.0012580007314682007 +Info 9020 [15:28:38.133] getCompletionData: Get previous token: 0.016927000135183334 +Info 9021 [15:28:38.133] getCompletionsAtPosition: isCompletionListBlocker: 0.0025459975004196167 +Info 9022 [15:28:38.135] getCompletionData: Semantic work: 1.941806998103857 +Info 9023 [15:28:38.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2652460001409054 +Info 9024 [15:28:38.138] Format host information updated +Info 9025 [15:28:38.922] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9026 [15:28:38.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 8.385245002806187ms +Info 9027 [15:28:38.930] Different program with same set of files +Info 9028 [15:28:38.930] getCompletionData: Get current token: 0.0030070021748542786 +Info 9029 [15:28:38.930] getCompletionData: Is inside comment: 0.0010650008916854858 +Info 9030 [15:28:38.930] getCompletionData: Get previous token: 0.013613000512123108 +Info 9031 [15:28:38.930] getCompletionsAtPosition: isCompletionListBlocker: 0.002327997237443924 +Info 9032 [15:28:38.932] getCompletionData: Semantic work: 1.9736609980463982 +Info 9033 [15:28:38.933] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.46049099788069725 +Info 9034 [15:28:38.933] Format host information updated +Info 9035 [15:28:39.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9036 [15:28:39.115] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 7.793972000479698ms +Info 9037 [15:28:39.115] Different program with same set of files +Info 9038 [15:28:39.115] getCompletionData: Get current token: 0.002857998013496399 +Info 9039 [15:28:39.115] getCompletionData: Is inside comment: 0.0010919980704784393 +Info 9040 [15:28:39.115] getCompletionData: Get previous token: 0.013907000422477722 +Info 9041 [15:28:39.115] getCompletionsAtPosition: isCompletionListBlocker: 0.0020649991929531097 +Info 9042 [15:28:39.117] getCompletionData: Semantic work: 1.908525001257658 +Info 9043 [15:28:39.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.32204699888825417 +Info 9044 [15:28:39.118] Format host information updated +Info 9045 [15:28:39.289] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9046 [15:28:39.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 8.019551999866962ms +Info 9047 [15:28:39.297] Different program with same set of files +Info 9048 [15:28:39.297] getCompletionData: Get current token: 0.002818997949361801 +Info 9049 [15:28:39.297] getCompletionData: Is inside comment: 0.0010940022766590118 +Info 9050 [15:28:39.297] getCompletionData: Get previous token: 0.014236997812986374 +Info 9051 [15:28:39.297] getCompletionsAtPosition: isCompletionListBlocker: 0.0018789991736412048 +Info 9052 [15:28:39.299] getCompletionData: Semantic work: 1.8970290012657642 +Info 9053 [15:28:39.300] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3253429979085922 +Info 9054 [15:28:39.300] Format host information updated +Info 9055 [15:28:39.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9056 [15:28:39.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 8.40268000215292ms +Info 9057 [15:28:39.483] Different program with same set of files +Info 9058 [15:28:39.483] getCompletionData: Get current token: 0.0028900019824504852 +Info 9059 [15:28:39.483] getCompletionData: Is inside comment: 0.0011260025203227997 +Info 9060 [15:28:39.483] getCompletionData: Get previous token: 0.014208000153303146 +Info 9061 [15:28:39.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0022349990904331207 +Info 9062 [15:28:39.486] getCompletionData: Semantic work: 2.6479859985411167 +Info 9063 [15:28:39.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.40620099753141403 +Info 9064 [15:28:39.490] Format host information updated +Info 9065 [15:28:39.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9066 [15:28:39.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 8.52071699872613ms +Info 9067 [15:28:39.498] Different program with same set of files +Info 9068 [15:28:39.499] getCompletionData: Get current token: 0.003124002367258072 +Info 9069 [15:28:39.499] getCompletionData: Is inside comment: 0.0010930001735687256 +Info 9070 [15:28:39.499] getCompletionData: Get previous token: 0.015063002705574036 +Info 9071 [15:28:39.499] getCompletionsAtPosition: isCompletionListBlocker: 0.0023440010845661163 +Info 9072 [15:28:39.501] getCompletionData: Semantic work: 2.0329179987311363 +Info 9073 [15:28:39.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41263700276613235 +Info 9074 [15:28:39.502] Format host information updated +Info 9075 [15:28:39.673] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9076 [15:28:39.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 8.025288000702858ms +Info 9077 [15:28:39.681] Different program with same set of files +Info 9078 [15:28:39.682] getCompletionData: Get current token: 0.0029419995844364166 +Info 9079 [15:28:39.682] getCompletionData: Is inside comment: 0.0010770000517368317 +Info 9080 [15:28:39.682] getCompletionData: Get previous token: 0.013891000300645828 +Info 9081 [15:28:39.682] getCompletionsAtPosition: isCompletionListBlocker: 0.0020270012319087982 +Info 9082 [15:28:39.684] getCompletionData: Semantic work: 2.064070001244545 +Info 9083 [15:28:39.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3364740014076233 +Info 9084 [15:28:39.684] Format host information updated +Info 9085 [15:28:39.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9086 [15:28:39.695] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 761 structureChanged: false structureIsReused:: Completely Elapsed: 10.871389999985695ms +Info 9087 [15:28:39.695] Different program with same set of files +Info 9088 [15:28:39.696] getCompletionData: Get current token: 0.0031320005655288696 +Info 9089 [15:28:39.696] getCompletionData: Is inside comment: 0.000963997095823288 +Info 9090 [15:28:39.696] getCompletionData: Get previous token: 0.014003999531269073 +Info 9091 [15:28:39.696] getCompletionsAtPosition: isCompletionListBlocker: 0.002420000731945038 +Info 9092 [15:28:39.697] getCompletionData: Semantic work: 1.740057997405529 +Info 9093 [15:28:39.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2219270020723343 +Info 9094 [15:28:39.698] Format host information updated +Info 9095 [15:28:39.909] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9096 [15:28:39.933] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 23.324684999883175ms +Info 9097 [15:28:39.933] Different program with same set of files +Info 9098 [15:28:39.933] getCompletionData: Get current token: 0.0031199976801872253 +Info 9099 [15:28:39.933] getCompletionData: Is inside comment: 0.001191999763250351 +Info 9100 [15:28:39.933] getCompletionData: Get previous token: 0.014789998531341553 +Info 9101 [15:28:39.933] getCompletionsAtPosition: isCompletionListBlocker: 0.0066989995539188385 +Info 9102 [15:28:39.935] getExportInfoMap: cache hit +Info 9103 [15:28:39.979] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9104 [15:28:39.979] collectAutoImports: response is complete +Info 9105 [15:28:39.979] collectAutoImports: 44.002004001289606 +Info 9106 [15:28:39.979] getCompletionData: Semantic work: 45.94676399976015 +Info 9107 [15:28:39.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.86736200004816 +Info 9108 [15:28:40.010] Format host information updated +Info 9109 [15:28:40.174] getCompletionData: Get current token: 0.003901999443769455 +Info 9110 [15:28:40.174] getCompletionData: Is inside comment: 0.001187000423669815 +Info 9111 [15:28:40.174] getCompletionData: Get previous token: 0.011810000985860825 +Info 9112 [15:28:40.174] getCompletionsAtPosition: isCompletionListBlocker: 0.002986997365951538 +Info 9113 [15:28:40.176] getExportInfoMap: cache hit +Info 9114 [15:28:40.204] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9115 [15:28:40.204] collectAutoImports: response is complete +Info 9116 [15:28:40.204] collectAutoImports: 27.861454002559185 +Info 9117 [15:28:40.204] getCompletionData: Semantic work: 30.111059997230768 +Info 9118 [15:28:40.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.262163002043962 +Info 9119 [15:28:40.232] Format host information updated +Info 9120 [15:28:40.271] getCompletionData: Get current token: 0.0030820034444332123 +Info 9121 [15:28:40.271] getCompletionData: Is inside comment: 0.0011309981346130371 +Info 9122 [15:28:40.271] getCompletionData: Get previous token: 0.010926000773906708 +Info 9123 [15:28:40.271] getCompletionsAtPosition: isCompletionListBlocker: 0.012111999094486237 +Info 9124 [15:28:40.273] getExportInfoMap: cache hit +Info 9125 [15:28:40.290] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9126 [15:28:40.290] collectAutoImports: response is complete +Info 9127 [15:28:40.290] collectAutoImports: 16.93451499938965 +Info 9128 [15:28:40.290] getCompletionData: Semantic work: 18.983218997716904 +Info 9129 [15:28:40.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.427884001284838 +Info 9130 [15:28:40.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9131 [15:28:40.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 11.718090001493692ms +Info 9132 [15:28:40.370] Different program with same set of files +Info 9133 [15:28:40.370] getCompletionData: Get current token: 0.003686998039484024 +Info 9134 [15:28:40.370] getCompletionData: Is inside comment: 0.0013759993016719818 +Info 9135 [15:28:40.370] getCompletionData: Get previous token: 0.020357001572847366 +Info 9136 [15:28:40.371] getCompletionsAtPosition: isCompletionListBlocker: 0.0019380003213882446 +Info 9137 [15:28:40.373] getCompletionData: Semantic work: 2.256047997623682 +Info 9138 [15:28:40.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.294659998267889 +Info 9139 [15:28:40.374] Format host information updated +Info 9140 [15:28:40.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9141 [15:28:40.840] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 8.937481999397278ms +Info 9142 [15:28:40.840] Different program with same set of files +Info 9143 [15:28:40.840] getCompletionData: Get current token: 0.0038530007004737854 +Info 9144 [15:28:40.840] getCompletionData: Is inside comment: 0.001155998557806015 +Info 9145 [15:28:40.840] getCompletionData: Get previous token: 0.017166998237371445 +Info 9146 [15:28:40.840] getCompletionsAtPosition: isCompletionListBlocker: 0.007317002862691879 +Info 9147 [15:28:40.842] getExportInfoMap: cache hit +Info 9148 [15:28:40.862] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9149 [15:28:40.862] collectAutoImports: response is complete +Info 9150 [15:28:40.862] collectAutoImports: 19.30723499879241 +Info 9151 [15:28:40.862] getCompletionData: Semantic work: 21.26035699993372 +Info 9152 [15:28:40.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.693562000989914 +Info 9153 [15:28:40.882] Format host information updated +Info 9154 [15:28:41.949] getCompletionData: Get current token: 0.0038089975714683533 +Info 9155 [15:28:41.949] getCompletionData: Is inside comment: 0.001357000321149826 +Info 9156 [15:28:41.949] getCompletionData: Get previous token: 0.0160209983587265 +Info 9157 [15:28:41.949] getCompletionsAtPosition: isCompletionListBlocker: 0.008991003036499023 +Info 9158 [15:28:41.951] getExportInfoMap: cache hit +Info 9159 [15:28:41.955] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 301 from cache +Info 9160 [15:28:41.955] collectAutoImports: response is complete +Info 9161 [15:28:41.955] collectAutoImports: 3.7784870006144047 +Info 9162 [15:28:41.955] getCompletionData: Semantic work: 5.335720997303724 +Info 9163 [15:28:41.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5732030011713505 +Info 9164 [15:28:43.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9165 [15:28:43.114] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 10.542321000248194ms +Info 9166 [15:28:43.114] Different program with same set of files +Info 9167 [15:28:43.114] getCompletionData: Get current token: 0.00789799913764 +Info 9168 [15:28:43.114] getCompletionData: Is inside comment: 0.0015110000967979431 +Info 9169 [15:28:43.114] getCompletionData: Get previous token: 0.023326002061367035 +Info 9170 [15:28:43.114] getCompletionsAtPosition: isCompletionListBlocker: 0.008935999125242233 +Info 9171 [15:28:43.116] getExportInfoMap: cache hit +Info 9172 [15:28:43.119] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 17 from cache +Info 9173 [15:28:43.119] collectAutoImports: response is complete +Info 9174 [15:28:43.119] collectAutoImports: 2.7290440015494823 +Info 9175 [15:28:43.119] getCompletionData: Semantic work: 4.521809998899698 +Info 9176 [15:28:43.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.759590998291969 +Info 9177 [15:28:43.127] Format host information updated +Info 9178 [15:28:43.293] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9179 [15:28:43.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 11.230940997600555ms +Info 9180 [15:28:43.305] Different program with same set of files +Info 9181 [15:28:43.305] getCompletionData: Get current token: 0.006606001406908035 +Info 9182 [15:28:43.305] getCompletionData: Is inside comment: 0.0013689994812011719 +Info 9183 [15:28:43.305] getCompletionData: Get previous token: 0.019795000553131104 +Info 9184 [15:28:43.305] getCompletionsAtPosition: isCompletionListBlocker: 0.00723700225353241 +Info 9185 [15:28:43.306] getExportInfoMap: cache hit +Info 9186 [15:28:43.309] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 9187 [15:28:43.309] collectAutoImports: response is complete +Info 9188 [15:28:43.309] collectAutoImports: 2.3840790018439293 +Info 9189 [15:28:43.309] getCompletionData: Semantic work: 3.982991997152567 +Info 9190 [15:28:43.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.684735000133514 +Info 9191 [15:28:43.315] Format host information updated +Info 9192 [15:28:43.482] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9193 [15:28:43.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 8.560927998274565ms +Info 9194 [15:28:43.491] Different program with same set of files +Info 9195 [15:28:43.491] getCompletionData: Get current token: 0.007176000624895096 +Info 9196 [15:28:43.491] getCompletionData: Is inside comment: 0.0012769997119903564 +Info 9197 [15:28:43.491] getCompletionData: Get previous token: 0.019359998404979706 +Info 9198 [15:28:43.491] getCompletionsAtPosition: isCompletionListBlocker: 0.0073699988424777985 +Info 9199 [15:28:43.493] getExportInfoMap: cache hit +Info 9200 [15:28:43.495] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9201 [15:28:43.495] collectAutoImports: response is complete +Info 9202 [15:28:43.495] collectAutoImports: 2.1176830008625984 +Info 9203 [15:28:43.495] getCompletionData: Semantic work: 3.7468260005116463 +Info 9204 [15:28:43.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.938487000763416 +Info 9205 [15:28:43.503] Format host information updated +Info 9206 [15:28:43.662] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9207 [15:28:43.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 9.445975001901388ms +Info 9208 [15:28:43.672] Different program with same set of files +Info 9209 [15:28:43.672] getCompletionData: Get current token: 0.012431997805833817 +Info 9210 [15:28:43.672] getCompletionData: Is inside comment: 0.0013630017638206482 +Info 9211 [15:28:43.672] getCompletionData: Get previous token: 0.04862299934029579 +Info 9212 [15:28:43.672] getCompletionsAtPosition: isCompletionListBlocker: 0.006946001201868057 +Info 9213 [15:28:43.673] getExportInfoMap: cache hit +Info 9214 [15:28:43.676] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9215 [15:28:43.676] collectAutoImports: response is complete +Info 9216 [15:28:43.676] collectAutoImports: 2.2380749993026257 +Info 9217 [15:28:43.676] getCompletionData: Semantic work: 3.749905001372099 +Info 9218 [15:28:43.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.924880001693964 +Info 9219 [15:28:43.682] Format host information updated +Info 9220 [15:28:43.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9221 [15:28:43.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 8.210948001593351ms +Info 9222 [15:28:43.865] Different program with same set of files +Info 9223 [15:28:43.865] getCompletionData: Get current token: 0.007288999855518341 +Info 9224 [15:28:43.865] getCompletionData: Is inside comment: 0.0013030022382736206 +Info 9225 [15:28:43.865] getCompletionData: Get previous token: 0.016938000917434692 +Info 9226 [15:28:43.865] getCompletionsAtPosition: isCompletionListBlocker: 0.0019770003855228424 +Info 9227 [15:28:43.866] getCompletionData: Semantic work: 0.5321479998528957 +Info 9228 [15:28:43.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.40539199858903885 +Info 9229 [15:28:43.867] Format host information updated +Info 9230 [15:28:43.867] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9231 [15:28:43.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 8.505732998251915ms +Info 9232 [15:28:43.875] Different program with same set of files +Info 9233 [15:28:43.876] getCompletionData: Get current token: 0.007249999791383743 +Info 9234 [15:28:43.876] getCompletionData: Is inside comment: 0.0012280009686946869 +Info 9235 [15:28:43.876] getCompletionData: Get previous token: 0.02259799838066101 +Info 9236 [15:28:43.876] getCompletionsAtPosition: isCompletionListBlocker: 0.0021109990775585175 +Info 9237 [15:28:43.876] getCompletionData: Semantic work: 0.494717001914978 +Info 9238 [15:28:43.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.32683899998664856 +Info 9239 [15:28:43.878] Format host information updated +Info 9240 [15:28:44.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9241 [15:28:44.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 771 structureChanged: false structureIsReused:: Completely Elapsed: 9.397372998297215ms +Info 9242 [15:28:44.057] Different program with same set of files +Info 9243 [15:28:44.057] getCompletionData: Get current token: 0.006409000605344772 +Info 9244 [15:28:44.057] getCompletionData: Is inside comment: 0.0010979995131492615 +Info 9245 [15:28:44.057] getCompletionData: Get previous token: 0.019536998122930527 +Info 9246 [15:28:44.057] getCompletionsAtPosition: isCompletionListBlocker: 0.0019199997186660767 +Info 9247 [15:28:44.058] getCompletionData: Semantic work: 0.5261760018765926 +Info 9248 [15:28:44.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23486899957060814 +Info 9249 [15:28:44.058] Format host information updated +Info 9250 [15:28:44.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9251 [15:28:44.238] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 9.284831002354622ms +Info 9252 [15:28:44.238] Different program with same set of files +Info 9253 [15:28:44.238] getCompletionData: Get current token: 0.006604999303817749 +Info 9254 [15:28:44.238] getCompletionData: Is inside comment: 0.0012229979038238525 +Info 9255 [15:28:44.238] getCompletionData: Get previous token: 0.019818000495433807 +Info 9256 [15:28:44.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0020999982953071594 +Info 9257 [15:28:44.239] getCompletionData: Semantic work: 0.5660100020468235 +Info 9258 [15:28:44.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3356739990413189 +Info 9259 [15:28:44.239] Format host information updated +Info 9260 [15:28:44.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9261 [15:28:44.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 8.037496998906136ms +Info 9262 [15:28:44.412] Different program with same set of files +Info 9263 [15:28:44.413] getCompletionData: Get current token: 0.01162799820303917 +Info 9264 [15:28:44.413] getCompletionData: Is inside comment: 0.001318998634815216 +Info 9265 [15:28:44.413] getCompletionData: Get previous token: 0.017139002680778503 +Info 9266 [15:28:44.413] getCompletionsAtPosition: isCompletionListBlocker: 0.002592001110315323 +Info 9267 [15:28:44.414] getExportInfoMap: cache hit +Info 9268 [15:28:44.432] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9269 [15:28:44.432] collectAutoImports: response is complete +Info 9270 [15:28:44.432] collectAutoImports: 18.467964000999928 +Info 9271 [15:28:44.432] getCompletionData: Semantic work: 19.895421002060175 +Info 9272 [15:28:44.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.169713001698256 +Info 9273 [15:28:44.459] Format host information updated +Info 9274 [15:28:44.634] getCompletionData: Get current token: 0.006439000368118286 +Info 9275 [15:28:44.635] getCompletionData: Is inside comment: 0.0013539977371692657 +Info 9276 [15:28:44.635] getCompletionData: Get previous token: 0.01255900040268898 +Info 9277 [15:28:44.635] getCompletionsAtPosition: isCompletionListBlocker: 0.011433001607656479 +Info 9278 [15:28:44.636] getExportInfoMap: cache hit +Info 9279 [15:28:44.652] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9280 [15:28:44.652] collectAutoImports: response is complete +Info 9281 [15:28:44.652] collectAutoImports: 15.554101999849081 +Info 9282 [15:28:44.652] getCompletionData: Semantic work: 17.407478000968695 +Info 9283 [15:28:44.665] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.35733400285244 +Info 9284 [15:28:44.673] Format host information updated +Info 9285 [15:28:44.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9286 [15:28:44.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 7.778369002044201ms +Info 9287 [15:28:44.721] Different program with same set of files +Info 9288 [15:28:44.721] getCompletionData: Get current token: 0.005171000957489014 +Info 9289 [15:28:44.721] getCompletionData: Is inside comment: 0.0011570006608963013 +Info 9290 [15:28:44.721] getCompletionData: Get previous token: 0.014382001012563705 +Info 9291 [15:28:44.721] getCompletionsAtPosition: isCompletionListBlocker: 0.005955003201961517 +Info 9292 [15:28:44.722] getExportInfoMap: cache hit +Info 9293 [15:28:44.743] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9294 [15:28:44.743] collectAutoImports: response is complete +Info 9295 [15:28:44.743] collectAutoImports: 20.538605999201536 +Info 9296 [15:28:44.743] getCompletionData: Semantic work: 22.085457999259233 +Info 9297 [15:28:44.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.75671499967575 +Info 9298 [15:28:44.761] Format host information updated +Info 9299 [15:28:44.935] Format host information updated +Info 9300 [15:28:45.380] getCompletionData: Get current token: 0.006262000650167465 +Info 9301 [15:28:45.380] getCompletionData: Is inside comment: 0.0013580024242401123 +Info 9302 [15:28:45.380] getCompletionData: Get previous token: 0.012278001755475998 +Info 9303 [15:28:45.380] getCompletionsAtPosition: isCompletionListBlocker: 0.008558999747037888 +Info 9304 [15:28:45.382] getExportInfoMap: cache hit +Info 9305 [15:28:45.399] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9306 [15:28:45.399] collectAutoImports: response is complete +Info 9307 [15:28:45.399] collectAutoImports: 16.911414001137018 +Info 9308 [15:28:45.399] getCompletionData: Semantic work: 18.56293100118637 +Info 9309 [15:28:45.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.947675000876188 +Info 9310 [15:28:45.707] getCompletionData: Get current token: 0.004952002316713333 +Info 9311 [15:28:45.707] getCompletionData: Is inside comment: 0.0010999999940395355 +Info 9312 [15:28:45.707] getCompletionData: Get previous token: 0.00960100069642067 +Info 9313 [15:28:45.707] getCompletionsAtPosition: isCompletionListBlocker: 0.00830099731683731 +Info 9314 [15:28:45.709] getExportInfoMap: cache hit +Info 9315 [15:28:45.727] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9316 [15:28:45.727] collectAutoImports: response is complete +Info 9317 [15:28:45.727] collectAutoImports: 18.023148998618126 +Info 9318 [15:28:45.727] getCompletionData: Semantic work: 19.858231998980045 +Info 9319 [15:28:45.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.129744999110699 +Info 9320 [15:28:45.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9321 [15:28:45.866] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 10.006811000406742ms +Info 9322 [15:28:45.866] Different program with same set of files +Info 9323 [15:28:45.866] getCompletionData: Get current token: 0.0066609978675842285 +Info 9324 [15:28:45.866] getCompletionData: Is inside comment: 0.0014309994876384735 +Info 9325 [15:28:45.866] getCompletionData: Get previous token: 0.02257699891924858 +Info 9326 [15:28:45.866] getCompletionsAtPosition: isCompletionListBlocker: 0.002854999154806137 +Info 9327 [15:28:45.870] getCompletionData: Semantic work: 4.1681340001523495 +Info 9328 [15:28:45.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7770250029861927 +Info 9329 [15:28:45.873] Format host information updated +Info 9330 [15:28:46.102] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9331 [15:28:46.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 8.503077000379562ms +Info 9332 [15:28:46.110] Different program with same set of files +Info 9333 [15:28:46.110] getCompletionData: Get current token: 0.005036000162363052 +Info 9334 [15:28:46.110] getCompletionData: Is inside comment: 0.001157999038696289 +Info 9335 [15:28:46.110] getCompletionData: Get previous token: 0.016610000282526016 +Info 9336 [15:28:46.110] getCompletionsAtPosition: isCompletionListBlocker: 0.002248000353574753 +Info 9337 [15:28:46.115] getCompletionData: Semantic work: 4.071257002651691 +Info 9338 [15:28:46.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.98547700047493 +Info 9339 [15:28:46.120] Format host information updated +Info 9340 [15:28:46.293] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9341 [15:28:46.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 8.181875001639128ms +Info 9342 [15:28:46.301] Different program with same set of files +Info 9343 [15:28:46.301] getCompletionData: Get current token: 0.005370002239942551 +Info 9344 [15:28:46.301] getCompletionData: Is inside comment: 0.0011589974164962769 +Info 9345 [15:28:46.301] getCompletionData: Get previous token: 0.015912998467683792 +Info 9346 [15:28:46.301] getCompletionsAtPosition: isCompletionListBlocker: 0.002216000109910965 +Info 9347 [15:28:46.305] getCompletionData: Semantic work: 3.261599000543356 +Info 9348 [15:28:46.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.18851999938488 +Info 9349 [15:28:46.311] Format host information updated +Info 9350 [15:28:46.475] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9351 [15:28:46.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 7.9842949993908405ms +Info 9352 [15:28:46.483] Different program with same set of files +Info 9353 [15:28:46.483] getCompletionData: Get current token: 0.00513400137424469 +Info 9354 [15:28:46.483] getCompletionData: Is inside comment: 0.001051001250743866 +Info 9355 [15:28:46.483] getCompletionData: Get previous token: 0.014681000262498856 +Info 9356 [15:28:46.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0019630007445812225 +Info 9357 [15:28:46.486] getCompletionData: Semantic work: 3.1886759996414185 +Info 9358 [15:28:46.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8197930008172989 +Info 9359 [15:28:46.487] Format host information updated +Info 9360 [15:28:46.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9361 [15:28:46.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 10.276617001742125ms +Info 9362 [15:28:46.666] Different program with same set of files +Info 9363 [15:28:46.666] getCompletionData: Get current token: 0.005275998264551163 +Info 9364 [15:28:46.666] getCompletionData: Is inside comment: 0.0010430030524730682 +Info 9365 [15:28:46.666] getCompletionData: Get previous token: 0.015071999281644821 +Info 9366 [15:28:46.666] getCompletionsAtPosition: isCompletionListBlocker: 0.006270997226238251 +Info 9367 [15:28:46.667] getExportInfoMap: cache hit +Info 9368 [15:28:46.687] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9369 [15:28:46.687] collectAutoImports: response is complete +Info 9370 [15:28:46.687] collectAutoImports: 19.303952001035213 +Info 9371 [15:28:46.687] getCompletionData: Semantic work: 20.834258999675512 +Info 9372 [15:28:46.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.381411001086235 +Info 9373 [15:28:46.707] Format host information updated +Info 9374 [15:28:46.879] getCompletionData: Get current token: 0.0063680000603199005 +Info 9375 [15:28:46.879] getCompletionData: Is inside comment: 0.0013139992952346802 +Info 9376 [15:28:46.879] getCompletionData: Get previous token: 0.025359999388456345 +Info 9377 [15:28:46.879] getCompletionsAtPosition: isCompletionListBlocker: 0.022619999945163727 +Info 9378 [15:28:46.881] getExportInfoMap: cache hit +Info 9379 [15:28:46.897] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9380 [15:28:46.897] collectAutoImports: response is complete +Info 9381 [15:28:46.897] collectAutoImports: 16.241372000426054 +Info 9382 [15:28:46.897] getCompletionData: Semantic work: 18.499894000589848 +Info 9383 [15:28:46.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.820441000163555 +Info 9384 [15:28:46.918] Format host information updated +Info 9385 [15:28:47.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9386 [15:28:48.013] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 15.065742999315262ms +Info 9387 [15:28:48.013] Different program with same set of files +Info 9388 [15:28:48.014] getCompletionData: Get current token: 0.012688003480434418 +Info 9389 [15:28:48.014] getCompletionData: Is inside comment: 0.0021879971027374268 +Info 9390 [15:28:48.014] getCompletionData: Get previous token: 0.030191000550985336 +Info 9391 [15:28:48.014] getCompletionsAtPosition: isCompletionListBlocker: 0.004131000488996506 +Info 9392 [15:28:48.016] getExportInfoMap: cache hit +Info 9393 [15:28:48.046] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9394 [15:28:48.046] collectAutoImports: response is complete +Info 9395 [15:28:48.046] collectAutoImports: 29.9223009981215 +Info 9396 [15:28:48.046] getCompletionData: Semantic work: 32.31156099960208 +Info 9397 [15:28:48.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.45924500003457 +Info 9398 [15:28:48.069] Format host information updated +Info 9399 [15:28:48.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9400 [15:28:48.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 781 structureChanged: false structureIsReused:: Completely Elapsed: 10.088256999850273ms +Info 9401 [15:28:48.292] Different program with same set of files +Info 9402 [15:28:48.293] getCompletionData: Get current token: 0.006780002266168594 +Info 9403 [15:28:48.293] getCompletionData: Is inside comment: 0.0010110028088092804 +Info 9404 [15:28:48.293] getCompletionData: Get previous token: 0.01607299968600273 +Info 9405 [15:28:48.293] getCompletionsAtPosition: isCompletionListBlocker: 0.002206001430749893 +Info 9406 [15:28:48.294] getExportInfoMap: cache hit +Info 9407 [15:28:48.314] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9408 [15:28:48.314] collectAutoImports: response is complete +Info 9409 [15:28:48.314] collectAutoImports: 20.10749699920416 +Info 9410 [15:28:48.314] getCompletionData: Semantic work: 21.536873001605272 +Info 9411 [15:28:48.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.960361000150442 +Info 9412 [15:28:48.337] Format host information updated +Info 9413 [15:28:48.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9414 [15:28:48.524] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 782 structureChanged: false structureIsReused:: Completely Elapsed: 8.13986099883914ms +Info 9415 [15:28:48.524] Different program with same set of files +Info 9416 [15:28:48.524] getCompletionData: Get current token: 0.006792999804019928 +Info 9417 [15:28:48.524] getCompletionData: Is inside comment: 0.0011200010776519775 +Info 9418 [15:28:48.524] getCompletionData: Get previous token: 0.016297999769449234 +Info 9419 [15:28:48.524] getCompletionsAtPosition: isCompletionListBlocker: 0.006884999573230743 +Info 9420 [15:28:48.525] getExportInfoMap: cache hit +Info 9421 [15:28:48.544] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9422 [15:28:48.544] collectAutoImports: response is complete +Info 9423 [15:28:48.544] collectAutoImports: 18.94436600059271 +Info 9424 [15:28:48.544] getCompletionData: Semantic work: 20.489836998283863 +Info 9425 [15:28:48.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.526595000177622 +Info 9426 [15:28:48.570] Format host information updated +Info 9427 [15:28:48.741] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9428 [15:28:48.749] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 783 structureChanged: false structureIsReused:: Completely Elapsed: 7.785217002034187ms +Info 9429 [15:28:48.749] Different program with same set of files +Info 9430 [15:28:48.749] getCompletionData: Get current token: 0.005899000912904739 +Info 9431 [15:28:48.749] getCompletionData: Is inside comment: 0.001173999160528183 +Info 9432 [15:28:48.749] getCompletionData: Get previous token: 0.018151000142097473 +Info 9433 [15:28:48.749] getCompletionsAtPosition: isCompletionListBlocker: 0.006366003304719925 +Info 9434 [15:28:48.750] getExportInfoMap: cache hit +Info 9435 [15:28:48.769] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9436 [15:28:48.769] collectAutoImports: response is complete +Info 9437 [15:28:48.769] collectAutoImports: 18.80741000175476 +Info 9438 [15:28:48.769] getCompletionData: Semantic work: 20.228539999574423 +Info 9439 [15:28:48.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.744014002382755 +Info 9440 [15:28:48.792] Format host information updated +Info 9441 [15:28:48.968] getCompletionData: Get current token: 0.007294997572898865 +Info 9442 [15:28:48.968] getCompletionData: Is inside comment: 0.0012420006096363068 +Info 9443 [15:28:48.968] getCompletionData: Get previous token: 0.01258699968457222 +Info 9444 [15:28:48.968] getCompletionsAtPosition: isCompletionListBlocker: 0.007348001003265381 +Info 9445 [15:28:48.970] getExportInfoMap: cache hit +Info 9446 [15:28:48.986] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9447 [15:28:48.986] collectAutoImports: response is complete +Info 9448 [15:28:48.986] collectAutoImports: 16.000023998320103 +Info 9449 [15:28:48.986] getCompletionData: Semantic work: 17.50671299919486 +Info 9450 [15:28:48.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.302443999797106 +Info 9451 [15:28:49.006] Format host information updated +Info 9452 [15:28:49.055] getCompletionData: Get current token: 0.0073920004069805145 +Info 9453 [15:28:49.055] getCompletionData: Is inside comment: 0.0017139986157417297 +Info 9454 [15:28:49.055] getCompletionData: Get previous token: 0.01201700046658516 +Info 9455 [15:28:49.055] getCompletionsAtPosition: isCompletionListBlocker: 0.0024149976670742035 +Info 9456 [15:28:49.057] getExportInfoMap: cache hit +Info 9457 [15:28:49.073] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9458 [15:28:49.073] collectAutoImports: response is complete +Info 9459 [15:28:49.073] collectAutoImports: 16.0704060010612 +Info 9460 [15:28:49.073] getCompletionData: Semantic work: 17.707227002829313 +Info 9461 [15:28:49.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.33033899962902 +Info 9462 [15:28:49.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9463 [15:28:49.190] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 9.213700000196695ms +Info 9464 [15:28:49.190] Different program with same set of files +Info 9465 [15:28:49.190] getCompletionData: Get current token: 0.0073739998042583466 +Info 9466 [15:28:49.190] getCompletionData: Is inside comment: 0.0012640021741390228 +Info 9467 [15:28:49.190] getCompletionData: Get previous token: 0.018910001963377 +Info 9468 [15:28:49.190] getCompletionsAtPosition: isCompletionListBlocker: 0.002016998827457428 +Info 9469 [15:28:49.192] getExportInfoMap: cache hit +Info 9470 [15:28:49.195] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 60 from cache +Info 9471 [15:28:49.195] collectAutoImports: response is complete +Info 9472 [15:28:49.195] collectAutoImports: 2.912523001432419 +Info 9473 [15:28:49.195] getCompletionData: Semantic work: 4.503834001719952 +Info 9474 [15:28:49.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.166218999773264 +Info 9475 [15:28:49.206] Format host information updated +Info 9476 [15:28:49.381] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9477 [15:28:49.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 8.81878700107336ms +Info 9478 [15:28:49.389] Different program with same set of files +Info 9479 [15:28:49.390] getCompletionData: Get current token: 0.007242999970912933 +Info 9480 [15:28:49.390] getCompletionData: Is inside comment: 0.0010799989104270935 +Info 9481 [15:28:49.390] getCompletionData: Get previous token: 0.01573299989104271 +Info 9482 [15:28:49.390] getCompletionsAtPosition: isCompletionListBlocker: 0.004439998418092728 +Info 9483 [15:28:49.391] getExportInfoMap: cache hit +Info 9484 [15:28:49.412] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9485 [15:28:49.412] collectAutoImports: response is complete +Info 9486 [15:28:49.412] collectAutoImports: 21.20964900031686 +Info 9487 [15:28:49.412] getCompletionData: Semantic work: 22.753538001328707 +Info 9488 [15:28:49.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.03914299979806 +Info 9489 [15:28:49.438] Format host information updated +Info 9490 [15:28:49.614] Format host information updated +Info 9491 [15:28:49.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9492 [15:28:49.622] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 8.376138001680374ms +Info 9493 [15:28:49.622] Different program with same set of files +Info 9494 [15:28:49.622] getCompletionData: Get current token: 0.006728999316692352 +Info 9495 [15:28:49.622] getCompletionData: Is inside comment: 0.0011540018022060394 +Info 9496 [15:28:49.623] getCompletionData: Get previous token: 0.01787099987268448 +Info 9497 [15:28:49.623] getCompletionsAtPosition: isCompletionListBlocker: 0.003894999623298645 +Info 9498 [15:28:49.624] getExportInfoMap: cache hit +Info 9499 [15:28:49.627] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 40 from cache +Info 9500 [15:28:49.627] collectAutoImports: response is complete +Info 9501 [15:28:49.627] collectAutoImports: 2.6329529993236065 +Info 9502 [15:28:49.627] getCompletionData: Semantic work: 4.019733998924494 +Info 9503 [15:28:49.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8522880002856255 +Info 9504 [15:28:49.637] Format host information updated +Info 9505 [15:28:49.810] getCompletionData: Get current token: 0.006864000111818314 +Info 9506 [15:28:49.810] getCompletionData: Is inside comment: 0.0012490004301071167 +Info 9507 [15:28:49.810] getCompletionData: Get previous token: 0.01120699942111969 +Info 9508 [15:28:49.810] getCompletionsAtPosition: isCompletionListBlocker: 0.007259000092744827 +Info 9509 [15:28:49.812] getExportInfoMap: cache hit +Info 9510 [15:28:49.831] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9511 [15:28:49.831] collectAutoImports: response is complete +Info 9512 [15:28:49.831] collectAutoImports: 19.706287000328302 +Info 9513 [15:28:49.831] getCompletionData: Semantic work: 21.38187099993229 +Info 9514 [15:28:49.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.404113002121449 +Info 9515 [15:28:49.853] Format host information updated +Info 9516 [15:28:49.892] getCompletionData: Get current token: 0.0058469995856285095 +Info 9517 [15:28:49.892] getCompletionData: Is inside comment: 0.001033000648021698 +Info 9518 [15:28:49.892] getCompletionData: Get previous token: 0.009998001158237457 +Info 9519 [15:28:49.892] getCompletionsAtPosition: isCompletionListBlocker: 0.006418999284505844 +Info 9520 [15:28:49.894] getExportInfoMap: cache hit +Info 9521 [15:28:49.910] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9522 [15:28:49.910] collectAutoImports: response is complete +Info 9523 [15:28:49.910] collectAutoImports: 15.925045002251863 +Info 9524 [15:28:49.910] getCompletionData: Semantic work: 17.57312300056219 +Info 9525 [15:28:49.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.848021000623703 +Info 9526 [15:28:50.083] Format host information updated +Info 9527 [15:28:50.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9528 [15:28:50.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 9.650355998426676ms +Info 9529 [15:28:50.093] Different program with same set of files +Info 9530 [15:28:50.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9531 [15:28:50.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 7.914545997977257ms +Info 9532 [15:28:50.277] Different program with same set of files +Info 9533 [15:28:50.277] getCompletionData: Get current token: 0.00737299770116806 +Info 9534 [15:28:50.277] getCompletionData: Is inside comment: 0.0011419989168643951 +Info 9535 [15:28:50.278] getCompletionData: Get previous token: 0.019510000944137573 +Info 9536 [15:28:50.278] getCompletionsAtPosition: isCompletionListBlocker: 0.006713997572660446 +Info 9537 [15:28:50.279] getExportInfoMap: cache hit +Info 9538 [15:28:50.298] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9539 [15:28:50.298] collectAutoImports: response is complete +Info 9540 [15:28:50.298] collectAutoImports: 19.114661000669003 +Info 9541 [15:28:50.298] getCompletionData: Semantic work: 20.53983300179243 +Info 9542 [15:28:50.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.948614999651909 +Info 9543 [15:28:50.319] Format host information updated +Info 9544 [15:28:50.498] Format host information updated +Info 9545 [15:28:50.498] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9546 [15:28:50.508] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 10.144834998995066ms +Info 9547 [15:28:50.508] Different program with same set of files +Info 9548 [15:28:50.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9549 [15:28:50.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 8.797256000339985ms +Info 9550 [15:28:50.913] Different program with same set of files +Info 9551 [15:28:50.913] getCompletionData: Get current token: 0.00738699734210968 +Info 9552 [15:28:50.913] getCompletionData: Is inside comment: 0.0013229995965957642 +Info 9553 [15:28:50.914] getCompletionData: Get previous token: 0.02188500016927719 +Info 9554 [15:28:50.914] getCompletionsAtPosition: isCompletionListBlocker: 0.007947999984025955 +Info 9555 [15:28:50.915] getExportInfoMap: cache hit +Info 9556 [15:28:50.938] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9557 [15:28:50.938] collectAutoImports: response is complete +Info 9558 [15:28:50.938] collectAutoImports: 22.992718998342752 +Info 9559 [15:28:50.938] getCompletionData: Semantic work: 24.666626997292042 +Info 9560 [15:28:50.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.940496999770403 +Info 9561 [15:28:50.958] Format host information updated +Info 9562 [15:28:51.141] getCompletionData: Get current token: 0.00773099809885025 +Info 9563 [15:28:51.141] getCompletionData: Is inside comment: 0.0013899989426136017 +Info 9564 [15:28:51.141] getCompletionData: Get previous token: 0.010733000934123993 +Info 9565 [15:28:51.141] getCompletionsAtPosition: isCompletionListBlocker: 0.002367999404668808 +Info 9566 [15:28:51.143] getExportInfoMap: cache hit +Info 9567 [15:28:51.158] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9568 [15:28:51.158] collectAutoImports: response is complete +Info 9569 [15:28:51.158] collectAutoImports: 15.121587999165058 +Info 9570 [15:28:51.158] getCompletionData: Semantic work: 16.597874999046326 +Info 9571 [15:28:51.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.000284999608994 +Info 9572 [15:28:51.178] Format host information updated +Info 9573 [15:28:51.221] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9574 [15:28:51.229] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 8.077259998768568ms +Info 9575 [15:28:51.229] Different program with same set of files +Info 9576 [15:28:51.229] getCompletionData: Get current token: 0.007426001131534576 +Info 9577 [15:28:51.229] getCompletionData: Is inside comment: 0.001309998333454132 +Info 9578 [15:28:51.229] getCompletionData: Get previous token: 0.02048499882221222 +Info 9579 [15:28:51.229] getCompletionsAtPosition: isCompletionListBlocker: 0.0020969994366168976 +Info 9580 [15:28:51.231] getExportInfoMap: cache hit +Info 9581 [15:28:51.235] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 60 from cache +Info 9582 [15:28:51.235] collectAutoImports: response is complete +Info 9583 [15:28:51.235] collectAutoImports: 4.7995890006423 +Info 9584 [15:28:51.235] getCompletionData: Semantic work: 6.260972000658512 +Info 9585 [15:28:51.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.943402998149395 +Info 9586 [15:28:51.242] Format host information updated +Info 9587 [15:28:51.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9588 [15:28:51.632] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 9.398464001715183ms +Info 9589 [15:28:51.632] Different program with same set of files +Info 9590 [15:28:51.632] getCompletionData: Get current token: 0.00952799990773201 +Info 9591 [15:28:51.632] getCompletionData: Is inside comment: 0.0018889978528022766 +Info 9592 [15:28:51.632] getCompletionData: Get previous token: 0.02157900109887123 +Info 9593 [15:28:51.632] getCompletionsAtPosition: isCompletionListBlocker: 0.0026590004563331604 +Info 9594 [15:28:51.634] getExportInfoMap: cache hit +Info 9595 [15:28:51.657] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9596 [15:28:51.657] collectAutoImports: response is complete +Info 9597 [15:28:51.657] collectAutoImports: 23.42442199960351 +Info 9598 [15:28:51.657] getCompletionData: Semantic work: 25.192458000034094 +Info 9599 [15:28:51.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.862838998436928 +Info 9600 [15:28:51.678] Format host information updated +Info 9601 [15:28:51.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9602 [15:28:51.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 9.047370001673698ms +Info 9603 [15:28:51.869] Different program with same set of files +Info 9604 [15:28:51.869] getCompletionData: Get current token: 0.006009999662637711 +Info 9605 [15:28:51.869] getCompletionData: Is inside comment: 0.001221001148223877 +Info 9606 [15:28:51.869] getCompletionData: Get previous token: 0.016311999410390854 +Info 9607 [15:28:51.869] getCompletionsAtPosition: isCompletionListBlocker: 0.001844998449087143 +Info 9608 [15:28:51.871] getExportInfoMap: cache hit +Info 9609 [15:28:51.890] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9610 [15:28:51.890] collectAutoImports: response is complete +Info 9611 [15:28:51.891] collectAutoImports: 19.88313899934292 +Info 9612 [15:28:51.891] getCompletionData: Semantic work: 21.338615000247955 +Info 9613 [15:28:51.903] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.27718099951744 +Info 9614 [15:28:51.913] Format host information updated +Info 9615 [15:28:52.083] Format host information updated +Info 9616 [15:28:52.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9617 [15:28:52.094] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 10.119030997157097ms +Info 9618 [15:28:52.094] Different program with same set of files +Info 9619 [15:28:52.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9620 [15:28:52.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 10.158786002546549ms +Info 9621 [15:28:52.457] Different program with same set of files +Info 9622 [15:28:52.457] getCompletionData: Get current token: 0.007594000548124313 +Info 9623 [15:28:52.457] getCompletionData: Is inside comment: 0.0015519969165325165 +Info 9624 [15:28:52.457] getCompletionData: Get previous token: 0.02216000109910965 +Info 9625 [15:28:52.457] getCompletionsAtPosition: isCompletionListBlocker: 0.007787000387907028 +Info 9626 [15:28:52.459] getExportInfoMap: cache hit +Info 9627 [15:28:52.479] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9628 [15:28:52.479] collectAutoImports: response is complete +Info 9629 [15:28:52.479] collectAutoImports: 19.830821998417377 +Info 9630 [15:28:52.479] getCompletionData: Semantic work: 21.661068998277187 +Info 9631 [15:28:52.493] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.15506599843502 +Info 9632 [15:28:52.501] Format host information updated +Info 9633 [15:28:52.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9634 [15:28:52.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 13.065461002290249ms +Info 9635 [15:28:52.838] Different program with same set of files +Info 9636 [15:28:52.838] getCompletionData: Get current token: 0.008941002190113068 +Info 9637 [15:28:52.838] getCompletionData: Is inside comment: 0.0021880008280277252 +Info 9638 [15:28:52.838] getCompletionData: Get previous token: 0.027233999222517014 +Info 9639 [15:28:52.838] getCompletionsAtPosition: isCompletionListBlocker: 0.0026730000972747803 +Info 9640 [15:28:52.841] getExportInfoMap: cache hit +Info 9641 [15:28:52.869] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9642 [15:28:52.869] collectAutoImports: response is complete +Info 9643 [15:28:52.869] collectAutoImports: 28.200445000082254 +Info 9644 [15:28:52.869] getCompletionData: Semantic work: 30.68324999883771 +Info 9645 [15:28:52.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.547715000808239 +Info 9646 [15:28:52.890] Format host information updated +Info 9647 [15:28:53.194] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9648 [15:28:53.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 36.78202000260353ms +Info 9649 [15:28:53.231] Different program with same set of files +Info 9650 [15:28:53.232] getCompletionData: Get current token: 0.021398000419139862 +Info 9651 [15:28:53.232] getCompletionData: Is inside comment: 0.0035600028932094574 +Info 9652 [15:28:53.232] getCompletionData: Get previous token: 0.06104699894785881 +Info 9653 [15:28:53.232] getCompletionsAtPosition: isCompletionListBlocker: 0.006262000650167465 +Info 9654 [15:28:53.236] getExportInfoMap: cache hit +Info 9655 [15:28:53.263] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9656 [15:28:53.263] collectAutoImports: response is complete +Info 9657 [15:28:53.263] collectAutoImports: 26.952721998095512 +Info 9658 [15:28:53.263] getCompletionData: Semantic work: 30.99702199921012 +Info 9659 [15:28:53.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.254626002162695 +Info 9660 [15:28:53.282] Format host information updated +Info 9661 [15:28:53.502] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9662 [15:28:53.511] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 798 structureChanged: false structureIsReused:: Completely Elapsed: 9.10063399747014ms +Info 9663 [15:28:53.511] Different program with same set of files +Info 9664 [15:28:53.511] getCompletionData: Get current token: 0.00608300045132637 +Info 9665 [15:28:53.511] getCompletionData: Is inside comment: 0.001162998378276825 +Info 9666 [15:28:53.511] getCompletionData: Get previous token: 0.020139001309871674 +Info 9667 [15:28:53.511] getCompletionsAtPosition: isCompletionListBlocker: 0.0019540004432201385 +Info 9668 [15:28:53.513] getExportInfoMap: cache hit +Info 9669 [15:28:53.533] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9670 [15:28:53.533] collectAutoImports: response is complete +Info 9671 [15:28:53.533] collectAutoImports: 20.100222002714872 +Info 9672 [15:28:53.533] getCompletionData: Semantic work: 21.80298000201583 +Info 9673 [15:28:53.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.72325300052762 +Info 9674 [15:28:53.553] Format host information updated +Info 9675 [15:28:53.725] Format host information updated +Info 9676 [15:28:53.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9677 [15:28:53.734] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 799 structureChanged: false structureIsReused:: Completely Elapsed: 8.688056997954845ms +Info 9678 [15:28:53.734] Different program with same set of files +Info 9679 [15:28:53.941] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9680 [15:28:53.950] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 8.681830000132322ms +Info 9681 [15:28:53.950] Different program with same set of files +Info 9682 [15:28:53.951] getCompletionData: Get current token: 0.007152002304792404 +Info 9683 [15:28:53.951] getCompletionData: Is inside comment: 0.001166999340057373 +Info 9684 [15:28:53.951] getCompletionData: Get previous token: 0.020197998732328415 +Info 9685 [15:28:53.951] getCompletionsAtPosition: isCompletionListBlocker: 0.002535998821258545 +Info 9686 [15:28:53.958] getCompletionData: Semantic work: 7.407461002469063 +Info 9687 [15:28:53.963] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.245441000908613 +Info 9688 [15:28:53.965] Format host information updated +Info 9689 [15:28:54.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9690 [15:28:54.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 8.139256000518799ms +Info 9691 [15:28:54.132] Different program with same set of files +Info 9692 [15:28:54.132] getCompletionData: Get current token: 0.007764998823404312 +Info 9693 [15:28:54.132] getCompletionData: Is inside comment: 0.001075003296136856 +Info 9694 [15:28:54.132] getCompletionData: Get previous token: 0.01863200217485428 +Info 9695 [15:28:54.132] getCompletionsAtPosition: isCompletionListBlocker: 0.006464000791311264 +Info 9696 [15:28:54.133] getExportInfoMap: cache hit +Info 9697 [15:28:54.153] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9698 [15:28:54.153] collectAutoImports: response is complete +Info 9699 [15:28:54.153] collectAutoImports: 19.073320999741554 +Info 9700 [15:28:54.153] getCompletionData: Semantic work: 20.492208998650312 +Info 9701 [15:28:54.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.459650997072458 +Info 9702 [15:28:54.175] Format host information updated +Info 9703 [15:28:54.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9704 [15:28:54.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 8.58559799939394ms +Info 9705 [15:28:54.339] Different program with same set of files +Info 9706 [15:28:54.339] getCompletionData: Get current token: 0.006021998822689056 +Info 9707 [15:28:54.339] getCompletionData: Is inside comment: 0.0011590011417865753 +Info 9708 [15:28:54.339] getCompletionData: Get previous token: 0.01758899912238121 +Info 9709 [15:28:54.339] getCompletionsAtPosition: isCompletionListBlocker: 0.00642700120806694 +Info 9710 [15:28:54.342] getExportInfoMap: cache hit +Info 9711 [15:28:54.361] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9712 [15:28:54.361] collectAutoImports: response is complete +Info 9713 [15:28:54.361] collectAutoImports: 18.46101899817586 +Info 9714 [15:28:54.361] getCompletionData: Semantic work: 21.471572998911142 +Info 9715 [15:28:54.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.81538999825716 +Info 9716 [15:28:54.386] Format host information updated +Info 9717 [15:28:54.556] getCompletionData: Get current token: 0.008157998323440552 +Info 9718 [15:28:54.556] getCompletionData: Is inside comment: 0.0012870021164417267 +Info 9719 [15:28:54.556] getCompletionData: Get previous token: 0.030512001365423203 +Info 9720 [15:28:54.556] getCompletionsAtPosition: isCompletionListBlocker: 0.006831001490354538 +Info 9721 [15:28:54.558] getExportInfoMap: cache hit +Info 9722 [15:28:54.574] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 9723 [15:28:54.574] collectAutoImports: response is complete +Info 9724 [15:28:54.574] collectAutoImports: 16.47563700005412 +Info 9725 [15:28:54.574] getCompletionData: Semantic work: 18.079355999827385 +Info 9726 [15:28:54.585] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.913739997893572 +Info 9727 [15:28:54.593] Format host information updated +Info 9728 [15:28:54.599] getCompletionData: Get current token: 0.00877399742603302 +Info 9729 [15:28:54.599] getCompletionData: Is inside comment: 0.0017829984426498413 +Info 9730 [15:28:54.599] getCompletionData: Get previous token: 0.01454000174999237 +Info 9731 [15:28:54.599] getCompletionsAtPosition: isCompletionListBlocker: 0.00304500013589859 +Info 9732 [15:28:54.601] getCompletionData: Semantic work: 2.4486790001392365 +Info 9733 [15:28:54.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.908396001905203 +Info 9734 [15:28:54.608] Format host information updated +Info 9735 [15:28:54.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9736 [15:28:54.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 9.47138800099492ms +Info 9737 [15:28:54.655] Different program with same set of files +Info 9738 [15:28:54.656] getCompletionData: Get current token: 0.007417000830173492 +Info 9739 [15:28:54.656] getCompletionData: Is inside comment: 0.0012550018727779388 +Info 9740 [15:28:54.656] getCompletionData: Get previous token: 0.024303000420331955 +Info 9741 [15:28:54.656] getCompletionsAtPosition: isCompletionListBlocker: 0.002145998179912567 +Info 9742 [15:28:54.661] getCompletionData: Semantic work: 5.371906001120806 +Info 9743 [15:28:54.666] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.91236099973321 +Info 9744 [15:28:54.667] Format host information updated +Info 9745 [15:28:54.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9746 [15:28:54.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 9.00552500039339ms +Info 9747 [15:28:54.847] Different program with same set of files +Info 9748 [15:28:54.847] getCompletionData: Get current token: 0.009212002158164978 +Info 9749 [15:28:54.847] getCompletionData: Is inside comment: 0.0012359991669654846 +Info 9750 [15:28:54.847] getCompletionData: Get previous token: 0.019460998475551605 +Info 9751 [15:28:54.847] getCompletionsAtPosition: isCompletionListBlocker: 0.005412999540567398 +Info 9752 [15:28:54.852] getCompletionData: Semantic work: 5.245123997330666 +Info 9753 [15:28:54.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.928085997700691 +Info 9754 [15:28:54.859] Format host information updated +Info 9755 [15:28:55.031] Format host information updated +Info 9756 [15:28:55.031] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9757 [15:28:55.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 805 structureChanged: false structureIsReused:: Completely Elapsed: 9.873968999832869ms +Info 9758 [15:28:55.041] Different program with same set of files +Info 9759 [15:28:55.041] getCompletionData: Get current token: 0.007915999740362167 +Info 9760 [15:28:55.041] getCompletionData: Is inside comment: 0.0013210028409957886 +Info 9761 [15:28:55.041] getCompletionData: Get previous token: 0.02625199779868126 +Info 9762 [15:28:55.041] getCompletionsAtPosition: isCompletionListBlocker: 0.0047310031950473785 +Info 9763 [15:28:55.046] getCompletionData: Semantic work: 5.319593001157045 +Info 9764 [15:28:55.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.788765996694565 +Info 9765 [15:28:55.053] Format host information updated +Info 9766 [15:28:59.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9767 [15:28:59.823] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 8.947445999830961ms +Info 9768 [15:28:59.823] Different program with same set of files +Info 9769 [15:28:59.823] getCompletionData: Get current token: 0.007436003535985947 +Info 9770 [15:28:59.823] getCompletionData: Is inside comment: 0.012430001050233841 +Info 9771 [15:28:59.823] getCompletionData: Get previous token: 0.017433997243642807 +Info 9772 [15:28:59.823] getCompletionsAtPosition: isCompletionListBlocker: 0.0022170022130012512 +Info 9773 [15:28:59.824] getExportInfoMap: cache hit +Info 9774 [15:28:59.826] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9775 [15:28:59.826] collectAutoImports: response is complete +Info 9776 [15:28:59.826] collectAutoImports: 2.2043269984424114 +Info 9777 [15:28:59.826] getCompletionData: Semantic work: 3.546358000487089 +Info 9778 [15:28:59.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.794540002942085 +Info 9779 [15:28:59.839] Format host information updated +Info 9780 [15:29:00.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9781 [15:29:00.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 8.084124997258186ms +Info 9782 [15:29:00.065] Different program with same set of files +Info 9783 [15:29:00.065] getCompletionData: Get current token: 0.007511001080274582 +Info 9784 [15:29:00.065] getCompletionData: Is inside comment: 0.012951001524925232 +Info 9785 [15:29:00.065] getCompletionData: Get previous token: 0.07431299984455109 +Info 9786 [15:29:00.065] getCompletionsAtPosition: isCompletionListBlocker: 0.0021109990775585175 +Info 9787 [15:29:00.067] getExportInfoMap: cache hit +Info 9788 [15:29:00.069] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9789 [15:29:00.069] collectAutoImports: response is complete +Info 9790 [15:29:00.069] collectAutoImports: 2.448318000882864 +Info 9791 [15:29:00.069] getCompletionData: Semantic work: 4.077183000743389 +Info 9792 [15:29:00.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.80748699977994 +Info 9793 [15:29:00.082] Format host information updated +Info 9794 [15:29:00.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9795 [15:29:00.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 8.381734002381563ms +Info 9796 [15:29:00.328] Different program with same set of files +Info 9797 [15:29:00.328] getCompletionData: Get current token: 0.007998000830411911 +Info 9798 [15:29:00.328] getCompletionData: Is inside comment: 0.014387000352144241 +Info 9799 [15:29:00.329] getCompletionData: Get previous token: 0.02114100009202957 +Info 9800 [15:29:00.329] getCompletionsAtPosition: isCompletionListBlocker: 0.002250000834465027 +Info 9801 [15:29:00.330] getExportInfoMap: cache hit +Info 9802 [15:29:00.332] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9803 [15:29:00.332] collectAutoImports: response is complete +Info 9804 [15:29:00.332] collectAutoImports: 2.1886509992182255 +Info 9805 [15:29:00.332] getCompletionData: Semantic work: 3.5526049993932247 +Info 9806 [15:29:00.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.546383000910282 +Info 9807 [15:29:00.345] Format host information updated +Info 9808 [15:29:00.521] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9809 [15:29:00.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 8.148375000804663ms +Info 9810 [15:29:00.529] Different program with same set of files +Info 9811 [15:29:00.529] getCompletionData: Get current token: 0.00612800195813179 +Info 9812 [15:29:00.529] getCompletionData: Is inside comment: 0.013755999505519867 +Info 9813 [15:29:00.529] getCompletionData: Get previous token: 0.020172998309135437 +Info 9814 [15:29:00.529] getCompletionsAtPosition: isCompletionListBlocker: 0.001905001699924469 +Info 9815 [15:29:00.530] getExportInfoMap: cache hit +Info 9816 [15:29:00.532] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9817 [15:29:00.532] collectAutoImports: response is complete +Info 9818 [15:29:00.532] collectAutoImports: 2.0846629999578 +Info 9819 [15:29:00.532] getCompletionData: Semantic work: 3.363422002643347 +Info 9820 [15:29:00.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.2577570006251335 +Info 9821 [15:29:00.542] Format host information updated +Info 9822 [15:29:00.714] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9823 [15:29:00.723] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 810 structureChanged: false structureIsReused:: Completely Elapsed: 8.953915998339653ms +Info 9824 [15:29:00.723] Different program with same set of files +Info 9825 [15:29:00.723] getCompletionData: Get current token: 0.0046619996428489685 +Info 9826 [15:29:00.723] getCompletionData: Is inside comment: 0.014072999358177185 +Info 9827 [15:29:00.723] getCompletionData: Get previous token: 0.019453998655080795 +Info 9828 [15:29:00.723] getCompletionsAtPosition: isCompletionListBlocker: 0.0019889995455741882 +Info 9829 [15:29:00.724] getExportInfoMap: cache hit +Info 9830 [15:29:00.727] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9831 [15:29:00.727] collectAutoImports: response is complete +Info 9832 [15:29:00.727] collectAutoImports: 2.4782540015876293 +Info 9833 [15:29:00.727] getCompletionData: Semantic work: 3.797331001609564 +Info 9834 [15:29:00.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.652550999075174 +Info 9835 [15:29:00.741] Format host information updated +Info 9836 [15:29:00.743] Format host information updated +Info 9837 [15:29:00.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9838 [15:29:00.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 9.201519999653101ms +Info 9839 [15:29:00.753] Different program with same set of files +Info 9840 [15:29:00.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9841 [15:29:00.937] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 8.360718000680208ms +Info 9842 [15:29:00.937] Different program with same set of files +Info 9843 [15:29:00.937] getCompletionData: Get current token: 0.004672996699810028 +Info 9844 [15:29:00.937] getCompletionData: Is inside comment: 0.013309001922607422 +Info 9845 [15:29:00.937] getCompletionData: Get previous token: 0.01862100139260292 +Info 9846 [15:29:00.937] getCompletionsAtPosition: isCompletionListBlocker: 0.0019479990005493164 +Info 9847 [15:29:00.938] getExportInfoMap: cache hit +Info 9848 [15:29:00.943] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9849 [15:29:00.943] collectAutoImports: response is complete +Info 9850 [15:29:00.943] collectAutoImports: 4.713265001773834 +Info 9851 [15:29:00.943] getCompletionData: Semantic work: 6.073837999254465 +Info 9852 [15:29:00.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.2865130007267 +Info 9853 [15:29:00.954] Format host information updated +Info 9854 [15:29:00.956] Format host information updated +Info 9855 [15:29:00.956] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9856 [15:29:00.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 7.991049997508526ms +Info 9857 [15:29:00.964] Different program with same set of files +Info 9858 [15:29:01.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9859 [15:29:01.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 8.142930999398232ms +Info 9860 [15:29:01.133] Different program with same set of files +Info 9861 [15:29:01.133] getCompletionData: Get current token: 0.005038000643253326 +Info 9862 [15:29:01.133] getCompletionData: Is inside comment: 0.012382999062538147 +Info 9863 [15:29:01.133] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 9864 [15:29:01.135] Format host information updated +Info 9865 [15:29:01.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9866 [15:29:01.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 10.255579002201557ms +Info 9867 [15:29:01.314] Different program with same set of files +Info 9868 [15:29:01.314] getCompletionData: Get current token: 0.0055069997906684875 +Info 9869 [15:29:01.314] getCompletionData: Is inside comment: 0.01370299980044365 +Info 9870 [15:29:01.314] getCompletionData: Get previous token: 0.010598000138998032 +Info 9871 [15:29:01.314] getCompletionsAtPosition: isCompletionListBlocker: 0.002351999282836914 +Info 9872 [15:29:01.315] getExportInfoMap: cache hit +Info 9873 [15:29:01.336] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9874 [15:29:01.336] collectAutoImports: response is complete +Info 9875 [15:29:01.336] collectAutoImports: 20.506257999688387 +Info 9876 [15:29:01.336] getCompletionData: Semantic work: 21.809801999479532 +Info 9877 [15:29:01.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.182293999940157 +Info 9878 [15:29:01.360] Format host information updated +Info 9879 [15:29:01.766] getCompletionData: Get current token: 0.0040829963982105255 +Info 9880 [15:29:01.767] getCompletionData: Is inside comment: 0.011642999947071075 +Info 9881 [15:29:01.767] getCompletionData: Get previous token: 0.016977999359369278 +Info 9882 [15:29:01.767] getCompletionsAtPosition: isCompletionListBlocker: 0.0030590035021305084 +Info 9883 [15:29:01.768] getExportInfoMap: cache hit +Info 9884 [15:29:01.788] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9885 [15:29:01.788] collectAutoImports: response is complete +Info 9886 [15:29:01.788] collectAutoImports: 20.398674000054598 +Info 9887 [15:29:01.788] getCompletionData: Semantic work: 21.918199002742767 +Info 9888 [15:29:01.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.72452200204134 +Info 9889 [15:29:02.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9890 [15:29:02.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 10.630667001008987ms +Info 9891 [15:29:02.023] Different program with same set of files +Info 9892 [15:29:02.024] getCompletionData: Get current token: 0.00441800057888031 +Info 9893 [15:29:02.024] getCompletionData: Is inside comment: 0.013962998986244202 +Info 9894 [15:29:02.024] getCompletionData: Get previous token: 0.01054999977350235 +Info 9895 [15:29:02.024] getCompletionsAtPosition: isCompletionListBlocker: 0.012278996407985687 +Info 9896 [15:29:02.025] getExportInfoMap: cache hit +Info 9897 [15:29:02.049] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 9898 [15:29:02.049] collectAutoImports: response is complete +Info 9899 [15:29:02.049] collectAutoImports: 23.943590000271797 +Info 9900 [15:29:02.049] getCompletionData: Semantic work: 25.39394499734044 +Info 9901 [15:29:02.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.847272999584675 +Info 9902 [15:29:02.075] Format host information updated +Info 9903 [15:29:03.632] Format host information updated +Info 9904 [15:29:03.639] forEachExternalModuleToImportFrom autoImportProvider: 1.378574002534151 +Info 9905 [15:29:05.365] Format host information updated +Info 9906 [15:29:05.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9907 [15:29:05.373] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 8.582360997796059ms +Info 9908 [15:29:05.373] Different program with same set of files +Info 9909 [15:29:55.904] Search path: /home/orion/src/purescript-puppeteer/src +Info 9910 [15:29:55.905] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9911 [15:29:55.906] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 9911 [15:29:55.906] Files (147) + +Info 9911 [15:29:55.906] ----------------------------------------------- +Info 9911 [15:29:55.906] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 9911 [15:29:55.906] Files (624) + +Info 9911 [15:29:55.906] ----------------------------------------------- +Info 9911 [15:29:55.906] Open files: +Info 9911 [15:29:55.906] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 9911 [15:29:55.906] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9911 [15:29:55.906] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 9911 [15:29:55.906] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9911 [15:29:56.089] Format host information updated +Info 9912 [15:29:56.089] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9913 [15:29:56.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 818 structureChanged: false structureIsReused:: Completely Elapsed: 28.875994998961687ms +Info 9914 [15:29:56.118] Different program with same set of files +Info 9915 [15:29:58.417] Before ensureProjectForOpenFiles: +Info 9916 [15:29:58.417] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 9916 [15:29:58.417] Files (147) + +Info 9916 [15:29:58.417] ----------------------------------------------- +Info 9916 [15:29:58.417] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 9916 [15:29:58.417] Files (624) + +Info 9916 [15:29:58.417] ----------------------------------------------- +Info 9916 [15:29:58.417] Open files: +Info 9916 [15:29:58.417] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 9916 [15:29:58.417] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9916 [15:29:58.417] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 9916 [15:29:58.417] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9916 [15:29:58.417] After ensureProjectForOpenFiles: +Info 9917 [15:29:58.417] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 9917 [15:29:58.417] Files (147) + +Info 9917 [15:29:58.417] ----------------------------------------------- +Info 9917 [15:29:58.417] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 9917 [15:29:58.417] Files (624) + +Info 9917 [15:29:58.417] ----------------------------------------------- +Info 9917 [15:29:58.417] Open files: +Info 9917 [15:29:58.417] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 9917 [15:29:58.418] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9917 [15:29:58.418] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 9917 [15:29:58.418] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9917 [15:29:58.418] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js diff --git a/.log/tsserver-log-MyLjqJ/ti-192016.log b/.log/tsserver-log-MyLjqJ/ti-192016.log new file mode 100644 index 0000000..184d842 --- /dev/null +++ b/.log/tsserver-log-MyLjqJ/ti-192016.log @@ -0,0 +1,212 @@ +[14:58:25.580] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[14:58:25.580] Processing cache location '/home/orion/.cache/typescript/5.2' +[14:58:25.580] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[14:58:25.581] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[14:58:25.581] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[14:58:25.581] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[14:58:25.581] Process id: 192034 +[14:58:25.581] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[14:58:25.581] validateDefaultNpmLocation: true +[14:58:25.581] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[14:58:25.581] Updating types-registry npm package... +[14:58:25.581] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[14:58:26.333] Succeeded. stdout: + + up to date, audited 36 packages in 603ms + +found 0 vulnerabilities + +[14:58:26.333] Updated types-registry npm package +[14:58:26.358] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:58:26.368] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[14:58:26.368] Explicitly included types: [] +[14:58:26.368] Inferred typings from unresolved imports: [] +[14:58:26.368] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:58:26.368] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:58:26.368] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:58:26.368] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:58:26.369] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:58:26.369] Response has been sent. +[14:58:26.369] No new typings were requested as a result of typings discovery +[15:36:20.711] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[")"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:36:20.711] Explicitly included types: [] +[15:36:20.712] Inferred typings from unresolved imports: [")"] +[15:36:20.712] Result: {"cachedTypingPaths":[],"newTypingNames":[")"],"filesToWatch":[]} +[15:36:20.712] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[")"],"filesToWatch":[]} +[15:36:20.712] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:20.712] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:20.713] Installing typings [")"] +[15:36:20.714] ')':: Entry for package ')' does not exist in local types registry - skipping... +[15:36:20.714] All typings are known to be missing or invalid - no need to install more typings +[15:36:20.714] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[")"],"kind":"action::set"} +[15:36:20.714] Response has been sent. +[15:36:20.840] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:36:20.840] Explicitly included types: [] +[15:36:20.840] Inferred typings from unresolved imports: [""] +[15:36:20.840] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[15:36:20.840] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[15:36:20.840] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:20.840] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:20.840] Installing typings [""] +[15:36:20.841] '':: Package name '' cannot be empty +[15:36:20.841] All typings are known to be missing or invalid - no need to install more typings +[15:36:20.841] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[15:36:20.841] Response has been sent. +[15:36:21.382] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:36:21.383] Explicitly included types: [] +[15:36:21.383] Inferred typings from unresolved imports: ["p"] +[15:36:21.383] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[15:36:21.383] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[15:36:21.383] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:21.383] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:21.383] Installing typings ["p"] +[15:36:21.383] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[15:36:21.383] All typings are known to be missing or invalid - no need to install more typings +[15:36:21.383] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[15:36:21.383] Response has been sent. +[15:36:21.438] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:36:21.439] Explicitly included types: [] +[15:36:21.439] Inferred typings from unresolved imports: ["pu"] +[15:36:21.439] Result: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[15:36:21.439] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[15:36:21.439] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:21.439] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:21.440] Installing typings ["pu"] +[15:36:21.440] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[15:36:21.440] All typings are known to be missing or invalid - no need to install more typings +[15:36:21.440] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu"],"kind":"action::set"} +[15:36:21.440] Response has been sent. +[15:36:21.604] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:36:21.604] Explicitly included types: [] +[15:36:21.604] Inferred typings from unresolved imports: ["pup"] +[15:36:21.604] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[15:36:21.604] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[15:36:21.604] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:21.604] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:21.604] Installing typings ["pup"] +[15:36:21.604] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[15:36:21.604] All typings are known to be missing or invalid - no need to install more typings +[15:36:21.604] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[15:36:21.604] Response has been sent. +[15:36:21.669] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupe"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:36:21.669] Explicitly included types: [] +[15:36:21.670] Inferred typings from unresolved imports: ["pupe"] +[15:36:21.670] Result: {"cachedTypingPaths":[],"newTypingNames":["pupe"],"filesToWatch":[]} +[15:36:21.670] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pupe"],"filesToWatch":[]} +[15:36:21.670] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:21.670] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:21.670] Installing typings ["pupe"] +[15:36:21.670] 'pupe':: Entry for package 'pupe' does not exist in local types registry - skipping... +[15:36:21.670] All typings are known to be missing or invalid - no need to install more typings +[15:36:21.670] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pupe"],"kind":"action::set"} +[15:36:21.671] Response has been sent. +[15:36:22.478] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:36:22.478] Explicitly included types: [] +[15:36:22.478] Inferred typings from unresolved imports: [] +[15:36:22.478] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:36:22.478] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:36:22.478] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:22.478] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:36:22.478] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[15:36:22.478] Response has been sent. +[15:36:22.478] No new typings were requested as a result of typings discovery +[15:37:13.692] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[").PuppeteerExtra>} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:37:13.693] Explicitly included types: [] +[15:37:13.693] Inferred typings from unresolved imports: [").PuppeteerExtra>} "] +[15:37:13.693] Result: {"cachedTypingPaths":[],"newTypingNames":[").PuppeteerExtra>} "],"filesToWatch":[]} +[15:37:13.693] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[").PuppeteerExtra>} "],"filesToWatch":[]} +[15:37:13.693] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:13.693] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:13.693] Installing typings [").PuppeteerExtra>} "] +[15:37:13.694] ').PuppeteerExtra>} ':: Package name ').PuppeteerExtra>} ' contains non URI safe characters +[15:37:13.694] All typings are known to be missing or invalid - no need to install more typings +[15:37:13.694] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[").PuppeteerExtra>} "],"kind":"action::set"} +[15:37:13.694] Response has been sent. +[15:37:14.453] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:37:14.454] Explicitly included types: [] +[15:37:14.454] Inferred typings from unresolved imports: [""] +[15:37:14.454] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[15:37:14.454] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[15:37:14.454] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:14.454] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:14.454] Installing typings [""] +[15:37:14.454] '':: '' is in missingTypingsSet - skipping... +[15:37:14.454] All typings are known to be missing or invalid - no need to install more typings +[15:37:14.454] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[15:37:14.454] Response has been sent. +[15:37:14.935] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:37:14.935] Explicitly included types: [] +[15:37:14.935] Inferred typings from unresolved imports: ["p"] +[15:37:14.935] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[15:37:14.935] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[15:37:14.935] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:14.935] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:14.935] Installing typings ["p"] +[15:37:14.935] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[15:37:14.935] All typings are known to be missing or invalid - no need to install more typings +[15:37:14.935] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[15:37:14.935] Response has been sent. +[15:37:15.012] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:37:15.013] Explicitly included types: [] +[15:37:15.013] Inferred typings from unresolved imports: ["pu"] +[15:37:15.013] Result: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[15:37:15.013] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pu"],"filesToWatch":[]} +[15:37:15.014] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:15.014] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:15.014] Installing typings ["pu"] +[15:37:15.014] 'pu':: Entry for package 'pu' does not exist in local types registry - skipping... +[15:37:15.014] All typings are known to be missing or invalid - no need to install more typings +[15:37:15.014] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pu"],"kind":"action::set"} +[15:37:15.014] Response has been sent. +[15:37:15.176] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:37:15.176] Explicitly included types: [] +[15:37:15.176] Inferred typings from unresolved imports: ["pup"] +[15:37:15.176] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[15:37:15.176] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[15:37:15.177] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:15.177] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:15.177] Installing typings ["pup"] +[15:37:15.177] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[15:37:15.177] All typings are known to be missing or invalid - no need to install more typings +[15:37:15.177] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[15:37:15.177] Response has been sent. +[15:37:15.338] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:37:15.338] Explicitly included types: [] +[15:37:15.338] Inferred typings from unresolved imports: ["pupp"] +[15:37:15.338] Result: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[15:37:15.338] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[15:37:15.338] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:15.338] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:15.338] Installing typings ["pupp"] +[15:37:15.339] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[15:37:15.339] All typings are known to be missing or invalid - no need to install more typings +[15:37:15.339] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pupp"],"kind":"action::set"} +[15:37:15.339] Response has been sent. +[15:37:18.851] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:37:18.851] Explicitly included types: [] +[15:37:18.852] Inferred typings from unresolved imports: [""] +[15:37:18.852] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[15:37:18.852] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[15:37:18.852] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:18.852] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:37:18.852] Installing typings [""] +[15:37:18.852] '':: '' is in missingTypingsSet - skipping... +[15:37:18.852] All typings are known to be missing or invalid - no need to install more typings +[15:37:18.852] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[15:37:18.852] Response has been sent. +[17:04:10.446] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-MyLjqJ/tsserver.log b/.log/tsserver-log-MyLjqJ/tsserver.log new file mode 100644 index 0000000..452c01a --- /dev/null +++ b/.log/tsserver-log-MyLjqJ/tsserver.log @@ -0,0 +1,3250 @@ +Info 0 [14:58:24.290] Starting TS Server +Info 1 [14:58:24.291] Version: 5.2.2 +Info 2 [14:58:24.291] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/957b006277c2a8b64759cd9ee6e15237/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-MyLjqJ/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:58:24.291] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:58:24.291] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [14:58:24.300] Format host information updated +Info 6 [14:58:24.302] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [14:58:24.303] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [14:58:24.303] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [14:58:24.317] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [14:58:24.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [14:58:25.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 796.7176939998753ms +Info 12 [14:58:25.117] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [14:58:25.117] Files (132) + +Info 14 [14:58:25.117] ----------------------------------------------- +Info 15 [14:58:25.124] AutoImportProviderProject: found 16 root files in 5 dependencies in 5.5599060002714396 ms +Info 16 [14:58:25.137] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [14:58:25.574] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 436.6392660001293ms +Info 18 [14:58:25.574] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [14:58:25.574] Files (267) + +Info 20 [14:58:25.574] ----------------------------------------------- +Info 21 [14:58:25.577] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [14:58:25.577] Files (132) + +Info 21 [14:58:25.577] ----------------------------------------------- +Info 21 [14:58:25.577] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [14:58:25.577] Files (267) + +Info 21 [14:58:25.577] ----------------------------------------------- +Info 21 [14:58:25.577] Open files: +Info 21 [14:58:25.577] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [14:58:25.577] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [14:58:25.584] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 22 [14:58:25.606] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 22.17755400016904ms +Info 23 [14:58:25.606] Different program with same set of files +Info 24 [14:58:26.547] Format host information updated +Info 25 [14:58:28.079] Before ensureProjectForOpenFiles: +Info 26 [14:58:28.079] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [14:58:28.079] Files (132) + +Info 26 [14:58:28.079] ----------------------------------------------- +Info 26 [14:58:28.079] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [14:58:28.079] Files (267) + +Info 26 [14:58:28.079] ----------------------------------------------- +Info 26 [14:58:28.079] Open files: +Info 26 [14:58:28.079] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [14:58:28.079] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26 [14:58:28.079] After ensureProjectForOpenFiles: +Info 27 [14:58:28.079] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 27 [14:58:28.079] Files (132) + +Info 27 [14:58:28.079] ----------------------------------------------- +Info 27 [14:58:28.080] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 27 [14:58:28.080] Files (267) + +Info 27 [14:58:28.080] ----------------------------------------------- +Info 27 [14:58:28.080] Open files: +Info 27 [14:58:28.080] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 27 [14:58:28.080] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27 [14:58:28.080] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js +Info 28 [14:58:28.932] Format host information updated +Info 29 [14:58:28.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30 [14:58:28.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 12.544481999706477ms +Info 31 [14:58:28.945] Different program with same set of files +Info 32 [14:58:30.195] Format host information updated +Info 33 [14:58:30.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 34 [14:58:30.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 9.594990000128746ms +Info 35 [14:58:30.205] Different program with same set of files +Info 36 [14:58:32.329] Format host information updated +Info 37 [14:58:32.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 38 [14:58:32.341] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 11.04777400009334ms +Info 39 [14:58:32.341] Different program with same set of files +Info 40 [14:58:34.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 41 [14:58:34.862] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 14.168944000266492ms +Info 42 [14:58:34.862] Different program with same set of files +Info 43 [14:58:34.879] getCompletionData: Get current token: 0.0941380001604557 +Info 44 [14:58:34.879] getCompletionData: Is inside comment: 0.06417800020426512 +Info 45 [14:58:34.879] getCompletionData: Get previous token: 0.03331199986860156 +Info 46 [14:58:34.880] getCompletionsAtPosition: isCompletionListBlocker: 0.11568199982866645 +Info 47 [14:58:34.880] Returning an empty list because completion was requested in an invalid position. +Info 48 [14:58:34.880] Format host information updated +Info 49 [14:58:34.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 50 [14:58:34.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 19.907407000195235ms +Info 51 [14:58:34.945] Different program with same set of files +Info 52 [14:58:34.946] getCompletionData: Get current token: 0.02012000000104308 +Info 53 [14:58:34.946] getCompletionData: Is inside comment: 0.06001099990680814 +Info 54 [14:58:34.946] getCompletionData: Get previous token: 0.08119599986821413 +Info 55 [14:58:34.946] getCompletionsAtPosition: isCompletionListBlocker: 0.0041600000113248825 +Info 56 [14:58:34.946] Returning an empty list because completion was requested in an invalid position. +Info 57 [14:58:34.947] Format host information updated +Info 58 [14:58:35.561] Format host information updated +Info 59 [14:58:35.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 60 [14:58:35.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 13.839972000103444ms +Info 61 [14:58:35.575] Different program with same set of files +Info 62 [14:58:35.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 63 [14:58:35.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 11.917683999985456ms +Info 64 [14:58:35.706] Different program with same set of files +Info 65 [14:58:35.707] getCompletionData: Get current token: 0.012552999891340733 +Info 66 [14:58:35.707] getCompletionData: Is inside comment: 0.05096899997442961 +Info 67 [14:58:35.707] getCompletionData: Get previous token: 0.04672300023958087 +Info 68 [14:58:35.707] getCompletionsAtPosition: isCompletionListBlocker: 0.1452580001205206 +Info 69 [14:58:35.710] getExportInfoMap: cache miss or empty; calculating new results +Info 70 [14:58:35.762] forEachExternalModuleToImportFrom autoImportProvider: 24.71002299990505 +Info 71 [14:58:35.762] getExportInfoMap: done in 51.96608200017363 ms +Info 72 [14:58:35.789] collectAutoImports: resolved 9 module specifiers, plus 18 ambient and 172 from cache +Info 73 [14:58:35.789] collectAutoImports: response is complete +Info 74 [14:58:35.789] collectAutoImports: 26.229518999811262 +Info 75 [14:58:35.789] getCompletionData: Semantic work: 81.98215000005439 +Info 76 [14:58:35.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.233161999844015 +Info 77 [14:58:35.810] Format host information updated +Info 78 [14:58:35.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 79 [14:58:35.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 20.97989600012079ms +Info 80 [14:58:35.873] Different program with same set of files +Info 81 [14:58:35.873] getCompletionData: Get current token: 0.009488999843597412 +Info 82 [14:58:35.874] getCompletionData: Is inside comment: 0.019816000014543533 +Info 83 [14:58:35.874] getCompletionData: Get previous token: 0.0238540000282228 +Info 84 [14:58:35.874] getCompletionsAtPosition: isCompletionListBlocker: 0.0038270000368356705 +Info 85 [14:58:35.875] getExportInfoMap: cache hit +Info 86 [14:58:35.884] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 111 from cache +Info 87 [14:58:35.884] collectAutoImports: response is complete +Info 88 [14:58:35.884] collectAutoImports: 9.053594999946654 +Info 89 [14:58:35.884] getCompletionData: Semantic work: 10.184302999638021 +Info 90 [14:58:35.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.871580000035465 +Info 91 [14:58:35.897] Format host information updated +Info 92 [14:58:35.933] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 93 [14:58:35.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 7.716164999641478ms +Info 94 [14:58:35.941] Different program with same set of files +Info 95 [14:58:35.941] getCompletionData: Get current token: 0.0067540002055466175 +Info 96 [14:58:35.941] getCompletionData: Is inside comment: 0.022993999999016523 +Info 97 [14:58:35.941] getCompletionData: Get previous token: 0.02321199979633093 +Info 98 [14:58:35.941] getCompletionsAtPosition: isCompletionListBlocker: 0.0036419997923076153 +Info 99 [14:58:35.942] getExportInfoMap: cache hit +Info 100 [14:58:35.944] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 44 from cache +Info 101 [14:58:35.944] collectAutoImports: response is complete +Info 102 [14:58:35.944] collectAutoImports: 2.1148819997906685 +Info 103 [14:58:35.944] getCompletionData: Semantic work: 2.963277999777347 +Info 104 [14:58:35.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4373900000937283 +Info 105 [14:58:35.949] Format host information updated +Info 106 [14:58:35.994] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 107 [14:58:36.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 7.494749999605119ms +Info 108 [14:58:36.002] Different program with same set of files +Info 109 [14:58:36.002] getCompletionData: Get current token: 0.006814000196754932 +Info 110 [14:58:36.002] getCompletionData: Is inside comment: 0.01644399994984269 +Info 111 [14:58:36.002] getCompletionData: Get previous token: 0.06864999979734421 +Info 112 [14:58:36.002] getCompletionsAtPosition: isCompletionListBlocker: 0.00214300025254488 +Info 113 [14:58:36.003] getExportInfoMap: cache hit +Info 114 [14:58:36.005] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 115 [14:58:36.005] collectAutoImports: response is complete +Info 116 [14:58:36.005] collectAutoImports: 1.7410329999402165 +Info 117 [14:58:36.005] getCompletionData: Semantic work: 2.5982760000042617 +Info 118 [14:58:36.008] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.553830999881029 +Info 119 [14:58:36.011] Format host information updated +Info 120 [14:58:36.838] Format host information updated +Info 121 [14:58:36.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 122 [14:58:36.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 6.621809000149369ms +Info 123 [14:58:36.845] Different program with same set of files +Info 124 [14:58:37.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 125 [14:58:37.034] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 8.64752299990505ms +Info 126 [14:58:37.034] Different program with same set of files +Info 127 [14:58:37.034] getCompletionData: Get current token: 0.00861999997869134 +Info 128 [14:58:37.034] getCompletionData: Is inside comment: 0.019828999880701303 +Info 129 [14:58:37.034] getCompletionData: Get previous token: 0.0296939997933805 +Info 130 [14:58:37.034] getCompletionsAtPosition: isCompletionListBlocker: 0.04998400015756488 +Info 131 [14:58:37.035] getExportInfoMap: cache hit +Info 132 [14:58:37.042] collectAutoImports: resolved 1 module specifiers, plus 14 ambient and 86 from cache +Info 133 [14:58:37.042] collectAutoImports: response is complete +Info 134 [14:58:37.042] collectAutoImports: 7.5058780000545084 +Info 135 [14:58:37.043] getCompletionData: Semantic work: 8.394185999874026 +Info 136 [14:58:37.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.98863000003621 +Info 137 [14:58:37.048] Format host information updated +Info 138 [14:58:37.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 139 [14:58:37.210] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 9.487825999967754ms +Info 140 [14:58:37.210] Different program with same set of files +Info 141 [14:58:37.210] getCompletionData: Get current token: 0.0069610001519322395 +Info 142 [14:58:37.210] getCompletionData: Is inside comment: 0.017317000310868025 +Info 143 [14:58:37.210] getCompletionData: Get previous token: 0.020765999797731638 +Info 144 [14:58:37.210] getCompletionsAtPosition: isCompletionListBlocker: 0.012544999830424786 +Info 145 [14:58:37.211] getExportInfoMap: cache hit +Info 146 [14:58:37.214] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 58 from cache +Info 147 [14:58:37.214] collectAutoImports: response is complete +Info 148 [14:58:37.214] collectAutoImports: 2.4155720002017915 +Info 149 [14:58:37.214] getCompletionData: Semantic work: 3.074956000316888 +Info 150 [14:58:37.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.338579000439495 +Info 151 [14:58:37.218] Format host information updated +Info 152 [14:58:37.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 153 [14:58:37.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 11.056249999906868ms +Info 154 [14:58:37.391] Different program with same set of files +Info 155 [14:58:37.391] getCompletionData: Get current token: 0.006909999996423721 +Info 156 [14:58:37.392] getCompletionData: Is inside comment: 0.01445200014859438 +Info 157 [14:58:37.392] getCompletionData: Get previous token: 0.018552000168710947 +Info 158 [14:58:37.392] getCompletionsAtPosition: isCompletionListBlocker: 0.016348999924957752 +Info 159 [14:58:37.392] getExportInfoMap: cache hit +Info 160 [14:58:37.395] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 161 [14:58:37.395] collectAutoImports: response is complete +Info 162 [14:58:37.395] collectAutoImports: 2.325118000153452 +Info 163 [14:58:37.395] getCompletionData: Semantic work: 3.033449999988079 +Info 164 [14:58:37.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8103399998508394 +Info 165 [14:58:37.398] Format host information updated +Info 166 [14:58:37.440] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 167 [14:58:37.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 6.948723000008613ms +Info 168 [14:58:37.447] Different program with same set of files +Info 169 [14:58:37.447] getCompletionData: Get current token: 0.006516000255942345 +Info 170 [14:58:37.447] getCompletionData: Is inside comment: 0.026901999954134226 +Info 171 [14:58:37.447] getCompletionData: Get previous token: 0.01785699976608157 +Info 172 [14:58:37.447] getCompletionsAtPosition: isCompletionListBlocker: 0.007608999963849783 +Info 173 [14:58:37.447] getExportInfoMap: cache hit +Info 174 [14:58:37.449] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 175 [14:58:37.449] collectAutoImports: response is complete +Info 176 [14:58:37.449] collectAutoImports: 2.0039989999495447 +Info 177 [14:58:37.449] getCompletionData: Semantic work: 2.6037860000506043 +Info 178 [14:58:37.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.459844999946654 +Info 179 [14:58:37.454] Format host information updated +Info 180 [14:58:37.647] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 181 [14:58:37.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 24.23092499980703ms +Info 182 [14:58:37.672] Different program with same set of files +Info 183 [14:58:37.672] getCompletionData: Get current token: 0.017543999943882227 +Info 184 [14:58:37.672] getCompletionData: Is inside comment: 0.033467999659478664 +Info 185 [14:58:37.672] getCompletionData: Get previous token: 0.043252999894320965 +Info 186 [14:58:37.672] getCompletionsAtPosition: isCompletionListBlocker: 0.02276100032031536 +Info 187 [14:58:37.674] getExportInfoMap: cache hit +Info 188 [14:58:37.678] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 189 [14:58:37.678] collectAutoImports: response is complete +Info 190 [14:58:37.678] collectAutoImports: 3.9219360002316535 +Info 191 [14:58:37.678] getCompletionData: Semantic work: 5.552505999803543 +Info 192 [14:58:37.682] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3352139997296035 +Info 193 [14:58:37.684] Format host information updated +Info 194 [14:58:37.733] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 195 [14:58:37.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 6.630257999990135ms +Info 196 [14:58:37.739] Different program with same set of files +Info 197 [14:58:37.740] getCompletionData: Get current token: 0.005911000072956085 +Info 198 [14:58:37.740] getCompletionData: Is inside comment: 0.012307999655604362 +Info 199 [14:58:37.740] getCompletionData: Get previous token: 0.01662899972870946 +Info 200 [14:58:37.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0075620003044605255 +Info 201 [14:58:37.740] getExportInfoMap: cache hit +Info 202 [14:58:37.744] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 56 from cache +Info 203 [14:58:37.744] collectAutoImports: response is complete +Info 204 [14:58:37.744] collectAutoImports: 3.453648999799043 +Info 205 [14:58:37.744] getCompletionData: Semantic work: 4.082702999934554 +Info 206 [14:58:37.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3394789998419583 +Info 207 [14:58:37.747] Format host information updated +Info 208 [14:58:37.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 209 [14:58:37.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 6.84849700005725ms +Info 210 [14:58:37.973] Different program with same set of files +Info 211 [14:58:37.973] getCompletionData: Get current token: 0.006137999705970287 +Info 212 [14:58:37.973] getCompletionData: Is inside comment: 0.014278999995440245 +Info 213 [14:58:37.973] getCompletionData: Get previous token: 0.016032999847084284 +Info 214 [14:58:37.973] getCompletionsAtPosition: isCompletionListBlocker: 0.006279999855905771 +Info 215 [14:58:37.974] getExportInfoMap: cache hit +Info 216 [14:58:37.976] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 217 [14:58:37.976] collectAutoImports: response is complete +Info 218 [14:58:37.976] collectAutoImports: 1.6880069999024272 +Info 219 [14:58:37.976] getCompletionData: Semantic work: 2.1989179998636246 +Info 220 [14:58:37.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9977830001153052 +Info 221 [14:58:37.978] Format host information updated +Info 222 [14:58:38.028] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 223 [14:58:38.040] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 12.564001999795437ms +Info 224 [14:58:38.041] Different program with same set of files +Info 225 [14:58:38.041] getCompletionData: Get current token: 0.011876000091433525 +Info 226 [14:58:38.041] getCompletionData: Is inside comment: 0.023250000085681677 +Info 227 [14:58:38.041] getCompletionData: Get previous token: 0.030438000336289406 +Info 228 [14:58:38.041] getCompletionsAtPosition: isCompletionListBlocker: 0.010251999832689762 +Info 229 [14:58:38.042] getExportInfoMap: cache hit +Info 230 [14:58:38.045] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 231 [14:58:38.045] collectAutoImports: response is complete +Info 232 [14:58:38.045] collectAutoImports: 2.9603949999436736 +Info 233 [14:58:38.045] getCompletionData: Semantic work: 3.8447579997591674 +Info 234 [14:58:38.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3987649995833635 +Info 235 [14:58:38.050] Format host information updated +Info 236 [14:58:38.117] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 237 [14:58:38.124] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 7.491130999755114ms +Info 238 [14:58:38.124] Different program with same set of files +Info 239 [14:58:38.124] getCompletionData: Get current token: 0.007779000326991081 +Info 240 [14:58:38.124] getCompletionData: Is inside comment: 0.014928000047802925 +Info 241 [14:58:38.125] getCompletionData: Get previous token: 0.021246999967843294 +Info 242 [14:58:38.125] getCompletionsAtPosition: isCompletionListBlocker: 0.010886999778449535 +Info 243 [14:58:38.125] getExportInfoMap: cache hit +Info 244 [14:58:38.127] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 31 from cache +Info 245 [14:58:38.127] collectAutoImports: response is complete +Info 246 [14:58:38.127] collectAutoImports: 1.9972339998930693 +Info 247 [14:58:38.127] getCompletionData: Semantic work: 2.655072999652475 +Info 248 [14:58:38.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.306764000095427 +Info 249 [14:58:38.132] Format host information updated +Info 250 [14:58:38.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 251 [14:58:38.234] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 7.535414999816567ms +Info 252 [14:58:38.234] Different program with same set of files +Info 253 [14:58:38.234] getCompletionData: Get current token: 0.009448000229895115 +Info 254 [14:58:38.234] getCompletionData: Is inside comment: 0.01712600002065301 +Info 255 [14:58:38.235] getCompletionData: Get previous token: 0.022438999731093645 +Info 256 [14:58:38.235] getCompletionsAtPosition: isCompletionListBlocker: 0.007656000088900328 +Info 257 [14:58:38.235] getExportInfoMap: cache hit +Info 258 [14:58:38.237] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 259 [14:58:38.237] collectAutoImports: response is complete +Info 260 [14:58:38.237] collectAutoImports: 2.0434920000843704 +Info 261 [14:58:38.237] getCompletionData: Semantic work: 2.810445999726653 +Info 262 [14:58:38.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.499387999996543 +Info 263 [14:58:38.241] Format host information updated +Info 264 [14:58:38.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 265 [14:58:38.359] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 26.356312999967486ms +Info 266 [14:58:38.359] Different program with same set of files +Info 267 [14:58:38.359] getCompletionData: Get current token: 0.02252999972552061 +Info 268 [14:58:38.359] getCompletionData: Is inside comment: 0.05376200005412102 +Info 269 [14:58:38.359] getCompletionData: Get previous token: 0.046303000301122665 +Info 270 [14:58:38.359] getCompletionsAtPosition: isCompletionListBlocker: 0.014403000008314848 +Info 271 [14:58:38.361] getExportInfoMap: cache hit +Info 272 [14:58:38.364] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 273 [14:58:38.364] collectAutoImports: response is complete +Info 274 [14:58:38.364] collectAutoImports: 3.814980000257492 +Info 275 [14:58:38.365] getCompletionData: Semantic work: 4.996129999868572 +Info 276 [14:58:38.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.360084999818355 +Info 277 [14:58:38.372] Format host information updated +Info 278 [14:58:38.393] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 279 [14:58:38.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 7.642222999595106ms +Info 280 [14:58:38.401] Different program with same set of files +Info 281 [14:58:38.401] getCompletionData: Get current token: 0.007331999950110912 +Info 282 [14:58:38.401] getCompletionData: Is inside comment: 0.0305870003066957 +Info 283 [14:58:38.401] getCompletionData: Get previous token: 0.020748999901115894 +Info 284 [14:58:38.401] getCompletionsAtPosition: isCompletionListBlocker: 0.006842000409960747 +Info 285 [14:58:38.401] getExportInfoMap: cache hit +Info 286 [14:58:38.403] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 23 from cache +Info 287 [14:58:38.403] collectAutoImports: response is complete +Info 288 [14:58:38.403] collectAutoImports: 1.8145079999230802 +Info 289 [14:58:38.403] getCompletionData: Semantic work: 2.3947359998710454 +Info 290 [14:58:38.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1455129999667406 +Info 291 [14:58:38.406] Format host information updated +Info 292 [14:58:39.825] Format host information updated +Info 293 [14:58:39.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 294 [14:58:39.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 10.886452000122517ms +Info 295 [14:58:39.836] Different program with same set of files +Info 296 [14:58:39.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 297 [14:58:39.994] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 6.917059000115842ms +Info 298 [14:58:39.994] Different program with same set of files +Info 299 [14:58:39.994] getCompletionData: Get current token: 0.0072919996455311775 +Info 300 [14:58:39.994] getCompletionData: Is inside comment: 0.013205000199377537 +Info 301 [14:58:39.994] getCompletionData: Get previous token: 0.01647799974307418 +Info 302 [14:58:39.995] getCompletionsAtPosition: isCompletionListBlocker: 0.0020999996922910213 +Info 303 [14:58:39.995] Returning an empty list because completion was requested in an invalid position. +Info 304 [14:58:39.995] Format host information updated +Info 305 [14:58:40.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 306 [14:58:40.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 6.574220000300556ms +Info 307 [14:58:40.073] Different program with same set of files +Info 308 [14:58:40.073] getCompletionData: Get current token: 0.006221000105142593 +Info 309 [14:58:40.073] getCompletionData: Is inside comment: 0.011890999972820282 +Info 310 [14:58:40.073] getCompletionData: Get previous token: 0.015122999902814627 +Info 311 [14:58:40.073] getCompletionsAtPosition: isCompletionListBlocker: 0.0020030001178383827 +Info 312 [14:58:40.073] Returning an empty list because completion was requested in an invalid position. +Info 313 [14:58:40.075] Format host information updated +Info 314 [14:58:40.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 315 [14:58:40.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.968654000200331ms +Info 316 [14:58:40.171] Different program with same set of files +Info 317 [14:58:40.171] getCompletionData: Get current token: 0.006786999758332968 +Info 318 [14:58:40.171] getCompletionData: Is inside comment: 0.011074999812990427 +Info 319 [14:58:40.171] getCompletionData: Get previous token: 0.012498999945819378 +Info 320 [14:58:40.171] getCompletionsAtPosition: isCompletionListBlocker: 0.0020769997499883175 +Info 321 [14:58:40.171] Returning an empty list because completion was requested in an invalid position. +Info 322 [14:58:40.172] Format host information updated +Info 323 [14:58:40.410] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 324 [14:58:40.416] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 6.231884999666363ms +Info 325 [14:58:40.416] Different program with same set of files +Info 326 [14:58:40.416] getCompletionData: Get current token: 0.005198999773710966 +Info 327 [14:58:40.416] getCompletionData: Is inside comment: 0.010288000106811523 +Info 328 [14:58:40.416] getCompletionData: Get previous token: 0.013515000231564045 +Info 329 [14:58:40.416] getCompletionsAtPosition: isCompletionListBlocker: 0.004143999889492989 +Info 330 [14:58:40.416] Returning an empty list because completion was requested in an invalid position. +Info 331 [14:58:40.418] Format host information updated +Info 332 [14:58:40.547] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 333 [14:58:40.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.459974000230432ms +Info 334 [14:58:40.554] Different program with same set of files +Info 335 [14:58:40.554] getCompletionData: Get current token: 0.006639000028371811 +Info 336 [14:58:40.554] getCompletionData: Is inside comment: 0.01143899979069829 +Info 337 [14:58:40.554] getCompletionData: Get previous token: 0.014878000132739544 +Info 338 [14:58:40.554] getCompletionsAtPosition: isCompletionListBlocker: 0.0019140001386404037 +Info 339 [14:58:40.554] Returning an empty list because completion was requested in an invalid position. +Info 340 [14:58:40.554] Format host information updated +Info 341 [14:58:40.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 342 [14:58:40.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 6.679198000114411ms +Info 343 [14:58:40.643] Different program with same set of files +Info 344 [14:58:40.643] getCompletionData: Get current token: 0.006775000132620335 +Info 345 [14:58:40.643] getCompletionData: Is inside comment: 0.01032199990004301 +Info 346 [14:58:40.643] getCompletionData: Get previous token: 0.012672999873757362 +Info 347 [14:58:40.643] getCompletionsAtPosition: isCompletionListBlocker: 0.0016589998267591 +Info 348 [14:58:40.643] Returning an empty list because completion was requested in an invalid position. +Info 349 [14:58:40.644] Format host information updated +Info 350 [14:58:40.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 351 [14:58:40.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 9.878790999762714ms +Info 352 [14:58:40.706] Different program with same set of files +Info 353 [14:58:40.706] getCompletionData: Get current token: 0.006639999803155661 +Info 354 [14:58:40.706] getCompletionData: Is inside comment: 0.011971000116318464 +Info 355 [14:58:40.706] getCompletionData: Get previous token: 0.015709000173956156 +Info 356 [14:58:40.706] getCompletionsAtPosition: isCompletionListBlocker: 0.002142000012099743 +Info 357 [14:58:40.706] Returning an empty list because completion was requested in an invalid position. +Info 358 [14:58:40.706] Format host information updated +Info 359 [14:58:41.603] Format host information updated +Info 360 [14:58:41.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 361 [14:58:41.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 6.512209999840707ms +Info 362 [14:58:41.610] Different program with same set of files +Info 363 [14:58:41.744] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 364 [14:58:41.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 9.08628199994564ms +Info 365 [14:58:41.753] Different program with same set of files +Info 366 [14:58:41.753] getCompletionData: Get current token: 0.006271999794989824 +Info 367 [14:58:41.753] getCompletionData: Is inside comment: 0.012258999980986118 +Info 368 [14:58:41.753] getCompletionData: Get previous token: 0.01643200032413006 +Info 369 [14:58:41.753] getCompletionsAtPosition: isCompletionListBlocker: 0.009283000137656927 +Info 370 [14:58:41.754] getExportInfoMap: cache hit +Info 371 [14:58:41.762] collectAutoImports: resolved 3 module specifiers, plus 15 ambient and 142 from cache +Info 372 [14:58:41.762] collectAutoImports: response is complete +Info 373 [14:58:41.762] collectAutoImports: 7.441030000336468 +Info 374 [14:58:41.762] getCompletionData: Semantic work: 8.26079999981448 +Info 375 [14:58:41.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4107169997878373 +Info 376 [14:58:41.765] Format host information updated +Info 377 [14:58:42.160] getCompletionData: Get current token: 0.023401000071316957 +Info 378 [14:58:42.160] getCompletionData: Is inside comment: 0.054791999980807304 +Info 379 [14:58:42.160] getCompletionData: Get previous token: 0.11431400012224913 +Info 380 [14:58:42.160] getCompletionsAtPosition: isCompletionListBlocker: 0.03119499981403351 +Info 381 [14:58:42.163] getExportInfoMap: cache hit +Info 382 [14:58:42.188] collectAutoImports: resolved 13 module specifiers, plus 219 ambient and 873 from cache +Info 383 [14:58:42.188] collectAutoImports: response is complete +Info 384 [14:58:42.188] collectAutoImports: 23.98013100028038 +Info 385 [14:58:42.188] getCompletionData: Semantic work: 27.450190999545157 +Info 386 [14:58:42.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.203660000115633 +Info 387 [14:58:43.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 388 [14:58:43.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 7.066953000146896ms +Info 389 [14:58:43.267] Different program with same set of files +Info 390 [14:58:43.267] getCompletionData: Get current token: 0.005913999862968922 +Info 391 [14:58:43.267] getCompletionData: Is inside comment: 0.0016350001096725464 +Info 392 [14:58:43.267] getCompletionData: Get previous token: 0.017905999906361103 +Info 393 [14:58:43.267] getCompletionsAtPosition: isCompletionListBlocker: 0.008514999877661467 +Info 394 [14:58:43.267] getExportInfoMap: cache hit +Info 395 [14:58:43.273] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 221 from cache +Info 396 [14:58:43.273] collectAutoImports: response is complete +Info 397 [14:58:43.273] collectAutoImports: 5.5053620003163815 +Info 398 [14:58:43.273] getCompletionData: Semantic work: 6.140780999790877 +Info 399 [14:58:43.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2912579998373985 +Info 400 [14:58:43.279] Format host information updated +Info 401 [14:58:43.468] Format host information updated +Info 402 [14:58:43.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 403 [14:58:43.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.794945999979973ms +Info 404 [14:58:43.475] Different program with same set of files +Info 405 [14:58:43.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 406 [14:58:43.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 12.15206199977547ms +Info 407 [14:58:43.547] Different program with same set of files +Info 408 [14:58:43.548] getCompletionData: Get current token: 0.015891999937593937 +Info 409 [14:58:43.548] getCompletionData: Is inside comment: 0.004088999703526497 +Info 410 [14:58:43.548] getCompletionData: Get previous token: 0.039060999639332294 +Info 411 [14:58:43.548] getCompletionsAtPosition: isCompletionListBlocker: 0.014734999742358923 +Info 412 [14:58:43.549] getExportInfoMap: cache hit +Info 413 [14:58:43.558] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 145 from cache +Info 414 [14:58:43.559] collectAutoImports: response is complete +Info 415 [14:58:43.559] collectAutoImports: 9.460667999926955 +Info 416 [14:58:43.559] getCompletionData: Semantic work: 10.790106000378728 +Info 417 [14:58:43.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7852830002084374 +Info 418 [14:58:43.567] Format host information updated +Info 419 [14:58:43.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 420 [14:58:43.761] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.39415100030601ms +Info 421 [14:58:43.761] Different program with same set of files +Info 422 [14:58:43.761] getCompletionData: Get current token: 0.006703999824821949 +Info 423 [14:58:43.761] getCompletionData: Is inside comment: 0.0019260002300143242 +Info 424 [14:58:43.761] getCompletionData: Get previous token: 0.02026699995622039 +Info 425 [14:58:43.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0024199998006224632 +Info 426 [14:58:43.762] getCompletionData: Semantic work: 1.127389000263065 +Info 427 [14:58:43.763] Format host information updated +Info 428 [14:58:44.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 429 [14:58:44.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 6.536214999854565ms +Info 430 [14:58:44.212] Different program with same set of files +Info 431 [14:58:44.212] getCompletionData: Get current token: 0.006055000238120556 +Info 432 [14:58:44.212] getCompletionData: Is inside comment: 0.0017200000584125519 +Info 433 [14:58:44.212] getCompletionData: Get previous token: 0.01808900013566017 +Info 434 [14:58:44.212] getCompletionsAtPosition: isCompletionListBlocker: 0.0019740001298487186 +Info 435 [14:58:44.213] getCompletionData: Semantic work: 0.23599600000306964 +Info 436 [14:58:44.214] Format host information updated +Info 437 [14:58:44.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 438 [14:58:44.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.338031999766827ms +Info 439 [14:58:44.370] Different program with same set of files +Info 440 [14:58:44.370] getCompletionData: Get current token: 0.007470000069588423 +Info 441 [14:58:44.370] getCompletionData: Is inside comment: 0.0022350000217556953 +Info 442 [14:58:44.370] getCompletionData: Get previous token: 0.023363000247627497 +Info 443 [14:58:44.370] getCompletionsAtPosition: isCompletionListBlocker: 0.0026780003681778908 +Info 444 [14:58:44.370] getCompletionData: Semantic work: 0.2686879998072982 +Info 445 [14:58:44.371] Format host information updated +Info 446 [14:58:44.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 447 [14:58:44.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 8.623525000177324ms +Info 448 [14:58:44.493] Different program with same set of files +Info 449 [14:58:44.494] getCompletionData: Get current token: 0.010703000240027905 +Info 450 [14:58:44.494] getCompletionData: Is inside comment: 0.0030549997463822365 +Info 451 [14:58:44.494] getCompletionData: Get previous token: 0.03129999991506338 +Info 452 [14:58:44.494] getCompletionsAtPosition: isCompletionListBlocker: 0.0038259997963905334 +Info 453 [14:58:44.494] getCompletionData: Semantic work: 0.421786000020802 +Info 454 [14:58:44.497] Format host information updated +Info 455 [14:58:44.545] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 456 [14:58:44.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 8.140802000183612ms +Info 457 [14:58:44.554] Different program with same set of files +Info 458 [14:58:44.554] getCompletionData: Get current token: 0.009236000012606382 +Info 459 [14:58:44.554] getCompletionData: Is inside comment: 0.0025170003063976765 +Info 460 [14:58:44.554] getCompletionData: Get previous token: 0.027187999803572893 +Info 461 [14:58:44.554] getCompletionsAtPosition: isCompletionListBlocker: 0.0028570001013576984 +Info 462 [14:58:44.554] getCompletionData: Semantic work: 0.3780700000934303 +Info 463 [14:58:44.555] Format host information updated +Info 464 [14:58:44.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 465 [14:58:44.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 6.5864920001477ms +Info 466 [14:58:44.757] Different program with same set of files +Info 467 [14:58:44.757] getCompletionData: Get current token: 0.0074640000239014626 +Info 468 [14:58:44.757] getCompletionData: Is inside comment: 0.002199999988079071 +Info 469 [14:58:44.757] getCompletionData: Get previous token: 0.022739999927580357 +Info 470 [14:58:44.757] getCompletionsAtPosition: isCompletionListBlocker: 0.002586000133305788 +Info 471 [14:58:44.757] getCompletionData: Semantic work: 0.2665360001847148 +Info 472 [14:58:44.760] Format host information updated +Info 473 [14:58:44.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 474 [14:58:44.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 6.507704999763519ms +Info 475 [14:58:44.875] Different program with same set of files +Info 476 [14:58:44.875] getCompletionData: Get current token: 0.007654999848455191 +Info 477 [14:58:44.875] getCompletionData: Is inside comment: 0.002592999953776598 +Info 478 [14:58:44.875] getCompletionData: Get previous token: 0.023988000117242336 +Info 479 [14:58:44.875] getCompletionsAtPosition: isCompletionListBlocker: 0.0029450003057718277 +Info 480 [14:58:44.876] getCompletionData: Semantic work: 0.30293399980291724 +Info 481 [14:58:44.876] Format host information updated +Info 482 [14:58:45.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 483 [14:58:45.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 9.060541999991983ms +Info 484 [14:58:45.117] Different program with same set of files +Info 485 [14:58:45.117] getCompletionData: Get current token: 0.010286000091582537 +Info 486 [14:58:45.117] getCompletionData: Is inside comment: 0.0032399999909102917 +Info 487 [14:58:45.117] getCompletionData: Get previous token: 0.03251500008627772 +Info 488 [14:58:45.117] getCompletionsAtPosition: isCompletionListBlocker: 0.0037400000728666782 +Info 489 [14:58:45.118] getCompletionData: Semantic work: 0.36830800026655197 +Info 490 [14:58:45.120] Format host information updated +Info 491 [14:58:45.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 492 [14:58:45.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 6.482209000270814ms +Info 493 [14:58:45.195] Different program with same set of files +Info 494 [14:58:45.195] getCompletionData: Get current token: 0.007342000026255846 +Info 495 [14:58:45.195] getCompletionData: Is inside comment: 0.0020979996770620346 +Info 496 [14:58:45.195] getCompletionData: Get previous token: 0.022437999956309795 +Info 497 [14:58:45.195] getCompletionsAtPosition: isCompletionListBlocker: 0.005539000034332275 +Info 498 [14:58:45.195] getCompletionData: Semantic work: 0.28548499988391995 +Info 499 [14:58:45.196] Format host information updated +Info 500 [14:58:45.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 501 [14:58:45.334] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.545812000054866ms +Info 502 [14:58:45.334] Different program with same set of files +Info 503 [14:58:45.334] getCompletionData: Get current token: 0.006102000363171101 +Info 504 [14:58:45.334] getCompletionData: Is inside comment: 0.0019430001266300678 +Info 505 [14:58:45.334] getCompletionData: Get previous token: 0.018982999958097935 +Info 506 [14:58:45.334] getCompletionsAtPosition: isCompletionListBlocker: 0.0040430002845823765 +Info 507 [14:58:45.335] getCompletionData: Semantic work: 0.2916310001164675 +Info 508 [14:58:45.335] Format host information updated +Info 509 [14:58:45.428] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 510 [14:58:45.437] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 8.568870000075549ms +Info 511 [14:58:45.437] Different program with same set of files +Info 512 [14:58:45.437] getCompletionData: Get current token: 0.00788199994713068 +Info 513 [14:58:45.437] getCompletionData: Is inside comment: 0.002214999869465828 +Info 514 [14:58:45.437] getCompletionData: Get previous token: 0.04098099982365966 +Info 515 [14:58:45.437] getCompletionsAtPosition: isCompletionListBlocker: 0.00331699987873435 +Info 516 [14:58:45.437] getCompletionData: Semantic work: 0.31953700026497245 +Info 517 [14:58:45.438] Format host information updated +Info 518 [14:58:45.510] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 519 [14:58:45.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 27.61217699991539ms +Info 520 [14:58:45.538] Different program with same set of files +Info 521 [14:58:45.538] getCompletionData: Get current token: 0.029614999890327454 +Info 522 [14:58:45.538] getCompletionData: Is inside comment: 0.00837499974295497 +Info 523 [14:58:45.539] getCompletionData: Get previous token: 0.17185499984771013 +Info 524 [14:58:45.539] getCompletionsAtPosition: isCompletionListBlocker: 0.01120400009676814 +Info 525 [14:58:45.540] getCompletionData: Semantic work: 0.8697480000555515 +Info 526 [14:58:45.540] Format host information updated +Info 527 [14:58:47.967] Format host information updated +Info 528 [14:58:47.977] forEachExternalModuleToImportFrom autoImportProvider: 0.7416769997216761 +Info 529 [14:58:49.251] Format host information updated +Info 530 [14:58:49.252] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 531 [14:58:49.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.939996999688447ms +Info 532 [14:58:49.267] Different program with same set of files +Info 533 [14:58:53.974] getCompletionData: Get current token: 0.020407000090926886 +Info 534 [14:58:53.974] getCompletionData: Is inside comment: 0.049128999933600426 +Info 535 [14:58:53.974] getCompletionData: Get previous token: 0.066985999699682 +Info 536 [14:58:53.974] getCompletionsAtPosition: isCompletionListBlocker: 0.007985000032931566 +Info 537 [14:58:53.976] getExportInfoMap: cache hit +Info 538 [14:58:53.983] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 539 [14:58:53.983] collectAutoImports: response is complete +Info 540 [14:58:53.983] collectAutoImports: 7.029738999903202 +Info 541 [14:58:53.983] getCompletionData: Semantic work: 9.213399000000209 +Info 542 [14:58:53.990] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.772690999787301 +Info 543 [15:33:20.829] Search path: /home/orion/src/purescript-puppeteer/src +Info 544 [15:33:20.830] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 545 [15:33:20.831] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 545 [15:33:20.831] Files (132) + +Info 545 [15:33:20.831] ----------------------------------------------- +Info 545 [15:33:20.831] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 545 [15:33:20.831] Files (267) + +Info 545 [15:33:20.831] ----------------------------------------------- +Info 545 [15:33:20.831] Open files: +Info 545 [15:33:20.831] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 545 [15:33:20.831] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 545 [15:33:20.831] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 545 [15:33:20.831] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 545 [15:33:21.043] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 546 [15:33:21.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 13.769235000014305ms +Info 547 [15:33:21.057] Different program with same set of files +Info 548 [15:33:21.090] Format host information updated +Info 549 [15:33:22.736] Format host information updated +Info 550 [15:33:22.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 551 [15:33:22.754] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.94315699953586ms +Info 552 [15:33:22.754] Different program with same set of files +Info 553 [15:33:23.004] Format host information updated +Info 554 [15:33:23.004] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 555 [15:33:23.014] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 10.066941999830306ms +Info 556 [15:33:23.014] Different program with same set of files +Info 557 [15:33:23.341] Before ensureProjectForOpenFiles: +Info 558 [15:33:23.341] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 558 [15:33:23.341] Files (132) + +Info 558 [15:33:23.341] ----------------------------------------------- +Info 558 [15:33:23.341] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 558 [15:33:23.341] Files (267) + +Info 558 [15:33:23.341] ----------------------------------------------- +Info 558 [15:33:23.341] Open files: +Info 558 [15:33:23.341] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 558 [15:33:23.341] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 558 [15:33:23.341] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 558 [15:33:23.341] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 558 [15:33:23.341] After ensureProjectForOpenFiles: +Info 559 [15:33:23.341] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 559 [15:33:23.341] Files (132) + +Info 559 [15:33:23.341] ----------------------------------------------- +Info 559 [15:33:23.341] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 559 [15:33:23.341] Files (267) + +Info 559 [15:33:23.341] ----------------------------------------------- +Info 559 [15:33:23.341] Open files: +Info 559 [15:33:23.341] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 559 [15:33:23.341] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 559 [15:33:23.341] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 559 [15:33:23.341] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 559 [15:33:23.341] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 560 [15:33:26.865] Format host information updated +Info 561 [15:33:26.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 562 [15:33:26.876] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 10.645705999806523ms +Info 563 [15:33:26.876] Different program with same set of files +Info 564 [15:35:50.746] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 565 [15:35:50.755] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 8.881972000002861ms +Info 566 [15:35:50.755] Different program with same set of files +Info 567 [15:35:50.755] getCompletionData: Get current token: 0.00521400012075901 +Info 568 [15:35:50.756] getCompletionData: Is inside comment: 0.01206700038164854 +Info 569 [15:35:50.756] getCompletionData: Get previous token: 0.015070000663399696 +Info 570 [15:35:50.756] getCompletionsAtPosition: isCompletionListBlocker: 0.00244899932295084 +Info 571 [15:35:50.756] Returning an empty list because completion was requested in an invalid position. +Info 572 [15:35:50.756] Format host information updated +Info 573 [15:35:51.397] getCompletionData: Get current token: 0.004852999933063984 +Info 574 [15:35:51.397] getCompletionData: Is inside comment: 0.011269999668002129 +Info 575 [15:35:51.397] getCompletionData: Get previous token: 0.013729999773204327 +Info 576 [15:35:51.397] getCompletionsAtPosition: isCompletionListBlocker: 0.0024950001388788223 +Info 577 [15:35:51.397] Returning an empty list because completion was requested in an invalid position. +Info 578 [15:35:51.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 579 [15:35:51.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 10.792926999740303ms +Info 580 [15:35:51.849] Different program with same set of files +Info 581 [15:35:51.849] getCompletionData: Get current token: 0.004827999509871006 +Info 582 [15:35:51.849] getCompletionData: Is inside comment: 0.010584999807178974 +Info 583 [15:35:51.849] getCompletionData: Get previous token: 0.013670999556779861 +Info 584 [15:35:51.849] getCompletionsAtPosition: isCompletionListBlocker: 0.0018929997459053993 +Info 585 [15:35:51.849] Returning an empty list because completion was requested in an invalid position. +Info 586 [15:35:51.850] Format host information updated +Info 587 [15:35:51.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 588 [15:35:51.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 11.37364099919796ms +Info 589 [15:35:51.981] Different program with same set of files +Info 590 [15:35:51.981] getCompletionData: Get current token: 0.006572999991476536 +Info 591 [15:35:51.981] getCompletionData: Is inside comment: 0.014605999924242496 +Info 592 [15:35:51.981] getCompletionData: Get previous token: 0.04024800006300211 +Info 593 [15:35:51.981] getCompletionsAtPosition: isCompletionListBlocker: 0.10522999987006187 +Info 594 [15:35:51.981] Returning an empty list because completion was requested in an invalid position. +Info 595 [15:35:51.981] Format host information updated +Info 596 [15:35:52.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 597 [15:35:52.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 9.209554000757635ms +Info 598 [15:35:52.056] Different program with same set of files +Info 599 [15:35:52.056] getCompletionData: Get current token: 0.005350000225007534 +Info 600 [15:35:52.056] getCompletionData: Is inside comment: 0.014256000518798828 +Info 601 [15:35:52.056] getCompletionData: Get previous token: 0.037255000323057175 +Info 602 [15:35:52.056] getCompletionsAtPosition: isCompletionListBlocker: 0.006927999667823315 +Info 603 [15:35:52.056] Returning an empty list because completion was requested in an invalid position. +Info 604 [15:35:52.057] Format host information updated +Info 605 [15:35:52.226] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 606 [15:35:52.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 8.097498000599444ms +Info 607 [15:35:52.235] Different program with same set of files +Info 608 [15:35:52.235] getCompletionData: Get current token: 0.00430000014603138 +Info 609 [15:35:52.235] getCompletionData: Is inside comment: 0.010521000251173973 +Info 610 [15:35:52.235] getCompletionData: Get previous token: 0.0132679995149374 +Info 611 [15:35:52.235] getCompletionsAtPosition: isCompletionListBlocker: 0.0013930005952715874 +Info 612 [15:35:52.235] Returning an empty list because completion was requested in an invalid position. +Info 613 [15:35:52.235] Format host information updated +Info 614 [15:35:52.390] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 615 [15:35:52.399] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 8.941948000341654ms +Info 616 [15:35:52.399] Different program with same set of files +Info 617 [15:35:52.399] getCompletionData: Get current token: 0.004344000481069088 +Info 618 [15:35:52.399] getCompletionData: Is inside comment: 0.007478000596165657 +Info 619 [15:35:52.399] getCompletionData: Get previous token: 0.00876499991863966 +Info 620 [15:35:52.399] getCompletionsAtPosition: isCompletionListBlocker: 0.0012610005214810371 +Info 621 [15:35:52.399] Returning an empty list because completion was requested in an invalid position. +Info 622 [15:35:52.400] Format host information updated +Info 623 [15:35:52.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 624 [15:35:52.488] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 7.196681000292301ms +Info 625 [15:35:52.488] Different program with same set of files +Info 626 [15:35:52.488] getCompletionData: Get current token: 0.00432599987834692 +Info 627 [15:35:52.488] getCompletionData: Is inside comment: 0.024056999944150448 +Info 628 [15:35:52.488] getCompletionData: Get previous token: 0.05909400060772896 +Info 629 [15:35:52.488] getCompletionsAtPosition: isCompletionListBlocker: 0.01817800011485815 +Info 630 [15:35:52.488] Returning an empty list because completion was requested in an invalid position. +Info 631 [15:35:52.489] Format host information updated +Info 632 [15:35:52.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 633 [15:35:52.638] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 9.657474000006914ms +Info 634 [15:35:52.638] Different program with same set of files +Info 635 [15:35:52.639] getCompletionData: Get current token: 0.006918000057339668 +Info 636 [15:35:52.639] getCompletionData: Is inside comment: 0.010863000527024269 +Info 637 [15:35:52.639] getCompletionData: Get previous token: 0.013346999883651733 +Info 638 [15:35:52.639] getCompletionsAtPosition: isCompletionListBlocker: 0.0017020003870129585 +Info 639 [15:35:52.639] Returning an empty list because completion was requested in an invalid position. +Info 640 [15:35:52.639] Format host information updated +Info 641 [15:35:52.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 642 [15:35:52.882] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 17.148919000290334ms +Info 643 [15:35:52.882] Different program with same set of files +Info 644 [15:35:52.883] getCompletionData: Get current token: 0.00711200013756752 +Info 645 [15:35:52.883] getCompletionData: Is inside comment: 0.015766000375151634 +Info 646 [15:35:52.883] getCompletionData: Get previous token: 0.018769999966025352 +Info 647 [15:35:52.883] getCompletionsAtPosition: isCompletionListBlocker: 0.0027069998905062675 +Info 648 [15:35:52.883] Returning an empty list because completion was requested in an invalid position. +Info 649 [15:35:52.883] Format host information updated +Info 650 [15:35:52.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 651 [15:35:52.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 8.856525000184774ms +Info 652 [15:35:52.934] Different program with same set of files +Info 653 [15:35:52.934] getCompletionData: Get current token: 0.004220999777317047 +Info 654 [15:35:52.934] getCompletionData: Is inside comment: 0.008782999590039253 +Info 655 [15:35:52.934] getCompletionData: Get previous token: 0.010545999743044376 +Info 656 [15:35:52.934] getCompletionsAtPosition: isCompletionListBlocker: 0.0014490000903606415 +Info 657 [15:35:52.934] Returning an empty list because completion was requested in an invalid position. +Info 658 [15:35:52.934] Format host information updated +Info 659 [15:36:03.988] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 660 [15:36:03.988] Elapsed:: 0.0919849993661046ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 661 [15:36:03.988] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 662 [15:36:03.988] Elapsed:: 0.19620699994266033ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 663 [15:36:03.988] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 664 [15:36:03.988] Elapsed:: 0.02431400027126074ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 665 [15:36:03.989] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 666 [15:36:03.989] Elapsed:: 0.06363500002771616ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 667 [15:36:03.989] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 668 [15:36:03.989] Elapsed:: 0.03414200060069561ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 669 [15:36:03.989] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 670 [15:36:03.989] Elapsed:: 0.004104000516235828ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 671 [15:36:03.989] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 672 [15:36:03.989] Elapsed:: 0.00748400017619133ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 673 [15:36:03.989] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 674 [15:36:03.989] Elapsed:: 0.017316999845206738ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 675 [15:36:03.989] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 676 [15:36:03.989] Elapsed:: 0.00889500044286251ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.esm.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 677 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/bidi :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 678 [15:36:03.990] Elapsed:: 0.14107100013643503ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/bidi :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 679 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/bidi :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 680 [15:36:03.990] Elapsed:: 0.02000799961388111ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/bidi :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 681 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/bidi :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 682 [15:36:03.990] Elapsed:: 0.007340000011026859ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/bidi :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 683 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/injected :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 684 [15:36:03.990] Elapsed:: 0.06347399950027466ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/injected :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 685 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/injected :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 686 [15:36:03.990] Elapsed:: 0.01594599988311529ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/injected :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 687 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/injected :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 688 [15:36:03.990] Elapsed:: 0.006655000150203705ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/injected :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 689 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/api :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 690 [15:36:03.990] Elapsed:: 0.05295300018042326ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/api :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 691 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/api :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 692 [15:36:03.990] Elapsed:: 0.015682999975979328ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/api :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 693 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/api :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 694 [15:36:03.990] Elapsed:: 0.04837500024586916ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/api :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 695 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/cdp :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 696 [15:36:03.990] Elapsed:: 0.046075000427663326ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/cdp :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 697 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/cdp :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 698 [15:36:03.990] Elapsed:: 0.019202000461518764ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/cdp :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 699 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/cdp :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 700 [15:36:03.990] Elapsed:: 0.008236999623477459ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/cdp :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 701 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/common :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 702 [15:36:03.990] Elapsed:: 0.04511799942702055ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/common :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 703 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/common :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 704 [15:36:03.990] Elapsed:: 0.012662000022828579ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/common :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 705 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/common :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 706 [15:36:03.990] Elapsed:: 0.007790000177919865ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/common :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 707 [15:36:03.990] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/generated :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 708 [15:36:03.990] Elapsed:: 0.06521899998188019ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/generated :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 709 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/generated :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 710 [15:36:03.991] Elapsed:: 0.05440700054168701ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/generated :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 711 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/generated :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 712 [15:36:03.991] Elapsed:: 0.010618000291287899ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/generated :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 713 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/puppeteer-core.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 714 [15:36:03.991] Elapsed:: 0.004640000872313976ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/puppeteer-core.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 715 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/puppeteer-core.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 716 [15:36:03.991] Elapsed:: 0.01989400014281273ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/puppeteer-core.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 717 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/puppeteer-core.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 718 [15:36:03.991] Elapsed:: 0.004747999832034111ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/puppeteer-core.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 719 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/revisions.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 720 [15:36:03.991] Elapsed:: 0.004380000755190849ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/revisions.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 721 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/revisions.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 722 [15:36:03.991] Elapsed:: 0.010462000034749508ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/revisions.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 723 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/revisions.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 724 [15:36:03.991] Elapsed:: 0.004184999503195286ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/revisions.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 725 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/environment.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 726 [15:36:03.991] Elapsed:: 0.004289000295102596ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/environment.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 727 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/environment.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 728 [15:36:03.991] Elapsed:: 0.009864999912679195ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/environment.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 729 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/environment.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 730 [15:36:03.991] Elapsed:: 0.003781999461352825ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/environment.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 731 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.cjs.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 732 [15:36:03.991] Elapsed:: 0.0035429997369647026ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.cjs.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 733 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.cjs.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 734 [15:36:03.991] Elapsed:: 0.009148000739514828ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.cjs.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 735 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.cjs.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 736 [15:36:03.991] Elapsed:: 0.004243000410497189ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/tsconfig.cjs.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 737 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/templates :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 738 [15:36:03.991] Elapsed:: 0.04699300043284893ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/templates :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 739 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/templates :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 740 [15:36:03.991] Elapsed:: 0.009959000162780285ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/templates :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 741 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/templates :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 742 [15:36:03.991] Elapsed:: 0.003856000490486622ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/templates :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 743 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/util :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 744 [15:36:03.991] Elapsed:: 0.050227999687194824ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/util :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 745 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/util :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 746 [15:36:03.991] Elapsed:: 0.010098000057041645ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/util :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 747 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/util :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 748 [15:36:03.991] Elapsed:: 0.004147999919950962ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/util :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 749 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/node :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 750 [15:36:03.991] Elapsed:: 0.08262800052762032ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/node :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 751 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/node :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 752 [15:36:03.991] Elapsed:: 0.012037999927997589ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/node :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 753 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/node :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 754 [15:36:03.991] Elapsed:: 0.004102000035345554ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/node :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 755 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/src :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 756 [15:36:03.991] Elapsed:: 0.05129900015890598ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/src :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 757 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/src :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 758 [15:36:03.991] Elapsed:: 0.01100900024175644ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/src :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 759 [15:36:03.991] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/src :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 760 [15:36:03.991] Elapsed:: 0.004033999517560005ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/src/src :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 761 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 762 [15:36:03.992] Elapsed:: 0.005034000612795353ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 763 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 764 [15:36:03.992] Elapsed:: 0.0064489999786019325ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 765 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 766 [15:36:03.992] Elapsed:: 0.003848000429570675ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 767 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 768 [15:36:03.992] Elapsed:: 0.0031970003619790077ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 769 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 770 [15:36:03.992] Elapsed:: 0.004792000167071819ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 771 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 772 [15:36:03.992] Elapsed:: 0.0025949999690055847ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 773 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 774 [15:36:03.992] Elapsed:: 0.003020000644028187ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 775 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 776 [15:36:03.992] Elapsed:: 0.012075000442564487ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 777 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 778 [15:36:03.992] Elapsed:: 0.004834999330341816ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPRequest.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 779 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 780 [15:36:03.992] Elapsed:: 0.0027649998664855957ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 781 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 782 [15:36:03.992] Elapsed:: 0.00975400023162365ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 783 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 784 [15:36:03.992] Elapsed:: 0.0047589996829628944ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 785 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 786 [15:36:03.992] Elapsed:: 0.0029910001903772354ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 787 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 788 [15:36:03.992] Elapsed:: 0.004346000030636787ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 789 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 790 [15:36:03.992] Elapsed:: 0.0024219993501901627ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 791 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 792 [15:36:03.992] Elapsed:: 0.0028249993920326233ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 793 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 794 [15:36:03.992] Elapsed:: 0.00938900001347065ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 795 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 796 [15:36:03.992] Elapsed:: 0.004181999713182449ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 797 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 798 [15:36:03.992] Elapsed:: 0.00314400065690279ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 799 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 800 [15:36:03.992] Elapsed:: 0.00914399977773428ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 801 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 802 [15:36:03.992] Elapsed:: 0.0038239993155002594ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/NetworkManager.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 803 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 804 [15:36:03.992] Elapsed:: 0.0030970005318522453ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 805 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 806 [15:36:03.992] Elapsed:: 0.004119000397622585ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 807 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 808 [15:36:03.992] Elapsed:: 0.002767999656498432ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 809 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 810 [15:36:03.992] Elapsed:: 0.0029370002448558807ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 811 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 812 [15:36:03.992] Elapsed:: 0.009296000003814697ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 813 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 814 [15:36:03.992] Elapsed:: 0.003880999982357025ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 815 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 816 [15:36:03.992] Elapsed:: 0.0027489997446537018ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 817 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 818 [15:36:03.992] Elapsed:: 0.009316000156104565ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 819 [15:36:03.992] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 820 [15:36:03.992] Elapsed:: 0.004050999879837036ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 821 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 822 [15:36:03.993] Elapsed:: 0.002625000663101673ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 823 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 824 [15:36:03.993] Elapsed:: 0.008526000194251537ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 825 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 826 [15:36:03.993] Elapsed:: 0.0035159997642040253ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 827 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 828 [15:36:03.993] Elapsed:: 0.0026910006999969482ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 829 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 830 [15:36:03.993] Elapsed:: 0.008569000288844109ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 831 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 832 [15:36:03.993] Elapsed:: 0.004030999727547169ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 833 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 834 [15:36:03.993] Elapsed:: 0.002833000384271145ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 835 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 836 [15:36:03.993] Elapsed:: 0.0039719995111227036ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 837 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 838 [15:36:03.993] Elapsed:: 0.0022679995745420456ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 839 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 840 [15:36:03.993] Elapsed:: 0.0026200003921985626ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 841 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 842 [15:36:03.993] Elapsed:: 0.008680999279022217ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 843 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 844 [15:36:03.993] Elapsed:: 0.003960000351071358ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 845 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 846 [15:36:03.993] Elapsed:: 0.002849999815225601ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 847 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 848 [15:36:03.993] Elapsed:: 0.00839999970048666ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 849 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 850 [15:36:03.993] Elapsed:: 0.003631000407040119ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Frame.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 851 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Target.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 852 [15:36:03.993] Elapsed:: 0.002727000042796135ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Target.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 853 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Target.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 854 [15:36:03.993] Elapsed:: 0.008287999778985977ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Target.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 855 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Target.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 856 [15:36:03.993] Elapsed:: 0.003905000165104866ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Target.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 857 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 858 [15:36:03.993] Elapsed:: 0.0033420007675886154ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 859 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 860 [15:36:03.993] Elapsed:: 0.004019999876618385ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 861 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 862 [15:36:03.993] Elapsed:: 0.0034560002386569977ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Sandbox.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 863 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 864 [15:36:03.993] Elapsed:: 0.0030580004677176476ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 865 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 866 [15:36:03.993] Elapsed:: 0.004327000118792057ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 867 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 868 [15:36:03.993] Elapsed:: 0.0026850001886487007ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 869 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/JSHandle.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 870 [15:36:03.993] Elapsed:: 0.0028800005093216896ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/JSHandle.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 871 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/JSHandle.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 872 [15:36:03.993] Elapsed:: 0.009283999912440777ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/JSHandle.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 873 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/JSHandle.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 874 [15:36:03.993] Elapsed:: 0.003925999626517296ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/JSHandle.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 875 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 876 [15:36:03.993] Elapsed:: 0.0029409993439912796ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 877 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 878 [15:36:03.993] Elapsed:: 0.009177000261843204ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 879 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 880 [15:36:03.993] Elapsed:: 0.004029999487102032ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 881 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 882 [15:36:03.993] Elapsed:: 0.003361999988555908ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 883 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 884 [15:36:03.993] Elapsed:: 0.009084999561309814ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 885 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 886 [15:36:03.993] Elapsed:: 0.0038380008190870285ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 887 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 888 [15:36:03.993] Elapsed:: 0.002798999659717083ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 889 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 890 [15:36:03.993] Elapsed:: 0.008822000585496426ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 891 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 892 [15:36:03.993] Elapsed:: 0.003999999724328518ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 893 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 894 [15:36:03.993] Elapsed:: 0.0028509991243481636ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 895 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 896 [15:36:03.993] Elapsed:: 0.008599000051617622ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 897 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 898 [15:36:03.993] Elapsed:: 0.00367600005120039ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 899 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Dialog.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 900 [15:36:03.993] Elapsed:: 0.002802000381052494ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Dialog.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 901 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Dialog.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 902 [15:36:03.993] Elapsed:: 0.003930999897420406ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Dialog.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 903 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Dialog.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 904 [15:36:03.993] Elapsed:: 0.002562999725341797ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Dialog.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 905 [15:36:03.993] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 906 [15:36:03.994] Elapsed:: 0.0026930002495646477ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 907 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 908 [15:36:03.994] Elapsed:: 0.00394000019878149ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 909 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 910 [15:36:03.994] Elapsed:: 0.002357000485062599ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 911 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 912 [15:36:03.994] Elapsed:: 0.0029190005734562874ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 913 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 914 [15:36:03.994] Elapsed:: 0.004123000428080559ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 915 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 916 [15:36:03.994] Elapsed:: 0.002353999763727188ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/EmulationManager.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 917 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 918 [15:36:03.994] Elapsed:: 0.002696000039577484ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 919 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 920 [15:36:03.994] Elapsed:: 0.0037460001185536385ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 921 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 922 [15:36:03.994] Elapsed:: 0.0024560000747442245ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 923 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 924 [15:36:03.994] Elapsed:: 0.002807999961078167ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 925 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 926 [15:36:03.994] Elapsed:: 0.004011999815702438ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 927 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 928 [15:36:03.994] Elapsed:: 0.0023090001195669174ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 929 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 930 [15:36:03.994] Elapsed:: 0.0029530003666877747ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 931 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 932 [15:36:03.994] Elapsed:: 0.0036490000784397125ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 933 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 934 [15:36:03.994] Elapsed:: 0.0023490004241466522ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 935 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 936 [15:36:03.994] Elapsed:: 0.002636999823153019ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 937 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 938 [15:36:03.994] Elapsed:: 0.010458000004291534ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 939 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 940 [15:36:03.994] Elapsed:: 0.004340999759733677ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 941 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 942 [15:36:03.994] Elapsed:: 0.003968999721109867ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 943 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 944 [15:36:03.994] Elapsed:: 0.02281400002539158ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 945 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 946 [15:36:03.994] Elapsed:: 0.007970999926328659ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 947 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 948 [15:36:03.994] Elapsed:: 0.004614999517798424ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 949 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 950 [15:36:03.994] Elapsed:: 0.007282000035047531ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 951 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 952 [15:36:03.994] Elapsed:: 0.004462000913918018ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 953 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 954 [15:36:03.994] Elapsed:: 0.004755000583827496ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 955 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 956 [15:36:03.994] Elapsed:: 0.006554000079631805ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 957 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 958 [15:36:03.994] Elapsed:: 0.0041589997708797455ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/util.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 959 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 960 [15:36:03.994] Elapsed:: 0.004553000442683697ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 961 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 962 [15:36:03.994] Elapsed:: 0.01655299961566925ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 963 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 964 [15:36:03.994] Elapsed:: 0.006968999281525612ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 965 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 966 [15:36:03.994] Elapsed:: 0.00466500036418438ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 967 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 968 [15:36:03.994] Elapsed:: 0.01488799974322319ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 969 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 970 [15:36:03.994] Elapsed:: 0.0064580002799630165ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowsingContext.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 971 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 972 [15:36:03.994] Elapsed:: 0.0046699997037649155ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 973 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 974 [15:36:03.994] Elapsed:: 0.006823000498116016ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 975 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 976 [15:36:03.994] Elapsed:: 0.0040060002356767654ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Serializer.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 977 [15:36:03.994] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 978 [15:36:03.995] Elapsed:: 0.004453999921679497ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 979 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 980 [15:36:03.995] Elapsed:: 0.0060450006276369095ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 981 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 982 [15:36:03.995] Elapsed:: 0.0038720006123185158ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/bidi.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 983 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 984 [15:36:03.995] Elapsed:: 0.004474000073969364ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 985 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 986 [15:36:03.995] Elapsed:: 0.0159529997035861ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 987 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 988 [15:36:03.995] Elapsed:: 0.006115000694990158ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Input.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 989 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 990 [15:36:03.995] Elapsed:: 0.004658999852836132ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 991 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 992 [15:36:03.995] Elapsed:: 0.006606999784708023ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 993 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 994 [15:36:03.995] Elapsed:: 0.004149000160396099ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/HTTPResponse.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 995 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 996 [15:36:03.995] Elapsed:: 0.004509999416768551ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 997 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 998 [15:36:03.995] Elapsed:: 0.0066109998151659966ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 999 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1000 [15:36:03.995] Elapsed:: 0.0041470006108284ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BidiOverCdp.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1001 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1002 [15:36:03.995] Elapsed:: 0.004475000314414501ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1003 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1004 [15:36:03.995] Elapsed:: 0.006412000395357609ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1005 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1006 [15:36:03.995] Elapsed:: 0.003925999626517296ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Realm.js.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1007 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1008 [15:36:03.995] Elapsed:: 0.004154999740421772ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1009 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1010 [15:36:03.995] Elapsed:: 0.04589099995791912ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1011 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1012 [15:36:03.995] Elapsed:: 0.022392000071704388ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1013 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowserContext.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1014 [15:36:03.995] Elapsed:: 0.004461999982595444ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowserContext.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1015 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowserContext.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1016 [15:36:03.995] Elapsed:: 0.00688099954277277ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowserContext.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1017 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowserContext.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1018 [15:36:03.995] Elapsed:: 0.0039820000529289246ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/BrowserContext.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1019 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1020 [15:36:03.995] Elapsed:: 0.004455000162124634ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1021 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1022 [15:36:03.995] Elapsed:: 0.015449999831616879ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1023 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1024 [15:36:03.995] Elapsed:: 0.006467999890446663ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Connection.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1025 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1026 [15:36:03.995] Elapsed:: 0.004537999629974365ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1027 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1028 [15:36:03.995] Elapsed:: 0.014964999631047249ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1029 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1030 [15:36:03.995] Elapsed:: 0.006095999851822853ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/ExposedFunction.d.ts :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1031 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1032 [15:36:03.995] Elapsed:: 0.004383000545203686ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1033 [15:36:03.995] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1034 [15:36:03.996] Elapsed:: 0.006443999707698822ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1035 [15:36:03.996] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1036 [15:36:03.996] Elapsed:: 0.004383000545203686ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Browser.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1037 [15:36:03.996] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1038 [15:36:03.996] Elapsed:: 0.004600999876856804ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1039 [15:36:03.996] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1040 [15:36:03.996] Elapsed:: 0.006266999989748001ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1041 [15:36:03.996] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1042 [15:36:03.996] Elapsed:: 0.0038919998332858086ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/bidi/Page.d.ts.map :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1043 [15:36:04.007] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1044 [15:36:04.007] Elapsed:: 0.05061499960720539ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1045 [15:36:04.008] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1046 [15:36:04.008] Elapsed:: 0.00597199983894825ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1047 [15:36:04.031] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1048 [15:36:04.031] Elapsed:: 0.007217000238597393ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1049 [15:36:04.031] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1050 [15:36:04.031] Elapsed:: 0.01332900021225214ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1051 [15:36:04.031] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1052 [15:36:04.031] Elapsed:: 0.002840999513864517ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1053 [15:36:04.047] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1054 [15:36:04.047] Elapsed:: 0.00924100074917078ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/esm/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1055 [15:36:04.047] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1056 [15:36:04.047] Elapsed:: 0.0038940003141760826ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution +Info 1057 [15:36:04.048] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1058 [15:36:04.048] Elapsed:: 0.021490000188350677ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1059 [15:36:04.048] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 1060 [15:36:04.048] Elapsed:: 0.4279150003567338ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 1061 [15:36:05.308] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1062 [15:36:05.333] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: true structureIsReused:: SafeModules Elapsed: 24.82469299994409ms +Info 1063 [15:36:05.333] Different program with same set of files +Info 1064 [15:36:05.508] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1065 [15:36:05.510] Elapsed:: 1.8766209995374084ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1066 [15:36:05.510] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1067 [15:36:05.510] Elapsed:: 0.049513000063598156ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1068 [15:36:05.510] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1069 [15:36:05.510] Elapsed:: 0.003100000321865082ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1070 [15:36:05.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1071 [15:36:05.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: true structureIsReused:: SafeModules Elapsed: 84.95450599957258ms +Info 1072 [15:36:05.846] Different program with same set of files +Info 1073 [15:36:08.261] Before ensureProjectForOpenFiles: +Info 1074 [15:36:08.261] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1074 [15:36:08.261] Files (132) + +Info 1074 [15:36:08.261] ----------------------------------------------- +Info 1074 [15:36:08.261] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1074 [15:36:08.261] Files (267) + +Info 1074 [15:36:08.261] ----------------------------------------------- +Info 1074 [15:36:08.261] Open files: +Info 1074 [15:36:08.261] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1074 [15:36:08.261] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1074 [15:36:08.261] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1074 [15:36:08.261] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1074 [15:36:08.261] After ensureProjectForOpenFiles: +Info 1075 [15:36:08.261] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1075 [15:36:08.261] Files (132) + +Info 1075 [15:36:08.261] ----------------------------------------------- +Info 1075 [15:36:08.261] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1075 [15:36:08.261] Files (267) + +Info 1075 [15:36:08.261] ----------------------------------------------- +Info 1075 [15:36:08.261] Open files: +Info 1075 [15:36:08.261] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1075 [15:36:08.262] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1075 [15:36:08.262] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1075 [15:36:08.262] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1075 [15:36:08.262] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 1076 [15:36:10.684] getCompletionData: Get current token: 0.003530999645590782 +Info 1077 [15:36:10.685] getCompletionData: Is inside comment: 0.01028599962592125 +Info 1078 [15:36:10.685] getCompletionData: Get previous token: 0.006849000230431557 +Info 1079 [15:36:10.685] getCompletionsAtPosition: isCompletionListBlocker: 0.013288000598549843 +Info 1080 [15:36:10.689] AutoImportProviderProject: found 17 root files in 6 dependencies in 3.2813020003959537 ms +Info 1081 [15:36:10.689] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 1082 [15:36:10.810] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 120.39260600041598ms +Info 1083 [15:36:10.810] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1084 [15:36:10.810] Files (272) + +Info 1085 [15:36:10.810] ----------------------------------------------- +Info 1086 [15:36:10.810] getExportInfoMap: cache miss or empty; calculating new results +Info 1087 [15:36:10.837] forEachExternalModuleToImportFrom autoImportProvider: 15.999385999515653 +Info 1088 [15:36:10.837] getExportInfoMap: done in 151.5078990003094 ms +Info 1089 [15:36:10.862] collectAutoImports: resolved 25 module specifiers, plus 219 ambient and 873 from cache +Info 1090 [15:36:10.862] collectAutoImports: response is complete +Info 1091 [15:36:10.862] collectAutoImports: 25.46113600023091 +Info 1092 [15:36:10.862] getCompletionData: Semantic work: 177.84366199932992 +Info 1093 [15:36:10.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.575197000056505 +Info 1094 [15:36:11.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1095 [15:36:11.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 7.583076000213623ms +Info 1096 [15:36:11.600] Different program with same set of files +Info 1097 [15:36:11.600] getCompletionData: Get current token: 0.0057680001482367516 +Info 1098 [15:36:11.600] getCompletionData: Is inside comment: 0.011880000121891499 +Info 1099 [15:36:11.600] getCompletionData: Get previous token: 0.008078999817371368 +Info 1100 [15:36:11.600] getCompletionsAtPosition: isCompletionListBlocker: 0.004459000192582607 +Info 1101 [15:36:11.601] getExportInfoMap: cache hit +Info 1102 [15:36:11.618] collectAutoImports: resolved 3 module specifiers, plus 175 ambient and 1050 from cache +Info 1103 [15:36:11.618] collectAutoImports: response is complete +Info 1104 [15:36:11.618] collectAutoImports: 16.772286000661552 +Info 1105 [15:36:11.618] getCompletionData: Semantic work: 17.44827000051737 +Info 1106 [15:36:11.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.19197600055486 +Info 1107 [15:36:11.634] Format host information updated +Info 1108 [15:36:11.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1109 [15:36:11.769] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 12.987222000025213ms +Info 1110 [15:36:11.769] Different program with same set of files +Info 1111 [15:36:11.769] getCompletionData: Get current token: 0.009654000401496887 +Info 1112 [15:36:11.769] getCompletionData: Is inside comment: 0.021337000653147697 +Info 1113 [15:36:11.769] getCompletionData: Get previous token: 0.027521999552845955 +Info 1114 [15:36:11.769] getCompletionsAtPosition: isCompletionListBlocker: 0.004315999336540699 +Info 1115 [15:36:11.770] getExportInfoMap: cache hit +Info 1116 [15:36:11.776] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 185 from cache +Info 1117 [15:36:11.776] collectAutoImports: response is complete +Info 1118 [15:36:11.776] collectAutoImports: 6.375773999840021 +Info 1119 [15:36:11.776] getCompletionData: Semantic work: 7.256637000478804 +Info 1120 [15:36:11.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.734362999908626 +Info 1121 [15:36:11.782] Format host information updated +Info 1122 [15:36:11.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1123 [15:36:11.954] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 26.940743999555707ms +Info 1124 [15:36:11.954] Different program with same set of files +Info 1125 [15:36:11.954] getCompletionData: Get current token: 0.016191999427974224 +Info 1126 [15:36:11.954] getCompletionData: Is inside comment: 0.03307299967855215 +Info 1127 [15:36:11.954] getCompletionData: Get previous token: 0.041166999377310276 +Info 1128 [15:36:11.954] getCompletionsAtPosition: isCompletionListBlocker: 0.006350000388920307 +Info 1129 [15:36:11.955] getExportInfoMap: cache hit +Info 1130 [15:36:11.960] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 53 from cache +Info 1131 [15:36:11.960] collectAutoImports: response is complete +Info 1132 [15:36:11.960] collectAutoImports: 4.724651999771595 +Info 1133 [15:36:11.960] getCompletionData: Semantic work: 5.925067000091076 +Info 1134 [15:36:11.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.011318000033498 +Info 1135 [15:36:11.966] Format host information updated +Info 1136 [15:36:11.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1137 [15:36:11.996] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 7.600442999973893ms +Info 1138 [15:36:11.996] Different program with same set of files +Info 1139 [15:36:11.996] getCompletionData: Get current token: 0.008477999828755856 +Info 1140 [15:36:11.996] getCompletionData: Is inside comment: 0.017425999976694584 +Info 1141 [15:36:11.996] getCompletionData: Get previous token: 0.02183899935334921 +Info 1142 [15:36:11.996] getCompletionsAtPosition: isCompletionListBlocker: 0.003650999628007412 +Info 1143 [15:36:11.997] getExportInfoMap: cache hit +Info 1144 [15:36:11.999] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 37 from cache +Info 1145 [15:36:11.999] collectAutoImports: response is complete +Info 1146 [15:36:11.999] collectAutoImports: 2.431045999750495 +Info 1147 [15:36:12.000] getCompletionData: Semantic work: 3.1935449996963143 +Info 1148 [15:36:12.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2593549992889166 +Info 1149 [15:36:12.003] Format host information updated +Info 1150 [15:36:12.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1151 [15:36:12.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 28.870697000063956ms +Info 1152 [15:36:12.207] Different program with same set of files +Info 1153 [15:36:12.208] getCompletionData: Get current token: 0.023183000274002552 +Info 1154 [15:36:12.208] getCompletionData: Is inside comment: 0.043859999626874924 +Info 1155 [15:36:12.208] getCompletionData: Get previous token: 0.05449900031089783 +Info 1156 [15:36:12.208] getCompletionsAtPosition: isCompletionListBlocker: 0.008950999937951565 +Info 1157 [15:36:12.210] getExportInfoMap: cache hit +Info 1158 [15:36:12.214] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 1159 [15:36:12.214] collectAutoImports: response is complete +Info 1160 [15:36:12.214] collectAutoImports: 4.1804980002343655 +Info 1161 [15:36:12.214] getCompletionData: Semantic work: 6.088642000220716 +Info 1162 [15:36:12.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.537333999760449 +Info 1163 [15:36:12.220] Format host information updated +Info 1164 [15:36:12.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1165 [15:36:12.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 8.322824000380933ms +Info 1166 [15:36:12.250] Different program with same set of files +Info 1167 [15:36:12.250] getCompletionData: Get current token: 0.009099000133574009 +Info 1168 [15:36:12.250] getCompletionData: Is inside comment: 0.019716999493539333 +Info 1169 [15:36:12.250] getCompletionData: Get previous token: 0.02465200051665306 +Info 1170 [15:36:12.250] getCompletionsAtPosition: isCompletionListBlocker: 0.004292000085115433 +Info 1171 [15:36:12.251] getExportInfoMap: cache hit +Info 1172 [15:36:12.253] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 1173 [15:36:12.253] collectAutoImports: response is complete +Info 1174 [15:36:12.253] collectAutoImports: 2.4270310001447797 +Info 1175 [15:36:12.253] getCompletionData: Semantic work: 3.1221289997920394 +Info 1176 [15:36:12.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.443093999288976 +Info 1177 [15:36:12.258] Format host information updated +Info 1178 [15:36:12.436] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1179 [15:36:12.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 6.391297000460327ms +Info 1180 [15:36:12.443] Different program with same set of files +Info 1181 [15:36:12.443] getCompletionData: Get current token: 0.007591000758111477 +Info 1182 [15:36:12.443] getCompletionData: Is inside comment: 0.01523200049996376 +Info 1183 [15:36:12.443] getCompletionData: Get previous token: 0.020080000162124634 +Info 1184 [15:36:12.443] getCompletionsAtPosition: isCompletionListBlocker: 0.003159000538289547 +Info 1185 [15:36:12.444] getExportInfoMap: cache hit +Info 1186 [15:36:12.446] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 1187 [15:36:12.446] collectAutoImports: response is complete +Info 1188 [15:36:12.446] collectAutoImports: 1.928655999712646 +Info 1189 [15:36:12.446] getCompletionData: Semantic work: 2.5663369996473193 +Info 1190 [15:36:12.448] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8932860000059009 +Info 1191 [15:36:12.449] Format host information updated +Info 1192 [15:36:12.592] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1193 [15:36:12.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 6.483455999754369ms +Info 1194 [15:36:12.599] Different program with same set of files +Info 1195 [15:36:12.599] getCompletionData: Get current token: 0.006921000778675079 +Info 1196 [15:36:12.599] getCompletionData: Is inside comment: 0.01508300006389618 +Info 1197 [15:36:12.599] getCompletionData: Get previous token: 0.034039999358356 +Info 1198 [15:36:12.599] getCompletionsAtPosition: isCompletionListBlocker: 0.0032559996470808983 +Info 1199 [15:36:12.600] getExportInfoMap: cache hit +Info 1200 [15:36:12.602] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 1201 [15:36:12.602] collectAutoImports: response is complete +Info 1202 [15:36:12.602] collectAutoImports: 1.8376930002123117 +Info 1203 [15:36:12.602] getCompletionData: Semantic work: 2.4184659998863935 +Info 1204 [15:36:12.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.744280000217259 +Info 1205 [15:36:12.606] Format host information updated +Info 1206 [15:36:12.768] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1207 [15:36:12.775] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 6.384015000425279ms +Info 1208 [15:36:12.775] Different program with same set of files +Info 1209 [15:36:12.775] getCompletionData: Get current token: 0.00725100003182888 +Info 1210 [15:36:12.775] getCompletionData: Is inside comment: 0.014775999821722507 +Info 1211 [15:36:12.775] getCompletionData: Get previous token: 0.019028999842703342 +Info 1212 [15:36:12.775] getCompletionsAtPosition: isCompletionListBlocker: 0.0033209994435310364 +Info 1213 [15:36:12.775] getExportInfoMap: cache hit +Info 1214 [15:36:12.777] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 1215 [15:36:12.777] collectAutoImports: response is complete +Info 1216 [15:36:12.777] collectAutoImports: 1.9281410006806254 +Info 1217 [15:36:12.778] getCompletionData: Semantic work: 2.455366000533104 +Info 1218 [15:36:12.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.026403999887407 +Info 1219 [15:36:12.781] Format host information updated +Info 1220 [15:36:12.859] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1221 [15:36:12.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 6.242490000091493ms +Info 1222 [15:36:12.865] Different program with same set of files +Info 1223 [15:36:12.865] getCompletionData: Get current token: 0.005959000438451767 +Info 1224 [15:36:12.865] getCompletionData: Is inside comment: 0.012178999371826649 +Info 1225 [15:36:12.865] getCompletionData: Get previous token: 0.015084999613463879 +Info 1226 [15:36:12.866] getCompletionsAtPosition: isCompletionListBlocker: 0.0027639996260404587 +Info 1227 [15:36:12.866] getExportInfoMap: cache hit +Info 1228 [15:36:12.869] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 1229 [15:36:12.869] collectAutoImports: response is complete +Info 1230 [15:36:12.869] collectAutoImports: 3.0754580004140735 +Info 1231 [15:36:12.869] getCompletionData: Semantic work: 3.5766620002686977 +Info 1232 [15:36:12.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.638513999991119 +Info 1233 [15:36:12.872] Format host information updated +Info 1234 [15:36:13.114] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1235 [15:36:13.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 7.493983999826014ms +Info 1236 [15:36:13.121] Different program with same set of files +Info 1237 [15:36:13.122] getCompletionData: Get current token: 0.008450999855995178 +Info 1238 [15:36:13.122] getCompletionData: Is inside comment: 0.014658000320196152 +Info 1239 [15:36:13.122] getCompletionData: Get previous token: 0.019905999302864075 +Info 1240 [15:36:13.122] getCompletionsAtPosition: isCompletionListBlocker: 0.0031359996646642685 +Info 1241 [15:36:13.122] getExportInfoMap: cache hit +Info 1242 [15:36:13.124] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 24 from cache +Info 1243 [15:36:13.124] collectAutoImports: response is complete +Info 1244 [15:36:13.124] collectAutoImports: 1.8053040001541376 +Info 1245 [15:36:13.124] getCompletionData: Semantic work: 2.368121000006795 +Info 1246 [15:36:13.126] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8809669995680451 +Info 1247 [15:36:13.127] Format host information updated +Info 1248 [15:36:13.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1249 [15:36:13.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 8.040089999325573ms +Info 1250 [15:36:13.353] Different program with same set of files +Info 1251 [15:36:13.353] getCompletionData: Get current token: 0.0038099996745586395 +Info 1252 [15:36:13.353] getCompletionData: Is inside comment: 0.0118780005723238 +Info 1253 [15:36:13.353] getCompletionData: Get previous token: 0.015359999611973763 +Info 1254 [15:36:13.353] getCompletionsAtPosition: isCompletionListBlocker: 0.002981000579893589 +Info 1255 [15:36:13.354] getExportInfoMap: cache hit +Info 1256 [15:36:13.355] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 1257 [15:36:13.355] collectAutoImports: response is complete +Info 1258 [15:36:13.355] collectAutoImports: 1.4214220000430942 +Info 1259 [15:36:13.355] getCompletionData: Semantic work: 1.8755279993638396 +Info 1260 [15:36:13.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5236560003831983 +Info 1261 [15:36:13.358] Format host information updated +Info 1262 [15:36:13.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1263 [15:36:13.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 6.790678000077605ms +Info 1264 [15:36:13.453] Different program with same set of files +Info 1265 [15:36:13.453] getCompletionData: Get current token: 0.00469100009649992 +Info 1266 [15:36:13.453] getCompletionData: Is inside comment: 0.014770000241696835 +Info 1267 [15:36:13.453] getCompletionData: Get previous token: 0.019036000594496727 +Info 1268 [15:36:13.453] getCompletionsAtPosition: isCompletionListBlocker: 0.003742000088095665 +Info 1269 [15:36:13.454] getExportInfoMap: cache hit +Info 1270 [15:36:13.456] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 1271 [15:36:13.456] collectAutoImports: response is complete +Info 1272 [15:36:13.456] collectAutoImports: 1.6886359993368387 +Info 1273 [15:36:13.456] getCompletionData: Semantic work: 2.2491699997335672 +Info 1274 [15:36:13.458] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.821455999277532 +Info 1275 [15:36:13.460] Format host information updated +Info 1276 [15:36:13.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1277 [15:36:13.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 6.382946999743581ms +Info 1278 [15:36:13.615] Different program with same set of files +Info 1279 [15:36:13.615] getCompletionData: Get current token: 0.003936000168323517 +Info 1280 [15:36:13.615] getCompletionData: Is inside comment: 0.026220000348985195 +Info 1281 [15:36:13.615] getCompletionData: Get previous token: 0.01706700026988983 +Info 1282 [15:36:13.615] getCompletionsAtPosition: isCompletionListBlocker: 0.00329700019210577 +Info 1283 [15:36:13.616] getExportInfoMap: cache hit +Info 1284 [15:36:13.617] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 1285 [15:36:13.618] collectAutoImports: response is complete +Info 1286 [15:36:13.618] collectAutoImports: 1.5039880005642772 +Info 1287 [15:36:13.618] getCompletionData: Semantic work: 2.0137930000200868 +Info 1288 [15:36:13.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6850439999252558 +Info 1289 [15:36:13.620] Format host information updated +Info 1290 [15:36:13.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1291 [15:36:13.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 6.541021999903023ms +Info 1292 [15:36:13.682] Different program with same set of files +Info 1293 [15:36:13.682] getCompletionData: Get current token: 0.0042500002309679985 +Info 1294 [15:36:13.682] getCompletionData: Is inside comment: 0.013303999789059162 +Info 1295 [15:36:13.683] getCompletionData: Get previous token: 0.016980000771582127 +Info 1296 [15:36:13.683] getCompletionsAtPosition: isCompletionListBlocker: 0.003425000235438347 +Info 1297 [15:36:13.683] getExportInfoMap: cache hit +Info 1298 [15:36:13.685] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 1299 [15:36:13.685] collectAutoImports: response is complete +Info 1300 [15:36:13.685] collectAutoImports: 1.5707590002566576 +Info 1301 [15:36:13.685] getCompletionData: Semantic work: 2.1308669997379184 +Info 1302 [15:36:13.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7218920001760125 +Info 1303 [15:36:13.689] Format host information updated +Info 1304 [15:36:18.015] Format host information updated +Info 1305 [15:36:18.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1306 [15:36:18.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 6.288808999583125ms +Info 1307 [15:36:18.022] Different program with same set of files +Info 1308 [15:36:18.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1309 [15:36:18.107] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 21.677151000127196ms +Info 1310 [15:36:18.107] Different program with same set of files +Info 1311 [15:36:18.107] getCompletionData: Get current token: 0.008689000271260738 +Info 1312 [15:36:18.107] getCompletionData: Is inside comment: 0.03770099952816963 +Info 1313 [15:36:18.107] getCompletionData: Get previous token: 0.051993999630212784 +Info 1314 [15:36:18.108] getCompletionsAtPosition: isCompletionListBlocker: 0.039254999719560146 +Info 1315 [15:36:18.109] getExportInfoMap: cache hit +Info 1316 [15:36:18.123] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 82 from cache +Info 1317 [15:36:18.123] collectAutoImports: response is complete +Info 1318 [15:36:18.123] collectAutoImports: 13.299538999795914 +Info 1319 [15:36:18.123] getCompletionData: Semantic work: 15.383488000370562 +Info 1320 [15:36:18.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1637979997321963 +Info 1321 [15:36:18.126] Format host information updated +Info 1322 [15:36:18.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1323 [15:36:18.312] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 6.862990000285208ms +Info 1324 [15:36:18.312] Different program with same set of files +Info 1325 [15:36:18.312] getCompletionData: Get current token: 0.0030880002304911613 +Info 1326 [15:36:18.312] getCompletionData: Is inside comment: 0.008949999697506428 +Info 1327 [15:36:18.312] getCompletionData: Get previous token: 0.01295000035315752 +Info 1328 [15:36:18.312] getCompletionsAtPosition: isCompletionListBlocker: 0.008956000208854675 +Info 1329 [15:36:18.313] getExportInfoMap: cache hit +Info 1330 [15:36:18.315] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1331 [15:36:18.315] collectAutoImports: response is complete +Info 1332 [15:36:18.315] collectAutoImports: 2.195019000209868 +Info 1333 [15:36:18.315] getCompletionData: Semantic work: 2.9062200002372265 +Info 1334 [15:36:18.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1232799999415874 +Info 1335 [15:36:18.317] Format host information updated +Info 1336 [15:36:18.390] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1337 [15:36:18.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 23.28472499921918ms +Info 1338 [15:36:18.413] Different program with same set of files +Info 1339 [15:36:18.414] getCompletionData: Get current token: 0.013669000007212162 +Info 1340 [15:36:18.414] getCompletionData: Is inside comment: 0.02700899913907051 +Info 1341 [15:36:18.414] getCompletionData: Get previous token: 0.038739999756217 +Info 1342 [15:36:18.414] getCompletionsAtPosition: isCompletionListBlocker: 0.018628000281751156 +Info 1343 [15:36:18.416] getExportInfoMap: cache hit +Info 1344 [15:36:18.419] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1345 [15:36:18.419] collectAutoImports: response is complete +Info 1346 [15:36:18.419] collectAutoImports: 3.6146200001239777 +Info 1347 [15:36:18.419] getCompletionData: Semantic work: 5.361521000042558 +Info 1348 [15:36:18.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2227560002356768 +Info 1349 [15:36:18.423] Format host information updated +Info 1350 [15:36:18.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1351 [15:36:18.465] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 10.843171000480652ms +Info 1352 [15:36:18.465] Different program with same set of files +Info 1353 [15:36:18.465] getCompletionData: Get current token: 0.005197999998927116 +Info 1354 [15:36:18.465] getCompletionData: Is inside comment: 0.013151999562978745 +Info 1355 [15:36:18.465] getCompletionData: Get previous token: 0.0206300001591444 +Info 1356 [15:36:18.465] getCompletionsAtPosition: isCompletionListBlocker: 0.010081000626087189 +Info 1357 [15:36:18.466] getExportInfoMap: cache hit +Info 1358 [15:36:18.468] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1359 [15:36:18.468] collectAutoImports: response is complete +Info 1360 [15:36:18.468] collectAutoImports: 2.0615519993007183 +Info 1361 [15:36:18.468] getCompletionData: Semantic work: 2.9995059994980693 +Info 1362 [15:36:18.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5135770002380013 +Info 1363 [15:36:18.471] Format host information updated +Info 1364 [15:36:18.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1365 [15:36:18.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 6.495513000525534ms +Info 1366 [15:36:18.790] Different program with same set of files +Info 1367 [15:36:18.790] getCompletionData: Get current token: 0.0032179998233914375 +Info 1368 [15:36:18.790] getCompletionData: Is inside comment: 0.011193000711500645 +Info 1369 [15:36:18.790] getCompletionData: Get previous token: 0.02785199973732233 +Info 1370 [15:36:18.790] getCompletionsAtPosition: isCompletionListBlocker: 0.00837200041860342 +Info 1371 [15:36:18.791] getExportInfoMap: cache hit +Info 1372 [15:36:18.792] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1373 [15:36:18.792] collectAutoImports: response is complete +Info 1374 [15:36:18.792] collectAutoImports: 1.413743999786675 +Info 1375 [15:36:18.792] getCompletionData: Semantic work: 2.0350400004535913 +Info 1376 [15:36:18.793] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0398369999602437 +Info 1377 [15:36:18.795] Format host information updated +Info 1378 [15:36:18.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1379 [15:36:18.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 7.45964099932462ms +Info 1380 [15:36:18.910] Different program with same set of files +Info 1381 [15:36:18.911] getCompletionData: Get current token: 0.003142000176012516 +Info 1382 [15:36:18.911] getCompletionData: Is inside comment: 0.008418000303208828 +Info 1383 [15:36:18.911] getCompletionData: Get previous token: 0.012314999476075172 +Info 1384 [15:36:18.911] getCompletionsAtPosition: isCompletionListBlocker: 0.007451999932527542 +Info 1385 [15:36:18.911] getExportInfoMap: cache hit +Info 1386 [15:36:18.913] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1387 [15:36:18.913] collectAutoImports: response is complete +Info 1388 [15:36:18.913] collectAutoImports: 1.491130999289453 +Info 1389 [15:36:18.913] getCompletionData: Semantic work: 2.1026240000501275 +Info 1390 [15:36:18.914] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8663860000669956 +Info 1391 [15:36:18.914] Format host information updated +Info 1392 [15:36:19.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1393 [15:36:19.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 24.215835999697447ms +Info 1394 [15:36:19.058] Different program with same set of files +Info 1395 [15:36:19.059] getCompletionData: Get current token: 0.01507600024342537 +Info 1396 [15:36:19.059] getCompletionData: Is inside comment: 0.04022399988025427 +Info 1397 [15:36:19.059] getCompletionData: Get previous token: 0.06110700033605099 +Info 1398 [15:36:19.059] getCompletionsAtPosition: isCompletionListBlocker: 0.026134000159800053 +Info 1399 [15:36:19.061] getExportInfoMap: cache hit +Info 1400 [15:36:19.068] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1401 [15:36:19.068] collectAutoImports: response is complete +Info 1402 [15:36:19.068] collectAutoImports: 6.464529000222683 +Info 1403 [15:36:19.068] getCompletionData: Semantic work: 8.859393999911845 +Info 1404 [15:36:19.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.100212000310421 +Info 1405 [15:36:19.075] Format host information updated +Info 1406 [15:36:19.176] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1407 [15:36:19.199] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 23.434945999644697ms +Info 1408 [15:36:19.199] Different program with same set of files +Info 1409 [15:36:19.200] getCompletionData: Get current token: 0.014777000062167645 +Info 1410 [15:36:19.200] getCompletionData: Is inside comment: 0.041941000148653984 +Info 1411 [15:36:19.200] getCompletionData: Get previous token: 0.06315100006759167 +Info 1412 [15:36:19.200] getCompletionsAtPosition: isCompletionListBlocker: 0.02751899976283312 +Info 1413 [15:36:19.202] getExportInfoMap: cache hit +Info 1414 [15:36:19.208] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 1415 [15:36:19.208] collectAutoImports: response is complete +Info 1416 [15:36:19.208] collectAutoImports: 5.2394879991188645 +Info 1417 [15:36:19.208] getCompletionData: Semantic work: 7.545597999356687 +Info 1418 [15:36:19.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.258394000120461 +Info 1419 [15:36:19.212] Format host information updated +Info 1420 [15:36:19.240] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1421 [15:36:19.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 9.281233999878168ms +Info 1422 [15:36:19.250] Different program with same set of files +Info 1423 [15:36:19.250] getCompletionData: Get current token: 0.005997000262141228 +Info 1424 [15:36:19.250] getCompletionData: Is inside comment: 0.018278999254107475 +Info 1425 [15:36:19.250] getCompletionData: Get previous token: 0.022394999861717224 +Info 1426 [15:36:19.250] getCompletionsAtPosition: isCompletionListBlocker: 0.010976999998092651 +Info 1427 [15:36:19.251] getExportInfoMap: cache hit +Info 1428 [15:36:19.274] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1429 [15:36:19.274] collectAutoImports: response is complete +Info 1430 [15:36:19.274] collectAutoImports: 22.680711000226438 +Info 1431 [15:36:19.274] getCompletionData: Semantic work: 23.551744000054896 +Info 1432 [15:36:19.278] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.404512000270188 +Info 1433 [15:36:19.282] Format host information updated +Info 1434 [15:36:19.424] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1435 [15:36:19.453] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 29.09278200007975ms +Info 1436 [15:36:19.453] Different program with same set of files +Info 1437 [15:36:19.454] getCompletionData: Get current token: 0.01596799958497286 +Info 1438 [15:36:19.454] getCompletionData: Is inside comment: 0.04068800061941147 +Info 1439 [15:36:19.454] getCompletionData: Get previous token: 0.05985600035637617 +Info 1440 [15:36:19.454] getCompletionsAtPosition: isCompletionListBlocker: 0.029972000047564507 +Info 1441 [15:36:19.456] getExportInfoMap: cache hit +Info 1442 [15:36:19.467] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 82 from cache +Info 1443 [15:36:19.467] collectAutoImports: response is complete +Info 1444 [15:36:19.467] collectAutoImports: 10.364493999630213 +Info 1445 [15:36:19.467] getCompletionData: Semantic work: 12.698830000124872 +Info 1446 [15:36:19.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3820880008861423 +Info 1447 [15:36:19.471] Format host information updated +Info 1448 [15:36:19.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1449 [15:36:19.644] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 6.415310000069439ms +Info 1450 [15:36:19.644] Different program with same set of files +Info 1451 [15:36:19.645] getCompletionData: Get current token: 0.003665999509394169 +Info 1452 [15:36:19.645] getCompletionData: Is inside comment: 0.009727000258862972 +Info 1453 [15:36:19.645] getCompletionData: Get previous token: 0.01369400043040514 +Info 1454 [15:36:19.645] getCompletionsAtPosition: isCompletionListBlocker: 0.008694999851286411 +Info 1455 [15:36:19.645] getExportInfoMap: cache hit +Info 1456 [15:36:19.647] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 10 from cache +Info 1457 [15:36:19.647] collectAutoImports: response is complete +Info 1458 [15:36:19.648] collectAutoImports: 2.1378580005839467 +Info 1459 [15:36:19.648] getCompletionData: Semantic work: 2.8041780004277825 +Info 1460 [15:36:19.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.067777999676764 +Info 1461 [15:36:19.649] Format host information updated +Info 1462 [15:36:19.766] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1463 [15:36:19.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 25.43096899986267ms +Info 1464 [15:36:19.791] Different program with same set of files +Info 1465 [15:36:19.792] getCompletionData: Get current token: 0.008034000173211098 +Info 1466 [15:36:19.792] getCompletionData: Is inside comment: 0.027900000102818012 +Info 1467 [15:36:19.792] getCompletionData: Get previous token: 0.0904339998960495 +Info 1468 [15:36:19.792] getCompletionsAtPosition: isCompletionListBlocker: 0.016109999269247055 +Info 1469 [15:36:19.793] getExportInfoMap: cache hit +Info 1470 [15:36:19.797] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 1471 [15:36:19.797] collectAutoImports: response is complete +Info 1472 [15:36:19.797] collectAutoImports: 3.6107630003243685 +Info 1473 [15:36:19.797] getCompletionData: Semantic work: 4.915042999200523 +Info 1474 [15:36:19.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6540409997105598 +Info 1475 [15:36:19.800] Format host information updated +Info 1476 [15:36:19.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1477 [15:36:19.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 8.078045999631286ms +Info 1478 [15:36:19.837] Different program with same set of files +Info 1479 [15:36:19.837] getCompletionData: Get current token: 0.004701999947428703 +Info 1480 [15:36:19.837] getCompletionData: Is inside comment: 0.01269300002604723 +Info 1481 [15:36:19.837] getCompletionData: Get previous token: 0.017854000441730022 +Info 1482 [15:36:19.837] getCompletionsAtPosition: isCompletionListBlocker: 0.010436000302433968 +Info 1483 [15:36:19.838] getExportInfoMap: cache hit +Info 1484 [15:36:19.840] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 1485 [15:36:19.840] collectAutoImports: response is complete +Info 1486 [15:36:19.840] collectAutoImports: 2.200458999723196 +Info 1487 [15:36:19.840] getCompletionData: Semantic work: 3.05908100027591 +Info 1488 [15:36:19.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.196684000082314 +Info 1489 [15:36:19.842] Format host information updated +Info 1490 [15:36:19.962] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1491 [15:36:19.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 25.822716999799013ms +Info 1492 [15:36:19.988] Different program with same set of files +Info 1493 [15:36:19.988] getCompletionData: Get current token: 0.017892000265419483 +Info 1494 [15:36:19.988] getCompletionData: Is inside comment: 0.031612999737262726 +Info 1495 [15:36:19.988] getCompletionData: Get previous token: 0.0383909996598959 +Info 1496 [15:36:19.988] getCompletionsAtPosition: isCompletionListBlocker: 0.015430000610649586 +Info 1497 [15:36:19.989] getExportInfoMap: cache hit +Info 1498 [15:36:20.009] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1499 [15:36:20.009] collectAutoImports: response is complete +Info 1500 [15:36:20.009] collectAutoImports: 20.013997999951243 +Info 1501 [15:36:20.010] getCompletionData: Semantic work: 21.258395000360906 +Info 1502 [15:36:20.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.50666300021112 +Info 1503 [15:36:20.019] Format host information updated +Info 1504 [15:36:20.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1505 [15:36:20.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 7.781392999924719ms +Info 1506 [15:36:20.093] Different program with same set of files +Info 1507 [15:36:20.093] getCompletionData: Get current token: 0.003550000488758087 +Info 1508 [15:36:20.093] getCompletionData: Is inside comment: 0.008850999176502228 +Info 1509 [15:36:20.093] getCompletionData: Get previous token: 0.005996999330818653 +Info 1510 [15:36:20.093] getCompletionsAtPosition: isCompletionListBlocker: 0.03347199968993664 +Info 1511 [15:36:20.094] getExportInfoMap: cache hit +Info 1512 [15:36:20.114] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1513 [15:36:20.114] collectAutoImports: response is complete +Info 1514 [15:36:20.114] collectAutoImports: 19.823959999717772 +Info 1515 [15:36:20.114] getCompletionData: Semantic work: 20.78113100025803 +Info 1516 [15:36:20.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.149197000078857 +Info 1517 [15:36:20.123] Format host information updated +Info 1518 [15:36:20.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1519 [15:36:20.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 9.057244000025094ms +Info 1520 [15:36:20.160] Different program with same set of files +Info 1521 [15:36:20.160] getCompletionData: Get current token: 0.0035589998587965965 +Info 1522 [15:36:20.160] getCompletionData: Is inside comment: 0.008756999857723713 +Info 1523 [15:36:20.160] getCompletionData: Get previous token: 0.006219999864697456 +Info 1524 [15:36:20.160] getCompletionsAtPosition: isCompletionListBlocker: 0.009543000720441341 +Info 1525 [15:36:20.161] getExportInfoMap: cache hit +Info 1526 [15:36:20.176] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1527 [15:36:20.176] collectAutoImports: response is complete +Info 1528 [15:36:20.176] collectAutoImports: 15.693435000255704 +Info 1529 [15:36:20.176] getCompletionData: Semantic work: 16.153810000047088 +Info 1530 [15:36:20.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.728800999931991 +Info 1531 [15:36:20.185] Format host information updated +Info 1532 [15:36:20.398] getCompletionData: Get current token: 0.015112999826669693 +Info 1533 [15:36:20.398] getCompletionData: Is inside comment: 0.004050999879837036 +Info 1534 [15:36:20.398] getCompletionData: Get previous token: 0.027778999879956245 +Info 1535 [15:36:20.398] getCompletionsAtPosition: isCompletionListBlocker: 0.0059390002861619 +Info 1536 [15:36:20.399] getExportInfoMap: cache hit +Info 1537 [15:36:20.414] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1538 [15:36:20.414] collectAutoImports: response is complete +Info 1539 [15:36:20.414] collectAutoImports: 14.466041999869049 +Info 1540 [15:36:20.414] getCompletionData: Semantic work: 15.712553000077605 +Info 1541 [15:36:20.420] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.138141999952495 +Info 1542 [15:36:20.595] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1543 [15:36:20.610] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.417531000450253ms +Info 1544 [15:36:20.610] Different program with same set of files +Info 1545 [15:36:20.613] Format host information updated +Info 1546 [15:36:20.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1547 [15:36:20.739] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.980876000598073ms +Info 1548 [15:36:20.739] Different program with same set of files +Info 1549 [15:36:20.739] getCompletionData: Get current token: 0.006611000746488571 +Info 1550 [15:36:20.739] getCompletionData: Is inside comment: 0.0018140003085136414 +Info 1551 [15:36:20.739] getCompletionData: Get previous token: 0.016978999599814415 +Info 1552 [15:36:20.739] getCompletionsAtPosition: isCompletionListBlocker: 0.01832700055092573 +Info 1553 [15:36:20.740] getExportInfoMap: cache hit +Info 1554 [15:36:20.753] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1555 [15:36:20.753] collectAutoImports: response is complete +Info 1556 [15:36:20.753] collectAutoImports: 12.845129000023007 +Info 1557 [15:36:20.753] getCompletionData: Semantic work: 13.504862000234425 +Info 1558 [15:36:20.759] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.165727999992669 +Info 1559 [15:36:20.764] Format host information updated +Info 1560 [15:36:20.783] Format host information updated +Info 1561 [15:36:21.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1562 [15:36:21.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: true structureIsReused:: SafeModules Elapsed: 19.413003999739885ms +Info 1563 [15:36:21.282] Different program with same set of files +Info 1564 [15:36:21.284] Format host information updated +Info 1565 [15:36:21.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1566 [15:36:21.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.071131000295281ms +Info 1567 [15:36:21.338] Different program with same set of files +Info 1568 [15:36:21.339] Format host information updated +Info 1569 [15:36:21.467] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1570 [15:36:21.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: true structureIsReused:: SafeModules Elapsed: 36.46993400063366ms +Info 1571 [15:36:21.504] Different program with same set of files +Info 1572 [15:36:21.506] Format host information updated +Info 1573 [15:36:21.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1574 [15:36:21.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.01635400019586ms +Info 1575 [15:36:21.568] Different program with same set of files +Info 1576 [15:36:21.569] Format host information updated +Info 1577 [15:36:22.365] Format host information updated +Info 1578 [15:36:22.365] Format host information updated +Info 1579 [15:36:22.365] Format host information updated +Info 1580 [15:36:22.365] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1581 [15:36:22.377] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.712313000112772ms +Info 1582 [15:36:22.377] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1583 [15:36:22.377] Files (135) + +Info 1584 [15:36:22.377] ----------------------------------------------- +Info 1585 [15:36:22.377] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1586 [15:36:22.377] Files (272) + +Info 1587 [15:36:22.377] ----------------------------------------------- +Info 1588 [15:36:22.380] Format host information updated +Info 1589 [15:36:22.580] getCompletionData: Get current token: 0.0037080002948641777 +Info 1590 [15:36:22.580] getCompletionData: Is inside comment: 0.008413000032305717 +Info 1591 [15:36:22.580] getCompletionData: Get previous token: 0.0058740004897117615 +Info 1592 [15:36:22.580] getCompletionsAtPosition: isCompletionListBlocker: 0.006812999956309795 +Info 1593 [15:36:22.581] AutoImportProviderProject: found 16 root files in 5 dependencies in 0.2327039996162057 ms +Info 1594 [15:36:22.581] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 1595 [15:36:22.590] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 9.229414000175893ms +Info 1596 [15:36:22.590] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1597 [15:36:22.590] Files (269) + +Info 1598 [15:36:22.590] ----------------------------------------------- +Info 1599 [15:36:22.590] getExportInfoMap: cache miss or empty; calculating new results +Info 1600 [15:36:22.612] forEachExternalModuleToImportFrom autoImportProvider: 9.958142000250518 +Info 1601 [15:36:22.612] getExportInfoMap: done in 31.48112600017339 ms +Info 1602 [15:36:22.620] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1603 [15:36:22.620] collectAutoImports: response is complete +Info 1604 [15:36:22.620] collectAutoImports: 8.606223000213504 +Info 1605 [15:36:22.620] getCompletionData: Semantic work: 40.700546000152826 +Info 1606 [15:36:22.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.249042000621557 +Info 1607 [15:36:22.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1608 [15:36:22.670] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 8.215251999907196ms +Info 1609 [15:36:22.670] Different program with same set of files +Info 1610 [15:36:22.670] getCompletionData: Get current token: 0.0032940004020929337 +Info 1611 [15:36:22.670] getCompletionData: Is inside comment: 0.008220000192523003 +Info 1612 [15:36:22.670] getCompletionData: Get previous token: 0.005130999721586704 +Info 1613 [15:36:22.670] getCompletionsAtPosition: isCompletionListBlocker: 0.0025760000571608543 +Info 1614 [15:36:22.672] getCompletionData: Semantic work: 1.5038230000063777 +Info 1615 [15:36:22.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4234130000695586 +Info 1616 [15:36:22.672] Format host information updated +Info 1617 [15:36:22.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1618 [15:36:22.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 6.293800000101328ms +Info 1619 [15:36:22.846] Different program with same set of files +Info 1620 [15:36:22.846] getCompletionData: Get current token: 0.005962999537587166 +Info 1621 [15:36:22.847] getCompletionData: Is inside comment: 0.013962000608444214 +Info 1622 [15:36:22.847] getCompletionData: Get previous token: 0.023540999740362167 +Info 1623 [15:36:22.847] getCompletionsAtPosition: isCompletionListBlocker: 0.0029520001262426376 +Info 1624 [15:36:22.847] getCompletionData: Semantic work: 0.6865410003811121 +Info 1625 [15:36:22.849] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5065220007672906 +Info 1626 [15:36:22.849] Format host information updated +Info 1627 [15:36:22.963] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1628 [15:36:22.972] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 8.896406999789178ms +Info 1629 [15:36:22.972] Different program with same set of files +Info 1630 [15:36:22.972] getCompletionData: Get current token: 0.003913000226020813 +Info 1631 [15:36:22.972] getCompletionData: Is inside comment: 0.009120999835431576 +Info 1632 [15:36:22.972] getCompletionData: Get previous token: 0.014265000820159912 +Info 1633 [15:36:22.972] getCompletionsAtPosition: isCompletionListBlocker: 0.002818000502884388 +Info 1634 [15:36:22.973] getCompletionData: Semantic work: 0.8610240006819367 +Info 1635 [15:36:22.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8484609993174672 +Info 1636 [15:36:22.974] Format host information updated +Info 1637 [15:36:23.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1638 [15:36:23.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 6.328397000208497ms +Info 1639 [15:36:23.081] Different program with same set of files +Info 1640 [15:36:23.081] getCompletionData: Get current token: 0.0035349996760487556 +Info 1641 [15:36:23.081] getCompletionData: Is inside comment: 0.008011999540030956 +Info 1642 [15:36:23.081] getCompletionData: Get previous token: 0.012056000530719757 +Info 1643 [15:36:23.081] getCompletionsAtPosition: isCompletionListBlocker: 0.0027760006487369537 +Info 1644 [15:36:23.082] getCompletionData: Semantic work: 0.7089990004897118 +Info 1645 [15:36:23.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7750790007412434 +Info 1646 [15:36:23.083] Format host information updated +Info 1647 [15:36:23.200] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1648 [15:36:23.208] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 8.326181999407709ms +Info 1649 [15:36:23.208] Different program with same set of files +Info 1650 [15:36:23.208] getCompletionData: Get current token: 0.003405999392271042 +Info 1651 [15:36:23.208] getCompletionData: Is inside comment: 0.00745800044387579 +Info 1652 [15:36:23.208] getCompletionData: Get previous token: 0.010313999839127064 +Info 1653 [15:36:23.208] getCompletionsAtPosition: isCompletionListBlocker: 0.003108999691903591 +Info 1654 [15:36:23.209] getCompletionData: Semantic work: 0.5724379997700453 +Info 1655 [15:36:23.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6118560004979372 +Info 1656 [15:36:23.210] Format host information updated +Info 1657 [15:36:23.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1658 [15:36:23.322] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 6.188920999877155ms +Info 1659 [15:36:23.322] Different program with same set of files +Info 1660 [15:36:23.322] getCompletionData: Get current token: 0.003441999666392803 +Info 1661 [15:36:23.322] getCompletionData: Is inside comment: 0.007915999740362167 +Info 1662 [15:36:23.322] getCompletionData: Get previous token: 0.010223000310361385 +Info 1663 [15:36:23.322] getCompletionsAtPosition: isCompletionListBlocker: 0.0024330001324415207 +Info 1664 [15:36:23.323] getCompletionData: Semantic work: 0.5282800002023578 +Info 1665 [15:36:23.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.581666000187397 +Info 1666 [15:36:23.324] Format host information updated +Info 1667 [15:36:27.740] getCompletionData: Get current token: 0.008688000030815601 +Info 1668 [15:36:27.741] getCompletionData: Is inside comment: 0.001364000141620636 +Info 1669 [15:36:27.741] getCompletionData: Get previous token: 0.009282000362873077 +Info 1670 [15:36:27.741] getCompletionsAtPosition: isCompletionListBlocker: 0.009484999813139439 +Info 1671 [15:36:27.741] getExportInfoMap: cache hit +Info 1672 [15:36:27.756] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1673 [15:36:27.756] collectAutoImports: response is complete +Info 1674 [15:36:27.756] collectAutoImports: 14.38415400031954 +Info 1675 [15:36:27.756] getCompletionData: Semantic work: 15.105325000360608 +Info 1676 [15:36:27.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.954466000199318 +Info 1677 [15:36:27.966] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1678 [15:36:27.973] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 7.1536349998787045ms +Info 1679 [15:36:27.973] Different program with same set of files +Info 1680 [15:36:27.973] getCompletionData: Get current token: 0.0051009999588131905 +Info 1681 [15:36:27.973] getCompletionData: Is inside comment: 0.001265999861061573 +Info 1682 [15:36:27.973] getCompletionData: Get previous token: 0.028448999859392643 +Info 1683 [15:36:27.973] getCompletionsAtPosition: isCompletionListBlocker: 0.002353999763727188 +Info 1684 [15:36:27.974] getCompletionData: Semantic work: 0.5878110006451607 +Info 1685 [15:36:27.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22051100060343742 +Info 1686 [15:36:27.974] Format host information updated +Info 1687 [15:36:28.072] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1688 [15:36:28.099] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 27.357911999337375ms +Info 1689 [15:36:28.099] Different program with same set of files +Info 1690 [15:36:28.100] getCompletionData: Get current token: 0.025046000257134438 +Info 1691 [15:36:28.100] getCompletionData: Is inside comment: 0.006360999308526516 +Info 1692 [15:36:28.100] getCompletionData: Get previous token: 0.07866100035607815 +Info 1693 [15:36:28.100] getCompletionsAtPosition: isCompletionListBlocker: 0.007927999831736088 +Info 1694 [15:36:28.102] getCompletionData: Semantic work: 1.9965320006012917 +Info 1695 [15:36:28.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.571848999708891 +Info 1696 [15:36:28.105] Format host information updated +Info 1697 [15:36:28.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1698 [15:36:28.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 14.98142800014466ms +Info 1699 [15:36:28.160] Different program with same set of files +Info 1700 [15:36:28.160] getCompletionData: Get current token: 0.010730999521911144 +Info 1701 [15:36:28.160] getCompletionData: Is inside comment: 0.002727000042796135 +Info 1702 [15:36:28.160] getCompletionData: Get previous token: 0.03283200040459633 +Info 1703 [15:36:28.160] getCompletionsAtPosition: isCompletionListBlocker: 0.0046709999442100525 +Info 1704 [15:36:28.161] getCompletionData: Semantic work: 1.0522370003163815 +Info 1705 [15:36:28.162] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0580959999933839 +Info 1706 [15:36:28.165] Format host information updated +Info 1707 [15:36:28.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1708 [15:36:28.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 10.869305999949574ms +Info 1709 [15:36:28.221] Different program with same set of files +Info 1710 [15:36:28.221] getCompletionData: Get current token: 0.009847999550402164 +Info 1711 [15:36:28.221] getCompletionData: Is inside comment: 0.002749999985098839 +Info 1712 [15:36:28.221] getCompletionData: Get previous token: 0.03166799992322922 +Info 1713 [15:36:28.221] getCompletionsAtPosition: isCompletionListBlocker: 0.00377500057220459 +Info 1714 [15:36:28.222] getCompletionData: Semantic work: 0.9932450000196695 +Info 1715 [15:36:28.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0209729997441173 +Info 1716 [15:36:28.224] Format host information updated +Info 1717 [15:36:28.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1718 [15:36:28.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 12.614978999830782ms +Info 1719 [15:36:28.336] Different program with same set of files +Info 1720 [15:36:28.336] getCompletionData: Get current token: 0.011349999345839024 +Info 1721 [15:36:28.336] getCompletionData: Is inside comment: 0.002279999665915966 +Info 1722 [15:36:28.336] getCompletionData: Get previous token: 0.030838999897241592 +Info 1723 [15:36:28.336] getCompletionsAtPosition: isCompletionListBlocker: 0.003930999897420406 +Info 1724 [15:36:28.337] getCompletionData: Semantic work: 0.9019039999693632 +Info 1725 [15:36:28.338] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6314850002527237 +Info 1726 [15:36:28.342] Format host information updated +Info 1727 [15:36:28.524] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1728 [15:36:28.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 29.577820000238717ms +Info 1729 [15:36:28.554] Different program with same set of files +Info 1730 [15:36:28.554] getCompletionData: Get current token: 0.014914999715983868 +Info 1731 [15:36:28.554] getCompletionData: Is inside comment: 0.003512999974191189 +Info 1732 [15:36:28.554] getCompletionData: Get previous token: 0.03019899968057871 +Info 1733 [15:36:28.554] getCompletionsAtPosition: isCompletionListBlocker: 0.007091999985277653 +Info 1734 [15:36:28.556] getExportInfoMap: cache hit +Info 1735 [15:36:28.581] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1736 [15:36:28.581] collectAutoImports: response is complete +Info 1737 [15:36:28.581] collectAutoImports: 25.267696000635624 +Info 1738 [15:36:28.581] getCompletionData: Semantic work: 26.788773000240326 +Info 1739 [15:36:28.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.855979999527335 +Info 1740 [15:36:28.593] Format host information updated +Info 1741 [15:36:30.542] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1742 [15:36:30.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 7.134072999469936ms +Info 1743 [15:36:30.549] Different program with same set of files +Info 1744 [15:36:30.550] getCompletionData: Get current token: 0.007012000307440758 +Info 1745 [15:36:30.550] getCompletionData: Is inside comment: 0.0014340002089738846 +Info 1746 [15:36:30.550] getCompletionData: Get previous token: 0.02096400037407875 +Info 1747 [15:36:30.550] getCompletionsAtPosition: isCompletionListBlocker: 0.005309999920427799 +Info 1748 [15:36:30.550] getExportInfoMap: cache hit +Info 1749 [15:36:30.554] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 1750 [15:36:30.554] collectAutoImports: response is complete +Info 1751 [15:36:30.554] collectAutoImports: 3.867928000167012 +Info 1752 [15:36:30.554] getCompletionData: Semantic work: 4.5777510004118085 +Info 1753 [15:36:30.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.545363999903202 +Info 1754 [15:36:30.557] Format host information updated +Info 1755 [15:36:30.704] Format host information updated +Info 1756 [15:36:30.704] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1757 [15:36:30.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 9.280972000211477ms +Info 1758 [15:36:30.713] Different program with same set of files +Info 1759 [15:36:31.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1760 [15:36:31.041] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 6.829773000441492ms +Info 1761 [15:36:31.041] Different program with same set of files +Info 1762 [15:36:31.041] getCompletionData: Get current token: 0.006937999278306961 +Info 1763 [15:36:31.041] getCompletionData: Is inside comment: 0.0014899997040629387 +Info 1764 [15:36:31.041] getCompletionData: Get previous token: 0.01926499977707863 +Info 1765 [15:36:31.041] getCompletionsAtPosition: isCompletionListBlocker: 0.004401000216603279 +Info 1766 [15:36:31.042] getExportInfoMap: cache hit +Info 1767 [15:36:31.045] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 1768 [15:36:31.045] collectAutoImports: response is complete +Info 1769 [15:36:31.045] collectAutoImports: 3.6359589993953705 +Info 1770 [15:36:31.045] getCompletionData: Semantic work: 4.265741000883281 +Info 1771 [15:36:31.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.486592000350356 +Info 1772 [15:36:31.049] Format host information updated +Info 1773 [15:36:31.194] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1774 [15:36:31.200] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 6.759719000197947ms +Info 1775 [15:36:31.200] Different program with same set of files +Info 1776 [15:36:31.200] getCompletionData: Get current token: 0.008027000352740288 +Info 1777 [15:36:31.201] getCompletionData: Is inside comment: 0.0015240004286170006 +Info 1778 [15:36:31.201] getCompletionData: Get previous token: 0.01718199998140335 +Info 1779 [15:36:31.201] getCompletionsAtPosition: isCompletionListBlocker: 0.004292000085115433 +Info 1780 [15:36:31.201] getExportInfoMap: cache hit +Info 1781 [15:36:31.214] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1782 [15:36:31.214] collectAutoImports: response is complete +Info 1783 [15:36:31.214] collectAutoImports: 12.889597999863327 +Info 1784 [15:36:31.214] getCompletionData: Semantic work: 13.527490999549627 +Info 1785 [15:36:31.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9927049996331334 +Info 1786 [15:36:31.224] Format host information updated +Info 1787 [15:36:31.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1788 [15:36:31.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.512870999984443ms +Info 1789 [15:36:31.539] Different program with same set of files +Info 1790 [15:36:31.539] getCompletionData: Get current token: 0.006972999311983585 +Info 1791 [15:36:31.539] getCompletionData: Is inside comment: 0.0015660002827644348 +Info 1792 [15:36:31.539] getCompletionData: Get previous token: 0.02014799974858761 +Info 1793 [15:36:31.539] getCompletionsAtPosition: isCompletionListBlocker: 0.0036490000784397125 +Info 1794 [15:36:31.540] getExportInfoMap: cache hit +Info 1795 [15:36:31.543] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 1796 [15:36:31.543] collectAutoImports: response is complete +Info 1797 [15:36:31.543] collectAutoImports: 3.400338999927044 +Info 1798 [15:36:31.543] getCompletionData: Semantic work: 3.9964490002021194 +Info 1799 [15:36:31.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2245049998164177 +Info 1800 [15:36:31.545] Format host information updated +Info 1801 [15:36:31.595] Format host information updated +Info 1802 [15:36:31.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1803 [15:36:31.609] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 13.476011999882758ms +Info 1804 [15:36:31.609] Different program with same set of files +Info 1805 [15:36:32.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1806 [15:36:32.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 6.3397610001266ms +Info 1807 [15:36:32.132] Different program with same set of files +Info 1808 [15:36:32.132] getCompletionData: Get current token: 0.007620000280439854 +Info 1809 [15:36:32.132] getCompletionData: Is inside comment: 0.0013380004093050957 +Info 1810 [15:36:32.132] getCompletionData: Get previous token: 0.013787999749183655 +Info 1811 [15:36:32.132] getCompletionsAtPosition: isCompletionListBlocker: 0.007280000485479832 +Info 1812 [15:36:32.132] getExportInfoMap: cache hit +Info 1813 [15:36:32.144] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1814 [15:36:32.144] collectAutoImports: response is complete +Info 1815 [15:36:32.144] collectAutoImports: 11.999991999939084 +Info 1816 [15:36:32.144] getCompletionData: Semantic work: 12.506594999693334 +Info 1817 [15:36:32.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6415550000965595 +Info 1818 [15:36:32.152] Format host information updated +Info 1819 [15:36:32.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1820 [15:36:32.285] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 12.791237000375986ms +Info 1821 [15:36:32.285] Different program with same set of files +Info 1822 [15:36:32.285] getCompletionData: Get current token: 0.01707599963992834 +Info 1823 [15:36:32.285] getCompletionData: Is inside comment: 0.00326400063931942 +Info 1824 [15:36:32.285] getCompletionData: Get previous token: 0.03561699949204922 +Info 1825 [15:36:32.285] getCompletionsAtPosition: isCompletionListBlocker: 0.013894000090658665 +Info 1826 [15:36:32.286] getExportInfoMap: cache hit +Info 1827 [15:36:32.311] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1828 [15:36:32.311] collectAutoImports: response is complete +Info 1829 [15:36:32.311] collectAutoImports: 24.640844999812543 +Info 1830 [15:36:32.311] getCompletionData: Semantic work: 25.969835000112653 +Info 1831 [15:36:32.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.292861999943852 +Info 1832 [15:36:32.325] Format host information updated +Info 1833 [15:36:32.413] Format host information updated +Info 1834 [15:36:32.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1835 [15:36:32.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 26.095173000358045ms +Info 1836 [15:36:32.440] Different program with same set of files +Info 1837 [15:36:32.556] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1838 [15:36:32.563] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 7.088564000092447ms +Info 1839 [15:36:32.563] Different program with same set of files +Info 1840 [15:36:32.563] getCompletionData: Get current token: 0.007319999858736992 +Info 1841 [15:36:32.563] getCompletionData: Is inside comment: 0.001443999819457531 +Info 1842 [15:36:32.563] getCompletionData: Get previous token: 0.022292999550700188 +Info 1843 [15:36:32.564] getCompletionsAtPosition: isCompletionListBlocker: 0.008489999920129776 +Info 1844 [15:36:32.564] getExportInfoMap: cache hit +Info 1845 [15:36:32.568] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 77 from cache +Info 1846 [15:36:32.568] collectAutoImports: response is complete +Info 1847 [15:36:32.568] collectAutoImports: 3.902530999854207 +Info 1848 [15:36:32.568] getCompletionData: Semantic work: 4.492053000256419 +Info 1849 [15:36:32.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3951530000194907 +Info 1850 [15:36:32.572] Format host information updated +Info 1851 [15:36:33.031] getCompletionData: Get current token: 0.0034220004454255104 +Info 1852 [15:36:33.031] getCompletionData: Is inside comment: 0.01042499952018261 +Info 1853 [15:36:33.031] getCompletionData: Get previous token: 0.0175179997459054 +Info 1854 [15:36:33.031] getCompletionsAtPosition: isCompletionListBlocker: 0.0028290003538131714 +Info 1855 [15:36:33.031] getCompletionData: Semantic work: 0.25982100050896406 +Info 1856 [15:36:33.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06182499974966049 +Info 1857 [15:36:33.121] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1858 [15:36:33.129] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 7.2826720001176ms +Info 1859 [15:36:33.129] Different program with same set of files +Info 1860 [15:36:33.129] getCompletionData: Get current token: 0.004193000495433807 +Info 1861 [15:36:33.129] getCompletionData: Is inside comment: 0.011909999884665012 +Info 1862 [15:36:33.129] getCompletionData: Get previous token: 0.00805399939417839 +Info 1863 [15:36:33.129] getCompletionsAtPosition: isCompletionListBlocker: 0.009030000306665897 +Info 1864 [15:36:33.129] getExportInfoMap: cache hit +Info 1865 [15:36:33.144] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 1866 [15:36:33.144] collectAutoImports: response is complete +Info 1867 [15:36:33.144] collectAutoImports: 14.313923999667168 +Info 1868 [15:36:33.144] getCompletionData: Semantic work: 14.876968000084162 +Info 1869 [15:36:33.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.050685999915004 +Info 1870 [15:36:33.151] Format host information updated +Info 1871 [15:36:41.156] Format host information updated +Info 1872 [15:36:41.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1873 [15:36:41.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 6.221989999525249ms +Info 1874 [15:36:41.163] Different program with same set of files +Info 1875 [15:36:41.888] getCompletionData: Get current token: 0.005769999697804451 +Info 1876 [15:36:41.888] getCompletionData: Is inside comment: 0.012518000788986683 +Info 1877 [15:36:41.888] getCompletionData: Get previous token: 0.008158000186085701 +Info 1878 [15:36:41.888] getCompletionsAtPosition: isCompletionListBlocker: 0.008754000067710876 +Info 1879 [15:36:41.888] getExportInfoMap: cache hit +Info 1880 [15:36:41.901] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1881 [15:36:41.901] collectAutoImports: response is complete +Info 1882 [15:36:41.901] collectAutoImports: 12.662543999962509 +Info 1883 [15:36:41.901] getCompletionData: Semantic work: 13.31154999975115 +Info 1884 [15:36:41.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9309690007939935 +Info 1885 [15:36:41.949] Format host information updated +Info 1886 [15:36:41.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1887 [15:36:41.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 7.833362000063062ms +Info 1888 [15:36:41.957] Different program with same set of files +Info 1889 [15:36:42.906] Format host information updated +Info 1890 [15:36:42.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1891 [15:36:42.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 6.547455000691116ms +Info 1892 [15:36:42.913] Different program with same set of files +Info 1893 [15:36:43.781] Format host information updated +Info 1894 [15:36:43.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1895 [15:36:43.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 12.606746000237763ms +Info 1896 [15:36:43.794] Different program with same set of files +Info 1897 [15:36:44.117] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1898 [15:36:44.128] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 11.582936000078917ms +Info 1899 [15:36:44.128] Different program with same set of files +Info 1900 [15:36:44.129] getCompletionData: Get current token: 0.00397499930113554 +Info 1901 [15:36:44.129] getCompletionData: Is inside comment: 0.011107000522315502 +Info 1902 [15:36:44.129] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1903 [15:36:44.129] Format host information updated +Info 1904 [15:36:44.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1905 [15:36:44.385] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 9.425152000039816ms +Info 1906 [15:36:44.385] Different program with same set of files +Info 1907 [15:36:44.385] getCompletionData: Get current token: 0.004126000218093395 +Info 1908 [15:36:44.385] getCompletionData: Is inside comment: 0.010019000619649887 +Info 1909 [15:36:44.385] getCompletionData: Get previous token: 0.0073120007291436195 +Info 1910 [15:36:44.385] getCompletionsAtPosition: isCompletionListBlocker: 0.007668999955058098 +Info 1911 [15:36:44.386] getExportInfoMap: cache hit +Info 1912 [15:36:44.404] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1913 [15:36:44.404] collectAutoImports: response is complete +Info 1914 [15:36:44.404] collectAutoImports: 18.06709299981594 +Info 1915 [15:36:44.404] getCompletionData: Semantic work: 18.810884000733495 +Info 1916 [15:36:44.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.250416999682784 +Info 1917 [15:36:44.415] Format host information updated +Info 1918 [15:36:44.534] Format host information updated +Info 1919 [15:36:44.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1920 [15:36:44.569] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 34.42334499955177ms +Info 1921 [15:36:44.569] Different program with same set of files +Info 1922 [15:36:44.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1923 [15:36:44.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 36.02503800019622ms +Info 1924 [15:36:44.699] Different program with same set of files +Info 1925 [15:36:44.699] getCompletionData: Get current token: 0.010464999824762344 +Info 1926 [15:36:44.699] getCompletionData: Is inside comment: 0.028339999727904797 +Info 1927 [15:36:44.700] getCompletionData: Get previous token: 0.016781999729573727 +Info 1928 [15:36:44.700] getCompletionsAtPosition: isCompletionListBlocker: 0.00775500014424324 +Info 1929 [15:36:44.701] getExportInfoMap: cache hit +Info 1930 [15:36:44.724] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1931 [15:36:44.724] collectAutoImports: response is complete +Info 1932 [15:36:44.724] collectAutoImports: 22.95256100036204 +Info 1933 [15:36:44.724] getCompletionData: Semantic work: 24.094873999245465 +Info 1934 [15:36:44.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.336862999945879 +Info 1935 [15:36:44.734] Format host information updated +Info 1936 [15:36:44.743] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1937 [15:36:44.749] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 6.680161000229418ms +Info 1938 [15:36:44.749] Different program with same set of files +Info 1939 [15:36:44.749] getCompletionData: Get current token: 0.005370999686419964 +Info 1940 [15:36:44.749] getCompletionData: Is inside comment: 0.011177999898791313 +Info 1941 [15:36:44.750] getCompletionData: Get previous token: 0.007910999469459057 +Info 1942 [15:36:44.750] getCompletionsAtPosition: isCompletionListBlocker: 0.0075349994003772736 +Info 1943 [15:36:44.750] getExportInfoMap: cache hit +Info 1944 [15:36:44.763] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1945 [15:36:44.763] collectAutoImports: response is complete +Info 1946 [15:36:44.763] collectAutoImports: 12.884196000173688 +Info 1947 [15:36:44.763] getCompletionData: Semantic work: 13.458879999816418 +Info 1948 [15:36:44.769] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.275073000229895 +Info 1949 [15:36:44.774] Format host information updated +Info 1950 [15:36:44.801] Format host information updated +Info 1951 [15:36:44.802] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1952 [15:36:44.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 17.276075000874698ms +Info 1953 [15:36:44.819] Different program with same set of files +Info 1954 [15:36:45.384] getCompletionData: Get current token: 0.005366000346839428 +Info 1955 [15:36:45.384] getCompletionData: Is inside comment: 0.012079999782145023 +Info 1956 [15:36:45.384] getCompletionData: Get previous token: 0.007833999581634998 +Info 1957 [15:36:45.384] getCompletionsAtPosition: isCompletionListBlocker: 0.0032300008460879326 +Info 1958 [15:36:45.384] Returning an empty list because completion was requested in an invalid position. +Info 1959 [15:36:46.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1960 [15:36:46.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 6.494830000214279ms +Info 1961 [15:36:46.479] Different program with same set of files +Info 1962 [15:36:46.480] getCompletionData: Get current token: 0.005468999966979027 +Info 1963 [15:36:46.480] getCompletionData: Is inside comment: 0.010510999709367752 +Info 1964 [15:36:46.480] getCompletionData: Get previous token: 0.0131029998883605 +Info 1965 [15:36:46.480] getCompletionsAtPosition: isCompletionListBlocker: 0.002903999760746956 +Info 1966 [15:36:46.480] Returning an empty list because completion was requested in an invalid position. +Info 1967 [15:36:46.480] Format host information updated +Info 1968 [15:36:46.740] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1969 [15:36:46.751] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 10.916729999706149ms +Info 1970 [15:36:46.751] Different program with same set of files +Info 1971 [15:36:46.751] getCompletionData: Get current token: 0.004908000119030476 +Info 1972 [15:36:46.751] getCompletionData: Is inside comment: 0.010575000196695328 +Info 1973 [15:36:46.751] getCompletionData: Get previous token: 0.01283000037074089 +Info 1974 [15:36:46.751] getCompletionsAtPosition: isCompletionListBlocker: 0.005324000492691994 +Info 1975 [15:36:46.751] Returning an empty list because completion was requested in an invalid position. +Info 1976 [15:36:46.751] Format host information updated +Info 1977 [15:36:47.356] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1978 [15:36:47.365] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 8.319928999990225ms +Info 1979 [15:36:47.365] Different program with same set of files +Info 1980 [15:36:47.365] getCompletionData: Get current token: 0.00660299975425005 +Info 1981 [15:36:47.365] getCompletionData: Is inside comment: 0.01536600012332201 +Info 1982 [15:36:47.365] getCompletionData: Get previous token: 0.009513000026345253 +Info 1983 [15:36:47.365] getCompletionsAtPosition: isCompletionListBlocker: 0.0030270004644989967 +Info 1984 [15:36:47.366] getExportInfoMap: cache hit +Info 1985 [15:36:47.381] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 1986 [15:36:47.382] collectAutoImports: response is complete +Info 1987 [15:36:47.382] collectAutoImports: 15.723599999211729 +Info 1988 [15:36:47.382] getCompletionData: Semantic work: 16.482144000008702 +Info 1989 [15:36:47.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.73312299977988 +Info 1990 [15:36:47.393] Format host information updated +Info 1991 [15:36:47.416] Format host information updated +Info 1992 [15:36:47.416] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1993 [15:36:47.422] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 5.874026999808848ms +Info 1994 [15:36:47.422] Different program with same set of files +Info 1995 [15:36:47.700] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1996 [15:36:47.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 6.019385000690818ms +Info 1997 [15:36:47.706] Different program with same set of files +Info 1998 [15:36:47.707] getCompletionData: Get current token: 0.0053080003708601 +Info 1999 [15:36:47.707] getCompletionData: Is inside comment: 0.011061999946832657 +Info 2000 [15:36:47.707] getCompletionData: Get previous token: 0.01403099950402975 +Info 2001 [15:36:47.707] getCompletionsAtPosition: isCompletionListBlocker: 0.002908000722527504 +Info 2002 [15:36:47.707] getExportInfoMap: cache hit +Info 2003 [15:36:47.713] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 185 from cache +Info 2004 [15:36:47.713] collectAutoImports: response is complete +Info 2005 [15:36:47.713] collectAutoImports: 5.424197000451386 +Info 2006 [15:36:47.713] getCompletionData: Semantic work: 5.92282700072974 +Info 2007 [15:36:47.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4201520001515746 +Info 2008 [15:36:47.717] Format host information updated +Info 2009 [15:36:47.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2010 [15:36:47.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 5.801909999921918ms +Info 2011 [15:36:47.942] Different program with same set of files +Info 2012 [15:36:47.943] getCompletionData: Get current token: 0.0052720000967383385 +Info 2013 [15:36:47.943] getCompletionData: Is inside comment: 0.010615999810397625 +Info 2014 [15:36:47.943] getCompletionData: Get previous token: 0.014392000623047352 +Info 2015 [15:36:47.943] getCompletionsAtPosition: isCompletionListBlocker: 0.002573000267148018 +Info 2016 [15:36:47.943] getExportInfoMap: cache hit +Info 2017 [15:36:47.945] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 15 from cache +Info 2018 [15:36:47.945] collectAutoImports: response is complete +Info 2019 [15:36:47.945] collectAutoImports: 1.8606159994378686 +Info 2020 [15:36:47.945] getCompletionData: Semantic work: 2.3379949992522597 +Info 2021 [15:36:47.947] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6503590000793338 +Info 2022 [15:36:47.949] Format host information updated +Info 2023 [15:36:48.119] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2024 [15:36:48.145] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 25.507554999552667ms +Info 2025 [15:36:48.145] Different program with same set of files +Info 2026 [15:36:48.145] getCompletionData: Get current token: 0.017431000247597694 +Info 2027 [15:36:48.145] getCompletionData: Is inside comment: 0.03931399993598461 +Info 2028 [15:36:48.145] getCompletionData: Get previous token: 0.05047500040382147 +Info 2029 [15:36:48.145] getCompletionsAtPosition: isCompletionListBlocker: 0.006740999408066273 +Info 2030 [15:36:48.147] getExportInfoMap: cache hit +Info 2031 [15:36:48.151] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 11 from cache +Info 2032 [15:36:48.151] collectAutoImports: response is complete +Info 2033 [15:36:48.151] collectAutoImports: 4.40915900003165 +Info 2034 [15:36:48.151] getCompletionData: Semantic work: 5.9615529999136925 +Info 2035 [15:36:48.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.129405999556184 +Info 2036 [15:36:48.157] Format host information updated +Info 2037 [15:36:48.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2038 [15:36:48.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 6.534462999552488ms +Info 2039 [15:36:48.486] Different program with same set of files +Info 2040 [15:36:48.486] getCompletionData: Get current token: 0.004792000167071819 +Info 2041 [15:36:48.486] getCompletionData: Is inside comment: 0.010526999831199646 +Info 2042 [15:36:48.486] getCompletionData: Get previous token: 0.013310999609529972 +Info 2043 [15:36:48.486] getCompletionsAtPosition: isCompletionListBlocker: 0.002290000207722187 +Info 2044 [15:36:48.486] getExportInfoMap: cache hit +Info 2045 [15:36:48.490] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 15 from cache +Info 2046 [15:36:48.490] collectAutoImports: response is complete +Info 2047 [15:36:48.490] collectAutoImports: 3.693568999879062 +Info 2048 [15:36:48.490] getCompletionData: Semantic work: 4.1531289992854 +Info 2049 [15:36:48.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.824996999464929 +Info 2050 [15:36:48.493] Format host information updated +Info 2051 [15:36:48.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2052 [15:36:48.600] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 6.474689000286162ms +Info 2053 [15:36:48.600] Different program with same set of files +Info 2054 [15:36:48.600] getCompletionData: Get current token: 0.006409999914467335 +Info 2055 [15:36:48.600] getCompletionData: Is inside comment: 0.012803000397980213 +Info 2056 [15:36:48.600] getCompletionData: Get previous token: 0.017088000662624836 +Info 2057 [15:36:48.600] getCompletionsAtPosition: isCompletionListBlocker: 0.0026019997894763947 +Info 2058 [15:36:48.600] getExportInfoMap: cache hit +Info 2059 [15:36:48.603] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 84 from cache +Info 2060 [15:36:48.603] collectAutoImports: response is complete +Info 2061 [15:36:48.603] collectAutoImports: 2.862869999371469 +Info 2062 [15:36:48.603] getCompletionData: Semantic work: 3.4235619995743036 +Info 2063 [15:36:48.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1638770001009107 +Info 2064 [15:36:48.607] Format host information updated +Info 2065 [15:36:48.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2066 [15:36:48.749] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 6.397022000513971ms +Info 2067 [15:36:48.749] Different program with same set of files +Info 2068 [15:36:48.749] getCompletionData: Get current token: 0.0066189998760819435 +Info 2069 [15:36:48.749] getCompletionData: Is inside comment: 0.013105999678373337 +Info 2070 [15:36:48.749] getCompletionData: Get previous token: 0.01734100002795458 +Info 2071 [15:36:48.749] getCompletionsAtPosition: isCompletionListBlocker: 0.0026839999482035637 +Info 2072 [15:36:48.749] getExportInfoMap: cache hit +Info 2073 [15:36:48.754] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 185 from cache +Info 2074 [15:36:48.754] collectAutoImports: response is complete +Info 2075 [15:36:48.754] collectAutoImports: 4.399832000024617 +Info 2076 [15:36:48.754] getCompletionData: Semantic work: 4.964701000601053 +Info 2077 [15:36:48.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.576890000142157 +Info 2078 [15:36:48.758] Format host information updated +Info 2079 [15:36:49.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2080 [15:36:49.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 7.98401000071317ms +Info 2081 [15:36:49.021] Different program with same set of files +Info 2082 [15:36:49.021] getCompletionData: Get current token: 0.006198999471962452 +Info 2083 [15:36:49.021] getCompletionData: Is inside comment: 0.012691999785602093 +Info 2084 [15:36:49.021] getCompletionData: Get previous token: 0.01677200011909008 +Info 2085 [15:36:49.021] getCompletionsAtPosition: isCompletionListBlocker: 0.002605999819934368 +Info 2086 [15:36:49.022] getExportInfoMap: cache hit +Info 2087 [15:36:49.025] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 53 from cache +Info 2088 [15:36:49.025] collectAutoImports: response is complete +Info 2089 [15:36:49.025] collectAutoImports: 2.646362000145018 +Info 2090 [15:36:49.025] getCompletionData: Semantic work: 3.273397999815643 +Info 2091 [15:36:49.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0520460000261664 +Info 2092 [15:36:49.028] Format host information updated +Info 2093 [15:36:49.152] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2094 [15:36:49.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 6.171918000094593ms +Info 2095 [15:36:49.158] Different program with same set of files +Info 2096 [15:36:49.158] getCompletionData: Get current token: 0.006841999478638172 +Info 2097 [15:36:49.159] getCompletionData: Is inside comment: 0.014268000610172749 +Info 2098 [15:36:49.159] getCompletionData: Get previous token: 0.017690000124275684 +Info 2099 [15:36:49.159] getCompletionsAtPosition: isCompletionListBlocker: 0.002807999961078167 +Info 2100 [15:36:49.159] getExportInfoMap: cache hit +Info 2101 [15:36:49.161] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 37 from cache +Info 2102 [15:36:49.161] collectAutoImports: response is complete +Info 2103 [15:36:49.161] collectAutoImports: 2.1849210001528263 +Info 2104 [15:36:49.161] getCompletionData: Semantic work: 2.687478999607265 +Info 2105 [15:36:49.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.98927899915725 +Info 2106 [15:36:49.165] Format host information updated +Info 2107 [15:36:49.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2108 [15:36:49.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 6.840226999484003ms +Info 2109 [15:36:49.330] Different program with same set of files +Info 2110 [15:36:49.330] getCompletionData: Get current token: 0.006805999204516411 +Info 2111 [15:36:49.330] getCompletionData: Is inside comment: 0.014022000133991241 +Info 2112 [15:36:49.330] getCompletionData: Get previous token: 0.019507000222802162 +Info 2113 [15:36:49.330] getCompletionsAtPosition: isCompletionListBlocker: 0.002816000021994114 +Info 2114 [15:36:49.331] getExportInfoMap: cache hit +Info 2115 [15:36:49.333] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2116 [15:36:49.333] collectAutoImports: response is complete +Info 2117 [15:36:49.333] collectAutoImports: 2.0712910005822778 +Info 2118 [15:36:49.333] getCompletionData: Semantic work: 2.6269930005073547 +Info 2119 [15:36:49.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.081460999324918 +Info 2120 [15:36:49.336] Format host information updated +Info 2121 [15:36:49.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2122 [15:36:49.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 8.219245000742376ms +Info 2123 [15:36:49.520] Different program with same set of files +Info 2124 [15:36:49.521] getCompletionData: Get current token: 0.008032000623643398 +Info 2125 [15:36:49.521] getCompletionData: Is inside comment: 0.016706000082194805 +Info 2126 [15:36:49.521] getCompletionData: Get previous token: 0.0223599998280406 +Info 2127 [15:36:49.521] getCompletionsAtPosition: isCompletionListBlocker: 0.0036430004984140396 +Info 2128 [15:36:49.521] getExportInfoMap: cache hit +Info 2129 [15:36:49.524] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2130 [15:36:49.524] collectAutoImports: response is complete +Info 2131 [15:36:49.524] collectAutoImports: 2.7975279996171594 +Info 2132 [15:36:49.524] getCompletionData: Semantic work: 3.446858000010252 +Info 2133 [15:36:49.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.366953999735415 +Info 2134 [15:36:49.530] Format host information updated +Info 2135 [15:36:49.651] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2136 [15:36:49.658] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 6.268964000046253ms +Info 2137 [15:36:49.658] Different program with same set of files +Info 2138 [15:36:49.658] getCompletionData: Get current token: 0.005053999833762646 +Info 2139 [15:36:49.658] getCompletionData: Is inside comment: 0.009618999436497688 +Info 2140 [15:36:49.658] getCompletionData: Get previous token: 0.013394000008702278 +Info 2141 [15:36:49.658] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589994430541992 +Info 2142 [15:36:49.658] getExportInfoMap: cache hit +Info 2143 [15:36:49.660] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2144 [15:36:49.660] collectAutoImports: response is complete +Info 2145 [15:36:49.660] collectAutoImports: 1.6045080004259944 +Info 2146 [15:36:49.660] getCompletionData: Semantic work: 2.0950199998915195 +Info 2147 [15:36:49.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.667952999472618 +Info 2148 [15:36:49.663] Format host information updated +Info 2149 [15:36:49.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2150 [15:36:49.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 28.851044999435544ms +Info 2151 [15:36:49.798] Different program with same set of files +Info 2152 [15:36:49.799] getCompletionData: Get current token: 0.01752999983727932 +Info 2153 [15:36:49.799] getCompletionData: Is inside comment: 0.039053999818861485 +Info 2154 [15:36:49.799] getCompletionData: Get previous token: 0.03996399976313114 +Info 2155 [15:36:49.799] getCompletionsAtPosition: isCompletionListBlocker: 0.005002000369131565 +Info 2156 [15:36:49.800] getExportInfoMap: cache hit +Info 2157 [15:36:49.804] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2158 [15:36:49.804] collectAutoImports: response is complete +Info 2159 [15:36:49.804] collectAutoImports: 4.117618000134826 +Info 2160 [15:36:49.804] getCompletionData: Semantic work: 5.100218000821769 +Info 2161 [15:36:49.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.424559999257326 +Info 2162 [15:36:49.809] Format host information updated +Info 2163 [15:36:49.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2164 [15:36:49.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 6.148022999987006ms +Info 2165 [15:36:49.936] Different program with same set of files +Info 2166 [15:36:49.936] getCompletionData: Get current token: 0.0053610000759363174 +Info 2167 [15:36:49.936] getCompletionData: Is inside comment: 0.01216300018131733 +Info 2168 [15:36:49.936] getCompletionData: Get previous token: 0.017102000303566456 +Info 2169 [15:36:49.936] getCompletionsAtPosition: isCompletionListBlocker: 0.0025779996067285538 +Info 2170 [15:36:49.937] getExportInfoMap: cache hit +Info 2171 [15:36:49.939] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2172 [15:36:49.939] collectAutoImports: response is complete +Info 2173 [15:36:49.939] collectAutoImports: 1.9242839999496937 +Info 2174 [15:36:49.939] getCompletionData: Semantic work: 2.4027530001476407 +Info 2175 [15:36:49.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0290860002860427 +Info 2176 [15:36:49.943] Format host information updated +Info 2177 [15:36:50.035] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2178 [15:36:50.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 23.83101899921894ms +Info 2179 [15:36:50.059] Different program with same set of files +Info 2180 [15:36:50.060] getCompletionData: Get current token: 0.022885000333189964 +Info 2181 [15:36:50.060] getCompletionData: Is inside comment: 0.05508800037205219 +Info 2182 [15:36:50.060] getCompletionData: Get previous token: 0.0714060002937913 +Info 2183 [15:36:50.060] getCompletionsAtPosition: isCompletionListBlocker: 0.008152000606060028 +Info 2184 [15:36:50.062] getExportInfoMap: cache hit +Info 2185 [15:36:50.068] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2186 [15:36:50.068] collectAutoImports: response is complete +Info 2187 [15:36:50.068] collectAutoImports: 5.87088399939239 +Info 2188 [15:36:50.068] getCompletionData: Semantic work: 7.629014999605715 +Info 2189 [15:36:50.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.503769000060856 +Info 2190 [15:36:50.074] Format host information updated +Info 2191 [15:36:50.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2192 [15:36:50.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.187668999657035ms +Info 2193 [15:36:50.545] Different program with same set of files +Info 2194 [15:36:50.545] getCompletionData: Get current token: 0.0042580002918839455 +Info 2195 [15:36:50.545] getCompletionData: Is inside comment: 0.045056999661028385 +Info 2196 [15:36:50.545] getCompletionData: Get previous token: 0.027722000144422054 +Info 2197 [15:36:50.545] getCompletionsAtPosition: isCompletionListBlocker: 0.0028609996661543846 +Info 2198 [15:36:50.546] getExportInfoMap: cache hit +Info 2199 [15:36:50.549] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 24 from cache +Info 2200 [15:36:50.549] collectAutoImports: response is complete +Info 2201 [15:36:50.549] collectAutoImports: 3.411190999671817 +Info 2202 [15:36:50.549] getCompletionData: Semantic work: 3.837470999918878 +Info 2203 [15:36:50.551] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7102479999884963 +Info 2204 [15:36:50.552] Format host information updated +Info 2205 [15:36:50.754] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2206 [15:36:50.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 6.611830000765622ms +Info 2207 [15:36:50.760] Different program with same set of files +Info 2208 [15:36:50.761] getCompletionData: Get current token: 0.0043230000883340836 +Info 2209 [15:36:50.761] getCompletionData: Is inside comment: 0.010444999672472477 +Info 2210 [15:36:50.761] getCompletionData: Get previous token: 0.015775000676512718 +Info 2211 [15:36:50.761] getCompletionsAtPosition: isCompletionListBlocker: 0.002598999999463558 +Info 2212 [15:36:50.761] getExportInfoMap: cache hit +Info 2213 [15:36:50.763] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 2214 [15:36:50.763] collectAutoImports: response is complete +Info 2215 [15:36:50.763] collectAutoImports: 1.5163429994136095 +Info 2216 [15:36:50.763] getCompletionData: Semantic work: 1.9557189997285604 +Info 2217 [15:36:50.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5948409996926785 +Info 2218 [15:36:50.767] Format host information updated +Info 2219 [15:36:50.872] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2220 [15:36:50.878] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 6.226507999934256ms +Info 2221 [15:36:50.878] Different program with same set of files +Info 2222 [15:36:50.878] getCompletionData: Get current token: 0.005059999413788319 +Info 2223 [15:36:50.878] getCompletionData: Is inside comment: 0.013544999994337559 +Info 2224 [15:36:50.878] getCompletionData: Get previous token: 0.016862000338733196 +Info 2225 [15:36:50.878] getCompletionsAtPosition: isCompletionListBlocker: 0.0027540000155568123 +Info 2226 [15:36:50.879] getExportInfoMap: cache hit +Info 2227 [15:36:50.880] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 2228 [15:36:50.880] collectAutoImports: response is complete +Info 2229 [15:36:50.880] collectAutoImports: 1.6382670002058148 +Info 2230 [15:36:50.880] getCompletionData: Semantic work: 2.132813999429345 +Info 2231 [15:36:50.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8111390005797148 +Info 2232 [15:36:50.883] Format host information updated +Info 2233 [15:36:51.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2234 [15:36:51.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 6.207160000689328ms +Info 2235 [15:36:51.063] Different program with same set of files +Info 2236 [15:36:51.063] getCompletionData: Get current token: 0.005018000490963459 +Info 2237 [15:36:51.063] getCompletionData: Is inside comment: 0.01319199986755848 +Info 2238 [15:36:51.063] getCompletionData: Get previous token: 0.017364999279379845 +Info 2239 [15:36:51.063] getCompletionsAtPosition: isCompletionListBlocker: 0.0024230005219578743 +Info 2240 [15:36:51.064] getExportInfoMap: cache hit +Info 2241 [15:36:51.065] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 2242 [15:36:51.065] collectAutoImports: response is complete +Info 2243 [15:36:51.065] collectAutoImports: 1.6490529999136925 +Info 2244 [15:36:51.065] getCompletionData: Semantic work: 2.1364039992913604 +Info 2245 [15:36:51.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.33502299990505 +Info 2246 [15:36:51.070] Format host information updated +Info 2247 [15:36:51.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2248 [15:36:51.139] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 13.134498000144958ms +Info 2249 [15:36:51.139] Different program with same set of files +Info 2250 [15:36:51.139] getCompletionData: Get current token: 0.011745000258088112 +Info 2251 [15:36:51.139] getCompletionData: Is inside comment: 0.02741600014269352 +Info 2252 [15:36:51.139] getCompletionData: Get previous token: 0.03779800049960613 +Info 2253 [15:36:51.139] getCompletionsAtPosition: isCompletionListBlocker: 0.004668000154197216 +Info 2254 [15:36:51.140] getExportInfoMap: cache hit +Info 2255 [15:36:51.144] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 2256 [15:36:51.144] collectAutoImports: response is complete +Info 2257 [15:36:51.144] collectAutoImports: 3.539561999961734 +Info 2258 [15:36:51.144] getCompletionData: Semantic work: 4.537596999667585 +Info 2259 [15:36:51.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.071500999853015 +Info 2260 [15:36:51.150] Format host information updated +Info 2261 [15:36:51.980] Format host information updated +Info 2262 [15:36:51.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2263 [15:36:51.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 8.053886000066996ms +Info 2264 [15:36:51.988] Different program with same set of files +Info 2265 [15:36:52.641] Format host information updated +Info 2266 [15:36:52.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2267 [15:36:52.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 6.495945000089705ms +Info 2268 [15:36:52.648] Different program with same set of files +Info 2269 [15:36:53.283] Format host information updated +Info 2270 [15:36:53.284] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2271 [15:36:53.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 8.289245000109076ms +Info 2272 [15:36:53.292] Different program with same set of files +Info 2273 [15:36:53.777] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2274 [15:36:53.783] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 6.297452999278903ms +Info 2275 [15:36:53.783] Different program with same set of files +Info 2276 [15:36:53.783] getCompletionData: Get current token: 0.005104999989271164 +Info 2277 [15:36:53.783] getCompletionData: Is inside comment: 0.012001999653875828 +Info 2278 [15:36:53.783] getCompletionData: Get previous token: 0.016664999537169933 +Info 2279 [15:36:53.783] getCompletionsAtPosition: isCompletionListBlocker: 0.0032760007306933403 +Info 2280 [15:36:53.784] getExportInfoMap: cache hit +Info 2281 [15:36:53.788] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 185 from cache +Info 2282 [15:36:53.788] collectAutoImports: response is complete +Info 2283 [15:36:53.788] collectAutoImports: 4.257322000339627 +Info 2284 [15:36:53.788] getCompletionData: Semantic work: 4.751815999858081 +Info 2285 [15:36:53.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.45630900003016 +Info 2286 [15:36:53.793] Format host information updated +Info 2287 [15:36:53.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2288 [15:36:53.900] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 6.222516999579966ms +Info 2289 [15:36:53.900] Different program with same set of files +Info 2290 [15:36:53.900] getCompletionData: Get current token: 0.004985000006854534 +Info 2291 [15:36:53.900] getCompletionData: Is inside comment: 0.013081999495625496 +Info 2292 [15:36:53.900] getCompletionData: Get previous token: 0.017111999914050102 +Info 2293 [15:36:53.900] getCompletionsAtPosition: isCompletionListBlocker: 0.0029419995844364166 +Info 2294 [15:36:53.901] getExportInfoMap: cache hit +Info 2295 [15:36:53.903] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 53 from cache +Info 2296 [15:36:53.903] collectAutoImports: response is complete +Info 2297 [15:36:53.903] collectAutoImports: 2.6217359993606806 +Info 2298 [15:36:53.903] getCompletionData: Semantic work: 3.120524000376463 +Info 2299 [15:36:53.906] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.089927999302745 +Info 2300 [15:36:53.907] Format host information updated +Info 2301 [15:36:53.992] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2302 [15:36:53.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 6.1451599998399615ms +Info 2303 [15:36:53.998] Different program with same set of files +Info 2304 [15:36:53.998] getCompletionData: Get current token: 0.003879999741911888 +Info 2305 [15:36:53.998] getCompletionData: Is inside comment: 0.012417000718414783 +Info 2306 [15:36:53.998] getCompletionData: Get previous token: 0.016447999514639378 +Info 2307 [15:36:53.999] getCompletionsAtPosition: isCompletionListBlocker: 0.0023499997332692146 +Info 2308 [15:36:53.999] getExportInfoMap: cache hit +Info 2309 [15:36:54.003] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 37 from cache +Info 2310 [15:36:54.003] collectAutoImports: response is complete +Info 2311 [15:36:54.003] collectAutoImports: 3.9472929993644357 +Info 2312 [15:36:54.003] getCompletionData: Semantic work: 4.422464000061154 +Info 2313 [15:36:54.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.943575999699533 +Info 2314 [15:36:54.006] Format host information updated +Info 2315 [15:36:54.135] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2316 [15:36:54.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 26.773184000514448ms +Info 2317 [15:36:54.162] Different program with same set of files +Info 2318 [15:36:54.162] getCompletionData: Get current token: 0.011587000451982021 +Info 2319 [15:36:54.162] getCompletionData: Is inside comment: 0.03842599969357252 +Info 2320 [15:36:54.163] getCompletionData: Get previous token: 0.05566099938005209 +Info 2321 [15:36:54.163] getCompletionsAtPosition: isCompletionListBlocker: 0.004782999865710735 +Info 2322 [15:36:54.164] getExportInfoMap: cache hit +Info 2323 [15:36:54.169] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2324 [15:36:54.169] collectAutoImports: response is complete +Info 2325 [15:36:54.169] collectAutoImports: 5.144342999905348 +Info 2326 [15:36:54.169] getCompletionData: Semantic work: 6.3367400001734495 +Info 2327 [15:36:54.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9031940000131726 +Info 2328 [15:36:54.173] Format host information updated +Info 2329 [15:36:54.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2330 [15:36:54.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 8.499598000198603ms +Info 2331 [15:36:54.205] Different program with same set of files +Info 2332 [15:36:54.205] getCompletionData: Get current token: 0.004269000142812729 +Info 2333 [15:36:54.205] getCompletionData: Is inside comment: 0.03325900062918663 +Info 2334 [15:36:54.205] getCompletionData: Get previous token: 0.016869000159204006 +Info 2335 [15:36:54.205] getCompletionsAtPosition: isCompletionListBlocker: 0.00263300072401762 +Info 2336 [15:36:54.206] getExportInfoMap: cache hit +Info 2337 [15:36:54.208] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2338 [15:36:54.208] collectAutoImports: response is complete +Info 2339 [15:36:54.208] collectAutoImports: 1.9522559996694326 +Info 2340 [15:36:54.208] getCompletionData: Semantic work: 2.457642000168562 +Info 2341 [15:36:54.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9618119997903705 +Info 2342 [15:36:54.245] Format host information updated +Info 2343 [15:36:54.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2344 [15:36:54.563] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 6.305170999839902ms +Info 2345 [15:36:54.563] Different program with same set of files +Info 2346 [15:36:54.564] getCompletionData: Get current token: 0.004178999923169613 +Info 2347 [15:36:54.564] getCompletionData: Is inside comment: 0.01219400018453598 +Info 2348 [15:36:54.564] getCompletionData: Get previous token: 0.01473500020802021 +Info 2349 [15:36:54.564] getCompletionsAtPosition: isCompletionListBlocker: 0.003234999254345894 +Info 2350 [15:36:54.564] getExportInfoMap: cache hit +Info 2351 [15:36:54.566] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2352 [15:36:54.566] collectAutoImports: response is complete +Info 2353 [15:36:54.566] collectAutoImports: 2.0305939996615052 +Info 2354 [15:36:54.566] getCompletionData: Semantic work: 2.5402199998497963 +Info 2355 [15:36:54.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.914134000428021 +Info 2356 [15:36:54.571] Format host information updated +Info 2357 [15:36:54.729] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2358 [15:36:54.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 6.774314000271261ms +Info 2359 [15:36:54.736] Different program with same set of files +Info 2360 [15:36:54.736] getCompletionData: Get current token: 0.004466000013053417 +Info 2361 [15:36:54.736] getCompletionData: Is inside comment: 0.012666000053286552 +Info 2362 [15:36:54.736] getCompletionData: Get previous token: 0.015483999624848366 +Info 2363 [15:36:54.736] getCompletionsAtPosition: isCompletionListBlocker: 0.0027170004323124886 +Info 2364 [15:36:54.737] getExportInfoMap: cache hit +Info 2365 [15:36:54.739] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2366 [15:36:54.739] collectAutoImports: response is complete +Info 2367 [15:36:54.739] collectAutoImports: 2.31014300044626 +Info 2368 [15:36:54.739] getCompletionData: Semantic work: 2.8561370000243187 +Info 2369 [15:36:54.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.208953999914229 +Info 2370 [15:36:54.742] Format host information updated +Info 2371 [15:36:54.885] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2372 [15:36:54.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 6.124404000118375ms +Info 2373 [15:36:54.892] Different program with same set of files +Info 2374 [15:36:54.892] getCompletionData: Get current token: 0.003573000431060791 +Info 2375 [15:36:54.892] getCompletionData: Is inside comment: 0.016095000319182873 +Info 2376 [15:36:54.892] getCompletionData: Get previous token: 0.013535000383853912 +Info 2377 [15:36:54.892] getCompletionsAtPosition: isCompletionListBlocker: 0.0026420000940561295 +Info 2378 [15:36:54.892] getExportInfoMap: cache hit +Info 2379 [15:36:54.896] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2380 [15:36:54.896] collectAutoImports: response is complete +Info 2381 [15:36:54.896] collectAutoImports: 3.720254000276327 +Info 2382 [15:36:54.896] getCompletionData: Semantic work: 4.212956000119448 +Info 2383 [15:36:54.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.017837000079453 +Info 2384 [15:36:54.899] Format host information updated +Info 2385 [15:36:54.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2386 [15:36:54.972] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 16.933763000182807ms +Info 2387 [15:36:54.972] Different program with same set of files +Info 2388 [15:36:54.972] getCompletionData: Get current token: 0.011403999291360378 +Info 2389 [15:36:54.972] getCompletionData: Is inside comment: 0.03499099984765053 +Info 2390 [15:36:54.972] getCompletionData: Get previous token: 0.041473000310361385 +Info 2391 [15:36:54.972] getCompletionsAtPosition: isCompletionListBlocker: 0.006040000356733799 +Info 2392 [15:36:54.973] getExportInfoMap: cache hit +Info 2393 [15:36:54.979] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 37 from cache +Info 2394 [15:36:54.979] collectAutoImports: response is complete +Info 2395 [15:36:54.979] collectAutoImports: 5.170819000340998 +Info 2396 [15:36:54.979] getCompletionData: Semantic work: 6.429188000038266 +Info 2397 [15:36:54.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.179418000392616 +Info 2398 [15:36:54.985] Format host information updated +Info 2399 [15:36:55.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2400 [15:36:55.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 8.526968999765813ms +Info 2401 [15:36:55.166] Different program with same set of files +Info 2402 [15:36:55.166] getCompletionData: Get current token: 0.0033439993858337402 +Info 2403 [15:36:55.166] getCompletionData: Is inside comment: 0.009202999994158745 +Info 2404 [15:36:55.166] getCompletionData: Get previous token: 0.011704999953508377 +Info 2405 [15:36:55.166] getCompletionsAtPosition: isCompletionListBlocker: 0.002515999600291252 +Info 2406 [15:36:55.166] getExportInfoMap: cache hit +Info 2407 [15:36:55.168] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 20 from cache +Info 2408 [15:36:55.168] collectAutoImports: response is complete +Info 2409 [15:36:55.168] collectAutoImports: 1.5352400001138449 +Info 2410 [15:36:55.168] getCompletionData: Semantic work: 1.9675070000812411 +Info 2411 [15:36:55.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6127599999308586 +Info 2412 [15:36:55.170] Format host information updated +Info 2413 [15:36:55.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2414 [15:36:55.273] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 6.286243999376893ms +Info 2415 [15:36:55.273] Different program with same set of files +Info 2416 [15:36:55.273] getCompletionData: Get current token: 0.004114999435842037 +Info 2417 [15:36:55.273] getCompletionData: Is inside comment: 0.011177999898791313 +Info 2418 [15:36:55.273] getCompletionData: Get previous token: 0.014761000871658325 +Info 2419 [15:36:55.273] getCompletionsAtPosition: isCompletionListBlocker: 0.003188999369740486 +Info 2420 [15:36:55.273] getExportInfoMap: cache hit +Info 2421 [15:36:55.275] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 2422 [15:36:55.275] collectAutoImports: response is complete +Info 2423 [15:36:55.275] collectAutoImports: 1.8655840000137687 +Info 2424 [15:36:55.275] getCompletionData: Semantic work: 2.3615269996225834 +Info 2425 [15:36:55.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9535250002518296 +Info 2426 [15:36:55.280] Format host information updated +Info 2427 [15:36:55.370] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2428 [15:36:55.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 6.019944000057876ms +Info 2429 [15:36:55.376] Different program with same set of files +Info 2430 [15:36:55.376] getCompletionData: Get current token: 0.0034730006009340286 +Info 2431 [15:36:55.376] getCompletionData: Is inside comment: 0.009518000297248363 +Info 2432 [15:36:55.376] getCompletionData: Get previous token: 0.012063000351190567 +Info 2433 [15:36:55.376] getCompletionsAtPosition: isCompletionListBlocker: 0.002303999848663807 +Info 2434 [15:36:55.376] getExportInfoMap: cache hit +Info 2435 [15:36:55.378] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 2436 [15:36:55.378] collectAutoImports: response is complete +Info 2437 [15:36:55.378] collectAutoImports: 1.5380979999899864 +Info 2438 [15:36:55.378] getCompletionData: Semantic work: 1.984900999814272 +Info 2439 [15:36:55.380] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.699062000028789 +Info 2440 [15:36:55.380] Format host information updated +Info 2441 [15:36:55.450] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2442 [15:36:55.461] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 11.117792000062764ms +Info 2443 [15:36:55.461] Different program with same set of files +Info 2444 [15:36:55.461] getCompletionData: Get current token: 0.011714999563992023 +Info 2445 [15:36:55.461] getCompletionData: Is inside comment: 0.03701600059866905 +Info 2446 [15:36:55.461] getCompletionData: Get previous token: 0.02944199927151203 +Info 2447 [15:36:55.462] getCompletionsAtPosition: isCompletionListBlocker: 0.004288000054657459 +Info 2448 [15:36:55.462] getExportInfoMap: cache hit +Info 2449 [15:36:55.466] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 2450 [15:36:55.466] collectAutoImports: response is complete +Info 2451 [15:36:55.466] collectAutoImports: 3.2559010004624724 +Info 2452 [15:36:55.466] getCompletionData: Semantic work: 4.1530480002984405 +Info 2453 [15:36:55.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.372975000180304 +Info 2454 [15:36:55.474] Format host information updated +Info 2455 [15:36:56.392] Format host information updated +Info 2456 [15:36:56.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2457 [15:36:56.398] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 6.004503999836743ms +Info 2458 [15:36:56.398] Different program with same set of files +Info 2459 [15:36:56.970] Format host information updated +Info 2460 [15:36:56.970] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2461 [15:36:56.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 7.973353000357747ms +Info 2462 [15:36:56.978] Different program with same set of files +Info 2463 [15:36:58.255] Format host information updated +Info 2464 [15:36:58.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2465 [15:36:58.262] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 6.628678999841213ms +Info 2466 [15:36:58.262] Different program with same set of files +Info 2467 [15:37:00.367] Format host information updated +Info 2468 [15:37:00.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2469 [15:37:00.376] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 8.594720999710262ms +Info 2470 [15:37:00.376] Different program with same set of files +Info 2471 [15:37:00.608] getCompletionData: Get current token: 0.022664999589323997 +Info 2472 [15:37:00.608] getCompletionData: Is inside comment: 0.00937000010162592 +Info 2473 [15:37:00.609] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2474 [15:37:01.020] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2475 [15:37:01.037] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 17.000847999937832ms +Info 2476 [15:37:01.037] Different program with same set of files +Info 2477 [15:37:01.037] getCompletionData: Get current token: 0.0073110004886984825 +Info 2478 [15:37:01.037] getCompletionData: Is inside comment: 0.024217999540269375 +Info 2479 [15:37:01.037] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2480 [15:37:01.038] Format host information updated +Info 2481 [15:37:01.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2482 [15:37:01.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 16.924575000070035ms +Info 2483 [15:37:01.358] Different program with same set of files +Info 2484 [15:37:01.359] getCompletionData: Get current token: 0.004449000582098961 +Info 2485 [15:37:01.359] getCompletionData: Is inside comment: 0.014620999805629253 +Info 2486 [15:37:01.359] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2487 [15:37:01.360] Format host information updated +Info 2488 [15:37:01.650] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2489 [15:37:01.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 8.978261000476778ms +Info 2490 [15:37:01.659] Different program with same set of files +Info 2491 [15:37:01.659] getCompletionData: Get current token: 0.006463999859988689 +Info 2492 [15:37:01.659] getCompletionData: Is inside comment: 0.013657999224960804 +Info 2493 [15:37:01.659] getCompletionData: Get previous token: 0.010298999957740307 +Info 2494 [15:37:01.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0031799999997019768 +Info 2495 [15:37:01.660] getExportInfoMap: cache hit +Info 2496 [15:37:01.682] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2497 [15:37:01.682] collectAutoImports: response is complete +Info 2498 [15:37:01.682] collectAutoImports: 22.35162000078708 +Info 2499 [15:37:01.682] getCompletionData: Semantic work: 23.35023899935186 +Info 2500 [15:37:01.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.318571999669075 +Info 2501 [15:37:01.693] Format host information updated +Info 2502 [15:37:01.762] Format host information updated +Info 2503 [15:37:01.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2504 [15:37:01.782] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 20.088206000626087ms +Info 2505 [15:37:01.782] Different program with same set of files +Info 2506 [15:37:05.618] Format host information updated +Info 2507 [15:37:05.628] forEachExternalModuleToImportFrom autoImportProvider: 0.8074099998921156 +Info 2508 [15:37:07.352] Format host information updated +Info 2509 [15:37:07.354] forEachExternalModuleToImportFrom autoImportProvider: 0.62470299936831 +Info 2510 [15:37:08.371] getCompletionData: Get current token: 0.004288000054657459 +Info 2511 [15:37:08.371] getCompletionData: Is inside comment: 0.011843999847769737 +Info 2512 [15:37:08.371] getCompletionData: Get previous token: 0.009006000123918056 +Info 2513 [15:37:08.371] getCompletionsAtPosition: isCompletionListBlocker: 0.0032940004020929337 +Info 2514 [15:37:08.371] getExportInfoMap: cache hit +Info 2515 [15:37:08.385] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2516 [15:37:08.386] collectAutoImports: response is complete +Info 2517 [15:37:08.386] collectAutoImports: 14.05496700014919 +Info 2518 [15:37:08.386] getCompletionData: Semantic work: 14.676419000141323 +Info 2519 [15:37:08.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.990439999848604 +Info 2520 [15:37:08.616] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2521 [15:37:08.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 8.831244999542832ms +Info 2522 [15:37:08.624] Different program with same set of files +Info 2523 [15:37:08.625] getCompletionData: Get current token: 0.004545999690890312 +Info 2524 [15:37:08.625] getCompletionData: Is inside comment: 0.014419999904930592 +Info 2525 [15:37:08.625] getCompletionData: Get previous token: 0.018597000278532505 +Info 2526 [15:37:08.625] getCompletionsAtPosition: isCompletionListBlocker: 0.0028999997302889824 +Info 2527 [15:37:08.625] getExportInfoMap: cache hit +Info 2528 [15:37:08.627] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2529 [15:37:08.627] collectAutoImports: response is complete +Info 2530 [15:37:08.627] collectAutoImports: 1.7181609999388456 +Info 2531 [15:37:08.627] getCompletionData: Semantic work: 2.330106000415981 +Info 2532 [15:37:08.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.024923000484705 +Info 2533 [15:37:08.630] Format host information updated +Info 2534 [15:37:08.749] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2535 [15:37:08.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 12.985794000327587ms +Info 2536 [15:37:08.762] Different program with same set of files +Info 2537 [15:37:08.762] getCompletionData: Get current token: 0.007019000127911568 +Info 2538 [15:37:08.762] getCompletionData: Is inside comment: 0.02338199969381094 +Info 2539 [15:37:08.762] getCompletionData: Get previous token: 0.031119000166654587 +Info 2540 [15:37:08.762] getCompletionsAtPosition: isCompletionListBlocker: 0.004494999535381794 +Info 2541 [15:37:08.763] getExportInfoMap: cache hit +Info 2542 [15:37:08.768] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2543 [15:37:08.768] collectAutoImports: response is complete +Info 2544 [15:37:08.768] collectAutoImports: 4.329071999527514 +Info 2545 [15:37:08.768] getCompletionData: Semantic work: 5.442449000664055 +Info 2546 [15:37:08.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5907330000773072 +Info 2547 [15:37:08.773] Format host information updated +Info 2548 [15:37:08.822] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2549 [15:37:08.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 15.834107000380754ms +Info 2550 [15:37:08.838] Different program with same set of files +Info 2551 [15:37:08.839] getCompletionData: Get current token: 0.009294000454246998 +Info 2552 [15:37:08.839] getCompletionData: Is inside comment: 0.03186000045388937 +Info 2553 [15:37:08.839] getCompletionData: Get previous token: 0.03919199947267771 +Info 2554 [15:37:08.839] getCompletionsAtPosition: isCompletionListBlocker: 0.0050140004605054855 +Info 2555 [15:37:08.840] getExportInfoMap: cache hit +Info 2556 [15:37:08.844] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2557 [15:37:08.844] collectAutoImports: response is complete +Info 2558 [15:37:08.844] collectAutoImports: 3.6420700000599027 +Info 2559 [15:37:08.844] getCompletionData: Semantic work: 4.877554999664426 +Info 2560 [15:37:08.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.801634999923408 +Info 2561 [15:37:08.849] Format host information updated +Info 2562 [15:37:08.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2563 [15:37:08.956] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 28.8942069998011ms +Info 2564 [15:37:08.956] Different program with same set of files +Info 2565 [15:37:08.957] getCompletionData: Get current token: 0.013457000255584717 +Info 2566 [15:37:08.957] getCompletionData: Is inside comment: 0.04111799970269203 +Info 2567 [15:37:08.957] getCompletionData: Get previous token: 0.05164199974387884 +Info 2568 [15:37:08.957] getCompletionsAtPosition: isCompletionListBlocker: 0.007179000414907932 +Info 2569 [15:37:08.958] getExportInfoMap: cache hit +Info 2570 [15:37:08.963] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2571 [15:37:08.963] collectAutoImports: response is complete +Info 2572 [15:37:08.963] collectAutoImports: 4.003130000084639 +Info 2573 [15:37:08.963] getCompletionData: Semantic work: 5.56116500031203 +Info 2574 [15:37:08.967] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.389828000217676 +Info 2575 [15:37:08.969] Format host information updated +Info 2576 [15:37:09.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2577 [15:37:09.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 29.831287999637425ms +Info 2578 [15:37:09.225] Different program with same set of files +Info 2579 [15:37:09.225] getCompletionData: Get current token: 0.008793000131845474 +Info 2580 [15:37:09.225] getCompletionData: Is inside comment: 0.02469199988991022 +Info 2581 [15:37:09.225] getCompletionData: Get previous token: 0.017802000045776367 +Info 2582 [15:37:09.225] getCompletionsAtPosition: isCompletionListBlocker: 0.004797999747097492 +Info 2583 [15:37:09.226] getExportInfoMap: cache hit +Info 2584 [15:37:09.248] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2585 [15:37:09.248] collectAutoImports: response is complete +Info 2586 [15:37:09.248] collectAutoImports: 21.767606999725103 +Info 2587 [15:37:09.248] getCompletionData: Semantic work: 22.683163000270724 +Info 2588 [15:37:09.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.263926999643445 +Info 2589 [15:37:09.259] Format host information updated +Info 2590 [15:37:09.266] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2591 [15:37:09.272] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 6.005245000123978ms +Info 2592 [15:37:09.272] Different program with same set of files +Info 2593 [15:37:09.272] getCompletionData: Get current token: 0.002178000286221504 +Info 2594 [15:37:09.272] getCompletionData: Is inside comment: 0.009562999941408634 +Info 2595 [15:37:09.272] getCompletionData: Get previous token: 0.006759000010788441 +Info 2596 [15:37:09.272] getCompletionsAtPosition: isCompletionListBlocker: 0.007814999669790268 +Info 2597 [15:37:09.273] getExportInfoMap: cache hit +Info 2598 [15:37:09.288] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2599 [15:37:09.288] collectAutoImports: response is complete +Info 2600 [15:37:09.288] collectAutoImports: 15.244766999967396 +Info 2601 [15:37:09.288] getCompletionData: Semantic work: 15.73326800018549 +Info 2602 [15:37:09.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.364302999339998 +Info 2603 [15:37:09.297] Format host information updated +Info 2604 [15:37:09.551] Format host information updated +Info 2605 [15:37:09.551] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2606 [15:37:09.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 6.853118999861181ms +Info 2607 [15:37:09.558] Different program with same set of files +Info 2608 [15:37:10.137] Format host information updated +Info 2609 [15:37:10.156] forEachExternalModuleToImportFrom autoImportProvider: 0.5068029994145036 +Info 2610 [15:37:11.009] getCompletionData: Get current token: 0.004112999886274338 +Info 2611 [15:37:11.009] getCompletionData: Is inside comment: 0.010106000117957592 +Info 2612 [15:37:11.009] getCompletionData: Get previous token: 0.0070319995284080505 +Info 2613 [15:37:11.009] getCompletionsAtPosition: isCompletionListBlocker: 0.00327100045979023 +Info 2614 [15:37:11.010] getExportInfoMap: cache hit +Info 2615 [15:37:11.019] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2616 [15:37:11.019] collectAutoImports: response is complete +Info 2617 [15:37:11.019] collectAutoImports: 9.031901000067592 +Info 2618 [15:37:11.019] getCompletionData: Semantic work: 9.607451999559999 +Info 2619 [15:37:11.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.336411000229418 +Info 2620 [15:37:11.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2621 [15:37:11.271] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 8.171670000068843ms +Info 2622 [15:37:11.271] Different program with same set of files +Info 2623 [15:37:11.271] getCompletionData: Get current token: 0.004160999320447445 +Info 2624 [15:37:11.271] getCompletionData: Is inside comment: 0.011913000606000423 +Info 2625 [15:37:11.271] getCompletionData: Get previous token: 0.015646999701857567 +Info 2626 [15:37:11.271] getCompletionsAtPosition: isCompletionListBlocker: 0.002739999443292618 +Info 2627 [15:37:11.272] getExportInfoMap: cache hit +Info 2628 [15:37:11.273] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2629 [15:37:11.273] collectAutoImports: response is complete +Info 2630 [15:37:11.273] collectAutoImports: 1.600912000052631 +Info 2631 [15:37:11.273] getCompletionData: Semantic work: 2.143585999496281 +Info 2632 [15:37:11.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7805980006232858 +Info 2633 [15:37:11.276] Format host information updated +Info 2634 [15:37:11.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2635 [15:37:11.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 6.987404999323189ms +Info 2636 [15:37:11.402] Different program with same set of files +Info 2637 [15:37:11.402] getCompletionData: Get current token: 0.004310999996960163 +Info 2638 [15:37:11.403] getCompletionData: Is inside comment: 0.013083000667393208 +Info 2639 [15:37:11.403] getCompletionData: Get previous token: 0.017054999247193336 +Info 2640 [15:37:11.403] getCompletionsAtPosition: isCompletionListBlocker: 0.003233000636100769 +Info 2641 [15:37:11.403] getExportInfoMap: cache hit +Info 2642 [15:37:11.405] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2643 [15:37:11.405] collectAutoImports: response is complete +Info 2644 [15:37:11.405] collectAutoImports: 1.6886940002441406 +Info 2645 [15:37:11.405] getCompletionData: Semantic work: 2.2476329999044538 +Info 2646 [15:37:11.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.865938000380993 +Info 2647 [15:37:11.408] Format host information updated +Info 2648 [15:37:11.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2649 [15:37:11.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 8.432025999762118ms +Info 2650 [15:37:11.535] Different program with same set of files +Info 2651 [15:37:11.535] getCompletionData: Get current token: 0.004646000452339649 +Info 2652 [15:37:11.535] getCompletionData: Is inside comment: 0.012732000090181828 +Info 2653 [15:37:11.535] getCompletionData: Get previous token: 0.016844000667333603 +Info 2654 [15:37:11.535] getCompletionsAtPosition: isCompletionListBlocker: 0.0032259998843073845 +Info 2655 [15:37:11.536] getExportInfoMap: cache hit +Info 2656 [15:37:11.538] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2657 [15:37:11.538] collectAutoImports: response is complete +Info 2658 [15:37:11.538] collectAutoImports: 1.6796789998188615 +Info 2659 [15:37:11.538] getCompletionData: Semantic work: 2.264578999951482 +Info 2660 [15:37:11.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.899201000109315 +Info 2661 [15:37:11.540] Format host information updated +Info 2662 [15:37:11.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2663 [15:37:11.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 15.142710000276566ms +Info 2664 [15:37:11.608] Different program with same set of files +Info 2665 [15:37:11.609] getCompletionData: Get current token: 0.011036999523639679 +Info 2666 [15:37:11.609] getCompletionData: Is inside comment: 0.032579999417066574 +Info 2667 [15:37:11.609] getCompletionData: Get previous token: 0.04166499990969896 +Info 2668 [15:37:11.609] getCompletionsAtPosition: isCompletionListBlocker: 0.006264000199735165 +Info 2669 [15:37:11.610] getExportInfoMap: cache hit +Info 2670 [15:37:11.614] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2671 [15:37:11.614] collectAutoImports: response is complete +Info 2672 [15:37:11.614] collectAutoImports: 3.9424130003899336 +Info 2673 [15:37:11.614] getCompletionData: Semantic work: 5.064035000279546 +Info 2674 [15:37:11.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.69196099974215 +Info 2675 [15:37:11.623] Format host information updated +Info 2676 [15:37:11.684] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2677 [15:37:11.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 19.78033300023526ms +Info 2678 [15:37:11.704] Different program with same set of files +Info 2679 [15:37:11.704] getCompletionData: Get current token: 0.013410000130534172 +Info 2680 [15:37:11.704] getCompletionData: Is inside comment: 0.04115100018680096 +Info 2681 [15:37:11.704] getCompletionData: Get previous token: 0.0515520004555583 +Info 2682 [15:37:11.705] getCompletionsAtPosition: isCompletionListBlocker: 0.0076419999822974205 +Info 2683 [15:37:11.706] getExportInfoMap: cache hit +Info 2684 [15:37:11.711] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2685 [15:37:11.711] collectAutoImports: response is complete +Info 2686 [15:37:11.711] collectAutoImports: 4.88519399985671 +Info 2687 [15:37:11.711] getCompletionData: Semantic work: 6.503680000081658 +Info 2688 [15:37:11.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.374525999650359 +Info 2689 [15:37:11.717] Format host information updated +Info 2690 [15:37:11.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2691 [15:37:11.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 7.596920999698341ms +Info 2692 [15:37:11.871] Different program with same set of files +Info 2693 [15:37:11.872] getCompletionData: Get current token: 0.00407399982213974 +Info 2694 [15:37:11.872] getCompletionData: Is inside comment: 0.011590000241994858 +Info 2695 [15:37:11.872] getCompletionData: Get previous token: 0.008421000093221664 +Info 2696 [15:37:11.872] getCompletionsAtPosition: isCompletionListBlocker: 0.003632000647485256 +Info 2697 [15:37:11.872] getExportInfoMap: cache hit +Info 2698 [15:37:11.884] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2699 [15:37:11.884] collectAutoImports: response is complete +Info 2700 [15:37:11.884] collectAutoImports: 11.962485000491142 +Info 2701 [15:37:11.884] getCompletionData: Semantic work: 12.497041000053287 +Info 2702 [15:37:11.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4525520000606775 +Info 2703 [15:37:11.892] Format host information updated +Info 2704 [15:37:11.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2705 [15:37:11.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 17.865849999710917ms +Info 2706 [15:37:11.942] Different program with same set of files +Info 2707 [15:37:11.943] getCompletionData: Get current token: 0.0035089999437332153 +Info 2708 [15:37:11.943] getCompletionData: Is inside comment: 0.014526000246405602 +Info 2709 [15:37:11.943] getCompletionData: Get previous token: 0.010658999904990196 +Info 2710 [15:37:11.943] getCompletionsAtPosition: isCompletionListBlocker: 0.010338999330997467 +Info 2711 [15:37:11.944] getExportInfoMap: cache hit +Info 2712 [15:37:11.965] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2713 [15:37:11.965] collectAutoImports: response is complete +Info 2714 [15:37:11.965] collectAutoImports: 21.438702000305057 +Info 2715 [15:37:11.965] getCompletionData: Semantic work: 22.28435800038278 +Info 2716 [15:37:11.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.472594999708235 +Info 2717 [15:37:11.979] Format host information updated +Info 2718 [15:37:12.162] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2719 [15:37:12.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 6.765801000408828ms +Info 2720 [15:37:12.169] Different program with same set of files +Info 2721 [15:37:12.169] getCompletionData: Get current token: 0.003882000222802162 +Info 2722 [15:37:12.169] getCompletionData: Is inside comment: 0.011408999562263489 +Info 2723 [15:37:12.169] getCompletionData: Get previous token: 0.0081599997356534 +Info 2724 [15:37:12.169] getCompletionsAtPosition: isCompletionListBlocker: 0.002743000164628029 +Info 2725 [15:37:12.170] getExportInfoMap: cache hit +Info 2726 [15:37:12.180] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2727 [15:37:12.180] collectAutoImports: response is complete +Info 2728 [15:37:12.180] collectAutoImports: 10.359416999854147 +Info 2729 [15:37:12.180] getCompletionData: Semantic work: 10.782718000002205 +Info 2730 [15:37:12.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.134661000221968 +Info 2731 [15:37:12.190] Format host information updated +Info 2732 [15:37:12.281] Format host information updated +Info 2733 [15:37:12.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2734 [15:37:12.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 6.476937999948859ms +Info 2735 [15:37:12.288] Different program with same set of files +Info 2736 [15:37:12.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2737 [15:37:12.434] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 7.59171099960804ms +Info 2738 [15:37:12.434] Different program with same set of files +Info 2739 [15:37:12.434] getCompletionData: Get current token: 0.0037090005353093147 +Info 2740 [15:37:12.434] getCompletionData: Is inside comment: 0.010575000196695328 +Info 2741 [15:37:12.434] getCompletionData: Get previous token: 0.014604000374674797 +Info 2742 [15:37:12.434] getCompletionsAtPosition: isCompletionListBlocker: 0.002733999863266945 +Info 2743 [15:37:12.434] getExportInfoMap: cache hit +Info 2744 [15:37:12.436] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2745 [15:37:12.436] collectAutoImports: response is complete +Info 2746 [15:37:12.436] collectAutoImports: 1.5277439998462796 +Info 2747 [15:37:12.436] getCompletionData: Semantic work: 1.9759820001199841 +Info 2748 [15:37:12.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2294960003346205 +Info 2749 [15:37:12.440] Format host information updated +Info 2750 [15:37:12.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2751 [15:37:12.493] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 6.411530000157654ms +Info 2752 [15:37:12.493] Different program with same set of files +Info 2753 [15:37:12.493] getCompletionData: Get current token: 0.004595000296831131 +Info 2754 [15:37:12.493] getCompletionData: Is inside comment: 0.026883999817073345 +Info 2755 [15:37:12.493] getCompletionData: Get previous token: 0.022993999533355236 +Info 2756 [15:37:12.494] getCompletionsAtPosition: isCompletionListBlocker: 0.01709599979221821 +Info 2757 [15:37:12.494] getExportInfoMap: cache hit +Info 2758 [15:37:12.505] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2759 [15:37:12.505] collectAutoImports: response is complete +Info 2760 [15:37:12.505] collectAutoImports: 11.263953000307083 +Info 2761 [15:37:12.505] getCompletionData: Semantic work: 11.910230999812484 +Info 2762 [15:37:12.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.376935999840498 +Info 2763 [15:37:12.514] Format host information updated +Info 2764 [15:37:12.554] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2765 [15:37:12.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 6.145480000413954ms +Info 2766 [15:37:12.560] Different program with same set of files +Info 2767 [15:37:12.560] getCompletionData: Get current token: 0.0021490007638931274 +Info 2768 [15:37:12.560] getCompletionData: Is inside comment: 0.009224999696016312 +Info 2769 [15:37:12.560] getCompletionData: Get previous token: 0.006287999451160431 +Info 2770 [15:37:12.560] getCompletionsAtPosition: isCompletionListBlocker: 0.007879999466240406 +Info 2771 [15:37:12.561] getExportInfoMap: cache hit +Info 2772 [15:37:12.571] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2773 [15:37:12.571] collectAutoImports: response is complete +Info 2774 [15:37:12.571] collectAutoImports: 10.33310899976641 +Info 2775 [15:37:12.571] getCompletionData: Semantic work: 10.746847000904381 +Info 2776 [15:37:12.575] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.209456999786198 +Info 2777 [15:37:12.579] Format host information updated +Info 2778 [15:37:12.764] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2779 [15:37:12.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 6.644094999879599ms +Info 2780 [15:37:12.770] Different program with same set of files +Info 2781 [15:37:12.770] getCompletionData: Get current token: 0.0045990003272891045 +Info 2782 [15:37:12.770] getCompletionData: Is inside comment: 0.017273999750614166 +Info 2783 [15:37:12.771] getCompletionData: Get previous token: 0.010387999936938286 +Info 2784 [15:37:12.771] getCompletionsAtPosition: isCompletionListBlocker: 0.0025909999385476112 +Info 2785 [15:37:12.771] getCompletionData: Semantic work: 0.18909899983555079 +Info 2786 [15:37:12.772] Format host information updated +Info 2787 [15:37:13.200] getCompletionData: Get current token: 0.004304000176489353 +Info 2788 [15:37:13.200] getCompletionData: Is inside comment: 0.023300000466406345 +Info 2789 [15:37:13.200] getCompletionData: Get previous token: 0.01911999937146902 +Info 2790 [15:37:13.200] getCompletionsAtPosition: isCompletionListBlocker: 0.0033970000222325325 +Info 2791 [15:37:13.201] getExportInfoMap: cache hit +Info 2792 [15:37:13.212] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2793 [15:37:13.212] collectAutoImports: response is complete +Info 2794 [15:37:13.212] collectAutoImports: 11.252672000788152 +Info 2795 [15:37:13.212] getCompletionData: Semantic work: 11.781801999546587 +Info 2796 [15:37:13.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.798719000071287 +Info 2797 [15:37:13.578] Format host information updated +Info 2798 [15:37:13.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2799 [15:37:13.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.96289199963212ms +Info 2800 [15:37:13.590] Different program with same set of files +Info 2801 [15:37:14.339] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2802 [15:37:14.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.859105000272393ms +Info 2803 [15:37:14.352] Different program with same set of files +Info 2804 [15:37:14.352] getCompletionData: Get current token: 0.0039260005578398705 +Info 2805 [15:37:14.352] getCompletionData: Is inside comment: 0.013964000158011913 +Info 2806 [15:37:14.352] getCompletionData: Get previous token: 0.010666999965906143 +Info 2807 [15:37:14.352] getCompletionsAtPosition: isCompletionListBlocker: 0.007328999228775501 +Info 2808 [15:37:14.353] getExportInfoMap: cache hit +Info 2809 [15:37:14.363] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1053 from cache +Info 2810 [15:37:14.363] collectAutoImports: response is complete +Info 2811 [15:37:14.363] collectAutoImports: 9.789269000291824 +Info 2812 [15:37:14.363] getCompletionData: Semantic work: 10.212307999841869 +Info 2813 [15:37:14.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.468133999966085 +Info 2814 [15:37:14.373] Format host information updated +Info 2815 [15:37:14.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2816 [15:37:14.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.590940000489354ms +Info 2817 [15:37:14.834] Different program with same set of files +Info 2818 [15:37:14.835] Format host information updated +Info 2819 [15:37:14.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2820 [15:37:14.912] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.01691299956292ms +Info 2821 [15:37:14.912] Different program with same set of files +Info 2822 [15:37:14.913] Format host information updated +Info 2823 [15:37:15.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2824 [15:37:15.074] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: true structureIsReused:: SafeModules Elapsed: 36.17811500001699ms +Info 2825 [15:37:15.074] Different program with same set of files +Info 2826 [15:37:15.076] Format host information updated +Info 2827 [15:37:15.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2828 [15:37:15.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: true structureIsReused:: SafeModules Elapsed: 41.062677999958396ms +Info 2829 [15:37:15.237] Different program with same set of files +Info 2830 [15:37:15.239] Format host information updated +Info 2831 [15:37:15.810] Format host information updated +Info 2832 [15:37:15.810] Format host information updated +Info 2833 [15:37:15.810] Format host information updated +Info 2834 [15:37:15.810] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2835 [15:37:15.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.750672000460327ms +Info 2836 [15:37:15.820] Different program with same set of files +Info 2837 [15:37:15.825] Format host information updated +Info 2838 [15:37:17.632] Format host information updated +Info 2839 [15:37:17.639] forEachExternalModuleToImportFrom autoImportProvider: 0.5810599997639656 +Info 2840 [15:37:18.739] Format host information updated +Info 2841 [15:37:18.739] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2842 [15:37:18.750] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.371213999576867ms +Info 2843 [15:37:18.750] Different program with same set of files +Info 2844 [15:37:19.283] Format host information updated +Info 2845 [15:37:19.283] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2846 [15:37:19.293] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.958995000459254ms +Info 2847 [15:37:19.293] Different program with same set of files +Info 2848 [15:37:22.412] Format host information updated +Info 2849 [15:37:22.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2850 [15:37:22.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.486096000298858ms +Info 2851 [15:37:22.425] Different program with same set of files +Info 2852 [15:37:24.148] Format host information updated +Info 2853 [15:37:24.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2854 [15:37:24.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.830558999441564ms +Info 2855 [15:37:24.158] Different program with same set of files +Info 2856 [15:37:31.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2857 [15:37:31.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 7.183323000557721ms +Info 2858 [15:37:31.196] Different program with same set of files +Info 2859 [15:37:31.196] getCompletionData: Get current token: 0.0015769992023706436 +Info 2860 [15:37:31.196] getCompletionData: Is inside comment: 0.0012669991701841354 +Info 2861 [15:37:31.196] getCompletionData: Get previous token: 0.014928000047802925 +Info 2862 [15:37:31.196] getCompletionsAtPosition: isCompletionListBlocker: 0.0073020001873373985 +Info 2863 [15:37:31.197] getExportInfoMap: cache hit +Info 2864 [15:37:31.200] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 149 from cache +Info 2865 [15:37:31.200] collectAutoImports: response is complete +Info 2866 [15:37:31.200] collectAutoImports: 3.348772999830544 +Info 2867 [15:37:31.200] getCompletionData: Semantic work: 4.096144000068307 +Info 2868 [15:37:31.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1492059994488955 +Info 2869 [15:37:31.202] Format host information updated +Info 2870 [15:37:31.370] Format host information updated +Info 2871 [15:37:31.370] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2872 [15:37:31.379] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 9.18889700062573ms +Info 2873 [15:37:31.379] Different program with same set of files +Info 2874 [15:37:31.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2875 [15:37:31.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 6.934550000354648ms +Info 2876 [15:37:31.486] Different program with same set of files +Info 2877 [15:37:31.486] getCompletionData: Get current token: 0.0019370000809431076 +Info 2878 [15:37:31.486] getCompletionData: Is inside comment: 0.0015930002555251122 +Info 2879 [15:37:31.486] getCompletionData: Get previous token: 0.008760999888181686 +Info 2880 [15:37:31.486] getCompletionsAtPosition: isCompletionListBlocker: 0.007314000278711319 +Info 2881 [15:37:31.486] getExportInfoMap: cache hit +Info 2882 [15:37:31.499] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 2883 [15:37:31.499] collectAutoImports: response is complete +Info 2884 [15:37:31.499] collectAutoImports: 13.054205999709666 +Info 2885 [15:37:31.499] getCompletionData: Semantic work: 13.632779000326991 +Info 2886 [15:37:31.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 22.617882000282407 +Info 2887 [15:37:31.525] Format host information updated +Info 2888 [15:37:31.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2889 [15:37:31.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 6.7486370000988245ms +Info 2890 [15:37:31.714] Different program with same set of files +Info 2891 [15:37:31.714] getCompletionData: Get current token: 0.0016769999638199806 +Info 2892 [15:37:31.714] getCompletionData: Is inside comment: 0.0014120005071163177 +Info 2893 [15:37:31.714] getCompletionData: Get previous token: 0.004750000312924385 +Info 2894 [15:37:31.714] getCompletionsAtPosition: isCompletionListBlocker: 0.006559999659657478 +Info 2895 [15:37:31.715] getExportInfoMap: cache hit +Info 2896 [15:37:31.727] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 2897 [15:37:31.727] collectAutoImports: response is complete +Info 2898 [15:37:31.727] collectAutoImports: 12.681111000478268 +Info 2899 [15:37:31.727] getCompletionData: Semantic work: 13.211121999658644 +Info 2900 [15:37:31.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7890230007469654 +Info 2901 [15:37:31.734] Format host information updated +Info 2902 [15:37:31.793] Format host information updated +Info 2903 [15:37:31.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2904 [15:37:31.803] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 10.182521000504494ms +Info 2905 [15:37:31.803] Different program with same set of files +Info 2906 [15:37:32.629] Format host information updated +Info 2907 [15:37:32.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2908 [15:37:32.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 6.948714000172913ms +Info 2909 [15:37:32.636] Different program with same set of files +Info 2910 [15:37:33.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2911 [15:37:33.918] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 6.653179999440908ms +Info 2912 [15:37:33.918] Different program with same set of files +Info 2913 [15:37:33.918] getCompletionData: Get current token: 0.001454000361263752 +Info 2914 [15:37:33.918] getCompletionData: Is inside comment: 0.0012170001864433289 +Info 2915 [15:37:33.918] getCompletionData: Get previous token: 0.013451999984681606 +Info 2916 [15:37:33.918] getCompletionsAtPosition: isCompletionListBlocker: 0.006763000041246414 +Info 2917 [15:37:33.919] getExportInfoMap: cache hit +Info 2918 [15:37:33.922] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 149 from cache +Info 2919 [15:37:33.922] collectAutoImports: response is complete +Info 2920 [15:37:33.922] collectAutoImports: 3.576867999508977 +Info 2921 [15:37:33.922] getCompletionData: Semantic work: 4.195136999711394 +Info 2922 [15:37:33.925] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.989241000264883 +Info 2923 [15:37:33.926] Format host information updated +Info 2924 [15:37:34.759] Format host information updated +Info 2925 [15:37:34.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2926 [15:37:34.766] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 6.802911000326276ms +Info 2927 [15:37:34.766] Different program with same set of files +Info 2928 [15:37:36.892] getCompletionData: Get current token: 0.0030939998105168343 +Info 2929 [15:37:36.892] getCompletionData: Is inside comment: 0.030093000270426273 +Info 2930 [15:37:36.892] getCompletionData: Get previous token: 0.007781999185681343 +Info 2931 [15:37:36.892] getCompletionsAtPosition: isCompletionListBlocker: 0.00825599953532219 +Info 2932 [15:37:36.893] getExportInfoMap: cache hit +Info 2933 [15:37:36.906] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 2934 [15:37:36.906] collectAutoImports: response is complete +Info 2935 [15:37:36.906] collectAutoImports: 12.639874000102282 +Info 2936 [15:37:36.906] getCompletionData: Semantic work: 13.330354999750853 +Info 2937 [15:37:36.910] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7994209993630648 +Info 2938 [15:37:39.682] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2939 [15:37:39.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 6.227006999775767ms +Info 2940 [15:37:39.688] Different program with same set of files +Info 2941 [15:37:39.688] getCompletionData: Get current token: 0.0022070007398724556 +Info 2942 [15:37:39.688] getCompletionData: Is inside comment: 0.0014970004558563232 +Info 2943 [15:37:39.688] getCompletionData: Get previous token: 0.009746000170707703 +Info 2944 [15:37:39.688] getCompletionsAtPosition: isCompletionListBlocker: 0.00623099971562624 +Info 2945 [15:37:39.689] getExportInfoMap: cache hit +Info 2946 [15:37:39.700] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 2947 [15:37:39.700] collectAutoImports: response is complete +Info 2948 [15:37:39.700] collectAutoImports: 11.180236999876797 +Info 2949 [15:37:39.700] getCompletionData: Semantic work: 11.723989000543952 +Info 2950 [15:37:39.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.62984099984169 +Info 2951 [15:37:39.707] Format host information updated +Info 2952 [15:37:39.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2953 [15:37:39.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 7.253262000158429ms +Info 2954 [15:37:39.945] Different program with same set of files +Info 2955 [15:37:39.945] getCompletionData: Get current token: 0.003109999932348728 +Info 2956 [15:37:39.945] getCompletionData: Is inside comment: 0.0014549996703863144 +Info 2957 [15:37:39.945] getCompletionData: Get previous token: 0.012251999229192734 +Info 2958 [15:37:39.945] getCompletionsAtPosition: isCompletionListBlocker: 0.007133000530302525 +Info 2959 [15:37:39.946] getExportInfoMap: cache hit +Info 2960 [15:37:39.957] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 2961 [15:37:39.957] collectAutoImports: response is complete +Info 2962 [15:37:39.957] collectAutoImports: 11.539948999881744 +Info 2963 [15:37:39.957] getCompletionData: Semantic work: 12.14602000080049 +Info 2964 [15:37:39.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1640860000625253 +Info 2965 [15:37:39.964] Format host information updated +Info 2966 [15:37:39.997] Format host information updated +Info 2967 [15:37:39.997] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2968 [15:37:40.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 6.403641999699175ms +Info 2969 [15:37:40.004] Different program with same set of files +Info 2970 [15:37:40.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2971 [15:37:40.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 7.986042999662459ms +Info 2972 [15:37:40.336] Different program with same set of files +Info 2973 [15:37:40.336] getCompletionData: Get current token: 0.002992999739944935 +Info 2974 [15:37:40.336] getCompletionData: Is inside comment: 0.0017280001193284988 +Info 2975 [15:37:40.336] getCompletionData: Get previous token: 0.020979000255465508 +Info 2976 [15:37:40.336] getCompletionsAtPosition: isCompletionListBlocker: 0.008504999801516533 +Info 2977 [15:37:40.337] getExportInfoMap: cache hit +Info 2978 [15:37:40.341] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 20 from cache +Info 2979 [15:37:40.341] collectAutoImports: response is complete +Info 2980 [15:37:40.341] collectAutoImports: 4.018403999507427 +Info 2981 [15:37:40.341] getCompletionData: Semantic work: 4.814663000404835 +Info 2982 [15:37:40.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3555099992081523 +Info 2983 [15:37:40.343] Format host information updated +Info 2984 [15:37:40.699] Format host information updated +Info 2985 [15:37:40.699] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2986 [15:37:40.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 7.108212999999523ms +Info 2987 [15:37:40.706] Different program with same set of files +Info 2988 [15:37:40.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2989 [15:37:40.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 9.630575000308454ms +Info 2990 [15:37:40.908] Different program with same set of files +Info 2991 [15:37:40.908] getCompletionData: Get current token: 0.0032740002498030663 +Info 2992 [15:37:40.909] getCompletionData: Is inside comment: 0.001760999672114849 +Info 2993 [15:37:40.909] getCompletionData: Get previous token: 0.019062000326812267 +Info 2994 [15:37:40.909] getCompletionsAtPosition: isCompletionListBlocker: 0.008481999859213829 +Info 2995 [15:37:40.909] getExportInfoMap: cache hit +Info 2996 [15:37:40.914] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 149 from cache +Info 2997 [15:37:40.914] collectAutoImports: response is complete +Info 2998 [15:37:40.914] collectAutoImports: 4.42418699990958 +Info 2999 [15:37:40.914] getCompletionData: Semantic work: 5.169788999482989 +Info 3000 [15:37:40.915] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6699649998918176 +Info 3001 [15:37:40.916] Format host information updated +Info 3002 [15:37:40.972] Format host information updated +Info 3003 [15:37:40.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3004 [15:37:40.989] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 15.76786999963224ms +Info 3005 [15:37:40.989] Different program with same set of files +Info 3006 [15:37:43.220] Format host information updated +Info 3007 [15:37:43.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3008 [15:37:43.227] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 6.942758999764919ms +Info 3009 [15:37:43.227] Different program with same set of files +Info 3010 [15:37:45.862] Format host information updated +Info 3011 [15:37:45.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3012 [15:37:45.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 6.561728000640869ms +Info 3013 [15:37:45.869] Different program with same set of files +Info 3014 [15:37:46.066] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3015 [15:37:46.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 6.924984999932349ms +Info 3016 [15:37:46.073] Different program with same set of files +Info 3017 [15:37:46.074] getCompletionData: Get current token: 0.003559999167919159 +Info 3018 [15:37:46.074] getCompletionData: Is inside comment: 0.0016609998419880867 +Info 3019 [15:37:46.074] getCompletionData: Get previous token: 0.0205699997022748 +Info 3020 [15:37:46.074] getCompletionsAtPosition: isCompletionListBlocker: 0.008907999843358994 +Info 3021 [15:37:46.074] getExportInfoMap: cache hit +Info 3022 [15:37:46.079] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 149 from cache +Info 3023 [15:37:46.079] collectAutoImports: response is complete +Info 3024 [15:37:46.079] collectAutoImports: 4.248821999877691 +Info 3025 [15:37:46.079] getCompletionData: Semantic work: 4.917173000052571 +Info 3026 [15:37:46.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4839439997449517 +Info 3027 [15:37:46.081] Format host information updated +Info 3028 [15:38:01.333] getCompletionData: Get current token: 0.0027820002287626266 +Info 3029 [15:38:01.333] getCompletionData: Is inside comment: 0.021621999330818653 +Info 3030 [15:38:01.333] getCompletionData: Get previous token: 0.013705000281333923 +Info 3031 [15:38:01.333] getCompletionsAtPosition: isCompletionListBlocker: 0.009274999611079693 +Info 3032 [15:38:01.333] getExportInfoMap: cache hit +Info 3033 [15:38:01.344] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 898 from cache +Info 3034 [15:38:01.344] collectAutoImports: response is complete +Info 3035 [15:38:01.344] collectAutoImports: 11.08831899985671 +Info 3036 [15:38:01.344] getCompletionData: Semantic work: 11.793091000057757 +Info 3037 [15:38:01.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6763300001621246 +Info 3038 [15:38:05.809] Format host information updated +Info 3039 [15:38:05.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3040 [15:38:05.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.948743000626564ms +Info 3041 [15:38:05.827] Different program with same set of files +Info 3042 [15:38:06.331] Format host information updated +Info 3043 [15:38:06.332] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3044 [15:38:06.344] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.88537499960512ms +Info 3045 [15:38:06.344] Different program with same set of files +Info 3046 [15:38:07.610] Format host information updated +Info 3047 [15:38:07.611] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3048 [15:38:07.624] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.040163000114262ms +Info 3049 [15:38:07.624] Different program with same set of files +Info 3050 [15:38:09.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3051 [15:38:09.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 8.871616000309587ms +Info 3052 [15:38:09.156] Different program with same set of files +Info 3053 [15:38:09.156] getCompletionData: Get current token: 0.003913000226020813 +Info 3054 [15:38:09.156] getCompletionData: Is inside comment: 0.011483999900519848 +Info 3055 [15:38:09.156] getCompletionData: Get previous token: 0.017254000529646873 +Info 3056 [15:38:09.156] getCompletionsAtPosition: isCompletionListBlocker: 0.002346999943256378 +Info 3057 [15:38:09.156] getCompletionData: Semantic work: 0.43616299983114004 +Info 3058 [15:38:09.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6266509993001819 +Info 3059 [15:38:09.157] Format host information updated +Info 3060 [15:38:09.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3061 [15:38:09.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 7.633263999596238ms +Info 3062 [15:38:09.314] Different program with same set of files +Info 3063 [15:38:09.315] getCompletionData: Get current token: 0.0037139998748898506 +Info 3064 [15:38:09.315] getCompletionData: Is inside comment: 0.013590999878942966 +Info 3065 [15:38:09.315] getCompletionData: Get previous token: 0.020205000415444374 +Info 3066 [15:38:09.315] getCompletionsAtPosition: isCompletionListBlocker: 0.0027390001341700554 +Info 3067 [15:38:09.315] getCompletionData: Semantic work: 0.27717400062829256 +Info 3068 [15:38:09.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7141219992190599 +Info 3069 [15:38:09.316] Format host information updated +Info 3070 [15:38:09.372] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3071 [15:38:09.387] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 15.184282000176609ms +Info 3072 [15:38:09.387] Different program with same set of files +Info 3073 [15:38:09.387] getCompletionData: Get current token: 0.007891999557614326 +Info 3074 [15:38:09.387] getCompletionData: Is inside comment: 0.028869000263512135 +Info 3075 [15:38:09.387] getCompletionData: Get previous token: 0.07412400003522635 +Info 3076 [15:38:09.387] getCompletionsAtPosition: isCompletionListBlocker: 0.005014999769628048 +Info 3077 [15:38:09.388] getCompletionData: Semantic work: 0.532175000756979 +Info 3078 [15:38:09.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.427853999659419 +Info 3079 [15:38:09.390] Format host information updated +Info 3080 [15:38:09.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3081 [15:38:09.477] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 12.047495000064373ms +Info 3082 [15:38:09.477] Different program with same set of files +Info 3083 [15:38:09.478] getCompletionData: Get current token: 0.005391999147832394 +Info 3084 [15:38:09.478] getCompletionData: Is inside comment: 0.017552999779582024 +Info 3085 [15:38:09.478] getCompletionData: Get previous token: 0.025387000292539597 +Info 3086 [15:38:09.478] getCompletionsAtPosition: isCompletionListBlocker: 0.003480999730527401 +Info 3087 [15:38:09.478] getCompletionData: Semantic work: 0.3191039999946952 +Info 3088 [15:38:09.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8687420003116131 +Info 3089 [15:38:09.480] Format host information updated +Info 3090 [15:38:09.526] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3091 [15:38:09.538] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 11.879304999485612ms +Info 3092 [15:38:09.538] Different program with same set of files +Info 3093 [15:38:09.538] getCompletionData: Get current token: 0.0032500000670552254 +Info 3094 [15:38:09.538] getCompletionData: Is inside comment: 0.011136000044643879 +Info 3095 [15:38:09.538] getCompletionData: Get previous token: 0.019700000062584877 +Info 3096 [15:38:09.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0029110005125403404 +Info 3097 [15:38:09.538] getCompletionData: Semantic work: 0.33552899956703186 +Info 3098 [15:38:09.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8721770001575351 +Info 3099 [15:38:09.543] Format host information updated +Info 3100 [15:38:19.494] Format host information updated +Info 3101 [15:38:19.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3102 [15:38:19.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.053929000161588ms +Info 3103 [15:38:19.505] Different program with same set of files +Info 3104 [15:38:21.536] Format host information updated +Info 3105 [15:38:21.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3106 [15:38:21.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 8.293104999698699ms +Info 3107 [15:38:21.544] Different program with same set of files +Info 3108 [16:53:58.889] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 3109 [16:53:58.890] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.purs +Info 3110 [16:53:58.890] Elapsed:: 1.0612309984862804ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 3111 [16:53:58.890] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 3112 [16:53:58.890] Elapsed:: 0.3066700007766485ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations diff --git a/.log/tsserver-log-NZpjbG/tsserver.log b/.log/tsserver-log-NZpjbG/tsserver.log new file mode 100644 index 0000000..bc2222d --- /dev/null +++ b/.log/tsserver-log-NZpjbG/tsserver.log @@ -0,0 +1,206 @@ +Info 0 [09:04:45.340] Starting TS Server +Info 1 [09:04:45.340] Version: 5.2.2 +Info 2 [09:04:45.340] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/0bbebe333cd6f6c6063957738c0292e6/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-NZpjbG/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [09:04:45.340] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [09:04:45.340] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [09:04:45.345] Format host information updated +Info 6 [09:04:45.349] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [09:04:45.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 299.607224999927ms +Info 8 [09:04:45.648] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [09:04:45.649] Files (8) + +Info 10 [09:04:45.649] ----------------------------------------------- +Info 11 [09:04:45.649] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [09:04:45.649] Files (8) + +Info 11 [09:04:45.649] ----------------------------------------------- +Info 11 [09:04:45.649] Open files: +Info 11 [09:04:45.649] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [09:04:45.649] Projects: /dev/null/inferredProject1* +Info 11 [09:04:45.650] Format host information updated +Info 12 [09:04:47.054] Format host information updated +Info 13 [09:04:47.240] Format host information updated +Info 14 [09:04:48.793] Format host information updated +Info 15 [09:04:49.037] Format host information updated +Info 16 [09:04:50.238] Format host information updated +Info 17 [09:04:50.387] Format host information updated +Info 18 [09:04:50.486] Format host information updated +Info 19 [09:04:50.551] Format host information updated +Info 20 [09:04:50.911] Format host information updated +Info 21 [09:04:51.014] Format host information updated +Info 22 [09:04:51.106] Format host information updated +Info 23 [09:04:51.238] Format host information updated +Info 24 [09:04:51.300] Format host information updated +Info 25 [09:04:52.379] Format host information updated +Info 26 [09:04:54.062] Format host information updated +Info 27 [09:04:54.152] Format host information updated +Info 28 [09:04:54.364] Format host information updated +Info 29 [09:04:54.474] Format host information updated +Info 30 [09:04:54.547] Format host information updated +Info 31 [09:04:56.155] Format host information updated +Info 32 [09:04:56.302] Format host information updated +Info 33 [09:04:56.362] Format host information updated +Info 34 [09:04:56.460] Format host information updated +Info 35 [09:04:56.569] Format host information updated +Info 36 [09:04:56.821] Format host information updated +Info 37 [09:04:56.883] Format host information updated +Info 38 [09:04:57.054] Format host information updated +Info 39 [09:04:57.204] Format host information updated +Info 40 [09:04:57.259] Format host information updated +Info 41 [09:04:57.459] Format host information updated +Info 42 [09:04:57.553] Format host information updated +Info 43 [09:04:57.662] Format host information updated +Info 44 [09:04:57.784] Format host information updated +Info 45 [09:04:57.845] Format host information updated +Info 46 [09:04:58.766] Format host information updated +Info 47 [09:05:00.448] Format host information updated +Info 48 [09:05:03.032] Format host information updated +Info 49 [09:05:03.974] Format host information updated +Info 50 [09:05:04.163] Format host information updated +Info 51 [09:05:04.559] Format host information updated +Info 52 [09:05:04.684] Format host information updated +Info 53 [09:05:04.830] Format host information updated +Info 54 [09:05:04.979] Format host information updated +Info 55 [09:05:05.104] Format host information updated +Info 56 [09:05:05.248] Format host information updated +Info 57 [09:05:05.374] Format host information updated +Info 58 [09:05:05.528] Format host information updated +Info 59 [09:05:05.733] Format host information updated +Info 60 [09:05:05.876] Format host information updated +Info 61 [09:05:05.936] Format host information updated +Info 62 [09:05:06.051] Format host information updated +Info 63 [09:05:07.955] Format host information updated +Info 64 [09:05:08.189] Format host information updated +Info 65 [09:05:08.346] Format host information updated +Info 66 [09:05:08.446] Format host information updated +Info 67 [09:05:08.671] Format host information updated +Info 68 [09:05:09.074] Format host information updated +Info 69 [09:05:09.134] Format host information updated +Info 70 [09:05:09.288] Format host information updated +Info 71 [09:05:10.100] Format host information updated +Info 72 [09:05:10.100] Format host information updated +Info 73 [09:05:10.101] Format host information updated +Info 74 [09:05:12.490] Format host information updated +Info 75 [09:05:12.702] Format host information updated +Info 76 [09:05:13.990] Format host information updated +Info 77 [09:05:14.050] Format host information updated +Info 78 [09:05:14.221] Format host information updated +Info 79 [09:05:14.323] Format host information updated +Info 80 [09:05:14.383] Format host information updated +Info 81 [09:05:14.478] Format host information updated +Info 82 [09:05:15.720] Format host information updated +Info 83 [09:05:15.887] Format host information updated +Info 84 [09:05:16.110] Format host information updated +Info 85 [09:05:16.263] Format host information updated +Info 86 [09:05:17.229] Format host information updated +Info 87 [09:05:17.308] Format host information updated +Info 88 [09:05:17.467] Format host information updated +Info 89 [09:05:17.526] Format host information updated +Info 90 [09:05:17.645] Format host information updated +Info 91 [09:05:20.377] Format host information updated +Info 92 [09:05:20.538] Format host information updated +Info 93 [09:05:25.900] Format host information updated +Info 94 [09:05:26.053] Format host information updated +Info 95 [09:05:26.180] Format host information updated +Info 96 [09:05:26.372] Format host information updated +Info 97 [09:05:26.526] Format host information updated +Info 98 [09:05:26.795] Format host information updated +Info 99 [09:05:26.960] Format host information updated +Info 100 [09:05:27.161] Format host information updated +Info 101 [09:05:27.269] Format host information updated +Info 102 [09:05:27.389] Format host information updated +Info 103 [09:05:27.603] Format host information updated +Info 104 [09:05:27.780] Format host information updated +Info 105 [09:05:27.935] Format host information updated +Info 106 [09:05:28.043] Format host information updated +Info 107 [09:05:28.205] Format host information updated +Info 108 [09:05:28.260] Format host information updated +Info 109 [09:05:28.318] Format host information updated +Info 110 [09:05:29.258] Format host information updated +Info 111 [09:05:29.594] Format host information updated +Info 112 [09:05:29.746] Format host information updated +Info 113 [09:05:29.847] Format host information updated +Info 114 [09:05:29.937] Format host information updated +Info 115 [09:05:30.229] Format host information updated +Info 116 [09:05:30.404] Format host information updated +Info 117 [09:05:30.550] Format host information updated +Info 118 [09:05:30.611] Format host information updated +Info 119 [09:05:30.792] Format host information updated +Info 120 [09:05:32.070] Format host information updated +Info 121 [09:05:32.248] Format host information updated +Info 122 [09:05:32.365] Format host information updated +Info 123 [09:05:32.517] Format host information updated +Info 124 [09:05:32.582] Format host information updated +Info 125 [09:05:32.906] Format host information updated +Info 126 [09:05:33.634] Format host information updated +Info 127 [09:05:33.634] Format host information updated +Info 128 [09:05:33.634] Format host information updated +Info 129 [09:05:34.479] Format host information updated +Info 130 [09:05:35.834] Format host information updated +Info 131 [09:05:37.248] Format host information updated +Info 132 [09:05:38.444] Format host information updated +Info 133 [09:06:23.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 134 [09:06:23.037] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 11.20136300008744ms +Info 135 [09:06:23.037] Project '/dev/null/inferredProject1*' (Inferred) +Info 136 [09:06:23.037] Files (9) + +Info 137 [09:06:23.037] ----------------------------------------------- +Info 138 [09:06:23.037] Project '/dev/null/inferredProject1*' (Inferred) +Info 138 [09:06:23.037] Files (9) + +Info 138 [09:06:23.037] ----------------------------------------------- +Info 138 [09:06:23.037] Open files: +Info 138 [09:06:23.037] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 138 [09:06:23.037] Projects: /dev/null/inferredProject1* +Info 138 [09:06:23.037] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 138 [09:06:23.037] Projects: /dev/null/inferredProject1* +Info 138 [09:06:23.207] Format host information updated +Info 139 [09:06:23.902] Format host information updated +Info 140 [09:06:26.400] Format host information updated +Info 141 [09:06:34.007] Format host information updated +Info 142 [09:06:34.010] Format host information updated +Info 143 [10:02:59.588] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 144 [10:02:59.600] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 11.891797999851406ms +Info 145 [10:02:59.600] Project '/dev/null/inferredProject1*' (Inferred) +Info 146 [10:02:59.600] Files (10) + +Info 147 [10:02:59.600] ----------------------------------------------- +Info 148 [10:02:59.600] Project '/dev/null/inferredProject1*' (Inferred) +Info 148 [10:02:59.600] Files (10) + +Info 148 [10:02:59.600] ----------------------------------------------- +Info 148 [10:02:59.600] Open files: +Info 148 [10:02:59.600] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 148 [10:02:59.600] Projects: /dev/null/inferredProject1* +Info 148 [10:02:59.600] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 148 [10:02:59.600] Projects: /dev/null/inferredProject1* +Info 148 [10:02:59.600] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 148 [10:02:59.600] Projects: /dev/null/inferredProject1* +Info 148 [10:02:59.819] Format host information updated +Info 149 [10:03:05.292] Format host information updated +Info 150 [10:03:06.835] Format host information updated +Info 151 [10:03:07.170] Format host information updated +Info 152 [10:03:07.241] Format host information updated +Info 153 [10:03:07.383] Format host information updated +Info 154 [10:03:10.559] Format host information updated +Info 155 [10:03:10.560] Format host information updated +Info 156 [10:05:35.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 157 [10:05:35.143] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 4.940929000265896ms +Info 158 [10:05:35.143] Project '/dev/null/inferredProject1*' (Inferred) +Info 159 [10:05:35.143] Files (11) + +Info 160 [10:05:35.143] ----------------------------------------------- +Info 161 [10:05:35.143] Project '/dev/null/inferredProject1*' (Inferred) +Info 161 [10:05:35.143] Files (11) + +Info 161 [10:05:35.143] ----------------------------------------------- +Info 161 [10:05:35.143] Open files: +Info 161 [10:05:35.143] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 161 [10:05:35.143] Projects: /dev/null/inferredProject1* +Info 161 [10:05:35.143] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 161 [10:05:35.143] Projects: /dev/null/inferredProject1* +Info 161 [10:05:35.143] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 161 [10:05:35.143] Projects: /dev/null/inferredProject1* +Info 161 [10:05:35.143] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 161 [10:05:35.143] Projects: /dev/null/inferredProject1* +Info 161 [10:05:35.389] Format host information updated diff --git a/.log/tsserver-log-NsPz6N/ti-44504.log b/.log/tsserver-log-NsPz6N/ti-44504.log new file mode 100644 index 0000000..32b3f45 --- /dev/null +++ b/.log/tsserver-log-NsPz6N/ti-44504.log @@ -0,0 +1,32 @@ +[12:22:55.346] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[12:22:55.347] Processing cache location '/home/orion/.cache/typescript/5.2' +[12:22:55.347] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[12:22:55.349] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[12:22:55.349] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[12:22:55.349] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[12:22:55.350] Process id: 44522 +[12:22:55.350] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[12:22:55.350] validateDefaultNpmLocation: true +[12:22:55.350] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[12:22:55.350] Updating types-registry npm package... +[12:22:55.350] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[12:22:56.117] Succeeded. stdout: + + up to date, audited 35 packages in 543ms + +found 0 vulnerabilities + +[12:22:56.117] Updated types-registry npm package +[12:22:56.141] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:22:56.152] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[12:22:56.153] Explicitly included types: [] +[12:22:56.153] Inferred typings from unresolved imports: [] +[12:22:56.153] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:22:56.153] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:22:56.153] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:22:56.153] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:22:56.153] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[12:22:56.154] Response has been sent. +[12:22:56.154] No new typings were requested as a result of typings discovery +[12:34:49.824] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-NsPz6N/tsserver.log b/.log/tsserver-log-NsPz6N/tsserver.log new file mode 100644 index 0000000..0346d39 --- /dev/null +++ b/.log/tsserver-log-NsPz6N/tsserver.log @@ -0,0 +1,206 @@ +Info 0 [12:22:52.876] Starting TS Server +Info 1 [12:22:52.878] Version: 5.2.2 +Info 2 [12:22:52.878] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/8a10123cfd2a9f39da3baac984640379/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-NsPz6N/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:22:52.878] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:22:52.878] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [12:22:52.887] Format host information updated +Info 6 [12:22:52.889] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [12:22:52.889] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [12:22:52.889] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [12:22:52.903] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [12:22:52.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [12:22:54.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1831.5655119998846ms +Info 12 [12:22:54.738] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [12:22:54.738] Files (131) + +Info 14 [12:22:54.738] ----------------------------------------------- +Info 15 [12:22:54.750] AutoImportProviderProject: found 15 root files in 4 dependencies in 10.345934000099078 ms +Info 16 [12:22:54.805] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [12:22:55.339] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 534.6559750000015ms +Info 18 [12:22:55.339] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [12:22:55.339] Files (266) + +Info 20 [12:22:55.339] ----------------------------------------------- +Info 21 [12:22:55.343] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [12:22:55.343] Files (131) + +Info 21 [12:22:55.343] ----------------------------------------------- +Info 21 [12:22:55.343] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [12:22:55.343] Files (266) + +Info 21 [12:22:55.343] ----------------------------------------------- +Info 21 [12:22:55.343] Open files: +Info 21 [12:22:55.343] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [12:22:55.343] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [12:22:55.345] Format host information updated +Info 22 [12:22:55.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [12:22:55.362] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 17.20401500002481ms +Info 24 [12:22:55.362] Different program with same set of files +Info 25 [12:22:55.402] Format host information updated +Info 26 [12:22:55.402] Format host information updated +Info 27 [12:22:55.403] Format host information updated +Info 28 [12:22:55.403] Format host information updated +Info 29 [12:22:55.403] Format host information updated +Info 30 [12:22:55.403] Format host information updated +Info 31 [12:22:55.403] Format host information updated +Info 32 [12:22:55.403] Format host information updated +Info 33 [12:22:55.404] Format host information updated +Info 34 [12:22:55.420] Format host information updated +Info 35 [12:22:57.243] Format host information updated +Info 36 [12:22:57.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 37 [12:22:57.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 12.068588000023738ms +Info 38 [12:22:57.255] Different program with same set of files +Info 39 [12:22:57.345] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 40 [12:22:57.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 9.804008000064641ms +Info 41 [12:22:57.355] Different program with same set of files +Info 42 [12:22:57.372] getCompletionData: Get current token: 0.09710499993525445 +Info 43 [12:22:57.372] getCompletionData: Is inside comment: 0.0481200001668185 +Info 44 [12:22:57.372] getCompletionData: Get previous token: 0.06480200006626546 +Info 45 [12:22:57.373] getCompletionsAtPosition: isCompletionListBlocker: 0.17429900006391108 +Info 46 [12:22:57.376] getExportInfoMap: cache miss or empty; calculating new results +Info 47 [12:22:57.415] forEachExternalModuleToImportFrom autoImportProvider: 16.65113399992697 +Info 48 [12:22:57.415] getExportInfoMap: done in 39.60470600007102 ms +Info 49 [12:22:57.430] collectAutoImports: resolved 11 module specifiers, plus 12 ambient and 99 from cache +Info 50 [12:22:57.430] collectAutoImports: response is complete +Info 51 [12:22:57.430] collectAutoImports: 14.46363199991174 +Info 52 [12:22:57.430] getCompletionData: Semantic work: 57.022050000028685 +Info 53 [12:22:57.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.274988000048324 +Info 54 [12:22:57.448] Format host information updated +Info 55 [12:22:57.458] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 56 [12:22:57.468] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 9.756324999965727ms +Info 57 [12:22:57.468] Different program with same set of files +Info 58 [12:22:57.468] getCompletionData: Get current token: 0.022972999839112163 +Info 59 [12:22:57.468] getCompletionData: Is inside comment: 0.026802000124007463 +Info 60 [12:22:57.469] getCompletionData: Get previous token: 0.03900299989618361 +Info 61 [12:22:57.469] getCompletionsAtPosition: isCompletionListBlocker: 0.002769000129774213 +Info 62 [12:22:57.469] getExportInfoMap: cache hit +Info 63 [12:22:57.473] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 64 [12:22:57.473] collectAutoImports: response is complete +Info 65 [12:22:57.473] collectAutoImports: 3.64190399996005 +Info 66 [12:22:57.473] getCompletionData: Semantic work: 4.420564000029117 +Info 67 [12:22:57.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.188581000082195 +Info 68 [12:22:57.478] Format host information updated +Info 69 [12:22:57.553] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 70 [12:22:57.572] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 18.34571500006132ms +Info 71 [12:22:57.572] Different program with same set of files +Info 72 [12:22:57.572] getCompletionData: Get current token: 0.0190739999525249 +Info 73 [12:22:57.572] getCompletionData: Is inside comment: 0.04175399988889694 +Info 74 [12:22:57.572] getCompletionData: Get previous token: 0.05580999981611967 +Info 75 [12:22:57.572] getCompletionsAtPosition: isCompletionListBlocker: 0.005512000061571598 +Info 76 [12:22:57.574] getExportInfoMap: cache hit +Info 77 [12:22:57.606] collectAutoImports: resolved 5 module specifiers, plus 175 ambient and 1050 from cache +Info 78 [12:22:57.606] collectAutoImports: response is complete +Info 79 [12:22:57.606] collectAutoImports: 31.958146000048146 +Info 80 [12:22:57.606] getCompletionData: Semantic work: 33.4223550001625 +Info 81 [12:22:57.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.290730999782681 +Info 82 [12:22:57.621] Format host information updated +Info 83 [12:22:57.845] Before ensureProjectForOpenFiles: +Info 84 [12:22:57.845] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 84 [12:22:57.845] Files (131) + +Info 84 [12:22:57.845] ----------------------------------------------- +Info 84 [12:22:57.845] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 84 [12:22:57.845] Files (266) + +Info 84 [12:22:57.845] ----------------------------------------------- +Info 84 [12:22:57.845] Open files: +Info 84 [12:22:57.845] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 84 [12:22:57.845] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 84 [12:22:57.845] After ensureProjectForOpenFiles: +Info 85 [12:22:57.845] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 85 [12:22:57.845] Files (131) + +Info 85 [12:22:57.845] ----------------------------------------------- +Info 85 [12:22:57.845] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 85 [12:22:57.845] Files (266) + +Info 85 [12:22:57.845] ----------------------------------------------- +Info 85 [12:22:57.845] Open files: +Info 85 [12:22:57.845] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 85 [12:22:57.845] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 85 [12:22:57.846] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js +Info 86 [12:22:59.266] Format host information updated +Info 87 [12:22:59.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 88 [12:22:59.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 8.350792999844998ms +Info 89 [12:22:59.275] Different program with same set of files +Info 90 [12:23:05.463] Format host information updated +Info 91 [12:23:05.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 92 [12:23:05.474] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 10.241631000069901ms +Info 93 [12:23:05.474] Different program with same set of files +Info 94 [12:23:05.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 95 [12:23:05.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 7.719748999923468ms +Info 96 [12:23:05.577] Different program with same set of files +Info 97 [12:23:05.577] getCompletionData: Get current token: 0.013618000084534287 +Info 98 [12:23:05.577] getCompletionData: Is inside comment: 0.01978099998086691 +Info 99 [12:23:05.577] getCompletionData: Get previous token: 0.02631899993866682 +Info 100 [12:23:05.577] getCompletionsAtPosition: isCompletionListBlocker: 0.0033309999853372574 +Info 101 [12:23:05.578] getExportInfoMap: cache hit +Info 102 [12:23:05.582] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 103 [12:23:05.582] collectAutoImports: response is complete +Info 104 [12:23:05.582] collectAutoImports: 3.7416530000045896 +Info 105 [12:23:05.582] getCompletionData: Semantic work: 4.592900000046939 +Info 106 [12:23:05.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.069922999944538 +Info 107 [12:23:05.587] Format host information updated +Info 108 [12:23:05.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 109 [12:23:05.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 11.710386000107974ms +Info 110 [12:23:05.641] Different program with same set of files +Info 111 [12:23:05.642] getCompletionData: Get current token: 0.009958000155165792 +Info 112 [12:23:05.642] getCompletionData: Is inside comment: 0.10436300002038479 +Info 113 [12:23:05.642] getCompletionData: Get previous token: 0.03120900015346706 +Info 114 [12:23:05.642] getCompletionsAtPosition: isCompletionListBlocker: 0.005852000089362264 +Info 115 [12:23:05.643] getExportInfoMap: cache hit +Info 116 [12:23:05.646] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 117 [12:23:05.646] collectAutoImports: response is complete +Info 118 [12:23:05.646] collectAutoImports: 3.336242999881506 +Info 119 [12:23:05.646] getCompletionData: Semantic work: 4.2381680000107735 +Info 120 [12:23:05.650] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9142969998065382 +Info 121 [12:23:05.652] Format host information updated +Info 122 [12:23:06.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 123 [12:23:06.091] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 7.11183000006713ms +Info 124 [12:23:06.091] Different program with same set of files +Info 125 [12:23:06.091] getCompletionData: Get current token: 0.006622999906539917 +Info 126 [12:23:06.091] getCompletionData: Is inside comment: 0.014783999882638454 +Info 127 [12:23:06.091] getCompletionData: Get previous token: 0.02151300013065338 +Info 128 [12:23:06.091] getCompletionsAtPosition: isCompletionListBlocker: 0.01773899979889393 +Info 129 [12:23:06.092] getExportInfoMap: cache hit +Info 130 [12:23:06.113] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 131 [12:23:06.113] collectAutoImports: response is complete +Info 132 [12:23:06.113] collectAutoImports: 21.473227000096813 +Info 133 [12:23:06.113] getCompletionData: Semantic work: 22.20065000001341 +Info 134 [12:23:06.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.289554999908432 +Info 135 [12:23:06.128] Format host information updated +Info 136 [12:27:38.326] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 137 [12:27:38.327] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs +Info 138 [12:27:38.327] Elapsed:: 0.414848999818787ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 139 [12:27:38.327] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 140 [12:27:38.327] Elapsed:: 0.2433459998574108ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.LaunchOption.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations diff --git a/.log/tsserver-log-O5LSig/tsserver.log b/.log/tsserver-log-O5LSig/tsserver.log new file mode 100644 index 0000000..fa41c35 --- /dev/null +++ b/.log/tsserver-log-O5LSig/tsserver.log @@ -0,0 +1,311 @@ +Info 0 [14:26:52.862] Starting TS Server +Info 1 [14:26:52.865] Version: 5.2.2 +Info 2 [14:26:52.865] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/6dc2a5c26499cccd1cb533e8e1454120/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-O5LSig/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:26:52.865] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:26:52.865] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [14:26:52.871] Format host information updated +Info 6 [14:26:52.875] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [14:26:53.189] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 314.57270999997854ms +Info 8 [14:26:53.189] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [14:26:53.190] Files (8) + +Info 10 [14:26:53.190] ----------------------------------------------- +Info 11 [14:26:53.190] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [14:26:53.190] Files (8) + +Info 11 [14:26:53.190] ----------------------------------------------- +Info 11 [14:26:53.190] Open files: +Info 11 [14:26:53.190] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [14:26:53.190] Projects: /dev/null/inferredProject1* +Info 11 [14:26:53.191] Format host information updated +Info 12 [14:26:53.491] Format host information updated +Info 13 [14:26:53.568] Format host information updated +Info 14 [14:26:54.376] Format host information updated +Info 15 [14:26:54.713] Format host information updated +Info 16 [14:26:54.853] Format host information updated +Info 17 [14:26:54.988] Format host information updated +Info 18 [14:26:55.141] Format host information updated +Info 19 [14:26:56.685] Format host information updated +Info 20 [14:26:56.951] Format host information updated +Info 21 [14:26:58.517] Format host information updated +Info 22 [14:26:58.874] Format host information updated +Info 23 [14:26:59.736] Format host information updated +Info 24 [14:26:59.966] Format host information updated +Info 25 [14:27:00.073] Format host information updated +Info 26 [14:27:00.144] Format host information updated +Info 27 [14:27:00.342] Format host information updated +Info 28 [14:27:00.410] Format host information updated +Info 29 [14:27:00.487] Format host information updated +Info 30 [14:27:00.758] Format host information updated +Info 31 [14:27:00.975] Format host information updated +Info 32 [14:27:01.092] Format host information updated +Info 33 [14:27:01.268] Format host information updated +Info 34 [14:27:01.525] Format host information updated +Info 35 [14:27:01.579] Format host information updated +Info 36 [14:27:01.783] Format host information updated +Info 37 [14:27:01.990] Format host information updated +Info 38 [14:27:02.072] Format host information updated +Info 39 [14:27:02.180] Format host information updated +Info 40 [14:27:02.349] Format host information updated +Info 41 [14:27:02.486] Format host information updated +Info 42 [14:27:04.863] Format host information updated +Info 43 [14:27:05.058] Format host information updated +Info 44 [14:27:05.155] Format host information updated +Info 45 [14:27:05.249] Format host information updated +Info 46 [14:27:07.365] Format host information updated +Info 47 [14:27:07.533] Format host information updated +Info 48 [14:27:07.696] Format host information updated +Info 49 [14:27:07.783] Format host information updated +Info 50 [14:27:08.167] Format host information updated +Info 51 [14:27:08.167] Format host information updated +Info 52 [14:27:08.168] Format host information updated +Info 53 [14:27:13.036] Format host information updated +Info 54 [14:27:13.275] Format host information updated +Info 55 [14:27:13.480] Format host information updated +Info 56 [14:27:13.592] Format host information updated +Info 57 [14:27:13.655] Format host information updated +Info 58 [14:27:13.867] Format host information updated +Info 59 [14:27:14.036] Format host information updated +Info 60 [14:27:41.416] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 61 [14:27:41.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 7.723117000074126ms +Info 62 [14:27:41.424] Project '/dev/null/inferredProject1*' (Inferred) +Info 63 [14:27:41.424] Files (9) + +Info 64 [14:27:41.424] ----------------------------------------------- +Info 65 [14:27:41.424] Project '/dev/null/inferredProject1*' (Inferred) +Info 65 [14:27:41.424] Files (9) + +Info 65 [14:27:41.424] ----------------------------------------------- +Info 65 [14:27:41.424] Open files: +Info 65 [14:27:41.424] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 65 [14:27:41.424] Projects: /dev/null/inferredProject1* +Info 65 [14:27:41.424] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 65 [14:27:41.424] Projects: /dev/null/inferredProject1* +Info 65 [14:27:45.394] Format host information updated +Info 66 [14:27:46.503] Format host information updated +Info 67 [14:27:47.187] Format host information updated +Info 68 [14:27:47.464] Format host information updated +Info 69 [14:27:47.759] Format host information updated +Info 70 [14:27:48.346] Format host information updated +Info 71 [14:27:48.876] Format host information updated +Info 72 [14:27:51.180] Format host information updated +Info 73 [14:27:51.384] Format host information updated +Info 74 [14:27:51.541] Format host information updated +Info 75 [14:27:51.698] Format host information updated +Info 76 [14:27:51.837] Format host information updated +Info 77 [14:27:51.974] Format host information updated +Info 78 [14:27:52.154] Format host information updated +Info 79 [14:27:52.290] Format host information updated +Info 80 [14:27:52.430] Format host information updated +Info 81 [14:27:52.583] Format host information updated +Info 82 [14:27:53.939] Format host information updated +Info 83 [14:27:54.199] Format host information updated +Info 84 [14:27:54.484] Format host information updated +Info 85 [14:27:55.652] Format host information updated +Info 86 [14:27:56.677] Format host information updated +Info 87 [14:27:57.103] Format host information updated +Info 88 [14:27:57.240] Format host information updated +Info 89 [14:27:57.734] Format host information updated +Info 90 [14:27:57.922] Format host information updated +Info 91 [14:27:58.353] Format host information updated +Info 92 [14:27:58.460] Format host information updated +Info 93 [14:27:59.783] Format host information updated +Info 94 [14:27:59.919] Format host information updated +Info 95 [14:28:00.052] Format host information updated +Info 96 [14:28:00.293] Format host information updated +Info 97 [14:28:03.090] Format host information updated +Info 98 [14:28:04.313] Format host information updated +Info 99 [14:28:04.966] Format host information updated +Info 100 [14:28:05.436] Format host information updated +Info 101 [14:28:05.875] Format host information updated +Info 102 [14:28:07.359] Format host information updated +Info 103 [14:28:07.914] Format host information updated +Info 104 [14:28:08.028] Format host information updated +Info 105 [14:28:08.213] Format host information updated +Info 106 [14:28:08.553] Format host information updated +Info 107 [14:28:08.814] Format host information updated +Info 108 [14:28:08.913] Format host information updated +Info 109 [14:28:08.976] Format host information updated +Info 110 [14:28:09.303] Format host information updated +Info 111 [14:28:14.551] Format host information updated +Info 112 [14:28:16.022] Format host information updated +Info 113 [14:28:16.111] Format host information updated +Info 114 [14:28:16.171] Format host information updated +Info 115 [14:28:16.302] Format host information updated +Info 116 [14:28:16.392] Format host information updated +Info 117 [14:28:16.596] Format host information updated +Info 118 [14:28:16.656] Format host information updated +Info 119 [14:28:16.723] Format host information updated +Info 120 [14:28:16.819] Format host information updated +Info 121 [14:28:16.897] Format host information updated +Info 122 [14:28:23.230] Format host information updated +Info 123 [14:28:23.959] Format host information updated +Info 124 [14:28:24.094] Format host information updated +Info 125 [14:28:24.164] Format host information updated +Info 126 [14:28:24.394] Format host information updated +Info 127 [14:28:24.497] Format host information updated +Info 128 [14:28:24.631] Format host information updated +Info 129 [14:28:24.892] Format host information updated +Info 130 [14:28:25.289] Format host information updated +Info 131 [14:28:26.730] Format host information updated +Info 132 [14:28:28.512] Format host information updated +Info 133 [14:28:29.214] Format host information updated +Info 134 [14:28:29.458] Format host information updated +Info 135 [14:28:29.802] Format host information updated +Info 136 [14:28:30.017] Format host information updated +Info 137 [14:28:30.230] Format host information updated +Info 138 [14:28:30.344] Format host information updated +Info 139 [14:28:30.487] Format host information updated +Info 140 [14:28:30.860] Format host information updated +Info 141 [14:28:31.093] Format host information updated +Info 142 [14:28:31.151] Format host information updated +Info 143 [14:28:31.393] Format host information updated +Info 144 [14:28:31.448] Format host information updated +Info 145 [14:28:31.701] Format host information updated +Info 146 [14:28:31.941] Format host information updated +Info 147 [14:28:32.191] Format host information updated +Info 148 [14:28:32.283] Format host information updated +Info 149 [14:28:32.506] Format host information updated +Info 150 [14:28:32.657] Format host information updated +Info 151 [14:28:32.846] Format host information updated +Info 152 [14:28:33.067] Format host information updated +Info 153 [14:28:33.225] Format host information updated +Info 154 [14:28:33.290] Format host information updated +Info 155 [14:28:33.466] Format host information updated +Info 156 [14:28:33.929] Format host information updated +Info 157 [14:28:34.016] Format host information updated +Info 158 [14:28:34.325] Format host information updated +Info 159 [14:28:34.501] Format host information updated +Info 160 [14:28:34.604] Format host information updated +Info 161 [14:28:34.822] Format host information updated +Info 162 [14:28:34.921] Format host information updated +Info 163 [14:28:35.614] Format host information updated +Info 164 [14:28:35.934] Format host information updated +Info 165 [14:28:36.445] Format host information updated +Info 166 [14:28:36.821] Format host information updated +Info 167 [14:28:37.042] Format host information updated +Info 168 [14:28:37.422] Format host information updated +Info 169 [14:28:37.738] Format host information updated +Info 170 [14:28:37.800] Format host information updated +Info 171 [14:28:37.964] Format host information updated +Info 172 [14:28:38.169] Format host information updated +Info 173 [14:28:38.245] Format host information updated +Info 174 [14:28:38.475] Format host information updated +Info 175 [14:28:38.536] Format host information updated +Info 176 [14:28:38.633] Format host information updated +Info 177 [14:28:38.973] Format host information updated +Info 178 [14:28:39.153] Format host information updated +Info 179 [14:28:39.390] Format host information updated +Info 180 [14:28:39.447] Format host information updated +Info 181 [14:28:39.893] Format host information updated +Info 182 [14:28:40.071] Format host information updated +Info 183 [14:28:40.314] Format host information updated +Info 184 [14:28:40.385] Format host information updated +Info 185 [14:28:40.665] Format host information updated +Info 186 [14:28:40.839] Format host information updated +Info 187 [14:28:40.983] Format host information updated +Info 188 [14:28:41.150] Format host information updated +Info 189 [14:28:41.291] Format host information updated +Info 190 [14:28:41.447] Format host information updated +Info 191 [14:28:41.573] Format host information updated +Info 192 [14:28:41.714] Format host information updated +Info 193 [14:28:41.821] Format host information updated +Info 194 [14:28:41.934] Format host information updated +Info 195 [14:28:42.062] Format host information updated +Info 196 [14:28:42.487] Format host information updated +Info 197 [14:28:42.648] Format host information updated +Info 198 [14:28:42.818] Format host information updated +Info 199 [14:28:45.365] Format host information updated +Info 200 [14:28:45.446] Format host information updated +Info 201 [14:28:45.891] Format host information updated +Info 202 [14:28:46.208] Format host information updated +Info 203 [14:28:46.422] Format host information updated +Info 204 [14:28:46.500] Format host information updated +Info 205 [14:28:46.650] Format host information updated +Info 206 [14:28:47.090] Format host information updated +Info 207 [14:28:47.281] Format host information updated +Info 208 [14:28:47.483] Format host information updated +Info 209 [14:28:47.562] Format host information updated +Info 210 [14:28:47.737] Format host information updated +Info 211 [14:28:47.832] Format host information updated +Info 212 [14:28:47.945] Format host information updated +Info 213 [14:28:48.007] Format host information updated +Info 214 [14:28:49.025] Format host information updated +Info 215 [14:28:49.155] Format host information updated +Info 216 [14:28:49.247] Format host information updated +Info 217 [14:28:49.332] Format host information updated +Info 218 [14:28:49.458] Format host information updated +Info 219 [14:28:49.675] Format host information updated +Info 220 [14:28:49.752] Format host information updated +Info 221 [14:28:49.916] Format host information updated +Info 222 [14:28:50.363] Format host information updated +Info 223 [14:28:50.364] Format host information updated +Info 224 [14:28:50.368] Format host information updated +Info 225 [14:28:50.426] Format host information updated +Info 226 [14:28:51.750] Format host information updated +Info 227 [14:28:51.988] Format host information updated +Info 228 [14:28:52.126] Format host information updated +Info 229 [14:28:52.184] Format host information updated +Info 230 [14:28:52.284] Format host information updated +Info 231 [14:28:53.427] Format host information updated +Info 232 [14:28:53.427] Format host information updated +Info 233 [14:28:53.428] Format host information updated +Info 234 [14:28:53.516] Format host information updated +Info 235 [14:28:53.768] Format host information updated +Info 236 [14:28:53.826] Format host information updated +Info 237 [14:28:54.049] Format host information updated +Info 238 [14:28:54.116] Format host information updated +Info 239 [14:28:54.291] Format host information updated +Info 240 [14:28:54.580] Format host information updated +Info 241 [14:28:54.748] Format host information updated +Info 242 [14:28:54.831] Format host information updated +Info 243 [14:28:55.317] Format host information updated +Info 244 [14:28:55.317] Format host information updated +Info 245 [14:28:55.317] Format host information updated +Info 246 [14:28:55.461] Format host information updated +Info 247 [14:28:58.889] Format host information updated +Info 248 [14:28:59.012] Format host information updated +Info 249 [14:28:59.079] Format host information updated +Info 250 [14:28:59.314] Format host information updated +Info 251 [14:28:59.372] Format host information updated +Info 252 [14:28:59.510] Format host information updated +Info 253 [14:28:59.655] Format host information updated +Info 254 [14:28:59.713] Format host information updated +Info 255 [14:28:59.947] Format host information updated +Info 256 [14:29:00.078] Format host information updated +Info 257 [14:29:00.244] Format host information updated +Info 258 [14:29:00.484] Format host information updated +Info 259 [14:29:00.600] Format host information updated +Info 260 [14:29:00.684] Format host information updated +Info 261 [14:29:00.868] Format host information updated +Info 262 [14:29:21.842] Format host information updated +Info 263 [14:29:23.070] Format host information updated +Info 264 [14:29:23.788] Format host information updated +Info 265 [14:29:23.884] Format host information updated +Info 266 [14:29:24.042] Format host information updated +Info 267 [14:29:24.173] Format host information updated +Info 268 [14:29:24.340] Format host information updated +Info 269 [14:29:24.483] Format host information updated +Info 270 [14:29:24.555] Format host information updated +Info 271 [14:29:24.801] Format host information updated +Info 272 [14:29:24.858] Format host information updated +Info 273 [14:29:27.047] Format host information updated +Info 274 [14:29:27.192] Format host information updated +Info 275 [14:29:27.560] Format host information updated +Info 276 [14:29:27.876] Format host information updated +Info 277 [14:29:27.998] Format host information updated +Info 278 [14:29:28.085] Format host information updated +Info 279 [14:29:28.155] Format host information updated +Info 280 [14:29:29.883] Format host information updated +Info 281 [14:29:29.948] Format host information updated +Info 282 [14:29:30.178] Format host information updated +Info 283 [14:29:30.985] Format host information updated +Info 284 [14:29:31.074] Format host information updated +Info 285 [14:29:31.290] Format host information updated +Info 286 [14:29:31.658] Format host information updated +Info 287 [14:29:31.810] Format host information updated +Info 288 [14:29:31.870] Format host information updated +Info 289 [14:29:32.029] Format host information updated +Info 290 [14:29:32.393] Format host information updated +Info 291 [14:29:32.393] Format host information updated +Info 292 [14:29:32.394] Format host information updated diff --git a/.log/tsserver-log-OW8pT4/tsserver.log b/.log/tsserver-log-OW8pT4/tsserver.log new file mode 100644 index 0000000..f1dcf2f --- /dev/null +++ b/.log/tsserver-log-OW8pT4/tsserver.log @@ -0,0 +1,59 @@ +Info 0 [18:53:32.275] Starting TS Server +Info 1 [18:53:32.276] Version: 5.2.2 +Info 2 [18:53:32.276] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/144fb452c8b34ca4182fe0c15408a94d/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-OW8pT4/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [18:53:32.276] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [18:53:32.276] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [18:53:32.280] Format host information updated +Info 6 [18:53:32.284] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [18:53:32.606] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 321.46675799787045ms +Info 8 [18:53:32.606] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [18:53:32.606] Files (8) + +Info 10 [18:53:32.606] ----------------------------------------------- +Info 11 [18:53:32.606] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [18:53:32.606] Files (8) + +Info 11 [18:53:32.606] ----------------------------------------------- +Info 11 [18:53:32.606] Open files: +Info 11 [18:53:32.606] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [18:53:32.607] Projects: /dev/null/inferredProject1* +Info 11 [18:53:32.607] Format host information updated +Info 12 [18:53:32.608] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13 [18:53:32.613] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 4.513970002532005ms +Info 14 [18:53:32.613] Different program with same set of files +Info 15 [18:53:32.633] getCompletionData: Get current token: 0.017727002501487732 +Info 16 [18:53:32.633] getCompletionData: Is inside comment: 0.045355990529060364 +Info 17 [18:53:32.633] getCompletionData: Get previous token: 0.10422399640083313 +Info 18 [18:53:32.633] getCompletionsAtPosition: isCompletionListBlocker: 0.28335699439048767 +Info 19 [18:53:32.637] getCompletionData: Semantic work: 4.017765998840332 +Info 20 [18:53:32.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 22.39223299920559 +Info 21 [18:53:32.666] Format host information updated +Info 22 [18:53:32.912] Format host information updated +Info 23 [18:53:33.343] Format host information updated +Info 24 [18:53:34.877] Format host information updated +Info 25 [18:53:37.226] Format host information updated +Info 26 [18:53:43.883] Format host information updated +Info 27 [18:53:44.644] Format host information updated +Info 28 [18:53:45.210] Format host information updated +Info 29 [18:53:45.274] Format host information updated +Info 30 [18:53:45.816] Format host information updated +Info 31 [18:53:45.988] Format host information updated +Info 32 [18:53:46.059] Format host information updated +Info 33 [18:53:46.164] Format host information updated +Info 34 [18:53:46.380] Format host information updated +Info 35 [18:53:46.482] Format host information updated +Info 36 [18:53:46.621] Format host information updated +Info 37 [18:53:46.719] Format host information updated +Info 38 [18:53:46.778] Format host information updated +Info 39 [18:53:48.989] Format host information updated +Info 40 [18:53:49.246] Format host information updated +Info 41 [18:53:49.424] Format host information updated +Info 42 [18:53:49.676] Format host information updated +Info 43 [18:53:49.743] Format host information updated +Info 44 [18:53:49.856] Format host information updated +Info 45 [18:53:49.970] Format host information updated +Info 46 [18:53:50.179] Format host information updated +Info 47 [18:53:50.270] Format host information updated +Info 48 [18:53:50.438] Format host information updated +Info 49 [18:53:50.498] Format host information updated +Info 50 [18:53:51.762] Format host information updated diff --git a/.log/tsserver-log-PIffoi/tsserver.log b/.log/tsserver-log-PIffoi/tsserver.log new file mode 100644 index 0000000..909193b --- /dev/null +++ b/.log/tsserver-log-PIffoi/tsserver.log @@ -0,0 +1,634 @@ +Info 0 [15:50:17.240] Starting TS Server +Info 1 [15:50:17.240] Version: 5.2.2 +Info 2 [15:50:17.240] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/ad5479355399ecdf4aa8dbada6dcd745/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-PIffoi/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [15:50:17.240] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [15:50:17.240] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [15:50:17.245] Format host information updated +Info 6 [15:50:17.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [15:50:17.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 309.0270919986069ms +Info 8 [15:50:17.559] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [15:50:17.559] Files (8) + +Info 10 [15:50:17.559] ----------------------------------------------- +Info 11 [15:50:17.559] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [15:50:17.559] Files (8) + +Info 11 [15:50:17.559] ----------------------------------------------- +Info 11 [15:50:17.559] Open files: +Info 11 [15:50:17.559] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [15:50:17.559] Projects: /dev/null/inferredProject1* +Info 11 [15:50:17.559] Format host information updated +Info 12 [15:50:17.881] Format host information updated +Info 13 [15:50:18.054] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14 [15:50:18.057] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 3.39385499805212ms +Info 15 [15:50:18.057] Different program with same set of files +Info 16 [15:50:18.081] getCompletionData: Get current token: 0.017358001321554184 +Info 17 [15:50:18.081] getCompletionData: Is inside comment: 0.034105997532606125 +Info 18 [15:50:18.081] getCompletionData: Get previous token: 0.04014899954199791 +Info 19 [15:50:18.089] getCompletionData: Semantic work: 8.081252999603748 +Info 20 [15:50:18.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 23.13484900072217 +Info 21 [15:50:18.117] Format host information updated +Info 22 [15:50:18.130] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23 [15:50:18.133] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 2.37678400054574ms +Info 24 [15:50:18.133] Different program with same set of files +Info 25 [15:50:18.133] getCompletionData: Get current token: 0.006432000547647476 +Info 26 [15:50:18.133] getCompletionData: Is inside comment: 0.012763001024723053 +Info 27 [15:50:18.133] getCompletionData: Get previous token: 0.014536000788211823 +Info 28 [15:50:18.135] getCompletionData: Semantic work: 1.705086998641491 +Info 29 [15:50:18.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.54602399840951 +Info 30 [15:50:18.146] Format host information updated +Info 31 [15:50:18.186] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 32 [15:50:18.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 1.3787439987063408ms +Info 33 [15:50:18.188] Different program with same set of files +Info 34 [15:50:18.188] getCompletionData: Get current token: 0.059884000569581985 +Info 35 [15:50:18.188] getCompletionData: Is inside comment: 0.013214997947216034 +Info 36 [15:50:18.188] getCompletionData: Get previous token: 0.020225998014211655 +Info 37 [15:50:18.189] getCompletionData: Semantic work: 1.277803000062704 +Info 38 [15:50:18.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.967638999223709 +Info 39 [15:50:18.199] Format host information updated +Info 40 [15:50:18.248] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 41 [15:50:18.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 1.2924819998443127ms +Info 42 [15:50:18.249] Different program with same set of files +Info 43 [15:50:18.249] getCompletionData: Get current token: 0.008715000003576279 +Info 44 [15:50:18.249] getCompletionData: Is inside comment: 0.008693002164363861 +Info 45 [15:50:18.249] getCompletionData: Get previous token: 0.009951997548341751 +Info 46 [15:50:18.251] getCompletionData: Semantic work: 1.2584569975733757 +Info 47 [15:50:18.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.25449800118804 +Info 48 [15:50:18.259] Format host information updated +Info 49 [15:50:18.332] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 50 [15:50:18.334] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 1.914977002888918ms +Info 51 [15:50:18.334] Different program with same set of files +Info 52 [15:50:18.334] getCompletionData: Get current token: 0.005277000367641449 +Info 53 [15:50:18.334] getCompletionData: Is inside comment: 0.012616999447345734 +Info 54 [15:50:18.334] getCompletionData: Get previous token: 0.01000400260090828 +Info 55 [15:50:18.335] getCompletionData: Semantic work: 1.4625990018248558 +Info 56 [15:50:18.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.021475002169609 +Info 57 [15:50:18.342] Format host information updated +Info 58 [15:50:18.436] Format host information updated +Info 59 [15:50:18.697] Format host information updated +Info 60 [15:50:18.846] Format host information updated +Info 61 [15:50:18.932] Format host information updated +Info 62 [15:50:19.155] Format host information updated +Info 63 [15:50:19.466] Format host information updated +Info 64 [15:50:19.622] Format host information updated +Info 65 [15:50:19.682] Format host information updated +Info 66 [15:50:19.776] Format host information updated +Info 67 [15:50:20.000] Format host information updated +Info 68 [15:50:20.131] Format host information updated +Info 69 [15:50:20.246] Format host information updated +Info 70 [15:50:20.307] Format host information updated +Info 71 [15:50:20.421] Format host information updated +Info 72 [15:50:20.539] Format host information updated +Info 73 [15:50:20.648] Format host information updated +Info 74 [15:50:20.703] Format host information updated +Info 75 [15:50:20.979] Format host information updated +Info 76 [15:50:21.353] Format host information updated +Info 77 [15:50:21.467] Format host information updated +Info 78 [15:50:21.531] Format host information updated +Info 79 [15:50:21.764] Format host information updated +Info 80 [15:50:21.921] Format host information updated +Info 81 [15:50:21.999] Format host information updated +Info 82 [15:50:22.280] Format host information updated +Info 83 [15:50:22.455] Format host information updated +Info 84 [15:50:22.509] Format host information updated +Info 85 [15:50:22.731] Format host information updated +Info 86 [15:50:22.861] Format host information updated +Info 87 [15:50:23.022] Format host information updated +Info 88 [15:50:23.201] Format host information updated +Info 89 [15:50:23.287] Format host information updated +Info 90 [15:50:23.399] Format host information updated +Info 91 [15:50:23.521] Format host information updated +Info 92 [15:50:23.667] Format host information updated +Info 93 [15:50:23.731] Format host information updated +Info 94 [15:50:25.132] Format host information updated +Info 95 [15:50:25.325] Format host information updated +Info 96 [15:50:25.603] Format host information updated +Info 97 [15:50:25.663] Format host information updated +Info 98 [15:50:26.602] Format host information updated +Info 99 [15:50:26.924] Format host information updated +Info 100 [15:50:27.060] Format host information updated +Info 101 [15:50:27.223] Format host information updated +Info 102 [15:50:27.340] Format host information updated +Info 103 [15:50:27.678] Format host information updated +Info 104 [15:50:27.991] Format host information updated +Info 105 [15:50:28.350] Format host information updated +Info 106 [15:50:28.742] Format host information updated +Info 107 [15:50:28.813] Format host information updated +Info 108 [15:50:29.162] Format host information updated +Info 109 [15:50:29.252] Format host information updated +Info 110 [15:50:29.365] Format host information updated +Info 111 [15:50:29.427] Format host information updated +Info 112 [15:50:29.782] Format host information updated +Info 113 [15:50:29.927] Format host information updated +Info 114 [15:50:30.625] Format host information updated +Info 115 [15:50:30.983] Format host information updated +Info 116 [15:50:31.414] Format host information updated +Info 117 [15:50:31.554] Format host information updated +Info 118 [15:50:31.627] Format host information updated +Info 119 [15:50:31.816] Format host information updated +Info 120 [15:50:31.876] Format host information updated +Info 121 [15:50:31.977] Format host information updated +Info 122 [15:50:32.319] Format host information updated +Info 123 [15:50:32.527] Format host information updated +Info 124 [15:50:32.794] Format host information updated +Info 125 [15:50:32.964] Format host information updated +Info 126 [15:50:33.032] Format host information updated +Info 127 [15:50:33.218] Format host information updated +Info 128 [15:50:33.282] Format host information updated +Info 129 [15:50:33.358] Format host information updated +Info 130 [15:56:48.607] Format host information updated +Info 131 [15:56:48.753] Format host information updated +Info 132 [15:56:48.808] Format host information updated +Info 133 [15:56:48.983] Format host information updated +Info 134 [15:56:49.137] Format host information updated +Info 135 [15:56:49.192] Format host information updated +Info 136 [15:56:49.525] Format host information updated +Info 137 [15:56:49.637] Format host information updated +Info 138 [15:56:51.338] Format host information updated +Info 139 [15:56:51.404] Format host information updated +Info 140 [15:56:51.538] Format host information updated +Info 141 [15:56:51.661] Format host information updated +Info 142 [15:56:51.858] Format host information updated +Info 143 [15:56:51.957] Format host information updated +Info 144 [16:01:47.080] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 145 [16:01:47.097] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed: 17.173857998102903ms +Info 146 [16:01:47.097] Project '/dev/null/inferredProject1*' (Inferred) +Info 147 [16:01:47.097] Files (9) + +Info 148 [16:01:47.097] ----------------------------------------------- +Info 149 [16:01:47.097] Project '/dev/null/inferredProject1*' (Inferred) +Info 149 [16:01:47.097] Files (9) + +Info 149 [16:01:47.097] ----------------------------------------------- +Info 149 [16:01:47.097] Open files: +Info 149 [16:01:47.097] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 149 [16:01:47.097] Projects: /dev/null/inferredProject1* +Info 149 [16:01:47.097] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 149 [16:01:47.097] Projects: /dev/null/inferredProject1* +Info 149 [16:01:47.097] Format host information updated +Info 150 [16:01:47.189] Format host information updated +Info 151 [16:01:47.355] Format host information updated +Info 152 [16:01:47.506] Format host information updated +Info 153 [16:01:47.899] Format host information updated +Info 154 [16:01:48.097] Format host information updated +Info 155 [16:01:48.341] Format host information updated +Info 156 [16:01:48.736] Format host information updated +Info 157 [16:01:48.938] Format host information updated +Info 158 [16:01:49.040] Format host information updated +Info 159 [16:01:50.506] Format host information updated +Info 160 [16:01:50.658] Format host information updated +Info 161 [16:01:50.795] Format host information updated +Info 162 [16:01:50.891] Format host information updated +Info 163 [16:01:50.997] Format host information updated +Info 164 [16:01:51.073] Format host information updated +Info 165 [16:01:51.276] Format host information updated +Info 166 [16:01:53.238] Format host information updated +Info 167 [16:01:53.301] Format host information updated +Info 168 [16:01:53.501] Format host information updated +Info 169 [16:01:53.723] Format host information updated +Info 170 [16:01:53.784] Format host information updated +Info 171 [16:01:53.845] Format host information updated +Info 172 [16:01:53.992] Format host information updated +Info 173 [16:01:54.051] Format host information updated +Info 174 [16:01:54.301] Format host information updated +Info 175 [16:01:54.360] Format host information updated +Info 176 [16:01:57.609] Format host information updated +Info 177 [16:01:57.839] Format host information updated +Info 178 [16:01:58.115] Format host information updated +Info 179 [16:01:58.178] Format host information updated +Info 180 [16:01:58.269] Format host information updated +Info 181 [16:01:58.343] Format host information updated +Info 182 [16:01:58.426] Format host information updated +Info 183 [16:01:58.543] Format host information updated +Info 184 [16:01:58.756] Format host information updated +Info 185 [16:01:58.870] Format host information updated +Info 186 [16:01:59.785] Format host information updated +Info 187 [16:01:59.914] Format host information updated +Info 188 [16:02:00.828] Format host information updated +Info 189 [16:02:00.925] Format host information updated +Info 190 [16:02:01.029] Format host information updated +Info 191 [16:02:01.252] Format host information updated +Info 192 [16:02:01.637] Format host information updated +Info 193 [16:02:08.596] Format host information updated +Info 194 [16:02:08.638] Format host information updated +Info 195 [16:07:55.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 196 [16:07:55.563] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: true structureIsReused:: Not Elapsed: 8.98768699914217ms +Info 197 [16:07:55.563] Project '/dev/null/inferredProject1*' (Inferred) +Info 198 [16:07:55.563] Files (10) + +Info 199 [16:07:55.563] ----------------------------------------------- +Info 200 [16:07:55.563] Project '/dev/null/inferredProject1*' (Inferred) +Info 200 [16:07:55.563] Files (10) + +Info 200 [16:07:55.563] ----------------------------------------------- +Info 200 [16:07:55.563] Open files: +Info 200 [16:07:55.563] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 200 [16:07:55.563] Projects: /dev/null/inferredProject1* +Info 200 [16:07:55.563] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 200 [16:07:55.563] Projects: /dev/null/inferredProject1* +Info 200 [16:07:55.563] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 200 [16:07:55.563] Projects: /dev/null/inferredProject1* +Info 200 [16:07:55.784] Format host information updated +Info 201 [16:08:01.075] Format host information updated +Info 202 [16:08:02.799] Format host information updated +Info 203 [16:08:07.186] Format host information updated +Info 204 [16:08:07.336] Format host information updated +Info 205 [16:08:07.401] Format host information updated +Info 206 [16:08:07.510] Format host information updated +Info 207 [16:08:07.608] Format host information updated +Info 208 [16:08:07.712] Format host information updated +Info 209 [16:08:07.783] Format host information updated +Info 210 [16:08:08.036] Format host information updated +Info 211 [16:08:08.177] Format host information updated +Info 212 [16:08:08.383] Format host information updated +Info 213 [16:08:08.759] Format host information updated +Info 214 [16:08:09.286] Format host information updated +Info 215 [16:08:09.411] Format host information updated +Info 216 [16:08:09.911] Format host information updated +Info 217 [16:08:10.109] Format host information updated +Info 218 [16:08:10.469] Format host information updated +Info 219 [16:08:10.607] Format host information updated +Info 220 [16:08:10.896] Format host information updated +Info 221 [16:08:11.004] Format host information updated +Info 222 [16:08:11.161] Format host information updated +Info 223 [16:08:11.238] Format host information updated +Info 224 [16:08:13.545] Format host information updated +Info 225 [16:08:15.815] Format host information updated +Info 226 [16:08:16.722] Format host information updated +Info 227 [16:12:20.439] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 228 [16:12:20.446] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: true structureIsReused:: Not Elapsed: 7.037032000720501ms +Info 229 [16:12:20.446] Project '/dev/null/inferredProject1*' (Inferred) +Info 230 [16:12:20.446] Files (11) + +Info 231 [16:12:20.446] ----------------------------------------------- +Info 232 [16:12:20.446] Project '/dev/null/inferredProject1*' (Inferred) +Info 232 [16:12:20.446] Files (11) + +Info 232 [16:12:20.446] ----------------------------------------------- +Info 232 [16:12:20.446] Open files: +Info 232 [16:12:20.446] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 232 [16:12:20.446] Projects: /dev/null/inferredProject1* +Info 232 [16:12:20.446] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 232 [16:12:20.446] Projects: /dev/null/inferredProject1* +Info 232 [16:12:20.446] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 232 [16:12:20.446] Projects: /dev/null/inferredProject1* +Info 232 [16:12:20.446] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 232 [16:12:20.446] Projects: /dev/null/inferredProject1* +Info 232 [16:12:25.782] Format host information updated +Info 233 [16:12:26.153] Format host information updated +Info 234 [16:12:26.278] Format host information updated +Info 235 [16:12:26.437] Format host information updated +Info 236 [16:12:26.509] Format host information updated +Info 237 [16:12:26.964] Format host information updated +Info 238 [16:12:27.342] Format host information updated +Info 239 [16:12:27.494] Format host information updated +Info 240 [16:12:28.020] Format host information updated +Info 241 [16:12:28.203] Format host information updated +Info 242 [16:12:28.858] Format host information updated +Info 243 [16:12:29.004] Format host information updated +Info 244 [16:12:29.075] Format host information updated +Info 245 [16:12:29.270] Format host information updated +Info 246 [16:12:29.550] Format host information updated +Info 247 [16:12:29.777] Format host information updated +Info 248 [16:12:29.892] Format host information updated +Info 249 [16:12:30.084] Format host information updated +Info 250 [16:12:30.221] Format host information updated +Info 251 [16:12:30.403] Format host information updated +Info 252 [16:12:30.548] Format host information updated +Info 253 [16:12:30.611] Format host information updated +Info 254 [16:12:30.738] Format host information updated +Info 255 [16:12:30.806] Format host information updated +Info 256 [16:12:30.870] Format host information updated +Info 257 [16:12:30.940] Format host information updated +Info 258 [16:12:31.042] Format host information updated +Info 259 [16:12:31.150] Format host information updated +Info 260 [16:12:31.239] Format host information updated +Info 261 [16:12:31.639] Format host information updated +Info 262 [16:12:31.864] Format host information updated +Info 263 [16:12:32.055] Format host information updated +Info 264 [16:12:38.169] Format host information updated +Info 265 [16:12:38.406] Format host information updated +Info 266 [16:12:38.599] Format host information updated +Info 267 [16:12:38.735] Format host information updated +Info 268 [16:12:38.828] Format host information updated +Info 269 [16:12:38.884] Format host information updated +Info 270 [16:12:38.946] Format host information updated +Info 271 [16:12:44.981] Format host information updated +Info 272 [16:12:45.341] Format host information updated +Info 273 [16:12:45.729] Format host information updated +Info 274 [16:12:45.926] Format host information updated +Info 275 [16:12:46.014] Format host information updated +Info 276 [16:12:46.128] Format host information updated +Info 277 [16:13:46.095] Format host information updated +Info 278 [16:13:46.157] Format host information updated +Info 279 [16:13:46.266] Format host information updated +Info 280 [16:13:46.371] Format host information updated +Info 281 [16:13:46.706] Format host information updated +Info 282 [16:13:47.044] Format host information updated +Info 283 [16:13:47.189] Format host information updated +Info 284 [16:13:47.251] Format host information updated +Info 285 [16:13:47.440] Format host information updated +Info 286 [16:13:47.598] Format host information updated +Info 287 [16:13:47.698] Format host information updated +Info 288 [16:13:47.976] Format host information updated +Info 289 [16:13:48.520] Format host information updated +Info 290 [16:13:48.908] Format host information updated +Info 291 [16:13:49.131] Format host information updated +Info 292 [16:13:54.160] Format host information updated +Info 293 [16:13:54.326] Format host information updated +Info 294 [16:13:54.542] Format host information updated +Info 295 [16:13:54.769] Format host information updated +Info 296 [16:13:55.817] Format host information updated +Info 297 [16:13:55.979] Format host information updated +Info 298 [16:13:56.227] Format host information updated +Info 299 [16:13:56.308] Format host information updated +Info 300 [16:13:56.373] Format host information updated +Info 301 [16:13:56.435] Format host information updated +Info 302 [16:13:56.606] Format host information updated +Info 303 [16:13:56.775] Format host information updated +Info 304 [16:13:56.875] Format host information updated +Info 305 [16:13:57.041] Format host information updated +Info 306 [16:13:57.124] Format host information updated +Info 307 [16:13:57.363] Format host information updated +Info 308 [16:13:57.555] Format host information updated +Info 309 [16:13:57.917] Format host information updated +Info 310 [16:13:57.980] Format host information updated +Info 311 [16:13:58.059] Format host information updated +Info 312 [16:13:58.180] Format host information updated +Info 313 [16:13:58.374] Format host information updated +Info 314 [16:13:58.634] Format host information updated +Info 315 [16:13:58.758] Format host information updated +Info 316 [16:13:59.009] Format host information updated +Info 317 [16:13:59.351] Format host information updated +Info 318 [16:13:59.442] Format host information updated +Info 319 [16:13:59.645] Format host information updated +Info 320 [16:13:59.855] Format host information updated +Info 321 [16:14:00.065] Format host information updated +Info 322 [16:14:00.365] Format host information updated +Info 323 [16:14:00.565] Format host information updated +Info 324 [16:14:00.634] Format host information updated +Info 325 [16:14:00.734] Format host information updated +Info 326 [16:14:00.821] Format host information updated +Info 327 [16:14:00.881] Format host information updated +Info 328 [16:14:01.020] Format host information updated +Info 329 [16:14:01.125] Format host information updated +Info 330 [16:14:15.558] Format host information updated +Info 331 [16:14:15.709] Format host information updated +Info 332 [16:14:15.782] Format host information updated +Info 333 [16:14:15.869] Format host information updated +Info 334 [16:14:16.025] Format host information updated +Info 335 [16:14:16.142] Format host information updated +Info 336 [16:14:16.222] Format host information updated +Info 337 [16:14:16.346] Format host information updated +Info 338 [16:14:16.425] Format host information updated +Info 339 [16:14:16.486] Format host information updated +Info 340 [16:14:16.548] Format host information updated +Info 341 [16:14:16.625] Format host information updated +Info 342 [16:14:16.730] Format host information updated +Info 343 [16:14:16.791] Format host information updated +Info 344 [16:14:17.022] Format host information updated +Info 345 [16:14:17.251] Format host information updated +Info 346 [16:14:17.828] Format host information updated +Info 347 [16:14:18.020] Format host information updated +Info 348 [16:14:29.820] Format host information updated +Info 349 [16:14:30.073] Format host information updated +Info 350 [16:14:30.240] Format host information updated +Info 351 [16:14:30.397] Format host information updated +Info 352 [16:14:30.741] Format host information updated +Info 353 [16:14:30.895] Format host information updated +Info 354 [16:14:31.199] Format host information updated +Info 355 [16:14:31.464] Format host information updated +Info 356 [16:14:31.724] Format host information updated +Info 357 [16:14:31.960] Format host information updated +Info 358 [16:14:32.809] Format host information updated +Info 359 [16:14:33.044] Format host information updated +Info 360 [16:14:33.408] Format host information updated +Info 361 [16:14:33.898] Format host information updated +Info 362 [16:14:34.107] Format host information updated +Info 363 [16:14:34.446] Format host information updated +Info 364 [16:14:34.936] Format host information updated +Info 365 [16:14:35.796] Format host information updated +Info 366 [16:14:36.073] Format host information updated +Info 367 [16:14:36.415] Format host information updated +Info 368 [16:14:36.843] Format host information updated +Info 369 [16:14:37.361] Format host information updated +Info 370 [16:20:05.896] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 371 [16:20:05.963] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: true structureIsReused:: Not Elapsed: 66.60712600126863ms +Info 372 [16:20:05.963] Project '/dev/null/inferredProject1*' (Inferred) +Info 373 [16:20:05.963] Files (12) + +Info 374 [16:20:05.963] ----------------------------------------------- +Info 375 [16:20:05.963] Project '/dev/null/inferredProject1*' (Inferred) +Info 375 [16:20:05.963] Files (12) + +Info 375 [16:20:05.963] ----------------------------------------------- +Info 375 [16:20:05.963] Open files: +Info 375 [16:20:05.963] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 375 [16:20:05.963] Projects: /dev/null/inferredProject1* +Info 375 [16:20:05.963] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 375 [16:20:05.963] Projects: /dev/null/inferredProject1* +Info 375 [16:20:05.963] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 375 [16:20:05.963] Projects: /dev/null/inferredProject1* +Info 375 [16:20:05.963] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 375 [16:20:05.963] Projects: /dev/null/inferredProject1* +Info 375 [16:20:05.963] FileName: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 375 [16:20:05.963] Projects: /dev/null/inferredProject1* +Info 375 [16:20:06.047] Format host information updated +Info 376 [16:20:19.848] Project '/dev/null/inferredProject1*' (Inferred) +Info 376 [16:20:19.848] Files (12) + +Info 376 [16:20:19.848] ----------------------------------------------- +Info 376 [16:20:19.848] Open files: +Info 376 [16:20:19.848] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 376 [16:20:19.848] Projects: /dev/null/inferredProject1* +Info 376 [16:20:19.848] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 376 [16:20:19.848] Projects: /dev/null/inferredProject1* +Info 376 [16:20:19.848] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 376 [16:20:19.848] Projects: /dev/null/inferredProject1* +Info 376 [16:20:19.848] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 376 [16:20:19.848] Projects: /dev/null/inferredProject1* +Info 376 [16:21:57.670] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 377 [16:21:57.723] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 52.39139699935913ms +Info 378 [16:21:57.723] Project '/dev/null/inferredProject1*' (Inferred) +Info 379 [16:21:57.723] Files (12) + +Info 380 [16:21:57.723] ----------------------------------------------- +Info 381 [16:21:57.723] Project '/dev/null/inferredProject1*' (Inferred) +Info 381 [16:21:57.723] Files (12) + +Info 381 [16:21:57.723] ----------------------------------------------- +Info 381 [16:21:57.723] Open files: +Info 381 [16:21:57.723] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 381 [16:21:57.723] Projects: /dev/null/inferredProject1* +Info 381 [16:21:57.723] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 381 [16:21:57.723] Projects: /dev/null/inferredProject1* +Info 381 [16:21:57.723] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 381 [16:21:57.723] Projects: /dev/null/inferredProject1* +Info 381 [16:21:57.723] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 381 [16:21:57.723] Projects: /dev/null/inferredProject1* +Info 381 [16:21:57.723] FileName: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 381 [16:21:57.723] Projects: /dev/null/inferredProject1* +Info 381 [16:21:57.818] Format host information updated +Info 382 [16:22:09.859] Project '/dev/null/inferredProject1*' (Inferred) +Info 382 [16:22:09.859] Files (12) + +Info 382 [16:22:09.859] ----------------------------------------------- +Info 382 [16:22:09.859] Open files: +Info 382 [16:22:09.859] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 382 [16:22:09.859] Projects: /dev/null/inferredProject1* +Info 382 [16:22:09.859] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 382 [16:22:09.859] Projects: /dev/null/inferredProject1* +Info 382 [16:22:09.859] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 382 [16:22:09.859] Projects: /dev/null/inferredProject1* +Info 382 [16:22:09.859] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 382 [16:22:09.859] Projects: /dev/null/inferredProject1* +Info 382 [16:24:12.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 383 [16:24:12.404] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: true structureIsReused:: Not Elapsed: 1.8195700012147427ms +Info 384 [16:24:12.404] Project '/dev/null/inferredProject1*' (Inferred) +Info 385 [16:24:12.404] Files (12) + +Info 386 [16:24:12.404] ----------------------------------------------- +Info 387 [16:24:12.404] Project '/dev/null/inferredProject1*' (Inferred) +Info 387 [16:24:12.404] Files (12) + +Info 387 [16:24:12.404] ----------------------------------------------- +Info 387 [16:24:12.404] Open files: +Info 387 [16:24:12.404] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 387 [16:24:12.404] Projects: /dev/null/inferredProject1* +Info 387 [16:24:12.404] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 387 [16:24:12.404] Projects: /dev/null/inferredProject1* +Info 387 [16:24:12.404] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 387 [16:24:12.404] Projects: /dev/null/inferredProject1* +Info 387 [16:24:12.404] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 387 [16:24:12.404] Projects: /dev/null/inferredProject1* +Info 387 [16:24:12.404] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 387 [16:24:12.404] Projects: /dev/null/inferredProject1* +Info 387 [16:24:12.651] Format host information updated +Info 388 [16:24:12.940] Format host information updated +Info 389 [16:24:13.048] Format host information updated +Info 390 [16:24:13.155] Format host information updated +Info 391 [16:24:13.235] Format host information updated +Info 392 [16:24:13.543] Format host information updated +Info 393 [16:24:13.610] Format host information updated +Info 394 [16:24:13.684] Format host information updated +Info 395 [16:24:13.740] Format host information updated +Info 396 [16:24:14.115] Format host information updated +Info 397 [16:24:14.355] Format host information updated +Info 398 [16:24:14.424] Format host information updated +Info 399 [16:24:14.529] Format host information updated +Info 400 [16:24:14.617] Format host information updated +Info 401 [16:24:14.781] Format host information updated +Info 402 [16:24:14.969] Format host information updated +Info 403 [16:24:15.033] Format host information updated +Info 404 [16:24:15.185] Format host information updated +Info 405 [16:24:15.402] Format host information updated +Info 406 [16:24:15.477] Format host information updated +Info 407 [16:24:15.813] Format host information updated +Info 408 [16:24:15.905] Format host information updated +Info 409 [16:24:16.135] Format host information updated +Info 410 [16:24:16.379] Format host information updated +Info 411 [16:24:16.437] Format host information updated +Info 412 [16:24:16.808] Format host information updated +Info 413 [16:24:17.072] Format host information updated +Info 414 [16:24:18.296] Format host information updated +Info 415 [16:24:18.619] Format host information updated +Info 416 [16:24:18.819] Format host information updated +Info 417 [16:24:19.309] Format host information updated +Info 418 [16:24:19.472] Format host information updated +Info 419 [16:24:19.621] Format host information updated +Info 420 [16:24:19.736] Format host information updated +Info 421 [16:24:19.848] Format host information updated +Info 422 [16:24:19.981] Format host information updated +Info 423 [16:24:20.158] Format host information updated +Info 424 [16:24:20.290] Format host information updated +Info 425 [16:24:20.363] Format host information updated +Info 426 [16:24:20.531] Format host information updated +Info 427 [16:24:20.723] Format host information updated +Info 428 [16:24:20.928] Format host information updated +Info 429 [16:24:21.145] Format host information updated +Info 430 [16:24:21.426] Format host information updated +Info 431 [16:24:21.632] Format host information updated +Info 432 [16:24:21.695] Format host information updated +Info 433 [16:24:21.809] Format host information updated +Info 434 [16:24:21.954] Format host information updated +Info 435 [16:24:22.019] Format host information updated +Info 436 [16:24:22.076] Format host information updated +Info 437 [16:24:22.210] Format host information updated +Info 438 [16:24:22.528] Format host information updated +Info 439 [16:24:23.234] Format host information updated +Info 440 [16:24:23.859] Format host information updated +Info 441 [16:24:24.229] Format host information updated +Info 442 [16:24:24.383] Format host information updated +Info 443 [16:24:24.530] Format host information updated +Info 444 [16:24:24.688] Format host information updated +Info 445 [16:24:25.073] Format host information updated +Info 446 [16:24:25.440] Format host information updated +Info 447 [16:24:25.518] Format host information updated +Info 448 [16:24:25.715] Format host information updated +Info 449 [16:24:25.818] Format host information updated +Info 450 [16:24:25.916] Format host information updated +Info 451 [16:24:26.025] Format host information updated +Info 452 [16:24:26.504] Format host information updated +Info 453 [16:24:26.821] Format host information updated +Info 454 [16:24:27.186] Format host information updated +Info 455 [16:24:28.373] Format host information updated +Info 456 [16:24:28.939] Format host information updated +Info 457 [16:24:28.998] Format host information updated +Info 458 [16:24:29.164] Format host information updated +Info 459 [16:24:29.598] Format host information updated +Info 460 [16:24:29.857] Format host information updated +Info 461 [16:24:31.144] Format host information updated +Info 462 [16:24:31.311] Format host information updated +Info 463 [16:24:31.462] Format host information updated +Info 464 [16:24:31.549] Format host information updated +Info 465 [16:24:32.020] Format host information updated +Info 466 [16:24:32.233] Format host information updated +Info 467 [16:24:32.700] Format host information updated +Info 468 [16:24:32.767] Format host information updated +Info 469 [16:24:33.174] Format host information updated +Info 470 [16:24:33.240] Format host information updated +Info 471 [16:24:33.480] Format host information updated +Info 472 [16:24:33.538] Format host information updated +Info 473 [16:24:33.826] Format host information updated +Info 474 [16:24:34.209] Format host information updated +Info 475 [16:24:34.329] Format host information updated +Info 476 [16:37:17.265] Format host information updated +Info 477 [16:37:17.365] Format host information updated +Info 478 [16:37:17.463] Format host information updated +Info 479 [16:37:17.622] Format host information updated +Info 480 [16:37:18.426] Format host information updated +Info 481 [16:37:18.729] Format host information updated +Info 482 [16:37:19.303] Format host information updated +Info 483 [16:37:19.613] Format host information updated +Info 484 [16:37:19.729] Format host information updated +Info 485 [16:37:19.819] Format host information updated +Info 486 [16:37:19.881] Format host information updated +Info 487 [16:37:19.943] Format host information updated +Info 488 [16:37:20.007] Format host information updated +Info 489 [16:37:20.073] Format host information updated +Info 490 [16:37:20.271] Format host information updated +Info 491 [16:37:20.334] Format host information updated +Info 492 [16:37:20.607] Format host information updated +Info 493 [16:37:20.736] Format host information updated +Info 494 [16:37:20.812] Format host information updated +Info 495 [16:37:20.902] Format host information updated +Info 496 [16:37:20.984] Format host information updated +Info 497 [16:37:21.247] Format host information updated +Info 498 [16:37:21.514] Format host information updated +Info 499 [16:37:21.697] Format host information updated +Info 500 [16:37:21.899] Format host information updated +Info 501 [16:37:22.116] Format host information updated +Info 502 [16:37:22.230] Format host information updated +Info 503 [16:37:22.401] Format host information updated +Info 504 [16:37:22.588] Format host information updated +Info 505 [16:37:24.041] Format host information updated +Info 506 [16:37:24.104] Format host information updated +Info 507 [16:37:24.217] Format host information updated +Info 508 [16:37:24.338] Format host information updated +Info 509 [16:37:24.415] Format host information updated +Info 510 [16:37:24.480] Format host information updated +Info 511 [16:37:24.695] Format host information updated +Info 512 [16:37:46.249] Format host information updated +Info 513 [16:37:46.531] Format host information updated +Info 514 [16:37:47.007] Format host information updated +Info 515 [16:37:47.420] Format host information updated diff --git a/.log/tsserver-log-RsokmK/tsserver.log b/.log/tsserver-log-RsokmK/tsserver.log new file mode 100644 index 0000000..05d461f --- /dev/null +++ b/.log/tsserver-log-RsokmK/tsserver.log @@ -0,0 +1,1079 @@ +Info 0 [14:31:22.957] Starting TS Server +Info 1 [14:31:22.957] Version: 5.2.2 +Info 2 [14:31:22.958] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/44e1ffb47e55f0cf7901b66791423bfd/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-RsokmK/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:31:22.958] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:31:22.958] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [14:31:22.962] Format host information updated +Info 6 [14:31:22.967] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [14:31:23.312] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 345.2416409999132ms +Info 8 [14:31:23.312] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [14:31:23.312] Files (8) + +Info 10 [14:31:23.312] ----------------------------------------------- +Info 11 [14:31:23.313] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [14:31:23.313] Files (8) + +Info 11 [14:31:23.313] ----------------------------------------------- +Info 11 [14:31:23.313] Open files: +Info 11 [14:31:23.313] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [14:31:23.313] Projects: /dev/null/inferredProject1* +Info 11 [14:31:23.333] getCompletionData: Get current token: 0.09083199873566628 +Info 12 [14:31:23.333] getCompletionData: Is inside comment: 0.0063479989767074585 +Info 13 [14:31:23.334] getCompletionData: Get previous token: 0.17136700078845024 +Info 14 [14:31:23.334] getCompletionsAtPosition: isCompletionListBlocker: 0.263289000838995 +Info 15 [14:31:23.341] getExportInfoMap: cache miss or empty; calculating new results +Info 16 [14:31:23.343] getExportInfoMap: done in 1.5239900015294552 ms +Info 17 [14:31:23.344] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18 [14:31:23.344] collectAutoImports: response is complete +Info 19 [14:31:23.344] collectAutoImports: 0.7707899995148182 +Info 20 [14:31:23.344] getCompletionData: Semantic work: 10.055679999291897 +Info 21 [14:31:23.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 26.676155999302864 +Info 22 [14:31:23.376] Format host information updated +Info 23 [14:31:23.381] getCompletionData: Get current token: 0.017455000430345535 +Info 24 [14:31:23.381] getCompletionData: Is inside comment: 0.004845999181270599 +Info 25 [14:31:23.381] getCompletionData: Get previous token: 0.1253260001540184 +Info 26 [14:31:23.381] getCompletionsAtPosition: isCompletionListBlocker: 0.01852700114250183 +Info 27 [14:31:23.383] getExportInfoMap: cache hit +Info 28 [14:31:23.383] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29 [14:31:23.383] collectAutoImports: response is complete +Info 30 [14:31:23.383] collectAutoImports: 0.08686399832367897 +Info 31 [14:31:23.383] getCompletionData: Semantic work: 1.8685400001704693 +Info 32 [14:31:23.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.401184000074863 +Info 33 [14:31:23.395] Format host information updated +Info 34 [14:31:23.398] Format host information updated +Info 35 [14:31:23.399] Format host information updated +Info 36 [14:31:23.525] Format host information updated +Info 37 [14:31:23.661] Format host information updated +Info 38 [14:31:23.767] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 39 [14:31:23.773] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 6.478674001991749ms +Info 40 [14:31:23.773] Different program with same set of files +Info 41 [14:31:23.774] getCompletionData: Get current token: 0.006685998290777206 +Info 42 [14:31:23.774] getCompletionData: Is inside comment: 0.018803998827934265 +Info 43 [14:31:23.774] getCompletionData: Get previous token: 0.03276799991726875 +Info 44 [14:31:23.774] getCompletionsAtPosition: isCompletionListBlocker: 0.012412000447511673 +Info 45 [14:31:23.776] getExportInfoMap: cache hit +Info 46 [14:31:23.776] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 47 [14:31:23.776] collectAutoImports: response is complete +Info 48 [14:31:23.776] collectAutoImports: 0.6064860001206398 +Info 49 [14:31:23.776] getCompletionData: Semantic work: 2.6335400007665157 +Info 50 [14:31:23.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.033236000686884 +Info 51 [14:31:23.789] Format host information updated +Info 52 [14:31:24.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 53 [14:31:24.214] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 4.83551000058651ms +Info 54 [14:31:24.214] Different program with same set of files +Info 55 [14:31:24.214] getCompletionData: Get current token: 0.005997002124786377 +Info 56 [14:31:24.214] getCompletionData: Is inside comment: 0.0567530021071434 +Info 57 [14:31:24.214] getCompletionData: Get previous token: 0.05891500040888786 +Info 58 [14:31:24.215] getCompletionsAtPosition: isCompletionListBlocker: 0.0028069987893104553 +Info 59 [14:31:24.218] getCompletionData: Semantic work: 3.610971998423338 +Info 60 [14:31:24.219] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1100970022380352 +Info 61 [14:31:24.219] Format host information updated +Info 62 [14:31:24.467] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 63 [14:31:24.474] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 7.101451996713877ms +Info 64 [14:31:24.474] Different program with same set of files +Info 65 [14:31:24.474] getCompletionData: Get current token: 0.008386000990867615 +Info 66 [14:31:24.474] getCompletionData: Is inside comment: 0.03210500255227089 +Info 67 [14:31:24.474] getCompletionData: Get previous token: 0.0555649995803833 +Info 68 [14:31:24.474] getCompletionsAtPosition: isCompletionListBlocker: 0.004778001457452774 +Info 69 [14:31:24.475] getCompletionData: Semantic work: 1.1240550018846989 +Info 70 [14:31:24.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22971399873495102 +Info 71 [14:31:24.476] Format host information updated +Info 72 [14:31:24.527] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 73 [14:31:24.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 6.246700000017881ms +Info 74 [14:31:24.534] Different program with same set of files +Info 75 [14:31:24.534] getCompletionData: Get current token: 0.010313000530004501 +Info 76 [14:31:24.534] getCompletionData: Is inside comment: 0.03500399738550186 +Info 77 [14:31:24.534] getCompletionData: Get previous token: 0.06088399887084961 +Info 78 [14:31:24.534] getCompletionsAtPosition: isCompletionListBlocker: 0.0036479979753494263 +Info 79 [14:31:24.535] getCompletionData: Semantic work: 1.0763069987297058 +Info 80 [14:31:24.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.15130800008773804 +Info 81 [14:31:24.536] Format host information updated +Info 82 [14:31:24.609] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 83 [14:31:24.614] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 4.106515001505613ms +Info 84 [14:31:24.614] Different program with same set of files +Info 85 [14:31:24.614] getCompletionData: Get current token: 0.005607001483440399 +Info 86 [14:31:24.614] getCompletionData: Is inside comment: 0.01654300093650818 +Info 87 [14:31:24.614] getCompletionData: Get previous token: 0.021269001066684723 +Info 88 [14:31:24.614] getCompletionsAtPosition: isCompletionListBlocker: 0.0020959973335266113 +Info 89 [14:31:24.615] getCompletionData: Semantic work: 0.7211019992828369 +Info 90 [14:31:24.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08432699739933014 +Info 91 [14:31:24.615] Format host information updated +Info 92 [14:31:24.825] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 93 [14:31:24.831] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 5.872179001569748ms +Info 94 [14:31:24.831] Different program with same set of files +Info 95 [14:31:24.831] getCompletionData: Get current token: 0.004493001848459244 +Info 96 [14:31:24.831] getCompletionData: Is inside comment: 0.00998000055551529 +Info 97 [14:31:24.831] getCompletionData: Get previous token: 0.017480000853538513 +Info 98 [14:31:24.831] getCompletionsAtPosition: isCompletionListBlocker: 0.002569999545812607 +Info 99 [14:31:24.832] getCompletionData: Semantic work: 0.7502660006284714 +Info 100 [14:31:24.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09150100126862526 +Info 101 [14:31:24.832] Format host information updated +Info 102 [14:31:24.912] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 103 [14:31:24.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 3.6414930000901222ms +Info 104 [14:31:24.915] Different program with same set of files +Info 105 [14:31:24.916] getCompletionData: Get current token: 0.0049279965460300446 +Info 106 [14:31:24.916] getCompletionData: Is inside comment: 0.011459998786449432 +Info 107 [14:31:24.916] getCompletionData: Get previous token: 0.018764998763799667 +Info 108 [14:31:24.916] getCompletionsAtPosition: isCompletionListBlocker: 0.025950998067855835 +Info 109 [14:31:24.917] getCompletionData: Semantic work: 0.7178470008075237 +Info 110 [14:31:24.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09011400118470192 +Info 111 [14:31:24.917] Format host information updated +Info 112 [14:31:25.042] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 113 [14:31:25.046] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 4.222136002033949ms +Info 114 [14:31:25.046] Different program with same set of files +Info 115 [14:31:25.046] getCompletionData: Get current token: 0.005470000207424164 +Info 116 [14:31:25.046] getCompletionData: Is inside comment: 0.012942999601364136 +Info 117 [14:31:25.046] getCompletionData: Get previous token: 0.02024400234222412 +Info 118 [14:31:25.047] getCompletionsAtPosition: isCompletionListBlocker: 0.0054979994893074036 +Info 119 [14:31:25.048] getCompletionData: Semantic work: 0.9422309994697571 +Info 120 [14:31:25.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08168600127100945 +Info 121 [14:31:25.048] Format host information updated +Info 122 [14:31:25.164] Format host information updated +Info 123 [14:31:25.250] Format host information updated +Info 124 [14:31:25.593] Format host information updated +Info 125 [14:31:25.654] Format host information updated +Info 126 [14:31:26.125] Format host information updated +Info 127 [14:53:11.402] Format host information updated +Info 128 [14:53:13.326] Format host information updated +Info 129 [14:53:13.387] Format host information updated +Info 130 [14:53:13.501] Format host information updated +Info 131 [14:53:13.668] Format host information updated +Info 132 [14:53:13.908] Format host information updated +Info 133 [14:53:13.963] Format host information updated +Info 134 [14:53:14.198] Format host information updated +Info 135 [14:53:14.395] Format host information updated +Info 136 [14:53:14.729] Format host information updated +Info 137 [14:53:14.867] Format host information updated +Info 138 [14:53:15.130] Format host information updated +Info 139 [14:53:15.227] Format host information updated +Info 140 [14:53:15.650] Format host information updated +Info 141 [14:53:15.650] Format host information updated +Info 142 [14:53:15.651] Format host information updated +Info 143 [14:53:18.178] Format host information updated +Info 144 [14:53:20.426] Format host information updated +Info 145 [14:53:20.498] Format host information updated +Info 146 [14:53:20.634] Format host information updated +Info 147 [14:53:20.914] Format host information updated +Info 148 [14:53:21.173] Format host information updated +Info 149 [14:53:21.232] Format host information updated +Info 150 [14:53:21.704] Format host information updated +Info 151 [14:53:21.887] Format host information updated +Info 152 [14:53:22.042] Format host information updated +Info 153 [14:53:22.132] Format host information updated +Info 154 [14:53:22.272] Format host information updated +Info 155 [14:53:22.460] Format host information updated +Info 156 [14:53:22.528] Format host information updated +Info 157 [14:53:22.793] Format host information updated +Info 158 [14:53:26.368] Format host information updated +Info 159 [14:53:26.999] Format host information updated +Info 160 [14:53:27.063] Format host information updated +Info 161 [14:53:27.123] Format host information updated +Info 162 [14:53:27.211] Format host information updated +Info 163 [14:53:27.449] Format host information updated +Info 164 [14:53:27.605] Format host information updated +Info 165 [14:53:27.762] Format host information updated +Info 166 [14:53:27.912] Format host information updated +Info 167 [14:53:27.975] Format host information updated +Info 168 [14:53:28.037] Format host information updated +Info 169 [14:53:28.170] Format host information updated +Info 170 [14:53:28.361] Format host information updated +Info 171 [14:53:28.450] Format host information updated +Info 172 [14:53:29.025] Format host information updated +Info 173 [14:53:31.249] Format host information updated +Info 174 [14:53:31.635] Format host information updated +Info 175 [14:53:31.757] Format host information updated +Info 176 [14:53:31.845] Format host information updated +Info 177 [14:53:32.156] Format host information updated +Info 178 [14:53:32.322] Format host information updated +Info 179 [14:53:32.515] Format host information updated +Info 180 [14:53:32.852] Format host information updated +Info 181 [14:53:32.994] Format host information updated +Info 182 [14:53:33.262] Format host information updated +Info 183 [14:53:33.476] Format host information updated +Info 184 [14:53:33.661] Format host information updated +Info 185 [14:53:37.396] Format host information updated +Info 186 [14:53:38.511] Format host information updated +Info 187 [14:53:38.646] Format host information updated +Info 188 [14:53:38.730] Format host information updated +Info 189 [14:53:38.905] Format host information updated +Info 190 [14:53:39.086] Format host information updated +Info 191 [14:53:39.179] Format host information updated +Info 192 [14:53:39.293] Format host information updated +Info 193 [14:53:40.719] Format host information updated +Info 194 [14:53:40.783] Format host information updated +Info 195 [14:53:41.028] Format host information updated +Info 196 [14:53:41.179] Format host information updated +Info 197 [14:53:41.520] Format host information updated +Info 198 [14:53:41.624] Format host information updated +Info 199 [14:53:41.745] Format host information updated +Info 200 [14:53:41.975] Format host information updated +Info 201 [14:53:42.172] Format host information updated +Info 202 [14:53:42.233] Format host information updated +Info 203 [14:53:42.518] Format host information updated +Info 204 [14:53:43.077] Format host information updated +Info 205 [14:53:43.078] Format host information updated +Info 206 [14:53:43.079] Format host information updated +Info 207 [14:53:43.139] Format host information updated +Info 208 [14:53:51.678] Format host information updated +Info 209 [14:53:51.757] Format host information updated +Info 210 [14:53:52.541] Format host information updated +Info 211 [14:53:53.602] Format host information updated +Info 212 [14:53:54.695] Format host information updated +Info 213 [14:53:56.232] Format host information updated +Info 214 [14:53:56.293] Format host information updated +Info 215 [14:53:56.419] Format host information updated +Info 216 [14:53:56.699] Format host information updated +Info 217 [14:53:56.777] Format host information updated +Info 218 [14:53:56.891] Format host information updated +Info 219 [14:53:57.550] Format host information updated +Info 220 [14:53:57.551] Format host information updated +Info 221 [14:54:05.458] Format host information updated +Info 222 [14:54:06.861] Format host information updated +Info 223 [14:54:06.928] Format host information updated +Info 224 [14:54:07.065] Format host information updated +Info 225 [14:54:07.326] Format host information updated +Info 226 [14:54:07.512] Format host information updated +Info 227 [14:54:07.635] Format host information updated +Info 228 [14:54:07.729] Format host information updated +Info 229 [14:54:07.836] Format host information updated +Info 230 [14:54:08.467] Format host information updated +Info 231 [14:54:08.557] Format host information updated +Info 232 [14:54:09.667] Format host information updated +Info 233 [14:54:13.474] Format host information updated +Info 234 [15:11:09.893] Format host information updated +Info 235 [15:11:09.954] Format host information updated +Info 236 [15:11:10.041] Format host information updated +Info 237 [15:11:10.134] Format host information updated +Info 238 [15:11:10.425] Format host information updated +Info 239 [15:11:19.596] Format host information updated +Info 240 [15:11:19.700] Format host information updated +Info 241 [15:11:19.820] Format host information updated +Info 242 [15:11:20.142] Format host information updated +Info 243 [15:11:57.998] Format host information updated +Info 244 [15:11:58.358] Format host information updated +Info 245 [15:11:58.742] Format host information updated +Info 246 [15:11:58.898] Format host information updated +Info 247 [15:11:59.038] Format host information updated +Info 248 [15:11:59.251] Format host information updated +Info 249 [15:11:59.598] Format host information updated +Info 250 [15:11:59.954] Format host information updated +Info 251 [15:12:00.387] Format host information updated +Info 252 [15:12:00.543] Format host information updated +Info 253 [15:12:00.711] Format host information updated +Info 254 [15:12:01.045] Format host information updated +Info 255 [15:12:01.168] Format host information updated +Info 256 [15:12:01.283] Format host information updated +Info 257 [15:12:01.516] Format host information updated +Info 258 [15:12:01.661] Format host information updated +Info 259 [15:12:01.769] Format host information updated +Info 260 [15:12:01.878] Format host information updated +Info 261 [15:12:01.945] Format host information updated +Info 262 [15:12:02.076] Format host information updated +Info 263 [15:12:02.314] Format host information updated +Info 264 [15:12:02.693] Format host information updated +Info 265 [15:12:02.997] Format host information updated +Info 266 [15:12:03.059] Format host information updated +Info 267 [15:12:03.178] Format host information updated +Info 268 [15:12:03.305] Format host information updated +Info 269 [15:12:03.488] Format host information updated +Info 270 [15:12:03.643] Format host information updated +Info 271 [15:12:03.779] Format host information updated +Info 272 [15:12:03.909] Format host information updated +Info 273 [15:12:04.046] Format host information updated +Info 274 [15:12:04.143] Format host information updated +Info 275 [15:12:04.264] Format host information updated +Info 276 [15:12:04.338] Format host information updated +Info 277 [15:12:04.578] Format host information updated +Info 278 [15:12:04.616] Format host information updated +Info 279 [15:12:04.675] Format host information updated +Info 280 [15:12:05.831] Format host information updated +Info 281 [15:12:06.001] Format host information updated +Info 282 [15:12:07.619] Format host information updated +Info 283 [15:12:07.693] Format host information updated +Info 284 [15:12:08.688] Format host information updated +Info 285 [15:12:08.767] Format host information updated +Info 286 [15:12:08.976] Format host information updated +Info 287 [15:12:09.162] Format host information updated +Info 288 [15:12:09.322] Format host information updated +Info 289 [15:12:09.426] Format host information updated +Info 290 [15:12:09.550] Format host information updated +Info 291 [15:12:09.633] Format host information updated +Info 292 [15:12:09.865] Format host information updated +Info 293 [15:12:09.993] Format host information updated +Info 294 [15:12:10.053] Format host information updated +Info 295 [15:12:10.226] Format host information updated +Info 296 [15:12:10.675] Format host information updated +Info 297 [15:12:16.553] Format host information updated +Info 298 [15:12:16.646] Format host information updated +Info 299 [15:12:16.812] Format host information updated +Info 300 [15:12:16.920] Format host information updated +Info 301 [15:12:17.165] Format host information updated +Info 302 [15:12:18.181] Format host information updated +Info 303 [15:12:18.403] Format host information updated +Info 304 [15:12:18.477] Format host information updated +Info 305 [15:12:18.646] Format host information updated +Info 306 [15:12:18.797] Format host information updated +Info 307 [15:12:18.940] Format host information updated +Info 308 [15:12:19.040] Format host information updated +Info 309 [15:12:19.190] Format host information updated +Info 310 [15:12:19.488] Format host information updated +Info 311 [15:12:19.702] Format host information updated +Info 312 [15:12:20.112] Format host information updated +Info 313 [15:12:20.184] Format host information updated +Info 314 [15:12:20.630] Format host information updated +Info 315 [15:12:20.781] Format host information updated +Info 316 [15:12:20.959] Format host information updated +Info 317 [15:12:21.140] Format host information updated +Info 318 [15:12:21.590] Format host information updated +Info 319 [15:12:22.065] Format host information updated +Info 320 [15:12:22.402] Format host information updated +Info 321 [15:12:22.828] Format host information updated +Info 322 [15:12:23.025] Format host information updated +Info 323 [15:12:27.147] Format host information updated +Info 324 [15:12:29.180] Format host information updated +Info 325 [15:12:29.865] Format host information updated +Info 326 [15:12:29.963] Format host information updated +Info 327 [15:12:30.099] Format host information updated +Info 328 [15:12:30.222] Format host information updated +Info 329 [15:12:30.283] Format host information updated +Info 330 [15:12:30.343] Format host information updated +Info 331 [15:12:30.572] Format host information updated +Info 332 [15:12:30.747] Format host information updated +Info 333 [15:12:30.839] Format host information updated +Info 334 [15:12:30.923] Format host information updated +Info 335 [15:12:31.304] Format host information updated +Info 336 [15:12:31.477] Format host information updated +Info 337 [15:12:31.698] Format host information updated +Info 338 [15:12:32.098] Format host information updated +Info 339 [15:12:32.098] Format host information updated +Info 340 [15:12:32.099] Format host information updated +Info 341 [15:12:32.237] Format host information updated +Info 342 [15:12:32.673] Format host information updated +Info 343 [15:12:32.804] Format host information updated +Info 344 [15:12:32.924] Format host information updated +Info 345 [15:12:33.062] Format host information updated +Info 346 [15:12:33.212] Format host information updated +Info 347 [15:12:33.263] Format host information updated +Info 348 [15:12:33.375] Format host information updated +Info 349 [15:12:33.452] Format host information updated +Info 350 [15:12:33.542] Format host information updated +Info 351 [15:12:33.619] Format host information updated +Info 352 [15:12:35.109] Format host information updated +Info 353 [15:12:35.219] Format host information updated +Info 354 [15:12:35.405] Format host information updated +Info 355 [15:12:35.466] Format host information updated +Info 356 [15:12:35.551] Format host information updated +Info 357 [15:12:35.646] Format host information updated +Info 358 [15:12:35.862] Format host information updated +Info 359 [15:12:35.954] Format host information updated +Info 360 [15:12:36.109] Format host information updated +Info 361 [15:12:36.200] Format host information updated +Info 362 [15:12:37.719] Format host information updated +Info 363 [15:12:37.835] Format host information updated +Info 364 [15:12:37.905] Format host information updated +Info 365 [15:12:38.184] Format host information updated +Info 366 [15:12:38.407] Format host information updated +Info 367 [15:12:38.784] Format host information updated +Info 368 [15:12:38.859] Format host information updated +Info 369 [15:12:39.088] Format host information updated +Info 370 [15:12:39.268] Format host information updated +Info 371 [15:12:39.500] Format host information updated +Info 372 [15:12:39.568] Format host information updated +Info 373 [15:12:39.824] Format host information updated +Info 374 [15:12:39.958] Format host information updated +Info 375 [15:12:40.359] Format host information updated +Info 376 [15:12:40.512] Format host information updated +Info 377 [15:12:40.590] Format host information updated +Info 378 [15:12:53.629] Format host information updated +Info 379 [15:12:54.740] Format host information updated +Info 380 [15:12:55.367] Format host information updated +Info 381 [15:13:01.853] Format host information updated +Info 382 [15:13:01.923] Format host information updated +Info 383 [15:13:03.008] Format host information updated +Info 384 [15:13:03.660] Format host information updated +Info 385 [15:13:04.800] Format host information updated +Info 386 [15:13:04.883] Format host information updated +Info 387 [15:13:05.047] Format host information updated +Info 388 [15:13:05.147] Format host information updated +Info 389 [15:13:05.363] Format host information updated +Info 390 [15:13:05.450] Format host information updated +Info 391 [15:13:05.841] Format host information updated +Info 392 [15:13:06.148] Format host information updated +Info 393 [15:13:06.699] Format host information updated +Info 394 [15:13:06.989] Format host information updated +Info 395 [15:13:07.079] Format host information updated +Info 396 [15:13:07.179] Format host information updated +Info 397 [15:13:07.587] Format host information updated +Info 398 [15:13:07.589] Format host information updated +Info 399 [15:14:26.224] Format host information updated +Info 400 [15:14:26.801] Format host information updated +Info 401 [15:14:29.229] Format host information updated +Info 402 [15:14:29.368] Format host information updated +Info 403 [15:14:29.431] Format host information updated +Info 404 [15:14:29.550] Format host information updated +Info 405 [15:14:29.610] Format host information updated +Info 406 [15:14:29.745] Format host information updated +Info 407 [15:14:29.903] Format host information updated +Info 408 [15:14:30.043] Format host information updated +Info 409 [15:14:30.186] Format host information updated +Info 410 [15:14:30.333] Format host information updated +Info 411 [15:14:30.498] Format host information updated +Info 412 [15:14:30.685] Format host information updated +Info 413 [15:14:30.963] Format host information updated +Info 414 [15:14:31.158] Format host information updated +Info 415 [15:14:31.433] Format host information updated +Info 416 [15:14:31.547] Format host information updated +Info 417 [15:14:31.620] Format host information updated +Info 418 [15:14:31.731] Format host information updated +Info 419 [15:14:31.819] Format host information updated +Info 420 [15:14:31.915] Format host information updated +Info 421 [15:14:32.028] Format host information updated +Info 422 [15:14:32.619] Format host information updated +Info 423 [15:14:32.686] Format host information updated +Info 424 [15:14:32.740] Format host information updated +Info 425 [15:14:32.800] Format host information updated +Info 426 [15:14:32.972] Format host information updated +Info 427 [15:14:33.081] Format host information updated +Info 428 [15:14:33.164] Format host information updated +Info 429 [15:14:33.244] Format host information updated +Info 430 [15:14:33.311] Format host information updated +Info 431 [15:14:33.465] Format host information updated +Info 432 [15:14:33.612] Format host information updated +Info 433 [15:14:33.728] Format host information updated +Info 434 [15:14:33.843] Format host information updated +Info 435 [15:14:33.929] Format host information updated +Info 436 [15:14:34.189] Format host information updated +Info 437 [15:14:37.282] Format host information updated +Info 438 [15:14:37.362] Format host information updated +Info 439 [15:14:38.105] Format host information updated +Info 440 [15:18:08.080] Format host information updated +Info 441 [15:18:11.100] Format host information updated +Info 442 [15:18:11.339] Format host information updated +Info 443 [15:18:11.401] Format host information updated +Info 444 [15:18:11.642] Format host information updated +Info 445 [15:18:11.708] Format host information updated +Info 446 [15:18:11.828] Format host information updated +Info 447 [15:18:11.889] Format host information updated +Info 448 [15:18:12.075] Format host information updated +Info 449 [15:18:12.151] Format host information updated +Info 450 [15:18:12.239] Format host information updated +Info 451 [15:18:12.318] Format host information updated +Info 452 [15:18:12.378] Format host information updated +Info 453 [15:18:12.650] Format host information updated +Info 454 [15:18:12.814] Format host information updated +Info 455 [15:18:13.058] Format host information updated +Info 456 [15:18:13.319] Format host information updated +Info 457 [15:18:13.388] Format host information updated +Info 458 [15:18:13.514] Format host information updated +Info 459 [15:18:13.836] Format host information updated +Info 460 [15:18:13.967] Format host information updated +Info 461 [15:18:14.075] Format host information updated +Info 462 [15:18:14.147] Format host information updated +Info 463 [15:18:14.246] Format host information updated +Info 464 [15:18:14.374] Format host information updated +Info 465 [15:18:14.506] Format host information updated +Info 466 [15:18:14.532] Format host information updated +Info 467 [15:18:15.780] Format host information updated +Info 468 [15:18:16.073] Format host information updated +Info 469 [15:18:16.421] Format host information updated +Info 470 [15:18:16.662] Format host information updated +Info 471 [15:18:16.730] Format host information updated +Info 472 [15:18:16.905] Format host information updated +Info 473 [15:18:19.739] Format host information updated +Info 474 [15:18:19.949] Format host information updated +Info 475 [15:18:20.055] Format host information updated +Info 476 [15:18:20.407] Format host information updated +Info 477 [15:18:20.555] Format host information updated +Info 478 [15:18:20.651] Format host information updated +Info 479 [15:18:20.716] Format host information updated +Info 480 [15:18:20.906] Format host information updated +Info 481 [15:18:23.601] Format host information updated +Info 482 [15:18:23.809] Format host information updated +Info 483 [15:18:23.998] Format host information updated +Info 484 [15:18:24.174] Format host information updated +Info 485 [15:18:24.587] Format host information updated +Info 486 [15:18:24.700] Format host information updated +Info 487 [15:18:24.837] Format host information updated +Info 488 [15:18:24.996] Format host information updated +Info 489 [15:18:25.096] Format host information updated +Info 490 [15:18:25.184] Format host information updated +Info 491 [15:18:25.323] Format host information updated +Info 492 [15:18:25.619] Format host information updated +Info 493 [15:18:25.699] Format host information updated +Info 494 [15:18:25.876] Format host information updated +Info 495 [15:18:25.994] Format host information updated +Info 496 [15:18:26.195] Format host information updated +Info 497 [15:18:26.421] Format host information updated +Info 498 [15:18:26.509] Format host information updated +Info 499 [15:18:27.594] Format host information updated +Info 500 [15:18:27.773] Format host information updated +Info 501 [15:18:28.003] Format host information updated +Info 502 [15:18:28.152] Format host information updated +Info 503 [15:18:28.385] Format host information updated +Info 504 [15:18:28.689] Format host information updated +Info 505 [15:18:28.691] Format host information updated +Info 506 [15:18:28.828] Format host information updated +Info 507 [15:18:29.245] Format host information updated +Info 508 [15:18:29.550] Format host information updated +Info 509 [15:18:39.937] Format host information updated +Info 510 [15:18:40.056] Format host information updated +Info 511 [15:18:40.117] Format host information updated +Info 512 [15:18:40.283] Format host information updated +Info 513 [15:18:40.500] Format host information updated +Info 514 [15:18:40.658] Format host information updated +Info 515 [15:18:40.864] Format host information updated +Info 516 [15:18:41.009] Format host information updated +Info 517 [15:18:41.146] Format host information updated +Info 518 [15:18:41.371] Format host information updated +Info 519 [15:18:41.583] Format host information updated +Info 520 [15:18:41.717] Format host information updated +Info 521 [15:18:41.925] Format host information updated +Info 522 [15:18:42.750] Format host information updated +Info 523 [15:18:42.984] Format host information updated +Info 524 [15:18:43.077] Format host information updated +Info 525 [15:18:43.151] Format host information updated +Info 526 [15:18:43.307] Format host information updated +Info 527 [15:18:43.494] Format host information updated +Info 528 [15:18:43.584] Format host information updated +Info 529 [15:18:43.644] Format host information updated +Info 530 [15:18:43.708] Format host information updated +Info 531 [15:18:44.094] Format host information updated +Info 532 [15:18:44.282] Format host information updated +Info 533 [15:18:44.395] Format host information updated +Info 534 [15:18:46.192] Format host information updated +Info 535 [15:18:46.253] Format host information updated +Info 536 [15:18:46.660] Format host information updated +Info 537 [15:18:46.919] Format host information updated +Info 538 [15:18:47.151] Format host information updated +Info 539 [15:18:47.211] Format host information updated +Info 540 [15:18:47.516] Format host information updated +Info 541 [15:18:48.160] Format host information updated +Info 542 [15:18:48.864] Format host information updated +Info 543 [15:18:48.921] Format host information updated +Info 544 [15:18:49.134] Format host information updated +Info 545 [15:18:52.542] Format host information updated +Info 546 [15:18:52.764] Format host information updated +Info 547 [15:18:53.363] Format host information updated +Info 548 [15:18:53.602] Format host information updated +Info 549 [15:18:53.826] Format host information updated +Info 550 [15:18:54.164] Format host information updated +Info 551 [15:18:54.264] Format host information updated +Info 552 [15:19:03.976] Format host information updated +Info 553 [15:19:04.057] Format host information updated +Info 554 [15:19:05.875] Format host information updated +Info 555 [15:19:05.956] Format host information updated +Info 556 [15:19:06.152] Format host information updated +Info 557 [15:19:06.383] Format host information updated +Info 558 [15:19:06.461] Format host information updated +Info 559 [15:19:07.246] Format host information updated +Info 560 [15:19:07.323] Format host information updated +Info 561 [15:19:07.444] Format host information updated +Info 562 [15:19:07.517] Format host information updated +Info 563 [15:19:07.757] Format host information updated +Info 564 [15:19:07.825] Format host information updated +Info 565 [15:19:07.989] Format host information updated +Info 566 [15:19:08.240] Format host information updated +Info 567 [15:19:08.592] Format host information updated +Info 568 [15:19:08.653] Format host information updated +Info 569 [15:19:08.822] Format host information updated +Info 570 [15:19:08.923] Format host information updated +Info 571 [15:19:09.786] Format host information updated +Info 572 [15:19:09.786] Format host information updated +Info 573 [15:19:09.786] Format host information updated +Info 574 [15:19:09.787] Format host information updated +Info 575 [15:19:11.368] Format host information updated +Info 576 [15:19:13.757] Format host information updated +Info 577 [15:19:13.885] Format host information updated +Info 578 [15:19:14.498] Format host information updated +Info 579 [15:19:14.717] Format host information updated +Info 580 [15:19:14.777] Format host information updated +Info 581 [15:19:15.074] Format host information updated +Info 582 [15:19:16.114] Format host information updated +Info 583 [15:19:16.522] Format host information updated +Info 584 [15:19:16.738] Format host information updated +Info 585 [15:19:16.934] Format host information updated +Info 586 [15:19:16.996] Format host information updated +Info 587 [15:19:17.057] Format host information updated +Info 588 [15:19:18.094] Format host information updated +Info 589 [15:19:18.241] Format host information updated +Info 590 [15:19:18.402] Format host information updated +Info 591 [15:19:18.466] Format host information updated +Info 592 [15:19:18.658] Format host information updated +Info 593 [15:19:18.931] Format host information updated +Info 594 [15:19:19.072] Format host information updated +Info 595 [15:19:19.296] Format host information updated +Info 596 [15:19:20.563] Format host information updated +Info 597 [15:19:20.985] Format host information updated +Info 598 [15:19:21.527] Format host information updated +Info 599 [15:19:21.633] Format host information updated +Info 600 [15:19:21.850] Format host information updated +Info 601 [15:19:21.927] Format host information updated +Info 602 [15:19:22.048] Format host information updated +Info 603 [15:19:22.167] Format host information updated +Info 604 [15:19:22.321] Format host information updated +Info 605 [15:19:22.656] Format host information updated +Info 606 [15:19:22.761] Format host information updated +Info 607 [15:19:22.925] Format host information updated +Info 608 [15:19:23.105] Format host information updated +Info 609 [15:19:23.266] Format host information updated +Info 610 [15:19:23.326] Format host information updated +Info 611 [15:19:23.492] Format host information updated +Info 612 [15:19:23.671] Format host information updated +Info 613 [15:19:23.742] Format host information updated +Info 614 [15:19:24.027] Format host information updated +Info 615 [15:19:24.149] Format host information updated +Info 616 [15:19:24.290] Format host information updated +Info 617 [15:19:24.485] Format host information updated +Info 618 [15:19:24.573] Format host information updated +Info 619 [15:19:24.774] Format host information updated +Info 620 [15:19:24.837] Format host information updated +Info 621 [15:19:24.954] Format host information updated +Info 622 [15:19:25.174] Format host information updated +Info 623 [15:19:25.395] Format host information updated +Info 624 [15:19:31.996] Format host information updated +Info 625 [15:19:32.148] Format host information updated +Info 626 [15:19:32.209] Format host information updated +Info 627 [15:19:32.327] Format host information updated +Info 628 [15:19:32.401] Format host information updated +Info 629 [15:19:32.555] Format host information updated +Info 630 [15:19:32.616] Format host information updated +Info 631 [15:19:32.834] Format host information updated +Info 632 [15:19:32.963] Format host information updated +Info 633 [15:19:33.114] Format host information updated +Info 634 [15:19:33.270] Format host information updated +Info 635 [15:19:33.332] Format host information updated +Info 636 [15:19:33.552] Format host information updated +Info 637 [15:19:33.678] Format host information updated +Info 638 [15:19:33.840] Format host information updated +Info 639 [15:19:33.965] Format host information updated +Info 640 [15:19:34.063] Format host information updated +Info 641 [15:19:34.336] Format host information updated +Info 642 [15:19:34.841] Format host information updated +Info 643 [15:19:40.095] Format host information updated +Info 644 [15:19:40.235] Format host information updated +Info 645 [15:19:40.308] Format host information updated +Info 646 [15:19:40.698] Format host information updated +Info 647 [15:19:43.567] Format host information updated +Info 648 [15:19:45.482] Format host information updated +Info 649 [15:19:47.441] Format host information updated +Info 650 [15:19:47.537] Format host information updated +Info 651 [15:19:47.697] Format host information updated +Info 652 [15:19:47.766] Format host information updated +Info 653 [15:19:47.981] Format host information updated +Info 654 [15:19:48.075] Format host information updated +Info 655 [15:19:48.217] Format host information updated +Info 656 [15:19:48.389] Format host information updated +Info 657 [15:19:48.540] Format host information updated +Info 658 [15:19:48.691] Format host information updated +Info 659 [15:19:48.966] Format host information updated +Info 660 [15:19:51.241] Format host information updated +Info 661 [15:20:04.037] Format host information updated +Info 662 [15:20:04.093] Format host information updated +Info 663 [15:20:04.204] Format host information updated +Info 664 [15:20:04.451] Format host information updated +Info 665 [15:20:04.814] Format host information updated +Info 666 [15:20:05.618] Format host information updated +Info 667 [15:20:05.709] Format host information updated +Info 668 [15:20:05.958] Format host information updated +Info 669 [15:20:06.157] Format host information updated +Info 670 [15:20:06.387] Format host information updated +Info 671 [15:20:06.596] Format host information updated +Info 672 [15:20:06.705] Format host information updated +Info 673 [15:20:06.819] Format host information updated +Info 674 [15:20:07.062] Format host information updated +Info 675 [15:20:07.203] Format host information updated +Info 676 [15:20:07.317] Format host information updated +Info 677 [15:20:07.487] Format host information updated +Info 678 [15:20:07.624] Format host information updated +Info 679 [15:20:07.836] Format host information updated +Info 680 [15:20:08.150] Format host information updated +Info 681 [15:20:12.299] Format host information updated +Info 682 [15:20:12.361] Format host information updated +Info 683 [15:20:12.476] Format host information updated +Info 684 [15:20:12.695] Format host information updated +Info 685 [15:20:12.901] Format host information updated +Info 686 [15:20:12.960] Format host information updated +Info 687 [15:20:13.095] Format host information updated +Info 688 [15:20:13.217] Format host information updated +Info 689 [15:20:13.323] Format host information updated +Info 690 [15:20:13.576] Format host information updated +Info 691 [15:20:13.635] Format host information updated +Info 692 [15:20:14.314] Format host information updated +Info 693 [15:20:14.396] Format host information updated +Info 694 [15:20:15.717] Format host information updated +Info 695 [15:20:16.575] Format host information updated +Info 696 [15:20:16.635] Format host information updated +Info 697 [15:20:16.807] Format host information updated +Info 698 [15:20:17.020] Format host information updated +Info 699 [15:20:17.088] Format host information updated +Info 700 [15:20:17.187] Format host information updated +Info 701 [15:20:17.393] Format host information updated +Info 702 [15:20:17.453] Format host information updated +Info 703 [15:20:17.636] Format host information updated +Info 704 [15:20:17.738] Format host information updated +Info 705 [15:20:18.002] Format host information updated +Info 706 [15:20:18.005] Format host information updated +Info 707 [15:20:18.131] Format host information updated +Info 708 [15:20:18.316] Format host information updated +Info 709 [15:20:18.477] Format host information updated +Info 710 [15:20:18.610] Format host information updated +Info 711 [15:20:18.959] Format host information updated +Info 712 [15:20:19.052] Format host information updated +Info 713 [15:20:41.659] Format host information updated +Info 714 [15:20:42.271] Format host information updated +Info 715 [15:20:43.727] Format host information updated +Info 716 [15:20:43.821] Format host information updated +Info 717 [15:20:43.936] Format host information updated +Info 718 [15:20:44.019] Format host information updated +Info 719 [15:20:44.087] Format host information updated +Info 720 [15:20:44.364] Format host information updated +Info 721 [15:20:48.031] Format host information updated +Info 722 [15:21:08.503] Format host information updated +Info 723 [15:21:08.583] Format host information updated +Info 724 [15:21:08.643] Format host information updated +Info 725 [15:21:08.905] Format host information updated +Info 726 [15:21:09.008] Format host information updated +Info 727 [15:21:11.253] Format host information updated +Info 728 [15:21:11.342] Format host information updated +Info 729 [15:21:12.352] Format host information updated +Info 730 [15:21:13.337] Format host information updated +Info 731 [15:21:13.451] Format host information updated +Info 732 [15:21:13.602] Format host information updated +Info 733 [15:21:13.691] Format host information updated +Info 734 [15:21:13.886] Format host information updated +Info 735 [15:21:13.948] Format host information updated +Info 736 [15:21:14.056] Format host information updated +Info 737 [15:21:14.478] Format host information updated +Info 738 [15:21:14.671] Format host information updated +Info 739 [15:21:14.858] Format host information updated +Info 740 [15:21:15.002] Format host information updated +Info 741 [15:21:15.136] Format host information updated +Info 742 [15:21:15.278] Format host information updated +Info 743 [15:21:15.433] Format host information updated +Info 744 [15:21:15.525] Format host information updated +Info 745 [15:21:15.635] Format host information updated +Info 746 [15:21:15.701] Format host information updated +Info 747 [15:21:15.973] Format host information updated +Info 748 [15:21:16.146] Format host information updated +Info 749 [15:21:16.254] Format host information updated +Info 750 [15:21:16.336] Format host information updated +Info 751 [15:21:16.436] Format host information updated +Info 752 [15:21:16.505] Format host information updated +Info 753 [15:21:17.323] Format host information updated +Info 754 [15:21:17.385] Format host information updated +Info 755 [15:21:17.593] Format host information updated +Info 756 [15:21:17.777] Format host information updated +Info 757 [15:21:17.838] Format host information updated +Info 758 [15:21:17.921] Format host information updated +Info 759 [15:21:18.026] Format host information updated +Info 760 [15:21:18.158] Format host information updated +Info 761 [15:21:18.336] Format host information updated +Info 762 [15:21:18.513] Format host information updated +Info 763 [15:21:18.616] Format host information updated +Info 764 [15:21:18.682] Format host information updated +Info 765 [15:21:18.782] Format host information updated +Info 766 [15:21:18.867] Format host information updated +Info 767 [15:21:18.971] Format host information updated +Info 768 [15:21:19.096] Format host information updated +Info 769 [15:21:19.640] Format host information updated +Info 770 [15:21:19.812] Format host information updated +Info 771 [15:21:21.635] Format host information updated +Info 772 [15:21:21.816] Format host information updated +Info 773 [15:21:21.980] Format host information updated +Info 774 [15:21:22.120] Format host information updated +Info 775 [15:21:22.400] Format host information updated +Info 776 [15:21:22.550] Format host information updated +Info 777 [15:21:22.658] Format host information updated +Info 778 [15:21:22.770] Format host information updated +Info 779 [15:21:23.048] Format host information updated +Info 780 [15:21:23.214] Format host information updated +Info 781 [15:21:23.382] Format host information updated +Info 782 [15:21:23.662] Format host information updated +Info 783 [15:21:23.729] Format host information updated +Info 784 [15:21:23.836] Format host information updated +Info 785 [15:21:24.353] Format host information updated +Info 786 [15:21:24.354] Format host information updated +Info 787 [15:21:24.415] Format host information updated +Info 788 [15:21:24.580] Format host information updated +Info 789 [15:21:25.102] Format host information updated +Info 790 [15:21:32.926] Format host information updated +Info 791 [15:21:32.989] Format host information updated +Info 792 [15:21:33.093] Format host information updated +Info 793 [15:21:33.235] Format host information updated +Info 794 [15:21:33.433] Format host information updated +Info 795 [15:21:33.494] Format host information updated +Info 796 [15:21:33.651] Format host information updated +Info 797 [15:21:38.160] Format host information updated +Info 798 [15:21:44.195] Format host information updated +Info 799 [15:21:44.327] Format host information updated +Info 800 [15:21:48.541] Format host information updated +Info 801 [15:21:48.778] Format host information updated +Info 802 [15:21:48.966] Format host information updated +Info 803 [15:21:54.305] Format host information updated +Info 804 [15:21:54.305] Format host information updated +Info 805 [15:21:54.306] Format host information updated +Info 806 [15:21:54.306] Format host information updated +Info 807 [15:21:54.306] Format host information updated +Info 808 [15:21:54.306] Format host information updated +Info 809 [15:21:54.306] Format host information updated +Info 810 [15:21:54.306] Format host information updated +Info 811 [15:21:54.307] Format host information updated +Info 812 [15:21:54.307] Format host information updated +Info 813 [15:21:54.382] Format host information updated +Info 814 [15:21:54.616] Format host information updated +Info 815 [15:21:54.887] Format host information updated +Info 816 [15:22:13.838] Format host information updated +Info 817 [15:22:19.997] Format host information updated +Info 818 [15:22:20.098] Format host information updated +Info 819 [15:22:20.212] Format host information updated +Info 820 [15:22:20.663] Format host information updated +Info 821 [15:22:20.809] Format host information updated +Info 822 [15:22:20.923] Format host information updated +Info 823 [15:22:21.232] Format host information updated +Info 824 [15:22:21.419] Format host information updated +Info 825 [15:22:21.529] Format host information updated +Info 826 [15:22:21.690] Format host information updated +Info 827 [15:22:21.750] Format host information updated +Info 828 [15:22:21.868] Format host information updated +Info 829 [15:22:22.014] Format host information updated +Info 830 [15:22:22.162] Format host information updated +Info 831 [15:22:22.388] Format host information updated +Info 832 [15:22:22.565] Format host information updated +Info 833 [15:22:22.746] Format host information updated +Info 834 [15:22:22.801] Format host information updated +Info 835 [15:22:22.941] Format host information updated +Info 836 [15:22:23.007] Format host information updated +Info 837 [15:22:23.101] Format host information updated +Info 838 [15:22:23.695] Format host information updated +Info 839 [15:22:23.888] Format host information updated +Info 840 [15:22:24.049] Format host information updated +Info 841 [15:22:24.185] Format host information updated +Info 842 [15:22:24.296] Format host information updated +Info 843 [15:22:24.422] Format host information updated +Info 844 [15:22:24.538] Format host information updated +Info 845 [15:22:24.633] Format host information updated +Info 846 [15:22:28.476] Format host information updated +Info 847 [15:22:28.642] Format host information updated +Info 848 [15:22:28.766] Format host information updated +Info 849 [15:22:28.828] Format host information updated +Info 850 [15:22:29.123] Format host information updated +Info 851 [15:22:29.227] Format host information updated +Info 852 [15:22:29.372] Format host information updated +Info 853 [15:22:29.476] Format host information updated +Info 854 [15:22:29.688] Format host information updated +Info 855 [15:22:29.788] Format host information updated +Info 856 [15:22:29.865] Format host information updated +Info 857 [15:22:30.075] Format host information updated +Info 858 [15:22:30.148] Format host information updated +Info 859 [15:22:30.352] Format host information updated +Info 860 [15:22:30.479] Format host information updated +Info 861 [15:22:30.626] Format host information updated +Info 862 [15:22:30.764] Format host information updated +Info 863 [15:22:30.831] Format host information updated +Info 864 [15:22:30.897] Format host information updated +Info 865 [15:22:33.057] Format host information updated +Info 866 [15:22:33.303] Format host information updated +Info 867 [15:22:33.570] Format host information updated +Info 868 [15:22:33.657] Format host information updated +Info 869 [15:22:33.820] Format host information updated +Info 870 [15:22:34.097] Format host information updated +Info 871 [15:22:34.155] Format host information updated +Info 872 [15:22:34.554] Format host information updated +Info 873 [15:22:34.734] Format host information updated +Info 874 [15:22:34.853] Format host information updated +Info 875 [15:22:35.406] Format host information updated +Info 876 [15:22:35.591] Format host information updated +Info 877 [15:22:35.737] Format host information updated +Info 878 [15:22:35.797] Format host information updated +Info 879 [15:22:35.973] Format host information updated +Info 880 [15:22:36.260] Format host information updated +Info 881 [15:22:36.371] Format host information updated +Info 882 [15:22:36.450] Format host information updated +Info 883 [15:22:36.740] Format host information updated +Info 884 [15:22:37.256] Format host information updated +Info 885 [15:22:37.256] Format host information updated +Info 886 [15:22:37.257] Format host information updated +Info 887 [15:22:39.313] Format host information updated +Info 888 [15:22:39.375] Format host information updated +Info 889 [15:22:39.594] Format host information updated +Info 890 [15:22:39.674] Format host information updated +Info 891 [15:22:40.490] Format host information updated +Info 892 [15:22:40.589] Format host information updated +Info 893 [15:22:40.704] Format host information updated +Info 894 [15:22:40.806] Format host information updated +Info 895 [15:22:40.904] Format host information updated +Info 896 [15:22:40.974] Format host information updated +Info 897 [15:22:41.264] Format host information updated +Info 898 [15:22:41.725] Format host information updated +Info 899 [15:22:41.837] Format host information updated +Info 900 [15:22:41.940] Format host information updated +Info 901 [15:22:42.064] Format host information updated +Info 902 [15:22:42.159] Format host information updated +Info 903 [15:22:42.467] Format host information updated +Info 904 [15:22:42.798] Format host information updated +Info 905 [15:22:42.940] Format host information updated +Info 906 [15:22:43.060] Format host information updated +Info 907 [15:22:43.167] Format host information updated +Info 908 [15:22:49.308] Format host information updated +Info 909 [15:22:49.376] Format host information updated +Info 910 [15:22:50.994] Format host information updated +Info 911 [15:22:53.067] Format host information updated +Info 912 [15:22:53.993] Format host information updated +Info 913 [15:22:54.656] Format host information updated +Info 914 [15:22:55.289] Format host information updated +Info 915 [15:22:55.901] Format host information updated +Info 916 [15:22:56.542] Format host information updated +Info 917 [15:22:57.098] Format host information updated +Info 918 [15:22:58.428] Format host information updated +Info 919 [15:22:58.990] Format host information updated +Info 920 [15:22:59.639] Format host information updated +Info 921 [15:23:00.236] Format host information updated +Info 922 [15:23:00.866] Format host information updated +Info 923 [15:23:01.987] Format host information updated +Info 924 [15:23:02.568] Format host information updated +Info 925 [15:23:03.258] Format host information updated +Info 926 [15:23:03.915] Format host information updated +Info 927 [15:23:04.553] Format host information updated +Info 928 [15:23:05.166] Format host information updated +Info 929 [15:23:06.461] Format host information updated +Info 930 [15:28:22.498] Format host information updated +Info 931 [15:28:22.731] Format host information updated +Info 932 [15:28:22.841] Format host information updated +Info 933 [15:28:23.031] Format host information updated +Info 934 [15:28:23.094] Format host information updated +Info 935 [15:28:23.356] Format host information updated +Info 936 [15:28:23.936] Format host information updated +Info 937 [15:28:24.142] Format host information updated +Info 938 [15:28:25.236] Format host information updated +Info 939 [15:28:29.823] Format host information updated +Info 940 [15:28:30.181] Format host information updated +Info 941 [15:28:30.357] Format host information updated +Info 942 [15:28:30.593] Format host information updated +Info 943 [15:28:30.943] Format host information updated +Info 944 [15:28:31.192] Format host information updated +Info 945 [15:28:31.254] Format host information updated +Info 946 [15:28:31.386] Format host information updated +Info 947 [15:28:31.485] Format host information updated +Info 948 [15:28:31.567] Format host information updated +Info 949 [15:28:31.661] Format host information updated +Info 950 [15:28:31.799] Format host information updated +Info 951 [15:28:31.866] Format host information updated +Info 952 [15:28:32.293] Format host information updated +Info 953 [15:28:32.738] Format host information updated +Info 954 [15:28:32.938] Format host information updated +Info 955 [15:28:33.044] Format host information updated +Info 956 [15:28:33.182] Format host information updated +Info 957 [15:28:33.292] Format host information updated +Info 958 [15:28:33.352] Format host information updated +Info 959 [15:28:33.451] Format host information updated +Info 960 [15:28:34.635] Format host information updated +Info 961 [15:28:34.842] Format host information updated +Info 962 [15:28:34.935] Format host information updated +Info 963 [15:28:35.066] Format host information updated +Info 964 [15:28:35.253] Format host information updated +Info 965 [15:28:35.485] Format host information updated +Info 966 [15:28:35.627] Format host information updated +Info 967 [15:28:35.930] Format host information updated +Info 968 [15:28:36.124] Format host information updated +Info 969 [15:28:36.214] Format host information updated +Info 970 [15:28:36.405] Format host information updated +Info 971 [15:28:36.659] Format host information updated +Info 972 [15:28:36.809] Format host information updated +Info 973 [15:28:37.001] Format host information updated +Info 974 [15:28:37.141] Format host information updated +Info 975 [15:28:37.363] Format host information updated +Info 976 [15:28:37.582] Format host information updated +Info 977 [15:28:37.640] Format host information updated +Info 978 [15:28:37.839] Format host information updated +Info 979 [15:28:38.126] Format host information updated +Info 980 [15:28:38.923] Format host information updated +Info 981 [15:28:39.034] Format host information updated +Info 982 [15:28:39.179] Format host information updated +Info 983 [15:28:39.314] Format host information updated +Info 984 [15:28:39.411] Format host information updated +Info 985 [15:28:39.492] Format host information updated +Info 986 [15:28:39.561] Format host information updated +Info 987 [15:28:39.743] Format host information updated +Info 988 [15:28:40.000] Format host information updated +Info 989 [15:28:40.360] Format host information updated +Info 990 [15:28:40.833] Format host information updated +Info 991 [15:28:43.105] Format host information updated +Info 992 [15:28:43.273] Format host information updated +Info 993 [15:28:43.463] Format host information updated +Info 994 [15:28:43.537] Format host information updated +Info 995 [15:28:43.736] Format host information updated +Info 996 [15:28:43.841] Format host information updated +Info 997 [15:28:44.024] Format host information updated +Info 998 [15:28:44.086] Format host information updated +Info 999 [15:28:44.261] Format host information updated +Info 1000 [15:28:44.541] Format host information updated +Info 1001 [15:28:44.684] Format host information updated +Info 1002 [15:28:44.921] Format host information updated +Info 1003 [15:28:45.857] Format host information updated +Info 1004 [15:28:46.104] Format host information updated +Info 1005 [15:28:46.243] Format host information updated +Info 1006 [15:28:46.329] Format host information updated +Info 1007 [15:28:46.564] Format host information updated +Info 1008 [15:28:46.719] Format host information updated +Info 1009 [15:28:48.023] Format host information updated +Info 1010 [15:28:48.261] Format host information updated +Info 1011 [15:28:48.445] Format host information updated +Info 1012 [15:28:48.617] Format host information updated +Info 1013 [15:28:48.923] Format host information updated +Info 1014 [15:28:49.182] Format host information updated +Info 1015 [15:28:49.352] Format host information updated +Info 1016 [15:28:49.418] Format host information updated +Info 1017 [15:28:49.493] Format host information updated +Info 1018 [15:28:49.695] Format host information updated +Info 1019 [15:28:50.083] Format host information updated +Info 1020 [15:28:50.153] Format host information updated +Info 1021 [15:28:50.491] Format host information updated +Info 1022 [15:28:50.906] Format host information updated +Info 1023 [15:28:51.089] Format host information updated +Info 1024 [15:28:51.191] Format host information updated +Info 1025 [15:28:51.624] Format host information updated +Info 1026 [15:28:51.812] Format host information updated +Info 1027 [15:28:51.894] Format host information updated +Info 1028 [15:28:52.449] Format host information updated +Info 1029 [15:28:52.826] Format host information updated +Info 1030 [15:28:53.202] Format host information updated +Info 1031 [15:28:53.504] Format host information updated +Info 1032 [15:28:53.642] Format host information updated +Info 1033 [15:28:53.943] Format host information updated +Info 1034 [15:28:54.013] Format host information updated +Info 1035 [15:28:54.180] Format host information updated +Info 1036 [15:28:54.400] Format host information updated +Info 1037 [15:28:54.521] Format host information updated +Info 1038 [15:28:54.628] Format host information updated +Info 1039 [15:28:54.800] Format host information updated +Info 1040 [15:28:54.939] Format host information updated +Info 1041 [15:28:55.000] Format host information updated +Info 1042 [15:28:59.815] Format host information updated +Info 1043 [15:29:00.046] Format host information updated +Info 1044 [15:29:00.321] Format host information updated +Info 1045 [15:29:00.470] Format host information updated +Info 1046 [15:29:00.557] Format host information updated +Info 1047 [15:29:00.635] Format host information updated +Info 1048 [15:29:00.743] Format host information updated +Info 1049 [15:29:00.845] Format host information updated +Info 1050 [15:29:00.945] Format host information updated +Info 1051 [15:29:01.264] Format host information updated +Info 1052 [15:29:02.014] Format host information updated +Info 1053 [15:29:03.632] Format host information updated +Info 1054 [15:29:05.365] Format host information updated +Info 1055 [15:29:55.904] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1056 [15:29:55.914] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: true structureIsReused:: Not Elapsed: 10.444617997854948ms +Info 1057 [15:29:55.914] Project '/dev/null/inferredProject1*' (Inferred) +Info 1058 [15:29:55.914] Files (9) + +Info 1059 [15:29:55.914] ----------------------------------------------- +Info 1060 [15:29:55.914] Project '/dev/null/inferredProject1*' (Inferred) +Info 1060 [15:29:55.914] Files (9) + +Info 1060 [15:29:55.914] ----------------------------------------------- +Info 1060 [15:29:55.914] Open files: +Info 1060 [15:29:55.915] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1060 [15:29:55.915] Projects: /dev/null/inferredProject1* +Info 1060 [15:29:55.915] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1060 [15:29:55.915] Projects: /dev/null/inferredProject1* +Info 1060 [15:29:56.088] Format host information updated diff --git a/.log/tsserver-log-SV5tq1/tsserver.log b/.log/tsserver-log-SV5tq1/tsserver.log new file mode 100644 index 0000000..7a8ab5c --- /dev/null +++ b/.log/tsserver-log-SV5tq1/tsserver.log @@ -0,0 +1,1130 @@ +Info 0 [14:29:39.054] Starting TS Server +Info 1 [14:29:39.055] Version: 5.2.2 +Info 2 [14:29:39.055] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/3d49f63751860356a9948a59a4eb2375/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-SV5tq1/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:29:39.055] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:29:39.055] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [14:29:39.060] Format host information updated +Info 6 [14:29:39.064] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [14:29:39.389] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 324.77680499851704ms +Info 8 [14:29:39.389] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [14:29:39.389] Files (8) + +Info 10 [14:29:39.389] ----------------------------------------------- +Info 11 [14:29:39.389] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [14:29:39.390] Files (8) + +Info 11 [14:29:39.390] ----------------------------------------------- +Info 11 [14:29:39.390] Open files: +Info 11 [14:29:39.390] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [14:29:39.390] Projects: /dev/null/inferredProject1* +Info 11 [14:29:39.390] Format host information updated +Info 12 [14:29:39.626] Format host information updated +Info 13 [14:29:39.926] Format host information updated +Info 14 [14:29:39.995] Format host information updated +Info 15 [14:29:40.143] Format host information updated +Info 16 [14:29:40.337] Format host information updated +Info 17 [14:29:40.398] Format host information updated +Info 18 [14:29:40.596] Format host information updated +Info 19 [14:29:42.867] Format host information updated +Info 20 [14:29:42.935] Format host information updated +Info 21 [14:29:43.360] Format host information updated +Info 22 [14:29:43.479] Format host information updated +Info 23 [14:29:43.694] Format host information updated +Info 24 [14:29:43.798] Format host information updated +Info 25 [14:29:43.883] Format host information updated +Info 26 [14:29:44.038] Format host information updated +Info 27 [14:29:44.188] Format host information updated +Info 28 [14:29:44.246] Format host information updated +Info 29 [14:29:45.440] Format host information updated +Info 30 [14:29:45.536] Format host information updated +Info 31 [14:29:45.704] Format host information updated +Info 32 [14:29:45.800] Format host information updated +Info 33 [14:29:45.970] Format host information updated +Info 34 [14:29:46.052] Format host information updated +Info 35 [14:29:47.004] Format host information updated +Info 36 [14:29:47.136] Format host information updated +Info 37 [14:29:47.235] Format host information updated +Info 38 [14:29:47.351] Format host information updated +Info 39 [14:29:48.200] Format host information updated +Info 40 [14:29:48.375] Format host information updated +Info 41 [14:29:48.523] Format host information updated +Info 42 [14:29:48.603] Format host information updated +Info 43 [14:29:48.728] Format host information updated +Info 44 [14:29:48.799] Format host information updated +Info 45 [14:29:49.216] Format host information updated +Info 46 [14:29:49.216] Format host information updated +Info 47 [14:29:49.217] Format host information updated +Info 48 [14:29:52.553] Format host information updated +Info 49 [14:29:55.617] Format host information updated +Info 50 [14:30:40.551] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 51 [14:30:40.563] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 11.765731999650598ms +Info 52 [14:30:40.563] Project '/dev/null/inferredProject1*' (Inferred) +Info 53 [14:30:40.563] Files (9) + +Info 54 [14:30:40.563] ----------------------------------------------- +Info 55 [14:30:40.563] Project '/dev/null/inferredProject1*' (Inferred) +Info 55 [14:30:40.563] Files (9) + +Info 55 [14:30:40.563] ----------------------------------------------- +Info 55 [14:30:40.563] Open files: +Info 55 [14:30:40.563] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 55 [14:30:40.563] Projects: /dev/null/inferredProject1* +Info 55 [14:30:40.563] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 55 [14:30:40.563] Projects: /dev/null/inferredProject1* +Info 55 [14:30:40.801] Format host information updated +Info 56 [14:30:42.538] Format host information updated +Info 57 [14:30:43.611] Format host information updated +Info 58 [14:31:15.647] Format host information updated +Info 59 [14:31:15.833] Format host information updated +Info 60 [14:31:15.932] Format host information updated +Info 61 [14:31:16.030] Format host information updated +Info 62 [14:31:16.101] Format host information updated +Info 63 [14:31:16.157] Format host information updated +Info 64 [14:31:16.424] Format host information updated +Info 65 [14:31:16.517] Format host information updated +Info 66 [14:31:16.605] Format host information updated +Info 67 [14:31:17.345] Format host information updated +Info 68 [14:31:17.466] Format host information updated +Info 69 [14:31:17.693] Format host information updated +Info 70 [14:31:17.897] Format host information updated +Info 71 [14:31:18.536] Format host information updated +Info 72 [14:31:19.105] Format host information updated +Info 73 [14:31:19.785] Format host information updated +Info 74 [14:31:19.885] Format host information updated +Info 75 [14:31:20.011] Format host information updated +Info 76 [14:31:20.073] Format host information updated +Info 77 [14:31:20.155] Format host information updated +Info 78 [14:31:20.258] Format host information updated +Info 79 [14:31:20.400] Format host information updated +Info 80 [14:31:20.482] Format host information updated +Info 81 [14:31:20.614] Format host information updated +Info 82 [14:31:20.674] Format host information updated +Info 83 [14:32:33.618] Format host information updated +Info 84 [14:32:35.368] Format host information updated +Info 85 [14:32:35.612] Format host information updated +Info 86 [14:32:35.703] Format host information updated +Info 87 [14:32:35.769] Format host information updated +Info 88 [14:32:35.872] Format host information updated +Info 89 [14:32:36.046] Format host information updated +Info 90 [14:32:36.169] Format host information updated +Info 91 [14:32:36.244] Format host information updated +Info 92 [14:32:36.553] Format host information updated +Info 93 [14:32:42.269] Format host information updated +Info 94 [14:32:44.084] Format host information updated +Info 95 [14:32:44.245] Format host information updated +Info 96 [14:32:44.420] Format host information updated +Info 97 [14:32:44.531] Format host information updated +Info 98 [14:32:44.619] Format host information updated +Info 99 [14:32:44.690] Format host information updated +Info 100 [14:32:44.956] Format host information updated +Info 101 [14:32:45.141] Format host information updated +Info 102 [14:32:45.439] Format host information updated +Info 103 [14:32:45.626] Format host information updated +Info 104 [14:32:45.941] Format host information updated +Info 105 [14:32:46.055] Format host information updated +Info 106 [14:32:46.284] Format host information updated +Info 107 [14:32:46.595] Format host information updated +Info 108 [14:32:46.733] Format host information updated +Info 109 [14:32:46.815] Format host information updated +Info 110 [14:32:46.960] Format host information updated +Info 111 [14:32:47.454] Format host information updated +Info 112 [14:32:47.570] Format host information updated +Info 113 [14:32:47.633] Format host information updated +Info 114 [14:32:47.751] Format host information updated +Info 115 [14:32:47.921] Format host information updated +Info 116 [14:32:48.025] Format host information updated +Info 117 [14:32:48.095] Format host information updated +Info 118 [14:32:48.402] Format host information updated +Info 119 [14:32:48.493] Format host information updated +Info 120 [14:32:48.595] Format host information updated +Info 121 [14:32:48.666] Format host information updated +Info 122 [14:32:48.920] Format host information updated +Info 123 [14:32:50.564] Format host information updated +Info 124 [14:42:07.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 125 [14:42:07.501] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 2.933372000232339ms +Info 126 [14:42:07.501] Project '/dev/null/inferredProject1*' (Inferred) +Info 127 [14:42:07.501] Files (10) + +Info 128 [14:42:07.501] ----------------------------------------------- +Info 129 [14:42:07.501] Project '/dev/null/inferredProject1*' (Inferred) +Info 129 [14:42:07.501] Files (10) + +Info 129 [14:42:07.501] ----------------------------------------------- +Info 129 [14:42:07.501] Open files: +Info 129 [14:42:07.501] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 129 [14:42:07.501] Projects: /dev/null/inferredProject1* +Info 129 [14:42:07.501] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 129 [14:42:07.501] Projects: /dev/null/inferredProject1* +Info 129 [14:42:07.501] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 129 [14:42:07.501] Projects: /dev/null/inferredProject1* +Info 129 [14:42:07.641] Format host information updated +Info 130 [14:42:10.720] Format host information updated +Info 131 [14:42:10.911] Format host information updated +Info 132 [14:42:10.993] Format host information updated +Info 133 [14:42:11.089] Format host information updated +Info 134 [14:42:11.154] Format host information updated +Info 135 [14:42:11.367] Format host information updated +Info 136 [14:42:11.527] Format host information updated +Info 137 [14:42:11.672] Format host information updated +Info 138 [14:42:11.781] Format host information updated +Info 139 [14:42:11.868] Format host information updated +Info 140 [14:42:11.923] Format host information updated +Info 141 [14:42:12.085] Format host information updated +Info 142 [14:42:12.303] Format host information updated +Info 143 [14:42:12.378] Format host information updated +Info 144 [14:42:12.498] Format host information updated +Info 145 [14:42:12.687] Format host information updated +Info 146 [14:42:12.742] Format host information updated +Info 147 [14:42:12.840] Format host information updated +Info 148 [14:42:13.022] Format host information updated +Info 149 [14:42:13.090] Format host information updated +Info 150 [14:42:13.182] Format host information updated +Info 151 [14:42:13.299] Format host information updated +Info 152 [14:42:13.473] Format host information updated +Info 153 [14:42:13.539] Format host information updated +Info 154 [14:42:13.807] Format host information updated +Info 155 [14:49:24.520] Format host information updated +Info 156 [14:49:27.612] Format host information updated +Info 157 [14:49:28.934] Format host information updated +Info 158 [14:49:30.542] Format host information updated +Info 159 [14:49:30.975] Format host information updated +Info 160 [14:49:31.170] Format host information updated +Info 161 [14:49:31.297] Format host information updated +Info 162 [14:49:31.438] Format host information updated +Info 163 [14:49:32.797] Format host information updated +Info 164 [14:49:34.903] Format host information updated +Info 165 [14:49:35.098] Format host information updated +Info 166 [14:49:35.203] Format host information updated +Info 167 [14:49:35.297] Format host information updated +Info 168 [14:49:35.369] Format host information updated +Info 169 [14:49:35.440] Format host information updated +Info 170 [14:49:35.567] Format host information updated +Info 171 [14:49:36.725] Format host information updated +Info 172 [14:50:35.180] Format host information updated +Info 173 [14:50:35.336] Format host information updated +Info 174 [14:50:37.313] Format host information updated +Info 175 [14:50:37.409] Format host information updated +Info 176 [14:50:37.602] Format host information updated +Info 177 [14:50:37.759] Format host information updated +Info 178 [14:50:37.939] Format host information updated +Info 179 [14:50:38.002] Format host information updated +Info 180 [14:50:40.913] Format host information updated +Info 181 [14:50:42.272] Format host information updated +Info 182 [14:50:42.560] Format host information updated +Info 183 [14:50:42.906] Format host information updated +Info 184 [14:50:43.039] Format host information updated +Info 185 [14:50:43.141] Format host information updated +Info 186 [14:50:43.393] Format host information updated +Info 187 [14:50:44.087] Format host information updated +Info 188 [14:50:44.189] Format host information updated +Info 189 [14:50:44.389] Format host information updated +Info 190 [14:50:44.552] Format host information updated +Info 191 [14:50:44.737] Format host information updated +Info 192 [14:50:44.887] Format host information updated +Info 193 [14:50:44.989] Format host information updated +Info 194 [14:50:45.059] Format host information updated +Info 195 [14:50:45.153] Format host information updated +Info 196 [14:50:46.217] Format host information updated +Info 197 [14:50:48.000] Format host information updated +Info 198 [14:50:48.061] Format host information updated +Info 199 [14:50:48.463] Format host information updated +Info 200 [14:50:48.695] Format host information updated +Info 201 [14:50:48.817] Format host information updated +Info 202 [14:50:50.678] Format host information updated +Info 203 [14:50:50.834] Format host information updated +Info 204 [14:50:50.909] Format host information updated +Info 205 [14:50:51.049] Format host information updated +Info 206 [14:50:51.298] Format host information updated +Info 207 [14:50:51.714] Format host information updated +Info 208 [14:50:51.877] Format host information updated +Info 209 [14:50:52.125] Format host information updated +Info 210 [14:50:52.491] Format host information updated +Info 211 [14:50:52.760] Format host information updated +Info 212 [14:50:52.865] Format host information updated +Info 213 [14:50:52.974] Format host information updated +Info 214 [14:50:55.078] Format host information updated +Info 215 [14:50:55.325] Format host information updated +Info 216 [14:50:55.406] Format host information updated +Info 217 [14:50:55.657] Format host information updated +Info 218 [14:50:55.780] Format host information updated +Info 219 [14:50:55.891] Format host information updated +Info 220 [14:50:55.955] Format host information updated +Info 221 [14:50:56.136] Format host information updated +Info 222 [14:50:56.285] Format host information updated +Info 223 [14:50:56.356] Format host information updated +Info 224 [14:50:57.382] Format host information updated +Info 225 [14:50:57.553] Format host information updated +Info 226 [14:50:57.699] Format host information updated +Info 227 [14:50:57.776] Format host information updated +Info 228 [14:50:59.710] Format host information updated +Info 229 [14:50:59.828] Format host information updated +Info 230 [14:50:59.896] Format host information updated +Info 231 [14:51:00.020] Format host information updated +Info 232 [14:51:00.158] Format host information updated +Info 233 [14:51:00.233] Format host information updated +Info 234 [14:51:00.350] Format host information updated +Info 235 [14:51:00.413] Format host information updated +Info 236 [14:51:00.914] Format host information updated +Info 237 [14:51:01.028] Format host information updated +Info 238 [14:51:01.128] Format host information updated +Info 239 [14:51:01.211] Format host information updated +Info 240 [14:51:01.418] Format host information updated +Info 241 [14:51:01.559] Format host information updated +Info 242 [14:51:01.623] Format host information updated +Info 243 [14:51:01.855] Format host information updated +Info 244 [14:51:01.930] Format host information updated +Info 245 [14:51:02.084] Format host information updated +Info 246 [14:51:02.142] Format host information updated +Info 247 [14:51:02.348] Format host information updated +Info 248 [14:51:03.164] Format host information updated +Info 249 [14:51:03.597] Format host information updated +Info 250 [14:51:03.783] Format host information updated +Info 251 [14:51:03.885] Format host information updated +Info 252 [14:51:03.944] Format host information updated +Info 253 [14:51:04.056] Format host information updated +Info 254 [14:51:04.113] Format host information updated +Info 255 [14:51:04.634] Format host information updated +Info 256 [14:51:04.699] Format host information updated +Info 257 [14:51:06.024] Format host information updated +Info 258 [14:51:06.171] Format host information updated +Info 259 [14:51:06.291] Format host information updated +Info 260 [14:51:06.355] Format host information updated +Info 261 [14:51:06.555] Format host information updated +Info 262 [14:51:06.696] Format host information updated +Info 263 [14:51:06.775] Format host information updated +Info 264 [14:51:06.843] Format host information updated +Info 265 [14:51:06.916] Format host information updated +Info 266 [14:51:07.162] Format host information updated +Info 267 [14:51:07.560] Format host information updated +Info 268 [14:51:07.768] Format host information updated +Info 269 [14:51:07.856] Format host information updated +Info 270 [14:51:08.002] Format host information updated +Info 271 [14:51:08.205] Format host information updated +Info 272 [14:51:08.391] Format host information updated +Info 273 [14:51:08.460] Format host information updated +Info 274 [14:51:08.732] Format host information updated +Info 275 [14:51:08.816] Format host information updated +Info 276 [14:51:08.956] Format host information updated +Info 277 [14:51:09.022] Format host information updated +Info 278 [14:51:09.226] Format host information updated +Info 279 [14:51:09.667] Format host information updated +Info 280 [14:51:09.826] Format host information updated +Info 281 [14:51:10.068] Format host information updated +Info 282 [14:51:10.194] Format host information updated +Info 283 [14:51:10.616] Format host information updated +Info 284 [14:51:10.737] Format host information updated +Info 285 [14:51:10.866] Format host information updated +Info 286 [14:51:10.976] Format host information updated +Info 287 [14:51:11.049] Format host information updated +Info 288 [14:51:11.176] Format host information updated +Info 289 [14:51:11.327] Format host information updated +Info 290 [14:51:11.751] Format host information updated +Info 291 [14:51:12.199] Format host information updated +Info 292 [14:51:12.484] Format host information updated +Info 293 [14:51:12.597] Format host information updated +Info 294 [14:51:12.712] Format host information updated +Info 295 [14:51:12.907] Format host information updated +Info 296 [14:51:13.027] Format host information updated +Info 297 [14:51:13.160] Format host information updated +Info 298 [14:51:13.329] Format host information updated +Info 299 [14:51:13.510] Format host information updated +Info 300 [14:51:13.593] Format host information updated +Info 301 [14:51:16.280] Format host information updated +Info 302 [14:51:18.626] Format host information updated +Info 303 [14:51:18.738] Format host information updated +Info 304 [14:51:18.923] Format host information updated +Info 305 [14:51:20.577] Format host information updated +Info 306 [14:51:20.757] Format host information updated +Info 307 [14:51:20.871] Format host information updated +Info 308 [14:51:20.946] Format host information updated +Info 309 [14:51:21.019] Format host information updated +Info 310 [14:51:21.764] Format host information updated +Info 311 [14:51:21.764] Format host information updated +Info 312 [14:51:21.765] Format host information updated +Info 313 [14:51:22.278] Format host information updated +Info 314 [14:51:32.595] Format host information updated +Info 315 [14:51:32.817] Format host information updated +Info 316 [14:51:38.230] Format host information updated +Info 317 [14:51:38.323] Format host information updated +Info 318 [14:51:38.774] Format host information updated +Info 319 [14:51:38.982] Format host information updated +Info 320 [14:51:42.118] Format host information updated +Info 321 [14:51:47.822] Format host information updated +Info 322 [14:51:48.341] Format host information updated +Info 323 [14:51:48.960] Format host information updated +Info 324 [14:51:49.070] Format host information updated +Info 325 [14:51:49.233] Format host information updated +Info 326 [14:51:49.764] Format host information updated +Info 327 [14:51:49.935] Format host information updated +Info 328 [14:51:49.993] Format host information updated +Info 329 [14:51:50.076] Format host information updated +Info 330 [14:51:50.140] Format host information updated +Info 331 [14:51:50.211] Format host information updated +Info 332 [14:51:50.629] Format host information updated +Info 333 [14:51:50.630] Format host information updated +Info 334 [14:51:50.631] Format host information updated +Info 335 [14:51:50.693] Format host information updated +Info 336 [14:51:54.425] Format host information updated +Info 337 [14:51:56.403] Format host information updated +Info 338 [14:51:56.489] Format host information updated +Info 339 [14:51:56.721] Format host information updated +Info 340 [14:51:56.936] Format host information updated +Info 341 [14:51:57.499] Format host information updated +Info 342 [14:51:59.203] Format host information updated +Info 343 [14:51:59.401] Format host information updated +Info 344 [14:51:59.543] Format host information updated +Info 345 [14:51:59.614] Format host information updated +Info 346 [14:51:59.785] Format host information updated +Info 347 [14:51:59.868] Format host information updated +Info 348 [14:52:00.054] Format host information updated +Info 349 [14:52:00.131] Format host information updated +Info 350 [14:52:00.773] Format host information updated +Info 351 [14:52:00.901] Format host information updated +Info 352 [14:52:00.986] Format host information updated +Info 353 [14:52:01.053] Format host information updated +Info 354 [14:52:01.288] Format host information updated +Info 355 [14:52:02.064] Format host information updated +Info 356 [14:52:02.064] Format host information updated +Info 357 [14:52:02.065] Format host information updated +Info 358 [14:52:02.066] Format host information updated +Info 359 [14:52:02.125] Format host information updated +Info 360 [14:52:22.046] Format host information updated +Info 361 [14:52:22.335] Format host information updated +Info 362 [14:54:35.082] Format host information updated +Info 363 [14:54:35.537] Format host information updated +Info 364 [14:54:38.020] Format host information updated +Info 365 [14:54:38.976] Format host information updated +Info 366 [14:54:39.712] Format host information updated +Info 367 [14:54:39.856] Format host information updated +Info 368 [14:54:40.860] Format host information updated +Info 369 [14:55:32.462] Format host information updated +Info 370 [14:55:33.098] Format host information updated +Info 371 [14:55:59.918] Format host information updated +Info 372 [14:56:01.941] Format host information updated +Info 373 [14:56:02.212] Format host information updated +Info 374 [14:56:02.287] Format host information updated +Info 375 [14:56:02.397] Format host information updated +Info 376 [14:56:02.493] Format host information updated +Info 377 [14:56:02.549] Format host information updated +Info 378 [14:56:02.716] Format host information updated +Info 379 [14:56:02.841] Format host information updated +Info 380 [14:56:02.983] Format host information updated +Info 381 [14:56:03.040] Format host information updated +Info 382 [14:56:03.217] Format host information updated +Info 383 [14:56:03.679] Format host information updated +Info 384 [14:56:03.906] Format host information updated +Info 385 [14:56:04.055] Format host information updated +Info 386 [14:56:04.438] Format host information updated +Info 387 [14:56:04.603] Format host information updated +Info 388 [14:56:04.733] Format host information updated +Info 389 [14:56:04.850] Format host information updated +Info 390 [14:56:04.970] Format host information updated +Info 391 [14:56:05.190] Format host information updated +Info 392 [14:56:05.560] Format host information updated +Info 393 [14:56:06.098] Format host information updated +Info 394 [14:56:06.778] Format host information updated +Info 395 [14:56:07.154] Format host information updated +Info 396 [14:56:08.228] Format host information updated +Info 397 [14:56:08.409] Format host information updated +Info 398 [14:56:08.632] Format host information updated +Info 399 [14:56:08.911] Format host information updated +Info 400 [14:56:09.131] Format host information updated +Info 401 [14:56:09.417] Format host information updated +Info 402 [14:56:09.540] Format host information updated +Info 403 [14:56:09.628] Format host information updated +Info 404 [14:56:09.734] Format host information updated +Info 405 [14:56:10.080] Format host information updated +Info 406 [14:56:10.208] Format host information updated +Info 407 [14:56:10.418] Format host information updated +Info 408 [14:56:10.510] Format host information updated +Info 409 [14:56:11.668] Format host information updated +Info 410 [14:56:11.727] Format host information updated +Info 411 [14:56:12.417] Format host information updated +Info 412 [14:56:12.676] Format host information updated +Info 413 [14:56:12.791] Format host information updated +Info 414 [14:56:12.964] Format host information updated +Info 415 [14:56:13.140] Format host information updated +Info 416 [14:56:13.488] Format host information updated +Info 417 [14:56:13.611] Format host information updated +Info 418 [14:56:13.669] Format host information updated +Info 419 [14:56:13.874] Format host information updated +Info 420 [14:56:14.073] Format host information updated +Info 421 [14:56:14.141] Format host information updated +Info 422 [14:56:14.663] Format host information updated +Info 423 [14:56:14.999] Format host information updated +Info 424 [14:56:15.199] Format host information updated +Info 425 [14:56:15.258] Format host information updated +Info 426 [14:56:16.154] Format host information updated +Info 427 [14:56:16.344] Format host information updated +Info 428 [14:56:16.421] Format host information updated +Info 429 [14:56:16.628] Format host information updated +Info 430 [14:56:16.759] Format host information updated +Info 431 [14:56:17.104] Format host information updated +Info 432 [14:56:17.354] Format host information updated +Info 433 [14:56:17.425] Format host information updated +Info 434 [14:56:17.526] Format host information updated +Info 435 [14:56:17.691] Format host information updated +Info 436 [14:56:18.632] Format host information updated +Info 437 [14:56:19.653] Format host information updated +Info 438 [14:56:20.599] Format host information updated +Info 439 [14:56:22.144] Format host information updated +Info 440 [14:56:22.726] Format host information updated +Info 441 [14:56:23.087] Format host information updated +Info 442 [14:56:23.301] Format host information updated +Info 443 [14:56:23.391] Format host information updated +Info 444 [14:56:23.564] Format host information updated +Info 445 [14:56:23.686] Format host information updated +Info 446 [14:56:23.832] Format host information updated +Info 447 [14:56:23.985] Format host information updated +Info 448 [14:56:24.980] Format host information updated +Info 449 [14:56:25.046] Format host information updated +Info 450 [14:56:25.125] Format host information updated +Info 451 [14:56:25.239] Format host information updated +Info 452 [14:56:25.412] Format host information updated +Info 453 [14:56:25.552] Format host information updated +Info 454 [14:56:25.668] Format host information updated +Info 455 [14:56:27.151] Format host information updated +Info 456 [14:56:27.330] Format host information updated +Info 457 [14:56:27.398] Format host information updated +Info 458 [14:56:27.470] Format host information updated +Info 459 [14:56:27.600] Format host information updated +Info 460 [14:56:27.815] Format host information updated +Info 461 [14:56:27.916] Format host information updated +Info 462 [14:56:28.027] Format host information updated +Info 463 [14:56:28.172] Format host information updated +Info 464 [14:56:28.514] Format host information updated +Info 465 [14:56:28.514] Format host information updated +Info 466 [14:56:28.515] Format host information updated +Info 467 [14:56:28.815] Format host information updated +Info 468 [14:56:29.010] Format host information updated +Info 469 [14:56:31.285] Format host information updated +Info 470 [14:56:35.014] Format host information updated +Info 471 [14:56:35.241] Format host information updated +Info 472 [14:56:35.421] Format host information updated +Info 473 [14:56:35.644] Format host information updated +Info 474 [14:56:35.709] Format host information updated +Info 475 [14:56:35.968] Format host information updated +Info 476 [14:56:36.104] Format host information updated +Info 477 [14:56:36.436] Format host information updated +Info 478 [14:56:36.511] Format host information updated +Info 479 [14:56:36.650] Format host information updated +Info 480 [14:56:36.791] Format host information updated +Info 481 [14:56:37.000] Format host information updated +Info 482 [14:56:38.454] Format host information updated +Info 483 [14:56:38.686] Format host information updated +Info 484 [14:56:38.807] Format host information updated +Info 485 [14:56:39.719] Format host information updated +Info 486 [14:56:39.889] Format host information updated +Info 487 [14:56:39.971] Format host information updated +Info 488 [14:56:40.119] Format host information updated +Info 489 [14:56:40.266] Format host information updated +Info 490 [14:56:40.651] Format host information updated +Info 491 [14:56:40.712] Format host information updated +Info 492 [14:56:40.829] Format host information updated +Info 493 [14:56:40.915] Format host information updated +Info 494 [14:56:41.508] Format host information updated +Info 495 [14:56:41.508] Format host information updated +Info 496 [14:56:41.510] Format host information updated +Info 497 [15:05:44.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 498 [15:05:44.005] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 4.930764000862837ms +Info 499 [15:05:44.005] Project '/dev/null/inferredProject1*' (Inferred) +Info 500 [15:05:44.005] Files (11) + +Info 501 [15:05:44.005] ----------------------------------------------- +Info 502 [15:05:44.005] Project '/dev/null/inferredProject1*' (Inferred) +Info 502 [15:05:44.005] Files (11) + +Info 502 [15:05:44.005] ----------------------------------------------- +Info 502 [15:05:44.005] Open files: +Info 502 [15:05:44.005] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 502 [15:05:44.005] Projects: /dev/null/inferredProject1* +Info 502 [15:05:44.005] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 502 [15:05:44.005] Projects: /dev/null/inferredProject1* +Info 502 [15:05:44.005] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 502 [15:05:44.005] Projects: /dev/null/inferredProject1* +Info 502 [15:05:44.005] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 502 [15:05:44.005] Projects: /dev/null/inferredProject1* +Info 502 [15:05:44.344] Format host information updated +Info 503 [15:05:48.231] Format host information updated +Info 504 [15:05:48.820] Format host information updated +Info 505 [15:05:51.331] Format host information updated +Info 506 [15:05:51.504] Format host information updated +Info 507 [15:05:51.749] Format host information updated +Info 508 [15:05:51.887] Format host information updated +Info 509 [15:05:51.979] Format host information updated +Info 510 [15:05:52.033] Format host information updated +Info 511 [15:05:52.195] Format host information updated +Info 512 [15:05:52.312] Format host information updated +Info 513 [15:05:52.472] Format host information updated +Info 514 [15:05:54.577] Format host information updated +Info 515 [15:05:55.031] Format host information updated +Info 516 [15:05:55.264] Format host information updated +Info 517 [15:05:55.950] Format host information updated +Info 518 [15:05:56.470] Format host information updated +Info 519 [15:05:57.792] Format host information updated +Info 520 [15:05:58.039] Format host information updated +Info 521 [15:05:58.162] Format host information updated +Info 522 [15:05:58.424] Format host information updated +Info 523 [15:05:58.644] Format host information updated +Info 524 [15:05:59.004] Format host information updated +Info 525 [15:05:59.238] Format host information updated +Info 526 [15:05:59.352] Format host information updated +Info 527 [15:05:59.467] Format host information updated +Info 528 [15:05:59.520] Format host information updated +Info 529 [15:06:00.963] Format host information updated +Info 530 [15:06:01.124] Format host information updated +Info 531 [15:06:01.743] Format host information updated +Info 532 [15:06:02.049] Format host information updated +Info 533 [15:06:02.216] Format host information updated +Info 534 [15:06:02.497] Format host information updated +Info 535 [15:06:05.087] Format host information updated +Info 536 [15:06:05.927] Format host information updated +Info 537 [15:06:06.159] Format host information updated +Info 538 [15:06:06.568] Format host information updated +Info 539 [15:06:06.789] Format host information updated +Info 540 [15:06:06.936] Format host information updated +Info 541 [15:06:07.101] Format host information updated +Info 542 [15:06:08.232] Format host information updated +Info 543 [15:06:09.369] Format host information updated +Info 544 [15:06:10.049] Format host information updated +Info 545 [15:06:11.260] Format host information updated +Info 546 [15:06:11.953] Format host information updated +Info 547 [15:06:13.536] Format host information updated +Info 548 [15:06:13.677] Format host information updated +Info 549 [15:06:13.762] Format host information updated +Info 550 [15:06:14.144] Format host information updated +Info 551 [15:06:14.240] Format host information updated +Info 552 [15:06:14.374] Format host information updated +Info 553 [15:06:14.597] Format host information updated +Info 554 [15:06:14.867] Format host information updated +Info 555 [15:06:14.925] Format host information updated +Info 556 [15:06:15.315] Format host information updated +Info 557 [15:06:15.399] Format host information updated +Info 558 [15:06:15.467] Format host information updated +Info 559 [15:06:15.543] Format host information updated +Info 560 [15:06:15.625] Format host information updated +Info 561 [15:06:15.815] Format host information updated +Info 562 [15:06:15.877] Format host information updated +Info 563 [15:06:18.669] Format host information updated +Info 564 [15:06:20.309] Format host information updated +Info 565 [15:06:22.475] Format host information updated +Info 566 [15:06:23.706] Format host information updated +Info 567 [15:06:25.055] Format host information updated +Info 568 [15:06:30.385] Format host information updated +Info 569 [15:06:32.462] Format host information updated +Info 570 [15:06:32.524] Format host information updated +Info 571 [15:06:32.678] Format host information updated +Info 572 [15:06:32.818] Format host information updated +Info 573 [15:06:33.249] Format host information updated +Info 574 [15:06:33.381] Format host information updated +Info 575 [15:06:33.490] Format host information updated +Info 576 [15:06:33.646] Format host information updated +Info 577 [15:06:33.705] Format host information updated +Info 578 [15:06:33.920] Format host information updated +Info 579 [15:06:34.472] Format host information updated +Info 580 [15:06:36.530] Format host information updated +Info 581 [15:06:36.658] Format host information updated +Info 582 [15:06:36.771] Format host information updated +Info 583 [15:06:36.890] Format host information updated +Info 584 [15:06:37.362] Format host information updated +Info 585 [15:06:37.533] Format host information updated +Info 586 [15:06:38.141] Format host information updated +Info 587 [15:06:38.302] Format host information updated +Info 588 [15:06:38.362] Format host information updated +Info 589 [15:06:38.579] Format host information updated +Info 590 [15:06:38.640] Format host information updated +Info 591 [15:06:39.215] Format host information updated +Info 592 [15:06:39.315] Format host information updated +Info 593 [15:06:39.422] Format host information updated +Info 594 [15:06:39.482] Format host information updated +Info 595 [15:06:39.546] Format host information updated +Info 596 [15:06:39.662] Format host information updated +Info 597 [15:06:39.835] Format host information updated +Info 598 [15:06:40.013] Format host information updated +Info 599 [15:06:40.137] Format host information updated +Info 600 [15:06:40.277] Format host information updated +Info 601 [15:06:40.336] Format host information updated +Info 602 [15:06:41.618] Format host information updated +Info 603 [15:06:42.545] Format host information updated +Info 604 [15:06:42.617] Format host information updated +Info 605 [15:06:42.683] Format host information updated +Info 606 [15:06:43.009] Format host information updated +Info 607 [15:06:43.399] Format host information updated +Info 608 [15:06:43.535] Format host information updated +Info 609 [15:06:43.772] Format host information updated +Info 610 [15:06:43.930] Format host information updated +Info 611 [15:06:44.148] Format host information updated +Info 612 [15:06:44.283] Format host information updated +Info 613 [15:06:44.733] Format host information updated +Info 614 [15:06:44.815] Format host information updated +Info 615 [15:06:45.039] Format host information updated +Info 616 [15:06:45.184] Format host information updated +Info 617 [15:06:49.701] Format host information updated +Info 618 [15:06:49.783] Format host information updated +Info 619 [15:06:49.884] Format host information updated +Info 620 [15:06:49.981] Format host information updated +Info 621 [15:06:50.135] Format host information updated +Info 622 [15:06:50.326] Format host information updated +Info 623 [15:06:50.450] Format host information updated +Info 624 [15:06:51.720] Format host information updated +Info 625 [15:06:53.693] Format host information updated +Info 626 [15:06:55.010] Format host information updated +Info 627 [15:08:52.747] Format host information updated +Info 628 [15:08:52.953] Format host information updated +Info 629 [15:08:55.310] Format host information updated +Info 630 [15:08:55.651] Format host information updated +Info 631 [15:08:55.815] Format host information updated +Info 632 [15:08:56.006] Format host information updated +Info 633 [15:08:56.102] Format host information updated +Info 634 [15:08:57.028] Format host information updated +Info 635 [15:08:57.364] Format host information updated +Info 636 [15:08:57.658] Format host information updated +Info 637 [15:08:59.536] Format host information updated +Info 638 [15:09:00.839] Format host information updated +Info 639 [15:09:01.133] Format host information updated +Info 640 [15:09:01.193] Format host information updated +Info 641 [15:09:01.290] Format host information updated +Info 642 [15:09:01.482] Format host information updated +Info 643 [15:09:01.955] Format host information updated +Info 644 [15:09:03.462] Format host information updated +Info 645 [15:09:03.618] Format host information updated +Info 646 [15:09:03.735] Format host information updated +Info 647 [15:09:03.984] Format host information updated +Info 648 [15:09:04.073] Format host information updated +Info 649 [15:09:04.709] Format host information updated +Info 650 [15:09:04.709] Format host information updated +Info 651 [15:09:04.711] Format host information updated +Info 652 [15:09:04.770] Format host information updated +Info 653 [15:09:33.442] Format host information updated +Info 654 [15:09:34.342] Format host information updated +Info 655 [15:10:30.048] Format host information updated +Info 656 [15:10:31.320] Format host information updated +Info 657 [15:10:31.468] Format host information updated +Info 658 [15:10:31.614] Format host information updated +Info 659 [15:10:31.758] Format host information updated +Info 660 [15:10:31.908] Format host information updated +Info 661 [15:10:32.043] Format host information updated +Info 662 [15:10:32.097] Format host information updated +Info 663 [15:10:33.224] Format host information updated +Info 664 [15:10:33.360] Format host information updated +Info 665 [15:10:33.482] Format host information updated +Info 666 [15:10:33.623] Format host information updated +Info 667 [15:10:33.724] Format host information updated +Info 668 [15:10:33.805] Format host information updated +Info 669 [15:10:34.007] Format host information updated +Info 670 [15:10:34.084] Format host information updated +Info 671 [15:10:34.225] Format host information updated +Info 672 [15:10:35.690] Format host information updated +Info 673 [15:10:35.873] Format host information updated +Info 674 [15:10:35.967] Format host information updated +Info 675 [15:10:36.082] Format host information updated +Info 676 [15:10:36.188] Format host information updated +Info 677 [15:10:36.498] Format host information updated +Info 678 [15:10:36.611] Format host information updated +Info 679 [15:10:36.816] Format host information updated +Info 680 [15:10:36.910] Format host information updated +Info 681 [15:10:37.348] Format host information updated +Info 682 [15:10:37.349] Format host information updated +Info 683 [15:10:37.349] Format host information updated +Info 684 [15:18:07.716] Format host information updated +Info 685 [15:18:08.323] Format host information updated +Info 686 [15:18:09.036] Format host information updated +Info 687 [15:18:09.210] Format host information updated +Info 688 [15:18:10.602] Format host information updated +Info 689 [15:18:10.676] Format host information updated +Info 690 [15:18:10.808] Format host information updated +Info 691 [15:18:11.167] Format host information updated +Info 692 [15:18:11.238] Format host information updated +Info 693 [15:18:11.307] Format host information updated +Info 694 [15:18:11.376] Format host information updated +Info 695 [15:18:11.466] Format host information updated +Info 696 [15:18:11.713] Format host information updated +Info 697 [15:18:11.863] Format host information updated +Info 698 [15:18:13.506] Format host information updated +Info 699 [15:18:13.605] Format host information updated +Info 700 [15:18:13.676] Format host information updated +Info 701 [15:18:13.770] Format host information updated +Info 702 [15:18:13.826] Format host information updated +Info 703 [15:18:13.966] Format host information updated +Info 704 [15:18:14.026] Format host information updated +Info 705 [15:18:14.746] Format host information updated +Info 706 [15:18:14.905] Format host information updated +Info 707 [15:18:15.098] Format host information updated +Info 708 [15:18:15.158] Format host information updated +Info 709 [15:18:15.413] Format host information updated +Info 710 [15:18:15.690] Format host information updated +Info 711 [15:18:15.815] Format host information updated +Info 712 [15:18:16.000] Format host information updated +Info 713 [15:18:16.072] Format host information updated +Info 714 [15:18:16.292] Format host information updated +Info 715 [15:18:16.445] Format host information updated +Info 716 [15:18:16.504] Format host information updated +Info 717 [15:18:19.598] Format host information updated +Info 718 [15:18:19.729] Format host information updated +Info 719 [15:18:21.232] Format host information updated +Info 720 [15:18:21.351] Format host information updated +Info 721 [15:18:21.424] Format host information updated +Info 722 [15:18:21.694] Format host information updated +Info 723 [15:18:21.793] Format host information updated +Info 724 [15:18:21.884] Format host information updated +Info 725 [15:18:21.957] Format host information updated +Info 726 [15:18:22.124] Format host information updated +Info 727 [15:18:22.297] Format host information updated +Info 728 [15:18:22.451] Format host information updated +Info 729 [15:18:22.513] Format host information updated +Info 730 [15:18:23.692] Format host information updated +Info 731 [15:18:25.809] Format host information updated +Info 732 [15:29:50.592] Format host information updated +Info 733 [15:29:50.797] Format host information updated +Info 734 [15:29:56.108] Format host information updated +Info 735 [15:29:56.284] Format host information updated +Info 736 [15:29:56.569] Format host information updated +Info 737 [15:29:56.719] Format host information updated +Info 738 [15:29:57.084] Format host information updated +Info 739 [15:29:57.191] Format host information updated +Info 740 [15:29:57.342] Format host information updated +Info 741 [15:29:57.469] Format host information updated +Info 742 [15:29:57.925] Format host information updated +Info 743 [15:30:01.548] Format host information updated +Info 744 [15:30:03.237] Format host information updated +Info 745 [15:30:03.327] Format host information updated +Info 746 [15:30:03.424] Format host information updated +Info 747 [15:30:03.498] Format host information updated +Info 748 [15:30:03.606] Format host information updated +Info 749 [15:30:03.663] Format host information updated +Info 750 [15:30:03.829] Format host information updated +Info 751 [15:30:03.923] Format host information updated +Info 752 [15:30:04.127] Format host information updated +Info 753 [15:30:04.184] Format host information updated +Info 754 [15:30:04.302] Format host information updated +Info 755 [15:30:04.478] Format host information updated +Info 756 [15:30:04.825] Format host information updated +Info 757 [15:30:05.001] Format host information updated +Info 758 [15:30:05.187] Format host information updated +Info 759 [15:30:05.328] Format host information updated +Info 760 [15:30:05.496] Format host information updated +Info 761 [15:30:05.558] Format host information updated +Info 762 [15:30:18.125] Format host information updated +Info 763 [15:30:18.366] Format host information updated +Info 764 [15:30:18.447] Format host information updated +Info 765 [15:30:18.855] Format host information updated +Info 766 [15:30:19.083] Format host information updated +Info 767 [15:30:19.326] Format host information updated +Info 768 [15:30:19.387] Format host information updated +Info 769 [15:30:19.682] Format host information updated +Info 770 [15:30:19.825] Format host information updated +Info 771 [15:30:19.883] Format host information updated +Info 772 [15:30:19.968] Format host information updated +Info 773 [15:30:20.201] Format host information updated +Info 774 [15:30:20.598] Format host information updated +Info 775 [15:30:20.741] Format host information updated +Info 776 [15:30:20.813] Format host information updated +Info 777 [15:30:20.937] Format host information updated +Info 778 [15:30:21.070] Format host information updated +Info 779 [15:30:21.124] Format host information updated +Info 780 [15:30:21.238] Format host information updated +Info 781 [15:30:21.406] Format host information updated +Info 782 [15:30:21.655] Format host information updated +Info 783 [15:30:22.434] Format host information updated +Info 784 [15:30:23.899] Format host information updated +Info 785 [15:30:27.198] Format host information updated +Info 786 [15:30:27.276] Format host information updated +Info 787 [15:30:27.341] Format host information updated +Info 788 [15:30:27.474] Format host information updated +Info 789 [15:30:27.533] Format host information updated +Info 790 [15:30:27.738] Format host information updated +Info 791 [15:30:30.118] Format host information updated +Info 792 [15:30:30.289] Format host information updated +Info 793 [15:30:30.454] Format host information updated +Info 794 [15:30:30.511] Format host information updated +Info 795 [15:30:33.755] Format host information updated +Info 796 [15:30:33.878] Format host information updated +Info 797 [15:30:34.131] Format host information updated +Info 798 [15:30:34.379] Format host information updated +Info 799 [15:30:34.508] Format host information updated +Info 800 [15:30:36.938] Format host information updated +Info 801 [15:30:37.989] Format host information updated +Info 802 [15:30:38.206] Format host information updated +Info 803 [15:30:38.308] Format host information updated +Info 804 [15:30:40.403] Format host information updated +Info 805 [15:30:40.545] Format host information updated +Info 806 [15:30:40.687] Format host information updated +Info 807 [15:30:40.774] Format host information updated +Info 808 [15:30:40.925] Format host information updated +Info 809 [15:30:41.073] Format host information updated +Info 810 [15:30:41.655] Format host information updated +Info 811 [15:30:41.656] Format host information updated +Info 812 [15:30:41.656] Format host information updated +Info 813 [15:30:41.657] Format host information updated +Info 814 [15:30:41.727] Format host information updated +Info 815 [15:30:44.240] Format host information updated +Info 816 [15:30:44.444] Format host information updated +Info 817 [15:30:44.540] Format host information updated +Info 818 [15:30:44.704] Format host information updated +Info 819 [15:31:05.212] Format host information updated +Info 820 [15:31:05.587] Format host information updated +Info 821 [15:31:06.290] Format host information updated +Info 822 [15:31:06.840] Format host information updated +Info 823 [15:31:09.764] Format host information updated +Info 824 [15:31:09.924] Format host information updated +Info 825 [15:31:10.114] Format host information updated +Info 826 [15:31:10.218] Format host information updated +Info 827 [15:31:10.339] Format host information updated +Info 828 [15:31:10.929] Format host information updated +Info 829 [15:31:23.769] Format host information updated +Info 830 [15:31:28.538] Format host information updated +Info 831 [15:31:29.678] Format host information updated +Info 832 [15:31:29.804] Format host information updated +Info 833 [15:31:29.922] Format host information updated +Info 834 [15:31:30.075] Format host information updated +Info 835 [15:31:30.201] Format host information updated +Info 836 [15:31:30.856] Format host information updated +Info 837 [15:31:31.015] Format host information updated +Info 838 [15:31:31.125] Format host information updated +Info 839 [15:31:31.295] Format host information updated +Info 840 [15:31:32.069] Format host information updated +Info 841 [15:31:32.070] Format host information updated +Info 842 [15:31:32.072] Format host information updated +Info 843 [15:31:32.726] Format host information updated +Info 844 [15:38:12.264] Format host information updated +Info 845 [15:38:12.343] Format host information updated +Info 846 [15:38:12.417] Format host information updated +Info 847 [15:38:12.634] Format host information updated +Info 848 [15:38:12.791] Format host information updated +Info 849 [15:38:12.858] Format host information updated +Info 850 [15:38:13.074] Format host information updated +Info 851 [15:38:13.221] Format host information updated +Info 852 [15:38:13.311] Format host information updated +Info 853 [15:38:13.472] Format host information updated +Info 854 [15:38:13.681] Format host information updated +Info 855 [15:38:13.803] Format host information updated +Info 856 [15:38:13.973] Format host information updated +Info 857 [15:38:14.074] Format host information updated +Info 858 [15:38:14.164] Format host information updated +Info 859 [15:38:14.260] Format host information updated +Info 860 [15:38:14.365] Format host information updated +Info 861 [15:38:14.523] Format host information updated +Info 862 [15:38:14.615] Format host information updated +Info 863 [15:38:14.815] Format host information updated +Info 864 [15:38:14.879] Format host information updated +Info 865 [15:38:14.963] Format host information updated +Info 866 [15:38:15.071] Format host information updated +Info 867 [15:38:15.273] Format host information updated +Info 868 [15:38:15.412] Format host information updated +Info 869 [15:38:15.844] Format host information updated +Info 870 [15:38:15.844] Format host information updated +Info 871 [15:38:15.846] Format host information updated +Info 872 [15:38:16.045] Format host information updated +Info 873 [15:38:18.031] Format host information updated +Info 874 [15:38:55.363] Format host information updated +Info 875 [15:38:55.574] Format host information updated +Info 876 [15:38:59.444] Format host information updated +Info 877 [15:38:59.535] Format host information updated +Info 878 [15:38:59.665] Format host information updated +Info 879 [15:38:59.826] Format host information updated +Info 880 [15:38:59.986] Format host information updated +Info 881 [15:39:00.080] Format host information updated +Info 882 [15:39:00.143] Format host information updated +Info 883 [15:39:00.767] Format host information updated +Info 884 [15:39:01.620] Format host information updated +Info 885 [15:39:01.746] Format host information updated +Info 886 [15:39:02.320] Format host information updated +Info 887 [15:39:02.618] Format host information updated +Info 888 [15:39:02.987] Format host information updated +Info 889 [15:39:03.168] Format host information updated +Info 890 [15:39:03.237] Format host information updated +Info 891 [15:39:03.461] Format host information updated +Info 892 [15:39:03.617] Format host information updated +Info 893 [15:39:03.704] Format host information updated +Info 894 [15:39:04.059] Format host information updated +Info 895 [15:39:05.804] Format host information updated +Info 896 [15:39:05.925] Format host information updated +Info 897 [15:39:06.051] Format host information updated +Info 898 [15:39:06.378] Format host information updated +Info 899 [15:39:06.541] Format host information updated +Info 900 [15:39:07.109] Format host information updated +Info 901 [15:39:07.109] Format host information updated +Info 902 [15:39:07.111] Format host information updated +Info 903 [15:39:08.337] Format host information updated +Info 904 [15:39:08.542] Format host information updated +Info 905 [15:39:09.861] Format host information updated +Info 906 [15:39:10.012] Format host information updated +Info 907 [15:39:10.090] Format host information updated +Info 908 [15:39:10.251] Format host information updated +Info 909 [15:39:10.354] Format host information updated +Info 910 [15:39:10.437] Format host information updated +Info 911 [15:39:11.247] Format host information updated +Info 912 [15:39:12.337] Format host information updated +Info 913 [15:39:12.463] Format host information updated +Info 914 [15:39:12.942] Format host information updated +Info 915 [15:39:13.030] Format host information updated +Info 916 [15:39:13.186] Format host information updated +Info 917 [15:39:13.283] Format host information updated +Info 918 [15:39:13.407] Format host information updated +Info 919 [15:39:13.467] Format host information updated +Info 920 [15:39:13.784] Format host information updated +Info 921 [15:39:13.905] Format host information updated +Info 922 [15:39:14.056] Format host information updated +Info 923 [15:39:16.168] Format host information updated +Info 924 [15:39:16.321] Format host information updated +Info 925 [15:39:16.608] Format host information updated +Info 926 [15:39:16.779] Format host information updated +Info 927 [15:39:16.885] Format host information updated +Info 928 [15:39:16.970] Format host information updated +Info 929 [15:39:17.060] Format host information updated +Info 930 [15:39:17.120] Format host information updated +Info 931 [15:53:25.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 932 [15:53:26.020] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed: 21.035980001091957ms +Info 933 [15:53:26.020] Project '/dev/null/inferredProject1*' (Inferred) +Info 934 [15:53:26.020] Files (12) + +Info 935 [15:53:26.020] ----------------------------------------------- +Info 936 [15:53:26.020] Project '/dev/null/inferredProject1*' (Inferred) +Info 936 [15:53:26.020] Files (12) + +Info 936 [15:53:26.020] ----------------------------------------------- +Info 936 [15:53:26.020] Open files: +Info 936 [15:53:26.020] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 936 [15:53:26.020] Projects: /dev/null/inferredProject1* +Info 936 [15:53:26.020] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 936 [15:53:26.020] Projects: /dev/null/inferredProject1* +Info 936 [15:53:26.020] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 936 [15:53:26.020] Projects: /dev/null/inferredProject1* +Info 936 [15:53:26.020] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 936 [15:53:26.020] Projects: /dev/null/inferredProject1* +Info 936 [15:53:26.020] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 936 [15:53:26.020] Projects: /dev/null/inferredProject1* +Info 936 [15:53:26.460] Format host information updated +Info 937 [15:53:31.288] Format host information updated +Info 938 [15:53:31.442] Format host information updated +Info 939 [15:53:34.691] Format host information updated +Info 940 [15:53:35.934] Format host information updated +Info 941 [15:53:36.793] Format host information updated +Info 942 [15:53:37.831] Format host information updated +Info 943 [15:53:40.531] Format host information updated +Info 944 [15:53:41.151] Format host information updated +Info 945 [15:53:42.176] Format host information updated +Info 946 [15:53:42.298] Format host information updated +Info 947 [15:53:42.439] Format host information updated +Info 948 [15:53:42.577] Format host information updated +Info 949 [15:53:42.733] Format host information updated +Info 950 [15:53:42.794] Format host information updated +Info 951 [15:53:42.978] Format host information updated +Info 952 [15:53:43.048] Format host information updated +Info 953 [15:53:43.140] Format host information updated +Info 954 [15:54:00.564] Format host information updated +Info 955 [15:54:01.049] Format host information updated +Info 956 [15:54:03.559] Format host information updated +Info 957 [15:54:04.076] Format host information updated +Info 958 [15:54:04.738] Format host information updated +Info 959 [15:54:06.171] Format host information updated +Info 960 [15:54:06.343] Format host information updated +Info 961 [15:54:06.666] Format host information updated +Info 962 [15:54:06.735] Format host information updated +Info 963 [15:54:06.928] Format host information updated +Info 964 [15:54:07.139] Format host information updated +Info 965 [15:54:07.300] Format host information updated +Info 966 [15:54:07.444] Format host information updated +Info 967 [15:54:07.634] Format host information updated +Info 968 [15:54:08.160] Format host information updated +Info 969 [15:54:08.285] Format host information updated +Info 970 [15:54:08.422] Format host information updated +Info 971 [15:54:08.573] Format host information updated +Info 972 [15:54:08.660] Format host information updated +Info 973 [15:54:08.731] Format host information updated +Info 974 [15:54:08.842] Format host information updated +Info 975 [15:54:08.902] Format host information updated +Info 976 [15:54:08.963] Format host information updated +Info 977 [15:54:09.116] Format host information updated +Info 978 [15:54:09.364] Format host information updated +Info 979 [15:54:09.502] Format host information updated +Info 980 [15:54:09.625] Format host information updated +Info 981 [15:54:09.793] Format host information updated +Info 982 [15:54:09.861] Format host information updated +Info 983 [15:54:09.929] Format host information updated +Info 984 [15:54:10.675] Format host information updated +Info 985 [15:54:11.125] Format host information updated +Info 986 [15:54:11.646] Format host information updated +Info 987 [15:54:11.814] Format host information updated +Info 988 [15:54:11.999] Format host information updated +Info 989 [15:54:12.075] Format host information updated +Info 990 [15:54:12.268] Format host information updated +Info 991 [15:54:12.505] Format host information updated +Info 992 [15:54:12.828] Format host information updated +Info 993 [15:54:12.985] Format host information updated +Info 994 [15:54:13.095] Format host information updated +Info 995 [15:54:13.200] Format host information updated +Info 996 [15:54:13.283] Format host information updated +Info 997 [15:54:13.455] Format host information updated +Info 998 [15:54:13.621] Format host information updated +Info 999 [15:54:13.678] Format host information updated +Info 1000 [15:54:14.973] Format host information updated +Info 1001 [15:54:15.036] Format host information updated +Info 1002 [15:54:15.148] Format host information updated +Info 1003 [15:54:16.563] Format host information updated +Info 1004 [15:54:16.693] Format host information updated +Info 1005 [15:54:16.848] Format host information updated +Info 1006 [15:54:16.934] Format host information updated +Info 1007 [15:54:17.115] Format host information updated +Info 1008 [15:54:17.228] Format host information updated +Info 1009 [15:54:17.427] Format host information updated +Info 1010 [15:54:17.627] Format host information updated +Info 1011 [15:54:17.736] Format host information updated +Info 1012 [15:54:17.836] Format host information updated +Info 1013 [15:54:18.077] Format host information updated +Info 1014 [15:54:18.233] Format host information updated +Info 1015 [15:54:18.438] Format host information updated +Info 1016 [15:54:18.626] Format host information updated +Info 1017 [15:54:18.822] Format host information updated +Info 1018 [15:54:18.958] Format host information updated +Info 1019 [15:54:19.112] Format host information updated +Info 1020 [15:54:19.475] Format host information updated +Info 1021 [15:54:19.646] Format host information updated +Info 1022 [15:54:19.840] Format host information updated +Info 1023 [15:54:20.043] Format host information updated +Info 1024 [15:54:20.142] Format host information updated +Info 1025 [15:54:20.206] Format host information updated +Info 1026 [15:54:20.369] Format host information updated +Info 1027 [15:54:20.654] Format host information updated +Info 1028 [15:54:20.768] Format host information updated +Info 1029 [15:54:20.872] Format host information updated +Info 1030 [15:54:20.989] Format host information updated +Info 1031 [15:54:21.056] Format host information updated +Info 1032 [15:54:22.512] Format host information updated +Info 1033 [15:54:22.644] Format host information updated +Info 1034 [15:54:22.801] Format host information updated +Info 1035 [15:54:22.928] Format host information updated +Info 1036 [15:54:23.232] Format host information updated +Info 1037 [15:54:23.359] Format host information updated +Info 1038 [15:54:23.505] Format host information updated +Info 1039 [15:54:23.591] Format host information updated +Info 1040 [15:54:23.791] Format host information updated +Info 1041 [15:54:24.106] Format host information updated +Info 1042 [15:54:24.294] Format host information updated +Info 1043 [15:54:24.440] Format host information updated +Info 1044 [15:54:24.671] Format host information updated +Info 1045 [15:54:24.808] Format host information updated +Info 1046 [15:54:24.906] Format host information updated +Info 1047 [15:54:24.970] Format host information updated +Info 1048 [15:54:25.241] Format host information updated +Info 1049 [15:54:25.424] Format host information updated +Info 1050 [15:54:25.536] Format host information updated +Info 1051 [15:54:25.672] Format host information updated +Info 1052 [15:54:25.771] Format host information updated +Info 1053 [15:54:25.834] Format host information updated +Info 1054 [15:54:27.105] Format host information updated +Info 1055 [15:54:29.183] Format host information updated +Info 1056 [15:54:29.827] Format host information updated +Info 1057 [15:54:30.374] Format host information updated +Info 1058 [15:54:31.442] Format host information updated +Info 1059 [15:54:33.514] Format host information updated +Info 1060 [15:54:34.259] Format host information updated +Info 1061 [15:54:35.370] Format host information updated +Info 1062 [15:58:17.309] Format host information updated +Info 1063 [16:03:31.909] Format host information updated +Info 1064 [16:03:32.135] Format host information updated +Info 1065 [16:03:32.280] Format host information updated +Info 1066 [16:03:32.383] Format host information updated +Info 1067 [16:03:32.532] Format host information updated +Info 1068 [16:03:32.944] Format host information updated +Info 1069 [16:03:33.332] Format host information updated diff --git a/.log/tsserver-log-TDB9NR/tsserver.log b/.log/tsserver-log-TDB9NR/tsserver.log new file mode 100644 index 0000000..97c0eed --- /dev/null +++ b/.log/tsserver-log-TDB9NR/tsserver.log @@ -0,0 +1,466 @@ +Info 0 [11:56:50.469] Starting TS Server +Info 1 [11:56:50.469] Version: 5.2.2 +Info 2 [11:56:50.469] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/fc3846cdf41daacffa05b0c7fcec57ac/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-TDB9NR/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [11:56:50.469] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [11:56:50.469] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [11:56:50.474] Format host information updated +Info 6 [11:56:50.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [11:56:50.791] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 312.66665600053966ms +Info 8 [11:56:50.791] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [11:56:50.791] Files (8) + +Info 10 [11:56:50.791] ----------------------------------------------- +Info 11 [11:56:50.791] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [11:56:50.791] Files (8) + +Info 11 [11:56:50.791] ----------------------------------------------- +Info 11 [11:56:50.791] Open files: +Info 11 [11:56:50.791] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [11:56:50.791] Projects: /dev/null/inferredProject1* +Info 11 [11:56:50.792] Format host information updated +Info 12 [11:56:50.793] Format host information updated +Info 13 [12:03:00.684] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14 [12:03:00.692] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 8.21735400147736ms +Info 15 [12:03:00.692] Project '/dev/null/inferredProject1*' (Inferred) +Info 16 [12:03:00.692] Files (9) + +Info 17 [12:03:00.692] ----------------------------------------------- +Info 18 [12:03:00.692] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [12:03:00.692] Files (9) + +Info 18 [12:03:00.692] ----------------------------------------------- +Info 18 [12:03:00.692] Open files: +Info 18 [12:03:00.692] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 18 [12:03:00.692] Projects: /dev/null/inferredProject1* +Info 18 [12:03:00.692] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 18 [12:03:00.692] Projects: /dev/null/inferredProject1* +Info 18 [12:03:00.893] Format host information updated +Info 19 [12:03:03.580] Format host information updated +Info 20 [12:03:03.641] Format host information updated +Info 21 [12:03:03.793] Format host information updated +Info 22 [12:03:03.999] Format host information updated +Info 23 [12:03:04.247] Format host information updated +Info 24 [12:03:04.404] Format host information updated +Info 25 [12:03:04.616] Format host information updated +Info 26 [12:03:04.675] Format host information updated +Info 27 [12:03:05.038] Format host information updated +Info 28 [12:03:05.174] Format host information updated +Info 29 [12:03:05.251] Format host information updated +Info 30 [12:03:05.517] Format host information updated +Info 31 [12:03:05.774] Format host information updated +Info 32 [12:03:05.893] Format host information updated +Info 33 [12:03:06.059] Format host information updated +Info 34 [12:03:06.293] Format host information updated +Info 35 [12:03:06.376] Format host information updated +Info 36 [12:03:06.625] Format host information updated +Info 37 [12:03:06.811] Format host information updated +Info 38 [12:03:07.047] Format host information updated +Info 39 [12:03:07.180] Format host information updated +Info 40 [12:03:08.025] Format host information updated +Info 41 [12:03:09.823] Format host information updated +Info 42 [12:03:09.885] Format host information updated +Info 43 [12:03:10.011] Format host information updated +Info 44 [12:03:10.141] Format host information updated +Info 45 [12:03:10.325] Format host information updated +Info 46 [12:03:10.401] Format host information updated +Info 47 [12:03:11.064] Format host information updated +Info 48 [12:03:12.433] Format host information updated +Info 49 [12:03:12.583] Format host information updated +Info 50 [12:03:13.051] Format host information updated +Info 51 [12:03:13.286] Format host information updated +Info 52 [12:03:13.628] Format host information updated +Info 53 [12:03:13.716] Format host information updated +Info 54 [12:03:13.805] Format host information updated +Info 55 [12:03:13.995] Format host information updated +Info 56 [12:03:14.190] Format host information updated +Info 57 [12:03:14.279] Format host information updated +Info 58 [12:03:15.338] Format host information updated +Info 59 [12:03:15.397] Format host information updated +Info 60 [12:03:15.520] Format host information updated +Info 61 [12:03:15.622] Format host information updated +Info 62 [12:03:15.839] Format host information updated +Info 63 [12:03:16.793] Format host information updated +Info 64 [12:03:17.141] Format host information updated +Info 65 [12:03:17.490] Format host information updated +Info 66 [12:03:17.764] Format host information updated +Info 67 [12:03:17.856] Format host information updated +Info 68 [12:03:19.619] Format host information updated +Info 69 [12:03:20.241] Format host information updated +Info 70 [12:03:20.350] Format host information updated +Info 71 [12:03:20.637] Format host information updated +Info 72 [12:03:20.942] Format host information updated +Info 73 [12:03:21.242] Format host information updated +Info 74 [12:03:21.362] Format host information updated +Info 75 [12:03:21.610] Format host information updated +Info 76 [12:03:21.828] Format host information updated +Info 77 [12:03:22.085] Format host information updated +Info 78 [12:03:22.224] Format host information updated +Info 79 [12:03:22.486] Format host information updated +Info 80 [12:03:22.636] Format host information updated +Info 81 [12:03:22.845] Format host information updated +Info 82 [12:03:22.993] Format host information updated +Info 83 [12:03:23.141] Format host information updated +Info 84 [12:03:23.200] Format host information updated +Info 85 [12:03:23.306] Format host information updated +Info 86 [12:03:23.424] Format host information updated +Info 87 [12:03:23.607] Format host information updated +Info 88 [12:03:23.660] Format host information updated +Info 89 [12:03:24.647] Format host information updated +Info 90 [12:03:24.935] Format host information updated +Info 91 [12:03:25.032] Format host information updated +Info 92 [12:03:25.397] Format host information updated +Info 93 [12:03:25.513] Format host information updated +Info 94 [12:03:25.850] Format host information updated +Info 95 [12:51:16.350] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 96 [12:51:16.403] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 53.09532899968326ms +Info 97 [12:51:16.403] Project '/dev/null/inferredProject1*' (Inferred) +Info 98 [12:51:16.403] Files (10) + +Info 99 [12:51:16.403] ----------------------------------------------- +Info 100 [12:51:16.403] Project '/dev/null/inferredProject1*' (Inferred) +Info 100 [12:51:16.403] Files (10) + +Info 100 [12:51:16.403] ----------------------------------------------- +Info 100 [12:51:16.403] Open files: +Info 100 [12:51:16.403] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 100 [12:51:16.403] Projects: /dev/null/inferredProject1* +Info 100 [12:51:16.403] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 100 [12:51:16.403] Projects: /dev/null/inferredProject1* +Info 100 [12:51:16.403] FileName: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 100 [12:51:16.403] Projects: /dev/null/inferredProject1* +Info 100 [12:51:17.783] Project '/dev/null/inferredProject1*' (Inferred) +Info 100 [12:51:17.783] Files (10) + +Info 100 [12:51:17.783] ----------------------------------------------- +Info 100 [12:51:17.783] Open files: +Info 100 [12:51:17.783] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 100 [12:51:17.783] Projects: /dev/null/inferredProject1* +Info 100 [12:51:17.783] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 100 [12:51:17.783] Projects: /dev/null/inferredProject1* +Info 100 [12:51:21.642] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 101 [12:51:21.646] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 4.054789001122117ms +Info 102 [12:51:21.646] Project '/dev/null/inferredProject1*' (Inferred) +Info 103 [12:51:21.646] Files (10) + +Info 104 [12:51:21.646] ----------------------------------------------- +Info 105 [12:51:21.646] Project '/dev/null/inferredProject1*' (Inferred) +Info 105 [12:51:21.646] Files (10) + +Info 105 [12:51:21.646] ----------------------------------------------- +Info 105 [12:51:21.646] Open files: +Info 105 [12:51:21.646] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 105 [12:51:21.646] Projects: /dev/null/inferredProject1* +Info 105 [12:51:21.646] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 105 [12:51:21.646] Projects: /dev/null/inferredProject1* +Info 105 [12:51:21.646] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 105 [12:51:21.646] Projects: /dev/null/inferredProject1* +Info 105 [12:51:22.584] Format host information updated +Info 106 [12:51:26.111] Format host information updated +Info 107 [12:51:26.401] Format host information updated +Info 108 [12:51:28.611] Format host information updated +Info 109 [12:51:28.852] Format host information updated +Info 110 [12:51:28.977] Format host information updated +Info 111 [12:51:29.347] Format host information updated +Info 112 [12:51:30.210] Format host information updated +Info 113 [12:51:30.486] Format host information updated +Info 114 [12:51:30.671] Format host information updated +Info 115 [12:51:31.719] Format host information updated +Info 116 [12:51:32.516] Format host information updated +Info 117 [12:51:33.623] Format host information updated +Info 118 [12:51:34.330] Format host information updated +Info 119 [12:51:34.638] Format host information updated +Info 120 [12:51:34.788] Format host information updated +Info 121 [12:51:34.976] Format host information updated +Info 122 [12:51:35.127] Format host information updated +Info 123 [12:51:35.224] Format host information updated +Info 124 [12:51:35.321] Format host information updated +Info 125 [12:51:35.407] Format host information updated +Info 126 [12:51:35.546] Format host information updated +Info 127 [12:51:35.638] Format host information updated +Info 128 [12:51:35.951] Format host information updated +Info 129 [12:51:36.415] Format host information updated +Info 130 [12:51:36.670] Format host information updated +Info 131 [12:51:37.286] Format host information updated +Info 132 [12:51:37.917] Format host information updated +Info 133 [12:51:38.205] Format host information updated +Info 134 [12:51:38.549] Format host information updated +Info 135 [12:51:38.699] Format host information updated +Info 136 [12:51:39.172] Format host information updated +Info 137 [12:51:39.460] Format host information updated +Info 138 [12:51:39.708] Format host information updated +Info 139 [12:51:39.898] Format host information updated +Info 140 [12:51:40.010] Format host information updated +Info 141 [12:51:40.098] Format host information updated +Info 142 [12:51:40.162] Format host information updated +Info 143 [12:51:40.308] Format host information updated +Info 144 [12:51:40.481] Format host information updated +Info 145 [12:51:40.607] Format host information updated +Info 146 [12:51:40.726] Format host information updated +Info 147 [12:51:40.783] Format host information updated +Info 148 [12:51:47.200] Format host information updated +Info 149 [12:51:47.706] Format host information updated +Info 150 [12:51:54.825] Format host information updated +Info 151 [12:51:55.170] Format host information updated +Info 152 [12:51:56.232] Format host information updated +Info 153 [12:51:56.335] Format host information updated +Info 154 [12:51:56.556] Format host information updated +Info 155 [12:51:56.780] Format host information updated +Info 156 [12:51:56.971] Format host information updated +Info 157 [12:51:57.112] Format host information updated +Info 158 [12:51:57.407] Format host information updated +Info 159 [12:51:57.665] Format host information updated +Info 160 [12:51:57.958] Format host information updated +Info 161 [12:51:58.093] Format host information updated +Info 162 [12:51:58.150] Format host information updated +Info 163 [12:51:58.640] Format host information updated +Info 164 [12:51:58.825] Format host information updated +Info 165 [12:51:58.929] Format host information updated +Info 166 [12:51:59.150] Format host information updated +Info 167 [12:52:01.464] Format host information updated +Info 168 [12:52:01.523] Format host information updated +Info 169 [12:52:02.040] Format host information updated +Info 170 [12:52:02.473] Format host information updated +Info 171 [12:52:02.607] Format host information updated +Info 172 [12:52:03.148] Format host information updated +Info 173 [12:52:03.488] Format host information updated +Info 174 [12:52:04.406] Format host information updated +Info 175 [12:52:04.483] Format host information updated +Info 176 [12:52:04.645] Format host information updated +Info 177 [12:52:04.752] Format host information updated +Info 178 [12:52:04.850] Format host information updated +Info 179 [12:52:04.956] Format host information updated +Info 180 [12:52:05.045] Format host information updated +Info 181 [12:52:05.536] Format host information updated +Info 182 [12:52:05.649] Format host information updated +Info 183 [12:52:05.833] Format host information updated +Info 184 [12:52:05.908] Format host information updated +Info 185 [12:52:06.119] Format host information updated +Info 186 [12:52:06.272] Format host information updated +Info 187 [12:52:06.350] Format host information updated +Info 188 [12:52:06.514] Format host information updated +Info 189 [12:52:06.646] Format host information updated +Info 190 [12:52:06.858] Format host information updated +Info 191 [12:52:06.981] Format host information updated +Info 192 [12:52:07.130] Format host information updated +Info 193 [12:52:07.244] Format host information updated +Info 194 [12:52:07.347] Format host information updated +Info 195 [12:52:07.487] Format host information updated +Info 196 [12:52:07.589] Format host information updated +Info 197 [12:52:07.652] Format host information updated +Info 198 [12:52:07.755] Format host information updated +Info 199 [12:52:07.822] Format host information updated +Info 200 [12:52:08.128] Format host information updated +Info 201 [12:52:08.256] Format host information updated +Info 202 [12:52:08.325] Format host information updated +Info 203 [12:52:08.396] Format host information updated +Info 204 [12:52:08.470] Format host information updated +Info 205 [12:52:08.594] Format host information updated +Info 206 [12:52:08.654] Format host information updated +Info 207 [12:52:09.948] Format host information updated +Info 208 [12:52:10.112] Format host information updated +Info 209 [12:52:10.216] Format host information updated +Info 210 [12:52:10.299] Format host information updated +Info 211 [12:52:10.437] Format host information updated +Info 212 [12:52:10.510] Format host information updated +Info 213 [12:52:10.589] Format host information updated +Info 214 [12:52:10.829] Format host information updated +Info 215 [12:52:10.952] Format host information updated +Info 216 [12:52:11.146] Format host information updated +Info 217 [12:52:11.261] Format host information updated +Info 218 [12:52:11.395] Format host information updated +Info 219 [12:52:11.515] Format host information updated +Info 220 [12:52:11.730] Format host information updated +Info 221 [12:52:12.835] Format host information updated +Info 222 [12:52:12.904] Format host information updated +Info 223 [12:52:13.016] Format host information updated +Info 224 [12:52:15.852] Format host information updated +Info 225 [12:52:15.918] Format host information updated +Info 226 [12:52:16.101] Format host information updated +Info 227 [12:52:16.165] Format host information updated +Info 228 [12:52:16.389] Format host information updated +Info 229 [12:52:17.026] Format host information updated +Info 230 [12:52:39.278] Format host information updated +Info 231 [12:52:39.527] Format host information updated +Info 232 [12:52:39.655] Format host information updated +Info 233 [12:52:39.862] Format host information updated +Info 234 [12:52:40.042] Format host information updated +Info 235 [12:52:40.188] Format host information updated +Info 236 [12:52:40.288] Format host information updated +Info 237 [12:52:45.018] Format host information updated +Info 238 [12:52:45.249] Format host information updated +Info 239 [12:52:45.435] Format host information updated +Info 240 [12:52:45.532] Format host information updated +Info 241 [12:52:45.665] Format host information updated +Info 242 [12:52:45.831] Format host information updated +Info 243 [12:52:45.982] Format host information updated +Info 244 [12:52:46.105] Format host information updated +Info 245 [12:52:46.163] Format host information updated +Info 246 [12:52:46.394] Format host information updated +Info 247 [12:52:46.455] Format host information updated +Info 248 [12:52:47.106] Format host information updated +Info 249 [12:52:47.302] Format host information updated +Info 250 [12:52:47.619] Format host information updated +Info 251 [12:52:47.695] Format host information updated +Info 252 [12:52:47.951] Format host information updated +Info 253 [12:52:48.196] Format host information updated +Info 254 [12:52:48.304] Format host information updated +Info 255 [12:52:48.378] Format host information updated +Info 256 [12:52:49.001] Format host information updated +Info 257 [12:52:50.917] Format host information updated +Info 258 [12:52:56.135] Format host information updated +Info 259 [12:52:56.461] Format host information updated +Info 260 [12:52:56.682] Format host information updated +Info 261 [12:52:56.742] Format host information updated +Info 262 [12:52:57.005] Format host information updated +Info 263 [12:53:00.261] Format host information updated +Info 264 [12:53:00.334] Format host information updated +Info 265 [12:53:01.399] Format host information updated +Info 266 [12:53:01.849] Format host information updated +Info 267 [12:53:02.431] Format host information updated +Info 268 [12:53:02.654] Format host information updated +Info 269 [12:53:02.957] Format host information updated +Info 270 [12:53:03.048] Format host information updated +Info 271 [12:53:06.005] Format host information updated +Info 272 [12:53:06.099] Format host information updated +Info 273 [12:53:06.230] Format host information updated +Info 274 [12:53:06.589] Format host information updated +Info 275 [12:53:06.822] Format host information updated +Info 276 [12:53:07.525] Format host information updated +Info 277 [12:53:07.756] Format host information updated +Info 278 [12:53:08.124] Format host information updated +Info 279 [12:53:08.646] Format host information updated +Info 280 [12:53:08.766] Format host information updated +Info 281 [12:53:08.886] Format host information updated +Info 282 [12:53:09.250] Format host information updated +Info 283 [12:53:09.419] Format host information updated +Info 284 [12:53:09.722] Format host information updated +Info 285 [12:53:09.780] Format host information updated +Info 286 [12:53:10.670] Format host information updated +Info 287 [12:53:11.210] Format host information updated +Info 288 [12:53:11.638] Format host information updated +Info 289 [12:53:15.000] Format host information updated +Info 290 [12:53:15.515] Format host information updated +Info 291 [12:53:15.680] Format host information updated +Info 292 [12:53:16.125] Format host information updated +Info 293 [12:53:16.275] Format host information updated +Info 294 [12:53:21.982] Format host information updated +Info 295 [12:53:22.072] Format host information updated +Info 296 [12:53:22.292] Format host information updated +Info 297 [12:53:22.393] Format host information updated +Info 298 [12:53:22.497] Format host information updated +Info 299 [12:53:22.708] Format host information updated +Info 300 [12:53:22.790] Format host information updated +Info 301 [12:53:22.861] Format host information updated +Info 302 [12:53:22.921] Format host information updated +Info 303 [12:53:27.832] Format host information updated +Info 304 [12:53:27.832] Format host information updated +Info 305 [12:53:27.833] Format host information updated +Info 306 [12:53:28.073] Format host information updated +Info 307 [12:53:28.621] Format host information updated +Info 308 [12:53:28.905] Format host information updated +Info 309 [12:53:29.109] Format host information updated +Info 310 [12:53:29.171] Format host information updated +Info 311 [12:53:29.420] Format host information updated +Info 312 [12:53:29.480] Format host information updated +Info 313 [12:53:29.930] Format host information updated +Info 314 [12:53:30.077] Format host information updated +Info 315 [12:53:30.343] Format host information updated +Info 316 [12:53:30.509] Format host information updated +Info 317 [12:53:30.703] Format host information updated +Info 318 [12:53:30.884] Format host information updated +Info 319 [12:53:31.003] Format host information updated +Info 320 [12:53:31.590] Format host information updated +Info 321 [12:53:31.719] Format host information updated +Info 322 [12:53:31.911] Format host information updated +Info 323 [12:53:32.031] Format host information updated +Info 324 [12:53:32.777] Format host information updated +Info 325 [12:53:32.946] Format host information updated +Info 326 [12:53:33.007] Format host information updated +Info 327 [12:53:33.224] Format host information updated +Info 328 [12:53:33.365] Format host information updated +Info 329 [12:53:33.571] Format host information updated +Info 330 [12:53:33.631] Format host information updated +Info 331 [12:53:34.634] Format host information updated +Info 332 [12:53:34.732] Format host information updated +Info 333 [12:53:34.816] Format host information updated +Info 334 [12:53:34.891] Format host information updated +Info 335 [12:53:34.997] Format host information updated +Info 336 [12:53:35.071] Format host information updated +Info 337 [12:53:35.145] Format host information updated +Info 338 [12:53:35.310] Format host information updated +Info 339 [12:53:35.492] Format host information updated +Info 340 [12:53:35.549] Format host information updated +Info 341 [12:53:35.695] Format host information updated +Info 342 [12:53:35.795] Format host information updated +Info 343 [12:53:35.862] Format host information updated +Info 344 [12:53:36.260] Format host information updated +Info 345 [12:53:36.726] Format host information updated +Info 346 [12:53:36.795] Format host information updated +Info 347 [12:53:36.924] Format host information updated +Info 348 [12:53:39.576] Format host information updated +Info 349 [12:53:41.761] Format host information updated +Info 350 [12:53:41.973] Format host information updated +Info 351 [12:53:42.157] Format host information updated +Info 352 [12:53:42.341] Format host information updated +Info 353 [12:53:42.457] Format host information updated +Info 354 [12:53:42.514] Format host information updated +Info 355 [12:53:42.757] Format host information updated +Info 356 [12:53:43.987] Format host information updated +Info 357 [12:53:44.095] Format host information updated +Info 358 [12:53:44.687] Format host information updated +Info 359 [12:53:44.757] Format host information updated +Info 360 [12:53:45.011] Format host information updated +Info 361 [12:53:45.077] Format host information updated +Info 362 [12:53:45.193] Format host information updated +Info 363 [12:53:45.313] Format host information updated +Info 364 [12:53:45.403] Format host information updated +Info 365 [12:53:45.578] Format host information updated +Info 366 [12:53:45.692] Format host information updated +Info 367 [12:53:45.843] Format host information updated +Info 368 [12:53:45.921] Format host information updated +Info 369 [12:53:46.018] Format host information updated +Info 370 [12:53:46.108] Format host information updated +Info 371 [12:53:46.305] Format host information updated +Info 372 [12:53:46.431] Format host information updated +Info 373 [12:53:47.147] Format host information updated +Info 374 [12:53:47.148] Format host information updated +Info 375 [12:53:47.149] Format host information updated +Info 376 [12:53:47.369] Format host information updated +Info 377 [12:53:47.429] Format host information updated +Info 378 [12:53:47.722] Format host information updated +Info 379 [12:53:47.847] Format host information updated +Info 380 [12:53:48.058] Format host information updated +Info 381 [12:53:48.424] Format host information updated +Info 382 [12:53:48.862] Format host information updated +Info 383 [12:53:52.657] Format host information updated +Info 384 [12:53:54.130] Format host information updated +Info 385 [12:53:57.817] Format host information updated +Info 386 [12:53:59.041] Format host information updated +Info 387 [12:53:59.233] Format host information updated +Info 388 [12:53:59.374] Format host information updated +Info 389 [12:53:59.534] Format host information updated +Info 390 [12:53:59.760] Format host information updated +Info 391 [12:53:59.957] Format host information updated +Info 392 [12:54:02.146] Format host information updated +Info 393 [12:54:05.287] Format host information updated +Info 394 [12:54:05.632] Format host information updated +Info 395 [12:54:05.848] Format host information updated +Info 396 [12:54:06.019] Format host information updated +Info 397 [12:54:06.075] Format host information updated +Info 398 [12:54:06.198] Format host information updated +Info 399 [12:54:06.435] Format host information updated +Info 400 [12:54:07.170] Format host information updated +Info 401 [12:54:08.125] Format host information updated +Info 402 [12:54:08.456] Format host information updated +Info 403 [12:54:08.587] Format host information updated +Info 404 [12:54:08.753] Format host information updated +Info 405 [12:54:08.831] Format host information updated +Info 406 [12:54:08.949] Format host information updated +Info 407 [12:54:14.669] Format host information updated +Info 408 [12:54:16.124] Format host information updated +Info 409 [12:54:16.292] Format host information updated +Info 410 [12:54:16.474] Format host information updated +Info 411 [12:54:16.633] Format host information updated +Info 412 [12:54:16.692] Format host information updated +Info 413 [12:54:16.823] Format host information updated +Info 414 [12:54:27.434] Format host information updated diff --git a/.log/tsserver-log-TRP5sK/ti-1171481.log b/.log/tsserver-log-TRP5sK/ti-1171481.log new file mode 100644 index 0000000..dd5e394 --- /dev/null +++ b/.log/tsserver-log-TRP5sK/ti-1171481.log @@ -0,0 +1,306 @@ +[15:50:19.300] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[15:50:19.301] Processing cache location '/home/orion/.cache/typescript/5.2' +[15:50:19.301] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[15:50:19.301] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[15:50:19.301] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[15:50:19.301] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[15:50:19.301] Process id: 1171516 +[15:50:19.302] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[15:50:19.302] validateDefaultNpmLocation: true +[15:50:19.302] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[15:50:19.302] Updating types-registry npm package... +[15:50:19.302] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[15:50:19.991] Succeeded. stdout: + + up to date, audited 36 packages in 542ms + +found 0 vulnerabilities + +[15:50:19.991] Updated types-registry npm package +[15:50:20.017] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:50:20.028] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[15:50:20.028] Explicitly included types: [] +[15:50:20.028] Inferred typings from unresolved imports: [] +[15:50:20.029] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:50:20.029] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:50:20.029] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:50:20.029] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:50:20.029] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[15:50:20.029] Response has been sent. +[15:50:20.029] No new typings were requested as a result of typings discovery +[15:50:20.029] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/test/Test.Main.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:50:20.029] Explicitly included types: [] +[15:50:20.030] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[15:50:20.030] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:50:20.031] Package 'puppeteer' provides its own types. +[15:50:20.032] Package 'puppeteer-core' provides its own types. +[15:50:20.033] Package 'puppeteer-extra' provides its own types. +[15:50:20.033] Package 'bun-types' provides its own types. +[15:50:20.034] Package 'devtools-protocol' provides its own types. +[15:50:20.034] Found package names: ["callsites","purs-tidy"] +[15:50:20.035] Inferred typings from unresolved imports: [] +[15:50:20.035] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:50:20.035] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:50:20.035] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:50:20.035] Response has been sent. +[15:50:20.035] Installing typings ["callsites","purs-tidy","typescript"] +[15:50:20.035] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[15:50:20.035] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[15:50:20.035] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:50:20.035] All typings are known to be missing or invalid - no need to install more typings +[15:50:20.035] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:50:20.035] Response has been sent. +[15:50:20.386] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/test/Test.Main.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:50:20.386] Explicitly included types: [] +[15:50:20.387] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[15:50:20.387] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:50:20.389] Package 'puppeteer' provides its own types. +[15:50:20.391] Package 'puppeteer-core' provides its own types. +[15:50:20.393] Package 'puppeteer-extra' provides its own types. +[15:50:20.394] Package 'bun-types' provides its own types. +[15:50:20.394] Package 'devtools-protocol' provides its own types. +[15:50:20.396] Found package names: ["callsites","purs-tidy"] +[15:50:20.396] Inferred typings from unresolved imports: [] +[15:50:20.396] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:50:20.396] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:50:20.396] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[15:50:20.396] Response has been sent. +[15:50:20.396] Installing typings ["callsites","purs-tidy","typescript"] +[15:50:20.396] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[15:50:20.397] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[15:50:20.397] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:50:20.397] All typings are known to be missing or invalid - no need to install more typings +[15:50:20.397] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:50:20.397] Response has been sent. +[16:08:09.400] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[").PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => [PageEvent, (_: any) => void]} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:08:09.401] Explicitly included types: [] +[16:08:09.401] Inferred typings from unresolved imports: [").PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => [PageEvent, (_: any) => void]} "] +[16:08:09.401] Result: {"cachedTypingPaths":[],"newTypingNames":[").PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => [PageEvent, (_: any) => void]} "],"filesToWatch":[]} +[16:08:09.401] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[").PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => [PageEvent, (_: any) => void]} "],"filesToWatch":[]} +[16:08:09.401] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:09.401] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:09.401] Installing typings [").PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => [PageEvent, (_: any) => void]} "] +[16:08:09.401] ').PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => [PageEvent, (_: any) => void]} ':: Package name ').PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => [PageEvent, (_: any) => void]} ' contains non URI safe characters +[16:08:09.401] All typings are known to be missing or invalid - no need to install more typings +[16:08:09.401] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[").PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => [PageEvent, (_: any) => void]} "],"kind":"action::set"} +[16:08:09.401] Response has been sent. +[16:08:09.527] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:08:09.527] Explicitly included types: [] +[16:08:09.527] Inferred typings from unresolved imports: [""] +[16:08:09.527] Result: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[16:08:09.527] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[""],"filesToWatch":[]} +[16:08:09.527] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:09.527] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:09.527] Installing typings [""] +[16:08:09.527] '':: Package name '' cannot be empty +[16:08:09.527] All typings are known to be missing or invalid - no need to install more typings +[16:08:09.527] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[""],"kind":"action::set"} +[16:08:09.527] Response has been sent. +[16:08:10.030] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:08:10.030] Explicitly included types: [] +[16:08:10.031] Inferred typings from unresolved imports: ["p"] +[16:08:10.031] Result: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[16:08:10.031] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["p"],"filesToWatch":[]} +[16:08:10.031] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:10.031] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:10.031] Installing typings ["p"] +[16:08:10.031] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[16:08:10.032] All typings are known to be missing or invalid - no need to install more typings +[16:08:10.032] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["p"],"kind":"action::set"} +[16:08:10.032] Response has been sent. +[16:08:10.222] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pup"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:08:10.222] Explicitly included types: [] +[16:08:10.222] Inferred typings from unresolved imports: ["pup"] +[16:08:10.222] Result: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[16:08:10.222] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pup"],"filesToWatch":[]} +[16:08:10.222] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:10.222] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:10.222] Installing typings ["pup"] +[16:08:10.222] 'pup':: Entry for package 'pup' does not exist in local types registry - skipping... +[16:08:10.222] All typings are known to be missing or invalid - no need to install more typings +[16:08:10.222] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pup"],"kind":"action::set"} +[16:08:10.222] Response has been sent. +[16:08:10.621] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pupp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:08:10.621] Explicitly included types: [] +[16:08:10.621] Inferred typings from unresolved imports: ["pupp"] +[16:08:10.621] Result: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[16:08:10.621] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["pupp"],"filesToWatch":[]} +[16:08:10.621] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:10.621] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:10.621] Installing typings ["pupp"] +[16:08:10.621] 'pupp':: Entry for package 'pupp' does not exist in local types registry - skipping... +[16:08:10.621] All typings are known to be missing or invalid - no need to install more typings +[16:08:10.621] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["pupp"],"kind":"action::set"} +[16:08:10.621] Response has been sent. +[16:08:10.721] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppe"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:08:10.721] Explicitly included types: [] +[16:08:10.722] Inferred typings from unresolved imports: ["puppe"] +[16:08:10.722] Result: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[16:08:10.722] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppe"],"filesToWatch":[]} +[16:08:10.722] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:10.722] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:10.722] Installing typings ["puppe"] +[16:08:10.722] 'puppe':: Entry for package 'puppe' does not exist in local types registry - skipping... +[16:08:10.722] All typings are known to be missing or invalid - no need to install more typings +[16:08:10.722] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppe"],"kind":"action::set"} +[16:08:10.722] Response has been sent. +[16:08:11.125] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppet"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:08:11.125] Explicitly included types: [] +[16:08:11.126] Inferred typings from unresolved imports: ["puppet"] +[16:08:11.126] Result: {"cachedTypingPaths":[],"newTypingNames":["puppet"],"filesToWatch":[]} +[16:08:11.126] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppet"],"filesToWatch":[]} +[16:08:11.126] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:11.126] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:11.126] Installing typings ["puppet"] +[16:08:11.126] 'puppet':: Entry for package 'puppet' does not exist in local types registry - skipping... +[16:08:11.126] All typings are known to be missing or invalid - no need to install more typings +[16:08:11.126] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppet"],"kind":"action::set"} +[16:08:11.126] Response has been sent. +[16:08:11.153] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppete"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:08:11.154] Explicitly included types: [] +[16:08:11.154] Inferred typings from unresolved imports: ["puppete"] +[16:08:11.154] Result: {"cachedTypingPaths":[],"newTypingNames":["puppete"],"filesToWatch":[]} +[16:08:11.154] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppete"],"filesToWatch":[]} +[16:08:11.154] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:11.154] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:11.154] Installing typings ["puppete"] +[16:08:11.154] 'puppete':: Entry for package 'puppete' does not exist in local types registry - skipping... +[16:08:11.154] All typings are known to be missing or invalid - no need to install more typings +[16:08:11.154] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppete"],"kind":"action::set"} +[16:08:11.154] Response has been sent. +[16:08:11.274] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppetee"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:08:11.274] Explicitly included types: [] +[16:08:11.274] Inferred typings from unresolved imports: ["puppetee"] +[16:08:11.274] Result: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[16:08:11.274] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[16:08:11.274] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:11.274] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:08:11.274] Installing typings ["puppetee"] +[16:08:11.274] 'puppetee':: Entry for package 'puppetee' does not exist in local types registry - skipping... +[16:08:11.275] All typings are known to be missing or invalid - no need to install more typings +[16:08:11.275] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppetee"],"kind":"action::set"} +[16:08:11.275] Response has been sent. +[16:20:06.310] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/test/Test.Main.js","/home/orion/src/purescript-puppeteer/output/Control.Apply/foreign.js","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/index.js","/home/orion/src/purescript-puppeteer/output/Control.Category/index.js","/home/orion/src/purescript-puppeteer/output/Data.Boolean/index.js","/home/orion/src/purescript-puppeteer/output/Data.Function/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Unit/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Unit/index.js","/home/orion/src/purescript-puppeteer/output/Type.Proxy/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor/index.js","/home/orion/src/purescript-puppeteer/output/Control.Apply/index.js","/home/orion/src/purescript-puppeteer/output/Control.Applicative/index.js","/home/orion/src/purescript-puppeteer/output/Data.Eq/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Symbol/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Symbol/index.js","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/foreign.js","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/index.js","/home/orion/src/purescript-puppeteer/output/Data.Eq/index.js","/home/orion/src/purescript-puppeteer/output/Data.Foldable/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Void/index.js","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/index.js","/home/orion/src/purescript-puppeteer/output/Control.Alt/index.js","/home/orion/src/purescript-puppeteer/output/Control.Bind/foreign.js","/home/orion/src/purescript-puppeteer/output/Control.Bind/index.js","/home/orion/src/purescript-puppeteer/output/Control.Plus/index.js","/home/orion/src/purescript-puppeteer/output/Data.Bounded/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Ord/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Ordering/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ring/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Semiring/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Semiring/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ring/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ord/index.js","/home/orion/src/purescript-puppeteer/output/Data.Bounded/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/index.js","/home/orion/src/purescript-puppeteer/output/Data.Show/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Show/index.js","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/index.js","/home/orion/src/purescript-puppeteer/output/Data.Maybe/index.js","/home/orion/src/purescript-puppeteer/output/Data.Either/index.js","/home/orion/src/purescript-puppeteer/output/Control.Extend/foreign.js","/home/orion/src/purescript-puppeteer/output/Control.Extend/index.js","/home/orion/src/purescript-puppeteer/output/Control.Comonad/index.js","/home/orion/src/purescript-puppeteer/output/Control.Lazy/index.js","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/index.js","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/index.js","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid/index.js","/home/orion/src/purescript-puppeteer/output/Data.Tuple/index.js","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/index.js","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/index.js","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/foreign.js","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/index.js","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/index.js","/home/orion/src/purescript-puppeteer/output/Data.Newtype/index.js","/home/orion/src/purescript-puppeteer/output/Data.Foldable/index.js","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Const/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/index.js","/home/orion/src/purescript-puppeteer/output/Data.Identity/index.js","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/index.js","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/index.js","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/index.js","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/index.js","/home/orion/src/purescript-puppeteer/output/Data.Traversable/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/index.js","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/index.js","/home/orion/src/purescript-puppeteer/output/Data.Traversable/index.js","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/index.js","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/index.js","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/index.js","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/index.js","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/index.js","/home/orion/src/purescript-puppeteer/output/Data.List.Types/index.js","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:20:06.310] Explicitly included types: [] +[16:20:06.312] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[16:20:06.312] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[16:20:06.313] Package 'puppeteer' provides its own types. +[16:20:06.314] Package 'puppeteer-core' provides its own types. +[16:20:06.315] Package 'puppeteer-extra' provides its own types. +[16:20:06.315] Package 'bun-types' provides its own types. +[16:20:06.315] Package 'devtools-protocol' provides its own types. +[16:20:06.316] Found package names: ["callsites","purs-tidy"] +[16:20:06.316] Inferred typings from unresolved imports: [] +[16:20:06.316] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Apply/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Apply/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Category/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Category/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Boolean/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Boolean/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Function/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Function/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unit/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unit/node_modules","/home/orion/src/purescript-puppeteer/output/Type.Proxy/bower_components","/home/orion/src/purescript-puppeteer/output/Type.Proxy/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Applicative/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Applicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Eq/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Eq/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Symbol/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Symbol/node_modules","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/bower_components","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Void/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Void/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Alt/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Alt/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Bind/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Bind/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Plus/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Plus/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bounded/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bounded/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ordering/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ordering/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semiring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semiring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Show/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Show/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Either/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Either/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Extend/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Extend/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Comonad/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Comonad/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Lazy/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Lazy/node_modules","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/bower_components","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/node_modules","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Tuple/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Tuple/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/node_modules","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Newtype/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Newtype/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Const/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Const/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Identity/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Identity/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/node_modules","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/bower_components","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/node_modules","/home/orion/src/purescript-puppeteer/output/Data.List.Types/bower_components","/home/orion/src/purescript-puppeteer/output/Data.List.Types/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:20:06.316] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Apply/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Apply/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Category/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Category/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Boolean/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Boolean/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Function/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Function/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unit/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unit/node_modules","/home/orion/src/purescript-puppeteer/output/Type.Proxy/bower_components","/home/orion/src/purescript-puppeteer/output/Type.Proxy/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Applicative/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Applicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Eq/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Eq/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Symbol/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Symbol/node_modules","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/bower_components","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Void/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Void/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Alt/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Alt/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Bind/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Bind/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Plus/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Plus/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bounded/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bounded/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ordering/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ordering/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semiring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semiring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Show/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Show/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Either/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Either/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Extend/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Extend/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Comonad/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Comonad/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Lazy/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Lazy/node_modules","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/bower_components","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/node_modules","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Tuple/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Tuple/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/node_modules","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Newtype/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Newtype/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Const/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Const/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Identity/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Identity/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/node_modules","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/bower_components","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/node_modules","/home/orion/src/purescript-puppeteer/output/Data.List.Types/bower_components","/home/orion/src/purescript-puppeteer/output/Data.List.Types/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:20:06.316] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Apply/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Apply/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Category/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Category/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Boolean/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Boolean/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Function/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Function/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unit/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unit/node_modules","/home/orion/src/purescript-puppeteer/output/Type.Proxy/bower_components","/home/orion/src/purescript-puppeteer/output/Type.Proxy/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Applicative/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Applicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Eq/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Eq/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Symbol/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Symbol/node_modules","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/bower_components","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Void/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Void/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Alt/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Alt/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Bind/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Bind/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Plus/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Plus/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bounded/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bounded/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ordering/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ordering/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semiring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semiring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Show/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Show/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Either/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Either/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Extend/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Extend/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Comonad/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Comonad/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Lazy/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Lazy/node_modules","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/bower_components","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/node_modules","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Tuple/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Tuple/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/node_modules","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Newtype/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Newtype/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Const/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Const/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Identity/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Identity/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/node_modules","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/bower_components","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/node_modules","/home/orion/src/purescript-puppeteer/output/Data.List.Types/bower_components","/home/orion/src/purescript-puppeteer/output/Data.List.Types/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:20:06.316] Response has been sent. +[16:20:06.316] Installing typings ["callsites","purs-tidy","typescript"] +[16:20:06.316] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[16:20:06.316] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[16:20:06.316] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[16:20:06.316] All typings are known to be missing or invalid - no need to install more typings +[16:20:06.316] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[16:20:06.316] Response has been sent. +[16:21:57.772] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/test/Test.Main.js","/home/orion/src/purescript-puppeteer/output/Control.Apply/foreign.js","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/index.js","/home/orion/src/purescript-puppeteer/output/Control.Category/index.js","/home/orion/src/purescript-puppeteer/output/Data.Boolean/index.js","/home/orion/src/purescript-puppeteer/output/Data.Function/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Unit/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Unit/index.js","/home/orion/src/purescript-puppeteer/output/Type.Proxy/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor/index.js","/home/orion/src/purescript-puppeteer/output/Control.Apply/index.js","/home/orion/src/purescript-puppeteer/output/Control.Applicative/index.js","/home/orion/src/purescript-puppeteer/output/Data.Eq/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Symbol/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Symbol/index.js","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/foreign.js","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/index.js","/home/orion/src/purescript-puppeteer/output/Data.Eq/index.js","/home/orion/src/purescript-puppeteer/output/Data.Foldable/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Void/index.js","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/index.js","/home/orion/src/purescript-puppeteer/output/Control.Alt/index.js","/home/orion/src/purescript-puppeteer/output/Control.Bind/foreign.js","/home/orion/src/purescript-puppeteer/output/Control.Bind/index.js","/home/orion/src/purescript-puppeteer/output/Control.Plus/index.js","/home/orion/src/purescript-puppeteer/output/Data.Bounded/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Ord/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Ordering/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ring/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Semiring/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Semiring/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ring/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ord/index.js","/home/orion/src/purescript-puppeteer/output/Data.Bounded/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/index.js","/home/orion/src/purescript-puppeteer/output/Data.Show/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Show/index.js","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/index.js","/home/orion/src/purescript-puppeteer/output/Data.Maybe/index.js","/home/orion/src/purescript-puppeteer/output/Data.Either/index.js","/home/orion/src/purescript-puppeteer/output/Control.Extend/foreign.js","/home/orion/src/purescript-puppeteer/output/Control.Extend/index.js","/home/orion/src/purescript-puppeteer/output/Control.Comonad/index.js","/home/orion/src/purescript-puppeteer/output/Control.Lazy/index.js","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/index.js","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/index.js","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid/index.js","/home/orion/src/purescript-puppeteer/output/Data.Tuple/index.js","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/index.js","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/index.js","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/foreign.js","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/index.js","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/index.js","/home/orion/src/purescript-puppeteer/output/Data.Newtype/index.js","/home/orion/src/purescript-puppeteer/output/Data.Foldable/index.js","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Const/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/index.js","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/index.js","/home/orion/src/purescript-puppeteer/output/Data.Identity/index.js","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/index.js","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/index.js","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/index.js","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/index.js","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/index.js","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/index.js","/home/orion/src/purescript-puppeteer/output/Data.Traversable/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/index.js","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/index.js","/home/orion/src/purescript-puppeteer/output/Data.Traversable/index.js","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/index.js","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/foreign.js","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/index.js","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/index.js","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/index.js","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/index.js","/home/orion/src/purescript-puppeteer/output/Data.List.Types/index.js","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:21:57.773] Explicitly included types: [] +[16:21:57.774] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[16:21:57.774] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[16:21:57.774] Package 'puppeteer' provides its own types. +[16:21:57.775] Package 'puppeteer-core' provides its own types. +[16:21:57.776] Package 'puppeteer-extra' provides its own types. +[16:21:57.776] Package 'bun-types' provides its own types. +[16:21:57.776] Package 'devtools-protocol' provides its own types. +[16:21:57.776] Found package names: ["callsites","purs-tidy"] +[16:21:57.776] Inferred typings from unresolved imports: [] +[16:21:57.777] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Apply/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Apply/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Category/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Category/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Boolean/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Boolean/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Function/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Function/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unit/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unit/node_modules","/home/orion/src/purescript-puppeteer/output/Type.Proxy/bower_components","/home/orion/src/purescript-puppeteer/output/Type.Proxy/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Applicative/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Applicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Eq/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Eq/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Symbol/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Symbol/node_modules","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/bower_components","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Void/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Void/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Alt/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Alt/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Bind/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Bind/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Plus/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Plus/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bounded/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bounded/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ordering/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ordering/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semiring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semiring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Show/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Show/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Either/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Either/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Extend/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Extend/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Comonad/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Comonad/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Lazy/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Lazy/node_modules","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/bower_components","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/node_modules","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Tuple/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Tuple/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/node_modules","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Newtype/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Newtype/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Const/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Const/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Identity/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Identity/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/node_modules","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/bower_components","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/node_modules","/home/orion/src/purescript-puppeteer/output/Data.List.Types/bower_components","/home/orion/src/purescript-puppeteer/output/Data.List.Types/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:21:57.777] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Apply/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Apply/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Semigroupoid/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Category/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Category/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Boolean/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Boolean/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Function/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Function/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unit/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unit/node_modules","/home/orion/src/purescript-puppeteer/output/Type.Proxy/bower_components","/home/orion/src/purescript-puppeteer/output/Type.Proxy/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Applicative/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Applicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Eq/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Eq/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Symbol/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Symbol/node_modules","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/bower_components","/home/orion/src/purescript-puppeteer/output/Record.Unsafe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Void/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Void/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Alt/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Alt/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Bind/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Bind/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Plus/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Plus/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bounded/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bounded/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ordering/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ordering/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semiring/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semiring/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Invariant/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Show/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Show/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Generic.Rep/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Either/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Either/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Extend/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Extend/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Comonad/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Comonad/node_modules","/home/orion/src/purescript-puppeteer/output/Control.Lazy/bower_components","/home/orion/src/purescript-puppeteer/output/Control.Lazy/node_modules","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/bower_components","/home/orion/src/purescript-puppeteer/output/Data.HeytingAlgebra/node_modules","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.EuclideanRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/bower_components","/home/orion/src/purescript-puppeteer/output/Data.CommutativeRing/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Tuple/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Tuple/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Bifunctor/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Coproduct/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.First/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Conj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Disj/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Dual/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Endo/node_modules","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Unsafe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/bower_components","/home/orion/src/purescript-puppeteer/output/Safe.Coerce/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Newtype/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Newtype/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FunctorWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Const/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Const/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.App/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Compose/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Functor.Product/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Identity/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Identity/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Maybe.Last/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Additive/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Monoid.Multiplicative/node_modules","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.FoldableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Max/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Ord.Min/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Foldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Traversable.Accum.Internal/node_modules","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/bower_components","/home/orion/src/purescript-puppeteer/output/Data.TraversableWithIndex/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Unfoldable1/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Semigroup.Traversable/node_modules","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/bower_components","/home/orion/src/purescript-puppeteer/output/Data.NonEmpty/node_modules","/home/orion/src/purescript-puppeteer/output/Data.List.Types/bower_components","/home/orion/src/purescript-puppeteer/output/Data.List.Types/node_modules","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/bower_components","/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:21:57.777] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[16:21:57.777] Response has been sent. +[16:21:57.777] Installing typings ["callsites","purs-tidy","typescript"] +[16:21:57.777] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[16:21:57.777] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[16:21:57.777] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[16:21:57.777] All typings are known to be missing or invalid - no need to install more typings +[16:21:57.777] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[16:21:57.777] Response has been sent. +[16:24:12.539] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/test/Test.Main.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:24:12.540] Explicitly included types: [] +[16:24:12.541] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[16:24:12.541] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[16:24:12.543] Package 'puppeteer' provides its own types. +[16:24:12.545] Package 'puppeteer-core' provides its own types. +[16:24:12.546] Package 'puppeteer-extra' provides its own types. +[16:24:12.546] Package 'bun-types' provides its own types. +[16:24:12.547] Package 'devtools-protocol' provides its own types. +[16:24:12.549] Found package names: ["callsites","purs-tidy"] +[16:24:12.549] Inferred typings from unresolved imports: [] +[16:24:12.549] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:24:12.549] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:24:12.549] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:24:12.549] Response has been sent. +[16:24:12.550] Installing typings ["callsites","purs-tidy","typescript"] +[16:24:12.550] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[16:24:12.550] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[16:24:12.550] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[16:24:12.550] All typings are known to be missing or invalid - no need to install more typings +[16:24:12.550] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[16:24:12.550] Response has been sent. +[16:24:36.099] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["puppetee"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:24:36.099] Explicitly included types: [] +[16:24:36.100] Inferred typings from unresolved imports: ["puppetee"] +[16:24:36.100] Result: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[16:24:36.100] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":["puppetee"],"filesToWatch":[]} +[16:24:36.100] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:24:36.100] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[16:24:36.100] Installing typings ["puppetee"] +[16:24:36.100] 'puppetee':: Entry for package 'puppetee' does not exist in local types registry - skipping... +[16:24:36.100] All typings are known to be missing or invalid - no need to install more typings +[16:24:36.100] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":["puppetee"],"kind":"action::set"} +[16:24:36.100] Response has been sent. +[16:24:38.347] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/test/Test.Main.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[16:24:38.347] Explicitly included types: [] +[16:24:38.348] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[16:24:38.349] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[16:24:38.351] Package 'puppeteer' provides its own types. +[16:24:38.352] Package 'puppeteer-core' provides its own types. +[16:24:38.353] Package 'puppeteer-extra' provides its own types. +[16:24:38.353] Package 'bun-types' provides its own types. +[16:24:38.353] Package 'devtools-protocol' provides its own types. +[16:24:38.353] Found package names: ["callsites","purs-tidy"] +[16:24:38.353] Inferred typings from unresolved imports: [] +[16:24:38.353] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:24:38.353] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:24:38.353] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/test/bower_components","/home/orion/src/purescript-puppeteer/test/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[16:24:38.353] Response has been sent. +[16:24:38.353] Installing typings ["callsites","purs-tidy","typescript"] +[16:24:38.353] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[16:24:38.353] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[16:24:38.353] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[16:24:38.353] All typings are known to be missing or invalid - no need to install more typings +[16:24:38.353] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[16:24:38.353] Response has been sent. +[16:43:37.322] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-TRP5sK/tsserver.log b/.log/tsserver-log-TRP5sK/tsserver.log new file mode 100644 index 0000000..e8c7fcb --- /dev/null +++ b/.log/tsserver-log-TRP5sK/tsserver.log @@ -0,0 +1,5001 @@ +Info 0 [15:50:17.242] Starting TS Server +Info 1 [15:50:17.242] Version: 5.2.2 +Info 2 [15:50:17.242] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/8593a055c09de807788aa3f2c7092c81/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-TRP5sK/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [15:50:17.242] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [15:50:17.242] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [15:50:17.252] Format host information updated +Info 6 [15:50:17.254] Search path: /home/orion/src/purescript-puppeteer/test +Info 7 [15:50:17.254] For info: /home/orion/src/purescript-puppeteer/test/Test.Main.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [15:50:17.254] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [15:50:17.269] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [15:50:17.274] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [15:50:18.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1077.6034840010107ms +Info 12 [15:50:18.352] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [15:50:18.352] Files (147) + +Info 14 [15:50:18.352] ----------------------------------------------- +Info 15 [15:50:18.357] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [15:50:18.728] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 370.8559079989791ms +Info 17 [15:50:18.728] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [15:50:18.728] Files (108) + +Info 19 [15:50:18.728] ----------------------------------------------- +Info 20 [15:50:18.737] AutoImportProviderProject: found 7 root files in 7 dependencies in 8.196977999061346 ms +Info 21 [15:50:18.759] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [15:50:19.297] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 538.0473399981856ms +Info 23 [15:50:19.297] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [15:50:19.297] Files (189) + +Info 25 [15:50:19.297] ----------------------------------------------- +Info 26 [15:50:19.298] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [15:50:19.298] Files (147) + +Info 26 [15:50:19.298] ----------------------------------------------- +Info 26 [15:50:19.298] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [15:50:19.298] Files (108) + +Info 26 [15:50:19.298] ----------------------------------------------- +Info 26 [15:50:19.298] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [15:50:19.298] Files (189) + +Info 26 [15:50:19.298] ----------------------------------------------- +Info 26 [15:50:19.298] Open files: +Info 26 [15:50:19.298] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [15:50:19.298] Projects: /dev/null/inferredProject1* +Info 26 [15:50:19.299] Format host information updated +Info 27 [15:50:19.300] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 28 [15:50:19.300] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.4162820018827915ms +Info 29 [15:50:19.305] Format host information updated +Info 30 [15:50:19.305] Format host information updated +Info 31 [15:50:19.306] Format host information updated +Info 32 [15:50:19.306] Format host information updated +Info 33 [15:50:19.306] Format host information updated +Info 34 [15:50:19.306] Format host information updated +Info 35 [15:50:19.307] Format host information updated +Info 36 [15:50:19.307] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 37 [15:50:19.311] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 4.591871000826359ms +Info 38 [15:50:19.312] Different program with same set of files +Info 39 [15:50:19.323] getCompletionData: Get current token: 0.011216998100280762 +Info 40 [15:50:19.323] getCompletionData: Is inside comment: 0.0364999994635582 +Info 41 [15:50:19.323] getCompletionData: Get previous token: 0.08676600083708763 +Info 42 [15:50:19.324] getCompletionsAtPosition: isCompletionListBlocker: 0.2614490017294884 +Info 43 [15:50:19.331] getExportInfoMap: cache miss or empty; calculating new results +Info 44 [15:50:19.397] forEachExternalModuleToImportFrom autoImportProvider: 39.68740399926901 +Info 45 [15:50:19.397] getExportInfoMap: done in 66.28507000207901 ms +Info 46 [15:50:19.412] collectAutoImports: resolved 8 module specifiers, plus 0 ambient and 36 from cache +Info 47 [15:50:19.412] collectAutoImports: response is complete +Info 48 [15:50:19.412] collectAutoImports: 14.14903600141406 +Info 49 [15:50:19.412] getCompletionData: Semantic work: 88.40572600066662 +Info 50 [15:50:19.434] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.661901999264956 +Info 51 [15:50:19.439] Format host information updated +Info 52 [15:50:19.442] Format host information updated +Info 53 [15:50:19.442] Format host information updated +Info 54 [15:50:19.442] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 55 [15:50:19.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 4.989158000797033ms +Info 56 [15:50:19.447] Different program with same set of files +Info 57 [15:50:19.448] getCompletionData: Get current token: 0.005668997764587402 +Info 58 [15:50:19.448] getCompletionData: Is inside comment: 0.010935001075267792 +Info 59 [15:50:19.448] getCompletionData: Get previous token: 0.06411200016736984 +Info 60 [15:50:19.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0021150000393390656 +Info 61 [15:50:19.448] Returning an empty list because completion was requested in an invalid position. +Info 62 [15:50:19.448] Format host information updated +Info 63 [15:50:19.464] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 64 [15:50:19.468] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 4.062681999057531ms +Info 65 [15:50:19.468] Different program with same set of files +Info 66 [15:50:19.468] getCompletionData: Get current token: 0.047501999884843826 +Info 67 [15:50:19.468] getCompletionData: Is inside comment: 0.01092899963259697 +Info 68 [15:50:19.468] getCompletionData: Get previous token: 0.01853100210428238 +Info 69 [15:50:19.468] getCompletionsAtPosition: isCompletionListBlocker: 0.025554001331329346 +Info 70 [15:50:19.468] Returning an empty list because completion was requested in an invalid position. +Info 71 [15:50:19.469] Format host information updated +Info 72 [15:50:19.620] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 73 [15:50:19.624] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 4.2872419990599155ms +Info 74 [15:50:19.624] Different program with same set of files +Info 75 [15:50:19.624] getCompletionData: Get current token: 0.008669000118970871 +Info 76 [15:50:19.624] getCompletionData: Is inside comment: 0.010432999581098557 +Info 77 [15:50:19.624] getCompletionData: Get previous token: 0.01624700054526329 +Info 78 [15:50:19.625] getCompletionsAtPosition: isCompletionListBlocker: 0.001901000738143921 +Info 79 [15:50:19.625] Returning an empty list because completion was requested in an invalid position. +Info 80 [15:50:19.625] Format host information updated +Info 81 [15:50:19.680] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 82 [15:50:19.684] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 3.6462000012397766ms +Info 83 [15:50:19.684] Different program with same set of files +Info 84 [15:50:19.684] getCompletionData: Get current token: 0.006400000303983688 +Info 85 [15:50:19.684] getCompletionData: Is inside comment: 0.01612599939107895 +Info 86 [15:50:19.684] getCompletionData: Get previous token: 0.018594998866319656 +Info 87 [15:50:19.684] getCompletionsAtPosition: isCompletionListBlocker: 0.0036810003221035004 +Info 88 [15:50:19.684] Returning an empty list because completion was requested in an invalid position. +Info 89 [15:50:19.684] Format host information updated +Info 90 [15:50:19.773] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 91 [15:50:19.779] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 6.1127760000526905ms +Info 92 [15:50:19.779] Different program with same set of files +Info 93 [15:50:19.779] getCompletionData: Get current token: 0.006917998194694519 +Info 94 [15:50:19.779] getCompletionData: Is inside comment: 0.029378000646829605 +Info 95 [15:50:19.780] getCompletionData: Get previous token: 0.03981900215148926 +Info 96 [15:50:19.780] getCompletionsAtPosition: isCompletionListBlocker: 0.002505999058485031 +Info 97 [15:50:19.780] Returning an empty list because completion was requested in an invalid position. +Info 98 [15:50:19.780] Format host information updated +Info 99 [15:50:19.998] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 100 [15:50:20.001] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 3.3277620002627373ms +Info 101 [15:50:20.001] Different program with same set of files +Info 102 [15:50:20.001] getCompletionData: Get current token: 0.003265000879764557 +Info 103 [15:50:20.002] getCompletionData: Is inside comment: 0.009174000471830368 +Info 104 [15:50:20.002] getCompletionData: Get previous token: 0.016061998903751373 +Info 105 [15:50:20.002] getCompletionsAtPosition: isCompletionListBlocker: 0.0017569996416568756 +Info 106 [15:50:20.002] Returning an empty list because completion was requested in an invalid position. +Info 107 [15:50:20.002] Format host information updated +Info 108 [15:50:20.129] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 109 [15:50:20.285] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: true structureIsReused:: Not Elapsed: 156.15577200055122ms +Info 110 [15:50:20.285] Project '/dev/null/inferredProject1*' (Inferred) +Info 111 [15:50:20.285] Files (133) + +Info 112 [15:50:20.285] ----------------------------------------------- +Info 113 [15:50:20.285] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 114 [15:50:20.285] Files (189) + +Info 115 [15:50:20.285] ----------------------------------------------- +Info 116 [15:50:20.285] getCompletionData: Get current token: 0.003215998411178589 +Info 117 [15:50:20.285] getCompletionData: Is inside comment: 0.00932300090789795 +Info 118 [15:50:20.285] getCompletionData: Get previous token: 0.015080999583005905 +Info 119 [15:50:20.285] getCompletionsAtPosition: isCompletionListBlocker: 0.00168599933385849 +Info 120 [15:50:20.285] Returning an empty list because completion was requested in an invalid position. +Info 121 [15:50:20.289] Format host information updated +Info 122 [15:50:20.289] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 123 [15:50:20.299] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 9.66355499997735ms +Info 124 [15:50:20.299] Different program with same set of files +Info 125 [15:50:20.299] getCompletionData: Get current token: 0.014073997735977173 +Info 126 [15:50:20.299] getCompletionData: Is inside comment: 0.009412001818418503 +Info 127 [15:50:20.300] getCompletionData: Get previous token: 0.037445999681949615 +Info 128 [15:50:20.300] getCompletionsAtPosition: isCompletionListBlocker: 0.022168997675180435 +Info 129 [15:50:20.300] Returning an empty list because completion was requested in an invalid position. +Info 130 [15:50:20.300] Format host information updated +Info 131 [15:50:20.305] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 132 [15:50:20.314] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 8.65761099755764ms +Info 133 [15:50:20.314] Different program with same set of files +Info 134 [15:50:20.314] getCompletionData: Get current token: 0.0029399991035461426 +Info 135 [15:50:20.314] getCompletionData: Is inside comment: 0.00875299796462059 +Info 136 [15:50:20.314] getCompletionData: Get previous token: 0.012536998838186264 +Info 137 [15:50:20.314] getCompletionsAtPosition: isCompletionListBlocker: 0.003361999988555908 +Info 138 [15:50:20.314] Returning an empty list because completion was requested in an invalid position. +Info 139 [15:50:20.314] Format host information updated +Info 140 [15:50:20.419] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 141 [15:50:20.430] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 11.120366998016834ms +Info 142 [15:50:20.430] Different program with same set of files +Info 143 [15:50:20.431] getCompletionData: Get current token: 0.0033610016107559204 +Info 144 [15:50:20.431] getCompletionData: Is inside comment: 0.009126998484134674 +Info 145 [15:50:20.431] getCompletionData: Get previous token: 0.014421001076698303 +Info 146 [15:50:20.431] getCompletionsAtPosition: isCompletionListBlocker: 0.0023149996995925903 +Info 147 [15:50:20.431] Returning an empty list because completion was requested in an invalid position. +Info 148 [15:50:20.431] Format host information updated +Info 149 [15:50:20.540] Format host information updated +Info 150 [15:50:20.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 151 [15:50:20.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 27.128001999109983ms +Info 152 [15:50:20.568] Different program with same set of files +Info 153 [15:50:20.640] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 154 [15:50:20.668] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 27.90617799758911ms +Info 155 [15:50:20.668] Different program with same set of files +Info 156 [15:50:20.669] getCompletionData: Get current token: 0.014362998306751251 +Info 157 [15:50:20.669] getCompletionData: Is inside comment: 0.047012001276016235 +Info 158 [15:50:20.669] getCompletionData: Get previous token: 0.050214000046253204 +Info 159 [15:50:20.670] getCompletionsAtPosition: isCompletionListBlocker: 0.035144999623298645 +Info 160 [15:50:20.679] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.6743610017001629 ms +Info 161 [15:50:20.681] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 162 [15:50:20.692] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 10.818622998893261ms +Info 163 [15:50:20.692] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 164 [15:50:20.692] Files (179) + +Info 165 [15:50:20.692] ----------------------------------------------- +Info 166 [15:50:20.692] getExportInfoMap: cache miss or empty; calculating new results +Info 167 [15:50:20.740] forEachExternalModuleToImportFrom autoImportProvider: 26.752348002046347 +Info 168 [15:50:20.740] getExportInfoMap: done in 61.87822699919343 ms +Info 169 [15:50:20.765] collectAutoImports: resolved 8 module specifiers, plus 1023 ambient and 221 from cache +Info 170 [15:50:20.765] collectAutoImports: response is complete +Info 171 [15:50:20.765] collectAutoImports: 24.507366999983788 +Info 172 [15:50:20.765] getCompletionData: Semantic work: 95.32665099948645 +Info 173 [15:50:20.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.819600999355316 +Info 174 [15:50:20.787] Format host information updated +Info 175 [15:50:20.793] Format host information updated +Info 176 [15:50:20.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 177 [15:50:20.803] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 9.346249997615814ms +Info 178 [15:50:20.803] Different program with same set of files +Info 179 [15:50:20.971] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 180 [15:50:21.006] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 35.01076899841428ms +Info 181 [15:50:21.007] Different program with same set of files +Info 182 [15:50:21.007] getCompletionData: Get current token: 0.012961998581886292 +Info 183 [15:50:21.007] getCompletionData: Is inside comment: 0.03690300136804581 +Info 184 [15:50:21.007] getCompletionData: Get previous token: 0.06503599882125854 +Info 185 [15:50:21.008] getCompletionsAtPosition: isCompletionListBlocker: 0.05098699778318405 +Info 186 [15:50:21.013] getExportInfoMap: cache hit +Info 187 [15:50:21.027] collectAutoImports: resolved 0 module specifiers, plus 103 ambient and 40 from cache +Info 188 [15:50:21.027] collectAutoImports: response is complete +Info 189 [15:50:21.027] collectAutoImports: 13.79185900092125 +Info 190 [15:50:21.027] getCompletionData: Semantic work: 19.23293200135231 +Info 191 [15:50:21.036] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.629709001630545 +Info 192 [15:50:21.037] Format host information updated +Info 193 [15:50:21.353] Format host information updated +Info 194 [15:50:21.353] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 195 [15:50:21.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 7.326497998088598ms +Info 196 [15:50:21.360] Different program with same set of files +Info 197 [15:50:21.465] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 198 [15:50:21.474] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 8.799187999218702ms +Info 199 [15:50:21.474] Different program with same set of files +Info 200 [15:50:21.474] getCompletionData: Get current token: 0.003620002418756485 +Info 201 [15:50:21.474] getCompletionData: Is inside comment: 0.010602999478578568 +Info 202 [15:50:21.474] getCompletionData: Get previous token: 0.009109999984502792 +Info 203 [15:50:21.474] getCompletionsAtPosition: isCompletionListBlocker: 0.016805998980998993 +Info 204 [15:50:21.475] getExportInfoMap: cache hit +Info 205 [15:50:21.499] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 206 [15:50:21.499] collectAutoImports: response is complete +Info 207 [15:50:21.499] collectAutoImports: 23.78320299834013 +Info 208 [15:50:21.499] getCompletionData: Semantic work: 24.55723300203681 +Info 209 [15:50:21.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.478369999676943 +Info 210 [15:50:21.520] Format host information updated +Info 211 [15:50:21.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 212 [15:50:21.537] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 6.9477539993822575ms +Info 213 [15:50:21.537] Different program with same set of files +Info 214 [15:50:21.537] getCompletionData: Get current token: 0.004903998225927353 +Info 215 [15:50:21.537] getCompletionData: Is inside comment: 0.0159590020775795 +Info 216 [15:50:21.537] getCompletionData: Get previous token: 0.014312997460365295 +Info 217 [15:50:21.537] getCompletionsAtPosition: isCompletionListBlocker: 0.01013299822807312 +Info 218 [15:50:21.538] getExportInfoMap: cache hit +Info 219 [15:50:21.555] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 220 [15:50:21.555] collectAutoImports: response is complete +Info 221 [15:50:21.555] collectAutoImports: 16.746194001287222 +Info 222 [15:50:21.555] getCompletionData: Semantic work: 17.72918999940157 +Info 223 [15:50:21.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.374005999416113 +Info 224 [15:50:21.573] Format host information updated +Info 225 [15:50:21.762] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 226 [15:50:21.772] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 9.283346999436617ms +Info 227 [15:50:21.772] Different program with same set of files +Info 228 [15:50:21.772] getCompletionData: Get current token: 0.004654999822378159 +Info 229 [15:50:21.772] getCompletionData: Is inside comment: 0.01603100076317787 +Info 230 [15:50:21.772] getCompletionData: Get previous token: 0.014548998326063156 +Info 231 [15:50:21.772] getCompletionsAtPosition: isCompletionListBlocker: 0.013192001730203629 +Info 232 [15:50:21.773] getExportInfoMap: cache hit +Info 233 [15:50:21.793] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 234 [15:50:21.793] collectAutoImports: response is complete +Info 235 [15:50:21.794] collectAutoImports: 20.504348002374172 +Info 236 [15:50:21.794] getCompletionData: Semantic work: 21.609437000006437 +Info 237 [15:50:21.801] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.708383999764919 +Info 238 [15:50:21.809] Format host information updated +Info 239 [15:50:21.921] Format host information updated +Info 240 [15:50:21.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 241 [15:50:21.947] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 24.8789170011878ms +Info 242 [15:50:21.947] Different program with same set of files +Info 243 [15:50:21.996] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 244 [15:50:22.006] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 10.03091000020504ms +Info 245 [15:50:22.006] Different program with same set of files +Info 246 [15:50:22.006] getCompletionData: Get current token: 0.004350002855062485 +Info 247 [15:50:22.007] getCompletionData: Is inside comment: 0.014316000044345856 +Info 248 [15:50:22.007] getCompletionData: Get previous token: 0.011365998536348343 +Info 249 [15:50:22.007] getCompletionsAtPosition: isCompletionListBlocker: 0.01131800189614296 +Info 250 [15:50:22.007] getExportInfoMap: cache hit +Info 251 [15:50:22.024] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 252 [15:50:22.024] collectAutoImports: response is complete +Info 253 [15:50:22.024] collectAutoImports: 16.53422299772501 +Info 254 [15:50:22.024] getCompletionData: Semantic work: 17.370097998529673 +Info 255 [15:50:22.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.939137998968363 +Info 256 [15:50:22.039] Format host information updated +Info 257 [15:50:22.280] Format host information updated +Info 258 [15:50:22.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 259 [15:50:22.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 27.622982002794743ms +Info 260 [15:50:22.309] Different program with same set of files +Info 261 [15:50:22.448] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 262 [15:50:22.468] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 20.68963200226426ms +Info 263 [15:50:22.469] Different program with same set of files +Info 264 [15:50:22.469] getCompletionData: Get current token: 0.002882000058889389 +Info 265 [15:50:22.469] getCompletionData: Is inside comment: 0.008028998970985413 +Info 266 [15:50:22.469] getCompletionData: Get previous token: 0.015792999416589737 +Info 267 [15:50:22.469] getCompletionsAtPosition: isCompletionListBlocker: 0.011411000043153763 +Info 268 [15:50:22.469] getExportInfoMap: cache hit +Info 269 [15:50:22.473] collectAutoImports: resolved 0 module specifiers, plus 103 ambient and 40 from cache +Info 270 [15:50:22.473] collectAutoImports: response is complete +Info 271 [15:50:22.473] collectAutoImports: 3.679279997944832 +Info 272 [15:50:22.473] getCompletionData: Semantic work: 4.3729490004479885 +Info 273 [15:50:22.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3640660010278225 +Info 274 [15:50:22.477] Format host information updated +Info 275 [15:50:22.507] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 276 [15:50:22.514] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.68096599727869ms +Info 277 [15:50:22.514] Different program with same set of files +Info 278 [15:50:22.514] getCompletionData: Get current token: 0.002868998795747757 +Info 279 [15:50:22.514] getCompletionData: Is inside comment: 0.010736998170614243 +Info 280 [15:50:22.514] getCompletionData: Get previous token: 0.008489999920129776 +Info 281 [15:50:22.514] getCompletionsAtPosition: isCompletionListBlocker: 0.0043310001492500305 +Info 282 [15:50:22.515] getCompletionData: Semantic work: 0.9730690009891987 +Info 283 [15:50:22.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.048813000321388245 +Info 284 [15:50:22.516] Format host information updated +Info 285 [15:50:22.536] Before ensureProjectForOpenFiles: +Info 286 [15:50:22.536] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 286 [15:50:22.536] Files (147) + +Info 286 [15:50:22.536] ----------------------------------------------- +Info 286 [15:50:22.536] Project '/dev/null/inferredProject1*' (Inferred) +Info 286 [15:50:22.536] Files (133) + +Info 286 [15:50:22.536] ----------------------------------------------- +Info 286 [15:50:22.536] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 286 [15:50:22.536] Files (179) + +Info 286 [15:50:22.536] ----------------------------------------------- +Info 286 [15:50:22.536] Open files: +Info 286 [15:50:22.536] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 286 [15:50:22.536] Projects: /dev/null/inferredProject1* +Info 286 [15:50:22.536] After ensureProjectForOpenFiles: +Info 287 [15:50:22.536] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 287 [15:50:22.536] Files (147) + +Info 287 [15:50:22.536] ----------------------------------------------- +Info 287 [15:50:22.536] Project '/dev/null/inferredProject1*' (Inferred) +Info 287 [15:50:22.536] Files (133) + +Info 287 [15:50:22.536] ----------------------------------------------- +Info 287 [15:50:22.536] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 287 [15:50:22.536] Files (179) + +Info 287 [15:50:22.536] ----------------------------------------------- +Info 287 [15:50:22.536] Open files: +Info 287 [15:50:22.536] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 287 [15:50:22.536] Projects: /dev/null/inferredProject1* +Info 287 [15:50:22.536] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/test/Test.Main.js +Info 288 [15:50:22.729] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 289 [15:50:22.738] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.70431699976325ms +Info 290 [15:50:22.738] Different program with same set of files +Info 291 [15:50:22.738] getCompletionData: Get current token: 0.0027310028672218323 +Info 292 [15:50:22.738] getCompletionData: Is inside comment: 0.008607998490333557 +Info 293 [15:50:22.738] getCompletionData: Get previous token: 0.016225002706050873 +Info 294 [15:50:22.738] getCompletionsAtPosition: isCompletionListBlocker: 0.004022996872663498 +Info 295 [15:50:22.738] getCompletionData: Semantic work: 0.20914100110530853 +Info 296 [15:50:22.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.013675998896360397 +Info 297 [15:50:22.739] Format host information updated +Info 298 [15:50:22.859] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 299 [15:50:22.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 6.518311999738216ms +Info 300 [15:50:22.866] Different program with same set of files +Info 301 [15:50:22.866] getCompletionData: Get current token: 0.0028999969363212585 +Info 302 [15:50:22.866] getCompletionData: Is inside comment: 0.009466998279094696 +Info 303 [15:50:22.866] getCompletionData: Get previous token: 0.017687998712062836 +Info 304 [15:50:22.866] getCompletionsAtPosition: isCompletionListBlocker: 0.0026500001549720764 +Info 305 [15:50:22.866] getCompletionData: Semantic work: 0.16974499821662903 +Info 306 [15:50:22.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.060232002288103104 +Info 307 [15:50:22.867] Format host information updated +Info 308 [15:50:23.020] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 309 [15:50:23.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 8.494945999234915ms +Info 310 [15:50:23.029] Different program with same set of files +Info 311 [15:50:23.029] getCompletionData: Get current token: 0.002943001687526703 +Info 312 [15:50:23.029] getCompletionData: Is inside comment: 0.009327001869678497 +Info 313 [15:50:23.029] getCompletionData: Get previous token: 0.01740499958395958 +Info 314 [15:50:23.029] getCompletionsAtPosition: isCompletionListBlocker: 0.00546799972653389 +Info 315 [15:50:23.029] getCompletionData: Semantic work: 0.2097189985215664 +Info 316 [15:50:23.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.013573996722698212 +Info 317 [15:50:23.030] Format host information updated +Info 318 [15:50:23.157] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 319 [15:50:23.181] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 23.80299800261855ms +Info 320 [15:50:23.181] Different program with same set of files +Info 321 [15:50:23.182] getCompletionData: Get current token: 0.013746000826358795 +Info 322 [15:50:23.182] getCompletionData: Is inside comment: 0.043032001703977585 +Info 323 [15:50:23.182] getCompletionData: Get previous token: 0.08901200070977211 +Info 324 [15:50:23.182] getCompletionsAtPosition: isCompletionListBlocker: 0.009915001690387726 +Info 325 [15:50:23.183] getCompletionData: Semantic work: 0.6732999980449677 +Info 326 [15:50:23.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05061199888586998 +Info 327 [15:50:23.202] Format host information updated +Info 328 [15:50:23.285] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 329 [15:50:23.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 7.259563002735376ms +Info 330 [15:50:23.292] Different program with same set of files +Info 331 [15:50:23.292] getCompletionData: Get current token: 0.003545999526977539 +Info 332 [15:50:23.292] getCompletionData: Is inside comment: 0.011967997997999191 +Info 333 [15:50:23.292] getCompletionData: Get previous token: 0.022218000143766403 +Info 334 [15:50:23.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0033529996871948242 +Info 335 [15:50:23.293] getCompletionData: Semantic work: 0.1974640004336834 +Info 336 [15:50:23.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.015824999660253525 +Info 337 [15:50:23.295] Format host information updated +Info 338 [15:50:23.391] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 339 [15:50:23.416] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 25.08619900047779ms +Info 340 [15:50:23.416] Different program with same set of files +Info 341 [15:50:23.417] getCompletionData: Get current token: 0.00957699865102768 +Info 342 [15:50:23.417] getCompletionData: Is inside comment: 0.03288700059056282 +Info 343 [15:50:23.417] getCompletionData: Get previous token: 0.059147998690605164 +Info 344 [15:50:23.417] getCompletionsAtPosition: isCompletionListBlocker: 0.006946001201868057 +Info 345 [15:50:23.418] getCompletionData: Semantic work: 0.7973300032317638 +Info 346 [15:50:23.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03993900120258331 +Info 347 [15:50:23.419] Format host information updated +Info 348 [15:50:23.513] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 349 [15:50:23.537] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 23.71017199754715ms +Info 350 [15:50:23.537] Different program with same set of files +Info 351 [15:50:23.537] getCompletionData: Get current token: 0.009206999093294144 +Info 352 [15:50:23.538] getCompletionData: Is inside comment: 0.03342399746179581 +Info 353 [15:50:23.538] getCompletionData: Get previous token: 0.05920599773526192 +Info 354 [15:50:23.538] getCompletionsAtPosition: isCompletionListBlocker: 0.007433999329805374 +Info 355 [15:50:23.538] getCompletionData: Semantic work: 0.47120099887251854 +Info 356 [15:50:23.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0734580010175705 +Info 357 [15:50:23.539] Format host information updated +Info 358 [15:50:23.658] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 359 [15:50:23.693] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 34.78509900346398ms +Info 360 [15:50:23.693] Different program with same set of files +Info 361 [15:50:23.694] getCompletionData: Get current token: 0.016317002475261688 +Info 362 [15:50:23.694] getCompletionData: Is inside comment: 0.04793299734592438 +Info 363 [15:50:23.694] getCompletionData: Get previous token: 0.08285199850797653 +Info 364 [15:50:23.694] getCompletionsAtPosition: isCompletionListBlocker: 0.009883999824523926 +Info 365 [15:50:23.695] getCompletionData: Semantic work: 0.6835880018770695 +Info 366 [15:50:23.695] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04392800107598305 +Info 367 [15:50:23.696] Format host information updated +Info 368 [15:50:23.728] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 369 [15:50:23.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 9.001979000866413ms +Info 370 [15:50:23.737] Different program with same set of files +Info 371 [15:50:23.737] getCompletionData: Get current token: 0.004740998148918152 +Info 372 [15:50:23.737] getCompletionData: Is inside comment: 0.012963999062776566 +Info 373 [15:50:23.737] getCompletionData: Get previous token: 0.009714998304843903 +Info 374 [15:50:23.737] getCompletionsAtPosition: isCompletionListBlocker: 0.010976999998092651 +Info 375 [15:50:23.738] getExportInfoMap: cache hit +Info 376 [15:50:23.757] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 377 [15:50:23.757] collectAutoImports: response is complete +Info 378 [15:50:23.757] collectAutoImports: 19.05264800041914 +Info 379 [15:50:23.757] getCompletionData: Semantic work: 19.888287000358105 +Info 380 [15:50:23.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.0674960017204285 +Info 381 [15:50:23.770] Format host information updated +Info 382 [15:50:25.020] getCompletionData: Get current token: 0.0034959986805915833 +Info 383 [15:50:25.020] getCompletionData: Is inside comment: 0.010244999080896378 +Info 384 [15:50:25.020] getCompletionData: Get previous token: 0.009048998355865479 +Info 385 [15:50:25.020] getCompletionsAtPosition: isCompletionListBlocker: 0.010044999420642853 +Info 386 [15:50:25.020] getExportInfoMap: cache hit +Info 387 [15:50:25.031] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 388 [15:50:25.031] collectAutoImports: response is complete +Info 389 [15:50:25.031] collectAutoImports: 11.120397001504898 +Info 390 [15:50:25.031] getCompletionData: Semantic work: 11.784996997565031 +Info 391 [15:50:25.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.4170139990746975 +Info 392 [15:50:25.131] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 393 [15:50:25.137] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 6.122616000473499ms +Info 394 [15:50:25.137] Different program with same set of files +Info 395 [15:50:25.137] getCompletionData: Get current token: 0.0027789995074272156 +Info 396 [15:50:25.137] getCompletionData: Is inside comment: 0.009008001536130905 +Info 397 [15:50:25.137] getCompletionData: Get previous token: 0.018873002380132675 +Info 398 [15:50:25.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0026099979877471924 +Info 399 [15:50:25.138] getCompletionData: Semantic work: 0.18961600214242935 +Info 400 [15:50:25.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.016451001167297363 +Info 401 [15:50:25.138] Format host information updated +Info 402 [15:50:25.323] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 403 [15:50:25.329] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 5.849821999669075ms +Info 404 [15:50:25.329] Different program with same set of files +Info 405 [15:50:25.329] getCompletionData: Get current token: 0.002578001469373703 +Info 406 [15:50:25.329] getCompletionData: Is inside comment: 0.00834599882364273 +Info 407 [15:50:25.329] getCompletionData: Get previous token: 0.015493001788854599 +Info 408 [15:50:25.329] getCompletionsAtPosition: isCompletionListBlocker: 0.0024500004947185516 +Info 409 [15:50:25.329] getCompletionData: Semantic work: 0.15116200223565102 +Info 410 [15:50:25.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.010811999440193176 +Info 411 [15:50:25.331] Format host information updated +Info 412 [15:50:25.602] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 413 [15:50:25.609] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 7.186363000422716ms +Info 414 [15:50:25.609] Different program with same set of files +Info 415 [15:50:25.609] getCompletionData: Get current token: 0.003714997321367264 +Info 416 [15:50:25.609] getCompletionData: Is inside comment: 0.013169001787900925 +Info 417 [15:50:25.609] getCompletionData: Get previous token: 0.01057400181889534 +Info 418 [15:50:25.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0519849993288517 +Info 419 [15:50:25.610] getExportInfoMap: cache hit +Info 420 [15:50:25.627] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 421 [15:50:25.627] collectAutoImports: response is complete +Info 422 [15:50:25.627] collectAutoImports: 17.072044000029564 +Info 423 [15:50:25.627] getCompletionData: Semantic work: 17.850347999483347 +Info 424 [15:50:25.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.002427998930216 +Info 425 [15:50:25.641] Format host information updated +Info 426 [15:50:25.662] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 427 [15:50:25.668] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.372827000916004ms +Info 428 [15:50:25.668] Different program with same set of files +Info 429 [15:50:25.668] getCompletionData: Get current token: 0.0027970001101493835 +Info 430 [15:50:25.668] getCompletionData: Is inside comment: 0.024204999208450317 +Info 431 [15:50:25.669] getCompletionData: Get previous token: 0.008086998015642166 +Info 432 [15:50:25.669] getCompletionsAtPosition: isCompletionListBlocker: 0.00878399983048439 +Info 433 [15:50:25.669] getExportInfoMap: cache hit +Info 434 [15:50:25.683] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 435 [15:50:25.683] collectAutoImports: response is complete +Info 436 [15:50:25.683] collectAutoImports: 13.534232001751661 +Info 437 [15:50:25.683] getCompletionData: Semantic work: 14.102933999150991 +Info 438 [15:50:25.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.230339996516705 +Info 439 [15:50:25.693] Format host information updated +Info 440 [15:50:26.602] Format host information updated +Info 441 [15:50:26.602] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 442 [15:50:26.609] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 6.1656039990484715ms +Info 443 [15:50:26.609] Different program with same set of files +Info 444 [15:50:26.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 445 [15:50:26.928] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.162418000400066ms +Info 446 [15:50:26.928] Different program with same set of files +Info 447 [15:50:26.928] getCompletionData: Get current token: 0.009137000888586044 +Info 448 [15:50:26.928] getCompletionData: Is inside comment: 0.00841199979186058 +Info 449 [15:50:26.928] getCompletionData: Get previous token: 0.006010998040437698 +Info 450 [15:50:26.929] getCompletionsAtPosition: isCompletionListBlocker: 0.03119499981403351 +Info 451 [15:50:26.929] Returning an empty list because completion was requested in an invalid position. +Info 452 [15:50:26.929] Format host information updated +Info 453 [15:50:27.058] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 454 [15:50:27.064] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 5.962689999490976ms +Info 455 [15:50:27.064] Different program with same set of files +Info 456 [15:50:27.064] getCompletionData: Get current token: 0.0033270008862018585 +Info 457 [15:50:27.064] getCompletionData: Is inside comment: 0.00676099956035614 +Info 458 [15:50:27.065] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 459 [15:50:27.065] Format host information updated +Info 460 [15:50:27.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 461 [15:50:27.244] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 28.084172002971172ms +Info 462 [15:50:27.244] Different program with same set of files +Info 463 [15:50:27.244] getCompletionData: Get current token: 0.011959001421928406 +Info 464 [15:50:27.244] getCompletionData: Is inside comment: 0.0243539996445179 +Info 465 [15:50:27.246] Format host information updated +Info 466 [15:50:27.338] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 467 [15:50:27.345] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 6.072702996432781ms +Info 468 [15:50:27.345] Different program with same set of files +Info 469 [15:50:27.345] getCompletionData: Get current token: 0.002809002995491028 +Info 470 [15:50:27.345] getCompletionData: Is inside comment: 0.006314996629953384 +Info 471 [15:50:27.345] Format host information updated +Info 472 [15:50:27.676] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 473 [15:50:27.682] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 5.87092300131917ms +Info 474 [15:50:27.682] Different program with same set of files +Info 475 [15:50:27.683] getCompletionData: Get current token: 0.0035200007259845734 +Info 476 [15:50:27.683] getCompletionData: Is inside comment: 0.009810000658035278 +Info 477 [15:50:27.685] Format host information updated +Info 478 [15:50:27.991] Format host information updated +Info 479 [15:50:27.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 480 [15:50:27.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 5.726047001779079ms +Info 481 [15:50:27.997] Different program with same set of files +Info 482 [15:50:28.349] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 483 [15:50:28.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 5.846926998347044ms +Info 484 [15:50:28.355] Different program with same set of files +Info 485 [15:50:28.355] getCompletionData: Get current token: 0.003389999270439148 +Info 486 [15:50:28.355] getCompletionData: Is inside comment: 0.008567001670598984 +Info 487 [15:50:28.355] Format host information updated +Info 488 [15:50:28.526] getCompletionData: Get current token: 0.004207000136375427 +Info 489 [15:50:28.526] getCompletionData: Is inside comment: 0.00837700068950653 +Info 490 [15:50:28.742] Format host information updated +Info 491 [15:50:28.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 492 [15:50:28.750] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 8.062480002641678ms +Info 493 [15:50:28.750] Different program with same set of files +Info 494 [15:50:28.811] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 495 [15:50:28.817] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 5.719760000705719ms +Info 496 [15:50:28.817] Different program with same set of files +Info 497 [15:50:28.817] getCompletionData: Get current token: 0.004296001046895981 +Info 498 [15:50:28.817] getCompletionData: Is inside comment: 0.009233001619577408 +Info 499 [15:50:28.818] Format host information updated +Info 500 [15:50:29.113] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 501 [15:50:29.130] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 16.906624000519514ms +Info 502 [15:50:29.130] Different program with same set of files +Info 503 [15:50:29.130] getCompletionData: Get current token: 0.010678000748157501 +Info 504 [15:50:29.130] getCompletionData: Is inside comment: 0.023183003067970276 +Info 505 [15:50:29.130] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 506 [15:50:29.162] Format host information updated +Info 507 [15:50:29.250] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 508 [15:50:29.257] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 7.734668001532555ms +Info 509 [15:50:29.257] Different program with same set of files +Info 510 [15:50:29.258] getCompletionData: Get current token: 0.006024003028869629 +Info 511 [15:50:29.258] getCompletionData: Is inside comment: 0.013550002127885818 +Info 512 [15:50:29.258] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 513 [15:50:29.258] Format host information updated +Info 514 [15:50:29.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 515 [15:50:29.371] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 7.441945001482964ms +Info 516 [15:50:29.371] Different program with same set of files +Info 517 [15:50:29.371] getCompletionData: Get current token: 0.005281999707221985 +Info 518 [15:50:29.371] getCompletionData: Is inside comment: 0.011702001094818115 +Info 519 [15:50:29.371] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 520 [15:50:29.371] Format host information updated +Info 521 [15:50:29.427] Format host information updated +Info 522 [15:50:29.427] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 523 [15:50:29.436] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 8.5023839995265ms +Info 524 [15:50:29.436] Different program with same set of files +Info 525 [15:50:29.780] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 526 [15:50:29.786] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 6.199028000235558ms +Info 527 [15:50:29.786] Different program with same set of files +Info 528 [15:50:29.787] getCompletionData: Get current token: 0.006260000169277191 +Info 529 [15:50:29.787] getCompletionData: Is inside comment: 0.014535002410411835 +Info 530 [15:50:29.787] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 531 [15:50:29.787] Format host information updated +Info 532 [15:50:29.927] Format host information updated +Info 533 [15:50:29.927] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 534 [15:50:29.933] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 5.997139003127813ms +Info 535 [15:50:29.933] Different program with same set of files +Info 536 [15:50:30.303] getCompletionData: Get current token: 0.007575001567602158 +Info 537 [15:50:30.303] getCompletionData: Is inside comment: 0.014280002564191818 +Info 538 [15:50:30.304] getCompletionData: Get previous token: 0.011840000748634338 +Info 539 [15:50:30.304] getCompletionsAtPosition: isCompletionListBlocker: 0.010965000838041306 +Info 540 [15:50:30.304] getExportInfoMap: cache hit +Info 541 [15:50:30.330] collectAutoImports: resolved 3 module specifiers, plus 760 ambient and 385 from cache +Info 542 [15:50:30.330] collectAutoImports: response is complete +Info 543 [15:50:30.330] collectAutoImports: 25.41560499742627 +Info 544 [15:50:30.330] getCompletionData: Semantic work: 26.21321700140834 +Info 545 [15:50:30.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.466669000685215 +Info 546 [15:50:30.449] getCompletionData: Get current token: 0.00807800143957138 +Info 547 [15:50:30.449] getCompletionData: Is inside comment: 0.018540002405643463 +Info 548 [15:50:30.450] getCompletionData: Get previous token: 0.012610998004674911 +Info 549 [15:50:30.450] getCompletionsAtPosition: isCompletionListBlocker: 0.004250001162290573 +Info 550 [15:50:30.450] getExportInfoMap: cache hit +Info 551 [15:50:30.464] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 552 [15:50:30.464] collectAutoImports: response is complete +Info 553 [15:50:30.464] collectAutoImports: 13.826744999736547 +Info 554 [15:50:30.464] getCompletionData: Semantic work: 14.529858000576496 +Info 555 [15:50:30.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.96009499952197 +Info 556 [15:50:30.623] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 557 [15:50:30.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.824276998639107ms +Info 558 [15:50:30.630] Different program with same set of files +Info 559 [15:50:30.630] getCompletionData: Get current token: 0.007375001907348633 +Info 560 [15:50:30.630] getCompletionData: Is inside comment: 0.015489000827074051 +Info 561 [15:50:30.630] getCompletionData: Get previous token: 0.011277001351118088 +Info 562 [15:50:30.630] getCompletionsAtPosition: isCompletionListBlocker: 0.010317999869585037 +Info 563 [15:50:30.631] getExportInfoMap: cache hit +Info 564 [15:50:30.647] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 565 [15:50:30.647] collectAutoImports: response is complete +Info 566 [15:50:30.647] collectAutoImports: 15.78202299773693 +Info 567 [15:50:30.647] getCompletionData: Semantic work: 16.41397999972105 +Info 568 [15:50:30.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.6087859980762 +Info 569 [15:50:30.663] Format host information updated +Info 570 [15:50:30.727] getCompletionData: Get current token: 0.014382999390363693 +Info 571 [15:50:30.727] getCompletionData: Is inside comment: 0.02830999717116356 +Info 572 [15:50:30.728] getCompletionData: Get previous token: 0.029364999383687973 +Info 573 [15:50:30.728] getCompletionsAtPosition: isCompletionListBlocker: 0.005803000181913376 +Info 574 [15:50:30.728] Returning an empty list because completion was requested in an invalid position. +Info 575 [15:50:30.982] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 576 [15:50:30.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 6.467415001243353ms +Info 577 [15:50:30.988] Different program with same set of files +Info 578 [15:50:30.988] getCompletionData: Get current token: 0.0067330002784729 +Info 579 [15:50:30.988] getCompletionData: Is inside comment: 0.014857999980449677 +Info 580 [15:50:30.988] getCompletionData: Get previous token: 0.02725299820303917 +Info 581 [15:50:30.988] getCompletionsAtPosition: isCompletionListBlocker: 0.0034999996423721313 +Info 582 [15:50:30.989] getExportInfoMap: cache hit +Info 583 [15:50:30.991] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 584 [15:50:30.991] collectAutoImports: response is complete +Info 585 [15:50:30.991] collectAutoImports: 2.1155790016055107 +Info 586 [15:50:30.991] getCompletionData: Semantic work: 2.735429000109434 +Info 587 [15:50:30.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1250010021030903 +Info 588 [15:50:30.994] Format host information updated +Info 589 [15:50:31.414] Format host information updated +Info 590 [15:50:31.414] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 591 [15:50:31.423] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 9.33271499723196ms +Info 592 [15:50:31.423] Different program with same set of files +Info 593 [15:50:31.552] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 594 [15:50:31.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 7.909233998507261ms +Info 595 [15:50:31.560] Different program with same set of files +Info 596 [15:50:31.560] getCompletionData: Get current token: 0.006520997732877731 +Info 597 [15:50:31.560] getCompletionData: Is inside comment: 0.013654999434947968 +Info 598 [15:50:31.561] getCompletionData: Get previous token: 0.019845999777317047 +Info 599 [15:50:31.561] getCompletionsAtPosition: isCompletionListBlocker: 0.0028030015528202057 +Info 600 [15:50:31.561] getExportInfoMap: cache hit +Info 601 [15:50:31.565] collectAutoImports: resolved 0 module specifiers, plus 71 ambient and 82 from cache +Info 602 [15:50:31.565] collectAutoImports: response is complete +Info 603 [15:50:31.565] collectAutoImports: 4.218205999583006 +Info 604 [15:50:31.565] getCompletionData: Semantic work: 4.8101099990308285 +Info 605 [15:50:31.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.231945000588894 +Info 606 [15:50:31.570] Format host information updated +Info 607 [15:50:31.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 608 [15:50:31.638] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 13.607691001147032ms +Info 609 [15:50:31.638] Different program with same set of files +Info 610 [15:50:31.638] getCompletionData: Get current token: 0.01322999969124794 +Info 611 [15:50:31.638] getCompletionData: Is inside comment: 0.05338900163769722 +Info 612 [15:50:31.638] getCompletionData: Get previous token: 0.040846001356840134 +Info 613 [15:50:31.638] getCompletionsAtPosition: isCompletionListBlocker: 0.009449999779462814 +Info 614 [15:50:31.639] getExportInfoMap: cache hit +Info 615 [15:50:31.645] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 29 from cache +Info 616 [15:50:31.645] collectAutoImports: response is complete +Info 617 [15:50:31.645] collectAutoImports: 5.394628997892141 +Info 618 [15:50:31.645] getCompletionData: Semantic work: 6.408477999269962 +Info 619 [15:50:31.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.399136997759342 +Info 620 [15:50:31.651] Format host information updated +Info 621 [15:50:31.810] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 622 [15:50:31.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 10.248867001384497ms +Info 623 [15:50:31.820] Different program with same set of files +Info 624 [15:50:31.820] getCompletionData: Get current token: 0.005962997674942017 +Info 625 [15:50:31.820] getCompletionData: Is inside comment: 0.012504000216722488 +Info 626 [15:50:31.821] getCompletionData: Get previous token: 0.01817699894309044 +Info 627 [15:50:31.821] getCompletionsAtPosition: isCompletionListBlocker: 0.004677001386880875 +Info 628 [15:50:31.821] getExportInfoMap: cache hit +Info 629 [15:50:31.823] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 12 from cache +Info 630 [15:50:31.823] collectAutoImports: response is complete +Info 631 [15:50:31.823] collectAutoImports: 2.2004319988191128 +Info 632 [15:50:31.823] getCompletionData: Semantic work: 2.7938380017876625 +Info 633 [15:50:31.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4016610011458397 +Info 634 [15:50:31.832] Format host information updated +Info 635 [15:50:31.874] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 636 [15:50:31.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 9.041391000151634ms +Info 637 [15:50:31.883] Different program with same set of files +Info 638 [15:50:31.883] getCompletionData: Get current token: 0.0158890001475811 +Info 639 [15:50:31.883] getCompletionData: Is inside comment: 0.029631000012159348 +Info 640 [15:50:31.883] getCompletionData: Get previous token: 0.03530200198292732 +Info 641 [15:50:31.883] getCompletionsAtPosition: isCompletionListBlocker: 0.004468999803066254 +Info 642 [15:50:31.884] getExportInfoMap: cache hit +Info 643 [15:50:31.887] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 12 from cache +Info 644 [15:50:31.887] collectAutoImports: response is complete +Info 645 [15:50:31.887] collectAutoImports: 3.2651989981532097 +Info 646 [15:50:31.887] getCompletionData: Semantic work: 4.128667000681162 +Info 647 [15:50:31.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1403650008141994 +Info 648 [15:50:31.894] Format host information updated +Info 649 [15:50:31.970] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 650 [15:50:31.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 22.255979999899864ms +Info 651 [15:50:31.993] Different program with same set of files +Info 652 [15:50:31.993] getCompletionData: Get current token: 0.0207349993288517 +Info 653 [15:50:31.993] getCompletionData: Is inside comment: 0.04229499772191048 +Info 654 [15:50:31.993] getCompletionData: Get previous token: 0.05971299856901169 +Info 655 [15:50:31.993] getCompletionsAtPosition: isCompletionListBlocker: 0.00791500136256218 +Info 656 [15:50:31.995] getExportInfoMap: cache hit +Info 657 [15:50:31.999] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 10 from cache +Info 658 [15:50:31.999] collectAutoImports: response is complete +Info 659 [15:50:31.999] collectAutoImports: 4.36294300109148 +Info 660 [15:50:31.999] getCompletionData: Semantic work: 6.0773050002753735 +Info 661 [15:50:32.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.414494998753071 +Info 662 [15:50:32.008] Format host information updated +Info 663 [15:50:32.140] getCompletionData: Get current token: 0.0065650008618831635 +Info 664 [15:50:32.140] getCompletionData: Is inside comment: 0.012012999504804611 +Info 665 [15:50:32.140] getCompletionData: Get previous token: 0.008680000901222229 +Info 666 [15:50:32.140] getCompletionsAtPosition: isCompletionListBlocker: 0.008297000080347061 +Info 667 [15:50:32.141] getExportInfoMap: cache hit +Info 668 [15:50:32.157] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 669 [15:50:32.158] collectAutoImports: response is complete +Info 670 [15:50:32.158] collectAutoImports: 16.590666998177767 +Info 671 [15:50:32.158] getCompletionData: Semantic work: 17.141760002821684 +Info 672 [15:50:32.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.211430002003908 +Info 673 [15:50:32.319] Format host information updated +Info 674 [15:50:32.320] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 675 [15:50:32.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 7.690701998770237ms +Info 676 [15:50:32.327] Different program with same set of files +Info 677 [15:50:32.525] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 678 [15:50:32.531] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 6.343605000525713ms +Info 679 [15:50:32.531] Different program with same set of files +Info 680 [15:50:32.532] getCompletionData: Get current token: 0.006793998181819916 +Info 681 [15:50:32.532] getCompletionData: Is inside comment: 0.012867998331785202 +Info 682 [15:50:32.532] getCompletionData: Get previous token: 0.008813999593257904 +Info 683 [15:50:32.532] getCompletionsAtPosition: isCompletionListBlocker: 0.008532002568244934 +Info 684 [15:50:32.532] getExportInfoMap: cache hit +Info 685 [15:50:32.553] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 686 [15:50:32.553] collectAutoImports: response is complete +Info 687 [15:50:32.553] collectAutoImports: 21.182378001511097 +Info 688 [15:50:32.553] getCompletionData: Semantic work: 21.83229200169444 +Info 689 [15:50:32.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.366227000951767 +Info 690 [15:50:32.566] Format host information updated +Info 691 [15:50:32.794] Format host information updated +Info 692 [15:50:32.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 693 [15:50:32.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 9.68367899954319ms +Info 694 [15:50:32.804] Different program with same set of files +Info 695 [15:50:32.962] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 696 [15:50:32.969] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 6.287209998816252ms +Info 697 [15:50:32.969] Different program with same set of files +Info 698 [15:50:32.969] getCompletionData: Get current token: 0.006028998643159866 +Info 699 [15:50:32.969] getCompletionData: Is inside comment: 0.011622000485658646 +Info 700 [15:50:32.969] getCompletionData: Get previous token: 0.016319002956151962 +Info 701 [15:50:32.969] getCompletionsAtPosition: isCompletionListBlocker: 0.08615799993276596 +Info 702 [15:50:32.970] getExportInfoMap: cache hit +Info 703 [15:50:32.974] collectAutoImports: resolved 0 module specifiers, plus 176 ambient and 35 from cache +Info 704 [15:50:32.974] collectAutoImports: response is complete +Info 705 [15:50:32.974] collectAutoImports: 4.025014001876116 +Info 706 [15:50:32.974] getCompletionData: Semantic work: 4.544809002429247 +Info 707 [15:50:32.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.348310001194477 +Info 708 [15:50:32.978] Format host information updated +Info 709 [15:50:33.028] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 710 [15:50:33.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 15.72478299960494ms +Info 711 [15:50:33.044] Different program with same set of files +Info 712 [15:50:33.044] getCompletionData: Get current token: 0.012428000569343567 +Info 713 [15:50:33.044] getCompletionData: Is inside comment: 0.0250529982149601 +Info 714 [15:50:33.044] getCompletionData: Get previous token: 0.030604001134634018 +Info 715 [15:50:33.044] getCompletionsAtPosition: isCompletionListBlocker: 0.022669002413749695 +Info 716 [15:50:33.045] getExportInfoMap: cache hit +Info 717 [15:50:33.053] collectAutoImports: resolved 0 module specifiers, plus 122 ambient and 32 from cache +Info 718 [15:50:33.053] collectAutoImports: response is complete +Info 719 [15:50:33.053] collectAutoImports: 7.5893639996647835 +Info 720 [15:50:33.053] getCompletionData: Semantic work: 8.596919998526573 +Info 721 [15:50:33.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6731610000133514 +Info 722 [15:50:33.059] Format host information updated +Info 723 [15:50:33.217] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 724 [15:50:33.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 6.6420550011098385ms +Info 725 [15:50:33.223] Different program with same set of files +Info 726 [15:50:33.223] getCompletionData: Get current token: 0.007650997489690781 +Info 727 [15:50:33.223] getCompletionData: Is inside comment: 0.013526000082492828 +Info 728 [15:50:33.224] getCompletionData: Get previous token: 0.017534997314214706 +Info 729 [15:50:33.224] getCompletionsAtPosition: isCompletionListBlocker: 0.009408999234437943 +Info 730 [15:50:33.224] getExportInfoMap: cache hit +Info 731 [15:50:33.227] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 2 from cache +Info 732 [15:50:33.227] collectAutoImports: response is complete +Info 733 [15:50:33.227] collectAutoImports: 2.551850002259016 +Info 734 [15:50:33.227] getCompletionData: Semantic work: 3.164774999022484 +Info 735 [15:50:33.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0319400019943714 +Info 736 [15:50:33.232] Format host information updated +Info 737 [15:50:33.280] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 738 [15:50:33.286] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 6.344097997993231ms +Info 739 [15:50:33.286] Different program with same set of files +Info 740 [15:50:33.286] getCompletionData: Get current token: 0.007427997887134552 +Info 741 [15:50:33.286] getCompletionData: Is inside comment: 0.012511000037193298 +Info 742 [15:50:33.286] getCompletionData: Get previous token: 0.016641996800899506 +Info 743 [15:50:33.287] getCompletionsAtPosition: isCompletionListBlocker: 0.00789099931716919 +Info 744 [15:50:33.287] getExportInfoMap: cache hit +Info 745 [15:50:33.290] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 2 from cache +Info 746 [15:50:33.290] collectAutoImports: response is complete +Info 747 [15:50:33.290] collectAutoImports: 2.4604000002145767 +Info 748 [15:50:33.290] getCompletionData: Semantic work: 3.093963000923395 +Info 749 [15:50:33.292] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8656469993293285 +Info 750 [15:50:33.293] Format host information updated +Info 751 [15:50:33.356] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 752 [15:50:33.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 6.232870001345873ms +Info 753 [15:50:33.363] Different program with same set of files +Info 754 [15:50:33.363] getCompletionData: Get current token: 0.009870000183582306 +Info 755 [15:50:33.363] getCompletionData: Is inside comment: 0.019501999020576477 +Info 756 [15:50:33.363] getCompletionData: Get previous token: 0.029648002237081528 +Info 757 [15:50:33.363] getCompletionsAtPosition: isCompletionListBlocker: 0.00962899997830391 +Info 758 [15:50:33.364] getExportInfoMap: cache hit +Info 759 [15:50:33.378] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 760 [15:50:33.378] collectAutoImports: response is complete +Info 761 [15:50:33.378] collectAutoImports: 14.517105001956224 +Info 762 [15:50:33.378] getCompletionData: Semantic work: 15.335452001541853 +Info 763 [15:50:33.385] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8894740007817745 +Info 764 [15:50:33.392] Format host information updated +Info 765 [15:50:34.733] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/test/Test.Main.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/test 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 766 [15:50:34.734] Ignoring files that are not *.json +Info 767 [15:50:34.734] Elapsed:: 0.17606199905276299ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/test/Test.Main.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/test 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 768 [15:56:48.058] getCompletionData: Get current token: 0.007210001349449158 +Info 769 [15:56:48.058] getCompletionData: Is inside comment: 0.0020110011100769043 +Info 770 [15:56:48.058] getCompletionData: Get previous token: 0.012747000902891159 +Info 771 [15:56:48.058] getCompletionsAtPosition: isCompletionListBlocker: 0.013481996953487396 +Info 772 [15:56:48.059] getExportInfoMap: cache hit +Info 773 [15:56:48.083] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 774 [15:56:48.083] collectAutoImports: response is complete +Info 775 [15:56:48.083] collectAutoImports: 23.870444998145103 +Info 776 [15:56:48.083] getCompletionData: Semantic work: 24.788265001028776 +Info 777 [15:56:48.093] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.06488199904561 +Info 778 [15:56:48.441] getCompletionData: Get current token: 0.01006300002336502 +Info 779 [15:56:48.441] getCompletionData: Is inside comment: 0.012049999088048935 +Info 780 [15:56:48.441] getCompletionData: Get previous token: 0.01009400188922882 +Info 781 [15:56:48.441] getCompletionsAtPosition: isCompletionListBlocker: 0.009619999676942825 +Info 782 [15:56:48.441] getExportInfoMap: cache hit +Info 783 [15:56:48.455] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 784 [15:56:48.456] collectAutoImports: response is complete +Info 785 [15:56:48.456] collectAutoImports: 14.314660001546144 +Info 786 [15:56:48.456] getCompletionData: Semantic work: 14.892700999975204 +Info 787 [15:56:48.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.610036998987198 +Info 788 [15:56:48.607] Format host information updated +Info 789 [15:56:48.607] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 790 [15:56:48.619] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 12.176254998892546ms +Info 791 [15:56:48.619] Different program with same set of files +Info 792 [15:56:48.745] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 793 [15:56:48.772] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 26.568760998547077ms +Info 794 [15:56:48.772] Different program with same set of files +Info 795 [15:56:48.772] getCompletionData: Get current token: 0.02218399941921234 +Info 796 [15:56:48.772] getCompletionData: Is inside comment: 0.029120001941919327 +Info 797 [15:56:48.772] getCompletionData: Get previous token: 0.023340001702308655 +Info 798 [15:56:48.773] getCompletionsAtPosition: isCompletionListBlocker: 0.012727998197078705 +Info 799 [15:56:48.773] getExportInfoMap: cache hit +Info 800 [15:56:48.797] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 801 [15:56:48.797] collectAutoImports: response is complete +Info 802 [15:56:48.797] collectAutoImports: 23.138028997927904 +Info 803 [15:56:48.797] getCompletionData: Semantic work: 24.180410999804735 +Info 804 [15:56:48.805] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.651709999889135 +Info 805 [15:56:48.812] Format host information updated +Info 806 [15:56:48.817] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 807 [15:56:48.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 9.24686399847269ms +Info 808 [15:56:48.826] Different program with same set of files +Info 809 [15:56:48.827] getCompletionData: Get current token: 0.005602996796369553 +Info 810 [15:56:48.827] getCompletionData: Is inside comment: 0.011170998215675354 +Info 811 [15:56:48.827] getCompletionData: Get previous token: 0.009498998522758484 +Info 812 [15:56:48.827] getCompletionsAtPosition: isCompletionListBlocker: 0.009318001568317413 +Info 813 [15:56:48.827] getExportInfoMap: cache hit +Info 814 [15:56:48.841] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 815 [15:56:48.841] collectAutoImports: response is complete +Info 816 [15:56:48.841] collectAutoImports: 13.447728000581264 +Info 817 [15:56:48.841] getCompletionData: Semantic work: 14.070544000715017 +Info 818 [15:56:48.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.366733998060226 +Info 819 [15:56:48.854] Format host information updated +Info 820 [15:56:48.983] Format host information updated +Info 821 [15:56:48.983] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 822 [15:56:48.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 7.983430996537209ms +Info 823 [15:56:48.991] Different program with same set of files +Info 824 [15:56:49.129] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 825 [15:56:49.156] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 27.418958999216557ms +Info 826 [15:56:49.156] Different program with same set of files +Info 827 [15:56:49.157] getCompletionData: Get current token: 0.025697000324726105 +Info 828 [15:56:49.157] getCompletionData: Is inside comment: 0.03681199997663498 +Info 829 [15:56:49.157] getCompletionData: Get previous token: 0.027609001845121384 +Info 830 [15:56:49.157] getCompletionsAtPosition: isCompletionListBlocker: 0.028783001005649567 +Info 831 [15:56:49.158] getExportInfoMap: cache hit +Info 832 [15:56:49.182] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 833 [15:56:49.182] collectAutoImports: response is complete +Info 834 [15:56:49.182] collectAutoImports: 23.572718001902103 +Info 835 [15:56:49.182] getCompletionData: Semantic work: 24.92016400024295 +Info 836 [15:56:49.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.9860859997570515 +Info 837 [15:56:49.198] Format host information updated +Info 838 [15:56:49.203] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 839 [15:56:49.211] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 7.565272998064756ms +Info 840 [15:56:49.211] Different program with same set of files +Info 841 [15:56:49.211] getCompletionData: Get current token: 0.009761001914739609 +Info 842 [15:56:49.211] getCompletionData: Is inside comment: 0.015018999576568604 +Info 843 [15:56:49.211] getCompletionData: Get previous token: 0.012360997498035431 +Info 844 [15:56:49.211] getCompletionsAtPosition: isCompletionListBlocker: 0.003383997827768326 +Info 845 [15:56:49.213] Format host information updated +Info 846 [15:56:49.523] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 847 [15:56:49.529] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 6.327436000108719ms +Info 848 [15:56:49.529] Different program with same set of files +Info 849 [15:56:49.530] getCompletionData: Get current token: 0.008140001446008682 +Info 850 [15:56:49.530] getCompletionData: Is inside comment: 0.014026999473571777 +Info 851 [15:56:49.530] getCompletionData: Get previous token: 0.012214001268148422 +Info 852 [15:56:49.530] getCompletionsAtPosition: isCompletionListBlocker: 0.008695997297763824 +Info 853 [15:56:49.530] getExportInfoMap: cache hit +Info 854 [15:56:49.547] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 855 [15:56:49.547] collectAutoImports: response is complete +Info 856 [15:56:49.547] collectAutoImports: 17.031656000763178 +Info 857 [15:56:49.547] getCompletionData: Semantic work: 17.690540000796318 +Info 858 [15:56:49.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.642632998526096 +Info 859 [15:56:49.561] Format host information updated +Info 860 [15:56:49.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 861 [15:56:49.642] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 7.862803000956774ms +Info 862 [15:56:49.642] Different program with same set of files +Info 863 [15:56:49.642] getCompletionData: Get current token: 0.009537998586893082 +Info 864 [15:56:49.642] getCompletionData: Is inside comment: 0.011941999197006226 +Info 865 [15:56:49.642] getCompletionData: Get previous token: 0.023527998477220535 +Info 866 [15:56:49.642] getCompletionsAtPosition: isCompletionListBlocker: 0.009649999439716339 +Info 867 [15:56:49.643] getExportInfoMap: cache hit +Info 868 [15:56:49.659] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 229 from cache +Info 869 [15:56:49.659] collectAutoImports: response is complete +Info 870 [15:56:49.659] collectAutoImports: 15.665686000138521 +Info 871 [15:56:49.659] getCompletionData: Semantic work: 16.348391000181437 +Info 872 [15:56:49.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.12864300236106 +Info 873 [15:56:49.674] Format host information updated +Info 874 [15:56:51.336] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 875 [15:56:51.343] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 6.7848479971289635ms +Info 876 [15:56:51.343] Different program with same set of files +Info 877 [15:56:51.343] getCompletionData: Get current token: 0.0066989995539188385 +Info 878 [15:56:51.343] getCompletionData: Is inside comment: 0.01165900006890297 +Info 879 [15:56:51.344] getCompletionData: Get previous token: 0.00826999917626381 +Info 880 [15:56:51.344] getCompletionsAtPosition: isCompletionListBlocker: 0.004681002348661423 +Info 881 [15:56:51.344] getExportInfoMap: cache hit +Info 882 [15:56:51.361] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 883 [15:56:51.361] collectAutoImports: response is complete +Info 884 [15:56:51.361] collectAutoImports: 16.61887500062585 +Info 885 [15:56:51.361] getCompletionData: Semantic work: 17.122760999947786 +Info 886 [15:56:51.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.356833998113871 +Info 887 [15:56:51.375] Format host information updated +Info 888 [15:56:51.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 889 [15:56:51.408] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 6.758144997060299ms +Info 890 [15:56:51.408] Different program with same set of files +Info 891 [15:56:51.409] getCompletionData: Get current token: 0.006668999791145325 +Info 892 [15:56:51.409] getCompletionData: Is inside comment: 0.012186001986265182 +Info 893 [15:56:51.409] getCompletionData: Get previous token: 0.008933000266551971 +Info 894 [15:56:51.409] getCompletionsAtPosition: isCompletionListBlocker: 0.008469998836517334 +Info 895 [15:56:51.409] getExportInfoMap: cache hit +Info 896 [15:56:51.423] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 897 [15:56:51.423] collectAutoImports: response is complete +Info 898 [15:56:51.423] collectAutoImports: 13.389644000679255 +Info 899 [15:56:51.423] getCompletionData: Semantic work: 13.84671400114894 +Info 900 [15:56:51.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.432509999722242 +Info 901 [15:56:51.435] Format host information updated +Info 902 [15:56:51.538] Format host information updated +Info 903 [15:56:51.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 904 [15:56:51.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 6.9489689990878105ms +Info 905 [15:56:51.545] Different program with same set of files +Info 906 [15:56:51.660] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 907 [15:56:51.666] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 6.558545000851154ms +Info 908 [15:56:51.666] Different program with same set of files +Info 909 [15:56:51.667] getCompletionData: Get current token: 0.0054000020027160645 +Info 910 [15:56:51.667] getCompletionData: Is inside comment: 0.011184997856616974 +Info 911 [15:56:51.667] getCompletionData: Get previous token: 0.007819000631570816 +Info 912 [15:56:51.667] getCompletionsAtPosition: isCompletionListBlocker: 0.008793000131845474 +Info 913 [15:56:51.667] getExportInfoMap: cache hit +Info 914 [15:56:51.683] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 915 [15:56:51.683] collectAutoImports: response is complete +Info 916 [15:56:51.683] collectAutoImports: 15.783309999853373 +Info 917 [15:56:51.683] getCompletionData: Semantic work: 16.28728900104761 +Info 918 [15:56:51.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.245797999203205 +Info 919 [15:56:51.696] Format host information updated +Info 920 [15:56:51.856] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 921 [15:56:51.865] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 8.507199000567198ms +Info 922 [15:56:51.865] Different program with same set of files +Info 923 [15:56:51.865] getCompletionData: Get current token: 0.008002001792192459 +Info 924 [15:56:51.865] getCompletionData: Is inside comment: 0.013335000723600388 +Info 925 [15:56:51.865] getCompletionData: Get previous token: 0.00944099947810173 +Info 926 [15:56:51.865] getCompletionsAtPosition: isCompletionListBlocker: 0.010338999330997467 +Info 927 [15:56:51.865] getExportInfoMap: cache hit +Info 928 [15:56:51.878] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 929 [15:56:51.878] collectAutoImports: response is complete +Info 930 [15:56:51.878] collectAutoImports: 12.748844999819994 +Info 931 [15:56:51.878] getCompletionData: Semantic work: 13.382737997919321 +Info 932 [15:56:51.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.3468899987638 +Info 933 [15:56:51.893] Format host information updated +Info 934 [15:56:51.957] Format host information updated +Info 935 [15:56:51.958] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 936 [15:56:51.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 17.61820499971509ms +Info 937 [15:56:51.976] Different program with same set of files +Info 938 [16:01:47.080] Search path: /home/orion/src/purescript-puppeteer/src +Info 939 [16:01:47.080] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 940 [16:01:47.080] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 941 [16:01:47.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 9.524344999343157ms +Info 942 [16:01:47.089] Different program with same set of files +Info 943 [16:01:47.090] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 943 [16:01:47.090] Files (147) + +Info 943 [16:01:47.090] ----------------------------------------------- +Info 943 [16:01:47.090] Project '/dev/null/inferredProject1*' (Inferred) +Info 943 [16:01:47.090] Files (133) + +Info 943 [16:01:47.090] ----------------------------------------------- +Info 943 [16:01:47.090] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 943 [16:01:47.090] Files (179) + +Info 943 [16:01:47.090] ----------------------------------------------- +Info 943 [16:01:47.090] Open files: +Info 943 [16:01:47.090] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 943 [16:01:47.090] Projects: /dev/null/inferredProject1* +Info 943 [16:01:47.090] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 943 [16:01:47.090] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 943 [16:01:47.090] getCompletionData: Get current token: 0.008572999387979507 +Info 944 [16:01:47.090] getCompletionData: Is inside comment: 0.0019680000841617584 +Info 945 [16:01:47.090] getCompletionData: Get previous token: 0.020767997950315475 +Info 946 [16:01:47.090] getCompletionsAtPosition: isCompletionListBlocker: 0.008567001670598984 +Info 947 [16:01:47.107] AutoImportProviderProject: found 466 root files in 6 dependencies in 13.296510998159647 ms +Info 948 [16:01:47.119] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 949 [16:01:48.027] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 908.0700239986181ms +Info 950 [16:01:48.027] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 951 [16:01:48.027] Files (624) + +Info 952 [16:01:48.027] ----------------------------------------------- +Info 953 [16:01:48.029] getExportInfoMap: cache miss or empty; calculating new results +Info 954 [16:01:48.070] forEachExternalModuleToImportFrom autoImportProvider: 25.442972999066114 +Info 955 [16:01:48.070] getExportInfoMap: done in 977.06527300179 ms +Info 956 [16:01:48.136] collectAutoImports: resolved 456 module specifiers, plus 219 ambient and 2645 from cache +Info 957 [16:01:48.136] collectAutoImports: response is complete +Info 958 [16:01:48.136] collectAutoImports: 65.71451900154352 +Info 959 [16:01:48.136] getCompletionData: Semantic work: 1045.8852619975805 +Info 960 [16:01:48.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.52123099938035 +Info 961 [16:01:48.160] getCompletionData: Get current token: 0.007807999849319458 +Info 962 [16:01:48.160] getCompletionData: Is inside comment: 0.0019709989428520203 +Info 963 [16:01:48.160] getCompletionData: Get previous token: 0.015073999762535095 +Info 964 [16:01:48.160] getCompletionsAtPosition: isCompletionListBlocker: 0.016151998192071915 +Info 965 [16:01:48.163] getExportInfoMap: cache hit +Info 966 [16:01:48.184] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 967 [16:01:48.184] collectAutoImports: response is complete +Info 968 [16:01:48.184] collectAutoImports: 21.335700001567602 +Info 969 [16:01:48.184] getCompletionData: Semantic work: 24.187009997665882 +Info 970 [16:01:48.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.669645998626947 +Info 971 [16:01:48.203] getCompletionData: Get current token: 0.008323002606630325 +Info 972 [16:01:48.203] getCompletionData: Is inside comment: 0.001892000436782837 +Info 973 [16:01:48.203] getCompletionData: Get previous token: 0.01183999702334404 +Info 974 [16:01:48.203] getCompletionsAtPosition: isCompletionListBlocker: 0.010820001363754272 +Info 975 [16:01:48.205] getExportInfoMap: cache hit +Info 976 [16:01:48.223] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 977 [16:01:48.223] collectAutoImports: response is complete +Info 978 [16:01:48.223] collectAutoImports: 17.648547999560833 +Info 979 [16:01:48.223] getCompletionData: Semantic work: 20.330520000308752 +Info 980 [16:01:48.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.153574999421835 +Info 981 [16:01:48.243] Format host information updated +Info 982 [16:01:48.511] Format host information updated +Info 983 [16:01:48.511] Format host information updated +Info 984 [16:01:48.511] Format host information updated +Info 985 [16:01:48.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 986 [16:01:48.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 17.453865997493267ms +Info 987 [16:01:48.529] Different program with same set of files +Info 988 [16:01:48.529] getCompletionData: Get current token: 0.009380001574754715 +Info 989 [16:01:48.529] getCompletionData: Is inside comment: 0.011546999216079712 +Info 990 [16:01:48.529] getCompletionData: Get previous token: 0.008175000548362732 +Info 991 [16:01:48.529] getCompletionsAtPosition: isCompletionListBlocker: 0.00953899696469307 +Info 992 [16:01:48.531] getExportInfoMap: cache hit +Info 993 [16:01:48.564] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 994 [16:01:48.564] collectAutoImports: response is complete +Info 995 [16:01:48.564] collectAutoImports: 32.818817999213934 +Info 996 [16:01:48.564] getCompletionData: Semantic work: 34.69402899965644 +Info 997 [16:01:48.580] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.630952000617981 +Info 998 [16:01:48.587] Format host information updated +Info 999 [16:01:48.594] Format host information updated +Info 1000 [16:01:48.595] getCompletionData: Get current token: 0.02594100311398506 +Info 1001 [16:01:48.595] getCompletionData: Is inside comment: 0.012288998812437057 +Info 1002 [16:01:48.595] getCompletionData: Get previous token: 0.009307000786066055 +Info 1003 [16:01:48.595] getCompletionsAtPosition: isCompletionListBlocker: 0.027272000908851624 +Info 1004 [16:01:48.597] getExportInfoMap: cache hit +Info 1005 [16:01:48.616] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1006 [16:01:48.616] collectAutoImports: response is complete +Info 1007 [16:01:48.616] collectAutoImports: 18.62645399942994 +Info 1008 [16:01:48.616] getCompletionData: Semantic work: 20.84152900055051 +Info 1009 [16:01:48.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.631432000547647 +Info 1010 [16:01:48.636] Format host information updated +Info 1011 [16:01:48.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1012 [16:01:48.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 23.449202001094818ms +Info 1013 [16:01:48.930] Different program with same set of files +Info 1014 [16:01:48.930] getCompletionData: Get current token: 0.006080999970436096 +Info 1015 [16:01:48.930] getCompletionData: Is inside comment: 0.010981999337673187 +Info 1016 [16:01:48.930] getCompletionData: Get previous token: 0.00720600038766861 +Info 1017 [16:01:48.930] getCompletionsAtPosition: isCompletionListBlocker: 0.010680001229047775 +Info 1018 [16:01:48.933] getExportInfoMap: cache hit +Info 1019 [16:01:48.983] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1020 [16:01:48.983] collectAutoImports: response is complete +Info 1021 [16:01:48.983] collectAutoImports: 49.28371199965477 +Info 1022 [16:01:48.983] getCompletionData: Semantic work: 52.382254000753164 +Info 1023 [16:01:48.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.785459000617266 +Info 1024 [16:01:49.006] Format host information updated +Info 1025 [16:01:49.193] getCompletionData: Get current token: 0.005893997848033905 +Info 1026 [16:01:49.193] getCompletionData: Is inside comment: 0.0016230009496212006 +Info 1027 [16:01:49.193] getCompletionData: Get previous token: 0.010777000337839127 +Info 1028 [16:01:49.193] getCompletionsAtPosition: isCompletionListBlocker: 0.006664000451564789 +Info 1029 [16:01:49.195] getExportInfoMap: cache hit +Info 1030 [16:01:49.211] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1031 [16:01:49.211] collectAutoImports: response is complete +Info 1032 [16:01:49.211] collectAutoImports: 16.08628199994564 +Info 1033 [16:01:49.211] getCompletionData: Semantic work: 17.989756997674704 +Info 1034 [16:01:49.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.92553099989891 +Info 1035 [16:01:49.230] Format host information updated +Info 1036 [16:01:49.237] Format host information updated +Info 1037 [16:01:49.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1038 [16:01:49.247] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 9.927946999669075ms +Info 1039 [16:01:49.248] Different program with same set of files +Info 1040 [16:01:50.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1041 [16:01:50.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 10.113006997853518ms +Info 1042 [16:01:50.514] Different program with same set of files +Info 1043 [16:01:50.514] getCompletionData: Get current token: 0.008593998849391937 +Info 1044 [16:01:50.514] getCompletionData: Is inside comment: 0.0016510002315044403 +Info 1045 [16:01:50.514] getCompletionData: Get previous token: 0.020398996770381927 +Info 1046 [16:01:50.514] getCompletionsAtPosition: isCompletionListBlocker: 0.0026249997317790985 +Info 1047 [16:01:50.516] getExportInfoMap: cache hit +Info 1048 [16:01:50.519] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 13 from cache +Info 1049 [16:01:50.519] collectAutoImports: response is complete +Info 1050 [16:01:50.519] collectAutoImports: 2.2898620031774044 +Info 1051 [16:01:50.519] getCompletionData: Semantic work: 4.3993920013308525 +Info 1052 [16:01:50.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.059758000075817 +Info 1053 [16:01:50.526] Format host information updated +Info 1054 [16:01:50.705] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1055 [16:01:50.714] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 8.903266999870539ms +Info 1056 [16:01:50.714] Different program with same set of files +Info 1057 [16:01:50.714] getCompletionData: Get current token: 0.008825000375509262 +Info 1058 [16:01:50.714] getCompletionData: Is inside comment: 0.001669999212026596 +Info 1059 [16:01:50.714] getCompletionData: Get previous token: 0.020614001899957657 +Info 1060 [16:01:50.714] getCompletionsAtPosition: isCompletionListBlocker: 0.002528000622987747 +Info 1061 [16:01:50.716] getExportInfoMap: cache hit +Info 1062 [16:01:50.717] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1063 [16:01:50.717] collectAutoImports: response is complete +Info 1064 [16:01:50.717] collectAutoImports: 1.7125220000743866 +Info 1065 [16:01:50.717] getCompletionData: Semantic work: 3.336201999336481 +Info 1066 [16:01:50.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.237564999610186 +Info 1067 [16:01:50.724] Format host information updated +Info 1068 [16:01:50.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1069 [16:01:50.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 9.456387002021074ms +Info 1070 [16:01:50.908] Different program with same set of files +Info 1071 [16:01:50.908] getCompletionData: Get current token: 0.009277001023292542 +Info 1072 [16:01:50.908] getCompletionData: Is inside comment: 0.0017339996993541718 +Info 1073 [16:01:50.908] getCompletionData: Get previous token: 0.02115199714899063 +Info 1074 [16:01:50.908] getCompletionsAtPosition: isCompletionListBlocker: 0.002687998116016388 +Info 1075 [16:01:50.910] getExportInfoMap: cache hit +Info 1076 [16:01:50.911] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1077 [16:01:50.911] collectAutoImports: response is complete +Info 1078 [16:01:50.911] collectAutoImports: 1.7514360025525093 +Info 1079 [16:01:50.911] getCompletionData: Semantic work: 3.3956729993224144 +Info 1080 [16:01:50.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4726510010659695 +Info 1081 [16:01:50.919] Format host information updated +Info 1082 [16:01:50.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1083 [16:01:50.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 9.14902500063181ms +Info 1084 [16:01:50.929] Different program with same set of files +Info 1085 [16:01:50.930] getCompletionData: Get current token: 0.028815001249313354 +Info 1086 [16:01:50.930] getCompletionData: Is inside comment: 0.002356000244617462 +Info 1087 [16:01:50.930] getCompletionData: Get previous token: 0.0368259996175766 +Info 1088 [16:01:50.930] getCompletionsAtPosition: isCompletionListBlocker: 0.002970002591609955 +Info 1089 [16:01:50.934] getExportInfoMap: cache hit +Info 1090 [16:01:50.936] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1091 [16:01:50.936] collectAutoImports: response is complete +Info 1092 [16:01:50.936] collectAutoImports: 2.143318999558687 +Info 1093 [16:01:50.936] getCompletionData: Semantic work: 6.311296999454498 +Info 1094 [16:01:50.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.406424000859261 +Info 1095 [16:01:50.943] Format host information updated +Info 1096 [16:01:51.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1097 [16:01:51.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 8.442572999745607ms +Info 1098 [16:01:51.131] Different program with same set of files +Info 1099 [16:01:51.131] getCompletionData: Get current token: 0.008935999125242233 +Info 1100 [16:01:51.131] getCompletionData: Is inside comment: 0.0017580017447471619 +Info 1101 [16:01:51.131] getCompletionData: Get previous token: 0.02056199684739113 +Info 1102 [16:01:51.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0034379996359348297 +Info 1103 [16:01:51.134] getExportInfoMap: cache hit +Info 1104 [16:01:51.136] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1105 [16:01:51.136] collectAutoImports: response is complete +Info 1106 [16:01:51.136] collectAutoImports: 1.7925590015947819 +Info 1107 [16:01:51.136] getCompletionData: Semantic work: 4.513852000236511 +Info 1108 [16:01:51.141] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0220320001244545 +Info 1109 [16:01:51.143] Format host information updated +Info 1110 [16:01:51.144] Format host information updated +Info 1111 [16:01:51.144] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1112 [16:01:51.153] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 8.60122300311923ms +Info 1113 [16:01:51.153] Different program with same set of files +Info 1114 [16:01:51.317] Format host information updated +Info 1115 [16:01:53.236] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1116 [16:01:53.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 8.478062998503447ms +Info 1117 [16:01:53.245] Different program with same set of files +Info 1118 [16:01:53.245] getCompletionData: Get current token: 0.005979999899864197 +Info 1119 [16:01:53.245] getCompletionData: Is inside comment: 0.0014729984104633331 +Info 1120 [16:01:53.245] getCompletionData: Get previous token: 0.014930002391338348 +Info 1121 [16:01:53.245] getCompletionsAtPosition: isCompletionListBlocker: 0.13599199801683426 +Info 1122 [16:01:53.248] getExportInfoMap: cache hit +Info 1123 [16:01:53.250] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1124 [16:01:53.250] collectAutoImports: response is complete +Info 1125 [16:01:53.250] collectAutoImports: 1.7470720000565052 +Info 1126 [16:01:53.250] getCompletionData: Semantic work: 4.776515003293753 +Info 1127 [16:01:53.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9862309992313385 +Info 1128 [16:01:53.257] Format host information updated +Info 1129 [16:01:53.437] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1130 [16:01:53.446] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 8.832584999501705ms +Info 1131 [16:01:53.446] Different program with same set of files +Info 1132 [16:01:53.446] getCompletionData: Get current token: 0.006988998502492905 +Info 1133 [16:01:53.446] getCompletionData: Is inside comment: 0.0015600025653839111 +Info 1134 [16:01:53.446] getCompletionData: Get previous token: 0.016660001128911972 +Info 1135 [16:01:53.446] getCompletionsAtPosition: isCompletionListBlocker: 0.004575997591018677 +Info 1136 [16:01:53.448] getExportInfoMap: cache hit +Info 1137 [16:01:53.449] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1138 [16:01:53.449] collectAutoImports: response is complete +Info 1139 [16:01:53.449] collectAutoImports: 1.8358310014009476 +Info 1140 [16:01:53.449] getCompletionData: Semantic work: 3.4864259995520115 +Info 1141 [16:01:53.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.281119998544455 +Info 1142 [16:01:53.457] Format host information updated +Info 1143 [16:01:53.619] Format host information updated +Info 1144 [16:01:53.619] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1145 [16:01:53.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 8.185575000941753ms +Info 1146 [16:01:53.628] Different program with same set of files +Info 1147 [16:01:53.795] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1148 [16:01:53.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 9.161414999514818ms +Info 1149 [16:01:53.805] Different program with same set of files +Info 1150 [16:01:53.805] getCompletionData: Get current token: 0.007373001426458359 +Info 1151 [16:01:53.805] getCompletionData: Is inside comment: 0.0012249983847141266 +Info 1152 [16:01:53.805] getCompletionData: Get previous token: 0.020212002098560333 +Info 1153 [16:01:53.805] getCompletionsAtPosition: isCompletionListBlocker: 0.001733001321554184 +Info 1154 [16:01:53.805] Returning an empty list because completion was requested in an invalid position. +Info 1155 [16:01:53.805] Format host information updated +Info 1156 [16:01:53.806] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1157 [16:01:53.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 7.834713999181986ms +Info 1158 [16:01:53.814] Different program with same set of files +Info 1159 [16:01:53.814] getCompletionData: Get current token: 0.007453996688127518 +Info 1160 [16:01:53.814] getCompletionData: Is inside comment: 0.0014270022511482239 +Info 1161 [16:01:53.814] getCompletionData: Get previous token: 0.01993599906563759 +Info 1162 [16:01:53.814] getCompletionsAtPosition: isCompletionListBlocker: 0.0016399994492530823 +Info 1163 [16:01:53.814] Returning an empty list because completion was requested in an invalid position. +Info 1164 [16:01:53.816] Format host information updated +Info 1165 [16:01:53.982] Format host information updated +Info 1166 [16:01:53.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1167 [16:01:53.992] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 10.02038599923253ms +Info 1168 [16:01:53.992] Different program with same set of files +Info 1169 [16:01:54.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1170 [16:01:54.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 7.571663998067379ms +Info 1171 [16:01:54.158] Different program with same set of files +Info 1172 [16:01:54.158] getCompletionData: Get current token: 0.007704000920057297 +Info 1173 [16:01:54.158] getCompletionData: Is inside comment: 0.0015829987823963165 +Info 1174 [16:01:54.159] getCompletionData: Get previous token: 0.015203997492790222 +Info 1175 [16:01:54.159] getCompletionsAtPosition: isCompletionListBlocker: 0.0070500001311302185 +Info 1176 [16:01:54.160] getExportInfoMap: cache hit +Info 1177 [16:01:54.180] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1178 [16:01:54.180] collectAutoImports: response is complete +Info 1179 [16:01:54.180] collectAutoImports: 20.12414399906993 +Info 1180 [16:01:54.180] getCompletionData: Semantic work: 21.45846499875188 +Info 1181 [16:01:54.192] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.65065299719572 +Info 1182 [16:01:54.201] Format host information updated +Info 1183 [16:01:54.209] Format host information updated +Info 1184 [16:01:54.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1185 [16:01:54.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 7.912031996995211ms +Info 1186 [16:01:54.217] Different program with same set of files +Info 1187 [16:01:54.384] Format host information updated +Info 1188 [16:01:54.384] Format host information updated +Info 1189 [16:01:57.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1190 [16:01:57.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 8.374439001083374ms +Info 1191 [16:01:57.616] Different program with same set of files +Info 1192 [16:01:57.616] getCompletionData: Get current token: 0.006712999194860458 +Info 1193 [16:01:57.616] getCompletionData: Is inside comment: 0.0015310011804103851 +Info 1194 [16:01:57.616] getCompletionData: Get previous token: 0.019239000976085663 +Info 1195 [16:01:57.616] getCompletionsAtPosition: isCompletionListBlocker: 0.008338000625371933 +Info 1196 [16:01:57.617] getExportInfoMap: cache hit +Info 1197 [16:01:57.639] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1198 [16:01:57.639] collectAutoImports: response is complete +Info 1199 [16:01:57.639] collectAutoImports: 21.409363999962807 +Info 1200 [16:01:57.639] getCompletionData: Semantic work: 22.865863997489214 +Info 1201 [16:01:57.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.417474001646042 +Info 1202 [16:01:57.656] Format host information updated +Info 1203 [16:01:57.846] Format host information updated +Info 1204 [16:01:57.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1205 [16:01:57.855] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 8.814731001853943ms +Info 1206 [16:01:57.855] Different program with same set of files +Info 1207 [16:01:58.113] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1208 [16:01:58.123] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 9.542164999991655ms +Info 1209 [16:01:58.123] Different program with same set of files +Info 1210 [16:01:58.123] getCompletionData: Get current token: 0.008003000169992447 +Info 1211 [16:01:58.123] getCompletionData: Is inside comment: 0.001680999994277954 +Info 1212 [16:01:58.123] getCompletionData: Get previous token: 0.027130000293254852 +Info 1213 [16:01:58.123] getCompletionsAtPosition: isCompletionListBlocker: 0.009031999856233597 +Info 1214 [16:01:58.125] getExportInfoMap: cache hit +Info 1215 [16:01:58.127] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1216 [16:01:58.127] collectAutoImports: response is complete +Info 1217 [16:01:58.127] collectAutoImports: 1.896177001297474 +Info 1218 [16:01:58.127] getCompletionData: Semantic work: 3.541857000440359 +Info 1219 [16:01:58.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.973437000066042 +Info 1220 [16:01:58.136] Format host information updated +Info 1221 [16:01:58.306] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1222 [16:01:58.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 8.537666000425816ms +Info 1223 [16:01:58.314] Different program with same set of files +Info 1224 [16:01:58.315] getCompletionData: Get current token: 0.007660999894142151 +Info 1225 [16:01:58.315] getCompletionData: Is inside comment: 0.0013960003852844238 +Info 1226 [16:01:58.315] getCompletionData: Get previous token: 0.02393200248479843 +Info 1227 [16:01:58.315] getCompletionsAtPosition: isCompletionListBlocker: 0.008037999272346497 +Info 1228 [16:01:58.316] getExportInfoMap: cache hit +Info 1229 [16:01:58.318] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1230 [16:01:58.318] collectAutoImports: response is complete +Info 1231 [16:01:58.318] collectAutoImports: 1.782175999134779 +Info 1232 [16:01:58.318] getCompletionData: Semantic work: 3.3335889987647533 +Info 1233 [16:01:58.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.068577002733946 +Info 1234 [16:01:58.326] Format host information updated +Info 1235 [16:01:58.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1236 [16:01:58.337] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 10.204644002020359ms +Info 1237 [16:01:58.337] Different program with same set of files +Info 1238 [16:01:58.337] getCompletionData: Get current token: 0.007631000131368637 +Info 1239 [16:01:58.337] getCompletionData: Is inside comment: 0.001660998910665512 +Info 1240 [16:01:58.337] getCompletionData: Get previous token: 0.02937600016593933 +Info 1241 [16:01:58.337] getCompletionsAtPosition: isCompletionListBlocker: 0.014568999409675598 +Info 1242 [16:01:58.339] getExportInfoMap: cache hit +Info 1243 [16:01:58.342] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1244 [16:01:58.342] collectAutoImports: response is complete +Info 1245 [16:01:58.342] collectAutoImports: 2.727318000048399 +Info 1246 [16:01:58.342] getCompletionData: Semantic work: 4.975308001041412 +Info 1247 [16:01:58.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.207850001752377 +Info 1248 [16:01:58.349] Format host information updated +Info 1249 [16:01:58.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1250 [16:01:58.525] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 8.255971997976303ms +Info 1251 [16:01:58.525] Different program with same set of files +Info 1252 [16:01:58.525] getCompletionData: Get current token: 0.0067100003361701965 +Info 1253 [16:01:58.525] getCompletionData: Is inside comment: 0.0013899989426136017 +Info 1254 [16:01:58.525] getCompletionData: Get previous token: 0.04002400115132332 +Info 1255 [16:01:58.525] getCompletionsAtPosition: isCompletionListBlocker: 0.007302001118659973 +Info 1256 [16:01:58.527] getExportInfoMap: cache hit +Info 1257 [16:01:58.529] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1258 [16:01:58.529] collectAutoImports: response is complete +Info 1259 [16:01:58.529] collectAutoImports: 1.7718020007014275 +Info 1260 [16:01:58.529] getCompletionData: Semantic work: 3.2088590003550053 +Info 1261 [16:01:58.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.566007997840643 +Info 1262 [16:01:58.535] Format host information updated +Info 1263 [16:01:58.536] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1264 [16:01:58.547] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 10.768011000007391ms +Info 1265 [16:01:58.547] Different program with same set of files +Info 1266 [16:01:58.547] getCompletionData: Get current token: 0.0067059993743896484 +Info 1267 [16:01:58.547] getCompletionData: Is inside comment: 0.001651998609304428 +Info 1268 [16:01:58.547] getCompletionData: Get previous token: 0.022440001368522644 +Info 1269 [16:01:58.547] getCompletionsAtPosition: isCompletionListBlocker: 0.00864500179886818 +Info 1270 [16:01:58.549] getExportInfoMap: cache hit +Info 1271 [16:01:58.553] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1272 [16:01:58.553] collectAutoImports: response is complete +Info 1273 [16:01:58.553] collectAutoImports: 3.9883459992706776 +Info 1274 [16:01:58.553] getCompletionData: Semantic work: 5.704158000648022 +Info 1275 [16:01:58.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.878304000943899 +Info 1276 [16:01:58.559] Format host information updated +Info 1277 [16:01:58.718] Format host information updated +Info 1278 [16:01:58.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1279 [16:01:58.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.086051002144814ms +Info 1280 [16:01:58.726] Different program with same set of files +Info 1281 [16:01:58.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1282 [16:01:58.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 8.860337000340223ms +Info 1283 [16:01:58.906] Different program with same set of files +Info 1284 [16:01:58.906] getCompletionData: Get current token: 0.004648000001907349 +Info 1285 [16:01:58.906] getCompletionData: Is inside comment: 0.0014659985899925232 +Info 1286 [16:01:58.906] getCompletionData: Get previous token: 0.019137997180223465 +Info 1287 [16:01:58.906] getCompletionsAtPosition: isCompletionListBlocker: 0.0074319988489151 +Info 1288 [16:01:58.907] getExportInfoMap: cache hit +Info 1289 [16:01:58.909] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1290 [16:01:58.909] collectAutoImports: response is complete +Info 1291 [16:01:58.909] collectAutoImports: 1.6986659988760948 +Info 1292 [16:01:58.909] getCompletionData: Semantic work: 3.0971830002963543 +Info 1293 [16:01:58.914] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6908509992063046 +Info 1294 [16:01:58.916] Format host information updated +Info 1295 [16:01:58.917] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1296 [16:01:58.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 10.78633899986744ms +Info 1297 [16:01:58.928] Different program with same set of files +Info 1298 [16:01:58.928] getCompletionData: Get current token: 0.004908997565507889 +Info 1299 [16:01:58.928] getCompletionData: Is inside comment: 0.0013769976794719696 +Info 1300 [16:01:58.928] getCompletionData: Get previous token: 0.02224300056695938 +Info 1301 [16:01:58.928] getCompletionsAtPosition: isCompletionListBlocker: 0.007290001958608627 +Info 1302 [16:01:58.929] getExportInfoMap: cache hit +Info 1303 [16:01:58.931] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1304 [16:01:58.931] collectAutoImports: response is complete +Info 1305 [16:01:58.931] collectAutoImports: 1.7775779999792576 +Info 1306 [16:01:58.931] getCompletionData: Semantic work: 3.242823000997305 +Info 1307 [16:01:58.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.14512699842453 +Info 1308 [16:01:58.938] Format host information updated +Info 1309 [16:01:59.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1310 [16:01:59.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 8.1157479993999ms +Info 1311 [16:01:59.792] Different program with same set of files +Info 1312 [16:01:59.792] getCompletionData: Get current token: 0.004585999995470047 +Info 1313 [16:01:59.792] getCompletionData: Is inside comment: 0.0013180002570152283 +Info 1314 [16:01:59.792] getCompletionData: Get previous token: 0.018968001008033752 +Info 1315 [16:01:59.792] getCompletionsAtPosition: isCompletionListBlocker: 0.007451001554727554 +Info 1316 [16:01:59.794] getExportInfoMap: cache hit +Info 1317 [16:01:59.795] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1318 [16:01:59.795] collectAutoImports: response is complete +Info 1319 [16:01:59.795] collectAutoImports: 1.6811140030622482 +Info 1320 [16:01:59.795] getCompletionData: Semantic work: 3.061445001512766 +Info 1321 [16:01:59.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.055064000189304 +Info 1322 [16:01:59.802] Format host information updated +Info 1323 [16:01:59.968] Format host information updated +Info 1324 [16:01:59.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1325 [16:01:59.976] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 7.760621000081301ms +Info 1326 [16:01:59.976] Different program with same set of files +Info 1327 [16:02:00.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1328 [16:02:00.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 9.126001998782158ms +Info 1329 [16:02:00.836] Different program with same set of files +Info 1330 [16:02:00.836] getCompletionData: Get current token: 0.00618700310587883 +Info 1331 [16:02:00.836] getCompletionData: Is inside comment: 0.0019150003790855408 +Info 1332 [16:02:00.836] getCompletionData: Get previous token: 0.022516999393701553 +Info 1333 [16:02:00.836] getCompletionsAtPosition: isCompletionListBlocker: 0.004434000700712204 +Info 1334 [16:02:00.838] getExportInfoMap: cache hit +Info 1335 [16:02:00.862] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1336 [16:02:00.862] collectAutoImports: response is complete +Info 1337 [16:02:00.862] collectAutoImports: 24.58822099864483 +Info 1338 [16:02:00.862] getCompletionData: Semantic work: 26.232866000384092 +Info 1339 [16:02:00.875] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.519379001110792 +Info 1340 [16:02:00.885] Format host information updated +Info 1341 [16:02:01.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1342 [16:02:01.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 8.666494000703096ms +Info 1343 [16:02:01.073] Different program with same set of files +Info 1344 [16:02:01.073] getCompletionData: Get current token: 0.005329001694917679 +Info 1345 [16:02:01.073] getCompletionData: Is inside comment: 0.0015820004045963287 +Info 1346 [16:02:01.073] getCompletionData: Get previous token: 0.019805997610092163 +Info 1347 [16:02:01.073] getCompletionsAtPosition: isCompletionListBlocker: 0.0033130012452602386 +Info 1348 [16:02:01.074] getExportInfoMap: cache hit +Info 1349 [16:02:01.080] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 522 from cache +Info 1350 [16:02:01.080] collectAutoImports: response is complete +Info 1351 [16:02:01.080] collectAutoImports: 5.707057002931833 +Info 1352 [16:02:01.080] getCompletionData: Semantic work: 7.1322479993104935 +Info 1353 [16:02:01.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.807643000036478 +Info 1354 [16:02:01.091] Format host information updated +Info 1355 [16:02:01.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1356 [16:02:01.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 9.36846699938178ms +Info 1357 [16:02:01.103] Different program with same set of files +Info 1358 [16:02:01.103] getCompletionData: Get current token: 0.005804002285003662 +Info 1359 [16:02:01.103] getCompletionData: Is inside comment: 0.001547001302242279 +Info 1360 [16:02:01.103] getCompletionData: Get previous token: 0.020381998270750046 +Info 1361 [16:02:01.103] getCompletionsAtPosition: isCompletionListBlocker: 0.017626002430915833 +Info 1362 [16:02:01.104] getExportInfoMap: cache hit +Info 1363 [16:02:01.108] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 160 from cache +Info 1364 [16:02:01.108] collectAutoImports: response is complete +Info 1365 [16:02:01.108] collectAutoImports: 3.680301997810602 +Info 1366 [16:02:01.108] getCompletionData: Semantic work: 5.218343999236822 +Info 1367 [16:02:01.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.35589599981904 +Info 1368 [16:02:01.118] Format host information updated +Info 1369 [16:02:01.286] Format host information updated +Info 1370 [16:02:01.319] getCompletionData: Get current token: 0.0046709999442100525 +Info 1371 [16:02:01.319] getCompletionData: Is inside comment: 0.009167000651359558 +Info 1372 [16:02:01.319] getCompletionData: Get previous token: 0.0073249973356723785 +Info 1373 [16:02:01.319] getCompletionsAtPosition: isCompletionListBlocker: 0.006873998790979385 +Info 1374 [16:02:01.323] getExportInfoMap: cache hit +Info 1375 [16:02:01.342] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1376 [16:02:01.342] collectAutoImports: response is complete +Info 1377 [16:02:01.342] collectAutoImports: 19.59298599883914 +Info 1378 [16:02:01.342] getCompletionData: Semantic work: 22.85919300094247 +Info 1379 [16:02:01.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.273053999990225 +Info 1380 [16:02:01.636] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1381 [16:02:01.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 9.051679000258446ms +Info 1382 [16:02:01.645] Different program with same set of files +Info 1383 [16:02:01.645] getCompletionData: Get current token: 0.003695998340845108 +Info 1384 [16:02:01.645] getCompletionData: Is inside comment: 0.011736001819372177 +Info 1385 [16:02:01.645] getCompletionData: Get previous token: 0.007801998406648636 +Info 1386 [16:02:01.645] getCompletionsAtPosition: isCompletionListBlocker: 0.00840499997138977 +Info 1387 [16:02:01.647] getExportInfoMap: cache hit +Info 1388 [16:02:01.669] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1389 [16:02:01.669] collectAutoImports: response is complete +Info 1390 [16:02:01.669] collectAutoImports: 22.199319999665022 +Info 1391 [16:02:01.670] getCompletionData: Semantic work: 24.17128999903798 +Info 1392 [16:02:01.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.045129001140594 +Info 1393 [16:02:01.690] Format host information updated +Info 1394 [16:02:08.596] Format host information updated +Info 1395 [16:02:08.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1396 [16:02:08.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 9.27734700217843ms +Info 1397 [16:02:08.605] Different program with same set of files +Info 1398 [16:02:08.771] Format host information updated +Info 1399 [16:04:16.128] getCompletionData: Get current token: 0.0026380009949207306 +Info 1400 [16:04:16.128] getCompletionData: Is inside comment: 0.010154999792575836 +Info 1401 [16:04:16.128] getCompletionData: Get previous token: 0.007027000188827515 +Info 1402 [16:04:16.128] getCompletionsAtPosition: isCompletionListBlocker: 0.01092199981212616 +Info 1403 [16:04:16.130] getExportInfoMap: cache hit +Info 1404 [16:04:16.169] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 1405 [16:04:16.169] collectAutoImports: response is complete +Info 1406 [16:04:16.169] collectAutoImports: 39.19947300106287 +Info 1407 [16:04:16.169] getCompletionData: Semantic work: 41.484163999557495 +Info 1408 [16:04:16.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.101638000458479 +Info 1409 [16:07:55.554] Search path: /home/orion/src/purescript-puppeteer/src +Info 1410 [16:07:55.554] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1411 [16:07:55.554] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1411 [16:07:55.554] Files (147) + +Info 1411 [16:07:55.554] ----------------------------------------------- +Info 1411 [16:07:55.554] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1411 [16:07:55.554] Files (624) + +Info 1411 [16:07:55.554] ----------------------------------------------- +Info 1411 [16:07:55.554] Project '/dev/null/inferredProject1*' (Inferred) +Info 1411 [16:07:55.554] Files (133) + +Info 1411 [16:07:55.554] ----------------------------------------------- +Info 1411 [16:07:55.554] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1411 [16:07:55.554] Files (179) + +Info 1411 [16:07:55.554] ----------------------------------------------- +Info 1411 [16:07:55.554] Open files: +Info 1411 [16:07:55.554] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1411 [16:07:55.554] Projects: /dev/null/inferredProject1* +Info 1411 [16:07:55.554] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1411 [16:07:55.554] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1411 [16:07:55.554] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1411 [16:07:55.554] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1411 [16:07:55.768] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1412 [16:07:55.814] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 46.591763999313116ms +Info 1413 [16:07:55.814] Different program with same set of files +Info 1414 [16:07:55.816] Format host information updated +Info 1415 [16:07:55.828] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1416 [16:07:55.829] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 0.2945370003581047ms +Info 1417 [16:07:58.066] Before ensureProjectForOpenFiles: +Info 1418 [16:07:58.067] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1418 [16:07:58.067] Files (147) + +Info 1418 [16:07:58.067] ----------------------------------------------- +Info 1418 [16:07:58.067] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1418 [16:07:58.067] Files (624) + +Info 1418 [16:07:58.067] ----------------------------------------------- +Info 1418 [16:07:58.067] Project '/dev/null/inferredProject1*' (Inferred) +Info 1418 [16:07:58.067] Files (133) + +Info 1418 [16:07:58.067] ----------------------------------------------- +Info 1418 [16:07:58.067] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1418 [16:07:58.067] Files (179) + +Info 1418 [16:07:58.067] ----------------------------------------------- +Info 1418 [16:07:58.067] Open files: +Info 1418 [16:07:58.067] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1418 [16:07:58.067] Projects: /dev/null/inferredProject1* +Info 1418 [16:07:58.067] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1418 [16:07:58.067] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1418 [16:07:58.067] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1418 [16:07:58.067] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1418 [16:07:58.068] After ensureProjectForOpenFiles: +Info 1419 [16:07:58.068] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1419 [16:07:58.068] Files (147) + +Info 1419 [16:07:58.068] ----------------------------------------------- +Info 1419 [16:07:58.068] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1419 [16:07:58.068] Files (624) + +Info 1419 [16:07:58.068] ----------------------------------------------- +Info 1419 [16:07:58.068] Project '/dev/null/inferredProject1*' (Inferred) +Info 1419 [16:07:58.068] Files (133) + +Info 1419 [16:07:58.068] ----------------------------------------------- +Info 1419 [16:07:58.068] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1419 [16:07:58.068] Files (179) + +Info 1419 [16:07:58.068] ----------------------------------------------- +Info 1419 [16:07:58.068] Open files: +Info 1419 [16:07:58.068] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1419 [16:07:58.068] Projects: /dev/null/inferredProject1* +Info 1419 [16:07:58.068] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1419 [16:07:58.068] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1419 [16:07:58.068] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1419 [16:07:58.068] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1419 [16:07:58.069] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/test/Test.Main.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js +Info 1420 [16:08:01.075] Format host information updated +Info 1421 [16:08:01.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1422 [16:08:01.088] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.745347999036312ms +Info 1423 [16:08:01.088] Different program with same set of files +Info 1424 [16:08:02.799] Format host information updated +Info 1425 [16:08:02.809] forEachExternalModuleToImportFrom autoImportProvider: 2.1553889997303486 +Info 1426 [16:08:07.184] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1427 [16:08:07.193] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 8.848976001143456ms +Info 1428 [16:08:07.193] Different program with same set of files +Info 1429 [16:08:07.193] getCompletionData: Get current token: 0.0038110017776489258 +Info 1430 [16:08:07.193] getCompletionData: Is inside comment: 0.014159999787807465 +Info 1431 [16:08:07.193] getCompletionData: Get previous token: 0.019776999950408936 +Info 1432 [16:08:07.193] getCompletionsAtPosition: isCompletionListBlocker: 0.002751000225543976 +Info 1433 [16:08:07.195] getExportInfoMap: cache miss or empty; calculating new results +Info 1434 [16:08:07.219] forEachExternalModuleToImportFrom autoImportProvider: 11.722422000020742 +Info 1435 [16:08:07.219] getExportInfoMap: done in 23.56988599896431 ms +Info 1436 [16:08:07.222] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1437 [16:08:07.222] collectAutoImports: response is complete +Info 1438 [16:08:07.222] collectAutoImports: 3.477598000317812 +Info 1439 [16:08:07.222] getCompletionData: Semantic work: 29.01365900039673 +Info 1440 [16:08:07.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.712774999439716 +Info 1441 [16:08:07.235] Format host information updated +Info 1442 [16:08:07.335] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1443 [16:08:07.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 13.172583002597094ms +Info 1444 [16:08:07.348] Different program with same set of files +Info 1445 [16:08:07.349] getCompletionData: Get current token: 0.005065999925136566 +Info 1446 [16:08:07.349] getCompletionData: Is inside comment: 0.018216997385025024 +Info 1447 [16:08:07.349] getCompletionData: Get previous token: 0.026347000151872635 +Info 1448 [16:08:07.349] getCompletionsAtPosition: isCompletionListBlocker: 0.003981001675128937 +Info 1449 [16:08:07.350] getExportInfoMap: cache hit +Info 1450 [16:08:07.353] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1451 [16:08:07.353] collectAutoImports: response is complete +Info 1452 [16:08:07.353] collectAutoImports: 2.377190001308918 +Info 1453 [16:08:07.353] getCompletionData: Semantic work: 4.233982000499964 +Info 1454 [16:08:07.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.269944000989199 +Info 1455 [16:08:07.366] Format host information updated +Info 1456 [16:08:07.400] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1457 [16:08:07.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 11.968598000705242ms +Info 1458 [16:08:07.412] Different program with same set of files +Info 1459 [16:08:07.412] getCompletionData: Get current token: 0.004483003169298172 +Info 1460 [16:08:07.412] getCompletionData: Is inside comment: 0.016846999526023865 +Info 1461 [16:08:07.412] getCompletionData: Get previous token: 0.02349499985575676 +Info 1462 [16:08:07.412] getCompletionsAtPosition: isCompletionListBlocker: 0.003233000636100769 +Info 1463 [16:08:07.414] getExportInfoMap: cache hit +Info 1464 [16:08:07.416] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1465 [16:08:07.416] collectAutoImports: response is complete +Info 1466 [16:08:07.416] collectAutoImports: 2.0597460009157658 +Info 1467 [16:08:07.416] getCompletionData: Semantic work: 3.784979999065399 +Info 1468 [16:08:07.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.863741997629404 +Info 1469 [16:08:07.428] Format host information updated +Info 1470 [16:08:07.506] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1471 [16:08:07.529] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 22.360801998525858ms +Info 1472 [16:08:07.529] Different program with same set of files +Info 1473 [16:08:07.529] getCompletionData: Get current token: 0.010060999542474747 +Info 1474 [16:08:07.529] getCompletionData: Is inside comment: 0.03449000045657158 +Info 1475 [16:08:07.529] getCompletionData: Get previous token: 0.09459800273180008 +Info 1476 [16:08:07.529] getCompletionsAtPosition: isCompletionListBlocker: 0.005266997963190079 +Info 1477 [16:08:07.532] getExportInfoMap: cache hit +Info 1478 [16:08:07.536] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1479 [16:08:07.536] collectAutoImports: response is complete +Info 1480 [16:08:07.536] collectAutoImports: 3.773642998188734 +Info 1481 [16:08:07.536] getCompletionData: Semantic work: 6.592528998851776 +Info 1482 [16:08:07.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.546585999429226 +Info 1483 [16:08:07.551] Format host information updated +Info 1484 [16:08:07.608] Format host information updated +Info 1485 [16:08:07.608] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1486 [16:08:07.626] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: true structureIsReused:: SafeModules Elapsed: 18.471345998346806ms +Info 1487 [16:08:07.626] Different program with same set of files +Info 1488 [16:08:07.710] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1489 [16:08:07.718] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 8.288103997707367ms +Info 1490 [16:08:07.718] Different program with same set of files +Info 1491 [16:08:07.718] getCompletionData: Get current token: 0.0058559998869895935 +Info 1492 [16:08:07.718] getCompletionData: Is inside comment: 0.01854800060391426 +Info 1493 [16:08:07.718] getCompletionData: Get previous token: 0.013599999248981476 +Info 1494 [16:08:07.719] getCompletionsAtPosition: isCompletionListBlocker: 0.004886999726295471 +Info 1495 [16:08:07.720] getExportInfoMap: cache hit +Info 1496 [16:08:07.784] collectAutoImports: resolved 375 module specifiers, plus 175 ambient and 3511 from cache +Info 1497 [16:08:07.784] collectAutoImports: response is complete +Info 1498 [16:08:07.784] collectAutoImports: 63.822638999670744 +Info 1499 [16:08:07.784] getCompletionData: Semantic work: 65.29525299742818 +Info 1500 [16:08:07.801] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.992141999304295 +Info 1501 [16:08:07.811] Format host information updated +Info 1502 [16:08:07.826] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1503 [16:08:07.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 7.66533300280571ms +Info 1504 [16:08:07.834] Different program with same set of files +Info 1505 [16:08:07.834] getCompletionData: Get current token: 0.003936000168323517 +Info 1506 [16:08:07.834] getCompletionData: Is inside comment: 0.012470997869968414 +Info 1507 [16:08:07.834] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1508 [16:08:07.834] Format host information updated +Info 1509 [16:08:08.174] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1510 [16:08:08.182] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 7.902590997517109ms +Info 1511 [16:08:08.182] Different program with same set of files +Info 1512 [16:08:08.182] getCompletionData: Get current token: 0.005426999181509018 +Info 1513 [16:08:08.182] getCompletionData: Is inside comment: 0.012876998633146286 +Info 1514 [16:08:08.182] getCompletionData: Get previous token: 0.009498998522758484 +Info 1515 [16:08:08.182] getCompletionsAtPosition: isCompletionListBlocker: 0.0037379972636699677 +Info 1516 [16:08:08.183] getExportInfoMap: cache hit +Info 1517 [16:08:08.209] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1518 [16:08:08.209] collectAutoImports: response is complete +Info 1519 [16:08:08.209] collectAutoImports: 25.67271399870515 +Info 1520 [16:08:08.209] getCompletionData: Semantic work: 26.969446998089552 +Info 1521 [16:08:08.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.182963002473116 +Info 1522 [16:08:08.237] Format host information updated +Info 1523 [16:08:08.260] Format host information updated +Info 1524 [16:08:08.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1525 [16:08:08.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 21.388633001595736ms +Info 1526 [16:08:08.282] Different program with same set of files +Info 1527 [16:08:08.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1528 [16:08:08.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 7.448633000254631ms +Info 1529 [16:08:08.391] Different program with same set of files +Info 1530 [16:08:08.392] getCompletionData: Get current token: 0.004658002406358719 +Info 1531 [16:08:08.392] getCompletionData: Is inside comment: 0.013543002307415009 +Info 1532 [16:08:08.392] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1533 [16:08:08.392] Format host information updated +Info 1534 [16:08:08.771] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1535 [16:08:08.778] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 7.034836001694202ms +Info 1536 [16:08:08.778] Different program with same set of files +Info 1537 [16:08:08.779] getCompletionData: Get current token: 0.004385001957416534 +Info 1538 [16:08:08.779] getCompletionData: Is inside comment: 0.01290300115942955 +Info 1539 [16:08:08.779] getCompletionData: Get previous token: 0.00952499732375145 +Info 1540 [16:08:08.779] getCompletionsAtPosition: isCompletionListBlocker: 0.0024169981479644775 +Info 1541 [16:08:08.779] getCompletionData: Semantic work: 0.2667129971086979 +Info 1542 [16:08:08.779] Format host information updated +Info 1543 [16:08:08.955] getCompletionData: Get current token: 0.004090998321771622 +Info 1544 [16:08:08.955] getCompletionData: Is inside comment: 0.013586997985839844 +Info 1545 [16:08:08.955] getCompletionData: Get previous token: 0.010455001145601273 +Info 1546 [16:08:08.955] getCompletionsAtPosition: isCompletionListBlocker: 0.008098997175693512 +Info 1547 [16:08:08.956] getExportInfoMap: cache hit +Info 1548 [16:08:08.992] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1549 [16:08:08.992] collectAutoImports: response is complete +Info 1550 [16:08:08.992] collectAutoImports: 35.56184300035238 +Info 1551 [16:08:08.992] getCompletionData: Semantic work: 37.50748899951577 +Info 1552 [16:08:09.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.345479000359774 +Info 1553 [16:08:09.171] getCompletionData: Get current token: 0.0050019994378089905 +Info 1554 [16:08:09.171] getCompletionData: Is inside comment: 0.015021998435258865 +Info 1555 [16:08:09.171] getCompletionData: Get previous token: 0.01152300089597702 +Info 1556 [16:08:09.171] getCompletionsAtPosition: isCompletionListBlocker: 0.0037020035088062286 +Info 1557 [16:08:09.173] getExportInfoMap: cache hit +Info 1558 [16:08:09.193] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1559 [16:08:09.193] collectAutoImports: response is complete +Info 1560 [16:08:09.193] collectAutoImports: 20.605668999254704 +Info 1561 [16:08:09.193] getCompletionData: Semantic work: 22.105324000120163 +Info 1562 [16:08:09.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.605790998786688 +Info 1563 [16:08:09.285] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1564 [16:08:09.299] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.670232001692057ms +Info 1565 [16:08:09.299] Different program with same set of files +Info 1566 [16:08:09.304] Format host information updated +Info 1567 [16:08:09.408] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1568 [16:08:09.426] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: true structureIsReused:: SafeModules Elapsed: 18.01681699976325ms +Info 1569 [16:08:09.426] Different program with same set of files +Info 1570 [16:08:09.427] getCompletionData: Get current token: 0.006784997880458832 +Info 1571 [16:08:09.427] getCompletionData: Is inside comment: 0.021919000893831253 +Info 1572 [16:08:09.427] getCompletionData: Get previous token: 0.01618500053882599 +Info 1573 [16:08:09.427] getCompletionsAtPosition: isCompletionListBlocker: 0.024209000170230865 +Info 1574 [16:08:09.429] getExportInfoMap: cache hit +Info 1575 [16:08:09.458] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1576 [16:08:09.458] collectAutoImports: response is complete +Info 1577 [16:08:09.458] collectAutoImports: 28.80621499940753 +Info 1578 [16:08:09.458] getCompletionData: Semantic work: 30.840983998030424 +Info 1579 [16:08:09.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.754850000143051 +Info 1580 [16:08:09.484] Format host information updated +Info 1581 [16:08:09.907] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1582 [16:08:09.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: true structureIsReused:: SafeModules Elapsed: 21.8214939981699ms +Info 1583 [16:08:09.929] Different program with same set of files +Info 1584 [16:08:09.930] Format host information updated +Info 1585 [16:08:10.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1586 [16:08:10.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.526062998920679ms +Info 1587 [16:08:10.121] Different program with same set of files +Info 1588 [16:08:10.122] Format host information updated +Info 1589 [16:08:10.504] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1590 [16:08:10.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.28761699795723ms +Info 1591 [16:08:10.521] Different program with same set of files +Info 1592 [16:08:10.523] Format host information updated +Info 1593 [16:08:10.605] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1594 [16:08:10.620] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.077972002327442ms +Info 1595 [16:08:10.620] Different program with same set of files +Info 1596 [16:08:10.621] Format host information updated +Info 1597 [16:08:10.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1598 [16:08:11.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: true structureIsReused:: SafeModules Elapsed: 26.9131419993937ms +Info 1599 [16:08:11.022] Different program with same set of files +Info 1600 [16:08:11.024] Format host information updated +Info 1601 [16:08:11.030] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1602 [16:08:11.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: true structureIsReused:: SafeModules Elapsed: 21.56624099984765ms +Info 1603 [16:08:11.052] Different program with same set of files +Info 1604 [16:08:11.059] Format host information updated +Info 1605 [16:08:11.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1606 [16:08:11.174] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.662666000425816ms +Info 1607 [16:08:11.174] Different program with same set of files +Info 1608 [16:08:11.175] Format host information updated +Info 1609 [16:08:11.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1610 [16:08:11.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.422401998192072ms +Info 1611 [16:08:11.250] Different program with same set of files +Info 1612 [16:08:11.251] Format host information updated +Info 1613 [16:08:13.545] Format host information updated +Info 1614 [16:08:13.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1615 [16:08:13.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.873323999345303ms +Info 1616 [16:08:13.558] Different program with same set of files +Info 1617 [16:08:15.815] Format host information updated +Info 1618 [16:08:15.815] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1619 [16:08:15.826] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.041432000696659ms +Info 1620 [16:08:15.826] Different program with same set of files +Info 1621 [16:08:16.722] Format host information updated +Info 1622 [16:08:16.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1623 [16:08:16.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.526000000536442ms +Info 1624 [16:08:16.733] Different program with same set of files +Info 1625 [16:12:20.429] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 1626 [16:12:20.430] Elapsed:: 1.1535769999027252ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 1627 [16:12:20.430] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 1628 [16:12:20.431] Elapsed:: 0.5105750001966953ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 1629 [16:12:20.439] Search path: /home/orion/src/purescript-puppeteer/src +Info 1630 [16:12:20.439] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1631 [16:12:20.439] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1632 [16:12:20.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: SafeModules Elapsed: 0.33316799998283386ms +Info 1633 [16:12:20.441] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1633 [16:12:20.441] Files (147) + +Info 1633 [16:12:20.441] ----------------------------------------------- +Info 1633 [16:12:20.441] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1633 [16:12:20.441] Files (624) + +Info 1633 [16:12:20.441] ----------------------------------------------- +Info 1633 [16:12:20.441] Project '/dev/null/inferredProject1*' (Inferred) +Info 1633 [16:12:20.441] Files (133) + +Info 1633 [16:12:20.441] ----------------------------------------------- +Info 1633 [16:12:20.441] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1633 [16:12:20.441] Files (179) + +Info 1633 [16:12:20.441] ----------------------------------------------- +Info 1633 [16:12:20.441] Open files: +Info 1633 [16:12:20.441] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1633 [16:12:20.441] Projects: /dev/null/inferredProject1* +Info 1633 [16:12:20.441] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1633 [16:12:20.441] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1633 [16:12:20.441] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1633 [16:12:20.441] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1633 [16:12:20.441] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1633 [16:12:20.441] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1633 [16:12:22.931] Before ensureProjectForOpenFiles: +Info 1634 [16:12:22.931] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1634 [16:12:22.931] Files (147) + +Info 1634 [16:12:22.931] ----------------------------------------------- +Info 1634 [16:12:22.931] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1634 [16:12:22.931] Files (624) + +Info 1634 [16:12:22.931] ----------------------------------------------- +Info 1634 [16:12:22.931] Project '/dev/null/inferredProject1*' (Inferred) +Info 1634 [16:12:22.931] Files (133) + +Info 1634 [16:12:22.931] ----------------------------------------------- +Info 1634 [16:12:22.931] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1634 [16:12:22.931] Files (179) + +Info 1634 [16:12:22.931] ----------------------------------------------- +Info 1634 [16:12:22.931] Open files: +Info 1634 [16:12:22.931] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1634 [16:12:22.931] Projects: /dev/null/inferredProject1* +Info 1634 [16:12:22.931] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1634 [16:12:22.931] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1634 [16:12:22.931] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1634 [16:12:22.931] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1634 [16:12:22.931] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1634 [16:12:22.931] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1634 [16:12:22.931] After ensureProjectForOpenFiles: +Info 1635 [16:12:22.931] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1635 [16:12:22.931] Files (147) + +Info 1635 [16:12:22.931] ----------------------------------------------- +Info 1635 [16:12:22.931] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1635 [16:12:22.931] Files (624) + +Info 1635 [16:12:22.931] ----------------------------------------------- +Info 1635 [16:12:22.931] Project '/dev/null/inferredProject1*' (Inferred) +Info 1635 [16:12:22.931] Files (133) + +Info 1635 [16:12:22.931] ----------------------------------------------- +Info 1635 [16:12:22.931] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1635 [16:12:22.931] Files (179) + +Info 1635 [16:12:22.931] ----------------------------------------------- +Info 1635 [16:12:22.931] Open files: +Info 1635 [16:12:22.931] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1635 [16:12:22.931] Projects: /dev/null/inferredProject1* +Info 1635 [16:12:22.931] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1635 [16:12:22.931] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1635 [16:12:22.931] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1635 [16:12:22.931] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1635 [16:12:22.931] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1635 [16:12:22.931] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1635 [16:12:22.931] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/test/Test.Main.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js +Info 1636 [16:12:25.782] Format host information updated +Info 1637 [16:12:25.782] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1638 [16:12:25.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 19.967410001903772ms +Info 1639 [16:12:25.802] Different program with same set of files +Info 1640 [16:12:26.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1641 [16:12:26.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 8.571724999696016ms +Info 1642 [16:12:26.204] Different program with same set of files +Info 1643 [16:12:26.204] getCompletionData: Get current token: 0.0028260014951229095 +Info 1644 [16:12:26.204] getCompletionData: Is inside comment: 0.010875999927520752 +Info 1645 [16:12:26.204] getCompletionData: Get previous token: 0.015610001981258392 +Info 1646 [16:12:26.204] getCompletionsAtPosition: isCompletionListBlocker: 0.003061000257730484 +Info 1647 [16:12:26.206] getExportInfoMap: cache miss or empty; calculating new results +Info 1648 [16:12:26.231] forEachExternalModuleToImportFrom autoImportProvider: 12.217413999140263 +Info 1649 [16:12:26.231] getExportInfoMap: done in 25.650162000209093 ms +Info 1650 [16:12:26.243] collectAutoImports: resolved 84 module specifiers, plus 12 ambient and 255 from cache +Info 1651 [16:12:26.243] collectAutoImports: response is complete +Info 1652 [16:12:26.243] collectAutoImports: 11.489427000284195 +Info 1653 [16:12:26.243] getCompletionData: Semantic work: 38.92476600036025 +Info 1654 [16:12:26.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.008301999419928 +Info 1655 [16:12:26.259] Format host information updated +Info 1656 [16:12:26.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1657 [16:12:26.294] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 15.693289000540972ms +Info 1658 [16:12:26.294] Different program with same set of files +Info 1659 [16:12:26.294] getCompletionData: Get current token: 0.0035120025277137756 +Info 1660 [16:12:26.294] getCompletionData: Is inside comment: 0.011671002954244614 +Info 1661 [16:12:26.295] getCompletionData: Get previous token: 0.01622600108385086 +Info 1662 [16:12:26.295] getCompletionsAtPosition: isCompletionListBlocker: 0.0033610016107559204 +Info 1663 [16:12:26.296] getExportInfoMap: cache hit +Info 1664 [16:12:26.303] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 167 from cache +Info 1665 [16:12:26.303] collectAutoImports: response is complete +Info 1666 [16:12:26.303] collectAutoImports: 6.283330999314785 +Info 1667 [16:12:26.303] getCompletionData: Semantic work: 8.304374001920223 +Info 1668 [16:12:26.319] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.304480999708176 +Info 1669 [16:12:26.330] Format host information updated +Info 1670 [16:12:26.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1671 [16:12:26.444] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 8.17450800165534ms +Info 1672 [16:12:26.444] Different program with same set of files +Info 1673 [16:12:26.444] getCompletionData: Get current token: 0.003124002367258072 +Info 1674 [16:12:26.444] getCompletionData: Is inside comment: 0.010899998247623444 +Info 1675 [16:12:26.444] getCompletionData: Get previous token: 0.014901001006364822 +Info 1676 [16:12:26.444] getCompletionsAtPosition: isCompletionListBlocker: 0.0031439997255802155 +Info 1677 [16:12:26.445] getExportInfoMap: cache hit +Info 1678 [16:12:26.447] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 12 from cache +Info 1679 [16:12:26.447] collectAutoImports: response is complete +Info 1680 [16:12:26.447] collectAutoImports: 2.1493600010871887 +Info 1681 [16:12:26.447] getCompletionData: Semantic work: 3.5680940002202988 +Info 1682 [16:12:26.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.441289000213146 +Info 1683 [16:12:26.459] Format host information updated +Info 1684 [16:12:26.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1685 [16:12:26.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 14.399554997682571ms +Info 1686 [16:12:26.521] Different program with same set of files +Info 1687 [16:12:26.521] getCompletionData: Get current token: 0.005927000194787979 +Info 1688 [16:12:26.521] getCompletionData: Is inside comment: 0.018325001001358032 +Info 1689 [16:12:26.522] getCompletionData: Get previous token: 0.026131000369787216 +Info 1690 [16:12:26.522] getCompletionsAtPosition: isCompletionListBlocker: 0.004564002156257629 +Info 1691 [16:12:26.524] getExportInfoMap: cache hit +Info 1692 [16:12:26.527] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1693 [16:12:26.527] collectAutoImports: response is complete +Info 1694 [16:12:26.527] collectAutoImports: 3.368275001645088 +Info 1695 [16:12:26.527] getCompletionData: Semantic work: 5.38960399851203 +Info 1696 [16:12:26.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.66669800132513 +Info 1697 [16:12:26.542] Format host information updated +Info 1698 [16:12:26.963] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1699 [16:12:26.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 7.614496000111103ms +Info 1700 [16:12:26.970] Different program with same set of files +Info 1701 [16:12:26.970] getCompletionData: Get current token: 0.0030869990587234497 +Info 1702 [16:12:26.970] getCompletionData: Is inside comment: 0.011122003197669983 +Info 1703 [16:12:26.971] getCompletionData: Get previous token: 0.007604997605085373 +Info 1704 [16:12:26.971] getCompletionsAtPosition: isCompletionListBlocker: 0.005294002592563629 +Info 1705 [16:12:26.971] Returning an empty list because completion was requested in an invalid position. +Info 1706 [16:12:26.971] Format host information updated +Info 1707 [16:12:27.368] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1708 [16:12:27.375] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 7.35359799861908ms +Info 1709 [16:12:27.375] Different program with same set of files +Info 1710 [16:12:27.375] getCompletionData: Get current token: 0.003092002123594284 +Info 1711 [16:12:27.375] getCompletionData: Is inside comment: 0.011567000299692154 +Info 1712 [16:12:27.375] getCompletionData: Get previous token: 0.015326999127864838 +Info 1713 [16:12:27.375] getCompletionsAtPosition: isCompletionListBlocker: 0.002859998494386673 +Info 1714 [16:12:27.377] getExportInfoMap: cache hit +Info 1715 [16:12:27.379] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1716 [16:12:27.379] collectAutoImports: response is complete +Info 1717 [16:12:27.379] collectAutoImports: 2.1053190007805824 +Info 1718 [16:12:27.379] getCompletionData: Semantic work: 3.3388270027935505 +Info 1719 [16:12:27.386] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.666143000125885 +Info 1720 [16:12:27.389] Format host information updated +Info 1721 [16:12:27.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1722 [16:12:27.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 33.091918002814054ms +Info 1723 [16:12:27.520] Different program with same set of files +Info 1724 [16:12:27.520] getCompletionData: Get current token: 0.013529997318983078 +Info 1725 [16:12:27.521] getCompletionData: Is inside comment: 0.04055299982428551 +Info 1726 [16:12:27.521] getCompletionData: Get previous token: 0.02748199924826622 +Info 1727 [16:12:27.521] getCompletionsAtPosition: isCompletionListBlocker: 0.030251000076532364 +Info 1728 [16:12:27.524] getExportInfoMap: cache hit +Info 1729 [16:12:27.582] collectAutoImports: resolved 305 module specifiers, plus 175 ambient and 3581 from cache +Info 1730 [16:12:27.582] collectAutoImports: response is complete +Info 1731 [16:12:27.582] collectAutoImports: 58.00450100004673 +Info 1732 [16:12:27.582] getCompletionData: Semantic work: 61.0719409994781 +Info 1733 [16:12:27.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.700367998331785 +Info 1734 [16:12:27.605] Format host information updated +Info 1735 [16:12:27.717] getCompletionData: Get current token: 0.0036039985716342926 +Info 1736 [16:12:27.717] getCompletionData: Is inside comment: 0.013252001255750656 +Info 1737 [16:12:27.717] getCompletionData: Get previous token: 0.010934002697467804 +Info 1738 [16:12:27.717] getCompletionsAtPosition: isCompletionListBlocker: 0.011840000748634338 +Info 1739 [16:12:27.719] getExportInfoMap: cache hit +Info 1740 [16:12:27.739] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1741 [16:12:27.739] collectAutoImports: response is complete +Info 1742 [16:12:27.739] collectAutoImports: 20.82473500072956 +Info 1743 [16:12:27.739] getCompletionData: Semantic work: 22.127257999032736 +Info 1744 [16:12:27.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.246054999530315 +Info 1745 [16:12:28.061] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1746 [16:12:28.071] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 10.233598999679089ms +Info 1747 [16:12:28.071] Different program with same set of files +Info 1748 [16:12:28.072] getCompletionData: Get current token: 0.0033820010721683502 +Info 1749 [16:12:28.072] getCompletionData: Is inside comment: 0.01202400028705597 +Info 1750 [16:12:28.072] getCompletionData: Get previous token: 0.008365999907255173 +Info 1751 [16:12:28.072] getCompletionsAtPosition: isCompletionListBlocker: 0.003072001039981842 +Info 1752 [16:12:28.072] getCompletionData: Semantic work: 0.01919800043106079 +Info 1753 [16:12:28.072] Format host information updated +Info 1754 [16:12:28.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1755 [16:12:28.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 7.507210999727249ms +Info 1756 [16:12:28.209] Different program with same set of files +Info 1757 [16:12:28.209] getCompletionData: Get current token: 0.003616001456975937 +Info 1758 [16:12:28.209] getCompletionData: Is inside comment: 0.01152300089597702 +Info 1759 [16:12:28.209] getCompletionData: Get previous token: 0.009029000997543335 +Info 1760 [16:12:28.209] getCompletionsAtPosition: isCompletionListBlocker: 0.010965999215841293 +Info 1761 [16:12:28.211] getExportInfoMap: cache hit +Info 1762 [16:12:28.235] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1763 [16:12:28.235] collectAutoImports: response is complete +Info 1764 [16:12:28.235] collectAutoImports: 24.174052000045776 +Info 1765 [16:12:28.235] getCompletionData: Semantic work: 25.650093000382185 +Info 1766 [16:12:28.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.45253299921751 +Info 1767 [16:12:28.259] Format host information updated +Info 1768 [16:12:28.592] getCompletionData: Get current token: 0.004703998565673828 +Info 1769 [16:12:28.592] getCompletionData: Is inside comment: 0.015016000717878342 +Info 1770 [16:12:28.592] getCompletionData: Get previous token: 0.011266998946666718 +Info 1771 [16:12:28.592] getCompletionsAtPosition: isCompletionListBlocker: 0.0036940015852451324 +Info 1772 [16:12:28.594] getExportInfoMap: cache hit +Info 1773 [16:12:28.614] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1774 [16:12:28.614] collectAutoImports: response is complete +Info 1775 [16:12:28.614] collectAutoImports: 20.286307003349066 +Info 1776 [16:12:28.614] getCompletionData: Semantic work: 21.507662001997232 +Info 1777 [16:12:28.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.169826000928879 +Info 1778 [16:12:28.870] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1779 [16:12:28.886] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 15.315591000020504ms +Info 1780 [16:12:28.886] Different program with same set of files +Info 1781 [16:12:28.886] getCompletionData: Get current token: 0.004620000720024109 +Info 1782 [16:12:28.886] getCompletionData: Is inside comment: 0.014410000294446945 +Info 1783 [16:12:28.886] getCompletionData: Get previous token: 0.010147001594305038 +Info 1784 [16:12:28.886] getCompletionsAtPosition: isCompletionListBlocker: 0.009194999933242798 +Info 1785 [16:12:28.888] getExportInfoMap: cache hit +Info 1786 [16:12:28.940] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1787 [16:12:28.940] collectAutoImports: response is complete +Info 1788 [16:12:28.940] collectAutoImports: 51.75614299997687 +Info 1789 [16:12:28.940] getCompletionData: Semantic work: 53.608827002346516 +Info 1790 [16:12:28.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 31.77428599819541 +Info 1791 [16:12:28.989] Format host information updated +Info 1792 [16:12:29.010] getCompletionData: Get current token: 0.004997000098228455 +Info 1793 [16:12:29.010] getCompletionData: Is inside comment: 0.018412001430988312 +Info 1794 [16:12:29.010] getCompletionData: Get previous token: 0.013968002051115036 +Info 1795 [16:12:29.010] getCompletionsAtPosition: isCompletionListBlocker: 0.0027649998664855957 +Info 1796 [16:12:29.011] getCompletionData: Semantic work: 0.15738499909639359 +Info 1797 [16:12:29.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03025899827480316 +Info 1798 [16:12:29.011] Format host information updated +Info 1799 [16:12:29.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1800 [16:12:29.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 9.392398998141289ms +Info 1801 [16:12:29.205] Different program with same set of files +Info 1802 [16:12:29.205] getCompletionData: Get current token: 0.004402998834848404 +Info 1803 [16:12:29.205] getCompletionData: Is inside comment: 0.013316001743078232 +Info 1804 [16:12:29.205] getCompletionData: Get previous token: 0.018226001411676407 +Info 1805 [16:12:29.205] getCompletionsAtPosition: isCompletionListBlocker: 0.003255002200603485 +Info 1806 [16:12:29.205] getCompletionData: Semantic work: 0.09880800172686577 +Info 1807 [16:12:29.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.057335998862981796 +Info 1808 [16:12:29.206] Format host information updated +Info 1809 [16:12:29.269] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1810 [16:12:29.278] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 9.062519997358322ms +Info 1811 [16:12:29.278] Different program with same set of files +Info 1812 [16:12:29.278] getCompletionData: Get current token: 0.007643003016710281 +Info 1813 [16:12:29.278] getCompletionData: Is inside comment: 0.021375000476837158 +Info 1814 [16:12:29.278] getCompletionData: Get previous token: 0.015097998082637787 +Info 1815 [16:12:29.278] getCompletionsAtPosition: isCompletionListBlocker: 0.05518500134348869 +Info 1816 [16:12:29.280] getExportInfoMap: cache hit +Info 1817 [16:12:29.307] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1818 [16:12:29.307] collectAutoImports: response is complete +Info 1819 [16:12:29.307] collectAutoImports: 27.163579996675253 +Info 1820 [16:12:29.307] getCompletionData: Semantic work: 28.868248999118805 +Info 1821 [16:12:29.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.339473001658916 +Info 1822 [16:12:29.331] Format host information updated +Info 1823 [16:12:29.651] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1824 [16:12:29.659] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 7.683384001255035ms +Info 1825 [16:12:29.659] Different program with same set of files +Info 1826 [16:12:29.659] getCompletionData: Get current token: 0.004588998854160309 +Info 1827 [16:12:29.659] getCompletionData: Is inside comment: 0.01385200023651123 +Info 1828 [16:12:29.659] getCompletionData: Get previous token: 0.018670998513698578 +Info 1829 [16:12:29.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0036379992961883545 +Info 1830 [16:12:29.659] getCompletionData: Semantic work: 0.09527900069952011 +Info 1831 [16:12:29.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0618089996278286 +Info 1832 [16:12:29.659] Format host information updated +Info 1833 [16:12:29.916] Format host information updated +Info 1834 [16:12:29.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1835 [16:12:29.923] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 7.046016998589039ms +Info 1836 [16:12:29.923] Different program with same set of files +Info 1837 [16:12:29.928] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1838 [16:12:29.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 7.54441499710083ms +Info 1839 [16:12:29.935] Different program with same set of files +Info 1840 [16:12:29.936] getCompletionData: Get current token: 0.0049549974501132965 +Info 1841 [16:12:29.936] getCompletionData: Is inside comment: 0.03352000191807747 +Info 1842 [16:12:29.936] getCompletionData: Get previous token: 0.011096999049186707 +Info 1843 [16:12:29.936] getCompletionsAtPosition: isCompletionListBlocker: 0.0029499977827072144 +Info 1844 [16:12:29.937] getExportInfoMap: cache hit +Info 1845 [16:12:29.962] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1846 [16:12:29.962] collectAutoImports: response is complete +Info 1847 [16:12:29.962] collectAutoImports: 25.318817000836134 +Info 1848 [16:12:29.962] getCompletionData: Semantic work: 26.525782000273466 +Info 1849 [16:12:29.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.128047998994589 +Info 1850 [16:12:29.986] Format host information updated +Info 1851 [16:12:30.084] Format host information updated +Info 1852 [16:12:30.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1853 [16:12:30.116] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 31.284961000084877ms +Info 1854 [16:12:30.116] Different program with same set of files +Info 1855 [16:12:30.219] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1856 [16:12:30.227] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 7.935750998556614ms +Info 1857 [16:12:30.227] Different program with same set of files +Info 1858 [16:12:30.227] getCompletionData: Get current token: 0.00508500263094902 +Info 1859 [16:12:30.227] getCompletionData: Is inside comment: 0.017194002866744995 +Info 1860 [16:12:30.227] getCompletionData: Get previous token: 0.022109001874923706 +Info 1861 [16:12:30.227] getCompletionsAtPosition: isCompletionListBlocker: 0.0038610026240348816 +Info 1862 [16:12:30.228] getCompletionData: Semantic work: 0.09408799931406975 +Info 1863 [16:12:30.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06337999925017357 +Info 1864 [16:12:30.228] Format host information updated +Info 1865 [16:12:30.404] Format host information updated +Info 1866 [16:12:30.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1867 [16:12:30.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 7.875188998878002ms +Info 1868 [16:12:30.412] Different program with same set of files +Info 1869 [16:12:30.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1870 [16:12:30.554] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 7.944945000112057ms +Info 1871 [16:12:30.555] Different program with same set of files +Info 1872 [16:12:30.555] getCompletionData: Get current token: 0.005538001656532288 +Info 1873 [16:12:30.555] getCompletionData: Is inside comment: 0.01600699871778488 +Info 1874 [16:12:30.555] getCompletionData: Get previous token: 0.024960998445749283 +Info 1875 [16:12:30.558] getCompletionsAtPosition: isCompletionListBlocker: 0.00407799705862999 +Info 1876 [16:12:30.559] getExportInfoMap: cache hit +Info 1877 [16:12:30.565] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 359 from cache +Info 1878 [16:12:30.565] collectAutoImports: response is complete +Info 1879 [16:12:30.565] collectAutoImports: 5.822905998677015 +Info 1880 [16:12:30.565] getCompletionData: Semantic work: 7.39249400049448 +Info 1881 [16:12:30.575] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.756248001009226 +Info 1882 [16:12:30.579] Format host information updated +Info 1883 [16:12:30.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1884 [16:12:30.619] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 10.061587002128363ms +Info 1885 [16:12:30.619] Different program with same set of files +Info 1886 [16:12:30.619] getCompletionData: Get current token: 0.0046689994633197784 +Info 1887 [16:12:30.619] getCompletionData: Is inside comment: 0.014038998633623123 +Info 1888 [16:12:30.619] getCompletionData: Get previous token: 0.020183000713586807 +Info 1889 [16:12:30.619] getCompletionsAtPosition: isCompletionListBlocker: 0.0035139992833137512 +Info 1890 [16:12:30.621] getExportInfoMap: cache hit +Info 1891 [16:12:30.625] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 329 from cache +Info 1892 [16:12:30.625] collectAutoImports: response is complete +Info 1893 [16:12:30.625] collectAutoImports: 4.670818001031876 +Info 1894 [16:12:30.625] getCompletionData: Semantic work: 6.092850998044014 +Info 1895 [16:12:30.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.764754999428988 +Info 1896 [16:12:30.638] Format host information updated +Info 1897 [16:12:30.737] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1898 [16:12:30.748] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 10.547393001616001ms +Info 1899 [16:12:30.748] Different program with same set of files +Info 1900 [16:12:30.748] getCompletionData: Get current token: 0.004815999418497086 +Info 1901 [16:12:30.748] getCompletionData: Is inside comment: 0.015027999877929688 +Info 1902 [16:12:30.748] getCompletionData: Get previous token: 0.021536000072956085 +Info 1903 [16:12:30.748] getCompletionsAtPosition: isCompletionListBlocker: 0.0038169994950294495 +Info 1904 [16:12:30.750] getExportInfoMap: cache hit +Info 1905 [16:12:30.753] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 92 from cache +Info 1906 [16:12:30.753] collectAutoImports: response is complete +Info 1907 [16:12:30.753] collectAutoImports: 3.229561001062393 +Info 1908 [16:12:30.753] getCompletionData: Semantic work: 4.768179997801781 +Info 1909 [16:12:30.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.213039997965097 +Info 1910 [16:12:30.764] Format host information updated +Info 1911 [16:12:30.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1912 [16:12:30.816] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 11.387831002473831ms +Info 1913 [16:12:30.816] Different program with same set of files +Info 1914 [16:12:30.816] getCompletionData: Get current token: 0.005759000778198242 +Info 1915 [16:12:30.816] getCompletionData: Is inside comment: 0.05472699925303459 +Info 1916 [16:12:30.816] getCompletionData: Get previous token: 0.02469700202345848 +Info 1917 [16:12:30.816] getCompletionsAtPosition: isCompletionListBlocker: 0.005059000104665756 +Info 1918 [16:12:30.818] getExportInfoMap: cache hit +Info 1919 [16:12:30.821] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 1920 [16:12:30.821] collectAutoImports: response is complete +Info 1921 [16:12:30.821] collectAutoImports: 2.7695790007710457 +Info 1922 [16:12:30.821] getCompletionData: Semantic work: 4.430325999855995 +Info 1923 [16:12:30.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.277470000088215 +Info 1924 [16:12:30.833] Format host information updated +Info 1925 [16:12:30.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1926 [16:12:30.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 7.599711000919342ms +Info 1927 [16:12:30.875] Different program with same set of files +Info 1928 [16:12:30.876] getCompletionData: Get current token: 0.0050089992582798 +Info 1929 [16:12:30.876] getCompletionData: Is inside comment: 0.01546499878168106 +Info 1930 [16:12:30.876] getCompletionData: Get previous token: 0.1356699988245964 +Info 1931 [16:12:30.876] getCompletionsAtPosition: isCompletionListBlocker: 0.003743000328540802 +Info 1932 [16:12:30.877] getExportInfoMap: cache hit +Info 1933 [16:12:30.883] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 14 from cache +Info 1934 [16:12:30.883] collectAutoImports: response is complete +Info 1935 [16:12:30.883] collectAutoImports: 5.420233000069857 +Info 1936 [16:12:30.883] getCompletionData: Semantic work: 6.925125002861023 +Info 1937 [16:12:30.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.996810000389814 +Info 1938 [16:12:30.894] Format host information updated +Info 1939 [16:12:30.938] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1940 [16:12:30.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 9.404624998569489ms +Info 1941 [16:12:30.947] Different program with same set of files +Info 1942 [16:12:30.948] getCompletionData: Get current token: 0.006200000643730164 +Info 1943 [16:12:30.948] getCompletionData: Is inside comment: 0.01662299782037735 +Info 1944 [16:12:30.948] getCompletionData: Get previous token: 0.02173900231719017 +Info 1945 [16:12:30.948] getCompletionsAtPosition: isCompletionListBlocker: 0.0043580010533332825 +Info 1946 [16:12:30.950] getExportInfoMap: cache hit +Info 1947 [16:12:30.980] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1948 [16:12:30.980] collectAutoImports: response is complete +Info 1949 [16:12:30.980] collectAutoImports: 29.99575900286436 +Info 1950 [16:12:30.980] getCompletionData: Semantic work: 31.74973399937153 +Info 1951 [16:12:30.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.70788099989295 +Info 1952 [16:12:31.004] Format host information updated +Info 1953 [16:12:31.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1954 [16:12:31.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 9.963798001408577ms +Info 1955 [16:12:31.052] Different program with same set of files +Info 1956 [16:12:31.052] getCompletionData: Get current token: 0.005762998014688492 +Info 1957 [16:12:31.052] getCompletionData: Is inside comment: 0.014315001666545868 +Info 1958 [16:12:31.052] getCompletionData: Get previous token: 0.009025000035762787 +Info 1959 [16:12:31.052] getCompletionsAtPosition: isCompletionListBlocker: 0.006469998508691788 +Info 1960 [16:12:31.053] getExportInfoMap: cache hit +Info 1961 [16:12:31.077] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 1962 [16:12:31.077] collectAutoImports: response is complete +Info 1963 [16:12:31.077] collectAutoImports: 23.880451001226902 +Info 1964 [16:12:31.077] getCompletionData: Semantic work: 25.338884998112917 +Info 1965 [16:12:31.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.016536001116037 +Info 1966 [16:12:31.103] Format host information updated +Info 1967 [16:12:31.150] Format host information updated +Info 1968 [16:12:31.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1969 [16:12:31.158] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 7.460834000259638ms +Info 1970 [16:12:31.158] Different program with same set of files +Info 1971 [16:12:31.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1972 [16:12:31.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 7.595626000314951ms +Info 1973 [16:12:31.245] Different program with same set of files +Info 1974 [16:12:31.245] getCompletionData: Get current token: 0.004815999418497086 +Info 1975 [16:12:31.245] getCompletionData: Is inside comment: 0.012726999819278717 +Info 1976 [16:12:31.245] getCompletionData: Get previous token: 0.017322998493909836 +Info 1977 [16:12:31.245] getCompletionsAtPosition: isCompletionListBlocker: 0.005741000175476074 +Info 1978 [16:12:31.245] getCompletionData: Semantic work: 0.09291599690914154 +Info 1979 [16:12:31.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.056755997240543365 +Info 1980 [16:12:31.246] Format host information updated +Info 1981 [16:12:31.644] Format host information updated +Info 1982 [16:12:31.644] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1983 [16:12:31.658] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 13.951812002807856ms +Info 1984 [16:12:31.658] Different program with same set of files +Info 1985 [16:12:31.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1986 [16:12:31.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 7.26154699921608ms +Info 1987 [16:12:31.872] Different program with same set of files +Info 1988 [16:12:31.872] getCompletionData: Get current token: 0.004297997802495956 +Info 1989 [16:12:31.872] getCompletionData: Is inside comment: 0.046400997787714005 +Info 1990 [16:12:31.873] getCompletionData: Get previous token: 0.04178299754858017 +Info 1991 [16:12:31.873] getCompletionsAtPosition: isCompletionListBlocker: 0.003944996744394302 +Info 1992 [16:12:31.875] getExportInfoMap: cache hit +Info 1993 [16:12:31.880] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 157 from cache +Info 1994 [16:12:31.880] collectAutoImports: response is complete +Info 1995 [16:12:31.880] collectAutoImports: 5.386317998170853 +Info 1996 [16:12:31.880] getCompletionData: Semantic work: 7.617384001612663 +Info 1997 [16:12:31.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.31249399855733 +Info 1998 [16:12:31.895] Format host information updated +Info 1999 [16:12:32.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2000 [16:12:32.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 13.701321996748447ms +Info 2001 [16:12:32.065] Different program with same set of files +Info 2002 [16:12:32.066] getCompletionData: Get current token: 0.007411997765302658 +Info 2003 [16:12:32.066] getCompletionData: Is inside comment: 0.020410001277923584 +Info 2004 [16:12:32.066] getCompletionData: Get previous token: 0.029506999999284744 +Info 2005 [16:12:32.066] getCompletionsAtPosition: isCompletionListBlocker: 0.004584997892379761 +Info 2006 [16:12:32.068] getExportInfoMap: cache hit +Info 2007 [16:12:32.104] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 2008 [16:12:32.104] collectAutoImports: response is complete +Info 2009 [16:12:32.104] collectAutoImports: 36.30155099928379 +Info 2010 [16:12:32.104] getCompletionData: Semantic work: 38.60808400064707 +Info 2011 [16:12:32.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.596279002726078 +Info 2012 [16:12:32.128] Format host information updated +Info 2013 [16:12:38.169] Format host information updated +Info 2014 [16:12:38.169] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2015 [16:12:38.176] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 7.197797000408173ms +Info 2016 [16:12:38.176] Different program with same set of files +Info 2017 [16:12:38.413] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2018 [16:12:38.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 9.965960998088121ms +Info 2019 [16:12:38.423] Different program with same set of files +Info 2020 [16:12:38.424] getCompletionData: Get current token: 0.003256000578403473 +Info 2021 [16:12:38.424] getCompletionData: Is inside comment: 0.0010609999299049377 +Info 2022 [16:12:38.424] getCompletionData: Get previous token: 0.01749499887228012 +Info 2023 [16:12:38.424] getCompletionsAtPosition: isCompletionListBlocker: 0.008559998124837875 +Info 2024 [16:12:38.425] getExportInfoMap: cache hit +Info 2025 [16:12:38.428] collectAutoImports: resolved 3 module specifiers, plus 0 ambient and 14 from cache +Info 2026 [16:12:38.428] collectAutoImports: response is complete +Info 2027 [16:12:38.428] collectAutoImports: 2.2964730001986027 +Info 2028 [16:12:38.428] getCompletionData: Semantic work: 4.080049000680447 +Info 2029 [16:12:38.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.647908002138138 +Info 2030 [16:12:38.434] Format host information updated +Info 2031 [16:12:38.597] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2032 [16:12:38.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 7.618836000561714ms +Info 2033 [16:12:38.605] Different program with same set of files +Info 2034 [16:12:38.605] getCompletionData: Get current token: 0.02287600189447403 +Info 2035 [16:12:38.605] getCompletionData: Is inside comment: 0.0014030002057552338 +Info 2036 [16:12:38.605] getCompletionData: Get previous token: 0.018945999443531036 +Info 2037 [16:12:38.605] getCompletionsAtPosition: isCompletionListBlocker: 0.007476001977920532 +Info 2038 [16:12:38.609] getExportInfoMap: cache hit +Info 2039 [16:12:38.616] collectAutoImports: resolved 34 module specifiers, plus 26 ambient and 208 from cache +Info 2040 [16:12:38.616] collectAutoImports: response is complete +Info 2041 [16:12:38.616] collectAutoImports: 7.289103999733925 +Info 2042 [16:12:38.616] getCompletionData: Semantic work: 11.09850900247693 +Info 2043 [16:12:38.621] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.125331997871399 +Info 2044 [16:12:38.623] Format host information updated +Info 2045 [16:12:38.735] Format host information updated +Info 2046 [16:12:38.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2047 [16:12:38.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 7.1520830020308495ms +Info 2048 [16:12:38.742] Different program with same set of files +Info 2049 [16:12:38.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2050 [16:12:38.848] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 26.83220699802041ms +Info 2051 [16:12:38.848] Different program with same set of files +Info 2052 [16:12:38.848] getCompletionData: Get current token: 0.01108499988913536 +Info 2053 [16:12:38.848] getCompletionData: Is inside comment: 0.005846001207828522 +Info 2054 [16:12:38.848] getCompletionData: Get previous token: 0.06795699894428253 +Info 2055 [16:12:38.849] getCompletionsAtPosition: isCompletionListBlocker: 0.02636300027370453 +Info 2056 [16:12:38.852] getExportInfoMap: cache hit +Info 2057 [16:12:38.863] collectAutoImports: resolved 5 module specifiers, plus 16 ambient and 294 from cache +Info 2058 [16:12:38.863] collectAutoImports: response is complete +Info 2059 [16:12:38.863] collectAutoImports: 10.76035499945283 +Info 2060 [16:12:38.863] getCompletionData: Semantic work: 14.340723000466824 +Info 2061 [16:12:38.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.706263996660709 +Info 2062 [16:12:38.873] Format host information updated +Info 2063 [16:12:38.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2064 [16:12:38.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 9.254106998443604ms +Info 2065 [16:12:38.892] Different program with same set of files +Info 2066 [16:12:38.893] getCompletionData: Get current token: 0.0035839974880218506 +Info 2067 [16:12:38.893] getCompletionData: Is inside comment: 0.0012849979102611542 +Info 2068 [16:12:38.893] getCompletionData: Get previous token: 0.017753999680280685 +Info 2069 [16:12:38.893] getCompletionsAtPosition: isCompletionListBlocker: 0.008159998804330826 +Info 2070 [16:12:38.894] getExportInfoMap: cache hit +Info 2071 [16:12:38.898] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 228 from cache +Info 2072 [16:12:38.898] collectAutoImports: response is complete +Info 2073 [16:12:38.898] collectAutoImports: 3.6594870015978813 +Info 2074 [16:12:38.898] getCompletionData: Semantic work: 5.152819000184536 +Info 2075 [16:12:38.903] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.0605109967291355 +Info 2076 [16:12:38.905] Format host information updated +Info 2077 [16:12:38.944] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2078 [16:12:38.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 9.107955999672413ms +Info 2079 [16:12:38.953] Different program with same set of files +Info 2080 [16:12:38.953] getCompletionData: Get current token: 0.004424002021551132 +Info 2081 [16:12:38.953] getCompletionData: Is inside comment: 0.0016399994492530823 +Info 2082 [16:12:38.953] getCompletionData: Get previous token: 0.02314699813723564 +Info 2083 [16:12:38.953] getCompletionsAtPosition: isCompletionListBlocker: 0.012714996933937073 +Info 2084 [16:12:38.957] getExportInfoMap: cache hit +Info 2085 [16:12:38.960] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 27 from cache +Info 2086 [16:12:38.960] collectAutoImports: response is complete +Info 2087 [16:12:38.960] collectAutoImports: 2.981011997908354 +Info 2088 [16:12:38.960] getCompletionData: Semantic work: 6.985201001167297 +Info 2089 [16:12:38.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.7147530019283295 +Info 2090 [16:12:38.968] Format host information updated +Info 2091 [16:12:44.981] Format host information updated +Info 2092 [16:12:44.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2093 [16:12:44.990] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 8.32880000025034ms +Info 2094 [16:12:44.990] Different program with same set of files +Info 2095 [16:12:45.350] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2096 [16:12:45.357] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.780663996934891ms +Info 2097 [16:12:45.357] Different program with same set of files +Info 2098 [16:12:45.357] getCompletionData: Get current token: 0.0030120015144348145 +Info 2099 [16:12:45.357] getCompletionData: Is inside comment: 0.0012779980897903442 +Info 2100 [16:12:45.357] getCompletionData: Get previous token: 0.018679998815059662 +Info 2101 [16:12:45.357] getCompletionsAtPosition: isCompletionListBlocker: 0.0077049992978572845 +Info 2102 [16:12:45.358] getExportInfoMap: cache hit +Info 2103 [16:12:45.385] collectAutoImports: resolved 54 module specifiers, plus 219 ambient and 3065 from cache +Info 2104 [16:12:45.385] collectAutoImports: response is complete +Info 2105 [16:12:45.385] collectAutoImports: 27.196313999593258 +Info 2106 [16:12:45.385] getCompletionData: Semantic work: 28.487057000398636 +Info 2107 [16:12:45.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.545637000352144 +Info 2108 [16:12:45.405] Format host information updated +Info 2109 [16:12:45.526] getCompletionData: Get current token: 0.004683002829551697 +Info 2110 [16:12:45.526] getCompletionData: Is inside comment: 0.0016460008919239044 +Info 2111 [16:12:45.526] getCompletionData: Get previous token: 0.014176003634929657 +Info 2112 [16:12:45.526] getCompletionsAtPosition: isCompletionListBlocker: 0.003589000552892685 +Info 2113 [16:12:45.526] getCompletionData: Semantic work: 0.5311769992113113 +Info 2114 [16:12:45.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08221099898219109 +Info 2115 [16:12:45.729] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2116 [16:12:45.736] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 6.7663500010967255ms +Info 2117 [16:12:45.736] Different program with same set of files +Info 2118 [16:12:45.736] getCompletionData: Get current token: 0.004004001617431641 +Info 2119 [16:12:45.736] getCompletionData: Is inside comment: 0.00102199986577034 +Info 2120 [16:12:45.737] getCompletionData: Get previous token: 0.023713000118732452 +Info 2121 [16:12:45.737] getCompletionsAtPosition: isCompletionListBlocker: 0.0028089992702007294 +Info 2122 [16:12:45.738] getCompletionData: Semantic work: 1.2550649978220463 +Info 2123 [16:12:45.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07064000144600868 +Info 2124 [16:12:45.738] Format host information updated +Info 2125 [16:12:45.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2126 [16:12:45.932] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 7.478848997503519ms +Info 2127 [16:12:45.932] Different program with same set of files +Info 2128 [16:12:45.932] getCompletionData: Get current token: 0.0051629990339279175 +Info 2129 [16:12:45.932] getCompletionData: Is inside comment: 0.0015379972755908966 +Info 2130 [16:12:45.932] getCompletionData: Get previous token: 0.02075900137424469 +Info 2131 [16:12:45.932] getCompletionsAtPosition: isCompletionListBlocker: 0.006116997450590134 +Info 2132 [16:12:45.934] getCompletionData: Semantic work: 1.4445969983935356 +Info 2133 [16:12:45.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0671829991042614 +Info 2134 [16:12:45.934] Format host information updated +Info 2135 [16:12:46.014] Format host information updated +Info 2136 [16:12:46.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2137 [16:12:46.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 7.3229339979588985ms +Info 2138 [16:12:46.021] Different program with same set of files +Info 2139 [16:12:46.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2140 [16:12:46.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 7.208611998707056ms +Info 2141 [16:12:46.133] Different program with same set of files +Info 2142 [16:12:46.134] getCompletionData: Get current token: 0.00450500100851059 +Info 2143 [16:12:46.134] getCompletionData: Is inside comment: 0.0012339986860752106 +Info 2144 [16:12:46.134] getCompletionData: Get previous token: 0.025867998600006104 +Info 2145 [16:12:46.134] getCompletionsAtPosition: isCompletionListBlocker: 0.006002999842166901 +Info 2146 [16:12:46.135] getCompletionData: Semantic work: 1.1877110004425049 +Info 2147 [16:12:46.135] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06183899939060211 +Info 2148 [16:12:46.135] Format host information updated +Info 2149 [16:13:46.094] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2150 [16:13:46.115] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 21.58533800020814ms +Info 2151 [16:13:46.115] Different program with same set of files +Info 2152 [16:13:46.116] getCompletionData: Get current token: 0.005704998970031738 +Info 2153 [16:13:46.116] getCompletionData: Is inside comment: 0.0014519989490509033 +Info 2154 [16:13:46.116] getCompletionData: Get previous token: 0.026481997221708298 +Info 2155 [16:13:46.116] getCompletionsAtPosition: isCompletionListBlocker: 0.010028999298810959 +Info 2156 [16:13:46.119] getExportInfoMap: cache miss or empty; calculating new results +Info 2157 [16:13:46.149] forEachExternalModuleToImportFrom autoImportProvider: 14.090243000537157 +Info 2158 [16:13:46.149] getExportInfoMap: done in 30.61965500190854 ms +Info 2159 [16:13:46.154] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2160 [16:13:46.155] collectAutoImports: response is complete +Info 2161 [16:13:46.155] collectAutoImports: 4.932177003473043 +Info 2162 [16:13:46.155] getCompletionData: Semantic work: 38.70263499766588 +Info 2163 [16:13:46.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.96153500303626 +Info 2164 [16:13:46.166] Format host information updated +Info 2165 [16:13:46.358] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2166 [16:13:46.382] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 23.359245996922255ms +Info 2167 [16:13:46.382] Different program with same set of files +Info 2168 [16:13:46.382] getCompletionData: Get current token: 0.004993997514247894 +Info 2169 [16:13:46.382] getCompletionData: Is inside comment: 0.0016889981925487518 +Info 2170 [16:13:46.382] getCompletionData: Get previous token: 0.026074998080730438 +Info 2171 [16:13:46.382] getCompletionsAtPosition: isCompletionListBlocker: 0.011326000094413757 +Info 2172 [16:13:46.385] getExportInfoMap: cache hit +Info 2173 [16:13:46.388] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2174 [16:13:46.388] collectAutoImports: response is complete +Info 2175 [16:13:46.388] collectAutoImports: 2.8599390015006065 +Info 2176 [16:13:46.388] getCompletionData: Semantic work: 5.604441002011299 +Info 2177 [16:13:46.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.98191500082612 +Info 2178 [16:13:46.400] Format host information updated +Info 2179 [16:13:46.401] Format host information updated +Info 2180 [16:13:46.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2181 [16:13:46.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 18.772451996803284ms +Info 2182 [16:13:46.420] Different program with same set of files +Info 2183 [16:13:46.612] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2184 [16:13:46.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 9.658066999167204ms +Info 2185 [16:13:46.622] Different program with same set of files +Info 2186 [16:13:46.622] getCompletionData: Get current token: 0.004806999117136002 +Info 2187 [16:13:46.622] getCompletionData: Is inside comment: 0.0010779984295368195 +Info 2188 [16:13:46.622] getCompletionData: Get previous token: 0.024559997022151947 +Info 2189 [16:13:46.622] getCompletionsAtPosition: isCompletionListBlocker: 0.008088000118732452 +Info 2190 [16:13:46.624] getExportInfoMap: cache hit +Info 2191 [16:13:46.626] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2192 [16:13:46.626] collectAutoImports: response is complete +Info 2193 [16:13:46.626] collectAutoImports: 1.8512309975922108 +Info 2194 [16:13:46.626] getCompletionData: Semantic work: 3.757343001663685 +Info 2195 [16:13:46.633] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.408664997667074 +Info 2196 [16:13:46.635] Format host information updated +Info 2197 [16:13:46.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2198 [16:13:46.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 9.459817003458738ms +Info 2199 [16:13:46.819] Different program with same set of files +Info 2200 [16:13:46.819] getCompletionData: Get current token: 0.004838000982999802 +Info 2201 [16:13:46.819] getCompletionData: Is inside comment: 0.001502998173236847 +Info 2202 [16:13:46.819] getCompletionData: Get previous token: 0.024752996861934662 +Info 2203 [16:13:46.819] getCompletionsAtPosition: isCompletionListBlocker: 0.007975999265909195 +Info 2204 [16:13:46.820] getExportInfoMap: cache hit +Info 2205 [16:13:46.822] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2206 [16:13:46.822] collectAutoImports: response is complete +Info 2207 [16:13:46.822] collectAutoImports: 1.8411489985883236 +Info 2208 [16:13:46.822] getCompletionData: Semantic work: 3.3205210007727146 +Info 2209 [16:13:46.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.888400997966528 +Info 2210 [16:13:46.830] Format host information updated +Info 2211 [16:13:47.044] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2212 [16:13:47.054] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 9.732390999794006ms +Info 2213 [16:13:47.054] Different program with same set of files +Info 2214 [16:13:47.054] getCompletionData: Get current token: 0.00515500083565712 +Info 2215 [16:13:47.054] getCompletionData: Is inside comment: 0.0012970007956027985 +Info 2216 [16:13:47.054] getCompletionData: Get previous token: 0.02198900282382965 +Info 2217 [16:13:47.054] getCompletionsAtPosition: isCompletionListBlocker: 0.007660001516342163 +Info 2218 [16:13:47.056] getExportInfoMap: cache hit +Info 2219 [16:13:47.057] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2220 [16:13:47.057] collectAutoImports: response is complete +Info 2221 [16:13:47.057] collectAutoImports: 1.673599999397993 +Info 2222 [16:13:47.057] getCompletionData: Semantic work: 3.136261999607086 +Info 2223 [16:13:47.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.262044999748468 +Info 2224 [16:13:47.064] Format host information updated +Info 2225 [16:13:47.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2226 [16:13:47.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 12.871309999376535ms +Info 2227 [16:13:47.250] Different program with same set of files +Info 2228 [16:13:47.250] getCompletionData: Get current token: 0.004705000668764114 +Info 2229 [16:13:47.250] getCompletionData: Is inside comment: 0.0015370026230812073 +Info 2230 [16:13:47.250] getCompletionData: Get previous token: 0.02399500086903572 +Info 2231 [16:13:47.250] getCompletionsAtPosition: isCompletionListBlocker: 0.009639997035264969 +Info 2232 [16:13:47.252] getExportInfoMap: cache hit +Info 2233 [16:13:47.253] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2234 [16:13:47.253] collectAutoImports: response is complete +Info 2235 [16:13:47.253] collectAutoImports: 1.7541419975459576 +Info 2236 [16:13:47.253] getCompletionData: Semantic work: 3.480629000812769 +Info 2237 [16:13:47.258] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.647608999162912 +Info 2238 [16:13:47.260] Format host information updated +Info 2239 [16:13:47.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2240 [16:13:47.431] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 9.03745499998331ms +Info 2241 [16:13:47.431] Different program with same set of files +Info 2242 [16:13:47.431] getCompletionData: Get current token: 0.005196999758481979 +Info 2243 [16:13:47.431] getCompletionData: Is inside comment: 0.0014440007507801056 +Info 2244 [16:13:47.431] getCompletionData: Get previous token: 0.021205998957157135 +Info 2245 [16:13:47.431] getCompletionsAtPosition: isCompletionListBlocker: 0.0029429979622364044 +Info 2246 [16:13:47.433] getCompletionData: Semantic work: 1.52768300101161 +Info 2247 [16:13:47.434] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0482919998466969 +Info 2248 [16:13:47.436] Format host information updated +Info 2249 [16:13:47.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2250 [16:13:47.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 16.651020001620054ms +Info 2251 [16:13:47.623] Different program with same set of files +Info 2252 [16:13:47.624] getCompletionData: Get current token: 0.005449000746011734 +Info 2253 [16:13:47.624] getCompletionData: Is inside comment: 0.0019499994814395905 +Info 2254 [16:13:47.624] getCompletionData: Get previous token: 0.029123999178409576 +Info 2255 [16:13:47.624] getCompletionsAtPosition: isCompletionListBlocker: 0.0038590021431446075 +Info 2256 [16:13:47.625] getCompletionData: Semantic work: 0.7992569990456104 +Info 2257 [16:13:47.625] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9387790001928806 +Info 2258 [16:13:47.626] Format host information updated +Info 2259 [16:13:47.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2260 [16:13:47.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 23.942710999399424ms +Info 2261 [16:13:47.650] Different program with same set of files +Info 2262 [16:13:47.651] getCompletionData: Get current token: 0.05479700118303299 +Info 2263 [16:13:47.651] getCompletionData: Is inside comment: 0.0027180016040802 +Info 2264 [16:13:47.651] getCompletionData: Get previous token: 0.032026998698711395 +Info 2265 [16:13:47.651] getCompletionsAtPosition: isCompletionListBlocker: 0.00400099903345108 +Info 2266 [16:13:47.652] getCompletionData: Semantic work: 0.9672590009868145 +Info 2267 [16:13:47.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7873030006885529 +Info 2268 [16:13:47.653] Format host information updated +Info 2269 [16:13:47.866] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2270 [16:13:47.875] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 8.504310999065638ms +Info 2271 [16:13:47.875] Different program with same set of files +Info 2272 [16:13:47.875] getCompletionData: Get current token: 0.0045280009508132935 +Info 2273 [16:13:47.875] getCompletionData: Is inside comment: 0.0014160014688968658 +Info 2274 [16:13:47.875] getCompletionData: Get previous token: 0.024855997413396835 +Info 2275 [16:13:47.875] getCompletionsAtPosition: isCompletionListBlocker: 0.0029239989817142487 +Info 2276 [16:13:47.876] getCompletionData: Semantic work: 0.45606499910354614 +Info 2277 [16:13:47.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5383279994130135 +Info 2278 [16:13:47.876] Format host information updated +Info 2279 [16:13:48.043] getCompletionData: Get current token: 0.00442500039935112 +Info 2280 [16:13:48.043] getCompletionData: Is inside comment: 0.0012149997055530548 +Info 2281 [16:13:48.043] getCompletionData: Get previous token: 0.024807002395391464 +Info 2282 [16:13:48.043] getCompletionsAtPosition: isCompletionListBlocker: 0.0023300014436244965 +Info 2283 [16:13:48.043] getCompletionData: Semantic work: 0.20250600203871727 +Info 2284 [16:13:48.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21187200024724007 +Info 2285 [16:13:48.043] Format host information updated +Info 2286 [16:13:48.519] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2287 [16:13:48.530] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 10.968972001224756ms +Info 2288 [16:13:48.530] Different program with same set of files +Info 2289 [16:13:48.530] getCompletionData: Get current token: 0.00820000097155571 +Info 2290 [16:13:48.530] getCompletionData: Is inside comment: 0.0019680000841617584 +Info 2291 [16:13:48.530] getCompletionData: Get previous token: 0.02333100140094757 +Info 2292 [16:13:48.530] getCompletionsAtPosition: isCompletionListBlocker: 0.005059000104665756 +Info 2293 [16:13:48.532] getExportInfoMap: cache hit +Info 2294 [16:13:48.590] collectAutoImports: resolved 456 module specifiers, plus 219 ambient and 2645 from cache +Info 2295 [16:13:48.590] collectAutoImports: response is complete +Info 2296 [16:13:48.590] collectAutoImports: 57.81701499968767 +Info 2297 [16:13:48.590] getCompletionData: Semantic work: 60.09945899993181 +Info 2298 [16:13:48.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.927246998995543 +Info 2299 [16:13:48.616] Format host information updated +Info 2300 [16:13:48.833] getCompletionData: Get current token: 0.0036169998347759247 +Info 2301 [16:13:48.833] getCompletionData: Is inside comment: 0.012420997023582458 +Info 2302 [16:13:48.833] getCompletionData: Get previous token: 0.013229001313447952 +Info 2303 [16:13:48.833] getCompletionsAtPosition: isCompletionListBlocker: 0.009762000292539597 +Info 2304 [16:13:48.836] getExportInfoMap: cache hit +Info 2305 [16:13:48.855] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2306 [16:13:48.855] collectAutoImports: response is complete +Info 2307 [16:13:48.855] collectAutoImports: 18.742138002067804 +Info 2308 [16:13:48.855] getCompletionData: Semantic work: 21.234685998409986 +Info 2309 [16:13:48.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.957476999610662 +Info 2310 [16:13:48.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2311 [16:13:48.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 10.981812000274658ms +Info 2312 [16:13:48.917] Different program with same set of files +Info 2313 [16:13:48.917] getCompletionData: Get current token: 0.003654997795820236 +Info 2314 [16:13:48.917] getCompletionData: Is inside comment: 0.011680003255605698 +Info 2315 [16:13:48.917] getCompletionData: Get previous token: 0.009578999131917953 +Info 2316 [16:13:48.917] getCompletionsAtPosition: isCompletionListBlocker: 0.008739002048969269 +Info 2317 [16:13:48.919] getExportInfoMap: cache hit +Info 2318 [16:13:48.941] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2319 [16:13:48.941] collectAutoImports: response is complete +Info 2320 [16:13:48.941] collectAutoImports: 21.474675998091698 +Info 2321 [16:13:48.941] getCompletionData: Semantic work: 23.638971999287605 +Info 2322 [16:13:48.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.635603003203869 +Info 2323 [16:13:48.960] Format host information updated +Info 2324 [16:13:49.138] Format host information updated +Info 2325 [16:13:54.160] Format host information updated +Info 2326 [16:13:54.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2327 [16:13:54.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 8.473372001200914ms +Info 2328 [16:13:54.169] Different program with same set of files +Info 2329 [16:13:54.334] getCompletionData: Get current token: 0.0030489973723888397 +Info 2330 [16:13:54.334] getCompletionData: Is inside comment: 0.00983000174164772 +Info 2331 [16:13:54.334] getCompletionData: Get previous token: 0.008806999772787094 +Info 2332 [16:13:54.334] getCompletionsAtPosition: isCompletionListBlocker: 0.006206002086400986 +Info 2333 [16:13:54.338] getExportInfoMap: cache hit +Info 2334 [16:13:54.358] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2335 [16:13:54.358] collectAutoImports: response is complete +Info 2336 [16:13:54.358] collectAutoImports: 20.456999998539686 +Info 2337 [16:13:54.358] getCompletionData: Semantic work: 24.2390480004251 +Info 2338 [16:13:54.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.030378997325897 +Info 2339 [16:13:54.380] Format host information updated +Info 2340 [16:13:54.539] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2341 [16:13:54.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 18.738336000591516ms +Info 2342 [16:13:54.558] Different program with same set of files +Info 2343 [16:13:54.558] getCompletionData: Get current token: 0.008074000477790833 +Info 2344 [16:13:54.558] getCompletionData: Is inside comment: 0.023280002176761627 +Info 2345 [16:13:54.558] getCompletionData: Get previous token: 0.018097002059221268 +Info 2346 [16:13:54.558] getCompletionsAtPosition: isCompletionListBlocker: 0.017278000712394714 +Info 2347 [16:13:54.562] getExportInfoMap: cache hit +Info 2348 [16:13:54.592] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2349 [16:13:54.592] collectAutoImports: response is complete +Info 2350 [16:13:54.592] collectAutoImports: 30.604942001402378 +Info 2351 [16:13:54.592] getCompletionData: Semantic work: 34.27894100174308 +Info 2352 [16:13:54.603] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.576480001211166 +Info 2353 [16:13:54.613] Format host information updated +Info 2354 [16:13:54.842] Format host information updated +Info 2355 [16:13:55.817] Format host information updated +Info 2356 [16:13:55.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2357 [16:13:55.827] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 10.280329000204802ms +Info 2358 [16:13:55.827] Different program with same set of files +Info 2359 [16:13:55.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2360 [16:13:55.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 11.144627001136541ms +Info 2361 [16:13:55.995] Different program with same set of files +Info 2362 [16:13:55.995] getCompletionData: Get current token: 0.004590000957250595 +Info 2363 [16:13:55.995] getCompletionData: Is inside comment: 0.0012659989297389984 +Info 2364 [16:13:55.995] getCompletionData: Get previous token: 0.026315998286008835 +Info 2365 [16:13:55.996] getCompletionsAtPosition: isCompletionListBlocker: 0.008320000022649765 +Info 2366 [16:13:55.998] getExportInfoMap: cache hit +Info 2367 [16:13:56.001] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 2 from cache +Info 2368 [16:13:56.001] collectAutoImports: response is complete +Info 2369 [16:13:56.001] collectAutoImports: 3.0340050011873245 +Info 2370 [16:13:56.001] getCompletionData: Semantic work: 5.174304999411106 +Info 2371 [16:13:56.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.850561998784542 +Info 2372 [16:13:56.009] Format host information updated +Info 2373 [16:13:56.228] Format host information updated +Info 2374 [16:13:56.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2375 [16:13:56.237] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 9.411581002175808ms +Info 2376 [16:13:56.237] Different program with same set of files +Info 2377 [16:13:56.409] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2378 [16:13:56.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 10.358575999736786ms +Info 2379 [16:13:56.420] Different program with same set of files +Info 2380 [16:13:56.420] getCompletionData: Get current token: 0.00504399836063385 +Info 2381 [16:13:56.420] getCompletionData: Is inside comment: 0.0012280009686946869 +Info 2382 [16:13:56.420] getCompletionData: Get previous token: 0.027105998247861862 +Info 2383 [16:13:56.420] getCompletionsAtPosition: isCompletionListBlocker: 0.008119996637105942 +Info 2384 [16:13:56.421] getExportInfoMap: cache hit +Info 2385 [16:13:56.423] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2386 [16:13:56.423] collectAutoImports: response is complete +Info 2387 [16:13:56.423] collectAutoImports: 1.9601599983870983 +Info 2388 [16:13:56.424] getCompletionData: Semantic work: 3.680486001074314 +Info 2389 [16:13:56.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.137161999940872 +Info 2390 [16:13:56.431] Format host information updated +Info 2391 [16:13:56.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2392 [16:13:56.443] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 9.086150001734495ms +Info 2393 [16:13:56.443] Different program with same set of files +Info 2394 [16:13:56.443] getCompletionData: Get current token: 0.004810001701116562 +Info 2395 [16:13:56.443] getCompletionData: Is inside comment: 0.0013010017573833466 +Info 2396 [16:13:56.443] getCompletionData: Get previous token: 0.027150999754667282 +Info 2397 [16:13:56.443] getCompletionsAtPosition: isCompletionListBlocker: 0.008709996938705444 +Info 2398 [16:13:56.445] getExportInfoMap: cache hit +Info 2399 [16:13:56.447] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2400 [16:13:56.447] collectAutoImports: response is complete +Info 2401 [16:13:56.447] collectAutoImports: 1.8977259993553162 +Info 2402 [16:13:56.447] getCompletionData: Semantic work: 3.7822320014238358 +Info 2403 [16:13:56.453] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.454383000731468 +Info 2404 [16:13:56.456] Format host information updated +Info 2405 [16:13:56.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2406 [16:13:56.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 9.687973998486996ms +Info 2407 [16:13:56.633] Different program with same set of files +Info 2408 [16:13:56.633] getCompletionData: Get current token: 0.004806999117136002 +Info 2409 [16:13:56.633] getCompletionData: Is inside comment: 0.0012149997055530548 +Info 2410 [16:13:56.633] getCompletionData: Get previous token: 0.026808999478816986 +Info 2411 [16:13:56.633] getCompletionsAtPosition: isCompletionListBlocker: 0.01031399890780449 +Info 2412 [16:13:56.635] getExportInfoMap: cache hit +Info 2413 [16:13:56.637] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2414 [16:13:56.637] collectAutoImports: response is complete +Info 2415 [16:13:56.637] collectAutoImports: 1.8239319995045662 +Info 2416 [16:13:56.637] getCompletionData: Semantic work: 3.745126001536846 +Info 2417 [16:13:56.642] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.006936002522707 +Info 2418 [16:13:56.645] Format host information updated +Info 2419 [16:13:56.646] Format host information updated +Info 2420 [16:13:56.646] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2421 [16:13:56.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 9.014591999351978ms +Info 2422 [16:13:56.655] Different program with same set of files +Info 2423 [16:13:56.823] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2424 [16:13:56.834] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 10.783048998564482ms +Info 2425 [16:13:56.834] Different program with same set of files +Info 2426 [16:13:56.834] getCompletionData: Get current token: 0.004165001213550568 +Info 2427 [16:13:56.834] getCompletionData: Is inside comment: 0.0012619979679584503 +Info 2428 [16:13:56.834] getCompletionData: Get previous token: 0.01924099773168564 +Info 2429 [16:13:56.834] getCompletionsAtPosition: isCompletionListBlocker: 0.0014740005135536194 +Info 2430 [16:13:56.834] Returning an empty list because completion was requested in an invalid position. +Info 2431 [16:13:56.835] Format host information updated +Info 2432 [16:13:57.000] Format host information updated +Info 2433 [16:13:57.000] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2434 [16:13:57.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 8.515720002353191ms +Info 2435 [16:13:57.008] Different program with same set of files +Info 2436 [16:13:57.174] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2437 [16:13:57.182] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 7.948388002812862ms +Info 2438 [16:13:57.182] Different program with same set of files +Info 2439 [16:13:57.182] getCompletionData: Get current token: 0.0076669976115226746 +Info 2440 [16:13:57.182] getCompletionData: Is inside comment: 0.0012929998338222504 +Info 2441 [16:13:57.182] getCompletionData: Get previous token: 0.020291000604629517 +Info 2442 [16:13:57.182] getCompletionsAtPosition: isCompletionListBlocker: 0.007389001548290253 +Info 2443 [16:13:57.183] getExportInfoMap: cache hit +Info 2444 [16:13:57.214] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2445 [16:13:57.214] collectAutoImports: response is complete +Info 2446 [16:13:57.214] collectAutoImports: 30.64267599955201 +Info 2447 [16:13:57.214] getCompletionData: Semantic work: 32.00868700072169 +Info 2448 [16:13:57.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.25068699941039 +Info 2449 [16:13:57.238] Format host information updated +Info 2450 [16:13:57.246] Format host information updated +Info 2451 [16:13:57.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2452 [16:13:57.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 9.940872002393007ms +Info 2453 [16:13:57.257] Different program with same set of files +Info 2454 [16:13:57.427] Format host information updated +Info 2455 [16:13:57.555] Format host information updated +Info 2456 [16:13:57.555] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2457 [16:13:57.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 9.6747530028224ms +Info 2458 [16:13:57.565] Different program with same set of files +Info 2459 [16:13:57.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2460 [16:13:57.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 8.957051999866962ms +Info 2461 [16:13:57.925] Different program with same set of files +Info 2462 [16:13:57.925] getCompletionData: Get current token: 0.003824997693300247 +Info 2463 [16:13:57.925] getCompletionData: Is inside comment: 0.01156199723482132 +Info 2464 [16:13:57.925] getCompletionData: Get previous token: 0.021785002201795578 +Info 2465 [16:13:57.925] getCompletionsAtPosition: isCompletionListBlocker: 0.008430000394582748 +Info 2466 [16:13:57.927] getExportInfoMap: cache hit +Info 2467 [16:13:57.939] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 2468 [16:13:57.939] collectAutoImports: response is complete +Info 2469 [16:13:57.939] collectAutoImports: 11.5536739975214 +Info 2470 [16:13:57.939] getCompletionData: Semantic work: 13.73981299996376 +Info 2471 [16:13:57.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.893052998930216 +Info 2472 [16:13:57.948] Format host information updated +Info 2473 [16:13:58.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2474 [16:13:58.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 10.122460000216961ms +Info 2475 [16:13:58.134] Different program with same set of files +Info 2476 [16:13:58.134] getCompletionData: Get current token: 0.0031539984047412872 +Info 2477 [16:13:58.134] getCompletionData: Is inside comment: 0.009888000786304474 +Info 2478 [16:13:58.134] getCompletionData: Get previous token: 0.01780400052666664 +Info 2479 [16:13:58.134] getCompletionsAtPosition: isCompletionListBlocker: 0.008911997079849243 +Info 2480 [16:13:58.136] getExportInfoMap: cache hit +Info 2481 [16:13:58.142] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 630 from cache +Info 2482 [16:13:58.142] collectAutoImports: response is complete +Info 2483 [16:13:58.142] collectAutoImports: 6.588434997946024 +Info 2484 [16:13:58.142] getCompletionData: Semantic work: 8.569510001689196 +Info 2485 [16:13:58.149] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.198336999863386 +Info 2486 [16:13:58.151] Format host information updated +Info 2487 [16:13:58.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2488 [16:13:58.164] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 10.78914599865675ms +Info 2489 [16:13:58.165] Different program with same set of files +Info 2490 [16:13:58.165] getCompletionData: Get current token: 0.003353998064994812 +Info 2491 [16:13:58.165] getCompletionData: Is inside comment: 0.009078998118638992 +Info 2492 [16:13:58.165] getCompletionData: Get previous token: 0.017031997442245483 +Info 2493 [16:13:58.165] getCompletionsAtPosition: isCompletionListBlocker: 0.009375996887683868 +Info 2494 [16:13:58.167] getExportInfoMap: cache hit +Info 2495 [16:13:58.172] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 448 from cache +Info 2496 [16:13:58.172] collectAutoImports: response is complete +Info 2497 [16:13:58.172] collectAutoImports: 5.4505649991333485 +Info 2498 [16:13:58.172] getCompletionData: Semantic work: 7.444593001157045 +Info 2499 [16:13:58.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.248027000576258 +Info 2500 [16:13:58.182] Format host information updated +Info 2501 [16:13:58.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2502 [16:13:58.355] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 10.788394000381231ms +Info 2503 [16:13:58.355] Different program with same set of files +Info 2504 [16:13:58.356] getCompletionData: Get current token: 0.0032879970967769623 +Info 2505 [16:13:58.356] getCompletionData: Is inside comment: 0.009322002530097961 +Info 2506 [16:13:58.356] getCompletionData: Get previous token: 0.0162540003657341 +Info 2507 [16:13:58.356] getCompletionsAtPosition: isCompletionListBlocker: 0.009245999157428741 +Info 2508 [16:13:58.358] getExportInfoMap: cache hit +Info 2509 [16:13:58.362] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 2510 [16:13:58.362] collectAutoImports: response is complete +Info 2511 [16:13:58.362] collectAutoImports: 3.8695819973945618 +Info 2512 [16:13:58.362] getCompletionData: Semantic work: 6.204088002443314 +Info 2513 [16:13:58.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.00713000074029 +Info 2514 [16:13:58.370] Format host information updated +Info 2515 [16:13:58.540] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2516 [16:13:58.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 7.767379999160767ms +Info 2517 [16:13:58.548] Different program with same set of files +Info 2518 [16:13:58.548] getCompletionData: Get current token: 0.0031230002641677856 +Info 2519 [16:13:58.548] getCompletionData: Is inside comment: 0.008708998560905457 +Info 2520 [16:13:58.548] getCompletionData: Get previous token: 0.015133000910282135 +Info 2521 [16:13:58.548] getCompletionsAtPosition: isCompletionListBlocker: 0.0074370019137859344 +Info 2522 [16:13:58.549] getExportInfoMap: cache hit +Info 2523 [16:13:58.552] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 2524 [16:13:58.552] collectAutoImports: response is complete +Info 2525 [16:13:58.552] collectAutoImports: 2.246994998306036 +Info 2526 [16:13:58.552] getCompletionData: Semantic work: 3.9751980006694794 +Info 2527 [16:13:58.556] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.369766000658274 +Info 2528 [16:13:58.558] Format host information updated +Info 2529 [16:13:58.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2530 [16:13:58.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 8.227624997496605ms +Info 2531 [16:13:58.729] Different program with same set of files +Info 2532 [16:13:58.729] getCompletionData: Get current token: 0.0031739994883537292 +Info 2533 [16:13:58.729] getCompletionData: Is inside comment: 0.008710000663995743 +Info 2534 [16:13:58.729] getCompletionData: Get previous token: 0.015682999044656754 +Info 2535 [16:13:58.729] getCompletionsAtPosition: isCompletionListBlocker: 0.008179999887943268 +Info 2536 [16:13:58.731] getExportInfoMap: cache hit +Info 2537 [16:13:58.733] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 2538 [16:13:58.733] collectAutoImports: response is complete +Info 2539 [16:13:58.733] collectAutoImports: 2.4429979994893074 +Info 2540 [16:13:58.733] getCompletionData: Semantic work: 4.425342999398708 +Info 2541 [16:13:58.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.757745999842882 +Info 2542 [16:13:58.740] Format host information updated +Info 2543 [16:13:58.903] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2544 [16:13:58.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 7.7122689969837666ms +Info 2545 [16:13:58.910] Different program with same set of files +Info 2546 [16:13:58.911] getCompletionData: Get current token: 0.004934001713991165 +Info 2547 [16:13:58.911] getCompletionData: Is inside comment: 0.015244998037815094 +Info 2548 [16:13:58.911] getCompletionData: Get previous token: 0.012093998491764069 +Info 2549 [16:13:58.911] getCompletionsAtPosition: isCompletionListBlocker: 0.0027850009500980377 +Info 2550 [16:13:58.912] getCompletionData: Semantic work: 1.466779999434948 +Info 2551 [16:13:58.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.25537100061774254 +Info 2552 [16:13:58.913] Format host information updated +Info 2553 [16:13:59.079] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2554 [16:13:59.089] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 9.418098002672195ms +Info 2555 [16:13:59.089] Different program with same set of files +Info 2556 [16:13:59.089] getCompletionData: Get current token: 0.0029299966990947723 +Info 2557 [16:13:59.089] getCompletionData: Is inside comment: 0.008107997477054596 +Info 2558 [16:13:59.089] getCompletionData: Get previous token: 0.01206900179386139 +Info 2559 [16:13:59.089] getCompletionsAtPosition: isCompletionListBlocker: 0.0025050006806850433 +Info 2560 [16:13:59.090] getCompletionData: Semantic work: 0.9744630008935928 +Info 2561 [16:13:59.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4001699984073639 +Info 2562 [16:13:59.091] Format host information updated +Info 2563 [16:13:59.349] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2564 [16:13:59.358] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 8.684432998299599ms +Info 2565 [16:13:59.358] Different program with same set of files +Info 2566 [16:13:59.358] getCompletionData: Get current token: 0.0031369999051094055 +Info 2567 [16:13:59.358] getCompletionData: Is inside comment: 0.009094998240470886 +Info 2568 [16:13:59.358] getCompletionData: Get previous token: 0.013270001858472824 +Info 2569 [16:13:59.358] getCompletionsAtPosition: isCompletionListBlocker: 0.002945002168416977 +Info 2570 [16:13:59.359] getCompletionData: Semantic work: 1.0210030004382133 +Info 2571 [16:13:59.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4193039983510971 +Info 2572 [16:13:59.360] Format host information updated +Info 2573 [16:13:59.527] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2574 [16:13:59.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 9.151866000145674ms +Info 2575 [16:13:59.537] Different program with same set of files +Info 2576 [16:13:59.537] getCompletionData: Get current token: 0.0029329992830753326 +Info 2577 [16:13:59.537] getCompletionData: Is inside comment: 0.008016999810934067 +Info 2578 [16:13:59.537] getCompletionData: Get previous token: 0.012316998094320297 +Info 2579 [16:13:59.537] getCompletionsAtPosition: isCompletionListBlocker: 0.0023400001227855682 +Info 2580 [16:13:59.538] getCompletionData: Semantic work: 0.9304640032351017 +Info 2581 [16:13:59.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3233870007097721 +Info 2582 [16:13:59.538] Format host information updated +Info 2583 [16:13:59.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2584 [16:13:59.716] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 8.27538700029254ms +Info 2585 [16:13:59.716] Different program with same set of files +Info 2586 [16:13:59.716] getCompletionData: Get current token: 0.0034400001168251038 +Info 2587 [16:13:59.716] getCompletionData: Is inside comment: 0.009897001087665558 +Info 2588 [16:13:59.716] getCompletionData: Get previous token: 0.007249999791383743 +Info 2589 [16:13:59.716] getCompletionsAtPosition: isCompletionListBlocker: 0.0034639984369277954 +Info 2590 [16:13:59.717] getExportInfoMap: cache hit +Info 2591 [16:13:59.741] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2592 [16:13:59.741] collectAutoImports: response is complete +Info 2593 [16:13:59.741] collectAutoImports: 23.326487001031637 +Info 2594 [16:13:59.741] getCompletionData: Semantic work: 24.68070499971509 +Info 2595 [16:13:59.753] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.695710998028517 +Info 2596 [16:13:59.760] Format host information updated +Info 2597 [16:13:59.930] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2598 [16:13:59.938] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 8.58067600056529ms +Info 2599 [16:13:59.938] Different program with same set of files +Info 2600 [16:13:59.939] getCompletionData: Get current token: 0.003017999231815338 +Info 2601 [16:13:59.939] getCompletionData: Is inside comment: 0.008942998945713043 +Info 2602 [16:13:59.939] getCompletionData: Get previous token: 0.012918997555971146 +Info 2603 [16:13:59.939] getCompletionsAtPosition: isCompletionListBlocker: 0.0036109983921051025 +Info 2604 [16:13:59.942] getExportInfoMap: cache hit +Info 2605 [16:13:59.946] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 242 from cache +Info 2606 [16:13:59.946] collectAutoImports: response is complete +Info 2607 [16:13:59.946] collectAutoImports: 4.283574000000954 +Info 2608 [16:13:59.946] getCompletionData: Semantic work: 7.2626749984920025 +Info 2609 [16:13:59.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.566098000854254 +Info 2610 [16:13:59.956] Format host information updated +Info 2611 [16:14:00.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2612 [16:14:00.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 7.9271860010921955ms +Info 2613 [16:14:00.133] Different program with same set of files +Info 2614 [16:14:00.133] getCompletionData: Get current token: 0.003047998994588852 +Info 2615 [16:14:00.133] getCompletionData: Is inside comment: 0.00936099886894226 +Info 2616 [16:14:00.134] getCompletionData: Get previous token: 0.0068419985473155975 +Info 2617 [16:14:00.134] getCompletionsAtPosition: isCompletionListBlocker: 0.007247999310493469 +Info 2618 [16:14:00.137] getExportInfoMap: cache hit +Info 2619 [16:14:00.157] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2620 [16:14:00.157] collectAutoImports: response is complete +Info 2621 [16:14:00.157] collectAutoImports: 20.464634001255035 +Info 2622 [16:14:00.157] getCompletionData: Semantic work: 23.721994001418352 +Info 2623 [16:14:00.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.115435998886824 +Info 2624 [16:14:00.174] Format host information updated +Info 2625 [16:14:00.383] Format host information updated +Info 2626 [16:14:00.383] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2627 [16:14:00.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 7.891355998814106ms +Info 2628 [16:14:00.391] Different program with same set of files +Info 2629 [16:14:00.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2630 [16:14:00.573] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 10.26155100017786ms +Info 2631 [16:14:00.573] Different program with same set of files +Info 2632 [16:14:00.573] getCompletionData: Get current token: 0.0026270002126693726 +Info 2633 [16:14:00.573] getCompletionData: Is inside comment: 0.008014999330043793 +Info 2634 [16:14:00.573] getCompletionData: Get previous token: 0.031210999935865402 +Info 2635 [16:14:00.573] getCompletionsAtPosition: isCompletionListBlocker: 0.008751001209020615 +Info 2636 [16:14:00.576] getExportInfoMap: cache hit +Info 2637 [16:14:00.583] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 283 from cache +Info 2638 [16:14:00.583] collectAutoImports: response is complete +Info 2639 [16:14:00.583] collectAutoImports: 7.728946000337601 +Info 2640 [16:14:00.583] getCompletionData: Semantic work: 9.818842001259327 +Info 2641 [16:14:00.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.364264998584986 +Info 2642 [16:14:00.593] Format host information updated +Info 2643 [16:14:00.767] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2644 [16:14:00.777] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 9.988781001418829ms +Info 2645 [16:14:00.777] Different program with same set of files +Info 2646 [16:14:00.777] getCompletionData: Get current token: 0.0031029991805553436 +Info 2647 [16:14:00.777] getCompletionData: Is inside comment: 0.009206000715494156 +Info 2648 [16:14:00.777] getCompletionData: Get previous token: 0.014276999980211258 +Info 2649 [16:14:00.777] getCompletionsAtPosition: isCompletionListBlocker: 0.00917300209403038 +Info 2650 [16:14:00.779] getExportInfoMap: cache hit +Info 2651 [16:14:00.784] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 273 from cache +Info 2652 [16:14:00.784] collectAutoImports: response is complete +Info 2653 [16:14:00.784] collectAutoImports: 5.013468999415636 +Info 2654 [16:14:00.784] getCompletionData: Semantic work: 6.847020998597145 +Info 2655 [16:14:00.789] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.02147900313139 +Info 2656 [16:14:00.791] Format host information updated +Info 2657 [16:14:00.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2658 [16:14:00.802] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 7.842631001025438ms +Info 2659 [16:14:00.802] Different program with same set of files +Info 2660 [16:14:00.802] getCompletionData: Get current token: 0.0029589980840682983 +Info 2661 [16:14:00.802] getCompletionData: Is inside comment: 0.008327998220920563 +Info 2662 [16:14:00.802] getCompletionData: Get previous token: 0.014042001217603683 +Info 2663 [16:14:00.802] getCompletionsAtPosition: isCompletionListBlocker: 0.007325999438762665 +Info 2664 [16:14:00.806] getExportInfoMap: cache hit +Info 2665 [16:14:00.810] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 193 from cache +Info 2666 [16:14:00.810] collectAutoImports: response is complete +Info 2667 [16:14:00.810] collectAutoImports: 4.479076996445656 +Info 2668 [16:14:00.810] getCompletionData: Semantic work: 8.554866001009941 +Info 2669 [16:14:00.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.899720001965761 +Info 2670 [16:14:00.819] Format host information updated +Info 2671 [16:14:00.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2672 [16:14:01.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 10.125982999801636ms +Info 2673 [16:14:01.000] Different program with same set of files +Info 2674 [16:14:01.001] getCompletionData: Get current token: 0.0030830018222332 +Info 2675 [16:14:01.001] getCompletionData: Is inside comment: 0.00875299796462059 +Info 2676 [16:14:01.001] getCompletionData: Get previous token: 0.014010999351739883 +Info 2677 [16:14:01.001] getCompletionsAtPosition: isCompletionListBlocker: 0.009332999587059021 +Info 2678 [16:14:01.002] getExportInfoMap: cache hit +Info 2679 [16:14:01.004] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 14 from cache +Info 2680 [16:14:01.004] collectAutoImports: response is complete +Info 2681 [16:14:01.004] collectAutoImports: 1.9941390007734299 +Info 2682 [16:14:01.004] getCompletionData: Semantic work: 3.837854001671076 +Info 2683 [16:14:01.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.386307999491692 +Info 2684 [16:14:01.010] Format host information updated +Info 2685 [16:14:01.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2686 [16:14:01.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 10.103590998798609ms +Info 2687 [16:14:01.022] Different program with same set of files +Info 2688 [16:14:01.022] getCompletionData: Get current token: 0.0031690001487731934 +Info 2689 [16:14:01.022] getCompletionData: Is inside comment: 0.008258998394012451 +Info 2690 [16:14:01.022] getCompletionData: Get previous token: 0.013737998902797699 +Info 2691 [16:14:01.022] getCompletionsAtPosition: isCompletionListBlocker: 0.026429999619722366 +Info 2692 [16:14:01.024] getExportInfoMap: cache hit +Info 2693 [16:14:01.026] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 14 from cache +Info 2694 [16:14:01.026] collectAutoImports: response is complete +Info 2695 [16:14:01.026] collectAutoImports: 2.056649997830391 +Info 2696 [16:14:01.026] getCompletionData: Semantic work: 3.851665999740362 +Info 2697 [16:14:01.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6162929981946945 +Info 2698 [16:14:01.035] Format host information updated +Info 2699 [16:14:01.199] Format host information updated +Info 2700 [16:14:01.199] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2701 [16:14:01.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 7.845125000923872ms +Info 2702 [16:14:01.207] Different program with same set of files +Info 2703 [16:14:01.207] getCompletionData: Get current token: 0.0029229968786239624 +Info 2704 [16:14:01.207] getCompletionData: Is inside comment: 0.00851299986243248 +Info 2705 [16:14:01.207] getCompletionData: Get previous token: 0.012628000229597092 +Info 2706 [16:14:01.207] getCompletionsAtPosition: isCompletionListBlocker: 0.006524000316858292 +Info 2707 [16:14:01.209] getExportInfoMap: cache hit +Info 2708 [16:14:01.213] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 242 from cache +Info 2709 [16:14:01.213] collectAutoImports: response is complete +Info 2710 [16:14:01.213] collectAutoImports: 4.282938998192549 +Info 2711 [16:14:01.213] getCompletionData: Semantic work: 5.7303889989852905 +Info 2712 [16:14:01.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.757936999201775 +Info 2713 [16:14:01.222] Format host information updated +Info 2714 [16:14:15.329] getCompletionData: Get current token: 0.005006998777389526 +Info 2715 [16:14:15.329] getCompletionData: Is inside comment: 0.0015439987182617188 +Info 2716 [16:14:15.329] getCompletionData: Get previous token: 0.01651500165462494 +Info 2717 [16:14:15.329] getCompletionsAtPosition: isCompletionListBlocker: 0.004273999482393265 +Info 2718 [16:14:15.331] getExportInfoMap: cache hit +Info 2719 [16:14:15.362] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2720 [16:14:15.362] collectAutoImports: response is complete +Info 2721 [16:14:15.362] collectAutoImports: 31.227295998483896 +Info 2722 [16:14:15.362] getCompletionData: Semantic work: 33.36811200156808 +Info 2723 [16:14:15.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.136539999395609 +Info 2724 [16:14:15.557] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2725 [16:14:15.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 17.998523000627756ms +Info 2726 [16:14:15.575] Different program with same set of files +Info 2727 [16:14:15.575] getCompletionData: Get current token: 0.003548000007867813 +Info 2728 [16:14:15.576] getCompletionData: Is inside comment: 0.0011090002954006195 +Info 2729 [16:14:15.576] getCompletionData: Get previous token: 0.021078001707792282 +Info 2730 [16:14:15.576] getCompletionsAtPosition: isCompletionListBlocker: 0.0034409984946250916 +Info 2731 [16:14:15.577] getExportInfoMap: cache hit +Info 2732 [16:14:15.579] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 48 from cache +Info 2733 [16:14:15.579] collectAutoImports: response is complete +Info 2734 [16:14:15.579] collectAutoImports: 2.2185069993138313 +Info 2735 [16:14:15.580] getCompletionData: Semantic work: 3.947342999279499 +Info 2736 [16:14:15.588] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.701905000954866 +Info 2737 [16:14:15.589] Format host information updated +Info 2738 [16:14:15.786] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2739 [16:14:15.796] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 10.431429002434015ms +Info 2740 [16:14:15.796] Different program with same set of files +Info 2741 [16:14:15.797] getCompletionData: Get current token: 0.004301000386476517 +Info 2742 [16:14:15.797] getCompletionData: Is inside comment: 0.0012429989874362946 +Info 2743 [16:14:15.797] getCompletionData: Get previous token: 0.02307400107383728 +Info 2744 [16:14:15.797] getCompletionsAtPosition: isCompletionListBlocker: 0.004055999219417572 +Info 2745 [16:14:15.799] getExportInfoMap: cache hit +Info 2746 [16:14:15.801] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 48 from cache +Info 2747 [16:14:15.801] collectAutoImports: response is complete +Info 2748 [16:14:15.801] collectAutoImports: 2.256922997534275 +Info 2749 [16:14:15.801] getCompletionData: Semantic work: 4.33508500084281 +Info 2750 [16:14:15.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.469546999782324 +Info 2751 [16:14:15.809] Format host information updated +Info 2752 [16:14:15.812] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2753 [16:14:15.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 12.186036001890898ms +Info 2754 [16:14:15.824] Different program with same set of files +Info 2755 [16:14:15.825] getCompletionData: Get current token: 0.0038309991359710693 +Info 2756 [16:14:15.825] getCompletionData: Is inside comment: 0.0012630000710487366 +Info 2757 [16:14:15.825] getCompletionData: Get previous token: 0.021102000027894974 +Info 2758 [16:14:15.825] getCompletionsAtPosition: isCompletionListBlocker: 0.003998998552560806 +Info 2759 [16:14:15.826] getExportInfoMap: cache hit +Info 2760 [16:14:15.828] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 2761 [16:14:15.828] collectAutoImports: response is complete +Info 2762 [16:14:15.828] collectAutoImports: 1.9578500017523766 +Info 2763 [16:14:15.828] getCompletionData: Semantic work: 3.5015569999814034 +Info 2764 [16:14:15.833] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.582777999341488 +Info 2765 [16:14:15.835] Format host information updated +Info 2766 [16:14:16.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2767 [16:14:16.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 23.737292002886534ms +Info 2768 [16:14:16.093] Different program with same set of files +Info 2769 [16:14:16.093] getCompletionData: Get current token: 0.0035699978470802307 +Info 2770 [16:14:16.093] getCompletionData: Is inside comment: 0.0012830011546611786 +Info 2771 [16:14:16.093] getCompletionData: Get previous token: 0.02124899998307228 +Info 2772 [16:14:16.093] getCompletionsAtPosition: isCompletionListBlocker: 0.0035020001232624054 +Info 2773 [16:14:16.095] getExportInfoMap: cache hit +Info 2774 [16:14:16.098] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2775 [16:14:16.098] collectAutoImports: response is complete +Info 2776 [16:14:16.098] collectAutoImports: 3.063758000731468 +Info 2777 [16:14:16.098] getCompletionData: Semantic work: 5.279608000069857 +Info 2778 [16:14:16.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.85445199906826 +Info 2779 [16:14:16.107] Format host information updated +Info 2780 [16:14:16.108] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2781 [16:14:16.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 11.424614999443293ms +Info 2782 [16:14:16.120] Different program with same set of files +Info 2783 [16:14:16.120] getCompletionData: Get current token: 0.0051099993288517 +Info 2784 [16:14:16.120] getCompletionData: Is inside comment: 0.001395002007484436 +Info 2785 [16:14:16.120] getCompletionData: Get previous token: 0.02012600004673004 +Info 2786 [16:14:16.120] getCompletionsAtPosition: isCompletionListBlocker: 0.0038630031049251556 +Info 2787 [16:14:16.121] getCompletionData: Semantic work: 0.5615010000765324 +Info 2788 [16:14:16.121] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3126549981534481 +Info 2789 [16:14:16.121] Format host information updated +Info 2790 [16:14:16.316] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2791 [16:14:16.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 11.84425999969244ms +Info 2792 [16:14:16.328] Different program with same set of files +Info 2793 [16:14:16.328] getCompletionData: Get current token: 0.006099000573158264 +Info 2794 [16:14:16.328] getCompletionData: Is inside comment: 0.001878000795841217 +Info 2795 [16:14:16.328] getCompletionData: Get previous token: 0.040421999990940094 +Info 2796 [16:14:16.328] getCompletionsAtPosition: isCompletionListBlocker: 0.03375500068068504 +Info 2797 [16:14:16.329] getCompletionData: Semantic work: 0.7069320008158684 +Info 2798 [16:14:16.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.34748699888587 +Info 2799 [16:14:16.329] Format host information updated +Info 2800 [16:14:16.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2801 [16:14:16.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 8.739075001329184ms +Info 2802 [16:14:16.338] Different program with same set of files +Info 2803 [16:14:16.339] getCompletionData: Get current token: 0.00407399982213974 +Info 2804 [16:14:16.339] getCompletionData: Is inside comment: 0.0012039989233016968 +Info 2805 [16:14:16.339] getCompletionData: Get previous token: 0.022241998463869095 +Info 2806 [16:14:16.339] getCompletionsAtPosition: isCompletionListBlocker: 0.002696998417377472 +Info 2807 [16:14:16.339] getCompletionData: Semantic work: 0.4239710010588169 +Info 2808 [16:14:16.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2491389997303486 +Info 2809 [16:14:16.340] Format host information updated +Info 2810 [16:14:16.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2811 [16:14:16.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 8.704982999712229ms +Info 2812 [16:14:16.527] Different program with same set of files +Info 2813 [16:14:16.527] getCompletionData: Get current token: 0.00374000146985054 +Info 2814 [16:14:16.527] getCompletionData: Is inside comment: 0.001323997974395752 +Info 2815 [16:14:16.527] getCompletionData: Get previous token: 0.022439997643232346 +Info 2816 [16:14:16.527] getCompletionsAtPosition: isCompletionListBlocker: 0.003031998872756958 +Info 2817 [16:14:16.527] getCompletionData: Semantic work: 0.39151300117373466 +Info 2818 [16:14:16.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2474600002169609 +Info 2819 [16:14:16.528] Format host information updated +Info 2820 [16:14:16.528] Format host information updated +Info 2821 [16:14:16.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2822 [16:14:16.537] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 8.501070000231266ms +Info 2823 [16:14:16.537] Different program with same set of files +Info 2824 [16:14:16.537] getCompletionData: Get current token: 0.004211999475955963 +Info 2825 [16:14:16.537] getCompletionData: Is inside comment: 0.0013489983975887299 +Info 2826 [16:14:16.537] getCompletionData: Get previous token: 0.022769998759031296 +Info 2827 [16:14:16.537] getCompletionsAtPosition: isCompletionListBlocker: 0.0027539990842342377 +Info 2828 [16:14:16.538] getCompletionData: Semantic work: 0.386353000998497 +Info 2829 [16:14:16.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22267799824476242 +Info 2830 [16:14:16.541] Format host information updated +Info 2831 [16:14:16.713] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2832 [16:14:16.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 8.19853499904275ms +Info 2833 [16:14:16.721] Different program with same set of files +Info 2834 [16:14:16.721] getCompletionData: Get current token: 0.003953002393245697 +Info 2835 [16:14:16.721] getCompletionData: Is inside comment: 0.0011610016226768494 +Info 2836 [16:14:16.721] getCompletionData: Get previous token: 0.022572997957468033 +Info 2837 [16:14:16.721] getCompletionsAtPosition: isCompletionListBlocker: 0.002560000866651535 +Info 2838 [16:14:16.722] getCompletionData: Semantic work: 0.46864500269293785 +Info 2839 [16:14:16.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23511699959635735 +Info 2840 [16:14:16.723] Format host information updated +Info 2841 [16:14:16.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2842 [16:14:16.735] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 11.581989999860525ms +Info 2843 [16:14:16.735] Different program with same set of files +Info 2844 [16:14:16.735] getCompletionData: Get current token: 0.004082001745700836 +Info 2845 [16:14:16.735] getCompletionData: Is inside comment: 0.0014409981667995453 +Info 2846 [16:14:16.735] getCompletionData: Get previous token: 0.02225799858570099 +Info 2847 [16:14:16.735] getCompletionsAtPosition: isCompletionListBlocker: 0.002657998353242874 +Info 2848 [16:14:16.735] getCompletionData: Semantic work: 0.5469779968261719 +Info 2849 [16:14:16.736] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2946160025894642 +Info 2850 [16:14:16.736] Format host information updated +Info 2851 [16:14:16.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2852 [16:14:16.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 10.028599999845028ms +Info 2853 [16:14:16.909] Different program with same set of files +Info 2854 [16:14:16.910] getCompletionData: Get current token: 0.003781002014875412 +Info 2855 [16:14:16.910] getCompletionData: Is inside comment: 0.0011950023472309113 +Info 2856 [16:14:16.910] getCompletionData: Get previous token: 0.02255699783563614 +Info 2857 [16:14:16.910] getCompletionsAtPosition: isCompletionListBlocker: 0.002703998237848282 +Info 2858 [16:14:16.910] getCompletionData: Semantic work: 0.39447300136089325 +Info 2859 [16:14:16.910] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23572999984025955 +Info 2860 [16:14:16.911] Format host information updated +Info 2861 [16:14:16.911] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2862 [16:14:16.919] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 7.923647001385689ms +Info 2863 [16:14:16.919] Different program with same set of files +Info 2864 [16:14:16.919] getCompletionData: Get current token: 0.004145000129938126 +Info 2865 [16:14:16.919] getCompletionData: Is inside comment: 0.0011299997568130493 +Info 2866 [16:14:16.919] getCompletionData: Get previous token: 0.02196900174021721 +Info 2867 [16:14:16.919] getCompletionsAtPosition: isCompletionListBlocker: 0.0025880001485347748 +Info 2868 [16:14:16.919] getCompletionData: Semantic work: 0.3497380018234253 +Info 2869 [16:14:16.920] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21066899970173836 +Info 2870 [16:14:16.920] Format host information updated +Info 2871 [16:14:17.092] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2872 [16:14:17.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 15.766931001096964ms +Info 2873 [16:14:17.108] Different program with same set of files +Info 2874 [16:14:17.108] getCompletionData: Get current token: 0.03266400098800659 +Info 2875 [16:14:17.108] getCompletionData: Is inside comment: 0.0015549995005130768 +Info 2876 [16:14:17.108] getCompletionData: Get previous token: 0.03850200027227402 +Info 2877 [16:14:17.108] getCompletionsAtPosition: isCompletionListBlocker: 0.003920000046491623 +Info 2878 [16:14:17.110] getExportInfoMap: cache hit +Info 2879 [16:14:17.160] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2880 [16:14:17.160] collectAutoImports: response is complete +Info 2881 [16:14:17.160] collectAutoImports: 49.155268996953964 +Info 2882 [16:14:17.160] getCompletionData: Semantic work: 51.23716500028968 +Info 2883 [16:14:17.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 22.144763000309467 +Info 2884 [16:14:17.203] Format host information updated +Info 2885 [16:14:17.392] Format host information updated +Info 2886 [16:14:17.629] getCompletionData: Get current token: 0.004434000700712204 +Info 2887 [16:14:17.629] getCompletionData: Is inside comment: 0.0016180016100406647 +Info 2888 [16:14:17.629] getCompletionData: Get previous token: 0.02354399859905243 +Info 2889 [16:14:17.629] getCompletionsAtPosition: isCompletionListBlocker: 0.004338998347520828 +Info 2890 [16:14:17.631] getExportInfoMap: cache hit +Info 2891 [16:14:17.635] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 242 from cache +Info 2892 [16:14:17.635] collectAutoImports: response is complete +Info 2893 [16:14:17.635] collectAutoImports: 3.958677001297474 +Info 2894 [16:14:17.635] getCompletionData: Semantic work: 5.853718999773264 +Info 2895 [16:14:17.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.737878002226353 +Info 2896 [16:14:17.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2897 [16:14:17.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 10.559886999428272ms +Info 2898 [16:14:17.837] Different program with same set of files +Info 2899 [16:14:17.838] getCompletionData: Get current token: 0.004687998443841934 +Info 2900 [16:14:17.838] getCompletionData: Is inside comment: 0.0015060007572174072 +Info 2901 [16:14:17.838] getCompletionData: Get previous token: 0.02088000252842903 +Info 2902 [16:14:17.838] getCompletionsAtPosition: isCompletionListBlocker: 0.00785600021481514 +Info 2903 [16:14:17.839] getExportInfoMap: cache hit +Info 2904 [16:14:17.864] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 2905 [16:14:17.864] collectAutoImports: response is complete +Info 2906 [16:14:17.865] collectAutoImports: 25.176516998559237 +Info 2907 [16:14:17.865] getCompletionData: Semantic work: 26.88554299995303 +Info 2908 [16:14:17.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.774566002190113 +Info 2909 [16:14:17.885] Format host information updated +Info 2910 [16:14:18.059] Format host information updated +Info 2911 [16:14:29.820] Format host information updated +Info 2912 [16:14:29.820] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2913 [16:14:29.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 9.577599998563528ms +Info 2914 [16:14:29.830] Different program with same set of files +Info 2915 [16:14:30.073] Format host information updated +Info 2916 [16:14:30.074] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2917 [16:14:30.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 10.218651000410318ms +Info 2918 [16:14:30.084] Different program with same set of files +Info 2919 [16:14:30.252] Format host information updated +Info 2920 [16:14:30.253] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2921 [16:14:30.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 16.87586300075054ms +Info 2922 [16:14:30.270] Different program with same set of files +Info 2923 [16:14:30.492] Format host information updated +Info 2924 [16:14:30.492] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2925 [16:14:30.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 8.237780001014471ms +Info 2926 [16:14:30.500] Different program with same set of files +Info 2927 [16:14:30.741] Format host information updated +Info 2928 [16:14:30.741] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2929 [16:14:30.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 10.420044001191854ms +Info 2930 [16:14:30.752] Different program with same set of files +Info 2931 [16:14:30.914] Format host information updated +Info 2932 [16:14:30.914] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2933 [16:14:30.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 8.458743996918201ms +Info 2934 [16:14:30.922] Different program with same set of files +Info 2935 [16:14:31.199] Format host information updated +Info 2936 [16:14:31.199] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2937 [16:14:31.209] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 9.384660001844168ms +Info 2938 [16:14:31.209] Different program with same set of files +Info 2939 [16:14:31.464] Format host information updated +Info 2940 [16:14:31.464] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2941 [16:14:31.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 8.762272000312805ms +Info 2942 [16:14:31.473] Different program with same set of files +Info 2943 [16:14:31.750] Format host information updated +Info 2944 [16:14:31.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2945 [16:14:31.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 9.800116997212172ms +Info 2946 [16:14:31.760] Different program with same set of files +Info 2947 [16:14:31.964] Format host information updated +Info 2948 [16:14:31.964] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2949 [16:14:31.974] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 10.401062998920679ms +Info 2950 [16:14:31.974] Different program with same set of files +Info 2951 [16:14:32.809] Format host information updated +Info 2952 [16:14:32.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2953 [16:14:32.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 9.51214499771595ms +Info 2954 [16:14:32.818] Different program with same set of files +Info 2955 [16:14:33.045] Format host information updated +Info 2956 [16:14:33.045] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2957 [16:14:33.056] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 10.17162600159645ms +Info 2958 [16:14:33.056] Different program with same set of files +Info 2959 [16:14:33.408] Format host information updated +Info 2960 [16:14:33.408] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2961 [16:14:33.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 12.920708999037743ms +Info 2962 [16:14:33.421] Different program with same set of files +Info 2963 [16:14:33.898] Format host information updated +Info 2964 [16:14:33.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2965 [16:14:33.910] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 11.207805000245571ms +Info 2966 [16:14:33.910] Different program with same set of files +Info 2967 [16:14:34.139] Format host information updated +Info 2968 [16:14:34.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2969 [16:14:34.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 8.151060998439789ms +Info 2970 [16:14:34.147] Different program with same set of files +Info 2971 [16:14:34.446] Format host information updated +Info 2972 [16:14:34.446] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2973 [16:14:34.455] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 9.05909799784422ms +Info 2974 [16:14:34.455] Different program with same set of files +Info 2975 [16:14:34.936] Format host information updated +Info 2976 [16:14:34.937] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2977 [16:14:34.947] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 10.276043999940157ms +Info 2978 [16:14:34.947] Different program with same set of files +Info 2979 [16:14:35.796] Format host information updated +Info 2980 [16:14:35.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2981 [16:14:35.807] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 10.749245997518301ms +Info 2982 [16:14:35.807] Different program with same set of files +Info 2983 [16:14:36.073] Format host information updated +Info 2984 [16:14:36.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2985 [16:14:36.081] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 7.869174998253584ms +Info 2986 [16:14:36.081] Different program with same set of files +Info 2987 [16:14:36.415] Format host information updated +Info 2988 [16:14:36.415] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2989 [16:14:36.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 8.72851999849081ms +Info 2990 [16:14:36.424] Different program with same set of files +Info 2991 [16:14:36.843] Format host information updated +Info 2992 [16:14:36.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2993 [16:14:36.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 8.300491999834776ms +Info 2994 [16:14:36.851] Different program with same set of files +Info 2995 [16:14:37.361] Format host information updated +Info 2996 [16:14:37.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2997 [16:14:37.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 8.860938999801874ms +Info 2998 [16:14:37.370] Different program with same set of files +Info 2999 [16:15:48.449] getCompletionData: Get current token: 0.003731001168489456 +Info 3000 [16:15:48.449] getCompletionData: Is inside comment: 0.01253800094127655 +Info 3001 [16:15:48.449] getCompletionData: Get previous token: 0.0061599984765052795 +Info 3002 [16:15:48.449] getCompletionsAtPosition: isCompletionListBlocker: 0.00967400148510933 +Info 3003 [16:15:48.451] getExportInfoMap: cache hit +Info 3004 [16:15:48.489] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3101 from cache +Info 3005 [16:15:48.489] collectAutoImports: response is complete +Info 3006 [16:15:48.489] collectAutoImports: 38.275000002235174 +Info 3007 [16:15:48.489] getCompletionData: Semantic work: 40.44661200046539 +Info 3008 [16:15:48.504] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.96118599921465 +Info 3009 [16:20:05.897] Search path: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal +Info 3010 [16:20:05.897] For info: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3011 [16:20:05.898] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3012 [16:20:06.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: true structureIsReused:: Not Elapsed: 205.31295400112867ms +Info 3013 [16:20:06.104] Project '/dev/null/inferredProject1*' (Inferred) +Info 3014 [16:20:06.104] Files (224) + +Info 3015 [16:20:06.104] ----------------------------------------------- +Info 3016 [16:20:06.104] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3017 [16:20:06.104] Files (179) + +Info 3018 [16:20:06.104] ----------------------------------------------- +Info 3019 [16:20:06.105] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3019 [16:20:06.105] Files (147) + +Info 3019 [16:20:06.105] ----------------------------------------------- +Info 3019 [16:20:06.105] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3019 [16:20:06.105] Files (624) + +Info 3019 [16:20:06.105] ----------------------------------------------- +Info 3019 [16:20:06.105] Project '/dev/null/inferredProject1*' (Inferred) +Info 3019 [16:20:06.105] Files (224) + +Info 3019 [16:20:06.105] ----------------------------------------------- +Info 3019 [16:20:06.105] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3019 [16:20:06.105] Files (179) + +Info 3019 [16:20:06.105] ----------------------------------------------- +Info 3019 [16:20:06.105] Open files: +Info 3019 [16:20:06.105] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3019 [16:20:06.105] Projects: /dev/null/inferredProject1* +Info 3019 [16:20:06.105] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3019 [16:20:06.105] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3019 [16:20:06.106] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3019 [16:20:06.106] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3019 [16:20:06.106] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3019 [16:20:06.106] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3019 [16:20:06.106] FileName: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3019 [16:20:06.106] Projects: /dev/null/inferredProject1* +Info 3019 [16:20:06.107] Format host information updated +Info 3020 [16:20:06.107] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3021 [16:20:06.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 37.62103899940848ms +Info 3022 [16:20:06.145] Different program with same set of files +Info 3023 [16:20:08.608] Before ensureProjectForOpenFiles: +Info 3024 [16:20:08.608] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3024 [16:20:08.608] Files (147) + +Info 3024 [16:20:08.608] ----------------------------------------------- +Info 3024 [16:20:08.608] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3024 [16:20:08.608] Files (624) + +Info 3024 [16:20:08.608] ----------------------------------------------- +Info 3024 [16:20:08.608] Project '/dev/null/inferredProject1*' (Inferred) +Info 3024 [16:20:08.608] Files (224) + +Info 3024 [16:20:08.608] ----------------------------------------------- +Info 3024 [16:20:08.608] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3024 [16:20:08.608] Files (179) + +Info 3024 [16:20:08.608] ----------------------------------------------- +Info 3024 [16:20:08.608] Open files: +Info 3024 [16:20:08.608] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3024 [16:20:08.608] Projects: /dev/null/inferredProject1* +Info 3024 [16:20:08.608] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3024 [16:20:08.608] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3024 [16:20:08.608] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3024 [16:20:08.608] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3024 [16:20:08.608] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3024 [16:20:08.608] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3024 [16:20:08.608] FileName: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3024 [16:20:08.608] Projects: /dev/null/inferredProject1* +Info 3024 [16:20:08.609] After ensureProjectForOpenFiles: +Info 3025 [16:20:08.609] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3025 [16:20:08.609] Files (147) + +Info 3025 [16:20:08.609] ----------------------------------------------- +Info 3025 [16:20:08.609] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3025 [16:20:08.609] Files (624) + +Info 3025 [16:20:08.609] ----------------------------------------------- +Info 3025 [16:20:08.609] Project '/dev/null/inferredProject1*' (Inferred) +Info 3025 [16:20:08.609] Files (224) + +Info 3025 [16:20:08.609] ----------------------------------------------- +Info 3025 [16:20:08.609] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3025 [16:20:08.609] Files (179) + +Info 3025 [16:20:08.609] ----------------------------------------------- +Info 3025 [16:20:08.609] Open files: +Info 3025 [16:20:08.609] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3025 [16:20:08.609] Projects: /dev/null/inferredProject1* +Info 3025 [16:20:08.609] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3025 [16:20:08.609] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3025 [16:20:08.609] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3025 [16:20:08.609] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3025 [16:20:08.609] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3025 [16:20:08.609] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3025 [16:20:08.609] FileName: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3025 [16:20:08.609] Projects: /dev/null/inferredProject1* +Info 3025 [16:20:08.610] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/test/Test.Main.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js,/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js +Info 3026 [16:20:19.846] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3026 [16:20:19.846] Files (147) + +Info 3026 [16:20:19.846] ----------------------------------------------- +Info 3026 [16:20:19.846] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3026 [16:20:19.846] Files (624) + +Info 3026 [16:20:19.846] ----------------------------------------------- +Info 3026 [16:20:19.846] Project '/dev/null/inferredProject1*' (Inferred) +Info 3026 [16:20:19.846] Files (224) + +Info 3026 [16:20:19.846] ----------------------------------------------- +Info 3026 [16:20:19.846] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3026 [16:20:19.846] Files (179) + +Info 3026 [16:20:19.846] ----------------------------------------------- +Info 3026 [16:20:19.846] Open files: +Info 3026 [16:20:19.846] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3026 [16:20:19.846] Projects: /dev/null/inferredProject1* +Info 3026 [16:20:19.846] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3026 [16:20:19.846] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3026 [16:20:19.846] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3026 [16:20:19.846] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3026 [16:20:19.847] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3026 [16:20:19.847] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3026 [16:21:57.671] Search path: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal +Info 3027 [16:21:57.671] For info: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3028 [16:21:57.671] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3029 [16:21:57.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 0.4380519986152649ms +Info 3030 [16:21:57.672] Project '/dev/null/inferredProject1*' (Inferred) +Info 3031 [16:21:57.672] Files (224) + +Info 3032 [16:21:57.672] ----------------------------------------------- +Info 3033 [16:21:57.672] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3034 [16:21:57.672] Files (179) + +Info 3035 [16:21:57.672] ----------------------------------------------- +Info 3036 [16:21:57.672] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3036 [16:21:57.672] Files (147) + +Info 3036 [16:21:57.672] ----------------------------------------------- +Info 3036 [16:21:57.672] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3036 [16:21:57.672] Files (624) + +Info 3036 [16:21:57.672] ----------------------------------------------- +Info 3036 [16:21:57.672] Project '/dev/null/inferredProject1*' (Inferred) +Info 3036 [16:21:57.672] Files (224) + +Info 3036 [16:21:57.672] ----------------------------------------------- +Info 3036 [16:21:57.672] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3036 [16:21:57.672] Files (179) + +Info 3036 [16:21:57.672] ----------------------------------------------- +Info 3036 [16:21:57.672] Open files: +Info 3036 [16:21:57.672] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3036 [16:21:57.672] Projects: /dev/null/inferredProject1* +Info 3036 [16:21:57.672] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3036 [16:21:57.672] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3036 [16:21:57.672] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3036 [16:21:57.672] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3036 [16:21:57.672] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3036 [16:21:57.672] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3036 [16:21:57.672] FileName: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3036 [16:21:57.672] Projects: /dev/null/inferredProject1* +Info 3036 [16:21:57.818] Format host information updated +Info 3037 [16:21:57.819] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3038 [16:21:57.856] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 36.95413500070572ms +Info 3039 [16:21:57.856] Different program with same set of files +Info 3040 [16:22:00.182] Before ensureProjectForOpenFiles: +Info 3041 [16:22:00.182] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3041 [16:22:00.182] Files (147) + +Info 3041 [16:22:00.182] ----------------------------------------------- +Info 3041 [16:22:00.182] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3041 [16:22:00.182] Files (624) + +Info 3041 [16:22:00.182] ----------------------------------------------- +Info 3041 [16:22:00.182] Project '/dev/null/inferredProject1*' (Inferred) +Info 3041 [16:22:00.182] Files (224) + +Info 3041 [16:22:00.182] ----------------------------------------------- +Info 3041 [16:22:00.182] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3041 [16:22:00.182] Files (179) + +Info 3041 [16:22:00.182] ----------------------------------------------- +Info 3041 [16:22:00.182] Open files: +Info 3041 [16:22:00.182] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3041 [16:22:00.182] Projects: /dev/null/inferredProject1* +Info 3041 [16:22:00.182] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3041 [16:22:00.182] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3041 [16:22:00.182] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3041 [16:22:00.182] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3041 [16:22:00.182] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3041 [16:22:00.182] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3041 [16:22:00.182] FileName: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3041 [16:22:00.182] Projects: /dev/null/inferredProject1* +Info 3041 [16:22:00.182] After ensureProjectForOpenFiles: +Info 3042 [16:22:00.182] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3042 [16:22:00.182] Files (147) + +Info 3042 [16:22:00.182] ----------------------------------------------- +Info 3042 [16:22:00.182] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3042 [16:22:00.182] Files (624) + +Info 3042 [16:22:00.183] ----------------------------------------------- +Info 3042 [16:22:00.183] Project '/dev/null/inferredProject1*' (Inferred) +Info 3042 [16:22:00.183] Files (224) + +Info 3042 [16:22:00.183] ----------------------------------------------- +Info 3042 [16:22:00.183] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3042 [16:22:00.183] Files (179) + +Info 3042 [16:22:00.183] ----------------------------------------------- +Info 3042 [16:22:00.183] Open files: +Info 3042 [16:22:00.183] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3042 [16:22:00.183] Projects: /dev/null/inferredProject1* +Info 3042 [16:22:00.183] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3042 [16:22:00.183] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3042 [16:22:00.183] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3042 [16:22:00.183] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3042 [16:22:00.183] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3042 [16:22:00.183] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3042 [16:22:00.183] FileName: /home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3042 [16:22:00.183] Projects: /dev/null/inferredProject1* +Info 3042 [16:22:00.183] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/test/Test.Main.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js,/home/orion/src/purescript-puppeteer/output/Data.Map.Internal/index.js +Info 3043 [16:22:09.859] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3043 [16:22:09.859] Files (147) + +Info 3043 [16:22:09.859] ----------------------------------------------- +Info 3043 [16:22:09.859] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3043 [16:22:09.859] Files (624) + +Info 3043 [16:22:09.859] ----------------------------------------------- +Info 3043 [16:22:09.859] Project '/dev/null/inferredProject1*' (Inferred) +Info 3043 [16:22:09.859] Files (224) + +Info 3043 [16:22:09.859] ----------------------------------------------- +Info 3043 [16:22:09.859] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3043 [16:22:09.859] Files (179) + +Info 3043 [16:22:09.859] ----------------------------------------------- +Info 3043 [16:22:09.859] Open files: +Info 3043 [16:22:09.859] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3043 [16:22:09.859] Projects: /dev/null/inferredProject1* +Info 3043 [16:22:09.859] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3043 [16:22:09.859] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3043 [16:22:09.859] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3043 [16:22:09.859] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3043 [16:22:09.859] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3043 [16:22:09.859] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3043 [16:22:50.879] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/.copyFile1306835-0.tmp 0:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 3044 [16:22:50.880] Elapsed:: 0.22580499947071075ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/.copyFile1306835-0.tmp 0:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 3045 [16:22:50.880] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/.copyFile1306835-0.tmp 1:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 3046 [16:22:50.880] Elapsed:: 0.04258099943399429ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/.copyFile1306835-0.tmp 1:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 3047 [16:22:50.880] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/foreign.js 2:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 3048 [16:22:50.880] Elapsed:: 0.03054099902510643ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/foreign.js 2:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 3049 [16:22:50.880] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/.copyFile1306835-0.tmp 0:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 3050 [16:22:50.880] Ignoring files that are not *.json +Info 3051 [16:22:50.880] Elapsed:: 0.03737099841237068ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/.copyFile1306835-0.tmp 0:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 3052 [16:22:50.880] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/.copyFile1306835-0.tmp 1:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 3053 [16:22:50.880] Ignoring files that are not *.json +Info 3054 [16:22:50.880] Elapsed:: 0.004278998821973801ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/.copyFile1306835-0.tmp 1:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 3055 [16:22:50.880] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/foreign.js 2:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 3056 [16:22:50.880] Ignoring files that are not *.json +Info 3057 [16:22:50.880] Elapsed:: 0.0034729987382888794ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/output/Test.Main/foreign.js 2:: WatchInfo: /home/orion/src/purescript-puppeteer/output 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 3058 [16:24:12.402] Search path: /home/orion/src/purescript-puppeteer/src +Info 3059 [16:24:12.402] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3060 [16:24:12.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3061 [16:24:12.438] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: true structureIsReused:: Not Elapsed: 35.48172799870372ms +Info 3062 [16:24:12.438] Project '/dev/null/inferredProject1*' (Inferred) +Info 3063 [16:24:12.438] Files (134) + +Info 3064 [16:24:12.438] ----------------------------------------------- +Info 3065 [16:24:12.438] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3066 [16:24:12.438] Files (179) + +Info 3067 [16:24:12.438] ----------------------------------------------- +Info 3068 [16:24:12.439] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3068 [16:24:12.439] Files (147) + +Info 3068 [16:24:12.439] ----------------------------------------------- +Info 3068 [16:24:12.439] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3068 [16:24:12.439] Files (624) + +Info 3068 [16:24:12.439] ----------------------------------------------- +Info 3068 [16:24:12.439] Project '/dev/null/inferredProject1*' (Inferred) +Info 3068 [16:24:12.439] Files (134) + +Info 3068 [16:24:12.439] ----------------------------------------------- +Info 3068 [16:24:12.439] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3068 [16:24:12.439] Files (179) + +Info 3068 [16:24:12.439] ----------------------------------------------- +Info 3068 [16:24:12.439] Open files: +Info 3068 [16:24:12.439] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3068 [16:24:12.439] Projects: /dev/null/inferredProject1* +Info 3068 [16:24:12.439] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3068 [16:24:12.439] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3068 [16:24:12.439] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3068 [16:24:12.439] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3068 [16:24:12.439] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3068 [16:24:12.439] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3068 [16:24:12.439] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3068 [16:24:12.439] Projects: /dev/null/inferredProject1* +Info 3068 [16:24:12.614] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3069 [16:24:12.620] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Not Elapsed: 6.071173001080751ms +Info 3070 [16:24:12.650] Format host information updated +Info 3071 [16:24:12.938] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3072 [16:24:12.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 11.005286000669003ms +Info 3073 [16:24:12.949] Different program with same set of files +Info 3074 [16:24:12.949] getCompletionData: Get current token: 0.0026209987699985504 +Info 3075 [16:24:12.949] getCompletionData: Is inside comment: 0.009681999683380127 +Info 3076 [16:24:12.949] getCompletionData: Get previous token: 0.007291998714208603 +Info 3077 [16:24:12.951] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.37175900116562843 ms +Info 3078 [16:24:12.951] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 3079 [16:24:12.951] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.3852450028061867ms +Info 3080 [16:24:12.952] getExportInfoMap: cache miss or empty; calculating new results +Info 3081 [16:24:12.981] forEachExternalModuleToImportFrom autoImportProvider: 13.339902997016907 +Info 3082 [16:24:12.981] getExportInfoMap: done in 30.375022001564503 ms +Info 3083 [16:24:12.987] collectAutoImports: resolved 3 module specifiers, plus 29 ambient and 2 from cache +Info 3084 [16:24:12.987] collectAutoImports: response is complete +Info 3085 [16:24:12.987] collectAutoImports: 6.8324000015854836 +Info 3086 [16:24:12.987] getCompletionData: Semantic work: 38.207665998488665 +Info 3087 [16:24:12.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6801580004394054 +Info 3088 [16:24:12.990] Format host information updated +Info 3089 [16:24:13.045] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3090 [16:24:13.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 15.288685999810696ms +Info 3091 [16:24:13.061] Different program with same set of files +Info 3092 [16:24:13.061] getCompletionData: Get current token: 0.0012679994106292725 +Info 3093 [16:24:13.061] getCompletionData: Is inside comment: 0.00403599813580513 +Info 3094 [16:24:13.061] getCompletionData: Get previous token: 0.0037629976868629456 +Info 3095 [16:24:13.062] getExportInfoMap: cache hit +Info 3096 [16:24:13.067] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 1 from cache +Info 3097 [16:24:13.067] collectAutoImports: response is complete +Info 3098 [16:24:13.067] collectAutoImports: 5.139536999166012 +Info 3099 [16:24:13.067] getCompletionData: Semantic work: 6.09672100096941 +Info 3100 [16:24:13.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3167789988219738 +Info 3101 [16:24:13.069] Format host information updated +Info 3102 [16:24:13.154] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3103 [16:24:13.161] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 6.886571001261473ms +Info 3104 [16:24:13.161] Different program with same set of files +Info 3105 [16:24:13.161] getCompletionData: Get current token: 0.0010740011930465698 +Info 3106 [16:24:13.161] getCompletionData: Is inside comment: 0.0033799968659877777 +Info 3107 [16:24:13.161] getCompletionData: Get previous token: 0.003713000565767288 +Info 3108 [16:24:13.161] getExportInfoMap: cache hit +Info 3109 [16:24:13.185] collectAutoImports: resolved 14 module specifiers, plus 1023 ambient and 216 from cache +Info 3110 [16:24:13.185] collectAutoImports: response is complete +Info 3111 [16:24:13.185] collectAutoImports: 24.002051003277302 +Info 3112 [16:24:13.185] getCompletionData: Semantic work: 24.54501700028777 +Info 3113 [16:24:13.192] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8949160017073154 +Info 3114 [16:24:13.198] Format host information updated +Info 3115 [16:24:13.235] Format host information updated +Info 3116 [16:24:13.235] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3117 [16:24:13.244] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 8.389428999274969ms +Info 3118 [16:24:13.244] Different program with same set of files +Info 3119 [16:24:13.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3120 [16:24:13.555] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 15.089607000350952ms +Info 3121 [16:24:13.555] Different program with same set of files +Info 3122 [16:24:13.555] getCompletionData: Get current token: 0.0028220005333423615 +Info 3123 [16:24:13.556] getCompletionData: Is inside comment: 0.009857002645730972 +Info 3124 [16:24:13.556] getCompletionData: Get previous token: 0.013611000031232834 +Info 3125 [16:24:13.556] getCompletionsAtPosition: isCompletionListBlocker: 0.013190999627113342 +Info 3126 [16:24:13.557] getExportInfoMap: cache hit +Info 3127 [16:24:13.565] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 33 from cache +Info 3128 [16:24:13.566] collectAutoImports: response is complete +Info 3129 [16:24:13.566] collectAutoImports: 8.75517200306058 +Info 3130 [16:24:13.566] getCompletionData: Semantic work: 9.956052999943495 +Info 3131 [16:24:13.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.027106001973152 +Info 3132 [16:24:13.570] Format host information updated +Info 3133 [16:24:13.606] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3134 [16:24:13.622] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 16.09857999905944ms +Info 3135 [16:24:13.622] Different program with same set of files +Info 3136 [16:24:13.623] getCompletionData: Get current token: 0.0025909990072250366 +Info 3137 [16:24:13.623] getCompletionData: Is inside comment: 0.010328002274036407 +Info 3138 [16:24:13.623] getCompletionData: Get previous token: 0.01129099726676941 +Info 3139 [16:24:13.623] getCompletionsAtPosition: isCompletionListBlocker: 0.011812001466751099 +Info 3140 [16:24:13.624] getExportInfoMap: cache hit +Info 3141 [16:24:13.630] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 15 from cache +Info 3142 [16:24:13.630] collectAutoImports: response is complete +Info 3143 [16:24:13.630] collectAutoImports: 5.743259999901056 +Info 3144 [16:24:13.630] getCompletionData: Semantic work: 6.747725997120142 +Info 3145 [16:24:13.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6373679973185062 +Info 3146 [16:24:13.632] Format host information updated +Info 3147 [16:24:13.679] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3148 [16:24:13.697] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 17.071285001933575ms +Info 3149 [16:24:13.697] Different program with same set of files +Info 3150 [16:24:13.697] getCompletionData: Get current token: 0.0038670003414154053 +Info 3151 [16:24:13.697] getCompletionData: Is inside comment: 0.012732002884149551 +Info 3152 [16:24:13.697] getCompletionData: Get previous token: 0.019832998514175415 +Info 3153 [16:24:13.697] getCompletionsAtPosition: isCompletionListBlocker: 0.018821999430656433 +Info 3154 [16:24:13.699] getExportInfoMap: cache hit +Info 3155 [16:24:13.730] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3156 [16:24:13.730] collectAutoImports: response is complete +Info 3157 [16:24:13.730] collectAutoImports: 31.48217599838972 +Info 3158 [16:24:13.730] getCompletionData: Semantic work: 33.14488900080323 +Info 3159 [16:24:13.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.1848889999091625 +Info 3160 [16:24:13.744] Format host information updated +Info 3161 [16:24:13.750] Format host information updated +Info 3162 [16:24:13.750] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3163 [16:24:13.758] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 7.87924699857831ms +Info 3164 [16:24:13.758] Different program with same set of files +Info 3165 [16:24:14.113] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3166 [16:24:14.119] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 6.090698000043631ms +Info 3167 [16:24:14.119] Different program with same set of files +Info 3168 [16:24:14.119] getCompletionData: Get current token: 0.0012939982116222382 +Info 3169 [16:24:14.119] getCompletionData: Is inside comment: 0.0052210018038749695 +Info 3170 [16:24:14.119] getCompletionData: Get previous token: 0.00820700079202652 +Info 3171 [16:24:14.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0018259994685649872 +Info 3172 [16:24:14.119] Returning an empty list because completion was requested in an invalid position. +Info 3173 [16:24:14.120] Format host information updated +Info 3174 [16:24:14.353] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3175 [16:24:14.359] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 6.035288002341986ms +Info 3176 [16:24:14.359] Different program with same set of files +Info 3177 [16:24:14.359] getCompletionData: Get current token: 0.001196000725030899 +Info 3178 [16:24:14.359] getCompletionData: Is inside comment: 0.004740998148918152 +Info 3179 [16:24:14.359] getCompletionData: Get previous token: 0.007238999009132385 +Info 3180 [16:24:14.359] getCompletionsAtPosition: isCompletionListBlocker: 0.002048000693321228 +Info 3181 [16:24:14.359] Returning an empty list because completion was requested in an invalid position. +Info 3182 [16:24:14.359] Format host information updated +Info 3183 [16:24:14.422] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3184 [16:24:14.430] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 7.803020998835564ms +Info 3185 [16:24:14.430] Different program with same set of files +Info 3186 [16:24:14.430] getCompletionData: Get current token: 0.001348000019788742 +Info 3187 [16:24:14.430] getCompletionData: Is inside comment: 0.004611000418663025 +Info 3188 [16:24:14.430] getCompletionData: Get previous token: 0.007318999618291855 +Info 3189 [16:24:14.430] getCompletionsAtPosition: isCompletionListBlocker: 0.0017459988594055176 +Info 3190 [16:24:14.430] Returning an empty list because completion was requested in an invalid position. +Info 3191 [16:24:14.430] Format host information updated +Info 3192 [16:24:14.521] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3193 [16:24:14.546] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 24.721698001027107ms +Info 3194 [16:24:14.546] Different program with same set of files +Info 3195 [16:24:14.546] getCompletionData: Get current token: 0.004829000681638718 +Info 3196 [16:24:14.546] getCompletionData: Is inside comment: 0.019933998584747314 +Info 3197 [16:24:14.546] getCompletionData: Get previous token: 0.032891999930143356 +Info 3198 [16:24:14.546] getCompletionsAtPosition: isCompletionListBlocker: 0.006273001432418823 +Info 3199 [16:24:14.546] Returning an empty list because completion was requested in an invalid position. +Info 3200 [16:24:14.547] Format host information updated +Info 3201 [16:24:14.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3202 [16:24:14.632] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 22.239177998155355ms +Info 3203 [16:24:14.632] Different program with same set of files +Info 3204 [16:24:14.632] getCompletionData: Get current token: 0.0026270002126693726 +Info 3205 [16:24:14.632] getCompletionData: Is inside comment: 0.012136001139879227 +Info 3206 [16:24:14.632] getCompletionData: Get previous token: 0.017893999814987183 +Info 3207 [16:24:14.632] getCompletionsAtPosition: isCompletionListBlocker: 0.003860998898744583 +Info 3208 [16:24:14.632] Returning an empty list because completion was requested in an invalid position. +Info 3209 [16:24:14.636] Format host information updated +Info 3210 [16:24:14.779] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3211 [16:24:14.786] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 6.15243199840188ms +Info 3212 [16:24:14.786] Different program with same set of files +Info 3213 [16:24:14.786] getCompletionData: Get current token: 0.0011099986732006073 +Info 3214 [16:24:14.786] getCompletionData: Is inside comment: 0.003908999264240265 +Info 3215 [16:24:14.786] getCompletionData: Get previous token: 0.006992999464273453 +Info 3216 [16:24:14.786] getCompletionsAtPosition: isCompletionListBlocker: 0.0017459988594055176 +Info 3217 [16:24:14.786] Returning an empty list because completion was requested in an invalid position. +Info 3218 [16:24:14.786] Format host information updated +Info 3219 [16:24:14.940] Before ensureProjectForOpenFiles: +Info 3220 [16:24:14.941] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3220 [16:24:14.941] Files (147) + +Info 3220 [16:24:14.941] ----------------------------------------------- +Info 3220 [16:24:14.941] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3220 [16:24:14.941] Files (624) + +Info 3220 [16:24:14.941] ----------------------------------------------- +Info 3220 [16:24:14.941] Project '/dev/null/inferredProject1*' (Inferred) +Info 3220 [16:24:14.941] Files (134) + +Info 3220 [16:24:14.941] ----------------------------------------------- +Info 3220 [16:24:14.941] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3220 [16:24:14.941] Files (179) + +Info 3220 [16:24:14.941] ----------------------------------------------- +Info 3220 [16:24:14.941] Open files: +Info 3220 [16:24:14.941] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3220 [16:24:14.941] Projects: /dev/null/inferredProject1* +Info 3220 [16:24:14.941] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3220 [16:24:14.941] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3220 [16:24:14.941] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3220 [16:24:14.941] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3220 [16:24:14.941] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3220 [16:24:14.941] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3220 [16:24:14.941] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3220 [16:24:14.941] Projects: /dev/null/inferredProject1* +Info 3220 [16:24:14.941] After ensureProjectForOpenFiles: +Info 3221 [16:24:14.941] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 3221 [16:24:14.941] Files (147) + +Info 3221 [16:24:14.941] ----------------------------------------------- +Info 3221 [16:24:14.941] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 3221 [16:24:14.942] Files (624) + +Info 3221 [16:24:14.942] ----------------------------------------------- +Info 3221 [16:24:14.942] Project '/dev/null/inferredProject1*' (Inferred) +Info 3221 [16:24:14.942] Files (134) + +Info 3221 [16:24:14.942] ----------------------------------------------- +Info 3221 [16:24:14.942] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 3221 [16:24:14.942] Files (179) + +Info 3221 [16:24:14.942] ----------------------------------------------- +Info 3221 [16:24:14.942] Open files: +Info 3221 [16:24:14.942] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3221 [16:24:14.942] Projects: /dev/null/inferredProject1* +Info 3221 [16:24:14.942] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3221 [16:24:14.942] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3221 [16:24:14.942] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3221 [16:24:14.942] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3221 [16:24:14.942] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3221 [16:24:14.942] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3221 [16:24:14.942] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 3221 [16:24:14.942] Projects: /dev/null/inferredProject1* +Info 3221 [16:24:14.942] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/test/Test.Main.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js +Info 3222 [16:24:14.967] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3223 [16:24:14.973] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 6.03252600133419ms +Info 3224 [16:24:14.973] Different program with same set of files +Info 3225 [16:24:14.973] getCompletionData: Get current token: 0.0011879988014698029 +Info 3226 [16:24:14.973] getCompletionData: Is inside comment: 0.00474100187420845 +Info 3227 [16:24:14.973] getCompletionData: Get previous token: 0.008209999650716782 +Info 3228 [16:24:14.973] getCompletionsAtPosition: isCompletionListBlocker: 0.0018899999558925629 +Info 3229 [16:24:14.973] Returning an empty list because completion was requested in an invalid position. +Info 3230 [16:24:14.973] Format host information updated +Info 3231 [16:24:15.031] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3232 [16:24:15.039] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 8.145701002329588ms +Info 3233 [16:24:15.039] Different program with same set of files +Info 3234 [16:24:15.039] getCompletionData: Get current token: 0.001201000064611435 +Info 3235 [16:24:15.039] getCompletionData: Is inside comment: 0.004457999020814896 +Info 3236 [16:24:15.039] getCompletionData: Get previous token: 0.007727000862360001 +Info 3237 [16:24:15.039] getCompletionsAtPosition: isCompletionListBlocker: 0.0019359998404979706 +Info 3238 [16:24:15.039] Returning an empty list because completion was requested in an invalid position. +Info 3239 [16:24:15.039] Format host information updated +Info 3240 [16:24:15.185] Format host information updated +Info 3241 [16:24:15.185] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3242 [16:24:15.191] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 5.938537001609802ms +Info 3243 [16:24:15.191] Different program with same set of files +Info 3244 [16:24:15.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3245 [16:24:15.407] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 7.039845999330282ms +Info 3246 [16:24:15.407] Different program with same set of files +Info 3247 [16:24:15.407] getCompletionData: Get current token: 0.001040000468492508 +Info 3248 [16:24:15.407] getCompletionData: Is inside comment: 0.004356000572443008 +Info 3249 [16:24:15.407] getCompletionData: Get previous token: 0.0029289983212947845 +Info 3250 [16:24:15.407] getCompletionsAtPosition: isCompletionListBlocker: 0.007187001407146454 +Info 3251 [16:24:15.407] getExportInfoMap: cache hit +Info 3252 [16:24:15.425] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3253 [16:24:15.425] collectAutoImports: response is complete +Info 3254 [16:24:15.425] collectAutoImports: 17.329104997217655 +Info 3255 [16:24:15.425] getCompletionData: Semantic work: 17.887598000466824 +Info 3256 [16:24:15.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.038369003683329 +Info 3257 [16:24:15.443] Format host information updated +Info 3258 [16:24:15.477] Format host information updated +Info 3259 [16:24:15.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3260 [16:24:15.484] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 5.999268997460604ms +Info 3261 [16:24:15.484] Different program with same set of files +Info 3262 [16:24:15.811] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3263 [16:24:15.817] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 6.497331999242306ms +Info 3264 [16:24:15.817] Different program with same set of files +Info 3265 [16:24:15.817] getCompletionData: Get current token: 0.0010030008852481842 +Info 3266 [16:24:15.817] getCompletionData: Is inside comment: 0.003938999027013779 +Info 3267 [16:24:15.817] getCompletionData: Get previous token: 0.007610000669956207 +Info 3268 [16:24:15.817] getCompletionsAtPosition: isCompletionListBlocker: 0.008597999811172485 +Info 3269 [16:24:15.818] getExportInfoMap: cache hit +Info 3270 [16:24:15.821] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 25 from cache +Info 3271 [16:24:15.821] collectAutoImports: response is complete +Info 3272 [16:24:15.821] collectAutoImports: 2.823914997279644 +Info 3273 [16:24:15.821] getCompletionData: Semantic work: 3.288473002612591 +Info 3274 [16:24:15.822] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.424405999481678 +Info 3275 [16:24:15.826] Format host information updated +Info 3276 [16:24:15.905] Format host information updated +Info 3277 [16:24:15.905] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3278 [16:24:15.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 6.1047930009663105ms +Info 3279 [16:24:15.911] Different program with same set of files +Info 3280 [16:24:16.133] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3281 [16:24:16.139] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 6.045880001038313ms +Info 3282 [16:24:16.139] Different program with same set of files +Info 3283 [16:24:16.139] getCompletionData: Get current token: 0.001268003135919571 +Info 3284 [16:24:16.139] getCompletionData: Is inside comment: 0.006152000278234482 +Info 3285 [16:24:16.139] getCompletionData: Get previous token: 0.003945000469684601 +Info 3286 [16:24:16.139] getCompletionsAtPosition: isCompletionListBlocker: 0.008619997650384903 +Info 3287 [16:24:16.140] getExportInfoMap: cache hit +Info 3288 [16:24:16.154] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3289 [16:24:16.154] collectAutoImports: response is complete +Info 3290 [16:24:16.154] collectAutoImports: 14.238063998520374 +Info 3291 [16:24:16.154] getCompletionData: Semantic work: 14.761027000844479 +Info 3292 [16:24:16.161] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.910649999976158 +Info 3293 [16:24:16.169] Format host information updated +Info 3294 [16:24:16.377] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3295 [16:24:16.386] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 8.685479000210762ms +Info 3296 [16:24:16.386] Different program with same set of files +Info 3297 [16:24:16.386] getCompletionData: Get current token: 0.0013609975576400757 +Info 3298 [16:24:16.386] getCompletionData: Is inside comment: 0.005470000207424164 +Info 3299 [16:24:16.386] getCompletionData: Get previous token: 0.0039799995720386505 +Info 3300 [16:24:16.386] getCompletionsAtPosition: isCompletionListBlocker: 0.009820003062486649 +Info 3301 [16:24:16.387] getExportInfoMap: cache hit +Info 3302 [16:24:16.400] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3303 [16:24:16.400] collectAutoImports: response is complete +Info 3304 [16:24:16.400] collectAutoImports: 13.01138500124216 +Info 3305 [16:24:16.400] getCompletionData: Semantic work: 13.56870299950242 +Info 3306 [16:24:16.406] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.783488001674414 +Info 3307 [16:24:16.414] Format host information updated +Info 3308 [16:24:16.437] Format host information updated +Info 3309 [16:24:16.437] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3310 [16:24:16.443] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 5.811894997954369ms +Info 3311 [16:24:16.443] Different program with same set of files +Info 3312 [16:24:16.806] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3313 [16:24:16.813] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 6.649696998298168ms +Info 3314 [16:24:16.813] Different program with same set of files +Info 3315 [16:24:16.813] getCompletionData: Get current token: 0.007037997245788574 +Info 3316 [16:24:16.813] getCompletionData: Is inside comment: 0.002211999148130417 +Info 3317 [16:24:16.813] getCompletionData: Get previous token: 0.01709900051355362 +Info 3318 [16:24:16.814] getCompletionsAtPosition: isCompletionListBlocker: 0.005942001938819885 +Info 3319 [16:24:16.814] Returning an empty list because completion was requested in an invalid position. +Info 3320 [16:24:16.814] Format host information updated +Info 3321 [16:24:16.975] getCompletionData: Get current token: 0.003414001315832138 +Info 3322 [16:24:16.975] getCompletionData: Is inside comment: 0.0012969970703125 +Info 3323 [16:24:16.975] getCompletionData: Get previous token: 0.008187998086214066 +Info 3324 [16:24:16.975] getCompletionsAtPosition: isCompletionListBlocker: 0.004191000014543533 +Info 3325 [16:24:16.975] Returning an empty list because completion was requested in an invalid position. +Info 3326 [16:24:17.072] Format host information updated +Info 3327 [16:24:17.072] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3328 [16:24:17.078] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 6.075031001120806ms +Info 3329 [16:24:17.078] Different program with same set of files +Info 3330 [16:24:18.296] Format host information updated +Info 3331 [16:24:18.296] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3332 [16:24:18.302] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 5.798519000411034ms +Info 3333 [16:24:18.302] Different program with same set of files +Info 3334 [16:24:18.617] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3335 [16:24:18.624] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 6.248427998274565ms +Info 3336 [16:24:18.624] Different program with same set of files +Info 3337 [16:24:18.624] getCompletionData: Get current token: 0.0017499998211860657 +Info 3338 [16:24:18.624] getCompletionData: Is inside comment: 0.004938002675771713 +Info 3339 [16:24:18.624] getCompletionData: Get previous token: 0.0035089999437332153 +Info 3340 [16:24:18.624] getCompletionsAtPosition: isCompletionListBlocker: 0.009038999676704407 +Info 3341 [16:24:18.624] getExportInfoMap: cache hit +Info 3342 [16:24:18.637] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3343 [16:24:18.637] collectAutoImports: response is complete +Info 3344 [16:24:18.637] collectAutoImports: 12.945898998528719 +Info 3345 [16:24:18.637] getCompletionData: Semantic work: 13.344046000391245 +Info 3346 [16:24:18.642] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.81929500028491 +Info 3347 [16:24:18.648] Format host information updated +Info 3348 [16:24:18.754] getCompletionData: Get current token: 0.003196999430656433 +Info 3349 [16:24:18.754] getCompletionData: Is inside comment: 0.0010999999940395355 +Info 3350 [16:24:18.754] getCompletionData: Get previous token: 0.008880998939275742 +Info 3351 [16:24:18.754] getCompletionsAtPosition: isCompletionListBlocker: 0.003904998302459717 +Info 3352 [16:24:18.755] getExportInfoMap: cache hit +Info 3353 [16:24:18.764] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3354 [16:24:18.764] collectAutoImports: response is complete +Info 3355 [16:24:18.764] collectAutoImports: 8.540628999471664 +Info 3356 [16:24:18.764] getCompletionData: Semantic work: 9.24167399853468 +Info 3357 [16:24:18.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.381951000541449 +Info 3358 [16:24:18.819] Format host information updated +Info 3359 [16:24:18.819] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3360 [16:24:18.829] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 9.599826000630856ms +Info 3361 [16:24:18.829] Different program with same set of files +Info 3362 [16:24:19.309] Format host information updated +Info 3363 [16:24:19.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3364 [16:24:19.315] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 5.951969001442194ms +Info 3365 [16:24:19.315] Different program with same set of files +Info 3366 [16:24:19.472] Format host information updated +Info 3367 [16:24:19.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3368 [16:24:19.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 21.521607000380754ms +Info 3369 [16:24:19.494] Different program with same set of files +Info 3370 [16:24:19.621] Format host information updated +Info 3371 [16:24:19.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3372 [16:24:19.629] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 7.872464999556541ms +Info 3373 [16:24:19.629] Different program with same set of files +Info 3374 [16:24:19.735] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3375 [16:24:19.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 5.921121001243591ms +Info 3376 [16:24:19.741] Different program with same set of files +Info 3377 [16:24:19.741] getCompletionData: Get current token: 0.0029129981994628906 +Info 3378 [16:24:19.741] getCompletionData: Is inside comment: 0.009442999958992004 +Info 3379 [16:24:19.741] getCompletionData: Get previous token: 0.013149000704288483 +Info 3380 [16:24:19.741] getCompletionsAtPosition: isCompletionListBlocker: 0.004185996949672699 +Info 3381 [16:24:19.742] getExportInfoMap: cache hit +Info 3382 [16:24:19.747] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 52 from cache +Info 3383 [16:24:19.747] collectAutoImports: response is complete +Info 3384 [16:24:19.747] collectAutoImports: 4.712101001292467 +Info 3385 [16:24:19.747] getCompletionData: Semantic work: 5.25254499912262 +Info 3386 [16:24:19.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.818002998828888 +Info 3387 [16:24:19.752] Format host information updated +Info 3388 [16:24:19.846] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3389 [16:24:19.852] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 6.171376001089811ms +Info 3390 [16:24:19.852] Different program with same set of files +Info 3391 [16:24:19.853] getCompletionData: Get current token: 0.003913998603820801 +Info 3392 [16:24:19.853] getCompletionData: Is inside comment: 0.011137999594211578 +Info 3393 [16:24:19.853] getCompletionData: Get previous token: 0.01523900032043457 +Info 3394 [16:24:19.853] getCompletionsAtPosition: isCompletionListBlocker: 0.0034179985523223877 +Info 3395 [16:24:19.853] getExportInfoMap: cache hit +Info 3396 [16:24:19.857] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 33 from cache +Info 3397 [16:24:19.857] collectAutoImports: response is complete +Info 3398 [16:24:19.857] collectAutoImports: 3.7689980007708073 +Info 3399 [16:24:19.857] getCompletionData: Semantic work: 4.326079998165369 +Info 3400 [16:24:19.859] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.578499998897314 +Info 3401 [16:24:19.860] Format host information updated +Info 3402 [16:24:19.979] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3403 [16:24:19.985] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 6.12126399949193ms +Info 3404 [16:24:19.985] Different program with same set of files +Info 3405 [16:24:19.985] getCompletionData: Get current token: 0.0032979995012283325 +Info 3406 [16:24:19.985] getCompletionData: Is inside comment: 0.011658001691102982 +Info 3407 [16:24:19.985] getCompletionData: Get previous token: 0.04019300267100334 +Info 3408 [16:24:19.985] getCompletionsAtPosition: isCompletionListBlocker: 0.0038489997386932373 +Info 3409 [16:24:19.986] getExportInfoMap: cache hit +Info 3410 [16:24:19.988] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 3411 [16:24:19.988] collectAutoImports: response is complete +Info 3412 [16:24:19.988] collectAutoImports: 2.076054997742176 +Info 3413 [16:24:19.988] getCompletionData: Semantic work: 2.636709999293089 +Info 3414 [16:24:19.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.998819001019001 +Info 3415 [16:24:19.992] Format host information updated +Info 3416 [16:24:20.157] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3417 [16:24:20.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 7.070473998785019ms +Info 3418 [16:24:20.164] Different program with same set of files +Info 3419 [16:24:20.164] getCompletionData: Get current token: 0.004551999270915985 +Info 3420 [16:24:20.164] getCompletionData: Is inside comment: 0.013987001031637192 +Info 3421 [16:24:20.164] getCompletionData: Get previous token: 0.02210399881005287 +Info 3422 [16:24:20.164] getCompletionsAtPosition: isCompletionListBlocker: 0.004076000303030014 +Info 3423 [16:24:20.165] getExportInfoMap: cache hit +Info 3424 [16:24:20.167] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 2 from cache +Info 3425 [16:24:20.167] collectAutoImports: response is complete +Info 3426 [16:24:20.167] collectAutoImports: 2.397238999605179 +Info 3427 [16:24:20.167] getCompletionData: Semantic work: 3.0556089989840984 +Info 3428 [16:24:20.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1666890010237694 +Info 3429 [16:24:20.169] Format host information updated +Info 3430 [16:24:20.288] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3431 [16:24:20.294] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 5.91194299980998ms +Info 3432 [16:24:20.294] Different program with same set of files +Info 3433 [16:24:20.295] getCompletionData: Get current token: 0.003042999655008316 +Info 3434 [16:24:20.295] getCompletionData: Is inside comment: 0.009640999138355255 +Info 3435 [16:24:20.295] getCompletionData: Get previous token: 0.013388000428676605 +Info 3436 [16:24:20.295] getCompletionsAtPosition: isCompletionListBlocker: 0.0034490004181861877 +Info 3437 [16:24:20.295] getExportInfoMap: cache hit +Info 3438 [16:24:20.297] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 2 from cache +Info 3439 [16:24:20.297] collectAutoImports: response is complete +Info 3440 [16:24:20.297] collectAutoImports: 1.7620400004088879 +Info 3441 [16:24:20.297] getCompletionData: Semantic work: 2.300551000982523 +Info 3442 [16:24:20.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8655049987137318 +Info 3443 [16:24:20.301] Format host information updated +Info 3444 [16:24:20.358] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3445 [16:24:20.379] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 21.139412999153137ms +Info 3446 [16:24:20.379] Different program with same set of files +Info 3447 [16:24:20.379] getCompletionData: Get current token: 0.014847002923488617 +Info 3448 [16:24:20.380] getCompletionData: Is inside comment: 0.05086100101470947 +Info 3449 [16:24:20.380] getCompletionData: Get previous token: 0.036986999213695526 +Info 3450 [16:24:20.380] getCompletionsAtPosition: isCompletionListBlocker: 0.009189996868371964 +Info 3451 [16:24:20.382] getCompletionData: Semantic work: 2.6551240012049675 +Info 3452 [16:24:20.384] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3549950011074543 +Info 3453 [16:24:20.385] Format host information updated +Info 3454 [16:24:20.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3455 [16:24:20.535] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 5.988740000873804ms +Info 3456 [16:24:20.535] Different program with same set of files +Info 3457 [16:24:20.535] getCompletionData: Get current token: 0.002997003495693207 +Info 3458 [16:24:20.535] getCompletionData: Is inside comment: 0.009945999830961227 +Info 3459 [16:24:20.535] getCompletionData: Get previous token: 0.01586100086569786 +Info 3460 [16:24:20.535] getCompletionsAtPosition: isCompletionListBlocker: 0.003251001238822937 +Info 3461 [16:24:20.536] getCompletionData: Semantic work: 0.41888200119137764 +Info 3462 [16:24:20.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2227439992129803 +Info 3463 [16:24:20.537] Format host information updated +Info 3464 [16:24:20.721] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3465 [16:24:20.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 9.152106001973152ms +Info 3466 [16:24:20.731] Different program with same set of files +Info 3467 [16:24:20.731] getCompletionData: Get current token: 0.003740999847650528 +Info 3468 [16:24:20.731] getCompletionData: Is inside comment: 0.010477997362613678 +Info 3469 [16:24:20.731] getCompletionData: Get previous token: 0.016822997480630875 +Info 3470 [16:24:20.731] getCompletionsAtPosition: isCompletionListBlocker: 0.00337199866771698 +Info 3471 [16:24:20.731] getCompletionData: Semantic work: 0.4473000019788742 +Info 3472 [16:24:20.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3406049981713295 +Info 3473 [16:24:20.732] Format host information updated +Info 3474 [16:24:20.926] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3475 [16:24:20.932] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 6.117026999592781ms +Info 3476 [16:24:20.932] Different program with same set of files +Info 3477 [16:24:20.933] getCompletionData: Get current token: 0.0026860013604164124 +Info 3478 [16:24:20.933] getCompletionData: Is inside comment: 0.010294999927282333 +Info 3479 [16:24:20.933] getCompletionData: Get previous token: 0.007017001509666443 +Info 3480 [16:24:20.933] getCompletionsAtPosition: isCompletionListBlocker: 0.007686000317335129 +Info 3481 [16:24:20.933] getExportInfoMap: cache hit +Info 3482 [16:24:20.947] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3483 [16:24:20.947] collectAutoImports: response is complete +Info 3484 [16:24:20.947] collectAutoImports: 13.768353998661041 +Info 3485 [16:24:20.947] getCompletionData: Semantic work: 14.219790998846292 +Info 3486 [16:24:20.956] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.66466300189495 +Info 3487 [16:24:20.961] Format host information updated +Info 3488 [16:24:21.045] getCompletionData: Get current token: 0.004209000617265701 +Info 3489 [16:24:21.045] getCompletionData: Is inside comment: 0.0012479983270168304 +Info 3490 [16:24:21.045] getCompletionData: Get previous token: 0.01190900057554245 +Info 3491 [16:24:21.045] getCompletionsAtPosition: isCompletionListBlocker: 0.0052100010216236115 +Info 3492 [16:24:21.045] getExportInfoMap: cache hit +Info 3493 [16:24:21.057] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3494 [16:24:21.057] collectAutoImports: response is complete +Info 3495 [16:24:21.057] collectAutoImports: 11.543124999850988 +Info 3496 [16:24:21.057] getCompletionData: Semantic work: 12.129200000315905 +Info 3497 [16:24:21.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.769400000572205 +Info 3498 [16:24:21.143] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3499 [16:24:21.150] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 6.552166998386383ms +Info 3500 [16:24:21.150] Different program with same set of files +Info 3501 [16:24:21.150] getCompletionData: Get current token: 0.0037469975650310516 +Info 3502 [16:24:21.150] getCompletionData: Is inside comment: 0.0012620016932487488 +Info 3503 [16:24:21.150] getCompletionData: Get previous token: 0.019069001078605652 +Info 3504 [16:24:21.150] getCompletionsAtPosition: isCompletionListBlocker: 0.004336003214120865 +Info 3505 [16:24:21.151] getExportInfoMap: cache hit +Info 3506 [16:24:21.154] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 25 from cache +Info 3507 [16:24:21.154] collectAutoImports: response is complete +Info 3508 [16:24:21.154] collectAutoImports: 3.2375370003283024 +Info 3509 [16:24:21.154] getCompletionData: Semantic work: 3.7501460015773773 +Info 3510 [16:24:21.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5448300018906593 +Info 3511 [16:24:21.158] Format host information updated +Info 3512 [16:24:21.286] getCompletionData: Get current token: 0.003206998109817505 +Info 3513 [16:24:21.286] getCompletionData: Is inside comment: 0.009558998048305511 +Info 3514 [16:24:21.286] getCompletionData: Get previous token: 0.007371000945568085 +Info 3515 [16:24:21.286] getCompletionsAtPosition: isCompletionListBlocker: 0.009279001504182816 +Info 3516 [16:24:21.286] getExportInfoMap: cache hit +Info 3517 [16:24:21.297] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3518 [16:24:21.297] collectAutoImports: response is complete +Info 3519 [16:24:21.297] collectAutoImports: 10.351801000535488 +Info 3520 [16:24:21.297] getCompletionData: Semantic work: 10.85912400111556 +Info 3521 [16:24:21.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.349830999970436 +Info 3522 [16:24:21.426] Format host information updated +Info 3523 [16:24:21.427] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3524 [16:24:21.451] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 24.022648002952337ms +Info 3525 [16:24:21.451] Different program with same set of files +Info 3526 [16:24:21.631] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3527 [16:24:21.637] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 6.3068230003118515ms +Info 3528 [16:24:21.637] Different program with same set of files +Info 3529 [16:24:21.637] getCompletionData: Get current token: 0.00305899977684021 +Info 3530 [16:24:21.637] getCompletionData: Is inside comment: 0.009275000542402267 +Info 3531 [16:24:21.637] getCompletionData: Get previous token: 0.01709800213575363 +Info 3532 [16:24:21.637] getCompletionsAtPosition: isCompletionListBlocker: 0.008383996784687042 +Info 3533 [16:24:21.638] getExportInfoMap: cache hit +Info 3534 [16:24:21.642] collectAutoImports: resolved 0 module specifiers, plus 142 ambient and 16 from cache +Info 3535 [16:24:21.642] collectAutoImports: response is complete +Info 3536 [16:24:21.642] collectAutoImports: 4.45439700037241 +Info 3537 [16:24:21.642] getCompletionData: Semantic work: 5.008527997881174 +Info 3538 [16:24:21.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7333870008587837 +Info 3539 [16:24:21.647] Format host information updated +Info 3540 [16:24:21.693] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3541 [16:24:21.699] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 6.36574599891901ms +Info 3542 [16:24:21.699] Different program with same set of files +Info 3543 [16:24:21.700] getCompletionData: Get current token: 0.0033630020916461945 +Info 3544 [16:24:21.700] getCompletionData: Is inside comment: 0.010655000805854797 +Info 3545 [16:24:21.700] getCompletionData: Get previous token: 0.016537997871637344 +Info 3546 [16:24:21.700] getCompletionsAtPosition: isCompletionListBlocker: 0.008899997919797897 +Info 3547 [16:24:21.700] getExportInfoMap: cache hit +Info 3548 [16:24:21.704] collectAutoImports: resolved 0 module specifiers, plus 125 ambient and 14 from cache +Info 3549 [16:24:21.704] collectAutoImports: response is complete +Info 3550 [16:24:21.704] collectAutoImports: 4.12525299936533 +Info 3551 [16:24:21.704] getCompletionData: Semantic work: 4.654906000941992 +Info 3552 [16:24:21.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4532410018146038 +Info 3553 [16:24:21.707] Format host information updated +Info 3554 [16:24:21.807] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3555 [16:24:21.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 8.848866000771523ms +Info 3556 [16:24:21.816] Different program with same set of files +Info 3557 [16:24:21.816] getCompletionData: Get current token: 0.0029679983854293823 +Info 3558 [16:24:21.816] getCompletionData: Is inside comment: 0.01054299995303154 +Info 3559 [16:24:21.816] getCompletionData: Get previous token: 0.01714799925684929 +Info 3560 [16:24:21.816] getCompletionsAtPosition: isCompletionListBlocker: 0.009118001908063889 +Info 3561 [16:24:21.817] getExportInfoMap: cache hit +Info 3562 [16:24:21.819] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 2 from cache +Info 3563 [16:24:21.819] collectAutoImports: response is complete +Info 3564 [16:24:21.819] collectAutoImports: 1.8376360014081001 +Info 3565 [16:24:21.819] getCompletionData: Semantic work: 2.4035879969596863 +Info 3566 [16:24:21.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9402949996292591 +Info 3567 [16:24:21.820] Format host information updated +Info 3568 [16:24:21.952] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3569 [16:24:21.958] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 6.0396529994904995ms +Info 3570 [16:24:21.958] Different program with same set of files +Info 3571 [16:24:21.958] getCompletionData: Get current token: 0.003178998827934265 +Info 3572 [16:24:21.958] getCompletionData: Is inside comment: 0.009768001735210419 +Info 3573 [16:24:21.958] getCompletionData: Get previous token: 0.014635000377893448 +Info 3574 [16:24:21.958] getCompletionsAtPosition: isCompletionListBlocker: 0.00849200040102005 +Info 3575 [16:24:21.959] getExportInfoMap: cache hit +Info 3576 [16:24:21.960] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 2 from cache +Info 3577 [16:24:21.960] collectAutoImports: response is complete +Info 3578 [16:24:21.960] collectAutoImports: 1.7245199978351593 +Info 3579 [16:24:21.960] getCompletionData: Semantic work: 2.3085630014538765 +Info 3580 [16:24:21.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9309450015425682 +Info 3581 [16:24:21.962] Format host information updated +Info 3582 [16:24:22.016] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3583 [16:24:22.026] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 10.497650001198053ms +Info 3584 [16:24:22.026] Different program with same set of files +Info 3585 [16:24:22.027] getCompletionData: Get current token: 0.005575999617576599 +Info 3586 [16:24:22.027] getCompletionData: Is inside comment: 0.019044000655412674 +Info 3587 [16:24:22.027] getCompletionData: Get previous token: 0.030590001493692398 +Info 3588 [16:24:22.027] getCompletionsAtPosition: isCompletionListBlocker: 0.012857001274824142 +Info 3589 [16:24:22.028] getExportInfoMap: cache hit +Info 3590 [16:24:22.051] collectAutoImports: resolved 0 module specifiers, plus 1023 ambient and 230 from cache +Info 3591 [16:24:22.051] collectAutoImports: response is complete +Info 3592 [16:24:22.051] collectAutoImports: 23.28295799717307 +Info 3593 [16:24:22.051] getCompletionData: Semantic work: 24.147962998598814 +Info 3594 [16:24:22.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.718268003314734 +Info 3595 [16:24:22.070] Format host information updated +Info 3596 [16:24:22.076] Format host information updated +Info 3597 [16:24:22.076] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3598 [16:24:22.082] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 5.913474999368191ms +Info 3599 [16:24:22.082] Different program with same set of files +Info 3600 [16:24:22.202] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3601 [16:24:22.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 23.431761998683214ms +Info 3602 [16:24:22.226] Different program with same set of files +Info 3603 [16:24:22.226] getCompletionData: Get current token: 0.01324000209569931 +Info 3604 [16:24:22.226] getCompletionData: Is inside comment: 0.041387997567653656 +Info 3605 [16:24:22.226] getCompletionData: Get previous token: 0.06205100193619728 +Info 3606 [16:24:22.227] getCompletionsAtPosition: isCompletionListBlocker: 0.029933996498584747 +Info 3607 [16:24:22.229] getExportInfoMap: cache hit +Info 3608 [16:24:22.239] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 25 from cache +Info 3609 [16:24:22.239] collectAutoImports: response is complete +Info 3610 [16:24:22.239] collectAutoImports: 10.217657998204231 +Info 3611 [16:24:22.239] getCompletionData: Semantic work: 12.378940999507904 +Info 3612 [16:24:22.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.03786900267005 +Info 3613 [16:24:22.247] Format host information updated +Info 3614 [16:24:22.529] Format host information updated +Info 3615 [16:24:22.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3616 [16:24:22.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 6.874389998614788ms +Info 3617 [16:24:22.536] Different program with same set of files +Info 3618 [16:24:23.234] Format host information updated +Info 3619 [16:24:23.234] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3620 [16:24:23.240] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 5.993985999375582ms +Info 3621 [16:24:23.240] Different program with same set of files +Info 3622 [16:24:23.859] Format host information updated +Info 3623 [16:24:23.859] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3624 [16:24:23.868] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 9.131596002727747ms +Info 3625 [16:24:23.868] Different program with same set of files +Info 3626 [16:24:24.227] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3627 [16:24:24.233] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 6.1402000002563ms +Info 3628 [16:24:24.233] Different program with same set of files +Info 3629 [16:24:24.233] getCompletionData: Get current token: 0.003231998533010483 +Info 3630 [16:24:24.234] getCompletionData: Is inside comment: 0.005798999220132828 +Info 3631 [16:24:24.234] getCompletionData: Get previous token: 0.0034889988601207733 +Info 3632 [16:24:24.234] getCompletionsAtPosition: isCompletionListBlocker: 0.006843999028205872 +Info 3633 [16:24:24.234] Returning an empty list because completion was requested in an invalid position. +Info 3634 [16:24:24.234] Format host information updated +Info 3635 [16:24:24.381] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3636 [16:24:24.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 6.109241001307964ms +Info 3637 [16:24:24.388] Different program with same set of files +Info 3638 [16:24:24.388] getCompletionData: Get current token: 0.000813998281955719 +Info 3639 [16:24:24.388] getCompletionData: Is inside comment: 0.0027559995651245117 +Info 3640 [16:24:24.388] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3641 [16:24:24.390] Format host information updated +Info 3642 [16:24:24.528] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3643 [16:24:24.535] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 6.099930997937918ms +Info 3644 [16:24:24.535] Different program with same set of files +Info 3645 [16:24:24.535] getCompletionData: Get current token: 0.0014769993722438812 +Info 3646 [16:24:24.535] getCompletionData: Is inside comment: 0.004974000155925751 +Info 3647 [16:24:24.535] Format host information updated +Info 3648 [16:24:24.681] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3649 [16:24:24.692] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 10.955040000379086ms +Info 3650 [16:24:24.692] Different program with same set of files +Info 3651 [16:24:24.692] getCompletionData: Get current token: 0.0010140016674995422 +Info 3652 [16:24:24.692] getCompletionData: Is inside comment: 0.003697998821735382 +Info 3653 [16:24:24.693] Format host information updated +Info 3654 [16:24:25.072] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3655 [16:24:25.078] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 6.271944001317024ms +Info 3656 [16:24:25.078] Different program with same set of files +Info 3657 [16:24:25.078] getCompletionData: Get current token: 0.0014249980449676514 +Info 3658 [16:24:25.078] getCompletionData: Is inside comment: 0.005277998745441437 +Info 3659 [16:24:25.078] Format host information updated +Info 3660 [16:24:25.214] getCompletionData: Get current token: 0.00137300044298172 +Info 3661 [16:24:25.214] getCompletionData: Is inside comment: 0.0050600022077560425 +Info 3662 [16:24:25.440] Format host information updated +Info 3663 [16:24:25.440] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3664 [16:24:25.446] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 5.9875319972634315ms +Info 3665 [16:24:25.446] Different program with same set of files +Info 3666 [16:24:25.512] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3667 [16:24:25.539] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 27.66628599911928ms +Info 3668 [16:24:25.539] Different program with same set of files +Info 3669 [16:24:25.540] getCompletionData: Get current token: 0.006302997469902039 +Info 3670 [16:24:25.540] getCompletionData: Is inside comment: 0.02244500070810318 +Info 3671 [16:24:25.541] Format host information updated +Info 3672 [16:24:25.713] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3673 [16:24:25.720] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 6.240035001188517ms +Info 3674 [16:24:25.720] Different program with same set of files +Info 3675 [16:24:25.720] getCompletionData: Get current token: 0.0017830021679401398 +Info 3676 [16:24:25.720] getCompletionData: Is inside comment: 0.006636001169681549 +Info 3677 [16:24:25.720] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3678 [16:24:25.720] Format host information updated +Info 3679 [16:24:25.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3680 [16:24:25.823] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 6.536405000835657ms +Info 3681 [16:24:25.823] Different program with same set of files +Info 3682 [16:24:25.823] getCompletionData: Get current token: 0.0019080005586147308 +Info 3683 [16:24:25.823] getCompletionData: Is inside comment: 0.008455000817775726 +Info 3684 [16:24:25.823] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3685 [16:24:25.826] Format host information updated +Info 3686 [16:24:25.914] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3687 [16:24:25.921] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 6.677600998431444ms +Info 3688 [16:24:25.921] Different program with same set of files +Info 3689 [16:24:25.921] getCompletionData: Get current token: 0.0019760020077228546 +Info 3690 [16:24:25.921] getCompletionData: Is inside comment: 0.007927998900413513 +Info 3691 [16:24:25.921] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3692 [16:24:25.922] Format host information updated +Info 3693 [16:24:26.025] Format host information updated +Info 3694 [16:24:26.025] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3695 [16:24:26.050] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 24.541829999536276ms +Info 3696 [16:24:26.050] Different program with same set of files +Info 3697 [16:24:26.503] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3698 [16:24:26.509] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 6.131979998201132ms +Info 3699 [16:24:26.509] Different program with same set of files +Info 3700 [16:24:26.509] getCompletionData: Get current token: 0.0014070011675357819 +Info 3701 [16:24:26.509] getCompletionData: Is inside comment: 0.006210997700691223 +Info 3702 [16:24:26.509] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3703 [16:24:26.509] Format host information updated +Info 3704 [16:24:26.821] Format host information updated +Info 3705 [16:24:26.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3706 [16:24:26.828] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.2563229985535145ms +Info 3707 [16:24:26.828] Different program with same set of files +Info 3708 [16:24:27.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3709 [16:24:27.193] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 8.21331999823451ms +Info 3710 [16:24:27.193] Different program with same set of files +Info 3711 [16:24:27.193] getCompletionData: Get current token: 0.0015769973397254944 +Info 3712 [16:24:27.193] getCompletionData: Is inside comment: 0.0070790015161037445 +Info 3713 [16:24:27.193] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3714 [16:24:27.193] Format host information updated +Info 3715 [16:24:27.671] getCompletionData: Get current token: 0.002703998237848282 +Info 3716 [16:24:27.671] getCompletionData: Is inside comment: 0.00785600021481514 +Info 3717 [16:24:27.671] getCompletionData: Get previous token: 0.005996000021696091 +Info 3718 [16:24:27.671] getCompletionsAtPosition: isCompletionListBlocker: 0.0043379999697208405 +Info 3719 [16:24:27.672] getExportInfoMap: cache hit +Info 3720 [16:24:27.689] collectAutoImports: resolved 3 module specifiers, plus 760 ambient and 385 from cache +Info 3721 [16:24:27.689] collectAutoImports: response is complete +Info 3722 [16:24:27.689] collectAutoImports: 17.308148000389338 +Info 3723 [16:24:27.689] getCompletionData: Semantic work: 17.92314899712801 +Info 3724 [16:24:27.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.247480999678373 +Info 3725 [16:24:28.223] getCompletionData: Get current token: 0.0016219988465309143 +Info 3726 [16:24:28.223] getCompletionData: Is inside comment: 0.006565999239683151 +Info 3727 [16:24:28.223] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 3728 [16:24:28.373] Format host information updated +Info 3729 [16:24:28.374] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3730 [16:24:28.380] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 5.994486998766661ms +Info 3731 [16:24:28.380] Different program with same set of files +Info 3732 [16:24:28.597] getCompletionData: Get current token: 0.002220001071691513 +Info 3733 [16:24:28.597] getCompletionData: Is inside comment: 0.010894998908042908 +Info 3734 [16:24:28.597] getCompletionData: Get previous token: 0.028623998165130615 +Info 3735 [16:24:28.597] getCompletionsAtPosition: isCompletionListBlocker: 0.00992099940776825 +Info 3736 [16:24:28.598] getExportInfoMap: cache hit +Info 3737 [16:24:28.615] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3738 [16:24:28.615] collectAutoImports: response is complete +Info 3739 [16:24:28.615] collectAutoImports: 17.633627999573946 +Info 3740 [16:24:28.615] getCompletionData: Semantic work: 18.346852000802755 +Info 3741 [16:24:28.622] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.882532998919487 +Info 3742 [16:24:28.763] getCompletionData: Get current token: 0.0024640001356601715 +Info 3743 [16:24:28.763] getCompletionData: Is inside comment: 0.006718996912240982 +Info 3744 [16:24:28.763] getCompletionData: Get previous token: 0.004168998450040817 +Info 3745 [16:24:28.763] getCompletionsAtPosition: isCompletionListBlocker: 0.003689996898174286 +Info 3746 [16:24:28.763] getExportInfoMap: cache hit +Info 3747 [16:24:28.776] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3748 [16:24:28.776] collectAutoImports: response is complete +Info 3749 [16:24:28.776] collectAutoImports: 12.696518998593092 +Info 3750 [16:24:28.776] getCompletionData: Semantic work: 13.178639002144337 +Info 3751 [16:24:28.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.977170001715422 +Info 3752 [16:24:28.931] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3753 [16:24:28.956] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 24.52301799878478ms +Info 3754 [16:24:28.956] Different program with same set of files +Info 3755 [16:24:28.956] getCompletionData: Get current token: 0.009149998426437378 +Info 3756 [16:24:28.956] getCompletionData: Is inside comment: 0.024893999099731445 +Info 3757 [16:24:28.957] getCompletionData: Get previous token: 0.01657399907708168 +Info 3758 [16:24:28.957] getCompletionsAtPosition: isCompletionListBlocker: 0.009324997663497925 +Info 3759 [16:24:28.958] getExportInfoMap: cache hit +Info 3760 [16:24:28.982] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3761 [16:24:28.982] collectAutoImports: response is complete +Info 3762 [16:24:28.982] collectAutoImports: 23.81368499994278 +Info 3763 [16:24:28.982] getCompletionData: Semantic work: 25.138199001550674 +Info 3764 [16:24:28.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.489357002079487 +Info 3765 [16:24:28.995] Format host information updated +Info 3766 [16:24:28.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3767 [16:24:29.007] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 7.691710997372866ms +Info 3768 [16:24:29.007] Different program with same set of files +Info 3769 [16:24:29.007] getCompletionData: Get current token: 0.0024660006165504456 +Info 3770 [16:24:29.007] getCompletionData: Is inside comment: 0.007474999874830246 +Info 3771 [16:24:29.007] getCompletionData: Get previous token: 0.004455000162124634 +Info 3772 [16:24:29.007] getCompletionsAtPosition: isCompletionListBlocker: 0.007569998502731323 +Info 3773 [16:24:29.008] getExportInfoMap: cache hit +Info 3774 [16:24:29.020] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3775 [16:24:29.020] collectAutoImports: response is complete +Info 3776 [16:24:29.020] collectAutoImports: 11.836415998637676 +Info 3777 [16:24:29.020] getCompletionData: Semantic work: 12.279947999864817 +Info 3778 [16:24:29.026] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.308455001562834 +Info 3779 [16:24:29.032] Format host information updated +Info 3780 [16:24:29.162] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3781 [16:24:29.169] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 6.365761999040842ms +Info 3782 [16:24:29.169] Different program with same set of files +Info 3783 [16:24:29.169] getCompletionData: Get current token: 0.002898000180721283 +Info 3784 [16:24:29.169] getCompletionData: Is inside comment: 0.008145999163389206 +Info 3785 [16:24:29.169] getCompletionData: Get previous token: 0.008744001388549805 +Info 3786 [16:24:29.169] getCompletionsAtPosition: isCompletionListBlocker: 0.008426003158092499 +Info 3787 [16:24:29.169] getExportInfoMap: cache hit +Info 3788 [16:24:29.173] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 40 from cache +Info 3789 [16:24:29.173] collectAutoImports: response is complete +Info 3790 [16:24:29.173] collectAutoImports: 3.3635339997708797 +Info 3791 [16:24:29.173] getCompletionData: Semantic work: 3.855814002454281 +Info 3792 [16:24:29.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.399007000029087 +Info 3793 [16:24:29.177] Format host information updated +Info 3794 [16:24:29.268] getCompletionData: Get current token: 0.0034999996423721313 +Info 3795 [16:24:29.268] getCompletionData: Is inside comment: 0.007807999849319458 +Info 3796 [16:24:29.268] getCompletionData: Get previous token: 0.004425998777151108 +Info 3797 [16:24:29.268] getCompletionsAtPosition: isCompletionListBlocker: 0.008345000445842743 +Info 3798 [16:24:29.268] getExportInfoMap: cache hit +Info 3799 [16:24:29.281] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3800 [16:24:29.281] collectAutoImports: response is complete +Info 3801 [16:24:29.281] collectAutoImports: 12.458540000021458 +Info 3802 [16:24:29.281] getCompletionData: Semantic work: 13.01579300314188 +Info 3803 [16:24:29.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4038840010762215 +Info 3804 [16:24:29.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3805 [16:24:29.597] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 27.675766997039318ms +Info 3806 [16:24:29.597] Different program with same set of files +Info 3807 [16:24:29.598] getCompletionData: Get current token: 0.03146299719810486 +Info 3808 [16:24:29.598] getCompletionData: Is inside comment: 0.058837998658418655 +Info 3809 [16:24:29.598] getCompletionData: Get previous token: 0.0412600003182888 +Info 3810 [16:24:29.598] getCompletionsAtPosition: isCompletionListBlocker: 0.015262000262737274 +Info 3811 [16:24:29.601] getExportInfoMap: cache hit +Info 3812 [16:24:29.632] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3813 [16:24:29.632] collectAutoImports: response is complete +Info 3814 [16:24:29.632] collectAutoImports: 31.05105199664831 +Info 3815 [16:24:29.632] getCompletionData: Semantic work: 33.25056999921799 +Info 3816 [16:24:29.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.130892001092434 +Info 3817 [16:24:29.646] Format host information updated +Info 3818 [16:24:29.855] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3819 [16:24:29.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 6.041854999959469ms +Info 3820 [16:24:29.861] Different program with same set of files +Info 3821 [16:24:29.862] getCompletionData: Get current token: 0.0024739988148212433 +Info 3822 [16:24:29.862] getCompletionData: Is inside comment: 0.007250998169183731 +Info 3823 [16:24:29.862] getCompletionData: Get previous token: 0.004705000668764114 +Info 3824 [16:24:29.862] getCompletionsAtPosition: isCompletionListBlocker: 0.0037869997322559357 +Info 3825 [16:24:29.862] getExportInfoMap: cache hit +Info 3826 [16:24:29.878] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3827 [16:24:29.878] collectAutoImports: response is complete +Info 3828 [16:24:29.878] collectAutoImports: 15.616924997419119 +Info 3829 [16:24:29.878] getCompletionData: Semantic work: 16.029685001820326 +Info 3830 [16:24:29.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.739089000970125 +Info 3831 [16:24:29.890] Format host information updated +Info 3832 [16:24:31.142] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3833 [16:24:31.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 6.270491000264883ms +Info 3834 [16:24:31.148] Different program with same set of files +Info 3835 [16:24:31.148] getCompletionData: Get current token: 0.0022529996931552887 +Info 3836 [16:24:31.148] getCompletionData: Is inside comment: 0.006322000175714493 +Info 3837 [16:24:31.149] getCompletionData: Get previous token: 0.004184998571872711 +Info 3838 [16:24:31.149] getCompletionsAtPosition: isCompletionListBlocker: 0.00297599658370018 +Info 3839 [16:24:31.149] getExportInfoMap: cache hit +Info 3840 [16:24:31.164] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3841 [16:24:31.164] collectAutoImports: response is complete +Info 3842 [16:24:31.165] collectAutoImports: 15.543380998075008 +Info 3843 [16:24:31.165] getCompletionData: Semantic work: 15.972369000315666 +Info 3844 [16:24:31.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.2117229998111725 +Info 3845 [16:24:31.176] Format host information updated +Info 3846 [16:24:31.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3847 [16:24:31.316] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 6.495544999837875ms +Info 3848 [16:24:31.316] Different program with same set of files +Info 3849 [16:24:31.316] getCompletionData: Get current token: 0.003412000834941864 +Info 3850 [16:24:31.316] getCompletionData: Is inside comment: 0.010207999497652054 +Info 3851 [16:24:31.316] getCompletionData: Get previous token: 0.0066989995539188385 +Info 3852 [16:24:31.316] getCompletionsAtPosition: isCompletionListBlocker: 0.002449002116918564 +Info 3853 [16:24:31.316] Returning an empty list because completion was requested in an invalid position. +Info 3854 [16:24:31.319] Format host information updated +Info 3855 [16:24:31.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3856 [16:24:31.466] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 5.9823480024933815ms +Info 3857 [16:24:31.466] Different program with same set of files +Info 3858 [16:24:31.467] getCompletionData: Get current token: 0.002516999840736389 +Info 3859 [16:24:31.467] getCompletionData: Is inside comment: 0.007848002016544342 +Info 3860 [16:24:31.467] getCompletionData: Get previous token: 0.008600998669862747 +Info 3861 [16:24:31.467] getCompletionsAtPosition: isCompletionListBlocker: 0.00199199840426445 +Info 3862 [16:24:31.467] Returning an empty list because completion was requested in an invalid position. +Info 3863 [16:24:31.467] Format host information updated +Info 3864 [16:24:31.541] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3865 [16:24:31.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 24.022606000304222ms +Info 3866 [16:24:31.565] Different program with same set of files +Info 3867 [16:24:31.566] getCompletionData: Get current token: 0.009108997881412506 +Info 3868 [16:24:31.566] getCompletionData: Is inside comment: 0.02773600071668625 +Info 3869 [16:24:31.566] getCompletionData: Get previous token: 0.016958002001047134 +Info 3870 [16:24:31.566] getCompletionsAtPosition: isCompletionListBlocker: 0.03127500042319298 +Info 3871 [16:24:31.567] getExportInfoMap: cache hit +Info 3872 [16:24:31.591] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3873 [16:24:31.591] collectAutoImports: response is complete +Info 3874 [16:24:31.591] collectAutoImports: 24.269586000591516 +Info 3875 [16:24:31.591] getCompletionData: Semantic work: 25.585576001554728 +Info 3876 [16:24:31.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.99889599904418 +Info 3877 [16:24:31.605] Format host information updated +Info 3878 [16:24:32.018] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3879 [16:24:32.026] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 8.213766001164913ms +Info 3880 [16:24:32.026] Different program with same set of files +Info 3881 [16:24:32.026] getCompletionData: Get current token: 0.0027870014309883118 +Info 3882 [16:24:32.026] getCompletionData: Is inside comment: 0.007295001298189163 +Info 3883 [16:24:32.026] getCompletionData: Get previous token: 0.004918999969959259 +Info 3884 [16:24:32.026] getCompletionsAtPosition: isCompletionListBlocker: 0.007435999810695648 +Info 3885 [16:24:32.027] getExportInfoMap: cache hit +Info 3886 [16:24:32.038] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3887 [16:24:32.038] collectAutoImports: response is complete +Info 3888 [16:24:32.038] collectAutoImports: 11.042185001075268 +Info 3889 [16:24:32.038] getCompletionData: Semantic work: 11.486209001392126 +Info 3890 [16:24:32.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.267433002591133 +Info 3891 [16:24:32.052] Format host information updated +Info 3892 [16:24:32.124] getCompletionData: Get current token: 0.0035330019891262054 +Info 3893 [16:24:32.124] getCompletionData: Is inside comment: 0.007934000343084335 +Info 3894 [16:24:32.124] getCompletionData: Get previous token: 0.005271002650260925 +Info 3895 [16:24:32.124] getCompletionsAtPosition: isCompletionListBlocker: 0.002521999180316925 +Info 3896 [16:24:32.124] Returning an empty list because completion was requested in an invalid position. +Info 3897 [16:24:32.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3898 [16:24:32.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 6.576906997710466ms +Info 3899 [16:24:32.238] Different program with same set of files +Info 3900 [16:24:32.238] getCompletionData: Get current token: 0.0033009983599185944 +Info 3901 [16:24:32.238] getCompletionData: Is inside comment: 0.00921500101685524 +Info 3902 [16:24:32.238] getCompletionData: Get previous token: 0.010232999920845032 +Info 3903 [16:24:32.238] getCompletionsAtPosition: isCompletionListBlocker: 0.002569001168012619 +Info 3904 [16:24:32.238] Returning an empty list because completion was requested in an invalid position. +Info 3905 [16:24:32.238] Format host information updated +Info 3906 [16:24:32.700] Format host information updated +Info 3907 [16:24:32.700] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3908 [16:24:32.707] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 6.64605500176549ms +Info 3909 [16:24:32.707] Different program with same set of files +Info 3910 [16:24:32.765] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3911 [16:24:32.774] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 8.430801000446081ms +Info 3912 [16:24:32.774] Different program with same set of files +Info 3913 [16:24:32.774] getCompletionData: Get current token: 0.0029809996485710144 +Info 3914 [16:24:32.774] getCompletionData: Is inside comment: 0.008694000542163849 +Info 3915 [16:24:32.774] getCompletionData: Get previous token: 0.010926999151706696 +Info 3916 [16:24:32.774] getCompletionsAtPosition: isCompletionListBlocker: 0.0033950023353099823 +Info 3917 [16:24:32.774] getExportInfoMap: cache hit +Info 3918 [16:24:32.778] collectAutoImports: resolved 0 module specifiers, plus 73 ambient and 40 from cache +Info 3919 [16:24:32.778] collectAutoImports: response is complete +Info 3920 [16:24:32.778] collectAutoImports: 3.5586980022490025 +Info 3921 [16:24:32.778] getCompletionData: Semantic work: 4.048262998461723 +Info 3922 [16:24:32.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.690370999276638 +Info 3923 [16:24:32.783] Format host information updated +Info 3924 [16:24:32.977] getCompletionData: Get current token: 0.0040360018610954285 +Info 3925 [16:24:32.977] getCompletionData: Is inside comment: 0.013939999043941498 +Info 3926 [16:24:32.977] getCompletionData: Get previous token: 0.010264001786708832 +Info 3927 [16:24:32.977] getCompletionsAtPosition: isCompletionListBlocker: 0.009912997484207153 +Info 3928 [16:24:32.978] getExportInfoMap: cache hit +Info 3929 [16:24:33.005] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3930 [16:24:33.005] collectAutoImports: response is complete +Info 3931 [16:24:33.005] collectAutoImports: 26.213628999888897 +Info 3932 [16:24:33.005] getCompletionData: Semantic work: 27.19022999703884 +Info 3933 [16:24:33.017] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.077916000038385 +Info 3934 [16:24:33.174] Format host information updated +Info 3935 [16:24:33.174] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3936 [16:24:33.186] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 12.28550300002098ms +Info 3937 [16:24:33.186] Different program with same set of files +Info 3938 [16:24:33.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3939 [16:24:33.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 7.792360000312328ms +Info 3940 [16:24:33.246] Different program with same set of files +Info 3941 [16:24:33.246] getCompletionData: Get current token: 0.0034569986164569855 +Info 3942 [16:24:33.246] getCompletionData: Is inside comment: 0.01042800024151802 +Info 3943 [16:24:33.246] getCompletionData: Get previous token: 0.007667001336812973 +Info 3944 [16:24:33.246] getCompletionsAtPosition: isCompletionListBlocker: 0.025478001683950424 +Info 3945 [16:24:33.247] getExportInfoMap: cache hit +Info 3946 [16:24:33.263] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3947 [16:24:33.263] collectAutoImports: response is complete +Info 3948 [16:24:33.263] collectAutoImports: 16.06743799895048 +Info 3949 [16:24:33.263] getCompletionData: Semantic work: 16.645593997091055 +Info 3950 [16:24:33.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.028824999928474 +Info 3951 [16:24:33.275] Format host information updated +Info 3952 [16:24:33.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3953 [16:24:33.485] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 6.91474299877882ms +Info 3954 [16:24:33.485] Different program with same set of files +Info 3955 [16:24:33.485] getCompletionData: Get current token: 0.0031349994242191315 +Info 3956 [16:24:33.486] getCompletionData: Is inside comment: 0.009509000927209854 +Info 3957 [16:24:33.486] getCompletionData: Get previous token: 0.00648999959230423 +Info 3958 [16:24:33.486] getCompletionsAtPosition: isCompletionListBlocker: 0.007645998150110245 +Info 3959 [16:24:33.486] getExportInfoMap: cache hit +Info 3960 [16:24:33.500] collectAutoImports: resolved 0 module specifiers, plus 760 ambient and 388 from cache +Info 3961 [16:24:33.500] collectAutoImports: response is complete +Info 3962 [16:24:33.500] collectAutoImports: 14.252930998802185 +Info 3963 [16:24:33.500] getCompletionData: Semantic work: 14.76155300065875 +Info 3964 [16:24:33.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.634181998670101 +Info 3965 [16:24:33.514] Format host information updated +Info 3966 [16:24:33.539] Format host information updated +Info 3967 [16:24:33.539] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3968 [16:24:33.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 6.253357000648975ms +Info 3969 [16:24:33.545] Different program with same set of files +Info 3970 [16:24:33.825] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3971 [16:24:33.832] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 7.869026999920607ms +Info 3972 [16:24:33.832] Different program with same set of files +Info 3973 [16:24:33.833] getCompletionData: Get current token: 0.0035899989306926727 +Info 3974 [16:24:33.833] getCompletionData: Is inside comment: 0.012184999883174896 +Info 3975 [16:24:33.833] getCompletionData: Get previous token: 0.014750000089406967 +Info 3976 [16:24:33.833] getCompletionsAtPosition: isCompletionListBlocker: 0.009863998740911484 +Info 3977 [16:24:33.833] getExportInfoMap: cache hit +Info 3978 [16:24:33.837] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 40 from cache +Info 3979 [16:24:33.837] collectAutoImports: response is complete +Info 3980 [16:24:33.837] collectAutoImports: 3.9457890018820763 +Info 3981 [16:24:33.837] getCompletionData: Semantic work: 4.614776000380516 +Info 3982 [16:24:33.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.600659001618624 +Info 3983 [16:24:33.846] Format host information updated +Info 3984 [16:24:34.209] Format host information updated +Info 3985 [16:24:34.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3986 [16:24:34.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 6.495381999760866ms +Info 3987 [16:24:34.216] Different program with same set of files +Info 3988 [16:24:34.327] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3989 [16:24:34.337] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 9.759874001145363ms +Info 3990 [16:24:34.337] Different program with same set of files +Info 3991 [16:24:34.337] getCompletionData: Get current token: 0.0028870031237602234 +Info 3992 [16:24:34.337] getCompletionData: Is inside comment: 0.008178003132343292 +Info 3993 [16:24:34.337] getCompletionData: Get previous token: 0.010798998177051544 +Info 3994 [16:24:34.337] getCompletionsAtPosition: isCompletionListBlocker: 0.007999997586011887 +Info 3995 [16:24:34.337] getExportInfoMap: cache hit +Info 3996 [16:24:34.341] collectAutoImports: resolved 0 module specifiers, plus 73 ambient and 40 from cache +Info 3997 [16:24:34.341] collectAutoImports: response is complete +Info 3998 [16:24:34.341] collectAutoImports: 3.7792759984731674 +Info 3999 [16:24:34.341] getCompletionData: Semantic work: 4.298606000840664 +Info 4000 [16:24:34.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7271020002663136 +Info 4001 [16:24:34.347] Format host information updated +Info 4002 [16:24:35.726] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4003 [16:24:35.729] Elapsed:: 2.375390999019146ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 4004 [16:24:35.729] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4005 [16:24:35.729] Elapsed:: 0.11197099834680557ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 4006 [16:24:35.729] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4007 [16:24:35.729] Ignoring files that are not *.json +Info 4008 [16:24:35.729] Elapsed:: 0.025508999824523926ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 4009 [16:24:35.982] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4010 [16:24:35.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: true structureIsReused:: Not Elapsed: 16.345741000026464ms +Info 4011 [16:24:35.999] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4012 [16:24:35.999] Files (148) + +Info 4013 [16:24:35.999] ----------------------------------------------- +Info 4014 [16:24:35.999] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4015 [16:24:35.999] Files (624) + +Info 4016 [16:24:35.999] ----------------------------------------------- +Info 4017 [16:24:38.229] Before ensureProjectForOpenFiles: +Info 4018 [16:24:38.229] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4018 [16:24:38.229] Files (148) + +Info 4018 [16:24:38.230] ----------------------------------------------- +Info 4018 [16:24:38.230] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4018 [16:24:38.230] Files (624) + +Info 4018 [16:24:38.230] ----------------------------------------------- +Info 4018 [16:24:38.230] Project '/dev/null/inferredProject1*' (Inferred) +Info 4018 [16:24:38.230] Files (134) + +Info 4018 [16:24:38.230] ----------------------------------------------- +Info 4018 [16:24:38.230] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4018 [16:24:38.230] Files (179) + +Info 4018 [16:24:38.230] ----------------------------------------------- +Info 4018 [16:24:38.230] Open files: +Info 4018 [16:24:38.230] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4018 [16:24:38.230] Projects: /dev/null/inferredProject1* +Info 4018 [16:24:38.230] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4018 [16:24:38.230] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4018 [16:24:38.230] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4018 [16:24:38.230] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4018 [16:24:38.230] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4018 [16:24:38.230] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4018 [16:24:38.230] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4018 [16:24:38.230] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4018 [16:24:38.230] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4019 [16:24:38.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 181 structureChanged: true structureIsReused:: Not Elapsed: 15.644409000873566ms +Info 4020 [16:24:38.246] Project '/dev/null/inferredProject1*' (Inferred) +Info 4021 [16:24:38.246] Files (133) + +Info 4022 [16:24:38.246] ----------------------------------------------- +Info 4023 [16:24:38.246] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4024 [16:24:38.246] Files (179) + +Info 4025 [16:24:38.246] ----------------------------------------------- +Info 4026 [16:24:38.246] After ensureProjectForOpenFiles: +Info 4027 [16:24:38.246] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 4027 [16:24:38.246] Files (148) + +Info 4027 [16:24:38.246] ----------------------------------------------- +Info 4027 [16:24:38.246] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 4027 [16:24:38.246] Files (624) + +Info 4027 [16:24:38.246] ----------------------------------------------- +Info 4027 [16:24:38.246] Project '/dev/null/inferredProject1*' (Inferred) +Info 4027 [16:24:38.246] Files (133) + +Info 4027 [16:24:38.246] ----------------------------------------------- +Info 4027 [16:24:38.246] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 4027 [16:24:38.246] Files (179) + +Info 4027 [16:24:38.246] ----------------------------------------------- +Info 4027 [16:24:38.246] Open files: +Info 4027 [16:24:38.246] FileName: /home/orion/src/purescript-puppeteer/test/Test.Main.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4027 [16:24:38.246] Projects: /dev/null/inferredProject1* +Info 4027 [16:24:38.246] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4027 [16:24:38.246] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4027 [16:24:38.246] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4027 [16:24:38.246] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4027 [16:24:38.246] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4027 [16:24:38.246] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4027 [16:24:38.246] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 4027 [16:24:38.246] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4027 [16:24:38.246] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/test/Test.Main.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Base.js +Info 4028 [16:37:16.447] getCompletionData: Get current token: 0.0034650005400180817 +Info 4029 [16:37:16.447] getCompletionData: Is inside comment: 0.0013180002570152283 +Info 4030 [16:37:16.447] getCompletionData: Get previous token: 0.01816299930214882 +Info 4031 [16:37:16.447] getCompletionsAtPosition: isCompletionListBlocker: 0.009495999664068222 +Info 4032 [16:37:16.450] AutoImportProviderProject: found 466 root files in 6 dependencies in 0.5047920010983944 ms +Info 4033 [16:37:16.455] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 4034 [16:37:16.456] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 1.3121670000255108ms +Info 4035 [16:37:16.456] getExportInfoMap: cache miss or empty; calculating new results +Info 4036 [16:37:16.490] forEachExternalModuleToImportFrom autoImportProvider: 17.441201001405716 +Info 4037 [16:37:16.490] getExportInfoMap: done in 40.70624599978328 ms +Info 4038 [16:37:16.499] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 321 from cache +Info 4039 [16:37:16.499] collectAutoImports: response is complete +Info 4040 [16:37:16.499] collectAutoImports: 8.148290000855923 +Info 4041 [16:37:16.499] getCompletionData: Semantic work: 51.67631499841809 +Info 4042 [16:37:16.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.56614599749446 +Info 4043 [16:37:17.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4044 [16:37:17.283] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 19.1345129981637ms +Info 4045 [16:37:17.283] Different program with same set of files +Info 4046 [16:37:17.283] getCompletionData: Get current token: 0.009758997708559036 +Info 4047 [16:37:17.283] getCompletionData: Is inside comment: 0.0013250000774860382 +Info 4048 [16:37:17.283] getCompletionData: Get previous token: 0.014400999993085861 +Info 4049 [16:37:17.283] getCompletionsAtPosition: isCompletionListBlocker: 0.0032700002193450928 +Info 4050 [16:37:17.285] getExportInfoMap: cache hit +Info 4051 [16:37:17.325] collectAutoImports: resolved 1 module specifiers, plus 219 ambient and 3101 from cache +Info 4052 [16:37:17.325] collectAutoImports: response is complete +Info 4053 [16:37:17.325] collectAutoImports: 40.13160200044513 +Info 4054 [16:37:17.325] getCompletionData: Semantic work: 42.44676000252366 +Info 4055 [16:37:17.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.493680000305176 +Info 4056 [16:37:17.350] Format host information updated +Info 4057 [16:37:17.545] Format host information updated +Info 4058 [16:37:17.545] Format host information updated +Info 4059 [16:37:17.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4060 [16:37:17.564] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 17.931623999029398ms +Info 4061 [16:37:17.564] Different program with same set of files +Info 4062 [16:37:17.794] Format host information updated +Info 4063 [16:37:17.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4064 [16:37:17.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 10.68334100022912ms +Info 4065 [16:37:17.805] Different program with same set of files +Info 4066 [16:37:18.042] getCompletionData: Get current token: 0.004836000502109528 +Info 4067 [16:37:18.042] getCompletionData: Is inside comment: 0.012513000518083572 +Info 4068 [16:37:18.042] getCompletionData: Get previous token: 0.008911997079849243 +Info 4069 [16:37:18.042] getCompletionsAtPosition: isCompletionListBlocker: 0.008720997720956802 +Info 4070 [16:37:18.044] getExportInfoMap: cache hit +Info 4071 [16:37:18.072] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 4072 [16:37:18.072] collectAutoImports: response is complete +Info 4073 [16:37:18.072] collectAutoImports: 27.93096499890089 +Info 4074 [16:37:18.072] getCompletionData: Semantic work: 30.000195998698473 +Info 4075 [16:37:18.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.446283999830484 +Info 4076 [16:37:18.426] Format host information updated +Info 4077 [16:37:18.426] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4078 [16:37:18.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 9.985497999936342ms +Info 4079 [16:37:18.436] Different program with same set of files +Info 4080 [16:37:18.728] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4081 [16:37:18.738] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 10.791999999433756ms +Info 4082 [16:37:18.738] Different program with same set of files +Info 4083 [16:37:18.739] getCompletionData: Get current token: 0.0028240010142326355 +Info 4084 [16:37:18.739] getCompletionData: Is inside comment: 0.010839000344276428 +Info 4085 [16:37:18.739] getCompletionData: Get previous token: 0.00679599866271019 +Info 4086 [16:37:18.739] getCompletionsAtPosition: isCompletionListBlocker: 0.008797001093626022 +Info 4087 [16:37:18.740] getExportInfoMap: cache hit +Info 4088 [16:37:18.764] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 4089 [16:37:18.765] collectAutoImports: response is complete +Info 4090 [16:37:18.765] collectAutoImports: 24.193050999194384 +Info 4091 [16:37:18.765] getCompletionData: Semantic work: 25.845233999192715 +Info 4092 [16:37:18.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.07642100006342 +Info 4093 [16:37:18.785] Format host information updated +Info 4094 [16:37:19.303] Format host information updated +Info 4095 [16:37:19.303] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4096 [16:37:19.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 10.658102001994848ms +Info 4097 [16:37:19.314] Different program with same set of files +Info 4098 [16:37:19.613] Format host information updated +Info 4099 [16:37:19.613] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4100 [16:37:19.627] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 13.468001000583172ms +Info 4101 [16:37:19.627] Different program with same set of files +Info 4102 [16:37:19.804] Format host information updated +Info 4103 [16:37:19.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4104 [16:37:19.828] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 22.501998998224735ms +Info 4105 [16:37:19.828] Different program with same set of files +Info 4106 [16:37:20.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4107 [16:37:20.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 9.954968001693487ms +Info 4108 [16:37:20.066] Different program with same set of files +Info 4109 [16:37:20.066] getCompletionData: Get current token: 0.007463999092578888 +Info 4110 [16:37:20.066] getCompletionData: Is inside comment: 0.03449299931526184 +Info 4111 [16:37:20.066] getCompletionData: Get previous token: 0.016350001096725464 +Info 4112 [16:37:20.067] getCompletionsAtPosition: isCompletionListBlocker: 0.0033459998667240143 +Info 4113 [16:37:20.069] getExportInfoMap: cache hit +Info 4114 [16:37:20.082] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 794 from cache +Info 4115 [16:37:20.082] collectAutoImports: response is complete +Info 4116 [16:37:20.082] collectAutoImports: 12.696449000388384 +Info 4117 [16:37:20.082] getCompletionData: Semantic work: 15.498327001929283 +Info 4118 [16:37:20.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.7985019981861115 +Info 4119 [16:37:20.096] Format host information updated +Info 4120 [16:37:20.099] Format host information updated +Info 4121 [16:37:20.100] Format host information updated +Info 4122 [16:37:20.100] Format host information updated +Info 4123 [16:37:20.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4124 [16:37:20.109] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 9.52920800074935ms +Info 4125 [16:37:20.109] Different program with same set of files +Info 4126 [16:37:20.272] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4127 [16:37:20.281] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 9.133170999586582ms +Info 4128 [16:37:20.281] Different program with same set of files +Info 4129 [16:37:20.281] getCompletionData: Get current token: 0.006845001131296158 +Info 4130 [16:37:20.281] getCompletionData: Is inside comment: 0.01093599945306778 +Info 4131 [16:37:20.281] getCompletionData: Get previous token: 0.014750000089406967 +Info 4132 [16:37:20.281] getCompletionsAtPosition: isCompletionListBlocker: 0.022637002170085907 +Info 4133 [16:37:20.283] getExportInfoMap: cache hit +Info 4134 [16:37:20.285] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 4135 [16:37:20.285] collectAutoImports: response is complete +Info 4136 [16:37:20.285] collectAutoImports: 2.547655001282692 +Info 4137 [16:37:20.285] getCompletionData: Semantic work: 4.220296002924442 +Info 4138 [16:37:20.290] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.043405000120401 +Info 4139 [16:37:20.292] Format host information updated +Info 4140 [16:37:20.294] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4141 [16:37:20.305] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 11.00059999898076ms +Info 4142 [16:37:20.305] Different program with same set of files +Info 4143 [16:37:20.306] getCompletionData: Get current token: 0.004587002098560333 +Info 4144 [16:37:20.306] getCompletionData: Is inside comment: 0.013999000191688538 +Info 4145 [16:37:20.306] getCompletionData: Get previous token: 0.01097400113940239 +Info 4146 [16:37:20.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0038250014185905457 +Info 4147 [16:37:20.306] getCompletionData: Semantic work: 0.17033600062131882 +Info 4148 [16:37:20.306] Format host information updated +Info 4149 [16:37:20.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4150 [16:37:20.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 9.858737997710705ms +Info 4151 [16:37:20.476] Different program with same set of files +Info 4152 [16:37:20.476] getCompletionData: Get current token: 0.005873002111911774 +Info 4153 [16:37:20.476] getCompletionData: Is inside comment: 0.010249000042676926 +Info 4154 [16:37:20.476] getCompletionData: Get previous token: 0.015661999583244324 +Info 4155 [16:37:20.476] getCompletionsAtPosition: isCompletionListBlocker: 0.0029770024120807648 +Info 4156 [16:37:20.476] getCompletionData: Semantic work: 0.08976100012660027 +Info 4157 [16:37:20.477] Format host information updated +Info 4158 [16:37:20.636] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4159 [16:37:20.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 9.30281599983573ms +Info 4160 [16:37:20.645] Different program with same set of files +Info 4161 [16:37:20.646] getCompletionData: Get current token: 0.004305001348257065 +Info 4162 [16:37:20.646] getCompletionData: Is inside comment: 0.031808000057935715 +Info 4163 [16:37:20.646] getCompletionData: Get previous token: 0.011551998555660248 +Info 4164 [16:37:20.646] getCompletionsAtPosition: isCompletionListBlocker: 0.003765001893043518 +Info 4165 [16:37:20.646] getCompletionData: Semantic work: 0.10277200117707253 +Info 4166 [16:37:20.646] Format host information updated +Info 4167 [16:37:20.811] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4168 [16:37:20.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 8.789439998567104ms +Info 4169 [16:37:20.819] Different program with same set of files +Info 4170 [16:37:20.820] getCompletionData: Get current token: 0.007226999849081039 +Info 4171 [16:37:20.820] getCompletionData: Is inside comment: 0.010907996445894241 +Info 4172 [16:37:20.820] getCompletionData: Get previous token: 0.014196999371051788 +Info 4173 [16:37:20.820] getCompletionsAtPosition: isCompletionListBlocker: 0.0034709982573986053 +Info 4174 [16:37:20.822] getExportInfoMap: cache hit +Info 4175 [16:37:20.825] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 4176 [16:37:20.825] collectAutoImports: response is complete +Info 4177 [16:37:20.825] collectAutoImports: 2.7864510007202625 +Info 4178 [16:37:20.825] getCompletionData: Semantic work: 4.957588002085686 +Info 4179 [16:37:20.829] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.826627001166344 +Info 4180 [16:37:20.831] Format host information updated +Info 4181 [16:37:21.003] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4182 [16:37:21.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 8.787184000015259ms +Info 4183 [16:37:21.012] Different program with same set of files +Info 4184 [16:37:21.012] getCompletionData: Get current token: 0.006987001746892929 +Info 4185 [16:37:21.012] getCompletionData: Is inside comment: 0.010302998125553131 +Info 4186 [16:37:21.012] getCompletionData: Get previous token: 0.013849999755620956 +Info 4187 [16:37:21.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0033909976482391357 +Info 4188 [16:37:21.014] getExportInfoMap: cache hit +Info 4189 [16:37:21.016] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 4190 [16:37:21.016] collectAutoImports: response is complete +Info 4191 [16:37:21.016] collectAutoImports: 2.4507609978318214 +Info 4192 [16:37:21.016] getCompletionData: Semantic work: 3.9071370027959347 +Info 4193 [16:37:21.021] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.441672999411821 +Info 4194 [16:37:21.022] Format host information updated +Info 4195 [16:37:21.025] Format host information updated +Info 4196 [16:37:21.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4197 [16:37:21.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 8.196188002824783ms +Info 4198 [16:37:21.033] Different program with same set of files +Info 4199 [16:37:21.034] getCompletionData: Get current token: 0.0047449991106987 +Info 4200 [16:37:21.034] getCompletionData: Is inside comment: 0.013943001627922058 +Info 4201 [16:37:21.034] getCompletionData: Get previous token: 0.011440999805927277 +Info 4202 [16:37:21.034] getCompletionsAtPosition: isCompletionListBlocker: 0.0030809976160526276 +Info 4203 [16:37:21.034] getCompletionData: Semantic work: 0.5177609995007515 +Info 4204 [16:37:21.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.26907699927687645 +Info 4205 [16:37:21.037] Format host information updated +Info 4206 [16:37:21.246] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4207 [16:37:21.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 10.007547002285719ms +Info 4208 [16:37:21.256] Different program with same set of files +Info 4209 [16:37:21.256] getCompletionData: Get current token: 0.0058760009706020355 +Info 4210 [16:37:21.256] getCompletionData: Is inside comment: 0.013148996978998184 +Info 4211 [16:37:21.256] getCompletionData: Get previous token: 0.016172003000974655 +Info 4212 [16:37:21.256] getCompletionsAtPosition: isCompletionListBlocker: 0.00309700146317482 +Info 4213 [16:37:21.256] getCompletionData: Semantic work: 0.40882499888539314 +Info 4214 [16:37:21.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4530790001153946 +Info 4215 [16:37:21.257] Format host information updated +Info 4216 [16:37:21.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4217 [16:37:21.522] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 9.021836001425982ms +Info 4218 [16:37:21.522] Different program with same set of files +Info 4219 [16:37:21.522] getCompletionData: Get current token: 0.006452001631259918 +Info 4220 [16:37:21.522] getCompletionData: Is inside comment: 0.011352002620697021 +Info 4221 [16:37:21.522] getCompletionData: Get previous token: 0.016720000654459 +Info 4222 [16:37:21.522] getCompletionsAtPosition: isCompletionListBlocker: 0.004009999334812164 +Info 4223 [16:37:21.523] getCompletionData: Semantic work: 0.41843699663877487 +Info 4224 [16:37:21.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4283760003745556 +Info 4225 [16:37:21.524] Format host information updated +Info 4226 [16:37:21.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4227 [16:37:21.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 10.76316599920392ms +Info 4228 [16:37:21.706] Different program with same set of files +Info 4229 [16:37:21.706] getCompletionData: Get current token: 0.008709002286195755 +Info 4230 [16:37:21.706] getCompletionData: Is inside comment: 0.010960999876260757 +Info 4231 [16:37:21.706] getCompletionData: Get previous token: 0.016047999262809753 +Info 4232 [16:37:21.706] getCompletionsAtPosition: isCompletionListBlocker: 0.0034880004823207855 +Info 4233 [16:37:21.707] getCompletionData: Semantic work: 0.4101929999887943 +Info 4234 [16:37:21.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.426730003207922 +Info 4235 [16:37:21.708] Format host information updated +Info 4236 [16:37:21.899] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4237 [16:37:21.907] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 8.525739997625351ms +Info 4238 [16:37:21.907] Different program with same set of files +Info 4239 [16:37:21.907] getCompletionData: Get current token: 0.005953002721071243 +Info 4240 [16:37:21.907] getCompletionData: Is inside comment: 0.01033100113272667 +Info 4241 [16:37:21.907] getCompletionData: Get previous token: 0.016196001321077347 +Info 4242 [16:37:21.908] getCompletionsAtPosition: isCompletionListBlocker: 0.003287002444267273 +Info 4243 [16:37:21.908] getCompletionData: Semantic work: 0.39973900094628334 +Info 4244 [16:37:21.908] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.37287500128149986 +Info 4245 [16:37:21.911] Format host information updated +Info 4246 [16:37:22.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4247 [16:37:22.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 10.452801000326872ms +Info 4248 [16:37:22.149] Different program with same set of files +Info 4249 [16:37:22.149] getCompletionData: Get current token: 0.00555100291967392 +Info 4250 [16:37:22.149] getCompletionData: Is inside comment: 0.01093200221657753 +Info 4251 [16:37:22.149] getCompletionData: Get previous token: 0.008312001824378967 +Info 4252 [16:37:22.149] getCompletionsAtPosition: isCompletionListBlocker: 0.007470998913049698 +Info 4253 [16:37:22.151] getExportInfoMap: cache hit +Info 4254 [16:37:22.177] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 4255 [16:37:22.177] collectAutoImports: response is complete +Info 4256 [16:37:22.177] collectAutoImports: 25.816119998693466 +Info 4257 [16:37:22.177] getCompletionData: Semantic work: 27.313312999904156 +Info 4258 [16:37:22.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.305578000843525 +Info 4259 [16:37:22.198] Format host information updated +Info 4260 [16:37:22.379] getCompletionData: Get current token: 0.003887999802827835 +Info 4261 [16:37:22.379] getCompletionData: Is inside comment: 0.0013069994747638702 +Info 4262 [16:37:22.380] getCompletionData: Get previous token: 0.01186399906873703 +Info 4263 [16:37:22.380] getCompletionsAtPosition: isCompletionListBlocker: 0.003056999295949936 +Info 4264 [16:37:22.381] getExportInfoMap: cache hit +Info 4265 [16:37:22.401] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 4266 [16:37:22.401] collectAutoImports: response is complete +Info 4267 [16:37:22.401] collectAutoImports: 19.525246001780033 +Info 4268 [16:37:22.401] getCompletionData: Semantic work: 21.008869998157024 +Info 4269 [16:37:22.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.076287001371384 +Info 4270 [16:37:22.420] Format host information updated +Info 4271 [16:37:22.470] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4272 [16:37:22.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 8.035087000578642ms +Info 4273 [16:37:22.478] Different program with same set of files +Info 4274 [16:37:22.478] getCompletionData: Get current token: 0.0037899985909461975 +Info 4275 [16:37:22.478] getCompletionData: Is inside comment: 0.0012929998338222504 +Info 4276 [16:37:22.478] getCompletionData: Get previous token: 0.021834999322891235 +Info 4277 [16:37:22.478] getCompletionsAtPosition: isCompletionListBlocker: 0.004289999604225159 +Info 4278 [16:37:22.479] getExportInfoMap: cache hit +Info 4279 [16:37:22.488] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 442 from cache +Info 4280 [16:37:22.488] collectAutoImports: response is complete +Info 4281 [16:37:22.488] collectAutoImports: 8.404559001326561 +Info 4282 [16:37:22.488] getCompletionData: Semantic work: 9.893625002354383 +Info 4283 [16:37:22.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.949257999658585 +Info 4284 [16:37:22.497] Format host information updated +Info 4285 [16:37:22.664] getCompletionData: Get current token: 0.008961997926235199 +Info 4286 [16:37:22.664] getCompletionData: Is inside comment: 0.016849998384714127 +Info 4287 [16:37:22.664] getCompletionData: Get previous token: 0.014249999076128006 +Info 4288 [16:37:22.664] getCompletionsAtPosition: isCompletionListBlocker: 0.007633998990058899 +Info 4289 [16:37:22.666] getExportInfoMap: cache hit +Info 4290 [16:37:22.684] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3102 from cache +Info 4291 [16:37:22.684] collectAutoImports: response is complete +Info 4292 [16:37:22.684] collectAutoImports: 18.623277999460697 +Info 4293 [16:37:22.684] getCompletionData: Semantic work: 20.034540999680758 +Info 4294 [16:37:22.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.089188996702433 +Info 4295 [16:37:22.703] Format host information updated +Info 4296 [16:37:24.040] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4297 [16:37:24.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 10.788960997015238ms +Info 4298 [16:37:24.051] Different program with same set of files +Info 4299 [16:37:24.051] getCompletionData: Get current token: 0.004859998822212219 +Info 4300 [16:37:24.051] getCompletionData: Is inside comment: 0.001384001225233078 +Info 4301 [16:37:24.051] getCompletionData: Get previous token: 0.024243000894784927 +Info 4302 [16:37:24.051] getCompletionsAtPosition: isCompletionListBlocker: 0.008571002632379532 +Info 4303 [16:37:24.053] getExportInfoMap: cache hit +Info 4304 [16:37:24.055] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 4305 [16:37:24.055] collectAutoImports: response is complete +Info 4306 [16:37:24.055] collectAutoImports: 2.6382619999349117 +Info 4307 [16:37:24.055] getCompletionData: Semantic work: 4.210884999483824 +Info 4308 [16:37:24.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.440919999033213 +Info 4309 [16:37:24.062] Format host information updated +Info 4310 [16:37:24.234] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4311 [16:37:24.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 10.63111599907279ms +Info 4312 [16:37:24.245] Different program with same set of files +Info 4313 [16:37:24.245] getCompletionData: Get current token: 0.004395000636577606 +Info 4314 [16:37:24.245] getCompletionData: Is inside comment: 0.0012129992246627808 +Info 4315 [16:37:24.245] getCompletionData: Get previous token: 0.023088999092578888 +Info 4316 [16:37:24.245] getCompletionsAtPosition: isCompletionListBlocker: 0.008963000029325485 +Info 4317 [16:37:24.247] getExportInfoMap: cache hit +Info 4318 [16:37:24.249] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 4319 [16:37:24.249] collectAutoImports: response is complete +Info 4320 [16:37:24.249] collectAutoImports: 2.4954129979014397 +Info 4321 [16:37:24.249] getCompletionData: Semantic work: 4.133156999945641 +Info 4322 [16:37:24.254] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.77522199973464 +Info 4323 [16:37:24.256] Format host information updated +Info 4324 [16:37:24.257] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4325 [16:37:24.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 7.9756070002913475ms +Info 4326 [16:37:24.265] Different program with same set of files +Info 4327 [16:37:24.265] getCompletionData: Get current token: 0.0043800026178359985 +Info 4328 [16:37:24.265] getCompletionData: Is inside comment: 0.0014159977436065674 +Info 4329 [16:37:24.266] getCompletionData: Get previous token: 0.022575002163648605 +Info 4330 [16:37:24.266] getCompletionsAtPosition: isCompletionListBlocker: 0.0072400011122226715 +Info 4331 [16:37:24.267] getExportInfoMap: cache hit +Info 4332 [16:37:24.269] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 4333 [16:37:24.269] collectAutoImports: response is complete +Info 4334 [16:37:24.269] collectAutoImports: 2.199210997670889 +Info 4335 [16:37:24.269] getCompletionData: Semantic work: 3.6200180016458035 +Info 4336 [16:37:24.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2974890023469925 +Info 4337 [16:37:24.277] Format host information updated +Info 4338 [16:37:24.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4339 [16:37:24.456] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 8.048092998564243ms +Info 4340 [16:37:24.456] Different program with same set of files +Info 4341 [16:37:24.456] getCompletionData: Get current token: 0.004207000136375427 +Info 4342 [16:37:24.456] getCompletionData: Is inside comment: 0.001157999038696289 +Info 4343 [16:37:24.456] getCompletionData: Get previous token: 0.021870002150535583 +Info 4344 [16:37:24.456] getCompletionsAtPosition: isCompletionListBlocker: 0.007382001727819443 +Info 4345 [16:37:24.457] getExportInfoMap: cache hit +Info 4346 [16:37:24.459] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 14 from cache +Info 4347 [16:37:24.459] collectAutoImports: response is complete +Info 4348 [16:37:24.459] collectAutoImports: 2.096629999577999 +Info 4349 [16:37:24.459] getCompletionData: Semantic work: 3.505231998860836 +Info 4350 [16:37:24.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.570372000336647 +Info 4351 [16:37:24.467] Format host information updated +Info 4352 [16:37:24.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4353 [16:37:24.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 11.769466001540422ms +Info 4354 [16:37:24.479] Different program with same set of files +Info 4355 [16:37:24.480] getCompletionData: Get current token: 0.004395999014377594 +Info 4356 [16:37:24.480] getCompletionData: Is inside comment: 0.00130399689078331 +Info 4357 [16:37:24.480] getCompletionData: Get previous token: 0.023306000977754593 +Info 4358 [16:37:24.480] getCompletionsAtPosition: isCompletionListBlocker: 0.008220996707677841 +Info 4359 [16:37:24.481] getExportInfoMap: cache hit +Info 4360 [16:37:24.483] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4361 [16:37:24.483] collectAutoImports: response is complete +Info 4362 [16:37:24.483] collectAutoImports: 1.981122002005577 +Info 4363 [16:37:24.483] getCompletionData: Semantic work: 3.5069840028882027 +Info 4364 [16:37:24.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.295229997485876 +Info 4365 [16:37:24.489] Format host information updated +Info 4366 [16:37:24.657] Format host information updated +Info 4367 [16:37:24.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4368 [16:37:24.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 8.76001700013876ms +Info 4369 [16:37:24.666] Different program with same set of files +Info 4370 [16:37:24.830] Format host information updated +Info 4371 [16:37:46.249] Format host information updated +Info 4372 [16:37:46.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4373 [16:37:46.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 20.590126000344753ms +Info 4374 [16:37:46.270] Different program with same set of files +Info 4375 [16:37:46.531] Format host information updated +Info 4376 [16:37:46.531] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4377 [16:37:46.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 10.486901000142097ms +Info 4378 [16:37:46.541] Different program with same set of files +Info 4379 [16:37:47.007] Format host information updated +Info 4380 [16:37:47.008] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4381 [16:37:47.020] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 12.157791998237371ms +Info 4382 [16:37:47.020] Different program with same set of files +Info 4383 [16:37:47.420] Format host information updated +Info 4384 [16:37:47.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4385 [16:37:47.433] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 12.541764996945858ms +Info 4386 [16:37:47.433] Different program with same set of files diff --git a/.log/tsserver-log-TiBdQy/ti-692378.log b/.log/tsserver-log-TiBdQy/ti-692378.log new file mode 100644 index 0000000..b1daca3 --- /dev/null +++ b/.log/tsserver-log-TiBdQy/ti-692378.log @@ -0,0 +1,32 @@ +[12:24:24.875] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[12:24:24.875] Processing cache location '/home/orion/.cache/typescript/5.2' +[12:24:24.875] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[12:24:24.876] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[12:24:24.876] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[12:24:24.876] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[12:24:24.876] Process id: 692411 +[12:24:24.876] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[12:24:24.876] validateDefaultNpmLocation: true +[12:24:24.876] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[12:24:24.876] Updating types-registry npm package... +[12:24:24.877] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[12:24:25.749] Succeeded. stdout: + + up to date, audited 36 packages in 738ms + +found 0 vulnerabilities + +[12:24:25.749] Updated types-registry npm package +[12:24:25.771] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:24:25.781] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[12:24:25.782] Explicitly included types: [] +[12:24:25.782] Inferred typings from unresolved imports: [] +[12:24:25.782] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:24:25.782] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:24:25.782] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:24:25.782] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:24:25.782] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[12:24:25.783] Response has been sent. +[12:24:25.783] No new typings were requested as a result of typings discovery +[12:33:50.530] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-TiBdQy/tsserver.log b/.log/tsserver-log-TiBdQy/tsserver.log new file mode 100644 index 0000000..bfe8b77 --- /dev/null +++ b/.log/tsserver-log-TiBdQy/tsserver.log @@ -0,0 +1,494 @@ +Info 0 [12:24:22.981] Starting TS Server +Info 1 [12:24:22.982] Version: 5.2.2 +Info 2 [12:24:22.982] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/042e85bb0c548705da6f0771eb454d41/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-TiBdQy/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:24:22.982] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:24:22.982] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [12:24:22.991] Format host information updated +Info 6 [12:24:22.993] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [12:24:22.993] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [12:24:22.993] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [12:24:23.011] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [12:24:23.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [12:24:23.906] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 890.494458001107ms +Info 12 [12:24:23.907] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [12:24:23.907] Files (146) + +Info 14 [12:24:23.907] ----------------------------------------------- +Info 15 [12:24:23.922] AutoImportProviderProject: found 466 root files in 6 dependencies in 13.211264999583364 ms +Info 16 [12:24:23.948] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [12:24:24.869] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 920.893418001011ms +Info 18 [12:24:24.869] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [12:24:24.869] Files (624) + +Info 20 [12:24:24.869] ----------------------------------------------- +Info 21 [12:24:24.874] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [12:24:24.874] Files (146) + +Info 21 [12:24:24.874] ----------------------------------------------- +Info 21 [12:24:24.874] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [12:24:24.874] Files (624) + +Info 21 [12:24:24.874] ----------------------------------------------- +Info 21 [12:24:24.874] Open files: +Info 21 [12:24:24.874] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [12:24:24.874] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [12:24:39.290] Format host information updated +Info 22 [12:24:39.290] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [12:24:39.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 18.492972999811172ms +Info 24 [12:24:39.309] Different program with same set of files +Info 25 [12:24:39.449] Format host information updated +Info 26 [12:24:39.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27 [12:24:39.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 17.09582000039518ms +Info 28 [12:24:39.466] Different program with same set of files +Info 29 [12:24:39.632] Format host information updated +Info 30 [12:24:39.632] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 31 [12:24:39.647] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 14.667526999488473ms +Info 32 [12:24:39.647] Different program with same set of files +Info 33 [12:24:39.949] Format host information updated +Info 34 [12:24:39.950] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 35 [12:24:39.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 15.023726999759674ms +Info 36 [12:24:39.965] Different program with same set of files +Info 37 [12:24:40.124] Format host information updated +Info 38 [12:24:40.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 39 [12:24:40.135] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 10.408002998679876ms +Info 40 [12:24:40.135] Different program with same set of files +Info 41 [12:25:22.273] Search path: /home/orion/src/purescript-puppeteer/src +Info 42 [12:25:22.273] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 43 [12:25:22.273] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 43 [12:25:22.273] Files (146) + +Info 43 [12:25:22.273] ----------------------------------------------- +Info 43 [12:25:22.273] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 43 [12:25:22.273] Files (624) + +Info 43 [12:25:22.273] ----------------------------------------------- +Info 43 [12:25:22.273] Open files: +Info 43 [12:25:22.273] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 43 [12:25:22.273] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 43 [12:25:22.273] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 43 [12:25:22.273] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 43 [12:25:22.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 44 [12:25:22.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 45.32633600011468ms +Info 45 [12:25:22.533] Different program with same set of files +Info 46 [12:25:22.535] Format host information updated +Info 47 [12:25:24.786] Before ensureProjectForOpenFiles: +Info 48 [12:25:24.786] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 48 [12:25:24.786] Files (146) + +Info 48 [12:25:24.786] ----------------------------------------------- +Info 48 [12:25:24.786] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 48 [12:25:24.786] Files (624) + +Info 48 [12:25:24.786] ----------------------------------------------- +Info 48 [12:25:24.786] Open files: +Info 48 [12:25:24.786] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 48 [12:25:24.787] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 48 [12:25:24.787] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 48 [12:25:24.787] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 48 [12:25:24.787] After ensureProjectForOpenFiles: +Info 49 [12:25:24.787] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 49 [12:25:24.787] Files (146) + +Info 49 [12:25:24.787] ----------------------------------------------- +Info 49 [12:25:24.787] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 49 [12:25:24.787] Files (624) + +Info 49 [12:25:24.787] ----------------------------------------------- +Info 49 [12:25:24.787] Open files: +Info 49 [12:25:24.787] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 49 [12:25:24.787] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 49 [12:25:24.787] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 49 [12:25:24.787] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 49 [12:25:24.787] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js +Info 50 [12:25:39.486] getCompletionData: Get current token: 0.09408100135624409 +Info 51 [12:25:39.486] getCompletionData: Is inside comment: 0.052660999819636345 +Info 52 [12:25:39.486] getCompletionData: Get previous token: 0.03454899974167347 +Info 53 [12:25:39.487] getCompletionsAtPosition: isCompletionListBlocker: 0.1590769998729229 +Info 54 [12:25:39.489] getExportInfoMap: cache miss or empty; calculating new results +Info 55 [12:25:39.538] forEachExternalModuleToImportFrom autoImportProvider: 29.083331000059843 +Info 56 [12:25:39.538] getExportInfoMap: done in 48.77953100018203 ms +Info 57 [12:25:39.610] collectAutoImports: resolved 389 module specifiers, plus 175 ambient and 3497 from cache +Info 58 [12:25:39.610] collectAutoImports: response is complete +Info 59 [12:25:39.610] collectAutoImports: 71.25744800083339 +Info 60 [12:25:39.610] getCompletionData: Semantic work: 123.03813000023365 +Info 61 [12:25:39.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 31.18728999979794 +Info 62 [12:25:39.687] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 63 [12:25:39.702] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 14.98530999943614ms +Info 64 [12:25:39.702] Different program with same set of files +Info 65 [12:25:39.703] getCompletionData: Get current token: 0.00685499981045723 +Info 66 [12:25:39.703] getCompletionData: Is inside comment: 0.019847000017762184 +Info 67 [12:25:39.703] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 68 [12:25:39.704] Format host information updated +Info 69 [12:25:39.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 70 [12:25:39.768] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 20.529665000736713ms +Info 71 [12:25:39.768] Different program with same set of files +Info 72 [12:25:39.768] getCompletionData: Get current token: 0.006580999121069908 +Info 73 [12:25:39.768] getCompletionData: Is inside comment: 0.0342009998857975 +Info 74 [12:25:39.768] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 75 [12:25:39.769] Format host information updated +Info 76 [12:25:40.023] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 77 [12:25:40.036] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 13.540394999086857ms +Info 78 [12:25:40.036] Different program with same set of files +Info 79 [12:25:40.037] getCompletionData: Get current token: 0.006846999749541283 +Info 80 [12:25:40.037] getCompletionData: Is inside comment: 0.020361000671982765 +Info 81 [12:25:40.037] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 82 [12:25:40.037] Format host information updated +Info 83 [12:25:40.165] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 84 [12:25:40.177] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 11.0896310005337ms +Info 85 [12:25:40.177] Different program with same set of files +Info 86 [12:25:40.177] getCompletionData: Get current token: 0.010518999770283699 +Info 87 [12:25:40.177] getCompletionData: Is inside comment: 0.027218999341130257 +Info 88 [12:25:40.177] getCompletionData: Get previous token: 0.014411000534892082 +Info 89 [12:25:40.177] getCompletionsAtPosition: isCompletionListBlocker: 0.0026629995554685593 +Info 90 [12:25:40.178] getExportInfoMap: cache hit +Info 91 [12:25:40.235] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 92 [12:25:40.235] collectAutoImports: response is complete +Info 93 [12:25:40.235] collectAutoImports: 56.92703599855304 +Info 94 [12:25:40.235] getCompletionData: Semantic work: 57.764436000958085 +Info 95 [12:25:40.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 16.005318999290466 +Info 96 [12:25:40.260] Format host information updated +Info 97 [12:25:40.432] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 98 [12:25:40.452] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 20.809977000579238ms +Info 99 [12:25:40.452] Different program with same set of files +Info 100 [12:25:40.453] getCompletionData: Get current token: 0.01593400165438652 +Info 101 [12:25:40.453] getCompletionData: Is inside comment: 0.05451299995183945 +Info 102 [12:25:40.453] getCompletionData: Get previous token: 0.02374500036239624 +Info 103 [12:25:40.453] getCompletionsAtPosition: isCompletionListBlocker: 0.11592300049960613 +Info 104 [12:25:40.455] getExportInfoMap: cache hit +Info 105 [12:25:40.495] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 106 [12:25:40.495] collectAutoImports: response is complete +Info 107 [12:25:40.495] collectAutoImports: 39.600581999868155 +Info 108 [12:25:40.495] getCompletionData: Semantic work: 41.30252900160849 +Info 109 [12:25:40.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.626447999849916 +Info 110 [12:25:40.518] Format host information updated +Info 111 [12:25:40.534] Format host information updated +Info 112 [12:25:40.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 113 [12:25:40.545] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 10.206235999241471ms +Info 114 [12:25:40.545] Different program with same set of files +Info 115 [12:25:40.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 116 [12:25:40.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 20.34964199922979ms +Info 117 [12:25:40.650] Different program with same set of files +Info 118 [12:25:40.651] getCompletionData: Get current token: 0.017481999471783638 +Info 119 [12:25:40.651] getCompletionData: Is inside comment: 0.04523799940943718 +Info 120 [12:25:40.651] getCompletionData: Get previous token: 0.03602200001478195 +Info 121 [12:25:40.651] getCompletionsAtPosition: isCompletionListBlocker: 0.03949799947440624 +Info 122 [12:25:40.653] getExportInfoMap: cache hit +Info 123 [12:25:40.697] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 124 [12:25:40.697] collectAutoImports: response is complete +Info 125 [12:25:40.697] collectAutoImports: 43.9469179995358 +Info 126 [12:25:40.697] getCompletionData: Semantic work: 45.803031999617815 +Info 127 [12:25:40.711] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.71310899965465 +Info 128 [12:25:40.718] Format host information updated +Info 129 [12:25:40.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 130 [12:25:40.877] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 19.167218999937177ms +Info 131 [12:25:40.877] Different program with same set of files +Info 132 [12:25:40.877] getCompletionData: Get current token: 0.008508998900651932 +Info 133 [12:25:40.877] getCompletionData: Is inside comment: 0.023389000445604324 +Info 134 [12:25:40.878] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 135 [12:25:40.878] Format host information updated +Info 136 [12:25:41.141] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 137 [12:25:41.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 8.257744999602437ms +Info 138 [12:25:41.149] Different program with same set of files +Info 139 [12:25:41.149] getCompletionData: Get current token: 0.006635000929236412 +Info 140 [12:25:41.149] getCompletionData: Is inside comment: 0.017525000497698784 +Info 141 [12:25:41.149] getCompletionData: Get previous token: 0.013464000076055527 +Info 142 [12:25:41.149] getCompletionsAtPosition: isCompletionListBlocker: 0.016457000747323036 +Info 143 [12:25:41.150] getExportInfoMap: cache hit +Info 144 [12:25:41.174] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 145 [12:25:41.174] collectAutoImports: response is complete +Info 146 [12:25:41.174] collectAutoImports: 23.865515999495983 +Info 147 [12:25:41.174] getCompletionData: Semantic work: 24.58839499950409 +Info 148 [12:25:41.185] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.522315999493003 +Info 149 [12:25:41.194] Format host information updated +Info 150 [12:25:41.283] Format host information updated +Info 151 [12:25:41.284] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 152 [12:25:41.308] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 24.383602000772953ms +Info 153 [12:25:41.308] Different program with same set of files +Info 154 [12:25:43.024] getCompletionData: Get current token: 0.008472999557852745 +Info 155 [12:25:43.024] getCompletionData: Is inside comment: 0.012335000559687614 +Info 156 [12:25:43.024] getCompletionData: Get previous token: 0.0147939994931221 +Info 157 [12:25:43.024] getCompletionsAtPosition: isCompletionListBlocker: 0.010562000796198845 +Info 158 [12:25:43.025] getExportInfoMap: cache hit +Info 159 [12:25:43.059] collectAutoImports: resolved 97 module specifiers, plus 219 ambient and 3024 from cache +Info 160 [12:25:43.059] collectAutoImports: response is complete +Info 161 [12:25:43.059] collectAutoImports: 34.329622000455856 +Info 162 [12:25:43.059] getCompletionData: Semantic work: 35.12940699979663 +Info 163 [12:25:43.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.303796999156475 +Info 164 [12:25:43.392] Format host information updated +Info 165 [12:25:43.392] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 166 [12:25:43.401] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 8.904945999383926ms +Info 167 [12:25:43.401] Different program with same set of files +Info 168 [12:25:43.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 169 [12:25:43.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 11.284882999956608ms +Info 170 [12:25:43.521] Different program with same set of files +Info 171 [12:25:43.521] getCompletionData: Get current token: 0.00838799960911274 +Info 172 [12:25:43.521] getCompletionData: Is inside comment: 0.012868998572230339 +Info 173 [12:25:43.521] getCompletionData: Get previous token: 0.011354001238942146 +Info 174 [12:25:43.521] getCompletionsAtPosition: isCompletionListBlocker: 0.011242000386118889 +Info 175 [12:25:43.522] getExportInfoMap: cache hit +Info 176 [12:25:43.544] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 177 [12:25:43.544] collectAutoImports: response is complete +Info 178 [12:25:43.544] collectAutoImports: 22.155587000772357 +Info 179 [12:25:43.544] getCompletionData: Semantic work: 22.99429599940777 +Info 180 [12:25:43.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.085110999643803 +Info 181 [12:25:43.566] Format host information updated +Info 182 [12:25:43.758] Format host information updated +Info 183 [12:25:43.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 184 [12:25:43.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 28.454563001170754ms +Info 185 [12:25:43.787] Different program with same set of files +Info 186 [12:25:43.810] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 187 [12:25:43.818] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 7.845094000920653ms +Info 188 [12:25:43.818] Different program with same set of files +Info 189 [12:25:43.818] getCompletionData: Get current token: 0.008537998422980309 +Info 190 [12:25:43.818] getCompletionData: Is inside comment: 0.013449998572468758 +Info 191 [12:25:43.818] getCompletionData: Get previous token: 0.010770998895168304 +Info 192 [12:25:43.818] getCompletionsAtPosition: isCompletionListBlocker: 0.010014999657869339 +Info 193 [12:25:43.819] getExportInfoMap: cache hit +Info 194 [12:25:43.842] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 195 [12:25:43.842] collectAutoImports: response is complete +Info 196 [12:25:43.842] collectAutoImports: 23.162793999537826 +Info 197 [12:25:43.842] getCompletionData: Semantic work: 23.846083000302315 +Info 198 [12:25:43.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.945004999637604 +Info 199 [12:25:43.863] Format host information updated +Info 200 [12:25:44.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 201 [12:25:44.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 13.229195998981595ms +Info 202 [12:25:44.052] Different program with same set of files +Info 203 [12:25:44.052] getCompletionData: Get current token: 0.012516999617218971 +Info 204 [12:25:44.052] getCompletionData: Is inside comment: 0.021692998707294464 +Info 205 [12:25:44.052] getCompletionData: Get previous token: 0.01650100015103817 +Info 206 [12:25:44.052] getCompletionsAtPosition: isCompletionListBlocker: 0.015336999669671059 +Info 207 [12:25:44.053] getExportInfoMap: cache hit +Info 208 [12:25:44.080] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 209 [12:25:44.080] collectAutoImports: response is complete +Info 210 [12:25:44.080] collectAutoImports: 26.416420999914408 +Info 211 [12:25:44.080] getCompletionData: Semantic work: 27.53286499902606 +Info 212 [12:25:44.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.83389800041914 +Info 213 [12:25:44.098] Format host information updated +Info 214 [12:25:45.156] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 215 [12:25:45.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 8.4431889988482ms +Info 216 [12:25:45.165] Different program with same set of files +Info 217 [12:25:45.165] getCompletionData: Get current token: 0.009073000401258469 +Info 218 [12:25:45.165] getCompletionData: Is inside comment: 0.0022809989750385284 +Info 219 [12:25:45.165] getCompletionData: Get previous token: 0.018458999693393707 +Info 220 [12:25:45.165] getCompletionsAtPosition: isCompletionListBlocker: 0.03843600116670132 +Info 221 [12:25:45.166] getExportInfoMap: cache hit +Info 222 [12:25:45.186] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 223 [12:25:45.186] collectAutoImports: response is complete +Info 224 [12:25:45.186] collectAutoImports: 20.157499000430107 +Info 225 [12:25:45.186] getCompletionData: Semantic work: 20.81002900004387 +Info 226 [12:25:45.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.693401999771595 +Info 227 [12:25:45.203] Format host information updated +Info 228 [12:25:45.577] getCompletionData: Get current token: 0.0058549996465444565 +Info 229 [12:25:45.577] getCompletionData: Is inside comment: 0.015797000378370285 +Info 230 [12:25:45.577] getCompletionData: Get previous token: 0.009755998849868774 +Info 231 [12:25:45.577] getCompletionsAtPosition: isCompletionListBlocker: 0.009060999378561974 +Info 232 [12:25:45.578] getExportInfoMap: cache hit +Info 233 [12:25:45.598] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 234 [12:25:45.598] collectAutoImports: response is complete +Info 235 [12:25:45.598] collectAutoImports: 19.64628299884498 +Info 236 [12:25:45.598] getCompletionData: Semantic work: 20.36687699891627 +Info 237 [12:25:45.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.759393999353051 +Info 238 [12:25:45.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 239 [12:25:45.843] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 6.84604600071907ms +Info 240 [12:25:45.843] Different program with same set of files +Info 241 [12:25:45.844] getCompletionData: Get current token: 0.004961000755429268 +Info 242 [12:25:45.844] getCompletionData: Is inside comment: 0.014015000313520432 +Info 243 [12:25:45.844] getCompletionData: Get previous token: 0.008880000561475754 +Info 244 [12:25:45.844] getCompletionsAtPosition: isCompletionListBlocker: 0.007942000404000282 +Info 245 [12:25:45.844] getExportInfoMap: cache hit +Info 246 [12:25:45.864] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 247 [12:25:45.865] collectAutoImports: response is complete +Info 248 [12:25:45.865] collectAutoImports: 20.326587000861764 +Info 249 [12:25:45.865] getCompletionData: Semantic work: 20.850610999390483 +Info 250 [12:25:45.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.298133000731468 +Info 251 [12:25:45.881] Format host information updated +Info 252 [12:25:47.599] getCompletionData: Get current token: 0.013491999357938766 +Info 253 [12:25:47.599] getCompletionData: Is inside comment: 0.004388000816106796 +Info 254 [12:25:47.599] getCompletionData: Get previous token: 0.09865699894726276 +Info 255 [12:25:47.599] getCompletionsAtPosition: isCompletionListBlocker: 0.10487699881196022 +Info 256 [12:25:47.601] getExportInfoMap: cache hit +Info 257 [12:25:47.605] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 258 [12:25:47.605] collectAutoImports: response is complete +Info 259 [12:25:47.605] collectAutoImports: 3.983065001666546 +Info 260 [12:25:47.605] getCompletionData: Semantic work: 5.761566998437047 +Info 261 [12:25:47.607] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7061500009149313 +Info 262 [12:25:47.796] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 263 [12:25:47.803] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 6.947324998676777ms +Info 264 [12:25:47.804] Different program with same set of files +Info 265 [12:25:47.804] getCompletionData: Get current token: 0.008212000131607056 +Info 266 [12:25:47.804] getCompletionData: Is inside comment: 0.002022000029683113 +Info 267 [12:25:47.804] getCompletionData: Get previous token: 0.020224999636411667 +Info 268 [12:25:47.804] getCompletionsAtPosition: isCompletionListBlocker: 0.002911999821662903 +Info 269 [12:25:47.804] getExportInfoMap: cache hit +Info 270 [12:25:47.823] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 271 [12:25:47.823] collectAutoImports: response is complete +Info 272 [12:25:47.823] collectAutoImports: 18.99260300025344 +Info 273 [12:25:47.823] getCompletionData: Semantic work: 19.539096999913454 +Info 274 [12:25:47.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.07468399964273 +Info 275 [12:25:47.841] Format host information updated +Info 276 [12:25:47.865] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 277 [12:25:47.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.857276000082493ms +Info 278 [12:25:47.872] Different program with same set of files +Info 279 [12:25:47.872] getCompletionData: Get current token: 0.006351001560688019 +Info 280 [12:25:47.872] getCompletionData: Is inside comment: 0.0015740003436803818 +Info 281 [12:25:47.872] getCompletionData: Get previous token: 0.01948699913918972 +Info 282 [12:25:47.872] getCompletionsAtPosition: isCompletionListBlocker: 0.007422000169754028 +Info 283 [12:25:47.873] getExportInfoMap: cache hit +Info 284 [12:25:47.891] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 285 [12:25:47.891] collectAutoImports: response is complete +Info 286 [12:25:47.891] collectAutoImports: 17.880906000733376 +Info 287 [12:25:47.891] getCompletionData: Semantic work: 18.557298000901937 +Info 288 [12:25:47.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.061886999756098 +Info 289 [12:25:47.906] Format host information updated +Info 290 [12:25:50.440] getCompletionData: Get current token: 0.01686900109052658 +Info 291 [12:25:50.440] getCompletionData: Is inside comment: 0.01962199993431568 +Info 292 [12:25:50.440] getCompletionData: Get previous token: 0.01484600082039833 +Info 293 [12:25:50.441] getCompletionsAtPosition: isCompletionListBlocker: 0.002326998859643936 +Info 294 [12:25:50.441] getExportInfoMap: cache hit +Info 295 [12:25:50.457] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 296 [12:25:50.457] collectAutoImports: response is complete +Info 297 [12:25:50.457] collectAutoImports: 15.439091999083757 +Info 298 [12:25:50.457] getCompletionData: Semantic work: 16.007527999579906 +Info 299 [12:25:50.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.737498000264168 +Info 300 [12:26:03.140] getCompletionData: Get current token: 0.010412000119686127 +Info 301 [12:26:03.140] getCompletionData: Is inside comment: 0.002713000401854515 +Info 302 [12:26:03.140] getCompletionData: Get previous token: 0.024274000898003578 +Info 303 [12:26:03.140] getCompletionsAtPosition: isCompletionListBlocker: 0.00406700000166893 +Info 304 [12:26:03.141] getExportInfoMap: cache hit +Info 305 [12:26:03.142] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 306 [12:26:03.142] collectAutoImports: response is complete +Info 307 [12:26:03.142] collectAutoImports: 1.7092119995504618 +Info 308 [12:26:03.142] getCompletionData: Semantic work: 2.3775880001485348 +Info 309 [12:26:03.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9186060000211 +Info 310 [12:26:03.411] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 311 [12:26:03.418] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 7.6774920001626015ms +Info 312 [12:26:03.418] Different program with same set of files +Info 313 [12:26:03.419] getCompletionData: Get current token: 0.00664999894797802 +Info 314 [12:26:03.419] getCompletionData: Is inside comment: 0.0017479993402957916 +Info 315 [12:26:03.419] getCompletionData: Get previous token: 0.018007000908255577 +Info 316 [12:26:03.419] getCompletionsAtPosition: isCompletionListBlocker: 0.00741799920797348 +Info 317 [12:26:03.419] getExportInfoMap: cache hit +Info 318 [12:26:03.439] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3121 from cache +Info 319 [12:26:03.439] collectAutoImports: response is complete +Info 320 [12:26:03.439] collectAutoImports: 19.978459000587463 +Info 321 [12:26:03.439] getCompletionData: Semantic work: 20.662628998979926 +Info 322 [12:26:03.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.94637499935925 +Info 323 [12:26:03.457] Format host information updated +Info 324 [12:26:31.410] Search path: /home/orion/src/purescript-puppeteer/src +Info 325 [12:26:31.410] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 326 [12:26:31.410] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 326 [12:26:31.410] Files (146) + +Info 326 [12:26:31.410] ----------------------------------------------- +Info 326 [12:26:31.410] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 326 [12:26:31.410] Files (624) + +Info 326 [12:26:31.410] ----------------------------------------------- +Info 326 [12:26:31.410] Open files: +Info 326 [12:26:31.410] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 326 [12:26:31.410] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 326 [12:26:31.410] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 326 [12:26:31.410] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 326 [12:26:31.410] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 326 [12:26:31.410] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 326 [12:26:31.624] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 327 [12:26:31.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 10.987350000068545ms +Info 328 [12:26:31.635] Different program with same set of files +Info 329 [12:26:31.635] Format host information updated +Info 330 [12:26:33.922] Before ensureProjectForOpenFiles: +Info 331 [12:26:33.922] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 331 [12:26:33.922] Files (146) + +Info 331 [12:26:33.922] ----------------------------------------------- +Info 331 [12:26:33.922] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 331 [12:26:33.922] Files (624) + +Info 331 [12:26:33.922] ----------------------------------------------- +Info 331 [12:26:33.922] Open files: +Info 331 [12:26:33.922] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 331 [12:26:33.922] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 331 [12:26:33.922] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 331 [12:26:33.922] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 331 [12:26:33.922] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 331 [12:26:33.922] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 331 [12:26:33.922] After ensureProjectForOpenFiles: +Info 332 [12:26:33.922] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 332 [12:26:33.922] Files (146) + +Info 332 [12:26:33.922] ----------------------------------------------- +Info 332 [12:26:33.923] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 332 [12:26:33.923] Files (624) + +Info 332 [12:26:33.923] ----------------------------------------------- +Info 332 [12:26:33.923] Open files: +Info 332 [12:26:33.923] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 332 [12:26:33.923] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 332 [12:26:33.923] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 332 [12:26:33.923] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 332 [12:26:33.923] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 332 [12:26:33.923] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 332 [12:26:33.923] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js +Info 333 [12:33:45.282] Format host information updated +Info 334 [12:33:45.282] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 335 [12:33:45.297] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 14.345511000603437ms +Info 336 [12:33:45.297] Different program with same set of files +Info 337 [12:33:45.421] Format host information updated +Info 338 [12:33:45.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 339 [12:33:45.432] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 11.23742600157857ms +Info 340 [12:33:45.432] Different program with same set of files +Info 341 [12:33:45.548] Format host information updated +Info 342 [12:33:45.548] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 343 [12:33:45.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 10.130197999998927ms +Info 344 [12:33:45.558] Different program with same set of files +Info 345 [12:33:45.723] Format host information updated +Info 346 [12:33:45.724] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 347 [12:33:45.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 32.85370200127363ms +Info 348 [12:33:45.757] Different program with same set of files +Info 349 [12:33:46.209] Format host information updated +Info 350 [12:33:46.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 351 [12:33:46.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 12.00459099933505ms +Info 352 [12:33:46.221] Different program with same set of files diff --git a/.log/tsserver-log-VLP98b/ti-150676.log b/.log/tsserver-log-VLP98b/ti-150676.log new file mode 100644 index 0000000..9854c01 --- /dev/null +++ b/.log/tsserver-log-VLP98b/ti-150676.log @@ -0,0 +1,82 @@ +[09:04:47.223] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[09:04:47.224] Processing cache location '/home/orion/.cache/typescript/5.2' +[09:04:47.224] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[09:04:47.224] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[09:04:47.224] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[09:04:47.224] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[09:04:47.224] Process id: 150705 +[09:04:47.224] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[09:04:47.224] validateDefaultNpmLocation: true +[09:04:47.225] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[09:04:47.225] Updating types-registry npm package... +[09:04:47.225] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[09:04:47.828] Succeeded. stdout: + + up to date, audited 36 packages in 461ms + +found 0 vulnerabilities + +[09:04:47.829] Updated types-registry npm package +[09:04:47.852] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[09:04:47.863] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[09:04:47.863] Explicitly included types: [] +[09:04:47.863] Inferred typings from unresolved imports: [] +[09:04:47.863] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[09:04:47.863] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[09:04:47.863] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[09:04:47.864] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[09:04:47.864] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[09:04:47.864] Response has been sent. +[09:04:47.864] No new typings were requested as a result of typings discovery +[09:06:23.922] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/.prettierrc.cjs"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["prettier-plugin-sh"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[09:06:23.922] Explicitly included types: [] +[09:06:23.923] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[09:06:23.924] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[09:06:23.925] Package 'puppeteer' provides its own types. +[09:06:23.927] Package 'puppeteer-core' provides its own types. +[09:06:23.928] Package 'puppeteer-extra' provides its own types. +[09:06:23.928] Package 'bun-types' provides its own types. +[09:06:23.929] Package 'devtools-protocol' provides its own types. +[09:06:23.930] Found package names: ["callsites","purs-tidy"] +[09:06:23.930] Inferred typings from unresolved imports: ["prettier-plugin-sh"] +[09:06:23.930] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","prettier-plugin-sh"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[09:06:23.930] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","prettier-plugin-sh"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[09:06:23.930] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[09:06:23.930] Response has been sent. +[09:06:23.930] Installing typings ["callsites","purs-tidy","typescript","prettier-plugin-sh"] +[09:06:23.930] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[09:06:23.930] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[09:06:23.930] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[09:06:23.930] 'prettier-plugin-sh':: Entry for package 'prettier-plugin-sh' does not exist in local types registry - skipping... +[09:06:23.930] All typings are known to be missing or invalid - no need to install more typings +[09:06:23.930] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":["prettier-plugin-sh"],"kind":"action::set"} +[09:06:23.931] Response has been sent. +[09:06:24.229] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/.prettierrc.cjs","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/puppeteer-legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["prettier-plugin-sh"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[09:06:24.229] Explicitly included types: [] +[09:06:24.231] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","puppeteer-core","puppeteer-extra","bun-types","devtools-protocol","purs-tidy","typescript"] +[09:06:24.231] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[09:06:24.236] Package 'puppeteer' provides its own types. +[09:06:24.241] Package 'puppeteer-core' provides its own types. +[09:06:24.245] Package 'puppeteer-extra' provides its own types. +[09:06:24.247] Package 'bun-types' provides its own types. +[09:06:24.248] Package 'devtools-protocol' provides its own types. +[09:06:24.250] Found package names: ["callsites","purs-tidy"] +[09:06:24.251] Inferred typings from unresolved imports: ["prettier-plugin-sh"] +[09:06:24.251] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","prettier-plugin-sh"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[09:06:24.251] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","prettier-plugin-sh"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[09:06:24.251] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[09:06:24.251] Response has been sent. +[09:06:24.252] Installing typings ["callsites","purs-tidy","typescript","prettier-plugin-sh"] +[09:06:24.252] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[09:06:24.252] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[09:06:24.252] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[09:06:24.252] 'prettier-plugin-sh':: Entry for package 'prettier-plugin-sh' does not exist in local types registry - skipping... +[09:06:24.252] All typings are known to be missing or invalid - no need to install more typings +[09:06:24.252] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-extra/dist/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/devtools-protocol/types/protocol.d.ts"],"unresolvedImports":["prettier-plugin-sh"],"kind":"action::set"} +[09:06:24.252] Response has been sent. +[10:46:07.178] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-VLP98b/tsserver.log b/.log/tsserver-log-VLP98b/tsserver.log new file mode 100644 index 0000000..a1c739e --- /dev/null +++ b/.log/tsserver-log-VLP98b/tsserver.log @@ -0,0 +1,1706 @@ +Info 0 [09:04:45.340] Starting TS Server +Info 1 [09:04:45.340] Version: 5.2.2 +Info 2 [09:04:45.340] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/2f97fe86cdcd92e7e9deb46ba3c6e4ff/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-VLP98b/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [09:04:45.340] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [09:04:45.340] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [09:04:45.348] Format host information updated +Info 6 [09:04:45.350] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [09:04:45.350] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [09:04:45.350] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [09:04:45.364] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [09:04:45.369] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [09:04:46.271] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 902.2292100000195ms +Info 12 [09:04:46.271] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [09:04:46.271] Files (146) + +Info 14 [09:04:46.271] ----------------------------------------------- +Info 15 [09:04:46.286] AutoImportProviderProject: found 466 root files in 6 dependencies in 13.07501700008288 ms +Info 16 [09:04:46.312] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [09:04:47.216] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 903.8502090000547ms +Info 18 [09:04:47.216] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [09:04:47.216] Files (624) + +Info 20 [09:04:47.216] ----------------------------------------------- +Info 21 [09:04:47.220] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [09:04:47.220] Files (146) + +Info 21 [09:04:47.220] ----------------------------------------------- +Info 21 [09:04:47.220] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [09:04:47.220] Files (624) + +Info 21 [09:04:47.220] ----------------------------------------------- +Info 21 [09:04:47.220] Open files: +Info 21 [09:04:47.220] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [09:04:47.220] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [09:04:47.222] Format host information updated +Info 22 [09:04:47.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [09:04:47.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 16.900787999853492ms +Info 24 [09:04:47.240] Different program with same set of files +Info 25 [09:04:47.310] Format host information updated +Info 26 [09:04:47.338] Format host information updated +Info 27 [09:04:48.793] Format host information updated +Info 28 [09:04:48.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 29 [09:04:48.813] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 19.577007999643683ms +Info 30 [09:04:48.813] Different program with same set of files +Info 31 [09:04:49.037] Format host information updated +Info 32 [09:04:49.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 33 [09:04:49.052] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 13.814096000045538ms +Info 34 [09:04:49.052] Different program with same set of files +Info 35 [09:04:49.723] Before ensureProjectForOpenFiles: +Info 36 [09:04:49.723] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 36 [09:04:49.723] Files (146) + +Info 36 [09:04:49.723] ----------------------------------------------- +Info 36 [09:04:49.723] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 36 [09:04:49.723] Files (624) + +Info 36 [09:04:49.723] ----------------------------------------------- +Info 36 [09:04:49.723] Open files: +Info 36 [09:04:49.723] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 36 [09:04:49.723] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 36 [09:04:49.723] After ensureProjectForOpenFiles: +Info 37 [09:04:49.723] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 37 [09:04:49.723] Files (146) + +Info 37 [09:04:49.723] ----------------------------------------------- +Info 37 [09:04:49.723] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 37 [09:04:49.723] Files (624) + +Info 37 [09:04:49.723] ----------------------------------------------- +Info 37 [09:04:49.723] Open files: +Info 37 [09:04:49.723] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 37 [09:04:49.723] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 37 [09:04:49.724] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js +Info 38 [09:04:50.238] Format host information updated +Info 39 [09:04:50.238] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 40 [09:04:50.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 12.837551000062376ms +Info 41 [09:04:50.251] Different program with same set of files +Info 42 [09:04:50.386] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 43 [09:04:50.396] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 9.472738000098616ms +Info 44 [09:04:50.396] Different program with same set of files +Info 45 [09:04:50.411] getCompletionData: Get current token: 0.026289999950677156 +Info 46 [09:04:50.411] getCompletionData: Is inside comment: 0.0045900000259280205 +Info 47 [09:04:50.411] getCompletionData: Get previous token: 0.22713000001385808 +Info 48 [09:04:50.411] getCompletionsAtPosition: isCompletionListBlocker: 0.11837900010868907 +Info 49 [09:04:50.411] Returning an empty list because completion was requested in an invalid position. +Info 50 [09:04:50.415] Format host information updated +Info 51 [09:04:50.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 52 [09:04:50.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 11.88444000016898ms +Info 53 [09:04:50.497] Different program with same set of files +Info 54 [09:04:50.497] getCompletionData: Get current token: 0.007406999822705984 +Info 55 [09:04:50.497] getCompletionData: Is inside comment: 0.003287999890744686 +Info 56 [09:04:50.497] getCompletionData: Get previous token: 0.030495999846607447 +Info 57 [09:04:50.497] getCompletionsAtPosition: isCompletionListBlocker: 0.00177800003439188 +Info 58 [09:04:50.497] Returning an empty list because completion was requested in an invalid position. +Info 59 [09:04:50.497] Format host information updated +Info 60 [09:04:50.550] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 61 [09:04:50.560] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 10.19184699980542ms +Info 62 [09:04:50.560] Different program with same set of files +Info 63 [09:04:50.561] getCompletionData: Get current token: 0.005795999895781279 +Info 64 [09:04:50.561] getCompletionData: Is inside comment: 0.0028719999827444553 +Info 65 [09:04:50.561] getCompletionData: Get previous token: 0.024360999930649996 +Info 66 [09:04:50.561] getCompletionsAtPosition: isCompletionListBlocker: 0.0019139996729791164 +Info 67 [09:04:50.561] Returning an empty list because completion was requested in an invalid position. +Info 68 [09:04:50.561] Format host information updated +Info 69 [09:04:50.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 70 [09:04:50.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 10.304824000224471ms +Info 71 [09:04:50.920] Different program with same set of files +Info 72 [09:04:50.920] getCompletionData: Get current token: 0.005416000261902809 +Info 73 [09:04:50.920] getCompletionData: Is inside comment: 0.00240200012922287 +Info 74 [09:04:50.920] getCompletionData: Get previous token: 0.02115599997341633 +Info 75 [09:04:50.920] getCompletionsAtPosition: isCompletionListBlocker: 0.0017969999462366104 +Info 76 [09:04:50.920] Returning an empty list because completion was requested in an invalid position. +Info 77 [09:04:50.921] Format host information updated +Info 78 [09:04:51.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 79 [09:04:51.033] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 21.47356399986893ms +Info 80 [09:04:51.033] Different program with same set of files +Info 81 [09:04:51.033] getCompletionData: Get current token: 0.016561000142246485 +Info 82 [09:04:51.033] getCompletionData: Is inside comment: 0.014781000092625618 +Info 83 [09:04:51.033] getCompletionData: Get previous token: 0.05415099998936057 +Info 84 [09:04:51.033] getCompletionsAtPosition: isCompletionListBlocker: 0.008779999800026417 +Info 85 [09:04:51.033] Returning an empty list because completion was requested in an invalid position. +Info 86 [09:04:51.034] Format host information updated +Info 87 [09:04:51.105] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 88 [09:04:51.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 14.820125000085682ms +Info 89 [09:04:51.120] Different program with same set of files +Info 90 [09:04:51.120] getCompletionData: Get current token: 0.005688000004738569 +Info 91 [09:04:51.120] getCompletionData: Is inside comment: 0.002544000279158354 +Info 92 [09:04:51.120] getCompletionData: Get previous token: 0.020143999718129635 +Info 93 [09:04:51.120] getCompletionsAtPosition: isCompletionListBlocker: 0.001894999761134386 +Info 94 [09:04:51.120] Returning an empty list because completion was requested in an invalid position. +Info 95 [09:04:51.120] Format host information updated +Info 96 [09:04:51.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 97 [09:04:51.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 11.887829000130296ms +Info 98 [09:04:51.249] Different program with same set of files +Info 99 [09:04:51.249] getCompletionData: Get current token: 0.05929400026798248 +Info 100 [09:04:51.249] getCompletionData: Is inside comment: 0.0034030000679194927 +Info 101 [09:04:51.249] getCompletionData: Get previous token: 0.022324000019580126 +Info 102 [09:04:51.249] getCompletionsAtPosition: isCompletionListBlocker: 0.002020999789237976 +Info 103 [09:04:51.250] Returning an empty list because completion was requested in an invalid position. +Info 104 [09:04:51.250] Format host information updated +Info 105 [09:04:51.298] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 106 [09:04:51.308] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 10.147756000049412ms +Info 107 [09:04:51.308] Different program with same set of files +Info 108 [09:04:51.308] getCompletionData: Get current token: 0.007686999626457691 +Info 109 [09:04:51.308] getCompletionData: Is inside comment: 0.0032279998995363712 +Info 110 [09:04:51.308] getCompletionData: Get previous token: 0.022047999780625105 +Info 111 [09:04:51.308] getCompletionsAtPosition: isCompletionListBlocker: 0.0026769996620714664 +Info 112 [09:04:51.308] Returning an empty list because completion was requested in an invalid position. +Info 113 [09:04:51.309] Format host information updated +Info 114 [09:04:52.216] getCompletionData: Get current token: 0.032754999585449696 +Info 115 [09:04:52.216] getCompletionData: Is inside comment: 0.021616000216454268 +Info 116 [09:04:52.216] getCompletionData: Get previous token: 0.08382500009611249 +Info 117 [09:04:52.216] getCompletionsAtPosition: isCompletionListBlocker: 0.021856000181287527 +Info 118 [09:04:52.216] Returning an empty list because completion was requested in an invalid position. +Info 119 [09:04:52.379] Format host information updated +Info 120 [09:04:52.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 121 [09:04:52.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 9.906522000208497ms +Info 122 [09:04:52.389] Different program with same set of files +Info 123 [09:04:54.061] Format host information updated +Info 124 [09:04:54.062] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 125 [09:04:54.079] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 16.7018149998039ms +Info 126 [09:04:54.079] Different program with same set of files +Info 127 [09:04:54.151] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 128 [09:04:54.162] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 11.353015000000596ms +Info 129 [09:04:54.163] Different program with same set of files +Info 130 [09:04:54.163] getCompletionData: Get current token: 0.012482999823987484 +Info 131 [09:04:54.163] getCompletionData: Is inside comment: 0.02703999914228916 +Info 132 [09:04:54.164] getCompletionData: Get previous token: 0.04358100052922964 +Info 133 [09:04:54.164] getCompletionsAtPosition: isCompletionListBlocker: 0.0718989996239543 +Info 134 [09:04:54.168] getExportInfoMap: cache miss or empty; calculating new results +Info 135 [09:04:54.223] forEachExternalModuleToImportFrom autoImportProvider: 31.06378399953246 +Info 136 [09:04:54.223] getExportInfoMap: done in 55.004897999577224 ms +Info 137 [09:04:54.257] collectAutoImports: resolved 127 module specifiers, plus 18 ambient and 552 from cache +Info 138 [09:04:54.257] collectAutoImports: response is complete +Info 139 [09:04:54.257] collectAutoImports: 33.40510800015181 +Info 140 [09:04:54.257] getCompletionData: Semantic work: 93.0113769993186 +Info 141 [09:04:54.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 23.40700300037861 +Info 142 [09:04:54.284] Format host information updated +Info 143 [09:04:54.367] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 144 [09:04:54.385] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 18.019873999990523ms +Info 145 [09:04:54.385] Different program with same set of files +Info 146 [09:04:54.385] getCompletionData: Get current token: 0.011547000147402287 +Info 147 [09:04:54.385] getCompletionData: Is inside comment: 0.024516000412404537 +Info 148 [09:04:54.385] getCompletionData: Get previous token: 0.03972199931740761 +Info 149 [09:04:54.386] getCompletionsAtPosition: isCompletionListBlocker: 0.002888999879360199 +Info 150 [09:04:54.387] getExportInfoMap: cache hit +Info 151 [09:04:54.400] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 411 from cache +Info 152 [09:04:54.400] collectAutoImports: response is complete +Info 153 [09:04:54.400] collectAutoImports: 13.702114999294281 +Info 154 [09:04:54.400] getCompletionData: Semantic work: 14.915175999514759 +Info 155 [09:04:54.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.497948000207543 +Info 156 [09:04:54.409] Format host information updated +Info 157 [09:04:54.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 158 [09:04:54.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 13.201915999874473ms +Info 159 [09:04:54.486] Different program with same set of files +Info 160 [09:04:54.486] getCompletionData: Get current token: 0.013218999840319157 +Info 161 [09:04:54.486] getCompletionData: Is inside comment: 0.028529000468552113 +Info 162 [09:04:54.486] getCompletionData: Get previous token: 0.04534099996089935 +Info 163 [09:04:54.486] getCompletionsAtPosition: isCompletionListBlocker: 0.0037540001794695854 +Info 164 [09:04:54.488] getExportInfoMap: cache hit +Info 165 [09:04:54.492] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 174 from cache +Info 166 [09:04:54.493] collectAutoImports: response is complete +Info 167 [09:04:54.493] collectAutoImports: 4.794638000428677 +Info 168 [09:04:54.493] getCompletionData: Semantic work: 6.153691000305116 +Info 169 [09:04:54.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.084932999685407 +Info 170 [09:04:54.499] Format host information updated +Info 171 [09:04:54.546] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 172 [09:04:54.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 11.359044999815524ms +Info 173 [09:04:54.557] Different program with same set of files +Info 174 [09:04:54.557] getCompletionData: Get current token: 0.006672999821603298 +Info 175 [09:04:54.557] getCompletionData: Is inside comment: 0.014748000539839268 +Info 176 [09:04:54.557] getCompletionData: Get previous token: 0.021592000499367714 +Info 177 [09:04:54.557] getCompletionsAtPosition: isCompletionListBlocker: 0.002262999303638935 +Info 178 [09:04:54.558] getExportInfoMap: cache hit +Info 179 [09:04:54.562] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 143 from cache +Info 180 [09:04:54.562] collectAutoImports: response is complete +Info 181 [09:04:54.562] collectAutoImports: 3.2931409999728203 +Info 182 [09:04:54.562] getCompletionData: Semantic work: 4.180934000760317 +Info 183 [09:04:54.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.228062000125647 +Info 184 [09:04:54.569] Format host information updated +Info 185 [09:04:56.155] Format host information updated +Info 186 [09:04:56.155] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 187 [09:04:56.166] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 10.302612000145018ms +Info 188 [09:04:56.166] Different program with same set of files +Info 189 [09:04:56.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 190 [09:04:56.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 13.347563999705017ms +Info 191 [09:04:56.314] Different program with same set of files +Info 192 [09:04:56.315] getCompletionData: Get current token: 0.008107000030577183 +Info 193 [09:04:56.315] getCompletionData: Is inside comment: 0.019878999330103397 +Info 194 [09:04:56.315] getCompletionData: Get previous token: 0.015157000161707401 +Info 195 [09:04:56.315] getCompletionsAtPosition: isCompletionListBlocker: 0.049300000071525574 +Info 196 [09:04:56.316] getExportInfoMap: cache hit +Info 197 [09:04:56.386] collectAutoImports: resolved 261 module specifiers, plus 175 ambient and 3625 from cache +Info 198 [09:04:56.386] collectAutoImports: response is complete +Info 199 [09:04:56.386] collectAutoImports: 70.22566400002688 +Info 200 [09:04:56.386] getCompletionData: Semantic work: 71.37592700030655 +Info 201 [09:04:56.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.989769999869168 +Info 202 [09:04:56.419] Format host information updated +Info 203 [09:04:56.447] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 204 [09:04:56.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 12.106936999596655ms +Info 205 [09:04:56.459] Different program with same set of files +Info 206 [09:04:56.460] getCompletionData: Get current token: 0.007186999544501305 +Info 207 [09:04:56.460] getCompletionData: Is inside comment: 0.015359999611973763 +Info 208 [09:04:56.460] getCompletionData: Get previous token: 0.010695000179111958 +Info 209 [09:04:56.460] getCompletionsAtPosition: isCompletionListBlocker: 0.05349500011652708 +Info 210 [09:04:56.461] getExportInfoMap: cache hit +Info 211 [09:04:56.489] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 212 [09:04:56.489] collectAutoImports: response is complete +Info 213 [09:04:56.489] collectAutoImports: 28.363291000016034 +Info 214 [09:04:56.489] getCompletionData: Semantic work: 29.250825999304652 +Info 215 [09:04:56.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.64360300078988 +Info 216 [09:04:56.509] Format host information updated +Info 217 [09:04:56.534] Format host information updated +Info 218 [09:04:56.534] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 219 [09:04:56.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 9.43188999965787ms +Info 220 [09:04:56.544] Different program with same set of files +Info 221 [09:04:56.568] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 222 [09:04:56.575] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 7.355286999605596ms +Info 223 [09:04:56.575] Different program with same set of files +Info 224 [09:04:56.576] getCompletionData: Get current token: 0.006392000243067741 +Info 225 [09:04:56.576] getCompletionData: Is inside comment: 0.012254000641405582 +Info 226 [09:04:56.576] getCompletionData: Get previous token: 0.009054000489413738 +Info 227 [09:04:56.576] getCompletionsAtPosition: isCompletionListBlocker: 0.012620000168681145 +Info 228 [09:04:56.576] getExportInfoMap: cache hit +Info 229 [09:04:56.601] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 230 [09:04:56.601] collectAutoImports: response is complete +Info 231 [09:04:56.601] collectAutoImports: 24.590847000479698 +Info 232 [09:04:56.601] getCompletionData: Semantic work: 25.153396000154316 +Info 233 [09:04:56.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.649785999208689 +Info 234 [09:04:56.618] Format host information updated +Info 235 [09:04:56.819] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 236 [09:04:56.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 10.589209999889135ms +Info 237 [09:04:56.830] Different program with same set of files +Info 238 [09:04:56.830] getCompletionData: Get current token: 0.00866599939763546 +Info 239 [09:04:56.830] getCompletionData: Is inside comment: 0.01942600030452013 +Info 240 [09:04:56.830] getCompletionData: Get previous token: 0.0139340003952384 +Info 241 [09:04:56.830] getCompletionsAtPosition: isCompletionListBlocker: 0.015172000043094158 +Info 242 [09:04:56.831] getExportInfoMap: cache hit +Info 243 [09:04:56.856] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 3886 from cache +Info 244 [09:04:56.856] collectAutoImports: response is complete +Info 245 [09:04:56.856] collectAutoImports: 25.35287099983543 +Info 246 [09:04:56.856] getCompletionData: Semantic work: 26.152951000258327 +Info 247 [09:04:56.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.76828399952501 +Info 248 [09:04:56.876] Format host information updated +Info 249 [09:04:56.899] Format host information updated +Info 250 [09:04:56.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 251 [09:04:56.908] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 8.70388299971819ms +Info 252 [09:04:56.908] Different program with same set of files +Info 253 [09:04:57.053] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 254 [09:04:57.061] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.081079000607133ms +Info 255 [09:04:57.061] Different program with same set of files +Info 256 [09:04:57.061] getCompletionData: Get current token: 0.008206000551581383 +Info 257 [09:04:57.061] getCompletionData: Is inside comment: 0.01665200013667345 +Info 258 [09:04:57.061] getCompletionData: Get previous token: 0.023164999671280384 +Info 259 [09:04:57.061] getCompletionsAtPosition: isCompletionListBlocker: 0.010804000310599804 +Info 260 [09:04:57.062] getExportInfoMap: cache hit +Info 261 [09:04:57.065] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 101 from cache +Info 262 [09:04:57.065] collectAutoImports: response is complete +Info 263 [09:04:57.065] collectAutoImports: 3.088802999816835 +Info 264 [09:04:57.065] getCompletionData: Semantic work: 3.846423000097275 +Info 265 [09:04:57.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.601505999453366 +Info 266 [09:04:57.069] Format host information updated +Info 267 [09:04:57.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 268 [09:04:57.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 27.86614099983126ms +Info 269 [09:04:57.225] Different program with same set of files +Info 270 [09:04:57.226] getCompletionData: Get current token: 0.02170300018042326 +Info 271 [09:04:57.226] getCompletionData: Is inside comment: 0.04406600072979927 +Info 272 [09:04:57.226] getCompletionData: Get previous token: 0.07051400002092123 +Info 273 [09:04:57.226] getCompletionsAtPosition: isCompletionListBlocker: 0.025112000294029713 +Info 274 [09:04:57.228] getExportInfoMap: cache hit +Info 275 [09:04:57.232] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 100 from cache +Info 276 [09:04:57.232] collectAutoImports: response is complete +Info 277 [09:04:57.233] collectAutoImports: 4.711457999423146 +Info 278 [09:04:57.233] getCompletionData: Semantic work: 6.208781999535859 +Info 279 [09:04:57.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1782650006935 +Info 280 [09:04:57.237] Format host information updated +Info 281 [09:04:57.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 282 [09:04:57.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 10.7219830006361ms +Info 283 [09:04:57.275] Different program with same set of files +Info 284 [09:04:57.275] getCompletionData: Get current token: 0.01030800025910139 +Info 285 [09:04:57.275] getCompletionData: Is inside comment: 0.02081499993801117 +Info 286 [09:04:57.275] getCompletionData: Get previous token: 0.03437899984419346 +Info 287 [09:04:57.275] getCompletionsAtPosition: isCompletionListBlocker: 0.009248999878764153 +Info 288 [09:04:57.276] getExportInfoMap: cache hit +Info 289 [09:04:57.280] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 100 from cache +Info 290 [09:04:57.280] collectAutoImports: response is complete +Info 291 [09:04:57.280] collectAutoImports: 3.9190809996798635 +Info 292 [09:04:57.280] getCompletionData: Semantic work: 4.718481999821961 +Info 293 [09:04:57.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8399860002100468 +Info 294 [09:04:57.283] Format host information updated +Info 295 [09:04:57.458] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 296 [09:04:57.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 8.406898000277579ms +Info 297 [09:04:57.466] Different program with same set of files +Info 298 [09:04:57.466] getCompletionData: Get current token: 0.007081999443471432 +Info 299 [09:04:57.467] getCompletionData: Is inside comment: 0.01573299989104271 +Info 300 [09:04:57.467] getCompletionData: Get previous token: 0.023219999857246876 +Info 301 [09:04:57.467] getCompletionsAtPosition: isCompletionListBlocker: 0.008460999466478825 +Info 302 [09:04:57.467] getExportInfoMap: cache hit +Info 303 [09:04:57.470] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 304 [09:04:57.470] collectAutoImports: response is complete +Info 305 [09:04:57.470] collectAutoImports: 2.621294000186026 +Info 306 [09:04:57.470] getCompletionData: Semantic work: 3.3060609996318817 +Info 307 [09:04:57.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1344969999045134 +Info 308 [09:04:57.473] Format host information updated +Info 309 [09:04:57.552] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 310 [09:04:57.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 9.946581000462174ms +Info 311 [09:04:57.562] Different program with same set of files +Info 312 [09:04:57.562] getCompletionData: Get current token: 0.01287699956446886 +Info 313 [09:04:57.562] getCompletionData: Is inside comment: 0.12843000050634146 +Info 314 [09:04:57.562] getCompletionData: Get previous token: 0.05352399963885546 +Info 315 [09:04:57.562] getCompletionsAtPosition: isCompletionListBlocker: 0.01718899980187416 +Info 316 [09:04:57.563] getExportInfoMap: cache hit +Info 317 [09:04:57.569] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 318 [09:04:57.569] collectAutoImports: response is complete +Info 319 [09:04:57.569] collectAutoImports: 5.5896229995414615 +Info 320 [09:04:57.569] getCompletionData: Semantic work: 6.7065470004454255 +Info 321 [09:04:57.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.268184999935329 +Info 322 [09:04:57.575] Format host information updated +Info 323 [09:04:57.660] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 324 [09:04:57.673] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 13.16712599992752ms +Info 325 [09:04:57.673] Different program with same set of files +Info 326 [09:04:57.674] getCompletionData: Get current token: 0.017544999718666077 +Info 327 [09:04:57.674] getCompletionData: Is inside comment: 0.040692999958992004 +Info 328 [09:04:57.674] getCompletionData: Get previous token: 0.06912800017744303 +Info 329 [09:04:57.674] getCompletionsAtPosition: isCompletionListBlocker: 0.022823000326752663 +Info 330 [09:04:57.676] getExportInfoMap: cache hit +Info 331 [09:04:57.683] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 332 [09:04:57.683] collectAutoImports: response is complete +Info 333 [09:04:57.683] collectAutoImports: 6.971118999645114 +Info 334 [09:04:57.683] getCompletionData: Semantic work: 8.457154999487102 +Info 335 [09:04:57.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.658741000108421 +Info 336 [09:04:57.688] Format host information updated +Info 337 [09:04:57.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 338 [09:04:57.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 7.973667999729514ms +Info 339 [09:04:57.791] Different program with same set of files +Info 340 [09:04:57.792] getCompletionData: Get current token: 0.006173999980092049 +Info 341 [09:04:57.792] getCompletionData: Is inside comment: 0.014933000318706036 +Info 342 [09:04:57.792] getCompletionData: Get previous token: 0.02049999963492155 +Info 343 [09:04:57.792] getCompletionsAtPosition: isCompletionListBlocker: 0.008588000200688839 +Info 344 [09:04:57.792] getExportInfoMap: cache hit +Info 345 [09:04:57.795] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 346 [09:04:57.795] collectAutoImports: response is complete +Info 347 [09:04:57.795] collectAutoImports: 2.3950720001012087 +Info 348 [09:04:57.795] getCompletionData: Semantic work: 3.0451949993148446 +Info 349 [09:04:57.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8510460006073117 +Info 350 [09:04:57.800] Format host information updated +Info 351 [09:04:57.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 352 [09:04:57.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 8.51886700000614ms +Info 353 [09:04:57.852] Different program with same set of files +Info 354 [09:04:57.852] getCompletionData: Get current token: 0.009213999845087528 +Info 355 [09:04:57.852] getCompletionData: Is inside comment: 0.020878000184893608 +Info 356 [09:04:57.852] getCompletionData: Get previous token: 0.03311399929225445 +Info 357 [09:04:57.852] getCompletionsAtPosition: isCompletionListBlocker: 0.009871000424027443 +Info 358 [09:04:57.853] getExportInfoMap: cache hit +Info 359 [09:04:57.855] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 46 from cache +Info 360 [09:04:57.855] collectAutoImports: response is complete +Info 361 [09:04:57.855] collectAutoImports: 2.0184720000252128 +Info 362 [09:04:57.855] getCompletionData: Semantic work: 2.8002949999645352 +Info 363 [09:04:57.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7248279992491007 +Info 364 [09:04:57.858] Format host information updated +Info 365 [09:04:58.766] Format host information updated +Info 366 [09:04:58.781] forEachExternalModuleToImportFrom autoImportProvider: 2.4706379994750023 +Info 367 [09:05:00.448] Format host information updated +Info 368 [09:05:00.449] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 369 [09:05:00.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: true structureIsReused:: SafeModules Elapsed: 18.143946999683976ms +Info 370 [09:05:00.467] Different program with same set of files +Info 371 [09:05:03.032] Format host information updated +Info 372 [09:05:03.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 373 [09:05:03.042] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 9.950344000011683ms +Info 374 [09:05:03.042] Different program with same set of files +Info 375 [09:05:03.972] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 376 [09:05:03.982] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 9.255575000308454ms +Info 377 [09:05:03.982] Different program with same set of files +Info 378 [09:05:03.982] getCompletionData: Get current token: 0.009337999857962132 +Info 379 [09:05:03.982] getCompletionData: Is inside comment: 0.0019920002669095993 +Info 380 [09:05:03.982] getCompletionData: Get previous token: 0.029804999940097332 +Info 381 [09:05:03.982] getCompletionsAtPosition: isCompletionListBlocker: 0.0077219996601343155 +Info 382 [09:05:03.983] getExportInfoMap: cache hit +Info 383 [09:05:04.023] collectAutoImports: resolved 97 module specifiers, plus 219 ambient and 3007 from cache +Info 384 [09:05:04.023] collectAutoImports: response is complete +Info 385 [09:05:04.023] collectAutoImports: 39.91378900036216 +Info 386 [09:05:04.023] getCompletionData: Semantic work: 40.69234499987215 +Info 387 [09:05:04.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.30576299969107 +Info 388 [09:05:04.045] Format host information updated +Info 389 [09:05:04.163] Format host information updated +Info 390 [09:05:04.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 391 [09:05:04.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 8.159529000520706ms +Info 392 [09:05:04.172] Different program with same set of files +Info 393 [09:05:04.558] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 394 [09:05:04.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 9.466266999952495ms +Info 395 [09:05:04.568] Different program with same set of files +Info 396 [09:05:04.568] getCompletionData: Get current token: 0.006411000154912472 +Info 397 [09:05:04.568] getCompletionData: Is inside comment: 0.0018410002812743187 +Info 398 [09:05:04.568] getCompletionData: Get previous token: 0.024140000343322754 +Info 399 [09:05:04.568] getCompletionsAtPosition: isCompletionListBlocker: 0.010218000039458275 +Info 400 [09:05:04.572] getExportInfoMap: cache hit +Info 401 [09:05:04.597] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 402 [09:05:04.598] collectAutoImports: response is complete +Info 403 [09:05:04.598] collectAutoImports: 25.395320000126958 +Info 404 [09:05:04.598] getCompletionData: Semantic work: 29.512978000566363 +Info 405 [09:05:04.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.335807000286877 +Info 406 [09:05:04.618] Format host information updated +Info 407 [09:05:04.682] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 408 [09:05:04.692] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 9.62997299991548ms +Info 409 [09:05:04.692] Different program with same set of files +Info 410 [09:05:04.692] getCompletionData: Get current token: 0.040425000712275505 +Info 411 [09:05:04.692] getCompletionData: Is inside comment: 0.002797999419271946 +Info 412 [09:05:04.692] getCompletionData: Get previous token: 0.03616600017994642 +Info 413 [09:05:04.692] getCompletionsAtPosition: isCompletionListBlocker: 0.004253000020980835 +Info 414 [09:05:04.693] getExportInfoMap: cache hit +Info 415 [09:05:04.718] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 416 [09:05:04.718] collectAutoImports: response is complete +Info 417 [09:05:04.718] collectAutoImports: 24.657089999876916 +Info 418 [09:05:04.718] getCompletionData: Semantic work: 25.709257000125945 +Info 419 [09:05:04.797] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 79.08342000003904 +Info 420 [09:05:04.805] Format host information updated +Info 421 [09:05:04.828] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 422 [09:05:04.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 8.879565000534058ms +Info 423 [09:05:04.837] Different program with same set of files +Info 424 [09:05:04.838] getCompletionData: Get current token: 0.01025600079447031 +Info 425 [09:05:04.838] getCompletionData: Is inside comment: 0.0018620006740093231 +Info 426 [09:05:04.838] getCompletionData: Get previous token: 0.019942999817430973 +Info 427 [09:05:04.838] getCompletionsAtPosition: isCompletionListBlocker: 0.002882000058889389 +Info 428 [09:05:04.838] getExportInfoMap: cache hit +Info 429 [09:05:04.869] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 430 [09:05:04.869] collectAutoImports: response is complete +Info 431 [09:05:04.869] collectAutoImports: 30.214878999628127 +Info 432 [09:05:04.869] getCompletionData: Semantic work: 30.883937999606133 +Info 433 [09:05:04.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.337112999521196 +Info 434 [09:05:04.883] Format host information updated +Info 435 [09:05:04.973] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 436 [09:05:05.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 29.28676100075245ms +Info 437 [09:05:05.002] Different program with same set of files +Info 438 [09:05:05.003] getCompletionData: Get current token: 0.013101000338792801 +Info 439 [09:05:05.003] getCompletionData: Is inside comment: 0.003457999788224697 +Info 440 [09:05:05.003] getCompletionData: Get previous token: 0.04321199934929609 +Info 441 [09:05:05.003] getCompletionsAtPosition: isCompletionListBlocker: 0.01496100053191185 +Info 442 [09:05:05.004] getExportInfoMap: cache hit +Info 443 [09:05:05.032] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 444 [09:05:05.032] collectAutoImports: response is complete +Info 445 [09:05:05.032] collectAutoImports: 28.15269200038165 +Info 446 [09:05:05.032] getCompletionData: Semantic work: 29.367025999352336 +Info 447 [09:05:05.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9582410007715225 +Info 448 [09:05:05.045] Format host information updated +Info 449 [09:05:05.104] Format host information updated +Info 450 [09:05:05.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 451 [09:05:05.113] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 9.225313000380993ms +Info 452 [09:05:05.113] Different program with same set of files +Info 453 [09:05:05.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 454 [09:05:05.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 7.3820869997143745ms +Info 455 [09:05:05.254] Different program with same set of files +Info 456 [09:05:05.254] getCompletionData: Get current token: 0.011524000205099583 +Info 457 [09:05:05.254] getCompletionData: Is inside comment: 0.01902800053358078 +Info 458 [09:05:05.254] getCompletionData: Get previous token: 0.021476000547409058 +Info 459 [09:05:05.254] getCompletionsAtPosition: isCompletionListBlocker: 0.006181000731885433 +Info 460 [09:05:05.255] getExportInfoMap: cache hit +Info 461 [09:05:05.278] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 462 [09:05:05.278] collectAutoImports: response is complete +Info 463 [09:05:05.278] collectAutoImports: 23.413015000522137 +Info 464 [09:05:05.278] getCompletionData: Semantic work: 24.000955999828875 +Info 465 [09:05:05.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.140998000279069 +Info 466 [09:05:05.291] Format host information updated +Info 467 [09:05:05.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 468 [09:05:05.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 16.618830000050366ms +Info 469 [09:05:05.388] Different program with same set of files +Info 470 [09:05:05.388] getCompletionData: Get current token: 0.015699000097811222 +Info 471 [09:05:05.388] getCompletionData: Is inside comment: 0.002727000042796135 +Info 472 [09:05:05.388] getCompletionData: Get previous token: 0.07059699948877096 +Info 473 [09:05:05.388] getCompletionsAtPosition: isCompletionListBlocker: 0.003182000480592251 +Info 474 [09:05:05.391] Format host information updated +Info 475 [09:05:05.528] Format host information updated +Info 476 [09:05:05.528] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 477 [09:05:05.535] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 7.307328000664711ms +Info 478 [09:05:05.535] Different program with same set of files +Info 479 [09:05:05.736] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 480 [09:05:05.744] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 8.28073799982667ms +Info 481 [09:05:05.744] Different program with same set of files +Info 482 [09:05:05.744] getCompletionData: Get current token: 0.015282999724149704 +Info 483 [09:05:05.744] getCompletionData: Is inside comment: 0.002165999263525009 +Info 484 [09:05:05.744] getCompletionData: Get previous token: 0.025803999975323677 +Info 485 [09:05:05.744] getCompletionsAtPosition: isCompletionListBlocker: 0.002161000855267048 +Info 486 [09:05:05.747] Format host information updated +Info 487 [09:05:05.873] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 488 [09:05:05.891] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 17.980109999887645ms +Info 489 [09:05:05.891] Different program with same set of files +Info 490 [09:05:05.891] getCompletionData: Get current token: 0.03029699996113777 +Info 491 [09:05:05.891] getCompletionData: Is inside comment: 0.004743000492453575 +Info 492 [09:05:05.891] getCompletionData: Get previous token: 0.05323200020939112 +Info 493 [09:05:05.891] getCompletionsAtPosition: isCompletionListBlocker: 0.0167879993095994 +Info 494 [09:05:05.893] getExportInfoMap: cache hit +Info 495 [09:05:05.931] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 496 [09:05:05.931] collectAutoImports: response is complete +Info 497 [09:05:05.931] collectAutoImports: 38.51219699997455 +Info 498 [09:05:05.931] getCompletionData: Semantic work: 40.07309900037944 +Info 499 [09:05:05.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.291792999953032 +Info 500 [09:05:05.947] Format host information updated +Info 501 [09:05:05.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 502 [09:05:05.980] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 8.095087999477983ms +Info 503 [09:05:05.980] Different program with same set of files +Info 504 [09:05:05.980] getCompletionData: Get current token: 0.009782000444829464 +Info 505 [09:05:05.980] getCompletionData: Is inside comment: 0.0015210006386041641 +Info 506 [09:05:05.980] getCompletionData: Get previous token: 0.01619900017976761 +Info 507 [09:05:05.980] getCompletionsAtPosition: isCompletionListBlocker: 0.029025000520050526 +Info 508 [09:05:05.980] getExportInfoMap: cache hit +Info 509 [09:05:06.001] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 510 [09:05:06.001] collectAutoImports: response is complete +Info 511 [09:05:06.001] collectAutoImports: 20.820717999711633 +Info 512 [09:05:06.001] getCompletionData: Semantic work: 21.450888000428677 +Info 513 [09:05:06.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.442420999519527 +Info 514 [09:05:06.017] Format host information updated +Info 515 [09:05:06.051] Format host information updated +Info 516 [09:05:06.051] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 517 [09:05:06.058] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 7.2242780001834035ms +Info 518 [09:05:06.058] Different program with same set of files +Info 519 [09:05:07.953] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 520 [09:05:07.963] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 9.852081000804901ms +Info 521 [09:05:07.963] Different program with same set of files +Info 522 [09:05:07.963] getCompletionData: Get current token: 0.0034310007467865944 +Info 523 [09:05:07.963] getCompletionData: Is inside comment: 0.001362999901175499 +Info 524 [09:05:07.963] getCompletionData: Get previous token: 0.018160000443458557 +Info 525 [09:05:07.963] getCompletionsAtPosition: isCompletionListBlocker: 0.0811609998345375 +Info 526 [09:05:07.964] getExportInfoMap: cache hit +Info 527 [09:05:07.968] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 68 from cache +Info 528 [09:05:07.968] collectAutoImports: response is complete +Info 529 [09:05:07.968] collectAutoImports: 3.677726000547409 +Info 530 [09:05:07.968] getCompletionData: Semantic work: 4.477273999713361 +Info 531 [09:05:07.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0338340001180768 +Info 532 [09:05:07.970] Format host information updated +Info 533 [09:05:08.188] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 534 [09:05:08.196] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 8.515081999823451ms +Info 535 [09:05:08.196] Different program with same set of files +Info 536 [09:05:08.196] getCompletionData: Get current token: 0.0045090001076459885 +Info 537 [09:05:08.196] getCompletionData: Is inside comment: 0.001714000478386879 +Info 538 [09:05:08.196] getCompletionData: Get previous token: 0.02312100026756525 +Info 539 [09:05:08.196] getCompletionsAtPosition: isCompletionListBlocker: 0.012467999942600727 +Info 540 [09:05:08.197] getExportInfoMap: cache hit +Info 541 [09:05:08.202] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 354 from cache +Info 542 [09:05:08.202] collectAutoImports: response is complete +Info 543 [09:05:08.202] collectAutoImports: 4.9672809997573495 +Info 544 [09:05:08.202] getCompletionData: Semantic work: 5.692061999812722 +Info 545 [09:05:08.204] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8467619996517897 +Info 546 [09:05:08.206] Format host information updated +Info 547 [09:05:08.346] Format host information updated +Info 548 [09:05:08.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 549 [09:05:08.353] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 7.45411999989301ms +Info 550 [09:05:08.353] Different program with same set of files +Info 551 [09:05:08.443] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 552 [09:05:08.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 32.215303000062704ms +Info 553 [09:05:08.475] Different program with same set of files +Info 554 [09:05:08.475] getCompletionData: Get current token: 0.010054999962449074 +Info 555 [09:05:08.475] getCompletionData: Is inside comment: 0.004011000506579876 +Info 556 [09:05:08.475] getCompletionData: Get previous token: 0.05204099975526333 +Info 557 [09:05:08.476] getCompletionsAtPosition: isCompletionListBlocker: 0.02735999971628189 +Info 558 [09:05:08.477] getExportInfoMap: cache hit +Info 559 [09:05:08.488] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 523 from cache +Info 560 [09:05:08.489] collectAutoImports: response is complete +Info 561 [09:05:08.489] collectAutoImports: 10.938343999907374 +Info 562 [09:05:08.489] getCompletionData: Semantic work: 12.922860000282526 +Info 563 [09:05:08.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0526259997859597 +Info 564 [09:05:08.494] Format host information updated +Info 565 [09:05:08.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 566 [09:05:08.678] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 7.505385000258684ms +Info 567 [09:05:08.678] Different program with same set of files +Info 568 [09:05:08.678] getCompletionData: Get current token: 0.0037699993699789047 +Info 569 [09:05:08.678] getCompletionData: Is inside comment: 0.0011750003322958946 +Info 570 [09:05:08.678] getCompletionData: Get previous token: 0.020491999574005604 +Info 571 [09:05:08.678] getCompletionsAtPosition: isCompletionListBlocker: 0.007683000527322292 +Info 572 [09:05:08.679] getCompletionData: Semantic work: 1.1381959998980165 +Info 573 [09:05:08.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6022819997742772 +Info 574 [09:05:08.683] Format host information updated +Info 575 [09:05:09.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 576 [09:05:09.083] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 9.74898700043559ms +Info 577 [09:05:09.083] Different program with same set of files +Info 578 [09:05:09.083] getCompletionData: Get current token: 0.004277999512851238 +Info 579 [09:05:09.083] getCompletionData: Is inside comment: 0.001382000744342804 +Info 580 [09:05:09.083] getCompletionData: Get previous token: 0.02384600043296814 +Info 581 [09:05:09.083] getCompletionsAtPosition: isCompletionListBlocker: 0.0030950000509619713 +Info 582 [09:05:09.084] getCompletionData: Semantic work: 0.686790999956429 +Info 583 [09:05:09.086] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.298915999941528 +Info 584 [09:05:09.087] Format host information updated +Info 585 [09:05:09.133] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 586 [09:05:09.140] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 7.493830000050366ms +Info 587 [09:05:09.140] Different program with same set of files +Info 588 [09:05:09.140] getCompletionData: Get current token: 0.003790999762713909 +Info 589 [09:05:09.141] getCompletionData: Is inside comment: 0.001722000539302826 +Info 590 [09:05:09.141] getCompletionData: Get previous token: 0.021284000016748905 +Info 591 [09:05:09.141] getCompletionsAtPosition: isCompletionListBlocker: 0.0033809999004006386 +Info 592 [09:05:09.141] getCompletionData: Semantic work: 0.6366240000352263 +Info 593 [09:05:09.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.982842999510467 +Info 594 [09:05:09.144] Format host information updated +Info 595 [09:05:09.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 596 [09:05:09.295] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 7.381850000470877ms +Info 597 [09:05:09.295] Different program with same set of files +Info 598 [09:05:09.296] getCompletionData: Get current token: 0.0037369998171925545 +Info 599 [09:05:09.296] getCompletionData: Is inside comment: 0.0015549995005130768 +Info 600 [09:05:09.296] getCompletionData: Get previous token: 0.04062199965119362 +Info 601 [09:05:09.296] getCompletionsAtPosition: isCompletionListBlocker: 0.0029969997704029083 +Info 602 [09:05:09.296] getCompletionData: Semantic work: 0.5300300000235438 +Info 603 [09:05:09.298] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0648349998518825 +Info 604 [09:05:09.299] Format host information updated +Info 605 [09:05:10.100] Format host information updated +Info 606 [09:05:10.101] Format host information updated +Info 607 [09:05:10.101] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 608 [09:05:10.108] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 7.108990999870002ms +Info 609 [09:05:10.108] Different program with same set of files +Info 610 [09:05:10.108] getCompletionData: Get current token: 0.013061000034213066 +Info 611 [09:05:10.108] getCompletionData: Is inside comment: 0.004731999710202217 +Info 612 [09:05:10.109] getCompletionData: Get previous token: 0.01942100003361702 +Info 613 [09:05:10.109] getCompletionsAtPosition: isCompletionListBlocker: 0.0022230008617043495 +Info 614 [09:05:10.109] getCompletionData: Semantic work: 0.4491109997034073 +Info 615 [09:05:10.117] getCompletionData: Get current token: 0.010629000142216682 +Info 616 [09:05:10.117] getCompletionData: Is inside comment: 0.0036490000784397125 +Info 617 [09:05:10.117] getCompletionData: Get previous token: 0.023432999849319458 +Info 618 [09:05:10.117] getCompletionsAtPosition: isCompletionListBlocker: 0.00524199940264225 +Info 619 [09:05:10.117] getCompletionData: Semantic work: 0.27201000042259693 +Info 620 [09:05:10.118] Format host information updated +Info 621 [09:05:12.490] Format host information updated +Info 622 [09:05:12.490] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 623 [09:05:12.503] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 12.771440000273287ms +Info 624 [09:05:12.503] Different program with same set of files +Info 625 [09:05:12.703] Format host information updated +Info 626 [09:05:12.703] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 627 [09:05:12.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 9.989318000152707ms +Info 628 [09:05:12.713] Different program with same set of files +Info 629 [09:05:13.990] Format host information updated +Info 630 [09:05:13.990] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 631 [09:05:13.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 8.756821999326348ms +Info 632 [09:05:13.999] Different program with same set of files +Info 633 [09:05:14.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 634 [09:05:14.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 16.329711000435054ms +Info 635 [09:05:14.065] Different program with same set of files +Info 636 [09:05:14.066] getCompletionData: Get current token: 0.004360999912023544 +Info 637 [09:05:14.066] getCompletionData: Is inside comment: 0.0014709997922182083 +Info 638 [09:05:14.066] getCompletionData: Get previous token: 0.01528599951416254 +Info 639 [09:05:14.066] getCompletionsAtPosition: isCompletionListBlocker: 0.006072999909520149 +Info 640 [09:05:14.066] Returning an empty list because completion was requested in an invalid position. +Info 641 [09:05:14.066] Format host information updated +Info 642 [09:05:14.220] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 643 [09:05:14.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 8.02364999987185ms +Info 644 [09:05:14.228] Different program with same set of files +Info 645 [09:05:14.228] getCompletionData: Get current token: 0.00508899986743927 +Info 646 [09:05:14.228] getCompletionData: Is inside comment: 0.001705000177025795 +Info 647 [09:05:14.228] getCompletionData: Get previous token: 0.017736000008881092 +Info 648 [09:05:14.228] getCompletionsAtPosition: isCompletionListBlocker: 0.0015920000150799751 +Info 649 [09:05:14.228] Returning an empty list because completion was requested in an invalid position. +Info 650 [09:05:14.228] Format host information updated +Info 651 [09:05:14.322] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 652 [09:05:14.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 7.9722360000014305ms +Info 653 [09:05:14.330] Different program with same set of files +Info 654 [09:05:14.330] getCompletionData: Get current token: 0.0052529992535710335 +Info 655 [09:05:14.330] getCompletionData: Is inside comment: 0.0018269997090101242 +Info 656 [09:05:14.330] getCompletionData: Get previous token: 0.017652000300586224 +Info 657 [09:05:14.330] getCompletionsAtPosition: isCompletionListBlocker: 0.00151900015771389 +Info 658 [09:05:14.330] Returning an empty list because completion was requested in an invalid position. +Info 659 [09:05:14.330] Format host information updated +Info 660 [09:05:14.382] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 661 [09:05:14.390] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 8.381065999157727ms +Info 662 [09:05:14.390] Different program with same set of files +Info 663 [09:05:14.390] getCompletionData: Get current token: 0.005217999219894409 +Info 664 [09:05:14.390] getCompletionData: Is inside comment: 0.0017830003052949905 +Info 665 [09:05:14.390] getCompletionData: Get previous token: 0.018176999874413013 +Info 666 [09:05:14.390] getCompletionsAtPosition: isCompletionListBlocker: 0.0018170000985264778 +Info 667 [09:05:14.390] Returning an empty list because completion was requested in an invalid position. +Info 668 [09:05:14.390] Format host information updated +Info 669 [09:05:14.479] Format host information updated +Info 670 [09:05:14.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 671 [09:05:14.514] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 33.9286369998008ms +Info 672 [09:05:14.514] Different program with same set of files +Info 673 [09:05:15.720] Format host information updated +Info 674 [09:05:15.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 675 [09:05:15.728] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 7.767278000712395ms +Info 676 [09:05:15.728] Different program with same set of files +Info 677 [09:05:15.886] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 678 [09:05:15.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 7.6034640008583665ms +Info 679 [09:05:15.893] Different program with same set of files +Info 680 [09:05:15.894] getCompletionData: Get current token: 0.005810000002384186 +Info 681 [09:05:15.894] getCompletionData: Is inside comment: 0.014254000037908554 +Info 682 [09:05:15.894] getCompletionData: Get previous token: 0.019655000418424606 +Info 683 [09:05:15.894] getCompletionsAtPosition: isCompletionListBlocker: 0.008575999177992344 +Info 684 [09:05:15.894] getExportInfoMap: cache hit +Info 685 [09:05:15.902] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 489 from cache +Info 686 [09:05:15.902] collectAutoImports: response is complete +Info 687 [09:05:15.902] collectAutoImports: 7.992050999775529 +Info 688 [09:05:15.902] getCompletionData: Semantic work: 8.612186999991536 +Info 689 [09:05:15.906] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.437142999842763 +Info 690 [09:05:15.908] Format host information updated +Info 691 [09:05:16.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 692 [09:05:16.117] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 8.09409200027585ms +Info 693 [09:05:16.117] Different program with same set of files +Info 694 [09:05:16.117] getCompletionData: Get current token: 0.00571999978274107 +Info 695 [09:05:16.117] getCompletionData: Is inside comment: 0.013385999947786331 +Info 696 [09:05:16.118] getCompletionData: Get previous token: 0.018933000043034554 +Info 697 [09:05:16.118] getCompletionsAtPosition: isCompletionListBlocker: 0.008402000181376934 +Info 698 [09:05:16.118] getExportInfoMap: cache hit +Info 699 [09:05:16.121] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 114 from cache +Info 700 [09:05:16.121] collectAutoImports: response is complete +Info 701 [09:05:16.121] collectAutoImports: 2.5922079998999834 +Info 702 [09:05:16.121] getCompletionData: Semantic work: 3.1548680001869798 +Info 703 [09:05:16.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2183149997144938 +Info 704 [09:05:16.124] Format host information updated +Info 705 [09:05:16.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 706 [09:05:16.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 7.35160499997437ms +Info 707 [09:05:16.269] Different program with same set of files +Info 708 [09:05:16.270] getCompletionData: Get current token: 0.0058469995856285095 +Info 709 [09:05:16.270] getCompletionData: Is inside comment: 0.014708000235259533 +Info 710 [09:05:16.270] getCompletionData: Get previous token: 0.03467800002545118 +Info 711 [09:05:16.270] getCompletionsAtPosition: isCompletionListBlocker: 0.008264999836683273 +Info 712 [09:05:16.270] getExportInfoMap: cache hit +Info 713 [09:05:16.273] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 114 from cache +Info 714 [09:05:16.273] collectAutoImports: response is complete +Info 715 [09:05:16.273] collectAutoImports: 2.522910000756383 +Info 716 [09:05:16.273] getCompletionData: Semantic work: 3.183973000384867 +Info 717 [09:05:16.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2281740000471473 +Info 718 [09:05:16.276] Format host information updated +Info 719 [09:05:16.669] getCompletionData: Get current token: 0.0038999998942017555 +Info 720 [09:05:16.670] getCompletionData: Is inside comment: 0.0078300004824996 +Info 721 [09:05:16.670] getCompletionData: Get previous token: 0.007282000035047531 +Info 722 [09:05:16.670] getCompletionsAtPosition: isCompletionListBlocker: 0.007358000613749027 +Info 723 [09:05:16.670] getExportInfoMap: cache hit +Info 724 [09:05:16.692] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 3104 from cache +Info 725 [09:05:16.692] collectAutoImports: response is complete +Info 726 [09:05:16.692] collectAutoImports: 21.387377999722958 +Info 727 [09:05:16.692] getCompletionData: Semantic work: 21.99832999985665 +Info 728 [09:05:16.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.97091200016439 +Info 729 [09:05:17.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 730 [09:05:17.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 7.146964999847114ms +Info 731 [09:05:17.235] Different program with same set of files +Info 732 [09:05:17.235] getCompletionData: Get current token: 0.003057999536395073 +Info 733 [09:05:17.235] getCompletionData: Is inside comment: 0.0011260006576776505 +Info 734 [09:05:17.235] getCompletionData: Get previous token: 0.01756099984049797 +Info 735 [09:05:17.235] getCompletionsAtPosition: isCompletionListBlocker: 0.0023520002141594887 +Info 736 [09:05:17.236] getCompletionData: Semantic work: 0.4581070002168417 +Info 737 [09:05:17.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8337880000472069 +Info 738 [09:05:17.237] Format host information updated +Info 739 [09:05:17.305] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 740 [09:05:17.321] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 15.940121999941766ms +Info 741 [09:05:17.321] Different program with same set of files +Info 742 [09:05:17.321] getCompletionData: Get current token: 0.008712000213563442 +Info 743 [09:05:17.321] getCompletionData: Is inside comment: 0.003263000398874283 +Info 744 [09:05:17.321] getCompletionData: Get previous token: 0.045687999576330185 +Info 745 [09:05:17.321] getCompletionsAtPosition: isCompletionListBlocker: 0.0055229999125003815 +Info 746 [09:05:17.322] getCompletionData: Semantic work: 1.1585729997605085 +Info 747 [09:05:17.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.681049999780953 +Info 748 [09:05:17.329] Format host information updated +Info 749 [09:05:17.465] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 750 [09:05:17.476] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 11.771491999737918ms +Info 751 [09:05:17.477] Different program with same set of files +Info 752 [09:05:17.477] getCompletionData: Get current token: 0.005036000162363052 +Info 753 [09:05:17.477] getCompletionData: Is inside comment: 0.0019209999591112137 +Info 754 [09:05:17.477] getCompletionData: Get previous token: 0.026938000693917274 +Info 755 [09:05:17.477] getCompletionsAtPosition: isCompletionListBlocker: 0.004443000070750713 +Info 756 [09:05:17.478] getCompletionData: Semantic work: 0.8032379997894168 +Info 757 [09:05:17.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.003444000147283 +Info 758 [09:05:17.484] Format host information updated +Info 759 [09:05:17.524] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 760 [09:05:17.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 7.7424649996683ms +Info 761 [09:05:17.532] Different program with same set of files +Info 762 [09:05:17.532] getCompletionData: Get current token: 0.003146999515593052 +Info 763 [09:05:17.532] getCompletionData: Is inside comment: 0.001257999800145626 +Info 764 [09:05:17.532] getCompletionData: Get previous token: 0.019871000200510025 +Info 765 [09:05:17.532] getCompletionsAtPosition: isCompletionListBlocker: 0.0028130002319812775 +Info 766 [09:05:17.533] getCompletionData: Semantic work: 0.4909079996868968 +Info 767 [09:05:17.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4655989995226264 +Info 768 [09:05:17.535] Format host information updated +Info 769 [09:05:17.643] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 770 [09:05:17.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 8.18252700008452ms +Info 771 [09:05:17.651] Different program with same set of files +Info 772 [09:05:17.652] getCompletionData: Get current token: 0.0038989996537566185 +Info 773 [09:05:17.652] getCompletionData: Is inside comment: 0.0014119995757937431 +Info 774 [09:05:17.652] getCompletionData: Get previous token: 0.022711999714374542 +Info 775 [09:05:17.652] getCompletionsAtPosition: isCompletionListBlocker: 0.002830999903380871 +Info 776 [09:05:17.652] getCompletionData: Semantic work: 0.5557439997792244 +Info 777 [09:05:17.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2934250002726912 +Info 778 [09:05:17.654] Format host information updated +Info 779 [09:05:20.377] Format host information updated +Info 780 [09:05:20.378] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 781 [09:05:20.385] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 7.116258000023663ms +Info 782 [09:05:20.385] Different program with same set of files +Info 783 [09:05:20.538] Format host information updated +Info 784 [09:05:20.538] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 785 [09:05:20.548] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 9.269388999789953ms +Info 786 [09:05:20.548] Different program with same set of files +Info 787 [09:05:25.901] Format host information updated +Info 788 [09:05:25.901] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 789 [09:05:25.929] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 27.148349000141025ms +Info 790 [09:05:25.929] Different program with same set of files +Info 791 [09:05:26.052] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 792 [09:05:26.059] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 7.753438000567257ms +Info 793 [09:05:26.059] Different program with same set of files +Info 794 [09:05:26.059] getCompletionData: Get current token: 0.005559000186622143 +Info 795 [09:05:26.060] getCompletionData: Is inside comment: 0.0018219994381070137 +Info 796 [09:05:26.060] getCompletionData: Get previous token: 0.016134999692440033 +Info 797 [09:05:26.060] getCompletionsAtPosition: isCompletionListBlocker: 0.0013579996302723885 +Info 798 [09:05:26.060] Returning an empty list because completion was requested in an invalid position. +Info 799 [09:05:26.060] Format host information updated +Info 800 [09:05:26.178] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 801 [09:05:26.189] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 10.518697999417782ms +Info 802 [09:05:26.189] Different program with same set of files +Info 803 [09:05:26.189] getCompletionData: Get current token: 0.005465999245643616 +Info 804 [09:05:26.189] getCompletionData: Is inside comment: 0.0015100007876753807 +Info 805 [09:05:26.189] getCompletionData: Get previous token: 0.029198000207543373 +Info 806 [09:05:26.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0012469999492168427 +Info 807 [09:05:26.189] Returning an empty list because completion was requested in an invalid position. +Info 808 [09:05:26.189] Format host information updated +Info 809 [09:05:26.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 810 [09:05:26.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 7.3052059998735785ms +Info 811 [09:05:26.378] Different program with same set of files +Info 812 [09:05:26.378] getCompletionData: Get current token: 0.0043299999088048935 +Info 813 [09:05:26.378] getCompletionData: Is inside comment: 0.001695999875664711 +Info 814 [09:05:26.378] getCompletionData: Get previous token: 0.014949999749660492 +Info 815 [09:05:26.378] getCompletionsAtPosition: isCompletionListBlocker: 0.001356000080704689 +Info 816 [09:05:26.378] Returning an empty list because completion was requested in an invalid position. +Info 817 [09:05:26.381] Format host information updated +Info 818 [09:05:26.524] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 819 [09:05:26.533] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 8.580293000675738ms +Info 820 [09:05:26.533] Different program with same set of files +Info 821 [09:05:26.533] getCompletionData: Get current token: 0.004568000324070454 +Info 822 [09:05:26.533] getCompletionData: Is inside comment: 0.0018119998276233673 +Info 823 [09:05:26.533] getCompletionData: Get previous token: 0.015691000036895275 +Info 824 [09:05:26.533] getCompletionsAtPosition: isCompletionListBlocker: 0.0014690002426505089 +Info 825 [09:05:26.533] Returning an empty list because completion was requested in an invalid position. +Info 826 [09:05:26.533] Format host information updated +Info 827 [09:05:26.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 828 [09:05:26.804] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 10.961223000660539ms +Info 829 [09:05:26.804] Different program with same set of files +Info 830 [09:05:26.804] getCompletionData: Get current token: 0.006010000593960285 +Info 831 [09:05:26.804] getCompletionData: Is inside comment: 0.002549000084400177 +Info 832 [09:05:26.804] getCompletionData: Get previous token: 0.025153000839054585 +Info 833 [09:05:26.804] getCompletionsAtPosition: isCompletionListBlocker: 0.0023509999737143517 +Info 834 [09:05:26.804] Returning an empty list because completion was requested in an invalid position. +Info 835 [09:05:26.809] Format host information updated +Info 836 [09:05:26.960] Format host information updated +Info 837 [09:05:26.960] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 838 [09:05:26.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 7.732541000470519ms +Info 839 [09:05:26.968] Different program with same set of files +Info 840 [09:05:27.159] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 841 [09:05:27.167] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 7.685328999534249ms +Info 842 [09:05:27.167] Different program with same set of files +Info 843 [09:05:27.167] getCompletionData: Get current token: 0.004633999429643154 +Info 844 [09:05:27.167] getCompletionData: Is inside comment: 0.0016609998419880867 +Info 845 [09:05:27.167] getCompletionData: Get previous token: 0.015149000100791454 +Info 846 [09:05:27.167] getCompletionsAtPosition: isCompletionListBlocker: 0.0014269994571805 +Info 847 [09:05:27.167] Returning an empty list because completion was requested in an invalid position. +Info 848 [09:05:27.167] Format host information updated +Info 849 [09:05:27.267] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 850 [09:05:27.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 7.61345100030303ms +Info 851 [09:05:27.275] Different program with same set of files +Info 852 [09:05:27.275] getCompletionData: Get current token: 0.003679000772535801 +Info 853 [09:05:27.275] getCompletionData: Is inside comment: 0.0012039998546242714 +Info 854 [09:05:27.275] getCompletionData: Get previous token: 0.014063000679016113 +Info 855 [09:05:27.275] getCompletionsAtPosition: isCompletionListBlocker: 0.0012519992887973785 +Info 856 [09:05:27.276] Returning an empty list because completion was requested in an invalid position. +Info 857 [09:05:27.276] Format host information updated +Info 858 [09:05:27.387] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 859 [09:05:27.397] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 10.318462999537587ms +Info 860 [09:05:27.397] Different program with same set of files +Info 861 [09:05:27.398] getCompletionData: Get current token: 0.00443900004029274 +Info 862 [09:05:27.398] getCompletionData: Is inside comment: 0.0018070004880428314 +Info 863 [09:05:27.398] getCompletionData: Get previous token: 0.01656400039792061 +Info 864 [09:05:27.398] getCompletionsAtPosition: isCompletionListBlocker: 0.0015620002523064613 +Info 865 [09:05:27.398] Returning an empty list because completion was requested in an invalid position. +Info 866 [09:05:27.398] Format host information updated +Info 867 [09:05:27.603] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 868 [09:05:27.613] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 10.130084999836981ms +Info 869 [09:05:27.613] Different program with same set of files +Info 870 [09:05:27.613] getCompletionData: Get current token: 0.004034999758005142 +Info 871 [09:05:27.613] getCompletionData: Is inside comment: 0.00136600062251091 +Info 872 [09:05:27.613] getCompletionData: Get previous token: 0.0156230004504323 +Info 873 [09:05:27.613] getCompletionsAtPosition: isCompletionListBlocker: 0.001551000401377678 +Info 874 [09:05:27.613] Returning an empty list because completion was requested in an invalid position. +Info 875 [09:05:27.613] Format host information updated +Info 876 [09:05:27.779] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 877 [09:05:27.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 8.21263900026679ms +Info 878 [09:05:27.787] Different program with same set of files +Info 879 [09:05:27.787] getCompletionData: Get current token: 0.00443200021982193 +Info 880 [09:05:27.787] getCompletionData: Is inside comment: 0.0019170008599758148 +Info 881 [09:05:27.787] getCompletionData: Get previous token: 0.01708999928086996 +Info 882 [09:05:27.787] getCompletionsAtPosition: isCompletionListBlocker: 0.0014310004189610481 +Info 883 [09:05:27.787] Returning an empty list because completion was requested in an invalid position. +Info 884 [09:05:27.790] Format host information updated +Info 885 [09:05:27.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 886 [09:05:27.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 8.117128999903798ms +Info 887 [09:05:27.942] Different program with same set of files +Info 888 [09:05:27.942] getCompletionData: Get current token: 0.004720000550150871 +Info 889 [09:05:27.942] getCompletionData: Is inside comment: 0.0017179995775222778 +Info 890 [09:05:27.942] getCompletionData: Get previous token: 0.04187899921089411 +Info 891 [09:05:27.942] getCompletionsAtPosition: isCompletionListBlocker: 0.0014500003308057785 +Info 892 [09:05:27.942] Returning an empty list because completion was requested in an invalid position. +Info 893 [09:05:27.943] Format host information updated +Info 894 [09:05:28.039] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 895 [09:05:28.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 14.24868500046432ms +Info 896 [09:05:28.053] Different program with same set of files +Info 897 [09:05:28.053] getCompletionData: Get current token: 0.006136000156402588 +Info 898 [09:05:28.053] getCompletionData: Is inside comment: 0.0021559996530413628 +Info 899 [09:05:28.053] getCompletionData: Get previous token: 0.01793299987912178 +Info 900 [09:05:28.054] getCompletionsAtPosition: isCompletionListBlocker: 0.0019030002877116203 +Info 901 [09:05:28.054] Returning an empty list because completion was requested in an invalid position. +Info 902 [09:05:28.054] Format host information updated +Info 903 [09:05:28.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 904 [09:05:28.226] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 27.82098300009966ms +Info 905 [09:05:28.226] Different program with same set of files +Info 906 [09:05:28.227] getCompletionData: Get current token: 0.009057000279426575 +Info 907 [09:05:28.227] getCompletionData: Is inside comment: 0.003224000334739685 +Info 908 [09:05:28.227] getCompletionData: Get previous token: 0.026568000204861164 +Info 909 [09:05:28.227] getCompletionsAtPosition: isCompletionListBlocker: 0.002759999595582485 +Info 910 [09:05:28.227] Returning an empty list because completion was requested in an invalid position. +Info 911 [09:05:28.227] Format host information updated +Info 912 [09:05:28.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 913 [09:05:28.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 10.270901000127196ms +Info 914 [09:05:28.269] Different program with same set of files +Info 915 [09:05:28.269] getCompletionData: Get current token: 0.0035109994933009148 +Info 916 [09:05:28.269] getCompletionData: Is inside comment: 0.0013239998370409012 +Info 917 [09:05:28.269] getCompletionData: Get previous token: 0.010524999350309372 +Info 918 [09:05:28.269] getCompletionsAtPosition: isCompletionListBlocker: 0.001291000284254551 +Info 919 [09:05:28.269] Returning an empty list because completion was requested in an invalid position. +Info 920 [09:05:28.270] Format host information updated +Info 921 [09:05:28.319] Format host information updated +Info 922 [09:05:28.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 923 [09:05:28.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 7.704927999526262ms +Info 924 [09:05:28.326] Different program with same set of files +Info 925 [09:05:29.258] Format host information updated +Info 926 [09:05:29.259] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 927 [09:05:29.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 9.572444000281394ms +Info 928 [09:05:29.268] Different program with same set of files +Info 929 [09:05:29.593] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 930 [09:05:29.604] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 10.92134500015527ms +Info 931 [09:05:29.604] Different program with same set of files +Info 932 [09:05:29.604] getCompletionData: Get current token: 0.005397000350058079 +Info 933 [09:05:29.604] getCompletionData: Is inside comment: 0.012107999995350838 +Info 934 [09:05:29.604] getCompletionData: Get previous token: 0.014695999212563038 +Info 935 [09:05:29.604] getCompletionsAtPosition: isCompletionListBlocker: 0.008961000479757786 +Info 936 [09:05:29.605] getExportInfoMap: cache hit +Info 937 [09:05:29.611] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 582 from cache +Info 938 [09:05:29.611] collectAutoImports: response is complete +Info 939 [09:05:29.611] collectAutoImports: 6.576665000058711 +Info 940 [09:05:29.611] getCompletionData: Semantic work: 7.181030999869108 +Info 941 [09:05:29.616] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.4092089999467134 +Info 942 [09:05:29.618] Format host information updated +Info 943 [09:05:29.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 944 [09:05:29.753] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 7.680046000517905ms +Info 945 [09:05:29.753] Different program with same set of files +Info 946 [09:05:29.753] getCompletionData: Get current token: 0.005392000079154968 +Info 947 [09:05:29.753] getCompletionData: Is inside comment: 0.011687000282108784 +Info 948 [09:05:29.753] getCompletionData: Get previous token: 0.013892000541090965 +Info 949 [09:05:29.753] getCompletionsAtPosition: isCompletionListBlocker: 0.00907599925994873 +Info 950 [09:05:29.754] getExportInfoMap: cache hit +Info 951 [09:05:29.757] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 80 from cache +Info 952 [09:05:29.757] collectAutoImports: response is complete +Info 953 [09:05:29.757] collectAutoImports: 2.696243000216782 +Info 954 [09:05:29.757] getCompletionData: Semantic work: 3.327139999717474 +Info 955 [09:05:29.759] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.235041999258101 +Info 956 [09:05:29.760] Format host information updated +Info 957 [09:05:29.843] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 958 [09:05:29.866] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 22.43190299998969ms +Info 959 [09:05:29.866] Different program with same set of files +Info 960 [09:05:29.866] getCompletionData: Get current token: 0.018735000863671303 +Info 961 [09:05:29.866] getCompletionData: Is inside comment: 0.03628600016236305 +Info 962 [09:05:29.866] getCompletionData: Get previous token: 0.040230000391602516 +Info 963 [09:05:29.867] getCompletionsAtPosition: isCompletionListBlocker: 0.023845000192523003 +Info 964 [09:05:29.868] getExportInfoMap: cache hit +Info 965 [09:05:29.874] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 38 from cache +Info 966 [09:05:29.874] collectAutoImports: response is complete +Info 967 [09:05:29.874] collectAutoImports: 5.80266800057143 +Info 968 [09:05:29.874] getCompletionData: Semantic work: 7.4342489996925 +Info 969 [09:05:29.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.915856000036001 +Info 970 [09:05:29.880] Format host information updated +Info 971 [09:05:29.936] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 972 [09:05:29.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 7.5103519996628165ms +Info 973 [09:05:29.943] Different program with same set of files +Info 974 [09:05:29.943] getCompletionData: Get current token: 0.004556000232696533 +Info 975 [09:05:29.943] getCompletionData: Is inside comment: 0.010438000783324242 +Info 976 [09:05:29.943] getCompletionData: Get previous token: 0.011959000490605831 +Info 977 [09:05:29.944] getCompletionsAtPosition: isCompletionListBlocker: 0.008165000006556511 +Info 978 [09:05:29.944] getExportInfoMap: cache hit +Info 979 [09:05:29.946] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 38 from cache +Info 980 [09:05:29.946] collectAutoImports: response is complete +Info 981 [09:05:29.946] collectAutoImports: 2.150663999840617 +Info 982 [09:05:29.946] getCompletionData: Semantic work: 2.6682019997388124 +Info 983 [09:05:29.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8129890002310276 +Info 984 [09:05:29.949] Format host information updated +Info 985 [09:05:30.227] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 986 [09:05:30.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 7.297856999561191ms +Info 987 [09:05:30.235] Different program with same set of files +Info 988 [09:05:30.235] getCompletionData: Get current token: 0.004416000097990036 +Info 989 [09:05:30.235] getCompletionData: Is inside comment: 0.009866999462246895 +Info 990 [09:05:30.235] getCompletionData: Get previous token: 0.017021999694406986 +Info 991 [09:05:30.235] getCompletionsAtPosition: isCompletionListBlocker: 0.010489000007510185 +Info 992 [09:05:30.236] getExportInfoMap: cache hit +Info 993 [09:05:30.240] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 38 from cache +Info 994 [09:05:30.240] collectAutoImports: response is complete +Info 995 [09:05:30.240] collectAutoImports: 3.755570000037551 +Info 996 [09:05:30.240] getCompletionData: Semantic work: 4.48891600035131 +Info 997 [09:05:30.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.678323999978602 +Info 998 [09:05:30.247] Format host information updated +Info 999 [09:05:30.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1000 [09:05:30.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 8.283153999596834ms +Info 1001 [09:05:30.411] Different program with same set of files +Info 1002 [09:05:30.411] getCompletionData: Get current token: 0.003209000453352928 +Info 1003 [09:05:30.411] getCompletionData: Is inside comment: 0.009623000398278236 +Info 1004 [09:05:30.412] getCompletionData: Get previous token: 0.011392999440431595 +Info 1005 [09:05:30.412] getCompletionsAtPosition: isCompletionListBlocker: 0.008843000046908855 +Info 1006 [09:05:30.412] getExportInfoMap: cache hit +Info 1007 [09:05:30.414] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 1008 [09:05:30.414] collectAutoImports: response is complete +Info 1009 [09:05:30.414] collectAutoImports: 2.0067530004307628 +Info 1010 [09:05:30.414] getCompletionData: Semantic work: 2.5311839999631047 +Info 1011 [09:05:30.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.911485000513494 +Info 1012 [09:05:30.417] Format host information updated +Info 1013 [09:05:30.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1014 [09:05:30.557] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 8.068909000605345ms +Info 1015 [09:05:30.557] Different program with same set of files +Info 1016 [09:05:30.558] getCompletionData: Get current token: 0.004474000073969364 +Info 1017 [09:05:30.558] getCompletionData: Is inside comment: 0.011927999556064606 +Info 1018 [09:05:30.558] getCompletionData: Get previous token: 0.013561000116169453 +Info 1019 [09:05:30.558] getCompletionsAtPosition: isCompletionListBlocker: 0.009053000248968601 +Info 1020 [09:05:30.558] getExportInfoMap: cache hit +Info 1021 [09:05:30.561] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 1022 [09:05:30.561] collectAutoImports: response is complete +Info 1023 [09:05:30.561] collectAutoImports: 2.5607010005041957 +Info 1024 [09:05:30.561] getCompletionData: Semantic work: 3.171946999616921 +Info 1025 [09:05:30.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3557719998061657 +Info 1026 [09:05:30.564] Format host information updated +Info 1027 [09:05:30.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1028 [09:05:30.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 8.24900500010699ms +Info 1029 [09:05:30.618] Different program with same set of files +Info 1030 [09:05:30.618] getCompletionData: Get current token: 0.0043199993669986725 +Info 1031 [09:05:30.618] getCompletionData: Is inside comment: 0.012126999907195568 +Info 1032 [09:05:30.618] getCompletionData: Get previous token: 0.01447299961000681 +Info 1033 [09:05:30.618] getCompletionsAtPosition: isCompletionListBlocker: 0.009081999771296978 +Info 1034 [09:05:30.619] getExportInfoMap: cache hit +Info 1035 [09:05:30.621] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 1036 [09:05:30.621] collectAutoImports: response is complete +Info 1037 [09:05:30.621] collectAutoImports: 2.439405000768602 +Info 1038 [09:05:30.621] getCompletionData: Semantic work: 2.9991619996726513 +Info 1039 [09:05:30.623] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0916079999879003 +Info 1040 [09:05:30.624] Format host information updated +Info 1041 [09:05:30.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1042 [09:05:30.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 7.321185000240803ms +Info 1043 [09:05:30.798] Different program with same set of files +Info 1044 [09:05:30.798] getCompletionData: Get current token: 0.0031739994883537292 +Info 1045 [09:05:30.798] getCompletionData: Is inside comment: 0.008568000048398972 +Info 1046 [09:05:30.798] getCompletionData: Get previous token: 0.01024600025266409 +Info 1047 [09:05:30.798] getCompletionsAtPosition: isCompletionListBlocker: 0.00686699990183115 +Info 1048 [09:05:30.799] getExportInfoMap: cache hit +Info 1049 [09:05:30.800] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 32 from cache +Info 1050 [09:05:30.800] collectAutoImports: response is complete +Info 1051 [09:05:30.800] collectAutoImports: 1.8439980000257492 +Info 1052 [09:05:30.800] getCompletionData: Semantic work: 2.3009109999984503 +Info 1053 [09:05:30.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6436280002817512 +Info 1054 [09:05:30.803] Format host information updated +Info 1055 [09:05:32.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1056 [09:05:32.077] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 7.222926000133157ms +Info 1057 [09:05:32.077] Different program with same set of files +Info 1058 [09:05:32.077] getCompletionData: Get current token: 0.00202300027012825 +Info 1059 [09:05:32.077] getCompletionData: Is inside comment: 0.0012609995901584625 +Info 1060 [09:05:32.077] getCompletionData: Get previous token: 0.015254000201821327 +Info 1061 [09:05:32.077] getCompletionsAtPosition: isCompletionListBlocker: 0.002960999496281147 +Info 1062 [09:05:32.077] getCompletionData: Semantic work: 0.53069799952209 +Info 1063 [09:05:32.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8735509999096394 +Info 1064 [09:05:32.081] Format host information updated +Info 1065 [09:05:32.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1066 [09:05:32.255] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 7.599682999774814ms +Info 1067 [09:05:32.255] Different program with same set of files +Info 1068 [09:05:32.255] getCompletionData: Get current token: 0.0023540006950497627 +Info 1069 [09:05:32.255] getCompletionData: Is inside comment: 0.0012400001287460327 +Info 1070 [09:05:32.255] getCompletionData: Get previous token: 0.015833000652492046 +Info 1071 [09:05:32.255] getCompletionsAtPosition: isCompletionListBlocker: 0.00330400001257658 +Info 1072 [09:05:32.256] getCompletionData: Semantic work: 0.5101990001276135 +Info 1073 [09:05:32.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4537010006606579 +Info 1074 [09:05:32.257] Format host information updated +Info 1075 [09:05:32.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1076 [09:05:32.371] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 7.856461999937892ms +Info 1077 [09:05:32.371] Different program with same set of files +Info 1078 [09:05:32.372] getCompletionData: Get current token: 0.0038989996537566185 +Info 1079 [09:05:32.372] getCompletionData: Is inside comment: 0.002193000167608261 +Info 1080 [09:05:32.372] getCompletionData: Get previous token: 0.02711400017142296 +Info 1081 [09:05:32.372] getCompletionsAtPosition: isCompletionListBlocker: 0.0035170000046491623 +Info 1082 [09:05:32.372] getCompletionData: Semantic work: 0.6434789998456836 +Info 1083 [09:05:32.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5868250001221895 +Info 1084 [09:05:32.374] Format host information updated +Info 1085 [09:05:32.516] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1086 [09:05:32.523] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 7.522135999985039ms +Info 1087 [09:05:32.523] Different program with same set of files +Info 1088 [09:05:32.523] getCompletionData: Get current token: 0.002371000126004219 +Info 1089 [09:05:32.523] getCompletionData: Is inside comment: 0.001329999417066574 +Info 1090 [09:05:32.523] getCompletionData: Get previous token: 0.01714599970728159 +Info 1091 [09:05:32.523] getCompletionsAtPosition: isCompletionListBlocker: 0.0033639995381236076 +Info 1092 [09:05:32.524] getCompletionData: Semantic work: 0.5993820000439882 +Info 1093 [09:05:32.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.299004999920726 +Info 1094 [09:05:32.527] Format host information updated +Info 1095 [09:05:32.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1096 [09:05:32.596] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 16.289059999398887ms +Info 1097 [09:05:32.596] Different program with same set of files +Info 1098 [09:05:32.596] getCompletionData: Get current token: 0.004077000543475151 +Info 1099 [09:05:32.596] getCompletionData: Is inside comment: 0.002093999646604061 +Info 1100 [09:05:32.596] getCompletionData: Get previous token: 0.025834999978542328 +Info 1101 [09:05:32.596] getCompletionsAtPosition: isCompletionListBlocker: 0.003988000564277172 +Info 1102 [09:05:32.597] getCompletionData: Semantic work: 0.7246679998934269 +Info 1103 [09:05:32.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2031699996441603 +Info 1104 [09:05:32.600] Format host information updated +Info 1105 [09:05:32.905] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1106 [09:05:32.912] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 7.58806400001049ms +Info 1107 [09:05:32.912] Different program with same set of files +Info 1108 [09:05:32.912] getCompletionData: Get current token: 0.002574000507593155 +Info 1109 [09:05:32.912] getCompletionData: Is inside comment: 0.0014280006289482117 +Info 1110 [09:05:32.912] getCompletionData: Get previous token: 0.01708799973130226 +Info 1111 [09:05:32.912] getCompletionsAtPosition: isCompletionListBlocker: 0.003100000321865082 +Info 1112 [09:05:32.913] getCompletionData: Semantic work: 0.5103319995105267 +Info 1113 [09:05:32.915] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4661989994347095 +Info 1114 [09:05:32.915] Format host information updated +Info 1115 [09:05:33.634] Format host information updated +Info 1116 [09:05:33.634] Format host information updated +Info 1117 [09:05:33.634] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1118 [09:05:33.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 7.294530000537634ms +Info 1119 [09:05:33.641] Different program with same set of files +Info 1120 [09:05:33.641] getCompletionData: Get current token: 0.007939999923110008 +Info 1121 [09:05:33.641] getCompletionData: Is inside comment: 0.003964000381529331 +Info 1122 [09:05:33.641] getCompletionData: Get previous token: 0.012861999683082104 +Info 1123 [09:05:33.642] getCompletionsAtPosition: isCompletionListBlocker: 0.0021699992939829826 +Info 1124 [09:05:33.642] getCompletionData: Semantic work: 0.4168720003217459 +Info 1125 [09:05:33.644] getCompletionData: Get current token: 0.005561000667512417 +Info 1126 [09:05:33.644] getCompletionData: Is inside comment: 0.0018720002844929695 +Info 1127 [09:05:33.644] getCompletionData: Get previous token: 0.01206899993121624 +Info 1128 [09:05:33.644] getCompletionsAtPosition: isCompletionListBlocker: 0.0014960002154111862 +Info 1129 [09:05:33.644] getCompletionData: Semantic work: 0.16060300078243017 +Info 1130 [09:05:33.645] Format host information updated +Info 1131 [09:05:34.479] Format host information updated +Info 1132 [09:05:34.485] forEachExternalModuleToImportFrom autoImportProvider: 1.4235450001433492 +Info 1133 [09:05:35.834] Format host information updated +Info 1134 [09:05:35.835] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1135 [09:05:35.849] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.610708999447525ms +Info 1136 [09:05:35.849] Different program with same set of files +Info 1137 [09:05:37.248] Format host information updated +Info 1138 [09:05:37.262] forEachExternalModuleToImportFrom autoImportProvider: 2.6450629997998476 +Info 1139 [09:05:38.444] Format host information updated +Info 1140 [09:05:38.445] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1141 [09:05:38.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.818982999771833ms +Info 1142 [09:05:38.457] Different program with same set of files +Info 1143 [09:05:41.643] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 1144 [09:05:41.643] Elapsed:: 0.38448099978268147ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 1145 [09:05:41.645] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 1146 [09:05:41.645] Elapsed:: 0.13108500000089407ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 1147 [09:05:41.895] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1148 [09:05:41.902] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 7.447244999930263ms +Info 1149 [09:05:41.902] Different program with same set of files +Info 1150 [09:05:44.145] Before ensureProjectForOpenFiles: +Info 1151 [09:05:44.145] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1151 [09:05:44.145] Files (146) + +Info 1151 [09:05:44.145] ----------------------------------------------- +Info 1151 [09:05:44.146] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1151 [09:05:44.146] Files (624) + +Info 1151 [09:05:44.146] ----------------------------------------------- +Info 1151 [09:05:44.146] Open files: +Info 1151 [09:05:44.146] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1151 [09:05:44.146] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1151 [09:05:44.146] After ensureProjectForOpenFiles: +Info 1152 [09:05:44.146] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1152 [09:05:44.146] Files (146) + +Info 1152 [09:05:44.146] ----------------------------------------------- +Info 1152 [09:05:44.146] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1152 [09:05:44.146] Files (624) + +Info 1152 [09:05:44.146] ----------------------------------------------- +Info 1152 [09:05:44.146] Open files: +Info 1152 [09:05:44.146] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1152 [09:05:44.146] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1152 [09:05:44.146] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js +Info 1153 [09:06:23.026] Search path: /home/orion/src/purescript-puppeteer +Info 1154 [09:06:23.026] For info: /home/orion/src/purescript-puppeteer/.prettierrc.cjs :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1155 [09:06:23.027] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1156 [09:06:23.455] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 428.18600300047547ms +Info 1157 [09:06:23.455] Project '/dev/null/inferredProject1*' (Inferred) +Info 1158 [09:06:23.455] Files (108) + +Info 1159 [09:06:23.455] ----------------------------------------------- +Info 1160 [09:06:23.458] AutoImportProviderProject: found 7 root files in 7 dependencies in 2.5663960007950664 ms +Info 1161 [09:06:23.459] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 1162 [09:06:23.921] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 462.0711039993912ms +Info 1163 [09:06:23.921] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1164 [09:06:23.921] Files (189) + +Info 1165 [09:06:23.921] ----------------------------------------------- +Info 1166 [09:06:23.922] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1166 [09:06:23.922] Files (146) + +Info 1166 [09:06:23.922] ----------------------------------------------- +Info 1166 [09:06:23.922] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1166 [09:06:23.922] Files (624) + +Info 1166 [09:06:23.922] ----------------------------------------------- +Info 1166 [09:06:23.922] Project '/dev/null/inferredProject1*' (Inferred) +Info 1166 [09:06:23.922] Files (108) + +Info 1166 [09:06:23.922] ----------------------------------------------- +Info 1166 [09:06:23.922] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1166 [09:06:23.922] Files (189) + +Info 1166 [09:06:23.922] ----------------------------------------------- +Info 1166 [09:06:23.922] Open files: +Info 1166 [09:06:23.922] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1166 [09:06:23.922] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1166 [09:06:23.922] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1166 [09:06:23.922] Projects: /dev/null/inferredProject1* +Info 1166 [09:06:23.922] Format host information updated +Info 1167 [09:06:23.928] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1168 [09:06:23.934] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 5.816538999788463ms +Info 1169 [09:06:23.934] Different program with same set of files +Info 1170 [09:06:23.936] Format host information updated +Info 1171 [09:06:23.936] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1172 [09:06:24.127] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 191.07494900003076ms +Info 1173 [09:06:24.128] Project '/dev/null/inferredProject1*' (Inferred) +Info 1174 [09:06:24.128] Files (133) + +Info 1175 [09:06:24.128] ----------------------------------------------- +Info 1176 [09:06:24.128] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1177 [09:06:24.128] Files (189) + +Info 1178 [09:06:24.128] ----------------------------------------------- +Info 1179 [09:06:26.400] Format host information updated +Info 1180 [09:06:26.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1181 [09:06:26.419] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed: 19.595157999545336ms +Info 1182 [09:06:26.419] Different program with same set of files +Info 1183 [09:06:26.436] Before ensureProjectForOpenFiles: +Info 1184 [09:06:26.436] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1184 [09:06:26.436] Files (146) + +Info 1184 [09:06:26.436] ----------------------------------------------- +Info 1184 [09:06:26.436] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1184 [09:06:26.436] Files (624) + +Info 1184 [09:06:26.436] ----------------------------------------------- +Info 1184 [09:06:26.436] Project '/dev/null/inferredProject1*' (Inferred) +Info 1184 [09:06:26.436] Files (133) + +Info 1184 [09:06:26.436] ----------------------------------------------- +Info 1184 [09:06:26.436] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1184 [09:06:26.436] Files (189) + +Info 1184 [09:06:26.436] ----------------------------------------------- +Info 1184 [09:06:26.436] Open files: +Info 1184 [09:06:26.436] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1184 [09:06:26.437] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1184 [09:06:26.437] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1184 [09:06:26.437] Projects: /dev/null/inferredProject1* +Info 1184 [09:06:26.437] After ensureProjectForOpenFiles: +Info 1185 [09:06:26.437] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1185 [09:06:26.437] Files (146) + +Info 1185 [09:06:26.437] ----------------------------------------------- +Info 1185 [09:06:26.437] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1185 [09:06:26.437] Files (624) + +Info 1185 [09:06:26.437] ----------------------------------------------- +Info 1185 [09:06:26.437] Project '/dev/null/inferredProject1*' (Inferred) +Info 1185 [09:06:26.437] Files (133) + +Info 1185 [09:06:26.437] ----------------------------------------------- +Info 1185 [09:06:26.437] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1185 [09:06:26.437] Files (189) + +Info 1185 [09:06:26.437] ----------------------------------------------- +Info 1185 [09:06:26.437] Open files: +Info 1185 [09:06:26.437] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1185 [09:06:26.437] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1185 [09:06:26.437] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1185 [09:06:26.437] Projects: /dev/null/inferredProject1* +Info 1185 [09:06:26.437] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/.prettierrc.cjs +Info 1186 [09:06:29.004] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 500 undefined WatchType: Closed Script info +Info 1187 [09:06:29.005] Elapsed:: 0.09581299964338541ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 500 undefined WatchType: Closed Script info +Info 1188 [09:06:29.005] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 500 undefined WatchType: Closed Script info +Info 1189 [09:06:29.005] Elapsed:: 0.16681599989533424ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js 500 undefined WatchType: Closed Script info +Info 1190 [09:06:29.015] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 500 undefined WatchType: Closed Script info +Info 1191 [09:06:29.015] Elapsed:: 0.06279399991035461ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 500 undefined WatchType: Closed Script info +Info 1192 [09:06:29.015] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 500 undefined WatchType: Closed Script info +Info 1193 [09:06:29.015] Elapsed:: 0.02586400043219328ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js 500 undefined WatchType: Closed Script info +Info 1194 [09:06:29.025] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 500 undefined WatchType: Closed Script info +Info 1195 [09:06:29.025] Elapsed:: 0.10802199970930815ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 500 undefined WatchType: Closed Script info +Info 1196 [09:06:29.025] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 500 undefined WatchType: Closed Script info +Info 1197 [09:06:29.025] Elapsed:: 0.016906999982893467ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 500 undefined WatchType: Closed Script info +Info 1198 [09:06:29.038] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 1199 [09:06:29.039] Elapsed:: 0.1256769997999072ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 1200 [09:06:29.039] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 1201 [09:06:29.039] Elapsed:: 0.08888299949467182ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js 500 undefined WatchType: Closed Script info +Info 1202 [09:06:29.049] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 500 undefined WatchType: Closed Script info +Info 1203 [09:06:29.049] Elapsed:: 0.16703599970787764ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 500 undefined WatchType: Closed Script info +Info 1204 [09:06:29.049] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 500 undefined WatchType: Closed Script info +Info 1205 [09:06:29.049] Elapsed:: 0.03008599951863289ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js 500 undefined WatchType: Closed Script info +Info 1206 [09:06:29.054] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.js 500 undefined WatchType: Closed Script info +Info 1207 [09:06:29.054] Elapsed:: 0.043604000471532345ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.js 500 undefined WatchType: Closed Script info +Info 1208 [09:06:29.054] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.js 500 undefined WatchType: Closed Script info +Info 1209 [09:06:29.054] Elapsed:: 0.01278500072658062ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.js 500 undefined WatchType: Closed Script info +Info 1210 [09:06:29.061] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 500 undefined WatchType: Closed Script info +Info 1211 [09:06:29.061] Elapsed:: 0.061443000100553036ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 500 undefined WatchType: Closed Script info +Info 1212 [09:06:29.061] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 500 undefined WatchType: Closed Script info +Info 1213 [09:06:29.062] Elapsed:: 0.017905999906361103ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js 500 undefined WatchType: Closed Script info +Info 1214 [09:06:29.067] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 500 undefined WatchType: Closed Script info +Info 1215 [09:06:29.067] Elapsed:: 0.060990999452769756ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 500 undefined WatchType: Closed Script info +Info 1216 [09:06:29.067] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 500 undefined WatchType: Closed Script info +Info 1217 [09:06:29.067] Elapsed:: 0.021114999428391457ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js 500 undefined WatchType: Closed Script info +Info 1218 [09:06:29.081] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 500 undefined WatchType: Closed Script info +Info 1219 [09:06:29.081] Elapsed:: 0.10497099999338388ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 500 undefined WatchType: Closed Script info +Info 1220 [09:06:29.081] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 500 undefined WatchType: Closed Script info +Info 1221 [09:06:29.081] Elapsed:: 0.015510999597609043ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js 500 undefined WatchType: Closed Script info +Info 1222 [09:06:29.089] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 500 undefined WatchType: Closed Script info +Info 1223 [09:06:29.089] Elapsed:: 0.04558899998664856ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 500 undefined WatchType: Closed Script info +Info 1224 [09:06:29.089] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 500 undefined WatchType: Closed Script info +Info 1225 [09:06:29.089] Elapsed:: 0.011885999701917171ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js 500 undefined WatchType: Closed Script info +Info 1226 [09:06:29.094] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 500 undefined WatchType: Closed Script info +Info 1227 [09:06:29.094] Elapsed:: 0.11929500009864569ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 500 undefined WatchType: Closed Script info +Info 1228 [09:06:29.094] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 500 undefined WatchType: Closed Script info +Info 1229 [09:06:29.094] Elapsed:: 0.016601000912487507ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js 500 undefined WatchType: Closed Script info +Info 1230 [09:06:29.099] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 500 undefined WatchType: Closed Script info +Info 1231 [09:06:29.100] Elapsed:: 0.15783300064504147ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 500 undefined WatchType: Closed Script info +Info 1232 [09:06:29.100] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 500 undefined WatchType: Closed Script info +Info 1233 [09:06:29.100] Elapsed:: 0.016505000181496143ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js 500 undefined WatchType: Closed Script info +Info 1234 [09:06:29.104] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 500 undefined WatchType: Closed Script info +Info 1235 [09:06:29.104] Elapsed:: 0.16344199981540442ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 500 undefined WatchType: Closed Script info +Info 1236 [09:06:29.105] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 500 undefined WatchType: Closed Script info +Info 1237 [09:06:29.105] Elapsed:: 0.036853999830782413ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js 500 undefined WatchType: Closed Script info +Info 1238 [09:06:29.111] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 500 undefined WatchType: Closed Script info +Info 1239 [09:06:29.112] Elapsed:: 0.05785300023853779ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 500 undefined WatchType: Closed Script info +Info 1240 [09:06:29.112] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 500 undefined WatchType: Closed Script info +Info 1241 [09:06:29.112] Elapsed:: 0.013003000058233738ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js 500 undefined WatchType: Closed Script info +Info 1242 [09:06:29.121] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 500 undefined WatchType: Closed Script info +Info 1243 [09:06:29.121] Elapsed:: 0.0940920002758503ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 500 undefined WatchType: Closed Script info +Info 1244 [09:06:29.121] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 500 undefined WatchType: Closed Script info +Info 1245 [09:06:29.121] Elapsed:: 0.038976999931037426ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js 500 undefined WatchType: Closed Script info +Info 1246 [09:06:29.129] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 500 undefined WatchType: Closed Script info +Info 1247 [09:06:29.129] Elapsed:: 0.07065299991518259ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 500 undefined WatchType: Closed Script info +Info 1248 [09:06:29.129] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 500 undefined WatchType: Closed Script info +Info 1249 [09:06:29.129] Elapsed:: 0.029218999668955803ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js 500 undefined WatchType: Closed Script info +Info 1250 [09:06:29.152] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 1251 [09:06:29.152] Elapsed:: 0.06690499931573868ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 1252 [09:06:29.152] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 1253 [09:06:29.152] Elapsed:: 0.019756999798119068ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js 500 undefined WatchType: Closed Script info +Info 1254 [09:06:29.159] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 500 undefined WatchType: Closed Script info +Info 1255 [09:06:29.159] Elapsed:: 0.05080899968743324ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 500 undefined WatchType: Closed Script info +Info 1256 [09:06:29.159] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 500 undefined WatchType: Closed Script info +Info 1257 [09:06:29.159] Elapsed:: 0.01182399969547987ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js 500 undefined WatchType: Closed Script info +Info 1258 [09:06:29.170] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/bun/fmt.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/bun/fmt.js 500 undefined WatchType: Closed Script info +Info 1259 [09:06:29.170] Elapsed:: 0.048422000370919704ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/bun/fmt.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/bun/fmt.js 500 undefined WatchType: Closed Script info +Info 1260 [09:06:29.170] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/bun/fmt.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/bun/fmt.js 500 undefined WatchType: Closed Script info +Info 1261 [09:06:29.170] Elapsed:: 0.01297600008547306ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/bun/fmt.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/bun/fmt.js 500 undefined WatchType: Closed Script info +Info 1262 [09:06:29.420] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1263 [09:06:29.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 15.691457999870181ms +Info 1264 [09:06:29.436] Different program with same set of files +Info 1265 [09:06:31.670] Before ensureProjectForOpenFiles: +Info 1266 [09:06:31.670] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1266 [09:06:31.670] Files (146) + +Info 1266 [09:06:31.670] ----------------------------------------------- +Info 1266 [09:06:31.670] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1266 [09:06:31.670] Files (624) + +Info 1266 [09:06:31.670] ----------------------------------------------- +Info 1266 [09:06:31.671] Project '/dev/null/inferredProject1*' (Inferred) +Info 1266 [09:06:31.671] Files (133) + +Info 1266 [09:06:31.671] ----------------------------------------------- +Info 1266 [09:06:31.671] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1266 [09:06:31.671] Files (189) + +Info 1266 [09:06:31.671] ----------------------------------------------- +Info 1266 [09:06:31.671] Open files: +Info 1266 [09:06:31.671] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1266 [09:06:31.671] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1266 [09:06:31.671] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1266 [09:06:31.671] Projects: /dev/null/inferredProject1* +Info 1266 [09:06:31.671] After ensureProjectForOpenFiles: +Info 1267 [09:06:31.671] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1267 [09:06:31.671] Files (146) + +Info 1267 [09:06:31.671] ----------------------------------------------- +Info 1267 [09:06:31.671] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1267 [09:06:31.671] Files (624) + +Info 1267 [09:06:31.671] ----------------------------------------------- +Info 1267 [09:06:31.671] Project '/dev/null/inferredProject1*' (Inferred) +Info 1267 [09:06:31.671] Files (133) + +Info 1267 [09:06:31.671] ----------------------------------------------- +Info 1267 [09:06:31.671] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1267 [09:06:31.671] Files (189) + +Info 1267 [09:06:31.671] ----------------------------------------------- +Info 1267 [09:06:31.671] Open files: +Info 1267 [09:06:31.671] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1267 [09:06:31.671] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1267 [09:06:31.671] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1267 [09:06:31.671] Projects: /dev/null/inferredProject1* +Info 1267 [09:06:31.672] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/.prettierrc.cjs +Info 1268 [09:06:34.007] Format host information updated +Info 1269 [09:06:34.008] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1270 [09:06:34.020] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 11.750715999864042ms +Info 1271 [09:06:34.020] Different program with same set of files +Info 1272 [09:06:34.036] Format host information updated +Info 1273 [10:02:59.588] Search path: /home/orion/src/purescript-puppeteer/bun +Info 1274 [10:02:59.588] For info: /home/orion/src/purescript-puppeteer/bun/fmt.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1275 [10:02:59.589] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1275 [10:02:59.589] Files (146) + +Info 1275 [10:02:59.589] ----------------------------------------------- +Info 1275 [10:02:59.589] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1275 [10:02:59.589] Files (624) + +Info 1275 [10:02:59.589] ----------------------------------------------- +Info 1275 [10:02:59.589] Project '/dev/null/inferredProject1*' (Inferred) +Info 1275 [10:02:59.589] Files (133) + +Info 1275 [10:02:59.589] ----------------------------------------------- +Info 1275 [10:02:59.589] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1275 [10:02:59.589] Files (189) + +Info 1275 [10:02:59.589] ----------------------------------------------- +Info 1275 [10:02:59.589] Open files: +Info 1275 [10:02:59.589] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1275 [10:02:59.589] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1275 [10:02:59.589] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1275 [10:02:59.589] Projects: /dev/null/inferredProject1* +Info 1275 [10:02:59.589] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1275 [10:02:59.589] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1275 [10:02:59.801] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1276 [10:02:59.819] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 18.006465000100434ms +Info 1277 [10:02:59.819] Different program with same set of files +Info 1278 [10:02:59.821] Format host information updated +Info 1279 [10:02:59.849] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1280 [10:02:59.850] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: SafeModules Elapsed: 0.31909400038421154ms +Info 1281 [10:03:02.100] Before ensureProjectForOpenFiles: +Info 1282 [10:03:02.100] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1282 [10:03:02.100] Files (146) + +Info 1282 [10:03:02.100] ----------------------------------------------- +Info 1282 [10:03:02.100] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1282 [10:03:02.100] Files (624) + +Info 1282 [10:03:02.100] ----------------------------------------------- +Info 1282 [10:03:02.100] Project '/dev/null/inferredProject1*' (Inferred) +Info 1282 [10:03:02.100] Files (133) + +Info 1282 [10:03:02.100] ----------------------------------------------- +Info 1282 [10:03:02.100] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1282 [10:03:02.100] Files (189) + +Info 1282 [10:03:02.100] ----------------------------------------------- +Info 1282 [10:03:02.100] Open files: +Info 1282 [10:03:02.100] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1282 [10:03:02.100] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1282 [10:03:02.100] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1282 [10:03:02.100] Projects: /dev/null/inferredProject1* +Info 1282 [10:03:02.101] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1282 [10:03:02.101] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1282 [10:03:02.101] After ensureProjectForOpenFiles: +Info 1283 [10:03:02.101] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1283 [10:03:02.101] Files (146) + +Info 1283 [10:03:02.101] ----------------------------------------------- +Info 1283 [10:03:02.101] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1283 [10:03:02.101] Files (624) + +Info 1283 [10:03:02.101] ----------------------------------------------- +Info 1283 [10:03:02.101] Project '/dev/null/inferredProject1*' (Inferred) +Info 1283 [10:03:02.101] Files (133) + +Info 1283 [10:03:02.101] ----------------------------------------------- +Info 1283 [10:03:02.101] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1283 [10:03:02.101] Files (189) + +Info 1283 [10:03:02.101] ----------------------------------------------- +Info 1283 [10:03:02.101] Open files: +Info 1283 [10:03:02.101] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1283 [10:03:02.101] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1283 [10:03:02.101] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1283 [10:03:02.101] Projects: /dev/null/inferredProject1* +Info 1283 [10:03:02.101] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1283 [10:03:02.101] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1283 [10:03:02.101] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/.prettierrc.cjs,/home/orion/src/purescript-puppeteer/bun/fmt.js +Info 1284 [10:03:03.341] getCompletionData: Get current token: 0.014988000504672527 +Info 1285 [10:03:03.341] getCompletionData: Is inside comment: 0.04082299955189228 +Info 1286 [10:03:03.341] getCompletionData: Get previous token: 0.03849999979138374 +Info 1287 [10:03:03.341] getCompletionsAtPosition: isCompletionListBlocker: 0.07016799971461296 +Info 1288 [10:03:03.346] getCompletionData: Semantic work: 4.276268999092281 +Info 1289 [10:03:03.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2906270008534193 +Info 1290 [10:03:05.292] Format host information updated +Info 1291 [10:03:05.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1292 [10:03:05.306] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 13.600463000126183ms +Info 1293 [10:03:05.306] Different program with same set of files +Info 1294 [10:03:06.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1295 [10:03:06.844] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 9.574120999313891ms +Info 1296 [10:03:06.844] Different program with same set of files +Info 1297 [10:03:06.847] getCompletionData: Get current token: 0.015169999562203884 +Info 1298 [10:03:06.847] getCompletionData: Is inside comment: 0.006676000542938709 +Info 1299 [10:03:06.847] getCompletionData: Get previous token: 0.027758000418543816 +Info 1300 [10:03:06.847] getCompletionsAtPosition: isCompletionListBlocker: 0.0044929999858140945 +Info 1301 [10:03:06.847] Returning an empty list because completion was requested in an invalid position. +Info 1302 [10:03:06.847] Format host information updated +Info 1303 [10:03:07.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1304 [10:03:07.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 15.003142999485135ms +Info 1305 [10:03:07.178] Different program with same set of files +Info 1306 [10:03:07.181] getCompletionData: Get current token: 0.03439299948513508 +Info 1307 [10:03:07.181] getCompletionData: Is inside comment: 0.0034929998219013214 +Info 1308 [10:03:07.181] getCompletionData: Get previous token: 0.04504899960011244 +Info 1309 [10:03:07.181] getCompletionsAtPosition: isCompletionListBlocker: 0.0015300000086426735 +Info 1310 [10:03:07.181] Returning an empty list because completion was requested in an invalid position. +Info 1311 [10:03:07.181] Format host information updated +Info 1312 [10:03:07.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1313 [10:03:07.251] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 11.780128000304103ms +Info 1314 [10:03:07.251] Different program with same set of files +Info 1315 [10:03:07.255] getCompletionData: Get current token: 0.02529199980199337 +Info 1316 [10:03:07.255] getCompletionData: Is inside comment: 0.006794000044465065 +Info 1317 [10:03:07.255] getCompletionData: Get previous token: 0.03876299969851971 +Info 1318 [10:03:07.255] getCompletionsAtPosition: isCompletionListBlocker: 0.0019020000472664833 +Info 1319 [10:03:07.255] Returning an empty list because completion was requested in an invalid position. +Info 1320 [10:03:07.255] Format host information updated +Info 1321 [10:03:07.381] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1322 [10:03:07.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 7.215439000166953ms +Info 1323 [10:03:07.389] Different program with same set of files +Info 1324 [10:03:07.391] getCompletionData: Get current token: 0.014050000347197056 +Info 1325 [10:03:07.391] getCompletionData: Is inside comment: 0.0035969996824860573 +Info 1326 [10:03:07.391] getCompletionData: Get previous token: 0.02824999950826168 +Info 1327 [10:03:07.391] getCompletionsAtPosition: isCompletionListBlocker: 0.0016510002315044403 +Info 1328 [10:03:07.391] Returning an empty list because completion was requested in an invalid position. +Info 1329 [10:03:07.391] Format host information updated +Info 1330 [10:03:10.559] Format host information updated +Info 1331 [10:03:10.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1332 [10:03:10.568] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 8.2961370004341ms +Info 1333 [10:03:10.568] Different program with same set of files +Info 1334 [10:03:10.585] Format host information updated +Info 1335 [10:05:35.138] Search path: /home/orion/src/purescript-puppeteer/src +Info 1336 [10:05:35.138] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1337 [10:05:35.139] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1337 [10:05:35.139] Files (146) + +Info 1337 [10:05:35.139] ----------------------------------------------- +Info 1337 [10:05:35.139] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1337 [10:05:35.139] Files (624) + +Info 1337 [10:05:35.139] ----------------------------------------------- +Info 1337 [10:05:35.139] Project '/dev/null/inferredProject1*' (Inferred) +Info 1337 [10:05:35.139] Files (133) + +Info 1337 [10:05:35.139] ----------------------------------------------- +Info 1337 [10:05:35.139] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1337 [10:05:35.139] Files (189) + +Info 1337 [10:05:35.139] ----------------------------------------------- +Info 1337 [10:05:35.139] Open files: +Info 1337 [10:05:35.139] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1337 [10:05:35.139] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1337 [10:05:35.139] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1337 [10:05:35.139] Projects: /dev/null/inferredProject1* +Info 1337 [10:05:35.139] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1337 [10:05:35.139] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1337 [10:05:35.139] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1337 [10:05:35.139] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1337 [10:05:35.352] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1338 [10:05:35.368] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 15.98902599979192ms +Info 1339 [10:05:35.368] Different program with same set of files +Info 1340 [10:05:35.374] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1341 [10:05:35.374] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: SafeModules Elapsed: 0.36936699971556664ms +Info 1342 [10:05:35.408] Format host information updated +Info 1343 [10:05:37.650] Before ensureProjectForOpenFiles: +Info 1344 [10:05:37.650] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1344 [10:05:37.650] Files (146) + +Info 1344 [10:05:37.650] ----------------------------------------------- +Info 1344 [10:05:37.650] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1344 [10:05:37.650] Files (624) + +Info 1344 [10:05:37.650] ----------------------------------------------- +Info 1344 [10:05:37.650] Project '/dev/null/inferredProject1*' (Inferred) +Info 1344 [10:05:37.650] Files (133) + +Info 1344 [10:05:37.650] ----------------------------------------------- +Info 1344 [10:05:37.650] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1344 [10:05:37.650] Files (189) + +Info 1344 [10:05:37.650] ----------------------------------------------- +Info 1344 [10:05:37.650] Open files: +Info 1344 [10:05:37.650] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1344 [10:05:37.650] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1344 [10:05:37.650] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1344 [10:05:37.650] Projects: /dev/null/inferredProject1* +Info 1344 [10:05:37.650] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1344 [10:05:37.650] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1344 [10:05:37.650] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1344 [10:05:37.650] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1344 [10:05:37.650] After ensureProjectForOpenFiles: +Info 1345 [10:05:37.650] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1345 [10:05:37.650] Files (146) + +Info 1345 [10:05:37.650] ----------------------------------------------- +Info 1345 [10:05:37.650] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1345 [10:05:37.650] Files (624) + +Info 1345 [10:05:37.650] ----------------------------------------------- +Info 1345 [10:05:37.650] Project '/dev/null/inferredProject1*' (Inferred) +Info 1345 [10:05:37.650] Files (133) + +Info 1345 [10:05:37.650] ----------------------------------------------- +Info 1345 [10:05:37.650] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 1345 [10:05:37.650] Files (189) + +Info 1345 [10:05:37.650] ----------------------------------------------- +Info 1345 [10:05:37.650] Open files: +Info 1345 [10:05:37.650] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1345 [10:05:37.650] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1345 [10:05:37.650] FileName: /home/orion/src/purescript-puppeteer/.prettierrc.cjs ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1345 [10:05:37.650] Projects: /dev/null/inferredProject1* +Info 1345 [10:05:37.650] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1345 [10:05:37.650] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1345 [10:05:37.650] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1345 [10:05:37.650] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1345 [10:05:37.650] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js,/home/orion/src/purescript-puppeteer/.prettierrc.cjs,/home/orion/src/purescript-puppeteer/bun/fmt.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js +Info 1346 [10:05:39.351] getCompletionData: Get current token: 0.002303999848663807 +Info 1347 [10:05:39.351] getCompletionData: Is inside comment: 0.032678999938070774 +Info 1348 [10:05:39.351] getCompletionData: Get previous token: 0.02577199973165989 +Info 1349 [10:05:39.351] getCompletionsAtPosition: isCompletionListBlocker: 0.0035069994628429413 +Info 1350 [10:05:39.352] getCompletionData: Semantic work: 0.8724490003660321 +Info 1351 [10:05:39.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.096467999741435 diff --git a/.log/tsserver-log-Xd696A/tsserver.log b/.log/tsserver-log-Xd696A/tsserver.log new file mode 100644 index 0000000..f142d8e --- /dev/null +++ b/.log/tsserver-log-Xd696A/tsserver.log @@ -0,0 +1,50 @@ +Info 0 [14:29:12.814] Starting TS Server +Info 1 [14:29:12.815] Version: 5.2.2 +Info 2 [14:29:12.815] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/2d12a471c4a11867d87994651168d024/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-Xd696A/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:29:12.815] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:29:12.815] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [14:29:12.819] Format host information updated +Info 6 [14:29:12.823] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [14:29:13.122] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 298.88609200064093ms +Info 8 [14:29:13.122] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [14:29:13.122] Files (8) + +Info 10 [14:29:13.122] ----------------------------------------------- +Info 11 [14:29:13.123] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [14:29:13.123] Files (8) + +Info 11 [14:29:13.123] ----------------------------------------------- +Info 11 [14:29:13.123] Open files: +Info 11 [14:29:13.123] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [14:29:13.123] Projects: /dev/null/inferredProject1* +Info 11 [14:29:13.943] Format host information updated +Info 12 [14:31:47.926] Format host information updated +Info 13 [14:31:50.229] Format host information updated +Info 14 [14:31:53.868] Format host information updated +Info 15 [14:31:54.731] Format host information updated +Info 16 [14:34:21.856] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17 [14:34:21.868] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 11.747771999798715ms +Info 18 [14:34:21.868] Project '/dev/null/inferredProject1*' (Inferred) +Info 19 [14:34:21.868] Files (9) + +Info 20 [14:34:21.868] ----------------------------------------------- +Info 21 [14:34:21.868] Project '/dev/null/inferredProject1*' (Inferred) +Info 21 [14:34:21.868] Files (9) + +Info 21 [14:34:21.868] ----------------------------------------------- +Info 21 [14:34:21.868] Open files: +Info 21 [14:34:21.868] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [14:34:21.868] Projects: /dev/null/inferredProject1* +Info 21 [14:34:21.868] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [14:34:21.868] Projects: /dev/null/inferredProject1* +Info 21 [14:34:22.885] Format host information updated +Info 22 [14:34:29.456] Format host information updated +Info 23 [14:34:30.707] Format host information updated +Info 24 [14:34:30.858] Format host information updated +Info 25 [14:34:31.216] Format host information updated +Info 26 [14:34:31.383] Format host information updated +Info 27 [14:34:31.746] Format host information updated +Info 28 [14:34:35.460] Format host information updated +Info 29 [14:34:36.883] Format host information updated +Info 30 [14:34:41.628] Format host information updated +Info 31 [14:34:44.929] Format host information updated diff --git a/.log/tsserver-log-aTXjck/ti-94529.log b/.log/tsserver-log-aTXjck/ti-94529.log new file mode 100644 index 0000000..39756a0 --- /dev/null +++ b/.log/tsserver-log-aTXjck/ti-94529.log @@ -0,0 +1,102 @@ +[12:39:48.682] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[12:39:48.682] Processing cache location '/home/orion/.cache/typescript/5.2' +[12:39:48.682] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[12:39:48.683] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[12:39:48.683] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[12:39:48.683] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[12:39:48.683] Process id: 94547 +[12:39:48.683] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[12:39:48.683] validateDefaultNpmLocation: true +[12:39:48.684] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[12:39:48.684] Updating types-registry npm package... +[12:39:48.684] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[12:39:49.565] Succeeded. stdout: + + up to date, audited 35 packages in 732ms + +found 0 vulnerabilities + +[12:39:49.565] Updated types-registry npm package +[12:39:49.589] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/ffi/shared.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:39:49.599] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[12:39:49.599] Explicitly included types: [] +[12:39:49.600] Inferred typings from unresolved imports: [] +[12:39:49.600] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:39:49.600] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[12:39:49.600] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:39:49.600] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[12:39:49.600] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[12:39:49.600] Response has been sent. +[12:39:49.600] No new typings were requested as a result of typings discovery +[12:39:49.600] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/FFI.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:39:49.600] Explicitly included types: [] +[12:39:49.601] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[12:39:49.601] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[12:39:49.602] Package 'puppeteer' provides its own types. +[12:39:49.603] Package 'bun-types' provides its own types. +[12:39:49.604] Found package names: ["callsites","purs-tidy"] +[12:39:49.604] Inferred typings from unresolved imports: [] +[12:39:49.604] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/bower_components","/home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:39:49.604] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/bower_components","/home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:39:49.604] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/bower_components","/home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:39:49.604] Response has been sent. +[12:39:49.604] Installing typings ["callsites","purs-tidy","typescript"] +[12:39:49.604] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[12:39:49.605] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[12:39:49.605] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[12:39:49.605] All typings are known to be missing or invalid - no need to install more typings +[12:39:49.605] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[12:39:49.605] Response has been sent. +[12:39:49.605] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":[],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:39:49.605] Explicitly included types: [] +[12:39:49.605] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[12:39:49.605] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[12:39:49.606] Package 'puppeteer' provides its own types. +[12:39:49.607] Package 'bun-types' provides its own types. +[12:39:49.607] Found package names: ["callsites","purs-tidy"] +[12:39:49.607] Inferred typings from unresolved imports: [] +[12:39:49.607] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:39:49.607] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:39:49.607] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:39:49.607] Response has been sent. +[12:39:49.607] Installing typings ["callsites","purs-tidy","typescript"] +[12:39:49.607] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[12:39:49.607] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[12:39:49.607] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[12:39:49.607] All typings are known to be missing or invalid - no need to install more typings +[12:39:49.607] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[12:39:49.607] Response has been sent. +[12:39:50.130] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:39:50.130] Explicitly included types: [] +[12:39:50.131] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[12:39:50.132] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[12:39:50.136] Package 'puppeteer' provides its own types. +[12:39:50.137] Package 'bun-types' provides its own types. +[12:39:50.139] Found package names: ["callsites","purs-tidy"] +[12:39:50.139] Inferred typings from unresolved imports: [] +[12:39:50.139] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:39:50.139] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:39:50.139] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[12:39:50.139] Response has been sent. +[12:39:50.139] Installing typings ["callsites","purs-tidy","typescript"] +[12:39:50.139] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[12:39:50.140] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[12:39:50.140] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[12:39:50.140] All typings are known to be missing or invalid - no need to install more typings +[12:39:50.140] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[12:39:50.140] Response has been sent. +[12:39:52.392] Closing file watchers for project '/dev/null/inferredProject1*' +[12:39:52.392] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":[]} +[12:39:52.392] Response has been sent. +[12:39:52.392] Closing file watchers for project '/dev/null/inferredProject1*' - done. +[12:39:52.392] Closing file watchers for project '/dev/null/autoImportProviderProject1*' +[12:39:52.392] No watchers are registered for project '/dev/null/autoImportProviderProject1*' +[13:27:51.204] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-aTXjck/tsserver.log b/.log/tsserver-log-aTXjck/tsserver.log new file mode 100644 index 0000000..ae418ff --- /dev/null +++ b/.log/tsserver-log-aTXjck/tsserver.log @@ -0,0 +1,2922 @@ +Info 0 [12:39:47.006] Starting TS Server +Info 1 [12:39:47.006] Version: 5.2.2 +Info 2 [12:39:47.006] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/fbdc309a40598064912c0708fdc98bb7/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-aTXjck/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:39:47.006] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:39:47.006] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [12:39:47.014] Format host information updated +Info 6 [12:39:47.016] Search path: /home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal +Info 7 [12:39:47.017] For info: /home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/FFI.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [12:39:47.017] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [12:39:47.031] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [12:39:47.034] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [12:39:47.851] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 817.2567630000412ms +Info 12 [12:39:47.851] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [12:39:47.851] Files (131) + +Info 14 [12:39:47.851] ----------------------------------------------- +Info 15 [12:39:47.857] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [12:39:48.177] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 320.4401070000604ms +Info 17 [12:39:48.177] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [12:39:48.177] Files (106) + +Info 19 [12:39:48.177] ----------------------------------------------- +Info 20 [12:39:48.187] AutoImportProviderProject: found 5 root files in 5 dependencies in 7.800813999958336 ms +Info 21 [12:39:48.197] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [12:39:48.678] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 481.6054400000721ms +Info 23 [12:39:48.678] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [12:39:48.678] Files (183) + +Info 25 [12:39:48.678] ----------------------------------------------- +Info 26 [12:39:48.679] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [12:39:48.679] Files (131) + +Info 26 [12:39:48.679] ----------------------------------------------- +Info 26 [12:39:48.679] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [12:39:48.679] Files (106) + +Info 26 [12:39:48.679] ----------------------------------------------- +Info 26 [12:39:48.679] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [12:39:48.679] Files (183) + +Info 26 [12:39:48.679] ----------------------------------------------- +Info 26 [12:39:48.679] Open files: +Info 26 [12:39:48.679] FileName: /home/orion/src/purescript-puppeteer/.spago/web-events/v4.0.0/src/Web/Internal/FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [12:39:48.679] Projects: /dev/null/inferredProject1* +Info 26 [12:39:48.683] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [12:39:48.683] Files (131) + +Info 26 [12:39:48.683] ----------------------------------------------- +Info 26 [12:39:48.683] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [12:39:48.683] Files (106) + +Info 26 [12:39:48.683] ----------------------------------------------- +Info 26 [12:39:48.683] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [12:39:48.683] Files (183) + +Info 26 [12:39:48.683] ----------------------------------------------- +Info 26 [12:39:48.683] Open files: +Info 26 [12:39:48.932] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 27 [12:39:48.941] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 9.31693199975416ms +Info 28 [12:39:48.941] Project '/dev/null/inferredProject1*' (Inferred) +Info 29 [12:39:48.941] Files (0) + +Info 30 [12:39:48.941] ----------------------------------------------- +Info 31 [12:39:48.941] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 32 [12:39:48.941] Files (183) + +Info 33 [12:39:48.941] ----------------------------------------------- +Info 34 [12:39:49.869] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 35 [12:39:50.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 160.24200500035658ms +Info 36 [12:39:50.029] Project '/dev/null/inferredProject1*' (Inferred) +Info 37 [12:39:50.029] Files (124) + +Info 38 [12:39:50.029] ----------------------------------------------- +Info 39 [12:39:50.029] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 40 [12:39:50.029] Files (183) + +Info 41 [12:39:50.029] ----------------------------------------------- +Info 42 [12:39:51.182] Before ensureProjectForOpenFiles: +Info 43 [12:39:51.182] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 43 [12:39:51.182] Files (131) + +Info 43 [12:39:51.182] ----------------------------------------------- +Info 43 [12:39:51.182] Project '/dev/null/inferredProject1*' (Inferred) +Info 43 [12:39:51.182] Files (124) + +Info 43 [12:39:51.182] ----------------------------------------------- +Info 43 [12:39:51.182] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 43 [12:39:51.182] Files (183) + +Info 43 [12:39:51.182] ----------------------------------------------- +Info 43 [12:39:51.182] Open files: +Info 43 [12:39:51.182] After ensureProjectForOpenFiles: +Info 44 [12:39:51.182] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 44 [12:39:51.182] Files (131) + +Info 44 [12:39:51.182] ----------------------------------------------- +Info 44 [12:39:51.182] Project '/dev/null/inferredProject1*' (Inferred) +Info 44 [12:39:51.182] Files (124) + +Info 44 [12:39:51.182] ----------------------------------------------- +Info 44 [12:39:51.182] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 44 [12:39:51.182] Files (183) + +Info 44 [12:39:51.182] ----------------------------------------------- +Info 44 [12:39:51.182] Open files: +Info 44 [12:39:51.183] got projects updated in background, updating diagnostics for +Info 45 [12:39:52.376] Search path: /home/orion/src/purescript-puppeteer/src +Info 46 [12:39:52.376] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 47 [12:39:52.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 48 [12:39:52.391] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 14.662503000348806ms +Info 49 [12:39:52.391] Different program with same set of files +Info 50 [12:39:52.391] `remove Project:: +Info 51 [12:39:52.391] Project '/dev/null/inferredProject1*' (Inferred) +Info 52 [12:39:52.391] Files (124) + +Info 53 [12:39:52.391] ----------------------------------------------- +Info 54 [12:39:52.391] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 55 [12:39:52.391] Files (183) + +Info 56 [12:39:52.391] ----------------------------------------------- +Info 57 [12:39:52.395] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 57 [12:39:52.395] Files (131) + +Info 57 [12:39:52.395] ----------------------------------------------- +Info 57 [12:39:52.395] Open files: +Info 57 [12:39:52.395] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 57 [12:39:52.395] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 57 [12:39:52.407] getCompletionData: Get current token: 0.0791900004260242 +Info 58 [12:39:52.407] getCompletionData: Is inside comment: 0.004523999989032745 +Info 59 [12:39:52.407] getCompletionData: Get previous token: 0.057452999986708164 +Info 60 [12:39:52.408] getCompletionsAtPosition: isCompletionListBlocker: 0.11120099993422627 +Info 61 [12:39:52.408] Returning an empty list because completion was requested in an invalid position. +Info 62 [12:39:52.411] Format host information updated +Info 63 [12:40:14.253] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 63 [12:40:14.253] Files (131) + +Info 63 [12:40:14.253] ----------------------------------------------- +Info 63 [12:40:14.253] Open files: +Info 63 [12:46:24.278] Search path: /home/orion/src/purescript-puppeteer/src +Info 64 [12:46:24.278] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 65 [12:46:24.278] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 66 [12:46:24.279] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 0.5049540000036359ms +Info 67 [12:46:24.279] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 67 [12:46:24.279] Files (131) + +Info 67 [12:46:24.279] ----------------------------------------------- +Info 67 [12:46:24.279] Open files: +Info 67 [12:46:24.279] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 67 [12:46:24.279] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 67 [12:46:24.494] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 68 [12:46:24.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 24.18219600012526ms +Info 69 [12:46:24.518] Different program with same set of files +Info 70 [12:46:24.538] Format host information updated +Info 71 [12:46:26.792] Before ensureProjectForOpenFiles: +Info 72 [12:46:26.792] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 72 [12:46:26.792] Files (131) + +Info 72 [12:46:26.792] ----------------------------------------------- +Info 72 [12:46:26.792] Open files: +Info 72 [12:46:26.792] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 72 [12:46:26.792] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 72 [12:46:26.792] After ensureProjectForOpenFiles: +Info 73 [12:46:26.792] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 73 [12:46:26.792] Files (131) + +Info 73 [12:46:26.792] ----------------------------------------------- +Info 73 [12:46:26.792] Open files: +Info 73 [12:46:26.792] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 73 [12:46:26.793] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 73 [12:46:26.793] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js +Info 74 [12:46:27.714] Format host information updated +Info 75 [12:46:27.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 76 [12:46:27.752] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 37.13389699999243ms +Info 77 [12:46:27.752] Different program with same set of files +Info 78 [12:46:27.924] Format host information updated +Info 79 [12:46:27.925] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 80 [12:46:27.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 14.742052999790758ms +Info 81 [12:46:27.939] Different program with same set of files +Info 82 [12:46:28.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 83 [12:46:28.390] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 13.136868000030518ms +Info 84 [12:46:28.390] Different program with same set of files +Info 85 [12:46:28.391] getCompletionData: Get current token: 0.024877999909222126 +Info 86 [12:46:28.391] getCompletionData: Is inside comment: 0.07542299991473556 +Info 87 [12:46:28.391] getCompletionData: Get previous token: 0.053542000241577625 +Info 88 [12:46:28.391] getCompletionsAtPosition: isCompletionListBlocker: 0.1311570000834763 +Info 89 [12:46:28.399] AutoImportProviderProject: found 15 root files in 4 dependencies in 4.715754000004381 ms +Info 90 [12:46:28.413] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 91 [12:46:28.908] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 495.09895299980417ms +Info 92 [12:46:28.908] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 93 [12:46:28.908] Files (266) + +Info 94 [12:46:28.908] ----------------------------------------------- +Info 95 [12:46:28.909] getExportInfoMap: cache miss or empty; calculating new results +Info 96 [12:46:28.947] forEachExternalModuleToImportFrom autoImportProvider: 13.90150299994275 +Info 97 [12:46:28.947] getExportInfoMap: done in 552.2473130002618 ms +Info 98 [12:46:28.963] collectAutoImports: resolved 9 module specifiers, plus 24 ambient and 134 from cache +Info 99 [12:46:28.963] collectAutoImports: response is complete +Info 100 [12:46:28.963] collectAutoImports: 15.644454999826849 +Info 101 [12:46:28.963] getCompletionData: Semantic work: 571.2951210001484 +Info 102 [12:46:28.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.44678399991244 +Info 103 [12:46:28.979] Format host information updated +Info 104 [12:46:28.988] Format host information updated +Info 105 [12:46:28.988] Format host information updated +Info 106 [12:46:28.988] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 107 [12:46:28.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 10.652204999700189ms +Info 108 [12:46:28.999] Different program with same set of files +Info 109 [12:46:28.999] getCompletionData: Get current token: 0.006254999898374081 +Info 110 [12:46:28.999] getCompletionData: Is inside comment: 0.010363999754190445 +Info 111 [12:46:28.999] getCompletionData: Get previous token: 0.020217000041157007 +Info 112 [12:46:29.000] getCompletionsAtPosition: isCompletionListBlocker: 0.05634400015696883 +Info 113 [12:46:29.001] getExportInfoMap: cache hit +Info 114 [12:46:29.004] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 115 [12:46:29.004] collectAutoImports: response is complete +Info 116 [12:46:29.004] collectAutoImports: 3.4315329999662936 +Info 117 [12:46:29.004] getCompletionData: Semantic work: 4.7322120000608265 +Info 118 [12:46:29.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6332519999705255 +Info 119 [12:46:29.007] Format host information updated +Info 120 [12:46:29.008] Format host information updated +Info 121 [12:46:29.008] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 122 [12:46:29.017] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 8.90292300004512ms +Info 123 [12:46:29.017] Different program with same set of files +Info 124 [12:46:29.056] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 125 [12:46:29.066] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 9.859245999716222ms +Info 126 [12:46:29.066] Different program with same set of files +Info 127 [12:46:29.066] getCompletionData: Get current token: 0.006339999847114086 +Info 128 [12:46:29.066] getCompletionData: Is inside comment: 0.010071000084280968 +Info 129 [12:46:29.066] getCompletionData: Get previous token: 0.029026000294834375 +Info 130 [12:46:29.066] getCompletionsAtPosition: isCompletionListBlocker: 0.009790999814867973 +Info 131 [12:46:29.067] getExportInfoMap: cache hit +Info 132 [12:46:29.077] collectAutoImports: resolved 9 module specifiers, plus 17 ambient and 211 from cache +Info 133 [12:46:29.077] collectAutoImports: response is complete +Info 134 [12:46:29.077] collectAutoImports: 9.947775000240654 +Info 135 [12:46:29.077] getCompletionData: Semantic work: 10.748730999883264 +Info 136 [12:46:29.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9289049999788404 +Info 137 [12:46:29.081] Format host information updated +Info 138 [12:46:29.196] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 139 [12:46:29.204] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 8.000774999614805ms +Info 140 [12:46:29.204] Different program with same set of files +Info 141 [12:46:29.204] getCompletionData: Get current token: 0.0056479997001588345 +Info 142 [12:46:29.204] getCompletionData: Is inside comment: 0.012565999757498503 +Info 143 [12:46:29.204] getCompletionData: Get previous token: 0.011896000243723392 +Info 144 [12:46:29.204] getCompletionsAtPosition: isCompletionListBlocker: 0.009477000217884779 +Info 145 [12:46:29.205] getExportInfoMap: cache hit +Info 146 [12:46:29.210] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 114 from cache +Info 147 [12:46:29.210] collectAutoImports: response is complete +Info 148 [12:46:29.210] collectAutoImports: 5.046263999771327 +Info 149 [12:46:29.210] getCompletionData: Semantic work: 5.782753999810666 +Info 150 [12:46:29.212] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3863499998115003 +Info 151 [12:46:29.214] Format host information updated +Info 152 [12:46:29.265] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 153 [12:46:29.275] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 9.482079000212252ms +Info 154 [12:46:29.275] Different program with same set of files +Info 155 [12:46:29.275] getCompletionData: Get current token: 0.008475000038743019 +Info 156 [12:46:29.275] getCompletionData: Is inside comment: 0.020535999909043312 +Info 157 [12:46:29.275] getCompletionData: Get previous token: 0.01949599990621209 +Info 158 [12:46:29.275] getCompletionsAtPosition: isCompletionListBlocker: 0.010756999719887972 +Info 159 [12:46:29.276] getExportInfoMap: cache hit +Info 160 [12:46:29.282] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 44 from cache +Info 161 [12:46:29.282] collectAutoImports: response is complete +Info 162 [12:46:29.282] collectAutoImports: 6.337569999974221 +Info 163 [12:46:29.282] getCompletionData: Semantic work: 7.349735999945551 +Info 164 [12:46:29.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.430976999923587 +Info 165 [12:46:29.286] Format host information updated +Info 166 [12:46:29.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 167 [12:46:29.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 10.464390000328422ms +Info 168 [12:46:29.338] Different program with same set of files +Info 169 [12:46:29.338] getCompletionData: Get current token: 0.009620000142604113 +Info 170 [12:46:29.338] getCompletionData: Is inside comment: 0.015722000040113926 +Info 171 [12:46:29.338] getCompletionData: Get previous token: 0.022136999759823084 +Info 172 [12:46:29.338] getCompletionsAtPosition: isCompletionListBlocker: 0.015835000202059746 +Info 173 [12:46:29.339] getExportInfoMap: cache hit +Info 174 [12:46:29.370] collectAutoImports: resolved 4 module specifiers, plus 219 ambient and 865 from cache +Info 175 [12:46:29.370] collectAutoImports: response is complete +Info 176 [12:46:29.370] collectAutoImports: 30.758282999973744 +Info 177 [12:46:29.370] getCompletionData: Semantic work: 32.025411000009626 +Info 178 [12:46:29.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.10231600003317 +Info 179 [12:46:29.381] Format host information updated +Info 180 [12:46:29.398] Format host information updated +Info 181 [12:46:29.399] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 182 [12:46:29.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 14.001490999944508ms +Info 183 [12:46:29.413] Different program with same set of files +Info 184 [12:46:29.607] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 185 [12:46:29.615] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 7.94811199977994ms +Info 186 [12:46:29.615] Different program with same set of files +Info 187 [12:46:29.615] getCompletionData: Get current token: 0.005257999990135431 +Info 188 [12:46:29.615] getCompletionData: Is inside comment: 0.01358700031414628 +Info 189 [12:46:29.615] getCompletionData: Get previous token: 0.014330999925732613 +Info 190 [12:46:29.615] getCompletionsAtPosition: isCompletionListBlocker: 0.0021890001371502876 +Info 191 [12:46:29.615] Returning an empty list because completion was requested in an invalid position. +Info 192 [12:46:29.615] Format host information updated +Info 193 [12:46:29.722] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 194 [12:46:29.729] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 6.966093000024557ms +Info 195 [12:46:29.729] Different program with same set of files +Info 196 [12:46:29.729] getCompletionData: Get current token: 0.006716000381857157 +Info 197 [12:46:29.729] getCompletionData: Is inside comment: 0.015135999768972397 +Info 198 [12:46:29.729] getCompletionData: Get previous token: 0.02453499985858798 +Info 199 [12:46:29.729] getCompletionsAtPosition: isCompletionListBlocker: 0.003155000042170286 +Info 200 [12:46:29.729] Returning an empty list because completion was requested in an invalid position. +Info 201 [12:46:29.730] Format host information updated +Info 202 [12:46:29.892] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 203 [12:46:29.901] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 9.42083099996671ms +Info 204 [12:46:29.901] Different program with same set of files +Info 205 [12:46:29.901] getCompletionData: Get current token: 0.005923000164330006 +Info 206 [12:46:29.901] getCompletionData: Is inside comment: 0.01181000005453825 +Info 207 [12:46:29.901] getCompletionData: Get previous token: 0.01676500029861927 +Info 208 [12:46:29.902] getCompletionsAtPosition: isCompletionListBlocker: 0.0038950000889599323 +Info 209 [12:46:29.902] Returning an empty list because completion was requested in an invalid position. +Info 210 [12:46:29.902] Format host information updated +Info 211 [12:46:30.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 212 [12:46:30.023] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 9.376942000351846ms +Info 213 [12:46:30.023] Different program with same set of files +Info 214 [12:46:30.023] getCompletionData: Get current token: 0.005679000169038773 +Info 215 [12:46:30.023] getCompletionData: Is inside comment: 0.012742000166326761 +Info 216 [12:46:30.023] getCompletionData: Get previous token: 0.016908999998122454 +Info 217 [12:46:30.023] getCompletionsAtPosition: isCompletionListBlocker: 0.0028259996324777603 +Info 218 [12:46:30.023] Returning an empty list because completion was requested in an invalid position. +Info 219 [12:46:30.024] Format host information updated +Info 220 [12:46:30.330] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 221 [12:46:30.340] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 9.469746999908239ms +Info 222 [12:46:30.340] Different program with same set of files +Info 223 [12:46:30.340] getCompletionData: Get current token: 0.005255000200122595 +Info 224 [12:46:30.340] getCompletionData: Is inside comment: 0.011275000404566526 +Info 225 [12:46:30.340] getCompletionData: Get previous token: 0.014132999815046787 +Info 226 [12:46:30.340] getCompletionsAtPosition: isCompletionListBlocker: 0.0020099999383091927 +Info 227 [12:46:30.340] Returning an empty list because completion was requested in an invalid position. +Info 228 [12:46:30.340] Format host information updated +Info 229 [12:46:30.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 230 [12:46:30.417] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 19.82406899984926ms +Info 231 [12:46:30.417] Different program with same set of files +Info 232 [12:46:30.418] getCompletionData: Get current token: 0.018244999926537275 +Info 233 [12:46:30.418] getCompletionData: Is inside comment: 0.043769000098109245 +Info 234 [12:46:30.418] getCompletionData: Get previous token: 0.051980999764055014 +Info 235 [12:46:30.418] getCompletionsAtPosition: isCompletionListBlocker: 0.006234999746084213 +Info 236 [12:46:30.418] Returning an empty list because completion was requested in an invalid position. +Info 237 [12:46:30.419] Format host information updated +Info 238 [12:46:30.559] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 239 [12:46:30.566] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 6.706780000124127ms +Info 240 [12:46:30.566] Different program with same set of files +Info 241 [12:46:30.566] getCompletionData: Get current token: 0.004904999863356352 +Info 242 [12:46:30.566] getCompletionData: Is inside comment: 0.010830999817699194 +Info 243 [12:46:30.566] getCompletionData: Get previous token: 0.014599999878555536 +Info 244 [12:46:30.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0019219997338950634 +Info 245 [12:46:30.566] Returning an empty list because completion was requested in an invalid position. +Info 246 [12:46:30.569] Format host information updated +Info 247 [12:46:30.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 248 [12:46:30.686] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 7.623835999984294ms +Info 249 [12:46:30.686] Different program with same set of files +Info 250 [12:46:30.686] getCompletionData: Get current token: 0.007823999971151352 +Info 251 [12:46:30.686] getCompletionData: Is inside comment: 0.01440899958834052 +Info 252 [12:46:30.686] getCompletionData: Get previous token: 0.018114000093191862 +Info 253 [12:46:30.686] getCompletionsAtPosition: isCompletionListBlocker: 0.0024200002662837505 +Info 254 [12:46:30.686] Returning an empty list because completion was requested in an invalid position. +Info 255 [12:46:30.686] Format host information updated +Info 256 [12:46:30.948] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 257 [12:46:30.955] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 6.532345999963582ms +Info 258 [12:46:30.955] Different program with same set of files +Info 259 [12:46:30.955] getCompletionData: Get current token: 0.004861999768763781 +Info 260 [12:46:30.955] getCompletionData: Is inside comment: 0.010739999823272228 +Info 261 [12:46:30.955] getCompletionData: Get previous token: 0.013117999769747257 +Info 262 [12:46:30.955] getCompletionsAtPosition: isCompletionListBlocker: 0.0017079999670386314 +Info 263 [12:46:30.955] Returning an empty list because completion was requested in an invalid position. +Info 264 [12:46:30.958] Format host information updated +Info 265 [12:46:31.100] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 266 [12:46:31.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 6.632668000180274ms +Info 267 [12:46:31.106] Different program with same set of files +Info 268 [12:46:31.107] getCompletionData: Get current token: 0.004940999671816826 +Info 269 [12:46:31.107] getCompletionData: Is inside comment: 0.010317000094801188 +Info 270 [12:46:31.107] getCompletionData: Get previous token: 0.013412999920547009 +Info 271 [12:46:31.107] getCompletionsAtPosition: isCompletionListBlocker: 0.002073999959975481 +Info 272 [12:46:31.107] Returning an empty list because completion was requested in an invalid position. +Info 273 [12:46:31.107] Format host information updated +Info 274 [12:46:31.217] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 275 [12:46:31.225] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 8.07263799989596ms +Info 276 [12:46:31.225] Different program with same set of files +Info 277 [12:46:31.225] getCompletionData: Get current token: 0.006345999892801046 +Info 278 [12:46:31.225] getCompletionData: Is inside comment: 0.013446999713778496 +Info 279 [12:46:31.225] getCompletionData: Get previous token: 0.01655600033700466 +Info 280 [12:46:31.225] getCompletionsAtPosition: isCompletionListBlocker: 0.0021290001459419727 +Info 281 [12:46:31.225] Returning an empty list because completion was requested in an invalid position. +Info 282 [12:46:31.228] Format host information updated +Info 283 [12:46:31.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 284 [12:46:31.288] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 8.495999000035226ms +Info 285 [12:46:31.288] Different program with same set of files +Info 286 [12:46:31.289] getCompletionData: Get current token: 0.0073920004069805145 +Info 287 [12:46:31.289] getCompletionData: Is inside comment: 0.016064999625086784 +Info 288 [12:46:31.289] getCompletionData: Get previous token: 0.022305000107735395 +Info 289 [12:46:31.289] getCompletionsAtPosition: isCompletionListBlocker: 0.002733000088483095 +Info 290 [12:46:31.289] Returning an empty list because completion was requested in an invalid position. +Info 291 [12:46:31.289] Format host information updated +Info 292 [12:46:31.397] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 293 [12:46:31.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 23.33275599963963ms +Info 294 [12:46:31.421] Different program with same set of files +Info 295 [12:46:31.421] getCompletionData: Get current token: 0.01583900023251772 +Info 296 [12:46:31.421] getCompletionData: Is inside comment: 0.03338599996641278 +Info 297 [12:46:31.421] getCompletionData: Get previous token: 0.04141300031915307 +Info 298 [12:46:31.421] getCompletionsAtPosition: isCompletionListBlocker: 0.005423999857157469 +Info 299 [12:46:31.421] Returning an empty list because completion was requested in an invalid position. +Info 300 [12:46:31.427] Format host information updated +Info 301 [12:46:31.565] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 302 [12:46:31.571] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 6.3705540001392365ms +Info 303 [12:46:31.572] Different program with same set of files +Info 304 [12:46:31.572] getCompletionData: Get current token: 0.005604000296443701 +Info 305 [12:46:31.572] getCompletionData: Is inside comment: 0.011996999848634005 +Info 306 [12:46:31.572] getCompletionData: Get previous token: 0.016462999861687422 +Info 307 [12:46:31.572] getCompletionsAtPosition: isCompletionListBlocker: 0.001960999798029661 +Info 308 [12:46:31.572] Returning an empty list because completion was requested in an invalid position. +Info 309 [12:46:31.572] Format host information updated +Info 310 [12:46:31.916] Format host information updated +Info 311 [12:46:31.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 312 [12:46:31.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 6.003326000180095ms +Info 313 [12:46:31.922] Different program with same set of files +Info 314 [12:46:32.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 315 [12:46:32.024] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 6.549253999721259ms +Info 316 [12:46:32.024] Different program with same set of files +Info 317 [12:46:32.025] getCompletionData: Get current token: 0.005601999815553427 +Info 318 [12:46:32.025] getCompletionData: Is inside comment: 0.013104000128805637 +Info 319 [12:46:32.025] getCompletionData: Get previous token: 0.012992999982088804 +Info 320 [12:46:32.025] getCompletionsAtPosition: isCompletionListBlocker: 0.0176490000449121 +Info 321 [12:46:32.025] getExportInfoMap: cache hit +Info 322 [12:46:32.046] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 323 [12:46:32.046] collectAutoImports: response is complete +Info 324 [12:46:32.046] collectAutoImports: 21.148539000190794 +Info 325 [12:46:32.046] getCompletionData: Semantic work: 21.829177000094205 +Info 326 [12:46:32.052] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.539373000152409 +Info 327 [12:46:32.056] Format host information updated +Info 328 [12:46:32.098] Format host information updated +Info 329 [12:46:32.098] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 330 [12:46:32.106] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 7.238060999661684ms +Info 331 [12:46:32.106] Different program with same set of files +Info 332 [12:46:33.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 333 [12:46:33.439] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 8.585167000070214ms +Info 334 [12:46:33.439] Different program with same set of files +Info 335 [12:46:33.439] getCompletionData: Get current token: 0.0044639999978244305 +Info 336 [12:46:33.439] getCompletionData: Is inside comment: 0.009990999940782785 +Info 337 [12:46:33.439] getCompletionData: Get previous token: 0.007912000175565481 +Info 338 [12:46:33.439] getCompletionsAtPosition: isCompletionListBlocker: 0.05476999981328845 +Info 339 [12:46:33.440] getExportInfoMap: cache hit +Info 340 [12:46:33.453] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 341 [12:46:33.453] collectAutoImports: response is complete +Info 342 [12:46:33.453] collectAutoImports: 13.153125999961048 +Info 343 [12:46:33.453] getCompletionData: Semantic work: 13.831052999943495 +Info 344 [12:46:33.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.336577999871224 +Info 345 [12:46:33.465] Format host information updated +Info 346 [12:46:33.492] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 347 [12:46:33.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.099961000028998ms +Info 348 [12:46:33.498] Different program with same set of files +Info 349 [12:46:33.499] getCompletionData: Get current token: 0.004737999755889177 +Info 350 [12:46:33.499] getCompletionData: Is inside comment: 0.011429999954998493 +Info 351 [12:46:33.499] getCompletionData: Get previous token: 0.008675999939441681 +Info 352 [12:46:33.499] getCompletionsAtPosition: isCompletionListBlocker: 0.012665999587625265 +Info 353 [12:46:33.499] getExportInfoMap: cache hit +Info 354 [12:46:33.510] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 355 [12:46:33.510] collectAutoImports: response is complete +Info 356 [12:46:33.510] collectAutoImports: 10.554425000213087 +Info 357 [12:46:33.510] getCompletionData: Semantic work: 11.163366000168025 +Info 358 [12:46:33.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5679430002346635 +Info 359 [12:46:33.518] Format host information updated +Info 360 [12:46:33.823] getCompletionData: Get current token: 0.006748000159859657 +Info 361 [12:46:33.823] getCompletionData: Is inside comment: 0.0017750002443790436 +Info 362 [12:46:33.823] getCompletionData: Get previous token: 0.013236000202596188 +Info 363 [12:46:33.823] getCompletionsAtPosition: isCompletionListBlocker: 0.004401000216603279 +Info 364 [12:46:33.824] getExportInfoMap: cache hit +Info 365 [12:46:33.832] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 366 [12:46:33.832] collectAutoImports: response is complete +Info 367 [12:46:33.832] collectAutoImports: 8.574603999964893 +Info 368 [12:46:33.832] getCompletionData: Semantic work: 9.492612000089139 +Info 369 [12:46:33.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8974140002392232 +Info 370 [12:46:33.968] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 371 [12:46:33.998] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 29.267068000044674ms +Info 372 [12:46:33.998] Different program with same set of files +Info 373 [12:46:33.998] getCompletionData: Get current token: 0.014631000347435474 +Info 374 [12:46:33.998] getCompletionData: Is inside comment: 0.0044639999978244305 +Info 375 [12:46:33.998] getCompletionData: Get previous token: 0.04863400012254715 +Info 376 [12:46:33.998] getCompletionsAtPosition: isCompletionListBlocker: 0.006972999777644873 +Info 377 [12:46:34.000] getExportInfoMap: cache hit +Info 378 [12:46:34.007] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 79 from cache +Info 379 [12:46:34.007] collectAutoImports: response is complete +Info 380 [12:46:34.007] collectAutoImports: 7.01537899998948 +Info 381 [12:46:34.007] getCompletionData: Semantic work: 8.519714000169188 +Info 382 [12:46:34.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3542059999890625 +Info 383 [12:46:34.010] Format host information updated +Info 384 [12:46:34.057] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 385 [12:46:34.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 7.103081999812275ms +Info 386 [12:46:34.064] Different program with same set of files +Info 387 [12:46:34.064] getCompletionData: Get current token: 0.008741999976336956 +Info 388 [12:46:34.065] getCompletionData: Is inside comment: 0.002237999811768532 +Info 389 [12:46:34.065] getCompletionData: Get previous token: 0.023300999775528908 +Info 390 [12:46:34.065] getCompletionsAtPosition: isCompletionListBlocker: 0.04819900030270219 +Info 391 [12:46:34.065] getExportInfoMap: cache hit +Info 392 [12:46:34.080] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 393 [12:46:34.080] collectAutoImports: response is complete +Info 394 [12:46:34.080] collectAutoImports: 14.885340000037104 +Info 395 [12:46:34.080] getCompletionData: Semantic work: 15.65198800014332 +Info 396 [12:46:34.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9642969998531044 +Info 397 [12:46:34.088] Format host information updated +Info 398 [12:46:34.150] Format host information updated +Info 399 [12:46:34.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 400 [12:46:34.160] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 9.948663000017405ms +Info 401 [12:46:34.160] Different program with same set of files +Info 402 [12:46:34.303] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 403 [12:46:34.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.166383000090718ms +Info 404 [12:46:34.310] Different program with same set of files +Info 405 [12:46:34.310] getCompletionData: Get current token: 0.006221999879926443 +Info 406 [12:46:34.310] getCompletionData: Is inside comment: 0.002028999850153923 +Info 407 [12:46:34.310] getCompletionData: Get previous token: 0.022973999846726656 +Info 408 [12:46:34.310] getCompletionsAtPosition: isCompletionListBlocker: 0.0034810001961886883 +Info 409 [12:46:34.310] getExportInfoMap: cache hit +Info 410 [12:46:34.313] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 68 from cache +Info 411 [12:46:34.313] collectAutoImports: response is complete +Info 412 [12:46:34.313] collectAutoImports: 2.694750000257045 +Info 413 [12:46:34.313] getCompletionData: Semantic work: 3.3873490002006292 +Info 414 [12:46:34.315] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2663549999706447 +Info 415 [12:46:34.315] Format host information updated +Info 416 [12:46:34.599] Format host information updated +Info 417 [12:46:34.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 418 [12:46:34.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.290523000061512ms +Info 419 [12:46:34.605] Different program with same set of files +Info 420 [12:46:34.779] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 421 [12:46:34.792] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 12.236406999640167ms +Info 422 [12:46:34.792] Different program with same set of files +Info 423 [12:46:34.792] getCompletionData: Get current token: 0.010701999999582767 +Info 424 [12:46:34.792] getCompletionData: Is inside comment: 0.0032130000181496143 +Info 425 [12:46:34.792] getCompletionData: Get previous token: 0.02923200000077486 +Info 426 [12:46:34.792] getCompletionsAtPosition: isCompletionListBlocker: 0.005297000054270029 +Info 427 [12:46:34.793] getExportInfoMap: cache hit +Info 428 [12:46:34.808] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 429 [12:46:34.808] collectAutoImports: response is complete +Info 430 [12:46:34.808] collectAutoImports: 15.103928999975324 +Info 431 [12:46:34.808] getCompletionData: Semantic work: 16.03171300003305 +Info 432 [12:46:34.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.746809999924153 +Info 433 [12:46:34.815] Format host information updated +Info 434 [12:46:34.838] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 435 [12:46:34.845] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 6.153452999889851ms +Info 436 [12:46:34.845] Different program with same set of files +Info 437 [12:46:34.845] getCompletionData: Get current token: 0.005555000156164169 +Info 438 [12:46:34.845] getCompletionData: Is inside comment: 0.0015690000727772713 +Info 439 [12:46:34.845] getCompletionData: Get previous token: 0.018423999659717083 +Info 440 [12:46:34.845] getCompletionsAtPosition: isCompletionListBlocker: 0.0026249997317790985 +Info 441 [12:46:34.845] getExportInfoMap: cache hit +Info 442 [12:46:34.849] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 79 from cache +Info 443 [12:46:34.849] collectAutoImports: response is complete +Info 444 [12:46:34.849] collectAutoImports: 3.3732569999992847 +Info 445 [12:46:34.849] getCompletionData: Semantic work: 3.932372000068426 +Info 446 [12:46:34.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9499719999730587 +Info 447 [12:46:34.851] Format host information updated +Info 448 [12:46:35.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 449 [12:46:35.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 8.130225999746472ms +Info 450 [12:46:35.021] Different program with same set of files +Info 451 [12:46:35.021] getCompletionData: Get current token: 0.006341999862343073 +Info 452 [12:46:35.021] getCompletionData: Is inside comment: 0.0019290000200271606 +Info 453 [12:46:35.021] getCompletionData: Get previous token: 0.015327000059187412 +Info 454 [12:46:35.021] getCompletionsAtPosition: isCompletionListBlocker: 0.002991999965161085 +Info 455 [12:46:35.022] getExportInfoMap: cache hit +Info 456 [12:46:35.032] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 457 [12:46:35.032] collectAutoImports: response is complete +Info 458 [12:46:35.032] collectAutoImports: 10.320195999927819 +Info 459 [12:46:35.032] getCompletionData: Semantic work: 10.891538999974728 +Info 460 [12:46:35.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2543609999120235 +Info 461 [12:46:35.040] Format host information updated +Info 462 [12:46:35.294] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 463 [12:46:35.301] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 6.372078999876976ms +Info 464 [12:46:35.301] Different program with same set of files +Info 465 [12:46:35.301] getCompletionData: Get current token: 0.00497599970549345 +Info 466 [12:46:35.301] getCompletionData: Is inside comment: 0.0015219999477267265 +Info 467 [12:46:35.301] getCompletionData: Get previous token: 0.017688999883830547 +Info 468 [12:46:35.301] getCompletionsAtPosition: isCompletionListBlocker: 0.0025429995730519295 +Info 469 [12:46:35.302] getExportInfoMap: cache hit +Info 470 [12:46:35.305] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 71 from cache +Info 471 [12:46:35.305] collectAutoImports: response is complete +Info 472 [12:46:35.305] collectAutoImports: 3.4633959997445345 +Info 473 [12:46:35.305] getCompletionData: Semantic work: 4.0172389997169375 +Info 474 [12:46:35.306] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8962810002267361 +Info 475 [12:46:35.307] Format host information updated +Info 476 [12:46:35.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 477 [12:46:35.409] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 6.512136000208557ms +Info 478 [12:46:35.409] Different program with same set of files +Info 479 [12:46:35.409] getCompletionData: Get current token: 0.006754999980330467 +Info 480 [12:46:35.409] getCompletionData: Is inside comment: 0.0019169999286532402 +Info 481 [12:46:35.409] getCompletionData: Get previous token: 0.0227569998241961 +Info 482 [12:46:35.409] getCompletionsAtPosition: isCompletionListBlocker: 0.003111999947577715 +Info 483 [12:46:35.410] getExportInfoMap: cache hit +Info 484 [12:46:35.415] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 43 from cache +Info 485 [12:46:35.415] collectAutoImports: response is complete +Info 486 [12:46:35.415] collectAutoImports: 5.62628800002858 +Info 487 [12:46:35.415] getCompletionData: Semantic work: 6.348365999758244 +Info 488 [12:46:35.416] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1582019999623299 +Info 489 [12:46:35.417] Format host information updated +Info 490 [12:46:36.501] getCompletionData: Get current token: 0.005526999942958355 +Info 491 [12:46:36.501] getCompletionData: Is inside comment: 0.011789999902248383 +Info 492 [12:46:36.501] getCompletionData: Get previous token: 0.008497999981045723 +Info 493 [12:46:36.501] getCompletionsAtPosition: isCompletionListBlocker: 0.008549000136554241 +Info 494 [12:46:36.502] getExportInfoMap: cache hit +Info 495 [12:46:36.511] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 496 [12:46:36.511] collectAutoImports: response is complete +Info 497 [12:46:36.511] collectAutoImports: 8.969082000199705 +Info 498 [12:46:36.511] getCompletionData: Semantic work: 9.610185999888927 +Info 499 [12:46:36.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.14053100021556 +Info 500 [12:46:36.797] Format host information updated +Info 501 [12:46:36.797] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 502 [12:46:36.804] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 6.247163000050932ms +Info 503 [12:46:36.804] Different program with same set of files +Info 504 [12:46:36.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 505 [12:46:36.958] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 6.499050999991596ms +Info 506 [12:46:36.958] Different program with same set of files +Info 507 [12:46:36.958] getCompletionData: Get current token: 0.006771000102162361 +Info 508 [12:46:36.958] getCompletionData: Is inside comment: 0.012385000009089708 +Info 509 [12:46:36.958] getCompletionData: Get previous token: 0.008979999925941229 +Info 510 [12:46:36.958] getCompletionsAtPosition: isCompletionListBlocker: 0.007670999970287085 +Info 511 [12:46:36.958] getExportInfoMap: cache hit +Info 512 [12:46:36.971] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 513 [12:46:36.971] collectAutoImports: response is complete +Info 514 [12:46:36.971] collectAutoImports: 12.532649000175297 +Info 515 [12:46:36.971] getCompletionData: Semantic work: 13.153933999594301 +Info 516 [12:46:36.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8553700000047684 +Info 517 [12:46:36.977] Format host information updated +Info 518 [12:46:37.210] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 519 [12:46:37.217] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 7.652493000030518ms +Info 520 [12:46:37.217] Different program with same set of files +Info 521 [12:46:37.218] getCompletionData: Get current token: 0.008994000032544136 +Info 522 [12:46:37.218] getCompletionData: Is inside comment: 0.015304000116884708 +Info 523 [12:46:37.218] getCompletionData: Get previous token: 0.011910999659448862 +Info 524 [12:46:37.218] getCompletionsAtPosition: isCompletionListBlocker: 0.034001000225543976 +Info 525 [12:46:37.218] getExportInfoMap: cache hit +Info 526 [12:46:37.232] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 527 [12:46:37.232] collectAutoImports: response is complete +Info 528 [12:46:37.232] collectAutoImports: 13.450652999803424 +Info 529 [12:46:37.232] getCompletionData: Semantic work: 14.181016999762505 +Info 530 [12:46:37.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.321878000162542 +Info 531 [12:46:37.240] Format host information updated +Info 532 [12:46:37.302] Format host information updated +Info 533 [12:46:37.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 534 [12:46:37.311] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 9.49263700004667ms +Info 535 [12:46:37.312] Different program with same set of files +Info 536 [12:46:37.496] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 537 [12:46:37.502] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.4878549999557436ms +Info 538 [12:46:37.502] Different program with same set of files +Info 539 [12:46:37.502] getCompletionData: Get current token: 0.00865700002759695 +Info 540 [12:46:37.502] getCompletionData: Is inside comment: 0.015767000149935484 +Info 541 [12:46:37.502] getCompletionData: Get previous token: 0.012684999965131283 +Info 542 [12:46:37.502] getCompletionsAtPosition: isCompletionListBlocker: 0.002814999781548977 +Info 543 [12:46:37.503] getExportInfoMap: cache hit +Info 544 [12:46:37.514] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 545 [12:46:37.514] collectAutoImports: response is complete +Info 546 [12:46:37.514] collectAutoImports: 10.791994000319391 +Info 547 [12:46:37.514] getCompletionData: Semantic work: 11.419666000176221 +Info 548 [12:46:37.520] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.06344599975273 +Info 549 [12:46:37.523] Format host information updated +Info 550 [12:46:37.560] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 551 [12:46:37.567] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 7.758117999881506ms +Info 552 [12:46:37.567] Different program with same set of files +Info 553 [12:46:37.568] getCompletionData: Get current token: 0.0060259997844696045 +Info 554 [12:46:37.568] getCompletionData: Is inside comment: 0.015548999886959791 +Info 555 [12:46:37.568] getCompletionData: Get previous token: 0.01118699973449111 +Info 556 [12:46:37.568] getCompletionsAtPosition: isCompletionListBlocker: 0.010977999772876501 +Info 557 [12:46:37.568] getExportInfoMap: cache hit +Info 558 [12:46:37.583] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 559 [12:46:37.583] collectAutoImports: response is complete +Info 560 [12:46:37.583] collectAutoImports: 15.048186000436544 +Info 561 [12:46:37.583] getCompletionData: Semantic work: 15.754772999789566 +Info 562 [12:46:37.587] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6254869997501373 +Info 563 [12:46:37.590] Format host information updated +Info 564 [12:46:38.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 565 [12:46:38.203] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 6.363802999723703ms +Info 566 [12:46:38.203] Different program with same set of files +Info 567 [12:46:38.203] getCompletionData: Get current token: 0.008845000062137842 +Info 568 [12:46:38.203] getCompletionData: Is inside comment: 0.015658000018447638 +Info 569 [12:46:38.204] getCompletionData: Get previous token: 0.012051000259816647 +Info 570 [12:46:38.204] getCompletionsAtPosition: isCompletionListBlocker: 0.002625000197440386 +Info 571 [12:46:38.204] getExportInfoMap: cache hit +Info 572 [12:46:38.216] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 573 [12:46:38.216] collectAutoImports: response is complete +Info 574 [12:46:38.216] collectAutoImports: 12.152690999675542 +Info 575 [12:46:38.216] getCompletionData: Semantic work: 12.73034599982202 +Info 576 [12:46:38.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5321680000051856 +Info 577 [12:46:38.223] Format host information updated +Info 578 [12:46:38.512] Format host information updated +Info 579 [12:46:38.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 580 [12:46:38.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 5.72861299989745ms +Info 581 [12:46:38.518] Different program with same set of files +Info 582 [12:46:38.600] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 583 [12:46:38.608] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 8.560735000297427ms +Info 584 [12:46:38.608] Different program with same set of files +Info 585 [12:46:38.608] getCompletionData: Get current token: 0.004967999644577503 +Info 586 [12:46:38.609] getCompletionData: Is inside comment: 0.012064000125974417 +Info 587 [12:46:38.609] getCompletionData: Get previous token: 0.017205999698489904 +Info 588 [12:46:38.609] getCompletionsAtPosition: isCompletionListBlocker: 0.010040000081062317 +Info 589 [12:46:38.609] getExportInfoMap: cache hit +Info 590 [12:46:38.613] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 71 from cache +Info 591 [12:46:38.613] collectAutoImports: response is complete +Info 592 [12:46:38.613] collectAutoImports: 4.057927999645472 +Info 593 [12:46:38.613] getCompletionData: Semantic work: 4.818862000014633 +Info 594 [12:46:38.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1592160002328455 +Info 595 [12:46:38.615] Format host information updated +Info 596 [12:46:38.666] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 597 [12:46:38.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 10.379090999718755ms +Info 598 [12:46:38.676] Different program with same set of files +Info 599 [12:46:38.677] getCompletionData: Get current token: 0.009279999881982803 +Info 600 [12:46:38.677] getCompletionData: Is inside comment: 0.021788000129163265 +Info 601 [12:46:38.677] getCompletionData: Get previous token: 0.056739000137895346 +Info 602 [12:46:38.677] getCompletionsAtPosition: isCompletionListBlocker: 0.17693299986422062 +Info 603 [12:46:38.678] getExportInfoMap: cache hit +Info 604 [12:46:38.684] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 43 from cache +Info 605 [12:46:38.684] collectAutoImports: response is complete +Info 606 [12:46:38.684] collectAutoImports: 5.755391000304371 +Info 607 [12:46:38.684] getCompletionData: Semantic work: 6.865122999995947 +Info 608 [12:46:38.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8310050000436604 +Info 609 [12:46:38.690] Format host information updated +Info 610 [12:46:38.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 611 [12:46:38.850] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 25.33089999994263ms +Info 612 [12:46:38.851] Different program with same set of files +Info 613 [12:46:38.851] getCompletionData: Get current token: 0.015057999640703201 +Info 614 [12:46:38.851] getCompletionData: Is inside comment: 0.03145899996161461 +Info 615 [12:46:38.851] getCompletionData: Get previous token: 0.02177899982780218 +Info 616 [12:46:38.851] getCompletionsAtPosition: isCompletionListBlocker: 0.21538899978622794 +Info 617 [12:46:38.851] Returning an empty list because completion was requested in an invalid position. +Info 618 [12:46:38.852] Format host information updated +Info 619 [12:46:39.255] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 620 [12:46:39.261] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 6.328011999838054ms +Info 621 [12:46:39.261] Different program with same set of files +Info 622 [12:46:39.262] getCompletionData: Get current token: 0.004821999929845333 +Info 623 [12:46:39.262] getCompletionData: Is inside comment: 0.010828999802470207 +Info 624 [12:46:39.262] getCompletionData: Get previous token: 0.015134999994188547 +Info 625 [12:46:39.262] getCompletionsAtPosition: isCompletionListBlocker: 0.014532999601215124 +Info 626 [12:46:39.262] getExportInfoMap: cache hit +Info 627 [12:46:39.268] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 43 from cache +Info 628 [12:46:39.268] collectAutoImports: response is complete +Info 629 [12:46:39.268] collectAutoImports: 5.558712000027299 +Info 630 [12:46:39.268] getCompletionData: Semantic work: 6.2444120002910495 +Info 631 [12:46:39.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1315649999305606 +Info 632 [12:46:39.270] Format host information updated +Info 633 [12:46:39.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 634 [12:46:39.420] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.258027999661863ms +Info 635 [12:46:39.420] Different program with same set of files +Info 636 [12:46:39.420] getCompletionData: Get current token: 0.004553999751806259 +Info 637 [12:46:39.420] getCompletionData: Is inside comment: 0.010534000117331743 +Info 638 [12:46:39.420] getCompletionData: Get previous token: 0.007379000075161457 +Info 639 [12:46:39.420] getCompletionsAtPosition: isCompletionListBlocker: 0.00574499974027276 +Info 640 [12:46:39.421] getCompletionData: Semantic work: 0.5288730002939701 +Info 641 [12:46:39.421] Format host information updated +Info 642 [12:46:39.637] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 643 [12:46:39.644] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 6.415966999717057ms +Info 644 [12:46:39.644] Different program with same set of files +Info 645 [12:46:39.644] getCompletionData: Get current token: 0.004776000045239925 +Info 646 [12:46:39.644] getCompletionData: Is inside comment: 0.012266000267118216 +Info 647 [12:46:39.644] getCompletionData: Get previous token: 0.016877999994903803 +Info 648 [12:46:39.644] getCompletionsAtPosition: isCompletionListBlocker: 0.005570000037550926 +Info 649 [12:46:39.644] getCompletionData: Semantic work: 0.26013700012117624 +Info 650 [12:46:39.647] Format host information updated +Info 651 [12:46:39.706] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 652 [12:46:39.731] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 25.39474799996242ms +Info 653 [12:46:39.731] Different program with same set of files +Info 654 [12:46:39.732] getCompletionData: Get current token: 0.018169000279158354 +Info 655 [12:46:39.732] getCompletionData: Is inside comment: 0.041720000095665455 +Info 656 [12:46:39.732] getCompletionData: Get previous token: 0.05897699994966388 +Info 657 [12:46:39.732] getCompletionsAtPosition: isCompletionListBlocker: 0.015743999741971493 +Info 658 [12:46:39.733] getCompletionData: Semantic work: 0.7595609999261796 +Info 659 [12:46:39.734] Format host information updated +Info 660 [12:46:39.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 661 [12:46:39.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 6.475664000026882ms +Info 662 [12:46:39.890] Different program with same set of files +Info 663 [12:46:39.890] getCompletionData: Get current token: 0.005127000156790018 +Info 664 [12:46:39.890] getCompletionData: Is inside comment: 0.012918000109493732 +Info 665 [12:46:39.890] getCompletionData: Get previous token: 0.01823600009083748 +Info 666 [12:46:39.890] getCompletionsAtPosition: isCompletionListBlocker: 0.0031739999540150166 +Info 667 [12:46:39.891] getCompletionData: Semantic work: 0.2410410000011325 +Info 668 [12:46:39.893] Format host information updated +Info 669 [12:46:40.090] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 670 [12:46:40.097] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 6.239049999974668ms +Info 671 [12:46:40.097] Different program with same set of files +Info 672 [12:46:40.097] getCompletionData: Get current token: 0.0049959998577833176 +Info 673 [12:46:40.097] getCompletionData: Is inside comment: 0.011471999809145927 +Info 674 [12:46:40.097] getCompletionData: Get previous token: 0.015987999737262726 +Info 675 [12:46:40.097] getCompletionsAtPosition: isCompletionListBlocker: 0.0028550000861287117 +Info 676 [12:46:40.097] getCompletionData: Semantic work: 0.288121999707073 +Info 677 [12:46:40.097] Format host information updated +Info 678 [12:46:40.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 679 [12:46:40.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 6.432802000083029ms +Info 680 [12:46:40.198] Different program with same set of files +Info 681 [12:46:40.198] getCompletionData: Get current token: 0.008572999853640795 +Info 682 [12:46:40.198] getCompletionData: Is inside comment: 0.0195400002412498 +Info 683 [12:46:40.198] getCompletionData: Get previous token: 0.02999599976465106 +Info 684 [12:46:40.198] getCompletionsAtPosition: isCompletionListBlocker: 0.003769999835640192 +Info 685 [12:46:40.199] getCompletionData: Semantic work: 0.34010000014677644 +Info 686 [12:46:40.201] Format host information updated +Info 687 [12:46:40.292] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 688 [12:46:40.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 7.877069000154734ms +Info 689 [12:46:40.300] Different program with same set of files +Info 690 [12:46:40.301] getCompletionData: Get current token: 0.005764999892562628 +Info 691 [12:46:40.301] getCompletionData: Is inside comment: 0.014324000105261803 +Info 692 [12:46:40.301] getCompletionData: Get previous token: 0.020674000028520823 +Info 693 [12:46:40.301] getCompletionsAtPosition: isCompletionListBlocker: 0.00396099966019392 +Info 694 [12:46:40.301] getCompletionData: Semantic work: 0.3385800002142787 +Info 695 [12:46:40.301] Format host information updated +Info 696 [12:46:40.403] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 697 [12:46:40.410] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 7.003880000207573ms +Info 698 [12:46:40.410] Different program with same set of files +Info 699 [12:46:40.410] getCompletionData: Get current token: 0.005061999894678593 +Info 700 [12:46:40.410] getCompletionData: Is inside comment: 0.011956000234931707 +Info 701 [12:46:40.410] getCompletionData: Get previous token: 0.022902000229805708 +Info 702 [12:46:40.410] getCompletionsAtPosition: isCompletionListBlocker: 0.003407999873161316 +Info 703 [12:46:40.410] getCompletionData: Semantic work: 0.22109899995848536 +Info 704 [12:46:40.413] Format host information updated +Info 705 [12:46:40.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 706 [12:46:40.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 13.607666000258178ms +Info 707 [12:46:40.486] Different program with same set of files +Info 708 [12:46:40.486] getCompletionData: Get current token: 0.011382000055164099 +Info 709 [12:46:40.486] getCompletionData: Is inside comment: 0.02469100011512637 +Info 710 [12:46:40.486] getCompletionData: Get previous token: 0.04077500011771917 +Info 711 [12:46:40.486] getCompletionsAtPosition: isCompletionListBlocker: 0.005512000061571598 +Info 712 [12:46:40.487] getCompletionData: Semantic work: 0.4909590003080666 +Info 713 [12:46:40.487] Format host information updated +Info 714 [12:46:40.596] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 715 [12:46:40.603] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 6.401422000024468ms +Info 716 [12:46:40.603] Different program with same set of files +Info 717 [12:46:40.603] getCompletionData: Get current token: 0.0047439998015761375 +Info 718 [12:46:40.603] getCompletionData: Is inside comment: 0.01293299999088049 +Info 719 [12:46:40.603] getCompletionData: Get previous token: 0.00801499979570508 +Info 720 [12:46:40.603] getCompletionsAtPosition: isCompletionListBlocker: 0.008442000020295382 +Info 721 [12:46:40.604] getExportInfoMap: cache hit +Info 722 [12:46:40.616] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 723 [12:46:40.617] collectAutoImports: response is complete +Info 724 [12:46:40.617] collectAutoImports: 12.66058999998495 +Info 725 [12:46:40.617] getCompletionData: Semantic work: 13.337869999930263 +Info 726 [12:46:40.622] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.407798999920487 +Info 727 [12:46:40.627] Format host information updated +Info 728 [12:46:40.657] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 729 [12:46:40.666] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 8.874153999611735ms +Info 730 [12:46:40.666] Different program with same set of files +Info 731 [12:46:40.667] getCompletionData: Get current token: 0.004569999873638153 +Info 732 [12:46:40.667] getCompletionData: Is inside comment: 0.010924000293016434 +Info 733 [12:46:40.667] getCompletionData: Get previous token: 0.007111999671906233 +Info 734 [12:46:40.667] getCompletionsAtPosition: isCompletionListBlocker: 0.0199070000089705 +Info 735 [12:46:40.667] getExportInfoMap: cache hit +Info 736 [12:46:40.684] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 737 [12:46:40.684] collectAutoImports: response is complete +Info 738 [12:46:40.684] collectAutoImports: 16.03994599962607 +Info 739 [12:46:40.684] getCompletionData: Semantic work: 16.944240999873728 +Info 740 [12:46:40.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.392828000243753 +Info 741 [12:46:40.691] Format host information updated +Info 742 [12:46:40.973] getCompletionData: Get current token: 0.052527999971061945 +Info 743 [12:46:40.973] getCompletionData: Is inside comment: 0.014097999781370163 +Info 744 [12:46:40.974] getCompletionData: Get previous token: 0.08832600014284253 +Info 745 [12:46:40.974] getCompletionsAtPosition: isCompletionListBlocker: 0.018869000021368265 +Info 746 [12:46:40.976] getExportInfoMap: cache hit +Info 747 [12:46:41.002] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 748 [12:46:41.002] collectAutoImports: response is complete +Info 749 [12:46:41.002] collectAutoImports: 26.037684999872 +Info 750 [12:46:41.002] getCompletionData: Semantic work: 28.361548999790102 +Info 751 [12:46:41.008] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.988322000019252 +Info 752 [12:46:41.175] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 753 [12:46:41.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 6.337332999799401ms +Info 754 [12:46:41.181] Different program with same set of files +Info 755 [12:46:41.181] getCompletionData: Get current token: 0.007224000059068203 +Info 756 [12:46:41.181] getCompletionData: Is inside comment: 0.0018839999102056026 +Info 757 [12:46:41.181] getCompletionData: Get previous token: 0.017291000112891197 +Info 758 [12:46:41.182] getCompletionsAtPosition: isCompletionListBlocker: 0.04997200006619096 +Info 759 [12:46:41.182] getExportInfoMap: cache hit +Info 760 [12:46:41.194] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 761 [12:46:41.195] collectAutoImports: response is complete +Info 762 [12:46:41.195] collectAutoImports: 12.414627999998629 +Info 763 [12:46:41.195] getCompletionData: Semantic work: 12.960553999990225 +Info 764 [12:46:41.199] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8353150002658367 +Info 765 [12:46:41.202] Format host information updated +Info 766 [12:46:41.301] Format host information updated +Info 767 [12:46:41.301] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 768 [12:46:41.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 6.433424999937415ms +Info 769 [12:46:41.307] Different program with same set of files +Info 770 [12:46:41.494] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 771 [12:46:41.500] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 5.959945000242442ms +Info 772 [12:46:41.500] Different program with same set of files +Info 773 [12:46:41.500] getCompletionData: Get current token: 0.0062950002029538155 +Info 774 [12:46:41.500] getCompletionData: Is inside comment: 0.001726000104099512 +Info 775 [12:46:41.500] getCompletionData: Get previous token: 0.01990000018849969 +Info 776 [12:46:41.500] getCompletionsAtPosition: isCompletionListBlocker: 0.004360000137239695 +Info 777 [12:46:41.501] getExportInfoMap: cache hit +Info 778 [12:46:41.505] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 143 from cache +Info 779 [12:46:41.505] collectAutoImports: response is complete +Info 780 [12:46:41.505] collectAutoImports: 4.303606000263244 +Info 781 [12:46:41.505] getCompletionData: Semantic work: 4.87046999996528 +Info 782 [12:46:41.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.269326000008732 +Info 783 [12:46:41.508] Format host information updated +Info 784 [12:46:41.570] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 785 [12:46:41.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 16.65293199988082ms +Info 786 [12:46:41.587] Different program with same set of files +Info 787 [12:46:41.587] getCompletionData: Get current token: 0.015362000092864037 +Info 788 [12:46:41.587] getCompletionData: Is inside comment: 0.004329000134021044 +Info 789 [12:46:41.587] getCompletionData: Get previous token: 0.03471899963915348 +Info 790 [12:46:41.587] getCompletionsAtPosition: isCompletionListBlocker: 0.00865000020712614 +Info 791 [12:46:41.588] getExportInfoMap: cache hit +Info 792 [12:46:41.593] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 44 from cache +Info 793 [12:46:41.593] collectAutoImports: response is complete +Info 794 [12:46:41.593] collectAutoImports: 4.846555999945849 +Info 795 [12:46:41.593] getCompletionData: Semantic work: 5.9014329998753965 +Info 796 [12:46:41.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3349600001238286 +Info 797 [12:46:41.597] Format host information updated +Info 798 [12:46:41.712] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 799 [12:46:41.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 24.568765999749303ms +Info 800 [12:46:41.737] Different program with same set of files +Info 801 [12:46:41.738] getCompletionData: Get current token: 0.021308999974280596 +Info 802 [12:46:41.738] getCompletionData: Is inside comment: 0.005508000031113625 +Info 803 [12:46:41.738] getCompletionData: Get previous token: 0.04807299980893731 +Info 804 [12:46:41.738] getCompletionsAtPosition: isCompletionListBlocker: 0.010364000219851732 +Info 805 [12:46:41.739] getExportInfoMap: cache hit +Info 806 [12:46:41.743] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 807 [12:46:41.743] collectAutoImports: response is complete +Info 808 [12:46:41.743] collectAutoImports: 3.797474999912083 +Info 809 [12:46:41.743] getCompletionData: Semantic work: 5.248556999955326 +Info 810 [12:46:41.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.205229999963194 +Info 811 [12:46:41.747] Format host information updated +Info 812 [12:46:41.906] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 813 [12:46:41.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 11.490877999924123ms +Info 814 [12:46:41.917] Different program with same set of files +Info 815 [12:46:41.917] getCompletionData: Get current token: 0.006956000346690416 +Info 816 [12:46:41.917] getCompletionData: Is inside comment: 0.001776999793946743 +Info 817 [12:46:41.917] getCompletionData: Get previous token: 0.017779000103473663 +Info 818 [12:46:41.918] getCompletionsAtPosition: isCompletionListBlocker: 0.004425999708473682 +Info 819 [12:46:41.918] getExportInfoMap: cache hit +Info 820 [12:46:41.920] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 821 [12:46:41.920] collectAutoImports: response is complete +Info 822 [12:46:41.920] collectAutoImports: 1.6984679996967316 +Info 823 [12:46:41.920] getCompletionData: Semantic work: 2.322916000150144 +Info 824 [12:46:41.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.16268299985677 +Info 825 [12:46:41.922] Format host information updated +Info 826 [12:46:42.268] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 827 [12:46:42.274] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 6.074716000352055ms +Info 828 [12:46:42.274] Different program with same set of files +Info 829 [12:46:42.274] getCompletionData: Get current token: 0.007838999852538109 +Info 830 [12:46:42.274] getCompletionData: Is inside comment: 0.001495999749749899 +Info 831 [12:46:42.274] getCompletionData: Get previous token: 0.015362999867647886 +Info 832 [12:46:42.274] getCompletionsAtPosition: isCompletionListBlocker: 0.0034280000254511833 +Info 833 [12:46:42.275] getExportInfoMap: cache hit +Info 834 [12:46:42.276] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 835 [12:46:42.276] collectAutoImports: response is complete +Info 836 [12:46:42.276] collectAutoImports: 1.4535170001909137 +Info 837 [12:46:42.276] getCompletionData: Semantic work: 1.9901040000841022 +Info 838 [12:46:42.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9579539997503161 +Info 839 [12:46:42.280] Format host information updated +Info 840 [12:46:42.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 841 [12:46:42.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 6.2098080003634095ms +Info 842 [12:46:42.352] Different program with same set of files +Info 843 [12:46:42.352] getCompletionData: Get current token: 0.006262999959290028 +Info 844 [12:46:42.352] getCompletionData: Is inside comment: 0.001372000202536583 +Info 845 [12:46:42.352] getCompletionData: Get previous token: 0.016662999987602234 +Info 846 [12:46:42.352] getCompletionsAtPosition: isCompletionListBlocker: 0.0032689999788999557 +Info 847 [12:46:42.353] getExportInfoMap: cache hit +Info 848 [12:46:42.354] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 849 [12:46:42.354] collectAutoImports: response is complete +Info 850 [12:46:42.354] collectAutoImports: 1.4541740003041923 +Info 851 [12:46:42.354] getCompletionData: Semantic work: 1.9890339998528361 +Info 852 [12:46:42.355] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.95534300012514 +Info 853 [12:46:42.356] Format host information updated +Info 854 [12:46:42.750] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 855 [12:46:42.757] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 6.480779000092298ms +Info 856 [12:46:42.757] Different program with same set of files +Info 857 [12:46:42.757] getCompletionData: Get current token: 0.0061959996819496155 +Info 858 [12:46:42.757] getCompletionData: Is inside comment: 0.0015960000455379486 +Info 859 [12:46:42.757] getCompletionData: Get previous token: 0.0159599999897182 +Info 860 [12:46:42.757] getCompletionsAtPosition: isCompletionListBlocker: 0.004056999925523996 +Info 861 [12:46:42.758] getExportInfoMap: cache hit +Info 862 [12:46:42.761] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 863 [12:46:42.761] collectAutoImports: response is complete +Info 864 [12:46:42.761] collectAutoImports: 3.8237459999509156 +Info 865 [12:46:42.761] getCompletionData: Semantic work: 4.454863000195473 +Info 866 [12:46:42.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0658129998482764 +Info 867 [12:46:42.763] Format host information updated +Info 868 [12:46:42.846] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 869 [12:46:42.870] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 23.53753799991682ms +Info 870 [12:46:42.870] Different program with same set of files +Info 871 [12:46:42.870] getCompletionData: Get current token: 0.024834000039845705 +Info 872 [12:46:42.870] getCompletionData: Is inside comment: 0.006395999807864428 +Info 873 [12:46:42.871] getCompletionData: Get previous token: 0.06854599993675947 +Info 874 [12:46:42.871] getCompletionsAtPosition: isCompletionListBlocker: 0.012502999976277351 +Info 875 [12:46:42.872] getExportInfoMap: cache hit +Info 876 [12:46:42.876] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 877 [12:46:42.876] collectAutoImports: response is complete +Info 878 [12:46:42.876] collectAutoImports: 4.140337999910116 +Info 879 [12:46:42.876] getCompletionData: Semantic work: 5.680271999910474 +Info 880 [12:46:42.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.92424299987033 +Info 881 [12:46:42.880] Format host information updated +Info 882 [12:46:42.951] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 883 [12:46:42.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 12.472982000093907ms +Info 884 [12:46:42.964] Different program with same set of files +Info 885 [12:46:42.964] getCompletionData: Get current token: 0.005024999845772982 +Info 886 [12:46:42.964] getCompletionData: Is inside comment: 0.0012019998393952847 +Info 887 [12:46:42.964] getCompletionData: Get previous token: 0.013031000271439552 +Info 888 [12:46:42.964] getCompletionsAtPosition: isCompletionListBlocker: 0.0037010000087320805 +Info 889 [12:46:42.964] getExportInfoMap: cache hit +Info 890 [12:46:42.966] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 891 [12:46:42.966] collectAutoImports: response is complete +Info 892 [12:46:42.966] collectAutoImports: 1.2604749999009073 +Info 893 [12:46:42.966] getCompletionData: Semantic work: 1.7680319999344647 +Info 894 [12:46:42.967] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7796530001796782 +Info 895 [12:46:42.967] Format host information updated +Info 896 [12:46:43.078] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 897 [12:46:43.085] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 6.923306999728084ms +Info 898 [12:46:43.085] Different program with same set of files +Info 899 [12:46:43.085] getCompletionData: Get current token: 0.006302000023424625 +Info 900 [12:46:43.085] getCompletionData: Is inside comment: 0.0016169999726116657 +Info 901 [12:46:43.085] getCompletionData: Get previous token: 0.017420999705791473 +Info 902 [12:46:43.085] getCompletionsAtPosition: isCompletionListBlocker: 0.004035999998450279 +Info 903 [12:46:43.086] getExportInfoMap: cache hit +Info 904 [12:46:43.087] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 905 [12:46:43.087] collectAutoImports: response is complete +Info 906 [12:46:43.087] collectAutoImports: 1.5381559999659657 +Info 907 [12:46:43.087] getCompletionData: Semantic work: 2.1307699996978045 +Info 908 [12:46:43.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9161150003783405 +Info 909 [12:46:43.089] Format host information updated +Info 910 [12:46:44.345] getCompletionData: Get current token: 0.008560999762266874 +Info 911 [12:46:44.345] getCompletionData: Is inside comment: 0.0024049999192357063 +Info 912 [12:46:44.345] getCompletionData: Get previous token: 0.013074000366032124 +Info 913 [12:46:44.345] getCompletionsAtPosition: isCompletionListBlocker: 0.005024999845772982 +Info 914 [12:46:44.345] getExportInfoMap: cache hit +Info 915 [12:46:44.359] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 916 [12:46:44.359] collectAutoImports: response is complete +Info 917 [12:46:44.359] collectAutoImports: 13.550671000033617 +Info 918 [12:46:44.359] getCompletionData: Semantic work: 14.309038999956101 +Info 919 [12:46:44.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2643360001966357 +Info 920 [12:46:44.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 921 [12:46:44.621] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 6.238316999748349ms +Info 922 [12:46:44.621] Different program with same set of files +Info 923 [12:46:44.621] getCompletionData: Get current token: 0.008309999946504831 +Info 924 [12:46:44.621] getCompletionData: Is inside comment: 0.0014340002089738846 +Info 925 [12:46:44.621] getCompletionData: Get previous token: 0.015395000111311674 +Info 926 [12:46:44.621] getCompletionsAtPosition: isCompletionListBlocker: 0.003444999922066927 +Info 927 [12:46:44.622] getExportInfoMap: cache hit +Info 928 [12:46:44.633] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 929 [12:46:44.634] collectAutoImports: response is complete +Info 930 [12:46:44.634] collectAutoImports: 11.905397000256926 +Info 931 [12:46:44.634] getCompletionData: Semantic work: 12.403694999869913 +Info 932 [12:46:44.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.326837000437081 +Info 933 [12:46:44.640] Format host information updated +Info 934 [12:46:44.674] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 935 [12:46:44.681] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 6.17788300011307ms +Info 936 [12:46:44.681] Different program with same set of files +Info 937 [12:46:44.681] getCompletionData: Get current token: 0.006319999694824219 +Info 938 [12:46:44.681] getCompletionData: Is inside comment: 0.0016029998660087585 +Info 939 [12:46:44.681] getCompletionData: Get previous token: 0.015658999793231487 +Info 940 [12:46:44.681] getCompletionsAtPosition: isCompletionListBlocker: 0.007290000095963478 +Info 941 [12:46:44.681] getExportInfoMap: cache hit +Info 942 [12:46:44.693] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 943 [12:46:44.693] collectAutoImports: response is complete +Info 944 [12:46:44.693] collectAutoImports: 11.531049999874085 +Info 945 [12:46:44.693] getCompletionData: Semantic work: 12.041219000238925 +Info 946 [12:46:44.696] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1729890001006424 +Info 947 [12:46:44.699] Format host information updated +Info 948 [12:46:44.995] getCompletionData: Get current token: 0.006171999964863062 +Info 949 [12:46:44.995] getCompletionData: Is inside comment: 0.0014319997280836105 +Info 950 [12:46:44.995] getCompletionData: Get previous token: 0.008948999922722578 +Info 951 [12:46:44.995] getCompletionsAtPosition: isCompletionListBlocker: 0.00420699967071414 +Info 952 [12:46:44.995] getExportInfoMap: cache hit +Info 953 [12:46:45.004] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 954 [12:46:45.004] collectAutoImports: response is complete +Info 955 [12:46:45.004] collectAutoImports: 8.425261000171304 +Info 956 [12:46:45.004] getCompletionData: Semantic work: 8.968813000246882 +Info 957 [12:46:45.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.115886999759823 +Info 958 [12:46:46.505] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 959 [12:46:46.513] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 7.469897999893874ms +Info 960 [12:46:46.513] Different program with same set of files +Info 961 [12:46:46.513] getCompletionData: Get current token: 0.006283000111579895 +Info 962 [12:46:46.513] getCompletionData: Is inside comment: 0.0014899997040629387 +Info 963 [12:46:46.513] getCompletionData: Get previous token: 0.013803000096231699 +Info 964 [12:46:46.513] getCompletionsAtPosition: isCompletionListBlocker: 0.00382799981161952 +Info 965 [12:46:46.514] getExportInfoMap: cache hit +Info 966 [12:46:46.517] collectAutoImports: resolved 0 module specifiers, plus 46 ambient and 80 from cache +Info 967 [12:46:46.517] collectAutoImports: response is complete +Info 968 [12:46:46.517] collectAutoImports: 3.1475529996678233 +Info 969 [12:46:46.517] getCompletionData: Semantic work: 3.8336430001072586 +Info 970 [12:46:46.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.118212000001222 +Info 971 [12:46:46.519] Format host information updated +Info 972 [12:46:46.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 973 [12:46:46.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 29.151450000237674ms +Info 974 [12:46:46.924] Different program with same set of files +Info 975 [12:46:46.924] getCompletionData: Get current token: 0.021549999713897705 +Info 976 [12:46:46.924] getCompletionData: Is inside comment: 0.004511999897658825 +Info 977 [12:46:46.924] getCompletionData: Get previous token: 0.04264800017699599 +Info 978 [12:46:46.924] getCompletionsAtPosition: isCompletionListBlocker: 0.008231000043451786 +Info 979 [12:46:46.926] getExportInfoMap: cache hit +Info 980 [12:46:46.945] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 981 [12:46:46.945] collectAutoImports: response is complete +Info 982 [12:46:46.945] collectAutoImports: 19.241248999722302 +Info 983 [12:46:46.945] getCompletionData: Semantic work: 20.581067000050098 +Info 984 [12:46:46.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.331499999854714 +Info 985 [12:46:46.955] Format host information updated +Info 986 [12:46:47.112] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 987 [12:46:47.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 6.457755000330508ms +Info 988 [12:46:47.119] Different program with same set of files +Info 989 [12:46:47.119] getCompletionData: Get current token: 0.006471999920904636 +Info 990 [12:46:47.119] getCompletionData: Is inside comment: 0.0011569997295737267 +Info 991 [12:46:47.119] getCompletionData: Get previous token: 0.015569000039249659 +Info 992 [12:46:47.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0032489998266100883 +Info 993 [12:46:47.120] getExportInfoMap: cache hit +Info 994 [12:46:47.122] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 25 from cache +Info 995 [12:46:47.122] collectAutoImports: response is complete +Info 996 [12:46:47.122] collectAutoImports: 2.00873599993065 +Info 997 [12:46:47.122] getCompletionData: Semantic work: 2.5213089999742806 +Info 998 [12:46:47.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8347699996083975 +Info 999 [12:46:47.124] Format host information updated +Info 1000 [12:46:47.237] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1001 [12:46:47.243] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 6.29852299997583ms +Info 1002 [12:46:47.243] Different program with same set of files +Info 1003 [12:46:47.243] getCompletionData: Get current token: 0.0061039999127388 +Info 1004 [12:46:47.243] getCompletionData: Is inside comment: 0.0012199999764561653 +Info 1005 [12:46:47.243] getCompletionData: Get previous token: 0.014686000067740679 +Info 1006 [12:46:47.243] getCompletionsAtPosition: isCompletionListBlocker: 0.0034759999252855778 +Info 1007 [12:46:47.244] getExportInfoMap: cache hit +Info 1008 [12:46:47.245] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 1009 [12:46:47.245] collectAutoImports: response is complete +Info 1010 [12:46:47.246] collectAutoImports: 1.739670999813825 +Info 1011 [12:46:47.246] getCompletionData: Semantic work: 2.3002059999853373 +Info 1012 [12:46:47.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0984960002824664 +Info 1013 [12:46:47.249] Format host information updated +Info 1014 [12:46:47.371] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1015 [12:46:47.378] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 6.21491099987179ms +Info 1016 [12:46:47.378] Different program with same set of files +Info 1017 [12:46:47.378] getCompletionData: Get current token: 0.006630999967455864 +Info 1018 [12:46:47.378] getCompletionData: Is inside comment: 0.0012710001319646835 +Info 1019 [12:46:47.378] getCompletionData: Get previous token: 0.013697999995201826 +Info 1020 [12:46:47.378] getCompletionsAtPosition: isCompletionListBlocker: 0.0036989999935030937 +Info 1021 [12:46:47.378] getExportInfoMap: cache hit +Info 1022 [12:46:47.391] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1023 [12:46:47.391] collectAutoImports: response is complete +Info 1024 [12:46:47.391] collectAutoImports: 12.450964000076056 +Info 1025 [12:46:47.391] getCompletionData: Semantic work: 12.925462000072002 +Info 1026 [12:46:47.394] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.405824000015855 +Info 1027 [12:46:47.397] Format host information updated +Info 1028 [12:46:47.454] Format host information updated +Info 1029 [12:46:47.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1030 [12:46:47.464] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 9.33507200004533ms +Info 1031 [12:46:47.464] Different program with same set of files +Info 1032 [12:46:48.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1033 [12:46:48.523] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 8.181044000200927ms +Info 1034 [12:46:48.523] Different program with same set of files +Info 1035 [12:46:48.523] getCompletionData: Get current token: 0.006062000058591366 +Info 1036 [12:46:48.523] getCompletionData: Is inside comment: 0.0011680000461637974 +Info 1037 [12:46:48.523] getCompletionData: Get previous token: 0.014281000010669231 +Info 1038 [12:46:48.523] getCompletionsAtPosition: isCompletionListBlocker: 0.012025000061839819 +Info 1039 [12:46:48.524] getExportInfoMap: cache hit +Info 1040 [12:46:48.528] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 220 from cache +Info 1041 [12:46:48.528] collectAutoImports: response is complete +Info 1042 [12:46:48.528] collectAutoImports: 4.18154799984768 +Info 1043 [12:46:48.528] getCompletionData: Semantic work: 4.719058999791741 +Info 1044 [12:46:48.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2728989999741316 +Info 1045 [12:46:48.531] Format host information updated +Info 1046 [12:46:48.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1047 [12:46:48.590] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 11.114461000077426ms +Info 1048 [12:46:48.590] Different program with same set of files +Info 1049 [12:46:48.590] getCompletionData: Get current token: 0.014661999884992838 +Info 1050 [12:46:48.590] getCompletionData: Is inside comment: 0.003000000026077032 +Info 1051 [12:46:48.590] getCompletionData: Get previous token: 0.037823999766260386 +Info 1052 [12:46:48.590] getCompletionsAtPosition: isCompletionListBlocker: 0.1027339999563992 +Info 1053 [12:46:48.591] getExportInfoMap: cache hit +Info 1054 [12:46:48.597] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 1055 [12:46:48.597] collectAutoImports: response is complete +Info 1056 [12:46:48.597] collectAutoImports: 5.573191000148654 +Info 1057 [12:46:48.597] getCompletionData: Semantic work: 6.589308000169694 +Info 1058 [12:46:48.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.067198000382632 +Info 1059 [12:46:48.604] Format host information updated +Info 1060 [12:46:48.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1061 [12:46:48.700] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 6.375432000029832ms +Info 1062 [12:46:48.700] Different program with same set of files +Info 1063 [12:46:48.701] getCompletionData: Get current token: 0.007506000343710184 +Info 1064 [12:46:48.701] getCompletionData: Is inside comment: 0.0015990003012120724 +Info 1065 [12:46:48.701] getCompletionData: Get previous token: 0.01862799981608987 +Info 1066 [12:46:48.701] getCompletionsAtPosition: isCompletionListBlocker: 0.007412000093609095 +Info 1067 [12:46:48.701] getExportInfoMap: cache hit +Info 1068 [12:46:48.704] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 47 from cache +Info 1069 [12:46:48.704] collectAutoImports: response is complete +Info 1070 [12:46:48.704] collectAutoImports: 2.681599000003189 +Info 1071 [12:46:48.704] getCompletionData: Semantic work: 3.253182000014931 +Info 1072 [12:46:48.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.028364000376314 +Info 1073 [12:46:48.706] Format host information updated +Info 1074 [12:46:49.078] getCompletionData: Get current token: 0.005400000140070915 +Info 1075 [12:46:49.079] getCompletionData: Is inside comment: 0.0013749999925494194 +Info 1076 [12:46:49.079] getCompletionData: Get previous token: 0.008704999927431345 +Info 1077 [12:46:49.079] getCompletionsAtPosition: isCompletionListBlocker: 0.008654000237584114 +Info 1078 [12:46:49.079] getExportInfoMap: cache hit +Info 1079 [12:46:49.090] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1080 [12:46:49.090] collectAutoImports: response is complete +Info 1081 [12:46:49.090] collectAutoImports: 11.093384000007063 +Info 1082 [12:46:49.090] getCompletionData: Semantic work: 11.675186000298709 +Info 1083 [12:46:49.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5401200000196695 +Info 1084 [12:46:49.212] Format host information updated +Info 1085 [12:46:49.212] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1086 [12:46:49.218] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 6.182964000385255ms +Info 1087 [12:46:49.218] Different program with same set of files +Info 1088 [12:46:49.375] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1089 [12:46:49.406] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 30.854983000084758ms +Info 1090 [12:46:49.406] Different program with same set of files +Info 1091 [12:46:49.407] getCompletionData: Get current token: 0.026148999575525522 +Info 1092 [12:46:49.407] getCompletionData: Is inside comment: 0.0060640000738203526 +Info 1093 [12:46:49.407] getCompletionData: Get previous token: 0.06097600003704429 +Info 1094 [12:46:49.407] getCompletionsAtPosition: isCompletionListBlocker: 0.2307239999063313 +Info 1095 [12:46:49.409] getExportInfoMap: cache hit +Info 1096 [12:46:49.429] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1097 [12:46:49.429] collectAutoImports: response is complete +Info 1098 [12:46:49.429] collectAutoImports: 19.714424999896437 +Info 1099 [12:46:49.429] getCompletionData: Semantic work: 21.25556500023231 +Info 1100 [12:46:49.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.293250000104308 +Info 1101 [12:46:49.438] Format host information updated +Info 1102 [12:46:49.533] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1103 [12:46:49.556] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 23.54497699998319ms +Info 1104 [12:46:49.556] Different program with same set of files +Info 1105 [12:46:49.557] getCompletionData: Get current token: 0.01863999990746379 +Info 1106 [12:46:49.557] getCompletionData: Is inside comment: 0.004801999777555466 +Info 1107 [12:46:49.557] getCompletionData: Get previous token: 0.04558099992573261 +Info 1108 [12:46:49.557] getCompletionsAtPosition: isCompletionListBlocker: 0.022849999833852053 +Info 1109 [12:46:49.558] getExportInfoMap: cache hit +Info 1110 [12:46:49.577] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1111 [12:46:49.577] collectAutoImports: response is complete +Info 1112 [12:46:49.577] collectAutoImports: 18.652948999777436 +Info 1113 [12:46:49.577] getCompletionData: Semantic work: 20.10925600025803 +Info 1114 [12:46:49.582] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.473141999915242 +Info 1115 [12:46:49.587] Format host information updated +Info 1116 [12:46:49.599] Format host information updated +Info 1117 [12:46:49.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1118 [12:46:49.605] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 6.053762999828905ms +Info 1119 [12:46:49.605] Different program with same set of files +Info 1120 [12:46:50.311] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1121 [12:46:50.317] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 6.047061999794096ms +Info 1122 [12:46:50.317] Different program with same set of files +Info 1123 [12:46:50.317] getCompletionData: Get current token: 0.005563999991863966 +Info 1124 [12:46:50.317] getCompletionData: Is inside comment: 0.0011989995837211609 +Info 1125 [12:46:50.317] getCompletionData: Get previous token: 0.013650000095367432 +Info 1126 [12:46:50.317] getCompletionsAtPosition: isCompletionListBlocker: 0.005921999923884869 +Info 1127 [12:46:50.318] getExportInfoMap: cache hit +Info 1128 [12:46:50.320] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 16 from cache +Info 1129 [12:46:50.320] collectAutoImports: response is complete +Info 1130 [12:46:50.320] collectAutoImports: 2.470659999642521 +Info 1131 [12:46:50.320] getCompletionData: Semantic work: 2.9974710000678897 +Info 1132 [12:46:50.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0224259998649359 +Info 1133 [12:46:50.324] Format host information updated +Info 1134 [12:46:50.765] Format host information updated +Info 1135 [12:46:50.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1136 [12:46:50.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 6.062870999798179ms +Info 1137 [12:46:50.771] Different program with same set of files +Info 1138 [12:46:51.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1139 [12:46:51.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 7.103183000348508ms +Info 1140 [12:46:51.267] Different program with same set of files +Info 1141 [12:46:51.267] getCompletionData: Get current token: 0.006630999967455864 +Info 1142 [12:46:51.267] getCompletionData: Is inside comment: 0.001199999824166298 +Info 1143 [12:46:51.267] getCompletionData: Get previous token: 0.012310000136494637 +Info 1144 [12:46:51.267] getCompletionsAtPosition: isCompletionListBlocker: 0.001970999874174595 +Info 1145 [12:46:51.268] getExportInfoMap: cache hit +Info 1146 [12:46:51.281] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1147 [12:46:51.281] collectAutoImports: response is complete +Info 1148 [12:46:51.281] collectAutoImports: 13.620889999903738 +Info 1149 [12:46:51.281] getCompletionData: Semantic work: 14.083312999922782 +Info 1150 [12:46:51.285] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4194299997761846 +Info 1151 [12:46:51.288] Format host information updated +Info 1152 [12:46:51.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1153 [12:46:51.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 5.88427700009197ms +Info 1154 [12:46:51.326] Different program with same set of files +Info 1155 [12:46:51.326] getCompletionData: Get current token: 0.005371000152081251 +Info 1156 [12:46:51.326] getCompletionData: Is inside comment: 0.0013610003516077995 +Info 1157 [12:46:51.326] getCompletionData: Get previous token: 0.014054999686777592 +Info 1158 [12:46:51.326] getCompletionsAtPosition: isCompletionListBlocker: 0.006246999837458134 +Info 1159 [12:46:51.326] getExportInfoMap: cache hit +Info 1160 [12:46:51.336] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1161 [12:46:51.336] collectAutoImports: response is complete +Info 1162 [12:46:51.336] collectAutoImports: 9.378948000259697 +Info 1163 [12:46:51.336] getCompletionData: Semantic work: 9.884151000063866 +Info 1164 [12:46:51.339] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.095856999978423 +Info 1165 [12:46:51.343] Format host information updated +Info 1166 [12:46:51.711] getCompletionData: Get current token: 0.006406000349670649 +Info 1167 [12:46:51.711] getCompletionData: Is inside comment: 0.0012420001439750195 +Info 1168 [12:46:51.711] getCompletionData: Get previous token: 0.009047000203281641 +Info 1169 [12:46:51.711] getCompletionsAtPosition: isCompletionListBlocker: 0.0024210000410676003 +Info 1170 [12:46:51.712] getExportInfoMap: cache hit +Info 1171 [12:46:51.719] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1172 [12:46:51.719] collectAutoImports: response is complete +Info 1173 [12:46:51.719] collectAutoImports: 6.495562000200152 +Info 1174 [12:46:51.719] getCompletionData: Semantic work: 7.060393999796361 +Info 1175 [12:46:51.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.730049999896437 +Info 1176 [12:46:51.912] Format host information updated +Info 1177 [12:46:51.912] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1178 [12:46:51.920] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 7.709044999908656ms +Info 1179 [12:46:51.920] Different program with same set of files +Info 1180 [12:46:52.263] Format host information updated +Info 1181 [12:46:52.264] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1182 [12:46:52.269] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 5.830362000036985ms +Info 1183 [12:46:52.269] Different program with same set of files +Info 1184 [12:46:52.490] Format host information updated +Info 1185 [12:46:52.491] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1186 [12:46:52.499] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 7.88024100009352ms +Info 1187 [12:46:52.499] Different program with same set of files +Info 1188 [12:46:52.615] Format host information updated +Info 1189 [12:46:52.615] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1190 [12:46:52.622] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 6.842447000090033ms +Info 1191 [12:46:52.622] Different program with same set of files +Info 1192 [12:46:52.876] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1193 [12:46:52.883] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 6.951698000077158ms +Info 1194 [12:46:52.883] Different program with same set of files +Info 1195 [12:46:52.883] getCompletionData: Get current token: 0.006876000203192234 +Info 1196 [12:46:52.883] getCompletionData: Is inside comment: 0.0090230000205338 +Info 1197 [12:46:52.883] getCompletionData: Get previous token: 0.013003000058233738 +Info 1198 [12:46:52.884] getCompletionsAtPosition: isCompletionListBlocker: 0.0020539998076856136 +Info 1199 [12:46:52.884] getExportInfoMap: cache hit +Info 1200 [12:46:52.886] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 16 from cache +Info 1201 [12:46:52.886] collectAutoImports: response is complete +Info 1202 [12:46:52.886] collectAutoImports: 2.363679999951273 +Info 1203 [12:46:52.886] getCompletionData: Semantic work: 2.8767059999518096 +Info 1204 [12:46:52.887] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9986320002935827 +Info 1205 [12:46:52.891] Format host information updated +Info 1206 [12:46:52.996] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1207 [12:46:53.002] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 6.514560999814421ms +Info 1208 [12:46:53.002] Different program with same set of files +Info 1209 [12:46:53.003] getCompletionData: Get current token: 0.006646000314503908 +Info 1210 [12:46:53.003] getCompletionData: Is inside comment: 0.009027000050991774 +Info 1211 [12:46:53.003] getCompletionData: Get previous token: 0.012436999939382076 +Info 1212 [12:46:53.003] getCompletionsAtPosition: isCompletionListBlocker: 0.0017369999550282955 +Info 1213 [12:46:53.003] getExportInfoMap: cache hit +Info 1214 [12:46:53.005] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 9 from cache +Info 1215 [12:46:53.005] collectAutoImports: response is complete +Info 1216 [12:46:53.005] collectAutoImports: 1.6839969996362925 +Info 1217 [12:46:53.005] getCompletionData: Semantic work: 2.1546950000338256 +Info 1218 [12:46:53.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7967580002732575 +Info 1219 [12:46:53.006] Format host information updated +Info 1220 [12:46:53.084] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1221 [12:46:53.090] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 5.94839800009504ms +Info 1222 [12:46:53.090] Different program with same set of files +Info 1223 [12:46:53.090] getCompletionData: Get current token: 0.007041000295430422 +Info 1224 [12:46:53.090] getCompletionData: Is inside comment: 0.009434000123292208 +Info 1225 [12:46:53.090] getCompletionData: Get previous token: 0.012816000264137983 +Info 1226 [12:46:53.090] getCompletionsAtPosition: isCompletionListBlocker: 0.0018520001322031021 +Info 1227 [12:46:53.093] getExportInfoMap: cache hit +Info 1228 [12:46:53.094] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 9 from cache +Info 1229 [12:46:53.094] collectAutoImports: response is complete +Info 1230 [12:46:53.094] collectAutoImports: 1.6870180000551045 +Info 1231 [12:46:53.094] getCompletionData: Semantic work: 4.480878000147641 +Info 1232 [12:46:53.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8871679999865592 +Info 1233 [12:46:53.096] Format host information updated +Info 1234 [12:46:53.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1235 [12:46:53.178] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 6.103318999987096ms +Info 1236 [12:46:53.178] Different program with same set of files +Info 1237 [12:46:53.178] getCompletionData: Get current token: 0.012403000146150589 +Info 1238 [12:46:53.178] getCompletionData: Is inside comment: 0.015377999749034643 +Info 1239 [12:46:53.178] getCompletionData: Get previous token: 0.02310999995097518 +Info 1240 [12:46:53.178] getCompletionsAtPosition: isCompletionListBlocker: 0.002445999998599291 +Info 1241 [12:46:53.179] getExportInfoMap: cache hit +Info 1242 [12:46:53.181] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 9 from cache +Info 1243 [12:46:53.181] collectAutoImports: response is complete +Info 1244 [12:46:53.181] collectAutoImports: 2.0708610001020133 +Info 1245 [12:46:53.181] getCompletionData: Semantic work: 2.626683000009507 +Info 1246 [12:46:53.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8188379998318851 +Info 1247 [12:46:53.182] Format host information updated +Info 1248 [12:46:53.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1249 [12:46:53.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 9.508864000439644ms +Info 1250 [12:46:53.249] Different program with same set of files +Info 1251 [12:46:53.249] getCompletionData: Get current token: 0.006852000020444393 +Info 1252 [12:46:53.249] getCompletionData: Is inside comment: 0.00913699995726347 +Info 1253 [12:46:53.249] getCompletionData: Get previous token: 0.012515000067651272 +Info 1254 [12:46:53.249] getCompletionsAtPosition: isCompletionListBlocker: 0.002073999959975481 +Info 1255 [12:46:53.250] getExportInfoMap: cache hit +Info 1256 [12:46:53.251] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 9 from cache +Info 1257 [12:46:53.251] collectAutoImports: response is complete +Info 1258 [12:46:53.251] collectAutoImports: 1.6745500001125038 +Info 1259 [12:46:53.251] getCompletionData: Semantic work: 2.164979999884963 +Info 1260 [12:46:53.252] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8165200003422797 +Info 1261 [12:46:53.253] Format host information updated +Info 1262 [12:46:53.448] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1263 [12:46:53.457] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 9.627866999711841ms +Info 1264 [12:46:53.457] Different program with same set of files +Info 1265 [12:46:53.458] getCompletionData: Get current token: 0.011334000155329704 +Info 1266 [12:46:53.458] getCompletionData: Is inside comment: 0.014035999774932861 +Info 1267 [12:46:53.458] getCompletionData: Get previous token: 0.011950999964028597 +Info 1268 [12:46:53.458] getCompletionsAtPosition: isCompletionListBlocker: 0.002348999958485365 +Info 1269 [12:46:53.460] getCompletionData: Semantic work: 1.9033840000629425 +Info 1270 [12:46:53.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7768879998475313 +Info 1271 [12:46:53.461] Format host information updated +Info 1272 [12:46:53.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1273 [12:46:53.674] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 9.625496999826282ms +Info 1274 [12:46:53.674] Different program with same set of files +Info 1275 [12:46:53.674] getCompletionData: Get current token: 0.007135999854654074 +Info 1276 [12:46:53.674] getCompletionData: Is inside comment: 0.009569999761879444 +Info 1277 [12:46:53.674] getCompletionData: Get previous token: 0.015585999935865402 +Info 1278 [12:46:53.674] getCompletionsAtPosition: isCompletionListBlocker: 0.0018110000528395176 +Info 1279 [12:46:53.675] getCompletionData: Semantic work: 0.5801189998164773 +Info 1280 [12:46:53.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2044040001928806 +Info 1281 [12:46:53.676] Format host information updated +Info 1282 [12:46:53.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1283 [12:46:53.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 11.12429100042209ms +Info 1284 [12:46:53.737] Different program with same set of files +Info 1285 [12:46:53.738] getCompletionData: Get current token: 0.011762999929487705 +Info 1286 [12:46:53.738] getCompletionData: Is inside comment: 0.036878999788314104 +Info 1287 [12:46:53.738] getCompletionData: Get previous token: 0.02617499977350235 +Info 1288 [12:46:53.738] getCompletionsAtPosition: isCompletionListBlocker: 0.0026839999482035637 +Info 1289 [12:46:53.738] getCompletionData: Semantic work: 0.6806339998729527 +Info 1290 [12:46:53.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0677379998378456 +Info 1291 [12:46:53.740] Format host information updated +Info 1292 [12:46:53.898] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1293 [12:46:53.909] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 10.28900199988857ms +Info 1294 [12:46:53.909] Different program with same set of files +Info 1295 [12:46:53.909] getCompletionData: Get current token: 0.007387000136077404 +Info 1296 [12:46:53.909] getCompletionData: Is inside comment: 0.00924400007352233 +Info 1297 [12:46:53.909] getCompletionData: Get previous token: 0.014448000118136406 +Info 1298 [12:46:53.909] getCompletionsAtPosition: isCompletionListBlocker: 0.0020840000361204147 +Info 1299 [12:46:53.910] getCompletionData: Semantic work: 0.6665889997966588 +Info 1300 [12:46:53.911] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1542340000160038 +Info 1301 [12:46:53.911] Format host information updated +Info 1302 [12:46:53.969] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1303 [12:46:53.980] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 10.729906999971718ms +Info 1304 [12:46:53.980] Different program with same set of files +Info 1305 [12:46:53.980] getCompletionData: Get current token: 0.013387999963015318 +Info 1306 [12:46:53.980] getCompletionData: Is inside comment: 0.018668000120669603 +Info 1307 [12:46:53.980] getCompletionData: Get previous token: 0.027859999798238277 +Info 1308 [12:46:53.980] getCompletionsAtPosition: isCompletionListBlocker: 0.0031149997375905514 +Info 1309 [12:46:53.981] getCompletionData: Semantic work: 0.7184430002234876 +Info 1310 [12:46:53.982] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2179240002296865 +Info 1311 [12:46:53.982] Format host information updated +Info 1312 [12:46:54.116] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1313 [12:46:54.125] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 9.667665000073612ms +Info 1314 [12:46:54.125] Different program with same set of files +Info 1315 [12:46:54.126] getCompletionData: Get current token: 0.00685400003567338 +Info 1316 [12:46:54.126] getCompletionData: Is inside comment: 0.008841000031679869 +Info 1317 [12:46:54.126] getCompletionData: Get previous token: 0.013630000408738852 +Info 1318 [12:46:54.126] getCompletionsAtPosition: isCompletionListBlocker: 0.001964000053703785 +Info 1319 [12:46:54.126] getCompletionData: Semantic work: 0.42547000013291836 +Info 1320 [12:46:54.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7399039999581873 +Info 1321 [12:46:54.127] Format host information updated +Info 1322 [12:46:54.180] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1323 [12:46:54.192] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 12.032056000083685ms +Info 1324 [12:46:54.192] Different program with same set of files +Info 1325 [12:46:54.192] getCompletionData: Get current token: 0.01597200008109212 +Info 1326 [12:46:54.192] getCompletionData: Is inside comment: 0.023099999874830246 +Info 1327 [12:46:54.192] getCompletionData: Get previous token: 0.03460599994286895 +Info 1328 [12:46:54.192] getCompletionsAtPosition: isCompletionListBlocker: 0.0035180002450942993 +Info 1329 [12:46:54.193] getCompletionData: Semantic work: 0.9944779998622835 +Info 1330 [12:46:54.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.445447000209242 +Info 1331 [12:46:54.196] Format host information updated +Info 1332 [12:46:54.402] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1333 [12:46:54.411] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 9.238315000198781ms +Info 1334 [12:46:54.411] Different program with same set of files +Info 1335 [12:46:54.412] getCompletionData: Get current token: 0.012300000060349703 +Info 1336 [12:46:54.412] getCompletionData: Is inside comment: 0.012445000000298023 +Info 1337 [12:46:54.412] getCompletionData: Get previous token: 0.010046999901533127 +Info 1338 [12:46:54.412] getCompletionsAtPosition: isCompletionListBlocker: 0.0034370003268122673 +Info 1339 [12:46:54.412] getExportInfoMap: cache hit +Info 1340 [12:46:54.424] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1341 [12:46:54.424] collectAutoImports: response is complete +Info 1342 [12:46:54.424] collectAutoImports: 11.58043499989435 +Info 1343 [12:46:54.424] getCompletionData: Semantic work: 12.176854999735951 +Info 1344 [12:46:54.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.382271000184119 +Info 1345 [12:46:54.435] Format host information updated +Info 1346 [12:46:54.488] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1347 [12:46:54.498] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 9.523176999762654ms +Info 1348 [12:46:54.498] Different program with same set of files +Info 1349 [12:46:54.498] getCompletionData: Get current token: 0.007684000302106142 +Info 1350 [12:46:54.498] getCompletionData: Is inside comment: 0.017959999851882458 +Info 1351 [12:46:54.498] getCompletionData: Get previous token: 0.014307999983429909 +Info 1352 [12:46:54.498] getCompletionsAtPosition: isCompletionListBlocker: 0.01131199998781085 +Info 1353 [12:46:54.499] getExportInfoMap: cache hit +Info 1354 [12:46:54.516] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1355 [12:46:54.516] collectAutoImports: response is complete +Info 1356 [12:46:54.516] collectAutoImports: 16.64498099964112 +Info 1357 [12:46:54.516] getCompletionData: Semantic work: 17.517752999905497 +Info 1358 [12:46:54.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.264591000042856 +Info 1359 [12:46:54.527] Format host information updated +Info 1360 [12:46:54.806] getCompletionData: Get current token: 0.005646999925374985 +Info 1361 [12:46:54.806] getCompletionData: Is inside comment: 0.0017719999887049198 +Info 1362 [12:46:54.806] getCompletionData: Get previous token: 0.013697999995201826 +Info 1363 [12:46:54.806] getCompletionsAtPosition: isCompletionListBlocker: 0.004557999782264233 +Info 1364 [12:46:54.807] getExportInfoMap: cache hit +Info 1365 [12:46:54.815] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1366 [12:46:54.815] collectAutoImports: response is complete +Info 1367 [12:46:54.816] collectAutoImports: 8.766121000051498 +Info 1368 [12:46:54.816] getCompletionData: Semantic work: 9.444443000014871 +Info 1369 [12:46:54.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.653160999994725 +Info 1370 [12:46:55.995] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1371 [12:46:56.004] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 8.57744999974966ms +Info 1372 [12:46:56.004] Different program with same set of files +Info 1373 [12:46:56.004] getCompletionData: Get current token: 0.004212000407278538 +Info 1374 [12:46:56.004] getCompletionData: Is inside comment: 0.0013879998587071896 +Info 1375 [12:46:56.004] getCompletionData: Get previous token: 0.017568999901413918 +Info 1376 [12:46:56.004] getCompletionsAtPosition: isCompletionListBlocker: 0.0026279999874532223 +Info 1377 [12:46:56.004] getExportInfoMap: cache hit +Info 1378 [12:46:56.009] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 79 from cache +Info 1379 [12:46:56.009] collectAutoImports: response is complete +Info 1380 [12:46:56.009] collectAutoImports: 4.322905000299215 +Info 1381 [12:46:56.009] getCompletionData: Semantic work: 4.838310000021011 +Info 1382 [12:46:56.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.184679999947548 +Info 1383 [12:46:56.012] Format host information updated +Info 1384 [12:46:56.055] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1385 [12:46:56.062] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 7.03990999981761ms +Info 1386 [12:46:56.062] Different program with same set of files +Info 1387 [12:46:56.062] getCompletionData: Get current token: 0.008856999687850475 +Info 1388 [12:46:56.062] getCompletionData: Is inside comment: 0.0022929999977350235 +Info 1389 [12:46:56.062] getCompletionData: Get previous token: 0.03826399985700846 +Info 1390 [12:46:56.062] getCompletionsAtPosition: isCompletionListBlocker: 0.003794000018388033 +Info 1391 [12:46:56.063] getExportInfoMap: cache hit +Info 1392 [12:46:56.065] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 25 from cache +Info 1393 [12:46:56.065] collectAutoImports: response is complete +Info 1394 [12:46:56.065] collectAutoImports: 2.292392000090331 +Info 1395 [12:46:56.065] getCompletionData: Semantic work: 2.958333999849856 +Info 1396 [12:46:56.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2685859999619424 +Info 1397 [12:46:56.067] Format host information updated +Info 1398 [12:46:56.231] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1399 [12:46:56.239] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 8.481574999634176ms +Info 1400 [12:46:56.239] Different program with same set of files +Info 1401 [12:46:56.239] getCompletionData: Get current token: 0.005123000126332045 +Info 1402 [12:46:56.239] getCompletionData: Is inside comment: 0.0014690002426505089 +Info 1403 [12:46:56.239] getCompletionData: Get previous token: 0.020994000136852264 +Info 1404 [12:46:56.239] getCompletionsAtPosition: isCompletionListBlocker: 0.003074999898672104 +Info 1405 [12:46:56.240] getExportInfoMap: cache hit +Info 1406 [12:46:56.242] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 1407 [12:46:56.242] collectAutoImports: response is complete +Info 1408 [12:46:56.242] collectAutoImports: 1.8377509997226298 +Info 1409 [12:46:56.242] getCompletionData: Semantic work: 2.3933179997839034 +Info 1410 [12:46:56.244] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1119550000876188 +Info 1411 [12:46:56.244] Format host information updated +Info 1412 [12:46:56.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1413 [12:46:56.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 13.043243000283837ms +Info 1414 [12:46:56.309] Different program with same set of files +Info 1415 [12:46:56.310] getCompletionData: Get current token: 0.01241600001230836 +Info 1416 [12:46:56.310] getCompletionData: Is inside comment: 0.0035700001753866673 +Info 1417 [12:46:56.310] getCompletionData: Get previous token: 0.03866499988362193 +Info 1418 [12:46:56.310] getCompletionsAtPosition: isCompletionListBlocker: 0.01476799976080656 +Info 1419 [12:46:56.311] getExportInfoMap: cache hit +Info 1420 [12:46:56.334] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1421 [12:46:56.334] collectAutoImports: response is complete +Info 1422 [12:46:56.334] collectAutoImports: 22.93896699976176 +Info 1423 [12:46:56.334] getCompletionData: Semantic work: 24.03637900017202 +Info 1424 [12:46:56.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.188393000047654 +Info 1425 [12:46:56.344] Format host information updated +Info 1426 [12:46:56.422] Format host information updated +Info 1427 [12:46:56.423] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1428 [12:46:56.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 18.872938999906182ms +Info 1429 [12:46:56.442] Different program with same set of files +Info 1430 [12:46:56.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1431 [12:46:56.584] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 6.491907000076026ms +Info 1432 [12:46:56.584] Different program with same set of files +Info 1433 [12:46:56.585] getCompletionData: Get current token: 0.004947000183165073 +Info 1434 [12:46:56.585] getCompletionData: Is inside comment: 0.0014310004189610481 +Info 1435 [12:46:56.585] getCompletionData: Get previous token: 0.020823999773710966 +Info 1436 [12:46:56.585] getCompletionsAtPosition: isCompletionListBlocker: 0.004705000203102827 +Info 1437 [12:46:56.586] getExportInfoMap: cache hit +Info 1438 [12:46:56.591] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 220 from cache +Info 1439 [12:46:56.591] collectAutoImports: response is complete +Info 1440 [12:46:56.591] collectAutoImports: 5.492843999993056 +Info 1441 [12:46:56.591] getCompletionData: Semantic work: 6.361909000203013 +Info 1442 [12:46:56.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.803753999993205 +Info 1443 [12:46:56.595] Format host information updated +Info 1444 [12:46:56.690] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1445 [12:46:56.699] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 8.759793000295758ms +Info 1446 [12:46:56.699] Different program with same set of files +Info 1447 [12:46:56.699] getCompletionData: Get current token: 0.004980999976396561 +Info 1448 [12:46:56.699] getCompletionData: Is inside comment: 0.001354999840259552 +Info 1449 [12:46:56.699] getCompletionData: Get previous token: 0.020451999735087156 +Info 1450 [12:46:56.699] getCompletionsAtPosition: isCompletionListBlocker: 0.004182999953627586 +Info 1451 [12:46:56.699] getExportInfoMap: cache hit +Info 1452 [12:46:56.702] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 53 from cache +Info 1453 [12:46:56.702] collectAutoImports: response is complete +Info 1454 [12:46:56.702] collectAutoImports: 2.786036000121385 +Info 1455 [12:46:56.702] getCompletionData: Semantic work: 3.403324000071734 +Info 1456 [12:46:56.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0483049997128546 +Info 1457 [12:46:56.705] Format host information updated +Info 1458 [12:46:56.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1459 [12:46:56.793] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.012053000275046ms +Info 1460 [12:46:56.793] Different program with same set of files +Info 1461 [12:46:56.793] getCompletionData: Get current token: 0.007143999915570021 +Info 1462 [12:46:56.793] getCompletionData: Is inside comment: 0.002090000081807375 +Info 1463 [12:46:56.793] getCompletionData: Get previous token: 0.020837999880313873 +Info 1464 [12:46:56.793] getCompletionsAtPosition: isCompletionListBlocker: 0.003192999865859747 +Info 1465 [12:46:56.794] getExportInfoMap: cache hit +Info 1466 [12:46:56.796] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 47 from cache +Info 1467 [12:46:56.796] collectAutoImports: response is complete +Info 1468 [12:46:56.796] collectAutoImports: 2.4989910000003874 +Info 1469 [12:46:56.796] getCompletionData: Semantic work: 3.0461490000598133 +Info 1470 [12:46:56.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.022781000006944 +Info 1471 [12:46:56.800] Format host information updated +Info 1472 [12:47:05.891] Format host information updated +Info 1473 [12:47:05.891] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1474 [12:47:05.899] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 7.592215999960899ms +Info 1475 [12:47:05.899] Different program with same set of files +Info 1476 [12:47:06.014] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1477 [12:47:06.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 6.80587700009346ms +Info 1478 [12:47:06.021] Different program with same set of files +Info 1479 [12:47:06.021] getCompletionData: Get current token: 0.004104000050574541 +Info 1480 [12:47:06.021] getCompletionData: Is inside comment: 0.009092000313103199 +Info 1481 [12:47:06.021] getCompletionData: Get previous token: 0.013181000016629696 +Info 1482 [12:47:06.021] getCompletionsAtPosition: isCompletionListBlocker: 0.006810000166296959 +Info 1483 [12:47:06.021] getExportInfoMap: cache hit +Info 1484 [12:47:06.027] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 71 from cache +Info 1485 [12:47:06.027] collectAutoImports: response is complete +Info 1486 [12:47:06.027] collectAutoImports: 5.686462000012398 +Info 1487 [12:47:06.027] getCompletionData: Semantic work: 6.22044700011611 +Info 1488 [12:47:06.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1320989998057485 +Info 1489 [12:47:06.029] Format host information updated +Info 1490 [12:47:06.091] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1491 [12:47:06.107] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 15.389862000010908ms +Info 1492 [12:47:06.107] Different program with same set of files +Info 1493 [12:47:06.107] getCompletionData: Get current token: 0.011231000069528818 +Info 1494 [12:47:06.107] getCompletionData: Is inside comment: 0.026492999866604805 +Info 1495 [12:47:06.107] getCompletionData: Get previous token: 0.04021400026977062 +Info 1496 [12:47:06.107] getCompletionsAtPosition: isCompletionListBlocker: 0.014624999836087227 +Info 1497 [12:47:06.108] getExportInfoMap: cache hit +Info 1498 [12:47:06.117] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 67 from cache +Info 1499 [12:47:06.117] collectAutoImports: response is complete +Info 1500 [12:47:06.117] collectAutoImports: 8.917115000076592 +Info 1501 [12:47:06.117] getCompletionData: Semantic work: 10.270159999839962 +Info 1502 [12:47:06.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9294289997778833 +Info 1503 [12:47:06.122] Format host information updated +Info 1504 [12:47:06.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1505 [12:47:06.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 12.3938939999789ms +Info 1506 [12:47:06.170] Different program with same set of files +Info 1507 [12:47:06.170] getCompletionData: Get current token: 0.009643000084906816 +Info 1508 [12:47:06.170] getCompletionData: Is inside comment: 0.024577000178396702 +Info 1509 [12:47:06.170] getCompletionData: Get previous token: 0.02367000002413988 +Info 1510 [12:47:06.170] getCompletionsAtPosition: isCompletionListBlocker: 0.010260000359266996 +Info 1511 [12:47:06.171] getExportInfoMap: cache hit +Info 1512 [12:47:06.175] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 48 from cache +Info 1513 [12:47:06.175] collectAutoImports: response is complete +Info 1514 [12:47:06.175] collectAutoImports: 4.154149999842048 +Info 1515 [12:47:06.175] getCompletionData: Semantic work: 4.978291000239551 +Info 1516 [12:47:06.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.783169999718666 +Info 1517 [12:47:06.178] Format host information updated +Info 1518 [12:47:06.261] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1519 [12:47:06.268] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 7.223351000342518ms +Info 1520 [12:47:06.268] Different program with same set of files +Info 1521 [12:47:06.269] getCompletionData: Get current token: 0.0052070003002882 +Info 1522 [12:47:06.269] getCompletionData: Is inside comment: 0.01206800015643239 +Info 1523 [12:47:06.269] getCompletionData: Get previous token: 0.01770400023087859 +Info 1524 [12:47:06.269] getCompletionsAtPosition: isCompletionListBlocker: 0.008084000088274479 +Info 1525 [12:47:06.269] getExportInfoMap: cache hit +Info 1526 [12:47:06.271] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 4 from cache +Info 1527 [12:47:06.271] collectAutoImports: response is complete +Info 1528 [12:47:06.271] collectAutoImports: 1.7894879998639226 +Info 1529 [12:47:06.271] getCompletionData: Semantic work: 2.4424020000733435 +Info 1530 [12:47:06.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1557800001464784 +Info 1531 [12:47:06.276] Format host information updated +Info 1532 [12:47:06.327] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1533 [12:47:06.339] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 11.822736999951303ms +Info 1534 [12:47:06.339] Different program with same set of files +Info 1535 [12:47:06.340] getCompletionData: Get current token: 0.008861999958753586 +Info 1536 [12:47:06.340] getCompletionData: Is inside comment: 0.021341000217944384 +Info 1537 [12:47:06.340] getCompletionData: Get previous token: 0.02968199970200658 +Info 1538 [12:47:06.340] getCompletionsAtPosition: isCompletionListBlocker: 0.011743000242859125 +Info 1539 [12:47:06.341] getExportInfoMap: cache hit +Info 1540 [12:47:06.344] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 1541 [12:47:06.344] collectAutoImports: response is complete +Info 1542 [12:47:06.344] collectAutoImports: 3.0162049997597933 +Info 1543 [12:47:06.344] getCompletionData: Semantic work: 4.086774999741465 +Info 1544 [12:47:06.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.914734000340104 +Info 1545 [12:47:06.347] Format host information updated +Info 1546 [12:47:06.485] Format host information updated +Info 1547 [12:47:06.485] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1548 [12:47:06.491] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 6.020196999888867ms +Info 1549 [12:47:06.491] Different program with same set of files +Info 1550 [12:47:06.984] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1551 [12:47:06.991] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 6.4919219999574125ms +Info 1552 [12:47:06.991] Different program with same set of files +Info 1553 [12:47:06.991] getCompletionData: Get current token: 0.004508999641984701 +Info 1554 [12:47:06.991] getCompletionData: Is inside comment: 0.010850000195205212 +Info 1555 [12:47:06.991] getCompletionData: Get previous token: 0.016044999938458204 +Info 1556 [12:47:06.991] getCompletionsAtPosition: isCompletionListBlocker: 0.007715999614447355 +Info 1557 [12:47:06.992] getExportInfoMap: cache hit +Info 1558 [12:47:06.995] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 79 from cache +Info 1559 [12:47:06.995] collectAutoImports: response is complete +Info 1560 [12:47:06.995] collectAutoImports: 3.373124999925494 +Info 1561 [12:47:06.995] getCompletionData: Semantic work: 3.937925999984145 +Info 1562 [12:47:06.997] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2904030000790954 +Info 1563 [12:47:06.997] Format host information updated +Info 1564 [12:47:07.140] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1565 [12:47:07.149] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 9.109929999802262ms +Info 1566 [12:47:07.149] Different program with same set of files +Info 1567 [12:47:07.150] getCompletionData: Get current token: 0.003959000110626221 +Info 1568 [12:47:07.150] getCompletionData: Is inside comment: 0.009790999814867973 +Info 1569 [12:47:07.150] getCompletionData: Get previous token: 0.013929999899119139 +Info 1570 [12:47:07.150] getCompletionsAtPosition: isCompletionListBlocker: 0.007293000351637602 +Info 1571 [12:47:07.150] getExportInfoMap: cache hit +Info 1572 [12:47:07.152] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 25 from cache +Info 1573 [12:47:07.152] collectAutoImports: response is complete +Info 1574 [12:47:07.152] collectAutoImports: 1.9610979999415576 +Info 1575 [12:47:07.152] getCompletionData: Semantic work: 2.5194580000825226 +Info 1576 [12:47:07.154] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.062857000157237 +Info 1577 [12:47:07.154] Format host information updated +Info 1578 [12:47:07.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1579 [12:47:07.308] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 6.1839310000650585ms +Info 1580 [12:47:07.308] Different program with same set of files +Info 1581 [12:47:07.308] getCompletionData: Get current token: 0.004134000279009342 +Info 1582 [12:47:07.308] getCompletionData: Is inside comment: 0.009566999971866608 +Info 1583 [12:47:07.308] getCompletionData: Get previous token: 0.014065000228583813 +Info 1584 [12:47:07.308] getCompletionsAtPosition: isCompletionListBlocker: 0.006874000187963247 +Info 1585 [12:47:07.309] getExportInfoMap: cache hit +Info 1586 [12:47:07.310] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 1587 [12:47:07.310] collectAutoImports: response is complete +Info 1588 [12:47:07.310] collectAutoImports: 1.8373350002802908 +Info 1589 [12:47:07.310] getCompletionData: Semantic work: 2.3628770001232624 +Info 1590 [12:47:07.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0111110000871122 +Info 1591 [12:47:07.312] Format host information updated +Info 1592 [12:47:08.725] Format host information updated +Info 1593 [12:47:08.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1594 [12:47:08.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 7.538571999873966ms +Info 1595 [12:47:08.733] Different program with same set of files +Info 1596 [12:47:08.954] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1597 [12:47:08.961] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 6.341781999915838ms +Info 1598 [12:47:08.961] Different program with same set of files +Info 1599 [12:47:08.961] getCompletionData: Get current token: 0.0023490004241466522 +Info 1600 [12:47:08.961] getCompletionData: Is inside comment: 0.0068270000629127026 +Info 1601 [12:47:08.961] getCompletionData: Get previous token: 0.004978999961167574 +Info 1602 [12:47:08.961] getCompletionsAtPosition: isCompletionListBlocker: 0.007172999903559685 +Info 1603 [12:47:08.962] getExportInfoMap: cache hit +Info 1604 [12:47:08.974] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1605 [12:47:08.974] collectAutoImports: response is complete +Info 1606 [12:47:08.974] collectAutoImports: 12.15527500025928 +Info 1607 [12:47:08.974] getCompletionData: Semantic work: 12.658465000335127 +Info 1608 [12:47:08.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.854682999663055 +Info 1609 [12:47:08.981] Format host information updated +Info 1610 [12:47:09.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1611 [12:47:09.253] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 8.364469999913126ms +Info 1612 [12:47:09.253] Different program with same set of files +Info 1613 [12:47:09.254] getCompletionData: Get current token: 0.0032330001704394817 +Info 1614 [12:47:09.254] getCompletionData: Is inside comment: 0.009219999890774488 +Info 1615 [12:47:09.254] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1616 [12:47:09.254] Format host information updated +Info 1617 [12:47:09.442] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1618 [12:47:09.449] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 7.678007000125945ms +Info 1619 [12:47:09.449] Different program with same set of files +Info 1620 [12:47:09.450] getCompletionData: Get current token: 0.0022950000129640102 +Info 1621 [12:47:09.450] getCompletionData: Is inside comment: 0.007954000029712915 +Info 1622 [12:47:09.450] Format host information updated +Info 1623 [12:47:09.563] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1624 [12:47:09.585] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 22.350587000139058ms +Info 1625 [12:47:09.585] Different program with same set of files +Info 1626 [12:47:09.586] getCompletionData: Get current token: 0.002087999600917101 +Info 1627 [12:47:09.586] getCompletionData: Is inside comment: 0.0072029996663331985 +Info 1628 [12:47:09.586] Format host information updated +Info 1629 [12:47:09.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1630 [12:47:09.872] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 30.412415999919176ms +Info 1631 [12:47:09.873] Different program with same set of files +Info 1632 [12:47:09.873] getCompletionData: Get current token: 0.00546799972653389 +Info 1633 [12:47:09.873] getCompletionData: Is inside comment: 0.019400999881327152 +Info 1634 [12:47:09.873] getCompletionData: Get previous token: 0.012337999884039164 +Info 1635 [12:47:09.873] getCompletionsAtPosition: isCompletionListBlocker: 0.028389000333845615 +Info 1636 [12:47:09.875] getExportInfoMap: cache hit +Info 1637 [12:47:09.905] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 869 from cache +Info 1638 [12:47:09.905] collectAutoImports: response is complete +Info 1639 [12:47:09.905] collectAutoImports: 29.53547800006345 +Info 1640 [12:47:09.905] getCompletionData: Semantic work: 31.636334999930114 +Info 1641 [12:47:09.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.675648000091314 +Info 1642 [12:47:09.912] Format host information updated +Info 1643 [12:47:09.962] Format host information updated +Info 1644 [12:47:10.286] getCompletionData: Get current token: 0.0016210000030696392 +Info 1645 [12:47:10.286] getCompletionData: Is inside comment: 0.007699999958276749 +Info 1646 [12:47:10.379] Format host information updated +Info 1647 [12:47:10.379] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1648 [12:47:10.389] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 9.906320000067353ms +Info 1649 [12:47:10.389] Different program with same set of files +Info 1650 [12:47:10.481] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1651 [12:47:10.492] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 10.152463000267744ms +Info 1652 [12:47:10.492] Different program with same set of files +Info 1653 [12:47:10.492] getCompletionData: Get current token: 0.0018939999863505363 +Info 1654 [12:47:10.492] getCompletionData: Is inside comment: 0.006997000426054001 +Info 1655 [12:47:10.492] Format host information updated +Info 1656 [12:47:10.676] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1657 [12:47:10.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 8.741582000162452ms +Info 1658 [12:47:10.685] Different program with same set of files +Info 1659 [12:47:10.685] getCompletionData: Get current token: 0.002586000133305788 +Info 1660 [12:47:10.685] getCompletionData: Is inside comment: 0.009323999751359224 +Info 1661 [12:47:10.685] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1662 [12:47:10.686] Format host information updated +Info 1663 [12:47:10.830] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1664 [12:47:10.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 8.70056000025943ms +Info 1665 [12:47:10.839] Different program with same set of files +Info 1666 [12:47:10.839] getCompletionData: Get current token: 0.0020389999262988567 +Info 1667 [12:47:10.839] getCompletionData: Is inside comment: 0.00836100010201335 +Info 1668 [12:47:10.839] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1669 [12:47:10.840] Format host information updated +Info 1670 [12:47:10.896] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1671 [12:47:10.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 15.517777000088245ms +Info 1672 [12:47:10.911] Different program with same set of files +Info 1673 [12:47:10.912] getCompletionData: Get current token: 0.0058280001394450665 +Info 1674 [12:47:10.912] getCompletionData: Is inside comment: 0.02162199979647994 +Info 1675 [12:47:10.912] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1676 [12:47:10.912] Format host information updated +Info 1677 [12:47:11.068] Format host information updated +Info 1678 [12:47:11.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1679 [12:47:11.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 23.949188000056893ms +Info 1680 [12:47:11.093] Different program with same set of files +Info 1681 [12:47:11.122] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1682 [12:47:11.142] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 19.35064999992028ms +Info 1683 [12:47:11.142] Different program with same set of files +Info 1684 [12:47:11.142] getCompletionData: Get current token: 0.003192999865859747 +Info 1685 [12:47:11.142] getCompletionData: Is inside comment: 0.014358000364154577 +Info 1686 [12:47:11.142] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1687 [12:47:11.142] Format host information updated +Info 1688 [12:47:11.336] Format host information updated +Info 1689 [12:47:11.337] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1690 [12:47:11.360] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 23.55450899992138ms +Info 1691 [12:47:11.360] Different program with same set of files +Info 1692 [12:47:11.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1693 [12:47:11.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 7.789294000249356ms +Info 1694 [12:47:11.412] Different program with same set of files +Info 1695 [12:47:11.412] getCompletionData: Get current token: 0.0026050000451505184 +Info 1696 [12:47:11.412] getCompletionData: Is inside comment: 0.010360999964177608 +Info 1697 [12:47:11.412] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1698 [12:47:11.412] Format host information updated +Info 1699 [12:47:11.473] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1700 [12:47:11.499] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 26.384606000036ms +Info 1701 [12:47:11.499] Different program with same set of files +Info 1702 [12:47:11.500] getCompletionData: Get current token: 0.006955999881029129 +Info 1703 [12:47:11.500] getCompletionData: Is inside comment: 0.02600499987602234 +Info 1704 [12:47:11.500] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1705 [12:47:11.500] Format host information updated +Info 1706 [12:47:11.537] Format host information updated +Info 1707 [12:47:11.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1708 [12:47:11.549] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 11.169779000338167ms +Info 1709 [12:47:11.549] Different program with same set of files +Info 1710 [12:47:11.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1711 [12:47:11.696] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 34.83288699993864ms +Info 1712 [12:47:11.696] Different program with same set of files +Info 1713 [12:47:11.696] getCompletionData: Get current token: 0.006864000111818314 +Info 1714 [12:47:11.696] getCompletionData: Is inside comment: 0.023472999688237906 +Info 1715 [12:47:11.696] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1716 [12:47:11.697] Format host information updated +Info 1717 [12:47:11.723] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1718 [12:47:11.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 8.629420999903232ms +Info 1719 [12:47:11.732] Different program with same set of files +Info 1720 [12:47:11.732] getCompletionData: Get current token: 0.00306499982252717 +Info 1721 [12:47:11.732] getCompletionData: Is inside comment: 0.012793999630957842 +Info 1722 [12:47:11.732] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1723 [12:47:11.732] Format host information updated +Info 1724 [12:47:11.841] Format host information updated +Info 1725 [12:47:11.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1726 [12:47:11.867] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 25.213340000249445ms +Info 1727 [12:47:11.868] Different program with same set of files +Info 1728 [12:47:12.309] getCompletionData: Get current token: 0.015130000188946724 +Info 1729 [12:47:12.310] getCompletionData: Is inside comment: 0.04956700000911951 +Info 1730 [12:47:12.310] getCompletionData: Get previous token: 0.04700899962335825 +Info 1731 [12:47:12.310] getCompletionsAtPosition: isCompletionListBlocker: 0.007096000015735626 +Info 1732 [12:47:12.313] getExportInfoMap: cache hit +Info 1733 [12:47:12.337] collectAutoImports: resolved 1 module specifiers, plus 175 ambient and 1054 from cache +Info 1734 [12:47:12.337] collectAutoImports: response is complete +Info 1735 [12:47:12.337] collectAutoImports: 24.205535999964923 +Info 1736 [12:47:12.337] getCompletionData: Semantic work: 26.750705999787897 +Info 1737 [12:47:12.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.600175000261515 +Info 1738 [12:47:12.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1739 [12:47:12.544] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 27.290821000002325ms +Info 1740 [12:47:12.544] Different program with same set of files +Info 1741 [12:47:12.545] getCompletionData: Get current token: 0.014136000070720911 +Info 1742 [12:47:12.545] getCompletionData: Is inside comment: 0.049596999771893024 +Info 1743 [12:47:12.545] getCompletionData: Get previous token: 0.12318299990147352 +Info 1744 [12:47:12.545] getCompletionsAtPosition: isCompletionListBlocker: 0.006769000086933374 +Info 1745 [12:47:12.547] getExportInfoMap: cache hit +Info 1746 [12:47:12.556] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 1747 [12:47:12.556] collectAutoImports: response is complete +Info 1748 [12:47:12.556] collectAutoImports: 8.769664999563247 +Info 1749 [12:47:12.556] getCompletionData: Semantic work: 10.844278999604285 +Info 1750 [12:47:12.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.430527000222355 +Info 1751 [12:47:12.564] Format host information updated +Info 1752 [12:47:12.580] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1753 [12:47:12.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 6.842435999773443ms +Info 1754 [12:47:12.587] Different program with same set of files +Info 1755 [12:47:12.587] getCompletionData: Get current token: 0.0035069999285042286 +Info 1756 [12:47:12.587] getCompletionData: Is inside comment: 0.011278999969363213 +Info 1757 [12:47:12.587] getCompletionData: Get previous token: 0.029291000217199326 +Info 1758 [12:47:12.587] getCompletionsAtPosition: isCompletionListBlocker: 0.0018609999679028988 +Info 1759 [12:47:12.589] getExportInfoMap: cache hit +Info 1760 [12:47:12.592] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 1761 [12:47:12.592] collectAutoImports: response is complete +Info 1762 [12:47:12.592] collectAutoImports: 2.444476000033319 +Info 1763 [12:47:12.592] getCompletionData: Semantic work: 4.426802999805659 +Info 1764 [12:47:12.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9808340002782643 +Info 1765 [12:47:12.594] Format host information updated +Info 1766 [12:47:12.769] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1767 [12:47:12.776] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 6.734016000293195ms +Info 1768 [12:47:12.776] Different program with same set of files +Info 1769 [12:47:12.776] getCompletionData: Get current token: 0.0032489998266100883 +Info 1770 [12:47:12.776] getCompletionData: Is inside comment: 0.010828000027686357 +Info 1771 [12:47:12.776] getCompletionData: Get previous token: 0.013777999673038721 +Info 1772 [12:47:12.776] getCompletionsAtPosition: isCompletionListBlocker: 0.0025030001997947693 +Info 1773 [12:47:12.777] getExportInfoMap: cache hit +Info 1774 [12:47:12.779] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 1775 [12:47:12.779] collectAutoImports: response is complete +Info 1776 [12:47:12.779] collectAutoImports: 1.8834569999016821 +Info 1777 [12:47:12.779] getCompletionData: Semantic work: 2.4673750000074506 +Info 1778 [12:47:12.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2626840001903474 +Info 1779 [12:47:12.782] Format host information updated +Info 1780 [12:47:12.927] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1781 [12:47:12.934] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 6.480657999869436ms +Info 1782 [12:47:12.934] Different program with same set of files +Info 1783 [12:47:12.934] getCompletionData: Get current token: 0.0031850002706050873 +Info 1784 [12:47:12.934] getCompletionData: Is inside comment: 0.010099000297486782 +Info 1785 [12:47:12.934] getCompletionData: Get previous token: 0.012265000026673079 +Info 1786 [12:47:12.934] getCompletionsAtPosition: isCompletionListBlocker: 0.0021210000850260258 +Info 1787 [12:47:12.934] getExportInfoMap: cache hit +Info 1788 [12:47:12.936] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1789 [12:47:12.936] collectAutoImports: response is complete +Info 1790 [12:47:12.936] collectAutoImports: 1.6758079999126494 +Info 1791 [12:47:12.936] getCompletionData: Semantic work: 2.1820729998871684 +Info 1792 [12:47:12.938] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8331249998882413 +Info 1793 [12:47:12.939] Format host information updated +Info 1794 [12:47:13.143] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1795 [12:47:13.150] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.802869000006467ms +Info 1796 [12:47:13.150] Different program with same set of files +Info 1797 [12:47:13.150] getCompletionData: Get current token: 0.0028829998336732388 +Info 1798 [12:47:13.150] getCompletionData: Is inside comment: 0.009371999651193619 +Info 1799 [12:47:13.150] getCompletionData: Get previous token: 0.01222699973732233 +Info 1800 [12:47:13.150] getCompletionsAtPosition: isCompletionListBlocker: 0.002077000215649605 +Info 1801 [12:47:13.151] getExportInfoMap: cache hit +Info 1802 [12:47:13.154] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 1803 [12:47:13.154] collectAutoImports: response is complete +Info 1804 [12:47:13.154] collectAutoImports: 3.44049399998039 +Info 1805 [12:47:13.154] getCompletionData: Semantic work: 3.945807999931276 +Info 1806 [12:47:13.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.821163000073284 +Info 1807 [12:47:13.157] Format host information updated +Info 1808 [12:47:13.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1809 [12:47:13.286] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 6.817183999810368ms +Info 1810 [12:47:13.286] Different program with same set of files +Info 1811 [12:47:13.286] getCompletionData: Get current token: 0.003299000207334757 +Info 1812 [12:47:13.286] getCompletionData: Is inside comment: 0.010149000212550163 +Info 1813 [12:47:13.286] getCompletionData: Get previous token: 0.027594000101089478 +Info 1814 [12:47:13.287] getCompletionsAtPosition: isCompletionListBlocker: 0.002067999914288521 +Info 1815 [12:47:13.287] getExportInfoMap: cache hit +Info 1816 [12:47:13.289] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 6 from cache +Info 1817 [12:47:13.289] collectAutoImports: response is complete +Info 1818 [12:47:13.289] collectAutoImports: 1.9297670000232756 +Info 1819 [12:47:13.289] getCompletionData: Semantic work: 2.4816800002008677 +Info 1820 [12:47:13.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7974729998968542 +Info 1821 [12:47:13.292] Format host information updated +Info 1822 [12:47:13.503] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1823 [12:47:13.512] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 8.977283000014722ms +Info 1824 [12:47:13.512] Different program with same set of files +Info 1825 [12:47:13.512] getCompletionData: Get current token: 0.002867999952286482 +Info 1826 [12:47:13.512] getCompletionData: Is inside comment: 0.009361000265926123 +Info 1827 [12:47:13.512] getCompletionData: Get previous token: 0.011520999949425459 +Info 1828 [12:47:13.512] getCompletionsAtPosition: isCompletionListBlocker: 0.0018520001322031021 +Info 1829 [12:47:13.513] getExportInfoMap: cache hit +Info 1830 [12:47:13.515] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 1831 [12:47:13.515] collectAutoImports: response is complete +Info 1832 [12:47:13.515] collectAutoImports: 2.472972000017762 +Info 1833 [12:47:13.515] getCompletionData: Semantic work: 2.9734679996035993 +Info 1834 [12:47:13.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8807039996609092 +Info 1835 [12:47:13.518] Format host information updated +Info 1836 [12:47:13.654] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1837 [12:47:13.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 6.857257000170648ms +Info 1838 [12:47:13.661] Different program with same set of files +Info 1839 [12:47:13.662] getCompletionData: Get current token: 0.003082999959588051 +Info 1840 [12:47:13.662] getCompletionData: Is inside comment: 0.009178999811410904 +Info 1841 [12:47:13.662] getCompletionData: Get previous token: 0.011921999976038933 +Info 1842 [12:47:13.662] getCompletionsAtPosition: isCompletionListBlocker: 0.0019010002724826336 +Info 1843 [12:47:13.662] getExportInfoMap: cache hit +Info 1844 [12:47:13.665] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 1845 [12:47:13.665] collectAutoImports: response is complete +Info 1846 [12:47:13.665] collectAutoImports: 3.063132000155747 +Info 1847 [12:47:13.665] getCompletionData: Semantic work: 3.534965999890119 +Info 1848 [12:47:13.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.510522000025958 +Info 1849 [12:47:13.671] Format host information updated +Info 1850 [12:47:14.063] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1851 [12:47:14.072] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 9.366290000267327ms +Info 1852 [12:47:14.072] Different program with same set of files +Info 1853 [12:47:14.073] getCompletionData: Get current token: 0.002893999684602022 +Info 1854 [12:47:14.073] getCompletionData: Is inside comment: 0.009464999660849571 +Info 1855 [12:47:14.073] getCompletionData: Get previous token: 0.007319000083953142 +Info 1856 [12:47:14.073] getCompletionsAtPosition: isCompletionListBlocker: 0.0018799998797476292 +Info 1857 [12:47:14.073] getExportInfoMap: cache hit +Info 1858 [12:47:14.085] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 1859 [12:47:14.085] collectAutoImports: response is complete +Info 1860 [12:47:14.085] collectAutoImports: 12.313643999863416 +Info 1861 [12:47:14.086] getCompletionData: Semantic work: 12.831511999946088 +Info 1862 [12:47:14.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.628341000061482 +Info 1863 [12:47:14.094] Format host information updated +Info 1864 [12:47:14.263] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1865 [12:47:14.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 6.846051000058651ms +Info 1866 [12:47:14.270] Different program with same set of files +Info 1867 [12:47:14.270] getCompletionData: Get current token: 0.003541999962180853 +Info 1868 [12:47:14.270] getCompletionData: Is inside comment: 0.011748999822884798 +Info 1869 [12:47:14.270] getCompletionData: Get previous token: 0.008417000062763691 +Info 1870 [12:47:14.270] getCompletionsAtPosition: isCompletionListBlocker: 0.00877000018954277 +Info 1871 [12:47:14.270] getExportInfoMap: cache hit +Info 1872 [12:47:14.284] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 1873 [12:47:14.284] collectAutoImports: response is complete +Info 1874 [12:47:14.284] collectAutoImports: 13.414745999965817 +Info 1875 [12:47:14.284] getCompletionData: Semantic work: 13.91995899984613 +Info 1876 [12:47:14.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.414102999959141 +Info 1877 [12:47:14.293] Format host information updated +Info 1878 [12:47:14.324] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1879 [12:47:14.331] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 7.153411000035703ms +Info 1880 [12:47:14.331] Different program with same set of files +Info 1881 [12:47:14.331] getCompletionData: Get current token: 0.0029680002480745316 +Info 1882 [12:47:14.331] getCompletionData: Is inside comment: 0.009806999936699867 +Info 1883 [12:47:14.331] getCompletionData: Get previous token: 0.006657000165432692 +Info 1884 [12:47:14.331] getCompletionsAtPosition: isCompletionListBlocker: 0.0070420000702142715 +Info 1885 [12:47:14.332] getExportInfoMap: cache hit +Info 1886 [12:47:14.343] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 1887 [12:47:14.343] collectAutoImports: response is complete +Info 1888 [12:47:14.343] collectAutoImports: 11.567652999889106 +Info 1889 [12:47:14.343] getCompletionData: Semantic work: 12.026808999944478 +Info 1890 [12:47:14.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.444033000152558 +Info 1891 [12:47:14.352] Format host information updated +Info 1892 [12:47:14.663] getCompletionData: Get current token: 0.016084000002592802 +Info 1893 [12:47:14.663] getCompletionData: Is inside comment: 0.04754599975422025 +Info 1894 [12:47:14.663] getCompletionData: Get previous token: 0.034961999859660864 +Info 1895 [12:47:14.663] getCompletionsAtPosition: isCompletionListBlocker: 0.007759000174701214 +Info 1896 [12:47:14.663] Returning an empty list because completion was requested in an invalid position. +Info 1897 [12:47:15.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1898 [12:47:15.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 8.726472000125796ms +Info 1899 [12:47:15.926] Different program with same set of files +Info 1900 [12:47:15.927] getCompletionData: Get current token: 0.003043999895453453 +Info 1901 [12:47:15.927] getCompletionData: Is inside comment: 0.009410999715328217 +Info 1902 [12:47:15.927] getCompletionData: Get previous token: 0.03668099967762828 +Info 1903 [12:47:15.927] getCompletionsAtPosition: isCompletionListBlocker: 0.002479999791830778 +Info 1904 [12:47:15.927] getExportInfoMap: cache hit +Info 1905 [12:47:15.929] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1906 [12:47:15.929] collectAutoImports: response is complete +Info 1907 [12:47:15.929] collectAutoImports: 1.5282290000468493 +Info 1908 [12:47:15.929] getCompletionData: Semantic work: 1.960020000115037 +Info 1909 [12:47:15.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8685079999268055 +Info 1910 [12:47:15.932] Format host information updated +Info 1911 [12:47:16.163] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1912 [12:47:16.170] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 6.658884999807924ms +Info 1913 [12:47:16.170] Different program with same set of files +Info 1914 [12:47:16.170] getCompletionData: Get current token: 0.003831000067293644 +Info 1915 [12:47:16.170] getCompletionData: Is inside comment: 0.013590000104159117 +Info 1916 [12:47:16.170] getCompletionData: Get previous token: 0.010089999996125698 +Info 1917 [12:47:16.170] getCompletionsAtPosition: isCompletionListBlocker: 0.002001000102609396 +Info 1918 [12:47:16.170] getExportInfoMap: cache hit +Info 1919 [12:47:16.183] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 1920 [12:47:16.183] collectAutoImports: response is complete +Info 1921 [12:47:16.183] collectAutoImports: 12.829491999931633 +Info 1922 [12:47:16.183] getCompletionData: Semantic work: 13.320459999609739 +Info 1923 [12:47:16.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.134224999696016 +Info 1924 [12:47:16.192] Format host information updated +Info 1925 [12:47:16.280] Format host information updated +Info 1926 [12:47:16.280] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1927 [12:47:16.289] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 9.133160999976099ms +Info 1928 [12:47:16.289] Different program with same set of files +Info 1929 [12:47:16.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1930 [12:47:16.484] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 6.291400999762118ms +Info 1931 [12:47:16.484] Different program with same set of files +Info 1932 [12:47:16.485] getCompletionData: Get current token: 0.003405999857932329 +Info 1933 [12:47:16.485] getCompletionData: Is inside comment: 0.011184999719262123 +Info 1934 [12:47:16.485] getCompletionData: Get previous token: 0.01567400014027953 +Info 1935 [12:47:16.485] getCompletionsAtPosition: isCompletionListBlocker: 0.002572000026702881 +Info 1936 [12:47:16.485] getExportInfoMap: cache hit +Info 1937 [12:47:16.488] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 1938 [12:47:16.488] collectAutoImports: response is complete +Info 1939 [12:47:16.488] collectAutoImports: 3.017569000367075 +Info 1940 [12:47:16.488] getCompletionData: Semantic work: 3.4846260002814233 +Info 1941 [12:47:16.490] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3096640002913773 +Info 1942 [12:47:16.492] Format host information updated +Info 1943 [12:47:16.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1944 [12:47:16.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 25.4861189997755ms +Info 1945 [12:47:16.595] Different program with same set of files +Info 1946 [12:47:16.595] getCompletionData: Get current token: 0.011272000148892403 +Info 1947 [12:47:16.595] getCompletionData: Is inside comment: 0.03956199996173382 +Info 1948 [12:47:16.596] getCompletionData: Get previous token: 0.04925600020214915 +Info 1949 [12:47:16.596] getCompletionsAtPosition: isCompletionListBlocker: 0.004872000310570002 +Info 1950 [12:47:16.597] getExportInfoMap: cache hit +Info 1951 [12:47:16.607] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 1952 [12:47:16.607] collectAutoImports: response is complete +Info 1953 [12:47:16.607] collectAutoImports: 9.694023000076413 +Info 1954 [12:47:16.607] getCompletionData: Semantic work: 11.003503000363708 +Info 1955 [12:47:16.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7556769996881485 +Info 1956 [12:47:16.612] Format host information updated +Info 1957 [12:47:16.736] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1958 [12:47:16.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 6.79550200002268ms +Info 1959 [12:47:16.743] Different program with same set of files +Info 1960 [12:47:16.743] getCompletionData: Get current token: 0.003625000361353159 +Info 1961 [12:47:16.743] getCompletionData: Is inside comment: 0.01271100016310811 +Info 1962 [12:47:16.743] getCompletionData: Get previous token: 0.01702499995008111 +Info 1963 [12:47:16.743] getCompletionsAtPosition: isCompletionListBlocker: 0.0021000001579523087 +Info 1964 [12:47:16.743] getExportInfoMap: cache hit +Info 1965 [12:47:16.745] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 6 from cache +Info 1966 [12:47:16.745] collectAutoImports: response is complete +Info 1967 [12:47:16.745] collectAutoImports: 2.037066000048071 +Info 1968 [12:47:16.745] getCompletionData: Semantic work: 2.542937000282109 +Info 1969 [12:47:16.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0055009997449815 +Info 1970 [12:47:16.748] Format host information updated +Info 1971 [12:47:16.856] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1972 [12:47:16.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 8.917074999772012ms +Info 1973 [12:47:16.865] Different program with same set of files +Info 1974 [12:47:16.866] getCompletionData: Get current token: 0.0033589997328817844 +Info 1975 [12:47:16.866] getCompletionData: Is inside comment: 0.01143899979069829 +Info 1976 [12:47:16.866] getCompletionData: Get previous token: 0.015766999684274197 +Info 1977 [12:47:16.866] getCompletionsAtPosition: isCompletionListBlocker: 0.0022430000826716423 +Info 1978 [12:47:16.866] getExportInfoMap: cache hit +Info 1979 [12:47:16.868] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 1980 [12:47:16.868] collectAutoImports: response is complete +Info 1981 [12:47:16.868] collectAutoImports: 1.711610000114888 +Info 1982 [12:47:16.868] getCompletionData: Semantic work: 2.1961240000091493 +Info 1983 [12:47:16.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7464890000410378 +Info 1984 [12:47:16.870] Format host information updated +Info 1985 [12:47:16.934] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1986 [12:47:16.942] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 8.15379499970004ms +Info 1987 [12:47:16.942] Different program with same set of files +Info 1988 [12:47:16.943] getCompletionData: Get current token: 0.0044559999369084835 +Info 1989 [12:47:16.943] getCompletionData: Is inside comment: 0.016146000009030104 +Info 1990 [12:47:16.943] getCompletionData: Get previous token: 0.021761000156402588 +Info 1991 [12:47:16.943] getCompletionsAtPosition: isCompletionListBlocker: 0.002802000381052494 +Info 1992 [12:47:16.943] getExportInfoMap: cache hit +Info 1993 [12:47:16.946] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 6 from cache +Info 1994 [12:47:16.946] collectAutoImports: response is complete +Info 1995 [12:47:16.946] collectAutoImports: 2.511489999946207 +Info 1996 [12:47:16.946] getCompletionData: Semantic work: 3.1398529997095466 +Info 1997 [12:47:16.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.348083999939263 +Info 1998 [12:47:16.951] Format host information updated +Info 1999 [12:47:17.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2000 [12:47:17.131] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 7.23603400029242ms +Info 2001 [12:47:17.131] Different program with same set of files +Info 2002 [12:47:17.131] getCompletionData: Get current token: 0.0032250001095235348 +Info 2003 [12:47:17.131] getCompletionData: Is inside comment: 0.010894000064581633 +Info 2004 [12:47:17.131] getCompletionData: Get previous token: 0.015047000255435705 +Info 2005 [12:47:17.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0023869997821748257 +Info 2006 [12:47:17.132] getExportInfoMap: cache hit +Info 2007 [12:47:17.134] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 2008 [12:47:17.134] collectAutoImports: response is complete +Info 2009 [12:47:17.134] collectAutoImports: 2.3676550001837313 +Info 2010 [12:47:17.134] getCompletionData: Semantic work: 2.8570179999805987 +Info 2011 [12:47:17.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7485290002077818 +Info 2012 [12:47:17.137] Format host information updated +Info 2013 [12:47:17.249] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2014 [12:47:17.259] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 9.687367000151426ms +Info 2015 [12:47:17.259] Different program with same set of files +Info 2016 [12:47:17.259] getCompletionData: Get current token: 0.004294999875128269 +Info 2017 [12:47:17.259] getCompletionData: Is inside comment: 0.014152999967336655 +Info 2018 [12:47:17.259] getCompletionData: Get previous token: 0.018863999750465155 +Info 2019 [12:47:17.259] getCompletionsAtPosition: isCompletionListBlocker: 0.00280699972063303 +Info 2020 [12:47:17.260] getExportInfoMap: cache hit +Info 2021 [12:47:17.263] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 2022 [12:47:17.263] collectAutoImports: response is complete +Info 2023 [12:47:17.263] collectAutoImports: 3.524443999864161 +Info 2024 [12:47:17.263] getCompletionData: Semantic work: 4.119156999979168 +Info 2025 [12:47:17.266] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4623830001801252 +Info 2026 [12:47:17.267] Format host information updated +Info 2027 [12:47:17.641] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2028 [12:47:17.648] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 6.936019000131637ms +Info 2029 [12:47:17.648] Different program with same set of files +Info 2030 [12:47:17.648] getCompletionData: Get current token: 0.003593000117689371 +Info 2031 [12:47:17.648] getCompletionData: Is inside comment: 0.012242999859154224 +Info 2032 [12:47:17.648] getCompletionData: Get previous token: 0.01632499974220991 +Info 2033 [12:47:17.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0020779999904334545 +Info 2034 [12:47:17.649] getExportInfoMap: cache hit +Info 2035 [12:47:17.651] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 50 from cache +Info 2036 [12:47:17.651] collectAutoImports: response is complete +Info 2037 [12:47:17.651] collectAutoImports: 2.5531820002943277 +Info 2038 [12:47:17.651] getCompletionData: Semantic work: 3.0397529997862875 +Info 2039 [12:47:17.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.898918000049889 +Info 2040 [12:47:17.656] Format host information updated +Info 2041 [12:47:17.765] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2042 [12:47:17.772] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 7.442410999909043ms +Info 2043 [12:47:17.772] Different program with same set of files +Info 2044 [12:47:17.773] getCompletionData: Get current token: 0.00394000019878149 +Info 2045 [12:47:17.773] getCompletionData: Is inside comment: 0.013015999924391508 +Info 2046 [12:47:17.773] getCompletionData: Get previous token: 0.017469000071287155 +Info 2047 [12:47:17.773] getCompletionsAtPosition: isCompletionListBlocker: 0.0021959999576210976 +Info 2048 [12:47:17.773] getExportInfoMap: cache hit +Info 2049 [12:47:17.776] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 6 from cache +Info 2050 [12:47:17.776] collectAutoImports: response is complete +Info 2051 [12:47:17.776] collectAutoImports: 2.2166730002500117 +Info 2052 [12:47:17.776] getCompletionData: Semantic work: 2.825116999913007 +Info 2053 [12:47:17.778] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0763019998557866 +Info 2054 [12:47:17.779] Format host information updated +Info 2055 [12:47:17.840] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2056 [12:47:17.846] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 6.427895999979228ms +Info 2057 [12:47:17.846] Different program with same set of files +Info 2058 [12:47:17.846] getCompletionData: Get current token: 0.0033309999853372574 +Info 2059 [12:47:17.846] getCompletionData: Is inside comment: 0.010976999998092651 +Info 2060 [12:47:17.846] getCompletionData: Get previous token: 0.014763999730348587 +Info 2061 [12:47:17.846] getCompletionsAtPosition: isCompletionListBlocker: 0.0022330000065267086 +Info 2062 [12:47:17.847] getExportInfoMap: cache hit +Info 2063 [12:47:17.851] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 3 from cache +Info 2064 [12:47:17.851] collectAutoImports: response is complete +Info 2065 [12:47:17.851] collectAutoImports: 3.5916760000400245 +Info 2066 [12:47:17.851] getCompletionData: Semantic work: 4.110416000243276 +Info 2067 [12:47:17.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.723352000117302 +Info 2068 [12:47:17.853] Format host information updated +Info 2069 [12:47:17.999] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2070 [12:47:18.006] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 6.9594490001909435ms +Info 2071 [12:47:18.006] Different program with same set of files +Info 2072 [12:47:18.006] getCompletionData: Get current token: 0.0031250002793967724 +Info 2073 [12:47:18.006] getCompletionData: Is inside comment: 0.009986999910324812 +Info 2074 [12:47:18.006] getCompletionData: Get previous token: 0.05436800001189113 +Info 2075 [12:47:18.006] getCompletionsAtPosition: isCompletionListBlocker: 0.0017830003052949905 +Info 2076 [12:47:18.007] getExportInfoMap: cache hit +Info 2077 [12:47:18.008] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 2078 [12:47:18.008] collectAutoImports: response is complete +Info 2079 [12:47:18.008] collectAutoImports: 1.6015789997763932 +Info 2080 [12:47:18.008] getCompletionData: Semantic work: 2.1492469999939203 +Info 2081 [12:47:18.010] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6803569998592138 +Info 2082 [12:47:18.011] Format host information updated +Info 2083 [12:47:18.205] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2084 [12:47:18.212] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 6.614686999935657ms +Info 2085 [12:47:18.212] Different program with same set of files +Info 2086 [12:47:18.212] getCompletionData: Get current token: 0.004308999981731176 +Info 2087 [12:47:18.212] getCompletionData: Is inside comment: 0.012747999746352434 +Info 2088 [12:47:18.212] getCompletionData: Get previous token: 0.00901099992915988 +Info 2089 [12:47:18.212] getCompletionsAtPosition: isCompletionListBlocker: 0.0028849998489022255 +Info 2090 [12:47:18.212] getExportInfoMap: cache hit +Info 2091 [12:47:18.222] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2092 [12:47:18.222] collectAutoImports: response is complete +Info 2093 [12:47:18.222] collectAutoImports: 9.766068999655545 +Info 2094 [12:47:18.222] getCompletionData: Semantic work: 10.262010999955237 +Info 2095 [12:47:18.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.491485999897122 +Info 2096 [12:47:18.232] Format host information updated +Info 2097 [12:47:18.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2098 [12:47:18.324] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 12.405541999731213ms +Info 2099 [12:47:18.324] Different program with same set of files +Info 2100 [12:47:18.325] getCompletionData: Get current token: 0.008077000267803669 +Info 2101 [12:47:18.325] getCompletionData: Is inside comment: 0.025805999990552664 +Info 2102 [12:47:18.325] getCompletionData: Get previous token: 0.018383000046014786 +Info 2103 [12:47:18.325] getCompletionsAtPosition: isCompletionListBlocker: 0.020476999692618847 +Info 2104 [12:47:18.326] getExportInfoMap: cache hit +Info 2105 [12:47:18.345] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2106 [12:47:18.346] collectAutoImports: response is complete +Info 2107 [12:47:18.346] collectAutoImports: 19.763269999995828 +Info 2108 [12:47:18.346] getCompletionData: Semantic work: 20.666311000008136 +Info 2109 [12:47:18.351] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.743754000402987 +Info 2110 [12:47:18.355] Format host information updated +Info 2111 [12:47:18.655] getCompletionData: Get current token: 0.003919999580830336 +Info 2112 [12:47:18.655] getCompletionData: Is inside comment: 0.011495000217109919 +Info 2113 [12:47:18.655] getCompletionData: Get previous token: 0.008803999982774258 +Info 2114 [12:47:18.655] getCompletionsAtPosition: isCompletionListBlocker: 0.0031579998321831226 +Info 2115 [12:47:18.655] getExportInfoMap: cache hit +Info 2116 [12:47:18.664] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2117 [12:47:18.664] collectAutoImports: response is complete +Info 2118 [12:47:18.664] collectAutoImports: 8.46393599966541 +Info 2119 [12:47:18.664] getCompletionData: Semantic work: 8.963494999799877 +Info 2120 [12:47:18.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.261198999825865 +Info 2121 [12:47:18.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2122 [12:47:18.924] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 6.3291460000909865ms +Info 2123 [12:47:18.924] Different program with same set of files +Info 2124 [12:47:18.924] getCompletionData: Get current token: 0.0037299999967217445 +Info 2125 [12:47:18.924] getCompletionData: Is inside comment: 0.011256000027060509 +Info 2126 [12:47:18.924] getCompletionData: Get previous token: 0.015182000119239092 +Info 2127 [12:47:18.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0023959996178746223 +Info 2128 [12:47:18.925] getExportInfoMap: cache hit +Info 2129 [12:47:18.928] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 84 from cache +Info 2130 [12:47:18.928] collectAutoImports: response is complete +Info 2131 [12:47:18.928] collectAutoImports: 3.0592399998568 +Info 2132 [12:47:18.928] getCompletionData: Semantic work: 3.476402999833226 +Info 2133 [12:47:18.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0640540001913905 +Info 2134 [12:47:18.931] Format host information updated +Info 2135 [12:47:18.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2136 [12:47:19.001] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 8.262581000104547ms +Info 2137 [12:47:19.001] Different program with same set of files +Info 2138 [12:47:19.001] getCompletionData: Get current token: 0.004355000331997871 +Info 2139 [12:47:19.001] getCompletionData: Is inside comment: 0.014074999839067459 +Info 2140 [12:47:19.001] getCompletionData: Get previous token: 0.018764999695122242 +Info 2141 [12:47:19.001] getCompletionsAtPosition: isCompletionListBlocker: 0.002902999985963106 +Info 2142 [12:47:19.002] getExportInfoMap: cache hit +Info 2143 [12:47:19.005] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 83 from cache +Info 2144 [12:47:19.005] collectAutoImports: response is complete +Info 2145 [12:47:19.005] collectAutoImports: 3.6472069998271763 +Info 2146 [12:47:19.005] getCompletionData: Semantic work: 4.160086000338197 +Info 2147 [12:47:19.008] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1451439997181296 +Info 2148 [12:47:19.009] Format host information updated +Info 2149 [12:47:19.239] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2150 [12:47:19.246] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 6.5839990000240505ms +Info 2151 [12:47:19.246] Different program with same set of files +Info 2152 [12:47:19.246] getCompletionData: Get current token: 0.004130000248551369 +Info 2153 [12:47:19.246] getCompletionData: Is inside comment: 0.013505999930202961 +Info 2154 [12:47:19.246] getCompletionData: Get previous token: 0.01804500026628375 +Info 2155 [12:47:19.246] getCompletionsAtPosition: isCompletionListBlocker: 0.0028260000981390476 +Info 2156 [12:47:19.247] getExportInfoMap: cache hit +Info 2157 [12:47:19.249] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 25 from cache +Info 2158 [12:47:19.249] collectAutoImports: response is complete +Info 2159 [12:47:19.249] collectAutoImports: 2.344192999880761 +Info 2160 [12:47:19.249] getCompletionData: Semantic work: 2.853303000330925 +Info 2161 [12:47:19.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8611539998091757 +Info 2162 [12:47:19.254] Format host information updated +Info 2163 [12:47:19.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2164 [12:47:19.363] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 22.354830999858677ms +Info 2165 [12:47:19.363] Different program with same set of files +Info 2166 [12:47:19.364] getCompletionData: Get current token: 0.017829999793320894 +Info 2167 [12:47:19.364] getCompletionData: Is inside comment: 0.06344199972227216 +Info 2168 [12:47:19.364] getCompletionData: Get previous token: 0.07022199966013432 +Info 2169 [12:47:19.364] getCompletionsAtPosition: isCompletionListBlocker: 0.007542000152170658 +Info 2170 [12:47:19.365] getExportInfoMap: cache hit +Info 2171 [12:47:19.371] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 10 from cache +Info 2172 [12:47:19.371] collectAutoImports: response is complete +Info 2173 [12:47:19.371] collectAutoImports: 5.417663000058383 +Info 2174 [12:47:19.371] getCompletionData: Semantic work: 6.762889999896288 +Info 2175 [12:47:19.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7600269997492433 +Info 2176 [12:47:19.376] Format host information updated +Info 2177 [12:47:19.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2178 [12:47:19.485] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 16.28854600014165ms +Info 2179 [12:47:19.485] Different program with same set of files +Info 2180 [12:47:19.485] getCompletionData: Get current token: 0.006953000091016293 +Info 2181 [12:47:19.485] getCompletionData: Is inside comment: 0.0217909999191761 +Info 2182 [12:47:19.485] getCompletionData: Get previous token: 0.029166999738663435 +Info 2183 [12:47:19.485] getCompletionsAtPosition: isCompletionListBlocker: 0.004034999758005142 +Info 2184 [12:47:19.486] getExportInfoMap: cache hit +Info 2185 [12:47:19.489] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 2186 [12:47:19.489] collectAutoImports: response is complete +Info 2187 [12:47:19.489] collectAutoImports: 2.790727000217885 +Info 2188 [12:47:19.489] getCompletionData: Semantic work: 3.541511000134051 +Info 2189 [12:47:19.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.915153999812901 +Info 2190 [12:47:19.493] Format host information updated +Info 2191 [12:47:19.605] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2192 [12:47:19.611] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 6.073080999776721ms +Info 2193 [12:47:19.611] Different program with same set of files +Info 2194 [12:47:19.612] getCompletionData: Get current token: 0.004512999672442675 +Info 2195 [12:47:19.612] getCompletionData: Is inside comment: 0.01395900035277009 +Info 2196 [12:47:19.612] getCompletionData: Get previous token: 0.018908000085502863 +Info 2197 [12:47:19.612] getCompletionsAtPosition: isCompletionListBlocker: 0.002474999986588955 +Info 2198 [12:47:19.612] getExportInfoMap: cache hit +Info 2199 [12:47:19.614] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2200 [12:47:19.614] collectAutoImports: response is complete +Info 2201 [12:47:19.614] collectAutoImports: 1.684778000228107 +Info 2202 [12:47:19.614] getCompletionData: Semantic work: 2.1613070000894368 +Info 2203 [12:47:19.616] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7889590002596378 +Info 2204 [12:47:19.618] Format host information updated +Info 2205 [12:47:19.727] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2206 [12:47:19.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 6.5252910000272095ms +Info 2207 [12:47:19.733] Different program with same set of files +Info 2208 [12:47:19.734] getCompletionData: Get current token: 0.005117000080645084 +Info 2209 [12:47:19.734] getCompletionData: Is inside comment: 0.015072000212967396 +Info 2210 [12:47:19.734] getCompletionData: Get previous token: 0.011884999927133322 +Info 2211 [12:47:19.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0023680003359913826 +Info 2212 [12:47:19.734] getExportInfoMap: cache hit +Info 2213 [12:47:19.745] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2214 [12:47:19.745] collectAutoImports: response is complete +Info 2215 [12:47:19.745] collectAutoImports: 10.777348999865353 +Info 2216 [12:47:19.745] getCompletionData: Semantic work: 11.256002000067383 +Info 2217 [12:47:19.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.829098999965936 +Info 2218 [12:47:19.756] Format host information updated +Info 2219 [12:47:19.787] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2220 [12:47:19.794] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 6.576365000102669ms +Info 2221 [12:47:19.794] Different program with same set of files +Info 2222 [12:47:19.794] getCompletionData: Get current token: 0.004641000181436539 +Info 2223 [12:47:19.794] getCompletionData: Is inside comment: 0.015231000259518623 +Info 2224 [12:47:19.794] getCompletionData: Get previous token: 0.011338000185787678 +Info 2225 [12:47:19.794] getCompletionsAtPosition: isCompletionListBlocker: 0.007825000211596489 +Info 2226 [12:47:19.794] getExportInfoMap: cache hit +Info 2227 [12:47:19.806] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2228 [12:47:19.807] collectAutoImports: response is complete +Info 2229 [12:47:19.807] collectAutoImports: 12.097180999815464 +Info 2230 [12:47:19.807] getCompletionData: Semantic work: 12.568137000314891 +Info 2231 [12:47:19.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.589681999757886 +Info 2232 [12:47:19.815] Format host information updated +Info 2233 [12:47:20.152] getCompletionData: Get current token: 0.004208999685943127 +Info 2234 [12:47:20.152] getCompletionData: Is inside comment: 0.011998000089079142 +Info 2235 [12:47:20.152] getCompletionData: Get previous token: 0.009267000015825033 +Info 2236 [12:47:20.152] getCompletionsAtPosition: isCompletionListBlocker: 0.0028960001654922962 +Info 2237 [12:47:20.152] getExportInfoMap: cache hit +Info 2238 [12:47:20.159] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2239 [12:47:20.159] collectAutoImports: response is complete +Info 2240 [12:47:20.159] collectAutoImports: 7.085062999743968 +Info 2241 [12:47:20.159] getCompletionData: Semantic work: 7.555647000204772 +Info 2242 [12:47:20.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.08871000027284 +Info 2243 [12:47:20.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2244 [12:47:20.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 6.557322999928147ms +Info 2245 [12:47:20.260] Different program with same set of files +Info 2246 [12:47:20.261] getCompletionData: Get current token: 0.005162999965250492 +Info 2247 [12:47:20.261] getCompletionData: Is inside comment: 0.01550500001758337 +Info 2248 [12:47:20.261] getCompletionData: Get previous token: 0.021845000330358744 +Info 2249 [12:47:20.261] getCompletionsAtPosition: isCompletionListBlocker: 0.002476000227034092 +Info 2250 [12:47:20.261] getExportInfoMap: cache hit +Info 2251 [12:47:20.265] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 2252 [12:47:20.265] collectAutoImports: response is complete +Info 2253 [12:47:20.265] collectAutoImports: 3.6949030002579093 +Info 2254 [12:47:20.265] getCompletionData: Semantic work: 4.194021999835968 +Info 2255 [12:47:20.267] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3412239998579025 +Info 2256 [12:47:20.269] Format host information updated +Info 2257 [12:47:20.344] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2258 [12:47:20.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 8.53498200001195ms +Info 2259 [12:47:20.352] Different program with same set of files +Info 2260 [12:47:20.353] getCompletionData: Get current token: 0.005260000005364418 +Info 2261 [12:47:20.353] getCompletionData: Is inside comment: 0.015724000055342913 +Info 2262 [12:47:20.353] getCompletionData: Get previous token: 0.023118000011891127 +Info 2263 [12:47:20.353] getCompletionsAtPosition: isCompletionListBlocker: 0.0032539996318519115 +Info 2264 [12:47:20.353] getExportInfoMap: cache hit +Info 2265 [12:47:20.357] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 2266 [12:47:20.357] collectAutoImports: response is complete +Info 2267 [12:47:20.357] collectAutoImports: 3.7098980001173913 +Info 2268 [12:47:20.357] getCompletionData: Semantic work: 4.248157999943942 +Info 2269 [12:47:20.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4862799998372793 +Info 2270 [12:47:20.361] Format host information updated +Info 2271 [12:47:20.507] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2272 [12:47:20.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 11.351236999966204ms +Info 2273 [12:47:20.518] Different program with same set of files +Info 2274 [12:47:20.519] getCompletionData: Get current token: 0.003998999949544668 +Info 2275 [12:47:20.519] getCompletionData: Is inside comment: 0.012125999666750431 +Info 2276 [12:47:20.519] getCompletionData: Get previous token: 0.017118999734520912 +Info 2277 [12:47:20.519] getCompletionsAtPosition: isCompletionListBlocker: 0.0025209998711943626 +Info 2278 [12:47:20.519] getExportInfoMap: cache hit +Info 2279 [12:47:20.521] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 2280 [12:47:20.521] collectAutoImports: response is complete +Info 2281 [12:47:20.521] collectAutoImports: 1.7116240002214909 +Info 2282 [12:47:20.521] getCompletionData: Semantic work: 2.130098999943584 +Info 2283 [12:47:20.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8342459998093545 +Info 2284 [12:47:20.526] Format host information updated +Info 2285 [12:47:20.569] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2286 [12:47:20.577] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 8.398682999890298ms +Info 2287 [12:47:20.577] Different program with same set of files +Info 2288 [12:47:20.577] getCompletionData: Get current token: 0.007046999875456095 +Info 2289 [12:47:20.577] getCompletionData: Is inside comment: 0.020829000044614077 +Info 2290 [12:47:20.577] getCompletionData: Get previous token: 0.028448000084608793 +Info 2291 [12:47:20.578] getCompletionsAtPosition: isCompletionListBlocker: 0.0031019998714327812 +Info 2292 [12:47:20.578] getExportInfoMap: cache hit +Info 2293 [12:47:20.581] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 2294 [12:47:20.581] collectAutoImports: response is complete +Info 2295 [12:47:20.581] collectAutoImports: 2.654050000011921 +Info 2296 [12:47:20.581] getCompletionData: Semantic work: 3.265354000031948 +Info 2297 [12:47:20.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.503889000043273 +Info 2298 [12:47:20.584] Format host information updated +Info 2299 [12:47:20.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2300 [12:47:20.726] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 19.650994999799877ms +Info 2301 [12:47:20.726] Different program with same set of files +Info 2302 [12:47:20.727] getCompletionData: Get current token: 0.010922000277787447 +Info 2303 [12:47:20.727] getCompletionData: Is inside comment: 0.03339300025254488 +Info 2304 [12:47:20.727] getCompletionData: Get previous token: 0.046033000107854605 +Info 2305 [12:47:20.727] getCompletionsAtPosition: isCompletionListBlocker: 0.005249000154435635 +Info 2306 [12:47:20.728] getExportInfoMap: cache hit +Info 2307 [12:47:20.745] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2308 [12:47:20.745] collectAutoImports: response is complete +Info 2309 [12:47:20.745] collectAutoImports: 17.280652000103146 +Info 2310 [12:47:20.745] getCompletionData: Semantic work: 18.30841900035739 +Info 2311 [12:47:20.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.405846000183374 +Info 2312 [12:47:20.757] Format host information updated +Info 2313 [12:47:20.773] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2314 [12:47:20.780] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 7.5458499998785555ms +Info 2315 [12:47:20.780] Different program with same set of files +Info 2316 [12:47:20.780] getCompletionData: Get current token: 0.004260000307112932 +Info 2317 [12:47:20.781] getCompletionData: Is inside comment: 0.012937000021338463 +Info 2318 [12:47:20.781] getCompletionData: Get previous token: 0.02510299999266863 +Info 2319 [12:47:20.781] getCompletionsAtPosition: isCompletionListBlocker: 0.007773999590426683 +Info 2320 [12:47:20.781] getExportInfoMap: cache hit +Info 2321 [12:47:20.790] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2322 [12:47:20.790] collectAutoImports: response is complete +Info 2323 [12:47:20.790] collectAutoImports: 9.124331000261009 +Info 2324 [12:47:20.790] getCompletionData: Semantic work: 9.627679000142962 +Info 2325 [12:47:20.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.844221999868751 +Info 2326 [12:47:20.800] Format host information updated +Info 2327 [12:47:20.835] Format host information updated +Info 2328 [12:47:20.835] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2329 [12:47:20.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 5.997422999702394ms +Info 2330 [12:47:20.841] Different program with same set of files +Info 2331 [12:47:20.957] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2332 [12:47:20.981] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 24.10715900035575ms +Info 2333 [12:47:20.982] Different program with same set of files +Info 2334 [12:47:20.982] getCompletionData: Get current token: 0.019640000071376562 +Info 2335 [12:47:20.982] getCompletionData: Is inside comment: 0.0630299998447299 +Info 2336 [12:47:20.983] getCompletionData: Get previous token: 0.10064599988982081 +Info 2337 [12:47:20.983] getCompletionsAtPosition: isCompletionListBlocker: 0.010476000141352415 +Info 2338 [12:47:20.984] getExportInfoMap: cache hit +Info 2339 [12:47:20.995] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 2340 [12:47:20.995] collectAutoImports: response is complete +Info 2341 [12:47:20.995] collectAutoImports: 11.045096000190824 +Info 2342 [12:47:20.995] getCompletionData: Semantic work: 12.52538299979642 +Info 2343 [12:47:20.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.815051999874413 +Info 2344 [12:47:21.001] Format host information updated +Info 2345 [12:47:21.019] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2346 [12:47:21.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 6.726474999915808ms +Info 2347 [12:47:21.025] Different program with same set of files +Info 2348 [12:47:21.026] getCompletionData: Get current token: 0.004356000106781721 +Info 2349 [12:47:21.026] getCompletionData: Is inside comment: 0.013911999762058258 +Info 2350 [12:47:21.026] getCompletionData: Get previous token: 0.01959699997678399 +Info 2351 [12:47:21.026] getCompletionsAtPosition: isCompletionListBlocker: 0.003407999873161316 +Info 2352 [12:47:21.026] getExportInfoMap: cache hit +Info 2353 [12:47:21.028] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 2354 [12:47:21.028] collectAutoImports: response is complete +Info 2355 [12:47:21.028] collectAutoImports: 2.3095149998553097 +Info 2356 [12:47:21.028] getCompletionData: Semantic work: 2.759538999758661 +Info 2357 [12:47:21.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8952080002054572 +Info 2358 [12:47:21.033] Format host information updated +Info 2359 [12:47:21.107] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2360 [12:47:21.121] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 14.172684999648482ms +Info 2361 [12:47:21.121] Different program with same set of files +Info 2362 [12:47:21.122] getCompletionData: Get current token: 0.01228999998420477 +Info 2363 [12:47:21.122] getCompletionData: Is inside comment: 0.0357659999281168 +Info 2364 [12:47:21.122] getCompletionData: Get previous token: 0.05015899986028671 +Info 2365 [12:47:21.122] getCompletionsAtPosition: isCompletionListBlocker: 0.006291999947279692 +Info 2366 [12:47:21.123] getExportInfoMap: cache hit +Info 2367 [12:47:21.142] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2368 [12:47:21.142] collectAutoImports: response is complete +Info 2369 [12:47:21.142] collectAutoImports: 18.879422000143677 +Info 2370 [12:47:21.142] getCompletionData: Semantic work: 19.881606000009924 +Info 2371 [12:47:21.150] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.916307999752462 +Info 2372 [12:47:21.154] Format host information updated +Info 2373 [12:47:21.672] getCompletionData: Get current token: 0.003126000054180622 +Info 2374 [12:47:21.672] getCompletionData: Is inside comment: 0.011110000312328339 +Info 2375 [12:47:21.672] getCompletionData: Get previous token: 0.007050999905914068 +Info 2376 [12:47:21.672] getCompletionsAtPosition: isCompletionListBlocker: 0.013744000345468521 +Info 2377 [12:47:21.672] getExportInfoMap: cache hit +Info 2378 [12:47:21.680] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2379 [12:47:21.680] collectAutoImports: response is complete +Info 2380 [12:47:21.680] collectAutoImports: 7.048022999893874 +Info 2381 [12:47:21.680] getCompletionData: Semantic work: 7.503064999822527 +Info 2382 [12:47:21.684] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0364069999195635 +Info 2383 [12:47:22.174] getCompletionData: Get current token: 0.01319199986755848 +Info 2384 [12:47:22.174] getCompletionData: Is inside comment: 0.04151300014927983 +Info 2385 [12:47:22.174] getCompletionData: Get previous token: 0.02993900002911687 +Info 2386 [12:47:22.175] getCompletionsAtPosition: isCompletionListBlocker: 0.024542000144720078 +Info 2387 [12:47:22.176] getExportInfoMap: cache hit +Info 2388 [12:47:22.185] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2389 [12:47:22.185] collectAutoImports: response is complete +Info 2390 [12:47:22.185] collectAutoImports: 8.531200000084937 +Info 2391 [12:47:22.185] getCompletionData: Semantic work: 10.211567000020295 +Info 2392 [12:47:22.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5826679999008775 +Info 2393 [12:47:22.302] Format host information updated +Info 2394 [12:47:22.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2395 [12:47:22.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 6.4974699998274446ms +Info 2396 [12:47:22.309] Different program with same set of files +Info 2397 [12:47:22.444] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2398 [12:47:22.450] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 6.5114319999702275ms +Info 2399 [12:47:22.450] Different program with same set of files +Info 2400 [12:47:22.450] getCompletionData: Get current token: 0.003326999954879284 +Info 2401 [12:47:22.450] getCompletionData: Is inside comment: 0.010747999884188175 +Info 2402 [12:47:22.450] getCompletionData: Get previous token: 0.007333999965339899 +Info 2403 [12:47:22.450] getCompletionsAtPosition: isCompletionListBlocker: 0.00810900004580617 +Info 2404 [12:47:22.451] getExportInfoMap: cache hit +Info 2405 [12:47:22.462] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2406 [12:47:22.462] collectAutoImports: response is complete +Info 2407 [12:47:22.462] collectAutoImports: 11.033532000146806 +Info 2408 [12:47:22.462] getCompletionData: Semantic work: 11.522648999933153 +Info 2409 [12:47:22.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.07008899981156 +Info 2410 [12:47:22.473] Format host information updated +Info 2411 [12:47:22.693] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2412 [12:47:22.704] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 11.03806999977678ms +Info 2413 [12:47:22.704] Different program with same set of files +Info 2414 [12:47:22.705] getCompletionData: Get current token: 0.006438999902456999 +Info 2415 [12:47:22.705] getCompletionData: Is inside comment: 0.018617000430822372 +Info 2416 [12:47:22.705] getCompletionData: Get previous token: 0.012184000108391047 +Info 2417 [12:47:22.705] getCompletionsAtPosition: isCompletionListBlocker: 0.011773999780416489 +Info 2418 [12:47:22.705] getExportInfoMap: cache hit +Info 2419 [12:47:22.726] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2420 [12:47:22.726] collectAutoImports: response is complete +Info 2421 [12:47:22.726] collectAutoImports: 20.578206999693066 +Info 2422 [12:47:22.726] getCompletionData: Semantic work: 21.41693599987775 +Info 2423 [12:47:22.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.239250000100583 +Info 2424 [12:47:22.737] Format host information updated +Info 2425 [12:47:22.852] Format host information updated +Info 2426 [12:47:22.852] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2427 [12:47:22.859] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 6.730203999672085ms +Info 2428 [12:47:22.859] Different program with same set of files +Info 2429 [12:47:23.192] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2430 [12:47:23.200] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 8.386655999813229ms +Info 2431 [12:47:23.200] Different program with same set of files +Info 2432 [12:47:23.200] getCompletionData: Get current token: 0.0027969996444880962 +Info 2433 [12:47:23.200] getCompletionData: Is inside comment: 0.007774000056087971 +Info 2434 [12:47:23.200] getCompletionData: Get previous token: 0.009083000011742115 +Info 2435 [12:47:23.200] getCompletionsAtPosition: isCompletionListBlocker: 0.007135000079870224 +Info 2436 [12:47:23.201] getExportInfoMap: cache hit +Info 2437 [12:47:23.204] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 84 from cache +Info 2438 [12:47:23.204] collectAutoImports: response is complete +Info 2439 [12:47:23.204] collectAutoImports: 3.00388399977237 +Info 2440 [12:47:23.204] getCompletionData: Semantic work: 3.4322399999946356 +Info 2441 [12:47:23.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7005219999700785 +Info 2442 [12:47:23.207] Format host information updated +Info 2443 [12:47:23.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2444 [12:47:23.314] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 7.066450000274926ms +Info 2445 [12:47:23.314] Different program with same set of files +Info 2446 [12:47:23.315] getCompletionData: Get current token: 0.0030269999988377094 +Info 2447 [12:47:23.315] getCompletionData: Is inside comment: 0.010621999856084585 +Info 2448 [12:47:23.315] getCompletionData: Get previous token: 0.012808000203222036 +Info 2449 [12:47:23.315] getCompletionsAtPosition: isCompletionListBlocker: 0.007784999907016754 +Info 2450 [12:47:23.315] getExportInfoMap: cache hit +Info 2451 [12:47:23.320] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 83 from cache +Info 2452 [12:47:23.320] collectAutoImports: response is complete +Info 2453 [12:47:23.320] collectAutoImports: 4.482588000129908 +Info 2454 [12:47:23.320] getCompletionData: Semantic work: 5.119156999979168 +Info 2455 [12:47:23.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0894170003011823 +Info 2456 [12:47:23.323] Format host information updated +Info 2457 [12:47:23.535] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2458 [12:47:23.542] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 6.680734000168741ms +Info 2459 [12:47:23.542] Different program with same set of files +Info 2460 [12:47:23.542] getCompletionData: Get current token: 0.0027020000852644444 +Info 2461 [12:47:23.542] getCompletionData: Is inside comment: 0.009601000230759382 +Info 2462 [12:47:23.542] getCompletionData: Get previous token: 0.011672000400722027 +Info 2463 [12:47:23.542] getCompletionsAtPosition: isCompletionListBlocker: 0.006341000087559223 +Info 2464 [12:47:23.542] getExportInfoMap: cache hit +Info 2465 [12:47:23.546] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 25 from cache +Info 2466 [12:47:23.546] collectAutoImports: response is complete +Info 2467 [12:47:23.546] collectAutoImports: 3.7553199999965727 +Info 2468 [12:47:23.546] getCompletionData: Semantic work: 4.256221999879926 +Info 2469 [12:47:23.548] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.912864999845624 +Info 2470 [12:47:23.549] Format host information updated +Info 2471 [12:47:23.685] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2472 [12:47:23.692] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 7.041280000004917ms +Info 2473 [12:47:23.692] Different program with same set of files +Info 2474 [12:47:23.692] getCompletionData: Get current token: 0.0028490000404417515 +Info 2475 [12:47:23.693] getCompletionData: Is inside comment: 0.009476999752223492 +Info 2476 [12:47:23.693] getCompletionData: Get previous token: 0.011372999753803015 +Info 2477 [12:47:23.693] getCompletionsAtPosition: isCompletionListBlocker: 0.006808000151067972 +Info 2478 [12:47:23.693] getExportInfoMap: cache hit +Info 2479 [12:47:23.695] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 10 from cache +Info 2480 [12:47:23.695] collectAutoImports: response is complete +Info 2481 [12:47:23.695] collectAutoImports: 2.0280280001461506 +Info 2482 [12:47:23.695] getCompletionData: Semantic work: 2.5011629997752607 +Info 2483 [12:47:23.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9166830000467598 +Info 2484 [12:47:23.698] Format host information updated +Info 2485 [12:47:23.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2486 [12:47:23.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 9.532783000264317ms +Info 2487 [12:47:23.798] Different program with same set of files +Info 2488 [12:47:23.798] getCompletionData: Get current token: 0.0030190004035830498 +Info 2489 [12:47:23.798] getCompletionData: Is inside comment: 0.009817000012844801 +Info 2490 [12:47:23.798] getCompletionData: Get previous token: 0.012329000048339367 +Info 2491 [12:47:23.798] getCompletionsAtPosition: isCompletionListBlocker: 0.007420999929308891 +Info 2492 [12:47:23.799] getExportInfoMap: cache hit +Info 2493 [12:47:23.800] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 2494 [12:47:23.800] collectAutoImports: response is complete +Info 2495 [12:47:23.800] collectAutoImports: 1.684229000005871 +Info 2496 [12:47:23.800] getCompletionData: Semantic work: 2.1883290000259876 +Info 2497 [12:47:23.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6931070000864565 +Info 2498 [12:47:23.803] Format host information updated +Info 2499 [12:47:23.875] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2500 [12:47:23.895] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 20.534927000291646ms +Info 2501 [12:47:23.895] Different program with same set of files +Info 2502 [12:47:23.896] getCompletionData: Get current token: 0.011508999858051538 +Info 2503 [12:47:23.896] getCompletionData: Is inside comment: 0.03816899983212352 +Info 2504 [12:47:23.896] getCompletionData: Get previous token: 0.09822999965399504 +Info 2505 [12:47:23.896] getCompletionsAtPosition: isCompletionListBlocker: 0.02277499996125698 +Info 2506 [12:47:23.898] getExportInfoMap: cache hit +Info 2507 [12:47:23.902] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2508 [12:47:23.902] collectAutoImports: response is complete +Info 2509 [12:47:23.903] collectAutoImports: 4.701202999800444 +Info 2510 [12:47:23.903] getCompletionData: Semantic work: 6.325777999591082 +Info 2511 [12:47:23.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.369956000242382 +Info 2512 [12:47:23.911] Format host information updated +Info 2513 [12:47:24.021] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2514 [12:47:24.028] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 6.94772500032559ms +Info 2515 [12:47:24.028] Different program with same set of files +Info 2516 [12:47:24.028] getCompletionData: Get current token: 0.003010000102221966 +Info 2517 [12:47:24.028] getCompletionData: Is inside comment: 0.00954500027000904 +Info 2518 [12:47:24.028] getCompletionData: Get previous token: 0.006994999945163727 +Info 2519 [12:47:24.028] getCompletionsAtPosition: isCompletionListBlocker: 0.002272999845445156 +Info 2520 [12:47:24.029] getExportInfoMap: cache hit +Info 2521 [12:47:24.044] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2522 [12:47:24.044] collectAutoImports: response is complete +Info 2523 [12:47:24.044] collectAutoImports: 14.961318000219762 +Info 2524 [12:47:24.044] getCompletionData: Semantic work: 15.43593499995768 +Info 2525 [12:47:24.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.23682799981907 +Info 2526 [12:47:24.052] Format host information updated +Info 2527 [12:47:24.081] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2528 [12:47:24.088] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 6.658401999622583ms +Info 2529 [12:47:24.088] Different program with same set of files +Info 2530 [12:47:24.088] getCompletionData: Get current token: 0.0027939998544752598 +Info 2531 [12:47:24.088] getCompletionData: Is inside comment: 0.008979999925941229 +Info 2532 [12:47:24.088] getCompletionData: Get previous token: 0.006297999992966652 +Info 2533 [12:47:24.088] getCompletionsAtPosition: isCompletionListBlocker: 0.008000999689102173 +Info 2534 [12:47:24.088] getExportInfoMap: cache hit +Info 2535 [12:47:24.101] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2536 [12:47:24.101] collectAutoImports: response is complete +Info 2537 [12:47:24.101] collectAutoImports: 12.301154000218958 +Info 2538 [12:47:24.101] getCompletionData: Semantic work: 12.763934000395238 +Info 2539 [12:47:24.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.242413999978453 +Info 2540 [12:47:24.109] Format host information updated +Info 2541 [12:47:24.385] getCompletionData: Get current token: 0.0034570000134408474 +Info 2542 [12:47:24.385] getCompletionData: Is inside comment: 0.010684999637305737 +Info 2543 [12:47:24.385] getCompletionData: Get previous token: 0.007600000128149986 +Info 2544 [12:47:24.385] getCompletionsAtPosition: isCompletionListBlocker: 0.003100000321865082 +Info 2545 [12:47:24.385] getExportInfoMap: cache hit +Info 2546 [12:47:24.395] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2547 [12:47:24.395] collectAutoImports: response is complete +Info 2548 [12:47:24.395] collectAutoImports: 9.563855999615043 +Info 2549 [12:47:24.395] getCompletionData: Semantic work: 10.10790800023824 +Info 2550 [12:47:24.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.084205000195652 +Info 2551 [12:47:24.515] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2552 [12:47:24.521] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 6.399127000011504ms +Info 2553 [12:47:24.521] Different program with same set of files +Info 2554 [12:47:24.522] getCompletionData: Get current token: 0.0034459996968507767 +Info 2555 [12:47:24.522] getCompletionData: Is inside comment: 0.010856000240892172 +Info 2556 [12:47:24.522] getCompletionData: Get previous token: 0.013442999683320522 +Info 2557 [12:47:24.522] getCompletionsAtPosition: isCompletionListBlocker: 0.0023070001043379307 +Info 2558 [12:47:24.522] getExportInfoMap: cache hit +Info 2559 [12:47:24.526] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 2560 [12:47:24.526] collectAutoImports: response is complete +Info 2561 [12:47:24.526] collectAutoImports: 3.4648869996890426 +Info 2562 [12:47:24.526] getCompletionData: Semantic work: 4.005204000044614 +Info 2563 [12:47:24.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.103531999979168 +Info 2564 [12:47:24.529] Format host information updated +Info 2565 [12:47:24.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2566 [12:47:24.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 8.255262999795377ms +Info 2567 [12:47:24.614] Different program with same set of files +Info 2568 [12:47:24.614] getCompletionData: Get current token: 0.003854000009596348 +Info 2569 [12:47:24.614] getCompletionData: Is inside comment: 0.011902000289410353 +Info 2570 [12:47:24.614] getCompletionData: Get previous token: 0.014725999906659126 +Info 2571 [12:47:24.614] getCompletionsAtPosition: isCompletionListBlocker: 0.002982999663800001 +Info 2572 [12:47:24.615] getExportInfoMap: cache hit +Info 2573 [12:47:24.618] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 2574 [12:47:24.618] collectAutoImports: response is complete +Info 2575 [12:47:24.618] collectAutoImports: 3.167531999759376 +Info 2576 [12:47:24.618] getCompletionData: Semantic work: 3.686814000364393 +Info 2577 [12:47:24.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0039530000649393 +Info 2578 [12:47:24.621] Format host information updated +Info 2579 [12:47:24.715] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2580 [12:47:24.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 6.742984000127763ms +Info 2581 [12:47:24.722] Different program with same set of files +Info 2582 [12:47:24.722] getCompletionData: Get current token: 0.00393400015309453 +Info 2583 [12:47:24.722] getCompletionData: Is inside comment: 0.01271299971267581 +Info 2584 [12:47:24.722] getCompletionData: Get previous token: 0.015481000300496817 +Info 2585 [12:47:24.722] getCompletionsAtPosition: isCompletionListBlocker: 0.0031349998898804188 +Info 2586 [12:47:24.723] getExportInfoMap: cache hit +Info 2587 [12:47:24.725] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 2588 [12:47:24.725] collectAutoImports: response is complete +Info 2589 [12:47:24.725] collectAutoImports: 2.0432980000041425 +Info 2590 [12:47:24.725] getCompletionData: Semantic work: 2.637879000045359 +Info 2591 [12:47:24.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8446629997342825 +Info 2592 [12:47:24.729] Format host information updated +Info 2593 [12:47:24.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2594 [12:47:24.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 18.433705999981612ms +Info 2595 [12:47:24.801] Different program with same set of files +Info 2596 [12:47:24.802] getCompletionData: Get current token: 0.011624000035226345 +Info 2597 [12:47:24.802] getCompletionData: Is inside comment: 0.03798200003802776 +Info 2598 [12:47:24.802] getCompletionData: Get previous token: 0.04511099960654974 +Info 2599 [12:47:24.802] getCompletionsAtPosition: isCompletionListBlocker: 0.006683000363409519 +Info 2600 [12:47:24.804] getExportInfoMap: cache hit +Info 2601 [12:47:24.810] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 4 from cache +Info 2602 [12:47:24.810] collectAutoImports: response is complete +Info 2603 [12:47:24.810] collectAutoImports: 5.935579999815673 +Info 2604 [12:47:24.810] getCompletionData: Semantic work: 7.517606999725103 +Info 2605 [12:47:24.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.839241999667138 +Info 2606 [12:47:24.816] Format host information updated +Info 2607 [12:47:24.920] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2608 [12:47:24.927] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 6.785307000391185ms +Info 2609 [12:47:24.927] Different program with same set of files +Info 2610 [12:47:24.927] getCompletionData: Get current token: 0.0038259997963905334 +Info 2611 [12:47:24.927] getCompletionData: Is inside comment: 0.011303000152111053 +Info 2612 [12:47:24.927] getCompletionData: Get previous token: 0.013791000004857779 +Info 2613 [12:47:24.927] getCompletionsAtPosition: isCompletionListBlocker: 0.0027260002680122852 +Info 2614 [12:47:24.929] getExportInfoMap: cache hit +Info 2615 [12:47:24.940] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2616 [12:47:24.940] collectAutoImports: response is complete +Info 2617 [12:47:24.940] collectAutoImports: 10.29469700017944 +Info 2618 [12:47:24.940] getCompletionData: Semantic work: 12.381260000169277 +Info 2619 [12:47:24.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.709470000118017 +Info 2620 [12:47:24.949] Format host information updated +Info 2621 [12:47:24.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2622 [12:47:24.987] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 6.696406000293791ms +Info 2623 [12:47:24.987] Different program with same set of files +Info 2624 [12:47:24.987] getCompletionData: Get current token: 0.0034189997240900993 +Info 2625 [12:47:24.987] getCompletionData: Is inside comment: 0.010493999812752008 +Info 2626 [12:47:24.987] getCompletionData: Get previous token: 0.007269999943673611 +Info 2627 [12:47:24.987] getCompletionsAtPosition: isCompletionListBlocker: 0.0034080003388226032 +Info 2628 [12:47:24.987] getExportInfoMap: cache hit +Info 2629 [12:47:24.996] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2630 [12:47:24.996] collectAutoImports: response is complete +Info 2631 [12:47:24.996] collectAutoImports: 8.781893000006676 +Info 2632 [12:47:24.996] getCompletionData: Semantic work: 9.20084200007841 +Info 2633 [12:47:25.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.480053999926895 +Info 2634 [12:47:25.005] Format host information updated +Info 2635 [12:47:25.109] Format host information updated +Info 2636 [12:47:25.109] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2637 [12:47:25.137] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 27.282749000005424ms +Info 2638 [12:47:25.137] Different program with same set of files +Info 2639 [12:47:25.247] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2640 [12:47:25.254] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 6.859668999910355ms +Info 2641 [12:47:25.254] Different program with same set of files +Info 2642 [12:47:25.254] getCompletionData: Get current token: 0.003884000238031149 +Info 2643 [12:47:25.254] getCompletionData: Is inside comment: 0.012562000192701817 +Info 2644 [12:47:25.254] getCompletionData: Get previous token: 0.01586499996483326 +Info 2645 [12:47:25.254] getCompletionsAtPosition: isCompletionListBlocker: 0.003998999949544668 +Info 2646 [12:47:25.255] getExportInfoMap: cache hit +Info 2647 [12:47:25.259] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 2648 [12:47:25.260] collectAutoImports: response is complete +Info 2649 [12:47:25.260] collectAutoImports: 4.696783000137657 +Info 2650 [12:47:25.260] getCompletionData: Semantic work: 5.206509000156075 +Info 2651 [12:47:25.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.159165000077337 +Info 2652 [12:47:25.263] Format host information updated +Info 2653 [12:47:25.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2654 [12:47:25.427] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 20.227632000111043ms +Info 2655 [12:47:25.427] Different program with same set of files +Info 2656 [12:47:25.427] getCompletionData: Get current token: 0.007562999613583088 +Info 2657 [12:47:25.428] getCompletionData: Is inside comment: 0.022464999929070473 +Info 2658 [12:47:25.428] getCompletionData: Get previous token: 0.027871000114828348 +Info 2659 [12:47:25.428] getCompletionsAtPosition: isCompletionListBlocker: 0.005702999886125326 +Info 2660 [12:47:25.428] getExportInfoMap: cache hit +Info 2661 [12:47:25.432] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 13 from cache +Info 2662 [12:47:25.432] collectAutoImports: response is complete +Info 2663 [12:47:25.432] collectAutoImports: 3.831557000055909 +Info 2664 [12:47:25.432] getCompletionData: Semantic work: 4.637800000142306 +Info 2665 [12:47:25.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.714339000172913 +Info 2666 [12:47:25.436] Format host information updated +Info 2667 [12:47:25.468] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2668 [12:47:25.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 6.803555999882519ms +Info 2669 [12:47:25.475] Different program with same set of files +Info 2670 [12:47:25.475] getCompletionData: Get current token: 0.003981999587267637 +Info 2671 [12:47:25.475] getCompletionData: Is inside comment: 0.011842000298202038 +Info 2672 [12:47:25.475] getCompletionData: Get previous token: 0.015316999983042479 +Info 2673 [12:47:25.475] getCompletionsAtPosition: isCompletionListBlocker: 0.0032839998602867126 +Info 2674 [12:47:25.476] getExportInfoMap: cache hit +Info 2675 [12:47:25.477] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2676 [12:47:25.477] collectAutoImports: response is complete +Info 2677 [12:47:25.477] collectAutoImports: 1.5089060002937913 +Info 2678 [12:47:25.477] getCompletionData: Semantic work: 1.989754999987781 +Info 2679 [12:47:25.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7275490001775324 +Info 2680 [12:47:25.480] Format host information updated +Info 2681 [12:47:25.696] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2682 [12:47:25.703] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 6.856589000206441ms +Info 2683 [12:47:25.703] Different program with same set of files +Info 2684 [12:47:25.703] getCompletionData: Get current token: 0.0031369999051094055 +Info 2685 [12:47:25.703] getCompletionData: Is inside comment: 0.009589999914169312 +Info 2686 [12:47:25.703] getCompletionData: Get previous token: 0.01246099965646863 +Info 2687 [12:47:25.703] getCompletionsAtPosition: isCompletionListBlocker: 0.003066000062972307 +Info 2688 [12:47:25.703] getExportInfoMap: cache hit +Info 2689 [12:47:25.707] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 13 from cache +Info 2690 [12:47:25.707] collectAutoImports: response is complete +Info 2691 [12:47:25.707] collectAutoImports: 3.6614240002818406 +Info 2692 [12:47:25.707] getCompletionData: Semantic work: 4.156719999853522 +Info 2693 [12:47:25.709] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6790000000037253 +Info 2694 [12:47:25.710] Format host information updated +Info 2695 [12:47:25.794] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2696 [12:47:25.801] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 6.5914079998619854ms +Info 2697 [12:47:25.801] Different program with same set of files +Info 2698 [12:47:25.801] getCompletionData: Get current token: 0.003734000027179718 +Info 2699 [12:47:25.801] getCompletionData: Is inside comment: 0.01142599992454052 +Info 2700 [12:47:25.801] getCompletionData: Get previous token: 0.01447899965569377 +Info 2701 [12:47:25.801] getCompletionsAtPosition: isCompletionListBlocker: 0.003565000370144844 +Info 2702 [12:47:25.802] getExportInfoMap: cache hit +Info 2703 [12:47:25.804] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 2704 [12:47:25.804] collectAutoImports: response is complete +Info 2705 [12:47:25.804] collectAutoImports: 2.297072000335902 +Info 2706 [12:47:25.804] getCompletionData: Semantic work: 2.764378000050783 +Info 2707 [12:47:25.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7959970002993941 +Info 2708 [12:47:25.807] Format host information updated +Info 2709 [12:47:25.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2710 [12:47:25.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 10.925396000035107ms +Info 2711 [12:47:25.869] Different program with same set of files +Info 2712 [12:47:25.869] getCompletionData: Get current token: 0.006453999783843756 +Info 2713 [12:47:25.869] getCompletionData: Is inside comment: 0.023548999801278114 +Info 2714 [12:47:25.869] getCompletionData: Get previous token: 0.02732700016349554 +Info 2715 [12:47:25.869] getCompletionsAtPosition: isCompletionListBlocker: 0.005817000288516283 +Info 2716 [12:47:25.870] getExportInfoMap: cache hit +Info 2717 [12:47:25.888] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1055 from cache +Info 2718 [12:47:25.888] collectAutoImports: response is complete +Info 2719 [12:47:25.888] collectAutoImports: 17.656677999999374 +Info 2720 [12:47:25.888] getCompletionData: Semantic work: 18.456803999841213 +Info 2721 [12:47:25.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.090373999904841 +Info 2722 [12:47:25.900] Format host information updated +Info 2723 [12:57:36.859] Search path: /home/orion/src/purescript-puppeteer/src +Info 2724 [12:57:36.859] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2725 [12:57:36.860] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 2725 [12:57:36.860] Files (131) + +Info 2725 [12:57:36.860] ----------------------------------------------- +Info 2725 [12:57:36.860] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 2725 [12:57:36.860] Files (266) + +Info 2725 [12:57:36.860] ----------------------------------------------- +Info 2725 [12:57:36.860] Open files: +Info 2725 [12:57:36.860] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2725 [12:57:36.860] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2725 [12:57:36.860] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2725 [12:57:36.860] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2725 [12:57:37.047] Format host information updated +Info 2726 [12:57:37.047] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2727 [12:57:37.063] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 16.18564199982211ms +Info 2728 [12:57:37.063] Different program with same set of files +Info 2729 [12:57:39.372] Before ensureProjectForOpenFiles: +Info 2730 [12:57:39.372] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 2730 [12:57:39.372] Files (131) + +Info 2730 [12:57:39.372] ----------------------------------------------- +Info 2730 [12:57:39.372] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 2730 [12:57:39.372] Files (266) + +Info 2730 [12:57:39.372] ----------------------------------------------- +Info 2730 [12:57:39.372] Open files: +Info 2730 [12:57:39.372] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2730 [12:57:39.372] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2730 [12:57:39.372] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2730 [12:57:39.372] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2730 [12:57:39.373] After ensureProjectForOpenFiles: +Info 2731 [12:57:39.373] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 2731 [12:57:39.373] Files (131) + +Info 2731 [12:57:39.373] ----------------------------------------------- +Info 2731 [12:57:39.373] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 2731 [12:57:39.373] Files (266) + +Info 2731 [12:57:39.373] ----------------------------------------------- +Info 2731 [12:57:39.373] Open files: +Info 2731 [12:57:39.373] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2731 [12:57:39.373] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2731 [12:57:39.373] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2731 [12:57:39.373] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2731 [12:57:39.373] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 2732 [12:57:42.756] Format host information updated +Info 2733 [12:57:42.757] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2734 [12:57:42.781] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: true structureIsReused:: SafeModules Elapsed: 24.437545999884605ms +Info 2735 [12:57:42.781] Different program with same set of files +Info 2736 [12:57:43.655] Format host information updated +Info 2737 [12:57:43.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2738 [12:57:43.664] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 8.249009000137448ms +Info 2739 [12:57:43.664] Different program with same set of files +Info 2740 [12:57:44.119] getCompletionData: Get current token: 0.003488999791443348 +Info 2741 [12:57:44.119] getCompletionData: Is inside comment: 0.007571000140160322 +Info 2742 [12:57:44.119] getCompletionData: Get previous token: 0.004197999835014343 +Info 2743 [12:57:44.119] getCompletionsAtPosition: isCompletionListBlocker: 0.03099100012332201 +Info 2744 [12:57:44.120] getExportInfoMap: cache miss or empty; calculating new results +Info 2745 [12:57:44.141] forEachExternalModuleToImportFrom autoImportProvider: 7.757998000364751 +Info 2746 [12:57:44.141] getExportInfoMap: done in 21.073284999933094 ms +Info 2747 [12:57:44.169] collectAutoImports: resolved 22 module specifiers, plus 219 ambient and 848 from cache +Info 2748 [12:57:44.169] collectAutoImports: response is complete +Info 2749 [12:57:44.169] collectAutoImports: 27.78475600015372 +Info 2750 [12:57:44.169] getCompletionData: Semantic work: 49.942386999726295 +Info 2751 [12:57:44.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.386001999955624 +Info 2752 [12:57:45.748] Format host information updated +Info 2753 [12:57:45.748] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2754 [12:57:45.758] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 9.719848999753594ms +Info 2755 [12:57:45.758] Different program with same set of files diff --git a/.log/tsserver-log-b1AXw7/tsserver.log b/.log/tsserver-log-b1AXw7/tsserver.log new file mode 100644 index 0000000..0febd8e --- /dev/null +++ b/.log/tsserver-log-b1AXw7/tsserver.log @@ -0,0 +1,53 @@ +Info 0 [12:22:52.876] Starting TS Server +Info 1 [12:22:52.878] Version: 5.2.2 +Info 2 [12:22:52.878] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/254963e1024ae53f6bb1120f75dbfddf/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-b1AXw7/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:22:52.878] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:22:52.878] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [12:22:52.884] Format host information updated +Info 6 [12:22:52.887] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [12:22:53.197] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 309.114178000018ms +Info 8 [12:22:53.197] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [12:22:53.197] Files (8) + +Info 10 [12:22:53.197] ----------------------------------------------- +Info 11 [12:22:53.197] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [12:22:53.197] Files (8) + +Info 11 [12:22:53.197] ----------------------------------------------- +Info 11 [12:22:53.197] Open files: +Info 11 [12:22:53.197] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [12:22:53.198] Projects: /dev/null/inferredProject1* +Info 11 [12:22:53.199] Format host information updated +Info 12 [12:22:53.249] Format host information updated +Info 13 [12:22:53.457] Format host information updated +Info 14 [12:22:53.633] Format host information updated +Info 15 [12:22:53.752] Format host information updated +Info 16 [12:22:53.958] Format host information updated +Info 17 [12:22:54.619] Format host information updated +Info 18 [12:22:54.806] Format host information updated +Info 19 [12:22:55.103] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20 [12:22:55.110] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 6.822906999848783ms +Info 21 [12:22:55.110] Different program with same set of files +Info 22 [12:22:55.131] getCompletionData: Get current token: 0.016226999927312136 +Info 23 [12:22:55.132] getCompletionData: Is inside comment: 0.06330600008368492 +Info 24 [12:22:55.132] getCompletionData: Get previous token: 0.03598100016824901 +Info 25 [12:22:55.132] getCompletionsAtPosition: isCompletionListBlocker: 0.2436319999396801 +Info 26 [12:22:55.140] getExportInfoMap: cache miss or empty; calculating new results +Info 27 [12:22:55.142] getExportInfoMap: done in 1.6934050000272691 ms +Info 28 [12:22:55.142] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 29 [12:22:55.142] collectAutoImports: response is complete +Info 30 [12:22:55.142] collectAutoImports: 0.5702930002007633 +Info 31 [12:22:55.142] getCompletionData: Semantic work: 10.192511999979615 +Info 32 [12:22:55.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 31.65362900006585 +Info 33 [12:22:55.181] Format host information updated +Info 34 [12:22:55.350] Format host information updated +Info 35 [12:22:55.410] Format host information updated +Info 36 [12:22:57.243] Format host information updated +Info 37 [12:22:57.346] Format host information updated +Info 38 [12:22:57.408] Format host information updated +Info 39 [12:22:57.556] Format host information updated +Info 40 [12:22:59.266] Format host information updated +Info 41 [12:23:05.464] Format host information updated +Info 42 [12:23:05.570] Format host information updated +Info 43 [12:23:05.631] Format host information updated +Info 44 [12:23:06.085] Format host information updated diff --git a/.log/tsserver-log-e0G3HX/tsserver.log b/.log/tsserver-log-e0G3HX/tsserver.log new file mode 100644 index 0000000..fce12fa --- /dev/null +++ b/.log/tsserver-log-e0G3HX/tsserver.log @@ -0,0 +1,63 @@ +Info 0 [11:03:07.164] Starting TS Server +Info 1 [11:03:07.164] Version: 5.2.2 +Info 2 [11:03:07.164] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/3ae9ce55dd5f4b269644f2c89a70a0bd/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-e0G3HX/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [11:03:07.164] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [11:03:07.164] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [11:03:07.169] Format host information updated +Info 6 [11:03:07.172] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [11:03:07.472] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 299.29090500064194ms +Info 8 [11:03:07.472] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [11:03:07.472] Files (8) + +Info 10 [11:03:07.472] ----------------------------------------------- +Info 11 [11:03:07.472] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [11:03:07.472] Files (8) + +Info 11 [11:03:07.472] ----------------------------------------------- +Info 11 [11:03:07.472] Open files: +Info 11 [11:03:07.472] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [11:03:07.472] Projects: /dev/null/inferredProject1* +Info 11 [11:03:07.474] Format host information updated +Info 12 [11:03:08.139] Format host information updated +Info 13 [11:03:12.850] Format host information updated +Info 14 [11:03:12.911] Format host information updated +Info 15 [11:03:13.344] Format host information updated +Info 16 [11:03:13.500] Format host information updated +Info 17 [11:03:14.351] Format host information updated +Info 18 [11:03:14.411] Format host information updated +Info 19 [11:03:14.501] Format host information updated +Info 20 [11:03:14.567] Format host information updated +Info 21 [11:03:14.641] Format host information updated +Info 22 [11:03:14.803] Format host information updated +Info 23 [11:03:14.922] Format host information updated +Info 24 [11:03:14.978] Format host information updated +Info 25 [11:03:15.171] Format host information updated +Info 26 [11:03:15.342] Format host information updated +Info 27 [11:03:15.399] Format host information updated +Info 28 [11:03:15.569] Format host information updated +Info 29 [11:03:15.957] Format host information updated +Info 30 [11:03:16.501] Format host information updated +Info 31 [11:03:16.670] Format host information updated +Info 32 [11:03:16.756] Format host information updated +Info 33 [11:03:22.056] Format host information updated +Info 34 [11:03:22.233] Format host information updated +Info 35 [11:03:22.304] Format host information updated +Info 36 [11:03:22.533] Format host information updated +Info 37 [11:03:24.718] Format host information updated +Info 38 [11:03:25.030] Format host information updated +Info 39 [11:03:25.316] Format host information updated +Info 40 [11:03:25.531] Format host information updated +Info 41 [11:03:26.564] Format host information updated +Info 42 [11:03:26.850] Format host information updated +Info 43 [11:03:28.041] Format host information updated +Info 44 [11:03:28.113] Format host information updated +Info 45 [11:03:28.195] Format host information updated +Info 46 [11:03:28.290] Format host information updated +Info 47 [11:03:28.358] Format host information updated +Info 48 [11:03:28.500] Format host information updated +Info 49 [11:03:28.556] Format host information updated +Info 50 [11:03:46.017] Format host information updated +Info 51 [11:03:46.336] Format host information updated +Info 52 [11:03:46.710] Format host information updated +Info 53 [11:03:47.097] Format host information updated +Info 54 [11:03:47.612] Format host information updated diff --git a/.log/tsserver-log-eBgtU3/tsserver.log b/.log/tsserver-log-eBgtU3/tsserver.log new file mode 100644 index 0000000..4750df6 --- /dev/null +++ b/.log/tsserver-log-eBgtU3/tsserver.log @@ -0,0 +1,288 @@ +Info 0 [14:58:24.289] Starting TS Server +Info 1 [14:58:24.289] Version: 5.2.2 +Info 2 [14:58:24.289] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/6d3b845471965648d2d12d9fa17d5642/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-eBgtU3/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:58:24.289] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:58:24.289] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [14:58:24.294] Format host information updated +Info 6 [14:58:24.299] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [14:58:24.595] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 295.46271200012416ms +Info 8 [14:58:24.595] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [14:58:24.595] Files (8) + +Info 10 [14:58:24.595] ----------------------------------------------- +Info 11 [14:58:24.595] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [14:58:24.595] Files (8) + +Info 11 [14:58:24.595] ----------------------------------------------- +Info 11 [14:58:24.595] Open files: +Info 11 [14:58:24.595] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [14:58:24.596] Projects: /dev/null/inferredProject1* +Info 11 [14:58:26.547] Format host information updated +Info 12 [14:58:28.932] Format host information updated +Info 13 [14:58:30.195] Format host information updated +Info 14 [14:58:32.329] Format host information updated +Info 15 [14:58:34.849] Format host information updated +Info 16 [14:58:34.927] Format host information updated +Info 17 [14:58:35.561] Format host information updated +Info 18 [14:58:35.696] Format host information updated +Info 19 [14:58:35.854] Format host information updated +Info 20 [14:58:35.934] Format host information updated +Info 21 [14:58:35.996] Format host information updated +Info 22 [14:58:36.838] Format host information updated +Info 23 [14:58:37.026] Format host information updated +Info 24 [14:58:37.202] Format host information updated +Info 25 [14:58:37.382] Format host information updated +Info 26 [14:58:37.441] Format host information updated +Info 27 [14:58:37.653] Format host information updated +Info 28 [14:58:37.734] Format host information updated +Info 29 [14:58:37.968] Format host information updated +Info 30 [14:58:38.030] Format host information updated +Info 31 [14:58:38.118] Format host information updated +Info 32 [14:58:38.228] Format host information updated +Info 33 [14:58:38.339] Format host information updated +Info 34 [14:58:38.395] Format host information updated +Info 35 [14:58:39.825] Format host information updated +Info 36 [14:58:39.989] Format host information updated +Info 37 [14:58:40.068] Format host information updated +Info 38 [14:58:40.166] Format host information updated +Info 39 [14:58:40.411] Format host information updated +Info 40 [14:58:40.548] Format host information updated +Info 41 [14:58:40.638] Format host information updated +Info 42 [14:58:40.697] Format host information updated +Info 43 [14:58:41.603] Format host information updated +Info 44 [14:58:41.746] Format host information updated +Info 45 [14:58:43.261] Format host information updated +Info 46 [14:58:43.467] Format host information updated +Info 47 [14:58:43.538] Format host information updated +Info 48 [14:58:43.756] Format host information updated +Info 49 [14:58:44.207] Format host information updated +Info 50 [14:58:44.365] Format host information updated +Info 51 [14:58:44.485] Format host information updated +Info 52 [14:58:44.547] Format host information updated +Info 53 [14:58:44.751] Format host information updated +Info 54 [14:58:44.870] Format host information updated +Info 55 [14:58:45.110] Format host information updated +Info 56 [14:58:45.190] Format host information updated +Info 57 [14:58:45.329] Format host information updated +Info 58 [14:58:45.429] Format host information updated +Info 59 [14:58:45.517] Format host information updated +Info 60 [14:58:47.967] Format host information updated +Info 61 [14:58:49.251] Format host information updated +Info 62 [15:33:20.829] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 63 [15:33:20.836] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 7.27278200071305ms +Info 64 [15:33:20.836] Project '/dev/null/inferredProject1*' (Inferred) +Info 65 [15:33:20.836] Files (9) + +Info 66 [15:33:20.836] ----------------------------------------------- +Info 67 [15:33:20.837] Project '/dev/null/inferredProject1*' (Inferred) +Info 67 [15:33:20.837] Files (9) + +Info 67 [15:33:20.837] ----------------------------------------------- +Info 67 [15:33:20.837] Open files: +Info 67 [15:33:20.837] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 67 [15:33:20.837] Projects: /dev/null/inferredProject1* +Info 67 [15:33:20.837] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 67 [15:33:20.837] Projects: /dev/null/inferredProject1* +Info 67 [15:33:21.090] Format host information updated +Info 68 [15:33:22.736] Format host information updated +Info 69 [15:33:23.004] Format host information updated +Info 70 [15:33:26.865] Format host information updated +Info 71 [15:35:50.748] Format host information updated +Info 72 [15:35:51.840] Format host information updated +Info 73 [15:35:51.971] Format host information updated +Info 74 [15:35:52.048] Format host information updated +Info 75 [15:35:52.228] Format host information updated +Info 76 [15:35:52.391] Format host information updated +Info 77 [15:35:52.482] Format host information updated +Info 78 [15:35:52.630] Format host information updated +Info 79 [15:35:52.871] Format host information updated +Info 80 [15:35:52.927] Format host information updated +Info 81 [15:36:11.594] Format host information updated +Info 82 [15:36:11.759] Format host information updated +Info 83 [15:36:11.933] Format host information updated +Info 84 [15:36:11.990] Format host information updated +Info 85 [15:36:12.186] Format host information updated +Info 86 [15:36:12.244] Format host information updated +Info 87 [15:36:12.438] Format host information updated +Info 88 [15:36:12.594] Format host information updated +Info 89 [15:36:12.770] Format host information updated +Info 90 [15:36:12.861] Format host information updated +Info 91 [15:36:13.115] Format host information updated +Info 92 [15:36:13.347] Format host information updated +Info 93 [15:36:13.448] Format host information updated +Info 94 [15:36:13.610] Format host information updated +Info 95 [15:36:13.677] Format host information updated +Info 96 [15:36:18.015] Format host information updated +Info 97 [15:36:18.091] Format host information updated +Info 98 [15:36:18.307] Format host information updated +Info 99 [15:36:18.397] Format host information updated +Info 100 [15:36:18.456] Format host information updated +Info 101 [15:36:18.785] Format host information updated +Info 102 [15:36:18.905] Format host information updated +Info 103 [15:36:19.042] Format host information updated +Info 104 [15:36:19.183] Format host information updated +Info 105 [15:36:19.243] Format host information updated +Info 106 [15:36:19.431] Format host information updated +Info 107 [15:36:19.640] Format host information updated +Info 108 [15:36:19.773] Format host information updated +Info 109 [15:36:19.831] Format host information updated +Info 110 [15:36:19.971] Format host information updated +Info 111 [15:36:20.086] Format host information updated +Info 112 [15:36:20.153] Format host information updated +Info 113 [15:36:20.596] Format host information updated +Info 114 [15:36:20.727] Format host information updated +Info 115 [15:36:20.783] Format host information updated +Info 116 [15:36:21.265] Format host information updated +Info 117 [15:36:21.326] Format host information updated +Info 118 [15:36:21.475] Format host information updated +Info 119 [15:36:21.559] Format host information updated +Info 120 [15:36:22.365] Format host information updated +Info 121 [15:36:22.365] Format host information updated +Info 122 [15:36:22.365] Format host information updated +Info 123 [15:36:22.366] Format host information updated +Info 124 [15:36:22.663] Format host information updated +Info 125 [15:36:22.841] Format host information updated +Info 126 [15:36:22.964] Format host information updated +Info 127 [15:36:23.076] Format host information updated +Info 128 [15:36:23.201] Format host information updated +Info 129 [15:36:23.318] Format host information updated +Info 130 [15:36:27.967] Format host information updated +Info 131 [15:36:28.080] Format host information updated +Info 132 [15:36:28.150] Format host information updated +Info 133 [15:36:28.213] Format host information updated +Info 134 [15:36:28.328] Format host information updated +Info 135 [15:36:28.532] Format host information updated +Info 136 [15:36:30.544] Format host information updated +Info 137 [15:36:30.704] Format host information updated +Info 138 [15:36:31.036] Format host information updated +Info 139 [15:36:31.195] Format host information updated +Info 140 [15:36:31.534] Format host information updated +Info 141 [15:36:31.595] Format host information updated +Info 142 [15:36:32.127] Format host information updated +Info 143 [15:36:32.274] Format host information updated +Info 144 [15:36:32.413] Format host information updated +Info 145 [15:36:32.558] Format host information updated +Info 146 [15:36:33.123] Format host information updated +Info 147 [15:36:41.156] Format host information updated +Info 148 [15:36:41.949] Format host information updated +Info 149 [15:36:42.906] Format host information updated +Info 150 [15:36:43.781] Format host information updated +Info 151 [15:36:44.118] Format host information updated +Info 152 [15:36:44.377] Format host information updated +Info 153 [15:36:44.534] Format host information updated +Info 154 [15:36:44.671] Format host information updated +Info 155 [15:36:44.728] Format host information updated +Info 156 [15:36:44.801] Format host information updated +Info 157 [15:36:46.474] Format host information updated +Info 158 [15:36:46.747] Format host information updated +Info 159 [15:36:47.358] Format host information updated +Info 160 [15:36:47.416] Format host information updated +Info 161 [15:36:47.702] Format host information updated +Info 162 [15:36:47.938] Format host information updated +Info 163 [15:36:48.127] Format host information updated +Info 164 [15:36:48.481] Format host information updated +Info 165 [15:36:48.595] Format host information updated +Info 166 [15:36:48.744] Format host information updated +Info 167 [15:36:49.015] Format host information updated +Info 168 [15:36:49.153] Format host information updated +Info 169 [15:36:49.325] Format host information updated +Info 170 [15:36:49.514] Format host information updated +Info 171 [15:36:49.653] Format host information updated +Info 172 [15:36:49.776] Format host information updated +Info 173 [15:36:49.931] Format host information updated +Info 174 [15:36:50.043] Format host information updated +Info 175 [15:36:50.540] Format host information updated +Info 176 [15:36:50.756] Format host information updated +Info 177 [15:36:50.873] Format host information updated +Info 178 [15:36:51.058] Format host information updated +Info 179 [15:36:51.129] Format host information updated +Info 180 [15:36:51.980] Format host information updated +Info 181 [15:36:52.641] Format host information updated +Info 182 [15:36:53.283] Format host information updated +Info 183 [15:36:53.778] Format host information updated +Info 184 [15:36:53.895] Format host information updated +Info 185 [15:36:53.994] Format host information updated +Info 186 [15:36:54.143] Format host information updated +Info 187 [15:36:54.245] Format host information updated +Info 188 [15:36:54.559] Format host information updated +Info 189 [15:36:54.731] Format host information updated +Info 190 [15:36:54.887] Format host information updated +Info 191 [15:36:54.959] Format host information updated +Info 192 [15:36:55.159] Format host information updated +Info 193 [15:36:55.268] Format host information updated +Info 194 [15:36:55.371] Format host information updated +Info 195 [15:36:55.453] Format host information updated +Info 196 [15:36:56.392] Format host information updated +Info 197 [15:36:56.970] Format host information updated +Info 198 [15:36:58.255] Format host information updated +Info 199 [15:37:00.367] Format host information updated +Info 200 [15:37:01.021] Format host information updated +Info 201 [15:37:01.344] Format host information updated +Info 202 [15:37:01.651] Format host information updated +Info 203 [15:37:01.762] Format host information updated +Info 204 [15:37:05.618] Format host information updated +Info 205 [15:37:07.352] Format host information updated +Info 206 [15:37:08.617] Format host information updated +Info 207 [15:37:08.751] Format host information updated +Info 208 [15:37:08.826] Format host information updated +Info 209 [15:37:08.935] Format host information updated +Info 210 [15:37:09.203] Format host information updated +Info 211 [15:37:09.263] Format host information updated +Info 212 [15:37:09.551] Format host information updated +Info 213 [15:37:10.137] Format host information updated +Info 214 [15:37:11.264] Format host information updated +Info 215 [15:37:11.397] Format host information updated +Info 216 [15:37:11.528] Format host information updated +Info 217 [15:37:11.597] Format host information updated +Info 218 [15:37:11.689] Format host information updated +Info 219 [15:37:11.865] Format host information updated +Info 220 [15:37:11.927] Format host information updated +Info 221 [15:37:12.164] Format host information updated +Info 222 [15:37:12.281] Format host information updated +Info 223 [15:37:12.428] Format host information updated +Info 224 [15:37:12.488] Format host information updated +Info 225 [15:37:12.556] Format host information updated +Info 226 [15:37:12.766] Format host information updated +Info 227 [15:37:13.578] Format host information updated +Info 228 [15:37:14.341] Format host information updated +Info 229 [15:37:14.825] Format host information updated +Info 230 [15:37:14.901] Format host information updated +Info 231 [15:37:15.046] Format host information updated +Info 232 [15:37:15.203] Format host information updated +Info 233 [15:37:15.810] Format host information updated +Info 234 [15:37:15.810] Format host information updated +Info 235 [15:37:15.810] Format host information updated +Info 236 [15:37:15.811] Format host information updated +Info 237 [15:37:17.632] Format host information updated +Info 238 [15:37:18.739] Format host information updated +Info 239 [15:37:19.283] Format host information updated +Info 240 [15:37:22.412] Format host information updated +Info 241 [15:37:24.148] Format host information updated +Info 242 [15:37:31.190] Format host information updated +Info 243 [15:37:31.370] Format host information updated +Info 244 [15:37:31.480] Format host information updated +Info 245 [15:37:31.709] Format host information updated +Info 246 [15:37:31.793] Format host information updated +Info 247 [15:37:32.629] Format host information updated +Info 248 [15:37:33.913] Format host information updated +Info 249 [15:37:34.759] Format host information updated +Info 250 [15:37:39.683] Format host information updated +Info 251 [15:37:39.939] Format host information updated +Info 252 [15:37:39.997] Format host information updated +Info 253 [15:37:40.329] Format host information updated +Info 254 [15:37:40.699] Format host information updated +Info 255 [15:37:40.900] Format host information updated +Info 256 [15:37:40.972] Format host information updated +Info 257 [15:37:43.220] Format host information updated +Info 258 [15:37:45.862] Format host information updated +Info 259 [15:37:46.069] Format host information updated +Info 260 [15:38:05.809] Format host information updated +Info 261 [15:38:06.331] Format host information updated +Info 262 [15:38:07.610] Format host information updated +Info 263 [15:38:09.148] Format host information updated +Info 264 [15:38:09.308] Format host information updated +Info 265 [15:38:09.375] Format host information updated +Info 266 [15:38:09.468] Format host information updated +Info 267 [15:38:09.528] Format host information updated +Info 268 [15:38:19.494] Format host information updated +Info 269 [15:38:21.536] Format host information updated diff --git a/.log/tsserver-log-iUru63/tsserver.log b/.log/tsserver-log-iUru63/tsserver.log new file mode 100644 index 0000000..207939d --- /dev/null +++ b/.log/tsserver-log-iUru63/tsserver.log @@ -0,0 +1,517 @@ +Info 0 [09:51:55.112] Starting TS Server +Info 1 [09:51:55.114] Version: 5.2.2 +Info 2 [09:51:55.114] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/bd69dbe83ef91b1df71058adaf77ee4f/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-iUru63/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [09:51:55.114] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [09:51:55.114] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [09:51:55.120] Format host information updated +Info 6 [09:51:55.124] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [09:51:55.434] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 309.81792900001165ms +Info 8 [09:51:55.434] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [09:51:55.434] Files (8) + +Info 10 [09:51:55.434] ----------------------------------------------- +Info 11 [09:51:55.435] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [09:51:55.435] Files (8) + +Info 11 [09:51:55.435] ----------------------------------------------- +Info 11 [09:51:55.435] Open files: +Info 11 [09:51:55.435] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [09:51:55.435] Projects: /dev/null/inferredProject1* +Info 11 [09:51:55.436] Format host information updated +Info 12 [09:51:56.813] Format host information updated +Info 13 [09:51:57.111] Format host information updated +Info 14 [09:51:58.161] Format host information updated +Info 15 [09:52:00.173] Format host information updated +Info 16 [09:52:00.395] Format host information updated +Info 17 [09:52:00.490] Format host information updated +Info 18 [09:52:00.607] Format host information updated +Info 19 [09:52:00.779] Format host information updated +Info 20 [09:52:00.910] Format host information updated +Info 21 [09:52:00.969] Format host information updated +Info 22 [09:52:01.100] Format host information updated +Info 23 [09:52:01.189] Format host information updated +Info 24 [09:52:01.365] Format host information updated +Info 25 [09:52:01.476] Format host information updated +Info 26 [09:52:01.605] Format host information updated +Info 27 [09:52:01.668] Format host information updated +Info 28 [11:31:08.892] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 29 [11:31:08.898] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 6.079261000268161ms +Info 30 [11:31:08.898] Project '/dev/null/inferredProject1*' (Inferred) +Info 31 [11:31:08.898] Files (9) + +Info 32 [11:31:08.898] ----------------------------------------------- +Info 33 [11:31:08.898] Project '/dev/null/inferredProject1*' (Inferred) +Info 33 [11:31:08.898] Files (9) + +Info 33 [11:31:08.898] ----------------------------------------------- +Info 33 [11:31:08.898] Open files: +Info 33 [11:31:08.898] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 33 [11:31:08.898] Projects: /dev/null/inferredProject1* +Info 33 [11:31:08.898] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 33 [11:31:08.898] Projects: /dev/null/inferredProject1* +Info 33 [11:31:09.035] Format host information updated +Info 34 [11:31:09.366] Format host information updated +Info 35 [11:31:09.719] Format host information updated +Info 36 [11:31:09.880] Format host information updated +Info 37 [11:31:09.983] Format host information updated +Info 38 [11:31:10.047] Format host information updated +Info 39 [11:31:10.107] Format host information updated +Info 40 [11:31:10.186] Format host information updated +Info 41 [11:31:10.369] Format host information updated +Info 42 [11:31:10.458] Format host information updated +Info 43 [11:31:10.540] Format host information updated +Info 44 [11:31:10.646] Format host information updated +Info 45 [11:31:13.731] Format host information updated +Info 46 [11:31:14.954] Format host information updated +Info 47 [11:31:16.060] Format host information updated +Info 48 [11:31:16.192] Format host information updated +Info 49 [11:31:16.256] Format host information updated +Info 50 [11:31:17.353] Format host information updated +Info 51 [11:31:17.734] Format host information updated +Info 52 [11:31:17.874] Format host information updated +Info 53 [11:31:17.989] Format host information updated +Info 54 [11:31:18.137] Format host information updated +Info 55 [11:31:18.236] Format host information updated +Info 56 [11:31:18.310] Format host information updated +Info 57 [11:31:18.404] Format host information updated +Info 58 [11:31:18.465] Format host information updated +Info 59 [11:31:18.701] Format host information updated +Info 60 [11:31:18.981] Format host information updated +Info 61 [11:31:19.152] Format host information updated +Info 62 [11:31:19.426] Format host information updated +Info 63 [11:31:19.486] Format host information updated +Info 64 [11:31:19.581] Format host information updated +Info 65 [11:31:20.210] Format host information updated +Info 66 [11:31:20.464] Format host information updated +Info 67 [11:31:20.613] Format host information updated +Info 68 [11:31:20.671] Format host information updated +Info 69 [11:31:22.346] Format host information updated +Info 70 [11:31:23.117] Format host information updated +Info 71 [11:31:23.854] Format host information updated +Info 72 [11:31:24.134] Format host information updated +Info 73 [11:31:24.234] Format host information updated +Info 74 [11:31:24.374] Format host information updated +Info 75 [11:31:24.532] Format host information updated +Info 76 [11:31:24.817] Format host information updated +Info 77 [11:31:24.928] Format host information updated +Info 78 [11:31:25.046] Format host information updated +Info 79 [11:31:25.236] Format host information updated +Info 80 [11:31:25.325] Format host information updated +Info 81 [11:31:25.547] Format host information updated +Info 82 [11:31:25.872] Format host information updated +Info 83 [11:31:26.079] Format host information updated +Info 84 [11:31:26.241] Format host information updated +Info 85 [11:31:26.484] Format host information updated +Info 86 [11:31:26.540] Format host information updated +Info 87 [11:31:27.500] Format host information updated +Info 88 [11:31:28.060] Format host information updated +Info 89 [11:31:28.186] Format host information updated +Info 90 [11:31:28.563] Format host information updated +Info 91 [11:31:28.706] Format host information updated +Info 92 [11:31:29.065] Format host information updated +Info 93 [11:31:29.790] Format host information updated +Info 94 [11:31:29.927] Format host information updated +Info 95 [11:31:31.204] Format host information updated +Info 96 [11:31:31.397] Format host information updated +Info 97 [11:31:31.539] Format host information updated +Info 98 [11:31:31.638] Format host information updated +Info 99 [11:31:31.737] Format host information updated +Info 100 [11:31:31.813] Format host information updated +Info 101 [11:31:31.914] Format host information updated +Info 102 [11:31:31.978] Format host information updated +Info 103 [11:31:34.920] Format host information updated +Info 104 [11:31:35.048] Format host information updated +Info 105 [11:31:35.946] Format host information updated +Info 106 [11:31:37.044] Format host information updated +Info 107 [11:31:37.512] Format host information updated +Info 108 [11:31:37.843] Format host information updated +Info 109 [11:31:37.966] Format host information updated +Info 110 [11:31:38.364] Format host information updated +Info 111 [11:31:38.484] Format host information updated +Info 112 [11:31:39.531] Format host information updated +Info 113 [11:31:39.687] Format host information updated +Info 114 [11:31:40.798] Format host information updated +Info 115 [11:31:41.127] Format host information updated +Info 116 [11:31:41.456] Format host information updated +Info 117 [11:31:43.028] Format host information updated +Info 118 [11:31:44.599] Format host information updated +Info 119 [11:31:45.032] Format host information updated +Info 120 [11:31:48.367] Format host information updated +Info 121 [11:31:48.426] Format host information updated +Info 122 [11:31:48.955] Format host information updated +Info 123 [11:31:49.254] Format host information updated +Info 124 [11:31:49.413] Format host information updated +Info 125 [11:31:49.566] Format host information updated +Info 126 [11:31:49.623] Format host information updated +Info 127 [11:31:49.697] Format host information updated +Info 128 [11:31:49.756] Format host information updated +Info 129 [11:31:49.861] Format host information updated +Info 130 [11:31:50.336] Format host information updated +Info 131 [11:31:50.489] Format host information updated +Info 132 [11:31:50.689] Format host information updated +Info 133 [11:31:50.748] Format host information updated +Info 134 [11:31:51.522] Format host information updated +Info 135 [11:31:51.584] Format host information updated +Info 136 [11:31:52.115] Format host information updated +Info 137 [11:31:55.121] Format host information updated +Info 138 [11:31:57.131] Format host information updated +Info 139 [11:31:58.373] Format host information updated +Info 140 [11:31:58.479] Format host information updated +Info 141 [11:31:59.154] Format host information updated +Info 142 [11:31:59.290] Format host information updated +Info 143 [11:31:59.461] Format host information updated +Info 144 [11:31:59.536] Format host information updated +Info 145 [11:31:59.829] Format host information updated +Info 146 [11:32:00.048] Format host information updated +Info 147 [11:32:00.190] Format host information updated +Info 148 [11:32:00.269] Format host information updated +Info 149 [11:32:00.420] Format host information updated +Info 150 [11:32:00.568] Format host information updated +Info 151 [11:32:00.628] Format host information updated +Info 152 [11:32:00.858] Format host information updated +Info 153 [11:32:01.075] Format host information updated +Info 154 [11:32:01.218] Format host information updated +Info 155 [11:32:01.319] Format host information updated +Info 156 [11:32:01.409] Format host information updated +Info 157 [11:32:01.620] Format host information updated +Info 158 [11:32:01.772] Format host information updated +Info 159 [11:32:01.861] Format host information updated +Info 160 [11:32:02.066] Format host information updated +Info 161 [11:32:03.029] Format host information updated +Info 162 [11:32:03.145] Format host information updated +Info 163 [11:32:03.315] Format host information updated +Info 164 [11:32:03.373] Format host information updated +Info 165 [11:32:03.990] Format host information updated +Info 166 [11:32:04.134] Format host information updated +Info 167 [11:32:04.330] Format host information updated +Info 168 [11:32:04.417] Format host information updated +Info 169 [11:32:04.474] Format host information updated +Info 170 [11:32:04.637] Format host information updated +Info 171 [11:32:04.971] Format host information updated +Info 172 [11:32:05.042] Format host information updated +Info 173 [11:32:05.127] Format host information updated +Info 174 [11:32:05.426] Format host information updated +Info 175 [11:32:06.909] Format host information updated +Info 176 [11:32:06.927] Format host information updated +Info 177 [11:32:07.794] Format host information updated +Info 178 [11:32:08.087] Format host information updated +Info 179 [11:32:08.315] Format host information updated +Info 180 [11:32:08.428] Format host information updated +Info 181 [11:32:08.630] Format host information updated +Info 182 [11:32:08.769] Format host information updated +Info 183 [11:32:09.838] Format host information updated +Info 184 [11:32:10.890] Format host information updated +Info 185 [11:32:12.165] Format host information updated +Info 186 [11:32:13.501] Format host information updated +Info 187 [11:32:13.820] Format host information updated +Info 188 [11:32:13.949] Format host information updated +Info 189 [11:32:14.175] Format host information updated +Info 190 [11:32:14.423] Format host information updated +Info 191 [11:32:14.577] Format host information updated +Info 192 [11:32:14.808] Format host information updated +Info 193 [11:32:15.034] Format host information updated +Info 194 [11:32:15.146] Format host information updated +Info 195 [11:32:15.657] Format host information updated +Info 196 [11:32:21.120] Format host information updated +Info 197 [11:32:21.286] Format host information updated +Info 198 [11:32:21.406] Format host information updated +Info 199 [11:32:21.497] Format host information updated +Info 200 [11:32:21.698] Format host information updated +Info 201 [11:32:21.822] Format host information updated +Info 202 [11:32:21.986] Format host information updated +Info 203 [11:32:22.045] Format host information updated +Info 204 [11:32:22.152] Format host information updated +Info 205 [11:32:23.163] Format host information updated +Info 206 [11:32:24.613] Format host information updated +Info 207 [11:32:28.014] Format host information updated +Info 208 [11:32:32.213] Format host information updated +Info 209 [11:32:33.281] Format host information updated +Info 210 [11:32:33.536] Format host information updated +Info 211 [11:32:36.724] Format host information updated +Info 212 [11:32:36.939] Format host information updated +Info 213 [11:32:37.035] Format host information updated +Info 214 [11:32:37.623] Format host information updated +Info 215 [11:32:38.511] Format host information updated +Info 216 [11:32:40.163] Format host information updated +Info 217 [11:32:44.985] Format host information updated +Info 218 [11:32:45.133] Format host information updated +Info 219 [11:32:45.232] Format host information updated +Info 220 [11:32:45.346] Format host information updated +Info 221 [11:32:45.461] Format host information updated +Info 222 [11:32:46.869] Format host information updated +Info 223 [11:32:47.137] Format host information updated +Info 224 [11:32:47.250] Format host information updated +Info 225 [11:32:47.322] Format host information updated +Info 226 [11:32:47.425] Format host information updated +Info 227 [11:32:48.396] Format host information updated +Info 228 [11:32:49.635] Format host information updated +Info 229 [11:32:51.012] Format host information updated +Info 230 [11:32:51.184] Format host information updated +Info 231 [11:32:51.274] Format host information updated +Info 232 [11:32:51.377] Format host information updated +Info 233 [11:32:51.463] Format host information updated +Info 234 [11:32:52.617] Format host information updated +Info 235 [11:32:53.041] Format host information updated +Info 236 [11:32:53.866] Format host information updated +Info 237 [11:32:55.206] Format host information updated +Info 238 [11:32:55.853] Format host information updated +Info 239 [11:32:56.335] Format host information updated +Info 240 [11:32:56.539] Format host information updated +Info 241 [11:32:57.697] Format host information updated +Info 242 [11:32:59.340] Format host information updated +Info 243 [11:32:59.490] Format host information updated +Info 244 [11:32:59.600] Format host information updated +Info 245 [11:32:59.663] Format host information updated +Info 246 [11:32:59.757] Format host information updated +Info 247 [11:32:59.912] Format host information updated +Info 248 [11:33:02.484] Format host information updated +Info 249 [11:33:03.626] Format host information updated +Info 250 [11:33:03.791] Format host information updated +Info 251 [11:33:03.919] Format host information updated +Info 252 [11:33:03.986] Format host information updated +Info 253 [11:33:09.017] Format host information updated +Info 254 [11:33:09.472] Format host information updated +Info 255 [11:33:09.813] Format host information updated +Info 256 [11:33:11.162] Format host information updated +Info 257 [11:33:11.402] Format host information updated +Info 258 [11:33:11.681] Format host information updated +Info 259 [11:33:11.800] Format host information updated +Info 260 [11:33:12.806] Format host information updated +Info 261 [11:33:13.852] Format host information updated +Info 262 [11:33:14.127] Format host information updated +Info 263 [11:33:14.508] Format host information updated +Info 264 [11:33:14.648] Format host information updated +Info 265 [11:33:15.031] Format host information updated +Info 266 [11:33:16.317] Format host information updated +Info 267 [11:33:17.260] Format host information updated +Info 268 [11:33:18.009] Format host information updated +Info 269 [11:33:18.251] Format host information updated +Info 270 [11:33:18.410] Format host information updated +Info 271 [11:33:18.576] Format host information updated +Info 272 [11:33:18.818] Format host information updated +Info 273 [11:33:19.061] Format host information updated +Info 274 [11:33:19.343] Format host information updated +Info 275 [11:33:19.518] Format host information updated +Info 276 [11:33:19.693] Format host information updated +Info 277 [11:33:19.831] Format host information updated +Info 278 [11:33:20.052] Format host information updated +Info 279 [11:33:20.155] Format host information updated +Info 280 [11:33:20.271] Format host information updated +Info 281 [11:33:20.342] Format host information updated +Info 282 [11:33:21.790] Format host information updated +Info 283 [11:33:22.708] Format host information updated +Info 284 [11:33:25.696] Format host information updated +Info 285 [11:33:25.756] Format host information updated +Info 286 [11:33:26.229] Format host information updated +Info 287 [11:33:26.444] Format host information updated +Info 288 [11:33:26.791] Format host information updated +Info 289 [11:33:26.856] Format host information updated +Info 290 [11:33:27.141] Format host information updated +Info 291 [11:33:27.225] Format host information updated +Info 292 [11:33:27.355] Format host information updated +Info 293 [11:33:27.473] Format host information updated +Info 294 [11:33:27.723] Format host information updated +Info 295 [11:33:27.782] Format host information updated +Info 296 [11:33:28.234] Format host information updated +Info 297 [11:33:28.411] Format host information updated +Info 298 [11:33:29.206] Format host information updated +Info 299 [11:33:29.275] Format host information updated +Info 300 [11:33:29.381] Format host information updated +Info 301 [11:33:29.908] Format host information updated +Info 302 [11:33:29.910] Format host information updated +Info 303 [11:33:29.914] Format host information updated +Info 304 [11:33:30.429] Format host information updated +Info 305 [11:33:30.626] Format host information updated +Info 306 [11:33:30.942] Format host information updated +Info 307 [11:33:31.458] Format host information updated +Info 308 [11:33:31.458] Format host information updated +Info 309 [11:33:31.459] Format host information updated +Info 310 [11:33:32.233] Format host information updated +Info 311 [11:33:32.355] Format host information updated +Info 312 [11:33:32.537] Format host information updated +Info 313 [11:33:32.599] Format host information updated +Info 314 [11:33:32.864] Format host information updated +Info 315 [11:33:32.923] Format host information updated +Info 316 [11:33:33.425] Format host information updated +Info 317 [11:33:33.568] Format host information updated +Info 318 [11:33:34.250] Format host information updated +Info 319 [11:33:35.146] Format host information updated +Info 320 [11:33:35.222] Format host information updated +Info 321 [11:33:35.389] Format host information updated +Info 322 [11:33:35.551] Format host information updated +Info 323 [11:33:35.616] Format host information updated +Info 324 [11:33:35.799] Format host information updated +Info 325 [11:33:35.898] Format host information updated +Info 326 [11:33:35.978] Format host information updated +Info 327 [11:33:36.081] Format host information updated +Info 328 [11:33:36.231] Format host information updated +Info 329 [11:33:37.021] Format host information updated +Info 330 [11:33:37.592] Format host information updated +Info 331 [11:33:37.663] Format host information updated +Info 332 [11:33:37.878] Format host information updated +Info 333 [11:33:37.942] Format host information updated +Info 334 [11:33:38.281] Format host information updated +Info 335 [11:33:38.520] Format host information updated +Info 336 [11:33:38.592] Format host information updated +Info 337 [11:33:38.795] Format host information updated +Info 338 [11:33:38.895] Format host information updated +Info 339 [11:33:38.971] Format host information updated +Info 340 [11:33:39.028] Format host information updated +Info 341 [11:33:39.194] Format host information updated +Info 342 [11:33:39.751] Format host information updated +Info 343 [11:33:39.827] Format host information updated +Info 344 [11:33:39.926] Format host information updated +Info 345 [11:33:40.106] Format host information updated +Info 346 [11:33:42.113] Format host information updated +Info 347 [11:33:42.255] Format host information updated +Info 348 [11:33:42.374] Format host information updated +Info 349 [11:33:42.536] Format host information updated +Info 350 [11:33:42.674] Format host information updated +Info 351 [11:33:45.616] Format host information updated +Info 352 [11:33:45.980] Format host information updated +Info 353 [11:33:46.403] Format host information updated +Info 354 [11:33:51.066] Format host information updated +Info 355 [11:33:51.203] Format host information updated +Info 356 [11:33:51.326] Format host information updated +Info 357 [11:33:51.398] Format host information updated +Info 358 [11:33:51.484] Format host information updated +Info 359 [11:33:51.544] Format host information updated +Info 360 [11:33:51.606] Format host information updated +Info 361 [11:33:53.477] Format host information updated +Info 362 [11:33:53.857] Format host information updated +Info 363 [11:33:54.124] Format host information updated +Info 364 [11:33:54.215] Format host information updated +Info 365 [11:33:54.393] Format host information updated +Info 366 [11:33:54.507] Format host information updated +Info 367 [11:33:54.610] Format host information updated +Info 368 [11:33:59.188] Format host information updated +Info 369 [11:33:59.319] Format host information updated +Info 370 [11:33:59.532] Format host information updated +Info 371 [11:33:59.655] Format host information updated +Info 372 [11:33:59.953] Format host information updated +Info 373 [11:34:00.023] Format host information updated +Info 374 [11:34:00.470] Format host information updated +Info 375 [11:34:00.625] Format host information updated +Info 376 [11:34:01.440] Format host information updated +Info 377 [11:34:01.578] Format host information updated +Info 378 [11:34:02.359] Format host information updated +Info 379 [11:34:02.470] Format host information updated +Info 380 [11:34:03.350] Format host information updated +Info 381 [11:34:03.421] Format host information updated +Info 382 [11:34:03.493] Format host information updated +Info 383 [11:34:03.607] Format host information updated +Info 384 [11:34:03.710] Format host information updated +Info 385 [11:34:03.869] Format host information updated +Info 386 [11:34:03.965] Format host information updated +Info 387 [11:34:05.006] Format host information updated +Info 388 [11:34:07.481] Format host information updated +Info 389 [11:34:07.623] Format host information updated +Info 390 [11:34:07.873] Format host information updated +Info 391 [11:34:07.930] Format host information updated +Info 392 [11:34:08.156] Format host information updated +Info 393 [11:34:08.218] Format host information updated +Info 394 [11:34:09.412] Format host information updated +Info 395 [11:34:09.469] Format host information updated +Info 396 [11:34:09.665] Format host information updated +Info 397 [11:34:09.758] Format host information updated +Info 398 [11:34:10.115] Format host information updated +Info 399 [11:34:10.205] Format host information updated +Info 400 [11:34:10.296] Format host information updated +Info 401 [11:34:10.459] Format host information updated +Info 402 [11:34:10.517] Format host information updated +Info 403 [11:34:10.830] Format host information updated +Info 404 [11:34:10.939] Format host information updated +Info 405 [11:34:11.068] Format host information updated +Info 406 [11:34:11.167] Format host information updated +Info 407 [11:34:11.495] Format host information updated +Info 408 [11:34:11.555] Format host information updated +Info 409 [11:34:15.375] Format host information updated +Info 410 [11:34:15.819] Format host information updated +Info 411 [11:34:15.931] Format host information updated +Info 412 [11:34:15.990] Format host information updated +Info 413 [11:34:16.096] Format host information updated +Info 414 [11:34:16.157] Format host information updated +Info 415 [11:34:16.342] Format host information updated +Info 416 [11:34:16.515] Format host information updated +Info 417 [11:34:16.585] Format host information updated +Info 418 [11:34:16.705] Format host information updated +Info 419 [11:34:16.770] Format host information updated +Info 420 [11:34:19.173] Format host information updated +Info 421 [11:34:19.312] Format host information updated +Info 422 [11:34:19.421] Format host information updated +Info 423 [11:34:19.590] Format host information updated +Info 424 [11:34:19.799] Format host information updated +Info 425 [11:34:19.954] Format host information updated +Info 426 [11:34:20.027] Format host information updated +Info 427 [11:34:20.101] Format host information updated +Info 428 [11:34:20.176] Format host information updated +Info 429 [11:34:20.679] Format host information updated +Info 430 [11:34:20.763] Format host information updated +Info 431 [11:34:22.510] Format host information updated +Info 432 [11:34:34.047] Format host information updated +Info 433 [11:34:34.178] Format host information updated +Info 434 [11:34:34.319] Format host information updated +Info 435 [11:34:34.493] Format host information updated +Info 436 [11:34:34.750] Format host information updated +Info 437 [11:34:34.982] Format host information updated +Info 438 [11:34:35.051] Format host information updated +Info 439 [11:34:35.192] Format host information updated +Info 440 [11:34:35.249] Format host information updated +Info 441 [11:34:35.330] Format host information updated +Info 442 [11:34:35.397] Format host information updated +Info 443 [11:34:35.515] Format host information updated +Info 444 [11:34:35.678] Format host information updated +Info 445 [11:34:35.851] Format host information updated +Info 446 [11:34:35.946] Format host information updated +Info 447 [11:34:36.052] Format host information updated +Info 448 [11:34:36.501] Format host information updated +Info 449 [11:34:36.626] Format host information updated +Info 450 [11:34:36.841] Format host information updated +Info 451 [11:34:36.894] Format host information updated +Info 452 [11:34:37.424] Format host information updated +Info 453 [11:34:37.491] Format host information updated +Info 454 [11:34:38.070] Format host information updated +Info 455 [11:34:38.208] Format host information updated +Info 456 [11:34:38.681] Format host information updated +Info 457 [11:34:38.756] Format host information updated +Info 458 [11:34:39.272] Format host information updated +Info 459 [11:34:39.416] Format host information updated +Info 460 [11:34:39.497] Format host information updated +Info 461 [11:34:39.606] Format host information updated +Info 462 [11:34:39.747] Format host information updated +Info 463 [11:34:39.861] Format host information updated +Info 464 [11:34:40.044] Format host information updated +Info 465 [11:34:42.431] Format host information updated +Info 466 [11:34:42.811] Format host information updated +Info 467 [11:34:42.959] Format host information updated +Info 468 [11:34:43.139] Format host information updated +Info 469 [11:34:43.196] Format host information updated +Info 470 [11:34:43.404] Format host information updated +Info 471 [11:34:45.116] Format host information updated +Info 472 [11:34:45.209] Format host information updated +Info 473 [11:34:45.349] Format host information updated +Info 474 [11:34:45.419] Format host information updated +Info 475 [11:34:45.854] Format host information updated +Info 476 [11:34:45.936] Format host information updated +Info 477 [11:34:46.046] Format host information updated +Info 478 [11:34:46.174] Format host information updated +Info 479 [11:34:46.253] Format host information updated +Info 480 [11:34:46.439] Format host information updated +Info 481 [11:34:46.531] Format host information updated +Info 482 [11:34:46.839] Format host information updated +Info 483 [11:34:46.956] Format host information updated +Info 484 [11:34:47.134] Format host information updated +Info 485 [11:34:47.276] Format host information updated +Info 486 [11:34:47.397] Format host information updated +Info 487 [11:34:47.570] Format host information updated +Info 488 [11:34:47.831] Format host information updated +Info 489 [11:34:47.955] Format host information updated +Info 490 [11:34:48.145] Format host information updated +Info 491 [11:34:48.253] Format host information updated +Info 492 [11:34:48.397] Format host information updated +Info 493 [11:34:48.602] Format host information updated +Info 494 [11:34:48.719] Format host information updated +Info 495 [11:34:48.780] Format host information updated +Info 496 [11:34:48.841] Format host information updated +Info 497 [11:34:48.968] Format host information updated +Info 498 [11:34:49.026] Format host information updated diff --git a/.log/tsserver-log-jRaZhB/tsserver.log b/.log/tsserver-log-jRaZhB/tsserver.log new file mode 100644 index 0000000..4991ae7 --- /dev/null +++ b/.log/tsserver-log-jRaZhB/tsserver.log @@ -0,0 +1,3039 @@ +Info 0 [10:48:01.266] Starting TS Server +Info 1 [10:48:01.266] Version: 5.2.2 +Info 2 [10:48:01.266] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/118eb9445284f9960305aea657776519/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-jRaZhB/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [10:48:01.266] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [10:48:01.266] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [10:48:01.271] Format host information updated +Info 6 [10:48:01.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [10:48:01.600] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 325.3970659999177ms +Info 8 [10:48:01.600] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [10:48:01.600] Files (8) + +Info 10 [10:48:01.600] ----------------------------------------------- +Info 11 [10:48:01.601] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [10:48:01.601] Files (8) + +Info 11 [10:48:01.601] ----------------------------------------------- +Info 11 [10:48:01.601] Open files: +Info 11 [10:48:01.601] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [10:48:01.601] Projects: /dev/null/inferredProject1* +Info 11 [10:48:01.601] Format host information updated +Info 12 [10:48:01.601] Format host information updated +Info 13 [10:48:01.602] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14 [10:48:01.606] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 3.0910259997472167ms +Info 15 [10:48:01.606] Different program with same set of files +Info 16 [10:48:01.625] getCompletionData: Get current token: 0.015786000061780214 +Info 17 [10:48:01.625] getCompletionData: Is inside comment: 0.03375300019979477 +Info 18 [10:48:01.625] getCompletionData: Get previous token: 0.03980799997225404 +Info 19 [10:48:01.629] getCompletionData: Semantic work: 3.432727000210434 +Info 20 [10:48:01.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 21.44380299979821 +Info 21 [10:48:01.657] Format host information updated +Info 22 [10:48:01.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23 [10:48:01.714] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 2.423206000123173ms +Info 24 [10:48:01.714] Different program with same set of files +Info 25 [10:48:01.714] getCompletionData: Get current token: 0.005922999698668718 +Info 26 [10:48:01.714] getCompletionData: Is inside comment: 0.012317999731749296 +Info 27 [10:48:01.715] getCompletionData: Get previous token: 0.013927999883890152 +Info 28 [10:48:01.716] getCompletionData: Semantic work: 1.5606350000016391 +Info 29 [10:48:01.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.550141000188887 +Info 30 [10:48:01.728] Format host information updated +Info 31 [10:48:01.811] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 32 [10:48:01.813] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 1.4772279998287559ms +Info 33 [10:48:01.813] Different program with same set of files +Info 34 [10:48:01.813] getCompletionData: Get current token: 0.07846800005063415 +Info 35 [10:48:01.813] getCompletionData: Is inside comment: 0.018548000138252974 +Info 36 [10:48:01.813] getCompletionData: Get previous token: 0.030457000248134136 +Info 37 [10:48:01.814] getCompletionData: Semantic work: 1.3754830001853406 +Info 38 [10:48:01.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.785407000221312 +Info 39 [10:48:01.823] Format host information updated +Info 40 [10:48:01.900] Format host information updated +Info 41 [10:48:01.960] Format host information updated +Info 42 [10:48:02.047] Format host information updated +Info 43 [10:48:02.225] Format host information updated +Info 44 [10:48:02.337] Format host information updated +Info 45 [10:48:02.493] Format host information updated +Info 46 [10:48:02.581] Format host information updated +Info 47 [10:48:02.671] Format host information updated +Info 48 [10:48:03.303] Format host information updated +Info 49 [10:48:03.637] Format host information updated +Info 50 [10:48:03.772] Format host information updated +Info 51 [10:48:03.833] Format host information updated +Info 52 [10:48:04.917] Format host information updated +Info 53 [10:48:05.525] Format host information updated +Info 54 [10:48:06.834] Format host information updated +Info 55 [10:48:06.921] Format host information updated +Info 56 [10:48:07.012] Format host information updated +Info 57 [10:48:07.366] Format host information updated +Info 58 [10:48:07.445] Format host information updated +Info 59 [10:48:07.594] Format host information updated +Info 60 [10:48:09.843] Format host information updated +Info 61 [10:48:10.919] Format host information updated +Info 62 [10:48:11.031] Format host information updated +Info 63 [10:48:11.201] Format host information updated +Info 64 [10:48:11.329] Format host information updated +Info 65 [10:48:11.508] Format host information updated +Info 66 [10:48:11.887] Format host information updated +Info 67 [10:48:12.106] Format host information updated +Info 68 [10:48:12.206] Format host information updated +Info 69 [10:48:12.357] Format host information updated +Info 70 [10:48:12.437] Format host information updated +Info 71 [10:48:12.547] Format host information updated +Info 72 [10:48:13.204] Format host information updated +Info 73 [10:48:13.358] Format host information updated +Info 74 [10:48:13.426] Format host information updated +Info 75 [10:48:13.725] Format host information updated +Info 76 [10:48:13.786] Format host information updated +Info 77 [10:48:13.851] Format host information updated +Info 78 [10:48:13.977] Format host information updated +Info 79 [10:48:14.178] Format host information updated +Info 80 [10:48:14.271] Format host information updated +Info 81 [10:48:14.385] Format host information updated +Info 82 [10:48:14.444] Format host information updated +Info 83 [10:50:05.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 84 [10:50:05.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed: 13.920464999973774ms +Info 85 [10:50:05.701] Project '/dev/null/inferredProject1*' (Inferred) +Info 86 [10:50:05.701] Files (9) + +Info 87 [10:50:05.701] ----------------------------------------------- +Info 88 [10:50:05.701] Project '/dev/null/inferredProject1*' (Inferred) +Info 88 [10:50:05.701] Files (9) + +Info 88 [10:50:05.701] ----------------------------------------------- +Info 88 [10:50:05.701] Open files: +Info 88 [10:50:05.701] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 88 [10:50:05.701] Projects: /dev/null/inferredProject1* +Info 88 [10:50:05.701] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 88 [10:50:05.701] Projects: /dev/null/inferredProject1* +Info 88 [10:50:10.808] Format host information updated +Info 89 [10:50:11.094] Format host information updated +Info 90 [10:50:11.154] Format host information updated +Info 91 [10:50:11.316] Format host information updated +Info 92 [10:50:11.404] Format host information updated +Info 93 [10:50:11.521] Format host information updated +Info 94 [10:50:11.753] Format host information updated +Info 95 [10:50:12.684] Format host information updated +Info 96 [10:50:15.291] Format host information updated +Info 97 [10:50:15.514] Format host information updated +Info 98 [10:50:15.630] Format host information updated +Info 99 [10:50:15.694] Format host information updated +Info 100 [10:50:15.832] Format host information updated +Info 101 [10:50:15.949] Format host information updated +Info 102 [10:50:19.898] Format host information updated +Info 103 [10:50:20.342] Format host information updated +Info 104 [10:50:20.732] Format host information updated +Info 105 [10:50:20.795] Format host information updated +Info 106 [10:50:20.992] Format host information updated +Info 107 [10:50:21.082] Format host information updated +Info 108 [10:50:21.155] Format host information updated +Info 109 [10:50:21.406] Format host information updated +Info 110 [10:50:21.492] Format host information updated +Info 111 [10:50:22.280] Format host information updated +Info 112 [10:50:25.255] Format host information updated +Info 113 [10:50:27.076] Format host information updated +Info 114 [10:50:27.206] Format host information updated +Info 115 [10:50:27.293] Format host information updated +Info 116 [10:50:27.431] Format host information updated +Info 117 [10:50:27.786] Format host information updated +Info 118 [10:50:27.868] Format host information updated +Info 119 [10:50:28.799] Format host information updated +Info 120 [10:50:28.866] Format host information updated +Info 121 [10:50:29.426] Format host information updated +Info 122 [10:50:29.630] Format host information updated +Info 123 [10:50:29.761] Format host information updated +Info 124 [10:50:29.958] Format host information updated +Info 125 [10:50:30.229] Format host information updated +Info 126 [10:50:30.368] Format host information updated +Info 127 [10:50:30.534] Format host information updated +Info 128 [10:50:30.749] Format host information updated +Info 129 [10:50:30.811] Format host information updated +Info 130 [10:50:30.973] Format host information updated +Info 131 [10:50:31.037] Format host information updated +Info 132 [10:50:31.142] Format host information updated +Info 133 [10:50:31.301] Format host information updated +Info 134 [10:50:31.551] Format host information updated +Info 135 [10:50:31.625] Format host information updated +Info 136 [10:50:31.695] Format host information updated +Info 137 [10:50:31.838] Format host information updated +Info 138 [10:50:32.000] Format host information updated +Info 139 [10:50:32.663] Format host information updated +Info 140 [10:50:32.868] Format host information updated +Info 141 [10:50:32.975] Format host information updated +Info 142 [10:50:33.209] Format host information updated +Info 143 [10:50:33.376] Format host information updated +Info 144 [10:50:33.676] Format host information updated +Info 145 [10:50:33.789] Format host information updated +Info 146 [10:50:33.982] Format host information updated +Info 147 [10:50:34.053] Format host information updated +Info 148 [10:50:34.180] Format host information updated +Info 149 [10:50:34.249] Format host information updated +Info 150 [10:50:34.340] Format host information updated +Info 151 [10:50:34.453] Format host information updated +Info 152 [10:50:34.603] Format host information updated +Info 153 [10:50:38.879] Format host information updated +Info 154 [10:50:39.324] Format host information updated +Info 155 [10:50:39.421] Format host information updated +Info 156 [10:50:39.657] Format host information updated +Info 157 [10:50:39.780] Format host information updated +Info 158 [10:50:40.395] Format host information updated +Info 159 [10:50:48.710] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 160 [10:50:48.716] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed: 6.0342029999010265ms +Info 161 [10:50:48.716] Project '/dev/null/inferredProject1*' (Inferred) +Info 162 [10:50:48.716] Files (10) + +Info 163 [10:50:48.716] ----------------------------------------------- +Info 164 [10:50:48.716] Project '/dev/null/inferredProject1*' (Inferred) +Info 164 [10:50:48.716] Files (10) + +Info 164 [10:50:48.716] ----------------------------------------------- +Info 164 [10:50:48.716] Open files: +Info 164 [10:50:48.716] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 164 [10:50:48.716] Projects: /dev/null/inferredProject1* +Info 164 [10:50:48.716] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 164 [10:50:48.716] Projects: /dev/null/inferredProject1* +Info 164 [10:50:48.716] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 164 [10:50:48.716] Projects: /dev/null/inferredProject1* +Info 164 [10:50:48.998] Format host information updated +Info 165 [10:50:54.898] Project '/dev/null/inferredProject1*' (Inferred) +Info 165 [10:50:54.898] Files (10) + +Info 165 [10:50:54.898] ----------------------------------------------- +Info 165 [10:50:54.898] Open files: +Info 165 [10:50:54.898] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 165 [10:50:54.898] Projects: /dev/null/inferredProject1* +Info 165 [10:50:54.898] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 165 [10:50:54.898] Projects: /dev/null/inferredProject1* +Info 165 [10:51:11.665] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 166 [10:51:11.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: true structureIsReused:: Not Elapsed: 3.5637050000950694ms +Info 167 [10:51:11.669] Project '/dev/null/inferredProject1*' (Inferred) +Info 168 [10:51:11.669] Files (10) + +Info 169 [10:51:11.669] ----------------------------------------------- +Info 170 [10:51:11.669] Project '/dev/null/inferredProject1*' (Inferred) +Info 170 [10:51:11.669] Files (10) + +Info 170 [10:51:11.669] ----------------------------------------------- +Info 170 [10:51:11.669] Open files: +Info 170 [10:51:11.669] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 170 [10:51:11.669] Projects: /dev/null/inferredProject1* +Info 170 [10:51:11.669] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 170 [10:51:11.669] Projects: /dev/null/inferredProject1* +Info 170 [10:51:11.669] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 170 [10:51:11.669] Projects: /dev/null/inferredProject1* +Info 170 [10:51:11.909] Format host information updated +Info 171 [10:51:13.519] Format host information updated +Info 172 [10:51:14.183] Format host information updated +Info 173 [10:51:14.646] Format host information updated +Info 174 [10:51:16.275] Format host information updated +Info 175 [10:51:19.680] Format host information updated +Info 176 [10:51:19.817] Format host information updated +Info 177 [10:51:20.376] Format host information updated +Info 178 [10:51:21.691] Format host information updated +Info 179 [10:51:21.938] Format host information updated +Info 180 [10:51:22.500] Format host information updated +Info 181 [10:51:23.530] Format host information updated +Info 182 [10:51:24.465] Format host information updated +Info 183 [10:51:24.626] Format host information updated +Info 184 [10:51:24.770] Format host information updated +Info 185 [10:51:24.869] Format host information updated +Info 186 [10:51:25.092] Format host information updated +Info 187 [10:51:25.468] Format host information updated +Info 188 [10:51:25.697] Format host information updated +Info 189 [10:51:25.816] Format host information updated +Info 190 [10:51:25.923] Format host information updated +Info 191 [10:51:26.518] Format host information updated +Info 192 [10:51:26.626] Format host information updated +Info 193 [10:51:26.735] Format host information updated +Info 194 [10:51:26.835] Format host information updated +Info 195 [10:51:26.917] Format host information updated +Info 196 [10:51:35.441] Format host information updated +Info 197 [10:51:35.801] Format host information updated +Info 198 [10:51:35.874] Format host information updated +Info 199 [10:51:36.070] Format host information updated +Info 200 [10:51:36.229] Format host information updated +Info 201 [10:51:36.307] Format host information updated +Info 202 [10:51:36.470] Format host information updated +Info 203 [10:51:36.549] Format host information updated +Info 204 [10:51:37.118] Format host information updated +Info 205 [10:51:37.269] Format host information updated +Info 206 [10:51:37.332] Format host information updated +Info 207 [10:51:37.419] Format host information updated +Info 208 [10:51:37.494] Format host information updated +Info 209 [10:51:37.636] Format host information updated +Info 210 [10:51:38.064] Format host information updated +Info 211 [10:51:38.193] Format host information updated +Info 212 [10:51:38.250] Format host information updated +Info 213 [10:51:38.460] Format host information updated +Info 214 [10:51:38.646] Format host information updated +Info 215 [10:51:38.717] Format host information updated +Info 216 [10:51:38.855] Format host information updated +Info 217 [10:51:38.953] Format host information updated +Info 218 [10:51:39.059] Format host information updated +Info 219 [10:51:39.259] Format host information updated +Info 220 [10:51:39.355] Format host information updated +Info 221 [10:51:39.446] Format host information updated +Info 222 [10:51:39.524] Format host information updated +Info 223 [10:51:40.128] Format host information updated +Info 224 [10:51:40.232] Format host information updated +Info 225 [10:51:40.379] Format host information updated +Info 226 [10:51:40.485] Format host information updated +Info 227 [10:51:40.585] Format host information updated +Info 228 [10:51:40.733] Format host information updated +Info 229 [10:51:40.867] Format host information updated +Info 230 [10:51:40.928] Format host information updated +Info 231 [10:51:41.323] Format host information updated +Info 232 [10:51:41.418] Format host information updated +Info 233 [10:51:41.488] Format host information updated +Info 234 [10:51:41.687] Format host information updated +Info 235 [10:51:41.822] Format host information updated +Info 236 [10:51:42.076] Format host information updated +Info 237 [10:51:42.347] Format host information updated +Info 238 [10:51:42.548] Format host information updated +Info 239 [10:51:42.779] Format host information updated +Info 240 [10:51:42.968] Format host information updated +Info 241 [10:51:43.021] Format host information updated +Info 242 [10:51:43.098] Format host information updated +Info 243 [10:51:43.248] Format host information updated +Info 244 [10:51:43.312] Format host information updated +Info 245 [10:51:43.497] Format host information updated +Info 246 [10:51:44.095] Format host information updated +Info 247 [10:51:44.095] Format host information updated +Info 248 [10:51:44.096] Format host information updated +Info 249 [10:51:46.291] Format host information updated +Info 250 [10:51:46.485] Format host information updated +Info 251 [10:51:46.609] Format host information updated +Info 252 [10:51:46.673] Format host information updated +Info 253 [10:51:46.790] Format host information updated +Info 254 [10:51:47.571] Format host information updated +Info 255 [10:51:47.768] Format host information updated +Info 256 [10:51:47.860] Format host information updated +Info 257 [10:51:47.952] Format host information updated +Info 258 [10:51:48.067] Format host information updated +Info 259 [10:51:50.169] Format host information updated +Info 260 [10:51:55.578] Format host information updated +Info 261 [10:51:56.020] Format host information updated +Info 262 [10:51:56.107] Format host information updated +Info 263 [10:51:56.309] Format host information updated +Info 264 [10:51:56.447] Format host information updated +Info 265 [10:51:56.562] Format host information updated +Info 266 [10:51:56.617] Format host information updated +Info 267 [10:51:57.116] Format host information updated +Info 268 [10:51:57.331] Format host information updated +Info 269 [10:51:57.474] Format host information updated +Info 270 [10:51:57.545] Format host information updated +Info 271 [10:51:57.661] Format host information updated +Info 272 [10:51:57.717] Format host information updated +Info 273 [10:51:58.031] Format host information updated +Info 274 [10:51:58.128] Format host information updated +Info 275 [10:51:58.391] Format host information updated +Info 276 [10:51:58.935] Format host information updated +Info 277 [10:51:59.101] Format host information updated +Info 278 [10:51:59.238] Format host information updated +Info 279 [10:51:59.331] Format host information updated +Info 280 [10:51:59.452] Format host information updated +Info 281 [10:51:59.587] Format host information updated +Info 282 [10:51:59.658] Format host information updated +Info 283 [10:51:59.949] Format host information updated +Info 284 [10:52:00.161] Format host information updated +Info 285 [10:52:00.275] Format host information updated +Info 286 [10:52:00.335] Format host information updated +Info 287 [10:52:00.453] Format host information updated +Info 288 [10:52:00.513] Format host information updated +Info 289 [10:52:00.579] Format host information updated +Info 290 [10:52:00.806] Format host information updated +Info 291 [10:52:00.908] Format host information updated +Info 292 [10:52:01.123] Format host information updated +Info 293 [10:52:01.204] Format host information updated +Info 294 [10:52:01.710] Format host information updated +Info 295 [10:52:04.913] Format host information updated +Info 296 [10:52:05.147] Format host information updated +Info 297 [10:52:05.251] Format host information updated +Info 298 [10:52:06.143] Format host information updated +Info 299 [10:52:06.215] Format host information updated +Info 300 [10:52:06.745] Format host information updated +Info 301 [10:52:07.006] Format host information updated +Info 302 [10:52:07.071] Format host information updated +Info 303 [10:52:07.879] Format host information updated +Info 304 [10:52:08.196] Format host information updated +Info 305 [10:52:08.414] Format host information updated +Info 306 [10:52:08.502] Format host information updated +Info 307 [10:52:08.608] Format host information updated +Info 308 [10:52:08.947] Format host information updated +Info 309 [10:52:09.045] Format host information updated +Info 310 [10:52:09.372] Format host information updated +Info 311 [10:52:09.497] Format host information updated +Info 312 [10:52:09.632] Format host information updated +Info 313 [10:52:09.704] Format host information updated +Info 314 [10:52:09.883] Format host information updated +Info 315 [10:52:09.953] Format host information updated +Info 316 [10:52:10.082] Format host information updated +Info 317 [10:52:10.230] Format host information updated +Info 318 [10:52:10.568] Format host information updated +Info 319 [10:52:10.959] Format host information updated +Info 320 [10:52:11.059] Format host information updated +Info 321 [10:52:11.182] Format host information updated +Info 322 [10:52:11.260] Format host information updated +Info 323 [10:52:11.374] Format host information updated +Info 324 [10:52:11.765] Format host information updated +Info 325 [10:52:11.869] Format host information updated +Info 326 [10:52:12.190] Format host information updated +Info 327 [10:52:12.374] Format host information updated +Info 328 [10:52:12.451] Format host information updated +Info 329 [10:52:12.592] Format host information updated +Info 330 [10:52:13.016] Format host information updated +Info 331 [10:52:13.183] Format host information updated +Info 332 [10:52:13.264] Format host information updated +Info 333 [10:52:13.365] Format host information updated +Info 334 [10:52:17.162] Format host information updated +Info 335 [10:52:17.528] Format host information updated +Info 336 [10:52:17.683] Format host information updated +Info 337 [10:52:17.781] Format host information updated +Info 338 [10:52:17.952] Format host information updated +Info 339 [10:52:19.064] Format host information updated +Info 340 [10:52:24.143] Format host information updated +Info 341 [10:52:24.419] Format host information updated +Info 342 [10:52:24.702] Format host information updated +Info 343 [10:52:24.827] Format host information updated +Info 344 [10:52:24.950] Format host information updated +Info 345 [10:52:25.447] Format host information updated +Info 346 [10:52:25.934] Format host information updated +Info 347 [10:52:26.070] Format host information updated +Info 348 [10:52:26.246] Format host information updated +Info 349 [10:52:26.414] Format host information updated +Info 350 [10:52:26.489] Format host information updated +Info 351 [10:52:26.595] Format host information updated +Info 352 [10:52:26.671] Format host information updated +Info 353 [10:52:26.976] Format host information updated +Info 354 [10:52:27.038] Format host information updated +Info 355 [10:52:27.830] Format host information updated +Info 356 [10:52:29.188] Format host information updated +Info 357 [10:52:29.257] Format host information updated +Info 358 [10:52:30.453] Format host information updated +Info 359 [10:52:31.041] Format host information updated +Info 360 [10:52:31.151] Format host information updated +Info 361 [10:52:32.330] Format host information updated +Info 362 [10:52:32.463] Format host information updated +Info 363 [10:52:32.582] Format host information updated +Info 364 [10:52:32.697] Format host information updated +Info 365 [10:52:32.979] Format host information updated +Info 366 [10:52:33.040] Format host information updated +Info 367 [10:52:33.567] Format host information updated +Info 368 [10:52:33.686] Format host information updated +Info 369 [10:52:34.205] Format host information updated +Info 370 [10:52:34.281] Format host information updated +Info 371 [10:52:34.478] Format host information updated +Info 372 [10:52:35.190] Format host information updated +Info 373 [10:52:35.190] Format host information updated +Info 374 [10:52:35.191] Format host information updated +Info 375 [10:52:35.740] Format host information updated +Info 376 [10:52:35.952] Format host information updated +Info 377 [10:52:36.055] Format host information updated +Info 378 [10:52:36.192] Format host information updated +Info 379 [10:52:36.331] Format host information updated +Info 380 [10:52:36.525] Format host information updated +Info 381 [10:52:36.747] Format host information updated +Info 382 [10:52:36.962] Format host information updated +Info 383 [10:52:37.303] Format host information updated +Info 384 [10:52:37.303] Format host information updated +Info 385 [10:52:37.304] Format host information updated +Info 386 [10:52:37.841] Format host information updated +Info 387 [10:52:37.951] Format host information updated +Info 388 [10:52:38.143] Format host information updated +Info 389 [10:52:38.231] Format host information updated +Info 390 [10:52:39.089] Format host information updated +Info 391 [10:52:39.243] Format host information updated +Info 392 [10:52:39.325] Format host information updated +Info 393 [10:52:39.540] Format host information updated +Info 394 [10:52:39.595] Format host information updated +Info 395 [10:52:39.691] Format host information updated +Info 396 [10:52:39.848] Format host information updated +Info 397 [10:52:40.115] Format host information updated +Info 398 [10:52:40.296] Format host information updated +Info 399 [10:52:40.353] Format host information updated +Info 400 [10:52:40.468] Format host information updated +Info 401 [10:52:40.660] Format host information updated +Info 402 [10:52:40.795] Format host information updated +Info 403 [10:52:40.862] Format host information updated +Info 404 [10:52:41.160] Format host information updated +Info 405 [10:52:45.868] Format host information updated +Info 406 [10:52:47.892] Format host information updated +Info 407 [10:52:48.003] Format host information updated +Info 408 [10:52:48.184] Format host information updated +Info 409 [10:52:48.302] Format host information updated +Info 410 [10:52:48.485] Format host information updated +Info 411 [10:52:48.578] Format host information updated +Info 412 [10:52:48.700] Format host information updated +Info 413 [10:52:48.816] Format host information updated +Info 414 [10:52:49.463] Format host information updated +Info 415 [10:52:49.573] Format host information updated +Info 416 [10:52:49.674] Format host information updated +Info 417 [10:52:49.786] Format host information updated +Info 418 [10:52:58.527] Format host information updated +Info 419 [10:53:04.195] Format host information updated +Info 420 [10:53:04.410] Format host information updated +Info 421 [10:53:04.501] Format host information updated +Info 422 [10:53:04.618] Format host information updated +Info 423 [10:53:04.829] Format host information updated +Info 424 [10:53:05.394] Format host information updated +Info 425 [10:53:05.394] Format host information updated +Info 426 [10:53:05.395] Format host information updated +Info 427 [10:53:05.396] Format host information updated +Info 428 [10:53:05.653] Format host information updated +Info 429 [10:53:05.726] Format host information updated +Info 430 [10:53:05.813] Format host information updated +Info 431 [10:53:05.958] Format host information updated +Info 432 [10:53:06.046] Format host information updated +Info 433 [10:53:06.104] Format host information updated +Info 434 [10:53:06.501] Format host information updated +Info 435 [10:53:06.501] Format host information updated +Info 436 [10:53:06.502] Format host information updated +Info 437 [10:53:12.851] Format host information updated +Info 438 [10:53:13.105] Format host information updated +Info 439 [10:53:13.243] Format host information updated +Info 440 [10:53:13.357] Format host information updated +Info 441 [10:53:13.577] Format host information updated +Info 442 [10:53:13.689] Format host information updated +Info 443 [10:53:13.768] Format host information updated +Info 444 [10:53:13.854] Format host information updated +Info 445 [10:53:14.044] Format host information updated +Info 446 [10:53:14.270] Format host information updated +Info 447 [10:53:14.327] Format host information updated +Info 448 [10:53:14.671] Format host information updated +Info 449 [10:53:14.842] Format host information updated +Info 450 [10:53:14.926] Format host information updated +Info 451 [10:53:15.025] Format host information updated +Info 452 [10:53:15.142] Format host information updated +Info 453 [10:53:15.278] Format host information updated +Info 454 [10:53:15.511] Format host information updated +Info 455 [10:53:15.615] Format host information updated +Info 456 [10:53:15.838] Format host information updated +Info 457 [10:53:15.900] Format host information updated +Info 458 [10:53:15.972] Format host information updated +Info 459 [10:53:16.147] Format host information updated +Info 460 [10:53:17.823] Format host information updated +Info 461 [10:53:18.138] Format host information updated +Info 462 [10:53:18.303] Format host information updated +Info 463 [10:53:34.302] Format host information updated +Info 464 [10:53:34.762] Format host information updated +Info 465 [10:53:34.915] Format host information updated +Info 466 [10:53:35.012] Format host information updated +Info 467 [10:53:35.119] Format host information updated +Info 468 [10:53:35.225] Format host information updated +Info 469 [10:53:35.296] Format host information updated +Info 470 [10:53:35.474] Format host information updated +Info 471 [10:53:35.632] Format host information updated +Info 472 [10:53:35.690] Format host information updated +Info 473 [10:53:35.904] Format host information updated +Info 474 [10:53:36.354] Format host information updated +Info 475 [10:53:36.522] Format host information updated +Info 476 [10:53:36.619] Format host information updated +Info 477 [10:53:36.720] Format host information updated +Info 478 [10:53:36.805] Format host information updated +Info 479 [10:53:37.061] Format host information updated +Info 480 [10:53:37.127] Format host information updated +Info 481 [10:53:37.555] Format host information updated +Info 482 [10:53:38.319] Format host information updated +Info 483 [10:53:38.696] Format host information updated +Info 484 [10:53:39.488] Format host information updated +Info 485 [10:53:39.641] Format host information updated +Info 486 [10:53:39.727] Format host information updated +Info 487 [10:53:39.817] Format host information updated +Info 488 [10:53:40.004] Format host information updated +Info 489 [10:53:40.168] Format host information updated +Info 490 [10:53:40.229] Format host information updated +Info 491 [10:53:40.610] Format host information updated +Info 492 [10:53:40.704] Format host information updated +Info 493 [10:53:40.988] Format host information updated +Info 494 [10:53:41.103] Format host information updated +Info 495 [10:53:41.596] Format host information updated +Info 496 [10:53:41.769] Format host information updated +Info 497 [10:53:41.838] Format host information updated +Info 498 [10:53:41.902] Format host information updated +Info 499 [10:53:42.059] Format host information updated +Info 500 [10:53:42.179] Format host information updated +Info 501 [10:53:42.382] Format host information updated +Info 502 [10:53:45.499] Format host information updated +Info 503 [10:53:47.455] Format host information updated +Info 504 [10:53:47.611] Format host information updated +Info 505 [10:53:48.035] Format host information updated +Info 506 [10:53:48.132] Format host information updated +Info 507 [10:53:48.253] Format host information updated +Info 508 [10:53:48.612] Format host information updated +Info 509 [10:53:48.612] Format host information updated +Info 510 [10:53:48.613] Format host information updated +Info 511 [10:53:49.831] Format host information updated +Info 512 [10:53:50.127] Format host information updated +Info 513 [10:53:50.296] Format host information updated +Info 514 [10:53:50.550] Format host information updated +Info 515 [10:53:50.607] Format host information updated +Info 516 [10:53:50.776] Format host information updated +Info 517 [10:53:50.915] Format host information updated +Info 518 [10:53:50.980] Format host information updated +Info 519 [10:53:51.082] Format host information updated +Info 520 [10:53:51.372] Format host information updated +Info 521 [10:53:51.445] Format host information updated +Info 522 [10:53:51.720] Format host information updated +Info 523 [10:53:51.923] Format host information updated +Info 524 [10:53:51.994] Format host information updated +Info 525 [10:53:55.101] Format host information updated +Info 526 [10:53:55.546] Format host information updated +Info 527 [10:53:56.085] Format host information updated +Info 528 [10:53:56.337] Format host information updated +Info 529 [10:53:56.452] Format host information updated +Info 530 [10:53:56.854] Format host information updated +Info 531 [10:53:57.093] Format host information updated +Info 532 [10:53:57.810] Format host information updated +Info 533 [10:53:58.828] Format host information updated +Info 534 [10:53:59.798] Format host information updated +Info 535 [10:54:01.277] Format host information updated +Info 536 [10:54:01.882] Format host information updated +Info 537 [10:54:02.033] Format host information updated +Info 538 [10:54:02.742] Format host information updated +Info 539 [10:54:02.877] Format host information updated +Info 540 [10:54:03.096] Format host information updated +Info 541 [10:54:03.278] Format host information updated +Info 542 [10:54:03.435] Format host information updated +Info 543 [10:54:03.926] Format host information updated +Info 544 [10:54:03.991] Format host information updated +Info 545 [10:54:04.093] Format host information updated +Info 546 [10:54:04.223] Format host information updated +Info 547 [10:54:04.540] Format host information updated +Info 548 [10:54:05.406] Format host information updated +Info 549 [10:54:05.630] Format host information updated +Info 550 [10:54:05.810] Format host information updated +Info 551 [10:54:06.260] Format host information updated +Info 552 [10:54:06.396] Format host information updated +Info 553 [10:54:06.561] Format host information updated +Info 554 [10:54:06.678] Format host information updated +Info 555 [10:54:06.813] Format host information updated +Info 556 [10:54:07.112] Format host information updated +Info 557 [10:54:07.842] Format host information updated +Info 558 [10:54:07.996] Format host information updated +Info 559 [10:54:08.297] Format host information updated +Info 560 [10:54:08.575] Format host information updated +Info 561 [10:54:08.724] Format host information updated +Info 562 [10:54:08.807] Format host information updated +Info 563 [10:54:09.291] Format host information updated +Info 564 [10:54:10.005] Format host information updated +Info 565 [10:54:10.139] Format host information updated +Info 566 [10:54:10.265] Format host information updated +Info 567 [10:54:10.467] Format host information updated +Info 568 [10:54:10.687] Format host information updated +Info 569 [10:54:10.958] Format host information updated +Info 570 [10:54:11.082] Format host information updated +Info 571 [10:54:11.251] Format host information updated +Info 572 [10:54:11.336] Format host information updated +Info 573 [10:54:11.547] Format host information updated +Info 574 [10:54:11.767] Format host information updated +Info 575 [10:54:11.946] Format host information updated +Info 576 [10:54:12.126] Format host information updated +Info 577 [10:54:12.188] Format host information updated +Info 578 [10:54:12.331] Format host information updated +Info 579 [10:54:12.401] Format host information updated +Info 580 [10:54:13.381] Format host information updated +Info 581 [10:54:14.656] Format host information updated +Info 582 [10:54:14.806] Format host information updated +Info 583 [10:54:15.295] Format host information updated +Info 584 [10:54:15.397] Format host information updated +Info 585 [10:54:15.518] Format host information updated +Info 586 [10:54:15.592] Format host information updated +Info 587 [10:54:25.219] Format host information updated +Info 588 [10:54:26.822] Format host information updated +Info 589 [10:54:27.543] Format host information updated +Info 590 [10:54:28.023] Format host information updated +Info 591 [10:54:30.479] Format host information updated +Info 592 [10:54:32.382] Format host information updated +Info 593 [10:54:32.498] Format host information updated +Info 594 [10:54:34.372] Format host information updated +Info 595 [10:54:37.234] Format host information updated +Info 596 [10:54:37.724] Format host information updated +Info 597 [10:54:39.122] Format host information updated +Info 598 [10:54:39.421] Format host information updated +Info 599 [10:54:40.273] Format host information updated +Info 600 [10:54:42.623] Format host information updated +Info 601 [10:54:43.826] Format host information updated +Info 602 [10:54:46.969] Format host information updated +Info 603 [10:54:49.447] Format host information updated +Info 604 [10:54:51.596] Format host information updated +Info 605 [10:54:53.092] Format host information updated +Info 606 [10:54:56.628] Format host information updated +Info 607 [10:54:56.815] Format host information updated +Info 608 [10:54:58.224] Format host information updated +Info 609 [10:55:00.969] Format host information updated +Info 610 [10:55:01.201] Format host information updated +Info 611 [10:55:02.044] Format host information updated +Info 612 [10:55:03.154] Format host information updated +Info 613 [10:55:03.409] Format host information updated +Info 614 [10:55:04.125] Format host information updated +Info 615 [10:55:09.628] Format host information updated +Info 616 [10:55:10.114] Format host information updated +Info 617 [10:55:10.266] Format host information updated +Info 618 [10:55:10.331] Format host information updated +Info 619 [10:55:10.472] Format host information updated +Info 620 [10:55:10.569] Format host information updated +Info 621 [10:55:10.642] Format host information updated +Info 622 [10:55:10.775] Format host information updated +Info 623 [10:55:10.835] Format host information updated +Info 624 [10:55:11.459] Format host information updated +Info 625 [10:55:11.532] Format host information updated +Info 626 [10:55:11.641] Format host information updated +Info 627 [10:55:11.958] Format host information updated +Info 628 [10:55:12.101] Format host information updated +Info 629 [10:55:12.157] Format host information updated +Info 630 [10:55:12.236] Format host information updated +Info 631 [10:55:12.320] Format host information updated +Info 632 [10:55:12.442] Format host information updated +Info 633 [10:55:12.527] Format host information updated +Info 634 [10:55:12.619] Format host information updated +Info 635 [10:55:12.775] Format host information updated +Info 636 [10:55:12.971] Format host information updated +Info 637 [10:55:13.058] Format host information updated +Info 638 [10:55:13.190] Format host information updated +Info 639 [10:55:13.372] Format host information updated +Info 640 [10:55:13.908] Format host information updated +Info 641 [10:55:14.040] Format host information updated +Info 642 [10:55:14.150] Format host information updated +Info 643 [10:55:14.573] Format host information updated +Info 644 [10:55:14.934] Format host information updated +Info 645 [10:55:15.036] Format host information updated +Info 646 [10:55:15.168] Format host information updated +Info 647 [10:55:15.288] Format host information updated +Info 648 [10:55:15.401] Format host information updated +Info 649 [10:55:15.524] Format host information updated +Info 650 [10:55:15.646] Format host information updated +Info 651 [10:55:16.512] Format host information updated +Info 652 [10:55:16.705] Format host information updated +Info 653 [10:55:17.131] Format host information updated +Info 654 [10:55:17.276] Format host information updated +Info 655 [10:55:17.484] Format host information updated +Info 656 [10:55:17.769] Format host information updated +Info 657 [10:55:17.885] Format host information updated +Info 658 [10:55:17.933] Format host information updated +Info 659 [10:55:18.298] Format host information updated +Info 660 [10:55:18.372] Format host information updated +Info 661 [10:55:18.540] Format host information updated +Info 662 [10:55:19.051] Format host information updated +Info 663 [10:55:19.051] Format host information updated +Info 664 [10:55:19.053] Format host information updated +Info 665 [10:55:43.545] Format host information updated +Info 666 [10:55:44.416] Format host information updated +Info 667 [10:55:45.484] Format host information updated +Info 668 [10:55:45.714] Format host information updated +Info 669 [10:55:45.847] Format host information updated +Info 670 [10:55:46.366] Format host information updated +Info 671 [10:55:46.489] Format host information updated +Info 672 [10:55:46.723] Format host information updated +Info 673 [10:55:46.900] Format host information updated +Info 674 [10:55:46.977] Format host information updated +Info 675 [10:55:47.073] Format host information updated +Info 676 [10:55:47.449] Format host information updated +Info 677 [10:55:47.554] Format host information updated +Info 678 [10:55:48.281] Format host information updated +Info 679 [10:55:50.067] Format host information updated +Info 680 [10:55:50.348] Format host information updated +Info 681 [10:55:50.736] Format host information updated +Info 682 [10:55:51.149] Format host information updated +Info 683 [10:55:55.195] Format host information updated +Info 684 [10:55:55.359] Format host information updated +Info 685 [10:55:55.778] Format host information updated +Info 686 [10:55:56.046] Format host information updated +Info 687 [10:55:56.200] Format host information updated +Info 688 [10:55:56.950] Format host information updated +Info 689 [10:55:57.173] Format host information updated +Info 690 [10:55:57.296] Format host information updated +Info 691 [10:55:57.401] Format host information updated +Info 692 [10:55:57.592] Format host information updated +Info 693 [10:55:57.930] Format host information updated +Info 694 [10:55:58.022] Format host information updated +Info 695 [10:55:58.184] Format host information updated +Info 696 [10:55:58.252] Format host information updated +Info 697 [10:55:58.433] Format host information updated +Info 698 [10:55:58.581] Format host information updated +Info 699 [10:55:58.651] Format host information updated +Info 700 [10:55:59.174] Format host information updated +Info 701 [10:55:59.403] Format host information updated +Info 702 [10:55:59.528] Format host information updated +Info 703 [10:55:59.782] Format host information updated +Info 704 [10:55:59.986] Format host information updated +Info 705 [10:56:00.089] Format host information updated +Info 706 [10:56:00.168] Format host information updated +Info 707 [10:56:01.348] Format host information updated +Info 708 [10:56:01.349] Format host information updated +Info 709 [10:56:01.350] Format host information updated +Info 710 [10:56:01.837] Format host information updated +Info 711 [10:56:01.994] Format host information updated +Info 712 [10:56:02.192] Format host information updated +Info 713 [10:56:02.376] Format host information updated +Info 714 [10:56:02.545] Format host information updated +Info 715 [10:56:02.831] Format host information updated +Info 716 [10:56:02.921] Format host information updated +Info 717 [10:56:03.048] Format host information updated +Info 718 [10:56:03.309] Format host information updated +Info 719 [10:56:03.436] Format host information updated +Info 720 [10:56:03.721] Format host information updated +Info 721 [10:56:04.059] Format host information updated +Info 722 [10:56:04.208] Format host information updated +Info 723 [10:56:04.441] Format host information updated +Info 724 [10:56:04.562] Format host information updated +Info 725 [10:56:08.503] Format host information updated +Info 726 [10:56:08.769] Format host information updated +Info 727 [10:56:08.852] Format host information updated +Info 728 [10:56:09.147] Format host information updated +Info 729 [10:56:09.277] Format host information updated +Info 730 [10:56:09.627] Format host information updated +Info 731 [10:56:10.101] Format host information updated +Info 732 [10:56:10.224] Format host information updated +Info 733 [10:56:10.692] Format host information updated +Info 734 [10:56:10.798] Format host information updated +Info 735 [10:56:10.892] Format host information updated +Info 736 [10:56:11.363] Format host information updated +Info 737 [10:56:11.363] Format host information updated +Info 738 [10:56:11.365] Format host information updated +Info 739 [10:56:11.971] Format host information updated +Info 740 [10:56:12.518] Format host information updated +Info 741 [10:56:12.629] Format host information updated +Info 742 [10:56:12.692] Format host information updated +Info 743 [10:56:12.835] Format host information updated +Info 744 [10:56:13.046] Format host information updated +Info 745 [10:56:13.224] Format host information updated +Info 746 [10:56:13.294] Format host information updated +Info 747 [10:56:13.564] Format host information updated +Info 748 [10:56:13.695] Format host information updated +Info 749 [10:56:13.772] Format host information updated +Info 750 [10:56:14.061] Format host information updated +Info 751 [10:56:14.065] Format host information updated +Info 752 [10:56:17.541] Format host information updated +Info 753 [10:56:17.602] Format host information updated +Info 754 [10:56:17.706] Format host information updated +Info 755 [10:56:17.837] Format host information updated +Info 756 [10:56:18.040] Format host information updated +Info 757 [10:56:18.098] Format host information updated +Info 758 [10:56:19.320] Format host information updated +Info 759 [10:56:19.385] Format host information updated +Info 760 [10:56:19.866] Format host information updated +Info 761 [10:56:20.628] Format host information updated +Info 762 [10:56:20.628] Format host information updated +Info 763 [10:56:20.630] Format host information updated +Info 764 [10:56:20.727] Format host information updated +Info 765 [10:56:20.952] Format host information updated +Info 766 [10:56:21.093] Format host information updated +Info 767 [10:56:21.647] Format host information updated +Info 768 [10:56:21.647] Format host information updated +Info 769 [10:56:21.648] Format host information updated +Info 770 [10:56:24.076] Format host information updated +Info 771 [10:56:25.662] Format host information updated +Info 772 [10:56:25.662] Format host information updated +Info 773 [10:56:25.663] Format host information updated +Info 774 [10:56:25.896] Format host information updated +Info 775 [10:56:26.289] Format host information updated +Info 776 [10:56:26.559] Format host information updated +Info 777 [10:56:26.998] Format host information updated +Info 778 [10:56:26.999] Format host information updated +Info 779 [10:56:27.000] Format host information updated +Info 780 [10:56:27.105] Format host information updated +Info 781 [10:56:27.583] Format host information updated +Info 782 [10:56:28.443] Format host information updated +Info 783 [10:56:28.654] Format host information updated +Info 784 [10:56:28.755] Format host information updated +Info 785 [10:56:29.340] Format host information updated +Info 786 [10:56:29.340] Format host information updated +Info 787 [10:56:29.341] Format host information updated +Info 788 [10:56:29.461] Format host information updated +Info 789 [10:56:29.988] Format host information updated +Info 790 [10:56:30.075] Format host information updated +Info 791 [10:56:30.541] Format host information updated +Info 792 [10:56:30.542] Format host information updated +Info 793 [10:56:30.543] Format host information updated +Info 794 [10:56:32.580] Format host information updated +Info 795 [10:56:33.232] Format host information updated +Info 796 [10:56:33.584] Format host information updated +Info 797 [10:56:33.694] Format host information updated +Info 798 [10:56:34.347] Format host information updated +Info 799 [10:56:34.406] Format host information updated +Info 800 [10:56:34.502] Format host information updated +Info 801 [10:56:34.621] Format host information updated +Info 802 [10:56:34.676] Format host information updated +Info 803 [10:56:34.803] Format host information updated +Info 804 [10:56:34.868] Format host information updated +Info 805 [10:56:35.005] Format host information updated +Info 806 [10:56:35.082] Format host information updated +Info 807 [10:56:36.213] Format host information updated +Info 808 [10:56:36.384] Format host information updated +Info 809 [10:56:36.553] Format host information updated +Info 810 [10:56:36.621] Format host information updated +Info 811 [10:56:37.107] Format host information updated +Info 812 [10:56:37.474] Format host information updated +Info 813 [10:56:37.683] Format host information updated +Info 814 [10:56:37.858] Format host information updated +Info 815 [10:56:38.006] Format host information updated +Info 816 [10:56:38.151] Format host information updated +Info 817 [10:56:38.229] Format host information updated +Info 818 [10:56:38.303] Format host information updated +Info 819 [10:56:38.764] Format host information updated +Info 820 [10:56:38.765] Format host information updated +Info 821 [10:56:38.766] Format host information updated +Info 822 [10:56:38.824] Format host information updated +Info 823 [10:56:39.846] Format host information updated +Info 824 [10:56:39.962] Format host information updated +Info 825 [10:56:40.033] Format host information updated +Info 826 [10:56:40.097] Format host information updated +Info 827 [10:56:40.156] Format host information updated +Info 828 [10:56:40.224] Format host information updated +Info 829 [10:56:41.198] Format host information updated +Info 830 [10:56:41.198] Format host information updated +Info 831 [10:56:41.200] Format host information updated +Info 832 [10:56:41.337] Format host information updated +Info 833 [10:56:41.719] Format host information updated +Info 834 [10:56:41.719] Format host information updated +Info 835 [10:56:41.720] Format host information updated +Info 836 [10:56:42.284] Format host information updated +Info 837 [10:56:42.564] Format host information updated +Info 838 [10:56:43.330] Format host information updated +Info 839 [10:57:14.347] Format host information updated +Info 840 [10:57:14.668] Format host information updated +Info 841 [10:57:14.979] Format host information updated +Info 842 [10:57:15.391] Format host information updated +Info 843 [10:57:15.454] Format host information updated +Info 844 [10:57:15.595] Format host information updated +Info 845 [10:57:15.740] Format host information updated +Info 846 [10:57:15.853] Format host information updated +Info 847 [10:57:15.917] Format host information updated +Info 848 [10:57:16.065] Format host information updated +Info 849 [10:57:16.169] Format host information updated +Info 850 [10:57:16.350] Format host information updated +Info 851 [10:57:16.447] Format host information updated +Info 852 [10:57:16.844] Format host information updated +Info 853 [10:57:16.973] Format host information updated +Info 854 [10:57:17.099] Format host information updated +Info 855 [10:57:17.205] Format host information updated +Info 856 [10:57:17.265] Format host information updated +Info 857 [10:57:18.032] Format host information updated +Info 858 [10:57:18.032] Format host information updated +Info 859 [10:57:18.032] Format host information updated +Info 860 [10:57:18.033] Format host information updated +Info 861 [10:57:18.751] Format host information updated +Info 862 [10:57:19.456] Format host information updated +Info 863 [10:57:19.520] Format host information updated +Info 864 [10:57:19.600] Format host information updated +Info 865 [10:57:19.725] Format host information updated +Info 866 [10:57:19.903] Format host information updated +Info 867 [10:57:20.007] Format host information updated +Info 868 [10:57:20.181] Format host information updated +Info 869 [10:57:20.325] Format host information updated +Info 870 [10:57:20.392] Format host information updated +Info 871 [10:57:20.693] Format host information updated +Info 872 [10:57:20.819] Format host information updated +Info 873 [10:57:20.936] Format host information updated +Info 874 [10:57:21.035] Format host information updated +Info 875 [10:57:21.408] Format host information updated +Info 876 [10:57:21.511] Format host information updated +Info 877 [10:57:21.678] Format host information updated +Info 878 [10:57:21.809] Format host information updated +Info 879 [10:57:21.867] Format host information updated +Info 880 [10:57:22.025] Format host information updated +Info 881 [10:57:22.090] Format host information updated +Info 882 [10:57:22.175] Format host information updated +Info 883 [10:57:22.515] Format host information updated +Info 884 [10:57:22.585] Format host information updated +Info 885 [10:57:23.237] Format host information updated +Info 886 [10:57:27.846] Format host information updated +Info 887 [10:57:30.572] Format host information updated +Info 888 [10:57:30.792] Format host information updated +Info 889 [10:57:31.182] Format host information updated +Info 890 [10:57:31.246] Format host information updated +Info 891 [10:57:31.321] Format host information updated +Info 892 [10:57:31.414] Format host information updated +Info 893 [10:57:31.791] Format host information updated +Info 894 [10:57:31.882] Format host information updated +Info 895 [10:57:32.019] Format host information updated +Info 896 [10:57:32.143] Format host information updated +Info 897 [10:57:32.233] Format host information updated +Info 898 [10:57:32.707] Format host information updated +Info 899 [10:57:32.860] Format host information updated +Info 900 [10:57:32.996] Format host information updated +Info 901 [10:57:33.078] Format host information updated +Info 902 [10:57:33.245] Format host information updated +Info 903 [10:57:33.340] Format host information updated +Info 904 [10:57:33.404] Format host information updated +Info 905 [10:57:33.527] Format host information updated +Info 906 [10:57:33.783] Format host information updated +Info 907 [10:57:35.366] Format host information updated +Info 908 [10:57:37.274] Format host information updated +Info 909 [10:57:37.384] Format host information updated +Info 910 [10:57:37.526] Format host information updated +Info 911 [10:57:37.632] Format host information updated +Info 912 [10:57:37.755] Format host information updated +Info 913 [10:57:37.810] Format host information updated +Info 914 [10:57:38.545] Format host information updated +Info 915 [10:57:38.665] Format host information updated +Info 916 [10:57:38.795] Format host information updated +Info 917 [10:57:39.168] Format host information updated +Info 918 [10:57:39.168] Format host information updated +Info 919 [10:57:39.169] Format host information updated +Info 920 [10:57:46.381] Format host information updated +Info 921 [10:57:46.509] Format host information updated +Info 922 [10:57:46.680] Format host information updated +Info 923 [10:57:46.759] Format host information updated +Info 924 [10:57:46.922] Format host information updated +Info 925 [10:57:47.180] Format host information updated +Info 926 [10:57:47.299] Format host information updated +Info 927 [10:57:47.379] Format host information updated +Info 928 [10:57:47.564] Format host information updated +Info 929 [10:57:47.717] Format host information updated +Info 930 [10:57:47.937] Format host information updated +Info 931 [10:57:48.058] Format host information updated +Info 932 [10:57:48.192] Format host information updated +Info 933 [10:57:48.951] Format host information updated +Info 934 [10:57:49.824] Format host information updated +Info 935 [10:57:49.905] Format host information updated +Info 936 [10:57:50.044] Format host information updated +Info 937 [10:57:50.163] Format host information updated +Info 938 [10:57:50.271] Format host information updated +Info 939 [10:57:57.630] Format host information updated +Info 940 [10:57:58.427] Format host information updated +Info 941 [10:57:58.974] Format host information updated +Info 942 [10:57:59.234] Format host information updated +Info 943 [10:58:04.702] Format host information updated +Info 944 [10:58:04.925] Format host information updated +Info 945 [10:58:05.005] Format host information updated +Info 946 [10:58:05.145] Format host information updated +Info 947 [10:58:05.264] Format host information updated +Info 948 [10:58:05.626] Format host information updated +Info 949 [10:58:05.726] Format host information updated +Info 950 [10:58:05.945] Format host information updated +Info 951 [10:58:06.335] Format host information updated +Info 952 [10:58:06.552] Format host information updated +Info 953 [10:58:06.624] Format host information updated +Info 954 [10:58:06.843] Format host information updated +Info 955 [10:58:06.945] Format host information updated +Info 956 [10:58:07.147] Format host information updated +Info 957 [10:58:07.251] Format host information updated +Info 958 [10:58:07.337] Format host information updated +Info 959 [10:58:07.981] Format host information updated +Info 960 [10:58:08.089] Format host information updated +Info 961 [10:58:09.295] Format host information updated +Info 962 [10:58:09.417] Format host information updated +Info 963 [10:58:09.525] Format host information updated +Info 964 [10:58:09.672] Format host information updated +Info 965 [10:58:09.848] Format host information updated +Info 966 [10:58:09.993] Format host information updated +Info 967 [10:58:10.130] Format host information updated +Info 968 [10:58:11.520] Format host information updated +Info 969 [10:58:11.680] Format host information updated +Info 970 [10:58:11.744] Format host information updated +Info 971 [10:58:11.892] Format host information updated +Info 972 [10:58:11.951] Format host information updated +Info 973 [10:58:12.274] Format host information updated +Info 974 [10:58:12.335] Format host information updated +Info 975 [10:58:12.399] Format host information updated +Info 976 [10:58:12.459] Format host information updated +Info 977 [10:58:13.079] Format host information updated +Info 978 [10:58:13.418] Format host information updated +Info 979 [10:58:13.720] Format host information updated +Info 980 [10:58:13.790] Format host information updated +Info 981 [10:58:13.994] Format host information updated +Info 982 [10:58:14.118] Format host information updated +Info 983 [10:58:14.574] Format host information updated +Info 984 [10:58:14.958] Format host information updated +Info 985 [10:58:15.189] Format host information updated +Info 986 [10:58:15.308] Format host information updated +Info 987 [10:58:15.468] Format host information updated +Info 988 [10:58:15.530] Format host information updated +Info 989 [10:58:15.686] Format host information updated +Info 990 [10:58:15.765] Format host information updated +Info 991 [10:58:15.872] Format host information updated +Info 992 [10:58:15.954] Format host information updated +Info 993 [10:58:16.098] Format host information updated +Info 994 [10:58:17.980] Format host information updated +Info 995 [10:58:18.052] Format host information updated +Info 996 [10:58:18.157] Format host information updated +Info 997 [10:58:18.687] Format host information updated +Info 998 [10:58:18.852] Format host information updated +Info 999 [10:58:18.973] Format host information updated +Info 1000 [10:58:19.086] Format host information updated +Info 1001 [10:58:24.483] Format host information updated +Info 1002 [10:58:27.159] Format host information updated +Info 1003 [10:58:59.704] Format host information updated +Info 1004 [10:58:59.811] Format host information updated +Info 1005 [10:58:59.929] Format host information updated +Info 1006 [10:59:00.543] Format host information updated +Info 1007 [10:59:00.897] Format host information updated +Info 1008 [10:59:01.076] Format host information updated +Info 1009 [10:59:02.490] Format host information updated +Info 1010 [10:59:06.905] Format host information updated +Info 1011 [10:59:07.347] Format host information updated +Info 1012 [10:59:07.415] Format host information updated +Info 1013 [10:59:07.475] Format host information updated +Info 1014 [10:59:07.558] Format host information updated +Info 1015 [10:59:07.689] Format host information updated +Info 1016 [10:59:08.530] Format host information updated +Info 1017 [10:59:08.606] Format host information updated +Info 1018 [10:59:08.962] Format host information updated +Info 1019 [10:59:09.033] Format host information updated +Info 1020 [10:59:09.094] Format host information updated +Info 1021 [10:59:09.283] Format host information updated +Info 1022 [10:59:09.341] Format host information updated +Info 1023 [10:59:09.477] Format host information updated +Info 1024 [10:59:09.545] Format host information updated +Info 1025 [10:59:10.233] Format host information updated +Info 1026 [10:59:10.691] Format host information updated +Info 1027 [10:59:11.335] Format host information updated +Info 1028 [10:59:11.420] Format host information updated +Info 1029 [10:59:11.537] Format host information updated +Info 1030 [10:59:11.752] Format host information updated +Info 1031 [10:59:11.906] Format host information updated +Info 1032 [10:59:11.971] Format host information updated +Info 1033 [10:59:12.083] Format host information updated +Info 1034 [10:59:12.848] Format host information updated +Info 1035 [10:59:12.909] Format host information updated +Info 1036 [10:59:13.021] Format host information updated +Info 1037 [10:59:13.486] Format host information updated +Info 1038 [10:59:13.658] Format host information updated +Info 1039 [10:59:14.119] Format host information updated +Info 1040 [10:59:14.419] Format host information updated +Info 1041 [10:59:14.552] Format host information updated +Info 1042 [10:59:14.620] Format host information updated +Info 1043 [10:59:14.943] Format host information updated +Info 1044 [10:59:15.269] Format host information updated +Info 1045 [10:59:15.488] Format host information updated +Info 1046 [10:59:15.581] Format host information updated +Info 1047 [10:59:16.346] Format host information updated +Info 1048 [10:59:16.533] Format host information updated +Info 1049 [10:59:16.609] Format host information updated +Info 1050 [10:59:16.759] Format host information updated +Info 1051 [10:59:17.266] Format host information updated +Info 1052 [10:59:17.329] Format host information updated +Info 1053 [10:59:17.409] Format host information updated +Info 1054 [10:59:17.469] Format host information updated +Info 1055 [10:59:17.685] Format host information updated +Info 1056 [10:59:18.006] Format host information updated +Info 1057 [10:59:18.318] Format host information updated +Info 1058 [10:59:18.423] Format host information updated +Info 1059 [10:59:18.787] Format host information updated +Info 1060 [10:59:19.108] Format host information updated +Info 1061 [10:59:19.870] Format host information updated +Info 1062 [10:59:19.870] Format host information updated +Info 1063 [10:59:19.871] Format host information updated +Info 1064 [10:59:20.938] Format host information updated +Info 1065 [10:59:21.273] Format host information updated +Info 1066 [10:59:21.832] Format host information updated +Info 1067 [10:59:22.024] Format host information updated +Info 1068 [10:59:22.123] Format host information updated +Info 1069 [10:59:22.261] Format host information updated +Info 1070 [10:59:22.470] Format host information updated +Info 1071 [10:59:22.637] Format host information updated +Info 1072 [10:59:22.879] Format host information updated +Info 1073 [10:59:23.043] Format host information updated +Info 1074 [10:59:23.133] Format host information updated +Info 1075 [10:59:23.947] Format host information updated +Info 1076 [10:59:26.165] Format host information updated +Info 1077 [10:59:26.649] Format host information updated +Info 1078 [10:59:27.228] Format host information updated +Info 1079 [10:59:27.448] Format host information updated +Info 1080 [10:59:27.557] Format host information updated +Info 1081 [10:59:27.693] Format host information updated +Info 1082 [10:59:27.752] Format host information updated +Info 1083 [10:59:27.842] Format host information updated +Info 1084 [10:59:28.062] Format host information updated +Info 1085 [10:59:28.323] Format host information updated +Info 1086 [10:59:28.458] Format host information updated +Info 1087 [10:59:28.547] Format host information updated +Info 1088 [10:59:28.649] Format host information updated +Info 1089 [10:59:30.439] Format host information updated +Info 1090 [10:59:30.550] Format host information updated +Info 1091 [10:59:30.736] Format host information updated +Info 1092 [10:59:30.874] Format host information updated +Info 1093 [10:59:31.061] Format host information updated +Info 1094 [10:59:31.198] Format host information updated +Info 1095 [10:59:31.353] Format host information updated +Info 1096 [10:59:31.459] Format host information updated +Info 1097 [10:59:31.588] Format host information updated +Info 1098 [10:59:31.645] Format host information updated +Info 1099 [10:59:37.046] Format host information updated +Info 1100 [10:59:40.243] Format host information updated +Info 1101 [10:59:40.345] Format host information updated +Info 1102 [10:59:40.413] Format host information updated +Info 1103 [10:59:40.649] Format host information updated +Info 1104 [10:59:40.745] Format host information updated +Info 1105 [10:59:40.837] Format host information updated +Info 1106 [10:59:40.989] Format host information updated +Info 1107 [10:59:41.050] Format host information updated +Info 1108 [10:59:41.167] Format host information updated +Info 1109 [10:59:41.251] Format host information updated +Info 1110 [10:59:43.686] Format host information updated +Info 1111 [10:59:43.801] Format host information updated +Info 1112 [10:59:43.880] Format host information updated +Info 1113 [10:59:44.073] Format host information updated +Info 1114 [10:59:44.149] Format host information updated +Info 1115 [10:59:44.367] Format host information updated +Info 1116 [10:59:44.587] Format host information updated +Info 1117 [10:59:44.660] Format host information updated +Info 1118 [10:59:45.187] Format host information updated +Info 1119 [10:59:45.187] Format host information updated +Info 1120 [10:59:45.188] Format host information updated +Info 1121 [10:59:46.794] Format host information updated +Info 1122 [10:59:50.231] Format host information updated +Info 1123 [10:59:52.481] Format host information updated +Info 1124 [10:59:54.425] Format host information updated +Info 1125 [10:59:54.563] Format host information updated +Info 1126 [10:59:54.700] Format host information updated +Info 1127 [10:59:54.973] Format host information updated +Info 1128 [10:59:55.029] Format host information updated +Info 1129 [10:59:55.246] Format host information updated +Info 1130 [10:59:59.993] Format host information updated +Info 1131 [11:00:01.954] Format host information updated +Info 1132 [11:00:03.086] Format host information updated +Info 1133 [11:00:03.433] Format host information updated +Info 1134 [11:00:03.722] Format host information updated +Info 1135 [11:00:03.816] Format host information updated +Info 1136 [11:00:03.961] Format host information updated +Info 1137 [11:00:04.198] Format host information updated +Info 1138 [11:00:04.750] Format host information updated +Info 1139 [11:00:04.884] Format host information updated +Info 1140 [11:00:05.211] Format host information updated +Info 1141 [11:00:05.440] Format host information updated +Info 1142 [11:00:05.538] Format host information updated +Info 1143 [11:00:05.628] Format host information updated +Info 1144 [11:00:05.718] Format host information updated +Info 1145 [11:00:05.923] Format host information updated +Info 1146 [11:00:06.044] Format host information updated +Info 1147 [11:00:07.711] Format host information updated +Info 1148 [11:00:07.928] Format host information updated +Info 1149 [11:00:08.247] Format host information updated +Info 1150 [11:00:08.531] Format host information updated +Info 1151 [11:00:08.605] Format host information updated +Info 1152 [11:00:08.953] Format host information updated +Info 1153 [11:00:09.150] Format host information updated +Info 1154 [11:00:09.212] Format host information updated +Info 1155 [11:00:09.702] Format host information updated +Info 1156 [11:00:09.702] Format host information updated +Info 1157 [11:00:09.703] Format host information updated +Info 1158 [11:00:09.763] Format host information updated +Info 1159 [11:00:10.276] Format host information updated +Info 1160 [11:00:10.475] Format host information updated +Info 1161 [11:00:11.005] Format host information updated +Info 1162 [11:00:11.076] Format host information updated +Info 1163 [11:00:11.385] Format host information updated +Info 1164 [11:00:11.464] Format host information updated +Info 1165 [11:00:11.534] Format host information updated +Info 1166 [11:00:11.973] Format host information updated +Info 1167 [11:00:11.974] Format host information updated +Info 1168 [11:00:11.975] Format host information updated +Info 1169 [11:00:14.528] Format host information updated +Info 1170 [11:00:14.664] Format host information updated +Info 1171 [11:00:14.726] Format host information updated +Info 1172 [11:00:15.094] Format host information updated +Info 1173 [11:00:15.165] Format host information updated +Info 1174 [11:00:15.228] Format host information updated +Info 1175 [11:00:15.416] Format host information updated +Info 1176 [11:00:15.558] Format host information updated +Info 1177 [11:00:15.618] Format host information updated +Info 1178 [11:00:15.765] Format host information updated +Info 1179 [11:00:15.859] Format host information updated +Info 1180 [11:00:15.964] Format host information updated +Info 1181 [11:00:16.225] Format host information updated +Info 1182 [11:00:16.411] Format host information updated +Info 1183 [11:00:16.511] Format host information updated +Info 1184 [11:00:16.722] Format host information updated +Info 1185 [11:00:16.808] Format host information updated +Info 1186 [11:00:17.170] Format host information updated +Info 1187 [11:00:17.273] Format host information updated +Info 1188 [11:00:17.503] Format host information updated +Info 1189 [11:00:17.601] Format host information updated +Info 1190 [11:00:17.665] Format host information updated +Info 1191 [11:00:18.513] Format host information updated +Info 1192 [11:00:18.513] Format host information updated +Info 1193 [11:00:18.515] Format host information updated +Info 1194 [11:00:18.789] Format host information updated +Info 1195 [11:00:19.020] Format host information updated +Info 1196 [11:00:19.354] Format host information updated +Info 1197 [11:00:19.566] Format host information updated +Info 1198 [11:00:20.182] Format host information updated +Info 1199 [11:00:20.394] Format host information updated +Info 1200 [11:00:20.642] Format host information updated +Info 1201 [11:00:20.824] Format host information updated +Info 1202 [11:00:20.934] Format host information updated +Info 1203 [11:00:21.108] Format host information updated +Info 1204 [11:00:29.727] Format host information updated +Info 1205 [11:00:29.852] Format host information updated +Info 1206 [11:00:29.934] Format host information updated +Info 1207 [11:00:30.376] Format host information updated +Info 1208 [11:00:30.626] Format host information updated +Info 1209 [11:00:30.759] Format host information updated +Info 1210 [11:00:30.950] Format host information updated +Info 1211 [11:00:31.014] Format host information updated +Info 1212 [11:00:31.138] Format host information updated +Info 1213 [11:00:31.205] Format host information updated +Info 1214 [11:00:31.293] Format host information updated +Info 1215 [11:00:31.826] Format host information updated +Info 1216 [11:00:31.992] Format host information updated +Info 1217 [11:00:32.157] Format host information updated +Info 1218 [11:00:32.229] Format host information updated +Info 1219 [11:00:33.339] Format host information updated +Info 1220 [11:00:33.463] Format host information updated +Info 1221 [11:00:33.533] Format host information updated +Info 1222 [11:00:33.642] Format host information updated +Info 1223 [11:00:38.359] Format host information updated +Info 1224 [11:00:38.560] Format host information updated +Info 1225 [11:00:38.616] Format host information updated +Info 1226 [11:00:38.811] Format host information updated +Info 1227 [11:00:39.036] Format host information updated +Info 1228 [11:00:39.132] Format host information updated +Info 1229 [11:00:39.234] Format host information updated +Info 1230 [11:00:43.725] Format host information updated +Info 1231 [11:00:44.022] Format host information updated +Info 1232 [11:00:45.146] Format host information updated +Info 1233 [11:00:46.652] Format host information updated +Info 1234 [11:00:50.146] Format host information updated +Info 1235 [11:00:50.262] Format host information updated +Info 1236 [11:00:50.322] Format host information updated +Info 1237 [11:00:50.771] Format host information updated +Info 1238 [11:00:50.945] Format host information updated +Info 1239 [11:00:51.094] Format host information updated +Info 1240 [11:00:51.215] Format host information updated +Info 1241 [11:00:51.275] Format host information updated +Info 1242 [11:00:56.116] Format host information updated +Info 1243 [11:00:56.328] Format host information updated +Info 1244 [11:00:56.461] Format host information updated +Info 1245 [11:00:56.571] Format host information updated +Info 1246 [11:00:56.637] Format host information updated +Info 1247 [11:00:56.718] Format host information updated +Info 1248 [11:00:56.828] Format host information updated +Info 1249 [11:00:56.969] Format host information updated +Info 1250 [11:00:57.227] Format host information updated +Info 1251 [11:00:57.431] Format host information updated +Info 1252 [11:00:57.528] Format host information updated +Info 1253 [11:00:57.597] Format host information updated +Info 1254 [11:00:57.728] Format host information updated +Info 1255 [11:00:57.915] Format host information updated +Info 1256 [11:00:58.118] Format host information updated +Info 1257 [11:00:58.182] Format host information updated +Info 1258 [11:00:58.334] Format host information updated +Info 1259 [11:00:58.655] Format host information updated +Info 1260 [11:00:58.780] Format host information updated +Info 1261 [11:00:58.838] Format host information updated +Info 1262 [11:00:59.672] Format host information updated +Info 1263 [11:01:00.015] Format host information updated +Info 1264 [11:01:00.269] Format host information updated +Info 1265 [11:01:01.467] Format host information updated +Info 1266 [11:01:01.541] Format host information updated +Info 1267 [11:01:01.681] Format host information updated +Info 1268 [11:01:01.899] Format host information updated +Info 1269 [11:01:02.103] Format host information updated +Info 1270 [11:01:05.067] Format host information updated +Info 1271 [11:01:05.160] Format host information updated +Info 1272 [11:01:05.270] Format host information updated +Info 1273 [11:01:05.362] Format host information updated +Info 1274 [11:01:05.539] Format host information updated +Info 1275 [11:01:05.729] Format host information updated +Info 1276 [11:01:05.798] Format host information updated +Info 1277 [11:01:05.926] Format host information updated +Info 1278 [11:01:06.085] Format host information updated +Info 1279 [11:01:13.336] Format host information updated +Info 1280 [11:01:13.511] Format host information updated +Info 1281 [11:01:13.583] Format host information updated +Info 1282 [11:01:14.219] Format host information updated +Info 1283 [11:01:14.327] Format host information updated +Info 1284 [11:01:14.431] Format host information updated +Info 1285 [11:01:14.593] Format host information updated +Info 1286 [11:01:15.384] Format host information updated +Info 1287 [11:01:15.384] Format host information updated +Info 1288 [11:01:15.385] Format host information updated +Info 1289 [11:01:18.704] Format host information updated +Info 1290 [11:01:18.781] Format host information updated +Info 1291 [11:01:18.868] Format host information updated +Info 1292 [11:01:19.005] Format host information updated +Info 1293 [11:01:19.168] Format host information updated +Info 1294 [11:01:19.225] Format host information updated +Info 1295 [11:01:19.314] Format host information updated +Info 1296 [11:01:19.384] Format host information updated +Info 1297 [11:01:20.617] Format host information updated +Info 1298 [11:01:23.804] Format host information updated +Info 1299 [11:01:23.929] Format host information updated +Info 1300 [11:01:24.241] Format host information updated +Info 1301 [11:01:24.347] Format host information updated +Info 1302 [11:01:24.415] Format host information updated +Info 1303 [11:01:24.415] Format host information updated +Info 1304 [11:01:24.417] Format host information updated +Info 1305 [11:01:27.014] Format host information updated +Info 1306 [11:01:27.196] Format host information updated +Info 1307 [11:01:28.748] Format host information updated +Info 1308 [11:01:28.897] Format host information updated +Info 1309 [11:01:29.893] Format host information updated +Info 1310 [11:01:29.894] Format host information updated +Info 1311 [11:01:29.895] Format host information updated +Info 1312 [11:01:30.528] Format host information updated +Info 1313 [11:01:31.416] Format host information updated +Info 1314 [11:01:31.416] Format host information updated +Info 1315 [11:01:31.417] Format host information updated +Info 1316 [11:01:35.088] Format host information updated +Info 1317 [11:01:35.206] Format host information updated +Info 1318 [11:01:35.324] Format host information updated +Info 1319 [11:01:35.898] Format host information updated +Info 1320 [11:01:36.202] Format host information updated +Info 1321 [11:01:36.279] Format host information updated +Info 1322 [11:01:36.429] Format host information updated +Info 1323 [11:01:36.705] Format host information updated +Info 1324 [11:01:36.832] Format host information updated +Info 1325 [11:01:36.965] Format host information updated +Info 1326 [11:01:37.535] Format host information updated +Info 1327 [11:01:37.600] Format host information updated +Info 1328 [11:01:37.679] Format host information updated +Info 1329 [11:01:37.853] Format host information updated +Info 1330 [11:01:38.040] Format host information updated +Info 1331 [11:01:38.104] Format host information updated +Info 1332 [11:01:38.376] Format host information updated +Info 1333 [11:01:38.456] Format host information updated +Info 1334 [11:01:38.901] Format host information updated +Info 1335 [11:01:38.992] Format host information updated +Info 1336 [11:01:39.058] Format host information updated +Info 1337 [11:01:39.224] Format host information updated +Info 1338 [11:01:39.437] Format host information updated +Info 1339 [11:01:39.765] Format host information updated +Info 1340 [11:01:39.993] Format host information updated +Info 1341 [11:01:40.097] Format host information updated +Info 1342 [11:01:40.241] Format host information updated +Info 1343 [11:01:40.303] Format host information updated +Info 1344 [11:01:40.431] Format host information updated +Info 1345 [11:01:40.501] Format host information updated +Info 1346 [11:01:44.863] Format host information updated +Info 1347 [11:01:45.583] Format host information updated +Info 1348 [11:01:45.643] Format host information updated +Info 1349 [11:01:45.703] Format host information updated +Info 1350 [11:01:45.809] Format host information updated +Info 1351 [11:01:45.878] Format host information updated +Info 1352 [11:01:45.935] Format host information updated +Info 1353 [11:01:46.166] Format host information updated +Info 1354 [11:01:46.274] Format host information updated +Info 1355 [11:01:46.356] Format host information updated +Info 1356 [11:01:46.445] Format host information updated +Info 1357 [11:01:46.614] Format host information updated +Info 1358 [11:01:46.829] Format host information updated +Info 1359 [11:01:47.066] Format host information updated +Info 1360 [11:01:47.189] Format host information updated +Info 1361 [11:01:47.507] Format host information updated +Info 1362 [11:01:47.687] Format host information updated +Info 1363 [11:01:47.769] Format host information updated +Info 1364 [11:01:49.013] Format host information updated +Info 1365 [11:01:49.104] Format host information updated +Info 1366 [11:01:49.213] Format host information updated +Info 1367 [11:01:49.277] Format host information updated +Info 1368 [11:01:49.447] Format host information updated +Info 1369 [11:01:49.621] Format host information updated +Info 1370 [11:01:49.752] Format host information updated +Info 1371 [11:01:49.913] Format host information updated +Info 1372 [11:01:50.043] Format host information updated +Info 1373 [11:01:50.145] Format host information updated +Info 1374 [11:01:50.775] Format host information updated +Info 1375 [11:01:51.124] Format host information updated +Info 1376 [11:01:51.222] Format host information updated +Info 1377 [11:01:51.330] Format host information updated +Info 1378 [11:01:51.407] Format host information updated +Info 1379 [11:01:51.589] Format host information updated +Info 1380 [11:01:52.056] Format host information updated +Info 1381 [11:01:52.056] Format host information updated +Info 1382 [11:01:52.058] Format host information updated +Info 1383 [11:01:52.768] Format host information updated +Info 1384 [11:01:52.871] Format host information updated +Info 1385 [11:01:52.988] Format host information updated +Info 1386 [11:01:53.114] Format host information updated +Info 1387 [11:01:53.285] Format host information updated +Info 1388 [11:01:53.471] Format host information updated +Info 1389 [11:01:53.635] Format host information updated +Info 1390 [11:01:53.927] Format host information updated +Info 1391 [11:01:54.224] Format host information updated +Info 1392 [11:01:54.504] Format host information updated +Info 1393 [11:01:54.564] Format host information updated +Info 1394 [11:01:54.622] Format host information updated +Info 1395 [11:01:55.066] Format host information updated +Info 1396 [11:01:55.179] Format host information updated +Info 1397 [11:01:55.304] Format host information updated +Info 1398 [11:01:55.435] Format host information updated +Info 1399 [11:01:55.592] Format host information updated +Info 1400 [11:01:55.705] Format host information updated +Info 1401 [11:01:55.798] Format host information updated +Info 1402 [11:02:00.936] Format host information updated +Info 1403 [11:02:00.995] Format host information updated +Info 1404 [11:02:01.602] Format host information updated +Info 1405 [11:02:01.679] Format host information updated +Info 1406 [11:02:02.246] Format host information updated +Info 1407 [11:02:02.356] Format host information updated +Info 1408 [11:02:02.421] Format host information updated +Info 1409 [11:02:02.795] Format host information updated +Info 1410 [11:02:02.795] Format host information updated +Info 1411 [11:02:02.797] Format host information updated +Info 1412 [11:02:02.889] Format host information updated +Info 1413 [11:02:03.062] Format host information updated +Info 1414 [11:02:03.272] Format host information updated +Info 1415 [11:02:03.722] Format host information updated +Info 1416 [11:02:03.722] Format host information updated +Info 1417 [11:02:03.723] Format host information updated +Info 1418 [11:02:20.058] Format host information updated +Info 1419 [11:02:20.118] Format host information updated +Info 1420 [11:02:20.233] Format host information updated +Info 1421 [11:02:20.362] Format host information updated +Info 1422 [11:02:20.586] Format host information updated +Info 1423 [11:02:20.697] Format host information updated +Info 1424 [11:02:20.758] Format host information updated +Info 1425 [11:02:20.922] Format host information updated +Info 1426 [11:02:20.977] Format host information updated +Info 1427 [11:02:21.062] Format host information updated +Info 1428 [11:02:21.141] Format host information updated +Info 1429 [11:02:21.284] Format host information updated +Info 1430 [11:02:22.035] Format host information updated +Info 1431 [11:02:30.237] Format host information updated +Info 1432 [11:02:30.323] Format host information updated +Info 1433 [11:02:30.501] Format host information updated +Info 1434 [11:02:30.562] Format host information updated +Info 1435 [11:02:30.679] Format host information updated +Info 1436 [11:02:30.775] Format host information updated +Info 1437 [11:02:30.905] Format host information updated +Info 1438 [11:02:30.969] Format host information updated +Info 1439 [11:02:31.097] Format host information updated +Info 1440 [11:02:31.154] Format host information updated +Info 1441 [11:02:31.802] Format host information updated +Info 1442 [11:02:33.646] Format host information updated +Info 1443 [11:02:34.040] Format host information updated +Info 1444 [11:02:36.316] Format host information updated +Info 1445 [11:02:36.394] Format host information updated +Info 1446 [11:02:36.592] Format host information updated +Info 1447 [11:02:36.746] Format host information updated +Info 1448 [11:02:36.810] Format host information updated +Info 1449 [11:02:36.926] Format host information updated +Info 1450 [11:02:36.982] Format host information updated +Info 1451 [11:02:37.058] Format host information updated +Info 1452 [11:03:11.709] Format host information updated +Info 1453 [11:03:13.119] Format host information updated +Info 1454 [11:03:13.288] Format host information updated +Info 1455 [11:03:13.426] Format host information updated +Info 1456 [11:03:13.560] Format host information updated +Info 1457 [11:03:22.559] Format host information updated +Info 1458 [11:03:22.730] Format host information updated +Info 1459 [11:03:22.799] Format host information updated +Info 1460 [11:03:22.861] Format host information updated +Info 1461 [11:03:22.996] Format host information updated +Info 1462 [11:03:23.128] Format host information updated +Info 1463 [11:03:26.186] Format host information updated +Info 1464 [11:03:26.323] Format host information updated +Info 1465 [11:03:26.399] Format host information updated +Info 1466 [11:03:26.487] Format host information updated +Info 1467 [11:03:26.575] Format host information updated +Info 1468 [11:03:28.116] Format host information updated +Info 1469 [11:03:30.154] Format host information updated +Info 1470 [11:03:30.312] Format host information updated +Info 1471 [11:03:31.048] Format host information updated +Info 1472 [11:03:33.604] Format host information updated +Info 1473 [11:03:33.790] Format host information updated +Info 1474 [11:03:33.883] Format host information updated +Info 1475 [11:03:34.001] Format host information updated +Info 1476 [11:03:34.179] Format host information updated +Info 1477 [11:03:34.430] Format host information updated +Info 1478 [11:03:36.045] Format host information updated +Info 1479 [11:03:36.242] Format host information updated +Info 1480 [11:03:36.346] Format host information updated +Info 1481 [11:03:36.490] Format host information updated +Info 1482 [11:03:36.609] Format host information updated +Info 1483 [11:03:36.674] Format host information updated +Info 1484 [11:03:37.746] Format host information updated +Info 1485 [11:03:39.468] Format host information updated +Info 1486 [11:03:39.586] Format host information updated +Info 1487 [11:03:39.700] Format host information updated +Info 1488 [11:03:39.801] Format host information updated +Info 1489 [11:03:39.964] Format host information updated +Info 1490 [11:03:40.028] Format host information updated +Info 1491 [11:03:40.269] Format host information updated +Info 1492 [11:03:40.398] Format host information updated +Info 1493 [11:03:40.459] Format host information updated +Info 1494 [11:03:40.536] Format host information updated +Info 1495 [11:03:40.665] Format host information updated +Info 1496 [11:04:16.261] Format host information updated +Info 1497 [11:04:17.429] Format host information updated +Info 1498 [11:04:18.536] Format host information updated +Info 1499 [11:04:20.342] Format host information updated +Info 1500 [11:04:28.872] Format host information updated +Info 1501 [11:04:30.911] Format host information updated +Info 1502 [11:04:36.224] Format host information updated +Info 1503 [11:04:36.390] Format host information updated +Info 1504 [11:04:36.542] Format host information updated +Info 1505 [11:04:36.718] Format host information updated +Info 1506 [11:04:36.781] Format host information updated +Info 1507 [11:04:36.845] Format host information updated +Info 1508 [11:04:37.474] Format host information updated +Info 1509 [11:04:39.530] Format host information updated +Info 1510 [11:04:39.788] Format host information updated +Info 1511 [11:04:50.973] Format host information updated +Info 1512 [11:04:52.262] Format host information updated +Info 1513 [11:04:52.347] Format host information updated +Info 1514 [11:04:52.509] Format host information updated +Info 1515 [11:04:52.790] Format host information updated +Info 1516 [11:04:53.039] Format host information updated +Info 1517 [11:04:53.098] Format host information updated +Info 1518 [11:04:53.179] Format host information updated +Info 1519 [11:04:53.282] Format host information updated +Info 1520 [11:04:53.353] Format host information updated +Info 1521 [11:04:53.473] Format host information updated +Info 1522 [11:04:53.622] Format host information updated +Info 1523 [11:04:53.793] Format host information updated +Info 1524 [11:04:54.261] Format host information updated +Info 1525 [11:04:54.428] Format host information updated +Info 1526 [11:04:54.602] Format host information updated +Info 1527 [11:04:54.662] Format host information updated +Info 1528 [11:04:55.320] Format host information updated +Info 1529 [11:04:57.647] Format host information updated +Info 1530 [11:04:58.488] Format host information updated +Info 1531 [11:04:59.525] Format host information updated +Info 1532 [11:04:59.664] Format host information updated +Info 1533 [11:05:00.926] Format host information updated +Info 1534 [11:05:01.704] Format host information updated +Info 1535 [11:05:02.396] Format host information updated +Info 1536 [11:05:02.722] Format host information updated +Info 1537 [11:05:03.115] Format host information updated +Info 1538 [11:05:03.364] Format host information updated +Info 1539 [11:05:04.775] Format host information updated +Info 1540 [11:05:08.092] Format host information updated +Info 1541 [11:05:08.167] Format host information updated +Info 1542 [11:05:08.226] Format host information updated +Info 1543 [11:05:08.382] Format host information updated +Info 1544 [11:05:08.438] Format host information updated +Info 1545 [11:05:08.608] Format host information updated +Info 1546 [11:05:08.794] Format host information updated +Info 1547 [11:05:08.922] Format host information updated +Info 1548 [11:05:09.066] Format host information updated +Info 1549 [11:05:09.211] Format host information updated +Info 1550 [11:05:09.316] Format host information updated +Info 1551 [11:05:09.383] Format host information updated +Info 1552 [11:05:09.570] Format host information updated +Info 1553 [11:05:09.677] Format host information updated +Info 1554 [11:05:09.842] Format host information updated +Info 1555 [11:05:09.975] Format host information updated +Info 1556 [11:05:10.065] Format host information updated +Info 1557 [11:05:10.140] Format host information updated +Info 1558 [11:05:11.300] Format host information updated +Info 1559 [11:05:12.493] Format host information updated +Info 1560 [11:05:12.651] Format host information updated +Info 1561 [11:05:13.884] Format host information updated +Info 1562 [11:05:14.949] Format host information updated +Info 1563 [11:05:15.061] Format host information updated +Info 1564 [11:05:15.699] Format host information updated +Info 1565 [11:05:16.106] Format host information updated +Info 1566 [11:05:16.286] Format host information updated +Info 1567 [11:05:16.449] Format host information updated +Info 1568 [11:05:16.704] Format host information updated +Info 1569 [11:05:16.844] Format host information updated +Info 1570 [11:05:17.996] Format host information updated +Info 1571 [11:05:19.617] Format host information updated +Info 1572 [11:05:19.966] Format host information updated +Info 1573 [11:05:20.466] Format host information updated +Info 1574 [11:05:20.682] Format host information updated +Info 1575 [11:05:22.543] Format host information updated +Info 1576 [11:05:22.918] Format host information updated +Info 1577 [11:05:22.984] Format host information updated +Info 1578 [11:05:24.878] Format host information updated +Info 1579 [11:05:25.010] Format host information updated +Info 1580 [11:05:25.085] Format host information updated +Info 1581 [11:05:25.297] Format host information updated +Info 1582 [11:05:25.377] Format host information updated +Info 1583 [11:05:26.749] Format host information updated +Info 1584 [11:05:26.821] Format host information updated +Info 1585 [11:05:27.409] Format host information updated +Info 1586 [11:05:27.606] Format host information updated +Info 1587 [11:05:27.926] Format host information updated +Info 1588 [11:05:29.043] Format host information updated +Info 1589 [11:05:29.209] Format host information updated +Info 1590 [11:05:29.512] Format host information updated +Info 1591 [11:05:29.627] Format host information updated +Info 1592 [11:05:29.697] Format host information updated +Info 1593 [11:05:29.859] Format host information updated +Info 1594 [11:05:29.968] Format host information updated +Info 1595 [11:05:30.065] Format host information updated +Info 1596 [11:05:30.689] Format host information updated +Info 1597 [11:05:30.832] Format host information updated +Info 1598 [11:05:30.922] Format host information updated +Info 1599 [11:05:31.027] Format host information updated +Info 1600 [11:05:31.213] Format host information updated +Info 1601 [11:05:32.697] Format host information updated +Info 1602 [11:05:32.853] Format host information updated +Info 1603 [11:05:33.054] Format host information updated +Info 1604 [11:05:33.121] Format host information updated +Info 1605 [11:05:34.084] Format host information updated +Info 1606 [11:05:34.220] Format host information updated +Info 1607 [11:05:34.355] Format host information updated +Info 1608 [11:05:34.456] Format host information updated +Info 1609 [11:05:34.586] Format host information updated +Info 1610 [11:05:34.751] Format host information updated +Info 1611 [11:05:34.927] Format host information updated +Info 1612 [11:05:35.428] Format host information updated +Info 1613 [11:05:35.860] Format host information updated +Info 1614 [11:05:36.000] Format host information updated +Info 1615 [11:05:36.064] Format host information updated +Info 1616 [11:05:36.156] Format host information updated +Info 1617 [11:05:36.300] Format host information updated +Info 1618 [11:05:36.469] Format host information updated +Info 1619 [11:05:36.714] Format host information updated +Info 1620 [11:05:36.950] Format host information updated +Info 1621 [11:05:37.225] Format host information updated +Info 1622 [11:05:37.292] Format host information updated +Info 1623 [11:05:39.477] Format host information updated +Info 1624 [11:05:39.542] Format host information updated +Info 1625 [11:05:40.463] Format host information updated +Info 1626 [11:05:40.550] Format host information updated +Info 1627 [11:05:40.752] Format host information updated +Info 1628 [11:05:40.819] Format host information updated +Info 1629 [11:05:41.002] Format host information updated +Info 1630 [11:05:41.140] Format host information updated +Info 1631 [11:05:41.361] Format host information updated +Info 1632 [11:05:41.596] Format host information updated +Info 1633 [11:05:41.744] Format host information updated +Info 1634 [11:05:41.828] Format host information updated +Info 1635 [11:05:41.904] Format host information updated +Info 1636 [11:05:41.976] Format host information updated +Info 1637 [11:05:42.173] Format host information updated +Info 1638 [11:05:42.328] Format host information updated +Info 1639 [11:05:42.600] Format host information updated +Info 1640 [11:05:42.753] Format host information updated +Info 1641 [11:05:42.851] Format host information updated +Info 1642 [11:05:43.023] Format host information updated +Info 1643 [11:05:43.123] Format host information updated +Info 1644 [11:05:43.202] Format host information updated +Info 1645 [11:05:45.262] Format host information updated +Info 1646 [11:05:45.829] Format host information updated +Info 1647 [11:05:46.197] Format host information updated +Info 1648 [11:05:46.328] Format host information updated +Info 1649 [11:05:47.584] Format host information updated +Info 1650 [11:05:47.788] Format host information updated +Info 1651 [11:05:47.883] Format host information updated +Info 1652 [11:05:48.117] Format host information updated +Info 1653 [11:05:48.284] Format host information updated +Info 1654 [11:05:48.384] Format host information updated +Info 1655 [11:05:48.632] Format host information updated +Info 1656 [11:05:48.801] Format host information updated +Info 1657 [11:05:48.866] Format host information updated +Info 1658 [11:05:49.009] Format host information updated +Info 1659 [11:05:49.088] Format host information updated +Info 1660 [11:05:49.159] Format host information updated +Info 1661 [11:05:49.281] Format host information updated +Info 1662 [11:05:49.408] Format host information updated +Info 1663 [11:05:49.995] Format host information updated +Info 1664 [11:05:54.750] Format host information updated +Info 1665 [11:05:55.692] Format host information updated +Info 1666 [11:05:56.642] Format host information updated +Info 1667 [11:05:56.789] Format host information updated +Info 1668 [11:06:00.313] Format host information updated +Info 1669 [11:06:00.499] Format host information updated +Info 1670 [11:06:01.427] Format host information updated +Info 1671 [11:06:01.664] Format host information updated +Info 1672 [11:06:01.985] Format host information updated +Info 1673 [11:06:02.139] Format host information updated +Info 1674 [11:06:02.285] Format host information updated +Info 1675 [11:06:02.472] Format host information updated +Info 1676 [11:06:02.622] Format host information updated +Info 1677 [11:06:02.734] Format host information updated +Info 1678 [11:06:02.799] Format host information updated +Info 1679 [11:06:02.950] Format host information updated +Info 1680 [11:06:03.043] Format host information updated +Info 1681 [11:06:03.144] Format host information updated +Info 1682 [11:06:03.256] Format host information updated +Info 1683 [11:06:04.878] Format host information updated +Info 1684 [11:06:06.057] Format host information updated +Info 1685 [11:06:06.339] Format host information updated +Info 1686 [11:06:06.507] Format host information updated +Info 1687 [11:06:06.608] Format host information updated +Info 1688 [11:06:06.710] Format host information updated +Info 1689 [11:06:07.062] Format host information updated +Info 1690 [11:06:07.215] Format host information updated +Info 1691 [11:06:07.278] Format host information updated +Info 1692 [11:06:07.802] Format host information updated +Info 1693 [11:06:07.925] Format host information updated +Info 1694 [11:06:08.133] Format host information updated +Info 1695 [11:06:08.248] Format host information updated +Info 1696 [11:06:08.413] Format host information updated +Info 1697 [11:06:08.604] Format host information updated +Info 1698 [11:06:08.824] Format host information updated +Info 1699 [11:06:09.035] Format host information updated +Info 1700 [11:06:09.190] Format host information updated +Info 1701 [11:06:10.366] Format host information updated +Info 1702 [11:06:10.479] Format host information updated +Info 1703 [11:06:10.998] Format host information updated +Info 1704 [11:06:11.661] Format host information updated +Info 1705 [11:06:11.732] Format host information updated +Info 1706 [11:06:12.001] Format host information updated +Info 1707 [11:06:12.060] Format host information updated +Info 1708 [11:06:14.934] Format host information updated +Info 1709 [11:06:15.341] Format host information updated +Info 1710 [11:06:15.463] Format host information updated +Info 1711 [11:06:15.664] Format host information updated +Info 1712 [11:06:15.722] Format host information updated +Info 1713 [11:06:16.059] Format host information updated +Info 1714 [11:06:16.253] Format host information updated +Info 1715 [11:06:16.532] Format host information updated +Info 1716 [11:06:16.709] Format host information updated +Info 1717 [11:06:17.030] Format host information updated +Info 1718 [11:06:17.233] Format host information updated +Info 1719 [11:06:17.400] Format host information updated +Info 1720 [11:06:17.504] Format host information updated +Info 1721 [11:06:18.184] Format host information updated +Info 1722 [11:06:18.419] Format host information updated +Info 1723 [11:06:18.575] Format host information updated +Info 1724 [11:06:18.697] Format host information updated +Info 1725 [11:06:18.917] Format host information updated +Info 1726 [11:06:19.179] Format host information updated +Info 1727 [11:06:19.331] Format host information updated +Info 1728 [11:06:19.542] Format host information updated +Info 1729 [11:06:20.084] Format host information updated +Info 1730 [11:06:20.184] Format host information updated +Info 1731 [11:06:20.375] Format host information updated +Info 1732 [11:06:20.545] Format host information updated +Info 1733 [11:06:20.622] Format host information updated +Info 1734 [11:06:20.732] Format host information updated +Info 1735 [11:06:20.798] Format host information updated +Info 1736 [11:06:20.893] Format host information updated +Info 1737 [11:06:20.950] Format host information updated +Info 1738 [11:06:21.081] Format host information updated +Info 1739 [11:06:23.058] Format host information updated +Info 1740 [11:06:23.740] Format host information updated +Info 1741 [11:06:23.808] Format host information updated +Info 1742 [11:06:24.671] Format host information updated +Info 1743 [11:06:24.988] Format host information updated +Info 1744 [11:06:25.053] Format host information updated +Info 1745 [11:06:25.284] Format host information updated +Info 1746 [11:06:25.416] Format host information updated +Info 1747 [11:06:27.190] Format host information updated +Info 1748 [11:06:28.738] Format host information updated +Info 1749 [11:06:28.969] Format host information updated +Info 1750 [11:06:29.059] Format host information updated +Info 1751 [11:06:29.209] Format host information updated +Info 1752 [11:06:29.539] Format host information updated +Info 1753 [11:06:29.668] Format host information updated +Info 1754 [11:06:29.800] Format host information updated +Info 1755 [11:06:30.887] Format host information updated +Info 1756 [11:06:30.966] Format host information updated +Info 1757 [11:06:31.082] Format host information updated +Info 1758 [11:06:32.687] Format host information updated +Info 1759 [11:06:33.789] Format host information updated +Info 1760 [11:06:34.029] Format host information updated +Info 1761 [11:06:34.103] Format host information updated +Info 1762 [11:06:34.286] Format host information updated +Info 1763 [11:06:34.443] Format host information updated +Info 1764 [11:06:34.557] Format host information updated +Info 1765 [11:06:34.978] Format host information updated +Info 1766 [11:06:35.169] Format host information updated +Info 1767 [11:06:35.305] Format host information updated +Info 1768 [11:06:35.518] Format host information updated +Info 1769 [11:06:35.592] Format host information updated +Info 1770 [11:06:37.827] Format host information updated +Info 1771 [11:06:37.966] Format host information updated +Info 1772 [11:06:42.929] Format host information updated +Info 1773 [11:06:43.159] Format host information updated +Info 1774 [11:06:43.282] Format host information updated +Info 1775 [11:06:43.473] Format host information updated +Info 1776 [11:06:43.668] Format host information updated +Info 1777 [11:06:44.129] Format host information updated +Info 1778 [11:06:44.446] Format host information updated +Info 1779 [11:06:44.651] Format host information updated +Info 1780 [11:06:46.701] Format host information updated +Info 1781 [11:06:46.762] Format host information updated +Info 1782 [11:06:46.879] Format host information updated +Info 1783 [11:06:46.991] Format host information updated +Info 1784 [11:06:47.157] Format host information updated +Info 1785 [11:06:47.258] Format host information updated +Info 1786 [11:06:48.386] Format host information updated +Info 1787 [11:06:49.433] Format host information updated +Info 1788 [11:06:49.566] Format host information updated +Info 1789 [11:06:49.956] Format host information updated +Info 1790 [11:06:50.161] Format host information updated +Info 1791 [11:06:50.310] Format host information updated +Info 1792 [11:06:50.404] Format host information updated +Info 1793 [11:06:50.596] Format host information updated +Info 1794 [11:06:50.978] Format host information updated +Info 1795 [11:06:51.093] Format host information updated +Info 1796 [11:06:51.230] Format host information updated +Info 1797 [11:06:51.308] Format host information updated +Info 1798 [11:06:51.477] Format host information updated +Info 1799 [11:07:03.605] Format host information updated +Info 1800 [11:07:04.134] Format host information updated +Info 1801 [11:07:04.440] Format host information updated +Info 1802 [11:07:04.540] Format host information updated +Info 1803 [11:07:04.755] Format host information updated +Info 1804 [11:07:05.166] Format host information updated +Info 1805 [11:07:05.988] Format host information updated +Info 1806 [11:07:10.338] Format host information updated +Info 1807 [11:07:10.550] Format host information updated +Info 1808 [11:07:10.724] Format host information updated +Info 1809 [11:07:10.914] Format host information updated +Info 1810 [11:07:11.082] Format host information updated +Info 1811 [11:07:11.222] Format host information updated +Info 1812 [11:07:11.607] Format host information updated +Info 1813 [11:07:11.713] Format host information updated +Info 1814 [11:07:11.795] Format host information updated +Info 1815 [11:07:11.973] Format host information updated +Info 1816 [11:07:12.119] Format host information updated +Info 1817 [11:07:13.919] Format host information updated +Info 1818 [11:07:28.090] Format host information updated +Info 1819 [11:07:32.998] Format host information updated +Info 1820 [11:07:33.248] Format host information updated +Info 1821 [11:07:34.318] Format host information updated +Info 1822 [11:07:34.544] Format host information updated +Info 1823 [11:07:34.706] Format host information updated +Info 1824 [11:07:34.791] Format host information updated +Info 1825 [11:07:34.861] Format host information updated +Info 1826 [11:07:35.256] Format host information updated +Info 1827 [11:07:35.319] Format host information updated +Info 1828 [11:07:35.384] Format host information updated +Info 1829 [11:07:37.543] Format host information updated +Info 1830 [11:07:47.730] Format host information updated +Info 1831 [11:07:50.312] Format host information updated +Info 1832 [11:07:54.015] Format host information updated +Info 1833 [11:07:54.700] Format host information updated +Info 1834 [11:07:54.857] Format host information updated +Info 1835 [11:07:57.494] Format host information updated +Info 1836 [11:07:57.608] Format host information updated +Info 1837 [11:08:00.240] Format host information updated +Info 1838 [11:08:00.952] Format host information updated +Info 1839 [11:08:01.360] Format host information updated +Info 1840 [11:08:02.881] Format host information updated +Info 1841 [11:08:03.339] Format host information updated +Info 1842 [11:08:03.495] Format host information updated +Info 1843 [11:08:03.796] Format host information updated +Info 1844 [11:08:04.031] Format host information updated +Info 1845 [11:08:05.201] Format host information updated +Info 1846 [11:08:05.277] Format host information updated +Info 1847 [11:08:05.678] Format host information updated +Info 1848 [11:08:05.814] Format host information updated +Info 1849 [11:08:05.929] Format host information updated +Info 1850 [11:08:06.088] Format host information updated +Info 1851 [11:08:08.092] Format host information updated +Info 1852 [11:08:08.950] Format host information updated +Info 1853 [11:08:09.097] Format host information updated +Info 1854 [11:08:12.493] Format host information updated +Info 1855 [11:08:17.311] Format host information updated +Info 1856 [11:08:17.538] Format host information updated +Info 1857 [11:08:23.010] Format host information updated +Info 1858 [11:08:24.071] Format host information updated +Info 1859 [11:08:27.001] Format host information updated +Info 1860 [11:08:27.599] Format host information updated +Info 1861 [11:08:29.249] Format host information updated +Info 1862 [11:08:29.388] Format host information updated +Info 1863 [11:08:29.452] Format host information updated +Info 1864 [11:08:29.593] Format host information updated +Info 1865 [11:08:29.689] Format host information updated +Info 1866 [11:08:29.833] Format host information updated +Info 1867 [11:08:29.892] Format host information updated +Info 1868 [11:08:31.183] Format host information updated +Info 1869 [11:08:31.831] Format host information updated +Info 1870 [11:08:32.153] Format host information updated +Info 1871 [11:08:32.382] Format host information updated +Info 1872 [11:08:35.321] Format host information updated +Info 1873 [11:08:36.641] Format host information updated +Info 1874 [11:08:39.522] Format host information updated +Info 1875 [11:08:39.701] Format host information updated +Info 1876 [11:08:39.767] Format host information updated +Info 1877 [11:08:39.914] Format host information updated +Info 1878 [11:08:40.020] Format host information updated +Info 1879 [11:08:40.120] Format host information updated +Info 1880 [11:08:40.455] Format host information updated +Info 1881 [11:08:40.581] Format host information updated +Info 1882 [11:08:40.982] Format host information updated +Info 1883 [11:08:40.983] Format host information updated +Info 1884 [11:08:40.989] Format host information updated +Info 1885 [11:08:43.579] Format host information updated +Info 1886 [11:08:43.831] Format host information updated +Info 1887 [11:08:44.000] Format host information updated +Info 1888 [11:08:44.243] Format host information updated +Info 1889 [11:08:44.331] Format host information updated +Info 1890 [11:08:44.803] Format host information updated +Info 1891 [11:08:44.950] Format host information updated +Info 1892 [11:08:45.044] Format host information updated +Info 1893 [11:08:45.429] Format host information updated +Info 1894 [11:08:45.615] Format host information updated +Info 1895 [11:08:45.692] Format host information updated +Info 1896 [11:08:45.777] Format host information updated +Info 1897 [11:08:45.968] Format host information updated +Info 1898 [11:08:46.215] Format host information updated +Info 1899 [11:08:46.431] Format host information updated +Info 1900 [11:08:46.710] Format host information updated +Info 1901 [11:08:46.835] Format host information updated +Info 1902 [11:08:48.449] Format host information updated +Info 1903 [11:08:49.565] Format host information updated +Info 1904 [11:08:49.881] Format host information updated +Info 1905 [11:08:50.037] Format host information updated +Info 1906 [11:08:50.171] Format host information updated +Info 1907 [11:08:50.272] Format host information updated +Info 1908 [11:08:50.396] Format host information updated +Info 1909 [11:08:50.678] Format host information updated +Info 1910 [11:08:50.779] Format host information updated +Info 1911 [11:08:50.852] Format host information updated +Info 1912 [11:08:51.116] Format host information updated +Info 1913 [11:08:51.231] Format host information updated +Info 1914 [11:08:51.606] Format host information updated +Info 1915 [11:08:51.901] Format host information updated +Info 1916 [11:08:52.009] Format host information updated +Info 1917 [11:08:52.122] Format host information updated +Info 1918 [11:08:52.954] Format host information updated +Info 1919 [11:08:53.071] Format host information updated +Info 1920 [11:08:53.157] Format host information updated +Info 1921 [11:08:53.238] Format host information updated +Info 1922 [11:08:53.298] Format host information updated +Info 1923 [11:08:53.418] Format host information updated +Info 1924 [11:08:53.490] Format host information updated +Info 1925 [11:08:54.001] Format host information updated +Info 1926 [11:08:54.105] Format host information updated +Info 1927 [11:08:54.220] Format host information updated +Info 1928 [11:08:54.305] Format host information updated +Info 1929 [11:08:55.087] Format host information updated +Info 1930 [11:08:55.087] Format host information updated +Info 1931 [11:08:55.088] Format host information updated +Info 1932 [11:08:55.726] Format host information updated +Info 1933 [11:08:55.840] Format host information updated +Info 1934 [11:08:55.900] Format host information updated +Info 1935 [11:08:56.028] Format host information updated +Info 1936 [11:08:56.167] Format host information updated +Info 1937 [11:08:57.295] Format host information updated +Info 1938 [11:08:57.295] Format host information updated +Info 1939 [11:08:57.296] Format host information updated +Info 1940 [11:08:57.297] Format host information updated +Info 1941 [11:08:57.859] Format host information updated +Info 1942 [11:08:58.671] Format host information updated +Info 1943 [11:09:26.016] Format host information updated +Info 1944 [11:09:26.584] Format host information updated +Info 1945 [11:09:41.102] Format host information updated +Info 1946 [11:09:45.685] Format host information updated +Info 1947 [11:09:45.923] Format host information updated +Info 1948 [11:09:46.008] Format host information updated +Info 1949 [11:09:46.069] Format host information updated +Info 1950 [11:09:46.131] Format host information updated +Info 1951 [11:09:46.212] Format host information updated +Info 1952 [11:09:46.270] Format host information updated +Info 1953 [11:09:46.504] Format host information updated +Info 1954 [11:09:46.579] Format host information updated +Info 1955 [11:09:46.846] Format host information updated +Info 1956 [11:09:46.978] Format host information updated +Info 1957 [11:09:47.172] Format host information updated +Info 1958 [11:09:47.372] Format host information updated +Info 1959 [11:09:47.502] Format host information updated +Info 1960 [11:09:47.865] Format host information updated +Info 1961 [11:09:47.936] Format host information updated +Info 1962 [11:09:55.850] Format host information updated +Info 1963 [11:09:55.936] Format host information updated +Info 1964 [11:09:56.046] Format host information updated +Info 1965 [11:09:56.145] Format host information updated +Info 1966 [11:09:56.337] Format host information updated +Info 1967 [11:09:56.510] Format host information updated +Info 1968 [11:09:56.581] Format host information updated +Info 1969 [11:09:56.818] Format host information updated +Info 1970 [11:09:56.917] Format host information updated +Info 1971 [11:09:57.393] Format host information updated +Info 1972 [11:09:57.649] Format host information updated +Info 1973 [11:09:57.918] Format host information updated +Info 1974 [11:09:58.013] Format host information updated +Info 1975 [11:09:58.110] Format host information updated +Info 1976 [11:09:58.225] Format host information updated +Info 1977 [11:09:58.368] Format host information updated +Info 1978 [11:09:58.444] Format host information updated +Info 1979 [11:09:58.542] Format host information updated +Info 1980 [11:09:58.697] Format host information updated +Info 1981 [11:09:58.896] Format host information updated +Info 1982 [11:09:58.999] Format host information updated +Info 1983 [11:09:59.061] Format host information updated +Info 1984 [11:09:59.278] Format host information updated +Info 1985 [11:09:59.358] Format host information updated +Info 1986 [11:09:59.564] Format host information updated +Info 1987 [11:09:59.631] Format host information updated +Info 1988 [11:10:00.351] Format host information updated +Info 1989 [11:10:00.830] Format host information updated +Info 1990 [11:10:00.957] Format host information updated +Info 1991 [11:10:01.174] Format host information updated +Info 1992 [11:10:01.632] Format host information updated +Info 1993 [11:10:01.831] Format host information updated +Info 1994 [11:10:01.898] Format host information updated +Info 1995 [11:10:02.150] Format host information updated +Info 1996 [11:10:02.595] Format host information updated +Info 1997 [11:10:02.743] Format host information updated +Info 1998 [11:10:02.947] Format host information updated +Info 1999 [11:10:03.030] Format host information updated +Info 2000 [11:10:03.608] Format host information updated +Info 2001 [11:10:04.216] Format host information updated +Info 2002 [11:10:04.313] Format host information updated +Info 2003 [11:10:04.775] Format host information updated +Info 2004 [11:10:05.020] Format host information updated +Info 2005 [11:10:06.199] Format host information updated +Info 2006 [11:10:06.432] Format host information updated +Info 2007 [11:10:06.707] Format host information updated +Info 2008 [11:10:07.022] Format host information updated +Info 2009 [11:10:07.269] Format host information updated +Info 2010 [11:10:08.010] Format host information updated +Info 2011 [11:10:08.639] Format host information updated +Info 2012 [11:10:08.764] Format host information updated +Info 2013 [11:10:09.051] Format host information updated +Info 2014 [11:10:09.208] Format host information updated +Info 2015 [11:10:10.100] Format host information updated +Info 2016 [11:10:10.372] Format host information updated +Info 2017 [11:10:10.515] Format host information updated +Info 2018 [11:10:10.695] Format host information updated +Info 2019 [11:10:10.894] Format host information updated +Info 2020 [11:10:11.027] Format host information updated +Info 2021 [11:10:11.087] Format host information updated +Info 2022 [11:10:11.213] Format host information updated +Info 2023 [11:10:11.314] Format host information updated +Info 2024 [11:10:11.462] Format host information updated +Info 2025 [11:10:13.157] Format host information updated +Info 2026 [11:10:13.227] Format host information updated +Info 2027 [11:10:14.564] Format host information updated +Info 2028 [11:10:14.892] Format host information updated +Info 2029 [11:10:15.196] Format host information updated +Info 2030 [11:10:15.306] Format host information updated +Info 2031 [11:10:15.423] Format host information updated +Info 2032 [11:10:15.667] Format host information updated +Info 2033 [11:10:16.158] Format host information updated +Info 2034 [11:10:16.292] Format host information updated +Info 2035 [11:10:16.471] Format host information updated +Info 2036 [11:10:16.676] Format host information updated +Info 2037 [11:10:16.826] Format host information updated +Info 2038 [11:10:16.936] Format host information updated +Info 2039 [11:10:17.034] Format host information updated +Info 2040 [11:10:17.100] Format host information updated +Info 2041 [11:10:17.180] Format host information updated +Info 2042 [11:10:18.300] Format host information updated +Info 2043 [11:10:18.370] Format host information updated +Info 2044 [11:10:18.564] Format host information updated +Info 2045 [11:10:18.627] Format host information updated +Info 2046 [11:10:18.781] Format host information updated +Info 2047 [11:10:18.839] Format host information updated +Info 2048 [11:10:18.917] Format host information updated +Info 2049 [11:10:19.121] Format host information updated +Info 2050 [11:10:19.248] Format host information updated +Info 2051 [11:10:19.359] Format host information updated +Info 2052 [11:10:19.566] Format host information updated +Info 2053 [11:10:20.056] Format host information updated +Info 2054 [11:10:20.446] Format host information updated +Info 2055 [11:10:20.546] Format host information updated +Info 2056 [11:10:20.644] Format host information updated +Info 2057 [11:10:21.167] Format host information updated +Info 2058 [11:10:21.168] Format host information updated +Info 2059 [11:10:21.169] Format host information updated +Info 2060 [11:10:21.944] Format host information updated +Info 2061 [11:10:22.269] Format host information updated +Info 2062 [11:10:22.412] Format host information updated +Info 2063 [11:10:22.511] Format host information updated +Info 2064 [11:10:22.580] Format host information updated +Info 2065 [11:10:23.033] Format host information updated +Info 2066 [11:10:23.033] Format host information updated +Info 2067 [11:10:23.034] Format host information updated +Info 2068 [11:10:25.776] Format host information updated +Info 2069 [11:10:26.100] Format host information updated +Info 2070 [11:10:26.741] Format host information updated +Info 2071 [11:10:27.191] Format host information updated +Info 2072 [11:10:27.787] Format host information updated +Info 2073 [11:10:27.787] Format host information updated +Info 2074 [11:10:27.789] Format host information updated +Info 2075 [11:10:27.891] Format host information updated +Info 2076 [11:10:28.992] Format host information updated +Info 2077 [11:10:29.073] Format host information updated +Info 2078 [11:10:29.309] Format host information updated +Info 2079 [11:10:29.826] Format host information updated +Info 2080 [11:10:30.046] Format host information updated +Info 2081 [11:10:30.177] Format host information updated +Info 2082 [11:10:30.243] Format host information updated +Info 2083 [11:10:30.994] Format host information updated +Info 2084 [11:10:30.994] Format host information updated +Info 2085 [11:10:30.995] Format host information updated +Info 2086 [11:10:32.844] Format host information updated +Info 2087 [11:10:33.395] Format host information updated +Info 2088 [11:10:34.083] Format host information updated +Info 2089 [11:10:34.083] Format host information updated +Info 2090 [11:10:34.085] Format host information updated +Info 2091 [11:10:34.726] Format host information updated +Info 2092 [11:10:35.898] Format host information updated +Info 2093 [11:10:36.134] Format host information updated +Info 2094 [11:10:36.461] Format host information updated +Info 2095 [11:10:36.603] Format host information updated +Info 2096 [11:10:36.733] Format host information updated +Info 2097 [11:10:36.812] Format host information updated +Info 2098 [11:10:36.920] Format host information updated +Info 2099 [11:10:37.016] Format host information updated +Info 2100 [11:10:37.071] Format host information updated +Info 2101 [11:10:37.250] Format host information updated +Info 2102 [11:10:37.334] Format host information updated +Info 2103 [11:10:37.526] Format host information updated +Info 2104 [11:10:37.625] Format host information updated +Info 2105 [11:10:37.835] Format host information updated +Info 2106 [11:10:37.893] Format host information updated +Info 2107 [11:10:38.003] Format host information updated +Info 2108 [11:10:38.109] Format host information updated +Info 2109 [11:10:38.677] Format host information updated +Info 2110 [11:10:38.678] Format host information updated +Info 2111 [11:10:38.682] Format host information updated +Info 2112 [11:10:40.500] Format host information updated +Info 2113 [11:10:40.735] Format host information updated +Info 2114 [11:10:42.178] Format host information updated +Info 2115 [11:10:42.251] Format host information updated +Info 2116 [11:10:42.915] Format host information updated +Info 2117 [11:10:43.016] Format host information updated +Info 2118 [11:10:43.795] Format host information updated +Info 2119 [11:10:44.052] Format host information updated +Info 2120 [11:10:44.224] Format host information updated +Info 2121 [11:10:44.350] Format host information updated +Info 2122 [11:10:44.489] Format host information updated +Info 2123 [11:10:44.693] Format host information updated +Info 2124 [11:10:44.911] Format host information updated +Info 2125 [11:10:44.977] Format host information updated +Info 2126 [11:10:45.103] Format host information updated +Info 2127 [11:10:45.159] Format host information updated +Info 2128 [11:10:45.314] Format host information updated +Info 2129 [11:10:45.388] Format host information updated +Info 2130 [11:10:45.614] Format host information updated +Info 2131 [11:10:46.204] Format host information updated +Info 2132 [11:10:46.271] Format host information updated +Info 2133 [11:10:46.351] Format host information updated +Info 2134 [11:10:46.820] Format host information updated +Info 2135 [11:10:46.821] Format host information updated +Info 2136 [11:10:46.822] Format host information updated +Info 2137 [11:10:46.931] Format host information updated +Info 2138 [11:10:47.320] Format host information updated +Info 2139 [11:10:47.600] Format host information updated +Info 2140 [11:10:47.723] Format host information updated +Info 2141 [11:10:47.898] Format host information updated +Info 2142 [11:10:48.221] Format host information updated +Info 2143 [11:10:48.619] Format host information updated +Info 2144 [11:10:48.725] Format host information updated +Info 2145 [11:10:49.099] Format host information updated +Info 2146 [11:10:49.653] Format host information updated +Info 2147 [11:10:49.872] Format host information updated +Info 2148 [11:10:49.988] Format host information updated +Info 2149 [11:10:50.057] Format host information updated +Info 2150 [11:10:50.609] Format host information updated +Info 2151 [11:10:50.610] Format host information updated +Info 2152 [11:10:50.611] Format host information updated +Info 2153 [11:10:51.136] Format host information updated +Info 2154 [11:10:51.206] Format host information updated +Info 2155 [11:10:51.292] Format host information updated +Info 2156 [11:10:51.434] Format host information updated +Info 2157 [11:10:51.560] Format host information updated +Info 2158 [11:10:51.727] Format host information updated +Info 2159 [11:10:51.800] Format host information updated +Info 2160 [11:10:51.967] Format host information updated +Info 2161 [11:10:52.065] Format host information updated +Info 2162 [11:10:52.137] Format host information updated +Info 2163 [11:10:52.200] Format host information updated +Info 2164 [11:10:52.291] Format host information updated +Info 2165 [11:10:55.455] Format host information updated +Info 2166 [11:10:56.641] Format host information updated +Info 2167 [11:10:57.478] Format host information updated +Info 2168 [11:10:57.570] Format host information updated +Info 2169 [11:11:00.615] Format host information updated +Info 2170 [11:11:02.481] Format host information updated +Info 2171 [11:11:03.649] Format host information updated +Info 2172 [11:11:04.181] Format host information updated +Info 2173 [11:11:04.918] Format host information updated +Info 2174 [11:11:05.046] Format host information updated +Info 2175 [11:11:06.604] Format host information updated +Info 2176 [11:11:08.279] Format host information updated +Info 2177 [11:11:09.942] Format host information updated +Info 2178 [11:11:13.724] Format host information updated +Info 2179 [11:11:13.859] Format host information updated +Info 2180 [11:11:14.069] Format host information updated +Info 2181 [11:11:14.374] Format host information updated +Info 2182 [11:11:14.506] Format host information updated +Info 2183 [11:11:14.652] Format host information updated +Info 2184 [11:11:14.928] Format host information updated +Info 2185 [11:11:15.064] Format host information updated +Info 2186 [11:11:15.127] Format host information updated +Info 2187 [11:11:15.270] Format host information updated +Info 2188 [11:11:15.562] Format host information updated +Info 2189 [11:11:15.705] Format host information updated +Info 2190 [11:11:15.865] Format host information updated +Info 2191 [11:11:15.923] Format host information updated +Info 2192 [11:11:16.038] Format host information updated +Info 2193 [11:11:16.184] Format host information updated +Info 2194 [11:11:16.434] Format host information updated +Info 2195 [11:11:16.518] Format host information updated +Info 2196 [11:11:16.585] Format host information updated +Info 2197 [11:11:16.669] Format host information updated +Info 2198 [11:11:16.794] Format host information updated +Info 2199 [11:11:17.580] Format host information updated +Info 2200 [11:11:20.231] Format host information updated +Info 2201 [11:11:20.507] Format host information updated +Info 2202 [11:11:20.670] Format host information updated +Info 2203 [11:11:21.001] Format host information updated +Info 2204 [11:11:21.090] Format host information updated +Info 2205 [11:11:21.226] Format host information updated +Info 2206 [11:11:21.368] Format host information updated +Info 2207 [11:11:21.424] Format host information updated +Info 2208 [11:11:27.032] Format host information updated +Info 2209 [11:11:27.137] Format host information updated +Info 2210 [11:11:27.253] Format host information updated +Info 2211 [11:11:27.347] Format host information updated +Info 2212 [11:11:27.512] Format host information updated +Info 2213 [11:11:27.608] Format host information updated +Info 2214 [11:11:27.724] Format host information updated +Info 2215 [11:11:27.798] Format host information updated +Info 2216 [11:11:27.875] Format host information updated +Info 2217 [11:11:28.046] Format host information updated +Info 2218 [11:11:28.834] Format host information updated +Info 2219 [11:11:30.638] Format host information updated +Info 2220 [11:11:30.712] Format host information updated +Info 2221 [11:11:31.569] Format host information updated +Info 2222 [11:11:31.888] Format host information updated +Info 2223 [11:11:31.995] Format host information updated +Info 2224 [11:11:32.093] Format host information updated +Info 2225 [11:11:32.322] Format host information updated +Info 2226 [11:11:32.436] Format host information updated +Info 2227 [11:11:33.369] Format host information updated +Info 2228 [11:11:37.047] Format host information updated +Info 2229 [11:11:37.237] Format host information updated +Info 2230 [11:11:46.686] Format host information updated +Info 2231 [11:11:46.922] Format host information updated +Info 2232 [11:11:47.059] Format host information updated +Info 2233 [11:11:47.239] Format host information updated +Info 2234 [11:11:47.369] Format host information updated +Info 2235 [11:11:47.955] Format host information updated +Info 2236 [11:11:47.955] Format host information updated +Info 2237 [11:11:47.957] Format host information updated +Info 2238 [11:11:48.032] Format host information updated +Info 2239 [11:11:50.819] Format host information updated +Info 2240 [11:11:50.957] Format host information updated +Info 2241 [11:11:51.103] Format host information updated +Info 2242 [11:11:51.177] Format host information updated +Info 2243 [11:11:51.241] Format host information updated +Info 2244 [11:11:51.303] Format host information updated +Info 2245 [11:11:51.873] Format host information updated +Info 2246 [11:11:51.873] Format host information updated +Info 2247 [11:11:51.875] Format host information updated +Info 2248 [11:11:52.544] Format host information updated +Info 2249 [11:11:53.038] Format host information updated +Info 2250 [11:11:53.729] Format host information updated +Info 2251 [11:11:54.077] Format host information updated +Info 2252 [11:11:54.206] Format host information updated +Info 2253 [11:11:54.303] Format host information updated +Info 2254 [11:11:54.390] Format host information updated +Info 2255 [11:11:54.487] Format host information updated +Info 2256 [11:11:54.678] Format host information updated +Info 2257 [11:11:54.750] Format host information updated +Info 2258 [11:11:54.914] Format host information updated +Info 2259 [11:11:54.984] Format host information updated +Info 2260 [11:11:55.048] Format host information updated +Info 2261 [11:11:55.209] Format host information updated +Info 2262 [11:11:55.267] Format host information updated +Info 2263 [11:11:55.402] Format host information updated +Info 2264 [11:11:55.680] Format host information updated +Info 2265 [11:11:56.551] Format host information updated +Info 2266 [11:11:57.277] Format host information updated +Info 2267 [11:11:58.398] Format host information updated +Info 2268 [11:11:58.470] Format host information updated +Info 2269 [11:11:59.005] Format host information updated +Info 2270 [11:11:59.005] Format host information updated +Info 2271 [11:11:59.007] Format host information updated +Info 2272 [11:11:59.091] Format host information updated +Info 2273 [11:11:59.732] Format host information updated +Info 2274 [11:12:00.004] Format host information updated +Info 2275 [11:12:00.441] Format host information updated +Info 2276 [11:12:00.583] Format host information updated +Info 2277 [11:12:00.734] Format host information updated +Info 2278 [11:12:01.557] Format host information updated +Info 2279 [11:12:01.557] Format host information updated +Info 2280 [11:12:01.559] Format host information updated +Info 2281 [11:12:02.030] Format host information updated +Info 2282 [11:12:02.152] Format host information updated +Info 2283 [11:12:02.280] Format host information updated +Info 2284 [11:12:02.368] Format host information updated +Info 2285 [11:12:02.477] Format host information updated +Info 2286 [11:12:02.655] Format host information updated +Info 2287 [11:12:02.733] Format host information updated +Info 2288 [11:12:02.969] Format host information updated +Info 2289 [11:12:03.169] Format host information updated +Info 2290 [11:12:03.412] Format host information updated +Info 2291 [11:12:03.593] Format host information updated +Info 2292 [11:12:03.710] Format host information updated +Info 2293 [11:12:03.810] Format host information updated +Info 2294 [11:12:03.949] Format host information updated +Info 2295 [11:12:10.158] Format host information updated +Info 2296 [11:12:10.381] Format host information updated +Info 2297 [11:12:10.710] Format host information updated +Info 2298 [11:12:10.910] Format host information updated +Info 2299 [11:12:11.008] Format host information updated +Info 2300 [11:12:11.112] Format host information updated +Info 2301 [11:12:11.282] Format host information updated +Info 2302 [11:12:11.762] Format host information updated +Info 2303 [11:12:12.011] Format host information updated +Info 2304 [11:12:12.176] Format host information updated +Info 2305 [11:12:12.258] Format host information updated +Info 2306 [11:12:12.445] Format host information updated +Info 2307 [11:12:13.559] Format host information updated +Info 2308 [11:12:13.624] Format host information updated +Info 2309 [11:12:13.735] Format host information updated +Info 2310 [11:12:13.803] Format host information updated +Info 2311 [11:12:13.878] Format host information updated +Info 2312 [11:12:15.530] Format host information updated +Info 2313 [11:12:15.815] Format host information updated +Info 2314 [11:12:16.010] Format host information updated +Info 2315 [11:12:16.264] Format host information updated +Info 2316 [11:12:16.405] Format host information updated +Info 2317 [11:12:16.583] Format host information updated +Info 2318 [11:12:16.954] Format host information updated +Info 2319 [11:12:17.075] Format host information updated +Info 2320 [11:12:17.177] Format host information updated +Info 2321 [11:12:17.337] Format host information updated +Info 2322 [11:12:17.652] Format host information updated +Info 2323 [11:12:17.883] Format host information updated +Info 2324 [11:12:18.025] Format host information updated +Info 2325 [11:12:18.585] Format host information updated +Info 2326 [11:12:18.651] Format host information updated +Info 2327 [11:12:18.852] Format host information updated +Info 2328 [11:12:19.036] Format host information updated +Info 2329 [11:12:19.179] Format host information updated +Info 2330 [11:12:19.757] Format host information updated +Info 2331 [11:12:20.124] Format host information updated +Info 2332 [11:12:20.188] Format host information updated +Info 2333 [11:12:20.282] Format host information updated +Info 2334 [11:12:20.357] Format host information updated +Info 2335 [11:12:20.429] Format host information updated +Info 2336 [11:12:20.611] Format host information updated +Info 2337 [11:12:20.692] Format host information updated +Info 2338 [11:12:20.893] Format host information updated +Info 2339 [11:12:21.183] Format host information updated +Info 2340 [11:12:21.255] Format host information updated +Info 2341 [11:12:21.672] Format host information updated +Info 2342 [11:12:21.784] Format host information updated +Info 2343 [11:12:21.921] Format host information updated +Info 2344 [11:12:22.139] Format host information updated +Info 2345 [11:12:22.279] Format host information updated +Info 2346 [11:12:22.480] Format host information updated +Info 2347 [11:12:22.847] Format host information updated +Info 2348 [11:12:23.126] Format host information updated +Info 2349 [11:12:23.279] Format host information updated +Info 2350 [11:12:23.424] Format host information updated +Info 2351 [11:12:23.630] Format host information updated +Info 2352 [11:12:23.688] Format host information updated +Info 2353 [11:12:24.288] Format host information updated +Info 2354 [11:12:24.362] Format host information updated +Info 2355 [11:12:24.552] Format host information updated +Info 2356 [11:12:24.734] Format host information updated +Info 2357 [11:12:24.803] Format host information updated +Info 2358 [11:12:25.303] Format host information updated +Info 2359 [11:12:25.303] Format host information updated +Info 2360 [11:12:25.305] Format host information updated +Info 2361 [11:12:25.370] Format host information updated +Info 2362 [11:12:26.355] Format host information updated +Info 2363 [11:12:26.418] Format host information updated +Info 2364 [11:12:26.582] Format host information updated +Info 2365 [11:12:26.969] Format host information updated +Info 2366 [11:12:27.109] Format host information updated +Info 2367 [11:12:27.438] Format host information updated +Info 2368 [11:12:28.148] Format host information updated +Info 2369 [11:12:28.984] Format host information updated +Info 2370 [11:12:29.054] Format host information updated +Info 2371 [11:12:29.206] Format host information updated +Info 2372 [11:12:29.894] Format host information updated +Info 2373 [11:12:30.026] Format host information updated +Info 2374 [11:12:30.096] Format host information updated +Info 2375 [11:12:30.159] Format host information updated +Info 2376 [11:12:30.429] Format host information updated +Info 2377 [11:12:30.528] Format host information updated +Info 2378 [11:12:30.757] Format host information updated +Info 2379 [11:12:30.950] Format host information updated +Info 2380 [11:12:31.180] Format host information updated +Info 2381 [11:12:31.346] Format host information updated +Info 2382 [11:12:31.624] Format host information updated +Info 2383 [11:12:31.807] Format host information updated +Info 2384 [11:12:32.046] Format host information updated +Info 2385 [11:12:32.414] Format host information updated +Info 2386 [11:12:32.683] Format host information updated +Info 2387 [11:12:32.781] Format host information updated +Info 2388 [11:12:32.871] Format host information updated +Info 2389 [11:12:33.447] Format host information updated +Info 2390 [11:12:33.623] Format host information updated +Info 2391 [11:12:33.746] Format host information updated +Info 2392 [11:12:33.906] Format host information updated +Info 2393 [11:12:33.988] Format host information updated +Info 2394 [11:12:34.144] Format host information updated +Info 2395 [11:12:34.265] Format host information updated +Info 2396 [11:12:34.422] Format host information updated +Info 2397 [11:12:34.518] Format host information updated +Info 2398 [11:12:36.923] Format host information updated +Info 2399 [11:12:37.032] Format host information updated +Info 2400 [11:12:37.099] Format host information updated +Info 2401 [11:12:37.256] Format host information updated +Info 2402 [11:12:37.340] Format host information updated +Info 2403 [11:12:37.576] Format host information updated +Info 2404 [11:12:37.762] Format host information updated +Info 2405 [11:12:37.942] Format host information updated +Info 2406 [11:12:38.057] Format host information updated +Info 2407 [11:12:39.484] Format host information updated +Info 2408 [11:12:46.004] Format host information updated +Info 2409 [11:12:46.246] Format host information updated +Info 2410 [11:12:46.411] Format host information updated +Info 2411 [11:12:48.520] Format host information updated +Info 2412 [11:12:48.774] Format host information updated +Info 2413 [11:12:48.871] Format host information updated +Info 2414 [11:12:48.959] Format host information updated +Info 2415 [11:12:49.123] Format host information updated +Info 2416 [11:12:49.695] Format host information updated +Info 2417 [11:12:49.759] Format host information updated +Info 2418 [11:12:49.966] Format host information updated +Info 2419 [11:12:50.111] Format host information updated +Info 2420 [11:12:50.168] Format host information updated +Info 2421 [11:12:50.236] Format host information updated +Info 2422 [11:12:50.344] Format host information updated +Info 2423 [11:12:51.718] Format host information updated +Info 2424 [11:12:52.321] Format host information updated +Info 2425 [11:12:52.417] Format host information updated +Info 2426 [11:12:52.489] Format host information updated +Info 2427 [11:12:52.612] Format host information updated +Info 2428 [11:12:52.669] Format host information updated +Info 2429 [11:12:53.064] Format host information updated +Info 2430 [11:12:53.813] Format host information updated +Info 2431 [11:12:53.813] Format host information updated +Info 2432 [11:12:53.814] Format host information updated +Info 2433 [11:12:55.311] Format host information updated +Info 2434 [11:12:55.423] Format host information updated +Info 2435 [11:12:55.562] Format host information updated +Info 2436 [11:12:55.635] Format host information updated +Info 2437 [11:12:55.745] Format host information updated +Info 2438 [11:12:55.813] Format host information updated +Info 2439 [11:12:56.714] Format host information updated +Info 2440 [11:12:56.714] Format host information updated +Info 2441 [11:12:56.715] Format host information updated +Info 2442 [11:12:57.178] Format host information updated +Info 2443 [11:12:58.058] Format host information updated +Info 2444 [11:12:58.256] Format host information updated +Info 2445 [11:12:58.350] Format host information updated +Info 2446 [11:12:58.428] Format host information updated +Info 2447 [11:12:58.550] Format host information updated +Info 2448 [11:12:58.608] Format host information updated +Info 2449 [11:12:58.882] Format host information updated +Info 2450 [11:12:58.955] Format host information updated +Info 2451 [11:12:59.046] Format host information updated +Info 2452 [11:12:59.375] Format host information updated +Info 2453 [11:12:59.375] Format host information updated +Info 2454 [11:12:59.376] Format host information updated +Info 2455 [11:13:03.593] Format host information updated +Info 2456 [11:13:03.829] Format host information updated +Info 2457 [11:13:03.907] Format host information updated +Info 2458 [11:13:03.988] Format host information updated +Info 2459 [11:13:04.095] Format host information updated +Info 2460 [11:13:04.158] Format host information updated +Info 2461 [11:13:04.628] Format host information updated +Info 2462 [11:13:04.628] Format host information updated +Info 2463 [11:13:04.630] Format host information updated +Info 2464 [11:13:04.708] Format host information updated +Info 2465 [11:13:05.016] Format host information updated +Info 2466 [11:13:05.149] Format host information updated +Info 2467 [11:13:05.218] Format host information updated +Info 2468 [11:13:05.482] Format host information updated +Info 2469 [11:13:05.639] Format host information updated +Info 2470 [11:13:05.720] Format host information updated +Info 2471 [11:13:05.941] Format host information updated +Info 2472 [11:13:06.089] Format host information updated +Info 2473 [11:13:06.211] Format host information updated +Info 2474 [11:13:06.274] Format host information updated +Info 2475 [11:13:06.398] Format host information updated +Info 2476 [11:13:06.484] Format host information updated +Info 2477 [11:13:06.541] Format host information updated +Info 2478 [11:13:06.711] Format host information updated +Info 2479 [11:13:07.097] Format host information updated +Info 2480 [11:13:07.275] Format host information updated +Info 2481 [11:13:07.396] Format host information updated +Info 2482 [11:13:07.452] Format host information updated +Info 2483 [11:13:07.850] Format host information updated +Info 2484 [11:13:07.850] Format host information updated +Info 2485 [11:13:07.851] Format host information updated +Info 2486 [11:13:08.426] Format host information updated +Info 2487 [11:13:21.792] Format host information updated +Info 2488 [11:49:47.572] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2489 [11:49:47.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: true structureIsReused:: Not Elapsed: 10.958379000425339ms +Info 2490 [11:49:47.583] Project '/dev/null/inferredProject1*' (Inferred) +Info 2491 [11:49:47.583] Files (11) + +Info 2492 [11:49:47.583] ----------------------------------------------- +Info 2493 [11:49:47.583] Project '/dev/null/inferredProject1*' (Inferred) +Info 2493 [11:49:47.583] Files (11) + +Info 2493 [11:49:47.583] ----------------------------------------------- +Info 2493 [11:49:47.583] Open files: +Info 2493 [11:49:47.583] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2493 [11:49:47.583] Projects: /dev/null/inferredProject1* +Info 2493 [11:49:47.583] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2493 [11:49:47.583] Projects: /dev/null/inferredProject1* +Info 2493 [11:49:47.583] FileName: /home/orion/src/purescript-puppeteer/ffi/shared.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2493 [11:49:47.583] Projects: /dev/null/inferredProject1* +Info 2493 [11:49:47.583] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2493 [11:49:47.583] Projects: /dev/null/inferredProject1* +Info 2493 [11:49:47.720] Format host information updated +Info 2494 [11:49:52.979] Format host information updated +Info 2495 [11:49:53.174] Format host information updated +Info 2496 [11:49:53.282] Format host information updated +Info 2497 [11:49:53.407] Format host information updated +Info 2498 [11:49:53.461] Format host information updated +Info 2499 [11:49:53.707] Format host information updated +Info 2500 [11:49:53.785] Format host information updated +Info 2501 [11:49:53.899] Format host information updated +Info 2502 [11:49:53.984] Format host information updated +Info 2503 [11:49:57.051] Format host information updated +Info 2504 [11:49:58.821] Format host information updated +Info 2505 [11:49:58.996] Format host information updated +Info 2506 [11:49:59.169] Format host information updated +Info 2507 [11:49:59.259] Format host information updated +Info 2508 [11:49:59.336] Format host information updated +Info 2509 [11:49:59.447] Format host information updated +Info 2510 [11:49:59.505] Format host information updated +Info 2511 [11:49:59.769] Format host information updated +Info 2512 [11:49:59.879] Format host information updated +Info 2513 [11:50:00.054] Format host information updated +Info 2514 [11:50:00.110] Format host information updated +Info 2515 [11:50:02.936] Format host information updated +Info 2516 [11:50:03.695] Format host information updated +Info 2517 [11:50:03.798] Format host information updated +Info 2518 [11:50:04.002] Format host information updated +Info 2519 [11:50:04.087] Format host information updated +Info 2520 [11:50:04.197] Format host information updated +Info 2521 [11:50:04.358] Format host information updated +Info 2522 [11:50:04.489] Format host information updated +Info 2523 [11:50:04.700] Format host information updated +Info 2524 [11:50:04.757] Format host information updated +Info 2525 [11:50:04.941] Format host information updated +Info 2526 [11:50:05.003] Format host information updated +Info 2527 [11:50:05.646] Format host information updated +Info 2528 [11:50:06.637] Format host information updated +Info 2529 [11:50:06.971] Format host information updated +Info 2530 [11:50:07.266] Format host information updated +Info 2531 [11:50:07.455] Format host information updated +Info 2532 [11:50:07.777] Format host information updated +Info 2533 [11:50:08.008] Format host information updated +Info 2534 [11:50:09.175] Format host information updated +Info 2535 [11:50:09.262] Format host information updated +Info 2536 [11:50:09.495] Format host information updated +Info 2537 [11:50:09.669] Format host information updated +Info 2538 [11:50:09.760] Format host information updated +Info 2539 [11:50:09.837] Format host information updated +Info 2540 [11:50:09.920] Format host information updated +Info 2541 [11:50:10.432] Format host information updated +Info 2542 [11:50:10.489] Format host information updated +Info 2543 [11:50:10.573] Format host information updated +Info 2544 [11:50:11.482] Format host information updated +Info 2545 [11:50:11.599] Format host information updated +Info 2546 [11:50:13.001] Format host information updated +Info 2547 [11:50:13.171] Format host information updated +Info 2548 [11:50:13.246] Format host information updated +Info 2549 [11:50:13.734] Format host information updated +Info 2550 [11:50:14.166] Format host information updated +Info 2551 [11:50:14.317] Format host information updated +Info 2552 [11:50:14.623] Format host information updated +Info 2553 [11:50:14.779] Format host information updated +Info 2554 [11:50:15.014] Format host information updated +Info 2555 [11:50:15.275] Format host information updated +Info 2556 [11:50:15.343] Format host information updated +Info 2557 [11:50:15.538] Format host information updated +Info 2558 [11:50:15.661] Format host information updated +Info 2559 [11:50:15.716] Format host information updated +Info 2560 [11:50:15.830] Format host information updated +Info 2561 [11:50:15.978] Format host information updated +Info 2562 [11:50:16.072] Format host information updated +Info 2563 [11:50:16.169] Format host information updated +Info 2564 [11:50:16.243] Format host information updated +Info 2565 [11:50:16.316] Format host information updated +Info 2566 [11:50:17.652] Format host information updated +Info 2567 [11:50:18.121] Format host information updated +Info 2568 [11:50:18.257] Format host information updated +Info 2569 [11:50:18.431] Format host information updated +Info 2570 [11:50:18.500] Format host information updated +Info 2571 [11:50:18.780] Format host information updated +Info 2572 [11:50:18.886] Format host information updated +Info 2573 [11:50:19.087] Format host information updated +Info 2574 [11:50:19.338] Format host information updated +Info 2575 [11:50:19.696] Format host information updated +Info 2576 [11:50:19.792] Format host information updated +Info 2577 [11:50:19.992] Format host information updated +Info 2578 [11:50:20.053] Format host information updated +Info 2579 [11:50:20.603] Format host information updated +Info 2580 [11:50:20.708] Format host information updated +Info 2581 [11:50:20.800] Format host information updated +Info 2582 [11:50:20.939] Format host information updated +Info 2583 [11:50:21.161] Format host information updated +Info 2584 [11:50:21.435] Format host information updated +Info 2585 [11:50:21.521] Format host information updated +Info 2586 [11:50:21.669] Format host information updated +Info 2587 [11:50:21.738] Format host information updated +Info 2588 [11:50:21.868] Format host information updated +Info 2589 [11:50:21.925] Format host information updated +Info 2590 [11:50:22.042] Format host information updated +Info 2591 [11:50:22.111] Format host information updated +Info 2592 [11:50:22.268] Format host information updated +Info 2593 [11:50:23.882] Format host information updated +Info 2594 [11:50:24.176] Format host information updated +Info 2595 [11:50:24.326] Format host information updated +Info 2596 [11:50:24.457] Format host information updated +Info 2597 [11:50:24.581] Format host information updated +Info 2598 [11:50:24.641] Format host information updated +Info 2599 [11:50:25.054] Format host information updated +Info 2600 [11:50:25.250] Format host information updated +Info 2601 [11:50:25.464] Format host information updated +Info 2602 [11:50:25.644] Format host information updated +Info 2603 [11:50:25.709] Format host information updated +Info 2604 [11:50:25.833] Format host information updated +Info 2605 [11:50:26.206] Format host information updated +Info 2606 [11:50:26.346] Format host information updated +Info 2607 [11:50:26.549] Format host information updated +Info 2608 [11:50:26.615] Format host information updated +Info 2609 [11:50:26.875] Format host information updated +Info 2610 [11:50:26.937] Format host information updated +Info 2611 [11:50:30.233] Format host information updated +Info 2612 [11:50:30.387] Format host information updated +Info 2613 [11:50:30.593] Format host information updated +Info 2614 [11:50:30.671] Format host information updated +Info 2615 [11:50:30.881] Format host information updated +Info 2616 [11:50:30.995] Format host information updated +Info 2617 [11:50:31.122] Format host information updated +Info 2618 [11:50:31.186] Format host information updated +Info 2619 [11:50:31.249] Format host information updated +Info 2620 [11:50:31.482] Format host information updated +Info 2621 [11:50:31.974] Format host information updated +Info 2622 [11:50:33.228] Format host information updated +Info 2623 [11:50:33.933] Format host information updated +Info 2624 [11:50:34.683] Format host information updated +Info 2625 [11:50:35.173] Format host information updated +Info 2626 [11:50:35.262] Format host information updated +Info 2627 [11:50:35.387] Format host information updated +Info 2628 [11:50:35.503] Format host information updated +Info 2629 [11:50:35.691] Format host information updated +Info 2630 [11:50:35.757] Format host information updated +Info 2631 [11:50:35.942] Format host information updated +Info 2632 [11:50:36.023] Format host information updated +Info 2633 [11:50:36.925] Format host information updated +Info 2634 [11:50:37.001] Format host information updated +Info 2635 [11:50:37.386] Format host information updated +Info 2636 [11:50:37.446] Format host information updated +Info 2637 [11:50:38.980] Format host information updated +Info 2638 [11:50:39.465] Format host information updated +Info 2639 [11:50:39.611] Format host information updated +Info 2640 [11:50:39.761] Format host information updated +Info 2641 [11:50:39.884] Format host information updated +Info 2642 [11:50:39.945] Format host information updated +Info 2643 [11:50:40.168] Format host information updated +Info 2644 [11:50:40.265] Format host information updated +Info 2645 [11:50:40.399] Format host information updated +Info 2646 [11:50:40.490] Format host information updated +Info 2647 [11:50:40.620] Format host information updated +Info 2648 [11:50:40.917] Format host information updated +Info 2649 [11:50:40.977] Format host information updated +Info 2650 [11:50:41.144] Format host information updated +Info 2651 [11:50:41.227] Format host information updated +Info 2652 [11:50:41.315] Format host information updated +Info 2653 [11:50:41.442] Format host information updated +Info 2654 [11:50:41.609] Format host information updated +Info 2655 [11:50:41.743] Format host information updated +Info 2656 [11:50:41.836] Format host information updated +Info 2657 [11:50:41.963] Format host information updated +Info 2658 [11:50:42.084] Format host information updated +Info 2659 [11:50:42.443] Format host information updated +Info 2660 [11:50:42.697] Format host information updated +Info 2661 [11:50:42.985] Format host information updated +Info 2662 [11:50:43.184] Format host information updated +Info 2663 [11:50:43.304] Format host information updated +Info 2664 [11:50:43.607] Format host information updated +Info 2665 [11:50:44.129] Format host information updated +Info 2666 [11:50:44.218] Format host information updated +Info 2667 [11:50:44.421] Format host information updated +Info 2668 [11:50:44.599] Format host information updated +Info 2669 [11:50:44.720] Format host information updated +Info 2670 [11:50:44.844] Format host information updated +Info 2671 [11:50:44.945] Format host information updated +Info 2672 [11:50:45.084] Format host information updated +Info 2673 [11:50:45.781] Format host information updated +Info 2674 [11:50:46.242] Format host information updated +Info 2675 [11:50:46.769] Format host information updated +Info 2676 [11:50:46.856] Format host information updated +Info 2677 [11:50:47.025] Format host information updated +Info 2678 [11:50:47.130] Format host information updated +Info 2679 [11:50:47.203] Format host information updated +Info 2680 [11:50:47.277] Format host information updated +Info 2681 [11:50:47.433] Format host information updated +Info 2682 [11:50:47.680] Format host information updated +Info 2683 [11:50:47.746] Format host information updated +Info 2684 [11:50:47.849] Format host information updated +Info 2685 [11:50:47.986] Format host information updated +Info 2686 [11:50:48.047] Format host information updated +Info 2687 [11:50:48.141] Format host information updated +Info 2688 [11:50:48.295] Format host information updated +Info 2689 [11:50:48.377] Format host information updated +Info 2690 [11:50:48.445] Format host information updated +Info 2691 [11:50:48.545] Format host information updated +Info 2692 [11:50:48.615] Format host information updated +Info 2693 [11:50:48.676] Format host information updated +Info 2694 [11:50:48.741] Format host information updated +Info 2695 [11:50:48.906] Format host information updated +Info 2696 [11:52:07.055] Format host information updated +Info 2697 [11:52:07.219] Format host information updated +Info 2698 [11:52:07.293] Format host information updated +Info 2699 [11:52:07.467] Format host information updated +Info 2700 [11:52:07.530] Format host information updated +Info 2701 [11:52:07.706] Format host information updated +Info 2702 [11:52:08.058] Format host information updated +Info 2703 [11:52:08.166] Format host information updated +Info 2704 [11:52:08.540] Format host information updated +Info 2705 [11:52:08.540] Format host information updated +Info 2706 [11:52:08.541] Format host information updated +Info 2707 [11:52:09.714] Format host information updated +Info 2708 [11:52:09.774] Format host information updated +Info 2709 [11:52:10.216] Format host information updated +Info 2710 [11:52:10.316] Format host information updated +Info 2711 [11:52:10.438] Format host information updated +Info 2712 [11:52:10.745] Format host information updated +Info 2713 [11:52:10.812] Format host information updated +Info 2714 [11:52:11.263] Format host information updated +Info 2715 [11:52:11.454] Format host information updated +Info 2716 [11:52:11.596] Format host information updated +Info 2717 [11:52:11.733] Format host information updated +Info 2718 [11:52:12.596] Format host information updated +Info 2719 [11:52:13.337] Format host information updated +Info 2720 [11:52:14.286] Format host information updated +Info 2721 [11:52:14.415] Format host information updated +Info 2722 [11:52:14.733] Format host information updated +Info 2723 [11:52:15.197] Format host information updated +Info 2724 [11:52:15.256] Format host information updated +Info 2725 [11:52:15.362] Format host information updated +Info 2726 [11:52:15.498] Format host information updated +Info 2727 [11:52:15.590] Format host information updated +Info 2728 [11:52:17.110] Format host information updated +Info 2729 [11:52:17.575] Format host information updated +Info 2730 [11:52:17.821] Format host information updated +Info 2731 [11:52:17.956] Format host information updated +Info 2732 [11:52:18.346] Format host information updated +Info 2733 [11:52:18.995] Format host information updated +Info 2734 [11:52:19.324] Format host information updated +Info 2735 [11:52:19.711] Format host information updated +Info 2736 [11:52:19.816] Format host information updated +Info 2737 [11:52:20.014] Format host information updated +Info 2738 [11:52:20.104] Format host information updated +Info 2739 [11:52:20.654] Format host information updated +Info 2740 [11:52:21.202] Format host information updated +Info 2741 [11:52:21.292] Format host information updated +Info 2742 [11:52:21.436] Format host information updated +Info 2743 [11:52:21.584] Format host information updated +Info 2744 [11:52:21.762] Format host information updated +Info 2745 [11:52:22.065] Format host information updated +Info 2746 [11:52:22.405] Format host information updated +Info 2747 [11:52:22.465] Format host information updated +Info 2748 [11:52:22.542] Format host information updated +Info 2749 [11:52:22.618] Format host information updated +Info 2750 [11:52:22.739] Format host information updated +Info 2751 [11:52:22.876] Format host information updated +Info 2752 [11:52:22.979] Format host information updated +Info 2753 [11:52:24.380] Format host information updated +Info 2754 [11:52:24.789] Format host information updated +Info 2755 [11:52:25.231] Format host information updated +Info 2756 [11:52:25.321] Format host information updated +Info 2757 [11:52:45.278] Format host information updated +Info 2758 [11:52:47.614] Format host information updated +Info 2759 [11:52:48.422] Format host information updated +Info 2760 [11:52:48.499] Format host information updated +Info 2761 [11:52:48.620] Format host information updated +Info 2762 [11:52:50.643] Format host information updated +Info 2763 [11:52:51.004] Format host information updated +Info 2764 [11:52:51.225] Format host information updated +Info 2765 [11:52:51.768] Format host information updated +Info 2766 [11:52:51.904] Format host information updated +Info 2767 [11:52:52.196] Format host information updated +Info 2768 [11:52:52.266] Format host information updated +Info 2769 [11:52:52.994] Format host information updated +Info 2770 [11:52:53.613] Format host information updated +Info 2771 [11:52:53.745] Format host information updated +Info 2772 [11:52:53.939] Format host information updated +Info 2773 [11:52:54.037] Format host information updated +Info 2774 [11:52:54.938] Format host information updated +Info 2775 [11:52:54.998] Format host information updated +Info 2776 [11:52:55.683] Format host information updated +Info 2777 [11:52:56.221] Format host information updated +Info 2778 [11:52:56.626] Format host information updated +Info 2779 [11:52:56.855] Format host information updated +Info 2780 [11:52:57.360] Format host information updated +Info 2781 [11:52:57.517] Format host information updated +Info 2782 [11:52:57.645] Format host information updated +Info 2783 [11:52:57.866] Format host information updated +Info 2784 [11:52:58.490] Format host information updated +Info 2785 [11:52:58.599] Format host information updated +Info 2786 [11:52:58.787] Format host information updated +Info 2787 [11:52:58.955] Format host information updated +Info 2788 [11:52:59.024] Format host information updated +Info 2789 [11:52:59.106] Format host information updated +Info 2790 [11:52:59.228] Format host information updated +Info 2791 [11:52:59.390] Format host information updated +Info 2792 [11:52:59.513] Format host information updated +Info 2793 [11:53:00.638] Format host information updated +Info 2794 [11:53:00.944] Format host information updated +Info 2795 [11:53:01.084] Format host information updated +Info 2796 [11:53:01.335] Format host information updated +Info 2797 [11:53:01.642] Format host information updated +Info 2798 [11:53:01.779] Format host information updated +Info 2799 [11:53:02.110] Format host information updated +Info 2800 [11:53:02.173] Format host information updated +Info 2801 [11:53:02.667] Format host information updated +Info 2802 [11:53:02.880] Format host information updated +Info 2803 [11:53:02.996] Format host information updated +Info 2804 [11:53:03.396] Format host information updated +Info 2805 [11:53:03.613] Format host information updated +Info 2806 [11:53:03.761] Format host information updated +Info 2807 [11:53:03.983] Format host information updated +Info 2808 [11:53:04.046] Format host information updated +Info 2809 [11:53:04.143] Format host information updated +Info 2810 [11:53:04.327] Format host information updated +Info 2811 [11:53:04.582] Format host information updated +Info 2812 [11:53:04.713] Format host information updated +Info 2813 [11:53:05.019] Format host information updated +Info 2814 [11:53:05.221] Format host information updated +Info 2815 [11:53:05.388] Format host information updated +Info 2816 [11:53:05.523] Format host information updated +Info 2817 [11:53:05.594] Format host information updated +Info 2818 [11:53:05.795] Format host information updated +Info 2819 [11:53:05.857] Format host information updated +Info 2820 [11:53:06.038] Format host information updated +Info 2821 [11:53:06.175] Format host information updated +Info 2822 [11:53:06.341] Format host information updated +Info 2823 [11:53:07.826] Format host information updated +Info 2824 [11:53:09.018] Format host information updated +Info 2825 [11:53:09.106] Format host information updated +Info 2826 [11:53:09.197] Format host information updated +Info 2827 [11:53:10.930] Format host information updated +Info 2828 [11:53:11.075] Format host information updated +Info 2829 [11:53:11.246] Format host information updated +Info 2830 [11:53:11.482] Format host information updated +Info 2831 [11:53:11.627] Format host information updated +Info 2832 [11:53:11.852] Format host information updated +Info 2833 [11:53:12.035] Format host information updated +Info 2834 [11:53:12.198] Format host information updated +Info 2835 [11:53:12.360] Format host information updated +Info 2836 [11:53:12.832] Format host information updated +Info 2837 [11:53:12.994] Format host information updated +Info 2838 [11:53:13.234] Format host information updated +Info 2839 [11:53:13.339] Format host information updated +Info 2840 [11:53:14.034] Format host information updated +Info 2841 [11:53:14.102] Format host information updated +Info 2842 [11:53:15.694] Format host information updated +Info 2843 [11:53:16.258] Format host information updated +Info 2844 [11:53:16.690] Format host information updated +Info 2845 [11:53:18.165] Format host information updated +Info 2846 [11:53:18.766] Format host information updated +Info 2847 [11:53:19.003] Format host information updated +Info 2848 [11:53:19.497] Format host information updated +Info 2849 [11:53:19.699] Format host information updated +Info 2850 [11:53:19.761] Format host information updated +Info 2851 [11:53:20.068] Format host information updated +Info 2852 [11:53:20.314] Format host information updated +Info 2853 [11:53:20.436] Format host information updated +Info 2854 [11:53:20.564] Format host information updated +Info 2855 [11:53:21.104] Format host information updated +Info 2856 [11:53:21.241] Format host information updated +Info 2857 [11:53:21.457] Format host information updated +Info 2858 [11:53:21.517] Format host information updated +Info 2859 [11:53:21.853] Format host information updated +Info 2860 [11:53:22.065] Format host information updated +Info 2861 [11:53:22.147] Format host information updated +Info 2862 [11:53:22.269] Format host information updated +Info 2863 [11:53:22.414] Format host information updated +Info 2864 [11:53:22.608] Format host information updated +Info 2865 [11:53:22.753] Format host information updated +Info 2866 [11:53:22.835] Format host information updated +Info 2867 [11:53:22.911] Format host information updated +Info 2868 [11:53:23.044] Format host information updated +Info 2869 [11:53:23.187] Format host information updated +Info 2870 [11:53:23.941] Format host information updated +Info 2871 [11:53:32.159] Format host information updated +Info 2872 [11:53:32.820] Format host information updated +Info 2873 [11:53:33.319] Format host information updated +Info 2874 [11:53:33.826] Format host information updated +Info 2875 [11:53:34.456] Format host information updated +Info 2876 [11:53:35.470] Format host information updated +Info 2877 [11:53:38.113] Format host information updated +Info 2878 [11:53:38.841] Format host information updated +Info 2879 [11:53:42.568] Format host information updated +Info 2880 [11:53:42.966] Format host information updated +Info 2881 [11:53:43.203] Format host information updated +Info 2882 [11:53:43.335] Format host information updated +Info 2883 [11:53:43.500] Format host information updated +Info 2884 [11:53:44.029] Format host information updated +Info 2885 [11:53:44.279] Format host information updated +Info 2886 [11:53:44.552] Format host information updated +Info 2887 [11:53:44.794] Format host information updated +Info 2888 [11:53:44.955] Format host information updated +Info 2889 [11:53:45.102] Format host information updated +Info 2890 [11:53:45.160] Format host information updated +Info 2891 [11:53:45.367] Format host information updated +Info 2892 [11:53:45.533] Format host information updated +Info 2893 [11:53:45.595] Format host information updated +Info 2894 [11:53:45.750] Format host information updated +Info 2895 [11:53:45.810] Format host information updated +Info 2896 [11:53:45.962] Format host information updated +Info 2897 [11:53:46.091] Format host information updated +Info 2898 [11:54:00.825] Format host information updated +Info 2899 [11:54:01.109] Format host information updated +Info 2900 [11:54:01.520] Format host information updated +Info 2901 [11:54:01.657] Format host information updated +Info 2902 [11:54:01.807] Format host information updated +Info 2903 [11:54:01.899] Format host information updated +Info 2904 [11:54:02.008] Format host information updated +Info 2905 [11:54:02.144] Format host information updated +Info 2906 [11:54:02.213] Format host information updated +Info 2907 [11:54:02.345] Format host information updated +Info 2908 [11:54:02.511] Format host information updated +Info 2909 [11:54:02.568] Format host information updated +Info 2910 [11:54:03.670] Format host information updated +Info 2911 [11:54:03.867] Format host information updated +Info 2912 [11:54:05.155] Format host information updated +Info 2913 [11:54:06.317] Format host information updated +Info 2914 [11:54:06.401] Format host information updated +Info 2915 [11:54:06.793] Format host information updated +Info 2916 [11:54:07.524] Format host information updated +Info 2917 [11:54:07.851] Format host information updated +Info 2918 [11:54:07.933] Format host information updated +Info 2919 [11:54:07.996] Format host information updated +Info 2920 [11:54:08.094] Format host information updated +Info 2921 [11:54:08.164] Format host information updated +Info 2922 [11:54:08.318] Format host information updated +Info 2923 [11:54:08.377] Format host information updated +Info 2924 [11:54:08.562] Format host information updated +Info 2925 [11:54:08.944] Format host information updated +Info 2926 [11:54:09.034] Format host information updated +Info 2927 [11:54:09.169] Format host information updated +Info 2928 [11:54:09.322] Format host information updated +Info 2929 [11:54:09.384] Format host information updated +Info 2930 [11:54:09.522] Format host information updated +Info 2931 [11:54:09.720] Format host information updated +Info 2932 [11:54:09.800] Format host information updated +Info 2933 [11:54:09.997] Format host information updated +Info 2934 [11:54:10.450] Format host information updated +Info 2935 [11:54:10.680] Format host information updated +Info 2936 [11:54:10.841] Format host information updated +Info 2937 [11:54:10.911] Format host information updated +Info 2938 [11:54:11.097] Format host information updated +Info 2939 [11:54:11.319] Format host information updated +Info 2940 [11:54:11.463] Format host information updated +Info 2941 [11:54:11.526] Format host information updated +Info 2942 [11:54:11.747] Format host information updated +Info 2943 [11:54:11.946] Format host information updated +Info 2944 [11:54:12.128] Format host information updated +Info 2945 [11:54:12.200] Format host information updated +Info 2946 [11:54:12.268] Format host information updated +Info 2947 [11:54:12.414] Format host information updated +Info 2948 [11:54:12.762] Format host information updated +Info 2949 [11:54:12.864] Format host information updated +Info 2950 [11:54:13.082] Format host information updated +Info 2951 [11:54:13.141] Format host information updated +Info 2952 [11:54:13.299] Format host information updated +Info 2953 [11:54:13.389] Format host information updated +Info 2954 [11:54:13.625] Format host information updated +Info 2955 [11:54:13.780] Format host information updated +Info 2956 [11:54:13.896] Format host information updated +Info 2957 [11:54:13.983] Format host information updated +Info 2958 [11:54:14.218] Format host information updated +Info 2959 [11:54:14.331] Format host information updated +Info 2960 [11:54:14.595] Format host information updated +Info 2961 [11:54:14.731] Format host information updated +Info 2962 [11:54:15.003] Format host information updated +Info 2963 [11:54:15.219] Format host information updated +Info 2964 [11:54:15.600] Format host information updated +Info 2965 [11:54:15.802] Format host information updated +Info 2966 [11:54:15.954] Format host information updated +Info 2967 [11:54:16.148] Format host information updated +Info 2968 [11:54:16.211] Format host information updated +Info 2969 [11:54:16.417] Format host information updated +Info 2970 [11:54:16.539] Format host information updated +Info 2971 [11:54:16.639] Format host information updated +Info 2972 [11:54:16.770] Format host information updated +Info 2973 [11:54:16.875] Format host information updated diff --git a/.log/tsserver-log-lRaSzA/tsserver.log b/.log/tsserver-log-lRaSzA/tsserver.log new file mode 100644 index 0000000..c15e2ee --- /dev/null +++ b/.log/tsserver-log-lRaSzA/tsserver.log @@ -0,0 +1,760 @@ +Info 0 [15:47:11.272] Starting TS Server +Info 1 [15:47:11.273] Version: 5.2.2 +Info 2 [15:47:11.273] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/f7fa116c91e1de80e85b2f6fb30f92f5/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-lRaSzA/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [15:47:11.273] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [15:47:11.273] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [15:47:11.277] Format host information updated +Info 6 [15:47:11.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [15:47:11.621] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 339.6748110000044ms +Info 8 [15:47:11.621] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [15:47:11.621] Files (8) + +Info 10 [15:47:11.621] ----------------------------------------------- +Info 11 [15:47:11.622] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [15:47:11.622] Files (8) + +Info 11 [15:47:11.622] ----------------------------------------------- +Info 11 [15:47:11.622] Open files: +Info 11 [15:47:11.622] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [15:47:11.622] Projects: /dev/null/inferredProject1* +Info 11 [15:47:11.623] Format host information updated +Info 12 [15:47:12.309] Format host information updated +Info 13 [15:47:12.445] Format host information updated +Info 14 [15:47:12.593] Format host information updated +Info 15 [15:47:12.707] Format host information updated +Info 16 [15:47:12.824] Format host information updated +Info 17 [15:47:12.960] Format host information updated +Info 18 [15:57:32.181] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19 [15:57:32.191] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 10.115274000912905ms +Info 20 [15:57:32.191] Project '/dev/null/inferredProject1*' (Inferred) +Info 21 [15:57:32.191] Files (9) + +Info 22 [15:57:32.191] ----------------------------------------------- +Info 23 [15:57:32.191] Project '/dev/null/inferredProject1*' (Inferred) +Info 23 [15:57:32.191] Files (9) + +Info 23 [15:57:32.191] ----------------------------------------------- +Info 23 [15:57:32.191] Open files: +Info 23 [15:57:32.191] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 23 [15:57:32.191] Projects: /dev/null/inferredProject1* +Info 23 [15:57:32.191] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 23 [15:57:32.191] Projects: /dev/null/inferredProject1* +Info 23 [15:57:32.325] Format host information updated +Info 24 [15:57:34.915] Format host information updated +Info 25 [15:57:35.502] Format host information updated +Info 26 [15:57:38.364] Format host information updated +Info 27 [15:57:38.684] Format host information updated +Info 28 [15:57:38.892] Format host information updated +Info 29 [15:57:39.120] Format host information updated +Info 30 [15:57:39.255] Format host information updated +Info 31 [15:57:39.503] Format host information updated +Info 32 [15:57:40.475] Format host information updated +Info 33 [15:57:43.083] Format host information updated +Info 34 [15:57:43.874] Format host information updated +Info 35 [15:57:44.275] Format host information updated +Info 36 [15:57:45.286] Format host information updated +Info 37 [15:57:45.516] Format host information updated +Info 38 [15:57:45.667] Format host information updated +Info 39 [15:57:45.849] Format host information updated +Info 40 [15:57:46.050] Format host information updated +Info 41 [15:57:46.162] Format host information updated +Info 42 [15:57:46.255] Format host information updated +Info 43 [15:57:46.804] Format host information updated +Info 44 [15:57:47.391] Format host information updated +Info 45 [15:57:47.629] Format host information updated +Info 46 [15:57:47.995] Format host information updated +Info 47 [15:57:48.428] Format host information updated +Info 48 [15:57:49.004] Format host information updated +Info 49 [15:57:49.421] Format host information updated +Info 50 [15:57:49.675] Format host information updated +Info 51 [15:57:49.860] Format host information updated +Info 52 [15:57:49.971] Format host information updated +Info 53 [15:57:50.066] Format host information updated +Info 54 [15:57:50.203] Format host information updated +Info 55 [15:57:50.354] Format host information updated +Info 56 [15:57:50.609] Format host information updated +Info 57 [15:57:50.773] Format host information updated +Info 58 [15:57:50.862] Format host information updated +Info 59 [15:57:51.014] Format host information updated +Info 60 [15:57:51.157] Format host information updated +Info 61 [15:57:51.262] Format host information updated +Info 62 [15:57:51.483] Format host information updated +Info 63 [15:57:51.585] Format host information updated +Info 64 [15:57:51.645] Format host information updated +Info 65 [15:57:51.739] Format host information updated +Info 66 [15:57:51.931] Format host information updated +Info 67 [15:57:52.018] Format host information updated +Info 68 [15:57:52.168] Format host information updated +Info 69 [15:57:52.270] Format host information updated +Info 70 [15:57:56.474] Format host information updated +Info 71 [15:57:57.050] Format host information updated +Info 72 [15:57:57.779] Format host information updated +Info 73 [15:57:57.844] Format host information updated +Info 74 [15:57:58.413] Format host information updated +Info 75 [15:57:58.476] Format host information updated +Info 76 [15:57:58.580] Format host information updated +Info 77 [15:57:58.731] Format host information updated +Info 78 [15:57:58.791] Format host information updated +Info 79 [15:57:59.002] Format host information updated +Info 80 [15:58:01.108] Format host information updated +Info 81 [15:58:01.167] Format host information updated +Info 82 [15:58:01.649] Format host information updated +Info 83 [15:58:02.095] Format host information updated +Info 84 [15:58:02.400] Format host information updated +Info 85 [15:58:02.514] Format host information updated +Info 86 [15:58:02.688] Format host information updated +Info 87 [15:58:02.864] Format host information updated +Info 88 [15:58:03.139] Format host information updated +Info 89 [15:58:03.218] Format host information updated +Info 90 [15:58:03.430] Format host information updated +Info 91 [15:58:03.520] Format host information updated +Info 92 [15:58:03.605] Format host information updated +Info 93 [15:58:03.671] Format host information updated +Info 94 [15:58:03.803] Format host information updated +Info 95 [15:58:03.891] Format host information updated +Info 96 [15:58:04.310] Format host information updated +Info 97 [15:58:04.521] Format host information updated +Info 98 [15:58:04.703] Format host information updated +Info 99 [15:58:04.807] Format host information updated +Info 100 [15:58:05.139] Format host information updated +Info 101 [15:58:05.210] Format host information updated +Info 102 [15:58:05.692] Format host information updated +Info 103 [15:58:05.892] Format host information updated +Info 104 [15:58:06.209] Format host information updated +Info 105 [15:58:06.301] Format host information updated +Info 106 [15:58:06.628] Format host information updated +Info 107 [15:58:06.700] Format host information updated +Info 108 [15:58:06.910] Format host information updated +Info 109 [15:58:07.026] Format host information updated +Info 110 [15:58:07.091] Format host information updated +Info 111 [15:58:07.241] Format host information updated +Info 112 [15:58:07.299] Format host information updated +Info 113 [15:58:07.729] Format host information updated +Info 114 [15:58:07.871] Format host information updated +Info 115 [15:58:08.047] Format host information updated +Info 116 [15:58:08.126] Format host information updated +Info 117 [15:58:09.163] Format host information updated +Info 118 [15:58:09.381] Format host information updated +Info 119 [15:58:09.518] Format host information updated +Info 120 [15:58:09.736] Format host information updated +Info 121 [15:58:09.876] Format host information updated +Info 122 [15:58:10.245] Format host information updated +Info 123 [15:58:10.378] Format host information updated +Info 124 [15:58:10.514] Format host information updated +Info 125 [15:58:10.612] Format host information updated +Info 126 [15:58:10.809] Format host information updated +Info 127 [15:58:11.039] Format host information updated +Info 128 [15:58:11.115] Format host information updated +Info 129 [15:58:11.219] Format host information updated +Info 130 [15:58:11.331] Format host information updated +Info 131 [15:58:11.519] Format host information updated +Info 132 [15:58:12.394] Format host information updated +Info 133 [15:58:12.394] Format host information updated +Info 134 [15:58:12.395] Format host information updated +Info 135 [15:58:12.395] Format host information updated +Info 136 [15:58:12.659] Format host information updated +Info 137 [15:58:15.262] Format host information updated +Info 138 [15:58:15.344] Format host information updated +Info 139 [15:58:15.855] Format host information updated +Info 140 [15:58:15.969] Format host information updated +Info 141 [15:58:16.284] Format host information updated +Info 142 [15:58:16.375] Format host information updated +Info 143 [15:58:17.027] Format host information updated +Info 144 [15:58:17.351] Format host information updated +Info 145 [15:58:17.518] Format host information updated +Info 146 [15:58:17.644] Format host information updated +Info 147 [15:58:17.784] Format host information updated +Info 148 [15:58:18.286] Format host information updated +Info 149 [15:58:18.426] Format host information updated +Info 150 [15:58:18.589] Format host information updated +Info 151 [15:58:18.713] Format host information updated +Info 152 [15:58:19.539] Format host information updated +Info 153 [15:58:19.599] Format host information updated +Info 154 [15:58:19.730] Format host information updated +Info 155 [15:58:19.817] Format host information updated +Info 156 [15:58:19.935] Format host information updated +Info 157 [15:58:20.011] Format host information updated +Info 158 [15:58:20.203] Format host information updated +Info 159 [15:58:20.402] Format host information updated +Info 160 [15:58:20.581] Format host information updated +Info 161 [15:58:20.703] Format host information updated +Info 162 [15:58:20.766] Format host information updated +Info 163 [15:58:20.937] Format host information updated +Info 164 [15:58:21.099] Format host information updated +Info 165 [15:58:21.196] Format host information updated +Info 166 [15:58:21.303] Format host information updated +Info 167 [15:58:21.472] Format host information updated +Info 168 [15:58:22.898] Format host information updated +Info 169 [15:58:27.536] Format host information updated +Info 170 [15:58:27.710] Format host information updated +Info 171 [15:58:27.854] Format host information updated +Info 172 [15:58:28.115] Format host information updated +Info 173 [15:58:28.264] Format host information updated +Info 174 [15:58:28.367] Format host information updated +Info 175 [15:58:28.754] Format host information updated +Info 176 [15:58:29.051] Format host information updated +Info 177 [15:58:29.585] Format host information updated +Info 178 [15:58:29.794] Format host information updated +Info 179 [15:58:29.914] Format host information updated +Info 180 [15:58:30.306] Format host information updated +Info 181 [15:58:30.429] Format host information updated +Info 182 [15:58:30.625] Format host information updated +Info 183 [15:58:30.724] Format host information updated +Info 184 [15:58:30.849] Format host information updated +Info 185 [15:58:30.946] Format host information updated +Info 186 [15:58:31.122] Format host information updated +Info 187 [15:58:31.244] Format host information updated +Info 188 [15:58:31.412] Format host information updated +Info 189 [15:58:31.622] Format host information updated +Info 190 [15:58:31.703] Format host information updated +Info 191 [15:58:32.897] Format host information updated +Info 192 [15:58:33.008] Format host information updated +Info 193 [15:58:33.227] Format host information updated +Info 194 [15:58:34.155] Format host information updated +Info 195 [15:58:34.274] Format host information updated +Info 196 [15:58:34.561] Format host information updated +Info 197 [15:58:34.672] Format host information updated +Info 198 [15:58:34.748] Format host information updated +Info 199 [15:58:35.029] Format host information updated +Info 200 [15:58:35.158] Format host information updated +Info 201 [15:58:35.285] Format host information updated +Info 202 [15:58:35.698] Format host information updated +Info 203 [15:58:35.758] Format host information updated +Info 204 [15:58:37.246] Format host information updated +Info 205 [15:58:37.356] Format host information updated +Info 206 [15:58:37.487] Format host information updated +Info 207 [15:58:37.728] Format host information updated +Info 208 [15:58:37.849] Format host information updated +Info 209 [15:58:37.949] Format host information updated +Info 210 [15:58:38.190] Format host information updated +Info 211 [15:58:39.069] Format host information updated +Info 212 [15:58:39.161] Format host information updated +Info 213 [15:58:39.230] Format host information updated +Info 214 [15:58:39.315] Format host information updated +Info 215 [15:58:39.391] Format host information updated +Info 216 [15:58:39.587] Format host information updated +Info 217 [15:58:39.683] Format host information updated +Info 218 [15:58:39.804] Format host information updated +Info 219 [15:58:39.951] Format host information updated +Info 220 [15:58:40.052] Format host information updated +Info 221 [15:58:41.279] Format host information updated +Info 222 [15:58:41.344] Format host information updated +Info 223 [15:58:41.447] Format host information updated +Info 224 [15:58:41.542] Format host information updated +Info 225 [15:58:41.618] Format host information updated +Info 226 [15:58:41.788] Format host information updated +Info 227 [15:58:41.860] Format host information updated +Info 228 [15:58:42.121] Format host information updated +Info 229 [15:58:43.294] Format host information updated +Info 230 [15:58:45.056] Format host information updated +Info 231 [15:58:45.985] Format host information updated +Info 232 [15:58:50.866] Format host information updated +Info 233 [15:58:51.007] Format host information updated +Info 234 [15:58:51.076] Format host information updated +Info 235 [15:58:51.203] Format host information updated +Info 236 [15:58:51.417] Format host information updated +Info 237 [15:58:51.502] Format host information updated +Info 238 [15:58:52.478] Format host information updated +Info 239 [15:58:52.556] Format host information updated +Info 240 [15:58:52.613] Format host information updated +Info 241 [15:58:52.741] Format host information updated +Info 242 [15:58:52.907] Format host information updated +Info 243 [15:58:52.965] Format host information updated +Info 244 [15:58:53.122] Format host information updated +Info 245 [15:58:53.181] Format host information updated +Info 246 [15:58:57.831] Format host information updated +Info 247 [15:58:58.889] Format host information updated +Info 248 [15:58:59.279] Format host information updated +Info 249 [15:58:59.787] Format host information updated +Info 250 [15:58:59.848] Format host information updated +Info 251 [15:59:00.073] Format host information updated +Info 252 [15:59:00.164] Format host information updated +Info 253 [15:59:00.489] Format host information updated +Info 254 [15:59:00.489] Format host information updated +Info 255 [15:59:00.491] Format host information updated +Info 256 [15:59:11.015] Format host information updated +Info 257 [16:00:33.429] Format host information updated +Info 258 [16:00:33.593] Format host information updated +Info 259 [16:00:33.689] Format host information updated +Info 260 [16:00:33.802] Format host information updated +Info 261 [16:00:33.870] Format host information updated +Info 262 [16:00:34.016] Format host information updated +Info 263 [16:00:34.095] Format host information updated +Info 264 [16:00:36.392] Format host information updated +Info 265 [16:00:36.682] Format host information updated +Info 266 [16:00:36.786] Format host information updated +Info 267 [16:00:36.857] Format host information updated +Info 268 [16:00:36.948] Format host information updated +Info 269 [16:00:37.050] Format host information updated +Info 270 [16:00:37.106] Format host information updated +Info 271 [16:00:37.294] Format host information updated +Info 272 [16:00:37.427] Format host information updated +Info 273 [16:00:37.675] Format host information updated +Info 274 [16:00:37.734] Format host information updated +Info 275 [16:00:37.895] Format host information updated +Info 276 [16:00:38.010] Format host information updated +Info 277 [16:00:38.143] Format host information updated +Info 278 [16:00:38.251] Format host information updated +Info 279 [16:00:38.493] Format host information updated +Info 280 [16:00:38.579] Format host information updated +Info 281 [16:00:38.688] Format host information updated +Info 282 [16:00:38.744] Format host information updated +Info 283 [16:00:39.013] Format host information updated +Info 284 [16:00:39.156] Format host information updated +Info 285 [16:00:39.227] Format host information updated +Info 286 [16:00:39.351] Format host information updated +Info 287 [16:00:39.593] Format host information updated +Info 288 [16:00:39.704] Format host information updated +Info 289 [16:00:39.854] Format host information updated +Info 290 [16:00:40.055] Format host information updated +Info 291 [16:00:40.159] Format host information updated +Info 292 [16:00:40.294] Format host information updated +Info 293 [16:00:40.408] Format host information updated +Info 294 [16:00:40.718] Format host information updated +Info 295 [16:00:40.887] Format host information updated +Info 296 [16:00:41.044] Format host information updated +Info 297 [16:00:41.168] Format host information updated +Info 298 [16:00:41.325] Format host information updated +Info 299 [16:00:41.484] Format host information updated +Info 300 [16:00:41.675] Format host information updated +Info 301 [16:00:42.904] Format host information updated +Info 302 [16:00:43.102] Format host information updated +Info 303 [16:00:45.016] Format host information updated +Info 304 [16:00:46.784] Format host information updated +Info 305 [16:00:46.875] Format host information updated +Info 306 [16:00:47.087] Format host information updated +Info 307 [16:00:47.447] Format host information updated +Info 308 [16:00:47.725] Format host information updated +Info 309 [16:00:47.801] Format host information updated +Info 310 [16:00:47.917] Format host information updated +Info 311 [16:00:48.021] Format host information updated +Info 312 [16:00:48.273] Format host information updated +Info 313 [16:00:48.401] Format host information updated +Info 314 [16:00:48.513] Format host information updated +Info 315 [16:00:48.796] Format host information updated +Info 316 [16:00:48.887] Format host information updated +Info 317 [16:00:48.975] Format host information updated +Info 318 [16:00:49.492] Format host information updated +Info 319 [16:00:49.493] Format host information updated +Info 320 [16:00:49.498] Format host information updated +Info 321 [16:00:50.163] Format host information updated +Info 322 [16:00:50.228] Format host information updated +Info 323 [16:00:50.734] Format host information updated +Info 324 [16:00:50.857] Format host information updated +Info 325 [16:00:50.961] Format host information updated +Info 326 [16:00:51.326] Format host information updated +Info 327 [16:00:51.326] Format host information updated +Info 328 [16:00:51.329] Format host information updated +Info 329 [16:00:51.437] Format host information updated +Info 330 [16:00:51.671] Format host information updated +Info 331 [16:00:51.775] Format host information updated +Info 332 [16:00:51.867] Format host information updated +Info 333 [16:00:51.958] Format host information updated +Info 334 [16:00:52.084] Format host information updated +Info 335 [16:00:56.030] Format host information updated +Info 336 [16:01:27.640] Format host information updated +Info 337 [16:01:27.755] Format host information updated +Info 338 [16:01:27.835] Format host information updated +Info 339 [16:01:27.925] Format host information updated +Info 340 [16:01:28.034] Format host information updated +Info 341 [16:01:28.368] Format host information updated +Info 342 [16:01:28.508] Format host information updated +Info 343 [16:01:28.632] Format host information updated +Info 344 [16:01:28.780] Format host information updated +Info 345 [16:01:28.946] Format host information updated +Info 346 [16:01:29.049] Format host information updated +Info 347 [16:01:29.120] Format host information updated +Info 348 [16:01:38.044] Format host information updated +Info 349 [16:01:38.129] Format host information updated +Info 350 [16:01:38.314] Format host information updated +Info 351 [16:01:38.449] Format host information updated +Info 352 [16:01:41.186] Format host information updated +Info 353 [16:01:42.323] Format host information updated +Info 354 [16:01:43.614] Format host information updated +Info 355 [16:01:43.882] Format host information updated +Info 356 [16:01:44.039] Format host information updated +Info 357 [16:02:03.248] Format host information updated +Info 358 [16:02:03.415] Format host information updated +Info 359 [16:02:04.104] Format host information updated +Info 360 [16:02:04.267] Format host information updated +Info 361 [16:02:04.354] Format host information updated +Info 362 [16:02:04.517] Format host information updated +Info 363 [16:02:04.632] Format host information updated +Info 364 [16:02:04.737] Format host information updated +Info 365 [16:02:05.188] Format host information updated +Info 366 [16:02:05.340] Format host information updated +Info 367 [16:02:05.394] Format host information updated +Info 368 [16:02:05.705] Format host information updated +Info 369 [16:02:05.857] Format host information updated +Info 370 [16:02:06.277] Format host information updated +Info 371 [16:02:06.462] Format host information updated +Info 372 [16:02:06.553] Format host information updated +Info 373 [16:02:06.765] Format host information updated +Info 374 [16:02:06.879] Format host information updated +Info 375 [16:02:07.120] Format host information updated +Info 376 [16:02:07.346] Format host information updated +Info 377 [16:02:07.406] Format host information updated +Info 378 [16:02:07.485] Format host information updated +Info 379 [16:02:07.689] Format host information updated +Info 380 [16:02:07.948] Format host information updated +Info 381 [16:02:08.019] Format host information updated +Info 382 [16:02:08.087] Format host information updated +Info 383 [16:02:08.146] Format host information updated +Info 384 [16:02:08.601] Format host information updated +Info 385 [16:02:08.804] Format host information updated +Info 386 [16:02:08.885] Format host information updated +Info 387 [16:02:09.690] Format host information updated +Info 388 [16:02:09.850] Format host information updated +Info 389 [16:02:09.987] Format host information updated +Info 390 [16:02:10.047] Format host information updated +Info 391 [16:02:10.119] Format host information updated +Info 392 [16:02:10.177] Format host information updated +Info 393 [16:02:10.276] Format host information updated +Info 394 [16:02:10.361] Format host information updated +Info 395 [16:02:10.444] Format host information updated +Info 396 [16:02:12.547] Format host information updated +Info 397 [16:02:14.089] Format host information updated +Info 398 [16:02:14.204] Format host information updated +Info 399 [16:02:14.361] Format host information updated +Info 400 [16:02:14.490] Format host information updated +Info 401 [16:02:14.689] Format host information updated +Info 402 [16:02:15.556] Format host information updated +Info 403 [16:02:15.620] Format host information updated +Info 404 [16:02:15.704] Format host information updated +Info 405 [16:02:15.765] Format host information updated +Info 406 [16:02:15.880] Format host information updated +Info 407 [16:02:15.940] Format host information updated +Info 408 [16:02:16.023] Format host information updated +Info 409 [16:02:16.147] Format host information updated +Info 410 [16:02:16.303] Format host information updated +Info 411 [16:02:16.369] Format host information updated +Info 412 [16:02:17.058] Format host information updated +Info 413 [16:02:17.143] Format host information updated +Info 414 [16:02:17.225] Format host information updated +Info 415 [16:02:17.413] Format host information updated +Info 416 [16:02:17.571] Format host information updated +Info 417 [16:02:17.726] Format host information updated +Info 418 [16:02:17.796] Format host information updated +Info 419 [16:02:18.413] Format host information updated +Info 420 [16:02:18.572] Format host information updated +Info 421 [16:02:18.667] Format host information updated +Info 422 [16:02:18.909] Format host information updated +Info 423 [16:02:18.968] Format host information updated +Info 424 [16:02:19.452] Format host information updated +Info 425 [16:02:20.241] Format host information updated +Info 426 [16:02:20.422] Format host information updated +Info 427 [16:02:20.483] Format host information updated +Info 428 [16:02:20.575] Format host information updated +Info 429 [16:02:20.654] Format host information updated +Info 430 [16:02:20.871] Format host information updated +Info 431 [16:02:20.937] Format host information updated +Info 432 [16:02:21.046] Format host information updated +Info 433 [16:02:21.439] Format host information updated +Info 434 [16:02:21.667] Format host information updated +Info 435 [16:02:21.740] Format host information updated +Info 436 [16:02:21.800] Format host information updated +Info 437 [16:02:21.872] Format host information updated +Info 438 [16:02:22.340] Format host information updated +Info 439 [16:02:22.341] Format host information updated +Info 440 [16:02:22.342] Format host information updated +Info 441 [16:02:22.403] Format host information updated +Info 442 [16:02:23.011] Format host information updated +Info 443 [16:02:24.187] Format host information updated +Info 444 [16:02:24.262] Format host information updated +Info 445 [16:02:24.365] Format host information updated +Info 446 [16:02:25.156] Format host information updated +Info 447 [16:02:25.270] Format host information updated +Info 448 [16:02:27.198] Format host information updated +Info 449 [16:02:27.269] Format host information updated +Info 450 [16:02:28.060] Format host information updated +Info 451 [16:02:28.061] Format host information updated +Info 452 [16:02:28.062] Format host information updated +Info 453 [16:02:28.119] Format host information updated +Info 454 [16:02:29.326] Format host information updated +Info 455 [16:02:29.392] Format host information updated +Info 456 [16:02:29.487] Format host information updated +Info 457 [16:02:29.621] Format host information updated +Info 458 [16:02:29.782] Format host information updated +Info 459 [16:02:29.931] Format host information updated +Info 460 [16:02:30.017] Format host information updated +Info 461 [16:02:30.088] Format host information updated +Info 462 [16:02:30.253] Format host information updated +Info 463 [16:02:30.390] Format host information updated +Info 464 [16:02:31.163] Format host information updated +Info 465 [16:02:31.368] Format host information updated +Info 466 [16:02:31.526] Format host information updated +Info 467 [16:02:31.753] Format host information updated +Info 468 [16:02:31.835] Format host information updated +Info 469 [16:02:31.920] Format host information updated +Info 470 [16:02:33.158] Format host information updated +Info 471 [16:02:34.155] Format host information updated +Info 472 [16:02:34.263] Format host information updated +Info 473 [16:02:37.453] Format host information updated +Info 474 [16:02:37.516] Format host information updated +Info 475 [16:02:37.675] Format host information updated +Info 476 [16:02:37.856] Format host information updated +Info 477 [16:02:38.014] Format host information updated +Info 478 [16:02:38.153] Format host information updated +Info 479 [16:02:39.764] Format host information updated +Info 480 [16:02:42.227] Format host information updated +Info 481 [16:02:42.290] Format host information updated +Info 482 [16:02:42.396] Format host information updated +Info 483 [16:02:42.593] Format host information updated +Info 484 [16:02:42.763] Format host information updated +Info 485 [16:02:42.911] Format host information updated +Info 486 [16:02:43.073] Format host information updated +Info 487 [16:02:43.229] Format host information updated +Info 488 [16:02:43.335] Format host information updated +Info 489 [16:02:43.654] Format host information updated +Info 490 [16:02:43.775] Format host information updated +Info 491 [16:02:43.930] Format host information updated +Info 492 [16:02:44.139] Format host information updated +Info 493 [16:02:44.290] Format host information updated +Info 494 [16:02:44.425] Format host information updated +Info 495 [16:02:44.480] Format host information updated +Info 496 [16:02:44.813] Format host information updated +Info 497 [16:02:45.123] Format host information updated +Info 498 [16:02:45.207] Format host information updated +Info 499 [16:02:45.333] Format host information updated +Info 500 [16:02:45.471] Format host information updated +Info 501 [16:02:45.657] Format host information updated +Info 502 [16:02:45.814] Format host information updated +Info 503 [16:02:45.920] Format host information updated +Info 504 [16:02:45.975] Format host information updated +Info 505 [16:02:46.119] Format host information updated +Info 506 [16:02:46.182] Format host information updated +Info 507 [16:02:46.376] Format host information updated +Info 508 [16:02:46.675] Format host information updated +Info 509 [16:02:46.880] Format host information updated +Info 510 [16:02:47.092] Format host information updated +Info 511 [16:02:47.299] Format host information updated +Info 512 [16:02:47.561] Format host information updated +Info 513 [16:02:47.824] Format host information updated +Info 514 [16:02:47.936] Format host information updated +Info 515 [16:02:48.045] Format host information updated +Info 516 [16:02:48.102] Format host information updated +Info 517 [16:02:48.216] Format host information updated +Info 518 [16:02:48.315] Format host information updated +Info 519 [16:02:48.423] Format host information updated +Info 520 [16:02:52.345] Format host information updated +Info 521 [16:02:52.754] Format host information updated +Info 522 [16:02:52.838] Format host information updated +Info 523 [16:02:57.754] Format host information updated +Info 524 [16:02:58.144] Format host information updated +Info 525 [16:02:58.282] Format host information updated +Info 526 [16:02:58.388] Format host information updated +Info 527 [16:02:58.470] Format host information updated +Info 528 [16:02:58.644] Format host information updated +Info 529 [16:02:58.759] Format host information updated +Info 530 [16:02:58.848] Format host information updated +Info 531 [16:02:59.018] Format host information updated +Info 532 [16:03:00.617] Format host information updated +Info 533 [16:03:01.084] Format host information updated +Info 534 [16:03:01.917] Format host information updated +Info 535 [16:03:06.887] Format host information updated +Info 536 [16:03:14.841] Format host information updated +Info 537 [16:03:15.045] Format host information updated +Info 538 [16:03:15.143] Format host information updated +Info 539 [16:03:15.282] Format host information updated +Info 540 [16:03:15.409] Format host information updated +Info 541 [16:03:15.468] Format host information updated +Info 542 [16:03:16.719] Format host information updated +Info 543 [16:03:16.938] Format host information updated +Info 544 [16:03:17.042] Format host information updated +Info 545 [16:03:17.161] Format host information updated +Info 546 [16:03:17.276] Format host information updated +Info 547 [16:03:17.348] Format host information updated +Info 548 [16:03:22.889] Format host information updated +Info 549 [16:03:23.478] Format host information updated +Info 550 [16:03:23.554] Format host information updated +Info 551 [16:03:23.731] Format host information updated +Info 552 [16:03:23.786] Format host information updated +Info 553 [16:03:23.847] Format host information updated +Info 554 [16:03:23.908] Format host information updated +Info 555 [16:03:23.989] Format host information updated +Info 556 [16:03:24.193] Format host information updated +Info 557 [16:03:24.347] Format host information updated +Info 558 [16:03:24.418] Format host information updated +Info 559 [16:03:24.528] Format host information updated +Info 560 [16:03:24.932] Format host information updated +Info 561 [16:03:25.085] Format host information updated +Info 562 [16:03:25.169] Format host information updated +Info 563 [16:03:25.308] Format host information updated +Info 564 [16:03:25.369] Format host information updated +Info 565 [16:03:26.235] Format host information updated +Info 566 [16:03:26.486] Format host information updated +Info 567 [16:03:26.892] Format host information updated +Info 568 [16:03:27.069] Format host information updated +Info 569 [16:03:27.252] Format host information updated +Info 570 [16:03:27.392] Format host information updated +Info 571 [16:03:27.500] Format host information updated +Info 572 [16:03:27.656] Format host information updated +Info 573 [16:03:27.774] Format host information updated +Info 574 [16:03:28.949] Format host information updated +Info 575 [16:03:30.090] Format host information updated +Info 576 [16:04:14.290] Format host information updated +Info 577 [16:04:14.435] Format host information updated +Info 578 [16:04:17.675] Format host information updated +Info 579 [16:04:25.735] Format host information updated +Info 580 [16:04:25.993] Format host information updated +Info 581 [16:04:26.057] Format host information updated +Info 582 [16:04:26.189] Format host information updated +Info 583 [16:04:26.372] Format host information updated +Info 584 [16:04:26.502] Format host information updated +Info 585 [16:04:26.558] Format host information updated +Info 586 [16:04:28.312] Format host information updated +Info 587 [16:04:28.573] Format host information updated +Info 588 [16:04:28.717] Format host information updated +Info 589 [16:04:28.862] Format host information updated +Info 590 [16:04:29.119] Format host information updated +Info 591 [16:04:29.179] Format host information updated +Info 592 [16:04:29.288] Format host information updated +Info 593 [16:05:04.438] Format host information updated +Info 594 [16:05:04.552] Format host information updated +Info 595 [16:05:04.646] Format host information updated +Info 596 [16:05:04.799] Format host information updated +Info 597 [16:05:04.989] Format host information updated +Info 598 [16:05:05.053] Format host information updated +Info 599 [16:05:05.215] Format host information updated +Info 600 [16:05:06.063] Format host information updated +Info 601 [16:05:06.792] Format host information updated +Info 602 [16:05:09.626] Format host information updated +Info 603 [16:05:10.816] Format host information updated +Info 604 [16:05:11.631] Format host information updated +Info 605 [16:05:13.945] Format host information updated +Info 606 [16:05:14.063] Format host information updated +Info 607 [16:05:15.129] Format host information updated +Info 608 [16:05:15.244] Format host information updated +Info 609 [16:05:15.519] Format host information updated +Info 610 [16:05:15.632] Format host information updated +Info 611 [16:05:15.809] Format host information updated +Info 612 [16:05:15.927] Format host information updated +Info 613 [16:05:15.993] Format host information updated +Info 614 [16:05:16.071] Format host information updated +Info 615 [16:05:18.849] Format host information updated +Info 616 [16:05:19.237] Format host information updated +Info 617 [16:05:22.935] Format host information updated +Info 618 [16:05:23.114] Format host information updated +Info 619 [16:05:24.903] Format host information updated +Info 620 [16:05:24.971] Format host information updated +Info 621 [16:05:25.345] Format host information updated +Info 622 [16:05:25.553] Format host information updated +Info 623 [16:05:25.652] Format host information updated +Info 624 [16:05:26.145] Format host information updated +Info 625 [16:05:28.584] Format host information updated +Info 626 [16:05:30.226] Format host information updated +Info 627 [16:05:32.241] Format host information updated +Info 628 [16:05:32.411] Format host information updated +Info 629 [16:05:32.564] Format host information updated +Info 630 [16:05:32.666] Format host information updated +Info 631 [16:05:32.752] Format host information updated +Info 632 [16:05:34.231] Format host information updated +Info 633 [16:05:34.345] Format host information updated +Info 634 [16:05:34.499] Format host information updated +Info 635 [16:05:40.542] Format host information updated +Info 636 [16:05:42.719] Format host information updated +Info 637 [16:05:43.017] Format host information updated +Info 638 [16:05:45.159] Format host information updated +Info 639 [16:05:45.347] Format host information updated +Info 640 [16:05:45.473] Format host information updated +Info 641 [16:05:45.539] Format host information updated +Info 642 [16:05:45.656] Format host information updated +Info 643 [16:05:51.847] Format host information updated +Info 644 [16:05:53.833] Format host information updated +Info 645 [16:05:53.923] Format host information updated +Info 646 [16:05:54.234] Format host information updated +Info 647 [16:05:54.341] Format host information updated +Info 648 [16:05:54.664] Format host information updated +Info 649 [16:05:54.744] Format host information updated +Info 650 [16:05:54.864] Format host information updated +Info 651 [16:05:54.984] Format host information updated +Info 652 [16:05:55.119] Format host information updated +Info 653 [16:05:57.128] Format host information updated +Info 654 [16:05:57.233] Format host information updated +Info 655 [16:05:57.298] Format host information updated +Info 656 [16:05:57.452] Format host information updated +Info 657 [16:05:57.571] Format host information updated +Info 658 [16:05:57.710] Format host information updated +Info 659 [16:06:00.860] Format host information updated +Info 660 [16:06:03.305] Format host information updated +Info 661 [16:06:03.466] Format host information updated +Info 662 [16:06:03.548] Format host information updated +Info 663 [16:06:03.608] Format host information updated +Info 664 [16:06:03.668] Format host information updated +Info 665 [16:06:05.415] Format host information updated +Info 666 [16:06:05.578] Format host information updated +Info 667 [16:06:05.717] Format host information updated +Info 668 [16:06:05.894] Format host information updated +Info 669 [16:06:05.956] Format host information updated +Info 670 [16:06:06.473] Format host information updated +Info 671 [16:06:06.531] Format host information updated +Info 672 [16:06:06.657] Format host information updated +Info 673 [16:06:06.791] Format host information updated +Info 674 [16:06:06.870] Format host information updated +Info 675 [16:06:07.026] Format host information updated +Info 676 [16:10:27.107] Format host information updated +Info 677 [16:37:26.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 678 [16:37:26.022] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 7.129405001178384ms +Info 679 [16:37:26.022] Project '/dev/null/inferredProject1*' (Inferred) +Info 680 [16:37:26.022] Files (10) + +Info 681 [16:37:26.022] ----------------------------------------------- +Info 682 [16:37:26.022] Project '/dev/null/inferredProject1*' (Inferred) +Info 682 [16:37:26.022] Files (10) + +Info 682 [16:37:26.022] ----------------------------------------------- +Info 682 [16:37:26.022] Open files: +Info 682 [16:37:26.022] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 682 [16:37:26.022] Projects: /dev/null/inferredProject1* +Info 682 [16:37:26.022] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 682 [16:37:26.022] Projects: /dev/null/inferredProject1* +Info 682 [16:37:26.022] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 682 [16:37:26.022] Projects: /dev/null/inferredProject1* +Info 682 [16:37:26.282] Format host information updated +Info 683 [16:48:20.235] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 684 [16:48:20.241] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 5.819520000368357ms +Info 685 [16:48:20.241] Project '/dev/null/inferredProject1*' (Inferred) +Info 686 [16:48:20.241] Files (11) + +Info 687 [16:48:20.241] ----------------------------------------------- +Info 688 [16:48:20.241] Project '/dev/null/inferredProject1*' (Inferred) +Info 688 [16:48:20.241] Files (11) + +Info 688 [16:48:20.241] ----------------------------------------------- +Info 688 [16:48:20.241] Open files: +Info 688 [16:48:20.241] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 688 [16:48:20.241] Projects: /dev/null/inferredProject1* +Info 688 [16:48:20.241] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 688 [16:48:20.241] Projects: /dev/null/inferredProject1* +Info 688 [16:48:20.241] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 688 [16:48:20.241] Projects: /dev/null/inferredProject1* +Info 688 [16:48:20.241] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 688 [16:48:20.241] Projects: /dev/null/inferredProject1* +Info 688 [16:48:31.097] Format host information updated +Info 689 [16:48:35.249] Format host information updated +Info 690 [16:48:35.320] Format host information updated +Info 691 [16:48:35.415] Format host information updated +Info 692 [16:48:35.571] Format host information updated +Info 693 [16:48:35.713] Format host information updated +Info 694 [16:48:35.784] Format host information updated +Info 695 [16:48:38.279] Format host information updated +Info 696 [16:48:38.338] Format host information updated +Info 697 [16:48:38.405] Format host information updated +Info 698 [16:48:38.684] Format host information updated +Info 699 [16:48:38.996] Format host information updated +Info 700 [16:48:39.113] Format host information updated +Info 701 [16:48:39.261] Format host information updated +Info 702 [16:48:39.343] Format host information updated +Info 703 [16:48:51.876] Format host information updated +Info 704 [16:49:20.825] Format host information updated +Info 705 [16:49:20.945] Format host information updated +Info 706 [16:49:21.073] Format host information updated +Info 707 [16:49:21.239] Format host information updated +Info 708 [16:49:21.355] Format host information updated +Info 709 [16:49:22.828] Format host information updated +Info 710 [16:49:23.792] Format host information updated +Info 711 [16:49:25.045] Format host information updated +Info 712 [16:49:26.220] Format host information updated +Info 713 [16:49:27.534] Format host information updated +Info 714 [16:49:28.520] Format host information updated +Info 715 [16:49:30.140] Format host information updated diff --git a/.log/tsserver-log-mB5k8H/ti-1685561.log b/.log/tsserver-log-mB5k8H/ti-1685561.log new file mode 100644 index 0000000..ec59eeb --- /dev/null +++ b/.log/tsserver-log-mB5k8H/ti-1685561.log @@ -0,0 +1,108 @@ +[13:08:57.668] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[13:08:57.669] Processing cache location '/home/orion/.cache/typescript/5.2' +[13:08:57.669] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[13:08:57.671] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.661"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.1","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5"}} +[13:08:57.671] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[13:08:57.671] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[13:08:57.672] Process id: 1685581 +[13:08:57.672] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[13:08:57.672] validateDefaultNpmLocation: true +[13:08:57.672] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[13:08:57.672] Updating types-registry npm package... +[13:08:57.672] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[13:08:58.611] Succeeded. stdout: + + changed 1 package, and audited 30 packages in 693ms + +found 0 vulnerabilities + +[13:08:58.611] Updated types-registry npm package +[13:08:58.672] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:08:58.683] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[13:08:58.684] Explicitly included types: [] +[13:08:58.684] Inferred typings from unresolved imports: [] +[13:08:58.684] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:08:58.684] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[13:08:58.684] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:08:58.684] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[13:08:58.684] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[13:08:58.684] Response has been sent. +[13:08:58.684] No new typings were requested as a result of typings discovery +[13:08:58.684] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:08:58.685] Explicitly included types: [] +[13:08:58.685] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[13:08:58.685] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:08:58.686] Package 'bun-types' provides its own types. +[13:08:58.687] Found package names: ["purs-tidy"] +[13:08:58.687] Inferred typings from unresolved imports: [] +[13:08:58.687] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:08:58.687] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:08:58.687] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:08:58.687] Response has been sent. +[13:08:58.687] Installing typings ["purs-tidy","typescript"] +[13:08:58.688] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:08:58.688] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:08:58.688] All typings are known to be missing or invalid - no need to install more typings +[13:08:58.688] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:08:58.688] Response has been sent. +[13:08:58.981] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:08:58.981] Explicitly included types: [] +[13:08:58.983] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[13:08:58.983] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:08:58.985] Package 'bun-types' provides its own types. +[13:08:58.987] Found package names: ["purs-tidy"] +[13:08:58.987] Inferred typings from unresolved imports: [] +[13:08:58.987] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:08:58.987] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:08:58.988] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[13:08:58.988] Response has been sent. +[13:08:58.988] Installing typings ["purs-tidy","typescript"] +[13:08:58.988] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:08:58.988] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:08:58.988] All typings are known to be missing or invalid - no need to install more typings +[13:08:58.988] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:08:58.989] Response has been sent. +[13:10:23.708] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:10:23.708] Explicitly included types: [] +[13:10:23.711] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[13:10:23.711] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:10:23.713] Package 'bun-types' provides its own types. +[13:10:23.716] Found package names: ["purs-tidy"] +[13:10:23.716] Inferred typings from unresolved imports: [] +[13:10:23.716] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:10:23.716] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:10:23.717] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[13:10:23.717] Response has been sent. +[13:10:23.717] Installing typings ["purs-tidy","typescript"] +[13:10:23.717] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:10:23.717] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:10:23.717] All typings are known to be missing or invalid - no need to install more typings +[13:10:23.718] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:10:23.718] Response has been sent. +[13:36:25.003] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[13:36:25.003] Explicitly included types: [] +[13:36:25.004] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[13:36:25.004] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[13:36:25.004] Package 'bun-types' provides its own types. +[13:36:25.005] Found package names: ["purs-tidy"] +[13:36:25.005] Inferred typings from unresolved imports: [] +[13:36:25.005] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:36:25.005] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[13:36:25.005] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[13:36:25.005] Response has been sent. +[13:36:25.005] Installing typings ["purs-tidy","typescript"] +[13:36:25.005] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[13:36:25.005] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[13:36:25.005] All typings are known to be missing or invalid - no need to install more typings +[13:36:25.006] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[13:36:25.006] Response has been sent. +[15:20:01.940] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-mB5k8H/tsserver.log b/.log/tsserver-log-mB5k8H/tsserver.log new file mode 100644 index 0000000..26dde26 --- /dev/null +++ b/.log/tsserver-log-mB5k8H/tsserver.log @@ -0,0 +1,1117 @@ +Info 0 [13:08:55.695] Starting TS Server +Info 1 [13:08:55.697] Version: 5.2.2 +Info 2 [13:08:55.697] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/3b97a5e7cb91cfe8783d6e474200afe9/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-mB5k8H/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [13:08:55.697] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [13:08:55.697] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [13:08:55.706] Format host information updated +Info 6 [13:08:55.708] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [13:08:55.709] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [13:08:55.709] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [13:08:55.723] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [13:08:55.726] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [13:08:56.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1261.3290770053864ms +Info 12 [13:08:56.988] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [13:08:56.988] Files (65) + +Info 14 [13:08:56.988] ----------------------------------------------- +Info 15 [13:08:56.992] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [13:08:57.176] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 184.0721020102501ms +Info 17 [13:08:57.176] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [13:08:57.176] Files (49) + +Info 19 [13:08:57.176] ----------------------------------------------- +Info 20 [13:08:57.183] AutoImportProviderProject: found 3 root files in 3 dependencies in 6.6479929983615875 ms +Info 21 [13:08:57.248] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [13:08:57.665] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 417.1849609911442ms +Info 23 [13:08:57.665] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [13:08:57.665] Files (123) + +Info 25 [13:08:57.665] ----------------------------------------------- +Info 26 [13:08:57.666] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [13:08:57.666] Files (65) + +Info 26 [13:08:57.666] ----------------------------------------------- +Info 26 [13:08:57.666] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [13:08:57.666] Files (49) + +Info 26 [13:08:57.666] ----------------------------------------------- +Info 26 [13:08:57.666] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [13:08:57.666] Files (123) + +Info 26 [13:08:57.666] ----------------------------------------------- +Info 26 [13:08:57.666] Open files: +Info 26 [13:08:57.666] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [13:08:57.666] Projects: /dev/null/inferredProject1* +Info 26 [13:08:57.668] Format host information updated +Info 27 [13:08:57.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 28 [13:08:57.678] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 4.879679009318352ms +Info 29 [13:08:57.678] Different program with same set of files +Info 30 [13:08:57.688] Format host information updated +Info 31 [13:08:57.689] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 32 [13:08:57.691] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 2.547524005174637ms +Info 33 [13:08:57.691] Different program with same set of files +Info 34 [13:08:57.711] getCompletionData: Get current token: 0.012814998626708984 +Info 35 [13:08:57.711] getCompletionData: Is inside comment: 0.07609400153160095 +Info 36 [13:08:57.712] getCompletionData: Get previous token: 0.06991200149059296 +Info 37 [13:08:57.712] getCompletionsAtPosition: isCompletionListBlocker: 0.2289220094680786 +Info 38 [13:08:57.716] getExportInfoMap: cache miss or empty; calculating new results +Info 39 [13:08:57.757] forEachExternalModuleToImportFrom autoImportProvider: 39.4069639891386 +Info 40 [13:08:57.757] getExportInfoMap: done in 41.14447098970413 ms +Info 41 [13:08:57.766] collectAutoImports: resolved 3 module specifiers, plus 0 ambient and 2 from cache +Info 42 [13:08:57.766] collectAutoImports: response is complete +Info 43 [13:08:57.766] collectAutoImports: 8.534493997693062 +Info 44 [13:08:57.766] getCompletionData: Semantic work: 53.64821799099445 +Info 45 [13:08:57.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 32.38501800596714 +Info 46 [13:08:57.802] Format host information updated +Info 47 [13:08:57.807] Format host information updated +Info 48 [13:08:57.807] Format host information updated +Info 49 [13:08:57.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 50 [13:08:57.813] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 5.479167997837067ms +Info 51 [13:08:57.813] Different program with same set of files +Info 52 [13:08:57.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 53 [13:08:57.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 5.150091007351875ms +Info 54 [13:08:57.821] Different program with same set of files +Info 55 [13:08:57.821] getCompletionData: Get current token: 0.005931004881858826 +Info 56 [13:08:57.821] getCompletionData: Is inside comment: 0.00996600091457367 +Info 57 [13:08:57.822] getCompletionData: Get previous token: 0.10154500603675842 +Info 58 [13:08:57.822] getCompletionsAtPosition: isCompletionListBlocker: 0.016446992754936218 +Info 59 [13:08:57.824] getExportInfoMap: cache hit +Info 60 [13:08:57.825] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 61 [13:08:57.825] collectAutoImports: response is complete +Info 62 [13:08:57.825] collectAutoImports: 1.3499100059270859 +Info 63 [13:08:57.825] getCompletionData: Semantic work: 3.854332998394966 +Info 64 [13:08:57.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.967409998178482 +Info 65 [13:08:57.842] Format host information updated +Info 66 [13:08:57.851] Format host information updated +Info 67 [13:08:57.851] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 68 [13:08:57.855] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 3.327450007200241ms +Info 69 [13:08:57.855] Different program with same set of files +Info 70 [13:08:58.047] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 71 [13:08:58.051] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 4.6310299932956696ms +Info 72 [13:08:58.051] Different program with same set of files +Info 73 [13:08:58.052] getCompletionData: Get current token: 0.06419199705123901 +Info 74 [13:08:58.052] getCompletionData: Is inside comment: 0.018344998359680176 +Info 75 [13:08:58.052] getCompletionData: Get previous token: 0.01740400493144989 +Info 76 [13:08:58.052] getCompletionsAtPosition: isCompletionListBlocker: 0.007493004202842712 +Info 77 [13:08:58.054] getExportInfoMap: cache hit +Info 78 [13:08:58.061] collectAutoImports: resolved 5 module specifiers, plus 0 ambient and 9 from cache +Info 79 [13:08:58.061] collectAutoImports: response is complete +Info 80 [13:08:58.061] collectAutoImports: 6.379196003079414 +Info 81 [13:08:58.061] getCompletionData: Semantic work: 8.648673996329308 +Info 82 [13:08:58.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.457941010594368 +Info 83 [13:08:58.079] Format host information updated +Info 84 [13:08:58.149] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 85 [13:08:58.153] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 3.8900189995765686ms +Info 86 [13:08:58.153] Different program with same set of files +Info 87 [13:08:58.153] getCompletionData: Get current token: 0.08350899815559387 +Info 88 [13:08:58.153] getCompletionData: Is inside comment: 0.013936996459960938 +Info 89 [13:08:58.153] getCompletionData: Get previous token: 0.020160004496574402 +Info 90 [13:08:58.153] getCompletionsAtPosition: isCompletionListBlocker: 0.008890002965927124 +Info 91 [13:08:58.155] getExportInfoMap: cache hit +Info 92 [13:08:58.158] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 8 from cache +Info 93 [13:08:58.158] collectAutoImports: response is complete +Info 94 [13:08:58.158] collectAutoImports: 2.7186809927225113 +Info 95 [13:08:58.158] getCompletionData: Semantic work: 4.619810000061989 +Info 96 [13:08:58.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.339821994304657 +Info 97 [13:08:58.169] Format host information updated +Info 98 [13:08:58.210] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 99 [13:08:58.212] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 2.361504003405571ms +Info 100 [13:08:58.212] Different program with same set of files +Info 101 [13:08:58.212] getCompletionData: Get current token: 0.005185991525650024 +Info 102 [13:08:58.212] getCompletionData: Is inside comment: 0.012138992547988892 +Info 103 [13:08:58.212] getCompletionData: Get previous token: 0.012556999921798706 +Info 104 [13:08:58.212] getCompletionsAtPosition: isCompletionListBlocker: 0.007976993918418884 +Info 105 [13:08:58.214] getExportInfoMap: cache hit +Info 106 [13:08:58.215] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 5 from cache +Info 107 [13:08:58.215] collectAutoImports: response is complete +Info 108 [13:08:58.215] collectAutoImports: 1.1694889962673187 +Info 109 [13:08:58.215] getCompletionData: Semantic work: 2.793375998735428 +Info 110 [13:08:58.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.567972004413605 +Info 111 [13:08:58.224] Format host information updated +Info 112 [13:08:58.331] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 113 [13:08:58.338] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 6.140182003378868ms +Info 114 [13:08:58.338] Different program with same set of files +Info 115 [13:08:58.338] getCompletionData: Get current token: 0.006929993629455566 +Info 116 [13:08:58.338] getCompletionData: Is inside comment: 0.02294100821018219 +Info 117 [13:08:58.338] getCompletionData: Get previous token: 0.10920900106430054 +Info 118 [13:08:58.338] getCompletionsAtPosition: isCompletionListBlocker: 0.01503799855709076 +Info 119 [13:08:58.343] getExportInfoMap: cache hit +Info 120 [13:08:58.351] collectAutoImports: resolved 3 module specifiers, plus 0 ambient and 95 from cache +Info 121 [13:08:58.351] collectAutoImports: response is complete +Info 122 [13:08:58.351] collectAutoImports: 7.859412997961044 +Info 123 [13:08:58.351] getCompletionData: Semantic work: 12.885409995913506 +Info 124 [13:08:58.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.943012997508049 +Info 125 [13:08:58.368] Format host information updated +Info 126 [13:08:58.400] Format host information updated +Info 127 [13:08:58.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 128 [13:08:58.402] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 2.05833500623703ms +Info 129 [13:08:58.402] Different program with same set of files +Info 130 [13:08:58.533] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 131 [13:08:58.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 4.118679001927376ms +Info 132 [13:08:58.538] Different program with same set of files +Info 133 [13:08:58.538] getCompletionData: Get current token: 0.005383998155593872 +Info 134 [13:08:58.538] getCompletionData: Is inside comment: 0.01512099802494049 +Info 135 [13:08:58.538] getCompletionData: Get previous token: 0.027210012078285217 +Info 136 [13:08:58.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0033309906721115112 +Info 137 [13:08:58.538] Returning an empty list because completion was requested in an invalid position. +Info 138 [13:08:58.538] Format host information updated +Info 139 [13:08:58.735] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 140 [13:08:58.879] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: true structureIsReused:: Not Elapsed: 144.4440139979124ms +Info 141 [13:08:58.879] Project '/dev/null/inferredProject1*' (Inferred) +Info 142 [13:08:58.879] Files (65) + +Info 143 [13:08:58.879] ----------------------------------------------- +Info 144 [13:08:58.879] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 145 [13:08:58.879] Files (123) + +Info 146 [13:08:58.879] ----------------------------------------------- +Info 147 [13:08:58.932] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 148 [13:08:58.934] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 2.219673991203308ms +Info 149 [13:08:58.934] Different program with same set of files +Info 150 [13:08:58.934] getCompletionData: Get current token: 0.0034449994564056396 +Info 151 [13:08:58.934] getCompletionData: Is inside comment: 0.010489001870155334 +Info 152 [13:08:58.934] getCompletionData: Get previous token: 0.015613988041877747 +Info 153 [13:08:58.934] getCompletionsAtPosition: isCompletionListBlocker: 0.0021039992570877075 +Info 154 [13:08:58.934] Returning an empty list because completion was requested in an invalid position. +Info 155 [13:08:58.935] Format host information updated +Info 156 [13:08:59.097] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 157 [13:08:59.098] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 1.779789000749588ms +Info 158 [13:08:59.098] Different program with same set of files +Info 159 [13:08:59.099] getCompletionData: Get current token: 0.0027610063552856445 +Info 160 [13:08:59.099] getCompletionData: Is inside comment: 0.008271992206573486 +Info 161 [13:08:59.099] getCompletionData: Get previous token: 0.013197988271713257 +Info 162 [13:08:59.099] getCompletionsAtPosition: isCompletionListBlocker: 0.003040999174118042 +Info 163 [13:08:59.099] Returning an empty list because completion was requested in an invalid position. +Info 164 [13:08:59.099] Format host information updated +Info 165 [13:08:59.216] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 166 [13:08:59.219] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 3.2350960075855255ms +Info 167 [13:08:59.219] Different program with same set of files +Info 168 [13:08:59.219] getCompletionData: Get current token: 0.005608007311820984 +Info 169 [13:08:59.219] getCompletionData: Is inside comment: 0.015790000557899475 +Info 170 [13:08:59.219] getCompletionData: Get previous token: 0.026666000485420227 +Info 171 [13:08:59.220] getCompletionsAtPosition: isCompletionListBlocker: 0.004467993974685669 +Info 172 [13:08:59.220] Returning an empty list because completion was requested in an invalid position. +Info 173 [13:08:59.220] Format host information updated +Info 174 [13:08:59.368] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 175 [13:08:59.375] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 6.588032990694046ms +Info 176 [13:08:59.375] Different program with same set of files +Info 177 [13:08:59.376] getCompletionData: Get current token: 0.014179006218910217 +Info 178 [13:08:59.376] getCompletionData: Is inside comment: 0.038808003067970276 +Info 179 [13:08:59.376] getCompletionData: Get previous token: 0.05986200273036957 +Info 180 [13:08:59.376] getCompletionsAtPosition: isCompletionListBlocker: 0.008008003234863281 +Info 181 [13:08:59.376] Returning an empty list because completion was requested in an invalid position. +Info 182 [13:08:59.377] Format host information updated +Info 183 [13:08:59.495] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 184 [13:08:59.502] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 6.6432849913835526ms +Info 185 [13:08:59.502] Different program with same set of files +Info 186 [13:08:59.503] getCompletionData: Get current token: 0.01505899429321289 +Info 187 [13:08:59.503] getCompletionData: Is inside comment: 0.03837199509143829 +Info 188 [13:08:59.503] getCompletionData: Get previous token: 0.062122002243995667 +Info 189 [13:08:59.504] getCompletionsAtPosition: isCompletionListBlocker: 0.007921010255813599 +Info 190 [13:08:59.504] Returning an empty list because completion was requested in an invalid position. +Info 191 [13:08:59.504] Format host information updated +Info 192 [13:08:59.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 193 [13:08:59.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 2.513835996389389ms +Info 194 [13:08:59.777] Different program with same set of files +Info 195 [13:08:59.777] getCompletionData: Get current token: 0.004468992352485657 +Info 196 [13:08:59.777] getCompletionData: Is inside comment: 0.013608992099761963 +Info 197 [13:08:59.777] getCompletionData: Get previous token: 0.021366000175476074 +Info 198 [13:08:59.777] getCompletionsAtPosition: isCompletionListBlocker: 0.004246994853019714 +Info 199 [13:08:59.777] Returning an empty list because completion was requested in an invalid position. +Info 200 [13:08:59.777] Format host information updated +Info 201 [13:08:59.998] Format host information updated +Info 202 [13:08:59.998] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 203 [13:09:00.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 1.7102349996566772ms +Info 204 [13:09:00.000] Different program with same set of files +Info 205 [13:09:00.135] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 206 [13:09:00.136] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 1.786197006702423ms +Info 207 [13:09:00.136] Different program with same set of files +Info 208 [13:09:00.137] getCompletionData: Get current token: 0.0028779953718185425 +Info 209 [13:09:00.137] getCompletionData: Is inside comment: 0.010064005851745605 +Info 210 [13:09:00.137] getCompletionData: Get previous token: 0.011100009083747864 +Info 211 [13:09:00.137] getCompletionsAtPosition: isCompletionListBlocker: 0.012009993195533752 +Info 212 [13:09:00.137] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.23398800194263458 ms +Info 213 [13:09:00.138] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 214 [13:09:00.138] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.3288390040397644ms +Info 215 [13:09:00.138] getExportInfoMap: cache miss or empty; calculating new results +Info 216 [13:09:00.170] forEachExternalModuleToImportFrom autoImportProvider: 12.598564997315407 +Info 217 [13:09:00.170] getExportInfoMap: done in 33.2085589915514 ms +Info 218 [13:09:00.189] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 219 [13:09:00.189] collectAutoImports: response is complete +Info 220 [13:09:00.189] collectAutoImports: 18.39477801322937 +Info 221 [13:09:00.189] getCompletionData: Semantic work: 52.20582899451256 +Info 222 [13:09:00.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.759523004293442 +Info 223 [13:09:00.204] Format host information updated +Info 224 [13:09:00.223] Format host information updated +Info 225 [13:09:00.223] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 226 [13:09:00.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 1.9746920019388199ms +Info 227 [13:09:00.225] Different program with same set of files +Info 228 [13:09:00.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 229 [13:09:00.440] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 2.3275270015001297ms +Info 230 [13:09:00.440] Different program with same set of files +Info 231 [13:09:00.440] getCompletionData: Get current token: 0.004392996430397034 +Info 232 [13:09:00.440] getCompletionData: Is inside comment: 0.015938997268676758 +Info 233 [13:09:00.440] getCompletionData: Get previous token: 0.012723997235298157 +Info 234 [13:09:00.440] getCompletionsAtPosition: isCompletionListBlocker: 0.06959100067615509 +Info 235 [13:09:00.441] getExportInfoMap: cache hit +Info 236 [13:09:00.467] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 237 [13:09:00.467] collectAutoImports: response is complete +Info 238 [13:09:00.467] collectAutoImports: 25.406630009412766 +Info 239 [13:09:00.467] getCompletionData: Semantic work: 26.198091000318527 +Info 240 [13:09:00.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.335281997919083 +Info 241 [13:09:00.482] Format host information updated +Info 242 [13:09:00.501] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 243 [13:09:00.503] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 2.1285609900951385ms +Info 244 [13:09:00.504] Different program with same set of files +Info 245 [13:09:00.504] getCompletionData: Get current token: 0.0030789971351623535 +Info 246 [13:09:00.504] getCompletionData: Is inside comment: 0.010793998837471008 +Info 247 [13:09:00.504] getCompletionData: Get previous token: 0.008754000067710876 +Info 248 [13:09:00.504] getCompletionsAtPosition: isCompletionListBlocker: 0.01714000105857849 +Info 249 [13:09:00.504] getExportInfoMap: cache hit +Info 250 [13:09:00.513] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 251 [13:09:00.514] collectAutoImports: response is complete +Info 252 [13:09:00.514] collectAutoImports: 9.04984700679779 +Info 253 [13:09:00.514] getCompletionData: Semantic work: 9.78830699622631 +Info 254 [13:09:00.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.00145499408245 +Info 255 [13:09:00.528] Format host information updated +Info 256 [13:09:00.559] Format host information updated +Info 257 [13:09:00.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 258 [13:09:00.561] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 1.8843780010938644ms +Info 259 [13:09:00.561] Different program with same set of files +Info 260 [13:09:00.741] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 261 [13:09:00.743] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 2.166450008749962ms +Info 262 [13:09:00.743] Different program with same set of files +Info 263 [13:09:00.744] getCompletionData: Get current token: 0.0030750036239624023 +Info 264 [13:09:00.744] getCompletionData: Is inside comment: 0.009914994239807129 +Info 265 [13:09:00.744] getCompletionData: Get previous token: 0.007982999086380005 +Info 266 [13:09:00.744] getCompletionsAtPosition: isCompletionListBlocker: 0.008698001503944397 +Info 267 [13:09:00.744] getExportInfoMap: cache hit +Info 268 [13:09:00.752] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 269 [13:09:00.752] collectAutoImports: response is complete +Info 270 [13:09:00.752] collectAutoImports: 7.655129998922348 +Info 271 [13:09:00.752] getCompletionData: Semantic work: 8.237731009721756 +Info 272 [13:09:00.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.853557989001274 +Info 273 [13:09:00.762] Format host information updated +Info 274 [13:09:01.057] Format host information updated +Info 275 [13:09:01.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 276 [13:09:01.059] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 1.7255479991436005ms +Info 277 [13:09:01.059] Different program with same set of files +Info 278 [13:09:01.189] Before ensureProjectForOpenFiles: +Info 279 [13:09:01.189] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 279 [13:09:01.190] Files (65) + +Info 279 [13:09:01.190] ----------------------------------------------- +Info 279 [13:09:01.190] Project '/dev/null/inferredProject1*' (Inferred) +Info 279 [13:09:01.190] Files (65) + +Info 279 [13:09:01.190] ----------------------------------------------- +Info 279 [13:09:01.190] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 279 [13:09:01.190] Files (123) + +Info 279 [13:09:01.190] ----------------------------------------------- +Info 279 [13:09:01.190] Open files: +Info 279 [13:09:01.190] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 279 [13:09:01.190] Projects: /dev/null/inferredProject1* +Info 279 [13:09:01.190] After ensureProjectForOpenFiles: +Info 280 [13:09:01.190] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 280 [13:09:01.190] Files (65) + +Info 280 [13:09:01.190] ----------------------------------------------- +Info 280 [13:09:01.190] Project '/dev/null/inferredProject1*' (Inferred) +Info 280 [13:09:01.190] Files (65) + +Info 280 [13:09:01.190] ----------------------------------------------- +Info 280 [13:09:01.190] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 280 [13:09:01.190] Files (123) + +Info 280 [13:09:01.190] ----------------------------------------------- +Info 280 [13:09:01.190] Open files: +Info 280 [13:09:01.191] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 280 [13:09:01.191] Projects: /dev/null/inferredProject1* +Info 280 [13:09:01.191] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 281 [13:09:01.445] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 282 [13:09:01.446] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 1.7128700017929077ms +Info 283 [13:09:01.446] Different program with same set of files +Info 284 [13:09:01.447] getCompletionData: Get current token: 0.002897009253501892 +Info 285 [13:09:01.447] getCompletionData: Is inside comment: 0.010839998722076416 +Info 286 [13:09:01.447] getCompletionData: Get previous token: 0.009073004126548767 +Info 287 [13:09:01.447] getCompletionsAtPosition: isCompletionListBlocker: 0.008933007717132568 +Info 288 [13:09:01.447] getExportInfoMap: cache hit +Info 289 [13:09:01.454] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 290 [13:09:01.454] collectAutoImports: response is complete +Info 291 [13:09:01.454] collectAutoImports: 6.744690001010895 +Info 292 [13:09:01.454] getCompletionData: Semantic work: 7.196695998311043 +Info 293 [13:09:01.458] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.959959000349045 +Info 294 [13:09:01.462] Format host information updated +Info 295 [13:10:22.135] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 296 [13:10:22.135] Ignoring files that are not *.json +Info 297 [13:10:22.135] Elapsed:: 0.2059590071439743ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 298 [13:10:23.598] Search path: /home/orion/src/purescript-puppeteer/src +Info 299 [13:10:23.598] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 300 [13:10:23.598] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 301 [13:10:23.606] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: true structureIsReused:: Not Elapsed: 7.481083005666733ms +Info 302 [13:10:23.606] Project '/dev/null/inferredProject1*' (Inferred) +Info 303 [13:10:23.606] Files (66) + +Info 304 [13:10:23.606] ----------------------------------------------- +Info 305 [13:10:23.606] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 306 [13:10:23.606] Files (123) + +Info 307 [13:10:23.606] ----------------------------------------------- +Info 308 [13:10:23.606] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 308 [13:10:23.606] Files (65) + +Info 308 [13:10:23.606] ----------------------------------------------- +Info 308 [13:10:23.606] Project '/dev/null/inferredProject1*' (Inferred) +Info 308 [13:10:23.606] Files (66) + +Info 308 [13:10:23.606] ----------------------------------------------- +Info 308 [13:10:23.606] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 308 [13:10:23.606] Files (123) + +Info 308 [13:10:23.606] ----------------------------------------------- +Info 308 [13:10:23.606] Open files: +Info 308 [13:10:23.606] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 308 [13:10:23.606] Projects: /dev/null/inferredProject1* +Info 308 [13:10:23.606] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 308 [13:10:23.607] Projects: /dev/null/inferredProject1* +Info 308 [13:10:23.813] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 309 [13:10:23.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 11.46263799071312ms +Info 310 [13:10:23.825] Different program with same set of files +Info 311 [13:10:23.883] Format host information updated +Info 312 [13:10:26.111] Before ensureProjectForOpenFiles: +Info 313 [13:10:26.112] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 313 [13:10:26.112] Files (65) + +Info 313 [13:10:26.112] ----------------------------------------------- +Info 313 [13:10:26.112] Project '/dev/null/inferredProject1*' (Inferred) +Info 313 [13:10:26.112] Files (66) + +Info 313 [13:10:26.112] ----------------------------------------------- +Info 313 [13:10:26.112] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 313 [13:10:26.112] Files (123) + +Info 313 [13:10:26.112] ----------------------------------------------- +Info 313 [13:10:26.112] Open files: +Info 313 [13:10:26.112] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 313 [13:10:26.112] Projects: /dev/null/inferredProject1* +Info 313 [13:10:26.112] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 313 [13:10:26.112] Projects: /dev/null/inferredProject1* +Info 313 [13:10:26.112] After ensureProjectForOpenFiles: +Info 314 [13:10:26.112] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 314 [13:10:26.112] Files (65) + +Info 314 [13:10:26.112] ----------------------------------------------- +Info 314 [13:10:26.112] Project '/dev/null/inferredProject1*' (Inferred) +Info 314 [13:10:26.112] Files (66) + +Info 314 [13:10:26.112] ----------------------------------------------- +Info 314 [13:10:26.112] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 314 [13:10:26.112] Files (123) + +Info 314 [13:10:26.112] ----------------------------------------------- +Info 314 [13:10:26.112] Open files: +Info 314 [13:10:26.112] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 314 [13:10:26.112] Projects: /dev/null/inferredProject1* +Info 314 [13:10:26.112] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 314 [13:10:26.112] Projects: /dev/null/inferredProject1* +Info 314 [13:10:26.113] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js +Info 315 [13:11:02.052] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 316 [13:11:02.052] Ignoring files that are not *.json +Info 317 [13:11:02.052] Elapsed:: 0.05826300382614136ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 318 [13:11:02.052] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 319 [13:11:02.052] Ignoring files that are not *.json +Info 320 [13:11:02.052] Elapsed:: 0.03339900076389313ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 321 [13:11:06.342] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 322 [13:11:06.342] Ignoring files that are not *.json +Info 323 [13:11:06.342] Elapsed:: 0.013895004987716675ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 324 [13:11:10.669] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 324 [13:11:10.669] Files (65) + +Info 324 [13:11:10.669] ----------------------------------------------- +Info 324 [13:11:10.669] Project '/dev/null/inferredProject1*' (Inferred) +Info 324 [13:11:10.669] Files (66) + +Info 324 [13:11:10.669] ----------------------------------------------- +Info 324 [13:11:10.669] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 324 [13:11:10.669] Files (123) + +Info 324 [13:11:10.669] ----------------------------------------------- +Info 324 [13:11:10.669] Open files: +Info 324 [13:11:10.669] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 324 [13:11:10.669] Projects: /dev/null/inferredProject1* +Info 324 [13:17:15.125] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 325 [13:17:15.125] Ignoring files that are not *.json +Info 326 [13:17:15.125] Elapsed:: 0.015478000044822693ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 327 [13:36:24.894] Format host information updated +Info 328 [13:36:24.894] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 329 [13:36:24.902] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: true structureIsReused:: Not Elapsed: 8.122565999627113ms +Info 330 [13:36:24.902] Project '/dev/null/inferredProject1*' (Inferred) +Info 331 [13:36:24.902] Files (65) + +Info 332 [13:36:24.902] ----------------------------------------------- +Info 333 [13:36:24.902] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 334 [13:36:24.902] Files (123) + +Info 335 [13:36:24.902] ----------------------------------------------- +Info 336 [13:36:27.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 337 [13:36:27.550] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 4.587193995714188ms +Info 338 [13:36:27.550] Different program with same set of files +Info 339 [13:36:27.550] getCompletionData: Get current token: 0.009441003203392029 +Info 340 [13:36:27.550] getCompletionData: Is inside comment: 0.019225001335144043 +Info 341 [13:36:27.551] getCompletionData: Get previous token: 0.01491500437259674 +Info 342 [13:36:27.551] getCompletionsAtPosition: isCompletionListBlocker: 0.0022030025720596313 +Info 343 [13:36:27.551] Returning an empty list because completion was requested in an invalid position. +Info 344 [13:36:27.551] Format host information updated +Info 345 [13:36:27.646] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 346 [13:36:27.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 3.2679619938135147ms +Info 347 [13:36:27.649] Different program with same set of files +Info 348 [13:36:27.649] getCompletionData: Get current token: 0.005860000848770142 +Info 349 [13:36:27.649] getCompletionData: Is inside comment: 0.013309001922607422 +Info 350 [13:36:27.649] getCompletionData: Get previous token: 0.03856399655342102 +Info 351 [13:36:27.649] getCompletionsAtPosition: isCompletionListBlocker: 0.0020140111446380615 +Info 352 [13:36:27.649] Returning an empty list because completion was requested in an invalid position. +Info 353 [13:36:27.649] Format host information updated +Info 354 [13:36:27.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 355 [13:36:27.733] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 2.7379029989242554ms +Info 356 [13:36:27.733] Different program with same set of files +Info 357 [13:36:27.733] getCompletionData: Get current token: 0.005842000246047974 +Info 358 [13:36:27.733] getCompletionData: Is inside comment: 0.011785000562667847 +Info 359 [13:36:27.734] getCompletionData: Get previous token: 0.014779001474380493 +Info 360 [13:36:27.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0018849968910217285 +Info 361 [13:36:27.734] Returning an empty list because completion was requested in an invalid position. +Info 362 [13:36:27.734] Format host information updated +Info 363 [13:36:28.303] Format host information updated +Info 364 [13:36:28.304] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 365 [13:36:28.307] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 3.0788939893245697ms +Info 366 [13:36:28.307] Different program with same set of files +Info 367 [13:36:29.980] Format host information updated +Info 368 [13:36:29.980] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 369 [13:36:29.982] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 2.3497390002012253ms +Info 370 [13:36:29.982] Different program with same set of files +Info 371 [13:36:30.106] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 372 [13:36:30.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 2.609234005212784ms +Info 373 [13:36:30.109] Different program with same set of files +Info 374 [13:36:30.109] getCompletionData: Get current token: 0.0060480087995529175 +Info 375 [13:36:30.109] getCompletionData: Is inside comment: 0.002051994204521179 +Info 376 [13:36:30.109] getCompletionData: Get previous token: 0.017832010984420776 +Info 377 [13:36:30.109] getCompletionsAtPosition: isCompletionListBlocker: 0.004164993762969971 +Info 378 [13:36:30.109] Returning an empty list because completion was requested in an invalid position. +Info 379 [13:36:30.110] Format host information updated +Info 380 [13:36:30.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 381 [13:36:30.345] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 3.6973090022802353ms +Info 382 [13:36:30.345] Different program with same set of files +Info 383 [13:36:30.346] getCompletionData: Get current token: 0.010573998093605042 +Info 384 [13:36:30.346] getCompletionData: Is inside comment: 0.003040999174118042 +Info 385 [13:36:30.346] getCompletionData: Get previous token: 0.03598399460315704 +Info 386 [13:36:30.346] getCompletionsAtPosition: isCompletionListBlocker: 0.003046005964279175 +Info 387 [13:36:30.346] Returning an empty list because completion was requested in an invalid position. +Info 388 [13:36:30.346] Format host information updated +Info 389 [13:36:30.422] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 390 [13:36:30.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 6.801127001643181ms +Info 391 [13:36:30.429] Different program with same set of files +Info 392 [13:36:30.432] getCompletionData: Get current token: 0.025888994336128235 +Info 393 [13:36:30.432] getCompletionData: Is inside comment: 0.008332997560501099 +Info 394 [13:36:30.432] getCompletionData: Get previous token: 0.0714690089225769 +Info 395 [13:36:30.432] getCompletionsAtPosition: isCompletionListBlocker: 0.006850004196166992 +Info 396 [13:36:30.432] Returning an empty list because completion was requested in an invalid position. +Info 397 [13:36:30.433] Format host information updated +Info 398 [13:36:30.503] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 399 [13:36:30.509] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 5.944893002510071ms +Info 400 [13:36:30.509] Different program with same set of files +Info 401 [13:36:30.509] getCompletionData: Get current token: 0.030237004160881042 +Info 402 [13:36:30.509] getCompletionData: Is inside comment: 0.008954986929893494 +Info 403 [13:36:30.510] getCompletionData: Get previous token: 0.0726969987154007 +Info 404 [13:36:30.510] getCompletionsAtPosition: isCompletionListBlocker: 0.008570000529289246 +Info 405 [13:36:30.510] Returning an empty list because completion was requested in an invalid position. +Info 406 [13:36:30.511] Format host information updated +Info 407 [13:36:30.603] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 408 [13:36:30.613] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 9.235707998275757ms +Info 409 [13:36:30.613] Different program with same set of files +Info 410 [13:36:30.613] getCompletionData: Get current token: 0.02904699742794037 +Info 411 [13:36:30.614] getCompletionData: Is inside comment: 0.008348003029823303 +Info 412 [13:36:30.614] getCompletionData: Get previous token: 0.075764000415802 +Info 413 [13:36:30.614] getCompletionsAtPosition: isCompletionListBlocker: 0.007697001099586487 +Info 414 [13:36:30.614] Returning an empty list because completion was requested in an invalid position. +Info 415 [13:36:30.614] Format host information updated +Info 416 [13:36:30.748] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 417 [13:36:30.755] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 6.506112992763519ms +Info 418 [13:36:30.755] Different program with same set of files +Info 419 [13:36:30.755] getCompletionData: Get current token: 0.02937600016593933 +Info 420 [13:36:30.755] getCompletionData: Is inside comment: 0.009048998355865479 +Info 421 [13:36:30.756] getCompletionData: Get previous token: 0.0712520033121109 +Info 422 [13:36:30.756] getCompletionsAtPosition: isCompletionListBlocker: 0.00849500298500061 +Info 423 [13:36:30.756] Returning an empty list because completion was requested in an invalid position. +Info 424 [13:36:30.756] Format host information updated +Info 425 [13:36:30.875] Format host information updated +Info 426 [13:36:30.876] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 427 [13:36:30.884] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 7.633414998650551ms +Info 428 [13:36:30.884] Different program with same set of files +Info 429 [13:36:36.928] Format host information updated +Info 430 [13:36:36.929] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 431 [13:36:36.932] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 3.2691380083560944ms +Info 432 [13:36:36.932] Different program with same set of files +Info 433 [13:36:38.692] Format host information updated +Info 434 [13:36:38.693] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 435 [13:36:38.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 3.517987996339798ms +Info 436 [13:36:38.696] Different program with same set of files +Info 437 [13:36:38.890] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 438 [13:36:38.894] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 3.925252005457878ms +Info 439 [13:36:38.894] Different program with same set of files +Info 440 [13:36:38.894] getCompletionData: Get current token: 0.014329999685287476 +Info 441 [13:36:38.894] getCompletionData: Is inside comment: 0.0043130069971084595 +Info 442 [13:36:38.894] getCompletionData: Get previous token: 0.03934699296951294 +Info 443 [13:36:38.894] getCompletionsAtPosition: isCompletionListBlocker: 0.004021003842353821 +Info 444 [13:36:38.895] Returning an empty list because completion was requested in an invalid position. +Info 445 [13:36:38.895] Format host information updated +Info 446 [13:36:39.121] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 447 [13:36:39.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 1.9072730094194412ms +Info 448 [13:36:39.123] Different program with same set of files +Info 449 [13:36:39.123] getCompletionData: Get current token: 0.005860000848770142 +Info 450 [13:36:39.123] getCompletionData: Is inside comment: 0.003158003091812134 +Info 451 [13:36:39.123] getCompletionData: Get previous token: 0.027310997247695923 +Info 452 [13:36:39.123] getCompletionsAtPosition: isCompletionListBlocker: 0.003299012780189514 +Info 453 [13:36:39.123] Returning an empty list because completion was requested in an invalid position. +Info 454 [13:36:39.123] Format host information updated +Info 455 [13:36:39.233] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 456 [13:36:39.235] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 2.206407994031906ms +Info 457 [13:36:39.235] Different program with same set of files +Info 458 [13:36:39.235] getCompletionData: Get current token: 0.006338000297546387 +Info 459 [13:36:39.235] getCompletionData: Is inside comment: 0.001900002360343933 +Info 460 [13:36:39.235] getCompletionData: Get previous token: 0.01646299660205841 +Info 461 [13:36:39.236] getCompletionsAtPosition: isCompletionListBlocker: 0.0033029913902282715 +Info 462 [13:36:39.236] Returning an empty list because completion was requested in an invalid position. +Info 463 [13:36:39.237] Format host information updated +Info 464 [13:36:39.488] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 465 [13:36:39.490] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 2.3792960047721863ms +Info 466 [13:36:39.490] Different program with same set of files +Info 467 [13:36:39.490] getCompletionData: Get current token: 0.005837008357048035 +Info 468 [13:36:39.490] getCompletionData: Is inside comment: 0.0017330050468444824 +Info 469 [13:36:39.490] getCompletionData: Get previous token: 0.014663010835647583 +Info 470 [13:36:39.490] getCompletionsAtPosition: isCompletionListBlocker: 0.001990005373954773 +Info 471 [13:36:39.490] Returning an empty list because completion was requested in an invalid position. +Info 472 [13:36:39.491] Format host information updated +Info 473 [13:36:39.590] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 474 [13:36:39.593] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 2.822053000330925ms +Info 475 [13:36:39.593] Different program with same set of files +Info 476 [13:36:39.593] getCompletionData: Get current token: 0.005531996488571167 +Info 477 [13:36:39.593] getCompletionData: Is inside comment: 0.0016879886388778687 +Info 478 [13:36:39.593] getCompletionData: Get previous token: 0.014146998524665833 +Info 479 [13:36:39.593] getCompletionsAtPosition: isCompletionListBlocker: 0.0021980106830596924 +Info 480 [13:36:39.593] Returning an empty list because completion was requested in an invalid position. +Info 481 [13:36:39.594] Format host information updated +Info 482 [13:36:39.667] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 483 [13:36:39.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 5.410420998930931ms +Info 484 [13:36:39.672] Different program with same set of files +Info 485 [13:36:39.673] getCompletionData: Get current token: 0.025070995092391968 +Info 486 [13:36:39.673] getCompletionData: Is inside comment: 0.007629990577697754 +Info 487 [13:36:39.673] getCompletionData: Get previous token: 0.06672699749469757 +Info 488 [13:36:39.673] getCompletionsAtPosition: isCompletionListBlocker: 0.007427006959915161 +Info 489 [13:36:39.673] Returning an empty list because completion was requested in an invalid position. +Info 490 [13:36:39.674] Format host information updated +Info 491 [13:36:39.826] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 492 [13:36:39.834] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 8.466653004288673ms +Info 493 [13:36:39.834] Different program with same set of files +Info 494 [13:36:39.835] getCompletionData: Get current token: 0.018581002950668335 +Info 495 [13:36:39.835] getCompletionData: Is inside comment: 0.004886999726295471 +Info 496 [13:36:39.835] getCompletionData: Get previous token: 0.05209800601005554 +Info 497 [13:36:39.835] getCompletionsAtPosition: isCompletionListBlocker: 0.0049750059843063354 +Info 498 [13:36:39.835] Returning an empty list because completion was requested in an invalid position. +Info 499 [13:36:39.835] Format host information updated +Info 500 [13:36:39.966] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 501 [13:36:39.968] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 1.4793789982795715ms +Info 502 [13:36:39.968] Different program with same set of files +Info 503 [13:36:39.968] getCompletionData: Get current token: 0.0056679993867874146 +Info 504 [13:36:39.968] getCompletionData: Is inside comment: 0.0018139928579330444 +Info 505 [13:36:39.968] getCompletionData: Get previous token: 0.014559999108314514 +Info 506 [13:36:39.968] getCompletionsAtPosition: isCompletionListBlocker: 0.0018270015716552734 +Info 507 [13:36:39.968] Returning an empty list because completion was requested in an invalid position. +Info 508 [13:36:39.968] Format host information updated +Info 509 [13:36:40.050] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 510 [13:36:40.052] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 2.3872939944267273ms +Info 511 [13:36:40.052] Different program with same set of files +Info 512 [13:36:40.052] getCompletionData: Get current token: 0.010189995169639587 +Info 513 [13:36:40.052] getCompletionData: Is inside comment: 0.0024110078811645508 +Info 514 [13:36:40.053] getCompletionData: Get previous token: 0.028094008564949036 +Info 515 [13:36:40.053] getCompletionsAtPosition: isCompletionListBlocker: 0.0029439926147460938 +Info 516 [13:36:40.053] Returning an empty list because completion was requested in an invalid position. +Info 517 [13:36:40.053] Format host information updated +Info 518 [13:36:40.152] Format host information updated +Info 519 [13:36:40.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 520 [13:36:40.154] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 1.8563690036535263ms +Info 521 [13:36:40.154] Different program with same set of files +Info 522 [13:36:40.628] Format host information updated +Info 523 [13:36:40.628] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 524 [13:36:40.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 2.4999600052833557ms +Info 525 [13:36:40.630] Different program with same set of files +Info 526 [13:36:42.579] Format host information updated +Info 527 [13:36:42.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 528 [13:36:42.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 3.06046099960804ms +Info 529 [13:36:42.583] Different program with same set of files +Info 530 [13:36:42.787] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 531 [13:36:42.790] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 2.8742899894714355ms +Info 532 [13:36:42.790] Different program with same set of files +Info 533 [13:36:42.790] getCompletionData: Get current token: 0.011362999677658081 +Info 534 [13:36:42.790] getCompletionData: Is inside comment: 0.003818005323410034 +Info 535 [13:36:42.790] getCompletionData: Get previous token: 0.02943800389766693 +Info 536 [13:36:42.790] getCompletionsAtPosition: isCompletionListBlocker: 0.003608003258705139 +Info 537 [13:36:42.790] Returning an empty list because completion was requested in an invalid position. +Info 538 [13:36:42.790] Format host information updated +Info 539 [13:36:43.107] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 540 [13:36:43.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 1.9342440068721771ms +Info 541 [13:36:43.109] Different program with same set of files +Info 542 [13:36:43.109] getCompletionData: Get current token: 0.00738699734210968 +Info 543 [13:36:43.109] getCompletionData: Is inside comment: 0.0018810033798217773 +Info 544 [13:36:43.109] getCompletionData: Get previous token: 0.019418001174926758 +Info 545 [13:36:43.109] getCompletionsAtPosition: isCompletionListBlocker: 0.002499997615814209 +Info 546 [13:36:43.109] Returning an empty list because completion was requested in an invalid position. +Info 547 [13:36:43.112] Format host information updated +Info 548 [13:36:43.186] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 549 [13:36:43.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 1.7870040088891983ms +Info 550 [13:36:43.188] Different program with same set of files +Info 551 [13:36:43.188] getCompletionData: Get current token: 0.005674988031387329 +Info 552 [13:36:43.188] getCompletionData: Is inside comment: 0.0017700046300888062 +Info 553 [13:36:43.188] getCompletionData: Get previous token: 0.015096992254257202 +Info 554 [13:36:43.188] getCompletionsAtPosition: isCompletionListBlocker: 0.0018119961023330688 +Info 555 [13:36:43.188] Returning an empty list because completion was requested in an invalid position. +Info 556 [13:36:43.189] Format host information updated +Info 557 [13:36:43.495] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 558 [13:36:43.501] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 5.824025988578796ms +Info 559 [13:36:43.501] Different program with same set of files +Info 560 [13:36:43.501] getCompletionData: Get current token: 0.10373100638389587 +Info 561 [13:36:43.501] getCompletionData: Is inside comment: 0.012470990419387817 +Info 562 [13:36:43.502] getCompletionData: Get previous token: 0.1115579903125763 +Info 563 [13:36:43.503] getCompletionsAtPosition: isCompletionListBlocker: 1.3956120014190674 +Info 564 [13:36:43.503] Returning an empty list because completion was requested in an invalid position. +Info 565 [13:36:43.504] Format host information updated +Info 566 [13:36:43.657] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 567 [13:36:43.659] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 1.7572939991950989ms +Info 568 [13:36:43.659] Different program with same set of files +Info 569 [13:36:43.659] getCompletionData: Get current token: 0.0062589943408966064 +Info 570 [13:36:43.659] getCompletionData: Is inside comment: 0.0019109994173049927 +Info 571 [13:36:43.659] getCompletionData: Get previous token: 0.01595500111579895 +Info 572 [13:36:43.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0069119930267333984 +Info 573 [13:36:43.659] Returning an empty list because completion was requested in an invalid position. +Info 574 [13:36:43.659] Format host information updated +Info 575 [13:36:44.087] Format host information updated +Info 576 [13:36:44.087] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 577 [13:36:44.089] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 1.4429310113191605ms +Info 578 [13:36:44.089] Different program with same set of files +Info 579 [13:36:44.594] Format host information updated +Info 580 [13:36:44.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 581 [13:36:44.596] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 2.2734100073575974ms +Info 582 [13:36:44.596] Different program with same set of files +Info 583 [13:36:48.413] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 584 [13:36:48.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 6.717078000307083ms +Info 585 [13:36:48.420] Different program with same set of files +Info 586 [13:36:48.421] getCompletionData: Get current token: 0.029647991061210632 +Info 587 [13:36:48.421] getCompletionData: Is inside comment: 0.06014999747276306 +Info 588 [13:36:48.421] getCompletionData: Get previous token: 0.06375500559806824 +Info 589 [13:36:48.421] getCompletionsAtPosition: isCompletionListBlocker: 0.00790300965309143 +Info 590 [13:36:48.421] Returning an empty list because completion was requested in an invalid position. +Info 591 [13:36:48.422] Format host information updated +Info 592 [13:36:48.560] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 593 [13:36:48.563] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 2.2114590108394623ms +Info 594 [13:36:48.563] Different program with same set of files +Info 595 [13:36:48.563] getCompletionData: Get current token: 0.006513997912406921 +Info 596 [13:36:48.563] getCompletionData: Is inside comment: 0.013619989156723022 +Info 597 [13:36:48.563] getCompletionData: Get previous token: 0.019244998693466187 +Info 598 [13:36:48.563] getCompletionsAtPosition: isCompletionListBlocker: 0.0024080127477645874 +Info 599 [13:36:48.563] Returning an empty list because completion was requested in an invalid position. +Info 600 [13:36:48.563] Format host information updated +Info 601 [13:36:48.669] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 602 [13:36:48.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 2.795888990163803ms +Info 603 [13:36:48.672] Different program with same set of files +Info 604 [13:36:48.672] getCompletionData: Get current token: 0.007296010851860046 +Info 605 [13:36:48.672] getCompletionData: Is inside comment: 0.014824986457824707 +Info 606 [13:36:48.672] getCompletionData: Get previous token: 0.045100003480911255 +Info 607 [13:36:48.672] getCompletionsAtPosition: isCompletionListBlocker: 0.003407001495361328 +Info 608 [13:36:48.672] Returning an empty list because completion was requested in an invalid position. +Info 609 [13:36:48.672] Format host information updated +Info 610 [13:36:48.967] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 611 [13:36:48.969] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 2.1140540093183517ms +Info 612 [13:36:48.969] Different program with same set of files +Info 613 [13:36:48.970] getCompletionData: Get current token: 0.005866989493370056 +Info 614 [13:36:48.970] getCompletionData: Is inside comment: 0.009547993540763855 +Info 615 [13:36:48.970] getCompletionData: Get previous token: 0.014303997159004211 +Info 616 [13:36:48.970] getCompletionsAtPosition: isCompletionListBlocker: 0.002061992883682251 +Info 617 [13:36:48.970] Returning an empty list because completion was requested in an invalid position. +Info 618 [13:36:48.970] Format host information updated +Info 619 [13:36:49.052] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 620 [13:36:49.059] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 7.022177994251251ms +Info 621 [13:36:49.059] Different program with same set of files +Info 622 [13:36:49.060] getCompletionData: Get current token: 0.033841997385025024 +Info 623 [13:36:49.060] getCompletionData: Is inside comment: 0.04859200119972229 +Info 624 [13:36:49.060] getCompletionData: Get previous token: 0.06175398826599121 +Info 625 [13:36:49.060] getCompletionsAtPosition: isCompletionListBlocker: 0.007871001958847046 +Info 626 [13:36:49.060] Returning an empty list because completion was requested in an invalid position. +Info 627 [13:36:49.061] Format host information updated +Info 628 [13:36:49.201] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 629 [13:36:49.213] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 12.193690001964569ms +Info 630 [13:36:49.213] Different program with same set of files +Info 631 [13:36:49.214] getCompletionData: Get current token: 0.02932000160217285 +Info 632 [13:36:49.214] getCompletionData: Is inside comment: 0.048458993434906006 +Info 633 [13:36:49.214] getCompletionData: Get previous token: 0.06776300072669983 +Info 634 [13:36:49.214] getCompletionsAtPosition: isCompletionListBlocker: 0.008542999625205994 +Info 635 [13:36:49.214] Returning an empty list because completion was requested in an invalid position. +Info 636 [13:36:49.215] Format host information updated +Info 637 [13:36:49.320] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 638 [13:36:49.323] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 2.9600699990987778ms +Info 639 [13:36:49.323] Different program with same set of files +Info 640 [13:36:49.323] getCompletionData: Get current token: 0.012560009956359863 +Info 641 [13:36:49.323] getCompletionData: Is inside comment: 0.02181100845336914 +Info 642 [13:36:49.323] getCompletionData: Get previous token: 0.030116006731987 +Info 643 [13:36:49.324] getCompletionsAtPosition: isCompletionListBlocker: 0.0068759918212890625 +Info 644 [13:36:49.324] Returning an empty list because completion was requested in an invalid position. +Info 645 [13:36:49.324] Format host information updated +Info 646 [13:36:49.424] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 647 [13:36:49.426] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 2.2343250066041946ms +Info 648 [13:36:49.426] Different program with same set of files +Info 649 [13:36:49.426] getCompletionData: Get current token: 0.00795699656009674 +Info 650 [13:36:49.426] getCompletionData: Is inside comment: 0.01364000141620636 +Info 651 [13:36:49.426] getCompletionData: Get previous token: 0.018943995237350464 +Info 652 [13:36:49.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0028099864721298218 +Info 653 [13:36:49.426] Returning an empty list because completion was requested in an invalid position. +Info 654 [13:36:49.427] Format host information updated +Info 655 [13:36:49.557] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 656 [13:36:49.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 2.2483999878168106ms +Info 657 [13:36:49.560] Different program with same set of files +Info 658 [13:36:49.560] getCompletionData: Get current token: 0.006726011633872986 +Info 659 [13:36:49.560] getCompletionData: Is inside comment: 0.011382997035980225 +Info 660 [13:36:49.560] getCompletionData: Get previous token: 0.01755499839782715 +Info 661 [13:36:49.560] getCompletionsAtPosition: isCompletionListBlocker: 0.0041880011558532715 +Info 662 [13:36:49.560] Returning an empty list because completion was requested in an invalid position. +Info 663 [13:36:49.560] Format host information updated +Info 664 [13:36:49.638] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 665 [13:36:49.644] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 5.9076420068740845ms +Info 666 [13:36:49.644] Different program with same set of files +Info 667 [13:36:49.644] getCompletionData: Get current token: 0.024073004722595215 +Info 668 [13:36:49.644] getCompletionData: Is inside comment: 0.04147599637508392 +Info 669 [13:36:49.644] getCompletionData: Get previous token: 0.05782400071620941 +Info 670 [13:36:49.645] getCompletionsAtPosition: isCompletionListBlocker: 0.018755987286567688 +Info 671 [13:36:49.645] Returning an empty list because completion was requested in an invalid position. +Info 672 [13:36:49.645] Format host information updated +Info 673 [13:36:50.083] Format host information updated +Info 674 [13:36:50.084] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 675 [13:36:50.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 1.8814660012722015ms +Info 676 [13:36:50.085] Different program with same set of files +Info 677 [13:36:50.448] Format host information updated +Info 678 [13:36:50.449] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 679 [13:36:50.451] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 2.205128997564316ms +Info 680 [13:36:50.451] Different program with same set of files +Info 681 [13:36:56.241] Format host information updated +Info 682 [13:36:56.241] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 683 [13:36:56.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 1.5283779948949814ms +Info 684 [13:36:56.243] Different program with same set of files +Info 685 [13:36:56.829] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 686 [13:36:56.831] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 1.506654992699623ms +Info 687 [13:36:56.831] Different program with same set of files +Info 688 [13:36:56.831] getCompletionData: Get current token: 0.003635004162788391 +Info 689 [13:36:56.831] getCompletionData: Is inside comment: 0.009784996509552002 +Info 690 [13:36:56.831] getCompletionData: Get previous token: 0.007468000054359436 +Info 691 [13:36:56.831] getCompletionsAtPosition: isCompletionListBlocker: 0.01326000690460205 +Info 692 [13:36:56.832] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.20468099415302277 ms +Info 693 [13:36:56.832] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 694 [13:36:56.832] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.13639499247074127ms +Info 695 [13:36:56.832] getExportInfoMap: cache miss or empty; calculating new results +Info 696 [13:36:56.855] forEachExternalModuleToImportFrom autoImportProvider: 13.130746990442276 +Info 697 [13:36:56.855] getExportInfoMap: done in 23.823656991124153 ms +Info 698 [13:36:56.871] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 699 [13:36:56.871] collectAutoImports: response is complete +Info 700 [13:36:56.871] collectAutoImports: 15.027669996023178 +Info 701 [13:36:56.871] getCompletionData: Semantic work: 39.464129000902176 +Info 702 [13:36:56.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.613503009080887 +Info 703 [13:36:56.882] Format host information updated +Info 704 [13:36:57.297] Format host information updated +Info 705 [13:36:57.298] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 706 [13:36:57.300] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 2.1640550047159195ms +Info 707 [13:36:57.300] Different program with same set of files +Info 708 [13:37:00.025] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 709 [13:37:00.027] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 1.9213060140609741ms +Info 710 [13:37:00.027] Different program with same set of files +Info 711 [13:37:00.027] getCompletionData: Get current token: 0.005146995186805725 +Info 712 [13:37:00.027] getCompletionData: Is inside comment: 0.01045200228691101 +Info 713 [13:37:00.027] getCompletionData: Get previous token: 0.013079002499580383 +Info 714 [13:37:00.027] getCompletionsAtPosition: isCompletionListBlocker: 0.0022390037775039673 +Info 715 [13:37:00.027] Returning an empty list because completion was requested in an invalid position. +Info 716 [13:37:00.028] Format host information updated +Info 717 [13:37:00.341] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 718 [13:37:00.343] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 1.731563001871109ms +Info 719 [13:37:00.343] Different program with same set of files +Info 720 [13:37:00.343] getCompletionData: Get current token: 0.005304992198944092 +Info 721 [13:37:00.343] getCompletionData: Is inside comment: 0.009512990713119507 +Info 722 [13:37:00.343] getCompletionData: Get previous token: 0.014311999082565308 +Info 723 [13:37:00.343] getCompletionsAtPosition: isCompletionListBlocker: 0.0018479973077774048 +Info 724 [13:37:00.343] Returning an empty list because completion was requested in an invalid position. +Info 725 [13:37:00.343] Format host information updated +Info 726 [13:37:00.437] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 727 [13:37:00.439] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 1.9750220030546188ms +Info 728 [13:37:00.439] Different program with same set of files +Info 729 [13:37:00.439] getCompletionData: Get current token: 0.00653800368309021 +Info 730 [13:37:00.439] getCompletionData: Is inside comment: 0.012722000479698181 +Info 731 [13:37:00.439] getCompletionData: Get previous token: 0.01831100881099701 +Info 732 [13:37:00.439] getCompletionsAtPosition: isCompletionListBlocker: 0.0017910003662109375 +Info 733 [13:37:00.439] Returning an empty list because completion was requested in an invalid position. +Info 734 [13:37:00.439] Format host information updated +Info 735 [13:37:00.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 736 [13:37:00.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 1.8407559990882874ms +Info 737 [13:37:00.532] Different program with same set of files +Info 738 [13:37:00.533] getCompletionData: Get current token: 0.005230993032455444 +Info 739 [13:37:00.533] getCompletionData: Is inside comment: 0.026537999510765076 +Info 740 [13:37:00.533] getCompletionData: Get previous token: 0.013137012720108032 +Info 741 [13:37:00.533] getCompletionsAtPosition: isCompletionListBlocker: 0.0018889904022216797 +Info 742 [13:37:00.533] Returning an empty list because completion was requested in an invalid position. +Info 743 [13:37:00.533] Format host information updated +Info 744 [13:37:00.735] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 745 [13:37:00.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 1.6697790026664734ms +Info 746 [13:37:00.737] Different program with same set of files +Info 747 [13:37:00.737] getCompletionData: Get current token: 0.005150005221366882 +Info 748 [13:37:00.737] getCompletionData: Is inside comment: 0.009239986538887024 +Info 749 [13:37:00.737] getCompletionData: Get previous token: 0.011838987469673157 +Info 750 [13:37:00.737] getCompletionsAtPosition: isCompletionListBlocker: 0.0015590041875839233 +Info 751 [13:37:00.737] Returning an empty list because completion was requested in an invalid position. +Info 752 [13:37:00.738] Format host information updated +Info 753 [13:37:00.931] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 754 [13:37:00.933] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 2.1892170011997223ms +Info 755 [13:37:00.933] Different program with same set of files +Info 756 [13:37:00.933] getCompletionData: Get current token: 0.008619993925094604 +Info 757 [13:37:00.933] getCompletionData: Is inside comment: 0.015735000371932983 +Info 758 [13:37:00.933] getCompletionData: Get previous token: 0.017772004008293152 +Info 759 [13:37:00.933] getCompletionsAtPosition: isCompletionListBlocker: 0.002396002411842346 +Info 760 [13:37:00.933] Returning an empty list because completion was requested in an invalid position. +Info 761 [13:37:00.934] Format host information updated +Info 762 [13:37:01.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 763 [13:37:01.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 1.8601469993591309ms +Info 764 [13:37:01.080] Different program with same set of files +Info 765 [13:37:01.080] getCompletionData: Get current token: 0.005255997180938721 +Info 766 [13:37:01.080] getCompletionData: Is inside comment: 0.00911499559879303 +Info 767 [13:37:01.080] getCompletionData: Get previous token: 0.013553008437156677 +Info 768 [13:37:01.081] getCompletionsAtPosition: isCompletionListBlocker: 0.002096995711326599 +Info 769 [13:37:01.081] Returning an empty list because completion was requested in an invalid position. +Info 770 [13:37:01.081] Format host information updated +Info 771 [13:37:01.167] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 772 [13:37:01.168] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 1.5607360005378723ms +Info 773 [13:37:01.168] Different program with same set of files +Info 774 [13:37:01.168] getCompletionData: Get current token: 0.0071219950914382935 +Info 775 [13:37:01.168] getCompletionData: Is inside comment: 0.013941004872322083 +Info 776 [13:37:01.168] getCompletionData: Get previous token: 0.019042998552322388 +Info 777 [13:37:01.168] getCompletionsAtPosition: isCompletionListBlocker: 0.002119004726409912 +Info 778 [13:37:01.168] Returning an empty list because completion was requested in an invalid position. +Info 779 [13:37:01.169] Format host information updated +Info 780 [13:37:01.236] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 781 [13:37:01.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 1.5990590006113052ms +Info 782 [13:37:01.238] Different program with same set of files +Info 783 [13:37:01.238] getCompletionData: Get current token: 0.005161002278327942 +Info 784 [13:37:01.238] getCompletionData: Is inside comment: 0.009274005889892578 +Info 785 [13:37:01.238] getCompletionData: Get previous token: 0.012156009674072266 +Info 786 [13:37:01.238] getCompletionsAtPosition: isCompletionListBlocker: 0.0016879886388778687 +Info 787 [13:37:01.238] Returning an empty list because completion was requested in an invalid position. +Info 788 [13:37:01.238] Format host information updated +Info 789 [13:37:01.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 790 [13:37:01.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 1.8239139914512634ms +Info 791 [13:37:01.362] Different program with same set of files +Info 792 [13:37:01.362] getCompletionData: Get current token: 0.006505012512207031 +Info 793 [13:37:01.362] getCompletionData: Is inside comment: 0.009424000978469849 +Info 794 [13:37:01.362] getCompletionData: Get previous token: 0.013475999236106873 +Info 795 [13:37:01.362] getCompletionsAtPosition: isCompletionListBlocker: 0.0018720030784606934 +Info 796 [13:37:01.362] Returning an empty list because completion was requested in an invalid position. +Info 797 [13:37:01.362] Format host information updated +Info 798 [13:37:01.849] Format host information updated +Info 799 [13:37:01.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 800 [13:37:01.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 10.800131991505623ms +Info 801 [13:37:01.861] Different program with same set of files +Info 802 [13:37:04.111] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 803 [13:37:04.113] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 2.0174710005521774ms +Info 804 [13:37:04.113] Different program with same set of files +Info 805 [13:37:04.114] getCompletionData: Get current token: 0.005621999502182007 +Info 806 [13:37:04.114] getCompletionData: Is inside comment: 0.009851008653640747 +Info 807 [13:37:04.114] getCompletionData: Get previous token: 0.01424001157283783 +Info 808 [13:37:04.114] getCompletionsAtPosition: isCompletionListBlocker: 0.0016649961471557617 +Info 809 [13:37:04.114] Returning an empty list because completion was requested in an invalid position. +Info 810 [13:37:04.114] Format host information updated +Info 811 [13:37:04.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 812 [13:37:04.213] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 3.5200260132551193ms +Info 813 [13:37:04.213] Different program with same set of files +Info 814 [13:37:04.213] getCompletionData: Get current token: 0.005528002977371216 +Info 815 [13:37:04.213] getCompletionData: Is inside comment: 0.009841009974479675 +Info 816 [13:37:04.213] getCompletionData: Get previous token: 0.01277799904346466 +Info 817 [13:37:04.213] getCompletionsAtPosition: isCompletionListBlocker: 0.0018180012702941895 +Info 818 [13:37:04.213] Returning an empty list because completion was requested in an invalid position. +Info 819 [13:37:04.213] Format host information updated +Info 820 [13:37:04.292] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 821 [13:37:04.294] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 1.5956559926271439ms +Info 822 [13:37:04.294] Different program with same set of files +Info 823 [13:37:04.294] getCompletionData: Get current token: 0.00511699914932251 +Info 824 [13:37:04.294] getCompletionData: Is inside comment: 0.010628998279571533 +Info 825 [13:37:04.294] getCompletionData: Get previous token: 0.011750996112823486 +Info 826 [13:37:04.294] getCompletionsAtPosition: isCompletionListBlocker: 0.0017499923706054688 +Info 827 [13:37:04.294] Returning an empty list because completion was requested in an invalid position. +Info 828 [13:37:04.294] Format host information updated +Info 829 [13:37:04.362] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 830 [13:37:04.364] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 1.533270999789238ms +Info 831 [13:37:04.364] Different program with same set of files +Info 832 [13:37:04.364] getCompletionData: Get current token: 0.005408003926277161 +Info 833 [13:37:04.364] getCompletionData: Is inside comment: 0.009578004479408264 +Info 834 [13:37:04.364] getCompletionData: Get previous token: 0.01165299117565155 +Info 835 [13:37:04.364] getCompletionsAtPosition: isCompletionListBlocker: 0.001574009656906128 +Info 836 [13:37:04.364] Returning an empty list because completion was requested in an invalid position. +Info 837 [13:37:04.364] Format host information updated +Info 838 [13:37:04.459] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 839 [13:37:04.461] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 1.8567149937152863ms +Info 840 [13:37:04.461] Different program with same set of files +Info 841 [13:37:04.461] getCompletionData: Get current token: 0.006830006837844849 +Info 842 [13:37:04.461] getCompletionData: Is inside comment: 0.011561006307601929 +Info 843 [13:37:04.462] getCompletionData: Get previous token: 0.014628008008003235 +Info 844 [13:37:04.462] getCompletionsAtPosition: isCompletionListBlocker: 0.001744002103805542 +Info 845 [13:37:04.462] Returning an empty list because completion was requested in an invalid position. +Info 846 [13:37:04.462] Format host information updated +Info 847 [13:37:04.561] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 848 [13:37:04.563] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 2.1419230103492737ms +Info 849 [13:37:04.563] Different program with same set of files +Info 850 [13:37:04.563] getCompletionData: Get current token: 0.007711008191108704 +Info 851 [13:37:04.563] getCompletionData: Is inside comment: 0.013394013047218323 +Info 852 [13:37:04.563] getCompletionData: Get previous token: 0.01801300048828125 +Info 853 [13:37:04.563] getCompletionsAtPosition: isCompletionListBlocker: 0.0019199997186660767 +Info 854 [13:37:04.563] Returning an empty list because completion was requested in an invalid position. +Info 855 [13:37:04.564] Format host information updated +Info 856 [13:38:12.002] Format host information updated +Info 857 [13:38:12.002] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 858 [13:38:12.006] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 3.1169859915971756ms +Info 859 [13:38:12.006] Different program with same set of files +Info 860 [13:38:13.854] Format host information updated +Info 861 [13:38:13.854] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 862 [13:38:13.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 2.4153050035238266ms +Info 863 [13:38:13.857] Different program with same set of files +Info 864 [13:38:14.293] Format host information updated +Info 865 [13:38:14.294] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 866 [13:38:14.296] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 2.356353998184204ms +Info 867 [13:38:14.296] Different program with same set of files +Info 868 [13:38:15.997] Format host information updated +Info 869 [13:38:15.997] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 870 [13:38:15.999] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 1.6362010091543198ms +Info 871 [13:38:15.999] Different program with same set of files +Info 872 [13:38:16.189] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 873 [13:38:16.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 3.0505409985780716ms +Info 874 [13:38:16.192] Different program with same set of files +Info 875 [13:38:16.192] getCompletionData: Get current token: 0.005348995327949524 +Info 876 [13:38:16.192] getCompletionData: Is inside comment: 0.001757010817527771 +Info 877 [13:38:16.192] getCompletionData: Get previous token: 0.01565299928188324 +Info 878 [13:38:16.192] getCompletionsAtPosition: isCompletionListBlocker: 0.0017340034246444702 +Info 879 [13:38:16.192] Returning an empty list because completion was requested in an invalid position. +Info 880 [13:38:16.192] Format host information updated +Info 881 [13:38:16.414] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 882 [13:38:16.417] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 2.183344006538391ms +Info 883 [13:38:16.417] Different program with same set of files +Info 884 [13:38:16.417] getCompletionData: Get current token: 0.0061420053243637085 +Info 885 [13:38:16.417] getCompletionData: Is inside comment: 0.0018569976091384888 +Info 886 [13:38:16.417] getCompletionData: Get previous token: 0.01751399040222168 +Info 887 [13:38:16.417] getCompletionsAtPosition: isCompletionListBlocker: 0.001901000738143921 +Info 888 [13:38:16.417] Returning an empty list because completion was requested in an invalid position. +Info 889 [13:38:16.417] Format host information updated +Info 890 [13:38:16.619] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 891 [13:38:16.621] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 1.942461997270584ms +Info 892 [13:38:16.621] Different program with same set of files +Info 893 [13:38:16.621] getCompletionData: Get current token: 0.005215004086494446 +Info 894 [13:38:16.621] getCompletionData: Is inside comment: 0.0016170144081115723 +Info 895 [13:38:16.621] getCompletionData: Get previous token: 0.013238996267318726 +Info 896 [13:38:16.621] getCompletionsAtPosition: isCompletionListBlocker: 0.0015710145235061646 +Info 897 [13:38:16.621] Returning an empty list because completion was requested in an invalid position. +Info 898 [13:38:16.622] Format host information updated +Info 899 [13:38:16.805] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 900 [13:38:16.807] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 2.2668319940567017ms +Info 901 [13:38:16.807] Different program with same set of files +Info 902 [13:38:16.807] getCompletionData: Get current token: 0.005860999226570129 +Info 903 [13:38:16.807] getCompletionData: Is inside comment: 0.0014410018920898438 +Info 904 [13:38:16.807] getCompletionData: Get previous token: 0.013878002762794495 +Info 905 [13:38:16.807] getCompletionsAtPosition: isCompletionListBlocker: 0.0015240013599395752 +Info 906 [13:38:16.807] Returning an empty list because completion was requested in an invalid position. +Info 907 [13:38:16.807] Format host information updated +Info 908 [13:38:16.869] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 909 [13:38:16.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 5.030614003539085ms +Info 910 [13:38:16.874] Different program with same set of files +Info 911 [13:38:16.874] getCompletionData: Get current token: 0.007934987545013428 +Info 912 [13:38:16.875] getCompletionData: Is inside comment: 0.0027719885110855103 +Info 913 [13:38:16.875] getCompletionData: Get previous token: 0.020294994115829468 +Info 914 [13:38:16.875] getCompletionsAtPosition: isCompletionListBlocker: 0.003260001540184021 +Info 915 [13:38:16.875] Returning an empty list because completion was requested in an invalid position. +Info 916 [13:38:16.875] Format host information updated +Info 917 [13:38:16.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 918 [13:38:16.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 2.8917129933834076ms +Info 919 [13:38:16.988] Different program with same set of files +Info 920 [13:38:16.988] getCompletionData: Get current token: 0.010041996836662292 +Info 921 [13:38:16.988] getCompletionData: Is inside comment: 0.0029989928007125854 +Info 922 [13:38:16.988] getCompletionData: Get previous token: 0.026895001530647278 +Info 923 [13:38:16.988] getCompletionsAtPosition: isCompletionListBlocker: 0.0032359957695007324 +Info 924 [13:38:16.988] Returning an empty list because completion was requested in an invalid position. +Info 925 [13:38:16.989] Format host information updated +Info 926 [13:38:17.093] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 927 [13:38:17.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 11.82956400513649ms +Info 928 [13:38:17.105] Different program with same set of files +Info 929 [13:38:17.106] getCompletionData: Get current token: 0.03382599353790283 +Info 930 [13:38:17.106] getCompletionData: Is inside comment: 0.00725400447845459 +Info 931 [13:38:17.106] getCompletionData: Get previous token: 0.06831400096416473 +Info 932 [13:38:17.106] getCompletionsAtPosition: isCompletionListBlocker: 0.00569799542427063 +Info 933 [13:38:17.106] Returning an empty list because completion was requested in an invalid position. +Info 934 [13:38:17.107] Format host information updated +Info 935 [13:38:17.190] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 936 [13:38:17.198] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 7.2074510008096695ms +Info 937 [13:38:17.198] Different program with same set of files +Info 938 [13:38:17.198] getCompletionData: Get current token: 0.02428799867630005 +Info 939 [13:38:17.198] getCompletionData: Is inside comment: 0.007930010557174683 +Info 940 [13:38:17.198] getCompletionData: Get previous token: 0.06329600512981415 +Info 941 [13:38:17.199] getCompletionsAtPosition: isCompletionListBlocker: 0.00629599392414093 +Info 942 [13:38:17.199] Returning an empty list because completion was requested in an invalid position. +Info 943 [13:38:17.199] Format host information updated +Info 944 [13:38:17.283] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 945 [13:38:17.290] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 7.492537006735802ms +Info 946 [13:38:17.291] Different program with same set of files +Info 947 [13:38:17.291] getCompletionData: Get current token: 0.028867006301879883 +Info 948 [13:38:17.291] getCompletionData: Is inside comment: 0.007219001650810242 +Info 949 [13:38:17.291] getCompletionData: Get previous token: 0.07023300230503082 +Info 950 [13:38:17.291] getCompletionsAtPosition: isCompletionListBlocker: 0.005580008029937744 +Info 951 [13:38:17.291] Returning an empty list because completion was requested in an invalid position. +Info 952 [13:38:17.296] Format host information updated +Info 953 [13:38:17.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 954 [13:38:17.381] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 5.95532999932766ms +Info 955 [13:38:17.381] Different program with same set of files +Info 956 [13:38:17.382] getCompletionData: Get current token: 0.03609900176525116 +Info 957 [13:38:17.382] getCompletionData: Is inside comment: 0.009688004851341248 +Info 958 [13:38:17.382] getCompletionData: Get previous token: 0.10541298985481262 +Info 959 [13:38:17.382] getCompletionsAtPosition: isCompletionListBlocker: 0.007235005497932434 +Info 960 [13:38:17.382] Returning an empty list because completion was requested in an invalid position. +Info 961 [13:38:17.383] Format host information updated +Info 962 [13:38:17.508] Format host information updated +Info 963 [13:38:17.508] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 964 [13:38:17.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 3.1992669999599457ms +Info 965 [13:38:17.511] Different program with same set of files +Info 966 [14:03:30.432] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Screenshot.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 967 [14:03:30.432] Ignoring files that are not *.json +Info 968 [14:03:30.432] Elapsed:: 0.013197988271713257ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Screenshot.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 969 [14:18:23.393] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Selector.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 970 [14:18:23.393] Ignoring files that are not *.json +Info 971 [14:18:23.393] Elapsed:: 0.016903996467590332ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Selector.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer diff --git a/.log/tsserver-log-qzxn51/ti-480988.log b/.log/tsserver-log-qzxn51/ti-480988.log new file mode 100644 index 0000000..55b3b12 --- /dev/null +++ b/.log/tsserver-log-qzxn51/ti-480988.log @@ -0,0 +1,121 @@ +[11:56:51.945] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[11:56:51.946] Processing cache location '/home/orion/.cache/typescript/5.2' +[11:56:51.946] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[11:56:51.947] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[11:56:51.947] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[11:56:51.947] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[11:56:51.947] Process id: 481006 +[11:56:51.947] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[11:56:51.947] validateDefaultNpmLocation: true +[11:56:51.947] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[11:56:51.947] Updating types-registry npm package... +[11:56:51.947] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[11:56:52.622] Succeeded. stdout: + + up to date, audited 35 packages in 512ms + +found 0 vulnerabilities + +[11:56:52.622] Updated types-registry npm package +[11:56:52.690] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[11:56:52.717] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[11:56:52.718] Explicitly included types: [] +[11:56:52.719] Inferred typings from unresolved imports: [] +[11:56:52.719] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[11:56:52.719] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[11:56:52.719] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:56:52.719] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[11:56:52.720] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[11:56:52.720] Response has been sent. +[11:56:52.720] No new typings were requested as a result of typings discovery +[12:51:17.322] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["rxjs"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:51:17.322] Explicitly included types: [] +[12:51:17.323] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[12:51:17.323] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[12:51:17.324] Package 'puppeteer' provides its own types. +[12:51:17.325] Package 'bun-types' provides its own types. +[12:51:17.325] Found package names: ["callsites","purs-tidy"] +[12:51:17.325] Inferred typings from file names: ["page"] +[12:51:17.325] Inferred typings from unresolved imports: ["rxjs"] +[12:51:17.325] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","page","rxjs"],"filesToWatch":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/bower_components","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:51:17.325] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","page","rxjs"],"filesToWatch":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/bower_components","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:51:17.326] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/bower_components","/home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:51:17.326] Response has been sent. +[12:51:17.326] Installing typings ["callsites","purs-tidy","typescript","page","rxjs"] +[12:51:17.326] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[12:51:17.326] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[12:51:17.326] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[12:51:17.326] 'rxjs':: Entry for package 'rxjs' does not exist in local types registry - skipping... +[12:51:17.326] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[12:51:17.326] Sending response: + {"kind":"event::beginInstallTypes","eventId":1,"typingsInstallerVersion":"5.2.2","projectName":"/dev/null/inferredProject1*"} +[12:51:17.326] Response has been sent. +[12:51:17.326] #1 with arguments'["@types/page@ts5.2"]'. +[12:51:17.326] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts @types/page@ts5.2 --save-dev --user-agent="typesInstaller/5.2.2" +[12:51:18.437] Succeeded. stdout: + + added 1 package, and audited 36 packages in 968ms + +found 0 vulnerabilities + +[12:51:18.438] npm install #1 took: 1112 ms +[12:51:18.438] Installed typings ["@types/page@ts5.2"] +[12:51:18.441] Installed typing files ["/home/orion/.cache/typescript/5.2/node_modules/@types/page/index.d.ts"] +[12:51:18.441] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/page/index.d.ts"],"unresolvedImports":["rxjs"],"kind":"action::set"} +[12:51:18.441] Response has been sent. +[12:51:18.441] Sending response: + {"kind":"event::endInstallTypes","eventId":1,"projectName":"/dev/null/inferredProject1*","packagesToInstall":["@types/page@ts5.2"],"installSuccess":true,"typingsInstallerVersion":"5.2.2"} +[12:51:18.441] Response has been sent. +[12:51:18.964] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/page/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:51:18.965] Explicitly included types: [] +[12:51:18.966] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[12:51:18.967] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[12:51:18.973] Package 'puppeteer' provides its own types. +[12:51:18.975] Package 'bun-types' provides its own types. +[12:51:18.977] Found package names: ["callsites","purs-tidy"] +[12:51:18.977] Inferred typings from unresolved imports: [] +[12:51:18.977] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:51:18.977] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:51:18.978] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:51:18.978] Response has been sent. +[12:51:18.978] Installing typings ["callsites","purs-tidy","typescript"] +[12:51:18.978] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[12:51:18.978] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[12:51:18.978] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[12:51:18.978] All typings are known to be missing or invalid - no need to install more typings +[12:51:18.979] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[12:51:18.979] Response has been sent. +[12:51:19.360] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[12:51:19.360] Explicitly included types: [] +[12:51:19.362] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","puppeteer","bun-types","purs-tidy","typescript"] +[12:51:19.362] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[12:51:19.365] Package 'puppeteer' provides its own types. +[12:51:19.366] Package 'bun-types' provides its own types. +[12:51:19.366] Found package names: ["callsites","purs-tidy"] +[12:51:19.366] Inferred typings from unresolved imports: [] +[12:51:19.366] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:51:19.366] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[12:51:19.366] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[12:51:19.366] Response has been sent. +[12:51:19.366] Installing typings ["callsites","purs-tidy","typescript"] +[12:51:19.366] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[12:51:19.366] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[12:51:19.366] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[12:51:19.366] All typings are known to be missing or invalid - no need to install more typings +[12:51:19.366] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/puppeteer/lib/types.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[12:51:19.366] Response has been sent. +[12:51:21.643] Closing file watchers for project '/dev/null/inferredProject1*' +[12:51:21.643] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":[]} +[12:51:21.643] Response has been sent. +[12:51:21.643] Closing file watchers for project '/dev/null/inferredProject1*' - done. +[12:51:21.643] Closing file watchers for project '/dev/null/autoImportProviderProject2*' +[12:51:21.643] No watchers are registered for project '/dev/null/autoImportProviderProject2*' +[13:11:57.018] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-qzxn51/tsserver.log b/.log/tsserver-log-qzxn51/tsserver.log new file mode 100644 index 0000000..8880fa2 --- /dev/null +++ b/.log/tsserver-log-qzxn51/tsserver.log @@ -0,0 +1,4694 @@ +Info 0 [11:56:50.473] Starting TS Server +Info 1 [11:56:50.473] Version: 5.2.2 +Info 2 [11:56:50.473] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/9c70abf5130c86b12bcf15bc35c19a95/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-qzxn51/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [11:56:50.473] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [11:56:50.473] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [11:56:50.481] Format host information updated +Info 6 [11:56:50.483] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [11:56:50.484] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [11:56:50.484] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [11:56:50.497] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [11:56:50.501] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [11:56:51.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 878.7672320008278ms +Info 12 [11:56:51.380] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [11:56:51.380] Files (132) + +Info 14 [11:56:51.380] ----------------------------------------------- +Info 15 [11:56:51.387] AutoImportProviderProject: found 16 root files in 5 dependencies in 5.440789001062512 ms +Info 16 [11:56:51.397] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [11:56:51.938] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 540.8204309996217ms +Info 18 [11:56:51.938] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [11:56:51.938] Files (267) + +Info 20 [11:56:51.938] ----------------------------------------------- +Info 21 [11:56:51.942] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [11:56:51.943] Files (132) + +Info 21 [11:56:51.943] ----------------------------------------------- +Info 21 [11:56:51.943] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [11:56:51.943] Files (267) + +Info 21 [11:56:51.943] ----------------------------------------------- +Info 21 [11:56:51.943] Open files: +Info 21 [11:56:51.943] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [11:56:51.943] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [11:56:51.944] Format host information updated +Info 22 [11:56:51.945] Format host information updated +Info 23 [11:56:51.946] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 24 [11:56:51.970] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 24.281204998493195ms +Info 25 [11:56:51.970] Different program with same set of files +Info 26 [11:56:54.446] Before ensureProjectForOpenFiles: +Info 27 [11:56:54.446] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 27 [11:56:54.446] Files (132) + +Info 27 [11:56:54.446] ----------------------------------------------- +Info 27 [11:56:54.446] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 27 [11:56:54.446] Files (267) + +Info 27 [11:56:54.446] ----------------------------------------------- +Info 27 [11:56:54.446] Open files: +Info 27 [11:56:54.446] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 27 [11:56:54.446] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27 [11:56:54.446] After ensureProjectForOpenFiles: +Info 28 [11:56:54.446] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 28 [11:56:54.446] Files (132) + +Info 28 [11:56:54.446] ----------------------------------------------- +Info 28 [11:56:54.446] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 28 [11:56:54.446] Files (267) + +Info 28 [11:56:54.446] ----------------------------------------------- +Info 28 [11:56:54.446] Open files: +Info 28 [11:56:54.446] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 28 [11:56:54.446] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 28 [11:56:54.447] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 29 [12:03:00.684] Search path: /home/orion/src/purescript-puppeteer/src +Info 30 [12:03:00.684] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 31 [12:03:00.684] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 31 [12:03:00.685] Files (132) + +Info 31 [12:03:00.685] ----------------------------------------------- +Info 31 [12:03:00.685] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 31 [12:03:00.685] Files (267) + +Info 31 [12:03:00.685] ----------------------------------------------- +Info 31 [12:03:00.685] Open files: +Info 31 [12:03:00.685] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 31 [12:03:00.685] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 31 [12:03:00.685] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 31 [12:03:00.685] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 31 [12:03:00.893] Format host information updated +Info 32 [12:03:00.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 33 [12:03:00.913] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 18.961895000189543ms +Info 34 [12:03:00.913] Different program with same set of files +Info 35 [12:03:02.161] getCompletionData: Get current token: 0.015842000022530556 +Info 36 [12:03:02.161] getCompletionData: Is inside comment: 0.056105000898242 +Info 37 [12:03:02.161] getCompletionData: Get previous token: 0.0310830008238554 +Info 38 [12:03:02.161] getCompletionsAtPosition: isCompletionListBlocker: 0.23980200104415417 +Info 39 [12:03:02.165] getExportInfoMap: cache miss or empty; calculating new results +Info 40 [12:03:02.201] forEachExternalModuleToImportFrom autoImportProvider: 16.710336001589894 +Info 41 [12:03:02.201] getExportInfoMap: done in 36.46999800018966 ms +Info 42 [12:03:02.237] collectAutoImports: resolved 24 module specifiers, plus 219 ambient and 861 from cache +Info 43 [12:03:02.237] collectAutoImports: response is complete +Info 44 [12:03:02.237] collectAutoImports: 35.65025700069964 +Info 45 [12:03:02.237] getCompletionData: Semantic work: 75.68741500005126 +Info 46 [12:03:02.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.375853000208735 +Info 47 [12:03:03.196] Before ensureProjectForOpenFiles: +Info 48 [12:03:03.196] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 48 [12:03:03.196] Files (132) + +Info 48 [12:03:03.196] ----------------------------------------------- +Info 48 [12:03:03.196] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 48 [12:03:03.196] Files (267) + +Info 48 [12:03:03.196] ----------------------------------------------- +Info 48 [12:03:03.196] Open files: +Info 48 [12:03:03.196] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 48 [12:03:03.196] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 48 [12:03:03.196] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 48 [12:03:03.196] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 48 [12:03:03.196] After ensureProjectForOpenFiles: +Info 49 [12:03:03.197] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 49 [12:03:03.197] Files (132) + +Info 49 [12:03:03.197] ----------------------------------------------- +Info 49 [12:03:03.197] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 49 [12:03:03.197] Files (267) + +Info 49 [12:03:03.197] ----------------------------------------------- +Info 49 [12:03:03.197] Open files: +Info 49 [12:03:03.197] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 49 [12:03:03.197] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 49 [12:03:03.197] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 49 [12:03:03.197] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 49 [12:03:03.197] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 50 [12:03:03.578] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 51 [12:03:03.589] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 10.828940000385046ms +Info 52 [12:03:03.589] Different program with same set of files +Info 53 [12:03:03.589] getCompletionData: Get current token: 0.020246999338269234 +Info 54 [12:03:03.590] getCompletionData: Is inside comment: 0.020502999424934387 +Info 55 [12:03:03.590] getCompletionData: Get previous token: 0.01657700166106224 +Info 56 [12:03:03.590] getCompletionsAtPosition: isCompletionListBlocker: 0.0036640018224716187 +Info 57 [12:03:03.591] getExportInfoMap: cache hit +Info 58 [12:03:03.613] collectAutoImports: resolved 2 module specifiers, plus 175 ambient and 1047 from cache +Info 59 [12:03:03.614] collectAutoImports: response is complete +Info 60 [12:03:03.614] collectAutoImports: 22.77370600029826 +Info 61 [12:03:03.614] getCompletionData: Semantic work: 23.744027998298407 +Info 62 [12:03:03.626] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.217181000858545 +Info 63 [12:03:03.630] Format host information updated +Info 64 [12:03:03.639] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 65 [12:03:03.647] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 8.280303999781609ms +Info 66 [12:03:03.647] Different program with same set of files +Info 67 [12:03:03.647] getCompletionData: Get current token: 0.0067270006984472275 +Info 68 [12:03:03.647] getCompletionData: Is inside comment: 0.02049100026488304 +Info 69 [12:03:03.648] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 70 [12:03:03.648] Format host information updated +Info 71 [12:03:03.793] Format host information updated +Info 72 [12:03:03.793] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 73 [12:03:03.804] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 10.578399000689387ms +Info 74 [12:03:03.804] Different program with same set of files +Info 75 [12:03:03.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 76 [12:03:04.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 9.960571998730302ms +Info 77 [12:03:04.008] Different program with same set of files +Info 78 [12:03:04.008] getCompletionData: Get current token: 0.005982000380754471 +Info 79 [12:03:04.008] getCompletionData: Is inside comment: 0.019741998985409737 +Info 80 [12:03:04.008] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 81 [12:03:04.009] Format host information updated +Info 82 [12:03:04.245] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 83 [12:03:04.256] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 10.930066999047995ms +Info 84 [12:03:04.256] Different program with same set of files +Info 85 [12:03:04.256] getCompletionData: Get current token: 0.005557000637054443 +Info 86 [12:03:04.256] getCompletionData: Is inside comment: 0.05646099895238876 +Info 87 [12:03:04.257] getCompletionData: Get previous token: 0.012248000130057335 +Info 88 [12:03:04.257] getCompletionsAtPosition: isCompletionListBlocker: 0.0029489994049072266 +Info 89 [12:03:04.257] getExportInfoMap: cache hit +Info 90 [12:03:04.273] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 91 [12:03:04.273] collectAutoImports: response is complete +Info 92 [12:03:04.274] collectAutoImports: 16.031380999833345 +Info 93 [12:03:04.274] getCompletionData: Semantic work: 16.955614000558853 +Info 94 [12:03:04.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.713848000392318 +Info 95 [12:03:04.290] Format host information updated +Info 96 [12:03:04.404] Format host information updated +Info 97 [12:03:04.404] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 98 [12:03:04.412] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 8.193224001675844ms +Info 99 [12:03:04.412] Different program with same set of files +Info 100 [12:03:04.627] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 101 [12:03:04.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 9.231069000437856ms +Info 102 [12:03:04.636] Different program with same set of files +Info 103 [12:03:04.636] getCompletionData: Get current token: 0.00628800131380558 +Info 104 [12:03:04.636] getCompletionData: Is inside comment: 0.017625000327825546 +Info 105 [12:03:04.636] getCompletionData: Get previous token: 0.012646999210119247 +Info 106 [12:03:04.636] getCompletionsAtPosition: isCompletionListBlocker: 0.017106998711824417 +Info 107 [12:03:04.637] getExportInfoMap: cache hit +Info 108 [12:03:04.652] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 109 [12:03:04.652] collectAutoImports: response is complete +Info 110 [12:03:04.652] collectAutoImports: 14.32065000012517 +Info 111 [12:03:04.652] getCompletionData: Semantic work: 15.287967998534441 +Info 112 [12:03:04.660] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.259021999314427 +Info 113 [12:03:04.666] Format host information updated +Info 114 [12:03:04.675] Format host information updated +Info 115 [12:03:04.675] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 116 [12:03:04.682] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 6.5793430004268885ms +Info 117 [12:03:04.682] Different program with same set of files +Info 118 [12:03:05.037] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 119 [12:03:05.044] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 6.783182999119163ms +Info 120 [12:03:05.044] Different program with same set of files +Info 121 [12:03:05.044] getCompletionData: Get current token: 0.006216999143362045 +Info 122 [12:03:05.044] getCompletionData: Is inside comment: 0.018523000180721283 +Info 123 [12:03:05.044] getCompletionData: Get previous token: 0.013040000572800636 +Info 124 [12:03:05.044] getCompletionsAtPosition: isCompletionListBlocker: 0.01670599915087223 +Info 125 [12:03:05.046] getExportInfoMap: cache hit +Info 126 [12:03:05.060] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 127 [12:03:05.060] collectAutoImports: response is complete +Info 128 [12:03:05.060] collectAutoImports: 13.905588999390602 +Info 129 [12:03:05.060] getCompletionData: Semantic work: 16.404619000852108 +Info 130 [12:03:05.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.075338000431657 +Info 131 [12:03:05.076] Format host information updated +Info 132 [12:03:05.173] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 133 [12:03:05.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 6.518052998930216ms +Info 134 [12:03:05.179] Different program with same set of files +Info 135 [12:03:05.180] getCompletionData: Get current token: 0.0062330011278390884 +Info 136 [12:03:05.180] getCompletionData: Is inside comment: 0.01956299878656864 +Info 137 [12:03:05.180] getCompletionData: Get previous token: 0.013907000422477722 +Info 138 [12:03:05.180] getCompletionsAtPosition: isCompletionListBlocker: 0.003047998994588852 +Info 139 [12:03:05.180] getExportInfoMap: cache hit +Info 140 [12:03:05.193] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 141 [12:03:05.193] collectAutoImports: response is complete +Info 142 [12:03:05.193] collectAutoImports: 12.456337999552488 +Info 143 [12:03:05.193] getCompletionData: Semantic work: 13.310020999982953 +Info 144 [12:03:05.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.242069998756051 +Info 145 [12:03:05.207] Format host information updated +Info 146 [12:03:05.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 147 [12:03:05.257] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 8.753135999664664ms +Info 148 [12:03:05.257] Different program with same set of files +Info 149 [12:03:05.257] getCompletionData: Get current token: 0.015376999974250793 +Info 150 [12:03:05.258] getCompletionData: Is inside comment: 0.029396001249551773 +Info 151 [12:03:05.258] getCompletionData: Get previous token: 0.0243460014462471 +Info 152 [12:03:05.258] getCompletionsAtPosition: isCompletionListBlocker: 0.04842899926006794 +Info 153 [12:03:05.259] getExportInfoMap: cache hit +Info 154 [12:03:05.273] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 155 [12:03:05.273] collectAutoImports: response is complete +Info 156 [12:03:05.273] collectAutoImports: 14.131049999967217 +Info 157 [12:03:05.273] getCompletionData: Semantic work: 15.177757000550628 +Info 158 [12:03:05.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.555689999833703 +Info 159 [12:03:05.287] Format host information updated +Info 160 [12:03:05.517] Format host information updated +Info 161 [12:03:05.518] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 162 [12:03:05.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 9.529292000457644ms +Info 163 [12:03:05.527] Different program with same set of files +Info 164 [12:03:05.772] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 165 [12:03:05.779] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 7.02420499920845ms +Info 166 [12:03:05.780] Different program with same set of files +Info 167 [12:03:05.780] getCompletionData: Get current token: 0.009154999628663063 +Info 168 [12:03:05.780] getCompletionData: Is inside comment: 0.0460049994289875 +Info 169 [12:03:05.780] getCompletionData: Get previous token: 0.044395001605153084 +Info 170 [12:03:05.780] getCompletionsAtPosition: isCompletionListBlocker: 0.0033210013061761856 +Info 171 [12:03:05.781] getExportInfoMap: cache hit +Info 172 [12:03:05.795] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 173 [12:03:05.795] collectAutoImports: response is complete +Info 174 [12:03:05.795] collectAutoImports: 13.616631999611855 +Info 175 [12:03:05.795] getCompletionData: Semantic work: 14.452685000374913 +Info 176 [12:03:05.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.531638000160456 +Info 177 [12:03:05.808] Format host information updated +Info 178 [12:03:05.893] Format host information updated +Info 179 [12:03:05.894] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 180 [12:03:05.919] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 24.953020999208093ms +Info 181 [12:03:05.919] Different program with same set of files +Info 182 [12:03:06.058] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 183 [12:03:06.065] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 6.653481999412179ms +Info 184 [12:03:06.065] Different program with same set of files +Info 185 [12:03:06.065] getCompletionData: Get current token: 0.006401000544428825 +Info 186 [12:03:06.065] getCompletionData: Is inside comment: 0.021097999066114426 +Info 187 [12:03:06.065] getCompletionData: Get previous token: 0.01075500063598156 +Info 188 [12:03:06.065] getCompletionsAtPosition: isCompletionListBlocker: 0.010057998821139336 +Info 189 [12:03:06.066] getExportInfoMap: cache hit +Info 190 [12:03:06.077] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 191 [12:03:06.077] collectAutoImports: response is complete +Info 192 [12:03:06.077] collectAutoImports: 10.836334999650717 +Info 193 [12:03:06.077] getCompletionData: Semantic work: 11.554193001240492 +Info 194 [12:03:06.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.452138999477029 +Info 195 [12:03:06.088] Format host information updated +Info 196 [12:03:06.296] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 197 [12:03:06.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 7.826046999543905ms +Info 198 [12:03:06.304] Different program with same set of files +Info 199 [12:03:06.305] getCompletionData: Get current token: 0.01126600056886673 +Info 200 [12:03:06.305] getCompletionData: Is inside comment: 0.0292930006980896 +Info 201 [12:03:06.305] getCompletionData: Get previous token: 0.010898999869823456 +Info 202 [12:03:06.305] getCompletionsAtPosition: isCompletionListBlocker: 0.009978000074625015 +Info 203 [12:03:06.305] getExportInfoMap: cache hit +Info 204 [12:03:06.318] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 205 [12:03:06.318] collectAutoImports: response is complete +Info 206 [12:03:06.318] collectAutoImports: 12.94455099850893 +Info 207 [12:03:06.318] getCompletionData: Semantic work: 13.659866999834776 +Info 208 [12:03:06.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.282793998718262 +Info 209 [12:03:06.328] Format host information updated +Info 210 [12:03:06.376] Format host information updated +Info 211 [12:03:06.377] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 212 [12:03:06.386] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 9.426740998402238ms +Info 213 [12:03:06.386] Different program with same set of files +Info 214 [12:03:06.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 215 [12:03:06.631] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 7.543325999751687ms +Info 216 [12:03:06.631] Different program with same set of files +Info 217 [12:03:06.631] getCompletionData: Get current token: 0.007087999954819679 +Info 218 [12:03:06.631] getCompletionData: Is inside comment: 0.016560999676585197 +Info 219 [12:03:06.631] getCompletionData: Get previous token: 0.020100999623537064 +Info 220 [12:03:06.631] getCompletionsAtPosition: isCompletionListBlocker: 0.007422998547554016 +Info 221 [12:03:06.632] getExportInfoMap: cache hit +Info 222 [12:03:06.635] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 223 [12:03:06.635] collectAutoImports: response is complete +Info 224 [12:03:06.635] collectAutoImports: 3.8569239992648363 +Info 225 [12:03:06.635] getCompletionData: Semantic work: 4.452905999496579 +Info 226 [12:03:06.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.178236998617649 +Info 227 [12:03:06.639] Format host information updated +Info 228 [12:03:06.809] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 229 [12:03:06.816] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 7.342621998861432ms +Info 230 [12:03:06.817] Different program with same set of files +Info 231 [12:03:06.817] getCompletionData: Get current token: 0.007129000499844551 +Info 232 [12:03:06.817] getCompletionData: Is inside comment: 0.016363000497221947 +Info 233 [12:03:06.817] getCompletionData: Get previous token: 0.018092000856995583 +Info 234 [12:03:06.817] getCompletionsAtPosition: isCompletionListBlocker: 0.0074000004678964615 +Info 235 [12:03:06.817] getExportInfoMap: cache hit +Info 236 [12:03:06.819] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 237 [12:03:06.819] collectAutoImports: response is complete +Info 238 [12:03:06.819] collectAutoImports: 1.2320339996367693 +Info 239 [12:03:06.819] getCompletionData: Semantic work: 1.9299100004136562 +Info 240 [12:03:06.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.017095999792218 +Info 241 [12:03:06.822] Format host information updated +Info 242 [12:03:07.048] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 243 [12:03:07.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 7.205222001299262ms +Info 244 [12:03:07.055] Different program with same set of files +Info 245 [12:03:07.055] getCompletionData: Get current token: 0.007967999204993248 +Info 246 [12:03:07.055] getCompletionData: Is inside comment: 0.018993999809026718 +Info 247 [12:03:07.055] getCompletionData: Get previous token: 0.020325999706983566 +Info 248 [12:03:07.055] getCompletionsAtPosition: isCompletionListBlocker: 0.00647599995136261 +Info 249 [12:03:07.056] getExportInfoMap: cache hit +Info 250 [12:03:07.057] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 251 [12:03:07.057] collectAutoImports: response is complete +Info 252 [12:03:07.057] collectAutoImports: 1.3747559990733862 +Info 253 [12:03:07.057] getCompletionData: Semantic work: 1.9466340001672506 +Info 254 [12:03:07.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9586549997329712 +Info 255 [12:03:07.060] Format host information updated +Info 256 [12:03:07.181] Format host information updated +Info 257 [12:03:07.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 258 [12:03:07.188] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 6.710241999477148ms +Info 259 [12:03:07.188] Different program with same set of files +Info 260 [12:03:08.025] Format host information updated +Info 261 [12:03:08.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 262 [12:03:08.032] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 6.582962000742555ms +Info 263 [12:03:08.032] Different program with same set of files +Info 264 [12:03:09.822] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 265 [12:03:09.829] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 6.7327319998294115ms +Info 266 [12:03:09.829] Different program with same set of files +Info 267 [12:03:09.829] getCompletionData: Get current token: 0.00860300101339817 +Info 268 [12:03:09.829] getCompletionData: Is inside comment: 0.0021000001579523087 +Info 269 [12:03:09.829] getCompletionData: Get previous token: 0.01620900072157383 +Info 270 [12:03:09.829] getCompletionsAtPosition: isCompletionListBlocker: 0.003087000921368599 +Info 271 [12:03:09.830] getExportInfoMap: cache hit +Info 272 [12:03:09.843] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 273 [12:03:09.843] collectAutoImports: response is complete +Info 274 [12:03:09.843] collectAutoImports: 13.67106799967587 +Info 275 [12:03:09.843] getCompletionData: Semantic work: 14.253462001681328 +Info 276 [12:03:09.849] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.880573000758886 +Info 277 [12:03:09.852] Format host information updated +Info 278 [12:03:09.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 279 [12:03:09.891] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 8.158375998958945ms +Info 280 [12:03:09.891] Different program with same set of files +Info 281 [12:03:09.891] getCompletionData: Get current token: 0.009011998772621155 +Info 282 [12:03:09.891] getCompletionData: Is inside comment: 0.0026040002703666687 +Info 283 [12:03:09.891] getCompletionData: Get previous token: 0.02232399955391884 +Info 284 [12:03:09.891] getCompletionsAtPosition: isCompletionListBlocker: 0.008989999070763588 +Info 285 [12:03:09.892] getExportInfoMap: cache hit +Info 286 [12:03:09.910] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 287 [12:03:09.910] collectAutoImports: response is complete +Info 288 [12:03:09.910] collectAutoImports: 18.466166000813246 +Info 289 [12:03:09.910] getCompletionData: Semantic work: 19.299847999587655 +Info 290 [12:03:09.916] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9459950011223555 +Info 291 [12:03:09.919] Format host information updated +Info 292 [12:03:10.012] Format host information updated +Info 293 [12:03:10.013] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 294 [12:03:10.037] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 24.35474899969995ms +Info 295 [12:03:10.037] Different program with same set of files +Info 296 [12:03:10.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 297 [12:03:10.147] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 8.535571999847889ms +Info 298 [12:03:10.147] Different program with same set of files +Info 299 [12:03:10.148] getCompletionData: Get current token: 0.009945999830961227 +Info 300 [12:03:10.148] getCompletionData: Is inside comment: 0.0020879991352558136 +Info 301 [12:03:10.148] getCompletionData: Get previous token: 0.018326999619603157 +Info 302 [12:03:10.148] getCompletionsAtPosition: isCompletionListBlocker: 0.008021000772714615 +Info 303 [12:03:10.148] getExportInfoMap: cache hit +Info 304 [12:03:10.160] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 305 [12:03:10.160] collectAutoImports: response is complete +Info 306 [12:03:10.160] collectAutoImports: 11.800793999806046 +Info 307 [12:03:10.160] getCompletionData: Semantic work: 12.45644100010395 +Info 308 [12:03:10.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7962180003523827 +Info 309 [12:03:10.169] Format host information updated +Info 310 [12:03:10.318] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 311 [12:03:10.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 30.274183999747038ms +Info 312 [12:03:10.348] Different program with same set of files +Info 313 [12:03:10.349] getCompletionData: Get current token: 0.04069099947810173 +Info 314 [12:03:10.349] getCompletionData: Is inside comment: 0.008106999099254608 +Info 315 [12:03:10.349] getCompletionData: Get previous token: 0.08713900111615658 +Info 316 [12:03:10.350] getCompletionsAtPosition: isCompletionListBlocker: 0.10829399898648262 +Info 317 [12:03:10.352] getExportInfoMap: cache hit +Info 318 [12:03:10.379] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 319 [12:03:10.379] collectAutoImports: response is complete +Info 320 [12:03:10.379] collectAutoImports: 26.80637300014496 +Info 321 [12:03:10.379] getCompletionData: Semantic work: 29.389984000474215 +Info 322 [12:03:10.384] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.158633001148701 +Info 323 [12:03:10.388] Format host information updated +Info 324 [12:03:10.401] Format host information updated +Info 325 [12:03:10.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 326 [12:03:10.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 6.297487000003457ms +Info 327 [12:03:10.408] Different program with same set of files +Info 328 [12:03:11.064] Format host information updated +Info 329 [12:03:11.064] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 330 [12:03:11.073] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 8.586047999560833ms +Info 331 [12:03:11.073] Different program with same set of files +Info 332 [12:03:12.073] getCompletionData: Get current token: 0.008663000538945198 +Info 333 [12:03:12.074] getCompletionData: Is inside comment: 0.01217000000178814 +Info 334 [12:03:12.074] getCompletionData: Get previous token: 0.009204000234603882 +Info 335 [12:03:12.074] getCompletionsAtPosition: isCompletionListBlocker: 0.010797999799251556 +Info 336 [12:03:12.074] getExportInfoMap: cache hit +Info 337 [12:03:12.089] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 338 [12:03:12.089] collectAutoImports: response is complete +Info 339 [12:03:12.089] collectAutoImports: 14.203973999246955 +Info 340 [12:03:12.089] getCompletionData: Semantic work: 14.958715001121163 +Info 341 [12:03:12.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.839521000161767 +Info 342 [12:03:12.433] Format host information updated +Info 343 [12:03:12.433] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 344 [12:03:12.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 6.750124000012875ms +Info 345 [12:03:12.440] Different program with same set of files +Info 346 [12:03:12.581] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 347 [12:03:12.587] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 6.310613999143243ms +Info 348 [12:03:12.587] Different program with same set of files +Info 349 [12:03:12.588] getCompletionData: Get current token: 0.00790099985897541 +Info 350 [12:03:12.588] getCompletionData: Is inside comment: 0.012557998299598694 +Info 351 [12:03:12.588] getCompletionData: Get previous token: 0.00993799977004528 +Info 352 [12:03:12.588] getCompletionsAtPosition: isCompletionListBlocker: 0.0027789995074272156 +Info 353 [12:03:12.588] getExportInfoMap: cache hit +Info 354 [12:03:12.600] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 355 [12:03:12.600] collectAutoImports: response is complete +Info 356 [12:03:12.600] collectAutoImports: 12.185367001220584 +Info 357 [12:03:12.600] getCompletionData: Semantic work: 12.720552999526262 +Info 358 [12:03:12.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7989259995520115 +Info 359 [12:03:12.607] Format host information updated +Info 360 [12:03:13.049] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 361 [12:03:13.055] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 6.456170000135899ms +Info 362 [12:03:13.055] Different program with same set of files +Info 363 [12:03:13.056] getCompletionData: Get current token: 0.005859998986124992 +Info 364 [12:03:13.056] getCompletionData: Is inside comment: 0.012181999161839485 +Info 365 [12:03:13.056] getCompletionData: Get previous token: 0.017961999401450157 +Info 366 [12:03:13.056] getCompletionsAtPosition: isCompletionListBlocker: 0.003015998750925064 +Info 367 [12:03:13.056] getExportInfoMap: cache hit +Info 368 [12:03:13.060] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 17 from cache +Info 369 [12:03:13.060] collectAutoImports: response is complete +Info 370 [12:03:13.060] collectAutoImports: 3.467077000066638 +Info 371 [12:03:13.060] getCompletionData: Semantic work: 4.167114999145269 +Info 372 [12:03:13.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3684539999812841 +Info 373 [12:03:13.062] Format host information updated +Info 374 [12:03:13.284] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 375 [12:03:13.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 6.475560000166297ms +Info 376 [12:03:13.291] Different program with same set of files +Info 377 [12:03:13.291] getCompletionData: Get current token: 0.005403000861406326 +Info 378 [12:03:13.291] getCompletionData: Is inside comment: 0.011073999106884003 +Info 379 [12:03:13.291] getCompletionData: Get previous token: 0.01657100021839142 +Info 380 [12:03:13.291] getCompletionsAtPosition: isCompletionListBlocker: 0.0031390003859996796 +Info 381 [12:03:13.291] getExportInfoMap: cache hit +Info 382 [12:03:13.293] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 383 [12:03:13.293] collectAutoImports: response is complete +Info 384 [12:03:13.293] collectAutoImports: 1.247944001108408 +Info 385 [12:03:13.293] getCompletionData: Semantic work: 1.8736290000379086 +Info 386 [12:03:13.294] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8955830000340939 +Info 387 [12:03:13.294] Format host information updated +Info 388 [12:03:13.626] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 389 [12:03:13.633] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 6.485136998817325ms +Info 390 [12:03:13.633] Different program with same set of files +Info 391 [12:03:13.633] getCompletionData: Get current token: 0.006834998726844788 +Info 392 [12:03:13.633] getCompletionData: Is inside comment: 0.01317100040614605 +Info 393 [12:03:13.633] getCompletionData: Get previous token: 0.04108700156211853 +Info 394 [12:03:13.633] getCompletionsAtPosition: isCompletionListBlocker: 0.006346000358462334 +Info 395 [12:03:13.634] getExportInfoMap: cache hit +Info 396 [12:03:13.637] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 17 from cache +Info 397 [12:03:13.637] collectAutoImports: response is complete +Info 398 [12:03:13.637] collectAutoImports: 2.9324260000139475 +Info 399 [12:03:13.637] getCompletionData: Semantic work: 3.636532001197338 +Info 400 [12:03:13.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4117649998515844 +Info 401 [12:03:13.639] Format host information updated +Info 402 [12:03:13.714] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 403 [12:03:13.721] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 6.53295199945569ms +Info 404 [12:03:13.721] Different program with same set of files +Info 405 [12:03:13.721] getCompletionData: Get current token: 0.006873998790979385 +Info 406 [12:03:13.721] getCompletionData: Is inside comment: 0.015370000153779984 +Info 407 [12:03:13.721] getCompletionData: Get previous token: 0.01129000075161457 +Info 408 [12:03:13.721] getCompletionsAtPosition: isCompletionListBlocker: 0.008796000853180885 +Info 409 [12:03:13.722] getExportInfoMap: cache hit +Info 410 [12:03:13.735] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 411 [12:03:13.735] collectAutoImports: response is complete +Info 412 [12:03:13.735] collectAutoImports: 13.066432001069188 +Info 413 [12:03:13.735] getCompletionData: Semantic work: 13.841764999553561 +Info 414 [12:03:13.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.190796999260783 +Info 415 [12:03:13.743] Format host information updated +Info 416 [12:03:13.805] Format host information updated +Info 417 [12:03:13.805] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 418 [12:03:13.822] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 16.33013099990785ms +Info 419 [12:03:13.822] Different program with same set of files +Info 420 [12:03:13.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 421 [12:03:14.000] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 6.828012000769377ms +Info 422 [12:03:14.000] Different program with same set of files +Info 423 [12:03:14.000] getCompletionData: Get current token: 0.007822001352906227 +Info 424 [12:03:14.000] getCompletionData: Is inside comment: 0.012524999678134918 +Info 425 [12:03:14.000] getCompletionData: Get previous token: 0.010607998818159103 +Info 426 [12:03:14.000] getCompletionsAtPosition: isCompletionListBlocker: 0.008152000606060028 +Info 427 [12:03:14.001] getExportInfoMap: cache hit +Info 428 [12:03:14.011] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 429 [12:03:14.011] collectAutoImports: response is complete +Info 430 [12:03:14.011] collectAutoImports: 9.862952001392841 +Info 431 [12:03:14.011] getCompletionData: Semantic work: 10.547289999201894 +Info 432 [12:03:14.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4807689990848303 +Info 433 [12:03:14.019] Format host information updated +Info 434 [12:03:14.189] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 435 [12:03:14.195] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 6.369909999892116ms +Info 436 [12:03:14.195] Different program with same set of files +Info 437 [12:03:14.195] getCompletionData: Get current token: 0.011069001629948616 +Info 438 [12:03:14.195] getCompletionData: Is inside comment: 0.01522199995815754 +Info 439 [12:03:14.196] getCompletionData: Get previous token: 0.012957999482750893 +Info 440 [12:03:14.196] getCompletionsAtPosition: isCompletionListBlocker: 0.008455999195575714 +Info 441 [12:03:14.196] getExportInfoMap: cache hit +Info 442 [12:03:14.208] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 443 [12:03:14.208] collectAutoImports: response is complete +Info 444 [12:03:14.208] collectAutoImports: 11.709003001451492 +Info 445 [12:03:14.208] getCompletionData: Semantic work: 12.385894998908043 +Info 446 [12:03:14.214] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.3596000000834465 +Info 447 [12:03:14.217] Format host information updated +Info 448 [12:03:14.279] Format host information updated +Info 449 [12:03:14.279] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 450 [12:03:14.294] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 14.954245001077652ms +Info 451 [12:03:14.294] Different program with same set of files +Info 452 [12:03:15.336] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 453 [12:03:15.345] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 7.993101000785828ms +Info 454 [12:03:15.345] Different program with same set of files +Info 455 [12:03:15.345] getCompletionData: Get current token: 0.010221000760793686 +Info 456 [12:03:15.345] getCompletionData: Is inside comment: 0.015824001282453537 +Info 457 [12:03:15.345] getCompletionData: Get previous token: 0.012714000418782234 +Info 458 [12:03:15.345] getCompletionsAtPosition: isCompletionListBlocker: 0.003747999668121338 +Info 459 [12:03:15.345] getExportInfoMap: cache hit +Info 460 [12:03:15.356] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 461 [12:03:15.356] collectAutoImports: response is complete +Info 462 [12:03:15.356] collectAutoImports: 10.810155000537634 +Info 463 [12:03:15.356] getCompletionData: Semantic work: 11.48599199950695 +Info 464 [12:03:15.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5582149997353554 +Info 465 [12:03:15.364] Format host information updated +Info 466 [12:03:15.395] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 467 [12:03:15.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 6.600610999390483ms +Info 468 [12:03:15.402] Different program with same set of files +Info 469 [12:03:15.402] getCompletionData: Get current token: 0.005265001207590103 +Info 470 [12:03:15.402] getCompletionData: Is inside comment: 0.012872999534010887 +Info 471 [12:03:15.402] getCompletionData: Get previous token: 0.009398000314831734 +Info 472 [12:03:15.402] getCompletionsAtPosition: isCompletionListBlocker: 0.007652001455426216 +Info 473 [12:03:15.403] getExportInfoMap: cache hit +Info 474 [12:03:15.412] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 475 [12:03:15.412] collectAutoImports: response is complete +Info 476 [12:03:15.412] collectAutoImports: 9.008941000327468 +Info 477 [12:03:15.412] getCompletionData: Semantic work: 9.627264000475407 +Info 478 [12:03:15.415] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8577330000698566 +Info 479 [12:03:15.419] Format host information updated +Info 480 [12:03:15.520] Format host information updated +Info 481 [12:03:15.520] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 482 [12:03:15.527] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 6.399009000509977ms +Info 483 [12:03:15.527] Different program with same set of files +Info 484 [12:03:15.621] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 485 [12:03:15.627] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 6.066562999039888ms +Info 486 [12:03:15.627] Different program with same set of files +Info 487 [12:03:15.627] getCompletionData: Get current token: 0.009393000975251198 +Info 488 [12:03:15.627] getCompletionData: Is inside comment: 0.014395000413060188 +Info 489 [12:03:15.627] getCompletionData: Get previous token: 0.011872000992298126 +Info 490 [12:03:15.627] getCompletionsAtPosition: isCompletionListBlocker: 0.007772000506520271 +Info 491 [12:03:15.628] getExportInfoMap: cache hit +Info 492 [12:03:15.639] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 493 [12:03:15.639] collectAutoImports: response is complete +Info 494 [12:03:15.640] collectAutoImports: 11.810304999351501 +Info 495 [12:03:15.640] getCompletionData: Semantic work: 12.42926900088787 +Info 496 [12:03:15.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.414215000346303 +Info 497 [12:03:15.646] Format host information updated +Info 498 [12:03:15.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 499 [12:03:15.852] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 7.528538001701236ms +Info 500 [12:03:15.853] Different program with same set of files +Info 501 [12:03:15.853] getCompletionData: Get current token: 0.009407000616192818 +Info 502 [12:03:15.853] getCompletionData: Is inside comment: 0.0135670006275177 +Info 503 [12:03:15.853] getCompletionData: Get previous token: 0.051868999376893044 +Info 504 [12:03:15.853] getCompletionsAtPosition: isCompletionListBlocker: 0.01440500095486641 +Info 505 [12:03:15.854] getExportInfoMap: cache hit +Info 506 [12:03:15.863] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 507 [12:03:15.863] collectAutoImports: response is complete +Info 508 [12:03:15.863] collectAutoImports: 9.765765000134706 +Info 509 [12:03:15.863] getCompletionData: Semantic work: 10.5539670009166 +Info 510 [12:03:15.867] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6227620001882315 +Info 511 [12:03:15.871] Format host information updated +Info 512 [12:03:16.692] getCompletionData: Get current token: 0.0036059990525245667 +Info 513 [12:03:16.692] getCompletionData: Is inside comment: 0.010893000289797783 +Info 514 [12:03:16.692] getCompletionData: Get previous token: 0.015146000310778618 +Info 515 [12:03:16.692] getCompletionsAtPosition: isCompletionListBlocker: 0.003074999898672104 +Info 516 [12:03:16.693] getCompletionData: Semantic work: 0.9255440011620522 +Info 517 [12:03:16.693] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2432439997792244 +Info 518 [12:03:16.791] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 519 [12:03:16.798] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 6.474227000027895ms +Info 520 [12:03:16.798] Different program with same set of files +Info 521 [12:03:16.798] getCompletionData: Get current token: 0.0038090012967586517 +Info 522 [12:03:16.798] getCompletionData: Is inside comment: 0.011792998760938644 +Info 523 [12:03:16.798] getCompletionData: Get previous token: 0.008546000346541405 +Info 524 [12:03:16.798] getCompletionsAtPosition: isCompletionListBlocker: 0.00311100110411644 +Info 525 [12:03:16.798] getExportInfoMap: cache hit +Info 526 [12:03:16.810] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 527 [12:03:16.810] collectAutoImports: response is complete +Info 528 [12:03:16.810] collectAutoImports: 11.343102000653744 +Info 529 [12:03:16.810] getCompletionData: Semantic work: 11.881836000829935 +Info 530 [12:03:16.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.003762001171708 +Info 531 [12:03:16.816] Format host information updated +Info 532 [12:03:17.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 533 [12:03:17.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 12.302327001467347ms +Info 534 [12:03:17.151] Different program with same set of files +Info 535 [12:03:17.151] getCompletionData: Get current token: 0.007347000762820244 +Info 536 [12:03:17.151] getCompletionData: Is inside comment: 0.022578999400138855 +Info 537 [12:03:17.151] getCompletionData: Get previous token: 0.032666999846696854 +Info 538 [12:03:17.152] getCompletionsAtPosition: isCompletionListBlocker: 0.005108000710606575 +Info 539 [12:03:17.153] getExportInfoMap: cache hit +Info 540 [12:03:17.160] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 17 from cache +Info 541 [12:03:17.160] collectAutoImports: response is complete +Info 542 [12:03:17.160] collectAutoImports: 7.2641599997878075 +Info 543 [12:03:17.160] getCompletionData: Semantic work: 8.701966000720859 +Info 544 [12:03:17.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.31394200026989 +Info 545 [12:03:17.166] Format host information updated +Info 546 [12:03:17.489] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 547 [12:03:17.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 8.488859999924898ms +Info 548 [12:03:17.497] Different program with same set of files +Info 549 [12:03:17.497] getCompletionData: Get current token: 0.005661001428961754 +Info 550 [12:03:17.497] getCompletionData: Is inside comment: 0.011531000956892967 +Info 551 [12:03:17.498] getCompletionData: Get previous token: 0.016742000356316566 +Info 552 [12:03:17.498] getCompletionsAtPosition: isCompletionListBlocker: 0.002878999337553978 +Info 553 [12:03:17.498] getExportInfoMap: cache hit +Info 554 [12:03:17.500] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 555 [12:03:17.500] collectAutoImports: response is complete +Info 556 [12:03:17.500] collectAutoImports: 1.6466010008007288 +Info 557 [12:03:17.500] getCompletionData: Semantic work: 2.2527139987796545 +Info 558 [12:03:17.501] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1466309987008572 +Info 559 [12:03:17.502] Format host information updated +Info 560 [12:03:17.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 561 [12:03:17.774] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 11.680564001202583ms +Info 562 [12:03:17.774] Different program with same set of files +Info 563 [12:03:17.774] getCompletionData: Get current token: 0.006039999425411224 +Info 564 [12:03:17.774] getCompletionData: Is inside comment: 0.018048999831080437 +Info 565 [12:03:17.774] getCompletionData: Get previous token: 0.026545999571681023 +Info 566 [12:03:17.774] getCompletionsAtPosition: isCompletionListBlocker: 0.004106000065803528 +Info 567 [12:03:17.775] getExportInfoMap: cache hit +Info 568 [12:03:17.779] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 17 from cache +Info 569 [12:03:17.780] collectAutoImports: response is complete +Info 570 [12:03:17.780] collectAutoImports: 4.38502399995923 +Info 571 [12:03:17.780] getCompletionData: Semantic work: 5.397642999887466 +Info 572 [12:03:17.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6969900000840425 +Info 573 [12:03:17.783] Format host information updated +Info 574 [12:03:17.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 575 [12:03:17.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 6.616697998717427ms +Info 576 [12:03:17.861] Different program with same set of files +Info 577 [12:03:17.861] getCompletionData: Get current token: 0.004292000085115433 +Info 578 [12:03:17.861] getCompletionData: Is inside comment: 0.013591000810265541 +Info 579 [12:03:17.861] getCompletionData: Get previous token: 0.009136000648140907 +Info 580 [12:03:17.862] getCompletionsAtPosition: isCompletionListBlocker: 0.0973650012165308 +Info 581 [12:03:17.862] getExportInfoMap: cache hit +Info 582 [12:03:17.876] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 583 [12:03:17.876] collectAutoImports: response is complete +Info 584 [12:03:17.876] collectAutoImports: 13.961797999218106 +Info 585 [12:03:17.876] getCompletionData: Semantic work: 14.647727999836206 +Info 586 [12:03:17.880] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7159790005534887 +Info 587 [12:03:17.883] Format host information updated +Info 588 [12:03:19.617] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 589 [12:03:19.625] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 7.914249001070857ms +Info 590 [12:03:19.625] Different program with same set of files +Info 591 [12:03:19.626] getCompletionData: Get current token: 0.006078001111745834 +Info 592 [12:03:19.626] getCompletionData: Is inside comment: 0.0014440007507801056 +Info 593 [12:03:19.626] getCompletionData: Get previous token: 0.0112139992415905 +Info 594 [12:03:19.626] getCompletionsAtPosition: isCompletionListBlocker: 0.011202000081539154 +Info 595 [12:03:19.626] getExportInfoMap: cache hit +Info 596 [12:03:19.638] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 597 [12:03:19.638] collectAutoImports: response is complete +Info 598 [12:03:19.638] collectAutoImports: 11.07014299929142 +Info 599 [12:03:19.638] getCompletionData: Semantic work: 11.907110000029206 +Info 600 [12:03:19.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4871910009533167 +Info 601 [12:03:19.645] Format host information updated +Info 602 [12:03:20.241] Format host information updated +Info 603 [12:03:20.241] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 604 [12:03:20.248] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 6.282836999744177ms +Info 605 [12:03:20.248] Different program with same set of files +Info 606 [12:03:20.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 607 [12:03:20.356] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 7.759258000180125ms +Info 608 [12:03:20.356] Different program with same set of files +Info 609 [12:03:20.356] getCompletionData: Get current token: 0.01019899919629097 +Info 610 [12:03:20.356] getCompletionData: Is inside comment: 0.002025000751018524 +Info 611 [12:03:20.356] getCompletionData: Get previous token: 0.015130000188946724 +Info 612 [12:03:20.356] getCompletionsAtPosition: isCompletionListBlocker: 0.008300000801682472 +Info 613 [12:03:20.357] getExportInfoMap: cache hit +Info 614 [12:03:20.368] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 615 [12:03:20.368] collectAutoImports: response is complete +Info 616 [12:03:20.368] collectAutoImports: 11.087447999045253 +Info 617 [12:03:20.368] getCompletionData: Semantic work: 11.724396999925375 +Info 618 [12:03:20.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.805096998810768 +Info 619 [12:03:20.376] Format host information updated +Info 620 [12:03:20.635] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 621 [12:03:20.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 6.820182999596ms +Info 622 [12:03:20.642] Different program with same set of files +Info 623 [12:03:20.642] getCompletionData: Get current token: 0.005831001326441765 +Info 624 [12:03:20.642] getCompletionData: Is inside comment: 0.0014200005680322647 +Info 625 [12:03:20.642] getCompletionData: Get previous token: 0.015345999971032143 +Info 626 [12:03:20.642] getCompletionsAtPosition: isCompletionListBlocker: 0.0035440009087324142 +Info 627 [12:03:20.642] getExportInfoMap: cache hit +Info 628 [12:03:20.644] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 629 [12:03:20.644] collectAutoImports: response is complete +Info 630 [12:03:20.644] collectAutoImports: 1.4512869995087385 +Info 631 [12:03:20.644] getCompletionData: Semantic work: 2.1474400013685226 +Info 632 [12:03:20.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0331820007413626 +Info 633 [12:03:20.646] Format host information updated +Info 634 [12:03:20.940] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 635 [12:03:20.948] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 7.632125001400709ms +Info 636 [12:03:20.948] Different program with same set of files +Info 637 [12:03:20.948] getCompletionData: Get current token: 0.006253000348806381 +Info 638 [12:03:20.948] getCompletionData: Is inside comment: 0.0017889998853206635 +Info 639 [12:03:20.948] getCompletionData: Get previous token: 0.01677899993956089 +Info 640 [12:03:20.948] getCompletionsAtPosition: isCompletionListBlocker: 0.009320000186562538 +Info 641 [12:03:20.949] getExportInfoMap: cache hit +Info 642 [12:03:20.964] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 643 [12:03:20.964] collectAutoImports: response is complete +Info 644 [12:03:20.964] collectAutoImports: 15.388786999508739 +Info 645 [12:03:20.964] getCompletionData: Semantic work: 16.175525000318885 +Info 646 [12:03:20.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.072797998785973 +Info 647 [12:03:20.972] Format host information updated +Info 648 [12:03:21.242] Format host information updated +Info 649 [12:03:21.242] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 650 [12:03:21.249] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 6.0919870007783175ms +Info 651 [12:03:21.249] Different program with same set of files +Info 652 [12:03:21.361] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 653 [12:03:21.367] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 6.117915999144316ms +Info 654 [12:03:21.367] Different program with same set of files +Info 655 [12:03:21.367] getCompletionData: Get current token: 0.010472999885678291 +Info 656 [12:03:21.367] getCompletionData: Is inside comment: 0.002203000709414482 +Info 657 [12:03:21.367] getCompletionData: Get previous token: 0.01559399999678135 +Info 658 [12:03:21.367] getCompletionsAtPosition: isCompletionListBlocker: 0.011964000761508942 +Info 659 [12:03:21.368] getExportInfoMap: cache hit +Info 660 [12:03:21.379] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 661 [12:03:21.379] collectAutoImports: response is complete +Info 662 [12:03:21.379] collectAutoImports: 10.672620998695493 +Info 663 [12:03:21.379] getCompletionData: Semantic work: 11.276635000482202 +Info 664 [12:03:21.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.624890001490712 +Info 665 [12:03:21.387] Format host information updated +Info 666 [12:03:21.610] Format host information updated +Info 667 [12:03:21.610] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 668 [12:03:21.616] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 6.1023229993879795ms +Info 669 [12:03:21.616] Different program with same set of files +Info 670 [12:03:21.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 671 [12:03:21.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 5.972145000472665ms +Info 672 [12:03:21.838] Different program with same set of files +Info 673 [12:03:21.839] getCompletionData: Get current token: 0.005922000855207443 +Info 674 [12:03:21.839] getCompletionData: Is inside comment: 0.001552000641822815 +Info 675 [12:03:21.839] getCompletionData: Get previous token: 0.009097998961806297 +Info 676 [12:03:21.839] getCompletionsAtPosition: isCompletionListBlocker: 0.003016998991370201 +Info 677 [12:03:21.839] getExportInfoMap: cache hit +Info 678 [12:03:21.850] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 679 [12:03:21.850] collectAutoImports: response is complete +Info 680 [12:03:21.850] collectAutoImports: 10.823462000116706 +Info 681 [12:03:21.850] getCompletionData: Semantic work: 11.355702999979258 +Info 682 [12:03:21.853] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.313451999798417 +Info 683 [12:03:21.856] Format host information updated +Info 684 [12:03:22.085] Format host information updated +Info 685 [12:03:22.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 686 [12:03:22.093] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 7.154957000166178ms +Info 687 [12:03:22.093] Different program with same set of files +Info 688 [12:03:22.223] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 689 [12:03:22.233] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 9.744218999519944ms +Info 690 [12:03:22.233] Different program with same set of files +Info 691 [12:03:22.233] getCompletionData: Get current token: 0.011474000290036201 +Info 692 [12:03:22.233] getCompletionData: Is inside comment: 0.002204999327659607 +Info 693 [12:03:22.233] getCompletionData: Get previous token: 0.016652999445796013 +Info 694 [12:03:22.233] getCompletionsAtPosition: isCompletionListBlocker: 0.009350001811981201 +Info 695 [12:03:22.234] getExportInfoMap: cache hit +Info 696 [12:03:22.249] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 697 [12:03:22.249] collectAutoImports: response is complete +Info 698 [12:03:22.249] collectAutoImports: 15.51057600043714 +Info 699 [12:03:22.249] getCompletionData: Semantic work: 16.240508999675512 +Info 700 [12:03:22.275] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 25.61501100100577 +Info 701 [12:03:22.278] Format host information updated +Info 702 [12:03:22.486] Format host information updated +Info 703 [12:03:22.486] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 704 [12:03:22.495] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 8.526171999052167ms +Info 705 [12:03:22.495] Different program with same set of files +Info 706 [12:03:22.634] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 707 [12:03:22.640] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 6.134144000709057ms +Info 708 [12:03:22.640] Different program with same set of files +Info 709 [12:03:22.641] getCompletionData: Get current token: 0.00676799938082695 +Info 710 [12:03:22.641] getCompletionData: Is inside comment: 0.0016740001738071442 +Info 711 [12:03:22.641] getCompletionData: Get previous token: 0.02028600126504898 +Info 712 [12:03:22.641] getCompletionsAtPosition: isCompletionListBlocker: 0.0029969997704029083 +Info 713 [12:03:22.641] getExportInfoMap: cache hit +Info 714 [12:03:22.654] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 715 [12:03:22.654] collectAutoImports: response is complete +Info 716 [12:03:22.654] collectAutoImports: 12.51642599888146 +Info 717 [12:03:22.654] getCompletionData: Semantic work: 13.059328000992537 +Info 718 [12:03:22.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.15119899995625 +Info 719 [12:03:22.661] Format host information updated +Info 720 [12:03:22.854] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 721 [12:03:22.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 6.867378998547792ms +Info 722 [12:03:22.861] Different program with same set of files +Info 723 [12:03:22.861] getCompletionData: Get current token: 0.007168000563979149 +Info 724 [12:03:22.861] getCompletionData: Is inside comment: 0.001698000356554985 +Info 725 [12:03:22.861] getCompletionData: Get previous token: 0.012160999700427055 +Info 726 [12:03:22.861] getCompletionsAtPosition: isCompletionListBlocker: 0.008708998560905457 +Info 727 [12:03:22.862] getExportInfoMap: cache hit +Info 728 [12:03:22.875] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 729 [12:03:22.875] collectAutoImports: response is complete +Info 730 [12:03:22.875] collectAutoImports: 13.366437999531627 +Info 731 [12:03:22.875] getCompletionData: Semantic work: 14.356597000733018 +Info 732 [12:03:22.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7515399996191263 +Info 733 [12:03:22.882] Format host information updated +Info 734 [12:03:22.993] Format host information updated +Info 735 [12:03:22.993] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 736 [12:03:22.999] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 6.330284001305699ms +Info 737 [12:03:22.999] Different program with same set of files +Info 738 [12:03:23.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 739 [12:03:23.146] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 6.67399699985981ms +Info 740 [12:03:23.146] Different program with same set of files +Info 741 [12:03:23.146] getCompletionData: Get current token: 0.007451999932527542 +Info 742 [12:03:23.146] getCompletionData: Is inside comment: 0.0015940014272928238 +Info 743 [12:03:23.146] getCompletionData: Get previous token: 0.013061000034213066 +Info 744 [12:03:23.146] getCompletionsAtPosition: isCompletionListBlocker: 0.003409000113606453 +Info 745 [12:03:23.146] getExportInfoMap: cache hit +Info 746 [12:03:23.157] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 747 [12:03:23.157] collectAutoImports: response is complete +Info 748 [12:03:23.157] collectAutoImports: 10.288991000503302 +Info 749 [12:03:23.157] getCompletionData: Semantic work: 10.79907799884677 +Info 750 [12:03:23.161] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1226510014384985 +Info 751 [12:03:23.166] Format host information updated +Info 752 [12:03:23.198] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 753 [12:03:23.205] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 6.353376999497414ms +Info 754 [12:03:23.205] Different program with same set of files +Info 755 [12:03:23.205] getCompletionData: Get current token: 0.005656000226736069 +Info 756 [12:03:23.205] getCompletionData: Is inside comment: 0.0016619991511106491 +Info 757 [12:03:23.205] getCompletionData: Get previous token: 0.015633000060915947 +Info 758 [12:03:23.205] getCompletionsAtPosition: isCompletionListBlocker: 0.007609998807311058 +Info 759 [12:03:23.206] getExportInfoMap: cache hit +Info 760 [12:03:23.216] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 761 [12:03:23.216] collectAutoImports: response is complete +Info 762 [12:03:23.216] collectAutoImports: 10.648847000673413 +Info 763 [12:03:23.216] getCompletionData: Semantic work: 11.239145999774337 +Info 764 [12:03:23.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.831297999247909 +Info 765 [12:03:23.225] Format host information updated +Info 766 [12:03:23.306] Format host information updated +Info 767 [12:03:23.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 768 [12:03:23.330] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 23.231912998482585ms +Info 769 [12:03:23.330] Different program with same set of files +Info 770 [12:03:23.421] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 771 [12:03:23.430] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 8.584418999031186ms +Info 772 [12:03:23.430] Different program with same set of files +Info 773 [12:03:23.430] getCompletionData: Get current token: 0.011073999106884003 +Info 774 [12:03:23.430] getCompletionData: Is inside comment: 0.002218000590801239 +Info 775 [12:03:23.430] getCompletionData: Get previous token: 0.02027999982237816 +Info 776 [12:03:23.430] getCompletionsAtPosition: isCompletionListBlocker: 0.009808998554944992 +Info 777 [12:03:23.431] getExportInfoMap: cache hit +Info 778 [12:03:23.444] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 779 [12:03:23.444] collectAutoImports: response is complete +Info 780 [12:03:23.444] collectAutoImports: 13.269251000136137 +Info 781 [12:03:23.444] getCompletionData: Semantic work: 13.974109999835491 +Info 782 [12:03:23.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.317534999921918 +Info 783 [12:03:23.452] Format host information updated +Info 784 [12:03:23.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 785 [12:03:23.623] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 24.38867000117898ms +Info 786 [12:03:23.623] Different program with same set of files +Info 787 [12:03:23.624] getCompletionData: Get current token: 0.02862199954688549 +Info 788 [12:03:23.624] getCompletionData: Is inside comment: 0.0051840003579854965 +Info 789 [12:03:23.624] getCompletionData: Get previous token: 0.04512999951839447 +Info 790 [12:03:23.624] getCompletionsAtPosition: isCompletionListBlocker: 0.03592600114643574 +Info 791 [12:03:23.626] getExportInfoMap: cache hit +Info 792 [12:03:23.647] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 793 [12:03:23.648] collectAutoImports: response is complete +Info 794 [12:03:23.648] collectAutoImports: 21.45380000025034 +Info 795 [12:03:23.648] getCompletionData: Semantic work: 23.182563999667764 +Info 796 [12:03:23.652] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.268612999469042 +Info 797 [12:03:23.656] Format host information updated +Info 798 [12:03:23.660] Format host information updated +Info 799 [12:03:23.661] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 800 [12:03:23.667] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 6.2228219993412495ms +Info 801 [12:03:23.667] Different program with same set of files +Info 802 [12:03:24.501] getCompletionData: Get current token: 0.0026139989495277405 +Info 803 [12:03:24.501] getCompletionData: Is inside comment: 0.011397000402212143 +Info 804 [12:03:24.501] getCompletionData: Get previous token: 0.020011000335216522 +Info 805 [12:03:24.501] getCompletionsAtPosition: isCompletionListBlocker: 0.002372998744249344 +Info 806 [12:03:24.501] getCompletionData: Semantic work: 0.42173000052571297 +Info 807 [12:03:24.502] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21518499962985516 +Info 808 [12:03:24.645] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 809 [12:03:24.655] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 10.319096000865102ms +Info 810 [12:03:24.655] Different program with same set of files +Info 811 [12:03:24.655] getCompletionData: Get current token: 0.002215001732110977 +Info 812 [12:03:24.655] getCompletionData: Is inside comment: 0.013585999608039856 +Info 813 [12:03:24.655] getCompletionData: Get previous token: 0.009885000064969063 +Info 814 [12:03:24.655] getCompletionsAtPosition: isCompletionListBlocker: 0.008754000067710876 +Info 815 [12:03:24.656] getExportInfoMap: cache hit +Info 816 [12:03:24.668] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 817 [12:03:24.668] collectAutoImports: response is complete +Info 818 [12:03:24.668] collectAutoImports: 12.170365998521447 +Info 819 [12:03:24.668] getCompletionData: Semantic work: 12.813046999275684 +Info 820 [12:03:24.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7807790003716946 +Info 821 [12:03:24.674] Format host information updated +Info 822 [12:03:24.932] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 823 [12:03:24.943] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 10.466998001560569ms +Info 824 [12:03:24.943] Different program with same set of files +Info 825 [12:03:24.943] getCompletionData: Get current token: 0.0031019989401102066 +Info 826 [12:03:24.943] getCompletionData: Is inside comment: 0.010199999436736107 +Info 827 [12:03:24.943] getCompletionData: Get previous token: 0.02617199905216694 +Info 828 [12:03:24.943] getCompletionsAtPosition: isCompletionListBlocker: 0.011453000828623772 +Info 829 [12:03:24.944] getExportInfoMap: cache hit +Info 830 [12:03:24.949] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 91 from cache +Info 831 [12:03:24.949] collectAutoImports: response is complete +Info 832 [12:03:24.949] collectAutoImports: 4.9495110008865595 +Info 833 [12:03:24.949] getCompletionData: Semantic work: 6.175264999270439 +Info 834 [12:03:24.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2366479989141226 +Info 835 [12:03:24.953] Format host information updated +Info 836 [12:03:25.027] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 837 [12:03:25.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 22.797619000077248ms +Info 838 [12:03:25.050] Different program with same set of files +Info 839 [12:03:25.050] getCompletionData: Get current token: 0.006594998762011528 +Info 840 [12:03:25.050] getCompletionData: Is inside comment: 0.022777000442147255 +Info 841 [12:03:25.051] getCompletionData: Get previous token: 0.050592999905347824 +Info 842 [12:03:25.051] getCompletionsAtPosition: isCompletionListBlocker: 0.04124400019645691 +Info 843 [12:03:25.052] getExportInfoMap: cache hit +Info 844 [12:03:25.056] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 4 from cache +Info 845 [12:03:25.056] collectAutoImports: response is complete +Info 846 [12:03:25.056] collectAutoImports: 3.940057000145316 +Info 847 [12:03:25.056] getCompletionData: Semantic work: 5.4246559999883175 +Info 848 [12:03:25.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1303709987550974 +Info 849 [12:03:25.059] Format host information updated +Info 850 [12:03:25.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 851 [12:03:25.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 8.78452199883759ms +Info 852 [12:03:25.403] Different program with same set of files +Info 853 [12:03:25.404] getCompletionData: Get current token: 0.002376999706029892 +Info 854 [12:03:25.404] getCompletionData: Is inside comment: 0.007943999022245407 +Info 855 [12:03:25.404] getCompletionData: Get previous token: 0.018321000039577484 +Info 856 [12:03:25.404] getCompletionsAtPosition: isCompletionListBlocker: 0.008473001420497894 +Info 857 [12:03:25.404] getExportInfoMap: cache hit +Info 858 [12:03:25.407] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 91 from cache +Info 859 [12:03:25.407] collectAutoImports: response is complete +Info 860 [12:03:25.407] collectAutoImports: 2.8217610009014606 +Info 861 [12:03:25.407] getCompletionData: Semantic work: 3.6050300002098083 +Info 862 [12:03:25.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7270239982753992 +Info 863 [12:03:25.410] Format host information updated +Info 864 [12:03:25.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 865 [12:03:25.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 6.665827998891473ms +Info 866 [12:03:25.519] Different program with same set of files +Info 867 [12:03:25.519] getCompletionData: Get current token: 0.0031460002064704895 +Info 868 [12:03:25.519] getCompletionData: Is inside comment: 0.014442000538110733 +Info 869 [12:03:25.519] getCompletionData: Get previous token: 0.011024000123143196 +Info 870 [12:03:25.519] getCompletionsAtPosition: isCompletionListBlocker: 0.010228000581264496 +Info 871 [12:03:25.520] getExportInfoMap: cache hit +Info 872 [12:03:25.535] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 873 [12:03:25.535] collectAutoImports: response is complete +Info 874 [12:03:25.535] collectAutoImports: 14.918030999600887 +Info 875 [12:03:25.535] getCompletionData: Semantic work: 15.657461998984218 +Info 876 [12:03:25.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2792149987071753 +Info 877 [12:03:25.542] Format host information updated +Info 878 [12:03:25.770] getCompletionData: Get current token: 0.009021000936627388 +Info 879 [12:03:25.770] getCompletionData: Is inside comment: 0.002681998535990715 +Info 880 [12:03:25.770] getCompletionData: Get previous token: 0.017688000574707985 +Info 881 [12:03:25.770] getCompletionsAtPosition: isCompletionListBlocker: 0.00427900068461895 +Info 882 [12:03:25.771] getExportInfoMap: cache hit +Info 883 [12:03:25.784] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 884 [12:03:25.784] collectAutoImports: response is complete +Info 885 [12:03:25.784] collectAutoImports: 13.841363999992609 +Info 886 [12:03:25.784] getCompletionData: Semantic work: 14.74973800033331 +Info 887 [12:03:25.790] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.032832000404596 +Info 888 [12:03:25.848] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 889 [12:03:25.858] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 10.141343001276255ms +Info 890 [12:03:25.858] Different program with same set of files +Info 891 [12:03:25.858] getCompletionData: Get current token: 0.010808998718857765 +Info 892 [12:03:25.858] getCompletionData: Is inside comment: 0.003082999959588051 +Info 893 [12:03:25.858] getCompletionData: Get previous token: 0.0336729995906353 +Info 894 [12:03:25.858] getCompletionsAtPosition: isCompletionListBlocker: 0.005085000768303871 +Info 895 [12:03:25.859] getExportInfoMap: cache hit +Info 896 [12:03:25.864] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 17 from cache +Info 897 [12:03:25.864] collectAutoImports: response is complete +Info 898 [12:03:25.864] collectAutoImports: 4.510336000472307 +Info 899 [12:03:25.864] getCompletionData: Semantic work: 5.445408999919891 +Info 900 [12:03:25.867] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0232139993458986 +Info 901 [12:03:25.868] Format host information updated +Info 902 [12:51:16.350] Search path: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api +Info 903 [12:51:16.351] For info: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js :: No config files found. +Info 904 [12:51:16.354] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 905 [12:51:16.962] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 607.9616329986602ms +Info 906 [12:51:16.962] Project '/dev/null/inferredProject1*' (Inferred) +Info 907 [12:51:16.962] Files (256) + +Info 908 [12:51:16.962] ----------------------------------------------- +Info 909 [12:51:16.966] AutoImportProviderProject: found 5 root files in 5 dependencies in 2.3684839997440577 ms +Info 910 [12:51:16.967] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject2* +Info 911 [12:51:17.320] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject2* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 353.3361360002309ms +Info 912 [12:51:17.320] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 913 [12:51:17.320] Files (183) + +Info 914 [12:51:17.320] ----------------------------------------------- +Info 915 [12:51:17.321] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 915 [12:51:17.321] Files (132) + +Info 915 [12:51:17.321] ----------------------------------------------- +Info 915 [12:51:17.321] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 915 [12:51:17.321] Files (267) + +Info 915 [12:51:17.321] ----------------------------------------------- +Info 915 [12:51:17.321] Project '/dev/null/inferredProject1*' (Inferred) +Info 915 [12:51:17.321] Files (256) + +Info 915 [12:51:17.321] ----------------------------------------------- +Info 915 [12:51:17.321] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 915 [12:51:17.321] Files (183) + +Info 915 [12:51:17.321] ----------------------------------------------- +Info 915 [12:51:17.321] Open files: +Info 915 [12:51:17.321] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 915 [12:51:17.321] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 915 [12:51:17.321] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 915 [12:51:17.321] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 915 [12:51:17.321] FileName: /home/orion/src/purescript-puppeteer/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 915 [12:51:17.321] Projects: /dev/null/inferredProject1* +Info 915 [12:51:17.326] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 916 [12:51:17.349] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 23.249382000416517ms +Info 917 [12:51:17.349] Different program with same set of files +Info 918 [12:51:17.785] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 918 [12:51:17.785] Files (132) + +Info 918 [12:51:17.785] ----------------------------------------------- +Info 918 [12:51:17.785] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 918 [12:51:17.785] Files (267) + +Info 918 [12:51:17.785] ----------------------------------------------- +Info 918 [12:51:17.785] Project '/dev/null/inferredProject1*' (Inferred) +Info 918 [12:51:17.785] Files (256) + +Info 918 [12:51:17.785] ----------------------------------------------- +Info 918 [12:51:17.785] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 918 [12:51:17.785] Files (183) + +Info 918 [12:51:17.785] ----------------------------------------------- +Info 918 [12:51:17.785] Open files: +Info 918 [12:51:17.785] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 918 [12:51:17.785] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 918 [12:51:17.785] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 918 [12:51:17.785] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 918 [12:51:18.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 919 [12:51:18.863] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 171.49389299936593ms +Info 920 [12:51:18.863] Project '/dev/null/inferredProject1*' (Inferred) +Info 921 [12:51:18.863] Files (125) + +Info 922 [12:51:18.863] ----------------------------------------------- +Info 923 [12:51:18.863] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 924 [12:51:18.863] Files (183) + +Info 925 [12:51:18.863] ----------------------------------------------- +Info 926 [12:51:19.230] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 927 [12:51:19.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 27.638987999409437ms +Info 928 [12:51:19.258] Project '/dev/null/inferredProject1*' (Inferred) +Info 929 [12:51:19.258] Files (124) + +Info 930 [12:51:19.258] ----------------------------------------------- +Info 931 [12:51:19.258] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 932 [12:51:19.258] Files (183) + +Info 933 [12:51:19.258] ----------------------------------------------- +Info 934 [12:51:21.481] Before ensureProjectForOpenFiles: +Info 935 [12:51:21.481] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 935 [12:51:21.481] Files (132) + +Info 935 [12:51:21.481] ----------------------------------------------- +Info 935 [12:51:21.481] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 935 [12:51:21.481] Files (267) + +Info 935 [12:51:21.481] ----------------------------------------------- +Info 935 [12:51:21.481] Project '/dev/null/inferredProject1*' (Inferred) +Info 935 [12:51:21.481] Files (124) + +Info 935 [12:51:21.481] ----------------------------------------------- +Info 935 [12:51:21.481] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 935 [12:51:21.481] Files (183) + +Info 935 [12:51:21.481] ----------------------------------------------- +Info 935 [12:51:21.481] Open files: +Info 935 [12:51:21.481] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 935 [12:51:21.481] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 935 [12:51:21.481] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 935 [12:51:21.481] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 935 [12:51:21.481] After ensureProjectForOpenFiles: +Info 936 [12:51:21.482] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 936 [12:51:21.482] Files (132) + +Info 936 [12:51:21.482] ----------------------------------------------- +Info 936 [12:51:21.482] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 936 [12:51:21.482] Files (267) + +Info 936 [12:51:21.482] ----------------------------------------------- +Info 936 [12:51:21.482] Project '/dev/null/inferredProject1*' (Inferred) +Info 936 [12:51:21.482] Files (124) + +Info 936 [12:51:21.482] ----------------------------------------------- +Info 936 [12:51:21.482] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 936 [12:51:21.482] Files (183) + +Info 936 [12:51:21.482] ----------------------------------------------- +Info 936 [12:51:21.482] Open files: +Info 936 [12:51:21.482] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 936 [12:51:21.482] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 936 [12:51:21.482] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 936 [12:51:21.482] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 936 [12:51:21.482] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js +Info 937 [12:51:21.642] Search path: /home/orion/src/purescript-puppeteer/src +Info 938 [12:51:21.642] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 939 [12:51:21.642] `remove Project:: +Info 940 [12:51:21.642] Project '/dev/null/inferredProject1*' (Inferred) +Info 941 [12:51:21.642] Files (124) + +Info 942 [12:51:21.642] ----------------------------------------------- +Info 943 [12:51:21.642] Project '/dev/null/autoImportProviderProject2*' (AutoImportProvider) +Info 944 [12:51:21.642] Files (183) + +Info 945 [12:51:21.642] ----------------------------------------------- +Info 946 [12:51:21.645] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 946 [12:51:21.645] Files (132) + +Info 946 [12:51:21.645] ----------------------------------------------- +Info 946 [12:51:21.645] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 946 [12:51:21.645] Files (267) + +Info 946 [12:51:21.645] ----------------------------------------------- +Info 946 [12:51:21.645] Open files: +Info 946 [12:51:21.645] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 946 [12:51:21.645] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 946 [12:51:21.645] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 946 [12:51:21.645] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 946 [12:51:21.645] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 946 [12:51:21.645] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 946 [12:51:21.855] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 947 [12:51:21.865] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 9.846707999706268ms +Info 948 [12:51:21.865] Different program with same set of files +Info 949 [12:51:22.584] Format host information updated +Info 950 [12:51:24.155] Before ensureProjectForOpenFiles: +Info 951 [12:51:24.155] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 951 [12:51:24.155] Files (132) + +Info 951 [12:51:24.155] ----------------------------------------------- +Info 951 [12:51:24.155] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 951 [12:51:24.155] Files (267) + +Info 951 [12:51:24.155] ----------------------------------------------- +Info 951 [12:51:24.155] Open files: +Info 951 [12:51:24.155] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 951 [12:51:24.155] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 951 [12:51:24.155] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 951 [12:51:24.156] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 951 [12:51:24.156] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 951 [12:51:24.156] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 951 [12:51:24.156] After ensureProjectForOpenFiles: +Info 952 [12:51:24.156] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 952 [12:51:24.156] Files (132) + +Info 952 [12:51:24.156] ----------------------------------------------- +Info 952 [12:51:24.156] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 952 [12:51:24.156] Files (267) + +Info 952 [12:51:24.156] ----------------------------------------------- +Info 952 [12:51:24.156] Open files: +Info 952 [12:51:24.156] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 952 [12:51:24.156] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 952 [12:51:24.156] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 952 [12:51:24.156] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 952 [12:51:24.156] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 952 [12:51:24.156] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 952 [12:51:24.156] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js +Info 953 [12:51:26.111] Format host information updated +Info 954 [12:51:26.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 955 [12:51:26.120] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 9.614969000220299ms +Info 956 [12:51:26.121] Different program with same set of files +Info 957 [12:51:26.401] Format host information updated +Info 958 [12:51:26.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 959 [12:51:26.410] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 9.084811000153422ms +Info 960 [12:51:26.410] Different program with same set of files +Info 961 [12:51:28.609] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 962 [12:51:28.618] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 8.763366999104619ms +Info 963 [12:51:28.618] Different program with same set of files +Info 964 [12:51:28.618] getCompletionData: Get current token: 0.0038000009953975677 +Info 965 [12:51:28.618] getCompletionData: Is inside comment: 0.0013170000165700912 +Info 966 [12:51:28.618] getCompletionData: Get previous token: 0.010379999876022339 +Info 967 [12:51:28.618] getCompletionsAtPosition: isCompletionListBlocker: 0.007060999050736427 +Info 968 [12:51:28.619] getExportInfoMap: cache miss or empty; calculating new results +Info 969 [12:51:28.645] forEachExternalModuleToImportFrom autoImportProvider: 12.756263999268413 +Info 970 [12:51:28.646] getExportInfoMap: done in 26.647994000464678 ms +Info 971 [12:51:28.681] collectAutoImports: resolved 24 module specifiers, plus 219 ambient and 861 from cache +Info 972 [12:51:28.681] collectAutoImports: response is complete +Info 973 [12:51:28.681] collectAutoImports: 34.9129309989512 +Info 974 [12:51:28.681] getCompletionData: Semantic work: 62.509808998554945 +Info 975 [12:51:28.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.455228999257088 +Info 976 [12:51:28.692] Format host information updated +Info 977 [12:51:28.853] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 978 [12:51:28.863] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 9.011838000267744ms +Info 979 [12:51:28.863] Different program with same set of files +Info 980 [12:51:28.863] getCompletionData: Get current token: 0.001869000494480133 +Info 981 [12:51:28.863] getCompletionData: Is inside comment: 0.011261001229286194 +Info 982 [12:51:28.863] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 983 [12:51:28.863] Format host information updated +Info 984 [12:51:28.976] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 985 [12:51:28.983] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 6.738673999905586ms +Info 986 [12:51:28.983] Different program with same set of files +Info 987 [12:51:28.983] getCompletionData: Get current token: 0.0025100000202655792 +Info 988 [12:51:28.983] getCompletionData: Is inside comment: 0.00744599848985672 +Info 989 [12:51:28.984] Format host information updated +Info 990 [12:51:29.347] Format host information updated +Info 991 [12:51:29.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 992 [12:51:29.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 6.337421000003815ms +Info 993 [12:51:29.354] Different program with same set of files +Info 994 [12:51:30.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 995 [12:51:30.215] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 6.391893999651074ms +Info 996 [12:51:30.215] Different program with same set of files +Info 997 [12:51:30.215] getCompletionData: Get current token: 0.0038470011204481125 +Info 998 [12:51:30.215] getCompletionData: Is inside comment: 0.007787000387907028 +Info 999 [12:51:30.216] Format host information updated +Info 1000 [12:51:30.486] Format host information updated +Info 1001 [12:51:30.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1002 [12:51:30.497] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 10.4149120002985ms +Info 1003 [12:51:30.497] Different program with same set of files +Info 1004 [12:51:30.669] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1005 [12:51:30.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 6.406628999859095ms +Info 1006 [12:51:30.675] Different program with same set of files +Info 1007 [12:51:30.676] getCompletionData: Get current token: 0.002257000654935837 +Info 1008 [12:51:30.676] getCompletionData: Is inside comment: 0.007260000333189964 +Info 1009 [12:51:30.676] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1010 [12:51:30.676] Format host information updated +Info 1011 [12:51:31.397] getCompletionData: Get current token: 0.002375001087784767 +Info 1012 [12:51:31.397] getCompletionData: Is inside comment: 0.0066819991916418076 +Info 1013 [12:51:31.397] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1014 [12:51:31.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1015 [12:51:31.724] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 6.311514999717474ms +Info 1016 [12:51:31.724] Different program with same set of files +Info 1017 [12:51:31.724] getCompletionData: Get current token: 0.001868000254034996 +Info 1018 [12:51:31.724] getCompletionData: Is inside comment: 0.006326999515295029 +Info 1019 [12:51:31.724] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1020 [12:51:31.724] Format host information updated +Info 1021 [12:51:32.516] Format host information updated +Info 1022 [12:51:32.517] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1023 [12:51:32.526] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 9.128066999837756ms +Info 1024 [12:51:32.526] Different program with same set of files +Info 1025 [12:51:33.623] Format host information updated +Info 1026 [12:51:33.623] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1027 [12:51:33.636] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 12.466544000431895ms +Info 1028 [12:51:33.636] Different program with same set of files +Info 1029 [12:51:34.328] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1030 [12:51:34.338] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 9.873847998678684ms +Info 1031 [12:51:34.338] Different program with same set of files +Info 1032 [12:51:34.338] getCompletionData: Get current token: 0.0019629988819360733 +Info 1033 [12:51:34.338] getCompletionData: Is inside comment: 0.0058399997651577 +Info 1034 [12:51:34.339] Format host information updated +Info 1035 [12:51:34.638] Format host information updated +Info 1036 [12:51:34.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1037 [12:51:34.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 11.536865999922156ms +Info 1038 [12:51:34.650] Different program with same set of files +Info 1039 [12:51:34.780] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1040 [12:51:34.811] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 30.37865599989891ms +Info 1041 [12:51:34.811] Different program with same set of files +Info 1042 [12:51:34.811] getCompletionData: Get current token: 0.006410000845789909 +Info 1043 [12:51:34.811] getCompletionData: Is inside comment: 0.02330699935555458 +Info 1044 [12:51:34.815] Format host information updated +Info 1045 [12:51:34.975] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1046 [12:51:34.982] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 7.357201999053359ms +Info 1047 [12:51:34.982] Different program with same set of files +Info 1048 [12:51:34.982] getCompletionData: Get current token: 0.00307299941778183 +Info 1049 [12:51:34.982] getCompletionData: Is inside comment: 0.010237999260425568 +Info 1050 [12:51:34.982] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1051 [12:51:34.983] Format host information updated +Info 1052 [12:51:35.125] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1053 [12:51:35.133] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 8.308364000171423ms +Info 1054 [12:51:35.134] Different program with same set of files +Info 1055 [12:51:35.134] getCompletionData: Get current token: 0.0031179990619421005 +Info 1056 [12:51:35.134] getCompletionData: Is inside comment: 0.011702999472618103 +Info 1057 [12:51:35.134] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1058 [12:51:35.134] Format host information updated +Info 1059 [12:51:35.222] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1060 [12:51:35.231] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 8.637083999812603ms +Info 1061 [12:51:35.231] Different program with same set of files +Info 1062 [12:51:35.231] getCompletionData: Get current token: 0.0025970004498958588 +Info 1063 [12:51:35.231] getCompletionData: Is inside comment: 0.008927999064326286 +Info 1064 [12:51:35.231] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1065 [12:51:35.231] Format host information updated +Info 1066 [12:51:35.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1067 [12:51:35.326] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 6.638221001252532ms +Info 1068 [12:51:35.326] Different program with same set of files +Info 1069 [12:51:35.327] getCompletionData: Get current token: 0.0030929986387491226 +Info 1070 [12:51:35.327] getCompletionData: Is inside comment: 0.011337000876665115 +Info 1071 [12:51:35.327] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1072 [12:51:35.327] Format host information updated +Info 1073 [12:51:35.407] Format host information updated +Info 1074 [12:51:35.407] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1075 [12:51:35.415] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 7.843774000182748ms +Info 1076 [12:51:35.415] Different program with same set of files +Info 1077 [12:51:35.544] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1078 [12:51:35.551] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 6.699578000232577ms +Info 1079 [12:51:35.551] Different program with same set of files +Info 1080 [12:51:35.551] getCompletionData: Get current token: 0.003022998571395874 +Info 1081 [12:51:35.551] getCompletionData: Is inside comment: 0.011301999911665916 +Info 1082 [12:51:35.551] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1083 [12:51:35.551] Format host information updated +Info 1084 [12:51:35.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1085 [12:51:35.660] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 29.100475000217557ms +Info 1086 [12:51:35.660] Different program with same set of files +Info 1087 [12:51:35.660] getCompletionData: Get current token: 0.006277000531554222 +Info 1088 [12:51:35.660] getCompletionData: Is inside comment: 0.025499999523162842 +Info 1089 [12:51:35.660] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1090 [12:51:35.660] Format host information updated +Info 1091 [12:51:35.952] Format host information updated +Info 1092 [12:51:35.952] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1093 [12:51:35.966] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 14.139078000560403ms +Info 1094 [12:51:35.966] Different program with same set of files +Info 1095 [12:51:36.414] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1096 [12:51:36.421] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 6.842660000547767ms +Info 1097 [12:51:36.421] Different program with same set of files +Info 1098 [12:51:36.421] getCompletionData: Get current token: 0.002898000180721283 +Info 1099 [12:51:36.421] getCompletionData: Is inside comment: 0.011531999334692955 +Info 1100 [12:51:36.421] Format host information updated +Info 1101 [12:51:36.669] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1102 [12:51:36.675] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 6.799812000244856ms +Info 1103 [12:51:36.676] Different program with same set of files +Info 1104 [12:51:36.676] getCompletionData: Get current token: 0.0019339993596076965 +Info 1105 [12:51:36.676] getCompletionData: Is inside comment: 0.008383000269532204 +Info 1106 [12:51:36.676] getCompletionData: Get previous token: 0.004434999078512192 +Info 1107 [12:51:36.676] getCompletionsAtPosition: isCompletionListBlocker: 0.007676001638174057 +Info 1108 [12:51:36.676] getExportInfoMap: cache hit +Info 1109 [12:51:36.693] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1110 [12:51:36.693] collectAutoImports: response is complete +Info 1111 [12:51:36.693] collectAutoImports: 16.429464999586344 +Info 1112 [12:51:36.693] getCompletionData: Semantic work: 17.161123000085354 +Info 1113 [12:51:36.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.376682998612523 +Info 1114 [12:51:36.706] Format host information updated +Info 1115 [12:51:37.284] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1116 [12:51:37.292] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 7.386329999193549ms +Info 1117 [12:51:37.292] Different program with same set of files +Info 1118 [12:51:37.292] getCompletionData: Get current token: 0.002383001148700714 +Info 1119 [12:51:37.292] getCompletionData: Is inside comment: 0.010043999180197716 +Info 1120 [12:51:37.292] Format host information updated +Info 1121 [12:51:37.915] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1122 [12:51:37.922] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 6.600688999518752ms +Info 1123 [12:51:37.922] Different program with same set of files +Info 1124 [12:51:37.922] getCompletionData: Get current token: 0.0019840002059936523 +Info 1125 [12:51:37.922] getCompletionData: Is inside comment: 0.008874999359250069 +Info 1126 [12:51:37.922] getCompletionData: Get previous token: 0.004406999796628952 +Info 1127 [12:51:37.922] getCompletionsAtPosition: isCompletionListBlocker: 0.00752599909901619 +Info 1128 [12:51:37.923] getExportInfoMap: cache hit +Info 1129 [12:51:37.945] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1130 [12:51:37.945] collectAutoImports: response is complete +Info 1131 [12:51:37.945] collectAutoImports: 21.61844800040126 +Info 1132 [12:51:37.945] getCompletionData: Semantic work: 22.7296309992671 +Info 1133 [12:51:37.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.71493199840188 +Info 1134 [12:51:37.954] Format host information updated +Info 1135 [12:51:38.206] Format host information updated +Info 1136 [12:51:38.206] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1137 [12:51:38.223] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 16.531697001308203ms +Info 1138 [12:51:38.223] Different program with same set of files +Info 1139 [12:51:38.549] Format host information updated +Info 1140 [12:51:38.549] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1141 [12:51:38.558] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 8.706915998831391ms +Info 1142 [12:51:38.558] Different program with same set of files +Info 1143 [12:51:38.697] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1144 [12:51:38.706] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 8.907366000115871ms +Info 1145 [12:51:38.706] Different program with same set of files +Info 1146 [12:51:38.706] getCompletionData: Get current token: 0.002239000052213669 +Info 1147 [12:51:38.706] getCompletionData: Is inside comment: 0.009346999228000641 +Info 1148 [12:51:38.706] getCompletionData: Get previous token: 0.0049929991364479065 +Info 1149 [12:51:38.706] getCompletionsAtPosition: isCompletionListBlocker: 0.008626999333500862 +Info 1150 [12:51:38.707] getExportInfoMap: cache hit +Info 1151 [12:51:38.727] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1152 [12:51:38.727] collectAutoImports: response is complete +Info 1153 [12:51:38.727] collectAutoImports: 20.03723500110209 +Info 1154 [12:51:38.727] getCompletionData: Semantic work: 21.016795000061393 +Info 1155 [12:51:38.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.904475999996066 +Info 1156 [12:51:38.736] Format host information updated +Info 1157 [12:51:39.172] Format host information updated +Info 1158 [12:51:39.172] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1159 [12:51:39.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 8.337669000029564ms +Info 1160 [12:51:39.181] Different program with same set of files +Info 1161 [12:51:39.460] Format host information updated +Info 1162 [12:51:39.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1163 [12:51:39.472] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 11.381246998906136ms +Info 1164 [12:51:39.472] Different program with same set of files +Info 1165 [12:51:39.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1166 [12:51:39.715] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 8.31351999938488ms +Info 1167 [12:51:39.715] Different program with same set of files +Info 1168 [12:51:39.715] getCompletionData: Get current token: 0.0017089992761611938 +Info 1169 [12:51:39.716] getCompletionData: Is inside comment: 0.005133999511599541 +Info 1170 [12:51:39.716] getCompletionData: Get previous token: 0.008083000779151917 +Info 1171 [12:51:39.716] getCompletionsAtPosition: isCompletionListBlocker: 0.011926999315619469 +Info 1172 [12:51:39.716] getExportInfoMap: cache hit +Info 1173 [12:51:39.720] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 142 from cache +Info 1174 [12:51:39.720] collectAutoImports: response is complete +Info 1175 [12:51:39.720] collectAutoImports: 4.1457419991493225 +Info 1176 [12:51:39.720] getCompletionData: Semantic work: 4.924390999600291 +Info 1177 [12:51:39.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.815463999286294 +Info 1178 [12:51:39.723] Format host information updated +Info 1179 [12:51:39.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1180 [12:51:39.903] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 6.515700001269579ms +Info 1181 [12:51:39.903] Different program with same set of files +Info 1182 [12:51:39.904] getCompletionData: Get current token: 0.002222001552581787 +Info 1183 [12:51:39.904] getCompletionData: Is inside comment: 0.006954001262784004 +Info 1184 [12:51:39.904] getCompletionData: Get previous token: 0.033688999712467194 +Info 1185 [12:51:39.904] getCompletionsAtPosition: isCompletionListBlocker: 0.007947999984025955 +Info 1186 [12:51:39.904] getExportInfoMap: cache hit +Info 1187 [12:51:39.907] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 13 from cache +Info 1188 [12:51:39.907] collectAutoImports: response is complete +Info 1189 [12:51:39.907] collectAutoImports: 2.929653000086546 +Info 1190 [12:51:39.907] getCompletionData: Semantic work: 3.713663000613451 +Info 1191 [12:51:39.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1647479999810457 +Info 1192 [12:51:39.910] Format host information updated +Info 1193 [12:51:40.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1194 [12:51:40.015] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 6.44722199998796ms +Info 1195 [12:51:40.015] Different program with same set of files +Info 1196 [12:51:40.016] getCompletionData: Get current token: 0.002188999205827713 +Info 1197 [12:51:40.016] getCompletionData: Is inside comment: 0.006340000778436661 +Info 1198 [12:51:40.016] getCompletionData: Get previous token: 0.010209999978542328 +Info 1199 [12:51:40.016] getCompletionsAtPosition: isCompletionListBlocker: 0.008997000753879547 +Info 1200 [12:51:40.016] getExportInfoMap: cache hit +Info 1201 [12:51:40.019] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 10 from cache +Info 1202 [12:51:40.019] collectAutoImports: response is complete +Info 1203 [12:51:40.019] collectAutoImports: 2.479465000331402 +Info 1204 [12:51:40.019] getCompletionData: Semantic work: 3.265716001391411 +Info 1205 [12:51:40.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1150080002844334 +Info 1206 [12:51:40.021] Format host information updated +Info 1207 [12:51:40.096] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1208 [12:51:40.103] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 6.056633001193404ms +Info 1209 [12:51:40.103] Different program with same set of files +Info 1210 [12:51:40.103] getCompletionData: Get current token: 0.0018149986863136292 +Info 1211 [12:51:40.103] getCompletionData: Is inside comment: 0.00556500069797039 +Info 1212 [12:51:40.103] getCompletionData: Get previous token: 0.00797400064766407 +Info 1213 [12:51:40.103] getCompletionsAtPosition: isCompletionListBlocker: 0.011394999921321869 +Info 1214 [12:51:40.104] getExportInfoMap: cache hit +Info 1215 [12:51:40.107] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 1216 [12:51:40.107] collectAutoImports: response is complete +Info 1217 [12:51:40.107] collectAutoImports: 2.943300999701023 +Info 1218 [12:51:40.107] getCompletionData: Semantic work: 3.9407150000333786 +Info 1219 [12:51:40.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1026459988206625 +Info 1220 [12:51:40.111] Format host information updated +Info 1221 [12:51:40.160] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1222 [12:51:40.169] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 9.336331998929381ms +Info 1223 [12:51:40.169] Different program with same set of files +Info 1224 [12:51:40.169] getCompletionData: Get current token: 0.003202999010682106 +Info 1225 [12:51:40.169] getCompletionData: Is inside comment: 0.010386999696493149 +Info 1226 [12:51:40.169] getCompletionData: Get previous token: 0.015582999214529991 +Info 1227 [12:51:40.169] getCompletionsAtPosition: isCompletionListBlocker: 0.013668999075889587 +Info 1228 [12:51:40.171] getExportInfoMap: cache hit +Info 1229 [12:51:40.174] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1230 [12:51:40.174] collectAutoImports: response is complete +Info 1231 [12:51:40.174] collectAutoImports: 3.0889890007674694 +Info 1232 [12:51:40.174] getCompletionData: Semantic work: 4.593154000118375 +Info 1233 [12:51:40.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8578150011599064 +Info 1234 [12:51:40.177] Format host information updated +Info 1235 [12:51:40.307] Format host information updated +Info 1236 [12:51:40.309] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1237 [12:51:40.335] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 25.524339001625776ms +Info 1238 [12:51:40.335] Different program with same set of files +Info 1239 [12:51:40.479] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1240 [12:51:40.486] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 6.92934999987483ms +Info 1241 [12:51:40.486] Different program with same set of files +Info 1242 [12:51:40.486] getCompletionData: Get current token: 0.0018029995262622833 +Info 1243 [12:51:40.486] getCompletionData: Is inside comment: 0.004364999011158943 +Info 1244 [12:51:40.486] getCompletionData: Get previous token: 0.006677001714706421 +Info 1245 [12:51:40.486] getCompletionsAtPosition: isCompletionListBlocker: 0.009713001549243927 +Info 1246 [12:51:40.486] getExportInfoMap: cache hit +Info 1247 [12:51:40.491] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 223 from cache +Info 1248 [12:51:40.491] collectAutoImports: response is complete +Info 1249 [12:51:40.491] collectAutoImports: 4.855283999815583 +Info 1250 [12:51:40.491] getCompletionData: Semantic work: 5.354504998773336 +Info 1251 [12:51:40.493] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2818679995834827 +Info 1252 [12:51:40.494] Format host information updated +Info 1253 [12:51:40.599] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1254 [12:51:40.628] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 28.763141999021173ms +Info 1255 [12:51:40.628] Different program with same set of files +Info 1256 [12:51:40.628] getCompletionData: Get current token: 0.005813999101519585 +Info 1257 [12:51:40.628] getCompletionData: Is inside comment: 0.017666000872850418 +Info 1258 [12:51:40.628] getCompletionData: Get previous token: 0.027101000770926476 +Info 1259 [12:51:40.628] getCompletionsAtPosition: isCompletionListBlocker: 0.01610499992966652 +Info 1260 [12:51:40.630] getExportInfoMap: cache hit +Info 1261 [12:51:40.638] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 116 from cache +Info 1262 [12:51:40.638] collectAutoImports: response is complete +Info 1263 [12:51:40.638] collectAutoImports: 8.18381000123918 +Info 1264 [12:51:40.638] getCompletionData: Semantic work: 9.851622998714447 +Info 1265 [12:51:40.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.296305000782013 +Info 1266 [12:51:40.642] Format host information updated +Info 1267 [12:51:40.718] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1268 [12:51:40.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 23.697288000956178ms +Info 1269 [12:51:40.742] Different program with same set of files +Info 1270 [12:51:40.743] getCompletionData: Get current token: 0.009091001003980637 +Info 1271 [12:51:40.743] getCompletionData: Is inside comment: 0.02635600045323372 +Info 1272 [12:51:40.743] getCompletionData: Get previous token: 0.04486599937081337 +Info 1273 [12:51:40.743] getCompletionsAtPosition: isCompletionListBlocker: 0.021399000659585 +Info 1274 [12:51:40.745] getExportInfoMap: cache hit +Info 1275 [12:51:40.770] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1276 [12:51:40.770] collectAutoImports: response is complete +Info 1277 [12:51:40.770] collectAutoImports: 24.71543399989605 +Info 1278 [12:51:40.770] getCompletionData: Semantic work: 27.05045299977064 +Info 1279 [12:51:40.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.305936001241207 +Info 1280 [12:51:40.779] Format host information updated +Info 1281 [12:51:40.783] Format host information updated +Info 1282 [12:51:40.783] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1283 [12:51:40.791] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 7.864285999909043ms +Info 1284 [12:51:40.791] Different program with same set of files +Info 1285 [12:51:47.200] Format host information updated +Info 1286 [12:51:47.201] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1287 [12:51:47.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 6.0489930007606745ms +Info 1288 [12:51:47.207] Different program with same set of files +Info 1289 [12:51:47.706] Format host information updated +Info 1290 [12:51:47.707] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1291 [12:51:47.713] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 6.2206560000777245ms +Info 1292 [12:51:47.713] Different program with same set of files +Info 1293 [12:51:54.825] Format host information updated +Info 1294 [12:51:54.825] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1295 [12:51:54.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 13.935709999874234ms +Info 1296 [12:51:54.839] Different program with same set of files +Info 1297 [12:51:55.063] getCompletionData: Get current token: 0.0029559992253780365 +Info 1298 [12:51:55.063] getCompletionData: Is inside comment: 0.0012940000742673874 +Info 1299 [12:51:55.063] getCompletionData: Get previous token: 0.00957999937236309 +Info 1300 [12:51:55.063] getCompletionsAtPosition: isCompletionListBlocker: 0.007471999153494835 +Info 1301 [12:51:55.064] getExportInfoMap: cache hit +Info 1302 [12:51:55.066] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1303 [12:51:55.066] collectAutoImports: response is complete +Info 1304 [12:51:55.066] collectAutoImports: 2.087812000885606 +Info 1305 [12:51:55.066] getCompletionData: Semantic work: 2.967399001121521 +Info 1306 [12:51:55.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2756899986416101 +Info 1307 [12:51:55.170] Format host information updated +Info 1308 [12:51:55.170] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1309 [12:51:55.179] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 9.349334999918938ms +Info 1310 [12:51:55.179] Different program with same set of files +Info 1311 [12:51:56.232] Format host information updated +Info 1312 [12:51:56.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1313 [12:51:56.240] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 7.406426999717951ms +Info 1314 [12:51:56.240] Different program with same set of files +Info 1315 [12:51:56.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1316 [12:51:56.342] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 9.21127700060606ms +Info 1317 [12:51:56.342] Different program with same set of files +Info 1318 [12:51:56.342] getCompletionData: Get current token: 0.0019150003790855408 +Info 1319 [12:51:56.342] getCompletionData: Is inside comment: 0.005681000649929047 +Info 1320 [12:51:56.343] getCompletionData: Get previous token: 0.004231000319123268 +Info 1321 [12:51:56.343] getCompletionsAtPosition: isCompletionListBlocker: 0.006997998803853989 +Info 1322 [12:51:56.343] getExportInfoMap: cache hit +Info 1323 [12:51:56.358] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1324 [12:51:56.358] collectAutoImports: response is complete +Info 1325 [12:51:56.358] collectAutoImports: 14.540734998881817 +Info 1326 [12:51:56.358] getCompletionData: Semantic work: 15.070872999727726 +Info 1327 [12:51:56.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5050750002264977 +Info 1328 [12:51:56.363] Format host information updated +Info 1329 [12:51:56.562] Format host information updated +Info 1330 [12:51:56.562] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1331 [12:51:56.570] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 7.329539000988007ms +Info 1332 [12:51:56.570] Different program with same set of files +Info 1333 [12:51:56.784] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1334 [12:51:56.790] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 5.987687999382615ms +Info 1335 [12:51:56.790] Different program with same set of files +Info 1336 [12:51:56.790] getCompletionData: Get current token: 0.0021689999848604202 +Info 1337 [12:51:56.790] getCompletionData: Is inside comment: 0.007717998698353767 +Info 1338 [12:51:56.790] getCompletionData: Get previous token: 0.018480001017451286 +Info 1339 [12:51:56.790] getCompletionsAtPosition: isCompletionListBlocker: 0.007915999740362167 +Info 1340 [12:51:56.791] getExportInfoMap: cache hit +Info 1341 [12:51:56.808] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1342 [12:51:56.808] collectAutoImports: response is complete +Info 1343 [12:51:56.808] collectAutoImports: 17.31419000029564 +Info 1344 [12:51:56.808] getCompletionData: Semantic work: 17.80065899901092 +Info 1345 [12:51:56.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.409367000684142 +Info 1346 [12:51:56.814] Format host information updated +Info 1347 [12:51:56.971] Format host information updated +Info 1348 [12:51:56.971] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1349 [12:51:56.978] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 6.849864000454545ms +Info 1350 [12:51:56.978] Different program with same set of files +Info 1351 [12:51:57.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1352 [12:51:57.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 8.004091000184417ms +Info 1353 [12:51:57.119] Different program with same set of files +Info 1354 [12:51:57.119] getCompletionData: Get current token: 0.003747999668121338 +Info 1355 [12:51:57.119] getCompletionData: Is inside comment: 0.00795300118625164 +Info 1356 [12:51:57.119] getCompletionData: Get previous token: 0.005410000681877136 +Info 1357 [12:51:57.119] getCompletionsAtPosition: isCompletionListBlocker: 0.007613001391291618 +Info 1358 [12:51:57.119] getExportInfoMap: cache hit +Info 1359 [12:51:57.135] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1360 [12:51:57.135] collectAutoImports: response is complete +Info 1361 [12:51:57.135] collectAutoImports: 15.953738000243902 +Info 1362 [12:51:57.136] getCompletionData: Semantic work: 16.67532099969685 +Info 1363 [12:51:57.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5464270003139973 +Info 1364 [12:51:57.141] Format host information updated +Info 1365 [12:51:57.405] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1366 [12:51:57.415] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 10.10573099926114ms +Info 1367 [12:51:57.415] Different program with same set of files +Info 1368 [12:51:57.415] getCompletionData: Get current token: 0.001885000616312027 +Info 1369 [12:51:57.415] getCompletionData: Is inside comment: 0.005917999893426895 +Info 1370 [12:51:57.415] getCompletionData: Get previous token: 0.004521999508142471 +Info 1371 [12:51:57.415] getCompletionsAtPosition: isCompletionListBlocker: 0.0028530005365610123 +Info 1372 [12:51:57.416] getExportInfoMap: cache hit +Info 1373 [12:51:57.429] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1374 [12:51:57.429] collectAutoImports: response is complete +Info 1375 [12:51:57.429] collectAutoImports: 12.923188000917435 +Info 1376 [12:51:57.429] getCompletionData: Semantic work: 13.485017001628876 +Info 1377 [12:51:57.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.427250999957323 +Info 1378 [12:51:57.438] Format host information updated +Info 1379 [12:51:57.665] Format host information updated +Info 1380 [12:51:57.665] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1381 [12:51:57.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 7.302206000313163ms +Info 1382 [12:51:57.672] Different program with same set of files +Info 1383 [12:51:57.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1384 [12:51:57.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 9.449070999398828ms +Info 1385 [12:51:57.964] Different program with same set of files +Info 1386 [12:51:57.964] getCompletionData: Get current token: 0.0036380011588335037 +Info 1387 [12:51:57.964] getCompletionData: Is inside comment: 0.010871000587940216 +Info 1388 [12:51:57.964] getCompletionData: Get previous token: 0.008271999657154083 +Info 1389 [12:51:57.964] getCompletionsAtPosition: isCompletionListBlocker: 0.004440000280737877 +Info 1390 [12:51:57.965] getExportInfoMap: cache hit +Info 1391 [12:51:57.982] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1392 [12:51:57.982] collectAutoImports: response is complete +Info 1393 [12:51:57.982] collectAutoImports: 16.240069000050426 +Info 1394 [12:51:57.982] getCompletionData: Semantic work: 17.083571000024676 +Info 1395 [12:51:57.985] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9829779993742704 +Info 1396 [12:51:57.988] Format host information updated +Info 1397 [12:51:58.085] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1398 [12:51:58.110] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 25.433229999616742ms +Info 1399 [12:51:58.110] Different program with same set of files +Info 1400 [12:51:58.111] getCompletionData: Get current token: 0.0065550003200769424 +Info 1401 [12:51:58.111] getCompletionData: Is inside comment: 0.023622000589966774 +Info 1402 [12:51:58.111] getCompletionData: Get previous token: 0.016635000705718994 +Info 1403 [12:51:58.111] getCompletionsAtPosition: isCompletionListBlocker: 0.019937999546527863 +Info 1404 [12:51:58.112] getExportInfoMap: cache hit +Info 1405 [12:51:58.134] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1406 [12:51:58.134] collectAutoImports: response is complete +Info 1407 [12:51:58.134] collectAutoImports: 21.06427999958396 +Info 1408 [12:51:58.134] getCompletionData: Semantic work: 22.811416000127792 +Info 1409 [12:51:58.137] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.277285000309348 +Info 1410 [12:51:58.141] Format host information updated +Info 1411 [12:51:58.150] Format host information updated +Info 1412 [12:51:58.150] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1413 [12:51:58.157] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 6.493835000321269ms +Info 1414 [12:51:58.157] Different program with same set of files +Info 1415 [12:51:58.638] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1416 [12:51:58.645] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 6.423876998946071ms +Info 1417 [12:51:58.645] Different program with same set of files +Info 1418 [12:51:58.645] getCompletionData: Get current token: 0.0017980001866817474 +Info 1419 [12:51:58.645] getCompletionData: Is inside comment: 0.005890000611543655 +Info 1420 [12:51:58.645] getCompletionData: Get previous token: 0.004209000617265701 +Info 1421 [12:51:58.645] getCompletionsAtPosition: isCompletionListBlocker: 0.006508000195026398 +Info 1422 [12:51:58.646] getExportInfoMap: cache hit +Info 1423 [12:51:58.655] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1424 [12:51:58.655] collectAutoImports: response is complete +Info 1425 [12:51:58.655] collectAutoImports: 9.004794999957085 +Info 1426 [12:51:58.655] getCompletionData: Semantic work: 9.45741599984467 +Info 1427 [12:51:58.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.170320000499487 +Info 1428 [12:51:58.661] Format host information updated +Info 1429 [12:51:58.824] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1430 [12:51:58.830] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 6.594012999907136ms +Info 1431 [12:51:58.830] Different program with same set of files +Info 1432 [12:51:58.831] getCompletionData: Get current token: 0.002394000068306923 +Info 1433 [12:51:58.831] getCompletionData: Is inside comment: 0.014519000425934792 +Info 1434 [12:51:58.831] getCompletionData: Get previous token: 0.012258000671863556 +Info 1435 [12:51:58.831] getCompletionsAtPosition: isCompletionListBlocker: 0.008961999788880348 +Info 1436 [12:51:58.831] getExportInfoMap: cache hit +Info 1437 [12:51:58.842] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1438 [12:51:58.842] collectAutoImports: response is complete +Info 1439 [12:51:58.842] collectAutoImports: 10.268693000078201 +Info 1440 [12:51:58.842] getCompletionData: Semantic work: 10.960403000935912 +Info 1441 [12:51:58.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.626877998933196 +Info 1442 [12:51:58.850] Format host information updated +Info 1443 [12:51:58.929] Format host information updated +Info 1444 [12:51:58.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1445 [12:51:58.935] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 6.25950900092721ms +Info 1446 [12:51:58.935] Different program with same set of files +Info 1447 [12:51:59.154] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1448 [12:51:59.163] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 8.286121999844909ms +Info 1449 [12:51:59.163] Different program with same set of files +Info 1450 [12:51:59.163] getCompletionData: Get current token: 0.002017999067902565 +Info 1451 [12:51:59.163] getCompletionData: Is inside comment: 0.00684799998998642 +Info 1452 [12:51:59.163] getCompletionData: Get previous token: 0.004947001114487648 +Info 1453 [12:51:59.163] getCompletionsAtPosition: isCompletionListBlocker: 0.00802299939095974 +Info 1454 [12:51:59.163] getExportInfoMap: cache hit +Info 1455 [12:51:59.172] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 1456 [12:51:59.172] collectAutoImports: response is complete +Info 1457 [12:51:59.172] collectAutoImports: 8.845750998705626 +Info 1458 [12:51:59.172] getCompletionData: Semantic work: 9.359260000288486 +Info 1459 [12:51:59.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.345583001151681 +Info 1460 [12:51:59.178] Format host information updated +Info 1461 [12:52:01.259] getCompletionData: Get current token: 0.01846199855208397 +Info 1462 [12:52:01.259] getCompletionData: Is inside comment: 0.010489000007510185 +Info 1463 [12:52:01.259] getCompletionData: Get previous token: 0.007482999935746193 +Info 1464 [12:52:01.259] getCompletionsAtPosition: isCompletionListBlocker: 0.00271499902009964 +Info 1465 [12:52:01.260] getExportInfoMap: cache hit +Info 1466 [12:52:01.269] collectAutoImports: resolved 2 module specifiers, plus 175 ambient and 1047 from cache +Info 1467 [12:52:01.269] collectAutoImports: response is complete +Info 1468 [12:52:01.269] collectAutoImports: 8.93766300007701 +Info 1469 [12:52:01.269] getCompletionData: Semantic work: 9.509186999872327 +Info 1470 [12:52:01.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.310124000534415 +Info 1471 [12:52:01.462] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1472 [12:52:01.469] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 6.86676000058651ms +Info 1473 [12:52:01.469] Different program with same set of files +Info 1474 [12:52:01.469] getCompletionData: Get current token: 0.0048219989985227585 +Info 1475 [12:52:01.469] getCompletionData: Is inside comment: 0.011238999664783478 +Info 1476 [12:52:01.469] getCompletionData: Get previous token: 0.008236000314354897 +Info 1477 [12:52:01.469] getCompletionsAtPosition: isCompletionListBlocker: 0.0032939985394477844 +Info 1478 [12:52:01.470] getExportInfoMap: cache hit +Info 1479 [12:52:01.480] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1480 [12:52:01.480] collectAutoImports: response is complete +Info 1481 [12:52:01.480] collectAutoImports: 10.605352999642491 +Info 1482 [12:52:01.481] getCompletionData: Semantic work: 11.17513900063932 +Info 1483 [12:52:01.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.736283000558615 +Info 1484 [12:52:01.491] Format host information updated +Info 1485 [12:52:01.522] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1486 [12:52:01.528] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 6.2681430000811815ms +Info 1487 [12:52:01.528] Different program with same set of files +Info 1488 [12:52:01.528] getCompletionData: Get current token: 0.005757000297307968 +Info 1489 [12:52:01.528] getCompletionData: Is inside comment: 0.012113001197576523 +Info 1490 [12:52:01.528] getCompletionData: Get previous token: 0.009662000462412834 +Info 1491 [12:52:01.528] getCompletionsAtPosition: isCompletionListBlocker: 0.00677499920129776 +Info 1492 [12:52:01.529] getExportInfoMap: cache hit +Info 1493 [12:52:01.539] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1494 [12:52:01.539] collectAutoImports: response is complete +Info 1495 [12:52:01.539] collectAutoImports: 10.69952300004661 +Info 1496 [12:52:01.539] getCompletionData: Semantic work: 11.180604001507163 +Info 1497 [12:52:01.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.107082000002265 +Info 1498 [12:52:01.547] Format host information updated +Info 1499 [12:52:01.808] getCompletionData: Get current token: 0.005179999396204948 +Info 1500 [12:52:01.808] getCompletionData: Is inside comment: 0.010300999507308006 +Info 1501 [12:52:01.808] getCompletionData: Get previous token: 0.007086999714374542 +Info 1502 [12:52:01.808] getCompletionsAtPosition: isCompletionListBlocker: 0.0023240000009536743 +Info 1503 [12:52:01.808] Returning an empty list because completion was requested in an invalid position. +Info 1504 [12:52:02.038] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1505 [12:52:02.047] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 9.022955998778343ms +Info 1506 [12:52:02.047] Different program with same set of files +Info 1507 [12:52:02.047] getCompletionData: Get current token: 0.00355600006878376 +Info 1508 [12:52:02.047] getCompletionData: Is inside comment: 0.008999001234769821 +Info 1509 [12:52:02.047] getCompletionData: Get previous token: 0.005856001749634743 +Info 1510 [12:52:02.047] getCompletionsAtPosition: isCompletionListBlocker: 0.006721999496221542 +Info 1511 [12:52:02.048] getExportInfoMap: cache hit +Info 1512 [12:52:02.056] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1513 [12:52:02.056] collectAutoImports: response is complete +Info 1514 [12:52:02.056] collectAutoImports: 8.420993000268936 +Info 1515 [12:52:02.056] getCompletionData: Semantic work: 8.866359001025558 +Info 1516 [12:52:02.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.909571001306176 +Info 1517 [12:52:02.065] Format host information updated +Info 1518 [12:52:02.471] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1519 [12:52:02.478] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 6.362441999837756ms +Info 1520 [12:52:02.478] Different program with same set of files +Info 1521 [12:52:02.478] getCompletionData: Get current token: 0.0054879989475011826 +Info 1522 [12:52:02.478] getCompletionData: Is inside comment: 0.010722000151872635 +Info 1523 [12:52:02.478] getCompletionData: Get previous token: 0.012756001204252243 +Info 1524 [12:52:02.478] getCompletionsAtPosition: isCompletionListBlocker: 0.002878999337553978 +Info 1525 [12:52:02.479] getExportInfoMap: cache hit +Info 1526 [12:52:02.480] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1527 [12:52:02.480] collectAutoImports: response is complete +Info 1528 [12:52:02.480] collectAutoImports: 1.491287998855114 +Info 1529 [12:52:02.480] getCompletionData: Semantic work: 1.996765999123454 +Info 1530 [12:52:02.482] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7500880006700754 +Info 1531 [12:52:02.483] Format host information updated +Info 1532 [12:52:02.606] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1533 [12:52:02.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 7.99180799908936ms +Info 1534 [12:52:02.614] Different program with same set of files +Info 1535 [12:52:02.614] getCompletionData: Get current token: 0.005503000691533089 +Info 1536 [12:52:02.614] getCompletionData: Is inside comment: 0.01005600020289421 +Info 1537 [12:52:02.614] getCompletionData: Get previous token: 0.012751998379826546 +Info 1538 [12:52:02.614] getCompletionsAtPosition: isCompletionListBlocker: 0.003372000530362129 +Info 1539 [12:52:02.614] getExportInfoMap: cache hit +Info 1540 [12:52:02.616] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1541 [12:52:02.616] collectAutoImports: response is complete +Info 1542 [12:52:02.616] collectAutoImports: 1.38569900020957 +Info 1543 [12:52:02.616] getCompletionData: Semantic work: 1.8598779998719692 +Info 1544 [12:52:02.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7156899999827147 +Info 1545 [12:52:02.618] Format host information updated +Info 1546 [12:52:03.147] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1547 [12:52:03.156] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 8.770082000643015ms +Info 1548 [12:52:03.156] Different program with same set of files +Info 1549 [12:52:03.156] getCompletionData: Get current token: 0.005398999899625778 +Info 1550 [12:52:03.156] getCompletionData: Is inside comment: 0.010979998856782913 +Info 1551 [12:52:03.156] getCompletionData: Get previous token: 0.012970000505447388 +Info 1552 [12:52:03.156] getCompletionsAtPosition: isCompletionListBlocker: 0.0032700002193450928 +Info 1553 [12:52:03.156] getExportInfoMap: cache hit +Info 1554 [12:52:03.158] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1555 [12:52:03.158] collectAutoImports: response is complete +Info 1556 [12:52:03.158] collectAutoImports: 1.5416970010846853 +Info 1557 [12:52:03.158] getCompletionData: Semantic work: 2.0370180010795593 +Info 1558 [12:52:03.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7285789996385574 +Info 1559 [12:52:03.161] Format host information updated +Info 1560 [12:52:03.487] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1561 [12:52:03.495] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 8.44425799883902ms +Info 1562 [12:52:03.496] Different program with same set of files +Info 1563 [12:52:03.496] getCompletionData: Get current token: 0.005699001252651215 +Info 1564 [12:52:03.496] getCompletionData: Is inside comment: 0.011125000193715096 +Info 1565 [12:52:03.496] getCompletionData: Get previous token: 0.013560999184846878 +Info 1566 [12:52:03.496] getCompletionsAtPosition: isCompletionListBlocker: 0.00319099985063076 +Info 1567 [12:52:03.496] getExportInfoMap: cache hit +Info 1568 [12:52:03.498] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1569 [12:52:03.498] collectAutoImports: response is complete +Info 1570 [12:52:03.498] collectAutoImports: 1.4887129999697208 +Info 1571 [12:52:03.498] getCompletionData: Semantic work: 2.038995999842882 +Info 1572 [12:52:03.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.915828999131918 +Info 1573 [12:52:03.501] Format host information updated +Info 1574 [12:52:04.405] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1575 [12:52:04.413] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 8.659281000494957ms +Info 1576 [12:52:04.413] Different program with same set of files +Info 1577 [12:52:04.413] getCompletionData: Get current token: 0.005305999889969826 +Info 1578 [12:52:04.413] getCompletionData: Is inside comment: 0.011313999071717262 +Info 1579 [12:52:04.414] getCompletionData: Get previous token: 0.007766999304294586 +Info 1580 [12:52:04.414] getCompletionsAtPosition: isCompletionListBlocker: 0.0021630004048347473 +Info 1581 [12:52:04.414] getExportInfoMap: cache hit +Info 1582 [12:52:04.423] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1583 [12:52:04.423] collectAutoImports: response is complete +Info 1584 [12:52:04.423] collectAutoImports: 8.68282400071621 +Info 1585 [12:52:04.423] getCompletionData: Semantic work: 9.239484000951052 +Info 1586 [12:52:04.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.771077999845147 +Info 1587 [12:52:04.432] Format host information updated +Info 1588 [12:52:04.484] Format host information updated +Info 1589 [12:52:04.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1590 [12:52:04.496] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 11.992218999192119ms +Info 1591 [12:52:04.496] Different program with same set of files +Info 1592 [12:52:04.644] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1593 [12:52:04.651] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 6.73675199970603ms +Info 1594 [12:52:04.651] Different program with same set of files +Info 1595 [12:52:04.651] getCompletionData: Get current token: 0.006299000233411789 +Info 1596 [12:52:04.651] getCompletionData: Is inside comment: 0.01448499970138073 +Info 1597 [12:52:04.651] getCompletionData: Get previous token: 0.01683799922466278 +Info 1598 [12:52:04.651] getCompletionsAtPosition: isCompletionListBlocker: 0.0026069991290569305 +Info 1599 [12:52:04.652] getExportInfoMap: cache hit +Info 1600 [12:52:04.656] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 97 from cache +Info 1601 [12:52:04.656] collectAutoImports: response is complete +Info 1602 [12:52:04.656] collectAutoImports: 3.9158089999109507 +Info 1603 [12:52:04.656] getCompletionData: Semantic work: 4.457770999521017 +Info 1604 [12:52:04.658] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6504530012607574 +Info 1605 [12:52:04.661] Format host information updated +Info 1606 [12:52:04.745] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1607 [12:52:04.770] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 24.430144000798464ms +Info 1608 [12:52:04.770] Different program with same set of files +Info 1609 [12:52:04.771] getCompletionData: Get current token: 0.024580998346209526 +Info 1610 [12:52:04.771] getCompletionData: Is inside comment: 0.0556659996509552 +Info 1611 [12:52:04.771] getCompletionData: Get previous token: 0.06812200136482716 +Info 1612 [12:52:04.771] getCompletionsAtPosition: isCompletionListBlocker: 0.007954999804496765 +Info 1613 [12:52:04.773] getExportInfoMap: cache hit +Info 1614 [12:52:04.781] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 92 from cache +Info 1615 [12:52:04.781] collectAutoImports: response is complete +Info 1616 [12:52:04.781] collectAutoImports: 8.48293299973011 +Info 1617 [12:52:04.781] getCompletionData: Semantic work: 9.977762999013066 +Info 1618 [12:52:04.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.605057001113892 +Info 1619 [12:52:04.788] Format host information updated +Info 1620 [12:52:04.849] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1621 [12:52:04.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 8.691841000691056ms +Info 1622 [12:52:04.857] Different program with same set of files +Info 1623 [12:52:04.858] getCompletionData: Get current token: 0.005764000117778778 +Info 1624 [12:52:04.858] getCompletionData: Is inside comment: 0.012234000489115715 +Info 1625 [12:52:04.858] getCompletionData: Get previous token: 0.015951000154018402 +Info 1626 [12:52:04.858] getCompletionsAtPosition: isCompletionListBlocker: 0.002403000369668007 +Info 1627 [12:52:04.858] getExportInfoMap: cache hit +Info 1628 [12:52:04.861] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 27 from cache +Info 1629 [12:52:04.861] collectAutoImports: response is complete +Info 1630 [12:52:04.861] collectAutoImports: 2.2657319996505976 +Info 1631 [12:52:04.861] getCompletionData: Semantic work: 2.7814230006188154 +Info 1632 [12:52:04.863] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9865399990230799 +Info 1633 [12:52:04.864] Format host information updated +Info 1634 [12:52:04.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1635 [12:52:04.962] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 7.352167000994086ms +Info 1636 [12:52:04.962] Different program with same set of files +Info 1637 [12:52:04.962] getCompletionData: Get current token: 0.004987999796867371 +Info 1638 [12:52:04.962] getCompletionData: Is inside comment: 0.010507998988032341 +Info 1639 [12:52:04.962] getCompletionData: Get previous token: 0.014624999836087227 +Info 1640 [12:52:04.962] getCompletionsAtPosition: isCompletionListBlocker: 0.002389000728726387 +Info 1641 [12:52:04.963] getExportInfoMap: cache hit +Info 1642 [12:52:04.965] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 4 from cache +Info 1643 [12:52:04.965] collectAutoImports: response is complete +Info 1644 [12:52:04.965] collectAutoImports: 1.8076019994914532 +Info 1645 [12:52:04.965] getCompletionData: Semantic work: 2.3104309998452663 +Info 1646 [12:52:04.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7509020008146763 +Info 1647 [12:52:04.967] Format host information updated +Info 1648 [12:52:05.042] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1649 [12:52:05.064] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 22.056750999763608ms +Info 1650 [12:52:05.064] Different program with same set of files +Info 1651 [12:52:05.065] getCompletionData: Get current token: 0.012459998950362206 +Info 1652 [12:52:05.065] getCompletionData: Is inside comment: 0.03751999884843826 +Info 1653 [12:52:05.065] getCompletionData: Get previous token: 0.04951799847185612 +Info 1654 [12:52:05.065] getCompletionsAtPosition: isCompletionListBlocker: 0.00704599916934967 +Info 1655 [12:52:05.066] getExportInfoMap: cache hit +Info 1656 [12:52:05.089] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1657 [12:52:05.089] collectAutoImports: response is complete +Info 1658 [12:52:05.089] collectAutoImports: 22.58644500002265 +Info 1659 [12:52:05.089] getCompletionData: Semantic work: 24.226905999705195 +Info 1660 [12:52:05.096] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.58288300037384 +Info 1661 [12:52:05.102] Format host information updated +Info 1662 [12:52:05.419] getCompletionData: Get current token: 0.014146000146865845 +Info 1663 [12:52:05.419] getCompletionData: Is inside comment: 0.045907000079751015 +Info 1664 [12:52:05.419] getCompletionData: Get previous token: 0.030040999874472618 +Info 1665 [12:52:05.419] getCompletionsAtPosition: isCompletionListBlocker: 0.02586900070309639 +Info 1666 [12:52:05.421] getExportInfoMap: cache hit +Info 1667 [12:52:05.452] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1668 [12:52:05.453] collectAutoImports: response is complete +Info 1669 [12:52:05.453] collectAutoImports: 31.64588399976492 +Info 1670 [12:52:05.453] getCompletionData: Semantic work: 33.578331999480724 +Info 1671 [12:52:05.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.75917199999094 +Info 1672 [12:52:05.536] Format host information updated +Info 1673 [12:52:05.537] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1674 [12:52:05.562] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 24.51762600056827ms +Info 1675 [12:52:05.562] Different program with same set of files +Info 1676 [12:52:05.648] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1677 [12:52:05.654] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 6.330016000196338ms +Info 1678 [12:52:05.654] Different program with same set of files +Info 1679 [12:52:05.654] getCompletionData: Get current token: 0.0037869997322559357 +Info 1680 [12:52:05.654] getCompletionData: Is inside comment: 0.010565999895334244 +Info 1681 [12:52:05.654] getCompletionData: Get previous token: 0.007259000092744827 +Info 1682 [12:52:05.654] getCompletionsAtPosition: isCompletionListBlocker: 0.007724998518824577 +Info 1683 [12:52:05.655] getExportInfoMap: cache hit +Info 1684 [12:52:05.667] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1685 [12:52:05.667] collectAutoImports: response is complete +Info 1686 [12:52:05.667] collectAutoImports: 11.969438999891281 +Info 1687 [12:52:05.667] getCompletionData: Semantic work: 12.46369400061667 +Info 1688 [12:52:05.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.825503999367356 +Info 1689 [12:52:05.675] Format host information updated +Info 1690 [12:52:05.831] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1691 [12:52:05.838] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.5287570003420115ms +Info 1692 [12:52:05.838] Different program with same set of files +Info 1693 [12:52:05.838] getCompletionData: Get current token: 0.0043379999697208405 +Info 1694 [12:52:05.838] getCompletionData: Is inside comment: 0.011682000011205673 +Info 1695 [12:52:05.838] getCompletionData: Get previous token: 0.007964000105857849 +Info 1696 [12:52:05.838] getCompletionsAtPosition: isCompletionListBlocker: 0.007143000140786171 +Info 1697 [12:52:05.839] getExportInfoMap: cache hit +Info 1698 [12:52:05.852] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1699 [12:52:05.852] collectAutoImports: response is complete +Info 1700 [12:52:05.852] collectAutoImports: 12.868224000558257 +Info 1701 [12:52:05.852] getCompletionData: Semantic work: 13.38412499986589 +Info 1702 [12:52:05.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.337201999500394 +Info 1703 [12:52:05.861] Format host information updated +Info 1704 [12:52:05.908] Format host information updated +Info 1705 [12:52:05.908] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1706 [12:52:05.917] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 8.813754001632333ms +Info 1707 [12:52:05.917] Different program with same set of files +Info 1708 [12:52:06.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1709 [12:52:06.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 6.304423000663519ms +Info 1710 [12:52:06.136] Different program with same set of files +Info 1711 [12:52:06.136] getCompletionData: Get current token: 0.0029850006103515625 +Info 1712 [12:52:06.136] getCompletionData: Is inside comment: 0.009192999452352524 +Info 1713 [12:52:06.136] getCompletionData: Get previous token: 0.01107800006866455 +Info 1714 [12:52:06.136] getCompletionsAtPosition: isCompletionListBlocker: 0.008230999112129211 +Info 1715 [12:52:06.136] getExportInfoMap: cache hit +Info 1716 [12:52:06.140] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 1717 [12:52:06.140] collectAutoImports: response is complete +Info 1718 [12:52:06.140] collectAutoImports: 3.5595399998128414 +Info 1719 [12:52:06.140] getCompletionData: Semantic work: 4.107471000403166 +Info 1720 [12:52:06.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.312518998980522 +Info 1721 [12:52:06.145] Format host information updated +Info 1722 [12:52:06.270] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1723 [12:52:06.277] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 6.429656000807881ms +Info 1724 [12:52:06.277] Different program with same set of files +Info 1725 [12:52:06.277] getCompletionData: Get current token: 0.0038400012999773026 +Info 1726 [12:52:06.277] getCompletionData: Is inside comment: 0.013062000274658203 +Info 1727 [12:52:06.277] getCompletionData: Get previous token: 0.01377199962735176 +Info 1728 [12:52:06.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0077019985765218735 +Info 1729 [12:52:06.278] getExportInfoMap: cache hit +Info 1730 [12:52:06.281] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 109 from cache +Info 1731 [12:52:06.281] collectAutoImports: response is complete +Info 1732 [12:52:06.281] collectAutoImports: 3.265701999887824 +Info 1733 [12:52:06.281] getCompletionData: Semantic work: 3.797095999121666 +Info 1734 [12:52:06.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.462306000292301 +Info 1735 [12:52:06.285] Format host information updated +Info 1736 [12:52:06.348] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1737 [12:52:06.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 6.354392001405358ms +Info 1738 [12:52:06.354] Different program with same set of files +Info 1739 [12:52:06.354] getCompletionData: Get current token: 0.00289200060069561 +Info 1740 [12:52:06.354] getCompletionData: Is inside comment: 0.009686000645160675 +Info 1741 [12:52:06.354] getCompletionData: Get previous token: 0.012387000024318695 +Info 1742 [12:52:06.354] getCompletionsAtPosition: isCompletionListBlocker: 0.0068910010159015656 +Info 1743 [12:52:06.355] getExportInfoMap: cache hit +Info 1744 [12:52:06.359] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 39 from cache +Info 1745 [12:52:06.359] collectAutoImports: response is complete +Info 1746 [12:52:06.359] collectAutoImports: 3.8522049989551306 +Info 1747 [12:52:06.359] getCompletionData: Semantic work: 4.304274000227451 +Info 1748 [12:52:06.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7872439995408058 +Info 1749 [12:52:06.361] Format host information updated +Info 1750 [12:52:06.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1751 [12:52:06.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 6.555802000686526ms +Info 1752 [12:52:06.519] Different program with same set of files +Info 1753 [12:52:06.520] getCompletionData: Get current token: 0.003220999613404274 +Info 1754 [12:52:06.520] getCompletionData: Is inside comment: 0.01128700003027916 +Info 1755 [12:52:06.520] getCompletionData: Get previous token: 0.013018999248743057 +Info 1756 [12:52:06.520] getCompletionsAtPosition: isCompletionListBlocker: 0.006796000525355339 +Info 1757 [12:52:06.520] getExportInfoMap: cache hit +Info 1758 [12:52:06.522] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 1759 [12:52:06.522] collectAutoImports: response is complete +Info 1760 [12:52:06.522] collectAutoImports: 1.689750000834465 +Info 1761 [12:52:06.522] getCompletionData: Semantic work: 2.2021889984607697 +Info 1762 [12:52:06.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9407710004597902 +Info 1763 [12:52:06.525] Format host information updated +Info 1764 [12:52:06.639] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1765 [12:52:06.669] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 30.016183000057936ms +Info 1766 [12:52:06.669] Different program with same set of files +Info 1767 [12:52:06.670] getCompletionData: Get current token: 0.01507600024342537 +Info 1768 [12:52:06.670] getCompletionData: Is inside comment: 0.04305399954319 +Info 1769 [12:52:06.670] getCompletionData: Get previous token: 0.05579799972474575 +Info 1770 [12:52:06.670] getCompletionsAtPosition: isCompletionListBlocker: 0.026116998866200447 +Info 1771 [12:52:06.672] getExportInfoMap: cache hit +Info 1772 [12:52:06.676] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 1773 [12:52:06.676] collectAutoImports: response is complete +Info 1774 [12:52:06.676] collectAutoImports: 4.54814700037241 +Info 1775 [12:52:06.676] getCompletionData: Semantic work: 6.335022000595927 +Info 1776 [12:52:06.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.073472000658512 +Info 1777 [12:52:06.682] Format host information updated +Info 1778 [12:52:06.863] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1779 [12:52:06.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 7.868691999465227ms +Info 1780 [12:52:06.871] Different program with same set of files +Info 1781 [12:52:06.871] getCompletionData: Get current token: 0.003217000514268875 +Info 1782 [12:52:06.871] getCompletionData: Is inside comment: 0.010071998462080956 +Info 1783 [12:52:06.871] getCompletionData: Get previous token: 0.011383000761270523 +Info 1784 [12:52:06.871] getCompletionsAtPosition: isCompletionListBlocker: 0.007330998778343201 +Info 1785 [12:52:06.871] getExportInfoMap: cache hit +Info 1786 [12:52:06.873] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 1787 [12:52:06.873] collectAutoImports: response is complete +Info 1788 [12:52:06.873] collectAutoImports: 1.474788999184966 +Info 1789 [12:52:06.873] getCompletionData: Semantic work: 1.9581039994955063 +Info 1790 [12:52:06.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7062130011618137 +Info 1791 [12:52:06.875] Format host information updated +Info 1792 [12:52:06.980] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1793 [12:52:06.986] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 6.504808001220226ms +Info 1794 [12:52:06.986] Different program with same set of files +Info 1795 [12:52:06.987] getCompletionData: Get current token: 0.003564000129699707 +Info 1796 [12:52:06.987] getCompletionData: Is inside comment: 0.010968999937176704 +Info 1797 [12:52:06.987] getCompletionData: Get previous token: 0.013299999758601189 +Info 1798 [12:52:06.987] getCompletionsAtPosition: isCompletionListBlocker: 0.007317999377846718 +Info 1799 [12:52:06.987] getExportInfoMap: cache hit +Info 1800 [12:52:06.989] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 12 from cache +Info 1801 [12:52:06.989] collectAutoImports: response is complete +Info 1802 [12:52:06.989] collectAutoImports: 1.9020659998059273 +Info 1803 [12:52:06.989] getCompletionData: Semantic work: 2.444015000015497 +Info 1804 [12:52:06.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8900579996407032 +Info 1805 [12:52:06.992] Format host information updated +Info 1806 [12:52:07.128] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1807 [12:52:07.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 8.200914999470115ms +Info 1808 [12:52:07.136] Different program with same set of files +Info 1809 [12:52:07.137] getCompletionData: Get current token: 0.0031409990042448044 +Info 1810 [12:52:07.137] getCompletionData: Is inside comment: 0.008767999708652496 +Info 1811 [12:52:07.137] getCompletionData: Get previous token: 0.010960999876260757 +Info 1812 [12:52:07.137] getCompletionsAtPosition: isCompletionListBlocker: 0.008571000769734383 +Info 1813 [12:52:07.137] getExportInfoMap: cache hit +Info 1814 [12:52:07.139] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 39 from cache +Info 1815 [12:52:07.139] collectAutoImports: response is complete +Info 1816 [12:52:07.139] collectAutoImports: 1.9364620000123978 +Info 1817 [12:52:07.139] getCompletionData: Semantic work: 2.499082000926137 +Info 1818 [12:52:07.141] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.695558998733759 +Info 1819 [12:52:07.142] Format host information updated +Info 1820 [12:52:07.243] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1821 [12:52:07.250] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 6.820954000577331ms +Info 1822 [12:52:07.250] Different program with same set of files +Info 1823 [12:52:07.250] getCompletionData: Get current token: 0.004210999235510826 +Info 1824 [12:52:07.250] getCompletionData: Is inside comment: 0.012320000678300858 +Info 1825 [12:52:07.250] getCompletionData: Get previous token: 0.013602999970316887 +Info 1826 [12:52:07.250] getCompletionsAtPosition: isCompletionListBlocker: 0.00855100154876709 +Info 1827 [12:52:07.251] getExportInfoMap: cache hit +Info 1828 [12:52:07.254] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 109 from cache +Info 1829 [12:52:07.254] collectAutoImports: response is complete +Info 1830 [12:52:07.254] collectAutoImports: 3.561703000217676 +Info 1831 [12:52:07.254] getCompletionData: Semantic work: 4.130206000059843 +Info 1832 [12:52:07.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.527785001322627 +Info 1833 [12:52:07.260] Format host information updated +Info 1834 [12:52:07.346] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1835 [12:52:07.352] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 6.005710000172257ms +Info 1836 [12:52:07.352] Different program with same set of files +Info 1837 [12:52:07.352] getCompletionData: Get current token: 0.003368999809026718 +Info 1838 [12:52:07.352] getCompletionData: Is inside comment: 0.010572999715805054 +Info 1839 [12:52:07.352] getCompletionData: Get previous token: 0.012906000018119812 +Info 1840 [12:52:07.352] getCompletionsAtPosition: isCompletionListBlocker: 0.006665999069809914 +Info 1841 [12:52:07.353] getExportInfoMap: cache hit +Info 1842 [12:52:07.356] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 1843 [12:52:07.356] collectAutoImports: response is complete +Info 1844 [12:52:07.356] collectAutoImports: 3.5484180003404617 +Info 1845 [12:52:07.356] getCompletionData: Semantic work: 4.056741999462247 +Info 1846 [12:52:07.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.264828998595476 +Info 1847 [12:52:07.360] Format host information updated +Info 1848 [12:52:07.480] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1849 [12:52:07.504] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 24.392446000128984ms +Info 1850 [12:52:07.505] Different program with same set of files +Info 1851 [12:52:07.505] getCompletionData: Get current token: 0.01125200092792511 +Info 1852 [12:52:07.505] getCompletionData: Is inside comment: 0.03446800075471401 +Info 1853 [12:52:07.505] getCompletionData: Get previous token: 0.03986300155520439 +Info 1854 [12:52:07.505] getCompletionsAtPosition: isCompletionListBlocker: 0.02078299969434738 +Info 1855 [12:52:07.507] getExportInfoMap: cache hit +Info 1856 [12:52:07.517] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 142 from cache +Info 1857 [12:52:07.518] collectAutoImports: response is complete +Info 1858 [12:52:07.518] collectAutoImports: 10.799738999456167 +Info 1859 [12:52:07.518] getCompletionData: Semantic work: 12.205025000497699 +Info 1860 [12:52:07.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1576380003243685 +Info 1861 [12:52:07.523] Format host information updated +Info 1862 [12:52:07.584] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1863 [12:52:07.599] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 14.739485001191497ms +Info 1864 [12:52:07.599] Different program with same set of files +Info 1865 [12:52:07.600] getCompletionData: Get current token: 0.009492998942732811 +Info 1866 [12:52:07.600] getCompletionData: Is inside comment: 0.028884999454021454 +Info 1867 [12:52:07.600] getCompletionData: Get previous token: 0.03366700001060963 +Info 1868 [12:52:07.600] getCompletionsAtPosition: isCompletionListBlocker: 0.019311999902129173 +Info 1869 [12:52:07.601] getExportInfoMap: cache hit +Info 1870 [12:52:07.609] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 93 from cache +Info 1871 [12:52:07.609] collectAutoImports: response is complete +Info 1872 [12:52:07.609] collectAutoImports: 7.56882599927485 +Info 1873 [12:52:07.609] getCompletionData: Semantic work: 9.026854000985622 +Info 1874 [12:52:07.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.9400600008666515 +Info 1875 [12:52:07.618] Format host information updated +Info 1876 [12:52:07.649] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1877 [12:52:07.658] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 8.94480900093913ms +Info 1878 [12:52:07.659] Different program with same set of files +Info 1879 [12:52:07.659] getCompletionData: Get current token: 0.005694998428225517 +Info 1880 [12:52:07.659] getCompletionData: Is inside comment: 0.04476100020110607 +Info 1881 [12:52:07.659] getCompletionData: Get previous token: 0.018993999809026718 +Info 1882 [12:52:07.659] getCompletionsAtPosition: isCompletionListBlocker: 0.009688999503850937 +Info 1883 [12:52:07.660] getExportInfoMap: cache hit +Info 1884 [12:52:07.663] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 26 from cache +Info 1885 [12:52:07.663] collectAutoImports: response is complete +Info 1886 [12:52:07.663] collectAutoImports: 3.170322000980377 +Info 1887 [12:52:07.663] getCompletionData: Semantic work: 3.8760230001062155 +Info 1888 [12:52:07.666] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.040913000702858 +Info 1889 [12:52:07.667] Format host information updated +Info 1890 [12:52:07.753] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1891 [12:52:07.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 6.327581999823451ms +Info 1892 [12:52:07.760] Different program with same set of files +Info 1893 [12:52:07.760] getCompletionData: Get current token: 0.0031340010464191437 +Info 1894 [12:52:07.760] getCompletionData: Is inside comment: 0.008535999804735184 +Info 1895 [12:52:07.760] getCompletionData: Get previous token: 0.009343000128865242 +Info 1896 [12:52:07.760] getCompletionsAtPosition: isCompletionListBlocker: 0.006857000291347504 +Info 1897 [12:52:07.761] getExportInfoMap: cache hit +Info 1898 [12:52:07.763] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 3 from cache +Info 1899 [12:52:07.763] collectAutoImports: response is complete +Info 1900 [12:52:07.763] collectAutoImports: 2.286744000390172 +Info 1901 [12:52:07.763] getCompletionData: Semantic work: 2.983796998858452 +Info 1902 [12:52:07.765] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7581280004233122 +Info 1903 [12:52:07.768] Format host information updated +Info 1904 [12:52:07.820] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1905 [12:52:07.826] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 6.275609999895096ms +Info 1906 [12:52:07.826] Different program with same set of files +Info 1907 [12:52:07.826] getCompletionData: Get current token: 0.003057001158595085 +Info 1908 [12:52:07.826] getCompletionData: Is inside comment: 0.00837000086903572 +Info 1909 [12:52:07.826] getCompletionData: Get previous token: 0.009438000619411469 +Info 1910 [12:52:07.826] getCompletionsAtPosition: isCompletionListBlocker: 0.006151000037789345 +Info 1911 [12:52:07.826] getExportInfoMap: cache hit +Info 1912 [12:52:07.828] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1913 [12:52:07.828] collectAutoImports: response is complete +Info 1914 [12:52:07.828] collectAutoImports: 1.8005289994180202 +Info 1915 [12:52:07.828] getCompletionData: Semantic work: 2.2324160002171993 +Info 1916 [12:52:07.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5265439990907907 +Info 1917 [12:52:07.831] Format host information updated +Info 1918 [12:52:08.126] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1919 [12:52:08.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 6.022180000320077ms +Info 1920 [12:52:08.132] Different program with same set of files +Info 1921 [12:52:08.133] getCompletionData: Get current token: 0.0029509998857975006 +Info 1922 [12:52:08.133] getCompletionData: Is inside comment: 0.00853399932384491 +Info 1923 [12:52:08.133] getCompletionData: Get previous token: 0.008990000933408737 +Info 1924 [12:52:08.133] getCompletionsAtPosition: isCompletionListBlocker: 0.006471998989582062 +Info 1925 [12:52:08.133] getExportInfoMap: cache hit +Info 1926 [12:52:08.135] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 3 from cache +Info 1927 [12:52:08.135] collectAutoImports: response is complete +Info 1928 [12:52:08.135] collectAutoImports: 1.7997900005429983 +Info 1929 [12:52:08.135] getCompletionData: Semantic work: 2.283111000433564 +Info 1930 [12:52:08.137] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6284190006554127 +Info 1931 [12:52:08.137] Format host information updated +Info 1932 [12:52:08.254] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1933 [12:52:08.260] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 6.398431999608874ms +Info 1934 [12:52:08.261] Different program with same set of files +Info 1935 [12:52:08.261] getCompletionData: Get current token: 0.026573998853564262 +Info 1936 [12:52:08.261] getCompletionData: Is inside comment: 0.008671998977661133 +Info 1937 [12:52:08.261] getCompletionData: Get previous token: 0.009742001071572304 +Info 1938 [12:52:08.261] getCompletionsAtPosition: isCompletionListBlocker: 0.025729000568389893 +Info 1939 [12:52:08.262] getExportInfoMap: cache hit +Info 1940 [12:52:08.264] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 26 from cache +Info 1941 [12:52:08.264] collectAutoImports: response is complete +Info 1942 [12:52:08.264] collectAutoImports: 2.2309479992836714 +Info 1943 [12:52:08.264] getCompletionData: Semantic work: 3.1325790006667376 +Info 1944 [12:52:08.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.400806000456214 +Info 1945 [12:52:08.270] Format host information updated +Info 1946 [12:52:08.323] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1947 [12:52:08.329] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 6.483534000813961ms +Info 1948 [12:52:08.329] Different program with same set of files +Info 1949 [12:52:08.329] getCompletionData: Get current token: 0.0029840003699064255 +Info 1950 [12:52:08.329] getCompletionData: Is inside comment: 0.008588999509811401 +Info 1951 [12:52:08.329] getCompletionData: Get previous token: 0.009682999923825264 +Info 1952 [12:52:08.329] getCompletionsAtPosition: isCompletionListBlocker: 0.0064690001308918 +Info 1953 [12:52:08.330] getExportInfoMap: cache hit +Info 1954 [12:52:08.332] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 11 from cache +Info 1955 [12:52:08.332] collectAutoImports: response is complete +Info 1956 [12:52:08.332] collectAutoImports: 2.161786999553442 +Info 1957 [12:52:08.332] getCompletionData: Semantic work: 2.619625000283122 +Info 1958 [12:52:08.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.027269998565316 +Info 1959 [12:52:08.335] Format host information updated +Info 1960 [12:52:08.394] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1961 [12:52:08.402] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 7.742832999676466ms +Info 1962 [12:52:08.402] Different program with same set of files +Info 1963 [12:52:08.402] getCompletionData: Get current token: 0.004428999498486519 +Info 1964 [12:52:08.402] getCompletionData: Is inside comment: 0.01298999972641468 +Info 1965 [12:52:08.402] getCompletionData: Get previous token: 0.01341400109231472 +Info 1966 [12:52:08.402] getCompletionsAtPosition: isCompletionListBlocker: 0.009297000244259834 +Info 1967 [12:52:08.405] getExportInfoMap: cache hit +Info 1968 [12:52:08.408] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 3 from cache +Info 1969 [12:52:08.408] collectAutoImports: response is complete +Info 1970 [12:52:08.408] collectAutoImports: 2.5366990007460117 +Info 1971 [12:52:08.408] getCompletionData: Semantic work: 5.644975999370217 +Info 1972 [12:52:08.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2723629996180534 +Info 1973 [12:52:08.411] Format host information updated +Info 1974 [12:52:08.466] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1975 [12:52:08.479] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 13.210658000782132ms +Info 1976 [12:52:08.479] Different program with same set of files +Info 1977 [12:52:08.480] getCompletionData: Get current token: 0.0066670011729002 +Info 1978 [12:52:08.480] getCompletionData: Is inside comment: 0.018397999927401543 +Info 1979 [12:52:08.480] getCompletionData: Get previous token: 0.02163100056350231 +Info 1980 [12:52:08.480] getCompletionsAtPosition: isCompletionListBlocker: 0.01563900150358677 +Info 1981 [12:52:08.481] getExportInfoMap: cache hit +Info 1982 [12:52:08.484] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1983 [12:52:08.484] collectAutoImports: response is complete +Info 1984 [12:52:08.484] collectAutoImports: 3.1701229996979237 +Info 1985 [12:52:08.484] getCompletionData: Semantic work: 4.2194929998368025 +Info 1986 [12:52:08.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1236710008233786 +Info 1987 [12:52:08.488] Format host information updated +Info 1988 [12:52:08.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1989 [12:52:08.614] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 26.03936699964106ms +Info 1990 [12:52:08.614] Different program with same set of files +Info 1991 [12:52:08.615] getCompletionData: Get current token: 0.014326000586152077 +Info 1992 [12:52:08.615] getCompletionData: Is inside comment: 0.04079899936914444 +Info 1993 [12:52:08.615] getCompletionData: Get previous token: 0.02441900037229061 +Info 1994 [12:52:08.615] getCompletionsAtPosition: isCompletionListBlocker: 0.009310001507401466 +Info 1995 [12:52:08.617] getExportInfoMap: cache hit +Info 1996 [12:52:08.638] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 1997 [12:52:08.638] collectAutoImports: response is complete +Info 1998 [12:52:08.638] collectAutoImports: 20.806490000337362 +Info 1999 [12:52:08.638] getCompletionData: Semantic work: 22.537086000666022 +Info 2000 [12:52:08.644] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.245009001344442 +Info 2001 [12:52:08.650] Format host information updated +Info 2002 [12:52:08.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2003 [12:52:08.661] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 5.952298000454903ms +Info 2004 [12:52:08.661] Different program with same set of files +Info 2005 [12:52:08.661] getCompletionData: Get current token: 0.003233000636100769 +Info 2006 [12:52:08.661] getCompletionData: Is inside comment: 0.009383998811244965 +Info 2007 [12:52:08.661] getCompletionData: Get previous token: 0.006658000871539116 +Info 2008 [12:52:08.661] getCompletionsAtPosition: isCompletionListBlocker: 0.009902000427246094 +Info 2009 [12:52:08.661] getExportInfoMap: cache hit +Info 2010 [12:52:08.670] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2011 [12:52:08.670] collectAutoImports: response is complete +Info 2012 [12:52:08.670] collectAutoImports: 8.501163000240922 +Info 2013 [12:52:08.670] getCompletionData: Semantic work: 8.971490999683738 +Info 2014 [12:52:08.674] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.15348800085485 +Info 2015 [12:52:08.679] Format host information updated +Info 2016 [12:52:08.971] getCompletionData: Get current token: 0.0034490004181861877 +Info 2017 [12:52:08.971] getCompletionData: Is inside comment: 0.009216001257300377 +Info 2018 [12:52:08.971] getCompletionData: Get previous token: 0.005991000682115555 +Info 2019 [12:52:08.971] getCompletionsAtPosition: isCompletionListBlocker: 0.003574999049305916 +Info 2020 [12:52:08.971] getExportInfoMap: cache hit +Info 2021 [12:52:08.979] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2022 [12:52:08.979] collectAutoImports: response is complete +Info 2023 [12:52:08.979] collectAutoImports: 7.15866700001061 +Info 2024 [12:52:08.979] getCompletionData: Semantic work: 7.67591099999845 +Info 2025 [12:52:08.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.510662000626326 +Info 2026 [12:52:09.947] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2027 [12:52:09.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 6.264651998877525ms +Info 2028 [12:52:09.953] Different program with same set of files +Info 2029 [12:52:09.953] getCompletionData: Get current token: 0.003235999494791031 +Info 2030 [12:52:09.953] getCompletionData: Is inside comment: 0.009011000394821167 +Info 2031 [12:52:09.953] getCompletionData: Get previous token: 0.009700998663902283 +Info 2032 [12:52:09.953] getCompletionsAtPosition: isCompletionListBlocker: 0.002545000985264778 +Info 2033 [12:52:09.954] getExportInfoMap: cache hit +Info 2034 [12:52:09.957] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 216 from cache +Info 2035 [12:52:09.957] collectAutoImports: response is complete +Info 2036 [12:52:09.957] collectAutoImports: 2.993053998798132 +Info 2037 [12:52:09.957] getCompletionData: Semantic work: 3.592653999105096 +Info 2038 [12:52:09.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.08173300139606 +Info 2039 [12:52:09.960] Format host information updated +Info 2040 [12:52:10.111] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2041 [12:52:10.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 8.080395000055432ms +Info 2042 [12:52:10.119] Different program with same set of files +Info 2043 [12:52:10.119] getCompletionData: Get current token: 0.004119999706745148 +Info 2044 [12:52:10.119] getCompletionData: Is inside comment: 0.010637998580932617 +Info 2045 [12:52:10.119] getCompletionData: Get previous token: 0.012042000889778137 +Info 2046 [12:52:10.119] getCompletionsAtPosition: isCompletionListBlocker: 0.0034969989210367203 +Info 2047 [12:52:10.120] getExportInfoMap: cache hit +Info 2048 [12:52:10.122] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 57 from cache +Info 2049 [12:52:10.122] collectAutoImports: response is complete +Info 2050 [12:52:10.122] collectAutoImports: 2.3256240002810955 +Info 2051 [12:52:10.122] getCompletionData: Semantic work: 2.8660889994353056 +Info 2052 [12:52:10.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.00025499984622 +Info 2053 [12:52:10.125] Format host information updated +Info 2054 [12:52:10.215] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2055 [12:52:10.221] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 6.319387998431921ms +Info 2056 [12:52:10.221] Different program with same set of files +Info 2057 [12:52:10.221] getCompletionData: Get current token: 0.003885999321937561 +Info 2058 [12:52:10.221] getCompletionData: Is inside comment: 0.010862000286579132 +Info 2059 [12:52:10.221] getCompletionData: Get previous token: 0.011951999738812447 +Info 2060 [12:52:10.221] getCompletionsAtPosition: isCompletionListBlocker: 0.003234999254345894 +Info 2061 [12:52:10.222] getExportInfoMap: cache hit +Info 2062 [12:52:10.224] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 45 from cache +Info 2063 [12:52:10.224] collectAutoImports: response is complete +Info 2064 [12:52:10.224] collectAutoImports: 2.0492219999432564 +Info 2065 [12:52:10.224] getCompletionData: Semantic work: 2.573302999138832 +Info 2066 [12:52:10.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9551799986511469 +Info 2067 [12:52:10.228] Format host information updated +Info 2068 [12:52:10.297] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2069 [12:52:10.303] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 5.993938999250531ms +Info 2070 [12:52:10.303] Different program with same set of files +Info 2071 [12:52:10.303] getCompletionData: Get current token: 0.003983000293374062 +Info 2072 [12:52:10.303] getCompletionData: Is inside comment: 0.010818999260663986 +Info 2073 [12:52:10.303] getCompletionData: Get previous token: 0.011284999549388885 +Info 2074 [12:52:10.303] getCompletionsAtPosition: isCompletionListBlocker: 0.003251001238822937 +Info 2075 [12:52:10.304] getExportInfoMap: cache hit +Info 2076 [12:52:10.305] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 28 from cache +Info 2077 [12:52:10.305] collectAutoImports: response is complete +Info 2078 [12:52:10.305] collectAutoImports: 1.5733759999275208 +Info 2079 [12:52:10.305] getCompletionData: Semantic work: 2.093310000374913 +Info 2080 [12:52:10.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7799620013684034 +Info 2081 [12:52:10.308] Format host information updated +Info 2082 [12:52:10.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2083 [12:52:10.442] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 6.3567719999700785ms +Info 2084 [12:52:10.442] Different program with same set of files +Info 2085 [12:52:10.442] getCompletionData: Get current token: 0.00464400090277195 +Info 2086 [12:52:10.442] getCompletionData: Is inside comment: 0.011884000152349472 +Info 2087 [12:52:10.442] getCompletionData: Get previous token: 0.012870000675320625 +Info 2088 [12:52:10.442] getCompletionsAtPosition: isCompletionListBlocker: 0.0030969996005296707 +Info 2089 [12:52:10.443] getExportInfoMap: cache hit +Info 2090 [12:52:10.444] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 2091 [12:52:10.444] collectAutoImports: response is complete +Info 2092 [12:52:10.444] collectAutoImports: 1.7658380009233952 +Info 2093 [12:52:10.444] getCompletionData: Semantic work: 2.292620001360774 +Info 2094 [12:52:10.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.173948999494314 +Info 2095 [12:52:10.451] Format host information updated +Info 2096 [12:52:10.508] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2097 [12:52:10.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 12.057182999327779ms +Info 2098 [12:52:10.520] Different program with same set of files +Info 2099 [12:52:10.520] getCompletionData: Get current token: 0.0034950003027915955 +Info 2100 [12:52:10.520] getCompletionData: Is inside comment: 0.010834001004695892 +Info 2101 [12:52:10.520] getCompletionData: Get previous token: 0.01060900092124939 +Info 2102 [12:52:10.520] getCompletionsAtPosition: isCompletionListBlocker: 0.002886001020669937 +Info 2103 [12:52:10.521] getExportInfoMap: cache hit +Info 2104 [12:52:10.522] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 2105 [12:52:10.522] collectAutoImports: response is complete +Info 2106 [12:52:10.522] collectAutoImports: 1.5193089991807938 +Info 2107 [12:52:10.522] getCompletionData: Semantic work: 2.091575000435114 +Info 2108 [12:52:10.525] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2994539998471737 +Info 2109 [12:52:10.530] Format host information updated +Info 2110 [12:52:10.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2111 [12:52:10.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 7.03694299980998ms +Info 2112 [12:52:10.595] Different program with same set of files +Info 2113 [12:52:10.595] getCompletionData: Get current token: 0.004947001114487648 +Info 2114 [12:52:10.595] getCompletionData: Is inside comment: 0.012826001271605492 +Info 2115 [12:52:10.595] getCompletionData: Get previous token: 0.013753000646829605 +Info 2116 [12:52:10.595] getCompletionsAtPosition: isCompletionListBlocker: 0.003035999834537506 +Info 2117 [12:52:10.596] getExportInfoMap: cache hit +Info 2118 [12:52:10.598] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 18 from cache +Info 2119 [12:52:10.598] collectAutoImports: response is complete +Info 2120 [12:52:10.598] collectAutoImports: 1.882591001689434 +Info 2121 [12:52:10.598] getCompletionData: Semantic work: 2.436878001317382 +Info 2122 [12:52:10.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1054569985717535 +Info 2123 [12:52:10.601] Format host information updated +Info 2124 [12:52:10.837] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2125 [12:52:10.847] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 9.827694999054074ms +Info 2126 [12:52:10.847] Different program with same set of files +Info 2127 [12:52:10.847] getCompletionData: Get current token: 0.004103001207113266 +Info 2128 [12:52:10.847] getCompletionData: Is inside comment: 0.011314000934362411 +Info 2129 [12:52:10.847] getCompletionData: Get previous token: 0.012376999482512474 +Info 2130 [12:52:10.847] getCompletionsAtPosition: isCompletionListBlocker: 0.003894999623298645 +Info 2131 [12:52:10.848] getExportInfoMap: cache hit +Info 2132 [12:52:10.849] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 11 from cache +Info 2133 [12:52:10.849] collectAutoImports: response is complete +Info 2134 [12:52:10.849] collectAutoImports: 1.7562430016696453 +Info 2135 [12:52:10.849] getCompletionData: Semantic work: 2.403763998299837 +Info 2136 [12:52:10.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.14627300016582 +Info 2137 [12:52:10.853] Format host information updated +Info 2138 [12:52:10.945] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2139 [12:52:10.968] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 22.77496000006795ms +Info 2140 [12:52:10.968] Different program with same set of files +Info 2141 [12:52:10.969] getCompletionData: Get current token: 0.017461998388171196 +Info 2142 [12:52:10.969] getCompletionData: Is inside comment: 0.044996000826358795 +Info 2143 [12:52:10.969] getCompletionData: Get previous token: 0.05232900008559227 +Info 2144 [12:52:10.969] getCompletionsAtPosition: isCompletionListBlocker: 0.00901699997484684 +Info 2145 [12:52:10.971] getExportInfoMap: cache hit +Info 2146 [12:52:10.977] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 2147 [12:52:10.977] collectAutoImports: response is complete +Info 2148 [12:52:10.977] collectAutoImports: 6.121650999411941 +Info 2149 [12:52:10.977] getCompletionData: Semantic work: 7.943690000101924 +Info 2150 [12:52:10.982] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.957995999604464 +Info 2151 [12:52:10.986] Format host information updated +Info 2152 [12:52:11.145] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2153 [12:52:11.151] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 6.108944000676274ms +Info 2154 [12:52:11.151] Different program with same set of files +Info 2155 [12:52:11.151] getCompletionData: Get current token: 0.004455000162124634 +Info 2156 [12:52:11.151] getCompletionData: Is inside comment: 0.01118599995970726 +Info 2157 [12:52:11.151] getCompletionData: Get previous token: 0.0126700010150671 +Info 2158 [12:52:11.151] getCompletionsAtPosition: isCompletionListBlocker: 0.0030220001935958862 +Info 2159 [12:52:11.152] getExportInfoMap: cache hit +Info 2160 [12:52:11.153] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 2161 [12:52:11.153] collectAutoImports: response is complete +Info 2162 [12:52:11.153] collectAutoImports: 1.6369549985975027 +Info 2163 [12:52:11.153] getCompletionData: Semantic work: 2.1437819991260767 +Info 2164 [12:52:11.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8671889994293451 +Info 2165 [12:52:11.156] Format host information updated +Info 2166 [12:52:11.260] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2167 [12:52:11.266] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 6.132803998887539ms +Info 2168 [12:52:11.266] Different program with same set of files +Info 2169 [12:52:11.266] getCompletionData: Get current token: 0.004567999392747879 +Info 2170 [12:52:11.266] getCompletionData: Is inside comment: 0.0117419995367527 +Info 2171 [12:52:11.266] getCompletionData: Get previous token: 0.012676000595092773 +Info 2172 [12:52:11.266] getCompletionsAtPosition: isCompletionListBlocker: 0.0031009986996650696 +Info 2173 [12:52:11.267] getExportInfoMap: cache hit +Info 2174 [12:52:11.269] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 2175 [12:52:11.269] collectAutoImports: response is complete +Info 2176 [12:52:11.269] collectAutoImports: 1.668003000319004 +Info 2177 [12:52:11.269] getCompletionData: Semantic work: 2.174474000930786 +Info 2178 [12:52:11.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8573720008134842 +Info 2179 [12:52:11.273] Format host information updated +Info 2180 [12:52:11.393] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2181 [12:52:11.400] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 6.199830001220107ms +Info 2182 [12:52:11.400] Different program with same set of files +Info 2183 [12:52:11.400] getCompletionData: Get current token: 0.003916999325156212 +Info 2184 [12:52:11.400] getCompletionData: Is inside comment: 0.01019199937582016 +Info 2185 [12:52:11.400] getCompletionData: Get previous token: 0.01098799891769886 +Info 2186 [12:52:11.400] getCompletionsAtPosition: isCompletionListBlocker: 0.0032700002193450928 +Info 2187 [12:52:11.400] getExportInfoMap: cache hit +Info 2188 [12:52:11.402] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 2189 [12:52:11.402] collectAutoImports: response is complete +Info 2190 [12:52:11.402] collectAutoImports: 1.6800360009074211 +Info 2191 [12:52:11.402] getCompletionData: Semantic work: 2.1638129986822605 +Info 2192 [12:52:11.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9036200009286404 +Info 2193 [12:52:11.405] Format host information updated +Info 2194 [12:52:11.513] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2195 [12:52:11.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 6.083847999572754ms +Info 2196 [12:52:11.519] Different program with same set of files +Info 2197 [12:52:11.519] getCompletionData: Get current token: 0.0041229985654354095 +Info 2198 [12:52:11.519] getCompletionData: Is inside comment: 0.010490000247955322 +Info 2199 [12:52:11.519] getCompletionData: Get previous token: 0.011199001222848892 +Info 2200 [12:52:11.519] getCompletionsAtPosition: isCompletionListBlocker: 0.0032700002193450928 +Info 2201 [12:52:11.520] getExportInfoMap: cache hit +Info 2202 [12:52:11.522] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 7 from cache +Info 2203 [12:52:11.522] collectAutoImports: response is complete +Info 2204 [12:52:11.522] collectAutoImports: 1.643155001103878 +Info 2205 [12:52:11.522] getCompletionData: Semantic work: 2.1473210006952286 +Info 2206 [12:52:11.525] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6797109991312027 +Info 2207 [12:52:11.526] Format host information updated +Info 2208 [12:52:11.735] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2209 [12:52:11.741] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 6.2364600002765656ms +Info 2210 [12:52:11.741] Different program with same set of files +Info 2211 [12:52:11.741] getCompletionData: Get current token: 0.0034619998186826706 +Info 2212 [12:52:11.741] getCompletionData: Is inside comment: 0.009731998667120934 +Info 2213 [12:52:11.742] getCompletionData: Get previous token: 0.006095999851822853 +Info 2214 [12:52:11.742] getCompletionsAtPosition: isCompletionListBlocker: 0.0067190006375312805 +Info 2215 [12:52:11.742] getExportInfoMap: cache hit +Info 2216 [12:52:11.754] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2217 [12:52:11.754] collectAutoImports: response is complete +Info 2218 [12:52:11.754] collectAutoImports: 12.056336998939514 +Info 2219 [12:52:11.754] getCompletionData: Semantic work: 12.509912999346852 +Info 2220 [12:52:11.759] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.499185999855399 +Info 2221 [12:52:11.762] Format host information updated +Info 2222 [12:52:12.153] getCompletionData: Get current token: 0.003932001069188118 +Info 2223 [12:52:12.153] getCompletionData: Is inside comment: 0.009800000116229057 +Info 2224 [12:52:12.153] getCompletionData: Get previous token: 0.0065369997173547745 +Info 2225 [12:52:12.153] getCompletionsAtPosition: isCompletionListBlocker: 0.0033160001039505005 +Info 2226 [12:52:12.153] getExportInfoMap: cache hit +Info 2227 [12:52:12.160] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2228 [12:52:12.160] collectAutoImports: response is complete +Info 2229 [12:52:12.160] collectAutoImports: 6.883770000189543 +Info 2230 [12:52:12.160] getCompletionData: Semantic work: 7.386974999681115 +Info 2231 [12:52:12.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.701044000685215 +Info 2232 [12:52:12.834] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2233 [12:52:12.841] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 7.603483999148011ms +Info 2234 [12:52:12.841] Different program with same set of files +Info 2235 [12:52:12.841] getCompletionData: Get current token: 0.003909999504685402 +Info 2236 [12:52:12.841] getCompletionData: Is inside comment: 0.009832000359892845 +Info 2237 [12:52:12.841] getCompletionData: Get previous token: 0.011885000392794609 +Info 2238 [12:52:12.841] getCompletionsAtPosition: isCompletionListBlocker: 0.003102000802755356 +Info 2239 [12:52:12.842] getExportInfoMap: cache hit +Info 2240 [12:52:12.845] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 2241 [12:52:12.845] collectAutoImports: response is complete +Info 2242 [12:52:12.845] collectAutoImports: 2.8601190000772476 +Info 2243 [12:52:12.845] getCompletionData: Semantic work: 3.368658998981118 +Info 2244 [12:52:12.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0085569992661476 +Info 2245 [12:52:12.848] Format host information updated +Info 2246 [12:52:12.900] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2247 [12:52:12.914] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 14.419308001175523ms +Info 2248 [12:52:12.914] Different program with same set of files +Info 2249 [12:52:12.915] getCompletionData: Get current token: 0.012292001396417618 +Info 2250 [12:52:12.915] getCompletionData: Is inside comment: 0.03226500004529953 +Info 2251 [12:52:12.915] getCompletionData: Get previous token: 0.03634199872612953 +Info 2252 [12:52:12.915] getCompletionsAtPosition: isCompletionListBlocker: 0.006609998643398285 +Info 2253 [12:52:12.916] getExportInfoMap: cache hit +Info 2254 [12:52:12.923] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 45 from cache +Info 2255 [12:52:12.923] collectAutoImports: response is complete +Info 2256 [12:52:12.923] collectAutoImports: 6.623775999993086 +Info 2257 [12:52:12.923] getCompletionData: Semantic work: 7.833451999351382 +Info 2258 [12:52:12.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6348900012671947 +Info 2259 [12:52:12.928] Format host information updated +Info 2260 [12:52:13.015] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2261 [12:52:13.021] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 6.2509380001574755ms +Info 2262 [12:52:13.021] Different program with same set of files +Info 2263 [12:52:13.021] getCompletionData: Get current token: 0.003880999982357025 +Info 2264 [12:52:13.021] getCompletionData: Is inside comment: 0.009518001228570938 +Info 2265 [12:52:13.021] getCompletionData: Get previous token: 0.01100900024175644 +Info 2266 [12:52:13.021] getCompletionsAtPosition: isCompletionListBlocker: 0.0025779996067285538 +Info 2267 [12:52:13.022] getExportInfoMap: cache hit +Info 2268 [12:52:13.030] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2269 [12:52:13.030] collectAutoImports: response is complete +Info 2270 [12:52:13.030] collectAutoImports: 8.57575099915266 +Info 2271 [12:52:13.030] getCompletionData: Semantic work: 9.022470001131296 +Info 2272 [12:52:13.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.348146000877023 +Info 2273 [12:52:13.040] Format host information updated +Info 2274 [12:52:15.675] getCompletionData: Get current token: 0.003936000168323517 +Info 2275 [12:52:15.675] getCompletionData: Is inside comment: 0.008515998721122742 +Info 2276 [12:52:15.675] getCompletionData: Get previous token: 0.005292000249028206 +Info 2277 [12:52:15.675] getCompletionsAtPosition: isCompletionListBlocker: 0.003401000052690506 +Info 2278 [12:52:15.676] getExportInfoMap: cache hit +Info 2279 [12:52:15.684] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2280 [12:52:15.684] collectAutoImports: response is complete +Info 2281 [12:52:15.684] collectAutoImports: 8.574970999732614 +Info 2282 [12:52:15.684] getCompletionData: Semantic work: 9.075384998694062 +Info 2283 [12:52:15.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8291069995611906 +Info 2284 [12:52:15.851] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2285 [12:52:15.857] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 6.350748999044299ms +Info 2286 [12:52:15.857] Different program with same set of files +Info 2287 [12:52:15.857] getCompletionData: Get current token: 0.0034969989210367203 +Info 2288 [12:52:15.857] getCompletionData: Is inside comment: 0.008935999125242233 +Info 2289 [12:52:15.857] getCompletionData: Get previous token: 0.009929999709129333 +Info 2290 [12:52:15.857] getCompletionsAtPosition: isCompletionListBlocker: 0.0031580012291669846 +Info 2291 [12:52:15.858] getExportInfoMap: cache hit +Info 2292 [12:52:15.859] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2293 [12:52:15.859] collectAutoImports: response is complete +Info 2294 [12:52:15.859] collectAutoImports: 1.2461609989404678 +Info 2295 [12:52:15.859] getCompletionData: Semantic work: 1.7265919987112284 +Info 2296 [12:52:15.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6389569994062185 +Info 2297 [12:52:15.862] Format host information updated +Info 2298 [12:52:15.916] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2299 [12:52:15.926] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 10.390309000387788ms +Info 2300 [12:52:15.926] Different program with same set of files +Info 2301 [12:52:15.926] getCompletionData: Get current token: 0.008135000243782997 +Info 2302 [12:52:15.926] getCompletionData: Is inside comment: 0.020525000989437103 +Info 2303 [12:52:15.926] getCompletionData: Get previous token: 0.022815000265836716 +Info 2304 [12:52:15.926] getCompletionsAtPosition: isCompletionListBlocker: 0.004798000678420067 +Info 2305 [12:52:15.927] getExportInfoMap: cache hit +Info 2306 [12:52:15.932] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2307 [12:52:15.932] collectAutoImports: response is complete +Info 2308 [12:52:15.932] collectAutoImports: 4.933981999754906 +Info 2309 [12:52:15.932] getCompletionData: Semantic work: 5.797331999987364 +Info 2310 [12:52:15.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2317999992519617 +Info 2311 [12:52:15.937] Format host information updated +Info 2312 [12:52:16.094] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2313 [12:52:16.118] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 23.92013799957931ms +Info 2314 [12:52:16.118] Different program with same set of files +Info 2315 [12:52:16.118] getCompletionData: Get current token: 0.013976000249385834 +Info 2316 [12:52:16.119] getCompletionData: Is inside comment: 0.03246999904513359 +Info 2317 [12:52:16.119] getCompletionData: Get previous token: 0.03537299856543541 +Info 2318 [12:52:16.119] getCompletionsAtPosition: isCompletionListBlocker: 0.007642000913619995 +Info 2319 [12:52:16.120] getExportInfoMap: cache hit +Info 2320 [12:52:16.124] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2321 [12:52:16.124] collectAutoImports: response is complete +Info 2322 [12:52:16.124] collectAutoImports: 4.014700999483466 +Info 2323 [12:52:16.124] getCompletionData: Semantic work: 5.471404999494553 +Info 2324 [12:52:16.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0669790003448725 +Info 2325 [12:52:16.130] Format host information updated +Info 2326 [12:52:16.161] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2327 [12:52:16.171] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 9.600862000137568ms +Info 2328 [12:52:16.171] Different program with same set of files +Info 2329 [12:52:16.171] getCompletionData: Get current token: 0.006796998903155327 +Info 2330 [12:52:16.171] getCompletionData: Is inside comment: 0.01570500060915947 +Info 2331 [12:52:16.171] getCompletionData: Get previous token: 0.018085001036524773 +Info 2332 [12:52:16.171] getCompletionsAtPosition: isCompletionListBlocker: 0.004465999081730843 +Info 2333 [12:52:16.174] getExportInfoMap: cache hit +Info 2334 [12:52:16.176] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2335 [12:52:16.177] collectAutoImports: response is complete +Info 2336 [12:52:16.177] collectAutoImports: 2.213002000004053 +Info 2337 [12:52:16.177] getCompletionData: Semantic work: 5.3409349992871284 +Info 2338 [12:52:16.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6720850002020597 +Info 2339 [12:52:16.180] Format host information updated +Info 2340 [12:52:16.388] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2341 [12:52:16.395] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 7.603056000545621ms +Info 2342 [12:52:16.395] Different program with same set of files +Info 2343 [12:52:16.396] getCompletionData: Get current token: 0.004805000498890877 +Info 2344 [12:52:16.396] getCompletionData: Is inside comment: 0.009832000359892845 +Info 2345 [12:52:16.396] getCompletionData: Get previous token: 0.0062170010060071945 +Info 2346 [12:52:16.396] getCompletionsAtPosition: isCompletionListBlocker: 0.0029219985008239746 +Info 2347 [12:52:16.396] getExportInfoMap: cache hit +Info 2348 [12:52:16.405] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2349 [12:52:16.405] collectAutoImports: response is complete +Info 2350 [12:52:16.405] collectAutoImports: 8.873459000140429 +Info 2351 [12:52:16.405] getCompletionData: Semantic work: 9.377344999462366 +Info 2352 [12:52:16.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.351413000375032 +Info 2353 [12:52:16.415] Format host information updated +Info 2354 [12:52:16.772] getCompletionData: Get current token: 0.0037789996713399887 +Info 2355 [12:52:16.772] getCompletionData: Is inside comment: 0.009689999744296074 +Info 2356 [12:52:16.772] getCompletionData: Get previous token: 0.006485998630523682 +Info 2357 [12:52:16.772] getCompletionsAtPosition: isCompletionListBlocker: 0.012070998549461365 +Info 2358 [12:52:16.773] getExportInfoMap: cache hit +Info 2359 [12:52:16.780] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2360 [12:52:16.780] collectAutoImports: response is complete +Info 2361 [12:52:16.780] collectAutoImports: 7.192959999665618 +Info 2362 [12:52:16.780] getCompletionData: Semantic work: 7.688603999093175 +Info 2363 [12:52:16.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.068887999281287 +Info 2364 [12:52:17.025] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2365 [12:52:17.031] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 6.4175990000367165ms +Info 2366 [12:52:17.031] Different program with same set of files +Info 2367 [12:52:17.031] getCompletionData: Get current token: 0.0035139992833137512 +Info 2368 [12:52:17.031] getCompletionData: Is inside comment: 0.00884999893605709 +Info 2369 [12:52:17.031] getCompletionData: Get previous token: 0.006068998947739601 +Info 2370 [12:52:17.031] getCompletionsAtPosition: isCompletionListBlocker: 0.007474001497030258 +Info 2371 [12:52:17.032] getExportInfoMap: cache hit +Info 2372 [12:52:17.040] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2373 [12:52:17.040] collectAutoImports: response is complete +Info 2374 [12:52:17.040] collectAutoImports: 7.930736999958754 +Info 2375 [12:52:17.040] getCompletionData: Semantic work: 8.37172699905932 +Info 2376 [12:52:17.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.125243000686169 +Info 2377 [12:52:17.050] Format host information updated +Info 2378 [12:52:39.277] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2379 [12:52:39.290] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 13.514682000502944ms +Info 2380 [12:52:39.290] Different program with same set of files +Info 2381 [12:52:39.291] getCompletionData: Get current token: 0.0019749999046325684 +Info 2382 [12:52:39.291] getCompletionData: Is inside comment: 0.006048999726772308 +Info 2383 [12:52:39.291] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2384 [12:52:39.291] Format host information updated +Info 2385 [12:52:39.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2386 [12:52:39.541] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 9.558399999514222ms +Info 2387 [12:52:39.541] Different program with same set of files +Info 2388 [12:52:39.542] getCompletionData: Get current token: 0.0019500013440847397 +Info 2389 [12:52:39.542] getCompletionData: Is inside comment: 0.005810000002384186 +Info 2390 [12:52:39.542] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2391 [12:52:39.542] Format host information updated +Info 2392 [12:52:39.655] Format host information updated +Info 2393 [12:52:39.655] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2394 [12:52:39.665] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 9.793405000120401ms +Info 2395 [12:52:39.665] Different program with same set of files +Info 2396 [12:52:39.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2397 [12:52:39.871] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 9.337398000061512ms +Info 2398 [12:52:39.871] Different program with same set of files +Info 2399 [12:52:39.871] getCompletionData: Get current token: 0.002216000109910965 +Info 2400 [12:52:39.871] getCompletionData: Is inside comment: 0.0065590012818574905 +Info 2401 [12:52:39.871] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2402 [12:52:39.871] Format host information updated +Info 2403 [12:52:40.041] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2404 [12:52:40.051] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 9.90982300043106ms +Info 2405 [12:52:40.051] Different program with same set of files +Info 2406 [12:52:40.051] getCompletionData: Get current token: 0.0020689982920885086 +Info 2407 [12:52:40.051] getCompletionData: Is inside comment: 0.005947001278400421 +Info 2408 [12:52:40.051] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2409 [12:52:40.051] Format host information updated +Info 2410 [12:52:40.181] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2411 [12:52:40.211] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 30.28027599863708ms +Info 2412 [12:52:40.211] Different program with same set of files +Info 2413 [12:52:40.211] getCompletionData: Get current token: 0.006972000002861023 +Info 2414 [12:52:40.211] getCompletionData: Is inside comment: 0.020914999768137932 +Info 2415 [12:52:40.212] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2416 [12:52:40.212] Format host information updated +Info 2417 [12:52:40.288] Format host information updated +Info 2418 [12:52:40.288] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2419 [12:52:40.304] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 16.00247500091791ms +Info 2420 [12:52:40.304] Different program with same set of files +Info 2421 [12:52:44.825] getCompletionData: Get current token: 0.003541000187397003 +Info 2422 [12:52:44.825] getCompletionData: Is inside comment: 0.011388000100851059 +Info 2423 [12:52:44.825] getCompletionData: Get previous token: 0.007672000676393509 +Info 2424 [12:52:44.825] getCompletionsAtPosition: isCompletionListBlocker: 0.008514000102877617 +Info 2425 [12:52:44.826] getExportInfoMap: cache hit +Info 2426 [12:52:44.846] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2427 [12:52:44.846] collectAutoImports: response is complete +Info 2428 [12:52:44.846] collectAutoImports: 20.12080500088632 +Info 2429 [12:52:44.846] getCompletionData: Semantic work: 21.119379999116063 +Info 2430 [12:52:44.855] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.369726000353694 +Info 2431 [12:52:45.018] Format host information updated +Info 2432 [12:52:45.018] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2433 [12:52:45.025] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 6.450978999957442ms +Info 2434 [12:52:45.025] Different program with same set of files +Info 2435 [12:52:45.256] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2436 [12:52:45.267] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 10.794891001656651ms +Info 2437 [12:52:45.267] Different program with same set of files +Info 2438 [12:52:45.267] getCompletionData: Get current token: 0.002058001235127449 +Info 2439 [12:52:45.267] getCompletionData: Is inside comment: 0.00887100026011467 +Info 2440 [12:52:45.267] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2441 [12:52:45.268] Format host information updated +Info 2442 [12:52:45.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2443 [12:52:45.440] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 6.882533999159932ms +Info 2444 [12:52:45.440] Different program with same set of files +Info 2445 [12:52:45.441] getCompletionData: Get current token: 0.002519998699426651 +Info 2446 [12:52:45.441] getCompletionData: Is inside comment: 0.010960999876260757 +Info 2447 [12:52:45.441] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2448 [12:52:45.441] Format host information updated +Info 2449 [12:52:45.532] Format host information updated +Info 2450 [12:52:45.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2451 [12:52:45.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 7.467592999339104ms +Info 2452 [12:52:45.539] Different program with same set of files +Info 2453 [12:52:45.664] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2454 [12:52:45.671] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 7.452429998666048ms +Info 2455 [12:52:45.671] Different program with same set of files +Info 2456 [12:52:45.672] getCompletionData: Get current token: 0.0023340005427598953 +Info 2457 [12:52:45.672] getCompletionData: Is inside comment: 0.010888000950217247 +Info 2458 [12:52:45.672] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2459 [12:52:45.672] Format host information updated +Info 2460 [12:52:45.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2461 [12:52:45.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 7.432254999876022ms +Info 2462 [12:52:45.837] Different program with same set of files +Info 2463 [12:52:45.837] getCompletionData: Get current token: 0.0025999993085861206 +Info 2464 [12:52:45.837] getCompletionData: Is inside comment: 0.011786000803112984 +Info 2465 [12:52:45.837] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2466 [12:52:45.837] Format host information updated +Info 2467 [12:52:45.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2468 [12:52:45.988] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 7.169615000486374ms +Info 2469 [12:52:45.988] Different program with same set of files +Info 2470 [12:52:45.988] getCompletionData: Get current token: 0.002565000206232071 +Info 2471 [12:52:45.988] getCompletionData: Is inside comment: 0.01178400032222271 +Info 2472 [12:52:45.988] getCompletionData: Get previous token: 0.007780998945236206 +Info 2473 [12:52:45.988] getCompletionsAtPosition: isCompletionListBlocker: 0.007444998249411583 +Info 2474 [12:52:45.989] getExportInfoMap: cache hit +Info 2475 [12:52:46.014] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2476 [12:52:46.014] collectAutoImports: response is complete +Info 2477 [12:52:46.014] collectAutoImports: 24.781400999054313 +Info 2478 [12:52:46.014] getCompletionData: Semantic work: 25.84850899875164 +Info 2479 [12:52:46.019] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.249574000015855 +Info 2480 [12:52:46.025] Format host information updated +Info 2481 [12:52:46.105] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2482 [12:52:46.122] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 17.43286400102079ms +Info 2483 [12:52:46.122] Different program with same set of files +Info 2484 [12:52:46.123] getCompletionData: Get current token: 0.00786999985575676 +Info 2485 [12:52:46.123] getCompletionData: Is inside comment: 0.03584799915552139 +Info 2486 [12:52:46.123] getCompletionData: Get previous token: 0.02352299913764 +Info 2487 [12:52:46.123] getCompletionsAtPosition: isCompletionListBlocker: 0.02400599978864193 +Info 2488 [12:52:46.124] getExportInfoMap: cache hit +Info 2489 [12:52:46.146] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2490 [12:52:46.146] collectAutoImports: response is complete +Info 2491 [12:52:46.146] collectAutoImports: 21.51989999972284 +Info 2492 [12:52:46.146] getCompletionData: Semantic work: 23.08219400048256 +Info 2493 [12:52:46.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.781183999031782 +Info 2494 [12:52:46.158] Format host information updated +Info 2495 [12:52:46.164] Format host information updated +Info 2496 [12:52:46.164] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2497 [12:52:46.172] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 8.055601999163628ms +Info 2498 [12:52:46.172] Different program with same set of files +Info 2499 [12:52:46.396] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2500 [12:52:46.405] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 9.027543000876904ms +Info 2501 [12:52:46.405] Different program with same set of files +Info 2502 [12:52:46.405] getCompletionData: Get current token: 0.002214999869465828 +Info 2503 [12:52:46.405] getCompletionData: Is inside comment: 0.009710000827908516 +Info 2504 [12:52:46.405] getCompletionData: Get previous token: 0.006689000874757767 +Info 2505 [12:52:46.405] getCompletionsAtPosition: isCompletionListBlocker: 0.003091000020503998 +Info 2506 [12:52:46.406] getExportInfoMap: cache hit +Info 2507 [12:52:46.416] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2508 [12:52:46.416] collectAutoImports: response is complete +Info 2509 [12:52:46.416] collectAutoImports: 10.099437998607755 +Info 2510 [12:52:46.416] getCompletionData: Semantic work: 10.630421999841928 +Info 2511 [12:52:46.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.599070999771357 +Info 2512 [12:52:46.426] Format host information updated +Info 2513 [12:52:46.452] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2514 [12:52:46.459] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 6.5437360014766455ms +Info 2515 [12:52:46.459] Different program with same set of files +Info 2516 [12:52:46.459] getCompletionData: Get current token: 0.0036770012229681015 +Info 2517 [12:52:46.459] getCompletionData: Is inside comment: 0.03233799897134304 +Info 2518 [12:52:46.459] getCompletionData: Get previous token: 0.009211000055074692 +Info 2519 [12:52:46.459] getCompletionsAtPosition: isCompletionListBlocker: 0.00682000070810318 +Info 2520 [12:52:46.460] getExportInfoMap: cache hit +Info 2521 [12:52:46.469] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2522 [12:52:46.469] collectAutoImports: response is complete +Info 2523 [12:52:46.469] collectAutoImports: 9.612989000976086 +Info 2524 [12:52:46.469] getCompletionData: Semantic work: 10.159277001395822 +Info 2525 [12:52:46.475] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.420272000133991 +Info 2526 [12:52:46.478] Format host information updated +Info 2527 [12:52:46.761] getCompletionData: Get current token: 0.008672000840306282 +Info 2528 [12:52:46.761] getCompletionData: Is inside comment: 0.029193999245762825 +Info 2529 [12:52:46.761] getCompletionData: Get previous token: 0.01909100078046322 +Info 2530 [12:52:46.761] getCompletionsAtPosition: isCompletionListBlocker: 0.004476999863982201 +Info 2531 [12:52:46.761] Returning an empty list because completion was requested in an invalid position. +Info 2532 [12:52:47.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2533 [12:52:47.111] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 6.579516001045704ms +Info 2534 [12:52:47.111] Different program with same set of files +Info 2535 [12:52:47.111] getCompletionData: Get current token: 0.003079000860452652 +Info 2536 [12:52:47.111] getCompletionData: Is inside comment: 0.010689999908208847 +Info 2537 [12:52:47.111] getCompletionData: Get previous token: 0.013353001326322556 +Info 2538 [12:52:47.111] getCompletionsAtPosition: isCompletionListBlocker: 0.001691998913884163 +Info 2539 [12:52:47.111] Returning an empty list because completion was requested in an invalid position. +Info 2540 [12:52:47.113] Format host information updated +Info 2541 [12:52:47.300] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2542 [12:52:47.307] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 6.555764000862837ms +Info 2543 [12:52:47.307] Different program with same set of files +Info 2544 [12:52:47.307] getCompletionData: Get current token: 0.0033100005239248276 +Info 2545 [12:52:47.307] getCompletionData: Is inside comment: 0.01166900061070919 +Info 2546 [12:52:47.307] getCompletionData: Get previous token: 0.013917999342083931 +Info 2547 [12:52:47.307] getCompletionsAtPosition: isCompletionListBlocker: 0.002196000888943672 +Info 2548 [12:52:47.307] Returning an empty list because completion was requested in an invalid position. +Info 2549 [12:52:47.307] Format host information updated +Info 2550 [12:52:47.614] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2551 [12:52:47.637] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 22.32637399993837ms +Info 2552 [12:52:47.637] Different program with same set of files +Info 2553 [12:52:47.637] getCompletionData: Get current token: 0.011579999700188637 +Info 2554 [12:52:47.637] getCompletionData: Is inside comment: 0.041280001401901245 +Info 2555 [12:52:47.638] getCompletionData: Get previous token: 0.02931099943816662 +Info 2556 [12:52:47.638] getCompletionsAtPosition: isCompletionListBlocker: 0.0060350000858306885 +Info 2557 [12:52:47.639] getExportInfoMap: cache hit +Info 2558 [12:52:47.659] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2559 [12:52:47.659] collectAutoImports: response is complete +Info 2560 [12:52:47.659] collectAutoImports: 19.132747998461127 +Info 2561 [12:52:47.659] getCompletionData: Semantic work: 21.043239999562502 +Info 2562 [12:52:47.665] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.280205000191927 +Info 2563 [12:52:47.671] Format host information updated +Info 2564 [12:52:47.695] Format host information updated +Info 2565 [12:52:47.695] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2566 [12:52:47.701] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 5.8978729993104935ms +Info 2567 [12:52:47.701] Different program with same set of files +Info 2568 [12:52:47.949] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2569 [12:52:47.957] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 8.70197500102222ms +Info 2570 [12:52:47.957] Different program with same set of files +Info 2571 [12:52:47.958] getCompletionData: Get current token: 0.0031429994851350784 +Info 2572 [12:52:47.958] getCompletionData: Is inside comment: 0.01056700013577938 +Info 2573 [12:52:47.958] getCompletionData: Get previous token: 0.014076000079512596 +Info 2574 [12:52:47.958] getCompletionsAtPosition: isCompletionListBlocker: 0.002392999827861786 +Info 2575 [12:52:47.958] getExportInfoMap: cache hit +Info 2576 [12:52:47.962] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 181 from cache +Info 2577 [12:52:47.962] collectAutoImports: response is complete +Info 2578 [12:52:47.962] collectAutoImports: 3.4855750016868114 +Info 2579 [12:52:47.962] getCompletionData: Semantic work: 4.006430000066757 +Info 2580 [12:52:47.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2617760002613068 +Info 2581 [12:52:47.966] Format host information updated +Info 2582 [12:52:48.195] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2583 [12:52:48.201] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 6.2018890008330345ms +Info 2584 [12:52:48.201] Different program with same set of files +Info 2585 [12:52:48.201] getCompletionData: Get current token: 0.0036589987576007843 +Info 2586 [12:52:48.201] getCompletionData: Is inside comment: 0.011820999905467033 +Info 2587 [12:52:48.201] getCompletionData: Get previous token: 0.015527000650763512 +Info 2588 [12:52:48.201] getCompletionsAtPosition: isCompletionListBlocker: 0.0026120003312826157 +Info 2589 [12:52:48.202] getExportInfoMap: cache hit +Info 2590 [12:52:48.205] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 111 from cache +Info 2591 [12:52:48.205] collectAutoImports: response is complete +Info 2592 [12:52:48.205] collectAutoImports: 3.034501001238823 +Info 2593 [12:52:48.205] getCompletionData: Semantic work: 3.5753760002553463 +Info 2594 [12:52:48.207] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0464770011603832 +Info 2595 [12:52:48.208] Format host information updated +Info 2596 [12:52:48.302] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2597 [12:52:48.309] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 6.58071199990809ms +Info 2598 [12:52:48.309] Different program with same set of files +Info 2599 [12:52:48.309] getCompletionData: Get current token: 0.004203999415040016 +Info 2600 [12:52:48.309] getCompletionData: Is inside comment: 0.01475599966943264 +Info 2601 [12:52:48.309] getCompletionData: Get previous token: 0.019050000235438347 +Info 2602 [12:52:48.309] getCompletionsAtPosition: isCompletionListBlocker: 0.002535000443458557 +Info 2603 [12:52:48.310] getExportInfoMap: cache hit +Info 2604 [12:52:48.312] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 44 from cache +Info 2605 [12:52:48.312] collectAutoImports: response is complete +Info 2606 [12:52:48.312] collectAutoImports: 2.40523099899292 +Info 2607 [12:52:48.312] getCompletionData: Semantic work: 3.1762299984693527 +Info 2608 [12:52:48.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.27755399979651 +Info 2609 [12:52:48.318] Format host information updated +Info 2610 [12:52:48.376] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2611 [12:52:48.383] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 6.267676999792457ms +Info 2612 [12:52:48.383] Different program with same set of files +Info 2613 [12:52:48.383] getCompletionData: Get current token: 0.0034170001745224 +Info 2614 [12:52:48.383] getCompletionData: Is inside comment: 0.01222200132906437 +Info 2615 [12:52:48.383] getCompletionData: Get previous token: 0.016024000942707062 +Info 2616 [12:52:48.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0024830009788274765 +Info 2617 [12:52:48.383] getExportInfoMap: cache hit +Info 2618 [12:52:48.385] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 36 from cache +Info 2619 [12:52:48.385] collectAutoImports: response is complete +Info 2620 [12:52:48.385] collectAutoImports: 1.693502999842167 +Info 2621 [12:52:48.385] getCompletionData: Semantic work: 2.2079080007970333 +Info 2622 [12:52:48.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9061679989099503 +Info 2623 [12:52:48.388] Format host information updated +Info 2624 [12:52:49.001] Format host information updated +Info 2625 [12:52:50.917] Format host information updated +Info 2626 [12:52:55.976] getCompletionData: Get current token: 0.008311999961733818 +Info 2627 [12:52:55.976] getCompletionData: Is inside comment: 0.010629000142216682 +Info 2628 [12:52:55.976] getCompletionData: Get previous token: 0.007347999140620232 +Info 2629 [12:52:55.976] getCompletionsAtPosition: isCompletionListBlocker: 0.009310999885201454 +Info 2630 [12:52:55.977] getExportInfoMap: cache hit +Info 2631 [12:52:55.986] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 2632 [12:52:55.986] collectAutoImports: response is complete +Info 2633 [12:52:55.986] collectAutoImports: 9.361498000100255 +Info 2634 [12:52:55.986] getCompletionData: Semantic work: 9.940395999699831 +Info 2635 [12:52:55.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8399669993668795 +Info 2636 [12:52:56.135] Format host information updated +Info 2637 [12:52:56.135] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2638 [12:52:56.143] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 7.953642999753356ms +Info 2639 [12:52:56.143] Different program with same set of files +Info 2640 [12:52:56.460] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2641 [12:52:56.466] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 6.65574299916625ms +Info 2642 [12:52:56.466] Different program with same set of files +Info 2643 [12:52:56.467] getCompletionData: Get current token: 0.005017999559640884 +Info 2644 [12:52:56.467] getCompletionData: Is inside comment: 0.011719999834895134 +Info 2645 [12:52:56.467] getCompletionData: Get previous token: 0.008292999118566513 +Info 2646 [12:52:56.467] getCompletionsAtPosition: isCompletionListBlocker: 0.006820999085903168 +Info 2647 [12:52:56.467] getExportInfoMap: cache hit +Info 2648 [12:52:56.479] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 2649 [12:52:56.480] collectAutoImports: response is complete +Info 2650 [12:52:56.480] collectAutoImports: 12.284671999514103 +Info 2651 [12:52:56.480] getCompletionData: Semantic work: 12.905486999079585 +Info 2652 [12:52:56.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5495989993214607 +Info 2653 [12:52:56.488] Format host information updated +Info 2654 [12:52:56.690] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2655 [12:52:56.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 7.916871998459101ms +Info 2656 [12:52:56.698] Different program with same set of files +Info 2657 [12:52:56.698] getCompletionData: Get current token: 0.0031349994242191315 +Info 2658 [12:52:56.698] getCompletionData: Is inside comment: 0.009835999459028244 +Info 2659 [12:52:56.698] getCompletionData: Get previous token: 0.007295001298189163 +Info 2660 [12:52:56.698] getCompletionsAtPosition: isCompletionListBlocker: 0.009854000061750412 +Info 2661 [12:52:56.699] getExportInfoMap: cache hit +Info 2662 [12:52:56.719] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 2663 [12:52:56.719] collectAutoImports: response is complete +Info 2664 [12:52:56.719] collectAutoImports: 19.47684800066054 +Info 2665 [12:52:56.719] getCompletionData: Semantic work: 20.48742900043726 +Info 2666 [12:52:56.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.049565998837352 +Info 2667 [12:52:56.727] Format host information updated +Info 2668 [12:52:56.742] Format host information updated +Info 2669 [12:52:56.742] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2670 [12:52:56.749] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 7.049455000087619ms +Info 2671 [12:52:56.750] Different program with same set of files +Info 2672 [12:52:57.002] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2673 [12:52:57.010] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 7.7083019986748695ms +Info 2674 [12:52:57.010] Different program with same set of files +Info 2675 [12:52:57.010] getCompletionData: Get current token: 0.0028440002351999283 +Info 2676 [12:52:57.010] getCompletionData: Is inside comment: 0.010305000469088554 +Info 2677 [12:52:57.010] getCompletionData: Get previous token: 0.007581999525427818 +Info 2678 [12:52:57.010] getCompletionsAtPosition: isCompletionListBlocker: 0.007326999679207802 +Info 2679 [12:52:57.011] getExportInfoMap: cache hit +Info 2680 [12:52:57.024] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 2681 [12:52:57.024] collectAutoImports: response is complete +Info 2682 [12:52:57.024] collectAutoImports: 13.16487199999392 +Info 2683 [12:52:57.024] getCompletionData: Semantic work: 13.890740999951959 +Info 2684 [12:52:57.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.354823000729084 +Info 2685 [12:52:57.032] Format host information updated +Info 2686 [12:53:00.261] Format host information updated +Info 2687 [12:53:00.262] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2688 [12:53:00.270] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 8.403118999674916ms +Info 2689 [12:53:00.270] Different program with same set of files +Info 2690 [12:53:00.329] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2691 [12:53:00.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 21.682506999000907ms +Info 2692 [12:53:00.351] Different program with same set of files +Info 2693 [12:53:00.351] getCompletionData: Get current token: 0.011274000629782677 +Info 2694 [12:53:00.351] getCompletionData: Is inside comment: 0.046491000801324844 +Info 2695 [12:53:00.352] getCompletionData: Get previous token: 0.0518839992582798 +Info 2696 [12:53:00.352] getCompletionsAtPosition: isCompletionListBlocker: 0.02603999897837639 +Info 2697 [12:53:00.354] getExportInfoMap: cache hit +Info 2698 [12:53:00.358] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 2699 [12:53:00.358] collectAutoImports: response is complete +Info 2700 [12:53:00.358] collectAutoImports: 4.510534001514316 +Info 2701 [12:53:00.358] getCompletionData: Semantic work: 6.755125999450684 +Info 2702 [12:53:00.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3291720002889633 +Info 2703 [12:53:00.361] Format host information updated +Info 2704 [12:53:01.399] Format host information updated +Info 2705 [12:53:01.399] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2706 [12:53:01.408] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 8.235860001295805ms +Info 2707 [12:53:01.408] Different program with same set of files +Info 2708 [12:53:01.847] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2709 [12:53:01.854] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 6.743515999987721ms +Info 2710 [12:53:01.854] Different program with same set of files +Info 2711 [12:53:01.854] getCompletionData: Get current token: 0.002864999696612358 +Info 2712 [12:53:01.854] getCompletionData: Is inside comment: 0.01095999963581562 +Info 2713 [12:53:01.854] getCompletionData: Get previous token: 0.014216000214219093 +Info 2714 [12:53:01.854] getCompletionsAtPosition: isCompletionListBlocker: 0.008347000926733017 +Info 2715 [12:53:01.855] getExportInfoMap: cache hit +Info 2716 [12:53:01.860] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 2717 [12:53:01.860] collectAutoImports: response is complete +Info 2718 [12:53:01.860] collectAutoImports: 5.3843879997730255 +Info 2719 [12:53:01.860] getCompletionData: Semantic work: 6.038656000047922 +Info 2720 [12:53:01.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5956700015813112 +Info 2721 [12:53:01.863] Format host information updated +Info 2722 [12:53:02.431] Format host information updated +Info 2723 [12:53:02.431] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2724 [12:53:02.438] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 6.700169999152422ms +Info 2725 [12:53:02.438] Different program with same set of files +Info 2726 [12:53:02.663] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2727 [12:53:02.672] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 9.442731000483036ms +Info 2728 [12:53:02.672] Different program with same set of files +Info 2729 [12:53:02.672] getCompletionData: Get current token: 0.0024960003793239594 +Info 2730 [12:53:02.672] getCompletionData: Is inside comment: 0.009222999215126038 +Info 2731 [12:53:02.673] getCompletionData: Get previous token: 0.011437999084591866 +Info 2732 [12:53:02.673] getCompletionsAtPosition: isCompletionListBlocker: 0.007639998570084572 +Info 2733 [12:53:02.673] getExportInfoMap: cache hit +Info 2734 [12:53:02.675] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 40 from cache +Info 2735 [12:53:02.675] collectAutoImports: response is complete +Info 2736 [12:53:02.675] collectAutoImports: 1.5734260007739067 +Info 2737 [12:53:02.675] getCompletionData: Semantic work: 2.168477000668645 +Info 2738 [12:53:02.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9346159994602203 +Info 2739 [12:53:02.676] Format host information updated +Info 2740 [12:53:02.957] Format host information updated +Info 2741 [12:53:02.958] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2742 [12:53:02.964] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 6.753983000293374ms +Info 2743 [12:53:02.964] Different program with same set of files +Info 2744 [12:53:03.046] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2745 [12:53:03.053] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 6.522390998899937ms +Info 2746 [12:53:03.053] Different program with same set of files +Info 2747 [12:53:03.053] getCompletionData: Get current token: 0.0024580005556344986 +Info 2748 [12:53:03.053] getCompletionData: Is inside comment: 0.008968999609351158 +Info 2749 [12:53:03.053] getCompletionData: Get previous token: 0.01244099996984005 +Info 2750 [12:53:03.053] getCompletionsAtPosition: isCompletionListBlocker: 0.007496999576687813 +Info 2751 [12:53:03.054] getExportInfoMap: cache hit +Info 2752 [12:53:03.058] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 2753 [12:53:03.058] collectAutoImports: response is complete +Info 2754 [12:53:03.058] collectAutoImports: 4.249491000548005 +Info 2755 [12:53:03.058] getCompletionData: Semantic work: 4.933049999177456 +Info 2756 [12:53:03.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2307859994471073 +Info 2757 [12:53:03.062] Format host information updated +Info 2758 [12:53:06.005] Format host information updated +Info 2759 [12:53:06.006] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2760 [12:53:06.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 6.128878999501467ms +Info 2761 [12:53:06.012] Different program with same set of files +Info 2762 [12:53:06.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2763 [12:53:06.104] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 10.472659001126885ms +Info 2764 [12:53:06.104] Different program with same set of files +Info 2765 [12:53:06.104] getCompletionData: Get current token: 0.0021119993180036545 +Info 2766 [12:53:06.104] getCompletionData: Is inside comment: 0.008154001086950302 +Info 2767 [12:53:06.104] getCompletionData: Get previous token: 0.012334998697042465 +Info 2768 [12:53:06.104] getCompletionsAtPosition: isCompletionListBlocker: 0.00848500058054924 +Info 2769 [12:53:06.105] getExportInfoMap: cache hit +Info 2770 [12:53:06.108] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 2771 [12:53:06.108] collectAutoImports: response is complete +Info 2772 [12:53:06.108] collectAutoImports: 3.5294630005955696 +Info 2773 [12:53:06.108] getCompletionData: Semantic work: 4.157895000651479 +Info 2774 [12:53:06.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.196746001020074 +Info 2775 [12:53:06.110] Format host information updated +Info 2776 [12:53:06.228] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2777 [12:53:06.235] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 6.739684000611305ms +Info 2778 [12:53:06.235] Different program with same set of files +Info 2779 [12:53:06.235] getCompletionData: Get current token: 0.0021620001643896103 +Info 2780 [12:53:06.235] getCompletionData: Is inside comment: 0.008866999298334122 +Info 2781 [12:53:06.235] getCompletionData: Get previous token: 0.01355700008571148 +Info 2782 [12:53:06.235] getCompletionsAtPosition: isCompletionListBlocker: 0.0073910001665353775 +Info 2783 [12:53:06.236] getExportInfoMap: cache hit +Info 2784 [12:53:06.237] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 6 from cache +Info 2785 [12:53:06.237] collectAutoImports: response is complete +Info 2786 [12:53:06.237] collectAutoImports: 1.4946369994431734 +Info 2787 [12:53:06.237] getCompletionData: Semantic work: 2.171120999380946 +Info 2788 [12:53:06.240] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8097259998321533 +Info 2789 [12:53:06.241] Format host information updated +Info 2790 [12:53:06.588] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2791 [12:53:06.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 6.866855999454856ms +Info 2792 [12:53:06.595] Different program with same set of files +Info 2793 [12:53:06.595] getCompletionData: Get current token: 0.0027949996292591095 +Info 2794 [12:53:06.595] getCompletionData: Is inside comment: 0.010158000513911247 +Info 2795 [12:53:06.595] getCompletionData: Get previous token: 0.01592100039124489 +Info 2796 [12:53:06.595] getCompletionsAtPosition: isCompletionListBlocker: 0.008535001426935196 +Info 2797 [12:53:06.596] getExportInfoMap: cache hit +Info 2798 [12:53:06.602] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 146 from cache +Info 2799 [12:53:06.602] collectAutoImports: response is complete +Info 2800 [12:53:06.602] collectAutoImports: 6.115359999239445 +Info 2801 [12:53:06.602] getCompletionData: Semantic work: 6.857933999970555 +Info 2802 [12:53:06.604] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6960010007023811 +Info 2803 [12:53:06.605] Format host information updated +Info 2804 [12:53:06.827] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2805 [12:53:06.836] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 8.27560400031507ms +Info 2806 [12:53:06.836] Different program with same set of files +Info 2807 [12:53:06.836] getCompletionData: Get current token: 0.0037970002740621567 +Info 2808 [12:53:06.836] getCompletionData: Is inside comment: 0.014058999717235565 +Info 2809 [12:53:06.836] getCompletionData: Get previous token: 0.010173000395298004 +Info 2810 [12:53:06.836] getCompletionsAtPosition: isCompletionListBlocker: 0.003212999552488327 +Info 2811 [12:53:06.838] getCompletionData: Semantic work: 1.4564239997416735 +Info 2812 [12:53:06.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.250882999971509 +Info 2813 [12:53:06.843] Format host information updated +Info 2814 [12:53:07.524] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2815 [12:53:07.532] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 7.995852999389172ms +Info 2816 [12:53:07.532] Different program with same set of files +Info 2817 [12:53:07.532] getCompletionData: Get current token: 0.0018929988145828247 +Info 2818 [12:53:07.532] getCompletionData: Is inside comment: 0.007871000096201897 +Info 2819 [12:53:07.532] getCompletionData: Get previous token: 0.011734001338481903 +Info 2820 [12:53:07.532] getCompletionsAtPosition: isCompletionListBlocker: 0.002222999930381775 +Info 2821 [12:53:07.532] getCompletionData: Semantic work: 0.5887929983437061 +Info 2822 [12:53:07.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.771833000704646 +Info 2823 [12:53:07.535] Format host information updated +Info 2824 [12:53:07.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2825 [12:53:07.768] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 6.333221999928355ms +Info 2826 [12:53:07.768] Different program with same set of files +Info 2827 [12:53:07.768] getCompletionData: Get current token: 0.00256199948489666 +Info 2828 [12:53:07.768] getCompletionData: Is inside comment: 0.007812000811100006 +Info 2829 [12:53:07.768] getCompletionData: Get previous token: 0.012815998867154121 +Info 2830 [12:53:07.768] getCompletionsAtPosition: isCompletionListBlocker: 0.0023039989173412323 +Info 2831 [12:53:07.769] getCompletionData: Semantic work: 0.5101369991898537 +Info 2832 [12:53:07.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4417970012873411 +Info 2833 [12:53:07.770] Format host information updated +Info 2834 [12:53:08.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2835 [12:53:08.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 7.366964001208544ms +Info 2836 [12:53:08.130] Different program with same set of files +Info 2837 [12:53:08.131] getCompletionData: Get current token: 0.0026110000908374786 +Info 2838 [12:53:08.131] getCompletionData: Is inside comment: 0.009012000635266304 +Info 2839 [12:53:08.131] getCompletionData: Get previous token: 0.014513999223709106 +Info 2840 [12:53:08.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0024350006133317947 +Info 2841 [12:53:08.131] getCompletionData: Semantic work: 0.6661660000681877 +Info 2842 [12:53:08.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9023400004953146 +Info 2843 [12:53:08.134] Format host information updated +Info 2844 [12:53:08.644] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2845 [12:53:08.652] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 7.499471999704838ms +Info 2846 [12:53:08.652] Different program with same set of files +Info 2847 [12:53:08.652] getCompletionData: Get current token: 0.002538999542593956 +Info 2848 [12:53:08.652] getCompletionData: Is inside comment: 0.00975400023162365 +Info 2849 [12:53:08.652] getCompletionData: Get previous token: 0.015918999910354614 +Info 2850 [12:53:08.652] getCompletionsAtPosition: isCompletionListBlocker: 0.002697998657822609 +Info 2851 [12:53:08.653] getCompletionData: Semantic work: 0.7160649988800287 +Info 2852 [12:53:08.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8157460000365973 +Info 2853 [12:53:08.655] Format host information updated +Info 2854 [12:53:08.764] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2855 [12:53:08.771] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 7.019372999668121ms +Info 2856 [12:53:08.771] Different program with same set of files +Info 2857 [12:53:08.772] getCompletionData: Get current token: 0.002195999026298523 +Info 2858 [12:53:08.772] getCompletionData: Is inside comment: 0.008894000202417374 +Info 2859 [12:53:08.772] getCompletionData: Get previous token: 0.013892000541090965 +Info 2860 [12:53:08.772] getCompletionsAtPosition: isCompletionListBlocker: 0.0024520009756088257 +Info 2861 [12:53:08.772] getCompletionData: Semantic work: 0.5913150012493134 +Info 2862 [12:53:08.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6498760003596544 +Info 2863 [12:53:08.774] Format host information updated +Info 2864 [12:53:08.884] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2865 [12:53:08.893] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 9.344983998686075ms +Info 2866 [12:53:08.893] Different program with same set of files +Info 2867 [12:53:08.894] getCompletionData: Get current token: 0.0025130007416009903 +Info 2868 [12:53:08.894] getCompletionData: Is inside comment: 0.010765999555587769 +Info 2869 [12:53:08.894] getCompletionData: Get previous token: 0.00702500157058239 +Info 2870 [12:53:08.894] getCompletionsAtPosition: isCompletionListBlocker: 0.0026539992541074753 +Info 2871 [12:53:08.894] getCompletionData: Semantic work: 0.6555260010063648 +Info 2872 [12:53:08.896] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1585799995809793 +Info 2873 [12:53:08.896] Format host information updated +Info 2874 [12:53:09.248] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2875 [12:53:09.258] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 9.396284000948071ms +Info 2876 [12:53:09.258] Different program with same set of files +Info 2877 [12:53:09.258] getCompletionData: Get current token: 0.0024399999529123306 +Info 2878 [12:53:09.258] getCompletionData: Is inside comment: 0.010571001097559929 +Info 2879 [12:53:09.258] getCompletionData: Get previous token: 0.015143999829888344 +Info 2880 [12:53:09.258] getCompletionsAtPosition: isCompletionListBlocker: 0.0026530008763074875 +Info 2881 [12:53:09.259] getCompletionData: Semantic work: 0.6855839993804693 +Info 2882 [12:53:09.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4332069996744394 +Info 2883 [12:53:09.260] Format host information updated +Info 2884 [12:53:09.417] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2885 [12:53:09.424] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 6.466827999800444ms +Info 2886 [12:53:09.424] Different program with same set of files +Info 2887 [12:53:09.424] getCompletionData: Get current token: 0.0022609997540712357 +Info 2888 [12:53:09.424] getCompletionData: Is inside comment: 0.007962999865412712 +Info 2889 [12:53:09.424] getCompletionData: Get previous token: 0.012370999902486801 +Info 2890 [12:53:09.424] getCompletionsAtPosition: isCompletionListBlocker: 0.0023050010204315186 +Info 2891 [12:53:09.425] getCompletionData: Semantic work: 0.5629349984228611 +Info 2892 [12:53:09.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1162180006504059 +Info 2893 [12:53:09.426] Format host information updated +Info 2894 [12:53:09.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2895 [12:53:09.732] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 14.29636599868536ms +Info 2896 [12:53:09.732] Different program with same set of files +Info 2897 [12:53:09.732] getCompletionData: Get current token: 0.0061039999127388 +Info 2898 [12:53:09.732] getCompletionData: Is inside comment: 0.023455001413822174 +Info 2899 [12:53:09.732] getCompletionData: Get previous token: 0.015745000913739204 +Info 2900 [12:53:09.732] getCompletionsAtPosition: isCompletionListBlocker: 0.0067330002784729 +Info 2901 [12:53:09.734] getExportInfoMap: cache hit +Info 2902 [12:53:09.764] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 2903 [12:53:09.764] collectAutoImports: response is complete +Info 2904 [12:53:09.764] collectAutoImports: 29.900869999080896 +Info 2905 [12:53:09.764] getCompletionData: Semantic work: 31.7863480001688 +Info 2906 [12:53:09.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.899201000109315 +Info 2907 [12:53:09.775] Format host information updated +Info 2908 [12:53:09.781] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2909 [12:53:09.787] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 5.8855259995907545ms +Info 2910 [12:53:09.787] Different program with same set of files +Info 2911 [12:53:09.787] getCompletionData: Get current token: 0.0026620011776685715 +Info 2912 [12:53:09.787] getCompletionData: Is inside comment: 0.008793000131845474 +Info 2913 [12:53:09.787] getCompletionData: Get previous token: 0.005573000758886337 +Info 2914 [12:53:09.787] getCompletionsAtPosition: isCompletionListBlocker: 0.006341001018881798 +Info 2915 [12:53:09.787] getExportInfoMap: cache hit +Info 2916 [12:53:09.800] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 2917 [12:53:09.800] collectAutoImports: response is complete +Info 2918 [12:53:09.800] collectAutoImports: 12.351554000750184 +Info 2919 [12:53:09.800] getCompletionData: Semantic work: 13.00517600029707 +Info 2920 [12:53:09.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.50097700022161 +Info 2921 [12:53:09.806] Format host information updated +Info 2922 [12:53:10.050] getCompletionData: Get current token: 0.0036830008029937744 +Info 2923 [12:53:10.050] getCompletionData: Is inside comment: 0.0012149997055530548 +Info 2924 [12:53:10.050] getCompletionData: Get previous token: 0.015324000269174576 +Info 2925 [12:53:10.050] getCompletionsAtPosition: isCompletionListBlocker: 0.004642000421881676 +Info 2926 [12:53:10.050] getExportInfoMap: cache hit +Info 2927 [12:53:10.057] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 2928 [12:53:10.057] collectAutoImports: response is complete +Info 2929 [12:53:10.057] collectAutoImports: 7.278518998995423 +Info 2930 [12:53:10.057] getCompletionData: Semantic work: 7.877880999818444 +Info 2931 [12:53:10.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9952729996293783 +Info 2932 [12:53:10.668] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2933 [12:53:10.676] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 7.7491469997912645ms +Info 2934 [12:53:10.676] Different program with same set of files +Info 2935 [12:53:10.676] getCompletionData: Get current token: 0.00392100028693676 +Info 2936 [12:53:10.676] getCompletionData: Is inside comment: 0.001534000039100647 +Info 2937 [12:53:10.677] getCompletionData: Get previous token: 0.019898999482393265 +Info 2938 [12:53:10.677] getCompletionsAtPosition: isCompletionListBlocker: 0.0031940005719661713 +Info 2939 [12:53:10.677] getExportInfoMap: cache hit +Info 2940 [12:53:10.682] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 2941 [12:53:10.682] collectAutoImports: response is complete +Info 2942 [12:53:10.682] collectAutoImports: 5.125518001616001 +Info 2943 [12:53:10.682] getCompletionData: Semantic work: 5.793577998876572 +Info 2944 [12:53:10.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5279170013964176 +Info 2945 [12:53:10.688] Format host information updated +Info 2946 [12:53:11.209] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2947 [12:53:11.216] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 6.6958349999040365ms +Info 2948 [12:53:11.216] Different program with same set of files +Info 2949 [12:53:11.216] getCompletionData: Get current token: 0.004172999411821365 +Info 2950 [12:53:11.216] getCompletionData: Is inside comment: 0.0014949999749660492 +Info 2951 [12:53:11.216] getCompletionData: Get previous token: 0.0168830007314682 +Info 2952 [12:53:11.216] getCompletionsAtPosition: isCompletionListBlocker: 0.0026169996708631516 +Info 2953 [12:53:11.216] getExportInfoMap: cache hit +Info 2954 [12:53:11.229] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 885 from cache +Info 2955 [12:53:11.229] collectAutoImports: response is complete +Info 2956 [12:53:11.229] collectAutoImports: 12.156166000291705 +Info 2957 [12:53:11.229] getCompletionData: Semantic work: 12.74197500012815 +Info 2958 [12:53:11.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9745530001819134 +Info 2959 [12:53:11.239] Format host information updated +Info 2960 [12:53:11.636] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2961 [12:53:11.643] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 7.003862001001835ms +Info 2962 [12:53:11.643] Different program with same set of files +Info 2963 [12:53:11.644] getCompletionData: Get current token: 0.0038280002772808075 +Info 2964 [12:53:11.644] getCompletionData: Is inside comment: 0.0014970004558563232 +Info 2965 [12:53:11.644] getCompletionData: Get previous token: 0.019634000957012177 +Info 2966 [12:53:11.644] getCompletionsAtPosition: isCompletionListBlocker: 0.0033529996871948242 +Info 2967 [12:53:11.644] getExportInfoMap: cache hit +Info 2968 [12:53:11.651] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 94 from cache +Info 2969 [12:53:11.651] collectAutoImports: response is complete +Info 2970 [12:53:11.651] collectAutoImports: 6.8525000009685755 +Info 2971 [12:53:11.651] getCompletionData: Semantic work: 7.468444000929594 +Info 2972 [12:53:11.656] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7439070008695126 +Info 2973 [12:53:11.657] Format host information updated +Info 2974 [12:53:14.758] getCompletionData: Get current token: 0.0025300011038780212 +Info 2975 [12:53:14.758] getCompletionData: Is inside comment: 0.007896000519394875 +Info 2976 [12:53:14.758] getCompletionData: Get previous token: 0.005410000681877136 +Info 2977 [12:53:14.758] getCompletionsAtPosition: isCompletionListBlocker: 0.0026050005108118057 +Info 2978 [12:53:14.759] getExportInfoMap: cache hit +Info 2979 [12:53:14.767] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2980 [12:53:14.767] collectAutoImports: response is complete +Info 2981 [12:53:14.767] collectAutoImports: 8.12632199935615 +Info 2982 [12:53:14.767] getCompletionData: Semantic work: 8.67628699913621 +Info 2983 [12:53:14.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.799668001011014 +Info 2984 [12:53:14.998] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2985 [12:53:15.007] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 8.267910001799464ms +Info 2986 [12:53:15.007] Different program with same set of files +Info 2987 [12:53:15.007] getCompletionData: Get current token: 0.0032909996807575226 +Info 2988 [12:53:15.007] getCompletionData: Is inside comment: 0.01056399941444397 +Info 2989 [12:53:15.007] getCompletionData: Get previous token: 0.0070710014551877975 +Info 2990 [12:53:15.007] getCompletionsAtPosition: isCompletionListBlocker: 0.008787998929619789 +Info 2991 [12:53:15.007] getExportInfoMap: cache hit +Info 2992 [12:53:15.018] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 2993 [12:53:15.018] collectAutoImports: response is complete +Info 2994 [12:53:15.018] collectAutoImports: 10.632881000638008 +Info 2995 [12:53:15.018] getCompletionData: Semantic work: 11.182972000911832 +Info 2996 [12:53:15.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.94042900018394 +Info 2997 [12:53:15.028] Format host information updated +Info 2998 [12:53:15.252] getCompletionData: Get current token: 0.005488000810146332 +Info 2999 [12:53:15.252] getCompletionData: Is inside comment: 0.011330999433994293 +Info 3000 [12:53:15.252] getCompletionData: Get previous token: 0.0070600006729364395 +Info 3001 [12:53:15.252] getCompletionsAtPosition: isCompletionListBlocker: 0.001986999064683914 +Info 3002 [12:53:15.252] Returning an empty list because completion was requested in an invalid position. +Info 3003 [12:53:15.512] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3004 [12:53:15.519] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 7.159429999068379ms +Info 3005 [12:53:15.519] Different program with same set of files +Info 3006 [12:53:15.519] getCompletionData: Get current token: 0.002723999321460724 +Info 3007 [12:53:15.519] getCompletionData: Is inside comment: 0.008794998750090599 +Info 3008 [12:53:15.520] getCompletionData: Get previous token: 0.010291000828146935 +Info 3009 [12:53:15.520] getCompletionsAtPosition: isCompletionListBlocker: 0.0030160006135702133 +Info 3010 [12:53:15.520] getExportInfoMap: cache hit +Info 3011 [12:53:15.521] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 3012 [12:53:15.521] collectAutoImports: response is complete +Info 3013 [12:53:15.521] collectAutoImports: 1.3916219994425774 +Info 3014 [12:53:15.521] getCompletionData: Semantic work: 1.854296999052167 +Info 3015 [12:53:15.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4832840003073215 +Info 3016 [12:53:15.524] Format host information updated +Info 3017 [12:53:15.678] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3018 [12:53:15.685] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 6.276379998773336ms +Info 3019 [12:53:15.685] Different program with same set of files +Info 3020 [12:53:15.685] getCompletionData: Get current token: 0.0033189989626407623 +Info 3021 [12:53:15.685] getCompletionData: Is inside comment: 0.010492000728845596 +Info 3022 [12:53:15.685] getCompletionData: Get previous token: 0.012052001431584358 +Info 3023 [12:53:15.685] getCompletionsAtPosition: isCompletionListBlocker: 0.0031739994883537292 +Info 3024 [12:53:15.685] getExportInfoMap: cache hit +Info 3025 [12:53:15.687] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3026 [12:53:15.687] collectAutoImports: response is complete +Info 3027 [12:53:15.687] collectAutoImports: 1.3956479988992214 +Info 3028 [12:53:15.687] getCompletionData: Semantic work: 1.8956380002200603 +Info 3029 [12:53:15.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8742680009454489 +Info 3030 [12:53:15.691] Format host information updated +Info 3031 [12:53:16.124] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3032 [12:53:16.130] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 6.285476000979543ms +Info 3033 [12:53:16.130] Different program with same set of files +Info 3034 [12:53:16.130] getCompletionData: Get current token: 0.0034839995205402374 +Info 3035 [12:53:16.130] getCompletionData: Is inside comment: 0.01132899895310402 +Info 3036 [12:53:16.130] getCompletionData: Get previous token: 0.008173000067472458 +Info 3037 [12:53:16.130] getCompletionsAtPosition: isCompletionListBlocker: 0.002237999811768532 +Info 3038 [12:53:16.131] getExportInfoMap: cache hit +Info 3039 [12:53:16.140] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3040 [12:53:16.140] collectAutoImports: response is complete +Info 3041 [12:53:16.140] collectAutoImports: 9.684666998684406 +Info 3042 [12:53:16.140] getCompletionData: Semantic work: 10.20928599871695 +Info 3043 [12:53:16.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.818378999829292 +Info 3044 [12:53:16.150] Format host information updated +Info 3045 [12:53:16.275] Format host information updated +Info 3046 [12:53:16.275] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3047 [12:53:16.282] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 6.364157000556588ms +Info 3048 [12:53:16.282] Different program with same set of files +Info 3049 [12:53:21.390] getCompletionData: Get current token: 0.03706299886107445 +Info 3050 [12:53:21.391] getCompletionData: Is inside comment: 0.04119599983096123 +Info 3051 [12:53:21.391] getCompletionData: Get previous token: 0.025697000324726105 +Info 3052 [12:53:21.391] getCompletionsAtPosition: isCompletionListBlocker: 0.02682199887931347 +Info 3053 [12:53:21.392] getExportInfoMap: cache hit +Info 3054 [12:53:21.405] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1049 from cache +Info 3055 [12:53:21.405] collectAutoImports: response is complete +Info 3056 [12:53:21.405] collectAutoImports: 12.69518999941647 +Info 3057 [12:53:21.405] getCompletionData: Semantic work: 14.638219000771642 +Info 3058 [12:53:21.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8572749998420477 +Info 3059 [12:53:21.981] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3060 [12:53:21.987] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 6.467426000162959ms +Info 3061 [12:53:21.987] Different program with same set of files +Info 3062 [12:53:21.987] getCompletionData: Get current token: 0.0034499987959861755 +Info 3063 [12:53:21.987] getCompletionData: Is inside comment: 0.010547000914812088 +Info 3064 [12:53:21.987] getCompletionData: Get previous token: 0.014115000143647194 +Info 3065 [12:53:21.987] getCompletionsAtPosition: isCompletionListBlocker: 0.0025100000202655792 +Info 3066 [12:53:21.988] getExportInfoMap: cache hit +Info 3067 [12:53:21.991] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 110 from cache +Info 3068 [12:53:21.991] collectAutoImports: response is complete +Info 3069 [12:53:21.991] collectAutoImports: 2.8713680002838373 +Info 3070 [12:53:21.991] getCompletionData: Semantic work: 3.3746729996055365 +Info 3071 [12:53:21.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.022451000288129 +Info 3072 [12:53:21.995] Format host information updated +Info 3073 [12:53:22.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3074 [12:53:22.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 6.25360699929297ms +Info 3075 [12:53:22.076] Different program with same set of files +Info 3076 [12:53:22.077] getCompletionData: Get current token: 0.0032409988343715668 +Info 3077 [12:53:22.077] getCompletionData: Is inside comment: 0.011298999190330505 +Info 3078 [12:53:22.077] getCompletionData: Get previous token: 0.014411000534892082 +Info 3079 [12:53:22.077] getCompletionsAtPosition: isCompletionListBlocker: 0.0021790005266666412 +Info 3080 [12:53:22.077] getExportInfoMap: cache hit +Info 3081 [12:53:22.079] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 51 from cache +Info 3082 [12:53:22.079] collectAutoImports: response is complete +Info 3083 [12:53:22.079] collectAutoImports: 2.107812000438571 +Info 3084 [12:53:22.079] getCompletionData: Semantic work: 2.649619000032544 +Info 3085 [12:53:22.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.907115999609232 +Info 3086 [12:53:22.082] Format host information updated +Info 3087 [12:53:22.329] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3088 [12:53:22.336] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 7.180828999727964ms +Info 3089 [12:53:22.336] Different program with same set of files +Info 3090 [12:53:22.336] getCompletionData: Get current token: 0.003549998626112938 +Info 3091 [12:53:22.336] getCompletionData: Is inside comment: 0.011220000684261322 +Info 3092 [12:53:22.336] getCompletionData: Get previous token: 0.01318500004708767 +Info 3093 [12:53:22.336] getCompletionsAtPosition: isCompletionListBlocker: 0.0030420012772083282 +Info 3094 [12:53:22.337] getExportInfoMap: cache hit +Info 3095 [12:53:22.339] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 12 from cache +Info 3096 [12:53:22.339] collectAutoImports: response is complete +Info 3097 [12:53:22.339] collectAutoImports: 1.8129869997501373 +Info 3098 [12:53:22.339] getCompletionData: Semantic work: 2.527141999453306 +Info 3099 [12:53:22.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0402400009334087 +Info 3100 [12:53:22.345] Format host information updated +Info 3101 [12:53:22.391] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3102 [12:53:22.403] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 12.6159129999578ms +Info 3103 [12:53:22.403] Different program with same set of files +Info 3104 [12:53:22.404] getCompletionData: Get current token: 0.0031659994274377823 +Info 3105 [12:53:22.404] getCompletionData: Is inside comment: 0.009988998994231224 +Info 3106 [12:53:22.404] getCompletionData: Get previous token: 0.04065600037574768 +Info 3107 [12:53:22.404] getCompletionsAtPosition: isCompletionListBlocker: 0.0029229987412691116 +Info 3108 [12:53:22.404] getExportInfoMap: cache hit +Info 3109 [12:53:22.407] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 12 from cache +Info 3110 [12:53:22.407] collectAutoImports: response is complete +Info 3111 [12:53:22.407] collectAutoImports: 2.494353000074625 +Info 3112 [12:53:22.407] getCompletionData: Semantic work: 3.255155000835657 +Info 3113 [12:53:22.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.289733000099659 +Info 3114 [12:53:22.412] Format host information updated +Info 3115 [12:53:22.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3116 [12:53:22.505] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 9.765955001115799ms +Info 3117 [12:53:22.505] Different program with same set of files +Info 3118 [12:53:22.505] getCompletionData: Get current token: 0.0056779999285936356 +Info 3119 [12:53:22.505] getCompletionData: Is inside comment: 0.017470000311732292 +Info 3120 [12:53:22.506] getCompletionData: Get previous token: 0.020260000601410866 +Info 3121 [12:53:22.506] getCompletionsAtPosition: isCompletionListBlocker: 0.0038249995559453964 +Info 3122 [12:53:22.506] getExportInfoMap: cache hit +Info 3123 [12:53:22.509] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 3124 [12:53:22.509] collectAutoImports: response is complete +Info 3125 [12:53:22.509] collectAutoImports: 2.6630480010062456 +Info 3126 [12:53:22.509] getCompletionData: Semantic work: 3.561998000368476 +Info 3127 [12:53:22.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1733219996094704 +Info 3128 [12:53:22.514] Format host information updated +Info 3129 [12:53:22.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3130 [12:53:22.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 6.384611999616027ms +Info 3131 [12:53:22.727] Different program with same set of files +Info 3132 [12:53:22.727] getCompletionData: Get current token: 0.0031590014696121216 +Info 3133 [12:53:22.727] getCompletionData: Is inside comment: 0.010353999212384224 +Info 3134 [12:53:22.727] getCompletionData: Get previous token: 0.01270500011742115 +Info 3135 [12:53:22.727] getCompletionsAtPosition: isCompletionListBlocker: 0.002219999209046364 +Info 3136 [12:53:22.727] getExportInfoMap: cache hit +Info 3137 [12:53:22.729] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 3138 [12:53:22.729] collectAutoImports: response is complete +Info 3139 [12:53:22.729] collectAutoImports: 1.569141998887062 +Info 3140 [12:53:22.729] getCompletionData: Semantic work: 2.076033001765609 +Info 3141 [12:53:22.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8911739997565746 +Info 3142 [12:53:22.732] Format host information updated +Info 3143 [12:53:22.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3144 [12:53:22.800] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 11.634052000939846ms +Info 3145 [12:53:22.800] Different program with same set of files +Info 3146 [12:53:22.800] getCompletionData: Get current token: 0.005393000319600105 +Info 3147 [12:53:22.800] getCompletionData: Is inside comment: 0.015249999240040779 +Info 3148 [12:53:22.800] getCompletionData: Get previous token: 0.05819599889218807 +Info 3149 [12:53:22.800] getCompletionsAtPosition: isCompletionListBlocker: 0.0040160007774829865 +Info 3150 [12:53:22.801] getExportInfoMap: cache hit +Info 3151 [12:53:22.803] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 3152 [12:53:22.803] collectAutoImports: response is complete +Info 3153 [12:53:22.803] collectAutoImports: 2.344903999939561 +Info 3154 [12:53:22.803] getCompletionData: Semantic work: 3.191204000264406 +Info 3155 [12:53:22.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9748680014163256 +Info 3156 [12:53:22.808] Format host information updated +Info 3157 [12:53:22.857] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3158 [12:53:22.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 16.646080000326037ms +Info 3159 [12:53:22.873] Different program with same set of files +Info 3160 [12:53:22.874] getCompletionData: Get current token: 0.00984400138258934 +Info 3161 [12:53:22.874] getCompletionData: Is inside comment: 0.03101000003516674 +Info 3162 [12:53:22.874] getCompletionData: Get previous token: 0.033779000863432884 +Info 3163 [12:53:22.874] getCompletionsAtPosition: isCompletionListBlocker: 0.005510998889803886 +Info 3164 [12:53:22.875] getExportInfoMap: cache hit +Info 3165 [12:53:22.880] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 3166 [12:53:22.880] collectAutoImports: response is complete +Info 3167 [12:53:22.880] collectAutoImports: 4.070295998826623 +Info 3168 [12:53:22.880] getCompletionData: Semantic work: 5.510184001177549 +Info 3169 [12:53:22.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.31984500028193 +Info 3170 [12:53:22.886] Format host information updated +Info 3171 [12:53:22.919] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3172 [12:53:22.927] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 8.039788000285625ms +Info 3173 [12:53:22.927] Different program with same set of files +Info 3174 [12:53:22.928] getCompletionData: Get current token: 0.004447998479008675 +Info 3175 [12:53:22.928] getCompletionData: Is inside comment: 0.014956999570131302 +Info 3176 [12:53:22.928] getCompletionData: Get previous token: 0.018182998523116112 +Info 3177 [12:53:22.928] getCompletionsAtPosition: isCompletionListBlocker: 0.003054998815059662 +Info 3178 [12:53:22.928] getExportInfoMap: cache hit +Info 3179 [12:53:22.930] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 3180 [12:53:22.930] collectAutoImports: response is complete +Info 3181 [12:53:22.930] collectAutoImports: 2.012941999360919 +Info 3182 [12:53:22.930] getCompletionData: Semantic work: 2.6492890007793903 +Info 3183 [12:53:22.933] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.296261001378298 +Info 3184 [12:53:22.934] Format host information updated +Info 3185 [12:53:27.832] Format host information updated +Info 3186 [12:53:27.832] Format host information updated +Info 3187 [12:53:27.832] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3188 [12:53:27.839] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 6.0623850002884865ms +Info 3189 [12:53:27.839] Different program with same set of files +Info 3190 [12:53:27.839] getExportInfoMap: cache hit +Info 3191 [12:53:27.847] getExportInfoMap: cache hit +Info 3192 [12:53:27.847] Format host information updated +Info 3193 [12:53:28.073] Format host information updated +Info 3194 [12:53:28.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3195 [12:53:28.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 277 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.044762000441551ms +Info 3196 [12:53:28.084] Different program with same set of files +Info 3197 [12:53:28.429] getCompletionData: Get current token: 0.003196999430656433 +Info 3198 [12:53:28.429] getCompletionData: Is inside comment: 0.009425001218914986 +Info 3199 [12:53:28.429] getCompletionData: Get previous token: 0.005982998758554459 +Info 3200 [12:53:28.429] getCompletionsAtPosition: isCompletionListBlocker: 0.007414000108838081 +Info 3201 [12:53:28.429] getExportInfoMap: cache hit +Info 3202 [12:53:28.442] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3203 [12:53:28.442] collectAutoImports: response is complete +Info 3204 [12:53:28.442] collectAutoImports: 12.896663999184966 +Info 3205 [12:53:28.442] getCompletionData: Semantic work: 13.482728000730276 +Info 3206 [12:53:28.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.36765499971807 +Info 3207 [12:53:28.621] Format host information updated +Info 3208 [12:53:28.622] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3209 [12:53:28.629] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 6.94284800067544ms +Info 3210 [12:53:28.629] Different program with same set of files +Info 3211 [12:53:28.904] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3212 [12:53:28.911] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 7.016959000378847ms +Info 3213 [12:53:28.911] Different program with same set of files +Info 3214 [12:53:28.911] getCompletionData: Get current token: 0.003092000260949135 +Info 3215 [12:53:28.911] getCompletionData: Is inside comment: 0.010725999251008034 +Info 3216 [12:53:28.911] getCompletionData: Get previous token: 0.006814999505877495 +Info 3217 [12:53:28.911] getCompletionsAtPosition: isCompletionListBlocker: 0.007364999502897263 +Info 3218 [12:53:28.911] getExportInfoMap: cache hit +Info 3219 [12:53:28.925] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3220 [12:53:28.925] collectAutoImports: response is complete +Info 3221 [12:53:28.925] collectAutoImports: 13.483620001003146 +Info 3222 [12:53:28.925] getCompletionData: Semantic work: 14.032888000831008 +Info 3223 [12:53:28.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6633020006120205 +Info 3224 [12:53:28.933] Format host information updated +Info 3225 [12:53:29.129] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3226 [12:53:29.136] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 7.622441999614239ms +Info 3227 [12:53:29.136] Different program with same set of files +Info 3228 [12:53:29.136] getCompletionData: Get current token: 0.0029830001294612885 +Info 3229 [12:53:29.136] getCompletionData: Is inside comment: 0.00980599969625473 +Info 3230 [12:53:29.137] getCompletionData: Get previous token: 0.00657300092279911 +Info 3231 [12:53:29.137] getCompletionsAtPosition: isCompletionListBlocker: 0.006803000345826149 +Info 3232 [12:53:29.137] getExportInfoMap: cache hit +Info 3233 [12:53:29.149] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3234 [12:53:29.149] collectAutoImports: response is complete +Info 3235 [12:53:29.149] collectAutoImports: 11.672001998871565 +Info 3236 [12:53:29.149] getCompletionData: Semantic work: 12.326479000970721 +Info 3237 [12:53:29.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9899679999798536 +Info 3238 [12:53:29.156] Format host information updated +Info 3239 [12:53:29.171] Format host information updated +Info 3240 [12:53:29.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3241 [12:53:29.180] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 8.545120000839233ms +Info 3242 [12:53:29.180] Different program with same set of files +Info 3243 [12:53:29.419] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3244 [12:53:29.425] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 6.521444000303745ms +Info 3245 [12:53:29.425] Different program with same set of files +Info 3246 [12:53:29.425] getCompletionData: Get current token: 0.0026590004563331604 +Info 3247 [12:53:29.425] getCompletionData: Is inside comment: 0.009564999490976334 +Info 3248 [12:53:29.425] getCompletionData: Get previous token: 0.005824999883770943 +Info 3249 [12:53:29.425] getCompletionsAtPosition: isCompletionListBlocker: 0.00291999988257885 +Info 3250 [12:53:29.426] getExportInfoMap: cache hit +Info 3251 [12:53:29.439] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3252 [12:53:29.439] collectAutoImports: response is complete +Info 3253 [12:53:29.439] collectAutoImports: 12.901459001004696 +Info 3254 [12:53:29.439] getCompletionData: Semantic work: 13.399176999926567 +Info 3255 [12:53:29.443] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.205744998529553 +Info 3256 [12:53:29.447] Format host information updated +Info 3257 [12:53:29.478] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3258 [12:53:29.485] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 6.519547000527382ms +Info 3259 [12:53:29.485] Different program with same set of files +Info 3260 [12:53:29.485] getCompletionData: Get current token: 0.002865999937057495 +Info 3261 [12:53:29.485] getCompletionData: Is inside comment: 0.009139999747276306 +Info 3262 [12:53:29.485] getCompletionData: Get previous token: 0.006182000041007996 +Info 3263 [12:53:29.485] getCompletionsAtPosition: isCompletionListBlocker: 0.00626399926841259 +Info 3264 [12:53:29.486] getExportInfoMap: cache hit +Info 3265 [12:53:29.496] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3266 [12:53:29.496] collectAutoImports: response is complete +Info 3267 [12:53:29.496] collectAutoImports: 10.664108999073505 +Info 3268 [12:53:29.496] getCompletionData: Semantic work: 11.122852999716997 +Info 3269 [12:53:29.500] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.958669999614358 +Info 3270 [12:53:29.503] Format host information updated +Info 3271 [12:53:29.731] getCompletionData: Get current token: 0.0032500009983778 +Info 3272 [12:53:29.731] getCompletionData: Is inside comment: 0.01064000092446804 +Info 3273 [12:53:29.731] getCompletionData: Get previous token: 0.01999100111424923 +Info 3274 [12:53:29.731] getCompletionsAtPosition: isCompletionListBlocker: 0.002177000045776367 +Info 3275 [12:53:29.731] Returning an empty list because completion was requested in an invalid position. +Info 3276 [12:53:29.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3277 [12:53:29.936] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 7.587248999625444ms +Info 3278 [12:53:29.936] Different program with same set of files +Info 3279 [12:53:29.937] getCompletionData: Get current token: 0.003727000206708908 +Info 3280 [12:53:29.937] getCompletionData: Is inside comment: 0.01056000031530857 +Info 3281 [12:53:29.937] getCompletionData: Get previous token: 0.012220000848174095 +Info 3282 [12:53:29.937] getCompletionsAtPosition: isCompletionListBlocker: 0.003683999180793762 +Info 3283 [12:53:29.937] getExportInfoMap: cache hit +Info 3284 [12:53:29.940] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 3285 [12:53:29.940] collectAutoImports: response is complete +Info 3286 [12:53:29.940] collectAutoImports: 2.47384300082922 +Info 3287 [12:53:29.940] getCompletionData: Semantic work: 3.244965000078082 +Info 3288 [12:53:29.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2316539995372295 +Info 3289 [12:53:29.943] Format host information updated +Info 3290 [12:53:30.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3291 [12:53:30.098] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 28.40150300040841ms +Info 3292 [12:53:30.098] Different program with same set of files +Info 3293 [12:53:30.099] getCompletionData: Get current token: 0.01726899854838848 +Info 3294 [12:53:30.099] getCompletionData: Is inside comment: 0.04781300015747547 +Info 3295 [12:53:30.099] getCompletionData: Get previous token: 0.05021600052714348 +Info 3296 [12:53:30.099] getCompletionsAtPosition: isCompletionListBlocker: 0.03176799975335598 +Info 3297 [12:53:30.101] getExportInfoMap: cache hit +Info 3298 [12:53:30.105] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3299 [12:53:30.106] collectAutoImports: response is complete +Info 3300 [12:53:30.106] collectAutoImports: 4.058009000495076 +Info 3301 [12:53:30.106] getCompletionData: Semantic work: 6.031510999426246 +Info 3302 [12:53:30.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.473595999181271 +Info 3303 [12:53:30.114] Format host information updated +Info 3304 [12:53:30.341] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3305 [12:53:30.348] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 6.761575000360608ms +Info 3306 [12:53:30.348] Different program with same set of files +Info 3307 [12:53:30.348] getCompletionData: Get current token: 0.00319799967110157 +Info 3308 [12:53:30.348] getCompletionData: Is inside comment: 0.010232001543045044 +Info 3309 [12:53:30.348] getCompletionData: Get previous token: 0.006799999624490738 +Info 3310 [12:53:30.348] getCompletionsAtPosition: isCompletionListBlocker: 0.0023020002990961075 +Info 3311 [12:53:30.349] getExportInfoMap: cache hit +Info 3312 [12:53:30.363] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3313 [12:53:30.363] collectAutoImports: response is complete +Info 3314 [12:53:30.363] collectAutoImports: 14.145091999322176 +Info 3315 [12:53:30.363] getCompletionData: Semantic work: 14.66789099946618 +Info 3316 [12:53:30.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.629481999203563 +Info 3317 [12:53:30.371] Format host information updated +Info 3318 [12:53:30.509] Format host information updated +Info 3319 [12:53:30.509] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3320 [12:53:30.518] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 8.962055001407862ms +Info 3321 [12:53:30.518] Different program with same set of files +Info 3322 [12:53:30.701] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3323 [12:53:30.710] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 8.794666999951005ms +Info 3324 [12:53:30.710] Different program with same set of files +Info 3325 [12:53:30.710] getCompletionData: Get current token: 0.003538999706506729 +Info 3326 [12:53:30.710] getCompletionData: Is inside comment: 0.010735999792814255 +Info 3327 [12:53:30.710] getCompletionData: Get previous token: 0.01339700073003769 +Info 3328 [12:53:30.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0029480010271072388 +Info 3329 [12:53:30.711] getExportInfoMap: cache hit +Info 3330 [12:53:30.716] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 239 from cache +Info 3331 [12:53:30.716] collectAutoImports: response is complete +Info 3332 [12:53:30.716] collectAutoImports: 4.753561999648809 +Info 3333 [12:53:30.716] getCompletionData: Semantic work: 5.4135990012437105 +Info 3334 [12:53:30.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.878882000222802 +Info 3335 [12:53:30.720] Format host information updated +Info 3336 [12:53:30.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3337 [12:53:30.890] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 6.932113999500871ms +Info 3338 [12:53:30.890] Different program with same set of files +Info 3339 [12:53:30.890] getCompletionData: Get current token: 0.003892999142408371 +Info 3340 [12:53:30.890] getCompletionData: Is inside comment: 0.011740000918507576 +Info 3341 [12:53:30.890] getCompletionData: Get previous token: 0.014499001204967499 +Info 3342 [12:53:30.890] getCompletionsAtPosition: isCompletionListBlocker: 0.002925001084804535 +Info 3343 [12:53:30.891] getExportInfoMap: cache hit +Info 3344 [12:53:30.896] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 148 from cache +Info 3345 [12:53:30.896] collectAutoImports: response is complete +Info 3346 [12:53:30.896] collectAutoImports: 5.236827000975609 +Info 3347 [12:53:30.896] getCompletionData: Semantic work: 5.8347440008074045 +Info 3348 [12:53:30.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.657301999628544 +Info 3349 [12:53:30.900] Format host information updated +Info 3350 [12:53:31.001] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3351 [12:53:31.008] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 6.772461999207735ms +Info 3352 [12:53:31.008] Different program with same set of files +Info 3353 [12:53:31.008] getCompletionData: Get current token: 0.004041999578475952 +Info 3354 [12:53:31.008] getCompletionData: Is inside comment: 0.011946000158786774 +Info 3355 [12:53:31.008] getCompletionData: Get previous token: 0.014268999919295311 +Info 3356 [12:53:31.008] getCompletionsAtPosition: isCompletionListBlocker: 0.002559999004006386 +Info 3357 [12:53:31.009] getExportInfoMap: cache hit +Info 3358 [12:53:31.011] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 52 from cache +Info 3359 [12:53:31.011] collectAutoImports: response is complete +Info 3360 [12:53:31.011] collectAutoImports: 1.7827009987086058 +Info 3361 [12:53:31.011] getCompletionData: Semantic work: 2.399406999349594 +Info 3362 [12:53:31.013] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.950340999290347 +Info 3363 [12:53:31.014] Format host information updated +Info 3364 [12:53:31.424] getCompletionData: Get current token: 0.013258999213576317 +Info 3365 [12:53:31.424] getCompletionData: Is inside comment: 0.04197300039231777 +Info 3366 [12:53:31.424] getCompletionData: Get previous token: 0.026415999978780746 +Info 3367 [12:53:31.425] getCompletionsAtPosition: isCompletionListBlocker: 0.027670999988913536 +Info 3368 [12:53:31.427] getExportInfoMap: cache hit +Info 3369 [12:53:31.469] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3370 [12:53:31.470] collectAutoImports: response is complete +Info 3371 [12:53:31.470] collectAutoImports: 42.76556299999356 +Info 3372 [12:53:31.470] getCompletionData: Semantic work: 44.91255899891257 +Info 3373 [12:53:31.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.493367999792099 +Info 3374 [12:53:31.590] Format host information updated +Info 3375 [12:53:31.590] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3376 [12:53:31.597] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 7.151200000196695ms +Info 3377 [12:53:31.597] Different program with same set of files +Info 3378 [12:53:31.717] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3379 [12:53:31.724] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 6.841244000941515ms +Info 3380 [12:53:31.724] Different program with same set of files +Info 3381 [12:53:31.724] getCompletionData: Get current token: 0.0028310008347034454 +Info 3382 [12:53:31.724] getCompletionData: Is inside comment: 0.008980000391602516 +Info 3383 [12:53:31.724] getCompletionData: Get previous token: 0.005671000108122826 +Info 3384 [12:53:31.725] getCompletionsAtPosition: isCompletionListBlocker: 0.007355000823736191 +Info 3385 [12:53:31.725] getExportInfoMap: cache hit +Info 3386 [12:53:31.735] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3387 [12:53:31.735] collectAutoImports: response is complete +Info 3388 [12:53:31.735] collectAutoImports: 10.19764299876988 +Info 3389 [12:53:31.735] getCompletionData: Semantic work: 10.72965900041163 +Info 3390 [12:53:31.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.339339999482036 +Info 3391 [12:53:31.744] Format host information updated +Info 3392 [12:53:31.910] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3393 [12:53:31.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 6.611123001202941ms +Info 3394 [12:53:31.916] Different program with same set of files +Info 3395 [12:53:31.917] getCompletionData: Get current token: 0.003039998933672905 +Info 3396 [12:53:31.917] getCompletionData: Is inside comment: 0.009556001052260399 +Info 3397 [12:53:31.917] getCompletionData: Get previous token: 0.006450001150369644 +Info 3398 [12:53:31.917] getCompletionsAtPosition: isCompletionListBlocker: 0.007106998935341835 +Info 3399 [12:53:31.917] getExportInfoMap: cache hit +Info 3400 [12:53:31.928] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3401 [12:53:31.928] collectAutoImports: response is complete +Info 3402 [12:53:31.928] collectAutoImports: 10.697379000484943 +Info 3403 [12:53:31.928] getCompletionData: Semantic work: 11.31411200016737 +Info 3404 [12:53:31.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.26690100133419 +Info 3405 [12:53:31.936] Format host information updated +Info 3406 [12:53:32.031] Format host information updated +Info 3407 [12:53:32.032] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3408 [12:53:32.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 24.628632999956608ms +Info 3409 [12:53:32.057] Different program with same set of files +Info 3410 [12:53:32.776] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3411 [12:53:32.782] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 6.599369999021292ms +Info 3412 [12:53:32.782] Different program with same set of files +Info 3413 [12:53:32.782] getCompletionData: Get current token: 0.002379000186920166 +Info 3414 [12:53:32.782] getCompletionData: Is inside comment: 0.008069001138210297 +Info 3415 [12:53:32.782] getCompletionData: Get previous token: 0.009431999176740646 +Info 3416 [12:53:32.783] getCompletionsAtPosition: isCompletionListBlocker: 0.006830999627709389 +Info 3417 [12:53:32.783] getExportInfoMap: cache hit +Info 3418 [12:53:32.786] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 239 from cache +Info 3419 [12:53:32.786] collectAutoImports: response is complete +Info 3420 [12:53:32.786] collectAutoImports: 3.2731860000640154 +Info 3421 [12:53:32.786] getCompletionData: Semantic work: 3.7646549995988607 +Info 3422 [12:53:32.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0345990005880594 +Info 3423 [12:53:32.789] Format host information updated +Info 3424 [12:53:32.943] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3425 [12:53:32.953] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 9.271216999739408ms +Info 3426 [12:53:32.953] Different program with same set of files +Info 3427 [12:53:32.953] getCompletionData: Get current token: 0.002896999940276146 +Info 3428 [12:53:32.953] getCompletionData: Is inside comment: 0.009677998721599579 +Info 3429 [12:53:32.953] getCompletionData: Get previous token: 0.01040400005877018 +Info 3430 [12:53:32.953] getCompletionsAtPosition: isCompletionListBlocker: 0.007795000448822975 +Info 3431 [12:53:32.953] getExportInfoMap: cache hit +Info 3432 [12:53:32.958] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 184 from cache +Info 3433 [12:53:32.958] collectAutoImports: response is complete +Info 3434 [12:53:32.958] collectAutoImports: 5.044506000354886 +Info 3435 [12:53:32.958] getCompletionData: Semantic work: 5.593759000301361 +Info 3436 [12:53:32.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1083530001342297 +Info 3437 [12:53:32.962] Format host information updated +Info 3438 [12:53:33.005] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3439 [12:53:33.012] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 7.6714500002563ms +Info 3440 [12:53:33.012] Different program with same set of files +Info 3441 [12:53:33.012] getCompletionData: Get current token: 0.004064999520778656 +Info 3442 [12:53:33.012] getCompletionData: Is inside comment: 0.01268799975514412 +Info 3443 [12:53:33.013] getCompletionData: Get previous token: 0.014355000108480453 +Info 3444 [12:53:33.013] getCompletionsAtPosition: isCompletionListBlocker: 0.009376000612974167 +Info 3445 [12:53:33.013] getExportInfoMap: cache hit +Info 3446 [12:53:33.017] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 118 from cache +Info 3447 [12:53:33.017] collectAutoImports: response is complete +Info 3448 [12:53:33.017] collectAutoImports: 3.4959950000047684 +Info 3449 [12:53:33.017] getCompletionData: Semantic work: 4.1083510015159845 +Info 3450 [12:53:33.019] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4736800007522106 +Info 3451 [12:53:33.022] Format host information updated +Info 3452 [12:53:33.235] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3453 [12:53:33.244] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 8.691635001450777ms +Info 3454 [12:53:33.244] Different program with same set of files +Info 3455 [12:53:33.244] getCompletionData: Get current token: 0.0026290006935596466 +Info 3456 [12:53:33.244] getCompletionData: Is inside comment: 0.007894998416304588 +Info 3457 [12:53:33.244] getCompletionData: Get previous token: 0.009286999702453613 +Info 3458 [12:53:33.244] getCompletionsAtPosition: isCompletionListBlocker: 0.007217001169919968 +Info 3459 [12:53:33.245] getExportInfoMap: cache hit +Info 3460 [12:53:33.247] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 14 from cache +Info 3461 [12:53:33.247] collectAutoImports: response is complete +Info 3462 [12:53:33.247] collectAutoImports: 2.075262999162078 +Info 3463 [12:53:33.247] getCompletionData: Semantic work: 2.531945999711752 +Info 3464 [12:53:33.249] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9484219998121262 +Info 3465 [12:53:33.250] Format host information updated +Info 3466 [12:53:33.363] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3467 [12:53:33.370] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 6.5635659992694855ms +Info 3468 [12:53:33.370] Different program with same set of files +Info 3469 [12:53:33.370] getCompletionData: Get current token: 0.0031930003315210342 +Info 3470 [12:53:33.370] getCompletionData: Is inside comment: 0.010923000052571297 +Info 3471 [12:53:33.370] getCompletionData: Get previous token: 0.012012999504804611 +Info 3472 [12:53:33.370] getCompletionsAtPosition: isCompletionListBlocker: 0.007906001061201096 +Info 3473 [12:53:33.371] getExportInfoMap: cache hit +Info 3474 [12:53:33.373] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3475 [12:53:33.373] collectAutoImports: response is complete +Info 3476 [12:53:33.373] collectAutoImports: 1.9812479987740517 +Info 3477 [12:53:33.373] getCompletionData: Semantic work: 2.5334000010043383 +Info 3478 [12:53:33.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.908110000193119 +Info 3479 [12:53:33.377] Format host information updated +Info 3480 [12:53:33.589] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3481 [12:53:33.595] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 6.189209001138806ms +Info 3482 [12:53:33.595] Different program with same set of files +Info 3483 [12:53:33.595] getCompletionData: Get current token: 0.003045998513698578 +Info 3484 [12:53:33.595] getCompletionData: Is inside comment: 0.010872999206185341 +Info 3485 [12:53:33.595] getCompletionData: Get previous token: 0.0065550003200769424 +Info 3486 [12:53:33.595] getCompletionsAtPosition: isCompletionListBlocker: 0.0027890000492334366 +Info 3487 [12:53:33.596] getExportInfoMap: cache hit +Info 3488 [12:53:33.606] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3489 [12:53:33.606] collectAutoImports: response is complete +Info 3490 [12:53:33.606] collectAutoImports: 10.131138999015093 +Info 3491 [12:53:33.606] getCompletionData: Semantic work: 10.611055999994278 +Info 3492 [12:53:33.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.50764299929142 +Info 3493 [12:53:33.615] Format host information updated +Info 3494 [12:53:33.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3495 [12:53:33.635] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 6.416747998446226ms +Info 3496 [12:53:33.635] Different program with same set of files +Info 3497 [12:53:33.636] getCompletionData: Get current token: 0.0031359996646642685 +Info 3498 [12:53:33.636] getCompletionData: Is inside comment: 0.010466000065207481 +Info 3499 [12:53:33.636] getCompletionData: Get previous token: 0.0065470002591609955 +Info 3500 [12:53:33.636] getCompletionsAtPosition: isCompletionListBlocker: 0.007819000631570816 +Info 3501 [12:53:33.636] getExportInfoMap: cache hit +Info 3502 [12:53:33.649] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3503 [12:53:33.649] collectAutoImports: response is complete +Info 3504 [12:53:33.649] collectAutoImports: 12.70631599985063 +Info 3505 [12:53:33.649] getCompletionData: Semantic work: 13.179903998970985 +Info 3506 [12:53:33.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.002579998224974 +Info 3507 [12:53:33.657] Format host information updated +Info 3508 [12:53:33.956] getCompletionData: Get current token: 0.006536001339554787 +Info 3509 [12:53:33.956] getCompletionData: Is inside comment: 0.013921000063419342 +Info 3510 [12:53:33.956] getCompletionData: Get previous token: 0.027323000133037567 +Info 3511 [12:53:33.956] getCompletionsAtPosition: isCompletionListBlocker: 0.004050001502037048 +Info 3512 [12:53:33.957] getExportInfoMap: cache hit +Info 3513 [12:53:33.965] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3514 [12:53:33.965] collectAutoImports: response is complete +Info 3515 [12:53:33.965] collectAutoImports: 8.525612998753786 +Info 3516 [12:53:33.965] getCompletionData: Semantic work: 9.201372001320124 +Info 3517 [12:53:33.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.0028839986771345 +Info 3518 [12:53:34.633] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3519 [12:53:34.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 6.364044999703765ms +Info 3520 [12:53:34.639] Different program with same set of files +Info 3521 [12:53:34.639] getCompletionData: Get current token: 0.0031510014086961746 +Info 3522 [12:53:34.639] getCompletionData: Is inside comment: 0.009578999131917953 +Info 3523 [12:53:34.639] getCompletionData: Get previous token: 0.010577000677585602 +Info 3524 [12:53:34.639] getCompletionsAtPosition: isCompletionListBlocker: 0.0031860005110502243 +Info 3525 [12:53:34.640] getExportInfoMap: cache hit +Info 3526 [12:53:34.643] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 296 from cache +Info 3527 [12:53:34.643] collectAutoImports: response is complete +Info 3528 [12:53:34.643] collectAutoImports: 3.3753079995512962 +Info 3529 [12:53:34.643] getCompletionData: Semantic work: 3.8328910004347563 +Info 3530 [12:53:34.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1155350003391504 +Info 3531 [12:53:34.647] Format host information updated +Info 3532 [12:53:34.730] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3533 [12:53:34.737] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 6.400229999795556ms +Info 3534 [12:53:34.737] Different program with same set of files +Info 3535 [12:53:34.737] getCompletionData: Get current token: 0.003762999549508095 +Info 3536 [12:53:34.737] getCompletionData: Is inside comment: 0.01182899996638298 +Info 3537 [12:53:34.737] getCompletionData: Get previous token: 0.012612000107765198 +Info 3538 [12:53:34.737] getCompletionsAtPosition: isCompletionListBlocker: 0.002743000164628029 +Info 3539 [12:53:34.738] getExportInfoMap: cache hit +Info 3540 [12:53:34.741] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 72 from cache +Info 3541 [12:53:34.741] collectAutoImports: response is complete +Info 3542 [12:53:34.741] collectAutoImports: 3.8043689988553524 +Info 3543 [12:53:34.741] getCompletionData: Semantic work: 4.308700000867248 +Info 3544 [12:53:34.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.000951999798417 +Info 3545 [12:53:34.744] Format host information updated +Info 3546 [12:53:34.814] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3547 [12:53:34.821] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 6.545315999537706ms +Info 3548 [12:53:34.821] Different program with same set of files +Info 3549 [12:53:34.821] getCompletionData: Get current token: 0.004130000248551369 +Info 3550 [12:53:34.821] getCompletionData: Is inside comment: 0.030865000560879707 +Info 3551 [12:53:34.821] getCompletionData: Get previous token: 0.01472499966621399 +Info 3552 [12:53:34.821] getCompletionsAtPosition: isCompletionListBlocker: 0.0031059999018907547 +Info 3553 [12:53:34.822] getExportInfoMap: cache hit +Info 3554 [12:53:34.824] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 56 from cache +Info 3555 [12:53:34.824] collectAutoImports: response is complete +Info 3556 [12:53:34.824] collectAutoImports: 2.159577999264002 +Info 3557 [12:53:34.824] getCompletionData: Semantic work: 2.7307350002229214 +Info 3558 [12:53:34.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0386430006474257 +Info 3559 [12:53:34.827] Format host information updated +Info 3560 [12:53:34.885] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3561 [12:53:34.916] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 30.878180999308825ms +Info 3562 [12:53:34.916] Different program with same set of files +Info 3563 [12:53:34.916] getCompletionData: Get current token: 0.01690400019288063 +Info 3564 [12:53:34.917] getCompletionData: Is inside comment: 0.04738599993288517 +Info 3565 [12:53:34.917] getCompletionData: Get previous token: 0.05488999933004379 +Info 3566 [12:53:34.917] getCompletionsAtPosition: isCompletionListBlocker: 0.009060001000761986 +Info 3567 [12:53:34.918] getExportInfoMap: cache hit +Info 3568 [12:53:34.923] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 34 from cache +Info 3569 [12:53:34.923] collectAutoImports: response is complete +Info 3570 [12:53:34.923] collectAutoImports: 4.840555001050234 +Info 3571 [12:53:34.923] getCompletionData: Semantic work: 6.530628999695182 +Info 3572 [12:53:34.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.293300000950694 +Info 3573 [12:53:34.929] Format host information updated +Info 3574 [12:53:34.991] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3575 [12:53:35.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 25.28430199995637ms +Info 3576 [12:53:35.016] Different program with same set of files +Info 3577 [12:53:35.017] getCompletionData: Get current token: 0.017218999564647675 +Info 3578 [12:53:35.017] getCompletionData: Is inside comment: 0.05215400084853172 +Info 3579 [12:53:35.017] getCompletionData: Get previous token: 0.08364599943161011 +Info 3580 [12:53:35.017] getCompletionsAtPosition: isCompletionListBlocker: 0.009339999407529831 +Info 3581 [12:53:35.019] getExportInfoMap: cache hit +Info 3582 [12:53:35.024] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 24 from cache +Info 3583 [12:53:35.024] collectAutoImports: response is complete +Info 3584 [12:53:35.024] collectAutoImports: 4.80800100043416 +Info 3585 [12:53:35.024] getCompletionData: Semantic work: 6.426669001579285 +Info 3586 [12:53:35.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.398332001641393 +Info 3587 [12:53:35.032] Format host information updated +Info 3588 [12:53:35.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3589 [12:53:35.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 7.4800060000270605ms +Info 3590 [12:53:35.076] Different program with same set of files +Info 3591 [12:53:35.077] getCompletionData: Get current token: 0.00452599860727787 +Info 3592 [12:53:35.077] getCompletionData: Is inside comment: 0.01338299922645092 +Info 3593 [12:53:35.077] getCompletionData: Get previous token: 0.01555199921131134 +Info 3594 [12:53:35.077] getCompletionsAtPosition: isCompletionListBlocker: 0.0033170003443956375 +Info 3595 [12:53:35.077] getExportInfoMap: cache hit +Info 3596 [12:53:35.079] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 24 from cache +Info 3597 [12:53:35.079] collectAutoImports: response is complete +Info 3598 [12:53:35.079] collectAutoImports: 1.9396369997411966 +Info 3599 [12:53:35.079] getCompletionData: Semantic work: 2.541541000828147 +Info 3600 [12:53:35.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.385895999148488 +Info 3601 [12:53:35.083] Format host information updated +Info 3602 [12:53:35.139] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3603 [12:53:35.159] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 19.223589999601245ms +Info 3604 [12:53:35.159] Different program with same set of files +Info 3605 [12:53:35.159] getCompletionData: Get current token: 0.012904999777674675 +Info 3606 [12:53:35.159] getCompletionData: Is inside comment: 0.040713999420404434 +Info 3607 [12:53:35.159] getCompletionData: Get previous token: 0.04517599940299988 +Info 3608 [12:53:35.160] getCompletionsAtPosition: isCompletionListBlocker: 0.007120998576283455 +Info 3609 [12:53:35.161] getExportInfoMap: cache hit +Info 3610 [12:53:35.170] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 24 from cache +Info 3611 [12:53:35.170] collectAutoImports: response is complete +Info 3612 [12:53:35.170] collectAutoImports: 8.6257199998945 +Info 3613 [12:53:35.170] getCompletionData: Semantic work: 10.172768000513315 +Info 3614 [12:53:35.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.108626998960972 +Info 3615 [12:53:35.175] Format host information updated +Info 3616 [12:53:35.307] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3617 [12:53:35.316] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 8.698691999539733ms +Info 3618 [12:53:35.316] Different program with same set of files +Info 3619 [12:53:35.316] getCompletionData: Get current token: 0.004799000918865204 +Info 3620 [12:53:35.317] getCompletionData: Is inside comment: 0.014309000223875046 +Info 3621 [12:53:35.317] getCompletionData: Get previous token: 0.015560999512672424 +Info 3622 [12:53:35.317] getCompletionsAtPosition: isCompletionListBlocker: 0.0034830011427402496 +Info 3623 [12:53:35.317] getExportInfoMap: cache hit +Info 3624 [12:53:35.319] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 16 from cache +Info 3625 [12:53:35.319] collectAutoImports: response is complete +Info 3626 [12:53:35.319] collectAutoImports: 1.8932109996676445 +Info 3627 [12:53:35.319] getCompletionData: Semantic work: 2.509571000933647 +Info 3628 [12:53:35.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2630040012300014 +Info 3629 [12:53:35.323] Format host information updated +Info 3630 [12:53:35.484] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3631 [12:53:35.509] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 25.520625000819564ms +Info 3632 [12:53:35.510] Different program with same set of files +Info 3633 [12:53:35.510] getCompletionData: Get current token: 0.017208999022841454 +Info 3634 [12:53:35.510] getCompletionData: Is inside comment: 0.08459299989044666 +Info 3635 [12:53:35.511] getCompletionData: Get previous token: 0.05830500088632107 +Info 3636 [12:53:35.511] getCompletionsAtPosition: isCompletionListBlocker: 0.009157000109553337 +Info 3637 [12:53:35.512] getExportInfoMap: cache hit +Info 3638 [12:53:35.517] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 3639 [12:53:35.517] collectAutoImports: response is complete +Info 3640 [12:53:35.517] collectAutoImports: 4.82349499873817 +Info 3641 [12:53:35.517] getCompletionData: Semantic work: 6.572681000456214 +Info 3642 [12:53:35.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.363246999680996 +Info 3643 [12:53:35.523] Format host information updated +Info 3644 [12:53:35.547] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3645 [12:53:35.555] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 8.267200998961926ms +Info 3646 [12:53:35.555] Different program with same set of files +Info 3647 [12:53:35.556] getCompletionData: Get current token: 0.005260000005364418 +Info 3648 [12:53:35.556] getCompletionData: Is inside comment: 0.015383001416921616 +Info 3649 [12:53:35.556] getCompletionData: Get previous token: 0.017422998324036598 +Info 3650 [12:53:35.556] getCompletionsAtPosition: isCompletionListBlocker: 0.003588000312447548 +Info 3651 [12:53:35.556] getExportInfoMap: cache hit +Info 3652 [12:53:35.558] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 3653 [12:53:35.558] collectAutoImports: response is complete +Info 3654 [12:53:35.558] collectAutoImports: 2.103381998836994 +Info 3655 [12:53:35.558] getCompletionData: Semantic work: 2.74792099930346 +Info 3656 [12:53:35.563] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3674550000578165 +Info 3657 [12:53:35.564] Format host information updated +Info 3658 [12:53:35.694] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3659 [12:53:35.700] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 6.3171400018036366ms +Info 3660 [12:53:35.700] Different program with same set of files +Info 3661 [12:53:35.701] getCompletionData: Get current token: 0.003753999248147011 +Info 3662 [12:53:35.701] getCompletionData: Is inside comment: 0.011092999950051308 +Info 3663 [12:53:35.701] getCompletionData: Get previous token: 0.012788001447916031 +Info 3664 [12:53:35.701] getCompletionsAtPosition: isCompletionListBlocker: 0.002769000828266144 +Info 3665 [12:53:35.701] getExportInfoMap: cache hit +Info 3666 [12:53:35.703] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 3667 [12:53:35.703] collectAutoImports: response is complete +Info 3668 [12:53:35.703] collectAutoImports: 1.5789100006222725 +Info 3669 [12:53:35.703] getCompletionData: Semantic work: 2.0803430005908012 +Info 3670 [12:53:35.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.735291000455618 +Info 3671 [12:53:35.705] Format host information updated +Info 3672 [12:53:35.788] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3673 [12:53:35.820] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 31.857823999598622ms +Info 3674 [12:53:35.820] Different program with same set of files +Info 3675 [12:53:35.821] getCompletionData: Get current token: 0.011269999668002129 +Info 3676 [12:53:35.821] getCompletionData: Is inside comment: 0.03445100039243698 +Info 3677 [12:53:35.821] getCompletionData: Get previous token: 0.0380489993840456 +Info 3678 [12:53:35.821] getCompletionsAtPosition: isCompletionListBlocker: 0.007813001051545143 +Info 3679 [12:53:35.822] getExportInfoMap: cache hit +Info 3680 [12:53:35.826] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 3681 [12:53:35.826] collectAutoImports: response is complete +Info 3682 [12:53:35.826] collectAutoImports: 3.580648999661207 +Info 3683 [12:53:35.826] getCompletionData: Semantic work: 4.772148998454213 +Info 3684 [12:53:35.829] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.481777999550104 +Info 3685 [12:53:35.831] Format host information updated +Info 3686 [12:53:35.860] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3687 [12:53:35.868] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 7.614447999745607ms +Info 3688 [12:53:35.868] Different program with same set of files +Info 3689 [12:53:35.868] getCompletionData: Get current token: 0.004590000957250595 +Info 3690 [12:53:35.868] getCompletionData: Is inside comment: 0.013573000207543373 +Info 3691 [12:53:35.868] getCompletionData: Get previous token: 0.01512799970805645 +Info 3692 [12:53:35.868] getCompletionsAtPosition: isCompletionListBlocker: 0.003112001344561577 +Info 3693 [12:53:35.868] getExportInfoMap: cache hit +Info 3694 [12:53:35.870] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 3695 [12:53:35.870] collectAutoImports: response is complete +Info 3696 [12:53:35.870] collectAutoImports: 1.8384690005332232 +Info 3697 [12:53:35.870] getCompletionData: Semantic work: 2.4199079982936382 +Info 3698 [12:53:35.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1826300006359816 +Info 3699 [12:53:35.875] Format host information updated +Info 3700 [12:53:36.258] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3701 [12:53:36.265] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 6.475112998858094ms +Info 3702 [12:53:36.265] Different program with same set of files +Info 3703 [12:53:36.265] getCompletionData: Get current token: 0.0037900004535913467 +Info 3704 [12:53:36.265] getCompletionData: Is inside comment: 0.011130999773740768 +Info 3705 [12:53:36.265] getCompletionData: Get previous token: 0.007214000448584557 +Info 3706 [12:53:36.265] getCompletionsAtPosition: isCompletionListBlocker: 0.007773999124765396 +Info 3707 [12:53:36.265] getExportInfoMap: cache hit +Info 3708 [12:53:36.275] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3709 [12:53:36.275] collectAutoImports: response is complete +Info 3710 [12:53:36.275] collectAutoImports: 10.052372999489307 +Info 3711 [12:53:36.275] getCompletionData: Semantic work: 10.534755999222398 +Info 3712 [12:53:36.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.194360999390483 +Info 3713 [12:53:36.285] Format host information updated +Info 3714 [12:53:36.580] getCompletionData: Get current token: 0.005539000034332275 +Info 3715 [12:53:36.580] getCompletionData: Is inside comment: 0.015944000333547592 +Info 3716 [12:53:36.580] getCompletionData: Get previous token: 0.010609999299049377 +Info 3717 [12:53:36.580] getCompletionsAtPosition: isCompletionListBlocker: 0.004035999998450279 +Info 3718 [12:53:36.581] getExportInfoMap: cache hit +Info 3719 [12:53:36.592] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3720 [12:53:36.592] collectAutoImports: response is complete +Info 3721 [12:53:36.592] collectAutoImports: 11.244495000690222 +Info 3722 [12:53:36.592] getCompletionData: Semantic work: 11.915355999022722 +Info 3723 [12:53:36.597] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2322569992393255 +Info 3724 [12:53:36.725] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3725 [12:53:36.733] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 8.149863999336958ms +Info 3726 [12:53:36.733] Different program with same set of files +Info 3727 [12:53:36.733] getCompletionData: Get current token: 0.004424998536705971 +Info 3728 [12:53:36.733] getCompletionData: Is inside comment: 0.012421000748872757 +Info 3729 [12:53:36.733] getCompletionData: Get previous token: 0.01571200042963028 +Info 3730 [12:53:36.733] getCompletionsAtPosition: isCompletionListBlocker: 0.0031690001487731934 +Info 3731 [12:53:36.734] getExportInfoMap: cache hit +Info 3732 [12:53:36.737] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 144 from cache +Info 3733 [12:53:36.737] collectAutoImports: response is complete +Info 3734 [12:53:36.737] collectAutoImports: 3.2119360007345676 +Info 3735 [12:53:36.737] getCompletionData: Semantic work: 3.7737889997661114 +Info 3736 [12:53:36.739] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4941190015524626 +Info 3737 [12:53:36.741] Format host information updated +Info 3738 [12:53:36.792] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3739 [12:53:36.805] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 12.939681999385357ms +Info 3740 [12:53:36.805] Different program with same set of files +Info 3741 [12:53:36.805] getCompletionData: Get current token: 0.010001000016927719 +Info 3742 [12:53:36.805] getCompletionData: Is inside comment: 0.02827499993145466 +Info 3743 [12:53:36.805] getCompletionData: Get previous token: 0.03388099931180477 +Info 3744 [12:53:36.805] getCompletionsAtPosition: isCompletionListBlocker: 0.005529999732971191 +Info 3745 [12:53:36.806] getExportInfoMap: cache hit +Info 3746 [12:53:36.811] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 64 from cache +Info 3747 [12:53:36.811] collectAutoImports: response is complete +Info 3748 [12:53:36.811] collectAutoImports: 5.177720999345183 +Info 3749 [12:53:36.811] getCompletionData: Semantic work: 6.173862999305129 +Info 3750 [12:53:36.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.220000000670552 +Info 3751 [12:53:36.819] Format host information updated +Info 3752 [12:53:36.923] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3753 [12:53:36.930] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 7.009659999981523ms +Info 3754 [12:53:36.930] Different program with same set of files +Info 3755 [12:53:36.930] getCompletionData: Get current token: 0.005083998665213585 +Info 3756 [12:53:36.930] getCompletionData: Is inside comment: 0.013505000621080399 +Info 3757 [12:53:36.930] getCompletionData: Get previous token: 0.01670300029218197 +Info 3758 [12:53:36.930] getCompletionsAtPosition: isCompletionListBlocker: 0.0031410008668899536 +Info 3759 [12:53:36.931] getExportInfoMap: cache hit +Info 3760 [12:53:36.945] collectAutoImports: resolved 0 module specifiers, plus 175 ambient and 1416 from cache +Info 3761 [12:53:36.945] collectAutoImports: response is complete +Info 3762 [12:53:36.945] collectAutoImports: 14.182476000860333 +Info 3763 [12:53:36.945] getCompletionData: Semantic work: 14.759761998429894 +Info 3764 [12:53:36.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.268115000799298 +Info 3765 [12:53:36.955] Format host information updated +Info 3766 [12:53:39.576] Format host information updated +Info 3767 [12:53:39.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3768 [12:53:39.583] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 6.897421000525355ms +Info 3769 [12:53:39.583] Different program with same set of files +Info 3770 [12:53:39.985] getCompletionData: Get current token: 0.0023430008441209793 +Info 3771 [12:53:39.985] getCompletionData: Is inside comment: 0.007960999384522438 +Info 3772 [12:53:39.985] getCompletionData: Get previous token: 0.0050200000405311584 +Info 3773 [12:53:39.985] getCompletionsAtPosition: isCompletionListBlocker: 0.008359000086784363 +Info 3774 [12:53:39.986] getExportInfoMap: cache hit +Info 3775 [12:53:39.998] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 3776 [12:53:39.998] collectAutoImports: response is complete +Info 3777 [12:53:39.998] collectAutoImports: 12.14648399874568 +Info 3778 [12:53:39.998] getCompletionData: Semantic work: 12.73068800009787 +Info 3779 [12:53:40.001] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.060132998973131 +Info 3780 [12:53:41.761] Format host information updated +Info 3781 [12:53:41.761] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3782 [12:53:41.768] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 6.6471769995987415ms +Info 3783 [12:53:41.768] Different program with same set of files +Info 3784 [12:53:41.989] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3785 [12:53:41.995] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 6.588503001257777ms +Info 3786 [12:53:41.995] Different program with same set of files +Info 3787 [12:53:41.995] getCompletionData: Get current token: 0.002924000844359398 +Info 3788 [12:53:41.995] getCompletionData: Is inside comment: 0.00862099975347519 +Info 3789 [12:53:41.995] getCompletionData: Get previous token: 0.010910000652074814 +Info 3790 [12:53:41.996] getCompletionsAtPosition: isCompletionListBlocker: 0.007959000766277313 +Info 3791 [12:53:41.996] getExportInfoMap: cache hit +Info 3792 [12:53:41.999] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 21 from cache +Info 3793 [12:53:41.999] collectAutoImports: response is complete +Info 3794 [12:53:41.999] collectAutoImports: 2.613842001184821 +Info 3795 [12:53:41.999] getCompletionData: Semantic work: 3.1947639994323254 +Info 3796 [12:53:42.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1772789992392063 +Info 3797 [12:53:42.001] Format host information updated +Info 3798 [12:53:42.157] Format host information updated +Info 3799 [12:53:42.157] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3800 [12:53:42.165] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 8.553062999621034ms +Info 3801 [12:53:42.165] Different program with same set of files +Info 3802 [12:53:42.333] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3803 [12:53:42.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 20.85623300075531ms +Info 3804 [12:53:42.354] Different program with same set of files +Info 3805 [12:53:42.354] getCompletionData: Get current token: 0.010085999965667725 +Info 3806 [12:53:42.354] getCompletionData: Is inside comment: 0.02508299984037876 +Info 3807 [12:53:42.355] getCompletionData: Get previous token: 0.015097999945282936 +Info 3808 [12:53:42.355] getCompletionsAtPosition: isCompletionListBlocker: 0.01281600072979927 +Info 3809 [12:53:42.356] getExportInfoMap: cache hit +Info 3810 [12:53:42.375] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 3811 [12:53:42.375] collectAutoImports: response is complete +Info 3812 [12:53:42.375] collectAutoImports: 19.084510000422597 +Info 3813 [12:53:42.375] getCompletionData: Semantic work: 20.161797000095248 +Info 3814 [12:53:42.379] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8528840001672506 +Info 3815 [12:53:42.382] Format host information updated +Info 3816 [12:53:42.454] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3817 [12:53:42.467] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 13.698596000671387ms +Info 3818 [12:53:42.467] Different program with same set of files +Info 3819 [12:53:42.468] getCompletionData: Get current token: 0.008910000324249268 +Info 3820 [12:53:42.468] getCompletionData: Is inside comment: 0.022846998646855354 +Info 3821 [12:53:42.468] getCompletionData: Get previous token: 0.015982000157237053 +Info 3822 [12:53:42.468] getCompletionsAtPosition: isCompletionListBlocker: 0.018334999680519104 +Info 3823 [12:53:42.469] getExportInfoMap: cache hit +Info 3824 [12:53:42.493] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 3825 [12:53:42.493] collectAutoImports: response is complete +Info 3826 [12:53:42.493] collectAutoImports: 24.02325300127268 +Info 3827 [12:53:42.493] getCompletionData: Semantic work: 25.395710000768304 +Info 3828 [12:53:42.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.524546999484301 +Info 3829 [12:53:42.502] Format host information updated +Info 3830 [12:53:42.514] Format host information updated +Info 3831 [12:53:42.514] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3832 [12:53:42.520] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 6.0508190002292395ms +Info 3833 [12:53:42.520] Different program with same set of files +Info 3834 [12:53:42.756] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3835 [12:53:42.762] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 6.102757001295686ms +Info 3836 [12:53:42.762] Different program with same set of files +Info 3837 [12:53:42.762] getCompletionData: Get current token: 0.002536000683903694 +Info 3838 [12:53:42.762] getCompletionData: Is inside comment: 0.008239001035690308 +Info 3839 [12:53:42.762] getCompletionData: Get previous token: 0.01044199988245964 +Info 3840 [12:53:42.762] getCompletionsAtPosition: isCompletionListBlocker: 0.007521999999880791 +Info 3841 [12:53:42.763] getExportInfoMap: cache hit +Info 3842 [12:53:42.766] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 187 from cache +Info 3843 [12:53:42.766] collectAutoImports: response is complete +Info 3844 [12:53:42.766] collectAutoImports: 3.331588000059128 +Info 3845 [12:53:42.766] getCompletionData: Semantic work: 3.8304299991577864 +Info 3846 [12:53:42.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.281657999381423 +Info 3847 [12:53:42.768] Format host information updated +Info 3848 [12:53:43.987] Format host information updated +Info 3849 [12:53:43.987] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3850 [12:53:43.993] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 6.325468000024557ms +Info 3851 [12:53:43.993] Different program with same set of files +Info 3852 [12:53:44.093] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3853 [12:53:44.100] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 6.170835999771953ms +Info 3854 [12:53:44.100] Different program with same set of files +Info 3855 [12:53:44.100] getCompletionData: Get current token: 0.0017600003629922867 +Info 3856 [12:53:44.100] getCompletionData: Is inside comment: 0.006924999877810478 +Info 3857 [12:53:44.100] getCompletionData: Get previous token: 0.009255999699234962 +Info 3858 [12:53:44.100] getCompletionsAtPosition: isCompletionListBlocker: 0.007641000673174858 +Info 3859 [12:53:44.100] getExportInfoMap: cache hit +Info 3860 [12:53:44.103] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 21 from cache +Info 3861 [12:53:44.103] collectAutoImports: response is complete +Info 3862 [12:53:44.103] collectAutoImports: 2.237889001145959 +Info 3863 [12:53:44.103] getCompletionData: Semantic work: 2.8834210000932217 +Info 3864 [12:53:44.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0034549999982119 +Info 3865 [12:53:44.105] Format host information updated +Info 3866 [12:53:44.688] Format host information updated +Info 3867 [12:53:44.688] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3868 [12:53:44.694] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 6.036573000252247ms +Info 3869 [12:53:44.694] Different program with same set of files +Info 3870 [12:53:44.755] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3871 [12:53:44.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 7.940031999722123ms +Info 3872 [12:53:44.763] Different program with same set of files +Info 3873 [12:53:44.764] getCompletionData: Get current token: 0.0029360000044107437 +Info 3874 [12:53:44.764] getCompletionData: Is inside comment: 0.011489000171422958 +Info 3875 [12:53:44.764] getCompletionData: Get previous token: 0.0149920005351305 +Info 3876 [12:53:44.764] getCompletionsAtPosition: isCompletionListBlocker: 0.011709000915288925 +Info 3877 [12:53:44.765] getExportInfoMap: cache hit +Info 3878 [12:53:44.770] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 187 from cache +Info 3879 [12:53:44.770] collectAutoImports: response is complete +Info 3880 [12:53:44.770] collectAutoImports: 4.965104999020696 +Info 3881 [12:53:44.770] getCompletionData: Semantic work: 5.77038300037384 +Info 3882 [12:53:44.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1139540001749992 +Info 3883 [12:53:44.773] Format host information updated +Info 3884 [12:53:45.009] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3885 [12:53:45.016] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 6.786053000018001ms +Info 3886 [12:53:45.016] Different program with same set of files +Info 3887 [12:53:45.016] getCompletionData: Get current token: 0.0028099995106458664 +Info 3888 [12:53:45.016] getCompletionData: Is inside comment: 0.008828999474644661 +Info 3889 [12:53:45.016] getCompletionData: Get previous token: 0.005606001242995262 +Info 3890 [12:53:45.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0073689986020326614 +Info 3891 [12:53:45.016] getExportInfoMap: cache hit +Info 3892 [12:53:45.028] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 3893 [12:53:45.028] collectAutoImports: response is complete +Info 3894 [12:53:45.028] collectAutoImports: 11.890538999810815 +Info 3895 [12:53:45.028] getCompletionData: Semantic work: 12.374009998515248 +Info 3896 [12:53:45.032] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.480000998824835 +Info 3897 [12:53:45.035] Format host information updated +Info 3898 [12:53:45.075] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3899 [12:53:45.084] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 8.936982998624444ms +Info 3900 [12:53:45.084] Different program with same set of files +Info 3901 [12:53:45.085] getCompletionData: Get current token: 0.0024360008537769318 +Info 3902 [12:53:45.085] getCompletionData: Is inside comment: 0.007840000092983246 +Info 3903 [12:53:45.085] getCompletionData: Get previous token: 0.01196799986064434 +Info 3904 [12:53:45.085] getCompletionsAtPosition: isCompletionListBlocker: 0.009957000613212585 +Info 3905 [12:53:45.085] getExportInfoMap: cache hit +Info 3906 [12:53:45.089] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 96 from cache +Info 3907 [12:53:45.089] collectAutoImports: response is complete +Info 3908 [12:53:45.089] collectAutoImports: 3.4615710005164146 +Info 3909 [12:53:45.089] getCompletionData: Semantic work: 4.113029999658465 +Info 3910 [12:53:45.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2682459987699986 +Info 3911 [12:53:45.091] Format host information updated +Info 3912 [12:53:45.191] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3913 [12:53:45.198] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 6.339327000081539ms +Info 3914 [12:53:45.198] Different program with same set of files +Info 3915 [12:53:45.198] getCompletionData: Get current token: 0.0021600015461444855 +Info 3916 [12:53:45.198] getCompletionData: Is inside comment: 0.008905000984668732 +Info 3917 [12:53:45.198] getCompletionData: Get previous token: 0.012153999879956245 +Info 3918 [12:53:45.198] getCompletionsAtPosition: isCompletionListBlocker: 0.008386999368667603 +Info 3919 [12:53:45.199] getExportInfoMap: cache hit +Info 3920 [12:53:45.201] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 30 from cache +Info 3921 [12:53:45.201] collectAutoImports: response is complete +Info 3922 [12:53:45.201] collectAutoImports: 2.1738470010459423 +Info 3923 [12:53:45.201] getCompletionData: Semantic work: 2.768215000629425 +Info 3924 [12:53:45.202] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.040981000289321 +Info 3925 [12:53:45.202] Format host information updated +Info 3926 [12:53:45.312] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3927 [12:53:45.320] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 8.31225199997425ms +Info 3928 [12:53:45.320] Different program with same set of files +Info 3929 [12:53:45.321] getCompletionData: Get current token: 0.0026449989527463913 +Info 3930 [12:53:45.321] getCompletionData: Is inside comment: 0.008901000022888184 +Info 3931 [12:53:45.321] getCompletionData: Get previous token: 0.012119999155402184 +Info 3932 [12:53:45.321] getCompletionsAtPosition: isCompletionListBlocker: 0.008229998871684074 +Info 3933 [12:53:45.321] getExportInfoMap: cache hit +Info 3934 [12:53:45.323] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 10 from cache +Info 3935 [12:53:45.323] collectAutoImports: response is complete +Info 3936 [12:53:45.323] collectAutoImports: 1.8885389994829893 +Info 3937 [12:53:45.323] getCompletionData: Semantic work: 2.471434999257326 +Info 3938 [12:53:45.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.997469998896122 +Info 3939 [12:53:45.325] Format host information updated +Info 3940 [12:53:45.401] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3941 [12:53:45.407] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 6.553241999819875ms +Info 3942 [12:53:45.407] Different program with same set of files +Info 3943 [12:53:45.408] getCompletionData: Get current token: 0.002366000786423683 +Info 3944 [12:53:45.408] getCompletionData: Is inside comment: 0.009125001728534698 +Info 3945 [12:53:45.408] getCompletionData: Get previous token: 0.01283399946987629 +Info 3946 [12:53:45.408] getCompletionsAtPosition: isCompletionListBlocker: 0.00802600011229515 +Info 3947 [12:53:45.408] getExportInfoMap: cache hit +Info 3948 [12:53:45.411] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 30 from cache +Info 3949 [12:53:45.411] collectAutoImports: response is complete +Info 3950 [12:53:45.411] collectAutoImports: 2.4223710000514984 +Info 3951 [12:53:45.411] getCompletionData: Semantic work: 3.00968100130558 +Info 3952 [12:53:45.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1568989995867014 +Info 3953 [12:53:45.415] Format host information updated +Info 3954 [12:53:45.576] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3955 [12:53:45.582] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 6.182300001382828ms +Info 3956 [12:53:45.582] Different program with same set of files +Info 3957 [12:53:45.582] getCompletionData: Get current token: 0.002047998830676079 +Info 3958 [12:53:45.582] getCompletionData: Is inside comment: 0.007876001298427582 +Info 3959 [12:53:45.582] getCompletionData: Get previous token: 0.011800998821854591 +Info 3960 [12:53:45.582] getCompletionsAtPosition: isCompletionListBlocker: 0.0077600013464689255 +Info 3961 [12:53:45.583] getExportInfoMap: cache hit +Info 3962 [12:53:45.586] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 96 from cache +Info 3963 [12:53:45.586] collectAutoImports: response is complete +Info 3964 [12:53:45.586] collectAutoImports: 3.100468000397086 +Info 3965 [12:53:45.586] getCompletionData: Semantic work: 3.6159939989447594 +Info 3966 [12:53:45.587] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.069811999797821 +Info 3967 [12:53:45.588] Format host information updated +Info 3968 [12:53:45.690] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3969 [12:53:45.697] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 6.735532999038696ms +Info 3970 [12:53:45.697] Different program with same set of files +Info 3971 [12:53:45.697] getCompletionData: Get current token: 0.0027619991451501846 +Info 3972 [12:53:45.697] getCompletionData: Is inside comment: 0.0107829999178648 +Info 3973 [12:53:45.697] getCompletionData: Get previous token: 0.0075710006058216095 +Info 3974 [12:53:45.697] getCompletionsAtPosition: isCompletionListBlocker: 0.007759999483823776 +Info 3975 [12:53:45.700] getExportInfoMap: cache hit +Info 3976 [12:53:45.711] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 3977 [12:53:45.711] collectAutoImports: response is complete +Info 3978 [12:53:45.711] collectAutoImports: 11.488983999937773 +Info 3979 [12:53:45.711] getCompletionData: Semantic work: 14.201030999422073 +Info 3980 [12:53:45.715] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5360369998961687 +Info 3981 [12:53:45.719] Format host information updated +Info 3982 [12:53:45.836] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3983 [12:53:45.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 24.973821999505162ms +Info 3984 [12:53:45.861] Different program with same set of files +Info 3985 [12:53:45.862] getCompletionData: Get current token: 0.00761600024998188 +Info 3986 [12:53:45.862] getCompletionData: Is inside comment: 0.0297240000218153 +Info 3987 [12:53:45.862] getCompletionData: Get previous token: 0.019450001418590546 +Info 3988 [12:53:45.862] getCompletionsAtPosition: isCompletionListBlocker: 0.00652800127863884 +Info 3989 [12:53:45.863] getCompletionData: Semantic work: 1.667120000347495 +Info 3990 [12:53:45.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4233049992471933 +Info 3991 [12:53:45.867] Format host information updated +Info 3992 [12:53:45.918] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 3993 [12:53:45.928] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 9.749796999618411ms +Info 3994 [12:53:45.928] Different program with same set of files +Info 3995 [12:53:45.928] getCompletionData: Get current token: 0.003420000895857811 +Info 3996 [12:53:45.928] getCompletionData: Is inside comment: 0.013408999890089035 +Info 3997 [12:53:45.928] getCompletionData: Get previous token: 0.018936000764369965 +Info 3998 [12:53:45.928] getCompletionsAtPosition: isCompletionListBlocker: 0.0029930006712675095 +Info 3999 [12:53:45.929] getCompletionData: Semantic work: 0.8250890001654625 +Info 4000 [12:53:45.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1293259989470243 +Info 4001 [12:53:45.932] Format host information updated +Info 4002 [12:53:46.011] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4003 [12:53:46.039] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 27.82150400057435ms +Info 4004 [12:53:46.039] Different program with same set of files +Info 4005 [12:53:46.040] getCompletionData: Get current token: 0.00708099827170372 +Info 4006 [12:53:46.040] getCompletionData: Is inside comment: 0.025411000475287437 +Info 4007 [12:53:46.040] getCompletionData: Get previous token: 0.03402799926698208 +Info 4008 [12:53:46.040] getCompletionsAtPosition: isCompletionListBlocker: 0.005626000463962555 +Info 4009 [12:53:46.041] getCompletionData: Semantic work: 1.2174430005252361 +Info 4010 [12:53:46.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.056481000036001 +Info 4011 [12:53:46.045] Format host information updated +Info 4012 [12:53:46.104] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4013 [12:53:46.119] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 15.25900600105524ms +Info 4014 [12:53:46.119] Different program with same set of files +Info 4015 [12:53:46.119] getCompletionData: Get current token: 0.005640000104904175 +Info 4016 [12:53:46.119] getCompletionData: Is inside comment: 0.023229001089930534 +Info 4017 [12:53:46.120] getCompletionData: Get previous token: 0.03219999931752682 +Info 4018 [12:53:46.120] getCompletionsAtPosition: isCompletionListBlocker: 0.004654999822378159 +Info 4019 [12:53:46.121] getCompletionData: Semantic work: 1.3232659995555878 +Info 4020 [12:53:46.124] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.482522999867797 +Info 4021 [12:53:46.125] Format host information updated +Info 4022 [12:53:46.304] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4023 [12:53:46.310] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 6.177027998492122ms +Info 4024 [12:53:46.310] Different program with same set of files +Info 4025 [12:53:46.310] getCompletionData: Get current token: 0.002191999927163124 +Info 4026 [12:53:46.310] getCompletionData: Is inside comment: 0.008765999227762222 +Info 4027 [12:53:46.310] getCompletionData: Get previous token: 0.02011999860405922 +Info 4028 [12:53:46.310] getCompletionsAtPosition: isCompletionListBlocker: 0.0022650007158517838 +Info 4029 [12:53:46.311] getCompletionData: Semantic work: 0.5772009994834661 +Info 4030 [12:53:46.312] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4698229990899563 +Info 4031 [12:53:46.313] Format host information updated +Info 4032 [12:53:46.430] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4033 [12:53:46.436] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 6.448737001046538ms +Info 4034 [12:53:46.436] Different program with same set of files +Info 4035 [12:53:46.436] getCompletionData: Get current token: 0.0024769995361566544 +Info 4036 [12:53:46.436] getCompletionData: Is inside comment: 0.00952099822461605 +Info 4037 [12:53:46.436] getCompletionData: Get previous token: 0.012714000418782234 +Info 4038 [12:53:46.436] getCompletionsAtPosition: isCompletionListBlocker: 0.0029179994016885757 +Info 4039 [12:53:46.437] getCompletionData: Semantic work: 0.6236790008842945 +Info 4040 [12:53:46.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4881480000913143 +Info 4041 [12:53:46.442] Format host information updated +Info 4042 [12:53:47.148] Format host information updated +Info 4043 [12:53:47.148] Format host information updated +Info 4044 [12:53:47.148] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4045 [12:53:47.154] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 5.973977999761701ms +Info 4046 [12:53:47.154] Different program with same set of files +Info 4047 [12:53:47.154] getCompletionData: Get current token: 0.002236001193523407 +Info 4048 [12:53:47.154] getCompletionData: Is inside comment: 0.008406998589634895 +Info 4049 [12:53:47.154] getCompletionData: Get previous token: 0.005327999591827393 +Info 4050 [12:53:47.154] getCompletionsAtPosition: isCompletionListBlocker: 0.006616998463869095 +Info 4051 [12:53:47.154] getExportInfoMap: cache hit +Info 4052 [12:53:47.165] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 4053 [12:53:47.165] collectAutoImports: response is complete +Info 4054 [12:53:47.165] collectAutoImports: 10.755863999947906 +Info 4055 [12:53:47.165] getCompletionData: Semantic work: 11.239871999248862 +Info 4056 [12:53:47.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8926579989492893 +Info 4057 [12:53:47.171] getCompletionData: Get current token: 0.013741999864578247 +Info 4058 [12:53:47.171] getCompletionData: Is inside comment: 0.00322599895298481 +Info 4059 [12:53:47.171] getCompletionData: Get previous token: 0.023976998403668404 +Info 4060 [12:53:47.171] getCompletionsAtPosition: isCompletionListBlocker: 0.002563999965786934 +Info 4061 [12:53:47.172] getCompletionData: Semantic work: 0.7363750003278255 +Info 4062 [12:53:47.177] getCompletionData: Get current token: 0.010370999574661255 +Info 4063 [12:53:47.177] getCompletionData: Is inside comment: 0.003195999190211296 +Info 4064 [12:53:47.177] getCompletionData: Get previous token: 0.05156499892473221 +Info 4065 [12:53:47.177] getCompletionsAtPosition: isCompletionListBlocker: 0.0027639996260404587 +Info 4066 [12:53:47.177] getCompletionData: Semantic work: 0.3722779992967844 +Info 4067 [12:53:47.178] Format host information updated +Info 4068 [12:53:47.380] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4069 [12:53:47.388] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 8.533447999507189ms +Info 4070 [12:53:47.388] Different program with same set of files +Info 4071 [12:53:47.389] getCompletionData: Get current token: 0.0024420004338026047 +Info 4072 [12:53:47.389] getCompletionData: Is inside comment: 0.016145998612046242 +Info 4073 [12:53:47.389] getCompletionData: Get previous token: 0.025696000084280968 +Info 4074 [12:53:47.389] getCompletionsAtPosition: isCompletionListBlocker: 0.00906899943947792 +Info 4075 [12:53:47.390] getExportInfoMap: cache hit +Info 4076 [12:53:47.392] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 117 from cache +Info 4077 [12:53:47.392] collectAutoImports: response is complete +Info 4078 [12:53:47.392] collectAutoImports: 2.427260000258684 +Info 4079 [12:53:47.392] getCompletionData: Semantic work: 3.2338779997080564 +Info 4080 [12:53:47.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.047935999929905 +Info 4081 [12:53:47.394] Format host information updated +Info 4082 [12:53:47.427] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4083 [12:53:47.435] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 7.429991001263261ms +Info 4084 [12:53:47.435] Different program with same set of files +Info 4085 [12:53:47.435] getCompletionData: Get current token: 0.0021490007638931274 +Info 4086 [12:53:47.435] getCompletionData: Is inside comment: 0.006630999967455864 +Info 4087 [12:53:47.435] getCompletionData: Get previous token: 0.011242000386118889 +Info 4088 [12:53:47.435] getCompletionsAtPosition: isCompletionListBlocker: 0.007861999794840813 +Info 4089 [12:53:47.436] getExportInfoMap: cache hit +Info 4090 [12:53:47.438] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 5 from cache +Info 4091 [12:53:47.438] collectAutoImports: response is complete +Info 4092 [12:53:47.438] collectAutoImports: 1.6812559999525547 +Info 4093 [12:53:47.438] getCompletionData: Semantic work: 2.3065170012414455 +Info 4094 [12:53:47.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0009269993752241 +Info 4095 [12:53:47.441] Format host information updated +Info 4096 [12:53:47.720] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4097 [12:53:47.727] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 7.01630200073123ms +Info 4098 [12:53:47.727] Different program with same set of files +Info 4099 [12:53:47.727] getCompletionData: Get current token: 0.0020799990743398666 +Info 4100 [12:53:47.727] getCompletionData: Is inside comment: 0.006404999643564224 +Info 4101 [12:53:47.727] getCompletionData: Get previous token: 0.012065999209880829 +Info 4102 [12:53:47.727] getCompletionsAtPosition: isCompletionListBlocker: 0.007665999233722687 +Info 4103 [12:53:47.728] getExportInfoMap: cache hit +Info 4104 [12:53:47.730] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 117 from cache +Info 4105 [12:53:47.730] collectAutoImports: response is complete +Info 4106 [12:53:47.730] collectAutoImports: 2.2728550005704165 +Info 4107 [12:53:47.730] getCompletionData: Semantic work: 2.819956999272108 +Info 4108 [12:53:47.731] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0944930016994476 +Info 4109 [12:53:47.732] Format host information updated +Info 4110 [12:53:47.845] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4111 [12:53:47.853] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 7.039323000237346ms +Info 4112 [12:53:47.853] Different program with same set of files +Info 4113 [12:53:47.853] getCompletionData: Get current token: 0.002759000286459923 +Info 4114 [12:53:47.853] getCompletionData: Is inside comment: 0.00953499972820282 +Info 4115 [12:53:47.853] getCompletionData: Get previous token: 0.0073629990220069885 +Info 4116 [12:53:47.853] getCompletionsAtPosition: isCompletionListBlocker: 0.007633000612258911 +Info 4117 [12:53:47.853] getExportInfoMap: cache hit +Info 4118 [12:53:47.867] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 4119 [12:53:47.867] collectAutoImports: response is complete +Info 4120 [12:53:47.867] collectAutoImports: 13.29789900034666 +Info 4121 [12:53:47.867] getCompletionData: Semantic work: 13.89393400028348 +Info 4122 [12:53:47.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8890179991722107 +Info 4123 [12:53:47.876] Format host information updated +Info 4124 [12:53:48.069] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4125 [12:53:48.076] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 6.513611000031233ms +Info 4126 [12:53:48.076] Different program with same set of files +Info 4127 [12:53:48.077] getCompletionData: Get current token: 0.002353999763727188 +Info 4128 [12:53:48.077] getCompletionData: Is inside comment: 0.007108999416232109 +Info 4129 [12:53:48.077] getCompletionData: Get previous token: 0.012227999046444893 +Info 4130 [12:53:48.077] getCompletionsAtPosition: isCompletionListBlocker: 0.008602999150753021 +Info 4131 [12:53:48.078] getExportInfoMap: cache hit +Info 4132 [12:53:48.081] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 117 from cache +Info 4133 [12:53:48.081] collectAutoImports: response is complete +Info 4134 [12:53:48.081] collectAutoImports: 2.485836999490857 +Info 4135 [12:53:48.081] getCompletionData: Semantic work: 3.1834459993988276 +Info 4136 [12:53:48.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2078879997134209 +Info 4137 [12:53:48.082] Format host information updated +Info 4138 [12:53:48.422] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4139 [12:53:48.429] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 6.306081000715494ms +Info 4140 [12:53:48.429] Different program with same set of files +Info 4141 [12:53:48.429] getCompletionData: Get current token: 0.002169998362660408 +Info 4142 [12:53:48.429] getCompletionData: Is inside comment: 0.007462000474333763 +Info 4143 [12:53:48.429] getCompletionData: Get previous token: 0.004794001579284668 +Info 4144 [12:53:48.429] getCompletionsAtPosition: isCompletionListBlocker: 0.007115000858902931 +Info 4145 [12:53:48.429] getExportInfoMap: cache hit +Info 4146 [12:53:48.441] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 4147 [12:53:48.441] collectAutoImports: response is complete +Info 4148 [12:53:48.441] collectAutoImports: 11.787544999271631 +Info 4149 [12:53:48.441] getCompletionData: Semantic work: 12.272168001160026 +Info 4150 [12:53:48.444] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.152292000129819 +Info 4151 [12:53:48.447] Format host information updated +Info 4152 [12:53:48.728] getCompletionData: Get current token: 0.0077240001410245895 +Info 4153 [12:53:48.728] getCompletionData: Is inside comment: 0.00284699909389019 +Info 4154 [12:53:48.728] getCompletionData: Get previous token: 0.018755000084638596 +Info 4155 [12:53:48.728] getCompletionsAtPosition: isCompletionListBlocker: 0.005814000964164734 +Info 4156 [12:53:48.729] getExportInfoMap: cache hit +Info 4157 [12:53:48.745] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 4158 [12:53:48.745] collectAutoImports: response is complete +Info 4159 [12:53:48.745] collectAutoImports: 16.52941100113094 +Info 4160 [12:53:48.745] getCompletionData: Semantic work: 17.538305001333356 +Info 4161 [12:53:48.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.809751000255346 +Info 4162 [12:53:48.861] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4163 [12:53:48.869] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 8.088867999613285ms +Info 4164 [12:53:48.869] Different program with same set of files +Info 4165 [12:53:48.869] getCompletionData: Get current token: 0.0036089997738599777 +Info 4166 [12:53:48.869] getCompletionData: Is inside comment: 0.001329999417066574 +Info 4167 [12:53:48.869] getCompletionData: Get previous token: 0.015153998509049416 +Info 4168 [12:53:48.869] getCompletionsAtPosition: isCompletionListBlocker: 0.0035060010850429535 +Info 4169 [12:53:48.870] getExportInfoMap: cache hit +Info 4170 [12:53:48.873] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 21 from cache +Info 4171 [12:53:48.873] collectAutoImports: response is complete +Info 4172 [12:53:48.873] collectAutoImports: 2.7120290007442236 +Info 4173 [12:53:48.873] getCompletionData: Semantic work: 3.330359999090433 +Info 4174 [12:53:48.874] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0605689994990826 +Info 4175 [12:53:48.875] Format host information updated +Info 4176 [12:53:52.657] Format host information updated +Info 4177 [12:53:52.663] forEachExternalModuleToImportFrom autoImportProvider: 0.5607960000634193 +Info 4178 [12:53:54.131] Format host information updated +Info 4179 [12:53:54.131] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4180 [12:53:54.144] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 352 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.276468999683857ms +Info 4181 [12:53:54.144] Different program with same set of files +Info 4182 [12:53:57.817] Format host information updated +Info 4183 [12:53:57.817] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4184 [12:53:57.824] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 6.432058999314904ms +Info 4185 [12:53:57.824] Different program with same set of files +Info 4186 [12:53:59.039] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4187 [12:53:59.045] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 6.313211999833584ms +Info 4188 [12:53:59.045] Different program with same set of files +Info 4189 [12:53:59.046] getCompletionData: Get current token: 0.0029179994016885757 +Info 4190 [12:53:59.046] getCompletionData: Is inside comment: 0.001029999926686287 +Info 4191 [12:53:59.046] getCompletionData: Get previous token: 0.0123400017619133 +Info 4192 [12:53:59.046] getCompletionsAtPosition: isCompletionListBlocker: 0.002183999866247177 +Info 4193 [12:53:59.046] getCompletionData: Semantic work: 0.21517099998891354 +Info 4194 [12:53:59.048] Format host information updated +Info 4195 [12:53:59.232] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4196 [12:53:59.239] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 6.928909000009298ms +Info 4197 [12:53:59.239] Different program with same set of files +Info 4198 [12:53:59.239] getCompletionData: Get current token: 0.0027850009500980377 +Info 4199 [12:53:59.239] getCompletionData: Is inside comment: 0.0011060014367103577 +Info 4200 [12:53:59.239] getCompletionData: Get previous token: 0.012858999893069267 +Info 4201 [12:53:59.239] getCompletionsAtPosition: isCompletionListBlocker: 0.002891998738050461 +Info 4202 [12:53:59.239] getCompletionData: Semantic work: 0.21747100166976452 +Info 4203 [12:53:59.239] Format host information updated +Info 4204 [12:53:59.373] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4205 [12:53:59.380] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 6.504529001191258ms +Info 4206 [12:53:59.380] Different program with same set of files +Info 4207 [12:53:59.380] getCompletionData: Get current token: 0.0036779996007680893 +Info 4208 [12:53:59.380] getCompletionData: Is inside comment: 0.001198001205921173 +Info 4209 [12:53:59.380] getCompletionData: Get previous token: 0.01634100079536438 +Info 4210 [12:53:59.380] getCompletionsAtPosition: isCompletionListBlocker: 0.0024589989334344864 +Info 4211 [12:53:59.380] getCompletionData: Semantic work: 0.24563399888575077 +Info 4212 [12:53:59.382] Format host information updated +Info 4213 [12:53:59.532] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4214 [12:53:59.539] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 6.766574999317527ms +Info 4215 [12:53:59.539] Different program with same set of files +Info 4216 [12:53:59.539] getCompletionData: Get current token: 0.003706999123096466 +Info 4217 [12:53:59.539] getCompletionData: Is inside comment: 0.001354999840259552 +Info 4218 [12:53:59.539] getCompletionData: Get previous token: 0.016757000237703323 +Info 4219 [12:53:59.539] getCompletionsAtPosition: isCompletionListBlocker: 0.002550000324845314 +Info 4220 [12:53:59.539] getCompletionData: Semantic work: 0.3300390001386404 +Info 4221 [12:53:59.540] Format host information updated +Info 4222 [12:53:59.762] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4223 [12:53:59.768] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 6.1845570001751184ms +Info 4224 [12:53:59.768] Different program with same set of files +Info 4225 [12:53:59.768] getCompletionData: Get current token: 0.003248000517487526 +Info 4226 [12:53:59.768] getCompletionData: Is inside comment: 0.0011609997600317001 +Info 4227 [12:53:59.768] getCompletionData: Get previous token: 0.014111001044511795 +Info 4228 [12:53:59.768] getCompletionsAtPosition: isCompletionListBlocker: 0.0023959986865520477 +Info 4229 [12:53:59.768] getCompletionData: Semantic work: 0.2220469992607832 +Info 4230 [12:53:59.769] Format host information updated +Info 4231 [12:53:59.955] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4232 [12:53:59.965] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 9.550282001495361ms +Info 4233 [12:53:59.965] Different program with same set of files +Info 4234 [12:53:59.965] getCompletionData: Get current token: 0.0030779987573623657 +Info 4235 [12:53:59.965] getCompletionData: Is inside comment: 0.0011539999395608902 +Info 4236 [12:53:59.965] getCompletionData: Get previous token: 0.014285998418927193 +Info 4237 [12:53:59.965] getCompletionsAtPosition: isCompletionListBlocker: 0.002374999225139618 +Info 4238 [12:53:59.965] getCompletionData: Semantic work: 0.24607800133526325 +Info 4239 [12:53:59.965] Format host information updated +Info 4240 [12:54:02.146] Format host information updated +Info 4241 [12:54:02.146] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4242 [12:54:02.153] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 6.7156889997422695ms +Info 4243 [12:54:02.153] Different program with same set of files +Info 4244 [12:54:05.286] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4245 [12:54:05.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 14.25161600112915ms +Info 4246 [12:54:05.300] Different program with same set of files +Info 4247 [12:54:05.301] getCompletionData: Get current token: 0.0032930001616477966 +Info 4248 [12:54:05.301] getCompletionData: Is inside comment: 0.0015589985996484756 +Info 4249 [12:54:05.301] getCompletionData: Get previous token: 0.022756999358534813 +Info 4250 [12:54:05.301] getCompletionsAtPosition: isCompletionListBlocker: 0.0031359996646642685 +Info 4251 [12:54:05.301] getCompletionData: Semantic work: 0.40220899879932404 +Info 4252 [12:54:05.302] Format host information updated +Info 4253 [12:54:05.630] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4254 [12:54:05.641] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 10.906286999583244ms +Info 4255 [12:54:05.641] Different program with same set of files +Info 4256 [12:54:05.641] getCompletionData: Get current token: 0.0044719986617565155 +Info 4257 [12:54:05.641] getCompletionData: Is inside comment: 0.0018440000712871552 +Info 4258 [12:54:05.641] getCompletionData: Get previous token: 0.04237600043416023 +Info 4259 [12:54:05.641] getCompletionsAtPosition: isCompletionListBlocker: 0.0027829986065626144 +Info 4260 [12:54:05.643] getCompletionData: Semantic work: 1.9595169983804226 +Info 4261 [12:54:05.643] Format host information updated +Info 4262 [12:54:05.850] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4263 [12:54:05.861] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 10.484221998602152ms +Info 4264 [12:54:05.861] Different program with same set of files +Info 4265 [12:54:05.861] getCompletionData: Get current token: 0.0031049996614456177 +Info 4266 [12:54:05.861] getCompletionData: Is inside comment: 0.001191999763250351 +Info 4267 [12:54:05.861] getCompletionData: Get previous token: 0.017393000423908234 +Info 4268 [12:54:05.861] getCompletionsAtPosition: isCompletionListBlocker: 0.0023979991674423218 +Info 4269 [12:54:05.861] getCompletionData: Semantic work: 0.3108070008456707 +Info 4270 [12:54:05.862] Format host information updated +Info 4271 [12:54:06.012] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4272 [12:54:06.050] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 37.48000199906528ms +Info 4273 [12:54:06.050] Different program with same set of files +Info 4274 [12:54:06.050] getCompletionData: Get current token: 0.0070399995893239975 +Info 4275 [12:54:06.050] getCompletionData: Is inside comment: 0.002744000405073166 +Info 4276 [12:54:06.050] getCompletionData: Get previous token: 0.03531700000166893 +Info 4277 [12:54:06.050] getCompletionsAtPosition: isCompletionListBlocker: 0.003956999629735947 +Info 4278 [12:54:06.051] getCompletionData: Semantic work: 0.4916689991950989 +Info 4279 [12:54:06.051] Format host information updated +Info 4280 [12:54:06.073] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4281 [12:54:06.082] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 9.076714999973774ms +Info 4282 [12:54:06.082] Different program with same set of files +Info 4283 [12:54:06.082] getCompletionData: Get current token: 0.0033149998635053635 +Info 4284 [12:54:06.082] getCompletionData: Is inside comment: 0.0013649985194206238 +Info 4285 [12:54:06.082] getCompletionData: Get previous token: 0.01697699911892414 +Info 4286 [12:54:06.082] getCompletionsAtPosition: isCompletionListBlocker: 0.002248000353574753 +Info 4287 [12:54:06.083] getCompletionData: Semantic work: 0.2552049998193979 +Info 4288 [12:54:06.083] Format host information updated +Info 4289 [12:54:06.197] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4290 [12:54:06.207] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 10.338975001126528ms +Info 4291 [12:54:06.207] Different program with same set of files +Info 4292 [12:54:06.207] getCompletionData: Get current token: 0.00462699867784977 +Info 4293 [12:54:06.207] getCompletionData: Is inside comment: 0.0016850009560585022 +Info 4294 [12:54:06.207] getCompletionData: Get previous token: 0.02152700163424015 +Info 4295 [12:54:06.207] getCompletionsAtPosition: isCompletionListBlocker: 0.002396000549197197 +Info 4296 [12:54:06.208] getCompletionData: Semantic work: 0.2827230002731085 +Info 4297 [12:54:06.208] Format host information updated +Info 4298 [12:54:06.435] Format host information updated +Info 4299 [12:54:06.435] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4300 [12:54:06.447] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 12.052363999187946ms +Info 4301 [12:54:06.447] Different program with same set of files +Info 4302 [12:54:07.170] Format host information updated +Info 4303 [12:54:07.171] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4304 [12:54:07.181] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 9.953834999352694ms +Info 4305 [12:54:07.181] Different program with same set of files +Info 4306 [12:54:08.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4307 [12:54:08.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 8.218373998999596ms +Info 4308 [12:54:08.132] Different program with same set of files +Info 4309 [12:54:08.132] getCompletionData: Get current token: 0.0021689999848604202 +Info 4310 [12:54:08.132] getCompletionData: Is inside comment: 0.0011500008404254913 +Info 4311 [12:54:08.132] getCompletionData: Get previous token: 0.01239900104701519 +Info 4312 [12:54:08.132] getCompletionsAtPosition: isCompletionListBlocker: 0.0014490000903606415 +Info 4313 [12:54:08.132] Returning an empty list because completion was requested in an invalid position. +Info 4314 [12:54:08.132] Format host information updated +Info 4315 [12:54:08.455] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4316 [12:54:08.462] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 7.003760000690818ms +Info 4317 [12:54:08.462] Different program with same set of files +Info 4318 [12:54:08.462] getCompletionData: Get current token: 0.002519998699426651 +Info 4319 [12:54:08.462] getCompletionData: Is inside comment: 0.0013159997761249542 +Info 4320 [12:54:08.462] getCompletionData: Get previous token: 0.01375499926507473 +Info 4321 [12:54:08.462] getCompletionsAtPosition: isCompletionListBlocker: 0.0015820004045963287 +Info 4322 [12:54:08.462] Returning an empty list because completion was requested in an invalid position. +Info 4323 [12:54:08.462] Format host information updated +Info 4324 [12:54:08.585] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4325 [12:54:08.594] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 8.493272000923753ms +Info 4326 [12:54:08.594] Different program with same set of files +Info 4327 [12:54:08.594] getCompletionData: Get current token: 0.0028159990906715393 +Info 4328 [12:54:08.594] getCompletionData: Is inside comment: 0.0013689994812011719 +Info 4329 [12:54:08.594] getCompletionData: Get previous token: 0.015039000660181046 +Info 4330 [12:54:08.594] getCompletionsAtPosition: isCompletionListBlocker: 0.0017459988594055176 +Info 4331 [12:54:08.594] Returning an empty list because completion was requested in an invalid position. +Info 4332 [12:54:08.594] Format host information updated +Info 4333 [12:54:08.752] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4334 [12:54:08.760] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 8.405975000932813ms +Info 4335 [12:54:08.760] Different program with same set of files +Info 4336 [12:54:08.761] getCompletionData: Get current token: 0.002572000026702881 +Info 4337 [12:54:08.761] getCompletionData: Is inside comment: 0.0009679999202489853 +Info 4338 [12:54:08.761] getCompletionData: Get previous token: 0.013015000149607658 +Info 4339 [12:54:08.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0016639996320009232 +Info 4340 [12:54:08.761] Returning an empty list because completion was requested in an invalid position. +Info 4341 [12:54:08.761] Format host information updated +Info 4342 [12:54:08.829] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4343 [12:54:08.837] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 7.202718000859022ms +Info 4344 [12:54:08.837] Different program with same set of files +Info 4345 [12:54:08.837] getCompletionData: Get current token: 0.002526000142097473 +Info 4346 [12:54:08.837] getCompletionData: Is inside comment: 0.0012539997696876526 +Info 4347 [12:54:08.837] getCompletionData: Get previous token: 0.013979000970721245 +Info 4348 [12:54:08.837] getCompletionsAtPosition: isCompletionListBlocker: 0.0015709996223449707 +Info 4349 [12:54:08.837] Returning an empty list because completion was requested in an invalid position. +Info 4350 [12:54:08.837] Format host information updated +Info 4351 [12:54:08.942] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4352 [12:54:08.969] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 27.504723999649286ms +Info 4353 [12:54:08.969] Different program with same set of files +Info 4354 [12:54:08.970] getCompletionData: Get current token: 0.011998999863862991 +Info 4355 [12:54:08.970] getCompletionData: Is inside comment: 0.005804000422358513 +Info 4356 [12:54:08.970] getCompletionData: Get previous token: 0.06204599887132645 +Info 4357 [12:54:08.970] getCompletionsAtPosition: isCompletionListBlocker: 0.005502000451087952 +Info 4358 [12:54:08.970] Returning an empty list because completion was requested in an invalid position. +Info 4359 [12:54:08.978] Format host information updated +Info 4360 [12:54:14.669] Format host information updated +Info 4361 [12:54:14.670] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4362 [12:54:14.688] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 375 structureChanged: true structureIsReused:: SafeModules Elapsed: 18.550033999606967ms +Info 4363 [12:54:14.688] Different program with same set of files +Info 4364 [12:54:16.123] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4365 [12:54:16.132] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 8.943382998928428ms +Info 4366 [12:54:16.132] Different program with same set of files +Info 4367 [12:54:16.132] getCompletionData: Get current token: 0.0033119991421699524 +Info 4368 [12:54:16.132] getCompletionData: Is inside comment: 0.010749999433755875 +Info 4369 [12:54:16.132] getCompletionData: Get previous token: 0.01458200067281723 +Info 4370 [12:54:16.132] getCompletionsAtPosition: isCompletionListBlocker: 0.0023159999400377274 +Info 4371 [12:54:16.132] getCompletionData: Semantic work: 0.29172400012612343 +Info 4372 [12:54:16.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7968039996922016 +Info 4373 [12:54:16.134] Format host information updated +Info 4374 [12:54:16.291] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4375 [12:54:16.300] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 9.092531999573112ms +Info 4376 [12:54:16.300] Different program with same set of files +Info 4377 [12:54:16.300] getCompletionData: Get current token: 0.004698999226093292 +Info 4378 [12:54:16.300] getCompletionData: Is inside comment: 0.015424000099301338 +Info 4379 [12:54:16.300] getCompletionData: Get previous token: 0.02046399936079979 +Info 4380 [12:54:16.300] getCompletionsAtPosition: isCompletionListBlocker: 0.0026110000908374786 +Info 4381 [12:54:16.301] getCompletionData: Semantic work: 0.37760400027036667 +Info 4382 [12:54:16.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1762809995561838 +Info 4383 [12:54:16.303] Format host information updated +Info 4384 [12:54:16.472] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4385 [12:54:16.483] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 10.17128200083971ms +Info 4386 [12:54:16.483] Different program with same set of files +Info 4387 [12:54:16.483] getCompletionData: Get current token: 0.0037619993090629578 +Info 4388 [12:54:16.483] getCompletionData: Is inside comment: 0.011400001123547554 +Info 4389 [12:54:16.483] getCompletionData: Get previous token: 0.015403000637888908 +Info 4390 [12:54:16.483] getCompletionsAtPosition: isCompletionListBlocker: 0.0021730009466409683 +Info 4391 [12:54:16.483] getCompletionData: Semantic work: 0.2861879989504814 +Info 4392 [12:54:16.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4807220008224249 +Info 4393 [12:54:16.484] Format host information updated +Info 4394 [12:54:16.625] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4395 [12:54:16.650] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 24.637045999988914ms +Info 4396 [12:54:16.650] Different program with same set of files +Info 4397 [12:54:16.650] getCompletionData: Get current token: 0.009428000077605247 +Info 4398 [12:54:16.650] getCompletionData: Is inside comment: 0.0712640006095171 +Info 4399 [12:54:16.651] getCompletionData: Get previous token: 0.04330899938941002 +Info 4400 [12:54:16.651] getCompletionsAtPosition: isCompletionListBlocker: 0.00497099943459034 +Info 4401 [12:54:16.651] getCompletionData: Semantic work: 0.5257290005683899 +Info 4402 [12:54:16.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.378379000350833 +Info 4403 [12:54:16.658] Format host information updated +Info 4404 [12:54:16.691] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4405 [12:54:16.698] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 7.566280998289585ms +Info 4406 [12:54:16.698] Different program with same set of files +Info 4407 [12:54:16.699] getCompletionData: Get current token: 0.004287000745534897 +Info 4408 [12:54:16.699] getCompletionData: Is inside comment: 0.016256999224424362 +Info 4409 [12:54:16.699] getCompletionData: Get previous token: 0.032488999888300896 +Info 4410 [12:54:16.699] getCompletionsAtPosition: isCompletionListBlocker: 0.002598000690340996 +Info 4411 [12:54:16.699] getCompletionData: Semantic work: 0.23691299930214882 +Info 4412 [12:54:16.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5460299998521805 +Info 4413 [12:54:16.700] Format host information updated +Info 4414 [12:54:16.821] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4415 [12:54:16.831] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 9.142142999917269ms +Info 4416 [12:54:16.831] Different program with same set of files +Info 4417 [12:54:16.831] getCompletionData: Get current token: 0.003926001489162445 +Info 4418 [12:54:16.831] getCompletionData: Is inside comment: 0.012218000367283821 +Info 4419 [12:54:16.831] getCompletionData: Get previous token: 0.01691499911248684 +Info 4420 [12:54:16.831] getCompletionsAtPosition: isCompletionListBlocker: 0.0024639982730150223 +Info 4421 [12:54:16.831] getCompletionData: Semantic work: 0.2232429999858141 +Info 4422 [12:54:16.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4887830000370741 +Info 4423 [12:54:16.832] Format host information updated +Info 4424 [12:54:19.653] getCompletionData: Get current token: 0.002364998683333397 +Info 4425 [12:54:19.653] getCompletionData: Is inside comment: 0.01098799891769886 +Info 4426 [12:54:19.653] getCompletionData: Get previous token: 0.006519000977277756 +Info 4427 [12:54:19.653] getCompletionsAtPosition: isCompletionListBlocker: 0.009463999420404434 +Info 4428 [12:54:19.654] getExportInfoMap: cache hit +Info 4429 [12:54:19.672] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 4430 [12:54:19.672] collectAutoImports: response is complete +Info 4431 [12:54:19.672] collectAutoImports: 18.21633200161159 +Info 4432 [12:54:19.672] getCompletionData: Semantic work: 19.072669999673963 +Info 4433 [12:54:19.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6246880013495684 +Info 4434 [12:54:20.208] getCompletionData: Get current token: 0.0011100005358457565 +Info 4435 [12:54:20.208] getCompletionData: Is inside comment: 0.005691999569535255 +Info 4436 [12:54:20.208] getCompletionData: Get previous token: 0.004366999492049217 +Info 4437 [12:54:20.208] getCompletionsAtPosition: isCompletionListBlocker: 0.009592000395059586 +Info 4438 [12:54:20.208] getExportInfoMap: cache hit +Info 4439 [12:54:20.220] collectAutoImports: resolved 0 module specifiers, plus 219 ambient and 1120 from cache +Info 4440 [12:54:20.220] collectAutoImports: response is complete +Info 4441 [12:54:20.220] collectAutoImports: 11.242069000378251 +Info 4442 [12:54:20.220] getCompletionData: Semantic work: 11.93160100094974 +Info 4443 [12:54:20.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6721179988235235 +Info 4444 [12:54:27.434] Format host information updated +Info 4445 [12:54:27.434] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 4446 [12:54:27.441] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 7.018674999475479ms +Info 4447 [12:54:27.441] Different program with same set of files diff --git a/.log/tsserver-log-r7azuC/ti-385945.log b/.log/tsserver-log-r7azuC/ti-385945.log new file mode 100644 index 0000000..5628b06 --- /dev/null +++ b/.log/tsserver-log-r7azuC/ti-385945.log @@ -0,0 +1,32 @@ +[14:29:14.310] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[14:29:14.311] Processing cache location '/home/orion/.cache/typescript/5.2' +[14:29:14.311] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[14:29:14.311] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/callsite":"^1.0.32","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/page":"^1.11.7","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5","@types/xo":"^0.39.6"}} +[14:29:14.311] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[14:29:14.312] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[14:29:14.312] Process id: 385963 +[14:29:14.312] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[14:29:14.312] validateDefaultNpmLocation: true +[14:29:14.312] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[14:29:14.312] Updating types-registry npm package... +[14:29:14.312] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[14:29:14.876] Succeeded. stdout: + + up to date, audited 36 packages in 426ms + +found 0 vulnerabilities + +[14:29:14.877] Updated types-registry npm package +[14:29:14.900] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.js","/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[14:29:14.910] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[14:29:14.910] Explicitly included types: [] +[14:29:14.910] Inferred typings from unresolved imports: [] +[14:29:14.910] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:29:14.910] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[14:29:14.911] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:29:14.911] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[14:29:14.911] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[14:29:14.911] Response has been sent. +[14:29:14.911] No new typings were requested as a result of typings discovery +[15:33:20.606] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-r7azuC/tsserver.log b/.log/tsserver-log-r7azuC/tsserver.log new file mode 100644 index 0000000..bbe53d9 --- /dev/null +++ b/.log/tsserver-log-r7azuC/tsserver.log @@ -0,0 +1,215 @@ +Info 0 [14:29:12.814] Starting TS Server +Info 1 [14:29:12.815] Version: 5.2.2 +Info 2 [14:29:12.815] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/d38fed96d1155bb6acf02783c9d4d929/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-r7azuC/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [14:29:12.815] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [14:29:12.815] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [14:29:12.822] Format host information updated +Info 6 [14:29:12.824] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [14:29:12.825] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [14:29:12.825] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [14:29:12.838] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.Context.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Browser.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Cartesian.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.FFI.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Keyboard.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Cookie.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Emulate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.ConsoleMessage.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.Dialog.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Export.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js", + "/home/orion/src/purescript-puppeteer/src/Puppeteer.js", + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [14:29:12.842] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [14:29:13.723] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 880.874878000468ms +Info 12 [14:29:13.724] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [14:29:13.724] Files (145) + +Info 14 [14:29:13.724] ----------------------------------------------- +Info 15 [14:29:13.731] AutoImportProviderProject: found 16 root files in 5 dependencies in 5.343793000094593 ms +Info 16 [14:29:13.740] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 17 [14:29:14.304] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 564.3828659998253ms +Info 18 [14:29:14.305] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 19 [14:29:14.305] Files (271) + +Info 20 [14:29:14.305] ----------------------------------------------- +Info 21 [14:29:14.308] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 21 [14:29:14.308] Files (145) + +Info 21 [14:29:14.308] ----------------------------------------------- +Info 21 [14:29:14.308] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 21 [14:29:14.308] Files (271) + +Info 21 [14:29:14.308] ----------------------------------------------- +Info 21 [14:29:14.308] Open files: +Info 21 [14:29:14.308] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [14:29:14.308] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 21 [14:29:14.310] Format host information updated +Info 22 [14:29:14.311] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 23 [14:29:14.328] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 16.314629999920726ms +Info 24 [14:29:14.328] Different program with same set of files +Info 25 [14:29:16.810] Before ensureProjectForOpenFiles: +Info 26 [14:29:16.810] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [14:29:16.810] Files (145) + +Info 26 [14:29:16.810] ----------------------------------------------- +Info 26 [14:29:16.810] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [14:29:16.810] Files (271) + +Info 26 [14:29:16.810] ----------------------------------------------- +Info 26 [14:29:16.810] Open files: +Info 26 [14:29:16.810] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [14:29:16.810] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 26 [14:29:16.810] After ensureProjectForOpenFiles: +Info 27 [14:29:16.810] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 27 [14:29:16.810] Files (145) + +Info 27 [14:29:16.810] ----------------------------------------------- +Info 27 [14:29:16.810] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 27 [14:29:16.810] Files (271) + +Info 27 [14:29:16.810] ----------------------------------------------- +Info 27 [14:29:16.810] Open files: +Info 27 [14:29:16.811] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 27 [14:29:16.811] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 27 [14:29:16.811] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js +Info 28 [14:31:47.926] Format host information updated +Info 29 [14:31:47.926] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 30 [14:31:47.945] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 18.579966999590397ms +Info 31 [14:31:47.945] Different program with same set of files +Info 32 [14:31:50.229] Format host information updated +Info 33 [14:31:50.229] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 34 [14:31:50.245] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 15.373603000305593ms +Info 35 [14:31:50.245] Different program with same set of files +Info 36 [14:31:53.868] Format host information updated +Info 37 [14:31:53.868] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 38 [14:31:53.881] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 12.258415999822319ms +Info 39 [14:31:53.881] Different program with same set of files +Info 40 [14:31:54.731] Format host information updated +Info 41 [14:31:54.732] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 42 [14:31:54.742] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 10.2088130004704ms +Info 43 [14:31:54.742] Different program with same set of files +Info 44 [14:34:21.856] Search path: /home/orion/src/purescript-puppeteer/src +Info 45 [14:34:21.856] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 46 [14:34:21.857] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 46 [14:34:21.857] Files (145) + +Info 46 [14:34:21.857] ----------------------------------------------- +Info 46 [14:34:21.857] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 46 [14:34:21.857] Files (271) + +Info 46 [14:34:21.857] ----------------------------------------------- +Info 46 [14:34:21.857] Open files: +Info 46 [14:34:21.857] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 46 [14:34:21.857] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 46 [14:34:21.857] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 46 [14:34:21.857] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 46 [14:34:22.070] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 47 [14:34:22.115] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 44.79268699977547ms +Info 48 [14:34:22.115] Different program with same set of files +Info 49 [14:34:22.885] Format host information updated +Info 50 [14:34:24.368] Before ensureProjectForOpenFiles: +Info 51 [14:34:24.368] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 51 [14:34:24.368] Files (145) + +Info 51 [14:34:24.368] ----------------------------------------------- +Info 51 [14:34:24.368] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 51 [14:34:24.368] Files (271) + +Info 51 [14:34:24.368] ----------------------------------------------- +Info 51 [14:34:24.368] Open files: +Info 51 [14:34:24.368] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 51 [14:34:24.368] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 51 [14:34:24.368] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 51 [14:34:24.368] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 51 [14:34:24.368] After ensureProjectForOpenFiles: +Info 52 [14:34:24.368] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 52 [14:34:24.368] Files (145) + +Info 52 [14:34:24.368] ----------------------------------------------- +Info 52 [14:34:24.368] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 52 [14:34:24.368] Files (271) + +Info 52 [14:34:24.368] ----------------------------------------------- +Info 52 [14:34:24.368] Open files: +Info 52 [14:34:24.368] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 52 [14:34:24.368] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 52 [14:34:24.368] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 52 [14:34:24.369] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 52 [14:34:24.369] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js +Info 53 [14:34:29.456] Format host information updated +Info 54 [14:34:29.456] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 55 [14:34:29.475] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 18.563489000312984ms +Info 56 [14:34:29.475] Different program with same set of files +Info 57 [14:34:30.708] Format host information updated +Info 58 [14:34:30.708] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 59 [14:34:30.722] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 14.422729999758303ms +Info 60 [14:34:30.722] Different program with same set of files +Info 61 [14:34:30.858] Format host information updated +Info 62 [14:34:30.858] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 63 [14:34:30.873] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 14.531696000136435ms +Info 64 [14:34:30.873] Different program with same set of files +Info 65 [14:34:31.216] Format host information updated +Info 66 [14:34:31.216] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 67 [14:34:31.228] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 11.572527999989688ms +Info 68 [14:34:31.228] Different program with same set of files +Info 69 [14:34:31.383] Format host information updated +Info 70 [14:34:31.384] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 71 [14:34:31.423] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 38.13906199950725ms +Info 72 [14:34:31.423] Different program with same set of files +Info 73 [14:34:31.746] Format host information updated +Info 74 [14:34:31.747] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 75 [14:34:31.756] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 9.83882400020957ms +Info 76 [14:34:31.757] Different program with same set of files +Info 77 [14:34:35.460] Format host information updated +Info 78 [14:34:35.461] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 79 [14:34:35.473] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 12.670753999613225ms +Info 80 [14:34:35.473] Different program with same set of files +Info 81 [14:34:36.883] Format host information updated +Info 82 [14:34:36.883] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 83 [14:34:36.898] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 14.552517999894917ms +Info 84 [14:34:36.898] Different program with same set of files +Info 85 [14:34:41.628] Format host information updated +Info 86 [14:34:41.629] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 87 [14:34:41.639] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 10.305149000138044ms +Info 88 [14:34:41.639] Different program with same set of files +Info 89 [14:34:44.929] Format host information updated +Info 90 [14:34:44.929] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 91 [14:34:44.941] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 11.73537900019437ms +Info 92 [14:34:44.941] Different program with same set of files +Info 93 [14:45:06.567] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 94 [14:45:06.569] Project: /home/orion/src/purescript-puppeteer/jsconfig.json Detected file add/remove of non supported extension: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.purs +Info 95 [14:45:06.569] Elapsed:: 1.5828419998288155ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Config: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Wild card directory +Info 96 [14:45:06.569] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 97 [14:45:06.570] Elapsed:: 0.8430249989032745ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.WaitFor.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations diff --git a/.log/tsserver-log-r8biEq/tsserver.log b/.log/tsserver-log-r8biEq/tsserver.log new file mode 100644 index 0000000..3fee1d4 --- /dev/null +++ b/.log/tsserver-log-r8biEq/tsserver.log @@ -0,0 +1,396 @@ +Info 0 [12:48:52.114] Starting TS Server +Info 1 [12:48:52.114] Version: 5.2.2 +Info 2 [12:48:52.114] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/668efd0c3a6cc4d53fa6c4837f9b0ce1/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-r8biEq/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:48:52.114] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:48:52.114] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [12:48:52.119] Format host information updated +Info 6 [12:48:52.122] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [12:48:52.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 324.60437999665737ms +Info 8 [12:48:52.447] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [12:48:52.447] Files (8) + +Info 10 [12:48:52.447] ----------------------------------------------- +Info 11 [12:48:52.448] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [12:48:52.448] Files (8) + +Info 11 [12:48:52.448] ----------------------------------------------- +Info 11 [12:48:52.448] Open files: +Info 11 [12:48:52.448] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [12:48:52.448] Projects: /dev/null/inferredProject1* +Info 11 [12:48:52.449] Format host information updated +Info 12 [12:48:53.752] Format host information updated +Info 13 [12:48:54.054] Format host information updated +Info 14 [12:48:55.721] Format host information updated +Info 15 [13:05:25.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [13:05:25.492] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 13.959570996463299ms +Info 17 [13:05:25.492] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [13:05:25.492] Files (9) + +Info 19 [13:05:25.492] ----------------------------------------------- +Info 20 [13:05:25.492] Project '/dev/null/inferredProject1*' (Inferred) +Info 20 [13:05:25.492] Files (9) + +Info 20 [13:05:25.492] ----------------------------------------------- +Info 20 [13:05:25.492] Open files: +Info 20 [13:05:25.492] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 20 [13:05:25.492] Projects: /dev/null/inferredProject1* +Info 20 [13:05:25.492] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.HTML.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 20 [13:05:25.492] Projects: /dev/null/inferredProject1* +Info 20 [13:05:25.620] Format host information updated +Info 21 [13:05:29.906] Project '/dev/null/inferredProject1*' (Inferred) +Info 21 [13:05:29.906] Files (9) + +Info 21 [13:05:29.906] ----------------------------------------------- +Info 21 [13:05:29.906] Open files: +Info 21 [13:05:29.906] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 21 [13:05:29.906] Projects: /dev/null/inferredProject1* +Info 21 [13:13:00.117] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22 [13:13:00.122] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 5.455945000052452ms +Info 23 [13:13:00.122] Project '/dev/null/inferredProject1*' (Inferred) +Info 24 [13:13:00.122] Files (9) + +Info 25 [13:13:00.122] ----------------------------------------------- +Info 26 [13:13:00.122] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [13:13:00.122] Files (9) + +Info 26 [13:13:00.122] ----------------------------------------------- +Info 26 [13:13:00.122] Open files: +Info 26 [13:13:00.122] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [13:13:00.122] Projects: /dev/null/inferredProject1* +Info 26 [13:13:00.122] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [13:13:00.122] Projects: /dev/null/inferredProject1* +Info 26 [13:13:00.339] Format host information updated +Info 27 [13:13:03.210] Format host information updated +Info 28 [13:13:03.551] Format host information updated +Info 29 [13:13:03.697] Format host information updated +Info 30 [13:13:03.846] Format host information updated +Info 31 [13:13:03.994] Format host information updated +Info 32 [13:13:04.308] Format host information updated +Info 33 [13:13:04.544] Format host information updated +Info 34 [13:13:04.892] Format host information updated +Info 35 [13:13:04.989] Format host information updated +Info 36 [13:13:05.207] Format host information updated +Info 37 [13:13:05.319] Format host information updated +Info 38 [13:13:05.383] Format host information updated +Info 39 [13:13:05.487] Format host information updated +Info 40 [13:13:06.248] Format host information updated +Info 41 [13:13:07.159] Format host information updated +Info 42 [13:13:07.893] Format host information updated +Info 43 [13:13:07.955] Format host information updated +Info 44 [13:13:08.531] Format host information updated +Info 45 [13:13:08.653] Format host information updated +Info 46 [13:13:09.149] Format host information updated +Info 47 [13:13:09.519] Format host information updated +Info 48 [13:13:09.912] Format host information updated +Info 49 [13:13:10.074] Format host information updated +Info 50 [13:13:10.290] Format host information updated +Info 51 [13:13:10.478] Format host information updated +Info 52 [13:13:10.534] Format host information updated +Info 53 [13:13:10.667] Format host information updated +Info 54 [13:13:10.903] Format host information updated +Info 55 [13:13:11.568] Format host information updated +Info 56 [13:13:11.694] Format host information updated +Info 57 [13:13:11.774] Format host information updated +Info 58 [13:13:11.881] Format host information updated +Info 59 [13:13:12.067] Format host information updated +Info 60 [13:13:12.210] Format host information updated +Info 61 [13:13:12.381] Format host information updated +Info 62 [13:13:12.523] Format host information updated +Info 63 [13:13:12.870] Format host information updated +Info 64 [13:13:13.001] Format host information updated +Info 65 [13:13:13.090] Format host information updated +Info 66 [13:13:13.160] Format host information updated +Info 67 [13:13:13.236] Format host information updated +Info 68 [13:13:13.362] Format host information updated +Info 69 [13:13:13.511] Format host information updated +Info 70 [13:13:13.574] Format host information updated +Info 71 [13:13:13.697] Format host information updated +Info 72 [13:13:13.753] Format host information updated +Info 73 [13:13:13.858] Format host information updated +Info 74 [13:13:14.518] Format host information updated +Info 75 [13:13:17.083] Format host information updated +Info 76 [13:13:19.070] Format host information updated +Info 77 [13:13:19.144] Format host information updated +Info 78 [13:13:19.254] Format host information updated +Info 79 [13:13:19.315] Format host information updated +Info 80 [13:13:19.494] Format host information updated +Info 81 [13:13:19.624] Format host information updated +Info 82 [13:13:20.139] Format host information updated +Info 83 [13:13:21.932] Format host information updated +Info 84 [13:13:25.147] Format host information updated +Info 85 [13:13:25.264] Format host information updated +Info 86 [13:13:25.487] Format host information updated +Info 87 [13:13:25.562] Format host information updated +Info 88 [13:13:29.499] Format host information updated +Info 89 [13:13:29.570] Format host information updated +Info 90 [13:13:29.952] Format host information updated +Info 91 [13:13:30.444] Format host information updated +Info 92 [13:13:30.945] Format host information updated +Info 93 [13:13:31.008] Format host information updated +Info 94 [13:13:31.227] Format host information updated +Info 95 [13:13:31.393] Format host information updated +Info 96 [13:13:31.594] Format host information updated +Info 97 [13:13:31.690] Format host information updated +Info 98 [13:13:31.808] Format host information updated +Info 99 [13:13:32.099] Format host information updated +Info 100 [13:13:32.343] Format host information updated +Info 101 [13:13:32.421] Format host information updated +Info 102 [13:13:32.510] Format host information updated +Info 103 [13:13:32.568] Format host information updated +Info 104 [13:13:32.900] Format host information updated +Info 105 [13:13:32.964] Format host information updated +Info 106 [13:13:33.212] Format host information updated +Info 107 [13:13:33.271] Format host information updated +Info 108 [13:13:34.604] Format host information updated +Info 109 [13:13:34.676] Format host information updated +Info 110 [13:13:35.045] Format host information updated +Info 111 [13:13:36.484] Format host information updated +Info 112 [13:13:36.675] Format host information updated +Info 113 [13:13:36.847] Format host information updated +Info 114 [13:13:37.376] Format host information updated +Info 115 [13:13:37.538] Format host information updated +Info 116 [13:13:37.807] Format host information updated +Info 117 [13:13:38.632] Format host information updated +Info 118 [13:13:38.830] Format host information updated +Info 119 [13:13:38.972] Format host information updated +Info 120 [13:13:39.142] Format host information updated +Info 121 [13:13:39.270] Format host information updated +Info 122 [13:13:39.396] Format host information updated +Info 123 [13:13:39.452] Format host information updated +Info 124 [13:13:41.231] Format host information updated +Info 125 [13:13:41.332] Format host information updated +Info 126 [13:13:41.853] Format host information updated +Info 127 [13:13:41.999] Format host information updated +Info 128 [13:13:42.249] Format host information updated +Info 129 [13:13:43.110] Format host information updated +Info 130 [13:13:43.302] Format host information updated +Info 131 [13:13:43.544] Format host information updated +Info 132 [13:13:43.790] Format host information updated +Info 133 [13:13:43.932] Format host information updated +Info 134 [13:13:44.043] Format host information updated +Info 135 [13:13:44.640] Format host information updated +Info 136 [13:13:45.049] Format host information updated +Info 137 [13:13:45.208] Format host information updated +Info 138 [13:13:45.332] Format host information updated +Info 139 [13:13:45.430] Format host information updated +Info 140 [13:13:45.642] Format host information updated +Info 141 [13:13:45.848] Format host information updated +Info 142 [13:13:45.915] Format host information updated +Info 143 [13:13:46.070] Format host information updated +Info 144 [13:13:46.125] Format host information updated +Info 145 [13:13:46.603] Format host information updated +Info 146 [13:13:46.603] Format host information updated +Info 147 [13:13:46.604] Format host information updated +Info 148 [13:13:46.668] Format host information updated +Info 149 [13:13:46.782] Format host information updated +Info 150 [13:13:46.879] Format host information updated +Info 151 [13:13:48.965] Format host information updated +Info 152 [13:13:51.614] Format host information updated +Info 153 [13:13:51.911] Format host information updated +Info 154 [13:13:52.062] Format host information updated +Info 155 [13:13:52.139] Format host information updated +Info 156 [13:13:52.241] Format host information updated +Info 157 [13:13:53.014] Format host information updated +Info 158 [13:13:53.169] Format host information updated +Info 159 [13:13:53.324] Format host information updated +Info 160 [13:13:53.545] Format host information updated +Info 161 [13:13:53.679] Format host information updated +Info 162 [13:13:53.901] Format host information updated +Info 163 [13:13:54.061] Format host information updated +Info 164 [13:13:54.175] Format host information updated +Info 165 [13:13:54.301] Format host information updated +Info 166 [13:13:54.395] Format host information updated +Info 167 [13:13:54.575] Format host information updated +Info 168 [13:13:54.694] Format host information updated +Info 169 [13:13:54.873] Format host information updated +Info 170 [13:13:54.995] Format host information updated +Info 171 [13:13:55.668] Format host information updated +Info 172 [13:13:55.801] Format host information updated +Info 173 [13:13:55.954] Format host information updated +Info 174 [13:13:56.093] Format host information updated +Info 175 [13:13:56.292] Format host information updated +Info 176 [13:13:56.353] Format host information updated +Info 177 [13:13:56.523] Format host information updated +Info 178 [13:13:56.726] Format host information updated +Info 179 [13:13:56.831] Format host information updated +Info 180 [13:13:59.256] Format host information updated +Info 181 [13:13:59.494] Format host information updated +Info 182 [13:13:59.576] Format host information updated +Info 183 [13:13:59.686] Format host information updated +Info 184 [13:13:59.746] Format host information updated +Info 185 [13:13:59.953] Format host information updated +Info 186 [13:14:00.086] Format host information updated +Info 187 [13:14:00.153] Format host information updated +Info 188 [13:14:00.292] Format host information updated +Info 189 [13:14:00.355] Format host information updated +Info 190 [13:14:00.520] Format host information updated +Info 191 [13:14:00.882] Format host information updated +Info 192 [13:14:01.032] Format host information updated +Info 193 [13:14:01.133] Format host information updated +Info 194 [13:14:02.319] Format host information updated +Info 195 [13:14:02.827] Format host information updated +Info 196 [13:14:03.607] Format host information updated +Info 197 [13:14:04.043] Format host information updated +Info 198 [13:14:04.330] Format host information updated +Info 199 [13:14:05.487] Format host information updated +Info 200 [13:14:05.839] Format host information updated +Info 201 [13:14:06.571] Format host information updated +Info 202 [13:14:06.631] Format host information updated +Info 203 [13:14:07.008] Format host information updated +Info 204 [13:14:07.120] Format host information updated +Info 205 [13:14:07.923] Format host information updated +Info 206 [13:14:08.097] Format host information updated +Info 207 [13:14:08.716] Format host information updated +Info 208 [13:14:08.795] Format host information updated +Info 209 [13:14:09.217] Format host information updated +Info 210 [13:14:09.639] Format host information updated +Info 211 [13:14:09.768] Format host information updated +Info 212 [13:14:09.929] Format host information updated +Info 213 [13:14:09.987] Format host information updated +Info 214 [13:14:10.127] Format host information updated +Info 215 [13:14:10.187] Format host information updated +Info 216 [13:14:10.326] Format host information updated +Info 217 [13:14:10.421] Format host information updated +Info 218 [13:14:10.574] Format host information updated +Info 219 [13:14:10.701] Format host information updated +Info 220 [13:14:11.228] Format host information updated +Info 221 [13:14:13.457] Format host information updated +Info 222 [13:14:13.569] Format host information updated +Info 223 [13:14:13.661] Format host information updated +Info 224 [13:14:13.894] Format host information updated +Info 225 [13:14:14.184] Format host information updated +Info 226 [13:14:14.302] Format host information updated +Info 227 [13:14:14.494] Format host information updated +Info 228 [13:14:15.050] Format host information updated +Info 229 [13:14:15.176] Format host information updated +Info 230 [13:14:50.896] Format host information updated +Info 231 [13:14:55.825] Format host information updated +Info 232 [13:14:57.985] Format host information updated +Info 233 [13:14:58.172] Format host information updated +Info 234 [13:14:58.322] Format host information updated +Info 235 [13:14:58.769] Format host information updated +Info 236 [13:14:58.953] Format host information updated +Info 237 [13:14:59.079] Format host information updated +Info 238 [13:14:59.165] Format host information updated +Info 239 [13:14:59.271] Format host information updated +Info 240 [13:14:59.330] Format host information updated +Info 241 [13:14:59.494] Format host information updated +Info 242 [13:14:59.595] Format host information updated +Info 243 [13:14:59.862] Format host information updated +Info 244 [13:15:00.091] Format host information updated +Info 245 [13:15:00.183] Format host information updated +Info 246 [13:15:00.402] Format host information updated +Info 247 [13:15:00.525] Format host information updated +Info 248 [13:15:00.661] Format host information updated +Info 249 [13:15:00.816] Format host information updated +Info 250 [13:15:03.239] Format host information updated +Info 251 [13:15:03.376] Format host information updated +Info 252 [13:15:03.566] Format host information updated +Info 253 [13:15:03.689] Format host information updated +Info 254 [13:15:03.918] Format host information updated +Info 255 [13:15:03.988] Format host information updated +Info 256 [13:15:04.207] Format host information updated +Info 257 [13:15:04.296] Format host information updated +Info 258 [13:15:04.441] Format host information updated +Info 259 [13:15:04.682] Format host information updated +Info 260 [13:15:04.788] Format host information updated +Info 261 [13:15:05.082] Format host information updated +Info 262 [13:15:05.164] Format host information updated +Info 263 [13:15:06.493] Format host information updated +Info 264 [13:15:06.720] Format host information updated +Info 265 [13:15:07.215] Format host information updated +Info 266 [13:15:07.347] Format host information updated +Info 267 [13:15:07.410] Format host information updated +Info 268 [13:15:07.511] Format host information updated +Info 269 [13:15:08.110] Format host information updated +Info 270 [13:15:08.111] Format host information updated +Info 271 [13:15:08.111] Format host information updated +Info 272 [13:15:08.112] Format host information updated +Info 273 [13:15:08.173] Format host information updated +Info 274 [13:15:08.277] Format host information updated +Info 275 [13:15:08.368] Format host information updated +Info 276 [13:15:11.481] Format host information updated +Info 277 [13:15:15.807] Format host information updated +Info 278 [13:15:16.039] Format host information updated +Info 279 [13:15:16.214] Format host information updated +Info 280 [13:15:16.375] Format host information updated +Info 281 [13:15:16.432] Format host information updated +Info 282 [13:15:16.663] Format host information updated +Info 283 [13:15:16.719] Format host information updated +Info 284 [13:15:16.792] Format host information updated +Info 285 [13:15:17.254] Format host information updated +Info 286 [13:15:17.374] Format host information updated +Info 287 [13:15:17.457] Format host information updated +Info 288 [13:15:17.517] Format host information updated +Info 289 [13:15:17.666] Format host information updated +Info 290 [13:15:17.762] Format host information updated +Info 291 [13:15:17.953] Format host information updated +Info 292 [13:15:18.087] Format host information updated +Info 293 [13:15:18.147] Format host information updated +Info 294 [13:15:18.273] Format host information updated +Info 295 [13:15:18.336] Format host information updated +Info 296 [13:15:18.419] Format host information updated +Info 297 [13:15:18.560] Format host information updated +Info 298 [13:15:18.628] Format host information updated +Info 299 [13:15:18.758] Format host information updated +Info 300 [13:15:18.896] Format host information updated +Info 301 [13:15:19.119] Format host information updated +Info 302 [13:15:19.212] Format host information updated +Info 303 [13:15:19.374] Format host information updated +Info 304 [13:15:19.515] Format host information updated +Info 305 [13:15:19.633] Format host information updated +Info 306 [13:15:19.725] Format host information updated +Info 307 [13:15:21.437] Format host information updated +Info 308 [13:15:21.556] Format host information updated +Info 309 [13:15:21.704] Format host information updated +Info 310 [13:15:21.878] Format host information updated +Info 311 [13:15:22.120] Format host information updated +Info 312 [13:15:22.223] Format host information updated +Info 313 [13:15:22.386] Format host information updated +Info 314 [13:15:24.066] Format host information updated +Info 315 [13:15:24.163] Format host information updated +Info 316 [13:15:24.385] Format host information updated +Info 317 [13:15:25.292] Format host information updated +Info 318 [13:15:25.443] Format host information updated +Info 319 [13:15:25.841] Format host information updated +Info 320 [13:15:26.428] Format host information updated +Info 321 [13:15:29.510] Format host information updated +Info 322 [13:15:29.665] Format host information updated +Info 323 [13:15:29.786] Format host information updated +Info 324 [13:15:29.861] Format host information updated +Info 325 [13:15:30.020] Format host information updated +Info 326 [13:15:33.131] Format host information updated +Info 327 [13:15:34.031] Format host information updated +Info 328 [13:15:35.357] Format host information updated +Info 329 [13:15:37.072] Format host information updated +Info 330 [13:15:37.228] Format host information updated +Info 331 [13:15:37.347] Format host information updated +Info 332 [13:15:37.414] Format host information updated +Info 333 [13:15:40.119] Format host information updated +Info 334 [13:15:40.239] Format host information updated +Info 335 [13:15:41.358] Format host information updated +Info 336 [13:15:41.432] Format host information updated +Info 337 [13:15:42.635] Format host information updated +Info 338 [13:15:42.880] Format host information updated +Info 339 [13:15:43.079] Format host information updated +Info 340 [13:15:43.235] Format host information updated +Info 341 [13:15:43.399] Format host information updated +Info 342 [13:15:43.496] Format host information updated +Info 343 [13:15:44.127] Format host information updated +Info 344 [13:15:44.127] Format host information updated +Info 345 [13:15:44.128] Format host information updated +Info 346 [13:15:44.198] Format host information updated +Info 347 [13:15:46.508] Format host information updated +Info 348 [13:15:50.487] Format host information updated +Info 349 [13:15:50.902] Format host information updated +Info 350 [13:15:51.098] Format host information updated +Info 351 [13:15:51.213] Format host information updated +Info 352 [13:15:51.330] Format host information updated +Info 353 [13:15:51.479] Format host information updated +Info 354 [13:15:51.604] Format host information updated +Info 355 [13:15:51.977] Format host information updated +Info 356 [13:15:52.092] Format host information updated +Info 357 [13:15:52.241] Format host information updated +Info 358 [13:15:52.335] Format host information updated +Info 359 [13:15:52.396] Format host information updated +Info 360 [13:15:52.457] Format host information updated diff --git a/.log/tsserver-log-rGOEWp/ti-9750.log b/.log/tsserver-log-rGOEWp/ti-9750.log new file mode 100644 index 0000000..fcc62aa --- /dev/null +++ b/.log/tsserver-log-rGOEWp/ti-9750.log @@ -0,0 +1,716 @@ +[19:39:49.569] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[19:39:49.570] Processing cache location '/home/orion/.cache/typescript/5.2' +[19:39:49.570] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[19:39:49.571] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.5","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5"}} +[19:39:49.571] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[19:39:49.571] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[19:39:49.572] Process id: 9768 +[19:39:49.572] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[19:39:49.572] validateDefaultNpmLocation: true +[19:39:49.572] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[19:39:49.572] Updating types-registry npm package... +[19:39:49.572] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[19:39:50.379] Succeeded. stdout: + + up to date, audited 30 packages in 570ms + +found 0 vulnerabilities + +[19:39:50.379] Updated types-registry npm package +[19:39:50.408] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:50.420] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[19:39:50.421] Explicitly included types: [] +[19:39:50.421] Inferred typings from unresolved imports: [] +[19:39:50.421] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[19:39:50.421] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[19:39:50.421] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[19:39:50.421] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[19:39:50.421] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[19:39:50.421] Response has been sent. +[19:39:50.421] No new typings were requested as a result of typings discovery +[19:39:50.421] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:50.422] Explicitly included types: [] +[19:39:50.422] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:50.422] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:50.423] Package 'bun-types' provides its own types. +[19:39:50.424] Found package names: ["purs-tidy"] +[19:39:50.424] Inferred typings from unresolved imports: [] +[19:39:50.424] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:50.424] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:50.424] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:50.424] Response has been sent. +[19:39:50.424] Installing typings ["purs-tidy","typescript"] +[19:39:50.424] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:50.424] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:50.424] All typings are known to be missing or invalid - no need to install more typings +[19:39:50.424] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:39:50.424] Response has been sent. +[19:39:50.710] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:50.710] Explicitly included types: [] +[19:39:50.711] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:50.711] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:50.711] Package 'bun-types' provides its own types. +[19:39:50.712] Found package names: ["purs-tidy"] +[19:39:50.712] Inferred typings from unresolved imports: [] +[19:39:50.712] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:50.712] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:50.712] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:50.712] Response has been sent. +[19:39:50.712] Installing typings ["purs-tidy","typescript"] +[19:39:50.712] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:50.712] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:50.712] All typings are known to be missing or invalid - no need to install more typings +[19:39:50.712] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:39:50.712] Response has been sent. +[19:39:51.360] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["c"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:51.360] Explicitly included types: [] +[19:39:51.361] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:51.361] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:51.361] Package 'bun-types' provides its own types. +[19:39:51.362] Found package names: ["purs-tidy"] +[19:39:51.362] Inferred typings from unresolved imports: ["c"] +[19:39:51.362] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","c"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.362] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","c"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.362] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:51.362] Response has been sent. +[19:39:51.362] Installing typings ["purs-tidy","typescript","c"] +[19:39:51.362] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:51.362] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:51.362] 'c':: Entry for package 'c' does not exist in local types registry - skipping... +[19:39:51.362] All typings are known to be missing or invalid - no need to install more typings +[19:39:51.362] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["c"],"kind":"action::set"} +[19:39:51.362] Response has been sent. +[19:39:51.459] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["ca"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:51.459] Explicitly included types: [] +[19:39:51.459] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:51.459] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:51.460] Package 'bun-types' provides its own types. +[19:39:51.460] Found package names: ["purs-tidy"] +[19:39:51.460] Inferred typings from unresolved imports: ["ca"] +[19:39:51.460] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","ca"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.460] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","ca"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.460] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:51.460] Response has been sent. +[19:39:51.460] Installing typings ["purs-tidy","typescript","ca"] +[19:39:51.460] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:51.460] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:51.460] 'ca':: Entry for package 'ca' does not exist in local types registry - skipping... +[19:39:51.460] All typings are known to be missing or invalid - no need to install more typings +[19:39:51.460] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["ca"],"kind":"action::set"} +[19:39:51.460] Response has been sent. +[19:39:51.515] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["cal"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:51.516] Explicitly included types: [] +[19:39:51.517] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:51.517] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:51.517] Package 'bun-types' provides its own types. +[19:39:51.520] Found package names: ["purs-tidy"] +[19:39:51.520] Inferred typings from unresolved imports: ["cal"] +[19:39:51.520] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","cal"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.520] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","cal"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.520] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:51.520] Response has been sent. +[19:39:51.520] Installing typings ["purs-tidy","typescript","cal"] +[19:39:51.520] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:51.520] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:51.520] 'cal':: Entry for package 'cal' does not exist in local types registry - skipping... +[19:39:51.521] All typings are known to be missing or invalid - no need to install more typings +[19:39:51.521] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["cal"],"kind":"action::set"} +[19:39:51.521] Response has been sent. +[19:39:51.644] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["call"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:51.644] Explicitly included types: [] +[19:39:51.645] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:51.646] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:51.650] Package 'bun-types' provides its own types. +[19:39:51.652] Found package names: ["purs-tidy"] +[19:39:51.652] Inferred typings from unresolved imports: ["call"] +[19:39:51.652] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","call"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.653] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","call"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.653] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:51.653] Response has been sent. +[19:39:51.653] Installing typings ["purs-tidy","typescript","call"] +[19:39:51.653] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:51.653] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:51.653] 'call':: Entry for package 'call' does not exist in local types registry - skipping... +[19:39:51.653] All typings are known to be missing or invalid - no need to install more typings +[19:39:51.653] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["call"],"kind":"action::set"} +[19:39:51.653] Response has been sent. +[19:39:51.831] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["calls"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:51.832] Explicitly included types: [] +[19:39:51.833] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:51.834] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:51.835] Package 'bun-types' provides its own types. +[19:39:51.838] Found package names: ["purs-tidy"] +[19:39:51.838] Inferred typings from unresolved imports: ["calls"] +[19:39:51.838] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","calls"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.838] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","calls"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.839] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:51.839] Response has been sent. +[19:39:51.839] Installing typings ["purs-tidy","typescript","calls"] +[19:39:51.839] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:51.839] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:51.839] 'calls':: Entry for package 'calls' does not exist in local types registry - skipping... +[19:39:51.839] All typings are known to be missing or invalid - no need to install more typings +[19:39:51.840] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["calls"],"kind":"action::set"} +[19:39:51.840] Response has been sent. +[19:39:51.987] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsi"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:51.987] Explicitly included types: [] +[19:39:51.987] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:51.987] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:51.988] Package 'bun-types' provides its own types. +[19:39:51.988] Found package names: ["purs-tidy"] +[19:39:51.988] Inferred typings from unresolved imports: ["callsi"] +[19:39:51.989] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsi"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.989] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsi"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:51.989] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:51.989] Response has been sent. +[19:39:51.989] Installing typings ["purs-tidy","typescript","callsi"] +[19:39:51.989] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:51.989] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:51.989] 'callsi':: Entry for package 'callsi' does not exist in local types registry - skipping... +[19:39:51.989] All typings are known to be missing or invalid - no need to install more typings +[19:39:51.989] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callsi"],"kind":"action::set"} +[19:39:51.989] Response has been sent. +[19:39:52.033] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsit"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:52.033] Explicitly included types: [] +[19:39:52.033] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:52.033] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:52.033] Package 'bun-types' provides its own types. +[19:39:52.034] Found package names: ["purs-tidy"] +[19:39:52.034] Inferred typings from unresolved imports: ["callsit"] +[19:39:52.034] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsit"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:52.034] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsit"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:52.034] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:52.034] Response has been sent. +[19:39:52.034] Installing typings ["purs-tidy","typescript","callsit"] +[19:39:52.034] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:52.034] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:52.034] 'callsit':: Entry for package 'callsit' does not exist in local types registry - skipping... +[19:39:52.034] All typings are known to be missing or invalid - no need to install more typings +[19:39:52.034] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callsit"],"kind":"action::set"} +[19:39:52.034] Response has been sent. +[19:39:52.107] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsite"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:52.108] Explicitly included types: [] +[19:39:52.109] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:52.109] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:52.110] Package 'bun-types' provides its own types. +[19:39:52.112] Found package names: ["purs-tidy"] +[19:39:52.112] Inferred typings from unresolved imports: ["callsite"] +[19:39:52.112] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsite"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:52.112] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsite"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:52.112] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:52.113] Response has been sent. +[19:39:52.113] Installing typings ["purs-tidy","typescript","callsite"] +[19:39:52.113] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:52.113] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:52.113] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[19:39:52.113] Sending response: + {"kind":"event::beginInstallTypes","eventId":1,"typingsInstallerVersion":"5.2.2","projectName":"/dev/null/inferredProject1*"} +[19:39:52.113] Response has been sent. +[19:39:52.114] #1 with arguments'["@types/callsite@ts5.2"]'. +[19:39:52.114] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts @types/callsite@ts5.2 --save-dev --user-agent="typesInstaller/5.2.2" +[19:39:53.353] Succeeded. stdout: + + added 1 package, and audited 31 packages in 1s + +found 0 vulnerabilities + +[19:39:53.353] npm install #1 took: 1239 ms +[19:39:53.354] Installed typings ["@types/callsite@ts5.2"] +[19:39:53.356] Installed typing files ["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts"] +[19:39:53.356] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts"],"unresolvedImports":["callsite"],"kind":"action::set"} +[19:39:53.356] Response has been sent. +[19:39:53.357] Sending response: + {"kind":"event::endInstallTypes","eventId":1,"projectName":"/dev/null/inferredProject1*","packagesToInstall":["@types/callsite@ts5.2"],"installSuccess":true,"typingsInstallerVersion":"5.2.2"} +[19:39:53.357] Response has been sent. +[19:39:53.357] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsite:"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:53.357] Explicitly included types: [] +[19:39:53.357] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:53.357] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:53.357] Package 'bun-types' provides its own types. +[19:39:53.358] Found package names: ["purs-tidy"] +[19:39:53.358] Inferred typings from unresolved imports: ["callsite:"] +[19:39:53.358] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsite:"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.358] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsite:"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.358] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:53.358] Response has been sent. +[19:39:53.358] Installing typings ["purs-tidy","typescript","callsite:"] +[19:39:53.358] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:53.358] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:53.358] 'callsite:':: Package name 'callsite:' contains non URI safe characters +[19:39:53.358] All typings are known to be missing or invalid - no need to install more typings +[19:39:53.358] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callsite:"],"kind":"action::set"} +[19:39:53.358] Response has been sent. +[19:39:53.358] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsite:w"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:53.358] Explicitly included types: [] +[19:39:53.359] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:53.359] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:53.359] Package 'bun-types' provides its own types. +[19:39:53.359] Found package names: ["purs-tidy"] +[19:39:53.359] Inferred typings from unresolved imports: ["callsite:w"] +[19:39:53.359] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsite:w"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.359] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsite:w"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.359] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:53.359] Response has been sent. +[19:39:53.359] Installing typings ["purs-tidy","typescript","callsite:w"] +[19:39:53.360] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:53.360] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:53.360] 'callsite:w':: Package name 'callsite:w' contains non URI safe characters +[19:39:53.360] All typings are known to be missing or invalid - no need to install more typings +[19:39:53.360] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callsite:w"],"kind":"action::set"} +[19:39:53.360] Response has been sent. +[19:39:53.360] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsite:"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:53.360] Explicitly included types: [] +[19:39:53.360] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:53.360] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:53.360] Package 'bun-types' provides its own types. +[19:39:53.360] Found package names: ["purs-tidy"] +[19:39:53.360] Inferred typings from unresolved imports: ["callsite:"] +[19:39:53.360] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsite:"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.361] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","callsite:"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.361] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:53.361] Response has been sent. +[19:39:53.361] Installing typings ["purs-tidy","typescript","callsite:"] +[19:39:53.361] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:53.361] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:53.361] 'callsite:':: 'callsite:' is in missingTypingsSet - skipping... +[19:39:53.361] All typings are known to be missing or invalid - no need to install more typings +[19:39:53.361] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callsite:"],"kind":"action::set"} +[19:39:53.361] Response has been sent. +[19:39:53.387] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsite"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:53.388] Explicitly included types: [] +[19:39:53.388] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:53.388] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:53.389] Package 'bun-types' provides its own types. +[19:39:53.389] Found package names: ["purs-tidy"] +[19:39:53.389] Inferred typings from unresolved imports: ["callsite"] +[19:39:53.389] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.389] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.389] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:53.389] Response has been sent. +[19:39:53.389] Installing typings ["purs-tidy","typescript"] +[19:39:53.389] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:53.389] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:53.389] All typings are known to be missing or invalid - no need to install more typings +[19:39:53.389] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts"],"unresolvedImports":["callsite"],"kind":"action::set"} +[19:39:53.389] Response has been sent. +[19:39:53.581] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:53.581] Explicitly included types: [] +[19:39:53.581] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:53.581] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:53.581] Package 'bun-types' provides its own types. +[19:39:53.582] Found package names: ["purs-tidy"] +[19:39:53.582] Inferred typings from unresolved imports: [] +[19:39:53.582] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.582] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.582] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:53.582] Response has been sent. +[19:39:53.582] Installing typings ["purs-tidy","typescript"] +[19:39:53.582] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:53.582] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:53.582] All typings are known to be missing or invalid - no need to install more typings +[19:39:53.582] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:39:53.582] Response has been sent. +[19:39:53.943] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:53.944] Explicitly included types: [] +[19:39:53.945] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:39:53.945] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:53.946] Package 'bun-types' provides its own types. +[19:39:53.947] Found package names: ["purs-tidy"] +[19:39:53.947] Inferred typings from unresolved imports: [] +[19:39:53.947] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.947] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:53.948] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:53.948] Response has been sent. +[19:39:53.948] Installing typings ["purs-tidy","typescript"] +[19:39:53.948] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:53.948] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:53.948] All typings are known to be missing or invalid - no need to install more typings +[19:39:53.948] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:39:53.948] Response has been sent. +[19:39:57.169] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:39:57.170] Explicitly included types: [] +[19:39:57.170] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","bun-types","purs-tidy","typescript"] +[19:39:57.170] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:39:57.171] Package 'bun-types' provides its own types. +[19:39:57.172] Found package names: ["callsite","purs-tidy"] +[19:39:57.172] Inferred typings from unresolved imports: [] +[19:39:57.172] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:57.172] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:39:57.172] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:39:57.172] Response has been sent. +[19:39:57.172] Installing typings ["purs-tidy","typescript"] +[19:39:57.172] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:39:57.172] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:39:57.172] All typings are known to be missing or invalid - no need to install more typings +[19:39:57.172] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:39:57.173] Response has been sent. +[19:41:17.529] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:41:17.529] Explicitly included types: [] +[19:41:17.530] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:41:17.530] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:41:17.532] Package 'bun-types' provides its own types. +[19:41:17.533] Found package names: ["callsite","callsites","purs-tidy"] +[19:41:17.533] Inferred typings from unresolved imports: [] +[19:41:17.534] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:41:17.534] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:41:17.534] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:41:17.534] Response has been sent. +[19:41:17.534] Installing typings ["callsites","purs-tidy","typescript"] +[19:41:17.534] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:41:17.534] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:41:17.534] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:41:17.534] All typings are known to be missing or invalid - no need to install more typings +[19:41:17.534] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:41:17.534] Response has been sent. +[19:41:20.326] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:41:20.327] Explicitly included types: [] +[19:41:20.328] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:41:20.328] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:41:20.330] Package 'bun-types' provides its own types. +[19:41:20.332] Found package names: ["callsite","callsites","purs-tidy"] +[19:41:20.332] Inferred typings from unresolved imports: [] +[19:41:20.332] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:41:20.332] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:41:20.332] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:41:20.332] Response has been sent. +[19:41:20.332] Installing typings ["callsites","purs-tidy","typescript"] +[19:41:20.333] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:41:20.333] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:41:20.333] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:41:20.333] All typings are known to be missing or invalid - no need to install more typings +[19:41:20.333] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:41:20.333] Response has been sent. +[19:45:49.520] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[").CallSite | null} "],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:49.520] Explicitly included types: [] +[19:45:49.521] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:49.522] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:49.524] Package 'bun-types' provides its own types. +[19:45:49.525] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:49.525] Inferred typings from unresolved imports: [").CallSite | null} "] +[19:45:49.525] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",").CallSite | null} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:49.525] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",").CallSite | null} "],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:49.525] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:49.525] Response has been sent. +[19:45:49.525] Installing typings ["callsites","purs-tidy","typescript",").CallSite | null} "] +[19:45:49.525] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:49.525] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:49.525] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:49.525] ').CallSite | null} ':: Package name ').CallSite | null} ' contains non URI safe characters +[19:45:49.525] All typings are known to be missing or invalid - no need to install more typings +[19:45:49.525] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[").CallSite | null} "],"kind":"action::set"} +[19:45:49.525] Response has been sent. +[19:45:49.739] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[""],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:49.739] Explicitly included types: [] +[19:45:49.740] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:49.740] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:49.743] Package 'bun-types' provides its own types. +[19:45:49.744] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:49.744] Inferred typings from unresolved imports: [""] +[19:45:49.744] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",""],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:49.744] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript",""],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:49.744] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:49.744] Response has been sent. +[19:45:49.744] Installing typings ["callsites","purs-tidy","typescript",""] +[19:45:49.744] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:49.744] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:49.744] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:49.744] '':: Package name '' cannot be empty +[19:45:49.744] All typings are known to be missing or invalid - no need to install more typings +[19:45:49.744] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[""],"kind":"action::set"} +[19:45:49.744] Response has been sent. +[19:45:49.971] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["c"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:49.971] Explicitly included types: [] +[19:45:49.971] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:49.971] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:49.972] Package 'bun-types' provides its own types. +[19:45:49.972] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:49.972] Inferred typings from unresolved imports: ["c"] +[19:45:49.972] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","c"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:49.972] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","c"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:49.972] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:49.972] Response has been sent. +[19:45:49.972] Installing typings ["callsites","purs-tidy","typescript","c"] +[19:45:49.972] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:49.972] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:49.972] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:49.972] 'c':: Entry for package 'c' does not exist in local types registry - skipping... +[19:45:49.972] All typings are known to be missing or invalid - no need to install more typings +[19:45:49.972] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["c"],"kind":"action::set"} +[19:45:49.972] Response has been sent. +[19:45:50.030] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["ca"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:50.030] Explicitly included types: [] +[19:45:50.030] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:50.030] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:50.030] Package 'bun-types' provides its own types. +[19:45:50.031] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:50.031] Inferred typings from unresolved imports: ["ca"] +[19:45:50.031] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","ca"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.031] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","ca"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.031] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:50.031] Response has been sent. +[19:45:50.031] Installing typings ["callsites","purs-tidy","typescript","ca"] +[19:45:50.031] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:50.031] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:50.031] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:50.031] 'ca':: Entry for package 'ca' does not exist in local types registry - skipping... +[19:45:50.031] All typings are known to be missing or invalid - no need to install more typings +[19:45:50.031] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["ca"],"kind":"action::set"} +[19:45:50.031] Response has been sent. +[19:45:50.091] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["cal"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:50.091] Explicitly included types: [] +[19:45:50.092] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:50.092] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:50.094] Package 'bun-types' provides its own types. +[19:45:50.095] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:50.095] Inferred typings from unresolved imports: ["cal"] +[19:45:50.096] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","cal"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.096] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","cal"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.096] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:50.096] Response has been sent. +[19:45:50.096] Installing typings ["callsites","purs-tidy","typescript","cal"] +[19:45:50.096] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:50.096] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:50.096] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:50.096] 'cal':: Entry for package 'cal' does not exist in local types registry - skipping... +[19:45:50.096] All typings are known to be missing or invalid - no need to install more typings +[19:45:50.097] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["cal"],"kind":"action::set"} +[19:45:50.097] Response has been sent. +[19:45:50.245] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["call"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:50.245] Explicitly included types: [] +[19:45:50.245] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:50.245] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:50.246] Package 'bun-types' provides its own types. +[19:45:50.246] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:50.246] Inferred typings from unresolved imports: ["call"] +[19:45:50.247] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","call"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.247] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","call"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.247] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:50.247] Response has been sent. +[19:45:50.247] Installing typings ["callsites","purs-tidy","typescript","call"] +[19:45:50.247] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:50.247] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:50.247] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:50.247] 'call':: Entry for package 'call' does not exist in local types registry - skipping... +[19:45:50.247] All typings are known to be missing or invalid - no need to install more typings +[19:45:50.247] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["call"],"kind":"action::set"} +[19:45:50.247] Response has been sent. +[19:45:50.328] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["calli"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:50.328] Explicitly included types: [] +[19:45:50.328] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:50.328] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:50.329] Package 'bun-types' provides its own types. +[19:45:50.329] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:50.329] Inferred typings from unresolved imports: ["calli"] +[19:45:50.329] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","calli"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.329] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","calli"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.329] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:50.329] Response has been sent. +[19:45:50.329] Installing typings ["callsites","purs-tidy","typescript","calli"] +[19:45:50.329] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:50.329] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:50.329] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:50.329] 'calli':: Entry for package 'calli' does not exist in local types registry - skipping... +[19:45:50.329] All typings are known to be missing or invalid - no need to install more typings +[19:45:50.329] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["calli"],"kind":"action::set"} +[19:45:50.330] Response has been sent. +[19:45:50.370] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callis"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:50.371] Explicitly included types: [] +[19:45:50.372] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:50.372] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:50.373] Package 'bun-types' provides its own types. +[19:45:50.374] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:50.375] Inferred typings from unresolved imports: ["callis"] +[19:45:50.375] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callis"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.375] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callis"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.375] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:50.375] Response has been sent. +[19:45:50.375] Installing typings ["callsites","purs-tidy","typescript","callis"] +[19:45:50.375] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:50.375] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:50.375] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:50.375] 'callis':: Entry for package 'callis' does not exist in local types registry - skipping... +[19:45:50.375] All typings are known to be missing or invalid - no need to install more typings +[19:45:50.375] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callis"],"kind":"action::set"} +[19:45:50.375] Response has been sent. +[19:45:50.738] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["calli"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:50.739] Explicitly included types: [] +[19:45:50.740] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:50.740] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:50.741] Package 'bun-types' provides its own types. +[19:45:50.742] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:50.742] Inferred typings from unresolved imports: ["calli"] +[19:45:50.742] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","calli"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.742] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","calli"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.742] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:50.742] Response has been sent. +[19:45:50.743] Installing typings ["callsites","purs-tidy","typescript","calli"] +[19:45:50.743] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:50.743] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:50.743] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:50.743] 'calli':: Entry for package 'calli' does not exist in local types registry - skipping... +[19:45:50.743] All typings are known to be missing or invalid - no need to install more typings +[19:45:50.743] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["calli"],"kind":"action::set"} +[19:45:50.743] Response has been sent. +[19:45:50.923] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["call"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:50.923] Explicitly included types: [] +[19:45:50.924] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:50.924] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:50.925] Package 'bun-types' provides its own types. +[19:45:50.926] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:50.927] Inferred typings from unresolved imports: ["call"] +[19:45:50.927] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","call"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.927] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","call"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:50.927] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:50.927] Response has been sent. +[19:45:50.927] Installing typings ["callsites","purs-tidy","typescript","call"] +[19:45:50.927] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:50.927] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:50.927] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:50.927] 'call':: Entry for package 'call' does not exist in local types registry - skipping... +[19:45:50.927] All typings are known to be missing or invalid - no need to install more typings +[19:45:50.927] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["call"],"kind":"action::set"} +[19:45:50.927] Response has been sent. +[19:45:51.061] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsi"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:51.061] Explicitly included types: [] +[19:45:51.061] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:51.061] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:51.062] Package 'bun-types' provides its own types. +[19:45:51.062] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:51.062] Inferred typings from unresolved imports: ["callsi"] +[19:45:51.062] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callsi"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:51.062] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callsi"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:51.062] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:51.062] Response has been sent. +[19:45:51.062] Installing typings ["callsites","purs-tidy","typescript","callsi"] +[19:45:51.062] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:51.062] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:51.062] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:51.062] 'callsi':: Entry for package 'callsi' does not exist in local types registry - skipping... +[19:45:51.062] All typings are known to be missing or invalid - no need to install more typings +[19:45:51.062] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callsi"],"kind":"action::set"} +[19:45:51.062] Response has been sent. +[19:45:51.107] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsit"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:51.108] Explicitly included types: [] +[19:45:51.109] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsite","callsites","bun-types","purs-tidy","typescript"] +[19:45:51.109] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsite/package.json","/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:51.110] Package 'bun-types' provides its own types. +[19:45:51.111] Found package names: ["callsite","callsites","purs-tidy"] +[19:45:51.111] Inferred typings from unresolved imports: ["callsit"] +[19:45:51.112] Result: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callsit"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:51.112] Finished typings discovery: {"cachedTypingPaths":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callsit"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:51.112] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:51.112] Response has been sent. +[19:45:51.112] Installing typings ["callsites","purs-tidy","typescript","callsit"] +[19:45:51.112] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:51.112] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:51.112] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:51.112] 'callsit':: Entry for package 'callsit' does not exist in local types registry - skipping... +[19:45:51.112] All typings are known to be missing or invalid - no need to install more typings +[19:45:51.112] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callsit"],"kind":"action::set"} +[19:45:51.112] Response has been sent. +[19:45:55.163] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/.cache/typescript/5.2/node_modules/@types/callsite/index.d.ts","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsit"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:55.163] Explicitly included types: [] +[19:45:55.164] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[19:45:55.164] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:55.166] Package 'bun-types' provides its own types. +[19:45:55.168] Found package names: ["callsites","purs-tidy"] +[19:45:55.168] Inferred typings from unresolved imports: ["callsit"] +[19:45:55.168] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callsit"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:55.168] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callsit"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:55.168] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:55.168] Response has been sent. +[19:45:55.168] Installing typings ["callsites","purs-tidy","typescript","callsit"] +[19:45:55.169] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:55.169] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:55.169] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:55.169] 'callsit':: Entry for package 'callsit' does not exist in local types registry - skipping... +[19:45:55.169] All typings are known to be missing or invalid - no need to install more typings +[19:45:55.169] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callsit"],"kind":"action::set"} +[19:45:55.169] Response has been sent. +[19:45:55.541] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["callsit"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:45:55.541] Explicitly included types: [] +[19:45:55.541] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["callsites","bun-types","purs-tidy","typescript"] +[19:45:55.541] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/callsites/package.json","/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:45:55.542] Package 'bun-types' provides its own types. +[19:45:55.542] Found package names: ["callsites","purs-tidy"] +[19:45:55.542] Inferred typings from unresolved imports: ["callsit"] +[19:45:55.542] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callsit"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:55.542] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["callsites","purs-tidy","typescript","callsit"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:45:55.542] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:45:55.542] Response has been sent. +[19:45:55.542] Installing typings ["callsites","purs-tidy","typescript","callsit"] +[19:45:55.542] 'callsites':: Entry for package 'callsites' does not exist in local types registry - skipping... +[19:45:55.542] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:45:55.542] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:45:55.542] 'callsit':: Entry for package 'callsit' does not exist in local types registry - skipping... +[19:45:55.542] All typings are known to be missing or invalid - no need to install more typings +[19:45:55.542] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["callsit"],"kind":"action::set"} +[19:45:55.542] Response has been sent. +[20:45:24.376] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-rGOEWp/tsserver.log b/.log/tsserver-log-rGOEWp/tsserver.log new file mode 100644 index 0000000..f419694 --- /dev/null +++ b/.log/tsserver-log-rGOEWp/tsserver.log @@ -0,0 +1,24416 @@ +Info 0 [19:39:47.249] Starting TS Server +Info 1 [19:39:47.252] Version: 5.2.2 +Info 2 [19:39:47.252] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/faee8bd8ec993403aa1a9d09deac0c0c/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-rGOEWp/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [19:39:47.252] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [19:39:47.252] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [19:39:47.260] Format host information updated +Info 6 [19:39:47.262] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [19:39:47.263] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [19:39:47.263] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [19:39:47.278] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [19:39:47.281] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [19:39:48.677] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1396.5383980000042ms +Info 12 [19:39:48.678] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [19:39:48.678] Files (65) + +Info 14 [19:39:48.678] ----------------------------------------------- +Info 15 [19:39:48.683] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [19:39:49.078] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 394.2241989999893ms +Info 17 [19:39:49.078] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [19:39:49.078] Files (104) + +Info 19 [19:39:49.078] ----------------------------------------------- +Info 20 [19:39:49.088] AutoImportProviderProject: found 3 root files in 3 dependencies in 9.528392000007443 ms +Info 21 [19:39:49.144] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [19:39:49.565] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 420.79576000000816ms +Info 23 [19:39:49.565] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [19:39:49.565] Files (123) + +Info 25 [19:39:49.565] ----------------------------------------------- +Info 26 [19:39:49.566] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [19:39:49.566] Files (65) + +Info 26 [19:39:49.566] ----------------------------------------------- +Info 26 [19:39:49.566] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [19:39:49.566] Files (104) + +Info 26 [19:39:49.566] ----------------------------------------------- +Info 26 [19:39:49.566] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [19:39:49.566] Files (123) + +Info 26 [19:39:49.566] ----------------------------------------------- +Info 26 [19:39:49.566] Open files: +Info 26 [19:39:49.566] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [19:39:49.566] Projects: /dev/null/inferredProject1* +Info 26 [19:39:49.568] Format host information updated +Info 27 [19:39:49.569] Format host information updated +Info 28 [19:39:49.582] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 29 [19:39:49.593] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 11.157684999983758ms +Info 30 [19:39:49.593] Different program with same set of files +Info 31 [19:39:49.648] Format host information updated +Info 32 [19:39:49.648] Format host information updated +Info 33 [19:39:49.649] Format host information updated +Info 34 [19:39:49.649] Format host information updated +Info 35 [19:39:49.650] Format host information updated +Info 36 [19:39:49.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 37 [19:39:49.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 4.916538999998011ms +Info 38 [19:39:49.655] Different program with same set of files +Info 39 [19:39:49.668] getCompletionData: Get current token: 0.032103999983519316 +Info 40 [19:39:49.668] getCompletionData: Is inside comment: 0.03094599995529279 +Info 41 [19:39:49.668] getCompletionData: Get previous token: 0.021425999992061406 +Info 42 [19:39:49.672] getExportInfoMap: cache miss or empty; calculating new results +Info 43 [19:39:49.735] forEachExternalModuleToImportFrom autoImportProvider: 42.35362599999644 +Info 44 [19:39:49.735] getExportInfoMap: done in 63.6005839999998 ms +Info 45 [19:39:49.746] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 46 [19:39:49.746] collectAutoImports: response is complete +Info 47 [19:39:49.746] collectAutoImports: 9.983647999993991 +Info 48 [19:39:49.746] getCompletionData: Semantic work: 77.78626299998723 +Info 49 [19:39:49.773] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 26.49563900002977 +Info 50 [19:39:49.777] Format host information updated +Info 51 [19:39:49.781] Format host information updated +Info 52 [19:39:49.781] Format host information updated +Info 53 [19:39:49.781] Format host information updated +Info 54 [19:39:49.782] Format host information updated +Info 55 [19:39:49.782] Format host information updated +Info 56 [19:39:49.782] Format host information updated +Info 57 [19:39:49.782] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 58 [19:39:49.790] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 7.7761159999645315ms +Info 59 [19:39:49.790] Different program with same set of files +Info 60 [19:39:49.805] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 61 [19:39:49.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 7.3264990000170656ms +Info 62 [19:39:49.812] Different program with same set of files +Info 63 [19:39:49.812] getCompletionData: Get current token: 0.014749999972991645 +Info 64 [19:39:49.812] getCompletionData: Is inside comment: 0.02252800000132993 +Info 65 [19:39:49.812] getCompletionData: Get previous token: 0.026820999977644533 +Info 66 [19:39:49.813] getExportInfoMap: cache hit +Info 67 [19:39:49.815] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 68 [19:39:49.815] collectAutoImports: response is complete +Info 69 [19:39:49.815] collectAutoImports: 2.0513950000167824 +Info 70 [19:39:49.815] getCompletionData: Semantic work: 2.30073600000469 +Info 71 [19:39:49.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16729700000723824 +Info 72 [19:39:49.816] Format host information updated +Info 73 [19:39:49.864] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 74 [19:39:49.870] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 5.2817960000247695ms +Info 75 [19:39:49.870] Different program with same set of files +Info 76 [19:39:49.870] getCompletionData: Get current token: 0.005676000029779971 +Info 77 [19:39:49.870] getCompletionData: Is inside comment: 0.009712999977637082 +Info 78 [19:39:49.870] getCompletionData: Get previous token: 0.015113000001292676 +Info 79 [19:39:49.870] getExportInfoMap: cache hit +Info 80 [19:39:49.873] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 81 [19:39:49.873] collectAutoImports: response is complete +Info 82 [19:39:49.873] collectAutoImports: 2.4595180000178516 +Info 83 [19:39:49.873] getCompletionData: Semantic work: 2.7072570000309497 +Info 84 [19:39:49.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07951300003333017 +Info 85 [19:39:49.873] Format host information updated +Info 86 [19:39:49.932] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 87 [19:39:49.937] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 5.415689999994356ms +Info 88 [19:39:49.937] Different program with same set of files +Info 89 [19:39:49.937] getCompletionData: Get current token: 0.005425999988801777 +Info 90 [19:39:49.937] getCompletionData: Is inside comment: 0.009379000053741038 +Info 91 [19:39:49.937] getCompletionData: Get previous token: 0.013402999960817397 +Info 92 [19:39:49.938] getExportInfoMap: cache hit +Info 93 [19:39:49.939] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 94 [19:39:49.939] collectAutoImports: response is complete +Info 95 [19:39:49.939] collectAutoImports: 1.5958649999811314 +Info 96 [19:39:49.939] getCompletionData: Semantic work: 1.7448980000335723 +Info 97 [19:39:49.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.028285000007599592 +Info 98 [19:39:49.940] Format host information updated +Info 99 [19:39:50.008] Format host information updated +Info 100 [19:39:50.008] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 101 [19:39:50.012] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 4.489816999994218ms +Info 102 [19:39:50.012] Different program with same set of files +Info 103 [19:39:50.176] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 104 [19:39:50.182] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 6.015740000002552ms +Info 105 [19:39:50.182] Different program with same set of files +Info 106 [19:39:50.183] getCompletionData: Get current token: 0.009744999988470227 +Info 107 [19:39:50.183] getCompletionData: Is inside comment: 0.02185499999905005 +Info 108 [19:39:50.183] getCompletionData: Get previous token: 0.020553999987896532 +Info 109 [19:39:50.183] Format host information updated +Info 110 [19:39:50.349] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 111 [19:39:50.353] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 3.9578160000382923ms +Info 112 [19:39:50.353] Different program with same set of files +Info 113 [19:39:50.353] getCompletionData: Get current token: 0.005529000016395003 +Info 114 [19:39:50.353] getCompletionData: Is inside comment: 0.013094000052660704 +Info 115 [19:39:50.353] getCompletionData: Get previous token: 0.06664800003636628 +Info 116 [19:39:50.353] Format host information updated +Info 117 [19:39:50.456] Format host information updated +Info 118 [19:39:50.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 119 [19:39:50.609] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: true structureIsReused:: Not Elapsed: 153.1962460000068ms +Info 120 [19:39:50.609] Project '/dev/null/inferredProject1*' (Inferred) +Info 121 [19:39:50.609] Files (119) + +Info 122 [19:39:50.609] ----------------------------------------------- +Info 123 [19:39:50.609] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 124 [19:39:50.609] Files (123) + +Info 125 [19:39:50.609] ----------------------------------------------- +Info 126 [19:39:50.632] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 127 [19:39:50.644] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 11.883656000019982ms +Info 128 [19:39:50.644] Different program with same set of files +Info 129 [19:39:50.647] Format host information updated +Info 130 [19:39:50.739] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 131 [19:39:50.768] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 28.16504300001543ms +Info 132 [19:39:50.768] Different program with same set of files +Info 133 [19:39:50.768] getCompletionData: Get current token: 0.011865000007674098 +Info 134 [19:39:50.768] getCompletionData: Is inside comment: 0.016851000022143126 +Info 135 [19:39:50.768] getCompletionData: Get previous token: 0.012577999965287745 +Info 136 [19:39:50.768] getCompletionsAtPosition: isCompletionListBlocker: 0.40463399997679517 +Info 137 [19:39:50.770] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.32599300000583753 ms +Info 138 [19:39:50.771] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 139 [19:39:50.771] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.4296689999755472ms +Info 140 [19:39:50.771] getExportInfoMap: cache miss or empty; calculating new results +Info 141 [19:39:50.797] forEachExternalModuleToImportFrom autoImportProvider: 11.663895000005141 +Info 142 [19:39:50.797] getExportInfoMap: done in 27.411090999958105 ms +Info 143 [19:39:50.827] collectAutoImports: resolved 11 module specifiers, plus 1059 ambient and 87 from cache +Info 144 [19:39:50.827] collectAutoImports: response is complete +Info 145 [19:39:50.827] collectAutoImports: 29.369834000011906 +Info 146 [19:39:50.827] getCompletionData: Semantic work: 58.39156399999047 +Info 147 [19:39:50.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 23.053784999996424 +Info 148 [19:39:50.856] Format host information updated +Info 149 [19:39:50.879] Format host information updated +Info 150 [19:39:51.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 151 [19:39:51.253] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: true structureIsReused:: SafeModules Elapsed: 21.757832999981474ms +Info 152 [19:39:51.253] Different program with same set of files +Info 153 [19:39:51.254] Format host information updated +Info 154 [19:39:51.343] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 155 [19:39:51.359] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.067581000039354ms +Info 156 [19:39:51.359] Different program with same set of files +Info 157 [19:39:51.360] Format host information updated +Info 158 [19:39:51.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 159 [19:39:51.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.336603000003379ms +Info 160 [19:39:51.415] Different program with same set of files +Info 161 [19:39:51.415] Format host information updated +Info 162 [19:39:51.527] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 163 [19:39:51.543] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.906240999989677ms +Info 164 [19:39:51.543] Different program with same set of files +Info 165 [19:39:51.544] Format host information updated +Info 166 [19:39:51.714] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 167 [19:39:51.729] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.792337999970187ms +Info 168 [19:39:51.729] Different program with same set of files +Info 169 [19:39:51.730] Format host information updated +Info 170 [19:39:51.845] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 171 [19:39:51.886] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: true structureIsReused:: SafeModules Elapsed: 40.14552399999229ms +Info 172 [19:39:51.886] Different program with same set of files +Info 173 [19:39:51.891] Format host information updated +Info 174 [19:39:51.920] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 175 [19:39:51.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.855555000016466ms +Info 176 [19:39:51.931] Different program with same set of files +Info 177 [19:39:51.932] Format host information updated +Info 178 [19:39:51.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 179 [19:39:52.006] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.656820000032894ms +Info 180 [19:39:52.007] Different program with same set of files +Info 181 [19:39:52.008] Format host information updated +Info 182 [19:39:52.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 183 [19:39:52.430] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.69288200000301ms +Info 184 [19:39:52.430] Different program with same set of files +Info 185 [19:39:52.431] Format host information updated +Info 186 [19:39:52.525] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 187 [19:39:52.542] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.898953999974765ms +Info 188 [19:39:52.542] Different program with same set of files +Info 189 [19:39:52.544] Format host information updated +Info 190 [19:39:52.605] Format host information updated +Info 191 [19:39:52.605] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 192 [19:39:52.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 11.551646000007167ms +Info 193 [19:39:52.617] Different program with same set of files +Info 194 [19:39:52.926] Before ensureProjectForOpenFiles: +Info 195 [19:39:52.926] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 195 [19:39:52.926] Files (65) + +Info 195 [19:39:52.926] ----------------------------------------------- +Info 195 [19:39:52.926] Project '/dev/null/inferredProject1*' (Inferred) +Info 195 [19:39:52.926] Files (119) + +Info 195 [19:39:52.926] ----------------------------------------------- +Info 195 [19:39:52.926] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 195 [19:39:52.926] Files (123) + +Info 195 [19:39:52.926] ----------------------------------------------- +Info 195 [19:39:52.926] Open files: +Info 195 [19:39:52.926] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 195 [19:39:52.926] Projects: /dev/null/inferredProject1* +Info 195 [19:39:52.926] After ensureProjectForOpenFiles: +Info 196 [19:39:52.926] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 196 [19:39:52.926] Files (65) + +Info 196 [19:39:52.926] ----------------------------------------------- +Info 196 [19:39:52.926] Project '/dev/null/inferredProject1*' (Inferred) +Info 196 [19:39:52.926] Files (119) + +Info 196 [19:39:52.926] ----------------------------------------------- +Info 196 [19:39:52.926] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 196 [19:39:52.926] Files (123) + +Info 196 [19:39:52.926] ----------------------------------------------- +Info 196 [19:39:52.926] Open files: +Info 196 [19:39:52.926] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 196 [19:39:52.926] Projects: /dev/null/inferredProject1* +Info 196 [19:39:52.926] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 197 [19:39:52.973] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 198 [19:39:52.981] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 7.338218999968376ms +Info 199 [19:39:52.981] Different program with same set of files +Info 200 [19:39:52.981] Format host information updated +Info 201 [19:39:53.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 202 [19:39:53.133] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.037654000043403ms +Info 203 [19:39:53.133] Different program with same set of files +Info 204 [19:39:53.134] Format host information updated +Info 205 [19:39:53.244] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 206 [19:39:53.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: true structureIsReused:: SafeModules Elapsed: 43.27622599998722ms +Info 207 [19:39:53.287] Different program with same set of files +Info 208 [19:39:53.289] Format host information updated +Info 209 [19:39:53.445] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 210 [19:39:53.479] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: true structureIsReused:: Not Elapsed: 34.805374999996275ms +Info 211 [19:39:53.479] Project '/dev/null/inferredProject1*' (Inferred) +Info 212 [19:39:53.480] Files (120) + +Info 213 [19:39:53.480] ----------------------------------------------- +Info 214 [19:39:53.480] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 215 [19:39:53.480] Files (123) + +Info 216 [19:39:53.480] ----------------------------------------------- +Info 217 [19:39:53.832] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 218 [19:39:53.842] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: true structureIsReused:: Not Elapsed: 10.040654000011273ms +Info 219 [19:39:53.842] Project '/dev/null/inferredProject1*' (Inferred) +Info 220 [19:39:53.842] Files (120) + +Info 221 [19:39:53.842] ----------------------------------------------- +Info 222 [19:39:53.842] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 223 [19:39:53.842] Files (123) + +Info 224 [19:39:53.842] ----------------------------------------------- +Info 225 [19:39:56.082] Before ensureProjectForOpenFiles: +Info 226 [19:39:56.082] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 226 [19:39:56.082] Files (65) + +Info 226 [19:39:56.082] ----------------------------------------------- +Info 226 [19:39:56.083] Project '/dev/null/inferredProject1*' (Inferred) +Info 226 [19:39:56.083] Files (120) + +Info 226 [19:39:56.083] ----------------------------------------------- +Info 226 [19:39:56.083] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 226 [19:39:56.083] Files (123) + +Info 226 [19:39:56.083] ----------------------------------------------- +Info 226 [19:39:56.083] Open files: +Info 226 [19:39:56.083] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 226 [19:39:56.083] Projects: /dev/null/inferredProject1* +Info 226 [19:39:56.083] After ensureProjectForOpenFiles: +Info 227 [19:39:56.083] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 227 [19:39:56.083] Files (65) + +Info 227 [19:39:56.083] ----------------------------------------------- +Info 227 [19:39:56.083] Project '/dev/null/inferredProject1*' (Inferred) +Info 227 [19:39:56.083] Files (120) + +Info 227 [19:39:56.083] ----------------------------------------------- +Info 227 [19:39:56.083] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 227 [19:39:56.083] Files (123) + +Info 227 [19:39:56.083] ----------------------------------------------- +Info 227 [19:39:56.083] Open files: +Info 227 [19:39:56.083] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 227 [19:39:56.083] Projects: /dev/null/inferredProject1* +Info 227 [19:39:56.083] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 228 [19:39:57.067] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 229 [19:39:57.067] Elapsed:: 0.5253159999847412ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 230 [19:39:57.067] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 231 [19:39:57.068] Elapsed:: 0.7143699999433011ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 232 [19:39:57.068] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 233 [19:39:57.069] Elapsed:: 0.46435500000370666ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 234 [19:39:57.423] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 235 [19:39:57.434] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: true structureIsReused:: Not Elapsed: 11.051543999987189ms +Info 236 [19:39:57.434] Different program with same set of files +Info 237 [19:39:58.065] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 238 [19:39:58.066] Elapsed:: 0.31905900000128895ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 239 [19:39:58.066] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 240 [19:39:58.066] Elapsed:: 0.3611480000545271ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 241 [19:39:58.066] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 242 [19:39:58.066] Elapsed:: 0.02205500000854954ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 243 [19:39:58.066] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 244 [19:39:58.066] Elapsed:: 0.028896000003442168ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 245 [19:39:58.067] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 246 [19:39:58.067] Ignoring files that are not *.json +Info 247 [19:39:58.067] Elapsed:: 0.07875200000125915ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 248 [19:39:59.319] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 249 [19:39:59.351] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed: 31.607875999994576ms +Info 250 [19:39:59.351] Different program with same set of files +Info 251 [19:39:59.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 252 [19:39:59.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: true structureIsReused:: SafeModules Elapsed: 37.30940099997679ms +Info 253 [19:39:59.388] Different program with same set of files +Info 254 [19:40:01.569] Before ensureProjectForOpenFiles: +Info 255 [19:40:01.569] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 255 [19:40:01.569] Files (65) + +Info 255 [19:40:01.569] ----------------------------------------------- +Info 255 [19:40:01.569] Project '/dev/null/inferredProject1*' (Inferred) +Info 255 [19:40:01.569] Files (120) + +Info 255 [19:40:01.569] ----------------------------------------------- +Info 255 [19:40:01.569] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 255 [19:40:01.569] Files (123) + +Info 255 [19:40:01.569] ----------------------------------------------- +Info 255 [19:40:01.569] Open files: +Info 255 [19:40:01.569] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 255 [19:40:01.570] Projects: /dev/null/inferredProject1* +Info 255 [19:40:01.570] After ensureProjectForOpenFiles: +Info 256 [19:40:01.570] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 256 [19:40:01.570] Files (65) + +Info 256 [19:40:01.570] ----------------------------------------------- +Info 256 [19:40:01.570] Project '/dev/null/inferredProject1*' (Inferred) +Info 256 [19:40:01.570] Files (120) + +Info 256 [19:40:01.570] ----------------------------------------------- +Info 256 [19:40:01.570] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 256 [19:40:01.570] Files (123) + +Info 256 [19:40:01.570] ----------------------------------------------- +Info 256 [19:40:01.570] Open files: +Info 256 [19:40:01.570] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 256 [19:40:01.570] Projects: /dev/null/inferredProject1* +Info 256 [19:40:01.570] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 257 [19:40:03.384] Format host information updated +Info 258 [19:40:03.384] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 259 [19:40:03.393] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 8.422816000005696ms +Info 260 [19:40:03.393] Different program with same set of files +Info 261 [19:40:03.689] Format host information updated +Info 262 [19:40:03.690] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 263 [19:40:03.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 47.02823699999135ms +Info 264 [19:40:03.737] Different program with same set of files +Info 265 [19:40:03.757] Format host information updated +Info 266 [19:40:03.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 267 [19:40:03.771] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 14.17546300002141ms +Info 268 [19:40:03.771] Different program with same set of files +Info 269 [19:40:03.833] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 270 [19:40:03.844] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 10.660305999976117ms +Info 271 [19:40:03.844] Different program with same set of files +Info 272 [19:40:03.845] getCompletionData: Get current token: 0.012248000013642013 +Info 273 [19:40:03.845] getCompletionData: Is inside comment: 0.02355300000635907 +Info 274 [19:40:03.845] getCompletionData: Get previous token: 0.039480999985244125 +Info 275 [19:40:03.845] getCompletionsAtPosition: isCompletionListBlocker: 0.004253999970387667 +Info 276 [19:40:03.847] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.6540519999689423 ms +Info 277 [19:40:03.847] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 278 [19:40:03.857] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 9.455169999971986ms +Info 279 [19:40:03.857] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 280 [19:40:03.857] Files (124) + +Info 281 [19:40:03.857] ----------------------------------------------- +Info 282 [19:40:03.857] getExportInfoMap: cache miss or empty; calculating new results +Info 283 [19:40:03.905] forEachExternalModuleToImportFrom autoImportProvider: 32.676642999984324 +Info 284 [19:40:03.905] getExportInfoMap: done in 58.408735000004526 ms +Info 285 [19:40:03.914] collectAutoImports: resolved 9 module specifiers, plus 170 ambient and 7 from cache +Info 286 [19:40:03.914] collectAutoImports: response is complete +Info 287 [19:40:03.914] collectAutoImports: 9.139308000041638 +Info 288 [19:40:03.914] getCompletionData: Semantic work: 69.2867640000186 +Info 289 [19:40:03.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.770461000036448 +Info 290 [19:40:03.927] Format host information updated +Info 291 [19:40:03.995] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 292 [19:40:04.011] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 16.73060600005556ms +Info 293 [19:40:04.011] Different program with same set of files +Info 294 [19:40:04.012] getCompletionData: Get current token: 0.014071999990846962 +Info 295 [19:40:04.012] getCompletionData: Is inside comment: 0.02400499995565042 +Info 296 [19:40:04.012] getCompletionData: Get previous token: 0.028732000035233796 +Info 297 [19:40:04.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0025439999881200492 +Info 298 [19:40:04.013] getExportInfoMap: cache hit +Info 299 [19:40:04.018] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 300 [19:40:04.018] collectAutoImports: response is complete +Info 301 [19:40:04.018] collectAutoImports: 5.0423630000441335 +Info 302 [19:40:04.019] getCompletionData: Semantic work: 6.079823000007309 +Info 303 [19:40:04.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.398631000018213 +Info 304 [19:40:04.025] Format host information updated +Info 305 [19:40:04.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 306 [19:40:04.134] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 14.152564999996684ms +Info 307 [19:40:04.134] Different program with same set of files +Info 308 [19:40:04.135] getCompletionData: Get current token: 0.012999999977182597 +Info 309 [19:40:04.135] getCompletionData: Is inside comment: 0.024348000006284565 +Info 310 [19:40:04.135] getCompletionData: Get previous token: 0.03745200001867488 +Info 311 [19:40:04.135] getCompletionsAtPosition: isCompletionListBlocker: 0.0031370000215247273 +Info 312 [19:40:04.136] getExportInfoMap: cache hit +Info 313 [19:40:04.165] collectAutoImports: resolved 3 module specifiers, plus 1059 ambient and 97 from cache +Info 314 [19:40:04.165] collectAutoImports: response is complete +Info 315 [19:40:04.165] collectAutoImports: 29.331726000003982 +Info 316 [19:40:04.165] getCompletionData: Semantic work: 30.26683000003686 +Info 317 [19:40:04.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 18.18968599999789 +Info 318 [19:40:04.193] Format host information updated +Info 319 [19:40:04.219] Format host information updated +Info 320 [19:40:04.219] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 321 [19:40:04.228] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 9.080266000004485ms +Info 322 [19:40:04.228] Different program with same set of files +Info 323 [19:40:04.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 324 [19:40:04.442] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 11.388840000028722ms +Info 325 [19:40:04.442] Different program with same set of files +Info 326 [19:40:04.442] getCompletionData: Get current token: 0.011654999980237335 +Info 327 [19:40:04.442] getCompletionData: Is inside comment: 0.02315899997483939 +Info 328 [19:40:04.442] getCompletionData: Get previous token: 0.038120999990496784 +Info 329 [19:40:04.442] getCompletionsAtPosition: isCompletionListBlocker: 0.0028649999876506627 +Info 330 [19:40:04.442] Returning an empty list because completion was requested in an invalid position. +Info 331 [19:40:04.443] Format host information updated +Info 332 [19:40:04.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 333 [19:40:04.535] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 18.369120999996085ms +Info 334 [19:40:04.535] Different program with same set of files +Info 335 [19:40:04.535] getCompletionData: Get current token: 0.021718000003602356 +Info 336 [19:40:04.535] getCompletionData: Is inside comment: 0.044470999971963465 +Info 337 [19:40:04.535] getCompletionData: Get previous token: 0.13063299999339506 +Info 338 [19:40:04.536] getCompletionsAtPosition: isCompletionListBlocker: 0.004216000030282885 +Info 339 [19:40:04.536] Returning an empty list because completion was requested in an invalid position. +Info 340 [19:40:04.536] Format host information updated +Info 341 [19:40:04.605] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 342 [19:40:04.618] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 12.788804000010714ms +Info 343 [19:40:04.618] Different program with same set of files +Info 344 [19:40:04.618] getCompletionData: Get current token: 0.05732300004456192 +Info 345 [19:40:04.618] getCompletionData: Is inside comment: 0.04448400001274422 +Info 346 [19:40:04.619] getCompletionData: Get previous token: 0.06732299999566749 +Info 347 [19:40:04.619] getCompletionsAtPosition: isCompletionListBlocker: 0.003979999979492277 +Info 348 [19:40:04.619] Returning an empty list because completion was requested in an invalid position. +Info 349 [19:40:04.619] Format host information updated +Info 350 [19:40:04.727] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 351 [19:40:04.738] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 10.546514999994542ms +Info 352 [19:40:04.738] Different program with same set of files +Info 353 [19:40:04.738] getCompletionData: Get current token: 0.012994999997317791 +Info 354 [19:40:04.738] getCompletionData: Is inside comment: 0.05047100002411753 +Info 355 [19:40:04.738] getCompletionData: Get previous token: 0.03868599998531863 +Info 356 [19:40:04.738] getCompletionsAtPosition: isCompletionListBlocker: 0.005264999985229224 +Info 357 [19:40:04.738] Returning an empty list because completion was requested in an invalid position. +Info 358 [19:40:04.738] Format host information updated +Info 359 [19:40:04.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 360 [19:40:04.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 27.246853000018746ms +Info 361 [19:40:04.950] Different program with same set of files +Info 362 [19:40:04.950] getCompletionData: Get current token: 0.02670300001045689 +Info 363 [19:40:04.950] getCompletionData: Is inside comment: 0.050777000025846064 +Info 364 [19:40:04.950] getCompletionData: Get previous token: 0.13050700002349913 +Info 365 [19:40:04.951] getCompletionsAtPosition: isCompletionListBlocker: 0.007916000031400472 +Info 366 [19:40:04.951] Returning an empty list because completion was requested in an invalid position. +Info 367 [19:40:04.956] Format host information updated +Info 368 [19:40:05.005] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 369 [19:40:05.012] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 7.283198999997694ms +Info 370 [19:40:05.012] Different program with same set of files +Info 371 [19:40:05.012] getCompletionData: Get current token: 0.01148400001693517 +Info 372 [19:40:05.012] getCompletionData: Is inside comment: 0.021910999959800392 +Info 373 [19:40:05.012] getCompletionData: Get previous token: 0.034779999987222254 +Info 374 [19:40:05.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0021830000332556665 +Info 375 [19:40:05.012] Returning an empty list because completion was requested in an invalid position. +Info 376 [19:40:05.013] Format host information updated +Info 377 [19:40:05.255] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 378 [19:40:05.268] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 12.584573000029195ms +Info 379 [19:40:05.268] Different program with same set of files +Info 380 [19:40:05.268] getCompletionData: Get current token: 0.012040000001434237 +Info 381 [19:40:05.268] getCompletionData: Is inside comment: 0.02527599997119978 +Info 382 [19:40:05.268] getCompletionData: Get previous token: 0.03971700003603473 +Info 383 [19:40:05.268] getCompletionsAtPosition: isCompletionListBlocker: 0.0018900000141002238 +Info 384 [19:40:05.268] Returning an empty list because completion was requested in an invalid position. +Info 385 [19:40:05.269] Format host information updated +Info 386 [19:40:05.337] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 387 [19:40:05.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 7.038752999971621ms +Info 388 [19:40:05.344] Different program with same set of files +Info 389 [19:40:05.344] getCompletionData: Get current token: 0.009596000018063933 +Info 390 [19:40:05.344] getCompletionData: Is inside comment: 0.020478999998886138 +Info 391 [19:40:05.344] getCompletionData: Get previous token: 0.04728100000647828 +Info 392 [19:40:05.345] getCompletionsAtPosition: isCompletionListBlocker: 0.0018580000032670796 +Info 393 [19:40:05.345] Returning an empty list because completion was requested in an invalid position. +Info 394 [19:40:05.348] Format host information updated +Info 395 [19:40:05.516] Format host information updated +Info 396 [19:40:05.517] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 397 [19:40:05.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 7.397793999989517ms +Info 398 [19:40:05.524] Different program with same set of files +Info 399 [19:40:05.582] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 400 [19:40:05.596] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 14.116217000002507ms +Info 401 [19:40:05.596] Different program with same set of files +Info 402 [19:40:05.596] getCompletionData: Get current token: 0.016864000004716218 +Info 403 [19:40:05.596] getCompletionData: Is inside comment: 0.07018199999583885 +Info 404 [19:40:05.596] getCompletionData: Get previous token: 0.03561500000068918 +Info 405 [19:40:05.596] getCompletionsAtPosition: isCompletionListBlocker: 0.02490099996794015 +Info 406 [19:40:05.597] getExportInfoMap: cache hit +Info 407 [19:40:05.619] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 100 from cache +Info 408 [19:40:05.619] collectAutoImports: response is complete +Info 409 [19:40:05.619] collectAutoImports: 21.799361999961548 +Info 410 [19:40:05.619] getCompletionData: Semantic work: 22.919340000022203 +Info 411 [19:40:05.630] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.8183779999963 +Info 412 [19:40:05.636] Format host information updated +Info 413 [19:40:05.698] Format host information updated +Info 414 [19:40:05.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 415 [19:40:05.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 9.635678999999072ms +Info 416 [19:40:05.708] Different program with same set of files +Info 417 [19:40:06.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 418 [19:40:06.050] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 8.37337899999693ms +Info 419 [19:40:06.050] Different program with same set of files +Info 420 [19:40:06.050] getCompletionData: Get current token: 0.013668999949004501 +Info 421 [19:40:06.050] getCompletionData: Is inside comment: 0.025452000030782074 +Info 422 [19:40:06.050] getCompletionData: Get previous token: 0.021032000018749386 +Info 423 [19:40:06.050] getCompletionsAtPosition: isCompletionListBlocker: 0.020788000023458153 +Info 424 [19:40:06.051] getExportInfoMap: cache hit +Info 425 [19:40:06.072] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 100 from cache +Info 426 [19:40:06.073] collectAutoImports: response is complete +Info 427 [19:40:06.073] collectAutoImports: 21.50216299999738 +Info 428 [19:40:06.073] getCompletionData: Semantic work: 22.553886000008788 +Info 429 [19:40:06.082] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.31875500001479 +Info 430 [19:40:06.088] Format host information updated +Info 431 [19:40:06.182] Format host information updated +Info 432 [19:40:06.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 433 [19:40:06.190] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 7.449423999991268ms +Info 434 [19:40:06.190] Different program with same set of files +Info 435 [19:40:06.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 436 [19:40:06.317] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 6.889953000005335ms +Info 437 [19:40:06.317] Different program with same set of files +Info 438 [19:40:06.318] getCompletionData: Get current token: 0.00979199999710545 +Info 439 [19:40:06.318] getCompletionData: Is inside comment: 0.017223000002559274 +Info 440 [19:40:06.318] getCompletionData: Get previous token: 0.025706999993417412 +Info 441 [19:40:06.318] getCompletionsAtPosition: isCompletionListBlocker: 0.0013560000224970281 +Info 442 [19:40:06.318] Returning an empty list because completion was requested in an invalid position. +Info 443 [19:40:06.318] Format host information updated +Info 444 [19:40:06.440] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 445 [19:40:06.450] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 9.877075000025798ms +Info 446 [19:40:06.450] Different program with same set of files +Info 447 [19:40:06.450] getCompletionData: Get current token: 0.01301300001796335 +Info 448 [19:40:06.450] getCompletionData: Is inside comment: 0.01919399999314919 +Info 449 [19:40:06.450] getCompletionData: Get previous token: 0.028055000002495944 +Info 450 [19:40:06.450] getCompletionsAtPosition: isCompletionListBlocker: 0.001702000037766993 +Info 451 [19:40:06.450] Returning an empty list because completion was requested in an invalid position. +Info 452 [19:40:06.451] Format host information updated +Info 453 [19:40:06.938] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 454 [19:40:06.945] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 6.730304000026081ms +Info 455 [19:40:06.945] Different program with same set of files +Info 456 [19:40:06.945] getCompletionData: Get current token: 0.009681999974418432 +Info 457 [19:40:06.945] getCompletionData: Is inside comment: 0.017197999986819923 +Info 458 [19:40:06.945] getCompletionData: Get previous token: 0.02571500005433336 +Info 459 [19:40:06.945] getCompletionsAtPosition: isCompletionListBlocker: 0.0018209999543614686 +Info 460 [19:40:06.945] Returning an empty list because completion was requested in an invalid position. +Info 461 [19:40:06.947] Format host information updated +Info 462 [19:40:07.049] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 463 [19:40:07.056] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 6.884428000019398ms +Info 464 [19:40:07.056] Different program with same set of files +Info 465 [19:40:07.057] getCompletionData: Get current token: 0.012081999971996993 +Info 466 [19:40:07.057] getCompletionData: Is inside comment: 0.01885499997297302 +Info 467 [19:40:07.057] getCompletionData: Get previous token: 0.030457000015303493 +Info 468 [19:40:07.057] getCompletionsAtPosition: isCompletionListBlocker: 0.0017719999887049198 +Info 469 [19:40:07.057] Returning an empty list because completion was requested in an invalid position. +Info 470 [19:40:07.057] Format host information updated +Info 471 [19:40:07.179] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 472 [19:40:07.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 9.561113999981899ms +Info 473 [19:40:07.189] Different program with same set of files +Info 474 [19:40:07.189] getCompletionData: Get current token: 0.010848000005353242 +Info 475 [19:40:07.189] getCompletionData: Is inside comment: 0.01941500004613772 +Info 476 [19:40:07.189] getCompletionData: Get previous token: 0.03094899997813627 +Info 477 [19:40:07.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0024109999649226665 +Info 478 [19:40:07.189] Returning an empty list because completion was requested in an invalid position. +Info 479 [19:40:07.189] Format host information updated +Info 480 [19:40:07.282] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 481 [19:40:07.288] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 6.192103000008501ms +Info 482 [19:40:07.288] Different program with same set of files +Info 483 [19:40:07.289] getCompletionData: Get current token: 0.008815999957732856 +Info 484 [19:40:07.289] getCompletionData: Is inside comment: 0.015487999946344644 +Info 485 [19:40:07.289] getCompletionData: Get previous token: 0.023286000010557473 +Info 486 [19:40:07.289] getCompletionsAtPosition: isCompletionListBlocker: 0.004115000017918646 +Info 487 [19:40:07.289] Returning an empty list because completion was requested in an invalid position. +Info 488 [19:40:07.289] Format host information updated +Info 489 [19:40:07.496] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 490 [19:40:07.517] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 21.36663599999156ms +Info 491 [19:40:07.517] Different program with same set of files +Info 492 [19:40:07.518] getCompletionData: Get current token: 0.03400099999271333 +Info 493 [19:40:07.518] getCompletionData: Is inside comment: 0.032210999983362854 +Info 494 [19:40:07.518] getCompletionData: Get previous token: 0.048884999996516854 +Info 495 [19:40:07.518] getCompletionsAtPosition: isCompletionListBlocker: 0.003416999999899417 +Info 496 [19:40:07.518] Returning an empty list because completion was requested in an invalid position. +Info 497 [19:40:07.518] Format host information updated +Info 498 [19:40:07.547] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 499 [19:40:07.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 10.542870000004768ms +Info 500 [19:40:07.558] Different program with same set of files +Info 501 [19:40:07.558] getCompletionData: Get current token: 0.009787000017240644 +Info 502 [19:40:07.558] getCompletionData: Is inside comment: 0.01704999996582046 +Info 503 [19:40:07.558] getCompletionData: Get previous token: 0.025462000048719347 +Info 504 [19:40:07.558] getCompletionsAtPosition: isCompletionListBlocker: 0.002183999982662499 +Info 505 [19:40:07.558] Returning an empty list because completion was requested in an invalid position. +Info 506 [19:40:07.558] Format host information updated +Info 507 [19:40:07.741] Format host information updated +Info 508 [19:40:07.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 509 [19:40:07.769] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 26.60931500000879ms +Info 510 [19:40:07.769] Different program with same set of files +Info 511 [19:40:07.935] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 512 [19:40:07.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 6.547369999985676ms +Info 513 [19:40:07.942] Different program with same set of files +Info 514 [19:40:07.942] getCompletionData: Get current token: 0.010428000008687377 +Info 515 [19:40:07.942] getCompletionData: Is inside comment: 0.01758200000040233 +Info 516 [19:40:07.942] getCompletionData: Get previous token: 0.02712199999950826 +Info 517 [19:40:07.942] getCompletionsAtPosition: isCompletionListBlocker: 0.0018090000376105309 +Info 518 [19:40:07.942] Returning an empty list because completion was requested in an invalid position. +Info 519 [19:40:07.942] Format host information updated +Info 520 [19:40:08.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 521 [19:40:08.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 6.991673000040464ms +Info 522 [19:40:08.055] Different program with same set of files +Info 523 [19:40:08.055] getCompletionData: Get current token: 0.010424000036437064 +Info 524 [19:40:08.055] getCompletionData: Is inside comment: 0.04535199998645112 +Info 525 [19:40:08.055] getCompletionData: Get previous token: 0.04671899997629225 +Info 526 [19:40:08.055] getCompletionsAtPosition: isCompletionListBlocker: 0.002179000002797693 +Info 527 [19:40:08.055] Returning an empty list because completion was requested in an invalid position. +Info 528 [19:40:08.058] Format host information updated +Info 529 [19:40:08.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 530 [19:40:08.129] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 15.371169999998529ms +Info 531 [19:40:08.129] Different program with same set of files +Info 532 [19:40:08.130] getCompletionData: Get current token: 0.02626600000075996 +Info 533 [19:40:08.130] getCompletionData: Is inside comment: 0.036007999966386706 +Info 534 [19:40:08.130] getCompletionData: Get previous token: 0.04884100001072511 +Info 535 [19:40:08.130] getCompletionsAtPosition: isCompletionListBlocker: 0.004794000007677823 +Info 536 [19:40:08.130] Returning an empty list because completion was requested in an invalid position. +Info 537 [19:40:08.131] Format host information updated +Info 538 [19:40:08.277] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 539 [19:40:08.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 9.638208999997005ms +Info 540 [19:40:08.287] Different program with same set of files +Info 541 [19:40:08.287] getCompletionData: Get current token: 0.011899999983143061 +Info 542 [19:40:08.287] getCompletionData: Is inside comment: 0.015958999982103705 +Info 543 [19:40:08.287] getCompletionData: Get previous token: 0.022185000008903444 +Info 544 [19:40:08.287] getCompletionsAtPosition: isCompletionListBlocker: 0.002674999996088445 +Info 545 [19:40:08.287] Returning an empty list because completion was requested in an invalid position. +Info 546 [19:40:08.288] Format host information updated +Info 547 [19:40:08.345] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 548 [19:40:08.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 16.099950000003446ms +Info 549 [19:40:08.362] Different program with same set of files +Info 550 [19:40:08.362] getCompletionData: Get current token: 0.02644200000213459 +Info 551 [19:40:08.362] getCompletionData: Is inside comment: 0.037549000000581145 +Info 552 [19:40:08.362] getCompletionData: Get previous token: 0.050350000034086406 +Info 553 [19:40:08.362] getCompletionsAtPosition: isCompletionListBlocker: 0.004569999990053475 +Info 554 [19:40:08.362] Returning an empty list because completion was requested in an invalid position. +Info 555 [19:40:08.368] Format host information updated +Info 556 [19:40:08.408] Format host information updated +Info 557 [19:40:08.408] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 558 [19:40:08.416] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 8.133367999980692ms +Info 559 [19:40:08.416] Different program with same set of files +Info 560 [19:40:08.534] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 561 [19:40:08.544] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 10.155177999986336ms +Info 562 [19:40:08.544] Different program with same set of files +Info 563 [19:40:08.544] getCompletionData: Get current token: 0.013304000021889806 +Info 564 [19:40:08.544] getCompletionData: Is inside comment: 0.018909999984316528 +Info 565 [19:40:08.544] getCompletionData: Get previous token: 0.01469300000462681 +Info 566 [19:40:08.544] getCompletionsAtPosition: isCompletionListBlocker: 0.010133000032510608 +Info 567 [19:40:08.545] getExportInfoMap: cache hit +Info 568 [19:40:08.561] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 100 from cache +Info 569 [19:40:08.561] collectAutoImports: response is complete +Info 570 [19:40:08.561] collectAutoImports: 15.725150000012945 +Info 571 [19:40:08.561] getCompletionData: Semantic work: 16.527251999999862 +Info 572 [19:40:08.573] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.353370999975596 +Info 573 [19:40:08.579] Format host information updated +Info 574 [19:40:08.602] Format host information updated +Info 575 [19:40:08.602] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 576 [19:40:08.609] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 6.675777999975253ms +Info 577 [19:40:08.609] Different program with same set of files +Info 578 [19:40:08.758] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 579 [19:40:08.771] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 13.402678999991622ms +Info 580 [19:40:08.771] Different program with same set of files +Info 581 [19:40:08.771] getCompletionData: Get current token: 0.015965999977197498 +Info 582 [19:40:08.771] getCompletionData: Is inside comment: 0.022104999981820583 +Info 583 [19:40:08.771] getCompletionData: Get previous token: 0.03161700000055134 +Info 584 [19:40:08.772] getCompletionsAtPosition: isCompletionListBlocker: 0.019311999960336834 +Info 585 [19:40:08.773] getExportInfoMap: cache hit +Info 586 [19:40:08.781] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 16 from cache +Info 587 [19:40:08.781] collectAutoImports: response is complete +Info 588 [19:40:08.781] collectAutoImports: 7.720608000003267 +Info 589 [19:40:08.781] getCompletionData: Semantic work: 9.10434499999974 +Info 590 [19:40:08.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6623409999883734 +Info 591 [19:40:08.786] Format host information updated +Info 592 [19:40:08.893] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 593 [19:40:08.903] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 9.522946999990381ms +Info 594 [19:40:08.903] Different program with same set of files +Info 595 [19:40:08.903] getCompletionData: Get current token: 0.00920799997402355 +Info 596 [19:40:08.903] getCompletionData: Is inside comment: 0.012670000025536865 +Info 597 [19:40:08.903] getCompletionData: Get previous token: 0.017963999998755753 +Info 598 [19:40:08.903] getCompletionsAtPosition: isCompletionListBlocker: 0.012861000024713576 +Info 599 [19:40:08.904] getExportInfoMap: cache hit +Info 600 [19:40:08.906] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 2 from cache +Info 601 [19:40:08.906] collectAutoImports: response is complete +Info 602 [19:40:08.906] collectAutoImports: 2.450404000002891 +Info 603 [19:40:08.906] getCompletionData: Semantic work: 3.131446000013966 +Info 604 [19:40:08.908] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7438189999666065 +Info 605 [19:40:08.909] Format host information updated +Info 606 [19:40:09.049] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 607 [19:40:09.075] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 25.72593900002539ms +Info 608 [19:40:09.075] Different program with same set of files +Info 609 [19:40:09.076] getCompletionData: Get current token: 0.030772000027354807 +Info 610 [19:40:09.076] getCompletionData: Is inside comment: 0.04483199998503551 +Info 611 [19:40:09.076] getCompletionData: Get previous token: 0.06374599999981001 +Info 612 [19:40:09.076] getCompletionsAtPosition: isCompletionListBlocker: 0.037379999994300306 +Info 613 [19:40:09.078] getExportInfoMap: cache hit +Info 614 [19:40:09.083] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 2 from cache +Info 615 [19:40:09.083] collectAutoImports: response is complete +Info 616 [19:40:09.083] collectAutoImports: 5.204779000021517 +Info 617 [19:40:09.084] getCompletionData: Semantic work: 7.218634999997448 +Info 618 [19:40:09.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.276700999995228 +Info 619 [19:40:09.091] Format host information updated +Info 620 [19:40:09.286] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 621 [19:40:09.293] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 6.635242000047583ms +Info 622 [19:40:09.293] Different program with same set of files +Info 623 [19:40:09.293] getCompletionData: Get current token: 0.009107999969273806 +Info 624 [19:40:09.293] getCompletionData: Is inside comment: 0.012742999999318272 +Info 625 [19:40:09.293] getCompletionData: Get previous token: 0.018489999987650663 +Info 626 [19:40:09.293] getCompletionsAtPosition: isCompletionListBlocker: 0.008539000002201647 +Info 627 [19:40:09.294] getExportInfoMap: cache hit +Info 628 [19:40:09.295] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 2 from cache +Info 629 [19:40:09.295] collectAutoImports: response is complete +Info 630 [19:40:09.295] collectAutoImports: 1.3914419999928214 +Info 631 [19:40:09.295] getCompletionData: Semantic work: 2.1537639999878593 +Info 632 [19:40:09.297] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2171319999615662 +Info 633 [19:40:09.298] Format host information updated +Info 634 [19:40:09.380] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 635 [19:40:09.387] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 6.461509999993723ms +Info 636 [19:40:09.387] Different program with same set of files +Info 637 [19:40:09.387] getCompletionData: Get current token: 0.011526999995112419 +Info 638 [19:40:09.387] getCompletionData: Is inside comment: 0.013793000020086765 +Info 639 [19:40:09.387] getCompletionData: Get previous token: 0.020132999983616173 +Info 640 [19:40:09.387] getCompletionsAtPosition: isCompletionListBlocker: 0.008879000029992312 +Info 641 [19:40:09.387] getExportInfoMap: cache hit +Info 642 [19:40:09.389] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 2 from cache +Info 643 [19:40:09.389] collectAutoImports: response is complete +Info 644 [19:40:09.389] collectAutoImports: 1.527976999990642 +Info 645 [19:40:09.389] getCompletionData: Semantic work: 2.248503000009805 +Info 646 [19:40:09.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2348389999824576 +Info 647 [19:40:09.391] Format host information updated +Info 648 [19:40:09.466] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 649 [19:40:09.486] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 19.47071100003086ms +Info 650 [19:40:09.486] Different program with same set of files +Info 651 [19:40:09.486] getCompletionData: Get current token: 0.024792000011075288 +Info 652 [19:40:09.487] getCompletionData: Is inside comment: 0.03403100004652515 +Info 653 [19:40:09.487] getCompletionData: Get previous token: 0.048438999976497144 +Info 654 [19:40:09.487] getCompletionsAtPosition: isCompletionListBlocker: 0.021936999983154237 +Info 655 [19:40:09.488] getExportInfoMap: cache hit +Info 656 [19:40:09.492] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 657 [19:40:09.492] collectAutoImports: response is complete +Info 658 [19:40:09.492] collectAutoImports: 3.7464170000166632 +Info 659 [19:40:09.492] getCompletionData: Semantic work: 5.598763999994844 +Info 660 [19:40:09.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.201866000017617 +Info 661 [19:40:09.497] Format host information updated +Info 662 [19:40:09.526] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 663 [19:40:09.533] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 7.046973999997135ms +Info 664 [19:40:09.533] Different program with same set of files +Info 665 [19:40:09.533] getCompletionData: Get current token: 0.010446999978739768 +Info 666 [19:40:09.533] getCompletionData: Is inside comment: 0.014804999984335154 +Info 667 [19:40:09.533] getCompletionData: Get previous token: 0.021510999999009073 +Info 668 [19:40:09.534] getCompletionsAtPosition: isCompletionListBlocker: 0.010167000000365078 +Info 669 [19:40:09.534] getExportInfoMap: cache hit +Info 670 [19:40:09.536] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 2 from cache +Info 671 [19:40:09.536] collectAutoImports: response is complete +Info 672 [19:40:09.536] collectAutoImports: 1.6486240000231192 +Info 673 [19:40:09.536] getCompletionData: Semantic work: 2.405345999985002 +Info 674 [19:40:09.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3498310000286438 +Info 675 [19:40:09.540] Format host information updated +Info 676 [19:40:09.711] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 677 [19:40:09.736] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 25.112496000016108ms +Info 678 [19:40:09.736] Different program with same set of files +Info 679 [19:40:09.737] getCompletionData: Get current token: 0.03229200001806021 +Info 680 [19:40:09.737] getCompletionData: Is inside comment: 0.05297900002915412 +Info 681 [19:40:09.737] getCompletionData: Get previous token: 0.03869800001848489 +Info 682 [19:40:09.737] getCompletionsAtPosition: isCompletionListBlocker: 0.10785200004465878 +Info 683 [19:40:09.739] getExportInfoMap: cache hit +Info 684 [19:40:09.763] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 100 from cache +Info 685 [19:40:09.763] collectAutoImports: response is complete +Info 686 [19:40:09.763] collectAutoImports: 23.48830899997847 +Info 687 [19:40:09.763] getCompletionData: Semantic work: 25.92713200004073 +Info 688 [19:40:09.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.982894999964628 +Info 689 [19:40:09.777] Format host information updated +Info 690 [19:40:09.792] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 691 [19:40:09.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 9.27659099997254ms +Info 692 [19:40:09.801] Different program with same set of files +Info 693 [19:40:09.801] getCompletionData: Get current token: 0.03374099999200553 +Info 694 [19:40:09.801] getCompletionData: Is inside comment: 0.013602000020910054 +Info 695 [19:40:09.801] getCompletionData: Get previous token: 0.010241999989375472 +Info 696 [19:40:09.801] getCompletionsAtPosition: isCompletionListBlocker: 0.012346000003162771 +Info 697 [19:40:09.802] getExportInfoMap: cache hit +Info 698 [19:40:09.813] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 100 from cache +Info 699 [19:40:09.813] collectAutoImports: response is complete +Info 700 [19:40:09.813] collectAutoImports: 11.128393999999389 +Info 701 [19:40:09.813] getCompletionData: Semantic work: 11.957657999999356 +Info 702 [19:40:09.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.922569000045769 +Info 703 [19:40:09.828] Format host information updated +Info 704 [19:40:10.887] getCompletionData: Get current token: 0.008495000016409904 +Info 705 [19:40:10.887] getCompletionData: Is inside comment: 0.01566799997817725 +Info 706 [19:40:10.887] getCompletionData: Get previous token: 0.011723000032361597 +Info 707 [19:40:10.888] getCompletionsAtPosition: isCompletionListBlocker: 0.08891799999400973 +Info 708 [19:40:10.888] getExportInfoMap: cache hit +Info 709 [19:40:10.898] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 100 from cache +Info 710 [19:40:10.898] collectAutoImports: response is complete +Info 711 [19:40:10.898] collectAutoImports: 9.502340999955777 +Info 712 [19:40:10.898] getCompletionData: Semantic work: 10.22577600000659 +Info 713 [19:40:10.905] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.450635000015609 +Info 714 [19:41:17.427] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 715 [19:41:17.427] Elapsed:: 0.11771600000793114ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 716 [19:41:17.427] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 717 [19:41:17.428] Elapsed:: 0.4077650000108406ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 718 [19:41:17.428] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 719 [19:41:17.428] Elapsed:: 0.3126519999932498ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 720 [19:41:18.428] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 721 [19:41:18.428] Elapsed:: 0.04828100005397573ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 722 [19:41:18.428] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 723 [19:41:18.428] Elapsed:: 0.08646000002045184ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 724 [19:41:18.428] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 725 [19:41:18.428] Elapsed:: 0.011915999988559633ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 726 [19:41:18.428] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 727 [19:41:18.428] Elapsed:: 0.003797000041231513ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 728 [19:41:18.428] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 729 [19:41:18.428] Ignoring files that are not *.json +Info 730 [19:41:18.428] Elapsed:: 0.007104000018443912ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 731 [19:41:19.679] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 732 [19:41:19.720] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed: 40.26275299995905ms +Info 733 [19:41:19.720] Different program with same set of files +Info 734 [19:41:19.720] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 735 [19:41:19.762] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: true structureIsReused:: SafeModules Elapsed: 42.23614799999632ms +Info 736 [19:41:19.762] Different program with same set of files +Info 737 [19:41:19.763] getCompletionData: Get current token: 0.003647000005003065 +Info 738 [19:41:19.763] getCompletionData: Is inside comment: 0.006993999995756894 +Info 739 [19:41:19.763] getCompletionData: Get previous token: 0.004686000000219792 +Info 740 [19:41:19.763] getCompletionsAtPosition: isCompletionListBlocker: 0.014373999962117523 +Info 741 [19:41:19.765] AutoImportProviderProject: found 5 root files in 5 dependencies in 0.6160200000158511 ms +Info 742 [19:41:19.765] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 743 [19:41:19.771] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 5.970008999982383ms +Info 744 [19:41:19.771] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 745 [19:41:19.771] Files (125) + +Info 746 [19:41:19.771] ----------------------------------------------- +Info 747 [19:41:19.771] getExportInfoMap: cache miss or empty; calculating new results +Info 748 [19:41:19.806] forEachExternalModuleToImportFrom autoImportProvider: 24.4648659999948 +Info 749 [19:41:19.806] getExportInfoMap: done in 41.73601399996551 ms +Info 750 [19:41:19.825] collectAutoImports: resolved 13 module specifiers, plus 1059 ambient and 88 from cache +Info 751 [19:41:19.825] collectAutoImports: response is complete +Info 752 [19:41:19.825] collectAutoImports: 19.330174000002444 +Info 753 [19:41:19.825] getCompletionData: Semantic work: 61.69103000004543 +Info 754 [19:41:19.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.071744000015315 +Info 755 [19:41:20.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 756 [19:41:20.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.41479100001743ms +Info 757 [19:41:20.225] Project '/dev/null/inferredProject1*' (Inferred) +Info 758 [19:41:20.225] Files (121) + +Info 759 [19:41:20.225] ----------------------------------------------- +Info 760 [19:41:20.225] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 761 [19:41:20.225] Files (125) + +Info 762 [19:41:20.225] ----------------------------------------------- +Info 763 [19:41:20.226] Format host information updated +Info 764 [19:41:21.240] getCompletionData: Get current token: 0.004064000037033111 +Info 765 [19:41:21.240] getCompletionData: Is inside comment: 0.008158000011462718 +Info 766 [19:41:21.240] getCompletionData: Get previous token: 0.009024000028148293 +Info 767 [19:41:21.240] getCompletionsAtPosition: isCompletionListBlocker: 0.004677999997511506 +Info 768 [19:41:21.240] Returning an empty list because completion was requested in an invalid position. +Info 769 [19:41:21.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 770 [19:41:21.314] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 10.768974000005983ms +Info 771 [19:41:21.314] Different program with same set of files +Info 772 [19:41:21.314] getCompletionData: Get current token: 0.0032030000002123415 +Info 773 [19:41:21.314] getCompletionData: Is inside comment: 0.007153000042308122 +Info 774 [19:41:21.314] getCompletionData: Get previous token: 0.007971999992150813 +Info 775 [19:41:21.314] getCompletionsAtPosition: isCompletionListBlocker: 0.0015920000150799751 +Info 776 [19:41:21.314] Returning an empty list because completion was requested in an invalid position. +Info 777 [19:41:21.315] Format host information updated +Info 778 [19:41:21.930] Before ensureProjectForOpenFiles: +Info 779 [19:41:21.930] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 779 [19:41:21.930] Files (65) + +Info 779 [19:41:21.930] ----------------------------------------------- +Info 779 [19:41:21.930] Project '/dev/null/inferredProject1*' (Inferred) +Info 779 [19:41:21.930] Files (121) + +Info 779 [19:41:21.930] ----------------------------------------------- +Info 779 [19:41:21.930] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 779 [19:41:21.931] Files (125) + +Info 779 [19:41:21.931] ----------------------------------------------- +Info 779 [19:41:21.931] Open files: +Info 779 [19:41:21.931] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 779 [19:41:21.931] Projects: /dev/null/inferredProject1* +Info 779 [19:41:21.931] After ensureProjectForOpenFiles: +Info 780 [19:41:21.931] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 780 [19:41:21.931] Files (65) + +Info 780 [19:41:21.931] ----------------------------------------------- +Info 780 [19:41:21.931] Project '/dev/null/inferredProject1*' (Inferred) +Info 780 [19:41:21.931] Files (121) + +Info 780 [19:41:21.931] ----------------------------------------------- +Info 780 [19:41:21.931] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 780 [19:41:21.931] Files (125) + +Info 780 [19:41:21.931] ----------------------------------------------- +Info 780 [19:41:21.931] Open files: +Info 780 [19:41:21.931] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 780 [19:41:21.931] Projects: /dev/null/inferredProject1* +Info 780 [19:41:21.931] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 781 [19:44:17.517] getCompletionData: Get current token: 0.008862000075168908 +Info 782 [19:44:17.517] getCompletionData: Is inside comment: 0.017007000045850873 +Info 783 [19:44:17.517] getCompletionData: Get previous token: 0.013700999901629984 +Info 784 [19:44:17.517] getCompletionsAtPosition: isCompletionListBlocker: 0.014586000004783273 +Info 785 [19:44:17.519] AutoImportProviderProject: found 4 root files in 4 dependencies in 0.38610000000335276 ms +Info 786 [19:44:17.519] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 787 [19:44:17.522] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 5 structureChanged: true structureIsReused:: Not Elapsed: 3.358803999959491ms +Info 788 [19:44:17.522] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 789 [19:44:17.522] Files (124) + +Info 790 [19:44:17.522] ----------------------------------------------- +Info 791 [19:44:17.522] getExportInfoMap: cache miss or empty; calculating new results +Info 792 [19:44:17.560] forEachExternalModuleToImportFrom autoImportProvider: 28.565823000040837 +Info 793 [19:44:17.560] getExportInfoMap: done in 42.30148099991493 ms +Info 794 [19:44:17.581] collectAutoImports: resolved 1 module specifiers, plus 1059 ambient and 100 from cache +Info 795 [19:44:17.581] collectAutoImports: response is complete +Info 796 [19:44:17.581] collectAutoImports: 20.730533999972977 +Info 797 [19:44:17.581] getCompletionData: Semantic work: 64.14697500003967 +Info 798 [19:44:17.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 17.240376999950968 +Info 799 [19:44:18.251] getCompletionData: Get current token: 0.014778000069782138 +Info 800 [19:44:18.251] getCompletionData: Is inside comment: 0.0027120000449940562 +Info 801 [19:44:18.251] getCompletionData: Get previous token: 0.04762600001413375 +Info 802 [19:44:18.251] getCompletionsAtPosition: isCompletionListBlocker: 0.017043999978341162 +Info 803 [19:44:18.252] getExportInfoMap: cache hit +Info 804 [19:44:18.256] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 3 from cache +Info 805 [19:44:18.256] collectAutoImports: response is complete +Info 806 [19:44:18.256] collectAutoImports: 3.3114760000025854 +Info 807 [19:44:18.256] getCompletionData: Semantic work: 4.41650299995672 +Info 808 [19:44:18.258] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2447570000076666 +Info 809 [19:44:18.325] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 810 [19:44:18.339] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 14.337028000038117ms +Info 811 [19:44:18.339] Different program with same set of files +Info 812 [19:44:18.340] getCompletionData: Get current token: 0.010255999979563057 +Info 813 [19:44:18.340] getCompletionData: Is inside comment: 0.001740999985486269 +Info 814 [19:44:18.340] getCompletionData: Get previous token: 0.03706499992404133 +Info 815 [19:44:18.340] getCompletionsAtPosition: isCompletionListBlocker: 0.009181000059470534 +Info 816 [19:44:18.340] getExportInfoMap: cache hit +Info 817 [19:44:18.342] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 818 [19:44:18.342] collectAutoImports: response is complete +Info 819 [19:44:18.342] collectAutoImports: 1.5963579999515787 +Info 820 [19:44:18.342] getCompletionData: Semantic work: 2.287696999963373 +Info 821 [19:44:18.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5889230000320822 +Info 822 [19:44:18.344] Format host information updated +Info 823 [19:44:19.186] getCompletionData: Get current token: 0.008535000029951334 +Info 824 [19:44:19.186] getCompletionData: Is inside comment: 0.016712000011466444 +Info 825 [19:44:19.186] getCompletionData: Get previous token: 0.03514099994208664 +Info 826 [19:44:19.186] getCompletionsAtPosition: isCompletionListBlocker: 0.010095999925397336 +Info 827 [19:44:19.187] getExportInfoMap: cache hit +Info 828 [19:44:19.201] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 829 [19:44:19.202] collectAutoImports: response is complete +Info 830 [19:44:19.202] collectAutoImports: 14.842890999978408 +Info 831 [19:44:19.202] getCompletionData: Semantic work: 16.087565000052564 +Info 832 [19:44:19.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.879701999947429 +Info 833 [19:44:20.585] Format host information updated +Info 834 [19:44:20.585] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 835 [19:44:20.595] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 9.118128999951296ms +Info 836 [19:44:20.595] Different program with same set of files +Info 837 [19:44:21.334] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 838 [19:44:21.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 10.583199999993667ms +Info 839 [19:44:21.344] Different program with same set of files +Info 840 [19:44:21.345] getCompletionData: Get current token: 0.007721000001765788 +Info 841 [19:44:21.345] getCompletionData: Is inside comment: 0.013033999945037067 +Info 842 [19:44:21.345] getCompletionData: Get previous token: 0.046011999947950244 +Info 843 [19:44:21.345] getCompletionsAtPosition: isCompletionListBlocker: 0.009913999936543405 +Info 844 [19:44:21.345] getExportInfoMap: cache hit +Info 845 [19:44:21.351] collectAutoImports: resolved 0 module specifiers, plus 278 ambient and 9 from cache +Info 846 [19:44:21.351] collectAutoImports: response is complete +Info 847 [19:44:21.351] collectAutoImports: 5.723274999996647 +Info 848 [19:44:21.351] getCompletionData: Semantic work: 6.436494000023231 +Info 849 [19:44:21.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7217239999445155 +Info 850 [19:44:21.357] Format host information updated +Info 851 [19:44:21.474] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 852 [19:44:21.482] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 8.228013999992982ms +Info 853 [19:44:21.482] Different program with same set of files +Info 854 [19:44:21.482] getCompletionData: Get current token: 0.008651999989524484 +Info 855 [19:44:21.482] getCompletionData: Is inside comment: 0.014530999935232103 +Info 856 [19:44:21.482] getCompletionData: Get previous token: 0.06803700001910329 +Info 857 [19:44:21.485] getCompletionsAtPosition: isCompletionListBlocker: 0.014214000082574785 +Info 858 [19:44:21.486] getExportInfoMap: cache hit +Info 859 [19:44:21.490] collectAutoImports: resolved 0 module specifiers, plus 132 ambient and 1 from cache +Info 860 [19:44:21.490] collectAutoImports: response is complete +Info 861 [19:44:21.490] collectAutoImports: 3.647350999992341 +Info 862 [19:44:21.490] getCompletionData: Semantic work: 4.607466000015847 +Info 863 [19:44:21.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7906130000483245 +Info 864 [19:44:21.493] Format host information updated +Info 865 [19:44:21.535] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 866 [19:44:21.550] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 14.57565200002864ms +Info 867 [19:44:21.550] Different program with same set of files +Info 868 [19:44:21.550] getCompletionData: Get current token: 0.008926999988034368 +Info 869 [19:44:21.550] getCompletionData: Is inside comment: 0.017102999961934984 +Info 870 [19:44:21.550] getCompletionData: Get previous token: 0.02730699989479035 +Info 871 [19:44:21.550] getCompletionsAtPosition: isCompletionListBlocker: 0.010651999968104064 +Info 872 [19:44:21.551] getExportInfoMap: cache hit +Info 873 [19:44:21.556] collectAutoImports: resolved 0 module specifiers, plus 73 ambient and 0 from cache +Info 874 [19:44:21.556] collectAutoImports: response is complete +Info 875 [19:44:21.556] collectAutoImports: 5.259623999940231 +Info 876 [19:44:21.556] getCompletionData: Semantic work: 6.178748000063933 +Info 877 [19:44:21.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2106860000640154 +Info 878 [19:44:21.560] Format host information updated +Info 879 [19:44:21.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 880 [19:44:21.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 29.015648999949917ms +Info 881 [19:44:21.741] Different program with same set of files +Info 882 [19:44:21.742] getCompletionData: Get current token: 0.03100999991875142 +Info 883 [19:44:21.742] getCompletionData: Is inside comment: 0.052072999998927116 +Info 884 [19:44:21.743] getCompletionData: Get previous token: 0.10898500005714595 +Info 885 [19:44:21.743] getCompletionsAtPosition: isCompletionListBlocker: 0.02256499999202788 +Info 886 [19:44:21.744] getExportInfoMap: cache hit +Info 887 [19:44:21.749] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 888 [19:44:21.749] collectAutoImports: response is complete +Info 889 [19:44:21.749] collectAutoImports: 4.4165999999968335 +Info 890 [19:44:21.749] getCompletionData: Semantic work: 6.190342999994755 +Info 891 [19:44:21.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.596296999952756 +Info 892 [19:44:21.753] Format host information updated +Info 893 [19:44:21.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 894 [19:44:21.784] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 9.539798000012524ms +Info 895 [19:44:21.784] Different program with same set of files +Info 896 [19:44:21.784] getCompletionData: Get current token: 0.009412999963387847 +Info 897 [19:44:21.784] getCompletionData: Is inside comment: 0.01575100002810359 +Info 898 [19:44:21.784] getCompletionData: Get previous token: 0.026136000058613718 +Info 899 [19:44:21.784] getCompletionsAtPosition: isCompletionListBlocker: 0.010297999950125813 +Info 900 [19:44:21.785] getExportInfoMap: cache hit +Info 901 [19:44:21.787] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 902 [19:44:21.787] collectAutoImports: response is complete +Info 903 [19:44:21.787] collectAutoImports: 1.8015509999822825 +Info 904 [19:44:21.787] getCompletionData: Semantic work: 2.4670319999568164 +Info 905 [19:44:21.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4019160000607371 +Info 906 [19:44:21.791] Format host information updated +Info 907 [19:44:21.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 908 [19:44:21.994] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 10.103849000064656ms +Info 909 [19:44:21.994] Different program with same set of files +Info 910 [19:44:21.994] getCompletionData: Get current token: 0.03851300000678748 +Info 911 [19:44:21.995] getCompletionData: Is inside comment: 0.022166000097058713 +Info 912 [19:44:21.995] getCompletionData: Get previous token: 0.018564000027254224 +Info 913 [19:44:21.995] getCompletionsAtPosition: isCompletionListBlocker: 0.0038240000139921904 +Info 914 [19:44:21.996] getCompletionData: Semantic work: 1.4934229999780655 +Info 915 [19:44:21.997] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8326750000705943 +Info 916 [19:44:21.998] Format host information updated +Info 917 [19:44:22.452] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 918 [19:44:22.459] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 7.444917000015266ms +Info 919 [19:44:22.459] Different program with same set of files +Info 920 [19:44:22.460] getCompletionData: Get current token: 0.006060000043362379 +Info 921 [19:44:22.460] getCompletionData: Is inside comment: 0.016917999950237572 +Info 922 [19:44:22.460] getCompletionData: Get previous token: 0.02673399995546788 +Info 923 [19:44:22.460] getCompletionsAtPosition: isCompletionListBlocker: 0.0069549999898299575 +Info 924 [19:44:22.460] getCompletionData: Semantic work: 0.7637779999058694 +Info 925 [19:44:22.462] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5042339999927208 +Info 926 [19:44:22.463] Format host information updated +Info 927 [19:44:22.541] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 928 [19:44:22.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 9.580823000054806ms +Info 929 [19:44:22.551] Different program with same set of files +Info 930 [19:44:22.551] getCompletionData: Get current token: 0.0053449999541044235 +Info 931 [19:44:22.551] getCompletionData: Is inside comment: 0.014100000029429793 +Info 932 [19:44:22.551] getCompletionData: Get previous token: 0.023319999920204282 +Info 933 [19:44:22.551] getCompletionsAtPosition: isCompletionListBlocker: 0.005303999991156161 +Info 934 [19:44:22.552] getCompletionData: Semantic work: 0.6563350000651553 +Info 935 [19:44:22.553] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9986079999944195 +Info 936 [19:44:22.553] Format host information updated +Info 937 [19:44:22.653] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 938 [19:44:22.661] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 7.378169000032358ms +Info 939 [19:44:22.661] Different program with same set of files +Info 940 [19:44:22.661] getCompletionData: Get current token: 0.006509999977424741 +Info 941 [19:44:22.661] getCompletionData: Is inside comment: 0.018463000073097646 +Info 942 [19:44:22.661] getCompletionData: Get previous token: 0.030725000076927245 +Info 943 [19:44:22.661] getCompletionsAtPosition: isCompletionListBlocker: 0.0040550000267103314 +Info 944 [19:44:22.662] getCompletionData: Semantic work: 0.8292389999842271 +Info 945 [19:44:22.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7932190001010895 +Info 946 [19:44:22.663] Format host information updated +Info 947 [19:44:22.968] Format host information updated +Info 948 [19:44:22.969] getCompletionData: Get current token: 0.014665999915450811 +Info 949 [19:44:22.969] getCompletionData: Is inside comment: 0.02284500002861023 +Info 950 [19:44:22.969] getCompletionData: Get previous token: 0.022921999916434288 +Info 951 [19:44:22.969] getCompletionsAtPosition: isCompletionListBlocker: 0.0030450000194832683 +Info 952 [19:44:22.969] getCompletionData: Semantic work: 0.2916599999880418 +Info 953 [19:44:24.813] Format host information updated +Info 954 [19:44:24.813] getCompletionData: Get current token: 0.011501000029966235 +Info 955 [19:44:24.813] getCompletionData: Is inside comment: 0.02442300005350262 +Info 956 [19:44:24.814] getCompletionData: Get previous token: 0.021441999939270318 +Info 957 [19:44:24.814] getCompletionsAtPosition: isCompletionListBlocker: 0.0031220000237226486 +Info 958 [19:44:24.814] getCompletionData: Semantic work: 0.24053800001274794 +Info 959 [19:44:24.875] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 960 [19:44:24.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 7.465328000020236ms +Info 961 [19:44:24.882] Different program with same set of files +Info 962 [19:44:24.882] getCompletionData: Get current token: 0.005004000035114586 +Info 963 [19:44:24.882] getCompletionData: Is inside comment: 0.013850999996066093 +Info 964 [19:44:24.882] getCompletionData: Get previous token: 0.010771999950520694 +Info 965 [19:44:24.882] getCompletionsAtPosition: isCompletionListBlocker: 0.004338999977335334 +Info 966 [19:44:24.883] getExportInfoMap: cache hit +Info 967 [19:44:24.897] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 968 [19:44:24.897] collectAutoImports: response is complete +Info 969 [19:44:24.897] collectAutoImports: 14.37384400004521 +Info 970 [19:44:24.897] getCompletionData: Semantic work: 14.9653849999886 +Info 971 [19:44:24.905] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.707295999978669 +Info 972 [19:44:24.911] Format host information updated +Info 973 [19:44:24.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 974 [19:44:24.948] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 11.262371000018902ms +Info 975 [19:44:24.948] Different program with same set of files +Info 976 [19:44:24.948] getCompletionData: Get current token: 0.005674000014550984 +Info 977 [19:44:24.948] getCompletionData: Is inside comment: 0.014326000004075468 +Info 978 [19:44:24.948] getCompletionData: Get previous token: 0.010976999998092651 +Info 979 [19:44:24.948] getCompletionsAtPosition: isCompletionListBlocker: 0.009235000004991889 +Info 980 [19:44:24.949] getExportInfoMap: cache hit +Info 981 [19:44:24.960] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 982 [19:44:24.960] collectAutoImports: response is complete +Info 983 [19:44:24.960] collectAutoImports: 10.931007999926805 +Info 984 [19:44:24.960] getCompletionData: Semantic work: 11.615435000043362 +Info 985 [19:44:24.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.391850000014529 +Info 986 [19:44:24.974] Format host information updated +Info 987 [19:44:26.436] Format host information updated +Info 988 [19:44:26.436] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 989 [19:44:26.443] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 7.549585000029765ms +Info 990 [19:44:26.443] Different program with same set of files +Info 991 [19:44:26.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 992 [19:44:26.925] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 7.884429999976419ms +Info 993 [19:44:26.925] Different program with same set of files +Info 994 [19:44:26.925] getCompletionData: Get current token: 0.008421999984420836 +Info 995 [19:44:26.925] getCompletionData: Is inside comment: 0.012252000044099987 +Info 996 [19:44:26.925] getCompletionData: Get previous token: 0.01883099996484816 +Info 997 [19:44:26.925] getCompletionsAtPosition: isCompletionListBlocker: 0.008151000016368926 +Info 998 [19:44:26.926] getExportInfoMap: cache hit +Info 999 [19:44:26.928] collectAutoImports: resolved 0 module specifiers, plus 40 ambient and 4 from cache +Info 1000 [19:44:26.928] collectAutoImports: response is complete +Info 1001 [19:44:26.928] collectAutoImports: 2.7273699999786913 +Info 1002 [19:44:26.928] getCompletionData: Semantic work: 3.317083000089042 +Info 1003 [19:44:26.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6310420000227168 +Info 1004 [19:44:26.931] Format host information updated +Info 1005 [19:44:26.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1006 [19:44:26.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 11.826962000108324ms +Info 1007 [19:44:26.997] Different program with same set of files +Info 1008 [19:44:26.997] getCompletionData: Get current token: 0.010950000025331974 +Info 1009 [19:44:26.997] getCompletionData: Is inside comment: 0.017482000053860247 +Info 1010 [19:44:26.997] getCompletionData: Get previous token: 0.02593999996315688 +Info 1011 [19:44:26.997] getCompletionsAtPosition: isCompletionListBlocker: 0.011928000021725893 +Info 1012 [19:44:26.998] getExportInfoMap: cache hit +Info 1013 [19:44:27.000] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 1 from cache +Info 1014 [19:44:27.000] collectAutoImports: response is complete +Info 1015 [19:44:27.000] collectAutoImports: 2.457596999942325 +Info 1016 [19:44:27.000] getCompletionData: Semantic work: 3.2865299999248236 +Info 1017 [19:44:27.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6743749999441206 +Info 1018 [19:44:27.003] Format host information updated +Info 1019 [19:44:27.045] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1020 [19:44:27.052] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 7.259701999952085ms +Info 1021 [19:44:27.052] Different program with same set of files +Info 1022 [19:44:27.052] getCompletionData: Get current token: 0.008349000010639429 +Info 1023 [19:44:27.052] getCompletionData: Is inside comment: 0.012596999993547797 +Info 1024 [19:44:27.052] getCompletionData: Get previous token: 0.018708999967202544 +Info 1025 [19:44:27.053] getCompletionsAtPosition: isCompletionListBlocker: 0.008486000006087124 +Info 1026 [19:44:27.053] getExportInfoMap: cache hit +Info 1027 [19:44:27.055] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 1028 [19:44:27.055] collectAutoImports: response is complete +Info 1029 [19:44:27.055] collectAutoImports: 1.735899000079371 +Info 1030 [19:44:27.055] getCompletionData: Semantic work: 2.3582370000658557 +Info 1031 [19:44:27.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4482410000637174 +Info 1032 [19:44:27.059] Format host information updated +Info 1033 [19:44:27.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1034 [19:44:27.115] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 9.558274999959394ms +Info 1035 [19:44:27.115] Different program with same set of files +Info 1036 [19:44:27.115] getCompletionData: Get current token: 0.009358000010251999 +Info 1037 [19:44:27.115] getCompletionData: Is inside comment: 0.013785999966785312 +Info 1038 [19:44:27.115] getCompletionData: Get previous token: 0.021490000071935356 +Info 1039 [19:44:27.115] getCompletionsAtPosition: isCompletionListBlocker: 0.010731999995186925 +Info 1040 [19:44:27.116] getExportInfoMap: cache hit +Info 1041 [19:44:27.118] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1042 [19:44:27.118] collectAutoImports: response is complete +Info 1043 [19:44:27.118] collectAutoImports: 1.8623229999793693 +Info 1044 [19:44:27.118] getCompletionData: Semantic work: 2.5752149999607354 +Info 1045 [19:44:27.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3059880000073463 +Info 1046 [19:44:27.120] Format host information updated +Info 1047 [19:44:27.168] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1048 [19:44:27.182] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 13.987532999948598ms +Info 1049 [19:44:27.182] Different program with same set of files +Info 1050 [19:44:27.182] getCompletionData: Get current token: 0.007713999948464334 +Info 1051 [19:44:27.182] getCompletionData: Is inside comment: 0.01078899996355176 +Info 1052 [19:44:27.182] getCompletionData: Get previous token: 0.017036000033840537 +Info 1053 [19:44:27.182] getCompletionsAtPosition: isCompletionListBlocker: 0.008769000065512955 +Info 1054 [19:44:27.183] getExportInfoMap: cache hit +Info 1055 [19:44:27.184] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1056 [19:44:27.184] collectAutoImports: response is complete +Info 1057 [19:44:27.184] collectAutoImports: 1.4280159999616444 +Info 1058 [19:44:27.184] getCompletionData: Semantic work: 2.277172000030987 +Info 1059 [19:44:27.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2166039999574423 +Info 1060 [19:44:27.190] Format host information updated +Info 1061 [19:44:27.535] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1062 [19:44:27.542] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 7.388147999998182ms +Info 1063 [19:44:27.542] Different program with same set of files +Info 1064 [19:44:27.543] getCompletionData: Get current token: 0.00785699998959899 +Info 1065 [19:44:27.543] getCompletionData: Is inside comment: 0.01043200003914535 +Info 1066 [19:44:27.543] getCompletionData: Get previous token: 0.016322000068612397 +Info 1067 [19:44:27.543] getCompletionsAtPosition: isCompletionListBlocker: 0.00932400010060519 +Info 1068 [19:44:27.543] getExportInfoMap: cache hit +Info 1069 [19:44:27.545] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1070 [19:44:27.545] collectAutoImports: response is complete +Info 1071 [19:44:27.545] collectAutoImports: 1.4314310000045225 +Info 1072 [19:44:27.545] getCompletionData: Semantic work: 2.112940000020899 +Info 1073 [19:44:27.546] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0164880000520498 +Info 1074 [19:44:27.547] Format host information updated +Info 1075 [19:44:27.606] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1076 [19:44:27.616] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 9.30946599994786ms +Info 1077 [19:44:27.616] Different program with same set of files +Info 1078 [19:44:27.616] getCompletionData: Get current token: 0.007458999985828996 +Info 1079 [19:44:27.616] getCompletionData: Is inside comment: 0.01147799997124821 +Info 1080 [19:44:27.616] getCompletionData: Get previous token: 0.019901999970898032 +Info 1081 [19:44:27.616] getCompletionsAtPosition: isCompletionListBlocker: 0.009196999948471785 +Info 1082 [19:44:27.617] getExportInfoMap: cache hit +Info 1083 [19:44:27.629] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1084 [19:44:27.630] collectAutoImports: response is complete +Info 1085 [19:44:27.630] collectAutoImports: 12.718121999991126 +Info 1086 [19:44:27.630] getCompletionData: Semantic work: 13.31457400007639 +Info 1087 [19:44:27.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.850902000092901 +Info 1088 [19:44:27.644] Format host information updated +Info 1089 [19:44:27.742] Format host information updated +Info 1090 [19:44:27.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1091 [19:44:27.749] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 7.111944999895059ms +Info 1092 [19:44:27.749] Different program with same set of files +Info 1093 [19:44:28.117] Format host information updated +Info 1094 [19:44:28.117] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1095 [19:44:28.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 7.168751999968663ms +Info 1096 [19:44:28.124] Different program with same set of files +Info 1097 [19:44:28.442] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1098 [19:44:28.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 9.880256999982521ms +Info 1099 [19:44:28.452] Different program with same set of files +Info 1100 [19:44:28.452] getCompletionData: Get current token: 0.006341000087559223 +Info 1101 [19:44:28.452] getCompletionData: Is inside comment: 0.011583999963477254 +Info 1102 [19:44:28.452] getCompletionData: Get previous token: 0.02087999996729195 +Info 1103 [19:44:28.452] getCompletionsAtPosition: isCompletionListBlocker: 0.010617000050842762 +Info 1104 [19:44:28.453] getExportInfoMap: cache hit +Info 1105 [19:44:28.458] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 17 from cache +Info 1106 [19:44:28.458] collectAutoImports: response is complete +Info 1107 [19:44:28.458] collectAutoImports: 5.217708999989554 +Info 1108 [19:44:28.458] getCompletionData: Semantic work: 5.894990000058897 +Info 1109 [19:44:28.461] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6733620000304654 +Info 1110 [19:44:28.463] Format host information updated +Info 1111 [19:44:28.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1112 [19:44:28.590] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 9.436591999954544ms +Info 1113 [19:44:28.590] Different program with same set of files +Info 1114 [19:44:28.591] getCompletionData: Get current token: 0.007319999975152314 +Info 1115 [19:44:28.591] getCompletionData: Is inside comment: 0.012752000009641051 +Info 1116 [19:44:28.591] getCompletionData: Get previous token: 0.021496000001206994 +Info 1117 [19:44:28.591] getCompletionsAtPosition: isCompletionListBlocker: 0.011341999983415008 +Info 1118 [19:44:28.591] getExportInfoMap: cache hit +Info 1119 [19:44:28.596] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 1120 [19:44:28.596] collectAutoImports: response is complete +Info 1121 [19:44:28.596] collectAutoImports: 4.442480999976397 +Info 1122 [19:44:28.596] getCompletionData: Semantic work: 5.171092999982648 +Info 1123 [19:44:28.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2058470000047237 +Info 1124 [19:44:28.600] Format host information updated +Info 1125 [19:44:28.689] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1126 [19:44:28.699] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 9.764322999981232ms +Info 1127 [19:44:28.699] Different program with same set of files +Info 1128 [19:44:28.699] getCompletionData: Get current token: 0.008732000016607344 +Info 1129 [19:44:28.699] getCompletionData: Is inside comment: 0.017001000000163913 +Info 1130 [19:44:28.699] getCompletionData: Get previous token: 0.028497999999672174 +Info 1131 [19:44:28.700] getCompletionsAtPosition: isCompletionListBlocker: 0.012945999973453581 +Info 1132 [19:44:28.700] getExportInfoMap: cache hit +Info 1133 [19:44:28.704] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 1134 [19:44:28.704] collectAutoImports: response is complete +Info 1135 [19:44:28.704] collectAutoImports: 4.0107269999571145 +Info 1136 [19:44:28.704] getCompletionData: Semantic work: 4.855504999984987 +Info 1137 [19:44:28.709] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.394346999935806 +Info 1138 [19:44:28.710] Format host information updated +Info 1139 [19:44:28.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1140 [19:44:28.770] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 11.560737999971025ms +Info 1141 [19:44:28.770] Different program with same set of files +Info 1142 [19:44:28.771] getCompletionData: Get current token: 0.007083000033162534 +Info 1143 [19:44:28.771] getCompletionData: Is inside comment: 0.013482999987900257 +Info 1144 [19:44:28.771] getCompletionData: Get previous token: 0.021901999949477613 +Info 1145 [19:44:28.771] getCompletionsAtPosition: isCompletionListBlocker: 0.010534000000916421 +Info 1146 [19:44:28.771] getExportInfoMap: cache hit +Info 1147 [19:44:28.786] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1148 [19:44:28.786] collectAutoImports: response is complete +Info 1149 [19:44:28.786] collectAutoImports: 14.102742999908514 +Info 1150 [19:44:28.786] getCompletionData: Semantic work: 14.753810000023805 +Info 1151 [19:44:28.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.673255000030622 +Info 1152 [19:44:28.800] Format host information updated +Info 1153 [19:44:28.820] Format host information updated +Info 1154 [19:44:28.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1155 [19:44:28.829] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 8.486233000061475ms +Info 1156 [19:44:28.829] Different program with same set of files +Info 1157 [19:44:33.526] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1158 [19:44:33.533] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 6.835061999969184ms +Info 1159 [19:44:33.533] Different program with same set of files +Info 1160 [19:44:33.533] getCompletionData: Get current token: 0.005861000041477382 +Info 1161 [19:44:33.533] getCompletionData: Is inside comment: 0.010623999987728894 +Info 1162 [19:44:33.533] getCompletionData: Get previous token: 0.015076000010594726 +Info 1163 [19:44:33.533] getCompletionsAtPosition: isCompletionListBlocker: 0.0020379999186843634 +Info 1164 [19:44:33.533] Returning an empty list because completion was requested in an invalid position. +Info 1165 [19:44:33.533] Format host information updated +Info 1166 [19:44:34.040] Format host information updated +Info 1167 [19:44:34.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1168 [19:44:34.047] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 6.652318999986164ms +Info 1169 [19:44:34.047] Different program with same set of files +Info 1170 [19:44:34.690] Format host information updated +Info 1171 [19:44:34.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1172 [19:44:34.700] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 9.807596999919042ms +Info 1173 [19:44:34.700] Different program with same set of files +Info 1174 [19:44:34.883] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1175 [19:44:34.894] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 10.68866599991452ms +Info 1176 [19:44:34.894] Different program with same set of files +Info 1177 [19:44:34.894] getCompletionData: Get current token: 0.010661000036634505 +Info 1178 [19:44:34.894] getCompletionData: Is inside comment: 0.0210120000410825 +Info 1179 [19:44:34.894] getCompletionData: Get previous token: 0.036053999909199774 +Info 1180 [19:44:34.894] getCompletionsAtPosition: isCompletionListBlocker: 0.014007999910973012 +Info 1181 [19:44:34.895] getExportInfoMap: cache hit +Info 1182 [19:44:34.899] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 3 from cache +Info 1183 [19:44:34.899] collectAutoImports: response is complete +Info 1184 [19:44:34.899] collectAutoImports: 3.793026000028476 +Info 1185 [19:44:34.899] getCompletionData: Semantic work: 4.924358000047505 +Info 1186 [19:44:34.901] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.100395999965258 +Info 1187 [19:44:34.905] Format host information updated +Info 1188 [19:44:34.966] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1189 [19:44:34.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 10.494623000035062ms +Info 1190 [19:44:34.976] Different program with same set of files +Info 1191 [19:44:34.977] getCompletionData: Get current token: 0.010770999942906201 +Info 1192 [19:44:34.977] getCompletionData: Is inside comment: 0.01971099991351366 +Info 1193 [19:44:34.977] getCompletionData: Get previous token: 0.034146999940276146 +Info 1194 [19:44:34.977] getCompletionsAtPosition: isCompletionListBlocker: 0.013550999923609197 +Info 1195 [19:44:34.978] getExportInfoMap: cache hit +Info 1196 [19:44:34.982] collectAutoImports: resolved 0 module specifiers, plus 34 ambient and 0 from cache +Info 1197 [19:44:34.982] collectAutoImports: response is complete +Info 1198 [19:44:34.982] collectAutoImports: 3.8746830000309274 +Info 1199 [19:44:34.982] getCompletionData: Semantic work: 4.788100000005215 +Info 1200 [19:44:34.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5840140000218526 +Info 1201 [19:44:34.986] Format host information updated +Info 1202 [19:44:35.061] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1203 [19:44:35.075] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 14.121411000029184ms +Info 1204 [19:44:35.075] Different program with same set of files +Info 1205 [19:44:35.076] getCompletionData: Get current token: 0.01483700005337596 +Info 1206 [19:44:35.076] getCompletionData: Is inside comment: 0.027400000020861626 +Info 1207 [19:44:35.076] getCompletionData: Get previous token: 0.04274399997666478 +Info 1208 [19:44:35.076] getCompletionsAtPosition: isCompletionListBlocker: 0.02069200004916638 +Info 1209 [19:44:35.077] getExportInfoMap: cache hit +Info 1210 [19:44:35.081] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 1211 [19:44:35.082] collectAutoImports: response is complete +Info 1212 [19:44:35.082] collectAutoImports: 4.078501000069082 +Info 1213 [19:44:35.082] getCompletionData: Semantic work: 5.641485000029206 +Info 1214 [19:44:35.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4693749999860302 +Info 1215 [19:44:35.084] Format host information updated +Info 1216 [19:44:35.123] Format host information updated +Info 1217 [19:44:35.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1218 [19:44:35.133] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 9.32930900005158ms +Info 1219 [19:44:35.133] Different program with same set of files +Info 1220 [19:44:35.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1221 [19:44:35.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 6.651538999984041ms +Info 1222 [19:44:35.288] Different program with same set of files +Info 1223 [19:44:35.288] getCompletionData: Get current token: 0.00697400001809001 +Info 1224 [19:44:35.288] getCompletionData: Is inside comment: 0.012664999929256737 +Info 1225 [19:44:35.288] getCompletionData: Get previous token: 0.017980000004172325 +Info 1226 [19:44:35.288] getCompletionsAtPosition: isCompletionListBlocker: 0.002111000008881092 +Info 1227 [19:44:35.288] Returning an empty list because completion was requested in an invalid position. +Info 1228 [19:44:35.288] Format host information updated +Info 1229 [19:44:35.369] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1230 [19:44:35.384] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 15.427422999986447ms +Info 1231 [19:44:35.384] Different program with same set of files +Info 1232 [19:44:35.385] getCompletionData: Get current token: 0.007268000044859946 +Info 1233 [19:44:35.385] getCompletionData: Is inside comment: 0.013582999934442341 +Info 1234 [19:44:35.385] getCompletionData: Get previous token: 0.020644999924115837 +Info 1235 [19:44:35.385] getCompletionsAtPosition: isCompletionListBlocker: 0.0017060000682249665 +Info 1236 [19:44:35.385] Returning an empty list because completion was requested in an invalid position. +Info 1237 [19:44:35.385] Format host information updated +Info 1238 [19:44:35.459] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1239 [19:44:35.479] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 20.059683999978006ms +Info 1240 [19:44:35.479] Different program with same set of files +Info 1241 [19:44:35.480] getCompletionData: Get current token: 0.011017999961040914 +Info 1242 [19:44:35.480] getCompletionData: Is inside comment: 0.028415000066161156 +Info 1243 [19:44:35.480] getCompletionData: Get previous token: 0.04309799999464303 +Info 1244 [19:44:35.480] getCompletionsAtPosition: isCompletionListBlocker: 0.0037860000738874078 +Info 1245 [19:44:35.480] Returning an empty list because completion was requested in an invalid position. +Info 1246 [19:44:35.480] Format host information updated +Info 1247 [19:44:35.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1248 [19:44:35.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 8.766216000076383ms +Info 1249 [19:44:35.587] Different program with same set of files +Info 1250 [19:44:35.587] getCompletionData: Get current token: 0.0064860000275075436 +Info 1251 [19:44:35.587] getCompletionData: Is inside comment: 0.017921000020578504 +Info 1252 [19:44:35.587] getCompletionData: Get previous token: 0.027040000073611736 +Info 1253 [19:44:35.587] getCompletionsAtPosition: isCompletionListBlocker: 0.0023499999660998583 +Info 1254 [19:44:35.587] Returning an empty list because completion was requested in an invalid position. +Info 1255 [19:44:35.588] Format host information updated +Info 1256 [19:44:35.709] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1257 [19:44:35.739] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 29.37729199999012ms +Info 1258 [19:44:35.739] Different program with same set of files +Info 1259 [19:44:35.739] getCompletionData: Get current token: 0.008878999971784651 +Info 1260 [19:44:35.739] getCompletionData: Is inside comment: 0.024289000080898404 +Info 1261 [19:44:35.739] getCompletionData: Get previous token: 0.03615299996454269 +Info 1262 [19:44:35.740] getCompletionsAtPosition: isCompletionListBlocker: 0.0027759999502450228 +Info 1263 [19:44:35.740] Returning an empty list because completion was requested in an invalid position. +Info 1264 [19:44:35.740] Format host information updated +Info 1265 [19:44:35.770] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1266 [19:44:35.779] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 9.121525000082329ms +Info 1267 [19:44:35.779] Different program with same set of files +Info 1268 [19:44:35.779] getCompletionData: Get current token: 0.005088999983854592 +Info 1269 [19:44:35.779] getCompletionData: Is inside comment: 0.013497999985702336 +Info 1270 [19:44:35.779] getCompletionData: Get previous token: 0.035337000037543476 +Info 1271 [19:44:35.779] getCompletionsAtPosition: isCompletionListBlocker: 0.0017999999690800905 +Info 1272 [19:44:35.779] Returning an empty list because completion was requested in an invalid position. +Info 1273 [19:44:35.780] Format host information updated +Info 1274 [19:44:36.602] Format host information updated +Info 1275 [19:44:36.602] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1276 [19:44:36.611] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 8.3106619999744ms +Info 1277 [19:44:36.611] Different program with same set of files +Info 1278 [19:44:37.309] Format host information updated +Info 1279 [19:44:37.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1280 [19:44:37.317] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 7.8741819999413565ms +Info 1281 [19:44:37.317] Different program with same set of files +Info 1282 [19:44:39.350] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1283 [19:44:39.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 10.293239000020549ms +Info 1284 [19:44:39.360] Different program with same set of files +Info 1285 [19:44:39.360] getCompletionData: Get current token: 0.005042999982833862 +Info 1286 [19:44:39.360] getCompletionData: Is inside comment: 0.012800999917089939 +Info 1287 [19:44:39.360] getCompletionData: Get previous token: 0.020237000077031553 +Info 1288 [19:44:39.360] getCompletionsAtPosition: isCompletionListBlocker: 0.003963999915868044 +Info 1289 [19:44:39.361] getCompletionData: Semantic work: 0.7759010000154376 +Info 1290 [19:44:39.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8587749999715015 +Info 1291 [19:44:39.363] Format host information updated +Info 1292 [19:44:39.870] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1293 [19:44:39.878] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 7.677231000037864ms +Info 1294 [19:44:39.878] Different program with same set of files +Info 1295 [19:44:39.878] getCompletionData: Get current token: 0.004697000025771558 +Info 1296 [19:44:39.878] getCompletionData: Is inside comment: 0.012036000029183924 +Info 1297 [19:44:39.878] getCompletionData: Get previous token: 0.018982999958097935 +Info 1298 [19:44:39.878] getCompletionsAtPosition: isCompletionListBlocker: 0.00330400001257658 +Info 1299 [19:44:39.879] getCompletionData: Semantic work: 0.6045610000146553 +Info 1300 [19:44:39.880] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2102510000113398 +Info 1301 [19:44:39.881] Format host information updated +Info 1302 [19:44:40.062] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1303 [19:44:40.070] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 8.610480999923311ms +Info 1304 [19:44:40.070] Different program with same set of files +Info 1305 [19:44:40.070] getCompletionData: Get current token: 0.005126000032760203 +Info 1306 [19:44:40.070] getCompletionData: Is inside comment: 0.013317000004462898 +Info 1307 [19:44:40.071] getCompletionData: Get previous token: 0.02064500004053116 +Info 1308 [19:44:40.071] getCompletionsAtPosition: isCompletionListBlocker: 0.003157000057399273 +Info 1309 [19:44:40.071] getCompletionData: Semantic work: 0.6565029999474064 +Info 1310 [19:44:40.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.00886000005994 +Info 1311 [19:44:40.074] Format host information updated +Info 1312 [19:44:40.338] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1313 [19:44:40.349] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 10.591645000036806ms +Info 1314 [19:44:40.349] Different program with same set of files +Info 1315 [19:44:40.349] getCompletionData: Get current token: 0.008740999968722463 +Info 1316 [19:44:40.349] getCompletionData: Is inside comment: 0.02202100004069507 +Info 1317 [19:44:40.349] getCompletionData: Get previous token: 0.034533999976702034 +Info 1318 [19:44:40.349] getCompletionsAtPosition: isCompletionListBlocker: 0.00439300003927201 +Info 1319 [19:44:40.350] getCompletionData: Semantic work: 0.9854429999832064 +Info 1320 [19:44:40.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.34735100006219 +Info 1321 [19:44:40.353] Format host information updated +Info 1322 [19:44:40.482] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1323 [19:44:40.512] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 29.264174000010826ms +Info 1324 [19:44:40.512] Different program with same set of files +Info 1325 [19:44:40.513] getCompletionData: Get current token: 0.06842200004030019 +Info 1326 [19:44:40.513] getCompletionData: Is inside comment: 0.06609600002411753 +Info 1327 [19:44:40.513] getCompletionData: Get previous token: 0.09829600004013628 +Info 1328 [19:44:40.513] getCompletionsAtPosition: isCompletionListBlocker: 0.011867000022903085 +Info 1329 [19:44:40.516] getCompletionData: Semantic work: 2.363729999982752 +Info 1330 [19:44:40.518] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4877850000048056 +Info 1331 [19:44:40.520] Format host information updated +Info 1332 [19:44:41.077] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1333 [19:44:41.089] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 12.0039879999822ms +Info 1334 [19:44:41.089] Different program with same set of files +Info 1335 [19:44:41.090] getCompletionData: Get current token: 0.005863000056706369 +Info 1336 [19:44:41.090] getCompletionData: Is inside comment: 0.013798999949358404 +Info 1337 [19:44:41.090] getCompletionData: Get previous token: 0.010603000060655177 +Info 1338 [19:44:41.090] getCompletionsAtPosition: isCompletionListBlocker: 0.003420000080950558 +Info 1339 [19:44:41.090] getCompletionData: Semantic work: 0.6477419999428093 +Info 1340 [19:44:41.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6235229999292642 +Info 1341 [19:44:41.092] Format host information updated +Info 1342 [19:44:41.268] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1343 [19:44:41.275] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 7.237215999979526ms +Info 1344 [19:44:41.275] Different program with same set of files +Info 1345 [19:44:41.276] getCompletionData: Get current token: 0.005480000050738454 +Info 1346 [19:44:41.276] getCompletionData: Is inside comment: 0.014125999994575977 +Info 1347 [19:44:41.276] getCompletionData: Get previous token: 0.021810999955050647 +Info 1348 [19:44:41.276] getCompletionsAtPosition: isCompletionListBlocker: 0.0037560000782832503 +Info 1349 [19:44:41.276] getCompletionData: Semantic work: 0.6778949999716133 +Info 1350 [19:44:41.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1356950000626966 +Info 1351 [19:44:41.278] Format host information updated +Info 1352 [19:44:41.332] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1353 [19:44:41.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 11.998714999994263ms +Info 1354 [19:44:41.344] Different program with same set of files +Info 1355 [19:44:41.344] getCompletionData: Get current token: 0.009993000072427094 +Info 1356 [19:44:41.344] getCompletionData: Is inside comment: 0.025831999955698848 +Info 1357 [19:44:41.344] getCompletionData: Get previous token: 0.04212499991990626 +Info 1358 [19:44:41.344] getCompletionsAtPosition: isCompletionListBlocker: 0.005104999989271164 +Info 1359 [19:44:41.345] getCompletionData: Semantic work: 1.0676270000403747 +Info 1360 [19:44:41.347] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7668779999949038 +Info 1361 [19:44:41.348] Format host information updated +Info 1362 [19:44:41.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1363 [19:44:41.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 18.75273599999491ms +Info 1364 [19:44:41.490] Different program with same set of files +Info 1365 [19:44:41.490] getCompletionData: Get current token: 0.014293999993242323 +Info 1366 [19:44:41.490] getCompletionData: Is inside comment: 0.08135300001595169 +Info 1367 [19:44:41.490] getCompletionData: Get previous token: 0.050506999948993325 +Info 1368 [19:44:41.490] getCompletionsAtPosition: isCompletionListBlocker: 0.006677999976091087 +Info 1369 [19:44:41.492] getCompletionData: Semantic work: 1.4524809999857098 +Info 1370 [19:44:41.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.360988000058569 +Info 1371 [19:44:41.496] Format host information updated +Info 1372 [19:44:41.606] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1373 [19:44:41.620] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 13.574263999937102ms +Info 1374 [19:44:41.620] Different program with same set of files +Info 1375 [19:44:41.620] getCompletionData: Get current token: 0.011226999922655523 +Info 1376 [19:44:41.620] getCompletionData: Is inside comment: 0.024237000034190714 +Info 1377 [19:44:41.620] getCompletionData: Get previous token: 0.035048000048846006 +Info 1378 [19:44:41.620] getCompletionsAtPosition: isCompletionListBlocker: 0.005547999986447394 +Info 1379 [19:44:41.621] getCompletionData: Semantic work: 1.168453999911435 +Info 1380 [19:44:41.623] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6425309999613091 +Info 1381 [19:44:41.624] Format host information updated +Info 1382 [19:44:41.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1383 [19:44:41.770] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 27.931344000040554ms +Info 1384 [19:44:41.770] Different program with same set of files +Info 1385 [19:44:41.771] getCompletionData: Get current token: 0.026091999956406653 +Info 1386 [19:44:41.771] getCompletionData: Is inside comment: 0.050220999983139336 +Info 1387 [19:44:41.771] getCompletionData: Get previous token: 0.07486699998844415 +Info 1388 [19:44:41.771] getCompletionsAtPosition: isCompletionListBlocker: 0.01023500005248934 +Info 1389 [19:44:41.773] getCompletionData: Semantic work: 2.112208000035025 +Info 1390 [19:44:41.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.199064999935217 +Info 1391 [19:44:41.778] Format host information updated +Info 1392 [19:44:41.804] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1393 [19:44:41.813] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 9.383365000016056ms +Info 1394 [19:44:41.813] Different program with same set of files +Info 1395 [19:44:41.813] getCompletionData: Get current token: 0.005080000031739473 +Info 1396 [19:44:41.814] getCompletionData: Is inside comment: 0.010160000063478947 +Info 1397 [19:44:41.814] getCompletionData: Get previous token: 0.015415000030770898 +Info 1398 [19:44:41.814] getCompletionsAtPosition: isCompletionListBlocker: 0.003733999910764396 +Info 1399 [19:44:41.814] getCompletionData: Semantic work: 0.5743099999381229 +Info 1400 [19:44:41.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6637270000064746 +Info 1401 [19:44:41.815] Format host information updated +Info 1402 [19:44:42.012] Format host information updated +Info 1403 [19:44:42.013] getCompletionData: Get current token: 0.010941999964416027 +Info 1404 [19:44:42.013] getCompletionData: Is inside comment: 0.013800000073388219 +Info 1405 [19:44:42.013] getCompletionData: Get previous token: 0.015647999942302704 +Info 1406 [19:44:42.013] getCompletionsAtPosition: isCompletionListBlocker: 0.0029279999434947968 +Info 1407 [19:44:42.013] getCompletionData: Semantic work: 0.2679479999933392 +Info 1408 [19:44:42.593] Format host information updated +Info 1409 [19:44:42.594] Format host information updated +Info 1410 [19:44:42.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1411 [19:44:42.602] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 8.390654999995604ms +Info 1412 [19:44:42.602] Different program with same set of files +Info 1413 [19:44:42.602] getCompletionData: Get current token: 0.005430000019259751 +Info 1414 [19:44:42.602] getCompletionData: Is inside comment: 0.012061999994330108 +Info 1415 [19:44:42.602] getCompletionData: Get previous token: 0.009085000026971102 +Info 1416 [19:44:42.603] getCompletionsAtPosition: isCompletionListBlocker: 0.008054999983869493 +Info 1417 [19:44:42.603] getExportInfoMap: cache hit +Info 1418 [19:44:42.621] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1419 [19:44:42.621] collectAutoImports: response is complete +Info 1420 [19:44:42.621] collectAutoImports: 17.23513499996625 +Info 1421 [19:44:42.621] getCompletionData: Semantic work: 18.124037000001408 +Info 1422 [19:44:42.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.457890000077896 +Info 1423 [19:44:42.637] getCompletionData: Get current token: 0.016506000072695315 +Info 1424 [19:44:42.637] getCompletionData: Is inside comment: 0.007115000043995678 +Info 1425 [19:44:42.637] getCompletionData: Get previous token: 0.019767000107094646 +Info 1426 [19:44:42.637] getCompletionsAtPosition: isCompletionListBlocker: 0.005605999962426722 +Info 1427 [19:44:42.638] getCompletionData: Semantic work: 0.5791529999114573 +Info 1428 [19:44:42.642] getCompletionData: Get current token: 0.010174999944865704 +Info 1429 [19:44:42.642] getCompletionData: Is inside comment: 0.0064070000080391765 +Info 1430 [19:44:42.642] getCompletionData: Get previous token: 0.02010099997278303 +Info 1431 [19:44:42.642] getCompletionsAtPosition: isCompletionListBlocker: 0.0034490000689402223 +Info 1432 [19:44:42.643] getCompletionData: Semantic work: 0.26708500005770475 +Info 1433 [19:44:42.644] Format host information updated +Info 1434 [19:44:45.379] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1435 [19:44:45.387] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 7.627653999952599ms +Info 1436 [19:44:45.387] Different program with same set of files +Info 1437 [19:44:45.387] getCompletionData: Get current token: 0.004883000045083463 +Info 1438 [19:44:45.387] getCompletionData: Is inside comment: 0.0013160000089555979 +Info 1439 [19:44:45.387] getCompletionData: Get previous token: 0.01827100000809878 +Info 1440 [19:44:45.387] getCompletionsAtPosition: isCompletionListBlocker: 0.002702999976463616 +Info 1441 [19:44:45.388] getCompletionData: Semantic work: 0.6224340000189841 +Info 1442 [19:44:45.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.622438000049442 +Info 1443 [19:44:45.389] Format host information updated +Info 1444 [19:44:45.563] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1445 [19:44:45.573] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 9.756705999956466ms +Info 1446 [19:44:45.573] Different program with same set of files +Info 1447 [19:44:45.574] getCompletionData: Get current token: 0.009325999999418855 +Info 1448 [19:44:45.574] getCompletionData: Is inside comment: 0.002194999950006604 +Info 1449 [19:44:45.574] getCompletionData: Get previous token: 0.02800799999386072 +Info 1450 [19:44:45.574] getCompletionsAtPosition: isCompletionListBlocker: 0.003041999996639788 +Info 1451 [19:44:45.574] getCompletionData: Semantic work: 0.6898479999508709 +Info 1452 [19:44:45.576] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1994270000141114 +Info 1453 [19:44:45.577] Format host information updated +Info 1454 [19:44:45.640] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1455 [19:44:45.653] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 12.92456499999389ms +Info 1456 [19:44:45.653] Different program with same set of files +Info 1457 [19:44:45.653] getCompletionData: Get current token: 0.007737999898381531 +Info 1458 [19:44:45.653] getCompletionData: Is inside comment: 0.0013899999903514981 +Info 1459 [19:44:45.653] getCompletionData: Get previous token: 0.028522999957203865 +Info 1460 [19:44:45.653] getCompletionsAtPosition: isCompletionListBlocker: 0.0025649999734014273 +Info 1461 [19:44:45.654] getCompletionData: Semantic work: 0.7049129999941215 +Info 1462 [19:44:45.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9053540000459179 +Info 1463 [19:44:45.656] Format host information updated +Info 1464 [19:44:45.700] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1465 [19:44:45.709] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 9.126957000000402ms +Info 1466 [19:44:45.709] Different program with same set of files +Info 1467 [19:44:45.709] getCompletionData: Get current token: 0.008117999997921288 +Info 1468 [19:44:45.709] getCompletionData: Is inside comment: 0.0015950000379234552 +Info 1469 [19:44:45.709] getCompletionData: Get previous token: 0.030201999936252832 +Info 1470 [19:44:45.709] getCompletionsAtPosition: isCompletionListBlocker: 0.0023620000574737787 +Info 1471 [19:44:45.710] getCompletionData: Semantic work: 0.7913609999231994 +Info 1472 [19:44:45.711] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.905257000005804 +Info 1473 [19:44:45.711] Format host information updated +Info 1474 [19:44:45.768] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1475 [19:44:45.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 11.64758799993433ms +Info 1476 [19:44:45.780] Different program with same set of files +Info 1477 [19:44:45.780] getCompletionData: Get current token: 0.011100000003352761 +Info 1478 [19:44:45.780] getCompletionData: Is inside comment: 0.002118999953381717 +Info 1479 [19:44:45.780] getCompletionData: Get previous token: 0.039278000011108816 +Info 1480 [19:44:45.780] getCompletionsAtPosition: isCompletionListBlocker: 0.0032380000920966268 +Info 1481 [19:44:45.781] getCompletionData: Semantic work: 0.8451239999849349 +Info 1482 [19:44:45.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8678329999092966 +Info 1483 [19:44:45.782] Format host information updated +Info 1484 [19:44:46.384] Format host information updated +Info 1485 [19:44:46.384] getCompletionData: Get current token: 0.015601999941281974 +Info 1486 [19:44:46.384] getCompletionData: Is inside comment: 0.0038319999584928155 +Info 1487 [19:44:46.384] getCompletionData: Get previous token: 0.024839999969117343 +Info 1488 [19:44:46.384] getCompletionsAtPosition: isCompletionListBlocker: 0.003796999924816191 +Info 1489 [19:44:46.385] getCompletionData: Semantic work: 0.22111699997913092 +Info 1490 [19:44:47.604] Format host information updated +Info 1491 [19:44:47.604] Format host information updated +Info 1492 [19:44:47.604] Format host information updated +Info 1493 [19:44:47.605] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1494 [19:44:47.612] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 7.7789329999359325ms +Info 1495 [19:44:47.612] Different program with same set of files +Info 1496 [19:44:47.613] getCompletionData: Get current token: 0.01390200003515929 +Info 1497 [19:44:47.613] getCompletionData: Is inside comment: 0.005041999975219369 +Info 1498 [19:44:47.613] getCompletionData: Get previous token: 0.02607800008263439 +Info 1499 [19:44:47.613] getCompletionsAtPosition: isCompletionListBlocker: 0.0029279999434947968 +Info 1500 [19:44:47.613] getCompletionData: Semantic work: 0.7175879999995232 +Info 1501 [19:44:47.615] Format host information updated +Info 1502 [19:44:47.615] getCompletionData: Get current token: 0.014473999966867268 +Info 1503 [19:44:47.615] getCompletionData: Is inside comment: 0.0029779999749734998 +Info 1504 [19:44:47.616] getCompletionData: Get previous token: 0.025899000000208616 +Info 1505 [19:44:47.616] getCompletionsAtPosition: isCompletionListBlocker: 0.0017610000213608146 +Info 1506 [19:44:47.616] getCompletionData: Semantic work: 0.18273699993733317 +Info 1507 [19:44:47.617] Format host information updated +Info 1508 [19:44:47.617] getCompletionData: Get current token: 0.012133999960497022 +Info 1509 [19:44:47.617] getCompletionData: Is inside comment: 0.0019969999557361007 +Info 1510 [19:44:47.617] getCompletionData: Get previous token: 0.02521400002297014 +Info 1511 [19:44:47.617] getCompletionsAtPosition: isCompletionListBlocker: 0.0014050001045688987 +Info 1512 [19:44:47.618] getCompletionData: Semantic work: 0.17424699990078807 +Info 1513 [19:44:47.619] getCompletionData: Get current token: 0.010895999963395298 +Info 1514 [19:44:47.619] getCompletionData: Is inside comment: 0.001883000019006431 +Info 1515 [19:44:47.619] getCompletionData: Get previous token: 0.02521799993701279 +Info 1516 [19:44:47.619] getCompletionsAtPosition: isCompletionListBlocker: 0.001348000019788742 +Info 1517 [19:44:47.619] getCompletionData: Semantic work: 0.17262299999129027 +Info 1518 [19:44:47.620] getCompletionData: Get current token: 0.010541000054217875 +Info 1519 [19:44:47.620] getCompletionData: Is inside comment: 0.002202000003308058 +Info 1520 [19:44:47.620] getCompletionData: Get previous token: 0.02549699996598065 +Info 1521 [19:44:47.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0013969999272376299 +Info 1522 [19:44:47.620] getCompletionData: Semantic work: 0.16887000005226582 +Info 1523 [19:44:47.621] Format host information updated +Info 1524 [19:44:52.010] Format host information updated +Info 1525 [19:44:52.010] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1526 [19:44:52.019] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 8.701980000012554ms +Info 1527 [19:44:52.019] Different program with same set of files +Info 1528 [19:44:53.151] getCompletionData: Get current token: 0.008377999998629093 +Info 1529 [19:44:53.151] getCompletionData: Is inside comment: 0.001576000009663403 +Info 1530 [19:44:53.151] getCompletionData: Get previous token: 0.023705999949015677 +Info 1531 [19:44:53.151] getCompletionsAtPosition: isCompletionListBlocker: 0.005032000015489757 +Info 1532 [19:44:53.152] getExportInfoMap: cache hit +Info 1533 [19:44:53.171] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1534 [19:44:53.171] collectAutoImports: response is complete +Info 1535 [19:44:53.171] collectAutoImports: 18.815810999949463 +Info 1536 [19:44:53.171] getCompletionData: Semantic work: 19.637034999905154 +Info 1537 [19:44:53.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.211944000096992 +Info 1538 [19:44:59.088] Format host information updated +Info 1539 [19:44:59.088] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1540 [19:44:59.102] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 13.980805000057444ms +Info 1541 [19:44:59.102] Different program with same set of files +Info 1542 [19:44:59.232] Format host information updated +Info 1543 [19:44:59.232] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1544 [19:44:59.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 11.042874000035226ms +Info 1545 [19:44:59.243] Different program with same set of files +Info 1546 [19:44:59.396] Format host information updated +Info 1547 [19:44:59.396] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1548 [19:44:59.406] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 9.857229999965057ms +Info 1549 [19:44:59.406] Different program with same set of files +Info 1550 [19:44:59.898] Format host information updated +Info 1551 [19:44:59.898] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1552 [19:44:59.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 12.774714999948628ms +Info 1553 [19:44:59.911] Different program with same set of files +Info 1554 [19:45:01.035] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1555 [19:45:01.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 9.163759000017308ms +Info 1556 [19:45:01.044] Different program with same set of files +Info 1557 [19:45:01.044] getCompletionData: Get current token: 0.008885000017471611 +Info 1558 [19:45:01.044] getCompletionData: Is inside comment: 0.014915999956429005 +Info 1559 [19:45:01.044] getCompletionData: Get previous token: 0.01141300005838275 +Info 1560 [19:45:01.044] getCompletionsAtPosition: isCompletionListBlocker: 0.008323000045493245 +Info 1561 [19:45:01.045] getExportInfoMap: cache hit +Info 1562 [19:45:01.066] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1563 [19:45:01.066] collectAutoImports: response is complete +Info 1564 [19:45:01.066] collectAutoImports: 20.8025970000308 +Info 1565 [19:45:01.066] getCompletionData: Semantic work: 21.85114300006535 +Info 1566 [19:45:01.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.339924000087194 +Info 1567 [19:45:01.081] Format host information updated +Info 1568 [19:45:01.365] Format host information updated +Info 1569 [19:45:01.365] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1570 [19:45:01.375] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 9.786773999920115ms +Info 1571 [19:45:01.375] Different program with same set of files +Info 1572 [19:45:01.468] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1573 [19:45:01.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 38.203466000035405ms +Info 1574 [19:45:01.506] Different program with same set of files +Info 1575 [19:45:01.507] getCompletionData: Get current token: 0.02164500008802861 +Info 1576 [19:45:01.507] getCompletionData: Is inside comment: 0.03344400005880743 +Info 1577 [19:45:01.507] getCompletionData: Get previous token: 0.04748800001107156 +Info 1578 [19:45:01.507] getCompletionsAtPosition: isCompletionListBlocker: 0.0029409999260678887 +Info 1579 [19:45:01.507] Returning an empty list because completion was requested in an invalid position. +Info 1580 [19:45:01.507] Format host information updated +Info 1581 [19:45:02.834] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1582 [19:45:02.843] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 8.177147999987938ms +Info 1583 [19:45:02.843] Different program with same set of files +Info 1584 [19:45:02.843] getCompletionData: Get current token: 0.011236999998800457 +Info 1585 [19:45:02.843] getCompletionData: Is inside comment: 0.014715999946929514 +Info 1586 [19:45:02.843] getCompletionData: Get previous token: 0.01217300002463162 +Info 1587 [19:45:02.843] getCompletionsAtPosition: isCompletionListBlocker: 0.0046709999442100525 +Info 1588 [19:45:02.844] getExportInfoMap: cache hit +Info 1589 [19:45:02.870] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1590 [19:45:02.870] collectAutoImports: response is complete +Info 1591 [19:45:02.870] collectAutoImports: 26.436114000040106 +Info 1592 [19:45:02.870] getCompletionData: Semantic work: 27.170276999939233 +Info 1593 [19:45:02.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.255330000072718 +Info 1594 [19:45:02.887] Format host information updated +Info 1595 [19:45:02.904] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1596 [19:45:02.914] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 10.19373599998653ms +Info 1597 [19:45:02.914] Different program with same set of files +Info 1598 [19:45:02.915] getCompletionData: Get current token: 0.0130289999069646 +Info 1599 [19:45:02.915] getCompletionData: Is inside comment: 0.01462200004607439 +Info 1600 [19:45:02.915] getCompletionData: Get previous token: 0.011449999990873039 +Info 1601 [19:45:02.915] getCompletionsAtPosition: isCompletionListBlocker: 0.00817699998151511 +Info 1602 [19:45:02.915] getExportInfoMap: cache hit +Info 1603 [19:45:02.926] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1604 [19:45:02.926] collectAutoImports: response is complete +Info 1605 [19:45:02.926] collectAutoImports: 10.678119000047445 +Info 1606 [19:45:02.926] getCompletionData: Semantic work: 11.314243000000715 +Info 1607 [19:45:02.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.388314999989234 +Info 1608 [19:45:02.940] Format host information updated +Info 1609 [19:45:03.193] getCompletionData: Get current token: 0.013106000027619302 +Info 1610 [19:45:03.193] getCompletionData: Is inside comment: 0.0022880000760778785 +Info 1611 [19:45:03.193] getCompletionData: Get previous token: 0.026421000016853213 +Info 1612 [19:45:03.193] getCompletionsAtPosition: isCompletionListBlocker: 0.006262999959290028 +Info 1613 [19:45:03.194] getExportInfoMap: cache hit +Info 1614 [19:45:03.204] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1615 [19:45:03.204] collectAutoImports: response is complete +Info 1616 [19:45:03.204] collectAutoImports: 9.481230000033975 +Info 1617 [19:45:03.204] getCompletionData: Semantic work: 10.333388999919407 +Info 1618 [19:45:03.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.273814000072889 +Info 1619 [19:45:03.452] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1620 [19:45:03.459] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 7.163672999944538ms +Info 1621 [19:45:03.459] Different program with same set of files +Info 1622 [19:45:03.459] getCompletionData: Get current token: 0.01666199997998774 +Info 1623 [19:45:03.460] getCompletionData: Is inside comment: 0.001630999962799251 +Info 1624 [19:45:03.460] getCompletionData: Get previous token: 0.059849000070244074 +Info 1625 [19:45:03.460] getCompletionsAtPosition: isCompletionListBlocker: 0.007957999943755567 +Info 1626 [19:45:03.460] getExportInfoMap: cache hit +Info 1627 [19:45:03.476] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1628 [19:45:03.476] collectAutoImports: response is complete +Info 1629 [19:45:03.476] collectAutoImports: 15.584573999978602 +Info 1630 [19:45:03.476] getCompletionData: Semantic work: 16.179653999977745 +Info 1631 [19:45:03.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.73186399997212 +Info 1632 [19:45:03.488] Format host information updated +Info 1633 [19:45:03.613] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1634 [19:45:03.641] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 27.469340999959968ms +Info 1635 [19:45:03.641] Different program with same set of files +Info 1636 [19:45:03.641] getCompletionData: Get current token: 0.019608000060543418 +Info 1637 [19:45:03.641] getCompletionData: Is inside comment: 0.003741999971680343 +Info 1638 [19:45:03.641] getCompletionData: Get previous token: 0.07462999993003905 +Info 1639 [19:45:03.641] getCompletionsAtPosition: isCompletionListBlocker: 0.020372999948449433 +Info 1640 [19:45:03.643] getExportInfoMap: cache hit +Info 1641 [19:45:03.649] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 1642 [19:45:03.650] collectAutoImports: response is complete +Info 1643 [19:45:03.650] collectAutoImports: 6.5971490000374615 +Info 1644 [19:45:03.650] getCompletionData: Semantic work: 8.214213000028394 +Info 1645 [19:45:03.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9873150000348687 +Info 1646 [19:45:03.656] Format host information updated +Info 1647 [19:45:03.732] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1648 [19:45:03.745] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 12.085144999902695ms +Info 1649 [19:45:03.745] Different program with same set of files +Info 1650 [19:45:03.745] getCompletionData: Get current token: 0.015291000017896295 +Info 1651 [19:45:03.745] getCompletionData: Is inside comment: 0.0025059999898076057 +Info 1652 [19:45:03.745] getCompletionData: Get previous token: 0.051753000007010996 +Info 1653 [19:45:03.745] getCompletionsAtPosition: isCompletionListBlocker: 0.014700000057928264 +Info 1654 [19:45:03.746] getExportInfoMap: cache hit +Info 1655 [19:45:03.751] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 1656 [19:45:03.751] collectAutoImports: response is complete +Info 1657 [19:45:03.751] collectAutoImports: 4.6197019999381155 +Info 1658 [19:45:03.751] getCompletionData: Semantic work: 5.993547999998555 +Info 1659 [19:45:03.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7829869999550283 +Info 1660 [19:45:03.755] Format host information updated +Info 1661 [19:45:03.793] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1662 [19:45:03.800] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 7.6020220000064ms +Info 1663 [19:45:03.800] Different program with same set of files +Info 1664 [19:45:03.800] getCompletionData: Get current token: 0.007741999928839505 +Info 1665 [19:45:03.800] getCompletionData: Is inside comment: 0.0013879999751225114 +Info 1666 [19:45:03.800] getCompletionData: Get previous token: 0.028353000059723854 +Info 1667 [19:45:03.800] getCompletionsAtPosition: isCompletionListBlocker: 0.00847899995278567 +Info 1668 [19:45:03.801] getExportInfoMap: cache hit +Info 1669 [19:45:03.803] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 1670 [19:45:03.803] collectAutoImports: response is complete +Info 1671 [19:45:03.803] collectAutoImports: 2.022138000000268 +Info 1672 [19:45:03.803] getCompletionData: Semantic work: 2.658540000091307 +Info 1673 [19:45:03.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1223359999712557 +Info 1674 [19:45:03.805] Format host information updated +Info 1675 [19:45:03.918] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1676 [19:45:03.950] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 31.692900000023656ms +Info 1677 [19:45:03.950] Different program with same set of files +Info 1678 [19:45:03.950] getCompletionData: Get current token: 0.016232999972999096 +Info 1679 [19:45:03.950] getCompletionData: Is inside comment: 0.0026829999405890703 +Info 1680 [19:45:03.950] getCompletionData: Get previous token: 0.05317100009415299 +Info 1681 [19:45:03.950] getCompletionsAtPosition: isCompletionListBlocker: 0.016454000025987625 +Info 1682 [19:45:03.952] getExportInfoMap: cache hit +Info 1683 [19:45:03.955] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1684 [19:45:03.955] collectAutoImports: response is complete +Info 1685 [19:45:03.955] collectAutoImports: 3.693641999969259 +Info 1686 [19:45:03.956] getCompletionData: Semantic work: 5.052166000008583 +Info 1687 [19:45:03.958] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.432498999987729 +Info 1688 [19:45:03.959] Format host information updated +Info 1689 [19:45:03.992] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1690 [19:45:03.999] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 6.943132999935187ms +Info 1691 [19:45:03.999] Different program with same set of files +Info 1692 [19:45:03.999] getCompletionData: Get current token: 0.008080000057816505 +Info 1693 [19:45:03.999] getCompletionData: Is inside comment: 0.0014220000011846423 +Info 1694 [19:45:03.999] getCompletionData: Get previous token: 0.02620800002478063 +Info 1695 [19:45:03.999] getCompletionsAtPosition: isCompletionListBlocker: 0.00844799994956702 +Info 1696 [19:45:04.000] getExportInfoMap: cache hit +Info 1697 [19:45:04.002] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1698 [19:45:04.002] collectAutoImports: response is complete +Info 1699 [19:45:04.002] collectAutoImports: 1.8712999999988824 +Info 1700 [19:45:04.002] getCompletionData: Semantic work: 2.572084999992512 +Info 1701 [19:45:04.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2107450000476092 +Info 1702 [19:45:04.006] Format host information updated +Info 1703 [19:45:04.053] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1704 [19:45:04.063] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 9.790229999925941ms +Info 1705 [19:45:04.063] Different program with same set of files +Info 1706 [19:45:04.063] getCompletionData: Get current token: 0.012864000047557056 +Info 1707 [19:45:04.063] getCompletionData: Is inside comment: 0.002357000019401312 +Info 1708 [19:45:04.064] getCompletionData: Get previous token: 0.04253699991386384 +Info 1709 [19:45:04.064] getCompletionsAtPosition: isCompletionListBlocker: 0.011572999996133149 +Info 1710 [19:45:04.064] getExportInfoMap: cache hit +Info 1711 [19:45:04.067] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1712 [19:45:04.067] collectAutoImports: response is complete +Info 1713 [19:45:04.068] collectAutoImports: 2.9636979999486357 +Info 1714 [19:45:04.068] getCompletionData: Semantic work: 3.89879199990537 +Info 1715 [19:45:04.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7582249999977648 +Info 1716 [19:45:04.070] Format host information updated +Info 1717 [19:45:04.629] getCompletionData: Get current token: 0.014374000020325184 +Info 1718 [19:45:04.629] getCompletionData: Is inside comment: 0.018857000046409667 +Info 1719 [19:45:04.629] getCompletionData: Get previous token: 0.011312000104226172 +Info 1720 [19:45:04.629] getCompletionsAtPosition: isCompletionListBlocker: 0.009547999943606555 +Info 1721 [19:45:04.630] getExportInfoMap: cache hit +Info 1722 [19:45:04.640] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1723 [19:45:04.640] collectAutoImports: response is complete +Info 1724 [19:45:04.640] collectAutoImports: 10.028999999980442 +Info 1725 [19:45:04.640] getCompletionData: Semantic work: 10.669833999942057 +Info 1726 [19:45:04.646] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.101128999958746 +Info 1727 [19:45:04.780] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1728 [19:45:04.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 7.547802000073716ms +Info 1729 [19:45:04.788] Different program with same set of files +Info 1730 [19:45:04.788] getCompletionData: Get current token: 0.01790199999231845 +Info 1731 [19:45:04.788] getCompletionData: Is inside comment: 0.017247000010684133 +Info 1732 [19:45:04.788] getCompletionData: Get previous token: 0.013437999994494021 +Info 1733 [19:45:04.788] getCompletionsAtPosition: isCompletionListBlocker: 0.0029119999380782247 +Info 1734 [19:45:04.789] getExportInfoMap: cache hit +Info 1735 [19:45:04.803] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1736 [19:45:04.803] collectAutoImports: response is complete +Info 1737 [19:45:04.803] collectAutoImports: 13.891529999906197 +Info 1738 [19:45:04.803] getCompletionData: Semantic work: 14.589259999920614 +Info 1739 [19:45:04.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.777974000084214 +Info 1740 [19:45:04.820] Format host information updated +Info 1741 [19:45:04.916] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1742 [19:45:04.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 7.098595999996178ms +Info 1743 [19:45:04.923] Different program with same set of files +Info 1744 [19:45:04.924] getCompletionData: Get current token: 0.013646000064909458 +Info 1745 [19:45:04.924] getCompletionData: Is inside comment: 0.014061999972909689 +Info 1746 [19:45:04.924] getCompletionData: Get previous token: 0.010249000042676926 +Info 1747 [19:45:04.924] getCompletionsAtPosition: isCompletionListBlocker: 0.008567000040784478 +Info 1748 [19:45:04.924] getExportInfoMap: cache hit +Info 1749 [19:45:04.937] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1750 [19:45:04.937] collectAutoImports: response is complete +Info 1751 [19:45:04.937] collectAutoImports: 13.131553999963216 +Info 1752 [19:45:04.937] getCompletionData: Semantic work: 13.75650899996981 +Info 1753 [19:45:04.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.632325000013225 +Info 1754 [19:45:04.950] Format host information updated +Info 1755 [19:45:05.248] getCompletionData: Get current token: 0.007923000026494265 +Info 1756 [19:45:05.248] getCompletionData: Is inside comment: 0.0013020000187680125 +Info 1757 [19:45:05.248] getCompletionData: Get previous token: 0.011743000010028481 +Info 1758 [19:45:05.248] getCompletionsAtPosition: isCompletionListBlocker: 0.0035089999437332153 +Info 1759 [19:45:05.249] getExportInfoMap: cache hit +Info 1760 [19:45:05.258] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1761 [19:45:05.258] collectAutoImports: response is complete +Info 1762 [19:45:05.258] collectAutoImports: 9.699340999941342 +Info 1763 [19:45:05.258] getCompletionData: Semantic work: 10.255140000022948 +Info 1764 [19:45:05.264] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.217397999949753 +Info 1765 [19:45:05.427] Format host information updated +Info 1766 [19:45:05.427] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1767 [19:45:05.456] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 28.029424000065774ms +Info 1768 [19:45:05.456] Different program with same set of files +Info 1769 [19:45:05.486] Format host information updated +Info 1770 [19:45:05.952] Format host information updated +Info 1771 [19:45:05.953] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1772 [19:45:05.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 7.883688000030816ms +Info 1773 [19:45:05.961] Different program with same set of files +Info 1774 [19:45:06.569] Format host information updated +Info 1775 [19:45:06.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1776 [19:45:06.577] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 7.589780999929644ms +Info 1777 [19:45:06.577] Different program with same set of files +Info 1778 [19:45:07.510] Format host information updated +Info 1779 [19:45:07.510] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1780 [19:45:07.518] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 7.1823350000195205ms +Info 1781 [19:45:07.518] Different program with same set of files +Info 1782 [19:45:07.664] Format host information updated +Info 1783 [19:45:07.665] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1784 [19:45:07.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 7.549073999980465ms +Info 1785 [19:45:07.672] Different program with same set of files +Info 1786 [19:45:09.369] Format host information updated +Info 1787 [19:45:09.370] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1788 [19:45:09.379] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 8.980684000067413ms +Info 1789 [19:45:09.379] Different program with same set of files +Info 1790 [19:45:10.413] Format host information updated +Info 1791 [19:45:10.413] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1792 [19:45:10.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 6.929686999996193ms +Info 1793 [19:45:10.420] Different program with same set of files +Info 1794 [19:45:11.229] getCompletionData: Get current token: 0.009275999967940152 +Info 1795 [19:45:11.229] getCompletionData: Is inside comment: 0.0015770000172778964 +Info 1796 [19:45:11.229] getCompletionData: Get previous token: 0.03839000000152737 +Info 1797 [19:45:11.229] getCompletionsAtPosition: isCompletionListBlocker: 0.009057000046595931 +Info 1798 [19:45:11.230] getExportInfoMap: cache hit +Info 1799 [19:45:11.232] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1800 [19:45:11.232] collectAutoImports: response is complete +Info 1801 [19:45:11.232] collectAutoImports: 2.4933789999922737 +Info 1802 [19:45:11.232] getCompletionData: Semantic work: 3.4459110000170767 +Info 1803 [19:45:11.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.157312999945134 +Info 1804 [19:45:11.397] Format host information updated +Info 1805 [19:45:11.397] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1806 [19:45:11.404] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 6.826613000012003ms +Info 1807 [19:45:11.404] Different program with same set of files +Info 1808 [19:45:11.468] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1809 [19:45:11.483] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 14.862898000050336ms +Info 1810 [19:45:11.483] Different program with same set of files +Info 1811 [19:45:11.483] getCompletionData: Get current token: 0.015048000030219555 +Info 1812 [19:45:11.483] getCompletionData: Is inside comment: 0.0028519999468699098 +Info 1813 [19:45:11.483] getCompletionData: Get previous token: 0.0422199999447912 +Info 1814 [19:45:11.483] getCompletionsAtPosition: isCompletionListBlocker: 0.012956000049598515 +Info 1815 [19:45:11.484] getExportInfoMap: cache hit +Info 1816 [19:45:11.503] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1817 [19:45:11.503] collectAutoImports: response is complete +Info 1818 [19:45:11.503] collectAutoImports: 18.47979800007306 +Info 1819 [19:45:11.503] getCompletionData: Semantic work: 19.519896000041626 +Info 1820 [19:45:11.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.346597000025213 +Info 1821 [19:45:11.519] Format host information updated +Info 1822 [19:45:11.556] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1823 [19:45:11.563] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 6.741578000015579ms +Info 1824 [19:45:11.563] Different program with same set of files +Info 1825 [19:45:11.563] getCompletionData: Get current token: 0.0077049999963492155 +Info 1826 [19:45:11.563] getCompletionData: Is inside comment: 0.0012710000155493617 +Info 1827 [19:45:11.563] getCompletionData: Get previous token: 0.02058699994813651 +Info 1828 [19:45:11.563] getCompletionsAtPosition: isCompletionListBlocker: 0.007088000071235001 +Info 1829 [19:45:11.564] getExportInfoMap: cache hit +Info 1830 [19:45:11.577] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1831 [19:45:11.577] collectAutoImports: response is complete +Info 1832 [19:45:11.577] collectAutoImports: 12.89823399996385 +Info 1833 [19:45:11.577] getCompletionData: Semantic work: 13.441408999962732 +Info 1834 [19:45:11.583] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.353181999991648 +Info 1835 [19:45:11.588] Format host information updated +Info 1836 [19:45:11.632] Format host information updated +Info 1837 [19:45:11.632] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1838 [19:45:11.641] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 8.968112000031397ms +Info 1839 [19:45:11.641] Different program with same set of files +Info 1840 [19:45:12.034] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1841 [19:45:12.041] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 7.044116999953985ms +Info 1842 [19:45:12.041] Different program with same set of files +Info 1843 [19:45:12.041] getCompletionData: Get current token: 0.008532000007107854 +Info 1844 [19:45:12.041] getCompletionData: Is inside comment: 0.0016469999682158232 +Info 1845 [19:45:12.041] getCompletionData: Get previous token: 0.02818000002298504 +Info 1846 [19:45:12.041] getCompletionsAtPosition: isCompletionListBlocker: 0.009198999963700771 +Info 1847 [19:45:12.042] getExportInfoMap: cache hit +Info 1848 [19:45:12.045] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 1849 [19:45:12.045] collectAutoImports: response is complete +Info 1850 [19:45:12.045] collectAutoImports: 3.411472999956459 +Info 1851 [19:45:12.045] getCompletionData: Semantic work: 4.087648999993689 +Info 1852 [19:45:12.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1026390000479296 +Info 1853 [19:45:12.051] Format host information updated +Info 1854 [19:45:12.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1855 [19:45:12.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 10.240786999929696ms +Info 1856 [19:45:12.148] Different program with same set of files +Info 1857 [19:45:12.149] getCompletionData: Get current token: 0.00744499999564141 +Info 1858 [19:45:12.149] getCompletionData: Is inside comment: 0.0012390000047162175 +Info 1859 [19:45:12.149] getCompletionData: Get previous token: 0.02537100005429238 +Info 1860 [19:45:12.149] getCompletionsAtPosition: isCompletionListBlocker: 0.00925999996252358 +Info 1861 [19:45:12.149] getExportInfoMap: cache hit +Info 1862 [19:45:12.152] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 1863 [19:45:12.152] collectAutoImports: response is complete +Info 1864 [19:45:12.152] collectAutoImports: 2.2268029999686405 +Info 1865 [19:45:12.152] getCompletionData: Semantic work: 2.8692120000487193 +Info 1866 [19:45:12.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2919139999430627 +Info 1867 [19:45:12.154] Format host information updated +Info 1868 [19:45:12.199] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1869 [19:45:12.207] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 7.402300999965519ms +Info 1870 [19:45:12.207] Different program with same set of files +Info 1871 [19:45:12.207] getCompletionData: Get current token: 0.013091000029817224 +Info 1872 [19:45:12.207] getCompletionData: Is inside comment: 0.0016479999758303165 +Info 1873 [19:45:12.207] getCompletionData: Get previous token: 0.03385699994396418 +Info 1874 [19:45:12.207] getCompletionsAtPosition: isCompletionListBlocker: 0.008811000036075711 +Info 1875 [19:45:12.208] getExportInfoMap: cache hit +Info 1876 [19:45:12.210] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 1877 [19:45:12.210] collectAutoImports: response is complete +Info 1878 [19:45:12.210] collectAutoImports: 2.216026999987662 +Info 1879 [19:45:12.210] getCompletionData: Semantic work: 2.8942239999305457 +Info 1880 [19:45:12.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.299780000001192 +Info 1881 [19:45:12.212] Format host information updated +Info 1882 [19:45:12.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1883 [19:45:12.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 9.497580999974161ms +Info 1884 [19:45:12.327] Different program with same set of files +Info 1885 [19:45:12.327] getCompletionData: Get current token: 0.008873999933712184 +Info 1886 [19:45:12.327] getCompletionData: Is inside comment: 0.0017200000584125519 +Info 1887 [19:45:12.327] getCompletionData: Get previous token: 0.058077000081539154 +Info 1888 [19:45:12.327] getCompletionsAtPosition: isCompletionListBlocker: 0.00979200005531311 +Info 1889 [19:45:12.328] getExportInfoMap: cache hit +Info 1890 [19:45:12.330] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1891 [19:45:12.330] collectAutoImports: response is complete +Info 1892 [19:45:12.330] collectAutoImports: 2.0863340001087636 +Info 1893 [19:45:12.330] getCompletionData: Semantic work: 2.755758000072092 +Info 1894 [19:45:12.332] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3992749999742955 +Info 1895 [19:45:12.333] Format host information updated +Info 1896 [19:45:12.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1897 [19:45:12.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 15.190624000038952ms +Info 1898 [19:45:12.415] Different program with same set of files +Info 1899 [19:45:12.416] getCompletionData: Get current token: 0.020752999931573868 +Info 1900 [19:45:12.416] getCompletionData: Is inside comment: 0.0037480000173673034 +Info 1901 [19:45:12.416] getCompletionData: Get previous token: 0.07064000004902482 +Info 1902 [19:45:12.416] getCompletionsAtPosition: isCompletionListBlocker: 0.01663099997676909 +Info 1903 [19:45:12.417] getExportInfoMap: cache hit +Info 1904 [19:45:12.422] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1905 [19:45:12.422] collectAutoImports: response is complete +Info 1906 [19:45:12.422] collectAutoImports: 4.718318999977782 +Info 1907 [19:45:12.422] getCompletionData: Semantic work: 6.211380000109784 +Info 1908 [19:45:12.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0972270000493154 +Info 1909 [19:45:12.430] Format host information updated +Info 1910 [19:45:12.477] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1911 [19:45:12.485] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 7.815335999941453ms +Info 1912 [19:45:12.485] Different program with same set of files +Info 1913 [19:45:12.485] getCompletionData: Get current token: 0.01083799998741597 +Info 1914 [19:45:12.485] getCompletionData: Is inside comment: 0.001832999987527728 +Info 1915 [19:45:12.485] getCompletionData: Get previous token: 0.03574100008700043 +Info 1916 [19:45:12.485] getCompletionsAtPosition: isCompletionListBlocker: 0.010152000002563 +Info 1917 [19:45:12.486] getExportInfoMap: cache hit +Info 1918 [19:45:12.489] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 1919 [19:45:12.489] collectAutoImports: response is complete +Info 1920 [19:45:12.489] collectAutoImports: 2.3921990001108497 +Info 1921 [19:45:12.489] getCompletionData: Semantic work: 3.297249999945052 +Info 1922 [19:45:12.490] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5040769999613985 +Info 1923 [19:45:12.491] Format host information updated +Info 1924 [19:45:12.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1925 [19:45:12.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 27.57927800004836ms +Info 1926 [19:45:12.649] Different program with same set of files +Info 1927 [19:45:12.649] getCompletionData: Get current token: 0.0392800000263378 +Info 1928 [19:45:12.649] getCompletionData: Is inside comment: 0.006861999980174005 +Info 1929 [19:45:12.650] getCompletionData: Get previous token: 0.14598200004547834 +Info 1930 [19:45:12.650] getCompletionsAtPosition: isCompletionListBlocker: 0.009817000012844801 +Info 1931 [19:45:12.651] getCompletionData: Semantic work: 1.1645800000987947 +Info 1932 [19:45:12.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05919499997980893 +Info 1933 [19:45:12.652] Format host information updated +Info 1934 [19:45:14.057] Format host information updated +Info 1935 [19:45:14.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1936 [19:45:14.066] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 8.810550999944098ms +Info 1937 [19:45:14.066] Different program with same set of files +Info 1938 [19:45:14.429] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1939 [19:45:14.444] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 14.859995999955572ms +Info 1940 [19:45:14.444] Different program with same set of files +Info 1941 [19:45:14.444] getCompletionData: Get current token: 0.02620199997909367 +Info 1942 [19:45:14.444] getCompletionData: Is inside comment: 0.04335500008892268 +Info 1943 [19:45:14.444] getCompletionData: Get previous token: 0.035539999953471124 +Info 1944 [19:45:14.445] getCompletionsAtPosition: isCompletionListBlocker: 0.01941499998793006 +Info 1945 [19:45:14.446] getExportInfoMap: cache hit +Info 1946 [19:45:14.475] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1947 [19:45:14.475] collectAutoImports: response is complete +Info 1948 [19:45:14.475] collectAutoImports: 28.8089270000346 +Info 1949 [19:45:14.475] getCompletionData: Semantic work: 30.185506000067107 +Info 1950 [19:45:14.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.55049599998165 +Info 1951 [19:45:14.489] Format host information updated +Info 1952 [19:45:14.751] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1953 [19:45:14.758] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 6.684008999960497ms +Info 1954 [19:45:14.758] Different program with same set of files +Info 1955 [19:45:14.758] getCompletionData: Get current token: 0.0030120000010356307 +Info 1956 [19:45:14.758] getCompletionData: Is inside comment: 0.07916599989403039 +Info 1957 [19:45:14.758] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 1958 [19:45:14.759] Format host information updated +Info 1959 [19:45:14.974] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1960 [19:45:14.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 10.42911400005687ms +Info 1961 [19:45:14.984] Different program with same set of files +Info 1962 [19:45:14.984] getCompletionData: Get current token: 0.0039530000649392605 +Info 1963 [19:45:14.984] getCompletionData: Is inside comment: 0.07291900005657226 +Info 1964 [19:45:14.988] Format host information updated +Info 1965 [19:45:15.094] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1966 [19:45:15.100] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 6.618079000036232ms +Info 1967 [19:45:15.100] Different program with same set of files +Info 1968 [19:45:15.100] getCompletionData: Get current token: 0.0020099999383091927 +Info 1969 [19:45:15.100] getCompletionData: Is inside comment: 0.010973999975249171 +Info 1970 [19:45:15.101] Format host information updated +Info 1971 [19:45:15.925] getCompletionData: Get current token: 0.002300000051036477 +Info 1972 [19:45:15.925] getCompletionData: Is inside comment: 0.011343999998643994 +Info 1973 [19:45:16.115] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1974 [19:45:16.122] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 7.275487000006251ms +Info 1975 [19:45:16.122] Different program with same set of files +Info 1976 [19:45:16.122] getCompletionData: Get current token: 0.008465999970212579 +Info 1977 [19:45:16.122] getCompletionData: Is inside comment: 0.0200080000795424 +Info 1978 [19:45:16.122] getCompletionData: Get previous token: 0.014815000002272427 +Info 1979 [19:45:16.122] getCompletionsAtPosition: isCompletionListBlocker: 0.014129000017419457 +Info 1980 [19:45:16.123] getExportInfoMap: cache hit +Info 1981 [19:45:16.138] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 1982 [19:45:16.138] collectAutoImports: response is complete +Info 1983 [19:45:16.138] collectAutoImports: 14.533300000010058 +Info 1984 [19:45:16.138] getCompletionData: Semantic work: 15.205041000037454 +Info 1985 [19:45:16.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.404339000000618 +Info 1986 [19:45:16.153] Format host information updated +Info 1987 [19:45:16.534] getCompletionData: Get current token: 0.007403999916277826 +Info 1988 [19:45:16.534] getCompletionData: Is inside comment: 0.01712999993469566 +Info 1989 [19:45:16.626] Format host information updated +Info 1990 [19:45:16.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1991 [19:45:16.633] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 7.081258999998681ms +Info 1992 [19:45:16.633] Different program with same set of files +Info 1993 [19:45:16.762] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1994 [19:45:16.774] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 11.74919400003273ms +Info 1995 [19:45:16.774] Different program with same set of files +Info 1996 [19:45:16.774] getCompletionData: Get current token: 0.011190999997779727 +Info 1997 [19:45:16.775] getCompletionData: Is inside comment: 0.02272299991454929 +Info 1998 [19:45:16.775] Format host information updated +Info 1999 [19:45:17.090] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2000 [19:45:17.101] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 10.893717000028118ms +Info 2001 [19:45:17.101] Different program with same set of files +Info 2002 [19:45:17.102] getCompletionData: Get current token: 0.019066000008024275 +Info 2003 [19:45:17.102] getCompletionData: Is inside comment: 0.04162000003270805 +Info 2004 [19:45:17.102] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2005 [19:45:17.107] Format host information updated +Info 2006 [19:45:17.257] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2007 [19:45:17.266] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 8.569417999940924ms +Info 2008 [19:45:17.266] Different program with same set of files +Info 2009 [19:45:17.266] getCompletionData: Get current token: 0.016048000077717006 +Info 2010 [19:45:17.266] getCompletionData: Is inside comment: 0.01815699995495379 +Info 2011 [19:45:17.266] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2012 [19:45:17.266] Format host information updated +Info 2013 [19:45:17.339] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2014 [19:45:17.348] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 9.70576899999287ms +Info 2015 [19:45:17.348] Different program with same set of files +Info 2016 [19:45:17.349] getCompletionData: Get current token: 0.009996999986469746 +Info 2017 [19:45:17.349] getCompletionData: Is inside comment: 0.02053500001784414 +Info 2018 [19:45:17.349] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2019 [19:45:17.349] Format host information updated +Info 2020 [19:45:17.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2021 [19:45:17.479] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 28.80363900004886ms +Info 2022 [19:45:17.479] Different program with same set of files +Info 2023 [19:45:17.479] getCompletionData: Get current token: 0.02268799999728799 +Info 2024 [19:45:17.480] getCompletionData: Is inside comment: 0.047759000095538795 +Info 2025 [19:45:17.480] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2026 [19:45:17.480] Format host information updated +Info 2027 [19:45:17.516] Format host information updated +Info 2028 [19:45:17.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2029 [19:45:17.527] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 10.910043999901973ms +Info 2030 [19:45:17.527] Different program with same set of files +Info 2031 [19:45:17.648] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2032 [19:45:17.677] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 28.920723000075668ms +Info 2033 [19:45:17.677] Different program with same set of files +Info 2034 [19:45:17.678] getCompletionData: Get current token: 0.022578999982215464 +Info 2035 [19:45:17.678] getCompletionData: Is inside comment: 0.04789000004529953 +Info 2036 [19:45:17.678] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2037 [19:45:17.679] Format host information updated +Info 2038 [19:45:17.709] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2039 [19:45:17.717] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 7.8277939999243245ms +Info 2040 [19:45:17.717] Different program with same set of files +Info 2041 [19:45:17.718] getCompletionData: Get current token: 0.008633999968878925 +Info 2042 [19:45:17.718] getCompletionData: Is inside comment: 0.019968000007793307 +Info 2043 [19:45:17.718] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2044 [19:45:17.718] Format host information updated +Info 2045 [19:45:17.850] Format host information updated +Info 2046 [19:45:17.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2047 [19:45:17.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 31.321552000008523ms +Info 2048 [19:45:17.882] Different program with same set of files +Info 2049 [19:45:17.923] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2050 [19:45:17.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 7.0331730000907555ms +Info 2051 [19:45:17.930] Different program with same set of files +Info 2052 [19:45:17.930] getCompletionData: Get current token: 0.007849999936297536 +Info 2053 [19:45:17.930] getCompletionData: Is inside comment: 0.017620000056922436 +Info 2054 [19:45:17.930] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2055 [19:45:17.931] Format host information updated +Info 2056 [19:45:18.077] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2057 [19:45:18.084] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 7.0135299999965355ms +Info 2058 [19:45:18.084] Different program with same set of files +Info 2059 [19:45:18.084] getCompletionData: Get current token: 0.008839000016450882 +Info 2060 [19:45:18.084] getCompletionData: Is inside comment: 0.019994999980553985 +Info 2061 [19:45:18.084] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2062 [19:45:18.085] Format host information updated +Info 2063 [19:45:18.222] Format host information updated +Info 2064 [19:45:18.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2065 [19:45:18.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 25.997381999972276ms +Info 2066 [19:45:18.249] Different program with same set of files +Info 2067 [19:45:18.361] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2068 [19:45:18.372] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 11.246118000010028ms +Info 2069 [19:45:18.372] Different program with same set of files +Info 2070 [19:45:18.372] getCompletionData: Get current token: 0.01573900005314499 +Info 2071 [19:45:18.372] getCompletionData: Is inside comment: 0.033208000008016825 +Info 2072 [19:45:18.372] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2073 [19:45:18.373] Format host information updated +Info 2074 [19:45:18.518] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2075 [19:45:18.525] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 6.8479219999862835ms +Info 2076 [19:45:18.525] Different program with same set of files +Info 2077 [19:45:18.525] getCompletionData: Get current token: 0.011504999944008887 +Info 2078 [19:45:18.525] getCompletionData: Is inside comment: 0.01880600000731647 +Info 2079 [19:45:18.525] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2080 [19:45:18.525] Format host information updated +Info 2081 [19:45:18.663] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2082 [19:45:18.670] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 6.864693999988958ms +Info 2083 [19:45:18.670] Different program with same set of files +Info 2084 [19:45:18.670] getCompletionData: Get current token: 0.008620000095106661 +Info 2085 [19:45:18.670] getCompletionData: Is inside comment: 0.031021000002510846 +Info 2086 [19:45:18.670] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2087 [19:45:18.674] Format host information updated +Info 2088 [19:45:18.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2089 [19:45:18.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 7.1859069999773055ms +Info 2090 [19:45:18.804] Different program with same set of files +Info 2091 [19:45:18.804] getCompletionData: Get current token: 0.0048210000386461616 +Info 2092 [19:45:18.804] getCompletionData: Is inside comment: 0.017363999970257282 +Info 2093 [19:45:18.804] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2094 [19:45:18.805] Format host information updated +Info 2095 [19:45:18.879] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2096 [19:45:18.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 32.33047799998894ms +Info 2097 [19:45:18.911] Different program with same set of files +Info 2098 [19:45:18.912] getCompletionData: Get current token: 0.012186000007204711 +Info 2099 [19:45:18.912] getCompletionData: Is inside comment: 0.08039899996947497 +Info 2100 [19:45:18.912] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2101 [19:45:18.913] Format host information updated +Info 2102 [19:45:18.965] Format host information updated +Info 2103 [19:45:18.966] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2104 [19:45:18.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 10.06740900001023ms +Info 2105 [19:45:18.976] Different program with same set of files +Info 2106 [19:45:19.107] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2107 [19:45:19.114] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 7.448443999979645ms +Info 2108 [19:45:19.114] Different program with same set of files +Info 2109 [19:45:19.115] getCompletionData: Get current token: 0.005168000003322959 +Info 2110 [19:45:19.115] getCompletionData: Is inside comment: 0.018813999951817095 +Info 2111 [19:45:19.115] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2112 [19:45:19.115] Format host information updated +Info 2113 [19:45:19.166] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2114 [19:45:19.175] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 9.091767000034451ms +Info 2115 [19:45:19.176] Different program with same set of files +Info 2116 [19:45:19.176] getCompletionData: Get current token: 0.005297000054270029 +Info 2117 [19:45:19.176] getCompletionData: Is inside comment: 0.021475000074133277 +Info 2118 [19:45:19.176] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 2119 [19:45:19.176] Format host information updated +Info 2120 [19:45:19.330] Format host information updated +Info 2121 [19:45:19.330] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2122 [19:45:19.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 25.216925999964587ms +Info 2123 [19:45:19.356] Different program with same set of files +Info 2124 [19:45:19.924] getCompletionData: Get current token: 0.005847999942488968 +Info 2125 [19:45:19.924] getCompletionData: Is inside comment: 0.02188200003001839 +Info 2126 [19:45:19.924] getCompletionData: Get previous token: 0.019598999992012978 +Info 2127 [19:45:19.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0032060000812634826 +Info 2128 [19:45:19.925] getExportInfoMap: cache hit +Info 2129 [19:45:19.943] collectAutoImports: resolved 1 module specifiers, plus 813 ambient and 74 from cache +Info 2130 [19:45:19.943] collectAutoImports: response is complete +Info 2131 [19:45:19.943] collectAutoImports: 17.873118999996223 +Info 2132 [19:45:19.943] getCompletionData: Semantic work: 18.747299000038765 +Info 2133 [19:45:19.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.956657000002451 +Info 2134 [19:45:20.099] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2135 [19:45:20.107] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 7.8085100000025705ms +Info 2136 [19:45:20.107] Different program with same set of files +Info 2137 [19:45:20.108] getCompletionData: Get current token: 0.006686000037007034 +Info 2138 [19:45:20.108] getCompletionData: Is inside comment: 0.02440200001001358 +Info 2139 [19:45:20.108] getCompletionData: Get previous token: 0.05489299993496388 +Info 2140 [19:45:20.108] getCompletionsAtPosition: isCompletionListBlocker: 0.0032389999832957983 +Info 2141 [19:45:20.108] getExportInfoMap: cache hit +Info 2142 [19:45:20.114] collectAutoImports: resolved 0 module specifiers, plus 151 ambient and 13 from cache +Info 2143 [19:45:20.114] collectAutoImports: response is complete +Info 2144 [19:45:20.114] collectAutoImports: 5.405675999936648 +Info 2145 [19:45:20.114] getCompletionData: Semantic work: 6.066672999993898 +Info 2146 [19:45:20.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.522269000066444 +Info 2147 [19:45:20.122] Format host information updated +Info 2148 [19:45:20.229] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2149 [19:45:20.262] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 32.88262400007807ms +Info 2150 [19:45:20.263] Different program with same set of files +Info 2151 [19:45:20.263] getCompletionData: Get current token: 0.017906000022776425 +Info 2152 [19:45:20.263] getCompletionData: Is inside comment: 0.05845200002659112 +Info 2153 [19:45:20.263] getCompletionData: Get previous token: 0.09668199997395277 +Info 2154 [19:45:20.264] getCompletionsAtPosition: isCompletionListBlocker: 0.006205999990925193 +Info 2155 [19:45:20.265] getExportInfoMap: cache hit +Info 2156 [19:45:20.274] collectAutoImports: resolved 0 module specifiers, plus 60 ambient and 4 from cache +Info 2157 [19:45:20.274] collectAutoImports: response is complete +Info 2158 [19:45:20.274] collectAutoImports: 8.623895000084303 +Info 2159 [19:45:20.274] getCompletionData: Semantic work: 10.254145000013523 +Info 2160 [19:45:20.279] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.878960000001825 +Info 2161 [19:45:20.281] Format host information updated +Info 2162 [19:45:20.295] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2163 [19:45:20.302] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 6.5226660000626ms +Info 2164 [19:45:20.302] Different program with same set of files +Info 2165 [19:45:20.302] getCompletionData: Get current token: 0.00566699996124953 +Info 2166 [19:45:20.302] getCompletionData: Is inside comment: 0.0171509999781847 +Info 2167 [19:45:20.302] getCompletionData: Get previous token: 0.04835399996954948 +Info 2168 [19:45:20.302] getCompletionsAtPosition: isCompletionListBlocker: 0.0031799999997019768 +Info 2169 [19:45:20.302] getExportInfoMap: cache hit +Info 2170 [19:45:20.305] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 0 from cache +Info 2171 [19:45:20.305] collectAutoImports: response is complete +Info 2172 [19:45:20.305] collectAutoImports: 2.42102199990768 +Info 2173 [19:45:20.305] getCompletionData: Semantic work: 2.9672320000827312 +Info 2174 [19:45:20.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0441489999648184 +Info 2175 [19:45:20.308] Format host information updated +Info 2176 [19:45:20.609] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2177 [19:45:20.616] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 6.770536000025459ms +Info 2178 [19:45:20.616] Different program with same set of files +Info 2179 [19:45:20.616] getCompletionData: Get current token: 0.0063550000777468085 +Info 2180 [19:45:20.616] getCompletionData: Is inside comment: 0.01878100004978478 +Info 2181 [19:45:20.616] getCompletionData: Get previous token: 0.05676900001708418 +Info 2182 [19:45:20.616] getCompletionsAtPosition: isCompletionListBlocker: 0.0029909999575465918 +Info 2183 [19:45:20.617] getExportInfoMap: cache hit +Info 2184 [19:45:20.620] collectAutoImports: resolved 0 module specifiers, plus 60 ambient and 4 from cache +Info 2185 [19:45:20.620] collectAutoImports: response is complete +Info 2186 [19:45:20.620] collectAutoImports: 3.367962999967858 +Info 2187 [19:45:20.620] getCompletionData: Semantic work: 4.011624000035226 +Info 2188 [19:45:20.623] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2938340000109747 +Info 2189 [19:45:20.624] Format host information updated +Info 2190 [19:45:20.703] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2191 [19:45:20.714] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 10.560053000110202ms +Info 2192 [19:45:20.714] Different program with same set of files +Info 2193 [19:45:20.714] getCompletionData: Get current token: 0.005579999997280538 +Info 2194 [19:45:20.714] getCompletionData: Is inside comment: 0.01604399993084371 +Info 2195 [19:45:20.714] getCompletionData: Get previous token: 0.02378099993802607 +Info 2196 [19:45:20.714] getCompletionsAtPosition: isCompletionListBlocker: 0.0029430000577121973 +Info 2197 [19:45:20.715] getExportInfoMap: cache hit +Info 2198 [19:45:20.719] collectAutoImports: resolved 0 module specifiers, plus 151 ambient and 13 from cache +Info 2199 [19:45:20.719] collectAutoImports: response is complete +Info 2200 [19:45:20.719] collectAutoImports: 4.102341999998316 +Info 2201 [19:45:20.719] getCompletionData: Semantic work: 4.695600000093691 +Info 2202 [19:45:20.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5640999999595806 +Info 2203 [19:45:20.724] Format host information updated +Info 2204 [19:45:20.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2205 [19:45:20.806] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 12.141226999927312ms +Info 2206 [19:45:20.806] Different program with same set of files +Info 2207 [19:45:20.806] getCompletionData: Get current token: 0.012614000006578863 +Info 2208 [19:45:20.807] getCompletionData: Is inside comment: 0.03631300001870841 +Info 2209 [19:45:20.807] getCompletionData: Get previous token: 0.05912899994291365 +Info 2210 [19:45:20.807] getCompletionsAtPosition: isCompletionListBlocker: 0.005184000008739531 +Info 2211 [19:45:20.808] getExportInfoMap: cache hit +Info 2212 [19:45:20.814] collectAutoImports: resolved 0 module specifiers, plus 62 ambient and 7 from cache +Info 2213 [19:45:20.814] collectAutoImports: response is complete +Info 2214 [19:45:20.814] collectAutoImports: 6.676858000108041 +Info 2215 [19:45:20.814] getCompletionData: Semantic work: 7.684806999983266 +Info 2216 [19:45:20.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7404439999954775 +Info 2217 [19:45:20.822] Format host information updated +Info 2218 [19:45:20.923] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2219 [19:45:20.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 6.764216999989003ms +Info 2220 [19:45:20.930] Different program with same set of files +Info 2221 [19:45:20.930] getCompletionData: Get current token: 0.006288999924436212 +Info 2222 [19:45:20.930] getCompletionData: Is inside comment: 0.018050999962724745 +Info 2223 [19:45:20.930] getCompletionData: Get previous token: 0.02690299996174872 +Info 2224 [19:45:20.930] getCompletionsAtPosition: isCompletionListBlocker: 0.0028349999338388443 +Info 2225 [19:45:20.931] getExportInfoMap: cache hit +Info 2226 [19:45:20.934] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 4 from cache +Info 2227 [19:45:20.934] collectAutoImports: response is complete +Info 2228 [19:45:20.934] collectAutoImports: 2.568963999976404 +Info 2229 [19:45:20.934] getCompletionData: Semantic work: 3.1554659999674186 +Info 2230 [19:45:20.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.301692000008188 +Info 2231 [19:45:20.937] Format host information updated +Info 2232 [19:45:21.033] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2233 [19:45:21.042] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 9.169435000047088ms +Info 2234 [19:45:21.042] Different program with same set of files +Info 2235 [19:45:21.043] getCompletionData: Get current token: 0.006715000024996698 +Info 2236 [19:45:21.043] getCompletionData: Is inside comment: 0.01968800008762628 +Info 2237 [19:45:21.043] getCompletionData: Get previous token: 0.030690999934449792 +Info 2238 [19:45:21.043] getCompletionsAtPosition: isCompletionListBlocker: 0.004038000013679266 +Info 2239 [19:45:21.043] getExportInfoMap: cache hit +Info 2240 [19:45:21.046] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 4 from cache +Info 2241 [19:45:21.046] collectAutoImports: response is complete +Info 2242 [19:45:21.046] collectAutoImports: 2.2481530000222847 +Info 2243 [19:45:21.046] getCompletionData: Semantic work: 2.8930509999627247 +Info 2244 [19:45:21.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5709919999353588 +Info 2245 [19:45:21.050] Format host information updated +Info 2246 [19:45:21.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2247 [19:45:21.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 11.77023999998346ms +Info 2248 [19:45:21.566] Different program with same set of files +Info 2249 [19:45:21.566] getCompletionData: Get current token: 0.00539299997035414 +Info 2250 [19:45:21.566] getCompletionData: Is inside comment: 0.015527000068686903 +Info 2251 [19:45:21.566] getCompletionData: Get previous token: 0.023289999924600124 +Info 2252 [19:45:21.567] getCompletionsAtPosition: isCompletionListBlocker: 0.003034000052139163 +Info 2253 [19:45:21.567] getExportInfoMap: cache hit +Info 2254 [19:45:21.569] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 4 from cache +Info 2255 [19:45:21.569] collectAutoImports: response is complete +Info 2256 [19:45:21.569] collectAutoImports: 1.7342850000131875 +Info 2257 [19:45:21.569] getCompletionData: Semantic work: 2.3395039999159053 +Info 2258 [19:45:21.571] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9127190000144765 +Info 2259 [19:45:21.572] Format host information updated +Info 2260 [19:45:21.682] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2261 [19:45:21.690] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 7.112748000072315ms +Info 2262 [19:45:21.690] Different program with same set of files +Info 2263 [19:45:21.690] getCompletionData: Get current token: 0.007224000059068203 +Info 2264 [19:45:21.690] getCompletionData: Is inside comment: 0.040563999908044934 +Info 2265 [19:45:21.690] getCompletionData: Get previous token: 0.047802000073716044 +Info 2266 [19:45:21.690] getCompletionsAtPosition: isCompletionListBlocker: 0.0036169999511912465 +Info 2267 [19:45:21.690] getExportInfoMap: cache hit +Info 2268 [19:45:21.692] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2269 [19:45:21.692] collectAutoImports: response is complete +Info 2270 [19:45:21.692] collectAutoImports: 1.8737919999985024 +Info 2271 [19:45:21.692] getCompletionData: Semantic work: 2.4608749999897555 +Info 2272 [19:45:21.695] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5179429999552667 +Info 2273 [19:45:21.699] Format host information updated +Info 2274 [19:45:21.784] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2275 [19:45:21.790] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 6.765720000024885ms +Info 2276 [19:45:21.790] Different program with same set of files +Info 2277 [19:45:21.791] getCompletionData: Get current token: 0.005970000056549907 +Info 2278 [19:45:21.791] getCompletionData: Is inside comment: 0.014479000004939735 +Info 2279 [19:45:21.791] getCompletionData: Get previous token: 0.020045000012032688 +Info 2280 [19:45:21.791] getCompletionsAtPosition: isCompletionListBlocker: 0.002794999978505075 +Info 2281 [19:45:21.791] getExportInfoMap: cache hit +Info 2282 [19:45:21.793] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2283 [19:45:21.793] collectAutoImports: response is complete +Info 2284 [19:45:21.793] collectAutoImports: 1.6742619998985901 +Info 2285 [19:45:21.793] getCompletionData: Semantic work: 2.203180000069551 +Info 2286 [19:45:21.795] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.258055999991484 +Info 2287 [19:45:21.796] Format host information updated +Info 2288 [19:45:21.846] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2289 [19:45:21.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 10.449708999949507ms +Info 2290 [19:45:21.857] Different program with same set of files +Info 2291 [19:45:21.857] getCompletionData: Get current token: 0.010392999975010753 +Info 2292 [19:45:21.857] getCompletionData: Is inside comment: 0.024508000002242625 +Info 2293 [19:45:21.857] getCompletionData: Get previous token: 0.03378299996256828 +Info 2294 [19:45:21.857] getCompletionsAtPosition: isCompletionListBlocker: 0.00426399998832494 +Info 2295 [19:45:21.858] getExportInfoMap: cache hit +Info 2296 [19:45:21.860] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 4 from cache +Info 2297 [19:45:21.860] collectAutoImports: response is complete +Info 2298 [19:45:21.860] collectAutoImports: 2.5279589999699965 +Info 2299 [19:45:21.860] getCompletionData: Semantic work: 3.308271999936551 +Info 2300 [19:45:21.864] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.364618999999948 +Info 2301 [19:45:21.866] Format host information updated +Info 2302 [19:45:22.041] Format host information updated +Info 2303 [19:45:22.042] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2304 [19:45:22.076] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 34.741919000050984ms +Info 2305 [19:45:22.076] Different program with same set of files +Info 2306 [19:45:22.331] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2307 [19:45:22.341] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 9.37201599997934ms +Info 2308 [19:45:22.341] Different program with same set of files +Info 2309 [19:45:22.341] getCompletionData: Get current token: 0.007913000066764653 +Info 2310 [19:45:22.341] getCompletionData: Is inside comment: 0.023889000061899424 +Info 2311 [19:45:22.341] getCompletionData: Get previous token: 0.019521999987773597 +Info 2312 [19:45:22.341] getCompletionsAtPosition: isCompletionListBlocker: 0.011532000033184886 +Info 2313 [19:45:22.342] getExportInfoMap: cache hit +Info 2314 [19:45:22.358] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2315 [19:45:22.358] collectAutoImports: response is complete +Info 2316 [19:45:22.358] collectAutoImports: 16.12666499998886 +Info 2317 [19:45:22.358] getCompletionData: Semantic work: 16.914672999992035 +Info 2318 [19:45:22.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.843358000041917 +Info 2319 [19:45:22.374] Format host information updated +Info 2320 [19:45:22.410] Format host information updated +Info 2321 [19:45:22.410] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2322 [19:45:22.417] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 7.010972999967635ms +Info 2323 [19:45:22.417] Different program with same set of files +Info 2324 [19:45:22.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2325 [19:45:22.671] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 21.420170999947004ms +Info 2326 [19:45:22.671] Different program with same set of files +Info 2327 [19:45:22.672] getCompletionData: Get current token: 0.01095200004056096 +Info 2328 [19:45:22.672] getCompletionData: Is inside comment: 0.034435000037774444 +Info 2329 [19:45:22.672] getCompletionData: Get previous token: 0.05489899998065084 +Info 2330 [19:45:22.672] getCompletionsAtPosition: isCompletionListBlocker: 0.015322000021114945 +Info 2331 [19:45:22.673] getExportInfoMap: cache hit +Info 2332 [19:45:22.677] collectAutoImports: resolved 0 module specifiers, plus 31 ambient and 5 from cache +Info 2333 [19:45:22.677] collectAutoImports: response is complete +Info 2334 [19:45:22.677] collectAutoImports: 4.296356000006199 +Info 2335 [19:45:22.677] getCompletionData: Semantic work: 5.310892999987118 +Info 2336 [19:45:22.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9066130000865087 +Info 2337 [19:45:22.683] Format host information updated +Info 2338 [19:45:22.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2339 [19:45:22.791] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 16.87985899997875ms +Info 2340 [19:45:22.791] Different program with same set of files +Info 2341 [19:45:22.792] getCompletionData: Get current token: 0.015842000022530556 +Info 2342 [19:45:22.792] getCompletionData: Is inside comment: 0.10098400001879781 +Info 2343 [19:45:22.792] getCompletionData: Get previous token: 0.07803600002080202 +Info 2344 [19:45:22.792] getCompletionsAtPosition: isCompletionListBlocker: 0.019484000047668815 +Info 2345 [19:45:22.793] getExportInfoMap: cache hit +Info 2346 [19:45:22.798] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 0 from cache +Info 2347 [19:45:22.798] collectAutoImports: response is complete +Info 2348 [19:45:22.798] collectAutoImports: 4.421664000023156 +Info 2349 [19:45:22.798] getCompletionData: Semantic work: 5.780761000001803 +Info 2350 [19:45:22.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.1034119999967515 +Info 2351 [19:45:22.805] Format host information updated +Info 2352 [19:45:22.839] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2353 [19:45:22.849] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 9.908729000017047ms +Info 2354 [19:45:22.849] Different program with same set of files +Info 2355 [19:45:22.849] getCompletionData: Get current token: 0.006430999957956374 +Info 2356 [19:45:22.849] getCompletionData: Is inside comment: 0.018524999963119626 +Info 2357 [19:45:22.849] getCompletionData: Get previous token: 0.057093999930657446 +Info 2358 [19:45:22.849] getCompletionsAtPosition: isCompletionListBlocker: 0.010033000027760863 +Info 2359 [19:45:22.850] getExportInfoMap: cache hit +Info 2360 [19:45:22.851] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 2361 [19:45:22.851] collectAutoImports: response is complete +Info 2362 [19:45:22.851] collectAutoImports: 1.7058239999460056 +Info 2363 [19:45:22.851] getCompletionData: Semantic work: 2.3302029999904335 +Info 2364 [19:45:22.853] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0003359999973327 +Info 2365 [19:45:22.854] Format host information updated +Info 2366 [19:45:22.988] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2367 [19:45:23.015] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 26.428483000025153ms +Info 2368 [19:45:23.015] Different program with same set of files +Info 2369 [19:45:23.016] getCompletionData: Get current token: 0.01905299990903586 +Info 2370 [19:45:23.016] getCompletionData: Is inside comment: 0.05752000003121793 +Info 2371 [19:45:23.016] getCompletionData: Get previous token: 0.08427500003017485 +Info 2372 [19:45:23.016] getCompletionsAtPosition: isCompletionListBlocker: 0.02512200002092868 +Info 2373 [19:45:23.018] getExportInfoMap: cache hit +Info 2374 [19:45:23.038] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2375 [19:45:23.038] collectAutoImports: response is complete +Info 2376 [19:45:23.038] collectAutoImports: 20.141253000008874 +Info 2377 [19:45:23.038] getCompletionData: Semantic work: 21.65078500006348 +Info 2378 [19:45:23.045] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.372062999987975 +Info 2379 [19:45:23.051] Format host information updated +Info 2380 [19:45:23.069] Format host information updated +Info 2381 [19:45:24.038] Format host information updated +Info 2382 [19:45:25.647] getCompletionData: Get current token: 0.006530000013299286 +Info 2383 [19:45:25.647] getCompletionData: Is inside comment: 0.014278999995440245 +Info 2384 [19:45:25.647] getCompletionData: Get previous token: 0.02187000005505979 +Info 2385 [19:45:25.647] getCompletionsAtPosition: isCompletionListBlocker: 0.002208000048995018 +Info 2386 [19:45:25.647] Returning an empty list because completion was requested in an invalid position. +Info 2387 [19:45:26.972] getCompletionData: Get current token: 0.004545000032521784 +Info 2388 [19:45:26.972] getCompletionData: Is inside comment: 0.013228000025264919 +Info 2389 [19:45:26.972] getCompletionData: Get previous token: 0.021293999976478517 +Info 2390 [19:45:26.972] getCompletionsAtPosition: isCompletionListBlocker: 0.0018290000734850764 +Info 2391 [19:45:26.972] Returning an empty list because completion was requested in an invalid position. +Info 2392 [19:45:27.068] Format host information updated +Info 2393 [19:45:27.068] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2394 [19:45:27.075] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 7.0031559999333695ms +Info 2395 [19:45:27.075] Different program with same set of files +Info 2396 [19:45:27.142] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2397 [19:45:27.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 12.834343999973498ms +Info 2398 [19:45:27.155] Different program with same set of files +Info 2399 [19:45:27.155] getCompletionData: Get current token: 0.005520000006072223 +Info 2400 [19:45:27.155] getCompletionData: Is inside comment: 0.01421900000423193 +Info 2401 [19:45:27.155] getCompletionData: Get previous token: 0.011112999985925853 +Info 2402 [19:45:27.155] getCompletionsAtPosition: isCompletionListBlocker: 0.007757000043056905 +Info 2403 [19:45:27.156] getExportInfoMap: cache hit +Info 2404 [19:45:27.166] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 2405 [19:45:27.166] collectAutoImports: response is complete +Info 2406 [19:45:27.166] collectAutoImports: 9.906027000048198 +Info 2407 [19:45:27.166] getCompletionData: Semantic work: 10.468559000059031 +Info 2408 [19:45:27.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.216674999915995 +Info 2409 [19:45:27.179] Format host information updated +Info 2410 [19:45:27.235] Format host information updated +Info 2411 [19:45:27.236] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2412 [19:45:27.244] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 8.461694999947213ms +Info 2413 [19:45:27.244] Different program with same set of files +Info 2414 [19:45:27.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2415 [19:45:27.426] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 8.872728000045754ms +Info 2416 [19:45:27.426] Different program with same set of files +Info 2417 [19:45:27.426] getCompletionData: Get current token: 0.005718000000342727 +Info 2418 [19:45:27.426] getCompletionData: Is inside comment: 0.014324000105261803 +Info 2419 [19:45:27.426] getCompletionData: Get previous token: 0.023732000030577183 +Info 2420 [19:45:27.426] getCompletionsAtPosition: isCompletionListBlocker: 0.009593999944627285 +Info 2421 [19:45:27.427] getExportInfoMap: cache hit +Info 2422 [19:45:27.430] collectAutoImports: resolved 0 module specifiers, plus 52 ambient and 5 from cache +Info 2423 [19:45:27.430] collectAutoImports: response is complete +Info 2424 [19:45:27.430] collectAutoImports: 2.894804000039585 +Info 2425 [19:45:27.430] getCompletionData: Semantic work: 3.5811070000054315 +Info 2426 [19:45:27.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6953370000701398 +Info 2427 [19:45:27.433] Format host information updated +Info 2428 [19:45:27.587] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2429 [19:45:27.596] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 9.272984000039287ms +Info 2430 [19:45:27.596] Different program with same set of files +Info 2431 [19:45:27.597] getCompletionData: Get current token: 0.006710999994538724 +Info 2432 [19:45:27.597] getCompletionData: Is inside comment: 0.01612000004388392 +Info 2433 [19:45:27.597] getCompletionData: Get previous token: 0.027505000005476177 +Info 2434 [19:45:27.597] getCompletionsAtPosition: isCompletionListBlocker: 0.009186999988742173 +Info 2435 [19:45:27.597] getExportInfoMap: cache hit +Info 2436 [19:45:27.600] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 1 from cache +Info 2437 [19:45:27.600] collectAutoImports: response is complete +Info 2438 [19:45:27.600] collectAutoImports: 2.142500000074506 +Info 2439 [19:45:27.600] getCompletionData: Semantic work: 2.8874139999970794 +Info 2440 [19:45:27.601] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3442639999557287 +Info 2441 [19:45:27.602] Format host information updated +Info 2442 [19:45:27.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2443 [19:45:27.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 6.797032000031322ms +Info 2444 [19:45:27.706] Different program with same set of files +Info 2445 [19:45:27.706] getCompletionData: Get current token: 0.005706000025384128 +Info 2446 [19:45:27.706] getCompletionData: Is inside comment: 0.01389599998947233 +Info 2447 [19:45:27.706] getCompletionData: Get previous token: 0.02382300002500415 +Info 2448 [19:45:27.706] getCompletionsAtPosition: isCompletionListBlocker: 0.007931000087410212 +Info 2449 [19:45:27.707] getExportInfoMap: cache hit +Info 2450 [19:45:27.708] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 1 from cache +Info 2451 [19:45:27.708] collectAutoImports: response is complete +Info 2452 [19:45:27.708] collectAutoImports: 1.74849299993366 +Info 2453 [19:45:27.708] getCompletionData: Semantic work: 2.4485509999794886 +Info 2454 [19:45:27.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3047289999667555 +Info 2455 [19:45:27.712] Format host information updated +Info 2456 [19:45:27.812] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2457 [19:45:27.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 6.759965999983251ms +Info 2458 [19:45:27.819] Different program with same set of files +Info 2459 [19:45:27.819] getCompletionData: Get current token: 0.006581000052392483 +Info 2460 [19:45:27.819] getCompletionData: Is inside comment: 0.015832999954000115 +Info 2461 [19:45:27.819] getCompletionData: Get previous token: 0.026485999929718673 +Info 2462 [19:45:27.819] getCompletionsAtPosition: isCompletionListBlocker: 0.007959000067785382 +Info 2463 [19:45:27.820] getExportInfoMap: cache hit +Info 2464 [19:45:27.832] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2465 [19:45:27.832] collectAutoImports: response is complete +Info 2466 [19:45:27.832] collectAutoImports: 12.359224999905564 +Info 2467 [19:45:27.832] getCompletionData: Semantic work: 12.971749000018463 +Info 2468 [19:45:27.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.434215999906883 +Info 2469 [19:45:27.843] Format host information updated +Info 2470 [19:45:28.970] Format host information updated +Info 2471 [19:45:33.566] getCompletionData: Get current token: 0.005873000016435981 +Info 2472 [19:45:33.566] getCompletionData: Is inside comment: 0.0015060000587254763 +Info 2473 [19:45:33.566] getCompletionData: Get previous token: 0.020675999927334487 +Info 2474 [19:45:33.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0032140000257641077 +Info 2475 [19:45:33.566] getCompletionData: Semantic work: 0.1907399999909103 +Info 2476 [19:45:33.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02047300001140684 +Info 2477 [19:45:34.414] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2478 [19:45:34.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 14.978391999960877ms +Info 2479 [19:45:34.429] Different program with same set of files +Info 2480 [19:45:34.430] getCompletionData: Get current token: 0.004878000007010996 +Info 2481 [19:45:34.430] getCompletionData: Is inside comment: 0.0016160000814124942 +Info 2482 [19:45:34.430] getCompletionData: Get previous token: 0.028760000015608966 +Info 2483 [19:45:34.430] getCompletionsAtPosition: isCompletionListBlocker: 0.009852999937720597 +Info 2484 [19:45:34.431] getExportInfoMap: cache hit +Info 2485 [19:45:34.435] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 2486 [19:45:34.435] collectAutoImports: response is complete +Info 2487 [19:45:34.435] collectAutoImports: 4.2544830000260845 +Info 2488 [19:45:34.435] getCompletionData: Semantic work: 5.220907999901101 +Info 2489 [19:45:34.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7898089999798685 +Info 2490 [19:45:34.438] Format host information updated +Info 2491 [19:45:34.670] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2492 [19:45:34.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 10.054655000101775ms +Info 2493 [19:45:34.680] Different program with same set of files +Info 2494 [19:45:34.681] getCompletionData: Get current token: 0.004766999976709485 +Info 2495 [19:45:34.681] getCompletionData: Is inside comment: 0.0016450000694021583 +Info 2496 [19:45:34.681] getCompletionData: Get previous token: 0.02401099994312972 +Info 2497 [19:45:34.681] getCompletionsAtPosition: isCompletionListBlocker: 0.003056999994441867 +Info 2498 [19:45:34.681] getCompletionData: Semantic work: 0.3691140000009909 +Info 2499 [19:45:34.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02099900005850941 +Info 2500 [19:45:34.683] Format host information updated +Info 2501 [19:45:36.924] Format host information updated +Info 2502 [19:45:36.924] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2503 [19:45:36.934] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 10.098694000043906ms +Info 2504 [19:45:36.934] Different program with same set of files +Info 2505 [19:45:37.720] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2506 [19:45:37.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 10.667628000024706ms +Info 2507 [19:45:37.731] Different program with same set of files +Info 2508 [19:45:37.731] getCompletionData: Get current token: 0.004592000041157007 +Info 2509 [19:45:37.731] getCompletionData: Is inside comment: 0.001319000031799078 +Info 2510 [19:45:37.731] getCompletionData: Get previous token: 0.01902199990581721 +Info 2511 [19:45:37.731] getCompletionsAtPosition: isCompletionListBlocker: 0.007314000045880675 +Info 2512 [19:45:37.731] getExportInfoMap: cache hit +Info 2513 [19:45:37.746] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 2514 [19:45:37.746] collectAutoImports: response is complete +Info 2515 [19:45:37.746] collectAutoImports: 14.261876999982633 +Info 2516 [19:45:37.746] getCompletionData: Semantic work: 14.78814900002908 +Info 2517 [19:45:37.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.072149000014178 +Info 2518 [19:45:37.762] Format host information updated +Info 2519 [19:45:37.874] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2520 [19:45:37.884] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 9.616564000025392ms +Info 2521 [19:45:37.884] Different program with same set of files +Info 2522 [19:45:37.884] getCompletionData: Get current token: 0.0058769999304786325 +Info 2523 [19:45:37.884] getCompletionData: Is inside comment: 0.0018599999602884054 +Info 2524 [19:45:37.884] getCompletionData: Get previous token: 0.029192999936640263 +Info 2525 [19:45:37.884] getCompletionsAtPosition: isCompletionListBlocker: 0.008947999915108085 +Info 2526 [19:45:37.885] getExportInfoMap: cache hit +Info 2527 [19:45:37.905] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 2528 [19:45:37.905] collectAutoImports: response is complete +Info 2529 [19:45:37.905] collectAutoImports: 19.727705000084825 +Info 2530 [19:45:37.905] getCompletionData: Semantic work: 20.56239800003823 +Info 2531 [19:45:37.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.700109999976121 +Info 2532 [19:45:37.923] Format host information updated +Info 2533 [19:45:37.959] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2534 [19:45:37.967] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 7.968908000038937ms +Info 2535 [19:45:37.967] Different program with same set of files +Info 2536 [19:45:37.967] getCompletionData: Get current token: 0.005298999953083694 +Info 2537 [19:45:37.967] getCompletionData: Is inside comment: 0.0014120000414550304 +Info 2538 [19:45:37.967] getCompletionData: Get previous token: 0.0329979999223724 +Info 2539 [19:45:37.967] getCompletionsAtPosition: isCompletionListBlocker: 0.00737400003708899 +Info 2540 [19:45:37.968] getExportInfoMap: cache hit +Info 2541 [19:45:37.981] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 2542 [19:45:37.981] collectAutoImports: response is complete +Info 2543 [19:45:37.981] collectAutoImports: 13.35005100001581 +Info 2544 [19:45:37.981] getCompletionData: Semantic work: 13.994415999972261 +Info 2545 [19:45:37.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.432388000073843 +Info 2546 [19:45:37.995] Format host information updated +Info 2547 [19:45:38.508] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2548 [19:45:38.515] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 7.161114000016823ms +Info 2549 [19:45:38.515] Different program with same set of files +Info 2550 [19:45:38.516] getCompletionData: Get current token: 0.003981000045314431 +Info 2551 [19:45:38.516] getCompletionData: Is inside comment: 0.0013419999741017818 +Info 2552 [19:45:38.516] getCompletionData: Get previous token: 0.024855999974533916 +Info 2553 [19:45:38.516] getCompletionsAtPosition: isCompletionListBlocker: 0.007608999963849783 +Info 2554 [19:45:38.516] getExportInfoMap: cache hit +Info 2555 [19:45:38.519] collectAutoImports: resolved 0 module specifiers, plus 52 ambient and 5 from cache +Info 2556 [19:45:38.519] collectAutoImports: response is complete +Info 2557 [19:45:38.519] collectAutoImports: 2.5869979999260977 +Info 2558 [19:45:38.519] getCompletionData: Semantic work: 3.310499999905005 +Info 2559 [19:45:38.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4029979999177158 +Info 2560 [19:45:38.522] Format host information updated +Info 2561 [19:45:38.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2562 [19:45:38.745] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 11.4162569999462ms +Info 2563 [19:45:38.746] Different program with same set of files +Info 2564 [19:45:38.746] getCompletionData: Get current token: 0.006174999987706542 +Info 2565 [19:45:38.746] getCompletionData: Is inside comment: 0.002548999967984855 +Info 2566 [19:45:38.746] getCompletionData: Get previous token: 0.04182400007266551 +Info 2567 [19:45:38.746] getCompletionsAtPosition: isCompletionListBlocker: 0.010470999986864626 +Info 2568 [19:45:38.747] getExportInfoMap: cache hit +Info 2569 [19:45:38.750] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 1 from cache +Info 2570 [19:45:38.750] collectAutoImports: response is complete +Info 2571 [19:45:38.750] collectAutoImports: 2.8834930000593886 +Info 2572 [19:45:38.750] getCompletionData: Semantic work: 4.047739000059664 +Info 2573 [19:45:38.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2988680000416934 +Info 2574 [19:45:38.752] Format host information updated +Info 2575 [19:45:38.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2576 [19:45:38.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 7.230661000008695ms +Info 2577 [19:45:38.857] Different program with same set of files +Info 2578 [19:45:38.858] getCompletionData: Get current token: 0.004955000011250377 +Info 2579 [19:45:38.858] getCompletionData: Is inside comment: 0.0015780000248923898 +Info 2580 [19:45:38.858] getCompletionData: Get previous token: 0.04849600000306964 +Info 2581 [19:45:38.858] getCompletionsAtPosition: isCompletionListBlocker: 0.00831899989861995 +Info 2582 [19:45:38.858] getExportInfoMap: cache hit +Info 2583 [19:45:38.860] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 1 from cache +Info 2584 [19:45:38.860] collectAutoImports: response is complete +Info 2585 [19:45:38.860] collectAutoImports: 1.8697169999359176 +Info 2586 [19:45:38.860] getCompletionData: Semantic work: 2.538137000054121 +Info 2587 [19:45:38.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.249889999977313 +Info 2588 [19:45:38.866] Format host information updated +Info 2589 [19:45:38.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2590 [19:45:39.027] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 28.630115000065416ms +Info 2591 [19:45:39.027] Different program with same set of files +Info 2592 [19:45:39.028] getCompletionData: Get current token: 0.022545999963767827 +Info 2593 [19:45:39.028] getCompletionData: Is inside comment: 0.007247999892570078 +Info 2594 [19:45:39.028] getCompletionData: Get previous token: 0.12103400006890297 +Info 2595 [19:45:39.029] getCompletionsAtPosition: isCompletionListBlocker: 0.031669999938458204 +Info 2596 [19:45:39.030] getExportInfoMap: cache hit +Info 2597 [19:45:39.053] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2598 [19:45:39.053] collectAutoImports: response is complete +Info 2599 [19:45:39.053] collectAutoImports: 22.652937999926507 +Info 2600 [19:45:39.053] getCompletionData: Semantic work: 24.622950999997556 +Info 2601 [19:45:39.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.492553999996744 +Info 2602 [19:45:39.066] Format host information updated +Info 2603 [19:45:39.104] Format host information updated +Info 2604 [19:45:39.104] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2605 [19:45:39.114] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 9.75621600006707ms +Info 2606 [19:45:39.114] Different program with same set of files +Info 2607 [19:45:40.134] getCompletionData: Get current token: 0.005317999981343746 +Info 2608 [19:45:40.134] getCompletionData: Is inside comment: 0.0016609999584034085 +Info 2609 [19:45:40.134] getCompletionData: Get previous token: 0.021254000021144748 +Info 2610 [19:45:40.134] getCompletionsAtPosition: isCompletionListBlocker: 0.009375000023283064 +Info 2611 [19:45:40.134] getExportInfoMap: cache hit +Info 2612 [19:45:40.150] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2613 [19:45:40.151] collectAutoImports: response is complete +Info 2614 [19:45:40.151] collectAutoImports: 16.083834999939427 +Info 2615 [19:45:40.151] getCompletionData: Semantic work: 16.752097000018694 +Info 2616 [19:45:40.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.860143000027165 +Info 2617 [19:45:40.248] Format host information updated +Info 2618 [19:45:40.248] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2619 [19:45:40.256] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 8.08695800008718ms +Info 2620 [19:45:40.256] Different program with same set of files +Info 2621 [19:45:40.811] getCompletionData: Get current token: 0.010116000077687204 +Info 2622 [19:45:40.811] getCompletionData: Is inside comment: 0.01531400007661432 +Info 2623 [19:45:40.811] getCompletionData: Get previous token: 0.011743999901227653 +Info 2624 [19:45:40.811] getCompletionsAtPosition: isCompletionListBlocker: 0.0033600000897422433 +Info 2625 [19:45:40.812] getExportInfoMap: cache hit +Info 2626 [19:45:40.824] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 101 from cache +Info 2627 [19:45:40.824] collectAutoImports: response is complete +Info 2628 [19:45:40.824] collectAutoImports: 11.842699999921024 +Info 2629 [19:45:40.824] getCompletionData: Semantic work: 12.491775000002235 +Info 2630 [19:45:40.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.567242999910377 +Info 2631 [19:45:41.446] getCompletionData: Get current token: 0.005105999996885657 +Info 2632 [19:45:41.446] getCompletionData: Is inside comment: 0.001538999960757792 +Info 2633 [19:45:41.446] getCompletionData: Get previous token: 0.021927000023424625 +Info 2634 [19:45:41.446] getCompletionsAtPosition: isCompletionListBlocker: 0.0036069999914616346 +Info 2635 [19:45:41.446] getCompletionData: Semantic work: 0.19022400001995265 +Info 2636 [19:45:41.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02675199997611344 +Info 2637 [19:45:42.099] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2638 [19:45:42.108] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 9.163805000018328ms +Info 2639 [19:45:42.108] Different program with same set of files +Info 2640 [19:45:42.108] getCompletionData: Get current token: 0.004561000037938356 +Info 2641 [19:45:42.108] getCompletionData: Is inside comment: 0.0015770000172778964 +Info 2642 [19:45:42.108] getCompletionData: Get previous token: 0.023862999980337918 +Info 2643 [19:45:42.108] getCompletionsAtPosition: isCompletionListBlocker: 0.008794000023044646 +Info 2644 [19:45:42.109] getExportInfoMap: cache hit +Info 2645 [19:45:42.111] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 2646 [19:45:42.111] collectAutoImports: response is complete +Info 2647 [19:45:42.111] collectAutoImports: 2.174540999927558 +Info 2648 [19:45:42.111] getCompletionData: Semantic work: 2.8918099999427795 +Info 2649 [19:45:42.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3617920000106096 +Info 2650 [19:45:42.114] Format host information updated +Info 2651 [19:45:42.336] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2652 [19:45:42.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 7.993040999979712ms +Info 2653 [19:45:42.345] Different program with same set of files +Info 2654 [19:45:42.345] getCompletionData: Get current token: 0.004040000028908253 +Info 2655 [19:45:42.345] getCompletionData: Is inside comment: 0.0013379999436438084 +Info 2656 [19:45:42.345] getCompletionData: Get previous token: 0.023154999944381416 +Info 2657 [19:45:42.345] getCompletionsAtPosition: isCompletionListBlocker: 0.002673999988473952 +Info 2658 [19:45:42.345] getCompletionData: Semantic work: 0.3958620000630617 +Info 2659 [19:45:42.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03607999999076128 +Info 2660 [19:45:42.346] Format host information updated +Info 2661 [19:45:44.907] getCompletionData: Get current token: 0.004692999995313585 +Info 2662 [19:45:44.907] getCompletionData: Is inside comment: 0.0014349999837577343 +Info 2663 [19:45:44.907] getCompletionData: Get previous token: 0.016301000025123358 +Info 2664 [19:45:44.907] getCompletionsAtPosition: isCompletionListBlocker: 0.0033970000222325325 +Info 2665 [19:45:44.907] getCompletionData: Semantic work: 0.12162300001364201 +Info 2666 [19:45:44.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.016524000093340874 +Info 2667 [19:45:46.586] getCompletionData: Get current token: 0.010098000057041645 +Info 2668 [19:45:46.586] getCompletionData: Is inside comment: 0.01757299993187189 +Info 2669 [19:45:46.587] getCompletionData: Get previous token: 0.02377099997829646 +Info 2670 [19:45:46.587] getCompletionsAtPosition: isCompletionListBlocker: 0.004407999920658767 +Info 2671 [19:45:46.587] getExportInfoMap: cache hit +Info 2672 [19:45:46.607] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2673 [19:45:46.607] collectAutoImports: response is complete +Info 2674 [19:45:46.607] collectAutoImports: 19.739350000047125 +Info 2675 [19:45:46.607] getCompletionData: Semantic work: 20.49506200000178 +Info 2676 [19:45:46.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.048116000019945 +Info 2677 [19:45:46.783] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2678 [19:45:46.791] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 8.258208999992348ms +Info 2679 [19:45:46.792] Different program with same set of files +Info 2680 [19:45:46.792] getCompletionData: Get current token: 0.00660500000230968 +Info 2681 [19:45:46.792] getCompletionData: Is inside comment: 0.021508999983780086 +Info 2682 [19:45:46.792] getCompletionData: Get previous token: 0.030780000030063093 +Info 2683 [19:45:46.792] getCompletionsAtPosition: isCompletionListBlocker: 0.00343000004068017 +Info 2684 [19:45:46.792] getExportInfoMap: cache hit +Info 2685 [19:45:46.794] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2686 [19:45:46.794] collectAutoImports: response is complete +Info 2687 [19:45:46.794] collectAutoImports: 1.647503999993205 +Info 2688 [19:45:46.794] getCompletionData: Semantic work: 2.215544000035152 +Info 2689 [19:45:46.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.6089670000365 +Info 2690 [19:45:46.800] Format host information updated +Info 2691 [19:45:46.997] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2692 [19:45:47.022] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 24.254671999951825ms +Info 2693 [19:45:47.022] Different program with same set of files +Info 2694 [19:45:47.022] getCompletionData: Get current token: 0.014494000002741814 +Info 2695 [19:45:47.022] getCompletionData: Is inside comment: 0.047030000016093254 +Info 2696 [19:45:47.023] getCompletionData: Get previous token: 0.064996000030078 +Info 2697 [19:45:47.023] getCompletionsAtPosition: isCompletionListBlocker: 0.005615999922156334 +Info 2698 [19:45:47.024] getExportInfoMap: cache hit +Info 2699 [19:45:47.027] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2700 [19:45:47.027] collectAutoImports: response is complete +Info 2701 [19:45:47.027] collectAutoImports: 3.0576359999831766 +Info 2702 [19:45:47.027] getCompletionData: Semantic work: 4.092735999962315 +Info 2703 [19:45:47.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6681099999696016 +Info 2704 [19:45:47.032] Format host information updated +Info 2705 [19:45:47.086] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2706 [19:45:47.094] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 7.834703000029549ms +Info 2707 [19:45:47.094] Different program with same set of files +Info 2708 [19:45:47.094] getCompletionData: Get current token: 0.007239999948069453 +Info 2709 [19:45:47.094] getCompletionData: Is inside comment: 0.020932999905198812 +Info 2710 [19:45:47.094] getCompletionData: Get previous token: 0.03139499993994832 +Info 2711 [19:45:47.094] getCompletionsAtPosition: isCompletionListBlocker: 0.0032679999712854624 +Info 2712 [19:45:47.094] getExportInfoMap: cache hit +Info 2713 [19:45:47.096] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2714 [19:45:47.096] collectAutoImports: response is complete +Info 2715 [19:45:47.096] collectAutoImports: 1.6898519999813288 +Info 2716 [19:45:47.096] getCompletionData: Semantic work: 2.2718109999550506 +Info 2717 [19:45:47.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.215269000036642 +Info 2718 [19:45:47.100] Format host information updated +Info 2719 [19:45:47.148] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2720 [19:45:47.162] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 14.159187000012025ms +Info 2721 [19:45:47.162] Different program with same set of files +Info 2722 [19:45:47.163] getCompletionData: Get current token: 0.009168999968096614 +Info 2723 [19:45:47.163] getCompletionData: Is inside comment: 0.027750000008381903 +Info 2724 [19:45:47.163] getCompletionData: Get previous token: 0.03893800009973347 +Info 2725 [19:45:47.163] getCompletionsAtPosition: isCompletionListBlocker: 0.0036689999978989363 +Info 2726 [19:45:47.163] getExportInfoMap: cache hit +Info 2727 [19:45:47.166] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2728 [19:45:47.166] collectAutoImports: response is complete +Info 2729 [19:45:47.166] collectAutoImports: 2.2010149999987334 +Info 2730 [19:45:47.166] getCompletionData: Semantic work: 2.9608939999016 +Info 2731 [19:45:47.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9574760000687093 +Info 2732 [19:45:47.170] Format host information updated +Info 2733 [19:45:47.447] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2734 [19:45:47.484] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 252 structureChanged: true structureIsReused:: SafeModules Elapsed: 37.06439000007231ms +Info 2735 [19:45:47.484] Different program with same set of files +Info 2736 [19:45:47.484] getCompletionData: Get current token: 0.011518999934196472 +Info 2737 [19:45:47.484] getCompletionData: Is inside comment: 0.021290999953635037 +Info 2738 [19:45:47.484] getCompletionData: Get previous token: 0.015370000037364662 +Info 2739 [19:45:47.485] getCompletionsAtPosition: isCompletionListBlocker: 0.05180400004610419 +Info 2740 [19:45:47.485] getExportInfoMap: cache hit +Info 2741 [19:45:47.498] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2742 [19:45:47.498] collectAutoImports: response is complete +Info 2743 [19:45:47.498] collectAutoImports: 13.179576999973506 +Info 2744 [19:45:47.498] getCompletionData: Semantic work: 13.857593000051565 +Info 2745 [19:45:47.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.055692000081763 +Info 2746 [19:45:47.511] Format host information updated +Info 2747 [19:45:47.527] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2748 [19:45:47.533] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 6.608333999989554ms +Info 2749 [19:45:47.533] Different program with same set of files +Info 2750 [19:45:47.533] getCompletionData: Get current token: 0.005256999982520938 +Info 2751 [19:45:47.533] getCompletionData: Is inside comment: 0.014555000001564622 +Info 2752 [19:45:47.533] getCompletionData: Get previous token: 0.0104010000359267 +Info 2753 [19:45:47.533] getCompletionsAtPosition: isCompletionListBlocker: 0.008116999990306795 +Info 2754 [19:45:47.534] getExportInfoMap: cache hit +Info 2755 [19:45:47.545] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2756 [19:45:47.545] collectAutoImports: response is complete +Info 2757 [19:45:47.545] collectAutoImports: 11.214037000085227 +Info 2758 [19:45:47.545] getCompletionData: Semantic work: 11.714515999890864 +Info 2759 [19:45:47.551] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.339290999923833 +Info 2760 [19:45:47.555] Format host information updated +Info 2761 [19:45:48.616] getCompletionData: Get current token: 0.007172999903559685 +Info 2762 [19:45:48.616] getCompletionData: Is inside comment: 0.018795000039972365 +Info 2763 [19:45:48.616] getCompletionData: Get previous token: 0.013719000038690865 +Info 2764 [19:45:48.616] getCompletionsAtPosition: isCompletionListBlocker: 0.01273600000422448 +Info 2765 [19:45:48.617] getExportInfoMap: cache hit +Info 2766 [19:45:48.631] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2767 [19:45:48.631] collectAutoImports: response is complete +Info 2768 [19:45:48.631] collectAutoImports: 13.898352000047453 +Info 2769 [19:45:48.631] getCompletionData: Semantic work: 14.764202999998815 +Info 2770 [19:45:48.639] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.621851000003517 +Info 2771 [19:45:48.791] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2772 [19:45:48.798] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 7.363268000073731ms +Info 2773 [19:45:48.798] Different program with same set of files +Info 2774 [19:45:48.798] getCompletionData: Get current token: 0.00835599994752556 +Info 2775 [19:45:48.798] getCompletionData: Is inside comment: 0.01892299996688962 +Info 2776 [19:45:48.799] getCompletionData: Get previous token: 0.015284999972209334 +Info 2777 [19:45:48.799] getCompletionsAtPosition: isCompletionListBlocker: 0.0026499999221414328 +Info 2778 [19:45:48.799] getCompletionData: Semantic work: 0.009414999978616834 +Info 2779 [19:45:48.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02177799993660301 +Info 2780 [19:45:48.799] Format host information updated +Info 2781 [19:45:49.203] getCompletionData: Get current token: 0.005643000011332333 +Info 2782 [19:45:49.203] getCompletionData: Is inside comment: 0.014556999900378287 +Info 2783 [19:45:49.203] getCompletionData: Get previous token: 0.010923999943770468 +Info 2784 [19:45:49.204] getCompletionsAtPosition: isCompletionListBlocker: 0.004803999909199774 +Info 2785 [19:45:49.204] getExportInfoMap: cache hit +Info 2786 [19:45:49.213] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 75 from cache +Info 2787 [19:45:49.213] collectAutoImports: response is complete +Info 2788 [19:45:49.213] collectAutoImports: 9.34960700001102 +Info 2789 [19:45:49.213] getCompletionData: Semantic work: 9.90464000008069 +Info 2790 [19:45:49.219] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.249422000022605 +Info 2791 [19:45:49.406] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2792 [19:45:49.419] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 255 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.19063800002914ms +Info 2793 [19:45:49.419] Different program with same set of files +Info 2794 [19:45:49.420] Format host information updated +Info 2795 [19:45:49.623] Format host information updated +Info 2796 [19:45:49.623] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2797 [19:45:49.638] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 256 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.30327000003308ms +Info 2798 [19:45:49.638] Different program with same set of files +Info 2799 [19:45:49.856] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2800 [19:45:49.870] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 257 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.830273999948986ms +Info 2801 [19:45:49.870] Different program with same set of files +Info 2802 [19:45:49.871] Format host information updated +Info 2803 [19:45:49.916] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2804 [19:45:49.928] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 258 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.904249999905005ms +Info 2805 [19:45:49.928] Different program with same set of files +Info 2806 [19:45:49.932] Format host information updated +Info 2807 [19:45:49.977] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2808 [19:45:49.989] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 259 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.555734999943525ms +Info 2809 [19:45:49.989] Different program with same set of files +Info 2810 [19:45:49.990] Format host information updated +Info 2811 [19:45:50.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2812 [19:45:50.134] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 260 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.083097000024281ms +Info 2813 [19:45:50.134] Different program with same set of files +Info 2814 [19:45:50.135] Format host information updated +Info 2815 [19:45:50.197] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2816 [19:45:50.226] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 261 structureChanged: true structureIsReused:: SafeModules Elapsed: 29.800832999986596ms +Info 2817 [19:45:50.227] Different program with same set of files +Info 2818 [19:45:50.229] Format host information updated +Info 2819 [19:45:50.257] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2820 [19:45:50.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 262 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.021971000009216ms +Info 2821 [19:45:50.270] Different program with same set of files +Info 2822 [19:45:50.271] Format host information updated +Info 2823 [19:45:50.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2824 [19:45:50.638] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 263 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.752045000088401ms +Info 2825 [19:45:50.638] Different program with same set of files +Info 2826 [19:45:50.639] Format host information updated +Info 2827 [19:45:50.809] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2828 [19:45:50.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 264 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.12695300008636ms +Info 2829 [19:45:50.821] Different program with same set of files +Info 2830 [19:45:50.824] Format host information updated +Info 2831 [19:45:50.925] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2832 [19:45:50.960] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 265 structureChanged: true structureIsReused:: SafeModules Elapsed: 34.969604999991134ms +Info 2833 [19:45:50.960] Different program with same set of files +Info 2834 [19:45:50.961] Format host information updated +Info 2835 [19:45:50.996] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2836 [19:45:51.007] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 266 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.85989600000903ms +Info 2837 [19:45:51.007] Different program with same set of files +Info 2838 [19:45:51.008] Format host information updated +Info 2839 [19:45:51.117] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2840 [19:45:51.129] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 267 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.841408999986015ms +Info 2841 [19:45:51.129] Different program with same set of files +Info 2842 [19:45:51.130] Format host information updated +Info 2843 [19:45:55.061] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 2844 [19:45:55.062] Elapsed:: 0.13985199993476272ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 2845 [19:45:55.062] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 2846 [19:45:55.062] Elapsed:: 0.6051740000257269ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 2847 [19:45:55.062] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 2848 [19:45:55.062] Elapsed:: 0.103023000061512ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 2849 [19:45:55.062] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2850 [19:45:55.063] Elapsed:: 0.2710119999246672ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2851 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2852 [19:45:55.063] Elapsed:: 0.15158900001551956ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2853 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2854 [19:45:55.063] Elapsed:: 0.027011999976821244ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2855 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2856 [19:45:55.063] Elapsed:: 0.023109000059776008ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2857 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2858 [19:45:55.063] TypingWatchers already invoked +Info 2859 [19:45:55.063] Elapsed:: 0.03465299995150417ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Makefile :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2860 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2861 [19:45:55.063] Elapsed:: 0.01780299993697554ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2862 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2863 [19:45:55.063] Elapsed:: 0.005588999949395657ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2864 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2865 [19:45:55.063] Elapsed:: 0.01678800000809133ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2866 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2867 [19:45:55.063] Elapsed:: 0.008177999989129603ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2868 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2869 [19:45:55.063] TypingWatchers already invoked +Info 2870 [19:45:55.063] Elapsed:: 0.010294000036083162ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/History.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2871 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2872 [19:45:55.063] Elapsed:: 0.01349899999331683ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2873 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2874 [19:45:55.063] Elapsed:: 0.004407999920658767ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2875 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2876 [19:45:55.063] Elapsed:: 0.013583999942056835ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2877 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2878 [19:45:55.063] Elapsed:: 0.008086999994702637ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2879 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2880 [19:45:55.063] TypingWatchers already invoked +Info 2881 [19:45:55.063] Elapsed:: 0.0038380000041797757ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/.npmignore :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2882 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2883 [19:45:55.063] Elapsed:: 0.03556899994146079ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2884 [19:45:55.063] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2885 [19:45:55.064] Elapsed:: 0.3351329999277368ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2886 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2887 [19:45:55.064] Elapsed:: 0.02721400000154972ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2888 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2889 [19:45:55.064] Elapsed:: 0.01263499993365258ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2890 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2891 [19:45:55.064] TypingWatchers already invoked +Info 2892 [19:45:55.064] Elapsed:: 0.00430999998934567ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/index.js :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2893 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2894 [19:45:55.064] Elapsed:: 0.02147000003606081ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2895 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2896 [19:45:55.064] Elapsed:: 0.005431999918073416ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2897 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2898 [19:45:55.064] Elapsed:: 0.07322000002022833ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2899 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2900 [19:45:55.064] Elapsed:: 0.0152749998960644ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2901 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2902 [19:45:55.064] TypingWatchers already invoked +Info 2903 [19:45:55.064] Elapsed:: 0.004377000033855438ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/Readme.md :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2904 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2905 [19:45:55.064] Elapsed:: 0.01721199997700751ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2906 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2907 [19:45:55.064] Elapsed:: 0.004676999989897013ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2908 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2909 [19:45:55.064] Elapsed:: 0.015492000035010278ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2910 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2911 [19:45:55.064] Elapsed:: 0.006089000031352043ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2912 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2913 [19:45:55.064] TypingWatchers already invoked +Info 2914 [19:45:55.064] Elapsed:: 0.004098999896086752ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/package.json :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2915 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2916 [19:45:55.064] Elapsed:: 0.010205000056885183ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2917 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2918 [19:45:55.064] Elapsed:: 0.04089499998372048ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2919 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2920 [19:45:55.064] Elapsed:: 0.009542000014334917ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2921 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2922 [19:45:55.064] Elapsed:: 0.005122000002302229ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2923 [19:45:55.064] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2924 [19:45:55.064] TypingWatchers already invoked +Info 2925 [19:45:55.064] Elapsed:: 0.003915000008419156ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules/callsite/callsite :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2926 [19:45:55.428] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2927 [19:45:55.441] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 268 structureChanged: true structureIsReused:: Not Elapsed: 12.516028000041842ms +Info 2928 [19:45:55.441] Project '/dev/null/inferredProject1*' (Inferred) +Info 2929 [19:45:55.441] Files (120) + +Info 2930 [19:45:55.441] ----------------------------------------------- +Info 2931 [19:45:55.441] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 2932 [19:45:55.441] Files (124) + +Info 2933 [19:45:55.441] ----------------------------------------------- +Info 2934 [19:45:56.070] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2935 [19:45:56.070] Elapsed:: 0.01526800007559359ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 2936 [19:45:56.070] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2937 [19:45:56.070] Elapsed:: 0.07320900005288422ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 2938 [19:45:56.070] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2939 [19:45:56.070] Elapsed:: 0.007149999961256981ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 2940 [19:45:56.070] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2941 [19:45:56.070] Elapsed:: 0.002116000046953559ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 2942 [19:45:56.070] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2943 [19:45:56.070] Ignoring files that are not *.json +Info 2944 [19:45:56.070] Elapsed:: 0.008227999904192984ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 2945 [19:45:56.320] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 2946 [19:45:56.354] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed: 34.42077500000596ms +Info 2947 [19:45:56.354] Different program with same set of files +Info 2948 [19:45:57.321] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2949 [19:45:57.361] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 269 structureChanged: true structureIsReused:: SafeModules Elapsed: 40.42159099993296ms +Info 2950 [19:45:57.361] Different program with same set of files +Info 2951 [19:45:58.437] getCompletionData: Get current token: 0.0044380000326782465 +Info 2952 [19:45:58.437] getCompletionData: Is inside comment: 0.00145800004247576 +Info 2953 [19:45:58.437] getCompletionData: Get previous token: 0.01659100002143532 +Info 2954 [19:45:58.437] getCompletionsAtPosition: isCompletionListBlocker: 0.0037849999498575926 +Info 2955 [19:45:58.437] getCompletionData: Semantic work: 0.36176199989859015 +Info 2956 [19:45:58.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02462399995420128 +Info 2957 [19:45:59.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2958 [19:45:59.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 7.109178999904543ms +Info 2959 [19:45:59.085] Different program with same set of files +Info 2960 [19:45:59.085] getCompletionData: Get current token: 0.004721999983303249 +Info 2961 [19:45:59.085] getCompletionData: Is inside comment: 0.001474000047892332 +Info 2962 [19:45:59.085] getCompletionData: Get previous token: 0.021303000045008957 +Info 2963 [19:45:59.085] getCompletionsAtPosition: isCompletionListBlocker: 0.00816199998371303 +Info 2964 [19:45:59.087] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.39083099993877113 ms +Info 2965 [19:45:59.087] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 2966 [19:45:59.094] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 6 structureChanged: true structureIsReused:: Not Elapsed: 7.165159999975003ms +Info 2967 [19:45:59.094] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 2968 [19:45:59.094] Files (123) + +Info 2969 [19:45:59.094] ----------------------------------------------- +Info 2970 [19:45:59.094] getExportInfoMap: cache miss or empty; calculating new results +Info 2971 [19:45:59.127] forEachExternalModuleToImportFrom autoImportProvider: 22.882947999984026 +Info 2972 [19:45:59.127] getExportInfoMap: done in 41.30698700004723 ms +Info 2973 [19:45:59.129] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 2974 [19:45:59.129] collectAutoImports: response is complete +Info 2975 [19:45:59.129] collectAutoImports: 1.9964659999823198 +Info 2976 [19:45:59.129] getCompletionData: Semantic work: 43.89000300003681 +Info 2977 [19:45:59.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.177151000010781 +Info 2978 [19:45:59.132] Format host information updated +Info 2979 [19:45:59.321] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2980 [19:45:59.328] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 6.894916000077501ms +Info 2981 [19:45:59.328] Different program with same set of files +Info 2982 [19:45:59.328] getCompletionData: Get current token: 0.004812999977730215 +Info 2983 [19:45:59.328] getCompletionData: Is inside comment: 0.0014570000348612666 +Info 2984 [19:45:59.328] getCompletionData: Get previous token: 0.020375999971292913 +Info 2985 [19:45:59.328] getCompletionsAtPosition: isCompletionListBlocker: 0.0030369999585673213 +Info 2986 [19:45:59.329] getCompletionData: Semantic work: 0.3080289999488741 +Info 2987 [19:45:59.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.018716000020503998 +Info 2988 [19:45:59.332] Format host information updated +Info 2989 [19:45:59.571] Before ensureProjectForOpenFiles: +Info 2990 [19:45:59.571] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 2990 [19:45:59.571] Files (65) + +Info 2990 [19:45:59.571] ----------------------------------------------- +Info 2990 [19:45:59.571] Project '/dev/null/inferredProject1*' (Inferred) +Info 2990 [19:45:59.571] Files (120) + +Info 2990 [19:45:59.571] ----------------------------------------------- +Info 2990 [19:45:59.571] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 2990 [19:45:59.571] Files (123) + +Info 2990 [19:45:59.571] ----------------------------------------------- +Info 2990 [19:45:59.571] Open files: +Info 2990 [19:45:59.571] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2990 [19:45:59.571] Projects: /dev/null/inferredProject1* +Info 2990 [19:45:59.572] After ensureProjectForOpenFiles: +Info 2991 [19:45:59.572] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 2991 [19:45:59.572] Files (65) + +Info 2991 [19:45:59.572] ----------------------------------------------- +Info 2991 [19:45:59.572] Project '/dev/null/inferredProject1*' (Inferred) +Info 2991 [19:45:59.572] Files (120) + +Info 2991 [19:45:59.572] ----------------------------------------------- +Info 2991 [19:45:59.572] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 2991 [19:45:59.572] Files (123) + +Info 2991 [19:45:59.572] ----------------------------------------------- +Info 2991 [19:45:59.572] Open files: +Info 2991 [19:45:59.572] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 2991 [19:45:59.572] Projects: /dev/null/inferredProject1* +Info 2991 [19:45:59.572] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 2992 [19:46:00.273] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2993 [19:46:00.281] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 8.49985000002198ms +Info 2994 [19:46:00.281] Different program with same set of files +Info 2995 [19:46:00.281] getCompletionData: Get current token: 0.004102000035345554 +Info 2996 [19:46:00.281] getCompletionData: Is inside comment: 0.0015699999639764428 +Info 2997 [19:46:00.281] getCompletionData: Get previous token: 0.023871999932453036 +Info 2998 [19:46:00.281] getCompletionsAtPosition: isCompletionListBlocker: 0.0026550000766292214 +Info 2999 [19:46:00.282] getCompletionData: Semantic work: 0.32091699994634837 +Info 3000 [19:46:00.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021431999979540706 +Info 3001 [19:46:00.282] Format host information updated +Info 3002 [19:46:00.340] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3003 [19:46:00.352] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 11.663304999936372ms +Info 3004 [19:46:00.352] Different program with same set of files +Info 3005 [19:46:00.352] getCompletionData: Get current token: 0.007306999992579222 +Info 3006 [19:46:00.352] getCompletionData: Is inside comment: 0.0021979999728500843 +Info 3007 [19:46:00.352] getCompletionData: Get previous token: 0.04681700002402067 +Info 3008 [19:46:00.352] getCompletionsAtPosition: isCompletionListBlocker: 0.0040420000441372395 +Info 3009 [19:46:00.353] getCompletionData: Semantic work: 0.540387999964878 +Info 3010 [19:46:00.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0316000001039356 +Info 3011 [19:46:00.354] Format host information updated +Info 3012 [19:46:00.445] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3013 [19:46:00.453] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 7.625262000015937ms +Info 3014 [19:46:00.453] Different program with same set of files +Info 3015 [19:46:00.453] getCompletionData: Get current token: 0.004512000014074147 +Info 3016 [19:46:00.453] getCompletionData: Is inside comment: 0.0014180000871419907 +Info 3017 [19:46:00.453] getCompletionData: Get previous token: 0.05172300001140684 +Info 3018 [19:46:00.453] getCompletionsAtPosition: isCompletionListBlocker: 0.002769000013358891 +Info 3019 [19:46:00.453] getCompletionData: Semantic work: 0.36257300002034754 +Info 3020 [19:46:00.454] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021996999974362552 +Info 3021 [19:46:00.454] Format host information updated +Info 3022 [19:46:00.509] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3023 [19:46:00.522] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 13.285012000007555ms +Info 3024 [19:46:00.522] Different program with same set of files +Info 3025 [19:46:00.522] getCompletionData: Get current token: 0.00922300003003329 +Info 3026 [19:46:00.522] getCompletionData: Is inside comment: 0.003019999945536256 +Info 3027 [19:46:00.522] getCompletionData: Get previous token: 0.054973999969661236 +Info 3028 [19:46:00.522] getCompletionsAtPosition: isCompletionListBlocker: 0.00482999999076128 +Info 3029 [19:46:00.523] getCompletionData: Semantic work: 0.5969120000954717 +Info 3030 [19:46:00.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0396269999910146 +Info 3031 [19:46:00.524] Format host information updated +Info 3032 [19:46:01.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3033 [19:46:01.248] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 9.49066699994728ms +Info 3034 [19:46:01.248] Different program with same set of files +Info 3035 [19:46:01.248] getCompletionData: Get current token: 0.003704999922774732 +Info 3036 [19:46:01.248] getCompletionData: Is inside comment: 0.0012860000133514404 +Info 3037 [19:46:01.248] getCompletionData: Get previous token: 0.023170000058598816 +Info 3038 [19:46:01.248] getCompletionsAtPosition: isCompletionListBlocker: 0.003066000062972307 +Info 3039 [19:46:01.248] getCompletionData: Semantic work: 0.3061200000811368 +Info 3040 [19:46:01.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.018634999985806644 +Info 3041 [19:46:01.249] Format host information updated +Info 3042 [19:46:01.316] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3043 [19:46:01.323] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 6.881815999979153ms +Info 3044 [19:46:01.323] Different program with same set of files +Info 3045 [19:46:01.323] getCompletionData: Get current token: 0.004154999973252416 +Info 3046 [19:46:01.323] getCompletionData: Is inside comment: 0.0013490000274032354 +Info 3047 [19:46:01.323] getCompletionData: Get previous token: 0.025148999993689358 +Info 3048 [19:46:01.323] getCompletionsAtPosition: isCompletionListBlocker: 0.00271900009829551 +Info 3049 [19:46:01.323] getCompletionData: Semantic work: 0.30320999992545694 +Info 3050 [19:46:01.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.018659000052139163 +Info 3051 [19:46:01.324] Format host information updated +Info 3052 [19:46:01.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3053 [19:46:01.419] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 7.115095000015572ms +Info 3054 [19:46:01.419] Different program with same set of files +Info 3055 [19:46:01.419] getCompletionData: Get current token: 0.0048810000298544765 +Info 3056 [19:46:01.419] getCompletionData: Is inside comment: 0.001752000069245696 +Info 3057 [19:46:01.419] getCompletionData: Get previous token: 0.029076999984681606 +Info 3058 [19:46:01.419] getCompletionsAtPosition: isCompletionListBlocker: 0.0032529999734833837 +Info 3059 [19:46:01.420] getCompletionData: Semantic work: 0.3540519999805838 +Info 3060 [19:46:01.420] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.023082999978214502 +Info 3061 [19:46:01.420] Format host information updated +Info 3062 [19:46:01.510] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3063 [19:46:01.519] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 9.255542000057176ms +Info 3064 [19:46:01.519] Different program with same set of files +Info 3065 [19:46:01.520] getCompletionData: Get current token: 0.0049730000318959355 +Info 3066 [19:46:01.520] getCompletionData: Is inside comment: 0.0016959999920800328 +Info 3067 [19:46:01.520] getCompletionData: Get previous token: 0.029649000032804906 +Info 3068 [19:46:01.520] getCompletionsAtPosition: isCompletionListBlocker: 0.0030230000847950578 +Info 3069 [19:46:01.520] getCompletionData: Semantic work: 0.35955500009004027 +Info 3070 [19:46:01.520] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.023469000007025898 +Info 3071 [19:46:01.521] Format host information updated +Info 3072 [19:46:02.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3073 [19:46:02.409] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 6.990011999965645ms +Info 3074 [19:46:02.409] Different program with same set of files +Info 3075 [19:46:02.410] getCompletionData: Get current token: 0.004545999923720956 +Info 3076 [19:46:02.410] getCompletionData: Is inside comment: 0.0011729999678209424 +Info 3077 [19:46:02.410] getCompletionData: Get previous token: 0.020699999993667006 +Info 3078 [19:46:02.410] getCompletionsAtPosition: isCompletionListBlocker: 0.002633000025525689 +Info 3079 [19:46:02.410] getCompletionData: Semantic work: 0.3269609999842942 +Info 3080 [19:46:02.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.016484999912790954 +Info 3081 [19:46:02.410] Format host information updated +Info 3082 [19:46:02.612] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3083 [19:46:02.620] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 7.504488999955356ms +Info 3084 [19:46:02.620] Different program with same set of files +Info 3085 [19:46:02.620] getCompletionData: Get current token: 0.00540800008457154 +Info 3086 [19:46:02.620] getCompletionData: Is inside comment: 0.0017859999788925052 +Info 3087 [19:46:02.620] getCompletionData: Get previous token: 0.03199799999129027 +Info 3088 [19:46:02.620] getCompletionsAtPosition: isCompletionListBlocker: 0.003472000011242926 +Info 3089 [19:46:02.620] getCompletionData: Semantic work: 0.3500830000266433 +Info 3090 [19:46:02.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.022730999975465238 +Info 3091 [19:46:02.621] Format host information updated +Info 3092 [19:46:02.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3093 [19:46:02.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 9.118832000065595ms +Info 3094 [19:46:02.740] Different program with same set of files +Info 3095 [19:46:02.740] getCompletionData: Get current token: 0.00546999997459352 +Info 3096 [19:46:02.740] getCompletionData: Is inside comment: 0.00170700007583946 +Info 3097 [19:46:02.740] getCompletionData: Get previous token: 0.02934500004630536 +Info 3098 [19:46:02.740] getCompletionsAtPosition: isCompletionListBlocker: 0.003463999950326979 +Info 3099 [19:46:02.740] getCompletionData: Semantic work: 0.34895299992058426 +Info 3100 [19:46:02.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.025559999980032444 +Info 3101 [19:46:02.741] Format host information updated +Info 3102 [19:46:02.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3103 [19:46:02.947] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 6.9756210000487044ms +Info 3104 [19:46:02.947] Different program with same set of files +Info 3105 [19:46:02.947] getCompletionData: Get current token: 0.004773999913595617 +Info 3106 [19:46:02.947] getCompletionData: Is inside comment: 0.0016109999269247055 +Info 3107 [19:46:02.947] getCompletionData: Get previous token: 0.029065000009723008 +Info 3108 [19:46:02.947] getCompletionsAtPosition: isCompletionListBlocker: 0.0032529999734833837 +Info 3109 [19:46:02.948] getCompletionData: Semantic work: 0.3436490000458434 +Info 3110 [19:46:02.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021173999994061887 +Info 3111 [19:46:02.951] Format host information updated +Info 3112 [19:46:03.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3113 [19:46:03.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 8.475133999949321ms +Info 3114 [19:46:03.109] Different program with same set of files +Info 3115 [19:46:03.110] getCompletionData: Get current token: 0.005010000080801547 +Info 3116 [19:46:03.110] getCompletionData: Is inside comment: 0.0016839999007061124 +Info 3117 [19:46:03.110] getCompletionData: Get previous token: 0.03060099994763732 +Info 3118 [19:46:03.110] getCompletionsAtPosition: isCompletionListBlocker: 0.0034450000384822488 +Info 3119 [19:46:03.110] getCompletionData: Semantic work: 0.37303100002463907 +Info 3120 [19:46:03.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.025138999917544425 +Info 3121 [19:46:03.111] Format host information updated +Info 3122 [19:46:03.200] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3123 [19:46:03.230] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 29.315339000080712ms +Info 3124 [19:46:03.230] Different program with same set of files +Info 3125 [19:46:03.230] getCompletionData: Get current token: 0.012722000014036894 +Info 3126 [19:46:03.230] getCompletionData: Is inside comment: 0.0038240000139921904 +Info 3127 [19:46:03.230] getCompletionData: Get previous token: 0.06740399997215718 +Info 3128 [19:46:03.230] getCompletionsAtPosition: isCompletionListBlocker: 0.006398000055924058 +Info 3129 [19:46:03.231] getCompletionData: Semantic work: 0.7546030000085011 +Info 3130 [19:46:03.231] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04956099996343255 +Info 3131 [19:46:03.232] Format host information updated +Info 3132 [19:46:03.261] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3133 [19:46:03.269] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 7.150330000091344ms +Info 3134 [19:46:03.269] Different program with same set of files +Info 3135 [19:46:03.269] getCompletionData: Get current token: 0.004245999967679381 +Info 3136 [19:46:03.269] getCompletionData: Is inside comment: 0.0012710000155493617 +Info 3137 [19:46:03.269] getCompletionData: Get previous token: 0.02448500005993992 +Info 3138 [19:46:03.269] getCompletionsAtPosition: isCompletionListBlocker: 0.002966000000014901 +Info 3139 [19:46:03.269] getCompletionData: Semantic work: 0.32383900007698685 +Info 3140 [19:46:03.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.017912000068463385 +Info 3141 [19:46:03.270] Format host information updated +Info 3142 [19:46:03.655] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3143 [19:46:03.663] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 8.058551999973133ms +Info 3144 [19:46:03.664] Different program with same set of files +Info 3145 [19:46:03.664] getCompletionData: Get current token: 0.004177000024355948 +Info 3146 [19:46:03.664] getCompletionData: Is inside comment: 0.0016900000628083944 +Info 3147 [19:46:03.664] getCompletionData: Get previous token: 0.025227999896742404 +Info 3148 [19:46:03.664] getCompletionsAtPosition: isCompletionListBlocker: 0.0027830000035464764 +Info 3149 [19:46:03.664] getCompletionData: Semantic work: 0.3218320000451058 +Info 3150 [19:46:03.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.020615999936126173 +Info 3151 [19:46:03.665] Format host information updated +Info 3152 [19:46:04.847] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3153 [19:46:04.856] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 8.835840999963693ms +Info 3154 [19:46:04.856] Different program with same set of files +Info 3155 [19:46:04.857] getCompletionData: Get current token: 0.00420899991877377 +Info 3156 [19:46:04.857] getCompletionData: Is inside comment: 0.0013229999458417296 +Info 3157 [19:46:04.857] getCompletionData: Get previous token: 0.019560999935492873 +Info 3158 [19:46:04.857] getCompletionsAtPosition: isCompletionListBlocker: 0.002942000050097704 +Info 3159 [19:46:04.857] getCompletionData: Semantic work: 0.3060350000159815 +Info 3160 [19:46:04.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.018700000015087426 +Info 3161 [19:46:04.857] Format host information updated +Info 3162 [19:46:05.130] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3163 [19:46:05.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 7.085826999973506ms +Info 3164 [19:46:05.138] Different program with same set of files +Info 3165 [19:46:05.138] getCompletionData: Get current token: 0.004591000033542514 +Info 3166 [19:46:05.138] getCompletionData: Is inside comment: 0.0015300000086426735 +Info 3167 [19:46:05.138] getCompletionData: Get previous token: 0.026461000088602304 +Info 3168 [19:46:05.138] getCompletionsAtPosition: isCompletionListBlocker: 0.0033820000244304538 +Info 3169 [19:46:05.138] getCompletionData: Semantic work: 0.3745559999952093 +Info 3170 [19:46:05.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02015300001949072 +Info 3171 [19:46:05.139] Format host information updated +Info 3172 [19:46:05.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3173 [19:46:05.426] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 7.11014200001955ms +Info 3174 [19:46:05.426] Different program with same set of files +Info 3175 [19:46:05.426] getCompletionData: Get current token: 0.004467999911867082 +Info 3176 [19:46:05.426] getCompletionData: Is inside comment: 0.0013439999893307686 +Info 3177 [19:46:05.426] getCompletionData: Get previous token: 0.021911000018008053 +Info 3178 [19:46:05.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0030409999890252948 +Info 3179 [19:46:05.426] getCompletionData: Semantic work: 0.32887900003697723 +Info 3180 [19:46:05.426] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.020846999948844314 +Info 3181 [19:46:05.427] Format host information updated +Info 3182 [19:46:05.485] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3183 [19:46:05.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 10.083548000082374ms +Info 3184 [19:46:05.495] Different program with same set of files +Info 3185 [19:46:05.496] getCompletionData: Get current token: 0.003591999993659556 +Info 3186 [19:46:05.496] getCompletionData: Is inside comment: 0.0012519999872893095 +Info 3187 [19:46:05.496] getCompletionData: Get previous token: 0.021892999997362494 +Info 3188 [19:46:05.496] getCompletionsAtPosition: isCompletionListBlocker: 0.0026710000820457935 +Info 3189 [19:46:05.496] getCompletionData: Semantic work: 0.2822769999038428 +Info 3190 [19:46:05.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.018355999956838787 +Info 3191 [19:46:05.497] Format host information updated +Info 3192 [19:46:05.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3193 [19:46:05.563] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 12.790632999967784ms +Info 3194 [19:46:05.563] Different program with same set of files +Info 3195 [19:46:05.563] getCompletionData: Get current token: 0.010230999905616045 +Info 3196 [19:46:05.563] getCompletionData: Is inside comment: 0.003155000042170286 +Info 3197 [19:46:05.563] getCompletionData: Get previous token: 0.05623700004070997 +Info 3198 [19:46:05.563] getCompletionsAtPosition: isCompletionListBlocker: 0.0051009999588131905 +Info 3199 [19:46:05.564] getCompletionData: Semantic work: 0.7553150000749156 +Info 3200 [19:46:05.564] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04328099999111146 +Info 3201 [19:46:05.565] Format host information updated +Info 3202 [19:46:05.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3203 [19:46:05.652] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 18.663977000047453ms +Info 3204 [19:46:05.652] Different program with same set of files +Info 3205 [19:46:05.653] getCompletionData: Get current token: 0.037668000091798604 +Info 3206 [19:46:05.653] getCompletionData: Is inside comment: 0.005271999980323017 +Info 3207 [19:46:05.653] getCompletionData: Get previous token: 0.08250200003385544 +Info 3208 [19:46:05.653] getCompletionsAtPosition: isCompletionListBlocker: 0.007175000035203993 +Info 3209 [19:46:05.654] getCompletionData: Semantic work: 0.847546000033617 +Info 3210 [19:46:05.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.058563999948091805 +Info 3211 [19:46:05.655] Format host information updated +Info 3212 [19:46:05.844] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3213 [19:46:05.875] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 31.39724199997727ms +Info 3214 [19:46:05.875] Different program with same set of files +Info 3215 [19:46:05.876] getCompletionData: Get current token: 0.00840199994854629 +Info 3216 [19:46:05.876] getCompletionData: Is inside comment: 0.0030999999726191163 +Info 3217 [19:46:05.876] getCompletionData: Get previous token: 0.05164900003001094 +Info 3218 [19:46:05.876] getCompletionsAtPosition: isCompletionListBlocker: 0.004954000003635883 +Info 3219 [19:46:05.877] getCompletionData: Semantic work: 0.6611500000581145 +Info 3220 [19:46:05.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.042034999933093786 +Info 3221 [19:46:05.878] Format host information updated +Info 3222 [19:46:05.914] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3223 [19:46:05.921] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 7.008890999946743ms +Info 3224 [19:46:05.921] Different program with same set of files +Info 3225 [19:46:05.921] getCompletionData: Get current token: 0.004653999931178987 +Info 3226 [19:46:05.922] getCompletionData: Is inside comment: 0.001221999991685152 +Info 3227 [19:46:05.922] getCompletionData: Get previous token: 0.0215220000827685 +Info 3228 [19:46:05.922] getCompletionsAtPosition: isCompletionListBlocker: 0.00273499998729676 +Info 3229 [19:46:05.922] getCompletionData: Semantic work: 0.2884980000089854 +Info 3230 [19:46:05.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.018654999905265868 +Info 3231 [19:46:05.922] Format host information updated +Info 3232 [19:46:06.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3233 [19:46:06.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 8.161029999959283ms +Info 3234 [19:46:06.109] Different program with same set of files +Info 3235 [19:46:06.109] getCompletionData: Get current token: 0.0051499999826774 +Info 3236 [19:46:06.109] getCompletionData: Is inside comment: 0.0015849999617785215 +Info 3237 [19:46:06.109] getCompletionData: Get previous token: 0.025926999980583787 +Info 3238 [19:46:06.109] getCompletionsAtPosition: isCompletionListBlocker: 0.003212000010535121 +Info 3239 [19:46:06.110] getCompletionData: Semantic work: 0.3595219999551773 +Info 3240 [19:46:06.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02586599998176098 +Info 3241 [19:46:06.110] Format host information updated +Info 3242 [19:46:06.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3243 [19:46:06.197] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 26.837493000086397ms +Info 3244 [19:46:06.197] Different program with same set of files +Info 3245 [19:46:06.198] getCompletionData: Get current token: 0.011305000050924718 +Info 3246 [19:46:06.198] getCompletionData: Is inside comment: 0.004382999963127077 +Info 3247 [19:46:06.198] getCompletionData: Get previous token: 0.05423300003167242 +Info 3248 [19:46:06.198] getCompletionsAtPosition: isCompletionListBlocker: 0.006553000072017312 +Info 3249 [19:46:06.199] getCompletionData: Semantic work: 0.6638640000019222 +Info 3250 [19:46:06.199] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0466879999730736 +Info 3251 [19:46:06.201] Format host information updated +Info 3252 [19:46:06.341] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3253 [19:46:06.348] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 6.96805799996946ms +Info 3254 [19:46:06.348] Different program with same set of files +Info 3255 [19:46:06.348] getCompletionData: Get current token: 0.0043249999871477485 +Info 3256 [19:46:06.348] getCompletionData: Is inside comment: 0.0014119999250397086 +Info 3257 [19:46:06.348] getCompletionData: Get previous token: 0.022537000011652708 +Info 3258 [19:46:06.348] getCompletionsAtPosition: isCompletionListBlocker: 0.0027730000438168645 +Info 3259 [19:46:06.348] getCompletionData: Semantic work: 0.33115800004452467 +Info 3260 [19:46:06.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.023322999943047762 +Info 3261 [19:46:06.349] Format host information updated +Info 3262 [19:46:06.433] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3263 [19:46:06.440] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 7.111629000050016ms +Info 3264 [19:46:06.440] Different program with same set of files +Info 3265 [19:46:06.441] getCompletionData: Get current token: 0.004979000077582896 +Info 3266 [19:46:06.441] getCompletionData: Is inside comment: 0.0016070000128820539 +Info 3267 [19:46:06.441] getCompletionData: Get previous token: 0.02453699999023229 +Info 3268 [19:46:06.441] getCompletionsAtPosition: isCompletionListBlocker: 0.0028460000175982714 +Info 3269 [19:46:06.441] getCompletionData: Semantic work: 0.32247300003655255 +Info 3270 [19:46:06.441] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.021234999992884696 +Info 3271 [19:46:06.442] Format host information updated +Info 3272 [19:46:06.517] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3273 [19:46:06.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 7.23813599999994ms +Info 3274 [19:46:06.524] Different program with same set of files +Info 3275 [19:46:06.524] getCompletionData: Get current token: 0.004766999976709485 +Info 3276 [19:46:06.524] getCompletionData: Is inside comment: 0.0015379999531432986 +Info 3277 [19:46:06.524] getCompletionData: Get previous token: 0.024748999974690378 +Info 3278 [19:46:06.524] getCompletionsAtPosition: isCompletionListBlocker: 0.003097000066190958 +Info 3279 [19:46:06.524] getCompletionData: Semantic work: 0.3222160000586882 +Info 3280 [19:46:06.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02322999993339181 +Info 3281 [19:46:06.527] Format host information updated +Info 3282 [19:46:07.366] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3283 [19:46:07.373] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 6.986521000042558ms +Info 3284 [19:46:07.373] Different program with same set of files +Info 3285 [19:46:07.373] getCompletionData: Get current token: 0.004830999998375773 +Info 3286 [19:46:07.373] getCompletionData: Is inside comment: 0.0013559999642893672 +Info 3287 [19:46:07.373] getCompletionData: Get previous token: 0.01786799996625632 +Info 3288 [19:46:07.373] getCompletionsAtPosition: isCompletionListBlocker: 0.003864999976940453 +Info 3289 [19:46:07.374] getExportInfoMap: cache hit +Info 3290 [19:46:07.395] collectAutoImports: resolved 11 module specifiers, plus 1059 ambient and 88 from cache +Info 3291 [19:46:07.395] collectAutoImports: response is complete +Info 3292 [19:46:07.395] collectAutoImports: 20.526239000028 +Info 3293 [19:46:07.395] getCompletionData: Semantic work: 21.426684000063688 +Info 3294 [19:46:07.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.8213449999457225 +Info 3295 [19:46:07.409] Format host information updated +Info 3296 [19:46:07.429] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3297 [19:46:07.438] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 9.066121999989264ms +Info 3298 [19:46:07.438] Different program with same set of files +Info 3299 [19:46:07.438] getCompletionData: Get current token: 0.004597000079229474 +Info 3300 [19:46:07.438] getCompletionData: Is inside comment: 0.001420999993570149 +Info 3301 [19:46:07.438] getCompletionData: Get previous token: 0.01936599996406585 +Info 3302 [19:46:07.438] getCompletionsAtPosition: isCompletionListBlocker: 0.008518000016920269 +Info 3303 [19:46:07.438] getExportInfoMap: cache hit +Info 3304 [19:46:07.448] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3305 [19:46:07.448] collectAutoImports: response is complete +Info 3306 [19:46:07.448] collectAutoImports: 9.795505000045523 +Info 3307 [19:46:07.448] getCompletionData: Semantic work: 10.414855999988504 +Info 3308 [19:46:07.455] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.879270000034012 +Info 3309 [19:46:07.462] Format host information updated +Info 3310 [19:46:07.585] Format host information updated +Info 3311 [19:46:07.585] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3312 [19:46:07.592] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 7.268632999970578ms +Info 3313 [19:46:07.593] Different program with same set of files +Info 3314 [19:46:07.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3315 [19:46:07.996] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 9.37917800003197ms +Info 3316 [19:46:07.996] Different program with same set of files +Info 3317 [19:46:07.996] getCompletionData: Get current token: 0.003800000064074993 +Info 3318 [19:46:07.996] getCompletionData: Is inside comment: 0.0013210000470280647 +Info 3319 [19:46:07.996] getCompletionData: Get previous token: 0.01911900006234646 +Info 3320 [19:46:07.996] getCompletionsAtPosition: isCompletionListBlocker: 0.008282999973744154 +Info 3321 [19:46:07.997] getExportInfoMap: cache hit +Info 3322 [19:46:08.006] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3323 [19:46:08.006] collectAutoImports: response is complete +Info 3324 [19:46:08.006] collectAutoImports: 9.593483000062406 +Info 3325 [19:46:08.006] getCompletionData: Semantic work: 10.232654999941587 +Info 3326 [19:46:08.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 24.855475999996997 +Info 3327 [19:46:08.037] Format host information updated +Info 3328 [19:46:08.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3329 [19:46:08.169] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 7.176383999991231ms +Info 3330 [19:46:08.169] Different program with same set of files +Info 3331 [19:46:08.169] getCompletionData: Get current token: 0.004945000051520765 +Info 3332 [19:46:08.169] getCompletionData: Is inside comment: 0.0014990000054240227 +Info 3333 [19:46:08.169] getCompletionData: Get previous token: 0.02158399997279048 +Info 3334 [19:46:08.169] getCompletionsAtPosition: isCompletionListBlocker: 0.008405999979004264 +Info 3335 [19:46:08.170] getExportInfoMap: cache hit +Info 3336 [19:46:08.187] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3337 [19:46:08.187] collectAutoImports: response is complete +Info 3338 [19:46:08.187] collectAutoImports: 17.550596000044607 +Info 3339 [19:46:08.187] getCompletionData: Semantic work: 18.251012000022456 +Info 3340 [19:46:08.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.259490999975242 +Info 3341 [19:46:08.202] Format host information updated +Info 3342 [19:46:08.285] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3343 [19:46:08.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 7.3552729999646544ms +Info 3344 [19:46:08.293] Different program with same set of files +Info 3345 [19:46:08.293] getCompletionData: Get current token: 0.005386000033468008 +Info 3346 [19:46:08.293] getCompletionData: Is inside comment: 0.0017579999985173345 +Info 3347 [19:46:08.293] getCompletionData: Get previous token: 0.023410999914631248 +Info 3348 [19:46:08.293] getCompletionsAtPosition: isCompletionListBlocker: 0.019721999997273088 +Info 3349 [19:46:08.294] getExportInfoMap: cache hit +Info 3350 [19:46:08.305] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3351 [19:46:08.305] collectAutoImports: response is complete +Info 3352 [19:46:08.305] collectAutoImports: 11.380205999943428 +Info 3353 [19:46:08.305] getCompletionData: Semantic work: 12.238077000016347 +Info 3354 [19:46:08.316] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.10003999993205 +Info 3355 [19:46:08.321] Format host information updated +Info 3356 [19:46:08.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3357 [19:46:08.596] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 27.082748999935575ms +Info 3358 [19:46:08.597] Different program with same set of files +Info 3359 [19:46:08.597] getCompletionData: Get current token: 0.015054000075906515 +Info 3360 [19:46:08.597] getCompletionData: Is inside comment: 0.0051009999588131905 +Info 3361 [19:46:08.597] getCompletionData: Get previous token: 0.07777500001247972 +Info 3362 [19:46:08.597] getCompletionsAtPosition: isCompletionListBlocker: 0.02315000002272427 +Info 3363 [19:46:08.599] getExportInfoMap: cache hit +Info 3364 [19:46:08.621] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3365 [19:46:08.621] collectAutoImports: response is complete +Info 3366 [19:46:08.621] collectAutoImports: 21.961666999966837 +Info 3367 [19:46:08.621] getCompletionData: Semantic work: 23.833083999925293 +Info 3368 [19:46:08.630] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.62155999999959 +Info 3369 [19:46:08.636] Format host information updated +Info 3370 [19:46:08.684] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3371 [19:46:08.693] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 9.064899999997579ms +Info 3372 [19:46:08.693] Different program with same set of files +Info 3373 [19:46:08.693] getCompletionData: Get current token: 0.004623000044375658 +Info 3374 [19:46:08.693] getCompletionData: Is inside comment: 0.001416000071913004 +Info 3375 [19:46:08.693] getCompletionData: Get previous token: 0.0214210000121966 +Info 3376 [19:46:08.693] getCompletionsAtPosition: isCompletionListBlocker: 0.008864999981597066 +Info 3377 [19:46:08.694] getExportInfoMap: cache hit +Info 3378 [19:46:08.704] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3379 [19:46:08.704] collectAutoImports: response is complete +Info 3380 [19:46:08.704] collectAutoImports: 10.101605999981984 +Info 3381 [19:46:08.704] getCompletionData: Semantic work: 10.699559999979101 +Info 3382 [19:46:08.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 22.318348000058904 +Info 3383 [19:46:08.732] Format host information updated +Info 3384 [19:46:08.821] Format host information updated +Info 3385 [19:46:08.822] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3386 [19:46:08.850] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 27.96341699990444ms +Info 3387 [19:46:08.850] Different program with same set of files +Info 3388 [19:46:11.194] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3389 [19:46:11.201] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 6.747123999986798ms +Info 3390 [19:46:11.201] Different program with same set of files +Info 3391 [19:46:11.201] getCompletionData: Get current token: 0.0045900000259280205 +Info 3392 [19:46:11.201] getCompletionData: Is inside comment: 0.001478999969549477 +Info 3393 [19:46:11.201] getCompletionData: Get previous token: 0.022407000069506466 +Info 3394 [19:46:11.202] getCompletionsAtPosition: isCompletionListBlocker: 0.007972999941557646 +Info 3395 [19:46:11.202] getExportInfoMap: cache hit +Info 3396 [19:46:11.215] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3397 [19:46:11.215] collectAutoImports: response is complete +Info 3398 [19:46:11.215] collectAutoImports: 12.704285999992862 +Info 3399 [19:46:11.215] getCompletionData: Semantic work: 13.326439999975264 +Info 3400 [19:46:11.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.04082900006324 +Info 3401 [19:46:11.240] Format host information updated +Info 3402 [19:46:11.340] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3403 [19:46:11.350] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 9.122668000054546ms +Info 3404 [19:46:11.350] Different program with same set of files +Info 3405 [19:46:11.350] getCompletionData: Get current token: 0.00489799992647022 +Info 3406 [19:46:11.350] getCompletionData: Is inside comment: 0.0013599999947473407 +Info 3407 [19:46:11.350] getCompletionData: Get previous token: 0.020554000046104193 +Info 3408 [19:46:11.350] getCompletionsAtPosition: isCompletionListBlocker: 0.009549999958835542 +Info 3409 [19:46:11.350] getExportInfoMap: cache hit +Info 3410 [19:46:11.361] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3411 [19:46:11.361] collectAutoImports: response is complete +Info 3412 [19:46:11.361] collectAutoImports: 10.20411900000181 +Info 3413 [19:46:11.361] getCompletionData: Semantic work: 10.832523000077344 +Info 3414 [19:46:11.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.520193999982439 +Info 3415 [19:46:11.377] Format host information updated +Info 3416 [19:46:11.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3417 [19:46:11.485] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 6.717910000006668ms +Info 3418 [19:46:11.485] Different program with same set of files +Info 3419 [19:46:11.485] getCompletionData: Get current token: 0.005105999996885657 +Info 3420 [19:46:11.485] getCompletionData: Is inside comment: 0.0014479999663308263 +Info 3421 [19:46:11.485] getCompletionData: Get previous token: 0.021247999975457788 +Info 3422 [19:46:11.485] getCompletionsAtPosition: isCompletionListBlocker: 0.008568999939598143 +Info 3423 [19:46:11.485] getExportInfoMap: cache hit +Info 3424 [19:46:11.498] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3425 [19:46:11.498] collectAutoImports: response is complete +Info 3426 [19:46:11.498] collectAutoImports: 12.87869599997066 +Info 3427 [19:46:11.498] getCompletionData: Semantic work: 13.521872999961488 +Info 3428 [19:46:11.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.3670129999518394 +Info 3429 [19:46:11.512] Format host information updated +Info 3430 [19:46:11.686] Format host information updated +Info 3431 [19:46:11.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3432 [19:46:11.692] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 6.371592000010423ms +Info 3433 [19:46:11.692] Different program with same set of files +Info 3434 [19:46:11.856] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3435 [19:46:11.881] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 25.50459300004877ms +Info 3436 [19:46:11.881] Different program with same set of files +Info 3437 [19:46:11.883] getCompletionData: Get current token: 0.029558999929577112 +Info 3438 [19:46:11.883] getCompletionData: Is inside comment: 0.006224000011570752 +Info 3439 [19:46:11.883] getCompletionData: Get previous token: 0.057142000063322484 +Info 3440 [19:46:11.883] getCompletionsAtPosition: isCompletionListBlocker: 0.009233000106178224 +Info 3441 [19:46:11.883] Returning an empty list because completion was requested in an invalid position. +Info 3442 [19:46:11.884] Format host information updated +Info 3443 [19:46:11.930] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3444 [19:46:11.938] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 8.337826999952085ms +Info 3445 [19:46:11.938] Different program with same set of files +Info 3446 [19:46:11.938] getCompletionData: Get current token: 0.004970000009052455 +Info 3447 [19:46:11.938] getCompletionData: Is inside comment: 0.0013099999632686377 +Info 3448 [19:46:11.938] getCompletionData: Get previous token: 0.04345100000500679 +Info 3449 [19:46:11.938] getCompletionsAtPosition: isCompletionListBlocker: 0.023665999993681908 +Info 3450 [19:46:11.939] getExportInfoMap: cache hit +Info 3451 [19:46:11.948] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3452 [19:46:11.948] collectAutoImports: response is complete +Info 3453 [19:46:11.948] collectAutoImports: 9.465349999954924 +Info 3454 [19:46:11.948] getCompletionData: Semantic work: 10.015531999990344 +Info 3455 [19:46:11.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.41579100000672 +Info 3456 [19:46:11.962] Format host information updated +Info 3457 [19:46:12.354] getCompletionData: Get current token: 0.009336000075563788 +Info 3458 [19:46:12.354] getCompletionData: Is inside comment: 0.0020099999383091927 +Info 3459 [19:46:12.354] getCompletionData: Get previous token: 0.014568999991752207 +Info 3460 [19:46:12.354] getCompletionsAtPosition: isCompletionListBlocker: 0.0052380000706762075 +Info 3461 [19:46:12.354] Returning an empty list because completion was requested in an invalid position. +Info 3462 [19:46:13.070] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3463 [19:46:13.078] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 7.654625999974087ms +Info 3464 [19:46:13.078] Different program with same set of files +Info 3465 [19:46:13.079] getCompletionData: Get current token: 0.010164999985136092 +Info 3466 [19:46:13.079] getCompletionData: Is inside comment: 0.002126000006683171 +Info 3467 [19:46:13.079] getCompletionData: Get previous token: 0.022135999985039234 +Info 3468 [19:46:13.079] getCompletionsAtPosition: isCompletionListBlocker: 0.005526999942958355 +Info 3469 [19:46:13.079] Returning an empty list because completion was requested in an invalid position. +Info 3470 [19:46:13.079] Format host information updated +Info 3471 [19:46:13.197] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3472 [19:46:13.205] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 8.79607899999246ms +Info 3473 [19:46:13.205] Different program with same set of files +Info 3474 [19:46:13.206] getCompletionData: Get current token: 0.012359000043943524 +Info 3475 [19:46:13.206] getCompletionData: Is inside comment: 0.0029869999270886183 +Info 3476 [19:46:13.206] getCompletionData: Get previous token: 0.021739000105299056 +Info 3477 [19:46:13.206] getCompletionsAtPosition: isCompletionListBlocker: 0.0016329999780282378 +Info 3478 [19:46:13.206] Returning an empty list because completion was requested in an invalid position. +Info 3479 [19:46:13.206] Format host information updated +Info 3480 [19:46:13.282] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3481 [19:46:13.289] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 6.933610999956727ms +Info 3482 [19:46:13.289] Different program with same set of files +Info 3483 [19:46:13.289] getCompletionData: Get current token: 0.012784999911673367 +Info 3484 [19:46:13.289] getCompletionData: Is inside comment: 0.002463999902829528 +Info 3485 [19:46:13.289] getCompletionData: Get previous token: 0.02119999995920807 +Info 3486 [19:46:13.289] getCompletionsAtPosition: isCompletionListBlocker: 0.0012910000514239073 +Info 3487 [19:46:13.289] Returning an empty list because completion was requested in an invalid position. +Info 3488 [19:46:13.290] Format host information updated +Info 3489 [19:46:13.603] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3490 [19:46:13.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 13.805311000091024ms +Info 3491 [19:46:13.617] Different program with same set of files +Info 3492 [19:46:13.618] getCompletionData: Get current token: 0.026122999959625304 +Info 3493 [19:46:13.618] getCompletionData: Is inside comment: 0.005790999974124134 +Info 3494 [19:46:13.618] getCompletionData: Get previous token: 0.04996099998243153 +Info 3495 [19:46:13.618] getCompletionsAtPosition: isCompletionListBlocker: 0.002812999999150634 +Info 3496 [19:46:13.618] Returning an empty list because completion was requested in an invalid position. +Info 3497 [19:46:13.619] Format host information updated +Info 3498 [19:46:13.720] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3499 [19:46:13.730] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 9.613940000068396ms +Info 3500 [19:46:13.730] Different program with same set of files +Info 3501 [19:46:13.730] getCompletionData: Get current token: 0.0183419999666512 +Info 3502 [19:46:13.730] getCompletionData: Is inside comment: 0.00303900009021163 +Info 3503 [19:46:13.730] getCompletionData: Get previous token: 0.02363599999807775 +Info 3504 [19:46:13.731] getCompletionsAtPosition: isCompletionListBlocker: 0.0012679999927058816 +Info 3505 [19:46:13.731] Returning an empty list because completion was requested in an invalid position. +Info 3506 [19:46:13.731] Format host information updated +Info 3507 [19:46:13.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3508 [19:46:13.798] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 13.279217000002973ms +Info 3509 [19:46:13.798] Different program with same set of files +Info 3510 [19:46:13.799] getCompletionData: Get current token: 0.03652000008150935 +Info 3511 [19:46:13.799] getCompletionData: Is inside comment: 0.008681999985128641 +Info 3512 [19:46:13.799] getCompletionData: Get previous token: 0.05397200002335012 +Info 3513 [19:46:13.800] getCompletionsAtPosition: isCompletionListBlocker: 0.003498000092804432 +Info 3514 [19:46:13.800] Returning an empty list because completion was requested in an invalid position. +Info 3515 [19:46:13.800] Format host information updated +Info 3516 [19:46:14.234] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3517 [19:46:14.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 9.200305000063963ms +Info 3518 [19:46:14.243] Different program with same set of files +Info 3519 [19:46:14.244] getCompletionData: Get current token: 0.010073999990709126 +Info 3520 [19:46:14.244] getCompletionData: Is inside comment: 0.0022820000303909183 +Info 3521 [19:46:14.244] getCompletionData: Get previous token: 0.026301000034436584 +Info 3522 [19:46:14.244] getCompletionsAtPosition: isCompletionListBlocker: 0.0015980000607669353 +Info 3523 [19:46:14.244] Returning an empty list because completion was requested in an invalid position. +Info 3524 [19:46:14.244] Format host information updated +Info 3525 [19:46:14.448] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3526 [19:46:14.456] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 7.575745000038296ms +Info 3527 [19:46:14.456] Different program with same set of files +Info 3528 [19:46:14.457] getCompletionData: Get current token: 0.010282000061124563 +Info 3529 [19:46:14.457] getCompletionData: Is inside comment: 0.002010999945923686 +Info 3530 [19:46:14.457] getCompletionData: Get previous token: 0.020881999982520938 +Info 3531 [19:46:14.457] getCompletionsAtPosition: isCompletionListBlocker: 0.0012039999710395932 +Info 3532 [19:46:14.457] Returning an empty list because completion was requested in an invalid position. +Info 3533 [19:46:14.460] Format host information updated +Info 3534 [19:46:14.512] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3535 [19:46:14.522] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 10.1081440000562ms +Info 3536 [19:46:14.522] Different program with same set of files +Info 3537 [19:46:14.523] getCompletionData: Get current token: 0.014924000017344952 +Info 3538 [19:46:14.523] getCompletionData: Is inside comment: 0.0035200000274926424 +Info 3539 [19:46:14.523] getCompletionData: Get previous token: 0.03492900007404387 +Info 3540 [19:46:14.523] getCompletionsAtPosition: isCompletionListBlocker: 0.0016560000367462635 +Info 3541 [19:46:14.523] Returning an empty list because completion was requested in an invalid position. +Info 3542 [19:46:14.523] Format host information updated +Info 3543 [19:46:15.029] Format host information updated +Info 3544 [19:46:15.029] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3545 [19:46:15.037] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 7.463536000112072ms +Info 3546 [19:46:15.037] Different program with same set of files +Info 3547 [19:46:17.469] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3548 [19:46:17.479] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 9.755865999963135ms +Info 3549 [19:46:17.479] Different program with same set of files +Info 3550 [19:46:17.479] getCompletionData: Get current token: 0.005590999964624643 +Info 3551 [19:46:17.479] getCompletionData: Is inside comment: 0.001715000020340085 +Info 3552 [19:46:17.479] getCompletionData: Get previous token: 0.034583000000566244 +Info 3553 [19:46:17.479] getCompletionsAtPosition: isCompletionListBlocker: 0.0034799999557435513 +Info 3554 [19:46:17.480] getExportInfoMap: cache hit +Info 3555 [19:46:17.482] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3556 [19:46:17.482] collectAutoImports: response is complete +Info 3557 [19:46:17.482] collectAutoImports: 2.100503000081517 +Info 3558 [19:46:17.482] getCompletionData: Semantic work: 3.0154420000035316 +Info 3559 [19:46:17.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6119140000082552 +Info 3560 [19:46:17.485] Format host information updated +Info 3561 [19:46:17.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3562 [19:46:17.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 8.476693999953568ms +Info 3563 [19:46:17.538] Different program with same set of files +Info 3564 [19:46:17.538] getCompletionData: Get current token: 0.008563000010326505 +Info 3565 [19:46:17.538] getCompletionData: Is inside comment: 0.0019190000602975488 +Info 3566 [19:46:17.538] getCompletionData: Get previous token: 0.04177100001834333 +Info 3567 [19:46:17.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0036090000066906214 +Info 3568 [19:46:17.539] getExportInfoMap: cache hit +Info 3569 [19:46:17.541] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3570 [19:46:17.541] collectAutoImports: response is complete +Info 3571 [19:46:17.541] collectAutoImports: 1.819562999997288 +Info 3572 [19:46:17.541] getCompletionData: Semantic work: 2.59031999995932 +Info 3573 [19:46:17.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2634759999345988 +Info 3574 [19:46:17.545] Format host information updated +Info 3575 [19:46:17.977] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3576 [19:46:17.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 7.002693000016734ms +Info 3577 [19:46:17.984] Different program with same set of files +Info 3578 [19:46:17.984] getCompletionData: Get current token: 0.005553000024519861 +Info 3579 [19:46:17.984] getCompletionData: Is inside comment: 0.0015739999944344163 +Info 3580 [19:46:17.984] getCompletionData: Get previous token: 0.03317900002002716 +Info 3581 [19:46:17.984] getCompletionsAtPosition: isCompletionListBlocker: 0.0027969999937340617 +Info 3582 [19:46:17.984] getExportInfoMap: cache hit +Info 3583 [19:46:17.986] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3584 [19:46:17.986] collectAutoImports: response is complete +Info 3585 [19:46:17.986] collectAutoImports: 1.5227080000331625 +Info 3586 [19:46:17.986] getCompletionData: Semantic work: 2.1966130000073463 +Info 3587 [19:46:17.988] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4192129999864846 +Info 3588 [19:46:17.988] Format host information updated +Info 3589 [19:46:18.086] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3590 [19:46:18.115] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 28.685989000019617ms +Info 3591 [19:46:18.115] Different program with same set of files +Info 3592 [19:46:18.116] getCompletionData: Get current token: 0.018889999948441982 +Info 3593 [19:46:18.116] getCompletionData: Is inside comment: 0.005567999905906618 +Info 3594 [19:46:18.116] getCompletionData: Get previous token: 0.10505699994973838 +Info 3595 [19:46:18.116] getCompletionsAtPosition: isCompletionListBlocker: 0.00817399995867163 +Info 3596 [19:46:18.118] getExportInfoMap: cache hit +Info 3597 [19:46:18.122] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3598 [19:46:18.122] collectAutoImports: response is complete +Info 3599 [19:46:18.122] collectAutoImports: 3.796053000027314 +Info 3600 [19:46:18.122] getCompletionData: Semantic work: 5.749734000070021 +Info 3601 [19:46:18.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2335339999990538 +Info 3602 [19:46:18.127] Format host information updated +Info 3603 [19:46:18.148] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3604 [19:46:18.158] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 9.257386000012048ms +Info 3605 [19:46:18.158] Different program with same set of files +Info 3606 [19:46:18.158] getCompletionData: Get current token: 0.005027999985031784 +Info 3607 [19:46:18.158] getCompletionData: Is inside comment: 0.001408000010997057 +Info 3608 [19:46:18.158] getCompletionData: Get previous token: 0.032463999930769205 +Info 3609 [19:46:18.158] getCompletionsAtPosition: isCompletionListBlocker: 0.0033989999210461974 +Info 3610 [19:46:18.159] getExportInfoMap: cache hit +Info 3611 [19:46:18.160] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3612 [19:46:18.160] collectAutoImports: response is complete +Info 3613 [19:46:18.160] collectAutoImports: 1.3606530000688508 +Info 3614 [19:46:18.160] getCompletionData: Semantic work: 1.9814510000869632 +Info 3615 [19:46:18.161] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.182522999937646 +Info 3616 [19:46:18.162] Format host information updated +Info 3617 [19:46:18.211] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3618 [19:46:18.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 7.776240000035614ms +Info 3619 [19:46:18.219] Different program with same set of files +Info 3620 [19:46:18.219] getCompletionData: Get current token: 0.006810999941080809 +Info 3621 [19:46:18.219] getCompletionData: Is inside comment: 0.0019549999851733446 +Info 3622 [19:46:18.219] getCompletionData: Get previous token: 0.0381749999942258 +Info 3623 [19:46:18.219] getCompletionsAtPosition: isCompletionListBlocker: 0.003437999985180795 +Info 3624 [19:46:18.219] getExportInfoMap: cache hit +Info 3625 [19:46:18.221] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3626 [19:46:18.221] collectAutoImports: response is complete +Info 3627 [19:46:18.221] collectAutoImports: 1.6024759999709204 +Info 3628 [19:46:18.221] getCompletionData: Semantic work: 2.310213999939151 +Info 3629 [19:46:18.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3339060000143945 +Info 3630 [19:46:18.225] Format host information updated +Info 3631 [19:46:18.287] Format host information updated +Info 3632 [19:46:18.287] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3633 [19:46:18.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 15.383522999938577ms +Info 3634 [19:46:18.303] Different program with same set of files +Info 3635 [19:46:18.413] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3636 [19:46:18.422] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 9.102541000000201ms +Info 3637 [19:46:18.422] Different program with same set of files +Info 3638 [19:46:18.422] getCompletionData: Get current token: 0.009683999931439757 +Info 3639 [19:46:18.422] getCompletionData: Is inside comment: 0.0016840000171214342 +Info 3640 [19:46:18.422] getCompletionData: Get previous token: 0.026231000083498657 +Info 3641 [19:46:18.422] getCompletionsAtPosition: isCompletionListBlocker: 0.008541999966837466 +Info 3642 [19:46:18.423] getExportInfoMap: cache hit +Info 3643 [19:46:18.436] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3644 [19:46:18.436] collectAutoImports: response is complete +Info 3645 [19:46:18.436] collectAutoImports: 12.762435000040568 +Info 3646 [19:46:18.436] getCompletionData: Semantic work: 13.397775000077672 +Info 3647 [19:46:18.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.76528499997221 +Info 3648 [19:46:18.452] Format host information updated +Info 3649 [19:46:18.489] Format host information updated +Info 3650 [19:46:18.489] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3651 [19:46:18.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 6.4497429999755695ms +Info 3652 [19:46:18.495] Different program with same set of files +Info 3653 [19:46:19.725] Format host information updated +Info 3654 [19:46:19.725] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3655 [19:46:19.734] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 8.867050000000745ms +Info 3656 [19:46:19.734] Different program with same set of files +Info 3657 [19:46:19.839] Format host information updated +Info 3658 [19:46:19.840] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3659 [19:46:19.846] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 6.793229999952018ms +Info 3660 [19:46:19.847] Different program with same set of files +Info 3661 [19:47:03.730] getCompletionData: Get current token: 0.00450099993031472 +Info 3662 [19:47:03.730] getCompletionData: Is inside comment: 0.013669000007212162 +Info 3663 [19:47:03.730] getCompletionData: Get previous token: 0.02344499994069338 +Info 3664 [19:47:03.730] getCompletionsAtPosition: isCompletionListBlocker: 0.00860199995804578 +Info 3665 [19:47:03.731] getExportInfoMap: cache hit +Info 3666 [19:47:03.753] collectAutoImports: resolved 2 module specifiers, plus 813 ambient and 70 from cache +Info 3667 [19:47:03.753] collectAutoImports: response is complete +Info 3668 [19:47:03.753] collectAutoImports: 22.279692000010982 +Info 3669 [19:47:03.753] getCompletionData: Semantic work: 23.141917999950238 +Info 3670 [19:47:03.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.853195999981835 +Info 3671 [19:47:03.864] Format host information updated +Info 3672 [19:47:03.864] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3673 [19:47:03.878] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 14.20594999997411ms +Info 3674 [19:47:03.878] Different program with same set of files +Info 3675 [19:47:04.039] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3676 [19:47:04.078] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 38.66549600008875ms +Info 3677 [19:47:04.078] Different program with same set of files +Info 3678 [19:47:04.078] getCompletionData: Get current token: 0.009018000098876655 +Info 3679 [19:47:04.078] getCompletionData: Is inside comment: 0.029199000098742545 +Info 3680 [19:47:04.078] getCompletionData: Get previous token: 0.024326000013388693 +Info 3681 [19:47:04.078] getCompletionsAtPosition: isCompletionListBlocker: 0.014439000049605966 +Info 3682 [19:47:04.080] getExportInfoMap: cache hit +Info 3683 [19:47:04.098] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3684 [19:47:04.098] collectAutoImports: response is complete +Info 3685 [19:47:04.098] collectAutoImports: 17.98433400003705 +Info 3686 [19:47:04.098] getCompletionData: Semantic work: 19.234521999955177 +Info 3687 [19:47:04.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.537636999972165 +Info 3688 [19:47:04.114] Format host information updated +Info 3689 [19:47:04.129] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3690 [19:47:04.139] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 10.042555000050925ms +Info 3691 [19:47:04.139] Different program with same set of files +Info 3692 [19:47:04.139] getCompletionData: Get current token: 0.0045689999824389815 +Info 3693 [19:47:04.139] getCompletionData: Is inside comment: 0.037299999967217445 +Info 3694 [19:47:04.139] getCompletionData: Get previous token: 0.012871999992057681 +Info 3695 [19:47:04.139] getCompletionsAtPosition: isCompletionListBlocker: 0.007760999957099557 +Info 3696 [19:47:04.140] getExportInfoMap: cache hit +Info 3697 [19:47:04.151] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3698 [19:47:04.151] collectAutoImports: response is complete +Info 3699 [19:47:04.151] collectAutoImports: 11.820233999984339 +Info 3700 [19:47:04.151] getCompletionData: Semantic work: 12.40515000000596 +Info 3701 [19:47:04.158] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.7616479999851435 +Info 3702 [19:47:04.166] Format host information updated +Info 3703 [19:47:04.510] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3704 [19:47:04.519] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 8.85739600006491ms +Info 3705 [19:47:04.519] Different program with same set of files +Info 3706 [19:47:04.519] getCompletionData: Get current token: 0.00475600000936538 +Info 3707 [19:47:04.519] getCompletionData: Is inside comment: 0.015827000024728477 +Info 3708 [19:47:04.519] getCompletionData: Get previous token: 0.013496999978087842 +Info 3709 [19:47:04.519] getCompletionsAtPosition: isCompletionListBlocker: 0.0084509999724105 +Info 3710 [19:47:04.520] getExportInfoMap: cache hit +Info 3711 [19:47:04.537] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3712 [19:47:04.537] collectAutoImports: response is complete +Info 3713 [19:47:04.537] collectAutoImports: 17.315367000061087 +Info 3714 [19:47:04.537] getCompletionData: Semantic work: 18.12768000003416 +Info 3715 [19:47:04.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.043021999998018 +Info 3716 [19:47:04.556] Format host information updated +Info 3717 [19:47:04.607] Format host information updated +Info 3718 [19:47:04.608] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3719 [19:47:04.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 9.220638999948278ms +Info 3720 [19:47:04.617] Different program with same set of files +Info 3721 [19:47:04.772] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3722 [19:47:04.783] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 10.910499999998137ms +Info 3723 [19:47:04.783] Different program with same set of files +Info 3724 [19:47:04.783] getCompletionData: Get current token: 0.005070999963209033 +Info 3725 [19:47:04.783] getCompletionData: Is inside comment: 0.050851000007241964 +Info 3726 [19:47:04.783] getCompletionData: Get previous token: 0.027166999992914498 +Info 3727 [19:47:04.784] getCompletionsAtPosition: isCompletionListBlocker: 0.008519999915733933 +Info 3728 [19:47:04.784] getExportInfoMap: cache hit +Info 3729 [19:47:04.796] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 3730 [19:47:04.796] collectAutoImports: response is complete +Info 3731 [19:47:04.796] collectAutoImports: 11.79574600001797 +Info 3732 [19:47:04.796] getCompletionData: Semantic work: 12.557742000091821 +Info 3733 [19:47:04.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.617273000068963 +Info 3734 [19:47:04.811] Format host information updated +Info 3735 [19:47:08.866] Format host information updated +Info 3736 [19:47:08.866] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3737 [19:47:08.873] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 7.118125000037253ms +Info 3738 [19:47:08.873] Different program with same set of files +Info 3739 [19:47:09.253] Format host information updated +Info 3740 [19:47:09.253] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3741 [19:47:09.260] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 6.903699000016786ms +Info 3742 [19:47:09.260] Different program with same set of files +Info 3743 [19:47:09.364] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3744 [19:47:09.375] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 10.806590000051074ms +Info 3745 [19:47:09.375] Different program with same set of files +Info 3746 [19:47:09.375] getCompletionData: Get current token: 0.005552000016905367 +Info 3747 [19:47:09.375] getCompletionData: Is inside comment: 0.016070000012405217 +Info 3748 [19:47:09.375] getCompletionData: Get previous token: 0.02246699994429946 +Info 3749 [19:47:09.375] getCompletionsAtPosition: isCompletionListBlocker: 0.0032000000355765224 +Info 3750 [19:47:09.376] getExportInfoMap: cache hit +Info 3751 [19:47:09.382] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 3752 [19:47:09.382] collectAutoImports: response is complete +Info 3753 [19:47:09.382] collectAutoImports: 5.82235499995295 +Info 3754 [19:47:09.382] getCompletionData: Semantic work: 6.959764000028372 +Info 3755 [19:47:09.385] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.093146000057459 +Info 3756 [19:47:09.387] Format host information updated +Info 3757 [19:47:09.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3758 [19:47:09.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 9.051901999977417ms +Info 3759 [19:47:09.538] Different program with same set of files +Info 3760 [19:47:09.539] getCompletionData: Get current token: 0.004339999984949827 +Info 3761 [19:47:09.539] getCompletionData: Is inside comment: 0.011980999959632754 +Info 3762 [19:47:09.539] getCompletionData: Get previous token: 0.016723999986425042 +Info 3763 [19:47:09.539] getCompletionsAtPosition: isCompletionListBlocker: 0.003522000042721629 +Info 3764 [19:47:09.539] getExportInfoMap: cache hit +Info 3765 [19:47:09.543] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 3766 [19:47:09.543] collectAutoImports: response is complete +Info 3767 [19:47:09.543] collectAutoImports: 3.7058630000101402 +Info 3768 [19:47:09.543] getCompletionData: Semantic work: 4.375227999989875 +Info 3769 [19:47:09.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7754030000651255 +Info 3770 [19:47:09.546] Format host information updated +Info 3771 [19:47:09.739] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3772 [19:47:09.746] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 6.958582999999635ms +Info 3773 [19:47:09.746] Different program with same set of files +Info 3774 [19:47:09.747] getCompletionData: Get current token: 0.003958999994210899 +Info 3775 [19:47:09.747] getCompletionData: Is inside comment: 0.011301000020466745 +Info 3776 [19:47:09.747] getCompletionData: Get previous token: 0.01726500003132969 +Info 3777 [19:47:09.747] getCompletionsAtPosition: isCompletionListBlocker: 0.0023140000412240624 +Info 3778 [19:47:09.747] getExportInfoMap: cache hit +Info 3779 [19:47:09.754] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 3780 [19:47:09.754] collectAutoImports: response is complete +Info 3781 [19:47:09.754] collectAutoImports: 6.676209999946877 +Info 3782 [19:47:09.754] getCompletionData: Semantic work: 7.264804000034928 +Info 3783 [19:47:09.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9753880000207573 +Info 3784 [19:47:09.757] Format host information updated +Info 3785 [19:47:09.848] Format host information updated +Info 3786 [19:47:09.848] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3787 [19:47:09.871] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 23.081752000027336ms +Info 3788 [19:47:09.871] Different program with same set of files +Info 3789 [19:47:09.942] Format host information updated +Info 3790 [19:47:09.943] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3791 [19:47:09.954] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 11.77215299999807ms +Info 3792 [19:47:09.954] Different program with same set of files +Info 3793 [19:47:10.081] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3794 [19:47:10.108] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 26.438685000059195ms +Info 3795 [19:47:10.108] Different program with same set of files +Info 3796 [19:47:10.108] getCompletionData: Get current token: 0.014061999972909689 +Info 3797 [19:47:10.108] getCompletionData: Is inside comment: 0.04216299997642636 +Info 3798 [19:47:10.109] getCompletionData: Get previous token: 0.06262799992691725 +Info 3799 [19:47:10.109] getCompletionsAtPosition: isCompletionListBlocker: 0.006656000041402876 +Info 3800 [19:47:10.110] getExportInfoMap: cache hit +Info 3801 [19:47:10.124] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 3802 [19:47:10.124] collectAutoImports: response is complete +Info 3803 [19:47:10.124] collectAutoImports: 13.227740000002086 +Info 3804 [19:47:10.124] getCompletionData: Semantic work: 15.001504000043496 +Info 3805 [19:47:10.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.423369999974966 +Info 3806 [19:47:10.129] Format host information updated +Info 3807 [19:47:10.172] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3808 [19:47:10.179] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 6.987296000006609ms +Info 3809 [19:47:10.179] Different program with same set of files +Info 3810 [19:47:10.180] getCompletionData: Get current token: 0.004515000036917627 +Info 3811 [19:47:10.180] getCompletionData: Is inside comment: 0.012565999990329146 +Info 3812 [19:47:10.180] getCompletionData: Get previous token: 0.017229999997653067 +Info 3813 [19:47:10.180] getCompletionsAtPosition: isCompletionListBlocker: 0.002818999928422272 +Info 3814 [19:47:10.180] getExportInfoMap: cache hit +Info 3815 [19:47:10.186] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 3816 [19:47:10.186] collectAutoImports: response is complete +Info 3817 [19:47:10.186] collectAutoImports: 5.887212999979965 +Info 3818 [19:47:10.186] getCompletionData: Semantic work: 6.579066000063904 +Info 3819 [19:47:10.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7703800000017509 +Info 3820 [19:47:10.189] Format host information updated +Info 3821 [19:47:10.256] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3822 [19:47:10.268] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 12.78616699995473ms +Info 3823 [19:47:10.268] Different program with same set of files +Info 3824 [19:47:10.269] getCompletionData: Get current token: 0.016066999989561737 +Info 3825 [19:47:10.269] getCompletionData: Is inside comment: 0.04601300007198006 +Info 3826 [19:47:10.269] getCompletionData: Get previous token: 0.06856100005097687 +Info 3827 [19:47:10.269] getCompletionsAtPosition: isCompletionListBlocker: 0.004977000062353909 +Info 3828 [19:47:10.271] getExportInfoMap: cache hit +Info 3829 [19:47:10.281] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 3830 [19:47:10.281] collectAutoImports: response is complete +Info 3831 [19:47:10.281] collectAutoImports: 9.598217000020668 +Info 3832 [19:47:10.281] getCompletionData: Semantic work: 11.435155000071973 +Info 3833 [19:47:10.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0692170000402257 +Info 3834 [19:47:10.288] Format host information updated +Info 3835 [19:47:10.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3836 [19:47:10.407] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 6.810010000015609ms +Info 3837 [19:47:10.407] Different program with same set of files +Info 3838 [19:47:10.407] getCompletionData: Get current token: 0.004371999995782971 +Info 3839 [19:47:10.407] getCompletionData: Is inside comment: 0.012300999951548874 +Info 3840 [19:47:10.407] getCompletionData: Get previous token: 0.017229999997653067 +Info 3841 [19:47:10.407] getCompletionsAtPosition: isCompletionListBlocker: 0.0024030000204220414 +Info 3842 [19:47:10.408] getExportInfoMap: cache hit +Info 3843 [19:47:10.410] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 3844 [19:47:10.410] collectAutoImports: response is complete +Info 3845 [19:47:10.410] collectAutoImports: 2.5302089999895543 +Info 3846 [19:47:10.410] getCompletionData: Semantic work: 3.096885999897495 +Info 3847 [19:47:10.411] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.215978000080213 +Info 3848 [19:47:10.474] Format host information updated +Info 3849 [19:47:10.538] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3850 [19:47:10.548] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 10.091370000038296ms +Info 3851 [19:47:10.548] Different program with same set of files +Info 3852 [19:47:10.548] getCompletionData: Get current token: 0.006399999954737723 +Info 3853 [19:47:10.548] getCompletionData: Is inside comment: 0.01780599995981902 +Info 3854 [19:47:10.548] getCompletionData: Get previous token: 0.027080000028945506 +Info 3855 [19:47:10.548] getCompletionsAtPosition: isCompletionListBlocker: 0.003474000026471913 +Info 3856 [19:47:10.549] getExportInfoMap: cache hit +Info 3857 [19:47:10.551] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 3858 [19:47:10.551] collectAutoImports: response is complete +Info 3859 [19:47:10.551] collectAutoImports: 2.4215580000309274 +Info 3860 [19:47:10.551] getCompletionData: Semantic work: 3.1464889999479055 +Info 3861 [19:47:10.554] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5861019999720156 +Info 3862 [19:47:10.555] Format host information updated +Info 3863 [19:47:10.639] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3864 [19:47:10.673] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 33.195524000097066ms +Info 3865 [19:47:10.673] Different program with same set of files +Info 3866 [19:47:10.673] getCompletionData: Get current token: 0.011929999920539558 +Info 3867 [19:47:10.673] getCompletionData: Is inside comment: 0.0313510000705719 +Info 3868 [19:47:10.673] getCompletionData: Get previous token: 0.042969999951310456 +Info 3869 [19:47:10.673] getCompletionsAtPosition: isCompletionListBlocker: 0.004856000072322786 +Info 3870 [19:47:10.674] getExportInfoMap: cache hit +Info 3871 [19:47:10.678] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 3872 [19:47:10.678] collectAutoImports: response is complete +Info 3873 [19:47:10.678] collectAutoImports: 3.0790580000029877 +Info 3874 [19:47:10.678] getCompletionData: Semantic work: 4.275723999948241 +Info 3875 [19:47:10.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4328150000656024 +Info 3876 [19:47:10.681] Format host information updated +Info 3877 [19:47:10.700] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3878 [19:47:10.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 7.719457000028342ms +Info 3879 [19:47:10.708] Different program with same set of files +Info 3880 [19:47:10.708] getCompletionData: Get current token: 0.004271000041626394 +Info 3881 [19:47:10.708] getCompletionData: Is inside comment: 0.01224399998318404 +Info 3882 [19:47:10.708] getCompletionData: Get previous token: 0.01684000005479902 +Info 3883 [19:47:10.708] getCompletionsAtPosition: isCompletionListBlocker: 0.0027299999492242932 +Info 3884 [19:47:10.709] getExportInfoMap: cache hit +Info 3885 [19:47:10.711] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 3886 [19:47:10.711] collectAutoImports: response is complete +Info 3887 [19:47:10.711] collectAutoImports: 1.6918280000099912 +Info 3888 [19:47:10.711] getCompletionData: Semantic work: 2.370355000020936 +Info 3889 [19:47:10.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.378976000007242 +Info 3890 [19:47:10.715] Format host information updated +Info 3891 [19:47:10.818] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3892 [19:47:10.846] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 27.7663440000033ms +Info 3893 [19:47:10.846] Different program with same set of files +Info 3894 [19:47:10.847] getCompletionData: Get current token: 0.017251999932341278 +Info 3895 [19:47:10.847] getCompletionData: Is inside comment: 0.08236200001556426 +Info 3896 [19:47:10.847] getCompletionData: Get previous token: 0.06783999991603196 +Info 3897 [19:47:10.847] getCompletionsAtPosition: isCompletionListBlocker: 0.008784999954514205 +Info 3898 [19:47:10.850] getCompletionData: Semantic work: 2.448086000047624 +Info 3899 [19:47:10.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.519715000060387 +Info 3900 [19:47:10.852] Format host information updated +Info 3901 [19:47:10.977] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3902 [19:47:10.989] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 11.835065999999642ms +Info 3903 [19:47:10.989] Different program with same set of files +Info 3904 [19:47:10.990] getCompletionData: Get current token: 0.008849999983794987 +Info 3905 [19:47:10.990] getCompletionData: Is inside comment: 0.029435999924317002 +Info 3906 [19:47:10.990] getCompletionData: Get previous token: 0.05160000000614673 +Info 3907 [19:47:10.990] getCompletionsAtPosition: isCompletionListBlocker: 0.003461000043898821 +Info 3908 [19:47:10.990] getCompletionData: Semantic work: 0.6314179999753833 +Info 3909 [19:47:10.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.833623000071384 +Info 3910 [19:47:10.992] Format host information updated +Info 3911 [19:47:11.158] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3912 [19:47:11.165] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 6.820865000016056ms +Info 3913 [19:47:11.165] Different program with same set of files +Info 3914 [19:47:11.165] getCompletionData: Get current token: 0.0049279999220743775 +Info 3915 [19:47:11.165] getCompletionData: Is inside comment: 0.014108999981544912 +Info 3916 [19:47:11.165] getCompletionData: Get previous token: 0.022089999984018505 +Info 3917 [19:47:11.165] getCompletionsAtPosition: isCompletionListBlocker: 0.002532999962568283 +Info 3918 [19:47:11.166] getCompletionData: Semantic work: 0.35585699998773634 +Info 3919 [19:47:11.166] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.388639000011608 +Info 3920 [19:47:11.166] Format host information updated +Info 3921 [19:47:11.260] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3922 [19:47:11.266] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 6.430846999981441ms +Info 3923 [19:47:11.267] Different program with same set of files +Info 3924 [19:47:11.267] getCompletionData: Get current token: 0.004370999988168478 +Info 3925 [19:47:11.267] getCompletionData: Is inside comment: 0.012839999981224537 +Info 3926 [19:47:11.267] getCompletionData: Get previous token: 0.020219000056385994 +Info 3927 [19:47:11.267] getCompletionsAtPosition: isCompletionListBlocker: 0.002677000011317432 +Info 3928 [19:47:11.267] getCompletionData: Semantic work: 0.38078699994366616 +Info 3929 [19:47:11.267] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.29516699991654605 +Info 3930 [19:47:11.268] Format host information updated +Info 3931 [19:47:11.399] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3932 [19:47:11.409] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 9.901621000026353ms +Info 3933 [19:47:11.409] Different program with same set of files +Info 3934 [19:47:11.409] getCompletionData: Get current token: 0.0060789999552071095 +Info 3935 [19:47:11.409] getCompletionData: Is inside comment: 0.017359000048600137 +Info 3936 [19:47:11.409] getCompletionData: Get previous token: 0.017072999966330826 +Info 3937 [19:47:11.409] getCompletionsAtPosition: isCompletionListBlocker: 0.0048989999340847135 +Info 3938 [19:47:11.410] getExportInfoMap: cache hit +Info 3939 [19:47:11.423] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3940 [19:47:11.423] collectAutoImports: response is complete +Info 3941 [19:47:11.423] collectAutoImports: 12.547665999969468 +Info 3942 [19:47:11.423] getCompletionData: Semantic work: 13.185495999990962 +Info 3943 [19:47:11.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.364442000049166 +Info 3944 [19:47:11.439] Format host information updated +Info 3945 [19:47:11.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3946 [19:47:11.467] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 6.6912930000107735ms +Info 3947 [19:47:11.467] Different program with same set of files +Info 3948 [19:47:11.467] getCompletionData: Get current token: 0.004455000045709312 +Info 3949 [19:47:11.467] getCompletionData: Is inside comment: 0.013700000010430813 +Info 3950 [19:47:11.467] getCompletionData: Get previous token: 0.01027199998497963 +Info 3951 [19:47:11.467] getCompletionsAtPosition: isCompletionListBlocker: 0.007767000002786517 +Info 3952 [19:47:11.468] getExportInfoMap: cache hit +Info 3953 [19:47:11.479] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3954 [19:47:11.479] collectAutoImports: response is complete +Info 3955 [19:47:11.479] collectAutoImports: 11.13731000002008 +Info 3956 [19:47:11.479] getCompletionData: Semantic work: 11.674935000017285 +Info 3957 [19:47:11.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.7484959999565035 +Info 3958 [19:47:11.490] Format host information updated +Info 3959 [19:47:11.813] getCompletionData: Get current token: 0.005654999986290932 +Info 3960 [19:47:11.813] getCompletionData: Is inside comment: 0.0015640000347048044 +Info 3961 [19:47:11.813] getCompletionData: Get previous token: 0.015244000009261072 +Info 3962 [19:47:11.813] getCompletionsAtPosition: isCompletionListBlocker: 0.0039339999202638865 +Info 3963 [19:47:11.813] getExportInfoMap: cache hit +Info 3964 [19:47:11.823] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3965 [19:47:11.823] collectAutoImports: response is complete +Info 3966 [19:47:11.823] collectAutoImports: 10.019513000035658 +Info 3967 [19:47:11.823] getCompletionData: Semantic work: 10.670178000000305 +Info 3968 [19:47:11.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.625731999985874 +Info 3969 [19:47:12.051] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3970 [19:47:12.058] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 6.845342999906279ms +Info 3971 [19:47:12.058] Different program with same set of files +Info 3972 [19:47:12.059] getCompletionData: Get current token: 0.012624999973922968 +Info 3973 [19:47:12.059] getCompletionData: Is inside comment: 0.0028149998979642987 +Info 3974 [19:47:12.059] getCompletionData: Get previous token: 0.019755999906919897 +Info 3975 [19:47:12.059] getCompletionsAtPosition: isCompletionListBlocker: 0.0013059999328106642 +Info 3976 [19:47:12.059] Returning an empty list because completion was requested in an invalid position. +Info 3977 [19:47:12.059] Format host information updated +Info 3978 [19:47:12.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3979 [19:47:12.174] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 9.538892999989912ms +Info 3980 [19:47:12.174] Different program with same set of files +Info 3981 [19:47:12.175] getCompletionData: Get current token: 0.006184999947436154 +Info 3982 [19:47:12.175] getCompletionData: Is inside comment: 0.0015589999966323376 +Info 3983 [19:47:12.175] getCompletionData: Get previous token: 0.02241800003685057 +Info 3984 [19:47:12.175] getCompletionsAtPosition: isCompletionListBlocker: 0.009622000041417778 +Info 3985 [19:47:12.175] getExportInfoMap: cache hit +Info 3986 [19:47:12.186] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 3987 [19:47:12.186] collectAutoImports: response is complete +Info 3988 [19:47:12.186] collectAutoImports: 11.026432000100613 +Info 3989 [19:47:12.186] getCompletionData: Semantic work: 11.626137000042945 +Info 3990 [19:47:12.194] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.600158000015654 +Info 3991 [19:47:12.203] Format host information updated +Info 3992 [19:47:12.455] getCompletionData: Get current token: 0.03749800007790327 +Info 3993 [19:47:12.455] getCompletionData: Is inside comment: 0.010170000023208559 +Info 3994 [19:47:12.455] getCompletionData: Get previous token: 0.08424999995622784 +Info 3995 [19:47:12.455] getCompletionsAtPosition: isCompletionListBlocker: 0.004246000084094703 +Info 3996 [19:47:12.455] Returning an empty list because completion was requested in an invalid position. +Info 3997 [19:47:14.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3998 [19:47:14.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 7.881303000031039ms +Info 3999 [19:47:14.008] Different program with same set of files +Info 4000 [19:47:14.008] getCompletionData: Get current token: 0.013860999955795705 +Info 4001 [19:47:14.008] getCompletionData: Is inside comment: 0.003060000017285347 +Info 4002 [19:47:14.008] getCompletionData: Get previous token: 0.02169400011189282 +Info 4003 [19:47:14.008] getCompletionsAtPosition: isCompletionListBlocker: 0.001155999954789877 +Info 4004 [19:47:14.008] Returning an empty list because completion was requested in an invalid position. +Info 4005 [19:47:14.009] Format host information updated +Info 4006 [19:47:14.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4007 [19:47:14.146] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 8.047950000036508ms +Info 4008 [19:47:14.146] Different program with same set of files +Info 4009 [19:47:14.147] getCompletionData: Get current token: 0.014380000066012144 +Info 4010 [19:47:14.147] getCompletionData: Is inside comment: 0.0037770000053569674 +Info 4011 [19:47:14.147] getCompletionData: Get previous token: 0.026145000010728836 +Info 4012 [19:47:14.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0011409999569877982 +Info 4013 [19:47:14.147] Returning an empty list because completion was requested in an invalid position. +Info 4014 [19:47:14.149] Format host information updated +Info 4015 [19:47:14.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4016 [19:47:14.252] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 29.253425000002608ms +Info 4017 [19:47:14.252] Different program with same set of files +Info 4018 [19:47:14.254] getCompletionData: Get current token: 0.044640000094659626 +Info 4019 [19:47:14.254] getCompletionData: Is inside comment: 0.012113000033423305 +Info 4020 [19:47:14.254] getCompletionData: Get previous token: 0.07669800007715821 +Info 4021 [19:47:14.254] getCompletionsAtPosition: isCompletionListBlocker: 0.002971000038087368 +Info 4022 [19:47:14.254] Returning an empty list because completion was requested in an invalid position. +Info 4023 [19:47:14.255] Format host information updated +Info 4024 [19:47:14.343] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4025 [19:47:14.366] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 23.017335999989882ms +Info 4026 [19:47:14.366] Different program with same set of files +Info 4027 [19:47:14.368] getCompletionData: Get current token: 0.034540999913588166 +Info 4028 [19:47:14.368] getCompletionData: Is inside comment: 0.009396999957971275 +Info 4029 [19:47:14.368] getCompletionData: Get previous token: 0.11471900006290525 +Info 4030 [19:47:14.368] getCompletionsAtPosition: isCompletionListBlocker: 0.002915999968536198 +Info 4031 [19:47:14.368] Returning an empty list because completion was requested in an invalid position. +Info 4032 [19:47:14.368] Format host information updated +Info 4033 [19:47:14.511] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4034 [19:47:14.539] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 28.39956099994015ms +Info 4035 [19:47:14.539] Different program with same set of files +Info 4036 [19:47:14.541] getCompletionData: Get current token: 0.03390899999067187 +Info 4037 [19:47:14.541] getCompletionData: Is inside comment: 0.009790000040084124 +Info 4038 [19:47:14.541] getCompletionData: Get previous token: 0.05230199999641627 +Info 4039 [19:47:14.541] getCompletionsAtPosition: isCompletionListBlocker: 0.0022089999401941895 +Info 4040 [19:47:14.541] Returning an empty list because completion was requested in an invalid position. +Info 4041 [19:47:14.545] Format host information updated +Info 4042 [19:47:14.571] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4043 [19:47:14.578] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 7.165961000020616ms +Info 4044 [19:47:14.578] Different program with same set of files +Info 4045 [19:47:14.579] getCompletionData: Get current token: 0.017103000078350306 +Info 4046 [19:47:14.579] getCompletionData: Is inside comment: 0.004550999961793423 +Info 4047 [19:47:14.579] getCompletionData: Get previous token: 0.02304200001526624 +Info 4048 [19:47:14.579] getCompletionsAtPosition: isCompletionListBlocker: 0.0011110000777989626 +Info 4049 [19:47:14.579] Returning an empty list because completion was requested in an invalid position. +Info 4050 [19:47:14.579] Format host information updated +Info 4051 [19:47:14.636] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4052 [19:47:14.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 10.028905999963172ms +Info 4053 [19:47:14.647] Different program with same set of files +Info 4054 [19:47:14.648] getCompletionData: Get current token: 0.01941800001077354 +Info 4055 [19:47:14.648] getCompletionData: Is inside comment: 0.005371000035665929 +Info 4056 [19:47:14.648] getCompletionData: Get previous token: 0.02934200002346188 +Info 4057 [19:47:14.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0013569999719038606 +Info 4058 [19:47:14.648] Returning an empty list because completion was requested in an invalid position. +Info 4059 [19:47:14.648] Format host information updated +Info 4060 [19:47:14.749] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4061 [19:47:14.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 26.614777000038885ms +Info 4062 [19:47:14.776] Different program with same set of files +Info 4063 [19:47:14.777] getCompletionData: Get current token: 0.035911999992094934 +Info 4064 [19:47:14.777] getCompletionData: Is inside comment: 0.010388000053353608 +Info 4065 [19:47:14.778] getCompletionData: Get previous token: 0.048555999994277954 +Info 4066 [19:47:14.778] getCompletionsAtPosition: isCompletionListBlocker: 0.0034000000450760126 +Info 4067 [19:47:14.778] Returning an empty list because completion was requested in an invalid position. +Info 4068 [19:47:14.782] Format host information updated +Info 4069 [19:47:14.880] Format host information updated +Info 4070 [19:47:14.881] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4071 [19:47:14.888] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 6.984049999970011ms +Info 4072 [19:47:14.888] Different program with same set of files +Info 4073 [19:47:15.001] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4074 [19:47:15.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 6.799228999996558ms +Info 4075 [19:47:15.008] Different program with same set of files +Info 4076 [19:47:15.009] getCompletionData: Get current token: 0.01426500000525266 +Info 4077 [19:47:15.009] getCompletionData: Is inside comment: 0.003895999980159104 +Info 4078 [19:47:15.009] getCompletionData: Get previous token: 0.02150400006212294 +Info 4079 [19:47:15.009] getCompletionsAtPosition: isCompletionListBlocker: 0.0011289999820291996 +Info 4080 [19:47:15.009] Returning an empty list because completion was requested in an invalid position. +Info 4081 [19:47:15.009] Format host information updated +Info 4082 [19:47:15.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4083 [19:47:15.131] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 7.044434000039473ms +Info 4084 [19:47:15.131] Different program with same set of files +Info 4085 [19:47:15.131] getCompletionData: Get current token: 0.013688999926671386 +Info 4086 [19:47:15.131] getCompletionData: Is inside comment: 0.003741999971680343 +Info 4087 [19:47:15.131] getCompletionData: Get previous token: 0.021346000023186207 +Info 4088 [19:47:15.131] getCompletionsAtPosition: isCompletionListBlocker: 0.001244999933987856 +Info 4089 [19:47:15.131] Returning an empty list because completion was requested in an invalid position. +Info 4090 [19:47:15.133] Format host information updated +Info 4091 [19:47:15.209] Format host information updated +Info 4092 [19:47:15.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4093 [19:47:15.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 13.694884999888018ms +Info 4094 [19:47:15.223] Different program with same set of files +Info 4095 [19:47:15.502] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4096 [19:47:15.509] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 6.907807999989018ms +Info 4097 [19:47:15.509] Different program with same set of files +Info 4098 [19:47:15.510] getCompletionData: Get current token: 0.012428999994881451 +Info 4099 [19:47:15.510] getCompletionData: Is inside comment: 0.003510999958962202 +Info 4100 [19:47:15.510] getCompletionData: Get previous token: 0.0213199999416247 +Info 4101 [19:47:15.510] getCompletionsAtPosition: isCompletionListBlocker: 0.0011289999820291996 +Info 4102 [19:47:15.510] Returning an empty list because completion was requested in an invalid position. +Info 4103 [19:47:15.510] Format host information updated +Info 4104 [19:47:15.817] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4105 [19:47:15.831] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 13.584111000061966ms +Info 4106 [19:47:15.831] Different program with same set of files +Info 4107 [19:47:15.832] getCompletionData: Get current token: 0.015133999986574054 +Info 4108 [19:47:15.832] getCompletionData: Is inside comment: 0.0038159999530762434 +Info 4109 [19:47:15.832] getCompletionData: Get previous token: 0.01904299994930625 +Info 4110 [19:47:15.832] getCompletionsAtPosition: isCompletionListBlocker: 0.0010849999962374568 +Info 4111 [19:47:15.832] Returning an empty list because completion was requested in an invalid position. +Info 4112 [19:47:15.832] Format host information updated +Info 4113 [19:47:15.899] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4114 [19:47:15.914] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 14.648258000030182ms +Info 4115 [19:47:15.914] Different program with same set of files +Info 4116 [19:47:15.915] getCompletionData: Get current token: 0.03638700000010431 +Info 4117 [19:47:15.915] getCompletionData: Is inside comment: 0.010339000029489398 +Info 4118 [19:47:15.915] getCompletionData: Get previous token: 0.04895800002850592 +Info 4119 [19:47:15.915] getCompletionsAtPosition: isCompletionListBlocker: 0.002586000016890466 +Info 4120 [19:47:15.915] Returning an empty list because completion was requested in an invalid position. +Info 4121 [19:47:15.916] Format host information updated +Info 4122 [19:47:16.047] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4123 [19:47:16.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 7.336809000000358ms +Info 4124 [19:47:16.055] Different program with same set of files +Info 4125 [19:47:16.056] getCompletionData: Get current token: 0.015631999936886132 +Info 4126 [19:47:16.056] getCompletionData: Is inside comment: 0.004121999954804778 +Info 4127 [19:47:16.056] getCompletionData: Get previous token: 0.024680999922566116 +Info 4128 [19:47:16.056] getCompletionsAtPosition: isCompletionListBlocker: 0.0018790001049637794 +Info 4129 [19:47:16.056] Returning an empty list because completion was requested in an invalid position. +Info 4130 [19:47:16.056] Format host information updated +Info 4131 [19:47:16.176] Format host information updated +Info 4132 [19:47:16.176] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4133 [19:47:16.184] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 7.318751999991946ms +Info 4134 [19:47:16.184] Different program with same set of files +Info 4135 [19:47:18.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4136 [19:47:18.010] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 6.6760449999710545ms +Info 4137 [19:47:18.010] Different program with same set of files +Info 4138 [19:47:18.011] getCompletionData: Get current token: 0.01111800002399832 +Info 4139 [19:47:18.011] getCompletionData: Is inside comment: 0.002902999985963106 +Info 4140 [19:47:18.011] getCompletionData: Get previous token: 0.01800599996931851 +Info 4141 [19:47:18.011] getCompletionsAtPosition: isCompletionListBlocker: 0.0009240000508725643 +Info 4142 [19:47:18.011] Returning an empty list because completion was requested in an invalid position. +Info 4143 [19:47:18.011] Format host information updated +Info 4144 [19:47:18.242] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4145 [19:47:18.254] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 11.522083999938332ms +Info 4146 [19:47:18.254] Different program with same set of files +Info 4147 [19:47:18.255] getCompletionData: Get current token: 0.026371999992989004 +Info 4148 [19:47:18.255] getCompletionData: Is inside comment: 0.007168999989517033 +Info 4149 [19:47:18.255] getCompletionData: Get previous token: 0.04702599998563528 +Info 4150 [19:47:18.255] getCompletionsAtPosition: isCompletionListBlocker: 0.0019339999416843057 +Info 4151 [19:47:18.255] Returning an empty list because completion was requested in an invalid position. +Info 4152 [19:47:18.255] Format host information updated +Info 4153 [19:47:18.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4154 [19:47:18.574] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 9.445656000054441ms +Info 4155 [19:47:18.575] Different program with same set of files +Info 4156 [19:47:18.575] getCompletionData: Get current token: 0.015518000000156462 +Info 4157 [19:47:18.575] getCompletionData: Is inside comment: 0.00399300002027303 +Info 4158 [19:47:18.575] getCompletionData: Get previous token: 0.02385700005106628 +Info 4159 [19:47:18.575] getCompletionsAtPosition: isCompletionListBlocker: 0.0019509999547153711 +Info 4160 [19:47:18.575] Returning an empty list because completion was requested in an invalid position. +Info 4161 [19:47:18.576] Format host information updated +Info 4162 [19:47:18.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4163 [19:47:18.699] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 7.660452999989502ms +Info 4164 [19:47:18.699] Different program with same set of files +Info 4165 [19:47:18.700] getCompletionData: Get current token: 0.012136999983340502 +Info 4166 [19:47:18.700] getCompletionData: Is inside comment: 0.0033149999799206853 +Info 4167 [19:47:18.700] getCompletionData: Get previous token: 0.018946999916806817 +Info 4168 [19:47:18.700] getCompletionsAtPosition: isCompletionListBlocker: 0.0010320000583305955 +Info 4169 [19:47:18.700] Returning an empty list because completion was requested in an invalid position. +Info 4170 [19:47:18.700] Format host information updated +Info 4171 [19:47:18.817] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4172 [19:47:18.828] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 11.5927270000102ms +Info 4173 [19:47:18.828] Different program with same set of files +Info 4174 [19:47:18.830] getCompletionData: Get current token: 0.027165999985300004 +Info 4175 [19:47:18.830] getCompletionData: Is inside comment: 0.006375000113621354 +Info 4176 [19:47:18.830] getCompletionData: Get previous token: 0.0395410000346601 +Info 4177 [19:47:18.830] getCompletionsAtPosition: isCompletionListBlocker: 0.0019780000438913703 +Info 4178 [19:47:18.830] Returning an empty list because completion was requested in an invalid position. +Info 4179 [19:47:18.830] Format host information updated +Info 4180 [19:47:19.077] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4181 [19:47:19.087] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 10.101258000009693ms +Info 4182 [19:47:19.087] Different program with same set of files +Info 4183 [19:47:19.088] getCompletionData: Get current token: 0.011627000058069825 +Info 4184 [19:47:19.088] getCompletionData: Is inside comment: 0.0028990000719204545 +Info 4185 [19:47:19.088] getCompletionData: Get previous token: 0.017609999980777502 +Info 4186 [19:47:19.088] getCompletionsAtPosition: isCompletionListBlocker: 0.0010089999996125698 +Info 4187 [19:47:19.088] Returning an empty list because completion was requested in an invalid position. +Info 4188 [19:47:19.088] Format host information updated +Info 4189 [19:47:19.181] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4190 [19:47:19.208] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 26.945928000030108ms +Info 4191 [19:47:19.208] Different program with same set of files +Info 4192 [19:47:19.210] getCompletionData: Get current token: 0.04235899995546788 +Info 4193 [19:47:19.210] getCompletionData: Is inside comment: 0.012180999969132245 +Info 4194 [19:47:19.210] getCompletionData: Get previous token: 0.06488600000739098 +Info 4195 [19:47:19.210] getCompletionsAtPosition: isCompletionListBlocker: 0.003667999990284443 +Info 4196 [19:47:19.210] Returning an empty list because completion was requested in an invalid position. +Info 4197 [19:47:19.211] Format host information updated +Info 4198 [19:47:19.243] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4199 [19:47:19.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 7.6628929999424145ms +Info 4200 [19:47:19.251] Different program with same set of files +Info 4201 [19:47:19.251] getCompletionData: Get current token: 0.011654000030830503 +Info 4202 [19:47:19.251] getCompletionData: Is inside comment: 0.00329799996688962 +Info 4203 [19:47:19.251] getCompletionData: Get previous token: 0.019005000009201467 +Info 4204 [19:47:19.251] getCompletionsAtPosition: isCompletionListBlocker: 0.0009310001041740179 +Info 4205 [19:47:19.251] Returning an empty list because completion was requested in an invalid position. +Info 4206 [19:47:19.251] Format host information updated +Info 4207 [19:47:19.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4208 [19:47:19.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 6.606471000006422ms +Info 4209 [19:47:19.309] Different program with same set of files +Info 4210 [19:47:19.309] getCompletionData: Get current token: 0.012798999901860952 +Info 4211 [19:47:19.309] getCompletionData: Is inside comment: 0.003572000074200332 +Info 4212 [19:47:19.309] getCompletionData: Get previous token: 0.019160999916493893 +Info 4213 [19:47:19.309] getCompletionsAtPosition: isCompletionListBlocker: 0.001006999984383583 +Info 4214 [19:47:19.309] Returning an empty list because completion was requested in an invalid position. +Info 4215 [19:47:19.312] Format host information updated +Info 4216 [19:47:19.418] Format host information updated +Info 4217 [19:47:19.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4218 [19:47:19.425] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 6.802549000014551ms +Info 4219 [19:47:19.425] Different program with same set of files +Info 4220 [19:47:19.957] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4221 [19:47:19.963] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 6.49542300007306ms +Info 4222 [19:47:19.963] Different program with same set of files +Info 4223 [19:47:19.964] getCompletionData: Get current token: 0.01726200000848621 +Info 4224 [19:47:19.964] getCompletionData: Is inside comment: 0.004460000083781779 +Info 4225 [19:47:19.964] getCompletionData: Get previous token: 0.02975799993146211 +Info 4226 [19:47:19.964] getCompletionsAtPosition: isCompletionListBlocker: 0.0012659999774768949 +Info 4227 [19:47:19.964] Returning an empty list because completion was requested in an invalid position. +Info 4228 [19:47:19.964] Format host information updated +Info 4229 [19:47:20.022] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4230 [19:47:20.035] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 13.006695999996737ms +Info 4231 [19:47:20.035] Different program with same set of files +Info 4232 [19:47:20.036] getCompletionData: Get current token: 0.028501000022515655 +Info 4233 [19:47:20.036] getCompletionData: Is inside comment: 0.007834000047296286 +Info 4234 [19:47:20.036] getCompletionData: Get previous token: 0.04515400005038828 +Info 4235 [19:47:20.037] getCompletionsAtPosition: isCompletionListBlocker: 0.002178999944590032 +Info 4236 [19:47:20.037] Returning an empty list because completion was requested in an invalid position. +Info 4237 [19:47:20.041] Format host information updated +Info 4238 [19:47:20.084] Format host information updated +Info 4239 [19:47:20.084] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4240 [19:47:20.093] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 8.492293999996036ms +Info 4241 [19:47:20.093] Different program with same set of files +Info 4242 [19:47:20.421] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4243 [19:47:20.430] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 9.038714000023901ms +Info 4244 [19:47:20.430] Different program with same set of files +Info 4245 [19:47:20.431] getCompletionData: Get current token: 0.014639000059105456 +Info 4246 [19:47:20.431] getCompletionData: Is inside comment: 0.0033860000548884273 +Info 4247 [19:47:20.431] getCompletionData: Get previous token: 0.03208099992480129 +Info 4248 [19:47:20.431] getCompletionsAtPosition: isCompletionListBlocker: 0.0012369999894872308 +Info 4249 [19:47:20.431] Returning an empty list because completion was requested in an invalid position. +Info 4250 [19:47:20.431] Format host information updated +Info 4251 [19:47:20.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4252 [19:47:20.553] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 8.284536000108346ms +Info 4253 [19:47:20.553] Different program with same set of files +Info 4254 [19:47:20.554] getCompletionData: Get current token: 0.015162999974563718 +Info 4255 [19:47:20.554] getCompletionData: Is inside comment: 0.002905000001192093 +Info 4256 [19:47:20.554] getCompletionData: Get previous token: 0.045304999919608235 +Info 4257 [19:47:20.554] getCompletionsAtPosition: isCompletionListBlocker: 0.0014070000033825636 +Info 4258 [19:47:20.554] Returning an empty list because completion was requested in an invalid position. +Info 4259 [19:47:20.554] Format host information updated +Info 4260 [19:47:20.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4261 [19:47:20.645] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 21.618540999945253ms +Info 4262 [19:47:20.645] Different program with same set of files +Info 4263 [19:47:20.647] getCompletionData: Get current token: 0.04695899994112551 +Info 4264 [19:47:20.648] getCompletionData: Is inside comment: 0.013595000025816262 +Info 4265 [19:47:20.648] getCompletionData: Get previous token: 0.08842899999581277 +Info 4266 [19:47:20.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0032480000518262386 +Info 4267 [19:47:20.648] Returning an empty list because completion was requested in an invalid position. +Info 4268 [19:47:20.648] Format host information updated +Info 4269 [19:47:20.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4270 [19:47:20.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 13.519408000051044ms +Info 4271 [19:47:20.708] Different program with same set of files +Info 4272 [19:47:20.709] getCompletionData: Get current token: 0.016308999969623983 +Info 4273 [19:47:20.709] getCompletionData: Is inside comment: 0.0038850000128149986 +Info 4274 [19:47:20.709] getCompletionData: Get previous token: 0.03180300001986325 +Info 4275 [19:47:20.709] getCompletionsAtPosition: isCompletionListBlocker: 0.0011599999852478504 +Info 4276 [19:47:20.709] Returning an empty list because completion was requested in an invalid position. +Info 4277 [19:47:20.709] Format host information updated +Info 4278 [19:47:20.773] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4279 [19:47:20.784] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 10.262084999936633ms +Info 4280 [19:47:20.784] Different program with same set of files +Info 4281 [19:47:20.785] getCompletionData: Get current token: 0.020164999994449317 +Info 4282 [19:47:20.785] getCompletionData: Is inside comment: 0.005148999975062907 +Info 4283 [19:47:20.785] getCompletionData: Get previous token: 0.03641200007405132 +Info 4284 [19:47:20.785] getCompletionsAtPosition: isCompletionListBlocker: 0.0016220000106841326 +Info 4285 [19:47:20.785] Returning an empty list because completion was requested in an invalid position. +Info 4286 [19:47:20.785] Format host information updated +Info 4287 [19:47:20.870] Format host information updated +Info 4288 [19:47:20.871] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4289 [19:47:20.904] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 33.160354999941774ms +Info 4290 [19:47:20.904] Different program with same set of files +Info 4291 [19:47:21.085] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4292 [19:47:21.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 18.20880100002978ms +Info 4293 [19:47:21.104] Different program with same set of files +Info 4294 [19:47:21.105] getCompletionData: Get current token: 0.03483099990990013 +Info 4295 [19:47:21.105] getCompletionData: Is inside comment: 0.006865000003017485 +Info 4296 [19:47:21.105] getCompletionData: Get previous token: 0.060391000006347895 +Info 4297 [19:47:21.105] getCompletionsAtPosition: isCompletionListBlocker: 0.0024800000246614218 +Info 4298 [19:47:21.105] Returning an empty list because completion was requested in an invalid position. +Info 4299 [19:47:21.106] Format host information updated +Info 4300 [19:47:21.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4301 [19:47:21.172] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 6.782720000017434ms +Info 4302 [19:47:21.172] Different program with same set of files +Info 4303 [19:47:21.173] getCompletionData: Get current token: 0.012277000001631677 +Info 4304 [19:47:21.173] getCompletionData: Is inside comment: 0.0035490000154823065 +Info 4305 [19:47:21.173] getCompletionData: Get previous token: 0.02451600006315857 +Info 4306 [19:47:21.173] getCompletionsAtPosition: isCompletionListBlocker: 0.0010610000463202596 +Info 4307 [19:47:21.173] Returning an empty list because completion was requested in an invalid position. +Info 4308 [19:47:21.173] Format host information updated +Info 4309 [19:47:21.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4310 [19:47:21.367] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 6.739036999992095ms +Info 4311 [19:47:21.367] Different program with same set of files +Info 4312 [19:47:21.368] getCompletionData: Get current token: 0.024056999944150448 +Info 4313 [19:47:21.368] getCompletionData: Is inside comment: 0.003105000010691583 +Info 4314 [19:47:21.368] getCompletionData: Get previous token: 0.03825599991250783 +Info 4315 [19:47:21.368] getCompletionsAtPosition: isCompletionListBlocker: 0.001303000026382506 +Info 4316 [19:47:21.368] Returning an empty list because completion was requested in an invalid position. +Info 4317 [19:47:21.369] Format host information updated +Info 4318 [19:47:21.539] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4319 [19:47:21.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 6.496281999978237ms +Info 4320 [19:47:21.545] Different program with same set of files +Info 4321 [19:47:21.546] getCompletionData: Get current token: 0.013704999932087958 +Info 4322 [19:47:21.546] getCompletionData: Is inside comment: 0.0028539999620988965 +Info 4323 [19:47:21.546] getCompletionData: Get previous token: 0.021564999944530427 +Info 4324 [19:47:21.546] getCompletionsAtPosition: isCompletionListBlocker: 0.0013749999925494194 +Info 4325 [19:47:21.546] Returning an empty list because completion was requested in an invalid position. +Info 4326 [19:47:21.548] Format host information updated +Info 4327 [19:47:21.629] Format host information updated +Info 4328 [19:47:21.630] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4329 [19:47:21.646] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 16.847152000060305ms +Info 4330 [19:47:21.647] Different program with same set of files +Info 4331 [19:47:21.754] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4332 [19:47:21.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 9.860801999922842ms +Info 4333 [19:47:21.764] Different program with same set of files +Info 4334 [19:47:21.765] getCompletionData: Get current token: 0.01636300003156066 +Info 4335 [19:47:21.765] getCompletionData: Is inside comment: 0.003101999987848103 +Info 4336 [19:47:21.765] getCompletionData: Get previous token: 0.029326000018045306 +Info 4337 [19:47:21.765] getCompletionsAtPosition: isCompletionListBlocker: 0.0012120000319555402 +Info 4338 [19:47:21.765] Returning an empty list because completion was requested in an invalid position. +Info 4339 [19:47:21.765] Format host information updated +Info 4340 [19:47:21.881] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4341 [19:47:21.888] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 6.795501000015065ms +Info 4342 [19:47:21.888] Different program with same set of files +Info 4343 [19:47:21.889] getCompletionData: Get current token: 0.014291000086814165 +Info 4344 [19:47:21.889] getCompletionData: Is inside comment: 0.003132999991066754 +Info 4345 [19:47:21.889] getCompletionData: Get previous token: 0.024519999977201223 +Info 4346 [19:47:21.889] getCompletionsAtPosition: isCompletionListBlocker: 0.001032999949529767 +Info 4347 [19:47:21.889] Returning an empty list because completion was requested in an invalid position. +Info 4348 [19:47:21.891] Format host information updated +Info 4349 [19:47:21.943] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4350 [19:47:21.953] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 9.705914000049233ms +Info 4351 [19:47:21.953] Different program with same set of files +Info 4352 [19:47:21.954] getCompletionData: Get current token: 0.030257000005804002 +Info 4353 [19:47:21.954] getCompletionData: Is inside comment: 0.007408999954350293 +Info 4354 [19:47:21.954] getCompletionData: Get previous token: 0.057226000004448 +Info 4355 [19:47:21.954] getCompletionsAtPosition: isCompletionListBlocker: 0.00229199999012053 +Info 4356 [19:47:21.954] Returning an empty list because completion was requested in an invalid position. +Info 4357 [19:47:21.955] Format host information updated +Info 4358 [19:47:22.016] Format host information updated +Info 4359 [19:47:22.016] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4360 [19:47:22.042] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 25.42651699995622ms +Info 4361 [19:47:22.042] Different program with same set of files +Info 4362 [19:47:22.146] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4363 [19:47:22.152] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 6.524882999947295ms +Info 4364 [19:47:22.152] Different program with same set of files +Info 4365 [19:47:22.153] getCompletionData: Get current token: 0.017893000040203333 +Info 4366 [19:47:22.153] getCompletionData: Is inside comment: 0.0032239999854937196 +Info 4367 [19:47:22.153] getCompletionData: Get previous token: 0.025128999957814813 +Info 4368 [19:47:22.153] getCompletionsAtPosition: isCompletionListBlocker: 0.0011739999754354358 +Info 4369 [19:47:22.153] Returning an empty list because completion was requested in an invalid position. +Info 4370 [19:47:22.155] Format host information updated +Info 4371 [19:47:22.270] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4372 [19:47:22.285] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 15.04137900006026ms +Info 4373 [19:47:22.285] Different program with same set of files +Info 4374 [19:47:22.286] getCompletionData: Get current token: 0.023413999937474728 +Info 4375 [19:47:22.286] getCompletionData: Is inside comment: 0.008801999967545271 +Info 4376 [19:47:22.286] getCompletionData: Get previous token: 0.04119299992453307 +Info 4377 [19:47:22.287] getCompletionsAtPosition: isCompletionListBlocker: 0.0015610000118613243 +Info 4378 [19:47:22.287] Returning an empty list because completion was requested in an invalid position. +Info 4379 [19:47:22.287] Format host information updated +Info 4380 [19:47:22.396] Format host information updated +Info 4381 [19:47:22.397] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4382 [19:47:22.427] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 29.681036999914795ms +Info 4383 [19:47:22.427] Different program with same set of files +Info 4384 [19:47:22.685] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4385 [19:47:22.692] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 6.957904000068083ms +Info 4386 [19:47:22.692] Different program with same set of files +Info 4387 [19:47:22.693] getCompletionData: Get current token: 0.01338800007943064 +Info 4388 [19:47:22.693] getCompletionData: Is inside comment: 0.0039950000355020165 +Info 4389 [19:47:22.693] getCompletionData: Get previous token: 0.02978300000540912 +Info 4390 [19:47:22.693] getCompletionsAtPosition: isCompletionListBlocker: 0.0011980000417679548 +Info 4391 [19:47:22.693] Returning an empty list because completion was requested in an invalid position. +Info 4392 [19:47:22.696] Format host information updated +Info 4393 [19:47:22.802] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4394 [19:47:22.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 6.856136999907903ms +Info 4395 [19:47:22.809] Different program with same set of files +Info 4396 [19:47:22.810] getCompletionData: Get current token: 0.014849000028334558 +Info 4397 [19:47:22.810] getCompletionData: Is inside comment: 0.002589999930933118 +Info 4398 [19:47:22.810] getCompletionData: Get previous token: 0.02642699994612485 +Info 4399 [19:47:22.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0011279999744147062 +Info 4400 [19:47:22.810] Returning an empty list because completion was requested in an invalid position. +Info 4401 [19:47:22.810] Format host information updated +Info 4402 [19:47:22.869] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4403 [19:47:22.881] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 12.091652999981306ms +Info 4404 [19:47:22.881] Different program with same set of files +Info 4405 [19:47:22.882] getCompletionData: Get current token: 0.020954999956302345 +Info 4406 [19:47:22.883] getCompletionData: Is inside comment: 0.0048989999340847135 +Info 4407 [19:47:22.883] getCompletionData: Get previous token: 0.0354929999448359 +Info 4408 [19:47:22.883] getCompletionsAtPosition: isCompletionListBlocker: 0.0019340000580996275 +Info 4409 [19:47:22.883] Returning an empty list because completion was requested in an invalid position. +Info 4410 [19:47:22.883] Format host information updated +Info 4411 [19:47:22.945] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4412 [19:47:22.965] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 19.720724000013433ms +Info 4413 [19:47:22.965] Different program with same set of files +Info 4414 [19:47:22.967] getCompletionData: Get current token: 0.04661900002975017 +Info 4415 [19:47:22.967] getCompletionData: Is inside comment: 0.012106999987736344 +Info 4416 [19:47:22.967] getCompletionData: Get previous token: 0.0775149998953566 +Info 4417 [19:47:22.967] getCompletionsAtPosition: isCompletionListBlocker: 0.0034619999350979924 +Info 4418 [19:47:22.967] Returning an empty list because completion was requested in an invalid position. +Info 4419 [19:47:22.973] Format host information updated +Info 4420 [19:47:23.104] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4421 [19:47:23.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 6.7703070000279695ms +Info 4422 [19:47:23.111] Different program with same set of files +Info 4423 [19:47:23.112] getCompletionData: Get current token: 0.013894999981857836 +Info 4424 [19:47:23.112] getCompletionData: Is inside comment: 0.003692000056616962 +Info 4425 [19:47:23.112] getCompletionData: Get previous token: 0.025536000030115247 +Info 4426 [19:47:23.112] getCompletionsAtPosition: isCompletionListBlocker: 0.0012229999992996454 +Info 4427 [19:47:23.112] Returning an empty list because completion was requested in an invalid position. +Info 4428 [19:47:23.112] Format host information updated +Info 4429 [19:47:23.219] Format host information updated +Info 4430 [19:47:23.220] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4431 [19:47:23.229] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 9.58884099998977ms +Info 4432 [19:47:23.229] Different program with same set of files +Info 4433 [19:47:23.371] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4434 [19:47:23.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 7.074690000037663ms +Info 4435 [19:47:23.378] Different program with same set of files +Info 4436 [19:47:23.379] getCompletionData: Get current token: 0.013700000010430813 +Info 4437 [19:47:23.379] getCompletionData: Is inside comment: 0.003539999946951866 +Info 4438 [19:47:23.379] getCompletionData: Get previous token: 0.0280969999730587 +Info 4439 [19:47:23.379] getCompletionsAtPosition: isCompletionListBlocker: 0.001227000029757619 +Info 4440 [19:47:23.379] Returning an empty list because completion was requested in an invalid position. +Info 4441 [19:47:23.379] Format host information updated +Info 4442 [19:47:23.467] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4443 [19:47:23.474] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 6.948144000023603ms +Info 4444 [19:47:23.474] Different program with same set of files +Info 4445 [19:47:23.474] getCompletionData: Get current token: 0.014532000059261918 +Info 4446 [19:47:23.474] getCompletionData: Is inside comment: 0.0033439999679103494 +Info 4447 [19:47:23.474] getCompletionData: Get previous token: 0.024895999929867685 +Info 4448 [19:47:23.475] getCompletionsAtPosition: isCompletionListBlocker: 0.0013630000175908208 +Info 4449 [19:47:23.475] Returning an empty list because completion was requested in an invalid position. +Info 4450 [19:47:23.475] Format host information updated +Info 4451 [19:47:23.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4452 [19:47:23.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 27.844872999936342ms +Info 4453 [19:47:23.607] Different program with same set of files +Info 4454 [19:47:23.610] getCompletionData: Get current token: 0.06625000003259629 +Info 4455 [19:47:23.610] getCompletionData: Is inside comment: 0.011417999980039895 +Info 4456 [19:47:23.610] getCompletionData: Get previous token: 0.12037299992516637 +Info 4457 [19:47:23.610] getCompletionsAtPosition: isCompletionListBlocker: 0.003612999920733273 +Info 4458 [19:47:23.610] Returning an empty list because completion was requested in an invalid position. +Info 4459 [19:47:23.617] Format host information updated +Info 4460 [19:47:24.960] Format host information updated +Info 4461 [19:47:24.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4462 [19:47:24.967] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 6.4772919999668375ms +Info 4463 [19:47:24.967] Different program with same set of files +Info 4464 [19:47:27.388] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4465 [19:47:27.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 6.397435999941081ms +Info 4466 [19:47:27.395] Different program with same set of files +Info 4467 [19:47:27.395] getCompletionData: Get current token: 0.010803999961353838 +Info 4468 [19:47:27.395] getCompletionData: Is inside comment: 0.002812999999150634 +Info 4469 [19:47:27.395] getCompletionData: Get previous token: 0.021574000013060868 +Info 4470 [19:47:27.395] getCompletionsAtPosition: isCompletionListBlocker: 0.0011980000417679548 +Info 4471 [19:47:27.395] Returning an empty list because completion was requested in an invalid position. +Info 4472 [19:47:27.396] Format host information updated +Info 4473 [19:47:27.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4474 [19:47:27.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 9.66065700002946ms +Info 4475 [19:47:27.634] Different program with same set of files +Info 4476 [19:47:27.634] getCompletionData: Get current token: 0.012110000010579824 +Info 4477 [19:47:27.634] getCompletionData: Is inside comment: 0.002781999995931983 +Info 4478 [19:47:27.634] getCompletionData: Get previous token: 0.02274399995803833 +Info 4479 [19:47:27.634] getCompletionsAtPosition: isCompletionListBlocker: 0.0010320000583305955 +Info 4480 [19:47:27.634] Returning an empty list because completion was requested in an invalid position. +Info 4481 [19:47:27.635] Format host information updated +Info 4482 [19:47:27.713] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4483 [19:47:27.720] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 6.988569999928586ms +Info 4484 [19:47:27.720] Different program with same set of files +Info 4485 [19:47:27.720] getCompletionData: Get current token: 0.013173999963328242 +Info 4486 [19:47:27.720] getCompletionData: Is inside comment: 0.0023449999280273914 +Info 4487 [19:47:27.720] getCompletionData: Get previous token: 0.02182400005403906 +Info 4488 [19:47:27.720] getCompletionsAtPosition: isCompletionListBlocker: 0.001243000035174191 +Info 4489 [19:47:27.720] Returning an empty list because completion was requested in an invalid position. +Info 4490 [19:47:27.721] Format host information updated +Info 4491 [19:47:28.044] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4492 [19:47:28.052] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 7.663536999956705ms +Info 4493 [19:47:28.052] Different program with same set of files +Info 4494 [19:47:28.052] getCompletionData: Get current token: 0.01700699992943555 +Info 4495 [19:47:28.052] getCompletionData: Is inside comment: 0.003985999966971576 +Info 4496 [19:47:28.053] getCompletionData: Get previous token: 0.03116699995007366 +Info 4497 [19:47:28.053] getCompletionsAtPosition: isCompletionListBlocker: 0.0016789999790489674 +Info 4498 [19:47:28.053] Returning an empty list because completion was requested in an invalid position. +Info 4499 [19:47:28.053] Format host information updated +Info 4500 [19:47:28.187] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4501 [19:47:28.199] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 12.4104300000472ms +Info 4502 [19:47:28.199] Different program with same set of files +Info 4503 [19:47:28.200] getCompletionData: Get current token: 0.020086999982595444 +Info 4504 [19:47:28.200] getCompletionData: Is inside comment: 0.0040099999168887734 +Info 4505 [19:47:28.200] getCompletionData: Get previous token: 0.033574000000953674 +Info 4506 [19:47:28.201] getCompletionsAtPosition: isCompletionListBlocker: 0.0015589999966323376 +Info 4507 [19:47:28.201] Returning an empty list because completion was requested in an invalid position. +Info 4508 [19:47:28.201] Format host information updated +Info 4509 [19:47:28.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4510 [19:47:28.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 25.58033200004138ms +Info 4511 [19:47:28.327] Different program with same set of files +Info 4512 [19:47:28.329] getCompletionData: Get current token: 0.05282799992710352 +Info 4513 [19:47:28.329] getCompletionData: Is inside comment: 0.013264000066556036 +Info 4514 [19:47:28.330] getCompletionData: Get previous token: 0.08550499996636063 +Info 4515 [19:47:28.330] getCompletionsAtPosition: isCompletionListBlocker: 0.004004999995231628 +Info 4516 [19:47:28.330] Returning an empty list because completion was requested in an invalid position. +Info 4517 [19:47:28.330] Format host information updated +Info 4518 [19:47:28.508] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4519 [19:47:28.515] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 7.123993000015616ms +Info 4520 [19:47:28.515] Different program with same set of files +Info 4521 [19:47:28.516] getCompletionData: Get current token: 0.017487999983131886 +Info 4522 [19:47:28.516] getCompletionData: Is inside comment: 0.0035970000317320228 +Info 4523 [19:47:28.516] getCompletionData: Get previous token: 0.027000000001862645 +Info 4524 [19:47:28.516] getCompletionsAtPosition: isCompletionListBlocker: 0.0010720000136643648 +Info 4525 [19:47:28.516] Returning an empty list because completion was requested in an invalid position. +Info 4526 [19:47:28.517] Format host information updated +Info 4527 [19:47:28.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4528 [19:47:28.676] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 31.06502099998761ms +Info 4529 [19:47:28.676] Different program with same set of files +Info 4530 [19:47:28.677] getCompletionData: Get current token: 0.035457000019960105 +Info 4531 [19:47:28.677] getCompletionData: Is inside comment: 0.00812499993480742 +Info 4532 [19:47:28.677] getCompletionData: Get previous token: 0.060710999998264015 +Info 4533 [19:47:28.678] getCompletionsAtPosition: isCompletionListBlocker: 0.0026650000363588333 +Info 4534 [19:47:28.678] Returning an empty list because completion was requested in an invalid position. +Info 4535 [19:47:28.678] Format host information updated +Info 4536 [19:47:28.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4537 [19:47:28.713] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 6.863382000010461ms +Info 4538 [19:47:28.713] Different program with same set of files +Info 4539 [19:47:28.713] getCompletionData: Get current token: 0.012211999972350895 +Info 4540 [19:47:28.713] getCompletionData: Is inside comment: 0.003067999961785972 +Info 4541 [19:47:28.713] getCompletionData: Get previous token: 0.023132000002078712 +Info 4542 [19:47:28.713] getCompletionsAtPosition: isCompletionListBlocker: 0.0010819999733939767 +Info 4543 [19:47:28.713] Returning an empty list because completion was requested in an invalid position. +Info 4544 [19:47:28.714] Format host information updated +Info 4545 [19:47:28.771] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4546 [19:47:28.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 8.440110000083223ms +Info 4547 [19:47:28.780] Different program with same set of files +Info 4548 [19:47:28.781] getCompletionData: Get current token: 0.01873500004876405 +Info 4549 [19:47:28.781] getCompletionData: Is inside comment: 0.0035960000241175294 +Info 4550 [19:47:28.781] getCompletionData: Get previous token: 0.03437600005418062 +Info 4551 [19:47:28.781] getCompletionsAtPosition: isCompletionListBlocker: 0.0013370000524446368 +Info 4552 [19:47:28.781] Returning an empty list because completion was requested in an invalid position. +Info 4553 [19:47:28.781] Format host information updated +Info 4554 [19:47:28.896] Format host information updated +Info 4555 [19:47:28.897] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4556 [19:47:28.904] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 6.85771599994041ms +Info 4557 [19:47:28.904] Different program with same set of files +Info 4558 [19:47:29.141] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4559 [19:47:29.149] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 8.223333999980241ms +Info 4560 [19:47:29.149] Different program with same set of files +Info 4561 [19:47:29.150] getCompletionData: Get current token: 0.010939000057987869 +Info 4562 [19:47:29.150] getCompletionData: Is inside comment: 0.002837000065483153 +Info 4563 [19:47:29.150] getCompletionData: Get previous token: 0.024624999961815774 +Info 4564 [19:47:29.150] getCompletionsAtPosition: isCompletionListBlocker: 0.0009769999887794256 +Info 4565 [19:47:29.150] Returning an empty list because completion was requested in an invalid position. +Info 4566 [19:47:29.150] Format host information updated +Info 4567 [19:47:29.223] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4568 [19:47:29.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 15.213099999935366ms +Info 4569 [19:47:29.238] Different program with same set of files +Info 4570 [19:47:29.240] getCompletionData: Get current token: 0.028625000035390258 +Info 4571 [19:47:29.240] getCompletionData: Is inside comment: 0.0058429999044165015 +Info 4572 [19:47:29.240] getCompletionData: Get previous token: 0.053626000066287816 +Info 4573 [19:47:29.240] getCompletionsAtPosition: isCompletionListBlocker: 0.0025939999613910913 +Info 4574 [19:47:29.240] Returning an empty list because completion was requested in an invalid position. +Info 4575 [19:47:29.240] Format host information updated +Info 4576 [19:47:29.393] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4577 [19:47:29.400] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 7.719952999963425ms +Info 4578 [19:47:29.400] Different program with same set of files +Info 4579 [19:47:29.401] getCompletionData: Get current token: 0.012109999894164503 +Info 4580 [19:47:29.401] getCompletionData: Is inside comment: 0.0030530000803992152 +Info 4581 [19:47:29.401] getCompletionData: Get previous token: 0.023676999961026013 +Info 4582 [19:47:29.401] getCompletionsAtPosition: isCompletionListBlocker: 0.0011739999754354358 +Info 4583 [19:47:29.401] Returning an empty list because completion was requested in an invalid position. +Info 4584 [19:47:29.401] Format host information updated +Info 4585 [19:47:29.517] Format host information updated +Info 4586 [19:47:29.517] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4587 [19:47:29.528] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 10.212521999957971ms +Info 4588 [19:47:29.528] Different program with same set of files +Info 4589 [19:47:29.676] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4590 [19:47:29.709] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 33.05450799991377ms +Info 4591 [19:47:29.709] Different program with same set of files +Info 4592 [19:47:29.710] getCompletionData: Get current token: 0.030134000000543892 +Info 4593 [19:47:29.711] getCompletionData: Is inside comment: 0.008233000058680773 +Info 4594 [19:47:29.711] getCompletionData: Get previous token: 0.05989999999292195 +Info 4595 [19:47:29.711] getCompletionsAtPosition: isCompletionListBlocker: 0.0026339999167248607 +Info 4596 [19:47:29.711] Returning an empty list because completion was requested in an invalid position. +Info 4597 [19:47:29.711] Format host information updated +Info 4598 [19:47:29.820] Format host information updated +Info 4599 [19:47:29.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4600 [19:47:29.827] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 7.310143999988213ms +Info 4601 [19:47:29.827] Different program with same set of files +Info 4602 [19:47:30.136] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4603 [19:47:30.147] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 11.30162400007248ms +Info 4604 [19:47:30.147] Different program with same set of files +Info 4605 [19:47:30.148] getCompletionData: Get current token: 0.015521999914199114 +Info 4606 [19:47:30.148] getCompletionData: Is inside comment: 0.0036780000664293766 +Info 4607 [19:47:30.148] getCompletionData: Get previous token: 0.030541999964043498 +Info 4608 [19:47:30.148] getCompletionsAtPosition: isCompletionListBlocker: 0.0015949999215081334 +Info 4609 [19:47:30.148] Returning an empty list because completion was requested in an invalid position. +Info 4610 [19:47:30.148] Format host information updated +Info 4611 [19:47:30.204] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4612 [19:47:30.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 19.444738000049256ms +Info 4613 [19:47:30.223] Different program with same set of files +Info 4614 [19:47:30.225] getCompletionData: Get current token: 0.03073399991262704 +Info 4615 [19:47:30.225] getCompletionData: Is inside comment: 0.008328999974764884 +Info 4616 [19:47:30.225] getCompletionData: Get previous token: 0.06042600004002452 +Info 4617 [19:47:30.225] getCompletionsAtPosition: isCompletionListBlocker: 0.002269999939016998 +Info 4618 [19:47:30.225] Returning an empty list because completion was requested in an invalid position. +Info 4619 [19:47:30.226] Format host information updated +Info 4620 [19:47:30.520] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4621 [19:47:30.533] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 12.360257999971509ms +Info 4622 [19:47:30.533] Different program with same set of files +Info 4623 [19:47:30.534] getCompletionData: Get current token: 0.028000000049360096 +Info 4624 [19:47:30.534] getCompletionData: Is inside comment: 0.005822999984957278 +Info 4625 [19:47:30.534] getCompletionData: Get previous token: 0.04905399994459003 +Info 4626 [19:47:30.534] getCompletionsAtPosition: isCompletionListBlocker: 0.001838000025600195 +Info 4627 [19:47:30.534] Returning an empty list because completion was requested in an invalid position. +Info 4628 [19:47:30.562] Format host information updated +Info 4629 [19:47:30.944] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4630 [19:47:30.953] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 8.634682999923825ms +Info 4631 [19:47:30.953] Different program with same set of files +Info 4632 [19:47:30.953] getCompletionData: Get current token: 0.011291999951936305 +Info 4633 [19:47:30.953] getCompletionData: Is inside comment: 0.002626999979838729 +Info 4634 [19:47:30.953] getCompletionData: Get previous token: 0.02055900008417666 +Info 4635 [19:47:30.953] getCompletionsAtPosition: isCompletionListBlocker: 0.0009949998930096626 +Info 4636 [19:47:30.953] Returning an empty list because completion was requested in an invalid position. +Info 4637 [19:47:30.954] Format host information updated +Info 4638 [19:47:31.084] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4639 [19:47:31.091] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 6.833520999993198ms +Info 4640 [19:47:31.091] Different program with same set of files +Info 4641 [19:47:31.092] getCompletionData: Get current token: 0.014154999982565641 +Info 4642 [19:47:31.092] getCompletionData: Is inside comment: 0.0027669999981299043 +Info 4643 [19:47:31.092] getCompletionData: Get previous token: 0.045735000050626695 +Info 4644 [19:47:31.092] getCompletionsAtPosition: isCompletionListBlocker: 0.001425999915227294 +Info 4645 [19:47:31.092] Returning an empty list because completion was requested in an invalid position. +Info 4646 [19:47:31.095] Format host information updated +Info 4647 [19:47:31.218] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4648 [19:47:31.245] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 26.955516000045463ms +Info 4649 [19:47:31.245] Different program with same set of files +Info 4650 [19:47:31.248] getCompletionData: Get current token: 0.052777000004425645 +Info 4651 [19:47:31.248] getCompletionData: Is inside comment: 0.013468999997712672 +Info 4652 [19:47:31.248] getCompletionData: Get previous token: 0.08443099993746728 +Info 4653 [19:47:31.248] getCompletionsAtPosition: isCompletionListBlocker: 0.003508000052534044 +Info 4654 [19:47:31.248] Returning an empty list because completion was requested in an invalid position. +Info 4655 [19:47:31.249] Format host information updated +Info 4656 [19:47:31.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4657 [19:47:31.505] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 6.842311999993399ms +Info 4658 [19:47:31.505] Different program with same set of files +Info 4659 [19:47:31.506] getCompletionData: Get current token: 0.013817000086419284 +Info 4660 [19:47:31.506] getCompletionData: Is inside comment: 0.0030559999868273735 +Info 4661 [19:47:31.506] getCompletionData: Get previous token: 0.022201000014320016 +Info 4662 [19:47:31.506] getCompletionsAtPosition: isCompletionListBlocker: 0.0011190000222995877 +Info 4663 [19:47:31.506] Returning an empty list because completion was requested in an invalid position. +Info 4664 [19:47:31.506] Format host information updated +Info 4665 [19:47:31.900] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4666 [19:47:31.912] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 11.932125000050291ms +Info 4667 [19:47:31.912] Different program with same set of files +Info 4668 [19:47:31.913] getCompletionData: Get current token: 0.015339000034146011 +Info 4669 [19:47:31.913] getCompletionData: Is inside comment: 0.003951000049710274 +Info 4670 [19:47:31.913] getCompletionData: Get previous token: 0.028913000016473234 +Info 4671 [19:47:31.913] getCompletionsAtPosition: isCompletionListBlocker: 0.0012489999644458294 +Info 4672 [19:47:31.913] Returning an empty list because completion was requested in an invalid position. +Info 4673 [19:47:31.913] Format host information updated +Info 4674 [19:47:31.966] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4675 [19:47:31.981] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 14.558918999973685ms +Info 4676 [19:47:31.981] Different program with same set of files +Info 4677 [19:47:31.982] getCompletionData: Get current token: 0.035742999985814095 +Info 4678 [19:47:31.982] getCompletionData: Is inside comment: 0.008110999944619834 +Info 4679 [19:47:31.983] getCompletionData: Get previous token: 0.12094200006686151 +Info 4680 [19:47:31.983] getCompletionsAtPosition: isCompletionListBlocker: 0.0033969999058172107 +Info 4681 [19:47:31.983] Returning an empty list because completion was requested in an invalid position. +Info 4682 [19:47:31.983] Format host information updated +Info 4683 [19:47:32.158] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4684 [19:47:32.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 6.567709999973886ms +Info 4685 [19:47:32.164] Different program with same set of files +Info 4686 [19:47:32.165] getCompletionData: Get current token: 0.014607999939471483 +Info 4687 [19:47:32.165] getCompletionData: Is inside comment: 0.003586999955587089 +Info 4688 [19:47:32.165] getCompletionData: Get previous token: 0.02517999999690801 +Info 4689 [19:47:32.165] getCompletionsAtPosition: isCompletionListBlocker: 0.0015070000663399696 +Info 4690 [19:47:32.165] Returning an empty list because completion was requested in an invalid position. +Info 4691 [19:47:32.165] Format host information updated +Info 4692 [19:47:32.247] Format host information updated +Info 4693 [19:47:32.248] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4694 [19:47:32.276] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 27.685906000086106ms +Info 4695 [19:47:32.276] Different program with same set of files +Info 4696 [19:47:32.536] Format host information updated +Info 4697 [19:47:32.536] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4698 [19:47:32.544] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 7.19783700001426ms +Info 4699 [19:47:32.544] Different program with same set of files +Info 4700 [19:47:32.680] Format host information updated +Info 4701 [19:47:32.680] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4702 [19:47:32.687] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 6.756673000054434ms +Info 4703 [19:47:32.687] Different program with same set of files +Info 4704 [19:47:33.705] getCompletionData: Get current token: 0.005778999999165535 +Info 4705 [19:47:33.705] getCompletionData: Is inside comment: 0.015294999931938946 +Info 4706 [19:47:33.705] getCompletionData: Get previous token: 0.012144000036641955 +Info 4707 [19:47:33.705] getCompletionsAtPosition: isCompletionListBlocker: 0.009773000027053058 +Info 4708 [19:47:33.706] getExportInfoMap: cache hit +Info 4709 [19:47:33.725] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 4710 [19:47:33.725] collectAutoImports: response is complete +Info 4711 [19:47:33.725] collectAutoImports: 18.84392100002151 +Info 4712 [19:47:33.725] getCompletionData: Semantic work: 20.151157999993302 +Info 4713 [19:47:33.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.1666020000120625 +Info 4714 [19:47:34.511] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4715 [19:47:34.518] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 6.704777000006288ms +Info 4716 [19:47:34.518] Different program with same set of files +Info 4717 [19:47:34.518] getCompletionData: Get current token: 0.012962999986484647 +Info 4718 [19:47:34.518] getCompletionData: Is inside comment: 0.0028620000230148435 +Info 4719 [19:47:34.518] getCompletionData: Get previous token: 0.02062399999704212 +Info 4720 [19:47:34.518] getCompletionsAtPosition: isCompletionListBlocker: 0.0011890000896528363 +Info 4721 [19:47:34.518] Returning an empty list because completion was requested in an invalid position. +Info 4722 [19:47:34.520] Format host information updated +Info 4723 [19:47:34.574] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4724 [19:47:34.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 9.254054000019096ms +Info 4725 [19:47:34.583] Different program with same set of files +Info 4726 [19:47:34.584] getCompletionData: Get current token: 0.012682000058703125 +Info 4727 [19:47:34.584] getCompletionData: Is inside comment: 0.0031060000183060765 +Info 4728 [19:47:34.584] getCompletionData: Get previous token: 0.02084200002718717 +Info 4729 [19:47:34.584] getCompletionsAtPosition: isCompletionListBlocker: 0.0009559999452903867 +Info 4730 [19:47:34.584] Returning an empty list because completion was requested in an invalid position. +Info 4731 [19:47:34.584] Format host information updated +Info 4732 [19:47:34.636] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4733 [19:47:34.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 12.418276000069454ms +Info 4734 [19:47:34.649] Different program with same set of files +Info 4735 [19:47:34.650] getCompletionData: Get current token: 0.02318399993237108 +Info 4736 [19:47:34.650] getCompletionData: Is inside comment: 0.005745999980717897 +Info 4737 [19:47:34.650] getCompletionData: Get previous token: 0.04057700000703335 +Info 4738 [19:47:34.650] getCompletionsAtPosition: isCompletionListBlocker: 0.0017090000910684466 +Info 4739 [19:47:34.650] Returning an empty list because completion was requested in an invalid position. +Info 4740 [19:47:34.650] Format host information updated +Info 4741 [19:47:34.738] Format host information updated +Info 4742 [19:47:34.738] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4743 [19:47:34.745] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 6.919905000017025ms +Info 4744 [19:47:34.745] Different program with same set of files +Info 4745 [19:47:34.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4746 [19:47:34.998] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 6.530921999947168ms +Info 4747 [19:47:34.998] Different program with same set of files +Info 4748 [19:47:34.999] getCompletionData: Get current token: 0.011827000067569315 +Info 4749 [19:47:34.999] getCompletionData: Is inside comment: 0.0032819999614730477 +Info 4750 [19:47:34.999] getCompletionData: Get previous token: 0.023120999918319285 +Info 4751 [19:47:34.999] getCompletionsAtPosition: isCompletionListBlocker: 0.001145999995060265 +Info 4752 [19:47:34.999] Returning an empty list because completion was requested in an invalid position. +Info 4753 [19:47:34.999] Format host information updated +Info 4754 [19:47:35.054] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4755 [19:47:35.068] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 13.774496000027284ms +Info 4756 [19:47:35.068] Different program with same set of files +Info 4757 [19:47:35.069] getCompletionData: Get current token: 0.024022000026889145 +Info 4758 [19:47:35.069] getCompletionData: Is inside comment: 0.005322999903000891 +Info 4759 [19:47:35.069] getCompletionData: Get previous token: 0.04083700000774115 +Info 4760 [19:47:35.069] getCompletionsAtPosition: isCompletionListBlocker: 0.0017030000453814864 +Info 4761 [19:47:35.069] Returning an empty list because completion was requested in an invalid position. +Info 4762 [19:47:35.071] Format host information updated +Info 4763 [19:47:35.115] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4764 [19:47:35.127] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 11.604888000059873ms +Info 4765 [19:47:35.127] Different program with same set of files +Info 4766 [19:47:35.128] getCompletionData: Get current token: 0.012254999950528145 +Info 4767 [19:47:35.128] getCompletionData: Is inside comment: 0.0023529999889433384 +Info 4768 [19:47:35.128] getCompletionData: Get previous token: 0.022689999896101654 +Info 4769 [19:47:35.128] getCompletionsAtPosition: isCompletionListBlocker: 0.001044000033289194 +Info 4770 [19:47:35.128] Returning an empty list because completion was requested in an invalid position. +Info 4771 [19:47:35.132] Format host information updated +Info 4772 [19:47:35.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4773 [19:47:35.280] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 16.511145000113174ms +Info 4774 [19:47:35.280] Different program with same set of files +Info 4775 [19:47:35.282] getCompletionData: Get current token: 0.035527999978512526 +Info 4776 [19:47:35.282] getCompletionData: Is inside comment: 0.008926999988034368 +Info 4777 [19:47:35.282] getCompletionData: Get previous token: 0.068567999987863 +Info 4778 [19:47:35.282] getCompletionsAtPosition: isCompletionListBlocker: 0.003044000011868775 +Info 4779 [19:47:35.282] Returning an empty list because completion was requested in an invalid position. +Info 4780 [19:47:35.282] Format host information updated +Info 4781 [19:47:35.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4782 [19:47:35.577] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 7.488486999995075ms +Info 4783 [19:47:35.577] Different program with same set of files +Info 4784 [19:47:35.580] getCompletionData: Get current token: 0.0164309999672696 +Info 4785 [19:47:35.580] getCompletionData: Is inside comment: 0.0032970000756904483 +Info 4786 [19:47:35.580] getCompletionData: Get previous token: 0.02285800001118332 +Info 4787 [19:47:35.580] getCompletionsAtPosition: isCompletionListBlocker: 0.0010659999679774046 +Info 4788 [19:47:35.580] Returning an empty list because completion was requested in an invalid position. +Info 4789 [19:47:35.580] Format host information updated +Info 4790 [19:47:35.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4791 [19:47:35.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 13.723863999941386ms +Info 4792 [19:47:35.647] Different program with same set of files +Info 4793 [19:47:35.649] getCompletionData: Get current token: 0.027334999991580844 +Info 4794 [19:47:35.649] getCompletionData: Is inside comment: 0.0058750000316649675 +Info 4795 [19:47:35.649] getCompletionData: Get previous token: 0.049254999961704016 +Info 4796 [19:47:35.649] getCompletionsAtPosition: isCompletionListBlocker: 0.001867000013589859 +Info 4797 [19:47:35.649] Returning an empty list because completion was requested in an invalid position. +Info 4798 [19:47:35.649] Format host information updated +Info 4799 [19:47:35.696] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4800 [19:47:35.704] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 8.227737999986857ms +Info 4801 [19:47:35.704] Different program with same set of files +Info 4802 [19:47:35.705] getCompletionData: Get current token: 0.016035999986343086 +Info 4803 [19:47:35.705] getCompletionData: Is inside comment: 0.004115000017918646 +Info 4804 [19:47:35.705] getCompletionData: Get previous token: 0.029980999999679625 +Info 4805 [19:47:35.705] getCompletionsAtPosition: isCompletionListBlocker: 0.0012400000123307109 +Info 4806 [19:47:35.705] Returning an empty list because completion was requested in an invalid position. +Info 4807 [19:47:35.706] Format host information updated +Info 4808 [19:47:35.851] Format host information updated +Info 4809 [19:47:35.851] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4810 [19:47:35.858] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 7.016428999952041ms +Info 4811 [19:47:35.858] Different program with same set of files +Info 4812 [19:47:36.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4813 [19:47:36.010] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 6.8587810000171885ms +Info 4814 [19:47:36.010] Different program with same set of files +Info 4815 [19:47:36.011] getCompletionData: Get current token: 0.011178000015206635 +Info 4816 [19:47:36.011] getCompletionData: Is inside comment: 0.0028909998945891857 +Info 4817 [19:47:36.011] getCompletionData: Get previous token: 0.021484000026248395 +Info 4818 [19:47:36.011] getCompletionsAtPosition: isCompletionListBlocker: 0.0010330000659450889 +Info 4819 [19:47:36.011] Returning an empty list because completion was requested in an invalid position. +Info 4820 [19:47:36.011] Format host information updated +Info 4821 [19:47:36.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4822 [19:47:36.093] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 15.21979999996256ms +Info 4823 [19:47:36.093] Different program with same set of files +Info 4824 [19:47:36.095] getCompletionData: Get current token: 0.03866500000003725 +Info 4825 [19:47:36.095] getCompletionData: Is inside comment: 0.009473000071011484 +Info 4826 [19:47:36.095] getCompletionData: Get previous token: 0.06674800009932369 +Info 4827 [19:47:36.095] getCompletionsAtPosition: isCompletionListBlocker: 0.002837000065483153 +Info 4828 [19:47:36.095] Returning an empty list because completion was requested in an invalid position. +Info 4829 [19:47:36.095] Format host information updated +Info 4830 [19:47:36.212] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4831 [19:47:36.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 26.477886000066064ms +Info 4832 [19:47:36.238] Different program with same set of files +Info 4833 [19:47:36.241] getCompletionData: Get current token: 0.04249999998137355 +Info 4834 [19:47:36.241] getCompletionData: Is inside comment: 0.009716999949887395 +Info 4835 [19:47:36.241] getCompletionData: Get previous token: 0.07385899999644607 +Info 4836 [19:47:36.241] getCompletionsAtPosition: isCompletionListBlocker: 0.0034600000362843275 +Info 4837 [19:47:36.241] Returning an empty list because completion was requested in an invalid position. +Info 4838 [19:47:36.246] Format host information updated +Info 4839 [19:47:36.274] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4840 [19:47:36.282] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 7.873283000080846ms +Info 4841 [19:47:36.282] Different program with same set of files +Info 4842 [19:47:36.282] getCompletionData: Get current token: 0.014769000001251698 +Info 4843 [19:47:36.282] getCompletionData: Is inside comment: 0.003910999977961183 +Info 4844 [19:47:36.282] getCompletionData: Get previous token: 0.02731500007212162 +Info 4845 [19:47:36.282] getCompletionsAtPosition: isCompletionListBlocker: 0.0014390000142157078 +Info 4846 [19:47:36.282] Returning an empty list because completion was requested in an invalid position. +Info 4847 [19:47:36.283] Format host information updated +Info 4848 [19:47:36.485] Format host information updated +Info 4849 [19:47:36.485] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4850 [19:47:36.493] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 7.779190000030212ms +Info 4851 [19:47:36.493] Different program with same set of files +Info 4852 [19:47:37.670] Format host information updated +Info 4853 [19:47:37.670] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4854 [19:47:37.679] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 9.217987000010908ms +Info 4855 [19:47:37.679] Different program with same set of files +Info 4856 [19:47:38.800] Format host information updated +Info 4857 [19:47:38.800] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4858 [19:47:38.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 8.068162000039592ms +Info 4859 [19:47:38.808] Different program with same set of files +Info 4860 [19:47:39.190] Format host information updated +Info 4861 [19:47:39.190] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4862 [19:47:39.198] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 7.499352999962866ms +Info 4863 [19:47:39.198] Different program with same set of files +Info 4864 [19:47:39.417] Format host information updated +Info 4865 [19:47:39.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4866 [19:47:39.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 6.827914000023156ms +Info 4867 [19:47:39.424] Different program with same set of files +Info 4868 [19:47:40.574] Format host information updated +Info 4869 [19:47:40.574] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4870 [19:47:40.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 8.694376999977976ms +Info 4871 [19:47:40.583] Different program with same set of files +Info 4872 [19:47:40.857] Format host information updated +Info 4873 [19:47:40.857] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4874 [19:47:40.864] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 6.4976170000154525ms +Info 4875 [19:47:40.864] Different program with same set of files +Info 4876 [19:47:41.137] Format host information updated +Info 4877 [19:47:41.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4878 [19:47:41.146] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 8.316880999947898ms +Info 4879 [19:47:41.146] Different program with same set of files +Info 4880 [19:47:42.070] Format host information updated +Info 4881 [19:47:42.070] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4882 [19:47:42.076] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 6.081845999928191ms +Info 4883 [19:47:42.076] Different program with same set of files +Info 4884 [19:47:42.160] Format host information updated +Info 4885 [19:47:42.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4886 [19:47:42.184] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 23.20553999999538ms +Info 4887 [19:47:42.184] Different program with same set of files +Info 4888 [19:47:42.348] Format host information updated +Info 4889 [19:47:42.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4890 [19:47:42.372] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 23.934227999998257ms +Info 4891 [19:47:42.372] Different program with same set of files +Info 4892 [19:47:42.527] Format host information updated +Info 4893 [19:47:42.527] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4894 [19:47:42.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 8.423352999961935ms +Info 4895 [19:47:42.536] Different program with same set of files +Info 4896 [19:47:42.679] Format host information updated +Info 4897 [19:47:42.679] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4898 [19:47:42.686] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 6.439550000010058ms +Info 4899 [19:47:42.686] Different program with same set of files +Info 4900 [19:47:42.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4901 [19:47:42.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 6.860059000086039ms +Info 4902 [19:47:42.801] Different program with same set of files +Info 4903 [19:47:42.801] getCompletionData: Get current token: 0.01006300002336502 +Info 4904 [19:47:42.802] getCompletionData: Is inside comment: 0.01669200009200722 +Info 4905 [19:47:42.802] getCompletionData: Get previous token: 0.026978999958373606 +Info 4906 [19:47:42.802] getCompletionsAtPosition: isCompletionListBlocker: 0.008972000097855926 +Info 4907 [19:47:42.803] getExportInfoMap: cache hit +Info 4908 [19:47:42.809] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 4909 [19:47:42.809] collectAutoImports: response is complete +Info 4910 [19:47:42.809] collectAutoImports: 6.496541999978945 +Info 4911 [19:47:42.809] getCompletionData: Semantic work: 7.601922000059858 +Info 4912 [19:47:42.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5475159999914467 +Info 4913 [19:47:42.814] Format host information updated +Info 4914 [19:47:42.913] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4915 [19:47:42.919] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 6.645953000057489ms +Info 4916 [19:47:42.919] Different program with same set of files +Info 4917 [19:47:42.920] getCompletionData: Get current token: 0.008120000013150275 +Info 4918 [19:47:42.920] getCompletionData: Is inside comment: 0.013513999991118908 +Info 4919 [19:47:42.920] getCompletionData: Get previous token: 0.02208500006236136 +Info 4920 [19:47:42.920] getCompletionsAtPosition: isCompletionListBlocker: 0.008397000026889145 +Info 4921 [19:47:42.921] getExportInfoMap: cache hit +Info 4922 [19:47:42.925] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 4923 [19:47:42.925] collectAutoImports: response is complete +Info 4924 [19:47:42.925] collectAutoImports: 4.08347800001502 +Info 4925 [19:47:42.925] getCompletionData: Semantic work: 4.918957000016235 +Info 4926 [19:47:42.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0738330000313 +Info 4927 [19:47:42.928] Format host information updated +Info 4928 [19:47:43.034] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4929 [19:47:43.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 9.386659000068903ms +Info 4930 [19:47:43.044] Different program with same set of files +Info 4931 [19:47:43.044] getCompletionData: Get current token: 0.009564999956637621 +Info 4932 [19:47:43.044] getCompletionData: Is inside comment: 0.012830000021494925 +Info 4933 [19:47:43.044] getCompletionData: Get previous token: 0.019886999973095953 +Info 4934 [19:47:43.044] getCompletionsAtPosition: isCompletionListBlocker: 0.009728000033646822 +Info 4935 [19:47:43.045] getExportInfoMap: cache hit +Info 4936 [19:47:43.048] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 4937 [19:47:43.048] collectAutoImports: response is complete +Info 4938 [19:47:43.048] collectAutoImports: 3.0100219999440014 +Info 4939 [19:47:43.048] getCompletionData: Semantic work: 3.896891000098549 +Info 4940 [19:47:43.050] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.871824000030756 +Info 4941 [19:47:43.051] Format host information updated +Info 4942 [19:47:43.110] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4943 [19:47:43.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 12.647128000040539ms +Info 4944 [19:47:43.123] Different program with same set of files +Info 4945 [19:47:43.123] getCompletionData: Get current token: 0.018150000018067658 +Info 4946 [19:47:43.123] getCompletionData: Is inside comment: 0.02581099991220981 +Info 4947 [19:47:43.123] getCompletionData: Get previous token: 0.040769999963231385 +Info 4948 [19:47:43.123] getCompletionsAtPosition: isCompletionListBlocker: 0.014574999921023846 +Info 4949 [19:47:43.125] getExportInfoMap: cache hit +Info 4950 [19:47:43.129] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 4951 [19:47:43.129] collectAutoImports: response is complete +Info 4952 [19:47:43.129] collectAutoImports: 3.9457980000879616 +Info 4953 [19:47:43.129] getCompletionData: Semantic work: 5.472201999975368 +Info 4954 [19:47:43.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.078207000042312 +Info 4955 [19:47:43.138] Format host information updated +Info 4956 [19:47:43.323] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4957 [19:47:43.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 6.9594779999461025ms +Info 4958 [19:47:43.330] Different program with same set of files +Info 4959 [19:47:43.330] getCompletionData: Get current token: 0.007695000036619604 +Info 4960 [19:47:43.330] getCompletionData: Is inside comment: 0.010810000007040799 +Info 4961 [19:47:43.330] getCompletionData: Get previous token: 0.024372000014409423 +Info 4962 [19:47:43.330] getCompletionsAtPosition: isCompletionListBlocker: 0.00853099999949336 +Info 4963 [19:47:43.332] getExportInfoMap: cache hit +Info 4964 [19:47:43.334] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 4965 [19:47:43.334] collectAutoImports: response is complete +Info 4966 [19:47:43.334] collectAutoImports: 1.774801000021398 +Info 4967 [19:47:43.334] getCompletionData: Semantic work: 3.1581189999124035 +Info 4968 [19:47:43.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2815429999027401 +Info 4969 [19:47:43.336] Format host information updated +Info 4970 [19:47:43.384] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4971 [19:47:43.392] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 7.875081000034697ms +Info 4972 [19:47:43.392] Different program with same set of files +Info 4973 [19:47:43.393] getCompletionData: Get current token: 0.010818000067956746 +Info 4974 [19:47:43.393] getCompletionData: Is inside comment: 0.01505899999756366 +Info 4975 [19:47:43.393] getCompletionData: Get previous token: 0.02333700004965067 +Info 4976 [19:47:43.393] getCompletionsAtPosition: isCompletionListBlocker: 0.009199000080116093 +Info 4977 [19:47:43.393] getExportInfoMap: cache hit +Info 4978 [19:47:43.395] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 4979 [19:47:43.395] collectAutoImports: response is complete +Info 4980 [19:47:43.395] collectAutoImports: 1.9611520000034943 +Info 4981 [19:47:43.395] getCompletionData: Semantic work: 2.862557000014931 +Info 4982 [19:47:43.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4051880000624806 +Info 4983 [19:47:43.406] Format host information updated +Info 4984 [19:47:43.489] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4985 [19:47:43.502] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 13.46038399997633ms +Info 4986 [19:47:43.502] Different program with same set of files +Info 4987 [19:47:43.503] getCompletionData: Get current token: 0.010642000008374453 +Info 4988 [19:47:43.503] getCompletionData: Is inside comment: 0.029334000078961253 +Info 4989 [19:47:43.503] getCompletionData: Get previous token: 0.05834799993317574 +Info 4990 [19:47:43.503] getCompletionsAtPosition: isCompletionListBlocker: 0.0038870000280439854 +Info 4991 [19:47:43.504] getCompletionData: Semantic work: 1.018034000066109 +Info 4992 [19:47:43.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3203910000156611 +Info 4993 [19:47:43.505] Format host information updated +Info 4994 [19:47:43.780] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4995 [19:47:43.787] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 7.272819999954663ms +Info 4996 [19:47:43.787] Different program with same set of files +Info 4997 [19:47:43.787] getCompletionData: Get current token: 0.00842900003772229 +Info 4998 [19:47:43.787] getCompletionData: Is inside comment: 0.014755000011064112 +Info 4999 [19:47:43.787] getCompletionData: Get previous token: 0.021111999987624586 +Info 5000 [19:47:43.787] getCompletionsAtPosition: isCompletionListBlocker: 0.002961000078357756 +Info 5001 [19:47:43.788] getCompletionData: Semantic work: 0.7040069999638945 +Info 5002 [19:47:43.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3868139999685809 +Info 5003 [19:47:43.792] Format host information updated +Info 5004 [19:47:43.891] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5005 [19:47:43.898] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 6.953681000042707ms +Info 5006 [19:47:43.898] Different program with same set of files +Info 5007 [19:47:43.898] getCompletionData: Get current token: 0.00893999997060746 +Info 5008 [19:47:43.898] getCompletionData: Is inside comment: 0.01419799996074289 +Info 5009 [19:47:43.899] getCompletionData: Get previous token: 0.01919000002089888 +Info 5010 [19:47:43.899] getCompletionsAtPosition: isCompletionListBlocker: 0.002642999985255301 +Info 5011 [19:47:43.899] getCompletionData: Semantic work: 0.6655030000256374 +Info 5012 [19:47:43.900] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.39636900008190423 +Info 5013 [19:47:43.900] Format host information updated +Info 5014 [19:47:43.975] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5015 [19:47:43.981] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 6.683476999984123ms +Info 5016 [19:47:43.981] Different program with same set of files +Info 5017 [19:47:43.982] getCompletionData: Get current token: 0.007929999963380396 +Info 5018 [19:47:43.982] getCompletionData: Is inside comment: 0.013639999902807176 +Info 5019 [19:47:43.982] getCompletionData: Get previous token: 0.018345999997109175 +Info 5020 [19:47:43.982] getCompletionsAtPosition: isCompletionListBlocker: 0.002689999993890524 +Info 5021 [19:47:43.982] getCompletionData: Semantic work: 0.630782000022009 +Info 5022 [19:47:43.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.36251999996602535 +Info 5023 [19:47:43.983] Format host information updated +Info 5024 [19:47:44.062] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5025 [19:47:44.068] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 6.403169000055641ms +Info 5026 [19:47:44.068] Different program with same set of files +Info 5027 [19:47:44.068] getCompletionData: Get current token: 0.00736799999140203 +Info 5028 [19:47:44.068] getCompletionData: Is inside comment: 0.013190000085160136 +Info 5029 [19:47:44.068] getCompletionData: Get previous token: 0.017853999976068735 +Info 5030 [19:47:44.069] getCompletionsAtPosition: isCompletionListBlocker: 0.0021910000359639525 +Info 5031 [19:47:44.069] getCompletionData: Semantic work: 0.5954729999648407 +Info 5032 [19:47:44.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4066960000200197 +Info 5033 [19:47:44.072] Format host information updated +Info 5034 [19:47:44.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5035 [19:47:44.245] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 6.42433800001163ms +Info 5036 [19:47:44.245] Different program with same set of files +Info 5037 [19:47:44.245] getCompletionData: Get current token: 0.006831999984569848 +Info 5038 [19:47:44.245] getCompletionData: Is inside comment: 0.011173999984748662 +Info 5039 [19:47:44.245] getCompletionData: Get previous token: 0.01606199995148927 +Info 5040 [19:47:44.245] getCompletionsAtPosition: isCompletionListBlocker: 0.0023460000520572066 +Info 5041 [19:47:44.245] getCompletionData: Semantic work: 0.5539349999744445 +Info 5042 [19:47:44.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21550299995578825 +Info 5043 [19:47:44.246] Format host information updated +Info 5044 [19:47:44.531] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5045 [19:47:44.542] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 11.11181899998337ms +Info 5046 [19:47:44.542] Different program with same set of files +Info 5047 [19:47:44.542] getCompletionData: Get current token: 0.014349000062793493 +Info 5048 [19:47:44.542] getCompletionData: Is inside comment: 0.0267340000718832 +Info 5049 [19:47:44.542] getCompletionData: Get previous token: 0.020154999918304384 +Info 5050 [19:47:44.543] getCompletionsAtPosition: isCompletionListBlocker: 0.007410999969579279 +Info 5051 [19:47:44.543] getExportInfoMap: cache hit +Info 5052 [19:47:44.568] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5053 [19:47:44.568] collectAutoImports: response is complete +Info 5054 [19:47:44.568] collectAutoImports: 24.297498999978416 +Info 5055 [19:47:44.568] getCompletionData: Semantic work: 25.372005000011995 +Info 5056 [19:47:44.577] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.532618000055663 +Info 5057 [19:47:44.583] Format host information updated +Info 5058 [19:47:44.599] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5059 [19:47:44.606] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 6.955481000011787ms +Info 5060 [19:47:44.606] Different program with same set of files +Info 5061 [19:47:44.607] getCompletionData: Get current token: 0.007403000025078654 +Info 5062 [19:47:44.607] getCompletionData: Is inside comment: 0.011352000059559941 +Info 5063 [19:47:44.607] getCompletionData: Get previous token: 0.008339000050909817 +Info 5064 [19:47:44.607] getCompletionsAtPosition: isCompletionListBlocker: 0.007657999987713993 +Info 5065 [19:47:44.607] getExportInfoMap: cache hit +Info 5066 [19:47:44.620] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5067 [19:47:44.620] collectAutoImports: response is complete +Info 5068 [19:47:44.620] collectAutoImports: 12.930215000058524 +Info 5069 [19:47:44.620] getCompletionData: Semantic work: 13.708689999999478 +Info 5070 [19:47:44.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.000201999908313 +Info 5071 [19:47:44.634] Format host information updated +Info 5072 [19:47:44.972] getCompletionData: Get current token: 0.0050879999762400985 +Info 5073 [19:47:44.972] getCompletionData: Is inside comment: 0.0015009999042376876 +Info 5074 [19:47:44.972] getCompletionData: Get previous token: 0.013060000026598573 +Info 5075 [19:47:44.973] getCompletionsAtPosition: isCompletionListBlocker: 0.0060270000249147415 +Info 5076 [19:47:44.973] getExportInfoMap: cache hit +Info 5077 [19:47:44.980] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5078 [19:47:44.980] collectAutoImports: response is complete +Info 5079 [19:47:44.980] collectAutoImports: 7.153641000040807 +Info 5080 [19:47:44.980] getCompletionData: Semantic work: 7.75115599995479 +Info 5081 [19:47:44.987] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.397141000023112 +Info 5082 [19:47:46.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5083 [19:47:46.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 9.98072799993679ms +Info 5084 [19:47:46.471] Different program with same set of files +Info 5085 [19:47:46.471] getCompletionData: Get current token: 0.00748499995097518 +Info 5086 [19:47:46.471] getCompletionData: Is inside comment: 0.0017470000311732292 +Info 5087 [19:47:46.471] getCompletionData: Get previous token: 0.025661999941803515 +Info 5088 [19:47:46.471] getCompletionsAtPosition: isCompletionListBlocker: 0.006282999995164573 +Info 5089 [19:47:46.472] getExportInfoMap: cache hit +Info 5090 [19:47:46.478] collectAutoImports: resolved 0 module specifiers, plus 278 ambient and 9 from cache +Info 5091 [19:47:46.478] collectAutoImports: response is complete +Info 5092 [19:47:46.478] collectAutoImports: 5.927112000063062 +Info 5093 [19:47:46.478] getCompletionData: Semantic work: 6.631234999978915 +Info 5094 [19:47:46.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4904250000836328 +Info 5095 [19:47:46.484] Format host information updated +Info 5096 [19:47:46.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5097 [19:47:46.575] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 20.889722000109032ms +Info 5098 [19:47:46.575] Different program with same set of files +Info 5099 [19:47:46.575] getCompletionData: Get current token: 0.01776299998164177 +Info 5100 [19:47:46.575] getCompletionData: Is inside comment: 0.005572000052779913 +Info 5101 [19:47:46.575] getCompletionData: Get previous token: 0.07984099991153926 +Info 5102 [19:47:46.575] getCompletionsAtPosition: isCompletionListBlocker: 0.012457999982871115 +Info 5103 [19:47:46.577] getExportInfoMap: cache hit +Info 5104 [19:47:46.591] collectAutoImports: resolved 0 module specifiers, plus 132 ambient and 1 from cache +Info 5105 [19:47:46.591] collectAutoImports: response is complete +Info 5106 [19:47:46.591] collectAutoImports: 13.367866999935359 +Info 5107 [19:47:46.591] getCompletionData: Semantic work: 15.258498000097461 +Info 5108 [19:47:46.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2662550000241026 +Info 5109 [19:47:46.597] Format host information updated +Info 5110 [19:47:46.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5111 [19:47:46.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 6.925352000049315ms +Info 5112 [19:47:46.628] Different program with same set of files +Info 5113 [19:47:46.628] getCompletionData: Get current token: 0.005806000088341534 +Info 5114 [19:47:46.628] getCompletionData: Is inside comment: 0.0013359999284148216 +Info 5115 [19:47:46.628] getCompletionData: Get previous token: 0.02290099998936057 +Info 5116 [19:47:46.628] getCompletionsAtPosition: isCompletionListBlocker: 0.005231000017374754 +Info 5117 [19:47:46.629] getExportInfoMap: cache hit +Info 5118 [19:47:46.632] collectAutoImports: resolved 0 module specifiers, plus 73 ambient and 0 from cache +Info 5119 [19:47:46.632] collectAutoImports: response is complete +Info 5120 [19:47:46.632] collectAutoImports: 2.94308999995701 +Info 5121 [19:47:46.632] getCompletionData: Semantic work: 3.521048999973573 +Info 5122 [19:47:46.633] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4919010000303388 +Info 5123 [19:47:46.636] Format host information updated +Info 5124 [19:47:46.781] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5125 [19:47:46.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 7.229466999997385ms +Info 5126 [19:47:46.788] Different program with same set of files +Info 5127 [19:47:46.789] getCompletionData: Get current token: 0.005326000042259693 +Info 5128 [19:47:46.789] getCompletionData: Is inside comment: 0.0015969999367371202 +Info 5129 [19:47:46.789] getCompletionData: Get previous token: 0.02443599991966039 +Info 5130 [19:47:46.789] getCompletionsAtPosition: isCompletionListBlocker: 0.005187000031583011 +Info 5131 [19:47:46.789] getExportInfoMap: cache hit +Info 5132 [19:47:46.791] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 5133 [19:47:46.792] collectAutoImports: response is complete +Info 5134 [19:47:46.792] collectAutoImports: 2.2797990000108257 +Info 5135 [19:47:46.792] getCompletionData: Semantic work: 2.9294879999943078 +Info 5136 [19:47:46.793] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.585592000046745 +Info 5137 [19:47:46.794] Format host information updated +Info 5138 [19:47:46.849] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5139 [19:47:46.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 12.501690999954008ms +Info 5140 [19:47:46.861] Different program with same set of files +Info 5141 [19:47:46.862] getCompletionData: Get current token: 0.0046579999616369605 +Info 5142 [19:47:46.862] getCompletionData: Is inside comment: 0.0012789999600499868 +Info 5143 [19:47:46.862] getCompletionData: Get previous token: 0.019336999976076186 +Info 5144 [19:47:46.862] getCompletionsAtPosition: isCompletionListBlocker: 0.004019999993033707 +Info 5145 [19:47:46.862] getExportInfoMap: cache hit +Info 5146 [19:47:46.864] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 5147 [19:47:46.864] collectAutoImports: response is complete +Info 5148 [19:47:46.864] collectAutoImports: 1.7177799999481067 +Info 5149 [19:47:46.864] getCompletionData: Semantic work: 2.28503999998793 +Info 5150 [19:47:46.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2324519999092445 +Info 5151 [19:47:46.870] Format host information updated +Info 5152 [19:47:50.148] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5153 [19:47:50.156] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 7.097384999971837ms +Info 5154 [19:47:50.156] Different program with same set of files +Info 5155 [19:47:50.156] getCompletionData: Get current token: 0.005291000008583069 +Info 5156 [19:47:50.156] getCompletionData: Is inside comment: 0.0017679999582469463 +Info 5157 [19:47:50.156] getCompletionData: Get previous token: 0.028309999965131283 +Info 5158 [19:47:50.156] getCompletionsAtPosition: isCompletionListBlocker: 0.008732000016607344 +Info 5159 [19:47:50.157] getExportInfoMap: cache hit +Info 5160 [19:47:50.158] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5161 [19:47:50.158] collectAutoImports: response is complete +Info 5162 [19:47:50.158] collectAutoImports: 1.4912340000737458 +Info 5163 [19:47:50.158] getCompletionData: Semantic work: 2.2376220000442117 +Info 5164 [19:47:50.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2170430000405759 +Info 5165 [19:47:50.160] Format host information updated +Info 5166 [19:47:50.212] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5167 [19:47:50.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 10.929219000041485ms +Info 5168 [19:47:50.223] Different program with same set of files +Info 5169 [19:47:50.223] getCompletionData: Get current token: 0.008108999929390848 +Info 5170 [19:47:50.223] getCompletionData: Is inside comment: 0.00215999991632998 +Info 5171 [19:47:50.223] getCompletionData: Get previous token: 0.034632000024430454 +Info 5172 [19:47:50.224] getCompletionsAtPosition: isCompletionListBlocker: 0.010266000055707991 +Info 5173 [19:47:50.224] getExportInfoMap: cache hit +Info 5174 [19:47:50.226] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5175 [19:47:50.226] collectAutoImports: response is complete +Info 5176 [19:47:50.226] collectAutoImports: 1.9358490000013262 +Info 5177 [19:47:50.226] getCompletionData: Semantic work: 2.826242999988608 +Info 5178 [19:47:50.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5754789999919012 +Info 5179 [19:47:50.229] Format host information updated +Info 5180 [19:47:50.315] Format host information updated +Info 5181 [19:47:50.315] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5182 [19:47:50.322] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 7.0347400000318885ms +Info 5183 [19:47:50.322] Different program with same set of files +Info 5184 [19:47:50.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5185 [19:47:50.718] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 6.743828000035137ms +Info 5186 [19:47:50.718] Different program with same set of files +Info 5187 [19:47:50.719] getCompletionData: Get current token: 0.006690000067465007 +Info 5188 [19:47:50.719] getCompletionData: Is inside comment: 0.0012100000167265534 +Info 5189 [19:47:50.719] getCompletionData: Get previous token: 0.014479000004939735 +Info 5190 [19:47:50.719] getCompletionsAtPosition: isCompletionListBlocker: 0.00665700004901737 +Info 5191 [19:47:50.719] getExportInfoMap: cache hit +Info 5192 [19:47:50.731] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5193 [19:47:50.731] collectAutoImports: response is complete +Info 5194 [19:47:50.731] collectAutoImports: 11.458713999949396 +Info 5195 [19:47:50.731] getCompletionData: Semantic work: 12.09928399999626 +Info 5196 [19:47:50.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.10103599994909 +Info 5197 [19:47:50.743] Format host information updated +Info 5198 [19:47:50.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5199 [19:47:50.781] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 6.176820000051521ms +Info 5200 [19:47:50.781] Different program with same set of files +Info 5201 [19:47:50.781] getCompletionData: Get current token: 0.009258999954909086 +Info 5202 [19:47:50.781] getCompletionData: Is inside comment: 0.001408000010997057 +Info 5203 [19:47:50.781] getCompletionData: Get previous token: 0.01565900002606213 +Info 5204 [19:47:50.781] getCompletionsAtPosition: isCompletionListBlocker: 0.007036999915726483 +Info 5205 [19:47:50.781] getExportInfoMap: cache hit +Info 5206 [19:47:50.792] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5207 [19:47:50.792] collectAutoImports: response is complete +Info 5208 [19:47:50.792] collectAutoImports: 10.68036400002893 +Info 5209 [19:47:50.792] getCompletionData: Semantic work: 11.183201999985613 +Info 5210 [19:47:50.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.355381999979727 +Info 5211 [19:47:50.805] Format host information updated +Info 5212 [19:47:51.059] Format host information updated +Info 5213 [19:47:51.059] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5214 [19:47:51.066] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 6.047283999971114ms +Info 5215 [19:47:51.066] Different program with same set of files +Info 5216 [19:47:51.565] getCompletionData: Get current token: 0.022778999991714954 +Info 5217 [19:47:51.565] getCompletionData: Is inside comment: 0.006620000000111759 +Info 5218 [19:47:51.565] getCompletionData: Get previous token: 0.08353000006172806 +Info 5219 [19:47:51.565] getCompletionsAtPosition: isCompletionListBlocker: 0.015605999971739948 +Info 5220 [19:47:51.567] getExportInfoMap: cache hit +Info 5221 [19:47:51.604] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5222 [19:47:51.604] collectAutoImports: response is complete +Info 5223 [19:47:51.604] collectAutoImports: 36.79704099998344 +Info 5224 [19:47:51.604] getCompletionData: Semantic work: 39.10438799997792 +Info 5225 [19:47:51.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.3672390000429 +Info 5226 [19:47:51.852] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5227 [19:47:51.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 8.707448999979533ms +Info 5228 [19:47:51.860] Different program with same set of files +Info 5229 [19:47:51.860] getCompletionData: Get current token: 0.004876999999396503 +Info 5230 [19:47:51.860] getCompletionData: Is inside comment: 0.001601999974809587 +Info 5231 [19:47:51.861] getCompletionData: Get previous token: 0.02015399991068989 +Info 5232 [19:47:51.861] getCompletionsAtPosition: isCompletionListBlocker: 0.0048099999548867345 +Info 5233 [19:47:51.861] getExportInfoMap: cache hit +Info 5234 [19:47:51.865] collectAutoImports: resolved 0 module specifiers, plus 86 ambient and 11 from cache +Info 5235 [19:47:51.865] collectAutoImports: response is complete +Info 5236 [19:47:51.865] collectAutoImports: 3.3991940000560135 +Info 5237 [19:47:51.865] getCompletionData: Semantic work: 4.012801000033505 +Info 5238 [19:47:51.867] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.046161000034772 +Info 5239 [19:47:51.868] Format host information updated +Info 5240 [19:47:51.926] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5241 [19:47:51.938] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 11.997105999966152ms +Info 5242 [19:47:51.938] Different program with same set of files +Info 5243 [19:47:51.938] getCompletionData: Get current token: 0.009485000045970082 +Info 5244 [19:47:51.938] getCompletionData: Is inside comment: 0.002890000003390014 +Info 5245 [19:47:51.938] getCompletionData: Get previous token: 0.03863700001966208 +Info 5246 [19:47:51.939] getCompletionsAtPosition: isCompletionListBlocker: 0.006628999952226877 +Info 5247 [19:47:51.939] getExportInfoMap: cache hit +Info 5248 [19:47:51.945] collectAutoImports: resolved 0 module specifiers, plus 70 ambient and 11 from cache +Info 5249 [19:47:51.945] collectAutoImports: response is complete +Info 5250 [19:47:51.945] collectAutoImports: 5.676731999963522 +Info 5251 [19:47:51.945] getCompletionData: Semantic work: 6.672098999959417 +Info 5252 [19:47:51.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.180787999997847 +Info 5253 [19:47:51.952] Format host information updated +Info 5254 [19:47:52.015] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5255 [19:47:52.026] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 10.654758999939077ms +Info 5256 [19:47:52.026] Different program with same set of files +Info 5257 [19:47:52.026] getCompletionData: Get current token: 0.008593000005930662 +Info 5258 [19:47:52.026] getCompletionData: Is inside comment: 0.002722000004723668 +Info 5259 [19:47:52.026] getCompletionData: Get previous token: 0.037306000012904406 +Info 5260 [19:47:52.026] getCompletionsAtPosition: isCompletionListBlocker: 0.006513000000268221 +Info 5261 [19:47:52.027] getExportInfoMap: cache hit +Info 5262 [19:47:52.031] collectAutoImports: resolved 0 module specifiers, plus 33 ambient and 2 from cache +Info 5263 [19:47:52.031] collectAutoImports: response is complete +Info 5264 [19:47:52.031] collectAutoImports: 4.2587429999839514 +Info 5265 [19:47:52.031] getCompletionData: Semantic work: 5.161257999949157 +Info 5266 [19:47:52.034] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.552724999957718 +Info 5267 [19:47:52.035] Format host information updated +Info 5268 [19:47:52.158] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5269 [19:47:52.165] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 7.042047999915667ms +Info 5270 [19:47:52.165] Different program with same set of files +Info 5271 [19:47:52.165] getCompletionData: Get current token: 0.005710999947041273 +Info 5272 [19:47:52.165] getCompletionData: Is inside comment: 0.0016459999606013298 +Info 5273 [19:47:52.165] getCompletionData: Get previous token: 0.024541999911889434 +Info 5274 [19:47:52.165] getCompletionsAtPosition: isCompletionListBlocker: 0.00507299997843802 +Info 5275 [19:47:52.166] getExportInfoMap: cache hit +Info 5276 [19:47:52.168] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 5277 [19:47:52.168] collectAutoImports: response is complete +Info 5278 [19:47:52.168] collectAutoImports: 2.211693000048399 +Info 5279 [19:47:52.168] getCompletionData: Semantic work: 2.86721099994611 +Info 5280 [19:47:52.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5123570000287145 +Info 5281 [19:47:52.171] Format host information updated +Info 5282 [19:47:52.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5283 [19:47:52.299] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 8.92073800007347ms +Info 5284 [19:47:52.299] Different program with same set of files +Info 5285 [19:47:52.299] getCompletionData: Get current token: 0.005031000007875264 +Info 5286 [19:47:52.299] getCompletionData: Is inside comment: 0.0015150000108405948 +Info 5287 [19:47:52.299] getCompletionData: Get previous token: 0.02219299995340407 +Info 5288 [19:47:52.299] getCompletionsAtPosition: isCompletionListBlocker: 0.005532999988645315 +Info 5289 [19:47:52.299] getExportInfoMap: cache hit +Info 5290 [19:47:52.301] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 0 from cache +Info 5291 [19:47:52.301] collectAutoImports: response is complete +Info 5292 [19:47:52.301] collectAutoImports: 1.932723000063561 +Info 5293 [19:47:52.301] getCompletionData: Semantic work: 2.574417000054382 +Info 5294 [19:47:52.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3469780000159517 +Info 5295 [19:47:52.304] Format host information updated +Info 5296 [19:47:52.443] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5297 [19:47:52.450] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 6.629532999941148ms +Info 5298 [19:47:52.450] Different program with same set of files +Info 5299 [19:47:52.450] getCompletionData: Get current token: 0.004883999936282635 +Info 5300 [19:47:52.450] getCompletionData: Is inside comment: 0.001433999976143241 +Info 5301 [19:47:52.450] getCompletionData: Get previous token: 0.021131000015884638 +Info 5302 [19:47:52.450] getCompletionsAtPosition: isCompletionListBlocker: 0.004608999937772751 +Info 5303 [19:47:52.450] getExportInfoMap: cache hit +Info 5304 [19:47:52.452] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 5305 [19:47:52.452] collectAutoImports: response is complete +Info 5306 [19:47:52.452] collectAutoImports: 1.6877310000127181 +Info 5307 [19:47:52.452] getCompletionData: Semantic work: 2.2694389999378473 +Info 5308 [19:47:52.453] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2851870000595227 +Info 5309 [19:47:52.456] Format host information updated +Info 5310 [19:47:52.503] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5311 [19:47:52.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 7.224663999979384ms +Info 5312 [19:47:52.511] Different program with same set of files +Info 5313 [19:47:52.511] getCompletionData: Get current token: 0.004304000060074031 +Info 5314 [19:47:52.511] getCompletionData: Is inside comment: 0.0013170000165700912 +Info 5315 [19:47:52.511] getCompletionData: Get previous token: 0.015595000004395843 +Info 5316 [19:47:52.511] getCompletionsAtPosition: isCompletionListBlocker: 0.002342000021599233 +Info 5317 [19:47:52.511] getCompletionData: Semantic work: 0.40985499997623265 +Info 5318 [19:47:52.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.506468000006862 +Info 5319 [19:47:52.512] Format host information updated +Info 5320 [19:47:52.792] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5321 [19:47:52.803] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 11.174314000061713ms +Info 5322 [19:47:52.803] Different program with same set of files +Info 5323 [19:47:52.803] getCompletionData: Get current token: 0.009743999922648072 +Info 5324 [19:47:52.803] getCompletionData: Is inside comment: 0.002870999975129962 +Info 5325 [19:47:52.803] getCompletionData: Get previous token: 0.04255699994973838 +Info 5326 [19:47:52.804] getCompletionsAtPosition: isCompletionListBlocker: 0.004346000030636787 +Info 5327 [19:47:52.804] getCompletionData: Semantic work: 0.7188730000052601 +Info 5328 [19:47:52.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.37212900002487 +Info 5329 [19:47:52.808] Format host information updated +Info 5330 [19:47:52.864] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5331 [19:47:52.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 9.75161899998784ms +Info 5332 [19:47:52.874] Different program with same set of files +Info 5333 [19:47:52.874] getCompletionData: Get current token: 0.004226999939419329 +Info 5334 [19:47:52.874] getCompletionData: Is inside comment: 0.0012779999524354935 +Info 5335 [19:47:52.874] getCompletionData: Get previous token: 0.020687000011093915 +Info 5336 [19:47:52.874] getCompletionsAtPosition: isCompletionListBlocker: 0.003284999984316528 +Info 5337 [19:47:52.875] getCompletionData: Semantic work: 0.43488700001034886 +Info 5338 [19:47:52.876] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.764526000013575 +Info 5339 [19:47:52.876] Format host information updated +Info 5340 [19:47:52.925] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5341 [19:47:52.932] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 7.4908339999383315ms +Info 5342 [19:47:52.932] Different program with same set of files +Info 5343 [19:47:52.932] getCompletionData: Get current token: 0.0062550000147894025 +Info 5344 [19:47:52.932] getCompletionData: Is inside comment: 0.0017640000442042947 +Info 5345 [19:47:52.932] getCompletionData: Get previous token: 0.026799999992363155 +Info 5346 [19:47:52.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0027030000928789377 +Info 5347 [19:47:52.933] getCompletionData: Semantic work: 0.4785419999388978 +Info 5348 [19:47:52.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9221669998951256 +Info 5349 [19:47:52.934] Format host information updated +Info 5350 [19:47:53.032] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5351 [19:47:53.057] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 24.841401000041515ms +Info 5352 [19:47:53.057] Different program with same set of files +Info 5353 [19:47:53.058] getCompletionData: Get current token: 0.01629900000989437 +Info 5354 [19:47:53.058] getCompletionData: Is inside comment: 0.0048229999374598265 +Info 5355 [19:47:53.058] getCompletionData: Get previous token: 0.06555000005755574 +Info 5356 [19:47:53.058] getCompletionsAtPosition: isCompletionListBlocker: 0.006746000028215349 +Info 5357 [19:47:53.059] getCompletionData: Semantic work: 1.0785320000723004 +Info 5358 [19:47:53.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8287690000142902 +Info 5359 [19:47:53.062] Format host information updated +Info 5360 [19:47:53.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5361 [19:47:53.318] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 9.783546000020579ms +Info 5362 [19:47:53.318] Different program with same set of files +Info 5363 [19:47:53.319] getCompletionData: Get current token: 0.006961999926716089 +Info 5364 [19:47:53.319] getCompletionData: Is inside comment: 0.0018949999939650297 +Info 5365 [19:47:53.319] getCompletionData: Get previous token: 0.029490999993868172 +Info 5366 [19:47:53.319] getCompletionsAtPosition: isCompletionListBlocker: 0.0028410000959411263 +Info 5367 [19:47:53.319] getCompletionData: Semantic work: 0.47371499997098 +Info 5368 [19:47:53.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9949940000660717 +Info 5369 [19:47:53.321] Format host information updated +Info 5370 [19:47:53.497] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5371 [19:47:53.504] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 6.778816000092775ms +Info 5372 [19:47:53.504] Different program with same set of files +Info 5373 [19:47:53.504] getCompletionData: Get current token: 0.0051590000512078404 +Info 5374 [19:47:53.504] getCompletionData: Is inside comment: 0.0014079998945817351 +Info 5375 [19:47:53.504] getCompletionData: Get previous token: 0.024305999977514148 +Info 5376 [19:47:53.504] getCompletionsAtPosition: isCompletionListBlocker: 0.0026129999896511436 +Info 5377 [19:47:53.505] getCompletionData: Semantic work: 0.45192799996584654 +Info 5378 [19:47:53.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9265240000095218 +Info 5379 [19:47:53.509] Format host information updated +Info 5380 [19:47:53.604] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5381 [19:47:53.610] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 6.659577999962494ms +Info 5382 [19:47:53.610] Different program with same set of files +Info 5383 [19:47:53.610] getCompletionData: Get current token: 0.005575999966822565 +Info 5384 [19:47:53.610] getCompletionData: Is inside comment: 0.0013620000099763274 +Info 5385 [19:47:53.610] getCompletionData: Get previous token: 0.023945000022649765 +Info 5386 [19:47:53.611] getCompletionsAtPosition: isCompletionListBlocker: 0.0037360000424087048 +Info 5387 [19:47:53.611] getCompletionData: Semantic work: 0.4055090000620112 +Info 5388 [19:47:53.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8322430000407621 +Info 5389 [19:47:53.612] Format host information updated +Info 5390 [19:47:53.727] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5391 [19:47:53.734] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 6.559639999992214ms +Info 5392 [19:47:53.734] Different program with same set of files +Info 5393 [19:47:53.734] getCompletionData: Get current token: 0.005354000022634864 +Info 5394 [19:47:53.734] getCompletionData: Is inside comment: 0.0014690000098198652 +Info 5395 [19:47:53.734] getCompletionData: Get previous token: 0.02317400008905679 +Info 5396 [19:47:53.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0029570000478997827 +Info 5397 [19:47:53.734] getCompletionData: Semantic work: 0.4032069999957457 +Info 5398 [19:47:53.735] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.871136000030674 +Info 5399 [19:47:53.736] Format host information updated +Info 5400 [19:47:54.787] getCompletionData: Get current token: 0.021083999890834093 +Info 5401 [19:47:54.787] getCompletionData: Is inside comment: 0.00649100006558001 +Info 5402 [19:47:54.787] getCompletionData: Get previous token: 0.06103900005109608 +Info 5403 [19:47:54.788] getCompletionsAtPosition: isCompletionListBlocker: 0.008232999942265451 +Info 5404 [19:47:54.788] getCompletionData: Semantic work: 0.6814859999576584 +Info 5405 [19:47:54.790] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1307530000340194 +Info 5406 [19:47:54.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5407 [19:47:54.959] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 8.655315000098199ms +Info 5408 [19:47:54.959] Different program with same set of files +Info 5409 [19:47:54.959] getCompletionData: Get current token: 0.005323000019416213 +Info 5410 [19:47:54.959] getCompletionData: Is inside comment: 0.0014880000380799174 +Info 5411 [19:47:54.959] getCompletionData: Get previous token: 0.022976999985985458 +Info 5412 [19:47:54.959] getCompletionsAtPosition: isCompletionListBlocker: 0.0029619999695569277 +Info 5413 [19:47:54.959] getCompletionData: Semantic work: 0.42268699989654124 +Info 5414 [19:47:54.960] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8889099999796599 +Info 5415 [19:47:54.961] Format host information updated +Info 5416 [19:47:55.032] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5417 [19:47:55.057] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 25.143803999992087ms +Info 5418 [19:47:55.057] Different program with same set of files +Info 5419 [19:47:55.057] getCompletionData: Get current token: 0.014115000027231872 +Info 5420 [19:47:55.057] getCompletionData: Is inside comment: 0.004303000052459538 +Info 5421 [19:47:55.058] getCompletionData: Get previous token: 0.06459199998062104 +Info 5422 [19:47:55.058] getCompletionsAtPosition: isCompletionListBlocker: 0.005768999923020601 +Info 5423 [19:47:55.059] getCompletionData: Semantic work: 1.0935649999883026 +Info 5424 [19:47:55.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.382623999961652 +Info 5425 [19:47:55.066] Format host information updated +Info 5426 [19:47:55.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5427 [19:47:55.191] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 6.541318999952637ms +Info 5428 [19:47:55.191] Different program with same set of files +Info 5429 [19:47:55.191] getCompletionData: Get current token: 0.0047030000714585185 +Info 5430 [19:47:55.191] getCompletionData: Is inside comment: 0.0011810000287368894 +Info 5431 [19:47:55.191] getCompletionData: Get previous token: 0.020007999963127077 +Info 5432 [19:47:55.191] getCompletionsAtPosition: isCompletionListBlocker: 0.0025690000038594007 +Info 5433 [19:47:55.192] getCompletionData: Semantic work: 0.36293199995998293 +Info 5434 [19:47:55.192] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7539059999398887 +Info 5435 [19:47:55.193] Format host information updated +Info 5436 [19:47:55.260] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5437 [19:47:55.269] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 9.428427000064403ms +Info 5438 [19:47:55.269] Different program with same set of files +Info 5439 [19:47:55.269] getCompletionData: Get current token: 0.009048999985679984 +Info 5440 [19:47:55.269] getCompletionData: Is inside comment: 0.0023299999302253127 +Info 5441 [19:47:55.269] getCompletionData: Get previous token: 0.02999800001271069 +Info 5442 [19:47:55.269] getCompletionsAtPosition: isCompletionListBlocker: 0.00335600005928427 +Info 5443 [19:47:55.271] getCompletionData: Semantic work: 1.1980130000738427 +Info 5444 [19:47:55.271] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05620200000703335 +Info 5445 [19:47:55.272] Format host information updated +Info 5446 [19:47:56.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5447 [19:47:56.589] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 8.90970900002867ms +Info 5448 [19:47:56.589] Different program with same set of files +Info 5449 [19:47:56.589] getCompletionData: Get current token: 0.005155000020749867 +Info 5450 [19:47:56.589] getCompletionData: Is inside comment: 0.0013119999784976244 +Info 5451 [19:47:56.589] getCompletionData: Get previous token: 0.02161100006196648 +Info 5452 [19:47:56.589] getCompletionsAtPosition: isCompletionListBlocker: 0.002833999926224351 +Info 5453 [19:47:56.589] getCompletionData: Semantic work: 0.40303200006019324 +Info 5454 [19:47:56.590] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8735759999835864 +Info 5455 [19:47:56.591] Format host information updated +Info 5456 [19:47:57.230] Format host information updated +Info 5457 [19:47:57.230] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5458 [19:47:57.236] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 6.180553999962285ms +Info 5459 [19:47:57.236] Different program with same set of files +Info 5460 [19:47:59.970] Format host information updated +Info 5461 [19:47:59.970] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5462 [19:47:59.977] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 6.725871999980882ms +Info 5463 [19:47:59.977] Different program with same set of files +Info 5464 [19:48:00.404] Format host information updated +Info 5465 [19:48:00.404] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5466 [19:48:00.411] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 6.501718999934383ms +Info 5467 [19:48:00.411] Different program with same set of files +Info 5468 [19:48:02.408] getCompletionData: Get current token: 0.004883000045083463 +Info 5469 [19:48:02.408] getCompletionData: Is inside comment: 0.013699999894015491 +Info 5470 [19:48:02.408] getCompletionData: Get previous token: 0.012309000012464821 +Info 5471 [19:48:02.408] getCompletionsAtPosition: isCompletionListBlocker: 0.008710999973118305 +Info 5472 [19:48:02.410] getExportInfoMap: cache hit +Info 5473 [19:48:02.429] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5474 [19:48:02.429] collectAutoImports: response is complete +Info 5475 [19:48:02.429] collectAutoImports: 19.76415599999018 +Info 5476 [19:48:02.429] getCompletionData: Semantic work: 21.19059599994216 +Info 5477 [19:48:02.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.632436999934725 +Info 5478 [19:48:04.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5479 [19:48:04.584] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 15.490642999997362ms +Info 5480 [19:48:04.584] Different program with same set of files +Info 5481 [19:48:04.585] getCompletionData: Get current token: 0.01644699997268617 +Info 5482 [19:48:04.585] getCompletionData: Is inside comment: 0.0037960000336170197 +Info 5483 [19:48:04.585] getCompletionData: Get previous token: 0.024773000041022897 +Info 5484 [19:48:04.585] getCompletionsAtPosition: isCompletionListBlocker: 0.0012420000275596976 +Info 5485 [19:48:04.585] Returning an empty list because completion was requested in an invalid position. +Info 5486 [19:48:04.586] Format host information updated +Info 5487 [19:48:04.655] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5488 [19:48:04.674] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 19.172831999952905ms +Info 5489 [19:48:04.674] Different program with same set of files +Info 5490 [19:48:04.676] getCompletionData: Get current token: 0.02896999998483807 +Info 5491 [19:48:04.676] getCompletionData: Is inside comment: 0.0059009999968111515 +Info 5492 [19:48:04.676] getCompletionData: Get previous token: 0.05524599994532764 +Info 5493 [19:48:04.676] getCompletionsAtPosition: isCompletionListBlocker: 0.0025099999038502574 +Info 5494 [19:48:04.676] Returning an empty list because completion was requested in an invalid position. +Info 5495 [19:48:04.679] Format host information updated +Info 5496 [19:48:04.776] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5497 [19:48:04.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 11.079003000049852ms +Info 5498 [19:48:04.788] Different program with same set of files +Info 5499 [19:48:04.788] getCompletionData: Get current token: 0.015619999961927533 +Info 5500 [19:48:04.788] getCompletionData: Is inside comment: 0.002815999905578792 +Info 5501 [19:48:04.789] getCompletionData: Get previous token: 0.025861000060103834 +Info 5502 [19:48:04.789] getCompletionsAtPosition: isCompletionListBlocker: 0.0012940000742673874 +Info 5503 [19:48:04.789] Returning an empty list because completion was requested in an invalid position. +Info 5504 [19:48:04.789] Format host information updated +Info 5505 [19:48:04.908] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5506 [19:48:04.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 35.47121999994852ms +Info 5507 [19:48:04.943] Different program with same set of files +Info 5508 [19:48:04.945] getCompletionData: Get current token: 0.04103399999439716 +Info 5509 [19:48:04.945] getCompletionData: Is inside comment: 0.006320000044070184 +Info 5510 [19:48:04.945] getCompletionData: Get previous token: 0.05288299999665469 +Info 5511 [19:48:04.945] getCompletionsAtPosition: isCompletionListBlocker: 0.002148000057786703 +Info 5512 [19:48:04.945] Returning an empty list because completion was requested in an invalid position. +Info 5513 [19:48:04.945] Format host information updated +Info 5514 [19:48:04.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5515 [19:48:04.978] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 9.363755000056699ms +Info 5516 [19:48:04.978] Different program with same set of files +Info 5517 [19:48:04.979] getCompletionData: Get current token: 0.012401999905705452 +Info 5518 [19:48:04.979] getCompletionData: Is inside comment: 0.0023009999422356486 +Info 5519 [19:48:04.979] getCompletionData: Get previous token: 0.0213350000558421 +Info 5520 [19:48:04.979] getCompletionsAtPosition: isCompletionListBlocker: 0.001006999984383583 +Info 5521 [19:48:04.979] Returning an empty list because completion was requested in an invalid position. +Info 5522 [19:48:04.980] Format host information updated +Info 5523 [19:48:05.163] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5524 [19:48:05.173] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 9.206405999953859ms +Info 5525 [19:48:05.173] Different program with same set of files +Info 5526 [19:48:05.174] getCompletionData: Get current token: 0.017764999996870756 +Info 5527 [19:48:05.174] getCompletionData: Is inside comment: 0.0038319999584928155 +Info 5528 [19:48:05.174] getCompletionData: Get previous token: 0.03475600003730506 +Info 5529 [19:48:05.174] getCompletionsAtPosition: isCompletionListBlocker: 0.001297999988310039 +Info 5530 [19:48:05.174] Returning an empty list because completion was requested in an invalid position. +Info 5531 [19:48:05.174] Format host information updated +Info 5532 [19:48:05.316] Format host information updated +Info 5533 [19:48:05.316] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5534 [19:48:05.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 9.189137000008486ms +Info 5535 [19:48:05.325] Different program with same set of files +Info 5536 [19:48:05.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5537 [19:48:05.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 8.181947999983095ms +Info 5538 [19:48:05.558] Different program with same set of files +Info 5539 [19:48:05.560] getCompletionData: Get current token: 0.018941999995149672 +Info 5540 [19:48:05.560] getCompletionData: Is inside comment: 0.00451300002168864 +Info 5541 [19:48:05.560] getCompletionData: Get previous token: 0.06143899995367974 +Info 5542 [19:48:05.560] getCompletionsAtPosition: isCompletionListBlocker: 0.0016749999485909939 +Info 5543 [19:48:05.560] Returning an empty list because completion was requested in an invalid position. +Info 5544 [19:48:05.560] Format host information updated +Info 5545 [19:48:05.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5546 [19:48:05.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 10.472243999945931ms +Info 5547 [19:48:05.744] Different program with same set of files +Info 5548 [19:48:05.745] getCompletionData: Get current token: 0.012308000004850328 +Info 5549 [19:48:05.745] getCompletionData: Is inside comment: 0.0023849999997764826 +Info 5550 [19:48:05.745] getCompletionData: Get previous token: 0.02267699991352856 +Info 5551 [19:48:05.745] getCompletionsAtPosition: isCompletionListBlocker: 0.0012229999992996454 +Info 5552 [19:48:05.745] Returning an empty list because completion was requested in an invalid position. +Info 5553 [19:48:05.745] Format host information updated +Info 5554 [19:48:05.866] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5555 [19:48:05.873] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 7.076774000073783ms +Info 5556 [19:48:05.873] Different program with same set of files +Info 5557 [19:48:05.874] getCompletionData: Get current token: 0.01404099992942065 +Info 5558 [19:48:05.874] getCompletionData: Is inside comment: 0.002566999988630414 +Info 5559 [19:48:05.874] getCompletionData: Get previous token: 0.028614000068046153 +Info 5560 [19:48:05.874] getCompletionsAtPosition: isCompletionListBlocker: 0.0011759999906644225 +Info 5561 [19:48:05.874] Returning an empty list because completion was requested in an invalid position. +Info 5562 [19:48:05.874] Format host information updated +Info 5563 [19:48:05.976] Format host information updated +Info 5564 [19:48:05.976] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5565 [19:48:05.983] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 6.836762999999337ms +Info 5566 [19:48:05.983] Different program with same set of files +Info 5567 [19:48:07.624] Format host information updated +Info 5568 [19:48:07.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5569 [19:48:07.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 9.985297000035644ms +Info 5570 [19:48:07.634] Different program with same set of files +Info 5571 [19:48:09.261] Format host information updated +Info 5572 [19:48:09.261] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5573 [19:48:09.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 8.302817999967374ms +Info 5574 [19:48:09.270] Different program with same set of files +Info 5575 [19:48:09.573] getCompletionData: Get current token: 0.005304999998770654 +Info 5576 [19:48:09.573] getCompletionData: Is inside comment: 0.013353999936953187 +Info 5577 [19:48:09.573] getCompletionData: Get previous token: 0.010329999960958958 +Info 5578 [19:48:09.573] getCompletionsAtPosition: isCompletionListBlocker: 0.009213000070303679 +Info 5579 [19:48:09.574] getExportInfoMap: cache hit +Info 5580 [19:48:09.588] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5581 [19:48:09.588] collectAutoImports: response is complete +Info 5582 [19:48:09.588] collectAutoImports: 13.490805000066757 +Info 5583 [19:48:09.588] getCompletionData: Semantic work: 14.576293000020087 +Info 5584 [19:48:09.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.728982000029646 +Info 5585 [19:48:10.218] getCompletionData: Get current token: 0.008911999990232289 +Info 5586 [19:48:10.218] getCompletionData: Is inside comment: 0.0019389999797567725 +Info 5587 [19:48:10.218] getCompletionData: Get previous token: 0.017358999932184815 +Info 5588 [19:48:10.218] getCompletionsAtPosition: isCompletionListBlocker: 0.0011139999842271209 +Info 5589 [19:48:10.218] Returning an empty list because completion was requested in an invalid position. +Info 5590 [19:48:10.356] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5591 [19:48:10.365] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 8.218951000017114ms +Info 5592 [19:48:10.365] Different program with same set of files +Info 5593 [19:48:10.366] getCompletionData: Get current token: 0.015605999971739948 +Info 5594 [19:48:10.366] getCompletionData: Is inside comment: 0.0028139998903498054 +Info 5595 [19:48:10.366] getCompletionData: Get previous token: 0.026904000085778534 +Info 5596 [19:48:10.366] getCompletionsAtPosition: isCompletionListBlocker: 0.001196000026538968 +Info 5597 [19:48:10.366] Returning an empty list because completion was requested in an invalid position. +Info 5598 [19:48:10.366] Format host information updated +Info 5599 [19:48:10.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5600 [19:48:10.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 9.314238000079058ms +Info 5601 [19:48:10.744] Different program with same set of files +Info 5602 [19:48:10.745] getCompletionData: Get current token: 0.014792000059969723 +Info 5603 [19:48:10.745] getCompletionData: Is inside comment: 0.0031510000117123127 +Info 5604 [19:48:10.745] getCompletionData: Get previous token: 0.027257999987341464 +Info 5605 [19:48:10.745] getCompletionsAtPosition: isCompletionListBlocker: 0.0013310000067576766 +Info 5606 [19:48:10.745] Returning an empty list because completion was requested in an invalid position. +Info 5607 [19:48:10.745] Format host information updated +Info 5608 [19:48:11.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5609 [19:48:11.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 6.592599999974482ms +Info 5610 [19:48:11.587] Different program with same set of files +Info 5611 [19:48:11.588] getCompletionData: Get current token: 0.011476999963633716 +Info 5612 [19:48:11.588] getCompletionData: Is inside comment: 0.002129000029526651 +Info 5613 [19:48:11.588] getCompletionData: Get previous token: 0.022148000076413155 +Info 5614 [19:48:11.588] getCompletionsAtPosition: isCompletionListBlocker: 0.0010059999767690897 +Info 5615 [19:48:11.588] Returning an empty list because completion was requested in an invalid position. +Info 5616 [19:48:11.590] Format host information updated +Info 5617 [19:48:11.695] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5618 [19:48:11.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 7.220945999957621ms +Info 5619 [19:48:11.703] Different program with same set of files +Info 5620 [19:48:11.703] getCompletionData: Get current token: 0.010756999952718616 +Info 5621 [19:48:11.703] getCompletionData: Is inside comment: 0.0018310000887140632 +Info 5622 [19:48:11.703] getCompletionData: Get previous token: 0.027498999959789217 +Info 5623 [19:48:11.703] getCompletionsAtPosition: isCompletionListBlocker: 0.01755400002002716 +Info 5624 [19:48:11.704] getExportInfoMap: cache hit +Info 5625 [19:48:11.719] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5626 [19:48:11.719] collectAutoImports: response is complete +Info 5627 [19:48:11.719] collectAutoImports: 14.91270300000906 +Info 5628 [19:48:11.719] getCompletionData: Semantic work: 15.601928999996744 +Info 5629 [19:48:11.728] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.25369599997066 +Info 5630 [19:48:11.734] Format host information updated +Info 5631 [19:48:11.771] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5632 [19:48:11.778] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 7.176277999999002ms +Info 5633 [19:48:11.778] Different program with same set of files +Info 5634 [19:48:11.778] getCompletionData: Get current token: 0.005594999995082617 +Info 5635 [19:48:11.778] getCompletionData: Is inside comment: 0.0014179999707266688 +Info 5636 [19:48:11.778] getCompletionData: Get previous token: 0.023443000041879714 +Info 5637 [19:48:11.778] getCompletionsAtPosition: isCompletionListBlocker: 0.0016820000018924475 +Info 5638 [19:48:11.778] Returning an empty list because completion was requested in an invalid position. +Info 5639 [19:48:11.778] Format host information updated +Info 5640 [19:48:12.207] getCompletionData: Get current token: 0.004985000006854534 +Info 5641 [19:48:12.207] getCompletionData: Is inside comment: 0.0014000000664964318 +Info 5642 [19:48:12.207] getCompletionData: Get previous token: 0.015469999983906746 +Info 5643 [19:48:12.207] getCompletionsAtPosition: isCompletionListBlocker: 0.009660999989137053 +Info 5644 [19:48:12.208] getExportInfoMap: cache hit +Info 5645 [19:48:12.222] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5646 [19:48:12.222] collectAutoImports: response is complete +Info 5647 [19:48:12.222] collectAutoImports: 13.225178000051528 +Info 5648 [19:48:12.222] getCompletionData: Semantic work: 14.114398999954574 +Info 5649 [19:48:12.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.6363330000313 +Info 5650 [19:48:12.810] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5651 [19:48:12.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 11.74140699999407ms +Info 5652 [19:48:12.821] Different program with same set of files +Info 5653 [19:48:12.822] getCompletionData: Get current token: 0.005639999988488853 +Info 5654 [19:48:12.822] getCompletionData: Is inside comment: 0.0014910000609233975 +Info 5655 [19:48:12.822] getCompletionData: Get previous token: 0.03024100000038743 +Info 5656 [19:48:12.822] getCompletionsAtPosition: isCompletionListBlocker: 0.008244000026024878 +Info 5657 [19:48:12.822] getExportInfoMap: cache hit +Info 5658 [19:48:12.826] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 5659 [19:48:12.826] collectAutoImports: response is complete +Info 5660 [19:48:12.826] collectAutoImports: 3.379259999957867 +Info 5661 [19:48:12.826] getCompletionData: Semantic work: 4.1597570000449196 +Info 5662 [19:48:12.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.177315999986604 +Info 5663 [19:48:12.829] Format host information updated +Info 5664 [19:48:12.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5665 [19:48:12.886] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 8.899624999961816ms +Info 5666 [19:48:12.886] Different program with same set of files +Info 5667 [19:48:12.886] getCompletionData: Get current token: 0.005050000036135316 +Info 5668 [19:48:12.886] getCompletionData: Is inside comment: 0.001303000026382506 +Info 5669 [19:48:12.886] getCompletionData: Get previous token: 0.030359999975189567 +Info 5670 [19:48:12.886] getCompletionsAtPosition: isCompletionListBlocker: 0.008069999981671572 +Info 5671 [19:48:12.887] getExportInfoMap: cache hit +Info 5672 [19:48:12.889] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 5673 [19:48:12.889] collectAutoImports: response is complete +Info 5674 [19:48:12.889] collectAutoImports: 2.1932000000961125 +Info 5675 [19:48:12.889] getCompletionData: Semantic work: 2.782128000049852 +Info 5676 [19:48:12.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.284354000003077 +Info 5677 [19:48:12.893] Format host information updated +Info 5678 [19:48:12.978] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5679 [19:48:13.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 29.19554300000891ms +Info 5680 [19:48:13.008] Different program with same set of files +Info 5681 [19:48:13.008] getCompletionData: Get current token: 0.017528000054880977 +Info 5682 [19:48:13.008] getCompletionData: Is inside comment: 0.004372000112198293 +Info 5683 [19:48:13.009] getCompletionData: Get previous token: 0.09622199996374547 +Info 5684 [19:48:13.009] getCompletionsAtPosition: isCompletionListBlocker: 0.021019999985583127 +Info 5685 [19:48:13.010] getExportInfoMap: cache hit +Info 5686 [19:48:13.016] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 5687 [19:48:13.016] collectAutoImports: response is complete +Info 5688 [19:48:13.016] collectAutoImports: 5.1880110000493005 +Info 5689 [19:48:13.016] getCompletionData: Semantic work: 6.987651000032201 +Info 5690 [19:48:13.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.748587999958545 +Info 5691 [19:48:13.020] Format host information updated +Info 5692 [19:48:13.042] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5693 [19:48:13.051] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 9.01804200001061ms +Info 5694 [19:48:13.051] Different program with same set of files +Info 5695 [19:48:13.051] getCompletionData: Get current token: 0.00502399995457381 +Info 5696 [19:48:13.051] getCompletionData: Is inside comment: 0.001234999974258244 +Info 5697 [19:48:13.051] getCompletionData: Get previous token: 0.06301899999380112 +Info 5698 [19:48:13.051] getCompletionsAtPosition: isCompletionListBlocker: 0.009538999991491437 +Info 5699 [19:48:13.052] getExportInfoMap: cache hit +Info 5700 [19:48:13.054] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 5701 [19:48:13.054] collectAutoImports: response is complete +Info 5702 [19:48:13.054] collectAutoImports: 1.9128679999848828 +Info 5703 [19:48:13.054] getCompletionData: Semantic work: 2.606694999965839 +Info 5704 [19:48:13.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.174743999959901 +Info 5705 [19:48:13.056] Format host information updated +Info 5706 [19:48:13.183] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5707 [19:48:13.221] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 38.05777399998624ms +Info 5708 [19:48:13.221] Different program with same set of files +Info 5709 [19:48:13.221] getCompletionData: Get current token: 0.010341999935917556 +Info 5710 [19:48:13.221] getCompletionData: Is inside comment: 0.0028970000566914678 +Info 5711 [19:48:13.221] getCompletionData: Get previous token: 0.05784000002313405 +Info 5712 [19:48:13.221] getCompletionsAtPosition: isCompletionListBlocker: 0.014105999958701432 +Info 5713 [19:48:13.222] getExportInfoMap: cache hit +Info 5714 [19:48:13.226] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 5715 [19:48:13.226] collectAutoImports: response is complete +Info 5716 [19:48:13.226] collectAutoImports: 3.3684399999910966 +Info 5717 [19:48:13.226] getCompletionData: Semantic work: 4.446442000102252 +Info 5718 [19:48:13.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8461309999693185 +Info 5719 [19:48:13.229] Format host information updated +Info 5720 [19:48:13.244] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5721 [19:48:13.251] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 7.150651999982074ms +Info 5722 [19:48:13.251] Different program with same set of files +Info 5723 [19:48:13.252] getCompletionData: Get current token: 0.0050669999327510595 +Info 5724 [19:48:13.252] getCompletionData: Is inside comment: 0.0012390000047162175 +Info 5725 [19:48:13.252] getCompletionData: Get previous token: 0.026779000065289438 +Info 5726 [19:48:13.252] getCompletionsAtPosition: isCompletionListBlocker: 0.008205999969504774 +Info 5727 [19:48:13.252] getExportInfoMap: cache hit +Info 5728 [19:48:13.255] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 5729 [19:48:13.255] collectAutoImports: response is complete +Info 5730 [19:48:13.255] collectAutoImports: 3.0258629999589175 +Info 5731 [19:48:13.255] getCompletionData: Semantic work: 3.8929299999726936 +Info 5732 [19:48:13.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8448220000136644 +Info 5733 [19:48:13.260] Format host information updated +Info 5734 [19:48:13.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5735 [19:48:13.363] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 17.171251000021584ms +Info 5736 [19:48:13.363] Different program with same set of files +Info 5737 [19:48:13.364] getCompletionData: Get current token: 0.016527999890968204 +Info 5738 [19:48:13.364] getCompletionData: Is inside comment: 0.00425799994263798 +Info 5739 [19:48:13.364] getCompletionData: Get previous token: 0.06982600002083927 +Info 5740 [19:48:13.364] getCompletionsAtPosition: isCompletionListBlocker: 0.006594999926164746 +Info 5741 [19:48:13.366] getCompletionData: Semantic work: 2.3650020000059158 +Info 5742 [19:48:13.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3387970000039786 +Info 5743 [19:48:13.368] Format host information updated +Info 5744 [19:48:13.990] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5745 [19:48:13.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 7.045460999943316ms +Info 5746 [19:48:13.997] Different program with same set of files +Info 5747 [19:48:13.997] getCompletionData: Get current token: 0.005664000054821372 +Info 5748 [19:48:13.997] getCompletionData: Is inside comment: 0.0014410000294446945 +Info 5749 [19:48:13.997] getCompletionData: Get previous token: 0.030205000075511634 +Info 5750 [19:48:13.997] getCompletionsAtPosition: isCompletionListBlocker: 0.0029769999673590064 +Info 5751 [19:48:13.998] getCompletionData: Semantic work: 0.8912469999631867 +Info 5752 [19:48:13.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24199000000953674 +Info 5753 [19:48:13.999] Format host information updated +Info 5754 [19:48:14.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5755 [19:48:14.107] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 28.613928999984637ms +Info 5756 [19:48:14.107] Different program with same set of files +Info 5757 [19:48:14.108] getCompletionData: Get current token: 0.014370999997481704 +Info 5758 [19:48:14.108] getCompletionData: Is inside comment: 0.003954999963752925 +Info 5759 [19:48:14.108] getCompletionData: Get previous token: 0.08658300002571195 +Info 5760 [19:48:14.108] getCompletionsAtPosition: isCompletionListBlocker: 0.005475000012665987 +Info 5761 [19:48:14.110] getCompletionData: Semantic work: 1.7083850000053644 +Info 5762 [19:48:14.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.52754499996081 +Info 5763 [19:48:14.111] Format host information updated +Info 5764 [19:48:14.157] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5765 [19:48:14.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 7.048530999920331ms +Info 5766 [19:48:14.164] Different program with same set of files +Info 5767 [19:48:14.164] getCompletionData: Get current token: 0.006072999909520149 +Info 5768 [19:48:14.164] getCompletionData: Is inside comment: 0.0015020000282675028 +Info 5769 [19:48:14.164] getCompletionData: Get previous token: 0.03424700000323355 +Info 5770 [19:48:14.164] getCompletionsAtPosition: isCompletionListBlocker: 0.0030480000423267484 +Info 5771 [19:48:14.165] getCompletionData: Semantic work: 0.8535339999943972 +Info 5772 [19:48:14.166] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24734000000171363 +Info 5773 [19:48:14.166] Format host information updated +Info 5774 [19:48:14.409] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5775 [19:48:14.416] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 6.921609000070021ms +Info 5776 [19:48:14.416] Different program with same set of files +Info 5777 [19:48:14.416] getCompletionData: Get current token: 0.0058590000262483954 +Info 5778 [19:48:14.416] getCompletionData: Is inside comment: 0.0016120000509545207 +Info 5779 [19:48:14.416] getCompletionData: Get previous token: 0.034814000013284385 +Info 5780 [19:48:14.416] getCompletionsAtPosition: isCompletionListBlocker: 0.0028150000143796206 +Info 5781 [19:48:14.417] getCompletionData: Semantic work: 0.8348479999694973 +Info 5782 [19:48:14.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.27775799995288253 +Info 5783 [19:48:14.418] Format host information updated +Info 5784 [19:48:14.524] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5785 [19:48:14.533] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 9.046724000014365ms +Info 5786 [19:48:14.533] Different program with same set of files +Info 5787 [19:48:14.533] getCompletionData: Get current token: 0.005998999928124249 +Info 5788 [19:48:14.533] getCompletionData: Is inside comment: 0.0016869999235495925 +Info 5789 [19:48:14.533] getCompletionData: Get previous token: 0.03604000003542751 +Info 5790 [19:48:14.533] getCompletionsAtPosition: isCompletionListBlocker: 0.0029990000184625387 +Info 5791 [19:48:14.534] getCompletionData: Semantic work: 0.8950350000523031 +Info 5792 [19:48:14.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2712569999275729 +Info 5793 [19:48:14.535] Format host information updated +Info 5794 [19:48:14.681] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5795 [19:48:14.692] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 10.810365000041202ms +Info 5796 [19:48:14.692] Different program with same set of files +Info 5797 [19:48:14.692] getCompletionData: Get current token: 0.011258000042289495 +Info 5798 [19:48:14.692] getCompletionData: Is inside comment: 0.0022830000380054116 +Info 5799 [19:48:14.692] getCompletionData: Get previous token: 0.05106899992097169 +Info 5800 [19:48:14.692] getCompletionsAtPosition: isCompletionListBlocker: 0.0037230000598356128 +Info 5801 [19:48:14.694] getCompletionData: Semantic work: 1.2515490000369027 +Info 5802 [19:48:14.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41743799997493625 +Info 5803 [19:48:14.695] Format host information updated +Info 5804 [19:48:14.748] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5805 [19:48:14.758] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 9.736300999997184ms +Info 5806 [19:48:14.758] Different program with same set of files +Info 5807 [19:48:14.758] getCompletionData: Get current token: 0.00469799991697073 +Info 5808 [19:48:14.758] getCompletionData: Is inside comment: 0.0012019999558106065 +Info 5809 [19:48:14.759] getCompletionData: Get previous token: 0.023338000057265162 +Info 5810 [19:48:14.759] getCompletionsAtPosition: isCompletionListBlocker: 0.0025630000745877624 +Info 5811 [19:48:14.759] getCompletionData: Semantic work: 0.6885049999691546 +Info 5812 [19:48:14.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.29375299997627735 +Info 5813 [19:48:14.760] Format host information updated +Info 5814 [19:48:15.332] Format host information updated +Info 5815 [19:48:15.332] Format host information updated +Info 5816 [19:48:15.333] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5817 [19:48:15.342] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 9.338350999983959ms +Info 5818 [19:48:15.342] Different program with same set of files +Info 5819 [19:48:15.342] getCompletionData: Get current token: 0.005755999940447509 +Info 5820 [19:48:15.342] getCompletionData: Is inside comment: 0.0011749999830499291 +Info 5821 [19:48:15.342] getCompletionData: Get previous token: 0.018989000003784895 +Info 5822 [19:48:15.342] getCompletionsAtPosition: isCompletionListBlocker: 0.003029000014066696 +Info 5823 [19:48:15.343] getExportInfoMap: cache hit +Info 5824 [19:48:15.354] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5825 [19:48:15.354] collectAutoImports: response is complete +Info 5826 [19:48:15.354] collectAutoImports: 10.823226999957114 +Info 5827 [19:48:15.354] getCompletionData: Semantic work: 11.375927999964915 +Info 5828 [19:48:15.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.59716100001242 +Info 5829 [19:48:15.370] getCompletionData: Get current token: 0.025036000064574182 +Info 5830 [19:48:15.370] getCompletionData: Is inside comment: 0.005523000028915703 +Info 5831 [19:48:15.370] getCompletionData: Get previous token: 0.0419740000506863 +Info 5832 [19:48:15.370] getCompletionsAtPosition: isCompletionListBlocker: 0.004272999940440059 +Info 5833 [19:48:15.371] getCompletionData: Semantic work: 0.44517500000074506 +Info 5834 [19:48:15.376] getCompletionData: Get current token: 0.016864000004716218 +Info 5835 [19:48:15.376] getCompletionData: Is inside comment: 0.00317499996162951 +Info 5836 [19:48:15.376] getCompletionData: Get previous token: 0.03924499999266118 +Info 5837 [19:48:15.376] getCompletionsAtPosition: isCompletionListBlocker: 0.003468999988399446 +Info 5838 [19:48:15.376] getCompletionData: Semantic work: 0.32356199994683266 +Info 5839 [19:48:15.377] Format host information updated +Info 5840 [19:48:15.397] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5841 [19:48:15.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 23.160704000038095ms +Info 5842 [19:48:15.420] Different program with same set of files +Info 5843 [19:48:15.421] getCompletionData: Get current token: 0.008488000021316111 +Info 5844 [19:48:15.421] getCompletionData: Is inside comment: 0.0018060000147670507 +Info 5845 [19:48:15.421] getCompletionData: Get previous token: 0.03282599989324808 +Info 5846 [19:48:15.421] getCompletionsAtPosition: isCompletionListBlocker: 0.011209000018425286 +Info 5847 [19:48:15.422] getExportInfoMap: cache hit +Info 5848 [19:48:15.447] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5849 [19:48:15.447] collectAutoImports: response is complete +Info 5850 [19:48:15.447] collectAutoImports: 24.77064900007099 +Info 5851 [19:48:15.447] getCompletionData: Semantic work: 26.073117000050843 +Info 5852 [19:48:15.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.951254999963567 +Info 5853 [19:48:15.465] Format host information updated +Info 5854 [19:48:20.957] Format host information updated +Info 5855 [19:48:20.957] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5856 [19:48:20.965] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 7.871157999965362ms +Info 5857 [19:48:20.965] Different program with same set of files +Info 5858 [19:48:21.450] Format host information updated +Info 5859 [19:48:21.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5860 [19:48:21.459] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 9.004160999902524ms +Info 5861 [19:48:21.459] Different program with same set of files +Info 5862 [19:48:22.652] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5863 [19:48:22.660] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 7.550627000047825ms +Info 5864 [19:48:22.660] Different program with same set of files +Info 5865 [19:48:22.660] getCompletionData: Get current token: 0.004681999911554158 +Info 5866 [19:48:22.660] getCompletionData: Is inside comment: 0.01167499995790422 +Info 5867 [19:48:22.660] getCompletionData: Get previous token: 0.019755000015720725 +Info 5868 [19:48:22.660] getCompletionsAtPosition: isCompletionListBlocker: 0.00892100005876273 +Info 5869 [19:48:22.661] getExportInfoMap: cache hit +Info 5870 [19:48:22.668] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 5871 [19:48:22.668] collectAutoImports: response is complete +Info 5872 [19:48:22.668] collectAutoImports: 6.931540000019595 +Info 5873 [19:48:22.668] getCompletionData: Semantic work: 7.907400999916717 +Info 5874 [19:48:22.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5191280000144616 +Info 5875 [19:48:22.672] Format host information updated +Info 5876 [19:48:22.739] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5877 [19:48:22.752] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 13.655590999987908ms +Info 5878 [19:48:22.752] Different program with same set of files +Info 5879 [19:48:22.753] getCompletionData: Get current token: 0.008985999971628189 +Info 5880 [19:48:22.753] getCompletionData: Is inside comment: 0.04416499997023493 +Info 5881 [19:48:22.753] getCompletionData: Get previous token: 0.03215800004545599 +Info 5882 [19:48:22.753] getCompletionsAtPosition: isCompletionListBlocker: 0.013878999976441264 +Info 5883 [19:48:22.754] getExportInfoMap: cache hit +Info 5884 [19:48:22.761] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 5885 [19:48:22.761] collectAutoImports: response is complete +Info 5886 [19:48:22.761] collectAutoImports: 5.999760000035167 +Info 5887 [19:48:22.761] getCompletionData: Semantic work: 7.654790000058711 +Info 5888 [19:48:22.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1863069999963045 +Info 5889 [19:48:22.768] Format host information updated +Info 5890 [19:48:22.853] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5891 [19:48:22.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 13.14873700006865ms +Info 5892 [19:48:22.866] Different program with same set of files +Info 5893 [19:48:22.867] getCompletionData: Get current token: 0.009669000050053 +Info 5894 [19:48:22.867] getCompletionData: Is inside comment: 0.0234299999428913 +Info 5895 [19:48:22.867] getCompletionData: Get previous token: 0.03828500001691282 +Info 5896 [19:48:22.867] getCompletionsAtPosition: isCompletionListBlocker: 0.014587000012397766 +Info 5897 [19:48:22.869] getExportInfoMap: cache hit +Info 5898 [19:48:22.874] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 5899 [19:48:22.874] collectAutoImports: response is complete +Info 5900 [19:48:22.874] collectAutoImports: 5.411367000080645 +Info 5901 [19:48:22.874] getCompletionData: Semantic work: 7.360758000053465 +Info 5902 [19:48:22.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.908966999966651 +Info 5903 [19:48:22.879] Format host information updated +Info 5904 [19:48:22.913] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5905 [19:48:22.920] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 6.959336000028998ms +Info 5906 [19:48:22.920] Different program with same set of files +Info 5907 [19:48:22.921] getCompletionData: Get current token: 0.004344000015407801 +Info 5908 [19:48:22.921] getCompletionData: Is inside comment: 0.009960000053979456 +Info 5909 [19:48:22.921] getCompletionData: Get previous token: 0.016340999980457127 +Info 5910 [19:48:22.921] getCompletionsAtPosition: isCompletionListBlocker: 0.007482000044547021 +Info 5911 [19:48:22.921] getExportInfoMap: cache hit +Info 5912 [19:48:22.932] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 5913 [19:48:22.932] collectAutoImports: response is complete +Info 5914 [19:48:22.932] collectAutoImports: 10.849328999989666 +Info 5915 [19:48:22.932] getCompletionData: Semantic work: 11.702068999991752 +Info 5916 [19:48:22.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.2066970000742 +Info 5917 [19:48:22.944] Format host information updated +Info 5918 [19:48:22.992] Format host information updated +Info 5919 [19:48:22.993] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5920 [19:48:23.001] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 8.151990999933332ms +Info 5921 [19:48:23.001] Different program with same set of files +Info 5922 [19:48:23.767] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5923 [19:48:23.785] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 17.110719999996945ms +Info 5924 [19:48:23.785] Different program with same set of files +Info 5925 [19:48:23.785] getCompletionData: Get current token: 0.004803000018000603 +Info 5926 [19:48:23.785] getCompletionData: Is inside comment: 0.015194999985396862 +Info 5927 [19:48:23.785] getCompletionData: Get previous token: 0.024292999994941056 +Info 5928 [19:48:23.785] getCompletionsAtPosition: isCompletionListBlocker: 0.0019470000406727195 +Info 5929 [19:48:23.785] Returning an empty list because completion was requested in an invalid position. +Info 5930 [19:48:23.786] Format host information updated +Info 5931 [19:48:23.871] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5932 [19:48:23.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 44.26008100004401ms +Info 5933 [19:48:23.915] Different program with same set of files +Info 5934 [19:48:23.916] getCompletionData: Get current token: 0.015433999942615628 +Info 5935 [19:48:23.916] getCompletionData: Is inside comment: 0.047615000046789646 +Info 5936 [19:48:23.916] getCompletionData: Get previous token: 0.07600500003900379 +Info 5937 [19:48:23.916] getCompletionsAtPosition: isCompletionListBlocker: 0.0036650000838562846 +Info 5938 [19:48:23.916] Returning an empty list because completion was requested in an invalid position. +Info 5939 [19:48:23.916] Format host information updated +Info 5940 [19:48:23.961] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5941 [19:48:23.969] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 8.80487200000789ms +Info 5942 [19:48:23.970] Different program with same set of files +Info 5943 [19:48:23.970] getCompletionData: Get current token: 0.005085999961011112 +Info 5944 [19:48:23.970] getCompletionData: Is inside comment: 0.0145699999993667 +Info 5945 [19:48:23.970] getCompletionData: Get previous token: 0.023749000043608248 +Info 5946 [19:48:23.970] getCompletionsAtPosition: isCompletionListBlocker: 0.001677999971434474 +Info 5947 [19:48:23.970] Returning an empty list because completion was requested in an invalid position. +Info 5948 [19:48:23.971] Format host information updated +Info 5949 [19:48:24.061] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5950 [19:48:24.098] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 36.290546000003815ms +Info 5951 [19:48:24.098] Different program with same set of files +Info 5952 [19:48:24.098] getCompletionData: Get current token: 0.009993999963626266 +Info 5953 [19:48:24.098] getCompletionData: Is inside comment: 0.027657999889925122 +Info 5954 [19:48:24.098] getCompletionData: Get previous token: 0.04340800002682954 +Info 5955 [19:48:24.098] getCompletionsAtPosition: isCompletionListBlocker: 0.0033779999939724803 +Info 5956 [19:48:24.098] Returning an empty list because completion was requested in an invalid position. +Info 5957 [19:48:24.099] Format host information updated +Info 5958 [19:48:24.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5959 [19:48:24.132] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 9.712209000019357ms +Info 5960 [19:48:24.132] Different program with same set of files +Info 5961 [19:48:24.132] getCompletionData: Get current token: 0.0046010001096874475 +Info 5962 [19:48:24.133] getCompletionData: Is inside comment: 0.027095000026747584 +Info 5963 [19:48:24.133] getCompletionData: Get previous token: 0.020565000013448298 +Info 5964 [19:48:24.133] getCompletionsAtPosition: isCompletionListBlocker: 0.0016570000443607569 +Info 5965 [19:48:24.133] Returning an empty list because completion was requested in an invalid position. +Info 5966 [19:48:24.133] Format host information updated +Info 5967 [19:48:24.404] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5968 [19:48:24.413] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 9.344971999991685ms +Info 5969 [19:48:24.413] Different program with same set of files +Info 5970 [19:48:24.414] getCompletionData: Get current token: 0.005015000002458692 +Info 5971 [19:48:24.414] getCompletionData: Is inside comment: 0.015047000022605062 +Info 5972 [19:48:24.414] getCompletionData: Get previous token: 0.022160000051371753 +Info 5973 [19:48:24.414] getCompletionsAtPosition: isCompletionListBlocker: 0.001504999934695661 +Info 5974 [19:48:24.414] Returning an empty list because completion was requested in an invalid position. +Info 5975 [19:48:24.414] Format host information updated +Info 5976 [19:48:24.518] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5977 [19:48:24.548] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 29.811345999944024ms +Info 5978 [19:48:24.548] Different program with same set of files +Info 5979 [19:48:24.549] getCompletionData: Get current token: 0.014617000008001924 +Info 5980 [19:48:24.549] getCompletionData: Is inside comment: 0.03482499998062849 +Info 5981 [19:48:24.549] getCompletionData: Get previous token: 0.05604799999855459 +Info 5982 [19:48:24.549] getCompletionsAtPosition: isCompletionListBlocker: 0.00393499992787838 +Info 5983 [19:48:24.549] Returning an empty list because completion was requested in an invalid position. +Info 5984 [19:48:24.549] Format host information updated +Info 5985 [19:48:24.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5986 [19:48:24.770] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 10.767148999962956ms +Info 5987 [19:48:24.770] Different program with same set of files +Info 5988 [19:48:24.770] getCompletionData: Get current token: 0.004740000003948808 +Info 5989 [19:48:24.770] getCompletionData: Is inside comment: 0.012901999987661839 +Info 5990 [19:48:24.770] getCompletionData: Get previous token: 0.020031000021845102 +Info 5991 [19:48:24.770] getCompletionsAtPosition: isCompletionListBlocker: 0.0016550000291317701 +Info 5992 [19:48:24.770] Returning an empty list because completion was requested in an invalid position. +Info 5993 [19:48:24.770] Format host information updated +Info 5994 [19:48:24.914] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5995 [19:48:24.921] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 6.830781999975443ms +Info 5996 [19:48:24.921] Different program with same set of files +Info 5997 [19:48:24.921] getCompletionData: Get current token: 0.004963000072166324 +Info 5998 [19:48:24.921] getCompletionData: Is inside comment: 0.013722000061534345 +Info 5999 [19:48:24.921] getCompletionData: Get previous token: 0.021438999916426837 +Info 6000 [19:48:24.921] getCompletionsAtPosition: isCompletionListBlocker: 0.0017049999441951513 +Info 6001 [19:48:24.921] Returning an empty list because completion was requested in an invalid position. +Info 6002 [19:48:24.921] Format host information updated +Info 6003 [19:48:25.062] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6004 [19:48:25.084] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 21.64291100006085ms +Info 6005 [19:48:25.084] Different program with same set of files +Info 6006 [19:48:25.085] getCompletionData: Get current token: 0.012992999982088804 +Info 6007 [19:48:25.085] getCompletionData: Is inside comment: 0.03924400010146201 +Info 6008 [19:48:25.085] getCompletionData: Get previous token: 0.0625349999172613 +Info 6009 [19:48:25.085] getCompletionsAtPosition: isCompletionListBlocker: 0.004074000054970384 +Info 6010 [19:48:25.085] Returning an empty list because completion was requested in an invalid position. +Info 6011 [19:48:25.086] Format host information updated +Info 6012 [19:48:25.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6013 [19:48:25.131] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 7.780385000049137ms +Info 6014 [19:48:25.131] Different program with same set of files +Info 6015 [19:48:25.131] getCompletionData: Get current token: 0.0042779999785125256 +Info 6016 [19:48:25.131] getCompletionData: Is inside comment: 0.013158999965526164 +Info 6017 [19:48:25.131] getCompletionData: Get previous token: 0.02086699998471886 +Info 6018 [19:48:25.131] getCompletionsAtPosition: isCompletionListBlocker: 0.001617999980226159 +Info 6019 [19:48:25.131] Returning an empty list because completion was requested in an invalid position. +Info 6020 [19:48:25.131] Format host information updated +Info 6021 [19:48:25.978] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6022 [19:48:25.985] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 7.03508800000418ms +Info 6023 [19:48:25.985] Different program with same set of files +Info 6024 [19:48:25.985] getCompletionData: Get current token: 0.004347000038251281 +Info 6025 [19:48:25.985] getCompletionData: Is inside comment: 0.012866000062786043 +Info 6026 [19:48:25.985] getCompletionData: Get previous token: 0.019604000030085444 +Info 6027 [19:48:25.985] getCompletionsAtPosition: isCompletionListBlocker: 0.0017300000181421638 +Info 6028 [19:48:25.985] Returning an empty list because completion was requested in an invalid position. +Info 6029 [19:48:25.986] Format host information updated +Info 6030 [19:48:26.959] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6031 [19:48:26.967] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 7.744407000020146ms +Info 6032 [19:48:26.967] Different program with same set of files +Info 6033 [19:48:26.967] getCompletionData: Get current token: 0.004430999979376793 +Info 6034 [19:48:26.967] getCompletionData: Is inside comment: 0.012358999927528203 +Info 6035 [19:48:26.967] getCompletionData: Get previous token: 0.019617000012658536 +Info 6036 [19:48:26.967] getCompletionsAtPosition: isCompletionListBlocker: 0.0014970001066103578 +Info 6037 [19:48:26.967] Returning an empty list because completion was requested in an invalid position. +Info 6038 [19:48:26.967] Format host information updated +Info 6039 [19:48:27.097] Format host information updated +Info 6040 [19:48:27.097] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6041 [19:48:27.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 7.734238000004552ms +Info 6042 [19:48:27.104] Different program with same set of files +Info 6043 [19:48:27.376] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6044 [19:48:27.393] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 16.259972000028938ms +Info 6045 [19:48:27.393] Different program with same set of files +Info 6046 [19:48:27.393] getCompletionData: Get current token: 0.01149000006262213 +Info 6047 [19:48:27.393] getCompletionData: Is inside comment: 0.08560400002170354 +Info 6048 [19:48:27.393] getCompletionData: Get previous token: 0.05413900001440197 +Info 6049 [19:48:27.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0034049999667331576 +Info 6050 [19:48:27.393] Returning an empty list because completion was requested in an invalid position. +Info 6051 [19:48:27.394] Format host information updated +Info 6052 [19:48:27.510] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6053 [19:48:27.518] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 7.540619999985211ms +Info 6054 [19:48:27.518] Different program with same set of files +Info 6055 [19:48:27.518] getCompletionData: Get current token: 0.004774000030010939 +Info 6056 [19:48:27.518] getCompletionData: Is inside comment: 0.014224000042304397 +Info 6057 [19:48:27.518] getCompletionData: Get previous token: 0.021692999987863004 +Info 6058 [19:48:27.518] getCompletionsAtPosition: isCompletionListBlocker: 0.0017559999832883477 +Info 6059 [19:48:27.518] Returning an empty list because completion was requested in an invalid position. +Info 6060 [19:48:27.518] Format host information updated +Info 6061 [19:48:27.771] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6062 [19:48:27.781] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 9.727763000060804ms +Info 6063 [19:48:27.781] Different program with same set of files +Info 6064 [19:48:27.781] getCompletionData: Get current token: 0.005464000045321882 +Info 6065 [19:48:27.781] getCompletionData: Is inside comment: 0.014515000046230853 +Info 6066 [19:48:27.781] getCompletionData: Get previous token: 0.023598000057972968 +Info 6067 [19:48:27.781] getCompletionsAtPosition: isCompletionListBlocker: 0.0017109999898821115 +Info 6068 [19:48:27.781] Returning an empty list because completion was requested in an invalid position. +Info 6069 [19:48:27.781] Format host information updated +Info 6070 [19:48:27.955] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6071 [19:48:27.970] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 14.914243999985047ms +Info 6072 [19:48:27.970] Different program with same set of files +Info 6073 [19:48:27.970] getCompletionData: Get current token: 0.009497999912127852 +Info 6074 [19:48:27.970] getCompletionData: Is inside comment: 0.025004000053741038 +Info 6075 [19:48:27.970] getCompletionData: Get previous token: 0.04015300003811717 +Info 6076 [19:48:27.970] getCompletionsAtPosition: isCompletionListBlocker: 0.0026549999602138996 +Info 6077 [19:48:27.970] Returning an empty list because completion was requested in an invalid position. +Info 6078 [19:48:27.971] Format host information updated +Info 6079 [19:48:28.174] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6080 [19:48:28.181] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 7.092605000012554ms +Info 6081 [19:48:28.181] Different program with same set of files +Info 6082 [19:48:28.182] getCompletionData: Get current token: 0.004852000041864812 +Info 6083 [19:48:28.182] getCompletionData: Is inside comment: 0.01338500005658716 +Info 6084 [19:48:28.182] getCompletionData: Get previous token: 0.021148999920114875 +Info 6085 [19:48:28.182] getCompletionsAtPosition: isCompletionListBlocker: 0.0016750000650063157 +Info 6086 [19:48:28.182] Returning an empty list because completion was requested in an invalid position. +Info 6087 [19:48:28.182] Format host information updated +Info 6088 [19:48:28.313] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6089 [19:48:28.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 10.299476999905892ms +Info 6090 [19:48:28.324] Different program with same set of files +Info 6091 [19:48:28.324] getCompletionData: Get current token: 0.006206999998539686 +Info 6092 [19:48:28.324] getCompletionData: Is inside comment: 0.01679699996020645 +Info 6093 [19:48:28.324] getCompletionData: Get previous token: 0.026141999987885356 +Info 6094 [19:48:28.324] getCompletionsAtPosition: isCompletionListBlocker: 0.001978999935090542 +Info 6095 [19:48:28.324] Returning an empty list because completion was requested in an invalid position. +Info 6096 [19:48:28.324] Format host information updated +Info 6097 [19:48:28.503] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6098 [19:48:28.510] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 7.299300999962725ms +Info 6099 [19:48:28.510] Different program with same set of files +Info 6100 [19:48:28.511] getCompletionData: Get current token: 0.0052949999226257205 +Info 6101 [19:48:28.511] getCompletionData: Is inside comment: 0.014965999987907708 +Info 6102 [19:48:28.511] getCompletionData: Get previous token: 0.023375999997369945 +Info 6103 [19:48:28.511] getCompletionsAtPosition: isCompletionListBlocker: 0.0020459999796003103 +Info 6104 [19:48:28.511] Returning an empty list because completion was requested in an invalid position. +Info 6105 [19:48:28.511] Format host information updated +Info 6106 [19:48:28.601] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6107 [19:48:28.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 6.953112000017427ms +Info 6108 [19:48:28.608] Different program with same set of files +Info 6109 [19:48:28.608] getCompletionData: Get current token: 0.00528200005646795 +Info 6110 [19:48:28.608] getCompletionData: Is inside comment: 0.01365900004748255 +Info 6111 [19:48:28.608] getCompletionData: Get previous token: 0.023292000056244433 +Info 6112 [19:48:28.608] getCompletionsAtPosition: isCompletionListBlocker: 0.0018290000734850764 +Info 6113 [19:48:28.608] Returning an empty list because completion was requested in an invalid position. +Info 6114 [19:48:28.608] Format host information updated +Info 6115 [19:48:28.807] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6116 [19:48:28.817] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 9.716766999918036ms +Info 6117 [19:48:28.817] Different program with same set of files +Info 6118 [19:48:28.817] getCompletionData: Get current token: 0.004279999993741512 +Info 6119 [19:48:28.817] getCompletionData: Is inside comment: 0.011865000007674098 +Info 6120 [19:48:28.817] getCompletionData: Get previous token: 0.018270000000484288 +Info 6121 [19:48:28.817] getCompletionsAtPosition: isCompletionListBlocker: 0.0016579999355599284 +Info 6122 [19:48:28.817] Returning an empty list because completion was requested in an invalid position. +Info 6123 [19:48:28.817] Format host information updated +Info 6124 [19:48:28.952] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6125 [19:48:28.959] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 6.946960999979638ms +Info 6126 [19:48:28.959] Different program with same set of files +Info 6127 [19:48:28.960] getCompletionData: Get current token: 0.005242000101134181 +Info 6128 [19:48:28.960] getCompletionData: Is inside comment: 0.01520699996035546 +Info 6129 [19:48:28.960] getCompletionData: Get previous token: 0.02368800004478544 +Info 6130 [19:48:28.960] getCompletionsAtPosition: isCompletionListBlocker: 0.0021059999708086252 +Info 6131 [19:48:28.960] Returning an empty list because completion was requested in an invalid position. +Info 6132 [19:48:28.960] Format host information updated +Info 6133 [19:48:29.064] Format host information updated +Info 6134 [19:48:29.064] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6135 [19:48:29.090] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 25.5530049999943ms +Info 6136 [19:48:29.090] Different program with same set of files +Info 6137 [19:48:29.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6138 [19:48:29.146] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 8.194006000063382ms +Info 6139 [19:48:29.146] Different program with same set of files +Info 6140 [19:48:29.146] getCompletionData: Get current token: 0.00603599997702986 +Info 6141 [19:48:29.146] getCompletionData: Is inside comment: 0.01702400005888194 +Info 6142 [19:48:29.146] getCompletionData: Get previous token: 0.014257999951951206 +Info 6143 [19:48:29.146] getCompletionsAtPosition: isCompletionListBlocker: 0.009670000057667494 +Info 6144 [19:48:29.147] getExportInfoMap: cache hit +Info 6145 [19:48:29.171] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6146 [19:48:29.171] collectAutoImports: response is complete +Info 6147 [19:48:29.171] collectAutoImports: 23.411621999926865 +Info 6148 [19:48:29.171] getCompletionData: Semantic work: 24.30471000005491 +Info 6149 [19:48:29.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.534412999986671 +Info 6150 [19:48:29.190] Format host information updated +Info 6151 [19:48:29.210] Format host information updated +Info 6152 [19:48:29.210] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6153 [19:48:29.217] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 6.569759999983944ms +Info 6154 [19:48:29.217] Different program with same set of files +Info 6155 [19:48:31.076] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6156 [19:48:31.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 8.8254639999941ms +Info 6157 [19:48:31.085] Different program with same set of files +Info 6158 [19:48:31.085] getCompletionData: Get current token: 0.004303000052459538 +Info 6159 [19:48:31.085] getCompletionData: Is inside comment: 0.011046999949030578 +Info 6160 [19:48:31.085] getCompletionData: Get previous token: 0.018512000096961856 +Info 6161 [19:48:31.085] getCompletionsAtPosition: isCompletionListBlocker: 0.00818600005004555 +Info 6162 [19:48:31.086] getExportInfoMap: cache hit +Info 6163 [19:48:31.089] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 6164 [19:48:31.089] collectAutoImports: response is complete +Info 6165 [19:48:31.089] collectAutoImports: 2.955373999895528 +Info 6166 [19:48:31.089] getCompletionData: Semantic work: 3.549401000025682 +Info 6167 [19:48:31.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8095919999759644 +Info 6168 [19:48:31.092] Format host information updated +Info 6169 [19:48:31.255] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6170 [19:48:31.262] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 6.754030000069179ms +Info 6171 [19:48:31.262] Different program with same set of files +Info 6172 [19:48:31.262] getCompletionData: Get current token: 0.0051639999728649855 +Info 6173 [19:48:31.262] getCompletionData: Is inside comment: 0.01465899997856468 +Info 6174 [19:48:31.262] getCompletionData: Get previous token: 0.024936000001616776 +Info 6175 [19:48:31.262] getCompletionsAtPosition: isCompletionListBlocker: 0.009031999972648919 +Info 6176 [19:48:31.265] getExportInfoMap: cache hit +Info 6177 [19:48:31.268] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 3 from cache +Info 6178 [19:48:31.268] collectAutoImports: response is complete +Info 6179 [19:48:31.268] collectAutoImports: 2.711382999899797 +Info 6180 [19:48:31.268] getCompletionData: Semantic work: 6.13730800000485 +Info 6181 [19:48:31.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8515999999362975 +Info 6182 [19:48:31.271] Format host information updated +Info 6183 [19:48:31.496] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6184 [19:48:31.504] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 7.540812999941409ms +Info 6185 [19:48:31.504] Different program with same set of files +Info 6186 [19:48:31.504] getCompletionData: Get current token: 0.005908000050112605 +Info 6187 [19:48:31.504] getCompletionData: Is inside comment: 0.016418999992311 +Info 6188 [19:48:31.504] getCompletionData: Get previous token: 0.02850000001490116 +Info 6189 [19:48:31.504] getCompletionsAtPosition: isCompletionListBlocker: 0.01215500000398606 +Info 6190 [19:48:31.505] getExportInfoMap: cache hit +Info 6191 [19:48:31.509] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 6192 [19:48:31.509] collectAutoImports: response is complete +Info 6193 [19:48:31.509] collectAutoImports: 3.8139619999565184 +Info 6194 [19:48:31.509] getCompletionData: Semantic work: 4.559372000047006 +Info 6195 [19:48:31.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1770679999608546 +Info 6196 [19:48:31.515] Format host information updated +Info 6197 [19:48:31.626] Format host information updated +Info 6198 [19:48:31.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6199 [19:48:31.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 7.423139999969862ms +Info 6200 [19:48:31.634] Different program with same set of files +Info 6201 [19:48:31.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6202 [19:48:31.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 9.676594999968074ms +Info 6203 [19:48:31.767] Different program with same set of files +Info 6204 [19:48:31.767] getCompletionData: Get current token: 0.005397000000812113 +Info 6205 [19:48:31.767] getCompletionData: Is inside comment: 0.01533600001130253 +Info 6206 [19:48:31.767] getCompletionData: Get previous token: 0.024643000098876655 +Info 6207 [19:48:31.767] getCompletionsAtPosition: isCompletionListBlocker: 0.009867000044323504 +Info 6208 [19:48:31.768] getExportInfoMap: cache hit +Info 6209 [19:48:31.770] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 6210 [19:48:31.770] collectAutoImports: response is complete +Info 6211 [19:48:31.770] collectAutoImports: 1.894209999940358 +Info 6212 [19:48:31.770] getCompletionData: Semantic work: 2.6359299999894574 +Info 6213 [19:48:31.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4730389999458566 +Info 6214 [19:48:31.772] Format host information updated +Info 6215 [19:48:31.893] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6216 [19:48:31.900] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 7.046510000014678ms +Info 6217 [19:48:31.900] Different program with same set of files +Info 6218 [19:48:31.900] getCompletionData: Get current token: 0.00520200002938509 +Info 6219 [19:48:31.900] getCompletionData: Is inside comment: 0.013980999938212335 +Info 6220 [19:48:31.900] getCompletionData: Get previous token: 0.022886999999172986 +Info 6221 [19:48:31.900] getCompletionsAtPosition: isCompletionListBlocker: 0.010245000012218952 +Info 6222 [19:48:31.901] getExportInfoMap: cache hit +Info 6223 [19:48:31.903] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 6224 [19:48:31.903] collectAutoImports: response is complete +Info 6225 [19:48:31.903] collectAutoImports: 1.704729999997653 +Info 6226 [19:48:31.903] getCompletionData: Semantic work: 2.41414300003089 +Info 6227 [19:48:31.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5304480000631884 +Info 6228 [19:48:31.908] Format host information updated +Info 6229 [19:48:31.956] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6230 [19:48:31.967] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 10.6479700000491ms +Info 6231 [19:48:31.967] Different program with same set of files +Info 6232 [19:48:31.967] getCompletionData: Get current token: 0.007889000000432134 +Info 6233 [19:48:31.967] getCompletionData: Is inside comment: 0.022680000052787364 +Info 6234 [19:48:31.967] getCompletionData: Get previous token: 0.03852299996651709 +Info 6235 [19:48:31.967] getCompletionsAtPosition: isCompletionListBlocker: 0.01310899993404746 +Info 6236 [19:48:31.968] getExportInfoMap: cache hit +Info 6237 [19:48:31.970] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6238 [19:48:31.970] collectAutoImports: response is complete +Info 6239 [19:48:31.970] collectAutoImports: 2.4435669999802485 +Info 6240 [19:48:31.970] getCompletionData: Semantic work: 3.451264000032097 +Info 6241 [19:48:31.973] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2960380000295117 +Info 6242 [19:48:31.974] Format host information updated +Info 6243 [19:48:32.032] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6244 [19:48:32.041] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 9.822271999903023ms +Info 6245 [19:48:32.041] Different program with same set of files +Info 6246 [19:48:32.042] getCompletionData: Get current token: 0.007664999924600124 +Info 6247 [19:48:32.042] getCompletionData: Is inside comment: 0.02177800005301833 +Info 6248 [19:48:32.042] getCompletionData: Get previous token: 0.037367000011727214 +Info 6249 [19:48:32.042] getCompletionsAtPosition: isCompletionListBlocker: 0.01067500002682209 +Info 6250 [19:48:32.043] getExportInfoMap: cache hit +Info 6251 [19:48:32.060] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6252 [19:48:32.061] collectAutoImports: response is complete +Info 6253 [19:48:32.061] collectAutoImports: 17.810322999954224 +Info 6254 [19:48:32.061] getCompletionData: Semantic work: 18.635627000010572 +Info 6255 [19:48:32.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.202579000033438 +Info 6256 [19:48:32.075] Format host information updated +Info 6257 [19:48:32.135] Format host information updated +Info 6258 [19:48:32.135] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6259 [19:48:32.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 9.007016999996267ms +Info 6260 [19:48:32.144] Different program with same set of files +Info 6261 [19:48:32.337] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6262 [19:48:32.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 6.973093000007793ms +Info 6263 [19:48:32.344] Different program with same set of files +Info 6264 [19:48:32.344] getCompletionData: Get current token: 0.0039839999517425895 +Info 6265 [19:48:32.344] getCompletionData: Is inside comment: 0.011928999912925065 +Info 6266 [19:48:32.344] getCompletionData: Get previous token: 0.020304000005126 +Info 6267 [19:48:32.344] getCompletionsAtPosition: isCompletionListBlocker: 0.008354000048711896 +Info 6268 [19:48:32.345] getExportInfoMap: cache hit +Info 6269 [19:48:32.348] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 6270 [19:48:32.348] collectAutoImports: response is complete +Info 6271 [19:48:32.348] collectAutoImports: 3.0016060000052676 +Info 6272 [19:48:32.348] getCompletionData: Semantic work: 3.5471189999952912 +Info 6273 [19:48:32.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6091559999622405 +Info 6274 [19:48:32.351] Format host information updated +Info 6275 [19:48:32.495] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6276 [19:48:32.502] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 6.9459720000158995ms +Info 6277 [19:48:32.502] Different program with same set of files +Info 6278 [19:48:32.502] getCompletionData: Get current token: 0.005371000035665929 +Info 6279 [19:48:32.502] getCompletionData: Is inside comment: 0.015684999991208315 +Info 6280 [19:48:32.502] getCompletionData: Get previous token: 0.025391999981366098 +Info 6281 [19:48:32.502] getCompletionsAtPosition: isCompletionListBlocker: 0.00849999999627471 +Info 6282 [19:48:32.503] getExportInfoMap: cache hit +Info 6283 [19:48:32.506] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 3 from cache +Info 6284 [19:48:32.506] collectAutoImports: response is complete +Info 6285 [19:48:32.506] collectAutoImports: 2.5708530000410974 +Info 6286 [19:48:32.506] getCompletionData: Semantic work: 3.1795489999931306 +Info 6287 [19:48:32.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.500270999968052 +Info 6288 [19:48:32.508] Format host information updated +Info 6289 [19:48:32.638] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6290 [19:48:32.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 9.094228000030853ms +Info 6291 [19:48:32.647] Different program with same set of files +Info 6292 [19:48:32.647] getCompletionData: Get current token: 0.005039999959990382 +Info 6293 [19:48:32.647] getCompletionData: Is inside comment: 0.0157109999563545 +Info 6294 [19:48:32.647] getCompletionData: Get previous token: 0.011654999922029674 +Info 6295 [19:48:32.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0025710000190883875 +Info 6296 [19:48:32.648] getCompletionData: Semantic work: 0.7610270000295714 +Info 6297 [19:48:32.648] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11255499999970198 +Info 6298 [19:48:32.649] Format host information updated +Info 6299 [19:48:32.880] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6300 [19:48:32.887] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 6.753839999902993ms +Info 6301 [19:48:32.887] Different program with same set of files +Info 6302 [19:48:32.887] getCompletionData: Get current token: 0.004844999988563359 +Info 6303 [19:48:32.887] getCompletionData: Is inside comment: 0.013892000075429678 +Info 6304 [19:48:32.887] getCompletionData: Get previous token: 0.04173499997705221 +Info 6305 [19:48:32.887] getCompletionsAtPosition: isCompletionListBlocker: 0.003132999991066754 +Info 6306 [19:48:32.888] getCompletionData: Semantic work: 0.6524680000729859 +Info 6307 [19:48:32.888] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11456200003158301 +Info 6308 [19:48:32.892] Format host information updated +Info 6309 [19:48:32.995] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6310 [19:48:33.002] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 6.970973000046797ms +Info 6311 [19:48:33.002] Different program with same set of files +Info 6312 [19:48:33.002] getCompletionData: Get current token: 0.0052720000967383385 +Info 6313 [19:48:33.002] getCompletionData: Is inside comment: 0.013447999954223633 +Info 6314 [19:48:33.002] getCompletionData: Get previous token: 0.021416999981738627 +Info 6315 [19:48:33.002] getCompletionsAtPosition: isCompletionListBlocker: 0.0032869999995455146 +Info 6316 [19:48:33.003] getCompletionData: Semantic work: 0.6974710000213236 +Info 6317 [19:48:33.003] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1264900000533089 +Info 6318 [19:48:33.004] Format host information updated +Info 6319 [19:48:33.140] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6320 [19:48:33.150] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 9.959346999996342ms +Info 6321 [19:48:33.150] Different program with same set of files +Info 6322 [19:48:33.151] getCompletionData: Get current token: 0.005821000086143613 +Info 6323 [19:48:33.151] getCompletionData: Is inside comment: 0.01348399999551475 +Info 6324 [19:48:33.151] getCompletionData: Get previous token: 0.020809999899938703 +Info 6325 [19:48:33.151] getCompletionsAtPosition: isCompletionListBlocker: 0.003219999955035746 +Info 6326 [19:48:33.151] getCompletionData: Semantic work: 0.6841319999657571 +Info 6327 [19:48:33.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1299390000058338 +Info 6328 [19:48:33.152] Format host information updated +Info 6329 [19:48:33.874] Format host information updated +Info 6330 [19:48:33.875] Format host information updated +Info 6331 [19:48:33.875] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6332 [19:48:33.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 6.742509999894537ms +Info 6333 [19:48:33.882] Different program with same set of files +Info 6334 [19:48:33.882] getCompletionData: Get current token: 0.005326000042259693 +Info 6335 [19:48:33.882] getCompletionData: Is inside comment: 0.013026000000536442 +Info 6336 [19:48:33.882] getCompletionData: Get previous token: 0.010291000013239682 +Info 6337 [19:48:33.882] getCompletionsAtPosition: isCompletionListBlocker: 0.008691999944858253 +Info 6338 [19:48:33.882] getExportInfoMap: cache hit +Info 6339 [19:48:33.895] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6340 [19:48:33.895] collectAutoImports: response is complete +Info 6341 [19:48:33.895] collectAutoImports: 13.082629000069574 +Info 6342 [19:48:33.895] getCompletionData: Semantic work: 13.681610999978147 +Info 6343 [19:48:33.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.871757999993861 +Info 6344 [19:48:33.910] getCompletionData: Get current token: 0.01269600004889071 +Info 6345 [19:48:33.910] getCompletionData: Is inside comment: 0.0031120000639930367 +Info 6346 [19:48:33.910] getCompletionData: Get previous token: 0.022499999962747097 +Info 6347 [19:48:33.910] getCompletionsAtPosition: isCompletionListBlocker: 0.0025679999962449074 +Info 6348 [19:48:33.910] getCompletionData: Semantic work: 0.4825579999014735 +Info 6349 [19:48:33.922] getCompletionData: Get current token: 0.033060999936424196 +Info 6350 [19:48:33.922] getCompletionData: Is inside comment: 0.016846999991685152 +Info 6351 [19:48:33.922] getCompletionData: Get previous token: 0.024142999900504947 +Info 6352 [19:48:33.922] getCompletionsAtPosition: isCompletionListBlocker: 0.002836999949067831 +Info 6353 [19:48:33.923] getCompletionData: Semantic work: 0.4619609999936074 +Info 6354 [19:48:33.924] Format host information updated +Info 6355 [19:48:34.295] getCompletionData: Get current token: 0.028255000011995435 +Info 6356 [19:48:34.295] getCompletionData: Is inside comment: 0.007120000082068145 +Info 6357 [19:48:34.295] getCompletionData: Get previous token: 0.07179999991785735 +Info 6358 [19:48:34.295] getCompletionsAtPosition: isCompletionListBlocker: 0.010395999997854233 +Info 6359 [19:48:34.297] getExportInfoMap: cache hit +Info 6360 [19:48:34.334] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6361 [19:48:34.334] collectAutoImports: response is complete +Info 6362 [19:48:34.334] collectAutoImports: 36.1207309999736 +Info 6363 [19:48:34.334] getCompletionData: Semantic work: 38.29725599999074 +Info 6364 [19:48:34.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 19.38993499998469 +Info 6365 [19:48:35.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6366 [19:48:35.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 10.84723600000143ms +Info 6367 [19:48:35.788] Different program with same set of files +Info 6368 [19:48:35.788] getCompletionData: Get current token: 0.008793999906629324 +Info 6369 [19:48:35.788] getCompletionData: Is inside comment: 0.0019130000146105886 +Info 6370 [19:48:35.788] getCompletionData: Get previous token: 0.039481000043451786 +Info 6371 [19:48:35.788] getCompletionsAtPosition: isCompletionListBlocker: 0.004700000048615038 +Info 6372 [19:48:35.789] getExportInfoMap: cache hit +Info 6373 [19:48:35.792] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 6374 [19:48:35.792] collectAutoImports: response is complete +Info 6375 [19:48:35.792] collectAutoImports: 2.9982839999720454 +Info 6376 [19:48:35.792] getCompletionData: Semantic work: 3.843068000045605 +Info 6377 [19:48:35.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.259946000063792 +Info 6378 [19:48:35.799] Format host information updated +Info 6379 [19:48:35.896] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6380 [19:48:35.929] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 32.73150100000203ms +Info 6381 [19:48:35.929] Different program with same set of files +Info 6382 [19:48:35.929] getCompletionData: Get current token: 0.012258999980986118 +Info 6383 [19:48:35.929] getCompletionData: Is inside comment: 0.0035699999425560236 +Info 6384 [19:48:35.929] getCompletionData: Get previous token: 0.057776000001467764 +Info 6385 [19:48:35.929] getCompletionsAtPosition: isCompletionListBlocker: 0.006882999907247722 +Info 6386 [19:48:35.931] getExportInfoMap: cache hit +Info 6387 [19:48:35.935] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 6388 [19:48:35.935] collectAutoImports: response is complete +Info 6389 [19:48:35.935] collectAutoImports: 4.715434000012465 +Info 6390 [19:48:35.935] getCompletionData: Semantic work: 6.0357079999521375 +Info 6391 [19:48:35.942] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.323793000075966 +Info 6392 [19:48:35.943] Format host information updated +Info 6393 [19:48:35.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6394 [19:48:35.969] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 9.482750999974087ms +Info 6395 [19:48:35.969] Different program with same set of files +Info 6396 [19:48:35.970] getCompletionData: Get current token: 0.004868999938480556 +Info 6397 [19:48:35.970] getCompletionData: Is inside comment: 0.0013630000175908208 +Info 6398 [19:48:35.970] getCompletionData: Get previous token: 0.022178000072017312 +Info 6399 [19:48:35.970] getCompletionsAtPosition: isCompletionListBlocker: 0.004126999992877245 +Info 6400 [19:48:35.970] getExportInfoMap: cache hit +Info 6401 [19:48:35.972] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 6402 [19:48:35.972] collectAutoImports: response is complete +Info 6403 [19:48:35.972] collectAutoImports: 1.8236070000566542 +Info 6404 [19:48:35.972] getCompletionData: Semantic work: 2.3964169999817386 +Info 6405 [19:48:35.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.313382999971509 +Info 6406 [19:48:35.977] Format host information updated +Info 6407 [19:48:36.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6408 [19:48:36.122] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 8.035462999949232ms +Info 6409 [19:48:36.122] Different program with same set of files +Info 6410 [19:48:36.122] getCompletionData: Get current token: 0.00559299997985363 +Info 6411 [19:48:36.122] getCompletionData: Is inside comment: 0.0014359999913722277 +Info 6412 [19:48:36.122] getCompletionData: Get previous token: 0.025166000006720424 +Info 6413 [19:48:36.122] getCompletionsAtPosition: isCompletionListBlocker: 0.003444999922066927 +Info 6414 [19:48:36.122] getExportInfoMap: cache hit +Info 6415 [19:48:36.124] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 6416 [19:48:36.125] collectAutoImports: response is complete +Info 6417 [19:48:36.125] collectAutoImports: 1.956512999953702 +Info 6418 [19:48:36.125] getCompletionData: Semantic work: 2.554080000030808 +Info 6419 [19:48:36.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4308080000337213 +Info 6420 [19:48:36.133] Format host information updated +Info 6421 [19:48:36.211] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6422 [19:48:36.222] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 10.211602000053972ms +Info 6423 [19:48:36.222] Different program with same set of files +Info 6424 [19:48:36.222] getCompletionData: Get current token: 0.009452000027522445 +Info 6425 [19:48:36.222] getCompletionData: Is inside comment: 0.002658999990671873 +Info 6426 [19:48:36.222] getCompletionData: Get previous token: 0.04304599994793534 +Info 6427 [19:48:36.222] getCompletionsAtPosition: isCompletionListBlocker: 0.004439999931491911 +Info 6428 [19:48:36.223] getExportInfoMap: cache hit +Info 6429 [19:48:36.226] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 6430 [19:48:36.226] collectAutoImports: response is complete +Info 6431 [19:48:36.226] collectAutoImports: 3.0484220000216737 +Info 6432 [19:48:36.226] getCompletionData: Semantic work: 3.935064999968745 +Info 6433 [19:48:36.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2963699999963865 +Info 6434 [19:48:36.234] Format host information updated +Info 6435 [19:48:36.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6436 [19:48:36.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 9.232143000001088ms +Info 6437 [19:48:36.291] Different program with same set of files +Info 6438 [19:48:36.291] getCompletionData: Get current token: 0.007457000087015331 +Info 6439 [19:48:36.291] getCompletionData: Is inside comment: 0.002141999895684421 +Info 6440 [19:48:36.291] getCompletionData: Get previous token: 0.03653799998573959 +Info 6441 [19:48:36.291] getCompletionsAtPosition: isCompletionListBlocker: 0.0038750000530853868 +Info 6442 [19:48:36.292] getExportInfoMap: cache hit +Info 6443 [19:48:36.294] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 6444 [19:48:36.294] collectAutoImports: response is complete +Info 6445 [19:48:36.294] collectAutoImports: 2.647662000032142 +Info 6446 [19:48:36.294] getCompletionData: Semantic work: 3.3741920000175014 +Info 6447 [19:48:36.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.455309999990277 +Info 6448 [19:48:36.311] Format host information updated +Info 6449 [19:48:36.843] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6450 [19:48:36.850] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 6.947120000026189ms +Info 6451 [19:48:36.850] Different program with same set of files +Info 6452 [19:48:36.851] getCompletionData: Get current token: 0.004775000037625432 +Info 6453 [19:48:36.851] getCompletionData: Is inside comment: 0.0012400000123307109 +Info 6454 [19:48:36.851] getCompletionData: Get previous token: 0.02105199999641627 +Info 6455 [19:48:36.851] getCompletionsAtPosition: isCompletionListBlocker: 0.002107999986037612 +Info 6456 [19:48:36.851] getCompletionData: Semantic work: 0.8009219999657944 +Info 6457 [19:48:36.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10992299998179078 +Info 6458 [19:48:36.852] Format host information updated +Info 6459 [19:48:36.941] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6460 [19:48:36.953] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 12.121374000096694ms +Info 6461 [19:48:36.953] Different program with same set of files +Info 6462 [19:48:36.954] getCompletionData: Get current token: 0.005426999996416271 +Info 6463 [19:48:36.954] getCompletionData: Is inside comment: 0.0013740001013502479 +Info 6464 [19:48:36.954] getCompletionData: Get previous token: 0.021481000003404915 +Info 6465 [19:48:36.954] getCompletionsAtPosition: isCompletionListBlocker: 0.002204999909736216 +Info 6466 [19:48:36.955] getCompletionData: Semantic work: 1.008644999936223 +Info 6467 [19:48:36.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03575400006957352 +Info 6468 [19:48:36.955] Format host information updated +Info 6469 [19:48:37.294] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6470 [19:48:37.301] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 7.288525000098161ms +Info 6471 [19:48:37.301] Different program with same set of files +Info 6472 [19:48:37.302] getCompletionData: Get current token: 0.005678000045008957 +Info 6473 [19:48:37.302] getCompletionData: Is inside comment: 0.0014349999837577343 +Info 6474 [19:48:37.302] getCompletionData: Get previous token: 0.02209199999924749 +Info 6475 [19:48:37.302] getCompletionsAtPosition: isCompletionListBlocker: 0.0029429999412968755 +Info 6476 [19:48:37.303] getCompletionData: Semantic work: 0.8838550000218675 +Info 6477 [19:48:37.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16110499994829297 +Info 6478 [19:48:37.306] Format host information updated +Info 6479 [19:48:37.459] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6480 [19:48:37.466] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 7.125514999963343ms +Info 6481 [19:48:37.466] Different program with same set of files +Info 6482 [19:48:37.467] getCompletionData: Get current token: 0.005911999964155257 +Info 6483 [19:48:37.467] getCompletionData: Is inside comment: 0.001660000067204237 +Info 6484 [19:48:37.467] getCompletionData: Get previous token: 0.029177999938838184 +Info 6485 [19:48:37.467] getCompletionsAtPosition: isCompletionListBlocker: 0.002921000006608665 +Info 6486 [19:48:37.468] getCompletionData: Semantic work: 1.005782000022009 +Info 6487 [19:48:37.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.35240400000475347 +Info 6488 [19:48:37.469] Format host information updated +Info 6489 [19:48:37.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6490 [19:48:37.574] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 24.63890000001993ms +Info 6491 [19:48:37.574] Different program with same set of files +Info 6492 [19:48:37.575] getCompletionData: Get current token: 0.01669299998320639 +Info 6493 [19:48:37.575] getCompletionData: Is inside comment: 0.004339999984949827 +Info 6494 [19:48:37.575] getCompletionData: Get previous token: 0.07736999995540828 +Info 6495 [19:48:37.575] getCompletionsAtPosition: isCompletionListBlocker: 0.007014999981038272 +Info 6496 [19:48:37.577] getCompletionData: Semantic work: 2.3528740000911057 +Info 6497 [19:48:37.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5900710000423715 +Info 6498 [19:48:37.579] Format host information updated +Info 6499 [19:48:37.618] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6500 [19:48:37.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 10.370966000016779ms +Info 6501 [19:48:37.629] Different program with same set of files +Info 6502 [19:48:37.629] getCompletionData: Get current token: 0.005532999988645315 +Info 6503 [19:48:37.629] getCompletionData: Is inside comment: 0.0013849999522790313 +Info 6504 [19:48:37.629] getCompletionData: Get previous token: 0.02655299997422844 +Info 6505 [19:48:37.629] getCompletionsAtPosition: isCompletionListBlocker: 0.0025600000517442822 +Info 6506 [19:48:37.630] getCompletionData: Semantic work: 0.9406219999073073 +Info 6507 [19:48:37.630] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.26576599990949035 +Info 6508 [19:48:37.630] Format host information updated +Info 6509 [19:48:37.890] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6510 [19:48:37.897] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 6.893752999952994ms +Info 6511 [19:48:37.897] Different program with same set of files +Info 6512 [19:48:37.898] getCompletionData: Get current token: 0.006019000080414116 +Info 6513 [19:48:37.898] getCompletionData: Is inside comment: 0.0015070000663399696 +Info 6514 [19:48:37.898] getCompletionData: Get previous token: 0.02693699998781085 +Info 6515 [19:48:37.898] getCompletionsAtPosition: isCompletionListBlocker: 0.002896999940276146 +Info 6516 [19:48:37.898] getCompletionData: Semantic work: 0.8624159999890253 +Info 6517 [19:48:37.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2776140000205487 +Info 6518 [19:48:37.902] Format host information updated +Info 6519 [19:48:38.023] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6520 [19:48:38.030] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 6.901134000043385ms +Info 6521 [19:48:38.030] Different program with same set of files +Info 6522 [19:48:38.030] getCompletionData: Get current token: 0.006051000091247261 +Info 6523 [19:48:38.030] getCompletionData: Is inside comment: 0.001572999986819923 +Info 6524 [19:48:38.030] getCompletionData: Get previous token: 0.029888999997638166 +Info 6525 [19:48:38.030] getCompletionsAtPosition: isCompletionListBlocker: 0.0029570000478997827 +Info 6526 [19:48:38.031] getCompletionData: Semantic work: 0.8910570000298321 +Info 6527 [19:48:38.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.29420400003436953 +Info 6528 [19:48:38.032] Format host information updated +Info 6529 [19:48:38.088] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6530 [19:48:38.101] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 13.05727799993474ms +Info 6531 [19:48:38.101] Different program with same set of files +Info 6532 [19:48:38.101] getCompletionData: Get current token: 0.01172099995892495 +Info 6533 [19:48:38.101] getCompletionData: Is inside comment: 0.0034410000080242753 +Info 6534 [19:48:38.101] getCompletionData: Get previous token: 0.05976600002031773 +Info 6535 [19:48:38.101] getCompletionsAtPosition: isCompletionListBlocker: 0.00471000000834465 +Info 6536 [19:48:38.103] getCompletionData: Semantic work: 1.591948000015691 +Info 6537 [19:48:38.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5511249999981374 +Info 6538 [19:48:38.104] Format host information updated +Info 6539 [19:48:38.686] Format host information updated +Info 6540 [19:48:38.687] Format host information updated +Info 6541 [19:48:38.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6542 [19:48:38.699] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 12.353380999993533ms +Info 6543 [19:48:38.699] Different program with same set of files +Info 6544 [19:48:38.699] getCompletionData: Get current token: 0.008098000078462064 +Info 6545 [19:48:38.699] getCompletionData: Is inside comment: 0.002241999958641827 +Info 6546 [19:48:38.699] getCompletionData: Get previous token: 0.037745000096037984 +Info 6547 [19:48:38.700] getCompletionsAtPosition: isCompletionListBlocker: 0.010845000040717423 +Info 6548 [19:48:38.700] getExportInfoMap: cache hit +Info 6549 [19:48:38.714] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6550 [19:48:38.714] collectAutoImports: response is complete +Info 6551 [19:48:38.714] collectAutoImports: 13.607206999906339 +Info 6552 [19:48:38.714] getCompletionData: Semantic work: 14.403347000014037 +Info 6553 [19:48:38.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.319514999981038 +Info 6554 [19:48:38.729] getCompletionData: Get current token: 0.0124839999480173 +Info 6555 [19:48:38.729] getCompletionData: Is inside comment: 0.003980000037699938 +Info 6556 [19:48:38.730] getCompletionData: Get previous token: 0.024785999907180667 +Info 6557 [19:48:38.730] getCompletionsAtPosition: isCompletionListBlocker: 0.0027410000329837203 +Info 6558 [19:48:38.730] getCompletionData: Semantic work: 0.7528059999458492 +Info 6559 [19:48:38.733] getCompletionData: Get current token: 0.01015800004824996 +Info 6560 [19:48:38.733] getCompletionData: Is inside comment: 0.002081999904476106 +Info 6561 [19:48:38.733] getCompletionData: Get previous token: 0.024833999923430383 +Info 6562 [19:48:38.733] getCompletionsAtPosition: isCompletionListBlocker: 0.0021639999467879534 +Info 6563 [19:48:38.733] getCompletionData: Semantic work: 0.12225799995940179 +Info 6564 [19:48:38.734] Format host information updated +Info 6565 [19:48:38.955] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6566 [19:48:38.970] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 15.378626000019722ms +Info 6567 [19:48:38.970] Different program with same set of files +Info 6568 [19:48:38.971] getCompletionData: Get current token: 0.011642999947071075 +Info 6569 [19:48:38.971] getCompletionData: Is inside comment: 0.002974000060930848 +Info 6570 [19:48:38.971] getCompletionData: Get previous token: 0.04345799994189292 +Info 6571 [19:48:38.971] getCompletionsAtPosition: isCompletionListBlocker: 0.08263399999123067 +Info 6572 [19:48:38.972] getExportInfoMap: cache hit +Info 6573 [19:48:38.989] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6574 [19:48:38.989] collectAutoImports: response is complete +Info 6575 [19:48:38.989] collectAutoImports: 16.75014400004875 +Info 6576 [19:48:38.989] getCompletionData: Semantic work: 18.087803000002168 +Info 6577 [19:48:39.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.637559000053443 +Info 6578 [19:48:39.012] Format host information updated +Info 6579 [19:48:39.118] Format host information updated +Info 6580 [19:48:39.118] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6581 [19:48:39.125] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 7.412159000057727ms +Info 6582 [19:48:39.125] Different program with same set of files +Info 6583 [19:48:39.566] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6584 [19:48:39.574] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 8.125364999985322ms +Info 6585 [19:48:39.574] Different program with same set of files +Info 6586 [19:48:39.577] Format host information updated +Info 6587 [19:48:39.692] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6588 [19:48:39.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 9.826563999988139ms +Info 6589 [19:48:39.701] Different program with same set of files +Info 6590 [19:48:39.702] getCompletionData: Get current token: 0.0053530000150203705 +Info 6591 [19:48:39.702] getCompletionData: Is inside comment: 0.0014230000087991357 +Info 6592 [19:48:39.702] getCompletionData: Get previous token: 0.02212199999485165 +Info 6593 [19:48:39.702] getCompletionsAtPosition: isCompletionListBlocker: 0.009559999918565154 +Info 6594 [19:48:39.702] getExportInfoMap: cache hit +Info 6595 [19:48:39.712] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6596 [19:48:39.712] collectAutoImports: response is complete +Info 6597 [19:48:39.712] collectAutoImports: 9.76146399998106 +Info 6598 [19:48:39.712] getCompletionData: Semantic work: 10.407331999973394 +Info 6599 [19:48:39.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.205288999946788 +Info 6600 [19:48:39.735] Format host information updated +Info 6601 [19:48:40.156] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6602 [19:48:40.184] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 28.0433099999791ms +Info 6603 [19:48:40.184] Different program with same set of files +Info 6604 [19:48:40.197] Format host information updated +Info 6605 [19:48:40.218] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6606 [19:48:40.226] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 7.613393999985419ms +Info 6607 [19:48:40.226] Different program with same set of files +Info 6608 [19:48:40.229] Format host information updated +Info 6609 [19:48:40.401] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6610 [19:48:40.407] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 6.424029999994673ms +Info 6611 [19:48:40.407] Different program with same set of files +Info 6612 [19:48:40.410] Format host information updated +Info 6613 [19:48:40.514] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6614 [19:48:40.541] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 26.80015500006266ms +Info 6615 [19:48:40.541] Different program with same set of files +Info 6616 [19:48:40.551] Format host information updated +Info 6617 [19:48:44.801] Format host information updated +Info 6618 [19:48:44.801] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6619 [19:48:44.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 6.553169999970123ms +Info 6620 [19:48:44.808] Different program with same set of files +Info 6621 [19:48:45.134] Format host information updated +Info 6622 [19:48:45.134] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6623 [19:48:45.141] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 7.0081609999760985ms +Info 6624 [19:48:45.141] Different program with same set of files +Info 6625 [19:48:45.476] Format host information updated +Info 6626 [19:48:45.477] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6627 [19:48:45.483] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 6.550840999931097ms +Info 6628 [19:48:45.483] Different program with same set of files +Info 6629 [19:48:45.681] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6630 [19:48:45.693] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 11.752147999941371ms +Info 6631 [19:48:45.693] Different program with same set of files +Info 6632 [19:48:45.693] getCompletionData: Get current token: 0.006700999918393791 +Info 6633 [19:48:45.693] getCompletionData: Is inside comment: 0.015565000008791685 +Info 6634 [19:48:45.693] getCompletionData: Get previous token: 0.030079000047408044 +Info 6635 [19:48:45.693] getCompletionsAtPosition: isCompletionListBlocker: 0.012347000068984926 +Info 6636 [19:48:45.694] getExportInfoMap: cache hit +Info 6637 [19:48:45.698] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 6638 [19:48:45.698] collectAutoImports: response is complete +Info 6639 [19:48:45.698] collectAutoImports: 3.923514000023715 +Info 6640 [19:48:45.698] getCompletionData: Semantic work: 4.907196999993175 +Info 6641 [19:48:45.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4075319999828935 +Info 6642 [19:48:45.702] Format host information updated +Info 6643 [19:48:45.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6644 [19:48:45.749] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 6.970616000005975ms +Info 6645 [19:48:45.749] Different program with same set of files +Info 6646 [19:48:45.749] getCompletionData: Get current token: 0.0052819999400526285 +Info 6647 [19:48:45.749] getCompletionData: Is inside comment: 0.011268000002019107 +Info 6648 [19:48:45.749] getCompletionData: Get previous token: 0.02132599998731166 +Info 6649 [19:48:45.749] getCompletionsAtPosition: isCompletionListBlocker: 0.010070000076666474 +Info 6650 [19:48:45.750] getExportInfoMap: cache hit +Info 6651 [19:48:45.753] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 6652 [19:48:45.753] collectAutoImports: response is complete +Info 6653 [19:48:45.753] collectAutoImports: 2.3186960000311956 +Info 6654 [19:48:45.753] getCompletionData: Semantic work: 3.137605999945663 +Info 6655 [19:48:45.754] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4147859999211505 +Info 6656 [19:48:45.755] Format host information updated +Info 6657 [19:48:45.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6658 [19:48:45.829] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 9.292652999982238ms +Info 6659 [19:48:45.829] Different program with same set of files +Info 6660 [19:48:45.829] getCompletionData: Get current token: 0.007738000014796853 +Info 6661 [19:48:45.829] getCompletionData: Is inside comment: 0.017420999938622117 +Info 6662 [19:48:45.829] getCompletionData: Get previous token: 0.04396699997596443 +Info 6663 [19:48:45.830] getCompletionsAtPosition: isCompletionListBlocker: 0.01074900000821799 +Info 6664 [19:48:45.830] getExportInfoMap: cache hit +Info 6665 [19:48:45.833] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 6666 [19:48:45.833] collectAutoImports: response is complete +Info 6667 [19:48:45.833] collectAutoImports: 2.807407999993302 +Info 6668 [19:48:45.833] getCompletionData: Semantic work: 3.7731999999377877 +Info 6669 [19:48:45.835] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7341539999470115 +Info 6670 [19:48:45.836] Format host information updated +Info 6671 [19:48:45.945] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6672 [19:48:45.970] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 24.825928999925964ms +Info 6673 [19:48:45.970] Different program with same set of files +Info 6674 [19:48:45.971] getCompletionData: Get current token: 0.01643700001295656 +Info 6675 [19:48:45.971] getCompletionData: Is inside comment: 0.03817600000184029 +Info 6676 [19:48:45.971] getCompletionData: Get previous token: 0.06989700009580702 +Info 6677 [19:48:45.971] getCompletionsAtPosition: isCompletionListBlocker: 0.02673700009472668 +Info 6678 [19:48:45.973] getExportInfoMap: cache hit +Info 6679 [19:48:45.977] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 6680 [19:48:45.977] collectAutoImports: response is complete +Info 6681 [19:48:45.977] collectAutoImports: 4.252515999949537 +Info 6682 [19:48:45.977] getCompletionData: Semantic work: 6.061722999904305 +Info 6683 [19:48:45.980] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5341260000132024 +Info 6684 [19:48:45.981] Format host information updated +Info 6685 [19:48:46.011] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6686 [19:48:46.017] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 6.244244999950752ms +Info 6687 [19:48:46.017] Different program with same set of files +Info 6688 [19:48:46.018] getCompletionData: Get current token: 0.004797999979928136 +Info 6689 [19:48:46.018] getCompletionData: Is inside comment: 0.010448000044561923 +Info 6690 [19:48:46.018] getCompletionData: Get previous token: 0.01942499994765967 +Info 6691 [19:48:46.018] getCompletionsAtPosition: isCompletionListBlocker: 0.00737400003708899 +Info 6692 [19:48:46.018] getExportInfoMap: cache hit +Info 6693 [19:48:46.020] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 6694 [19:48:46.020] collectAutoImports: response is complete +Info 6695 [19:48:46.020] collectAutoImports: 1.8363280000630766 +Info 6696 [19:48:46.020] getCompletionData: Semantic work: 2.4904020000249147 +Info 6697 [19:48:46.021] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0689019999699667 +Info 6698 [19:48:46.022] Format host information updated +Info 6699 [19:48:46.117] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6700 [19:48:46.143] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 26.24783100001514ms +Info 6701 [19:48:46.143] Different program with same set of files +Info 6702 [19:48:46.144] getCompletionData: Get current token: 0.02381199994124472 +Info 6703 [19:48:46.144] getCompletionData: Is inside comment: 0.04460799996741116 +Info 6704 [19:48:46.144] getCompletionData: Get previous token: 0.09212799998931587 +Info 6705 [19:48:46.144] getCompletionsAtPosition: isCompletionListBlocker: 0.021580000058747828 +Info 6706 [19:48:46.146] getExportInfoMap: cache hit +Info 6707 [19:48:46.151] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 6708 [19:48:46.151] collectAutoImports: response is complete +Info 6709 [19:48:46.151] collectAutoImports: 4.540586000075564 +Info 6710 [19:48:46.151] getCompletionData: Semantic work: 6.894474999979138 +Info 6711 [19:48:46.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4993230000836775 +Info 6712 [19:48:46.155] Format host information updated +Info 6713 [19:48:46.378] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6714 [19:48:46.385] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 7.020916000008583ms +Info 6715 [19:48:46.385] Different program with same set of files +Info 6716 [19:48:46.385] getCompletionData: Get current token: 0.0056310000363737345 +Info 6717 [19:48:46.385] getCompletionData: Is inside comment: 0.012329000048339367 +Info 6718 [19:48:46.385] getCompletionData: Get previous token: 0.022920000017620623 +Info 6719 [19:48:46.385] getCompletionsAtPosition: isCompletionListBlocker: 0.009095999994315207 +Info 6720 [19:48:46.386] getExportInfoMap: cache hit +Info 6721 [19:48:46.388] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 6722 [19:48:46.388] collectAutoImports: response is complete +Info 6723 [19:48:46.388] collectAutoImports: 1.6438779999734834 +Info 6724 [19:48:46.388] getCompletionData: Semantic work: 2.426949999993667 +Info 6725 [19:48:46.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2643559999996796 +Info 6726 [19:48:46.390] Format host information updated +Info 6727 [19:48:46.514] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6728 [19:48:46.521] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 6.610789999947883ms +Info 6729 [19:48:46.521] Different program with same set of files +Info 6730 [19:48:46.521] getCompletionData: Get current token: 0.005236999946646392 +Info 6731 [19:48:46.521] getCompletionData: Is inside comment: 0.011686000041663647 +Info 6732 [19:48:46.521] getCompletionData: Get previous token: 0.021628999966196716 +Info 6733 [19:48:46.521] getCompletionsAtPosition: isCompletionListBlocker: 0.008772999979555607 +Info 6734 [19:48:46.522] getExportInfoMap: cache hit +Info 6735 [19:48:46.523] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6736 [19:48:46.523] collectAutoImports: response is complete +Info 6737 [19:48:46.523] collectAutoImports: 1.5004989999579266 +Info 6738 [19:48:46.523] getCompletionData: Semantic work: 2.2002570000477135 +Info 6739 [19:48:46.524] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2455529998987913 +Info 6740 [19:48:46.525] Format host information updated +Info 6741 [19:48:46.597] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6742 [19:48:46.612] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 15.478820000076666ms +Info 6743 [19:48:46.612] Different program with same set of files +Info 6744 [19:48:46.613] getCompletionData: Get current token: 0.014160000020638108 +Info 6745 [19:48:46.613] getCompletionData: Is inside comment: 0.033610999933443964 +Info 6746 [19:48:46.613] getCompletionData: Get previous token: 0.02547500003129244 +Info 6747 [19:48:46.613] getCompletionsAtPosition: isCompletionListBlocker: 0.005727000068873167 +Info 6748 [19:48:46.631] getCompletionData: Semantic work: 17.596315999981016 +Info 6749 [19:48:46.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.029351000091992 +Info 6750 [19:48:46.636] Format host information updated +Info 6751 [19:49:01.688] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6752 [19:49:01.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 18.54094299999997ms +Info 6753 [19:49:01.706] Different program with same set of files +Info 6754 [19:49:01.707] getCompletionData: Get current token: 0.004438999923877418 +Info 6755 [19:49:01.707] getCompletionData: Is inside comment: 0.011528000002726912 +Info 6756 [19:49:01.707] getCompletionData: Get previous token: 0.018242000020109117 +Info 6757 [19:49:01.707] getCompletionsAtPosition: isCompletionListBlocker: 0.0027280000504106283 +Info 6758 [19:49:01.721] getCompletionData: Semantic work: 13.901763000059873 +Info 6759 [19:49:01.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.808478999999352 +Info 6760 [19:49:01.724] Format host information updated +Info 6761 [19:49:01.747] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6762 [19:49:01.759] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 11.867475000093691ms +Info 6763 [19:49:01.759] Different program with same set of files +Info 6764 [19:49:01.760] getCompletionData: Get current token: 0.00444200006313622 +Info 6765 [19:49:01.760] getCompletionData: Is inside comment: 0.011806999915279448 +Info 6766 [19:49:01.760] getCompletionData: Get previous token: 0.0181669999146834 +Info 6767 [19:49:01.760] getCompletionsAtPosition: isCompletionListBlocker: 0.0023889999138191342 +Info 6768 [19:49:01.772] getCompletionData: Semantic work: 12.624806999927387 +Info 6769 [19:49:01.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9634349999250844 +Info 6770 [19:49:01.776] Format host information updated +Info 6771 [19:49:01.824] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6772 [19:49:01.835] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 10.603797000017948ms +Info 6773 [19:49:01.835] Different program with same set of files +Info 6774 [19:49:01.835] getCompletionData: Get current token: 0.005665999953635037 +Info 6775 [19:49:01.835] getCompletionData: Is inside comment: 0.015285999979823828 +Info 6776 [19:49:01.835] getCompletionData: Get previous token: 0.02366000006441027 +Info 6777 [19:49:01.835] getCompletionsAtPosition: isCompletionListBlocker: 0.002814000006765127 +Info 6778 [19:49:01.847] getCompletionData: Semantic work: 12.332248999970034 +Info 6779 [19:49:01.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9162759999744594 +Info 6780 [19:49:01.851] Format host information updated +Info 6781 [19:49:02.039] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6782 [19:49:02.049] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 10.515982000040822ms +Info 6783 [19:49:02.049] Different program with same set of files +Info 6784 [19:49:02.050] getCompletionData: Get current token: 0.005428999895229936 +Info 6785 [19:49:02.050] getCompletionData: Is inside comment: 0.012777000083588064 +Info 6786 [19:49:02.050] getCompletionData: Get previous token: 0.020810000016354024 +Info 6787 [19:49:02.050] getCompletionsAtPosition: isCompletionListBlocker: 0.0021229999838396907 +Info 6788 [19:49:02.062] getCompletionData: Semantic work: 12.522130000055768 +Info 6789 [19:49:02.065] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4694770000642166 +Info 6790 [19:49:02.066] Format host information updated +Info 6791 [19:49:02.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6792 [19:49:02.120] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 14.90988000005018ms +Info 6793 [19:49:02.120] Different program with same set of files +Info 6794 [19:49:02.120] getCompletionData: Get current token: 0.005012999987229705 +Info 6795 [19:49:02.120] getCompletionData: Is inside comment: 0.014601000002585351 +Info 6796 [19:49:02.120] getCompletionData: Get previous token: 0.022501999977976084 +Info 6797 [19:49:02.120] getCompletionsAtPosition: isCompletionListBlocker: 0.0023090000031515956 +Info 6798 [19:49:02.135] getCompletionData: Semantic work: 14.08958199992776 +Info 6799 [19:49:02.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4709100000327453 +Info 6800 [19:49:02.143] Format host information updated +Info 6801 [19:49:02.277] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6802 [19:49:02.305] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 27.65712500002701ms +Info 6803 [19:49:02.305] Different program with same set of files +Info 6804 [19:49:02.305] getCompletionData: Get current token: 0.012829000013880432 +Info 6805 [19:49:02.305] getCompletionData: Is inside comment: 0.029121999978087842 +Info 6806 [19:49:02.305] getCompletionData: Get previous token: 0.02408200001809746 +Info 6807 [19:49:02.305] getCompletionsAtPosition: isCompletionListBlocker: 0.005764000001363456 +Info 6808 [19:49:02.307] getExportInfoMap: cache hit +Info 6809 [19:49:02.331] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6810 [19:49:02.331] collectAutoImports: response is complete +Info 6811 [19:49:02.331] collectAutoImports: 23.874562000040896 +Info 6812 [19:49:02.331] getCompletionData: Semantic work: 25.568056999938563 +Info 6813 [19:49:02.351] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.760603999951854 +Info 6814 [19:49:02.359] Format host information updated +Info 6815 [19:49:02.373] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6816 [19:49:02.382] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 9.447601999971084ms +Info 6817 [19:49:02.382] Different program with same set of files +Info 6818 [19:49:02.383] getCompletionData: Get current token: 0.004826000076718628 +Info 6819 [19:49:02.383] getCompletionData: Is inside comment: 0.011765999952331185 +Info 6820 [19:49:02.383] getCompletionData: Get previous token: 0.00813700002618134 +Info 6821 [19:49:02.383] getCompletionsAtPosition: isCompletionListBlocker: 0.007731000077910721 +Info 6822 [19:49:02.383] getExportInfoMap: cache hit +Info 6823 [19:49:02.401] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6824 [19:49:02.401] collectAutoImports: response is complete +Info 6825 [19:49:02.401] collectAutoImports: 17.132918999996036 +Info 6826 [19:49:02.401] getCompletionData: Semantic work: 17.99654099997133 +Info 6827 [19:49:02.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.113927999977022 +Info 6828 [19:49:02.416] Format host information updated +Info 6829 [19:49:02.594] getCompletionData: Get current token: 0.023905999958515167 +Info 6830 [19:49:02.595] getCompletionData: Is inside comment: 0.006922000087797642 +Info 6831 [19:49:02.595] getCompletionData: Get previous token: 0.06013500003609806 +Info 6832 [19:49:02.595] getCompletionsAtPosition: isCompletionListBlocker: 0.009787000017240644 +Info 6833 [19:49:02.597] getExportInfoMap: cache hit +Info 6834 [19:49:02.631] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6835 [19:49:02.631] collectAutoImports: response is complete +Info 6836 [19:49:02.631] collectAutoImports: 34.34797400003299 +Info 6837 [19:49:02.631] getCompletionData: Semantic work: 36.71519499993883 +Info 6838 [19:49:02.643] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.39656499994453 +Info 6839 [19:49:02.827] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6840 [19:49:02.835] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 7.548494999995455ms +Info 6841 [19:49:02.835] Different program with same set of files +Info 6842 [19:49:02.835] getCompletionData: Get current token: 0.005310000036843121 +Info 6843 [19:49:02.835] getCompletionData: Is inside comment: 0.0016370000084862113 +Info 6844 [19:49:02.835] getCompletionData: Get previous token: 0.023105000029318035 +Info 6845 [19:49:02.835] getCompletionsAtPosition: isCompletionListBlocker: 0.0026150000048801303 +Info 6846 [19:49:02.836] getExportInfoMap: cache hit +Info 6847 [19:49:02.849] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6848 [19:49:02.849] collectAutoImports: response is complete +Info 6849 [19:49:02.849] collectAutoImports: 13.40509299992118 +Info 6850 [19:49:02.849] getCompletionData: Semantic work: 14.03652800002601 +Info 6851 [19:49:02.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.253285999991931 +Info 6852 [19:49:02.874] Format host information updated +Info 6853 [19:49:02.981] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6854 [19:49:02.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 7.125227999989875ms +Info 6855 [19:49:02.988] Different program with same set of files +Info 6856 [19:49:03.005] getCompletionData: Get current token: 0.04466699995100498 +Info 6857 [19:49:03.005] getCompletionData: Is inside comment: 0.006553000072017312 +Info 6858 [19:49:03.006] getCompletionData: Get previous token: 0.04293100000359118 +Info 6859 [19:49:03.006] getCompletionsAtPosition: isCompletionListBlocker: 0.0016289999475702643 +Info 6860 [19:49:03.006] Returning an empty list because completion was requested in an invalid position. +Info 6861 [19:49:03.006] Format host information updated +Info 6862 [19:49:03.260] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6863 [19:49:03.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 9.784652000060305ms +Info 6864 [19:49:03.270] Different program with same set of files +Info 6865 [19:49:03.270] getCompletionData: Get current token: 0.006136000039987266 +Info 6866 [19:49:03.270] getCompletionData: Is inside comment: 0.0015899999998509884 +Info 6867 [19:49:03.270] getCompletionData: Get previous token: 0.02566099993418902 +Info 6868 [19:49:03.270] getCompletionsAtPosition: isCompletionListBlocker: 0.003425000002607703 +Info 6869 [19:49:03.271] getExportInfoMap: cache hit +Info 6870 [19:49:03.287] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6871 [19:49:03.287] collectAutoImports: response is complete +Info 6872 [19:49:03.287] collectAutoImports: 15.586620999965817 +Info 6873 [19:49:03.287] getCompletionData: Semantic work: 16.381223000003956 +Info 6874 [19:49:03.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.403043999918737 +Info 6875 [19:49:03.312] Format host information updated +Info 6876 [19:49:03.352] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6877 [19:49:03.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 8.268048000056297ms +Info 6878 [19:49:03.360] Different program with same set of files +Info 6879 [19:49:03.360] getCompletionData: Get current token: 0.00463600002694875 +Info 6880 [19:49:03.360] getCompletionData: Is inside comment: 0.0014260000316426158 +Info 6881 [19:49:03.360] getCompletionData: Get previous token: 0.017817000043578446 +Info 6882 [19:49:03.360] getCompletionsAtPosition: isCompletionListBlocker: 0.0029330000979825854 +Info 6883 [19:49:03.361] getExportInfoMap: cache hit +Info 6884 [19:49:03.374] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6885 [19:49:03.374] collectAutoImports: response is complete +Info 6886 [19:49:03.374] collectAutoImports: 12.957083999994211 +Info 6887 [19:49:03.374] getCompletionData: Semantic work: 13.599705999949947 +Info 6888 [19:49:03.388] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.131004999973811 +Info 6889 [19:49:03.393] Format host information updated +Info 6890 [19:49:03.583] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6891 [19:49:03.590] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 7.200304000056349ms +Info 6892 [19:49:03.591] Different program with same set of files +Info 6893 [19:49:03.600] getCompletionData: Get current token: 0.03491600009147078 +Info 6894 [19:49:03.600] getCompletionData: Is inside comment: 0.007409999961964786 +Info 6895 [19:49:03.600] getCompletionData: Get previous token: 0.0422470000339672 +Info 6896 [19:49:03.600] getCompletionsAtPosition: isCompletionListBlocker: 0.0019320000428706408 +Info 6897 [19:49:03.600] Returning an empty list because completion was requested in an invalid position. +Info 6898 [19:49:03.600] Format host information updated +Info 6899 [19:49:03.726] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6900 [19:49:03.739] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 12.697196000022814ms +Info 6901 [19:49:03.739] Different program with same set of files +Info 6902 [19:49:03.739] getCompletionData: Get current token: 0.006322000059299171 +Info 6903 [19:49:03.739] getCompletionData: Is inside comment: 0.001478999969549477 +Info 6904 [19:49:03.739] getCompletionData: Get previous token: 0.021374000003561378 +Info 6905 [19:49:03.739] getCompletionsAtPosition: isCompletionListBlocker: 0.00915200007148087 +Info 6906 [19:49:03.740] getExportInfoMap: cache hit +Info 6907 [19:49:03.753] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6908 [19:49:03.753] collectAutoImports: response is complete +Info 6909 [19:49:03.753] collectAutoImports: 12.690339999971911 +Info 6910 [19:49:03.753] getCompletionData: Semantic work: 13.364647000096738 +Info 6911 [19:49:03.769] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.46301800000947 +Info 6912 [19:49:03.774] Format host information updated +Info 6913 [19:49:03.992] getCompletionData: Get current token: 0.02231300005223602 +Info 6914 [19:49:03.992] getCompletionData: Is inside comment: 0.0052689999574795365 +Info 6915 [19:49:03.992] getCompletionData: Get previous token: 0.0463769999332726 +Info 6916 [19:49:03.992] getCompletionsAtPosition: isCompletionListBlocker: 0.0020550000481307507 +Info 6917 [19:49:03.992] Returning an empty list because completion was requested in an invalid position. +Info 6918 [19:49:04.311] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6919 [19:49:04.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 663 structureChanged: false structureIsReused:: Completely Elapsed: 18.35860999999568ms +Info 6920 [19:49:04.330] Different program with same set of files +Info 6921 [19:49:04.345] getCompletionData: Get current token: 0.03152600000612438 +Info 6922 [19:49:04.345] getCompletionData: Is inside comment: 0.006067999987863004 +Info 6923 [19:49:04.345] getCompletionData: Get previous token: 0.03552600007969886 +Info 6924 [19:49:04.345] getCompletionsAtPosition: isCompletionListBlocker: 0.0016580000519752502 +Info 6925 [19:49:04.345] Returning an empty list because completion was requested in an invalid position. +Info 6926 [19:49:04.345] Format host information updated +Info 6927 [19:49:04.698] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6928 [19:49:04.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 7.856340999947861ms +Info 6929 [19:49:04.706] Different program with same set of files +Info 6930 [19:49:04.715] getCompletionData: Get current token: 0.024182000081054866 +Info 6931 [19:49:04.715] getCompletionData: Is inside comment: 0.006101000006310642 +Info 6932 [19:49:04.715] getCompletionData: Get previous token: 0.03553900006227195 +Info 6933 [19:49:04.715] getCompletionsAtPosition: isCompletionListBlocker: 0.0016670000040903687 +Info 6934 [19:49:04.715] Returning an empty list because completion was requested in an invalid position. +Info 6935 [19:49:04.718] Format host information updated +Info 6936 [19:49:05.187] getCompletionData: Get current token: 0.004901999956928194 +Info 6937 [19:49:05.187] getCompletionData: Is inside comment: 0.01039199996739626 +Info 6938 [19:49:05.187] getCompletionData: Get previous token: 0.00800499995239079 +Info 6939 [19:49:05.187] getCompletionsAtPosition: isCompletionListBlocker: 0.022400999907404184 +Info 6940 [19:49:05.188] getExportInfoMap: cache hit +Info 6941 [19:49:05.197] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 6942 [19:49:05.197] collectAutoImports: response is complete +Info 6943 [19:49:05.197] collectAutoImports: 8.989169999957085 +Info 6944 [19:49:05.197] getCompletionData: Semantic work: 9.81113699998241 +Info 6945 [19:49:05.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.36371299996972 +Info 6946 [19:49:05.337] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6947 [19:49:05.345] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 8.208777999971062ms +Info 6948 [19:49:05.345] Different program with same set of files +Info 6949 [19:49:05.346] getCompletionData: Get current token: 0.004807000048458576 +Info 6950 [19:49:05.346] getCompletionData: Is inside comment: 0.011001999955624342 +Info 6951 [19:49:05.346] getCompletionData: Get previous token: 0.0084660000866279 +Info 6952 [19:49:05.346] getCompletionsAtPosition: isCompletionListBlocker: 0.002788000041618943 +Info 6953 [19:49:05.354] getCompletionData: Semantic work: 8.667654999997467 +Info 6954 [19:49:05.355] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5039360000519082 +Info 6955 [19:49:05.356] Format host information updated +Info 6956 [19:49:05.644] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6957 [19:49:05.653] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 9.39209199999459ms +Info 6958 [19:49:05.653] Different program with same set of files +Info 6959 [19:49:05.654] getCompletionData: Get current token: 0.005857000011019409 +Info 6960 [19:49:05.654] getCompletionData: Is inside comment: 0.012003000010736287 +Info 6961 [19:49:05.654] getCompletionData: Get previous token: 0.018152999924495816 +Info 6962 [19:49:05.654] getCompletionsAtPosition: isCompletionListBlocker: 0.0027939999708905816 +Info 6963 [19:49:05.663] getCompletionData: Semantic work: 9.27840599999763 +Info 6964 [19:49:05.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9157780000241473 +Info 6965 [19:49:05.665] Format host information updated +Info 6966 [19:49:05.775] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6967 [19:49:05.782] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 6.886149000027217ms +Info 6968 [19:49:05.782] Different program with same set of files +Info 6969 [19:49:05.782] getCompletionData: Get current token: 0.004333999939262867 +Info 6970 [19:49:05.782] getCompletionData: Is inside comment: 0.010370000032708049 +Info 6971 [19:49:05.782] getCompletionData: Get previous token: 0.015245000016875565 +Info 6972 [19:49:05.782] getCompletionsAtPosition: isCompletionListBlocker: 0.0023400000063702464 +Info 6973 [19:49:05.791] getCompletionData: Semantic work: 8.241861999966204 +Info 6974 [19:49:05.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7356500000460073 +Info 6975 [19:49:05.792] Format host information updated +Info 6976 [19:49:05.843] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6977 [19:49:05.856] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 13.111414000042714ms +Info 6978 [19:49:05.856] Different program with same set of files +Info 6979 [19:49:05.856] getCompletionData: Get current token: 0.008095000055618584 +Info 6980 [19:49:05.856] getCompletionData: Is inside comment: 0.017681999946944416 +Info 6981 [19:49:05.856] getCompletionData: Get previous token: 0.02559299999848008 +Info 6982 [19:49:05.856] getCompletionsAtPosition: isCompletionListBlocker: 0.003105000010691583 +Info 6983 [19:49:05.869] getCompletionData: Semantic work: 12.808695000014268 +Info 6984 [19:49:05.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0983430000487715 +Info 6985 [19:49:05.871] Format host information updated +Info 6986 [19:49:05.905] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6987 [19:49:05.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 9.716564000002109ms +Info 6988 [19:49:05.915] Different program with same set of files +Info 6989 [19:49:05.915] getCompletionData: Get current token: 0.004474999965168536 +Info 6990 [19:49:05.915] getCompletionData: Is inside comment: 0.010512999957427382 +Info 6991 [19:49:05.915] getCompletionData: Get previous token: 0.01510199997574091 +Info 6992 [19:49:05.915] getCompletionsAtPosition: isCompletionListBlocker: 0.00298700004350394 +Info 6993 [19:49:05.923] getCompletionData: Semantic work: 7.935969999991357 +Info 6994 [19:49:05.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7273430000059307 +Info 6995 [19:49:05.924] Format host information updated +Info 6996 [19:49:06.036] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6997 [19:49:06.064] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 28.377116999938153ms +Info 6998 [19:49:06.064] Different program with same set of files +Info 6999 [19:49:06.065] getCompletionData: Get current token: 0.012236000038683414 +Info 7000 [19:49:06.065] getCompletionData: Is inside comment: 0.027943999972194433 +Info 7001 [19:49:06.065] getCompletionData: Get previous token: 0.040191999985836446 +Info 7002 [19:49:06.065] getCompletionsAtPosition: isCompletionListBlocker: 0.005248999921604991 +Info 7003 [19:49:06.084] getCompletionData: Semantic work: 19.32173900003545 +Info 7004 [19:49:06.086] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0922370000043884 +Info 7005 [19:49:06.086] Format host information updated +Info 7006 [19:49:06.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7007 [19:49:06.121] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 7.026670000050217ms +Info 7008 [19:49:06.121] Different program with same set of files +Info 7009 [19:49:06.121] getCompletionData: Get current token: 0.004744999925605953 +Info 7010 [19:49:06.121] getCompletionData: Is inside comment: 0.011372999986633658 +Info 7011 [19:49:06.121] getCompletionData: Get previous token: 0.008812000043690205 +Info 7012 [19:49:06.122] getCompletionsAtPosition: isCompletionListBlocker: 0.003468999988399446 +Info 7013 [19:49:06.122] getExportInfoMap: cache hit +Info 7014 [19:49:06.135] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7015 [19:49:06.135] collectAutoImports: response is complete +Info 7016 [19:49:06.135] collectAutoImports: 13.002102000056766 +Info 7017 [19:49:06.135] getCompletionData: Semantic work: 13.622575999936089 +Info 7018 [19:49:06.150] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.816852999967523 +Info 7019 [19:49:06.157] Format host information updated +Info 7020 [19:49:06.176] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7021 [19:49:06.182] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 6.780163999996148ms +Info 7022 [19:49:06.182] Different program with same set of files +Info 7023 [19:49:06.183] getCompletionData: Get current token: 0.005000000004656613 +Info 7024 [19:49:06.183] getCompletionData: Is inside comment: 0.01133999996818602 +Info 7025 [19:49:06.183] getCompletionData: Get previous token: 0.008641000022180378 +Info 7026 [19:49:06.183] getCompletionsAtPosition: isCompletionListBlocker: 0.007509000017307699 +Info 7027 [19:49:06.183] getExportInfoMap: cache hit +Info 7028 [19:49:06.195] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7029 [19:49:06.195] collectAutoImports: response is complete +Info 7030 [19:49:06.195] collectAutoImports: 11.258380000013858 +Info 7031 [19:49:06.195] getCompletionData: Semantic work: 12.109454000019468 +Info 7032 [19:49:06.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.415821000002325 +Info 7033 [19:49:06.206] Format host information updated +Info 7034 [19:49:06.540] getCompletionData: Get current token: 0.004763000062666833 +Info 7035 [19:49:06.540] getCompletionData: Is inside comment: 0.0013439999893307686 +Info 7036 [19:49:06.540] getCompletionData: Get previous token: 0.01253000006545335 +Info 7037 [19:49:06.540] getCompletionsAtPosition: isCompletionListBlocker: 0.0035510000307112932 +Info 7038 [19:49:06.541] getExportInfoMap: cache hit +Info 7039 [19:49:06.551] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7040 [19:49:06.551] collectAutoImports: response is complete +Info 7041 [19:49:06.551] collectAutoImports: 10.192416000063531 +Info 7042 [19:49:06.551] getCompletionData: Semantic work: 10.732615999993868 +Info 7043 [19:49:06.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.934652000083588 +Info 7044 [19:49:08.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7045 [19:49:08.161] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 8.726289000012912ms +Info 7046 [19:49:08.161] Different program with same set of files +Info 7047 [19:49:08.162] getCompletionData: Get current token: 0.004825999960303307 +Info 7048 [19:49:08.162] getCompletionData: Is inside comment: 0.0014039999805390835 +Info 7049 [19:49:08.162] getCompletionData: Get previous token: 0.03140300000086427 +Info 7050 [19:49:08.162] getCompletionsAtPosition: isCompletionListBlocker: 0.003196000005118549 +Info 7051 [19:49:08.162] getExportInfoMap: cache hit +Info 7052 [19:49:08.169] collectAutoImports: resolved 0 module specifiers, plus 278 ambient and 9 from cache +Info 7053 [19:49:08.169] collectAutoImports: response is complete +Info 7054 [19:49:08.169] collectAutoImports: 6.818002999993041 +Info 7055 [19:49:08.169] getCompletionData: Semantic work: 7.605141000007279 +Info 7056 [19:49:08.182] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.960372000001371 +Info 7057 [19:49:08.185] Format host information updated +Info 7058 [19:49:08.305] Format host information updated +Info 7059 [19:49:08.305] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7060 [19:49:08.340] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 34.34778399998322ms +Info 7061 [19:49:08.340] Different program with same set of files +Info 7062 [19:49:08.369] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7063 [19:49:08.377] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 7.38548900000751ms +Info 7064 [19:49:08.377] Different program with same set of files +Info 7065 [19:49:08.377] getCompletionData: Get current token: 0.00438699999358505 +Info 7066 [19:49:08.377] getCompletionData: Is inside comment: 0.0011599999852478504 +Info 7067 [19:49:08.377] getCompletionData: Get previous token: 0.024977999972179532 +Info 7068 [19:49:08.377] getCompletionsAtPosition: isCompletionListBlocker: 0.007157999905757606 +Info 7069 [19:49:08.378] getExportInfoMap: cache hit +Info 7070 [19:49:08.389] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7071 [19:49:08.389] collectAutoImports: response is complete +Info 7072 [19:49:08.389] collectAutoImports: 11.45124000008218 +Info 7073 [19:49:08.389] getCompletionData: Semantic work: 12.001096999971196 +Info 7074 [19:49:08.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.504679000005126 +Info 7075 [19:49:08.403] Format host information updated +Info 7076 [19:49:08.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7077 [19:49:08.573] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 7.872562000062317ms +Info 7078 [19:49:08.573] Different program with same set of files +Info 7079 [19:49:08.573] getCompletionData: Get current token: 0.00783899996895343 +Info 7080 [19:49:08.573] getCompletionData: Is inside comment: 0.0014850000152364373 +Info 7081 [19:49:08.573] getCompletionData: Get previous token: 0.027719000005163252 +Info 7082 [19:49:08.574] getCompletionsAtPosition: isCompletionListBlocker: 0.008702999912202358 +Info 7083 [19:49:08.576] getExportInfoMap: cache hit +Info 7084 [19:49:08.587] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7085 [19:49:08.587] collectAutoImports: response is complete +Info 7086 [19:49:08.587] collectAutoImports: 11.43552900000941 +Info 7087 [19:49:08.587] getCompletionData: Semantic work: 13.681220000027679 +Info 7088 [19:49:08.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.150731000001542 +Info 7089 [19:49:08.613] Format host information updated +Info 7090 [19:49:08.662] Format host information updated +Info 7091 [19:49:08.663] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7092 [19:49:08.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 8.903491000062786ms +Info 7093 [19:49:08.672] Different program with same set of files +Info 7094 [19:49:08.793] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7095 [19:49:08.800] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 7.384739000000991ms +Info 7096 [19:49:08.800] Different program with same set of files +Info 7097 [19:49:08.800] getCompletionData: Get current token: 0.004929000046104193 +Info 7098 [19:49:08.800] getCompletionData: Is inside comment: 0.0015820000553503633 +Info 7099 [19:49:08.800] getCompletionData: Get previous token: 0.034761999966576695 +Info 7100 [19:49:08.800] getCompletionsAtPosition: isCompletionListBlocker: 0.009562999941408634 +Info 7101 [19:49:08.801] getExportInfoMap: cache hit +Info 7102 [19:49:08.807] collectAutoImports: resolved 0 module specifiers, plus 278 ambient and 9 from cache +Info 7103 [19:49:08.807] collectAutoImports: response is complete +Info 7104 [19:49:08.807] collectAutoImports: 5.271863000001758 +Info 7105 [19:49:08.807] getCompletionData: Semantic work: 6.050110000069253 +Info 7106 [19:49:08.822] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.589991000015289 +Info 7107 [19:49:08.824] Format host information updated +Info 7108 [19:49:08.931] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7109 [19:49:08.939] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 7.730020000017248ms +Info 7110 [19:49:08.939] Different program with same set of files +Info 7111 [19:49:08.939] getCompletionData: Get current token: 0.004537999979220331 +Info 7112 [19:49:08.939] getCompletionData: Is inside comment: 0.0014430000446736813 +Info 7113 [19:49:08.939] getCompletionData: Get previous token: 0.026873000082559884 +Info 7114 [19:49:08.939] getCompletionsAtPosition: isCompletionListBlocker: 0.002932000090368092 +Info 7115 [19:49:08.950] getCompletionData: Semantic work: 10.24365200009197 +Info 7116 [19:49:08.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5020479999948293 +Info 7117 [19:49:08.951] Format host information updated +Info 7118 [19:49:09.376] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7119 [19:49:09.382] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 6.8511029999936ms +Info 7120 [19:49:09.382] Different program with same set of files +Info 7121 [19:49:09.383] getCompletionData: Get current token: 0.004197999951429665 +Info 7122 [19:49:09.383] getCompletionData: Is inside comment: 0.0011230000527575612 +Info 7123 [19:49:09.383] getCompletionData: Get previous token: 0.041647000005468726 +Info 7124 [19:49:09.383] getCompletionsAtPosition: isCompletionListBlocker: 0.0023670000955462456 +Info 7125 [19:49:09.391] getCompletionData: Semantic work: 8.706394999986514 +Info 7126 [19:49:09.392] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5763640000950545 +Info 7127 [19:49:09.393] Format host information updated +Info 7128 [19:49:09.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7129 [19:49:09.636] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 12.17675500002224ms +Info 7130 [19:49:09.636] Different program with same set of files +Info 7131 [19:49:09.636] getCompletionData: Get current token: 0.009529999922960997 +Info 7132 [19:49:09.636] getCompletionData: Is inside comment: 0.002879000036045909 +Info 7133 [19:49:09.636] getCompletionData: Get previous token: 0.05591999995522201 +Info 7134 [19:49:09.636] getCompletionsAtPosition: isCompletionListBlocker: 0.004253000020980835 +Info 7135 [19:49:09.651] getCompletionData: Semantic work: 14.476962000015192 +Info 7136 [19:49:09.652] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8714659999823198 +Info 7137 [19:49:09.653] Format host information updated +Info 7138 [19:49:09.905] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7139 [19:49:09.912] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 7.344786999979988ms +Info 7140 [19:49:09.912] Different program with same set of files +Info 7141 [19:49:09.912] getCompletionData: Get current token: 0.005910000065341592 +Info 7142 [19:49:09.912] getCompletionData: Is inside comment: 0.0013780000153928995 +Info 7143 [19:49:09.912] getCompletionData: Get previous token: 0.02419500006362796 +Info 7144 [19:49:09.912] getCompletionsAtPosition: isCompletionListBlocker: 0.0031769999768584967 +Info 7145 [19:49:09.913] getExportInfoMap: cache hit +Info 7146 [19:49:09.927] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7147 [19:49:09.927] collectAutoImports: response is complete +Info 7148 [19:49:09.927] collectAutoImports: 13.850151000078768 +Info 7149 [19:49:09.927] getCompletionData: Semantic work: 14.530365000013262 +Info 7150 [19:49:09.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.337839999934658 +Info 7151 [19:49:09.946] Format host information updated +Info 7152 [19:49:09.966] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7153 [19:49:09.975] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 8.863056999980472ms +Info 7154 [19:49:09.975] Different program with same set of files +Info 7155 [19:49:09.975] getCompletionData: Get current token: 0.004449000000022352 +Info 7156 [19:49:09.975] getCompletionData: Is inside comment: 0.0011490000179037452 +Info 7157 [19:49:09.975] getCompletionData: Get previous token: 0.02037500008009374 +Info 7158 [19:49:09.975] getCompletionsAtPosition: isCompletionListBlocker: 0.007201000000350177 +Info 7159 [19:49:09.976] getExportInfoMap: cache hit +Info 7160 [19:49:09.985] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7161 [19:49:09.985] collectAutoImports: response is complete +Info 7162 [19:49:09.985] collectAutoImports: 9.158501000027172 +Info 7163 [19:49:09.985] getCompletionData: Semantic work: 9.78228299994953 +Info 7164 [19:49:09.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.3745920000365 +Info 7165 [19:49:09.998] Format host information updated +Info 7166 [19:49:11.622] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7167 [19:49:11.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 6.800304999924265ms +Info 7168 [19:49:11.628] Different program with same set of files +Info 7169 [19:49:11.629] getCompletionData: Get current token: 0.006871000048704445 +Info 7170 [19:49:11.629] getCompletionData: Is inside comment: 0.0012860000133514404 +Info 7171 [19:49:11.629] getCompletionData: Get previous token: 0.021064999978989363 +Info 7172 [19:49:11.629] getCompletionsAtPosition: isCompletionListBlocker: 0.006445000064559281 +Info 7173 [19:49:11.629] getExportInfoMap: cache hit +Info 7174 [19:49:11.640] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7175 [19:49:11.640] collectAutoImports: response is complete +Info 7176 [19:49:11.640] collectAutoImports: 10.35032600001432 +Info 7177 [19:49:11.640] getCompletionData: Semantic work: 10.860299999942072 +Info 7178 [19:49:11.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.771773000014946 +Info 7179 [19:49:11.661] Format host information updated +Info 7180 [19:49:12.628] getCompletionData: Get current token: 0.004799999995157123 +Info 7181 [19:49:12.628] getCompletionData: Is inside comment: 0.0012589999241754413 +Info 7182 [19:49:12.628] getCompletionData: Get previous token: 0.01536000007763505 +Info 7183 [19:49:12.628] getCompletionsAtPosition: isCompletionListBlocker: 0.009574000025168061 +Info 7184 [19:49:12.629] getExportInfoMap: cache hit +Info 7185 [19:49:12.635] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7186 [19:49:12.635] collectAutoImports: response is complete +Info 7187 [19:49:12.635] collectAutoImports: 6.478670999989845 +Info 7188 [19:49:12.635] getCompletionData: Semantic work: 7.212540999986231 +Info 7189 [19:49:12.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.307759999996051 +Info 7190 [19:49:12.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7191 [19:49:12.828] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 7.530022999970242ms +Info 7192 [19:49:12.828] Different program with same set of files +Info 7193 [19:49:12.828] getCompletionData: Get current token: 0.005501999985426664 +Info 7194 [19:49:12.828] getCompletionData: Is inside comment: 0.0013920000055804849 +Info 7195 [19:49:12.828] getCompletionData: Get previous token: 0.0276140000205487 +Info 7196 [19:49:12.828] getCompletionsAtPosition: isCompletionListBlocker: 0.0024609999964013696 +Info 7197 [19:49:12.838] getCompletionData: Semantic work: 9.935301999910735 +Info 7198 [19:49:12.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5064060000004247 +Info 7199 [19:49:12.839] Format host information updated +Info 7200 [19:49:12.943] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7201 [19:49:12.953] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 9.417614000034519ms +Info 7202 [19:49:12.953] Different program with same set of files +Info 7203 [19:49:12.953] getCompletionData: Get current token: 0.005179000087082386 +Info 7204 [19:49:12.953] getCompletionData: Is inside comment: 0.0014630000805482268 +Info 7205 [19:49:12.953] getCompletionData: Get previous token: 0.03425599995534867 +Info 7206 [19:49:12.953] getCompletionsAtPosition: isCompletionListBlocker: 0.0028230000752955675 +Info 7207 [19:49:12.962] getCompletionData: Semantic work: 9.318267999915406 +Info 7208 [19:49:12.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6893410000484437 +Info 7209 [19:49:12.967] Format host information updated +Info 7210 [19:49:13.020] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7211 [19:49:13.033] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 12.493967000045814ms +Info 7212 [19:49:13.033] Different program with same set of files +Info 7213 [19:49:13.033] getCompletionData: Get current token: 0.006706999964080751 +Info 7214 [19:49:13.033] getCompletionData: Is inside comment: 0.0018420000560581684 +Info 7215 [19:49:13.033] getCompletionData: Get previous token: 0.042468000086955726 +Info 7216 [19:49:13.033] getCompletionsAtPosition: isCompletionListBlocker: 0.002829000004567206 +Info 7217 [19:49:13.045] getCompletionData: Semantic work: 11.334381999913603 +Info 7218 [19:49:13.049] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.104820000007749 +Info 7219 [19:49:13.049] Format host information updated +Info 7220 [19:49:13.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7221 [19:49:13.161] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 24.350148000055924ms +Info 7222 [19:49:13.161] Different program with same set of files +Info 7223 [19:49:13.162] getCompletionData: Get current token: 0.013864999986253679 +Info 7224 [19:49:13.162] getCompletionData: Is inside comment: 0.004247999982908368 +Info 7225 [19:49:13.162] getCompletionData: Get previous token: 0.08732500008773059 +Info 7226 [19:49:13.162] getCompletionsAtPosition: isCompletionListBlocker: 0.0067189999390393496 +Info 7227 [19:49:13.180] getCompletionData: Semantic work: 17.52636799996253 +Info 7228 [19:49:13.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7286150000290945 +Info 7229 [19:49:13.185] Format host information updated +Info 7230 [19:49:13.217] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7231 [19:49:13.226] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 9.835098999901675ms +Info 7232 [19:49:13.226] Different program with same set of files +Info 7233 [19:49:13.227] getCompletionData: Get current token: 0.004567999974824488 +Info 7234 [19:49:13.227] getCompletionData: Is inside comment: 0.0014000000664964318 +Info 7235 [19:49:13.227] getCompletionData: Get previous token: 0.02876400004606694 +Info 7236 [19:49:13.227] getCompletionsAtPosition: isCompletionListBlocker: 0.0023900000378489494 +Info 7237 [19:49:13.235] getCompletionData: Semantic work: 8.3105659999419 +Info 7238 [19:49:13.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3744970000116155 +Info 7239 [19:49:13.239] Format host information updated +Info 7240 [19:49:13.362] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7241 [19:49:13.371] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 9.505405000061728ms +Info 7242 [19:49:13.371] Different program with same set of files +Info 7243 [19:49:13.372] getCompletionData: Get current token: 0.005263000028207898 +Info 7244 [19:49:13.372] getCompletionData: Is inside comment: 0.001449999981559813 +Info 7245 [19:49:13.372] getCompletionData: Get previous token: 0.027761999983340502 +Info 7246 [19:49:13.372] getCompletionsAtPosition: isCompletionListBlocker: 0.0025770000647753477 +Info 7247 [19:49:13.382] getCompletionData: Semantic work: 9.721846999949776 +Info 7248 [19:49:13.386] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1766460000071675 +Info 7249 [19:49:13.386] Format host information updated +Info 7250 [19:49:13.435] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7251 [19:49:13.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 11.759891000110656ms +Info 7252 [19:49:13.447] Different program with same set of files +Info 7253 [19:49:13.448] getCompletionData: Get current token: 0.006949999951757491 +Info 7254 [19:49:13.448] getCompletionData: Is inside comment: 0.0019529999699443579 +Info 7255 [19:49:13.448] getCompletionData: Get previous token: 0.03491400007624179 +Info 7256 [19:49:13.448] getCompletionsAtPosition: isCompletionListBlocker: 0.003308999934233725 +Info 7257 [19:49:13.459] getCompletionData: Semantic work: 11.428963999962434 +Info 7258 [19:49:13.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.211142000043765 +Info 7259 [19:49:13.465] Format host information updated +Info 7260 [19:49:13.803] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7261 [19:49:13.813] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 9.784737000009045ms +Info 7262 [19:49:13.813] Different program with same set of files +Info 7263 [19:49:13.813] getCompletionData: Get current token: 0.005570000037550926 +Info 7264 [19:49:13.813] getCompletionData: Is inside comment: 0.0016729999333620071 +Info 7265 [19:49:13.813] getCompletionData: Get previous token: 0.027990000089630485 +Info 7266 [19:49:13.813] getCompletionsAtPosition: isCompletionListBlocker: 0.0026020000223070383 +Info 7267 [19:49:13.822] getCompletionData: Semantic work: 9.045399000053294 +Info 7268 [19:49:13.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.401066999998875 +Info 7269 [19:49:13.827] Format host information updated +Info 7270 [19:49:14.323] Format host information updated +Info 7271 [19:49:14.323] Format host information updated +Info 7272 [19:49:14.323] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7273 [19:49:14.332] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 8.403363999910653ms +Info 7274 [19:49:14.332] Different program with same set of files +Info 7275 [19:49:14.332] getCompletionData: Get current token: 0.005586000042967498 +Info 7276 [19:49:14.332] getCompletionData: Is inside comment: 0.0012889999197795987 +Info 7277 [19:49:14.332] getCompletionData: Get previous token: 0.02535500004887581 +Info 7278 [19:49:14.332] getCompletionsAtPosition: isCompletionListBlocker: 0.002549000084400177 +Info 7279 [19:49:14.333] getExportInfoMap: cache hit +Info 7280 [19:49:14.347] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7281 [19:49:14.347] collectAutoImports: response is complete +Info 7282 [19:49:14.347] collectAutoImports: 13.943532999954186 +Info 7283 [19:49:14.347] getCompletionData: Semantic work: 14.584314999985509 +Info 7284 [19:49:14.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.423183999955654 +Info 7285 [19:49:14.371] getCompletionData: Get current token: 0.012240000069141388 +Info 7286 [19:49:14.371] getCompletionData: Is inside comment: 0.004015000071376562 +Info 7287 [19:49:14.371] getCompletionData: Get previous token: 0.029567999998107553 +Info 7288 [19:49:14.371] getCompletionsAtPosition: isCompletionListBlocker: 0.002949999994598329 +Info 7289 [19:49:14.371] getCompletionData: Semantic work: 0.43331200000829995 +Info 7290 [19:49:14.374] getCompletionData: Get current token: 0.008744999999180436 +Info 7291 [19:49:14.374] getCompletionData: Is inside comment: 0.0022800000151619315 +Info 7292 [19:49:14.375] getCompletionData: Get previous token: 0.04835199995432049 +Info 7293 [19:49:14.375] getCompletionsAtPosition: isCompletionListBlocker: 0.0024429999757558107 +Info 7294 [19:49:14.375] getCompletionData: Semantic work: 0.34264200006145984 +Info 7295 [19:49:14.376] Format host information updated +Info 7296 [19:49:14.391] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7297 [19:49:14.400] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 8.379808999947272ms +Info 7298 [19:49:14.400] Different program with same set of files +Info 7299 [19:49:14.400] getCompletionData: Get current token: 0.004402999999001622 +Info 7300 [19:49:14.400] getCompletionData: Is inside comment: 0.001226999913342297 +Info 7301 [19:49:14.400] getCompletionData: Get previous token: 0.022603999939747155 +Info 7302 [19:49:14.400] getCompletionsAtPosition: isCompletionListBlocker: 0.008196000009775162 +Info 7303 [19:49:14.401] getExportInfoMap: cache hit +Info 7304 [19:49:14.413] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7305 [19:49:14.413] collectAutoImports: response is complete +Info 7306 [19:49:14.413] collectAutoImports: 11.998118999996223 +Info 7307 [19:49:14.413] getCompletionData: Semantic work: 12.708911000052467 +Info 7308 [19:49:14.420] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.597316000028513 +Info 7309 [19:49:14.427] Format host information updated +Info 7310 [19:49:14.665] getCompletionData: Get current token: 0.005815000040456653 +Info 7311 [19:49:14.665] getCompletionData: Is inside comment: 0.0015720000956207514 +Info 7312 [19:49:14.665] getCompletionData: Get previous token: 0.021543000009842217 +Info 7313 [19:49:14.665] getCompletionsAtPosition: isCompletionListBlocker: 0.003415999934077263 +Info 7314 [19:49:14.666] getExportInfoMap: cache hit +Info 7315 [19:49:14.674] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7316 [19:49:14.674] collectAutoImports: response is complete +Info 7317 [19:49:14.674] collectAutoImports: 7.84098300000187 +Info 7318 [19:49:14.674] getCompletionData: Semantic work: 8.456711999955587 +Info 7319 [19:49:14.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.010942000080831 +Info 7320 [19:49:14.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7321 [19:49:14.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 7.673551000072621ms +Info 7322 [19:49:14.824] Different program with same set of files +Info 7323 [19:49:14.824] getCompletionData: Get current token: 0.005464000045321882 +Info 7324 [19:49:14.824] getCompletionData: Is inside comment: 0.0013749999925494194 +Info 7325 [19:49:14.824] getCompletionData: Get previous token: 0.030578000005334616 +Info 7326 [19:49:14.824] getCompletionsAtPosition: isCompletionListBlocker: 0.003727999981492758 +Info 7327 [19:49:14.825] getExportInfoMap: cache hit +Info 7328 [19:49:14.829] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 7329 [19:49:14.829] collectAutoImports: response is complete +Info 7330 [19:49:14.829] collectAutoImports: 3.580240000039339 +Info 7331 [19:49:14.829] getCompletionData: Semantic work: 4.215175999910571 +Info 7332 [19:49:14.840] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9858759999042377 +Info 7333 [19:49:14.843] Format host information updated +Info 7334 [19:49:14.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7335 [19:49:14.979] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 30.851807999890298ms +Info 7336 [19:49:14.979] Different program with same set of files +Info 7337 [19:49:14.980] getCompletionData: Get current token: 0.01841299992520362 +Info 7338 [19:49:14.980] getCompletionData: Is inside comment: 0.004889999981969595 +Info 7339 [19:49:14.980] getCompletionData: Get previous token: 0.10022599995136261 +Info 7340 [19:49:14.980] getCompletionsAtPosition: isCompletionListBlocker: 0.009375000023283064 +Info 7341 [19:49:14.982] getExportInfoMap: cache hit +Info 7342 [19:49:14.986] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 0 from cache +Info 7343 [19:49:14.986] collectAutoImports: response is complete +Info 7344 [19:49:14.986] collectAutoImports: 4.75156300002709 +Info 7345 [19:49:14.986] getCompletionData: Semantic work: 6.564018000033684 +Info 7346 [19:49:15.002] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8422289999434724 +Info 7347 [19:49:15.004] Format host information updated +Info 7348 [19:49:15.313] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7349 [19:49:15.321] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 7.724319000029936ms +Info 7350 [19:49:15.321] Different program with same set of files +Info 7351 [19:49:15.321] getCompletionData: Get current token: 0.005982000031508505 +Info 7352 [19:49:15.321] getCompletionData: Is inside comment: 0.0015690000727772713 +Info 7353 [19:49:15.321] getCompletionData: Get previous token: 0.03255999996326864 +Info 7354 [19:49:15.321] getCompletionsAtPosition: isCompletionListBlocker: 0.002898000064305961 +Info 7355 [19:49:15.322] getExportInfoMap: cache hit +Info 7356 [19:49:15.326] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 7357 [19:49:15.326] collectAutoImports: response is complete +Info 7358 [19:49:15.326] collectAutoImports: 3.9174659999553114 +Info 7359 [19:49:15.326] getCompletionData: Semantic work: 4.535865000099875 +Info 7360 [19:49:15.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3124909999314696 +Info 7361 [19:49:15.344] Format host information updated +Info 7362 [19:49:15.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7363 [19:49:15.423] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 11.243246000027284ms +Info 7364 [19:49:15.423] Different program with same set of files +Info 7365 [19:49:15.423] getCompletionData: Get current token: 0.0057960000121966004 +Info 7366 [19:49:15.423] getCompletionData: Is inside comment: 0.0012809999752789736 +Info 7367 [19:49:15.423] getCompletionData: Get previous token: 0.02373700006864965 +Info 7368 [19:49:15.424] getCompletionsAtPosition: isCompletionListBlocker: 0.002970999921672046 +Info 7369 [19:49:15.424] getExportInfoMap: cache hit +Info 7370 [19:49:15.435] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7371 [19:49:15.435] collectAutoImports: response is complete +Info 7372 [19:49:15.435] collectAutoImports: 11.455810999963433 +Info 7373 [19:49:15.435] getCompletionData: Semantic work: 11.95270799996797 +Info 7374 [19:49:15.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.242433999897912 +Info 7375 [19:49:15.454] Format host information updated +Info 7376 [19:49:15.657] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7377 [19:49:15.666] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 9.303165999939665ms +Info 7378 [19:49:15.666] Different program with same set of files +Info 7379 [19:49:15.677] getCompletionData: Get current token: 0.03258400002960116 +Info 7380 [19:49:15.677] getCompletionData: Is inside comment: 0.0064249999122694135 +Info 7381 [19:49:15.677] getCompletionData: Get previous token: 0.047839000006206334 +Info 7382 [19:49:15.677] getCompletionsAtPosition: isCompletionListBlocker: 0.0025029999669641256 +Info 7383 [19:49:15.677] Returning an empty list because completion was requested in an invalid position. +Info 7384 [19:49:15.678] Format host information updated +Info 7385 [19:49:15.793] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7386 [19:49:15.803] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 9.937170000048354ms +Info 7387 [19:49:15.803] Different program with same set of files +Info 7388 [19:49:15.803] getCompletionData: Get current token: 0.007040000054985285 +Info 7389 [19:49:15.803] getCompletionData: Is inside comment: 0.0016240000259131193 +Info 7390 [19:49:15.803] getCompletionData: Get previous token: 0.028448999975807965 +Info 7391 [19:49:15.803] getCompletionsAtPosition: isCompletionListBlocker: 0.009354000096209347 +Info 7392 [19:49:15.804] getExportInfoMap: cache hit +Info 7393 [19:49:15.815] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7394 [19:49:15.815] collectAutoImports: response is complete +Info 7395 [19:49:15.815] collectAutoImports: 10.942471999907866 +Info 7396 [19:49:15.815] getCompletionData: Semantic work: 11.589495999971405 +Info 7397 [19:49:15.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.223808000097051 +Info 7398 [19:49:15.841] Format host information updated +Info 7399 [19:49:15.863] Format host information updated +Info 7400 [19:49:16.034] getCompletionData: Get current token: 0.01786799996625632 +Info 7401 [19:49:16.034] getCompletionData: Is inside comment: 0.003513999981805682 +Info 7402 [19:49:16.034] getCompletionData: Get previous token: 0.044316999963484704 +Info 7403 [19:49:16.034] getCompletionsAtPosition: isCompletionListBlocker: 0.0013649999164044857 +Info 7404 [19:49:16.034] Returning an empty list because completion was requested in an invalid position. +Info 7405 [19:49:16.296] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7406 [19:49:16.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 6.760100000072271ms +Info 7407 [19:49:16.303] Different program with same set of files +Info 7408 [19:49:16.312] getCompletionData: Get current token: 0.02791800000704825 +Info 7409 [19:49:16.312] getCompletionData: Is inside comment: 0.005132999969646335 +Info 7410 [19:49:16.312] getCompletionData: Get previous token: 0.03309699997771531 +Info 7411 [19:49:16.313] getCompletionsAtPosition: isCompletionListBlocker: 0.0013569999719038606 +Info 7412 [19:49:16.313] Returning an empty list because completion was requested in an invalid position. +Info 7413 [19:49:16.313] Format host information updated +Info 7414 [19:49:16.356] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7415 [19:49:16.364] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 7.850424000062048ms +Info 7416 [19:49:16.364] Different program with same set of files +Info 7417 [19:49:16.376] getCompletionData: Get current token: 0.029630000004544854 +Info 7418 [19:49:16.376] getCompletionData: Is inside comment: 0.005325999925844371 +Info 7419 [19:49:16.376] getCompletionData: Get previous token: 0.047928999993018806 +Info 7420 [19:49:16.376] getCompletionsAtPosition: isCompletionListBlocker: 0.0014239998999983072 +Info 7421 [19:49:16.376] Returning an empty list because completion was requested in an invalid position. +Info 7422 [19:49:16.377] Format host information updated +Info 7423 [19:49:16.421] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7424 [19:49:16.430] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 8.773073000018485ms +Info 7425 [19:49:16.430] Different program with same set of files +Info 7426 [19:49:16.442] getCompletionData: Get current token: 0.03328099998179823 +Info 7427 [19:49:16.442] getCompletionData: Is inside comment: 0.007259999983943999 +Info 7428 [19:49:16.442] getCompletionData: Get previous token: 0.04586600000038743 +Info 7429 [19:49:16.442] getCompletionsAtPosition: isCompletionListBlocker: 0.0017290000105276704 +Info 7430 [19:49:16.442] Returning an empty list because completion was requested in an invalid position. +Info 7431 [19:49:16.445] Format host information updated +Info 7432 [19:49:16.511] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7433 [19:49:16.529] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 18.175802999990992ms +Info 7434 [19:49:16.529] Different program with same set of files +Info 7435 [19:49:16.550] getCompletionData: Get current token: 0.043292000074870884 +Info 7436 [19:49:16.550] getCompletionData: Is inside comment: 0.006871000048704445 +Info 7437 [19:49:16.550] getCompletionData: Get previous token: 0.06445299996994436 +Info 7438 [19:49:16.550] getCompletionsAtPosition: isCompletionListBlocker: 0.0024789999006316066 +Info 7439 [19:49:16.550] Returning an empty list because completion was requested in an invalid position. +Info 7440 [19:49:16.551] Format host information updated +Info 7441 [19:49:16.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7442 [19:49:16.588] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 6.898863999987952ms +Info 7443 [19:49:16.588] Different program with same set of files +Info 7444 [19:49:16.596] getCompletionData: Get current token: 0.024355000001378357 +Info 7445 [19:49:16.596] getCompletionData: Is inside comment: 0.004975000047124922 +Info 7446 [19:49:16.596] getCompletionData: Get previous token: 0.034924999927170575 +Info 7447 [19:49:16.596] getCompletionsAtPosition: isCompletionListBlocker: 0.001491999952122569 +Info 7448 [19:49:16.596] Returning an empty list because completion was requested in an invalid position. +Info 7449 [19:49:16.596] Format host information updated +Info 7450 [19:49:17.372] getCompletionData: Get current token: 0.005070999963209033 +Info 7451 [19:49:17.372] getCompletionData: Is inside comment: 0.013492999947629869 +Info 7452 [19:49:17.372] getCompletionData: Get previous token: 0.00975199998356402 +Info 7453 [19:49:17.372] getCompletionsAtPosition: isCompletionListBlocker: 0.008748000022023916 +Info 7454 [19:49:17.373] getExportInfoMap: cache hit +Info 7455 [19:49:17.382] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7456 [19:49:17.382] collectAutoImports: response is complete +Info 7457 [19:49:17.382] collectAutoImports: 9.61981599999126 +Info 7458 [19:49:17.382] getCompletionData: Semantic work: 10.652734000002965 +Info 7459 [19:49:17.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.65840999991633 +Info 7460 [19:49:23.167] Format host information updated +Info 7461 [19:49:23.168] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7462 [19:49:23.175] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 6.702259999932721ms +Info 7463 [19:49:23.175] Different program with same set of files +Info 7464 [19:49:23.393] getCompletionData: Get current token: 0.004791999934241176 +Info 7465 [19:49:23.393] getCompletionData: Is inside comment: 0.012424999964423478 +Info 7466 [19:49:23.393] getCompletionData: Get previous token: 0.009744000039063394 +Info 7467 [19:49:23.393] getCompletionsAtPosition: isCompletionListBlocker: 0.009960999945178628 +Info 7468 [19:49:23.394] getExportInfoMap: cache hit +Info 7469 [19:49:23.406] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7470 [19:49:23.406] collectAutoImports: response is complete +Info 7471 [19:49:23.406] collectAutoImports: 11.21042999997735 +Info 7472 [19:49:23.406] getCompletionData: Semantic work: 12.287080000038259 +Info 7473 [19:49:23.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.166524000000209 +Info 7474 [19:49:23.697] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7475 [19:49:23.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 6.762825999991037ms +Info 7476 [19:49:23.703] Different program with same set of files +Info 7477 [19:49:23.704] getCompletionData: Get current token: 0.00450999999884516 +Info 7478 [19:49:23.704] getCompletionData: Is inside comment: 0.010141000035218894 +Info 7479 [19:49:23.704] getCompletionData: Get previous token: 0.008823999902233481 +Info 7480 [19:49:23.704] getCompletionsAtPosition: isCompletionListBlocker: 0.002722000004723668 +Info 7481 [19:49:23.715] getCompletionData: Semantic work: 10.916052000015043 +Info 7482 [19:49:23.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5460469999816269 +Info 7483 [19:49:23.717] Format host information updated +Info 7484 [19:49:24.178] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7485 [19:49:24.186] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 7.826700999983586ms +Info 7486 [19:49:24.186] Different program with same set of files +Info 7487 [19:49:24.186] getCompletionData: Get current token: 0.005821000086143613 +Info 7488 [19:49:24.186] getCompletionData: Is inside comment: 0.013080000062473118 +Info 7489 [19:49:24.186] getCompletionData: Get previous token: 0.019776000059209764 +Info 7490 [19:49:24.186] getCompletionsAtPosition: isCompletionListBlocker: 0.002404000028036535 +Info 7491 [19:49:24.199] getCompletionData: Semantic work: 12.890291999909095 +Info 7492 [19:49:24.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9660670000594109 +Info 7493 [19:49:24.201] Format host information updated +Info 7494 [19:49:24.289] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7495 [19:49:24.296] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 6.639509000000544ms +Info 7496 [19:49:24.296] Different program with same set of files +Info 7497 [19:49:24.296] getCompletionData: Get current token: 0.005108000012114644 +Info 7498 [19:49:24.296] getCompletionData: Is inside comment: 0.010742000071331859 +Info 7499 [19:49:24.296] getCompletionData: Get previous token: 0.0316350000211969 +Info 7500 [19:49:24.296] getCompletionsAtPosition: isCompletionListBlocker: 0.002326000016182661 +Info 7501 [19:49:24.308] getCompletionData: Semantic work: 11.844955999986269 +Info 7502 [19:49:24.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8329539999831468 +Info 7503 [19:49:24.310] Format host information updated +Info 7504 [19:49:24.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7505 [19:49:24.374] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 11.401532000047155ms +Info 7506 [19:49:24.374] Different program with same set of files +Info 7507 [19:49:24.374] getCompletionData: Get current token: 0.009137999964877963 +Info 7508 [19:49:24.375] getCompletionData: Is inside comment: 0.02024300000630319 +Info 7509 [19:49:24.375] getCompletionData: Get previous token: 0.030315999989397824 +Info 7510 [19:49:24.375] getCompletionsAtPosition: isCompletionListBlocker: 0.003511000075377524 +Info 7511 [19:49:24.389] getCompletionData: Semantic work: 14.539798000012524 +Info 7512 [19:49:24.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2291770000010729 +Info 7513 [19:49:24.394] Format host information updated +Info 7514 [19:49:24.474] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7515 [19:49:24.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 16.451616999926046ms +Info 7516 [19:49:24.491] Different program with same set of files +Info 7517 [19:49:24.491] getCompletionData: Get current token: 0.013540999963879585 +Info 7518 [19:49:24.491] getCompletionData: Is inside comment: 0.02953000005800277 +Info 7519 [19:49:24.492] getCompletionData: Get previous token: 0.044547999976202846 +Info 7520 [19:49:24.492] getCompletionsAtPosition: isCompletionListBlocker: 0.005369000020436943 +Info 7521 [19:49:24.509] getCompletionData: Semantic work: 17.578167999978177 +Info 7522 [19:49:24.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.229496999992989 +Info 7523 [19:49:24.514] Format host information updated +Info 7524 [19:49:24.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7525 [19:49:24.698] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 6.930892999982461ms +Info 7526 [19:49:24.698] Different program with same set of files +Info 7527 [19:49:24.698] getCompletionData: Get current token: 0.005477000027894974 +Info 7528 [19:49:24.698] getCompletionData: Is inside comment: 0.012252000044099987 +Info 7529 [19:49:24.698] getCompletionData: Get previous token: 0.009319000062532723 +Info 7530 [19:49:24.698] getCompletionsAtPosition: isCompletionListBlocker: 0.0030060000717639923 +Info 7531 [19:49:24.699] getExportInfoMap: cache hit +Info 7532 [19:49:24.712] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7533 [19:49:24.712] collectAutoImports: response is complete +Info 7534 [19:49:24.712] collectAutoImports: 13.192393000004813 +Info 7535 [19:49:24.712] getCompletionData: Semantic work: 13.728485999978147 +Info 7536 [19:49:24.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.822042000014335 +Info 7537 [19:49:24.732] Format host information updated +Info 7538 [19:49:24.756] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7539 [19:49:24.766] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 9.596542999963276ms +Info 7540 [19:49:24.766] Different program with same set of files +Info 7541 [19:49:24.766] getCompletionData: Get current token: 0.012713999953120947 +Info 7542 [19:49:24.766] getCompletionData: Is inside comment: 0.028405999997630715 +Info 7543 [19:49:24.766] getCompletionData: Get previous token: 0.008202000055462122 +Info 7544 [19:49:24.766] getCompletionsAtPosition: isCompletionListBlocker: 0.007712000049650669 +Info 7545 [19:49:24.767] getExportInfoMap: cache hit +Info 7546 [19:49:24.777] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7547 [19:49:24.777] collectAutoImports: response is complete +Info 7548 [19:49:24.777] collectAutoImports: 9.478270000079647 +Info 7549 [19:49:24.777] getCompletionData: Semantic work: 10.315085999900475 +Info 7550 [19:49:24.783] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.137675000005402 +Info 7551 [19:49:24.790] Format host information updated +Info 7552 [19:49:25.044] getCompletionData: Get current token: 0.004432000103406608 +Info 7553 [19:49:25.044] getCompletionData: Is inside comment: 0.0012730000307783484 +Info 7554 [19:49:25.044] getCompletionData: Get previous token: 0.013643000042065978 +Info 7555 [19:49:25.044] getCompletionsAtPosition: isCompletionListBlocker: 0.003835999988950789 +Info 7556 [19:49:25.044] getExportInfoMap: cache hit +Info 7557 [19:49:25.051] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7558 [19:49:25.051] collectAutoImports: response is complete +Info 7559 [19:49:25.051] collectAutoImports: 6.911257999949157 +Info 7560 [19:49:25.051] getCompletionData: Semantic work: 7.561777999973856 +Info 7561 [19:49:25.059] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.280000999919139 +Info 7562 [19:49:25.359] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7563 [19:49:25.367] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 7.044261000002734ms +Info 7564 [19:49:25.367] Different program with same set of files +Info 7565 [19:49:25.374] getCompletionData: Get current token: 0.019968000007793307 +Info 7566 [19:49:25.374] getCompletionData: Is inside comment: 0.0035780000034719706 +Info 7567 [19:49:25.374] getCompletionData: Get previous token: 0.022559999953955412 +Info 7568 [19:49:25.374] getCompletionsAtPosition: isCompletionListBlocker: 0.0013119999784976244 +Info 7569 [19:49:25.374] Returning an empty list because completion was requested in an invalid position. +Info 7570 [19:49:25.374] Format host information updated +Info 7571 [19:49:25.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7572 [19:49:25.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 7.228924999944866ms +Info 7573 [19:49:25.469] Different program with same set of files +Info 7574 [19:49:25.469] getCompletionData: Get current token: 0.005700999987311661 +Info 7575 [19:49:25.469] getCompletionData: Is inside comment: 0.0014590000500902534 +Info 7576 [19:49:25.469] getCompletionData: Get previous token: 0.021735999966040254 +Info 7577 [19:49:25.469] getCompletionsAtPosition: isCompletionListBlocker: 0.008501000003889203 +Info 7578 [19:49:25.469] getExportInfoMap: cache hit +Info 7579 [19:49:25.483] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7580 [19:49:25.483] collectAutoImports: response is complete +Info 7581 [19:49:25.483] collectAutoImports: 13.648684000014327 +Info 7582 [19:49:25.483] getCompletionData: Semantic work: 14.254315000027418 +Info 7583 [19:49:25.499] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.248452999978326 +Info 7584 [19:49:25.504] Format host information updated +Info 7585 [19:49:25.712] getCompletionData: Get current token: 0.00762000004760921 +Info 7586 [19:49:25.712] getCompletionData: Is inside comment: 0.001999999978579581 +Info 7587 [19:49:25.712] getCompletionData: Get previous token: 0.013089999905787408 +Info 7588 [19:49:25.712] getCompletionsAtPosition: isCompletionListBlocker: 0.0008689999813213944 +Info 7589 [19:49:25.712] Returning an empty list because completion was requested in an invalid position. +Info 7590 [19:49:25.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7591 [19:49:25.947] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 9.232197000063024ms +Info 7592 [19:49:25.947] Different program with same set of files +Info 7593 [19:49:25.954] getCompletionData: Get current token: 0.01952599990181625 +Info 7594 [19:49:25.954] getCompletionData: Is inside comment: 0.0037320000119507313 +Info 7595 [19:49:25.954] getCompletionData: Get previous token: 0.02214400004595518 +Info 7596 [19:49:25.954] getCompletionsAtPosition: isCompletionListBlocker: 0.0011149999918416142 +Info 7597 [19:49:25.954] Returning an empty list because completion was requested in an invalid position. +Info 7598 [19:49:25.954] Format host information updated +Info 7599 [19:49:26.151] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7600 [19:49:26.158] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 6.860748999984935ms +Info 7601 [19:49:26.158] Different program with same set of files +Info 7602 [19:49:26.169] getCompletionData: Get current token: 0.036121999961324036 +Info 7603 [19:49:26.170] getCompletionData: Is inside comment: 0.005562999984249473 +Info 7604 [19:49:26.170] getCompletionData: Get previous token: 0.045424000010825694 +Info 7605 [19:49:26.170] getCompletionsAtPosition: isCompletionListBlocker: 0.0017590000061318278 +Info 7606 [19:49:26.170] Returning an empty list because completion was requested in an invalid position. +Info 7607 [19:49:26.170] Format host information updated +Info 7608 [19:50:17.901] getCompletionData: Get current token: 0.005597999901510775 +Info 7609 [19:50:17.901] getCompletionData: Is inside comment: 0.014354999992065132 +Info 7610 [19:50:17.901] getCompletionData: Get previous token: 0.010294000036083162 +Info 7611 [19:50:17.901] getCompletionsAtPosition: isCompletionListBlocker: 0.00880400009918958 +Info 7612 [19:50:17.902] getExportInfoMap: cache hit +Info 7613 [19:50:17.921] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7614 [19:50:17.921] collectAutoImports: response is complete +Info 7615 [19:50:17.921] collectAutoImports: 18.674854999990202 +Info 7616 [19:50:17.921] getCompletionData: Semantic work: 20.06726699997671 +Info 7617 [19:50:17.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.145920000039041 +Info 7618 [19:50:29.376] Format host information updated +Info 7619 [19:50:29.376] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7620 [19:50:29.391] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 14.948007999919355ms +Info 7621 [19:50:29.391] Different program with same set of files +Info 7622 [19:50:29.444] Format host information updated +Info 7623 [19:50:29.444] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7624 [19:50:29.457] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 12.687688000034541ms +Info 7625 [19:50:29.457] Different program with same set of files +Info 7626 [19:50:29.629] Format host information updated +Info 7627 [19:50:29.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7628 [19:50:29.641] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 11.315640000044368ms +Info 7629 [19:50:29.641] Different program with same set of files +Info 7630 [19:50:29.803] Format host information updated +Info 7631 [19:50:29.803] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7632 [19:50:29.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 9.461251999950036ms +Info 7633 [19:50:29.812] Different program with same set of files +Info 7634 [19:50:29.975] Format host information updated +Info 7635 [19:50:29.975] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7636 [19:50:29.986] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 10.588098000036553ms +Info 7637 [19:50:29.986] Different program with same set of files +Info 7638 [19:50:30.046] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7639 [19:50:30.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 14.400959999999031ms +Info 7640 [19:50:30.061] Different program with same set of files +Info 7641 [19:50:30.061] getCompletionData: Get current token: 0.004595000064000487 +Info 7642 [19:50:30.061] getCompletionData: Is inside comment: 0.0127210000064224 +Info 7643 [19:50:30.061] getCompletionData: Get previous token: 0.02130999998189509 +Info 7644 [19:50:30.061] getCompletionsAtPosition: isCompletionListBlocker: 0.0069989999756217 +Info 7645 [19:50:30.063] getExportInfoMap: cache hit +Info 7646 [19:50:30.070] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 7647 [19:50:30.070] collectAutoImports: response is complete +Info 7648 [19:50:30.070] collectAutoImports: 7.048497000010684 +Info 7649 [19:50:30.070] getCompletionData: Semantic work: 8.47606600006111 +Info 7650 [19:50:30.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2993729999288917 +Info 7651 [19:50:30.078] Format host information updated +Info 7652 [19:50:30.121] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7653 [19:50:30.130] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 9.092448999988846ms +Info 7654 [19:50:30.130] Different program with same set of files +Info 7655 [19:50:30.130] getCompletionData: Get current token: 0.005495999939739704 +Info 7656 [19:50:30.130] getCompletionData: Is inside comment: 0.013409000006504357 +Info 7657 [19:50:30.130] getCompletionData: Get previous token: 0.024080000002868474 +Info 7658 [19:50:30.130] getCompletionsAtPosition: isCompletionListBlocker: 0.00970900000538677 +Info 7659 [19:50:30.131] getExportInfoMap: cache hit +Info 7660 [19:50:30.136] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 7661 [19:50:30.136] collectAutoImports: response is complete +Info 7662 [19:50:30.136] collectAutoImports: 4.701452999957837 +Info 7663 [19:50:30.136] getCompletionData: Semantic work: 5.976258000009693 +Info 7664 [19:50:30.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4840059999842197 +Info 7665 [19:50:30.141] Format host information updated +Info 7666 [19:50:30.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7667 [19:50:30.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 7.984075000043958ms +Info 7668 [19:50:30.192] Different program with same set of files +Info 7669 [19:50:30.192] getCompletionData: Get current token: 0.006433999980799854 +Info 7670 [19:50:30.192] getCompletionData: Is inside comment: 0.01649900001939386 +Info 7671 [19:50:30.192] getCompletionData: Get previous token: 0.023705000057816505 +Info 7672 [19:50:30.192] getCompletionsAtPosition: isCompletionListBlocker: 0.008910999982617795 +Info 7673 [19:50:30.194] getExportInfoMap: cache hit +Info 7674 [19:50:30.198] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 7675 [19:50:30.198] collectAutoImports: response is complete +Info 7676 [19:50:30.198] collectAutoImports: 4.215621000039391 +Info 7677 [19:50:30.198] getCompletionData: Semantic work: 5.571217000018805 +Info 7678 [19:50:30.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.256323999958113 +Info 7679 [19:50:30.204] Format host information updated +Info 7680 [19:50:30.244] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7681 [19:50:30.251] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 7.0470669999485835ms +Info 7682 [19:50:30.251] Different program with same set of files +Info 7683 [19:50:30.251] getCompletionData: Get current token: 0.00450099993031472 +Info 7684 [19:50:30.251] getCompletionData: Is inside comment: 0.010633000056259334 +Info 7685 [19:50:30.251] getCompletionData: Get previous token: 0.016635999898426235 +Info 7686 [19:50:30.251] getCompletionsAtPosition: isCompletionListBlocker: 0.00754600006621331 +Info 7687 [19:50:30.252] getExportInfoMap: cache hit +Info 7688 [19:50:30.254] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 7689 [19:50:30.254] collectAutoImports: response is complete +Info 7690 [19:50:30.254] collectAutoImports: 2.609345000004396 +Info 7691 [19:50:30.254] getCompletionData: Semantic work: 3.5503200000384822 +Info 7692 [19:50:30.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3841450000181794 +Info 7693 [19:50:30.259] Format host information updated +Info 7694 [19:50:30.304] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7695 [19:50:30.311] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 7.138128999969922ms +Info 7696 [19:50:30.311] Different program with same set of files +Info 7697 [19:50:30.312] getCompletionData: Get current token: 0.005088999983854592 +Info 7698 [19:50:30.312] getCompletionData: Is inside comment: 0.011113999993540347 +Info 7699 [19:50:30.312] getCompletionData: Get previous token: 0.019229000085033476 +Info 7700 [19:50:30.312] getCompletionsAtPosition: isCompletionListBlocker: 0.007870999979786575 +Info 7701 [19:50:30.313] getExportInfoMap: cache hit +Info 7702 [19:50:30.326] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7703 [19:50:30.326] collectAutoImports: response is complete +Info 7704 [19:50:30.326] collectAutoImports: 13.192994999932125 +Info 7705 [19:50:30.326] getCompletionData: Semantic work: 14.123015000019222 +Info 7706 [19:50:30.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.669825999997556 +Info 7707 [19:50:30.341] Format host information updated +Info 7708 [19:50:30.372] Format host information updated +Info 7709 [19:50:30.372] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7710 [19:50:30.380] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 7.109214999945834ms +Info 7711 [19:50:30.380] Different program with same set of files +Info 7712 [19:50:30.555] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7713 [19:50:30.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 10.201719000004232ms +Info 7714 [19:50:30.565] Different program with same set of files +Info 7715 [19:50:30.565] getCompletionData: Get current token: 0.00463600002694875 +Info 7716 [19:50:30.565] getCompletionData: Is inside comment: 0.01165399991441518 +Info 7717 [19:50:30.565] getCompletionData: Get previous token: 0.017553000012412667 +Info 7718 [19:50:30.565] getCompletionsAtPosition: isCompletionListBlocker: 0.001800999976694584 +Info 7719 [19:50:30.565] Returning an empty list because completion was requested in an invalid position. +Info 7720 [19:50:30.565] Format host information updated +Info 7721 [19:50:30.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7722 [19:50:30.671] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 16.853683999972418ms +Info 7723 [19:50:30.671] Different program with same set of files +Info 7724 [19:50:30.671] getCompletionData: Get current token: 0.00935500010382384 +Info 7725 [19:50:30.671] getCompletionData: Is inside comment: 0.02090999996289611 +Info 7726 [19:50:30.671] getCompletionData: Get previous token: 0.030989999999292195 +Info 7727 [19:50:30.671] getCompletionsAtPosition: isCompletionListBlocker: 0.0026099999668076634 +Info 7728 [19:50:30.671] Returning an empty list because completion was requested in an invalid position. +Info 7729 [19:50:30.672] Format host information updated +Info 7730 [19:50:30.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7731 [19:50:30.797] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 6.771659999969415ms +Info 7732 [19:50:30.797] Different program with same set of files +Info 7733 [19:50:30.797] getCompletionData: Get current token: 0.0046190000139176846 +Info 7734 [19:50:30.797] getCompletionData: Is inside comment: 0.011322000063955784 +Info 7735 [19:50:30.797] getCompletionData: Get previous token: 0.01671400002669543 +Info 7736 [19:50:30.797] getCompletionsAtPosition: isCompletionListBlocker: 0.0015199999324977398 +Info 7737 [19:50:30.797] Returning an empty list because completion was requested in an invalid position. +Info 7738 [19:50:30.800] Format host information updated +Info 7739 [19:50:30.866] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7740 [19:50:30.876] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 10.680473000044003ms +Info 7741 [19:50:30.876] Different program with same set of files +Info 7742 [19:50:30.877] getCompletionData: Get current token: 0.008651999989524484 +Info 7743 [19:50:30.877] getCompletionData: Is inside comment: 0.02027699991595 +Info 7744 [19:50:30.877] getCompletionData: Get previous token: 0.029392999946139753 +Info 7745 [19:50:30.877] getCompletionsAtPosition: isCompletionListBlocker: 0.0024500000290572643 +Info 7746 [19:50:30.877] Returning an empty list because completion was requested in an invalid position. +Info 7747 [19:50:30.877] Format host information updated +Info 7748 [19:50:30.972] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7749 [19:50:30.999] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 26.177389999968ms +Info 7750 [19:50:30.999] Different program with same set of files +Info 7751 [19:50:31.000] getCompletionData: Get current token: 0.02266399993095547 +Info 7752 [19:50:31.000] getCompletionData: Is inside comment: 0.05389900004956871 +Info 7753 [19:50:31.000] getCompletionData: Get previous token: 0.07879599998705089 +Info 7754 [19:50:31.000] getCompletionsAtPosition: isCompletionListBlocker: 0.005923000047914684 +Info 7755 [19:50:31.000] Returning an empty list because completion was requested in an invalid position. +Info 7756 [19:50:31.001] Format host information updated +Info 7757 [19:50:31.038] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7758 [19:50:31.045] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 7.094602000084706ms +Info 7759 [19:50:31.045] Different program with same set of files +Info 7760 [19:50:31.046] getCompletionData: Get current token: 0.004682999919168651 +Info 7761 [19:50:31.046] getCompletionData: Is inside comment: 0.01068100007250905 +Info 7762 [19:50:31.046] getCompletionData: Get previous token: 0.016178000019863248 +Info 7763 [19:50:31.046] getCompletionsAtPosition: isCompletionListBlocker: 0.0013010000111535192 +Info 7764 [19:50:31.046] Returning an empty list because completion was requested in an invalid position. +Info 7765 [19:50:31.046] Format host information updated +Info 7766 [19:50:31.426] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7767 [19:50:31.434] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 7.359874999965541ms +Info 7768 [19:50:31.434] Different program with same set of files +Info 7769 [19:50:31.434] getCompletionData: Get current token: 0.005658000009134412 +Info 7770 [19:50:31.434] getCompletionData: Is inside comment: 0.013433999964036047 +Info 7771 [19:50:31.434] getCompletionData: Get previous token: 0.019856999977491796 +Info 7772 [19:50:31.434] getCompletionsAtPosition: isCompletionListBlocker: 0.0018729999428614974 +Info 7773 [19:50:31.434] Returning an empty list because completion was requested in an invalid position. +Info 7774 [19:50:31.434] Format host information updated +Info 7775 [19:50:31.520] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7776 [19:50:31.527] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 7.2593910000287ms +Info 7777 [19:50:31.527] Different program with same set of files +Info 7778 [19:50:31.527] getCompletionData: Get current token: 0.00583899999037385 +Info 7779 [19:50:31.527] getCompletionData: Is inside comment: 0.013398999930359423 +Info 7780 [19:50:31.527] getCompletionData: Get previous token: 0.020148999989032745 +Info 7781 [19:50:31.527] getCompletionsAtPosition: isCompletionListBlocker: 0.0014120000414550304 +Info 7782 [19:50:31.527] Returning an empty list because completion was requested in an invalid position. +Info 7783 [19:50:31.527] Format host information updated +Info 7784 [19:50:31.620] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7785 [19:50:31.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 10.618470999994315ms +Info 7786 [19:50:31.630] Different program with same set of files +Info 7787 [19:50:31.631] getCompletionData: Get current token: 0.005446000024676323 +Info 7788 [19:50:31.631] getCompletionData: Is inside comment: 0.011817999999038875 +Info 7789 [19:50:31.631] getCompletionData: Get previous token: 0.01742799999192357 +Info 7790 [19:50:31.631] getCompletionsAtPosition: isCompletionListBlocker: 0.0015910000074654818 +Info 7791 [19:50:31.631] Returning an empty list because completion was requested in an invalid position. +Info 7792 [19:50:31.631] Format host information updated +Info 7793 [19:50:31.680] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7794 [19:50:31.692] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 11.934209999977611ms +Info 7795 [19:50:31.692] Different program with same set of files +Info 7796 [19:50:31.692] getCompletionData: Get current token: 0.0069339999463409185 +Info 7797 [19:50:31.693] getCompletionData: Is inside comment: 0.01583100005518645 +Info 7798 [19:50:31.693] getCompletionData: Get previous token: 0.023276999942027032 +Info 7799 [19:50:31.693] getCompletionsAtPosition: isCompletionListBlocker: 0.0023710000095888972 +Info 7800 [19:50:31.693] Returning an empty list because completion was requested in an invalid position. +Info 7801 [19:50:31.693] Format host information updated +Info 7802 [19:50:31.777] Format host information updated +Info 7803 [19:50:31.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7804 [19:50:31.789] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 11.457707000081427ms +Info 7805 [19:50:31.789] Different program with same set of files +Info 7806 [19:50:31.834] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7807 [19:50:31.841] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 6.992140999995172ms +Info 7808 [19:50:31.841] Different program with same set of files +Info 7809 [19:50:31.841] getCompletionData: Get current token: 0.005283000064082444 +Info 7810 [19:50:31.841] getCompletionData: Is inside comment: 0.012714000069536269 +Info 7811 [19:50:31.841] getCompletionData: Get previous token: 0.009898999938741326 +Info 7812 [19:50:31.841] getCompletionsAtPosition: isCompletionListBlocker: 0.00800199992954731 +Info 7813 [19:50:31.842] getExportInfoMap: cache hit +Info 7814 [19:50:31.856] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 7815 [19:50:31.856] collectAutoImports: response is complete +Info 7816 [19:50:31.856] collectAutoImports: 13.391779000055976 +Info 7817 [19:50:31.856] getCompletionData: Semantic work: 14.184786999947391 +Info 7818 [19:50:31.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.421771999914199 +Info 7819 [19:50:31.867] Format host information updated +Info 7820 [19:50:31.966] Format host information updated +Info 7821 [19:50:31.967] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7822 [19:50:31.990] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 23.006212000036612ms +Info 7823 [19:50:31.990] Different program with same set of files +Info 7824 [19:50:32.181] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7825 [19:50:32.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 6.727476999978535ms +Info 7826 [19:50:32.188] Different program with same set of files +Info 7827 [19:50:32.188] getCompletionData: Get current token: 0.004530000034719706 +Info 7828 [19:50:32.188] getCompletionData: Is inside comment: 0.010480999946594238 +Info 7829 [19:50:32.188] getCompletionData: Get previous token: 0.01692699990235269 +Info 7830 [19:50:32.188] getCompletionsAtPosition: isCompletionListBlocker: 0.008305000024847686 +Info 7831 [19:50:32.188] getExportInfoMap: cache hit +Info 7832 [19:50:32.191] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 7833 [19:50:32.191] collectAutoImports: response is complete +Info 7834 [19:50:32.191] collectAutoImports: 2.8198320000665262 +Info 7835 [19:50:32.191] getCompletionData: Semantic work: 3.411413999972865 +Info 7836 [19:50:32.193] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6668499999213964 +Info 7837 [19:50:32.194] Format host information updated +Info 7838 [19:50:32.266] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7839 [19:50:32.275] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 8.56176900002174ms +Info 7840 [19:50:32.275] Different program with same set of files +Info 7841 [19:50:32.275] getCompletionData: Get current token: 0.004286999930627644 +Info 7842 [19:50:32.275] getCompletionData: Is inside comment: 0.010733000002801418 +Info 7843 [19:50:32.275] getCompletionData: Get previous token: 0.016331000020727515 +Info 7844 [19:50:32.275] getCompletionsAtPosition: isCompletionListBlocker: 0.00860499998088926 +Info 7845 [19:50:32.276] getExportInfoMap: cache hit +Info 7846 [19:50:32.278] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 7847 [19:50:32.278] collectAutoImports: response is complete +Info 7848 [19:50:32.278] collectAutoImports: 2.158754000090994 +Info 7849 [19:50:32.278] getCompletionData: Semantic work: 2.775698999990709 +Info 7850 [19:50:32.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6410260000266135 +Info 7851 [19:50:32.281] Format host information updated +Info 7852 [19:50:32.331] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7853 [19:50:32.339] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 7.477124999975786ms +Info 7854 [19:50:32.339] Different program with same set of files +Info 7855 [19:50:32.339] getCompletionData: Get current token: 0.005186000023968518 +Info 7856 [19:50:32.339] getCompletionData: Is inside comment: 0.01258899993263185 +Info 7857 [19:50:32.339] getCompletionData: Get previous token: 0.019917999976314604 +Info 7858 [19:50:32.339] getCompletionsAtPosition: isCompletionListBlocker: 0.009993000072427094 +Info 7859 [19:50:32.340] getExportInfoMap: cache hit +Info 7860 [19:50:32.342] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 7861 [19:50:32.342] collectAutoImports: response is complete +Info 7862 [19:50:32.342] collectAutoImports: 2.048437999910675 +Info 7863 [19:50:32.342] getCompletionData: Semantic work: 2.6698880000039935 +Info 7864 [19:50:32.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2984090000391006 +Info 7865 [19:50:32.344] Format host information updated +Info 7866 [19:50:32.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7867 [19:50:32.467] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 7.162564999889582ms +Info 7868 [19:50:32.467] Different program with same set of files +Info 7869 [19:50:32.467] getCompletionData: Get current token: 0.004705999977886677 +Info 7870 [19:50:32.467] getCompletionData: Is inside comment: 0.011277000070549548 +Info 7871 [19:50:32.467] getCompletionData: Get previous token: 0.017672999994829297 +Info 7872 [19:50:32.467] getCompletionsAtPosition: isCompletionListBlocker: 0.00938900001347065 +Info 7873 [19:50:32.468] getExportInfoMap: cache hit +Info 7874 [19:50:32.470] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 7875 [19:50:32.470] collectAutoImports: response is complete +Info 7876 [19:50:32.470] collectAutoImports: 1.9216439999872819 +Info 7877 [19:50:32.470] getCompletionData: Semantic work: 2.49484499997925 +Info 7878 [19:50:32.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.191175000043586 +Info 7879 [19:50:32.472] Format host information updated +Info 7880 [19:50:32.552] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7881 [19:50:32.562] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 9.808809000067413ms +Info 7882 [19:50:32.562] Different program with same set of files +Info 7883 [19:50:32.562] getCompletionData: Get current token: 0.004684999934397638 +Info 7884 [19:50:32.562] getCompletionData: Is inside comment: 0.024197000078856945 +Info 7885 [19:50:32.562] getCompletionData: Get previous token: 0.039649999933317304 +Info 7886 [19:50:32.562] getCompletionsAtPosition: isCompletionListBlocker: 0.0083769999910146 +Info 7887 [19:50:32.563] getExportInfoMap: cache hit +Info 7888 [19:50:32.566] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 7889 [19:50:32.566] collectAutoImports: response is complete +Info 7890 [19:50:32.566] collectAutoImports: 2.4423309999983758 +Info 7891 [19:50:32.566] getCompletionData: Semantic work: 3.293822000036016 +Info 7892 [19:50:32.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.440969999996014 +Info 7893 [19:50:32.568] Format host information updated +Info 7894 [19:50:32.619] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7895 [19:50:32.629] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 10.265775999985635ms +Info 7896 [19:50:32.629] Different program with same set of files +Info 7897 [19:50:32.629] getCompletionData: Get current token: 0.02754899999126792 +Info 7898 [19:50:32.629] getCompletionData: Is inside comment: 0.015149999991990626 +Info 7899 [19:50:32.630] getCompletionData: Get previous token: 0.02418999990914017 +Info 7900 [19:50:32.630] getCompletionsAtPosition: isCompletionListBlocker: 0.009679000009782612 +Info 7901 [19:50:32.630] getExportInfoMap: cache hit +Info 7902 [19:50:32.632] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 7903 [19:50:32.632] collectAutoImports: response is complete +Info 7904 [19:50:32.632] collectAutoImports: 2.0507140000117943 +Info 7905 [19:50:32.632] getCompletionData: Semantic work: 2.7283860000316054 +Info 7906 [19:50:32.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4133610000135377 +Info 7907 [19:50:32.635] Format host information updated +Info 7908 [19:50:32.745] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7909 [19:50:32.755] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 9.924208999960683ms +Info 7910 [19:50:32.755] Different program with same set of files +Info 7911 [19:50:32.755] getCompletionData: Get current token: 0.005832000053487718 +Info 7912 [19:50:32.755] getCompletionData: Is inside comment: 0.016836000024341047 +Info 7913 [19:50:32.755] getCompletionData: Get previous token: 0.012838999973610044 +Info 7914 [19:50:32.755] getCompletionsAtPosition: isCompletionListBlocker: 0.003127999952994287 +Info 7915 [19:50:32.756] getCompletionData: Semantic work: 0.9872489999979734 +Info 7916 [19:50:32.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12134599999990314 +Info 7917 [19:50:32.757] Format host information updated +Info 7918 [19:50:32.972] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7919 [19:50:32.980] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 7.865232000011019ms +Info 7920 [19:50:32.980] Different program with same set of files +Info 7921 [19:50:32.980] getCompletionData: Get current token: 0.004982999991625547 +Info 7922 [19:50:32.980] getCompletionData: Is inside comment: 0.012375000049360096 +Info 7923 [19:50:32.980] getCompletionData: Get previous token: 0.020542999962344766 +Info 7924 [19:50:32.980] getCompletionsAtPosition: isCompletionListBlocker: 0.0024880000855773687 +Info 7925 [19:50:32.983] getCompletionData: Semantic work: 2.6659209999488667 +Info 7926 [19:50:32.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24849300005007535 +Info 7927 [19:50:32.984] Format host information updated +Info 7928 [19:50:33.304] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7929 [19:50:33.311] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 7.593013999983668ms +Info 7930 [19:50:33.312] Different program with same set of files +Info 7931 [19:50:33.312] getCompletionData: Get current token: 0.006410999922081828 +Info 7932 [19:50:33.312] getCompletionData: Is inside comment: 0.016518000047653913 +Info 7933 [19:50:33.312] getCompletionData: Get previous token: 0.027057999977841973 +Info 7934 [19:50:33.312] getCompletionsAtPosition: isCompletionListBlocker: 0.0026950000319629908 +Info 7935 [19:50:33.313] getCompletionData: Semantic work: 0.9038080000318587 +Info 7936 [19:50:33.313] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2934240000322461 +Info 7937 [19:50:33.316] Format host information updated +Info 7938 [19:50:33.416] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7939 [19:50:33.423] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 7.456349999993108ms +Info 7940 [19:50:33.423] Different program with same set of files +Info 7941 [19:50:33.423] getCompletionData: Get current token: 0.0053659999975934625 +Info 7942 [19:50:33.423] getCompletionData: Is inside comment: 0.015147999976761639 +Info 7943 [19:50:33.423] getCompletionData: Get previous token: 0.02494999999180436 +Info 7944 [19:50:33.423] getCompletionsAtPosition: isCompletionListBlocker: 0.0023369999835267663 +Info 7945 [19:50:33.424] getCompletionData: Semantic work: 0.844651999999769 +Info 7946 [19:50:33.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2677739999489859 +Info 7947 [19:50:33.427] Format host information updated +Info 7948 [19:50:33.537] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7949 [19:50:33.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 7.959385000052862ms +Info 7950 [19:50:33.545] Different program with same set of files +Info 7951 [19:50:33.546] getCompletionData: Get current token: 0.004847999894991517 +Info 7952 [19:50:33.546] getCompletionData: Is inside comment: 0.013337000040337443 +Info 7953 [19:50:33.546] getCompletionData: Get previous token: 0.02291599998716265 +Info 7954 [19:50:33.546] getCompletionsAtPosition: isCompletionListBlocker: 0.002283999929204583 +Info 7955 [19:50:33.546] getCompletionData: Semantic work: 0.8806180000538006 +Info 7956 [19:50:33.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24863699998240918 +Info 7957 [19:50:33.550] Format host information updated +Info 7958 [19:50:33.843] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7959 [19:50:33.850] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 7.161699999938719ms +Info 7960 [19:50:33.851] Different program with same set of files +Info 7961 [19:50:33.851] getCompletionData: Get current token: 0.005431999918073416 +Info 7962 [19:50:33.851] getCompletionData: Is inside comment: 0.01421599998138845 +Info 7963 [19:50:33.851] getCompletionData: Get previous token: 0.02467900002375245 +Info 7964 [19:50:33.851] getCompletionsAtPosition: isCompletionListBlocker: 0.003121999907307327 +Info 7965 [19:50:33.852] getCompletionData: Semantic work: 0.9152649999596179 +Info 7966 [19:50:33.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.27476800000295043 +Info 7967 [19:50:33.855] Format host information updated +Info 7968 [19:50:34.009] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7969 [19:50:34.036] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 26.72023699991405ms +Info 7970 [19:50:34.036] Different program with same set of files +Info 7971 [19:50:34.037] getCompletionData: Get current token: 0.015139999915845692 +Info 7972 [19:50:34.037] getCompletionData: Is inside comment: 0.043225000030361116 +Info 7973 [19:50:34.037] getCompletionData: Get previous token: 0.07442000007722527 +Info 7974 [19:50:34.037] getCompletionsAtPosition: isCompletionListBlocker: 0.006637000013142824 +Info 7975 [19:50:34.039] getCompletionData: Semantic work: 2.076574999955483 +Info 7976 [19:50:34.040] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6035899999551475 +Info 7977 [19:50:34.044] Format host information updated +Info 7978 [19:50:34.142] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7979 [19:50:34.157] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 15.15600399998948ms +Info 7980 [19:50:34.157] Different program with same set of files +Info 7981 [19:50:34.158] getCompletionData: Get current token: 0.012451999937184155 +Info 7982 [19:50:34.158] getCompletionData: Is inside comment: 0.0349870000500232 +Info 7983 [19:50:34.158] getCompletionData: Get previous token: 0.05784000002313405 +Info 7984 [19:50:34.158] getCompletionsAtPosition: isCompletionListBlocker: 0.00475900003220886 +Info 7985 [19:50:34.160] getCompletionData: Semantic work: 1.8762629999546334 +Info 7986 [19:50:34.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5799089999636635 +Info 7987 [19:50:34.162] Format host information updated +Info 7988 [19:50:34.253] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7989 [19:50:34.260] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 7.176674999995157ms +Info 7990 [19:50:34.260] Different program with same set of files +Info 7991 [19:50:34.260] getCompletionData: Get current token: 0.005438999971374869 +Info 7992 [19:50:34.260] getCompletionData: Is inside comment: 0.01670200005173683 +Info 7993 [19:50:34.260] getCompletionData: Get previous token: 0.025050000054761767 +Info 7994 [19:50:34.261] getCompletionsAtPosition: isCompletionListBlocker: 0.0024549999507144094 +Info 7995 [19:50:34.261] getCompletionData: Semantic work: 0.829604999977164 +Info 7996 [19:50:34.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2557960000121966 +Info 7997 [19:50:34.262] Format host information updated +Info 7998 [19:50:34.315] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7999 [19:50:34.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 8.392619999940507ms +Info 8000 [19:50:34.324] Different program with same set of files +Info 8001 [19:50:34.324] getCompletionData: Get current token: 0.006193000008352101 +Info 8002 [19:50:34.324] getCompletionData: Is inside comment: 0.017060999991372228 +Info 8003 [19:50:34.324] getCompletionData: Get previous token: 0.029032999998889863 +Info 8004 [19:50:34.324] getCompletionsAtPosition: isCompletionListBlocker: 0.0027760000666603446 +Info 8005 [19:50:34.325] getCompletionData: Semantic work: 0.9329239999642596 +Info 8006 [19:50:34.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2932269999291748 +Info 8007 [19:50:34.326] Format host information updated +Info 8008 [19:50:34.553] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8009 [19:50:34.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 6.90514099993743ms +Info 8010 [19:50:34.560] Different program with same set of files +Info 8011 [19:50:34.560] getCompletionData: Get current token: 0.0044299999717622995 +Info 8012 [19:50:34.560] getCompletionData: Is inside comment: 0.012132999952882528 +Info 8013 [19:50:34.560] getCompletionData: Get previous token: 0.020401000045239925 +Info 8014 [19:50:34.560] getCompletionsAtPosition: isCompletionListBlocker: 0.0026039999211207032 +Info 8015 [19:50:34.561] getCompletionData: Semantic work: 0.7216600000392646 +Info 8016 [19:50:34.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2211690000258386 +Info 8017 [19:50:34.562] Format host information updated +Info 8018 [19:50:34.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8019 [19:50:34.714] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 7.995366999995895ms +Info 8020 [19:50:34.714] Different program with same set of files +Info 8021 [19:50:34.715] getCompletionData: Get current token: 0.006708999979309738 +Info 8022 [19:50:34.715] getCompletionData: Is inside comment: 0.01791399996727705 +Info 8023 [19:50:34.715] getCompletionData: Get previous token: 0.03053900005761534 +Info 8024 [19:50:34.715] getCompletionsAtPosition: isCompletionListBlocker: 0.0034100000048056245 +Info 8025 [19:50:34.716] getCompletionData: Semantic work: 1.009665000019595 +Info 8026 [19:50:34.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.31982900004368275 +Info 8027 [19:50:34.717] Format host information updated +Info 8028 [19:50:34.798] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8029 [19:50:34.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 10.938002999988385ms +Info 8030 [19:50:34.809] Different program with same set of files +Info 8031 [19:50:34.809] getCompletionData: Get current token: 0.008289000019431114 +Info 8032 [19:50:34.809] getCompletionData: Is inside comment: 0.023772999993525445 +Info 8033 [19:50:34.809] getCompletionData: Get previous token: 0.038613999960944057 +Info 8034 [19:50:34.809] getCompletionsAtPosition: isCompletionListBlocker: 0.003285999991931021 +Info 8035 [19:50:34.811] getCompletionData: Semantic work: 1.2522129999706522 +Info 8036 [19:50:34.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41175299999304116 +Info 8037 [19:50:34.812] Format host information updated +Info 8038 [19:50:35.274] Format host information updated +Info 8039 [19:50:35.274] Format host information updated +Info 8040 [19:50:35.274] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8041 [19:50:35.281] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 761 structureChanged: false structureIsReused:: Completely Elapsed: 7.134086999925785ms +Info 8042 [19:50:35.281] Different program with same set of files +Info 8043 [19:50:35.281] getCompletionData: Get current token: 0.006007999996654689 +Info 8044 [19:50:35.281] getCompletionData: Is inside comment: 0.016088000033050776 +Info 8045 [19:50:35.281] getCompletionData: Get previous token: 0.01311499997973442 +Info 8046 [19:50:35.281] getCompletionsAtPosition: isCompletionListBlocker: 0.008875999948941171 +Info 8047 [19:50:35.282] getExportInfoMap: cache hit +Info 8048 [19:50:35.303] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8049 [19:50:35.303] collectAutoImports: response is complete +Info 8050 [19:50:35.303] collectAutoImports: 21.019990999950096 +Info 8051 [19:50:35.303] getCompletionData: Semantic work: 21.721014000009745 +Info 8052 [19:50:35.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.429482999956235 +Info 8053 [19:50:35.316] getCompletionData: Get current token: 0.011117000016383827 +Info 8054 [19:50:35.316] getCompletionData: Is inside comment: 0.0037379999412223697 +Info 8055 [19:50:35.316] getCompletionData: Get previous token: 0.028129999991506338 +Info 8056 [19:50:35.316] getCompletionsAtPosition: isCompletionListBlocker: 0.002634999924339354 +Info 8057 [19:50:35.317] getCompletionData: Semantic work: 0.7137039999943227 +Info 8058 [19:50:35.320] getCompletionData: Get current token: 0.009222000022418797 +Info 8059 [19:50:35.320] getCompletionData: Is inside comment: 0.0022279999684542418 +Info 8060 [19:50:35.320] getCompletionData: Get previous token: 0.026025000028312206 +Info 8061 [19:50:35.320] getCompletionsAtPosition: isCompletionListBlocker: 0.001879999996162951 +Info 8062 [19:50:35.320] getCompletionData: Semantic work: 0.10434099996928126 +Info 8063 [19:50:35.321] Format host information updated +Info 8064 [19:50:37.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8065 [19:50:37.313] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 10.183193999924697ms +Info 8066 [19:50:37.313] Different program with same set of files +Info 8067 [19:50:37.313] getCompletionData: Get current token: 0.005497999954968691 +Info 8068 [19:50:37.313] getCompletionData: Is inside comment: 0.0014429999282583594 +Info 8069 [19:50:37.313] getCompletionData: Get previous token: 0.05702499998733401 +Info 8070 [19:50:37.313] getCompletionsAtPosition: isCompletionListBlocker: 0.00926900003105402 +Info 8071 [19:50:37.314] getExportInfoMap: cache hit +Info 8072 [19:50:37.315] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8073 [19:50:37.315] collectAutoImports: response is complete +Info 8074 [19:50:37.315] collectAutoImports: 1.4059820000547916 +Info 8075 [19:50:37.315] getCompletionData: Semantic work: 2.046509000007063 +Info 8076 [19:50:37.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3833720000693575 +Info 8077 [19:50:37.317] Format host information updated +Info 8078 [19:50:37.531] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8079 [19:50:37.540] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 9.245272999978624ms +Info 8080 [19:50:37.540] Different program with same set of files +Info 8081 [19:50:37.540] getCompletionData: Get current token: 0.0049860000144690275 +Info 8082 [19:50:37.540] getCompletionData: Is inside comment: 0.0013620000099763274 +Info 8083 [19:50:37.540] getCompletionData: Get previous token: 0.022493000025860965 +Info 8084 [19:50:37.540] getCompletionsAtPosition: isCompletionListBlocker: 0.007375999935902655 +Info 8085 [19:50:37.541] getExportInfoMap: cache hit +Info 8086 [19:50:37.542] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8087 [19:50:37.542] collectAutoImports: response is complete +Info 8088 [19:50:37.542] collectAutoImports: 1.3107969999546185 +Info 8089 [19:50:37.542] getCompletionData: Semantic work: 1.9001279999502003 +Info 8090 [19:50:37.543] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1604430000297725 +Info 8091 [19:50:37.544] Format host information updated +Info 8092 [19:50:38.040] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8093 [19:50:38.050] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 9.821617000037804ms +Info 8094 [19:50:38.050] Different program with same set of files +Info 8095 [19:50:38.050] getCompletionData: Get current token: 0.0063569999765604734 +Info 8096 [19:50:38.050] getCompletionData: Is inside comment: 0.0015439999988302588 +Info 8097 [19:50:38.050] getCompletionData: Get previous token: 0.02239900000859052 +Info 8098 [19:50:38.050] getCompletionsAtPosition: isCompletionListBlocker: 0.002518000081181526 +Info 8099 [19:50:38.051] getCompletionData: Semantic work: 0.6783689999720082 +Info 8100 [19:50:38.051] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12831699999514967 +Info 8101 [19:50:38.052] Format host information updated +Info 8102 [19:50:38.718] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8103 [19:50:38.729] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 10.085097000002861ms +Info 8104 [19:50:38.729] Different program with same set of files +Info 8105 [19:50:38.729] getCompletionData: Get current token: 0.004937999998219311 +Info 8106 [19:50:38.729] getCompletionData: Is inside comment: 0.0012809999752789736 +Info 8107 [19:50:38.729] getCompletionData: Get previous token: 0.04413499997463077 +Info 8108 [19:50:38.729] getCompletionsAtPosition: isCompletionListBlocker: 0.002714000060223043 +Info 8109 [19:50:38.730] getCompletionData: Semantic work: 0.773176999995485 +Info 8110 [19:50:38.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11329400003887713 +Info 8111 [19:50:38.730] Format host information updated +Info 8112 [19:50:38.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8113 [19:50:38.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 8.119955000001937ms +Info 8114 [19:50:38.824] Different program with same set of files +Info 8115 [19:50:38.824] getCompletionData: Get current token: 0.00534999999217689 +Info 8116 [19:50:38.824] getCompletionData: Is inside comment: 0.001408000010997057 +Info 8117 [19:50:38.824] getCompletionData: Get previous token: 0.023875000071711838 +Info 8118 [19:50:38.824] getCompletionsAtPosition: isCompletionListBlocker: 0.0024240000639110804 +Info 8119 [19:50:38.825] getCompletionData: Semantic work: 0.582103000022471 +Info 8120 [19:50:38.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11773800000082701 +Info 8121 [19:50:38.828] Format host information updated +Info 8122 [19:50:38.943] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8123 [19:50:38.950] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 7.453253000043333ms +Info 8124 [19:50:38.950] Different program with same set of files +Info 8125 [19:50:38.950] getCompletionData: Get current token: 0.006347000016830862 +Info 8126 [19:50:38.950] getCompletionData: Is inside comment: 0.0015820000553503633 +Info 8127 [19:50:38.950] getCompletionData: Get previous token: 0.027974000084213912 +Info 8128 [19:50:38.950] getCompletionsAtPosition: isCompletionListBlocker: 0.002648000023327768 +Info 8129 [19:50:38.951] getCompletionData: Semantic work: 0.6359969999175519 +Info 8130 [19:50:38.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1300259999698028 +Info 8131 [19:50:38.954] Format host information updated +Info 8132 [19:50:39.054] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8133 [19:50:39.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 26.84721499995794ms +Info 8134 [19:50:39.081] Different program with same set of files +Info 8135 [19:50:39.082] getCompletionData: Get current token: 0.025843000039458275 +Info 8136 [19:50:39.082] getCompletionData: Is inside comment: 0.007117000059224665 +Info 8137 [19:50:39.082] getCompletionData: Get previous token: 0.11321800004225224 +Info 8138 [19:50:39.082] getCompletionsAtPosition: isCompletionListBlocker: 0.006896000006236136 +Info 8139 [19:50:39.085] getCompletionData: Semantic work: 2.2339119999669492 +Info 8140 [19:50:39.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.36171700002159923 +Info 8141 [19:50:39.093] Format host information updated +Info 8142 [19:50:39.237] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8143 [19:50:39.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 8.818934999988414ms +Info 8144 [19:50:39.246] Different program with same set of files +Info 8145 [19:50:39.246] getCompletionData: Get current token: 0.008433999959379435 +Info 8146 [19:50:39.246] getCompletionData: Is inside comment: 0.0016979998908936977 +Info 8147 [19:50:39.246] getCompletionData: Get previous token: 0.04135299997869879 +Info 8148 [19:50:39.246] getCompletionsAtPosition: isCompletionListBlocker: 0.0032500000670552254 +Info 8149 [19:50:39.247] getExportInfoMap: cache hit +Info 8150 [19:50:39.263] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8151 [19:50:39.263] collectAutoImports: response is complete +Info 8152 [19:50:39.263] collectAutoImports: 15.454660999937914 +Info 8153 [19:50:39.263] getCompletionData: Semantic work: 16.226567000034265 +Info 8154 [19:50:39.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.03222699998878 +Info 8155 [19:50:39.280] Format host information updated +Info 8156 [19:50:39.725] getCompletionData: Get current token: 0.005071999970823526 +Info 8157 [19:50:39.725] getCompletionData: Is inside comment: 0.015022000065073371 +Info 8158 [19:50:39.725] getCompletionData: Get previous token: 0.01220100000500679 +Info 8159 [19:50:39.725] getCompletionsAtPosition: isCompletionListBlocker: 0.009527000016532838 +Info 8160 [19:50:39.726] getExportInfoMap: cache hit +Info 8161 [19:50:39.735] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8162 [19:50:39.735] collectAutoImports: response is complete +Info 8163 [19:50:39.735] collectAutoImports: 8.966177999973297 +Info 8164 [19:50:39.735] getCompletionData: Semantic work: 9.722228999948129 +Info 8165 [19:50:39.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.635478000040166 +Info 8166 [19:50:39.796] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8167 [19:50:39.807] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 10.141270000021905ms +Info 8168 [19:50:39.807] Different program with same set of files +Info 8169 [19:50:39.807] getCompletionData: Get current token: 0.007809000089764595 +Info 8170 [19:50:39.807] getCompletionData: Is inside comment: 0.021991999936290085 +Info 8171 [19:50:39.807] getCompletionData: Get previous token: 0.017709000036120415 +Info 8172 [19:50:39.807] getCompletionsAtPosition: isCompletionListBlocker: 0.010290000005625188 +Info 8173 [19:50:39.808] getExportInfoMap: cache hit +Info 8174 [19:50:39.823] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8175 [19:50:39.823] collectAutoImports: response is complete +Info 8176 [19:50:39.823] collectAutoImports: 15.369363000034355 +Info 8177 [19:50:39.823] getCompletionData: Semantic work: 16.429363999981433 +Info 8178 [19:50:39.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.304146999958903 +Info 8179 [19:50:39.837] Format host information updated +Info 8180 [19:50:40.040] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8181 [19:50:40.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 771 structureChanged: false structureIsReused:: Completely Elapsed: 7.994315000018105ms +Info 8182 [19:50:40.048] Different program with same set of files +Info 8183 [19:50:40.049] getCompletionData: Get current token: 0.0057830000296235085 +Info 8184 [19:50:40.049] getCompletionData: Is inside comment: 0.01551100006327033 +Info 8185 [19:50:40.049] getCompletionData: Get previous token: 0.012896999949589372 +Info 8186 [19:50:40.049] getCompletionsAtPosition: isCompletionListBlocker: 0.0023040000814944506 +Info 8187 [19:50:40.050] getCompletionData: Semantic work: 0.7832269999198616 +Info 8188 [19:50:40.050] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05507999996189028 +Info 8189 [19:50:40.050] Format host information updated +Info 8190 [19:50:41.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8191 [19:50:41.083] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 10.556394999963231ms +Info 8192 [19:50:41.083] Different program with same set of files +Info 8193 [19:50:41.084] getCompletionData: Get current token: 0.005967000033706427 +Info 8194 [19:50:41.084] getCompletionData: Is inside comment: 0.015962000004947186 +Info 8195 [19:50:41.084] getCompletionData: Get previous token: 0.02629700000397861 +Info 8196 [19:50:41.084] getCompletionsAtPosition: isCompletionListBlocker: 0.002746000071056187 +Info 8197 [19:50:41.085] getCompletionData: Semantic work: 0.8383109999122098 +Info 8198 [19:50:41.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05310999997891486 +Info 8199 [19:50:41.085] Format host information updated +Info 8200 [19:50:41.134] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8201 [19:50:41.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 9.488925000070594ms +Info 8202 [19:50:41.144] Different program with same set of files +Info 8203 [19:50:41.144] getCompletionData: Get current token: 0.004498000023886561 +Info 8204 [19:50:41.144] getCompletionData: Is inside comment: 0.012287999968975782 +Info 8205 [19:50:41.144] getCompletionData: Get previous token: 0.02071000006981194 +Info 8206 [19:50:41.144] getCompletionsAtPosition: isCompletionListBlocker: 0.0022200000239536166 +Info 8207 [19:50:41.145] getCompletionData: Semantic work: 0.6485089999623597 +Info 8208 [19:50:41.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04043699998874217 +Info 8209 [19:50:41.146] Format host information updated +Info 8210 [19:50:41.274] Format host information updated +Info 8211 [19:50:41.274] getCompletionData: Get current token: 0.012095000012777746 +Info 8212 [19:50:41.274] getCompletionData: Is inside comment: 0.021797999972477555 +Info 8213 [19:50:41.274] getCompletionData: Get previous token: 0.020914999884553254 +Info 8214 [19:50:41.274] getCompletionsAtPosition: isCompletionListBlocker: 0.00278700003400445 +Info 8215 [19:50:41.275] getCompletionData: Semantic work: 0.376272999914363 +Info 8216 [19:50:41.548] Format host information updated +Info 8217 [19:50:41.549] getCompletionData: Get current token: 0.01079199998639524 +Info 8218 [19:50:41.549] getCompletionData: Is inside comment: 0.01822800002992153 +Info 8219 [19:50:41.549] getCompletionData: Get previous token: 0.02321100002154708 +Info 8220 [19:50:41.549] getCompletionsAtPosition: isCompletionListBlocker: 0.003108999924734235 +Info 8221 [19:50:41.549] getCompletionData: Semantic work: 0.4312470000004396 +Info 8222 [19:50:44.245] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8223 [19:50:44.259] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 13.812368999933824ms +Info 8224 [19:50:44.259] Different program with same set of files +Info 8225 [19:50:44.259] getCompletionData: Get current token: 0.004863000009208918 +Info 8226 [19:50:44.259] getCompletionData: Is inside comment: 0.011476999963633716 +Info 8227 [19:50:44.259] getCompletionData: Get previous token: 0.009079999988898635 +Info 8228 [19:50:44.259] getCompletionsAtPosition: isCompletionListBlocker: 0.002158000017516315 +Info 8229 [19:50:44.260] getCompletionData: Semantic work: 0.7204149999888614 +Info 8230 [19:50:44.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.041699000052176416 +Info 8231 [19:50:44.260] Format host information updated +Info 8232 [19:50:45.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8233 [19:50:45.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 10.075761999934912ms +Info 8234 [19:50:45.148] Different program with same set of files +Info 8235 [19:50:45.148] getCompletionData: Get current token: 0.005193999968469143 +Info 8236 [19:50:45.148] getCompletionData: Is inside comment: 0.0111950000282377 +Info 8237 [19:50:45.148] getCompletionData: Get previous token: 0.016055000014603138 +Info 8238 [19:50:45.148] getCompletionsAtPosition: isCompletionListBlocker: 0.0025939999613910913 +Info 8239 [19:50:45.149] getCompletionData: Semantic work: 0.6050739999627694 +Info 8240 [19:50:45.149] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.042486999998800457 +Info 8241 [19:50:45.150] Format host information updated +Info 8242 [19:50:45.242] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8243 [19:50:45.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 15.95868799998425ms +Info 8244 [19:50:45.258] Different program with same set of files +Info 8245 [19:50:45.258] getCompletionData: Get current token: 0.012272999971173704 +Info 8246 [19:50:45.259] getCompletionData: Is inside comment: 0.029972000047564507 +Info 8247 [19:50:45.259] getCompletionData: Get previous token: 0.047344000078737736 +Info 8248 [19:50:45.259] getCompletionsAtPosition: isCompletionListBlocker: 0.005089999991469085 +Info 8249 [19:50:45.260] getCompletionData: Semantic work: 1.5337859999854118 +Info 8250 [19:50:45.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10994400002527982 +Info 8251 [19:50:45.264] Format host information updated +Info 8252 [19:50:45.337] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8253 [19:50:45.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 7.054505000007339ms +Info 8254 [19:50:45.344] Different program with same set of files +Info 8255 [19:50:45.344] getCompletionData: Get current token: 0.005054000066593289 +Info 8256 [19:50:45.344] getCompletionData: Is inside comment: 0.011717000044882298 +Info 8257 [19:50:45.344] getCompletionData: Get previous token: 0.01904300006572157 +Info 8258 [19:50:45.344] getCompletionsAtPosition: isCompletionListBlocker: 0.0027299999492242932 +Info 8259 [19:50:45.345] getCompletionData: Semantic work: 0.660533000016585 +Info 8260 [19:50:45.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04544799996074289 +Info 8261 [19:50:45.347] Format host information updated +Info 8262 [19:50:45.456] Format host information updated +Info 8263 [19:50:45.456] getCompletionData: Get current token: 0.047802999964915216 +Info 8264 [19:50:45.456] getCompletionData: Is inside comment: 0.0361389999743551 +Info 8265 [19:50:45.456] getCompletionData: Get previous token: 0.017699000076390803 +Info 8266 [19:50:45.456] getCompletionsAtPosition: isCompletionListBlocker: 0.0029250000370666385 +Info 8267 [19:50:45.457] getCompletionData: Semantic work: 0.3274799999780953 +Info 8268 [19:50:46.518] Format host information updated +Info 8269 [19:50:46.518] getCompletionData: Get current token: 0.015041999984532595 +Info 8270 [19:50:46.518] getCompletionData: Is inside comment: 0.023803999996744096 +Info 8271 [19:50:46.518] getCompletionData: Get previous token: 0.031137999962083995 +Info 8272 [19:50:46.518] getCompletionsAtPosition: isCompletionListBlocker: 0.0034309999318793416 +Info 8273 [19:50:46.519] getCompletionData: Semantic work: 0.5174510000506416 +Info 8274 [19:50:51.008] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8275 [19:50:51.027] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 19.14038499991875ms +Info 8276 [19:50:51.027] Different program with same set of files +Info 8277 [19:50:51.028] getCompletionData: Get current token: 0.008707000059075654 +Info 8278 [19:50:51.028] getCompletionData: Is inside comment: 0.02870899997651577 +Info 8279 [19:50:51.028] getCompletionData: Get previous token: 0.0458939999807626 +Info 8280 [19:50:51.028] getCompletionsAtPosition: isCompletionListBlocker: 0.0019629999296739697 +Info 8281 [19:50:51.028] Returning an empty list because completion was requested in an invalid position. +Info 8282 [19:50:51.029] Format host information updated +Info 8283 [19:50:51.266] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8284 [19:50:51.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 20.109777000034228ms +Info 8285 [19:50:51.287] Different program with same set of files +Info 8286 [19:50:51.287] getCompletionData: Get current token: 0.0115029999287799 +Info 8287 [19:50:51.287] getCompletionData: Is inside comment: 0.03534200007561594 +Info 8288 [19:50:51.287] getCompletionData: Get previous token: 0.08507699996698648 +Info 8289 [19:50:51.287] getCompletionsAtPosition: isCompletionListBlocker: 0.0032449999125674367 +Info 8290 [19:50:51.287] Returning an empty list because completion was requested in an invalid position. +Info 8291 [19:50:51.288] Format host information updated +Info 8292 [19:50:51.604] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8293 [19:50:51.622] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 18.005613000015728ms +Info 8294 [19:50:51.622] Different program with same set of files +Info 8295 [19:50:51.622] getCompletionData: Get current token: 0.00559299997985363 +Info 8296 [19:50:51.622] getCompletionData: Is inside comment: 0.014607000048272312 +Info 8297 [19:50:51.622] getCompletionData: Get previous token: 0.02190400008112192 +Info 8298 [19:50:51.622] getCompletionsAtPosition: isCompletionListBlocker: 0.0021359999664127827 +Info 8299 [19:50:51.622] Returning an empty list because completion was requested in an invalid position. +Info 8300 [19:50:51.623] Format host information updated +Info 8301 [19:50:51.665] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8302 [19:50:51.675] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 781 structureChanged: false structureIsReused:: Completely Elapsed: 10.072290999931283ms +Info 8303 [19:50:51.675] Different program with same set of files +Info 8304 [19:50:51.675] getCompletionData: Get current token: 0.0049600000493228436 +Info 8305 [19:50:51.675] getCompletionData: Is inside comment: 0.01381899998523295 +Info 8306 [19:50:51.675] getCompletionData: Get previous token: 0.021360999904572964 +Info 8307 [19:50:51.675] getCompletionsAtPosition: isCompletionListBlocker: 0.0016049999976530671 +Info 8308 [19:50:51.675] Returning an empty list because completion was requested in an invalid position. +Info 8309 [19:50:51.675] Format host information updated +Info 8310 [19:50:51.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8311 [19:50:51.835] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 782 structureChanged: false structureIsReused:: Completely Elapsed: 15.187825000029989ms +Info 8312 [19:50:51.835] Different program with same set of files +Info 8313 [19:50:51.835] getCompletionData: Get current token: 0.008572000078856945 +Info 8314 [19:50:51.835] getCompletionData: Is inside comment: 0.026860999991185963 +Info 8315 [19:50:51.835] getCompletionData: Get previous token: 0.08266399998683482 +Info 8316 [19:50:51.835] getCompletionsAtPosition: isCompletionListBlocker: 0.0028989999555051327 +Info 8317 [19:50:51.835] Returning an empty list because completion was requested in an invalid position. +Info 8318 [19:50:51.836] Format host information updated +Info 8319 [19:50:51.879] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8320 [19:50:51.890] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 783 structureChanged: false structureIsReused:: Completely Elapsed: 10.328083000029437ms +Info 8321 [19:50:51.890] Different program with same set of files +Info 8322 [19:50:51.890] getCompletionData: Get current token: 0.004782999982126057 +Info 8323 [19:50:51.890] getCompletionData: Is inside comment: 0.01364699995610863 +Info 8324 [19:50:51.890] getCompletionData: Get previous token: 0.023026000009849668 +Info 8325 [19:50:51.890] getCompletionsAtPosition: isCompletionListBlocker: 0.00152299995534122 +Info 8326 [19:50:51.890] Returning an empty list because completion was requested in an invalid position. +Info 8327 [19:50:51.890] Format host information updated +Info 8328 [19:50:52.474] Format host information updated +Info 8329 [19:50:52.474] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8330 [19:50:52.483] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 8.67399799998384ms +Info 8331 [19:50:52.483] Different program with same set of files +Info 8332 [19:50:52.606] Format host information updated +Info 8333 [19:50:52.606] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8334 [19:50:52.614] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 7.994104000041261ms +Info 8335 [19:50:52.614] Different program with same set of files +Info 8336 [19:50:53.692] Format host information updated +Info 8337 [19:50:53.692] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8338 [19:50:53.699] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 7.207765999948606ms +Info 8339 [19:50:53.699] Different program with same set of files +Info 8340 [19:52:53.671] Format host information updated +Info 8341 [19:52:53.672] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8342 [19:52:53.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 7.983414999907836ms +Info 8343 [19:52:53.680] Different program with same set of files +Info 8344 [19:52:56.284] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8345 [19:52:56.295] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 10.347030999837443ms +Info 8346 [19:52:56.295] Different program with same set of files +Info 8347 [19:52:56.295] getCompletionData: Get current token: 0.004159000003710389 +Info 8348 [19:52:56.295] getCompletionData: Is inside comment: 0.012117999838665128 +Info 8349 [19:52:56.295] getCompletionData: Get previous token: 0.06833500019274652 +Info 8350 [19:52:56.295] getCompletionsAtPosition: isCompletionListBlocker: 0.00190100003965199 +Info 8351 [19:52:56.295] Returning an empty list because completion was requested in an invalid position. +Info 8352 [19:52:56.295] Format host information updated +Info 8353 [19:52:56.740] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8354 [19:52:56.750] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 10.374494999879971ms +Info 8355 [19:52:56.750] Different program with same set of files +Info 8356 [19:52:56.750] getCompletionData: Get current token: 0.0046270000748336315 +Info 8357 [19:52:56.750] getCompletionData: Is inside comment: 0.014636000152677298 +Info 8358 [19:52:56.751] getCompletionData: Get previous token: 0.02240599994547665 +Info 8359 [19:52:56.751] getCompletionsAtPosition: isCompletionListBlocker: 0.0016870000399649143 +Info 8360 [19:52:56.751] Returning an empty list because completion was requested in an invalid position. +Info 8361 [19:52:56.751] Format host information updated +Info 8362 [19:52:56.941] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8363 [19:52:56.952] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 10.911119000054896ms +Info 8364 [19:52:56.952] Different program with same set of files +Info 8365 [19:52:56.952] getCompletionData: Get current token: 0.0056229999754577875 +Info 8366 [19:52:56.952] getCompletionData: Is inside comment: 0.016348000150173903 +Info 8367 [19:52:56.952] getCompletionData: Get previous token: 0.02489100000821054 +Info 8368 [19:52:56.952] getCompletionsAtPosition: isCompletionListBlocker: 0.001964000053703785 +Info 8369 [19:52:56.952] Returning an empty list because completion was requested in an invalid position. +Info 8370 [19:52:56.952] Format host information updated +Info 8371 [19:52:57.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8372 [19:52:57.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 8.67723900009878ms +Info 8373 [19:52:57.009] Different program with same set of files +Info 8374 [19:52:57.009] getCompletionData: Get current token: 0.004656000062823296 +Info 8375 [19:52:57.009] getCompletionData: Is inside comment: 0.01387799996882677 +Info 8376 [19:52:57.009] getCompletionData: Get previous token: 0.02078999998047948 +Info 8377 [19:52:57.009] getCompletionsAtPosition: isCompletionListBlocker: 0.00178499985486269 +Info 8378 [19:52:57.009] Returning an empty list because completion was requested in an invalid position. +Info 8379 [19:52:57.010] Format host information updated +Info 8380 [19:52:57.134] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8381 [19:52:57.147] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 12.52636200003326ms +Info 8382 [19:52:57.147] Different program with same set of files +Info 8383 [19:52:57.147] getCompletionData: Get current token: 0.00937699992209673 +Info 8384 [19:52:57.147] getCompletionData: Is inside comment: 0.023031000047922134 +Info 8385 [19:52:57.147] getCompletionData: Get previous token: 0.037880999967455864 +Info 8386 [19:52:57.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0021030001807957888 +Info 8387 [19:52:57.147] Returning an empty list because completion was requested in an invalid position. +Info 8388 [19:52:57.149] Format host information updated +Info 8389 [19:52:57.256] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8390 [19:52:57.265] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 8.931330000050366ms +Info 8391 [19:52:57.265] Different program with same set of files +Info 8392 [19:52:57.265] getCompletionData: Get current token: 0.005084000062197447 +Info 8393 [19:52:57.265] getCompletionData: Is inside comment: 0.014221000019460917 +Info 8394 [19:52:57.265] getCompletionData: Get previous token: 0.021542999893426895 +Info 8395 [19:52:57.265] getCompletionsAtPosition: isCompletionListBlocker: 0.0016789999790489674 +Info 8396 [19:52:57.265] Returning an empty list because completion was requested in an invalid position. +Info 8397 [19:52:57.265] Format host information updated +Info 8398 [19:52:57.977] getCompletionData: Get current token: 0.004610999953001738 +Info 8399 [19:52:57.977] getCompletionData: Is inside comment: 0.01372399996034801 +Info 8400 [19:52:57.977] getCompletionData: Get previous token: 0.02349100005812943 +Info 8401 [19:52:57.977] getCompletionsAtPosition: isCompletionListBlocker: 0.003131000092253089 +Info 8402 [19:52:57.978] getCompletionData: Semantic work: 0.5794470000546426 +Info 8403 [19:52:57.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06516700005158782 +Info 8404 [19:53:44.795] Format host information updated +Info 8405 [19:53:44.795] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8406 [19:53:44.803] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 8.188802000135183ms +Info 8407 [19:53:44.803] Different program with same set of files +Info 8408 [19:53:44.982] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8409 [19:53:44.994] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 12.3314900000114ms +Info 8410 [19:53:44.994] Different program with same set of files +Info 8411 [19:53:44.994] getCompletionData: Get current token: 0.004978000186383724 +Info 8412 [19:53:44.994] getCompletionData: Is inside comment: 0.0014990000054240227 +Info 8413 [19:53:44.995] getCompletionData: Get previous token: 0.030212000012397766 +Info 8414 [19:53:44.995] getCompletionsAtPosition: isCompletionListBlocker: 0.01759600010700524 +Info 8415 [19:53:44.995] getExportInfoMap: cache hit +Info 8416 [19:53:44.998] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8417 [19:53:44.998] collectAutoImports: response is complete +Info 8418 [19:53:44.998] collectAutoImports: 2.1661829999648035 +Info 8419 [19:53:44.998] getCompletionData: Semantic work: 2.9866009999532253 +Info 8420 [19:53:45.000] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9376219999976456 +Info 8421 [19:53:45.001] Format host information updated +Info 8422 [19:53:45.149] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8423 [19:53:45.159] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 9.9769269998651ms +Info 8424 [19:53:45.159] Different program with same set of files +Info 8425 [19:53:45.159] getCompletionData: Get current token: 0.006975000025704503 +Info 8426 [19:53:45.159] getCompletionData: Is inside comment: 0.0016930000856518745 +Info 8427 [19:53:45.159] getCompletionData: Get previous token: 0.032583999913185835 +Info 8428 [19:53:45.159] getCompletionsAtPosition: isCompletionListBlocker: 0.008898000000044703 +Info 8429 [19:53:45.161] getExportInfoMap: cache hit +Info 8430 [19:53:45.163] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8431 [19:53:45.163] collectAutoImports: response is complete +Info 8432 [19:53:45.163] collectAutoImports: 1.9878020000178367 +Info 8433 [19:53:45.163] getCompletionData: Semantic work: 4.0377749998588115 +Info 8434 [19:53:45.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5007259999401867 +Info 8435 [19:53:45.166] Format host information updated +Info 8436 [19:53:45.263] Format host information updated +Info 8437 [19:53:45.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8438 [19:53:45.276] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 13.511368999956176ms +Info 8439 [19:53:45.276] Different program with same set of files +Info 8440 [19:53:46.821] Format host information updated +Info 8441 [19:53:46.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8442 [19:53:46.831] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 798 structureChanged: false structureIsReused:: Completely Elapsed: 10.328717000083998ms +Info 8443 [19:53:46.831] Different program with same set of files +Info 8444 [19:53:47.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8445 [19:53:47.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 799 structureChanged: false structureIsReused:: Completely Elapsed: 10.521819000132382ms +Info 8446 [19:53:47.327] Different program with same set of files +Info 8447 [19:53:47.327] getCompletionData: Get current token: 0.0050230000633746386 +Info 8448 [19:53:47.327] getCompletionData: Is inside comment: 0.013235999969765544 +Info 8449 [19:53:47.327] getCompletionData: Get previous token: 0.02218099986203015 +Info 8450 [19:53:47.327] getCompletionsAtPosition: isCompletionListBlocker: 0.008873000042513013 +Info 8451 [19:53:47.328] getExportInfoMap: cache hit +Info 8452 [19:53:47.332] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 8453 [19:53:47.332] collectAutoImports: response is complete +Info 8454 [19:53:47.332] collectAutoImports: 3.7167510001454502 +Info 8455 [19:53:47.332] getCompletionData: Semantic work: 4.34480300010182 +Info 8456 [19:53:47.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.288438000017777 +Info 8457 [19:53:47.335] Format host information updated +Info 8458 [19:53:47.377] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8459 [19:53:47.386] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 8.906091999961063ms +Info 8460 [19:53:47.386] Different program with same set of files +Info 8461 [19:53:47.386] getCompletionData: Get current token: 0.004242999944835901 +Info 8462 [19:53:47.386] getCompletionData: Is inside comment: 0.012186999898403883 +Info 8463 [19:53:47.386] getCompletionData: Get previous token: 0.020220000064000487 +Info 8464 [19:53:47.386] getCompletionsAtPosition: isCompletionListBlocker: 0.008728000102564692 +Info 8465 [19:53:47.387] getExportInfoMap: cache hit +Info 8466 [19:53:47.392] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 8467 [19:53:47.392] collectAutoImports: response is complete +Info 8468 [19:53:47.392] collectAutoImports: 4.895308000035584 +Info 8469 [19:53:47.392] getCompletionData: Semantic work: 5.6054100000765175 +Info 8470 [19:53:47.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6419599999208003 +Info 8471 [19:53:47.409] Format host information updated +Info 8472 [19:53:47.466] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8473 [19:53:47.475] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 8.26244099996984ms +Info 8474 [19:53:47.475] Different program with same set of files +Info 8475 [19:53:47.475] getCompletionData: Get current token: 0.004867000039666891 +Info 8476 [19:53:47.475] getCompletionData: Is inside comment: 0.012198999989777803 +Info 8477 [19:53:47.475] getCompletionData: Get previous token: 0.023295999970287085 +Info 8478 [19:53:47.475] getCompletionsAtPosition: isCompletionListBlocker: 0.007893000030890107 +Info 8479 [19:53:47.476] getExportInfoMap: cache hit +Info 8480 [19:53:47.478] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 8481 [19:53:47.478] collectAutoImports: response is complete +Info 8482 [19:53:47.478] collectAutoImports: 2.6843010000884533 +Info 8483 [19:53:47.478] getCompletionData: Semantic work: 3.4813210000284016 +Info 8484 [19:53:47.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.505115000065416 +Info 8485 [19:53:47.484] Format host information updated +Info 8486 [19:53:47.589] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8487 [19:53:47.597] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 8.065300999907777ms +Info 8488 [19:53:47.597] Different program with same set of files +Info 8489 [19:53:47.598] getCompletionData: Get current token: 0.0046369999181479216 +Info 8490 [19:53:47.598] getCompletionData: Is inside comment: 0.025889999931678176 +Info 8491 [19:53:47.598] getCompletionData: Get previous token: 0.022632000036537647 +Info 8492 [19:53:47.598] getCompletionsAtPosition: isCompletionListBlocker: 0.008184999926015735 +Info 8493 [19:53:47.599] getExportInfoMap: cache hit +Info 8494 [19:53:47.602] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8495 [19:53:47.602] collectAutoImports: response is complete +Info 8496 [19:53:47.602] collectAutoImports: 3.4962020001839846 +Info 8497 [19:53:47.602] getCompletionData: Semantic work: 4.75359999993816 +Info 8498 [19:53:47.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7612779999617487 +Info 8499 [19:53:47.607] Format host information updated +Info 8500 [19:53:47.680] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8501 [19:53:47.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 15.613048000028357ms +Info 8502 [19:53:47.696] Different program with same set of files +Info 8503 [19:53:47.696] getCompletionData: Get current token: 0.009622999932616949 +Info 8504 [19:53:47.696] getCompletionData: Is inside comment: 0.020862000063061714 +Info 8505 [19:53:47.696] getCompletionData: Get previous token: 0.037826000014320016 +Info 8506 [19:53:47.696] getCompletionsAtPosition: isCompletionListBlocker: 0.01107200002297759 +Info 8507 [19:53:47.697] getExportInfoMap: cache hit +Info 8508 [19:53:47.700] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8509 [19:53:47.700] collectAutoImports: response is complete +Info 8510 [19:53:47.700] collectAutoImports: 3.1725420001894236 +Info 8511 [19:53:47.700] getCompletionData: Semantic work: 4.130335999885574 +Info 8512 [19:53:47.703] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5764999999664724 +Info 8513 [19:53:47.704] Format host information updated +Info 8514 [19:53:47.743] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8515 [19:53:47.752] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 9.858831000048667ms +Info 8516 [19:53:47.752] Different program with same set of files +Info 8517 [19:53:47.753] getCompletionData: Get current token: 0.004415000090375543 +Info 8518 [19:53:47.753] getCompletionData: Is inside comment: 0.012175000039860606 +Info 8519 [19:53:47.753] getCompletionData: Get previous token: 0.020865000085905194 +Info 8520 [19:53:47.753] getCompletionsAtPosition: isCompletionListBlocker: 0.047565999906510115 +Info 8521 [19:53:47.753] getExportInfoMap: cache hit +Info 8522 [19:53:47.755] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8523 [19:53:47.755] collectAutoImports: response is complete +Info 8524 [19:53:47.755] collectAutoImports: 1.689534000121057 +Info 8525 [19:53:47.755] getCompletionData: Semantic work: 2.2979029999114573 +Info 8526 [19:53:47.756] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4076709998771548 +Info 8527 [19:53:47.757] Format host information updated +Info 8528 [19:53:48.005] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8529 [19:53:48.016] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 805 structureChanged: false structureIsReused:: Completely Elapsed: 10.212547000031918ms +Info 8530 [19:53:48.016] Different program with same set of files +Info 8531 [19:53:48.016] getCompletionData: Get current token: 0.009153000079095364 +Info 8532 [19:53:48.016] getCompletionData: Is inside comment: 0.026363000040873885 +Info 8533 [19:53:48.016] getCompletionData: Get previous token: 0.06510999985039234 +Info 8534 [19:53:48.016] getCompletionsAtPosition: isCompletionListBlocker: 0.010843999916687608 +Info 8535 [19:53:48.017] getExportInfoMap: cache hit +Info 8536 [19:53:48.019] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8537 [19:53:48.019] collectAutoImports: response is complete +Info 8538 [19:53:48.019] collectAutoImports: 1.5025049999821931 +Info 8539 [19:53:48.019] getCompletionData: Semantic work: 2.5812000001315027 +Info 8540 [19:53:48.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6175400000065565 +Info 8541 [19:53:48.021] Format host information updated +Info 8542 [19:53:48.085] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8543 [19:53:48.103] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 17.800904999952763ms +Info 8544 [19:53:48.103] Different program with same set of files +Info 8545 [19:53:48.103] getCompletionData: Get current token: 0.006401999853551388 +Info 8546 [19:53:48.103] getCompletionData: Is inside comment: 0.017082999926060438 +Info 8547 [19:53:48.103] getCompletionData: Get previous token: 0.028634999878704548 +Info 8548 [19:53:48.103] getCompletionsAtPosition: isCompletionListBlocker: 0.010255000088363886 +Info 8549 [19:53:48.104] getExportInfoMap: cache hit +Info 8550 [19:53:48.106] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8551 [19:53:48.106] collectAutoImports: response is complete +Info 8552 [19:53:48.106] collectAutoImports: 1.7988320000004023 +Info 8553 [19:53:48.106] getCompletionData: Semantic work: 2.571658000117168 +Info 8554 [19:53:48.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.649091999977827 +Info 8555 [19:53:48.109] Format host information updated +Info 8556 [19:53:48.187] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8557 [19:53:48.201] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 13.16691999998875ms +Info 8558 [19:53:48.201] Different program with same set of files +Info 8559 [19:53:48.201] getCompletionData: Get current token: 0.010855000000447035 +Info 8560 [19:53:48.201] getCompletionData: Is inside comment: 0.06637699995189905 +Info 8561 [19:53:48.201] getCompletionData: Get previous token: 0.08608600008301437 +Info 8562 [19:53:48.201] getCompletionsAtPosition: isCompletionListBlocker: 0.016435000114142895 +Info 8563 [19:53:48.203] getExportInfoMap: cache hit +Info 8564 [19:53:48.213] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8565 [19:53:48.213] collectAutoImports: response is complete +Info 8566 [19:53:48.213] collectAutoImports: 9.763523999834433 +Info 8567 [19:53:48.213] getCompletionData: Semantic work: 11.518426000140607 +Info 8568 [19:53:48.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.585558000020683 +Info 8569 [19:53:48.219] Format host information updated +Info 8570 [19:53:48.575] Format host information updated +Info 8571 [19:53:48.575] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8572 [19:53:48.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 7.798009000020102ms +Info 8573 [19:53:48.583] Different program with same set of files +Info 8574 [19:53:48.839] Format host information updated +Info 8575 [19:53:48.839] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8576 [19:53:48.847] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 7.560769000090659ms +Info 8577 [19:53:48.847] Different program with same set of files +Info 8578 [19:53:49.509] Format host information updated +Info 8579 [19:53:49.510] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8580 [19:53:49.517] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 810 structureChanged: false structureIsReused:: Completely Elapsed: 7.268129999982193ms +Info 8581 [19:53:49.517] Different program with same set of files +Info 8582 [19:53:49.967] Format host information updated +Info 8583 [19:53:49.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8584 [19:53:49.975] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 6.803389000007883ms +Info 8585 [19:53:49.975] Different program with same set of files +Info 8586 [19:53:50.112] Format host information updated +Info 8587 [19:53:50.112] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8588 [19:53:50.120] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 7.875999999931082ms +Info 8589 [19:53:50.120] Different program with same set of files +Info 8590 [19:53:50.283] Format host information updated +Info 8591 [19:53:50.284] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8592 [19:53:50.293] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 9.006944000022486ms +Info 8593 [19:53:50.293] Different program with same set of files +Info 8594 [19:53:50.392] Format host information updated +Info 8595 [19:53:50.392] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8596 [19:53:50.403] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 11.138678999850526ms +Info 8597 [19:53:50.403] Different program with same set of files +Info 8598 [19:53:50.675] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8599 [19:53:50.689] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 13.739008999895304ms +Info 8600 [19:53:50.689] Different program with same set of files +Info 8601 [19:53:50.690] getCompletionData: Get current token: 0.01591799990274012 +Info 8602 [19:53:50.690] getCompletionData: Is inside comment: 0.03633799985982478 +Info 8603 [19:53:50.690] getCompletionData: Get previous token: 0.05914600007236004 +Info 8604 [19:53:50.690] getCompletionsAtPosition: isCompletionListBlocker: 0.020157999824732542 +Info 8605 [19:53:50.692] getExportInfoMap: cache hit +Info 8606 [19:53:50.701] collectAutoImports: resolved 0 module specifiers, plus 40 ambient and 4 from cache +Info 8607 [19:53:50.702] collectAutoImports: response is complete +Info 8608 [19:53:50.702] collectAutoImports: 9.532997000031173 +Info 8609 [19:53:50.702] getCompletionData: Semantic work: 11.703928000060841 +Info 8610 [19:53:50.706] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7283489999827 +Info 8611 [19:53:50.709] Format host information updated +Info 8612 [19:53:50.746] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8613 [19:53:50.753] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 7.405375999864191ms +Info 8614 [19:53:50.753] Different program with same set of files +Info 8615 [19:53:50.753] getCompletionData: Get current token: 0.004513999912887812 +Info 8616 [19:53:50.753] getCompletionData: Is inside comment: 0.009891000110656023 +Info 8617 [19:53:50.753] getCompletionData: Get previous token: 0.01496000005863607 +Info 8618 [19:53:50.753] getCompletionsAtPosition: isCompletionListBlocker: 0.00926299998536706 +Info 8619 [19:53:50.754] getExportInfoMap: cache hit +Info 8620 [19:53:50.756] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 1 from cache +Info 8621 [19:53:50.756] collectAutoImports: response is complete +Info 8622 [19:53:50.756] collectAutoImports: 1.6619720000308007 +Info 8623 [19:53:50.756] getCompletionData: Semantic work: 2.370414999779314 +Info 8624 [19:53:50.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4450640000868589 +Info 8625 [19:53:50.758] Format host information updated +Info 8626 [19:53:50.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8627 [19:53:50.823] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 7.581579999998212ms +Info 8628 [19:53:50.823] Different program with same set of files +Info 8629 [19:53:50.823] getCompletionData: Get current token: 0.0049039998557418585 +Info 8630 [19:53:50.823] getCompletionData: Is inside comment: 0.012118000071495771 +Info 8631 [19:53:50.823] getCompletionData: Get previous token: 0.01733299996703863 +Info 8632 [19:53:50.823] getCompletionsAtPosition: isCompletionListBlocker: 0.008577000116929412 +Info 8633 [19:53:50.824] getExportInfoMap: cache hit +Info 8634 [19:53:50.826] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 8635 [19:53:50.826] collectAutoImports: response is complete +Info 8636 [19:53:50.826] collectAutoImports: 1.8173250001855195 +Info 8637 [19:53:50.826] getCompletionData: Semantic work: 2.4180699998978525 +Info 8638 [19:53:50.827] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3937539998441935 +Info 8639 [19:53:50.828] Format host information updated +Info 8640 [19:53:50.899] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8641 [19:53:50.908] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 818 structureChanged: false structureIsReused:: Completely Elapsed: 8.483864000067115ms +Info 8642 [19:53:50.908] Different program with same set of files +Info 8643 [19:53:50.908] getCompletionData: Get current token: 0.007387000136077404 +Info 8644 [19:53:50.908] getCompletionData: Is inside comment: 0.0144960000179708 +Info 8645 [19:53:50.908] getCompletionData: Get previous token: 0.022114999825134873 +Info 8646 [19:53:50.908] getCompletionsAtPosition: isCompletionListBlocker: 0.009285999927669764 +Info 8647 [19:53:50.908] getExportInfoMap: cache hit +Info 8648 [19:53:50.927] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8649 [19:53:50.927] collectAutoImports: response is complete +Info 8650 [19:53:50.927] collectAutoImports: 18.675289999926463 +Info 8651 [19:53:50.927] getCompletionData: Semantic work: 19.315484000137076 +Info 8652 [19:53:50.936] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.499774999916553 +Info 8653 [19:53:50.941] Format host information updated +Info 8654 [19:53:51.072] Format host information updated +Info 8655 [19:53:51.072] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8656 [19:53:51.082] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 819 structureChanged: false structureIsReused:: Completely Elapsed: 9.534438000060618ms +Info 8657 [19:53:51.082] Different program with same set of files +Info 8658 [19:53:51.494] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8659 [19:53:51.501] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 820 structureChanged: false structureIsReused:: Completely Elapsed: 7.4292869998607785ms +Info 8660 [19:53:51.502] Different program with same set of files +Info 8661 [19:53:51.502] getCompletionData: Get current token: 0.006200999952852726 +Info 8662 [19:53:51.502] getCompletionData: Is inside comment: 0.013165000127628446 +Info 8663 [19:53:51.502] getCompletionData: Get previous token: 0.01055500004440546 +Info 8664 [19:53:51.502] getCompletionsAtPosition: isCompletionListBlocker: 0.003407000098377466 +Info 8665 [19:53:51.502] getExportInfoMap: cache hit +Info 8666 [19:53:51.517] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8667 [19:53:51.517] collectAutoImports: response is complete +Info 8668 [19:53:51.517] collectAutoImports: 14.506061000050977 +Info 8669 [19:53:51.517] getCompletionData: Semantic work: 15.083487999858335 +Info 8670 [19:53:51.525] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.311494000023231 +Info 8671 [19:53:51.534] Format host information updated +Info 8672 [19:53:51.570] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8673 [19:53:51.584] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 821 structureChanged: false structureIsReused:: Completely Elapsed: 13.779727999819443ms +Info 8674 [19:53:51.584] Different program with same set of files +Info 8675 [19:53:51.584] getCompletionData: Get current token: 0.005750000011175871 +Info 8676 [19:53:51.584] getCompletionData: Is inside comment: 0.011597999837249517 +Info 8677 [19:53:51.584] getCompletionData: Get previous token: 0.008720000041648746 +Info 8678 [19:53:51.584] getCompletionsAtPosition: isCompletionListBlocker: 0.006363000022247434 +Info 8679 [19:53:51.585] getExportInfoMap: cache hit +Info 8680 [19:53:51.601] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8681 [19:53:51.601] collectAutoImports: response is complete +Info 8682 [19:53:51.601] collectAutoImports: 16.364793999819085 +Info 8683 [19:53:51.601] getCompletionData: Semantic work: 17.151010000146925 +Info 8684 [19:53:51.611] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.42235799995251 +Info 8685 [19:53:51.620] Format host information updated +Info 8686 [19:53:51.887] getCompletionData: Get current token: 0.021894000004976988 +Info 8687 [19:53:51.887] getCompletionData: Is inside comment: 0.005862000165507197 +Info 8688 [19:53:51.887] getCompletionData: Get previous token: 0.05931699997745454 +Info 8689 [19:53:51.887] getCompletionsAtPosition: isCompletionListBlocker: 0.011274999938905239 +Info 8690 [19:53:51.889] getExportInfoMap: cache hit +Info 8691 [19:53:51.918] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8692 [19:53:51.918] collectAutoImports: response is complete +Info 8693 [19:53:51.918] collectAutoImports: 29.011454000137746 +Info 8694 [19:53:51.918] getCompletionData: Semantic work: 31.114005000097677 +Info 8695 [19:53:51.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.48511500004679 +Info 8696 [19:53:52.080] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8697 [19:53:52.093] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 822 structureChanged: false structureIsReused:: Completely Elapsed: 13.354902000166476ms +Info 8698 [19:53:52.093] Different program with same set of files +Info 8699 [19:53:52.094] getCompletionData: Get current token: 0.0071650000754743814 +Info 8700 [19:53:52.094] getCompletionData: Is inside comment: 0.0021269998978823423 +Info 8701 [19:53:52.094] getCompletionData: Get previous token: 0.03073900006711483 +Info 8702 [19:53:52.094] getCompletionsAtPosition: isCompletionListBlocker: 0.00506000011228025 +Info 8703 [19:53:52.095] getExportInfoMap: cache hit +Info 8704 [19:53:52.099] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 8705 [19:53:52.099] collectAutoImports: response is complete +Info 8706 [19:53:52.099] collectAutoImports: 3.946712000062689 +Info 8707 [19:53:52.099] getCompletionData: Semantic work: 4.820999999996275 +Info 8708 [19:53:52.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3562489999458194 +Info 8709 [19:53:52.103] Format host information updated +Info 8710 [19:53:52.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8711 [19:53:52.173] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 823 structureChanged: false structureIsReused:: Completely Elapsed: 7.7010859998408705ms +Info 8712 [19:53:52.173] Different program with same set of files +Info 8713 [19:53:52.173] getCompletionData: Get current token: 0.004794000182300806 +Info 8714 [19:53:52.173] getCompletionData: Is inside comment: 0.001477999845519662 +Info 8715 [19:53:52.173] getCompletionData: Get previous token: 0.022434000158682466 +Info 8716 [19:53:52.173] getCompletionsAtPosition: isCompletionListBlocker: 0.0031250000465661287 +Info 8717 [19:53:52.174] getExportInfoMap: cache hit +Info 8718 [19:53:52.176] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 8719 [19:53:52.176] collectAutoImports: response is complete +Info 8720 [19:53:52.176] collectAutoImports: 2.176352000096813 +Info 8721 [19:53:52.176] getCompletionData: Semantic work: 2.7738950001075864 +Info 8722 [19:53:52.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3352010000962764 +Info 8723 [19:53:52.178] Format host information updated +Info 8724 [19:53:52.314] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8725 [19:53:52.322] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 824 structureChanged: false structureIsReused:: Completely Elapsed: 7.409116999944672ms +Info 8726 [19:53:52.322] Different program with same set of files +Info 8727 [19:53:52.322] getCompletionData: Get current token: 0.00507900002412498 +Info 8728 [19:53:52.322] getCompletionData: Is inside comment: 0.001508000073954463 +Info 8729 [19:53:52.322] getCompletionData: Get previous token: 0.02298999996855855 +Info 8730 [19:53:52.322] getCompletionsAtPosition: isCompletionListBlocker: 0.003210000228136778 +Info 8731 [19:53:52.323] getExportInfoMap: cache hit +Info 8732 [19:53:52.325] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8733 [19:53:52.325] collectAutoImports: response is complete +Info 8734 [19:53:52.325] collectAutoImports: 2.1127789998427033 +Info 8735 [19:53:52.325] getCompletionData: Semantic work: 2.7308780001476407 +Info 8736 [19:53:52.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3421809999272227 +Info 8737 [19:53:52.327] Format host information updated +Info 8738 [19:53:52.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8739 [19:53:52.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 825 structureChanged: false structureIsReused:: Completely Elapsed: 12.447920999955386ms +Info 8740 [19:53:52.415] Different program with same set of files +Info 8741 [19:53:52.415] getCompletionData: Get current token: 0.0083769999910146 +Info 8742 [19:53:52.415] getCompletionData: Is inside comment: 0.002633999800309539 +Info 8743 [19:53:52.415] getCompletionData: Get previous token: 0.03725100005976856 +Info 8744 [19:53:52.415] getCompletionsAtPosition: isCompletionListBlocker: 0.005905000027269125 +Info 8745 [19:53:52.416] getExportInfoMap: cache hit +Info 8746 [19:53:52.420] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8747 [19:53:52.420] collectAutoImports: response is complete +Info 8748 [19:53:52.420] collectAutoImports: 3.587931000161916 +Info 8749 [19:53:52.420] getCompletionData: Semantic work: 4.636339999968186 +Info 8750 [19:53:52.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.454124999931082 +Info 8751 [19:53:52.424] Format host information updated +Info 8752 [19:53:52.462] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8753 [19:53:52.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 826 structureChanged: false structureIsReused:: Completely Elapsed: 6.936301999958232ms +Info 8754 [19:53:52.469] Different program with same set of files +Info 8755 [19:53:52.470] getCompletionData: Get current token: 0.004010999808087945 +Info 8756 [19:53:52.470] getCompletionData: Is inside comment: 0.001227000029757619 +Info 8757 [19:53:52.470] getCompletionData: Get previous token: 0.01866100006736815 +Info 8758 [19:53:52.470] getCompletionsAtPosition: isCompletionListBlocker: 0.004047000082209706 +Info 8759 [19:53:52.470] getExportInfoMap: cache hit +Info 8760 [19:53:52.472] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 8761 [19:53:52.472] collectAutoImports: response is complete +Info 8762 [19:53:52.472] collectAutoImports: 1.798062999965623 +Info 8763 [19:53:52.472] getCompletionData: Semantic work: 2.39496499998495 +Info 8764 [19:53:52.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.306241000071168 +Info 8765 [19:53:52.474] Format host information updated +Info 8766 [19:53:52.761] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8767 [19:53:52.769] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 827 structureChanged: false structureIsReused:: Completely Elapsed: 8.677996000042185ms +Info 8768 [19:53:52.769] Different program with same set of files +Info 8769 [19:53:52.770] getCompletionData: Get current token: 0.006164000136777759 +Info 8770 [19:53:52.770] getCompletionData: Is inside comment: 0.0020639998838305473 +Info 8771 [19:53:52.770] getCompletionData: Get previous token: 0.025403999956324697 +Info 8772 [19:53:52.770] getCompletionsAtPosition: isCompletionListBlocker: 0.0038819999899715185 +Info 8773 [19:53:52.770] getExportInfoMap: cache hit +Info 8774 [19:53:52.772] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8775 [19:53:52.772] collectAutoImports: response is complete +Info 8776 [19:53:52.772] collectAutoImports: 1.9276600000448525 +Info 8777 [19:53:52.772] getCompletionData: Semantic work: 2.6606900000479072 +Info 8778 [19:53:52.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6580629998352379 +Info 8779 [19:53:52.775] Format host information updated +Info 8780 [19:53:52.831] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8781 [19:53:52.838] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 828 structureChanged: false structureIsReused:: Completely Elapsed: 7.384584999876097ms +Info 8782 [19:53:52.838] Different program with same set of files +Info 8783 [19:53:52.838] getCompletionData: Get current token: 0.00506900018081069 +Info 8784 [19:53:52.838] getCompletionData: Is inside comment: 0.0015470001380890608 +Info 8785 [19:53:52.838] getCompletionData: Get previous token: 0.021478000096976757 +Info 8786 [19:53:52.839] getCompletionsAtPosition: isCompletionListBlocker: 0.003595000132918358 +Info 8787 [19:53:52.839] getExportInfoMap: cache hit +Info 8788 [19:53:52.841] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8789 [19:53:52.841] collectAutoImports: response is complete +Info 8790 [19:53:52.841] collectAutoImports: 1.5386710001621395 +Info 8791 [19:53:52.841] getCompletionData: Semantic work: 2.103685000212863 +Info 8792 [19:53:52.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1733910001348704 +Info 8793 [19:53:52.843] Format host information updated +Info 8794 [19:53:53.018] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8795 [19:53:53.025] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 829 structureChanged: false structureIsReused:: Completely Elapsed: 7.010380999883637ms +Info 8796 [19:53:53.026] Different program with same set of files +Info 8797 [19:53:53.026] getCompletionData: Get current token: 0.00458399998024106 +Info 8798 [19:53:53.026] getCompletionData: Is inside comment: 0.001367000164464116 +Info 8799 [19:53:53.026] getCompletionData: Get previous token: 0.01993499998934567 +Info 8800 [19:53:53.026] getCompletionsAtPosition: isCompletionListBlocker: 0.0032190000638365746 +Info 8801 [19:53:53.026] getExportInfoMap: cache hit +Info 8802 [19:53:53.028] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8803 [19:53:53.028] collectAutoImports: response is complete +Info 8804 [19:53:53.028] collectAutoImports: 1.493519000010565 +Info 8805 [19:53:53.028] getCompletionData: Semantic work: 2.085679000010714 +Info 8806 [19:53:53.029] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2123709998559207 +Info 8807 [19:53:53.030] Format host information updated +Info 8808 [19:53:53.743] getCompletionData: Get current token: 0.0043750000186264515 +Info 8809 [19:53:53.743] getCompletionData: Is inside comment: 0.0015660000499337912 +Info 8810 [19:53:53.743] getCompletionData: Get previous token: 0.01749500003643334 +Info 8811 [19:53:53.743] getCompletionsAtPosition: isCompletionListBlocker: 0.004406000021845102 +Info 8812 [19:53:53.744] getExportInfoMap: cache hit +Info 8813 [19:53:53.745] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8814 [19:53:53.745] collectAutoImports: response is complete +Info 8815 [19:53:53.745] collectAutoImports: 1.3303670000750571 +Info 8816 [19:53:53.745] getCompletionData: Semantic work: 1.9439290000591427 +Info 8817 [19:53:53.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.042236000066623 +Info 8818 [19:53:54.077] Format host information updated +Info 8819 [19:53:54.077] Format host information updated +Info 8820 [19:53:54.077] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8821 [19:53:54.084] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 830 structureChanged: false structureIsReused:: Completely Elapsed: 7.083536999998614ms +Info 8822 [19:53:54.084] Different program with same set of files +Info 8823 [19:53:54.084] getCompletionData: Get current token: 0.009294999996200204 +Info 8824 [19:53:54.084] getCompletionData: Is inside comment: 0.0036490000784397125 +Info 8825 [19:53:54.084] getCompletionData: Get previous token: 0.016380999935790896 +Info 8826 [19:53:54.084] getCompletionsAtPosition: isCompletionListBlocker: 0.004006000002846122 +Info 8827 [19:53:54.085] getCompletionData: Semantic work: 0.4887029998935759 +Info 8828 [19:53:54.088] getCompletionData: Get current token: 0.030595999909564853 +Info 8829 [19:53:54.088] getCompletionData: Is inside comment: 0.020118999993428588 +Info 8830 [19:53:54.088] getCompletionData: Get previous token: 0.01550599979236722 +Info 8831 [19:53:54.088] getCompletionsAtPosition: isCompletionListBlocker: 0.0019169999286532402 +Info 8832 [19:53:54.088] getCompletionData: Semantic work: 0.478023000061512 +Info 8833 [19:53:54.088] Format host information updated +Info 8834 [19:53:54.457] getCompletionData: Get current token: 0.004532000049948692 +Info 8835 [19:53:54.457] getCompletionData: Is inside comment: 0.0013230000622570515 +Info 8836 [19:53:54.457] getCompletionData: Get previous token: 0.01169900014065206 +Info 8837 [19:53:54.457] getCompletionsAtPosition: isCompletionListBlocker: 0.003604999976232648 +Info 8838 [19:53:54.457] getExportInfoMap: cache hit +Info 8839 [19:53:54.467] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8840 [19:53:54.467] collectAutoImports: response is complete +Info 8841 [19:53:54.467] collectAutoImports: 9.343798999907449 +Info 8842 [19:53:54.467] getCompletionData: Semantic work: 9.977258999831975 +Info 8843 [19:53:54.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.311797000002116 +Info 8844 [19:53:54.716] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8845 [19:53:54.723] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 831 structureChanged: false structureIsReused:: Completely Elapsed: 6.839116000104696ms +Info 8846 [19:53:54.723] Different program with same set of files +Info 8847 [19:53:54.723] getCompletionData: Get current token: 0.0036349999718368053 +Info 8848 [19:53:54.723] getCompletionData: Is inside comment: 0.0012070001102983952 +Info 8849 [19:53:54.723] getCompletionData: Get previous token: 0.016026000026613474 +Info 8850 [19:53:54.723] getCompletionsAtPosition: isCompletionListBlocker: 0.0028890001121908426 +Info 8851 [19:53:54.724] getExportInfoMap: cache hit +Info 8852 [19:53:54.725] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8853 [19:53:54.725] collectAutoImports: response is complete +Info 8854 [19:53:54.725] collectAutoImports: 1.223958000075072 +Info 8855 [19:53:54.725] getCompletionData: Semantic work: 1.7914130000863224 +Info 8856 [19:53:54.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0541080001275986 +Info 8857 [19:53:54.727] Format host information updated +Info 8858 [19:53:55.005] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8859 [19:53:55.012] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 832 structureChanged: false structureIsReused:: Completely Elapsed: 6.856791000114754ms +Info 8860 [19:53:55.012] Different program with same set of files +Info 8861 [19:53:55.012] getCompletionData: Get current token: 0.0040339999832212925 +Info 8862 [19:53:55.012] getCompletionData: Is inside comment: 0.0011119998525828123 +Info 8863 [19:53:55.012] getCompletionData: Get previous token: 0.016808000160381198 +Info 8864 [19:53:55.012] getCompletionsAtPosition: isCompletionListBlocker: 0.002968000015243888 +Info 8865 [19:53:55.013] getExportInfoMap: cache hit +Info 8866 [19:53:55.014] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8867 [19:53:55.014] collectAutoImports: response is complete +Info 8868 [19:53:55.014] collectAutoImports: 1.3602340000215918 +Info 8869 [19:53:55.014] getCompletionData: Semantic work: 1.9373849998228252 +Info 8870 [19:53:55.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0079320000950247 +Info 8871 [19:53:55.016] Format host information updated +Info 8872 [19:53:55.064] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8873 [19:53:55.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 833 structureChanged: false structureIsReused:: Completely Elapsed: 7.033304000040516ms +Info 8874 [19:53:55.071] Different program with same set of files +Info 8875 [19:53:55.071] getCompletionData: Get current token: 0.0055680000223219395 +Info 8876 [19:53:55.071] getCompletionData: Is inside comment: 0.0018539999146014452 +Info 8877 [19:53:55.071] getCompletionData: Get previous token: 0.01870400016196072 +Info 8878 [19:53:55.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0024109999649226665 +Info 8879 [19:53:55.072] getCompletionData: Semantic work: 0.5164589998312294 +Info 8880 [19:53:55.072] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1107670001219958 +Info 8881 [19:53:55.073] Format host information updated +Info 8882 [19:53:55.627] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8883 [19:53:55.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 834 structureChanged: false structureIsReused:: Completely Elapsed: 7.0775099999736995ms +Info 8884 [19:53:55.634] Different program with same set of files +Info 8885 [19:53:55.634] getCompletionData: Get current token: 0.0050490000285208225 +Info 8886 [19:53:55.634] getCompletionData: Is inside comment: 0.0015279999934136868 +Info 8887 [19:53:55.634] getCompletionData: Get previous token: 0.020302999997511506 +Info 8888 [19:53:55.634] getCompletionsAtPosition: isCompletionListBlocker: 0.0026810001581907272 +Info 8889 [19:53:55.635] getCompletionData: Semantic work: 0.5179620000999421 +Info 8890 [19:53:55.635] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1144030001014471 +Info 8891 [19:53:55.636] Format host information updated +Info 8892 [19:53:55.693] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8893 [19:53:55.704] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 835 structureChanged: false structureIsReused:: Completely Elapsed: 10.376690000062808ms +Info 8894 [19:53:55.704] Different program with same set of files +Info 8895 [19:53:55.704] getCompletionData: Get current token: 0.007296999916434288 +Info 8896 [19:53:55.704] getCompletionData: Is inside comment: 0.0021559998858720064 +Info 8897 [19:53:55.704] getCompletionData: Get previous token: 0.033444999950006604 +Info 8898 [19:53:55.704] getCompletionsAtPosition: isCompletionListBlocker: 0.004129000008106232 +Info 8899 [19:53:55.705] getCompletionData: Semantic work: 0.8771440000273287 +Info 8900 [19:53:55.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2335409999359399 +Info 8901 [19:53:55.706] Format host information updated +Info 8902 [19:53:55.753] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8903 [19:53:55.760] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 836 structureChanged: false structureIsReused:: Completely Elapsed: 6.628857999807224ms +Info 8904 [19:53:55.760] Different program with same set of files +Info 8905 [19:53:55.760] getCompletionData: Get current token: 0.0048790001310408115 +Info 8906 [19:53:55.760] getCompletionData: Is inside comment: 0.0011720000766217709 +Info 8907 [19:53:55.760] getCompletionData: Get previous token: 0.019082000013440847 +Info 8908 [19:53:55.760] getCompletionsAtPosition: isCompletionListBlocker: 0.002177999820560217 +Info 8909 [19:53:55.760] getCompletionData: Semantic work: 0.47757899994030595 +Info 8910 [19:53:55.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10550300008617342 +Info 8911 [19:53:55.761] Format host information updated +Info 8912 [19:53:55.870] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8913 [19:53:55.877] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 837 structureChanged: false structureIsReused:: Completely Elapsed: 7.016738000093028ms +Info 8914 [19:53:55.877] Different program with same set of files +Info 8915 [19:53:55.877] getCompletionData: Get current token: 0.005323000019416213 +Info 8916 [19:53:55.877] getCompletionData: Is inside comment: 0.0014359999913722277 +Info 8917 [19:53:55.877] getCompletionData: Get previous token: 0.022317000199109316 +Info 8918 [19:53:55.877] getCompletionsAtPosition: isCompletionListBlocker: 0.0029959999956190586 +Info 8919 [19:53:55.878] getCompletionData: Semantic work: 0.5479679999407381 +Info 8920 [19:53:55.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11790199996903539 +Info 8921 [19:53:55.879] Format host information updated +Info 8922 [19:53:56.802] Format host information updated +Info 8923 [19:53:56.802] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8924 [19:53:56.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 838 structureChanged: false structureIsReused:: Completely Elapsed: 6.51603199983947ms +Info 8925 [19:53:56.809] Different program with same set of files +Info 8926 [19:53:58.241] getCompletionData: Get current token: 0.0043039999436587095 +Info 8927 [19:53:58.241] getCompletionData: Is inside comment: 0.0011690000537782907 +Info 8928 [19:53:58.241] getCompletionData: Get previous token: 0.016534999944269657 +Info 8929 [19:53:58.241] getCompletionsAtPosition: isCompletionListBlocker: 0.0037789999041706324 +Info 8930 [19:53:58.241] getExportInfoMap: cache hit +Info 8931 [19:53:58.252] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 8932 [19:53:58.252] collectAutoImports: response is complete +Info 8933 [19:53:58.252] collectAutoImports: 10.752696000039577 +Info 8934 [19:53:58.252] getCompletionData: Semantic work: 11.464105000020936 +Info 8935 [19:53:58.260] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.687065999954939 +Info 8936 [19:53:58.354] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8937 [19:53:58.361] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 839 structureChanged: false structureIsReused:: Completely Elapsed: 6.6404039999470115ms +Info 8938 [19:53:58.361] Different program with same set of files +Info 8939 [19:53:58.361] getCompletionData: Get current token: 0.0037789999041706324 +Info 8940 [19:53:58.361] getCompletionData: Is inside comment: 0.0011449998710304499 +Info 8941 [19:53:58.361] getCompletionData: Get previous token: 0.01616399991326034 +Info 8942 [19:53:58.361] getCompletionsAtPosition: isCompletionListBlocker: 0.0028559998609125614 +Info 8943 [19:53:58.362] getExportInfoMap: cache hit +Info 8944 [19:53:58.363] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8945 [19:53:58.363] collectAutoImports: response is complete +Info 8946 [19:53:58.363] collectAutoImports: 1.3586440000217408 +Info 8947 [19:53:58.363] getCompletionData: Semantic work: 1.9030470000579953 +Info 8948 [19:53:58.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1191400000825524 +Info 8949 [19:53:58.365] Format host information updated +Info 8950 [19:53:58.421] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8951 [19:53:58.431] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 840 structureChanged: false structureIsReused:: Completely Elapsed: 10.650247999932617ms +Info 8952 [19:53:58.431] Different program with same set of files +Info 8953 [19:53:58.432] getCompletionData: Get current token: 0.00519500020891428 +Info 8954 [19:53:58.432] getCompletionData: Is inside comment: 0.0016429999377578497 +Info 8955 [19:53:58.432] getCompletionData: Get previous token: 0.02298600017093122 +Info 8956 [19:53:58.432] getCompletionsAtPosition: isCompletionListBlocker: 0.0035800000187009573 +Info 8957 [19:53:58.432] getExportInfoMap: cache hit +Info 8958 [19:53:58.434] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8959 [19:53:58.434] collectAutoImports: response is complete +Info 8960 [19:53:58.434] collectAutoImports: 1.7258569998666644 +Info 8961 [19:53:58.434] getCompletionData: Semantic work: 2.4416120001114905 +Info 8962 [19:53:58.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3722839998081326 +Info 8963 [19:53:58.437] Format host information updated +Info 8964 [19:53:58.536] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8965 [19:53:58.546] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 841 structureChanged: false structureIsReused:: Completely Elapsed: 9.976360999979079ms +Info 8966 [19:53:58.546] Different program with same set of files +Info 8967 [19:53:58.547] getCompletionData: Get current token: 0.0045819999650120735 +Info 8968 [19:53:58.547] getCompletionData: Is inside comment: 0.0014879999216645956 +Info 8969 [19:53:58.547] getCompletionData: Get previous token: 0.020986999850720167 +Info 8970 [19:53:58.547] getCompletionsAtPosition: isCompletionListBlocker: 0.00407000002451241 +Info 8971 [19:53:58.547] getExportInfoMap: cache hit +Info 8972 [19:53:58.549] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8973 [19:53:58.549] collectAutoImports: response is complete +Info 8974 [19:53:58.549] collectAutoImports: 1.584608000004664 +Info 8975 [19:53:58.549] getCompletionData: Semantic work: 2.2699370000045747 +Info 8976 [19:53:58.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3128710000310093 +Info 8977 [19:53:58.551] Format host information updated +Info 8978 [19:53:58.684] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8979 [19:53:58.691] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 842 structureChanged: false structureIsReused:: Completely Elapsed: 7.216130000073463ms +Info 8980 [19:53:58.691] Different program with same set of files +Info 8981 [19:53:58.692] getCompletionData: Get current token: 0.0048940000124275684 +Info 8982 [19:53:58.694] getCompletionData: Is inside comment: 2.6977139997761697 +Info 8983 [19:53:58.694] getCompletionData: Get previous token: 0.03961400012485683 +Info 8984 [19:53:58.694] getCompletionsAtPosition: isCompletionListBlocker: 0.0051639999728649855 +Info 8985 [19:53:58.695] getExportInfoMap: cache hit +Info 8986 [19:53:58.697] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8987 [19:53:58.697] collectAutoImports: response is complete +Info 8988 [19:53:58.697] collectAutoImports: 1.6862800000235438 +Info 8989 [19:53:58.697] getCompletionData: Semantic work: 2.4645020000170916 +Info 8990 [19:53:58.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3705609999597073 +Info 8991 [19:53:58.699] Format host information updated +Info 8992 [19:53:58.766] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8993 [19:53:58.773] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 843 structureChanged: false structureIsReused:: Completely Elapsed: 6.6739529999904335ms +Info 8994 [19:53:58.773] Different program with same set of files +Info 8995 [19:53:58.773] getCompletionData: Get current token: 0.0039339999202638865 +Info 8996 [19:53:58.773] getCompletionData: Is inside comment: 0.0011579999700188637 +Info 8997 [19:53:58.773] getCompletionData: Get previous token: 0.01707700011320412 +Info 8998 [19:53:58.773] getCompletionsAtPosition: isCompletionListBlocker: 0.0033970000222325325 +Info 8999 [19:53:58.774] getExportInfoMap: cache hit +Info 9000 [19:53:58.775] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9001 [19:53:58.775] collectAutoImports: response is complete +Info 9002 [19:53:58.775] collectAutoImports: 1.2833300000056624 +Info 9003 [19:53:58.775] getCompletionData: Semantic work: 1.7881660000421107 +Info 9004 [19:53:58.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1067010001279414 +Info 9005 [19:53:58.780] Format host information updated +Info 9006 [19:53:58.827] Format host information updated +Info 9007 [19:53:58.828] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9008 [19:53:58.839] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 844 structureChanged: false structureIsReused:: Completely Elapsed: 11.811921999789774ms +Info 9009 [19:53:58.839] Different program with same set of files +Info 9010 [19:53:59.139] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9011 [19:53:59.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 845 structureChanged: false structureIsReused:: Completely Elapsed: 8.318901000078768ms +Info 9012 [19:53:59.148] Different program with same set of files +Info 9013 [19:53:59.148] getCompletionData: Get current token: 0.005139000015333295 +Info 9014 [19:53:59.148] getCompletionData: Is inside comment: 0.0016060001216828823 +Info 9015 [19:53:59.148] getCompletionData: Get previous token: 0.029172999784350395 +Info 9016 [19:53:59.148] getCompletionsAtPosition: isCompletionListBlocker: 0.008809999795630574 +Info 9017 [19:53:59.149] getExportInfoMap: cache hit +Info 9018 [19:53:59.153] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9019 [19:53:59.153] collectAutoImports: response is complete +Info 9020 [19:53:59.153] collectAutoImports: 3.9863450000993907 +Info 9021 [19:53:59.153] getCompletionData: Semantic work: 4.916367999976501 +Info 9022 [19:53:59.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9157110000960529 +Info 9023 [19:53:59.156] Format host information updated +Info 9024 [19:53:59.268] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9025 [19:53:59.278] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 846 structureChanged: false structureIsReused:: Completely Elapsed: 10.163914000149816ms +Info 9026 [19:53:59.278] Different program with same set of files +Info 9027 [19:53:59.278] getCompletionData: Get current token: 0.0062200000975281 +Info 9028 [19:53:59.278] getCompletionData: Is inside comment: 0.0017290001269429922 +Info 9029 [19:53:59.278] getCompletionData: Get previous token: 0.034878000151365995 +Info 9030 [19:53:59.278] getCompletionsAtPosition: isCompletionListBlocker: 0.009895000141113997 +Info 9031 [19:53:59.279] getExportInfoMap: cache hit +Info 9032 [19:53:59.281] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9033 [19:53:59.281] collectAutoImports: response is complete +Info 9034 [19:53:59.281] collectAutoImports: 1.8126729999203235 +Info 9035 [19:53:59.281] getCompletionData: Semantic work: 2.593963999999687 +Info 9036 [19:53:59.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5067350000608712 +Info 9037 [19:53:59.285] Format host information updated +Info 9038 [19:53:59.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9039 [19:53:59.397] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 847 structureChanged: false structureIsReused:: Completely Elapsed: 33.620855999877676ms +Info 9040 [19:53:59.397] Different program with same set of files +Info 9041 [19:53:59.398] getCompletionData: Get current token: 0.017500000074505806 +Info 9042 [19:53:59.398] getCompletionData: Is inside comment: 0.004509999882429838 +Info 9043 [19:53:59.398] getCompletionData: Get previous token: 0.06839999998919666 +Info 9044 [19:53:59.398] getCompletionsAtPosition: isCompletionListBlocker: 0.006141000194475055 +Info 9045 [19:53:59.399] getCompletionData: Semantic work: 1.6136679998598993 +Info 9046 [19:53:59.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41609499999321997 +Info 9047 [19:53:59.401] Format host information updated +Info 9048 [19:53:59.640] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9049 [19:53:59.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 848 structureChanged: false structureIsReused:: Completely Elapsed: 8.92203399981372ms +Info 9050 [19:53:59.649] Different program with same set of files +Info 9051 [19:53:59.649] getCompletionData: Get current token: 0.008038000203669071 +Info 9052 [19:53:59.649] getCompletionData: Is inside comment: 0.0021340001840144396 +Info 9053 [19:53:59.649] getCompletionData: Get previous token: 0.04115599999204278 +Info 9054 [19:53:59.649] getCompletionsAtPosition: isCompletionListBlocker: 0.003060000017285347 +Info 9055 [19:53:59.650] getCompletionData: Semantic work: 0.6281469999812543 +Info 9056 [19:53:59.650] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10794899985194206 +Info 9057 [19:53:59.651] Format host information updated +Info 9058 [19:53:59.743] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9059 [19:53:59.766] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 849 structureChanged: false structureIsReused:: Completely Elapsed: 22.29519600002095ms +Info 9060 [19:53:59.766] Different program with same set of files +Info 9061 [19:53:59.766] getCompletionData: Get current token: 0.019641999853774905 +Info 9062 [19:53:59.766] getCompletionData: Is inside comment: 0.0061160000041127205 +Info 9063 [19:53:59.767] getCompletionData: Get previous token: 0.10821500001475215 +Info 9064 [19:53:59.767] getCompletionsAtPosition: isCompletionListBlocker: 0.0077049999963492155 +Info 9065 [19:53:59.769] getCompletionData: Semantic work: 1.954702999908477 +Info 9066 [19:53:59.769] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.44497299985960126 +Info 9067 [19:53:59.776] Format host information updated +Info 9068 [19:53:59.886] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9069 [19:53:59.893] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 850 structureChanged: false structureIsReused:: Completely Elapsed: 7.262173000024632ms +Info 9070 [19:53:59.893] Different program with same set of files +Info 9071 [19:53:59.894] getCompletionData: Get current token: 0.005912999855354428 +Info 9072 [19:53:59.894] getCompletionData: Is inside comment: 0.0016799999866634607 +Info 9073 [19:53:59.894] getCompletionData: Get previous token: 0.029908000025898218 +Info 9074 [19:53:59.894] getCompletionsAtPosition: isCompletionListBlocker: 0.0029670000076293945 +Info 9075 [19:53:59.894] getCompletionData: Semantic work: 0.5666690000798553 +Info 9076 [19:53:59.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1268839999102056 +Info 9077 [19:53:59.897] Format host information updated +Info 9078 [19:54:00.319] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9079 [19:54:00.329] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 851 structureChanged: false structureIsReused:: Completely Elapsed: 9.90100000007078ms +Info 9080 [19:54:00.329] Different program with same set of files +Info 9081 [19:54:00.329] getCompletionData: Get current token: 0.0067269999999552965 +Info 9082 [19:54:00.329] getCompletionData: Is inside comment: 0.0016950001008808613 +Info 9083 [19:54:00.329] getCompletionData: Get previous token: 0.031115999910980463 +Info 9084 [19:54:00.329] getCompletionsAtPosition: isCompletionListBlocker: 0.003255999879911542 +Info 9085 [19:54:00.330] getCompletionData: Semantic work: 0.6344459999818355 +Info 9086 [19:54:00.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14069300005212426 +Info 9087 [19:54:00.333] Format host information updated +Info 9088 [19:54:00.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9089 [19:54:00.464] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 852 structureChanged: false structureIsReused:: Completely Elapsed: 7.626971999881789ms +Info 9090 [19:54:00.464] Different program with same set of files +Info 9091 [19:54:00.464] getCompletionData: Get current token: 0.005799000151455402 +Info 9092 [19:54:00.464] getCompletionData: Is inside comment: 0.0015470001380890608 +Info 9093 [19:54:00.464] getCompletionData: Get previous token: 0.03132000006735325 +Info 9094 [19:54:00.464] getCompletionsAtPosition: isCompletionListBlocker: 0.002643000101670623 +Info 9095 [19:54:00.465] getCompletionData: Semantic work: 0.6500609999056906 +Info 9096 [19:54:00.465] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13185700005851686 +Info 9097 [19:54:00.469] Format host information updated +Info 9098 [19:54:00.718] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9099 [19:54:00.725] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 853 structureChanged: false structureIsReused:: Completely Elapsed: 7.395854000002146ms +Info 9100 [19:54:00.725] Different program with same set of files +Info 9101 [19:54:00.726] getCompletionData: Get current token: 0.004907000111415982 +Info 9102 [19:54:00.726] getCompletionData: Is inside comment: 0.0012089998926967382 +Info 9103 [19:54:00.726] getCompletionData: Get previous token: 0.023748999927192926 +Info 9104 [19:54:00.726] getCompletionsAtPosition: isCompletionListBlocker: 0.002724000019952655 +Info 9105 [19:54:00.726] getCompletionData: Semantic work: 0.5717360000126064 +Info 9106 [19:54:00.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10637299995869398 +Info 9107 [19:54:00.729] Format host information updated +Info 9108 [19:54:00.837] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9109 [19:54:00.844] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 854 structureChanged: false structureIsReused:: Completely Elapsed: 7.326500999974087ms +Info 9110 [19:54:00.844] Different program with same set of files +Info 9111 [19:54:00.844] getCompletionData: Get current token: 0.005212000105530024 +Info 9112 [19:54:00.844] getCompletionData: Is inside comment: 0.001626000041142106 +Info 9113 [19:54:00.844] getCompletionData: Get previous token: 0.029150000074878335 +Info 9114 [19:54:00.844] getCompletionsAtPosition: isCompletionListBlocker: 0.002526999916881323 +Info 9115 [19:54:00.845] getCompletionData: Semantic work: 0.6367180000524968 +Info 9116 [19:54:00.845] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13682899996638298 +Info 9117 [19:54:00.848] Format host information updated +Info 9118 [19:54:00.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9119 [19:54:00.937] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 855 structureChanged: false structureIsReused:: Completely Elapsed: 20.380074999993667ms +Info 9120 [19:54:00.937] Different program with same set of files +Info 9121 [19:54:00.938] getCompletionData: Get current token: 0.01846499997191131 +Info 9122 [19:54:00.938] getCompletionData: Is inside comment: 0.005172000033780932 +Info 9123 [19:54:00.938] getCompletionData: Get previous token: 0.08829599991440773 +Info 9124 [19:54:00.938] getCompletionsAtPosition: isCompletionListBlocker: 0.007984000025317073 +Info 9125 [19:54:00.940] getCompletionData: Semantic work: 1.7210190000478178 +Info 9126 [19:54:00.941] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.38131899992004037 +Info 9127 [19:54:00.949] Format host information updated +Info 9128 [19:54:00.996] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9129 [19:54:01.004] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 856 structureChanged: false structureIsReused:: Completely Elapsed: 8.122888999991119ms +Info 9130 [19:54:01.004] Different program with same set of files +Info 9131 [19:54:01.005] getCompletionData: Get current token: 0.0052289997693151236 +Info 9132 [19:54:01.005] getCompletionData: Is inside comment: 0.00126400007866323 +Info 9133 [19:54:01.005] getCompletionData: Get previous token: 0.031921999994665384 +Info 9134 [19:54:01.005] getCompletionsAtPosition: isCompletionListBlocker: 0.0025649999734014273 +Info 9135 [19:54:01.005] getCompletionData: Semantic work: 0.5179000000935048 +Info 9136 [19:54:01.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11270100018009543 +Info 9137 [19:54:01.007] Format host information updated +Info 9138 [19:54:01.109] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9139 [19:54:01.116] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 857 structureChanged: false structureIsReused:: Completely Elapsed: 6.851039999863133ms +Info 9140 [19:54:01.116] Different program with same set of files +Info 9141 [19:54:01.116] getCompletionData: Get current token: 0.005313000176101923 +Info 9142 [19:54:01.116] getCompletionData: Is inside comment: 0.001623000018298626 +Info 9143 [19:54:01.116] getCompletionData: Get previous token: 0.027273999992758036 +Info 9144 [19:54:01.116] getCompletionsAtPosition: isCompletionListBlocker: 0.0026420000940561295 +Info 9145 [19:54:01.117] getCompletionData: Semantic work: 0.531330999918282 +Info 9146 [19:54:01.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1398680000565946 +Info 9147 [19:54:01.119] Format host information updated +Info 9148 [19:54:01.380] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9149 [19:54:01.387] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 858 structureChanged: false structureIsReused:: Completely Elapsed: 6.858724999940023ms +Info 9150 [19:54:01.387] Different program with same set of files +Info 9151 [19:54:01.387] getCompletionData: Get current token: 0.007098000030964613 +Info 9152 [19:54:01.387] getCompletionData: Is inside comment: 0.0015760001260787249 +Info 9153 [19:54:01.387] getCompletionData: Get previous token: 0.024328000145033002 +Info 9154 [19:54:01.387] getCompletionsAtPosition: isCompletionListBlocker: 0.0037589999847114086 +Info 9155 [19:54:01.388] getExportInfoMap: cache hit +Info 9156 [19:54:01.403] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9157 [19:54:01.403] collectAutoImports: response is complete +Info 9158 [19:54:01.403] collectAutoImports: 15.366314999992028 +Info 9159 [19:54:01.403] getCompletionData: Semantic work: 16.00698999990709 +Info 9160 [19:54:01.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.5430840000044554 +Info 9161 [19:54:01.420] Format host information updated +Info 9162 [19:54:01.992] getCompletionData: Get current token: 0.005428000120446086 +Info 9163 [19:54:01.992] getCompletionData: Is inside comment: 0.0014620001893490553 +Info 9164 [19:54:01.992] getCompletionData: Get previous token: 0.02536100009456277 +Info 9165 [19:54:01.992] getCompletionsAtPosition: isCompletionListBlocker: 0.004405000014230609 +Info 9166 [19:54:01.993] getExportInfoMap: cache hit +Info 9167 [19:54:01.994] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9168 [19:54:01.994] collectAutoImports: response is complete +Info 9169 [19:54:01.994] collectAutoImports: 1.4678340000100434 +Info 9170 [19:54:01.994] getCompletionData: Semantic work: 2.2086090000811964 +Info 9171 [19:54:01.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.038577999919653 +Info 9172 [19:54:02.200] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9173 [19:54:02.207] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 859 structureChanged: false structureIsReused:: Completely Elapsed: 7.600821000058204ms +Info 9174 [19:54:02.207] Different program with same set of files +Info 9175 [19:54:02.207] getCompletionData: Get current token: 0.0062149998266249895 +Info 9176 [19:54:02.207] getCompletionData: Is inside comment: 0.0015910000074654818 +Info 9177 [19:54:02.207] getCompletionData: Get previous token: 0.025381000014021993 +Info 9178 [19:54:02.207] getCompletionsAtPosition: isCompletionListBlocker: 0.009463000111281872 +Info 9179 [19:54:02.208] getExportInfoMap: cache hit +Info 9180 [19:54:02.220] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9181 [19:54:02.220] collectAutoImports: response is complete +Info 9182 [19:54:02.220] collectAutoImports: 11.550653000129387 +Info 9183 [19:54:02.220] getCompletionData: Semantic work: 12.18479200010188 +Info 9184 [19:54:02.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.212651000125334 +Info 9185 [19:54:02.233] Format host information updated +Info 9186 [19:54:03.014] getCompletionData: Get current token: 0.004452999914065003 +Info 9187 [19:54:03.014] getCompletionData: Is inside comment: 0.0012360000982880592 +Info 9188 [19:54:03.014] getCompletionData: Get previous token: 0.013774000108242035 +Info 9189 [19:54:03.014] getCompletionsAtPosition: isCompletionListBlocker: 0.016804000129923224 +Info 9190 [19:54:03.015] getExportInfoMap: cache hit +Info 9191 [19:54:03.022] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9192 [19:54:03.022] collectAutoImports: response is complete +Info 9193 [19:54:03.022] collectAutoImports: 6.922140000155196 +Info 9194 [19:54:03.022] getCompletionData: Semantic work: 7.592119000153616 +Info 9195 [19:54:03.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.299058000091463 +Info 9196 [19:54:03.257] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9197 [19:54:03.264] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 860 structureChanged: false structureIsReused:: Completely Elapsed: 7.153035999974236ms +Info 9198 [19:54:03.264] Different program with same set of files +Info 9199 [19:54:03.265] getCompletionData: Get current token: 0.005410999990999699 +Info 9200 [19:54:03.265] getCompletionData: Is inside comment: 0.001563000027090311 +Info 9201 [19:54:03.265] getCompletionData: Get previous token: 0.023114999989047647 +Info 9202 [19:54:03.265] getCompletionsAtPosition: isCompletionListBlocker: 0.0023610000498592854 +Info 9203 [19:54:03.267] getCompletionData: Semantic work: 2.355007000034675 +Info 9204 [19:54:03.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6458209999836981 +Info 9205 [19:54:03.270] Format host information updated +Info 9206 [19:54:04.619] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9207 [19:54:04.629] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 861 structureChanged: false structureIsReused:: Completely Elapsed: 9.311804000055417ms +Info 9208 [19:54:04.629] Different program with same set of files +Info 9209 [19:54:04.629] getCompletionData: Get current token: 0.004251000005751848 +Info 9210 [19:54:04.629] getCompletionData: Is inside comment: 0.0010939999483525753 +Info 9211 [19:54:04.629] getCompletionData: Get previous token: 0.023065000073984265 +Info 9212 [19:54:04.629] getCompletionsAtPosition: isCompletionListBlocker: 0.0030509999487549067 +Info 9213 [19:54:04.631] getCompletionData: Semantic work: 1.9029500000178814 +Info 9214 [19:54:04.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.496331000002101 +Info 9215 [19:54:04.633] Format host information updated +Info 9216 [19:54:04.996] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9217 [19:54:05.003] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 862 structureChanged: false structureIsReused:: Completely Elapsed: 7.378258999902755ms +Info 9218 [19:54:05.003] Different program with same set of files +Info 9219 [19:54:05.004] getCompletionData: Get current token: 0.004848000127822161 +Info 9220 [19:54:05.004] getCompletionData: Is inside comment: 0.001110999844968319 +Info 9221 [19:54:05.004] getCompletionData: Get previous token: 0.019394999835640192 +Info 9222 [19:54:05.004] getCompletionsAtPosition: isCompletionListBlocker: 0.0023270000237971544 +Info 9223 [19:54:05.005] getCompletionData: Semantic work: 1.714200000045821 +Info 9224 [19:54:05.007] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1206950000487268 +Info 9225 [19:54:05.007] Format host information updated +Info 9226 [19:54:05.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9227 [19:54:05.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 863 structureChanged: false structureIsReused:: Completely Elapsed: 9.898512999992818ms +Info 9228 [19:54:05.124] Different program with same set of files +Info 9229 [19:54:05.125] getCompletionData: Get current token: 0.0065460000187158585 +Info 9230 [19:54:05.125] getCompletionData: Is inside comment: 0.001603999873623252 +Info 9231 [19:54:05.125] getCompletionData: Get previous token: 0.022601000033318996 +Info 9232 [19:54:05.125] getCompletionsAtPosition: isCompletionListBlocker: 0.008799999952316284 +Info 9233 [19:54:05.125] getExportInfoMap: cache hit +Info 9234 [19:54:05.137] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9235 [19:54:05.137] collectAutoImports: response is complete +Info 9236 [19:54:05.137] collectAutoImports: 11.402174000162631 +Info 9237 [19:54:05.137] getCompletionData: Semantic work: 12.124529999913648 +Info 9238 [19:54:05.149] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.28582499991171 +Info 9239 [19:54:05.155] Format host information updated +Info 9240 [19:54:06.651] getCompletionData: Get current token: 0.004575999919325113 +Info 9241 [19:54:06.651] getCompletionData: Is inside comment: 0.0014430000446736813 +Info 9242 [19:54:06.651] getCompletionData: Get previous token: 0.011591000016778708 +Info 9243 [19:54:06.651] getCompletionsAtPosition: isCompletionListBlocker: 0.003647000063210726 +Info 9244 [19:54:06.652] getExportInfoMap: cache hit +Info 9245 [19:54:06.661] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9246 [19:54:06.661] collectAutoImports: response is complete +Info 9247 [19:54:06.661] collectAutoImports: 8.777925999835134 +Info 9248 [19:54:06.661] getCompletionData: Semantic work: 9.398233000189066 +Info 9249 [19:54:06.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.757665999932215 +Info 9250 [19:54:06.853] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9251 [19:54:06.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 864 structureChanged: false structureIsReused:: Completely Elapsed: 7.2107529998756945ms +Info 9252 [19:54:06.860] Different program with same set of files +Info 9253 [19:54:06.860] getCompletionData: Get current token: 0.007431000005453825 +Info 9254 [19:54:06.860] getCompletionData: Is inside comment: 0.001631000079214573 +Info 9255 [19:54:06.860] getCompletionData: Get previous token: 0.020871000131592155 +Info 9256 [19:54:06.860] getCompletionsAtPosition: isCompletionListBlocker: 0.003126999828964472 +Info 9257 [19:54:06.861] getExportInfoMap: cache hit +Info 9258 [19:54:06.876] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9259 [19:54:06.876] collectAutoImports: response is complete +Info 9260 [19:54:06.876] collectAutoImports: 14.874436999903992 +Info 9261 [19:54:06.876] getCompletionData: Semantic work: 15.523845999967307 +Info 9262 [19:54:06.887] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.18574499990791 +Info 9263 [19:54:06.895] Format host information updated +Info 9264 [19:54:07.757] getCompletionData: Get current token: 0.004882999928668141 +Info 9265 [19:54:07.757] getCompletionData: Is inside comment: 0.0014749998226761818 +Info 9266 [19:54:07.757] getCompletionData: Get previous token: 0.015725000062957406 +Info 9267 [19:54:07.757] getCompletionsAtPosition: isCompletionListBlocker: 0.009097999893128872 +Info 9268 [19:54:07.757] getExportInfoMap: cache hit +Info 9269 [19:54:07.764] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9270 [19:54:07.764] collectAutoImports: response is complete +Info 9271 [19:54:07.764] collectAutoImports: 6.562455999897793 +Info 9272 [19:54:07.764] getCompletionData: Semantic work: 7.198219000129029 +Info 9273 [19:54:07.769] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.226073999889195 +Info 9274 [19:54:08.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9275 [19:54:08.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 865 structureChanged: false structureIsReused:: Completely Elapsed: 9.3660089999903ms +Info 9276 [19:54:08.021] Different program with same set of files +Info 9277 [19:54:08.021] getCompletionData: Get current token: 0.006306000053882599 +Info 9278 [19:54:08.021] getCompletionData: Is inside comment: 0.0017170000355690718 +Info 9279 [19:54:08.021] getCompletionData: Get previous token: 0.020342000061646104 +Info 9280 [19:54:08.021] getCompletionsAtPosition: isCompletionListBlocker: 0.008970000082626939 +Info 9281 [19:54:08.022] getExportInfoMap: cache hit +Info 9282 [19:54:08.035] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9283 [19:54:08.035] collectAutoImports: response is complete +Info 9284 [19:54:08.035] collectAutoImports: 12.872651999816298 +Info 9285 [19:54:08.035] getCompletionData: Semantic work: 13.607810999965295 +Info 9286 [19:54:08.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.548421999905258 +Info 9287 [19:54:08.051] Format host information updated +Info 9288 [19:54:08.585] getCompletionData: Get current token: 0.009888999862596393 +Info 9289 [19:54:08.585] getCompletionData: Is inside comment: 0.002788000041618943 +Info 9290 [19:54:08.585] getCompletionData: Get previous token: 0.026333000045269728 +Info 9291 [19:54:08.585] getCompletionsAtPosition: isCompletionListBlocker: 0.014824999962002039 +Info 9292 [19:54:08.586] getExportInfoMap: cache hit +Info 9293 [19:54:08.594] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9294 [19:54:08.594] collectAutoImports: response is complete +Info 9295 [19:54:08.594] collectAutoImports: 8.33738199993968 +Info 9296 [19:54:08.594] getCompletionData: Semantic work: 9.440321000060067 +Info 9297 [19:54:08.602] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.558845000108704 +Info 9298 [19:54:09.071] getCompletionData: Get current token: 0.004252000013366342 +Info 9299 [19:54:09.071] getCompletionData: Is inside comment: 0.0011919999960809946 +Info 9300 [19:54:09.071] getCompletionData: Get previous token: 0.011206999886780977 +Info 9301 [19:54:09.071] getCompletionsAtPosition: isCompletionListBlocker: 0.009194999933242798 +Info 9302 [19:54:09.071] getExportInfoMap: cache hit +Info 9303 [19:54:09.078] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9304 [19:54:09.078] collectAutoImports: response is complete +Info 9305 [19:54:09.078] collectAutoImports: 6.680699000135064 +Info 9306 [19:54:09.078] getCompletionData: Semantic work: 7.320168999955058 +Info 9307 [19:54:09.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.722796999849379 +Info 9308 [19:54:09.314] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9309 [19:54:09.323] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 866 structureChanged: false structureIsReused:: Completely Elapsed: 8.963883999967948ms +Info 9310 [19:54:09.323] Different program with same set of files +Info 9311 [19:54:09.323] getCompletionData: Get current token: 0.005481000058352947 +Info 9312 [19:54:09.323] getCompletionData: Is inside comment: 0.001244999933987856 +Info 9313 [19:54:09.323] getCompletionData: Get previous token: 0.01861100015230477 +Info 9314 [19:54:09.323] getCompletionsAtPosition: isCompletionListBlocker: 0.0023949998430907726 +Info 9315 [19:54:09.325] getCompletionData: Semantic work: 1.777348999865353 +Info 9316 [19:54:09.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4817470000125468 +Info 9317 [19:54:09.326] Format host information updated +Info 9318 [19:54:10.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9319 [19:54:10.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 867 structureChanged: false structureIsReused:: Completely Elapsed: 7.083025999832898ms +Info 9320 [19:54:10.536] Different program with same set of files +Info 9321 [19:54:10.536] getCompletionData: Get current token: 0.005027000093832612 +Info 9322 [19:54:10.536] getCompletionData: Is inside comment: 0.0015449998900294304 +Info 9323 [19:54:10.536] getCompletionData: Get previous token: 0.023056999780237675 +Info 9324 [19:54:10.536] getCompletionsAtPosition: isCompletionListBlocker: 0.003200999926775694 +Info 9325 [19:54:10.541] getCompletionData: Semantic work: 4.2997120001818985 +Info 9326 [19:54:10.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8938559999223799 +Info 9327 [19:54:10.542] Format host information updated +Info 9328 [19:54:10.635] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9329 [19:54:10.642] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 868 structureChanged: false structureIsReused:: Completely Elapsed: 7.216829000040889ms +Info 9330 [19:54:10.642] Different program with same set of files +Info 9331 [19:54:10.643] getCompletionData: Get current token: 0.004491999978199601 +Info 9332 [19:54:10.643] getCompletionData: Is inside comment: 0.0013600001111626625 +Info 9333 [19:54:10.643] getCompletionData: Get previous token: 0.021161000011488795 +Info 9334 [19:54:10.643] getCompletionsAtPosition: isCompletionListBlocker: 0.0020529998000711203 +Info 9335 [19:54:10.644] getCompletionData: Semantic work: 1.824769000057131 +Info 9336 [19:54:10.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8249419999774545 +Info 9337 [19:54:10.649] Format host information updated +Info 9338 [19:54:10.862] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9339 [19:54:10.869] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 869 structureChanged: false structureIsReused:: Completely Elapsed: 7.018070999998599ms +Info 9340 [19:54:10.869] Different program with same set of files +Info 9341 [19:54:10.869] getCompletionData: Get current token: 0.004506999859586358 +Info 9342 [19:54:10.869] getCompletionData: Is inside comment: 0.0014039999805390835 +Info 9343 [19:54:10.869] getCompletionData: Get previous token: 0.0192219999153167 +Info 9344 [19:54:10.869] getCompletionsAtPosition: isCompletionListBlocker: 0.00216599996201694 +Info 9345 [19:54:10.871] getCompletionData: Semantic work: 1.7060450001154095 +Info 9346 [19:54:10.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7278579999692738 +Info 9347 [19:54:10.875] Format host information updated +Info 9348 [19:54:10.983] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9349 [19:54:10.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 870 structureChanged: false structureIsReused:: Completely Elapsed: 9.920245999936014ms +Info 9350 [19:54:10.993] Different program with same set of files +Info 9351 [19:54:10.993] getCompletionData: Get current token: 0.004653999814763665 +Info 9352 [19:54:10.993] getCompletionData: Is inside comment: 0.0011609999928623438 +Info 9353 [19:54:10.993] getCompletionData: Get previous token: 0.019127999898046255 +Info 9354 [19:54:10.993] getCompletionsAtPosition: isCompletionListBlocker: 0.002246999880298972 +Info 9355 [19:54:10.995] getCompletionData: Semantic work: 1.6170599998440593 +Info 9356 [19:54:10.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4474679999984801 +Info 9357 [19:54:10.999] Format host information updated +Info 9358 [19:54:11.313] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9359 [19:54:11.320] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 871 structureChanged: false structureIsReused:: Completely Elapsed: 6.881364000029862ms +Info 9360 [19:54:11.320] Different program with same set of files +Info 9361 [19:54:11.320] getCompletionData: Get current token: 0.005280999932438135 +Info 9362 [19:54:11.320] getCompletionData: Is inside comment: 0.0014280001632869244 +Info 9363 [19:54:11.320] getCompletionData: Get previous token: 0.022080000024288893 +Info 9364 [19:54:11.320] getCompletionsAtPosition: isCompletionListBlocker: 0.002348999958485365 +Info 9365 [19:54:11.322] getCompletionData: Semantic work: 1.782581000123173 +Info 9366 [19:54:11.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8059630000498146 +Info 9367 [19:54:11.326] Format host information updated +Info 9368 [19:54:11.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9369 [19:54:11.470] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 872 structureChanged: false structureIsReused:: Completely Elapsed: 6.707070999778807ms +Info 9370 [19:54:11.470] Different program with same set of files +Info 9371 [19:54:11.470] getCompletionData: Get current token: 0.003999999957159162 +Info 9372 [19:54:11.470] getCompletionData: Is inside comment: 0.0010809998493641615 +Info 9373 [19:54:11.470] getCompletionData: Get previous token: 0.018291000043973327 +Info 9374 [19:54:11.470] getCompletionsAtPosition: isCompletionListBlocker: 0.0019650000613182783 +Info 9375 [19:54:11.472] getCompletionData: Semantic work: 1.5191369999665767 +Info 9376 [19:54:11.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6882670000195503 +Info 9377 [19:54:11.476] Format host information updated +Info 9378 [19:54:11.524] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9379 [19:54:11.533] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 873 structureChanged: false structureIsReused:: Completely Elapsed: 8.918289999943227ms +Info 9380 [19:54:11.533] Different program with same set of files +Info 9381 [19:54:11.534] getCompletionData: Get current token: 0.0059269999619573355 +Info 9382 [19:54:11.534] getCompletionData: Is inside comment: 0.0019890000112354755 +Info 9383 [19:54:11.534] getCompletionData: Get previous token: 0.027948000002652407 +Info 9384 [19:54:11.534] getCompletionsAtPosition: isCompletionListBlocker: 0.002820999827235937 +Info 9385 [19:54:11.536] getCompletionData: Semantic work: 2.192155000055209 +Info 9386 [19:54:11.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5761559999082237 +Info 9387 [19:54:11.541] Format host information updated +Info 9388 [19:54:11.721] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9389 [19:54:11.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 874 structureChanged: false structureIsReused:: Completely Elapsed: 6.895355999935418ms +Info 9390 [19:54:11.727] Different program with same set of files +Info 9391 [19:54:11.728] getCompletionData: Get current token: 0.005087000085040927 +Info 9392 [19:54:11.728] getCompletionData: Is inside comment: 0.0013880000915378332 +Info 9393 [19:54:11.728] getCompletionData: Get previous token: 0.022288000211119652 +Info 9394 [19:54:11.728] getCompletionsAtPosition: isCompletionListBlocker: 0.0027100001461803913 +Info 9395 [19:54:11.728] getExportInfoMap: cache hit +Info 9396 [19:54:11.741] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9397 [19:54:11.741] collectAutoImports: response is complete +Info 9398 [19:54:11.741] collectAutoImports: 12.832911999896169 +Info 9399 [19:54:11.741] getCompletionData: Semantic work: 13.387111999792978 +Info 9400 [19:54:11.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.700130000011995 +Info 9401 [19:54:11.757] Format host information updated +Info 9402 [19:54:11.788] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9403 [19:54:11.795] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 875 structureChanged: false structureIsReused:: Completely Elapsed: 6.953543999930844ms +Info 9404 [19:54:11.795] Different program with same set of files +Info 9405 [19:54:11.796] getCompletionData: Get current token: 0.004358999896794558 +Info 9406 [19:54:11.796] getCompletionData: Is inside comment: 0.0011909999884665012 +Info 9407 [19:54:11.796] getCompletionData: Get previous token: 0.016780000180006027 +Info 9408 [19:54:11.796] getCompletionsAtPosition: isCompletionListBlocker: 0.006265999982133508 +Info 9409 [19:54:11.796] getExportInfoMap: cache hit +Info 9410 [19:54:11.805] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9411 [19:54:11.805] collectAutoImports: response is complete +Info 9412 [19:54:11.805] collectAutoImports: 8.38865500013344 +Info 9413 [19:54:11.805] getCompletionData: Semantic work: 9.054833000060171 +Info 9414 [19:54:11.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.961078000022098 +Info 9415 [19:54:11.818] Format host information updated +Info 9416 [19:54:12.138] getCompletionData: Get current token: 0.007960999850183725 +Info 9417 [19:54:12.138] getCompletionData: Is inside comment: 0.0020000000949949026 +Info 9418 [19:54:12.138] getCompletionData: Get previous token: 0.020075999898836017 +Info 9419 [19:54:12.138] getCompletionsAtPosition: isCompletionListBlocker: 0.0036909999325871468 +Info 9420 [19:54:12.138] getExportInfoMap: cache hit +Info 9421 [19:54:12.147] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9422 [19:54:12.147] collectAutoImports: response is complete +Info 9423 [19:54:12.147] collectAutoImports: 8.495441999984905 +Info 9424 [19:54:12.147] getCompletionData: Semantic work: 9.027664999943227 +Info 9425 [19:54:12.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.916132999816909 +Info 9426 [19:54:13.056] getCompletionData: Get current token: 0.004585999995470047 +Info 9427 [19:54:13.056] getCompletionData: Is inside comment: 0.001365999924018979 +Info 9428 [19:54:13.056] getCompletionData: Get previous token: 0.011763999937102199 +Info 9429 [19:54:13.056] getCompletionsAtPosition: isCompletionListBlocker: 0.004037000006064773 +Info 9430 [19:54:13.057] getExportInfoMap: cache hit +Info 9431 [19:54:13.064] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9432 [19:54:13.064] collectAutoImports: response is complete +Info 9433 [19:54:13.064] collectAutoImports: 6.754251999780536 +Info 9434 [19:54:13.064] getCompletionData: Semantic work: 7.301238999934867 +Info 9435 [19:54:13.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.5752959998790175 +Info 9436 [19:54:14.353] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9437 [19:54:14.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 876 structureChanged: false structureIsReused:: Completely Elapsed: 8.179754000157118ms +Info 9438 [19:54:14.362] Different program with same set of files +Info 9439 [19:54:14.362] getCompletionData: Get current token: 0.004061999963596463 +Info 9440 [19:54:14.362] getCompletionData: Is inside comment: 0.0010259998962283134 +Info 9441 [19:54:14.362] getCompletionData: Get previous token: 0.02252599992789328 +Info 9442 [19:54:14.362] getCompletionsAtPosition: isCompletionListBlocker: 0.0028180000372231007 +Info 9443 [19:54:14.363] getExportInfoMap: cache hit +Info 9444 [19:54:14.367] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 9445 [19:54:14.367] collectAutoImports: response is complete +Info 9446 [19:54:14.367] collectAutoImports: 4.2597509999759495 +Info 9447 [19:54:14.367] getCompletionData: Semantic work: 4.963285000063479 +Info 9448 [19:54:14.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8384010000154376 +Info 9449 [19:54:14.372] Format host information updated +Info 9450 [19:54:14.488] Format host information updated +Info 9451 [19:54:14.488] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9452 [19:54:14.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 877 structureChanged: false structureIsReused:: Completely Elapsed: 10.59991699992679ms +Info 9453 [19:54:14.499] Different program with same set of files +Info 9454 [19:54:14.864] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9455 [19:54:14.875] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 878 structureChanged: false structureIsReused:: Completely Elapsed: 10.262965000001714ms +Info 9456 [19:54:14.875] Different program with same set of files +Info 9457 [19:54:14.875] getCompletionData: Get current token: 0.004431999986991286 +Info 9458 [19:54:14.875] getCompletionData: Is inside comment: 0.0010790000669658184 +Info 9459 [19:54:14.875] getCompletionData: Get previous token: 0.021692000096663833 +Info 9460 [19:54:14.875] getCompletionsAtPosition: isCompletionListBlocker: 0.0067540002055466175 +Info 9461 [19:54:14.875] getExportInfoMap: cache hit +Info 9462 [19:54:14.886] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9463 [19:54:14.886] collectAutoImports: response is complete +Info 9464 [19:54:14.886] collectAutoImports: 10.201402999926358 +Info 9465 [19:54:14.886] getCompletionData: Semantic work: 10.734739999985322 +Info 9466 [19:54:14.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.589263000059873 +Info 9467 [19:54:14.900] Format host information updated +Info 9468 [19:54:15.090] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9469 [19:54:15.098] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 879 structureChanged: false structureIsReused:: Completely Elapsed: 7.917547000106424ms +Info 9470 [19:54:15.098] Different program with same set of files +Info 9471 [19:54:15.098] getCompletionData: Get current token: 0.0051819998770952225 +Info 9472 [19:54:15.098] getCompletionData: Is inside comment: 0.0012860000133514404 +Info 9473 [19:54:15.098] getCompletionData: Get previous token: 0.023689999943599105 +Info 9474 [19:54:15.098] getCompletionsAtPosition: isCompletionListBlocker: 0.008308999938890338 +Info 9475 [19:54:15.098] getExportInfoMap: cache hit +Info 9476 [19:54:15.111] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9477 [19:54:15.111] collectAutoImports: response is complete +Info 9478 [19:54:15.111] collectAutoImports: 12.26619500014931 +Info 9479 [19:54:15.111] getCompletionData: Semantic work: 12.865007000043988 +Info 9480 [19:54:15.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.978535000002012 +Info 9481 [19:54:15.127] Format host information updated +Info 9482 [19:54:15.172] Format host information updated +Info 9483 [19:54:15.172] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9484 [19:54:15.180] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 880 structureChanged: false structureIsReused:: Completely Elapsed: 7.910977000137791ms +Info 9485 [19:54:15.180] Different program with same set of files +Info 9486 [19:54:15.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9487 [19:54:15.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 881 structureChanged: false structureIsReused:: Completely Elapsed: 28.8876670000609ms +Info 9488 [19:54:15.331] Different program with same set of files +Info 9489 [19:54:15.331] getCompletionData: Get current token: 0.010778000112622976 +Info 9490 [19:54:15.331] getCompletionData: Is inside comment: 0.0034209999721497297 +Info 9491 [19:54:15.331] getCompletionData: Get previous token: 0.06589199998416007 +Info 9492 [19:54:15.331] getCompletionsAtPosition: isCompletionListBlocker: 0.015873999800533056 +Info 9493 [19:54:15.333] getExportInfoMap: cache hit +Info 9494 [19:54:15.339] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 9495 [19:54:15.339] collectAutoImports: response is complete +Info 9496 [19:54:15.339] collectAutoImports: 5.867903999984264 +Info 9497 [19:54:15.339] getCompletionData: Semantic work: 7.5469240001402795 +Info 9498 [19:54:15.344] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2589370000641793 +Info 9499 [19:54:15.346] Format host information updated +Info 9500 [19:54:15.366] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9501 [19:54:15.373] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 882 structureChanged: false structureIsReused:: Completely Elapsed: 7.540387999964878ms +Info 9502 [19:54:15.373] Different program with same set of files +Info 9503 [19:54:15.373] getCompletionData: Get current token: 0.004547999938949943 +Info 9504 [19:54:15.373] getCompletionData: Is inside comment: 0.0012229999992996454 +Info 9505 [19:54:15.373] getCompletionData: Get previous token: 0.02164599997922778 +Info 9506 [19:54:15.373] getCompletionsAtPosition: isCompletionListBlocker: 0.0022929999977350235 +Info 9507 [19:54:15.375] getCompletionData: Semantic work: 1.7958799998741597 +Info 9508 [19:54:15.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4027760000899434 +Info 9509 [19:54:15.376] Format host information updated +Info 9510 [19:54:16.726] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9511 [19:54:16.733] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 883 structureChanged: false structureIsReused:: Completely Elapsed: 7.142683999845758ms +Info 9512 [19:54:16.733] Different program with same set of files +Info 9513 [19:54:16.733] getCompletionData: Get current token: 0.004333000164479017 +Info 9514 [19:54:16.733] getCompletionData: Is inside comment: 0.0012799999676644802 +Info 9515 [19:54:16.733] getCompletionData: Get previous token: 0.02346099982969463 +Info 9516 [19:54:16.733] getCompletionsAtPosition: isCompletionListBlocker: 0.00710600009188056 +Info 9517 [19:54:16.734] getExportInfoMap: cache hit +Info 9518 [19:54:16.737] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 9519 [19:54:16.737] collectAutoImports: response is complete +Info 9520 [19:54:16.737] collectAutoImports: 2.693746999837458 +Info 9521 [19:54:16.737] getCompletionData: Semantic work: 3.28810100001283 +Info 9522 [19:54:16.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7015529999043792 +Info 9523 [19:54:16.742] Format host information updated +Info 9524 [19:54:17.213] getCompletionData: Get current token: 0.004336999962106347 +Info 9525 [19:54:17.213] getCompletionData: Is inside comment: 0.0013099999632686377 +Info 9526 [19:54:17.213] getCompletionData: Get previous token: 0.023296999977901578 +Info 9527 [19:54:17.213] getCompletionsAtPosition: isCompletionListBlocker: 0.008621999993920326 +Info 9528 [19:54:17.214] getExportInfoMap: cache hit +Info 9529 [19:54:17.216] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 9530 [19:54:17.216] collectAutoImports: response is complete +Info 9531 [19:54:17.216] collectAutoImports: 2.0755530002061278 +Info 9532 [19:54:17.216] getCompletionData: Semantic work: 2.7832919999491423 +Info 9533 [19:54:17.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3469109998550266 +Info 9534 [19:54:17.338] Format host information updated +Info 9535 [19:54:17.338] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9536 [19:54:17.346] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 884 structureChanged: false structureIsReused:: Completely Elapsed: 7.786650000140071ms +Info 9537 [19:54:17.346] Different program with same set of files +Info 9538 [19:54:17.486] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9539 [19:54:17.493] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 885 structureChanged: false structureIsReused:: Completely Elapsed: 7.146795999957249ms +Info 9540 [19:54:17.493] Different program with same set of files +Info 9541 [19:54:17.493] getCompletionData: Get current token: 0.005338999908417463 +Info 9542 [19:54:17.493] getCompletionData: Is inside comment: 0.001256000017747283 +Info 9543 [19:54:17.493] getCompletionData: Get previous token: 0.025363000109791756 +Info 9544 [19:54:17.493] getCompletionsAtPosition: isCompletionListBlocker: 0.007332999957725406 +Info 9545 [19:54:17.494] getExportInfoMap: cache hit +Info 9546 [19:54:17.506] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9547 [19:54:17.506] collectAutoImports: response is complete +Info 9548 [19:54:17.506] collectAutoImports: 11.990274999989197 +Info 9549 [19:54:17.506] getCompletionData: Semantic work: 12.578047999879345 +Info 9550 [19:54:17.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5819059999194 +Info 9551 [19:54:17.519] Format host information updated +Info 9552 [19:54:17.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9553 [19:54:17.586] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 886 structureChanged: false structureIsReused:: Completely Elapsed: 7.478428000118583ms +Info 9554 [19:54:17.586] Different program with same set of files +Info 9555 [19:54:17.586] getCompletionData: Get current token: 0.004769999999552965 +Info 9556 [19:54:17.586] getCompletionData: Is inside comment: 0.0014720000326633453 +Info 9557 [19:54:17.586] getCompletionData: Get previous token: 0.029947999864816666 +Info 9558 [19:54:17.586] getCompletionsAtPosition: isCompletionListBlocker: 0.00814999989233911 +Info 9559 [19:54:17.587] getExportInfoMap: cache hit +Info 9560 [19:54:17.596] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9561 [19:54:17.596] collectAutoImports: response is complete +Info 9562 [19:54:17.596] collectAutoImports: 9.660040999995545 +Info 9563 [19:54:17.596] getCompletionData: Semantic work: 10.266865000128746 +Info 9564 [19:54:17.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.6532850000076 +Info 9565 [19:54:17.611] Format host information updated +Info 9566 [19:54:17.728] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9567 [19:54:17.735] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 887 structureChanged: false structureIsReused:: Completely Elapsed: 7.908715000143275ms +Info 9568 [19:54:17.736] Different program with same set of files +Info 9569 [19:54:17.736] getCompletionData: Get current token: 0.006154000060632825 +Info 9570 [19:54:17.736] getCompletionData: Is inside comment: 0.001695999875664711 +Info 9571 [19:54:17.736] getCompletionData: Get previous token: 0.028507000068202615 +Info 9572 [19:54:17.736] getCompletionsAtPosition: isCompletionListBlocker: 0.008634000085294247 +Info 9573 [19:54:17.736] getExportInfoMap: cache hit +Info 9574 [19:54:17.750] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9575 [19:54:17.750] collectAutoImports: response is complete +Info 9576 [19:54:17.750] collectAutoImports: 13.604171999963 +Info 9577 [19:54:17.750] getCompletionData: Semantic work: 14.295674999943003 +Info 9578 [19:54:17.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.771111000096425 +Info 9579 [19:54:17.767] Format host information updated +Info 9580 [19:54:17.871] Format host information updated +Info 9581 [19:54:17.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9582 [19:54:17.901] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 888 structureChanged: false structureIsReused:: Completely Elapsed: 28.826735000126064ms +Info 9583 [19:54:17.901] Different program with same set of files +Info 9584 [19:54:18.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9585 [19:54:18.027] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 889 structureChanged: false structureIsReused:: Completely Elapsed: 7.680188999976963ms +Info 9586 [19:54:18.027] Different program with same set of files +Info 9587 [19:54:18.029] getCompletionData: Get current token: 0.017019000137224793 +Info 9588 [19:54:18.029] getCompletionData: Is inside comment: 0.003218000056222081 +Info 9589 [19:54:18.029] getCompletionData: Get previous token: 0.02676400006748736 +Info 9590 [19:54:18.029] getCompletionsAtPosition: isCompletionListBlocker: 0.0014739998150616884 +Info 9591 [19:54:18.029] Returning an empty list because completion was requested in an invalid position. +Info 9592 [19:54:18.029] Format host information updated +Info 9593 [19:54:18.134] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9594 [19:54:18.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 890 structureChanged: false structureIsReused:: Completely Elapsed: 7.743826000019908ms +Info 9595 [19:54:18.142] Different program with same set of files +Info 9596 [19:54:18.142] getCompletionData: Get current token: 0.006002999842166901 +Info 9597 [19:54:18.142] getCompletionData: Is inside comment: 0.001838000025600195 +Info 9598 [19:54:18.142] getCompletionData: Get previous token: 0.0290629998780787 +Info 9599 [19:54:18.142] getCompletionsAtPosition: isCompletionListBlocker: 0.010460000019520521 +Info 9600 [19:54:18.143] getExportInfoMap: cache hit +Info 9601 [19:54:18.154] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9602 [19:54:18.154] collectAutoImports: response is complete +Info 9603 [19:54:18.154] collectAutoImports: 11.125541999936104 +Info 9604 [19:54:18.154] getCompletionData: Semantic work: 11.867901000194252 +Info 9605 [19:54:18.164] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.59157199994661 +Info 9606 [19:54:18.169] Format host information updated +Info 9607 [19:54:18.433] getCompletionData: Get current token: 0.06178599991835654 +Info 9608 [19:54:18.433] getCompletionData: Is inside comment: 0.013694999972358346 +Info 9609 [19:54:18.434] getCompletionData: Get previous token: 0.13826399995014071 +Info 9610 [19:54:18.434] getCompletionsAtPosition: isCompletionListBlocker: 0.005536000011488795 +Info 9611 [19:54:18.434] Returning an empty list because completion was requested in an invalid position. +Info 9612 [19:54:18.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9613 [19:54:18.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 891 structureChanged: false structureIsReused:: Completely Elapsed: 9.544677999801934ms +Info 9614 [19:54:18.634] Different program with same set of files +Info 9615 [19:54:18.636] getCompletionData: Get current token: 0.01838499982841313 +Info 9616 [19:54:18.636] getCompletionData: Is inside comment: 0.003467999864369631 +Info 9617 [19:54:18.636] getCompletionData: Get previous token: 0.026280999882146716 +Info 9618 [19:54:18.636] getCompletionsAtPosition: isCompletionListBlocker: 0.0012169999536126852 +Info 9619 [19:54:18.636] Returning an empty list because completion was requested in an invalid position. +Info 9620 [19:54:18.636] Format host information updated +Info 9621 [19:54:18.688] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9622 [19:54:18.697] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 892 structureChanged: false structureIsReused:: Completely Elapsed: 9.665095000062138ms +Info 9623 [19:54:18.697] Different program with same set of files +Info 9624 [19:54:18.700] getCompletionData: Get current token: 0.027741999831050634 +Info 9625 [19:54:18.700] getCompletionData: Is inside comment: 0.005242000101134181 +Info 9626 [19:54:18.700] getCompletionData: Get previous token: 0.05699799978174269 +Info 9627 [19:54:18.700] getCompletionsAtPosition: isCompletionListBlocker: 0.001849000109359622 +Info 9628 [19:54:18.700] Returning an empty list because completion was requested in an invalid position. +Info 9629 [19:54:18.703] Format host information updated +Info 9630 [19:54:18.754] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9631 [19:54:18.761] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 893 structureChanged: false structureIsReused:: Completely Elapsed: 6.966224999865517ms +Info 9632 [19:54:18.761] Different program with same set of files +Info 9633 [19:54:18.763] getCompletionData: Get current token: 0.01852299994789064 +Info 9634 [19:54:18.763] getCompletionData: Is inside comment: 0.0029609999619424343 +Info 9635 [19:54:18.763] getCompletionData: Get previous token: 0.026255999924615026 +Info 9636 [19:54:18.763] getCompletionsAtPosition: isCompletionListBlocker: 0.0012060001026839018 +Info 9637 [19:54:18.763] Returning an empty list because completion was requested in an invalid position. +Info 9638 [19:54:18.765] Format host information updated +Info 9639 [19:54:18.827] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9640 [19:54:18.837] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 894 structureChanged: false structureIsReused:: Completely Elapsed: 9.75225599994883ms +Info 9641 [19:54:18.837] Different program with same set of files +Info 9642 [19:54:18.840] getCompletionData: Get current token: 0.025304999900981784 +Info 9643 [19:54:18.840] getCompletionData: Is inside comment: 0.0044450000859797 +Info 9644 [19:54:18.840] getCompletionData: Get previous token: 0.03854400012642145 +Info 9645 [19:54:18.840] getCompletionsAtPosition: isCompletionListBlocker: 0.001540999859571457 +Info 9646 [19:54:18.840] Returning an empty list because completion was requested in an invalid position. +Info 9647 [19:54:18.843] Format host information updated +Info 9648 [19:54:18.918] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9649 [19:54:18.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 895 structureChanged: false structureIsReused:: Completely Elapsed: 12.496772999875247ms +Info 9650 [19:54:18.930] Different program with same set of files +Info 9651 [19:54:18.934] getCompletionData: Get current token: 0.03426599991507828 +Info 9652 [19:54:18.934] getCompletionData: Is inside comment: 0.006265999982133508 +Info 9653 [19:54:18.934] getCompletionData: Get previous token: 0.051487999968230724 +Info 9654 [19:54:18.934] getCompletionsAtPosition: isCompletionListBlocker: 0.001986999996006489 +Info 9655 [19:54:18.934] Returning an empty list because completion was requested in an invalid position. +Info 9656 [19:54:18.934] Format host information updated +Info 9657 [19:54:19.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9658 [19:54:19.056] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 896 structureChanged: false structureIsReused:: Completely Elapsed: 7.73761499999091ms +Info 9659 [19:54:19.056] Different program with same set of files +Info 9660 [19:54:19.058] getCompletionData: Get current token: 0.019543000031262636 +Info 9661 [19:54:19.058] getCompletionData: Is inside comment: 0.003375000087544322 +Info 9662 [19:54:19.058] getCompletionData: Get previous token: 0.029091000091284513 +Info 9663 [19:54:19.058] getCompletionsAtPosition: isCompletionListBlocker: 0.0011889999732375145 +Info 9664 [19:54:19.058] Returning an empty list because completion was requested in an invalid position. +Info 9665 [19:54:19.058] Format host information updated +Info 9666 [19:54:19.175] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9667 [19:54:19.183] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 897 structureChanged: false structureIsReused:: Completely Elapsed: 7.776568999979645ms +Info 9668 [19:54:19.183] Different program with same set of files +Info 9669 [19:54:19.185] getCompletionData: Get current token: 0.019831000128760934 +Info 9670 [19:54:19.185] getCompletionData: Is inside comment: 0.0032149998005479574 +Info 9671 [19:54:19.185] getCompletionData: Get previous token: 0.025374000193551183 +Info 9672 [19:54:19.185] getCompletionsAtPosition: isCompletionListBlocker: 0.0010710000060498714 +Info 9673 [19:54:19.185] Returning an empty list because completion was requested in an invalid position. +Info 9674 [19:54:19.185] Format host information updated +Info 9675 [19:54:19.270] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9676 [19:54:19.280] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 898 structureChanged: false structureIsReused:: Completely Elapsed: 9.990288000088185ms +Info 9677 [19:54:19.280] Different program with same set of files +Info 9678 [19:54:19.282] getCompletionData: Get current token: 0.01818400016054511 +Info 9679 [19:54:19.282] getCompletionData: Is inside comment: 0.003098999848589301 +Info 9680 [19:54:19.282] getCompletionData: Get previous token: 0.02572400006465614 +Info 9681 [19:54:19.282] getCompletionsAtPosition: isCompletionListBlocker: 0.001092999940738082 +Info 9682 [19:54:19.282] Returning an empty list because completion was requested in an invalid position. +Info 9683 [19:54:19.282] Format host information updated +Info 9684 [19:54:19.616] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9685 [19:54:19.623] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 899 structureChanged: false structureIsReused:: Completely Elapsed: 6.928859999869019ms +Info 9686 [19:54:19.623] Different program with same set of files +Info 9687 [19:54:19.625] getCompletionData: Get current token: 0.02456299983896315 +Info 9688 [19:54:19.625] getCompletionData: Is inside comment: 0.0036440000403672457 +Info 9689 [19:54:19.625] getCompletionData: Get previous token: 0.028689000057056546 +Info 9690 [19:54:19.625] getCompletionsAtPosition: isCompletionListBlocker: 0.0011169998906552792 +Info 9691 [19:54:19.625] Returning an empty list because completion was requested in an invalid position. +Info 9692 [19:54:19.625] Format host information updated +Info 9693 [19:54:19.746] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9694 [19:54:19.753] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 900 structureChanged: false structureIsReused:: Completely Elapsed: 7.144565999973565ms +Info 9695 [19:54:19.753] Different program with same set of files +Info 9696 [19:54:19.755] getCompletionData: Get current token: 0.019724000012502074 +Info 9697 [19:54:19.755] getCompletionData: Is inside comment: 0.0036430000327527523 +Info 9698 [19:54:19.756] getCompletionData: Get previous token: 0.030664999969303608 +Info 9699 [19:54:19.756] getCompletionsAtPosition: isCompletionListBlocker: 0.0012260000221431255 +Info 9700 [19:54:19.756] Returning an empty list because completion was requested in an invalid position. +Info 9701 [19:54:19.756] Format host information updated +Info 9702 [19:54:19.867] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9703 [19:54:19.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 901 structureChanged: false structureIsReused:: Completely Elapsed: 7.226012999890372ms +Info 9704 [19:54:19.874] Different program with same set of files +Info 9705 [19:54:19.876] getCompletionData: Get current token: 0.02042700001038611 +Info 9706 [19:54:19.876] getCompletionData: Is inside comment: 0.0037360000424087048 +Info 9707 [19:54:19.876] getCompletionData: Get previous token: 0.03159400005824864 +Info 9708 [19:54:19.876] getCompletionsAtPosition: isCompletionListBlocker: 0.0013210000470280647 +Info 9709 [19:54:19.876] Returning an empty list because completion was requested in an invalid position. +Info 9710 [19:54:19.877] Format host information updated +Info 9711 [19:54:19.951] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9712 [19:54:19.964] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 902 structureChanged: false structureIsReused:: Completely Elapsed: 13.015282000182196ms +Info 9713 [19:54:19.964] Different program with same set of files +Info 9714 [19:54:19.968] getCompletionData: Get current token: 0.040256000123918056 +Info 9715 [19:54:19.968] getCompletionData: Is inside comment: 0.0069839998614043 +Info 9716 [19:54:19.968] getCompletionData: Get previous token: 0.06597200012765825 +Info 9717 [19:54:19.968] getCompletionsAtPosition: isCompletionListBlocker: 0.002130999928340316 +Info 9718 [19:54:19.968] Returning an empty list because completion was requested in an invalid position. +Info 9719 [19:54:19.968] Format host information updated +Info 9720 [19:54:20.015] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9721 [19:54:20.025] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 903 structureChanged: false structureIsReused:: Completely Elapsed: 9.51027199998498ms +Info 9722 [19:54:20.025] Different program with same set of files +Info 9723 [19:54:20.027] getCompletionData: Get current token: 0.01903600012883544 +Info 9724 [19:54:20.027] getCompletionData: Is inside comment: 0.0032760000322014093 +Info 9725 [19:54:20.027] getCompletionData: Get previous token: 0.029352999990805984 +Info 9726 [19:54:20.027] getCompletionsAtPosition: isCompletionListBlocker: 0.0011400000657886267 +Info 9727 [19:54:20.027] Returning an empty list because completion was requested in an invalid position. +Info 9728 [19:54:20.027] Format host information updated +Info 9729 [19:54:20.095] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9730 [19:54:20.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 904 structureChanged: false structureIsReused:: Completely Elapsed: 17.332280999980867ms +Info 9731 [19:54:20.112] Different program with same set of files +Info 9732 [19:54:20.116] getCompletionData: Get current token: 0.03748900000937283 +Info 9733 [19:54:20.116] getCompletionData: Is inside comment: 0.006914000026881695 +Info 9734 [19:54:20.116] getCompletionData: Get previous token: 0.05622699996456504 +Info 9735 [19:54:20.116] getCompletionsAtPosition: isCompletionListBlocker: 0.002002999885007739 +Info 9736 [19:54:20.116] Returning an empty list because completion was requested in an invalid position. +Info 9737 [19:54:20.117] Format host information updated +Info 9738 [19:54:20.272] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9739 [19:54:20.279] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 905 structureChanged: false structureIsReused:: Completely Elapsed: 7.215739999897778ms +Info 9740 [19:54:20.279] Different program with same set of files +Info 9741 [19:54:20.281] getCompletionData: Get current token: 0.018631000071763992 +Info 9742 [19:54:20.281] getCompletionData: Is inside comment: 0.0033809999004006386 +Info 9743 [19:54:20.281] getCompletionData: Get previous token: 0.030202999943867326 +Info 9744 [19:54:20.281] getCompletionsAtPosition: isCompletionListBlocker: 0.001256000017747283 +Info 9745 [19:54:20.281] Returning an empty list because completion was requested in an invalid position. +Info 9746 [19:54:20.284] Format host information updated +Info 9747 [19:54:20.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9748 [19:54:20.383] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 906 structureChanged: false structureIsReused:: Completely Elapsed: 7.443720000097528ms +Info 9749 [19:54:20.383] Different program with same set of files +Info 9750 [19:54:20.385] getCompletionData: Get current token: 0.030014999909326434 +Info 9751 [19:54:20.385] getCompletionData: Is inside comment: 0.0053969998843967915 +Info 9752 [19:54:20.385] getCompletionData: Get previous token: 0.045882999897003174 +Info 9753 [19:54:20.385] getCompletionsAtPosition: isCompletionListBlocker: 0.001677999971434474 +Info 9754 [19:54:20.385] Returning an empty list because completion was requested in an invalid position. +Info 9755 [19:54:20.388] Format host information updated +Info 9756 [19:54:20.444] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9757 [19:54:20.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 907 structureChanged: false structureIsReused:: Completely Elapsed: 7.679003000026569ms +Info 9758 [19:54:20.452] Different program with same set of files +Info 9759 [19:54:20.454] getCompletionData: Get current token: 0.021545000141486526 +Info 9760 [19:54:20.454] getCompletionData: Is inside comment: 0.004011999815702438 +Info 9761 [19:54:20.454] getCompletionData: Get previous token: 0.032466999953612685 +Info 9762 [19:54:20.454] getCompletionsAtPosition: isCompletionListBlocker: 0.0012809999752789736 +Info 9763 [19:54:20.454] Returning an empty list because completion was requested in an invalid position. +Info 9764 [19:54:20.458] Format host information updated +Info 9765 [19:54:20.512] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9766 [19:54:20.520] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 908 structureChanged: false structureIsReused:: Completely Elapsed: 7.786581000080332ms +Info 9767 [19:54:20.520] Different program with same set of files +Info 9768 [19:54:20.522] getCompletionData: Get current token: 0.02296199998818338 +Info 9769 [19:54:20.522] getCompletionData: Is inside comment: 0.0037430000957101583 +Info 9770 [19:54:20.522] getCompletionData: Get previous token: 0.031996999867260456 +Info 9771 [19:54:20.522] getCompletionsAtPosition: isCompletionListBlocker: 0.0017100002150982618 +Info 9772 [19:54:20.522] Returning an empty list because completion was requested in an invalid position. +Info 9773 [19:54:20.526] Format host information updated +Info 9774 [19:54:21.998] getCompletionData: Get current token: 0.00840199994854629 +Info 9775 [19:54:21.998] getCompletionData: Is inside comment: 0.0014909999445080757 +Info 9776 [19:54:21.998] getCompletionData: Get previous token: 0.012627999996766448 +Info 9777 [19:54:21.998] getCompletionsAtPosition: isCompletionListBlocker: 0.003836000105366111 +Info 9778 [19:54:21.999] getExportInfoMap: cache hit +Info 9779 [19:54:22.010] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9780 [19:54:22.010] collectAutoImports: response is complete +Info 9781 [19:54:22.010] collectAutoImports: 10.995135000208393 +Info 9782 [19:54:22.010] getCompletionData: Semantic work: 11.740172000136226 +Info 9783 [19:54:22.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.394781999988481 +Info 9784 [19:54:22.131] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9785 [19:54:22.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 909 structureChanged: false structureIsReused:: Completely Elapsed: 7.415826000040397ms +Info 9786 [19:54:22.138] Different program with same set of files +Info 9787 [19:54:22.138] getCompletionData: Get current token: 0.010475000133737922 +Info 9788 [19:54:22.138] getCompletionData: Is inside comment: 0.0016789999790489674 +Info 9789 [19:54:22.138] getCompletionData: Get previous token: 0.02183900005184114 +Info 9790 [19:54:22.138] getCompletionsAtPosition: isCompletionListBlocker: 0.007502000080421567 +Info 9791 [19:54:22.139] getExportInfoMap: cache hit +Info 9792 [19:54:22.151] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9793 [19:54:22.151] collectAutoImports: response is complete +Info 9794 [19:54:22.151] collectAutoImports: 12.117246000096202 +Info 9795 [19:54:22.151] getCompletionData: Semantic work: 12.704894999973476 +Info 9796 [19:54:22.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.821115999948233 +Info 9797 [19:54:22.164] Format host information updated +Info 9798 [19:54:23.394] getCompletionData: Get current token: 0.005303999874740839 +Info 9799 [19:54:23.394] getCompletionData: Is inside comment: 0.01241600001230836 +Info 9800 [19:54:23.394] getCompletionData: Get previous token: 0.009964999975636601 +Info 9801 [19:54:23.394] getCompletionsAtPosition: isCompletionListBlocker: 0.008526999969035387 +Info 9802 [19:54:23.394] getExportInfoMap: cache hit +Info 9803 [19:54:23.401] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9804 [19:54:23.401] collectAutoImports: response is complete +Info 9805 [19:54:23.401] collectAutoImports: 6.464856000151485 +Info 9806 [19:54:23.401] getCompletionData: Semantic work: 7.308262000093237 +Info 9807 [19:54:23.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.88134799990803 +Info 9808 [19:54:23.811] Format host information updated +Info 9809 [19:54:23.811] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9810 [19:54:23.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 910 structureChanged: false structureIsReused:: Completely Elapsed: 8.681618000147864ms +Info 9811 [19:54:23.820] Different program with same set of files +Info 9812 [19:54:23.883] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9813 [19:54:23.889] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 911 structureChanged: false structureIsReused:: Completely Elapsed: 6.730761999962851ms +Info 9814 [19:54:23.889] Different program with same set of files +Info 9815 [19:54:23.890] getCompletionData: Get current token: 0.006002000067383051 +Info 9816 [19:54:23.890] getCompletionData: Is inside comment: 0.010727999964728951 +Info 9817 [19:54:23.890] getCompletionData: Get previous token: 0.008482999866828322 +Info 9818 [19:54:23.890] getCompletionsAtPosition: isCompletionListBlocker: 0.002867000177502632 +Info 9819 [19:54:23.890] getExportInfoMap: cache hit +Info 9820 [19:54:23.902] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9821 [19:54:23.902] collectAutoImports: response is complete +Info 9822 [19:54:23.902] collectAutoImports: 11.551548999967054 +Info 9823 [19:54:23.902] getCompletionData: Semantic work: 12.03834000020288 +Info 9824 [19:54:23.910] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.630026000086218 +Info 9825 [19:54:23.918] Format host information updated +Info 9826 [19:54:23.954] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9827 [19:54:23.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 912 structureChanged: false structureIsReused:: Completely Elapsed: 6.870903000002727ms +Info 9828 [19:54:23.961] Different program with same set of files +Info 9829 [19:54:23.961] getCompletionData: Get current token: 0.004741000011563301 +Info 9830 [19:54:23.961] getCompletionData: Is inside comment: 0.01192099996842444 +Info 9831 [19:54:23.961] getCompletionData: Get previous token: 0.008835000218823552 +Info 9832 [19:54:23.961] getCompletionsAtPosition: isCompletionListBlocker: 0.006894000107422471 +Info 9833 [19:54:23.962] getExportInfoMap: cache hit +Info 9834 [19:54:23.973] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9835 [19:54:23.973] collectAutoImports: response is complete +Info 9836 [19:54:23.973] collectAutoImports: 11.282770999940112 +Info 9837 [19:54:23.973] getCompletionData: Semantic work: 12.010771000059322 +Info 9838 [19:54:23.980] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.381540999980643 +Info 9839 [19:54:23.985] Format host information updated +Info 9840 [19:54:24.339] getCompletionData: Get current token: 0.004783000098541379 +Info 9841 [19:54:24.339] getCompletionData: Is inside comment: 0.001330000115558505 +Info 9842 [19:54:24.339] getCompletionData: Get previous token: 0.012199999997392297 +Info 9843 [19:54:24.339] getCompletionsAtPosition: isCompletionListBlocker: 0.002517000073567033 +Info 9844 [19:54:24.340] getExportInfoMap: cache hit +Info 9845 [19:54:24.347] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 9846 [19:54:24.347] collectAutoImports: response is complete +Info 9847 [19:54:24.347] collectAutoImports: 6.668893000110984 +Info 9848 [19:54:24.347] getCompletionData: Semantic work: 7.284544000169262 +Info 9849 [19:54:24.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.78140199999325 +Info 9850 [19:54:24.507] Format host information updated +Info 9851 [19:54:24.507] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9852 [19:54:24.517] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 913 structureChanged: false structureIsReused:: Completely Elapsed: 10.0488249999471ms +Info 9853 [19:54:24.517] Different program with same set of files +Info 9854 [19:54:24.892] Format host information updated +Info 9855 [19:54:24.892] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9856 [19:54:24.899] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 914 structureChanged: false structureIsReused:: Completely Elapsed: 6.64221700001508ms +Info 9857 [19:54:24.899] Different program with same set of files +Info 9858 [19:54:25.118] Format host information updated +Info 9859 [19:54:25.119] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9860 [19:54:25.125] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 915 structureChanged: false structureIsReused:: Completely Elapsed: 6.389085999922827ms +Info 9861 [19:54:25.125] Different program with same set of files +Info 9862 [19:54:25.205] Format host information updated +Info 9863 [19:54:25.205] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9864 [19:54:25.226] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 916 structureChanged: false structureIsReused:: Completely Elapsed: 20.75112700019963ms +Info 9865 [19:54:25.226] Different program with same set of files +Info 9866 [19:54:25.695] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9867 [19:54:25.702] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 917 structureChanged: false structureIsReused:: Completely Elapsed: 7.0026859999634326ms +Info 9868 [19:54:25.702] Different program with same set of files +Info 9869 [19:54:25.702] getCompletionData: Get current token: 0.0045109998900443316 +Info 9870 [19:54:25.702] getCompletionData: Is inside comment: 0.010978000005707145 +Info 9871 [19:54:25.702] getCompletionData: Get previous token: 0.015208999859169126 +Info 9872 [19:54:25.702] getCompletionsAtPosition: isCompletionListBlocker: 0.002357000019401312 +Info 9873 [19:54:25.703] getExportInfoMap: cache hit +Info 9874 [19:54:25.705] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 9875 [19:54:25.705] collectAutoImports: response is complete +Info 9876 [19:54:25.705] collectAutoImports: 2.611390999983996 +Info 9877 [19:54:25.705] getCompletionData: Semantic work: 3.1987880000378937 +Info 9878 [19:54:25.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.59138200012967 +Info 9879 [19:54:25.710] Format host information updated +Info 9880 [19:54:25.754] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9881 [19:54:25.762] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 918 structureChanged: false structureIsReused:: Completely Elapsed: 7.695780999958515ms +Info 9882 [19:54:25.762] Different program with same set of files +Info 9883 [19:54:25.762] getCompletionData: Get current token: 0.005680000176653266 +Info 9884 [19:54:25.762] getCompletionData: Is inside comment: 0.013949000043794513 +Info 9885 [19:54:25.763] getCompletionData: Get previous token: 0.01946700015105307 +Info 9886 [19:54:25.763] getCompletionsAtPosition: isCompletionListBlocker: 0.0025160000659525394 +Info 9887 [19:54:25.763] getExportInfoMap: cache hit +Info 9888 [19:54:25.766] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 9889 [19:54:25.766] collectAutoImports: response is complete +Info 9890 [19:54:25.766] collectAutoImports: 2.411638000048697 +Info 9891 [19:54:25.766] getCompletionData: Semantic work: 3.027108000125736 +Info 9892 [19:54:25.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5276939999312162 +Info 9893 [19:54:25.771] Format host information updated +Info 9894 [19:54:25.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9895 [19:54:25.822] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 919 structureChanged: false structureIsReused:: Completely Elapsed: 6.817687000147998ms +Info 9896 [19:54:25.822] Different program with same set of files +Info 9897 [19:54:25.822] getCompletionData: Get current token: 0.004318000050261617 +Info 9898 [19:54:25.822] getCompletionData: Is inside comment: 0.010805999860167503 +Info 9899 [19:54:25.822] getCompletionData: Get previous token: 0.01596600003540516 +Info 9900 [19:54:25.822] getCompletionsAtPosition: isCompletionListBlocker: 0.002050000010058284 +Info 9901 [19:54:25.822] getExportInfoMap: cache hit +Info 9902 [19:54:25.824] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 9903 [19:54:25.824] collectAutoImports: response is complete +Info 9904 [19:54:25.824] collectAutoImports: 1.798149999929592 +Info 9905 [19:54:25.824] getCompletionData: Semantic work: 2.294484999962151 +Info 9906 [19:54:25.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.042357999831438 +Info 9907 [19:54:25.828] Format host information updated +Info 9908 [19:54:25.954] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9909 [19:54:25.962] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 920 structureChanged: false structureIsReused:: Completely Elapsed: 7.397041999967769ms +Info 9910 [19:54:25.962] Different program with same set of files +Info 9911 [19:54:25.962] getCompletionData: Get current token: 0.005541000049561262 +Info 9912 [19:54:25.962] getCompletionData: Is inside comment: 0.013919000048190355 +Info 9913 [19:54:25.962] getCompletionData: Get previous token: 0.019822000060230494 +Info 9914 [19:54:25.962] getCompletionsAtPosition: isCompletionListBlocker: 0.0028440000023692846 +Info 9915 [19:54:25.963] getExportInfoMap: cache hit +Info 9916 [19:54:25.965] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 9917 [19:54:25.965] collectAutoImports: response is complete +Info 9918 [19:54:25.965] collectAutoImports: 2.228558000177145 +Info 9919 [19:54:25.965] getCompletionData: Semantic work: 2.871644000057131 +Info 9920 [19:54:25.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4243220000062138 +Info 9921 [19:54:25.970] Format host information updated +Info 9922 [19:54:26.056] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9923 [19:54:26.063] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 921 structureChanged: false structureIsReused:: Completely Elapsed: 7.195407999912277ms +Info 9924 [19:54:26.063] Different program with same set of files +Info 9925 [19:54:26.064] getCompletionData: Get current token: 0.004572999896481633 +Info 9926 [19:54:26.064] getCompletionData: Is inside comment: 0.011837999802082777 +Info 9927 [19:54:26.064] getCompletionData: Get previous token: 0.016773999901488423 +Info 9928 [19:54:26.064] getCompletionsAtPosition: isCompletionListBlocker: 0.002597999991849065 +Info 9929 [19:54:26.064] getExportInfoMap: cache hit +Info 9930 [19:54:26.066] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 9931 [19:54:26.066] collectAutoImports: response is complete +Info 9932 [19:54:26.066] collectAutoImports: 1.8578929998911917 +Info 9933 [19:54:26.066] getCompletionData: Semantic work: 2.3968889999669045 +Info 9934 [19:54:26.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1262250000145286 +Info 9935 [19:54:26.070] Format host information updated +Info 9936 [19:54:26.116] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9937 [19:54:26.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 922 structureChanged: false structureIsReused:: Completely Elapsed: 7.118811000138521ms +Info 9938 [19:54:26.124] Different program with same set of files +Info 9939 [19:54:26.124] getCompletionData: Get current token: 0.005179000087082386 +Info 9940 [19:54:26.124] getCompletionData: Is inside comment: 0.012793000089004636 +Info 9941 [19:54:26.124] getCompletionData: Get previous token: 0.018650999991223216 +Info 9942 [19:54:26.124] getCompletionsAtPosition: isCompletionListBlocker: 0.0024969999212771654 +Info 9943 [19:54:26.124] getExportInfoMap: cache hit +Info 9944 [19:54:26.126] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 9945 [19:54:26.126] collectAutoImports: response is complete +Info 9946 [19:54:26.126] collectAutoImports: 1.8953279999550432 +Info 9947 [19:54:26.126] getCompletionData: Semantic work: 2.4397980000358075 +Info 9948 [19:54:26.128] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1750499999616295 +Info 9949 [19:54:26.130] Format host information updated +Info 9950 [19:54:27.140] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9951 [19:54:27.146] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 923 structureChanged: false structureIsReused:: Completely Elapsed: 6.711517999880016ms +Info 9952 [19:54:27.147] Different program with same set of files +Info 9953 [19:54:27.147] getCompletionData: Get current token: 0.003918999806046486 +Info 9954 [19:54:27.147] getCompletionData: Is inside comment: 0.010254999855533242 +Info 9955 [19:54:27.147] getCompletionData: Get previous token: 0.015151000116020441 +Info 9956 [19:54:27.147] getCompletionsAtPosition: isCompletionListBlocker: 0.002070999937132001 +Info 9957 [19:54:27.147] getExportInfoMap: cache hit +Info 9958 [19:54:27.148] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9959 [19:54:27.148] collectAutoImports: response is complete +Info 9960 [19:54:27.148] collectAutoImports: 1.2239860000554472 +Info 9961 [19:54:27.148] getCompletionData: Semantic work: 1.713147000176832 +Info 9962 [19:54:27.150] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.306099999928847 +Info 9963 [19:54:27.154] Format host information updated +Info 9964 [19:54:27.212] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9965 [19:54:27.221] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 924 structureChanged: false structureIsReused:: Completely Elapsed: 9.323531999951228ms +Info 9966 [19:54:27.221] Different program with same set of files +Info 9967 [19:54:27.221] getCompletionData: Get current token: 0.007299000164493918 +Info 9968 [19:54:27.221] getCompletionData: Is inside comment: 0.018437999999150634 +Info 9969 [19:54:27.221] getCompletionData: Get previous token: 0.026178000029176474 +Info 9970 [19:54:27.221] getCompletionsAtPosition: isCompletionListBlocker: 0.0031139999628067017 +Info 9971 [19:54:27.222] getExportInfoMap: cache hit +Info 9972 [19:54:27.224] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9973 [19:54:27.224] collectAutoImports: response is complete +Info 9974 [19:54:27.224] collectAutoImports: 2.0678189999889582 +Info 9975 [19:54:27.224] getCompletionData: Semantic work: 2.810293999966234 +Info 9976 [19:54:27.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6456669999752194 +Info 9977 [19:54:27.230] Format host information updated +Info 9978 [19:54:27.354] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9979 [19:54:27.361] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 925 structureChanged: false structureIsReused:: Completely Elapsed: 7.552189000183716ms +Info 9980 [19:54:27.361] Different program with same set of files +Info 9981 [19:54:27.361] getCompletionData: Get current token: 0.0060529999900609255 +Info 9982 [19:54:27.361] getCompletionData: Is inside comment: 0.01560300006531179 +Info 9983 [19:54:27.361] getCompletionData: Get previous token: 0.022124000126495957 +Info 9984 [19:54:27.362] getCompletionsAtPosition: isCompletionListBlocker: 0.0026829999405890703 +Info 9985 [19:54:27.362] getExportInfoMap: cache hit +Info 9986 [19:54:27.364] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 9987 [19:54:27.364] collectAutoImports: response is complete +Info 9988 [19:54:27.364] collectAutoImports: 1.7573809998575598 +Info 9989 [19:54:27.364] getCompletionData: Semantic work: 2.393748000031337 +Info 9990 [19:54:27.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3835819999221712 +Info 9991 [19:54:27.369] Format host information updated +Info 9992 [19:54:27.535] Format host information updated +Info 9993 [19:54:27.535] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9994 [19:54:27.542] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 926 structureChanged: false structureIsReused:: Completely Elapsed: 7.242081000003964ms +Info 9995 [19:54:27.542] Different program with same set of files +Info 9996 [19:54:27.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 9997 [19:54:27.657] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 927 structureChanged: false structureIsReused:: Completely Elapsed: 7.218011999968439ms +Info 9998 [19:54:27.658] Different program with same set of files +Info 9999 [19:54:27.658] getCompletionData: Get current token: 0.005172000033780932 +Info 10000[19:54:27.658] getCompletionData: Is inside comment: 0.013899000128731132 +Info 10001[19:54:27.658] getCompletionData: Get previous token: 0.011798999970778823 +Info 10002[19:54:27.658] getCompletionsAtPosition: isCompletionListBlocker: 0.007942999945953488 +Info 10003[19:54:27.658] getExportInfoMap: cache hit +Info 10004[19:54:27.671] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10005[19:54:27.671] collectAutoImports: response is complete +Info 10006[19:54:27.671] collectAutoImports: 13.145513999974355 +Info 10007[19:54:27.671] getCompletionData: Semantic work: 13.713221000041813 +Info 10008[19:54:27.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.130038999952376 +Info 10009[19:54:27.685] Format host information updated +Info 10010[19:54:27.738] Format host information updated +Info 10011[19:54:27.738] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10012[19:54:27.745] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 928 structureChanged: false structureIsReused:: Completely Elapsed: 7.31851699994877ms +Info 10013[19:54:27.745] Different program with same set of files +Info 10014[19:54:28.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10015[19:54:28.326] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 929 structureChanged: false structureIsReused:: Completely Elapsed: 8.607853999827057ms +Info 10016[19:54:28.326] Different program with same set of files +Info 10017[19:54:28.326] getCompletionData: Get current token: 0.004437000025063753 +Info 10018[19:54:28.326] getCompletionData: Is inside comment: 0.011100000003352761 +Info 10019[19:54:28.326] getCompletionData: Get previous token: 0.018677999963983893 +Info 10020[19:54:28.326] getCompletionsAtPosition: isCompletionListBlocker: 0.007944999961182475 +Info 10021[19:54:28.327] getExportInfoMap: cache hit +Info 10022[19:54:28.330] collectAutoImports: resolved 0 module specifiers, plus 86 ambient and 11 from cache +Info 10023[19:54:28.330] collectAutoImports: response is complete +Info 10024[19:54:28.330] collectAutoImports: 3.073270999826491 +Info 10025[19:54:28.330] getCompletionData: Semantic work: 3.6112060002051294 +Info 10026[19:54:28.333] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.715788999805227 +Info 10027[19:54:28.334] Format host information updated +Info 10028[19:54:28.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10029[19:54:28.523] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 930 structureChanged: false structureIsReused:: Completely Elapsed: 7.3749200000893325ms +Info 10030[19:54:28.523] Different program with same set of files +Info 10031[19:54:28.524] getCompletionData: Get current token: 0.005665000062435865 +Info 10032[19:54:28.524] getCompletionData: Is inside comment: 0.014078999869525433 +Info 10033[19:54:28.524] getCompletionData: Get previous token: 0.022374999942258 +Info 10034[19:54:28.524] getCompletionsAtPosition: isCompletionListBlocker: 0.008910000091418624 +Info 10035[19:54:28.524] getExportInfoMap: cache hit +Info 10036[19:54:28.527] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 6 from cache +Info 10037[19:54:28.527] collectAutoImports: response is complete +Info 10038[19:54:28.527] collectAutoImports: 2.5176569998729974 +Info 10039[19:54:28.527] getCompletionData: Semantic work: 3.170077000046149 +Info 10040[19:54:28.530] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7165230000391603 +Info 10041[19:54:28.531] Format host information updated +Info 10042[19:54:28.633] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10043[19:54:28.640] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 931 structureChanged: false structureIsReused:: Completely Elapsed: 7.166202000109479ms +Info 10044[19:54:28.640] Different program with same set of files +Info 10045[19:54:28.640] getCompletionData: Get current token: 0.004900999832898378 +Info 10046[19:54:28.641] getCompletionData: Is inside comment: 0.012546000070869923 +Info 10047[19:54:28.641] getCompletionData: Get previous token: 0.019712999928742647 +Info 10048[19:54:28.641] getCompletionsAtPosition: isCompletionListBlocker: 0.008432999951764941 +Info 10049[19:54:28.641] getExportInfoMap: cache hit +Info 10050[19:54:28.643] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 5 from cache +Info 10051[19:54:28.643] collectAutoImports: response is complete +Info 10052[19:54:28.643] collectAutoImports: 2.0744890000205487 +Info 10053[19:54:28.643] getCompletionData: Semantic work: 2.622880999930203 +Info 10054[19:54:28.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.13157600001432 +Info 10055[19:54:28.646] Format host information updated +Info 10056[19:54:29.094] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10057[19:54:29.101] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 932 structureChanged: false structureIsReused:: Completely Elapsed: 7.463730999967083ms +Info 10058[19:54:29.101] Different program with same set of files +Info 10059[19:54:29.102] getCompletionData: Get current token: 0.004554999992251396 +Info 10060[19:54:29.102] getCompletionData: Is inside comment: 0.011530999792739749 +Info 10061[19:54:29.102] getCompletionData: Get previous token: 0.01820600009523332 +Info 10062[19:54:29.102] getCompletionsAtPosition: isCompletionListBlocker: 0.007176999934017658 +Info 10063[19:54:29.102] getExportInfoMap: cache hit +Info 10064[19:54:29.104] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 10065[19:54:29.104] collectAutoImports: response is complete +Info 10066[19:54:29.104] collectAutoImports: 1.727009000023827 +Info 10067[19:54:29.104] getCompletionData: Semantic work: 2.2883319999091327 +Info 10068[19:54:29.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1321440001484007 +Info 10069[19:54:29.107] Format host information updated +Info 10070[19:54:29.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10071[19:54:29.357] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 933 structureChanged: false structureIsReused:: Completely Elapsed: 8.86659500002861ms +Info 10072[19:54:29.357] Different program with same set of files +Info 10073[19:54:29.357] getCompletionData: Get current token: 0.0046449999790638685 +Info 10074[19:54:29.357] getCompletionData: Is inside comment: 0.015157000161707401 +Info 10075[19:54:29.357] getCompletionData: Get previous token: 0.012855000095441937 +Info 10076[19:54:29.357] getCompletionsAtPosition: isCompletionListBlocker: 0.0022819999139755964 +Info 10077[19:54:29.357] getCompletionData: Semantic work: 0.11926699988543987 +Info 10078[19:54:29.358] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.020563999889418483 +Info 10079[19:54:29.358] Format host information updated +Info 10080[19:54:29.793] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10081[19:54:29.803] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 934 structureChanged: false structureIsReused:: Completely Elapsed: 10.64847100013867ms +Info 10082[19:54:29.803] Different program with same set of files +Info 10083[19:54:29.804] getCompletionData: Get current token: 0.004557000007480383 +Info 10084[19:54:29.804] getCompletionData: Is inside comment: 0.014917000196874142 +Info 10085[19:54:29.804] getCompletionData: Get previous token: 0.039511000039055943 +Info 10086[19:54:29.804] getCompletionsAtPosition: isCompletionListBlocker: 0.00813700002618134 +Info 10087[19:54:29.804] getExportInfoMap: cache hit +Info 10088[19:54:29.807] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 10089[19:54:29.807] collectAutoImports: response is complete +Info 10090[19:54:29.807] collectAutoImports: 2.4805920000653714 +Info 10091[19:54:29.807] getCompletionData: Semantic work: 3.2166449998039752 +Info 10092[19:54:29.810] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4234210001304746 +Info 10093[19:54:29.811] Format host information updated +Info 10094[19:54:29.914] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10095[19:54:29.924] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 935 structureChanged: false structureIsReused:: Completely Elapsed: 9.544514999957755ms +Info 10096[19:54:29.924] Different program with same set of files +Info 10097[19:54:29.924] getCompletionData: Get current token: 0.004690999863669276 +Info 10098[19:54:29.924] getCompletionData: Is inside comment: 0.014996000099927187 +Info 10099[19:54:29.924] getCompletionData: Get previous token: 0.02506699995137751 +Info 10100[19:54:29.924] getCompletionsAtPosition: isCompletionListBlocker: 0.008597000036388636 +Info 10101[19:54:29.925] getExportInfoMap: cache hit +Info 10102[19:54:29.927] collectAutoImports: resolved 0 module specifiers, plus 19 ambient and 5 from cache +Info 10103[19:54:29.927] collectAutoImports: response is complete +Info 10104[19:54:29.927] collectAutoImports: 2.2120159999467432 +Info 10105[19:54:29.927] getCompletionData: Semantic work: 2.8438420000020415 +Info 10106[19:54:29.929] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.312641000142321 +Info 10107[19:54:29.930] Format host information updated +Info 10108[19:54:30.268] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10109[19:54:30.276] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 936 structureChanged: false structureIsReused:: Completely Elapsed: 7.905202999943867ms +Info 10110[19:54:30.276] Different program with same set of files +Info 10111[19:54:30.277] getCompletionData: Get current token: 0.0057230000384151936 +Info 10112[19:54:30.277] getCompletionData: Is inside comment: 0.01645899983122945 +Info 10113[19:54:30.277] getCompletionData: Get previous token: 0.02795200003311038 +Info 10114[19:54:30.277] getCompletionsAtPosition: isCompletionListBlocker: 0.007930999854579568 +Info 10115[19:54:30.277] getExportInfoMap: cache hit +Info 10116[19:54:30.280] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 6 from cache +Info 10117[19:54:30.280] collectAutoImports: response is complete +Info 10118[19:54:30.280] collectAutoImports: 2.4932389999739826 +Info 10119[19:54:30.280] getCompletionData: Semantic work: 3.1867680000141263 +Info 10120[19:54:30.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4245629999786615 +Info 10121[19:54:30.284] Format host information updated +Info 10122[19:54:30.406] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10123[19:54:30.414] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 937 structureChanged: false structureIsReused:: Completely Elapsed: 7.7587409999687225ms +Info 10124[19:54:30.414] Different program with same set of files +Info 10125[19:54:30.414] getCompletionData: Get current token: 0.005500999977812171 +Info 10126[19:54:30.414] getCompletionData: Is inside comment: 0.016921999864280224 +Info 10127[19:54:30.414] getCompletionData: Get previous token: 0.027725999942049384 +Info 10128[19:54:30.414] getCompletionsAtPosition: isCompletionListBlocker: 0.008599000051617622 +Info 10129[19:54:30.415] getExportInfoMap: cache hit +Info 10130[19:54:30.419] collectAutoImports: resolved 0 module specifiers, plus 86 ambient and 11 from cache +Info 10131[19:54:30.419] collectAutoImports: response is complete +Info 10132[19:54:30.419] collectAutoImports: 3.8337990001309663 +Info 10133[19:54:30.419] getCompletionData: Semantic work: 4.582410000031814 +Info 10134[19:54:30.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2857840000651777 +Info 10135[19:54:30.424] Format host information updated +Info 10136[19:54:30.564] Format host information updated +Info 10137[19:54:30.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10138[19:54:30.595] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 938 structureChanged: false structureIsReused:: Completely Elapsed: 29.816738999914378ms +Info 10139[19:54:30.595] Different program with same set of files +Info 10140[19:54:30.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10141[19:54:30.765] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 939 structureChanged: false structureIsReused:: Completely Elapsed: 7.474671000149101ms +Info 10142[19:54:30.765] Different program with same set of files +Info 10143[19:54:30.765] getCompletionData: Get current token: 0.004247000208124518 +Info 10144[19:54:30.765] getCompletionData: Is inside comment: 0.012751000002026558 +Info 10145[19:54:30.765] getCompletionData: Get previous token: 0.020712000085040927 +Info 10146[19:54:30.765] getCompletionsAtPosition: isCompletionListBlocker: 0.007459999993443489 +Info 10147[19:54:30.766] getExportInfoMap: cache hit +Info 10148[19:54:30.769] collectAutoImports: resolved 0 module specifiers, plus 86 ambient and 11 from cache +Info 10149[19:54:30.769] collectAutoImports: response is complete +Info 10150[19:54:30.769] collectAutoImports: 3.479263999965042 +Info 10151[19:54:30.769] getCompletionData: Semantic work: 4.054651999846101 +Info 10152[19:54:30.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8566079998854548 +Info 10153[19:54:30.773] Format host information updated +Info 10154[19:54:30.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10155[19:54:30.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 940 structureChanged: false structureIsReused:: Completely Elapsed: 7.3045310000889ms +Info 10156[19:54:30.991] Different program with same set of files +Info 10157[19:54:30.991] getCompletionData: Get current token: 0.004588000010699034 +Info 10158[19:54:30.991] getCompletionData: Is inside comment: 0.013990000123158097 +Info 10159[19:54:30.991] getCompletionData: Get previous token: 0.022861000150442123 +Info 10160[19:54:30.991] getCompletionsAtPosition: isCompletionListBlocker: 0.00925300014205277 +Info 10161[19:54:30.992] getExportInfoMap: cache hit +Info 10162[19:54:30.994] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 10163[19:54:30.994] collectAutoImports: response is complete +Info 10164[19:54:30.994] collectAutoImports: 1.7857419999781996 +Info 10165[19:54:30.994] getCompletionData: Semantic work: 2.388541999971494 +Info 10166[19:54:30.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0964969999622554 +Info 10167[19:54:30.997] Format host information updated +Info 10168[19:54:31.164] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10169[19:54:31.172] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 941 structureChanged: false structureIsReused:: Completely Elapsed: 7.127161999931559ms +Info 10170[19:54:31.172] Different program with same set of files +Info 10171[19:54:31.172] getCompletionData: Get current token: 0.006312999874353409 +Info 10172[19:54:31.172] getCompletionData: Is inside comment: 0.018196999793872237 +Info 10173[19:54:31.172] getCompletionData: Get previous token: 0.015011999988928437 +Info 10174[19:54:31.172] getCompletionsAtPosition: isCompletionListBlocker: 0.0022640000097453594 +Info 10175[19:54:31.173] getCompletionData: Semantic work: 0.6369370000902563 +Info 10176[19:54:31.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1323959999717772 +Info 10177[19:54:31.173] Format host information updated +Info 10178[19:54:31.311] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10179[19:54:31.319] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 942 structureChanged: false structureIsReused:: Completely Elapsed: 7.253069000085816ms +Info 10180[19:54:31.319] Different program with same set of files +Info 10181[19:54:31.319] getCompletionData: Get current token: 0.004938999889418483 +Info 10182[19:54:31.319] getCompletionData: Is inside comment: 0.014740000013262033 +Info 10183[19:54:31.319] getCompletionData: Get previous token: 0.02443300001323223 +Info 10184[19:54:31.319] getCompletionsAtPosition: isCompletionListBlocker: 0.0023429999127984047 +Info 10185[19:54:31.320] getCompletionData: Semantic work: 0.6699609998613596 +Info 10186[19:54:31.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11146000004373491 +Info 10187[19:54:31.320] Format host information updated +Info 10188[19:54:31.371] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10189[19:54:31.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 943 structureChanged: false structureIsReused:: Completely Elapsed: 6.893331999890506ms +Info 10190[19:54:31.378] Different program with same set of files +Info 10191[19:54:31.378] getCompletionData: Get current token: 0.004641000181436539 +Info 10192[19:54:31.378] getCompletionData: Is inside comment: 0.01396000012755394 +Info 10193[19:54:31.378] getCompletionData: Get previous token: 0.02390300016850233 +Info 10194[19:54:31.378] getCompletionsAtPosition: isCompletionListBlocker: 0.0022269999608397484 +Info 10195[19:54:31.379] getCompletionData: Semantic work: 0.5801300001330674 +Info 10196[19:54:31.379] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1073519999627024 +Info 10197[19:54:31.380] Format host information updated +Info 10198[19:54:31.439] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10199[19:54:31.448] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 944 structureChanged: false structureIsReused:: Completely Elapsed: 8.53321300004609ms +Info 10200[19:54:31.448] Different program with same set of files +Info 10201[19:54:31.448] getCompletionData: Get current token: 0.006756999995559454 +Info 10202[19:54:31.448] getCompletionData: Is inside comment: 0.020109999924898148 +Info 10203[19:54:31.448] getCompletionData: Get previous token: 0.03422100003808737 +Info 10204[19:54:31.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0026539999525994062 +Info 10205[19:54:31.449] getCompletionData: Semantic work: 0.723594999872148 +Info 10206[19:54:31.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14790099998936057 +Info 10207[19:54:31.450] Format host information updated +Info 10208[19:54:31.513] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10209[19:54:31.523] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 945 structureChanged: false structureIsReused:: Completely Elapsed: 10.434146999847144ms +Info 10210[19:54:31.523] Different program with same set of files +Info 10211[19:54:31.524] getCompletionData: Get current token: 0.00775200012139976 +Info 10212[19:54:31.524] getCompletionData: Is inside comment: 0.023265999974682927 +Info 10213[19:54:31.524] getCompletionData: Get previous token: 0.039099999936297536 +Info 10214[19:54:31.524] getCompletionsAtPosition: isCompletionListBlocker: 0.0027520000003278255 +Info 10215[19:54:31.524] getCompletionData: Semantic work: 0.8511250000447035 +Info 10216[19:54:31.525] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17194200004450977 +Info 10217[19:54:31.525] Format host information updated +Info 10218[19:54:31.680] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10219[19:54:31.688] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 946 structureChanged: false structureIsReused:: Completely Elapsed: 7.518853999907151ms +Info 10220[19:54:31.688] Different program with same set of files +Info 10221[19:54:31.688] getCompletionData: Get current token: 0.005714999977499247 +Info 10222[19:54:31.688] getCompletionData: Is inside comment: 0.01687699998728931 +Info 10223[19:54:31.688] getCompletionData: Get previous token: 0.02829699986614287 +Info 10224[19:54:31.688] getCompletionsAtPosition: isCompletionListBlocker: 0.002317999955266714 +Info 10225[19:54:31.689] getCompletionData: Semantic work: 0.6899429999757558 +Info 10226[19:54:31.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13670999999158084 +Info 10227[19:54:31.689] Format host information updated +Info 10228[19:54:31.747] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10229[19:54:31.761] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 947 structureChanged: false structureIsReused:: Completely Elapsed: 13.866417999844998ms +Info 10230[19:54:31.761] Different program with same set of files +Info 10231[19:54:31.762] getCompletionData: Get current token: 0.008150000125169754 +Info 10232[19:54:31.762] getCompletionData: Is inside comment: 0.025234000058844686 +Info 10233[19:54:31.762] getCompletionData: Get previous token: 0.04470999981276691 +Info 10234[19:54:31.762] getCompletionsAtPosition: isCompletionListBlocker: 0.003923999844118953 +Info 10235[19:54:31.763] getCompletionData: Semantic work: 0.8858600000385195 +Info 10236[19:54:31.763] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18167399987578392 +Info 10237[19:54:31.764] Format host information updated +Info 10238[19:54:31.856] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10239[19:54:31.881] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 948 structureChanged: false structureIsReused:: Completely Elapsed: 24.991486000129953ms +Info 10240[19:54:31.881] Different program with same set of files +Info 10241[19:54:31.882] getCompletionData: Get current token: 0.011592000024393201 +Info 10242[19:54:31.882] getCompletionData: Is inside comment: 0.03671599994413555 +Info 10243[19:54:31.882] getCompletionData: Get previous token: 0.0601409999653697 +Info 10244[19:54:31.882] getCompletionsAtPosition: isCompletionListBlocker: 0.004701999947428703 +Info 10245[19:54:31.883] getCompletionData: Semantic work: 1.2588210001122206 +Info 10246[19:54:31.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2637519999407232 +Info 10247[19:54:31.885] Format host information updated +Info 10248[19:54:32.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10249[19:54:32.020] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 949 structureChanged: false structureIsReused:: Completely Elapsed: 7.4163180000614375ms +Info 10250[19:54:32.020] Different program with same set of files +Info 10251[19:54:32.020] getCompletionData: Get current token: 0.006516000023111701 +Info 10252[19:54:32.020] getCompletionData: Is inside comment: 0.018931000027805567 +Info 10253[19:54:32.020] getCompletionData: Get previous token: 0.015433000167831779 +Info 10254[19:54:32.020] getCompletionsAtPosition: isCompletionListBlocker: 0.024403000017628074 +Info 10255[19:54:32.021] getExportInfoMap: cache hit +Info 10256[19:54:32.036] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10257[19:54:32.036] collectAutoImports: response is complete +Info 10258[19:54:32.036] collectAutoImports: 15.123688000021502 +Info 10259[19:54:32.036] getCompletionData: Semantic work: 15.887349999975413 +Info 10260[19:54:32.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.451827999902889 +Info 10261[19:54:32.050] Format host information updated +Info 10262[19:54:32.509] getCompletionData: Get current token: 0.006243999814614654 +Info 10263[19:54:32.509] getCompletionData: Is inside comment: 0.0014090000186115503 +Info 10264[19:54:32.509] getCompletionData: Get previous token: 0.016751000192016363 +Info 10265[19:54:32.509] getCompletionsAtPosition: isCompletionListBlocker: 0.0033100000582635403 +Info 10266[19:54:32.510] getExportInfoMap: cache hit +Info 10267[19:54:32.517] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10268[19:54:32.517] collectAutoImports: response is complete +Info 10269[19:54:32.517] collectAutoImports: 6.721817999845371 +Info 10270[19:54:32.517] getCompletionData: Semantic work: 7.571791999973357 +Info 10271[19:54:32.522] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.233458000002429 +Info 10272[19:54:32.933] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10273[19:54:32.940] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 950 structureChanged: false structureIsReused:: Completely Elapsed: 6.966385000152513ms +Info 10274[19:54:32.940] Different program with same set of files +Info 10275[19:54:32.940] getCompletionData: Get current token: 0.005304000107571483 +Info 10276[19:54:32.940] getCompletionData: Is inside comment: 0.0011839999351650476 +Info 10277[19:54:32.940] getCompletionData: Get previous token: 0.02737199980765581 +Info 10278[19:54:32.940] getCompletionsAtPosition: isCompletionListBlocker: 0.0027830000035464764 +Info 10279[19:54:32.941] getExportInfoMap: cache hit +Info 10280[19:54:32.944] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 10281[19:54:32.944] collectAutoImports: response is complete +Info 10282[19:54:32.944] collectAutoImports: 2.6897660000249743 +Info 10283[19:54:32.944] getCompletionData: Semantic work: 3.1947759999893606 +Info 10284[19:54:32.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4405290000140667 +Info 10285[19:54:32.947] Format host information updated +Info 10286[19:54:33.005] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10287[19:54:33.012] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 951 structureChanged: false structureIsReused:: Completely Elapsed: 7.140644000144675ms +Info 10288[19:54:33.012] Different program with same set of files +Info 10289[19:54:33.012] getCompletionData: Get current token: 0.0063050000462681055 +Info 10290[19:54:33.012] getCompletionData: Is inside comment: 0.0016129999421536922 +Info 10291[19:54:33.012] getCompletionData: Get previous token: 0.03317800001241267 +Info 10292[19:54:33.012] getCompletionsAtPosition: isCompletionListBlocker: 0.0029460000805556774 +Info 10293[19:54:33.013] getExportInfoMap: cache hit +Info 10294[19:54:33.015] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 10295[19:54:33.015] collectAutoImports: response is complete +Info 10296[19:54:33.015] collectAutoImports: 2.2978499999735504 +Info 10297[19:54:33.015] getCompletionData: Semantic work: 2.9203309998847544 +Info 10298[19:54:33.017] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3611059999093413 +Info 10299[19:54:33.018] Format host information updated +Info 10300[19:54:33.064] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10301[19:54:33.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 952 structureChanged: false structureIsReused:: Completely Elapsed: 6.751556999981403ms +Info 10302[19:54:33.071] Different program with same set of files +Info 10303[19:54:33.071] getCompletionData: Get current token: 0.005073999986052513 +Info 10304[19:54:33.071] getCompletionData: Is inside comment: 0.0012790001928806305 +Info 10305[19:54:33.071] getCompletionData: Get previous token: 0.029190999921411276 +Info 10306[19:54:33.071] getCompletionsAtPosition: isCompletionListBlocker: 0.0027039998676627874 +Info 10307[19:54:33.072] getExportInfoMap: cache hit +Info 10308[19:54:33.074] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 10309[19:54:33.074] collectAutoImports: response is complete +Info 10310[19:54:33.074] collectAutoImports: 1.8606589999981225 +Info 10311[19:54:33.074] getCompletionData: Semantic work: 2.364336999831721 +Info 10312[19:54:33.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0257210000418127 +Info 10313[19:54:33.076] Format host information updated +Info 10314[19:54:33.192] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10315[19:54:33.219] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 953 structureChanged: false structureIsReused:: Completely Elapsed: 27.458644000114873ms +Info 10316[19:54:33.220] Different program with same set of files +Info 10317[19:54:33.220] getCompletionData: Get current token: 0.01874700002372265 +Info 10318[19:54:33.220] getCompletionData: Is inside comment: 0.00483900005929172 +Info 10319[19:54:33.220] getCompletionData: Get previous token: 0.09919199999421835 +Info 10320[19:54:33.220] getCompletionsAtPosition: isCompletionListBlocker: 0.007820999948307872 +Info 10321[19:54:33.222] getExportInfoMap: cache hit +Info 10322[19:54:33.226] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 10323[19:54:33.226] collectAutoImports: response is complete +Info 10324[19:54:33.226] collectAutoImports: 4.395952000049874 +Info 10325[19:54:33.226] getCompletionData: Semantic work: 5.879204999888316 +Info 10326[19:54:33.229] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.172444999916479 +Info 10327[19:54:33.231] Format host information updated +Info 10328[19:54:33.293] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10329[19:54:33.300] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 954 structureChanged: false structureIsReused:: Completely Elapsed: 6.799205000046641ms +Info 10330[19:54:33.300] Different program with same set of files +Info 10331[19:54:33.301] getCompletionData: Get current token: 0.005464999936521053 +Info 10332[19:54:33.301] getCompletionData: Is inside comment: 0.0014219998847693205 +Info 10333[19:54:33.301] getCompletionData: Get previous token: 0.051676000002771616 +Info 10334[19:54:33.301] getCompletionsAtPosition: isCompletionListBlocker: 0.002772000152617693 +Info 10335[19:54:33.301] getExportInfoMap: cache hit +Info 10336[19:54:33.303] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 10337[19:54:33.303] collectAutoImports: response is complete +Info 10338[19:54:33.303] collectAutoImports: 1.8672430000733584 +Info 10339[19:54:33.303] getCompletionData: Semantic work: 2.384638999821618 +Info 10340[19:54:33.306] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.905098999850452 +Info 10341[19:54:33.307] Format host information updated +Info 10342[19:54:33.478] Format host information updated +Info 10343[19:54:33.478] getCompletionData: Get current token: 0.013285999884828925 +Info 10344[19:54:33.478] getCompletionData: Is inside comment: 0.0048269999679178 +Info 10345[19:54:33.478] getCompletionData: Get previous token: 0.025624999776482582 +Info 10346[19:54:33.478] getCompletionsAtPosition: isCompletionListBlocker: 0.0033459998667240143 +Info 10347[19:54:33.479] getCompletionData: Semantic work: 0.5225390000268817 +Info 10348[19:54:33.935] Format host information updated +Info 10349[19:54:33.935] getCompletionData: Get current token: 0.013380000134930015 +Info 10350[19:54:33.935] getCompletionData: Is inside comment: 0.004233000101521611 +Info 10351[19:54:33.935] getCompletionData: Get previous token: 0.022364000091329217 +Info 10352[19:54:33.935] getCompletionsAtPosition: isCompletionListBlocker: 0.0035639998968690634 +Info 10353[19:54:33.936] getCompletionData: Semantic work: 0.49969299999065697 +Info 10354[19:54:34.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10355[19:54:34.007] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 955 structureChanged: false structureIsReused:: Completely Elapsed: 7.0552740001585335ms +Info 10356[19:54:34.007] Different program with same set of files +Info 10357[19:54:34.007] getCompletionData: Get current token: 0.004930000053718686 +Info 10358[19:54:34.007] getCompletionData: Is inside comment: 0.0011829999275505543 +Info 10359[19:54:34.007] getCompletionData: Get previous token: 0.023050999967381358 +Info 10360[19:54:34.007] getCompletionsAtPosition: isCompletionListBlocker: 0.0026680000592023134 +Info 10361[19:54:34.008] getExportInfoMap: cache hit +Info 10362[19:54:34.009] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10363[19:54:34.009] collectAutoImports: response is complete +Info 10364[19:54:34.009] collectAutoImports: 1.247058000182733 +Info 10365[19:54:34.009] getCompletionData: Semantic work: 1.7256090000737458 +Info 10366[19:54:34.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9360199999064207 +Info 10367[19:54:34.011] Format host information updated +Info 10368[19:54:34.235] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10369[19:54:34.242] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 956 structureChanged: false structureIsReused:: Completely Elapsed: 6.7907849999610335ms +Info 10370[19:54:34.242] Different program with same set of files +Info 10371[19:54:34.242] getCompletionData: Get current token: 0.0051830001175403595 +Info 10372[19:54:34.242] getCompletionData: Is inside comment: 0.0012519999872893095 +Info 10373[19:54:34.242] getCompletionData: Get previous token: 0.02304599992930889 +Info 10374[19:54:34.242] getCompletionsAtPosition: isCompletionListBlocker: 0.0027779999654740095 +Info 10375[19:54:34.243] getExportInfoMap: cache hit +Info 10376[19:54:34.244] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10377[19:54:34.244] collectAutoImports: response is complete +Info 10378[19:54:34.244] collectAutoImports: 1.3193359998986125 +Info 10379[19:54:34.244] getCompletionData: Semantic work: 1.9211979999672621 +Info 10380[19:54:34.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9726530001498759 +Info 10381[19:54:34.246] Format host information updated +Info 10382[19:54:34.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10383[19:54:34.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 957 structureChanged: false structureIsReused:: Completely Elapsed: 7.394890999887139ms +Info 10384[19:54:34.536] Different program with same set of files +Info 10385[19:54:34.536] getCompletionData: Get current token: 0.006155999843031168 +Info 10386[19:54:34.536] getCompletionData: Is inside comment: 0.0016570000443607569 +Info 10387[19:54:34.536] getCompletionData: Get previous token: 0.0276379999704659 +Info 10388[19:54:34.536] getCompletionsAtPosition: isCompletionListBlocker: 0.0030539999715983868 +Info 10389[19:54:34.537] getExportInfoMap: cache hit +Info 10390[19:54:34.539] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10391[19:54:34.539] collectAutoImports: response is complete +Info 10392[19:54:34.539] collectAutoImports: 1.5507100000977516 +Info 10393[19:54:34.539] getCompletionData: Semantic work: 2.1700480000581592 +Info 10394[19:54:34.540] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.199470000108704 +Info 10395[19:54:34.541] Format host information updated +Info 10396[19:54:34.607] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10397[19:54:34.615] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 958 structureChanged: false structureIsReused:: Completely Elapsed: 8.160477999830619ms +Info 10398[19:54:34.615] Different program with same set of files +Info 10399[19:54:34.615] getCompletionData: Get current token: 0.0067369998432695866 +Info 10400[19:54:34.615] getCompletionData: Is inside comment: 0.0017550000920891762 +Info 10401[19:54:34.615] getCompletionData: Get previous token: 0.031921999994665384 +Info 10402[19:54:34.615] getCompletionsAtPosition: isCompletionListBlocker: 0.003315999871119857 +Info 10403[19:54:34.616] getExportInfoMap: cache hit +Info 10404[19:54:34.618] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 10405[19:54:34.618] collectAutoImports: response is complete +Info 10406[19:54:34.618] collectAutoImports: 1.8643070000689477 +Info 10407[19:54:34.618] getCompletionData: Semantic work: 2.5120019998867065 +Info 10408[19:54:34.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.443688000086695 +Info 10409[19:54:34.621] Format host information updated +Info 10410[19:54:34.783] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10411[19:54:34.791] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 959 structureChanged: false structureIsReused:: Completely Elapsed: 7.362613999983296ms +Info 10412[19:54:34.791] Different program with same set of files +Info 10413[19:54:34.791] getCompletionData: Get current token: 0.006086000008508563 +Info 10414[19:54:34.791] getCompletionData: Is inside comment: 0.0014849998988211155 +Info 10415[19:54:34.791] getCompletionData: Get previous token: 0.025611000135540962 +Info 10416[19:54:34.791] getCompletionsAtPosition: isCompletionListBlocker: 0.003013000125065446 +Info 10417[19:54:34.792] getExportInfoMap: cache hit +Info 10418[19:54:34.793] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 10419[19:54:34.794] collectAutoImports: response is complete +Info 10420[19:54:34.794] collectAutoImports: 1.9362849998287857 +Info 10421[19:54:34.794] getCompletionData: Semantic work: 2.4847109999973327 +Info 10422[19:54:34.796] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1584290000610054 +Info 10423[19:54:34.796] Format host information updated +Info 10424[19:54:34.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10425[19:54:34.946] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 960 structureChanged: false structureIsReused:: Completely Elapsed: 28.204881000099704ms +Info 10426[19:54:34.946] Different program with same set of files +Info 10427[19:54:34.946] getCompletionData: Get current token: 0.01579799992032349 +Info 10428[19:54:34.946] getCompletionData: Is inside comment: 0.004265000112354755 +Info 10429[19:54:34.946] getCompletionData: Get previous token: 0.06336700008250773 +Info 10430[19:54:34.946] getCompletionsAtPosition: isCompletionListBlocker: 0.006185000063851476 +Info 10431[19:54:34.947] getExportInfoMap: cache hit +Info 10432[19:54:34.950] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10433[19:54:34.950] collectAutoImports: response is complete +Info 10434[19:54:34.950] collectAutoImports: 2.788137000054121 +Info 10435[19:54:34.950] getCompletionData: Semantic work: 4.135331999976188 +Info 10436[19:54:34.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0924789998680353 +Info 10437[19:54:34.955] Format host information updated +Info 10438[19:54:34.983] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10439[19:54:34.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 961 structureChanged: false structureIsReused:: Completely Elapsed: 7.447719000047073ms +Info 10440[19:54:34.991] Different program with same set of files +Info 10441[19:54:34.991] getCompletionData: Get current token: 0.005303000099956989 +Info 10442[19:54:34.991] getCompletionData: Is inside comment: 0.0013139999937266111 +Info 10443[19:54:34.991] getCompletionData: Get previous token: 0.023032999830320477 +Info 10444[19:54:34.991] getCompletionsAtPosition: isCompletionListBlocker: 0.003255999879911542 +Info 10445[19:54:34.992] getExportInfoMap: cache hit +Info 10446[19:54:34.993] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10447[19:54:34.993] collectAutoImports: response is complete +Info 10448[19:54:34.993] collectAutoImports: 1.368116999976337 +Info 10449[19:54:34.993] getCompletionData: Semantic work: 2.0250380001962185 +Info 10450[19:54:34.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0541069998871535 +Info 10451[19:54:34.995] Format host information updated +Info 10452[19:54:35.125] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10453[19:54:35.132] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 962 structureChanged: false structureIsReused:: Completely Elapsed: 7.266433999873698ms +Info 10454[19:54:35.133] Different program with same set of files +Info 10455[19:54:35.133] getCompletionData: Get current token: 0.03961700014770031 +Info 10456[19:54:35.133] getCompletionData: Is inside comment: 0.0019030000548809767 +Info 10457[19:54:35.133] getCompletionData: Get previous token: 0.06085200002416968 +Info 10458[19:54:35.133] getCompletionsAtPosition: isCompletionListBlocker: 0.002681999932974577 +Info 10459[19:54:35.133] getExportInfoMap: cache hit +Info 10460[19:54:35.135] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10461[19:54:35.135] collectAutoImports: response is complete +Info 10462[19:54:35.135] collectAutoImports: 1.282082999823615 +Info 10463[19:54:35.135] getCompletionData: Semantic work: 1.7965180000755936 +Info 10464[19:54:35.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0832059998065233 +Info 10465[19:54:35.137] Format host information updated +Info 10466[19:54:35.186] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10467[19:54:35.194] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 963 structureChanged: false structureIsReused:: Completely Elapsed: 7.9045780000742525ms +Info 10468[19:54:35.194] Different program with same set of files +Info 10469[19:54:35.194] getCompletionData: Get current token: 0.006965999957174063 +Info 10470[19:54:35.194] getCompletionData: Is inside comment: 0.0017999999690800905 +Info 10471[19:54:35.194] getCompletionData: Get previous token: 0.029891000129282475 +Info 10472[19:54:35.194] getCompletionsAtPosition: isCompletionListBlocker: 0.0031059999018907547 +Info 10473[19:54:35.194] getExportInfoMap: cache hit +Info 10474[19:54:35.196] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10475[19:54:35.196] collectAutoImports: response is complete +Info 10476[19:54:35.196] collectAutoImports: 1.6700500000733882 +Info 10477[19:54:35.196] getCompletionData: Semantic work: 2.2916370001621544 +Info 10478[19:54:35.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.260586999822408 +Info 10479[19:54:35.201] Format host information updated +Info 10480[19:54:35.330] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10481[19:54:35.337] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 964 structureChanged: false structureIsReused:: Completely Elapsed: 7.183851000154391ms +Info 10482[19:54:35.337] Different program with same set of files +Info 10483[19:54:35.337] getCompletionData: Get current token: 0.007051999913528562 +Info 10484[19:54:35.337] getCompletionData: Is inside comment: 0.001631000079214573 +Info 10485[19:54:35.337] getCompletionData: Get previous token: 0.0266569999512285 +Info 10486[19:54:35.337] getCompletionsAtPosition: isCompletionListBlocker: 0.05115399998612702 +Info 10487[19:54:35.338] getExportInfoMap: cache hit +Info 10488[19:54:35.352] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10489[19:54:35.352] collectAutoImports: response is complete +Info 10490[19:54:35.352] collectAutoImports: 13.704219999955967 +Info 10491[19:54:35.352] getCompletionData: Semantic work: 14.314262999920174 +Info 10492[19:54:35.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.884365999838337 +Info 10493[19:54:35.367] Format host information updated +Info 10494[19:54:35.481] Format host information updated +Info 10495[19:54:35.481] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10496[19:54:35.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 965 structureChanged: false structureIsReused:: Completely Elapsed: 7.220414000097662ms +Info 10497[19:54:35.489] Different program with same set of files +Info 10498[19:54:35.822] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10499[19:54:35.830] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 966 structureChanged: false structureIsReused:: Completely Elapsed: 8.466341000050306ms +Info 10500[19:54:35.830] Different program with same set of files +Info 10501[19:54:35.832] getCompletionData: Get current token: 0.02088900003582239 +Info 10502[19:54:35.832] getCompletionData: Is inside comment: 0.0038479999639093876 +Info 10503[19:54:35.832] getCompletionData: Get previous token: 0.03047199989669025 +Info 10504[19:54:35.832] getCompletionsAtPosition: isCompletionListBlocker: 0.0015089998487383127 +Info 10505[19:54:35.832] Returning an empty list because completion was requested in an invalid position. +Info 10506[19:54:35.837] Format host information updated +Info 10507[19:54:35.954] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10508[19:54:35.962] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 967 structureChanged: false structureIsReused:: Completely Elapsed: 7.148897000122815ms +Info 10509[19:54:35.962] Different program with same set of files +Info 10510[19:54:35.962] getCompletionData: Get current token: 0.007442000089213252 +Info 10511[19:54:35.962] getCompletionData: Is inside comment: 0.0016659998800605536 +Info 10512[19:54:35.962] getCompletionData: Get previous token: 0.02712099999189377 +Info 10513[19:54:35.962] getCompletionsAtPosition: isCompletionListBlocker: 0.008426000131294131 +Info 10514[19:54:35.962] getExportInfoMap: cache hit +Info 10515[19:54:35.976] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10516[19:54:35.976] collectAutoImports: response is complete +Info 10517[19:54:35.976] collectAutoImports: 13.38060100004077 +Info 10518[19:54:35.976] getCompletionData: Semantic work: 14.000031000003219 +Info 10519[19:54:35.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.4026859998703 +Info 10520[19:54:35.990] Format host information updated +Info 10521[19:54:36.253] getCompletionData: Get current token: 0.04417099989950657 +Info 10522[19:54:36.253] getCompletionData: Is inside comment: 0.009438000153750181 +Info 10523[19:54:36.253] getCompletionData: Get previous token: 0.10636000009253621 +Info 10524[19:54:36.253] getCompletionsAtPosition: isCompletionListBlocker: 0.0038750001695007086 +Info 10525[19:54:36.253] Returning an empty list because completion was requested in an invalid position. +Info 10526[19:54:36.583] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10527[19:54:36.590] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 968 structureChanged: false structureIsReused:: Completely Elapsed: 7.10018500010483ms +Info 10528[19:54:36.590] Different program with same set of files +Info 10529[19:54:36.592] getCompletionData: Get current token: 0.025936000049114227 +Info 10530[19:54:36.592] getCompletionData: Is inside comment: 0.004279999993741512 +Info 10531[19:54:36.592] getCompletionData: Get previous token: 0.029008999932557344 +Info 10532[19:54:36.592] getCompletionsAtPosition: isCompletionListBlocker: 0.0010379999876022339 +Info 10533[19:54:36.592] Returning an empty list because completion was requested in an invalid position. +Info 10534[19:54:36.592] Format host information updated +Info 10535[19:54:36.761] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10536[19:54:36.769] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 969 structureChanged: false structureIsReused:: Completely Elapsed: 7.054018000140786ms +Info 10537[19:54:36.769] Different program with same set of files +Info 10538[19:54:36.770] getCompletionData: Get current token: 0.01958100008778274 +Info 10539[19:54:36.770] getCompletionData: Is inside comment: 0.004016999853774905 +Info 10540[19:54:36.770] getCompletionData: Get previous token: 0.02714200015179813 +Info 10541[19:54:36.770] getCompletionsAtPosition: isCompletionListBlocker: 0.0011650000233203173 +Info 10542[19:54:36.770] Returning an empty list because completion was requested in an invalid position. +Info 10543[19:54:36.770] Format host information updated +Info 10544[19:54:37.250] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10545[19:54:37.257] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 970 structureChanged: false structureIsReused:: Completely Elapsed: 7.02561099990271ms +Info 10546[19:54:37.257] Different program with same set of files +Info 10547[19:54:37.258] getCompletionData: Get current token: 0.01898199995048344 +Info 10548[19:54:37.258] getCompletionData: Is inside comment: 0.003031000029295683 +Info 10549[19:54:37.258] getCompletionData: Get previous token: 0.023151000030338764 +Info 10550[19:54:37.258] getCompletionsAtPosition: isCompletionListBlocker: 0.0009430001955479383 +Info 10551[19:54:37.258] Returning an empty list because completion was requested in an invalid position. +Info 10552[19:54:37.259] Format host information updated +Info 10553[19:54:37.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10554[19:54:37.528] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 971 structureChanged: false structureIsReused:: Completely Elapsed: 11.647796999895945ms +Info 10555[19:54:37.528] Different program with same set of files +Info 10556[19:54:37.530] getCompletionData: Get current token: 0.03344300016760826 +Info 10557[19:54:37.530] getCompletionData: Is inside comment: 0.006846999982371926 +Info 10558[19:54:37.530] getCompletionData: Get previous token: 0.050829999847337604 +Info 10559[19:54:37.530] getCompletionsAtPosition: isCompletionListBlocker: 0.0016670001205056906 +Info 10560[19:54:37.530] Returning an empty list because completion was requested in an invalid position. +Info 10561[19:54:37.530] Format host information updated +Info 10562[19:54:37.675] Format host information updated +Info 10563[19:54:37.675] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10564[19:54:37.682] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 972 structureChanged: false structureIsReused:: Completely Elapsed: 7.082563999807462ms +Info 10565[19:54:37.682] Different program with same set of files +Info 10566[19:55:07.022] getCompletionData: Get current token: 0.004674999974668026 +Info 10567[19:55:07.022] getCompletionData: Is inside comment: 0.013175999978557229 +Info 10568[19:55:07.022] getCompletionData: Get previous token: 0.012777999974787235 +Info 10569[19:55:07.022] getCompletionsAtPosition: isCompletionListBlocker: 0.008418000070378184 +Info 10570[19:55:07.024] getExportInfoMap: cache hit +Info 10571[19:55:07.050] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10572[19:55:07.050] collectAutoImports: response is complete +Info 10573[19:55:07.050] collectAutoImports: 26.013399000046775 +Info 10574[19:55:07.050] getCompletionData: Semantic work: 27.858175999950618 +Info 10575[19:55:07.060] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.09739900007844 +Info 10576[19:55:09.101] getCompletionData: Get current token: 0.006120000034570694 +Info 10577[19:55:09.101] getCompletionData: Is inside comment: 0.013925000093877316 +Info 10578[19:55:09.102] getCompletionData: Get previous token: 0.010127999819815159 +Info 10579[19:55:09.102] getCompletionsAtPosition: isCompletionListBlocker: 0.029541000025346875 +Info 10580[19:55:09.103] getExportInfoMap: cache hit +Info 10581[19:55:09.116] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10582[19:55:09.116] collectAutoImports: response is complete +Info 10583[19:55:09.116] collectAutoImports: 12.836727000074461 +Info 10584[19:55:09.116] getCompletionData: Semantic work: 14.033875999972224 +Info 10585[19:55:09.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.895895999856293 +Info 10586[19:55:11.099] getCompletionData: Get current token: 0.005891999928280711 +Info 10587[19:55:11.099] getCompletionData: Is inside comment: 0.0015660000499337912 +Info 10588[19:55:11.099] getCompletionData: Get previous token: 0.02601999999023974 +Info 10589[19:55:11.099] getCompletionsAtPosition: isCompletionListBlocker: 0.010255000088363886 +Info 10590[19:55:11.100] getExportInfoMap: cache hit +Info 10591[19:55:11.101] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 10592[19:55:11.101] collectAutoImports: response is complete +Info 10593[19:55:11.101] collectAutoImports: 1.397118000080809 +Info 10594[19:55:11.101] getCompletionData: Semantic work: 2.268487999914214 +Info 10595[19:55:11.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1159169999882579 +Info 10596[19:55:11.346] Format host information updated +Info 10597[19:55:11.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10598[19:55:11.364] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 973 structureChanged: false structureIsReused:: Completely Elapsed: 17.611757999984547ms +Info 10599[19:55:11.364] Different program with same set of files +Info 10600[19:55:11.632] Format host information updated +Info 10601[19:55:11.633] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10602[19:55:11.643] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 974 structureChanged: false structureIsReused:: Completely Elapsed: 10.482144000008702ms +Info 10603[19:55:11.643] Different program with same set of files +Info 10604[19:55:11.952] Format host information updated +Info 10605[19:55:11.952] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10606[19:55:11.960] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 975 structureChanged: false structureIsReused:: Completely Elapsed: 7.982946999836713ms +Info 10607[19:55:11.960] Different program with same set of files +Info 10608[19:55:12.085] Format host information updated +Info 10609[19:55:12.085] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10610[19:55:12.096] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 976 structureChanged: false structureIsReused:: Completely Elapsed: 11.055392000125721ms +Info 10611[19:55:12.096] Different program with same set of files +Info 10612[19:55:12.267] Format host information updated +Info 10613[19:55:12.267] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10614[19:55:12.277] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 977 structureChanged: false structureIsReused:: Completely Elapsed: 9.75478299986571ms +Info 10615[19:55:12.277] Different program with same set of files +Info 10616[19:55:13.495] getCompletionData: Get current token: 0.0066460000816732645 +Info 10617[19:55:13.495] getCompletionData: Is inside comment: 0.0012150001712143421 +Info 10618[19:55:13.495] getCompletionData: Get previous token: 0.025693999836221337 +Info 10619[19:55:13.495] getCompletionsAtPosition: isCompletionListBlocker: 0.0025059999898076057 +Info 10620[19:55:13.496] getCompletionData: Semantic work: 0.8494020001962781 +Info 10621[19:55:13.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9797489999327809 +Info 10622[19:55:13.990] getCompletionData: Get current token: 0.0068709999322891235 +Info 10623[19:55:13.990] getCompletionData: Is inside comment: 0.0016580000519752502 +Info 10624[19:55:13.990] getCompletionData: Get previous token: 0.016564999939873815 +Info 10625[19:55:13.990] getCompletionsAtPosition: isCompletionListBlocker: 0.009834999917075038 +Info 10626[19:55:13.991] getExportInfoMap: cache hit +Info 10627[19:55:14.009] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10628[19:55:14.009] collectAutoImports: response is complete +Info 10629[19:55:14.009] collectAutoImports: 17.08051999984309 +Info 10630[19:55:14.009] getCompletionData: Semantic work: 18.162661000154912 +Info 10631[19:55:14.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.012037999927998 +Info 10632[19:55:14.180] Format host information updated +Info 10633[19:55:14.180] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10634[19:55:14.189] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 978 structureChanged: false structureIsReused:: Completely Elapsed: 8.218545000068843ms +Info 10635[19:55:14.189] Different program with same set of files +Info 10636[19:55:17.456] getCompletionData: Get current token: 0.005620999960228801 +Info 10637[19:55:17.456] getCompletionData: Is inside comment: 0.001336999936029315 +Info 10638[19:55:17.456] getCompletionData: Get previous token: 0.021506000077351928 +Info 10639[19:55:17.456] getCompletionsAtPosition: isCompletionListBlocker: 0.00840499997138977 +Info 10640[19:55:17.457] getExportInfoMap: cache hit +Info 10641[19:55:17.470] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10642[19:55:17.470] collectAutoImports: response is complete +Info 10643[19:55:17.470] collectAutoImports: 12.09801399987191 +Info 10644[19:55:17.470] getCompletionData: Semantic work: 13.081313000060618 +Info 10645[19:55:17.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.831839999882504 +Info 10646[19:55:17.661] Format host information updated +Info 10647[19:55:17.661] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10648[19:55:17.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 979 structureChanged: false structureIsReused:: Completely Elapsed: 7.732622999930754ms +Info 10649[19:55:17.669] Different program with same set of files +Info 10650[19:56:06.908] getCompletionData: Get current token: 0.0058200000785291195 +Info 10651[19:56:06.908] getCompletionData: Is inside comment: 0.012679000152274966 +Info 10652[19:56:06.908] getCompletionData: Get previous token: 0.009686999954283237 +Info 10653[19:56:06.908] getCompletionsAtPosition: isCompletionListBlocker: 0.002733000088483095 +Info 10654[19:56:06.909] getExportInfoMap: cache hit +Info 10655[19:56:06.918] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10656[19:56:06.918] collectAutoImports: response is complete +Info 10657[19:56:06.918] collectAutoImports: 8.975887999869883 +Info 10658[19:56:06.918] getCompletionData: Semantic work: 9.642622000072151 +Info 10659[19:56:06.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.45685900002718 +Info 10660[19:56:08.461] Format host information updated +Info 10661[19:56:08.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10662[19:56:08.472] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 980 structureChanged: false structureIsReused:: Completely Elapsed: 10.676322999875993ms +Info 10663[19:56:08.472] Different program with same set of files +Info 10664[19:56:08.905] Format host information updated +Info 10665[19:56:08.905] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10666[19:56:08.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 981 structureChanged: false structureIsReused:: Completely Elapsed: 10.41628300002776ms +Info 10667[19:56:08.915] Different program with same set of files +Info 10668[19:56:09.487] getCompletionData: Get current token: 0.007597999880090356 +Info 10669[19:56:09.487] getCompletionData: Is inside comment: 0.01217300002463162 +Info 10670[19:56:09.487] getCompletionData: Get previous token: 0.009037999901920557 +Info 10671[19:56:09.487] getCompletionsAtPosition: isCompletionListBlocker: 0.008837000001221895 +Info 10672[19:56:09.488] getExportInfoMap: cache hit +Info 10673[19:56:09.501] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10674[19:56:09.501] collectAutoImports: response is complete +Info 10675[19:56:09.501] collectAutoImports: 13.159454999957234 +Info 10676[19:56:09.501] getCompletionData: Semantic work: 13.843834000173956 +Info 10677[19:56:09.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.136121999938041 +Info 10678[19:56:09.720] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10679[19:56:09.728] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 982 structureChanged: false structureIsReused:: Completely Elapsed: 8.571811000118032ms +Info 10680[19:56:09.728] Different program with same set of files +Info 10681[19:56:09.729] getCompletionData: Get current token: 0.009232000214979053 +Info 10682[19:56:09.729] getCompletionData: Is inside comment: 0.014321000082418323 +Info 10683[19:56:09.729] getCompletionData: Get previous token: 0.011994000058621168 +Info 10684[19:56:09.729] getCompletionsAtPosition: isCompletionListBlocker: 0.002420000033453107 +Info 10685[19:56:09.729] getCompletionData: Semantic work: 0.5170650000218302 +Info 10686[19:56:09.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6395960000809282 +Info 10687[19:56:09.731] Format host information updated +Info 10688[19:56:09.855] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10689[19:56:09.863] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 983 structureChanged: false structureIsReused:: Completely Elapsed: 8.62299200007692ms +Info 10690[19:56:09.863] Different program with same set of files +Info 10691[19:56:09.864] getCompletionData: Get current token: 0.009100999915972352 +Info 10692[19:56:09.864] getCompletionData: Is inside comment: 0.015573000069707632 +Info 10693[19:56:09.864] getCompletionData: Get previous token: 0.024170000106096268 +Info 10694[19:56:09.864] getCompletionsAtPosition: isCompletionListBlocker: 0.002650999929755926 +Info 10695[19:56:09.864] getCompletionData: Semantic work: 0.518402999965474 +Info 10696[19:56:09.865] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0226349998265505 +Info 10697[19:56:09.867] Format host information updated +Info 10698[19:56:10.018] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10699[19:56:10.027] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 984 structureChanged: false structureIsReused:: Completely Elapsed: 8.710795999970287ms +Info 10700[19:56:10.027] Different program with same set of files +Info 10701[19:56:10.027] getCompletionData: Get current token: 0.00646000006236136 +Info 10702[19:56:10.027] getCompletionData: Is inside comment: 0.01057699997909367 +Info 10703[19:56:10.027] getCompletionData: Get previous token: 0.016405000118538737 +Info 10704[19:56:10.027] getCompletionsAtPosition: isCompletionListBlocker: 0.002061000093817711 +Info 10705[19:56:10.028] getCompletionData: Semantic work: 0.3990249999333173 +Info 10706[19:56:10.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7699440000578761 +Info 10707[19:56:10.030] Format host information updated +Info 10708[19:56:10.112] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10709[19:56:10.120] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 985 structureChanged: false structureIsReused:: Completely Elapsed: 8.019203000003472ms +Info 10710[19:56:10.120] Different program with same set of files +Info 10711[19:56:10.121] getCompletionData: Get current token: 0.006685999920591712 +Info 10712[19:56:10.121] getCompletionData: Is inside comment: 0.01348099997267127 +Info 10713[19:56:10.121] getCompletionData: Get previous token: 0.0352980000898242 +Info 10714[19:56:10.121] getCompletionsAtPosition: isCompletionListBlocker: 0.0019149999134242535 +Info 10715[19:56:10.121] getCompletionData: Semantic work: 0.4471789998933673 +Info 10716[19:56:10.122] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8366280000191182 +Info 10717[19:56:10.123] Format host information updated +Info 10718[19:56:10.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10719[19:56:10.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 986 structureChanged: false structureIsReused:: Completely Elapsed: 12.091101999860257ms +Info 10720[19:56:10.330] Different program with same set of files +Info 10721[19:56:10.330] getCompletionData: Get current token: 0.008372999960556626 +Info 10722[19:56:10.330] getCompletionData: Is inside comment: 0.01762700011022389 +Info 10723[19:56:10.330] getCompletionData: Get previous token: 0.014642999973148108 +Info 10724[19:56:10.330] getCompletionsAtPosition: isCompletionListBlocker: 0.003189000068232417 +Info 10725[19:56:10.331] getExportInfoMap: cache hit +Info 10726[19:56:10.347] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10727[19:56:10.347] collectAutoImports: response is complete +Info 10728[19:56:10.347] collectAutoImports: 16.480150000192225 +Info 10729[19:56:10.347] getCompletionData: Semantic work: 17.264233000110835 +Info 10730[19:56:10.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.698479000013322 +Info 10731[19:56:10.364] Format host information updated +Info 10732[19:56:10.391] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10733[19:56:10.400] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 987 structureChanged: false structureIsReused:: Completely Elapsed: 9.183984000002965ms +Info 10734[19:56:10.400] Different program with same set of files +Info 10735[19:56:10.400] getCompletionData: Get current token: 0.006144000217318535 +Info 10736[19:56:10.400] getCompletionData: Is inside comment: 0.012684000190347433 +Info 10737[19:56:10.400] getCompletionData: Get previous token: 0.010532000102102757 +Info 10738[19:56:10.400] getCompletionsAtPosition: isCompletionListBlocker: 0.007594000082463026 +Info 10739[19:56:10.401] getExportInfoMap: cache hit +Info 10740[19:56:10.413] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10741[19:56:10.413] collectAutoImports: response is complete +Info 10742[19:56:10.413] collectAutoImports: 12.801997999893501 +Info 10743[19:56:10.413] getCompletionData: Semantic work: 13.420881999889389 +Info 10744[19:56:10.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.42387399985455 +Info 10745[19:56:10.427] Format host information updated +Info 10746[19:56:10.715] getCompletionData: Get current token: 0.02765900013037026 +Info 10747[19:56:10.715] getCompletionData: Is inside comment: 0.006489000050351024 +Info 10748[19:56:10.715] getCompletionData: Get previous token: 0.07605500007048249 +Info 10749[19:56:10.715] getCompletionsAtPosition: isCompletionListBlocker: 0.009726000018417835 +Info 10750[19:56:10.718] getExportInfoMap: cache hit +Info 10751[19:56:10.753] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10752[19:56:10.754] collectAutoImports: response is complete +Info 10753[19:56:10.754] collectAutoImports: 35.749404000118375 +Info 10754[19:56:10.754] getCompletionData: Semantic work: 38.08296800008975 +Info 10755[19:56:10.765] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.869045000057667 +Info 10756[19:56:11.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10757[19:56:11.234] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 988 structureChanged: false structureIsReused:: Completely Elapsed: 12.100131999934092ms +Info 10758[19:56:11.234] Different program with same set of files +Info 10759[19:56:11.235] getCompletionData: Get current token: 0.037456999998539686 +Info 10760[19:56:11.235] getCompletionData: Is inside comment: 0.0029929999727755785 +Info 10761[19:56:11.235] getCompletionData: Get previous token: 0.02236899989657104 +Info 10762[19:56:11.235] getCompletionsAtPosition: isCompletionListBlocker: 0.00101500004529953 +Info 10763[19:56:11.235] Returning an empty list because completion was requested in an invalid position. +Info 10764[19:56:11.236] Format host information updated +Info 10765[19:56:11.401] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10766[19:56:11.410] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 989 structureChanged: false structureIsReused:: Completely Elapsed: 8.692261999938637ms +Info 10767[19:56:11.410] Different program with same set of files +Info 10768[19:56:11.410] getCompletionData: Get current token: 0.010162000078707933 +Info 10769[19:56:11.410] getCompletionData: Is inside comment: 0.002148000057786703 +Info 10770[19:56:11.410] getCompletionData: Get previous token: 0.03923999983817339 +Info 10771[19:56:11.410] getCompletionsAtPosition: isCompletionListBlocker: 0.010171999922022223 +Info 10772[19:56:11.412] getExportInfoMap: cache hit +Info 10773[19:56:11.425] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10774[19:56:11.425] collectAutoImports: response is complete +Info 10775[19:56:11.425] collectAutoImports: 12.899428999982774 +Info 10776[19:56:11.425] getCompletionData: Semantic work: 14.023953000083566 +Info 10777[19:56:11.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.098068000050262 +Info 10778[19:56:11.436] Format host information updated +Info 10779[19:56:11.787] getCompletionData: Get current token: 0.04207900003530085 +Info 10780[19:56:11.787] getCompletionData: Is inside comment: 0.008549000136554241 +Info 10781[19:56:11.787] getCompletionData: Get previous token: 0.08982499991543591 +Info 10782[19:56:11.787] getCompletionsAtPosition: isCompletionListBlocker: 0.003404000075533986 +Info 10783[19:56:11.787] Returning an empty list because completion was requested in an invalid position. +Info 10784[19:56:12.079] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10785[19:56:12.087] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 990 structureChanged: false structureIsReused:: Completely Elapsed: 7.66209700005129ms +Info 10786[19:56:12.087] Different program with same set of files +Info 10787[19:56:12.087] getCompletionData: Get current token: 0.014055999927222729 +Info 10788[19:56:12.087] getCompletionData: Is inside comment: 0.002841999987140298 +Info 10789[19:56:12.087] getCompletionData: Get previous token: 0.022231000009924173 +Info 10790[19:56:12.087] getCompletionsAtPosition: isCompletionListBlocker: 0.0008880000095814466 +Info 10791[19:56:12.087] Returning an empty list because completion was requested in an invalid position. +Info 10792[19:56:12.087] Format host information updated +Info 10793[19:56:12.237] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10794[19:56:12.245] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 991 structureChanged: false structureIsReused:: Completely Elapsed: 8.189871999900788ms +Info 10795[19:56:12.245] Different program with same set of files +Info 10796[19:56:12.246] getCompletionData: Get current token: 0.0159209999255836 +Info 10797[19:56:12.246] getCompletionData: Is inside comment: 0.0036189998500049114 +Info 10798[19:56:12.246] getCompletionData: Get previous token: 0.031485999934375286 +Info 10799[19:56:12.246] getCompletionsAtPosition: isCompletionListBlocker: 0.001309000188484788 +Info 10800[19:56:12.246] Returning an empty list because completion was requested in an invalid position. +Info 10801[19:56:12.246] Format host information updated +Info 10802[19:56:13.519] Format host information updated +Info 10803[19:56:13.519] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10804[19:56:13.527] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 992 structureChanged: false structureIsReused:: Completely Elapsed: 7.572603000095114ms +Info 10805[19:56:13.527] Different program with same set of files +Info 10806[19:56:13.901] Format host information updated +Info 10807[19:56:13.901] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10808[19:56:13.908] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 993 structureChanged: false structureIsReused:: Completely Elapsed: 6.808488000184298ms +Info 10809[19:56:13.908] Different program with same set of files +Info 10810[19:56:14.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10811[19:56:14.213] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 994 structureChanged: false structureIsReused:: Completely Elapsed: 7.2230400000698864ms +Info 10812[19:56:14.213] Different program with same set of files +Info 10813[19:56:14.213] getCompletionData: Get current token: 0.005165999988093972 +Info 10814[19:56:14.214] getCompletionData: Is inside comment: 0.014869000064209104 +Info 10815[19:56:14.214] getCompletionData: Get previous token: 0.011697999900206923 +Info 10816[19:56:14.214] getCompletionsAtPosition: isCompletionListBlocker: 0.0026229999493807554 +Info 10817[19:56:14.223] getCompletionData: Semantic work: 9.484902999829501 +Info 10818[19:56:14.224] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5874290000647306 +Info 10819[19:56:14.227] Format host information updated +Info 10820[19:56:14.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10821[19:56:14.367] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 995 structureChanged: false structureIsReused:: Completely Elapsed: 7.395008000079542ms +Info 10822[19:56:14.367] Different program with same set of files +Info 10823[19:56:14.367] getCompletionData: Get current token: 0.005282999947667122 +Info 10824[19:56:14.367] getCompletionData: Is inside comment: 0.014317000051960349 +Info 10825[19:56:14.367] getCompletionData: Get previous token: 0.02369399997405708 +Info 10826[19:56:14.367] getCompletionsAtPosition: isCompletionListBlocker: 0.0025469998363405466 +Info 10827[19:56:14.377] getCompletionData: Semantic work: 9.73847800004296 +Info 10828[19:56:14.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8733329998794943 +Info 10829[19:56:14.379] Format host information updated +Info 10830[19:56:14.493] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10831[19:56:14.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 996 structureChanged: false structureIsReused:: Completely Elapsed: 7.363222999963909ms +Info 10832[19:56:14.500] Different program with same set of files +Info 10833[19:56:14.500] getCompletionData: Get current token: 0.004728000145405531 +Info 10834[19:56:14.500] getCompletionData: Is inside comment: 0.01093600015155971 +Info 10835[19:56:14.500] getCompletionData: Get previous token: 0.016742000123485923 +Info 10836[19:56:14.500] getCompletionsAtPosition: isCompletionListBlocker: 0.002694999799132347 +Info 10837[19:56:14.510] getCompletionData: Semantic work: 9.922829000046477 +Info 10838[19:56:14.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8124780000653118 +Info 10839[19:56:14.512] Format host information updated +Info 10840[19:56:14.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10841[19:56:14.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 997 structureChanged: false structureIsReused:: Completely Elapsed: 9.349346000002697ms +Info 10842[19:56:14.560] Different program with same set of files +Info 10843[19:56:14.560] getCompletionData: Get current token: 0.004498000023886561 +Info 10844[19:56:14.560] getCompletionData: Is inside comment: 0.010125000029802322 +Info 10845[19:56:14.560] getCompletionData: Get previous token: 0.01524999993853271 +Info 10846[19:56:14.560] getCompletionsAtPosition: isCompletionListBlocker: 0.0021869998890906572 +Info 10847[19:56:14.568] getCompletionData: Semantic work: 8.072860999964178 +Info 10848[19:56:14.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7150939998682588 +Info 10849[19:56:14.569] Format host information updated +Info 10850[19:56:14.776] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10851[19:56:14.786] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 998 structureChanged: false structureIsReused:: Completely Elapsed: 9.387449000030756ms +Info 10852[19:56:14.786] Different program with same set of files +Info 10853[19:56:14.786] getCompletionData: Get current token: 0.005099999951198697 +Info 10854[19:56:14.786] getCompletionData: Is inside comment: 0.011332999914884567 +Info 10855[19:56:14.786] getCompletionData: Get previous token: 0.008489999920129776 +Info 10856[19:56:14.786] getCompletionsAtPosition: isCompletionListBlocker: 0.003060000017285347 +Info 10857[19:56:14.786] getExportInfoMap: cache hit +Info 10858[19:56:14.796] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10859[19:56:14.797] collectAutoImports: response is complete +Info 10860[19:56:14.797] collectAutoImports: 10.0679020001553 +Info 10861[19:56:14.797] getCompletionData: Semantic work: 10.672892000060529 +Info 10862[19:56:14.814] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.096867999993265 +Info 10863[19:56:14.820] Format host information updated +Info 10864[19:56:14.847] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10865[19:56:14.854] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 999 structureChanged: false structureIsReused:: Completely Elapsed: 6.836000999901444ms +Info 10866[19:56:14.854] Different program with same set of files +Info 10867[19:56:14.854] getCompletionData: Get current token: 0.004754999885335565 +Info 10868[19:56:14.854] getCompletionData: Is inside comment: 0.011288999812677503 +Info 10869[19:56:14.854] getCompletionData: Get previous token: 0.008388000074774027 +Info 10870[19:56:14.854] getCompletionsAtPosition: isCompletionListBlocker: 0.007193000055849552 +Info 10871[19:56:14.855] getExportInfoMap: cache hit +Info 10872[19:56:14.866] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10873[19:56:14.866] collectAutoImports: response is complete +Info 10874[19:56:14.866] collectAutoImports: 10.916142999893054 +Info 10875[19:56:14.866] getCompletionData: Semantic work: 11.781957000028342 +Info 10876[19:56:14.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.137785000028089 +Info 10877[19:56:14.877] Format host information updated +Info 10878[19:56:15.236] getCompletionData: Get current token: 0.008423000108450651 +Info 10879[19:56:15.236] getCompletionData: Is inside comment: 0.0017560000997036695 +Info 10880[19:56:15.236] getCompletionData: Get previous token: 0.018299999879673123 +Info 10881[19:56:15.236] getCompletionsAtPosition: isCompletionListBlocker: 0.004032999975606799 +Info 10882[19:56:15.236] getExportInfoMap: cache hit +Info 10883[19:56:15.243] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10884[19:56:15.243] collectAutoImports: response is complete +Info 10885[19:56:15.243] collectAutoImports: 6.43618299998343 +Info 10886[19:56:15.243] getCompletionData: Semantic work: 7.16376500017941 +Info 10887[19:56:15.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.155960999894887 +Info 10888[19:56:23.889] getCompletionData: Get current token: 0.007826999993994832 +Info 10889[19:56:23.889] getCompletionData: Is inside comment: 0.0017789998091757298 +Info 10890[19:56:23.889] getCompletionData: Get previous token: 0.013870000140741467 +Info 10891[19:56:23.889] getCompletionsAtPosition: isCompletionListBlocker: 0.003725999966263771 +Info 10892[19:56:23.889] getExportInfoMap: cache hit +Info 10893[19:56:23.899] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10894[19:56:23.899] collectAutoImports: response is complete +Info 10895[19:56:23.899] collectAutoImports: 9.48546600015834 +Info 10896[19:56:23.899] getCompletionData: Semantic work: 10.042868999997154 +Info 10897[19:56:23.905] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.07747200015001 +Info 10898[19:56:24.308] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10899[19:56:24.315] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1000 structureChanged: false structureIsReused:: Completely Elapsed: 7.432080999948084ms +Info 10900[19:56:24.315] Different program with same set of files +Info 10901[19:56:24.316] getCompletionData: Get current token: 0.005324000027030706 +Info 10902[19:56:24.316] getCompletionData: Is inside comment: 0.0014209998771548271 +Info 10903[19:56:24.316] getCompletionData: Get previous token: 0.022127999924123287 +Info 10904[19:56:24.316] getCompletionsAtPosition: isCompletionListBlocker: 0.002487999852746725 +Info 10905[19:56:24.328] getCompletionData: Semantic work: 12.727134000044316 +Info 10906[19:56:24.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2977549999486655 +Info 10907[19:56:24.331] Format host information updated +Info 10908[19:56:24.524] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10909[19:56:24.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1001 structureChanged: false structureIsReused:: Completely Elapsed: 7.369206999894232ms +Info 10910[19:56:24.532] Different program with same set of files +Info 10911[19:56:24.532] getCompletionData: Get current token: 0.004689000081270933 +Info 10912[19:56:24.532] getCompletionData: Is inside comment: 0.0013100001960992813 +Info 10913[19:56:24.532] getCompletionData: Get previous token: 0.02206600015051663 +Info 10914[19:56:24.532] getCompletionsAtPosition: isCompletionListBlocker: 0.002314999932423234 +Info 10915[19:56:24.541] getCompletionData: Semantic work: 9.458187999902293 +Info 10916[19:56:24.543] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0104879999998957 +Info 10917[19:56:24.546] Format host information updated +Info 10918[19:56:24.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10919[19:56:24.602] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1002 structureChanged: false structureIsReused:: Completely Elapsed: 8.195613000076264ms +Info 10920[19:56:24.602] Different program with same set of files +Info 10921[19:56:24.602] getCompletionData: Get current token: 0.005105999996885657 +Info 10922[19:56:24.602] getCompletionData: Is inside comment: 0.0015810001641511917 +Info 10923[19:56:24.602] getCompletionData: Get previous token: 0.025138000026345253 +Info 10924[19:56:24.602] getCompletionsAtPosition: isCompletionListBlocker: 0.0030040000565350056 +Info 10925[19:56:24.614] getCompletionData: Semantic work: 11.922227999893948 +Info 10926[19:56:24.616] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4602010000962764 +Info 10927[19:56:24.621] Format host information updated +Info 10928[19:56:24.665] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10929[19:56:24.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1003 structureChanged: false structureIsReused:: Completely Elapsed: 7.132192000048235ms +Info 10930[19:56:24.672] Different program with same set of files +Info 10931[19:56:24.672] getCompletionData: Get current token: 0.004169000079855323 +Info 10932[19:56:24.672] getCompletionData: Is inside comment: 0.001417999854311347 +Info 10933[19:56:24.672] getCompletionData: Get previous token: 0.020330999977886677 +Info 10934[19:56:24.672] getCompletionsAtPosition: isCompletionListBlocker: 0.0026859999634325504 +Info 10935[19:56:24.680] getCompletionData: Semantic work: 8.127750999992713 +Info 10936[19:56:24.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7129150000400841 +Info 10937[19:56:24.684] Format host information updated +Info 10938[19:56:24.749] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10939[19:56:24.763] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1004 structureChanged: false structureIsReused:: Completely Elapsed: 13.650860999943689ms +Info 10940[19:56:24.763] Different program with same set of files +Info 10941[19:56:24.763] getCompletionData: Get current token: 0.004101999802514911 +Info 10942[19:56:24.763] getCompletionData: Is inside comment: 0.0010689999908208847 +Info 10943[19:56:24.763] getCompletionData: Get previous token: 0.024221999803557992 +Info 10944[19:56:24.764] getCompletionsAtPosition: isCompletionListBlocker: 0.0020149999763816595 +Info 10945[19:56:24.776] getCompletionData: Semantic work: 12.213361999951303 +Info 10946[19:56:24.778] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8965580000076443 +Info 10947[19:56:24.779] Format host information updated +Info 10948[19:56:24.809] Format host information updated +Info 10949[19:56:24.809] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10950[19:56:24.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1005 structureChanged: false structureIsReused:: Completely Elapsed: 7.530016999924555ms +Info 10951[19:56:24.816] Different program with same set of files +Info 10952[19:56:24.932] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10953[19:56:24.941] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1006 structureChanged: false structureIsReused:: Completely Elapsed: 9.000036000041291ms +Info 10954[19:56:24.941] Different program with same set of files +Info 10955[19:56:24.942] getCompletionData: Get current token: 0.004653999814763665 +Info 10956[19:56:24.942] getCompletionData: Is inside comment: 0.001365999924018979 +Info 10957[19:56:24.942] getCompletionData: Get previous token: 0.023612000048160553 +Info 10958[19:56:24.942] getCompletionsAtPosition: isCompletionListBlocker: 0.007499999832361937 +Info 10959[19:56:24.942] getExportInfoMap: cache hit +Info 10960[19:56:24.965] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 10961[19:56:24.965] collectAutoImports: response is complete +Info 10962[19:56:24.965] collectAutoImports: 21.987393000163138 +Info 10963[19:56:24.965] getCompletionData: Semantic work: 22.953432000009343 +Info 10964[19:56:24.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.959838999900967 +Info 10965[19:56:24.988] Format host information updated +Info 10966[19:56:25.249] Format host information updated +Info 10967[19:56:25.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10968[19:56:25.259] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1007 structureChanged: false structureIsReused:: Completely Elapsed: 9.330377999925986ms +Info 10969[19:56:25.259] Different program with same set of files +Info 10970[19:56:25.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10971[19:56:25.426] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1008 structureChanged: false structureIsReused:: Completely Elapsed: 7.977656000060961ms +Info 10972[19:56:25.426] Different program with same set of files +Info 10973[19:56:25.426] getCompletionData: Get current token: 0.007052999921143055 +Info 10974[19:56:25.426] getCompletionData: Is inside comment: 0.002012000186368823 +Info 10975[19:56:25.426] getCompletionData: Get previous token: 0.046058000065386295 +Info 10976[19:56:25.426] getCompletionsAtPosition: isCompletionListBlocker: 0.0026920000091195107 +Info 10977[19:56:25.435] getCompletionData: Semantic work: 8.945690999971703 +Info 10978[19:56:25.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7856529999990016 +Info 10979[19:56:25.436] Format host information updated +Info 10980[19:56:25.537] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10981[19:56:25.546] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1009 structureChanged: false structureIsReused:: Completely Elapsed: 9.351164000108838ms +Info 10982[19:56:25.546] Different program with same set of files +Info 10983[19:56:25.546] getCompletionData: Get current token: 0.0078940000385046 +Info 10984[19:56:25.546] getCompletionData: Is inside comment: 0.001955999992787838 +Info 10985[19:56:25.546] getCompletionData: Get previous token: 0.03961899993009865 +Info 10986[19:56:25.546] getCompletionsAtPosition: isCompletionListBlocker: 0.003035999834537506 +Info 10987[19:56:25.559] getCompletionData: Semantic work: 12.726724999956787 +Info 10988[19:56:25.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8684859999921173 +Info 10989[19:56:25.561] Format host information updated +Info 10990[19:56:25.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 10991[19:56:25.636] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1010 structureChanged: false structureIsReused:: Completely Elapsed: 14.431631000014022ms +Info 10992[19:56:25.636] Different program with same set of files +Info 10993[19:56:25.636] getCompletionData: Get current token: 0.008031999925151467 +Info 10994[19:56:25.636] getCompletionData: Is inside comment: 0.002443999983370304 +Info 10995[19:56:25.636] getCompletionData: Get previous token: 0.036798000102862716 +Info 10996[19:56:25.636] getCompletionsAtPosition: isCompletionListBlocker: 0.003342999843880534 +Info 10997[19:56:25.651] getCompletionData: Semantic work: 14.340425999835134 +Info 10998[19:56:25.652] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1999960001558065 +Info 10999[19:56:25.653] Format host information updated +Info 11000[19:56:25.760] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11001[19:56:25.771] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1011 structureChanged: false structureIsReused:: Completely Elapsed: 10.197312999982387ms +Info 11002[19:56:25.771] Different program with same set of files +Info 11003[19:56:25.771] getCompletionData: Get current token: 0.00482999999076128 +Info 11004[19:56:25.771] getCompletionData: Is inside comment: 0.0017089999746531248 +Info 11005[19:56:25.771] getCompletionData: Get previous token: 0.023621000116690993 +Info 11006[19:56:25.771] getCompletionsAtPosition: isCompletionListBlocker: 0.002506999997422099 +Info 11007[19:56:25.781] getCompletionData: Semantic work: 9.883519999915734 +Info 11008[19:56:25.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8285110001452267 +Info 11009[19:56:25.782] Format host information updated +Info 11010[19:56:25.975] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11011[19:56:25.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1012 structureChanged: false structureIsReused:: Completely Elapsed: 9.004675999982283ms +Info 11012[19:56:25.984] Different program with same set of files +Info 11013[19:56:25.985] getCompletionData: Get current token: 0.005132999969646335 +Info 11014[19:56:25.985] getCompletionData: Is inside comment: 0.0012960000894963741 +Info 11015[19:56:25.985] getCompletionData: Get previous token: 0.017345000058412552 +Info 11016[19:56:25.985] getCompletionsAtPosition: isCompletionListBlocker: 0.0033210001420229673 +Info 11017[19:56:25.985] getExportInfoMap: cache hit +Info 11018[19:56:25.998] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11019[19:56:25.998] collectAutoImports: response is complete +Info 11020[19:56:25.998] collectAutoImports: 13.082950999960303 +Info 11021[19:56:25.998] getCompletionData: Semantic work: 13.690928000025451 +Info 11022[19:56:26.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.317128000082448 +Info 11023[19:56:26.022] Format host information updated +Info 11024[19:56:26.207] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11025[19:56:26.215] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1013 structureChanged: false structureIsReused:: Completely Elapsed: 7.941965000005439ms +Info 11026[19:56:26.215] Different program with same set of files +Info 11027[19:56:26.215] getCompletionData: Get current token: 0.00392800010740757 +Info 11028[19:56:26.215] getCompletionData: Is inside comment: 0.0011060000397264957 +Info 11029[19:56:26.215] getCompletionData: Get previous token: 0.024603999918326735 +Info 11030[19:56:26.215] getCompletionsAtPosition: isCompletionListBlocker: 0.0019920000340789557 +Info 11031[19:56:26.224] getCompletionData: Semantic work: 9.047962999902666 +Info 11032[19:56:26.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7869869999121875 +Info 11033[19:56:26.226] Format host information updated +Info 11034[19:56:26.306] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11035[19:56:26.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1014 structureChanged: false structureIsReused:: Completely Elapsed: 30.165268999990076ms +Info 11036[19:56:26.336] Different program with same set of files +Info 11037[19:56:26.337] getCompletionData: Get current token: 0.01496000005863607 +Info 11038[19:56:26.337] getCompletionData: Is inside comment: 0.004978999961167574 +Info 11039[19:56:26.337] getCompletionData: Get previous token: 0.09504100005142391 +Info 11040[19:56:26.337] getCompletionsAtPosition: isCompletionListBlocker: 0.006205999990925193 +Info 11041[19:56:26.354] getCompletionData: Semantic work: 17.698943000053987 +Info 11042[19:56:26.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0247510001063347 +Info 11043[19:56:26.357] Format host information updated +Info 11044[19:56:26.386] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11045[19:56:26.396] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1015 structureChanged: false structureIsReused:: Completely Elapsed: 9.763030999805778ms +Info 11046[19:56:26.396] Different program with same set of files +Info 11047[19:56:26.396] getCompletionData: Get current token: 0.0047889999113976955 +Info 11048[19:56:26.396] getCompletionData: Is inside comment: 0.0013129999861121178 +Info 11049[19:56:26.396] getCompletionData: Get previous token: 0.015946000115945935 +Info 11050[19:56:26.396] getCompletionsAtPosition: isCompletionListBlocker: 0.003321999916806817 +Info 11051[19:56:26.397] getExportInfoMap: cache hit +Info 11052[19:56:26.409] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11053[19:56:26.409] collectAutoImports: response is complete +Info 11054[19:56:26.409] collectAutoImports: 12.016472999937832 +Info 11055[19:56:26.409] getCompletionData: Semantic work: 12.682287000119686 +Info 11056[19:56:26.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.287147000199184 +Info 11057[19:56:26.431] Format host information updated +Info 11058[19:56:26.576] Format host information updated +Info 11059[19:56:26.576] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11060[19:56:26.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1016 structureChanged: false structureIsReused:: Completely Elapsed: 30.33184599992819ms +Info 11061[19:56:26.607] Different program with same set of files +Info 11062[19:56:26.938] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11063[19:56:26.946] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1017 structureChanged: false structureIsReused:: Completely Elapsed: 7.979711999883875ms +Info 11064[19:56:26.946] Different program with same set of files +Info 11065[19:56:26.946] getCompletionData: Get current token: 0.005521999904885888 +Info 11066[19:56:26.946] getCompletionData: Is inside comment: 0.0014210001099854708 +Info 11067[19:56:26.946] getCompletionData: Get previous token: 0.020569999935105443 +Info 11068[19:56:26.946] getCompletionsAtPosition: isCompletionListBlocker: 0.002888999879360199 +Info 11069[19:56:26.947] getExportInfoMap: cache hit +Info 11070[19:56:26.961] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11071[19:56:26.961] collectAutoImports: response is complete +Info 11072[19:56:26.961] collectAutoImports: 14.059270000085235 +Info 11073[19:56:26.961] getCompletionData: Semantic work: 14.714890999952331 +Info 11074[19:56:26.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.320224000141025 +Info 11075[19:56:26.982] Format host information updated +Info 11076[19:56:27.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11077[19:56:27.227] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1018 structureChanged: false structureIsReused:: Completely Elapsed: 20.53529500006698ms +Info 11078[19:56:27.227] Different program with same set of files +Info 11079[19:56:27.227] getCompletionData: Get current token: 0.01153600006364286 +Info 11080[19:56:27.227] getCompletionData: Is inside comment: 0.0038509999867528677 +Info 11081[19:56:27.227] getCompletionData: Get previous token: 0.04864099994301796 +Info 11082[19:56:27.227] getCompletionsAtPosition: isCompletionListBlocker: 0.006038999883458018 +Info 11083[19:56:27.229] getExportInfoMap: cache hit +Info 11084[19:56:27.234] collectAutoImports: resolved 0 module specifiers, plus 38 ambient and 0 from cache +Info 11085[19:56:27.234] collectAutoImports: response is complete +Info 11086[19:56:27.234] collectAutoImports: 5.0098880000878125 +Info 11087[19:56:27.234] getCompletionData: Semantic work: 6.612222000025213 +Info 11088[19:56:27.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.043870000168681 +Info 11089[19:56:27.249] Format host information updated +Info 11090[19:56:27.300] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11091[19:56:27.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1019 structureChanged: false structureIsReused:: Completely Elapsed: 9.615463000023738ms +Info 11092[19:56:27.309] Different program with same set of files +Info 11093[19:56:27.310] getCompletionData: Get current token: 0.004748000064864755 +Info 11094[19:56:27.310] getCompletionData: Is inside comment: 0.0014440000522881746 +Info 11095[19:56:27.310] getCompletionData: Get previous token: 0.018811999820172787 +Info 11096[19:56:27.310] getCompletionsAtPosition: isCompletionListBlocker: 0.0030519999563694 +Info 11097[19:56:27.310] getExportInfoMap: cache hit +Info 11098[19:56:27.312] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 0 from cache +Info 11099[19:56:27.312] collectAutoImports: response is complete +Info 11100[19:56:27.312] collectAutoImports: 2.1067880000919104 +Info 11101[19:56:27.312] getCompletionData: Semantic work: 2.687524000182748 +Info 11102[19:56:27.321] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4554190000053495 +Info 11103[19:56:27.322] Format host information updated +Info 11104[19:56:27.374] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11105[19:56:27.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1020 structureChanged: false structureIsReused:: Completely Elapsed: 14.028336999937892ms +Info 11106[19:56:27.388] Different program with same set of files +Info 11107[19:56:27.389] getCompletionData: Get current token: 0.008466999977827072 +Info 11108[19:56:27.389] getCompletionData: Is inside comment: 0.002587999915704131 +Info 11109[19:56:27.389] getCompletionData: Get previous token: 0.03722199983894825 +Info 11110[19:56:27.389] getCompletionsAtPosition: isCompletionListBlocker: 0.004447000101208687 +Info 11111[19:56:27.390] getExportInfoMap: cache hit +Info 11112[19:56:27.393] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 0 from cache +Info 11113[19:56:27.393] collectAutoImports: response is complete +Info 11114[19:56:27.393] collectAutoImports: 3.434004000155255 +Info 11115[19:56:27.393] getCompletionData: Semantic work: 4.5428150000516325 +Info 11116[19:56:27.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2391290001105517 +Info 11117[19:56:27.410] Format host information updated +Info 11118[19:56:27.497] Format host information updated +Info 11119[19:56:27.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11120[19:56:27.519] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1021 structureChanged: false structureIsReused:: Completely Elapsed: 21.634909000014886ms +Info 11121[19:56:27.519] Different program with same set of files +Info 11122[19:56:27.584] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11123[19:56:27.592] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1022 structureChanged: false structureIsReused:: Completely Elapsed: 7.6434949999675155ms +Info 11124[19:56:27.592] Different program with same set of files +Info 11125[19:56:27.592] getCompletionData: Get current token: 0.005124000133946538 +Info 11126[19:56:27.592] getCompletionData: Is inside comment: 0.0016320000868290663 +Info 11127[19:56:27.592] getCompletionData: Get previous token: 0.023486000020056963 +Info 11128[19:56:27.592] getCompletionsAtPosition: isCompletionListBlocker: 0.007261999882757664 +Info 11129[19:56:27.593] getExportInfoMap: cache hit +Info 11130[19:56:27.608] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11131[19:56:27.608] collectAutoImports: response is complete +Info 11132[19:56:27.608] collectAutoImports: 14.724398999940604 +Info 11133[19:56:27.608] getCompletionData: Semantic work: 15.334190000081435 +Info 11134[19:56:27.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.429772000061348 +Info 11135[19:56:27.619] Format host information updated +Info 11136[19:56:27.805] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11137[19:56:27.813] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1023 structureChanged: false structureIsReused:: Completely Elapsed: 7.145600999938324ms +Info 11138[19:56:27.813] Different program with same set of files +Info 11139[19:56:27.813] getCompletionData: Get current token: 0.004822000162675977 +Info 11140[19:56:27.813] getCompletionData: Is inside comment: 0.0011159998830407858 +Info 11141[19:56:27.813] getCompletionData: Get previous token: 0.01669900002889335 +Info 11142[19:56:27.813] getCompletionsAtPosition: isCompletionListBlocker: 0.007630000123754144 +Info 11143[19:56:27.814] getExportInfoMap: cache hit +Info 11144[19:56:27.833] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11145[19:56:27.833] collectAutoImports: response is complete +Info 11146[19:56:27.833] collectAutoImports: 19.16814800002612 +Info 11147[19:56:27.833] getCompletionData: Semantic work: 19.99671300011687 +Info 11148[19:56:27.848] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.452954999869689 +Info 11149[19:56:27.853] Format host information updated +Info 11150[19:56:27.874] Format host information updated +Info 11151[19:56:27.874] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11152[19:56:27.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1024 structureChanged: false structureIsReused:: Completely Elapsed: 7.555994000053033ms +Info 11153[19:56:27.882] Different program with same set of files +Info 11154[19:56:28.155] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11155[19:56:28.162] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1025 structureChanged: false structureIsReused:: Completely Elapsed: 7.025143000064418ms +Info 11156[19:56:28.162] Different program with same set of files +Info 11157[19:56:28.162] getCompletionData: Get current token: 0.003997999941930175 +Info 11158[19:56:28.162] getCompletionData: Is inside comment: 0.0011260001920163631 +Info 11159[19:56:28.162] getCompletionData: Get previous token: 0.01988200005143881 +Info 11160[19:56:28.162] getCompletionsAtPosition: isCompletionListBlocker: 0.007833999814465642 +Info 11161[19:56:28.162] getExportInfoMap: cache hit +Info 11162[19:56:28.168] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 3 from cache +Info 11163[19:56:28.168] collectAutoImports: response is complete +Info 11164[19:56:28.168] collectAutoImports: 5.360325000016019 +Info 11165[19:56:28.168] getCompletionData: Semantic work: 5.89997800020501 +Info 11166[19:56:28.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8012659999076277 +Info 11167[19:56:28.179] Format host information updated +Info 11168[19:56:28.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11169[19:56:28.222] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1026 structureChanged: false structureIsReused:: Completely Elapsed: 7.5998380000237375ms +Info 11170[19:56:28.222] Different program with same set of files +Info 11171[19:56:28.222] getCompletionData: Get current token: 0.004735999973490834 +Info 11172[19:56:28.222] getCompletionData: Is inside comment: 0.001462999964132905 +Info 11173[19:56:28.222] getCompletionData: Get previous token: 0.02292899996973574 +Info 11174[19:56:28.222] getCompletionsAtPosition: isCompletionListBlocker: 0.009145000018179417 +Info 11175[19:56:28.223] getExportInfoMap: cache hit +Info 11176[19:56:28.226] collectAutoImports: resolved 0 module specifiers, plus 38 ambient and 0 from cache +Info 11177[19:56:28.226] collectAutoImports: response is complete +Info 11178[19:56:28.226] collectAutoImports: 2.4202090001199394 +Info 11179[19:56:28.226] getCompletionData: Semantic work: 3.118843999924138 +Info 11180[19:56:28.237] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.653031999943778 +Info 11181[19:56:28.238] Format host information updated +Info 11182[19:56:28.289] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11183[19:56:28.297] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1027 structureChanged: false structureIsReused:: Completely Elapsed: 8.7081289999187ms +Info 11184[19:56:28.297] Different program with same set of files +Info 11185[19:56:28.297] getCompletionData: Get current token: 0.006338999839499593 +Info 11186[19:56:28.298] getCompletionData: Is inside comment: 0.0018800001125782728 +Info 11187[19:56:28.298] getCompletionData: Get previous token: 0.02906599990092218 +Info 11188[19:56:28.298] getCompletionsAtPosition: isCompletionListBlocker: 0.012648999923840165 +Info 11189[19:56:28.298] getExportInfoMap: cache hit +Info 11190[19:56:28.301] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 0 from cache +Info 11191[19:56:28.301] collectAutoImports: response is complete +Info 11192[19:56:28.301] collectAutoImports: 2.832865000003949 +Info 11193[19:56:28.301] getCompletionData: Semantic work: 3.5318030000198632 +Info 11194[19:56:28.315] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7870010000187904 +Info 11195[19:56:28.316] Format host information updated +Info 11196[19:56:28.404] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11197[19:56:28.419] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1028 structureChanged: false structureIsReused:: Completely Elapsed: 15.147084000054747ms +Info 11198[19:56:28.419] Different program with same set of files +Info 11199[19:56:28.419] getCompletionData: Get current token: 0.009205000009387732 +Info 11200[19:56:28.419] getCompletionData: Is inside comment: 0.00305499997921288 +Info 11201[19:56:28.419] getCompletionData: Get previous token: 0.06431199982762337 +Info 11202[19:56:28.420] getCompletionsAtPosition: isCompletionListBlocker: 0.0163179999217391 +Info 11203[19:56:28.421] getExportInfoMap: cache hit +Info 11204[19:56:28.425] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 0 from cache +Info 11205[19:56:28.425] collectAutoImports: response is complete +Info 11206[19:56:28.425] collectAutoImports: 4.430346000008285 +Info 11207[19:56:28.425] getCompletionData: Semantic work: 5.6558530000038445 +Info 11208[19:56:28.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8862249997910112 +Info 11209[19:56:28.443] Format host information updated +Info 11210[19:56:28.480] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11211[19:56:28.487] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1029 structureChanged: false structureIsReused:: Completely Elapsed: 7.014783000107855ms +Info 11212[19:56:28.487] Different program with same set of files +Info 11213[19:56:28.488] getCompletionData: Get current token: 0.004752999870106578 +Info 11214[19:56:28.488] getCompletionData: Is inside comment: 0.0014209998771548271 +Info 11215[19:56:28.488] getCompletionData: Get previous token: 0.01983999996446073 +Info 11216[19:56:28.488] getCompletionsAtPosition: isCompletionListBlocker: 0.002974000060930848 +Info 11217[19:56:28.496] getCompletionData: Semantic work: 8.082056999905035 +Info 11218[19:56:28.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4367329999804497 +Info 11219[19:56:28.499] Format host information updated +Info 11220[19:56:29.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11221[19:56:29.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1030 structureChanged: false structureIsReused:: Completely Elapsed: 7.305765999946743ms +Info 11222[19:56:29.081] Different program with same set of files +Info 11223[19:56:29.081] getCompletionData: Get current token: 0.004484000150114298 +Info 11224[19:56:29.081] getCompletionData: Is inside comment: 0.00126700010150671 +Info 11225[19:56:29.081] getCompletionData: Get previous token: 0.02022100007161498 +Info 11226[19:56:29.081] getCompletionsAtPosition: isCompletionListBlocker: 0.0020269998349249363 +Info 11227[19:56:29.089] getCompletionData: Semantic work: 8.028808000031859 +Info 11228[19:56:29.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6043670000508428 +Info 11229[19:56:29.093] Format host information updated +Info 11230[19:56:29.135] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11231[19:56:29.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1031 structureChanged: false structureIsReused:: Completely Elapsed: 9.702844999963418ms +Info 11232[19:56:29.145] Different program with same set of files +Info 11233[19:56:29.145] getCompletionData: Get current token: 0.006787999998778105 +Info 11234[19:56:29.145] getCompletionData: Is inside comment: 0.0024410001933574677 +Info 11235[19:56:29.145] getCompletionData: Get previous token: 0.034730999963358045 +Info 11236[19:56:29.145] getCompletionsAtPosition: isCompletionListBlocker: 0.0025730000343173742 +Info 11237[19:56:29.156] getCompletionData: Semantic work: 11.060253999894485 +Info 11238[19:56:29.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7249620000366122 +Info 11239[19:56:29.160] Format host information updated +Info 11240[19:56:29.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11241[19:56:29.226] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1032 structureChanged: false structureIsReused:: Completely Elapsed: 10.632127000018954ms +Info 11242[19:56:29.226] Different program with same set of files +Info 11243[19:56:29.226] getCompletionData: Get current token: 0.007567000109702349 +Info 11244[19:56:29.226] getCompletionData: Is inside comment: 0.0023720001336187124 +Info 11245[19:56:29.226] getCompletionData: Get previous token: 0.0388090000487864 +Info 11246[19:56:29.226] getCompletionsAtPosition: isCompletionListBlocker: 0.0029559999238699675 +Info 11247[19:56:29.239] getCompletionData: Semantic work: 12.232962000183761 +Info 11248[19:56:29.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7903790001291782 +Info 11249[19:56:29.242] Format host information updated +Info 11250[19:56:29.571] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11251[19:56:29.578] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1033 structureChanged: false structureIsReused:: Completely Elapsed: 7.077860000077635ms +Info 11252[19:56:29.578] Different program with same set of files +Info 11253[19:56:29.578] getCompletionData: Get current token: 0.0071650000754743814 +Info 11254[19:56:29.578] getCompletionData: Is inside comment: 0.0015269999857991934 +Info 11255[19:56:29.578] getCompletionData: Get previous token: 0.02383599989116192 +Info 11256[19:56:29.578] getCompletionsAtPosition: isCompletionListBlocker: 0.0024389999452978373 +Info 11257[19:56:29.586] getCompletionData: Semantic work: 8.132048999890685 +Info 11258[19:56:29.587] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.48271599994041026 +Info 11259[19:56:29.590] Format host information updated +Info 11260[19:56:29.692] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11261[19:56:29.700] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1034 structureChanged: false structureIsReused:: Completely Elapsed: 7.229414999950677ms +Info 11262[19:56:29.700] Different program with same set of files +Info 11263[19:56:29.700] getCompletionData: Get current token: 0.004924000008031726 +Info 11264[19:56:29.700] getCompletionData: Is inside comment: 0.0015719998627901077 +Info 11265[19:56:29.700] getCompletionData: Get previous token: 0.02530399989336729 +Info 11266[19:56:29.700] getCompletionsAtPosition: isCompletionListBlocker: 0.0025110000278800726 +Info 11267[19:56:29.710] getCompletionData: Semantic work: 9.577370000071824 +Info 11268[19:56:29.710] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6181980001274496 +Info 11269[19:56:29.713] Format host information updated +Info 11270[19:56:29.814] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11271[19:56:29.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1035 structureChanged: false structureIsReused:: Completely Elapsed: 7.494729000143707ms +Info 11272[19:56:29.821] Different program with same set of files +Info 11273[19:56:29.822] getCompletionData: Get current token: 0.0058570001274347305 +Info 11274[19:56:29.822] getCompletionData: Is inside comment: 0.0017629999201744795 +Info 11275[19:56:29.822] getCompletionData: Get previous token: 0.028675000183284283 +Info 11276[19:56:29.822] getCompletionsAtPosition: isCompletionListBlocker: 0.002529999939724803 +Info 11277[19:56:29.831] getCompletionData: Semantic work: 9.46960399998352 +Info 11278[19:56:29.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6314230000134557 +Info 11279[19:56:29.833] Format host information updated +Info 11280[19:56:29.964] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11281[19:56:29.971] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1036 structureChanged: false structureIsReused:: Completely Elapsed: 7.109162000007927ms +Info 11282[19:56:29.971] Different program with same set of files +Info 11283[19:56:29.971] getCompletionData: Get current token: 0.005535999778658152 +Info 11284[19:56:29.971] getCompletionData: Is inside comment: 0.0015690000727772713 +Info 11285[19:56:29.971] getCompletionData: Get previous token: 0.021509000100195408 +Info 11286[19:56:29.971] getCompletionsAtPosition: isCompletionListBlocker: 0.0029009999707341194 +Info 11287[19:56:29.979] getCompletionData: Semantic work: 7.912665999960154 +Info 11288[19:56:29.980] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4054429999087006 +Info 11289[19:56:29.980] Format host information updated +Info 11290[19:56:30.094] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11291[19:56:30.101] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1037 structureChanged: false structureIsReused:: Completely Elapsed: 7.050653000129387ms +Info 11292[19:56:30.101] Different program with same set of files +Info 11293[19:56:30.101] getCompletionData: Get current token: 0.004862000001594424 +Info 11294[19:56:30.101] getCompletionData: Is inside comment: 0.0013240000698715448 +Info 11295[19:56:30.101] getCompletionData: Get previous token: 0.02490099985152483 +Info 11296[19:56:30.101] getCompletionsAtPosition: isCompletionListBlocker: 0.0024129999801516533 +Info 11297[19:56:30.110] getCompletionData: Semantic work: 9.284072000067681 +Info 11298[19:56:30.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5890339999459684 +Info 11299[19:56:30.112] Format host information updated +Info 11300[19:56:30.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11301[19:56:30.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1038 structureChanged: false structureIsReused:: Completely Elapsed: 9.95080200000666ms +Info 11302[19:56:30.225] Different program with same set of files +Info 11303[19:56:30.226] getCompletionData: Get current token: 0.004900000058114529 +Info 11304[19:56:30.226] getCompletionData: Is inside comment: 0.0014449998270720243 +Info 11305[19:56:30.226] getCompletionData: Get previous token: 0.02382600004784763 +Info 11306[19:56:30.226] getCompletionsAtPosition: isCompletionListBlocker: 0.0023330000694841146 +Info 11307[19:56:30.234] getCompletionData: Semantic work: 8.034639999968931 +Info 11308[19:56:30.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5791849999222904 +Info 11309[19:56:30.235] Format host information updated +Info 11310[19:56:30.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11311[19:56:30.286] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1039 structureChanged: false structureIsReused:: Completely Elapsed: 10.364095999859273ms +Info 11312[19:56:30.286] Different program with same set of files +Info 11313[19:56:30.286] getCompletionData: Get current token: 0.005326000042259693 +Info 11314[19:56:30.286] getCompletionData: Is inside comment: 0.0016830000095069408 +Info 11315[19:56:30.286] getCompletionData: Get previous token: 0.02531599998474121 +Info 11316[19:56:30.286] getCompletionsAtPosition: isCompletionListBlocker: 0.002873999997973442 +Info 11317[19:56:30.295] getCompletionData: Semantic work: 8.611931999912485 +Info 11318[19:56:30.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5535120000131428 +Info 11319[19:56:30.296] Format host information updated +Info 11320[19:56:30.421] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11321[19:56:30.450] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1040 structureChanged: false structureIsReused:: Completely Elapsed: 29.429650000063702ms +Info 11322[19:56:30.450] Different program with same set of files +Info 11323[19:56:30.451] getCompletionData: Get current token: 0.02184200007468462 +Info 11324[19:56:30.451] getCompletionData: Is inside comment: 0.006770000094547868 +Info 11325[19:56:30.451] getCompletionData: Get previous token: 0.10921400017105043 +Info 11326[19:56:30.451] getCompletionsAtPosition: isCompletionListBlocker: 0.00902600004337728 +Info 11327[19:56:30.473] getCompletionData: Semantic work: 21.584692999953404 +Info 11328[19:56:30.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.757943999953568 +Info 11329[19:56:30.474] Format host information updated +Info 11330[19:56:30.485] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11331[19:56:30.492] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1041 structureChanged: false structureIsReused:: Completely Elapsed: 7.156001999974251ms +Info 11332[19:56:30.492] Different program with same set of files +Info 11333[19:56:30.492] getCompletionData: Get current token: 0.004281000001356006 +Info 11334[19:56:30.492] getCompletionData: Is inside comment: 0.0012929998338222504 +Info 11335[19:56:30.492] getCompletionData: Get previous token: 0.02103299996815622 +Info 11336[19:56:30.493] getCompletionsAtPosition: isCompletionListBlocker: 0.001884999917820096 +Info 11337[19:56:30.503] getCompletionData: Semantic work: 10.337537999963388 +Info 11338[19:56:30.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5686749999877065 +Info 11339[19:56:30.504] Format host information updated +Info 11340[19:56:30.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11341[19:56:30.567] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1042 structureChanged: false structureIsReused:: Completely Elapsed: 8.341760999988765ms +Info 11342[19:56:30.568] Different program with same set of files +Info 11343[19:56:30.568] getCompletionData: Get current token: 0.006025000009685755 +Info 11344[19:56:30.568] getCompletionData: Is inside comment: 0.001724999863654375 +Info 11345[19:56:30.568] getCompletionData: Get previous token: 0.02944399998523295 +Info 11346[19:56:30.568] getCompletionsAtPosition: isCompletionListBlocker: 0.002347000176087022 +Info 11347[19:56:30.577] getCompletionData: Semantic work: 9.510948000010103 +Info 11348[19:56:30.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.541495000012219 +Info 11349[19:56:30.581] Format host information updated +Info 11350[19:56:30.957] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11351[19:56:30.964] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1043 structureChanged: false structureIsReused:: Completely Elapsed: 7.37213799986057ms +Info 11352[19:56:30.964] Different program with same set of files +Info 11353[19:56:30.965] getCompletionData: Get current token: 0.005714999977499247 +Info 11354[19:56:30.965] getCompletionData: Is inside comment: 0.0015259999781847 +Info 11355[19:56:30.965] getCompletionData: Get previous token: 0.0250919999089092 +Info 11356[19:56:30.965] getCompletionsAtPosition: isCompletionListBlocker: 0.0030720001086592674 +Info 11357[19:56:30.965] getExportInfoMap: cache hit +Info 11358[19:56:30.979] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11359[19:56:30.979] collectAutoImports: response is complete +Info 11360[19:56:30.979] collectAutoImports: 14.234315000008792 +Info 11361[19:56:30.979] getCompletionData: Semantic work: 14.830292999977246 +Info 11362[19:56:30.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.1085840000305325 +Info 11363[19:56:31.002] Format host information updated +Info 11364[19:56:31.043] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11365[19:56:31.051] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1044 structureChanged: false structureIsReused:: Completely Elapsed: 7.136368999956176ms +Info 11366[19:56:31.051] Different program with same set of files +Info 11367[19:56:31.051] getCompletionData: Get current token: 0.005629000021144748 +Info 11368[19:56:31.051] getCompletionData: Is inside comment: 0.0016589998267591 +Info 11369[19:56:31.051] getCompletionData: Get previous token: 0.021440000040456653 +Info 11370[19:56:31.051] getCompletionsAtPosition: isCompletionListBlocker: 0.007786999922245741 +Info 11371[19:56:31.051] getExportInfoMap: cache hit +Info 11372[19:56:31.062] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11373[19:56:31.062] collectAutoImports: response is complete +Info 11374[19:56:31.062] collectAutoImports: 10.707670999923721 +Info 11375[19:56:31.062] getCompletionData: Semantic work: 11.360951000126079 +Info 11376[19:56:31.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.931470999959856 +Info 11377[19:56:31.077] Format host information updated +Info 11378[19:56:31.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11379[19:56:31.994] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1045 structureChanged: false structureIsReused:: Completely Elapsed: 7.32697799988091ms +Info 11380[19:56:31.994] Different program with same set of files +Info 11381[19:56:31.994] getCompletionData: Get current token: 0.0064020000863820314 +Info 11382[19:56:31.994] getCompletionData: Is inside comment: 0.0014609999489039183 +Info 11383[19:56:31.994] getCompletionData: Get previous token: 0.023502999916672707 +Info 11384[19:56:31.994] getCompletionsAtPosition: isCompletionListBlocker: 0.0021210000850260258 +Info 11385[19:56:32.005] getCompletionData: Semantic work: 11.197887999936938 +Info 11386[19:56:32.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4408279999624938 +Info 11387[19:56:32.006] Format host information updated +Info 11388[19:56:33.696] Format host information updated +Info 11389[19:56:33.697] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11390[19:56:33.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1046 structureChanged: false structureIsReused:: Completely Elapsed: 6.683649999788031ms +Info 11391[19:56:33.703] Different program with same set of files +Info 11392[19:56:33.795] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11393[19:56:33.802] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1047 structureChanged: false structureIsReused:: Completely Elapsed: 7.702260000165552ms +Info 11394[19:56:33.803] Different program with same set of files +Info 11395[19:56:33.803] getCompletionData: Get current token: 0.005187000147998333 +Info 11396[19:56:33.803] getCompletionData: Is inside comment: 0.0014649999793618917 +Info 11397[19:56:33.803] getCompletionData: Get previous token: 0.020801999839022756 +Info 11398[19:56:33.803] getCompletionsAtPosition: isCompletionListBlocker: 0.001066999975591898 +Info 11399[19:56:33.803] Returning an empty list because completion was requested in an invalid position. +Info 11400[19:56:33.803] Format host information updated +Info 11401[19:56:33.914] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11402[19:56:33.922] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1048 structureChanged: false structureIsReused:: Completely Elapsed: 7.840306000085548ms +Info 11403[19:56:33.922] Different program with same set of files +Info 11404[19:56:33.922] getCompletionData: Get current token: 0.008794999914243817 +Info 11405[19:56:33.922] getCompletionData: Is inside comment: 0.016131999902427197 +Info 11406[19:56:33.922] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11407[19:56:33.922] Format host information updated +Info 11408[19:56:34.232] getCompletionData: Get current token: 0.006428000051528215 +Info 11409[19:56:34.232] getCompletionData: Is inside comment: 0.013259000144898891 +Info 11410[19:56:34.232] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 11411[19:56:34.382] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11412[19:56:34.398] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1049 structureChanged: false structureIsReused:: Completely Elapsed: 15.950883999932557ms +Info 11413[19:56:34.398] Different program with same set of files +Info 11414[19:56:34.398] getCompletionData: Get current token: 0.01357599999755621 +Info 11415[19:56:34.398] getCompletionData: Is inside comment: 0.0034890000242739916 +Info 11416[19:56:34.398] getCompletionData: Get previous token: 0.04307099990546703 +Info 11417[19:56:34.398] getCompletionsAtPosition: isCompletionListBlocker: 0.0021349999587982893 +Info 11418[19:56:34.398] Returning an empty list because completion was requested in an invalid position. +Info 11419[19:56:34.399] Format host information updated +Info 11420[19:56:34.551] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11421[19:56:34.559] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1050 structureChanged: false structureIsReused:: Completely Elapsed: 7.747315000044182ms +Info 11422[19:56:34.559] Different program with same set of files +Info 11423[19:56:34.559] getCompletionData: Get current token: 0.005893000168725848 +Info 11424[19:56:34.559] getCompletionData: Is inside comment: 0.0016789999790489674 +Info 11425[19:56:34.559] getCompletionData: Get previous token: 0.021560000022873282 +Info 11426[19:56:34.559] getCompletionsAtPosition: isCompletionListBlocker: 0.0013690001796931028 +Info 11427[19:56:34.559] Returning an empty list because completion was requested in an invalid position. +Info 11428[19:56:34.560] Format host information updated +Info 11429[19:56:34.701] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11430[19:56:34.716] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1051 structureChanged: false structureIsReused:: Completely Elapsed: 14.493522999808192ms +Info 11431[19:56:34.716] Different program with same set of files +Info 11432[19:56:34.716] getCompletionData: Get current token: 0.005365999881178141 +Info 11433[19:56:34.716] getCompletionData: Is inside comment: 0.0013570000883191824 +Info 11434[19:56:34.716] getCompletionData: Get previous token: 0.016484000021591783 +Info 11435[19:56:34.716] getCompletionsAtPosition: isCompletionListBlocker: 0.002177000045776367 +Info 11436[19:56:34.716] Returning an empty list because completion was requested in an invalid position. +Info 11437[19:56:34.716] Format host information updated +Info 11438[19:56:34.784] Format host information updated +Info 11439[19:56:34.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11440[19:56:34.796] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1052 structureChanged: false structureIsReused:: Completely Elapsed: 10.996287000132725ms +Info 11441[19:56:34.796] Different program with same set of files +Info 11442[19:56:34.934] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11443[19:56:34.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1053 structureChanged: false structureIsReused:: Completely Elapsed: 7.566995000001043ms +Info 11444[19:56:34.942] Different program with same set of files +Info 11445[19:56:34.942] getCompletionData: Get current token: 0.004511999897658825 +Info 11446[19:56:34.942] getCompletionData: Is inside comment: 0.0012039998546242714 +Info 11447[19:56:34.942] getCompletionData: Get previous token: 0.01667100004851818 +Info 11448[19:56:34.942] getCompletionsAtPosition: isCompletionListBlocker: 0.0009200000204145908 +Info 11449[19:56:34.942] Returning an empty list because completion was requested in an invalid position. +Info 11450[19:56:34.942] Format host information updated +Info 11451[19:56:34.993] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11452[19:56:35.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1054 structureChanged: false structureIsReused:: Completely Elapsed: 7.003448999952525ms +Info 11453[19:56:35.000] Different program with same set of files +Info 11454[19:56:35.001] getCompletionData: Get current token: 0.004886999959126115 +Info 11455[19:56:35.001] getCompletionData: Is inside comment: 0.0012870000209659338 +Info 11456[19:56:35.001] getCompletionData: Get previous token: 0.017548000207170844 +Info 11457[19:56:35.001] getCompletionsAtPosition: isCompletionListBlocker: 0.0012160001788288355 +Info 11458[19:56:35.001] Returning an empty list because completion was requested in an invalid position. +Info 11459[19:56:35.001] Format host information updated +Info 11460[19:56:35.316] getCompletionData: Get current token: 0.00559900002554059 +Info 11461[19:56:35.316] getCompletionData: Is inside comment: 0.0015189999248832464 +Info 11462[19:56:35.316] getCompletionData: Get previous token: 0.01436399994418025 +Info 11463[19:56:35.316] getCompletionsAtPosition: isCompletionListBlocker: 0.0012390001211315393 +Info 11464[19:56:35.316] Returning an empty list because completion was requested in an invalid position. +Info 11465[19:56:36.074] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11466[19:56:36.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1055 structureChanged: false structureIsReused:: Completely Elapsed: 7.139504999853671ms +Info 11467[19:56:36.081] Different program with same set of files +Info 11468[19:56:36.081] getCompletionData: Get current token: 0.004854999948292971 +Info 11469[19:56:36.081] getCompletionData: Is inside comment: 0.0013760000001639128 +Info 11470[19:56:36.081] getCompletionData: Get previous token: 0.015613000141456723 +Info 11471[19:56:36.081] getCompletionsAtPosition: isCompletionListBlocker: 0.0008880000095814466 +Info 11472[19:56:36.081] Returning an empty list because completion was requested in an invalid position. +Info 11473[19:56:36.081] Format host information updated +Info 11474[19:56:36.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11475[19:56:36.329] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1056 structureChanged: false structureIsReused:: Completely Elapsed: 12.472573000006378ms +Info 11476[19:56:36.329] Different program with same set of files +Info 11477[19:56:36.330] getCompletionData: Get current token: 0.010915999999269843 +Info 11478[19:56:36.330] getCompletionData: Is inside comment: 0.0033370000310242176 +Info 11479[19:56:36.330] getCompletionData: Get previous token: 0.039271000074222684 +Info 11480[19:56:36.330] getCompletionsAtPosition: isCompletionListBlocker: 0.0016910000704228878 +Info 11481[19:56:36.330] Returning an empty list because completion was requested in an invalid position. +Info 11482[19:56:36.330] Format host information updated +Info 11483[19:56:36.609] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11484[19:56:36.616] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1057 structureChanged: false structureIsReused:: Completely Elapsed: 6.920172000071034ms +Info 11485[19:56:36.616] Different program with same set of files +Info 11486[19:56:36.616] getCompletionData: Get current token: 0.004803000018000603 +Info 11487[19:56:36.616] getCompletionData: Is inside comment: 0.0014760000631213188 +Info 11488[19:56:36.616] getCompletionData: Get previous token: 0.018127000192180276 +Info 11489[19:56:36.616] getCompletionsAtPosition: isCompletionListBlocker: 0.0010100000072270632 +Info 11490[19:56:36.616] Returning an empty list because completion was requested in an invalid position. +Info 11491[19:56:36.617] Format host information updated +Info 11492[19:56:38.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11493[19:56:38.702] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1058 structureChanged: false structureIsReused:: Completely Elapsed: 7.380872999783605ms +Info 11494[19:56:38.702] Different program with same set of files +Info 11495[19:56:38.702] getCompletionData: Get current token: 0.004875000100582838 +Info 11496[19:56:38.702] getCompletionData: Is inside comment: 0.0013169997837394476 +Info 11497[19:56:38.702] getCompletionData: Get previous token: 0.017272999975830317 +Info 11498[19:56:38.702] getCompletionsAtPosition: isCompletionListBlocker: 0.0010590001475065947 +Info 11499[19:56:38.702] Returning an empty list because completion was requested in an invalid position. +Info 11500[19:56:38.702] Format host information updated +Info 11501[19:56:38.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11502[19:56:38.770] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1059 structureChanged: false structureIsReused:: Completely Elapsed: 10.584545999998227ms +Info 11503[19:56:38.770] Different program with same set of files +Info 11504[19:56:38.770] getCompletionData: Get current token: 0.007954999804496765 +Info 11505[19:56:38.770] getCompletionData: Is inside comment: 0.0023700001183897257 +Info 11506[19:56:38.770] getCompletionData: Get previous token: 0.029793000081554055 +Info 11507[19:56:38.770] getCompletionsAtPosition: isCompletionListBlocker: 0.0013979999348521233 +Info 11508[19:56:38.770] Returning an empty list because completion was requested in an invalid position. +Info 11509[19:56:38.770] Format host information updated +Info 11510[19:56:39.079] getCompletionData: Get current token: 0.02298300014808774 +Info 11511[19:56:39.079] getCompletionData: Is inside comment: 0.0067629998084157705 +Info 11512[19:56:39.079] getCompletionData: Get previous token: 0.05656599998474121 +Info 11513[19:56:39.079] getCompletionsAtPosition: isCompletionListBlocker: 0.003570999950170517 +Info 11514[19:56:39.079] Returning an empty list because completion was requested in an invalid position. +Info 11515[19:56:40.657] Format host information updated +Info 11516[19:56:40.657] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11517[19:56:40.664] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1060 structureChanged: false structureIsReused:: Completely Elapsed: 6.880615999922156ms +Info 11518[19:56:40.664] Different program with same set of files +Info 11519[19:56:40.873] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11520[19:56:40.880] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1061 structureChanged: false structureIsReused:: Completely Elapsed: 6.570675999857485ms +Info 11521[19:56:40.880] Different program with same set of files +Info 11522[19:56:40.880] getCompletionData: Get current token: 0.004458000184968114 +Info 11523[19:56:40.880] getCompletionData: Is inside comment: 0.001247999956831336 +Info 11524[19:56:40.880] getCompletionData: Get previous token: 0.016816999996080995 +Info 11525[19:56:40.880] getCompletionsAtPosition: isCompletionListBlocker: 0.0011980000417679548 +Info 11526[19:56:40.880] Returning an empty list because completion was requested in an invalid position. +Info 11527[19:56:40.881] Format host information updated +Info 11528[19:56:42.163] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11529[19:56:42.170] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1062 structureChanged: false structureIsReused:: Completely Elapsed: 6.847230999963358ms +Info 11530[19:56:42.170] Different program with same set of files +Info 11531[19:56:42.170] getCompletionData: Get current token: 0.004762999946251512 +Info 11532[19:56:42.170] getCompletionData: Is inside comment: 0.0012950000818818808 +Info 11533[19:56:42.170] getCompletionData: Get previous token: 0.016118000028654933 +Info 11534[19:56:42.170] getCompletionsAtPosition: isCompletionListBlocker: 0.0011810001451522112 +Info 11535[19:56:42.170] Returning an empty list because completion was requested in an invalid position. +Info 11536[19:56:42.170] Format host information updated +Info 11537[19:56:42.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11538[19:56:42.641] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1063 structureChanged: false structureIsReused:: Completely Elapsed: 6.956536999903619ms +Info 11539[19:56:42.641] Different program with same set of files +Info 11540[19:56:42.641] getCompletionData: Get current token: 0.005770999938249588 +Info 11541[19:56:42.641] getCompletionData: Is inside comment: 0.0014690000098198652 +Info 11542[19:56:42.641] getCompletionData: Get previous token: 0.01937299990095198 +Info 11543[19:56:42.641] getCompletionsAtPosition: isCompletionListBlocker: 0.0010880001354962587 +Info 11544[19:56:42.641] Returning an empty list because completion was requested in an invalid position. +Info 11545[19:56:42.641] Format host information updated +Info 11546[19:56:42.749] Format host information updated +Info 11547[19:56:42.749] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11548[19:56:42.756] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1064 structureChanged: false structureIsReused:: Completely Elapsed: 6.994027000153437ms +Info 11549[19:56:42.756] Different program with same set of files +Info 11550[19:56:43.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11551[19:56:43.588] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1065 structureChanged: false structureIsReused:: Completely Elapsed: 8.506808999925852ms +Info 11552[19:56:43.588] Different program with same set of files +Info 11553[19:56:43.589] getCompletionData: Get current token: 0.005170000018551946 +Info 11554[19:56:43.589] getCompletionData: Is inside comment: 0.0013099999632686377 +Info 11555[19:56:43.589] getCompletionData: Get previous token: 0.017590999836102128 +Info 11556[19:56:43.589] getCompletionsAtPosition: isCompletionListBlocker: 0.0014639999717473984 +Info 11557[19:56:43.589] Returning an empty list because completion was requested in an invalid position. +Info 11558[19:56:43.589] Format host information updated +Info 11559[19:56:43.640] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11560[19:56:43.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1066 structureChanged: false structureIsReused:: Completely Elapsed: 7.907959999982268ms +Info 11561[19:56:43.648] Different program with same set of files +Info 11562[19:56:43.648] getCompletionData: Get current token: 0.006113999988883734 +Info 11563[19:56:43.648] getCompletionData: Is inside comment: 0.0018470000941306353 +Info 11564[19:56:43.648] getCompletionData: Get previous token: 0.02294699987396598 +Info 11565[19:56:43.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0011420000810176134 +Info 11566[19:56:43.648] Returning an empty list because completion was requested in an invalid position. +Info 11567[19:56:43.648] Format host information updated +Info 11568[19:56:43.929] getCompletionData: Get current token: 0.004585999995470047 +Info 11569[19:56:43.929] getCompletionData: Is inside comment: 0.001543999882414937 +Info 11570[19:56:43.929] getCompletionData: Get previous token: 0.012350999983027577 +Info 11571[19:56:43.929] getCompletionsAtPosition: isCompletionListBlocker: 0.0012129999231547117 +Info 11572[19:56:43.929] Returning an empty list because completion was requested in an invalid position. +Info 11573[19:56:44.128] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11574[19:56:44.136] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1067 structureChanged: false structureIsReused:: Completely Elapsed: 7.616980999941006ms +Info 11575[19:56:44.136] Different program with same set of files +Info 11576[19:56:44.136] getCompletionData: Get current token: 0.007025999948382378 +Info 11577[19:56:44.136] getCompletionData: Is inside comment: 0.0016759999562054873 +Info 11578[19:56:44.136] getCompletionData: Get previous token: 0.021902000065892935 +Info 11579[19:56:44.136] getCompletionsAtPosition: isCompletionListBlocker: 0.0010720000136643648 +Info 11580[19:56:44.136] Returning an empty list because completion was requested in an invalid position. +Info 11581[19:56:44.136] Format host information updated +Info 11582[19:56:44.732] getCompletionData: Get current token: 0.008385000051930547 +Info 11583[19:56:44.732] getCompletionData: Is inside comment: 0.0017839998472481966 +Info 11584[19:56:44.732] getCompletionData: Get previous token: 0.014155999990180135 +Info 11585[19:56:44.732] getCompletionsAtPosition: isCompletionListBlocker: 0.0014009999576956034 +Info 11586[19:56:44.732] Returning an empty list because completion was requested in an invalid position. +Info 11587[19:56:44.927] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11588[19:56:44.934] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1068 structureChanged: false structureIsReused:: Completely Elapsed: 6.852169000077993ms +Info 11589[19:56:44.934] Different program with same set of files +Info 11590[19:56:44.934] getCompletionData: Get current token: 0.004937999881803989 +Info 11591[19:56:44.934] getCompletionData: Is inside comment: 0.0013370001688599586 +Info 11592[19:56:44.934] getCompletionData: Get previous token: 0.016005999874323606 +Info 11593[19:56:44.934] getCompletionsAtPosition: isCompletionListBlocker: 0.0008700001053512096 +Info 11594[19:56:44.934] Returning an empty list because completion was requested in an invalid position. +Info 11595[19:56:44.935] Format host information updated +Info 11596[19:56:46.182] getCompletionData: Get current token: 0.021409000037238002 +Info 11597[19:56:46.182] getCompletionData: Is inside comment: 0.006499999901279807 +Info 11598[19:56:46.182] getCompletionData: Get previous token: 0.05879099993035197 +Info 11599[19:56:46.182] getCompletionsAtPosition: isCompletionListBlocker: 0.003738999832421541 +Info 11600[19:56:46.182] Returning an empty list because completion was requested in an invalid position. +Info 11601[19:56:46.470] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11602[19:56:46.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1069 structureChanged: false structureIsReused:: Completely Elapsed: 7.187237999867648ms +Info 11603[19:56:46.477] Different program with same set of files +Info 11604[19:56:46.477] getCompletionData: Get current token: 0.005121000111103058 +Info 11605[19:56:46.477] getCompletionData: Is inside comment: 0.0013280001003295183 +Info 11606[19:56:46.477] getCompletionData: Get previous token: 0.016291000181809068 +Info 11607[19:56:46.477] getCompletionsAtPosition: isCompletionListBlocker: 0.000986000057309866 +Info 11608[19:56:46.477] Returning an empty list because completion was requested in an invalid position. +Info 11609[19:56:46.477] Format host information updated +Info 11610[19:56:46.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11611[19:56:46.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1070 structureChanged: false structureIsReused:: Completely Elapsed: 8.357393000042066ms +Info 11612[19:56:46.539] Different program with same set of files +Info 11613[19:56:46.539] getCompletionData: Get current token: 0.006400000071153045 +Info 11614[19:56:46.539] getCompletionData: Is inside comment: 0.0018740000668913126 +Info 11615[19:56:46.539] getCompletionData: Get previous token: 0.02380599989555776 +Info 11616[19:56:46.539] getCompletionsAtPosition: isCompletionListBlocker: 0.0012079998850822449 +Info 11617[19:56:46.539] Returning an empty list because completion was requested in an invalid position. +Info 11618[19:56:46.539] Format host information updated +Info 11619[19:56:46.844] getCompletionData: Get current token: 0.004558000015094876 +Info 11620[19:56:46.844] getCompletionData: Is inside comment: 0.0015769999008625746 +Info 11621[19:56:46.844] getCompletionData: Get previous token: 0.011285000015050173 +Info 11622[19:56:46.844] getCompletionsAtPosition: isCompletionListBlocker: 0.001428999938070774 +Info 11623[19:56:46.844] Returning an empty list because completion was requested in an invalid position. +Info 11624[19:56:47.074] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11625[19:56:47.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1071 structureChanged: false structureIsReused:: Completely Elapsed: 6.340675000101328ms +Info 11626[19:56:47.080] Different program with same set of files +Info 11627[19:56:47.080] getCompletionData: Get current token: 0.005164999980479479 +Info 11628[19:56:47.080] getCompletionData: Is inside comment: 0.0013610001187771559 +Info 11629[19:56:47.080] getCompletionData: Get previous token: 0.016512000001966953 +Info 11630[19:56:47.080] getCompletionsAtPosition: isCompletionListBlocker: 0.0009079999290406704 +Info 11631[19:56:47.080] Returning an empty list because completion was requested in an invalid position. +Info 11632[19:56:47.105] Format host information updated +Info 11633[19:56:47.246] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11634[19:56:47.273] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1072 structureChanged: false structureIsReused:: Completely Elapsed: 26.41615499998443ms +Info 11635[19:56:47.273] Different program with same set of files +Info 11636[19:56:47.273] getCompletionData: Get current token: 0.025356000056490302 +Info 11637[19:56:47.273] getCompletionData: Is inside comment: 0.006826000055298209 +Info 11638[19:56:47.274] getCompletionData: Get previous token: 0.10877100005745888 +Info 11639[19:56:47.274] getCompletionsAtPosition: isCompletionListBlocker: 0.0029509998857975006 +Info 11640[19:56:47.274] Returning an empty list because completion was requested in an invalid position. +Info 11641[19:56:47.274] Format host information updated +Info 11642[19:56:53.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11643[19:56:53.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1073 structureChanged: false structureIsReused:: Completely Elapsed: 8.089558000210673ms +Info 11644[19:56:53.997] Different program with same set of files +Info 11645[19:56:53.997] getCompletionData: Get current token: 0.007234999909996986 +Info 11646[19:56:53.997] getCompletionData: Is inside comment: 0.001927000004798174 +Info 11647[19:56:53.997] getCompletionData: Get previous token: 0.030772000085562468 +Info 11648[19:56:53.997] getCompletionsAtPosition: isCompletionListBlocker: 0.003031000029295683 +Info 11649[19:56:53.998] getExportInfoMap: cache hit +Info 11650[19:56:54.013] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11651[19:56:54.013] collectAutoImports: response is complete +Info 11652[19:56:54.013] collectAutoImports: 15.052530999993905 +Info 11653[19:56:54.013] getCompletionData: Semantic work: 15.667038999963552 +Info 11654[19:56:54.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.571267999941483 +Info 11655[19:56:54.033] Format host information updated +Info 11656[19:56:54.600] getCompletionData: Get current token: 0.005131999962031841 +Info 11657[19:56:54.600] getCompletionData: Is inside comment: 0.01499100006185472 +Info 11658[19:56:54.600] getCompletionData: Get previous token: 0.009457000065594912 +Info 11659[19:56:54.600] getCompletionsAtPosition: isCompletionListBlocker: 0.009545000037178397 +Info 11660[19:56:54.600] getExportInfoMap: cache hit +Info 11661[19:56:54.609] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11662[19:56:54.609] collectAutoImports: response is complete +Info 11663[19:56:54.609] collectAutoImports: 8.819784000050277 +Info 11664[19:56:54.609] getCompletionData: Semantic work: 9.431566999992356 +Info 11665[19:56:54.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.212465000106022 +Info 11666[19:56:55.090] getCompletionData: Get current token: 0.005497999954968691 +Info 11667[19:56:55.090] getCompletionData: Is inside comment: 0.0015119998715817928 +Info 11668[19:56:55.090] getCompletionData: Get previous token: 0.0137170001398772 +Info 11669[19:56:55.091] getCompletionsAtPosition: isCompletionListBlocker: 0.004819000139832497 +Info 11670[19:56:55.091] Returning an empty list because completion was requested in an invalid position. +Info 11671[19:56:55.271] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11672[19:56:55.278] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1074 structureChanged: false structureIsReused:: Completely Elapsed: 6.963784999912605ms +Info 11673[19:56:55.278] Different program with same set of files +Info 11674[19:56:55.278] getCompletionData: Get current token: 0.005376999964937568 +Info 11675[19:56:55.278] getCompletionData: Is inside comment: 0.0014780000783503056 +Info 11676[19:56:55.278] getCompletionData: Get previous token: 0.018146999878808856 +Info 11677[19:56:55.278] getCompletionsAtPosition: isCompletionListBlocker: 0.0074610000010579824 +Info 11678[19:56:55.278] getExportInfoMap: cache hit +Info 11679[19:56:55.292] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11680[19:56:55.292] collectAutoImports: response is complete +Info 11681[19:56:55.292] collectAutoImports: 13.298345000017434 +Info 11682[19:56:55.292] getCompletionData: Semantic work: 13.841071000089869 +Info 11683[19:56:55.306] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.885206000180915 +Info 11684[19:56:55.314] Format host information updated +Info 11685[19:56:55.564] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11686[19:56:55.576] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1075 structureChanged: false structureIsReused:: Completely Elapsed: 12.596078000031412ms +Info 11687[19:56:55.576] Different program with same set of files +Info 11688[19:56:55.577] getCompletionData: Get current token: 0.010046000126749277 +Info 11689[19:56:55.577] getCompletionData: Is inside comment: 0.003512999974191189 +Info 11690[19:56:55.577] getCompletionData: Get previous token: 0.045002000173553824 +Info 11691[19:56:55.577] getCompletionsAtPosition: isCompletionListBlocker: 0.004099000012502074 +Info 11692[19:56:55.578] getCompletionData: Semantic work: 0.890934000024572 +Info 11693[19:56:55.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.31023699999786913 +Info 11694[19:56:55.579] Format host information updated +Info 11695[19:56:55.925] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11696[19:56:55.932] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1076 structureChanged: false structureIsReused:: Completely Elapsed: 6.9660019997972995ms +Info 11697[19:56:55.932] Different program with same set of files +Info 11698[19:56:55.933] getCompletionData: Get current token: 0.00420899991877377 +Info 11699[19:56:55.933] getCompletionData: Is inside comment: 0.0012069998774677515 +Info 11700[19:56:55.933] getCompletionData: Get previous token: 0.020084999967366457 +Info 11701[19:56:55.933] getCompletionsAtPosition: isCompletionListBlocker: 0.009913000045344234 +Info 11702[19:56:55.933] getCompletionData: Semantic work: 0.37764000007882714 +Info 11703[19:56:55.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.36429599998518825 +Info 11704[19:56:55.934] Format host information updated +Info 11705[19:56:56.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11706[19:56:56.014] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1077 structureChanged: false structureIsReused:: Completely Elapsed: 10.669029999990016ms +Info 11707[19:56:56.014] Different program with same set of files +Info 11708[19:56:56.014] getCompletionData: Get current token: 0.004373000003397465 +Info 11709[19:56:56.014] getCompletionData: Is inside comment: 0.001184999942779541 +Info 11710[19:56:56.014] getCompletionData: Get previous token: 0.02752100001089275 +Info 11711[19:56:56.014] getCompletionsAtPosition: isCompletionListBlocker: 0.0023789999540895224 +Info 11712[19:56:56.015] getCompletionData: Semantic work: 0.5320880000945181 +Info 11713[19:56:56.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4893699998501688 +Info 11714[19:56:56.016] Format host information updated +Info 11715[19:56:56.087] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11716[19:56:56.099] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1078 structureChanged: false structureIsReused:: Completely Elapsed: 11.559218999929726ms +Info 11717[19:56:56.099] Different program with same set of files +Info 11718[19:56:56.099] getCompletionData: Get current token: 0.0070760000962764025 +Info 11719[19:56:56.099] getCompletionData: Is inside comment: 0.0019199999514967203 +Info 11720[19:56:56.099] getCompletionData: Get previous token: 0.08868000004440546 +Info 11721[19:56:56.100] getCompletionsAtPosition: isCompletionListBlocker: 0.0029429998248815536 +Info 11722[19:56:56.100] getCompletionData: Semantic work: 0.6207760001998395 +Info 11723[19:56:56.101] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.512273000087589 +Info 11724[19:56:56.103] Format host information updated +Info 11725[19:56:56.330] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11726[19:56:56.339] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1079 structureChanged: false structureIsReused:: Completely Elapsed: 8.540291999932379ms +Info 11727[19:56:56.339] Different program with same set of files +Info 11728[19:56:56.339] getCompletionData: Get current token: 0.005262000020593405 +Info 11729[19:56:56.339] getCompletionData: Is inside comment: 0.001290000043809414 +Info 11730[19:56:56.339] getCompletionData: Get previous token: 0.028507000068202615 +Info 11731[19:56:56.339] getCompletionsAtPosition: isCompletionListBlocker: 0.0024510000366717577 +Info 11732[19:56:56.340] getCompletionData: Semantic work: 0.5116789999883622 +Info 11733[19:56:56.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5524560001213104 +Info 11734[19:56:56.343] Format host information updated +Info 11735[19:56:56.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11736[19:56:56.750] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1080 structureChanged: false structureIsReused:: Completely Elapsed: 8.359159999992698ms +Info 11737[19:56:56.750] Different program with same set of files +Info 11738[19:56:56.750] getCompletionData: Get current token: 0.005245999898761511 +Info 11739[19:56:56.750] getCompletionData: Is inside comment: 0.0015869999770075083 +Info 11740[19:56:56.750] getCompletionData: Get previous token: 0.03156000003218651 +Info 11741[19:56:56.750] getCompletionsAtPosition: isCompletionListBlocker: 0.002489999867975712 +Info 11742[19:56:56.751] getCompletionData: Semantic work: 0.45493000000715256 +Info 11743[19:56:56.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.38798699993640184 +Info 11744[19:56:56.754] Format host information updated +Info 11745[19:56:56.873] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11746[19:56:56.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1081 structureChanged: false structureIsReused:: Completely Elapsed: 8.470936000114307ms +Info 11747[19:56:56.882] Different program with same set of files +Info 11748[19:56:56.882] getCompletionData: Get current token: 0.005549999885261059 +Info 11749[19:56:56.882] getCompletionData: Is inside comment: 0.0017079999670386314 +Info 11750[19:56:56.882] getCompletionData: Get previous token: 0.03492100001312792 +Info 11751[19:56:56.882] getCompletionsAtPosition: isCompletionListBlocker: 0.003123000031337142 +Info 11752[19:56:56.883] getCompletionData: Semantic work: 0.48298000008799136 +Info 11753[19:56:56.883] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.43933099997229874 +Info 11754[19:56:56.884] Format host information updated +Info 11755[19:56:57.017] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11756[19:56:57.025] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1082 structureChanged: false structureIsReused:: Completely Elapsed: 8.134964999975637ms +Info 11757[19:56:57.025] Different program with same set of files +Info 11758[19:56:57.026] getCompletionData: Get current token: 0.005371999926865101 +Info 11759[19:56:57.026] getCompletionData: Is inside comment: 0.001500000013038516 +Info 11760[19:56:57.026] getCompletionData: Get previous token: 0.03201500000432134 +Info 11761[19:56:57.026] getCompletionsAtPosition: isCompletionListBlocker: 0.0024670001585036516 +Info 11762[19:56:57.026] getCompletionData: Semantic work: 0.5071320000570267 +Info 11763[19:56:57.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4261340000666678 +Info 11764[19:56:57.027] Format host information updated +Info 11765[19:56:57.147] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11766[19:56:57.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1083 structureChanged: false structureIsReused:: Completely Elapsed: 7.427052000071853ms +Info 11767[19:56:57.155] Different program with same set of files +Info 11768[19:56:57.155] getCompletionData: Get current token: 0.005203000036999583 +Info 11769[19:56:57.155] getCompletionData: Is inside comment: 0.0016509999986737967 +Info 11770[19:56:57.155] getCompletionData: Get previous token: 0.03004799992777407 +Info 11771[19:56:57.155] getCompletionsAtPosition: isCompletionListBlocker: 0.002812999999150634 +Info 11772[19:56:57.156] getCompletionData: Semantic work: 0.4459019999485463 +Info 11773[19:56:57.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3657590001821518 +Info 11774[19:56:57.157] Format host information updated +Info 11775[19:56:57.278] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11776[19:56:57.285] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1084 structureChanged: false structureIsReused:: Completely Elapsed: 7.179888999788091ms +Info 11777[19:56:57.285] Different program with same set of files +Info 11778[19:56:57.285] getCompletionData: Get current token: 0.004832000005990267 +Info 11779[19:56:57.285] getCompletionData: Is inside comment: 0.001348000019788742 +Info 11780[19:56:57.285] getCompletionData: Get previous token: 0.022031999891623855 +Info 11781[19:56:57.285] getCompletionsAtPosition: isCompletionListBlocker: 0.002423000056296587 +Info 11782[19:56:57.286] getCompletionData: Semantic work: 0.43721999996341765 +Info 11783[19:56:57.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12442600005306304 +Info 11784[19:56:57.287] Format host information updated +Info 11785[19:56:57.885] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11786[19:56:57.892] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1085 structureChanged: false structureIsReused:: Completely Elapsed: 7.047116999980062ms +Info 11787[19:56:57.892] Different program with same set of files +Info 11788[19:56:57.892] getCompletionData: Get current token: 0.00534399994648993 +Info 11789[19:56:57.892] getCompletionData: Is inside comment: 0.0014410000294446945 +Info 11790[19:56:57.892] getCompletionData: Get previous token: 0.02659299992956221 +Info 11791[19:56:57.892] getCompletionsAtPosition: isCompletionListBlocker: 0.0024449999909847975 +Info 11792[19:56:57.892] getCompletionData: Semantic work: 0.43138700001873076 +Info 11793[19:56:57.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.36798800015822053 +Info 11794[19:56:57.893] Format host information updated +Info 11795[19:56:58.065] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11796[19:56:58.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1086 structureChanged: false structureIsReused:: Completely Elapsed: 9.29955600015819ms +Info 11797[19:56:58.074] Different program with same set of files +Info 11798[19:56:58.075] getCompletionData: Get current token: 0.004871000070124865 +Info 11799[19:56:58.075] getCompletionData: Is inside comment: 0.00153599982149899 +Info 11800[19:56:58.075] getCompletionData: Get previous token: 0.023590999888256192 +Info 11801[19:56:58.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0023679998703300953 +Info 11802[19:56:58.075] getCompletionData: Semantic work: 0.3929570000618696 +Info 11803[19:56:58.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3520219998899847 +Info 11804[19:56:58.077] Format host information updated +Info 11805[19:56:58.254] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11806[19:56:58.262] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1087 structureChanged: false structureIsReused:: Completely Elapsed: 7.9810609999112785ms +Info 11807[19:56:58.262] Different program with same set of files +Info 11808[19:56:58.262] getCompletionData: Get current token: 0.00483300001360476 +Info 11809[19:56:58.262] getCompletionData: Is inside comment: 0.0012580000329762697 +Info 11810[19:56:58.262] getCompletionData: Get previous token: 0.02823500009253621 +Info 11811[19:56:58.262] getCompletionsAtPosition: isCompletionListBlocker: 0.0021219998598098755 +Info 11812[19:56:58.262] getCompletionData: Semantic work: 0.45160500006750226 +Info 11813[19:56:58.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4548530001193285 +Info 11814[19:56:58.264] Format host information updated +Info 11815[19:56:58.314] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11816[19:56:58.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1088 structureChanged: false structureIsReused:: Completely Elapsed: 10.186016000108793ms +Info 11817[19:56:58.324] Different program with same set of files +Info 11818[19:56:58.324] getCompletionData: Get current token: 0.006616000086069107 +Info 11819[19:56:58.324] getCompletionData: Is inside comment: 0.0019630000460892916 +Info 11820[19:56:58.324] getCompletionData: Get previous token: 0.040825000032782555 +Info 11821[19:56:58.325] getCompletionsAtPosition: isCompletionListBlocker: 0.002546000061556697 +Info 11822[19:56:58.325] getCompletionData: Semantic work: 0.5577450001146644 +Info 11823[19:56:58.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19214299996383488 +Info 11824[19:56:58.328] Format host information updated +Info 11825[19:56:58.701] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11826[19:56:58.709] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1089 structureChanged: false structureIsReused:: Completely Elapsed: 7.41525200009346ms +Info 11827[19:56:58.709] Different program with same set of files +Info 11828[19:56:58.709] getCompletionData: Get current token: 0.005455000093206763 +Info 11829[19:56:58.709] getCompletionData: Is inside comment: 0.0012540000025182962 +Info 11830[19:56:58.709] getCompletionData: Get previous token: 0.021764999954029918 +Info 11831[19:56:58.709] getCompletionsAtPosition: isCompletionListBlocker: 0.002854999853298068 +Info 11832[19:56:58.710] getExportInfoMap: cache hit +Info 11833[19:56:58.725] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11834[19:56:58.725] collectAutoImports: response is complete +Info 11835[19:56:58.725] collectAutoImports: 14.898239000001922 +Info 11836[19:56:58.725] getCompletionData: Semantic work: 15.635615000035614 +Info 11837[19:56:58.733] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.506729000015184 +Info 11838[19:56:58.741] Format host information updated +Info 11839[19:56:58.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11840[19:56:58.786] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1090 structureChanged: false structureIsReused:: Completely Elapsed: 9.104738000081852ms +Info 11841[19:56:58.786] Different program with same set of files +Info 11842[19:56:58.786] getCompletionData: Get current token: 0.029192000161856413 +Info 11843[19:56:58.786] getCompletionData: Is inside comment: 0.0013859998434782028 +Info 11844[19:56:58.786] getCompletionData: Get previous token: 0.04528099996969104 +Info 11845[19:56:58.786] getCompletionsAtPosition: isCompletionListBlocker: 0.00725100003182888 +Info 11846[19:56:58.787] getExportInfoMap: cache hit +Info 11847[19:56:58.798] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11848[19:56:58.798] collectAutoImports: response is complete +Info 11849[19:56:58.798] collectAutoImports: 11.230458999983966 +Info 11850[19:56:58.798] getCompletionData: Semantic work: 12.068907999899238 +Info 11851[19:56:58.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.200805999804288 +Info 11852[19:56:58.811] Format host information updated +Info 11853[19:56:59.141] getCompletionData: Get current token: 0.02527599991299212 +Info 11854[19:56:59.141] getCompletionData: Is inside comment: 0.006884000031277537 +Info 11855[19:56:59.142] getCompletionData: Get previous token: 0.07759899995289743 +Info 11856[19:56:59.142] getCompletionsAtPosition: isCompletionListBlocker: 0.009942000033333898 +Info 11857[19:56:59.144] getExportInfoMap: cache hit +Info 11858[19:56:59.175] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11859[19:56:59.175] collectAutoImports: response is complete +Info 11860[19:56:59.175] collectAutoImports: 30.790960000129417 +Info 11861[19:56:59.175] getCompletionData: Semantic work: 33.20073299994692 +Info 11862[19:56:59.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.068115000147372 +Info 11863[19:56:59.366] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11864[19:56:59.376] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1091 structureChanged: false structureIsReused:: Completely Elapsed: 9.407548000104725ms +Info 11865[19:56:59.376] Different program with same set of files +Info 11866[19:56:59.376] getCompletionData: Get current token: 0.005781999789178371 +Info 11867[19:56:59.376] getCompletionData: Is inside comment: 0.0014100000262260437 +Info 11868[19:56:59.376] getCompletionData: Get previous token: 0.03033600002527237 +Info 11869[19:56:59.376] getCompletionsAtPosition: isCompletionListBlocker: 0.00330400001257658 +Info 11870[19:56:59.377] getExportInfoMap: cache hit +Info 11871[19:56:59.380] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 3 from cache +Info 11872[19:56:59.380] collectAutoImports: response is complete +Info 11873[19:56:59.380] collectAutoImports: 3.1484380001202226 +Info 11874[19:56:59.380] getCompletionData: Semantic work: 3.8949179998598993 +Info 11875[19:56:59.382] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.786627999972552 +Info 11876[19:56:59.383] Format host information updated +Info 11877[19:56:59.435] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11878[19:56:59.445] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1092 structureChanged: false structureIsReused:: Completely Elapsed: 10.41093200002797ms +Info 11879[19:56:59.445] Different program with same set of files +Info 11880[19:56:59.446] getCompletionData: Get current token: 0.006189999869093299 +Info 11881[19:56:59.446] getCompletionData: Is inside comment: 0.0015940000303089619 +Info 11882[19:56:59.446] getCompletionData: Get previous token: 0.03137199999764562 +Info 11883[19:56:59.446] getCompletionsAtPosition: isCompletionListBlocker: 0.0038530000019818544 +Info 11884[19:56:59.446] getExportInfoMap: cache hit +Info 11885[19:56:59.449] collectAutoImports: resolved 0 module specifiers, plus 38 ambient and 0 from cache +Info 11886[19:56:59.449] collectAutoImports: response is complete +Info 11887[19:56:59.449] collectAutoImports: 2.60179500002414 +Info 11888[19:56:59.449] getCompletionData: Semantic work: 3.3229320000391454 +Info 11889[19:56:59.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7018819998484105 +Info 11890[19:56:59.452] Format host information updated +Info 11891[19:56:59.522] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11892[19:56:59.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1093 structureChanged: false structureIsReused:: Completely Elapsed: 12.046563999960199ms +Info 11893[19:56:59.534] Different program with same set of files +Info 11894[19:56:59.534] getCompletionData: Get current token: 0.010217000031843781 +Info 11895[19:56:59.534] getCompletionData: Is inside comment: 0.0026020000223070383 +Info 11896[19:56:59.534] getCompletionData: Get previous token: 0.054668999975547194 +Info 11897[19:56:59.534] getCompletionsAtPosition: isCompletionListBlocker: 0.004887999966740608 +Info 11898[19:56:59.539] getExportInfoMap: cache hit +Info 11899[19:56:59.543] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 0 from cache +Info 11900[19:56:59.543] collectAutoImports: response is complete +Info 11901[19:56:59.543] collectAutoImports: 4.02765900013037 +Info 11902[19:56:59.543] getCompletionData: Semantic work: 8.85759300016798 +Info 11903[19:56:59.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8938549999147654 +Info 11904[19:56:59.548] Format host information updated +Info 11905[19:56:59.598] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11906[19:56:59.605] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1094 structureChanged: false structureIsReused:: Completely Elapsed: 6.914717999985442ms +Info 11907[19:56:59.605] Different program with same set of files +Info 11908[19:56:59.605] getCompletionData: Get current token: 0.004866000032052398 +Info 11909[19:56:59.605] getCompletionData: Is inside comment: 0.0014099997933954 +Info 11910[19:56:59.605] getCompletionData: Get previous token: 0.02541400003246963 +Info 11911[19:56:59.605] getCompletionsAtPosition: isCompletionListBlocker: 0.0027349998708814383 +Info 11912[19:56:59.606] getExportInfoMap: cache hit +Info 11913[19:56:59.608] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 0 from cache +Info 11914[19:56:59.608] collectAutoImports: response is complete +Info 11915[19:56:59.608] collectAutoImports: 1.936883000191301 +Info 11916[19:56:59.608] getCompletionData: Semantic work: 2.489441999932751 +Info 11917[19:56:59.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4379610000178218 +Info 11918[19:56:59.620] Format host information updated +Info 11919[19:57:00.002] getCompletionData: Get current token: 0.005059000104665756 +Info 11920[19:57:00.002] getCompletionData: Is inside comment: 0.0015910000074654818 +Info 11921[19:57:00.002] getCompletionData: Get previous token: 0.01593800005502999 +Info 11922[19:57:00.002] getCompletionsAtPosition: isCompletionListBlocker: 0.00943299988284707 +Info 11923[19:57:00.003] getExportInfoMap: cache hit +Info 11924[19:57:00.015] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11925[19:57:00.015] collectAutoImports: response is complete +Info 11926[19:57:00.015] collectAutoImports: 11.591309000039473 +Info 11927[19:57:00.015] getCompletionData: Semantic work: 12.461709999945015 +Info 11928[19:57:00.021] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.31604399997741 +Info 11929[19:57:00.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11930[19:57:00.288] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1095 structureChanged: false structureIsReused:: Completely Elapsed: 7.368700999999419ms +Info 11931[19:57:00.288] Different program with same set of files +Info 11932[19:57:00.289] getCompletionData: Get current token: 0.005619000177830458 +Info 11933[19:57:00.289] getCompletionData: Is inside comment: 0.0017500000540167093 +Info 11934[19:57:00.289] getCompletionData: Get previous token: 0.027799000032246113 +Info 11935[19:57:00.289] getCompletionsAtPosition: isCompletionListBlocker: 0.0023590000346302986 +Info 11936[19:57:00.289] getExportInfoMap: cache hit +Info 11937[19:57:00.303] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11938[19:57:00.303] collectAutoImports: response is complete +Info 11939[19:57:00.303] collectAutoImports: 13.150427999906242 +Info 11940[19:57:00.303] getCompletionData: Semantic work: 13.831236999947578 +Info 11941[19:57:00.311] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.155370000051335 +Info 11942[19:57:00.316] Format host information updated +Info 11943[19:57:00.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11944[19:57:00.350] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1096 structureChanged: false structureIsReused:: Completely Elapsed: 8.456957999849692ms +Info 11945[19:57:00.350] Different program with same set of files +Info 11946[19:57:00.351] getCompletionData: Get current token: 0.004860999993979931 +Info 11947[19:57:00.351] getCompletionData: Is inside comment: 0.0012020000722259283 +Info 11948[19:57:00.351] getCompletionData: Get previous token: 0.02163699991069734 +Info 11949[19:57:00.351] getCompletionsAtPosition: isCompletionListBlocker: 0.007310000015422702 +Info 11950[19:57:00.351] getExportInfoMap: cache hit +Info 11951[19:57:00.360] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11952[19:57:00.360] collectAutoImports: response is complete +Info 11953[19:57:00.360] collectAutoImports: 9.15326499985531 +Info 11954[19:57:00.360] getCompletionData: Semantic work: 9.780157000059262 +Info 11955[19:57:00.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.633184999926016 +Info 11956[19:57:00.373] Format host information updated +Info 11957[19:57:00.657] getCompletionData: Get current token: 0.005635000066831708 +Info 11958[19:57:00.657] getCompletionData: Is inside comment: 0.0015209999401122332 +Info 11959[19:57:00.658] getCompletionData: Get previous token: 0.017007000045850873 +Info 11960[19:57:00.658] getCompletionsAtPosition: isCompletionListBlocker: 0.0024809997994452715 +Info 11961[19:57:00.658] getExportInfoMap: cache hit +Info 11962[19:57:00.667] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11963[19:57:00.667] collectAutoImports: response is complete +Info 11964[19:57:00.667] collectAutoImports: 9.058665999909863 +Info 11965[19:57:00.667] getCompletionData: Semantic work: 9.64962699986063 +Info 11966[19:57:00.674] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.300744999898598 +Info 11967[19:57:00.748] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11968[19:57:00.766] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1097 structureChanged: false structureIsReused:: Completely Elapsed: 17.948459999868646ms +Info 11969[19:57:00.766] Different program with same set of files +Info 11970[19:57:00.767] getCompletionData: Get current token: 0.014464000007137656 +Info 11971[19:57:00.767] getCompletionData: Is inside comment: 0.003898999886587262 +Info 11972[19:57:00.767] getCompletionData: Get previous token: 0.0591370000038296 +Info 11973[19:57:00.767] getCompletionsAtPosition: isCompletionListBlocker: 0.11217100010253489 +Info 11974[19:57:00.768] getExportInfoMap: cache hit +Info 11975[19:57:00.790] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11976[19:57:00.790] collectAutoImports: response is complete +Info 11977[19:57:00.790] collectAutoImports: 21.360975000075996 +Info 11978[19:57:00.790] getCompletionData: Semantic work: 22.81170600000769 +Info 11979[19:57:00.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.216772000072524 +Info 11980[19:57:00.804] Format host information updated +Info 11981[19:57:14.457] getCompletionData: Get current token: 0.004366000182926655 +Info 11982[19:57:14.457] getCompletionData: Is inside comment: 0.014324000105261803 +Info 11983[19:57:14.457] getCompletionData: Get previous token: 0.010226999875158072 +Info 11984[19:57:14.457] getCompletionsAtPosition: isCompletionListBlocker: 0.009249000111594796 +Info 11985[19:57:14.459] getExportInfoMap: cache hit +Info 11986[19:57:14.474] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 11987[19:57:14.474] collectAutoImports: response is complete +Info 11988[19:57:14.474] collectAutoImports: 14.951450999826193 +Info 11989[19:57:14.474] getCompletionData: Semantic work: 16.73303100001067 +Info 11990[19:57:14.482] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.384257999947295 +Info 11991[19:57:17.164] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 11992[19:57:17.177] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1098 structureChanged: false structureIsReused:: Completely Elapsed: 13.142914999742061ms +Info 11993[19:57:17.177] Different program with same set of files +Info 11994[19:57:17.177] getCompletionData: Get current token: 0.013431999832391739 +Info 11995[19:57:17.177] getCompletionData: Is inside comment: 0.0014510001055896282 +Info 11996[19:57:17.177] getCompletionData: Get previous token: 0.02029799995943904 +Info 11997[19:57:17.177] getCompletionsAtPosition: isCompletionListBlocker: 0.00204399973154068 +Info 11998[19:57:17.178] getExportInfoMap: cache hit +Info 11999[19:57:17.192] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12000[19:57:17.192] collectAutoImports: response is complete +Info 12001[19:57:17.192] collectAutoImports: 14.212918000295758 +Info 12002[19:57:17.192] getCompletionData: Semantic work: 14.805029999930412 +Info 12003[19:57:17.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.329653999768198 +Info 12004[19:57:17.207] Format host information updated +Info 12005[19:57:17.410] Format host information updated +Info 12006[19:57:17.410] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12007[19:57:17.425] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1099 structureChanged: false structureIsReused:: Completely Elapsed: 15.467542000114918ms +Info 12008[19:57:17.425] Different program with same set of files +Info 12009[19:57:17.690] Format host information updated +Info 12010[19:57:17.690] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12011[19:57:17.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1100 structureChanged: false structureIsReused:: Completely Elapsed: 10.183619999792427ms +Info 12012[19:57:17.701] Different program with same set of files +Info 12013[19:57:17.846] Format host information updated +Info 12014[19:57:17.846] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12015[19:57:17.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1101 structureChanged: false structureIsReused:: Completely Elapsed: 14.928056000266224ms +Info 12016[19:57:17.861] Different program with same set of files +Info 12017[19:57:18.173] getCompletionData: Get current token: 0.012147000059485435 +Info 12018[19:57:18.173] getCompletionData: Is inside comment: 0.003459000028669834 +Info 12019[19:57:18.173] getCompletionData: Get previous token: 0.06143999984487891 +Info 12020[19:57:18.173] getCompletionsAtPosition: isCompletionListBlocker: 0.01546100014820695 +Info 12021[19:57:18.175] getExportInfoMap: cache hit +Info 12022[19:57:18.194] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12023[19:57:18.194] collectAutoImports: response is complete +Info 12024[19:57:18.194] collectAutoImports: 19.10244300030172 +Info 12025[19:57:18.194] getCompletionData: Semantic work: 21.124330999795347 +Info 12026[19:57:18.202] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.693985000252724 +Info 12027[19:57:18.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12028[19:57:18.482] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1102 structureChanged: false structureIsReused:: Completely Elapsed: 10.915283999871463ms +Info 12029[19:57:18.482] Different program with same set of files +Info 12030[19:57:18.483] getCompletionData: Get current token: 0.008036000188440084 +Info 12031[19:57:18.483] getCompletionData: Is inside comment: 0.0016510002315044403 +Info 12032[19:57:18.485] getCompletionData: Get previous token: 1.8881760002113879 +Info 12033[19:57:18.485] getCompletionsAtPosition: isCompletionListBlocker: 0.009219999890774488 +Info 12034[19:57:18.485] getExportInfoMap: cache hit +Info 12035[19:57:18.498] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12036[19:57:18.498] collectAutoImports: response is complete +Info 12037[19:57:18.498] collectAutoImports: 12.439724000170827 +Info 12038[19:57:18.498] getCompletionData: Semantic work: 13.252149000298232 +Info 12039[19:57:18.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.429886000230908 +Info 12040[19:57:18.514] Format host information updated +Info 12041[19:57:19.035] getCompletionData: Get current token: 0.005840000230818987 +Info 12042[19:57:19.035] getCompletionData: Is inside comment: 0.0015150001272559166 +Info 12043[19:57:19.035] getCompletionData: Get previous token: 0.024265999905765057 +Info 12044[19:57:19.035] getCompletionsAtPosition: isCompletionListBlocker: 0.009721999987959862 +Info 12045[19:57:19.036] getExportInfoMap: cache hit +Info 12046[19:57:19.043] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12047[19:57:19.043] collectAutoImports: response is complete +Info 12048[19:57:19.043] collectAutoImports: 7.607220999896526 +Info 12049[19:57:19.043] getCompletionData: Semantic work: 8.45095399999991 +Info 12050[19:57:19.049] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.279106999747455 +Info 12051[19:57:19.266] Format host information updated +Info 12052[19:57:19.266] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12053[19:57:19.274] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1103 structureChanged: false structureIsReused:: Completely Elapsed: 7.907220000401139ms +Info 12054[19:57:19.274] Different program with same set of files +Info 12055[19:57:28.639] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12056[19:57:28.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1104 structureChanged: false structureIsReused:: Completely Elapsed: 8.465351999737322ms +Info 12057[19:57:28.647] Different program with same set of files +Info 12058[19:57:28.648] getCompletionData: Get current token: 0.0078050000593066216 +Info 12059[19:57:28.648] getCompletionData: Is inside comment: 0.0016720001585781574 +Info 12060[19:57:28.648] getCompletionData: Get previous token: 0.0418060002848506 +Info 12061[19:57:28.648] getCompletionsAtPosition: isCompletionListBlocker: 0.002594000194221735 +Info 12062[19:57:28.648] getExportInfoMap: cache hit +Info 12063[19:57:28.653] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 12064[19:57:28.653] collectAutoImports: response is complete +Info 12065[19:57:28.653] collectAutoImports: 4.027173000387847 +Info 12066[19:57:28.653] getCompletionData: Semantic work: 4.785432999953628 +Info 12067[19:57:28.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.368295000400394 +Info 12068[19:57:28.657] Format host information updated +Info 12069[19:57:28.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12070[19:57:28.784] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1105 structureChanged: false structureIsReused:: Completely Elapsed: 7.667916999664158ms +Info 12071[19:57:28.784] Different program with same set of files +Info 12072[19:57:28.785] getCompletionData: Get current token: 0.007353000342845917 +Info 12073[19:57:28.785] getCompletionData: Is inside comment: 0.0017200000584125519 +Info 12074[19:57:28.785] getCompletionData: Get previous token: 0.04032200016081333 +Info 12075[19:57:28.785] getCompletionsAtPosition: isCompletionListBlocker: 0.002481000032275915 +Info 12076[19:57:28.785] getExportInfoMap: cache hit +Info 12077[19:57:28.789] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 12078[19:57:28.789] collectAutoImports: response is complete +Info 12079[19:57:28.789] collectAutoImports: 3.975188999902457 +Info 12080[19:57:28.789] getCompletionData: Semantic work: 4.6367890001274645 +Info 12081[19:57:28.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.225455000065267 +Info 12082[19:57:28.793] Format host information updated +Info 12083[19:57:28.895] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12084[19:57:28.920] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1106 structureChanged: false structureIsReused:: Completely Elapsed: 24.540657999925315ms +Info 12085[19:57:28.920] Different program with same set of files +Info 12086[19:57:28.920] getCompletionData: Get current token: 0.025533999782055616 +Info 12087[19:57:28.920] getCompletionData: Is inside comment: 0.005770000163465738 +Info 12088[19:57:28.921] getCompletionData: Get previous token: 0.1378350001759827 +Info 12089[19:57:28.921] getCompletionsAtPosition: isCompletionListBlocker: 0.006512000225484371 +Info 12090[19:57:28.923] getExportInfoMap: cache hit +Info 12091[19:57:28.930] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 12092[19:57:28.930] collectAutoImports: response is complete +Info 12093[19:57:28.930] collectAutoImports: 7.0865449998527765 +Info 12094[19:57:28.930] getCompletionData: Semantic work: 9.439787999726832 +Info 12095[19:57:28.933] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9643740002065897 +Info 12096[19:57:28.935] Format host information updated +Info 12097[19:57:28.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12098[19:57:28.968] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1107 structureChanged: false structureIsReused:: Completely Elapsed: 7.452157000079751ms +Info 12099[19:57:28.968] Different program with same set of files +Info 12100[19:57:28.968] getCompletionData: Get current token: 0.006692999973893166 +Info 12101[19:57:28.968] getCompletionData: Is inside comment: 0.0015380000695586205 +Info 12102[19:57:28.968] getCompletionData: Get previous token: 0.03509500017389655 +Info 12103[19:57:28.968] getCompletionsAtPosition: isCompletionListBlocker: 0.002202000003308058 +Info 12104[19:57:28.969] getExportInfoMap: cache hit +Info 12105[19:57:28.970] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 12106[19:57:28.970] collectAutoImports: response is complete +Info 12107[19:57:28.970] collectAutoImports: 1.7450040001422167 +Info 12108[19:57:28.970] getCompletionData: Semantic work: 2.3289649998769164 +Info 12109[19:57:28.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.323376000393182 +Info 12110[19:57:28.973] Format host information updated +Info 12111[19:57:29.017] Format host information updated +Info 12112[19:57:29.017] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12113[19:57:29.025] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1108 structureChanged: false structureIsReused:: Completely Elapsed: 7.950581999961287ms +Info 12114[19:57:29.025] Different program with same set of files +Info 12115[19:57:29.481] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12116[19:57:29.488] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1109 structureChanged: false structureIsReused:: Completely Elapsed: 7.185998000204563ms +Info 12117[19:57:29.488] Different program with same set of files +Info 12118[19:57:29.488] getCompletionData: Get current token: 0.005993000231683254 +Info 12119[19:57:29.488] getCompletionData: Is inside comment: 0.0013950001448392868 +Info 12120[19:57:29.488] getCompletionData: Get previous token: 0.03365799970924854 +Info 12121[19:57:29.488] getCompletionsAtPosition: isCompletionListBlocker: 0.002216000109910965 +Info 12122[19:57:29.489] getExportInfoMap: cache hit +Info 12123[19:57:29.490] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 12124[19:57:29.490] collectAutoImports: response is complete +Info 12125[19:57:29.490] collectAutoImports: 1.704899000003934 +Info 12126[19:57:29.491] getCompletionData: Semantic work: 2.32466599997133 +Info 12127[19:57:29.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1815240001305938 +Info 12128[19:57:29.493] Format host information updated +Info 12129[19:57:29.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12130[19:57:29.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1110 structureChanged: false structureIsReused:: Completely Elapsed: 7.376885999925435ms +Info 12131[19:57:29.617] Different program with same set of files +Info 12132[19:57:29.617] getCompletionData: Get current token: 0.007445000112056732 +Info 12133[19:57:29.617] getCompletionData: Is inside comment: 0.0017630001530051231 +Info 12134[19:57:29.617] getCompletionData: Get previous token: 0.04101800033822656 +Info 12135[19:57:29.617] getCompletionsAtPosition: isCompletionListBlocker: 0.0026099998503923416 +Info 12136[19:57:29.618] getExportInfoMap: cache hit +Info 12137[19:57:29.620] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 0 from cache +Info 12138[19:57:29.620] collectAutoImports: response is complete +Info 12139[19:57:29.620] collectAutoImports: 2.2564659998752177 +Info 12140[19:57:29.620] getCompletionData: Semantic work: 2.8549029999412596 +Info 12141[19:57:29.622] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4131930000148714 +Info 12142[19:57:29.623] Format host information updated +Info 12143[19:57:29.716] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12144[19:57:29.724] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1111 structureChanged: false structureIsReused:: Completely Elapsed: 7.337404000107199ms +Info 12145[19:57:29.724] Different program with same set of files +Info 12146[19:57:29.724] getCompletionData: Get current token: 0.006994999945163727 +Info 12147[19:57:29.724] getCompletionData: Is inside comment: 0.0016379998996853828 +Info 12148[19:57:29.724] getCompletionData: Get previous token: 0.03741899970918894 +Info 12149[19:57:29.724] getCompletionsAtPosition: isCompletionListBlocker: 0.002418000251054764 +Info 12150[19:57:29.725] getExportInfoMap: cache hit +Info 12151[19:57:29.727] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 12152[19:57:29.727] collectAutoImports: response is complete +Info 12153[19:57:29.727] collectAutoImports: 2.6931139999069273 +Info 12154[19:57:29.727] getCompletionData: Semantic work: 3.279389999806881 +Info 12155[19:57:29.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.386921000201255 +Info 12156[19:57:29.730] Format host information updated +Info 12157[19:57:29.832] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12158[19:57:29.839] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1112 structureChanged: false structureIsReused:: Completely Elapsed: 7.798822999931872ms +Info 12159[19:57:29.839] Different program with same set of files +Info 12160[19:57:29.840] getCompletionData: Get current token: 0.022026000078767538 +Info 12161[19:57:29.840] getCompletionData: Is inside comment: 0.0021000001579523087 +Info 12162[19:57:29.840] getCompletionData: Get previous token: 0.0385820004157722 +Info 12163[19:57:29.840] getCompletionsAtPosition: isCompletionListBlocker: 0.0030580000020563602 +Info 12164[19:57:29.840] getExportInfoMap: cache hit +Info 12165[19:57:29.854] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12166[19:57:29.854] collectAutoImports: response is complete +Info 12167[19:57:29.854] collectAutoImports: 13.27330300025642 +Info 12168[19:57:29.854] getCompletionData: Semantic work: 13.876257000025362 +Info 12169[19:57:29.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.4926210003905 +Info 12170[19:57:29.868] Format host information updated +Info 12171[19:57:29.949] Format host information updated +Info 12172[19:57:29.949] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12173[19:57:29.964] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1113 structureChanged: false structureIsReused:: Completely Elapsed: 14.96033800020814ms +Info 12174[19:57:29.964] Different program with same set of files +Info 12175[19:57:30.055] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12176[19:57:30.065] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1114 structureChanged: false structureIsReused:: Completely Elapsed: 10.29785900004208ms +Info 12177[19:57:30.065] Different program with same set of files +Info 12178[19:57:30.065] getCompletionData: Get current token: 0.01689800014719367 +Info 12179[19:57:30.065] getCompletionData: Is inside comment: 0.0026360000483691692 +Info 12180[19:57:30.065] getCompletionData: Get previous token: 0.05776399979367852 +Info 12181[19:57:30.065] getCompletionsAtPosition: isCompletionListBlocker: 0.0020420001819729805 +Info 12182[19:57:30.065] Returning an empty list because completion was requested in an invalid position. +Info 12183[19:57:30.066] Format host information updated +Info 12184[19:57:30.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12185[19:57:30.224] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1115 structureChanged: false structureIsReused:: Completely Elapsed: 8.88373599993065ms +Info 12186[19:57:30.224] Different program with same set of files +Info 12187[19:57:30.225] getCompletionData: Get current token: 0.005789000075310469 +Info 12188[19:57:30.225] getCompletionData: Is inside comment: 0.001265999861061573 +Info 12189[19:57:30.225] getCompletionData: Get previous token: 0.03448499972000718 +Info 12190[19:57:30.225] getCompletionsAtPosition: isCompletionListBlocker: 0.0016129999421536922 +Info 12191[19:57:30.225] Returning an empty list because completion was requested in an invalid position. +Info 12192[19:57:30.225] Format host information updated +Info 12193[19:57:30.323] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12194[19:57:30.331] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1116 structureChanged: false structureIsReused:: Completely Elapsed: 8.408082999754697ms +Info 12195[19:57:30.331] Different program with same set of files +Info 12196[19:57:30.332] getCompletionData: Get current token: 0.013489000033587217 +Info 12197[19:57:30.332] getCompletionData: Is inside comment: 0.0020790002308785915 +Info 12198[19:57:30.332] getCompletionData: Get previous token: 0.05496900016441941 +Info 12199[19:57:30.332] getCompletionsAtPosition: isCompletionListBlocker: 0.0014800000935792923 +Info 12200[19:57:30.332] Returning an empty list because completion was requested in an invalid position. +Info 12201[19:57:30.334] Format host information updated +Info 12202[19:57:30.488] Format host information updated +Info 12203[19:57:30.489] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12204[19:57:30.497] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1117 structureChanged: false structureIsReused:: Completely Elapsed: 8.257075999863446ms +Info 12205[19:57:30.497] Different program with same set of files +Info 12206[19:57:30.708] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12207[19:57:30.715] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1118 structureChanged: false structureIsReused:: Completely Elapsed: 7.833935000002384ms +Info 12208[19:57:30.715] Different program with same set of files +Info 12209[19:57:30.716] getCompletionData: Get current token: 0.00976899964734912 +Info 12210[19:57:30.716] getCompletionData: Is inside comment: 0.0013870000839233398 +Info 12211[19:57:30.716] getCompletionData: Get previous token: 0.03442999999970198 +Info 12212[19:57:30.716] getCompletionsAtPosition: isCompletionListBlocker: 0.0015440001152455807 +Info 12213[19:57:30.716] Returning an empty list because completion was requested in an invalid position. +Info 12214[19:57:30.716] Format host information updated +Info 12215[19:57:30.853] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12216[19:57:30.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1119 structureChanged: false structureIsReused:: Completely Elapsed: 8.16943100001663ms +Info 12217[19:57:30.861] Different program with same set of files +Info 12218[19:57:30.861] getCompletionData: Get current token: 0.006530999671667814 +Info 12219[19:57:30.861] getCompletionData: Is inside comment: 0.0017489995807409286 +Info 12220[19:57:30.861] getCompletionData: Get previous token: 0.036946999840438366 +Info 12221[19:57:30.861] getCompletionsAtPosition: isCompletionListBlocker: 0.001540999859571457 +Info 12222[19:57:30.861] Returning an empty list because completion was requested in an invalid position. +Info 12223[19:57:30.861] Format host information updated +Info 12224[19:57:30.966] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12225[19:57:30.974] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1120 structureChanged: false structureIsReused:: Completely Elapsed: 8.055135999806225ms +Info 12226[19:57:30.974] Different program with same set of files +Info 12227[19:57:30.975] getCompletionData: Get current token: 0.01256600022315979 +Info 12228[19:57:30.975] getCompletionData: Is inside comment: 0.001964000053703785 +Info 12229[19:57:30.975] getCompletionData: Get previous token: 0.0420719999819994 +Info 12230[19:57:30.975] getCompletionsAtPosition: isCompletionListBlocker: 0.0015579997561872005 +Info 12231[19:57:30.975] Returning an empty list because completion was requested in an invalid position. +Info 12232[19:57:30.975] Format host information updated +Info 12233[19:57:31.083] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12234[19:57:31.117] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1121 structureChanged: false structureIsReused:: Completely Elapsed: 34.65121200028807ms +Info 12235[19:57:31.117] Different program with same set of files +Info 12236[19:57:31.118] getCompletionData: Get current token: 0.023994000162929296 +Info 12237[19:57:31.118] getCompletionData: Is inside comment: 0.0046709999442100525 +Info 12238[19:57:31.118] getCompletionData: Get previous token: 0.07879999978467822 +Info 12239[19:57:31.118] getCompletionsAtPosition: isCompletionListBlocker: 0.0028200000524520874 +Info 12240[19:57:31.118] Returning an empty list because completion was requested in an invalid position. +Info 12241[19:57:31.118] Format host information updated +Info 12242[19:57:31.225] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12243[19:57:31.235] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1122 structureChanged: false structureIsReused:: Completely Elapsed: 9.632832000032067ms +Info 12244[19:57:31.235] Different program with same set of files +Info 12245[19:57:31.235] getCompletionData: Get current token: 0.011082000099122524 +Info 12246[19:57:31.235] getCompletionData: Is inside comment: 0.001802000217139721 +Info 12247[19:57:31.235] getCompletionData: Get previous token: 0.04087699996307492 +Info 12248[19:57:31.236] getCompletionsAtPosition: isCompletionListBlocker: 0.0029910001903772354 +Info 12249[19:57:31.236] Returning an empty list because completion was requested in an invalid position. +Info 12250[19:57:31.236] Format host information updated +Info 12251[19:57:31.357] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12252[19:57:31.364] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1123 structureChanged: false structureIsReused:: Completely Elapsed: 7.526984999887645ms +Info 12253[19:57:31.364] Different program with same set of files +Info 12254[19:57:31.364] getCompletionData: Get current token: 0.010209999978542328 +Info 12255[19:57:31.364] getCompletionData: Is inside comment: 0.0017269998788833618 +Info 12256[19:57:31.364] getCompletionData: Get previous token: 0.032998000271618366 +Info 12257[19:57:31.364] getCompletionsAtPosition: isCompletionListBlocker: 0.0013749999925494194 +Info 12258[19:57:31.364] Returning an empty list because completion was requested in an invalid position. +Info 12259[19:57:31.366] Format host information updated +Info 12260[19:57:31.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12261[19:57:31.425] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1124 structureChanged: false structureIsReused:: Completely Elapsed: 8.16466400027275ms +Info 12262[19:57:31.425] Different program with same set of files +Info 12263[19:57:31.425] getCompletionData: Get current token: 0.011795000173151493 +Info 12264[19:57:31.425] getCompletionData: Is inside comment: 0.0020340001210570335 +Info 12265[19:57:31.425] getCompletionData: Get previous token: 0.040566999930888414 +Info 12266[19:57:31.425] getCompletionsAtPosition: isCompletionListBlocker: 0.0018609999679028988 +Info 12267[19:57:31.425] Returning an empty list because completion was requested in an invalid position. +Info 12268[19:57:31.426] Format host information updated +Info 12269[19:57:31.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12270[19:57:31.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1125 structureChanged: false structureIsReused:: Completely Elapsed: 7.340743999928236ms +Info 12271[19:57:31.793] Different program with same set of files +Info 12272[19:57:31.793] getCompletionData: Get current token: 0.012267999816685915 +Info 12273[19:57:31.793] getCompletionData: Is inside comment: 0.001872999593615532 +Info 12274[19:57:31.793] getCompletionData: Get previous token: 0.06271500000730157 +Info 12275[19:57:31.793] getCompletionsAtPosition: isCompletionListBlocker: 0.0018850001506507397 +Info 12276[19:57:31.793] Returning an empty list because completion was requested in an invalid position. +Info 12277[19:57:31.793] Format host information updated +Info 12278[19:57:32.285] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12279[19:57:32.293] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1126 structureChanged: false structureIsReused:: Completely Elapsed: 7.479550999589264ms +Info 12280[19:57:32.293] Different program with same set of files +Info 12281[19:57:32.293] getCompletionData: Get current token: 0.009283000137656927 +Info 12282[19:57:32.293] getCompletionData: Is inside comment: 0.0018559996969997883 +Info 12283[19:57:32.293] getCompletionData: Get previous token: 0.026328000240027905 +Info 12284[19:57:32.293] getCompletionsAtPosition: isCompletionListBlocker: 0.0015589999966323376 +Info 12285[19:57:32.293] Returning an empty list because completion was requested in an invalid position. +Info 12286[19:57:32.293] Format host information updated +Info 12287[19:57:32.505] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12288[19:57:32.513] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1127 structureChanged: false structureIsReused:: Completely Elapsed: 8.350169999990612ms +Info 12289[19:57:32.513] Different program with same set of files +Info 12290[19:57:32.513] getCompletionData: Get current token: 0.009860999882221222 +Info 12291[19:57:32.513] getCompletionData: Is inside comment: 0.0017450000159442425 +Info 12292[19:57:32.513] getCompletionData: Get previous token: 0.02698099985718727 +Info 12293[19:57:32.513] getCompletionsAtPosition: isCompletionListBlocker: 0.0017510000616312027 +Info 12294[19:57:32.513] Returning an empty list because completion was requested in an invalid position. +Info 12295[19:57:32.514] Format host information updated +Info 12296[19:57:32.831] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12297[19:57:32.838] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1128 structureChanged: false structureIsReused:: Completely Elapsed: 7.4818259999156ms +Info 12298[19:57:32.838] Different program with same set of files +Info 12299[19:57:32.839] getCompletionData: Get current token: 0.01146299997344613 +Info 12300[19:57:32.839] getCompletionData: Is inside comment: 0.002247000113129616 +Info 12301[19:57:32.839] getCompletionData: Get previous token: 0.031467999797314405 +Info 12302[19:57:32.839] getCompletionsAtPosition: isCompletionListBlocker: 0.0015489999204874039 +Info 12303[19:57:32.839] Returning an empty list because completion was requested in an invalid position. +Info 12304[19:57:32.839] Format host information updated +Info 12305[19:57:33.285] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12306[19:57:33.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1129 structureChanged: false structureIsReused:: Completely Elapsed: 6.95869700005278ms +Info 12307[19:57:33.292] Different program with same set of files +Info 12308[19:57:33.292] getCompletionData: Get current token: 0.009264000225812197 +Info 12309[19:57:33.292] getCompletionData: Is inside comment: 0.0015229997225105762 +Info 12310[19:57:33.292] getCompletionData: Get previous token: 0.025525000412017107 +Info 12311[19:57:33.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0013840002939105034 +Info 12312[19:57:33.292] Returning an empty list because completion was requested in an invalid position. +Info 12313[19:57:33.293] Format host information updated +Info 12314[19:57:33.573] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12315[19:57:33.581] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1130 structureChanged: false structureIsReused:: Completely Elapsed: 8.002160999923944ms +Info 12316[19:57:33.581] Different program with same set of files +Info 12317[19:57:33.582] getCompletionData: Get current token: 0.011595000047236681 +Info 12318[19:57:33.582] getCompletionData: Is inside comment: 0.0017229998484253883 +Info 12319[19:57:33.582] getCompletionData: Get previous token: 0.030445000156760216 +Info 12320[19:57:33.582] getCompletionsAtPosition: isCompletionListBlocker: 0.0015290002338588238 +Info 12321[19:57:33.582] Returning an empty list because completion was requested in an invalid position. +Info 12322[19:57:33.582] Format host information updated +Info 12323[19:57:33.677] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12324[19:57:33.684] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1131 structureChanged: false structureIsReused:: Completely Elapsed: 7.427894999738783ms +Info 12325[19:57:33.684] Different program with same set of files +Info 12326[19:57:33.684] getCompletionData: Get current token: 0.010336000006645918 +Info 12327[19:57:33.684] getCompletionData: Is inside comment: 0.0017760000191628933 +Info 12328[19:57:33.684] getCompletionData: Get previous token: 0.027595999650657177 +Info 12329[19:57:33.684] getCompletionsAtPosition: isCompletionListBlocker: 0.0014349999837577343 +Info 12330[19:57:33.684] Returning an empty list because completion was requested in an invalid position. +Info 12331[19:57:33.685] Format host information updated +Info 12332[19:57:33.833] Format host information updated +Info 12333[19:57:33.834] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12334[19:57:33.861] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1132 structureChanged: false structureIsReused:: Completely Elapsed: 27.31825299980119ms +Info 12335[19:57:33.861] Different program with same set of files +Info 12336[19:57:34.134] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12337[19:57:34.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1133 structureChanged: false structureIsReused:: Completely Elapsed: 9.50214899983257ms +Info 12338[19:57:34.144] Different program with same set of files +Info 12339[19:57:34.144] getCompletionData: Get current token: 0.01145699992775917 +Info 12340[19:57:34.144] getCompletionData: Is inside comment: 0.0017099999822676182 +Info 12341[19:57:34.144] getCompletionData: Get previous token: 0.029077999759465456 +Info 12342[19:57:34.144] getCompletionsAtPosition: isCompletionListBlocker: 0.0014299997128546238 +Info 12343[19:57:34.144] Returning an empty list because completion was requested in an invalid position. +Info 12344[19:57:34.144] Format host information updated +Info 12345[19:57:34.267] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12346[19:57:34.274] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1134 structureChanged: false structureIsReused:: Completely Elapsed: 7.5602460000664ms +Info 12347[19:57:34.274] Different program with same set of files +Info 12348[19:57:34.275] getCompletionData: Get current token: 0.012557999696582556 +Info 12349[19:57:34.275] getCompletionData: Is inside comment: 0.0020389999262988567 +Info 12350[19:57:34.275] getCompletionData: Get previous token: 0.033719999715685844 +Info 12351[19:57:34.275] getCompletionsAtPosition: isCompletionListBlocker: 0.001563000027090311 +Info 12352[19:57:34.275] Returning an empty list because completion was requested in an invalid position. +Info 12353[19:57:34.278] Format host information updated +Info 12354[19:57:34.420] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12355[19:57:34.427] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1135 structureChanged: false structureIsReused:: Completely Elapsed: 6.984933000057936ms +Info 12356[19:57:34.427] Different program with same set of files +Info 12357[19:57:34.427] getCompletionData: Get current token: 0.01080100005492568 +Info 12358[19:57:34.427] getCompletionData: Is inside comment: 0.0018529999069869518 +Info 12359[19:57:34.427] getCompletionData: Get previous token: 0.029107999987900257 +Info 12360[19:57:34.427] getCompletionsAtPosition: isCompletionListBlocker: 0.00127399992197752 +Info 12361[19:57:34.427] Returning an empty list because completion was requested in an invalid position. +Info 12362[19:57:34.430] Format host information updated +Info 12363[19:57:34.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12364[19:57:34.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1136 structureChanged: false structureIsReused:: Completely Elapsed: 7.485616999678314ms +Info 12365[19:57:34.558] Different program with same set of files +Info 12366[19:57:34.558] getCompletionData: Get current token: 0.009927999693900347 +Info 12367[19:57:34.558] getCompletionData: Is inside comment: 0.001660000067204237 +Info 12368[19:57:34.558] getCompletionData: Get previous token: 0.027317999862134457 +Info 12369[19:57:34.558] getCompletionsAtPosition: isCompletionListBlocker: 0.0013970001600682735 +Info 12370[19:57:34.558] Returning an empty list because completion was requested in an invalid position. +Info 12371[19:57:34.558] Format host information updated +Info 12372[19:57:34.722] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12373[19:57:34.749] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1137 structureChanged: false structureIsReused:: Completely Elapsed: 27.080594999715686ms +Info 12374[19:57:34.749] Different program with same set of files +Info 12375[19:57:34.750] getCompletionData: Get current token: 0.032740000169724226 +Info 12376[19:57:34.750] getCompletionData: Is inside comment: 0.0054880003444850445 +Info 12377[19:57:34.750] getCompletionData: Get previous token: 0.09167099976912141 +Info 12378[19:57:34.750] getCompletionsAtPosition: isCompletionListBlocker: 0.004390999674797058 +Info 12379[19:57:34.750] Returning an empty list because completion was requested in an invalid position. +Info 12380[19:57:34.750] Format host information updated +Info 12381[19:57:34.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12382[19:57:34.823] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1138 structureChanged: false structureIsReused:: Completely Elapsed: 6.8400070001371205ms +Info 12383[19:57:34.823] Different program with same set of files +Info 12384[19:57:34.823] getCompletionData: Get current token: 0.012418000027537346 +Info 12385[19:57:34.823] getCompletionData: Is inside comment: 0.0015920000150799751 +Info 12386[19:57:34.823] getCompletionData: Get previous token: 0.0268049999140203 +Info 12387[19:57:34.823] getCompletionsAtPosition: isCompletionListBlocker: 0.0015410003252327442 +Info 12388[19:57:34.823] Returning an empty list because completion was requested in an invalid position. +Info 12389[19:57:34.823] Format host information updated +Info 12390[19:57:35.098] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12391[19:57:35.106] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1139 structureChanged: false structureIsReused:: Completely Elapsed: 8.304419999942183ms +Info 12392[19:57:35.106] Different program with same set of files +Info 12393[19:57:35.107] getCompletionData: Get current token: 0.013522999826818705 +Info 12394[19:57:35.107] getCompletionData: Is inside comment: 0.0017090002074837685 +Info 12395[19:57:35.107] getCompletionData: Get previous token: 0.027830000035464764 +Info 12396[19:57:35.107] getCompletionsAtPosition: isCompletionListBlocker: 0.0014990000054240227 +Info 12397[19:57:35.107] Returning an empty list because completion was requested in an invalid position. +Info 12398[19:57:35.107] Format host information updated +Info 12399[19:57:35.269] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12400[19:57:35.276] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1140 structureChanged: false structureIsReused:: Completely Elapsed: 6.798345000017434ms +Info 12401[19:57:35.276] Different program with same set of files +Info 12402[19:57:35.276] getCompletionData: Get current token: 0.009643999859690666 +Info 12403[19:57:35.276] getCompletionData: Is inside comment: 0.001600000075995922 +Info 12404[19:57:35.276] getCompletionData: Get previous token: 0.027361999731510878 +Info 12405[19:57:35.276] getCompletionsAtPosition: isCompletionListBlocker: 0.0014220001175999641 +Info 12406[19:57:35.276] Returning an empty list because completion was requested in an invalid position. +Info 12407[19:57:35.276] Format host information updated +Info 12408[19:57:35.414] Format host information updated +Info 12409[19:57:35.414] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12410[19:57:35.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1141 structureChanged: false structureIsReused:: Completely Elapsed: 9.300921000074595ms +Info 12411[19:57:35.424] Different program with same set of files +Info 12412[19:57:35.731] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12413[19:57:35.742] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1142 structureChanged: false structureIsReused:: Completely Elapsed: 11.778721999842674ms +Info 12414[19:57:35.742] Different program with same set of files +Info 12415[19:57:35.743] getCompletionData: Get current token: 0.010994999669492245 +Info 12416[19:57:35.743] getCompletionData: Is inside comment: 0.0015930002555251122 +Info 12417[19:57:35.743] getCompletionData: Get previous token: 0.026976000051945448 +Info 12418[19:57:35.743] getCompletionsAtPosition: isCompletionListBlocker: 0.0015509999357163906 +Info 12419[19:57:35.743] Returning an empty list because completion was requested in an invalid position. +Info 12420[19:57:35.743] Format host information updated +Info 12421[19:57:35.791] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12422[19:57:35.802] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1143 structureChanged: false structureIsReused:: Completely Elapsed: 10.848160000052303ms +Info 12423[19:57:35.802] Different program with same set of files +Info 12424[19:57:35.802] getCompletionData: Get current token: 0.020110000390559435 +Info 12425[19:57:35.802] getCompletionData: Is inside comment: 0.0029740002937614918 +Info 12426[19:57:35.802] getCompletionData: Get previous token: 0.05692799994722009 +Info 12427[19:57:35.802] getCompletionsAtPosition: isCompletionListBlocker: 0.0023010000586509705 +Info 12428[19:57:35.802] Returning an empty list because completion was requested in an invalid position. +Info 12429[19:57:35.805] Format host information updated +Info 12430[19:57:35.914] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12431[19:57:35.922] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1144 structureChanged: false structureIsReused:: Completely Elapsed: 7.706931999884546ms +Info 12432[19:57:35.922] Different program with same set of files +Info 12433[19:57:35.922] getCompletionData: Get current token: 0.011522999964654446 +Info 12434[19:57:35.922] getCompletionData: Is inside comment: 0.001679999753832817 +Info 12435[19:57:35.922] getCompletionData: Get previous token: 0.0338110001757741 +Info 12436[19:57:35.922] getCompletionsAtPosition: isCompletionListBlocker: 0.0015239999629557133 +Info 12437[19:57:35.922] Returning an empty list because completion was requested in an invalid position. +Info 12438[19:57:35.925] Format host information updated +Info 12439[19:57:36.109] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12440[19:57:36.131] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1145 structureChanged: false structureIsReused:: Completely Elapsed: 21.334659999702126ms +Info 12441[19:57:36.131] Different program with same set of files +Info 12442[19:57:36.131] getCompletionData: Get current token: 0.02024699980393052 +Info 12443[19:57:36.131] getCompletionData: Is inside comment: 0.003333999775350094 +Info 12444[19:57:36.131] getCompletionData: Get previous token: 0.054993999656289816 +Info 12445[19:57:36.131] getCompletionsAtPosition: isCompletionListBlocker: 0.0027489997446537018 +Info 12446[19:57:36.131] Returning an empty list because completion was requested in an invalid position. +Info 12447[19:57:36.132] Format host information updated +Info 12448[19:57:36.171] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12449[19:57:36.178] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1146 structureChanged: false structureIsReused:: Completely Elapsed: 6.991151999682188ms +Info 12450[19:57:36.178] Different program with same set of files +Info 12451[19:57:36.178] getCompletionData: Get current token: 0.010128999594599009 +Info 12452[19:57:36.178] getCompletionData: Is inside comment: 0.0015739998780190945 +Info 12453[19:57:36.178] getCompletionData: Get previous token: 0.026422000024467707 +Info 12454[19:57:36.178] getCompletionsAtPosition: isCompletionListBlocker: 0.0014569996856153011 +Info 12455[19:57:36.178] Returning an empty list because completion was requested in an invalid position. +Info 12456[19:57:36.179] Format host information updated +Info 12457[19:57:36.296] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12458[19:57:36.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1147 structureChanged: false structureIsReused:: Completely Elapsed: 28.69170599989593ms +Info 12459[19:57:36.325] Different program with same set of files +Info 12460[19:57:36.326] getCompletionData: Get current token: 0.03285600012168288 +Info 12461[19:57:36.326] getCompletionData: Is inside comment: 0.005583000369369984 +Info 12462[19:57:36.326] getCompletionData: Get previous token: 0.08744599996134639 +Info 12463[19:57:36.326] getCompletionsAtPosition: isCompletionListBlocker: 0.0042409999296069145 +Info 12464[19:57:36.326] Returning an empty list because completion was requested in an invalid position. +Info 12465[19:57:36.326] Format host information updated +Info 12466[19:57:36.387] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12467[19:57:36.397] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1148 structureChanged: false structureIsReused:: Completely Elapsed: 9.280288999900222ms +Info 12468[19:57:36.397] Different program with same set of files +Info 12469[19:57:36.397] getCompletionData: Get current token: 0.010238999966531992 +Info 12470[19:57:36.397] getCompletionData: Is inside comment: 0.001505000051110983 +Info 12471[19:57:36.397] getCompletionData: Get previous token: 0.026353000197559595 +Info 12472[19:57:36.397] getCompletionsAtPosition: isCompletionListBlocker: 0.0015440001152455807 +Info 12473[19:57:36.397] Returning an empty list because completion was requested in an invalid position. +Info 12474[19:57:36.397] Format host information updated +Info 12475[19:57:36.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12476[19:57:36.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1149 structureChanged: false structureIsReused:: Completely Elapsed: 7.771647999994457ms +Info 12477[19:57:36.537] Different program with same set of files +Info 12478[19:57:36.537] getCompletionData: Get current token: 0.010990999639034271 +Info 12479[19:57:36.537] getCompletionData: Is inside comment: 0.0017219996079802513 +Info 12480[19:57:36.537] getCompletionData: Get previous token: 0.030095999594777822 +Info 12481[19:57:36.537] getCompletionsAtPosition: isCompletionListBlocker: 0.0014999997802078724 +Info 12482[19:57:36.537] Returning an empty list because completion was requested in an invalid position. +Info 12483[19:57:36.540] Format host information updated +Info 12484[19:57:36.655] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12485[19:57:36.663] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1150 structureChanged: false structureIsReused:: Completely Elapsed: 7.261440999805927ms +Info 12486[19:57:36.663] Different program with same set of files +Info 12487[19:57:36.663] getCompletionData: Get current token: 0.0116460002027452 +Info 12488[19:57:36.663] getCompletionData: Is inside comment: 0.0017610001377761364 +Info 12489[19:57:36.663] getCompletionData: Get previous token: 0.03282000031322241 +Info 12490[19:57:36.663] getCompletionsAtPosition: isCompletionListBlocker: 0.0014059999957680702 +Info 12491[19:57:36.663] Returning an empty list because completion was requested in an invalid position. +Info 12492[19:57:36.666] Format host information updated +Info 12493[19:57:36.981] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12494[19:57:36.992] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1151 structureChanged: false structureIsReused:: Completely Elapsed: 10.56510499957949ms +Info 12495[19:57:36.992] Different program with same set of files +Info 12496[19:57:36.992] getCompletionData: Get current token: 0.00698500033468008 +Info 12497[19:57:36.992] getCompletionData: Is inside comment: 0.0015020002610981464 +Info 12498[19:57:36.992] getCompletionData: Get previous token: 0.027143999934196472 +Info 12499[19:57:36.992] getCompletionsAtPosition: isCompletionListBlocker: 0.0011599999852478504 +Info 12500[19:57:36.992] Returning an empty list because completion was requested in an invalid position. +Info 12501[19:57:36.995] Format host information updated +Info 12502[19:57:37.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12503[19:57:37.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1152 structureChanged: false structureIsReused:: Completely Elapsed: 7.58622599998489ms +Info 12504[19:57:37.270] Different program with same set of files +Info 12505[19:57:37.270] getCompletionData: Get current token: 0.011235000099986792 +Info 12506[19:57:37.270] getCompletionData: Is inside comment: 0.0016560000367462635 +Info 12507[19:57:37.270] getCompletionData: Get previous token: 0.029670000076293945 +Info 12508[19:57:37.270] getCompletionsAtPosition: isCompletionListBlocker: 0.0014720000326633453 +Info 12509[19:57:37.271] Returning an empty list because completion was requested in an invalid position. +Info 12510[19:57:37.273] Format host information updated +Info 12511[19:57:37.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12512[19:57:37.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1153 structureChanged: false structureIsReused:: Completely Elapsed: 28.744938999880105ms +Info 12513[19:57:37.424] Different program with same set of files +Info 12514[19:57:37.425] getCompletionData: Get current token: 0.04543800000101328 +Info 12515[19:57:37.425] getCompletionData: Is inside comment: 0.006047999951988459 +Info 12516[19:57:37.425] getCompletionData: Get previous token: 0.0937020001001656 +Info 12517[19:57:37.425] getCompletionsAtPosition: isCompletionListBlocker: 0.004108999855816364 +Info 12518[19:57:37.425] Returning an empty list because completion was requested in an invalid position. +Info 12519[19:57:37.426] Format host information updated +Info 12520[19:57:37.458] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12521[19:57:37.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1154 structureChanged: false structureIsReused:: Completely Elapsed: 6.838668999727815ms +Info 12522[19:57:37.465] Different program with same set of files +Info 12523[19:57:37.465] getCompletionData: Get current token: 0.009550000075250864 +Info 12524[19:57:37.465] getCompletionData: Is inside comment: 0.0013950001448392868 +Info 12525[19:57:37.465] getCompletionData: Get previous token: 0.0264699999243021 +Info 12526[19:57:37.465] getCompletionsAtPosition: isCompletionListBlocker: 0.0012909998185932636 +Info 12527[19:57:37.465] Returning an empty list because completion was requested in an invalid position. +Info 12528[19:57:37.465] Format host information updated +Info 12529[19:57:37.651] Format host information updated +Info 12530[19:57:37.652] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12531[19:57:37.678] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1155 structureChanged: false structureIsReused:: Completely Elapsed: 26.326876000035554ms +Info 12532[19:57:37.679] Different program with same set of files +Info 12533[19:57:37.767] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12534[19:57:37.782] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1156 structureChanged: false structureIsReused:: Completely Elapsed: 14.445559000130743ms +Info 12535[19:57:37.782] Different program with same set of files +Info 12536[19:57:37.782] getCompletionData: Get current token: 0.02643200010061264 +Info 12537[19:57:37.782] getCompletionData: Is inside comment: 0.004255999810993671 +Info 12538[19:57:37.782] getCompletionData: Get previous token: 0.05634099990129471 +Info 12539[19:57:37.782] getCompletionsAtPosition: isCompletionListBlocker: 0.014879999682307243 +Info 12540[19:57:37.784] getExportInfoMap: cache hit +Info 12541[19:57:37.813] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12542[19:57:37.813] collectAutoImports: response is complete +Info 12543[19:57:37.813] collectAutoImports: 28.97156700026244 +Info 12544[19:57:37.813] getCompletionData: Semantic work: 30.43557700002566 +Info 12545[19:57:37.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.5538150002248585 +Info 12546[19:57:37.827] Format host information updated +Info 12547[19:57:37.858] Format host information updated +Info 12548[19:57:37.858] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12549[19:57:37.865] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1157 structureChanged: false structureIsReused:: Completely Elapsed: 6.943250000011176ms +Info 12550[19:57:37.865] Different program with same set of files +Info 12551[19:57:38.427] getCompletionData: Get current token: 0.005940000060945749 +Info 12552[19:57:38.427] getCompletionData: Is inside comment: 0.01715199975296855 +Info 12553[19:57:38.427] getCompletionData: Get previous token: 0.012521000113338232 +Info 12554[19:57:38.427] getCompletionsAtPosition: isCompletionListBlocker: 0.009114999789744616 +Info 12555[19:57:38.427] getExportInfoMap: cache hit +Info 12556[19:57:38.440] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12557[19:57:38.440] collectAutoImports: response is complete +Info 12558[19:57:38.440] collectAutoImports: 12.550921000074595 +Info 12559[19:57:38.440] getCompletionData: Semantic work: 13.35535000031814 +Info 12560[19:57:38.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.458172999788076 +Info 12561[19:57:39.090] Format host information updated +Info 12562[19:57:39.090] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12563[19:57:39.097] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1158 structureChanged: false structureIsReused:: Completely Elapsed: 7.198015999980271ms +Info 12564[19:57:39.097] Different program with same set of files +Info 12565[19:57:39.431] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12566[19:57:39.438] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1159 structureChanged: false structureIsReused:: Completely Elapsed: 7.243817000184208ms +Info 12567[19:57:39.438] Different program with same set of files +Info 12568[19:57:39.438] getCompletionData: Get current token: 0.005621999967843294 +Info 12569[19:57:39.438] getCompletionData: Is inside comment: 0.01423799991607666 +Info 12570[19:57:39.439] getCompletionData: Get previous token: 0.02712600026279688 +Info 12571[19:57:39.439] getCompletionsAtPosition: isCompletionListBlocker: 0.0071829999797046185 +Info 12572[19:57:39.439] getExportInfoMap: cache hit +Info 12573[19:57:39.443] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 12574[19:57:39.443] collectAutoImports: response is complete +Info 12575[19:57:39.443] collectAutoImports: 3.558962999843061 +Info 12576[19:57:39.443] getCompletionData: Semantic work: 4.377729999832809 +Info 12577[19:57:39.445] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0590800000354648 +Info 12578[19:57:39.447] Format host information updated +Info 12579[19:57:39.536] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12580[19:57:39.542] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1160 structureChanged: false structureIsReused:: Completely Elapsed: 6.743937999941409ms +Info 12581[19:57:39.542] Different program with same set of files +Info 12582[19:57:39.543] getCompletionData: Get current token: 0.004925000015646219 +Info 12583[19:57:39.543] getCompletionData: Is inside comment: 0.06418799981474876 +Info 12584[19:57:39.543] getCompletionData: Get previous token: 0.04319899994879961 +Info 12585[19:57:39.543] getCompletionsAtPosition: isCompletionListBlocker: 0.007267999928444624 +Info 12586[19:57:39.543] getExportInfoMap: cache hit +Info 12587[19:57:39.545] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 0 from cache +Info 12588[19:57:39.545] collectAutoImports: response is complete +Info 12589[19:57:39.545] collectAutoImports: 1.825908999890089 +Info 12590[19:57:39.545] getCompletionData: Semantic work: 2.538149000145495 +Info 12591[19:57:39.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2508600000292063 +Info 12592[19:57:39.548] Format host information updated +Info 12593[19:57:39.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12594[19:57:39.641] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1161 structureChanged: false structureIsReused:: Completely Elapsed: 6.787219999823719ms +Info 12595[19:57:39.641] Different program with same set of files +Info 12596[19:57:39.641] getCompletionData: Get current token: 0.005280000157654285 +Info 12597[19:57:39.641] getCompletionData: Is inside comment: 0.0125410002656281 +Info 12598[19:57:39.641] getCompletionData: Get previous token: 0.023587000090628862 +Info 12599[19:57:39.641] getCompletionsAtPosition: isCompletionListBlocker: 0.0072929998859763145 +Info 12600[19:57:39.642] getExportInfoMap: cache hit +Info 12601[19:57:39.643] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 12602[19:57:39.643] collectAutoImports: response is complete +Info 12603[19:57:39.643] collectAutoImports: 1.5849819998256862 +Info 12604[19:57:39.643] getCompletionData: Semantic work: 2.310374000109732 +Info 12605[19:57:39.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1127549996599555 +Info 12606[19:57:39.645] Format host information updated +Info 12607[19:57:39.737] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12608[19:57:39.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1162 structureChanged: false structureIsReused:: Completely Elapsed: 6.9237750000320375ms +Info 12609[19:57:39.744] Different program with same set of files +Info 12610[19:57:39.744] getCompletionData: Get current token: 0.006004999857395887 +Info 12611[19:57:39.744] getCompletionData: Is inside comment: 0.013788999989628792 +Info 12612[19:57:39.744] getCompletionData: Get previous token: 0.025539999827742577 +Info 12613[19:57:39.744] getCompletionsAtPosition: isCompletionListBlocker: 0.006968999747186899 +Info 12614[19:57:39.745] getExportInfoMap: cache hit +Info 12615[19:57:39.747] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 12616[19:57:39.747] collectAutoImports: response is complete +Info 12617[19:57:39.747] collectAutoImports: 1.639414000324905 +Info 12618[19:57:39.747] getCompletionData: Semantic work: 2.3958589998073876 +Info 12619[19:57:39.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.158456000033766 +Info 12620[19:57:39.749] Format host information updated +Info 12621[19:57:39.814] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12622[19:57:39.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1163 structureChanged: false structureIsReused:: Completely Elapsed: 12.614796999841928ms +Info 12623[19:57:39.826] Different program with same set of files +Info 12624[19:57:39.827] getCompletionData: Get current token: 0.003879999741911888 +Info 12625[19:57:39.827] getCompletionData: Is inside comment: 0.007918000221252441 +Info 12626[19:57:39.827] getCompletionData: Get previous token: 0.047873999923467636 +Info 12627[19:57:39.827] getCompletionsAtPosition: isCompletionListBlocker: 0.013737999834120274 +Info 12628[19:57:39.828] getExportInfoMap: cache hit +Info 12629[19:57:39.850] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12630[19:57:39.850] collectAutoImports: response is complete +Info 12631[19:57:39.850] collectAutoImports: 21.981393999885768 +Info 12632[19:57:39.850] getCompletionData: Semantic work: 23.344653999898583 +Info 12633[19:57:39.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.17264400003478 +Info 12634[19:57:39.864] Format host information updated +Info 12635[19:57:40.144] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12636[19:57:40.154] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1164 structureChanged: false structureIsReused:: Completely Elapsed: 10.05990199977532ms +Info 12637[19:57:40.154] Different program with same set of files +Info 12638[19:57:40.154] getCompletionData: Get current token: 0.0062409997917711735 +Info 12639[19:57:40.154] getCompletionData: Is inside comment: 0.015244000125676394 +Info 12640[19:57:40.154] getCompletionData: Get previous token: 0.02861399995163083 +Info 12641[19:57:40.155] getCompletionsAtPosition: isCompletionListBlocker: 0.00950299995020032 +Info 12642[19:57:40.155] getExportInfoMap: cache hit +Info 12643[19:57:40.157] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12644[19:57:40.157] collectAutoImports: response is complete +Info 12645[19:57:40.157] collectAutoImports: 1.6635690000839531 +Info 12646[19:57:40.157] getCompletionData: Semantic work: 2.6160430000163615 +Info 12647[19:57:40.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5514719998463988 +Info 12648[19:57:40.160] Format host information updated +Info 12649[19:57:40.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12650[19:57:40.229] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1165 structureChanged: false structureIsReused:: Completely Elapsed: 7.6860779998824ms +Info 12651[19:57:40.229] Different program with same set of files +Info 12652[19:57:40.230] getCompletionData: Get current token: 0.006707000080496073 +Info 12653[19:57:40.230] getCompletionData: Is inside comment: 0.01594099961221218 +Info 12654[19:57:40.230] getCompletionData: Get previous token: 0.029727999586611986 +Info 12655[19:57:40.230] getCompletionsAtPosition: isCompletionListBlocker: 0.00813300022855401 +Info 12656[19:57:40.231] getExportInfoMap: cache hit +Info 12657[19:57:40.235] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12658[19:57:40.235] collectAutoImports: response is complete +Info 12659[19:57:40.235] collectAutoImports: 4.343197999987751 +Info 12660[19:57:40.235] getCompletionData: Semantic work: 5.215825000312179 +Info 12661[19:57:40.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4640360004268587 +Info 12662[19:57:40.238] Format host information updated +Info 12663[19:57:40.295] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12664[19:57:40.304] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1166 structureChanged: false structureIsReused:: Completely Elapsed: 9.210844000335783ms +Info 12665[19:57:40.304] Different program with same set of files +Info 12666[19:57:40.304] getCompletionData: Get current token: 0.007639000192284584 +Info 12667[19:57:40.304] getCompletionData: Is inside comment: 0.02034299960359931 +Info 12668[19:57:40.304] getCompletionData: Get previous token: 0.038452000357210636 +Info 12669[19:57:40.304] getCompletionsAtPosition: isCompletionListBlocker: 0.00889099994674325 +Info 12670[19:57:40.305] getExportInfoMap: cache hit +Info 12671[19:57:40.307] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12672[19:57:40.307] collectAutoImports: response is complete +Info 12673[19:57:40.307] collectAutoImports: 2.018635000102222 +Info 12674[19:57:40.307] getCompletionData: Semantic work: 2.9358619996346533 +Info 12675[19:57:40.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6374090001918375 +Info 12676[19:57:40.313] Format host information updated +Info 12677[19:57:44.677] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12678[19:57:44.684] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1167 structureChanged: false structureIsReused:: Completely Elapsed: 7.055705000180751ms +Info 12679[19:57:44.684] Different program with same set of files +Info 12680[19:57:44.684] getCompletionData: Get current token: 0.001905000302940607 +Info 12681[19:57:44.684] getCompletionData: Is inside comment: 0.0039059999398887157 +Info 12682[19:57:44.684] getCompletionData: Get previous token: 0.02432100009173155 +Info 12683[19:57:44.684] getCompletionsAtPosition: isCompletionListBlocker: 0.007596000097692013 +Info 12684[19:57:44.685] getExportInfoMap: cache hit +Info 12685[19:57:44.698] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12686[19:57:44.698] collectAutoImports: response is complete +Info 12687[19:57:44.698] collectAutoImports: 12.710261000320315 +Info 12688[19:57:44.698] getCompletionData: Semantic work: 13.38545300019905 +Info 12689[19:57:44.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.7896659998223186 +Info 12690[19:57:44.710] Format host information updated +Info 12691[19:57:44.915] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12692[19:57:44.922] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1168 structureChanged: false structureIsReused:: Completely Elapsed: 6.789702999871224ms +Info 12693[19:57:44.922] Different program with same set of files +Info 12694[19:57:44.922] getCompletionData: Get current token: 0.005096999928355217 +Info 12695[19:57:44.922] getCompletionData: Is inside comment: 0.013242000248283148 +Info 12696[19:57:44.922] getCompletionData: Get previous token: 0.024464000016450882 +Info 12697[19:57:44.922] getCompletionsAtPosition: isCompletionListBlocker: 0.00735200010240078 +Info 12698[19:57:44.923] getExportInfoMap: cache hit +Info 12699[19:57:44.925] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12700[19:57:44.925] collectAutoImports: response is complete +Info 12701[19:57:44.925] collectAutoImports: 1.3512599999085069 +Info 12702[19:57:44.925] getCompletionData: Semantic work: 2.085807000286877 +Info 12703[19:57:44.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1160240001045167 +Info 12704[19:57:44.927] Format host information updated +Info 12705[19:57:45.062] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12706[19:57:45.070] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1169 structureChanged: false structureIsReused:: Completely Elapsed: 7.161675000097603ms +Info 12707[19:57:45.070] Different program with same set of files +Info 12708[19:57:45.070] getCompletionData: Get current token: 0.005624999757856131 +Info 12709[19:57:45.070] getCompletionData: Is inside comment: 0.014456999953836203 +Info 12710[19:57:45.070] getCompletionData: Get previous token: 0.026505999732762575 +Info 12711[19:57:45.070] getCompletionsAtPosition: isCompletionListBlocker: 0.007185999769717455 +Info 12712[19:57:45.071] getExportInfoMap: cache hit +Info 12713[19:57:45.072] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12714[19:57:45.072] collectAutoImports: response is complete +Info 12715[19:57:45.072] collectAutoImports: 1.4743030001409352 +Info 12716[19:57:45.072] getCompletionData: Semantic work: 2.1952349999919534 +Info 12717[19:57:45.073] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2317099999636412 +Info 12718[19:57:45.074] Format host information updated +Info 12719[19:57:45.129] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12720[19:57:45.140] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1170 structureChanged: false structureIsReused:: Completely Elapsed: 10.130193000193685ms +Info 12721[19:57:45.140] Different program with same set of files +Info 12722[19:57:45.140] getCompletionData: Get current token: 0.008132999762892723 +Info 12723[19:57:45.140] getCompletionData: Is inside comment: 0.02097700024023652 +Info 12724[19:57:45.140] getCompletionData: Get previous token: 0.03876099968329072 +Info 12725[19:57:45.140] getCompletionsAtPosition: isCompletionListBlocker: 0.012934000231325626 +Info 12726[19:57:45.141] getExportInfoMap: cache hit +Info 12727[19:57:45.143] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12728[19:57:45.143] collectAutoImports: response is complete +Info 12729[19:57:45.143] collectAutoImports: 2.141135999932885 +Info 12730[19:57:45.143] getCompletionData: Semantic work: 3.3199660000391304 +Info 12731[19:57:45.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.858754999935627 +Info 12732[19:57:45.146] Format host information updated +Info 12733[19:57:45.189] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12734[19:57:45.196] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1171 structureChanged: false structureIsReused:: Completely Elapsed: 7.3498110002838075ms +Info 12735[19:57:45.196] Different program with same set of files +Info 12736[19:57:45.197] getCompletionData: Get current token: 0.004957000259310007 +Info 12737[19:57:45.197] getCompletionData: Is inside comment: 0.013151000253856182 +Info 12738[19:57:45.197] getCompletionData: Get previous token: 0.0244140001013875 +Info 12739[19:57:45.197] getCompletionsAtPosition: isCompletionListBlocker: 0.008162000216543674 +Info 12740[19:57:45.197] getExportInfoMap: cache hit +Info 12741[19:57:45.199] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12742[19:57:45.199] collectAutoImports: response is complete +Info 12743[19:57:45.199] collectAutoImports: 1.3530990001745522 +Info 12744[19:57:45.199] getCompletionData: Semantic work: 2.037503999657929 +Info 12745[19:57:45.200] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1582019999623299 +Info 12746[19:57:45.201] Format host information updated +Info 12747[19:57:45.505] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12748[19:57:45.512] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1172 structureChanged: false structureIsReused:: Completely Elapsed: 6.9341029999777675ms +Info 12749[19:57:45.512] Different program with same set of files +Info 12750[19:57:45.512] getCompletionData: Get current token: 0.006151000037789345 +Info 12751[19:57:45.512] getCompletionData: Is inside comment: 0.01411799993366003 +Info 12752[19:57:45.512] getCompletionData: Get previous token: 0.011592000257223845 +Info 12753[19:57:45.512] getCompletionsAtPosition: isCompletionListBlocker: 0.04723999975249171 +Info 12754[19:57:45.513] getExportInfoMap: cache hit +Info 12755[19:57:45.525] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12756[19:57:45.525] collectAutoImports: response is complete +Info 12757[19:57:45.525] collectAutoImports: 12.0938530000858 +Info 12758[19:57:45.525] getCompletionData: Semantic work: 12.862513000145555 +Info 12759[19:57:45.532] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.715641999617219 +Info 12760[19:57:45.537] Format host information updated +Info 12761[19:57:46.447] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12762[19:57:46.456] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1173 structureChanged: false structureIsReused:: Completely Elapsed: 9.268909000325948ms +Info 12763[19:57:46.456] Different program with same set of files +Info 12764[19:57:46.456] getCompletionData: Get current token: 0.005022000055760145 +Info 12765[19:57:46.456] getCompletionData: Is inside comment: 0.012461000122129917 +Info 12766[19:57:46.456] getCompletionData: Get previous token: 0.023196999914944172 +Info 12767[19:57:46.456] getCompletionsAtPosition: isCompletionListBlocker: 0.007048000115901232 +Info 12768[19:57:46.457] getExportInfoMap: cache hit +Info 12769[19:57:46.458] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12770[19:57:46.458] collectAutoImports: response is complete +Info 12771[19:57:46.458] collectAutoImports: 1.3477040003053844 +Info 12772[19:57:46.458] getCompletionData: Semantic work: 2.024468000046909 +Info 12773[19:57:46.460] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.209668000228703 +Info 12774[19:57:46.461] Format host information updated +Info 12775[19:57:53.370] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12776[19:57:53.380] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1174 structureChanged: false structureIsReused:: Completely Elapsed: 9.770802000071853ms +Info 12777[19:57:53.380] Different program with same set of files +Info 12778[19:57:53.380] getCompletionData: Get current token: 0.005576000083237886 +Info 12779[19:57:53.380] getCompletionData: Is inside comment: 0.001370999962091446 +Info 12780[19:57:53.380] getCompletionData: Get previous token: 0.0278010000474751 +Info 12781[19:57:53.380] getCompletionsAtPosition: isCompletionListBlocker: 0.00811500009149313 +Info 12782[19:57:53.381] getExportInfoMap: cache hit +Info 12783[19:57:53.382] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12784[19:57:53.382] collectAutoImports: response is complete +Info 12785[19:57:53.382] collectAutoImports: 1.3832829999737442 +Info 12786[19:57:53.382] getCompletionData: Semantic work: 2.102924000006169 +Info 12787[19:57:53.383] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1740600001066923 +Info 12788[19:57:53.384] Format host information updated +Info 12789[19:57:53.606] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12790[19:57:53.616] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1175 structureChanged: false structureIsReused:: Completely Elapsed: 9.519612999632955ms +Info 12791[19:57:53.616] Different program with same set of files +Info 12792[19:57:53.616] getCompletionData: Get current token: 0.005425000097602606 +Info 12793[19:57:53.616] getCompletionData: Is inside comment: 0.0024629998952150345 +Info 12794[19:57:53.616] getCompletionData: Get previous token: 0.05706099979579449 +Info 12795[19:57:53.616] getCompletionsAtPosition: isCompletionListBlocker: 0.007439000066369772 +Info 12796[19:57:53.617] getExportInfoMap: cache hit +Info 12797[19:57:53.618] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12798[19:57:53.618] collectAutoImports: response is complete +Info 12799[19:57:53.618] collectAutoImports: 1.4053310002200305 +Info 12800[19:57:53.618] getCompletionData: Semantic work: 2.1041219998151064 +Info 12801[19:57:53.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2021309998817742 +Info 12802[19:57:53.620] Format host information updated +Info 12803[19:57:53.787] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12804[19:57:53.797] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1176 structureChanged: false structureIsReused:: Completely Elapsed: 10.211147999856621ms +Info 12805[19:57:53.797] Different program with same set of files +Info 12806[19:57:53.797] getCompletionData: Get current token: 0.0067100003361701965 +Info 12807[19:57:53.797] getCompletionData: Is inside comment: 0.001816000323742628 +Info 12808[19:57:53.798] getCompletionData: Get previous token: 0.025100999977439642 +Info 12809[19:57:53.798] getCompletionsAtPosition: isCompletionListBlocker: 0.0030940002761781216 +Info 12810[19:57:53.798] getCompletionData: Semantic work: 0.7397189997136593 +Info 12811[19:57:53.799] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13085700012743473 +Info 12812[19:57:53.799] Format host information updated +Info 12813[19:57:54.021] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12814[19:57:54.028] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1177 structureChanged: false structureIsReused:: Completely Elapsed: 7.177211000118405ms +Info 12815[19:57:54.028] Different program with same set of files +Info 12816[19:57:54.029] getCompletionData: Get current token: 0.005415999796241522 +Info 12817[19:57:54.029] getCompletionData: Is inside comment: 0.0013510002754628658 +Info 12818[19:57:54.029] getCompletionData: Get previous token: 0.023806999903172255 +Info 12819[19:57:54.029] getCompletionsAtPosition: isCompletionListBlocker: 0.0018440000712871552 +Info 12820[19:57:54.029] getCompletionData: Semantic work: 0.5540889999829233 +Info 12821[19:57:54.029] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13797400007024407 +Info 12822[19:57:54.032] Format host information updated +Info 12823[19:57:54.171] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12824[19:57:54.178] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1178 structureChanged: false structureIsReused:: Completely Elapsed: 7.123218999709934ms +Info 12825[19:57:54.178] Different program with same set of files +Info 12826[19:57:54.178] getCompletionData: Get current token: 0.0067369998432695866 +Info 12827[19:57:54.178] getCompletionData: Is inside comment: 0.001509999856352806 +Info 12828[19:57:54.178] getCompletionData: Get previous token: 0.03209999995306134 +Info 12829[19:57:54.178] getCompletionsAtPosition: isCompletionListBlocker: 0.0025430000387132168 +Info 12830[19:57:54.179] getCompletionData: Semantic work: 0.6783189997076988 +Info 12831[19:57:54.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12708299979567528 +Info 12832[19:57:54.182] Format host information updated +Info 12833[19:57:54.343] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12834[19:57:54.350] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1179 structureChanged: false structureIsReused:: Completely Elapsed: 6.96248700004071ms +Info 12835[19:57:54.350] Different program with same set of files +Info 12836[19:57:54.350] getCompletionData: Get current token: 0.006076999939978123 +Info 12837[19:57:54.350] getCompletionData: Is inside comment: 0.0014770003035664558 +Info 12838[19:57:54.350] getCompletionData: Get previous token: 0.029161000158637762 +Info 12839[19:57:54.350] getCompletionsAtPosition: isCompletionListBlocker: 0.002706000115722418 +Info 12840[19:57:54.351] getCompletionData: Semantic work: 0.6329499999992549 +Info 12841[19:57:54.351] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12119599990546703 +Info 12842[19:57:54.354] Format host information updated +Info 12843[19:57:54.441] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12844[19:57:54.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1180 structureChanged: false structureIsReused:: Completely Elapsed: 6.847845000214875ms +Info 12845[19:57:54.448] Different program with same set of files +Info 12846[19:57:54.448] getCompletionData: Get current token: 0.005553000140935183 +Info 12847[19:57:54.448] getCompletionData: Is inside comment: 0.0014410000294446945 +Info 12848[19:57:54.448] getCompletionData: Get previous token: 0.026970000006258488 +Info 12849[19:57:54.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589999087154865 +Info 12850[19:57:54.448] getCompletionData: Semantic work: 0.5816699997521937 +Info 12851[19:57:54.448] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10961299994960427 +Info 12852[19:57:54.451] Format host information updated +Info 12853[19:57:54.551] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12854[19:57:54.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1181 structureChanged: false structureIsReused:: Completely Elapsed: 7.204843000043184ms +Info 12855[19:57:54.558] Different program with same set of files +Info 12856[19:57:54.559] getCompletionData: Get current token: 0.006539999973028898 +Info 12857[19:57:54.559] getCompletionData: Is inside comment: 0.0016910000704228878 +Info 12858[19:57:54.559] getCompletionData: Get previous token: 0.03041099989786744 +Info 12859[19:57:54.559] getCompletionsAtPosition: isCompletionListBlocker: 0.0022479998879134655 +Info 12860[19:57:54.559] getCompletionData: Semantic work: 0.6698049996048212 +Info 12861[19:57:54.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12700899969786406 +Info 12862[19:57:54.560] Format host information updated +Info 12863[19:57:55.058] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12864[19:57:55.065] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1182 structureChanged: false structureIsReused:: Completely Elapsed: 7.187946999911219ms +Info 12865[19:57:55.065] Different program with same set of files +Info 12866[19:57:55.065] getCompletionData: Get current token: 0.0074640000239014626 +Info 12867[19:57:55.065] getCompletionData: Is inside comment: 0.0014499998651444912 +Info 12868[19:57:55.065] getCompletionData: Get previous token: 0.023628999944776297 +Info 12869[19:57:55.065] getCompletionsAtPosition: isCompletionListBlocker: 0.0029349997639656067 +Info 12870[19:57:55.066] getExportInfoMap: cache hit +Info 12871[19:57:55.079] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12872[19:57:55.079] collectAutoImports: response is complete +Info 12873[19:57:55.079] collectAutoImports: 13.589660000056028 +Info 12874[19:57:55.079] getCompletionData: Semantic work: 14.148244000039995 +Info 12875[19:57:55.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.0628250003792346 +Info 12876[19:57:55.102] Format host information updated +Info 12877[19:57:55.743] getCompletionData: Get current token: 0.005934999790042639 +Info 12878[19:57:55.743] getCompletionData: Is inside comment: 0.01834300020709634 +Info 12879[19:57:55.743] getCompletionData: Get previous token: 0.03269800031557679 +Info 12880[19:57:55.743] getCompletionsAtPosition: isCompletionListBlocker: 0.004143000114709139 +Info 12881[19:57:55.744] getExportInfoMap: cache hit +Info 12882[19:57:55.746] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 12883[19:57:55.746] collectAutoImports: response is complete +Info 12884[19:57:55.746] collectAutoImports: 2.106976999901235 +Info 12885[19:57:55.746] getCompletionData: Semantic work: 2.8965759999118745 +Info 12886[19:57:55.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4979269998148084 +Info 12887[19:57:55.826] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12888[19:57:55.839] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1183 structureChanged: false structureIsReused:: Completely Elapsed: 13.549762000329792ms +Info 12889[19:57:55.839] Different program with same set of files +Info 12890[19:57:55.839] getCompletionData: Get current token: 0.005973000079393387 +Info 12891[19:57:55.839] getCompletionData: Is inside comment: 0.016801999881863594 +Info 12892[19:57:55.840] getCompletionData: Get previous token: 0.014562000054866076 +Info 12893[19:57:55.840] getCompletionsAtPosition: isCompletionListBlocker: 0.007175999693572521 +Info 12894[19:57:55.840] getExportInfoMap: cache hit +Info 12895[19:57:55.855] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12896[19:57:55.855] collectAutoImports: response is complete +Info 12897[19:57:55.855] collectAutoImports: 14.928891000337899 +Info 12898[19:57:55.855] getCompletionData: Semantic work: 15.896021000109613 +Info 12899[19:57:55.864] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.692215000279248 +Info 12900[19:57:55.870] Format host information updated +Info 12901[19:57:59.601] getCompletionData: Get current token: 0.006029000040143728 +Info 12902[19:57:59.601] getCompletionData: Is inside comment: 0.0014749998226761818 +Info 12903[19:57:59.601] getCompletionData: Get previous token: 0.01847400004044175 +Info 12904[19:57:59.601] getCompletionsAtPosition: isCompletionListBlocker: 0.003428999800235033 +Info 12905[19:57:59.602] getExportInfoMap: cache hit +Info 12906[19:57:59.612] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12907[19:57:59.612] collectAutoImports: response is complete +Info 12908[19:57:59.612] collectAutoImports: 10.134148000273854 +Info 12909[19:57:59.612] getCompletionData: Semantic work: 10.757619999814779 +Info 12910[19:57:59.619] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.95209400029853 +Info 12911[19:57:59.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12912[19:57:59.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1184 structureChanged: false structureIsReused:: Completely Elapsed: 11.251530000008643ms +Info 12913[19:57:59.819] Different program with same set of files +Info 12914[19:57:59.820] getCompletionData: Get current token: 0.0075519997626543045 +Info 12915[19:57:59.820] getCompletionData: Is inside comment: 0.0014869999140501022 +Info 12916[19:57:59.820] getCompletionData: Get previous token: 0.02595299994572997 +Info 12917[19:57:59.820] getCompletionsAtPosition: isCompletionListBlocker: 0.007231999654322863 +Info 12918[19:57:59.820] getExportInfoMap: cache hit +Info 12919[19:57:59.833] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 12920[19:57:59.833] collectAutoImports: response is complete +Info 12921[19:57:59.833] collectAutoImports: 12.6046750000678 +Info 12922[19:57:59.833] getCompletionData: Semantic work: 13.35013399971649 +Info 12923[19:57:59.853] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.841293000150472 +Info 12924[19:57:59.858] Format host information updated +Info 12925[19:57:59.877] Format host information updated +Info 12926[19:57:59.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12927[19:57:59.887] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1185 structureChanged: false structureIsReused:: Completely Elapsed: 10.330876000225544ms +Info 12928[19:57:59.887] Different program with same set of files +Info 12929[19:58:07.495] Format host information updated +Info 12930[19:58:07.495] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12931[19:58:07.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1186 structureChanged: false structureIsReused:: Completely Elapsed: 11.22136599989608ms +Info 12932[19:58:07.507] Different program with same set of files +Info 12933[19:58:07.627] Format host information updated +Info 12934[19:58:07.627] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12935[19:58:07.638] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1187 structureChanged: false structureIsReused:: Completely Elapsed: 11.205603000242263ms +Info 12936[19:58:07.638] Different program with same set of files +Info 12937[19:58:07.805] Format host information updated +Info 12938[19:58:07.805] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12939[19:58:07.813] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1188 structureChanged: false structureIsReused:: Completely Elapsed: 8.046806999947876ms +Info 12940[19:58:07.813] Different program with same set of files +Info 12941[19:58:07.960] Format host information updated +Info 12942[19:58:07.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12943[19:58:07.968] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1189 structureChanged: false structureIsReused:: Completely Elapsed: 7.77176299970597ms +Info 12944[19:58:07.968] Different program with same set of files +Info 12945[19:58:08.035] Format host information updated +Info 12946[19:58:08.035] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12947[19:58:08.046] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1190 structureChanged: false structureIsReused:: Completely Elapsed: 10.668041000142694ms +Info 12948[19:58:08.046] Different program with same set of files +Info 12949[19:58:08.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12950[19:58:08.358] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1191 structureChanged: false structureIsReused:: Completely Elapsed: 11.75463300012052ms +Info 12951[19:58:08.358] Different program with same set of files +Info 12952[19:58:08.358] getCompletionData: Get current token: 0.008169999811798334 +Info 12953[19:58:08.358] getCompletionData: Is inside comment: 0.022973999846726656 +Info 12954[19:58:08.358] getCompletionData: Get previous token: 0.040686000138521194 +Info 12955[19:58:08.358] getCompletionsAtPosition: isCompletionListBlocker: 0.012740000151097775 +Info 12956[19:58:08.360] getExportInfoMap: cache hit +Info 12957[19:58:08.370] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 12958[19:58:08.370] collectAutoImports: response is complete +Info 12959[19:58:08.370] collectAutoImports: 10.037041999865323 +Info 12960[19:58:08.370] getCompletionData: Semantic work: 12.383683000225574 +Info 12961[19:58:08.375] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.705670999828726 +Info 12962[19:58:08.378] Format host information updated +Info 12963[19:58:08.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12964[19:58:08.425] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1192 structureChanged: false structureIsReused:: Completely Elapsed: 7.907633999828249ms +Info 12965[19:58:08.426] Different program with same set of files +Info 12966[19:58:08.426] getCompletionData: Get current token: 0.005086999852210283 +Info 12967[19:58:08.426] getCompletionData: Is inside comment: 0.014781999867409468 +Info 12968[19:58:08.426] getCompletionData: Get previous token: 0.022918000351637602 +Info 12969[19:58:08.426] getCompletionsAtPosition: isCompletionListBlocker: 0.010040000081062317 +Info 12970[19:58:08.427] getExportInfoMap: cache hit +Info 12971[19:58:08.431] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 12972[19:58:08.431] collectAutoImports: response is complete +Info 12973[19:58:08.431] collectAutoImports: 4.294646000023931 +Info 12974[19:58:08.431] getCompletionData: Semantic work: 5.521594000048935 +Info 12975[19:58:08.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9711939999833703 +Info 12976[19:58:08.435] Format host information updated +Info 12977[19:58:08.481] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12978[19:58:08.488] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1193 structureChanged: false structureIsReused:: Completely Elapsed: 7.198123999871314ms +Info 12979[19:58:08.488] Different program with same set of files +Info 12980[19:58:08.489] getCompletionData: Get current token: 0.004707000218331814 +Info 12981[19:58:08.489] getCompletionData: Is inside comment: 0.012132000178098679 +Info 12982[19:58:08.489] getCompletionData: Get previous token: 0.03416100004687905 +Info 12983[19:58:08.489] getCompletionsAtPosition: isCompletionListBlocker: 0.007624000310897827 +Info 12984[19:58:08.490] getExportInfoMap: cache hit +Info 12985[19:58:08.493] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 12986[19:58:08.493] collectAutoImports: response is complete +Info 12987[19:58:08.493] collectAutoImports: 3.1861229999922216 +Info 12988[19:58:08.493] getCompletionData: Semantic work: 4.263187000062317 +Info 12989[19:58:08.494] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4838569997809827 +Info 12990[19:58:08.496] Format host information updated +Info 12991[19:58:08.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 12992[19:58:08.552] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1194 structureChanged: false structureIsReused:: Completely Elapsed: 7.111187999602407ms +Info 12993[19:58:08.552] Different program with same set of files +Info 12994[19:58:08.552] getCompletionData: Get current token: 0.00470399996265769 +Info 12995[19:58:08.552] getCompletionData: Is inside comment: 0.01191100012511015 +Info 12996[19:58:08.552] getCompletionData: Get previous token: 0.019727000035345554 +Info 12997[19:58:08.552] getCompletionsAtPosition: isCompletionListBlocker: 0.007751999888569117 +Info 12998[19:58:08.554] getExportInfoMap: cache hit +Info 12999[19:58:08.556] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 13000[19:58:08.556] collectAutoImports: response is complete +Info 13001[19:58:08.556] collectAutoImports: 2.5955529999919236 +Info 13002[19:58:08.556] getCompletionData: Semantic work: 3.9580439999699593 +Info 13003[19:58:08.558] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4447419997304678 +Info 13004[19:58:08.559] Format host information updated +Info 13005[19:58:08.605] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13006[19:58:08.612] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1195 structureChanged: false structureIsReused:: Completely Elapsed: 7.0638669999316335ms +Info 13007[19:58:08.612] Different program with same set of files +Info 13008[19:58:08.612] getCompletionData: Get current token: 0.004705999977886677 +Info 13009[19:58:08.612] getCompletionData: Is inside comment: 0.009916999842971563 +Info 13010[19:58:08.612] getCompletionData: Get previous token: 0.017133000306785107 +Info 13011[19:58:08.612] getCompletionsAtPosition: isCompletionListBlocker: 0.007812000345438719 +Info 13012[19:58:08.613] getExportInfoMap: cache hit +Info 13013[19:58:08.627] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13014[19:58:08.627] collectAutoImports: response is complete +Info 13015[19:58:08.627] collectAutoImports: 13.817830000072718 +Info 13016[19:58:08.627] getCompletionData: Semantic work: 14.788547000382096 +Info 13017[19:58:08.633] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5089459996670485 +Info 13018[19:58:08.639] Format host information updated +Info 13019[19:58:08.666] Format host information updated +Info 13020[19:58:08.666] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13021[19:58:08.673] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1196 structureChanged: false structureIsReused:: Completely Elapsed: 7.152943000197411ms +Info 13022[19:58:08.673] Different program with same set of files +Info 13023[19:58:08.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13024[19:58:08.782] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1197 structureChanged: false structureIsReused:: Completely Elapsed: 8.132036000024527ms +Info 13025[19:58:08.782] Different program with same set of files +Info 13026[19:58:08.782] getCompletionData: Get current token: 0.005186999682337046 +Info 13027[19:58:08.782] getCompletionData: Is inside comment: 0.012498999945819378 +Info 13028[19:58:08.782] getCompletionData: Get previous token: 0.018263000063598156 +Info 13029[19:58:08.782] getCompletionsAtPosition: isCompletionListBlocker: 0.0016629998572170734 +Info 13030[19:58:08.782] Returning an empty list because completion was requested in an invalid position. +Info 13031[19:58:08.783] Format host information updated +Info 13032[19:58:09.226] Format host information updated +Info 13033[19:58:09.227] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13034[19:58:09.234] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1198 structureChanged: false structureIsReused:: Completely Elapsed: 7.193328999914229ms +Info 13035[19:58:09.234] Different program with same set of files +Info 13036[19:58:09.431] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13037[19:58:09.440] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1199 structureChanged: false structureIsReused:: Completely Elapsed: 9.186102000065148ms +Info 13038[19:58:09.440] Different program with same set of files +Info 13039[19:58:09.440] getCompletionData: Get current token: 0.0046350001357495785 +Info 13040[19:58:09.440] getCompletionData: Is inside comment: 0.014247000217437744 +Info 13041[19:58:09.440] getCompletionData: Get previous token: 0.023212000261992216 +Info 13042[19:58:09.440] getCompletionsAtPosition: isCompletionListBlocker: 0.001327000092715025 +Info 13043[19:58:09.440] Returning an empty list because completion was requested in an invalid position. +Info 13044[19:58:09.441] Format host information updated +Info 13045[19:58:09.526] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13046[19:58:09.552] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1200 structureChanged: false structureIsReused:: Completely Elapsed: 26.343237000051886ms +Info 13047[19:58:09.552] Different program with same set of files +Info 13048[19:58:09.553] getCompletionData: Get current token: 0.010089000221341848 +Info 13049[19:58:09.553] getCompletionData: Is inside comment: 0.02609799988567829 +Info 13050[19:58:09.553] getCompletionData: Get previous token: 0.06031000008806586 +Info 13051[19:58:09.553] getCompletionsAtPosition: isCompletionListBlocker: 0.002587000373750925 +Info 13052[19:58:09.553] Returning an empty list because completion was requested in an invalid position. +Info 13053[19:58:09.553] Format host information updated +Info 13054[19:58:09.603] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13055[19:58:09.610] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1201 structureChanged: false structureIsReused:: Completely Elapsed: 7.616679000202566ms +Info 13056[19:58:09.610] Different program with same set of files +Info 13057[19:58:09.610] getCompletionData: Get current token: 0.004699999932199717 +Info 13058[19:58:09.611] getCompletionData: Is inside comment: 0.014531999826431274 +Info 13059[19:58:09.611] getCompletionData: Get previous token: 0.021542999893426895 +Info 13060[19:58:09.611] getCompletionsAtPosition: isCompletionListBlocker: 0.0014309999532997608 +Info 13061[19:58:09.611] Returning an empty list because completion was requested in an invalid position. +Info 13062[19:58:09.613] Format host information updated +Info 13063[19:58:09.748] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13064[19:58:09.757] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1202 structureChanged: false structureIsReused:: Completely Elapsed: 8.340672000311315ms +Info 13065[19:58:09.757] Different program with same set of files +Info 13066[19:58:09.757] getCompletionData: Get current token: 0.008700000122189522 +Info 13067[19:58:09.757] getCompletionData: Is inside comment: 0.024145000148564577 +Info 13068[19:58:09.757] getCompletionData: Get previous token: 0.04060299973934889 +Info 13069[19:58:09.757] getCompletionsAtPosition: isCompletionListBlocker: 0.001886999700218439 +Info 13070[19:58:09.757] Returning an empty list because completion was requested in an invalid position. +Info 13071[19:58:09.757] Format host information updated +Info 13072[19:58:09.837] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13073[19:58:09.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1203 structureChanged: false structureIsReused:: Completely Elapsed: 19.606762999668717ms +Info 13074[19:58:09.857] Different program with same set of files +Info 13075[19:58:09.857] getCompletionData: Get current token: 0.013498999644070864 +Info 13076[19:58:09.857] getCompletionData: Is inside comment: 0.03748199995607138 +Info 13077[19:58:09.857] getCompletionData: Get previous token: 0.059161999728530645 +Info 13078[19:58:09.857] getCompletionsAtPosition: isCompletionListBlocker: 0.0035439999774098396 +Info 13079[19:58:09.857] Returning an empty list because completion was requested in an invalid position. +Info 13080[19:58:09.858] Format host information updated +Info 13081[19:58:09.898] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13082[19:58:09.907] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1204 structureChanged: false structureIsReused:: Completely Elapsed: 8.762064999900758ms +Info 13083[19:58:09.907] Different program with same set of files +Info 13084[19:58:09.907] getCompletionData: Get current token: 0.004472999833524227 +Info 13085[19:58:09.907] getCompletionData: Is inside comment: 0.012099000159651041 +Info 13086[19:58:09.907] getCompletionData: Get previous token: 0.019013999961316586 +Info 13087[19:58:09.907] getCompletionsAtPosition: isCompletionListBlocker: 0.0013530002906918526 +Info 13088[19:58:09.907] Returning an empty list because completion was requested in an invalid position. +Info 13089[19:58:09.908] Format host information updated +Info 13090[19:58:10.132] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13091[19:58:10.139] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1205 structureChanged: false structureIsReused:: Completely Elapsed: 7.416442000307143ms +Info 13092[19:58:10.139] Different program with same set of files +Info 13093[19:58:10.140] getCompletionData: Get current token: 0.0049959998577833176 +Info 13094[19:58:10.140] getCompletionData: Is inside comment: 0.013768000062555075 +Info 13095[19:58:10.140] getCompletionData: Get previous token: 0.02202400006353855 +Info 13096[19:58:10.140] getCompletionsAtPosition: isCompletionListBlocker: 0.0019140001386404037 +Info 13097[19:58:10.140] Returning an empty list because completion was requested in an invalid position. +Info 13098[19:58:10.140] Format host information updated +Info 13099[19:58:10.315] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13100[19:58:10.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1206 structureChanged: false structureIsReused:: Completely Elapsed: 9.62977600004524ms +Info 13101[19:58:10.325] Different program with same set of files +Info 13102[19:58:10.325] getCompletionData: Get current token: 0.00508200004696846 +Info 13103[19:58:10.325] getCompletionData: Is inside comment: 0.013724999967962503 +Info 13104[19:58:10.325] getCompletionData: Get previous token: 0.021912999916821718 +Info 13105[19:58:10.325] getCompletionsAtPosition: isCompletionListBlocker: 0.001464999746531248 +Info 13106[19:58:10.325] Returning an empty list because completion was requested in an invalid position. +Info 13107[19:58:10.326] Format host information updated +Info 13108[19:58:10.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13109[19:58:10.405] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1207 structureChanged: false structureIsReused:: Completely Elapsed: 10.515151999890804ms +Info 13110[19:58:10.405] Different program with same set of files +Info 13111[19:58:10.405] getCompletionData: Get current token: 0.005005999933928251 +Info 13112[19:58:10.405] getCompletionData: Is inside comment: 0.014334000181406736 +Info 13113[19:58:10.405] getCompletionData: Get previous token: 0.022417000029236078 +Info 13114[19:58:10.405] getCompletionsAtPosition: isCompletionListBlocker: 0.0014669997617602348 +Info 13115[19:58:10.405] Returning an empty list because completion was requested in an invalid position. +Info 13116[19:58:10.406] Format host information updated +Info 13117[19:58:10.541] Format host information updated +Info 13118[19:58:10.541] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13119[19:58:10.549] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1208 structureChanged: false structureIsReused:: Completely Elapsed: 7.977278999984264ms +Info 13120[19:58:10.549] Different program with same set of files +Info 13121[19:58:10.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13122[19:58:10.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1209 structureChanged: false structureIsReused:: Completely Elapsed: 13.801904000341892ms +Info 13123[19:58:10.701] Different program with same set of files +Info 13124[19:58:10.701] getCompletionData: Get current token: 0.004493999760597944 +Info 13125[19:58:10.701] getCompletionData: Is inside comment: 0.012637999840080738 +Info 13126[19:58:10.701] getCompletionData: Get previous token: 0.010143999941647053 +Info 13127[19:58:10.701] getCompletionsAtPosition: isCompletionListBlocker: 0.007608000189065933 +Info 13128[19:58:10.702] getExportInfoMap: cache hit +Info 13129[19:58:10.720] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13130[19:58:10.720] collectAutoImports: response is complete +Info 13131[19:58:10.720] collectAutoImports: 18.34277300024405 +Info 13132[19:58:10.720] getCompletionData: Semantic work: 19.030325000174344 +Info 13133[19:58:10.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.524364999961108 +Info 13134[19:58:10.734] Format host information updated +Info 13135[19:58:10.758] Format host information updated +Info 13136[19:58:10.758] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13137[19:58:10.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1210 structureChanged: false structureIsReused:: Completely Elapsed: 6.668423000257462ms +Info 13138[19:58:10.764] Different program with same set of files +Info 13139[19:58:11.180] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13140[19:58:11.190] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1211 structureChanged: false structureIsReused:: Completely Elapsed: 9.97593400022015ms +Info 13141[19:58:11.190] Different program with same set of files +Info 13142[19:58:11.190] getCompletionData: Get current token: 0.004534999839961529 +Info 13143[19:58:11.190] getCompletionData: Is inside comment: 0.012277999892830849 +Info 13144[19:58:11.190] getCompletionData: Get previous token: 0.021813000086694956 +Info 13145[19:58:11.190] getCompletionsAtPosition: isCompletionListBlocker: 0.008950000163167715 +Info 13146[19:58:11.191] getExportInfoMap: cache hit +Info 13147[19:58:11.193] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 13148[19:58:11.193] collectAutoImports: response is complete +Info 13149[19:58:11.193] collectAutoImports: 2.2980900001712143 +Info 13150[19:58:11.193] getCompletionData: Semantic work: 2.942534000147134 +Info 13151[19:58:11.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.665701000019908 +Info 13152[19:58:11.196] Format host information updated +Info 13153[19:58:11.292] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13154[19:58:11.302] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1212 structureChanged: false structureIsReused:: Completely Elapsed: 10.0963169997558ms +Info 13155[19:58:11.302] Different program with same set of files +Info 13156[19:58:11.302] getCompletionData: Get current token: 0.005355999805033207 +Info 13157[19:58:11.302] getCompletionData: Is inside comment: 0.013894999865442514 +Info 13158[19:58:11.303] getCompletionData: Get previous token: 0.023882000241428614 +Info 13159[19:58:11.303] getCompletionsAtPosition: isCompletionListBlocker: 0.007947000209242105 +Info 13160[19:58:11.303] getExportInfoMap: cache hit +Info 13161[19:58:11.305] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 13162[19:58:11.305] collectAutoImports: response is complete +Info 13163[19:58:11.305] collectAutoImports: 2.0834800000302494 +Info 13164[19:58:11.305] getCompletionData: Semantic work: 2.805362000130117 +Info 13165[19:58:11.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5017550000920892 +Info 13166[19:58:11.308] Format host information updated +Info 13167[19:58:11.385] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13168[19:58:11.400] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1213 structureChanged: false structureIsReused:: Completely Elapsed: 15.006463999859989ms +Info 13169[19:58:11.400] Different program with same set of files +Info 13170[19:58:11.400] getCompletionData: Get current token: 0.008785000070929527 +Info 13171[19:58:11.400] getCompletionData: Is inside comment: 0.02382900007069111 +Info 13172[19:58:11.400] getCompletionData: Get previous token: 0.040553000289946795 +Info 13173[19:58:11.400] getCompletionsAtPosition: isCompletionListBlocker: 0.011535000056028366 +Info 13174[19:58:11.401] getExportInfoMap: cache hit +Info 13175[19:58:11.405] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13176[19:58:11.405] collectAutoImports: response is complete +Info 13177[19:58:11.405] collectAutoImports: 3.203943000175059 +Info 13178[19:58:11.405] getCompletionData: Semantic work: 4.261529999785125 +Info 13179[19:58:11.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3377840002067387 +Info 13180[19:58:11.409] Format host information updated +Info 13181[19:58:11.492] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13182[19:58:11.510] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1214 structureChanged: false structureIsReused:: Completely Elapsed: 18.489223999902606ms +Info 13183[19:58:11.510] Different program with same set of files +Info 13184[19:58:11.511] getCompletionData: Get current token: 0.010728000197559595 +Info 13185[19:58:11.511] getCompletionData: Is inside comment: 0.028976999688893557 +Info 13186[19:58:11.511] getCompletionData: Get previous token: 0.0498189995996654 +Info 13187[19:58:11.511] getCompletionsAtPosition: isCompletionListBlocker: 0.015059000346809626 +Info 13188[19:58:11.512] getExportInfoMap: cache hit +Info 13189[19:58:11.516] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13190[19:58:11.516] collectAutoImports: response is complete +Info 13191[19:58:11.516] collectAutoImports: 4.036551000084728 +Info 13192[19:58:11.516] getCompletionData: Semantic work: 5.4501660000532866 +Info 13193[19:58:11.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.402908999938518 +Info 13194[19:58:11.520] Format host information updated +Info 13195[19:58:11.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13196[19:58:11.562] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1215 structureChanged: false structureIsReused:: Completely Elapsed: 7.2940980000421405ms +Info 13197[19:58:11.562] Different program with same set of files +Info 13198[19:58:11.562] getCompletionData: Get current token: 0.0045449999161064625 +Info 13199[19:58:11.562] getCompletionData: Is inside comment: 0.012378999963402748 +Info 13200[19:58:11.562] getCompletionData: Get previous token: 0.021409000270068645 +Info 13201[19:58:11.562] getCompletionsAtPosition: isCompletionListBlocker: 0.007978000212460756 +Info 13202[19:58:11.563] getExportInfoMap: cache hit +Info 13203[19:58:11.567] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13204[19:58:11.567] collectAutoImports: response is complete +Info 13205[19:58:11.567] collectAutoImports: 4.058497000019997 +Info 13206[19:58:11.567] getCompletionData: Semantic work: 4.661788000259548 +Info 13207[19:58:11.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.203311000019312 +Info 13208[19:58:11.569] Format host information updated +Info 13209[19:58:11.690] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13210[19:58:11.697] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1216 structureChanged: false structureIsReused:: Completely Elapsed: 7.667972000315785ms +Info 13211[19:58:11.698] Different program with same set of files +Info 13212[19:58:11.698] getCompletionData: Get current token: 0.006216999609023333 +Info 13213[19:58:11.698] getCompletionData: Is inside comment: 0.017190999817103148 +Info 13214[19:58:11.698] getCompletionData: Get previous token: 0.013801000081002712 +Info 13215[19:58:11.698] getCompletionsAtPosition: isCompletionListBlocker: 0.003128000069409609 +Info 13216[19:58:11.699] getCompletionData: Semantic work: 0.9255079999566078 +Info 13217[19:58:11.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14536399999633431 +Info 13218[19:58:11.703] Format host information updated +Info 13219[19:58:11.834] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13220[19:58:11.841] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1217 structureChanged: false structureIsReused:: Completely Elapsed: 7.147379000205547ms +Info 13221[19:58:11.841] Different program with same set of files +Info 13222[19:58:11.841] getCompletionData: Get current token: 0.005180000327527523 +Info 13223[19:58:11.841] getCompletionData: Is inside comment: 0.015259999781847 +Info 13224[19:58:11.841] getCompletionData: Get previous token: 0.025482999626547098 +Info 13225[19:58:11.841] getCompletionsAtPosition: isCompletionListBlocker: 0.0028329999186098576 +Info 13226[19:58:11.842] getCompletionData: Semantic work: 0.8439190001226962 +Info 13227[19:58:11.842] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24021800002083182 +Info 13228[19:58:11.845] Format host information updated +Info 13229[19:58:11.905] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13230[19:58:11.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1218 structureChanged: false structureIsReused:: Completely Elapsed: 9.897179999854416ms +Info 13231[19:58:11.915] Different program with same set of files +Info 13232[19:58:11.916] getCompletionData: Get current token: 0.007702999748289585 +Info 13233[19:58:11.916] getCompletionData: Is inside comment: 0.02039200020954013 +Info 13234[19:58:11.916] getCompletionData: Get previous token: 0.035943999886512756 +Info 13235[19:58:11.916] getCompletionsAtPosition: isCompletionListBlocker: 0.0028510000556707382 +Info 13236[19:58:11.917] getCompletionData: Semantic work: 1.108606000430882 +Info 13237[19:58:11.917] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3559510000050068 +Info 13238[19:58:11.921] Format host information updated +Info 13239[19:58:11.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13240[19:58:12.002] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1219 structureChanged: false structureIsReused:: Completely Elapsed: 11.123038999736309ms +Info 13241[19:58:12.002] Different program with same set of files +Info 13242[19:58:12.003] getCompletionData: Get current token: 0.008392000105232 +Info 13243[19:58:12.003] getCompletionData: Is inside comment: 0.024374000262469053 +Info 13244[19:58:12.003] getCompletionData: Get previous token: 0.04133000038564205 +Info 13245[19:58:12.003] getCompletionsAtPosition: isCompletionListBlocker: 0.0033019999973475933 +Info 13246[19:58:12.004] getCompletionData: Semantic work: 1.3150410000234842 +Info 13247[19:58:12.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4022960001602769 +Info 13248[19:58:12.005] Format host information updated +Info 13249[19:58:12.353] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13250[19:58:12.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1220 structureChanged: false structureIsReused:: Completely Elapsed: 8.588161000050604ms +Info 13251[19:58:12.362] Different program with same set of files +Info 13252[19:58:12.362] getCompletionData: Get current token: 0.0044629997573792934 +Info 13253[19:58:12.362] getCompletionData: Is inside comment: 0.012705999892205 +Info 13254[19:58:12.362] getCompletionData: Get previous token: 0.021976000163704157 +Info 13255[19:58:12.362] getCompletionsAtPosition: isCompletionListBlocker: 0.00230899965390563 +Info 13256[19:58:12.363] getCompletionData: Semantic work: 0.8452810002490878 +Info 13257[19:58:12.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2319149998947978 +Info 13258[19:58:12.364] Format host information updated +Info 13259[19:58:12.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13260[19:58:12.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1221 structureChanged: false structureIsReused:: Completely Elapsed: 7.055573999881744ms +Info 13261[19:58:12.491] Different program with same set of files +Info 13262[19:58:12.491] getCompletionData: Get current token: 0.005420000292360783 +Info 13263[19:58:12.491] getCompletionData: Is inside comment: 0.014905000105500221 +Info 13264[19:58:12.491] getCompletionData: Get previous token: 0.025022000074386597 +Info 13265[19:58:12.491] getCompletionsAtPosition: isCompletionListBlocker: 0.002179000061005354 +Info 13266[19:58:12.492] getCompletionData: Semantic work: 0.8274420001544058 +Info 13267[19:58:12.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22763400012627244 +Info 13268[19:58:12.493] Format host information updated +Info 13269[19:58:12.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13270[19:58:12.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1222 structureChanged: false structureIsReused:: Completely Elapsed: 11.809370999690145ms +Info 13271[19:58:12.566] Different program with same set of files +Info 13272[19:58:12.566] getCompletionData: Get current token: 0.004497000016272068 +Info 13273[19:58:12.566] getCompletionData: Is inside comment: 0.013237999752163887 +Info 13274[19:58:12.566] getCompletionData: Get previous token: 0.022367000114172697 +Info 13275[19:58:12.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0018860003910958767 +Info 13276[19:58:12.567] getCompletionData: Semantic work: 0.9864869997836649 +Info 13277[19:58:12.568] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.33908200031146407 +Info 13278[19:58:12.572] Format host information updated +Info 13279[19:58:12.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13280[19:58:12.657] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1223 structureChanged: false structureIsReused:: Completely Elapsed: 7.389897000044584ms +Info 13281[19:58:12.657] Different program with same set of files +Info 13282[19:58:12.657] getCompletionData: Get current token: 0.005090000107884407 +Info 13283[19:58:12.657] getCompletionData: Is inside comment: 0.015614000149071217 +Info 13284[19:58:12.657] getCompletionData: Get previous token: 0.02686099987477064 +Info 13285[19:58:12.658] getCompletionsAtPosition: isCompletionListBlocker: 0.002303000073879957 +Info 13286[19:58:12.658] getCompletionData: Semantic work: 0.8240149999037385 +Info 13287[19:58:12.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23380499985069036 +Info 13288[19:58:12.659] Format host information updated +Info 13289[19:58:13.080] Format host information updated +Info 13290[19:58:13.080] Format host information updated +Info 13291[19:58:13.080] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13292[19:58:13.087] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1224 structureChanged: false structureIsReused:: Completely Elapsed: 7.206169000361115ms +Info 13293[19:58:13.087] Different program with same set of files +Info 13294[19:58:13.088] getCompletionData: Get current token: 0.005843000020831823 +Info 13295[19:58:13.088] getCompletionData: Is inside comment: 0.016925000119954348 +Info 13296[19:58:13.088] getCompletionData: Get previous token: 0.016162000130861998 +Info 13297[19:58:13.088] getCompletionsAtPosition: isCompletionListBlocker: 0.0033220001496374607 +Info 13298[19:58:13.088] getExportInfoMap: cache hit +Info 13299[19:58:13.109] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13300[19:58:13.109] collectAutoImports: response is complete +Info 13301[19:58:13.109] collectAutoImports: 20.36474799970165 +Info 13302[19:58:13.109] getCompletionData: Semantic work: 21.108762999996543 +Info 13303[19:58:13.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9828109997324646 +Info 13304[19:58:13.122] getCompletionData: Get current token: 0.01165900006890297 +Info 13305[19:58:13.122] getCompletionData: Is inside comment: 0.0036650002002716064 +Info 13306[19:58:13.122] getCompletionData: Get previous token: 0.026403000112622976 +Info 13307[19:58:13.122] getCompletionsAtPosition: isCompletionListBlocker: 0.002503999974578619 +Info 13308[19:58:13.122] getCompletionData: Semantic work: 0.2727289996109903 +Info 13309[19:58:13.127] getCompletionData: Get current token: 0.0086579998023808 +Info 13310[19:58:13.127] getCompletionData: Is inside comment: 0.0023460001684725285 +Info 13311[19:58:13.127] getCompletionData: Get previous token: 0.0456769997254014 +Info 13312[19:58:13.127] getCompletionsAtPosition: isCompletionListBlocker: 0.0018350002355873585 +Info 13313[19:58:13.127] getCompletionData: Semantic work: 0.15789200039580464 +Info 13314[19:58:13.127] Format host information updated +Info 13315[19:58:13.145] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13316[19:58:13.151] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1225 structureChanged: false structureIsReused:: Completely Elapsed: 6.830593000166118ms +Info 13317[19:58:13.151] Different program with same set of files +Info 13318[19:58:13.152] getCompletionData: Get current token: 0.004846999887377024 +Info 13319[19:58:13.152] getCompletionData: Is inside comment: 0.011366999708116055 +Info 13320[19:58:13.152] getCompletionData: Get previous token: 0.008870000019669533 +Info 13321[19:58:13.152] getCompletionsAtPosition: isCompletionListBlocker: 0.006845000199973583 +Info 13322[19:58:13.152] getExportInfoMap: cache hit +Info 13323[19:58:13.163] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13324[19:58:13.163] collectAutoImports: response is complete +Info 13325[19:58:13.163] collectAutoImports: 10.3665030002594 +Info 13326[19:58:13.163] getCompletionData: Semantic work: 11.027120999991894 +Info 13327[19:58:13.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.806523999664932 +Info 13328[19:58:13.178] Format host information updated +Info 13329[19:58:14.943] getCompletionData: Get current token: 0.004933000076562166 +Info 13330[19:58:14.943] getCompletionData: Is inside comment: 0.011500000022351742 +Info 13331[19:58:14.943] getCompletionData: Get previous token: 0.039898000191897154 +Info 13332[19:58:14.943] getCompletionsAtPosition: isCompletionListBlocker: 0.02310300013050437 +Info 13333[19:58:14.943] getExportInfoMap: cache hit +Info 13334[19:58:14.953] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13335[19:58:14.953] collectAutoImports: response is complete +Info 13336[19:58:14.953] collectAutoImports: 9.445226999931037 +Info 13337[19:58:14.953] getCompletionData: Semantic work: 10.18552999990061 +Info 13338[19:58:14.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.042258999776095 +Info 13339[19:58:15.014] Format host information updated +Info 13340[19:58:15.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13341[19:58:15.023] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1226 structureChanged: false structureIsReused:: Completely Elapsed: 8.60955600021407ms +Info 13342[19:58:15.023] Different program with same set of files +Info 13343[19:58:15.117] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13344[19:58:15.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1227 structureChanged: false structureIsReused:: Completely Elapsed: 6.995082999579608ms +Info 13345[19:58:15.124] Different program with same set of files +Info 13346[19:58:15.124] getCompletionData: Get current token: 0.00547999981790781 +Info 13347[19:58:15.124] getCompletionData: Is inside comment: 0.012759000062942505 +Info 13348[19:58:15.124] getCompletionData: Get previous token: 0.010081999935209751 +Info 13349[19:58:15.124] getCompletionsAtPosition: isCompletionListBlocker: 0.00823400029912591 +Info 13350[19:58:15.125] getExportInfoMap: cache hit +Info 13351[19:58:15.136] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13352[19:58:15.136] collectAutoImports: response is complete +Info 13353[19:58:15.136] collectAutoImports: 11.241030000150204 +Info 13354[19:58:15.136] getCompletionData: Semantic work: 11.89289000025019 +Info 13355[19:58:15.143] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.538634000346065 +Info 13356[19:58:15.148] Format host information updated +Info 13357[19:58:15.225] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13358[19:58:15.233] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1228 structureChanged: false structureIsReused:: Completely Elapsed: 8.676831000018865ms +Info 13359[19:58:15.234] Different program with same set of files +Info 13360[19:58:15.234] getCompletionData: Get current token: 0.004435999784618616 +Info 13361[19:58:15.234] getCompletionData: Is inside comment: 0.011223000008612871 +Info 13362[19:58:15.234] getCompletionData: Get previous token: 0.008856999687850475 +Info 13363[19:58:15.234] getCompletionsAtPosition: isCompletionListBlocker: 0.007081000134348869 +Info 13364[19:58:15.236] getExportInfoMap: cache hit +Info 13365[19:58:15.244] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13366[19:58:15.244] collectAutoImports: response is complete +Info 13367[19:58:15.244] collectAutoImports: 8.541046999860555 +Info 13368[19:58:15.244] getCompletionData: Semantic work: 10.633576999884099 +Info 13369[19:58:15.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.285866000223905 +Info 13370[19:58:15.257] Format host information updated +Info 13371[19:58:15.306] Format host information updated +Info 13372[19:58:15.307] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13373[19:58:15.314] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1229 structureChanged: false structureIsReused:: Completely Elapsed: 7.1108500002883375ms +Info 13374[19:58:15.314] Different program with same set of files +Info 13375[19:58:15.508] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13376[19:58:15.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1230 structureChanged: false structureIsReused:: Completely Elapsed: 26.669038000050932ms +Info 13377[19:58:15.534] Different program with same set of files +Info 13378[19:58:15.537] getCompletionData: Get current token: 0.03860200010240078 +Info 13379[19:58:15.537] getCompletionData: Is inside comment: 0.06657500006258488 +Info 13380[19:58:15.537] getCompletionData: Get previous token: 0.03728900011628866 +Info 13381[19:58:15.537] getCompletionsAtPosition: isCompletionListBlocker: 0.015442000236362219 +Info 13382[19:58:15.537] Returning an empty list because completion was requested in an invalid position. +Info 13383[19:58:15.538] Format host information updated +Info 13384[19:58:15.633] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13385[19:58:15.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1231 structureChanged: false structureIsReused:: Completely Elapsed: 14.518422999884933ms +Info 13386[19:58:15.648] Different program with same set of files +Info 13387[19:58:15.648] getCompletionData: Get current token: 0.00496200006455183 +Info 13388[19:58:15.648] getCompletionData: Is inside comment: 0.011365999933332205 +Info 13389[19:58:15.648] getCompletionData: Get previous token: 0.00889099994674325 +Info 13390[19:58:15.648] getCompletionsAtPosition: isCompletionListBlocker: 0.008357000071555376 +Info 13391[19:58:15.649] getExportInfoMap: cache hit +Info 13392[19:58:15.658] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13393[19:58:15.658] collectAutoImports: response is complete +Info 13394[19:58:15.658] collectAutoImports: 8.951876000035554 +Info 13395[19:58:15.658] getCompletionData: Semantic work: 9.490071999840438 +Info 13396[19:58:15.667] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.40100000007078 +Info 13397[19:58:15.672] Format host information updated +Info 13398[19:58:21.422] Format host information updated +Info 13399[19:58:21.423] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13400[19:58:21.431] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1232 structureChanged: false structureIsReused:: Completely Elapsed: 8.576408999972045ms +Info 13401[19:58:21.431] Different program with same set of files +Info 13402[19:58:22.399] Format host information updated +Info 13403[19:58:22.399] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13404[19:58:22.407] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1233 structureChanged: false structureIsReused:: Completely Elapsed: 7.225728000048548ms +Info 13405[19:58:22.407] Different program with same set of files +Info 13406[19:58:22.734] Format host information updated +Info 13407[19:58:22.734] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13408[19:58:22.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1234 structureChanged: false structureIsReused:: Completely Elapsed: 7.0996049996465445ms +Info 13409[19:58:22.741] Different program with same set of files +Info 13410[19:58:22.892] Format host information updated +Info 13411[19:58:22.892] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13412[19:58:22.908] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1235 structureChanged: false structureIsReused:: Completely Elapsed: 16.144185999874026ms +Info 13413[19:58:22.908] Different program with same set of files +Info 13414[19:58:23.948] Format host information updated +Info 13415[19:58:23.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13416[19:58:23.959] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1236 structureChanged: false structureIsReused:: Completely Elapsed: 10.998645999934524ms +Info 13417[19:58:23.959] Different program with same set of files +Info 13418[19:58:24.561] Format host information updated +Info 13419[19:58:24.561] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13420[19:58:24.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1237 structureChanged: false structureIsReused:: Completely Elapsed: 7.009054999798536ms +Info 13421[19:58:24.568] Different program with same set of files +Info 13422[19:58:25.491] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13423[19:58:25.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1238 structureChanged: false structureIsReused:: Completely Elapsed: 6.654359000269324ms +Info 13424[19:58:25.498] Different program with same set of files +Info 13425[19:58:25.498] getCompletionData: Get current token: 0.006320000160485506 +Info 13426[19:58:25.498] getCompletionData: Is inside comment: 0.0012630000710487366 +Info 13427[19:58:25.498] getCompletionData: Get previous token: 0.017729999963194132 +Info 13428[19:58:25.498] getCompletionsAtPosition: isCompletionListBlocker: 0.00711899995803833 +Info 13429[19:58:25.498] getExportInfoMap: cache hit +Info 13430[19:58:25.510] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13431[19:58:25.510] collectAutoImports: response is complete +Info 13432[19:58:25.510] collectAutoImports: 11.197595999576151 +Info 13433[19:58:25.510] getCompletionData: Semantic work: 11.696309000253677 +Info 13434[19:58:25.516] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.514572000131011 +Info 13435[19:58:25.521] Format host information updated +Info 13436[19:58:25.955] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13437[19:58:25.964] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1239 structureChanged: false structureIsReused:: Completely Elapsed: 9.549049000255764ms +Info 13438[19:58:25.965] Different program with same set of files +Info 13439[19:58:25.965] getCompletionData: Get current token: 0.006611999589949846 +Info 13440[19:58:25.965] getCompletionData: Is inside comment: 0.0016789999790489674 +Info 13441[19:58:25.965] getCompletionData: Get previous token: 0.027773999609053135 +Info 13442[19:58:25.965] getCompletionsAtPosition: isCompletionListBlocker: 0.00848799990490079 +Info 13443[19:58:25.965] getExportInfoMap: cache hit +Info 13444[19:58:25.969] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 13445[19:58:25.969] collectAutoImports: response is complete +Info 13446[19:58:25.969] collectAutoImports: 3.2236139997839928 +Info 13447[19:58:25.969] getCompletionData: Semantic work: 3.84661400038749 +Info 13448[19:58:25.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9281429997645319 +Info 13449[19:58:25.972] Format host information updated +Info 13450[19:58:26.056] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13451[19:58:26.083] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1240 structureChanged: false structureIsReused:: Completely Elapsed: 27.261611999943852ms +Info 13452[19:58:26.083] Different program with same set of files +Info 13453[19:58:26.084] getCompletionData: Get current token: 0.01932600000873208 +Info 13454[19:58:26.084] getCompletionData: Is inside comment: 0.005572999827563763 +Info 13455[19:58:26.084] getCompletionData: Get previous token: 0.08277800027281046 +Info 13456[19:58:26.084] getCompletionsAtPosition: isCompletionListBlocker: 0.020609000232070684 +Info 13457[19:58:26.085] getExportInfoMap: cache hit +Info 13458[19:58:26.091] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 13459[19:58:26.091] collectAutoImports: response is complete +Info 13460[19:58:26.091] collectAutoImports: 5.37128600012511 +Info 13461[19:58:26.091] getCompletionData: Semantic work: 6.905815999954939 +Info 13462[19:58:26.094] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.079974999651313 +Info 13463[19:58:26.096] Format host information updated +Info 13464[19:58:26.135] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13465[19:58:26.154] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1241 structureChanged: false structureIsReused:: Completely Elapsed: 19.051922000013292ms +Info 13466[19:58:26.154] Different program with same set of files +Info 13467[19:58:26.154] getCompletionData: Get current token: 0.005754999816417694 +Info 13468[19:58:26.154] getCompletionData: Is inside comment: 0.001446000300347805 +Info 13469[19:58:26.154] getCompletionData: Get previous token: 0.024192000273615122 +Info 13470[19:58:26.154] getCompletionsAtPosition: isCompletionListBlocker: 0.008665999863296747 +Info 13471[19:58:26.155] getExportInfoMap: cache hit +Info 13472[19:58:26.158] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 13473[19:58:26.158] collectAutoImports: response is complete +Info 13474[19:58:26.158] collectAutoImports: 2.9155570003204048 +Info 13475[19:58:26.158] getCompletionData: Semantic work: 3.6969410004094243 +Info 13476[19:58:26.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7137299999594688 +Info 13477[19:58:26.161] Format host information updated +Info 13478[19:58:26.224] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13479[19:58:26.231] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1242 structureChanged: false structureIsReused:: Completely Elapsed: 7.619955999776721ms +Info 13480[19:58:26.231] Different program with same set of files +Info 13481[19:58:26.232] getCompletionData: Get current token: 0.006597999949008226 +Info 13482[19:58:26.232] getCompletionData: Is inside comment: 0.0016210000030696392 +Info 13483[19:58:26.232] getCompletionData: Get previous token: 0.02741600014269352 +Info 13484[19:58:26.232] getCompletionsAtPosition: isCompletionListBlocker: 0.008239999879151583 +Info 13485[19:58:26.232] getExportInfoMap: cache hit +Info 13486[19:58:26.234] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13487[19:58:26.234] collectAutoImports: response is complete +Info 13488[19:58:26.234] collectAutoImports: 2.0525589999742806 +Info 13489[19:58:26.234] getCompletionData: Semantic work: 2.7373630004003644 +Info 13490[19:58:26.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4213840002194047 +Info 13491[19:58:26.237] Format host information updated +Info 13492[19:58:26.376] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13493[19:58:26.403] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1243 structureChanged: false structureIsReused:: Completely Elapsed: 26.588127000257373ms +Info 13494[19:58:26.403] Different program with same set of files +Info 13495[19:58:26.403] getCompletionData: Get current token: 0.014972999691963196 +Info 13496[19:58:26.403] getCompletionData: Is inside comment: 0.0034489999525249004 +Info 13497[19:58:26.403] getCompletionData: Get previous token: 0.058556000236421824 +Info 13498[19:58:26.404] getCompletionsAtPosition: isCompletionListBlocker: 0.01573800016194582 +Info 13499[19:58:26.405] getExportInfoMap: cache hit +Info 13500[19:58:26.409] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13501[19:58:26.409] collectAutoImports: response is complete +Info 13502[19:58:26.409] collectAutoImports: 4.256912000011653 +Info 13503[19:58:26.409] getCompletionData: Semantic work: 5.530799000058323 +Info 13504[19:58:26.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.551741000264883 +Info 13505[19:58:26.413] Format host information updated +Info 13506[19:58:26.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13507[19:58:26.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1244 structureChanged: false structureIsReused:: Completely Elapsed: 8.627000999636948ms +Info 13508[19:58:26.447] Different program with same set of files +Info 13509[19:58:26.447] getCompletionData: Get current token: 0.005652000196278095 +Info 13510[19:58:26.447] getCompletionData: Is inside comment: 0.0014229998923838139 +Info 13511[19:58:26.447] getCompletionData: Get previous token: 0.022698000073432922 +Info 13512[19:58:26.447] getCompletionsAtPosition: isCompletionListBlocker: 0.008940000087022781 +Info 13513[19:58:26.448] getExportInfoMap: cache hit +Info 13514[19:58:26.450] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13515[19:58:26.450] collectAutoImports: response is complete +Info 13516[19:58:26.450] collectAutoImports: 1.8973270002752542 +Info 13517[19:58:26.450] getCompletionData: Semantic work: 2.4916779999621212 +Info 13518[19:58:26.451] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2218080000020564 +Info 13519[19:58:26.452] Format host information updated +Info 13520[19:58:26.602] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13521[19:58:26.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1245 structureChanged: false structureIsReused:: Completely Elapsed: 28.32873099995777ms +Info 13522[19:58:26.630] Different program with same set of files +Info 13523[19:58:26.631] getCompletionData: Get current token: 0.02088200021535158 +Info 13524[19:58:26.631] getCompletionData: Is inside comment: 0.004682000260800123 +Info 13525[19:58:26.631] getCompletionData: Get previous token: 0.0767409997060895 +Info 13526[19:58:26.631] getCompletionsAtPosition: isCompletionListBlocker: 0.02027300000190735 +Info 13527[19:58:26.632] getExportInfoMap: cache hit +Info 13528[19:58:26.637] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 13529[19:58:26.637] collectAutoImports: response is complete +Info 13530[19:58:26.637] collectAutoImports: 4.069019000045955 +Info 13531[19:58:26.637] getCompletionData: Semantic work: 5.650483999866992 +Info 13532[19:58:26.640] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.938851000275463 +Info 13533[19:58:26.641] Format host information updated +Info 13534[19:58:26.708] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13535[19:58:26.716] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1246 structureChanged: false structureIsReused:: Completely Elapsed: 7.620598000008613ms +Info 13536[19:58:26.716] Different program with same set of files +Info 13537[19:58:26.716] getCompletionData: Get current token: 0.006876999977976084 +Info 13538[19:58:26.716] getCompletionData: Is inside comment: 0.0017169998027384281 +Info 13539[19:58:26.716] getCompletionData: Get previous token: 0.03374100010842085 +Info 13540[19:58:26.716] getCompletionsAtPosition: isCompletionListBlocker: 0.008074999786913395 +Info 13541[19:58:26.717] getExportInfoMap: cache hit +Info 13542[19:58:26.718] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 13543[19:58:26.718] collectAutoImports: response is complete +Info 13544[19:58:26.718] collectAutoImports: 1.6808640002273023 +Info 13545[19:58:26.718] getCompletionData: Semantic work: 2.2670539999380708 +Info 13546[19:58:26.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2609979999251664 +Info 13547[19:58:26.721] Format host information updated +Info 13548[19:58:26.777] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13549[19:58:26.786] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1247 structureChanged: false structureIsReused:: Completely Elapsed: 8.84436499979347ms +Info 13550[19:58:26.786] Different program with same set of files +Info 13551[19:58:26.786] getCompletionData: Get current token: 0.007658000104129314 +Info 13552[19:58:26.786] getCompletionData: Is inside comment: 0.0019049998372793198 +Info 13553[19:58:26.786] getCompletionData: Get previous token: 0.03127799974754453 +Info 13554[19:58:26.786] getCompletionsAtPosition: isCompletionListBlocker: 0.00863899989053607 +Info 13555[19:58:26.786] getExportInfoMap: cache hit +Info 13556[19:58:26.788] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 13557[19:58:26.788] collectAutoImports: response is complete +Info 13558[19:58:26.788] collectAutoImports: 1.8830180000513792 +Info 13559[19:58:26.788] getCompletionData: Semantic work: 2.5560649996623397 +Info 13560[19:58:26.790] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4439840000122786 +Info 13561[19:58:26.791] Format host information updated +Info 13562[19:58:26.844] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13563[19:58:26.851] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1248 structureChanged: false structureIsReused:: Completely Elapsed: 6.836682999972254ms +Info 13564[19:58:26.851] Different program with same set of files +Info 13565[19:58:26.851] getCompletionData: Get current token: 0.005631000269204378 +Info 13566[19:58:26.851] getCompletionData: Is inside comment: 0.0013890000991523266 +Info 13567[19:58:26.851] getCompletionData: Get previous token: 0.022509999573230743 +Info 13568[19:58:26.851] getCompletionsAtPosition: isCompletionListBlocker: 0.007074999623000622 +Info 13569[19:58:26.851] getExportInfoMap: cache hit +Info 13570[19:58:26.853] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13571[19:58:26.853] collectAutoImports: response is complete +Info 13572[19:58:26.853] collectAutoImports: 1.3504880000837147 +Info 13573[19:58:26.853] getCompletionData: Semantic work: 1.8660859996452928 +Info 13574[19:58:26.854] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0480120000429451 +Info 13575[19:58:26.855] Format host information updated +Info 13576[19:58:27.502] Format host information updated +Info 13577[19:58:27.502] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13578[19:58:27.509] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1249 structureChanged: false structureIsReused:: Completely Elapsed: 7.291602999903262ms +Info 13579[19:58:27.509] Different program with same set of files +Info 13580[19:58:28.146] Format host information updated +Info 13581[19:58:28.146] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13582[19:58:28.153] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1250 structureChanged: false structureIsReused:: Completely Elapsed: 6.859879999887198ms +Info 13583[19:58:28.153] Different program with same set of files +Info 13584[19:58:39.423] getCompletionData: Get current token: 0.005601999815553427 +Info 13585[19:58:39.423] getCompletionData: Is inside comment: 0.001338999718427658 +Info 13586[19:58:39.423] getCompletionData: Get previous token: 0.026049000211060047 +Info 13587[19:58:39.423] getCompletionsAtPosition: isCompletionListBlocker: 0.0027429996989667416 +Info 13588[19:58:39.424] getCompletionData: Semantic work: 0.5464630001224577 +Info 13589[19:58:39.424] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12455399986356497 +Info 13590[19:58:39.834] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13591[19:58:39.843] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1251 structureChanged: false structureIsReused:: Completely Elapsed: 9.125280000269413ms +Info 13592[19:58:39.843] Different program with same set of files +Info 13593[19:58:39.843] getCompletionData: Get current token: 0.005238999612629414 +Info 13594[19:58:39.843] getCompletionData: Is inside comment: 0.001184999942779541 +Info 13595[19:58:39.843] getCompletionData: Get previous token: 0.023665999993681908 +Info 13596[19:58:39.843] getCompletionsAtPosition: isCompletionListBlocker: 0.002429999876767397 +Info 13597[19:58:39.844] getCompletionData: Semantic work: 0.5708449999801815 +Info 13598[19:58:39.844] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.096862000413239 +Info 13599[19:58:39.845] Format host information updated +Info 13600[19:58:39.965] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13601[19:58:39.974] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1252 structureChanged: false structureIsReused:: Completely Elapsed: 8.917442999780178ms +Info 13602[19:58:39.974] Different program with same set of files +Info 13603[19:58:39.975] getCompletionData: Get current token: 0.005372999701648951 +Info 13604[19:58:39.975] getCompletionData: Is inside comment: 0.0013529998250305653 +Info 13605[19:58:39.975] getCompletionData: Get previous token: 0.033863999880850315 +Info 13606[19:58:39.975] getCompletionsAtPosition: isCompletionListBlocker: 0.0022650002501904964 +Info 13607[19:58:39.975] getCompletionData: Semantic work: 0.7014119997620583 +Info 13608[19:58:39.975] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10911500034853816 +Info 13609[19:58:39.976] Format host information updated +Info 13610[19:58:40.401] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13611[19:58:40.409] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1253 structureChanged: false structureIsReused:: Completely Elapsed: 8.242840999737382ms +Info 13612[19:58:40.409] Different program with same set of files +Info 13613[19:58:40.409] getCompletionData: Get current token: 0.006624999921768904 +Info 13614[19:58:40.409] getCompletionData: Is inside comment: 0.0014009997248649597 +Info 13615[19:58:40.409] getCompletionData: Get previous token: 0.09743099985644221 +Info 13616[19:58:40.410] getCompletionsAtPosition: isCompletionListBlocker: 0.002489000093191862 +Info 13617[19:58:40.410] getCompletionData: Semantic work: 0.7337199999019504 +Info 13618[19:58:40.410] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11388500034809113 +Info 13619[19:58:40.413] Format host information updated +Info 13620[19:58:40.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13621[19:58:40.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1254 structureChanged: false structureIsReused:: Completely Elapsed: 7.839423000346869ms +Info 13622[19:58:40.469] Different program with same set of files +Info 13623[19:58:40.470] getCompletionData: Get current token: 0.005703999660909176 +Info 13624[19:58:40.470] getCompletionData: Is inside comment: 0.0013080001808702946 +Info 13625[19:58:40.470] getCompletionData: Get previous token: 0.033239999786019325 +Info 13626[19:58:40.470] getCompletionsAtPosition: isCompletionListBlocker: 0.0019129998981952667 +Info 13627[19:58:40.470] getCompletionData: Semantic work: 0.6406829999759793 +Info 13628[19:58:40.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11801100010052323 +Info 13629[19:58:40.471] Format host information updated +Info 13630[19:58:40.837] getCompletionData: Get current token: 0.005707999691367149 +Info 13631[19:58:40.837] getCompletionData: Is inside comment: 0.0012559997849166393 +Info 13632[19:58:40.837] getCompletionData: Get previous token: 0.018618999980390072 +Info 13633[19:58:40.838] getCompletionsAtPosition: isCompletionListBlocker: 0.003252999857068062 +Info 13634[19:58:40.838] getExportInfoMap: cache hit +Info 13635[19:58:40.850] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13636[19:58:40.850] collectAutoImports: response is complete +Info 13637[19:58:40.850] collectAutoImports: 11.936881999950856 +Info 13638[19:58:40.850] getCompletionData: Semantic work: 12.932787999976426 +Info 13639[19:58:40.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.032147999852896 +Info 13640[19:58:41.124] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13641[19:58:41.132] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1255 structureChanged: false structureIsReused:: Completely Elapsed: 7.671632000245154ms +Info 13642[19:58:41.132] Different program with same set of files +Info 13643[19:58:41.132] getCompletionData: Get current token: 0.005216999910771847 +Info 13644[19:58:41.132] getCompletionData: Is inside comment: 0.001221999991685152 +Info 13645[19:58:41.132] getCompletionData: Get previous token: 0.02887200005352497 +Info 13646[19:58:41.132] getCompletionsAtPosition: isCompletionListBlocker: 0.0029440000653266907 +Info 13647[19:58:41.133] getExportInfoMap: cache hit +Info 13648[19:58:41.135] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 13649[19:58:41.135] collectAutoImports: response is complete +Info 13650[19:58:41.135] collectAutoImports: 2.583311999682337 +Info 13651[19:58:41.135] getCompletionData: Semantic work: 3.2296109995804727 +Info 13652[19:58:41.141] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.128281000070274 +Info 13653[19:58:41.142] Format host information updated +Info 13654[19:58:41.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13655[19:58:41.217] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1256 structureChanged: false structureIsReused:: Completely Elapsed: 8.012463000137359ms +Info 13656[19:58:41.217] Different program with same set of files +Info 13657[19:58:41.217] getCompletionData: Get current token: 0.0069509996101260185 +Info 13658[19:58:41.218] getCompletionData: Is inside comment: 0.0015719998627901077 +Info 13659[19:58:41.218] getCompletionData: Get previous token: 0.03704399988055229 +Info 13660[19:58:41.218] getCompletionsAtPosition: isCompletionListBlocker: 0.0039470000192523 +Info 13661[19:58:41.218] getExportInfoMap: cache hit +Info 13662[19:58:41.222] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 13663[19:58:41.222] collectAutoImports: response is complete +Info 13664[19:58:41.222] collectAutoImports: 4.141120000276715 +Info 13665[19:58:41.222] getCompletionData: Semantic work: 4.80836799973622 +Info 13666[19:58:41.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5866550002247095 +Info 13667[19:58:41.228] Format host information updated +Info 13668[19:58:41.272] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13669[19:58:41.284] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1257 structureChanged: false structureIsReused:: Completely Elapsed: 11.957076999824494ms +Info 13670[19:58:41.284] Different program with same set of files +Info 13671[19:58:41.285] getCompletionData: Get current token: 0.009406999684870243 +Info 13672[19:58:41.285] getCompletionData: Is inside comment: 0.0024480000138282776 +Info 13673[19:58:41.285] getCompletionData: Get previous token: 0.054487999994307756 +Info 13674[19:58:41.285] getCompletionsAtPosition: isCompletionListBlocker: 0.003982999827712774 +Info 13675[19:58:41.286] getExportInfoMap: cache hit +Info 13676[19:58:41.289] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 13677[19:58:41.289] collectAutoImports: response is complete +Info 13678[19:58:41.289] collectAutoImports: 3.0067549999803305 +Info 13679[19:58:41.289] getCompletionData: Semantic work: 3.9270530003122985 +Info 13680[19:58:41.295] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8070020000450313 +Info 13681[19:58:41.298] Format host information updated +Info 13682[19:58:41.410] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13683[19:58:41.417] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1258 structureChanged: false structureIsReused:: Completely Elapsed: 7.452665000222623ms +Info 13684[19:58:41.417] Different program with same set of files +Info 13685[19:58:41.417] getCompletionData: Get current token: 0.006302999798208475 +Info 13686[19:58:41.417] getCompletionData: Is inside comment: 0.0013950001448392868 +Info 13687[19:58:41.417] getCompletionData: Get previous token: 0.03468700032681227 +Info 13688[19:58:41.417] getCompletionsAtPosition: isCompletionListBlocker: 0.002814000006765127 +Info 13689[19:58:41.418] getExportInfoMap: cache hit +Info 13690[19:58:41.420] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13691[19:58:41.420] collectAutoImports: response is complete +Info 13692[19:58:41.420] collectAutoImports: 1.894047999754548 +Info 13693[19:58:41.420] getCompletionData: Semantic work: 2.5057879998348653 +Info 13694[19:58:41.424] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3700979999266565 +Info 13695[19:58:41.425] Format host information updated +Info 13696[19:58:41.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13697[19:58:41.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1259 structureChanged: false structureIsReused:: Completely Elapsed: 14.342590000014752ms +Info 13698[19:58:41.498] Different program with same set of files +Info 13699[19:58:41.498] getCompletionData: Get current token: 0.010525000281631947 +Info 13700[19:58:41.498] getCompletionData: Is inside comment: 0.002669000066816807 +Info 13701[19:58:41.499] getCompletionData: Get previous token: 0.057711000088602304 +Info 13702[19:58:41.499] getCompletionsAtPosition: isCompletionListBlocker: 0.004985999781638384 +Info 13703[19:58:41.499] getExportInfoMap: cache hit +Info 13704[19:58:41.503] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13705[19:58:41.503] collectAutoImports: response is complete +Info 13706[19:58:41.503] collectAutoImports: 3.1167059997096658 +Info 13707[19:58:41.503] getCompletionData: Semantic work: 4.186867000069469 +Info 13708[19:58:41.510] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1180050000548363 +Info 13709[19:58:41.511] Format host information updated +Info 13710[19:58:41.590] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13711[19:58:41.605] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1260 structureChanged: false structureIsReused:: Completely Elapsed: 15.028983999975026ms +Info 13712[19:58:41.605] Different program with same set of files +Info 13713[19:58:41.606] getCompletionData: Get current token: 0.012179000303149223 +Info 13714[19:58:41.606] getCompletionData: Is inside comment: 0.0028989999555051327 +Info 13715[19:58:41.606] getCompletionData: Get previous token: 0.06515699997544289 +Info 13716[19:58:41.606] getCompletionsAtPosition: isCompletionListBlocker: 0.004747000057250261 +Info 13717[19:58:41.607] getExportInfoMap: cache hit +Info 13718[19:58:41.610] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 13719[19:58:41.610] collectAutoImports: response is complete +Info 13720[19:58:41.610] collectAutoImports: 3.4404629999771714 +Info 13721[19:58:41.610] getCompletionData: Semantic work: 4.533662999980152 +Info 13722[19:58:41.613] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1928440001793206 +Info 13723[19:58:41.618] Format host information updated +Info 13724[19:58:41.784] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13725[19:58:41.791] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1261 structureChanged: false structureIsReused:: Completely Elapsed: 7.2773119998164475ms +Info 13726[19:58:41.791] Different program with same set of files +Info 13727[19:58:41.791] getCompletionData: Get current token: 0.006490000057965517 +Info 13728[19:58:41.791] getCompletionData: Is inside comment: 0.0017619999125599861 +Info 13729[19:58:41.791] getCompletionData: Get previous token: 0.03826700011268258 +Info 13730[19:58:41.791] getCompletionsAtPosition: isCompletionListBlocker: 0.003002000041306019 +Info 13731[19:58:41.792] getExportInfoMap: cache hit +Info 13732[19:58:41.794] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 13733[19:58:41.794] collectAutoImports: response is complete +Info 13734[19:58:41.794] collectAutoImports: 1.7303930004127324 +Info 13735[19:58:41.794] getCompletionData: Semantic work: 2.426307999994606 +Info 13736[19:58:41.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2508600000292063 +Info 13737[19:58:41.799] Format host information updated +Info 13738[19:58:41.926] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13739[19:58:41.936] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1262 structureChanged: false structureIsReused:: Completely Elapsed: 9.699564999900758ms +Info 13740[19:58:41.936] Different program with same set of files +Info 13741[19:58:41.936] getCompletionData: Get current token: 0.007171999663114548 +Info 13742[19:58:41.936] getCompletionData: Is inside comment: 0.0017480002716183662 +Info 13743[19:58:41.937] getCompletionData: Get previous token: 0.03790199989452958 +Info 13744[19:58:41.937] getCompletionsAtPosition: isCompletionListBlocker: 0.0036790003068745136 +Info 13745[19:58:41.937] getExportInfoMap: cache hit +Info 13746[19:58:41.939] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 13747[19:58:41.939] collectAutoImports: response is complete +Info 13748[19:58:41.939] collectAutoImports: 1.732871999964118 +Info 13749[19:58:41.939] getCompletionData: Semantic work: 2.4673930001445115 +Info 13750[19:58:41.944] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4500489998608828 +Info 13751[19:58:41.945] Format host information updated +Info 13752[19:58:41.987] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13753[19:58:42.001] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1263 structureChanged: false structureIsReused:: Completely Elapsed: 14.225631999783218ms +Info 13754[19:58:42.001] Different program with same set of files +Info 13755[19:58:42.002] getCompletionData: Get current token: 0.0057830000296235085 +Info 13756[19:58:42.002] getCompletionData: Is inside comment: 0.0015509999357163906 +Info 13757[19:58:42.002] getCompletionData: Get previous token: 0.02679399959743023 +Info 13758[19:58:42.002] getCompletionsAtPosition: isCompletionListBlocker: 0.003020999953150749 +Info 13759[19:58:42.002] getExportInfoMap: cache hit +Info 13760[19:58:42.005] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 13761[19:58:42.005] collectAutoImports: response is complete +Info 13762[19:58:42.005] collectAutoImports: 2.2126400000415742 +Info 13763[19:58:42.005] getCompletionData: Semantic work: 3.0563570000231266 +Info 13764[19:58:42.010] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4931399999186397 +Info 13765[19:58:42.017] Format host information updated +Info 13766[19:58:42.053] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13767[19:58:42.060] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1264 structureChanged: false structureIsReused:: Completely Elapsed: 6.981242000125349ms +Info 13768[19:58:42.060] Different program with same set of files +Info 13769[19:58:42.061] getCompletionData: Get current token: 0.005867999978363514 +Info 13770[19:58:42.061] getCompletionData: Is inside comment: 0.0012829997576773167 +Info 13771[19:58:42.061] getCompletionData: Get previous token: 0.025867000222206116 +Info 13772[19:58:42.061] getCompletionsAtPosition: isCompletionListBlocker: 0.0028979997150599957 +Info 13773[19:58:42.061] getExportInfoMap: cache hit +Info 13774[19:58:42.063] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 13775[19:58:42.063] collectAutoImports: response is complete +Info 13776[19:58:42.063] collectAutoImports: 1.3342019999399781 +Info 13777[19:58:42.063] getCompletionData: Semantic work: 1.8533040001057088 +Info 13778[19:58:42.066] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0774520002305508 +Info 13779[19:58:42.067] Format host information updated +Info 13780[19:59:08.650] Format host information updated +Info 13781[19:59:08.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13782[19:59:08.659] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1265 structureChanged: false structureIsReused:: Completely Elapsed: 9.101176999974996ms +Info 13783[19:59:08.659] Different program with same set of files +Info 13784[19:59:09.052] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13785[19:59:09.063] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1266 structureChanged: false structureIsReused:: Completely Elapsed: 10.301099000032991ms +Info 13786[19:59:09.063] Different program with same set of files +Info 13787[19:59:09.063] getCompletionData: Get current token: 0.009412999730557203 +Info 13788[19:59:09.063] getCompletionData: Is inside comment: 0.014876999892294407 +Info 13789[19:59:09.063] getCompletionData: Get previous token: 0.027036000043153763 +Info 13790[19:59:09.063] getCompletionsAtPosition: isCompletionListBlocker: 0.008554999716579914 +Info 13791[19:59:09.064] getExportInfoMap: cache hit +Info 13792[19:59:09.068] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 13793[19:59:09.068] collectAutoImports: response is complete +Info 13794[19:59:09.068] collectAutoImports: 4.154728000052273 +Info 13795[19:59:09.068] getCompletionData: Semantic work: 4.897185999900103 +Info 13796[19:59:09.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.046428000088781 +Info 13797[19:59:09.072] Format host information updated +Info 13798[19:59:09.113] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13799[19:59:09.121] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1267 structureChanged: false structureIsReused:: Completely Elapsed: 8.214070999994874ms +Info 13800[19:59:09.121] Different program with same set of files +Info 13801[19:59:09.121] getCompletionData: Get current token: 0.00837300019338727 +Info 13802[19:59:09.121] getCompletionData: Is inside comment: 0.013882999774068594 +Info 13803[19:59:09.121] getCompletionData: Get previous token: 0.027409999631345272 +Info 13804[19:59:09.121] getCompletionsAtPosition: isCompletionListBlocker: 0.006912000011652708 +Info 13805[19:59:09.122] getExportInfoMap: cache hit +Info 13806[19:59:09.134] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13807[19:59:09.134] collectAutoImports: response is complete +Info 13808[19:59:09.134] collectAutoImports: 12.232035000342876 +Info 13809[19:59:09.134] getCompletionData: Semantic work: 12.883847000077367 +Info 13810[19:59:09.142] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.483380999881774 +Info 13811[19:59:09.149] Format host information updated +Info 13812[19:59:09.197] Format host information updated +Info 13813[19:59:09.197] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13814[19:59:09.205] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1268 structureChanged: false structureIsReused:: Completely Elapsed: 7.584147999994457ms +Info 13815[19:59:09.205] Different program with same set of files +Info 13816[19:59:09.601] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13817[19:59:09.609] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1269 structureChanged: false structureIsReused:: Completely Elapsed: 8.455517999827862ms +Info 13818[19:59:09.609] Different program with same set of files +Info 13819[19:59:09.609] getCompletionData: Get current token: 0.010625000111758709 +Info 13820[19:59:09.609] getCompletionData: Is inside comment: 0.027065000031143427 +Info 13821[19:59:09.609] getCompletionData: Get previous token: 0.033485000021755695 +Info 13822[19:59:09.609] getCompletionsAtPosition: isCompletionListBlocker: 0.009053000248968601 +Info 13823[19:59:09.612] getExportInfoMap: cache hit +Info 13824[19:59:09.624] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 13825[19:59:09.624] collectAutoImports: response is complete +Info 13826[19:59:09.624] collectAutoImports: 11.759346999693662 +Info 13827[19:59:09.624] getCompletionData: Semantic work: 14.641251999884844 +Info 13828[19:59:09.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.323497999925166 +Info 13829[19:59:09.638] Format host information updated +Info 13830[19:59:09.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13831[19:59:09.752] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1270 structureChanged: false structureIsReused:: Completely Elapsed: 22.299897000193596ms +Info 13832[19:59:09.752] Different program with same set of files +Info 13833[19:59:09.753] getCompletionData: Get current token: 0.027855999767780304 +Info 13834[19:59:09.753] getCompletionData: Is inside comment: 0.04881699988618493 +Info 13835[19:59:09.753] getCompletionData: Get previous token: 0.08622500021010637 +Info 13836[19:59:09.753] getCompletionsAtPosition: isCompletionListBlocker: 0.021705000195652246 +Info 13837[19:59:09.755] getExportInfoMap: cache hit +Info 13838[19:59:09.763] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 13839[19:59:09.763] collectAutoImports: response is complete +Info 13840[19:59:09.763] collectAutoImports: 7.549173000268638 +Info 13841[19:59:09.763] getCompletionData: Semantic work: 9.65457300003618 +Info 13842[19:59:09.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4429430002346635 +Info 13843[19:59:09.769] Format host information updated +Info 13844[19:59:09.863] Format host information updated +Info 13845[19:59:09.863] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13846[19:59:09.894] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1271 structureChanged: false structureIsReused:: Completely Elapsed: 30.629738999996334ms +Info 13847[19:59:09.894] Different program with same set of files +Info 13848[19:59:10.219] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13849[19:59:10.226] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1272 structureChanged: false structureIsReused:: Completely Elapsed: 7.344062999822199ms +Info 13850[19:59:10.227] Different program with same set of files +Info 13851[19:59:10.227] getCompletionData: Get current token: 0.008520999923348427 +Info 13852[19:59:10.227] getCompletionData: Is inside comment: 0.01463400013744831 +Info 13853[19:59:10.227] getCompletionData: Get previous token: 0.02635100018233061 +Info 13854[19:59:10.227] getCompletionsAtPosition: isCompletionListBlocker: 0.007927999831736088 +Info 13855[19:59:10.228] getExportInfoMap: cache hit +Info 13856[19:59:10.234] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 13857[19:59:10.234] collectAutoImports: response is complete +Info 13858[19:59:10.234] collectAutoImports: 6.401476999744773 +Info 13859[19:59:10.234] getCompletionData: Semantic work: 7.211777999997139 +Info 13860[19:59:10.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.150411000009626 +Info 13861[19:59:10.238] Format host information updated +Info 13862[19:59:10.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13863[19:59:10.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1273 structureChanged: false structureIsReused:: Completely Elapsed: 7.947577000129968ms +Info 13864[19:59:10.325] Different program with same set of files +Info 13865[19:59:10.325] getCompletionData: Get current token: 0.007457999978214502 +Info 13866[19:59:10.325] getCompletionData: Is inside comment: 0.016257000155746937 +Info 13867[19:59:10.325] getCompletionData: Get previous token: 0.030365999788045883 +Info 13868[19:59:10.325] getCompletionsAtPosition: isCompletionListBlocker: 0.007710999809205532 +Info 13869[19:59:10.326] getExportInfoMap: cache hit +Info 13870[19:59:10.329] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 0 from cache +Info 13871[19:59:10.329] collectAutoImports: response is complete +Info 13872[19:59:10.329] collectAutoImports: 2.5654339999891818 +Info 13873[19:59:10.329] getCompletionData: Semantic work: 3.579528999980539 +Info 13874[19:59:10.330] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.487900000065565 +Info 13875[19:59:10.331] Format host information updated +Info 13876[19:59:10.473] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13877[19:59:10.481] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1274 structureChanged: false structureIsReused:: Completely Elapsed: 8.003574999980628ms +Info 13878[19:59:10.481] Different program with same set of files +Info 13879[19:59:10.482] getCompletionData: Get current token: 0.00865199975669384 +Info 13880[19:59:10.482] getCompletionData: Is inside comment: 0.0183419999666512 +Info 13881[19:59:10.482] getCompletionData: Get previous token: 0.031959999818354845 +Info 13882[19:59:10.482] getCompletionsAtPosition: isCompletionListBlocker: 0.008107000030577183 +Info 13883[19:59:10.483] getExportInfoMap: cache hit +Info 13884[19:59:10.485] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 13885[19:59:10.485] collectAutoImports: response is complete +Info 13886[19:59:10.485] collectAutoImports: 1.7589589999988675 +Info 13887[19:59:10.485] getCompletionData: Semantic work: 2.688637999817729 +Info 13888[19:59:10.486] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4346839999780059 +Info 13889[19:59:10.489] Format host information updated +Info 13890[19:59:10.881] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13891[19:59:10.889] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1275 structureChanged: false structureIsReused:: Completely Elapsed: 7.855938999913633ms +Info 13892[19:59:10.889] Different program with same set of files +Info 13893[19:59:10.889] getCompletionData: Get current token: 0.007030999753624201 +Info 13894[19:59:10.889] getCompletionData: Is inside comment: 0.014534999616444111 +Info 13895[19:59:10.889] getCompletionData: Get previous token: 0.0264079999178648 +Info 13896[19:59:10.889] getCompletionsAtPosition: isCompletionListBlocker: 0.007807999849319458 +Info 13897[19:59:10.890] getExportInfoMap: cache hit +Info 13898[19:59:10.891] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 13899[19:59:10.891] collectAutoImports: response is complete +Info 13900[19:59:10.891] collectAutoImports: 1.399176999926567 +Info 13901[19:59:10.891] getCompletionData: Semantic work: 2.229251999873668 +Info 13902[19:59:10.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1157130002975464 +Info 13903[19:59:10.893] Format host information updated +Info 13904[19:59:11.030] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13905[19:59:11.038] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1276 structureChanged: false structureIsReused:: Completely Elapsed: 7.7403319999575615ms +Info 13906[19:59:11.038] Different program with same set of files +Info 13907[19:59:11.038] getCompletionData: Get current token: 0.009324000217020512 +Info 13908[19:59:11.038] getCompletionData: Is inside comment: 0.01905500004068017 +Info 13909[19:59:11.038] getCompletionData: Get previous token: 0.033970999997109175 +Info 13910[19:59:11.038] getCompletionsAtPosition: isCompletionListBlocker: 0.00863899989053607 +Info 13911[19:59:11.039] getExportInfoMap: cache hit +Info 13912[19:59:11.042] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 0 from cache +Info 13913[19:59:11.042] collectAutoImports: response is complete +Info 13914[19:59:11.042] collectAutoImports: 2.2075930000282824 +Info 13915[19:59:11.042] getCompletionData: Semantic work: 3.1036720001138747 +Info 13916[19:59:11.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6251289998181164 +Info 13917[19:59:11.045] Format host information updated +Info 13918[19:59:11.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13919[19:59:11.179] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1277 structureChanged: false structureIsReused:: Completely Elapsed: 9.216367000248283ms +Info 13920[19:59:11.179] Different program with same set of files +Info 13921[19:59:11.179] getCompletionData: Get current token: 0.007724999915808439 +Info 13922[19:59:11.179] getCompletionData: Is inside comment: 0.015097999945282936 +Info 13923[19:59:11.179] getCompletionData: Get previous token: 0.026260999962687492 +Info 13924[19:59:11.179] getCompletionsAtPosition: isCompletionListBlocker: 0.021106999833136797 +Info 13925[19:59:11.180] getExportInfoMap: cache hit +Info 13926[19:59:11.183] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 13927[19:59:11.184] collectAutoImports: response is complete +Info 13928[19:59:11.184] collectAutoImports: 3.3076820001006126 +Info 13929[19:59:11.184] getCompletionData: Semantic work: 4.106738000176847 +Info 13930[19:59:11.185] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6438810001127422 +Info 13931[19:59:11.187] Format host information updated +Info 13932[19:59:11.309] Format host information updated +Info 13933[19:59:11.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13934[19:59:11.317] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1278 structureChanged: false structureIsReused:: Completely Elapsed: 7.990569999907166ms +Info 13935[19:59:11.317] Different program with same set of files +Info 13936[19:59:11.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13937[19:59:11.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1279 structureChanged: false structureIsReused:: Completely Elapsed: 7.6939050001092255ms +Info 13938[19:59:11.469] Different program with same set of files +Info 13939[19:59:11.469] getCompletionData: Get current token: 0.007817999925464392 +Info 13940[19:59:11.469] getCompletionData: Is inside comment: 0.01643299963325262 +Info 13941[19:59:11.469] getCompletionData: Get previous token: 0.028257000260055065 +Info 13942[19:59:11.469] getCompletionsAtPosition: isCompletionListBlocker: 0.007461000233888626 +Info 13943[19:59:11.470] getExportInfoMap: cache hit +Info 13944[19:59:11.475] collectAutoImports: resolved 0 module specifiers, plus 143 ambient and 6 from cache +Info 13945[19:59:11.475] collectAutoImports: response is complete +Info 13946[19:59:11.475] collectAutoImports: 4.526987999677658 +Info 13947[19:59:11.475] getCompletionData: Semantic work: 5.406462999992073 +Info 13948[19:59:11.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1661549997515976 +Info 13949[19:59:11.479] Format host information updated +Info 13950[19:59:11.523] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13951[19:59:11.533] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1280 structureChanged: false structureIsReused:: Completely Elapsed: 10.414390000049025ms +Info 13952[19:59:11.533] Different program with same set of files +Info 13953[19:59:11.533] getCompletionData: Get current token: 0.010589000303298235 +Info 13954[19:59:11.533] getCompletionData: Is inside comment: 0.020047999918460846 +Info 13955[19:59:11.533] getCompletionData: Get previous token: 0.03618799988180399 +Info 13956[19:59:11.533] getCompletionsAtPosition: isCompletionListBlocker: 0.008702999912202358 +Info 13957[19:59:11.534] getExportInfoMap: cache hit +Info 13958[19:59:11.539] collectAutoImports: resolved 0 module specifiers, plus 126 ambient and 4 from cache +Info 13959[19:59:11.539] collectAutoImports: response is complete +Info 13960[19:59:11.539] collectAutoImports: 4.657739999704063 +Info 13961[19:59:11.539] getCompletionData: Semantic work: 5.565624000038952 +Info 13962[19:59:11.541] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1466850000433624 +Info 13963[19:59:11.543] Format host information updated +Info 13964[19:59:11.625] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13965[19:59:11.632] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1281 structureChanged: false structureIsReused:: Completely Elapsed: 7.148764000274241ms +Info 13966[19:59:11.632] Different program with same set of files +Info 13967[19:59:11.632] getCompletionData: Get current token: 0.008471999783068895 +Info 13968[19:59:11.632] getCompletionData: Is inside comment: 0.01771700009703636 +Info 13969[19:59:11.632] getCompletionData: Get previous token: 0.03198600001633167 +Info 13970[19:59:11.632] getCompletionsAtPosition: isCompletionListBlocker: 0.007108999881893396 +Info 13971[19:59:11.635] getExportInfoMap: cache hit +Info 13972[19:59:11.639] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 2 from cache +Info 13973[19:59:11.639] collectAutoImports: response is complete +Info 13974[19:59:11.639] collectAutoImports: 3.4045170000754297 +Info 13975[19:59:11.639] getCompletionData: Semantic work: 6.526164999697357 +Info 13976[19:59:11.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8777749999426305 +Info 13977[19:59:11.642] Format host information updated +Info 13978[19:59:11.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13979[19:59:11.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1282 structureChanged: false structureIsReused:: Completely Elapsed: 9.754945000167936ms +Info 13980[19:59:11.696] Different program with same set of files +Info 13981[19:59:11.696] getCompletionData: Get current token: 0.012633000034838915 +Info 13982[19:59:11.696] getCompletionData: Is inside comment: 0.0269679999910295 +Info 13983[19:59:11.696] getCompletionData: Get previous token: 0.04798200028017163 +Info 13984[19:59:11.697] getCompletionsAtPosition: isCompletionListBlocker: 0.009708999656140804 +Info 13985[19:59:11.697] getExportInfoMap: cache hit +Info 13986[19:59:11.700] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 13987[19:59:11.700] collectAutoImports: response is complete +Info 13988[19:59:11.700] collectAutoImports: 2.3367580003105104 +Info 13989[19:59:11.700] getCompletionData: Semantic work: 3.367577000055462 +Info 13990[19:59:11.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7742150002159178 +Info 13991[19:59:11.703] Format host information updated +Info 13992[19:59:11.779] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 13993[19:59:11.796] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1283 structureChanged: false structureIsReused:: Completely Elapsed: 16.367924999911338ms +Info 13994[19:59:11.796] Different program with same set of files +Info 13995[19:59:11.796] getCompletionData: Get current token: 0.019423000048846006 +Info 13996[19:59:11.796] getCompletionData: Is inside comment: 0.03484699968248606 +Info 13997[19:59:11.796] getCompletionData: Get previous token: 0.061083999928086996 +Info 13998[19:59:11.796] getCompletionsAtPosition: isCompletionListBlocker: 0.017279000021517277 +Info 13999[19:59:11.798] getExportInfoMap: cache hit +Info 14000[19:59:11.802] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 14001[19:59:11.802] collectAutoImports: response is complete +Info 14002[19:59:11.802] collectAutoImports: 3.6148009998723865 +Info 14003[19:59:11.802] getCompletionData: Semantic work: 5.298901999834925 +Info 14004[19:59:11.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4389630001969635 +Info 14005[19:59:11.807] Format host information updated +Info 14006[19:59:11.890] Format host information updated +Info 14007[19:59:11.890] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14008[19:59:11.898] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1284 structureChanged: false structureIsReused:: Completely Elapsed: 8.717911000363529ms +Info 14009[19:59:11.898] Different program with same set of files +Info 14010[19:59:12.065] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14011[19:59:12.096] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1285 structureChanged: false structureIsReused:: Completely Elapsed: 30.13843800034374ms +Info 14012[19:59:12.096] Different program with same set of files +Info 14013[19:59:12.096] getCompletionData: Get current token: 0.021316000260412693 +Info 14014[19:59:12.096] getCompletionData: Is inside comment: 0.04481100011616945 +Info 14015[19:59:12.097] getCompletionData: Get previous token: 0.0698320004157722 +Info 14016[19:59:12.097] getCompletionsAtPosition: isCompletionListBlocker: 0.01582199987024069 +Info 14017[19:59:12.098] getExportInfoMap: cache hit +Info 14018[19:59:12.106] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 14019[19:59:12.106] collectAutoImports: response is complete +Info 14020[19:59:12.106] collectAutoImports: 7.741836000233889 +Info 14021[19:59:12.106] getCompletionData: Semantic work: 9.373639000114053 +Info 14022[19:59:12.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.926222000271082 +Info 14023[19:59:12.116] Format host information updated +Info 14024[19:59:12.136] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14025[19:59:12.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1286 structureChanged: false structureIsReused:: Completely Elapsed: 8.429516000207514ms +Info 14026[19:59:12.145] Different program with same set of files +Info 14027[19:59:12.145] getCompletionData: Get current token: 0.007708999793976545 +Info 14028[19:59:12.145] getCompletionData: Is inside comment: 0.016527000349014997 +Info 14029[19:59:12.145] getCompletionData: Get previous token: 0.026591999921947718 +Info 14030[19:59:12.145] getCompletionsAtPosition: isCompletionListBlocker: 0.007373000029474497 +Info 14031[19:59:12.146] getExportInfoMap: cache hit +Info 14032[19:59:12.148] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 0 from cache +Info 14033[19:59:12.148] collectAutoImports: response is complete +Info 14034[19:59:12.148] collectAutoImports: 1.991357000079006 +Info 14035[19:59:12.148] getCompletionData: Semantic work: 2.804552000015974 +Info 14036[19:59:12.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3687029997818172 +Info 14037[19:59:12.153] Format host information updated +Info 14038[19:59:12.256] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14039[19:59:12.286] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1287 structureChanged: false structureIsReused:: Completely Elapsed: 30.455990999937057ms +Info 14040[19:59:12.287] Different program with same set of files +Info 14041[19:59:12.287] getCompletionData: Get current token: 0.027714999858289957 +Info 14042[19:59:12.287] getCompletionData: Is inside comment: 0.059949999675154686 +Info 14043[19:59:12.288] getCompletionData: Get previous token: 0.12497400026768446 +Info 14044[19:59:12.288] getCompletionsAtPosition: isCompletionListBlocker: 0.020545999985188246 +Info 14045[19:59:12.289] getExportInfoMap: cache hit +Info 14046[19:59:12.294] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 14047[19:59:12.294] collectAutoImports: response is complete +Info 14048[19:59:12.294] collectAutoImports: 4.473749999888241 +Info 14049[19:59:12.294] getCompletionData: Semantic work: 6.4407290001399815 +Info 14050[19:59:12.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.511384999845177 +Info 14051[19:59:12.303] Format host information updated +Info 14052[19:59:12.358] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14053[19:59:12.369] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1288 structureChanged: false structureIsReused:: Completely Elapsed: 11.14595999987796ms +Info 14054[19:59:12.369] Different program with same set of files +Info 14055[19:59:12.369] getCompletionData: Get current token: 0.010117999743670225 +Info 14056[19:59:12.369] getCompletionData: Is inside comment: 0.0279959999024868 +Info 14057[19:59:12.369] getCompletionData: Get previous token: 0.044708000030368567 +Info 14058[19:59:12.369] getCompletionsAtPosition: isCompletionListBlocker: 0.010178999975323677 +Info 14059[19:59:12.370] getExportInfoMap: cache hit +Info 14060[19:59:12.391] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14061[19:59:12.391] collectAutoImports: response is complete +Info 14062[19:59:12.391] collectAutoImports: 20.93939399998635 +Info 14063[19:59:12.391] getCompletionData: Semantic work: 21.867906999774277 +Info 14064[19:59:12.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.9226979999803 +Info 14065[19:59:12.408] Format host information updated +Info 14066[19:59:12.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14067[19:59:12.994] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1289 structureChanged: false structureIsReused:: Completely Elapsed: 7.769323999993503ms +Info 14068[19:59:12.994] Different program with same set of files +Info 14069[19:59:12.994] getCompletionData: Get current token: 0.007034000009298325 +Info 14070[19:59:12.994] getCompletionData: Is inside comment: 0.015666999854147434 +Info 14071[19:59:12.994] getCompletionData: Get previous token: 0.024852999951690435 +Info 14072[19:59:12.994] getCompletionsAtPosition: isCompletionListBlocker: 0.007612000219523907 +Info 14073[19:59:12.995] getExportInfoMap: cache hit +Info 14074[19:59:12.996] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14075[19:59:12.996] collectAutoImports: response is complete +Info 14076[19:59:12.996] collectAutoImports: 1.352393999695778 +Info 14077[19:59:12.996] getCompletionData: Semantic work: 1.9666880001313984 +Info 14078[19:59:12.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0646069999784231 +Info 14079[19:59:13.000] Format host information updated +Info 14080[19:59:13.175] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14081[19:59:13.184] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1290 structureChanged: false structureIsReused:: Completely Elapsed: 9.014508999884129ms +Info 14082[19:59:13.184] Different program with same set of files +Info 14083[19:59:13.184] getCompletionData: Get current token: 0.008249999955296516 +Info 14084[19:59:13.184] getCompletionData: Is inside comment: 0.016241000033915043 +Info 14085[19:59:13.184] getCompletionData: Get previous token: 0.026446999981999397 +Info 14086[19:59:13.184] getCompletionsAtPosition: isCompletionListBlocker: 0.007017999887466431 +Info 14087[19:59:13.185] getExportInfoMap: cache hit +Info 14088[19:59:13.186] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14089[19:59:13.186] collectAutoImports: response is complete +Info 14090[19:59:13.186] collectAutoImports: 1.5563630000688136 +Info 14091[19:59:13.186] getCompletionData: Semantic work: 2.169483999721706 +Info 14092[19:59:13.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.318322000093758 +Info 14093[19:59:13.191] Format host information updated +Info 14094[19:59:13.236] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14095[19:59:13.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1291 structureChanged: false structureIsReused:: Completely Elapsed: 9.642598999664187ms +Info 14096[19:59:13.246] Different program with same set of files +Info 14097[19:59:13.246] getCompletionData: Get current token: 0.01167199993506074 +Info 14098[19:59:13.246] getCompletionData: Is inside comment: 0.02498200023546815 +Info 14099[19:59:13.246] getCompletionData: Get previous token: 0.039015999995172024 +Info 14100[19:59:13.246] getCompletionsAtPosition: isCompletionListBlocker: 0.008539999835193157 +Info 14101[19:59:13.247] getExportInfoMap: cache hit +Info 14102[19:59:13.249] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14103[19:59:13.249] collectAutoImports: response is complete +Info 14104[19:59:13.249] collectAutoImports: 2.0984730003401637 +Info 14105[19:59:13.249] getCompletionData: Semantic work: 2.9065510001964867 +Info 14106[19:59:13.254] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.586143999826163 +Info 14107[19:59:13.257] Format host information updated +Info 14108[19:59:14.234] Format host information updated +Info 14109[19:59:14.234] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14110[19:59:14.241] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1292 structureChanged: false structureIsReused:: Completely Elapsed: 7.070631999988109ms +Info 14111[19:59:14.241] Different program with same set of files +Info 14112[19:59:17.163] Format host information updated +Info 14113[19:59:17.163] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14114[19:59:17.172] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1293 structureChanged: false structureIsReused:: Completely Elapsed: 8.72813000017777ms +Info 14115[19:59:17.172] Different program with same set of files +Info 14116[19:59:17.291] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14117[19:59:17.298] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1294 structureChanged: false structureIsReused:: Completely Elapsed: 7.494719000067562ms +Info 14118[19:59:17.298] Different program with same set of files +Info 14119[19:59:17.298] getCompletionData: Get current token: 0.010107000358402729 +Info 14120[19:59:17.298] getCompletionData: Is inside comment: 0.021137000061571598 +Info 14121[19:59:17.299] getCompletionData: Get previous token: 0.03947700001299381 +Info 14122[19:59:17.299] getCompletionsAtPosition: isCompletionListBlocker: 0.008446999825537205 +Info 14123[19:59:17.299] getExportInfoMap: cache hit +Info 14124[19:59:17.304] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 14125[19:59:17.304] collectAutoImports: response is complete +Info 14126[19:59:17.304] collectAutoImports: 4.092976999934763 +Info 14127[19:59:17.304] getCompletionData: Semantic work: 5.047298000194132 +Info 14128[19:59:17.306] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.223956000059843 +Info 14129[19:59:17.310] Format host information updated +Info 14130[19:59:17.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14131[19:59:17.557] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1295 structureChanged: false structureIsReused:: Completely Elapsed: 7.062584000173956ms +Info 14132[19:59:17.557] Different program with same set of files +Info 14133[19:59:17.557] getCompletionData: Get current token: 0.00795700028538704 +Info 14134[19:59:17.557] getCompletionData: Is inside comment: 0.01551700010895729 +Info 14135[19:59:17.557] getCompletionData: Get previous token: 0.027803000062704086 +Info 14136[19:59:17.557] getCompletionsAtPosition: isCompletionListBlocker: 0.007114999927580357 +Info 14137[19:59:17.558] getExportInfoMap: cache hit +Info 14138[19:59:17.572] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14139[19:59:17.572] collectAutoImports: response is complete +Info 14140[19:59:17.572] collectAutoImports: 13.53266799962148 +Info 14141[19:59:17.572] getCompletionData: Semantic work: 14.274966000113636 +Info 14142[19:59:17.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.76424300018698 +Info 14143[19:59:17.584] Format host information updated +Info 14144[19:59:17.705] Format host information updated +Info 14145[19:59:17.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14146[19:59:17.712] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1296 structureChanged: false structureIsReused:: Completely Elapsed: 6.729234000202268ms +Info 14147[19:59:17.712] Different program with same set of files +Info 14148[19:59:18.504] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14149[19:59:18.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1297 structureChanged: false structureIsReused:: Completely Elapsed: 7.365606999956071ms +Info 14150[19:59:18.512] Different program with same set of files +Info 14151[19:59:18.512] getCompletionData: Get current token: 0.0071229999884963036 +Info 14152[19:59:18.512] getCompletionData: Is inside comment: 0.015842000022530556 +Info 14153[19:59:18.512] getCompletionData: Get previous token: 0.013195999898016453 +Info 14154[19:59:18.512] getCompletionsAtPosition: isCompletionListBlocker: 0.0027660001069307327 +Info 14155[19:59:18.512] getExportInfoMap: cache hit +Info 14156[19:59:18.524] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14157[19:59:18.524] collectAutoImports: response is complete +Info 14158[19:59:18.524] collectAutoImports: 11.866130999755114 +Info 14159[19:59:18.524] getCompletionData: Semantic work: 12.329239000100642 +Info 14160[19:59:18.531] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.0687179998494685 +Info 14161[19:59:18.537] Format host information updated +Info 14162[19:59:18.570] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14163[19:59:18.577] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1298 structureChanged: false structureIsReused:: Completely Elapsed: 6.997039000038058ms +Info 14164[19:59:18.577] Different program with same set of files +Info 14165[19:59:18.578] getCompletionData: Get current token: 0.008940999861806631 +Info 14166[19:59:18.578] getCompletionData: Is inside comment: 0.01873999973759055 +Info 14167[19:59:18.578] getCompletionData: Get previous token: 0.015165999997407198 +Info 14168[19:59:18.578] getCompletionsAtPosition: isCompletionListBlocker: 0.0066360002383589745 +Info 14169[19:59:18.578] getExportInfoMap: cache hit +Info 14170[19:59:18.590] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14171[19:59:18.590] collectAutoImports: response is complete +Info 14172[19:59:18.590] collectAutoImports: 11.725196000188589 +Info 14173[19:59:18.590] getCompletionData: Semantic work: 12.273773999884725 +Info 14174[19:59:18.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.370649999938905 +Info 14175[19:59:18.602] Format host information updated +Info 14176[19:59:18.865] getCompletionData: Get current token: 0.04522700002416968 +Info 14177[19:59:18.865] getCompletionData: Is inside comment: 0.011217000428587198 +Info 14178[19:59:18.865] getCompletionData: Get previous token: 0.15192499989643693 +Info 14179[19:59:18.865] getCompletionsAtPosition: isCompletionListBlocker: 0.012107000220566988 +Info 14180[19:59:18.867] getExportInfoMap: cache hit +Info 14181[19:59:18.885] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14182[19:59:18.885] collectAutoImports: response is complete +Info 14183[19:59:18.885] collectAutoImports: 17.45361699955538 +Info 14184[19:59:18.885] getCompletionData: Semantic work: 19.70905700000003 +Info 14185[19:59:18.895] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.871733999811113 +Info 14186[19:59:19.023] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14187[19:59:19.033] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1299 structureChanged: false structureIsReused:: Completely Elapsed: 9.44937299983576ms +Info 14188[19:59:19.033] Different program with same set of files +Info 14189[19:59:19.033] getCompletionData: Get current token: 0.007240000180900097 +Info 14190[19:59:19.033] getCompletionData: Is inside comment: 0.0016819997690618038 +Info 14191[19:59:19.033] getCompletionData: Get previous token: 0.035244999919086695 +Info 14192[19:59:19.033] getCompletionsAtPosition: isCompletionListBlocker: 0.0036249998956918716 +Info 14193[19:59:19.034] getExportInfoMap: cache hit +Info 14194[19:59:19.037] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 14195[19:59:19.038] collectAutoImports: response is complete +Info 14196[19:59:19.038] collectAutoImports: 3.847012999933213 +Info 14197[19:59:19.038] getCompletionData: Semantic work: 4.466045000124723 +Info 14198[19:59:19.040] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2238029995933175 +Info 14199[19:59:19.042] Format host information updated +Info 14200[19:59:19.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14201[19:59:19.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1300 structureChanged: false structureIsReused:: Completely Elapsed: 7.578172999899834ms +Info 14202[19:59:19.160] Different program with same set of files +Info 14203[19:59:19.160] getCompletionData: Get current token: 0.00673400005325675 +Info 14204[19:59:19.160] getCompletionData: Is inside comment: 0.0016499999910593033 +Info 14205[19:59:19.160] getCompletionData: Get previous token: 0.03501300001516938 +Info 14206[19:59:19.160] getCompletionsAtPosition: isCompletionListBlocker: 0.0035920003429055214 +Info 14207[19:59:19.161] getExportInfoMap: cache hit +Info 14208[19:59:19.163] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 0 from cache +Info 14209[19:59:19.163] collectAutoImports: response is complete +Info 14210[19:59:19.163] collectAutoImports: 2.25906699988991 +Info 14211[19:59:19.163] getCompletionData: Semantic work: 2.872498999815434 +Info 14212[19:59:19.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4634869997389615 +Info 14213[19:59:19.168] Format host information updated +Info 14214[19:59:19.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14215[19:59:19.226] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1301 structureChanged: false structureIsReused:: Completely Elapsed: 10.683741000015289ms +Info 14216[19:59:19.226] Different program with same set of files +Info 14217[19:59:19.226] getCompletionData: Get current token: 0.010572000406682491 +Info 14218[19:59:19.226] getCompletionData: Is inside comment: 0.0025770002976059914 +Info 14219[19:59:19.227] getCompletionData: Get previous token: 0.0527449999935925 +Info 14220[19:59:19.227] getCompletionsAtPosition: isCompletionListBlocker: 0.004503000061959028 +Info 14221[19:59:19.227] getExportInfoMap: cache hit +Info 14222[19:59:19.230] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 14223[19:59:19.230] collectAutoImports: response is complete +Info 14224[19:59:19.230] collectAutoImports: 2.8112030001357198 +Info 14225[19:59:19.230] getCompletionData: Semantic work: 3.6701650000177324 +Info 14226[19:59:19.233] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2647059997543693 +Info 14227[19:59:19.234] Format host information updated +Info 14228[19:59:19.340] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14229[19:59:19.369] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1302 structureChanged: false structureIsReused:: Completely Elapsed: 28.331826000008732ms +Info 14230[19:59:19.369] Different program with same set of files +Info 14231[19:59:19.370] getCompletionData: Get current token: 0.02664700010791421 +Info 14232[19:59:19.370] getCompletionData: Is inside comment: 0.006845999974757433 +Info 14233[19:59:19.370] getCompletionData: Get previous token: 0.1450310000218451 +Info 14234[19:59:19.370] getCompletionsAtPosition: isCompletionListBlocker: 0.008694000076502562 +Info 14235[19:59:19.372] getExportInfoMap: cache hit +Info 14236[19:59:19.377] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 14237[19:59:19.377] collectAutoImports: response is complete +Info 14238[19:59:19.377] collectAutoImports: 5.073295000009239 +Info 14239[19:59:19.377] getCompletionData: Semantic work: 7.392621000297368 +Info 14240[19:59:19.381] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0650960002094507 +Info 14241[19:59:19.382] Format host information updated +Info 14242[19:59:19.403] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14243[19:59:19.411] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1303 structureChanged: false structureIsReused:: Completely Elapsed: 7.919638999737799ms +Info 14244[19:59:19.411] Different program with same set of files +Info 14245[19:59:19.411] getCompletionData: Get current token: 0.005105999764055014 +Info 14246[19:59:19.411] getCompletionData: Is inside comment: 0.0013379999436438084 +Info 14247[19:59:19.411] getCompletionData: Get previous token: 0.02995199989527464 +Info 14248[19:59:19.411] getCompletionsAtPosition: isCompletionListBlocker: 0.0039170002564787865 +Info 14249[19:59:19.412] getExportInfoMap: cache hit +Info 14250[19:59:19.423] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14251[19:59:19.423] collectAutoImports: response is complete +Info 14252[19:59:19.423] collectAutoImports: 11.799621999729425 +Info 14253[19:59:19.423] getCompletionData: Semantic work: 12.41366000007838 +Info 14254[19:59:19.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.066506999544799 +Info 14255[19:59:19.437] Format host information updated +Info 14256[19:59:19.792] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14257[19:59:19.799] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1304 structureChanged: false structureIsReused:: Completely Elapsed: 7.303698000032455ms +Info 14258[19:59:19.799] Different program with same set of files +Info 14259[19:59:19.799] getCompletionData: Get current token: 0.00697400001809001 +Info 14260[19:59:19.799] getCompletionData: Is inside comment: 0.0017090002074837685 +Info 14261[19:59:19.800] getCompletionData: Get previous token: 0.03724600002169609 +Info 14262[19:59:19.800] getCompletionsAtPosition: isCompletionListBlocker: 0.002909999806433916 +Info 14263[19:59:19.800] getExportInfoMap: cache hit +Info 14264[19:59:19.802] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14265[19:59:19.802] collectAutoImports: response is complete +Info 14266[19:59:19.802] collectAutoImports: 1.6638739998452365 +Info 14267[19:59:19.802] getCompletionData: Semantic work: 2.2668309998698533 +Info 14268[19:59:19.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3384829997085035 +Info 14269[19:59:19.804] Format host information updated +Info 14270[19:59:19.998] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14271[19:59:20.005] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1305 structureChanged: false structureIsReused:: Completely Elapsed: 6.819511000066996ms +Info 14272[19:59:20.005] Different program with same set of files +Info 14273[19:59:20.005] getCompletionData: Get current token: 0.00607800018042326 +Info 14274[19:59:20.005] getCompletionData: Is inside comment: 0.0015799999237060547 +Info 14275[19:59:20.005] getCompletionData: Get previous token: 0.03198800003156066 +Info 14276[19:59:20.005] getCompletionsAtPosition: isCompletionListBlocker: 0.0026929997839033604 +Info 14277[19:59:20.006] getExportInfoMap: cache hit +Info 14278[19:59:20.007] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14279[19:59:20.007] collectAutoImports: response is complete +Info 14280[19:59:20.007] collectAutoImports: 1.5121160000562668 +Info 14281[19:59:20.007] getCompletionData: Semantic work: 2.0438190000131726 +Info 14282[19:59:20.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1809620000422 +Info 14283[19:59:20.009] Format host information updated +Info 14284[19:59:20.069] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14285[19:59:20.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1306 structureChanged: false structureIsReused:: Completely Elapsed: 10.922300999984145ms +Info 14286[19:59:20.080] Different program with same set of files +Info 14287[19:59:20.080] getCompletionData: Get current token: 0.006717999931424856 +Info 14288[19:59:20.080] getCompletionData: Is inside comment: 0.0014180000871419907 +Info 14289[19:59:20.080] getCompletionData: Get previous token: 0.03164599975571036 +Info 14290[19:59:20.080] getCompletionsAtPosition: isCompletionListBlocker: 0.003818000201135874 +Info 14291[19:59:20.081] getExportInfoMap: cache hit +Info 14292[19:59:20.082] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14293[19:59:20.082] collectAutoImports: response is complete +Info 14294[19:59:20.082] collectAutoImports: 1.5833519999869168 +Info 14295[19:59:20.082] getCompletionData: Semantic work: 2.202868999913335 +Info 14296[19:59:20.084] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3029229999519885 +Info 14297[19:59:20.085] Format host information updated +Info 14298[19:59:20.158] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14299[19:59:20.175] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1307 structureChanged: false structureIsReused:: Completely Elapsed: 16.545084999874234ms +Info 14300[19:59:20.175] Different program with same set of files +Info 14301[19:59:20.175] getCompletionData: Get current token: 0.01610300038009882 +Info 14302[19:59:20.175] getCompletionData: Is inside comment: 0.004050999879837036 +Info 14303[19:59:20.175] getCompletionData: Get previous token: 0.08681000024080276 +Info 14304[19:59:20.175] getCompletionsAtPosition: isCompletionListBlocker: 0.00570600014179945 +Info 14305[19:59:20.176] getExportInfoMap: cache hit +Info 14306[19:59:20.180] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14307[19:59:20.180] collectAutoImports: response is complete +Info 14308[19:59:20.180] collectAutoImports: 3.9024500004015863 +Info 14309[19:59:20.180] getCompletionData: Semantic work: 5.202735000289977 +Info 14310[19:59:20.184] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.220590000040829 +Info 14311[19:59:20.189] Format host information updated +Info 14312[19:59:20.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14313[19:59:20.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1308 structureChanged: false structureIsReused:: Completely Elapsed: 7.169525000266731ms +Info 14314[19:59:20.355] Different program with same set of files +Info 14315[19:59:20.355] getCompletionData: Get current token: 0.006893000099807978 +Info 14316[19:59:20.355] getCompletionData: Is inside comment: 0.0014650002121925354 +Info 14317[19:59:20.355] getCompletionData: Get previous token: 0.050725999753922224 +Info 14318[19:59:20.355] getCompletionsAtPosition: isCompletionListBlocker: 0.0023810002021491528 +Info 14319[19:59:20.359] getCompletionData: Semantic work: 3.131188999861479 +Info 14320[19:59:20.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.49562699999660254 +Info 14321[19:59:20.360] Format host information updated +Info 14322[19:59:22.193] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14323[19:59:22.202] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1309 structureChanged: false structureIsReused:: Completely Elapsed: 9.31273700017482ms +Info 14324[19:59:22.202] Different program with same set of files +Info 14325[19:59:22.202] getCompletionData: Get current token: 0.005500999744981527 +Info 14326[19:59:22.203] getCompletionData: Is inside comment: 0.0014360002242028713 +Info 14327[19:59:22.203] getCompletionData: Get previous token: 0.023816999979317188 +Info 14328[19:59:22.203] getCompletionsAtPosition: isCompletionListBlocker: 0.0023620002903044224 +Info 14329[19:59:22.205] getCompletionData: Semantic work: 2.826266000047326 +Info 14330[19:59:22.206] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5539079997688532 +Info 14331[19:59:22.208] Format host information updated +Info 14332[19:59:22.326] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14333[19:59:22.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1310 structureChanged: false structureIsReused:: Completely Elapsed: 9.330668000038713ms +Info 14334[19:59:22.336] Different program with same set of files +Info 14335[19:59:22.336] getCompletionData: Get current token: 0.006220000330358744 +Info 14336[19:59:22.336] getCompletionData: Is inside comment: 0.001666999887675047 +Info 14337[19:59:22.336] getCompletionData: Get previous token: 0.03856300003826618 +Info 14338[19:59:22.336] getCompletionsAtPosition: isCompletionListBlocker: 0.0022909999825060368 +Info 14339[19:59:22.339] getCompletionData: Semantic work: 3.4131220001727343 +Info 14340[19:59:22.340] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7851519999094307 +Info 14341[19:59:22.368] Format host information updated +Info 14342[19:59:22.423] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14343[19:59:22.430] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1311 structureChanged: false structureIsReused:: Completely Elapsed: 7.623813999816775ms +Info 14344[19:59:22.431] Different program with same set of files +Info 14345[19:59:22.431] getCompletionData: Get current token: 0.005377999972552061 +Info 14346[19:59:22.431] getCompletionData: Is inside comment: 0.0014630001969635487 +Info 14347[19:59:22.431] getCompletionData: Get previous token: 0.034066000021994114 +Info 14348[19:59:22.431] getCompletionsAtPosition: isCompletionListBlocker: 0.001976999919861555 +Info 14349[19:59:22.433] getCompletionData: Semantic work: 2.6116269999183714 +Info 14350[19:59:22.434] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.49765100004151464 +Info 14351[19:59:22.435] Format host information updated +Info 14352[19:59:22.520] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14353[19:59:22.550] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1312 structureChanged: false structureIsReused:: Completely Elapsed: 30.079358000308275ms +Info 14354[19:59:22.550] Different program with same set of files +Info 14355[19:59:22.551] getCompletionData: Get current token: 0.01802799990400672 +Info 14356[19:59:22.551] getCompletionData: Is inside comment: 0.005175999831408262 +Info 14357[19:59:22.551] getCompletionData: Get previous token: 0.10985600017011166 +Info 14358[19:59:22.551] getCompletionsAtPosition: isCompletionListBlocker: 0.005594999995082617 +Info 14359[19:59:22.559] getCompletionData: Semantic work: 7.392102999612689 +Info 14360[19:59:22.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3095179996453226 +Info 14361[19:59:22.561] Format host information updated +Info 14362[19:59:22.705] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14363[19:59:22.739] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1313 structureChanged: false structureIsReused:: Completely Elapsed: 33.836197999771684ms +Info 14364[19:59:22.739] Different program with same set of files +Info 14365[19:59:22.739] getCompletionData: Get current token: 0.011142999865114689 +Info 14366[19:59:22.739] getCompletionData: Is inside comment: 0.0029529999010264874 +Info 14367[19:59:22.739] getCompletionData: Get previous token: 0.06522500002756715 +Info 14368[19:59:22.739] getCompletionsAtPosition: isCompletionListBlocker: 0.004468000028282404 +Info 14369[19:59:22.745] getCompletionData: Semantic work: 5.367579000070691 +Info 14370[19:59:22.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.940403999760747 +Info 14371[19:59:22.747] Format host information updated +Info 14372[19:59:22.766] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14373[19:59:22.774] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1314 structureChanged: false structureIsReused:: Completely Elapsed: 7.86018899967894ms +Info 14374[19:59:22.774] Different program with same set of files +Info 14375[19:59:22.774] getCompletionData: Get current token: 0.005133000202476978 +Info 14376[19:59:22.774] getCompletionData: Is inside comment: 0.0013160002417862415 +Info 14377[19:59:22.774] getCompletionData: Get previous token: 0.029666000045835972 +Info 14378[19:59:22.774] getCompletionsAtPosition: isCompletionListBlocker: 0.002067999914288521 +Info 14379[19:59:22.777] getCompletionData: Semantic work: 2.569840000011027 +Info 14380[19:59:22.777] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5328049999661744 +Info 14381[19:59:22.778] Format host information updated +Info 14382[19:59:23.107] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14383[19:59:23.115] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1315 structureChanged: false structureIsReused:: Completely Elapsed: 7.1551479999907315ms +Info 14384[19:59:23.115] Different program with same set of files +Info 14385[19:59:23.115] getCompletionData: Get current token: 0.005375999957323074 +Info 14386[19:59:23.115] getCompletionData: Is inside comment: 0.0013879998587071896 +Info 14387[19:59:23.115] getCompletionData: Get previous token: 0.02999499998986721 +Info 14388[19:59:23.115] getCompletionsAtPosition: isCompletionListBlocker: 0.001931999810039997 +Info 14389[19:59:23.117] getCompletionData: Semantic work: 2.4267680002376437 +Info 14390[19:59:23.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4827270000241697 +Info 14391[19:59:23.118] Format host information updated +Info 14392[19:59:23.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14393[19:59:23.224] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1316 structureChanged: false structureIsReused:: Completely Elapsed: 9.505942999850959ms +Info 14394[19:59:23.224] Different program with same set of files +Info 14395[19:59:23.224] getCompletionData: Get current token: 0.006182000041007996 +Info 14396[19:59:23.224] getCompletionData: Is inside comment: 0.0016999999061226845 +Info 14397[19:59:23.224] getCompletionData: Get previous token: 0.03322299988940358 +Info 14398[19:59:23.224] getCompletionsAtPosition: isCompletionListBlocker: 0.002580000087618828 +Info 14399[19:59:23.227] getCompletionData: Semantic work: 2.818330999929458 +Info 14400[19:59:23.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6278180000372231 +Info 14401[19:59:23.229] Format host information updated +Info 14402[19:59:23.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14403[19:59:23.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1317 structureChanged: false structureIsReused:: Completely Elapsed: 7.649268999695778ms +Info 14404[19:59:23.325] Different program with same set of files +Info 14405[19:59:23.325] getCompletionData: Get current token: 0.006239000242203474 +Info 14406[19:59:23.325] getCompletionData: Is inside comment: 0.0015230001881718636 +Info 14407[19:59:23.325] getCompletionData: Get previous token: 0.038705999962985516 +Info 14408[19:59:23.325] getCompletionsAtPosition: isCompletionListBlocker: 0.0024860003031790257 +Info 14409[19:59:23.328] getCompletionData: Semantic work: 3.076266000047326 +Info 14410[19:59:23.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6705280002206564 +Info 14411[19:59:23.330] Format host information updated +Info 14412[19:59:23.383] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14413[19:59:23.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1318 structureChanged: false structureIsReused:: Completely Elapsed: 11.993972999975085ms +Info 14414[19:59:23.395] Different program with same set of files +Info 14415[19:59:23.395] getCompletionData: Get current token: 0.0054270001128315926 +Info 14416[19:59:23.395] getCompletionData: Is inside comment: 0.0014589997008442879 +Info 14417[19:59:23.395] getCompletionData: Get previous token: 0.02945399982854724 +Info 14418[19:59:23.395] getCompletionsAtPosition: isCompletionListBlocker: 0.0018520001322031021 +Info 14419[19:59:23.398] getCompletionData: Semantic work: 2.52808600012213 +Info 14420[19:59:23.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.41412700014188886 +Info 14421[19:59:23.399] Format host information updated +Info 14422[19:59:24.286] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14423[19:59:24.295] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1319 structureChanged: false structureIsReused:: Completely Elapsed: 9.116402000188828ms +Info 14424[19:59:24.295] Different program with same set of files +Info 14425[19:59:24.296] getCompletionData: Get current token: 0.005489000119268894 +Info 14426[19:59:24.296] getCompletionData: Is inside comment: 0.0012069996446371078 +Info 14427[19:59:24.296] getCompletionData: Get previous token: 0.021446000318974257 +Info 14428[19:59:24.296] getCompletionsAtPosition: isCompletionListBlocker: 0.0027970001101493835 +Info 14429[19:59:24.296] getExportInfoMap: cache hit +Info 14430[19:59:24.310] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14431[19:59:24.310] collectAutoImports: response is complete +Info 14432[19:59:24.310] collectAutoImports: 13.399415999650955 +Info 14433[19:59:24.310] getCompletionData: Semantic work: 14.276296999771148 +Info 14434[19:59:24.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.038893999997526 +Info 14435[19:59:24.329] Format host information updated +Info 14436[19:59:24.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14437[19:59:24.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1320 structureChanged: false structureIsReused:: Completely Elapsed: 7.351602999959141ms +Info 14438[19:59:24.355] Different program with same set of files +Info 14439[19:59:24.355] getCompletionData: Get current token: 0.005890999920666218 +Info 14440[19:59:24.355] getCompletionData: Is inside comment: 0.001304000150412321 +Info 14441[19:59:24.355] getCompletionData: Get previous token: 0.023502000141888857 +Info 14442[19:59:24.355] getCompletionsAtPosition: isCompletionListBlocker: 0.006539999973028898 +Info 14443[19:59:24.356] getExportInfoMap: cache hit +Info 14444[19:59:24.367] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14445[19:59:24.367] collectAutoImports: response is complete +Info 14446[19:59:24.367] collectAutoImports: 10.728694999590516 +Info 14447[19:59:24.367] getCompletionData: Semantic work: 11.357272999826819 +Info 14448[19:59:24.373] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.860436000395566 +Info 14449[19:59:24.378] Format host information updated +Info 14450[19:59:24.668] getCompletionData: Get current token: 0.005637000314891338 +Info 14451[19:59:24.668] getCompletionData: Is inside comment: 0.0012130001559853554 +Info 14452[19:59:24.668] getCompletionData: Get previous token: 0.017507000360637903 +Info 14453[19:59:24.668] getCompletionsAtPosition: isCompletionListBlocker: 0.0032850001007318497 +Info 14454[19:59:24.669] getExportInfoMap: cache hit +Info 14455[19:59:24.676] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14456[19:59:24.676] collectAutoImports: response is complete +Info 14457[19:59:24.676] collectAutoImports: 7.114409000147134 +Info 14458[19:59:24.676] getCompletionData: Semantic work: 7.749036999884993 +Info 14459[19:59:24.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.074582000263035 +Info 14460[19:59:24.882] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14461[19:59:24.890] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1321 structureChanged: false structureIsReused:: Completely Elapsed: 7.770492000039667ms +Info 14462[19:59:24.890] Different program with same set of files +Info 14463[19:59:24.894] getCompletionData: Get current token: 0.023441999685019255 +Info 14464[19:59:24.894] getCompletionData: Is inside comment: 0.003911999985575676 +Info 14465[19:59:24.894] getCompletionData: Get previous token: 0.035048000048846006 +Info 14466[19:59:24.894] getCompletionsAtPosition: isCompletionListBlocker: 0.001320000272244215 +Info 14467[19:59:24.894] Returning an empty list because completion was requested in an invalid position. +Info 14468[19:59:24.894] Format host information updated +Info 14469[19:59:24.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14470[19:59:24.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1322 structureChanged: false structureIsReused:: Completely Elapsed: 9.629126999992877ms +Info 14471[19:59:24.995] Different program with same set of files +Info 14472[19:59:24.995] getCompletionData: Get current token: 0.008454000111669302 +Info 14473[19:59:24.995] getCompletionData: Is inside comment: 0.0015750001184642315 +Info 14474[19:59:24.995] getCompletionData: Get previous token: 0.027865999843925238 +Info 14475[19:59:24.995] getCompletionsAtPosition: isCompletionListBlocker: 0.008994000032544136 +Info 14476[19:59:24.996] getExportInfoMap: cache hit +Info 14477[19:59:25.006] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14478[19:59:25.006] collectAutoImports: response is complete +Info 14479[19:59:25.007] collectAutoImports: 10.596179000101984 +Info 14480[19:59:25.007] getCompletionData: Semantic work: 11.30363199999556 +Info 14481[19:59:25.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.004739999771118 +Info 14482[19:59:25.023] Format host information updated +Info 14483[19:59:32.311] getCompletionData: Get current token: 0.009698000270873308 +Info 14484[19:59:32.311] getCompletionData: Is inside comment: 0.001913000363856554 +Info 14485[19:59:32.311] getCompletionData: Get previous token: 0.02130699995905161 +Info 14486[19:59:32.311] getCompletionsAtPosition: isCompletionListBlocker: 0.000977999996393919 +Info 14487[19:59:32.311] Returning an empty list because completion was requested in an invalid position. +Info 14488[19:59:32.604] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14489[19:59:32.611] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1323 structureChanged: false structureIsReused:: Completely Elapsed: 6.901042000390589ms +Info 14490[19:59:32.611] Different program with same set of files +Info 14491[19:59:32.614] getCompletionData: Get current token: 0.01612999988719821 +Info 14492[19:59:32.614] getCompletionData: Is inside comment: 0.0028719999827444553 +Info 14493[19:59:32.614] getCompletionData: Get previous token: 0.02672100020572543 +Info 14494[19:59:32.614] getCompletionsAtPosition: isCompletionListBlocker: 0.000843999907374382 +Info 14495[19:59:32.614] Returning an empty list because completion was requested in an invalid position. +Info 14496[19:59:32.614] Format host information updated +Info 14497[19:59:32.791] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14498[19:59:32.800] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1324 structureChanged: false structureIsReused:: Completely Elapsed: 8.899811999872327ms +Info 14499[19:59:32.800] Different program with same set of files +Info 14500[19:59:32.802] getCompletionData: Get current token: 0.018590999767184258 +Info 14501[19:59:32.802] getCompletionData: Is inside comment: 0.0022259997203946114 +Info 14502[19:59:32.802] getCompletionData: Get previous token: 0.027582000009715557 +Info 14503[19:59:32.802] getCompletionsAtPosition: isCompletionListBlocker: 0.0011589997448027134 +Info 14504[19:59:32.802] Returning an empty list because completion was requested in an invalid position. +Info 14505[19:59:32.803] Format host information updated +Info 14506[19:59:37.685] getCompletionData: Get current token: 0.010040999855846167 +Info 14507[19:59:37.685] getCompletionData: Is inside comment: 0.016638000030070543 +Info 14508[19:59:37.685] getCompletionData: Get previous token: 0.013540999963879585 +Info 14509[19:59:37.685] getCompletionsAtPosition: isCompletionListBlocker: 0.008563000243157148 +Info 14510[19:59:37.685] getExportInfoMap: cache hit +Info 14511[19:59:37.696] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14512[19:59:37.696] collectAutoImports: response is complete +Info 14513[19:59:37.696] collectAutoImports: 10.433360999915749 +Info 14514[19:59:37.696] getCompletionData: Semantic work: 11.144465000368655 +Info 14515[19:59:37.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.8631410002708435 +Info 14516[19:59:37.842] Format host information updated +Info 14517[19:59:37.842] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14518[19:59:37.849] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1325 structureChanged: false structureIsReused:: Completely Elapsed: 7.259894999675453ms +Info 14519[19:59:37.849] Different program with same set of files +Info 14520[19:59:37.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14521[19:59:37.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1326 structureChanged: false structureIsReused:: Completely Elapsed: 9.453327999915928ms +Info 14522[19:59:37.995] Different program with same set of files +Info 14523[19:59:37.995] getCompletionData: Get current token: 0.010375999845564365 +Info 14524[19:59:37.996] getCompletionData: Is inside comment: 0.02098400006070733 +Info 14525[19:59:37.996] getCompletionData: Get previous token: 0.01769299991428852 +Info 14526[19:59:37.996] getCompletionsAtPosition: isCompletionListBlocker: 0.002704000100493431 +Info 14527[19:59:37.996] getExportInfoMap: cache hit +Info 14528[19:59:38.007] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14529[19:59:38.007] collectAutoImports: response is complete +Info 14530[19:59:38.007] collectAutoImports: 10.880106000229716 +Info 14531[19:59:38.007] getCompletionData: Semantic work: 11.558345000259578 +Info 14532[19:59:38.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.735119000077248 +Info 14533[19:59:38.022] Format host information updated +Info 14534[19:59:38.079] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14535[19:59:38.090] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1327 structureChanged: false structureIsReused:: Completely Elapsed: 10.440080999862403ms +Info 14536[19:59:38.090] Different program with same set of files +Info 14537[19:59:38.090] getCompletionData: Get current token: 0.014901000075042248 +Info 14538[19:59:38.090] getCompletionData: Is inside comment: 0.029451000038534403 +Info 14539[19:59:38.090] getCompletionData: Get previous token: 0.02453499985858798 +Info 14540[19:59:38.090] getCompletionsAtPosition: isCompletionListBlocker: 0.010592999868094921 +Info 14541[19:59:38.091] getExportInfoMap: cache hit +Info 14542[19:59:38.107] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14543[19:59:38.107] collectAutoImports: response is complete +Info 14544[19:59:38.107] collectAutoImports: 15.349551999941468 +Info 14545[19:59:38.107] getCompletionData: Semantic work: 16.470461999997497 +Info 14546[19:59:38.118] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.798096000216901 +Info 14547[19:59:38.124] Format host information updated +Info 14548[19:59:38.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14549[19:59:38.463] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1328 structureChanged: false structureIsReused:: Completely Elapsed: 7.088272000197321ms +Info 14550[19:59:38.463] Different program with same set of files +Info 14551[19:59:38.463] getCompletionData: Get current token: 0.008849999867379665 +Info 14552[19:59:38.463] getCompletionData: Is inside comment: 0.014115000143647194 +Info 14553[19:59:38.463] getCompletionData: Get previous token: 0.021579999942332506 +Info 14554[19:59:38.463] getCompletionsAtPosition: isCompletionListBlocker: 0.006865999661386013 +Info 14555[19:59:38.464] getExportInfoMap: cache hit +Info 14556[19:59:38.466] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 7 from cache +Info 14557[19:59:38.466] collectAutoImports: response is complete +Info 14558[19:59:38.466] collectAutoImports: 2.2013860000297427 +Info 14559[19:59:38.466] getCompletionData: Semantic work: 2.9275180003605783 +Info 14560[19:59:38.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4292729999870062 +Info 14561[19:59:38.470] Format host information updated +Info 14562[19:59:38.623] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14563[19:59:38.650] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1329 structureChanged: false structureIsReused:: Completely Elapsed: 26.815981999970973ms +Info 14564[19:59:38.650] Different program with same set of files +Info 14565[19:59:38.651] getCompletionData: Get current token: 0.02049200003966689 +Info 14566[19:59:38.651] getCompletionData: Is inside comment: 0.03490899968892336 +Info 14567[19:59:38.651] getCompletionData: Get previous token: 0.05361600033938885 +Info 14568[19:59:38.651] getCompletionsAtPosition: isCompletionListBlocker: 0.015335999894887209 +Info 14569[19:59:38.653] getExportInfoMap: cache hit +Info 14570[19:59:38.657] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 0 from cache +Info 14571[19:59:38.657] collectAutoImports: response is complete +Info 14572[19:59:38.657] collectAutoImports: 3.9260569997131824 +Info 14573[19:59:38.657] getCompletionData: Semantic work: 5.565297999884933 +Info 14574[19:59:38.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6976679996587336 +Info 14575[19:59:38.661] Format host information updated +Info 14576[19:59:38.885] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14577[19:59:38.892] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1330 structureChanged: false structureIsReused:: Completely Elapsed: 6.955002999864519ms +Info 14578[19:59:38.892] Different program with same set of files +Info 14579[19:59:38.893] getCompletionData: Get current token: 0.007673999760299921 +Info 14580[19:59:38.893] getCompletionData: Is inside comment: 0.012521000113338232 +Info 14581[19:59:38.893] getCompletionData: Get previous token: 0.06437199981883168 +Info 14582[19:59:38.893] getCompletionsAtPosition: isCompletionListBlocker: 0.025084999855607748 +Info 14583[19:59:38.893] getExportInfoMap: cache hit +Info 14584[19:59:38.896] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 7 from cache +Info 14585[19:59:38.896] collectAutoImports: response is complete +Info 14586[19:59:38.896] collectAutoImports: 1.9783409996889532 +Info 14587[19:59:38.896] getCompletionData: Semantic work: 2.7390789999626577 +Info 14588[19:59:38.897] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4092410001903772 +Info 14589[19:59:38.898] Format host information updated +Info 14590[19:59:39.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14591[19:59:39.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1331 structureChanged: false structureIsReused:: Completely Elapsed: 9.287198999896646ms +Info 14592[19:59:39.009] Different program with same set of files +Info 14593[19:59:39.009] getCompletionData: Get current token: 0.009308000095188618 +Info 14594[19:59:39.009] getCompletionData: Is inside comment: 0.01513200020417571 +Info 14595[19:59:39.009] getCompletionData: Get previous token: 0.012738000135868788 +Info 14596[19:59:39.009] getCompletionsAtPosition: isCompletionListBlocker: 0.007544999942183495 +Info 14597[19:59:39.010] getExportInfoMap: cache hit +Info 14598[19:59:39.020] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14599[19:59:39.020] collectAutoImports: response is complete +Info 14600[19:59:39.020] collectAutoImports: 10.225637000054121 +Info 14601[19:59:39.020] getCompletionData: Semantic work: 10.897644000127912 +Info 14602[19:59:39.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.266013000160456 +Info 14603[19:59:39.036] Format host information updated +Info 14604[19:59:39.073] Format host information updated +Info 14605[19:59:39.269] getCompletionData: Get current token: 0.0050570000894367695 +Info 14606[19:59:39.269] getCompletionData: Is inside comment: 0.0013820002786815166 +Info 14607[19:59:39.269] getCompletionData: Get previous token: 0.06854399992153049 +Info 14608[19:59:39.269] getCompletionsAtPosition: isCompletionListBlocker: 0.0027069998905062675 +Info 14609[19:59:39.270] getExportInfoMap: cache hit +Info 14610[19:59:39.280] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14611[19:59:39.280] collectAutoImports: response is complete +Info 14612[19:59:39.280] collectAutoImports: 9.222080999985337 +Info 14613[19:59:39.280] getCompletionData: Semantic work: 10.066941000055522 +Info 14614[19:59:39.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.221297999843955 +Info 14615[19:59:39.478] Format host information updated +Info 14616[19:59:39.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14617[19:59:39.488] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1332 structureChanged: false structureIsReused:: Completely Elapsed: 9.360948999878019ms +Info 14618[19:59:39.488] Different program with same set of files +Info 14619[19:59:40.342] Format host information updated +Info 14620[19:59:40.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14621[19:59:40.350] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1333 structureChanged: false structureIsReused:: Completely Elapsed: 8.066492999903858ms +Info 14622[19:59:40.350] Different program with same set of files +Info 14623[19:59:40.730] Format host information updated +Info 14624[19:59:40.731] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14625[19:59:40.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1334 structureChanged: false structureIsReused:: Completely Elapsed: 9.175606000237167ms +Info 14626[19:59:40.740] Different program with same set of files +Info 14627[19:59:41.123] Format host information updated +Info 14628[19:59:41.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14629[19:59:41.131] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1335 structureChanged: false structureIsReused:: Completely Elapsed: 7.6236179997213185ms +Info 14630[19:59:41.131] Different program with same set of files +Info 14631[19:59:41.266] Format host information updated +Info 14632[19:59:41.266] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14633[19:59:41.275] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1336 structureChanged: false structureIsReused:: Completely Elapsed: 8.077323999721557ms +Info 14634[19:59:41.275] Different program with same set of files +Info 14635[19:59:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14636[19:59:42.011] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1337 structureChanged: false structureIsReused:: Completely Elapsed: 10.919654999859631ms +Info 14637[19:59:42.011] Different program with same set of files +Info 14638[19:59:42.011] getCompletionData: Get current token: 0.005905000027269125 +Info 14639[19:59:42.011] getCompletionData: Is inside comment: 0.001356000080704689 +Info 14640[19:59:42.011] getCompletionData: Get previous token: 0.03420299990102649 +Info 14641[19:59:42.011] getCompletionsAtPosition: isCompletionListBlocker: 0.0023799999617040157 +Info 14642[19:59:42.012] getExportInfoMap: cache hit +Info 14643[19:59:42.013] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 1 from cache +Info 14644[19:59:42.013] collectAutoImports: response is complete +Info 14645[19:59:42.013] collectAutoImports: 1.7041750000789762 +Info 14646[19:59:42.013] getCompletionData: Semantic work: 2.3396419999189675 +Info 14647[19:59:42.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3990910002030432 +Info 14648[19:59:42.016] Format host information updated +Info 14649[19:59:42.068] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14650[19:59:42.077] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1338 structureChanged: false structureIsReused:: Completely Elapsed: 9.142411999870092ms +Info 14651[19:59:42.077] Different program with same set of files +Info 14652[19:59:42.077] getCompletionData: Get current token: 0.009603000245988369 +Info 14653[19:59:42.077] getCompletionData: Is inside comment: 0.00229599978774786 +Info 14654[19:59:42.078] getCompletionData: Get previous token: 0.08013499993830919 +Info 14655[19:59:42.078] getCompletionsAtPosition: isCompletionListBlocker: 0.0026269997470080853 +Info 14656[19:59:42.078] getExportInfoMap: cache hit +Info 14657[19:59:42.081] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 1 from cache +Info 14658[19:59:42.081] collectAutoImports: response is complete +Info 14659[19:59:42.081] collectAutoImports: 2.57247699983418 +Info 14660[19:59:42.081] getCompletionData: Semantic work: 3.4311970002017915 +Info 14661[19:59:42.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6449339999817312 +Info 14662[19:59:42.086] Format host information updated +Info 14663[19:59:42.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14664[19:59:42.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1339 structureChanged: false structureIsReused:: Completely Elapsed: 7.523236999753863ms +Info 14665[19:59:42.216] Different program with same set of files +Info 14666[19:59:42.217] getCompletionData: Get current token: 0.006737999618053436 +Info 14667[19:59:42.217] getCompletionData: Is inside comment: 0.0015750001184642315 +Info 14668[19:59:42.217] getCompletionData: Get previous token: 0.05521899973973632 +Info 14669[19:59:42.217] getCompletionsAtPosition: isCompletionListBlocker: 0.0023810002021491528 +Info 14670[19:59:42.217] getExportInfoMap: cache hit +Info 14671[19:59:42.219] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14672[19:59:42.219] collectAutoImports: response is complete +Info 14673[19:59:42.219] collectAutoImports: 1.5792870000004768 +Info 14674[19:59:42.219] getCompletionData: Semantic work: 2.229495999868959 +Info 14675[19:59:42.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5906870001927018 +Info 14676[19:59:42.222] Format host information updated +Info 14677[19:59:42.333] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14678[19:59:42.343] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1340 structureChanged: false structureIsReused:: Completely Elapsed: 9.54566100006923ms +Info 14679[19:59:42.343] Different program with same set of files +Info 14680[19:59:42.343] getCompletionData: Get current token: 0.007094999775290489 +Info 14681[19:59:42.343] getCompletionData: Is inside comment: 0.0018040002323687077 +Info 14682[19:59:42.343] getCompletionData: Get previous token: 0.03795900009572506 +Info 14683[19:59:42.343] getCompletionsAtPosition: isCompletionListBlocker: 0.0029020002111792564 +Info 14684[19:59:42.343] getExportInfoMap: cache hit +Info 14685[19:59:42.345] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14686[19:59:42.345] collectAutoImports: response is complete +Info 14687[19:59:42.345] collectAutoImports: 1.4515710002742708 +Info 14688[19:59:42.345] getCompletionData: Semantic work: 2.0739250001497567 +Info 14689[19:59:42.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.314189000055194 +Info 14690[19:59:42.347] Format host information updated +Info 14691[19:59:42.447] Format host information updated +Info 14692[19:59:42.448] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14693[19:59:42.475] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1341 structureChanged: false structureIsReused:: Completely Elapsed: 27.43852199986577ms +Info 14694[19:59:42.475] Different program with same set of files +Info 14695[19:59:42.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14696[19:59:42.656] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1342 structureChanged: false structureIsReused:: Completely Elapsed: 26.530222999863327ms +Info 14697[19:59:42.656] Different program with same set of files +Info 14698[19:59:42.657] getCompletionData: Get current token: 0.01621200004592538 +Info 14699[19:59:42.657] getCompletionData: Is inside comment: 0.003496000077575445 +Info 14700[19:59:42.657] getCompletionData: Get previous token: 0.09587100008502603 +Info 14701[19:59:42.657] getCompletionsAtPosition: isCompletionListBlocker: 0.016528000123798847 +Info 14702[19:59:42.658] getExportInfoMap: cache hit +Info 14703[19:59:42.661] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14704[19:59:42.661] collectAutoImports: response is complete +Info 14705[19:59:42.661] collectAutoImports: 3.0025269999168813 +Info 14706[19:59:42.661] getCompletionData: Semantic work: 4.575293999630958 +Info 14707[19:59:42.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.583333000075072 +Info 14708[19:59:42.666] Format host information updated +Info 14709[19:59:42.690] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14710[19:59:42.700] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1343 structureChanged: false structureIsReused:: Completely Elapsed: 9.792840000241995ms +Info 14711[19:59:42.700] Different program with same set of files +Info 14712[19:59:42.700] getCompletionData: Get current token: 0.006401000078767538 +Info 14713[19:59:42.700] getCompletionData: Is inside comment: 0.0013290001079440117 +Info 14714[19:59:42.700] getCompletionData: Get previous token: 0.033189000096172094 +Info 14715[19:59:42.700] getCompletionsAtPosition: isCompletionListBlocker: 0.008129999972879887 +Info 14716[19:59:42.701] getExportInfoMap: cache hit +Info 14717[19:59:42.702] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14718[19:59:42.702] collectAutoImports: response is complete +Info 14719[19:59:42.702] collectAutoImports: 1.2274139998480678 +Info 14720[19:59:42.702] getCompletionData: Semantic work: 1.7883329996839166 +Info 14721[19:59:42.703] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1911510000936687 +Info 14722[19:59:42.704] Format host information updated +Info 14723[19:59:42.812] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14724[19:59:42.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1344 structureChanged: false structureIsReused:: Completely Elapsed: 7.5993439997546375ms +Info 14725[19:59:42.819] Different program with same set of files +Info 14726[19:59:42.820] getCompletionData: Get current token: 0.007956000044941902 +Info 14727[19:59:42.820] getCompletionData: Is inside comment: 0.0018050000071525574 +Info 14728[19:59:42.820] getCompletionData: Get previous token: 0.04438399989157915 +Info 14729[19:59:42.820] getCompletionsAtPosition: isCompletionListBlocker: 0.007832000032067299 +Info 14730[19:59:42.820] getExportInfoMap: cache hit +Info 14731[19:59:42.822] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14732[19:59:42.822] collectAutoImports: response is complete +Info 14733[19:59:42.822] collectAutoImports: 1.6012860001064837 +Info 14734[19:59:42.822] getCompletionData: Semantic work: 2.3041540002450347 +Info 14735[19:59:42.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3921910002827644 +Info 14736[19:59:42.826] Format host information updated +Info 14737[19:59:42.912] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14738[19:59:42.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1345 structureChanged: false structureIsReused:: Completely Elapsed: 10.929269999731332ms +Info 14739[19:59:42.923] Different program with same set of files +Info 14740[19:59:42.923] getCompletionData: Get current token: 0.006477999966591597 +Info 14741[19:59:42.923] getCompletionData: Is inside comment: 0.00138000026345253 +Info 14742[19:59:42.923] getCompletionData: Get previous token: 0.03517000004649162 +Info 14743[19:59:42.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0074810003861784935 +Info 14744[19:59:42.924] getExportInfoMap: cache hit +Info 14745[19:59:42.925] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 14746[19:59:42.925] collectAutoImports: response is complete +Info 14747[19:59:42.925] collectAutoImports: 1.2740140003152192 +Info 14748[19:59:42.925] getCompletionData: Semantic work: 1.777528999838978 +Info 14749[19:59:42.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1770549998618662 +Info 14750[19:59:42.927] Format host information updated +Info 14751[19:59:43.030] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14752[19:59:43.065] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1346 structureChanged: false structureIsReused:: Completely Elapsed: 34.9386269999668ms +Info 14753[19:59:43.065] Different program with same set of files +Info 14754[19:59:43.066] getCompletionData: Get current token: 0.02471099980175495 +Info 14755[19:59:43.066] getCompletionData: Is inside comment: 0.005309999920427799 +Info 14756[19:59:43.066] getCompletionData: Get previous token: 0.08789499988779426 +Info 14757[19:59:43.066] getCompletionsAtPosition: isCompletionListBlocker: 0.005846000276505947 +Info 14758[19:59:43.072] getCompletionData: Semantic work: 6.132665000390261 +Info 14759[19:59:43.074] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1247670003212988 +Info 14760[19:59:43.075] Format host information updated +Info 14761[19:59:43.378] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14762[19:59:43.386] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1347 structureChanged: false structureIsReused:: Completely Elapsed: 8.273016000166535ms +Info 14763[19:59:43.386] Different program with same set of files +Info 14764[19:59:43.387] getCompletionData: Get current token: 0.0064489999786019325 +Info 14765[19:59:43.387] getCompletionData: Is inside comment: 0.0014470000751316547 +Info 14766[19:59:43.387] getCompletionData: Get previous token: 0.03672900004312396 +Info 14767[19:59:43.387] getCompletionsAtPosition: isCompletionListBlocker: 0.002394000068306923 +Info 14768[19:59:43.389] getCompletionData: Semantic work: 2.845966999884695 +Info 14769[19:59:43.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5093259997665882 +Info 14770[19:59:43.394] Format host information updated +Info 14771[19:59:43.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14772[19:59:43.445] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1348 structureChanged: false structureIsReused:: Completely Elapsed: 7.500324999913573ms +Info 14773[19:59:43.445] Different program with same set of files +Info 14774[19:59:43.445] getCompletionData: Get current token: 0.008214000146836042 +Info 14775[19:59:43.445] getCompletionData: Is inside comment: 0.0018400000408291817 +Info 14776[19:59:43.446] getCompletionData: Get previous token: 0.043341000098735094 +Info 14777[19:59:43.446] getCompletionsAtPosition: isCompletionListBlocker: 0.0022559999488294125 +Info 14778[19:59:43.449] getCompletionData: Semantic work: 3.0297230002470315 +Info 14779[19:59:43.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5994039997458458 +Info 14780[19:59:43.450] Format host information updated +Info 14781[19:59:43.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14782[19:59:43.604] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1349 structureChanged: false structureIsReused:: Completely Elapsed: 9.794476000126451ms +Info 14783[19:59:43.604] Different program with same set of files +Info 14784[19:59:43.604] getCompletionData: Get current token: 0.008220000192523003 +Info 14785[19:59:43.604] getCompletionData: Is inside comment: 0.0016569998115301132 +Info 14786[19:59:43.604] getCompletionData: Get previous token: 0.04503200016915798 +Info 14787[19:59:43.604] getCompletionsAtPosition: isCompletionListBlocker: 0.003203000407665968 +Info 14788[19:59:43.607] getCompletionData: Semantic work: 3.2410249998793006 +Info 14789[19:59:43.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6581629998981953 +Info 14790[19:59:43.609] Format host information updated +Info 14791[19:59:43.653] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14792[19:59:43.666] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1350 structureChanged: false structureIsReused:: Completely Elapsed: 13.031893000006676ms +Info 14793[19:59:43.666] Different program with same set of files +Info 14794[19:59:43.667] getCompletionData: Get current token: 0.00661499984562397 +Info 14795[19:59:43.667] getCompletionData: Is inside comment: 0.0014269999228417873 +Info 14796[19:59:43.667] getCompletionData: Get previous token: 0.03746900008991361 +Info 14797[19:59:43.667] getCompletionsAtPosition: isCompletionListBlocker: 0.0019950000569224358 +Info 14798[19:59:43.670] getCompletionData: Semantic work: 3.367797000333667 +Info 14799[19:59:43.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6727440003305674 +Info 14800[19:59:43.676] Format host information updated +Info 14801[19:59:43.749] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14802[19:59:43.763] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1351 structureChanged: false structureIsReused:: Completely Elapsed: 13.605503000319004ms +Info 14803[19:59:43.763] Different program with same set of files +Info 14804[19:59:43.763] getCompletionData: Get current token: 0.014647000003606081 +Info 14805[19:59:43.763] getCompletionData: Is inside comment: 0.0035799997858703136 +Info 14806[19:59:43.763] getCompletionData: Get previous token: 0.0851719998754561 +Info 14807[19:59:43.763] getCompletionsAtPosition: isCompletionListBlocker: 0.004970999900251627 +Info 14808[19:59:43.770] getCompletionData: Semantic work: 6.567985000088811 +Info 14809[19:59:43.771] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3033920000307262 +Info 14810[19:59:43.772] Format host information updated +Info 14811[19:59:43.811] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14812[19:59:43.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1352 structureChanged: false structureIsReused:: Completely Elapsed: 8.660612999927253ms +Info 14813[19:59:43.820] Different program with same set of files +Info 14814[19:59:43.820] getCompletionData: Get current token: 0.009457999840378761 +Info 14815[19:59:43.820] getCompletionData: Is inside comment: 0.0021819998510181904 +Info 14816[19:59:43.820] getCompletionData: Get previous token: 0.052931999787688255 +Info 14817[19:59:43.820] getCompletionsAtPosition: isCompletionListBlocker: 0.002776999957859516 +Info 14818[19:59:43.823] getCompletionData: Semantic work: 3.520378999877721 +Info 14819[19:59:43.824] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7082930002361536 +Info 14820[19:59:43.827] Format host information updated +Info 14821[19:59:43.969] Format host information updated +Info 14822[19:59:43.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14823[19:59:43.976] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1353 structureChanged: false structureIsReused:: Completely Elapsed: 6.9287129999138415ms +Info 14824[19:59:43.976] Different program with same set of files +Info 14825[19:59:44.561] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14826[19:59:44.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1354 structureChanged: false structureIsReused:: Completely Elapsed: 7.2711279997602105ms +Info 14827[19:59:44.568] Different program with same set of files +Info 14828[19:59:44.569] getCompletionData: Get current token: 0.006839000154286623 +Info 14829[19:59:44.569] getCompletionData: Is inside comment: 0.0012909998185932636 +Info 14830[19:59:44.569] getCompletionData: Get previous token: 0.039955999702215195 +Info 14831[19:59:44.569] getCompletionsAtPosition: isCompletionListBlocker: 0.0024640001356601715 +Info 14832[19:59:44.572] getCompletionData: Semantic work: 2.847255999688059 +Info 14833[19:59:44.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5779920001514256 +Info 14834[19:59:44.573] Format host information updated +Info 14835[19:59:44.725] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14836[19:59:44.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1355 structureChanged: false structureIsReused:: Completely Elapsed: 6.72566800005734ms +Info 14837[19:59:44.731] Different program with same set of files +Info 14838[19:59:44.732] getCompletionData: Get current token: 0.00788700021803379 +Info 14839[19:59:44.732] getCompletionData: Is inside comment: 0.001349000260233879 +Info 14840[19:59:44.732] getCompletionData: Get previous token: 0.023571999743580818 +Info 14841[19:59:44.732] getCompletionsAtPosition: isCompletionListBlocker: 0.002561999950557947 +Info 14842[19:59:44.732] getExportInfoMap: cache hit +Info 14843[19:59:44.747] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 14844[19:59:44.747] collectAutoImports: response is complete +Info 14845[19:59:44.747] collectAutoImports: 14.27927799988538 +Info 14846[19:59:44.747] getCompletionData: Semantic work: 15.033555999863893 +Info 14847[19:59:44.757] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.430538000073284 +Info 14848[19:59:44.765] Format host information updated +Info 14849[19:59:45.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14850[19:59:45.407] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1356 structureChanged: false structureIsReused:: Completely Elapsed: 7.156212999951094ms +Info 14851[19:59:45.407] Different program with same set of files +Info 14852[19:59:45.407] getCompletionData: Get current token: 0.005872999783605337 +Info 14853[19:59:45.407] getCompletionData: Is inside comment: 0.0013910001143813133 +Info 14854[19:59:45.407] getCompletionData: Get previous token: 0.023927999660372734 +Info 14855[19:59:45.407] getCompletionsAtPosition: isCompletionListBlocker: 0.0010599996894598007 +Info 14856[19:59:45.407] Returning an empty list because completion was requested in an invalid position. +Info 14857[19:59:45.407] Format host information updated +Info 14858[19:59:45.534] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14859[19:59:45.541] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1357 structureChanged: false structureIsReused:: Completely Elapsed: 6.910228000022471ms +Info 14860[19:59:45.541] Different program with same set of files +Info 14861[19:59:45.541] getCompletionData: Get current token: 0.007379000075161457 +Info 14862[19:59:45.541] getCompletionData: Is inside comment: 0.02214400004595518 +Info 14863[19:59:45.541] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14864[19:59:45.543] Format host information updated +Info 14865[19:59:46.188] getCompletionData: Get current token: 0.00596500001847744 +Info 14866[19:59:46.188] getCompletionData: Is inside comment: 0.017575999721884727 +Info 14867[19:59:46.188] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 14868[19:59:46.391] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14869[19:59:46.398] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1358 structureChanged: false structureIsReused:: Completely Elapsed: 6.866820000112057ms +Info 14870[19:59:46.398] Different program with same set of files +Info 14871[19:59:46.398] getCompletionData: Get current token: 0.008221999742090702 +Info 14872[19:59:46.398] getCompletionData: Is inside comment: 0.001606999896466732 +Info 14873[19:59:46.398] getCompletionData: Get previous token: 0.0286269998177886 +Info 14874[19:59:46.398] getCompletionsAtPosition: isCompletionListBlocker: 0.0010710000060498714 +Info 14875[19:59:46.398] Returning an empty list because completion was requested in an invalid position. +Info 14876[19:59:46.398] Format host information updated +Info 14877[19:59:46.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14878[19:59:46.572] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1359 structureChanged: false structureIsReused:: Completely Elapsed: 7.591310000047088ms +Info 14879[19:59:46.572] Different program with same set of files +Info 14880[19:59:46.572] getCompletionData: Get current token: 0.013414000160992146 +Info 14881[19:59:46.572] getCompletionData: Is inside comment: 0.0019310000352561474 +Info 14882[19:59:46.573] getCompletionData: Get previous token: 0.03606800036504865 +Info 14883[19:59:46.573] getCompletionsAtPosition: isCompletionListBlocker: 0.0012140003964304924 +Info 14884[19:59:46.573] Returning an empty list because completion was requested in an invalid position. +Info 14885[19:59:46.573] Format host information updated +Info 14886[19:59:46.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14887[19:59:46.644] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1360 structureChanged: false structureIsReused:: Completely Elapsed: 9.801640999969095ms +Info 14888[19:59:46.644] Different program with same set of files +Info 14889[19:59:46.644] getCompletionData: Get current token: 0.007269000168889761 +Info 14890[19:59:46.644] getCompletionData: Is inside comment: 0.0013819998130202293 +Info 14891[19:59:46.644] getCompletionData: Get previous token: 0.04330600006505847 +Info 14892[19:59:46.644] getCompletionsAtPosition: isCompletionListBlocker: 0.001104000024497509 +Info 14893[19:59:46.644] Returning an empty list because completion was requested in an invalid position. +Info 14894[19:59:46.647] Format host information updated +Info 14895[19:59:46.760] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14896[19:59:46.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1361 structureChanged: false structureIsReused:: Completely Elapsed: 7.306545999832451ms +Info 14897[19:59:46.767] Different program with same set of files +Info 14898[19:59:46.767] getCompletionData: Get current token: 0.009186000097543001 +Info 14899[19:59:46.767] getCompletionData: Is inside comment: 0.0017269998788833618 +Info 14900[19:59:46.767] getCompletionData: Get previous token: 0.029006999917328358 +Info 14901[19:59:46.767] getCompletionsAtPosition: isCompletionListBlocker: 0.0010850001126527786 +Info 14902[19:59:46.767] Returning an empty list because completion was requested in an invalid position. +Info 14903[19:59:46.767] Format host information updated +Info 14904[19:59:47.446] Format host information updated +Info 14905[19:59:47.446] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14906[19:59:47.453] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1362 structureChanged: false structureIsReused:: Completely Elapsed: 7.061193999834359ms +Info 14907[19:59:47.453] Different program with same set of files +Info 14908[19:59:50.060] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14909[19:59:50.069] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1363 structureChanged: false structureIsReused:: Completely Elapsed: 8.711457000114024ms +Info 14910[19:59:50.069] Different program with same set of files +Info 14911[19:59:50.069] getCompletionData: Get current token: 0.006222999654710293 +Info 14912[19:59:50.069] getCompletionData: Is inside comment: 0.001265999861061573 +Info 14913[19:59:50.069] getCompletionData: Get previous token: 0.022063999902457 +Info 14914[19:59:50.069] getCompletionsAtPosition: isCompletionListBlocker: 0.0009840000420808792 +Info 14915[19:59:50.069] Returning an empty list because completion was requested in an invalid position. +Info 14916[19:59:50.070] Format host information updated +Info 14917[19:59:50.217] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14918[19:59:50.224] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1364 structureChanged: false structureIsReused:: Completely Elapsed: 7.219454000238329ms +Info 14919[19:59:50.224] Different program with same set of files +Info 14920[19:59:50.224] getCompletionData: Get current token: 0.009368000086396933 +Info 14921[19:59:50.224] getCompletionData: Is inside comment: 0.0017389999702572823 +Info 14922[19:59:50.224] getCompletionData: Get previous token: 0.028717999812215567 +Info 14923[19:59:50.224] getCompletionsAtPosition: isCompletionListBlocker: 0.00114799989387393 +Info 14924[19:59:50.224] Returning an empty list because completion was requested in an invalid position. +Info 14925[19:59:50.224] Format host information updated +Info 14926[19:59:50.566] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14927[19:59:50.573] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1365 structureChanged: false structureIsReused:: Completely Elapsed: 7.499013000167906ms +Info 14928[19:59:50.573] Different program with same set of files +Info 14929[19:59:50.573] getCompletionData: Get current token: 0.008983999956399202 +Info 14930[19:59:50.573] getCompletionData: Is inside comment: 0.0018410002812743187 +Info 14931[19:59:50.573] getCompletionData: Get previous token: 0.029035999905318022 +Info 14932[19:59:50.573] getCompletionsAtPosition: isCompletionListBlocker: 0.0013669999316334724 +Info 14933[19:59:50.573] Returning an empty list because completion was requested in an invalid position. +Info 14934[19:59:50.574] Format host information updated +Info 14935[19:59:50.714] Format host information updated +Info 14936[19:59:50.714] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14937[19:59:50.721] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1366 structureChanged: false structureIsReused:: Completely Elapsed: 6.934423000086099ms +Info 14938[19:59:50.721] Different program with same set of files +Info 14939[19:59:53.125] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14940[19:59:53.131] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1367 structureChanged: false structureIsReused:: Completely Elapsed: 6.92465899977833ms +Info 14941[19:59:53.132] Different program with same set of files +Info 14942[19:59:53.132] getCompletionData: Get current token: 0.006690000183880329 +Info 14943[19:59:53.132] getCompletionData: Is inside comment: 0.0013060001656413078 +Info 14944[19:59:53.132] getCompletionData: Get previous token: 0.02314699999988079 +Info 14945[19:59:53.132] getCompletionsAtPosition: isCompletionListBlocker: 0.0013580000959336758 +Info 14946[19:59:53.132] Returning an empty list because completion was requested in an invalid position. +Info 14947[19:59:53.132] Format host information updated +Info 14948[19:59:53.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14949[19:59:53.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1368 structureChanged: false structureIsReused:: Completely Elapsed: 13.651439999695867ms +Info 14950[19:59:53.415] Different program with same set of files +Info 14951[19:59:53.416] getCompletionData: Get current token: 0.017281000036746264 +Info 14952[19:59:53.416] getCompletionData: Is inside comment: 0.003595000132918358 +Info 14953[19:59:53.416] getCompletionData: Get previous token: 0.055669999681413174 +Info 14954[19:59:53.416] getCompletionsAtPosition: isCompletionListBlocker: 0.0020050001330673695 +Info 14955[19:59:53.416] Returning an empty list because completion was requested in an invalid position. +Info 14956[19:59:53.416] Format host information updated +Info 14957[19:59:53.761] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14958[19:59:53.770] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1369 structureChanged: false structureIsReused:: Completely Elapsed: 9.289954000152647ms +Info 14959[19:59:53.770] Different program with same set of files +Info 14960[19:59:53.770] getCompletionData: Get current token: 0.007904000114649534 +Info 14961[19:59:53.770] getCompletionData: Is inside comment: 0.0014789998531341553 +Info 14962[19:59:53.770] getCompletionData: Get previous token: 0.026421000249683857 +Info 14963[19:59:53.770] getCompletionsAtPosition: isCompletionListBlocker: 0.0011119996197521687 +Info 14964[19:59:53.770] Returning an empty list because completion was requested in an invalid position. +Info 14965[19:59:53.771] Format host information updated +Info 14966[19:59:54.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14967[19:59:54.998] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1370 structureChanged: false structureIsReused:: Completely Elapsed: 7.26191999996081ms +Info 14968[19:59:54.998] Different program with same set of files +Info 14969[19:59:54.999] getCompletionData: Get current token: 0.006530000362545252 +Info 14970[19:59:54.999] getCompletionData: Is inside comment: 0.0014440002851188183 +Info 14971[19:59:54.999] getCompletionData: Get previous token: 0.03445200016722083 +Info 14972[19:59:54.999] getCompletionsAtPosition: isCompletionListBlocker: 0.0010029999539256096 +Info 14973[19:59:54.999] Returning an empty list because completion was requested in an invalid position. +Info 14974[19:59:54.999] Format host information updated +Info 14975[19:59:55.062] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14976[19:59:55.076] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1371 structureChanged: false structureIsReused:: Completely Elapsed: 13.215985000133514ms +Info 14977[19:59:55.076] Different program with same set of files +Info 14978[19:59:55.076] getCompletionData: Get current token: 0.01777400029823184 +Info 14979[19:59:55.076] getCompletionData: Is inside comment: 0.0031620003283023834 +Info 14980[19:59:55.076] getCompletionData: Get previous token: 0.053644000086933374 +Info 14981[19:59:55.076] getCompletionsAtPosition: isCompletionListBlocker: 0.0025760000571608543 +Info 14982[19:59:55.076] Returning an empty list because completion was requested in an invalid position. +Info 14983[19:59:55.077] Format host information updated +Info 14984[19:59:55.405] getCompletionData: Get current token: 0.006427000276744366 +Info 14985[19:59:55.405] getCompletionData: Is inside comment: 0.001339999958872795 +Info 14986[19:59:55.405] getCompletionData: Get previous token: 0.018571000080555677 +Info 14987[19:59:55.405] getCompletionsAtPosition: isCompletionListBlocker: 0.0011260001920163631 +Info 14988[19:59:55.405] Returning an empty list because completion was requested in an invalid position. +Info 14989[19:59:55.677] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14990[19:59:55.688] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1372 structureChanged: false structureIsReused:: Completely Elapsed: 10.5851909997873ms +Info 14991[19:59:55.688] Different program with same set of files +Info 14992[19:59:55.688] getCompletionData: Get current token: 0.009927999693900347 +Info 14993[19:59:55.688] getCompletionData: Is inside comment: 0.0021460000425577164 +Info 14994[19:59:55.688] getCompletionData: Get previous token: 0.029153999872505665 +Info 14995[19:59:55.688] getCompletionsAtPosition: isCompletionListBlocker: 0.0012510004453361034 +Info 14996[19:59:55.688] Returning an empty list because completion was requested in an invalid position. +Info 14997[19:59:55.688] Format host information updated +Info 14998[19:59:55.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 14999[19:59:55.929] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1373 structureChanged: false structureIsReused:: Completely Elapsed: 6.8043500003404915ms +Info 15000[19:59:55.929] Different program with same set of files +Info 15001[19:59:55.929] getCompletionData: Get current token: 0.007747000083327293 +Info 15002[19:59:55.929] getCompletionData: Is inside comment: 0.0015130001120269299 +Info 15003[19:59:55.929] getCompletionData: Get previous token: 0.024815999902784824 +Info 15004[19:59:55.929] getCompletionsAtPosition: isCompletionListBlocker: 0.0010450002737343311 +Info 15005[19:59:55.929] Returning an empty list because completion was requested in an invalid position. +Info 15006[19:59:55.929] Format host information updated +Info 15007[19:59:56.775] getCompletionData: Get current token: 0.00712599977850914 +Info 15008[19:59:56.775] getCompletionData: Is inside comment: 0.001516999676823616 +Info 15009[19:59:56.775] getCompletionData: Get previous token: 0.021341999992728233 +Info 15010[19:59:56.775] getCompletionsAtPosition: isCompletionListBlocker: 0.001139999832957983 +Info 15011[19:59:56.775] Returning an empty list because completion was requested in an invalid position. +Info 15012[19:59:57.031] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15013[19:59:57.038] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1374 structureChanged: false structureIsReused:: Completely Elapsed: 7.09712400007993ms +Info 15014[19:59:57.038] Different program with same set of files +Info 15015[19:59:57.039] getCompletionData: Get current token: 0.006370000075548887 +Info 15016[19:59:57.039] getCompletionData: Is inside comment: 0.0013319998979568481 +Info 15017[19:59:57.039] getCompletionData: Get previous token: 0.019474999979138374 +Info 15018[19:59:57.039] getCompletionsAtPosition: isCompletionListBlocker: 0.0012610000558197498 +Info 15019[19:59:57.039] Returning an empty list because completion was requested in an invalid position. +Info 15020[19:59:57.039] Format host information updated +Info 15021[19:59:57.094] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15022[19:59:57.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1375 structureChanged: false structureIsReused:: Completely Elapsed: 14.996358999982476ms +Info 15023[19:59:57.109] Different program with same set of files +Info 15024[19:59:57.109] getCompletionData: Get current token: 0.014613000210374594 +Info 15025[19:59:57.109] getCompletionData: Is inside comment: 0.0032029999420046806 +Info 15026[19:59:57.109] getCompletionData: Get previous token: 0.04509099991992116 +Info 15027[19:59:57.109] getCompletionsAtPosition: isCompletionListBlocker: 0.0018510003574192524 +Info 15028[19:59:57.109] Returning an empty list because completion was requested in an invalid position. +Info 15029[19:59:57.109] Format host information updated +Info 15030[19:59:57.403] getCompletionData: Get current token: 0.007137000095099211 +Info 15031[19:59:57.403] getCompletionData: Is inside comment: 0.0013799997977912426 +Info 15032[19:59:57.403] getCompletionData: Get previous token: 0.01922499993816018 +Info 15033[19:59:57.403] getCompletionsAtPosition: isCompletionListBlocker: 0.001213999930769205 +Info 15034[19:59:57.403] Returning an empty list because completion was requested in an invalid position. +Info 15035[19:59:57.651] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15036[19:59:57.658] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1376 structureChanged: false structureIsReused:: Completely Elapsed: 6.598770999815315ms +Info 15037[19:59:57.658] Different program with same set of files +Info 15038[19:59:57.658] getCompletionData: Get current token: 0.006639000028371811 +Info 15039[19:59:57.658] getCompletionData: Is inside comment: 0.0014329999685287476 +Info 15040[19:59:57.658] getCompletionData: Get previous token: 0.020493000280112028 +Info 15041[19:59:57.658] getCompletionsAtPosition: isCompletionListBlocker: 0.0009900000877678394 +Info 15042[19:59:57.658] Returning an empty list because completion was requested in an invalid position. +Info 15043[19:59:57.658] Format host information updated +Info 15044[19:59:58.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15045[19:59:58.019] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1377 structureChanged: false structureIsReused:: Completely Elapsed: 7.005488000344485ms +Info 15046[19:59:58.019] Different program with same set of files +Info 15047[19:59:58.020] getCompletionData: Get current token: 0.00875299982726574 +Info 15048[19:59:58.020] getCompletionData: Is inside comment: 0.0015039998106658459 +Info 15049[19:59:58.020] getCompletionData: Get previous token: 0.027400000020861626 +Info 15050[19:59:58.020] getCompletionsAtPosition: isCompletionListBlocker: 0.00101500004529953 +Info 15051[19:59:58.020] Returning an empty list because completion was requested in an invalid position. +Info 15052[19:59:58.020] Format host information updated +Info 15053[20:00:00.034] getCompletionData: Get current token: 0.00721900025382638 +Info 15054[20:00:00.034] getCompletionData: Is inside comment: 0.001487999688833952 +Info 15055[20:00:00.034] getCompletionData: Get previous token: 0.01831099996343255 +Info 15056[20:00:00.034] getCompletionsAtPosition: isCompletionListBlocker: 0.0011809999123215675 +Info 15057[20:00:00.034] Returning an empty list because completion was requested in an invalid position. +Info 15058[20:00:00.246] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15059[20:00:00.256] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1378 structureChanged: false structureIsReused:: Completely Elapsed: 9.798942999914289ms +Info 15060[20:00:00.256] Different program with same set of files +Info 15061[20:00:00.256] getCompletionData: Get current token: 0.008539000060409307 +Info 15062[20:00:00.256] getCompletionData: Is inside comment: 0.0015980000607669353 +Info 15063[20:00:00.256] getCompletionData: Get previous token: 0.021815999876707792 +Info 15064[20:00:00.256] getCompletionsAtPosition: isCompletionListBlocker: 0.05333799961954355 +Info 15065[20:00:00.257] getExportInfoMap: cache hit +Info 15066[20:00:00.268] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15067[20:00:00.268] collectAutoImports: response is complete +Info 15068[20:00:00.268] collectAutoImports: 10.94807599997148 +Info 15069[20:00:00.268] getCompletionData: Semantic work: 11.566186000127345 +Info 15070[20:00:00.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.944266999606043 +Info 15071[20:00:00.289] Format host information updated +Info 15072[20:00:00.314] Format host information updated +Info 15073[20:00:00.314] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15074[20:00:00.328] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1379 structureChanged: false structureIsReused:: Completely Elapsed: 14.22044500010088ms +Info 15075[20:00:00.328] Different program with same set of files +Info 15076[20:00:01.308] getCompletionData: Get current token: 0.0058120000176131725 +Info 15077[20:00:01.308] getCompletionData: Is inside comment: 0.02057499997317791 +Info 15078[20:00:01.308] getCompletionData: Get previous token: 0.016832999885082245 +Info 15079[20:00:01.308] getCompletionsAtPosition: isCompletionListBlocker: 0.008654000237584114 +Info 15080[20:00:01.309] getExportInfoMap: cache hit +Info 15081[20:00:01.321] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15082[20:00:01.321] collectAutoImports: response is complete +Info 15083[20:00:01.321] collectAutoImports: 12.239116000011563 +Info 15084[20:00:01.321] getCompletionData: Semantic work: 13.14463400002569 +Info 15085[20:00:01.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.043020999990404 +Info 15086[20:00:01.480] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15087[20:00:01.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1380 structureChanged: false structureIsReused:: Completely Elapsed: 8.871914999559522ms +Info 15088[20:00:01.489] Different program with same set of files +Info 15089[20:00:01.489] getCompletionData: Get current token: 0.007821000181138515 +Info 15090[20:00:01.489] getCompletionData: Is inside comment: 0.02387999976053834 +Info 15091[20:00:01.489] getCompletionData: Get previous token: 0.042603000067174435 +Info 15092[20:00:01.489] getCompletionsAtPosition: isCompletionListBlocker: 0.00865000020712614 +Info 15093[20:00:01.490] getExportInfoMap: cache hit +Info 15094[20:00:01.492] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 2 from cache +Info 15095[20:00:01.492] collectAutoImports: response is complete +Info 15096[20:00:01.492] collectAutoImports: 1.8702859999611974 +Info 15097[20:00:01.492] getCompletionData: Semantic work: 2.8502879999578 +Info 15098[20:00:01.497] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8455400001257658 +Info 15099[20:00:01.499] Format host information updated +Info 15100[20:00:02.345] Format host information updated +Info 15101[20:00:02.345] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15102[20:00:02.352] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1381 structureChanged: false structureIsReused:: Completely Elapsed: 6.900613999925554ms +Info 15103[20:00:02.352] Different program with same set of files +Info 15104[20:00:04.804] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15105[20:00:04.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1382 structureChanged: false structureIsReused:: Completely Elapsed: 6.726561000104994ms +Info 15106[20:00:04.811] Different program with same set of files +Info 15107[20:00:04.813] getCompletionData: Get current token: 0.01826199982315302 +Info 15108[20:00:04.813] getCompletionData: Is inside comment: 0.0028849998489022255 +Info 15109[20:00:04.813] getCompletionData: Get previous token: 0.028270000126212835 +Info 15110[20:00:04.813] getCompletionsAtPosition: isCompletionListBlocker: 0.0008780001662671566 +Info 15111[20:00:04.813] Returning an empty list because completion was requested in an invalid position. +Info 15112[20:00:04.813] Format host information updated +Info 15113[20:00:04.935] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15114[20:00:04.945] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1383 structureChanged: false structureIsReused:: Completely Elapsed: 9.283886999823153ms +Info 15115[20:00:04.945] Different program with same set of files +Info 15116[20:00:04.945] getCompletionData: Get current token: 0.01222599996253848 +Info 15117[20:00:04.945] getCompletionData: Is inside comment: 0.0017220000736415386 +Info 15118[20:00:04.945] getCompletionData: Get previous token: 0.03135500010102987 +Info 15119[20:00:04.945] getCompletionsAtPosition: isCompletionListBlocker: 0.009557999670505524 +Info 15120[20:00:04.946] getExportInfoMap: cache hit +Info 15121[20:00:04.957] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15122[20:00:04.957] collectAutoImports: response is complete +Info 15123[20:00:04.957] collectAutoImports: 11.418219999875873 +Info 15124[20:00:04.957] getCompletionData: Semantic work: 12.236901000142097 +Info 15125[20:00:04.968] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.596332999877632 +Info 15126[20:00:04.975] Format host information updated +Info 15127[20:00:05.281] getCompletionData: Get current token: 0.009027000050991774 +Info 15128[20:00:05.281] getCompletionData: Is inside comment: 0.0020029996521770954 +Info 15129[20:00:05.281] getCompletionData: Get previous token: 0.023687000386416912 +Info 15130[20:00:05.281] getCompletionsAtPosition: isCompletionListBlocker: 0.000843999907374382 +Info 15131[20:00:05.281] Returning an empty list because completion was requested in an invalid position. +Info 15132[20:00:05.358] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15133[20:00:05.365] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1384 structureChanged: false structureIsReused:: Completely Elapsed: 6.7911050003021955ms +Info 15134[20:00:05.365] Different program with same set of files +Info 15135[20:00:05.367] getCompletionData: Get current token: 0.01876500016078353 +Info 15136[20:00:05.367] getCompletionData: Is inside comment: 0.0031649996526539326 +Info 15137[20:00:05.368] getCompletionData: Get previous token: 0.027799999807029963 +Info 15138[20:00:05.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0009170002304017544 +Info 15139[20:00:05.368] Returning an empty list because completion was requested in an invalid position. +Info 15140[20:00:05.368] Format host information updated +Info 15141[20:00:05.590] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15142[20:00:05.599] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1385 structureChanged: false structureIsReused:: Completely Elapsed: 9.189127000048757ms +Info 15143[20:00:05.599] Different program with same set of files +Info 15144[20:00:05.602] getCompletionData: Get current token: 0.021391000133007765 +Info 15145[20:00:05.602] getCompletionData: Is inside comment: 0.007323000114411116 +Info 15146[20:00:05.602] getCompletionData: Get previous token: 0.03347499994561076 +Info 15147[20:00:05.602] getCompletionsAtPosition: isCompletionListBlocker: 0.0011889999732375145 +Info 15148[20:00:05.602] Returning an empty list because completion was requested in an invalid position. +Info 15149[20:00:05.602] Format host information updated +Info 15150[20:00:05.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15151[20:00:05.657] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1386 structureChanged: false structureIsReused:: Completely Elapsed: 7.226780999917537ms +Info 15152[20:00:05.657] Different program with same set of files +Info 15153[20:00:05.661] getCompletionData: Get current token: 0.023876999970525503 +Info 15154[20:00:05.661] getCompletionData: Is inside comment: 0.0029620002023875713 +Info 15155[20:00:05.661] getCompletionData: Get previous token: 0.03580900002270937 +Info 15156[20:00:05.661] getCompletionsAtPosition: isCompletionListBlocker: 0.0016350001096725464 +Info 15157[20:00:05.661] Returning an empty list because completion was requested in an invalid position. +Info 15158[20:00:05.663] Format host information updated +Info 15159[20:00:05.713] Format host information updated +Info 15160[20:00:05.713] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15161[20:00:05.724] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1387 structureChanged: false structureIsReused:: Completely Elapsed: 11.205608999822289ms +Info 15162[20:00:05.724] Different program with same set of files +Info 15163[20:00:06.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15164[20:00:06.567] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1388 structureChanged: false structureIsReused:: Completely Elapsed: 8.751141000073403ms +Info 15165[20:00:06.567] Different program with same set of files +Info 15166[20:00:06.570] getCompletionData: Get current token: 0.018385000061243773 +Info 15167[20:00:06.570] getCompletionData: Is inside comment: 0.0020709997043013573 +Info 15168[20:00:06.570] getCompletionData: Get previous token: 0.033851000014692545 +Info 15169[20:00:06.570] getCompletionsAtPosition: isCompletionListBlocker: 0.0010549998842179775 +Info 15170[20:00:06.570] Returning an empty list because completion was requested in an invalid position. +Info 15171[20:00:06.571] Format host information updated +Info 15172[20:00:07.092] getCompletionData: Get current token: 0.010731999762356281 +Info 15173[20:00:07.092] getCompletionData: Is inside comment: 0.0016640000976622105 +Info 15174[20:00:07.092] getCompletionData: Get previous token: 0.02292599994689226 +Info 15175[20:00:07.092] getCompletionsAtPosition: isCompletionListBlocker: 0.013507999945431948 +Info 15176[20:00:07.093] getExportInfoMap: cache hit +Info 15177[20:00:07.104] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15178[20:00:07.105] collectAutoImports: response is complete +Info 15179[20:00:07.105] collectAutoImports: 11.31901099998504 +Info 15180[20:00:07.105] getCompletionData: Semantic work: 12.17775100003928 +Info 15181[20:00:07.111] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.477256000041962 +Info 15182[20:00:07.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15183[20:00:07.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1389 structureChanged: false structureIsReused:: Completely Elapsed: 6.967679999768734ms +Info 15184[20:00:07.324] Different program with same set of files +Info 15185[20:00:07.324] getCompletionData: Get current token: 0.010389000177383423 +Info 15186[20:00:07.324] getCompletionData: Is inside comment: 0.0011889999732375145 +Info 15187[20:00:07.324] getCompletionData: Get previous token: 0.03069599997252226 +Info 15188[20:00:07.324] getCompletionsAtPosition: isCompletionListBlocker: 0.007363999728113413 +Info 15189[20:00:07.325] getExportInfoMap: cache hit +Info 15190[20:00:07.337] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15191[20:00:07.337] collectAutoImports: response is complete +Info 15192[20:00:07.337] collectAutoImports: 12.663358999881893 +Info 15193[20:00:07.337] getCompletionData: Semantic work: 13.339962999802083 +Info 15194[20:00:07.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.704551999922842 +Info 15195[20:00:07.351] Format host information updated +Info 15196[20:00:07.455] Format host information updated +Info 15197[20:00:07.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15198[20:00:07.478] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1390 structureChanged: false structureIsReused:: Completely Elapsed: 22.234292999841273ms +Info 15199[20:00:07.478] Different program with same set of files +Info 15200[20:00:07.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15201[20:00:07.903] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1391 structureChanged: false structureIsReused:: Completely Elapsed: 25.739136999938637ms +Info 15202[20:00:07.903] Different program with same set of files +Info 15203[20:00:07.904] getCompletionData: Get current token: 0.033441999927163124 +Info 15204[20:00:07.904] getCompletionData: Is inside comment: 0.004750000312924385 +Info 15205[20:00:07.904] getCompletionData: Get previous token: 0.19817200023680925 +Info 15206[20:00:07.904] getCompletionsAtPosition: isCompletionListBlocker: 0.02523400029167533 +Info 15207[20:00:07.906] getExportInfoMap: cache hit +Info 15208[20:00:07.911] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15209[20:00:07.911] collectAutoImports: response is complete +Info 15210[20:00:07.911] collectAutoImports: 4.367773999925703 +Info 15211[20:00:07.911] getCompletionData: Semantic work: 6.762804000172764 +Info 15212[20:00:07.914] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8892700001597404 +Info 15213[20:00:07.916] Format host information updated +Info 15214[20:00:08.607] Format host information updated +Info 15215[20:00:08.608] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15216[20:00:08.615] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1392 structureChanged: false structureIsReused:: Completely Elapsed: 7.184473000001162ms +Info 15217[20:00:08.615] Different program with same set of files +Info 15218[20:00:08.800] getCompletionData: Get current token: 0.011748999822884798 +Info 15219[20:00:08.800] getCompletionData: Is inside comment: 0.03662799997255206 +Info 15220[20:00:08.800] getCompletionData: Get previous token: 0.0306899999268353 +Info 15221[20:00:08.800] getCompletionsAtPosition: isCompletionListBlocker: 0.010211000218987465 +Info 15222[20:00:08.801] getExportInfoMap: cache hit +Info 15223[20:00:08.814] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15224[20:00:08.814] collectAutoImports: response is complete +Info 15225[20:00:08.814] collectAutoImports: 12.798097999766469 +Info 15226[20:00:08.814] getCompletionData: Semantic work: 13.87777699995786 +Info 15227[20:00:08.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.5188409998081625 +Info 15228[20:00:09.206] getCompletionData: Get current token: 0.005796999670565128 +Info 15229[20:00:09.206] getCompletionData: Is inside comment: 0.001290000043809414 +Info 15230[20:00:09.206] getCompletionData: Get previous token: 0.021208999678492546 +Info 15231[20:00:09.206] getCompletionsAtPosition: isCompletionListBlocker: 0.00918099982663989 +Info 15232[20:00:09.207] getExportInfoMap: cache hit +Info 15233[20:00:09.217] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15234[20:00:09.217] collectAutoImports: response is complete +Info 15235[20:00:09.217] collectAutoImports: 9.687069000210613 +Info 15236[20:00:09.217] getCompletionData: Semantic work: 10.538978999946266 +Info 15237[20:00:09.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4076380003243685 +Info 15238[20:00:09.420] Format host information updated +Info 15239[20:00:09.420] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15240[20:00:09.428] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1393 structureChanged: false structureIsReused:: Completely Elapsed: 8.132013000082225ms +Info 15241[20:00:09.428] Different program with same set of files +Info 15242[20:00:09.571] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15243[20:00:09.579] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1394 structureChanged: false structureIsReused:: Completely Elapsed: 7.955060000065714ms +Info 15244[20:00:09.579] Different program with same set of files +Info 15245[20:00:09.583] getCompletionData: Get current token: 0.022601000033318996 +Info 15246[20:00:09.583] getCompletionData: Is inside comment: 0.003528000321239233 +Info 15247[20:00:09.583] getCompletionData: Get previous token: 0.03895499976351857 +Info 15248[20:00:09.583] getCompletionsAtPosition: isCompletionListBlocker: 0.001104000024497509 +Info 15249[20:00:09.583] Returning an empty list because completion was requested in an invalid position. +Info 15250[20:00:09.583] Format host information updated +Info 15251[20:00:09.841] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15252[20:00:09.851] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1395 structureChanged: false structureIsReused:: Completely Elapsed: 10.065753999631852ms +Info 15253[20:00:09.851] Different program with same set of files +Info 15254[20:00:09.854] getCompletionData: Get current token: 0.022651999723166227 +Info 15255[20:00:09.854] getCompletionData: Is inside comment: 0.004023999907076359 +Info 15256[20:00:09.854] getCompletionData: Get previous token: 0.03907400043681264 +Info 15257[20:00:09.854] getCompletionsAtPosition: isCompletionListBlocker: 0.0012199999764561653 +Info 15258[20:00:09.854] Returning an empty list because completion was requested in an invalid position. +Info 15259[20:00:09.855] Format host information updated +Info 15260[20:00:10.211] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15261[20:00:10.222] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1396 structureChanged: false structureIsReused:: Completely Elapsed: 11.070284999907017ms +Info 15262[20:00:10.222] Different program with same set of files +Info 15263[20:00:10.223] getCompletionData: Get current token: 0.01140600023791194 +Info 15264[20:00:10.223] getCompletionData: Is inside comment: 0.002268000040203333 +Info 15265[20:00:10.223] getCompletionData: Get previous token: 0.045012000016868114 +Info 15266[20:00:10.223] getCompletionsAtPosition: isCompletionListBlocker: 0.010925000067800283 +Info 15267[20:00:10.224] getExportInfoMap: cache hit +Info 15268[20:00:10.242] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15269[20:00:10.242] collectAutoImports: response is complete +Info 15270[20:00:10.242] collectAutoImports: 17.57320800004527 +Info 15271[20:00:10.242] getCompletionData: Semantic work: 18.695257000159472 +Info 15272[20:00:10.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.637151999864727 +Info 15273[20:00:10.258] Format host information updated +Info 15274[20:00:11.187] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15275[20:00:11.195] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1397 structureChanged: false structureIsReused:: Completely Elapsed: 7.421866999939084ms +Info 15276[20:00:11.195] Different program with same set of files +Info 15277[20:00:11.195] getCompletionData: Get current token: 0.006868999917060137 +Info 15278[20:00:11.195] getCompletionData: Is inside comment: 0.0014860001392662525 +Info 15279[20:00:11.195] getCompletionData: Get previous token: 0.024688999634236097 +Info 15280[20:00:11.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0073369997553527355 +Info 15281[20:00:11.195] getExportInfoMap: cache hit +Info 15282[20:00:11.206] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15283[20:00:11.206] collectAutoImports: response is complete +Info 15284[20:00:11.206] collectAutoImports: 10.67457800032571 +Info 15285[20:00:11.206] getCompletionData: Semantic work: 11.266264000441879 +Info 15286[20:00:11.212] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.04812700022012 +Info 15287[20:00:11.217] Format host information updated +Info 15288[20:00:11.451] Format host information updated +Info 15289[20:00:11.451] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15290[20:00:11.459] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1398 structureChanged: false structureIsReused:: Completely Elapsed: 8.056898000184447ms +Info 15291[20:00:11.459] Different program with same set of files +Info 15292[20:00:12.803] Format host information updated +Info 15293[20:00:12.803] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15294[20:00:12.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1399 structureChanged: false structureIsReused:: Completely Elapsed: 7.790310000069439ms +Info 15295[20:00:12.811] Different program with same set of files +Info 15296[20:00:13.622] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15297[20:00:13.631] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1400 structureChanged: false structureIsReused:: Completely Elapsed: 9.444629000034183ms +Info 15298[20:00:13.631] Different program with same set of files +Info 15299[20:00:13.632] getCompletionData: Get current token: 0.005331999622285366 +Info 15300[20:00:13.632] getCompletionData: Is inside comment: 0.015817000064998865 +Info 15301[20:00:13.632] getCompletionData: Get previous token: 0.027648999821394682 +Info 15302[20:00:13.632] getCompletionsAtPosition: isCompletionListBlocker: 0.0021210000850260258 +Info 15303[20:00:13.632] getExportInfoMap: cache hit +Info 15304[20:00:13.636] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 15305[20:00:13.636] collectAutoImports: response is complete +Info 15306[20:00:13.636] collectAutoImports: 4.050804000347853 +Info 15307[20:00:13.636] getCompletionData: Semantic work: 4.668204999994487 +Info 15308[20:00:13.638] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9030650001950562 +Info 15309[20:00:13.640] Format host information updated +Info 15310[20:00:13.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15311[20:00:13.728] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1401 structureChanged: false structureIsReused:: Completely Elapsed: 16.36516200006008ms +Info 15312[20:00:13.728] Different program with same set of files +Info 15313[20:00:13.729] getCompletionData: Get current token: 0.013032999821007252 +Info 15314[20:00:13.729] getCompletionData: Is inside comment: 0.03790100011974573 +Info 15315[20:00:13.729] getCompletionData: Get previous token: 0.059791000094264746 +Info 15316[20:00:13.729] getCompletionsAtPosition: isCompletionListBlocker: 0.003816000185906887 +Info 15317[20:00:13.730] getExportInfoMap: cache hit +Info 15318[20:00:13.737] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 15319[20:00:13.737] collectAutoImports: response is complete +Info 15320[20:00:13.737] collectAutoImports: 6.724635999649763 +Info 15321[20:00:13.737] getCompletionData: Semantic work: 7.866789999883622 +Info 15322[20:00:13.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0706820003688335 +Info 15323[20:00:13.742] Format host information updated +Info 15324[20:00:13.895] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15325[20:00:13.902] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1402 structureChanged: false structureIsReused:: Completely Elapsed: 7.1084469999186695ms +Info 15326[20:00:13.902] Different program with same set of files +Info 15327[20:00:13.902] getCompletionData: Get current token: 0.007446999661624432 +Info 15328[20:00:13.903] getCompletionData: Is inside comment: 0.01874700002372265 +Info 15329[20:00:13.903] getCompletionData: Get previous token: 0.028510999865829945 +Info 15330[20:00:13.903] getCompletionsAtPosition: isCompletionListBlocker: 0.0021819998510181904 +Info 15331[20:00:13.903] getExportInfoMap: cache hit +Info 15332[20:00:13.914] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15333[20:00:13.915] collectAutoImports: response is complete +Info 15334[20:00:13.915] collectAutoImports: 11.360828999895602 +Info 15335[20:00:13.915] getCompletionData: Semantic work: 11.99732800014317 +Info 15336[20:00:13.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.681144000031054 +Info 15337[20:00:13.927] Format host information updated +Info 15338[20:00:13.957] Format host information updated +Info 15339[20:00:13.957] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15340[20:00:13.967] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1403 structureChanged: false structureIsReused:: Completely Elapsed: 9.501840999815613ms +Info 15341[20:00:13.967] Different program with same set of files +Info 15342[20:00:16.536] Format host information updated +Info 15343[20:00:16.536] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15344[20:00:16.543] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1404 structureChanged: false structureIsReused:: Completely Elapsed: 6.6938140001147985ms +Info 15345[20:00:16.543] Different program with same set of files +Info 15346[20:00:16.669] Format host information updated +Info 15347[20:00:16.669] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15348[20:00:16.676] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1405 structureChanged: false structureIsReused:: Completely Elapsed: 6.815181999932975ms +Info 15349[20:00:16.676] Different program with same set of files +Info 15350[20:00:17.030] Format host information updated +Info 15351[20:00:17.031] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15352[20:00:17.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1406 structureChanged: false structureIsReused:: Completely Elapsed: 9.480948999989778ms +Info 15353[20:00:17.040] Different program with same set of files +Info 15354[20:00:17.364] Format host information updated +Info 15355[20:00:17.364] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15356[20:00:17.372] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1407 structureChanged: false structureIsReused:: Completely Elapsed: 8.094205999746919ms +Info 15357[20:00:17.372] Different program with same set of files +Info 15358[20:00:17.573] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15359[20:00:17.580] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1408 structureChanged: false structureIsReused:: Completely Elapsed: 7.40279099997133ms +Info 15360[20:00:17.580] Different program with same set of files +Info 15361[20:00:17.581] getCompletionData: Get current token: 0.006089000031352043 +Info 15362[20:00:17.581] getCompletionData: Is inside comment: 0.01913700019940734 +Info 15363[20:00:17.581] getCompletionData: Get previous token: 0.047451000194996595 +Info 15364[20:00:17.581] getCompletionsAtPosition: isCompletionListBlocker: 0.0015210001729428768 +Info 15365[20:00:17.581] Returning an empty list because completion was requested in an invalid position. +Info 15366[20:00:17.581] Format host information updated +Info 15367[20:00:17.669] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15368[20:00:17.704] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1409 structureChanged: false structureIsReused:: Completely Elapsed: 35.14345199987292ms +Info 15369[20:00:17.704] Different program with same set of files +Info 15370[20:00:17.705] getCompletionData: Get current token: 0.01648399978876114 +Info 15371[20:00:17.705] getCompletionData: Is inside comment: 0.038314000237733126 +Info 15372[20:00:17.705] getCompletionData: Get previous token: 0.06147299986332655 +Info 15373[20:00:17.705] getCompletionsAtPosition: isCompletionListBlocker: 0.0030089998617768288 +Info 15374[20:00:17.705] Returning an empty list because completion was requested in an invalid position. +Info 15375[20:00:17.706] Format host information updated +Info 15376[20:00:17.876] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15377[20:00:17.884] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1410 structureChanged: false structureIsReused:: Completely Elapsed: 7.8215459999628365ms +Info 15378[20:00:17.884] Different program with same set of files +Info 15379[20:00:17.884] getCompletionData: Get current token: 0.007213999982923269 +Info 15380[20:00:17.884] getCompletionData: Is inside comment: 0.018085000105202198 +Info 15381[20:00:17.884] getCompletionData: Get previous token: 0.028768999967724085 +Info 15382[20:00:17.884] getCompletionsAtPosition: isCompletionListBlocker: 0.0018779998645186424 +Info 15383[20:00:17.884] Returning an empty list because completion was requested in an invalid position. +Info 15384[20:00:17.884] Format host information updated +Info 15385[20:00:18.040] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15386[20:00:18.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1411 structureChanged: false structureIsReused:: Completely Elapsed: 8.25345900002867ms +Info 15387[20:00:18.048] Different program with same set of files +Info 15388[20:00:18.048] getCompletionData: Get current token: 0.007668999955058098 +Info 15389[20:00:18.048] getCompletionData: Is inside comment: 0.019385999999940395 +Info 15390[20:00:18.048] getCompletionData: Get previous token: 0.030147999990731478 +Info 15391[20:00:18.048] getCompletionsAtPosition: isCompletionListBlocker: 0.0015910002402961254 +Info 15392[20:00:18.048] Returning an empty list because completion was requested in an invalid position. +Info 15393[20:00:18.048] Format host information updated +Info 15394[20:00:18.106] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15395[20:00:18.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1412 structureChanged: false structureIsReused:: Completely Elapsed: 16.278981999959797ms +Info 15396[20:00:18.123] Different program with same set of files +Info 15397[20:00:18.123] getCompletionData: Get current token: 0.01706800004467368 +Info 15398[20:00:18.123] getCompletionData: Is inside comment: 0.04403699981048703 +Info 15399[20:00:18.123] getCompletionData: Get previous token: 0.06957200029864907 +Info 15400[20:00:18.123] getCompletionsAtPosition: isCompletionListBlocker: 0.003612999804317951 +Info 15401[20:00:18.123] Returning an empty list because completion was requested in an invalid position. +Info 15402[20:00:18.130] Format host information updated +Info 15403[20:00:18.229] Format host information updated +Info 15404[20:00:18.229] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15405[20:00:18.238] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1413 structureChanged: false structureIsReused:: Completely Elapsed: 8.229793999809772ms +Info 15406[20:00:18.238] Different program with same set of files +Info 15407[20:00:18.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15408[20:00:18.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1414 structureChanged: false structureIsReused:: Completely Elapsed: 7.641611999832094ms +Info 15409[20:00:18.767] Different program with same set of files +Info 15410[20:00:18.768] getCompletionData: Get current token: 0.005628999788314104 +Info 15411[20:00:18.768] getCompletionData: Is inside comment: 0.01799600012600422 +Info 15412[20:00:18.768] getCompletionData: Get previous token: 0.03162600006908178 +Info 15413[20:00:18.768] getCompletionsAtPosition: isCompletionListBlocker: 0.008315999992191792 +Info 15414[20:00:18.768] Returning an empty list because completion was requested in an invalid position. +Info 15415[20:00:18.768] Format host information updated +Info 15416[20:00:18.985] Format host information updated +Info 15417[20:00:18.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15418[20:00:18.992] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1415 structureChanged: false structureIsReused:: Completely Elapsed: 7.2870269999839365ms +Info 15419[20:00:18.992] Different program with same set of files +Info 15420[20:00:19.082] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15421[20:00:19.092] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1416 structureChanged: false structureIsReused:: Completely Elapsed: 10.050596999935806ms +Info 15422[20:00:19.092] Different program with same set of files +Info 15423[20:00:19.093] getCompletionData: Get current token: 0.006907000206410885 +Info 15424[20:00:19.093] getCompletionData: Is inside comment: 0.04165499983355403 +Info 15425[20:00:19.093] getCompletionData: Get previous token: 0.04809299996122718 +Info 15426[20:00:19.093] getCompletionsAtPosition: isCompletionListBlocker: 0.0015679998323321342 +Info 15427[20:00:19.093] Returning an empty list because completion was requested in an invalid position. +Info 15428[20:00:19.093] Format host information updated +Info 15429[20:00:19.226] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15430[20:00:19.234] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1417 structureChanged: false structureIsReused:: Completely Elapsed: 7.527962999884039ms +Info 15431[20:00:19.234] Different program with same set of files +Info 15432[20:00:19.234] getCompletionData: Get current token: 0.007285999599844217 +Info 15433[20:00:19.234] getCompletionData: Is inside comment: 0.02174899959936738 +Info 15434[20:00:19.234] getCompletionData: Get previous token: 0.03702699998393655 +Info 15435[20:00:19.234] getCompletionsAtPosition: isCompletionListBlocker: 0.0017460002563893795 +Info 15436[20:00:19.234] Returning an empty list because completion was requested in an invalid position. +Info 15437[20:00:19.235] Format host information updated +Info 15438[20:00:19.349] Format host information updated +Info 15439[20:00:19.350] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15440[20:00:19.357] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1418 structureChanged: false structureIsReused:: Completely Elapsed: 7.4906990001909435ms +Info 15441[20:00:19.357] Different program with same set of files +Info 15442[20:00:19.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15443[20:00:19.445] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1419 structureChanged: false structureIsReused:: Completely Elapsed: 7.101255000103265ms +Info 15444[20:00:19.445] Different program with same set of files +Info 15445[20:00:19.445] getCompletionData: Get current token: 0.0061969999223947525 +Info 15446[20:00:19.445] getCompletionData: Is inside comment: 0.019338000100106 +Info 15447[20:00:19.445] getCompletionData: Get previous token: 0.01649500010535121 +Info 15448[20:00:19.445] getCompletionsAtPosition: isCompletionListBlocker: 0.007334000431001186 +Info 15449[20:00:19.446] getExportInfoMap: cache hit +Info 15450[20:00:19.460] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15451[20:00:19.460] collectAutoImports: response is complete +Info 15452[20:00:19.460] collectAutoImports: 14.04228900000453 +Info 15453[20:00:19.460] getCompletionData: Semantic work: 14.701728000305593 +Info 15454[20:00:19.467] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.584857000038028 +Info 15455[20:00:19.475] Format host information updated +Info 15456[20:00:19.523] Format host information updated +Info 15457[20:00:19.523] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15458[20:00:19.531] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1420 structureChanged: false structureIsReused:: Completely Elapsed: 8.556258999742568ms +Info 15459[20:00:19.532] Different program with same set of files +Info 15460[20:00:20.027] getCompletionData: Get current token: 0.005348999984562397 +Info 15461[20:00:20.027] getCompletionData: Is inside comment: 0.015459000132977962 +Info 15462[20:00:20.027] getCompletionData: Get previous token: 0.012890000361949205 +Info 15463[20:00:20.027] getCompletionsAtPosition: isCompletionListBlocker: 0.00761700002476573 +Info 15464[20:00:20.027] getExportInfoMap: cache hit +Info 15465[20:00:20.039] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15466[20:00:20.039] collectAutoImports: response is complete +Info 15467[20:00:20.039] collectAutoImports: 11.813600999768823 +Info 15468[20:00:20.039] getCompletionData: Semantic work: 12.686526999808848 +Info 15469[20:00:20.046] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4067339999601245 +Info 15470[20:00:20.674] getCompletionData: Get current token: 0.0059009999968111515 +Info 15471[20:00:20.674] getCompletionData: Is inside comment: 0.017104000318795443 +Info 15472[20:00:20.674] getCompletionData: Get previous token: 0.014264000114053488 +Info 15473[20:00:20.674] getCompletionsAtPosition: isCompletionListBlocker: 0.008216999936848879 +Info 15474[20:00:20.675] getExportInfoMap: cache hit +Info 15475[20:00:20.684] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15476[20:00:20.684] collectAutoImports: response is complete +Info 15477[20:00:20.684] collectAutoImports: 8.442793999798596 +Info 15478[20:00:20.684] getCompletionData: Semantic work: 9.448981000110507 +Info 15479[20:00:20.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.969504999928176 +Info 15480[20:00:22.888] Format host information updated +Info 15481[20:00:22.888] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15482[20:00:22.895] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1421 structureChanged: false structureIsReused:: Completely Elapsed: 7.248263000044972ms +Info 15483[20:00:22.895] Different program with same set of files +Info 15484[20:00:23.502] Format host information updated +Info 15485[20:00:23.502] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15486[20:00:23.513] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1422 structureChanged: false structureIsReused:: Completely Elapsed: 11.02631099987775ms +Info 15487[20:00:23.513] Different program with same set of files +Info 15488[20:00:24.479] getCompletionData: Get current token: 0.006683999672532082 +Info 15489[20:00:24.479] getCompletionData: Is inside comment: 0.01881500007584691 +Info 15490[20:00:24.479] getCompletionData: Get previous token: 0.01592699997127056 +Info 15491[20:00:24.479] getCompletionsAtPosition: isCompletionListBlocker: 0.008710999973118305 +Info 15492[20:00:24.480] getExportInfoMap: cache hit +Info 15493[20:00:24.491] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15494[20:00:24.491] collectAutoImports: response is complete +Info 15495[20:00:24.491] collectAutoImports: 11.470573000144213 +Info 15496[20:00:24.491] getCompletionData: Semantic work: 12.561763000208884 +Info 15497[20:00:24.499] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.613408999983221 +Info 15498[20:00:24.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15499[20:00:24.642] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1423 structureChanged: false structureIsReused:: Completely Elapsed: 7.302135000005364ms +Info 15500[20:00:24.642] Different program with same set of files +Info 15501[20:00:24.642] getCompletionData: Get current token: 0.007400000002235174 +Info 15502[20:00:24.642] getCompletionData: Is inside comment: 0.021581999957561493 +Info 15503[20:00:24.642] getCompletionData: Get previous token: 0.018889999948441982 +Info 15504[20:00:24.642] getCompletionsAtPosition: isCompletionListBlocker: 0.0077690002508461475 +Info 15505[20:00:24.643] getExportInfoMap: cache hit +Info 15506[20:00:24.654] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15507[20:00:24.654] collectAutoImports: response is complete +Info 15508[20:00:24.654] collectAutoImports: 11.51399700017646 +Info 15509[20:00:24.654] getCompletionData: Semantic work: 12.070917000062764 +Info 15510[20:00:24.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.715477999765426 +Info 15511[20:00:24.668] Format host information updated +Info 15512[20:00:25.194] Format host information updated +Info 15513[20:00:25.195] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15514[20:00:25.204] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1424 structureChanged: false structureIsReused:: Completely Elapsed: 9.197618000209332ms +Info 15515[20:00:25.204] Different program with same set of files +Info 15516[20:00:28.964] Format host information updated +Info 15517[20:00:28.964] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15518[20:00:28.972] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1425 structureChanged: false structureIsReused:: Completely Elapsed: 7.1816259999759495ms +Info 15519[20:00:28.972] Different program with same set of files +Info 15520[20:00:29.185] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15521[20:00:29.194] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1426 structureChanged: false structureIsReused:: Completely Elapsed: 9.333295000251383ms +Info 15522[20:00:29.194] Different program with same set of files +Info 15523[20:00:29.194] getCompletionData: Get current token: 0.006164999678730965 +Info 15524[20:00:29.194] getCompletionData: Is inside comment: 0.0014639999717473984 +Info 15525[20:00:29.194] getCompletionData: Get previous token: 0.035976999904960394 +Info 15526[20:00:29.194] getCompletionsAtPosition: isCompletionListBlocker: 0.001430000178515911 +Info 15527[20:00:29.194] Returning an empty list because completion was requested in an invalid position. +Info 15528[20:00:29.194] Format host information updated +Info 15529[20:00:29.245] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15530[20:00:29.253] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1427 structureChanged: false structureIsReused:: Completely Elapsed: 7.968643999658525ms +Info 15531[20:00:29.253] Different program with same set of files +Info 15532[20:00:29.254] getCompletionData: Get current token: 0.00860000029206276 +Info 15533[20:00:29.254] getCompletionData: Is inside comment: 0.0016499999910593033 +Info 15534[20:00:29.254] getCompletionData: Get previous token: 0.045919999945908785 +Info 15535[20:00:29.254] getCompletionsAtPosition: isCompletionListBlocker: 0.0017750002443790436 +Info 15536[20:00:29.254] Returning an empty list because completion was requested in an invalid position. +Info 15537[20:00:29.256] Format host information updated +Info 15538[20:00:29.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15539[20:00:29.370] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1428 structureChanged: false structureIsReused:: Completely Elapsed: 7.260476999916136ms +Info 15540[20:00:29.370] Different program with same set of files +Info 15541[20:00:29.370] getCompletionData: Get current token: 0.00838199956342578 +Info 15542[20:00:29.370] getCompletionData: Is inside comment: 0.0016930000856518745 +Info 15543[20:00:29.371] getCompletionData: Get previous token: 0.04164699977263808 +Info 15544[20:00:29.371] getCompletionsAtPosition: isCompletionListBlocker: 0.001609000377357006 +Info 15545[20:00:29.371] Returning an empty list because completion was requested in an invalid position. +Info 15546[20:00:29.371] Format host information updated +Info 15547[20:00:30.020] getCompletionData: Get current token: 0.006496000103652477 +Info 15548[20:00:30.020] getCompletionData: Is inside comment: 0.001509999856352806 +Info 15549[20:00:30.020] getCompletionData: Get previous token: 0.036751999985426664 +Info 15550[20:00:30.020] getCompletionsAtPosition: isCompletionListBlocker: 0.004589000251144171 +Info 15551[20:00:30.020] Returning an empty list because completion was requested in an invalid position. +Info 15552[20:00:30.089] Format host information updated +Info 15553[20:00:30.089] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15554[20:00:30.097] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1429 structureChanged: false structureIsReused:: Completely Elapsed: 7.440307999961078ms +Info 15555[20:00:30.097] Different program with same set of files +Info 15556[20:00:30.676] getCompletionData: Get current token: 0.006594999693334103 +Info 15557[20:00:30.676] getCompletionData: Is inside comment: 0.01843099994584918 +Info 15558[20:00:30.677] getCompletionData: Get previous token: 0.015893999952822924 +Info 15559[20:00:30.677] getCompletionsAtPosition: isCompletionListBlocker: 0.007943999953567982 +Info 15560[20:00:30.677] getExportInfoMap: cache hit +Info 15561[20:00:30.688] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15562[20:00:30.688] collectAutoImports: response is complete +Info 15563[20:00:30.688] collectAutoImports: 10.78281300002709 +Info 15564[20:00:30.688] getCompletionData: Semantic work: 11.460936000104994 +Info 15565[20:00:30.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.973445000126958 +Info 15566[20:00:32.163] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15567[20:00:32.170] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1430 structureChanged: false structureIsReused:: Completely Elapsed: 6.950364999938756ms +Info 15568[20:00:32.170] Different program with same set of files +Info 15569[20:00:32.170] getCompletionData: Get current token: 0.006953999865800142 +Info 15570[20:00:32.170] getCompletionData: Is inside comment: 0.02099199965596199 +Info 15571[20:00:32.170] getCompletionData: Get previous token: 0.035426999907940626 +Info 15572[20:00:32.170] getCompletionsAtPosition: isCompletionListBlocker: 0.007867000065743923 +Info 15573[20:00:32.171] getExportInfoMap: cache hit +Info 15574[20:00:32.174] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 18 from cache +Info 15575[20:00:32.174] collectAutoImports: response is complete +Info 15576[20:00:32.174] collectAutoImports: 3.107756999786943 +Info 15577[20:00:32.174] getCompletionData: Semantic work: 3.652089999988675 +Info 15578[20:00:32.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.232700999826193 +Info 15579[20:00:32.180] Format host information updated +Info 15580[20:00:32.286] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15581[20:00:32.293] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1431 structureChanged: false structureIsReused:: Completely Elapsed: 6.97453699959442ms +Info 15582[20:00:32.293] Different program with same set of files +Info 15583[20:00:32.293] getCompletionData: Get current token: 0.006436999887228012 +Info 15584[20:00:32.293] getCompletionData: Is inside comment: 0.01969899982213974 +Info 15585[20:00:32.293] getCompletionData: Get previous token: 0.056625000201165676 +Info 15586[20:00:32.293] getCompletionsAtPosition: isCompletionListBlocker: 0.007439999841153622 +Info 15587[20:00:32.294] getExportInfoMap: cache hit +Info 15588[20:00:32.296] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 1 from cache +Info 15589[20:00:32.296] collectAutoImports: response is complete +Info 15590[20:00:32.296] collectAutoImports: 1.7551580001600087 +Info 15591[20:00:32.296] getCompletionData: Semantic work: 2.2714289999566972 +Info 15592[20:00:32.297] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.431493999902159 +Info 15593[20:00:32.298] Format host information updated +Info 15594[20:00:32.398] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15595[20:00:32.408] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1432 structureChanged: false structureIsReused:: Completely Elapsed: 10.05484199989587ms +Info 15596[20:00:32.408] Different program with same set of files +Info 15597[20:00:32.409] getCompletionData: Get current token: 0.008282999973744154 +Info 15598[20:00:32.409] getCompletionData: Is inside comment: 0.019135999958962202 +Info 15599[20:00:32.409] getCompletionData: Get previous token: 0.0319110001437366 +Info 15600[20:00:32.409] getCompletionsAtPosition: isCompletionListBlocker: 0.008220999967306852 +Info 15601[20:00:32.409] getExportInfoMap: cache hit +Info 15602[20:00:32.411] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 0 from cache +Info 15603[20:00:32.411] collectAutoImports: response is complete +Info 15604[20:00:32.411] collectAutoImports: 1.9015320003964007 +Info 15605[20:00:32.411] getCompletionData: Semantic work: 2.5250290003605187 +Info 15606[20:00:32.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.891124999616295 +Info 15607[20:00:32.415] Format host information updated +Info 15608[20:00:35.027] Format host information updated +Info 15609[20:00:35.027] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15610[20:00:35.036] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1433 structureChanged: false structureIsReused:: Completely Elapsed: 8.769483000040054ms +Info 15611[20:00:35.036] Different program with same set of files +Info 15612[20:00:36.746] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15613[20:00:36.755] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1434 structureChanged: false structureIsReused:: Completely Elapsed: 8.698528999928385ms +Info 15614[20:00:36.755] Different program with same set of files +Info 15615[20:00:36.757] getCompletionData: Get current token: 0.01773099973797798 +Info 15616[20:00:36.757] getCompletionData: Is inside comment: 0.002948000095784664 +Info 15617[20:00:36.757] getCompletionData: Get previous token: 0.03010800015181303 +Info 15618[20:00:36.757] getCompletionsAtPosition: isCompletionListBlocker: 0.0014510001055896282 +Info 15619[20:00:36.757] Returning an empty list because completion was requested in an invalid position. +Info 15620[20:00:36.759] Format host information updated +Info 15621[20:00:37.037] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15622[20:00:37.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1435 structureChanged: false structureIsReused:: Completely Elapsed: 7.131773999892175ms +Info 15623[20:00:37.044] Different program with same set of files +Info 15624[20:00:37.047] getCompletionData: Get current token: 0.01931399991735816 +Info 15625[20:00:37.047] getCompletionData: Is inside comment: 0.00394000019878149 +Info 15626[20:00:37.047] getCompletionData: Get previous token: 0.03363100020214915 +Info 15627[20:00:37.047] getCompletionsAtPosition: isCompletionListBlocker: 0.001184999942779541 +Info 15628[20:00:37.047] Returning an empty list because completion was requested in an invalid position. +Info 15629[20:00:37.047] Format host information updated +Info 15630[20:00:37.288] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15631[20:00:37.299] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1436 structureChanged: false structureIsReused:: Completely Elapsed: 10.912413000129163ms +Info 15632[20:00:37.299] Different program with same set of files +Info 15633[20:00:37.299] getCompletionData: Get current token: 0.013245999813079834 +Info 15634[20:00:37.299] getCompletionData: Is inside comment: 0.0014929999597370625 +Info 15635[20:00:37.299] getCompletionData: Get previous token: 0.0302220000885427 +Info 15636[20:00:37.299] getCompletionsAtPosition: isCompletionListBlocker: 0.008706999942660332 +Info 15637[20:00:37.300] getExportInfoMap: cache hit +Info 15638[20:00:37.321] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15639[20:00:37.321] collectAutoImports: response is complete +Info 15640[20:00:37.321] collectAutoImports: 21.028435999993235 +Info 15641[20:00:37.321] getCompletionData: Semantic work: 21.786889999639243 +Info 15642[20:00:37.333] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.11288999998942 +Info 15643[20:00:37.339] Format host information updated +Info 15644[20:00:38.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15645[20:00:38.683] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1437 structureChanged: false structureIsReused:: Completely Elapsed: 8.752404999919236ms +Info 15646[20:00:38.683] Different program with same set of files +Info 15647[20:00:38.683] getCompletionData: Get current token: 0.007029000204056501 +Info 15648[20:00:38.683] getCompletionData: Is inside comment: 0.0013959999196231365 +Info 15649[20:00:38.683] getCompletionData: Get previous token: 0.05293300002813339 +Info 15650[20:00:38.683] getCompletionsAtPosition: isCompletionListBlocker: 0.008761000353842974 +Info 15651[20:00:38.684] getExportInfoMap: cache hit +Info 15652[20:00:38.685] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 0 from cache +Info 15653[20:00:38.685] collectAutoImports: response is complete +Info 15654[20:00:38.685] collectAutoImports: 1.5210259999148548 +Info 15655[20:00:38.685] getCompletionData: Semantic work: 2.108552999794483 +Info 15656[20:00:38.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.475348999723792 +Info 15657[20:00:38.688] Format host information updated +Info 15658[20:00:38.837] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15659[20:00:38.844] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1438 structureChanged: false structureIsReused:: Completely Elapsed: 7.291194999590516ms +Info 15660[20:00:38.844] Different program with same set of files +Info 15661[20:00:38.844] getCompletionData: Get current token: 0.009074000176042318 +Info 15662[20:00:38.844] getCompletionData: Is inside comment: 0.001828999724239111 +Info 15663[20:00:38.844] getCompletionData: Get previous token: 0.033882000017911196 +Info 15664[20:00:38.845] getCompletionsAtPosition: isCompletionListBlocker: 0.007563000079244375 +Info 15665[20:00:38.845] getExportInfoMap: cache hit +Info 15666[20:00:38.861] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15667[20:00:38.861] collectAutoImports: response is complete +Info 15668[20:00:38.861] collectAutoImports: 15.566984000150114 +Info 15669[20:00:38.861] getCompletionData: Semantic work: 16.292299000080675 +Info 15670[20:00:38.869] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.26469900039956 +Info 15671[20:00:38.875] Format host information updated +Info 15672[20:00:39.255] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15673[20:00:39.263] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1439 structureChanged: false structureIsReused:: Completely Elapsed: 7.500527000054717ms +Info 15674[20:00:39.263] Different program with same set of files +Info 15675[20:00:39.263] getCompletionData: Get current token: 0.007778000086545944 +Info 15676[20:00:39.263] getCompletionData: Is inside comment: 0.0016299998387694359 +Info 15677[20:00:39.263] getCompletionData: Get previous token: 0.04704400012269616 +Info 15678[20:00:39.263] getCompletionsAtPosition: isCompletionListBlocker: 0.009705000091344118 +Info 15679[20:00:39.264] getExportInfoMap: cache hit +Info 15680[20:00:39.266] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 0 from cache +Info 15681[20:00:39.266] collectAutoImports: response is complete +Info 15682[20:00:39.266] collectAutoImports: 2.0099149998277426 +Info 15683[20:00:39.266] getCompletionData: Semantic work: 2.7075760001316667 +Info 15684[20:00:39.268] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5774809997528791 +Info 15685[20:00:39.270] Format host information updated +Info 15686[20:00:39.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15687[20:00:39.467] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1440 structureChanged: false structureIsReused:: Completely Elapsed: 6.8752290001139045ms +Info 15688[20:00:39.467] Different program with same set of files +Info 15689[20:00:39.468] getCompletionData: Get current token: 0.00815899996086955 +Info 15690[20:00:39.468] getCompletionData: Is inside comment: 0.0016339998692274094 +Info 15691[20:00:39.468] getCompletionData: Get previous token: 0.03291699988767505 +Info 15692[20:00:39.468] getCompletionsAtPosition: isCompletionListBlocker: 0.0012810002081096172 +Info 15693[20:00:39.468] Returning an empty list because completion was requested in an invalid position. +Info 15694[20:00:39.468] Format host information updated +Info 15695[20:00:40.102] Format host information updated +Info 15696[20:00:40.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15697[20:00:40.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1441 structureChanged: false structureIsReused:: Completely Elapsed: 9.073367000091821ms +Info 15698[20:00:40.111] Different program with same set of files +Info 15699[20:00:40.486] Format host information updated +Info 15700[20:00:40.486] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15701[20:00:40.493] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1442 structureChanged: false structureIsReused:: Completely Elapsed: 6.938798000104725ms +Info 15702[20:00:40.493] Different program with same set of files +Info 15703[20:00:40.789] Format host information updated +Info 15704[20:00:40.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15705[20:00:40.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1443 structureChanged: false structureIsReused:: Completely Elapsed: 11.498070999979973ms +Info 15706[20:00:40.801] Different program with same set of files +Info 15707[20:00:48.282] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15708[20:00:48.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1444 structureChanged: false structureIsReused:: Completely Elapsed: 8.834619999863207ms +Info 15709[20:00:48.291] Different program with same set of files +Info 15710[20:00:48.292] getCompletionData: Get current token: 0.005424000322818756 +Info 15711[20:00:48.292] getCompletionData: Is inside comment: 0.001364000141620636 +Info 15712[20:00:48.292] getCompletionData: Get previous token: 0.03257300006225705 +Info 15713[20:00:48.292] getCompletionsAtPosition: isCompletionListBlocker: 0.007666999939829111 +Info 15714[20:00:48.292] getExportInfoMap: cache hit +Info 15715[20:00:48.295] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15716[20:00:48.295] collectAutoImports: response is complete +Info 15717[20:00:48.295] collectAutoImports: 2.3920709998346865 +Info 15718[20:00:48.295] getCompletionData: Semantic work: 3.1766789997927845 +Info 15719[20:00:48.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4674450000748038 +Info 15720[20:00:48.300] Format host information updated +Info 15721[20:00:48.355] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15722[20:00:48.367] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1445 structureChanged: false structureIsReused:: Completely Elapsed: 11.79736700002104ms +Info 15723[20:00:48.367] Different program with same set of files +Info 15724[20:00:48.368] getCompletionData: Get current token: 0.009856000076979399 +Info 15725[20:00:48.368] getCompletionData: Is inside comment: 0.0025470000691711903 +Info 15726[20:00:48.368] getCompletionData: Get previous token: 0.05900799995288253 +Info 15727[20:00:48.368] getCompletionsAtPosition: isCompletionListBlocker: 0.011768000200390816 +Info 15728[20:00:48.369] getExportInfoMap: cache hit +Info 15729[20:00:48.371] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15730[20:00:48.371] collectAutoImports: response is complete +Info 15731[20:00:48.371] collectAutoImports: 2.289359000045806 +Info 15732[20:00:48.371] getCompletionData: Semantic work: 3.49523299979046 +Info 15733[20:00:48.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3318880000151694 +Info 15734[20:00:48.375] Format host information updated +Info 15735[20:00:48.423] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15736[20:00:48.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1446 structureChanged: false structureIsReused:: Completely Elapsed: 9.464688000269234ms +Info 15737[20:00:48.432] Different program with same set of files +Info 15738[20:00:48.433] getCompletionData: Get current token: 0.006821999792009592 +Info 15739[20:00:48.433] getCompletionData: Is inside comment: 0.0016870000399649143 +Info 15740[20:00:48.433] getCompletionData: Get previous token: 0.039286000188440084 +Info 15741[20:00:48.433] getCompletionsAtPosition: isCompletionListBlocker: 0.009172999765723944 +Info 15742[20:00:48.433] getExportInfoMap: cache hit +Info 15743[20:00:48.435] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15744[20:00:48.435] collectAutoImports: response is complete +Info 15745[20:00:48.435] collectAutoImports: 1.566196999978274 +Info 15746[20:00:48.435] getCompletionData: Semantic work: 2.414733000099659 +Info 15747[20:00:48.437] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.438905999995768 +Info 15748[20:00:48.438] Format host information updated +Info 15749[20:00:48.490] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15750[20:00:48.504] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1447 structureChanged: false structureIsReused:: Completely Elapsed: 13.746100000105798ms +Info 15751[20:00:48.504] Different program with same set of files +Info 15752[20:00:48.504] getCompletionData: Get current token: 0.011872999835759401 +Info 15753[20:00:48.504] getCompletionData: Is inside comment: 0.002822000067681074 +Info 15754[20:00:48.504] getCompletionData: Get previous token: 0.06548900017514825 +Info 15755[20:00:48.504] getCompletionsAtPosition: isCompletionListBlocker: 0.011722000315785408 +Info 15756[20:00:48.505] getExportInfoMap: cache hit +Info 15757[20:00:48.511] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15758[20:00:48.511] collectAutoImports: response is complete +Info 15759[20:00:48.511] collectAutoImports: 5.742167000193149 +Info 15760[20:00:48.511] getCompletionData: Semantic work: 6.987989000044763 +Info 15761[20:00:48.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.446062999777496 +Info 15762[20:00:48.515] Format host information updated +Info 15763[20:00:48.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15764[20:00:48.557] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1448 structureChanged: false structureIsReused:: Completely Elapsed: 7.4273799997754395ms +Info 15765[20:00:48.557] Different program with same set of files +Info 15766[20:00:48.558] getCompletionData: Get current token: 0.006548999808728695 +Info 15767[20:00:48.558] getCompletionData: Is inside comment: 0.001623000018298626 +Info 15768[20:00:48.558] getCompletionData: Get previous token: 0.03333800006657839 +Info 15769[20:00:48.558] getCompletionsAtPosition: isCompletionListBlocker: 0.007398999761790037 +Info 15770[20:00:48.558] getExportInfoMap: cache hit +Info 15771[20:00:48.560] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 15772[20:00:48.560] collectAutoImports: response is complete +Info 15773[20:00:48.560] collectAutoImports: 1.4340070001780987 +Info 15774[20:00:48.560] getCompletionData: Semantic work: 2.134424999821931 +Info 15775[20:00:48.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4110040003433824 +Info 15776[20:00:48.562] Format host information updated +Info 15777[20:00:48.610] Format host information updated +Info 15778[20:00:48.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15779[20:00:48.618] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1449 structureChanged: false structureIsReused:: Completely Elapsed: 7.881738000083715ms +Info 15780[20:00:48.618] Different program with same set of files +Info 15781[20:00:48.698] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15782[20:00:48.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1450 structureChanged: false structureIsReused:: Completely Elapsed: 8.15853299992159ms +Info 15783[20:00:48.706] Different program with same set of files +Info 15784[20:00:48.706] getCompletionData: Get current token: 0.005994000006467104 +Info 15785[20:00:48.706] getCompletionData: Is inside comment: 0.0018239999189972878 +Info 15786[20:00:48.706] getCompletionData: Get previous token: 0.03290699981153011 +Info 15787[20:00:48.706] getCompletionsAtPosition: isCompletionListBlocker: 0.0019089998677372932 +Info 15788[20:00:48.706] Returning an empty list because completion was requested in an invalid position. +Info 15789[20:00:48.708] Format host information updated +Info 15790[20:00:48.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15791[20:00:48.828] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1451 structureChanged: false structureIsReused:: Completely Elapsed: 12.061718000099063ms +Info 15792[20:00:48.828] Different program with same set of files +Info 15793[20:00:48.828] getCompletionData: Get current token: 0.011409000027924776 +Info 15794[20:00:48.828] getCompletionData: Is inside comment: 0.002698000054806471 +Info 15795[20:00:48.828] getCompletionData: Get previous token: 0.05297299986705184 +Info 15796[20:00:48.828] getCompletionsAtPosition: isCompletionListBlocker: 0.002747999969869852 +Info 15797[20:00:48.828] Returning an empty list because completion was requested in an invalid position. +Info 15798[20:00:48.829] Format host information updated +Info 15799[20:00:49.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15800[20:00:49.173] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1452 structureChanged: false structureIsReused:: Completely Elapsed: 7.1117270002141595ms +Info 15801[20:00:49.173] Different program with same set of files +Info 15802[20:00:49.173] getCompletionData: Get current token: 0.005130999721586704 +Info 15803[20:00:49.173] getCompletionData: Is inside comment: 0.0011370000429451466 +Info 15804[20:00:49.173] getCompletionData: Get previous token: 0.05903800018131733 +Info 15805[20:00:49.173] getCompletionsAtPosition: isCompletionListBlocker: 0.0014299997128546238 +Info 15806[20:00:49.173] Returning an empty list because completion was requested in an invalid position. +Info 15807[20:00:49.173] Format host information updated +Info 15808[20:00:49.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15809[20:00:49.427] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1453 structureChanged: false structureIsReused:: Completely Elapsed: 9.860357000026852ms +Info 15810[20:00:49.427] Different program with same set of files +Info 15811[20:00:49.427] getCompletionData: Get current token: 0.005324000027030706 +Info 15812[20:00:49.427] getCompletionData: Is inside comment: 0.0013600001111626625 +Info 15813[20:00:49.428] getCompletionData: Get previous token: 0.025169000029563904 +Info 15814[20:00:49.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0013970001600682735 +Info 15815[20:00:49.428] Returning an empty list because completion was requested in an invalid position. +Info 15816[20:00:49.428] Format host information updated +Info 15817[20:00:49.553] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15818[20:00:49.562] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1454 structureChanged: false structureIsReused:: Completely Elapsed: 8.984661999624223ms +Info 15819[20:00:49.562] Different program with same set of files +Info 15820[20:00:49.562] getCompletionData: Get current token: 0.007189000025391579 +Info 15821[20:00:49.562] getCompletionData: Is inside comment: 0.0015879999846220016 +Info 15822[20:00:49.562] getCompletionData: Get previous token: 0.03559900028631091 +Info 15823[20:00:49.562] getCompletionsAtPosition: isCompletionListBlocker: 0.0018439996056258678 +Info 15824[20:00:49.562] Returning an empty list because completion was requested in an invalid position. +Info 15825[20:00:49.563] Format host information updated +Info 15826[20:00:49.701] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15827[20:00:49.711] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1455 structureChanged: false structureIsReused:: Completely Elapsed: 9.815363999921829ms +Info 15828[20:00:49.711] Different program with same set of files +Info 15829[20:00:49.711] getCompletionData: Get current token: 0.006674000062048435 +Info 15830[20:00:49.711] getCompletionData: Is inside comment: 0.0014049997553229332 +Info 15831[20:00:49.711] getCompletionData: Get previous token: 0.030679999850690365 +Info 15832[20:00:49.711] getCompletionsAtPosition: isCompletionListBlocker: 0.001939999870955944 +Info 15833[20:00:49.711] Returning an empty list because completion was requested in an invalid position. +Info 15834[20:00:49.712] Format host information updated +Info 15835[20:00:49.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15836[20:00:49.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1456 structureChanged: false structureIsReused:: Completely Elapsed: 8.218381999991834ms +Info 15837[20:00:49.816] Different program with same set of files +Info 15838[20:00:49.816] getCompletionData: Get current token: 0.004648000001907349 +Info 15839[20:00:49.816] getCompletionData: Is inside comment: 0.0011530001647770405 +Info 15840[20:00:49.816] getCompletionData: Get previous token: 0.025507000274956226 +Info 15841[20:00:49.816] getCompletionsAtPosition: isCompletionListBlocker: 0.0012269997969269753 +Info 15842[20:00:49.816] Returning an empty list because completion was requested in an invalid position. +Info 15843[20:00:49.817] Format host information updated +Info 15844[20:00:49.997] Format host information updated +Info 15845[20:00:49.997] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15846[20:00:50.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1457 structureChanged: false structureIsReused:: Completely Elapsed: 10.481223999988288ms +Info 15847[20:00:50.008] Different program with same set of files +Info 15848[20:00:50.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15849[20:00:50.069] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1458 structureChanged: false structureIsReused:: Completely Elapsed: 12.084989000111818ms +Info 15850[20:00:50.069] Different program with same set of files +Info 15851[20:00:50.070] getCompletionData: Get current token: 0.014177000150084496 +Info 15852[20:00:50.070] getCompletionData: Is inside comment: 0.001962999813258648 +Info 15853[20:00:50.070] getCompletionData: Get previous token: 0.03030399978160858 +Info 15854[20:00:50.070] getCompletionsAtPosition: isCompletionListBlocker: 0.010337000247091055 +Info 15855[20:00:50.071] getExportInfoMap: cache hit +Info 15856[20:00:50.091] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15857[20:00:50.091] collectAutoImports: response is complete +Info 15858[20:00:50.091] collectAutoImports: 20.533532000146806 +Info 15859[20:00:50.091] getCompletionData: Semantic work: 21.432776000350714 +Info 15860[20:00:50.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.575439000036567 +Info 15861[20:00:50.107] Format host information updated +Info 15862[20:00:50.165] Format host information updated +Info 15863[20:00:50.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15864[20:00:50.176] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1459 structureChanged: false structureIsReused:: Completely Elapsed: 11.289965000003576ms +Info 15865[20:00:50.176] Different program with same set of files +Info 15866[20:00:53.105] getCompletionData: Get current token: 0.005769999697804451 +Info 15867[20:00:53.106] getCompletionData: Is inside comment: 0.018862000200897455 +Info 15868[20:00:53.106] getCompletionData: Get previous token: 0.015699000097811222 +Info 15869[20:00:53.106] getCompletionsAtPosition: isCompletionListBlocker: 0.009405999910086393 +Info 15870[20:00:53.107] getExportInfoMap: cache hit +Info 15871[20:00:53.122] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15872[20:00:53.122] collectAutoImports: response is complete +Info 15873[20:00:53.122] collectAutoImports: 14.887217999901623 +Info 15874[20:00:53.122] getCompletionData: Semantic work: 16.557246000040323 +Info 15875[20:00:53.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.333326000254601 +Info 15876[20:00:53.165] Format host information updated +Info 15877[20:00:53.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15878[20:00:53.173] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1460 structureChanged: false structureIsReused:: Completely Elapsed: 7.946404000278562ms +Info 15879[20:00:53.173] Different program with same set of files +Info 15880[20:00:53.382] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15881[20:00:53.391] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1461 structureChanged: false structureIsReused:: Completely Elapsed: 8.356058000121266ms +Info 15882[20:00:53.391] Different program with same set of files +Info 15883[20:00:53.391] getCompletionData: Get current token: 0.006194999907165766 +Info 15884[20:00:53.391] getCompletionData: Is inside comment: 0.016441999934613705 +Info 15885[20:00:53.391] getCompletionData: Get previous token: 0.027156000025570393 +Info 15886[20:00:53.391] getCompletionsAtPosition: isCompletionListBlocker: 0.007697999943047762 +Info 15887[20:00:53.392] getExportInfoMap: cache hit +Info 15888[20:00:53.399] collectAutoImports: resolved 0 module specifiers, plus 106 ambient and 5 from cache +Info 15889[20:00:53.399] collectAutoImports: response is complete +Info 15890[20:00:53.399] collectAutoImports: 6.250004000030458 +Info 15891[20:00:53.399] getCompletionData: Semantic work: 7.492325999774039 +Info 15892[20:00:53.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4588189995847642 +Info 15893[20:00:53.403] Format host information updated +Info 15894[20:00:53.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15895[20:00:53.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1462 structureChanged: false structureIsReused:: Completely Elapsed: 8.908873000182211ms +Info 15896[20:00:53.469] Different program with same set of files +Info 15897[20:00:53.469] getCompletionData: Get current token: 0.013643000274896622 +Info 15898[20:00:53.469] getCompletionData: Is inside comment: 0.02131900005042553 +Info 15899[20:00:53.470] getCompletionData: Get previous token: 0.03425299981608987 +Info 15900[20:00:53.470] getCompletionsAtPosition: isCompletionListBlocker: 0.008281000424176455 +Info 15901[20:00:53.471] getExportInfoMap: cache hit +Info 15902[20:00:53.474] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 1 from cache +Info 15903[20:00:53.474] collectAutoImports: response is complete +Info 15904[20:00:53.474] collectAutoImports: 3.0092899999581277 +Info 15905[20:00:53.474] getCompletionData: Semantic work: 4.522404999937862 +Info 15906[20:00:53.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8291450003162026 +Info 15907[20:00:53.479] Format host information updated +Info 15908[20:00:53.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15909[20:00:53.588] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1463 structureChanged: false structureIsReused:: Completely Elapsed: 7.185002000071108ms +Info 15910[20:00:53.588] Different program with same set of files +Info 15911[20:00:53.588] getCompletionData: Get current token: 0.005886999890208244 +Info 15912[20:00:53.588] getCompletionData: Is inside comment: 0.01470400020480156 +Info 15913[20:00:53.588] getCompletionData: Get previous token: 0.023498000111430883 +Info 15914[20:00:53.588] getCompletionsAtPosition: isCompletionListBlocker: 0.0076060001738369465 +Info 15915[20:00:53.589] getExportInfoMap: cache hit +Info 15916[20:00:53.601] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15917[20:00:53.601] collectAutoImports: response is complete +Info 15918[20:00:53.601] collectAutoImports: 11.578830000013113 +Info 15919[20:00:53.601] getCompletionData: Semantic work: 12.667702999897301 +Info 15920[20:00:53.608] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.850192999932915 +Info 15921[20:00:53.613] Format host information updated +Info 15922[20:00:53.640] Format host information updated +Info 15923[20:00:53.640] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15924[20:00:53.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1464 structureChanged: false structureIsReused:: Completely Elapsed: 6.987681000027806ms +Info 15925[20:00:53.647] Different program with same set of files +Info 15926[20:00:53.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15927[20:00:53.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1465 structureChanged: false structureIsReused:: Completely Elapsed: 7.359922000207007ms +Info 15928[20:00:53.804] Different program with same set of files +Info 15929[20:00:53.804] getCompletionData: Get current token: 0.006121000275015831 +Info 15930[20:00:53.804] getCompletionData: Is inside comment: 0.014640000183135271 +Info 15931[20:00:53.804] getCompletionData: Get previous token: 0.012821000069379807 +Info 15932[20:00:53.804] getCompletionsAtPosition: isCompletionListBlocker: 0.0019049998372793198 +Info 15933[20:00:53.805] getExportInfoMap: cache hit +Info 15934[20:00:53.817] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15935[20:00:53.817] collectAutoImports: response is complete +Info 15936[20:00:53.817] collectAutoImports: 11.826832999940962 +Info 15937[20:00:53.817] getCompletionData: Semantic work: 12.374006999656558 +Info 15938[20:00:53.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.423194000031799 +Info 15939[20:00:53.829] Format host information updated +Info 15940[20:00:53.857] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15941[20:00:53.864] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1466 structureChanged: false structureIsReused:: Completely Elapsed: 7.388071999885142ms +Info 15942[20:00:53.864] Different program with same set of files +Info 15943[20:00:53.864] getCompletionData: Get current token: 0.005960999988019466 +Info 15944[20:00:53.864] getCompletionData: Is inside comment: 0.014777999836951494 +Info 15945[20:00:53.864] getCompletionData: Get previous token: 0.012152000330388546 +Info 15946[20:00:53.864] getCompletionsAtPosition: isCompletionListBlocker: 0.006694999989122152 +Info 15947[20:00:53.865] getExportInfoMap: cache hit +Info 15948[20:00:53.876] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15949[20:00:53.876] collectAutoImports: response is complete +Info 15950[20:00:53.876] collectAutoImports: 10.873784000054002 +Info 15951[20:00:53.876] getCompletionData: Semantic work: 11.422105999663472 +Info 15952[20:00:53.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.407395999878645 +Info 15953[20:00:53.888] Format host information updated +Info 15954[20:00:54.176] getCompletionData: Get current token: 0.030137999914586544 +Info 15955[20:00:54.176] getCompletionData: Is inside comment: 0.0071669998578727245 +Info 15956[20:00:54.176] getCompletionData: Get previous token: 0.10972899990156293 +Info 15957[20:00:54.176] getCompletionsAtPosition: isCompletionListBlocker: 0.007457999978214502 +Info 15958[20:00:54.180] getExportInfoMap: cache hit +Info 15959[20:00:54.217] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 15960[20:00:54.217] collectAutoImports: response is complete +Info 15961[20:00:54.217] collectAutoImports: 37.160262000281364 +Info 15962[20:00:54.217] getCompletionData: Semantic work: 40.98068800009787 +Info 15963[20:00:54.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.495562999974936 +Info 15964[20:00:54.356] Format host information updated +Info 15965[20:00:54.356] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15966[20:00:54.366] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1467 structureChanged: false structureIsReused:: Completely Elapsed: 10.100498999934644ms +Info 15967[20:00:54.366] Different program with same set of files +Info 15968[20:00:54.674] Format host information updated +Info 15969[20:00:54.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15970[20:00:54.689] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1468 structureChanged: false structureIsReused:: Completely Elapsed: 14.414573000278324ms +Info 15971[20:00:54.689] Different program with same set of files +Info 15972[20:00:54.889] Format host information updated +Info 15973[20:00:54.892] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15974[20:00:54.899] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1469 structureChanged: false structureIsReused:: Completely Elapsed: 7.371270999778062ms +Info 15975[20:00:54.899] Different program with same set of files +Info 15976[20:00:54.960] Format host information updated +Info 15977[20:00:54.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15978[20:00:54.968] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1470 structureChanged: false structureIsReused:: Completely Elapsed: 8.118844999931753ms +Info 15979[20:00:54.968] Different program with same set of files +Info 15980[20:00:55.069] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15981[20:00:55.077] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1471 structureChanged: false structureIsReused:: Completely Elapsed: 8.553368999622762ms +Info 15982[20:00:55.077] Different program with same set of files +Info 15983[20:00:55.078] getCompletionData: Get current token: 0.007227000314742327 +Info 15984[20:00:55.078] getCompletionData: Is inside comment: 0.02444500010460615 +Info 15985[20:00:55.078] getCompletionData: Get previous token: 0.04978899983689189 +Info 15986[20:00:55.078] getCompletionsAtPosition: isCompletionListBlocker: 0.002523999661207199 +Info 15987[20:00:55.078] getExportInfoMap: cache hit +Info 15988[20:00:55.083] collectAutoImports: resolved 0 module specifiers, plus 143 ambient and 6 from cache +Info 15989[20:00:55.083] collectAutoImports: response is complete +Info 15990[20:00:55.083] collectAutoImports: 4.7570119998417795 +Info 15991[20:00:55.083] getCompletionData: Semantic work: 5.459386000409722 +Info 15992[20:00:55.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1918660001829267 +Info 15993[20:00:55.087] Format host information updated +Info 15994[20:00:55.129] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15995[20:00:55.137] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1472 structureChanged: false structureIsReused:: Completely Elapsed: 7.644596000202ms +Info 15996[20:00:55.137] Different program with same set of files +Info 15997[20:00:55.137] getCompletionData: Get current token: 0.0061439997516572475 +Info 15998[20:00:55.137] getCompletionData: Is inside comment: 0.02012000000104308 +Info 15999[20:00:55.137] getCompletionData: Get previous token: 0.03321099979802966 +Info 16000[20:00:55.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0025220001116394997 +Info 16001[20:00:55.138] getExportInfoMap: cache hit +Info 16002[20:00:55.141] collectAutoImports: resolved 0 module specifiers, plus 126 ambient and 4 from cache +Info 16003[20:00:55.142] collectAutoImports: response is complete +Info 16004[20:00:55.142] collectAutoImports: 3.944981999695301 +Info 16005[20:00:55.142] getCompletionData: Semantic work: 4.5544410003349185 +Info 16006[20:00:55.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1333730001933873 +Info 16007[20:00:55.145] Format host information updated +Info 16008[20:00:55.189] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16009[20:00:55.200] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1473 structureChanged: false structureIsReused:: Completely Elapsed: 10.319041000213474ms +Info 16010[20:00:55.200] Different program with same set of files +Info 16011[20:00:55.200] getCompletionData: Get current token: 0.00674099987372756 +Info 16012[20:00:55.200] getCompletionData: Is inside comment: 0.019441999960690737 +Info 16013[20:00:55.200] getCompletionData: Get previous token: 0.03216599998995662 +Info 16014[20:00:55.200] getCompletionsAtPosition: isCompletionListBlocker: 0.002212999854236841 +Info 16015[20:00:55.201] getExportInfoMap: cache hit +Info 16016[20:00:55.204] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 2 from cache +Info 16017[20:00:55.204] collectAutoImports: response is complete +Info 16018[20:00:55.204] collectAutoImports: 3.0626570000313222 +Info 16019[20:00:55.204] getCompletionData: Semantic work: 3.5938760000281036 +Info 16020[20:00:55.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5210540001280606 +Info 16021[20:00:55.206] Format host information updated +Info 16022[20:00:55.316] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16023[20:00:55.347] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1474 structureChanged: false structureIsReused:: Completely Elapsed: 31.018106000032276ms +Info 16024[20:00:55.347] Different program with same set of files +Info 16025[20:00:55.348] getCompletionData: Get current token: 0.022032999899238348 +Info 16026[20:00:55.348] getCompletionData: Is inside comment: 0.07152900006622076 +Info 16027[20:00:55.348] getCompletionData: Get previous token: 0.11417100019752979 +Info 16028[20:00:55.348] getCompletionsAtPosition: isCompletionListBlocker: 0.006586000323295593 +Info 16029[20:00:55.349] getExportInfoMap: cache hit +Info 16030[20:00:55.353] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 16031[20:00:55.353] collectAutoImports: response is complete +Info 16032[20:00:55.353] collectAutoImports: 3.7090730001218617 +Info 16033[20:00:55.353] getCompletionData: Semantic work: 5.463680999819189 +Info 16034[20:00:55.356] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6923930002376437 +Info 16035[20:00:55.360] Format host information updated +Info 16036[20:00:55.435] Format host information updated +Info 16037[20:00:55.435] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16038[20:00:55.445] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1475 structureChanged: false structureIsReused:: Completely Elapsed: 9.98135200003162ms +Info 16039[20:00:55.445] Different program with same set of files +Info 16040[20:00:55.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16041[20:00:55.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1476 structureChanged: false structureIsReused:: Completely Elapsed: 9.34719100035727ms +Info 16042[20:00:55.560] Different program with same set of files +Info 16043[20:00:55.560] getCompletionData: Get current token: 0.006884000264108181 +Info 16044[20:00:55.560] getCompletionData: Is inside comment: 0.020161000080406666 +Info 16045[20:00:55.560] getCompletionData: Get previous token: 0.03507399978116155 +Info 16046[20:00:55.560] getCompletionsAtPosition: isCompletionListBlocker: 0.008262000046670437 +Info 16047[20:00:55.561] getExportInfoMap: cache hit +Info 16048[20:00:55.564] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 3 from cache +Info 16049[20:00:55.564] collectAutoImports: response is complete +Info 16050[20:00:55.564] collectAutoImports: 2.941039000172168 +Info 16051[20:00:55.564] getCompletionData: Semantic work: 3.5065200002864003 +Info 16052[20:00:55.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.901672000065446 +Info 16053[20:00:55.570] Format host information updated +Info 16054[20:00:55.632] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16055[20:00:55.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1477 structureChanged: false structureIsReused:: Completely Elapsed: 16.592011000029743ms +Info 16056[20:00:55.649] Different program with same set of files +Info 16057[20:00:55.650] getCompletionData: Get current token: 0.017663999926298857 +Info 16058[20:00:55.650] getCompletionData: Is inside comment: 0.053806000389158726 +Info 16059[20:00:55.650] getCompletionData: Get previous token: 0.09115400025621057 +Info 16060[20:00:55.650] getCompletionsAtPosition: isCompletionListBlocker: 0.02148999972268939 +Info 16061[20:00:55.651] getExportInfoMap: cache hit +Info 16062[20:00:55.657] collectAutoImports: resolved 0 module specifiers, plus 38 ambient and 0 from cache +Info 16063[20:00:55.657] collectAutoImports: response is complete +Info 16064[20:00:55.657] collectAutoImports: 5.694488000124693 +Info 16065[20:00:55.657] getCompletionData: Semantic work: 6.924459999892861 +Info 16066[20:00:55.668] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.658646000083536 +Info 16067[20:00:55.670] Format host information updated +Info 16068[20:00:55.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16069[20:00:55.714] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1478 structureChanged: false structureIsReused:: Completely Elapsed: 7.855235999915749ms +Info 16070[20:00:55.714] Different program with same set of files +Info 16071[20:00:55.714] getCompletionData: Get current token: 0.007828999776393175 +Info 16072[20:00:55.714] getCompletionData: Is inside comment: 0.02148800017312169 +Info 16073[20:00:55.714] getCompletionData: Get previous token: 0.03644300019368529 +Info 16074[20:00:55.714] getCompletionsAtPosition: isCompletionListBlocker: 0.009573000017553568 +Info 16075[20:00:55.715] getExportInfoMap: cache hit +Info 16076[20:00:55.717] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 0 from cache +Info 16077[20:00:55.717] collectAutoImports: response is complete +Info 16078[20:00:55.717] collectAutoImports: 2.2282600002363324 +Info 16079[20:00:55.717] getCompletionData: Semantic work: 2.8692350001074374 +Info 16080[20:00:55.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6766360001638532 +Info 16081[20:00:55.722] Format host information updated +Info 16082[20:00:55.769] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16083[20:00:55.779] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1479 structureChanged: false structureIsReused:: Completely Elapsed: 9.388321000151336ms +Info 16084[20:00:55.779] Different program with same set of files +Info 16085[20:00:55.779] getCompletionData: Get current token: 0.006712000351399183 +Info 16086[20:00:55.779] getCompletionData: Is inside comment: 0.020179999992251396 +Info 16087[20:00:55.779] getCompletionData: Get previous token: 0.03618100006133318 +Info 16088[20:00:55.779] getCompletionsAtPosition: isCompletionListBlocker: 0.00823400029912591 +Info 16089[20:00:55.779] getExportInfoMap: cache hit +Info 16090[20:00:55.781] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 0 from cache +Info 16091[20:00:55.781] collectAutoImports: response is complete +Info 16092[20:00:55.781] collectAutoImports: 1.9182170000858605 +Info 16093[20:00:55.781] getCompletionData: Semantic work: 2.5156090003438294 +Info 16094[20:00:55.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4662979999557137 +Info 16095[20:00:55.787] Format host information updated +Info 16096[20:01:00.479] Format host information updated +Info 16097[20:01:00.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16098[20:01:00.488] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1480 structureChanged: false structureIsReused:: Completely Elapsed: 8.80714499996975ms +Info 16099[20:01:00.488] Different program with same set of files +Info 16100[20:01:00.645] Format host information updated +Info 16101[20:01:00.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16102[20:01:00.653] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1481 structureChanged: false structureIsReused:: Completely Elapsed: 7.2664469997398555ms +Info 16103[20:01:00.653] Different program with same set of files +Info 16104[20:01:00.790] Format host information updated +Info 16105[20:01:00.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16106[20:01:00.800] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1482 structureChanged: false structureIsReused:: Completely Elapsed: 9.622024999931455ms +Info 16107[20:01:00.800] Different program with same set of files +Info 16108[20:01:00.938] Format host information updated +Info 16109[20:01:00.938] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16110[20:01:00.945] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1483 structureChanged: false structureIsReused:: Completely Elapsed: 7.2427420001477ms +Info 16111[20:01:00.945] Different program with same set of files +Info 16112[20:01:01.073] Format host information updated +Info 16113[20:01:01.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16114[20:01:01.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1484 structureChanged: false structureIsReused:: Completely Elapsed: 7.072021000087261ms +Info 16115[20:01:01.080] Different program with same set of files +Info 16116[20:01:01.248] Format host information updated +Info 16117[20:01:01.248] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16118[20:01:01.255] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1485 structureChanged: false structureIsReused:: Completely Elapsed: 6.622051999904215ms +Info 16119[20:01:01.255] Different program with same set of files +Info 16120[20:01:01.393] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16121[20:01:01.400] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1486 structureChanged: false structureIsReused:: Completely Elapsed: 7.16126300022006ms +Info 16122[20:01:01.400] Different program with same set of files +Info 16123[20:01:01.400] getCompletionData: Get current token: 0.006924999877810478 +Info 16124[20:01:01.400] getCompletionData: Is inside comment: 0.02051200019195676 +Info 16125[20:01:01.400] getCompletionData: Get previous token: 0.017401999793946743 +Info 16126[20:01:01.400] getCompletionsAtPosition: isCompletionListBlocker: 0.0022929999977350235 +Info 16127[20:01:01.400] Format host information updated +Info 16128[20:01:01.519] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16129[20:01:01.528] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1487 structureChanged: false structureIsReused:: Completely Elapsed: 9.401897000148892ms +Info 16130[20:01:01.528] Different program with same set of files +Info 16131[20:01:01.529] getCompletionData: Get current token: 0.006755999755114317 +Info 16132[20:01:01.529] getCompletionData: Is inside comment: 0.01856300001963973 +Info 16133[20:01:01.529] getCompletionData: Get previous token: 0.015975999645888805 +Info 16134[20:01:01.529] getCompletionsAtPosition: isCompletionListBlocker: 0.002683000173419714 +Info 16135[20:01:01.529] Format host information updated +Info 16136[20:01:01.678] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16137[20:01:01.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1488 structureChanged: false structureIsReused:: Completely Elapsed: 22.988328999839723ms +Info 16138[20:01:01.701] Different program with same set of files +Info 16139[20:01:01.701] getCompletionData: Get current token: 0.015869999770075083 +Info 16140[20:01:01.701] getCompletionData: Is inside comment: 0.04603400034829974 +Info 16141[20:01:01.702] getCompletionData: Get previous token: 0.03899199981242418 +Info 16142[20:01:01.702] getCompletionsAtPosition: isCompletionListBlocker: 0.010484999977052212 +Info 16143[20:01:01.703] getExportInfoMap: cache hit +Info 16144[20:01:01.722] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 16145[20:01:01.722] collectAutoImports: response is complete +Info 16146[20:01:01.722] collectAutoImports: 19.43182700034231 +Info 16147[20:01:01.722] getCompletionData: Semantic work: 20.540163000114262 +Info 16148[20:01:01.730] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.382049999665469 +Info 16149[20:01:01.735] Format host information updated +Info 16150[20:01:01.924] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16151[20:01:01.950] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1489 structureChanged: false structureIsReused:: Completely Elapsed: 26.102849000133574ms +Info 16152[20:01:01.950] Different program with same set of files +Info 16153[20:01:01.951] getCompletionData: Get current token: 0.02019099984318018 +Info 16154[20:01:01.951] getCompletionData: Is inside comment: 0.0588170001283288 +Info 16155[20:01:01.951] getCompletionData: Get previous token: 0.09474299987778068 +Info 16156[20:01:01.951] getCompletionsAtPosition: isCompletionListBlocker: 0.006167999934405088 +Info 16157[20:01:01.953] getExportInfoMap: cache hit +Info 16158[20:01:01.960] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 16159[20:01:01.960] collectAutoImports: response is complete +Info 16160[20:01:01.960] collectAutoImports: 7.489119000267237 +Info 16161[20:01:01.960] getCompletionData: Semantic work: 9.153082999866456 +Info 16162[20:01:01.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7903449996374547 +Info 16163[20:01:01.967] Format host information updated +Info 16164[20:01:01.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16165[20:01:01.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1490 structureChanged: false structureIsReused:: Completely Elapsed: 7.184169999789447ms +Info 16166[20:01:01.993] Different program with same set of files +Info 16167[20:01:01.993] getCompletionData: Get current token: 0.005365999881178141 +Info 16168[20:01:01.993] getCompletionData: Is inside comment: 0.015847000293433666 +Info 16169[20:01:01.993] getCompletionData: Get previous token: 0.02752400003373623 +Info 16170[20:01:01.993] getCompletionsAtPosition: isCompletionListBlocker: 0.0024770000018179417 +Info 16171[20:01:01.994] getExportInfoMap: cache hit +Info 16172[20:01:01.996] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 0 from cache +Info 16173[20:01:01.996] collectAutoImports: response is complete +Info 16174[20:01:01.996] collectAutoImports: 1.8051149998791516 +Info 16175[20:01:01.996] getCompletionData: Semantic work: 2.393879999872297 +Info 16176[20:01:01.997] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.455404999665916 +Info 16177[20:01:02.000] Format host information updated +Info 16178[20:01:02.169] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16179[20:01:02.177] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1491 structureChanged: false structureIsReused:: Completely Elapsed: 7.048774000257254ms +Info 16180[20:01:02.177] Different program with same set of files +Info 16181[20:01:02.177] getCompletionData: Get current token: 0.006705999840050936 +Info 16182[20:01:02.177] getCompletionData: Is inside comment: 0.01795100001618266 +Info 16183[20:01:02.177] getCompletionData: Get previous token: 0.030584000051021576 +Info 16184[20:01:02.177] getCompletionsAtPosition: isCompletionListBlocker: 0.002919000107795 +Info 16185[20:01:02.177] getExportInfoMap: cache hit +Info 16186[20:01:02.179] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 16187[20:01:02.179] collectAutoImports: response is complete +Info 16188[20:01:02.179] collectAutoImports: 1.6864990000613034 +Info 16189[20:01:02.179] getCompletionData: Semantic work: 2.24795199977234 +Info 16190[20:01:02.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3644539997912943 +Info 16191[20:01:02.181] Format host information updated +Info 16192[20:01:02.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16193[20:01:02.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1492 structureChanged: false structureIsReused:: Completely Elapsed: 9.837917000055313ms +Info 16194[20:01:02.356] Different program with same set of files +Info 16195[20:01:02.357] getCompletionData: Get current token: 0.006496999878436327 +Info 16196[20:01:02.357] getCompletionData: Is inside comment: 0.01991499960422516 +Info 16197[20:01:02.357] getCompletionData: Get previous token: 0.03281399980187416 +Info 16198[20:01:02.357] getCompletionsAtPosition: isCompletionListBlocker: 0.002503999974578619 +Info 16199[20:01:02.357] getExportInfoMap: cache hit +Info 16200[20:01:02.359] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16201[20:01:02.359] collectAutoImports: response is complete +Info 16202[20:01:02.359] collectAutoImports: 1.5449529998004436 +Info 16203[20:01:02.359] getCompletionData: Semantic work: 2.123608000110835 +Info 16204[20:01:02.360] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4332530000247061 +Info 16205[20:01:02.361] Format host information updated +Info 16206[20:01:02.435] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16207[20:01:02.442] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1493 structureChanged: false structureIsReused:: Completely Elapsed: 7.225019000004977ms +Info 16208[20:01:02.442] Different program with same set of files +Info 16209[20:01:02.442] getCompletionData: Get current token: 0.0069610001519322395 +Info 16210[20:01:02.442] getCompletionData: Is inside comment: 0.018811000045388937 +Info 16211[20:01:02.442] getCompletionData: Get previous token: 0.03218299988657236 +Info 16212[20:01:02.442] getCompletionsAtPosition: isCompletionListBlocker: 0.002873999997973442 +Info 16213[20:01:02.443] getExportInfoMap: cache hit +Info 16214[20:01:02.444] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16215[20:01:02.444] collectAutoImports: response is complete +Info 16216[20:01:02.444] collectAutoImports: 1.4961330001242459 +Info 16217[20:01:02.444] getCompletionData: Semantic work: 2.0747299999929965 +Info 16218[20:01:02.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2687319996766746 +Info 16219[20:01:02.449] Format host information updated +Info 16220[20:01:02.659] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16221[20:01:02.666] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1494 structureChanged: false structureIsReused:: Completely Elapsed: 7.010503000114113ms +Info 16222[20:01:02.666] Different program with same set of files +Info 16223[20:01:02.666] getCompletionData: Get current token: 0.005621999967843294 +Info 16224[20:01:02.667] getCompletionData: Is inside comment: 0.017454999964684248 +Info 16225[20:01:02.667] getCompletionData: Get previous token: 0.029475999996066093 +Info 16226[20:01:02.667] getCompletionsAtPosition: isCompletionListBlocker: 0.002109999768435955 +Info 16227[20:01:02.667] getExportInfoMap: cache hit +Info 16228[20:01:02.668] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16229[20:01:02.668] collectAutoImports: response is complete +Info 16230[20:01:02.668] collectAutoImports: 1.3755569998174906 +Info 16231[20:01:02.668] getCompletionData: Semantic work: 1.9114199997857213 +Info 16232[20:01:02.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2273379997350276 +Info 16233[20:01:02.670] Format host information updated +Info 16234[20:01:02.787] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16235[20:01:02.797] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1495 structureChanged: false structureIsReused:: Completely Elapsed: 9.753084999974817ms +Info 16236[20:01:02.797] Different program with same set of files +Info 16237[20:01:02.797] getCompletionData: Get current token: 0.006714999675750732 +Info 16238[20:01:02.797] getCompletionData: Is inside comment: 0.02147699985653162 +Info 16239[20:01:02.797] getCompletionData: Get previous token: 0.03735199989750981 +Info 16240[20:01:02.797] getCompletionsAtPosition: isCompletionListBlocker: 0.003365000244230032 +Info 16241[20:01:02.798] getExportInfoMap: cache hit +Info 16242[20:01:02.801] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 16243[20:01:02.801] collectAutoImports: response is complete +Info 16244[20:01:02.801] collectAutoImports: 2.524286000058055 +Info 16245[20:01:02.801] getCompletionData: Semantic work: 3.3612560001201928 +Info 16246[20:01:02.802] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7032619998790324 +Info 16247[20:01:02.804] Format host information updated +Info 16248[20:01:02.931] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16249[20:01:02.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1496 structureChanged: false structureIsReused:: Completely Elapsed: 10.658480000216514ms +Info 16250[20:01:02.942] Different program with same set of files +Info 16251[20:01:02.942] getCompletionData: Get current token: 0.006637999787926674 +Info 16252[20:01:02.942] getCompletionData: Is inside comment: 0.035180999897420406 +Info 16253[20:01:02.942] getCompletionData: Get previous token: 0.03555799974128604 +Info 16254[20:01:02.942] getCompletionsAtPosition: isCompletionListBlocker: 0.002601000014692545 +Info 16255[20:01:02.943] getExportInfoMap: cache hit +Info 16256[20:01:02.944] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16257[20:01:02.944] collectAutoImports: response is complete +Info 16258[20:01:02.944] collectAutoImports: 1.5507450001314282 +Info 16259[20:01:02.944] getCompletionData: Semantic work: 2.2844750001095235 +Info 16260[20:01:02.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7632749998010695 +Info 16261[20:01:02.947] Format host information updated +Info 16262[20:01:03.067] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16263[20:01:03.075] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1497 structureChanged: false structureIsReused:: Completely Elapsed: 7.791827999986708ms +Info 16264[20:01:03.075] Different program with same set of files +Info 16265[20:01:03.075] getCompletionData: Get current token: 0.00698699988424778 +Info 16266[20:01:03.075] getCompletionData: Is inside comment: 0.020072999875992537 +Info 16267[20:01:03.075] getCompletionData: Get previous token: 0.03194400016218424 +Info 16268[20:01:03.075] getCompletionsAtPosition: isCompletionListBlocker: 0.048328000120818615 +Info 16269[20:01:03.076] getExportInfoMap: cache hit +Info 16270[20:01:03.092] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 16271[20:01:03.092] collectAutoImports: response is complete +Info 16272[20:01:03.092] collectAutoImports: 16.092540999874473 +Info 16273[20:01:03.092] getCompletionData: Semantic work: 16.793061000294983 +Info 16274[20:01:03.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.253800000064075 +Info 16275[20:01:03.106] Format host information updated +Info 16276[20:01:04.260] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16277[20:01:04.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1498 structureChanged: false structureIsReused:: Completely Elapsed: 9.537205999717116ms +Info 16278[20:01:04.270] Different program with same set of files +Info 16279[20:01:04.270] getCompletionData: Get current token: 0.005727999843657017 +Info 16280[20:01:04.270] getCompletionData: Is inside comment: 0.0012719999067485332 +Info 16281[20:01:04.270] getCompletionData: Get previous token: 0.03149800002574921 +Info 16282[20:01:04.270] getCompletionsAtPosition: isCompletionListBlocker: 0.002732999622821808 +Info 16283[20:01:04.271] getExportInfoMap: cache hit +Info 16284[20:01:04.272] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 16285[20:01:04.272] collectAutoImports: response is complete +Info 16286[20:01:04.272] collectAutoImports: 1.4269320000894368 +Info 16287[20:01:04.272] getCompletionData: Semantic work: 2.094968999736011 +Info 16288[20:01:04.273] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3430280000902712 +Info 16289[20:01:04.274] Format host information updated +Info 16290[20:01:04.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16291[20:01:04.505] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1499 structureChanged: false structureIsReused:: Completely Elapsed: 7.489657999947667ms +Info 16292[20:01:04.505] Different program with same set of files +Info 16293[20:01:04.505] getCompletionData: Get current token: 0.005836999975144863 +Info 16294[20:01:04.505] getCompletionData: Is inside comment: 0.0012880000285804272 +Info 16295[20:01:04.505] getCompletionData: Get previous token: 0.0359590002335608 +Info 16296[20:01:04.506] getCompletionsAtPosition: isCompletionListBlocker: 0.002917999867349863 +Info 16297[20:01:04.506] getExportInfoMap: cache hit +Info 16298[20:01:04.519] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 16299[20:01:04.519] collectAutoImports: response is complete +Info 16300[20:01:04.519] collectAutoImports: 12.653847999870777 +Info 16301[20:01:04.519] getCompletionData: Semantic work: 13.317520000040531 +Info 16302[20:01:04.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.423179999925196 +Info 16303[20:01:04.532] Format host information updated +Info 16304[20:01:04.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16305[20:01:04.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1500 structureChanged: false structureIsReused:: Completely Elapsed: 10.439900000113994ms +Info 16306[20:01:04.568] Different program with same set of files +Info 16307[20:01:04.568] getCompletionData: Get current token: 0.005777999758720398 +Info 16308[20:01:04.568] getCompletionData: Is inside comment: 0.0013349996879696846 +Info 16309[20:01:04.568] getCompletionData: Get previous token: 0.03319700015708804 +Info 16310[20:01:04.568] getCompletionsAtPosition: isCompletionListBlocker: 0.002416000235825777 +Info 16311[20:01:04.569] getExportInfoMap: cache hit +Info 16312[20:01:04.571] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 16313[20:01:04.571] collectAutoImports: response is complete +Info 16314[20:01:04.571] collectAutoImports: 1.4170570001006126 +Info 16315[20:01:04.571] getCompletionData: Semantic work: 2.039998000022024 +Info 16316[20:01:04.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.128618000075221 +Info 16317[20:01:04.573] Format host information updated +Info 16318[20:01:06.108] Format host information updated +Info 16319[20:01:06.108] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16320[20:01:06.115] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1501 structureChanged: false structureIsReused:: Completely Elapsed: 7.307798999827355ms +Info 16321[20:01:06.115] Different program with same set of files +Info 16322[20:01:06.818] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16323[20:01:06.825] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1502 structureChanged: false structureIsReused:: Completely Elapsed: 7.35018500033766ms +Info 16324[20:01:06.825] Different program with same set of files +Info 16325[20:01:06.825] getCompletionData: Get current token: 0.005038999952375889 +Info 16326[20:01:06.825] getCompletionData: Is inside comment: 0.01232099998742342 +Info 16327[20:01:06.825] getCompletionData: Get previous token: 0.020483999978750944 +Info 16328[20:01:06.825] getCompletionsAtPosition: isCompletionListBlocker: 0.00534799974411726 +Info 16329[20:01:06.826] getExportInfoMap: cache hit +Info 16330[20:01:06.830] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 16331[20:01:06.830] collectAutoImports: response is complete +Info 16332[20:01:06.830] collectAutoImports: 4.041204999666661 +Info 16333[20:01:06.830] getCompletionData: Semantic work: 4.635119999758899 +Info 16334[20:01:06.832] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2325670002028346 +Info 16335[20:01:06.834] Format host information updated +Info 16336[20:01:06.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16337[20:01:06.885] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1503 structureChanged: false structureIsReused:: Completely Elapsed: 7.562918999698013ms +Info 16338[20:01:06.885] Different program with same set of files +Info 16339[20:01:06.885] getCompletionData: Get current token: 0.00624299980700016 +Info 16340[20:01:06.885] getCompletionData: Is inside comment: 0.015116000082343817 +Info 16341[20:01:06.885] getCompletionData: Get previous token: 0.023951000068336725 +Info 16342[20:01:06.885] getCompletionsAtPosition: isCompletionListBlocker: 0.004994000308215618 +Info 16343[20:01:06.886] getExportInfoMap: cache hit +Info 16344[20:01:06.888] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 16345[20:01:06.888] collectAutoImports: response is complete +Info 16346[20:01:06.888] collectAutoImports: 2.1555280000902712 +Info 16347[20:01:06.888] getCompletionData: Semantic work: 2.8375039999373257 +Info 16348[20:01:06.890] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6009570001624525 +Info 16349[20:01:06.890] Format host information updated +Info 16350[20:01:07.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16351[20:01:07.370] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1504 structureChanged: false structureIsReused:: Completely Elapsed: 9.396141999866813ms +Info 16352[20:01:07.370] Different program with same set of files +Info 16353[20:01:07.370] getCompletionData: Get current token: 0.006087999790906906 +Info 16354[20:01:07.370] getCompletionData: Is inside comment: 0.014216000214219093 +Info 16355[20:01:07.370] getCompletionData: Get previous token: 0.023370999842882156 +Info 16356[20:01:07.370] getCompletionsAtPosition: isCompletionListBlocker: 0.005472999997437 +Info 16357[20:01:07.371] getExportInfoMap: cache hit +Info 16358[20:01:07.372] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 16359[20:01:07.372] collectAutoImports: response is complete +Info 16360[20:01:07.372] collectAutoImports: 1.617044999729842 +Info 16361[20:01:07.372] getCompletionData: Semantic work: 2.209597000386566 +Info 16362[20:01:07.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3313569999299943 +Info 16363[20:01:07.375] Format host information updated +Info 16364[20:01:07.600] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16365[20:01:07.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1505 structureChanged: false structureIsReused:: Completely Elapsed: 7.766351999714971ms +Info 16366[20:01:07.608] Different program with same set of files +Info 16367[20:01:07.608] getCompletionData: Get current token: 0.006167000159621239 +Info 16368[20:01:07.608] getCompletionData: Is inside comment: 0.014318000059574842 +Info 16369[20:01:07.608] getCompletionData: Get previous token: 0.011983000207692385 +Info 16370[20:01:07.608] getCompletionsAtPosition: isCompletionListBlocker: 0.005127999931573868 +Info 16371[20:01:07.608] getExportInfoMap: cache hit +Info 16372[20:01:07.621] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 16373[20:01:07.621] collectAutoImports: response is complete +Info 16374[20:01:07.621] collectAutoImports: 12.304820999968797 +Info 16375[20:01:07.621] getCompletionData: Semantic work: 12.97221599984914 +Info 16376[20:01:07.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.621915000025183 +Info 16377[20:01:07.637] Format host information updated +Info 16378[20:02:06.584] getCompletionData: Get current token: 0.004293999634683132 +Info 16379[20:02:06.584] getCompletionData: Is inside comment: 0.0015659998171031475 +Info 16380[20:02:06.584] getCompletionData: Get previous token: 0.021834000013768673 +Info 16381[20:02:06.584] getCompletionsAtPosition: isCompletionListBlocker: 0.002088999841362238 +Info 16382[20:02:06.584] Returning an empty list because completion was requested in an invalid position. +Info 16383[20:02:07.685] Format host information updated +Info 16384[20:02:07.685] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16385[20:02:07.692] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1506 structureChanged: false structureIsReused:: Completely Elapsed: 7.541451999917626ms +Info 16386[20:02:07.692] Different program with same set of files +Info 16387[20:02:08.034] Format host information updated +Info 16388[20:02:08.034] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16389[20:02:08.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1507 structureChanged: false structureIsReused:: Completely Elapsed: 9.740156000014395ms +Info 16390[20:02:08.044] Different program with same set of files +Info 16391[20:02:08.258] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16392[20:02:08.276] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1508 structureChanged: false structureIsReused:: Completely Elapsed: 17.920981999952346ms +Info 16393[20:02:08.276] Different program with same set of files +Info 16394[20:02:08.276] getCompletionData: Get current token: 0.01003899984061718 +Info 16395[20:02:08.276] getCompletionData: Is inside comment: 0.01988699985668063 +Info 16396[20:02:08.277] getCompletionData: Get previous token: 0.024915999732911587 +Info 16397[20:02:08.277] getCompletionsAtPosition: isCompletionListBlocker: 0.004120999947190285 +Info 16398[20:02:08.278] getExportInfoMap: cache hit +Info 16399[20:02:08.290] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 16400[20:02:08.290] collectAutoImports: response is complete +Info 16401[20:02:08.290] collectAutoImports: 12.191796000115573 +Info 16402[20:02:08.290] getCompletionData: Semantic work: 13.553226999938488 +Info 16403[20:02:08.294] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4177669999189675 +Info 16404[20:02:08.296] Format host information updated +Info 16405[20:02:08.515] Format host information updated +Info 16406[20:02:08.515] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16407[20:02:08.526] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1509 structureChanged: false structureIsReused:: Completely Elapsed: 10.435277999844402ms +Info 16408[20:02:08.526] Different program with same set of files +Info 16409[20:02:08.645] Format host information updated +Info 16410[20:02:08.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16411[20:02:08.657] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1510 structureChanged: false structureIsReused:: Completely Elapsed: 11.306455000303686ms +Info 16412[20:02:08.657] Different program with same set of files +Info 16413[20:02:08.808] Format host information updated +Info 16414[20:02:08.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16415[20:02:08.818] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1511 structureChanged: false structureIsReused:: Completely Elapsed: 10.412247000262141ms +Info 16416[20:02:08.818] Different program with same set of files +Info 16417[20:02:08.933] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16418[20:02:08.963] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1512 structureChanged: false structureIsReused:: Completely Elapsed: 29.33327200030908ms +Info 16419[20:02:08.963] Different program with same set of files +Info 16420[20:02:08.963] getCompletionData: Get current token: 0.00790699990466237 +Info 16421[20:02:08.963] getCompletionData: Is inside comment: 0.017160000279545784 +Info 16422[20:02:08.963] getCompletionData: Get previous token: 0.021163000259548426 +Info 16423[20:02:08.963] getCompletionsAtPosition: isCompletionListBlocker: 0.004020999651402235 +Info 16424[20:02:08.964] getExportInfoMap: cache hit +Info 16425[20:02:08.971] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 16426[20:02:08.971] collectAutoImports: response is complete +Info 16427[20:02:08.971] collectAutoImports: 7.463427999988198 +Info 16428[20:02:08.971] getCompletionData: Semantic work: 8.333535000216216 +Info 16429[20:02:08.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9246350000612438 +Info 16430[20:02:08.977] Format host information updated +Info 16431[20:02:09.013] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16432[20:02:09.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1513 structureChanged: false structureIsReused:: Completely Elapsed: 7.169885000213981ms +Info 16433[20:02:09.021] Different program with same set of files +Info 16434[20:02:09.021] getCompletionData: Get current token: 0.004017000086605549 +Info 16435[20:02:09.021] getCompletionData: Is inside comment: 0.008452000096440315 +Info 16436[20:02:09.021] getCompletionData: Get previous token: 0.010509999934583902 +Info 16437[20:02:09.021] getCompletionsAtPosition: isCompletionListBlocker: 0.001964000053703785 +Info 16438[20:02:09.021] getExportInfoMap: cache hit +Info 16439[20:02:09.026] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 16440[20:02:09.026] collectAutoImports: response is complete +Info 16441[20:02:09.026] collectAutoImports: 4.665546000003815 +Info 16442[20:02:09.026] getCompletionData: Semantic work: 5.172785000409931 +Info 16443[20:02:09.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7538250000216067 +Info 16444[20:02:09.029] Format host information updated +Info 16445[20:02:09.097] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16446[20:02:09.106] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1514 structureChanged: false structureIsReused:: Completely Elapsed: 9.335796999745071ms +Info 16447[20:02:09.106] Different program with same set of files +Info 16448[20:02:09.107] getCompletionData: Get current token: 0.004145999904721975 +Info 16449[20:02:09.107] getCompletionData: Is inside comment: 0.010809000115841627 +Info 16450[20:02:09.107] getCompletionData: Get previous token: 0.01406100019812584 +Info 16451[20:02:09.107] getCompletionsAtPosition: isCompletionListBlocker: 0.0023209997452795506 +Info 16452[20:02:09.108] getExportInfoMap: cache hit +Info 16453[20:02:09.113] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 16454[20:02:09.113] collectAutoImports: response is complete +Info 16455[20:02:09.113] collectAutoImports: 5.144272999837995 +Info 16456[20:02:09.113] getCompletionData: Semantic work: 6.318934000097215 +Info 16457[20:02:09.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.962461999617517 +Info 16458[20:02:09.116] Format host information updated +Info 16459[20:02:09.156] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16460[20:02:09.167] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1515 structureChanged: false structureIsReused:: Completely Elapsed: 10.727355000097305ms +Info 16461[20:02:09.167] Different program with same set of files +Info 16462[20:02:09.167] getCompletionData: Get current token: 0.0042329998686909676 +Info 16463[20:02:09.167] getCompletionData: Is inside comment: 0.010825000237673521 +Info 16464[20:02:09.167] getCompletionData: Get previous token: 0.021619000006467104 +Info 16465[20:02:09.167] getCompletionsAtPosition: isCompletionListBlocker: 0.0025809998624026775 +Info 16466[20:02:09.168] getExportInfoMap: cache hit +Info 16467[20:02:09.173] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 16468[20:02:09.173] collectAutoImports: response is complete +Info 16469[20:02:09.173] collectAutoImports: 4.745582000352442 +Info 16470[20:02:09.173] getCompletionData: Semantic work: 5.458652999717742 +Info 16471[20:02:09.174] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3032740000635386 +Info 16472[20:02:09.175] Format host information updated +Info 16473[20:02:09.224] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16474[20:02:09.234] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1516 structureChanged: false structureIsReused:: Completely Elapsed: 9.897081000264734ms +Info 16475[20:02:09.234] Different program with same set of files +Info 16476[20:02:09.234] getCompletionData: Get current token: 0.004509999882429838 +Info 16477[20:02:09.234] getCompletionData: Is inside comment: 0.01410500006750226 +Info 16478[20:02:09.234] getCompletionData: Get previous token: 0.018451999872922897 +Info 16479[20:02:09.234] getCompletionsAtPosition: isCompletionListBlocker: 0.0023830002173781395 +Info 16480[20:02:09.234] getExportInfoMap: cache hit +Info 16481[20:02:09.251] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 16482[20:02:09.251] collectAutoImports: response is complete +Info 16483[20:02:09.251] collectAutoImports: 16.86689699999988 +Info 16484[20:02:09.251] getCompletionData: Semantic work: 17.523782999720424 +Info 16485[20:02:09.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.19906000001356 +Info 16486[20:02:09.265] Format host information updated +Info 16487[20:02:09.331] Format host information updated +Info 16488[20:02:09.331] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16489[20:02:09.343] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1517 structureChanged: false structureIsReused:: Completely Elapsed: 11.570135000161827ms +Info 16490[20:02:09.343] Different program with same set of files +Info 16491[20:02:09.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16492[20:02:09.715] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1518 structureChanged: false structureIsReused:: Completely Elapsed: 8.29014900000766ms +Info 16493[20:02:09.715] Different program with same set of files +Info 16494[20:02:09.715] getCompletionData: Get current token: 0.004900000058114529 +Info 16495[20:02:09.715] getCompletionData: Is inside comment: 0.013423999771475792 +Info 16496[20:02:09.715] getCompletionData: Get previous token: 0.020332999993115664 +Info 16497[20:02:09.715] getCompletionsAtPosition: isCompletionListBlocker: 0.0014619999565184116 +Info 16498[20:02:09.715] Returning an empty list because completion was requested in an invalid position. +Info 16499[20:02:09.715] Format host information updated +Info 16500[20:02:09.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16501[20:02:09.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1519 structureChanged: false structureIsReused:: Completely Elapsed: 8.018073000013828ms +Info 16502[20:02:09.816] Different program with same set of files +Info 16503[20:02:09.816] getCompletionData: Get current token: 0.005348000209778547 +Info 16504[20:02:09.816] getCompletionData: Is inside comment: 0.014153999742120504 +Info 16505[20:02:09.816] getCompletionData: Get previous token: 0.03573899995535612 +Info 16506[20:02:09.816] getCompletionsAtPosition: isCompletionListBlocker: 0.0015320000238716602 +Info 16507[20:02:09.816] Returning an empty list because completion was requested in an invalid position. +Info 16508[20:02:09.816] Format host information updated +Info 16509[20:02:10.050] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16510[20:02:10.062] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1520 structureChanged: false structureIsReused:: Completely Elapsed: 12.154120000079274ms +Info 16511[20:02:10.062] Different program with same set of files +Info 16512[20:02:10.062] getCompletionData: Get current token: 0.006076000165194273 +Info 16513[20:02:10.062] getCompletionData: Is inside comment: 0.016061000060290098 +Info 16514[20:02:10.063] getCompletionData: Get previous token: 0.011837000027298927 +Info 16515[20:02:10.063] getCompletionsAtPosition: isCompletionListBlocker: 0.010232000146061182 +Info 16516[20:02:10.063] getExportInfoMap: cache hit +Info 16517[20:02:10.078] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 16518[20:02:10.078] collectAutoImports: response is complete +Info 16519[20:02:10.078] collectAutoImports: 14.513340999837965 +Info 16520[20:02:10.078] getCompletionData: Semantic work: 15.382141999900341 +Info 16521[20:02:10.086] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.624906999990344 +Info 16522[20:02:10.093] Format host information updated +Info 16523[20:02:10.247] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16524[20:02:10.255] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1521 structureChanged: false structureIsReused:: Completely Elapsed: 7.6071250000968575ms +Info 16525[20:02:10.255] Different program with same set of files +Info 16526[20:02:10.255] getCompletionData: Get current token: 0.005059000104665756 +Info 16527[20:02:10.255] getCompletionData: Is inside comment: 0.028754000086337328 +Info 16528[20:02:10.255] getCompletionData: Get previous token: 0.020413999911397696 +Info 16529[20:02:10.255] getCompletionsAtPosition: isCompletionListBlocker: 0.0015449998900294304 +Info 16530[20:02:10.255] Returning an empty list because completion was requested in an invalid position. +Info 16531[20:02:10.255] Format host information updated +Info 16532[20:02:10.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16533[20:02:10.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1522 structureChanged: false structureIsReused:: Completely Elapsed: 10.248384000267833ms +Info 16534[20:02:10.429] Different program with same set of files +Info 16535[20:02:10.429] getCompletionData: Get current token: 0.005551000125706196 +Info 16536[20:02:10.429] getCompletionData: Is inside comment: 0.013746000360697508 +Info 16537[20:02:10.429] getCompletionData: Get previous token: 0.020301999989897013 +Info 16538[20:02:10.429] getCompletionsAtPosition: isCompletionListBlocker: 0.0015130001120269299 +Info 16539[20:02:10.429] Returning an empty list because completion was requested in an invalid position. +Info 16540[20:02:10.429] Format host information updated +Info 16541[20:02:10.552] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16542[20:02:10.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1523 structureChanged: false structureIsReused:: Completely Elapsed: 7.8982780002988875ms +Info 16543[20:02:10.560] Different program with same set of files +Info 16544[20:02:10.561] getCompletionData: Get current token: 0.0038930000737309456 +Info 16545[20:02:10.561] getCompletionData: Is inside comment: 0.010575000196695328 +Info 16546[20:02:10.561] getCompletionData: Get previous token: 0.015362000092864037 +Info 16547[20:02:10.561] getCompletionsAtPosition: isCompletionListBlocker: 0.0012869997881352901 +Info 16548[20:02:10.561] Returning an empty list because completion was requested in an invalid position. +Info 16549[20:02:10.561] Format host information updated +Info 16550[20:02:10.869] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16551[20:02:10.877] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1524 structureChanged: false structureIsReused:: Completely Elapsed: 8.309131000190973ms +Info 16552[20:02:10.877] Different program with same set of files +Info 16553[20:02:10.878] getCompletionData: Get current token: 0.004902999848127365 +Info 16554[20:02:10.878] getCompletionData: Is inside comment: 0.013154999818652868 +Info 16555[20:02:10.878] getCompletionData: Get previous token: 0.019133999943733215 +Info 16556[20:02:10.878] getCompletionsAtPosition: isCompletionListBlocker: 0.0015289997681975365 +Info 16557[20:02:10.878] Returning an empty list because completion was requested in an invalid position. +Info 16558[20:02:10.878] Format host information updated +Info 16559[20:02:11.007] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16560[20:02:11.017] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1525 structureChanged: false structureIsReused:: Completely Elapsed: 9.579068999737501ms +Info 16561[20:02:11.017] Different program with same set of files +Info 16562[20:02:11.017] getCompletionData: Get current token: 0.0048039997927844524 +Info 16563[20:02:11.017] getCompletionData: Is inside comment: 0.012763000093400478 +Info 16564[20:02:11.017] getCompletionData: Get previous token: 0.01785699976608157 +Info 16565[20:02:11.017] getCompletionsAtPosition: isCompletionListBlocker: 0.0015899999998509884 +Info 16566[20:02:11.017] Returning an empty list because completion was requested in an invalid position. +Info 16567[20:02:11.017] Format host information updated +Info 16568[20:02:11.110] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16569[20:02:11.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1526 structureChanged: false structureIsReused:: Completely Elapsed: 28.18696099985391ms +Info 16570[20:02:11.138] Different program with same set of files +Info 16571[20:02:11.138] getCompletionData: Get current token: 0.012504999991506338 +Info 16572[20:02:11.138] getCompletionData: Is inside comment: 0.02808400010690093 +Info 16573[20:02:11.138] getCompletionData: Get previous token: 0.021250999998301268 +Info 16574[20:02:11.138] getCompletionsAtPosition: isCompletionListBlocker: 0.014678999781608582 +Info 16575[20:02:11.140] getExportInfoMap: cache hit +Info 16576[20:02:11.160] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 16577[20:02:11.160] collectAutoImports: response is complete +Info 16578[20:02:11.160] collectAutoImports: 20.014942000154406 +Info 16579[20:02:11.160] getCompletionData: Semantic work: 21.295189999975264 +Info 16580[20:02:11.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.347907000221312 +Info 16581[20:02:11.173] Format host information updated +Info 16582[20:02:11.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16583[20:02:11.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1527 structureChanged: false structureIsReused:: Completely Elapsed: 7.726959999650717ms +Info 16584[20:02:11.325] Different program with same set of files +Info 16585[20:02:11.325] getCompletionData: Get current token: 0.0037429998628795147 +Info 16586[20:02:11.325] getCompletionData: Is inside comment: 0.009914999827742577 +Info 16587[20:02:11.325] getCompletionData: Get previous token: 0.014481999911367893 +Info 16588[20:02:11.325] getCompletionsAtPosition: isCompletionListBlocker: 0.001212999690324068 +Info 16589[20:02:11.325] Returning an empty list because completion was requested in an invalid position. +Info 16590[20:02:11.325] Format host information updated +Info 16591[20:02:11.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16592[20:02:11.480] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1528 structureChanged: false structureIsReused:: Completely Elapsed: 7.89197100000456ms +Info 16593[20:02:11.480] Different program with same set of files +Info 16594[20:02:11.480] getCompletionData: Get current token: 0.004747000057250261 +Info 16595[20:02:11.480] getCompletionData: Is inside comment: 0.012654999736696482 +Info 16596[20:02:11.480] getCompletionData: Get previous token: 0.01859400002285838 +Info 16597[20:02:11.480] getCompletionsAtPosition: isCompletionListBlocker: 0.0018770000897347927 +Info 16598[20:02:11.480] Returning an empty list because completion was requested in an invalid position. +Info 16599[20:02:11.482] Format host information updated +Info 16600[20:02:11.536] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16601[20:02:11.549] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1529 structureChanged: false structureIsReused:: Completely Elapsed: 13.212497999891639ms +Info 16602[20:02:11.549] Different program with same set of files +Info 16603[20:02:11.549] getCompletionData: Get current token: 0.008426000364124775 +Info 16604[20:02:11.550] getCompletionData: Is inside comment: 0.021234000101685524 +Info 16605[20:02:11.550] getCompletionData: Get previous token: 0.031827999744564295 +Info 16606[20:02:11.550] getCompletionsAtPosition: isCompletionListBlocker: 0.0022100000642240047 +Info 16607[20:02:11.550] Returning an empty list because completion was requested in an invalid position. +Info 16608[20:02:11.550] Format host information updated +Info 16609[20:02:11.998] Format host information updated +Info 16610[20:02:11.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16611[20:02:12.006] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1530 structureChanged: false structureIsReused:: Completely Elapsed: 7.428355999756604ms +Info 16612[20:02:12.006] Different program with same set of files +Info 16613[20:02:12.161] Format host information updated +Info 16614[20:02:12.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16615[20:02:12.190] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1531 structureChanged: false structureIsReused:: Completely Elapsed: 28.259130999911577ms +Info 16616[20:02:12.190] Different program with same set of files +Info 16617[20:02:26.281] Format host information updated +Info 16618[20:02:26.281] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16619[20:02:26.288] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1532 structureChanged: false structureIsReused:: Completely Elapsed: 6.882543999701738ms +Info 16620[20:02:26.288] Different program with same set of files +Info 16621[20:02:26.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16622[20:02:26.405] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1533 structureChanged: false structureIsReused:: Completely Elapsed: 10.145500000100583ms +Info 16623[20:02:26.405] Different program with same set of files +Info 16624[20:02:26.405] getCompletionData: Get current token: 0.006700000260025263 +Info 16625[20:02:26.405] getCompletionData: Is inside comment: 0.01574499998241663 +Info 16626[20:02:26.405] getCompletionData: Get previous token: 0.010207999963313341 +Info 16627[20:02:26.405] getCompletionsAtPosition: isCompletionListBlocker: 0.002329000271856785 +Info 16628[20:02:26.405] Returning an empty list because completion was requested in an invalid position. +Info 16629[20:02:26.405] Format host information updated +Info 16630[20:02:26.468] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16631[20:02:26.486] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1534 structureChanged: false structureIsReused:: Completely Elapsed: 17.234155000187457ms +Info 16632[20:02:26.486] Different program with same set of files +Info 16633[20:02:26.486] getCompletionData: Get current token: 0.007542000152170658 +Info 16634[20:02:26.486] getCompletionData: Is inside comment: 0.02768199983984232 +Info 16635[20:02:26.486] getCompletionData: Get previous token: 0.015560000203549862 +Info 16636[20:02:26.486] getCompletionsAtPosition: isCompletionListBlocker: 0.012419000267982483 +Info 16637[20:02:26.487] getExportInfoMap: cache hit +Info 16638[20:02:26.506] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16639[20:02:26.506] collectAutoImports: response is complete +Info 16640[20:02:26.506] collectAutoImports: 19.042872000019997 +Info 16641[20:02:26.506] getCompletionData: Semantic work: 20.112189000006765 +Info 16642[20:02:26.516] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.561512999702245 +Info 16643[20:02:26.521] Format host information updated +Info 16644[20:02:26.914] getCompletionData: Get current token: 0.004108999855816364 +Info 16645[20:02:26.914] getCompletionData: Is inside comment: 0.011289000045508146 +Info 16646[20:02:26.914] getCompletionData: Get previous token: 0.007704999763518572 +Info 16647[20:02:26.914] getCompletionsAtPosition: isCompletionListBlocker: 0.0019530002027750015 +Info 16648[20:02:26.914] Returning an empty list because completion was requested in an invalid position. +Info 16649[20:02:27.903] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16650[20:02:27.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1535 structureChanged: false structureIsReused:: Completely Elapsed: 7.022799999918789ms +Info 16651[20:02:27.911] Different program with same set of files +Info 16652[20:02:27.911] getCompletionData: Get current token: 0.00380899989977479 +Info 16653[20:02:27.911] getCompletionData: Is inside comment: 0.010645000264048576 +Info 16654[20:02:27.911] getCompletionData: Get previous token: 0.0072559998370707035 +Info 16655[20:02:27.911] getCompletionsAtPosition: isCompletionListBlocker: 0.001815000083297491 +Info 16656[20:02:27.911] Returning an empty list because completion was requested in an invalid position. +Info 16657[20:02:27.912] Format host information updated +Info 16658[20:02:27.990] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16659[20:02:28.014] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1536 structureChanged: false structureIsReused:: Completely Elapsed: 24.03445200016722ms +Info 16660[20:02:28.014] Different program with same set of files +Info 16661[20:02:28.014] getCompletionData: Get current token: 0.010736000258475542 +Info 16662[20:02:28.014] getCompletionData: Is inside comment: 0.031139000318944454 +Info 16663[20:02:28.015] getCompletionData: Get previous token: 0.03936599986627698 +Info 16664[20:02:28.015] getCompletionsAtPosition: isCompletionListBlocker: 0.004157999996095896 +Info 16665[20:02:28.015] Returning an empty list because completion was requested in an invalid position. +Info 16666[20:02:28.019] Format host information updated +Info 16667[20:02:28.127] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16668[20:02:28.135] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1537 structureChanged: false structureIsReused:: Completely Elapsed: 7.946000999771059ms +Info 16669[20:02:28.135] Different program with same set of files +Info 16670[20:02:28.135] getCompletionData: Get current token: 0.0042580002918839455 +Info 16671[20:02:28.135] getCompletionData: Is inside comment: 0.011550999712198973 +Info 16672[20:02:28.135] getCompletionData: Get previous token: 0.00791999977082014 +Info 16673[20:02:28.135] getCompletionsAtPosition: isCompletionListBlocker: 0.01055599981918931 +Info 16674[20:02:28.136] getExportInfoMap: cache hit +Info 16675[20:02:28.148] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16676[20:02:28.148] collectAutoImports: response is complete +Info 16677[20:02:28.148] collectAutoImports: 12.301787000149488 +Info 16678[20:02:28.148] getCompletionData: Semantic work: 12.830389000009745 +Info 16679[20:02:28.155] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.314300999976695 +Info 16680[20:02:28.159] Format host information updated +Info 16681[20:02:30.158] getCompletionData: Get current token: 0.004370000213384628 +Info 16682[20:02:30.158] getCompletionData: Is inside comment: 0.011504000052809715 +Info 16683[20:02:30.158] getCompletionData: Get previous token: 0.007654000073671341 +Info 16684[20:02:30.158] getCompletionsAtPosition: isCompletionListBlocker: 0.002051000017672777 +Info 16685[20:02:30.158] Returning an empty list because completion was requested in an invalid position. +Info 16686[20:02:31.284] getCompletionData: Get current token: 0.0040060002356767654 +Info 16687[20:02:31.284] getCompletionData: Is inside comment: 0.011603000108152628 +Info 16688[20:02:31.284] getCompletionData: Get previous token: 0.008216999936848879 +Info 16689[20:02:31.284] getCompletionsAtPosition: isCompletionListBlocker: 0.002069000154733658 +Info 16690[20:02:31.284] Returning an empty list because completion was requested in an invalid position. +Info 16691[20:02:31.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16692[20:02:31.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1538 structureChanged: false structureIsReused:: Completely Elapsed: 8.447694000322372ms +Info 16693[20:02:31.538] Different program with same set of files +Info 16694[20:02:31.538] getCompletionData: Get current token: 0.003899000119417906 +Info 16695[20:02:31.538] getCompletionData: Is inside comment: 0.012906000018119812 +Info 16696[20:02:31.538] getCompletionData: Get previous token: 0.017248000018298626 +Info 16697[20:02:31.538] getCompletionsAtPosition: isCompletionListBlocker: 0.0017840000800788403 +Info 16698[20:02:31.538] Returning an empty list because completion was requested in an invalid position. +Info 16699[20:02:31.538] Format host information updated +Info 16700[20:02:31.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16701[20:02:31.751] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1539 structureChanged: false structureIsReused:: Completely Elapsed: 8.75126799987629ms +Info 16702[20:02:31.751] Different program with same set of files +Info 16703[20:02:31.751] getCompletionData: Get current token: 0.004606999922543764 +Info 16704[20:02:31.751] getCompletionData: Is inside comment: 0.013071000110358 +Info 16705[20:02:31.751] getCompletionData: Get previous token: 0.009587999898940325 +Info 16706[20:02:31.751] getCompletionsAtPosition: isCompletionListBlocker: 0.002251999918371439 +Info 16707[20:02:31.752] getExportInfoMap: cache hit +Info 16708[20:02:31.764] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16709[20:02:31.764] collectAutoImports: response is complete +Info 16710[20:02:31.764] collectAutoImports: 12.160319000016898 +Info 16711[20:02:31.764] getCompletionData: Semantic work: 12.819238999858499 +Info 16712[20:02:31.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.85595399979502 +Info 16713[20:02:31.780] Format host information updated +Info 16714[20:02:31.895] Format host information updated +Info 16715[20:02:31.895] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16716[20:02:31.928] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1540 structureChanged: false structureIsReused:: Completely Elapsed: 32.832848000340164ms +Info 16717[20:02:31.928] Different program with same set of files +Info 16718[20:02:31.961] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16719[20:02:31.971] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1541 structureChanged: false structureIsReused:: Completely Elapsed: 10.131161000113934ms +Info 16720[20:02:31.971] Different program with same set of files +Info 16721[20:02:31.971] getCompletionData: Get current token: 0.0038930000737309456 +Info 16722[20:02:31.971] getCompletionData: Is inside comment: 0.01244600024074316 +Info 16723[20:02:31.971] getCompletionData: Get previous token: 0.017328999936580658 +Info 16724[20:02:31.971] getCompletionsAtPosition: isCompletionListBlocker: 0.0020389999262988567 +Info 16725[20:02:31.972] getExportInfoMap: cache hit +Info 16726[20:02:31.974] collectAutoImports: resolved 0 module specifiers, plus 78 ambient and 6 from cache +Info 16727[20:02:31.974] collectAutoImports: response is complete +Info 16728[20:02:31.974] collectAutoImports: 2.7894939999096096 +Info 16729[20:02:31.974] getCompletionData: Semantic work: 3.33307099994272 +Info 16730[20:02:31.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.510713000316173 +Info 16731[20:02:31.979] Format host information updated +Info 16732[20:02:32.411] getCompletionData: Get current token: 0.0036869999021291733 +Info 16733[20:02:32.411] getCompletionData: Is inside comment: 0.011361999902874231 +Info 16734[20:02:32.411] getCompletionData: Get previous token: 0.007720000110566616 +Info 16735[20:02:32.411] getCompletionsAtPosition: isCompletionListBlocker: 0.008584000170230865 +Info 16736[20:02:32.412] getExportInfoMap: cache hit +Info 16737[20:02:32.424] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16738[20:02:32.424] collectAutoImports: response is complete +Info 16739[20:02:32.424] collectAutoImports: 11.846531999763101 +Info 16740[20:02:32.424] getCompletionData: Semantic work: 12.434542999602854 +Info 16741[20:02:32.430] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.776112999767065 +Info 16742[20:02:32.498] Format host information updated +Info 16743[20:02:32.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16744[20:02:32.512] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1542 structureChanged: false structureIsReused:: Completely Elapsed: 13.960024000145495ms +Info 16745[20:02:32.512] Different program with same set of files +Info 16746[20:02:32.653] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16747[20:02:32.661] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1543 structureChanged: false structureIsReused:: Completely Elapsed: 7.97687100013718ms +Info 16748[20:02:32.661] Different program with same set of files +Info 16749[20:02:32.661] getCompletionData: Get current token: 0.003992999903857708 +Info 16750[20:02:32.661] getCompletionData: Is inside comment: 0.01203700015321374 +Info 16751[20:02:32.661] getCompletionData: Get previous token: 0.008239000104367733 +Info 16752[20:02:32.661] getCompletionsAtPosition: isCompletionListBlocker: 0.008390999864786863 +Info 16753[20:02:32.662] getExportInfoMap: cache hit +Info 16754[20:02:32.673] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16755[20:02:32.674] collectAutoImports: response is complete +Info 16756[20:02:32.674] collectAutoImports: 11.688057000283152 +Info 16757[20:02:32.674] getCompletionData: Semantic work: 12.285486999899149 +Info 16758[20:02:32.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.851646000053734 +Info 16759[20:02:32.685] Format host information updated +Info 16760[20:02:32.904] Format host information updated +Info 16761[20:02:32.904] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16762[20:02:32.912] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1544 structureChanged: false structureIsReused:: Completely Elapsed: 7.677132999990135ms +Info 16763[20:02:32.912] Different program with same set of files +Info 16764[20:02:33.124] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16765[20:02:33.132] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1545 structureChanged: false structureIsReused:: Completely Elapsed: 7.991496000438929ms +Info 16766[20:02:33.132] Different program with same set of files +Info 16767[20:02:33.132] getCompletionData: Get current token: 0.002990999724715948 +Info 16768[20:02:33.132] getCompletionData: Is inside comment: 0.010325999930500984 +Info 16769[20:02:33.132] getCompletionData: Get previous token: 0.014421999920159578 +Info 16770[20:02:33.132] getCompletionsAtPosition: isCompletionListBlocker: 0.007751999888569117 +Info 16771[20:02:33.133] getExportInfoMap: cache hit +Info 16772[20:02:33.136] collectAutoImports: resolved 0 module specifiers, plus 119 ambient and 8 from cache +Info 16773[20:02:33.136] collectAutoImports: response is complete +Info 16774[20:02:33.136] collectAutoImports: 3.562078000046313 +Info 16775[20:02:33.136] getCompletionData: Semantic work: 4.205663999542594 +Info 16776[20:02:33.139] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.552004999946803 +Info 16777[20:02:33.141] Format host information updated +Info 16778[20:02:33.225] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16779[20:02:33.233] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1546 structureChanged: false structureIsReused:: Completely Elapsed: 7.375373000279069ms +Info 16780[20:02:33.233] Different program with same set of files +Info 16781[20:02:33.233] getCompletionData: Get current token: 0.003326999954879284 +Info 16782[20:02:33.233] getCompletionData: Is inside comment: 0.010439000092446804 +Info 16783[20:02:33.233] getCompletionData: Get previous token: 0.014636000152677298 +Info 16784[20:02:33.233] getCompletionsAtPosition: isCompletionListBlocker: 0.008087999653071165 +Info 16785[20:02:33.233] getExportInfoMap: cache hit +Info 16786[20:02:33.237] collectAutoImports: resolved 0 module specifiers, plus 97 ambient and 6 from cache +Info 16787[20:02:33.237] collectAutoImports: response is complete +Info 16788[20:02:33.237] collectAutoImports: 3.2660219999961555 +Info 16789[20:02:33.237] getCompletionData: Semantic work: 3.7608909998089075 +Info 16790[20:02:33.239] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.32053600018844 +Info 16791[20:02:33.241] Format host information updated +Info 16792[20:02:33.286] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16793[20:02:33.297] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1547 structureChanged: false structureIsReused:: Completely Elapsed: 10.948640000075102ms +Info 16794[20:02:33.297] Different program with same set of files +Info 16795[20:02:33.297] getCompletionData: Get current token: 0.004411000292748213 +Info 16796[20:02:33.297] getCompletionData: Is inside comment: 0.01319799991324544 +Info 16797[20:02:33.297] getCompletionData: Get previous token: 0.01893599983304739 +Info 16798[20:02:33.297] getCompletionsAtPosition: isCompletionListBlocker: 0.009360000025480986 +Info 16799[20:02:33.298] getExportInfoMap: cache hit +Info 16800[20:02:33.301] collectAutoImports: resolved 0 module specifiers, plus 72 ambient and 4 from cache +Info 16801[20:02:33.301] collectAutoImports: response is complete +Info 16802[20:02:33.301] collectAutoImports: 3.225895999930799 +Info 16803[20:02:33.301] getCompletionData: Semantic work: 3.829361000098288 +Info 16804[20:02:33.304] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.788483999669552 +Info 16805[20:02:33.306] Format host information updated +Info 16806[20:02:33.492] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16807[20:02:33.501] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1548 structureChanged: false structureIsReused:: Completely Elapsed: 9.526944000273943ms +Info 16808[20:02:33.501] Different program with same set of files +Info 16809[20:02:33.502] getCompletionData: Get current token: 0.003504000138491392 +Info 16810[20:02:33.502] getCompletionData: Is inside comment: 0.028673000168055296 +Info 16811[20:02:33.502] getCompletionData: Get previous token: 0.016890999861061573 +Info 16812[20:02:33.502] getCompletionsAtPosition: isCompletionListBlocker: 0.008396000135689974 +Info 16813[20:02:33.502] getExportInfoMap: cache hit +Info 16814[20:02:33.506] collectAutoImports: resolved 0 module specifiers, plus 31 ambient and 0 from cache +Info 16815[20:02:33.506] collectAutoImports: response is complete +Info 16816[20:02:33.506] collectAutoImports: 3.232948000077158 +Info 16817[20:02:33.506] getCompletionData: Semantic work: 3.959078000392765 +Info 16818[20:02:33.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.657218999695033 +Info 16819[20:02:33.510] Format host information updated +Info 16820[20:02:33.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16821[20:02:33.663] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1549 structureChanged: false structureIsReused:: Completely Elapsed: 8.678157999645919ms +Info 16822[20:02:33.663] Different program with same set of files +Info 16823[20:02:33.663] getCompletionData: Get current token: 0.0035979999229311943 +Info 16824[20:02:33.663] getCompletionData: Is inside comment: 0.011770999990403652 +Info 16825[20:02:33.663] getCompletionData: Get previous token: 0.02880900027230382 +Info 16826[20:02:33.663] getCompletionsAtPosition: isCompletionListBlocker: 0.008018000051379204 +Info 16827[20:02:33.665] getExportInfoMap: cache hit +Info 16828[20:02:33.667] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 0 from cache +Info 16829[20:02:33.667] collectAutoImports: response is complete +Info 16830[20:02:33.667] collectAutoImports: 2.144422000274062 +Info 16831[20:02:33.667] getCompletionData: Semantic work: 4.293638999573886 +Info 16832[20:02:33.670] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4975459999404848 +Info 16833[20:02:33.671] Format host information updated +Info 16834[20:02:33.855] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16835[20:02:33.864] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1550 structureChanged: false structureIsReused:: Completely Elapsed: 8.770125000271946ms +Info 16836[20:02:33.864] Different program with same set of files +Info 16837[20:02:33.864] getCompletionData: Get current token: 0.004302999936044216 +Info 16838[20:02:33.864] getCompletionData: Is inside comment: 0.013092000037431717 +Info 16839[20:02:33.864] getCompletionData: Get previous token: 0.008808000013232231 +Info 16840[20:02:33.864] getCompletionsAtPosition: isCompletionListBlocker: 0.0028510000556707382 +Info 16841[20:02:33.864] getExportInfoMap: cache hit +Info 16842[20:02:33.879] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16843[20:02:33.879] collectAutoImports: response is complete +Info 16844[20:02:33.879] collectAutoImports: 15.00490800011903 +Info 16845[20:02:33.880] getCompletionData: Semantic work: 15.636488999705762 +Info 16846[20:02:33.887] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.146425999701023 +Info 16847[20:02:33.891] Format host information updated +Info 16848[20:02:33.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16849[20:02:33.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1551 structureChanged: false structureIsReused:: Completely Elapsed: 10.572655000258237ms +Info 16850[20:02:33.961] Different program with same set of files +Info 16851[20:02:33.961] getCompletionData: Get current token: 0.00445799995213747 +Info 16852[20:02:33.961] getCompletionData: Is inside comment: 0.013451000209897757 +Info 16853[20:02:33.961] getCompletionData: Get previous token: 0.00902800029143691 +Info 16854[20:02:33.961] getCompletionsAtPosition: isCompletionListBlocker: 0.014010000042617321 +Info 16855[20:02:33.962] getExportInfoMap: cache hit +Info 16856[20:02:33.973] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16857[20:02:33.973] collectAutoImports: response is complete +Info 16858[20:02:33.973] collectAutoImports: 11.063732999842614 +Info 16859[20:02:33.973] getCompletionData: Semantic work: 11.677336999680847 +Info 16860[20:02:33.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.304119000211358 +Info 16861[20:02:33.985] Format host information updated +Info 16862[20:02:34.275] getCompletionData: Get current token: 0.004245999734848738 +Info 16863[20:02:34.275] getCompletionData: Is inside comment: 0.011350000277161598 +Info 16864[20:02:34.275] getCompletionData: Get previous token: 0.007935000117868185 +Info 16865[20:02:34.275] getCompletionsAtPosition: isCompletionListBlocker: 0.0031019998714327812 +Info 16866[20:02:34.275] getExportInfoMap: cache hit +Info 16867[20:02:34.282] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16868[20:02:34.282] collectAutoImports: response is complete +Info 16869[20:02:34.282] collectAutoImports: 6.633350000251085 +Info 16870[20:02:34.282] getCompletionData: Semantic work: 7.215110999997705 +Info 16871[20:02:34.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.950550000183284 +Info 16872[20:02:34.524] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16873[20:02:34.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1552 structureChanged: false structureIsReused:: Completely Elapsed: 7.548493999987841ms +Info 16874[20:02:34.532] Different program with same set of files +Info 16875[20:02:34.532] getCompletionData: Get current token: 0.004134999588131905 +Info 16876[20:02:34.532] getCompletionData: Is inside comment: 0.011170999612659216 +Info 16877[20:02:34.532] getCompletionData: Get previous token: 0.01464099995791912 +Info 16878[20:02:34.532] getCompletionsAtPosition: isCompletionListBlocker: 0.0026039998047053814 +Info 16879[20:02:34.532] getExportInfoMap: cache hit +Info 16880[20:02:34.536] collectAutoImports: resolved 0 module specifiers, plus 135 ambient and 13 from cache +Info 16881[20:02:34.536] collectAutoImports: response is complete +Info 16882[20:02:34.536] collectAutoImports: 3.6946960003115237 +Info 16883[20:02:34.536] getCompletionData: Semantic work: 4.194713999982923 +Info 16884[20:02:34.539] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.476946999784559 +Info 16885[20:02:34.540] Format host information updated +Info 16886[20:02:34.913] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16887[20:02:34.921] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1553 structureChanged: false structureIsReused:: Completely Elapsed: 7.424656999763101ms +Info 16888[20:02:34.921] Different program with same set of files +Info 16889[20:02:34.921] getCompletionData: Get current token: 0.004722000099718571 +Info 16890[20:02:34.921] getCompletionData: Is inside comment: 0.013183999806642532 +Info 16891[20:02:34.921] getCompletionData: Get previous token: 0.01745299994945526 +Info 16892[20:02:34.921] getCompletionsAtPosition: isCompletionListBlocker: 0.0028420002199709415 +Info 16893[20:02:34.922] getExportInfoMap: cache hit +Info 16894[20:02:34.923] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 16895[20:02:34.923] collectAutoImports: response is complete +Info 16896[20:02:34.923] collectAutoImports: 1.886911999899894 +Info 16897[20:02:34.923] getCompletionData: Semantic work: 2.4625409999862313 +Info 16898[20:02:34.926] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3650020002387464 +Info 16899[20:02:34.927] Format host information updated +Info 16900[20:02:35.272] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16901[20:02:35.282] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1554 structureChanged: false structureIsReused:: Completely Elapsed: 10.223627000115812ms +Info 16902[20:02:35.282] Different program with same set of files +Info 16903[20:02:35.282] getCompletionData: Get current token: 0.00599699979647994 +Info 16904[20:02:35.282] getCompletionData: Is inside comment: 0.01629900000989437 +Info 16905[20:02:35.282] getCompletionData: Get previous token: 0.02117300033569336 +Info 16906[20:02:35.282] getCompletionsAtPosition: isCompletionListBlocker: 0.004077000077813864 +Info 16907[20:02:35.283] getExportInfoMap: cache hit +Info 16908[20:02:35.288] collectAutoImports: resolved 0 module specifiers, plus 135 ambient and 13 from cache +Info 16909[20:02:35.288] collectAutoImports: response is complete +Info 16910[20:02:35.288] collectAutoImports: 4.991806000005454 +Info 16911[20:02:35.288] getCompletionData: Semantic work: 5.737364999949932 +Info 16912[20:02:35.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0989990001544356 +Info 16913[20:02:35.294] Format host information updated +Info 16914[20:02:36.802] getCompletionData: Get current token: 0.00369599973782897 +Info 16915[20:02:36.802] getCompletionData: Is inside comment: 0.010331999976187944 +Info 16916[20:02:36.802] getCompletionData: Get previous token: 0.006838000379502773 +Info 16917[20:02:36.802] getCompletionsAtPosition: isCompletionListBlocker: 0.013172999955713749 +Info 16918[20:02:36.803] getExportInfoMap: cache hit +Info 16919[20:02:36.813] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16920[20:02:36.813] collectAutoImports: response is complete +Info 16921[20:02:36.813] collectAutoImports: 10.013409999664873 +Info 16922[20:02:36.813] getCompletionData: Semantic work: 10.724646999966353 +Info 16923[20:02:36.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.468464000150561 +Info 16924[20:02:37.279] getCompletionData: Get current token: 0.004179999697953463 +Info 16925[20:02:37.279] getCompletionData: Is inside comment: 0.011625000275671482 +Info 16926[20:02:37.279] getCompletionData: Get previous token: 0.014557000249624252 +Info 16927[20:02:37.279] getCompletionsAtPosition: isCompletionListBlocker: 0.001643999945372343 +Info 16928[20:02:37.279] Returning an empty list because completion was requested in an invalid position. +Info 16929[20:02:37.455] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16930[20:02:37.462] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1555 structureChanged: false structureIsReused:: Completely Elapsed: 7.2521549998782575ms +Info 16931[20:02:37.462] Different program with same set of files +Info 16932[20:02:37.462] getCompletionData: Get current token: 0.003923000302165747 +Info 16933[20:02:37.462] getCompletionData: Is inside comment: 0.011339999735355377 +Info 16934[20:02:37.462] getCompletionData: Get previous token: 0.007972000166773796 +Info 16935[20:02:37.462] getCompletionsAtPosition: isCompletionListBlocker: 0.0035630003549158573 +Info 16936[20:02:37.462] Returning an empty list because completion was requested in an invalid position. +Info 16937[20:02:37.464] Format host information updated +Info 16938[20:02:37.564] Format host information updated +Info 16939[20:02:37.564] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16940[20:02:37.571] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1556 structureChanged: false structureIsReused:: Completely Elapsed: 7.129753999877721ms +Info 16941[20:02:37.571] Different program with same set of files +Info 16942[20:02:37.735] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16943[20:02:37.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1557 structureChanged: false structureIsReused:: Completely Elapsed: 32.197532000020146ms +Info 16944[20:02:37.767] Different program with same set of files +Info 16945[20:02:37.768] getCompletionData: Get current token: 0.010516999755054712 +Info 16946[20:02:37.768] getCompletionData: Is inside comment: 0.034469999838620424 +Info 16947[20:02:37.768] getCompletionData: Get previous token: 0.03813000023365021 +Info 16948[20:02:37.768] getCompletionsAtPosition: isCompletionListBlocker: 0.007240999955683947 +Info 16949[20:02:37.768] Returning an empty list because completion was requested in an invalid position. +Info 16950[20:02:37.768] Format host information updated +Info 16951[20:02:41.722] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16952[20:02:41.730] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1558 structureChanged: false structureIsReused:: Completely Elapsed: 7.493116999976337ms +Info 16953[20:02:41.730] Different program with same set of files +Info 16954[20:02:41.730] getCompletionData: Get current token: 0.006244999822229147 +Info 16955[20:02:41.730] getCompletionData: Is inside comment: 0.011688999831676483 +Info 16956[20:02:41.730] getCompletionData: Get previous token: 0.008074999786913395 +Info 16957[20:02:41.730] getCompletionsAtPosition: isCompletionListBlocker: 0.0026699998416006565 +Info 16958[20:02:41.731] getExportInfoMap: cache hit +Info 16959[20:02:41.743] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16960[20:02:41.743] collectAutoImports: response is complete +Info 16961[20:02:41.743] collectAutoImports: 12.274746000301093 +Info 16962[20:02:41.743] getCompletionData: Semantic work: 12.850340000353754 +Info 16963[20:02:41.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.000170999672264 +Info 16964[20:02:41.753] Format host information updated +Info 16965[20:02:41.939] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16966[20:02:41.947] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1559 structureChanged: false structureIsReused:: Completely Elapsed: 7.792832999955863ms +Info 16967[20:02:41.947] Different program with same set of files +Info 16968[20:02:41.948] getCompletionData: Get current token: 0.0043299999088048935 +Info 16969[20:02:41.948] getCompletionData: Is inside comment: 0.011876000091433525 +Info 16970[20:02:41.948] getCompletionData: Get previous token: 0.008074000012129545 +Info 16971[20:02:41.948] getCompletionsAtPosition: isCompletionListBlocker: 0.002070000395178795 +Info 16972[20:02:41.948] Returning an empty list because completion was requested in an invalid position. +Info 16973[20:02:41.948] Format host information updated +Info 16974[20:02:42.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16975[20:02:42.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1560 structureChanged: false structureIsReused:: Completely Elapsed: 8.96992400009185ms +Info 16976[20:02:42.009] Different program with same set of files +Info 16977[20:02:42.009] getCompletionData: Get current token: 0.005657999776303768 +Info 16978[20:02:42.009] getCompletionData: Is inside comment: 0.015186999924480915 +Info 16979[20:02:42.009] getCompletionData: Get previous token: 0.009895000141113997 +Info 16980[20:02:42.010] getCompletionsAtPosition: isCompletionListBlocker: 0.009340999647974968 +Info 16981[20:02:42.010] getExportInfoMap: cache hit +Info 16982[20:02:42.024] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16983[20:02:42.024] collectAutoImports: response is complete +Info 16984[20:02:42.024] collectAutoImports: 14.030627000145614 +Info 16985[20:02:42.024] getCompletionData: Semantic work: 14.691227000206709 +Info 16986[20:02:42.031] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4002060000784695 +Info 16987[20:02:42.035] Format host information updated +Info 16988[20:02:42.502] Format host information updated +Info 16989[20:02:42.502] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16990[20:02:42.509] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1561 structureChanged: false structureIsReused:: Completely Elapsed: 7.10363300004974ms +Info 16991[20:02:42.509] Different program with same set of files +Info 16992[20:02:45.342] getCompletionData: Get current token: 0.004796000197529793 +Info 16993[20:02:45.342] getCompletionData: Is inside comment: 0.009006000123918056 +Info 16994[20:02:45.342] getCompletionData: Get previous token: 0.005342999938875437 +Info 16995[20:02:45.342] getCompletionsAtPosition: isCompletionListBlocker: 0.00242799986153841 +Info 16996[20:02:45.342] getExportInfoMap: cache hit +Info 16997[20:02:45.353] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 16998[20:02:45.353] collectAutoImports: response is complete +Info 16999[20:02:45.353] collectAutoImports: 10.93474500020966 +Info 17000[20:02:45.353] getCompletionData: Semantic work: 11.525034999940544 +Info 17001[20:02:45.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.694782999809831 +Info 17002[20:02:45.593] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17003[20:02:45.601] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1562 structureChanged: false structureIsReused:: Completely Elapsed: 8.687073000241071ms +Info 17004[20:02:45.601] Different program with same set of files +Info 17005[20:02:45.601] getCompletionData: Get current token: 0.003747999668121338 +Info 17006[20:02:45.602] getCompletionData: Is inside comment: 0.010691999923437834 +Info 17007[20:02:45.602] getCompletionData: Get previous token: 0.00823500007390976 +Info 17008[20:02:45.602] getCompletionsAtPosition: isCompletionListBlocker: 0.0016129999421536922 +Info 17009[20:02:45.602] Returning an empty list because completion was requested in an invalid position. +Info 17010[20:02:45.602] Format host information updated +Info 17011[20:02:45.666] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17012[20:02:45.687] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1563 structureChanged: false structureIsReused:: Completely Elapsed: 20.330267999786884ms +Info 17013[20:02:45.687] Different program with same set of files +Info 17014[20:02:45.687] getCompletionData: Get current token: 0.011764000169932842 +Info 17015[20:02:45.687] getCompletionData: Is inside comment: 0.02994599984958768 +Info 17016[20:02:45.687] getCompletionData: Get previous token: 0.019543999806046486 +Info 17017[20:02:45.687] getCompletionsAtPosition: isCompletionListBlocker: 0.050743000116199255 +Info 17018[20:02:45.689] getExportInfoMap: cache hit +Info 17019[20:02:45.714] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17020[20:02:45.714] collectAutoImports: response is complete +Info 17021[20:02:45.714] collectAutoImports: 24.674984000157565 +Info 17022[20:02:45.714] getCompletionData: Semantic work: 26.434733000118285 +Info 17023[20:02:45.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.061870000325143 +Info 17024[20:02:45.727] Format host information updated +Info 17025[20:02:45.975] getCompletionData: Get current token: 0.015893000178039074 +Info 17026[20:02:45.975] getCompletionData: Is inside comment: 0.040151000022888184 +Info 17027[20:02:45.975] getCompletionData: Get previous token: 0.02358900010585785 +Info 17028[20:02:45.975] getCompletionsAtPosition: isCompletionListBlocker: 0.005404000170528889 +Info 17029[20:02:45.975] Returning an empty list because completion was requested in an invalid position. +Info 17030[20:02:46.200] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17031[20:02:46.208] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1564 structureChanged: false structureIsReused:: Completely Elapsed: 7.9399310001172125ms +Info 17032[20:02:46.208] Different program with same set of files +Info 17033[20:02:46.208] getCompletionData: Get current token: 0.00380899989977479 +Info 17034[20:02:46.208] getCompletionData: Is inside comment: 0.00960900029167533 +Info 17035[20:02:46.208] getCompletionData: Get previous token: 0.010255000088363886 +Info 17036[20:02:46.208] getCompletionsAtPosition: isCompletionListBlocker: 0.0018810001201927662 +Info 17037[20:02:46.208] Returning an empty list because completion was requested in an invalid position. +Info 17038[20:02:46.209] Format host information updated +Info 17039[20:02:46.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17040[20:02:46.359] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1565 structureChanged: false structureIsReused:: Completely Elapsed: 7.926642999984324ms +Info 17041[20:02:46.359] Different program with same set of files +Info 17042[20:02:46.359] getCompletionData: Get current token: 0.004355999641120434 +Info 17043[20:02:46.359] getCompletionData: Is inside comment: 0.010001000016927719 +Info 17044[20:02:46.359] getCompletionData: Get previous token: 0.006273999810218811 +Info 17045[20:02:46.359] getCompletionsAtPosition: isCompletionListBlocker: 0.004064999986439943 +Info 17046[20:02:46.359] Returning an empty list because completion was requested in an invalid position. +Info 17047[20:02:46.361] Format host information updated +Info 17048[20:02:46.432] Format host information updated +Info 17049[20:02:46.432] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17050[20:02:46.440] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1566 structureChanged: false structureIsReused:: Completely Elapsed: 7.675446999724954ms +Info 17051[20:02:46.440] Different program with same set of files +Info 17052[20:02:46.603] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17053[20:02:46.613] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1567 structureChanged: false structureIsReused:: Completely Elapsed: 10.305765999946743ms +Info 17054[20:02:46.613] Different program with same set of files +Info 17055[20:02:46.614] getCompletionData: Get current token: 0.004196000285446644 +Info 17056[20:02:46.614] getCompletionData: Is inside comment: 0.009661000221967697 +Info 17057[20:02:46.614] getCompletionData: Get previous token: 0.01144499983638525 +Info 17058[20:02:46.614] getCompletionsAtPosition: isCompletionListBlocker: 0.003607999999076128 +Info 17059[20:02:46.614] Returning an empty list because completion was requested in an invalid position. +Info 17060[20:02:46.614] Format host information updated +Info 17061[20:02:47.947] Format host information updated +Info 17062[20:02:47.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17063[20:02:47.955] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1568 structureChanged: false structureIsReused:: Completely Elapsed: 7.026664999779314ms +Info 17064[20:02:47.955] Different program with same set of files +Info 17065[20:02:48.348] getCompletionData: Get current token: 0.002253000158816576 +Info 17066[20:02:48.348] getCompletionData: Is inside comment: 0.006957999896258116 +Info 17067[20:02:48.348] getCompletionData: Get previous token: 0.0042479997500777245 +Info 17068[20:02:48.348] getCompletionsAtPosition: isCompletionListBlocker: 0.008975999895483255 +Info 17069[20:02:48.349] getExportInfoMap: cache hit +Info 17070[20:02:48.358] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17071[20:02:48.358] collectAutoImports: response is complete +Info 17072[20:02:48.358] collectAutoImports: 9.346873000264168 +Info 17073[20:02:48.358] getCompletionData: Semantic work: 9.976816999725997 +Info 17074[20:02:48.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.251349000260234 +Info 17075[20:02:49.135] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17076[20:02:49.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1569 structureChanged: false structureIsReused:: Completely Elapsed: 6.899054000154138ms +Info 17077[20:02:49.142] Different program with same set of files +Info 17078[20:02:49.142] getCompletionData: Get current token: 0.003800999838858843 +Info 17079[20:02:49.142] getCompletionData: Is inside comment: 0.008060999680310488 +Info 17080[20:02:49.142] getCompletionData: Get previous token: 0.004904000088572502 +Info 17081[20:02:49.142] getCompletionsAtPosition: isCompletionListBlocker: 0.002177999820560217 +Info 17082[20:02:49.143] getExportInfoMap: cache hit +Info 17083[20:02:49.151] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17084[20:02:49.151] collectAutoImports: response is complete +Info 17085[20:02:49.151] collectAutoImports: 8.471633000299335 +Info 17086[20:02:49.151] getCompletionData: Semantic work: 9.016585999634117 +Info 17087[20:02:49.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.634324999991804 +Info 17088[20:02:49.164] Format host information updated +Info 17089[20:02:49.262] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17090[20:02:49.269] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1570 structureChanged: false structureIsReused:: Completely Elapsed: 7.518173000309616ms +Info 17091[20:02:49.270] Different program with same set of files +Info 17092[20:02:49.270] getCompletionData: Get current token: 0.0032839998602867126 +Info 17093[20:02:49.270] getCompletionData: Is inside comment: 0.00891500012949109 +Info 17094[20:02:49.270] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 17095[20:02:49.270] Format host information updated +Info 17096[20:02:49.322] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17097[20:02:49.333] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1571 structureChanged: false structureIsReused:: Completely Elapsed: 11.048946999944746ms +Info 17098[20:02:49.333] Different program with same set of files +Info 17099[20:02:49.333] getCompletionData: Get current token: 0.006031000055372715 +Info 17100[20:02:49.334] getCompletionData: Is inside comment: 0.012961999978870153 +Info 17101[20:02:49.334] getCompletionData: Get previous token: 0.008195000234991312 +Info 17102[20:02:49.334] getCompletionsAtPosition: isCompletionListBlocker: 0.008472000248730183 +Info 17103[20:02:49.334] getExportInfoMap: cache hit +Info 17104[20:02:49.346] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17105[20:02:49.346] collectAutoImports: response is complete +Info 17106[20:02:49.346] collectAutoImports: 11.468373000156134 +Info 17107[20:02:49.346] getCompletionData: Semantic work: 12.110898999962956 +Info 17108[20:02:49.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.018842000048608 +Info 17109[20:02:49.359] Format host information updated +Info 17110[20:02:49.593] getCompletionData: Get current token: 0.01801500003784895 +Info 17111[20:02:49.593] getCompletionData: Is inside comment: 0.05437799962237477 +Info 17112[20:02:49.593] getCompletionData: Get previous token: 0.03891299990937114 +Info 17113[20:02:49.593] getCompletionsAtPosition: isCompletionListBlocker: 0.006196000147610903 +Info 17114[20:02:49.593] Returning an empty list because completion was requested in an invalid position. +Info 17115[20:02:49.781] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17116[20:02:49.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1572 structureChanged: false structureIsReused:: Completely Elapsed: 30.968431999906898ms +Info 17117[20:02:49.812] Different program with same set of files +Info 17118[20:02:49.812] getCompletionData: Get current token: 0.009458999615162611 +Info 17119[20:02:49.812] getCompletionData: Is inside comment: 0.028472000267356634 +Info 17120[20:02:49.812] getCompletionData: Get previous token: 0.03792399959638715 +Info 17121[20:02:49.812] getCompletionsAtPosition: isCompletionListBlocker: 0.005921000149101019 +Info 17122[20:02:49.814] getExportInfoMap: cache hit +Info 17123[20:02:49.821] collectAutoImports: resolved 0 module specifiers, plus 78 ambient and 6 from cache +Info 17124[20:02:49.821] collectAutoImports: response is complete +Info 17125[20:02:49.821] collectAutoImports: 7.32684399979189 +Info 17126[20:02:49.821] getCompletionData: Semantic work: 8.935918000061065 +Info 17127[20:02:49.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.000873000361025 +Info 17128[20:02:49.828] Format host information updated +Info 17129[20:02:49.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17130[20:02:50.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1573 structureChanged: false structureIsReused:: Completely Elapsed: 32.26921899989247ms +Info 17131[20:02:50.000] Different program with same set of files +Info 17132[20:02:50.000] getCompletionData: Get current token: 0.008982999715954065 +Info 17133[20:02:50.000] getCompletionData: Is inside comment: 0.02405400015413761 +Info 17134[20:02:50.001] getCompletionData: Get previous token: 0.01912399986758828 +Info 17135[20:02:50.001] getCompletionsAtPosition: isCompletionListBlocker: 0.004225000273436308 +Info 17136[20:02:50.002] getExportInfoMap: cache hit +Info 17137[20:02:50.017] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17138[20:02:50.018] collectAutoImports: response is complete +Info 17139[20:02:50.018] collectAutoImports: 15.500330000184476 +Info 17140[20:02:50.018] getCompletionData: Semantic work: 16.946915000211447 +Info 17141[20:02:50.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.404665999580175 +Info 17142[20:02:50.032] Format host information updated +Info 17143[20:02:50.061] Format host information updated +Info 17144[20:02:50.061] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17145[20:02:50.068] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1574 structureChanged: false structureIsReused:: Completely Elapsed: 6.971063000150025ms +Info 17146[20:02:50.068] Different program with same set of files +Info 17147[20:02:50.166] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17148[20:02:50.194] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1575 structureChanged: false structureIsReused:: Completely Elapsed: 28.68312000017613ms +Info 17149[20:02:50.195] Different program with same set of files +Info 17150[20:02:50.195] getCompletionData: Get current token: 0.009625999722629786 +Info 17151[20:02:50.195] getCompletionData: Is inside comment: 0.030447000171989202 +Info 17152[20:02:50.195] getCompletionData: Get previous token: 0.04326199973002076 +Info 17153[20:02:50.195] getCompletionsAtPosition: isCompletionListBlocker: 0.0041240002028644085 +Info 17154[20:02:50.196] getExportInfoMap: cache hit +Info 17155[20:02:50.205] collectAutoImports: resolved 0 module specifiers, plus 78 ambient and 6 from cache +Info 17156[20:02:50.205] collectAutoImports: response is complete +Info 17157[20:02:50.205] collectAutoImports: 8.943760999944061 +Info 17158[20:02:50.205] getCompletionData: Semantic work: 10.184231999795884 +Info 17159[20:02:50.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7775889998301864 +Info 17160[20:02:50.212] Format host information updated +Info 17161[20:02:50.630] getCompletionData: Get current token: 0.0060270000249147415 +Info 17162[20:02:50.630] getCompletionData: Is inside comment: 0.017502999864518642 +Info 17163[20:02:50.630] getCompletionData: Get previous token: 0.012419999577105045 +Info 17164[20:02:50.630] getCompletionsAtPosition: isCompletionListBlocker: 0.008427000138908625 +Info 17165[20:02:50.630] getExportInfoMap: cache hit +Info 17166[20:02:50.641] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17167[20:02:50.641] collectAutoImports: response is complete +Info 17168[20:02:50.641] collectAutoImports: 10.911516000051051 +Info 17169[20:02:50.641] getCompletionData: Semantic work: 11.479081000201404 +Info 17170[20:02:50.648] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.4588270001113415 +Info 17171[20:02:50.746] Format host information updated +Info 17172[20:02:50.747] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17173[20:02:50.754] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1576 structureChanged: false structureIsReused:: Completely Elapsed: 7.344816999975592ms +Info 17174[20:02:50.754] Different program with same set of files +Info 17175[20:02:50.888] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17176[20:02:50.917] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1577 structureChanged: false structureIsReused:: Completely Elapsed: 29.216775000095367ms +Info 17177[20:02:50.918] Different program with same set of files +Info 17178[20:02:50.918] getCompletionData: Get current token: 0.012901999987661839 +Info 17179[20:02:50.918] getCompletionData: Is inside comment: 0.03812700044363737 +Info 17180[20:02:50.918] getCompletionData: Get previous token: 0.06689100014045835 +Info 17181[20:02:50.918] getCompletionsAtPosition: isCompletionListBlocker: 0.018343999981880188 +Info 17182[20:02:50.920] getExportInfoMap: cache hit +Info 17183[20:02:50.937] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17184[20:02:50.937] collectAutoImports: response is complete +Info 17185[20:02:50.937] collectAutoImports: 17.68829800002277 +Info 17186[20:02:50.937] getCompletionData: Semantic work: 19.215805999934673 +Info 17187[20:02:50.947] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.475988999940455 +Info 17188[20:02:50.952] Format host information updated +Info 17189[20:02:51.056] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17190[20:02:51.086] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1578 structureChanged: false structureIsReused:: Completely Elapsed: 29.397303000092506ms +Info 17191[20:02:51.086] Different program with same set of files +Info 17192[20:02:51.086] getCompletionData: Get current token: 0.0180460000410676 +Info 17193[20:02:51.086] getCompletionData: Is inside comment: 0.0544429998844862 +Info 17194[20:02:51.087] getCompletionData: Get previous token: 0.03640099987387657 +Info 17195[20:02:51.087] getCompletionsAtPosition: isCompletionListBlocker: 0.025621000211685896 +Info 17196[20:02:51.088] getExportInfoMap: cache hit +Info 17197[20:02:51.109] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17198[20:02:51.109] collectAutoImports: response is complete +Info 17199[20:02:51.109] collectAutoImports: 20.53003800008446 +Info 17200[20:02:51.109] getCompletionData: Semantic work: 22.090139999985695 +Info 17201[20:02:51.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.980142999906093 +Info 17202[20:02:51.121] Format host information updated +Info 17203[20:02:51.134] Format host information updated +Info 17204[20:02:51.134] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17205[20:02:51.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1579 structureChanged: false structureIsReused:: Completely Elapsed: 8.41121400007978ms +Info 17206[20:02:51.142] Different program with same set of files +Info 17207[20:02:51.243] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17208[20:02:51.272] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1580 structureChanged: false structureIsReused:: Completely Elapsed: 28.652355999685824ms +Info 17209[20:02:51.272] Different program with same set of files +Info 17210[20:02:51.273] getCompletionData: Get current token: 0.016240000259131193 +Info 17211[20:02:51.273] getCompletionData: Is inside comment: 0.048435000237077475 +Info 17212[20:02:51.273] getCompletionData: Get previous token: 0.06603199988603592 +Info 17213[20:02:51.273] getCompletionsAtPosition: isCompletionListBlocker: 0.02067699981853366 +Info 17214[20:02:51.274] getExportInfoMap: cache hit +Info 17215[20:02:51.284] collectAutoImports: resolved 0 module specifiers, plus 135 ambient and 13 from cache +Info 17216[20:02:51.284] collectAutoImports: response is complete +Info 17217[20:02:51.284] collectAutoImports: 9.945247999858111 +Info 17218[20:02:51.284] getCompletionData: Semantic work: 11.498980999924242 +Info 17219[20:02:51.289] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.3779700002633035 +Info 17220[20:02:51.293] Format host information updated +Info 17221[20:02:53.065] Format host information updated +Info 17222[20:02:53.065] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17223[20:02:53.072] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1581 structureChanged: false structureIsReused:: Completely Elapsed: 7.020750000141561ms +Info 17224[20:02:53.072] Different program with same set of files +Info 17225[20:02:53.311] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17226[20:02:53.321] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1582 structureChanged: false structureIsReused:: Completely Elapsed: 9.900593999773264ms +Info 17227[20:02:53.321] Different program with same set of files +Info 17228[20:02:53.321] getCompletionData: Get current token: 0.003914000000804663 +Info 17229[20:02:53.321] getCompletionData: Is inside comment: 0.010493999812752008 +Info 17230[20:02:53.322] getCompletionData: Get previous token: 0.013861999846994877 +Info 17231[20:02:53.322] getCompletionsAtPosition: isCompletionListBlocker: 0.007922000251710415 +Info 17232[20:02:53.322] getExportInfoMap: cache hit +Info 17233[20:02:53.326] collectAutoImports: resolved 0 module specifiers, plus 119 ambient and 8 from cache +Info 17234[20:02:53.326] collectAutoImports: response is complete +Info 17235[20:02:53.326] collectAutoImports: 3.576444000005722 +Info 17236[20:02:53.326] getCompletionData: Semantic work: 4.135018000379205 +Info 17237[20:02:53.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9139479999430478 +Info 17238[20:02:53.331] Format host information updated +Info 17239[20:02:53.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17240[20:02:53.473] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1583 structureChanged: false structureIsReused:: Completely Elapsed: 9.775493000168353ms +Info 17241[20:02:53.473] Different program with same set of files +Info 17242[20:02:53.473] getCompletionData: Get current token: 0.0038200002163648605 +Info 17243[20:02:53.473] getCompletionData: Is inside comment: 0.011549000162631273 +Info 17244[20:02:53.473] getCompletionData: Get previous token: 0.015381999779492617 +Info 17245[20:02:53.473] getCompletionsAtPosition: isCompletionListBlocker: 0.008816000074148178 +Info 17246[20:02:53.474] getExportInfoMap: cache hit +Info 17247[20:02:53.477] collectAutoImports: resolved 0 module specifiers, plus 97 ambient and 6 from cache +Info 17248[20:02:53.477] collectAutoImports: response is complete +Info 17249[20:02:53.477] collectAutoImports: 3.7497820002026856 +Info 17250[20:02:53.477] getCompletionData: Semantic work: 4.286671000067145 +Info 17251[20:02:53.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.987033999990672 +Info 17252[20:02:53.482] Format host information updated +Info 17253[20:02:53.524] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17254[20:02:53.533] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1584 structureChanged: false structureIsReused:: Completely Elapsed: 8.671066000126302ms +Info 17255[20:02:53.533] Different program with same set of files +Info 17256[20:02:53.533] getCompletionData: Get current token: 0.00459699984639883 +Info 17257[20:02:53.533] getCompletionData: Is inside comment: 0.012406999710947275 +Info 17258[20:02:53.533] getCompletionData: Get previous token: 0.016433000098913908 +Info 17259[20:02:53.533] getCompletionsAtPosition: isCompletionListBlocker: 0.008194999769330025 +Info 17260[20:02:53.534] getExportInfoMap: cache hit +Info 17261[20:02:53.539] collectAutoImports: resolved 0 module specifiers, plus 72 ambient and 4 from cache +Info 17262[20:02:53.539] collectAutoImports: response is complete +Info 17263[20:02:53.539] collectAutoImports: 5.140266999602318 +Info 17264[20:02:53.539] getCompletionData: Semantic work: 5.731349000241607 +Info 17265[20:02:53.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7673390000127256 +Info 17266[20:02:53.544] Format host information updated +Info 17267[20:02:53.656] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17268[20:02:53.664] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1585 structureChanged: false structureIsReused:: Completely Elapsed: 7.502292999997735ms +Info 17269[20:02:53.664] Different program with same set of files +Info 17270[20:02:53.664] getCompletionData: Get current token: 0.0042050001211464405 +Info 17271[20:02:53.664] getCompletionData: Is inside comment: 0.011720000300556421 +Info 17272[20:02:53.664] getCompletionData: Get previous token: 0.016315000131726265 +Info 17273[20:02:53.664] getCompletionsAtPosition: isCompletionListBlocker: 0.008216999936848879 +Info 17274[20:02:53.664] getExportInfoMap: cache hit +Info 17275[20:02:53.667] collectAutoImports: resolved 0 module specifiers, plus 31 ambient and 0 from cache +Info 17276[20:02:53.667] collectAutoImports: response is complete +Info 17277[20:02:53.667] collectAutoImports: 2.282846000045538 +Info 17278[20:02:53.667] getCompletionData: Semantic work: 2.816637999843806 +Info 17279[20:02:53.669] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3055719998665154 +Info 17280[20:02:53.672] Format host information updated +Info 17281[20:02:53.760] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17282[20:02:53.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1586 structureChanged: false structureIsReused:: Completely Elapsed: 7.22798699978739ms +Info 17283[20:02:53.767] Different program with same set of files +Info 17284[20:02:53.768] getCompletionData: Get current token: 0.003938999958336353 +Info 17285[20:02:53.768] getCompletionData: Is inside comment: 0.011795999947935343 +Info 17286[20:02:53.768] getCompletionData: Get previous token: 0.014901999849826097 +Info 17287[20:02:53.768] getCompletionsAtPosition: isCompletionListBlocker: 0.008319000247865915 +Info 17288[20:02:53.768] getExportInfoMap: cache hit +Info 17289[20:02:53.770] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 0 from cache +Info 17290[20:02:53.770] collectAutoImports: response is complete +Info 17291[20:02:53.770] collectAutoImports: 2.0000249999575317 +Info 17292[20:02:53.770] getCompletionData: Semantic work: 2.504788000136614 +Info 17293[20:02:53.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.119084000121802 +Info 17294[20:02:53.774] Format host information updated +Info 17295[20:02:53.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17296[20:02:53.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1587 structureChanged: false structureIsReused:: Completely Elapsed: 9.663186999969184ms +Info 17297[20:02:53.882] Different program with same set of files +Info 17298[20:02:53.882] getCompletionData: Get current token: 0.004279999993741512 +Info 17299[20:02:53.882] getCompletionData: Is inside comment: 0.011617999989539385 +Info 17300[20:02:53.882] getCompletionData: Get previous token: 0.015335999894887209 +Info 17301[20:02:53.882] getCompletionsAtPosition: isCompletionListBlocker: 0.008328999858349562 +Info 17302[20:02:53.883] getExportInfoMap: cache hit +Info 17303[20:02:53.885] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 0 from cache +Info 17304[20:02:53.885] collectAutoImports: response is complete +Info 17305[20:02:53.885] collectAutoImports: 2.019946000073105 +Info 17306[20:02:53.885] getCompletionData: Semantic work: 2.5624780002981424 +Info 17307[20:02:53.887] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1526850000955164 +Info 17308[20:02:53.888] Format host information updated +Info 17309[20:02:54.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17310[20:02:54.037] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1588 structureChanged: false structureIsReused:: Completely Elapsed: 10.384238000027835ms +Info 17311[20:02:54.037] Different program with same set of files +Info 17312[20:02:54.037] getCompletionData: Get current token: 0.006748999934643507 +Info 17313[20:02:54.037] getCompletionData: Is inside comment: 0.018053000327199697 +Info 17314[20:02:54.037] getCompletionData: Get previous token: 0.01271199993789196 +Info 17315[20:02:54.037] getCompletionsAtPosition: isCompletionListBlocker: 0.0044200001284480095 +Info 17316[20:02:54.038] getExportInfoMap: cache hit +Info 17317[20:02:54.051] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17318[20:02:54.051] collectAutoImports: response is complete +Info 17319[20:02:54.051] collectAutoImports: 12.716019000392407 +Info 17320[20:02:54.051] getCompletionData: Semantic work: 13.356041999999434 +Info 17321[20:02:54.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.727397999726236 +Info 17322[20:02:54.064] Format host information updated +Info 17323[20:02:54.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17324[20:02:54.222] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1589 structureChanged: false structureIsReused:: Completely Elapsed: 7.793617999646813ms +Info 17325[20:02:54.222] Different program with same set of files +Info 17326[20:02:54.222] getCompletionData: Get current token: 0.005245000123977661 +Info 17327[20:02:54.222] getCompletionData: Is inside comment: 0.014770000241696835 +Info 17328[20:02:54.222] getCompletionData: Get previous token: 0.019299999810755253 +Info 17329[20:02:54.222] getCompletionsAtPosition: isCompletionListBlocker: 0.003289000131189823 +Info 17330[20:02:54.223] getExportInfoMap: cache hit +Info 17331[20:02:54.226] collectAutoImports: resolved 0 module specifiers, plus 78 ambient and 6 from cache +Info 17332[20:02:54.226] collectAutoImports: response is complete +Info 17333[20:02:54.226] collectAutoImports: 3.744451000355184 +Info 17334[20:02:54.226] getCompletionData: Semantic work: 4.344756999984384 +Info 17335[20:02:54.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.144059999845922 +Info 17336[20:02:54.232] Format host information updated +Info 17337[20:02:54.305] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17338[20:02:54.338] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1590 structureChanged: false structureIsReused:: Completely Elapsed: 33.1328659998253ms +Info 17339[20:02:54.338] Different program with same set of files +Info 17340[20:02:54.339] getCompletionData: Get current token: 0.01334299985319376 +Info 17341[20:02:54.339] getCompletionData: Is inside comment: 0.036548000294715166 +Info 17342[20:02:54.339] getCompletionData: Get previous token: 0.024531000293791294 +Info 17343[20:02:54.339] getCompletionsAtPosition: isCompletionListBlocker: 0.019094999879598618 +Info 17344[20:02:54.340] getExportInfoMap: cache hit +Info 17345[20:02:54.358] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17346[20:02:54.358] collectAutoImports: response is complete +Info 17347[20:02:54.358] collectAutoImports: 17.930747999809682 +Info 17348[20:02:54.358] getCompletionData: Semantic work: 19.23699099989608 +Info 17349[20:02:54.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.33112799981609 +Info 17350[20:02:54.373] Format host information updated +Info 17351[20:02:54.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17352[20:02:54.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1591 structureChanged: false structureIsReused:: Completely Elapsed: 6.974340999964625ms +Info 17353[20:02:54.536] Different program with same set of files +Info 17354[20:02:54.536] getCompletionData: Get current token: 0.003903999924659729 +Info 17355[20:02:54.536] getCompletionData: Is inside comment: 0.011285000015050173 +Info 17356[20:02:54.536] getCompletionData: Get previous token: 0.014551000203937292 +Info 17357[20:02:54.536] getCompletionsAtPosition: isCompletionListBlocker: 0.0026019997894763947 +Info 17358[20:02:54.536] getExportInfoMap: cache hit +Info 17359[20:02:54.539] collectAutoImports: resolved 0 module specifiers, plus 78 ambient and 6 from cache +Info 17360[20:02:54.539] collectAutoImports: response is complete +Info 17361[20:02:54.539] collectAutoImports: 2.62430900009349 +Info 17362[20:02:54.539] getCompletionData: Semantic work: 3.24002300016582 +Info 17363[20:02:54.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3935630000196397 +Info 17364[20:02:54.543] Format host information updated +Info 17365[20:02:54.651] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17366[20:02:54.659] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1592 structureChanged: false structureIsReused:: Completely Elapsed: 7.831236999947578ms +Info 17367[20:02:54.659] Different program with same set of files +Info 17368[20:02:54.659] getCompletionData: Get current token: 0.005307000130414963 +Info 17369[20:02:54.659] getCompletionData: Is inside comment: 0.0149940000846982 +Info 17370[20:02:54.659] getCompletionData: Get previous token: 0.010369000025093555 +Info 17371[20:02:54.659] getCompletionsAtPosition: isCompletionListBlocker: 0.0027890000492334366 +Info 17372[20:02:54.660] getExportInfoMap: cache hit +Info 17373[20:02:54.674] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17374[20:02:54.674] collectAutoImports: response is complete +Info 17375[20:02:54.674] collectAutoImports: 13.787194999866188 +Info 17376[20:02:54.674] getCompletionData: Semantic work: 14.385972999967635 +Info 17377[20:02:54.681] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.228695000056177 +Info 17378[20:02:54.686] Format host information updated +Info 17379[20:02:54.723] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17380[20:02:54.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1593 structureChanged: false structureIsReused:: Completely Elapsed: 7.806628999765962ms +Info 17381[20:02:54.731] Different program with same set of files +Info 17382[20:02:54.731] getCompletionData: Get current token: 0.004559999797493219 +Info 17383[20:02:54.731] getCompletionData: Is inside comment: 0.013016999699175358 +Info 17384[20:02:54.731] getCompletionData: Get previous token: 0.016462999861687422 +Info 17385[20:02:54.731] getCompletionsAtPosition: isCompletionListBlocker: 0.003352000378072262 +Info 17386[20:02:54.732] getExportInfoMap: cache hit +Info 17387[20:02:54.736] collectAutoImports: resolved 0 module specifiers, plus 135 ambient and 13 from cache +Info 17388[20:02:54.736] collectAutoImports: response is complete +Info 17389[20:02:54.736] collectAutoImports: 4.1567299999296665 +Info 17390[20:02:54.736] getCompletionData: Semantic work: 4.770417000167072 +Info 17391[20:02:54.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.311495999805629 +Info 17392[20:02:54.742] Format host information updated +Info 17393[20:02:54.864] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17394[20:02:54.871] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1594 structureChanged: false structureIsReused:: Completely Elapsed: 7.368761999998242ms +Info 17395[20:02:54.871] Different program with same set of files +Info 17396[20:02:54.871] getCompletionData: Get current token: 0.004711000248789787 +Info 17397[20:02:54.871] getCompletionData: Is inside comment: 0.013043000362813473 +Info 17398[20:02:54.871] getCompletionData: Get previous token: 0.008661000058054924 +Info 17399[20:02:54.871] getCompletionsAtPosition: isCompletionListBlocker: 0.00815899996086955 +Info 17400[20:02:54.872] getExportInfoMap: cache hit +Info 17401[20:02:54.885] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 17402[20:02:54.885] collectAutoImports: response is complete +Info 17403[20:02:54.885] collectAutoImports: 12.921709000132978 +Info 17404[20:02:54.885] getCompletionData: Semantic work: 13.456658000126481 +Info 17405[20:02:54.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.6535479999147356 +Info 17406[20:02:54.898] Format host information updated +Info 17407[20:04:46.654] getCompletionData: Get current token: 0.0077760000713169575 +Info 17408[20:04:46.654] getCompletionData: Is inside comment: 0.0018170000985264778 +Info 17409[20:04:46.654] getCompletionData: Get previous token: 0.0407019997946918 +Info 17410[20:04:46.654] getCompletionsAtPosition: isCompletionListBlocker: 0.007153999991714954 +Info 17411[20:04:46.655] getExportInfoMap: cache hit +Info 17412[20:04:46.658] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 17413[20:04:46.658] collectAutoImports: response is complete +Info 17414[20:04:46.658] collectAutoImports: 2.82908200006932 +Info 17415[20:04:46.658] getCompletionData: Semantic work: 3.8949100002646446 +Info 17416[20:04:46.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3827949999831617 +Info 17417[20:04:47.939] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17418[20:04:47.948] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1595 structureChanged: false structureIsReused:: Completely Elapsed: 8.063281999900937ms +Info 17419[20:04:47.948] Different program with same set of files +Info 17420[20:04:47.948] getCompletionData: Get current token: 0.005262000020593405 +Info 17421[20:04:47.948] getCompletionData: Is inside comment: 0.001213999930769205 +Info 17422[20:04:47.948] getCompletionData: Get previous token: 0.030116999987512827 +Info 17423[20:04:47.948] getCompletionsAtPosition: isCompletionListBlocker: 0.005022000055760145 +Info 17424[20:04:47.948] getExportInfoMap: cache hit +Info 17425[20:04:47.950] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 17426[20:04:47.950] collectAutoImports: response is complete +Info 17427[20:04:47.950] collectAutoImports: 1.4618069999851286 +Info 17428[20:04:47.950] getCompletionData: Semantic work: 2.060284999664873 +Info 17429[20:04:47.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.160915999673307 +Info 17430[20:04:47.952] Format host information updated +Info 17431[20:04:48.145] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17432[20:04:48.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1596 structureChanged: false structureIsReused:: Completely Elapsed: 10.920865000225604ms +Info 17433[20:04:48.156] Different program with same set of files +Info 17434[20:04:48.156] getCompletionData: Get current token: 0.0061599998734891415 +Info 17435[20:04:48.156] getCompletionData: Is inside comment: 0.0015520001761615276 +Info 17436[20:04:48.156] getCompletionData: Get previous token: 0.037854999769479036 +Info 17437[20:04:48.156] getCompletionsAtPosition: isCompletionListBlocker: 0.005721000023186207 +Info 17438[20:04:48.157] getExportInfoMap: cache hit +Info 17439[20:04:48.158] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17440[20:04:48.158] collectAutoImports: response is complete +Info 17441[20:04:48.158] collectAutoImports: 1.4917390001937747 +Info 17442[20:04:48.158] getCompletionData: Semantic work: 2.2592219999060035 +Info 17443[20:04:48.160] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4615580001845956 +Info 17444[20:04:48.162] Format host information updated +Info 17445[20:04:48.249] Format host information updated +Info 17446[20:04:48.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17447[20:04:48.272] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1597 structureChanged: false structureIsReused:: Completely Elapsed: 22.40368299977854ms +Info 17448[20:04:48.272] Different program with same set of files +Info 17449[20:04:49.059] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17450[20:04:49.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1598 structureChanged: false structureIsReused:: Completely Elapsed: 12.167654999997467ms +Info 17451[20:04:49.071] Different program with same set of files +Info 17452[20:04:49.072] getCompletionData: Get current token: 0.006151000037789345 +Info 17453[20:04:49.072] getCompletionData: Is inside comment: 0.001416000071913004 +Info 17454[20:04:49.072] getCompletionData: Get previous token: 0.05851999996230006 +Info 17455[20:04:49.072] getCompletionsAtPosition: isCompletionListBlocker: 0.0059449998661875725 +Info 17456[20:04:49.072] getExportInfoMap: cache hit +Info 17457[20:04:49.075] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17458[20:04:49.075] collectAutoImports: response is complete +Info 17459[20:04:49.075] collectAutoImports: 2.3296060003340244 +Info 17460[20:04:49.075] getCompletionData: Semantic work: 3.119109000079334 +Info 17461[20:04:49.076] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3833539998158813 +Info 17462[20:04:49.078] Format host information updated +Info 17463[20:04:49.194] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17464[20:04:49.205] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1599 structureChanged: false structureIsReused:: Completely Elapsed: 11.034704999998212ms +Info 17465[20:04:49.205] Different program with same set of files +Info 17466[20:04:49.206] getCompletionData: Get current token: 0.0057749999687075615 +Info 17467[20:04:49.206] getCompletionData: Is inside comment: 0.0014240001328289509 +Info 17468[20:04:49.206] getCompletionData: Get previous token: 0.10800299979746342 +Info 17469[20:04:49.206] getCompletionsAtPosition: isCompletionListBlocker: 0.005462999921292067 +Info 17470[20:04:49.207] getExportInfoMap: cache hit +Info 17471[20:04:49.208] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17472[20:04:49.208] collectAutoImports: response is complete +Info 17473[20:04:49.208] collectAutoImports: 1.3601420000195503 +Info 17474[20:04:49.208] getCompletionData: Semantic work: 2.0026810001581907 +Info 17475[20:04:49.209] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1519180000759661 +Info 17476[20:04:49.210] Format host information updated +Info 17477[20:04:49.337] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17478[20:04:49.348] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1600 structureChanged: false structureIsReused:: Completely Elapsed: 10.828858000226319ms +Info 17479[20:04:49.348] Different program with same set of files +Info 17480[20:04:49.348] getCompletionData: Get current token: 0.006868000142276287 +Info 17481[20:04:49.348] getCompletionData: Is inside comment: 0.0016419999301433563 +Info 17482[20:04:49.348] getCompletionData: Get previous token: 0.038321000058203936 +Info 17483[20:04:49.348] getCompletionsAtPosition: isCompletionListBlocker: 0.005490999668836594 +Info 17484[20:04:49.349] getExportInfoMap: cache hit +Info 17485[20:04:49.350] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 17486[20:04:49.350] collectAutoImports: response is complete +Info 17487[20:04:49.350] collectAutoImports: 1.6494529996998608 +Info 17488[20:04:49.350] getCompletionData: Semantic work: 2.395851000212133 +Info 17489[20:04:49.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5250510000623763 +Info 17490[20:04:49.353] Format host information updated +Info 17491[20:04:49.459] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17492[20:04:49.468] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1601 structureChanged: false structureIsReused:: Completely Elapsed: 8.54115300020203ms +Info 17493[20:04:49.468] Different program with same set of files +Info 17494[20:04:49.468] getCompletionData: Get current token: 0.009374000132083893 +Info 17495[20:04:49.468] getCompletionData: Is inside comment: 0.0015690000727772713 +Info 17496[20:04:49.468] getCompletionData: Get previous token: 0.041536999866366386 +Info 17497[20:04:49.468] getCompletionsAtPosition: isCompletionListBlocker: 0.006060000043362379 +Info 17498[20:04:49.469] getExportInfoMap: cache hit +Info 17499[20:04:49.471] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 17500[20:04:49.471] collectAutoImports: response is complete +Info 17501[20:04:49.471] collectAutoImports: 1.910682000219822 +Info 17502[20:04:49.471] getCompletionData: Semantic work: 2.718869000207633 +Info 17503[20:04:49.473] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4969689999707043 +Info 17504[20:04:49.474] Format host information updated +Info 17505[20:04:49.591] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17506[20:04:49.601] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1602 structureChanged: false structureIsReused:: Completely Elapsed: 10.572199999820441ms +Info 17507[20:04:49.601] Different program with same set of files +Info 17508[20:04:49.602] getCompletionData: Get current token: 0.0066720000468194485 +Info 17509[20:04:49.602] getCompletionData: Is inside comment: 0.001509999856352806 +Info 17510[20:04:49.602] getCompletionData: Get previous token: 0.03683799970895052 +Info 17511[20:04:49.602] getCompletionsAtPosition: isCompletionListBlocker: 0.005969000048935413 +Info 17512[20:04:49.602] getExportInfoMap: cache hit +Info 17513[20:04:49.604] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 17514[20:04:49.604] collectAutoImports: response is complete +Info 17515[20:04:49.604] collectAutoImports: 1.645227000117302 +Info 17516[20:04:49.604] getCompletionData: Semantic work: 2.385689000133425 +Info 17517[20:04:49.605] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.345584999769926 +Info 17518[20:04:49.606] Format host information updated +Info 17519[20:04:49.732] Format host information updated +Info 17520[20:04:49.732] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17521[20:04:49.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1603 structureChanged: false structureIsReused:: Completely Elapsed: 8.705420999787748ms +Info 17522[20:04:49.741] Different program with same set of files +Info 17523[20:04:50.134] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17524[20:04:50.147] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1604 structureChanged: false structureIsReused:: Completely Elapsed: 12.824897999875247ms +Info 17525[20:04:50.147] Different program with same set of files +Info 17526[20:04:50.147] getCompletionData: Get current token: 0.01494300039485097 +Info 17527[20:04:50.147] getCompletionData: Is inside comment: 0.0030060000717639923 +Info 17528[20:04:50.147] getCompletionData: Get previous token: 0.031657000072300434 +Info 17529[20:04:50.147] getCompletionsAtPosition: isCompletionListBlocker: 0.001442999579012394 +Info 17530[20:04:50.147] Returning an empty list because completion was requested in an invalid position. +Info 17531[20:04:50.147] Format host information updated +Info 17532[20:04:50.287] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17533[20:04:50.297] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1605 structureChanged: false structureIsReused:: Completely Elapsed: 10.441139000002295ms +Info 17534[20:04:50.297] Different program with same set of files +Info 17535[20:04:50.297] getCompletionData: Get current token: 0.006852000020444393 +Info 17536[20:04:50.297] getCompletionData: Is inside comment: 0.0014399997889995575 +Info 17537[20:04:50.297] getCompletionData: Get previous token: 0.02924900036305189 +Info 17538[20:04:50.297] getCompletionsAtPosition: isCompletionListBlocker: 0.009100999683141708 +Info 17539[20:04:50.298] getExportInfoMap: cache hit +Info 17540[20:04:50.315] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 17541[20:04:50.315] collectAutoImports: response is complete +Info 17542[20:04:50.315] collectAutoImports: 16.703358999919146 +Info 17543[20:04:50.315] getCompletionData: Semantic work: 17.56987900007516 +Info 17544[20:04:50.324] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.944329000078142 +Info 17545[20:04:50.332] Format host information updated +Info 17546[20:04:50.608] getCompletionData: Get current token: 0.007592000067234039 +Info 17547[20:04:50.608] getCompletionData: Is inside comment: 0.0017330003902316093 +Info 17548[20:04:50.608] getCompletionData: Get previous token: 0.0190739999525249 +Info 17549[20:04:50.608] getCompletionsAtPosition: isCompletionListBlocker: 0.001231000293046236 +Info 17550[20:04:50.608] Returning an empty list because completion was requested in an invalid position. +Info 17551[20:04:50.780] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17552[20:04:50.789] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1606 structureChanged: false structureIsReused:: Completely Elapsed: 8.169896999839693ms +Info 17553[20:04:50.789] Different program with same set of files +Info 17554[20:04:50.789] getCompletionData: Get current token: 0.011259000282734632 +Info 17555[20:04:50.789] getCompletionData: Is inside comment: 0.0028200000524520874 +Info 17556[20:04:50.789] getCompletionData: Get previous token: 0.02917600004002452 +Info 17557[20:04:50.789] getCompletionsAtPosition: isCompletionListBlocker: 0.0015759998932480812 +Info 17558[20:04:50.789] Returning an empty list because completion was requested in an invalid position. +Info 17559[20:04:50.789] Format host information updated +Info 17560[20:04:50.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17561[20:04:50.873] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1607 structureChanged: false structureIsReused:: Completely Elapsed: 22.549420000053942ms +Info 17562[20:04:50.873] Different program with same set of files +Info 17563[20:04:50.873] getCompletionData: Get current token: 0.02828700002282858 +Info 17564[20:04:50.873] getCompletionData: Is inside comment: 0.007548999972641468 +Info 17565[20:04:50.873] getCompletionData: Get previous token: 0.06860599992796779 +Info 17566[20:04:50.873] getCompletionsAtPosition: isCompletionListBlocker: 0.0023799999617040157 +Info 17567[20:04:50.873] Returning an empty list because completion was requested in an invalid position. +Info 17568[20:04:50.874] Format host information updated +Info 17569[20:04:50.912] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17570[20:04:50.920] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1608 structureChanged: false structureIsReused:: Completely Elapsed: 8.411623999942094ms +Info 17571[20:04:50.920] Different program with same set of files +Info 17572[20:04:50.920] getCompletionData: Get current token: 0.012126000132411718 +Info 17573[20:04:50.920] getCompletionData: Is inside comment: 0.0026210001669824123 +Info 17574[20:04:50.920] getCompletionData: Get previous token: 0.0314539996907115 +Info 17575[20:04:50.920] getCompletionsAtPosition: isCompletionListBlocker: 0.0010000001639127731 +Info 17576[20:04:50.920] Returning an empty list because completion was requested in an invalid position. +Info 17577[20:04:50.921] Format host information updated +Info 17578[20:04:50.973] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17579[20:04:50.983] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1609 structureChanged: false structureIsReused:: Completely Elapsed: 9.371774000115693ms +Info 17580[20:04:50.983] Different program with same set of files +Info 17581[20:04:50.983] getCompletionData: Get current token: 0.014548000413924456 +Info 17582[20:04:50.983] getCompletionData: Is inside comment: 0.003368999809026718 +Info 17583[20:04:50.983] getCompletionData: Get previous token: 0.035195000004023314 +Info 17584[20:04:50.983] getCompletionsAtPosition: isCompletionListBlocker: 0.0012969998642802238 +Info 17585[20:04:50.983] Returning an empty list because completion was requested in an invalid position. +Info 17586[20:04:50.983] Format host information updated +Info 17587[20:04:51.077] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17588[20:04:51.103] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1610 structureChanged: false structureIsReused:: Completely Elapsed: 26.13167200004682ms +Info 17589[20:04:51.104] Different program with same set of files +Info 17590[20:04:51.104] getCompletionData: Get current token: 0.02517199981957674 +Info 17591[20:04:51.104] getCompletionData: Is inside comment: 0.0054259998723864555 +Info 17592[20:04:51.104] getCompletionData: Get previous token: 0.06891699973493814 +Info 17593[20:04:51.104] getCompletionsAtPosition: isCompletionListBlocker: 0.00229599978774786 +Info 17594[20:04:51.104] Returning an empty list because completion was requested in an invalid position. +Info 17595[20:04:51.108] Format host information updated +Info 17596[20:04:51.178] Format host information updated +Info 17597[20:04:51.178] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17598[20:04:51.191] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1611 structureChanged: false structureIsReused:: Completely Elapsed: 12.875912999734282ms +Info 17599[20:04:51.191] Different program with same set of files +Info 17600[20:04:51.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17601[20:04:51.645] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1612 structureChanged: false structureIsReused:: Completely Elapsed: 10.308122999966145ms +Info 17602[20:04:51.645] Different program with same set of files +Info 17603[20:04:51.645] getCompletionData: Get current token: 0.013935999944806099 +Info 17604[20:04:51.645] getCompletionData: Is inside comment: 0.0031069996766746044 +Info 17605[20:04:51.645] getCompletionData: Get previous token: 0.03126700036227703 +Info 17606[20:04:51.645] getCompletionsAtPosition: isCompletionListBlocker: 0.0015849997289478779 +Info 17607[20:04:51.645] Returning an empty list because completion was requested in an invalid position. +Info 17608[20:04:51.645] Format host information updated +Info 17609[20:04:51.720] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17610[20:04:51.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1613 structureChanged: false structureIsReused:: Completely Elapsed: 7.495594999752939ms +Info 17611[20:04:51.727] Different program with same set of files +Info 17612[20:04:51.727] getCompletionData: Get current token: 0.011326000094413757 +Info 17613[20:04:51.727] getCompletionData: Is inside comment: 0.0025740000419318676 +Info 17614[20:04:51.727] getCompletionData: Get previous token: 0.02446600003167987 +Info 17615[20:04:51.727] getCompletionsAtPosition: isCompletionListBlocker: 0.001202000305056572 +Info 17616[20:04:51.727] Returning an empty list because completion was requested in an invalid position. +Info 17617[20:04:51.730] Format host information updated +Info 17618[20:04:52.533] getCompletionData: Get current token: 0.007486999966204166 +Info 17619[20:04:52.533] getCompletionData: Is inside comment: 0.0016550002619624138 +Info 17620[20:04:52.533] getCompletionData: Get previous token: 0.01593999983742833 +Info 17621[20:04:52.533] getCompletionsAtPosition: isCompletionListBlocker: 0.0011749998666346073 +Info 17622[20:04:52.533] Returning an empty list because completion was requested in an invalid position. +Info 17623[20:04:52.594] Format host information updated +Info 17624[20:04:52.594] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17625[20:04:52.602] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1614 structureChanged: false structureIsReused:: Completely Elapsed: 8.673907000105828ms +Info 17626[20:04:52.602] Different program with same set of files +Info 17627[20:04:52.731] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17628[20:04:52.741] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1615 structureChanged: false structureIsReused:: Completely Elapsed: 10.023672000039369ms +Info 17629[20:04:52.741] Different program with same set of files +Info 17630[20:04:52.741] getCompletionData: Get current token: 0.012569000013172626 +Info 17631[20:04:52.741] getCompletionData: Is inside comment: 0.002365000080317259 +Info 17632[20:04:52.741] getCompletionData: Get previous token: 0.025905000045895576 +Info 17633[20:04:52.741] getCompletionsAtPosition: isCompletionListBlocker: 0.0014399997889995575 +Info 17634[20:04:52.741] Returning an empty list because completion was requested in an invalid position. +Info 17635[20:04:52.741] Format host information updated +Info 17636[20:04:52.824] Format host information updated +Info 17637[20:04:52.824] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17638[20:04:52.832] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1616 structureChanged: false structureIsReused:: Completely Elapsed: 7.451909000054002ms +Info 17639[20:04:52.832] Different program with same set of files +Info 17640[20:04:53.127] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17641[20:04:53.134] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1617 structureChanged: false structureIsReused:: Completely Elapsed: 7.630123000126332ms +Info 17642[20:04:53.134] Different program with same set of files +Info 17643[20:04:53.135] getCompletionData: Get current token: 0.011159999761730433 +Info 17644[20:04:53.135] getCompletionData: Is inside comment: 0.002413999754935503 +Info 17645[20:04:53.135] getCompletionData: Get previous token: 0.021657999604940414 +Info 17646[20:04:53.135] getCompletionsAtPosition: isCompletionListBlocker: 0.0014539998956024647 +Info 17647[20:04:53.135] Returning an empty list because completion was requested in an invalid position. +Info 17648[20:04:53.135] Format host information updated +Info 17649[20:04:53.634] Format host information updated +Info 17650[20:04:53.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17651[20:04:53.645] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1618 structureChanged: false structureIsReused:: Completely Elapsed: 10.33918400015682ms +Info 17652[20:04:53.645] Different program with same set of files +Info 17653[20:04:53.963] getCompletionData: Get current token: 0.007015999872237444 +Info 17654[20:04:53.963] getCompletionData: Is inside comment: 0.0018420000560581684 +Info 17655[20:04:53.963] getCompletionData: Get previous token: 0.022381000220775604 +Info 17656[20:04:53.963] getCompletionsAtPosition: isCompletionListBlocker: 0.012629999779164791 +Info 17657[20:04:53.964] getExportInfoMap: cache hit +Info 17658[20:04:53.977] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 17659[20:04:53.977] collectAutoImports: response is complete +Info 17660[20:04:53.977] collectAutoImports: 13.070485000032932 +Info 17661[20:04:53.977] getCompletionData: Semantic work: 13.733345000073314 +Info 17662[20:04:53.985] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.81216900004074 +Info 17663[20:04:54.189] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17664[20:04:54.197] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1619 structureChanged: false structureIsReused:: Completely Elapsed: 7.350550000090152ms +Info 17665[20:04:54.197] Different program with same set of files +Info 17666[20:04:54.197] getCompletionData: Get current token: 0.006453000009059906 +Info 17667[20:04:54.197] getCompletionData: Is inside comment: 0.0014839996583759785 +Info 17668[20:04:54.197] getCompletionData: Get previous token: 0.020536999683827162 +Info 17669[20:04:54.197] getCompletionsAtPosition: isCompletionListBlocker: 0.0047900001518428326 +Info 17670[20:04:54.197] getExportInfoMap: cache hit +Info 17671[20:04:54.210] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 17672[20:04:54.210] collectAutoImports: response is complete +Info 17673[20:04:54.210] collectAutoImports: 12.223362000193447 +Info 17674[20:04:54.210] getCompletionData: Semantic work: 12.814113999716938 +Info 17675[20:04:54.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.976811000145972 +Info 17676[20:04:54.224] Format host information updated +Info 17677[20:04:54.386] Format host information updated +Info 17678[20:04:54.386] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17679[20:04:54.397] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1620 structureChanged: false structureIsReused:: Completely Elapsed: 10.748288999777287ms +Info 17680[20:04:54.397] Different program with same set of files +Info 17681[20:05:05.601] getCompletionData: Get current token: 0.00587099976837635 +Info 17682[20:05:05.601] getCompletionData: Is inside comment: 0.001472999807447195 +Info 17683[20:05:05.601] getCompletionData: Get previous token: 0.02569400006905198 +Info 17684[20:05:05.602] getCompletionsAtPosition: isCompletionListBlocker: 0.0027729999274015427 +Info 17685[20:05:05.602] getExportInfoMap: cache hit +Info 17686[20:05:05.611] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 17687[20:05:05.611] collectAutoImports: response is complete +Info 17688[20:05:05.611] collectAutoImports: 8.92947500012815 +Info 17689[20:05:05.611] getCompletionData: Semantic work: 9.557858999818563 +Info 17690[20:05:05.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.179368000011891 +Info 17691[20:05:07.825] getCompletionData: Get current token: 0.006072999909520149 +Info 17692[20:05:07.825] getCompletionData: Is inside comment: 0.0017010001465678215 +Info 17693[20:05:07.825] getCompletionData: Get previous token: 0.01811599964275956 +Info 17694[20:05:07.825] getCompletionsAtPosition: isCompletionListBlocker: 0.0023300000466406345 +Info 17695[20:05:07.826] getExportInfoMap: cache hit +Info 17696[20:05:07.833] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 17697[20:05:07.833] collectAutoImports: response is complete +Info 17698[20:05:07.833] collectAutoImports: 7.349586999975145 +Info 17699[20:05:07.833] getCompletionData: Semantic work: 7.921180999837816 +Info 17700[20:05:07.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.440161000005901 +Info 17701[20:05:08.053] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17702[20:05:08.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1621 structureChanged: false structureIsReused:: Completely Elapsed: 7.669550999999046ms +Info 17703[20:05:08.061] Different program with same set of files +Info 17704[20:05:08.061] getCompletionData: Get current token: 0.012103999964892864 +Info 17705[20:05:08.061] getCompletionData: Is inside comment: 0.002140999771654606 +Info 17706[20:05:08.061] getCompletionData: Get previous token: 0.029107000213116407 +Info 17707[20:05:08.061] getCompletionsAtPosition: isCompletionListBlocker: 0.0022040000185370445 +Info 17708[20:05:08.062] getExportInfoMap: cache hit +Info 17709[20:05:08.065] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 17710[20:05:08.065] collectAutoImports: response is complete +Info 17711[20:05:08.065] collectAutoImports: 3.389736999757588 +Info 17712[20:05:08.065] getCompletionData: Semantic work: 4.030428999569267 +Info 17713[20:05:08.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9830930000171065 +Info 17714[20:05:08.069] Format host information updated +Info 17715[20:05:08.145] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17716[20:05:08.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1622 structureChanged: false structureIsReused:: Completely Elapsed: 19.1088380003348ms +Info 17717[20:05:08.165] Different program with same set of files +Info 17718[20:05:08.165] getCompletionData: Get current token: 0.031598000321537256 +Info 17719[20:05:08.165] getCompletionData: Is inside comment: 0.004497999791055918 +Info 17720[20:05:08.165] getCompletionData: Get previous token: 0.08331000013276935 +Info 17721[20:05:08.165] getCompletionsAtPosition: isCompletionListBlocker: 0.004898000042885542 +Info 17722[20:05:08.167] getExportInfoMap: cache hit +Info 17723[20:05:08.175] collectAutoImports: resolved 0 module specifiers, plus 51 ambient and 4 from cache +Info 17724[20:05:08.175] collectAutoImports: response is complete +Info 17725[20:05:08.175] collectAutoImports: 8.335838000290096 +Info 17726[20:05:08.175] getCompletionData: Semantic work: 9.821969999931753 +Info 17727[20:05:08.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6271560001187027 +Info 17728[20:05:08.181] Format host information updated +Info 17729[20:05:08.245] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17730[20:05:08.272] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1623 structureChanged: false structureIsReused:: Completely Elapsed: 26.988152999896556ms +Info 17731[20:05:08.272] Different program with same set of files +Info 17732[20:05:08.273] getCompletionData: Get current token: 0.034871000330895185 +Info 17733[20:05:08.273] getCompletionData: Is inside comment: 0.005185000132769346 +Info 17734[20:05:08.273] getCompletionData: Get previous token: 0.10398600017651916 +Info 17735[20:05:08.273] getCompletionsAtPosition: isCompletionListBlocker: 0.003983000293374062 +Info 17736[20:05:08.274] getExportInfoMap: cache hit +Info 17737[20:05:08.279] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 2 from cache +Info 17738[20:05:08.279] collectAutoImports: response is complete +Info 17739[20:05:08.279] collectAutoImports: 4.751217000186443 +Info 17740[20:05:08.279] getCompletionData: Semantic work: 6.04831700026989 +Info 17741[20:05:08.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7660280000418425 +Info 17742[20:05:08.288] Format host information updated +Info 17743[20:05:08.307] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17744[20:05:08.315] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1624 structureChanged: false structureIsReused:: Completely Elapsed: 7.7605449999682605ms +Info 17745[20:05:08.315] Different program with same set of files +Info 17746[20:05:08.315] getCompletionData: Get current token: 0.009961999952793121 +Info 17747[20:05:08.315] getCompletionData: Is inside comment: 0.001265999861061573 +Info 17748[20:05:08.315] getCompletionData: Get previous token: 0.026140999980270863 +Info 17749[20:05:08.315] getCompletionsAtPosition: isCompletionListBlocker: 0.0024870000779628754 +Info 17750[20:05:08.316] getExportInfoMap: cache hit +Info 17751[20:05:08.318] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 2 from cache +Info 17752[20:05:08.318] collectAutoImports: response is complete +Info 17753[20:05:08.318] collectAutoImports: 1.9491110001690686 +Info 17754[20:05:08.318] getCompletionData: Semantic work: 2.6539179999381304 +Info 17755[20:05:08.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3545929999090731 +Info 17756[20:05:08.321] Format host information updated +Info 17757[20:05:09.377] getCompletionData: Get current token: 0.01053699990734458 +Info 17758[20:05:09.377] getCompletionData: Is inside comment: 0.014831000007689 +Info 17759[20:05:09.377] getCompletionData: Get previous token: 0.011591000016778708 +Info 17760[20:05:09.377] getCompletionsAtPosition: isCompletionListBlocker: 0.01092899963259697 +Info 17761[20:05:09.378] getCompletionData: Semantic work: 0.7362429997883737 +Info 17762[20:05:09.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11459499970078468 +Info 17763[20:05:09.584] Format host information updated +Info 17764[20:05:09.584] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17765[20:05:09.591] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1625 structureChanged: false structureIsReused:: Completely Elapsed: 7.025801999960095ms +Info 17766[20:05:09.591] Different program with same set of files +Info 17767[20:05:10.953] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17768[20:05:10.963] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1626 structureChanged: false structureIsReused:: Completely Elapsed: 9.837387000210583ms +Info 17769[20:05:10.963] Different program with same set of files +Info 17770[20:05:10.963] getCompletionData: Get current token: 0.010823999997228384 +Info 17771[20:05:10.964] getCompletionData: Is inside comment: 0.014147999696433544 +Info 17772[20:05:10.964] getCompletionData: Get previous token: 0.02133799996227026 +Info 17773[20:05:10.964] getCompletionsAtPosition: isCompletionListBlocker: 0.009006000123918056 +Info 17774[20:05:10.966] getCompletionData: Semantic work: 2.553772000130266 +Info 17775[20:05:10.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08487199991941452 +Info 17776[20:05:10.967] Format host information updated +Info 17777[20:05:11.265] Format host information updated +Info 17778[20:05:11.265] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17779[20:05:11.273] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1627 structureChanged: false structureIsReused:: Completely Elapsed: 7.848302999977022ms +Info 17780[20:05:11.273] Different program with same set of files +Info 17781[20:05:12.469] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17782[20:05:12.478] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1628 structureChanged: false structureIsReused:: Completely Elapsed: 8.974890999961644ms +Info 17783[20:05:12.478] Different program with same set of files +Info 17784[20:05:12.479] getCompletionData: Get current token: 0.008424000348895788 +Info 17785[20:05:12.479] getCompletionData: Is inside comment: 0.015786000061780214 +Info 17786[20:05:12.479] getCompletionData: Get previous token: 0.025503999553620815 +Info 17787[20:05:12.479] getCompletionsAtPosition: isCompletionListBlocker: 0.006943999789655209 +Info 17788[20:05:12.480] getCompletionData: Semantic work: 1.580710000358522 +Info 17789[20:05:12.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07020399998873472 +Info 17790[20:05:12.481] Format host information updated +Info 17791[20:05:12.619] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17792[20:05:12.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1629 structureChanged: false structureIsReused:: Completely Elapsed: 8.706994999665767ms +Info 17793[20:05:12.628] Different program with same set of files +Info 17794[20:05:12.628] getCompletionData: Get current token: 0.011531000025570393 +Info 17795[20:05:12.628] getCompletionData: Is inside comment: 0.021669999696314335 +Info 17796[20:05:12.628] getCompletionData: Get previous token: 0.03384200017899275 +Info 17797[20:05:12.628] getCompletionsAtPosition: isCompletionListBlocker: 0.00558099988847971 +Info 17798[20:05:12.630] getCompletionData: Semantic work: 1.710602999664843 +Info 17799[20:05:12.630] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08468399988487363 +Info 17800[20:05:12.631] Format host information updated +Info 17801[20:05:12.682] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17802[20:05:12.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1630 structureChanged: false structureIsReused:: Completely Elapsed: 13.915232999715954ms +Info 17803[20:05:12.696] Different program with same set of files +Info 17804[20:05:12.696] getCompletionData: Get current token: 0.02294699987396598 +Info 17805[20:05:12.696] getCompletionData: Is inside comment: 0.03710999991744757 +Info 17806[20:05:12.697] getCompletionData: Get previous token: 0.05638399999588728 +Info 17807[20:05:12.697] getCompletionsAtPosition: isCompletionListBlocker: 0.007232999894768 +Info 17808[20:05:12.699] getCompletionData: Semantic work: 2.115106000099331 +Info 17809[20:05:12.699] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13912599999457598 +Info 17810[20:05:12.700] Format host information updated +Info 17811[20:05:12.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17812[20:05:12.925] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1631 structureChanged: false structureIsReused:: Completely Elapsed: 7.750743000302464ms +Info 17813[20:05:12.925] Different program with same set of files +Info 17814[20:05:12.925] getCompletionData: Get current token: 0.00890200026333332 +Info 17815[20:05:12.925] getCompletionData: Is inside comment: 0.015885000117123127 +Info 17816[20:05:12.925] getCompletionData: Get previous token: 0.013149000238627195 +Info 17817[20:05:12.925] getCompletionsAtPosition: isCompletionListBlocker: 0.002028999850153923 +Info 17818[20:05:12.926] getExportInfoMap: cache hit +Info 17819[20:05:12.950] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 17820[20:05:12.951] collectAutoImports: response is complete +Info 17821[20:05:12.951] collectAutoImports: 24.38913600007072 +Info 17822[20:05:12.951] getCompletionData: Semantic work: 25.208640000317246 +Info 17823[20:05:12.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.165488000027835 +Info 17824[20:05:12.970] Format host information updated +Info 17825[20:05:12.990] Format host information updated +Info 17826[20:05:12.990] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17827[20:05:13.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1632 structureChanged: false structureIsReused:: Completely Elapsed: 9.25972199998796ms +Info 17828[20:05:13.000] Different program with same set of files +Info 17829[20:05:13.315] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17830[20:05:13.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1633 structureChanged: false structureIsReused:: Completely Elapsed: 9.537916000001132ms +Info 17831[20:05:13.325] Different program with same set of files +Info 17832[20:05:13.325] getCompletionData: Get current token: 0.018672999925911427 +Info 17833[20:05:13.325] getCompletionData: Is inside comment: 0.0332759995944798 +Info 17834[20:05:13.325] getCompletionData: Get previous token: 0.05532399984076619 +Info 17835[20:05:13.325] getCompletionsAtPosition: isCompletionListBlocker: 0.003475000150501728 +Info 17836[20:05:13.327] getExportInfoMap: cache hit +Info 17837[20:05:13.332] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 17838[20:05:13.332] collectAutoImports: response is complete +Info 17839[20:05:13.332] collectAutoImports: 4.762286999728531 +Info 17840[20:05:13.332] getCompletionData: Semantic work: 6.110527000389993 +Info 17841[20:05:13.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8764309999532998 +Info 17842[20:05:13.336] Format host information updated +Info 17843[20:05:13.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17844[20:05:13.385] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1634 structureChanged: false structureIsReused:: Completely Elapsed: 10.024020999670029ms +Info 17845[20:05:13.385] Different program with same set of files +Info 17846[20:05:13.385] getCompletionData: Get current token: 0.009411999955773354 +Info 17847[20:05:13.386] getCompletionData: Is inside comment: 0.015279999934136868 +Info 17848[20:05:13.386] getCompletionData: Get previous token: 0.025105000007897615 +Info 17849[20:05:13.386] getCompletionsAtPosition: isCompletionListBlocker: 0.0022330000065267086 +Info 17850[20:05:13.386] getExportInfoMap: cache hit +Info 17851[20:05:13.388] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 1 from cache +Info 17852[20:05:13.388] collectAutoImports: response is complete +Info 17853[20:05:13.388] collectAutoImports: 2.0670260000042617 +Info 17854[20:05:13.388] getCompletionData: Semantic work: 2.8868730003014207 +Info 17855[20:05:13.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4333180002868176 +Info 17856[20:05:13.392] Format host information updated +Info 17857[20:05:13.483] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17858[20:05:13.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1635 structureChanged: false structureIsReused:: Completely Elapsed: 7.379516999702901ms +Info 17859[20:05:13.491] Different program with same set of files +Info 17860[20:05:13.491] getCompletionData: Get current token: 0.011218999978154898 +Info 17861[20:05:13.491] getCompletionData: Is inside comment: 0.020043999888002872 +Info 17862[20:05:13.491] getCompletionData: Get previous token: 0.03058399958536029 +Info 17863[20:05:13.491] getCompletionsAtPosition: isCompletionListBlocker: 0.0024999999441206455 +Info 17864[20:05:13.492] getExportInfoMap: cache hit +Info 17865[20:05:13.496] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 0 from cache +Info 17866[20:05:13.496] collectAutoImports: response is complete +Info 17867[20:05:13.496] collectAutoImports: 4.425995000172406 +Info 17868[20:05:13.496] getCompletionData: Semantic work: 5.277852000202984 +Info 17869[20:05:13.499] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5345789999701083 +Info 17870[20:05:13.500] Format host information updated +Info 17871[20:05:13.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17872[20:05:13.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1636 structureChanged: false structureIsReused:: Completely Elapsed: 10.580056000035256ms +Info 17873[20:05:13.565] Different program with same set of files +Info 17874[20:05:13.565] getCompletionData: Get current token: 0.015048999805003405 +Info 17875[20:05:13.565] getCompletionData: Is inside comment: 0.026651999913156033 +Info 17876[20:05:13.565] getCompletionData: Get previous token: 0.04350799974054098 +Info 17877[20:05:13.565] getCompletionsAtPosition: isCompletionListBlocker: 0.0028420002199709415 +Info 17878[20:05:13.566] getExportInfoMap: cache hit +Info 17879[20:05:13.569] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 17880[20:05:13.569] collectAutoImports: response is complete +Info 17881[20:05:13.569] collectAutoImports: 2.8161599999293685 +Info 17882[20:05:13.569] getCompletionData: Semantic work: 3.926652000285685 +Info 17883[20:05:13.572] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9795909998938441 +Info 17884[20:05:13.574] Format host information updated +Info 17885[20:05:13.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17886[20:05:13.709] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1637 structureChanged: false structureIsReused:: Completely Elapsed: 34.36860499996692ms +Info 17887[20:05:13.709] Different program with same set of files +Info 17888[20:05:13.710] getCompletionData: Get current token: 0.03129599988460541 +Info 17889[20:05:13.710] getCompletionData: Is inside comment: 0.05417100014165044 +Info 17890[20:05:13.710] getCompletionData: Get previous token: 0.08696499979123473 +Info 17891[20:05:13.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0065379999577999115 +Info 17892[20:05:13.712] getExportInfoMap: cache hit +Info 17893[20:05:13.717] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 17894[20:05:13.717] collectAutoImports: response is complete +Info 17895[20:05:13.717] collectAutoImports: 4.486629999708384 +Info 17896[20:05:13.717] getCompletionData: Semantic work: 6.670909999869764 +Info 17897[20:05:13.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.675053999759257 +Info 17898[20:05:13.723] Format host information updated +Info 17899[20:05:13.737] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17900[20:05:13.747] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1638 structureChanged: false structureIsReused:: Completely Elapsed: 9.345548999961466ms +Info 17901[20:05:13.747] Different program with same set of files +Info 17902[20:05:13.747] getCompletionData: Get current token: 0.009085999801754951 +Info 17903[20:05:13.747] getCompletionData: Is inside comment: 0.015581999905407429 +Info 17904[20:05:13.747] getCompletionData: Get previous token: 0.024897999595850706 +Info 17905[20:05:13.747] getCompletionsAtPosition: isCompletionListBlocker: 0.002393000293523073 +Info 17906[20:05:13.748] getExportInfoMap: cache hit +Info 17907[20:05:13.752] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 17908[20:05:13.752] collectAutoImports: response is complete +Info 17909[20:05:13.752] collectAutoImports: 4.202101000119001 +Info 17910[20:05:13.752] getCompletionData: Semantic work: 4.894674000330269 +Info 17911[20:05:13.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4012569999322295 +Info 17912[20:05:13.756] Format host information updated +Info 17913[20:05:14.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17914[20:05:14.012] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1639 structureChanged: false structureIsReused:: Completely Elapsed: 12.047050999943167ms +Info 17915[20:05:14.012] Different program with same set of files +Info 17916[20:05:14.012] getCompletionData: Get current token: 0.01655100006610155 +Info 17917[20:05:14.012] getCompletionData: Is inside comment: 0.027840000111609697 +Info 17918[20:05:14.013] getCompletionData: Get previous token: 0.045875000301748514 +Info 17919[20:05:14.013] getCompletionsAtPosition: isCompletionListBlocker: 0.003371000289916992 +Info 17920[20:05:14.014] getExportInfoMap: cache hit +Info 17921[20:05:14.016] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17922[20:05:14.016] collectAutoImports: response is complete +Info 17923[20:05:14.016] collectAutoImports: 1.9843220002949238 +Info 17924[20:05:14.016] getCompletionData: Semantic work: 3.2168660000897944 +Info 17925[20:05:14.019] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.813118000049144 +Info 17926[20:05:14.020] Format host information updated +Info 17927[20:05:14.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17928[20:05:14.146] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1640 structureChanged: false structureIsReused:: Completely Elapsed: 9.745827000122517ms +Info 17929[20:05:14.146] Different program with same set of files +Info 17930[20:05:14.147] getCompletionData: Get current token: 0.009316999930888414 +Info 17931[20:05:14.147] getCompletionData: Is inside comment: 0.01698100008070469 +Info 17932[20:05:14.147] getCompletionData: Get previous token: 0.030472000129520893 +Info 17933[20:05:14.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0022789998911321163 +Info 17934[20:05:14.148] getExportInfoMap: cache hit +Info 17935[20:05:14.152] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17936[20:05:14.152] collectAutoImports: response is complete +Info 17937[20:05:14.152] collectAutoImports: 3.707526999991387 +Info 17938[20:05:14.152] getCompletionData: Semantic work: 4.988106000237167 +Info 17939[20:05:14.156] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4966939999721944 +Info 17940[20:05:14.157] Format host information updated +Info 17941[20:05:14.205] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17942[20:05:14.215] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1641 structureChanged: false structureIsReused:: Completely Elapsed: 10.392454999964684ms +Info 17943[20:05:14.215] Different program with same set of files +Info 17944[20:05:14.216] getCompletionData: Get current token: 0.011272999923676252 +Info 17945[20:05:14.216] getCompletionData: Is inside comment: 0.016737000085413456 +Info 17946[20:05:14.216] getCompletionData: Get previous token: 0.025822000112384558 +Info 17947[20:05:14.216] getCompletionsAtPosition: isCompletionListBlocker: 0.0022089998237788677 +Info 17948[20:05:14.216] getExportInfoMap: cache hit +Info 17949[20:05:14.218] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17950[20:05:14.218] collectAutoImports: response is complete +Info 17951[20:05:14.218] collectAutoImports: 1.6024270001798868 +Info 17952[20:05:14.218] getCompletionData: Semantic work: 2.3217339999973774 +Info 17953[20:05:14.221] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.50662299990654 +Info 17954[20:05:14.222] Format host information updated +Info 17955[20:05:14.353] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17956[20:05:14.361] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1642 structureChanged: false structureIsReused:: Completely Elapsed: 7.662385999690741ms +Info 17957[20:05:14.361] Different program with same set of files +Info 17958[20:05:14.361] getCompletionData: Get current token: 0.011169999837875366 +Info 17959[20:05:14.361] getCompletionData: Is inside comment: 0.016528000123798847 +Info 17960[20:05:14.361] getCompletionData: Get previous token: 0.012815999798476696 +Info 17961[20:05:14.361] getCompletionsAtPosition: isCompletionListBlocker: 0.004834999796003103 +Info 17962[20:05:14.363] getCompletionData: Semantic work: 1.8195420000702143 +Info 17963[20:05:14.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07868899963796139 +Info 17964[20:05:14.364] Format host information updated +Info 17965[20:05:15.980] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17966[20:05:15.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1643 structureChanged: false structureIsReused:: Completely Elapsed: 7.930455999914557ms +Info 17967[20:05:15.988] Different program with same set of files +Info 17968[20:05:15.989] getCompletionData: Get current token: 0.007091999985277653 +Info 17969[20:05:15.989] getCompletionData: Is inside comment: 0.0012509999796748161 +Info 17970[20:05:15.989] getCompletionData: Get previous token: 0.020856000017374754 +Info 17971[20:05:15.989] getCompletionsAtPosition: isCompletionListBlocker: 0.007600999902933836 +Info 17972[20:05:15.989] getExportInfoMap: cache hit +Info 17973[20:05:15.991] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17974[20:05:15.991] collectAutoImports: response is complete +Info 17975[20:05:15.991] collectAutoImports: 2.0620349999517202 +Info 17976[20:05:15.991] getCompletionData: Semantic work: 2.6786980000324547 +Info 17977[20:05:15.993] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2442979998886585 +Info 17978[20:05:15.994] Format host information updated +Info 17979[20:05:16.083] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17980[20:05:16.101] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1644 structureChanged: false structureIsReused:: Completely Elapsed: 18.45062300004065ms +Info 17981[20:05:16.101] Different program with same set of files +Info 17982[20:05:16.101] getCompletionData: Get current token: 0.006539999973028898 +Info 17983[20:05:16.102] getCompletionData: Is inside comment: 0.0011990000493824482 +Info 17984[20:05:16.102] getCompletionData: Get previous token: 0.02238900028169155 +Info 17985[20:05:16.102] getCompletionsAtPosition: isCompletionListBlocker: 0.008946999907493591 +Info 17986[20:05:16.102] getExportInfoMap: cache hit +Info 17987[20:05:16.104] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 17988[20:05:16.104] collectAutoImports: response is complete +Info 17989[20:05:16.104] collectAutoImports: 1.4522620001807809 +Info 17990[20:05:16.104] getCompletionData: Semantic work: 2.1582089997828007 +Info 17991[20:05:16.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.590909999795258 +Info 17992[20:05:16.106] Format host information updated +Info 17993[20:05:16.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 17994[20:05:16.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1645 structureChanged: false structureIsReused:: Completely Elapsed: 8.23157799988985ms +Info 17995[20:05:16.246] Different program with same set of files +Info 17996[20:05:16.246] getCompletionData: Get current token: 0.008071000222116709 +Info 17997[20:05:16.246] getCompletionData: Is inside comment: 0.0014749998226761818 +Info 17998[20:05:16.246] getCompletionData: Get previous token: 0.02602300001308322 +Info 17999[20:05:16.246] getCompletionsAtPosition: isCompletionListBlocker: 0.007921000011265278 +Info 18000[20:05:16.247] getExportInfoMap: cache hit +Info 18001[20:05:16.248] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18002[20:05:16.248] collectAutoImports: response is complete +Info 18003[20:05:16.248] collectAutoImports: 1.5281290002167225 +Info 18004[20:05:16.248] getCompletionData: Semantic work: 2.1952969999983907 +Info 18005[20:05:16.250] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.252377999946475 +Info 18006[20:05:16.253] Format host information updated +Info 18007[20:05:16.299] Format host information updated +Info 18008[20:05:16.299] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18009[20:05:16.310] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1646 structureChanged: false structureIsReused:: Completely Elapsed: 10.673512000124902ms +Info 18010[20:05:16.310] Different program with same set of files +Info 18011[20:05:17.177] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18012[20:05:17.187] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1647 structureChanged: false structureIsReused:: Completely Elapsed: 9.722707999870181ms +Info 18013[20:05:17.187] Different program with same set of files +Info 18014[20:05:17.187] getCompletionData: Get current token: 0.007712999824434519 +Info 18015[20:05:17.187] getCompletionData: Is inside comment: 0.0011510001495480537 +Info 18016[20:05:17.187] getCompletionData: Get previous token: 0.019365000072866678 +Info 18017[20:05:17.187] getCompletionsAtPosition: isCompletionListBlocker: 0.001239000353962183 +Info 18018[20:05:17.187] Returning an empty list because completion was requested in an invalid position. +Info 18019[20:05:17.187] Format host information updated +Info 18020[20:05:17.383] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18021[20:05:17.390] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1648 structureChanged: false structureIsReused:: Completely Elapsed: 7.836335999891162ms +Info 18022[20:05:17.391] Different program with same set of files +Info 18023[20:05:17.391] getCompletionData: Get current token: 0.009471999946981668 +Info 18024[20:05:17.391] getCompletionData: Is inside comment: 0.0013369997031986713 +Info 18025[20:05:17.391] getCompletionData: Get previous token: 0.02315900009125471 +Info 18026[20:05:17.391] getCompletionsAtPosition: isCompletionListBlocker: 0.0013880003243684769 +Info 18027[20:05:17.391] Returning an empty list because completion was requested in an invalid position. +Info 18028[20:05:17.393] Format host information updated +Info 18029[20:05:17.444] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18030[20:05:17.458] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1649 structureChanged: false structureIsReused:: Completely Elapsed: 13.725626999977976ms +Info 18031[20:05:17.458] Different program with same set of files +Info 18032[20:05:17.458] getCompletionData: Get current token: 0.010513999965041876 +Info 18033[20:05:17.458] getCompletionData: Is inside comment: 0.001828999724239111 +Info 18034[20:05:17.458] getCompletionData: Get previous token: 0.03196899965405464 +Info 18035[20:05:17.458] getCompletionsAtPosition: isCompletionListBlocker: 0.0018459996208548546 +Info 18036[20:05:17.458] Returning an empty list because completion was requested in an invalid position. +Info 18037[20:05:17.458] Format host information updated +Info 18038[20:05:17.556] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18039[20:05:17.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1650 structureChanged: false structureIsReused:: Completely Elapsed: 12.527485000435263ms +Info 18040[20:05:17.568] Different program with same set of files +Info 18041[20:05:17.569] getCompletionData: Get current token: 0.008346000220626593 +Info 18042[20:05:17.569] getCompletionData: Is inside comment: 0.0014139995910227299 +Info 18043[20:05:17.569] getCompletionData: Get previous token: 0.024021000135689974 +Info 18044[20:05:17.569] getCompletionsAtPosition: isCompletionListBlocker: 0.0013760002329945564 +Info 18045[20:05:17.569] Returning an empty list because completion was requested in an invalid position. +Info 18046[20:05:17.569] Format host information updated +Info 18047[20:05:17.737] Format host information updated +Info 18048[20:05:17.737] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18049[20:05:17.745] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1651 structureChanged: false structureIsReused:: Completely Elapsed: 7.723854999989271ms +Info 18050[20:05:17.745] Different program with same set of files +Info 18051[20:05:17.827] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18052[20:05:17.847] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1652 structureChanged: false structureIsReused:: Completely Elapsed: 19.469227999914438ms +Info 18053[20:05:17.847] Different program with same set of files +Info 18054[20:05:17.847] getCompletionData: Get current token: 0.010095000267028809 +Info 18055[20:05:17.847] getCompletionData: Is inside comment: 0.001348000019788742 +Info 18056[20:05:17.847] getCompletionData: Get previous token: 0.01772399991750717 +Info 18057[20:05:17.847] getCompletionsAtPosition: isCompletionListBlocker: 0.0070329997688531876 +Info 18058[20:05:17.848] getExportInfoMap: cache hit +Info 18059[20:05:17.864] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18060[20:05:17.864] collectAutoImports: response is complete +Info 18061[20:05:17.864] collectAutoImports: 16.692203999962658 +Info 18062[20:05:17.864] getCompletionData: Semantic work: 17.1784219997935 +Info 18063[20:05:17.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.884405999910086 +Info 18064[20:05:17.876] Format host information updated +Info 18065[20:05:17.923] Format host information updated +Info 18066[20:05:17.923] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18067[20:05:17.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1653 structureChanged: false structureIsReused:: Completely Elapsed: 7.223160999827087ms +Info 18068[20:05:17.930] Different program with same set of files +Info 18069[20:05:19.900] Format host information updated +Info 18070[20:05:19.900] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18071[20:05:19.907] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1654 structureChanged: false structureIsReused:: Completely Elapsed: 7.51850500004366ms +Info 18072[20:05:19.907] Different program with same set of files +Info 18073[20:05:19.975] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18074[20:05:19.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1655 structureChanged: false structureIsReused:: Completely Elapsed: 22.292972999624908ms +Info 18075[20:05:19.998] Different program with same set of files +Info 18076[20:05:19.998] getCompletionData: Get current token: 0.0179130001924932 +Info 18077[20:05:19.998] getCompletionData: Is inside comment: 0.03238200023770332 +Info 18078[20:05:19.998] getCompletionData: Get previous token: 0.0444469996728003 +Info 18079[20:05:19.998] getCompletionsAtPosition: isCompletionListBlocker: 0.002898000180721283 +Info 18080[20:05:19.998] Returning an empty list because completion was requested in an invalid position. +Info 18081[20:05:19.999] Format host information updated +Info 18082[20:05:20.037] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18083[20:05:20.045] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1656 structureChanged: false structureIsReused:: Completely Elapsed: 8.152819000184536ms +Info 18084[20:05:20.045] Different program with same set of files +Info 18085[20:05:20.046] getCompletionData: Get current token: 0.00837499974295497 +Info 18086[20:05:20.046] getCompletionData: Is inside comment: 0.013303000014275312 +Info 18087[20:05:20.046] getCompletionData: Get previous token: 0.020459000021219254 +Info 18088[20:05:20.046] getCompletionsAtPosition: isCompletionListBlocker: 0.0018669995479285717 +Info 18089[20:05:20.046] Returning an empty list because completion was requested in an invalid position. +Info 18090[20:05:20.046] Format host information updated +Info 18091[20:05:20.122] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18092[20:05:20.135] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1657 structureChanged: false structureIsReused:: Completely Elapsed: 12.478382000233978ms +Info 18093[20:05:20.135] Different program with same set of files +Info 18094[20:05:20.135] getCompletionData: Get current token: 0.013722999952733517 +Info 18095[20:05:20.135] getCompletionData: Is inside comment: 0.023984999861568213 +Info 18096[20:05:20.135] getCompletionData: Get previous token: 0.03439000016078353 +Info 18097[20:05:20.135] getCompletionsAtPosition: isCompletionListBlocker: 0.002164000179618597 +Info 18098[20:05:20.135] Returning an empty list because completion was requested in an invalid position. +Info 18099[20:05:20.136] Format host information updated +Info 18100[20:05:20.850] Format host information updated +Info 18101[20:05:20.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18102[20:05:20.859] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1658 structureChanged: false structureIsReused:: Completely Elapsed: 9.125901999883354ms +Info 18103[20:05:20.859] Different program with same set of files +Info 18104[20:05:21.098] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18105[20:05:21.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1659 structureChanged: false structureIsReused:: Completely Elapsed: 7.470716000068933ms +Info 18106[20:05:21.105] Different program with same set of files +Info 18107[20:05:21.106] getCompletionData: Get current token: 0.00482999999076128 +Info 18108[20:05:21.106] getCompletionData: Is inside comment: 0.009132999926805496 +Info 18109[20:05:21.106] getCompletionData: Get previous token: 0.017917999997735023 +Info 18110[20:05:21.106] getCompletionsAtPosition: isCompletionListBlocker: 0.007198000326752663 +Info 18111[20:05:21.106] getExportInfoMap: cache hit +Info 18112[20:05:21.110] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 1 from cache +Info 18113[20:05:21.110] collectAutoImports: response is complete +Info 18114[20:05:21.110] collectAutoImports: 3.239395000040531 +Info 18115[20:05:21.110] getCompletionData: Semantic work: 3.8980900002643466 +Info 18116[20:05:21.112] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.785870000254363 +Info 18117[20:05:21.117] Format host information updated +Info 18118[20:05:21.158] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18119[20:05:21.165] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1660 structureChanged: false structureIsReused:: Completely Elapsed: 7.586731999646872ms +Info 18120[20:05:21.165] Different program with same set of files +Info 18121[20:05:21.165] getCompletionData: Get current token: 0.005287999752908945 +Info 18122[20:05:21.166] getCompletionData: Is inside comment: 0.08380299992859364 +Info 18123[20:05:21.166] getCompletionData: Get previous token: 0.021681999787688255 +Info 18124[20:05:21.166] getCompletionsAtPosition: isCompletionListBlocker: 0.00916000036522746 +Info 18125[20:05:21.166] getExportInfoMap: cache hit +Info 18126[20:05:21.168] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 0 from cache +Info 18127[20:05:21.168] collectAutoImports: response is complete +Info 18128[20:05:21.168] collectAutoImports: 1.6804519998840988 +Info 18129[20:05:21.168] getCompletionData: Semantic work: 2.4637420000508428 +Info 18130[20:05:21.169] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2303210003301501 +Info 18131[20:05:21.170] Format host information updated +Info 18132[20:05:21.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18133[20:05:21.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1661 structureChanged: false structureIsReused:: Completely Elapsed: 19.35429000016302ms +Info 18134[20:05:21.258] Different program with same set of files +Info 18135[20:05:21.258] getCompletionData: Get current token: 0.013426000252366066 +Info 18136[20:05:21.258] getCompletionData: Is inside comment: 0.023190000094473362 +Info 18137[20:05:21.258] getCompletionData: Get previous token: 0.04453699989244342 +Info 18138[20:05:21.258] getCompletionsAtPosition: isCompletionListBlocker: 0.016940999776124954 +Info 18139[20:05:21.260] getExportInfoMap: cache hit +Info 18140[20:05:21.263] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 18141[20:05:21.263] collectAutoImports: response is complete +Info 18142[20:05:21.263] collectAutoImports: 3.283007999882102 +Info 18143[20:05:21.263] getCompletionData: Semantic work: 4.660570000298321 +Info 18144[20:05:21.266] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6527609997428954 +Info 18145[20:05:21.267] Format host information updated +Info 18146[20:05:21.388] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18147[20:05:21.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1662 structureChanged: false structureIsReused:: Completely Elapsed: 7.111884000245482ms +Info 18148[20:05:21.395] Different program with same set of files +Info 18149[20:05:21.395] getCompletionData: Get current token: 0.00583800021559 +Info 18150[20:05:21.395] getCompletionData: Is inside comment: 0.010827000252902508 +Info 18151[20:05:21.395] getCompletionData: Get previous token: 0.008175999857485294 +Info 18152[20:05:21.395] getCompletionsAtPosition: isCompletionListBlocker: 0.002077000215649605 +Info 18153[20:05:21.396] getCompletionData: Semantic work: 0.6198499999009073 +Info 18154[20:05:21.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04296500002965331 +Info 18155[20:05:21.399] Format host information updated +Info 18156[20:05:22.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18157[20:05:22.636] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1663 structureChanged: false structureIsReused:: Completely Elapsed: 7.208012000191957ms +Info 18158[20:05:22.636] Different program with same set of files +Info 18159[20:05:22.636] getCompletionData: Get current token: 0.004978000186383724 +Info 18160[20:05:22.636] getCompletionData: Is inside comment: 0.009312999900430441 +Info 18161[20:05:22.636] getCompletionData: Get previous token: 0.014207999687641859 +Info 18162[20:05:22.636] getCompletionsAtPosition: isCompletionListBlocker: 0.0017749997787177563 +Info 18163[20:05:22.637] getCompletionData: Semantic work: 0.6213569999672472 +Info 18164[20:05:22.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03802799992263317 +Info 18165[20:05:22.637] Format host information updated +Info 18166[20:05:22.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18167[20:05:22.724] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1664 structureChanged: false structureIsReused:: Completely Elapsed: 18.353593999985605ms +Info 18168[20:05:22.724] Different program with same set of files +Info 18169[20:05:22.725] getCompletionData: Get current token: 0.016414000187069178 +Info 18170[20:05:22.725] getCompletionData: Is inside comment: 0.03244000021368265 +Info 18171[20:05:22.725] getCompletionData: Get previous token: 0.047433999832719564 +Info 18172[20:05:22.725] getCompletionsAtPosition: isCompletionListBlocker: 0.005472999997437 +Info 18173[20:05:22.727] getCompletionData: Semantic work: 1.877646000124514 +Info 18174[20:05:22.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12103899987414479 +Info 18175[20:05:22.729] Format host information updated +Info 18176[20:05:23.316] Format host information updated +Info 18177[20:05:23.316] Format host information updated +Info 18178[20:05:23.316] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18179[20:05:23.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1665 structureChanged: false structureIsReused:: Completely Elapsed: 9.394960999954492ms +Info 18180[20:05:23.326] Different program with same set of files +Info 18181[20:05:23.326] getCompletionData: Get current token: 0.014173000119626522 +Info 18182[20:05:23.326] getCompletionData: Is inside comment: 0.004621999803930521 +Info 18183[20:05:23.326] getCompletionData: Get previous token: 0.020711999852210283 +Info 18184[20:05:23.326] getCompletionsAtPosition: isCompletionListBlocker: 0.0031229997985064983 +Info 18185[20:05:23.327] getCompletionData: Semantic work: 0.7478579999879003 +Info 18186[20:05:23.328] getCompletionData: Get current token: 0.010224000085145235 +Info 18187[20:05:23.328] getCompletionData: Is inside comment: 0.0020699999295175076 +Info 18188[20:05:23.328] getCompletionData: Get previous token: 0.01792699983343482 +Info 18189[20:05:23.328] getCompletionsAtPosition: isCompletionListBlocker: 0.001666999887675047 +Info 18190[20:05:23.329] getCompletionData: Semantic work: 0.19442200008779764 +Info 18191[20:05:23.329] Format host information updated +Info 18192[20:05:23.663] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18193[20:05:23.670] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1666 structureChanged: false structureIsReused:: Completely Elapsed: 7.627810000441968ms +Info 18194[20:05:23.670] Different program with same set of files +Info 18195[20:05:23.671] getCompletionData: Get current token: 0.007224000059068203 +Info 18196[20:05:23.671] getCompletionData: Is inside comment: 0.0015509999357163906 +Info 18197[20:05:23.671] getCompletionData: Get previous token: 0.02835599984973669 +Info 18198[20:05:23.671] getCompletionsAtPosition: isCompletionListBlocker: 0.008606999646872282 +Info 18199[20:05:23.671] getExportInfoMap: cache hit +Info 18200[20:05:23.673] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 18201[20:05:23.673] collectAutoImports: response is complete +Info 18202[20:05:23.673] collectAutoImports: 1.7567389998584986 +Info 18203[20:05:23.673] getCompletionData: Semantic work: 2.4081609998829663 +Info 18204[20:05:23.674] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2898530000820756 +Info 18205[20:05:23.678] Format host information updated +Info 18206[20:05:23.738] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18207[20:05:23.748] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1667 structureChanged: false structureIsReused:: Completely Elapsed: 9.348958999849856ms +Info 18208[20:05:23.748] Different program with same set of files +Info 18209[20:05:23.748] getCompletionData: Get current token: 0.007324000354856253 +Info 18210[20:05:23.748] getCompletionData: Is inside comment: 0.0013219998218119144 +Info 18211[20:05:23.748] getCompletionData: Get previous token: 0.046009999699890614 +Info 18212[20:05:23.748] getCompletionsAtPosition: isCompletionListBlocker: 0.007536999881267548 +Info 18213[20:05:23.749] getExportInfoMap: cache hit +Info 18214[20:05:23.751] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18215[20:05:23.751] collectAutoImports: response is complete +Info 18216[20:05:23.751] collectAutoImports: 1.9271110002882779 +Info 18217[20:05:23.751] getCompletionData: Semantic work: 2.710376000031829 +Info 18218[20:05:23.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1785859996452928 +Info 18219[20:05:23.753] Format host information updated +Info 18220[20:05:23.887] Format host information updated +Info 18221[20:05:23.887] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18222[20:05:23.896] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1668 structureChanged: false structureIsReused:: Completely Elapsed: 8.981570000294596ms +Info 18223[20:05:23.896] Different program with same set of files +Info 18224[20:05:24.033] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18225[20:05:24.060] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1669 structureChanged: false structureIsReused:: Completely Elapsed: 26.85623999964446ms +Info 18226[20:05:24.060] Different program with same set of files +Info 18227[20:05:24.060] getCompletionData: Get current token: 0.018641999922692776 +Info 18228[20:05:24.060] getCompletionData: Is inside comment: 0.0026689996011555195 +Info 18229[20:05:24.060] getCompletionData: Get previous token: 0.04071499966084957 +Info 18230[20:05:24.060] getCompletionsAtPosition: isCompletionListBlocker: 0.0043379999697208405 +Info 18231[20:05:24.061] getExportInfoMap: cache hit +Info 18232[20:05:24.082] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18233[20:05:24.082] collectAutoImports: response is complete +Info 18234[20:05:24.082] collectAutoImports: 20.338523000013083 +Info 18235[20:05:24.082] getCompletionData: Semantic work: 21.423839999828488 +Info 18236[20:05:24.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.943041000049561 +Info 18237[20:05:24.096] Format host information updated +Info 18238[20:05:24.589] getCompletionData: Get current token: 0.006577000021934509 +Info 18239[20:05:24.589] getCompletionData: Is inside comment: 0.011994000058621168 +Info 18240[20:05:24.589] getCompletionData: Get previous token: 0.019179000053554773 +Info 18241[20:05:24.589] getCompletionsAtPosition: isCompletionListBlocker: 0.002390999812632799 +Info 18242[20:05:24.589] getCompletionData: Semantic work: 0.1903269998729229 +Info 18243[20:05:24.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.038164000026881695 +Info 18244[20:05:24.670] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18245[20:05:24.678] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1670 structureChanged: false structureIsReused:: Completely Elapsed: 7.860346000175923ms +Info 18246[20:05:24.678] Different program with same set of files +Info 18247[20:05:24.678] getCompletionData: Get current token: 0.006166999693959951 +Info 18248[20:05:24.678] getCompletionData: Is inside comment: 0.016799999866634607 +Info 18249[20:05:24.678] getCompletionData: Get previous token: 0.01005799975246191 +Info 18250[20:05:24.678] getCompletionsAtPosition: isCompletionListBlocker: 0.005949000362306833 +Info 18251[20:05:24.678] getExportInfoMap: cache hit +Info 18252[20:05:24.690] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18253[20:05:24.691] collectAutoImports: response is complete +Info 18254[20:05:24.691] collectAutoImports: 12.09829800017178 +Info 18255[20:05:24.691] getCompletionData: Semantic work: 12.652817000169307 +Info 18256[20:05:24.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.756684000138193 +Info 18257[20:05:24.704] Format host information updated +Info 18258[20:05:25.501] getCompletionData: Get current token: 0.008983999956399202 +Info 18259[20:05:25.501] getCompletionData: Is inside comment: 0.0014609997160732746 +Info 18260[20:05:25.501] getCompletionData: Get previous token: 0.014731999952346087 +Info 18261[20:05:25.501] getCompletionsAtPosition: isCompletionListBlocker: 0.003835999872535467 +Info 18262[20:05:25.502] getExportInfoMap: cache hit +Info 18263[20:05:25.508] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18264[20:05:25.508] collectAutoImports: response is complete +Info 18265[20:05:25.508] collectAutoImports: 6.7805479997769 +Info 18266[20:05:25.508] getCompletionData: Semantic work: 7.3854489997029305 +Info 18267[20:05:25.514] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.568851000163704 +Info 18268[20:05:25.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18269[20:05:25.660] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1671 structureChanged: false structureIsReused:: Completely Elapsed: 9.497473000083119ms +Info 18270[20:05:25.660] Different program with same set of files +Info 18271[20:05:25.660] getCompletionData: Get current token: 0.025087999645620584 +Info 18272[20:05:25.660] getCompletionData: Is inside comment: 0.0018919999711215496 +Info 18273[20:05:25.660] getCompletionData: Get previous token: 0.024166999850422144 +Info 18274[20:05:25.660] getCompletionsAtPosition: isCompletionListBlocker: 0.00774399982765317 +Info 18275[20:05:25.661] getExportInfoMap: cache hit +Info 18276[20:05:25.671] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18277[20:05:25.671] collectAutoImports: response is complete +Info 18278[20:05:25.671] collectAutoImports: 10.262048000004143 +Info 18279[20:05:25.671] getCompletionData: Semantic work: 10.905539999715984 +Info 18280[20:05:25.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.59455700032413 +Info 18281[20:05:25.686] Format host information updated +Info 18282[20:05:27.027] getCompletionData: Get current token: 0.003656999673694372 +Info 18283[20:05:27.027] getCompletionData: Is inside comment: 0.011110999621450901 +Info 18284[20:05:27.027] getCompletionData: Get previous token: 0.00890800030902028 +Info 18285[20:05:27.027] getCompletionsAtPosition: isCompletionListBlocker: 0.008642000146210194 +Info 18286[20:05:27.028] getExportInfoMap: cache hit +Info 18287[20:05:27.034] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18288[20:05:27.034] collectAutoImports: response is complete +Info 18289[20:05:27.034] collectAutoImports: 6.379966999869794 +Info 18290[20:05:27.034] getCompletionData: Semantic work: 7.161656000185758 +Info 18291[20:05:27.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.072673000395298 +Info 18292[20:05:27.162] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18293[20:05:27.170] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1672 structureChanged: false structureIsReused:: Completely Elapsed: 7.337387999985367ms +Info 18294[20:05:27.170] Different program with same set of files +Info 18295[20:05:27.170] getCompletionData: Get current token: 0.0053809997625648975 +Info 18296[20:05:27.170] getCompletionData: Is inside comment: 0.015532999765127897 +Info 18297[20:05:27.170] getCompletionData: Get previous token: 0.012331000063568354 +Info 18298[20:05:27.170] getCompletionsAtPosition: isCompletionListBlocker: 0.0022510001435875893 +Info 18299[20:05:27.170] getExportInfoMap: cache hit +Info 18300[20:05:27.180] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18301[20:05:27.180] collectAutoImports: response is complete +Info 18302[20:05:27.180] collectAutoImports: 10.01444899989292 +Info 18303[20:05:27.180] getCompletionData: Semantic work: 10.595995999872684 +Info 18304[20:05:27.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.617508000228554 +Info 18305[20:05:27.195] Format host information updated +Info 18306[20:05:27.237] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18307[20:05:27.245] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1673 structureChanged: false structureIsReused:: Completely Elapsed: 7.41481600003317ms +Info 18308[20:05:27.245] Different program with same set of files +Info 18309[20:05:27.245] getCompletionData: Get current token: 0.004222999792546034 +Info 18310[20:05:27.245] getCompletionData: Is inside comment: 0.013516000006347895 +Info 18311[20:05:27.245] getCompletionData: Get previous token: 0.010616000276058912 +Info 18312[20:05:27.245] getCompletionsAtPosition: isCompletionListBlocker: 0.006643000058829784 +Info 18313[20:05:27.246] getExportInfoMap: cache hit +Info 18314[20:05:27.257] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18315[20:05:27.257] collectAutoImports: response is complete +Info 18316[20:05:27.257] collectAutoImports: 10.996656000148505 +Info 18317[20:05:27.257] getCompletionData: Semantic work: 11.635542999953032 +Info 18318[20:05:27.263] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.1960979998111725 +Info 18319[20:05:27.268] Format host information updated +Info 18320[20:05:27.619] getCompletionData: Get current token: 0.005547000095248222 +Info 18321[20:05:27.619] getCompletionData: Is inside comment: 0.0016440004110336304 +Info 18322[20:05:27.619] getCompletionData: Get previous token: 0.016462000086903572 +Info 18323[20:05:27.619] getCompletionsAtPosition: isCompletionListBlocker: 0.0025439998134970665 +Info 18324[20:05:27.620] getExportInfoMap: cache hit +Info 18325[20:05:27.629] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18326[20:05:27.629] collectAutoImports: response is complete +Info 18327[20:05:27.629] collectAutoImports: 8.596768000163138 +Info 18328[20:05:27.629] getCompletionData: Semantic work: 9.551573000382632 +Info 18329[20:05:27.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.391515000257641 +Info 18330[20:05:27.831] Format host information updated +Info 18331[20:05:27.832] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18332[20:05:27.862] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1674 structureChanged: false structureIsReused:: Completely Elapsed: 30.276472999714315ms +Info 18333[20:05:27.862] Different program with same set of files +Info 18334[20:05:27.884] Format host information updated +Info 18335[20:05:28.101] Format host information updated +Info 18336[20:05:28.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18337[20:05:28.115] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1675 structureChanged: false structureIsReused:: Completely Elapsed: 13.49935800023377ms +Info 18338[20:05:28.115] Different program with same set of files +Info 18339[20:05:28.471] Format host information updated +Info 18340[20:05:28.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18341[20:05:28.481] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1676 structureChanged: false structureIsReused:: Completely Elapsed: 10.230943000409752ms +Info 18342[20:05:28.481] Different program with same set of files +Info 18343[20:05:29.128] Format host information updated +Info 18344[20:05:29.128] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18345[20:05:29.135] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1677 structureChanged: false structureIsReused:: Completely Elapsed: 6.797050999943167ms +Info 18346[20:05:29.135] Different program with same set of files +Info 18347[20:05:29.300] Format host information updated +Info 18348[20:05:29.300] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18349[20:05:29.308] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1678 structureChanged: false structureIsReused:: Completely Elapsed: 8.072844999842346ms +Info 18350[20:05:29.308] Different program with same set of files +Info 18351[20:05:29.838] Format host information updated +Info 18352[20:05:29.838] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18353[20:05:29.847] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1679 structureChanged: false structureIsReused:: Completely Elapsed: 9.119538999628276ms +Info 18354[20:05:29.847] Different program with same set of files +Info 18355[20:05:29.992] Format host information updated +Info 18356[20:05:29.992] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18357[20:05:30.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1680 structureChanged: false structureIsReused:: Completely Elapsed: 7.824407999869436ms +Info 18358[20:05:30.000] Different program with same set of files +Info 18359[20:05:30.146] Format host information updated +Info 18360[20:05:30.146] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18361[20:05:30.156] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1681 structureChanged: false structureIsReused:: Completely Elapsed: 10.107785000000149ms +Info 18362[20:05:30.156] Different program with same set of files +Info 18363[20:05:30.316] Format host information updated +Info 18364[20:05:30.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18365[20:05:30.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1682 structureChanged: false structureIsReused:: Completely Elapsed: 7.194469999987632ms +Info 18366[20:05:30.324] Different program with same set of files +Info 18367[20:05:30.471] Format host information updated +Info 18368[20:05:30.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18369[20:05:30.478] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1683 structureChanged: false structureIsReused:: Completely Elapsed: 6.579363999888301ms +Info 18370[20:05:30.478] Different program with same set of files +Info 18371[20:05:30.626] Format host information updated +Info 18372[20:05:30.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18373[20:05:30.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1684 structureChanged: false structureIsReused:: Completely Elapsed: 9.068111999891698ms +Info 18374[20:05:30.635] Different program with same set of files +Info 18375[20:05:30.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18376[20:05:30.797] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1685 structureChanged: false structureIsReused:: Completely Elapsed: 7.15311500011012ms +Info 18377[20:05:30.798] Different program with same set of files +Info 18378[20:05:30.798] getCompletionData: Get current token: 0.004798999987542629 +Info 18379[20:05:30.798] getCompletionData: Is inside comment: 0.014979999978095293 +Info 18380[20:05:30.798] getCompletionData: Get previous token: 0.02170499972999096 +Info 18381[20:05:30.798] getCompletionsAtPosition: isCompletionListBlocker: 0.002111000008881092 +Info 18382[20:05:30.798] getExportInfoMap: cache hit +Info 18383[20:05:30.802] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 10 from cache +Info 18384[20:05:30.802] collectAutoImports: response is complete +Info 18385[20:05:30.802] collectAutoImports: 3.3313690000213683 +Info 18386[20:05:30.802] getCompletionData: Semantic work: 3.8742189998738468 +Info 18387[20:05:30.803] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7622070000506938 +Info 18388[20:05:30.807] Format host information updated +Info 18389[20:05:30.863] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18390[20:05:30.873] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1686 structureChanged: false structureIsReused:: Completely Elapsed: 9.837538000196218ms +Info 18391[20:05:30.873] Different program with same set of files +Info 18392[20:05:30.873] getCompletionData: Get current token: 0.007400000002235174 +Info 18393[20:05:30.873] getCompletionData: Is inside comment: 0.021203000098466873 +Info 18394[20:05:30.873] getCompletionData: Get previous token: 0.032860000152140856 +Info 18395[20:05:30.873] getCompletionsAtPosition: isCompletionListBlocker: 0.002832000143826008 +Info 18396[20:05:30.874] getExportInfoMap: cache hit +Info 18397[20:05:30.876] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 18398[20:05:30.876] collectAutoImports: response is complete +Info 18399[20:05:30.876] collectAutoImports: 2.5090660001151264 +Info 18400[20:05:30.876] getCompletionData: Semantic work: 3.2584239998832345 +Info 18401[20:05:30.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7721750000491738 +Info 18402[20:05:30.880] Format host information updated +Info 18403[20:05:30.950] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18404[20:05:30.975] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1687 structureChanged: false structureIsReused:: Completely Elapsed: 24.277776999864727ms +Info 18405[20:05:30.975] Different program with same set of files +Info 18406[20:05:30.975] getCompletionData: Get current token: 0.014014999847859144 +Info 18407[20:05:30.975] getCompletionData: Is inside comment: 0.05227000033482909 +Info 18408[20:05:30.976] getCompletionData: Get previous token: 0.0476299999281764 +Info 18409[20:05:30.976] getCompletionsAtPosition: isCompletionListBlocker: 0.0037799999117851257 +Info 18410[20:05:30.977] getExportInfoMap: cache hit +Info 18411[20:05:30.980] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 0 from cache +Info 18412[20:05:30.980] collectAutoImports: response is complete +Info 18413[20:05:30.980] collectAutoImports: 3.4669510000385344 +Info 18414[20:05:30.980] getCompletionData: Semantic work: 4.588793999981135 +Info 18415[20:05:30.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5696839997544885 +Info 18416[20:05:30.984] Format host information updated +Info 18417[20:05:31.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18418[20:05:31.026] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1688 structureChanged: false structureIsReused:: Completely Elapsed: 7.1796920001506805ms +Info 18419[20:05:31.026] Different program with same set of files +Info 18420[20:05:31.027] getCompletionData: Get current token: 0.004694000352174044 +Info 18421[20:05:31.027] getCompletionData: Is inside comment: 0.015323999803513288 +Info 18422[20:05:31.027] getCompletionData: Get previous token: 0.02117300033569336 +Info 18423[20:05:31.027] getCompletionsAtPosition: isCompletionListBlocker: 0.0019430001266300678 +Info 18424[20:05:31.027] getExportInfoMap: cache hit +Info 18425[20:05:31.029] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 18426[20:05:31.029] collectAutoImports: response is complete +Info 18427[20:05:31.029] collectAutoImports: 1.5680959997698665 +Info 18428[20:05:31.029] getCompletionData: Semantic work: 2.1895510000176728 +Info 18429[20:05:31.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5179209997877479 +Info 18430[20:05:31.033] Format host information updated +Info 18431[20:05:31.107] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18432[20:05:31.121] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1689 structureChanged: false structureIsReused:: Completely Elapsed: 13.499725999776274ms +Info 18433[20:05:31.121] Different program with same set of files +Info 18434[20:05:31.121] getCompletionData: Get current token: 0.010185000021010637 +Info 18435[20:05:31.121] getCompletionData: Is inside comment: 0.030440000351518393 +Info 18436[20:05:31.121] getCompletionData: Get previous token: 0.044191000051796436 +Info 18437[20:05:31.121] getCompletionsAtPosition: isCompletionListBlocker: 0.0043310001492500305 +Info 18438[20:05:31.122] getExportInfoMap: cache hit +Info 18439[20:05:31.142] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18440[20:05:31.142] collectAutoImports: response is complete +Info 18441[20:05:31.142] collectAutoImports: 20.13968199957162 +Info 18442[20:05:31.142] getCompletionData: Semantic work: 21.097575000021607 +Info 18443[20:05:31.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.934557000175118 +Info 18444[20:05:31.158] Format host information updated +Info 18445[20:05:31.234] Format host information updated +Info 18446[20:05:31.234] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18447[20:05:31.244] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1690 structureChanged: false structureIsReused:: Completely Elapsed: 9.437531999778003ms +Info 18448[20:05:31.244] Different program with same set of files +Info 18449[20:05:31.384] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18450[20:05:31.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1691 structureChanged: false structureIsReused:: Completely Elapsed: 10.913365000393242ms +Info 18451[20:05:31.395] Different program with same set of files +Info 18452[20:05:31.395] getCompletionData: Get current token: 0.00761000020429492 +Info 18453[20:05:31.395] getCompletionData: Is inside comment: 0.019423000048846006 +Info 18454[20:05:31.395] getCompletionData: Get previous token: 0.03238300001248717 +Info 18455[20:05:31.395] getCompletionsAtPosition: isCompletionListBlocker: 0.00990500021725893 +Info 18456[20:05:31.397] getExportInfoMap: cache hit +Info 18457[20:05:31.404] collectAutoImports: resolved 0 module specifiers, plus 52 ambient and 5 from cache +Info 18458[20:05:31.404] collectAutoImports: response is complete +Info 18459[20:05:31.404] collectAutoImports: 7.16176600009203 +Info 18460[20:05:31.404] getCompletionData: Semantic work: 8.33299299981445 +Info 18461[20:05:31.408] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7632940001785755 +Info 18462[20:05:31.412] Format host information updated +Info 18463[20:05:31.444] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18464[20:05:31.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1692 structureChanged: false structureIsReused:: Completely Elapsed: 7.91584699973464ms +Info 18465[20:05:31.452] Different program with same set of files +Info 18466[20:05:31.452] getCompletionData: Get current token: 0.004722000099718571 +Info 18467[20:05:31.452] getCompletionData: Is inside comment: 0.014514000155031681 +Info 18468[20:05:31.452] getCompletionData: Get previous token: 0.023618999868631363 +Info 18469[20:05:31.452] getCompletionsAtPosition: isCompletionListBlocker: 0.008353000041097403 +Info 18470[20:05:31.453] getExportInfoMap: cache hit +Info 18471[20:05:31.456] collectAutoImports: resolved 0 module specifiers, plus 37 ambient and 4 from cache +Info 18472[20:05:31.456] collectAutoImports: response is complete +Info 18473[20:05:31.456] collectAutoImports: 2.475204000249505 +Info 18474[20:05:31.456] getCompletionData: Semantic work: 3.2098929998464882 +Info 18475[20:05:31.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5211629997938871 +Info 18476[20:05:31.458] Format host information updated +Info 18477[20:05:31.587] Format host information updated +Info 18478[20:05:31.587] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18479[20:05:31.613] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1693 structureChanged: false structureIsReused:: Completely Elapsed: 25.85991800017655ms +Info 18480[20:05:31.613] Different program with same set of files +Info 18481[20:05:31.818] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18482[20:05:31.830] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1694 structureChanged: false structureIsReused:: Completely Elapsed: 11.799844999797642ms +Info 18483[20:05:31.830] Different program with same set of files +Info 18484[20:05:31.830] getCompletionData: Get current token: 0.003913000226020813 +Info 18485[20:05:31.830] getCompletionData: Is inside comment: 0.012940000277012587 +Info 18486[20:05:31.830] getCompletionData: Get previous token: 0.02461099997162819 +Info 18487[20:05:31.830] getCompletionsAtPosition: isCompletionListBlocker: 0.008838000241667032 +Info 18488[20:05:31.830] getExportInfoMap: cache hit +Info 18489[20:05:31.834] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 18 from cache +Info 18490[20:05:31.834] collectAutoImports: response is complete +Info 18491[20:05:31.834] collectAutoImports: 3.76659099990502 +Info 18492[20:05:31.834] getCompletionData: Semantic work: 4.479948999825865 +Info 18493[20:05:31.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.119585999753326 +Info 18494[20:05:31.838] Format host information updated +Info 18495[20:05:32.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18496[20:05:32.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1695 structureChanged: false structureIsReused:: Completely Elapsed: 7.34721799986437ms +Info 18497[20:05:32.048] Different program with same set of files +Info 18498[20:05:32.048] getCompletionData: Get current token: 0.004699999932199717 +Info 18499[20:05:32.048] getCompletionData: Is inside comment: 0.014359999913722277 +Info 18500[20:05:32.048] getCompletionData: Get previous token: 0.023833999875932932 +Info 18501[20:05:32.048] getCompletionsAtPosition: isCompletionListBlocker: 0.0077320002019405365 +Info 18502[20:05:32.052] getExportInfoMap: cache hit +Info 18503[20:05:32.054] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 4 from cache +Info 18504[20:05:32.054] collectAutoImports: response is complete +Info 18505[20:05:32.054] collectAutoImports: 2.0095449998043478 +Info 18506[20:05:32.054] getCompletionData: Semantic work: 5.663949999958277 +Info 18507[20:05:32.055] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2310180002823472 +Info 18508[20:05:32.056] Format host information updated +Info 18509[20:05:32.183] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18510[20:05:32.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1696 structureChanged: false structureIsReused:: Completely Elapsed: 8.430660999845713ms +Info 18511[20:05:32.192] Different program with same set of files +Info 18512[20:05:32.192] getCompletionData: Get current token: 0.00583899999037385 +Info 18513[20:05:32.192] getCompletionData: Is inside comment: 0.032426999881863594 +Info 18514[20:05:32.192] getCompletionData: Get previous token: 0.028398000169545412 +Info 18515[20:05:32.192] getCompletionsAtPosition: isCompletionListBlocker: 0.009163999930024147 +Info 18516[20:05:32.193] getExportInfoMap: cache hit +Info 18517[20:05:32.195] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 18518[20:05:32.195] collectAutoImports: response is complete +Info 18519[20:05:32.195] collectAutoImports: 2.0548050003126264 +Info 18520[20:05:32.195] getCompletionData: Semantic work: 2.76665599970147 +Info 18521[20:05:32.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6240819999948144 +Info 18522[20:05:32.198] Format host information updated +Info 18523[20:05:32.458] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18524[20:05:32.467] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1697 structureChanged: false structureIsReused:: Completely Elapsed: 8.954890999943018ms +Info 18525[20:05:32.467] Different program with same set of files +Info 18526[20:05:32.467] getCompletionData: Get current token: 0.005107000004500151 +Info 18527[20:05:32.467] getCompletionData: Is inside comment: 0.013402000069618225 +Info 18528[20:05:32.467] getCompletionData: Get previous token: 0.023718999698758125 +Info 18529[20:05:32.467] getCompletionsAtPosition: isCompletionListBlocker: 0.008191000204533339 +Info 18530[20:05:32.468] getExportInfoMap: cache hit +Info 18531[20:05:32.470] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 4 from cache +Info 18532[20:05:32.470] collectAutoImports: response is complete +Info 18533[20:05:32.470] collectAutoImports: 2.041488999966532 +Info 18534[20:05:32.470] getCompletionData: Semantic work: 2.6658160001970828 +Info 18535[20:05:32.471] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.273411000147462 +Info 18536[20:05:32.472] Format host information updated +Info 18537[20:05:32.620] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18538[20:05:32.631] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1698 structureChanged: false structureIsReused:: Completely Elapsed: 10.905867000110447ms +Info 18539[20:05:32.631] Different program with same set of files +Info 18540[20:05:32.632] getCompletionData: Get current token: 0.006434000097215176 +Info 18541[20:05:32.632] getCompletionData: Is inside comment: 0.01711499970406294 +Info 18542[20:05:32.632] getCompletionData: Get previous token: 0.02973000006750226 +Info 18543[20:05:32.632] getCompletionsAtPosition: isCompletionListBlocker: 0.010149999987334013 +Info 18544[20:05:32.632] getExportInfoMap: cache hit +Info 18545[20:05:32.635] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 0 from cache +Info 18546[20:05:32.635] collectAutoImports: response is complete +Info 18547[20:05:32.635] collectAutoImports: 2.3045990001410246 +Info 18548[20:05:32.635] getCompletionData: Semantic work: 3.1006429996341467 +Info 18549[20:05:32.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8883110000751913 +Info 18550[20:05:32.638] Format host information updated +Info 18551[20:05:32.770] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18552[20:05:32.778] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1699 structureChanged: false structureIsReused:: Completely Elapsed: 7.611864000093192ms +Info 18553[20:05:32.778] Different program with same set of files +Info 18554[20:05:32.778] getCompletionData: Get current token: 0.005703999660909176 +Info 18555[20:05:32.778] getCompletionData: Is inside comment: 0.01577599998563528 +Info 18556[20:05:32.778] getCompletionData: Get previous token: 0.027102000080049038 +Info 18557[20:05:32.778] getCompletionsAtPosition: isCompletionListBlocker: 0.008012000005692244 +Info 18558[20:05:32.779] getExportInfoMap: cache hit +Info 18559[20:05:32.781] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18560[20:05:32.781] collectAutoImports: response is complete +Info 18561[20:05:32.781] collectAutoImports: 1.6035839999094605 +Info 18562[20:05:32.781] getCompletionData: Semantic work: 2.2831589998677373 +Info 18563[20:05:32.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2924889996647835 +Info 18564[20:05:32.785] Format host information updated +Info 18565[20:05:32.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18566[20:05:32.948] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1700 structureChanged: false structureIsReused:: Completely Elapsed: 7.630249000154436ms +Info 18567[20:05:32.948] Different program with same set of files +Info 18568[20:05:32.948] getCompletionData: Get current token: 0.0055149998515844345 +Info 18569[20:05:32.948] getCompletionData: Is inside comment: 0.01473599998280406 +Info 18570[20:05:32.948] getCompletionData: Get previous token: 0.02505799988284707 +Info 18571[20:05:32.948] getCompletionsAtPosition: isCompletionListBlocker: 0.008317000232636929 +Info 18572[20:05:32.949] getExportInfoMap: cache hit +Info 18573[20:05:32.950] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18574[20:05:32.950] collectAutoImports: response is complete +Info 18575[20:05:32.950] collectAutoImports: 1.5296350000426173 +Info 18576[20:05:32.950] getCompletionData: Semantic work: 2.205591000150889 +Info 18577[20:05:32.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.266831999644637 +Info 18578[20:05:32.953] Format host information updated +Info 18579[20:05:33.004] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18580[20:05:33.017] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1701 structureChanged: false structureIsReused:: Completely Elapsed: 13.11681400006637ms +Info 18581[20:05:33.018] Different program with same set of files +Info 18582[20:05:33.018] getCompletionData: Get current token: 0.0077629997394979 +Info 18583[20:05:33.018] getCompletionData: Is inside comment: 0.02173599973320961 +Info 18584[20:05:33.018] getCompletionData: Get previous token: 0.03746799984946847 +Info 18585[20:05:33.018] getCompletionsAtPosition: isCompletionListBlocker: 0.011367000173777342 +Info 18586[20:05:33.019] getExportInfoMap: cache hit +Info 18587[20:05:33.021] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 18588[20:05:33.021] collectAutoImports: response is complete +Info 18589[20:05:33.021] collectAutoImports: 2.1859439997933805 +Info 18590[20:05:33.021] getCompletionData: Semantic work: 2.9748260001651943 +Info 18591[20:05:33.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7948280000127852 +Info 18592[20:05:33.024] Format host information updated +Info 18593[20:05:33.564] Format host information updated +Info 18594[20:05:33.564] Format host information updated +Info 18595[20:05:33.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18596[20:05:33.576] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1702 structureChanged: false structureIsReused:: Completely Elapsed: 11.586420999839902ms +Info 18597[20:05:33.576] Different program with same set of files +Info 18598[20:05:33.577] getCompletionData: Get current token: 0.004616999998688698 +Info 18599[20:05:33.577] getCompletionData: Is inside comment: 0.012595999985933304 +Info 18600[20:05:33.577] getCompletionData: Get previous token: 0.010619999840855598 +Info 18601[20:05:33.577] getCompletionsAtPosition: isCompletionListBlocker: 0.007466999813914299 +Info 18602[20:05:33.577] getExportInfoMap: cache hit +Info 18603[20:05:33.588] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18604[20:05:33.588] collectAutoImports: response is complete +Info 18605[20:05:33.588] collectAutoImports: 10.423462999984622 +Info 18606[20:05:33.588] getCompletionData: Semantic work: 10.987843999639153 +Info 18607[20:05:33.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.160626999568194 +Info 18608[20:05:33.600] getCompletionData: Get current token: 0.011866000015288591 +Info 18609[20:05:33.600] getCompletionData: Is inside comment: 0.0014780000783503056 +Info 18610[20:05:33.600] getCompletionData: Get previous token: 0.02457900019362569 +Info 18611[20:05:33.600] getCompletionsAtPosition: isCompletionListBlocker: 0.008218000177294016 +Info 18612[20:05:33.601] getCompletionData: Semantic work: 0.4186439998447895 +Info 18613[20:05:33.604] getCompletionData: Get current token: 0.009997999761253595 +Info 18614[20:05:33.604] getCompletionData: Is inside comment: 0.0022430000826716423 +Info 18615[20:05:33.604] getCompletionData: Get previous token: 0.026990000158548355 +Info 18616[20:05:33.604] getCompletionsAtPosition: isCompletionListBlocker: 0.006445999722927809 +Info 18617[20:05:33.604] getCompletionData: Semantic work: 0.4271990000270307 +Info 18618[20:05:33.605] Format host information updated +Info 18619[20:05:33.866] getCompletionData: Get current token: 0.0058639999479055405 +Info 18620[20:05:33.866] getCompletionData: Is inside comment: 0.0010339999571442604 +Info 18621[20:05:33.866] getCompletionData: Get previous token: 0.06611899985000491 +Info 18622[20:05:33.866] getCompletionsAtPosition: isCompletionListBlocker: 0.003481999970972538 +Info 18623[20:05:33.867] getExportInfoMap: cache hit +Info 18624[20:05:33.874] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18625[20:05:33.874] collectAutoImports: response is complete +Info 18626[20:05:33.874] collectAutoImports: 7.3354899999685585 +Info 18627[20:05:33.874] getCompletionData: Semantic work: 7.950852999929339 +Info 18628[20:05:33.880] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.817507000174373 +Info 18629[20:05:38.340] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18630[20:05:38.347] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1703 structureChanged: false structureIsReused:: Completely Elapsed: 7.581189000047743ms +Info 18631[20:05:38.347] Different program with same set of files +Info 18632[20:05:38.348] getCompletionData: Get current token: 0.0064199999906122684 +Info 18633[20:05:38.348] getCompletionData: Is inside comment: 0.0010089999996125698 +Info 18634[20:05:38.348] getCompletionData: Get previous token: 0.03080799989402294 +Info 18635[20:05:38.348] getCompletionsAtPosition: isCompletionListBlocker: 0.0034829997457563877 +Info 18636[20:05:38.348] getExportInfoMap: cache hit +Info 18637[20:05:38.351] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 1 from cache +Info 18638[20:05:38.351] collectAutoImports: response is complete +Info 18639[20:05:38.351] collectAutoImports: 2.8118650000542402 +Info 18640[20:05:38.351] getCompletionData: Semantic work: 3.384265000000596 +Info 18641[20:05:38.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8388789999298751 +Info 18642[20:05:38.354] Format host information updated +Info 18643[20:05:38.403] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18644[20:05:38.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1704 structureChanged: false structureIsReused:: Completely Elapsed: 12.195111999753863ms +Info 18645[20:05:38.415] Different program with same set of files +Info 18646[20:05:38.415] getCompletionData: Get current token: 0.009696000255644321 +Info 18647[20:05:38.415] getCompletionData: Is inside comment: 0.0019299997948110104 +Info 18648[20:05:38.415] getCompletionData: Get previous token: 0.05159399984404445 +Info 18649[20:05:38.416] getCompletionsAtPosition: isCompletionListBlocker: 0.0044189998880028725 +Info 18650[20:05:38.416] getExportInfoMap: cache hit +Info 18651[20:05:38.422] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 0 from cache +Info 18652[20:05:38.422] collectAutoImports: response is complete +Info 18653[20:05:38.422] collectAutoImports: 5.542832000181079 +Info 18654[20:05:38.422] getCompletionData: Semantic work: 6.657400999683887 +Info 18655[20:05:38.425] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3126059998758137 +Info 18656[20:05:38.426] Format host information updated +Info 18657[20:05:38.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18658[20:05:38.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1705 structureChanged: false structureIsReused:: Completely Elapsed: 7.882530000060797ms +Info 18659[20:05:38.471] Different program with same set of files +Info 18660[20:05:38.471] getCompletionData: Get current token: 0.005363000091165304 +Info 18661[20:05:38.471] getCompletionData: Is inside comment: 0.0009939996525645256 +Info 18662[20:05:38.471] getCompletionData: Get previous token: 0.02742299996316433 +Info 18663[20:05:38.471] getCompletionsAtPosition: isCompletionListBlocker: 0.00305899977684021 +Info 18664[20:05:38.472] getExportInfoMap: cache hit +Info 18665[20:05:38.473] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 18666[20:05:38.473] collectAutoImports: response is complete +Info 18667[20:05:38.473] collectAutoImports: 1.4653830002062023 +Info 18668[20:05:38.473] getCompletionData: Semantic work: 2.002115999814123 +Info 18669[20:05:38.474] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0759330000728369 +Info 18670[20:05:38.477] Format host information updated +Info 18671[20:05:38.587] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18672[20:05:38.595] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1706 structureChanged: false structureIsReused:: Completely Elapsed: 8.100995999760926ms +Info 18673[20:05:38.595] Different program with same set of files +Info 18674[20:05:38.595] getCompletionData: Get current token: 0.007374999579042196 +Info 18675[20:05:38.595] getCompletionData: Is inside comment: 0.0009869998320937157 +Info 18676[20:05:38.595] getCompletionData: Get previous token: 0.029092999640852213 +Info 18677[20:05:38.595] getCompletionsAtPosition: isCompletionListBlocker: 0.002398999873548746 +Info 18678[20:05:38.596] getCompletionData: Semantic work: 0.6545970002189279 +Info 18679[20:05:38.596] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04650900000706315 +Info 18680[20:05:38.597] Format host information updated +Info 18681[20:05:38.772] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18682[20:05:38.781] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1707 structureChanged: false structureIsReused:: Completely Elapsed: 9.55485500022769ms +Info 18683[20:05:38.781] Different program with same set of files +Info 18684[20:05:38.781] getCompletionData: Get current token: 0.006380000151693821 +Info 18685[20:05:38.781] getCompletionData: Is inside comment: 0.0009759999811649323 +Info 18686[20:05:38.781] getCompletionData: Get previous token: 0.025233999826014042 +Info 18687[20:05:38.781] getCompletionsAtPosition: isCompletionListBlocker: 0.0023400001227855682 +Info 18688[20:05:38.782] getCompletionData: Semantic work: 0.5713900001719594 +Info 18689[20:05:38.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04542599990963936 +Info 18690[20:05:38.783] Format host information updated +Info 18691[20:05:38.980] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18692[20:05:38.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1708 structureChanged: false structureIsReused:: Completely Elapsed: 7.480665000155568ms +Info 18693[20:05:38.988] Different program with same set of files +Info 18694[20:05:38.988] getCompletionData: Get current token: 0.006221000105142593 +Info 18695[20:05:38.988] getCompletionData: Is inside comment: 0.0009999996982514858 +Info 18696[20:05:38.988] getCompletionData: Get previous token: 0.026126000098884106 +Info 18697[20:05:38.988] getCompletionsAtPosition: isCompletionListBlocker: 0.0019610002636909485 +Info 18698[20:05:38.989] getCompletionData: Semantic work: 0.5822430001571774 +Info 18699[20:05:38.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04464199999347329 +Info 18700[20:05:38.991] Format host information updated +Info 18701[20:05:39.040] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18702[20:05:39.047] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1709 structureChanged: false structureIsReused:: Completely Elapsed: 7.397383000236005ms +Info 18703[20:05:39.047] Different program with same set of files +Info 18704[20:05:39.047] getCompletionData: Get current token: 0.006541000213474035 +Info 18705[20:05:39.047] getCompletionData: Is inside comment: 0.0012330003082752228 +Info 18706[20:05:39.047] getCompletionData: Get previous token: 0.027578999754041433 +Info 18707[20:05:39.047] getCompletionsAtPosition: isCompletionListBlocker: 0.002014999743551016 +Info 18708[20:05:39.048] getCompletionData: Semantic work: 0.569213000126183 +Info 18709[20:05:39.048] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.044324999675154686 +Info 18710[20:05:39.049] Format host information updated +Info 18711[20:05:39.131] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18712[20:05:39.141] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1710 structureChanged: false structureIsReused:: Completely Elapsed: 9.982321000192314ms +Info 18713[20:05:39.141] Different program with same set of files +Info 18714[20:05:39.141] getCompletionData: Get current token: 0.006968999747186899 +Info 18715[20:05:39.141] getCompletionData: Is inside comment: 0.000960999634116888 +Info 18716[20:05:39.141] getCompletionData: Get previous token: 0.01826700009405613 +Info 18717[20:05:39.141] getCompletionsAtPosition: isCompletionListBlocker: 0.006656999699771404 +Info 18718[20:05:39.141] getExportInfoMap: cache hit +Info 18719[20:05:39.151] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18720[20:05:39.151] collectAutoImports: response is complete +Info 18721[20:05:39.151] collectAutoImports: 9.816525000147521 +Info 18722[20:05:39.151] getCompletionData: Semantic work: 10.368916000239551 +Info 18723[20:05:39.162] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.798011000268161 +Info 18724[20:05:39.167] Format host information updated +Info 18725[20:05:39.237] Format host information updated +Info 18726[20:05:39.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18727[20:05:39.247] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1711 structureChanged: false structureIsReused:: Completely Elapsed: 9.38165200036019ms +Info 18728[20:05:39.247] Different program with same set of files +Info 18729[20:05:39.722] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18730[20:05:39.732] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1712 structureChanged: false structureIsReused:: Completely Elapsed: 9.698253000155091ms +Info 18731[20:05:39.732] Different program with same set of files +Info 18732[20:05:39.734] getCompletionData: Get current token: 0.02994400030001998 +Info 18733[20:05:39.734] getCompletionData: Is inside comment: 0.004289999604225159 +Info 18734[20:05:39.734] getCompletionData: Get previous token: 0.044615999795496464 +Info 18735[20:05:39.734] getCompletionsAtPosition: isCompletionListBlocker: 0.0015300000086426735 +Info 18736[20:05:39.734] Returning an empty list because completion was requested in an invalid position. +Info 18737[20:05:39.735] Format host information updated +Info 18738[20:05:39.845] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18739[20:05:39.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1713 structureChanged: false structureIsReused:: Completely Elapsed: 7.8156400001607835ms +Info 18740[20:05:39.853] Different program with same set of files +Info 18741[20:05:39.853] getCompletionData: Get current token: 0.012311999686062336 +Info 18742[20:05:39.853] getCompletionData: Is inside comment: 0.001230000052601099 +Info 18743[20:05:39.853] getCompletionData: Get previous token: 0.024570999667048454 +Info 18744[20:05:39.854] getCompletionsAtPosition: isCompletionListBlocker: 0.00861300015822053 +Info 18745[20:05:39.854] getExportInfoMap: cache hit +Info 18746[20:05:39.869] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18747[20:05:39.869] collectAutoImports: response is complete +Info 18748[20:05:39.869] collectAutoImports: 15.225510000251234 +Info 18749[20:05:39.869] getCompletionData: Semantic work: 15.932903000153601 +Info 18750[20:05:39.879] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.152757999952883 +Info 18751[20:05:39.885] Format host information updated +Info 18752[20:05:40.161] getCompletionData: Get current token: 0.009182000067085028 +Info 18753[20:05:40.161] getCompletionData: Is inside comment: 0.0012630000710487366 +Info 18754[20:05:40.161] getCompletionData: Get previous token: 0.0193399996496737 +Info 18755[20:05:40.161] getCompletionsAtPosition: isCompletionListBlocker: 0.0012080003507435322 +Info 18756[20:05:40.161] Returning an empty list because completion was requested in an invalid position. +Info 18757[20:05:40.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18758[20:05:40.329] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1714 structureChanged: false structureIsReused:: Completely Elapsed: 10.608973999973387ms +Info 18759[20:05:40.329] Different program with same set of files +Info 18760[20:05:40.331] getCompletionData: Get current token: 0.025787000078707933 +Info 18761[20:05:40.331] getCompletionData: Is inside comment: 0.0037470003589987755 +Info 18762[20:05:40.331] getCompletionData: Get previous token: 0.0345749999396503 +Info 18763[20:05:40.331] getCompletionsAtPosition: isCompletionListBlocker: 0.00165200000628829 +Info 18764[20:05:40.331] Returning an empty list because completion was requested in an invalid position. +Info 18765[20:05:40.332] Format host information updated +Info 18766[20:05:40.382] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18767[20:05:40.398] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1715 structureChanged: false structureIsReused:: Completely Elapsed: 15.836599999573082ms +Info 18768[20:05:40.398] Different program with same set of files +Info 18769[20:05:40.402] getCompletionData: Get current token: 0.03550400026142597 +Info 18770[20:05:40.402] getCompletionData: Is inside comment: 0.004149999935179949 +Info 18771[20:05:40.402] getCompletionData: Get previous token: 0.05463699996471405 +Info 18772[20:05:40.402] getCompletionsAtPosition: isCompletionListBlocker: 0.001831000205129385 +Info 18773[20:05:40.402] Returning an empty list because completion was requested in an invalid position. +Info 18774[20:05:40.402] Format host information updated +Info 18775[20:05:40.513] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18776[20:05:40.521] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1716 structureChanged: false structureIsReused:: Completely Elapsed: 7.968097000382841ms +Info 18777[20:05:40.521] Different program with same set of files +Info 18778[20:05:40.523] getCompletionData: Get current token: 0.01744600012898445 +Info 18779[20:05:40.523] getCompletionData: Is inside comment: 0.001757000107318163 +Info 18780[20:05:40.523] getCompletionData: Get previous token: 0.029688999988138676 +Info 18781[20:05:40.523] getCompletionsAtPosition: isCompletionListBlocker: 0.0010919999331235886 +Info 18782[20:05:40.523] Returning an empty list because completion was requested in an invalid position. +Info 18783[20:05:40.523] Format host information updated +Info 18784[20:05:40.573] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18785[20:05:40.586] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1717 structureChanged: false structureIsReused:: Completely Elapsed: 13.229052000213414ms +Info 18786[20:05:40.586] Different program with same set of files +Info 18787[20:05:40.589] getCompletionData: Get current token: 0.020545999985188246 +Info 18788[20:05:40.589] getCompletionData: Is inside comment: 0.0021750000305473804 +Info 18789[20:05:40.589] getCompletionData: Get previous token: 0.03696800023317337 +Info 18790[20:05:40.589] getCompletionsAtPosition: isCompletionListBlocker: 0.0012959996238350868 +Info 18791[20:05:40.589] Returning an empty list because completion was requested in an invalid position. +Info 18792[20:05:40.589] Format host information updated +Info 18793[20:05:40.723] Format host information updated +Info 18794[20:05:40.723] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18795[20:05:40.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1718 structureChanged: false structureIsReused:: Completely Elapsed: 8.13005100004375ms +Info 18796[20:05:40.731] Different program with same set of files +Info 18797[20:05:40.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18798[20:05:40.950] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1719 structureChanged: false structureIsReused:: Completely Elapsed: 9.404643000103533ms +Info 18799[20:05:40.950] Different program with same set of files +Info 18800[20:05:40.952] getCompletionData: Get current token: 0.018939999863505363 +Info 18801[20:05:40.952] getCompletionData: Is inside comment: 0.0028340001590549946 +Info 18802[20:05:40.952] getCompletionData: Get previous token: 0.02977300016209483 +Info 18803[20:05:40.952] getCompletionsAtPosition: isCompletionListBlocker: 0.0013689999468624592 +Info 18804[20:05:40.952] Returning an empty list because completion was requested in an invalid position. +Info 18805[20:05:40.952] Format host information updated +Info 18806[20:05:41.027] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18807[20:05:41.053] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1720 structureChanged: false structureIsReused:: Completely Elapsed: 26.119489999953657ms +Info 18808[20:05:41.053] Different program with same set of files +Info 18809[20:05:41.059] getCompletionData: Get current token: 0.04144799988716841 +Info 18810[20:05:41.059] getCompletionData: Is inside comment: 0.00419999985024333 +Info 18811[20:05:41.059] getCompletionData: Get previous token: 0.07018900010734797 +Info 18812[20:05:41.059] getCompletionsAtPosition: isCompletionListBlocker: 0.002623000182211399 +Info 18813[20:05:41.059] Returning an empty list because completion was requested in an invalid position. +Info 18814[20:05:41.060] Format host information updated +Info 18815[20:05:41.128] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18816[20:05:41.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1721 structureChanged: false structureIsReused:: Completely Elapsed: 14.005049999803305ms +Info 18817[20:05:41.142] Different program with same set of files +Info 18818[20:05:41.146] getCompletionData: Get current token: 0.045194000005722046 +Info 18819[20:05:41.146] getCompletionData: Is inside comment: 0.004915999714285135 +Info 18820[20:05:41.147] getCompletionData: Get previous token: 0.06864799978211522 +Info 18821[20:05:41.147] getCompletionsAtPosition: isCompletionListBlocker: 0.00291999988257885 +Info 18822[20:05:41.147] Returning an empty list because completion was requested in an invalid position. +Info 18823[20:05:41.147] Format host information updated +Info 18824[20:05:41.475] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18825[20:05:41.482] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1722 structureChanged: false structureIsReused:: Completely Elapsed: 7.409144999925047ms +Info 18826[20:05:41.482] Different program with same set of files +Info 18827[20:05:41.484] getCompletionData: Get current token: 0.01760599995031953 +Info 18828[20:05:41.484] getCompletionData: Is inside comment: 0.0022720000706613064 +Info 18829[20:05:41.484] getCompletionData: Get previous token: 0.05018799984827638 +Info 18830[20:05:41.484] getCompletionsAtPosition: isCompletionListBlocker: 0.001155999954789877 +Info 18831[20:05:41.484] Returning an empty list because completion was requested in an invalid position. +Info 18832[20:05:41.484] Format host information updated +Info 18833[20:05:41.598] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18834[20:05:41.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1723 structureChanged: false structureIsReused:: Completely Elapsed: 9.439912999980152ms +Info 18835[20:05:41.607] Different program with same set of files +Info 18836[20:05:41.609] getCompletionData: Get current token: 0.015478000044822693 +Info 18837[20:05:41.609] getCompletionData: Is inside comment: 0.0024629998952150345 +Info 18838[20:05:41.609] getCompletionData: Get previous token: 0.04815799975767732 +Info 18839[20:05:41.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0013729999773204327 +Info 18840[20:05:41.609] Returning an empty list because completion was requested in an invalid position. +Info 18841[20:05:41.610] Format host information updated +Info 18842[20:05:41.788] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18843[20:05:41.798] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1724 structureChanged: false structureIsReused:: Completely Elapsed: 9.69283499987796ms +Info 18844[20:05:41.798] Different program with same set of files +Info 18845[20:05:41.800] getCompletionData: Get current token: 0.02763700019568205 +Info 18846[20:05:41.800] getCompletionData: Is inside comment: 0.0029799998737871647 +Info 18847[20:05:41.800] getCompletionData: Get previous token: 0.040951000060886145 +Info 18848[20:05:41.800] getCompletionsAtPosition: isCompletionListBlocker: 0.00150600029155612 +Info 18849[20:05:41.800] Returning an empty list because completion was requested in an invalid position. +Info 18850[20:05:41.801] Format host information updated +Info 18851[20:05:41.888] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18852[20:05:41.896] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1725 structureChanged: false structureIsReused:: Completely Elapsed: 7.663128999993205ms +Info 18853[20:05:41.896] Different program with same set of files +Info 18854[20:05:41.898] getCompletionData: Get current token: 0.018763000145554543 +Info 18855[20:05:41.898] getCompletionData: Is inside comment: 0.0019489997066557407 +Info 18856[20:05:41.898] getCompletionData: Get previous token: 0.03287799982354045 +Info 18857[20:05:41.898] getCompletionsAtPosition: isCompletionListBlocker: 0.0011499999091029167 +Info 18858[20:05:41.898] Returning an empty list because completion was requested in an invalid position. +Info 18859[20:05:41.898] Format host information updated +Info 18860[20:05:42.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18861[20:05:42.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1726 structureChanged: false structureIsReused:: Completely Elapsed: 8.176082000136375ms +Info 18862[20:05:42.081] Different program with same set of files +Info 18863[20:05:42.086] getCompletionData: Get current token: 0.03926099976524711 +Info 18864[20:05:42.086] getCompletionData: Is inside comment: 0.004611000418663025 +Info 18865[20:05:42.086] getCompletionData: Get previous token: 0.040156000293791294 +Info 18866[20:05:42.086] getCompletionsAtPosition: isCompletionListBlocker: 0.0017639999277889729 +Info 18867[20:05:42.086] Returning an empty list because completion was requested in an invalid position. +Info 18868[20:05:42.086] Format host information updated +Info 18869[20:05:43.900] getCompletionData: Get current token: 0.004259999841451645 +Info 18870[20:05:43.900] getCompletionData: Is inside comment: 0.011890000198036432 +Info 18871[20:05:43.900] getCompletionData: Get previous token: 0.009252999909222126 +Info 18872[20:05:43.900] getCompletionsAtPosition: isCompletionListBlocker: 0.009563999716192484 +Info 18873[20:05:43.901] getExportInfoMap: cache hit +Info 18874[20:05:43.913] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18875[20:05:43.913] collectAutoImports: response is complete +Info 18876[20:05:43.913] collectAutoImports: 11.782516000326723 +Info 18877[20:05:43.913] getCompletionData: Semantic work: 12.632636999711394 +Info 18878[20:05:43.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.322697000112385 +Info 18879[20:05:44.186] Format host information updated +Info 18880[20:05:44.186] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18881[20:05:44.193] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1727 structureChanged: false structureIsReused:: Completely Elapsed: 7.363213000353426ms +Info 18882[20:05:44.193] Different program with same set of files +Info 18883[20:05:44.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18884[20:05:44.361] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1728 structureChanged: false structureIsReused:: Completely Elapsed: 9.232634000014514ms +Info 18885[20:05:44.361] Different program with same set of files +Info 18886[20:05:44.361] getCompletionData: Get current token: 0.004484999924898148 +Info 18887[20:05:44.361] getCompletionData: Is inside comment: 0.01564999995753169 +Info 18888[20:05:44.361] getCompletionData: Get previous token: 0.032362999860197306 +Info 18889[20:05:44.361] getCompletionsAtPosition: isCompletionListBlocker: 0.009506000205874443 +Info 18890[20:05:44.362] getExportInfoMap: cache hit +Info 18891[20:05:44.365] collectAutoImports: resolved 0 module specifiers, plus 106 ambient and 5 from cache +Info 18892[20:05:44.365] collectAutoImports: response is complete +Info 18893[20:05:44.365] collectAutoImports: 3.657587999943644 +Info 18894[20:05:44.365] getCompletionData: Semantic work: 4.40918800001964 +Info 18895[20:05:44.368] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.543960999697447 +Info 18896[20:05:44.370] Format host information updated +Info 18897[20:05:44.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18898[20:05:44.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1729 structureChanged: false structureIsReused:: Completely Elapsed: 8.49407699983567ms +Info 18899[20:05:44.420] Different program with same set of files +Info 18900[20:05:44.420] getCompletionData: Get current token: 0.005863000173121691 +Info 18901[20:05:44.420] getCompletionData: Is inside comment: 0.013546000234782696 +Info 18902[20:05:44.420] getCompletionData: Get previous token: 0.021360000129789114 +Info 18903[20:05:44.420] getCompletionsAtPosition: isCompletionListBlocker: 0.008973999880254269 +Info 18904[20:05:44.421] getExportInfoMap: cache hit +Info 18905[20:05:44.426] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 1 from cache +Info 18906[20:05:44.426] collectAutoImports: response is complete +Info 18907[20:05:44.426] collectAutoImports: 4.931243999861181 +Info 18908[20:05:44.426] getCompletionData: Semantic work: 5.717048999853432 +Info 18909[20:05:44.428] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6244810000061989 +Info 18910[20:05:44.429] Format host information updated +Info 18911[20:05:44.560] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18912[20:05:44.588] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1730 structureChanged: false structureIsReused:: Completely Elapsed: 27.5183660001494ms +Info 18913[20:05:44.588] Different program with same set of files +Info 18914[20:05:44.589] getCompletionData: Get current token: 0.013290999922901392 +Info 18915[20:05:44.589] getCompletionData: Is inside comment: 0.035597000271081924 +Info 18916[20:05:44.589] getCompletionData: Get previous token: 0.05970699992030859 +Info 18917[20:05:44.589] getCompletionsAtPosition: isCompletionListBlocker: 0.01800200017169118 +Info 18918[20:05:44.590] getExportInfoMap: cache hit +Info 18919[20:05:44.610] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18920[20:05:44.610] collectAutoImports: response is complete +Info 18921[20:05:44.610] collectAutoImports: 19.752898999955505 +Info 18922[20:05:44.610] getCompletionData: Semantic work: 21.396732999943197 +Info 18923[20:05:44.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.556241999845952 +Info 18924[20:05:44.624] Format host information updated +Info 18925[20:05:44.639] Format host information updated +Info 18926[20:05:44.639] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18927[20:05:44.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1731 structureChanged: false structureIsReused:: Completely Elapsed: 10.147442999761552ms +Info 18928[20:05:44.649] Different program with same set of files +Info 18929[20:05:44.766] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18930[20:05:44.773] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1732 structureChanged: false structureIsReused:: Completely Elapsed: 7.054150000214577ms +Info 18931[20:05:44.773] Different program with same set of files +Info 18932[20:05:44.773] getCompletionData: Get current token: 0.005867999978363514 +Info 18933[20:05:44.773] getCompletionData: Is inside comment: 0.013833999633789062 +Info 18934[20:05:44.773] getCompletionData: Get previous token: 0.011812999844551086 +Info 18935[20:05:44.773] getCompletionsAtPosition: isCompletionListBlocker: 0.0021460000425577164 +Info 18936[20:05:44.774] getExportInfoMap: cache hit +Info 18937[20:05:44.787] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18938[20:05:44.787] collectAutoImports: response is complete +Info 18939[20:05:44.787] collectAutoImports: 12.713257000315934 +Info 18940[20:05:44.787] getCompletionData: Semantic work: 13.31062400015071 +Info 18941[20:05:44.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.097478999756277 +Info 18942[20:05:44.800] Format host information updated +Info 18943[20:05:44.826] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18944[20:05:44.833] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1733 structureChanged: false structureIsReused:: Completely Elapsed: 6.938210000284016ms +Info 18945[20:05:44.833] Different program with same set of files +Info 18946[20:05:44.833] getCompletionData: Get current token: 0.004069000016897917 +Info 18947[20:05:44.833] getCompletionData: Is inside comment: 0.01066800020635128 +Info 18948[20:05:44.833] getCompletionData: Get previous token: 0.0090230000205338 +Info 18949[20:05:44.833] getCompletionsAtPosition: isCompletionListBlocker: 0.007115999702364206 +Info 18950[20:05:44.835] getExportInfoMap: cache hit +Info 18951[20:05:44.844] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18952[20:05:44.844] collectAutoImports: response is complete +Info 18953[20:05:44.844] collectAutoImports: 8.770975999999791 +Info 18954[20:05:44.844] getCompletionData: Semantic work: 10.910000000149012 +Info 18955[20:05:44.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.8454700000584126 +Info 18956[20:05:44.857] Format host information updated +Info 18957[20:05:45.130] getCompletionData: Get current token: 0.005012999754399061 +Info 18958[20:05:45.130] getCompletionData: Is inside comment: 0.0009719999507069588 +Info 18959[20:05:45.131] getCompletionData: Get previous token: 0.013931000139564276 +Info 18960[20:05:45.131] getCompletionsAtPosition: isCompletionListBlocker: 0.002450999803841114 +Info 18961[20:05:45.131] getExportInfoMap: cache hit +Info 18962[20:05:45.138] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 18963[20:05:45.138] collectAutoImports: response is complete +Info 18964[20:05:45.138] collectAutoImports: 6.761918999720365 +Info 18965[20:05:45.138] getCompletionData: Semantic work: 7.386733999941498 +Info 18966[20:05:45.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.7254989999346435 +Info 18967[20:05:45.322] Format host information updated +Info 18968[20:05:45.323] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18969[20:05:45.333] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1734 structureChanged: false structureIsReused:: Completely Elapsed: 10.650239000096917ms +Info 18970[20:05:45.333] Different program with same set of files +Info 18971[20:05:45.625] Format host information updated +Info 18972[20:05:45.625] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18973[20:05:45.632] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1735 structureChanged: false structureIsReused:: Completely Elapsed: 7.18454199982807ms +Info 18974[20:05:45.632] Different program with same set of files +Info 18975[20:05:45.867] Format host information updated +Info 18976[20:05:45.867] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18977[20:05:45.875] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1736 structureChanged: false structureIsReused:: Completely Elapsed: 7.829431999940425ms +Info 18978[20:05:45.875] Different program with same set of files +Info 18979[20:05:45.971] Format host information updated +Info 18980[20:05:45.971] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18981[20:05:45.979] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1737 structureChanged: false structureIsReused:: Completely Elapsed: 8.321542999707162ms +Info 18982[20:05:45.979] Different program with same set of files +Info 18983[20:05:46.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18984[20:05:46.219] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1738 structureChanged: false structureIsReused:: Completely Elapsed: 9.514595999848098ms +Info 18985[20:05:46.219] Different program with same set of files +Info 18986[20:05:46.219] getCompletionData: Get current token: 0.006388999987393618 +Info 18987[20:05:46.219] getCompletionData: Is inside comment: 0.018155000172555447 +Info 18988[20:05:46.219] getCompletionData: Get previous token: 0.029682000167667866 +Info 18989[20:05:46.219] getCompletionsAtPosition: isCompletionListBlocker: 0.0029810001142323017 +Info 18990[20:05:46.220] getExportInfoMap: cache hit +Info 18991[20:05:46.224] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 1 from cache +Info 18992[20:05:46.224] collectAutoImports: response is complete +Info 18993[20:05:46.224] collectAutoImports: 4.288613999728113 +Info 18994[20:05:46.224] getCompletionData: Semantic work: 5.254466999787837 +Info 18995[20:05:46.227] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.798561000265181 +Info 18996[20:05:46.229] Format host information updated +Info 18997[20:05:46.330] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 18998[20:05:46.361] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1739 structureChanged: false structureIsReused:: Completely Elapsed: 30.529254999943078ms +Info 18999[20:05:46.361] Different program with same set of files +Info 19000[20:05:46.361] getCompletionData: Get current token: 0.015802999958395958 +Info 19001[20:05:46.361] getCompletionData: Is inside comment: 0.046777999959886074 +Info 19002[20:05:46.361] getCompletionData: Get previous token: 0.0731660001911223 +Info 19003[20:05:46.361] getCompletionsAtPosition: isCompletionListBlocker: 0.005164999980479479 +Info 19004[20:05:46.363] getExportInfoMap: cache hit +Info 19005[20:05:46.367] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 19006[20:05:46.367] collectAutoImports: response is complete +Info 19007[20:05:46.367] collectAutoImports: 3.7536499998532236 +Info 19008[20:05:46.367] getCompletionData: Semantic work: 5.779926999937743 +Info 19009[20:05:46.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0519909998402 +Info 19010[20:05:46.372] Format host information updated +Info 19011[20:05:46.476] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19012[20:05:46.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1740 structureChanged: false structureIsReused:: Completely Elapsed: 18.070042999926955ms +Info 19013[20:05:46.494] Different program with same set of files +Info 19014[20:05:46.494] getCompletionData: Get current token: 0.011309000197798014 +Info 19015[20:05:46.494] getCompletionData: Is inside comment: 0.030439000111073256 +Info 19016[20:05:46.494] getCompletionData: Get previous token: 0.07031399989500642 +Info 19017[20:05:46.494] getCompletionsAtPosition: isCompletionListBlocker: 0.003779000137001276 +Info 19018[20:05:46.496] getCompletionData: Semantic work: 1.15915900003165 +Info 19019[20:05:46.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08378300024196506 +Info 19020[20:05:46.497] Format host information updated +Info 19021[20:05:47.072] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19022[20:05:47.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1741 structureChanged: false structureIsReused:: Completely Elapsed: 7.4602119997143745ms +Info 19023[20:05:47.080] Different program with same set of files +Info 19024[20:05:47.080] getCompletionData: Get current token: 0.004424000158905983 +Info 19025[20:05:47.080] getCompletionData: Is inside comment: 0.055567000061273575 +Info 19026[20:05:47.080] getCompletionData: Get previous token: 0.024991999845951796 +Info 19027[20:05:47.080] getCompletionsAtPosition: isCompletionListBlocker: 0.002696999814361334 +Info 19028[20:05:47.081] getCompletionData: Semantic work: 0.5321299997158349 +Info 19029[20:05:47.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0410759998485446 +Info 19030[20:05:47.081] Format host information updated +Info 19031[20:05:47.427] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19032[20:05:47.434] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1742 structureChanged: false structureIsReused:: Completely Elapsed: 7.688687999732792ms +Info 19033[20:05:47.434] Different program with same set of files +Info 19034[20:05:47.434] getCompletionData: Get current token: 0.0054720002226531506 +Info 19035[20:05:47.434] getCompletionData: Is inside comment: 0.016462000086903572 +Info 19036[20:05:47.435] getCompletionData: Get previous token: 0.01375899976119399 +Info 19037[20:05:47.435] getCompletionsAtPosition: isCompletionListBlocker: 0.002386000007390976 +Info 19038[20:05:47.435] getCompletionData: Semantic work: 0.6132149999029934 +Info 19039[20:05:47.435] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04386699991300702 +Info 19040[20:05:47.436] Format host information updated +Info 19041[20:05:48.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19042[20:05:48.036] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1743 structureChanged: false structureIsReused:: Completely Elapsed: 9.335260999854654ms +Info 19043[20:05:48.036] Different program with same set of files +Info 19044[20:05:48.036] getCompletionData: Get current token: 0.004712000023573637 +Info 19045[20:05:48.036] getCompletionData: Is inside comment: 0.012131999712437391 +Info 19046[20:05:48.036] getCompletionData: Get previous token: 0.02312800008803606 +Info 19047[20:05:48.036] getCompletionsAtPosition: isCompletionListBlocker: 0.0022839996963739395 +Info 19048[20:05:48.036] getCompletionData: Semantic work: 0.6258249999955297 +Info 19049[20:05:48.037] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.041179999709129333 +Info 19050[20:05:48.037] Format host information updated +Info 19051[20:05:48.371] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19052[20:05:48.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1744 structureChanged: false structureIsReused:: Completely Elapsed: 7.338225000072271ms +Info 19053[20:05:48.378] Different program with same set of files +Info 19054[20:05:48.378] getCompletionData: Get current token: 0.006068999879062176 +Info 19055[20:05:48.378] getCompletionData: Is inside comment: 0.016081999987363815 +Info 19056[20:05:48.378] getCompletionData: Get previous token: 0.013946000020951033 +Info 19057[20:05:48.379] getCompletionsAtPosition: isCompletionListBlocker: 0.0024119997397065163 +Info 19058[20:05:48.379] getCompletionData: Semantic work: 0.6053030001930892 +Info 19059[20:05:48.379] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.045686000026762486 +Info 19060[20:05:48.382] Format host information updated +Info 19061[20:05:48.609] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19062[20:05:48.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1745 structureChanged: false structureIsReused:: Completely Elapsed: 7.945762999821454ms +Info 19063[20:05:48.617] Different program with same set of files +Info 19064[20:05:48.617] getCompletionData: Get current token: 0.004671999718993902 +Info 19065[20:05:48.617] getCompletionData: Is inside comment: 0.012396000325679779 +Info 19066[20:05:48.617] getCompletionData: Get previous token: 0.02186099998652935 +Info 19067[20:05:48.617] getCompletionsAtPosition: isCompletionListBlocker: 0.0022040000185370445 +Info 19068[20:05:48.618] getCompletionData: Semantic work: 0.523580000270158 +Info 19069[20:05:48.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03929700003936887 +Info 19070[20:05:48.618] Format host information updated +Info 19071[20:05:48.718] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19072[20:05:48.747] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1746 structureChanged: false structureIsReused:: Completely Elapsed: 28.673396000172943ms +Info 19073[20:05:48.747] Different program with same set of files +Info 19074[20:05:48.748] getCompletionData: Get current token: 0.01540399994701147 +Info 19075[20:05:48.748] getCompletionData: Is inside comment: 0.04476100020110607 +Info 19076[20:05:48.748] getCompletionData: Get previous token: 0.07729599997401237 +Info 19077[20:05:48.748] getCompletionsAtPosition: isCompletionListBlocker: 0.004860999993979931 +Info 19078[20:05:48.749] getCompletionData: Semantic work: 1.543628000188619 +Info 19079[20:05:48.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12408499978482723 +Info 19080[20:05:48.751] Format host information updated +Info 19081[20:05:49.705] Format host information updated +Info 19082[20:05:49.705] Format host information updated +Info 19083[20:05:49.705] Format host information updated +Info 19084[20:05:49.705] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19085[20:05:49.714] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1747 structureChanged: false structureIsReused:: Completely Elapsed: 9.364051000215113ms +Info 19086[20:05:49.714] Different program with same set of files +Info 19087[20:05:49.715] getCompletionData: Get current token: 0.006048000417649746 +Info 19088[20:05:49.715] getCompletionData: Is inside comment: 0.016555999871343374 +Info 19089[20:05:49.715] getCompletionData: Get previous token: 0.014336000196635723 +Info 19090[20:05:49.715] getCompletionsAtPosition: isCompletionListBlocker: 0.002318999730050564 +Info 19091[20:05:49.716] getCompletionData: Semantic work: 0.9268030002713203 +Info 19092[20:05:49.716] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5696119996719062 +Info 19093[20:05:49.717] getCompletionData: Get current token: 0.012283999938517809 +Info 19094[20:05:49.717] getCompletionData: Is inside comment: 0.0020420001819729805 +Info 19095[20:05:49.717] getCompletionData: Get previous token: 0.03133699996396899 +Info 19096[20:05:49.717] getCompletionsAtPosition: isCompletionListBlocker: 0.0014129998162388802 +Info 19097[20:05:49.717] getCompletionData: Semantic work: 0.1240819999948144 +Info 19098[20:05:49.719] getCompletionData: Get current token: 0.011704999953508377 +Info 19099[20:05:49.719] getCompletionData: Is inside comment: 0.0017309999093413353 +Info 19100[20:05:49.719] getCompletionData: Get previous token: 0.03210299974307418 +Info 19101[20:05:49.719] getCompletionsAtPosition: isCompletionListBlocker: 0.0016839997842907906 +Info 19102[20:05:49.719] getCompletionData: Semantic work: 0.10755199985578656 +Info 19103[20:05:49.720] getCompletionData: Get current token: 0.011416000314056873 +Info 19104[20:05:49.720] getCompletionData: Is inside comment: 0.0014220001175999641 +Info 19105[20:05:49.720] getCompletionData: Get previous token: 0.03215899970382452 +Info 19106[20:05:49.720] getCompletionsAtPosition: isCompletionListBlocker: 0.0013990001752972603 +Info 19107[20:05:49.720] getCompletionData: Semantic work: 0.09362399997189641 +Info 19108[20:05:49.720] Format host information updated +Info 19109[20:05:56.477] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19110[20:05:56.484] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1748 structureChanged: false structureIsReused:: Completely Elapsed: 7.237364000175148ms +Info 19111[20:05:56.484] Different program with same set of files +Info 19112[20:05:56.484] getCompletionData: Get current token: 0.0045529999770224094 +Info 19113[20:05:56.484] getCompletionData: Is inside comment: 0.009974000044167042 +Info 19114[20:05:56.484] getCompletionData: Get previous token: 0.016209999565035105 +Info 19115[20:05:56.484] getCompletionsAtPosition: isCompletionListBlocker: 0.001792999915778637 +Info 19116[20:05:56.485] getCompletionData: Semantic work: 0.5527349999174476 +Info 19117[20:05:56.485] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.035660000052303076 +Info 19118[20:05:56.488] Format host information updated +Info 19119[20:05:56.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19120[20:05:56.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1749 structureChanged: false structureIsReused:: Completely Elapsed: 7.196331000421196ms +Info 19121[20:05:56.701] Different program with same set of files +Info 19122[20:05:56.701] getCompletionData: Get current token: 0.0048350002616643906 +Info 19123[20:05:56.701] getCompletionData: Is inside comment: 0.01056799991056323 +Info 19124[20:05:56.701] getCompletionData: Get previous token: 0.008846999611705542 +Info 19125[20:05:56.701] getCompletionsAtPosition: isCompletionListBlocker: 0.0020400001667439938 +Info 19126[20:05:56.702] getExportInfoMap: cache hit +Info 19127[20:05:56.716] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19128[20:05:56.716] collectAutoImports: response is complete +Info 19129[20:05:56.716] collectAutoImports: 13.980870000086725 +Info 19130[20:05:56.716] getCompletionData: Semantic work: 14.47225800016895 +Info 19131[20:05:56.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.338684999849647 +Info 19132[20:05:56.730] Format host information updated +Info 19133[20:05:56.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19134[20:05:56.766] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1750 structureChanged: false structureIsReused:: Completely Elapsed: 8.918298999778926ms +Info 19135[20:05:56.766] Different program with same set of files +Info 19136[20:05:56.766] getCompletionData: Get current token: 0.005206000059843063 +Info 19137[20:05:56.766] getCompletionData: Is inside comment: 0.010857000015676022 +Info 19138[20:05:56.766] getCompletionData: Get previous token: 0.00924900034442544 +Info 19139[20:05:56.766] getCompletionsAtPosition: isCompletionListBlocker: 0.007925000041723251 +Info 19140[20:05:56.767] getExportInfoMap: cache hit +Info 19141[20:05:56.777] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19142[20:05:56.777] collectAutoImports: response is complete +Info 19143[20:05:56.777] collectAutoImports: 9.969070000108331 +Info 19144[20:05:56.777] getCompletionData: Semantic work: 10.683689000084996 +Info 19145[20:05:56.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.028968999627978 +Info 19146[20:05:56.791] Format host information updated +Info 19147[20:05:57.036] getCompletionData: Get current token: 0.014499000273644924 +Info 19148[20:05:57.036] getCompletionData: Is inside comment: 0.0023599998094141483 +Info 19149[20:05:57.036] getCompletionData: Get previous token: 0.03847500029951334 +Info 19150[20:05:57.036] getCompletionsAtPosition: isCompletionListBlocker: 0.00472999969497323 +Info 19151[20:05:57.037] getExportInfoMap: cache hit +Info 19152[20:05:57.059] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19153[20:05:57.059] collectAutoImports: response is complete +Info 19154[20:05:57.059] collectAutoImports: 22.05274200020358 +Info 19155[20:05:57.059] getCompletionData: Semantic work: 23.340315999928862 +Info 19156[20:05:57.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.566578000318259 +Info 19157[20:05:57.335] Format host information updated +Info 19158[20:05:57.335] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19159[20:05:57.342] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1751 structureChanged: false structureIsReused:: Completely Elapsed: 7.2220640000887215ms +Info 19160[20:05:57.342] Different program with same set of files +Info 19161[20:05:58.104] Format host information updated +Info 19162[20:05:58.104] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19163[20:05:58.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1752 structureChanged: false structureIsReused:: Completely Elapsed: 6.8674399997107685ms +Info 19164[20:05:58.111] Different program with same set of files +Info 19165[20:06:01.220] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19166[20:06:01.228] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1753 structureChanged: false structureIsReused:: Completely Elapsed: 7.239333000034094ms +Info 19167[20:06:01.228] Different program with same set of files +Info 19168[20:06:01.228] getCompletionData: Get current token: 0.005047000013291836 +Info 19169[20:06:01.228] getCompletionData: Is inside comment: 0.0009449999779462814 +Info 19170[20:06:01.228] getCompletionData: Get previous token: 0.020053000189363956 +Info 19171[20:06:01.228] getCompletionsAtPosition: isCompletionListBlocker: 0.0069669997319579124 +Info 19172[20:06:01.228] getExportInfoMap: cache hit +Info 19173[20:06:01.231] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 7 from cache +Info 19174[20:06:01.231] collectAutoImports: response is complete +Info 19175[20:06:01.231] collectAutoImports: 2.2458919999189675 +Info 19176[20:06:01.231] getCompletionData: Semantic work: 2.8219790002331138 +Info 19177[20:06:01.232] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5211229999549687 +Info 19178[20:06:01.236] Format host information updated +Info 19179[20:06:01.710] Format host information updated +Info 19180[20:06:01.710] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19181[20:06:01.718] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1754 structureChanged: false structureIsReused:: Completely Elapsed: 7.419032000005245ms +Info 19182[20:06:01.718] Different program with same set of files +Info 19183[20:06:01.865] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19184[20:06:01.876] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1755 structureChanged: false structureIsReused:: Completely Elapsed: 10.289221999701113ms +Info 19185[20:06:01.876] Different program with same set of files +Info 19186[20:06:01.876] getCompletionData: Get current token: 0.005762999877333641 +Info 19187[20:06:01.876] getCompletionData: Is inside comment: 0.0008140001446008682 +Info 19188[20:06:01.876] getCompletionData: Get previous token: 0.021588999778032303 +Info 19189[20:06:01.876] getCompletionsAtPosition: isCompletionListBlocker: 0.008016000036150217 +Info 19190[20:06:01.876] getExportInfoMap: cache hit +Info 19191[20:06:01.880] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 19192[20:06:01.880] collectAutoImports: response is complete +Info 19193[20:06:01.880] collectAutoImports: 3.8728600000031292 +Info 19194[20:06:01.880] getCompletionData: Semantic work: 4.511836000252515 +Info 19195[20:06:01.883] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4160969997756183 +Info 19196[20:06:01.885] Format host information updated +Info 19197[20:06:01.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19198[20:06:01.960] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1756 structureChanged: false structureIsReused:: Completely Elapsed: 20.895928000099957ms +Info 19199[20:06:01.961] Different program with same set of files +Info 19200[20:06:01.961] getCompletionData: Get current token: 0.01155100017786026 +Info 19201[20:06:01.961] getCompletionData: Is inside comment: 0.001710999757051468 +Info 19202[20:06:01.961] getCompletionData: Get previous token: 0.03427099995315075 +Info 19203[20:06:01.961] getCompletionsAtPosition: isCompletionListBlocker: 0.011675000190734863 +Info 19204[20:06:01.962] getExportInfoMap: cache hit +Info 19205[20:06:01.976] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19206[20:06:01.976] collectAutoImports: response is complete +Info 19207[20:06:01.976] collectAutoImports: 13.868071000091732 +Info 19208[20:06:01.976] getCompletionData: Semantic work: 14.764028999954462 +Info 19209[20:06:01.984] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.129862000234425 +Info 19210[20:06:01.992] Format host information updated +Info 19211[20:06:02.018] Format host information updated +Info 19212[20:06:02.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19213[20:06:02.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1757 structureChanged: false structureIsReused:: Completely Elapsed: 20.865348999854177ms +Info 19214[20:06:02.040] Different program with same set of files +Info 19215[20:06:02.764] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19216[20:06:02.771] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1758 structureChanged: false structureIsReused:: Completely Elapsed: 7.655197999905795ms +Info 19217[20:06:02.771] Different program with same set of files +Info 19218[20:06:02.772] getCompletionData: Get current token: 0.004575000144541264 +Info 19219[20:06:02.772] getCompletionData: Is inside comment: 0.0007790001109242439 +Info 19220[20:06:02.772] getCompletionData: Get previous token: 0.019538000226020813 +Info 19221[20:06:02.772] getCompletionsAtPosition: isCompletionListBlocker: 0.0022280002012848854 +Info 19222[20:06:02.772] getCompletionData: Semantic work: 0.6148240002803504 +Info 19223[20:06:02.774] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2192689999938011 +Info 19224[20:06:02.774] Format host information updated +Info 19225[20:06:03.143] Format host information updated +Info 19226[20:06:03.143] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19227[20:06:03.150] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1759 structureChanged: false structureIsReused:: Completely Elapsed: 7.43497100006789ms +Info 19228[20:06:03.150] Different program with same set of files +Info 19229[20:06:03.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19230[20:06:03.350] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1760 structureChanged: false structureIsReused:: Completely Elapsed: 7.432543999981135ms +Info 19231[20:06:03.350] Different program with same set of files +Info 19232[20:06:03.350] getCompletionData: Get current token: 0.006142000202089548 +Info 19233[20:06:03.350] getCompletionData: Is inside comment: 0.0008990000933408737 +Info 19234[20:06:03.350] getCompletionData: Get previous token: 0.019009999930858612 +Info 19235[20:06:03.350] getCompletionsAtPosition: isCompletionListBlocker: 0.007495000027120113 +Info 19236[20:06:03.358] getExportInfoMap: cache hit +Info 19237[20:06:03.378] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19238[20:06:03.378] collectAutoImports: response is complete +Info 19239[20:06:03.378] collectAutoImports: 20.101290999911726 +Info 19240[20:06:03.378] getCompletionData: Semantic work: 28.096872000023723 +Info 19241[20:06:03.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.013797999825329 +Info 19242[20:06:03.395] Format host information updated +Info 19243[20:06:03.522] Format host information updated +Info 19244[20:06:03.522] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19245[20:06:03.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1761 structureChanged: false structureIsReused:: Completely Elapsed: 9.562988999765366ms +Info 19246[20:06:03.532] Different program with same set of files +Info 19247[20:06:03.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19248[20:06:03.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1762 structureChanged: false structureIsReused:: Completely Elapsed: 7.159777999855578ms +Info 19249[20:06:03.764] Different program with same set of files +Info 19250[20:06:03.764] getCompletionData: Get current token: 0.004022999666631222 +Info 19251[20:06:03.764] getCompletionData: Is inside comment: 0.0008690003305673599 +Info 19252[20:06:03.764] getCompletionData: Get previous token: 0.012519000098109245 +Info 19253[20:06:03.764] getCompletionsAtPosition: isCompletionListBlocker: 0.0022009997628629208 +Info 19254[20:06:03.764] getExportInfoMap: cache hit +Info 19255[20:06:03.781] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19256[20:06:03.781] collectAutoImports: response is complete +Info 19257[20:06:03.781] collectAutoImports: 16.2843090002425 +Info 19258[20:06:03.781] getCompletionData: Semantic work: 16.847736000083387 +Info 19259[20:06:03.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.9345570001751184 +Info 19260[20:06:03.792] Format host information updated +Info 19261[20:06:04.710] Format host information updated +Info 19262[20:06:04.710] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19263[20:06:04.717] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1763 structureChanged: false structureIsReused:: Completely Elapsed: 7.087933999951929ms +Info 19264[20:06:04.717] Different program with same set of files +Info 19265[20:06:04.893] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19266[20:06:04.901] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1764 structureChanged: false structureIsReused:: Completely Elapsed: 7.51961600035429ms +Info 19267[20:06:04.901] Different program with same set of files +Info 19268[20:06:04.901] getCompletionData: Get current token: 0.004149000160396099 +Info 19269[20:06:04.901] getCompletionData: Is inside comment: 0.0008009998127818108 +Info 19270[20:06:04.901] getCompletionData: Get previous token: 0.020078000146895647 +Info 19271[20:06:04.901] getCompletionsAtPosition: isCompletionListBlocker: 0.007958000060170889 +Info 19272[20:06:04.908] getExportInfoMap: cache hit +Info 19273[20:06:04.912] collectAutoImports: resolved 0 module specifiers, plus 106 ambient and 5 from cache +Info 19274[20:06:04.912] collectAutoImports: response is complete +Info 19275[20:06:04.912] collectAutoImports: 4.3702810001559556 +Info 19276[20:06:04.912] getCompletionData: Semantic work: 11.106420999858528 +Info 19277[20:06:04.914] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2838870002888143 +Info 19278[20:06:04.916] Format host information updated +Info 19279[20:06:05.069] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19280[20:06:05.077] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1765 structureChanged: false structureIsReused:: Completely Elapsed: 7.836915000341833ms +Info 19281[20:06:05.077] Different program with same set of files +Info 19282[20:06:05.077] getCompletionData: Get current token: 0.0057310000993311405 +Info 19283[20:06:05.077] getCompletionData: Is inside comment: 0.0009180000051856041 +Info 19284[20:06:05.077] getCompletionData: Get previous token: 0.02225100016221404 +Info 19285[20:06:05.077] getCompletionsAtPosition: isCompletionListBlocker: 0.00763599993661046 +Info 19286[20:06:05.081] getExportInfoMap: cache hit +Info 19287[20:06:05.087] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 1 from cache +Info 19288[20:06:05.087] collectAutoImports: response is complete +Info 19289[20:06:05.087] collectAutoImports: 5.363883999641985 +Info 19290[20:06:05.087] getCompletionData: Semantic work: 9.974307000171393 +Info 19291[20:06:05.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7114800000563264 +Info 19292[20:06:05.090] Format host information updated +Info 19293[20:06:05.196] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19294[20:06:05.206] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1766 structureChanged: false structureIsReused:: Completely Elapsed: 9.879172000102699ms +Info 19295[20:06:05.206] Different program with same set of files +Info 19296[20:06:05.206] getCompletionData: Get current token: 0.004221000242978334 +Info 19297[20:06:05.206] getCompletionData: Is inside comment: 0.0008020000532269478 +Info 19298[20:06:05.207] getCompletionData: Get previous token: 0.015962000004947186 +Info 19299[20:06:05.207] getCompletionsAtPosition: isCompletionListBlocker: 0.007505000103265047 +Info 19300[20:06:05.210] getExportInfoMap: cache hit +Info 19301[20:06:05.222] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19302[20:06:05.222] collectAutoImports: response is complete +Info 19303[20:06:05.222] collectAutoImports: 12.288472999818623 +Info 19304[20:06:05.222] getCompletionData: Semantic work: 15.869639999698848 +Info 19305[20:06:05.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.680505000054836 +Info 19306[20:06:05.236] Format host information updated +Info 19307[20:06:05.501] Format host information updated +Info 19308[20:06:05.501] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19309[20:06:05.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1767 structureChanged: false structureIsReused:: Completely Elapsed: 9.747707999777049ms +Info 19310[20:06:05.511] Different program with same set of files +Info 19311[20:06:08.291] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19312[20:06:08.298] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1768 structureChanged: false structureIsReused:: Completely Elapsed: 7.218606999609619ms +Info 19313[20:06:08.298] Different program with same set of files +Info 19314[20:06:08.298] getCompletionData: Get current token: 0.0077149998396635056 +Info 19315[20:06:08.298] getCompletionData: Is inside comment: 0.0010149995796382427 +Info 19316[20:06:08.298] getCompletionData: Get previous token: 0.02665399992838502 +Info 19317[20:06:08.298] getCompletionsAtPosition: isCompletionListBlocker: 0.0025019999593496323 +Info 19318[20:06:08.299] getCompletionData: Semantic work: 0.6749609997496009 +Info 19319[20:06:08.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8459290000610054 +Info 19320[20:06:08.304] Format host information updated +Info 19321[20:06:09.060] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19322[20:06:09.067] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1769 structureChanged: false structureIsReused:: Completely Elapsed: 7.2353980001062155ms +Info 19323[20:06:09.067] Different program with same set of files +Info 19324[20:06:09.067] getCompletionData: Get current token: 0.005865999963134527 +Info 19325[20:06:09.067] getCompletionData: Is inside comment: 0.0008050003089010715 +Info 19326[20:06:09.067] getCompletionData: Get previous token: 0.015980999916791916 +Info 19327[20:06:09.067] getCompletionsAtPosition: isCompletionListBlocker: 0.0031960001215338707 +Info 19328[20:06:09.068] getExportInfoMap: cache hit +Info 19329[20:06:09.080] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19330[20:06:09.080] collectAutoImports: response is complete +Info 19331[20:06:09.080] collectAutoImports: 12.009554999880493 +Info 19332[20:06:09.080] getCompletionData: Semantic work: 12.549246000126004 +Info 19333[20:06:09.086] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.692269999999553 +Info 19334[20:06:09.092] Format host information updated +Info 19335[20:06:09.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19336[20:06:09.129] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1770 structureChanged: false structureIsReused:: Completely Elapsed: 9.1281570000574ms +Info 19337[20:06:09.129] Different program with same set of files +Info 19338[20:06:09.129] getCompletionData: Get current token: 0.006060000043362379 +Info 19339[20:06:09.129] getCompletionData: Is inside comment: 0.0009610000997781754 +Info 19340[20:06:09.129] getCompletionData: Get previous token: 0.016329000238329172 +Info 19341[20:06:09.129] getCompletionsAtPosition: isCompletionListBlocker: 0.007646000012755394 +Info 19342[20:06:09.130] getExportInfoMap: cache hit +Info 19343[20:06:09.139] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19344[20:06:09.139] collectAutoImports: response is complete +Info 19345[20:06:09.139] collectAutoImports: 9.360892000142485 +Info 19346[20:06:09.139] getCompletionData: Semantic work: 10.0563690001145 +Info 19347[20:06:09.147] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.304655999876559 +Info 19348[20:06:09.155] Format host information updated +Info 19349[20:06:09.181] Format host information updated +Info 19350[20:06:09.181] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19351[20:06:09.200] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1771 structureChanged: false structureIsReused:: Completely Elapsed: 19.305842999834567ms +Info 19352[20:06:09.200] Different program with same set of files +Info 19353[20:06:09.809] getCompletionData: Get current token: 0.005097999703139067 +Info 19354[20:06:09.809] getCompletionData: Is inside comment: 0.0011069998145103455 +Info 19355[20:06:09.809] getCompletionData: Get previous token: 0.022644000127911568 +Info 19356[20:06:09.809] getCompletionsAtPosition: isCompletionListBlocker: 0.004346999805420637 +Info 19357[20:06:09.810] getExportInfoMap: cache hit +Info 19358[20:06:09.833] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19359[20:06:09.833] collectAutoImports: response is complete +Info 19360[20:06:09.833] collectAutoImports: 23.106742000207305 +Info 19361[20:06:09.833] getCompletionData: Semantic work: 24.54275199957192 +Info 19362[20:06:09.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.848042000085115 +Info 19363[20:06:10.029] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19364[20:06:10.039] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1772 structureChanged: false structureIsReused:: Completely Elapsed: 9.406551000196487ms +Info 19365[20:06:10.039] Different program with same set of files +Info 19366[20:06:10.039] getCompletionData: Get current token: 0.004503000061959028 +Info 19367[20:06:10.039] getCompletionData: Is inside comment: 0.0009010001085698605 +Info 19368[20:06:10.039] getCompletionData: Get previous token: 0.022942000068724155 +Info 19369[20:06:10.039] getCompletionsAtPosition: isCompletionListBlocker: 0.003074000123888254 +Info 19370[20:06:10.040] getExportInfoMap: cache hit +Info 19371[20:06:10.042] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 1 from cache +Info 19372[20:06:10.042] collectAutoImports: response is complete +Info 19373[20:06:10.042] collectAutoImports: 2.4691510000266135 +Info 19374[20:06:10.042] getCompletionData: Semantic work: 3.087818999774754 +Info 19375[20:06:10.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8047290001995862 +Info 19376[20:06:10.046] Format host information updated +Info 19377[20:06:10.090] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19378[20:06:10.098] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1773 structureChanged: false structureIsReused:: Completely Elapsed: 7.816500999964774ms +Info 19379[20:06:10.098] Different program with same set of files +Info 19380[20:06:10.098] getCompletionData: Get current token: 0.004768999759107828 +Info 19381[20:06:10.098] getCompletionData: Is inside comment: 0.000969999935477972 +Info 19382[20:06:10.098] getCompletionData: Get previous token: 0.04756900016218424 +Info 19383[20:06:10.098] getCompletionsAtPosition: isCompletionListBlocker: 0.0033749998547136784 +Info 19384[20:06:10.099] getExportInfoMap: cache hit +Info 19385[20:06:10.100] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 0 from cache +Info 19386[20:06:10.100] collectAutoImports: response is complete +Info 19387[20:06:10.100] collectAutoImports: 1.6824309998191893 +Info 19388[20:06:10.100] getCompletionData: Semantic work: 2.223422999959439 +Info 19389[20:06:10.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.094806999899447 +Info 19390[20:06:10.105] Format host information updated +Info 19391[20:06:10.150] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19392[20:06:10.159] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1774 structureChanged: false structureIsReused:: Completely Elapsed: 8.29522500000894ms +Info 19393[20:06:10.159] Different program with same set of files +Info 19394[20:06:10.159] getCompletionData: Get current token: 0.005537999793887138 +Info 19395[20:06:10.159] getCompletionData: Is inside comment: 0.0010549998842179775 +Info 19396[20:06:10.159] getCompletionData: Get previous token: 0.029009999707341194 +Info 19397[20:06:10.159] getCompletionsAtPosition: isCompletionListBlocker: 0.003040000330656767 +Info 19398[20:06:10.159] getExportInfoMap: cache hit +Info 19399[20:06:10.161] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 19400[20:06:10.161] collectAutoImports: response is complete +Info 19401[20:06:10.161] collectAutoImports: 1.7375520002096891 +Info 19402[20:06:10.161] getCompletionData: Semantic work: 2.3608500002883375 +Info 19403[20:06:10.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3323369999416173 +Info 19404[20:06:10.164] Format host information updated +Info 19405[20:06:10.306] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19406[20:06:10.333] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1775 structureChanged: false structureIsReused:: Completely Elapsed: 26.746016999706626ms +Info 19407[20:06:10.333] Different program with same set of files +Info 19408[20:06:10.333] getCompletionData: Get current token: 0.015352000016719103 +Info 19409[20:06:10.333] getCompletionData: Is inside comment: 0.002531999722123146 +Info 19410[20:06:10.333] getCompletionData: Get previous token: 0.05288999993354082 +Info 19411[20:06:10.333] getCompletionsAtPosition: isCompletionListBlocker: 0.004297999665141106 +Info 19412[20:06:10.335] getCompletionData: Semantic work: 1.3164470000192523 +Info 19413[20:06:10.335] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09979300014674664 +Info 19414[20:06:10.336] Format host information updated +Info 19415[20:06:10.491] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19416[20:06:10.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1776 structureChanged: false structureIsReused:: Completely Elapsed: 7.593929999973625ms +Info 19417[20:06:10.499] Different program with same set of files +Info 19418[20:06:10.499] getCompletionData: Get current token: 0.005917000118643045 +Info 19419[20:06:10.499] getCompletionData: Is inside comment: 0.0009299996308982372 +Info 19420[20:06:10.499] getCompletionData: Get previous token: 0.03130299970507622 +Info 19421[20:06:10.499] getCompletionsAtPosition: isCompletionListBlocker: 0.002377999946475029 +Info 19422[20:06:10.499] getCompletionData: Semantic work: 0.6118900002911687 +Info 19423[20:06:10.499] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0462440000846982 +Info 19424[20:06:10.502] Format host information updated +Info 19425[20:06:10.876] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19426[20:06:10.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1777 structureChanged: false structureIsReused:: Completely Elapsed: 6.843004000373185ms +Info 19427[20:06:10.883] Different program with same set of files +Info 19428[20:06:10.883] getCompletionData: Get current token: 0.0053530000150203705 +Info 19429[20:06:10.883] getCompletionData: Is inside comment: 0.0009009996429085732 +Info 19430[20:06:10.883] getCompletionData: Get previous token: 0.019081000238656998 +Info 19431[20:06:10.883] getCompletionsAtPosition: isCompletionListBlocker: 0.002141000237315893 +Info 19432[20:06:10.884] getCompletionData: Semantic work: 0.5027149999514222 +Info 19433[20:06:10.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.039570000022649765 +Info 19434[20:06:10.884] Format host information updated +Info 19435[20:06:11.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19436[20:06:11.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1778 structureChanged: false structureIsReused:: Completely Elapsed: 7.446444999892265ms +Info 19437[20:06:11.080] Different program with same set of files +Info 19438[20:06:11.081] getCompletionData: Get current token: 0.004726000130176544 +Info 19439[20:06:11.081] getCompletionData: Is inside comment: 0.0007500001229345798 +Info 19440[20:06:11.081] getCompletionData: Get previous token: 0.02384700020775199 +Info 19441[20:06:11.081] getCompletionsAtPosition: isCompletionListBlocker: 0.001836999785155058 +Info 19442[20:06:11.081] getCompletionData: Semantic work: 0.5395719995722175 +Info 19443[20:06:11.081] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04026200016960502 +Info 19444[20:06:11.082] Format host information updated +Info 19445[20:06:11.222] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19446[20:06:11.229] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1779 structureChanged: false structureIsReused:: Completely Elapsed: 7.40656099980697ms +Info 19447[20:06:11.229] Different program with same set of files +Info 19448[20:06:11.229] getCompletionData: Get current token: 0.005342999938875437 +Info 19449[20:06:11.229] getCompletionData: Is inside comment: 0.0008330000564455986 +Info 19450[20:06:11.229] getCompletionData: Get previous token: 0.025667000096291304 +Info 19451[20:06:11.229] getCompletionsAtPosition: isCompletionListBlocker: 0.0022860001772642136 +Info 19452[20:06:11.230] getCompletionData: Semantic work: 0.5691579999402165 +Info 19453[20:06:11.230] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04236500011757016 +Info 19454[20:06:11.233] Format host information updated +Info 19455[20:06:11.282] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19456[20:06:11.290] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1780 structureChanged: false structureIsReused:: Completely Elapsed: 7.86188399977982ms +Info 19457[20:06:11.290] Different program with same set of files +Info 19458[20:06:11.290] getCompletionData: Get current token: 0.006177000235766172 +Info 19459[20:06:11.290] getCompletionData: Is inside comment: 0.0010089999996125698 +Info 19460[20:06:11.290] getCompletionData: Get previous token: 0.03031199984252453 +Info 19461[20:06:11.290] getCompletionsAtPosition: isCompletionListBlocker: 0.002274000085890293 +Info 19462[20:06:11.291] getCompletionData: Semantic work: 0.6123689999803901 +Info 19463[20:06:11.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04746000003069639 +Info 19464[20:06:11.292] Format host information updated +Info 19465[20:06:11.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19466[20:06:11.422] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1781 structureChanged: false structureIsReused:: Completely Elapsed: 9.892229999881238ms +Info 19467[20:06:11.422] Different program with same set of files +Info 19468[20:06:11.422] getCompletionData: Get current token: 0.005397999659180641 +Info 19469[20:06:11.422] getCompletionData: Is inside comment: 0.0008460003882646561 +Info 19470[20:06:11.422] getCompletionData: Get previous token: 0.027602000162005424 +Info 19471[20:06:11.422] getCompletionsAtPosition: isCompletionListBlocker: 0.002956999931484461 +Info 19472[20:06:11.423] getCompletionData: Semantic work: 0.5918479999527335 +Info 19473[20:06:11.423] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04881000006571412 +Info 19474[20:06:11.423] Format host information updated +Info 19475[20:06:11.480] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19476[20:06:11.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1782 structureChanged: false structureIsReused:: Completely Elapsed: 13.742293999996036ms +Info 19477[20:06:11.494] Different program with same set of files +Info 19478[20:06:11.494] getCompletionData: Get current token: 0.012101000174880028 +Info 19479[20:06:11.494] getCompletionData: Is inside comment: 0.002020999789237976 +Info 19480[20:06:11.495] getCompletionData: Get previous token: 0.06056499993428588 +Info 19481[20:06:11.495] getCompletionsAtPosition: isCompletionListBlocker: 0.0038260002620518208 +Info 19482[20:06:11.496] getCompletionData: Semantic work: 1.2165649998933077 +Info 19483[20:06:11.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0895850001834333 +Info 19484[20:06:11.500] Format host information updated +Info 19485[20:06:11.557] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19486[20:06:11.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1783 structureChanged: false structureIsReused:: Completely Elapsed: 8.000862000044435ms +Info 19487[20:06:11.565] Different program with same set of files +Info 19488[20:06:11.565] getCompletionData: Get current token: 0.006271999794989824 +Info 19489[20:06:11.565] getCompletionData: Is inside comment: 0.0010060002095997334 +Info 19490[20:06:11.565] getCompletionData: Get previous token: 0.031032999977469444 +Info 19491[20:06:11.565] getCompletionsAtPosition: isCompletionListBlocker: 0.0022200001403689384 +Info 19492[20:06:11.566] getCompletionData: Semantic work: 0.6305949999950826 +Info 19493[20:06:11.566] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05205500032752752 +Info 19494[20:06:11.567] Format host information updated +Info 19495[20:06:11.707] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19496[20:06:11.718] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1784 structureChanged: false structureIsReused:: Completely Elapsed: 10.071080999914557ms +Info 19497[20:06:11.718] Different program with same set of files +Info 19498[20:06:11.718] getCompletionData: Get current token: 0.006544000003486872 +Info 19499[20:06:11.718] getCompletionData: Is inside comment: 0.0010470002889633179 +Info 19500[20:06:11.718] getCompletionData: Get previous token: 0.03227800037711859 +Info 19501[20:06:11.718] getCompletionsAtPosition: isCompletionListBlocker: 0.0030249999836087227 +Info 19502[20:06:11.719] getCompletionData: Semantic work: 0.6536860000342131 +Info 19503[20:06:11.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.053214000072330236 +Info 19504[20:06:11.719] Format host information updated +Info 19505[20:06:11.829] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19506[20:06:11.837] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1785 structureChanged: false structureIsReused:: Completely Elapsed: 7.427299000322819ms +Info 19507[20:06:11.837] Different program with same set of files +Info 19508[20:06:11.837] getCompletionData: Get current token: 0.006771999876946211 +Info 19509[20:06:11.837] getCompletionData: Is inside comment: 0.0010279999114573002 +Info 19510[20:06:11.837] getCompletionData: Get previous token: 0.023182000033557415 +Info 19511[20:06:11.837] getCompletionsAtPosition: isCompletionListBlocker: 0.0023090001195669174 +Info 19512[20:06:11.838] getCompletionData: Semantic work: 0.8812090000137687 +Info 19513[20:06:11.839] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5468309996649623 +Info 19514[20:06:11.841] Format host information updated +Info 19515[20:06:12.035] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19516[20:06:12.043] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1786 structureChanged: false structureIsReused:: Completely Elapsed: 8.06791799981147ms +Info 19517[20:06:12.043] Different program with same set of files +Info 19518[20:06:12.043] getCompletionData: Get current token: 0.0060629998333752155 +Info 19519[20:06:12.043] getCompletionData: Is inside comment: 0.0010020001791417599 +Info 19520[20:06:12.043] getCompletionData: Get previous token: 0.028237999882549047 +Info 19521[20:06:12.043] getCompletionsAtPosition: isCompletionListBlocker: 0.0024590003304183483 +Info 19522[20:06:12.044] getCompletionData: Semantic work: 0.9128979998640716 +Info 19523[20:06:12.045] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8719519996084273 +Info 19524[20:06:12.045] Format host information updated +Info 19525[20:06:12.185] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19526[20:06:12.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1787 structureChanged: false structureIsReused:: Completely Elapsed: 7.521001000422984ms +Info 19527[20:06:12.192] Different program with same set of files +Info 19528[20:06:12.192] getCompletionData: Get current token: 0.005911000072956085 +Info 19529[20:06:12.192] getCompletionData: Is inside comment: 0.0010120002552866936 +Info 19530[20:06:12.192] getCompletionData: Get previous token: 0.02729699993506074 +Info 19531[20:06:12.193] getCompletionsAtPosition: isCompletionListBlocker: 0.0022410000674426556 +Info 19532[20:06:12.194] getCompletionData: Semantic work: 1.2602829998359084 +Info 19533[20:06:12.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4237009999342263 +Info 19534[20:06:12.196] Format host information updated +Info 19535[20:06:12.244] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19536[20:06:12.251] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1788 structureChanged: false structureIsReused:: Completely Elapsed: 7.005454000085592ms +Info 19537[20:06:12.252] Different program with same set of files +Info 19538[20:06:12.254] getCompletionData: Get current token: 0.00531500019133091 +Info 19539[20:06:12.254] getCompletionData: Is inside comment: 0.0008999998681247234 +Info 19540[20:06:12.254] getCompletionData: Get previous token: 0.020980999805033207 +Info 19541[20:06:12.254] getCompletionsAtPosition: isCompletionListBlocker: 0.002153999637812376 +Info 19542[20:06:12.254] getCompletionData: Semantic work: 0.7728769998066127 +Info 19543[20:06:12.255] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7809660001657903 +Info 19544[20:06:12.256] Format host information updated +Info 19545[20:06:12.327] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19546[20:06:12.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1789 structureChanged: false structureIsReused:: Completely Elapsed: 16.633770999964327ms +Info 19547[20:06:12.344] Different program with same set of files +Info 19548[20:06:12.344] getCompletionData: Get current token: 0.014460999984294176 +Info 19549[20:06:12.344] getCompletionData: Is inside comment: 0.0021219998598098755 +Info 19550[20:06:12.344] getCompletionData: Get previous token: 0.05703800031915307 +Info 19551[20:06:12.344] getCompletionsAtPosition: isCompletionListBlocker: 0.0041240002028644085 +Info 19552[20:06:12.346] getCompletionData: Semantic work: 1.913052000105381 +Info 19553[20:06:12.349] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1016700002364814 +Info 19554[20:06:12.350] Format host information updated +Info 19555[20:06:12.486] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19556[20:06:12.493] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1790 structureChanged: false structureIsReused:: Completely Elapsed: 7.389575000386685ms +Info 19557[20:06:12.493] Different program with same set of files +Info 19558[20:06:12.493] getCompletionData: Get current token: 0.0059380000457167625 +Info 19559[20:06:12.493] getCompletionData: Is inside comment: 0.0009310003370046616 +Info 19560[20:06:12.493] getCompletionData: Get previous token: 0.02441300032660365 +Info 19561[20:06:12.493] getCompletionsAtPosition: isCompletionListBlocker: 0.002193999942392111 +Info 19562[20:06:12.494] getCompletionData: Semantic work: 0.8962489999830723 +Info 19563[20:06:12.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9672869998030365 +Info 19564[20:06:12.496] Format host information updated +Info 19565[20:06:12.786] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19566[20:06:12.797] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1791 structureChanged: false structureIsReused:: Completely Elapsed: 11.012653000187129ms +Info 19567[20:06:12.797] Different program with same set of files +Info 19568[20:06:12.797] getCompletionData: Get current token: 0.005121000111103058 +Info 19569[20:06:12.797] getCompletionData: Is inside comment: 0.0007679997943341732 +Info 19570[20:06:12.797] getCompletionData: Get previous token: 0.01796399988234043 +Info 19571[20:06:12.797] getCompletionsAtPosition: isCompletionListBlocker: 0.01396000012755394 +Info 19572[20:06:12.798] getExportInfoMap: cache hit +Info 19573[20:06:12.808] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19574[20:06:12.808] collectAutoImports: response is complete +Info 19575[20:06:12.808] collectAutoImports: 10.032846999820322 +Info 19576[20:06:12.808] getCompletionData: Semantic work: 10.639984000008553 +Info 19577[20:06:12.815] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.253161000087857 +Info 19578[20:06:12.823] Format host information updated +Info 19579[20:06:12.946] Format host information updated +Info 19580[20:06:12.946] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19581[20:06:12.953] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1792 structureChanged: false structureIsReused:: Completely Elapsed: 7.277910999953747ms +Info 19582[20:06:12.953] Different program with same set of files +Info 19583[20:06:13.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19584[20:06:13.066] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1793 structureChanged: false structureIsReused:: Completely Elapsed: 9.555060000158846ms +Info 19585[20:06:13.066] Different program with same set of files +Info 19586[20:06:13.067] getCompletionData: Get current token: 0.0052640000358223915 +Info 19587[20:06:13.067] getCompletionData: Is inside comment: 0.0008940002880990505 +Info 19588[20:06:13.067] getCompletionData: Get previous token: 0.018472000025212765 +Info 19589[20:06:13.067] getCompletionsAtPosition: isCompletionListBlocker: 0.007751999888569117 +Info 19590[20:06:13.067] getExportInfoMap: cache hit +Info 19591[20:06:13.078] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19592[20:06:13.078] collectAutoImports: response is complete +Info 19593[20:06:13.078] collectAutoImports: 10.942319000139832 +Info 19594[20:06:13.078] getCompletionData: Semantic work: 11.554221000056714 +Info 19595[20:06:13.086] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.298260999843478 +Info 19596[20:06:13.093] Format host information updated +Info 19597[20:06:13.317] Format host information updated +Info 19598[20:06:13.317] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19599[20:06:13.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1794 structureChanged: false structureIsReused:: Completely Elapsed: 12.933364000171423ms +Info 19600[20:06:13.330] Different program with same set of files +Info 19601[20:06:13.378] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19602[20:06:13.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1795 structureChanged: false structureIsReused:: Completely Elapsed: 10.030062000267208ms +Info 19603[20:06:13.388] Different program with same set of files +Info 19604[20:06:13.388] getCompletionData: Get current token: 0.005748999770730734 +Info 19605[20:06:13.388] getCompletionData: Is inside comment: 0.0011659995652735233 +Info 19606[20:06:13.388] getCompletionData: Get previous token: 0.021983000449836254 +Info 19607[20:06:13.389] getCompletionsAtPosition: isCompletionListBlocker: 0.0701299998909235 +Info 19608[20:06:13.389] getExportInfoMap: cache hit +Info 19609[20:06:13.402] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19610[20:06:13.402] collectAutoImports: response is complete +Info 19611[20:06:13.402] collectAutoImports: 12.637384000234306 +Info 19612[20:06:13.402] getCompletionData: Semantic work: 13.335014999844134 +Info 19613[20:06:13.413] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.479749999940395 +Info 19614[20:06:13.419] Format host information updated +Info 19615[20:06:14.108] getCompletionData: Get current token: 0.004705000203102827 +Info 19616[20:06:14.108] getCompletionData: Is inside comment: 0.0009099999442696571 +Info 19617[20:06:14.108] getCompletionData: Get previous token: 0.01350099965929985 +Info 19618[20:06:14.108] getCompletionsAtPosition: isCompletionListBlocker: 0.002557000145316124 +Info 19619[20:06:14.109] getExportInfoMap: cache hit +Info 19620[20:06:14.122] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19621[20:06:14.123] collectAutoImports: response is complete +Info 19622[20:06:14.123] collectAutoImports: 13.385551000013947 +Info 19623[20:06:14.123] getCompletionData: Semantic work: 14.251468000002205 +Info 19624[20:06:14.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.874942000024021 +Info 19625[20:06:14.339] Format host information updated +Info 19626[20:06:14.339] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19627[20:06:14.350] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1796 structureChanged: false structureIsReused:: Completely Elapsed: 10.753794000018388ms +Info 19628[20:06:14.350] Different program with same set of files +Info 19629[20:06:15.359] Format host information updated +Info 19630[20:06:15.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19631[20:06:15.369] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1797 structureChanged: false structureIsReused:: Completely Elapsed: 9.441353000234812ms +Info 19632[20:06:15.369] Different program with same set of files +Info 19633[20:06:17.980] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19634[20:06:17.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1798 structureChanged: false structureIsReused:: Completely Elapsed: 7.741777000017464ms +Info 19635[20:06:17.988] Different program with same set of files +Info 19636[20:06:17.988] getCompletionData: Get current token: 0.0064660003408789635 +Info 19637[20:06:17.988] getCompletionData: Is inside comment: 0.0010999999940395355 +Info 19638[20:06:17.988] getCompletionData: Get previous token: 0.026837000157684088 +Info 19639[20:06:17.988] getCompletionsAtPosition: isCompletionListBlocker: 0.0028849998489022255 +Info 19640[20:06:17.989] getExportInfoMap: cache hit +Info 19641[20:06:18.002] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19642[20:06:18.002] collectAutoImports: response is complete +Info 19643[20:06:18.002] collectAutoImports: 13.833397999871522 +Info 19644[20:06:18.002] getCompletionData: Semantic work: 14.461871000006795 +Info 19645[20:06:18.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.928739000111818 +Info 19646[20:06:18.016] Format host information updated +Info 19647[20:06:18.072] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19648[20:06:18.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1799 structureChanged: false structureIsReused:: Completely Elapsed: 8.895355000160635ms +Info 19649[20:06:18.081] Different program with same set of files +Info 19650[20:06:18.081] getCompletionData: Get current token: 0.006016999948769808 +Info 19651[20:06:18.081] getCompletionData: Is inside comment: 0.0008979998528957367 +Info 19652[20:06:18.081] getCompletionData: Get previous token: 0.029110999777913094 +Info 19653[20:06:18.081] getCompletionsAtPosition: isCompletionListBlocker: 0.0037170001305639744 +Info 19654[20:06:18.082] getExportInfoMap: cache hit +Info 19655[20:06:18.087] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 1 from cache +Info 19656[20:06:18.087] collectAutoImports: response is complete +Info 19657[20:06:18.087] collectAutoImports: 4.599390000104904 +Info 19658[20:06:18.087] getCompletionData: Semantic work: 5.276257999707013 +Info 19659[20:06:18.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7212860002182424 +Info 19660[20:06:18.090] Format host information updated +Info 19661[20:06:18.159] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19662[20:06:18.168] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1800 structureChanged: false structureIsReused:: Completely Elapsed: 8.868712999857962ms +Info 19663[20:06:18.168] Different program with same set of files +Info 19664[20:06:18.168] getCompletionData: Get current token: 0.005847000051289797 +Info 19665[20:06:18.168] getCompletionData: Is inside comment: 0.0009490000084042549 +Info 19666[20:06:18.168] getCompletionData: Get previous token: 0.03149099973961711 +Info 19667[20:06:18.168] getCompletionsAtPosition: isCompletionListBlocker: 0.0030559999868273735 +Info 19668[20:06:18.168] getExportInfoMap: cache hit +Info 19669[20:06:18.170] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 0 from cache +Info 19670[20:06:18.170] collectAutoImports: response is complete +Info 19671[20:06:18.170] collectAutoImports: 1.7326750000938773 +Info 19672[20:06:18.170] getCompletionData: Semantic work: 2.370226999744773 +Info 19673[20:06:18.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1866669999435544 +Info 19674[20:06:18.172] Format host information updated +Info 19675[20:06:18.235] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19676[20:06:18.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1801 structureChanged: false structureIsReused:: Completely Elapsed: 14.024139999877661ms +Info 19677[20:06:18.249] Different program with same set of files +Info 19678[20:06:18.250] getCompletionData: Get current token: 0.01298200013116002 +Info 19679[20:06:18.250] getCompletionData: Is inside comment: 0.002104999963194132 +Info 19680[20:06:18.250] getCompletionData: Get previous token: 0.06886900030076504 +Info 19681[20:06:18.250] getCompletionsAtPosition: isCompletionListBlocker: 0.004682000260800123 +Info 19682[20:06:18.251] getExportInfoMap: cache hit +Info 19683[20:06:18.254] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 19684[20:06:18.254] collectAutoImports: response is complete +Info 19685[20:06:18.254] collectAutoImports: 3.113577999640256 +Info 19686[20:06:18.254] getCompletionData: Semantic work: 4.373004000168294 +Info 19687[20:06:18.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5187699999660254 +Info 19688[20:06:18.258] Format host information updated +Info 19689[20:06:18.397] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19690[20:06:18.407] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1802 structureChanged: false structureIsReused:: Completely Elapsed: 10.023767000064254ms +Info 19691[20:06:18.407] Different program with same set of files +Info 19692[20:06:18.407] getCompletionData: Get current token: 0.006484000012278557 +Info 19693[20:06:18.407] getCompletionData: Is inside comment: 0.0009939996525645256 +Info 19694[20:06:18.407] getCompletionData: Get previous token: 0.027704000007361174 +Info 19695[20:06:18.407] getCompletionsAtPosition: isCompletionListBlocker: 0.0021979999728500843 +Info 19696[20:06:18.408] getCompletionData: Semantic work: 0.6319250003434718 +Info 19697[20:06:18.408] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.046159999910742044 +Info 19698[20:06:18.409] Format host information updated +Info 19699[20:06:18.623] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19700[20:06:18.631] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1803 structureChanged: false structureIsReused:: Completely Elapsed: 7.180885000154376ms +Info 19701[20:06:18.631] Different program with same set of files +Info 19702[20:06:18.631] getCompletionData: Get current token: 0.00583299994468689 +Info 19703[20:06:18.631] getCompletionData: Is inside comment: 0.0008310000412166119 +Info 19704[20:06:18.631] getCompletionData: Get previous token: 0.030302000232040882 +Info 19705[20:06:18.631] getCompletionsAtPosition: isCompletionListBlocker: 0.0023219999857246876 +Info 19706[20:06:18.631] getCompletionData: Semantic work: 0.535126999951899 +Info 19707[20:06:18.632] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04065700015053153 +Info 19708[20:06:18.634] Format host information updated +Info 19709[20:06:18.729] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19710[20:06:18.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1804 structureChanged: false structureIsReused:: Completely Elapsed: 7.214583000168204ms +Info 19711[20:06:18.737] Different program with same set of files +Info 19712[20:06:18.737] getCompletionData: Get current token: 0.006182000041007996 +Info 19713[20:06:18.737] getCompletionData: Is inside comment: 0.0009270003065466881 +Info 19714[20:06:18.737] getCompletionData: Get previous token: 0.03225700045004487 +Info 19715[20:06:18.737] getCompletionsAtPosition: isCompletionListBlocker: 0.002235999796539545 +Info 19716[20:06:18.737] getCompletionData: Semantic work: 0.5485270000062883 +Info 19717[20:06:18.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04097199998795986 +Info 19718[20:06:18.738] Format host information updated +Info 19719[20:06:18.873] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19720[20:06:18.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1805 structureChanged: false structureIsReused:: Completely Elapsed: 9.619754999876022ms +Info 19721[20:06:18.883] Different program with same set of files +Info 19722[20:06:18.883] getCompletionData: Get current token: 0.006353999953716993 +Info 19723[20:06:18.883] getCompletionData: Is inside comment: 0.0009440002031624317 +Info 19724[20:06:18.883] getCompletionData: Get previous token: 0.0330010000616312 +Info 19725[20:06:18.883] getCompletionsAtPosition: isCompletionListBlocker: 0.002450999803841114 +Info 19726[20:06:18.884] getCompletionData: Semantic work: 0.5836550001986325 +Info 19727[20:06:18.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0455510001629591 +Info 19728[20:06:18.884] Format host information updated +Info 19729[20:06:18.936] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19730[20:06:18.945] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1806 structureChanged: false structureIsReused:: Completely Elapsed: 8.997601999901235ms +Info 19731[20:06:18.945] Different program with same set of files +Info 19732[20:06:18.945] getCompletionData: Get current token: 0.005907000042498112 +Info 19733[20:06:18.945] getCompletionData: Is inside comment: 0.0007839999161660671 +Info 19734[20:06:18.945] getCompletionData: Get previous token: 0.028568000067025423 +Info 19735[20:06:18.945] getCompletionsAtPosition: isCompletionListBlocker: 0.002120000310242176 +Info 19736[20:06:18.946] getCompletionData: Semantic work: 0.5067169996909797 +Info 19737[20:06:18.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03899300005286932 +Info 19738[20:06:18.948] Format host information updated +Info 19739[20:06:19.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19740[20:06:19.026] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1807 structureChanged: false structureIsReused:: Completely Elapsed: 12.443363999947906ms +Info 19741[20:06:19.026] Different program with same set of files +Info 19742[20:06:19.026] getCompletionData: Get current token: 0.012252999935299158 +Info 19743[20:06:19.026] getCompletionData: Is inside comment: 0.0018169996328651905 +Info 19744[20:06:19.026] getCompletionData: Get previous token: 0.06042099976912141 +Info 19745[20:06:19.027] getCompletionsAtPosition: isCompletionListBlocker: 0.0036150002852082253 +Info 19746[20:06:19.027] getCompletionData: Semantic work: 0.9341869996860623 +Info 19747[20:06:19.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07133999979123473 +Info 19748[20:06:19.029] Format host information updated +Info 19749[20:06:19.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19750[20:06:19.371] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1808 structureChanged: false structureIsReused:: Completely Elapsed: 7.4588290001265705ms +Info 19751[20:06:19.371] Different program with same set of files +Info 19752[20:06:19.371] getCompletionData: Get current token: 0.006789000239223242 +Info 19753[20:06:19.371] getCompletionData: Is inside comment: 0.0009510000236332417 +Info 19754[20:06:19.371] getCompletionData: Get previous token: 0.03299700003117323 +Info 19755[20:06:19.371] getCompletionsAtPosition: isCompletionListBlocker: 0.002718999981880188 +Info 19756[20:06:19.372] getCompletionData: Semantic work: 0.6080919997766614 +Info 19757[20:06:19.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04336900031194091 +Info 19758[20:06:19.372] Format host information updated +Info 19759[20:06:19.428] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19760[20:06:19.436] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1809 structureChanged: false structureIsReused:: Completely Elapsed: 8.066951000131667ms +Info 19761[20:06:19.436] Different program with same set of files +Info 19762[20:06:19.436] getCompletionData: Get current token: 0.007457999978214502 +Info 19763[20:06:19.436] getCompletionData: Is inside comment: 0.0012059998698532581 +Info 19764[20:06:19.436] getCompletionData: Get previous token: 0.046052999794483185 +Info 19765[20:06:19.436] getCompletionsAtPosition: isCompletionListBlocker: 0.0028630001470446587 +Info 19766[20:06:19.439] getCompletionData: Semantic work: 2.740568000357598 +Info 19767[20:06:19.439] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.053068000357598066 +Info 19768[20:06:19.440] Format host information updated +Info 19769[20:06:20.541] Format host information updated +Info 19770[20:06:20.541] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19771[20:06:20.548] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1810 structureChanged: false structureIsReused:: Completely Elapsed: 7.429671999998391ms +Info 19772[20:06:20.548] Different program with same set of files +Info 19773[20:06:20.771] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19774[20:06:20.780] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1811 structureChanged: false structureIsReused:: Completely Elapsed: 8.69471300020814ms +Info 19775[20:06:20.780] Different program with same set of files +Info 19776[20:06:20.782] getCompletionData: Get current token: 0.022923000156879425 +Info 19777[20:06:20.782] getCompletionData: Is inside comment: 0.0034549999982118607 +Info 19778[20:06:20.782] getCompletionData: Get previous token: 0.04155299998819828 +Info 19779[20:06:20.782] getCompletionsAtPosition: isCompletionListBlocker: 0.0014849998988211155 +Info 19780[20:06:20.782] Returning an empty list because completion was requested in an invalid position. +Info 19781[20:06:20.782] Format host information updated +Info 19782[20:06:20.836] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19783[20:06:20.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1812 structureChanged: false structureIsReused:: Completely Elapsed: 17.237042000051588ms +Info 19784[20:06:20.853] Different program with same set of files +Info 19785[20:06:20.857] getCompletionData: Get current token: 0.04415100021287799 +Info 19786[20:06:20.857] getCompletionData: Is inside comment: 0.007333999965339899 +Info 19787[20:06:20.857] getCompletionData: Get previous token: 0.06127099972218275 +Info 19788[20:06:20.858] getCompletionsAtPosition: isCompletionListBlocker: 0.0023809997364878654 +Info 19789[20:06:20.858] Returning an empty list because completion was requested in an invalid position. +Info 19790[20:06:20.858] Format host information updated +Info 19791[20:06:20.930] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19792[20:06:20.945] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1813 structureChanged: false structureIsReused:: Completely Elapsed: 14.90603299997747ms +Info 19793[20:06:20.945] Different program with same set of files +Info 19794[20:06:20.950] getCompletionData: Get current token: 0.05018999986350536 +Info 19795[20:06:20.950] getCompletionData: Is inside comment: 0.008843000046908855 +Info 19796[20:06:20.950] getCompletionData: Get previous token: 0.0676910001784563 +Info 19797[20:06:20.950] getCompletionsAtPosition: isCompletionListBlocker: 0.002890000119805336 +Info 19798[20:06:20.950] Returning an empty list because completion was requested in an invalid position. +Info 19799[20:06:20.954] Format host information updated +Info 19800[20:06:21.005] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19801[20:06:21.014] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1814 structureChanged: false structureIsReused:: Completely Elapsed: 8.18992399983108ms +Info 19802[20:06:21.014] Different program with same set of files +Info 19803[20:06:21.016] getCompletionData: Get current token: 0.02032399969175458 +Info 19804[20:06:21.016] getCompletionData: Is inside comment: 0.003413999918848276 +Info 19805[20:06:21.016] getCompletionData: Get previous token: 0.04282099986448884 +Info 19806[20:06:21.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0012119999155402184 +Info 19807[20:06:21.016] Returning an empty list because completion was requested in an invalid position. +Info 19808[20:06:21.016] Format host information updated +Info 19809[20:06:21.205] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19810[20:06:21.214] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1815 structureChanged: false structureIsReused:: Completely Elapsed: 9.233676999807358ms +Info 19811[20:06:21.214] Different program with same set of files +Info 19812[20:06:21.216] getCompletionData: Get current token: 0.02019000006839633 +Info 19813[20:06:21.216] getCompletionData: Is inside comment: 0.0034480001777410507 +Info 19814[20:06:21.216] getCompletionData: Get previous token: 0.03197399992495775 +Info 19815[20:06:21.216] getCompletionsAtPosition: isCompletionListBlocker: 0.001369999721646309 +Info 19816[20:06:21.216] Returning an empty list because completion was requested in an invalid position. +Info 19817[20:06:21.216] Format host information updated +Info 19818[20:06:21.303] Format host information updated +Info 19819[20:06:21.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19820[20:06:21.311] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1816 structureChanged: false structureIsReused:: Completely Elapsed: 7.369578999932855ms +Info 19821[20:06:21.311] Different program with same set of files +Info 19822[20:06:21.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19823[20:06:21.588] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1817 structureChanged: false structureIsReused:: Completely Elapsed: 7.757765999995172ms +Info 19824[20:06:21.588] Different program with same set of files +Info 19825[20:06:21.591] getCompletionData: Get current token: 0.019044999964535236 +Info 19826[20:06:21.591] getCompletionData: Is inside comment: 0.0030620000325143337 +Info 19827[20:06:21.591] getCompletionData: Get previous token: 0.03288000030443072 +Info 19828[20:06:21.591] getCompletionsAtPosition: isCompletionListBlocker: 0.0012570000253617764 +Info 19829[20:06:21.591] Returning an empty list because completion was requested in an invalid position. +Info 19830[20:06:21.591] Format host information updated +Info 19831[20:06:21.720] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19832[20:06:21.730] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1818 structureChanged: false structureIsReused:: Completely Elapsed: 9.858498000074178ms +Info 19833[20:06:21.730] Different program with same set of files +Info 19834[20:06:21.732] getCompletionData: Get current token: 0.01775799971073866 +Info 19835[20:06:21.732] getCompletionData: Is inside comment: 0.002630000002682209 +Info 19836[20:06:21.732] getCompletionData: Get previous token: 0.028005999978631735 +Info 19837[20:06:21.732] getCompletionsAtPosition: isCompletionListBlocker: 0.0011470001190900803 +Info 19838[20:06:21.732] Returning an empty list because completion was requested in an invalid position. +Info 19839[20:06:21.732] Format host information updated +Info 19840[20:06:21.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19841[20:06:21.924] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1819 structureChanged: false structureIsReused:: Completely Elapsed: 7.510350999888033ms +Info 19842[20:06:21.924] Different program with same set of files +Info 19843[20:06:21.927] getCompletionData: Get current token: 0.02015300001949072 +Info 19844[20:06:21.927] getCompletionData: Is inside comment: 0.0031820000149309635 +Info 19845[20:06:21.927] getCompletionData: Get previous token: 0.031380000058561563 +Info 19846[20:06:21.927] getCompletionsAtPosition: isCompletionListBlocker: 0.0012650000862777233 +Info 19847[20:06:21.927] Returning an empty list because completion was requested in an invalid position. +Info 19848[20:06:21.929] Format host information updated +Info 19849[20:06:22.067] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19850[20:06:22.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1820 structureChanged: false structureIsReused:: Completely Elapsed: 7.283503000158817ms +Info 19851[20:06:22.074] Different program with same set of files +Info 19852[20:06:22.076] getCompletionData: Get current token: 0.01942000025883317 +Info 19853[20:06:22.076] getCompletionData: Is inside comment: 0.0032999999821186066 +Info 19854[20:06:22.076] getCompletionData: Get previous token: 0.030269999988377094 +Info 19855[20:06:22.076] getCompletionsAtPosition: isCompletionListBlocker: 0.0011630002409219742 +Info 19856[20:06:22.076] Returning an empty list because completion was requested in an invalid position. +Info 19857[20:06:22.077] Format host information updated +Info 19858[20:06:22.161] Format host information updated +Info 19859[20:06:22.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19860[20:06:22.171] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1821 structureChanged: false structureIsReused:: Completely Elapsed: 10.024544999934733ms +Info 19861[20:06:22.171] Different program with same set of files +Info 19862[20:06:22.355] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19863[20:06:22.364] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1822 structureChanged: false structureIsReused:: Completely Elapsed: 9.313833999913186ms +Info 19864[20:06:22.364] Different program with same set of files +Info 19865[20:06:22.368] getCompletionData: Get current token: 0.02664799988269806 +Info 19866[20:06:22.368] getCompletionData: Is inside comment: 0.004450999666005373 +Info 19867[20:06:22.368] getCompletionData: Get previous token: 0.040973000228405 +Info 19868[20:06:22.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0014749998226761818 +Info 19869[20:06:22.368] Returning an empty list because completion was requested in an invalid position. +Info 19870[20:06:22.368] Format host information updated +Info 19871[20:06:22.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19872[20:06:22.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1823 structureChanged: false structureIsReused:: Completely Elapsed: 21.182707000058144ms +Info 19873[20:06:22.452] Different program with same set of files +Info 19874[20:06:22.458] getCompletionData: Get current token: 0.05538700008764863 +Info 19875[20:06:22.458] getCompletionData: Is inside comment: 0.008065000176429749 +Info 19876[20:06:22.458] getCompletionData: Get previous token: 0.08701999997720122 +Info 19877[20:06:22.458] getCompletionsAtPosition: isCompletionListBlocker: 0.00254100002348423 +Info 19878[20:06:22.458] Returning an empty list because completion was requested in an invalid position. +Info 19879[20:06:22.459] Format host information updated +Info 19880[20:06:22.543] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19881[20:06:22.564] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1824 structureChanged: false structureIsReused:: Completely Elapsed: 20.18451099982485ms +Info 19882[20:06:22.564] Different program with same set of files +Info 19883[20:06:22.570] getCompletionData: Get current token: 0.04699200019240379 +Info 19884[20:06:22.570] getCompletionData: Is inside comment: 0.006957000121474266 +Info 19885[20:06:22.570] getCompletionData: Get previous token: 0.07765900017693639 +Info 19886[20:06:22.570] getCompletionsAtPosition: isCompletionListBlocker: 0.0027569998055696487 +Info 19887[20:06:22.570] Returning an empty list because completion was requested in an invalid position. +Info 19888[20:06:22.571] Format host information updated +Info 19889[20:06:22.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19890[20:06:22.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1825 structureChanged: false structureIsReused:: Completely Elapsed: 14.397432999685407ms +Info 19891[20:06:22.648] Different program with same set of files +Info 19892[20:06:22.652] getCompletionData: Get current token: 0.03643900016322732 +Info 19893[20:06:22.652] getCompletionData: Is inside comment: 0.005692000035196543 +Info 19894[20:06:22.652] getCompletionData: Get previous token: 0.05073200026527047 +Info 19895[20:06:22.652] getCompletionsAtPosition: isCompletionListBlocker: 0.002309999894350767 +Info 19896[20:06:22.652] Returning an empty list because completion was requested in an invalid position. +Info 19897[20:06:22.653] Format host information updated +Info 19898[20:06:22.747] Format host information updated +Info 19899[20:06:22.747] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19900[20:06:22.756] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1826 structureChanged: false structureIsReused:: Completely Elapsed: 9.27807700028643ms +Info 19901[20:06:22.756] Different program with same set of files +Info 19902[20:06:22.883] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19903[20:06:22.891] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1827 structureChanged: false structureIsReused:: Completely Elapsed: 8.12801400013268ms +Info 19904[20:06:22.891] Different program with same set of files +Info 19905[20:06:22.894] getCompletionData: Get current token: 0.022078000009059906 +Info 19906[20:06:22.894] getCompletionData: Is inside comment: 0.002587000373750925 +Info 19907[20:06:22.894] getCompletionData: Get previous token: 0.05235000001266599 +Info 19908[20:06:22.894] getCompletionsAtPosition: isCompletionListBlocker: 0.0016910000704228878 +Info 19909[20:06:22.894] Returning an empty list because completion was requested in an invalid position. +Info 19910[20:06:22.894] Format host information updated +Info 19911[20:06:23.178] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19912[20:06:23.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1828 structureChanged: false structureIsReused:: Completely Elapsed: 9.69714399985969ms +Info 19913[20:06:23.188] Different program with same set of files +Info 19914[20:06:23.190] getCompletionData: Get current token: 0.02025999967008829 +Info 19915[20:06:23.190] getCompletionData: Is inside comment: 0.002406999934464693 +Info 19916[20:06:23.190] getCompletionData: Get previous token: 0.030989999882876873 +Info 19917[20:06:23.190] getCompletionsAtPosition: isCompletionListBlocker: 0.0012059998698532581 +Info 19918[20:06:23.190] Returning an empty list because completion was requested in an invalid position. +Info 19919[20:06:23.191] Format host information updated +Info 19920[20:06:23.462] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19921[20:06:23.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1829 structureChanged: false structureIsReused:: Completely Elapsed: 7.494049999862909ms +Info 19922[20:06:23.469] Different program with same set of files +Info 19923[20:06:23.471] getCompletionData: Get current token: 0.020825000014156103 +Info 19924[20:06:23.471] getCompletionData: Is inside comment: 0.002350000198930502 +Info 19925[20:06:23.472] getCompletionData: Get previous token: 0.03207799978554249 +Info 19926[20:06:23.472] getCompletionsAtPosition: isCompletionListBlocker: 0.0012270002625882626 +Info 19927[20:06:23.472] Returning an empty list because completion was requested in an invalid position. +Info 19928[20:06:23.475] Format host information updated +Info 19929[20:06:23.579] Format host information updated +Info 19930[20:06:23.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19931[20:06:23.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1830 structureChanged: false structureIsReused:: Completely Elapsed: 7.453817999921739ms +Info 19932[20:06:23.587] Different program with same set of files +Info 19933[20:06:24.308] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19934[20:06:24.315] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1831 structureChanged: false structureIsReused:: Completely Elapsed: 7.257852999959141ms +Info 19935[20:06:24.316] Different program with same set of files +Info 19936[20:06:24.318] getCompletionData: Get current token: 0.016846999991685152 +Info 19937[20:06:24.318] getCompletionData: Is inside comment: 0.002096000127494335 +Info 19938[20:06:24.318] getCompletionData: Get previous token: 0.04501499980688095 +Info 19939[20:06:24.318] getCompletionsAtPosition: isCompletionListBlocker: 0.0011700000613927841 +Info 19940[20:06:24.318] Returning an empty list because completion was requested in an invalid position. +Info 19941[20:06:24.318] Format host information updated +Info 19942[20:06:24.449] Format host information updated +Info 19943[20:06:24.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19944[20:06:24.457] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1832 structureChanged: false structureIsReused:: Completely Elapsed: 7.495897000189871ms +Info 19945[20:06:24.457] Different program with same set of files +Info 19946[20:06:24.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19947[20:06:24.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1833 structureChanged: false structureIsReused:: Completely Elapsed: 11.487962999846786ms +Info 19948[20:06:24.706] Different program with same set of files +Info 19949[20:06:24.710] getCompletionData: Get current token: 0.02947800001129508 +Info 19950[20:06:24.710] getCompletionData: Is inside comment: 0.003716999664902687 +Info 19951[20:06:24.710] getCompletionData: Get previous token: 0.05304299993440509 +Info 19952[20:06:24.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0018089995719492435 +Info 19953[20:06:24.710] Returning an empty list because completion was requested in an invalid position. +Info 19954[20:06:24.710] Format host information updated +Info 19955[20:06:24.778] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19956[20:06:24.792] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1834 structureChanged: false structureIsReused:: Completely Elapsed: 13.41128099989146ms +Info 19957[20:06:24.792] Different program with same set of files +Info 19958[20:06:24.796] getCompletionData: Get current token: 0.036518999841064215 +Info 19959[20:06:24.796] getCompletionData: Is inside comment: 0.004985000006854534 +Info 19960[20:06:24.796] getCompletionData: Get previous token: 0.058089000172913074 +Info 19961[20:06:24.796] getCompletionsAtPosition: isCompletionListBlocker: 0.0021609999239444733 +Info 19962[20:06:24.796] Returning an empty list because completion was requested in an invalid position. +Info 19963[20:06:24.797] Format host information updated +Info 19964[20:06:24.852] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19965[20:06:24.862] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1835 structureChanged: false structureIsReused:: Completely Elapsed: 10.263619999866933ms +Info 19966[20:06:24.862] Different program with same set of files +Info 19967[20:06:24.868] getCompletionData: Get current token: 0.036613999865949154 +Info 19968[20:06:24.869] getCompletionData: Is inside comment: 0.005222999956458807 +Info 19969[20:06:24.869] getCompletionData: Get previous token: 0.050042999908328056 +Info 19970[20:06:24.869] getCompletionsAtPosition: isCompletionListBlocker: 0.002747999969869852 +Info 19971[20:06:24.869] Returning an empty list because completion was requested in an invalid position. +Info 19972[20:06:24.869] Format host information updated +Info 19973[20:06:25.189] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19974[20:06:25.196] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1836 structureChanged: false structureIsReused:: Completely Elapsed: 6.972424000035971ms +Info 19975[20:06:25.196] Different program with same set of files +Info 19976[20:06:25.198] getCompletionData: Get current token: 0.019594000186771154 +Info 19977[20:06:25.198] getCompletionData: Is inside comment: 0.002232000231742859 +Info 19978[20:06:25.198] getCompletionData: Get previous token: 0.03449099976569414 +Info 19979[20:06:25.198] getCompletionsAtPosition: isCompletionListBlocker: 0.001157000195235014 +Info 19980[20:06:25.198] Returning an empty list because completion was requested in an invalid position. +Info 19981[20:06:25.200] Format host information updated +Info 19982[20:06:25.260] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 19983[20:06:25.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1837 structureChanged: false structureIsReused:: Completely Elapsed: 9.537853999994695ms +Info 19984[20:06:25.270] Different program with same set of files +Info 19985[20:06:25.272] getCompletionData: Get current token: 0.017733000218868256 +Info 19986[20:06:25.272] getCompletionData: Is inside comment: 0.0021009999327361584 +Info 19987[20:06:25.272] getCompletionData: Get previous token: 0.02731500007212162 +Info 19988[20:06:25.272] getCompletionsAtPosition: isCompletionListBlocker: 0.0013979999348521233 +Info 19989[20:06:25.272] Returning an empty list because completion was requested in an invalid position. +Info 19990[20:06:25.272] Format host information updated +Info 19991[20:06:26.429] getCompletionData: Get current token: 0.004989999812096357 +Info 19992[20:06:26.429] getCompletionData: Is inside comment: 0.013778999913483858 +Info 19993[20:06:26.429] getCompletionData: Get previous token: 0.011223999783396721 +Info 19994[20:06:26.429] getCompletionsAtPosition: isCompletionListBlocker: 0.009083999786525965 +Info 19995[20:06:26.430] getExportInfoMap: cache hit +Info 19996[20:06:26.441] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 19997[20:06:26.442] collectAutoImports: response is complete +Info 19998[20:06:26.442] collectAutoImports: 11.431780999992043 +Info 19999[20:06:26.442] getCompletionData: Semantic work: 12.364798000082374 +Info 20000[20:06:26.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.960768000222743 +Info 20001[20:06:26.518] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20002[20:06:26.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1838 structureChanged: false structureIsReused:: Completely Elapsed: 13.848718999885023ms +Info 20003[20:06:26.532] Different program with same set of files +Info 20004[20:06:26.533] getCompletionData: Get current token: 0.011824999935925007 +Info 20005[20:06:26.533] getCompletionData: Is inside comment: 0.03414800018072128 +Info 20006[20:06:26.533] getCompletionData: Get previous token: 0.028902000281959772 +Info 20007[20:06:26.533] getCompletionsAtPosition: isCompletionListBlocker: 0.003452999982982874 +Info 20008[20:06:26.536] getCompletionData: Semantic work: 2.816138000227511 +Info 20009[20:06:26.536] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.30095400009304285 +Info 20010[20:06:26.537] Format host information updated +Info 20011[20:06:27.924] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20012[20:06:27.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1839 structureChanged: false structureIsReused:: Completely Elapsed: 7.083913000300527ms +Info 20013[20:06:27.931] Different program with same set of files +Info 20014[20:06:27.931] getCompletionData: Get current token: 0.005118999630212784 +Info 20015[20:06:27.931] getCompletionData: Is inside comment: 0.010522000025957823 +Info 20016[20:06:27.931] getCompletionData: Get previous token: 0.017583000008016825 +Info 20017[20:06:27.931] getCompletionsAtPosition: isCompletionListBlocker: 0.0021349997259676456 +Info 20018[20:06:27.932] getCompletionData: Semantic work: 1.166909999679774 +Info 20019[20:06:27.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0642289998941123 +Info 20020[20:06:27.935] Format host information updated +Info 20021[20:06:28.016] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20022[20:06:28.039] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1840 structureChanged: false structureIsReused:: Completely Elapsed: 22.71157900011167ms +Info 20023[20:06:28.039] Different program with same set of files +Info 20024[20:06:28.040] getCompletionData: Get current token: 0.018530999775975943 +Info 20025[20:06:28.040] getCompletionData: Is inside comment: 0.0412370003759861 +Info 20026[20:06:28.040] getCompletionData: Get previous token: 0.07113400008529425 +Info 20027[20:06:28.040] getCompletionsAtPosition: isCompletionListBlocker: 0.004387999884784222 +Info 20028[20:06:28.043] getCompletionData: Semantic work: 3.01115500042215 +Info 20029[20:06:28.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6649239999242127 +Info 20030[20:06:28.045] Format host information updated +Info 20031[20:06:28.270] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20032[20:06:28.278] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1841 structureChanged: false structureIsReused:: Completely Elapsed: 7.613516999874264ms +Info 20033[20:06:28.278] Different program with same set of files +Info 20034[20:06:28.278] getCompletionData: Get current token: 0.006060000043362379 +Info 20035[20:06:28.278] getCompletionData: Is inside comment: 0.01832900010049343 +Info 20036[20:06:28.278] getCompletionData: Get previous token: 0.02428200002759695 +Info 20037[20:06:28.278] getCompletionsAtPosition: isCompletionListBlocker: 0.002950000111013651 +Info 20038[20:06:28.279] getCompletionData: Semantic work: 1.475216000340879 +Info 20039[20:06:28.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1948039997369051 +Info 20040[20:06:28.280] Format host information updated +Info 20041[20:06:28.493] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20042[20:06:28.504] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1842 structureChanged: false structureIsReused:: Completely Elapsed: 11.09755100030452ms +Info 20043[20:06:28.504] Different program with same set of files +Info 20044[20:06:28.505] getCompletionData: Get current token: 0.005625999998301268 +Info 20045[20:06:28.505] getCompletionData: Is inside comment: 0.013470000121742487 +Info 20046[20:06:28.505] getCompletionData: Get previous token: 0.010919000022113323 +Info 20047[20:06:28.505] getCompletionsAtPosition: isCompletionListBlocker: 0.003273999784141779 +Info 20048[20:06:28.505] getExportInfoMap: cache hit +Info 20049[20:06:28.516] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20050[20:06:28.516] collectAutoImports: response is complete +Info 20051[20:06:28.516] collectAutoImports: 10.448266000021249 +Info 20052[20:06:28.516] getCompletionData: Semantic work: 11.227766000200063 +Info 20053[20:06:28.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.131169999949634 +Info 20054[20:06:28.532] Format host information updated +Info 20055[20:06:28.591] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20056[20:06:28.598] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1843 structureChanged: false structureIsReused:: Completely Elapsed: 7.351940999738872ms +Info 20057[20:06:28.598] Different program with same set of files +Info 20058[20:06:28.598] getCompletionData: Get current token: 0.005667000077664852 +Info 20059[20:06:28.598] getCompletionData: Is inside comment: 0.013104999903589487 +Info 20060[20:06:28.598] getCompletionData: Get previous token: 0.010716000106185675 +Info 20061[20:06:28.599] getCompletionsAtPosition: isCompletionListBlocker: 0.007608000189065933 +Info 20062[20:06:28.599] getExportInfoMap: cache hit +Info 20063[20:06:28.611] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20064[20:06:28.611] collectAutoImports: response is complete +Info 20065[20:06:28.611] collectAutoImports: 12.116637000348419 +Info 20066[20:06:28.611] getCompletionData: Semantic work: 12.892847000155598 +Info 20067[20:06:28.618] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.763959999661893 +Info 20068[20:06:28.625] Format host information updated +Info 20069[20:06:29.132] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20070[20:06:29.142] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1844 structureChanged: false structureIsReused:: Completely Elapsed: 10.168355999980122ms +Info 20071[20:06:29.142] Different program with same set of files +Info 20072[20:06:29.142] getCompletionData: Get current token: 0.006502999924123287 +Info 20073[20:06:29.142] getCompletionData: Is inside comment: 0.001178000122308731 +Info 20074[20:06:29.142] getCompletionData: Get previous token: 0.02720799995586276 +Info 20075[20:06:29.142] getCompletionsAtPosition: isCompletionListBlocker: 0.0029529999010264874 +Info 20076[20:06:29.143] getExportInfoMap: cache hit +Info 20077[20:06:29.144] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 20078[20:06:29.144] collectAutoImports: response is complete +Info 20079[20:06:29.144] collectAutoImports: 1.5603289999999106 +Info 20080[20:06:29.144] getCompletionData: Semantic work: 2.3106019999831915 +Info 20081[20:06:29.146] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3196870000101626 +Info 20082[20:06:29.147] Format host information updated +Info 20083[20:06:29.197] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20084[20:06:29.206] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1845 structureChanged: false structureIsReused:: Completely Elapsed: 9.035546999890357ms +Info 20085[20:06:29.206] Different program with same set of files +Info 20086[20:06:29.207] getCompletionData: Get current token: 0.008671000134199858 +Info 20087[20:06:29.207] getCompletionData: Is inside comment: 0.0015360000543296337 +Info 20088[20:06:29.207] getCompletionData: Get previous token: 0.0391440000385046 +Info 20089[20:06:29.207] getCompletionsAtPosition: isCompletionListBlocker: 0.0025090002454817295 +Info 20090[20:06:29.207] getExportInfoMap: cache hit +Info 20091[20:06:29.209] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20092[20:06:29.209] collectAutoImports: response is complete +Info 20093[20:06:29.209] collectAutoImports: 1.9080620002932847 +Info 20094[20:06:29.209] getCompletionData: Semantic work: 2.722033000085503 +Info 20095[20:06:29.211] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5746180000714958 +Info 20096[20:06:29.215] Format host information updated +Info 20097[20:06:29.289] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20098[20:06:29.298] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1846 structureChanged: false structureIsReused:: Completely Elapsed: 9.100503999739885ms +Info 20099[20:06:29.298] Different program with same set of files +Info 20100[20:06:29.298] getCompletionData: Get current token: 0.00624999962747097 +Info 20101[20:06:29.298] getCompletionData: Is inside comment: 0.0009459997527301311 +Info 20102[20:06:29.298] getCompletionData: Get previous token: 0.03368900017812848 +Info 20103[20:06:29.298] getCompletionsAtPosition: isCompletionListBlocker: 0.002138999756425619 +Info 20104[20:06:29.299] getExportInfoMap: cache hit +Info 20105[20:06:29.301] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20106[20:06:29.301] collectAutoImports: response is complete +Info 20107[20:06:29.301] collectAutoImports: 1.9717180002480745 +Info 20108[20:06:29.301] getCompletionData: Semantic work: 2.6021630000323057 +Info 20109[20:06:29.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.512798000127077 +Info 20110[20:06:29.303] Format host information updated +Info 20111[20:06:29.437] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20112[20:06:29.446] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1847 structureChanged: false structureIsReused:: Completely Elapsed: 8.405526000075042ms +Info 20113[20:06:29.446] Different program with same set of files +Info 20114[20:06:29.446] getCompletionData: Get current token: 0.007571999914944172 +Info 20115[20:06:29.446] getCompletionData: Is inside comment: 0.0011909999884665012 +Info 20116[20:06:29.446] getCompletionData: Get previous token: 0.03777599986642599 +Info 20117[20:06:29.446] getCompletionsAtPosition: isCompletionListBlocker: 0.003119000233709812 +Info 20118[20:06:29.446] getExportInfoMap: cache hit +Info 20119[20:06:29.448] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20120[20:06:29.448] collectAutoImports: response is complete +Info 20121[20:06:29.448] collectAutoImports: 1.4934080000966787 +Info 20122[20:06:29.448] getCompletionData: Semantic work: 2.1045980001799762 +Info 20123[20:06:29.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5057830000296235 +Info 20124[20:06:29.453] Format host information updated +Info 20125[20:06:29.517] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20126[20:06:29.533] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1848 structureChanged: false structureIsReused:: Completely Elapsed: 16.540174999739975ms +Info 20127[20:06:29.533] Different program with same set of files +Info 20128[20:06:29.534] getCompletionData: Get current token: 0.016071000136435032 +Info 20129[20:06:29.534] getCompletionData: Is inside comment: 0.002532999962568283 +Info 20130[20:06:29.534] getCompletionData: Get previous token: 0.08646199991926551 +Info 20131[20:06:29.534] getCompletionsAtPosition: isCompletionListBlocker: 0.004255999810993671 +Info 20132[20:06:29.535] getExportInfoMap: cache hit +Info 20133[20:06:29.539] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20134[20:06:29.539] collectAutoImports: response is complete +Info 20135[20:06:29.539] collectAutoImports: 3.2698929999023676 +Info 20136[20:06:29.539] getCompletionData: Semantic work: 4.497432000003755 +Info 20137[20:06:29.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1508170003071427 +Info 20138[20:06:29.544] Format host information updated +Info 20139[20:06:29.584] Format host information updated +Info 20140[20:06:29.584] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20141[20:06:29.592] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1849 structureChanged: false structureIsReused:: Completely Elapsed: 7.862218999769539ms +Info 20142[20:06:29.592] Different program with same set of files +Info 20143[20:06:30.107] getCompletionData: Get current token: 0.005481999833136797 +Info 20144[20:06:30.107] getCompletionData: Is inside comment: 0.01625099964439869 +Info 20145[20:06:30.107] getCompletionData: Get previous token: 0.013422999996691942 +Info 20146[20:06:30.107] getCompletionsAtPosition: isCompletionListBlocker: 0.009305000305175781 +Info 20147[20:06:30.108] getExportInfoMap: cache hit +Info 20148[20:06:30.124] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20149[20:06:30.124] collectAutoImports: response is complete +Info 20150[20:06:30.124] collectAutoImports: 16.175834000110626 +Info 20151[20:06:30.124] getCompletionData: Semantic work: 17.212380999699235 +Info 20152[20:06:30.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.868662999942899 +Info 20153[20:06:30.228] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20154[20:06:30.239] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1850 structureChanged: false structureIsReused:: Completely Elapsed: 10.387629000004381ms +Info 20155[20:06:30.239] Different program with same set of files +Info 20156[20:06:30.239] getCompletionData: Get current token: 0.0048420000821352005 +Info 20157[20:06:30.239] getCompletionData: Is inside comment: 0.01298899995163083 +Info 20158[20:06:30.239] getCompletionData: Get previous token: 0.02543599996715784 +Info 20159[20:06:30.239] getCompletionsAtPosition: isCompletionListBlocker: 0.0072559998370707035 +Info 20160[20:06:30.240] getExportInfoMap: cache hit +Info 20161[20:06:30.245] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 20162[20:06:30.245] collectAutoImports: response is complete +Info 20163[20:06:30.245] collectAutoImports: 5.609453999903053 +Info 20164[20:06:30.245] getCompletionData: Semantic work: 6.3614409998990595 +Info 20165[20:06:30.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9745410000905395 +Info 20166[20:06:30.250] Format host information updated +Info 20167[20:06:30.882] Format host information updated +Info 20168[20:06:30.882] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20169[20:06:30.889] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1851 structureChanged: false structureIsReused:: Completely Elapsed: 7.163817999884486ms +Info 20170[20:06:30.889] Different program with same set of files +Info 20171[20:06:31.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20172[20:06:31.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1852 structureChanged: false structureIsReused:: Completely Elapsed: 7.558807000052184ms +Info 20173[20:06:31.506] Different program with same set of files +Info 20174[20:06:31.506] getCompletionData: Get current token: 0.0045180004090070724 +Info 20175[20:06:31.506] getCompletionData: Is inside comment: 0.0007609999738633633 +Info 20176[20:06:31.506] getCompletionData: Get previous token: 0.07259099977090955 +Info 20177[20:06:31.506] getCompletionsAtPosition: isCompletionListBlocker: 0.002257999964058399 +Info 20178[20:06:31.507] getExportInfoMap: cache hit +Info 20179[20:06:31.508] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20180[20:06:31.508] collectAutoImports: response is complete +Info 20181[20:06:31.508] collectAutoImports: 1.3728380003012717 +Info 20182[20:06:31.508] getCompletionData: Semantic work: 2.1315800002776086 +Info 20183[20:06:31.509] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2437990000471473 +Info 20184[20:06:31.510] Format host information updated +Info 20185[20:06:31.573] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20186[20:06:31.582] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1853 structureChanged: false structureIsReused:: Completely Elapsed: 9.018168999813497ms +Info 20187[20:06:31.582] Different program with same set of files +Info 20188[20:06:31.583] getCompletionData: Get current token: 0.005464999936521053 +Info 20189[20:06:31.583] getCompletionData: Is inside comment: 0.0010939999483525753 +Info 20190[20:06:31.583] getCompletionData: Get previous token: 0.026806000154465437 +Info 20191[20:06:31.583] getCompletionsAtPosition: isCompletionListBlocker: 0.0022189998999238014 +Info 20192[20:06:31.583] getExportInfoMap: cache hit +Info 20193[20:06:31.585] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20194[20:06:31.585] collectAutoImports: response is complete +Info 20195[20:06:31.585] collectAutoImports: 1.3638360002078116 +Info 20196[20:06:31.585] getCompletionData: Semantic work: 2.001159000210464 +Info 20197[20:06:31.586] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1949869999662042 +Info 20198[20:06:31.587] Format host information updated +Info 20199[20:06:31.635] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20200[20:06:31.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1854 structureChanged: false structureIsReused:: Completely Elapsed: 13.108659000135958ms +Info 20201[20:06:31.648] Different program with same set of files +Info 20202[20:06:31.648] getCompletionData: Get current token: 0.008138999808579683 +Info 20203[20:06:31.648] getCompletionData: Is inside comment: 0.0013830000534653664 +Info 20204[20:06:31.648] getCompletionData: Get previous token: 0.039406999945640564 +Info 20205[20:06:31.648] getCompletionsAtPosition: isCompletionListBlocker: 0.0036700000055134296 +Info 20206[20:06:31.649] getExportInfoMap: cache hit +Info 20207[20:06:31.651] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20208[20:06:31.651] collectAutoImports: response is complete +Info 20209[20:06:31.651] collectAutoImports: 2.082113000098616 +Info 20210[20:06:31.651] getCompletionData: Semantic work: 2.983851000200957 +Info 20211[20:06:31.654] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9846649998798966 +Info 20212[20:06:31.655] Format host information updated +Info 20213[20:06:31.695] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20214[20:06:31.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1855 structureChanged: false structureIsReused:: Completely Elapsed: 8.4240259998478ms +Info 20215[20:06:31.703] Different program with same set of files +Info 20216[20:06:31.703] getCompletionData: Get current token: 0.005789999850094318 +Info 20217[20:06:31.704] getCompletionData: Is inside comment: 0.0010469998233020306 +Info 20218[20:06:31.704] getCompletionData: Get previous token: 0.028240999672561884 +Info 20219[20:06:31.704] getCompletionsAtPosition: isCompletionListBlocker: 0.0027149999514222145 +Info 20220[20:06:31.704] getExportInfoMap: cache hit +Info 20221[20:06:31.706] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20222[20:06:31.706] collectAutoImports: response is complete +Info 20223[20:06:31.706] collectAutoImports: 1.4304340002126992 +Info 20224[20:06:31.706] getCompletionData: Semantic work: 2.049717999994755 +Info 20225[20:06:31.707] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.228793999645859 +Info 20226[20:06:31.710] Format host information updated +Info 20227[20:06:31.755] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20228[20:06:31.763] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1856 structureChanged: false structureIsReused:: Completely Elapsed: 7.905259999912232ms +Info 20229[20:06:31.763] Different program with same set of files +Info 20230[20:06:31.763] getCompletionData: Get current token: 0.005549000110477209 +Info 20231[20:06:31.763] getCompletionData: Is inside comment: 0.0010529998689889908 +Info 20232[20:06:31.763] getCompletionData: Get previous token: 0.027888000011444092 +Info 20233[20:06:31.763] getCompletionsAtPosition: isCompletionListBlocker: 0.0024709999561309814 +Info 20234[20:06:31.764] getExportInfoMap: cache hit +Info 20235[20:06:31.765] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 20236[20:06:31.765] collectAutoImports: response is complete +Info 20237[20:06:31.765] collectAutoImports: 1.4246539999730885 +Info 20238[20:06:31.765] getCompletionData: Semantic work: 2.0324279996566474 +Info 20239[20:06:31.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2614560001529753 +Info 20240[20:06:31.768] Format host information updated +Info 20241[20:06:31.815] Format host information updated +Info 20242[20:06:31.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20243[20:06:31.823] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1857 structureChanged: false structureIsReused:: Completely Elapsed: 8.039547999855131ms +Info 20244[20:06:31.823] Different program with same set of files +Info 20245[20:06:32.024] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20246[20:06:32.034] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1858 structureChanged: false structureIsReused:: Completely Elapsed: 10.451068999711424ms +Info 20247[20:06:32.035] Different program with same set of files +Info 20248[20:06:32.035] getCompletionData: Get current token: 0.006922000087797642 +Info 20249[20:06:32.035] getCompletionData: Is inside comment: 0.0011590002104640007 +Info 20250[20:06:32.035] getCompletionData: Get previous token: 0.03237999975681305 +Info 20251[20:06:32.035] getCompletionsAtPosition: isCompletionListBlocker: 0.0016029998660087585 +Info 20252[20:06:32.035] Returning an empty list because completion was requested in an invalid position. +Info 20253[20:06:32.035] Format host information updated +Info 20254[20:06:32.140] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20255[20:06:32.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1859 structureChanged: false structureIsReused:: Completely Elapsed: 7.820261999964714ms +Info 20256[20:06:32.148] Different program with same set of files +Info 20257[20:06:32.148] getCompletionData: Get current token: 0.00672000041231513 +Info 20258[20:06:32.148] getCompletionData: Is inside comment: 0.0009490000084042549 +Info 20259[20:06:32.148] getCompletionData: Get previous token: 0.03132699988782406 +Info 20260[20:06:32.148] getCompletionsAtPosition: isCompletionListBlocker: 0.001427999697625637 +Info 20261[20:06:32.148] Returning an empty list because completion was requested in an invalid position. +Info 20262[20:06:32.149] Format host information updated +Info 20263[20:06:32.331] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20264[20:06:32.339] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1860 structureChanged: false structureIsReused:: Completely Elapsed: 7.453852000180632ms +Info 20265[20:06:32.339] Different program with same set of files +Info 20266[20:06:32.339] getCompletionData: Get current token: 0.007400000002235174 +Info 20267[20:06:32.339] getCompletionData: Is inside comment: 0.000983999576419592 +Info 20268[20:06:32.339] getCompletionData: Get previous token: 0.03648999985307455 +Info 20269[20:06:32.339] getCompletionsAtPosition: isCompletionListBlocker: 0.0018060002475976944 +Info 20270[20:06:32.339] Returning an empty list because completion was requested in an invalid position. +Info 20271[20:06:32.339] Format host information updated +Info 20272[20:06:32.392] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20273[20:06:32.404] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1861 structureChanged: false structureIsReused:: Completely Elapsed: 11.511655999813229ms +Info 20274[20:06:32.404] Different program with same set of files +Info 20275[20:06:32.404] getCompletionData: Get current token: 0.005669000092893839 +Info 20276[20:06:32.404] getCompletionData: Is inside comment: 0.0008020000532269478 +Info 20277[20:06:32.404] getCompletionData: Get previous token: 0.02619899995625019 +Info 20278[20:06:32.404] getCompletionsAtPosition: isCompletionListBlocker: 0.001325999852269888 +Info 20279[20:06:32.404] Returning an empty list because completion was requested in an invalid position. +Info 20280[20:06:32.404] Format host information updated +Info 20281[20:06:32.573] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20282[20:06:32.602] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1862 structureChanged: false structureIsReused:: Completely Elapsed: 29.29850099980831ms +Info 20283[20:06:32.602] Different program with same set of files +Info 20284[20:06:32.603] getCompletionData: Get current token: 0.05826399987563491 +Info 20285[20:06:32.603] getCompletionData: Is inside comment: 0.0044109998270869255 +Info 20286[20:06:32.603] getCompletionData: Get previous token: 0.10232099983841181 +Info 20287[20:06:32.603] getCompletionsAtPosition: isCompletionListBlocker: 0.00457199988886714 +Info 20288[20:06:32.603] Returning an empty list because completion was requested in an invalid position. +Info 20289[20:06:32.604] Format host information updated +Info 20290[20:06:32.860] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20291[20:06:32.867] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1863 structureChanged: false structureIsReused:: Completely Elapsed: 7.264924000017345ms +Info 20292[20:06:32.867] Different program with same set of files +Info 20293[20:06:32.868] getCompletionData: Get current token: 0.00688599981367588 +Info 20294[20:06:32.868] getCompletionData: Is inside comment: 0.000842999666929245 +Info 20295[20:06:32.868] getCompletionData: Get previous token: 0.031531999818980694 +Info 20296[20:06:32.868] getCompletionsAtPosition: isCompletionListBlocker: 0.0013439999893307686 +Info 20297[20:06:32.868] Returning an empty list because completion was requested in an invalid position. +Info 20298[20:06:32.868] Format host information updated +Info 20299[20:06:33.042] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20300[20:06:33.052] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1864 structureChanged: false structureIsReused:: Completely Elapsed: 9.587919999845326ms +Info 20301[20:06:33.052] Different program with same set of files +Info 20302[20:06:33.052] getCompletionData: Get current token: 0.006988000124692917 +Info 20303[20:06:33.052] getCompletionData: Is inside comment: 0.0009480002336204052 +Info 20304[20:06:33.052] getCompletionData: Get previous token: 0.03308699978515506 +Info 20305[20:06:33.052] getCompletionsAtPosition: isCompletionListBlocker: 0.0014769998379051685 +Info 20306[20:06:33.052] Returning an empty list because completion was requested in an invalid position. +Info 20307[20:06:33.052] Format host information updated +Info 20308[20:06:33.439] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20309[20:06:33.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1865 structureChanged: false structureIsReused:: Completely Elapsed: 7.4251990001648664ms +Info 20310[20:06:33.447] Different program with same set of files +Info 20311[20:06:33.447] getCompletionData: Get current token: 0.005664000287652016 +Info 20312[20:06:33.447] getCompletionData: Is inside comment: 0.0008159996941685677 +Info 20313[20:06:33.447] getCompletionData: Get previous token: 0.028913000132888556 +Info 20314[20:06:33.447] getCompletionsAtPosition: isCompletionListBlocker: 0.0016299998387694359 +Info 20315[20:06:33.447] Returning an empty list because completion was requested in an invalid position. +Info 20316[20:06:33.449] Format host information updated +Info 20317[20:06:33.539] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20318[20:06:33.567] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1866 structureChanged: false structureIsReused:: Completely Elapsed: 28.61654999991879ms +Info 20319[20:06:33.568] Different program with same set of files +Info 20320[20:06:33.568] getCompletionData: Get current token: 0.021996999625116587 +Info 20321[20:06:33.568] getCompletionData: Is inside comment: 0.0031250002793967724 +Info 20322[20:06:33.568] getCompletionData: Get previous token: 0.10070599988102913 +Info 20323[20:06:33.568] getCompletionsAtPosition: isCompletionListBlocker: 0.003848000429570675 +Info 20324[20:06:33.568] Returning an empty list because completion was requested in an invalid position. +Info 20325[20:06:33.569] Format host information updated +Info 20326[20:06:33.727] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20327[20:06:33.756] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1867 structureChanged: false structureIsReused:: Completely Elapsed: 28.87684000004083ms +Info 20328[20:06:33.756] Different program with same set of files +Info 20329[20:06:33.756] getCompletionData: Get current token: 0.019897999707609415 +Info 20330[20:06:33.756] getCompletionData: Is inside comment: 0.0032560001127421856 +Info 20331[20:06:33.757] getCompletionData: Get previous token: 0.09691599989309907 +Info 20332[20:06:33.757] getCompletionsAtPosition: isCompletionListBlocker: 0.004213999956846237 +Info 20333[20:06:33.757] Returning an empty list because completion was requested in an invalid position. +Info 20334[20:06:33.757] Format host information updated +Info 20335[20:06:33.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20336[20:06:33.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1868 structureChanged: false structureIsReused:: Completely Elapsed: 10.609294000081718ms +Info 20337[20:06:33.826] Different program with same set of files +Info 20338[20:06:33.826] getCompletionData: Get current token: 0.007932000327855349 +Info 20339[20:06:33.826] getCompletionData: Is inside comment: 0.0010290001519024372 +Info 20340[20:06:33.826] getCompletionData: Get previous token: 0.0370970000512898 +Info 20341[20:06:33.826] getCompletionsAtPosition: isCompletionListBlocker: 0.0018179998733103275 +Info 20342[20:06:33.826] Returning an empty list because completion was requested in an invalid position. +Info 20343[20:06:33.829] Format host information updated +Info 20344[20:06:33.888] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20345[20:06:33.898] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1869 structureChanged: false structureIsReused:: Completely Elapsed: 10.268629000056535ms +Info 20346[20:06:33.898] Different program with same set of files +Info 20347[20:06:33.898] getCompletionData: Get current token: 0.01040599960833788 +Info 20348[20:06:33.898] getCompletionData: Is inside comment: 0.0013089999556541443 +Info 20349[20:06:33.898] getCompletionData: Get previous token: 0.04620199976488948 +Info 20350[20:06:33.898] getCompletionsAtPosition: isCompletionListBlocker: 0.0017440002411603928 +Info 20351[20:06:33.898] Returning an empty list because completion was requested in an invalid position. +Info 20352[20:06:33.899] Format host information updated +Info 20353[20:06:34.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20354[20:06:34.022] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1870 structureChanged: false structureIsReused:: Completely Elapsed: 7.528754000086337ms +Info 20355[20:06:34.022] Different program with same set of files +Info 20356[20:06:34.022] getCompletionData: Get current token: 0.00764299975708127 +Info 20357[20:06:34.022] getCompletionData: Is inside comment: 0.0010510003194212914 +Info 20358[20:06:34.022] getCompletionData: Get previous token: 0.03721500001847744 +Info 20359[20:06:34.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0013359999284148216 +Info 20360[20:06:34.022] Returning an empty list because completion was requested in an invalid position. +Info 20361[20:06:34.022] Format host information updated +Info 20362[20:06:34.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20363[20:06:34.448] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1871 structureChanged: false structureIsReused:: Completely Elapsed: 9.866227000020444ms +Info 20364[20:06:34.448] Different program with same set of files +Info 20365[20:06:34.448] getCompletionData: Get current token: 0.0062790000811219215 +Info 20366[20:06:34.448] getCompletionData: Is inside comment: 0.0009280000813305378 +Info 20367[20:06:34.448] getCompletionData: Get previous token: 0.04977599997073412 +Info 20368[20:06:34.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0015109996311366558 +Info 20369[20:06:34.448] Returning an empty list because completion was requested in an invalid position. +Info 20370[20:06:34.450] Format host information updated +Info 20371[20:06:34.604] Format host information updated +Info 20372[20:06:34.604] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20373[20:06:34.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1872 structureChanged: false structureIsReused:: Completely Elapsed: 30.814764000009745ms +Info 20374[20:06:34.635] Different program with same set of files +Info 20375[20:06:34.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20376[20:06:34.694] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1873 structureChanged: false structureIsReused:: Completely Elapsed: 8.617755999788642ms +Info 20377[20:06:34.694] Different program with same set of files +Info 20378[20:06:34.695] getCompletionData: Get current token: 0.009511000011116266 +Info 20379[20:06:34.695] getCompletionData: Is inside comment: 0.0012570000253617764 +Info 20380[20:06:34.695] getCompletionData: Get previous token: 0.028606999665498734 +Info 20381[20:06:34.695] getCompletionsAtPosition: isCompletionListBlocker: 0.008655000012367964 +Info 20382[20:06:34.696] getExportInfoMap: cache hit +Info 20383[20:06:34.713] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20384[20:06:34.713] collectAutoImports: response is complete +Info 20385[20:06:34.713] collectAutoImports: 16.969855000264943 +Info 20386[20:06:34.713] getCompletionData: Semantic work: 18.107286000158638 +Info 20387[20:06:34.721] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.773845999967307 +Info 20388[20:06:34.731] Format host information updated +Info 20389[20:06:34.794] Format host information updated +Info 20390[20:06:34.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20391[20:06:34.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1874 structureChanged: false structureIsReused:: Completely Elapsed: 10.377430000342429ms +Info 20392[20:06:34.805] Different program with same set of files +Info 20393[20:06:35.231] getCompletionData: Get current token: 0.005744000431150198 +Info 20394[20:06:35.231] getCompletionData: Is inside comment: 0.03704200033098459 +Info 20395[20:06:35.231] getCompletionData: Get previous token: 0.014804000034928322 +Info 20396[20:06:35.231] getCompletionsAtPosition: isCompletionListBlocker: 0.010661999695003033 +Info 20397[20:06:35.232] getExportInfoMap: cache hit +Info 20398[20:06:35.250] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20399[20:06:35.250] collectAutoImports: response is complete +Info 20400[20:06:35.250] collectAutoImports: 17.805913000367582 +Info 20401[20:06:35.250] getCompletionData: Semantic work: 18.99932700023055 +Info 20402[20:06:35.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.908182000275701 +Info 20403[20:06:35.450] Format host information updated +Info 20404[20:06:35.451] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20405[20:06:35.461] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1875 structureChanged: false structureIsReused:: Completely Elapsed: 10.858878999948502ms +Info 20406[20:06:35.461] Different program with same set of files +Info 20407[20:06:36.282] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20408[20:06:36.290] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1876 structureChanged: false structureIsReused:: Completely Elapsed: 8.325348999816924ms +Info 20409[20:06:36.290] Different program with same set of files +Info 20410[20:06:36.291] getCompletionData: Get current token: 0.005609999876469374 +Info 20411[20:06:36.291] getCompletionData: Is inside comment: 0.01256699999794364 +Info 20412[20:06:36.291] getCompletionData: Get previous token: 0.02669700002297759 +Info 20413[20:06:36.291] getCompletionsAtPosition: isCompletionListBlocker: 0.009233000222593546 +Info 20414[20:06:36.292] getExportInfoMap: cache hit +Info 20415[20:06:36.295] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 20416[20:06:36.295] collectAutoImports: response is complete +Info 20417[20:06:36.295] collectAutoImports: 3.677889000158757 +Info 20418[20:06:36.295] getCompletionData: Semantic work: 4.501929000020027 +Info 20419[20:06:36.297] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.025872000027448 +Info 20420[20:06:36.300] Format host information updated +Info 20421[20:06:36.356] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20422[20:06:36.367] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1877 structureChanged: false structureIsReused:: Completely Elapsed: 10.385387000162154ms +Info 20423[20:06:36.367] Different program with same set of files +Info 20424[20:06:36.367] getCompletionData: Get current token: 0.009737999644130468 +Info 20425[20:06:36.367] getCompletionData: Is inside comment: 0.01767599955201149 +Info 20426[20:06:36.367] getCompletionData: Get previous token: 0.0353900003246963 +Info 20427[20:06:36.367] getCompletionsAtPosition: isCompletionListBlocker: 0.019001999869942665 +Info 20428[20:06:36.368] getExportInfoMap: cache hit +Info 20429[20:06:36.373] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 20430[20:06:36.373] collectAutoImports: response is complete +Info 20431[20:06:36.373] collectAutoImports: 4.715028000064194 +Info 20432[20:06:36.373] getCompletionData: Semantic work: 6.010908999945968 +Info 20433[20:06:36.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.414534999988973 +Info 20434[20:06:36.377] Format host information updated +Info 20435[20:06:36.416] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20436[20:06:36.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1878 structureChanged: false structureIsReused:: Completely Elapsed: 7.381656000390649ms +Info 20437[20:06:36.424] Different program with same set of files +Info 20438[20:06:36.424] getCompletionData: Get current token: 0.008222999982535839 +Info 20439[20:06:36.424] getCompletionData: Is inside comment: 0.01898599974811077 +Info 20440[20:06:36.424] getCompletionData: Get previous token: 0.04092999966815114 +Info 20441[20:06:36.424] getCompletionsAtPosition: isCompletionListBlocker: 0.010636999737471342 +Info 20442[20:06:36.425] getExportInfoMap: cache hit +Info 20443[20:06:36.430] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 20444[20:06:36.430] collectAutoImports: response is complete +Info 20445[20:06:36.430] collectAutoImports: 4.160329999867827 +Info 20446[20:06:36.430] getCompletionData: Semantic work: 5.290266999974847 +Info 20447[20:06:36.432] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.055258000269532 +Info 20448[20:06:36.433] Format host information updated +Info 20449[20:06:36.540] Format host information updated +Info 20450[20:06:36.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20451[20:06:36.549] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1879 structureChanged: false structureIsReused:: Completely Elapsed: 9.467658000066876ms +Info 20452[20:06:36.549] Different program with same set of files +Info 20453[20:06:38.467] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20454[20:06:38.474] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1880 structureChanged: false structureIsReused:: Completely Elapsed: 7.708711000159383ms +Info 20455[20:06:38.474] Different program with same set of files +Info 20456[20:06:38.475] getCompletionData: Get current token: 0.00561899971216917 +Info 20457[20:06:38.475] getCompletionData: Is inside comment: 0.012748999986797571 +Info 20458[20:06:38.475] getCompletionData: Get previous token: 0.022039999719709158 +Info 20459[20:06:38.475] getCompletionsAtPosition: isCompletionListBlocker: 0.0013429997488856316 +Info 20460[20:06:38.475] Returning an empty list because completion was requested in an invalid position. +Info 20461[20:06:38.477] Format host information updated +Info 20462[20:06:38.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20463[20:06:38.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1881 structureChanged: false structureIsReused:: Completely Elapsed: 10.478864999953657ms +Info 20464[20:06:38.568] Different program with same set of files +Info 20465[20:06:38.568] getCompletionData: Get current token: 0.005070999730378389 +Info 20466[20:06:38.568] getCompletionData: Is inside comment: 0.010652000084519386 +Info 20467[20:06:38.568] getCompletionData: Get previous token: 0.017703999765217304 +Info 20468[20:06:38.568] getCompletionsAtPosition: isCompletionListBlocker: 0.001356000080704689 +Info 20469[20:06:38.568] Returning an empty list because completion was requested in an invalid position. +Info 20470[20:06:38.569] Format host information updated +Info 20471[20:06:38.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20472[20:06:38.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1882 structureChanged: false structureIsReused:: Completely Elapsed: 7.290059000253677ms +Info 20473[20:06:38.764] Different program with same set of files +Info 20474[20:06:38.765] getCompletionData: Get current token: 0.004769999999552965 +Info 20475[20:06:38.765] getCompletionData: Is inside comment: 0.011289000045508146 +Info 20476[20:06:38.765] getCompletionData: Get previous token: 0.01834899978712201 +Info 20477[20:06:38.765] getCompletionsAtPosition: isCompletionListBlocker: 0.0013749999925494194 +Info 20478[20:06:38.765] Returning an empty list because completion was requested in an invalid position. +Info 20479[20:06:38.765] Format host information updated +Info 20480[20:06:38.896] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20481[20:06:38.903] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1883 structureChanged: false structureIsReused:: Completely Elapsed: 7.364725999999791ms +Info 20482[20:06:38.903] Different program with same set of files +Info 20483[20:06:38.904] getCompletionData: Get current token: 0.006020000204443932 +Info 20484[20:06:38.904] getCompletionData: Is inside comment: 0.013580000028014183 +Info 20485[20:06:38.904] getCompletionData: Get previous token: 0.022524000145494938 +Info 20486[20:06:38.904] getCompletionsAtPosition: isCompletionListBlocker: 0.001564000267535448 +Info 20487[20:06:38.904] Returning an empty list because completion was requested in an invalid position. +Info 20488[20:06:38.906] Format host information updated +Info 20489[20:06:39.012] Format host information updated +Info 20490[20:06:39.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20491[20:06:39.019] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1884 structureChanged: false structureIsReused:: Completely Elapsed: 7.252133999951184ms +Info 20492[20:06:39.019] Different program with same set of files +Info 20493[20:06:39.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20494[20:06:39.108] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1885 structureChanged: false structureIsReused:: Completely Elapsed: 7.302019000053406ms +Info 20495[20:06:39.108] Different program with same set of files +Info 20496[20:06:39.108] getCompletionData: Get current token: 0.005426999647170305 +Info 20497[20:06:39.108] getCompletionData: Is inside comment: 0.01334700034931302 +Info 20498[20:06:39.108] getCompletionData: Get previous token: 0.02263500029221177 +Info 20499[20:06:39.108] getCompletionsAtPosition: isCompletionListBlocker: 0.0016700001433491707 +Info 20500[20:06:39.108] Returning an empty list because completion was requested in an invalid position. +Info 20501[20:06:39.109] Format host information updated +Info 20502[20:06:39.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20503[20:06:39.224] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1886 structureChanged: false structureIsReused:: Completely Elapsed: 9.705874999985099ms +Info 20504[20:06:39.224] Different program with same set of files +Info 20505[20:06:39.224] getCompletionData: Get current token: 0.008047999814152718 +Info 20506[20:06:39.224] getCompletionData: Is inside comment: 0.018414000049233437 +Info 20507[20:06:39.224] getCompletionData: Get previous token: 0.029356000013649464 +Info 20508[20:06:39.224] getCompletionsAtPosition: isCompletionListBlocker: 0.002007999923080206 +Info 20509[20:06:39.224] Returning an empty list because completion was requested in an invalid position. +Info 20510[20:06:39.227] Format host information updated +Info 20511[20:06:39.605] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20512[20:06:39.612] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1887 structureChanged: false structureIsReused:: Completely Elapsed: 7.527697999961674ms +Info 20513[20:06:39.612] Different program with same set of files +Info 20514[20:06:39.612] getCompletionData: Get current token: 0.0065819998271763325 +Info 20515[20:06:39.612] getCompletionData: Is inside comment: 0.013962000142782927 +Info 20516[20:06:39.612] getCompletionData: Get previous token: 0.022096999920904636 +Info 20517[20:06:39.612] getCompletionsAtPosition: isCompletionListBlocker: 0.0015320000238716602 +Info 20518[20:06:39.612] Returning an empty list because completion was requested in an invalid position. +Info 20519[20:06:39.613] Format host information updated +Info 20520[20:06:39.669] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20521[20:06:39.679] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1888 structureChanged: false structureIsReused:: Completely Elapsed: 10.385435999836773ms +Info 20522[20:06:39.679] Different program with same set of files +Info 20523[20:06:39.680] getCompletionData: Get current token: 0.008163999766111374 +Info 20524[20:06:39.680] getCompletionData: Is inside comment: 0.019340000115334988 +Info 20525[20:06:39.680] getCompletionData: Get previous token: 0.03239999990910292 +Info 20526[20:06:39.680] getCompletionsAtPosition: isCompletionListBlocker: 0.0020719999447464943 +Info 20527[20:06:39.680] Returning an empty list because completion was requested in an invalid position. +Info 20528[20:06:39.680] Format host information updated +Info 20529[20:06:39.782] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20530[20:06:39.790] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1889 structureChanged: false structureIsReused:: Completely Elapsed: 7.398029000032693ms +Info 20531[20:06:39.790] Different program with same set of files +Info 20532[20:06:39.790] getCompletionData: Get current token: 0.005522000137716532 +Info 20533[20:06:39.790] getCompletionData: Is inside comment: 0.01321600005030632 +Info 20534[20:06:39.790] getCompletionData: Get previous token: 0.02227099984884262 +Info 20535[20:06:39.790] getCompletionsAtPosition: isCompletionListBlocker: 0.0013450002297759056 +Info 20536[20:06:39.790] Returning an empty list because completion was requested in an invalid position. +Info 20537[20:06:39.792] Format host information updated +Info 20538[20:06:39.923] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20539[20:06:39.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1890 structureChanged: false structureIsReused:: Completely Elapsed: 7.158127999864519ms +Info 20540[20:06:39.931] Different program with same set of files +Info 20541[20:06:39.931] getCompletionData: Get current token: 0.005535999778658152 +Info 20542[20:06:39.931] getCompletionData: Is inside comment: 0.012701000086963177 +Info 20543[20:06:39.931] getCompletionData: Get previous token: 0.02134499978274107 +Info 20544[20:06:39.931] getCompletionsAtPosition: isCompletionListBlocker: 0.001325999852269888 +Info 20545[20:06:39.931] Returning an empty list because completion was requested in an invalid position. +Info 20546[20:06:39.931] Format host information updated +Info 20547[20:06:40.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20548[20:06:40.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1891 structureChanged: false structureIsReused:: Completely Elapsed: 6.735441000200808ms +Info 20549[20:06:40.160] Different program with same set of files +Info 20550[20:06:40.160] getCompletionData: Get current token: 0.00445799995213747 +Info 20551[20:06:40.160] getCompletionData: Is inside comment: 0.011219999752938747 +Info 20552[20:06:40.160] getCompletionData: Get previous token: 0.018679999746382236 +Info 20553[20:06:40.160] getCompletionsAtPosition: isCompletionListBlocker: 0.0016299998387694359 +Info 20554[20:06:40.160] Returning an empty list because completion was requested in an invalid position. +Info 20555[20:06:40.160] Format host information updated +Info 20556[20:06:40.267] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20557[20:06:40.277] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1892 structureChanged: false structureIsReused:: Completely Elapsed: 10.355370000004768ms +Info 20558[20:06:40.277] Different program with same set of files +Info 20559[20:06:40.277] getCompletionData: Get current token: 0.005992999766021967 +Info 20560[20:06:40.277] getCompletionData: Is inside comment: 0.014365999959409237 +Info 20561[20:06:40.277] getCompletionData: Get previous token: 0.024908000137656927 +Info 20562[20:06:40.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0016410001553595066 +Info 20563[20:06:40.277] Returning an empty list because completion was requested in an invalid position. +Info 20564[20:06:40.278] Format host information updated +Info 20565[20:06:40.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20566[20:06:40.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1893 structureChanged: false structureIsReused:: Completely Elapsed: 7.168765999842435ms +Info 20567[20:06:40.424] Different program with same set of files +Info 20568[20:06:40.424] getCompletionData: Get current token: 0.005115000065416098 +Info 20569[20:06:40.424] getCompletionData: Is inside comment: 0.012347000185400248 +Info 20570[20:06:40.424] getCompletionData: Get previous token: 0.021285000257194042 +Info 20571[20:06:40.424] getCompletionsAtPosition: isCompletionListBlocker: 0.0012269997969269753 +Info 20572[20:06:40.424] Returning an empty list because completion was requested in an invalid position. +Info 20573[20:06:40.425] Format host information updated +Info 20574[20:06:40.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20575[20:06:40.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1894 structureChanged: false structureIsReused:: Completely Elapsed: 10.308715000282973ms +Info 20576[20:06:40.489] Different program with same set of files +Info 20577[20:06:40.489] getCompletionData: Get current token: 0.00868299975991249 +Info 20578[20:06:40.489] getCompletionData: Is inside comment: 0.020182000007480383 +Info 20579[20:06:40.489] getCompletionData: Get previous token: 0.03285600012168288 +Info 20580[20:06:40.489] getCompletionsAtPosition: isCompletionListBlocker: 0.002053000032901764 +Info 20581[20:06:40.489] Returning an empty list because completion was requested in an invalid position. +Info 20582[20:06:40.490] Format host information updated +Info 20583[20:06:40.597] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20584[20:06:40.605] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1895 structureChanged: false structureIsReused:: Completely Elapsed: 7.350945999845862ms +Info 20585[20:06:40.605] Different program with same set of files +Info 20586[20:06:40.608] getCompletionData: Get current token: 0.006031999830156565 +Info 20587[20:06:40.608] getCompletionData: Is inside comment: 0.014149000402539968 +Info 20588[20:06:40.608] getCompletionData: Get previous token: 0.02387999976053834 +Info 20589[20:06:40.608] getCompletionsAtPosition: isCompletionListBlocker: 0.0014849998988211155 +Info 20590[20:06:40.608] Returning an empty list because completion was requested in an invalid position. +Info 20591[20:06:40.608] Format host information updated +Info 20592[20:06:40.684] Format host information updated +Info 20593[20:06:40.685] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20594[20:06:40.712] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1896 structureChanged: false structureIsReused:: Completely Elapsed: 27.562881000339985ms +Info 20595[20:06:40.712] Different program with same set of files +Info 20596[20:06:40.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20597[20:06:40.831] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1897 structureChanged: false structureIsReused:: Completely Elapsed: 9.675954999867827ms +Info 20598[20:06:40.831] Different program with same set of files +Info 20599[20:06:40.831] getCompletionData: Get current token: 0.004827000200748444 +Info 20600[20:06:40.831] getCompletionData: Is inside comment: 0.027469000313431025 +Info 20601[20:06:40.831] getCompletionData: Get previous token: 0.014239999931305647 +Info 20602[20:06:40.831] getCompletionsAtPosition: isCompletionListBlocker: 0.007778000086545944 +Info 20603[20:06:40.832] getExportInfoMap: cache hit +Info 20604[20:06:40.850] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20605[20:06:40.850] collectAutoImports: response is complete +Info 20606[20:06:40.850] collectAutoImports: 17.926923000253737 +Info 20607[20:06:40.850] getCompletionData: Semantic work: 18.86340000014752 +Info 20608[20:06:40.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.40460200002417 +Info 20609[20:06:40.866] Format host information updated +Info 20610[20:06:40.885] Format host information updated +Info 20611[20:06:40.885] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20612[20:06:40.893] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1898 structureChanged: false structureIsReused:: Completely Elapsed: 8.234805999789387ms +Info 20613[20:06:40.893] Different program with same set of files +Info 20614[20:06:41.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20615[20:06:41.700] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1899 structureChanged: false structureIsReused:: Completely Elapsed: 8.665070000104606ms +Info 20616[20:06:41.700] Different program with same set of files +Info 20617[20:06:41.700] getCompletionData: Get current token: 0.004683999810367823 +Info 20618[20:06:41.700] getCompletionData: Is inside comment: 0.015306999906897545 +Info 20619[20:06:41.700] getCompletionData: Get previous token: 0.013791000004857779 +Info 20620[20:06:41.700] getCompletionsAtPosition: isCompletionListBlocker: 0.0024860003031790257 +Info 20621[20:06:41.700] getExportInfoMap: cache hit +Info 20622[20:06:41.712] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20623[20:06:41.712] collectAutoImports: response is complete +Info 20624[20:06:41.712] collectAutoImports: 11.770632000174373 +Info 20625[20:06:41.712] getCompletionData: Semantic work: 12.35352999996394 +Info 20626[20:06:41.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.515101999975741 +Info 20627[20:06:41.725] Format host information updated +Info 20628[20:06:41.751] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20629[20:06:41.759] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1900 structureChanged: false structureIsReused:: Completely Elapsed: 8.118697999976575ms +Info 20630[20:06:41.759] Different program with same set of files +Info 20631[20:06:41.759] getCompletionData: Get current token: 0.024451000150293112 +Info 20632[20:06:41.759] getCompletionData: Is inside comment: 0.016114000231027603 +Info 20633[20:06:41.759] getCompletionData: Get previous token: 0.013999999966472387 +Info 20634[20:06:41.759] getCompletionsAtPosition: isCompletionListBlocker: 0.008338000159710646 +Info 20635[20:06:41.760] getExportInfoMap: cache hit +Info 20636[20:06:41.774] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20637[20:06:41.774] collectAutoImports: response is complete +Info 20638[20:06:41.774] collectAutoImports: 13.50936200004071 +Info 20639[20:06:41.774] getCompletionData: Semantic work: 14.146900000050664 +Info 20640[20:06:41.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.797540999948978 +Info 20641[20:06:41.786] Format host information updated +Info 20642[20:06:42.839] getCompletionData: Get current token: 0.005876000039279461 +Info 20643[20:06:42.839] getCompletionData: Is inside comment: 0.0008760001510381699 +Info 20644[20:06:42.839] getCompletionData: Get previous token: 0.01862799981608987 +Info 20645[20:06:42.839] getCompletionsAtPosition: isCompletionListBlocker: 0.0022520003840327263 +Info 20646[20:06:42.840] getExportInfoMap: cache hit +Info 20647[20:06:42.847] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20648[20:06:42.847] collectAutoImports: response is complete +Info 20649[20:06:42.847] collectAutoImports: 6.7935609999112785 +Info 20650[20:06:42.847] getCompletionData: Semantic work: 7.653306000400335 +Info 20651[20:06:42.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.849928999785334 +Info 20652[20:06:43.057] Format host information updated +Info 20653[20:06:43.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20654[20:06:43.066] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1901 structureChanged: false structureIsReused:: Completely Elapsed: 9.098604999948293ms +Info 20655[20:06:43.066] Different program with same set of files +Info 20656[20:06:43.469] getCompletionData: Get current token: 0.005408000200986862 +Info 20657[20:06:43.469] getCompletionData: Is inside comment: 0.01574499998241663 +Info 20658[20:06:43.469] getCompletionData: Get previous token: 0.014432999771088362 +Info 20659[20:06:43.469] getCompletionsAtPosition: isCompletionListBlocker: 0.010011000093072653 +Info 20660[20:06:43.470] getExportInfoMap: cache hit +Info 20661[20:06:43.479] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20662[20:06:43.479] collectAutoImports: response is complete +Info 20663[20:06:43.479] collectAutoImports: 9.354735000059009 +Info 20664[20:06:43.479] getCompletionData: Semantic work: 10.098220000043511 +Info 20665[20:06:43.487] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.298138000071049 +Info 20666[20:06:44.794] Format host information updated +Info 20667[20:06:44.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20668[20:06:44.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1902 structureChanged: false structureIsReused:: Completely Elapsed: 7.072438000235707ms +Info 20669[20:06:44.801] Different program with same set of files +Info 20670[20:06:45.034] Format host information updated +Info 20671[20:06:45.035] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20672[20:06:45.042] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1903 structureChanged: false structureIsReused:: Completely Elapsed: 7.850835000164807ms +Info 20673[20:06:45.042] Different program with same set of files +Info 20674[20:06:45.310] Format host information updated +Info 20675[20:06:45.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20676[20:06:45.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1904 structureChanged: false structureIsReused:: Completely Elapsed: 16.25268500018865ms +Info 20677[20:06:45.327] Different program with same set of files +Info 20678[20:06:45.450] Format host information updated +Info 20679[20:06:45.451] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20680[20:06:45.458] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1905 structureChanged: false structureIsReused:: Completely Elapsed: 7.708273000083864ms +Info 20681[20:06:45.458] Different program with same set of files +Info 20682[20:06:45.632] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20683[20:06:45.640] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1906 structureChanged: false structureIsReused:: Completely Elapsed: 7.80549699999392ms +Info 20684[20:06:45.640] Different program with same set of files +Info 20685[20:06:45.640] getCompletionData: Get current token: 0.006937000434845686 +Info 20686[20:06:45.640] getCompletionData: Is inside comment: 0.01928100036457181 +Info 20687[20:06:45.640] getCompletionData: Get previous token: 0.03375199995934963 +Info 20688[20:06:45.640] getCompletionsAtPosition: isCompletionListBlocker: 0.0024040001444518566 +Info 20689[20:06:45.641] getExportInfoMap: cache hit +Info 20690[20:06:45.643] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 5 from cache +Info 20691[20:06:45.643] collectAutoImports: response is complete +Info 20692[20:06:45.643] collectAutoImports: 2.514186999760568 +Info 20693[20:06:45.643] getCompletionData: Semantic work: 3.1112950001843274 +Info 20694[20:06:45.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8127190000377595 +Info 20695[20:06:45.647] Format host information updated +Info 20696[20:06:45.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20697[20:06:45.725] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1907 structureChanged: false structureIsReused:: Completely Elapsed: 13.180274000391364ms +Info 20698[20:06:45.725] Different program with same set of files +Info 20699[20:06:45.725] getCompletionData: Get current token: 0.006128000095486641 +Info 20700[20:06:45.725] getCompletionData: Is inside comment: 0.016616000328212976 +Info 20701[20:06:45.725] getCompletionData: Get previous token: 0.028640999924391508 +Info 20702[20:06:45.725] getCompletionsAtPosition: isCompletionListBlocker: 0.0020179999992251396 +Info 20703[20:06:45.726] getExportInfoMap: cache hit +Info 20704[20:06:45.728] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 2 from cache +Info 20705[20:06:45.728] collectAutoImports: response is complete +Info 20706[20:06:45.728] collectAutoImports: 1.845043999608606 +Info 20707[20:06:45.728] getCompletionData: Semantic work: 2.356563000008464 +Info 20708[20:06:45.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2290529999881983 +Info 20709[20:06:45.730] Format host information updated +Info 20710[20:06:45.888] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20711[20:06:45.896] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1908 structureChanged: false structureIsReused:: Completely Elapsed: 7.756629999727011ms +Info 20712[20:06:45.896] Different program with same set of files +Info 20713[20:06:45.896] getCompletionData: Get current token: 0.006915999576449394 +Info 20714[20:06:45.896] getCompletionData: Is inside comment: 0.019093000330030918 +Info 20715[20:06:45.896] getCompletionData: Get previous token: 0.033157000318169594 +Info 20716[20:06:45.896] getCompletionsAtPosition: isCompletionListBlocker: 0.002400999888777733 +Info 20717[20:06:45.897] getExportInfoMap: cache hit +Info 20718[20:06:45.899] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 1 from cache +Info 20719[20:06:45.899] collectAutoImports: response is complete +Info 20720[20:06:45.899] collectAutoImports: 1.7274480001069605 +Info 20721[20:06:45.899] getCompletionData: Semantic work: 2.311335999984294 +Info 20722[20:06:45.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.702062000054866 +Info 20723[20:06:45.903] Format host information updated +Info 20724[20:06:45.969] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20725[20:06:45.983] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1909 structureChanged: false structureIsReused:: Completely Elapsed: 13.704489999916404ms +Info 20726[20:06:45.983] Different program with same set of files +Info 20727[20:06:45.983] getCompletionData: Get current token: 0.013717999681830406 +Info 20728[20:06:45.983] getCompletionData: Is inside comment: 0.0374159999191761 +Info 20729[20:06:45.983] getCompletionData: Get previous token: 0.06370100006461143 +Info 20730[20:06:45.983] getCompletionsAtPosition: isCompletionListBlocker: 0.0034479997120797634 +Info 20731[20:06:45.984] getExportInfoMap: cache hit +Info 20732[20:06:45.987] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 20733[20:06:45.987] collectAutoImports: response is complete +Info 20734[20:06:45.987] collectAutoImports: 2.843489999882877 +Info 20735[20:06:45.987] getCompletionData: Semantic work: 3.8776699998416007 +Info 20736[20:06:45.990] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.445884000044316 +Info 20737[20:06:45.991] Format host information updated +Info 20738[20:06:46.578] Format host information updated +Info 20739[20:06:46.578] Format host information updated +Info 20740[20:06:46.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20741[20:06:46.585] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1910 structureChanged: false structureIsReused:: Completely Elapsed: 7.126832999754697ms +Info 20742[20:06:46.585] Different program with same set of files +Info 20743[20:06:46.586] getCompletionData: Get current token: 0.005671999882906675 +Info 20744[20:06:46.586] getCompletionData: Is inside comment: 0.016137000173330307 +Info 20745[20:06:46.586] getCompletionData: Get previous token: 0.015011999756097794 +Info 20746[20:06:46.586] getCompletionsAtPosition: isCompletionListBlocker: 0.006427999585866928 +Info 20747[20:06:46.586] getExportInfoMap: cache hit +Info 20748[20:06:46.597] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20749[20:06:46.597] collectAutoImports: response is complete +Info 20750[20:06:46.597] collectAutoImports: 10.66221999982372 +Info 20751[20:06:46.597] getCompletionData: Semantic work: 11.228884000331163 +Info 20752[20:06:46.603] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.229328999761492 +Info 20753[20:06:46.608] getCompletionData: Get current token: 0.011448999866843224 +Info 20754[20:06:46.608] getCompletionData: Is inside comment: 0.0016270000487565994 +Info 20755[20:06:46.608] getCompletionData: Get previous token: 0.03046200005337596 +Info 20756[20:06:46.608] getCompletionsAtPosition: isCompletionListBlocker: 0.0024700001813471317 +Info 20757[20:06:46.609] getCompletionData: Semantic work: 0.41042800014838576 +Info 20758[20:06:46.611] getCompletionData: Get current token: 0.009362999815493822 +Info 20759[20:06:46.611] getCompletionData: Is inside comment: 0.001821999903768301 +Info 20760[20:06:46.612] getCompletionData: Get previous token: 0.048701999709010124 +Info 20761[20:06:46.612] getCompletionsAtPosition: isCompletionListBlocker: 0.0014019999653100967 +Info 20762[20:06:46.612] getCompletionData: Semantic work: 0.48468599980697036 +Info 20763[20:06:46.612] Format host information updated +Info 20764[20:06:47.108] Format host information updated +Info 20765[20:06:47.109] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20766[20:06:47.118] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1911 structureChanged: false structureIsReused:: Completely Elapsed: 9.605728999711573ms +Info 20767[20:06:47.118] Different program with same set of files +Info 20768[20:06:47.545] Format host information updated +Info 20769[20:06:47.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20770[20:06:47.552] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1912 structureChanged: false structureIsReused:: Completely Elapsed: 7.4249129998497665ms +Info 20771[20:06:47.552] Different program with same set of files +Info 20772[20:06:47.705] Format host information updated +Info 20773[20:06:47.705] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20774[20:06:47.713] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1913 structureChanged: false structureIsReused:: Completely Elapsed: 7.305951999966055ms +Info 20775[20:06:47.713] Different program with same set of files +Info 20776[20:06:48.005] Format host information updated +Info 20777[20:06:48.006] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20778[20:06:48.015] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1914 structureChanged: false structureIsReused:: Completely Elapsed: 9.399311000015587ms +Info 20779[20:06:48.015] Different program with same set of files +Info 20780[20:06:48.731] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20781[20:06:48.738] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1915 structureChanged: false structureIsReused:: Completely Elapsed: 7.168439000379294ms +Info 20782[20:06:48.738] Different program with same set of files +Info 20783[20:06:48.738] getCompletionData: Get current token: 0.007716000080108643 +Info 20784[20:06:48.738] getCompletionData: Is inside comment: 0.018589000217616558 +Info 20785[20:06:48.738] getCompletionData: Get previous token: 0.015075000002980232 +Info 20786[20:06:48.738] getCompletionsAtPosition: isCompletionListBlocker: 0.004763000179082155 +Info 20787[20:06:48.738] Returning an empty list because completion was requested in an invalid position. +Info 20788[20:06:48.741] Format host information updated +Info 20789[20:06:48.859] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20790[20:06:48.867] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1916 structureChanged: false structureIsReused:: Completely Elapsed: 7.717536999844015ms +Info 20791[20:06:48.867] Different program with same set of files +Info 20792[20:06:48.867] getCompletionData: Get current token: 0.007998999673873186 +Info 20793[20:06:48.867] getCompletionData: Is inside comment: 0.02152599999681115 +Info 20794[20:06:48.867] getCompletionData: Get previous token: 0.01973600033670664 +Info 20795[20:06:48.867] getCompletionsAtPosition: isCompletionListBlocker: 0.009048000443726778 +Info 20796[20:06:48.868] getExportInfoMap: cache hit +Info 20797[20:06:48.881] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20798[20:06:48.881] collectAutoImports: response is complete +Info 20799[20:06:48.881] collectAutoImports: 12.878989000339061 +Info 20800[20:06:48.881] getCompletionData: Semantic work: 13.492380999960005 +Info 20801[20:06:48.888] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.774716999847442 +Info 20802[20:06:48.894] Format host information updated +Info 20803[20:06:49.287] getCompletionData: Get current token: 0.04007299989461899 +Info 20804[20:06:49.287] getCompletionData: Is inside comment: 0.006167000159621239 +Info 20805[20:06:49.288] getCompletionData: Get previous token: 0.09694000007584691 +Info 20806[20:06:49.288] getCompletionsAtPosition: isCompletionListBlocker: 0.0037739998660981655 +Info 20807[20:06:49.288] Returning an empty list because completion was requested in an invalid position. +Info 20808[20:06:49.727] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20809[20:06:49.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1917 structureChanged: false structureIsReused:: Completely Elapsed: 9.913301000371575ms +Info 20810[20:06:49.737] Different program with same set of files +Info 20811[20:06:49.738] getCompletionData: Get current token: 0.009624999947845936 +Info 20812[20:06:49.738] getCompletionData: Is inside comment: 0.0012280000373721123 +Info 20813[20:06:49.738] getCompletionData: Get previous token: 0.023227000143378973 +Info 20814[20:06:49.738] getCompletionsAtPosition: isCompletionListBlocker: 0.001060000155121088 +Info 20815[20:06:49.738] Returning an empty list because completion was requested in an invalid position. +Info 20816[20:06:49.738] Format host information updated +Info 20817[20:06:49.812] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20818[20:06:49.828] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1918 structureChanged: false structureIsReused:: Completely Elapsed: 16.19972399994731ms +Info 20819[20:06:49.828] Different program with same set of files +Info 20820[20:06:49.828] getCompletionData: Get current token: 0.025009999983012676 +Info 20821[20:06:49.828] getCompletionData: Is inside comment: 0.003532999660819769 +Info 20822[20:06:49.828] getCompletionData: Get previous token: 0.06282000010833144 +Info 20823[20:06:49.828] getCompletionsAtPosition: isCompletionListBlocker: 0.0023129996843636036 +Info 20824[20:06:49.828] Returning an empty list because completion was requested in an invalid position. +Info 20825[20:06:49.830] Format host information updated +Info 20826[20:06:49.892] Format host information updated +Info 20827[20:06:49.892] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20828[20:06:49.904] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1919 structureChanged: false structureIsReused:: Completely Elapsed: 11.341855000238866ms +Info 20829[20:06:49.904] Different program with same set of files +Info 20830[20:06:50.022] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20831[20:06:50.030] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1920 structureChanged: false structureIsReused:: Completely Elapsed: 8.244547000154853ms +Info 20832[20:06:50.030] Different program with same set of files +Info 20833[20:06:50.031] getCompletionData: Get current token: 0.010887000244110823 +Info 20834[20:06:50.031] getCompletionData: Is inside comment: 0.0015469999052584171 +Info 20835[20:06:50.031] getCompletionData: Get previous token: 0.032885000109672546 +Info 20836[20:06:50.031] getCompletionsAtPosition: isCompletionListBlocker: 0.0014100000262260437 +Info 20837[20:06:50.031] Returning an empty list because completion was requested in an invalid position. +Info 20838[20:06:50.031] Format host information updated +Info 20839[20:06:50.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20840[20:06:50.242] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1921 structureChanged: false structureIsReused:: Completely Elapsed: 27.705775999929756ms +Info 20841[20:06:50.242] Different program with same set of files +Info 20842[20:06:50.243] getCompletionData: Get current token: 0.025578000117093325 +Info 20843[20:06:50.243] getCompletionData: Is inside comment: 0.003432000055909157 +Info 20844[20:06:50.243] getCompletionData: Get previous token: 0.06558499997481704 +Info 20845[20:06:50.243] getCompletionsAtPosition: isCompletionListBlocker: 0.0022499999031424522 +Info 20846[20:06:50.243] Returning an empty list because completion was requested in an invalid position. +Info 20847[20:06:50.243] Format host information updated +Info 20848[20:06:50.275] Format host information updated +Info 20849[20:06:50.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20850[20:06:50.282] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1922 structureChanged: false structureIsReused:: Completely Elapsed: 6.801273999735713ms +Info 20851[20:06:50.282] Different program with same set of files +Info 20852[20:06:56.930] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20853[20:06:56.938] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1923 structureChanged: false structureIsReused:: Completely Elapsed: 7.541335000190884ms +Info 20854[20:06:56.938] Different program with same set of files +Info 20855[20:06:56.938] getCompletionData: Get current token: 0.008425000123679638 +Info 20856[20:06:56.938] getCompletionData: Is inside comment: 0.0010969997383654118 +Info 20857[20:06:56.938] getCompletionData: Get previous token: 0.024199000094085932 +Info 20858[20:06:56.938] getCompletionsAtPosition: isCompletionListBlocker: 0.0013390001840889454 +Info 20859[20:06:56.938] Returning an empty list because completion was requested in an invalid position. +Info 20860[20:06:56.938] Format host information updated +Info 20861[20:06:57.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20862[20:06:57.015] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1924 structureChanged: false structureIsReused:: Completely Elapsed: 15.44110200041905ms +Info 20863[20:06:57.015] Different program with same set of files +Info 20864[20:06:57.016] getCompletionData: Get current token: 0.026802000124007463 +Info 20865[20:06:57.016] getCompletionData: Is inside comment: 0.003512999974191189 +Info 20866[20:06:57.016] getCompletionData: Get previous token: 0.0679500000551343 +Info 20867[20:06:57.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0030050002969801426 +Info 20868[20:06:57.016] Returning an empty list because completion was requested in an invalid position. +Info 20869[20:06:57.020] Format host information updated +Info 20870[20:06:57.872] getCompletionData: Get current token: 0.010092000011354685 +Info 20871[20:06:57.872] getCompletionData: Is inside comment: 0.054229999892413616 +Info 20872[20:06:57.872] getCompletionData: Get previous token: 0.02885399991646409 +Info 20873[20:06:57.872] getCompletionsAtPosition: isCompletionListBlocker: 0.015088999643921852 +Info 20874[20:06:57.874] getExportInfoMap: cache hit +Info 20875[20:06:57.895] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20876[20:06:57.895] collectAutoImports: response is complete +Info 20877[20:06:57.895] collectAutoImports: 21.080271000042558 +Info 20878[20:06:57.895] getCompletionData: Semantic work: 22.389020000118762 +Info 20879[20:06:57.902] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.038228000048548 +Info 20880[20:06:58.630] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20881[20:06:58.637] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1925 structureChanged: false structureIsReused:: Completely Elapsed: 6.999135000165552ms +Info 20882[20:06:58.637] Different program with same set of files +Info 20883[20:06:58.637] getCompletionData: Get current token: 0.010249999817460775 +Info 20884[20:06:58.638] getCompletionData: Is inside comment: 0.0014110002666711807 +Info 20885[20:06:58.638] getCompletionData: Get previous token: 0.02237100014463067 +Info 20886[20:06:58.638] getCompletionsAtPosition: isCompletionListBlocker: 0.0011080000549554825 +Info 20887[20:06:58.638] Returning an empty list because completion was requested in an invalid position. +Info 20888[20:06:58.638] Format host information updated +Info 20889[20:06:58.999] getCompletionData: Get current token: 0.013032000046223402 +Info 20890[20:06:58.999] getCompletionData: Is inside comment: 0.04016199987381697 +Info 20891[20:06:58.999] getCompletionData: Get previous token: 0.035194000229239464 +Info 20892[20:06:58.999] getCompletionsAtPosition: isCompletionListBlocker: 0.017628000117838383 +Info 20893[20:06:59.000] getExportInfoMap: cache hit +Info 20894[20:06:59.015] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20895[20:06:59.015] collectAutoImports: response is complete +Info 20896[20:06:59.015] collectAutoImports: 14.553691999986768 +Info 20897[20:06:59.015] getCompletionData: Semantic work: 15.77271299995482 +Info 20898[20:06:59.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.47198999999091 +Info 20899[20:06:59.091] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20900[20:06:59.107] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1926 structureChanged: false structureIsReused:: Completely Elapsed: 15.794516999740154ms +Info 20901[20:06:59.107] Different program with same set of files +Info 20902[20:06:59.107] getCompletionData: Get current token: 0.016109999734908342 +Info 20903[20:06:59.107] getCompletionData: Is inside comment: 0.04797000018879771 +Info 20904[20:06:59.107] getCompletionData: Get previous token: 0.04210299998521805 +Info 20905[20:06:59.107] getCompletionsAtPosition: isCompletionListBlocker: 0.0068270000629127026 +Info 20906[20:06:59.108] getExportInfoMap: cache hit +Info 20907[20:06:59.128] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20908[20:06:59.128] collectAutoImports: response is complete +Info 20909[20:06:59.128] collectAutoImports: 19.433029000181705 +Info 20910[20:06:59.128] getCompletionData: Semantic work: 20.732574000023305 +Info 20911[20:06:59.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.101385000161827 +Info 20912[20:06:59.144] Format host information updated +Info 20913[20:06:59.651] Format host information updated +Info 20914[20:06:59.651] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20915[20:06:59.658] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1927 structureChanged: false structureIsReused:: Completely Elapsed: 7.34294500015676ms +Info 20916[20:06:59.658] Different program with same set of files +Info 20917[20:07:00.269] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20918[20:07:00.277] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1928 structureChanged: false structureIsReused:: Completely Elapsed: 7.389055000152439ms +Info 20919[20:07:00.277] Different program with same set of files +Info 20920[20:07:00.277] getCompletionData: Get current token: 0.009498000144958496 +Info 20921[20:07:00.277] getCompletionData: Is inside comment: 0.02345799980685115 +Info 20922[20:07:00.277] getCompletionData: Get previous token: 0.01843699999153614 +Info 20923[20:07:00.277] getCompletionsAtPosition: isCompletionListBlocker: 0.001348000019788742 +Info 20924[20:07:00.277] Returning an empty list because completion was requested in an invalid position. +Info 20925[20:07:00.277] Format host information updated +Info 20926[20:07:00.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20927[20:07:00.412] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1929 structureChanged: false structureIsReused:: Completely Elapsed: 9.64039700012654ms +Info 20928[20:07:00.412] Different program with same set of files +Info 20929[20:07:00.412] getCompletionData: Get current token: 0.007259999867528677 +Info 20930[20:07:00.412] getCompletionData: Is inside comment: 0.021567000076174736 +Info 20931[20:07:00.412] getCompletionData: Get previous token: 0.01929400023072958 +Info 20932[20:07:00.412] getCompletionsAtPosition: isCompletionListBlocker: 0.009246999863535166 +Info 20933[20:07:00.413] getExportInfoMap: cache hit +Info 20934[20:07:00.423] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20935[20:07:00.423] collectAutoImports: response is complete +Info 20936[20:07:00.423] collectAutoImports: 10.56799599993974 +Info 20937[20:07:00.423] getCompletionData: Semantic work: 11.335213999729604 +Info 20938[20:07:00.431] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.777757000178099 +Info 20939[20:07:00.439] Format host information updated +Info 20940[20:07:00.637] getCompletionData: Get current token: 0.05923900008201599 +Info 20941[20:07:00.637] getCompletionData: Is inside comment: 0.007675000000745058 +Info 20942[20:07:00.637] getCompletionData: Get previous token: 0.08724299957975745 +Info 20943[20:07:00.637] getCompletionsAtPosition: isCompletionListBlocker: 0.0037770001217722893 +Info 20944[20:07:00.637] Returning an empty list because completion was requested in an invalid position. +Info 20945[20:07:00.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20946[20:07:00.884] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1930 structureChanged: false structureIsReused:: Completely Elapsed: 7.234070000238717ms +Info 20947[20:07:00.884] Different program with same set of files +Info 20948[20:07:00.885] getCompletionData: Get current token: 0.010466000065207481 +Info 20949[20:07:00.885] getCompletionData: Is inside comment: 0.001317999791353941 +Info 20950[20:07:00.885] getCompletionData: Get previous token: 0.023208000231534243 +Info 20951[20:07:00.885] getCompletionsAtPosition: isCompletionListBlocker: 0.001076000276952982 +Info 20952[20:07:00.885] Returning an empty list because completion was requested in an invalid position. +Info 20953[20:07:00.885] Format host information updated +Info 20954[20:07:02.280] Format host information updated +Info 20955[20:07:02.280] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20956[20:07:02.288] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1931 structureChanged: false structureIsReused:: Completely Elapsed: 8.234427000395954ms +Info 20957[20:07:02.288] Different program with same set of files +Info 20958[20:07:02.912] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20959[20:07:02.920] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1932 structureChanged: false structureIsReused:: Completely Elapsed: 8.261189000215381ms +Info 20960[20:07:02.920] Different program with same set of files +Info 20961[20:07:02.920] getCompletionData: Get current token: 0.010737999808043242 +Info 20962[20:07:02.920] getCompletionData: Is inside comment: 0.02455900004133582 +Info 20963[20:07:02.920] getCompletionData: Get previous token: 0.022181000094860792 +Info 20964[20:07:02.920] getCompletionsAtPosition: isCompletionListBlocker: 0.0012270002625882626 +Info 20965[20:07:02.920] Returning an empty list because completion was requested in an invalid position. +Info 20966[20:07:02.922] Format host information updated +Info 20967[20:07:03.039] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20968[20:07:03.047] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1933 structureChanged: false structureIsReused:: Completely Elapsed: 7.723912000190467ms +Info 20969[20:07:03.047] Different program with same set of files +Info 20970[20:07:03.047] getCompletionData: Get current token: 0.008886000141501427 +Info 20971[20:07:03.047] getCompletionData: Is inside comment: 0.02430600021034479 +Info 20972[20:07:03.047] getCompletionData: Get previous token: 0.020601000171154737 +Info 20973[20:07:03.047] getCompletionsAtPosition: isCompletionListBlocker: 0.00823400029912591 +Info 20974[20:07:03.048] getExportInfoMap: cache hit +Info 20975[20:07:03.063] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20976[20:07:03.063] collectAutoImports: response is complete +Info 20977[20:07:03.063] collectAutoImports: 15.589466000441462 +Info 20978[20:07:03.063] getCompletionData: Semantic work: 16.474767999723554 +Info 20979[20:07:03.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.223817000165582 +Info 20980[20:07:03.076] Format host information updated +Info 20981[20:07:03.218] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 20982[20:07:03.228] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1934 structureChanged: false structureIsReused:: Completely Elapsed: 10.494295000098646ms +Info 20983[20:07:03.228] Different program with same set of files +Info 20984[20:07:03.228] getCompletionData: Get current token: 0.010638999752700329 +Info 20985[20:07:03.229] getCompletionData: Is inside comment: 0.025848999619483948 +Info 20986[20:07:03.229] getCompletionData: Get previous token: 0.021769999992102385 +Info 20987[20:07:03.229] getCompletionsAtPosition: isCompletionListBlocker: 0.0060259997844696045 +Info 20988[20:07:03.229] getExportInfoMap: cache hit +Info 20989[20:07:03.242] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 20990[20:07:03.242] collectAutoImports: response is complete +Info 20991[20:07:03.242] collectAutoImports: 12.63032400002703 +Info 20992[20:07:03.242] getCompletionData: Semantic work: 13.529975999612361 +Info 20993[20:07:03.250] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.888121999800205 +Info 20994[20:07:03.257] Format host information updated +Info 20995[20:07:03.694] getCompletionData: Get current token: 0.008231999818235636 +Info 20996[20:07:03.694] getCompletionData: Is inside comment: 0.0013330001384019852 +Info 20997[20:07:03.694] getCompletionData: Get previous token: 0.02166599966585636 +Info 20998[20:07:03.694] getCompletionsAtPosition: isCompletionListBlocker: 0.0013890000991523266 +Info 20999[20:07:03.694] Returning an empty list because completion was requested in an invalid position. +Info 21000[20:07:03.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21001[20:07:04.007] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1935 structureChanged: false structureIsReused:: Completely Elapsed: 7.979708999861032ms +Info 21002[20:07:04.007] Different program with same set of files +Info 21003[20:07:04.007] getCompletionData: Get current token: 0.00824700016528368 +Info 21004[20:07:04.007] getCompletionData: Is inside comment: 0.001309999730437994 +Info 21005[20:07:04.007] getCompletionData: Get previous token: 0.023080999962985516 +Info 21006[20:07:04.007] getCompletionsAtPosition: isCompletionListBlocker: 0.001417000312358141 +Info 21007[20:07:04.007] Returning an empty list because completion was requested in an invalid position. +Info 21008[20:07:04.008] Format host information updated +Info 21009[20:07:04.064] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21010[20:07:04.079] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1936 structureChanged: false structureIsReused:: Completely Elapsed: 15.152118000201881ms +Info 21011[20:07:04.080] Different program with same set of files +Info 21012[20:07:04.080] getCompletionData: Get current token: 0.02076900005340576 +Info 21013[20:07:04.080] getCompletionData: Is inside comment: 0.0028169997967779636 +Info 21014[20:07:04.080] getCompletionData: Get previous token: 0.05426199967041612 +Info 21015[20:07:04.080] getCompletionsAtPosition: isCompletionListBlocker: 0.0019530002027750015 +Info 21016[20:07:04.080] Returning an empty list because completion was requested in an invalid position. +Info 21017[20:07:04.080] Format host information updated +Info 21018[20:07:04.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21019[20:07:04.373] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1937 structureChanged: false structureIsReused:: Completely Elapsed: 9.739773000124842ms +Info 21020[20:07:04.373] Different program with same set of files +Info 21021[20:07:04.373] getCompletionData: Get current token: 0.010005000047385693 +Info 21022[20:07:04.373] getCompletionData: Is inside comment: 0.0012950003147125244 +Info 21023[20:07:04.373] getCompletionData: Get previous token: 0.026025000028312206 +Info 21024[20:07:04.373] getCompletionsAtPosition: isCompletionListBlocker: 0.0013959999196231365 +Info 21025[20:07:04.373] Returning an empty list because completion was requested in an invalid position. +Info 21026[20:07:04.373] Format host information updated +Info 21027[20:07:04.426] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21028[20:07:04.434] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1938 structureChanged: false structureIsReused:: Completely Elapsed: 7.502462000120431ms +Info 21029[20:07:04.434] Different program with same set of files +Info 21030[20:07:04.434] getCompletionData: Get current token: 0.011067000217735767 +Info 21031[20:07:04.434] getCompletionData: Is inside comment: 0.0016239997930824757 +Info 21032[20:07:04.434] getCompletionData: Get previous token: 0.02814099984243512 +Info 21033[20:07:04.434] getCompletionsAtPosition: isCompletionListBlocker: 0.001244999933987856 +Info 21034[20:07:04.434] Returning an empty list because completion was requested in an invalid position. +Info 21035[20:07:04.434] Format host information updated +Info 21036[20:07:04.741] getCompletionData: Get current token: 0.032721000257879496 +Info 21037[20:07:04.741] getCompletionData: Is inside comment: 0.007008000276982784 +Info 21038[20:07:04.741] getCompletionData: Get previous token: 0.09211899992078543 +Info 21039[20:07:04.741] getCompletionsAtPosition: isCompletionListBlocker: 0.004337000194936991 +Info 21040[20:07:04.741] Returning an empty list because completion was requested in an invalid position. +Info 21041[20:07:04.887] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21042[20:07:04.895] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1939 structureChanged: false structureIsReused:: Completely Elapsed: 7.472936000209302ms +Info 21043[20:07:04.895] Different program with same set of files +Info 21044[20:07:04.895] getCompletionData: Get current token: 0.010499999858438969 +Info 21045[20:07:04.895] getCompletionData: Is inside comment: 0.0011430000886321068 +Info 21046[20:07:04.895] getCompletionData: Get previous token: 0.024342999793589115 +Info 21047[20:07:04.895] getCompletionsAtPosition: isCompletionListBlocker: 0.0015519997105002403 +Info 21048[20:07:04.895] Returning an empty list because completion was requested in an invalid position. +Info 21049[20:07:04.895] Format host information updated +Info 21050[20:07:08.678] getCompletionData: Get current token: 0.0064039998687803745 +Info 21051[20:07:08.678] getCompletionData: Is inside comment: 0.0012650000862777233 +Info 21052[20:07:08.678] getCompletionData: Get previous token: 0.01894700014963746 +Info 21053[20:07:08.678] getCompletionsAtPosition: isCompletionListBlocker: 0.00165200000628829 +Info 21054[20:07:08.678] Returning an empty list because completion was requested in an invalid position. +Info 21055[20:07:08.783] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21056[20:07:08.792] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1940 structureChanged: false structureIsReused:: Completely Elapsed: 8.73854500008747ms +Info 21057[20:07:08.792] Different program with same set of files +Info 21058[20:07:08.792] getCompletionData: Get current token: 0.008837000001221895 +Info 21059[20:07:08.792] getCompletionData: Is inside comment: 0.0013759997673332691 +Info 21060[20:07:08.792] getCompletionData: Get previous token: 0.025283999741077423 +Info 21061[20:07:08.792] getCompletionsAtPosition: isCompletionListBlocker: 0.0011510001495480537 +Info 21062[20:07:08.792] Returning an empty list because completion was requested in an invalid position. +Info 21063[20:07:08.792] Format host information updated +Info 21064[20:07:08.860] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21065[20:07:08.876] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1941 structureChanged: false structureIsReused:: Completely Elapsed: 16.577191000338644ms +Info 21066[20:07:08.876] Different program with same set of files +Info 21067[20:07:08.877] getCompletionData: Get current token: 0.024804999586194754 +Info 21068[20:07:08.877] getCompletionData: Is inside comment: 0.003705000039190054 +Info 21069[20:07:08.877] getCompletionData: Get previous token: 0.06702199997380376 +Info 21070[20:07:08.877] getCompletionsAtPosition: isCompletionListBlocker: 0.002208000048995018 +Info 21071[20:07:08.877] Returning an empty list because completion was requested in an invalid position. +Info 21072[20:07:08.877] Format host information updated +Info 21073[20:07:08.949] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21074[20:07:08.960] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1942 structureChanged: false structureIsReused:: Completely Elapsed: 11.45550600020215ms +Info 21075[20:07:08.960] Different program with same set of files +Info 21076[20:07:08.960] getCompletionData: Get current token: 0.016371000092476606 +Info 21077[20:07:08.960] getCompletionData: Is inside comment: 0.002246000338345766 +Info 21078[20:07:08.961] getCompletionData: Get previous token: 0.07232300005853176 +Info 21079[20:07:08.961] getCompletionsAtPosition: isCompletionListBlocker: 0.0017450000159442425 +Info 21080[20:07:08.961] Returning an empty list because completion was requested in an invalid position. +Info 21081[20:07:08.961] Format host information updated +Info 21082[20:07:09.009] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21083[20:07:09.019] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1943 structureChanged: false structureIsReused:: Completely Elapsed: 9.609284000005573ms +Info 21084[20:07:09.019] Different program with same set of files +Info 21085[20:07:09.019] getCompletionData: Get current token: 0.009457000065594912 +Info 21086[20:07:09.019] getCompletionData: Is inside comment: 0.0012989998795092106 +Info 21087[20:07:09.019] getCompletionData: Get previous token: 0.027053999714553356 +Info 21088[20:07:09.019] getCompletionsAtPosition: isCompletionListBlocker: 0.001361999660730362 +Info 21089[20:07:09.019] Returning an empty list because completion was requested in an invalid position. +Info 21090[20:07:09.019] Format host information updated +Info 21091[20:07:09.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21092[20:07:09.147] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1944 structureChanged: false structureIsReused:: Completely Elapsed: 8.079484000336379ms +Info 21093[20:07:09.147] Different program with same set of files +Info 21094[20:07:09.147] getCompletionData: Get current token: 0.012019000016152859 +Info 21095[20:07:09.147] getCompletionData: Is inside comment: 0.001553999725729227 +Info 21096[20:07:09.147] getCompletionData: Get previous token: 0.03344999998807907 +Info 21097[20:07:09.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0012270002625882626 +Info 21098[20:07:09.147] Returning an empty list because completion was requested in an invalid position. +Info 21099[20:07:09.147] Format host information updated +Info 21100[20:07:09.199] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21101[20:07:09.209] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1945 structureChanged: false structureIsReused:: Completely Elapsed: 10.158809000160545ms +Info 21102[20:07:09.209] Different program with same set of files +Info 21103[20:07:09.209] getCompletionData: Get current token: 0.018671000376343727 +Info 21104[20:07:09.209] getCompletionData: Is inside comment: 0.0021730000153183937 +Info 21105[20:07:09.209] getCompletionData: Get previous token: 0.08784799976274371 +Info 21106[20:07:09.209] getCompletionsAtPosition: isCompletionListBlocker: 0.001920000184327364 +Info 21107[20:07:09.209] Returning an empty list because completion was requested in an invalid position. +Info 21108[20:07:09.210] Format host information updated +Info 21109[20:07:09.271] Format host information updated +Info 21110[20:07:09.271] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21111[20:07:09.288] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1946 structureChanged: false structureIsReused:: Completely Elapsed: 16.4461710001342ms +Info 21112[20:07:09.288] Different program with same set of files +Info 21113[20:07:12.138] getCompletionData: Get current token: 0.007909999694675207 +Info 21114[20:07:12.138] getCompletionData: Is inside comment: 0.0012759999372065067 +Info 21115[20:07:12.138] getCompletionData: Get previous token: 0.024428999982774258 +Info 21116[20:07:12.138] getCompletionsAtPosition: isCompletionListBlocker: 0.0013150000013411045 +Info 21117[20:07:12.138] Returning an empty list because completion was requested in an invalid position. +Info 21118[20:07:12.229] Format host information updated +Info 21119[20:07:12.229] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21120[20:07:12.236] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1947 structureChanged: false structureIsReused:: Completely Elapsed: 7.267812000121921ms +Info 21121[20:07:12.236] Different program with same set of files +Info 21122[20:07:12.375] Format host information updated +Info 21123[20:07:12.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21124[20:07:12.383] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1948 structureChanged: false structureIsReused:: Completely Elapsed: 7.635571999941021ms +Info 21125[20:07:12.383] Different program with same set of files +Info 21126[20:07:17.856] Format host information updated +Info 21127[20:07:17.856] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21128[20:07:17.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1949 structureChanged: false structureIsReused:: Completely Elapsed: 9.843880999833345ms +Info 21129[20:07:17.866] Different program with same set of files +Info 21130[20:07:18.832] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21131[20:07:18.839] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1950 structureChanged: false structureIsReused:: Completely Elapsed: 7.0907060001045465ms +Info 21132[20:07:18.839] Different program with same set of files +Info 21133[20:07:18.839] getCompletionData: Get current token: 0.008238999638706446 +Info 21134[20:07:18.839] getCompletionData: Is inside comment: 0.001155999954789877 +Info 21135[20:07:18.839] getCompletionData: Get previous token: 0.024076999630779028 +Info 21136[20:07:18.839] getCompletionsAtPosition: isCompletionListBlocker: 0.0011020000092685223 +Info 21137[20:07:18.839] Returning an empty list because completion was requested in an invalid position. +Info 21138[20:07:18.841] Format host information updated +Info 21139[20:07:19.096] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21140[20:07:19.103] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1951 structureChanged: false structureIsReused:: Completely Elapsed: 7.2407569997012615ms +Info 21141[20:07:19.103] Different program with same set of files +Info 21142[20:07:19.104] getCompletionData: Get current token: 0.010364999994635582 +Info 21143[20:07:19.104] getCompletionData: Is inside comment: 0.0013230000622570515 +Info 21144[20:07:19.104] getCompletionData: Get previous token: 0.026812999974936247 +Info 21145[20:07:19.104] getCompletionsAtPosition: isCompletionListBlocker: 0.0013600001111626625 +Info 21146[20:07:19.104] Returning an empty list because completion was requested in an invalid position. +Info 21147[20:07:19.104] Format host information updated +Info 21148[20:07:19.193] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21149[20:07:19.201] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1952 structureChanged: false structureIsReused:: Completely Elapsed: 8.341543999966234ms +Info 21150[20:07:19.201] Different program with same set of files +Info 21151[20:07:19.201] getCompletionData: Get current token: 0.009070000145584345 +Info 21152[20:07:19.201] getCompletionData: Is inside comment: 0.0010679997503757477 +Info 21153[20:07:19.201] getCompletionData: Get previous token: 0.028673000168055296 +Info 21154[20:07:19.201] getCompletionsAtPosition: isCompletionListBlocker: 0.0015729996375739574 +Info 21155[20:07:19.201] Returning an empty list because completion was requested in an invalid position. +Info 21156[20:07:19.202] Format host information updated +Info 21157[20:07:19.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21158[20:07:19.351] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1953 structureChanged: false structureIsReused:: Completely Elapsed: 8.16794199962169ms +Info 21159[20:07:19.351] Different program with same set of files +Info 21160[20:07:19.351] getCompletionData: Get current token: 0.011026000138372183 +Info 21161[20:07:19.351] getCompletionData: Is inside comment: 0.0014949999749660492 +Info 21162[20:07:19.351] getCompletionData: Get previous token: 0.029726000037044287 +Info 21163[20:07:19.351] getCompletionsAtPosition: isCompletionListBlocker: 0.0012019998393952847 +Info 21164[20:07:19.351] Returning an empty list because completion was requested in an invalid position. +Info 21165[20:07:19.351] Format host information updated +Info 21166[20:07:20.441] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21167[20:07:20.449] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1954 structureChanged: false structureIsReused:: Completely Elapsed: 7.494770999997854ms +Info 21168[20:07:20.449] Different program with same set of files +Info 21169[20:07:20.449] getCompletionData: Get current token: 0.00887899985536933 +Info 21170[20:07:20.449] getCompletionData: Is inside comment: 0.001265999861061573 +Info 21171[20:07:20.449] getCompletionData: Get previous token: 0.023237999994307756 +Info 21172[20:07:20.449] getCompletionsAtPosition: isCompletionListBlocker: 0.001164000015705824 +Info 21173[20:07:20.449] Returning an empty list because completion was requested in an invalid position. +Info 21174[20:07:20.449] Format host information updated +Info 21175[20:07:20.600] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21176[20:07:20.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1955 structureChanged: false structureIsReused:: Completely Elapsed: 8.049260000232607ms +Info 21177[20:07:20.608] Different program with same set of files +Info 21178[20:07:20.608] getCompletionData: Get current token: 0.011050000321120024 +Info 21179[20:07:20.608] getCompletionData: Is inside comment: 0.001462000422179699 +Info 21180[20:07:20.608] getCompletionData: Get previous token: 0.03125200001522899 +Info 21181[20:07:20.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0012930002994835377 +Info 21182[20:07:20.609] Returning an empty list because completion was requested in an invalid position. +Info 21183[20:07:20.609] Format host information updated +Info 21184[20:07:20.929] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21185[20:07:20.940] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1956 structureChanged: false structureIsReused:: Completely Elapsed: 10.362280999775976ms +Info 21186[20:07:20.940] Different program with same set of files +Info 21187[20:07:20.940] getCompletionData: Get current token: 0.010701999999582767 +Info 21188[20:07:20.940] getCompletionData: Is inside comment: 0.0013749999925494194 +Info 21189[20:07:20.940] getCompletionData: Get previous token: 0.05431699985638261 +Info 21190[20:07:20.940] getCompletionsAtPosition: isCompletionListBlocker: 0.001193000003695488 +Info 21191[20:07:20.940] Returning an empty list because completion was requested in an invalid position. +Info 21192[20:07:20.940] Format host information updated +Info 21193[20:07:21.171] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21194[20:07:21.179] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1957 structureChanged: false structureIsReused:: Completely Elapsed: 8.034328000154346ms +Info 21195[20:07:21.179] Different program with same set of files +Info 21196[20:07:21.179] getCompletionData: Get current token: 0.014961999841034412 +Info 21197[20:07:21.179] getCompletionData: Is inside comment: 0.0018899999558925629 +Info 21198[20:07:21.179] getCompletionData: Get previous token: 0.07045299978926778 +Info 21199[20:07:21.179] getCompletionsAtPosition: isCompletionListBlocker: 0.0013939999043941498 +Info 21200[20:07:21.179] Returning an empty list because completion was requested in an invalid position. +Info 21201[20:07:21.180] Format host information updated +Info 21202[20:07:21.265] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21203[20:07:21.281] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1958 structureChanged: false structureIsReused:: Completely Elapsed: 16.40934900008142ms +Info 21204[20:07:21.281] Different program with same set of files +Info 21205[20:07:21.282] getCompletionData: Get current token: 0.024953000247478485 +Info 21206[20:07:21.282] getCompletionData: Is inside comment: 0.0035080001689493656 +Info 21207[20:07:21.282] getCompletionData: Get previous token: 0.06736800028011203 +Info 21208[20:07:21.282] getCompletionsAtPosition: isCompletionListBlocker: 0.003024000208824873 +Info 21209[20:07:21.282] Returning an empty list because completion was requested in an invalid position. +Info 21210[20:07:21.282] Format host information updated +Info 21211[20:07:21.420] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21212[20:07:21.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1959 structureChanged: false structureIsReused:: Completely Elapsed: 9.350649999920279ms +Info 21213[20:07:21.429] Different program with same set of files +Info 21214[20:07:21.430] getCompletionData: Get current token: 0.009304999839514494 +Info 21215[20:07:21.430] getCompletionData: Is inside comment: 0.0013220002874732018 +Info 21216[20:07:21.430] getCompletionData: Get previous token: 0.02650299994274974 +Info 21217[20:07:21.430] getCompletionsAtPosition: isCompletionListBlocker: 0.0013580000959336758 +Info 21218[20:07:21.430] Returning an empty list because completion was requested in an invalid position. +Info 21219[20:07:21.430] Format host information updated +Info 21220[20:07:21.507] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21221[20:07:21.528] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1960 structureChanged: false structureIsReused:: Completely Elapsed: 20.40848399978131ms +Info 21222[20:07:21.528] Different program with same set of files +Info 21223[20:07:21.528] getCompletionData: Get current token: 0.031183000188320875 +Info 21224[20:07:21.528] getCompletionData: Is inside comment: 0.004437999799847603 +Info 21225[20:07:21.528] getCompletionData: Get previous token: 0.1410590000450611 +Info 21226[20:07:21.528] getCompletionsAtPosition: isCompletionListBlocker: 0.002822999842464924 +Info 21227[20:07:21.528] Returning an empty list because completion was requested in an invalid position. +Info 21228[20:07:21.529] Format host information updated +Info 21229[20:07:22.097] Format host information updated +Info 21230[20:07:22.097] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21231[20:07:22.105] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1961 structureChanged: false structureIsReused:: Completely Elapsed: 7.25847200024873ms +Info 21232[20:07:22.105] Different program with same set of files +Info 21233[20:07:23.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21234[20:07:23.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1962 structureChanged: false structureIsReused:: Completely Elapsed: 9.172420999966562ms +Info 21235[20:07:23.223] Different program with same set of files +Info 21236[20:07:23.224] getCompletionData: Get current token: 0.008338999934494495 +Info 21237[20:07:23.224] getCompletionData: Is inside comment: 0.0012929998338222504 +Info 21238[20:07:23.224] getCompletionData: Get previous token: 0.02271299995481968 +Info 21239[20:07:23.224] getCompletionsAtPosition: isCompletionListBlocker: 0.001086999662220478 +Info 21240[20:07:23.224] Returning an empty list because completion was requested in an invalid position. +Info 21241[20:07:23.224] Format host information updated +Info 21242[20:07:23.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21243[20:07:23.359] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1963 structureChanged: false structureIsReused:: Completely Elapsed: 13.128885000012815ms +Info 21244[20:07:23.359] Different program with same set of files +Info 21245[20:07:23.359] getCompletionData: Get current token: 0.01701299985870719 +Info 21246[20:07:23.359] getCompletionData: Is inside comment: 0.0020699999295175076 +Info 21247[20:07:23.359] getCompletionData: Get previous token: 0.04990600002929568 +Info 21248[20:07:23.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0019449996761977673 +Info 21249[20:07:23.359] Returning an empty list because completion was requested in an invalid position. +Info 21250[20:07:23.360] Format host information updated +Info 21251[20:07:23.501] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21252[20:07:23.509] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1964 structureChanged: false structureIsReused:: Completely Elapsed: 8.349575000349432ms +Info 21253[20:07:23.509] Different program with same set of files +Info 21254[20:07:23.509] getCompletionData: Get current token: 0.009692000225186348 +Info 21255[20:07:23.509] getCompletionData: Is inside comment: 0.001428999938070774 +Info 21256[20:07:23.509] getCompletionData: Get previous token: 0.026620999909937382 +Info 21257[20:07:23.510] getCompletionsAtPosition: isCompletionListBlocker: 0.0011749998666346073 +Info 21258[20:07:23.510] Returning an empty list because completion was requested in an invalid position. +Info 21259[20:07:23.510] Format host information updated +Info 21260[20:07:23.623] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21261[20:07:23.654] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1965 structureChanged: false structureIsReused:: Completely Elapsed: 31.444395000115037ms +Info 21262[20:07:23.655] Different program with same set of files +Info 21263[20:07:23.655] getCompletionData: Get current token: 0.04132599988952279 +Info 21264[20:07:23.655] getCompletionData: Is inside comment: 0.0049749999307096004 +Info 21265[20:07:23.655] getCompletionData: Get previous token: 0.09071600018069148 +Info 21266[20:07:23.655] getCompletionsAtPosition: isCompletionListBlocker: 0.0036499998532235622 +Info 21267[20:07:23.655] Returning an empty list because completion was requested in an invalid position. +Info 21268[20:07:23.656] Format host information updated +Info 21269[20:07:23.815] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21270[20:07:23.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1966 structureChanged: false structureIsReused:: Completely Elapsed: 10.500297999940813ms +Info 21271[20:07:23.826] Different program with same set of files +Info 21272[20:07:23.826] getCompletionData: Get current token: 0.011082999873906374 +Info 21273[20:07:23.826] getCompletionData: Is inside comment: 0.0016720001585781574 +Info 21274[20:07:23.826] getCompletionData: Get previous token: 0.031574999913573265 +Info 21275[20:07:23.826] getCompletionsAtPosition: isCompletionListBlocker: 0.001740999985486269 +Info 21276[20:07:23.826] Returning an empty list because completion was requested in an invalid position. +Info 21277[20:07:23.826] Format host information updated +Info 21278[20:07:24.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21279[20:07:24.034] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1967 structureChanged: false structureIsReused:: Completely Elapsed: 7.8943950003013015ms +Info 21280[20:07:24.034] Different program with same set of files +Info 21281[20:07:24.034] getCompletionData: Get current token: 0.009599999990314245 +Info 21282[20:07:24.034] getCompletionData: Is inside comment: 0.0012930002994835377 +Info 21283[20:07:24.034] getCompletionData: Get previous token: 0.02889199974015355 +Info 21284[20:07:24.034] getCompletionsAtPosition: isCompletionListBlocker: 0.0013369997031986713 +Info 21285[20:07:24.034] Returning an empty list because completion was requested in an invalid position. +Info 21286[20:07:24.036] Format host information updated +Info 21287[20:07:24.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21288[20:07:24.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1968 structureChanged: false structureIsReused:: Completely Elapsed: 11.861645000055432ms +Info 21289[20:07:24.287] Different program with same set of files +Info 21290[20:07:24.287] getCompletionData: Get current token: 0.017761999741196632 +Info 21291[20:07:24.287] getCompletionData: Is inside comment: 0.002638000063598156 +Info 21292[20:07:24.287] getCompletionData: Get previous token: 0.0750819998793304 +Info 21293[20:07:24.287] getCompletionsAtPosition: isCompletionListBlocker: 0.0020440001972019672 +Info 21294[20:07:24.287] Returning an empty list because completion was requested in an invalid position. +Info 21295[20:07:24.288] Format host information updated +Info 21296[20:07:24.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21297[20:07:24.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1969 structureChanged: false structureIsReused:: Completely Elapsed: 7.706754999700934ms +Info 21298[20:07:24.420] Different program with same set of files +Info 21299[20:07:24.420] getCompletionData: Get current token: 0.011762000154703856 +Info 21300[20:07:24.420] getCompletionData: Is inside comment: 0.0016410001553595066 +Info 21301[20:07:24.420] getCompletionData: Get previous token: 0.03174899984151125 +Info 21302[20:07:24.420] getCompletionsAtPosition: isCompletionListBlocker: 0.0013230000622570515 +Info 21303[20:07:24.420] Returning an empty list because completion was requested in an invalid position. +Info 21304[20:07:24.420] Format host information updated +Info 21305[20:07:28.559] Format host information updated +Info 21306[20:07:28.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21307[20:07:28.569] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1970 structureChanged: false structureIsReused:: Completely Elapsed: 9.871691999956965ms +Info 21308[20:07:28.569] Different program with same set of files +Info 21309[20:07:28.722] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21310[20:07:28.729] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1971 structureChanged: false structureIsReused:: Completely Elapsed: 7.624849000014365ms +Info 21311[20:07:28.729] Different program with same set of files +Info 21312[20:07:28.730] getCompletionData: Get current token: 0.014845000114291906 +Info 21313[20:07:28.730] getCompletionData: Is inside comment: 0.0025059999898076057 +Info 21314[20:07:28.730] getCompletionData: Get previous token: 0.03392199985682964 +Info 21315[20:07:28.730] getCompletionsAtPosition: isCompletionListBlocker: 0.001517999917268753 +Info 21316[20:07:28.730] Returning an empty list because completion was requested in an invalid position. +Info 21317[20:07:28.732] Format host information updated +Info 21318[20:07:28.860] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21319[20:07:28.868] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1972 structureChanged: false structureIsReused:: Completely Elapsed: 7.541558000259101ms +Info 21320[20:07:28.868] Different program with same set of files +Info 21321[20:07:28.868] getCompletionData: Get current token: 0.014074999839067459 +Info 21322[20:07:28.868] getCompletionData: Is inside comment: 0.0020619998686015606 +Info 21323[20:07:28.868] getCompletionData: Get previous token: 0.04626900004222989 +Info 21324[20:07:28.868] getCompletionsAtPosition: isCompletionListBlocker: 0.0011990000493824482 +Info 21325[20:07:28.868] Returning an empty list because completion was requested in an invalid position. +Info 21326[20:07:28.868] Format host information updated +Info 21327[20:07:28.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21328[20:07:29.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1973 structureChanged: false structureIsReused:: Completely Elapsed: 9.961724000051618ms +Info 21329[20:07:29.009] Different program with same set of files +Info 21330[20:07:29.009] getCompletionData: Get current token: 0.015267000067979097 +Info 21331[20:07:29.009] getCompletionData: Is inside comment: 0.002133000176399946 +Info 21332[20:07:29.009] getCompletionData: Get previous token: 0.029443999752402306 +Info 21333[20:07:29.009] getCompletionsAtPosition: isCompletionListBlocker: 0.0016049998812377453 +Info 21334[20:07:29.009] Returning an empty list because completion was requested in an invalid position. +Info 21335[20:07:29.009] Format host information updated +Info 21336[20:07:29.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21337[20:07:29.385] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1974 structureChanged: false structureIsReused:: Completely Elapsed: 9.59454600000754ms +Info 21338[20:07:29.385] Different program with same set of files +Info 21339[20:07:29.385] getCompletionData: Get current token: 0.010597000364214182 +Info 21340[20:07:29.385] getCompletionData: Is inside comment: 0.001972000114619732 +Info 21341[20:07:29.385] getCompletionData: Get previous token: 0.024625999853014946 +Info 21342[20:07:29.385] getCompletionsAtPosition: isCompletionListBlocker: 0.0011459998786449432 +Info 21343[20:07:29.385] Returning an empty list because completion was requested in an invalid position. +Info 21344[20:07:29.388] Format host information updated +Info 21345[20:07:29.489] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21346[20:07:29.497] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1975 structureChanged: false structureIsReused:: Completely Elapsed: 7.564740000292659ms +Info 21347[20:07:29.497] Different program with same set of files +Info 21348[20:07:29.497] getCompletionData: Get current token: 0.015305999666452408 +Info 21349[20:07:29.497] getCompletionData: Is inside comment: 0.0021680002100765705 +Info 21350[20:07:29.497] getCompletionData: Get previous token: 0.03246100014075637 +Info 21351[20:07:29.497] getCompletionsAtPosition: isCompletionListBlocker: 0.001445000059902668 +Info 21352[20:07:29.497] Returning an empty list because completion was requested in an invalid position. +Info 21353[20:07:29.497] Format host information updated +Info 21354[20:07:29.719] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21355[20:07:29.726] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1976 structureChanged: false structureIsReused:: Completely Elapsed: 7.213772000279278ms +Info 21356[20:07:29.726] Different program with same set of files +Info 21357[20:07:29.727] getCompletionData: Get current token: 0.010772999841719866 +Info 21358[20:07:29.727] getCompletionData: Is inside comment: 0.0019390000961720943 +Info 21359[20:07:29.727] getCompletionData: Get previous token: 0.025206000078469515 +Info 21360[20:07:29.727] getCompletionsAtPosition: isCompletionListBlocker: 0.001265999861061573 +Info 21361[20:07:29.727] Returning an empty list because completion was requested in an invalid position. +Info 21362[20:07:29.727] Format host information updated +Info 21363[20:07:29.823] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21364[20:07:29.851] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1977 structureChanged: false structureIsReused:: Completely Elapsed: 28.378355000168085ms +Info 21365[20:07:29.851] Different program with same set of files +Info 21366[20:07:29.852] getCompletionData: Get current token: 0.041908000130206347 +Info 21367[20:07:29.852] getCompletionData: Is inside comment: 0.006291000172495842 +Info 21368[20:07:29.852] getCompletionData: Get previous token: 0.08803500002250075 +Info 21369[20:07:29.852] getCompletionsAtPosition: isCompletionListBlocker: 0.0034309998154640198 +Info 21370[20:07:29.852] Returning an empty list because completion was requested in an invalid position. +Info 21371[20:07:29.853] Format host information updated +Info 21372[20:07:29.959] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21373[20:07:29.966] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1978 structureChanged: false structureIsReused:: Completely Elapsed: 7.7359139998443425ms +Info 21374[20:07:29.966] Different program with same set of files +Info 21375[20:07:29.967] getCompletionData: Get current token: 0.01448900019749999 +Info 21376[20:07:29.967] getCompletionData: Is inside comment: 0.002139999996870756 +Info 21377[20:07:29.967] getCompletionData: Get previous token: 0.029449999798089266 +Info 21378[20:07:29.967] getCompletionsAtPosition: isCompletionListBlocker: 0.0015990003012120724 +Info 21379[20:07:29.967] Returning an empty list because completion was requested in an invalid position. +Info 21380[20:07:29.967] Format host information updated +Info 21381[20:07:32.252] Format host information updated +Info 21382[20:07:32.252] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21383[20:07:32.259] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1979 structureChanged: false structureIsReused:: Completely Elapsed: 7.277999000158161ms +Info 21384[20:07:32.259] Different program with same set of files +Info 21385[20:07:32.470] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21386[20:07:32.484] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1980 structureChanged: false structureIsReused:: Completely Elapsed: 13.93902700021863ms +Info 21387[20:07:32.484] Different program with same set of files +Info 21388[20:07:32.484] getCompletionData: Get current token: 0.009283999912440777 +Info 21389[20:07:32.484] getCompletionData: Is inside comment: 0.0012349998578429222 +Info 21390[20:07:32.484] getCompletionData: Get previous token: 0.031260000076144934 +Info 21391[20:07:32.484] getCompletionsAtPosition: isCompletionListBlocker: 0.0014929999597370625 +Info 21392[20:07:32.484] Returning an empty list because completion was requested in an invalid position. +Info 21393[20:07:32.485] Format host information updated +Info 21394[20:07:32.596] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21395[20:07:32.606] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1981 structureChanged: false structureIsReused:: Completely Elapsed: 10.25576899992302ms +Info 21396[20:07:32.606] Different program with same set of files +Info 21397[20:07:32.607] getCompletionData: Get current token: 0.01535499980673194 +Info 21398[20:07:32.607] getCompletionData: Is inside comment: 0.0018609999679028988 +Info 21399[20:07:32.607] getCompletionData: Get previous token: 0.04351400025188923 +Info 21400[20:07:32.607] getCompletionsAtPosition: isCompletionListBlocker: 0.0015400000847876072 +Info 21401[20:07:32.607] Returning an empty list because completion was requested in an invalid position. +Info 21402[20:07:32.607] Format host information updated +Info 21403[20:07:32.717] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21404[20:07:32.725] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1982 structureChanged: false structureIsReused:: Completely Elapsed: 8.299679999705404ms +Info 21405[20:07:32.725] Different program with same set of files +Info 21406[20:07:32.725] getCompletionData: Get current token: 0.012779000215232372 +Info 21407[20:07:32.725] getCompletionData: Is inside comment: 0.001821999903768301 +Info 21408[20:07:32.725] getCompletionData: Get previous token: 0.06091899983584881 +Info 21409[20:07:32.725] getCompletionsAtPosition: isCompletionListBlocker: 0.001398999709635973 +Info 21410[20:07:32.725] Returning an empty list because completion was requested in an invalid position. +Info 21411[20:07:32.726] Format host information updated +Info 21412[20:07:33.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21413[20:07:33.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1983 structureChanged: false structureIsReused:: Completely Elapsed: 7.316548000089824ms +Info 21414[20:07:33.145] Different program with same set of files +Info 21415[20:07:33.145] getCompletionData: Get current token: 0.010241999756544828 +Info 21416[20:07:33.145] getCompletionData: Is inside comment: 0.0014280001632869244 +Info 21417[20:07:33.145] getCompletionData: Get previous token: 0.023144999984651804 +Info 21418[20:07:33.145] getCompletionsAtPosition: isCompletionListBlocker: 0.0011669998057186604 +Info 21419[20:07:33.145] Returning an empty list because completion was requested in an invalid position. +Info 21420[20:07:33.145] Format host information updated +Info 21421[20:07:33.415] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21422[20:07:33.422] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1984 structureChanged: false structureIsReused:: Completely Elapsed: 7.394196999724954ms +Info 21423[20:07:33.422] Different program with same set of files +Info 21424[20:07:33.422] getCompletionData: Get current token: 0.00875200005248189 +Info 21425[20:07:33.422] getCompletionData: Is inside comment: 0.0011970000341534615 +Info 21426[20:07:33.422] getCompletionData: Get previous token: 0.02004599990323186 +Info 21427[20:07:33.422] getCompletionsAtPosition: isCompletionListBlocker: 0.0010110000148415565 +Info 21428[20:07:33.422] Returning an empty list because completion was requested in an invalid position. +Info 21429[20:07:33.423] Format host information updated +Info 21430[20:07:33.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21431[20:07:33.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1985 structureChanged: false structureIsReused:: Completely Elapsed: 35.054882999975234ms +Info 21432[20:07:33.551] Different program with same set of files +Info 21433[20:07:33.552] getCompletionData: Get current token: 0.03521199990063906 +Info 21434[20:07:33.552] getCompletionData: Is inside comment: 0.005087999626994133 +Info 21435[20:07:33.552] getCompletionData: Get previous token: 0.07483999989926815 +Info 21436[20:07:33.552] getCompletionsAtPosition: isCompletionListBlocker: 0.0031890003010630608 +Info 21437[20:07:33.552] Returning an empty list because completion was requested in an invalid position. +Info 21438[20:07:33.552] Format host information updated +Info 21439[20:07:33.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21440[20:07:33.586] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1986 structureChanged: false structureIsReused:: Completely Elapsed: 7.773804999887943ms +Info 21441[20:07:33.586] Different program with same set of files +Info 21442[20:07:33.587] getCompletionData: Get current token: 0.010116999968886375 +Info 21443[20:07:33.587] getCompletionData: Is inside comment: 0.0014909999445080757 +Info 21444[20:07:33.587] getCompletionData: Get previous token: 0.022801999934017658 +Info 21445[20:07:33.587] getCompletionsAtPosition: isCompletionListBlocker: 0.0012909998185932636 +Info 21446[20:07:33.587] Returning an empty list because completion was requested in an invalid position. +Info 21447[20:07:33.587] Format host information updated +Info 21448[20:07:33.725] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21449[20:07:33.733] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1987 structureChanged: false structureIsReused:: Completely Elapsed: 7.911901999730617ms +Info 21450[20:07:33.733] Different program with same set of files +Info 21451[20:07:33.733] getCompletionData: Get current token: 0.012079000007361174 +Info 21452[20:07:33.733] getCompletionData: Is inside comment: 0.001828999724239111 +Info 21453[20:07:33.733] getCompletionData: Get previous token: 0.027690000366419554 +Info 21454[20:07:33.733] getCompletionsAtPosition: isCompletionListBlocker: 0.0013810000382363796 +Info 21455[20:07:33.733] Returning an empty list because completion was requested in an invalid position. +Info 21456[20:07:33.734] Format host information updated +Info 21457[20:07:33.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21458[20:07:33.806] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1988 structureChanged: false structureIsReused:: Completely Elapsed: 15.801097000017762ms +Info 21459[20:07:33.806] Different program with same set of files +Info 21460[20:07:33.807] getCompletionData: Get current token: 0.025598999578505754 +Info 21461[20:07:33.807] getCompletionData: Is inside comment: 0.003852999769151211 +Info 21462[20:07:33.807] getCompletionData: Get previous token: 0.05708499997854233 +Info 21463[20:07:33.807] getCompletionsAtPosition: isCompletionListBlocker: 0.0027220002375543118 +Info 21464[20:07:33.807] Returning an empty list because completion was requested in an invalid position. +Info 21465[20:07:33.811] Format host information updated +Info 21466[20:07:33.852] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21467[20:07:33.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1989 structureChanged: false structureIsReused:: Completely Elapsed: 8.496356999967247ms +Info 21468[20:07:33.860] Different program with same set of files +Info 21469[20:07:33.861] getCompletionData: Get current token: 0.013498999644070864 +Info 21470[20:07:33.861] getCompletionData: Is inside comment: 0.001680999994277954 +Info 21471[20:07:33.861] getCompletionData: Get previous token: 0.029138999991118908 +Info 21472[20:07:33.861] getCompletionsAtPosition: isCompletionListBlocker: 0.0013979999348521233 +Info 21473[20:07:33.861] Returning an empty list because completion was requested in an invalid position. +Info 21474[20:07:33.861] Format host information updated +Info 21475[20:07:33.964] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21476[20:07:33.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1990 structureChanged: false structureIsReused:: Completely Elapsed: 30.77934500016272ms +Info 21477[20:07:33.995] Different program with same set of files +Info 21478[20:07:33.995] getCompletionData: Get current token: 0.023025000002235174 +Info 21479[20:07:33.995] getCompletionData: Is inside comment: 0.0033979997970163822 +Info 21480[20:07:33.995] getCompletionData: Get previous token: 0.054204000160098076 +Info 21481[20:07:33.995] getCompletionsAtPosition: isCompletionListBlocker: 0.0022990000434219837 +Info 21482[20:07:33.995] Returning an empty list because completion was requested in an invalid position. +Info 21483[20:07:33.996] Format host information updated +Info 21484[20:07:34.167] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21485[20:07:34.177] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1991 structureChanged: false structureIsReused:: Completely Elapsed: 9.828135999850929ms +Info 21486[20:07:34.177] Different program with same set of files +Info 21487[20:07:34.177] getCompletionData: Get current token: 0.012058999855071306 +Info 21488[20:07:34.177] getCompletionData: Is inside comment: 0.0017149997875094414 +Info 21489[20:07:34.177] getCompletionData: Get previous token: 0.028086000122129917 +Info 21490[20:07:34.177] getCompletionsAtPosition: isCompletionListBlocker: 0.0014630001969635487 +Info 21491[20:07:34.177] Returning an empty list because completion was requested in an invalid position. +Info 21492[20:07:34.177] Format host information updated +Info 21493[20:07:34.283] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21494[20:07:34.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1992 structureChanged: false structureIsReused:: Completely Elapsed: 7.700399999972433ms +Info 21495[20:07:34.291] Different program with same set of files +Info 21496[20:07:34.291] getCompletionData: Get current token: 0.01146399974822998 +Info 21497[20:07:34.291] getCompletionData: Is inside comment: 0.001703999936580658 +Info 21498[20:07:34.291] getCompletionData: Get previous token: 0.025908999610692263 +Info 21499[20:07:34.291] getCompletionsAtPosition: isCompletionListBlocker: 0.0012229997664690018 +Info 21500[20:07:34.291] Returning an empty list because completion was requested in an invalid position. +Info 21501[20:07:34.291] Format host information updated +Info 21502[20:07:34.532] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21503[20:07:34.544] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1993 structureChanged: false structureIsReused:: Completely Elapsed: 11.779316999949515ms +Info 21504[20:07:34.544] Different program with same set of files +Info 21505[20:07:34.545] getCompletionData: Get current token: 0.01784999994561076 +Info 21506[20:07:34.545] getCompletionData: Is inside comment: 0.0023750001564621925 +Info 21507[20:07:34.545] getCompletionData: Get previous token: 0.03982099983841181 +Info 21508[20:07:34.545] getCompletionsAtPosition: isCompletionListBlocker: 0.001821999903768301 +Info 21509[20:07:34.545] Returning an empty list because completion was requested in an invalid position. +Info 21510[20:07:34.545] Format host information updated +Info 21511[20:07:34.693] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21512[20:07:34.704] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1994 structureChanged: false structureIsReused:: Completely Elapsed: 10.244351000059396ms +Info 21513[20:07:34.704] Different program with same set of files +Info 21514[20:07:34.704] getCompletionData: Get current token: 0.011910999659448862 +Info 21515[20:07:34.704] getCompletionData: Is inside comment: 0.0016319998539984226 +Info 21516[20:07:34.704] getCompletionData: Get previous token: 0.02632499998435378 +Info 21517[20:07:34.704] getCompletionsAtPosition: isCompletionListBlocker: 0.0013269996270537376 +Info 21518[20:07:34.704] Returning an empty list because completion was requested in an invalid position. +Info 21519[20:07:34.705] Format host information updated +Info 21520[20:07:34.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21521[20:07:34.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1995 structureChanged: false structureIsReused:: Completely Elapsed: 9.467403000220656ms +Info 21522[20:07:34.882] Different program with same set of files +Info 21523[20:07:34.882] getCompletionData: Get current token: 0.011605999898165464 +Info 21524[20:07:34.882] getCompletionData: Is inside comment: 0.001383999828249216 +Info 21525[20:07:34.882] getCompletionData: Get previous token: 0.03390899999067187 +Info 21526[20:07:34.882] getCompletionsAtPosition: isCompletionListBlocker: 0.001490000169724226 +Info 21527[20:07:34.882] Returning an empty list because completion was requested in an invalid position. +Info 21528[20:07:34.882] Format host information updated +Info 21529[20:07:35.005] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21530[20:07:35.014] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1996 structureChanged: false structureIsReused:: Completely Elapsed: 9.294670999981463ms +Info 21531[20:07:35.014] Different program with same set of files +Info 21532[20:07:35.015] getCompletionData: Get current token: 0.012391000054776669 +Info 21533[20:07:35.015] getCompletionData: Is inside comment: 0.001912000123411417 +Info 21534[20:07:35.015] getCompletionData: Get previous token: 0.034444999881088734 +Info 21535[20:07:35.015] getCompletionsAtPosition: isCompletionListBlocker: 0.0018349997699260712 +Info 21536[20:07:35.015] Returning an empty list because completion was requested in an invalid position. +Info 21537[20:07:35.015] Format host information updated +Info 21538[20:07:35.162] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21539[20:07:35.170] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1997 structureChanged: false structureIsReused:: Completely Elapsed: 7.61230199970305ms +Info 21540[20:07:35.170] Different program with same set of files +Info 21541[20:07:35.170] getCompletionData: Get current token: 0.010528000071644783 +Info 21542[20:07:35.170] getCompletionData: Is inside comment: 0.0014050002209842205 +Info 21543[20:07:35.170] getCompletionData: Get previous token: 0.028728000354021788 +Info 21544[20:07:35.170] getCompletionsAtPosition: isCompletionListBlocker: 0.0011480003595352173 +Info 21545[20:07:35.170] Returning an empty list because completion was requested in an invalid position. +Info 21546[20:07:35.170] Format host information updated +Info 21547[20:07:41.288] getCompletionData: Get current token: 0.0228560003452003 +Info 21548[20:07:41.288] getCompletionData: Is inside comment: 0.07677500043064356 +Info 21549[20:07:41.288] getCompletionData: Get previous token: 0.06621500011533499 +Info 21550[20:07:41.288] getCompletionsAtPosition: isCompletionListBlocker: 0.026851000264286995 +Info 21551[20:07:41.292] getExportInfoMap: cache hit +Info 21552[20:07:41.324] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 21553[20:07:41.324] collectAutoImports: response is complete +Info 21554[20:07:41.324] collectAutoImports: 32.22231000009924 +Info 21555[20:07:41.324] getCompletionData: Semantic work: 36.07744699995965 +Info 21556[20:07:41.331] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.852115000132471 +Info 21557[20:07:41.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21558[20:07:41.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1998 structureChanged: false structureIsReused:: Completely Elapsed: 9.393885999917984ms +Info 21559[20:07:41.469] Different program with same set of files +Info 21560[20:07:41.470] getCompletionData: Get current token: 0.006047999951988459 +Info 21561[20:07:41.470] getCompletionData: Is inside comment: 0.018060999922454357 +Info 21562[20:07:41.470] getCompletionData: Get previous token: 0.01588999992236495 +Info 21563[20:07:41.470] getCompletionsAtPosition: isCompletionListBlocker: 0.002552999649196863 +Info 21564[20:07:41.471] getCompletionData: Semantic work: 1.4801139999181032 +Info 21565[20:07:41.472] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5611270000226796 +Info 21566[20:07:41.473] Format host information updated +Info 21567[20:07:41.677] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21568[20:07:41.685] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1999 structureChanged: false structureIsReused:: Completely Elapsed: 7.819527999963611ms +Info 21569[20:07:41.685] Different program with same set of files +Info 21570[20:07:41.685] getCompletionData: Get current token: 0.004693000111728907 +Info 21571[20:07:41.685] getCompletionData: Is inside comment: 0.013987999875098467 +Info 21572[20:07:41.685] getCompletionData: Get previous token: 0.02593300025910139 +Info 21573[20:07:41.685] getCompletionsAtPosition: isCompletionListBlocker: 0.002133999951183796 +Info 21574[20:07:41.686] getCompletionData: Semantic work: 1.3707109997048974 +Info 21575[20:07:41.687] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.679812999907881 +Info 21576[20:07:41.690] Format host information updated +Info 21577[20:07:41.778] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21578[20:07:41.786] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2000 structureChanged: false structureIsReused:: Completely Elapsed: 7.763739000074565ms +Info 21579[20:07:41.786] Different program with same set of files +Info 21580[20:07:41.786] getCompletionData: Get current token: 0.005104000214487314 +Info 21581[20:07:41.786] getCompletionData: Is inside comment: 0.014822000171989202 +Info 21582[20:07:41.786] getCompletionData: Get previous token: 0.027135999873280525 +Info 21583[20:07:41.786] getCompletionsAtPosition: isCompletionListBlocker: 0.002454000059515238 +Info 21584[20:07:41.787] getCompletionData: Semantic work: 1.3537640003487468 +Info 21585[20:07:41.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7808050001040101 +Info 21586[20:07:41.789] Format host information updated +Info 21587[20:07:41.839] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21588[20:07:41.849] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2001 structureChanged: false structureIsReused:: Completely Elapsed: 9.810905000194907ms +Info 21589[20:07:41.849] Different program with same set of files +Info 21590[20:07:41.849] getCompletionData: Get current token: 0.007528000045567751 +Info 21591[20:07:41.849] getCompletionData: Is inside comment: 0.02128800004720688 +Info 21592[20:07:41.849] getCompletionData: Get previous token: 0.040225999895483255 +Info 21593[20:07:41.849] getCompletionsAtPosition: isCompletionListBlocker: 0.002580000087618828 +Info 21594[20:07:41.851] getCompletionData: Semantic work: 1.754151999950409 +Info 21595[20:07:41.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0405490002594888 +Info 21596[20:07:41.853] Format host information updated +Info 21597[20:07:41.934] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21598[20:07:41.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2002 structureChanged: false structureIsReused:: Completely Elapsed: 9.203488999977708ms +Info 21599[20:07:41.944] Different program with same set of files +Info 21600[20:07:41.944] getCompletionData: Get current token: 0.005171000026166439 +Info 21601[20:07:41.944] getCompletionData: Is inside comment: 0.014094999991357327 +Info 21602[20:07:41.944] getCompletionData: Get previous token: 0.026984000112861395 +Info 21603[20:07:41.944] getCompletionsAtPosition: isCompletionListBlocker: 0.0023460001684725285 +Info 21604[20:07:41.945] getCompletionData: Semantic work: 1.3222659998573363 +Info 21605[20:07:41.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5895850001834333 +Info 21606[20:07:41.946] Format host information updated +Info 21607[20:07:42.141] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21608[20:07:42.149] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2003 structureChanged: false structureIsReused:: Completely Elapsed: 7.471605000086129ms +Info 21609[20:07:42.149] Different program with same set of files +Info 21610[20:07:42.149] getCompletionData: Get current token: 0.0058570001274347305 +Info 21611[20:07:42.149] getCompletionData: Is inside comment: 0.017070999834686518 +Info 21612[20:07:42.149] getCompletionData: Get previous token: 0.015567000024020672 +Info 21613[20:07:42.149] getCompletionsAtPosition: isCompletionListBlocker: 0.0037299999967217445 +Info 21614[20:07:42.150] getExportInfoMap: cache hit +Info 21615[20:07:42.164] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 21616[20:07:42.164] collectAutoImports: response is complete +Info 21617[20:07:42.164] collectAutoImports: 13.84563499968499 +Info 21618[20:07:42.164] getCompletionData: Semantic work: 14.561106000095606 +Info 21619[20:07:42.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.027067999821156 +Info 21620[20:07:42.179] Format host information updated +Info 21621[20:07:42.208] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21622[20:07:42.217] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2004 structureChanged: false structureIsReused:: Completely Elapsed: 8.771583000198007ms +Info 21623[20:07:42.217] Different program with same set of files +Info 21624[20:07:42.217] getCompletionData: Get current token: 0.0054060001857578754 +Info 21625[20:07:42.217] getCompletionData: Is inside comment: 0.018650999758392572 +Info 21626[20:07:42.217] getCompletionData: Get previous token: 0.01374500012025237 +Info 21627[20:07:42.217] getCompletionsAtPosition: isCompletionListBlocker: 0.00762900011613965 +Info 21628[20:07:42.218] getExportInfoMap: cache hit +Info 21629[20:07:42.227] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 21630[20:07:42.227] collectAutoImports: response is complete +Info 21631[20:07:42.227] collectAutoImports: 9.577903999947011 +Info 21632[20:07:42.227] getCompletionData: Semantic work: 10.341688999906182 +Info 21633[20:07:42.235] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.135121999774128 +Info 21634[20:07:42.241] Format host information updated +Info 21635[20:07:42.505] getCompletionData: Get current token: 0.007015000097453594 +Info 21636[20:07:42.505] getCompletionData: Is inside comment: 0.0010489998385310173 +Info 21637[20:07:42.505] getCompletionData: Get previous token: 0.02031600009649992 +Info 21638[20:07:42.505] getCompletionsAtPosition: isCompletionListBlocker: 0.003965999931097031 +Info 21639[20:07:42.506] getExportInfoMap: cache hit +Info 21640[20:07:42.513] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 21641[20:07:42.513] collectAutoImports: response is complete +Info 21642[20:07:42.513] collectAutoImports: 7.072113999631256 +Info 21643[20:07:42.513] getCompletionData: Semantic work: 7.725095000118017 +Info 21644[20:07:42.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.919048000127077 +Info 21645[20:07:42.835] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21646[20:07:42.844] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2005 structureChanged: false structureIsReused:: Completely Elapsed: 9.197711999993771ms +Info 21647[20:07:42.844] Different program with same set of files +Info 21648[20:07:42.846] getCompletionData: Get current token: 0.025963000021874905 +Info 21649[20:07:42.846] getCompletionData: Is inside comment: 0.0035979999229311943 +Info 21650[20:07:42.846] getCompletionData: Get previous token: 0.03953600022941828 +Info 21651[20:07:42.846] getCompletionsAtPosition: isCompletionListBlocker: 0.0018110000528395176 +Info 21652[20:07:42.846] Returning an empty list because completion was requested in an invalid position. +Info 21653[20:07:42.847] Format host information updated +Info 21654[20:07:42.994] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21655[20:07:43.003] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2006 structureChanged: false structureIsReused:: Completely Elapsed: 9.02486199978739ms +Info 21656[20:07:43.003] Different program with same set of files +Info 21657[20:07:43.003] getCompletionData: Get current token: 0.00848100008442998 +Info 21658[20:07:43.003] getCompletionData: Is inside comment: 0.0010950001887977123 +Info 21659[20:07:43.003] getCompletionData: Get previous token: 0.029666000045835972 +Info 21660[20:07:43.003] getCompletionsAtPosition: isCompletionListBlocker: 0.008646999951452017 +Info 21661[20:07:43.004] getExportInfoMap: cache hit +Info 21662[20:07:43.020] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 21663[20:07:43.020] collectAutoImports: response is complete +Info 21664[20:07:43.020] collectAutoImports: 15.637988000176847 +Info 21665[20:07:43.020] getCompletionData: Semantic work: 16.46104700025171 +Info 21666[20:07:43.030] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.45902800001204 +Info 21667[20:07:43.038] Format host information updated +Info 21668[20:07:43.055] Format host information updated +Info 21669[20:07:43.218] getCompletionData: Get current token: 0.015062999911606312 +Info 21670[20:07:43.218] getCompletionData: Is inside comment: 0.0017900001257658005 +Info 21671[20:07:43.218] getCompletionData: Get previous token: 0.02489400003105402 +Info 21672[20:07:43.218] getCompletionsAtPosition: isCompletionListBlocker: 0.001290000043809414 +Info 21673[20:07:43.218] Returning an empty list because completion was requested in an invalid position. +Info 21674[20:07:43.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21675[20:07:43.426] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2007 structureChanged: false structureIsReused:: Completely Elapsed: 7.943766999989748ms +Info 21676[20:07:43.426] Different program with same set of files +Info 21677[20:07:43.427] getCompletionData: Get current token: 0.021090999711304903 +Info 21678[20:07:43.428] getCompletionData: Is inside comment: 0.002687999978661537 +Info 21679[20:07:43.428] getCompletionData: Get previous token: 0.038075999822467566 +Info 21680[20:07:43.428] getCompletionsAtPosition: isCompletionListBlocker: 0.0011579999700188637 +Info 21681[20:07:43.428] Returning an empty list because completion was requested in an invalid position. +Info 21682[20:07:43.428] Format host information updated +Info 21683[20:07:43.604] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21684[20:07:43.638] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2008 structureChanged: false structureIsReused:: Completely Elapsed: 33.80152199976146ms +Info 21685[20:07:43.638] Different program with same set of files +Info 21686[20:07:43.641] getCompletionData: Get current token: 0.03887399984523654 +Info 21687[20:07:43.641] getCompletionData: Is inside comment: 0.004905999638140202 +Info 21688[20:07:43.641] getCompletionData: Get previous token: 0.1156100002117455 +Info 21689[20:07:43.641] getCompletionsAtPosition: isCompletionListBlocker: 0.0026040002703666687 +Info 21690[20:07:43.641] Returning an empty list because completion was requested in an invalid position. +Info 21691[20:07:43.642] Format host information updated +Info 21692[20:07:44.620] getCompletionData: Get current token: 0.007408000063151121 +Info 21693[20:07:44.621] getCompletionData: Is inside comment: 0.023256999906152487 +Info 21694[20:07:44.621] getCompletionData: Get previous token: 0.024375000037252903 +Info 21695[20:07:44.621] getCompletionsAtPosition: isCompletionListBlocker: 0.011934000067412853 +Info 21696[20:07:44.622] getExportInfoMap: cache hit +Info 21697[20:07:44.635] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 21698[20:07:44.635] collectAutoImports: response is complete +Info 21699[20:07:44.635] collectAutoImports: 12.885745000094175 +Info 21700[20:07:44.635] getCompletionData: Semantic work: 13.981951999943703 +Info 21701[20:07:44.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.053249999880791 +Info 21702[20:07:45.347] Format host information updated +Info 21703[20:07:45.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21704[20:07:45.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2009 structureChanged: false structureIsReused:: Completely Elapsed: 7.278635000344366ms +Info 21705[20:07:45.355] Different program with same set of files +Info 21706[20:07:46.047] Format host information updated +Info 21707[20:07:46.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21708[20:07:46.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2010 structureChanged: false structureIsReused:: Completely Elapsed: 7.728618000168353ms +Info 21709[20:07:46.055] Different program with same set of files +Info 21710[20:07:46.389] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21711[20:07:46.399] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2011 structureChanged: false structureIsReused:: Completely Elapsed: 9.511165000032634ms +Info 21712[20:07:46.399] Different program with same set of files +Info 21713[20:07:46.399] getCompletionData: Get current token: 0.005539000034332275 +Info 21714[20:07:46.399] getCompletionData: Is inside comment: 0.01500699995085597 +Info 21715[20:07:46.399] getCompletionData: Get previous token: 0.028553999960422516 +Info 21716[20:07:46.399] getCompletionsAtPosition: isCompletionListBlocker: 0.008861999958753586 +Info 21717[20:07:46.400] getExportInfoMap: cache hit +Info 21718[20:07:46.405] collectAutoImports: resolved 0 module specifiers, plus 143 ambient and 6 from cache +Info 21719[20:07:46.405] collectAutoImports: response is complete +Info 21720[20:07:46.405] collectAutoImports: 4.671573999803513 +Info 21721[20:07:46.405] getCompletionData: Semantic work: 5.47321500023827 +Info 21722[20:07:46.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4078589999116957 +Info 21723[20:07:46.409] Format host information updated +Info 21724[20:07:46.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21725[20:07:46.470] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2012 structureChanged: false structureIsReused:: Completely Elapsed: 10.732665999792516ms +Info 21726[20:07:46.470] Different program with same set of files +Info 21727[20:07:46.471] getCompletionData: Get current token: 0.006393999792635441 +Info 21728[20:07:46.471] getCompletionData: Is inside comment: 0.017242999747395515 +Info 21729[20:07:46.471] getCompletionData: Get previous token: 0.03248699987307191 +Info 21730[20:07:46.471] getCompletionsAtPosition: isCompletionListBlocker: 0.009031000081449747 +Info 21731[20:07:46.472] getExportInfoMap: cache hit +Info 21732[20:07:46.476] collectAutoImports: resolved 0 module specifiers, plus 126 ambient and 4 from cache +Info 21733[20:07:46.476] collectAutoImports: response is complete +Info 21734[20:07:46.476] collectAutoImports: 4.646804000250995 +Info 21735[20:07:46.476] getCompletionData: Semantic work: 5.5232820003293455 +Info 21736[20:07:46.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1704279999248683 +Info 21737[20:07:46.480] Format host information updated +Info 21738[20:07:46.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21739[20:07:46.588] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2013 structureChanged: false structureIsReused:: Completely Elapsed: 7.8444250002503395ms +Info 21740[20:07:46.588] Different program with same set of files +Info 21741[20:07:46.588] getCompletionData: Get current token: 0.005758999846875668 +Info 21742[20:07:46.588] getCompletionData: Is inside comment: 0.015311000403016806 +Info 21743[20:07:46.588] getCompletionData: Get previous token: 0.05641400022432208 +Info 21744[20:07:46.588] getCompletionsAtPosition: isCompletionListBlocker: 0.008927999995648861 +Info 21745[20:07:46.589] getExportInfoMap: cache hit +Info 21746[20:07:46.593] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21747[20:07:46.593] collectAutoImports: response is complete +Info 21748[20:07:46.593] collectAutoImports: 3.8285110001452267 +Info 21749[20:07:46.593] getCompletionData: Semantic work: 4.6404889998957515 +Info 21750[20:07:46.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4623770001344383 +Info 21751[20:07:46.595] Format host information updated +Info 21752[20:07:46.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21753[20:07:46.699] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2014 structureChanged: false structureIsReused:: Completely Elapsed: 7.414993000216782ms +Info 21754[20:07:46.699] Different program with same set of files +Info 21755[20:07:46.699] getCompletionData: Get current token: 0.005187000147998333 +Info 21756[20:07:46.699] getCompletionData: Is inside comment: 0.01199399959295988 +Info 21757[20:07:46.699] getCompletionData: Get previous token: 0.023554999846965075 +Info 21758[20:07:46.699] getCompletionsAtPosition: isCompletionListBlocker: 0.008295000065118074 +Info 21759[20:07:46.700] getExportInfoMap: cache hit +Info 21760[20:07:46.702] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 21761[20:07:46.702] collectAutoImports: response is complete +Info 21762[20:07:46.702] collectAutoImports: 1.6206390000879765 +Info 21763[20:07:46.702] getCompletionData: Semantic work: 2.382125999778509 +Info 21764[20:07:46.703] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2443060004152358 +Info 21765[20:07:46.704] Format host information updated +Info 21766[20:07:46.807] Format host information updated +Info 21767[20:07:46.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21768[20:07:46.822] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2015 structureChanged: false structureIsReused:: Completely Elapsed: 14.291828999761492ms +Info 21769[20:07:46.822] Different program with same set of files +Info 21770[20:07:47.035] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21771[20:07:47.047] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2016 structureChanged: false structureIsReused:: Completely Elapsed: 12.02474999986589ms +Info 21772[20:07:47.048] Different program with same set of files +Info 21773[20:07:47.048] getCompletionData: Get current token: 0.0050490000285208225 +Info 21774[20:07:47.048] getCompletionData: Is inside comment: 0.012083000037819147 +Info 21775[20:07:47.048] getCompletionData: Get previous token: 0.020853000227361917 +Info 21776[20:07:47.048] getCompletionsAtPosition: isCompletionListBlocker: 0.008956000208854675 +Info 21777[20:07:47.049] getExportInfoMap: cache hit +Info 21778[20:07:47.053] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 21779[20:07:47.053] collectAutoImports: response is complete +Info 21780[20:07:47.053] collectAutoImports: 4.846079000271857 +Info 21781[20:07:47.053] getCompletionData: Semantic work: 5.610134000424296 +Info 21782[20:07:47.056] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4227959997951984 +Info 21783[20:07:47.058] Format host information updated +Info 21784[20:07:47.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21785[20:07:47.154] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2017 structureChanged: false structureIsReused:: Completely Elapsed: 16.394888000097126ms +Info 21786[20:07:47.154] Different program with same set of files +Info 21787[20:07:47.154] getCompletionData: Get current token: 0.009777000173926353 +Info 21788[20:07:47.154] getCompletionData: Is inside comment: 0.020900999661535025 +Info 21789[20:07:47.154] getCompletionData: Get previous token: 0.03615300031378865 +Info 21790[20:07:47.154] getCompletionsAtPosition: isCompletionListBlocker: 0.015519999898970127 +Info 21791[20:07:47.155] getExportInfoMap: cache hit +Info 21792[20:07:47.159] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 21793[20:07:47.159] collectAutoImports: response is complete +Info 21794[20:07:47.159] collectAutoImports: 3.7739559998735785 +Info 21795[20:07:47.159] getCompletionData: Semantic work: 4.937531000003219 +Info 21796[20:07:47.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.736316999886185 +Info 21797[20:07:47.165] Format host information updated +Info 21798[20:07:47.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21799[20:07:47.488] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2018 structureChanged: false structureIsReused:: Completely Elapsed: 10.253435000311583ms +Info 21800[20:07:47.488] Different program with same set of files +Info 21801[20:07:47.488] getCompletionData: Get current token: 0.00520200002938509 +Info 21802[20:07:47.488] getCompletionData: Is inside comment: 0.017361999955028296 +Info 21803[20:07:47.488] getCompletionData: Get previous token: 0.02951699960976839 +Info 21804[20:07:47.488] getCompletionsAtPosition: isCompletionListBlocker: 0.008590999990701675 +Info 21805[20:07:47.490] getExportInfoMap: cache hit +Info 21806[20:07:47.493] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 21807[20:07:47.493] collectAutoImports: response is complete +Info 21808[20:07:47.493] collectAutoImports: 3.1038599996827543 +Info 21809[20:07:47.493] getCompletionData: Semantic work: 4.3276580004021525 +Info 21810[20:07:47.496] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5461269998922944 +Info 21811[20:07:47.497] Format host information updated +Info 21812[20:07:47.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21813[20:07:47.586] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2019 structureChanged: false structureIsReused:: Completely Elapsed: 17.454398000147194ms +Info 21814[20:07:47.586] Different program with same set of files +Info 21815[20:07:47.587] getCompletionData: Get current token: 0.010137000121176243 +Info 21816[20:07:47.587] getCompletionData: Is inside comment: 0.029329999815672636 +Info 21817[20:07:47.587] getCompletionData: Get previous token: 0.050334000028669834 +Info 21818[20:07:47.587] getCompletionsAtPosition: isCompletionListBlocker: 0.013458000030368567 +Info 21819[20:07:47.588] getExportInfoMap: cache hit +Info 21820[20:07:47.590] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21821[20:07:47.590] collectAutoImports: response is complete +Info 21822[20:07:47.590] collectAutoImports: 2.687774000223726 +Info 21823[20:07:47.590] getCompletionData: Semantic work: 3.655975999776274 +Info 21824[20:07:47.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.493106000125408 +Info 21825[20:07:47.595] Format host information updated +Info 21826[20:07:47.722] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21827[20:07:47.730] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2020 structureChanged: false structureIsReused:: Completely Elapsed: 8.290343999862671ms +Info 21828[20:07:47.730] Different program with same set of files +Info 21829[20:07:47.730] getCompletionData: Get current token: 0.006775000132620335 +Info 21830[20:07:47.730] getCompletionData: Is inside comment: 0.030900000128895044 +Info 21831[20:07:47.730] getCompletionData: Get previous token: 0.03156400006264448 +Info 21832[20:07:47.730] getCompletionsAtPosition: isCompletionListBlocker: 0.00918099982663989 +Info 21833[20:07:47.731] getExportInfoMap: cache hit +Info 21834[20:07:47.733] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21835[20:07:47.733] collectAutoImports: response is complete +Info 21836[20:07:47.733] collectAutoImports: 1.6164090000092983 +Info 21837[20:07:47.733] getCompletionData: Semantic work: 2.285594000015408 +Info 21838[20:07:47.735] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4863510001450777 +Info 21839[20:07:47.738] Format host information updated +Info 21840[20:07:47.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21841[20:07:47.794] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2021 structureChanged: false structureIsReused:: Completely Elapsed: 9.176183999981731ms +Info 21842[20:07:47.794] Different program with same set of files +Info 21843[20:07:47.794] getCompletionData: Get current token: 0.005423000082373619 +Info 21844[20:07:47.794] getCompletionData: Is inside comment: 0.01638299971818924 +Info 21845[20:07:47.794] getCompletionData: Get previous token: 0.027842999901622534 +Info 21846[20:07:47.794] getCompletionsAtPosition: isCompletionListBlocker: 0.008342999964952469 +Info 21847[20:07:47.795] getExportInfoMap: cache hit +Info 21848[20:07:47.796] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21849[20:07:47.796] collectAutoImports: response is complete +Info 21850[20:07:47.796] collectAutoImports: 1.5845900001004338 +Info 21851[20:07:47.796] getCompletionData: Semantic work: 2.1745020002126694 +Info 21852[20:07:47.798] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4461840000003576 +Info 21853[20:07:47.799] Format host information updated +Info 21854[20:07:47.891] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21855[20:07:47.924] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2022 structureChanged: false structureIsReused:: Completely Elapsed: 32.123531999997795ms +Info 21856[20:07:47.924] Different program with same set of files +Info 21857[20:07:47.924] getCompletionData: Get current token: 0.010840999893844128 +Info 21858[20:07:47.924] getCompletionData: Is inside comment: 0.03248600009828806 +Info 21859[20:07:47.924] getCompletionData: Get previous token: 0.05624900013208389 +Info 21860[20:07:47.924] getCompletionsAtPosition: isCompletionListBlocker: 0.014295000117272139 +Info 21861[20:07:47.925] getExportInfoMap: cache hit +Info 21862[20:07:47.928] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 21863[20:07:47.928] collectAutoImports: response is complete +Info 21864[20:07:47.928] collectAutoImports: 2.98435499984771 +Info 21865[20:07:47.928] getCompletionData: Semantic work: 4.085227000061423 +Info 21866[20:07:47.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1549900001846254 +Info 21867[20:07:47.932] Format host information updated +Info 21868[20:07:54.241] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21869[20:07:54.251] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2023 structureChanged: false structureIsReused:: Completely Elapsed: 9.785701000131667ms +Info 21870[20:07:54.251] Different program with same set of files +Info 21871[20:07:54.251] getCompletionData: Get current token: 0.004390000365674496 +Info 21872[20:07:54.251] getCompletionData: Is inside comment: 0.009523000102490187 +Info 21873[20:07:54.251] getCompletionData: Get previous token: 0.006988000124692917 +Info 21874[20:07:54.251] getCompletionsAtPosition: isCompletionListBlocker: 0.0026719998568296432 +Info 21875[20:07:54.252] getExportInfoMap: cache hit +Info 21876[20:07:54.265] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 21877[20:07:54.265] collectAutoImports: response is complete +Info 21878[20:07:54.265] collectAutoImports: 13.268613999709487 +Info 21879[20:07:54.265] getCompletionData: Semantic work: 13.768649999983609 +Info 21880[20:07:54.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.781471999827772 +Info 21881[20:07:54.278] Format host information updated +Info 21882[20:07:54.426] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21883[20:07:54.455] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2024 structureChanged: false structureIsReused:: Completely Elapsed: 29.32032399997115ms +Info 21884[20:07:54.455] Different program with same set of files +Info 21885[20:07:54.456] getCompletionData: Get current token: 0.009378999937325716 +Info 21886[20:07:54.456] getCompletionData: Is inside comment: 0.02471099980175495 +Info 21887[20:07:54.456] getCompletionData: Get previous token: 0.030055999755859375 +Info 21888[20:07:54.456] getCompletionsAtPosition: isCompletionListBlocker: 0.006730000022798777 +Info 21889[20:07:54.457] getExportInfoMap: cache hit +Info 21890[20:07:54.465] collectAutoImports: resolved 0 module specifiers, plus 212 ambient and 9 from cache +Info 21891[20:07:54.465] collectAutoImports: response is complete +Info 21892[20:07:54.465] collectAutoImports: 8.143370000179857 +Info 21893[20:07:54.465] getCompletionData: Semantic work: 9.394627999980003 +Info 21894[20:07:54.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.657235000282526 +Info 21895[20:07:54.474] Format host information updated +Info 21896[20:07:54.497] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21897[20:07:54.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2025 structureChanged: false structureIsReused:: Completely Elapsed: 8.338119000196457ms +Info 21898[20:07:54.506] Different program with same set of files +Info 21899[20:07:54.506] getCompletionData: Get current token: 0.004269000142812729 +Info 21900[20:07:54.506] getCompletionData: Is inside comment: 0.008636999875307083 +Info 21901[20:07:54.506] getCompletionData: Get previous token: 0.0112809999845922 +Info 21902[20:07:54.506] getCompletionsAtPosition: isCompletionListBlocker: 0.003920999821275473 +Info 21903[20:07:54.507] getExportInfoMap: cache hit +Info 21904[20:07:54.512] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 8 from cache +Info 21905[20:07:54.512] collectAutoImports: response is complete +Info 21906[20:07:54.512] collectAutoImports: 5.183453000150621 +Info 21907[20:07:54.512] getCompletionData: Semantic work: 5.712269000243396 +Info 21908[20:07:54.515] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6831229999661446 +Info 21909[20:07:54.517] Format host information updated +Info 21910[20:07:54.627] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21911[20:07:54.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2026 structureChanged: false structureIsReused:: Completely Elapsed: 7.7606359999626875ms +Info 21912[20:07:54.635] Different program with same set of files +Info 21913[20:07:54.635] getCompletionData: Get current token: 0.004526000004261732 +Info 21914[20:07:54.635] getCompletionData: Is inside comment: 0.010465000290423632 +Info 21915[20:07:54.635] getCompletionData: Get previous token: 0.01373999984934926 +Info 21916[20:07:54.635] getCompletionsAtPosition: isCompletionListBlocker: 0.0028689997270703316 +Info 21917[20:07:54.636] getExportInfoMap: cache hit +Info 21918[20:07:54.638] collectAutoImports: resolved 0 module specifiers, plus 56 ambient and 4 from cache +Info 21919[20:07:54.638] collectAutoImports: response is complete +Info 21920[20:07:54.638] collectAutoImports: 2.507665999699384 +Info 21921[20:07:54.638] getCompletionData: Semantic work: 3.018188999965787 +Info 21922[20:07:54.640] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0809019999578595 +Info 21923[20:07:54.642] Format host information updated +Info 21924[20:07:54.761] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21925[20:07:54.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2027 structureChanged: false structureIsReused:: Completely Elapsed: 31.576891999691725ms +Info 21926[20:07:54.793] Different program with same set of files +Info 21927[20:07:54.793] getCompletionData: Get current token: 0.01242899987846613 +Info 21928[20:07:54.793] getCompletionData: Is inside comment: 0.02980599971488118 +Info 21929[20:07:54.793] getCompletionData: Get previous token: 0.04053699970245361 +Info 21930[20:07:54.794] getCompletionsAtPosition: isCompletionListBlocker: 0.006929000373929739 +Info 21931[20:07:54.795] getExportInfoMap: cache hit +Info 21932[20:07:54.800] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 0 from cache +Info 21933[20:07:54.800] collectAutoImports: response is complete +Info 21934[20:07:54.800] collectAutoImports: 4.944852000102401 +Info 21935[20:07:54.800] getCompletionData: Semantic work: 6.367245999630541 +Info 21936[20:07:54.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2164929998107255 +Info 21937[20:07:54.807] Format host information updated +Info 21938[20:07:54.825] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21939[20:07:54.834] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2028 structureChanged: false structureIsReused:: Completely Elapsed: 9.598856000229716ms +Info 21940[20:07:54.834] Different program with same set of files +Info 21941[20:07:54.834] getCompletionData: Get current token: 0.0036420002579689026 +Info 21942[20:07:54.834] getCompletionData: Is inside comment: 0.008754999842494726 +Info 21943[20:07:54.834] getCompletionData: Get previous token: 0.010999999940395355 +Info 21944[20:07:54.834] getCompletionsAtPosition: isCompletionListBlocker: 0.0033140000887215137 +Info 21945[20:07:54.835] getExportInfoMap: cache hit +Info 21946[20:07:54.844] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 21947[20:07:54.844] collectAutoImports: response is complete +Info 21948[20:07:54.844] collectAutoImports: 8.79520499985665 +Info 21949[20:07:54.844] getCompletionData: Semantic work: 9.27587900031358 +Info 21950[20:07:54.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.80322299990803 +Info 21951[20:07:54.856] Format host information updated +Info 21952[20:07:57.724] Format host information updated +Info 21953[20:07:57.724] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21954[20:07:57.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2029 structureChanged: false structureIsReused:: Completely Elapsed: 7.441753000020981ms +Info 21955[20:07:57.732] Different program with same set of files +Info 21956[20:07:58.003] Format host information updated +Info 21957[20:07:58.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21958[20:07:58.010] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2030 structureChanged: false structureIsReused:: Completely Elapsed: 7.078027999959886ms +Info 21959[20:07:58.010] Different program with same set of files +Info 21960[20:07:58.749] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21961[20:07:58.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2031 structureChanged: false structureIsReused:: Completely Elapsed: 14.16764699993655ms +Info 21962[20:07:58.764] Different program with same set of files +Info 21963[20:07:58.764] getCompletionData: Get current token: 0.0053079999051988125 +Info 21964[20:07:58.764] getCompletionData: Is inside comment: 0.013332999777048826 +Info 21965[20:07:58.764] getCompletionData: Get previous token: 0.025898000225424767 +Info 21966[20:07:58.764] getCompletionsAtPosition: isCompletionListBlocker: 0.009227999951690435 +Info 21967[20:07:58.765] getExportInfoMap: cache hit +Info 21968[20:07:58.768] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 21969[20:07:58.768] collectAutoImports: response is complete +Info 21970[20:07:58.768] collectAutoImports: 3.0128310001455247 +Info 21971[20:07:58.768] getCompletionData: Semantic work: 3.7475839997641742 +Info 21972[20:07:58.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1233110004104674 +Info 21973[20:07:58.771] Format host information updated +Info 21974[20:07:58.894] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21975[20:07:58.922] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2032 structureChanged: false structureIsReused:: Completely Elapsed: 27.690074000041932ms +Info 21976[20:07:58.922] Different program with same set of files +Info 21977[20:07:58.923] getCompletionData: Get current token: 0.012786000035703182 +Info 21978[20:07:58.923] getCompletionData: Is inside comment: 0.05913900025188923 +Info 21979[20:07:58.923] getCompletionData: Get previous token: 0.0749240000732243 +Info 21980[20:07:58.923] getCompletionsAtPosition: isCompletionListBlocker: 0.017981000244617462 +Info 21981[20:07:58.924] getExportInfoMap: cache hit +Info 21982[20:07:58.934] collectAutoImports: resolved 0 module specifiers, plus 59 ambient and 7 from cache +Info 21983[20:07:58.934] collectAutoImports: response is complete +Info 21984[20:07:58.934] collectAutoImports: 9.489727000240237 +Info 21985[20:07:58.934] getCompletionData: Semantic work: 11.140782000031322 +Info 21986[20:07:58.937] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8692380003631115 +Info 21987[20:07:58.939] Format host information updated +Info 21988[20:07:58.962] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 21989[20:07:58.978] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2033 structureChanged: false structureIsReused:: Completely Elapsed: 15.747171000111848ms +Info 21990[20:07:58.978] Different program with same set of files +Info 21991[20:07:58.978] getCompletionData: Get current token: 0.005840000230818987 +Info 21992[20:07:58.978] getCompletionData: Is inside comment: 0.014423000160604715 +Info 21993[20:07:58.978] getCompletionData: Get previous token: 0.02714500017464161 +Info 21994[20:07:58.978] getCompletionsAtPosition: isCompletionListBlocker: 0.008148999884724617 +Info 21995[20:07:58.979] getExportInfoMap: cache hit +Info 21996[20:07:58.982] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 1 from cache +Info 21997[20:07:58.982] collectAutoImports: response is complete +Info 21998[20:07:58.982] collectAutoImports: 3.3645039997063577 +Info 21999[20:07:58.982] getCompletionData: Semantic work: 4.294577999971807 +Info 22000[20:07:58.985] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.159397999756038 +Info 22001[20:07:58.989] Format host information updated +Info 22002[20:07:59.053] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22003[20:07:59.060] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2034 structureChanged: false structureIsReused:: Completely Elapsed: 7.21722299978137ms +Info 22004[20:07:59.061] Different program with same set of files +Info 22005[20:07:59.061] getCompletionData: Get current token: 0.005151999648660421 +Info 22006[20:07:59.061] getCompletionData: Is inside comment: 0.013935999944806099 +Info 22007[20:07:59.061] getCompletionData: Get previous token: 0.027250000275671482 +Info 22008[20:07:59.061] getCompletionsAtPosition: isCompletionListBlocker: 0.007586999796330929 +Info 22009[20:07:59.061] getExportInfoMap: cache hit +Info 22010[20:07:59.063] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 0 from cache +Info 22011[20:07:59.063] collectAutoImports: response is complete +Info 22012[20:07:59.063] collectAutoImports: 1.8818370001390576 +Info 22013[20:07:59.063] getCompletionData: Semantic work: 2.5271640000864863 +Info 22014[20:07:59.065] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1971849999390543 +Info 22015[20:07:59.065] Format host information updated +Info 22016[20:08:01.259] Format host information updated +Info 22017[20:08:01.259] Format host information updated +Info 22018[20:08:01.259] Format host information updated +Info 22019[20:08:01.259] Format host information updated +Info 22020[20:08:01.259] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22021[20:08:01.267] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2035 structureChanged: false structureIsReused:: Completely Elapsed: 7.488152000121772ms +Info 22022[20:08:01.267] Different program with same set of files +Info 22023[20:08:01.268] getExportInfoMap: cache hit +Info 22024[20:08:01.281] Format host information updated +Info 22025[20:08:01.281] Format host information updated +Info 22026[20:08:01.281] getCompletionData: Get current token: 0.005824999883770943 +Info 22027[20:08:01.281] getCompletionData: Is inside comment: 0.01619100011885166 +Info 22028[20:08:01.281] getCompletionData: Get previous token: 0.014423999935388565 +Info 22029[20:08:01.281] getCompletionsAtPosition: isCompletionListBlocker: 0.002032000105828047 +Info 22030[20:08:01.282] getCompletionData: Semantic work: 0.37482000002637506 +Info 22031[20:08:01.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1787180001847446 +Info 22032[20:08:01.283] getExportInfoMap: cache hit +Info 22033[20:08:01.286] getExportInfoMap: cache hit +Info 22034[20:08:01.288] getExportInfoMap: cache hit +Info 22035[20:08:01.289] getCompletionData: Get current token: 0.008268999867141247 +Info 22036[20:08:01.289] getCompletionData: Is inside comment: 0.0018730000592768192 +Info 22037[20:08:01.289] getCompletionData: Get previous token: 0.031688999850302935 +Info 22038[20:08:01.289] getCompletionsAtPosition: isCompletionListBlocker: 0.007666999939829111 +Info 22039[20:08:01.290] getCompletionData: Semantic work: 0.6459519998170435 +Info 22040[20:08:01.291] getCompletionData: Get current token: 0.00911100022494793 +Info 22041[20:08:01.291] getCompletionData: Is inside comment: 0.0016729999333620071 +Info 22042[20:08:01.291] getCompletionData: Get previous token: 0.03260499984025955 +Info 22043[20:08:01.291] getCompletionsAtPosition: isCompletionListBlocker: 0.0052709998562932014 +Info 22044[20:08:01.291] getCompletionData: Semantic work: 0.5492940000258386 +Info 22045[20:08:01.291] Format host information updated +Info 22046[20:08:02.075] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22047[20:08:02.083] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2036 structureChanged: false structureIsReused:: Completely Elapsed: 8.671133999712765ms +Info 22048[20:08:02.083] Different program with same set of files +Info 22049[20:08:02.084] getCompletionData: Get current token: 0.005607999861240387 +Info 22050[20:08:02.084] getCompletionData: Is inside comment: 0.011944999918341637 +Info 22051[20:08:02.084] getCompletionData: Get previous token: 0.02054300019517541 +Info 22052[20:08:02.084] getCompletionsAtPosition: isCompletionListBlocker: 0.0021660001948475838 +Info 22053[20:08:02.084] getCompletionData: Semantic work: 0.7522530001588166 +Info 22054[20:08:02.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4125930001027882 +Info 22055[20:08:02.088] Format host information updated +Info 22056[20:08:02.298] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22057[20:08:02.306] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2037 structureChanged: false structureIsReused:: Completely Elapsed: 7.674418999813497ms +Info 22058[20:08:02.306] Different program with same set of files +Info 22059[20:08:02.306] getCompletionData: Get current token: 0.005270000081509352 +Info 22060[20:08:02.306] getCompletionData: Is inside comment: 0.011938000097870827 +Info 22061[20:08:02.306] getCompletionData: Get previous token: 0.02005899976938963 +Info 22062[20:08:02.306] getCompletionsAtPosition: isCompletionListBlocker: 0.0022200001403689384 +Info 22063[20:08:02.307] getCompletionData: Semantic work: 0.8028609999455512 +Info 22064[20:08:02.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1820040000602603 +Info 22065[20:08:02.308] Format host information updated +Info 22066[20:08:02.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22067[20:08:02.458] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2038 structureChanged: false structureIsReused:: Completely Elapsed: 7.813180000055581ms +Info 22068[20:08:02.458] Different program with same set of files +Info 22069[20:08:02.458] getCompletionData: Get current token: 0.005762000102549791 +Info 22070[20:08:02.458] getCompletionData: Is inside comment: 0.013844000175595284 +Info 22071[20:08:02.459] getCompletionData: Get previous token: 0.012436000164598227 +Info 22072[20:08:02.459] getCompletionsAtPosition: isCompletionListBlocker: 0.002987000159919262 +Info 22073[20:08:02.459] getExportInfoMap: cache hit +Info 22074[20:08:02.473] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22075[20:08:02.473] collectAutoImports: response is complete +Info 22076[20:08:02.473] collectAutoImports: 14.365734999999404 +Info 22077[20:08:02.474] getCompletionData: Semantic work: 14.965369999874383 +Info 22078[20:08:02.482] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.949808000121266 +Info 22079[20:08:02.488] Format host information updated +Info 22080[20:08:02.521] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22081[20:08:02.529] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2039 structureChanged: false structureIsReused:: Completely Elapsed: 7.73578599980101ms +Info 22082[20:08:02.529] Different program with same set of files +Info 22083[20:08:02.529] getCompletionData: Get current token: 0.005536000244319439 +Info 22084[20:08:02.529] getCompletionData: Is inside comment: 0.05996999982744455 +Info 22085[20:08:02.529] getCompletionData: Get previous token: 0.028569999616593122 +Info 22086[20:08:02.529] getCompletionsAtPosition: isCompletionListBlocker: 0.007031000219285488 +Info 22087[20:08:02.530] getExportInfoMap: cache hit +Info 22088[20:08:02.543] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22089[20:08:02.543] collectAutoImports: response is complete +Info 22090[20:08:02.543] collectAutoImports: 12.961287999991328 +Info 22091[20:08:02.543] getCompletionData: Semantic work: 13.608041999861598 +Info 22092[20:08:02.549] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.344416999723762 +Info 22093[20:08:02.554] Format host information updated +Info 22094[20:08:02.828] getCompletionData: Get current token: 0.0058120000176131725 +Info 22095[20:08:02.828] getCompletionData: Is inside comment: 0.0009679999202489853 +Info 22096[20:08:02.828] getCompletionData: Get previous token: 0.014041999820619822 +Info 22097[20:08:02.828] getCompletionsAtPosition: isCompletionListBlocker: 0.0034290002658963203 +Info 22098[20:08:02.828] getExportInfoMap: cache hit +Info 22099[20:08:02.835] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22100[20:08:02.835] collectAutoImports: response is complete +Info 22101[20:08:02.835] collectAutoImports: 6.662543999962509 +Info 22102[20:08:02.835] getCompletionData: Semantic work: 7.25960800005123 +Info 22103[20:08:02.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.784214000217617 +Info 22104[20:08:04.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22105[20:08:04.067] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2040 structureChanged: false structureIsReused:: Completely Elapsed: 10.061778000090271ms +Info 22106[20:08:04.067] Different program with same set of files +Info 22107[20:08:04.068] getCompletionData: Get current token: 0.005537999793887138 +Info 22108[20:08:04.068] getCompletionData: Is inside comment: 0.0009899996221065521 +Info 22109[20:08:04.068] getCompletionData: Get previous token: 0.023713000118732452 +Info 22110[20:08:04.068] getCompletionsAtPosition: isCompletionListBlocker: 0.0027660001069307327 +Info 22111[20:08:04.068] getExportInfoMap: cache hit +Info 22112[20:08:04.072] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 22113[20:08:04.072] collectAutoImports: response is complete +Info 22114[20:08:04.072] collectAutoImports: 4.056505999993533 +Info 22115[20:08:04.072] getCompletionData: Semantic work: 4.5951049998402596 +Info 22116[20:08:04.075] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2640829998999834 +Info 22117[20:08:04.077] Format host information updated +Info 22118[20:08:04.136] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22119[20:08:04.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2041 structureChanged: false structureIsReused:: Completely Elapsed: 9.672125000040978ms +Info 22120[20:08:04.145] Different program with same set of files +Info 22121[20:08:04.146] getCompletionData: Get current token: 0.005018000025302172 +Info 22122[20:08:04.146] getCompletionData: Is inside comment: 0.0009679999202489853 +Info 22123[20:08:04.146] getCompletionData: Get previous token: 0.023316000122576952 +Info 22124[20:08:04.146] getCompletionsAtPosition: isCompletionListBlocker: 0.003020999953150749 +Info 22125[20:08:04.146] getExportInfoMap: cache hit +Info 22126[20:08:04.148] collectAutoImports: resolved 0 module specifiers, plus 40 ambient and 3 from cache +Info 22127[20:08:04.148] collectAutoImports: response is complete +Info 22128[20:08:04.148] collectAutoImports: 2.06667000008747 +Info 22129[20:08:04.148] getCompletionData: Semantic work: 2.6845340002328157 +Info 22130[20:08:04.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5774910002946854 +Info 22131[20:08:04.154] Format host information updated +Info 22132[20:08:04.196] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22133[20:08:04.206] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2042 structureChanged: false structureIsReused:: Completely Elapsed: 9.29271399974823ms +Info 22134[20:08:04.206] Different program with same set of files +Info 22135[20:08:04.206] getCompletionData: Get current token: 0.005004000384360552 +Info 22136[20:08:04.206] getCompletionData: Is inside comment: 0.0009830002672970295 +Info 22137[20:08:04.206] getCompletionData: Get previous token: 0.023105000145733356 +Info 22138[20:08:04.206] getCompletionsAtPosition: isCompletionListBlocker: 0.0035910001024603844 +Info 22139[20:08:04.206] getExportInfoMap: cache hit +Info 22140[20:08:04.208] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 3 from cache +Info 22141[20:08:04.208] collectAutoImports: response is complete +Info 22142[20:08:04.208] collectAutoImports: 1.9278440000489354 +Info 22143[20:08:04.208] getCompletionData: Semantic work: 2.600451999809593 +Info 22144[20:08:04.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4099930003285408 +Info 22145[20:08:04.211] Format host information updated +Info 22146[20:08:04.260] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22147[20:08:04.268] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2043 structureChanged: false structureIsReused:: Completely Elapsed: 7.629503999836743ms +Info 22148[20:08:04.268] Different program with same set of files +Info 22149[20:08:04.268] getCompletionData: Get current token: 0.005834999959915876 +Info 22150[20:08:04.268] getCompletionData: Is inside comment: 0.0009620003402233124 +Info 22151[20:08:04.268] getCompletionData: Get previous token: 0.026897000148892403 +Info 22152[20:08:04.268] getCompletionsAtPosition: isCompletionListBlocker: 0.0029819998890161514 +Info 22153[20:08:04.269] getExportInfoMap: cache hit +Info 22154[20:08:04.271] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22155[20:08:04.271] collectAutoImports: response is complete +Info 22156[20:08:04.271] collectAutoImports: 1.7645120001398027 +Info 22157[20:08:04.271] getCompletionData: Semantic work: 2.367922999896109 +Info 22158[20:08:04.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3445709999650717 +Info 22159[20:08:04.273] Format host information updated +Info 22160[20:08:04.333] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22161[20:08:04.352] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2044 structureChanged: false structureIsReused:: Completely Elapsed: 18.602739000227302ms +Info 22162[20:08:04.352] Different program with same set of files +Info 22163[20:08:04.352] getCompletionData: Get current token: 0.013287999667227268 +Info 22164[20:08:04.352] getCompletionData: Is inside comment: 0.002898000180721283 +Info 22165[20:08:04.352] getCompletionData: Get previous token: 0.060360000003129244 +Info 22166[20:08:04.352] getCompletionsAtPosition: isCompletionListBlocker: 0.005318999756127596 +Info 22167[20:08:04.353] getExportInfoMap: cache hit +Info 22168[20:08:04.357] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 22169[20:08:04.357] collectAutoImports: response is complete +Info 22170[20:08:04.357] collectAutoImports: 3.661466000135988 +Info 22171[20:08:04.357] getCompletionData: Semantic work: 4.857629999984056 +Info 22172[20:08:04.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8537359996698797 +Info 22173[20:08:04.363] Format host information updated +Info 22174[20:08:04.764] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22175[20:08:04.792] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2045 structureChanged: false structureIsReused:: Completely Elapsed: 27.86709599988535ms +Info 22176[20:08:04.792] Different program with same set of files +Info 22177[20:08:04.792] getCompletionData: Get current token: 0.017008999828249216 +Info 22178[20:08:04.792] getCompletionData: Is inside comment: 0.003498000092804432 +Info 22179[20:08:04.793] getCompletionData: Get previous token: 0.08191099995747209 +Info 22180[20:08:04.793] getCompletionsAtPosition: isCompletionListBlocker: 0.005268000066280365 +Info 22181[20:08:04.794] getExportInfoMap: cache hit +Info 22182[20:08:04.801] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 22183[20:08:04.801] collectAutoImports: response is complete +Info 22184[20:08:04.801] collectAutoImports: 6.810178999789059 +Info 22185[20:08:04.801] getCompletionData: Semantic work: 8.063573000021279 +Info 22186[20:08:04.804] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.258739000186324 +Info 22187[20:08:04.805] Format host information updated +Info 22188[20:08:04.825] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22189[20:08:04.832] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2046 structureChanged: false structureIsReused:: Completely Elapsed: 7.166334999725223ms +Info 22190[20:08:04.832] Different program with same set of files +Info 22191[20:08:04.832] getCompletionData: Get current token: 0.005392999853938818 +Info 22192[20:08:04.832] getCompletionData: Is inside comment: 0.0009719999507069588 +Info 22193[20:08:04.832] getCompletionData: Get previous token: 0.024311999790370464 +Info 22194[20:08:04.832] getCompletionsAtPosition: isCompletionListBlocker: 0.0037770001217722893 +Info 22195[20:08:04.833] getExportInfoMap: cache hit +Info 22196[20:08:04.834] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22197[20:08:04.834] collectAutoImports: response is complete +Info 22198[20:08:04.834] collectAutoImports: 1.3486429997719824 +Info 22199[20:08:04.834] getCompletionData: Semantic work: 2.1015239995904267 +Info 22200[20:08:04.836] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3643729998730123 +Info 22201[20:08:04.837] Format host information updated +Info 22202[20:08:05.002] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22203[20:08:05.010] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2047 structureChanged: false structureIsReused:: Completely Elapsed: 7.339877000078559ms +Info 22204[20:08:05.010] Different program with same set of files +Info 22205[20:08:05.010] getCompletionData: Get current token: 0.005867000203579664 +Info 22206[20:08:05.010] getCompletionData: Is inside comment: 0.0010929997079074383 +Info 22207[20:08:05.010] getCompletionData: Get previous token: 0.026258000172674656 +Info 22208[20:08:05.010] getCompletionsAtPosition: isCompletionListBlocker: 0.002985000144690275 +Info 22209[20:08:05.010] getExportInfoMap: cache hit +Info 22210[20:08:05.012] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22211[20:08:05.012] collectAutoImports: response is complete +Info 22212[20:08:05.012] collectAutoImports: 1.5841280003078282 +Info 22213[20:08:05.012] getCompletionData: Semantic work: 2.1459629996679723 +Info 22214[20:08:05.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.331573999952525 +Info 22215[20:08:05.015] Format host information updated +Info 22216[20:08:05.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22217[20:08:05.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2048 structureChanged: false structureIsReused:: Completely Elapsed: 10.591598000377417ms +Info 22218[20:08:05.164] Different program with same set of files +Info 22219[20:08:05.164] getCompletionData: Get current token: 0.007348999846726656 +Info 22220[20:08:05.164] getCompletionData: Is inside comment: 0.0011690002866089344 +Info 22221[20:08:05.164] getCompletionData: Get previous token: 0.02434000000357628 +Info 22222[20:08:05.164] getCompletionsAtPosition: isCompletionListBlocker: 0.011175999883562326 +Info 22223[20:08:05.165] getExportInfoMap: cache hit +Info 22224[20:08:05.177] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22225[20:08:05.177] collectAutoImports: response is complete +Info 22226[20:08:05.177] collectAutoImports: 11.943200000096112 +Info 22227[20:08:05.177] getCompletionData: Semantic work: 12.611293999943882 +Info 22228[20:08:05.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.14260599995032 +Info 22229[20:08:05.194] Format host information updated +Info 22230[20:08:05.232] Format host information updated +Info 22231[20:08:05.232] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22232[20:08:05.239] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2049 structureChanged: false structureIsReused:: Completely Elapsed: 6.849760999903083ms +Info 22233[20:08:05.239] Different program with same set of files +Info 22234[20:08:06.046] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22235[20:08:06.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2050 structureChanged: false structureIsReused:: Completely Elapsed: 9.150026000104845ms +Info 22236[20:08:06.055] Different program with same set of files +Info 22237[20:08:06.055] getCompletionData: Get current token: 0.0050409999676048756 +Info 22238[20:08:06.055] getCompletionData: Is inside comment: 0.0008169999346137047 +Info 22239[20:08:06.055] getCompletionData: Get previous token: 0.022525999695062637 +Info 22240[20:08:06.055] getCompletionsAtPosition: isCompletionListBlocker: 0.004021999891847372 +Info 22241[20:08:06.056] getExportInfoMap: cache hit +Info 22242[20:08:06.060] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 22243[20:08:06.060] collectAutoImports: response is complete +Info 22244[20:08:06.060] collectAutoImports: 4.096195999998599 +Info 22245[20:08:06.060] getCompletionData: Semantic work: 4.6376510001719 +Info 22246[20:08:06.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2001040000468493 +Info 22247[20:08:06.065] Format host information updated +Info 22248[20:08:06.106] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22249[20:08:06.116] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2051 structureChanged: false structureIsReused:: Completely Elapsed: 9.388130000326782ms +Info 22250[20:08:06.116] Different program with same set of files +Info 22251[20:08:06.116] getCompletionData: Get current token: 0.005247000139206648 +Info 22252[20:08:06.116] getCompletionData: Is inside comment: 0.000931999646127224 +Info 22253[20:08:06.116] getCompletionData: Get previous token: 0.02367600006982684 +Info 22254[20:08:06.116] getCompletionsAtPosition: isCompletionListBlocker: 0.0040619997307658195 +Info 22255[20:08:06.116] getExportInfoMap: cache hit +Info 22256[20:08:06.118] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 22257[20:08:06.118] collectAutoImports: response is complete +Info 22258[20:08:06.118] collectAutoImports: 1.9791029999032617 +Info 22259[20:08:06.118] getCompletionData: Semantic work: 2.5855140001513064 +Info 22260[20:08:06.121] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2478299997746944 +Info 22261[20:08:06.122] Format host information updated +Info 22262[20:08:06.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22263[20:08:06.480] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2052 structureChanged: false structureIsReused:: Completely Elapsed: 7.715602000243962ms +Info 22264[20:08:06.480] Different program with same set of files +Info 22265[20:08:06.480] getCompletionData: Get current token: 0.005969999823719263 +Info 22266[20:08:06.480] getCompletionData: Is inside comment: 0.001075000036507845 +Info 22267[20:08:06.480] getCompletionData: Get previous token: 0.028502999804913998 +Info 22268[20:08:06.480] getCompletionsAtPosition: isCompletionListBlocker: 0.00444400031119585 +Info 22269[20:08:06.481] getExportInfoMap: cache hit +Info 22270[20:08:06.485] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22271[20:08:06.485] collectAutoImports: response is complete +Info 22272[20:08:06.485] collectAutoImports: 3.6559589998796582 +Info 22273[20:08:06.485] getCompletionData: Semantic work: 4.2922550002112985 +Info 22274[20:08:06.488] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5349560002796352 +Info 22275[20:08:06.489] Format host information updated +Info 22276[20:08:06.603] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22277[20:08:06.610] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2053 structureChanged: false structureIsReused:: Completely Elapsed: 7.197620999999344ms +Info 22278[20:08:06.610] Different program with same set of files +Info 22279[20:08:06.610] getCompletionData: Get current token: 0.0051009999588131905 +Info 22280[20:08:06.610] getCompletionData: Is inside comment: 0.0008089998736977577 +Info 22281[20:08:06.610] getCompletionData: Get previous token: 0.023384999949485064 +Info 22282[20:08:06.610] getCompletionsAtPosition: isCompletionListBlocker: 0.004224999807775021 +Info 22283[20:08:06.611] getExportInfoMap: cache hit +Info 22284[20:08:06.612] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22285[20:08:06.612] collectAutoImports: response is complete +Info 22286[20:08:06.612] collectAutoImports: 1.328757000155747 +Info 22287[20:08:06.612] getCompletionData: Semantic work: 1.8615390001796186 +Info 22288[20:08:06.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.116335999686271 +Info 22289[20:08:06.618] Format host information updated +Info 22290[20:08:06.663] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22291[20:08:06.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2054 structureChanged: false structureIsReused:: Completely Elapsed: 8.723282000049949ms +Info 22292[20:08:06.672] Different program with same set of files +Info 22293[20:08:06.672] getCompletionData: Get current token: 0.006926999893039465 +Info 22294[20:08:06.672] getCompletionData: Is inside comment: 0.0012309998273849487 +Info 22295[20:08:06.672] getCompletionData: Get previous token: 0.031725000124424696 +Info 22296[20:08:06.672] getCompletionsAtPosition: isCompletionListBlocker: 0.004660000093281269 +Info 22297[20:08:06.673] getExportInfoMap: cache hit +Info 22298[20:08:06.674] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22299[20:08:06.674] collectAutoImports: response is complete +Info 22300[20:08:06.674] collectAutoImports: 1.7342500002123415 +Info 22301[20:08:06.674] getCompletionData: Semantic work: 2.4245029999874532 +Info 22302[20:08:06.677] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4317340003326535 +Info 22303[20:08:06.678] Format host information updated +Info 22304[20:08:06.723] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22305[20:08:06.731] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2055 structureChanged: false structureIsReused:: Completely Elapsed: 7.873464999720454ms +Info 22306[20:08:06.731] Different program with same set of files +Info 22307[20:08:06.731] getCompletionData: Get current token: 0.006298999767750502 +Info 22308[20:08:06.731] getCompletionData: Is inside comment: 0.0009639998897910118 +Info 22309[20:08:06.731] getCompletionData: Get previous token: 0.029178999830037355 +Info 22310[20:08:06.731] getCompletionsAtPosition: isCompletionListBlocker: 0.003853000234812498 +Info 22311[20:08:06.732] getExportInfoMap: cache hit +Info 22312[20:08:06.734] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22313[20:08:06.734] collectAutoImports: response is complete +Info 22314[20:08:06.734] collectAutoImports: 1.5369540001265705 +Info 22315[20:08:06.734] getCompletionData: Semantic work: 2.132154999766499 +Info 22316[20:08:06.736] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.275423000101 +Info 22317[20:08:06.737] Format host information updated +Info 22318[20:08:06.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22319[20:08:06.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2056 structureChanged: false structureIsReused:: Completely Elapsed: 10.436701999977231ms +Info 22320[20:08:06.860] Different program with same set of files +Info 22321[20:08:06.861] getCompletionData: Get current token: 0.005754999816417694 +Info 22322[20:08:06.861] getCompletionData: Is inside comment: 0.0010420000180602074 +Info 22323[20:08:06.861] getCompletionData: Get previous token: 0.02544999960809946 +Info 22324[20:08:06.861] getCompletionsAtPosition: isCompletionListBlocker: 0.0039079999551177025 +Info 22325[20:08:06.861] getExportInfoMap: cache hit +Info 22326[20:08:06.863] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 22327[20:08:06.863] collectAutoImports: response is complete +Info 22328[20:08:06.863] collectAutoImports: 1.4291600002907217 +Info 22329[20:08:06.863] getCompletionData: Semantic work: 2.0416170000098646 +Info 22330[20:08:06.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2007120000198483 +Info 22331[20:08:06.868] Format host information updated +Info 22332[20:08:46.819] Format host information updated +Info 22333[20:08:46.819] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22334[20:08:46.828] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2057 structureChanged: false structureIsReused:: Completely Elapsed: 8.754554999992251ms +Info 22335[20:08:46.828] Different program with same set of files +Info 22336[20:08:47.021] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22337[20:08:47.030] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2058 structureChanged: false structureIsReused:: Completely Elapsed: 8.771933999843895ms +Info 22338[20:08:47.030] Different program with same set of files +Info 22339[20:08:47.030] getCompletionData: Get current token: 0.005934000015258789 +Info 22340[20:08:47.030] getCompletionData: Is inside comment: 0.016884999815374613 +Info 22341[20:08:47.030] getCompletionData: Get previous token: 0.035048000048846006 +Info 22342[20:08:47.030] getCompletionsAtPosition: isCompletionListBlocker: 0.012079000007361174 +Info 22343[20:08:47.031] getExportInfoMap: cache hit +Info 22344[20:08:47.041] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 22345[20:08:47.041] collectAutoImports: response is complete +Info 22346[20:08:47.041] collectAutoImports: 9.465760999824852 +Info 22347[20:08:47.041] getCompletionData: Semantic work: 10.521824000403285 +Info 22348[20:08:47.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9828139999881387 +Info 22349[20:08:47.045] Format host information updated +Info 22350[20:08:47.081] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22351[20:08:47.091] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2059 structureChanged: false structureIsReused:: Completely Elapsed: 10.351009999867529ms +Info 22352[20:08:47.091] Different program with same set of files +Info 22353[20:08:47.091] getCompletionData: Get current token: 0.005982999689877033 +Info 22354[20:08:47.092] getCompletionData: Is inside comment: 0.017562000080943108 +Info 22355[20:08:47.092] getCompletionData: Get previous token: 0.033712999895215034 +Info 22356[20:08:47.092] getCompletionsAtPosition: isCompletionListBlocker: 0.009132999926805496 +Info 22357[20:08:47.092] getExportInfoMap: cache hit +Info 22358[20:08:47.098] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 22359[20:08:47.098] collectAutoImports: response is complete +Info 22360[20:08:47.098] collectAutoImports: 5.5639419998042285 +Info 22361[20:08:47.098] getCompletionData: Semantic work: 6.495848000049591 +Info 22362[20:08:47.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9545740000903606 +Info 22363[20:08:47.101] Format host information updated +Info 22364[20:08:47.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22365[20:08:47.180] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2060 structureChanged: false structureIsReused:: Completely Elapsed: 14.67748500034213ms +Info 22366[20:08:47.180] Different program with same set of files +Info 22367[20:08:47.180] getCompletionData: Get current token: 0.008882000111043453 +Info 22368[20:08:47.180] getCompletionData: Is inside comment: 0.022739000152796507 +Info 22369[20:08:47.180] getCompletionData: Get previous token: 0.04401800036430359 +Info 22370[20:08:47.180] getCompletionsAtPosition: isCompletionListBlocker: 0.0214010002091527 +Info 22371[20:08:47.181] getExportInfoMap: cache hit +Info 22372[20:08:47.189] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 22373[20:08:47.189] collectAutoImports: response is complete +Info 22374[20:08:47.189] collectAutoImports: 7.277308000251651 +Info 22375[20:08:47.189] getCompletionData: Semantic work: 8.579271000344306 +Info 22376[20:08:47.191] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.699041999876499 +Info 22377[20:08:47.193] Format host information updated +Info 22378[20:08:47.226] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22379[20:08:47.236] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2061 structureChanged: false structureIsReused:: Completely Elapsed: 9.133636000100523ms +Info 22380[20:08:47.236] Different program with same set of files +Info 22381[20:08:47.236] getCompletionData: Get current token: 0.005901999771595001 +Info 22382[20:08:47.236] getCompletionData: Is inside comment: 0.01524699991568923 +Info 22383[20:08:47.236] getCompletionData: Get previous token: 0.06519300024956465 +Info 22384[20:08:47.236] getCompletionsAtPosition: isCompletionListBlocker: 0.010207999963313341 +Info 22385[20:08:47.237] getExportInfoMap: cache hit +Info 22386[20:08:47.241] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 22387[20:08:47.241] collectAutoImports: response is complete +Info 22388[20:08:47.241] collectAutoImports: 4.275001999922097 +Info 22389[20:08:47.241] getCompletionData: Semantic work: 5.287043999880552 +Info 22390[20:08:47.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.559754999820143 +Info 22391[20:08:47.244] Format host information updated +Info 22392[20:08:47.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22393[20:08:47.347] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2062 structureChanged: false structureIsReused:: Completely Elapsed: 29.146070000249892ms +Info 22394[20:08:47.347] Different program with same set of files +Info 22395[20:08:47.348] getCompletionData: Get current token: 0.01853100024163723 +Info 22396[20:08:47.348] getCompletionData: Is inside comment: 0.04644099995493889 +Info 22397[20:08:47.348] getCompletionData: Get previous token: 0.09421900007873774 +Info 22398[20:08:47.348] getCompletionsAtPosition: isCompletionListBlocker: 0.02012099977582693 +Info 22399[20:08:47.350] getExportInfoMap: cache hit +Info 22400[20:08:47.355] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 22401[20:08:47.355] collectAutoImports: response is complete +Info 22402[20:08:47.355] collectAutoImports: 4.579518999904394 +Info 22403[20:08:47.355] getCompletionData: Semantic work: 7.163055999670178 +Info 22404[20:08:47.358] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.851780000142753 +Info 22405[20:08:47.360] Format host information updated +Info 22406[20:08:47.507] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22407[20:08:47.516] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2063 structureChanged: false structureIsReused:: Completely Elapsed: 8.162803000304848ms +Info 22408[20:08:47.516] Different program with same set of files +Info 22409[20:08:47.516] getCompletionData: Get current token: 0.007057999726384878 +Info 22410[20:08:47.516] getCompletionData: Is inside comment: 0.018962000031024218 +Info 22411[20:08:47.516] getCompletionData: Get previous token: 0.017663999926298857 +Info 22412[20:08:47.516] getCompletionsAtPosition: isCompletionListBlocker: 0.002821999602019787 +Info 22413[20:08:47.516] getCompletionData: Semantic work: 0.5153310000896454 +Info 22414[20:08:47.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.026076000183820724 +Info 22415[20:08:47.517] Format host information updated +Info 22416[20:08:47.600] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22417[20:08:47.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2064 structureChanged: false structureIsReused:: Completely Elapsed: 7.880365999881178ms +Info 22418[20:08:47.608] Different program with same set of files +Info 22419[20:08:47.608] getCompletionData: Get current token: 0.005814999807626009 +Info 22420[20:08:47.609] getCompletionData: Is inside comment: 0.017487999983131886 +Info 22421[20:08:47.609] getCompletionData: Get previous token: 0.04457399994134903 +Info 22422[20:08:47.609] getCompletionsAtPosition: isCompletionListBlocker: 0.0026000002399086952 +Info 22423[20:08:47.609] getCompletionData: Semantic work: 0.43683600006625056 +Info 22424[20:08:47.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02215099986642599 +Info 22425[20:08:47.610] Format host information updated +Info 22426[20:08:47.660] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22427[20:08:47.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2065 structureChanged: false structureIsReused:: Completely Elapsed: 8.857989999931306ms +Info 22428[20:08:47.669] Different program with same set of files +Info 22429[20:08:47.669] getCompletionData: Get current token: 0.006816999986767769 +Info 22430[20:08:47.669] getCompletionData: Is inside comment: 0.012832000385969877 +Info 22431[20:08:47.669] getCompletionData: Get previous token: 0.01309000002220273 +Info 22432[20:08:47.669] getCompletionsAtPosition: isCompletionListBlocker: 0.0022619999945163727 +Info 22433[20:08:47.671] getCompletionData: Semantic work: 2.2448299997486174 +Info 22434[20:08:47.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.024304999969899654 +Info 22435[20:08:47.672] Format host information updated +Info 22436[20:08:47.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22437[20:08:47.807] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2066 structureChanged: false structureIsReused:: Completely Elapsed: 9.530232999939471ms +Info 22438[20:08:47.807] Different program with same set of files +Info 22439[20:08:47.807] getCompletionData: Get current token: 0.0070119998417794704 +Info 22440[20:08:47.807] getCompletionData: Is inside comment: 0.014524000231176615 +Info 22441[20:08:47.807] getCompletionData: Get previous token: 0.026726000010967255 +Info 22442[20:08:47.807] getCompletionsAtPosition: isCompletionListBlocker: 0.0029509998857975006 +Info 22443[20:08:47.808] getCompletionData: Semantic work: 0.5048639997839928 +Info 22444[20:08:47.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.027620999608188868 +Info 22445[20:08:47.809] Format host information updated +Info 22446[20:08:48.177] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22447[20:08:48.187] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2067 structureChanged: false structureIsReused:: Completely Elapsed: 9.135082999709994ms +Info 22448[20:08:48.187] Different program with same set of files +Info 22449[20:08:48.187] getCompletionData: Get current token: 0.006622000131756067 +Info 22450[20:08:48.187] getCompletionData: Is inside comment: 0.019157000351697206 +Info 22451[20:08:48.187] getCompletionData: Get previous token: 0.016536999959498644 +Info 22452[20:08:48.187] getCompletionsAtPosition: isCompletionListBlocker: 0.0022979998029768467 +Info 22453[20:08:48.188] getCompletionData: Semantic work: 0.631173999980092 +Info 22454[20:08:48.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02561300015076995 +Info 22455[20:08:48.189] Format host information updated +Info 22456[20:08:48.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22457[20:08:48.319] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2068 structureChanged: false structureIsReused:: Completely Elapsed: 8.793475999962538ms +Info 22458[20:08:48.319] Different program with same set of files +Info 22459[20:08:48.319] getCompletionData: Get current token: 0.006351000163704157 +Info 22460[20:08:48.319] getCompletionData: Is inside comment: 0.01589699974283576 +Info 22461[20:08:48.319] getCompletionData: Get previous token: 0.027728000190109015 +Info 22462[20:08:48.320] getCompletionsAtPosition: isCompletionListBlocker: 0.002392999827861786 +Info 22463[20:08:48.320] getCompletionData: Semantic work: 0.500258999876678 +Info 22464[20:08:48.320] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.024027000181376934 +Info 22465[20:08:48.322] Format host information updated +Info 22466[20:08:48.439] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22467[20:08:48.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2069 structureChanged: false structureIsReused:: Completely Elapsed: 8.671156000345945ms +Info 22468[20:08:48.447] Different program with same set of files +Info 22469[20:08:48.448] getCompletionData: Get current token: 0.007431000005453825 +Info 22470[20:08:48.448] getCompletionData: Is inside comment: 0.020431000273674726 +Info 22471[20:08:48.448] getCompletionData: Get previous token: 0.018112000077962875 +Info 22472[20:08:48.448] getCompletionsAtPosition: isCompletionListBlocker: 0.002689999993890524 +Info 22473[20:08:48.448] getCompletionData: Semantic work: 0.5306760002858937 +Info 22474[20:08:48.449] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02742900000885129 +Info 22475[20:08:48.449] Format host information updated +Info 22476[20:08:48.605] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22477[20:08:48.613] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2070 structureChanged: false structureIsReused:: Completely Elapsed: 8.107966999989003ms +Info 22478[20:08:48.613] Different program with same set of files +Info 22479[20:08:48.613] getCompletionData: Get current token: 0.005179999861866236 +Info 22480[20:08:48.613] getCompletionData: Is inside comment: 0.011024000123143196 +Info 22481[20:08:48.613] getCompletionData: Get previous token: 0.02208399958908558 +Info 22482[20:08:48.613] getCompletionsAtPosition: isCompletionListBlocker: 0.00802600011229515 +Info 22483[20:08:48.614] getExportInfoMap: cache hit +Info 22484[20:08:48.617] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 22485[20:08:48.618] collectAutoImports: response is complete +Info 22486[20:08:48.618] collectAutoImports: 3.431764999870211 +Info 22487[20:08:48.618] getCompletionData: Semantic work: 4.521842000074685 +Info 22488[20:08:48.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7992009995505214 +Info 22489[20:08:48.622] Format host information updated +Info 22490[20:08:48.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22491[20:08:48.719] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2071 structureChanged: false structureIsReused:: Completely Elapsed: 24.685477999970317ms +Info 22492[20:08:48.719] Different program with same set of files +Info 22493[20:08:48.719] getCompletionData: Get current token: 0.013372999615967274 +Info 22494[20:08:48.719] getCompletionData: Is inside comment: 0.027796000242233276 +Info 22495[20:08:48.719] getCompletionData: Get previous token: 0.05596999963745475 +Info 22496[20:08:48.719] getCompletionsAtPosition: isCompletionListBlocker: 0.01739799976348877 +Info 22497[20:08:48.721] getExportInfoMap: cache hit +Info 22498[20:08:48.724] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 22499[20:08:48.724] collectAutoImports: response is complete +Info 22500[20:08:48.724] collectAutoImports: 2.9808760001324117 +Info 22501[20:08:48.724] getCompletionData: Semantic work: 4.703289999626577 +Info 22502[20:08:48.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.492908999789506 +Info 22503[20:08:48.728] Format host information updated +Info 22504[20:08:48.771] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22505[20:08:48.779] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2072 structureChanged: false structureIsReused:: Completely Elapsed: 8.18106499966234ms +Info 22506[20:08:48.779] Different program with same set of files +Info 22507[20:08:48.779] getCompletionData: Get current token: 0.0057920003309845924 +Info 22508[20:08:48.779] getCompletionData: Is inside comment: 0.011745000258088112 +Info 22509[20:08:48.779] getCompletionData: Get previous token: 0.0250149997882545 +Info 22510[20:08:48.779] getCompletionsAtPosition: isCompletionListBlocker: 0.008715999778360128 +Info 22511[20:08:48.780] getExportInfoMap: cache hit +Info 22512[20:08:48.783] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 22513[20:08:48.783] collectAutoImports: response is complete +Info 22514[20:08:48.783] collectAutoImports: 2.85257099987939 +Info 22515[20:08:48.783] getCompletionData: Semantic work: 4.070561999920756 +Info 22516[20:08:48.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4915670002810657 +Info 22517[20:08:48.789] Format host information updated +Info 22518[20:08:48.854] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22519[20:08:48.868] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2073 structureChanged: false structureIsReused:: Completely Elapsed: 13.97294700006023ms +Info 22520[20:08:48.868] Different program with same set of files +Info 22521[20:08:48.868] getCompletionData: Get current token: 0.015223999973386526 +Info 22522[20:08:48.868] getCompletionData: Is inside comment: 0.03338000038638711 +Info 22523[20:08:48.868] getCompletionData: Get previous token: 0.030836000107228756 +Info 22524[20:08:48.868] getCompletionsAtPosition: isCompletionListBlocker: 0.004693000111728907 +Info 22525[20:08:48.870] getCompletionData: Semantic work: 1.7611699998378754 +Info 22526[20:08:48.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4822039999999106 +Info 22527[20:08:48.873] Format host information updated +Info 22528[20:08:49.050] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22529[20:08:49.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2074 structureChanged: false structureIsReused:: Completely Elapsed: 10.772079000249505ms +Info 22530[20:08:49.061] Different program with same set of files +Info 22531[20:08:49.061] getCompletionData: Get current token: 0.006816999986767769 +Info 22532[20:08:49.061] getCompletionData: Is inside comment: 0.015223000198602676 +Info 22533[20:08:49.061] getCompletionData: Get previous token: 0.02521000010892749 +Info 22534[20:08:49.061] getCompletionsAtPosition: isCompletionListBlocker: 0.002704999875277281 +Info 22535[20:08:49.062] getCompletionData: Semantic work: 0.8149439999833703 +Info 22536[20:08:49.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.38558899983763695 +Info 22537[20:08:49.063] Format host information updated +Info 22538[20:08:49.425] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22539[20:08:49.435] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2075 structureChanged: false structureIsReused:: Completely Elapsed: 10.015272999648005ms +Info 22540[20:08:49.435] Different program with same set of files +Info 22541[20:08:49.435] getCompletionData: Get current token: 0.005273999646306038 +Info 22542[20:08:49.435] getCompletionData: Is inside comment: 0.011138999834656715 +Info 22543[20:08:49.435] getCompletionData: Get previous token: 0.019184999633580446 +Info 22544[20:08:49.435] getCompletionsAtPosition: isCompletionListBlocker: 0.002254000399261713 +Info 22545[20:08:49.436] getCompletionData: Semantic work: 0.6665449999272823 +Info 22546[20:08:49.436] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4550019996240735 +Info 22547[20:08:49.437] Format host information updated +Info 22548[20:08:49.638] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22549[20:08:49.646] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2076 structureChanged: false structureIsReused:: Completely Elapsed: 7.438466000370681ms +Info 22550[20:08:49.646] Different program with same set of files +Info 22551[20:08:49.646] getCompletionData: Get current token: 0.0053980001248419285 +Info 22552[20:08:49.646] getCompletionData: Is inside comment: 0.012492000125348568 +Info 22553[20:08:49.646] getCompletionData: Get previous token: 0.020306999795138836 +Info 22554[20:08:49.646] getCompletionsAtPosition: isCompletionListBlocker: 0.0022580004297196865 +Info 22555[20:08:49.647] getCompletionData: Semantic work: 0.7664280002936721 +Info 22556[20:08:49.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3103570002131164 +Info 22557[20:08:49.648] Format host information updated +Info 22558[20:08:49.736] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22559[20:08:49.760] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2077 structureChanged: false structureIsReused:: Completely Elapsed: 23.889938000123948ms +Info 22560[20:08:49.760] Different program with same set of files +Info 22561[20:08:49.761] getCompletionData: Get current token: 0.01974100014194846 +Info 22562[20:08:49.761] getCompletionData: Is inside comment: 0.043101999908685684 +Info 22563[20:08:49.761] getCompletionData: Get previous token: 0.07303799968212843 +Info 22564[20:08:49.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0059980000369250774 +Info 22565[20:08:49.763] getCompletionData: Semantic work: 2.150615999940783 +Info 22566[20:08:49.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0833649998530746 +Info 22567[20:08:49.766] Format host information updated +Info 22568[20:08:49.798] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22569[20:08:49.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2078 structureChanged: false structureIsReused:: Completely Elapsed: 10.087584999855608ms +Info 22570[20:08:49.808] Different program with same set of files +Info 22571[20:08:49.808] getCompletionData: Get current token: 0.005121000111103058 +Info 22572[20:08:49.808] getCompletionData: Is inside comment: 0.010805999860167503 +Info 22573[20:08:49.808] getCompletionData: Get previous token: 0.01850100001320243 +Info 22574[20:08:49.808] getCompletionsAtPosition: isCompletionListBlocker: 0.002193000167608261 +Info 22575[20:08:49.809] getCompletionData: Semantic work: 0.6233199997805059 +Info 22576[20:08:49.809] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3029189999215305 +Info 22577[20:08:49.810] Format host information updated +Info 22578[20:08:49.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22579[20:08:49.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2079 structureChanged: false structureIsReused:: Completely Elapsed: 8.418608999811113ms +Info 22580[20:08:49.993] Different program with same set of files +Info 22581[20:08:49.993] getCompletionData: Get current token: 0.0059359995648264885 +Info 22582[20:08:49.993] getCompletionData: Is inside comment: 0.013418999966233969 +Info 22583[20:08:49.993] getCompletionData: Get previous token: 0.01169199962168932 +Info 22584[20:08:49.993] getCompletionsAtPosition: isCompletionListBlocker: 0.0032599996775388718 +Info 22585[20:08:49.994] getExportInfoMap: cache hit +Info 22586[20:08:50.014] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22587[20:08:50.014] collectAutoImports: response is complete +Info 22588[20:08:50.014] collectAutoImports: 19.68331899959594 +Info 22589[20:08:50.014] getCompletionData: Semantic work: 20.257272000424564 +Info 22590[20:08:50.026] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.607369999866933 +Info 22591[20:08:50.031] Format host information updated +Info 22592[20:08:50.053] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22593[20:08:50.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2080 structureChanged: false structureIsReused:: Completely Elapsed: 7.872225999832153ms +Info 22594[20:08:50.061] Different program with same set of files +Info 22595[20:08:50.061] getCompletionData: Get current token: 0.00548599986359477 +Info 22596[20:08:50.061] getCompletionData: Is inside comment: 0.012360000051558018 +Info 22597[20:08:50.061] getCompletionData: Get previous token: 0.010790000203996897 +Info 22598[20:08:50.061] getCompletionsAtPosition: isCompletionListBlocker: 0.006450999993830919 +Info 22599[20:08:50.062] getExportInfoMap: cache hit +Info 22600[20:08:50.071] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22601[20:08:50.071] collectAutoImports: response is complete +Info 22602[20:08:50.071] collectAutoImports: 9.63608600012958 +Info 22603[20:08:50.071] getCompletionData: Semantic work: 10.310581000056118 +Info 22604[20:08:50.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.755911000072956 +Info 22605[20:08:50.085] Format host information updated +Info 22606[20:08:50.371] getCompletionData: Get current token: 0.026320000179111958 +Info 22607[20:08:50.372] getCompletionData: Is inside comment: 0.004541000351309776 +Info 22608[20:08:50.372] getCompletionData: Get previous token: 0.07254700036719441 +Info 22609[20:08:50.372] getCompletionsAtPosition: isCompletionListBlocker: 0.009939000010490417 +Info 22610[20:08:50.374] getExportInfoMap: cache hit +Info 22611[20:08:50.404] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22612[20:08:50.405] collectAutoImports: response is complete +Info 22613[20:08:50.405] collectAutoImports: 30.036859000101686 +Info 22614[20:08:50.405] getCompletionData: Semantic work: 32.72868399973959 +Info 22615[20:08:50.420] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 15.739304999820888 +Info 22616[20:08:51.721] getCompletionData: Get current token: 0.00607800018042326 +Info 22617[20:08:51.721] getCompletionData: Is inside comment: 0.0011569997295737267 +Info 22618[20:08:51.721] getCompletionData: Get previous token: 0.013764000032097101 +Info 22619[20:08:51.721] getCompletionsAtPosition: isCompletionListBlocker: 0.0029360000044107437 +Info 22620[20:08:51.721] getExportInfoMap: cache hit +Info 22621[20:08:51.728] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22622[20:08:51.728] collectAutoImports: response is complete +Info 22623[20:08:51.728] collectAutoImports: 6.938717000186443 +Info 22624[20:08:51.728] getCompletionData: Semantic work: 7.506040000356734 +Info 22625[20:08:51.735] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.218197999987751 +Info 22626[20:08:51.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22627[20:08:51.969] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2081 structureChanged: false structureIsReused:: Completely Elapsed: 9.142917999997735ms +Info 22628[20:08:51.969] Different program with same set of files +Info 22629[20:08:51.970] getCompletionData: Get current token: 0.02204299997538328 +Info 22630[20:08:51.970] getCompletionData: Is inside comment: 0.002827999647706747 +Info 22631[20:08:51.970] getCompletionData: Get previous token: 0.02645799983292818 +Info 22632[20:08:51.970] getCompletionsAtPosition: isCompletionListBlocker: 0.001408000010997057 +Info 22633[20:08:51.970] Returning an empty list because completion was requested in an invalid position. +Info 22634[20:08:51.971] Format host information updated +Info 22635[20:08:52.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22636[20:08:52.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2082 structureChanged: false structureIsReused:: Completely Elapsed: 7.183354000095278ms +Info 22637[20:08:52.085] Different program with same set of files +Info 22638[20:08:52.085] getCompletionData: Get current token: 0.006220999639481306 +Info 22639[20:08:52.085] getCompletionData: Is inside comment: 0.0010820003226399422 +Info 22640[20:08:52.085] getCompletionData: Get previous token: 0.018869000021368265 +Info 22641[20:08:52.086] getCompletionsAtPosition: isCompletionListBlocker: 0.007559000048786402 +Info 22642[20:08:52.086] getExportInfoMap: cache hit +Info 22643[20:08:52.097] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22644[20:08:52.097] collectAutoImports: response is complete +Info 22645[20:08:52.097] collectAutoImports: 11.240361999720335 +Info 22646[20:08:52.097] getCompletionData: Semantic work: 11.854658999945968 +Info 22647[20:08:52.104] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.7827130001969635 +Info 22648[20:08:52.110] Format host information updated +Info 22649[20:08:52.368] getCompletionData: Get current token: 0.013652999885380268 +Info 22650[20:08:52.368] getCompletionData: Is inside comment: 0.001608000136911869 +Info 22651[20:08:52.368] getCompletionData: Get previous token: 0.026216999627649784 +Info 22652[20:08:52.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0010279999114573002 +Info 22653[20:08:52.368] Returning an empty list because completion was requested in an invalid position. +Info 22654[20:08:52.664] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22655[20:08:52.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2083 structureChanged: false structureIsReused:: Completely Elapsed: 7.804231000132859ms +Info 22656[20:08:52.672] Different program with same set of files +Info 22657[20:08:52.673] getCompletionData: Get current token: 0.017928000073879957 +Info 22658[20:08:52.673] getCompletionData: Is inside comment: 0.0028260000981390476 +Info 22659[20:08:52.673] getCompletionData: Get previous token: 0.04016100009903312 +Info 22660[20:08:52.673] getCompletionsAtPosition: isCompletionListBlocker: 0.0013419999741017818 +Info 22661[20:08:52.673] Returning an empty list because completion was requested in an invalid position. +Info 22662[20:08:52.673] Format host information updated +Info 22663[20:08:52.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22664[20:08:52.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2084 structureChanged: false structureIsReused:: Completely Elapsed: 8.145326000172645ms +Info 22665[20:08:52.824] Different program with same set of files +Info 22666[20:08:52.825] getCompletionData: Get current token: 0.02284500002861023 +Info 22667[20:08:52.825] getCompletionData: Is inside comment: 0.001858999952673912 +Info 22668[20:08:52.825] getCompletionData: Get previous token: 0.0297240000218153 +Info 22669[20:08:52.825] getCompletionsAtPosition: isCompletionListBlocker: 0.0012810002081096172 +Info 22670[20:08:52.825] Returning an empty list because completion was requested in an invalid position. +Info 22671[20:08:52.828] Format host information updated +Info 22672[20:08:53.015] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22673[20:08:53.022] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2085 structureChanged: false structureIsReused:: Completely Elapsed: 7.4612030000425875ms +Info 22674[20:08:53.022] Different program with same set of files +Info 22675[20:08:53.023] getCompletionData: Get current token: 0.017243000213056803 +Info 22676[20:08:53.023] getCompletionData: Is inside comment: 0.002772000152617693 +Info 22677[20:08:53.023] getCompletionData: Get previous token: 0.026248000096529722 +Info 22678[20:08:53.023] getCompletionsAtPosition: isCompletionListBlocker: 0.0014780000783503056 +Info 22679[20:08:53.023] Returning an empty list because completion was requested in an invalid position. +Info 22680[20:08:53.023] Format host information updated +Info 22681[20:08:53.079] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22682[20:08:53.094] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2086 structureChanged: false structureIsReused:: Completely Elapsed: 14.623538000043482ms +Info 22683[20:08:53.094] Different program with same set of files +Info 22684[20:08:53.095] getCompletionData: Get current token: 0.03316799970343709 +Info 22685[20:08:53.095] getCompletionData: Is inside comment: 0.003711999859660864 +Info 22686[20:08:53.095] getCompletionData: Get previous token: 0.05185799999162555 +Info 22687[20:08:53.095] getCompletionsAtPosition: isCompletionListBlocker: 0.00191099988296628 +Info 22688[20:08:53.096] Returning an empty list because completion was requested in an invalid position. +Info 22689[20:08:53.096] Format host information updated +Info 22690[20:08:53.154] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22691[20:08:53.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2087 structureChanged: false structureIsReused:: Completely Elapsed: 10.029263000003994ms +Info 22692[20:08:53.164] Different program with same set of files +Info 22693[20:08:53.165] getCompletionData: Get current token: 0.02293299976736307 +Info 22694[20:08:53.165] getCompletionData: Is inside comment: 0.0037139998748898506 +Info 22695[20:08:53.165] getCompletionData: Get previous token: 0.03292600018903613 +Info 22696[20:08:53.165] getCompletionsAtPosition: isCompletionListBlocker: 0.0015250002034008503 +Info 22697[20:08:53.165] Returning an empty list because completion was requested in an invalid position. +Info 22698[20:08:53.168] Format host information updated +Info 22699[20:08:53.289] Format host information updated +Info 22700[20:08:53.289] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22701[20:08:53.297] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2088 structureChanged: false structureIsReused:: Completely Elapsed: 7.573084999807179ms +Info 22702[20:08:53.297] Different program with same set of files +Info 22703[20:08:53.611] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22704[20:08:53.619] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2089 structureChanged: false structureIsReused:: Completely Elapsed: 7.275967000052333ms +Info 22705[20:08:53.619] Different program with same set of files +Info 22706[20:08:53.619] getCompletionData: Get current token: 0.014863000251352787 +Info 22707[20:08:53.619] getCompletionData: Is inside comment: 0.0028789998032152653 +Info 22708[20:08:53.620] getCompletionData: Get previous token: 0.022948000114411116 +Info 22709[20:08:53.620] getCompletionsAtPosition: isCompletionListBlocker: 0.0011899997480213642 +Info 22710[20:08:53.620] Returning an empty list because completion was requested in an invalid position. +Info 22711[20:08:53.620] Format host information updated +Info 22712[20:08:53.678] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22713[20:08:53.700] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2090 structureChanged: false structureIsReused:: Completely Elapsed: 22.089813000056893ms +Info 22714[20:08:53.700] Different program with same set of files +Info 22715[20:08:53.702] getCompletionData: Get current token: 0.04504100000485778 +Info 22716[20:08:53.702] getCompletionData: Is inside comment: 0.005519999656826258 +Info 22717[20:08:53.702] getCompletionData: Get previous token: 0.0647189998999238 +Info 22718[20:08:53.702] getCompletionsAtPosition: isCompletionListBlocker: 0.002950000111013651 +Info 22719[20:08:53.702] Returning an empty list because completion was requested in an invalid position. +Info 22720[20:08:53.703] Format host information updated +Info 22721[20:08:53.741] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22722[20:08:53.750] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2091 structureChanged: false structureIsReused:: Completely Elapsed: 8.904506999999285ms +Info 22723[20:08:53.750] Different program with same set of files +Info 22724[20:08:53.751] getCompletionData: Get current token: 0.030869999900460243 +Info 22725[20:08:53.751] getCompletionData: Is inside comment: 0.0027990001253783703 +Info 22726[20:08:53.751] getCompletionData: Get previous token: 0.04839499993249774 +Info 22727[20:08:53.751] getCompletionsAtPosition: isCompletionListBlocker: 0.0017939996905624866 +Info 22728[20:08:53.751] Returning an empty list because completion was requested in an invalid position. +Info 22729[20:08:53.751] Format host information updated +Info 22730[20:08:53.873] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22731[20:08:53.880] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2092 structureChanged: false structureIsReused:: Completely Elapsed: 7.432364999782294ms +Info 22732[20:08:53.880] Different program with same set of files +Info 22733[20:08:53.881] getCompletionData: Get current token: 0.018369000405073166 +Info 22734[20:08:53.881] getCompletionData: Is inside comment: 0.002676000352948904 +Info 22735[20:08:53.881] getCompletionData: Get previous token: 0.026726000010967255 +Info 22736[20:08:53.881] getCompletionsAtPosition: isCompletionListBlocker: 0.0011970000341534615 +Info 22737[20:08:53.881] Returning an empty list because completion was requested in an invalid position. +Info 22738[20:08:53.881] Format host information updated +Info 22739[20:08:54.039] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22740[20:08:54.050] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2093 structureChanged: false structureIsReused:: Completely Elapsed: 10.297153000254184ms +Info 22741[20:08:54.050] Different program with same set of files +Info 22742[20:08:54.051] getCompletionData: Get current token: 0.017274000216275454 +Info 22743[20:08:54.051] getCompletionData: Is inside comment: 0.002466999925673008 +Info 22744[20:08:54.051] getCompletionData: Get previous token: 0.025935000274330378 +Info 22745[20:08:54.051] getCompletionsAtPosition: isCompletionListBlocker: 0.0012450003996491432 +Info 22746[20:08:54.051] Returning an empty list because completion was requested in an invalid position. +Info 22747[20:08:54.052] Format host information updated +Info 22748[20:08:54.129] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22749[20:08:54.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2094 structureChanged: false structureIsReused:: Completely Elapsed: 9.010952999815345ms +Info 22750[20:08:54.138] Different program with same set of files +Info 22751[20:08:54.139] getCompletionData: Get current token: 0.014120999723672867 +Info 22752[20:08:54.139] getCompletionData: Is inside comment: 0.002536000218242407 +Info 22753[20:08:54.139] getCompletionData: Get previous token: 0.02833699993789196 +Info 22754[20:08:54.139] getCompletionsAtPosition: isCompletionListBlocker: 0.0013119997456669807 +Info 22755[20:08:54.139] Returning an empty list because completion was requested in an invalid position. +Info 22756[20:08:54.139] Format host information updated +Info 22757[20:08:54.284] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22758[20:08:54.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2095 structureChanged: false structureIsReused:: Completely Elapsed: 7.911834000144154ms +Info 22759[20:08:54.292] Different program with same set of files +Info 22760[20:08:54.293] getCompletionData: Get current token: 0.014415999874472618 +Info 22761[20:08:54.293] getCompletionData: Is inside comment: 0.0025729998014867306 +Info 22762[20:08:54.293] getCompletionData: Get previous token: 0.14730100007727742 +Info 22763[20:08:54.293] getCompletionsAtPosition: isCompletionListBlocker: 0.0014209998771548271 +Info 22764[20:08:54.293] Returning an empty list because completion was requested in an invalid position. +Info 22765[20:08:54.293] Format host information updated +Info 22766[20:08:54.447] Format host information updated +Info 22767[20:08:54.447] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22768[20:08:54.455] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2096 structureChanged: false structureIsReused:: Completely Elapsed: 8.105597000103444ms +Info 22769[20:08:54.455] Different program with same set of files +Info 22770[20:08:54.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22771[20:08:54.693] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2097 structureChanged: false structureIsReused:: Completely Elapsed: 7.6670630001463ms +Info 22772[20:08:54.693] Different program with same set of files +Info 22773[20:08:54.694] getCompletionData: Get current token: 0.013032000046223402 +Info 22774[20:08:54.694] getCompletionData: Is inside comment: 0.0020639998838305473 +Info 22775[20:08:54.694] getCompletionData: Get previous token: 0.026049999985843897 +Info 22776[20:08:54.694] getCompletionsAtPosition: isCompletionListBlocker: 0.0011939997784793377 +Info 22777[20:08:54.694] Returning an empty list because completion was requested in an invalid position. +Info 22778[20:08:54.694] Format host information updated +Info 22779[20:08:54.942] Format host information updated +Info 22780[20:08:54.942] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22781[20:08:54.952] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2098 structureChanged: false structureIsReused:: Completely Elapsed: 9.920722999610007ms +Info 22782[20:08:54.952] Different program with same set of files +Info 22783[20:08:55.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22784[20:08:55.014] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2099 structureChanged: false structureIsReused:: Completely Elapsed: 11.582790999673307ms +Info 22785[20:08:55.014] Different program with same set of files +Info 22786[20:08:55.016] getCompletionData: Get current token: 0.025911000091582537 +Info 22787[20:08:55.016] getCompletionData: Is inside comment: 0.0041219997219741344 +Info 22788[20:08:55.016] getCompletionData: Get previous token: 0.04950900003314018 +Info 22789[20:08:55.016] getCompletionsAtPosition: isCompletionListBlocker: 0.0020179999992251396 +Info 22790[20:08:55.016] Returning an empty list because completion was requested in an invalid position. +Info 22791[20:08:55.016] Format host information updated +Info 22792[20:08:55.071] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22793[20:08:55.083] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2100 structureChanged: false structureIsReused:: Completely Elapsed: 11.660327999852598ms +Info 22794[20:08:55.083] Different program with same set of files +Info 22795[20:08:55.084] getCompletionData: Get current token: 0.02469100011512637 +Info 22796[20:08:55.084] getCompletionData: Is inside comment: 0.0037690000608563423 +Info 22797[20:08:55.084] getCompletionData: Get previous token: 0.04787199990823865 +Info 22798[20:08:55.084] getCompletionsAtPosition: isCompletionListBlocker: 0.0014790003187954426 +Info 22799[20:08:55.084] Returning an empty list because completion was requested in an invalid position. +Info 22800[20:08:55.084] Format host information updated +Info 22801[20:08:55.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22802[20:08:55.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2101 structureChanged: false structureIsReused:: Completely Elapsed: 9.916416000109166ms +Info 22803[20:08:55.216] Different program with same set of files +Info 22804[20:08:55.217] getCompletionData: Get current token: 0.015364999882876873 +Info 22805[20:08:55.217] getCompletionData: Is inside comment: 0.0016620000824332237 +Info 22806[20:08:55.217] getCompletionData: Get previous token: 0.03268799977377057 +Info 22807[20:08:55.217] getCompletionsAtPosition: isCompletionListBlocker: 0.0014260001480579376 +Info 22808[20:08:55.217] Returning an empty list because completion was requested in an invalid position. +Info 22809[20:08:55.217] Format host information updated +Info 22810[20:08:55.388] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22811[20:08:55.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2102 structureChanged: false structureIsReused:: Completely Elapsed: 7.5128460000269115ms +Info 22812[20:08:55.395] Different program with same set of files +Info 22813[20:08:55.396] getCompletionData: Get current token: 0.017115000169724226 +Info 22814[20:08:55.396] getCompletionData: Is inside comment: 0.003155000042170286 +Info 22815[20:08:55.396] getCompletionData: Get previous token: 0.03190499963238835 +Info 22816[20:08:55.396] getCompletionsAtPosition: isCompletionListBlocker: 0.0015440001152455807 +Info 22817[20:08:55.396] Returning an empty list because completion was requested in an invalid position. +Info 22818[20:08:55.396] Format host information updated +Info 22819[20:08:56.346] Format host information updated +Info 22820[20:08:56.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22821[20:08:56.354] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2103 structureChanged: false structureIsReused:: Completely Elapsed: 7.344142000190914ms +Info 22822[20:08:56.354] Different program with same set of files +Info 22823[20:08:58.259] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22824[20:08:58.268] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2104 structureChanged: false structureIsReused:: Completely Elapsed: 9.842848000116646ms +Info 22825[20:08:58.269] Different program with same set of files +Info 22826[20:08:58.269] getCompletionData: Get current token: 0.0065659997053444386 +Info 22827[20:08:58.269] getCompletionData: Is inside comment: 0.0011720000766217709 +Info 22828[20:08:58.269] getCompletionData: Get previous token: 0.029517999850213528 +Info 22829[20:08:58.269] getCompletionsAtPosition: isCompletionListBlocker: 0.0031359996646642685 +Info 22830[20:08:58.270] getExportInfoMap: cache hit +Info 22831[20:08:58.284] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 22832[20:08:58.284] collectAutoImports: response is complete +Info 22833[20:08:58.284] collectAutoImports: 13.959960999898612 +Info 22834[20:08:58.284] getCompletionData: Semantic work: 14.72896600002423 +Info 22835[20:08:58.293] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.343603000044823 +Info 22836[20:08:58.298] Format host information updated +Info 22837[20:08:58.404] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22838[20:08:58.411] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2105 structureChanged: false structureIsReused:: Completely Elapsed: 7.825313999783248ms +Info 22839[20:08:58.411] Different program with same set of files +Info 22840[20:08:58.412] getCompletionData: Get current token: 0.006965000182390213 +Info 22841[20:08:58.412] getCompletionData: Is inside comment: 0.0011829999275505543 +Info 22842[20:08:58.412] getCompletionData: Get previous token: 0.03858199995011091 +Info 22843[20:08:58.412] getCompletionsAtPosition: isCompletionListBlocker: 0.0034179999493062496 +Info 22844[20:08:58.412] getExportInfoMap: cache hit +Info 22845[20:08:58.418] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 22846[20:08:58.418] collectAutoImports: response is complete +Info 22847[20:08:58.418] collectAutoImports: 5.285470999777317 +Info 22848[20:08:58.418] getCompletionData: Semantic work: 6.020252000074834 +Info 22849[20:08:58.421] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0700320000760257 +Info 22850[20:08:58.425] Format host information updated +Info 22851[20:08:58.582] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22852[20:08:58.589] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2106 structureChanged: false structureIsReused:: Completely Elapsed: 7.075416999869049ms +Info 22853[20:08:58.590] Different program with same set of files +Info 22854[20:08:58.590] getCompletionData: Get current token: 0.0050849998369812965 +Info 22855[20:08:58.590] getCompletionData: Is inside comment: 0.0009119999594986439 +Info 22856[20:08:58.590] getCompletionData: Get previous token: 0.03050599992275238 +Info 22857[20:08:58.590] getCompletionsAtPosition: isCompletionListBlocker: 0.003037999849766493 +Info 22858[20:08:58.590] getExportInfoMap: cache hit +Info 22859[20:08:58.592] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 22860[20:08:58.592] collectAutoImports: response is complete +Info 22861[20:08:58.592] collectAutoImports: 1.930065999738872 +Info 22862[20:08:58.592] getCompletionData: Semantic work: 2.515970999840647 +Info 22863[20:08:58.594] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3219070001505315 +Info 22864[20:08:58.595] Format host information updated +Info 22865[20:08:59.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22866[20:08:59.020] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2107 structureChanged: false structureIsReused:: Completely Elapsed: 7.239014999940991ms +Info 22867[20:08:59.020] Different program with same set of files +Info 22868[20:08:59.020] getCompletionData: Get current token: 0.006037999875843525 +Info 22869[20:08:59.020] getCompletionData: Is inside comment: 0.0011669998057186604 +Info 22870[20:08:59.020] getCompletionData: Get previous token: 0.033352000173181295 +Info 22871[20:08:59.020] getCompletionsAtPosition: isCompletionListBlocker: 0.0033980002626776695 +Info 22872[20:08:59.020] getExportInfoMap: cache hit +Info 22873[20:08:59.022] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 22874[20:08:59.022] collectAutoImports: response is complete +Info 22875[20:08:59.022] collectAutoImports: 1.6849919999949634 +Info 22876[20:08:59.022] getCompletionData: Semantic work: 2.3484730003401637 +Info 22877[20:08:59.024] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2607259997166693 +Info 22878[20:08:59.025] Format host information updated +Info 22879[20:09:00.087] Format host information updated +Info 22880[20:09:00.087] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22881[20:09:00.094] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2108 structureChanged: false structureIsReused:: Completely Elapsed: 7.10257099987939ms +Info 22882[20:09:00.094] Different program with same set of files +Info 22883[20:09:02.499] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22884[20:09:02.508] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2109 structureChanged: false structureIsReused:: Completely Elapsed: 9.50677700014785ms +Info 22885[20:09:02.508] Different program with same set of files +Info 22886[20:09:02.509] getCompletionData: Get current token: 0.015023000072687864 +Info 22887[20:09:02.509] getCompletionData: Is inside comment: 0.0025059999898076057 +Info 22888[20:09:02.509] getCompletionData: Get previous token: 0.029721000231802464 +Info 22889[20:09:02.509] getCompletionsAtPosition: isCompletionListBlocker: 0.001461000181734562 +Info 22890[20:09:02.509] Returning an empty list because completion was requested in an invalid position. +Info 22891[20:09:02.509] Format host information updated +Info 22892[20:09:02.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22893[20:09:02.633] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2110 structureChanged: false structureIsReused:: Completely Elapsed: 7.65606899978593ms +Info 22894[20:09:02.634] Different program with same set of files +Info 22895[20:09:02.634] getCompletionData: Get current token: 0.015312000177800655 +Info 22896[20:09:02.634] getCompletionData: Is inside comment: 0.0017019999213516712 +Info 22897[20:09:02.634] getCompletionData: Get previous token: 0.03003999963402748 +Info 22898[20:09:02.634] getCompletionsAtPosition: isCompletionListBlocker: 0.001635999884456396 +Info 22899[20:09:02.634] Returning an empty list because completion was requested in an invalid position. +Info 22900[20:09:02.637] Format host information updated +Info 22901[20:09:02.767] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22902[20:09:02.774] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2111 structureChanged: false structureIsReused:: Completely Elapsed: 7.042229000013322ms +Info 22903[20:09:02.774] Different program with same set of files +Info 22904[20:09:02.775] getCompletionData: Get current token: 0.015980999916791916 +Info 22905[20:09:02.775] getCompletionData: Is inside comment: 0.002054000273346901 +Info 22906[20:09:02.775] getCompletionData: Get previous token: 0.024454999715089798 +Info 22907[20:09:02.775] getCompletionsAtPosition: isCompletionListBlocker: 0.0009649996645748615 +Info 22908[20:09:02.775] Returning an empty list because completion was requested in an invalid position. +Info 22909[20:09:02.775] Format host information updated +Info 22910[20:09:03.125] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22911[20:09:03.132] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2112 structureChanged: false structureIsReused:: Completely Elapsed: 7.3707159999758005ms +Info 22912[20:09:03.132] Different program with same set of files +Info 22913[20:09:03.133] getCompletionData: Get current token: 0.01639900030568242 +Info 22914[20:09:03.133] getCompletionData: Is inside comment: 0.002883000299334526 +Info 22915[20:09:03.133] getCompletionData: Get previous token: 0.03142699971795082 +Info 22916[20:09:03.133] getCompletionsAtPosition: isCompletionListBlocker: 0.0011620000004768372 +Info 22917[20:09:03.133] Returning an empty list because completion was requested in an invalid position. +Info 22918[20:09:03.133] Format host information updated +Info 22919[20:09:03.207] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22920[20:09:03.217] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2113 structureChanged: false structureIsReused:: Completely Elapsed: 10.052653999999166ms +Info 22921[20:09:03.217] Different program with same set of files +Info 22922[20:09:03.218] getCompletionData: Get current token: 0.015412999782711267 +Info 22923[20:09:03.218] getCompletionData: Is inside comment: 0.00240899994969368 +Info 22924[20:09:03.218] getCompletionData: Get previous token: 0.028630000073462725 +Info 22925[20:09:03.218] getCompletionsAtPosition: isCompletionListBlocker: 0.0012810002081096172 +Info 22926[20:09:03.218] Returning an empty list because completion was requested in an invalid position. +Info 22927[20:09:03.218] Format host information updated +Info 22928[20:09:03.586] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22929[20:09:03.593] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2114 structureChanged: false structureIsReused:: Completely Elapsed: 7.149013999849558ms +Info 22930[20:09:03.593] Different program with same set of files +Info 22931[20:09:03.594] getCompletionData: Get current token: 0.01602299977093935 +Info 22932[20:09:03.594] getCompletionData: Is inside comment: 0.0018330002203583717 +Info 22933[20:09:03.594] getCompletionData: Get previous token: 0.02498900005593896 +Info 22934[20:09:03.594] getCompletionsAtPosition: isCompletionListBlocker: 0.0010999999940395355 +Info 22935[20:09:03.594] Returning an empty list because completion was requested in an invalid position. +Info 22936[20:09:03.597] Format host information updated +Info 22937[20:09:03.649] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22938[20:09:03.660] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2115 structureChanged: false structureIsReused:: Completely Elapsed: 11.276792000047863ms +Info 22939[20:09:03.660] Different program with same set of files +Info 22940[20:09:03.661] getCompletionData: Get current token: 0.030189000070095062 +Info 22941[20:09:03.661] getCompletionData: Is inside comment: 0.0036559998989105225 +Info 22942[20:09:03.661] getCompletionData: Get previous token: 0.046815000008791685 +Info 22943[20:09:03.661] getCompletionsAtPosition: isCompletionListBlocker: 0.001779000274837017 +Info 22944[20:09:03.661] Returning an empty list because completion was requested in an invalid position. +Info 22945[20:09:03.661] Format host information updated +Info 22946[20:09:03.800] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22947[20:09:03.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2116 structureChanged: false structureIsReused:: Completely Elapsed: 7.431137000210583ms +Info 22948[20:09:03.808] Different program with same set of files +Info 22949[20:09:03.809] getCompletionData: Get current token: 0.01641800021752715 +Info 22950[20:09:03.809] getCompletionData: Is inside comment: 0.002259999979287386 +Info 22951[20:09:03.809] getCompletionData: Get previous token: 0.031211999710649252 +Info 22952[20:09:03.809] getCompletionsAtPosition: isCompletionListBlocker: 0.0011060000397264957 +Info 22953[20:09:03.809] Returning an empty list because completion was requested in an invalid position. +Info 22954[20:09:03.809] Format host information updated +Info 22955[20:09:03.866] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22956[20:09:03.884] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2117 structureChanged: false structureIsReused:: Completely Elapsed: 17.28209300013259ms +Info 22957[20:09:03.884] Different program with same set of files +Info 22958[20:09:03.886] getCompletionData: Get current token: 0.06568800006061792 +Info 22959[20:09:03.886] getCompletionData: Is inside comment: 0.00815899996086955 +Info 22960[20:09:03.886] getCompletionData: Get previous token: 0.07960000028833747 +Info 22961[20:09:03.886] getCompletionsAtPosition: isCompletionListBlocker: 0.0029670000076293945 +Info 22962[20:09:03.886] Returning an empty list because completion was requested in an invalid position. +Info 22963[20:09:03.892] Format host information updated +Info 22964[20:09:04.297] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22965[20:09:04.305] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2118 structureChanged: false structureIsReused:: Completely Elapsed: 7.537177000194788ms +Info 22966[20:09:04.305] Different program with same set of files +Info 22967[20:09:04.306] getCompletionData: Get current token: 0.01663499977439642 +Info 22968[20:09:04.306] getCompletionData: Is inside comment: 0.002298000268638134 +Info 22969[20:09:04.306] getCompletionData: Get previous token: 0.030868000350892544 +Info 22970[20:09:04.306] getCompletionsAtPosition: isCompletionListBlocker: 0.001362999901175499 +Info 22971[20:09:04.306] Returning an empty list because completion was requested in an invalid position. +Info 22972[20:09:04.306] Format host information updated +Info 22973[20:09:04.466] Format host information updated +Info 22974[20:09:04.466] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22975[20:09:04.473] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2119 structureChanged: false structureIsReused:: Completely Elapsed: 6.999307000078261ms +Info 22976[20:09:04.474] Different program with same set of files +Info 22977[20:09:04.756] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22978[20:09:04.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2120 structureChanged: false structureIsReused:: Completely Elapsed: 10.873240999877453ms +Info 22979[20:09:04.767] Different program with same set of files +Info 22980[20:09:04.768] getCompletionData: Get current token: 0.018503999803215265 +Info 22981[20:09:04.768] getCompletionData: Is inside comment: 0.0024469997733831406 +Info 22982[20:09:04.768] getCompletionData: Get previous token: 0.03317900002002716 +Info 22983[20:09:04.768] getCompletionsAtPosition: isCompletionListBlocker: 0.0014130002819001675 +Info 22984[20:09:04.768] Returning an empty list because completion was requested in an invalid position. +Info 22985[20:09:04.768] Format host information updated +Info 22986[20:09:04.882] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22987[20:09:04.890] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2121 structureChanged: false structureIsReused:: Completely Elapsed: 7.329958999995142ms +Info 22988[20:09:04.890] Different program with same set of files +Info 22989[20:09:04.890] getCompletionData: Get current token: 0.017525000032037497 +Info 22990[20:09:04.890] getCompletionData: Is inside comment: 0.0027520000003278255 +Info 22991[20:09:04.891] getCompletionData: Get previous token: 0.028351999819278717 +Info 22992[20:09:04.891] getCompletionsAtPosition: isCompletionListBlocker: 0.0009569996036589146 +Info 22993[20:09:04.891] Returning an empty list because completion was requested in an invalid position. +Info 22994[20:09:04.893] Format host information updated +Info 22995[20:09:05.032] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 22996[20:09:05.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2122 structureChanged: false structureIsReused:: Completely Elapsed: 7.4061949998140335ms +Info 22997[20:09:05.040] Different program with same set of files +Info 22998[20:09:05.040] getCompletionData: Get current token: 0.007681999821215868 +Info 22999[20:09:05.040] getCompletionData: Is inside comment: 0.0010119997896254063 +Info 23000[20:09:05.040] getCompletionData: Get previous token: 0.026302999816834927 +Info 23001[20:09:05.040] getCompletionsAtPosition: isCompletionListBlocker: 0.008572999853640795 +Info 23002[20:09:05.041] getExportInfoMap: cache hit +Info 23003[20:09:05.054] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23004[20:09:05.055] collectAutoImports: response is complete +Info 23005[20:09:05.055] collectAutoImports: 13.902015999890864 +Info 23006[20:09:05.055] getCompletionData: Semantic work: 14.629125999752432 +Info 23007[20:09:05.063] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.815521999727935 +Info 23008[20:09:05.070] Format host information updated +Info 23009[20:09:05.151] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23010[20:09:05.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2123 structureChanged: false structureIsReused:: Completely Elapsed: 9.62777699995786ms +Info 23011[20:09:05.160] Different program with same set of files +Info 23012[20:09:05.161] getCompletionData: Get current token: 0.005257000215351582 +Info 23013[20:09:05.161] getCompletionData: Is inside comment: 0.0009200000204145908 +Info 23014[20:09:05.161] getCompletionData: Get previous token: 0.03249899996444583 +Info 23015[20:09:05.161] getCompletionsAtPosition: isCompletionListBlocker: 0.007657999638468027 +Info 23016[20:09:05.161] getExportInfoMap: cache hit +Info 23017[20:09:05.167] collectAutoImports: resolved 0 module specifiers, plus 278 ambient and 9 from cache +Info 23018[20:09:05.167] collectAutoImports: response is complete +Info 23019[20:09:05.167] collectAutoImports: 5.621720000170171 +Info 23020[20:09:05.167] getCompletionData: Semantic work: 6.29624000005424 +Info 23021[20:09:05.170] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6108270003460348 +Info 23022[20:09:05.172] Format host information updated +Info 23023[20:09:05.295] Format host information updated +Info 23024[20:09:05.295] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23025[20:09:05.326] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2124 structureChanged: false structureIsReused:: Completely Elapsed: 30.61603400018066ms +Info 23026[20:09:05.326] Different program with same set of files +Info 23027[20:09:05.528] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23028[20:09:05.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2125 structureChanged: false structureIsReused:: Completely Elapsed: 7.666624000295997ms +Info 23029[20:09:05.536] Different program with same set of files +Info 23030[20:09:05.536] getCompletionData: Get current token: 0.004749999847263098 +Info 23031[20:09:05.536] getCompletionData: Is inside comment: 0.000780000351369381 +Info 23032[20:09:05.536] getCompletionData: Get previous token: 0.029347999952733517 +Info 23033[20:09:05.536] getCompletionsAtPosition: isCompletionListBlocker: 0.007226999849081039 +Info 23034[20:09:05.537] getExportInfoMap: cache hit +Info 23035[20:09:05.542] collectAutoImports: resolved 0 module specifiers, plus 52 ambient and 5 from cache +Info 23036[20:09:05.542] collectAutoImports: response is complete +Info 23037[20:09:05.542] collectAutoImports: 4.697999000083655 +Info 23038[20:09:05.542] getCompletionData: Semantic work: 5.362284999806434 +Info 23039[20:09:05.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6561060003004968 +Info 23040[20:09:05.545] Format host information updated +Info 23041[20:09:05.649] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23042[20:09:05.657] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2126 structureChanged: false structureIsReused:: Completely Elapsed: 8.199446000158787ms +Info 23043[20:09:05.657] Different program with same set of files +Info 23044[20:09:05.658] getCompletionData: Get current token: 0.006810000166296959 +Info 23045[20:09:05.658] getCompletionData: Is inside comment: 0.0010409997776150703 +Info 23046[20:09:05.658] getCompletionData: Get previous token: 0.038434000220149755 +Info 23047[20:09:05.658] getCompletionsAtPosition: isCompletionListBlocker: 0.00853000022470951 +Info 23048[20:09:05.658] getExportInfoMap: cache hit +Info 23049[20:09:05.661] collectAutoImports: resolved 0 module specifiers, plus 31 ambient and 2 from cache +Info 23050[20:09:05.661] collectAutoImports: response is complete +Info 23051[20:09:05.661] collectAutoImports: 2.600633000023663 +Info 23052[20:09:05.661] getCompletionData: Semantic work: 3.372243999969214 +Info 23053[20:09:05.663] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.726507999934256 +Info 23054[20:09:05.665] Format host information updated +Info 23055[20:09:05.711] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23056[20:09:05.721] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2127 structureChanged: false structureIsReused:: Completely Elapsed: 10.569864000193775ms +Info 23057[20:09:05.721] Different program with same set of files +Info 23058[20:09:05.722] getCompletionData: Get current token: 0.008051000069826841 +Info 23059[20:09:05.722] getCompletionData: Is inside comment: 0.0011030002497136593 +Info 23060[20:09:05.722] getCompletionData: Get previous token: 0.0668279998935759 +Info 23061[20:09:05.722] getCompletionsAtPosition: isCompletionListBlocker: 0.009633000008761883 +Info 23062[20:09:05.723] getExportInfoMap: cache hit +Info 23063[20:09:05.725] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 23064[20:09:05.725] collectAutoImports: response is complete +Info 23065[20:09:05.725] collectAutoImports: 1.9783490002155304 +Info 23066[20:09:05.725] getCompletionData: Semantic work: 2.965743000153452 +Info 23067[20:09:05.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6316920001991093 +Info 23068[20:09:05.728] Format host information updated +Info 23069[20:09:06.080] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23070[20:09:06.088] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2128 structureChanged: false structureIsReused:: Completely Elapsed: 7.812882999889553ms +Info 23071[20:09:06.088] Different program with same set of files +Info 23072[20:09:06.088] getCompletionData: Get current token: 0.006446999963372946 +Info 23073[20:09:06.088] getCompletionData: Is inside comment: 0.0010369997471570969 +Info 23074[20:09:06.088] getCompletionData: Get previous token: 0.03482799977064133 +Info 23075[20:09:06.088] getCompletionsAtPosition: isCompletionListBlocker: 0.008491000160574913 +Info 23076[20:09:06.089] getExportInfoMap: cache hit +Info 23077[20:09:06.091] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23078[20:09:06.091] collectAutoImports: response is complete +Info 23079[20:09:06.091] collectAutoImports: 1.5647470001131296 +Info 23080[20:09:06.091] getCompletionData: Semantic work: 2.1994799999520183 +Info 23081[20:09:06.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2898500002920628 +Info 23082[20:09:06.093] Format host information updated +Info 23083[20:09:06.315] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23084[20:09:06.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2129 structureChanged: false structureIsReused:: Completely Elapsed: 8.220528000034392ms +Info 23085[20:09:06.324] Different program with same set of files +Info 23086[20:09:06.324] getCompletionData: Get current token: 0.005865999963134527 +Info 23087[20:09:06.324] getCompletionData: Is inside comment: 0.001023000106215477 +Info 23088[20:09:06.324] getCompletionData: Get previous token: 0.03130099968984723 +Info 23089[20:09:06.324] getCompletionsAtPosition: isCompletionListBlocker: 0.00788199994713068 +Info 23090[20:09:06.324] getExportInfoMap: cache hit +Info 23091[20:09:06.326] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23092[20:09:06.326] collectAutoImports: response is complete +Info 23093[20:09:06.326] collectAutoImports: 1.506444999948144 +Info 23094[20:09:06.326] getCompletionData: Semantic work: 2.1004629996605217 +Info 23095[20:09:06.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.447995999827981 +Info 23096[20:09:06.329] Format host information updated +Info 23097[20:09:06.418] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23098[20:09:06.443] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2130 structureChanged: false structureIsReused:: Completely Elapsed: 25.172067999839783ms +Info 23099[20:09:06.443] Different program with same set of files +Info 23100[20:09:06.444] getCompletionData: Get current token: 0.018319000024348497 +Info 23101[20:09:06.444] getCompletionData: Is inside comment: 0.0031079999171197414 +Info 23102[20:09:06.444] getCompletionData: Get previous token: 0.09739100001752377 +Info 23103[20:09:06.444] getCompletionsAtPosition: isCompletionListBlocker: 0.01908699981868267 +Info 23104[20:09:06.445] getExportInfoMap: cache hit +Info 23105[20:09:06.449] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23106[20:09:06.449] collectAutoImports: response is complete +Info 23107[20:09:06.449] collectAutoImports: 3.323951999656856 +Info 23108[20:09:06.449] getCompletionData: Semantic work: 4.905077000148594 +Info 23109[20:09:06.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.386456999927759 +Info 23110[20:09:06.454] Format host information updated +Info 23111[20:09:06.698] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23112[20:09:06.725] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2131 structureChanged: false structureIsReused:: Completely Elapsed: 26.937181999906898ms +Info 23113[20:09:06.725] Different program with same set of files +Info 23114[20:09:06.726] getCompletionData: Get current token: 0.017520000226795673 +Info 23115[20:09:06.726] getCompletionData: Is inside comment: 0.0035230000503361225 +Info 23116[20:09:06.726] getCompletionData: Get previous token: 0.09401899995282292 +Info 23117[20:09:06.726] getCompletionsAtPosition: isCompletionListBlocker: 0.019189000129699707 +Info 23118[20:09:06.728] getExportInfoMap: cache hit +Info 23119[20:09:06.734] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23120[20:09:06.734] collectAutoImports: response is complete +Info 23121[20:09:06.734] collectAutoImports: 6.409113000147045 +Info 23122[20:09:06.734] getCompletionData: Semantic work: 8.063031999859959 +Info 23123[20:09:06.738] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.402051000390202 +Info 23124[20:09:06.739] Format host information updated +Info 23125[20:09:06.801] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23126[20:09:06.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2132 structureChanged: false structureIsReused:: Completely Elapsed: 9.637031000107527ms +Info 23127[20:09:06.811] Different program with same set of files +Info 23128[20:09:06.811] getCompletionData: Get current token: 0.008256000000983477 +Info 23129[20:09:06.811] getCompletionData: Is inside comment: 0.0012980001047253609 +Info 23130[20:09:06.811] getCompletionData: Get previous token: 0.042905000038444996 +Info 23131[20:09:06.811] getCompletionsAtPosition: isCompletionListBlocker: 0.009335000067949295 +Info 23132[20:09:06.812] getExportInfoMap: cache hit +Info 23133[20:09:06.814] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23134[20:09:06.814] collectAutoImports: response is complete +Info 23135[20:09:06.814] collectAutoImports: 1.8903500000014901 +Info 23136[20:09:06.814] getCompletionData: Semantic work: 2.628901000134647 +Info 23137[20:09:06.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5704019996337593 +Info 23138[20:09:06.817] Format host information updated +Info 23139[20:09:06.953] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23140[20:09:06.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2133 structureChanged: false structureIsReused:: Completely Elapsed: 7.66412500012666ms +Info 23141[20:09:06.961] Different program with same set of files +Info 23142[20:09:06.961] getCompletionData: Get current token: 0.00648199999704957 +Info 23143[20:09:06.961] getCompletionData: Is inside comment: 0.0010529998689889908 +Info 23144[20:09:06.961] getCompletionData: Get previous token: 0.03458700003102422 +Info 23145[20:09:06.961] getCompletionsAtPosition: isCompletionListBlocker: 0.008699000347405672 +Info 23146[20:09:06.962] getExportInfoMap: cache hit +Info 23147[20:09:06.964] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23148[20:09:06.964] collectAutoImports: response is complete +Info 23149[20:09:06.964] collectAutoImports: 1.6348449997603893 +Info 23150[20:09:06.964] getCompletionData: Semantic work: 2.288910999894142 +Info 23151[20:09:06.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.463463000021875 +Info 23152[20:09:06.967] Format host information updated +Info 23153[20:09:07.092] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23154[20:09:07.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2134 structureChanged: false structureIsReused:: Completely Elapsed: 32.06828900007531ms +Info 23155[20:09:07.124] Different program with same set of files +Info 23156[20:09:07.124] getCompletionData: Get current token: 0.014156999997794628 +Info 23157[20:09:07.124] getCompletionData: Is inside comment: 0.0023349998518824577 +Info 23158[20:09:07.125] getCompletionData: Get previous token: 0.0771519998088479 +Info 23159[20:09:07.125] getCompletionsAtPosition: isCompletionListBlocker: 0.01664000004529953 +Info 23160[20:09:07.126] getExportInfoMap: cache hit +Info 23161[20:09:07.128] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 23162[20:09:07.129] collectAutoImports: response is complete +Info 23163[20:09:07.129] collectAutoImports: 2.743278000038117 +Info 23164[20:09:07.129] getCompletionData: Semantic work: 3.938116000033915 +Info 23165[20:09:07.132] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0918969996273518 +Info 23166[20:09:07.133] Format host information updated +Info 23167[20:09:07.151] Format host information updated +Info 23168[20:09:07.866] getCompletionData: Get current token: 0.01933200005441904 +Info 23169[20:09:07.866] getCompletionData: Is inside comment: 0.003068000078201294 +Info 23170[20:09:07.866] getCompletionData: Get previous token: 0.04125799983739853 +Info 23171[20:09:07.866] getCompletionsAtPosition: isCompletionListBlocker: 0.0018980000168085098 +Info 23172[20:09:07.866] Returning an empty list because completion was requested in an invalid position. +Info 23173[20:09:08.162] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23174[20:09:08.171] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2135 structureChanged: false structureIsReused:: Completely Elapsed: 9.628539999946952ms +Info 23175[20:09:08.171] Different program with same set of files +Info 23176[20:09:08.172] getCompletionData: Get current token: 0.01646400010213256 +Info 23177[20:09:08.172] getCompletionData: Is inside comment: 0.002098000142723322 +Info 23178[20:09:08.172] getCompletionData: Get previous token: 0.024519999977201223 +Info 23179[20:09:08.172] getCompletionsAtPosition: isCompletionListBlocker: 0.0012269997969269753 +Info 23180[20:09:08.172] Returning an empty list because completion was requested in an invalid position. +Info 23181[20:09:08.172] Format host information updated +Info 23182[20:09:09.239] Format host information updated +Info 23183[20:09:09.239] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23184[20:09:09.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2136 structureChanged: false structureIsReused:: Completely Elapsed: 7.375282000284642ms +Info 23185[20:09:09.246] Different program with same set of files +Info 23186[20:09:09.886] Format host information updated +Info 23187[20:09:09.886] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23188[20:09:09.894] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2137 structureChanged: false structureIsReused:: Completely Elapsed: 7.205074999947101ms +Info 23189[20:09:09.894] Different program with same set of files +Info 23190[20:09:10.787] Format host information updated +Info 23191[20:09:10.787] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23192[20:09:10.794] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2138 structureChanged: false structureIsReused:: Completely Elapsed: 7.286741000134498ms +Info 23193[20:09:10.794] Different program with same set of files +Info 23194[20:09:12.525] Format host information updated +Info 23195[20:09:12.525] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23196[20:09:12.535] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2139 structureChanged: false structureIsReused:: Completely Elapsed: 9.578215999994427ms +Info 23197[20:09:12.535] Different program with same set of files +Info 23198[20:09:14.318] Format host information updated +Info 23199[20:09:14.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23200[20:09:14.326] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2140 structureChanged: false structureIsReused:: Completely Elapsed: 7.193634000141174ms +Info 23201[20:09:14.326] Different program with same set of files +Info 23202[20:09:15.548] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23203[20:09:15.556] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2141 structureChanged: false structureIsReused:: Completely Elapsed: 8.005716000217944ms +Info 23204[20:09:15.556] Different program with same set of files +Info 23205[20:09:15.557] getCompletionData: Get current token: 0.006190999876707792 +Info 23206[20:09:15.557] getCompletionData: Is inside comment: 0.0010370002128183842 +Info 23207[20:09:15.557] getCompletionData: Get previous token: 0.03499500034376979 +Info 23208[20:09:15.557] getCompletionsAtPosition: isCompletionListBlocker: 0.0028699999675154686 +Info 23209[20:09:15.557] getExportInfoMap: cache hit +Info 23210[20:09:15.560] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 23211[20:09:15.560] collectAutoImports: response is complete +Info 23212[20:09:15.560] collectAutoImports: 2.612455000169575 +Info 23213[20:09:15.560] getCompletionData: Semantic work: 3.2847269997000694 +Info 23214[20:09:15.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.711784000042826 +Info 23215[20:09:15.563] Format host information updated +Info 23216[20:09:15.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23217[20:09:15.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2142 structureChanged: false structureIsReused:: Completely Elapsed: 7.585685999598354ms +Info 23218[20:09:15.793] Different program with same set of files +Info 23219[20:09:15.793] getCompletionData: Get current token: 0.005549000110477209 +Info 23220[20:09:15.793] getCompletionData: Is inside comment: 0.0008620000444352627 +Info 23221[20:09:15.793] getCompletionData: Get previous token: 0.02924300031736493 +Info 23222[20:09:15.793] getCompletionsAtPosition: isCompletionListBlocker: 0.0027809999883174896 +Info 23223[20:09:15.794] getExportInfoMap: cache hit +Info 23224[20:09:15.795] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 23225[20:09:15.795] collectAutoImports: response is complete +Info 23226[20:09:15.795] collectAutoImports: 1.5568280001170933 +Info 23227[20:09:15.795] getCompletionData: Semantic work: 2.082516999915242 +Info 23228[20:09:15.797] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2449400001205504 +Info 23229[20:09:15.798] Format host information updated +Info 23230[20:09:15.845] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23231[20:09:15.854] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2143 structureChanged: false structureIsReused:: Completely Elapsed: 8.65331199998036ms +Info 23232[20:09:15.854] Different program with same set of files +Info 23233[20:09:15.854] getCompletionData: Get current token: 0.007051999680697918 +Info 23234[20:09:15.854] getCompletionData: Is inside comment: 0.0010040001943707466 +Info 23235[20:09:15.854] getCompletionData: Get previous token: 0.03689899994060397 +Info 23236[20:09:15.854] getCompletionsAtPosition: isCompletionListBlocker: 0.0039059999398887157 +Info 23237[20:09:15.855] getExportInfoMap: cache hit +Info 23238[20:09:15.857] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23239[20:09:15.857] collectAutoImports: response is complete +Info 23240[20:09:15.857] collectAutoImports: 1.6504619996994734 +Info 23241[20:09:15.857] getCompletionData: Semantic work: 2.296026000287384 +Info 23242[20:09:15.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3956440002657473 +Info 23243[20:09:15.859] Format host information updated +Info 23244[20:09:15.906] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23245[20:09:15.919] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2144 structureChanged: false structureIsReused:: Completely Elapsed: 12.646542000118643ms +Info 23246[20:09:15.919] Different program with same set of files +Info 23247[20:09:15.919] getCompletionData: Get current token: 0.008995999582111835 +Info 23248[20:09:15.919] getCompletionData: Is inside comment: 0.001317999791353941 +Info 23249[20:09:15.919] getCompletionData: Get previous token: 0.07598199974745512 +Info 23250[20:09:15.919] getCompletionsAtPosition: isCompletionListBlocker: 0.004281000234186649 +Info 23251[20:09:15.920] getExportInfoMap: cache hit +Info 23252[20:09:15.922] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23253[20:09:15.922] collectAutoImports: response is complete +Info 23254[20:09:15.922] collectAutoImports: 2.0908800000324845 +Info 23255[20:09:15.922] getCompletionData: Semantic work: 2.8695630002766848 +Info 23256[20:09:15.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7927719997242093 +Info 23257[20:09:15.926] Format host information updated +Info 23258[20:09:15.981] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23259[20:09:15.989] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2145 structureChanged: false structureIsReused:: Completely Elapsed: 8.603876000270247ms +Info 23260[20:09:15.989] Different program with same set of files +Info 23261[20:09:15.990] getCompletionData: Get current token: 0.0070500001311302185 +Info 23262[20:09:15.990] getCompletionData: Is inside comment: 0.0011720000766217709 +Info 23263[20:09:15.990] getCompletionData: Get previous token: 0.030394000001251698 +Info 23264[20:09:15.990] getCompletionsAtPosition: isCompletionListBlocker: 0.003671999555081129 +Info 23265[20:09:15.990] getExportInfoMap: cache hit +Info 23266[20:09:15.992] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23267[20:09:15.992] collectAutoImports: response is complete +Info 23268[20:09:15.992] collectAutoImports: 1.6948800003156066 +Info 23269[20:09:15.992] getCompletionData: Semantic work: 2.3328559999354184 +Info 23270[20:09:15.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4579960000701249 +Info 23271[20:09:15.997] Format host information updated +Info 23272[20:09:16.051] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23273[20:09:16.063] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2146 structureChanged: false structureIsReused:: Completely Elapsed: 12.16465299995616ms +Info 23274[20:09:16.063] Different program with same set of files +Info 23275[20:09:16.063] getCompletionData: Get current token: 0.010359999723732471 +Info 23276[20:09:16.063] getCompletionData: Is inside comment: 0.0017430000007152557 +Info 23277[20:09:16.063] getCompletionData: Get previous token: 0.04746600007638335 +Info 23278[20:09:16.063] getCompletionsAtPosition: isCompletionListBlocker: 0.004288999829441309 +Info 23279[20:09:16.064] getExportInfoMap: cache hit +Info 23280[20:09:16.067] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 23281[20:09:16.067] collectAutoImports: response is complete +Info 23282[20:09:16.067] collectAutoImports: 2.540668999776244 +Info 23283[20:09:16.067] getCompletionData: Semantic work: 3.45734899956733 +Info 23284[20:09:16.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.168610999826342 +Info 23285[20:09:16.073] Format host information updated +Info 23286[20:09:16.412] Format host information updated +Info 23287[20:09:16.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23288[20:09:16.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2147 structureChanged: false structureIsReused:: Completely Elapsed: 7.572887999936938ms +Info 23289[20:09:16.420] Different program with same set of files +Info 23290[20:09:16.564] Format host information updated +Info 23291[20:09:16.564] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23292[20:09:16.574] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2148 structureChanged: false structureIsReused:: Completely Elapsed: 9.618431999813765ms +Info 23293[20:09:16.574] Different program with same set of files +Info 23294[20:09:28.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23295[20:09:28.189] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2149 structureChanged: false structureIsReused:: Completely Elapsed: 7.209015000145882ms +Info 23296[20:09:28.189] Different program with same set of files +Info 23297[20:09:28.189] getCompletionData: Get current token: 0.002009000163525343 +Info 23298[20:09:28.189] getCompletionData: Is inside comment: 0.0007439996115863323 +Info 23299[20:09:28.189] getCompletionData: Get previous token: 0.009446999989449978 +Info 23300[20:09:28.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0011300002224743366 +Info 23301[20:09:28.189] Returning an empty list because completion was requested in an invalid position. +Info 23302[20:09:28.192] Format host information updated +Info 23303[20:11:46.730] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23304[20:11:46.737] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2150 structureChanged: false structureIsReused:: Completely Elapsed: 7.157598999794573ms +Info 23305[20:11:46.737] Different program with same set of files +Info 23306[20:11:46.737] getCompletionData: Get current token: 0.007246000226587057 +Info 23307[20:11:46.737] getCompletionData: Is inside comment: 0.008660000283271074 +Info 23308[20:11:46.737] getCompletionData: Get previous token: 0.006099000107496977 +Info 23309[20:11:46.737] getCompletionsAtPosition: isCompletionListBlocker: 0.002712000161409378 +Info 23310[20:11:46.738] getExportInfoMap: cache hit +Info 23311[20:11:46.758] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 23312[20:11:46.758] collectAutoImports: response is complete +Info 23313[20:11:46.758] collectAutoImports: 19.876341999974102 +Info 23314[20:11:46.758] getCompletionData: Semantic work: 20.309858000371605 +Info 23315[20:11:46.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.319173000287265 +Info 23316[20:11:46.772] Format host information updated +Info 23317[20:11:46.855] Format host information updated +Info 23318[20:11:46.855] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23319[20:11:46.879] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2151 structureChanged: false structureIsReused:: Completely Elapsed: 23.93707499979064ms +Info 23320[20:11:46.879] Different program with same set of files +Info 23321[20:11:46.997] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23322[20:11:47.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2152 structureChanged: false structureIsReused:: Completely Elapsed: 10.630839999765158ms +Info 23323[20:11:47.008] Different program with same set of files +Info 23324[20:11:47.008] getCompletionData: Get current token: 0.006883000023663044 +Info 23325[20:11:47.008] getCompletionData: Is inside comment: 0.01016400009393692 +Info 23326[20:11:47.008] getCompletionData: Get previous token: 0.006824000272899866 +Info 23327[20:11:47.008] getCompletionsAtPosition: isCompletionListBlocker: 0.008349999785423279 +Info 23328[20:11:47.008] getExportInfoMap: cache hit +Info 23329[20:11:47.021] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 23330[20:11:47.021] collectAutoImports: response is complete +Info 23331[20:11:47.021] collectAutoImports: 12.276972999796271 +Info 23332[20:11:47.021] getCompletionData: Semantic work: 12.763568999711424 +Info 23333[20:11:47.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.753200000151992 +Info 23334[20:11:47.032] Format host information updated +Info 23335[20:11:47.209] Format host information updated +Info 23336[20:11:47.210] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23337[20:11:47.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2153 structureChanged: false structureIsReused:: Completely Elapsed: 8.631177000235766ms +Info 23338[20:11:47.218] Different program with same set of files +Info 23339[20:12:00.387] Format host information updated +Info 23340[20:12:00.387] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23341[20:12:00.397] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2154 structureChanged: false structureIsReused:: Completely Elapsed: 10.026730000041425ms +Info 23342[20:12:00.397] Different program with same set of files +Info 23343[20:12:00.596] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23344[20:12:00.606] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2155 structureChanged: false structureIsReused:: Completely Elapsed: 10.3120750002563ms +Info 23345[20:12:00.607] Different program with same set of files +Info 23346[20:12:00.607] getCompletionData: Get current token: 0.004162999801337719 +Info 23347[20:12:00.607] getCompletionData: Is inside comment: 0.010348000098019838 +Info 23348[20:12:00.607] getCompletionData: Get previous token: 0.014500000048428774 +Info 23349[20:12:00.607] getCompletionsAtPosition: isCompletionListBlocker: 0.0033660000190138817 +Info 23350[20:12:00.608] getExportInfoMap: cache hit +Info 23351[20:12:00.614] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 23352[20:12:00.614] collectAutoImports: response is complete +Info 23353[20:12:00.615] collectAutoImports: 6.909213999751955 +Info 23354[20:12:00.615] getCompletionData: Semantic work: 7.740390999708325 +Info 23355[20:12:00.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.422859000042081 +Info 23356[20:12:00.619] Format host information updated +Info 23357[20:12:00.768] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23358[20:12:00.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2156 structureChanged: false structureIsReused:: Completely Elapsed: 7.937841000035405ms +Info 23359[20:12:00.776] Different program with same set of files +Info 23360[20:12:00.776] getCompletionData: Get current token: 0.003466999623924494 +Info 23361[20:12:00.776] getCompletionData: Is inside comment: 0.010703000240027905 +Info 23362[20:12:00.776] getCompletionData: Get previous token: 0.014280000235885382 +Info 23363[20:12:00.776] getCompletionsAtPosition: isCompletionListBlocker: 0.0022100000642240047 +Info 23364[20:12:00.777] getExportInfoMap: cache hit +Info 23365[20:12:00.780] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 0 from cache +Info 23366[20:12:00.780] collectAutoImports: response is complete +Info 23367[20:12:00.780] collectAutoImports: 3.1834849999286234 +Info 23368[20:12:00.780] getCompletionData: Semantic work: 3.7700829999521375 +Info 23369[20:12:00.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5118970000185072 +Info 23370[20:12:00.784] Format host information updated +Info 23371[20:12:00.988] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23372[20:12:00.998] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2157 structureChanged: false structureIsReused:: Completely Elapsed: 10.033104000147432ms +Info 23373[20:12:00.998] Different program with same set of files +Info 23374[20:12:00.998] getCompletionData: Get current token: 0.003761999774724245 +Info 23375[20:12:00.998] getCompletionData: Is inside comment: 0.009369999635964632 +Info 23376[20:12:00.998] getCompletionData: Get previous token: 0.013128000311553478 +Info 23377[20:12:00.998] getCompletionsAtPosition: isCompletionListBlocker: 0.0025470000691711903 +Info 23378[20:12:00.999] getExportInfoMap: cache hit +Info 23379[20:12:01.004] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 23380[20:12:01.004] collectAutoImports: response is complete +Info 23381[20:12:01.004] collectAutoImports: 4.554341999813914 +Info 23382[20:12:01.004] getCompletionData: Semantic work: 5.138987000100315 +Info 23383[20:12:01.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4470779998227954 +Info 23384[20:12:01.009] Format host information updated +Info 23385[20:12:01.123] Format host information updated +Info 23386[20:12:01.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23387[20:12:01.131] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2158 structureChanged: false structureIsReused:: Completely Elapsed: 7.7728220000863075ms +Info 23388[20:12:01.131] Different program with same set of files +Info 23389[20:12:01.248] Format host information updated +Info 23390[20:12:01.248] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23391[20:12:01.257] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2159 structureChanged: false structureIsReused:: Completely Elapsed: 8.391052999999374ms +Info 23392[20:12:01.257] Different program with same set of files +Info 23393[20:12:01.397] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23394[20:12:01.409] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2160 structureChanged: false structureIsReused:: Completely Elapsed: 12.074055999983102ms +Info 23395[20:12:01.409] Different program with same set of files +Info 23396[20:12:01.409] getCompletionData: Get current token: 0.005135999992489815 +Info 23397[20:12:01.409] getCompletionData: Is inside comment: 0.011760999914258718 +Info 23398[20:12:01.409] getCompletionData: Get previous token: 0.016858999617397785 +Info 23399[20:12:01.409] getCompletionsAtPosition: isCompletionListBlocker: 0.0029589999467134476 +Info 23400[20:12:01.410] getExportInfoMap: cache hit +Info 23401[20:12:01.415] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 23402[20:12:01.415] collectAutoImports: response is complete +Info 23403[20:12:01.415] collectAutoImports: 5.089738999959081 +Info 23404[20:12:01.415] getCompletionData: Semantic work: 5.815471000038087 +Info 23405[20:12:01.417] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6500360001809895 +Info 23406[20:12:01.420] Format host information updated +Info 23407[20:12:01.723] Format host information updated +Info 23408[20:12:01.723] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23409[20:12:01.757] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2161 structureChanged: false structureIsReused:: Completely Elapsed: 33.249017000198364ms +Info 23410[20:12:01.757] Different program with same set of files +Info 23411[20:12:01.788] Format host information updated +Info 23412[20:12:01.788] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23413[20:12:01.797] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2162 structureChanged: false structureIsReused:: Completely Elapsed: 8.587236000224948ms +Info 23414[20:12:01.797] Different program with same set of files +Info 23415[20:12:01.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23416[20:12:01.989] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2163 structureChanged: false structureIsReused:: Completely Elapsed: 29.174250000156462ms +Info 23417[20:12:01.989] Different program with same set of files +Info 23418[20:12:01.990] getCompletionData: Get current token: 0.01081999996677041 +Info 23419[20:12:01.990] getCompletionData: Is inside comment: 0.029722999781370163 +Info 23420[20:12:01.990] getCompletionData: Get previous token: 0.04061299981549382 +Info 23421[20:12:01.990] getCompletionsAtPosition: isCompletionListBlocker: 0.00479100039228797 +Info 23422[20:12:01.992] getExportInfoMap: cache hit +Info 23423[20:12:02.002] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 23424[20:12:02.002] collectAutoImports: response is complete +Info 23425[20:12:02.002] collectAutoImports: 10.474433000199497 +Info 23426[20:12:02.002] getCompletionData: Semantic work: 12.304812999907881 +Info 23427[20:12:02.006] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.336781000252813 +Info 23428[20:12:02.010] Format host information updated +Info 23429[20:12:02.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23430[20:12:02.056] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2164 structureChanged: false structureIsReused:: Completely Elapsed: 8.060572000220418ms +Info 23431[20:12:02.056] Different program with same set of files +Info 23432[20:12:02.057] getCompletionData: Get current token: 0.004275000188499689 +Info 23433[20:12:02.057] getCompletionData: Is inside comment: 0.009817000012844801 +Info 23434[20:12:02.057] getCompletionData: Get previous token: 0.014026000164449215 +Info 23435[20:12:02.057] getCompletionsAtPosition: isCompletionListBlocker: 0.00228899996727705 +Info 23436[20:12:02.057] getExportInfoMap: cache hit +Info 23437[20:12:02.061] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 23438[20:12:02.061] collectAutoImports: response is complete +Info 23439[20:12:02.061] collectAutoImports: 3.508208000101149 +Info 23440[20:12:02.061] getCompletionData: Semantic work: 4.156297999899834 +Info 23441[20:12:02.062] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5667159999720752 +Info 23442[20:12:02.064] Format host information updated +Info 23443[20:12:02.132] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23444[20:12:02.147] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2165 structureChanged: false structureIsReused:: Completely Elapsed: 14.91101700020954ms +Info 23445[20:12:02.147] Different program with same set of files +Info 23446[20:12:02.148] getCompletionData: Get current token: 0.009734000079333782 +Info 23447[20:12:02.148] getCompletionData: Is inside comment: 0.023351000156253576 +Info 23448[20:12:02.148] getCompletionData: Get previous token: 0.032369999680668116 +Info 23449[20:12:02.148] getCompletionsAtPosition: isCompletionListBlocker: 0.003897000104188919 +Info 23450[20:12:02.149] getExportInfoMap: cache hit +Info 23451[20:12:02.156] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 23452[20:12:02.156] collectAutoImports: response is complete +Info 23453[20:12:02.156] collectAutoImports: 6.8926119999960065 +Info 23454[20:12:02.156] getCompletionData: Semantic work: 8.142641000449657 +Info 23455[20:12:02.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.2878160001710057 +Info 23456[20:12:02.162] Format host information updated +Info 23457[20:12:02.192] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23458[20:12:02.203] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2166 structureChanged: false structureIsReused:: Completely Elapsed: 10.524230000097305ms +Info 23459[20:12:02.203] Different program with same set of files +Info 23460[20:12:02.203] getCompletionData: Get current token: 0.004665999673306942 +Info 23461[20:12:02.203] getCompletionData: Is inside comment: 0.009750999975949526 +Info 23462[20:12:02.203] getCompletionData: Get previous token: 0.014762999955564737 +Info 23463[20:12:02.203] getCompletionsAtPosition: isCompletionListBlocker: 0.002216000109910965 +Info 23464[20:12:02.204] getExportInfoMap: cache hit +Info 23465[20:12:02.207] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 23466[20:12:02.207] collectAutoImports: response is complete +Info 23467[20:12:02.207] collectAutoImports: 2.8714160001836717 +Info 23468[20:12:02.207] getCompletionData: Semantic work: 3.5533579997718334 +Info 23469[20:12:02.208] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4969349997118115 +Info 23470[20:12:02.210] Format host information updated +Info 23471[20:12:02.253] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23472[20:12:02.261] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2167 structureChanged: false structureIsReused:: Completely Elapsed: 7.825571000110358ms +Info 23473[20:12:02.261] Different program with same set of files +Info 23474[20:12:02.261] getCompletionData: Get current token: 0.004153999965637922 +Info 23475[20:12:02.261] getCompletionData: Is inside comment: 0.03505999967455864 +Info 23476[20:12:02.261] getCompletionData: Get previous token: 0.0147299999371171 +Info 23477[20:12:02.261] getCompletionsAtPosition: isCompletionListBlocker: 0.0027819997631013393 +Info 23478[20:12:02.262] getExportInfoMap: cache hit +Info 23479[20:12:02.274] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23480[20:12:02.274] collectAutoImports: response is complete +Info 23481[20:12:02.274] collectAutoImports: 12.703429999761283 +Info 23482[20:12:02.274] getCompletionData: Semantic work: 13.323665999807417 +Info 23483[20:12:02.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.803220999892801 +Info 23484[20:12:02.288] Format host information updated +Info 23485[20:12:02.350] Format host information updated +Info 23486[20:12:02.350] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23487[20:12:02.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2168 structureChanged: false structureIsReused:: Completely Elapsed: 10.019840999972075ms +Info 23488[20:12:02.360] Different program with same set of files +Info 23489[20:12:02.636] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23490[20:12:02.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2169 structureChanged: false structureIsReused:: Completely Elapsed: 19.165073999669403ms +Info 23491[20:12:02.655] Different program with same set of files +Info 23492[20:12:02.656] getCompletionData: Get current token: 0.007346999831497669 +Info 23493[20:12:02.656] getCompletionData: Is inside comment: 0.01907999999821186 +Info 23494[20:12:02.656] getCompletionData: Get previous token: 0.03206399967893958 +Info 23495[20:12:02.656] getCompletionsAtPosition: isCompletionListBlocker: 0.0017949999310076237 +Info 23496[20:12:02.656] Returning an empty list because completion was requested in an invalid position. +Info 23497[20:12:02.656] Format host information updated +Info 23498[20:12:02.703] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23499[20:12:02.710] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2170 structureChanged: false structureIsReused:: Completely Elapsed: 7.058141000103205ms +Info 23500[20:12:02.710] Different program with same set of files +Info 23501[20:12:02.711] getCompletionData: Get current token: 0.003829000052064657 +Info 23502[20:12:02.711] getCompletionData: Is inside comment: 0.009980000089854002 +Info 23503[20:12:02.711] getCompletionData: Get previous token: 0.016536000184714794 +Info 23504[20:12:02.711] getCompletionsAtPosition: isCompletionListBlocker: 0.001446000300347805 +Info 23505[20:12:02.711] Returning an empty list because completion was requested in an invalid position. +Info 23506[20:12:02.714] Format host information updated +Info 23507[20:12:02.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23508[20:12:02.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2171 structureChanged: false structureIsReused:: Completely Elapsed: 8.468396000098437ms +Info 23509[20:12:02.995] Different program with same set of files +Info 23510[20:12:02.995] getCompletionData: Get current token: 0.003554999828338623 +Info 23511[20:12:02.995] getCompletionData: Is inside comment: 0.009536999743431807 +Info 23512[20:12:02.995] getCompletionData: Get previous token: 0.01548000006005168 +Info 23513[20:12:02.995] getCompletionsAtPosition: isCompletionListBlocker: 0.0012409999035298824 +Info 23514[20:12:02.995] Returning an empty list because completion was requested in an invalid position. +Info 23515[20:12:02.995] Format host information updated +Info 23516[20:12:03.160] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23517[20:12:03.169] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2172 structureChanged: false structureIsReused:: Completely Elapsed: 8.6603419999592ms +Info 23518[20:12:03.169] Different program with same set of files +Info 23519[20:12:03.169] getCompletionData: Get current token: 0.004272999707609415 +Info 23520[20:12:03.169] getCompletionData: Is inside comment: 0.011401999741792679 +Info 23521[20:12:03.169] getCompletionData: Get previous token: 0.019361999817192554 +Info 23522[20:12:03.169] getCompletionsAtPosition: isCompletionListBlocker: 0.00164500018581748 +Info 23523[20:12:03.169] Returning an empty list because completion was requested in an invalid position. +Info 23524[20:12:03.169] Format host information updated +Info 23525[20:12:03.305] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23526[20:12:03.313] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2173 structureChanged: false structureIsReused:: Completely Elapsed: 8.005363000091165ms +Info 23527[20:12:03.313] Different program with same set of files +Info 23528[20:12:03.313] getCompletionData: Get current token: 0.004705000203102827 +Info 23529[20:12:03.313] getCompletionData: Is inside comment: 0.012120000086724758 +Info 23530[20:12:03.313] getCompletionData: Get previous token: 0.02068299986422062 +Info 23531[20:12:03.313] getCompletionsAtPosition: isCompletionListBlocker: 0.0015610000118613243 +Info 23532[20:12:03.313] Returning an empty list because completion was requested in an invalid position. +Info 23533[20:12:03.313] Format host information updated +Info 23534[20:12:03.468] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23535[20:12:03.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2174 structureChanged: false structureIsReused:: Completely Elapsed: 8.896851999685168ms +Info 23536[20:12:03.477] Different program with same set of files +Info 23537[20:12:03.477] getCompletionData: Get current token: 0.005319999996572733 +Info 23538[20:12:03.478] getCompletionData: Is inside comment: 0.013232000172138214 +Info 23539[20:12:03.478] getCompletionData: Get previous token: 0.022243000101298094 +Info 23540[20:12:03.478] getCompletionsAtPosition: isCompletionListBlocker: 0.0015040002763271332 +Info 23541[20:12:03.478] Returning an empty list because completion was requested in an invalid position. +Info 23542[20:12:03.478] Format host information updated +Info 23543[20:12:03.798] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23544[20:12:03.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2175 structureChanged: false structureIsReused:: Completely Elapsed: 11.376507999841124ms +Info 23545[20:12:03.809] Different program with same set of files +Info 23546[20:12:03.810] getCompletionData: Get current token: 0.003740999847650528 +Info 23547[20:12:03.810] getCompletionData: Is inside comment: 0.009920000098645687 +Info 23548[20:12:03.810] getCompletionData: Get previous token: 0.01674799993634224 +Info 23549[20:12:03.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0014180000871419907 +Info 23550[20:12:03.810] Returning an empty list because completion was requested in an invalid position. +Info 23551[20:12:03.810] Format host information updated +Info 23552[20:12:04.015] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23553[20:12:04.023] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2176 structureChanged: false structureIsReused:: Completely Elapsed: 8.080271999817342ms +Info 23554[20:12:04.023] Different program with same set of files +Info 23555[20:12:04.023] getCompletionData: Get current token: 0.0038410001434385777 +Info 23556[20:12:04.023] getCompletionData: Is inside comment: 0.011170000303536654 +Info 23557[20:12:04.023] getCompletionData: Get previous token: 0.01800899999216199 +Info 23558[20:12:04.023] getCompletionsAtPosition: isCompletionListBlocker: 0.001317999791353941 +Info 23559[20:12:04.023] Returning an empty list because completion was requested in an invalid position. +Info 23560[20:12:04.024] Format host information updated +Info 23561[20:12:04.197] Format host information updated +Info 23562[20:12:04.197] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23563[20:12:04.205] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2177 structureChanged: false structureIsReused:: Completely Elapsed: 7.485657999757677ms +Info 23564[20:12:04.205] Different program with same set of files +Info 23565[20:12:04.464] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23566[20:12:04.475] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2178 structureChanged: false structureIsReused:: Completely Elapsed: 11.47594300005585ms +Info 23567[20:12:04.475] Different program with same set of files +Info 23568[20:12:04.476] getCompletionData: Get current token: 0.008689000271260738 +Info 23569[20:12:04.476] getCompletionData: Is inside comment: 0.014619000256061554 +Info 23570[20:12:04.476] getCompletionData: Get previous token: 0.011819999665021896 +Info 23571[20:12:04.476] getCompletionsAtPosition: isCompletionListBlocker: 0.009316000156104565 +Info 23572[20:12:04.476] getExportInfoMap: cache hit +Info 23573[20:12:04.492] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23574[20:12:04.492] collectAutoImports: response is complete +Info 23575[20:12:04.492] collectAutoImports: 15.384428999852389 +Info 23576[20:12:04.492] getCompletionData: Semantic work: 16.204655999783427 +Info 23577[20:12:04.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.743108999915421 +Info 23578[20:12:04.511] Format host information updated +Info 23579[20:12:04.529] Format host information updated +Info 23580[20:12:04.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23581[20:12:04.537] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2179 structureChanged: false structureIsReused:: Completely Elapsed: 7.239806999918073ms +Info 23582[20:12:04.537] Different program with same set of files +Info 23583[20:12:05.288] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23584[20:12:05.295] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2180 structureChanged: false structureIsReused:: Completely Elapsed: 7.103199999779463ms +Info 23585[20:12:05.295] Different program with same set of files +Info 23586[20:12:05.295] getCompletionData: Get current token: 0.0035540000535547733 +Info 23587[20:12:05.295] getCompletionData: Is inside comment: 0.00902999984100461 +Info 23588[20:12:05.295] getCompletionData: Get previous token: 0.01580600021407008 +Info 23589[20:12:05.295] getCompletionsAtPosition: isCompletionListBlocker: 0.0076500000432133675 +Info 23590[20:12:05.296] getExportInfoMap: cache hit +Info 23591[20:12:05.300] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 23592[20:12:05.300] collectAutoImports: response is complete +Info 23593[20:12:05.300] collectAutoImports: 3.8716039997525513 +Info 23594[20:12:05.300] getCompletionData: Semantic work: 4.463489999994636 +Info 23595[20:12:05.302] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.286753000225872 +Info 23596[20:12:05.306] Format host information updated +Info 23597[20:12:05.693] Format host information updated +Info 23598[20:12:05.693] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23599[20:12:05.700] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2181 structureChanged: false structureIsReused:: Completely Elapsed: 7.343663000036031ms +Info 23600[20:12:05.700] Different program with same set of files +Info 23601[20:12:06.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23602[20:12:06.177] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2182 structureChanged: false structureIsReused:: Completely Elapsed: 7.1628949996083975ms +Info 23603[20:12:06.177] Different program with same set of files +Info 23604[20:12:06.177] getCompletionData: Get current token: 0.003836999647319317 +Info 23605[20:12:06.177] getCompletionData: Is inside comment: 0.009254000149667263 +Info 23606[20:12:06.177] getCompletionData: Get previous token: 0.016509999986737967 +Info 23607[20:12:06.177] getCompletionsAtPosition: isCompletionListBlocker: 0.007712000049650669 +Info 23608[20:12:06.178] getExportInfoMap: cache hit +Info 23609[20:12:06.181] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 10 from cache +Info 23610[20:12:06.181] collectAutoImports: response is complete +Info 23611[20:12:06.181] collectAutoImports: 3.241854999680072 +Info 23612[20:12:06.181] getCompletionData: Semantic work: 3.8323920001275837 +Info 23613[20:12:06.183] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5583029999397695 +Info 23614[20:12:06.184] Format host information updated +Info 23615[20:12:06.320] Format host information updated +Info 23616[20:12:06.320] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23617[20:12:06.350] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2183 structureChanged: false structureIsReused:: Completely Elapsed: 29.25132599985227ms +Info 23618[20:12:06.350] Different program with same set of files +Info 23619[20:12:06.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23620[20:12:06.428] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2184 structureChanged: false structureIsReused:: Completely Elapsed: 11.35496799973771ms +Info 23621[20:12:06.428] Different program with same set of files +Info 23622[20:12:06.428] getCompletionData: Get current token: 0.007007000036537647 +Info 23623[20:12:06.428] getCompletionData: Is inside comment: 0.018265000078827143 +Info 23624[20:12:06.429] getCompletionData: Get previous token: 0.016037999652326107 +Info 23625[20:12:06.429] getCompletionsAtPosition: isCompletionListBlocker: 0.014372999779880047 +Info 23626[20:12:06.429] getExportInfoMap: cache hit +Info 23627[20:12:06.449] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23628[20:12:06.449] collectAutoImports: response is complete +Info 23629[20:12:06.449] collectAutoImports: 19.165468000341207 +Info 23630[20:12:06.449] getCompletionData: Semantic work: 20.09917199984193 +Info 23631[20:12:06.457] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.183974999934435 +Info 23632[20:12:06.464] Format host information updated +Info 23633[20:12:06.597] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23634[20:12:06.605] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2185 structureChanged: false structureIsReused:: Completely Elapsed: 7.93400099966675ms +Info 23635[20:12:06.605] Different program with same set of files +Info 23636[20:12:06.605] getCompletionData: Get current token: 0.007548999972641468 +Info 23637[20:12:06.605] getCompletionData: Is inside comment: 0.01595399994403124 +Info 23638[20:12:06.605] getCompletionData: Get previous token: 0.014789000153541565 +Info 23639[20:12:06.605] getCompletionsAtPosition: isCompletionListBlocker: 0.009278999641537666 +Info 23640[20:12:06.606] getExportInfoMap: cache hit +Info 23641[20:12:06.620] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23642[20:12:06.620] collectAutoImports: response is complete +Info 23643[20:12:06.620] collectAutoImports: 14.229059000033885 +Info 23644[20:12:06.620] getCompletionData: Semantic work: 14.983971000183374 +Info 23645[20:12:06.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.615268999710679 +Info 23646[20:12:06.635] Format host information updated +Info 23647[20:12:06.672] Format host information updated +Info 23648[20:12:06.672] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23649[20:12:06.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2186 structureChanged: false structureIsReused:: Completely Elapsed: 7.464153999928385ms +Info 23650[20:12:06.680] Different program with same set of files +Info 23651[20:12:08.385] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23652[20:12:08.393] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2187 structureChanged: false structureIsReused:: Completely Elapsed: 7.9762079999782145ms +Info 23653[20:12:08.393] Different program with same set of files +Info 23654[20:12:08.393] getCompletionData: Get current token: 0.004157999996095896 +Info 23655[20:12:08.393] getCompletionData: Is inside comment: 0.01133699994534254 +Info 23656[20:12:08.393] getCompletionData: Get previous token: 0.021383000072091818 +Info 23657[20:12:08.393] getCompletionsAtPosition: isCompletionListBlocker: 0.009529000148177147 +Info 23658[20:12:08.394] getExportInfoMap: cache hit +Info 23659[20:12:08.399] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 15 from cache +Info 23660[20:12:08.399] collectAutoImports: response is complete +Info 23661[20:12:08.399] collectAutoImports: 5.1831040000543 +Info 23662[20:12:08.399] getCompletionData: Semantic work: 5.8838609997183084 +Info 23663[20:12:08.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5610010004602373 +Info 23664[20:12:08.405] Format host information updated +Info 23665[20:12:08.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23666[20:12:08.464] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2188 structureChanged: false structureIsReused:: Completely Elapsed: 7.746162999887019ms +Info 23667[20:12:08.464] Different program with same set of files +Info 23668[20:12:08.464] getCompletionData: Get current token: 0.004120999947190285 +Info 23669[20:12:08.464] getCompletionData: Is inside comment: 0.010774000082165003 +Info 23670[20:12:08.464] getCompletionData: Get previous token: 0.019744999706745148 +Info 23671[20:12:08.464] getCompletionsAtPosition: isCompletionListBlocker: 0.008971000090241432 +Info 23672[20:12:08.465] getExportInfoMap: cache hit +Info 23673[20:12:08.467] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 23674[20:12:08.467] collectAutoImports: response is complete +Info 23675[20:12:08.467] collectAutoImports: 2.147338000126183 +Info 23676[20:12:08.467] getCompletionData: Semantic work: 2.7914700000546873 +Info 23677[20:12:08.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3523610001429915 +Info 23678[20:12:08.469] Format host information updated +Info 23679[20:12:09.254] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23680[20:12:09.261] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2189 structureChanged: false structureIsReused:: Completely Elapsed: 7.0112580000422895ms +Info 23681[20:12:09.261] Different program with same set of files +Info 23682[20:12:09.261] getCompletionData: Get current token: 0.0038580000400543213 +Info 23683[20:12:09.261] getCompletionData: Is inside comment: 0.010259999893605709 +Info 23684[20:12:09.261] getCompletionData: Get previous token: 0.009080999996513128 +Info 23685[20:12:09.261] getCompletionsAtPosition: isCompletionListBlocker: 0.003083000425249338 +Info 23686[20:12:09.262] getExportInfoMap: cache hit +Info 23687[20:12:09.274] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23688[20:12:09.274] collectAutoImports: response is complete +Info 23689[20:12:09.274] collectAutoImports: 12.322747999802232 +Info 23690[20:12:09.274] getCompletionData: Semantic work: 12.875868000090122 +Info 23691[20:12:09.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.433420000132173 +Info 23692[20:12:09.288] Format host information updated +Info 23693[20:12:10.000] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23694[20:12:10.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2190 structureChanged: false structureIsReused:: Completely Elapsed: 9.467259999830276ms +Info 23695[20:12:10.009] Different program with same set of files +Info 23696[20:12:10.010] getCompletionData: Get current token: 0.003729000221937895 +Info 23697[20:12:10.010] getCompletionData: Is inside comment: 0.009059000294655561 +Info 23698[20:12:10.010] getCompletionData: Get previous token: 0.017023999709635973 +Info 23699[20:12:10.010] getCompletionsAtPosition: isCompletionListBlocker: 0.003224000334739685 +Info 23700[20:12:10.010] getExportInfoMap: cache hit +Info 23701[20:12:10.013] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 10 from cache +Info 23702[20:12:10.013] collectAutoImports: response is complete +Info 23703[20:12:10.013] collectAutoImports: 3.139229000080377 +Info 23704[20:12:10.013] getCompletionData: Semantic work: 3.7978659998625517 +Info 23705[20:12:10.015] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4330369997769594 +Info 23706[20:12:10.016] Format host information updated +Info 23707[20:12:10.185] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23708[20:12:10.193] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2191 structureChanged: false structureIsReused:: Completely Elapsed: 7.773286000359803ms +Info 23709[20:12:10.193] Different program with same set of files +Info 23710[20:12:10.193] getCompletionData: Get current token: 0.0051380000077188015 +Info 23711[20:12:10.193] getCompletionData: Is inside comment: 0.013094000052660704 +Info 23712[20:12:10.193] getCompletionData: Get previous token: 0.011140000075101852 +Info 23713[20:12:10.193] getCompletionsAtPosition: isCompletionListBlocker: 0.007702999748289585 +Info 23714[20:12:10.194] getExportInfoMap: cache hit +Info 23715[20:12:10.207] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23716[20:12:10.207] collectAutoImports: response is complete +Info 23717[20:12:10.207] collectAutoImports: 13.364740000106394 +Info 23718[20:12:10.207] getCompletionData: Semantic work: 14.009332000277936 +Info 23719[20:12:10.215] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.648333000019193 +Info 23720[20:12:10.221] Format host information updated +Info 23721[20:12:10.312] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23722[20:12:10.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2192 structureChanged: false structureIsReused:: Completely Elapsed: 18.29518499970436ms +Info 23723[20:12:10.330] Different program with same set of files +Info 23724[20:12:10.330] getCompletionData: Get current token: 0.011295000091195107 +Info 23725[20:12:10.330] getCompletionData: Is inside comment: 0.03061300003901124 +Info 23726[20:12:10.330] getCompletionData: Get previous token: 0.024784000124782324 +Info 23727[20:12:10.331] getCompletionsAtPosition: isCompletionListBlocker: 0.0170499999076128 +Info 23728[20:12:10.333] getExportInfoMap: cache hit +Info 23729[20:12:10.352] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23730[20:12:10.352] collectAutoImports: response is complete +Info 23731[20:12:10.352] collectAutoImports: 19.02646300010383 +Info 23732[20:12:10.352] getCompletionData: Semantic work: 21.232785999774933 +Info 23733[20:12:10.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.979638000018895 +Info 23734[20:12:10.368] Format host information updated +Info 23735[20:12:10.660] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23736[20:12:10.668] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2193 structureChanged: false structureIsReused:: Completely Elapsed: 8.000630000140518ms +Info 23737[20:12:10.668] Different program with same set of files +Info 23738[20:12:10.668] getCompletionData: Get current token: 0.005709999706596136 +Info 23739[20:12:10.668] getCompletionData: Is inside comment: 0.01486899983137846 +Info 23740[20:12:10.668] getCompletionData: Get previous token: 0.012864999938756227 +Info 23741[20:12:10.668] getCompletionsAtPosition: isCompletionListBlocker: 0.008868000004440546 +Info 23742[20:12:10.669] getExportInfoMap: cache hit +Info 23743[20:12:10.683] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23744[20:12:10.683] collectAutoImports: response is complete +Info 23745[20:12:10.683] collectAutoImports: 14.786791999824345 +Info 23746[20:12:10.683] getCompletionData: Semantic work: 15.498982000164688 +Info 23747[20:12:10.692] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.72825499996543 +Info 23748[20:12:10.699] Format host information updated +Info 23749[20:12:10.792] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23750[20:12:10.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2194 structureChanged: false structureIsReused:: Completely Elapsed: 8.653366999700665ms +Info 23751[20:12:10.801] Different program with same set of files +Info 23752[20:12:10.801] getCompletionData: Get current token: 0.004480999894440174 +Info 23753[20:12:10.801] getCompletionData: Is inside comment: 0.012461999896913767 +Info 23754[20:12:10.801] getCompletionData: Get previous token: 0.010098999831825495 +Info 23755[20:12:10.801] getCompletionsAtPosition: isCompletionListBlocker: 0.0031530000269412994 +Info 23756[20:12:10.802] getExportInfoMap: cache hit +Info 23757[20:12:10.815] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23758[20:12:10.815] collectAutoImports: response is complete +Info 23759[20:12:10.815] collectAutoImports: 13.66356600029394 +Info 23760[20:12:10.815] getCompletionData: Semantic work: 14.338032000232488 +Info 23761[20:12:10.823] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.426837000064552 +Info 23762[20:12:10.831] Format host information updated +Info 23763[20:12:10.863] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23764[20:12:10.871] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2195 structureChanged: false structureIsReused:: Completely Elapsed: 8.152766999788582ms +Info 23765[20:12:10.871] Different program with same set of files +Info 23766[20:12:10.872] getCompletionData: Get current token: 0.00433299969881773 +Info 23767[20:12:10.872] getCompletionData: Is inside comment: 0.011965999845415354 +Info 23768[20:12:10.872] getCompletionData: Get previous token: 0.01063700020313263 +Info 23769[20:12:10.872] getCompletionsAtPosition: isCompletionListBlocker: 0.00887899985536933 +Info 23770[20:12:10.872] getExportInfoMap: cache hit +Info 23771[20:12:10.885] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23772[20:12:10.885] collectAutoImports: response is complete +Info 23773[20:12:10.885] collectAutoImports: 12.861304999794811 +Info 23774[20:12:10.885] getCompletionData: Semantic work: 13.701662000268698 +Info 23775[20:12:10.892] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.8254329999908805 +Info 23776[20:12:10.898] Format host information updated +Info 23777[20:12:12.983] Format host information updated +Info 23778[20:12:12.983] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23779[20:12:12.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2196 structureChanged: false structureIsReused:: Completely Elapsed: 9.90801199991256ms +Info 23780[20:12:12.993] Different program with same set of files +Info 23781[20:12:13.460] Format host information updated +Info 23782[20:12:13.460] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23783[20:12:13.468] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2197 structureChanged: false structureIsReused:: Completely Elapsed: 8.140364999882877ms +Info 23784[20:12:13.468] Different program with same set of files +Info 23785[20:12:13.522] Format host information updated +Info 23786[20:12:13.522] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23787[20:12:13.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2198 structureChanged: false structureIsReused:: Completely Elapsed: 9.636990000028163ms +Info 23788[20:12:13.532] Different program with same set of files +Info 23789[20:12:13.903] Format host information updated +Info 23790[20:12:13.903] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23791[20:12:13.913] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2199 structureChanged: false structureIsReused:: Completely Elapsed: 9.91811199998483ms +Info 23792[20:12:13.913] Different program with same set of files +Info 23793[20:12:14.221] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23794[20:12:14.231] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2200 structureChanged: false structureIsReused:: Completely Elapsed: 9.939164000097662ms +Info 23795[20:12:14.231] Different program with same set of files +Info 23796[20:12:14.231] getCompletionData: Get current token: 0.004162000026553869 +Info 23797[20:12:14.231] getCompletionData: Is inside comment: 0.010486000217497349 +Info 23798[20:12:14.231] getCompletionData: Get previous token: 0.008504000026732683 +Info 23799[20:12:14.232] getCompletionsAtPosition: isCompletionListBlocker: 0.0017219996079802513 +Info 23800[20:12:14.232] Returning an empty list because completion was requested in an invalid position. +Info 23801[20:12:14.232] Format host information updated +Info 23802[20:12:14.491] Format host information updated +Info 23803[20:12:14.491] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23804[20:12:14.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2201 structureChanged: false structureIsReused:: Completely Elapsed: 7.145854000002146ms +Info 23805[20:12:14.498] Different program with same set of files +Info 23806[20:12:14.582] Format host information updated +Info 23807[20:12:14.583] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23808[20:12:14.603] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2202 structureChanged: false structureIsReused:: Completely Elapsed: 19.84029299998656ms +Info 23809[20:12:14.603] Different program with same set of files +Info 23810[20:12:14.717] Format host information updated +Info 23811[20:12:14.717] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23812[20:12:14.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2203 structureChanged: false structureIsReused:: Completely Elapsed: 9.116996999830008ms +Info 23813[20:12:14.727] Different program with same set of files +Info 23814[20:12:14.938] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23815[20:12:14.946] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2204 structureChanged: false structureIsReused:: Completely Elapsed: 7.60901500005275ms +Info 23816[20:12:14.946] Different program with same set of files +Info 23817[20:12:14.946] getCompletionData: Get current token: 0.00444400031119585 +Info 23818[20:12:14.946] getCompletionData: Is inside comment: 0.03609899990260601 +Info 23819[20:12:14.946] getCompletionData: Get previous token: 0.010513999965041876 +Info 23820[20:12:14.946] getCompletionsAtPosition: isCompletionListBlocker: 0.0022049997933208942 +Info 23821[20:12:14.946] Returning an empty list because completion was requested in an invalid position. +Info 23822[20:12:14.946] Format host information updated +Info 23823[20:12:15.198] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23824[20:12:15.209] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2205 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.758126999717206ms +Info 23825[20:12:15.209] Different program with same set of files +Info 23826[20:12:15.209] getCompletionData: Get current token: 0.004778999835252762 +Info 23827[20:12:15.209] getCompletionData: Is inside comment: 0.013321000151336193 +Info 23828[20:12:15.209] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 23829[20:12:15.209] Format host information updated +Info 23830[20:12:15.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23831[20:12:15.440] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2206 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.426328000146896ms +Info 23832[20:12:15.440] Different program with same set of files +Info 23833[20:12:15.441] getCompletionData: Get current token: 0.003884000238031149 +Info 23834[20:12:15.441] getCompletionData: Is inside comment: 0.013968000188469887 +Info 23835[20:12:15.441] Format host information updated +Info 23836[20:12:15.698] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23837[20:12:15.705] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2207 structureChanged: false structureIsReused:: Completely Elapsed: 7.203863000031561ms +Info 23838[20:12:15.705] Different program with same set of files +Info 23839[20:12:15.705] getCompletionData: Get current token: 0.004277000203728676 +Info 23840[20:12:15.705] getCompletionData: Is inside comment: 0.014667000155895948 +Info 23841[20:12:15.706] Format host information updated +Info 23842[20:12:15.946] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23843[20:12:15.954] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2208 structureChanged: false structureIsReused:: Completely Elapsed: 7.467765000183135ms +Info 23844[20:12:15.954] Different program with same set of files +Info 23845[20:12:15.954] getCompletionData: Get current token: 0.0051910001784563065 +Info 23846[20:12:15.954] getCompletionData: Is inside comment: 0.041656999848783016 +Info 23847[20:12:15.954] getCompletionData: Get previous token: 0.011760999914258718 +Info 23848[20:12:15.954] getCompletionsAtPosition: isCompletionListBlocker: 0.008816999848932028 +Info 23849[20:12:15.955] getExportInfoMap: cache hit +Info 23850[20:12:15.967] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 99 from cache +Info 23851[20:12:15.967] collectAutoImports: response is complete +Info 23852[20:12:15.967] collectAutoImports: 11.985656999982893 +Info 23853[20:12:15.967] getCompletionData: Semantic work: 12.675569999963045 +Info 23854[20:12:15.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.533137999940664 +Info 23855[20:12:15.982] Format host information updated +Info 23856[20:12:16.430] getCompletionData: Get current token: 0.017167999874800444 +Info 23857[20:12:16.430] getCompletionData: Is inside comment: 0.008545999880880117 +Info 23858[20:12:16.510] Format host information updated +Info 23859[20:12:16.510] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23860[20:12:16.517] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2209 structureChanged: false structureIsReused:: Completely Elapsed: 6.7672740002162755ms +Info 23861[20:12:16.517] Different program with same set of files +Info 23862[20:12:16.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23863[20:12:16.658] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2210 structureChanged: false structureIsReused:: Completely Elapsed: 8.121304000262171ms +Info 23864[20:12:16.658] Different program with same set of files +Info 23865[20:12:16.659] getCompletionData: Get current token: 0.00355699984356761 +Info 23866[20:12:16.659] getCompletionData: Is inside comment: 0.009864999912679195 +Info 23867[20:12:16.659] Format host information updated +Info 23868[20:12:16.803] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23869[20:12:16.840] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2211 structureChanged: false structureIsReused:: Completely Elapsed: 37.44917799998075ms +Info 23870[20:12:16.840] Different program with same set of files +Info 23871[20:12:16.841] getCompletionData: Get current token: 0.012757000047713518 +Info 23872[20:12:16.841] getCompletionData: Is inside comment: 0.034872999880462885 +Info 23873[20:12:16.841] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 23874[20:12:16.842] Format host information updated +Info 23875[20:12:16.986] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23876[20:12:17.015] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2212 structureChanged: false structureIsReused:: Completely Elapsed: 28.634174999780953ms +Info 23877[20:12:17.015] Different program with same set of files +Info 23878[20:12:17.016] getCompletionData: Get current token: 0.012403000146150589 +Info 23879[20:12:17.016] getCompletionData: Is inside comment: 0.035365999676287174 +Info 23880[20:12:17.016] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 23881[20:12:17.016] Format host information updated +Info 23882[20:12:17.082] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23883[20:12:17.092] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2213 structureChanged: false structureIsReused:: Completely Elapsed: 9.298332000151277ms +Info 23884[20:12:17.092] Different program with same set of files +Info 23885[20:12:17.092] getCompletionData: Get current token: 0.0051380000077188015 +Info 23886[20:12:17.092] getCompletionData: Is inside comment: 0.01604600017890334 +Info 23887[20:12:17.092] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 23888[20:12:17.092] Format host information updated +Info 23889[20:12:17.212] Format host information updated +Info 23890[20:12:17.212] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23891[20:12:17.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2214 structureChanged: false structureIsReused:: Completely Elapsed: 37.86267799977213ms +Info 23892[20:12:17.250] Different program with same set of files +Info 23893[20:12:17.276] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23894[20:12:17.283] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2215 structureChanged: false structureIsReused:: Completely Elapsed: 7.4071800000965595ms +Info 23895[20:12:17.283] Different program with same set of files +Info 23896[20:12:17.284] getCompletionData: Get current token: 0.0035079997032880783 +Info 23897[20:12:17.284] getCompletionData: Is inside comment: 0.011189999990165234 +Info 23898[20:12:17.284] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 23899[20:12:17.284] Format host information updated +Info 23900[20:12:17.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23901[20:12:17.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2216 structureChanged: false structureIsReused:: Completely Elapsed: 10.728312999941409ms +Info 23902[20:12:17.362] Different program with same set of files +Info 23903[20:12:17.362] getCompletionData: Get current token: 0.007141000125557184 +Info 23904[20:12:17.362] getCompletionData: Is inside comment: 0.021117000374943018 +Info 23905[20:12:17.362] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 23906[20:12:17.363] Format host information updated +Info 23907[20:12:17.415] Format host information updated +Info 23908[20:12:17.415] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23909[20:12:17.428] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2217 structureChanged: false structureIsReused:: Completely Elapsed: 13.043165999930352ms +Info 23910[20:12:17.428] Different program with same set of files +Info 23911[20:12:17.913] getCompletionData: Get current token: 0.005869999993592501 +Info 23912[20:12:17.913] getCompletionData: Is inside comment: 0.016592999920248985 +Info 23913[20:12:17.913] getCompletionData: Get previous token: 0.013365000020712614 +Info 23914[20:12:17.913] getCompletionsAtPosition: isCompletionListBlocker: 0.0028470000252127647 +Info 23915[20:12:17.914] getExportInfoMap: cache hit +Info 23916[20:12:17.930] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 23917[20:12:17.930] collectAutoImports: response is complete +Info 23918[20:12:17.930] collectAutoImports: 15.675127999857068 +Info 23919[20:12:17.930] getCompletionData: Semantic work: 16.559623000212014 +Info 23920[20:12:17.938] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.586707999929786 +Info 23921[20:12:19.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23922[20:12:19.994] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2218 structureChanged: false structureIsReused:: Completely Elapsed: 10.190322999842465ms +Info 23923[20:12:19.994] Different program with same set of files +Info 23924[20:12:19.994] getCompletionData: Get current token: 0.004663000348955393 +Info 23925[20:12:19.994] getCompletionData: Is inside comment: 0.012132000178098679 +Info 23926[20:12:19.994] getCompletionData: Get previous token: 0.010033000260591507 +Info 23927[20:12:19.994] getCompletionsAtPosition: isCompletionListBlocker: 0.0030839997343719006 +Info 23928[20:12:19.994] getExportInfoMap: cache hit +Info 23929[20:12:20.004] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 23930[20:12:20.004] collectAutoImports: response is complete +Info 23931[20:12:20.004] collectAutoImports: 9.096462999936193 +Info 23932[20:12:20.004] getCompletionData: Semantic work: 9.608778000343591 +Info 23933[20:12:20.010] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.577213000040501 +Info 23934[20:12:20.016] Format host information updated +Info 23935[20:12:20.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23936[20:12:20.554] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2219 structureChanged: false structureIsReused:: Completely Elapsed: 8.565015999600291ms +Info 23937[20:12:20.554] Different program with same set of files +Info 23938[20:12:20.554] getCompletionData: Get current token: 0.004605999682098627 +Info 23939[20:12:20.554] getCompletionData: Is inside comment: 0.0129700000397861 +Info 23940[20:12:20.554] getCompletionData: Get previous token: 0.03100499976426363 +Info 23941[20:12:20.554] getCompletionsAtPosition: isCompletionListBlocker: 0.0028950003907084465 +Info 23942[20:12:20.555] getExportInfoMap: cache hit +Info 23943[20:12:20.558] collectAutoImports: resolved 0 module specifiers, plus 78 ambient and 6 from cache +Info 23944[20:12:20.558] collectAutoImports: response is complete +Info 23945[20:12:20.558] collectAutoImports: 2.873329999856651 +Info 23946[20:12:20.558] getCompletionData: Semantic work: 3.399639000184834 +Info 23947[20:12:20.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.422751999925822 +Info 23948[20:12:20.562] Format host information updated +Info 23949[20:12:20.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23950[20:12:20.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2220 structureChanged: false structureIsReused:: Completely Elapsed: 7.772316999733448ms +Info 23951[20:12:20.793] Different program with same set of files +Info 23952[20:12:20.793] getCompletionData: Get current token: 0.005206999834626913 +Info 23953[20:12:20.794] getCompletionData: Is inside comment: 0.014197999611496925 +Info 23954[20:12:20.794] getCompletionData: Get previous token: 0.01206899993121624 +Info 23955[20:12:20.794] getCompletionsAtPosition: isCompletionListBlocker: 0.002007999923080206 +Info 23956[20:12:20.794] getExportInfoMap: cache hit +Info 23957[20:12:20.806] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 23958[20:12:20.806] collectAutoImports: response is complete +Info 23959[20:12:20.806] collectAutoImports: 11.483913000207394 +Info 23960[20:12:20.806] getCompletionData: Semantic work: 12.02847300004214 +Info 23961[20:12:20.812] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.2623979998752475 +Info 23962[20:12:20.817] Format host information updated +Info 23963[20:12:20.928] Format host information updated +Info 23964[20:12:20.928] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23965[20:12:20.937] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2221 structureChanged: false structureIsReused:: Completely Elapsed: 8.524817999918014ms +Info 23966[20:12:20.937] Different program with same set of files +Info 23967[20:12:21.094] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23968[20:12:21.102] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2222 structureChanged: false structureIsReused:: Completely Elapsed: 8.270146999973804ms +Info 23969[20:12:21.102] Different program with same set of files +Info 23970[20:12:21.103] getCompletionData: Get current token: 0.0039969999343156815 +Info 23971[20:12:21.103] getCompletionData: Is inside comment: 0.012755000032484531 +Info 23972[20:12:21.103] getCompletionData: Get previous token: 0.04410700034350157 +Info 23973[20:12:21.103] getCompletionsAtPosition: isCompletionListBlocker: 0.002053000032901764 +Info 23974[20:12:21.103] getExportInfoMap: cache hit +Info 23975[20:12:21.106] collectAutoImports: resolved 0 module specifiers, plus 78 ambient and 6 from cache +Info 23976[20:12:21.106] collectAutoImports: response is complete +Info 23977[20:12:21.106] collectAutoImports: 2.8723049997352064 +Info 23978[20:12:21.106] getCompletionData: Semantic work: 3.385499000083655 +Info 23979[20:12:21.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3094529998488724 +Info 23980[20:12:21.110] Format host information updated +Info 23981[20:12:21.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23982[20:12:21.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2223 structureChanged: false structureIsReused:: Completely Elapsed: 9.440006999764591ms +Info 23983[20:12:21.356] Different program with same set of files +Info 23984[20:12:21.356] getCompletionData: Get current token: 0.005061999894678593 +Info 23985[20:12:21.356] getCompletionData: Is inside comment: 0.013564999680966139 +Info 23986[20:12:21.356] getCompletionData: Get previous token: 0.0106500000692904 +Info 23987[20:12:21.356] getCompletionsAtPosition: isCompletionListBlocker: 0.007639000192284584 +Info 23988[20:12:21.357] getExportInfoMap: cache hit +Info 23989[20:12:21.368] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 23990[20:12:21.368] collectAutoImports: response is complete +Info 23991[20:12:21.368] collectAutoImports: 11.202971999999136 +Info 23992[20:12:21.368] getCompletionData: Semantic work: 11.74106700019911 +Info 23993[20:12:21.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.7309850002639 +Info 23994[20:12:21.379] Format host information updated +Info 23995[20:12:21.471] Format host information updated +Info 23996[20:12:21.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 23997[20:12:21.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2224 structureChanged: false structureIsReused:: Completely Elapsed: 23.305969999637455ms +Info 23998[20:12:21.495] Different program with same set of files +Info 23999[20:12:21.647] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24000[20:12:21.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2225 structureChanged: false structureIsReused:: Completely Elapsed: 7.769089000299573ms +Info 24001[20:12:21.655] Different program with same set of files +Info 24002[20:12:21.655] getCompletionData: Get current token: 0.004600999876856804 +Info 24003[20:12:21.655] getCompletionData: Is inside comment: 0.012788000050932169 +Info 24004[20:12:21.655] getCompletionData: Get previous token: 0.010367999784648418 +Info 24005[20:12:21.655] getCompletionsAtPosition: isCompletionListBlocker: 0.006947000045329332 +Info 24006[20:12:21.655] getExportInfoMap: cache hit +Info 24007[20:12:21.666] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 24008[20:12:21.666] collectAutoImports: response is complete +Info 24009[20:12:21.666] collectAutoImports: 10.723492000252008 +Info 24010[20:12:21.666] getCompletionData: Semantic work: 11.208953999914229 +Info 24011[20:12:21.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.612966999877244 +Info 24012[20:12:21.676] Format host information updated +Info 24013[20:12:21.803] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24014[20:12:21.811] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2226 structureChanged: false structureIsReused:: Completely Elapsed: 8.49824699992314ms +Info 24015[20:12:21.811] Different program with same set of files +Info 24016[20:12:21.811] getCompletionData: Get current token: 0.006574000231921673 +Info 24017[20:12:21.812] getCompletionData: Is inside comment: 0.01988699985668063 +Info 24018[20:12:21.812] getCompletionData: Get previous token: 0.014423000160604715 +Info 24019[20:12:21.812] getCompletionsAtPosition: isCompletionListBlocker: 0.009316000156104565 +Info 24020[20:12:21.812] getExportInfoMap: cache hit +Info 24021[20:12:21.825] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 24022[20:12:21.825] collectAutoImports: response is complete +Info 24023[20:12:21.825] collectAutoImports: 12.50870000012219 +Info 24024[20:12:21.825] getCompletionData: Semantic work: 13.166525000240654 +Info 24025[20:12:21.831] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.727632999885827 +Info 24026[20:12:21.837] Format host information updated +Info 24027[20:12:21.862] Format host information updated +Info 24028[20:12:21.862] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24029[20:12:21.869] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2227 structureChanged: false structureIsReused:: Completely Elapsed: 6.833074999973178ms +Info 24030[20:12:21.869] Different program with same set of files +Info 24031[20:12:22.089] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24032[20:12:22.099] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2228 structureChanged: false structureIsReused:: Completely Elapsed: 9.317574999760836ms +Info 24033[20:12:22.099] Different program with same set of files +Info 24034[20:12:22.099] getCompletionData: Get current token: 0.004153000190854073 +Info 24035[20:12:22.099] getCompletionData: Is inside comment: 0.011129999998956919 +Info 24036[20:12:22.099] getCompletionData: Get previous token: 0.017183000221848488 +Info 24037[20:12:22.099] getCompletionsAtPosition: isCompletionListBlocker: 0.008696999866515398 +Info 24038[20:12:22.100] getExportInfoMap: cache hit +Info 24039[20:12:22.103] collectAutoImports: resolved 0 module specifiers, plus 119 ambient and 8 from cache +Info 24040[20:12:22.103] collectAutoImports: response is complete +Info 24041[20:12:22.103] collectAutoImports: 3.81329600000754 +Info 24042[20:12:22.103] getCompletionData: Semantic work: 4.367752999998629 +Info 24043[20:12:22.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.592089000158012 +Info 24044[20:12:22.108] Format host information updated +Info 24045[20:12:22.261] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24046[20:12:22.294] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2229 structureChanged: false structureIsReused:: Completely Elapsed: 32.916330999694765ms +Info 24047[20:12:22.294] Different program with same set of files +Info 24048[20:12:22.295] getCompletionData: Get current token: 0.011556999757885933 +Info 24049[20:12:22.295] getCompletionData: Is inside comment: 0.031574999913573265 +Info 24050[20:12:22.295] getCompletionData: Get previous token: 0.04946700017899275 +Info 24051[20:12:22.295] getCompletionsAtPosition: isCompletionListBlocker: 0.016900000162422657 +Info 24052[20:12:22.296] getExportInfoMap: cache hit +Info 24053[20:12:22.302] collectAutoImports: resolved 0 module specifiers, plus 97 ambient and 6 from cache +Info 24054[20:12:22.302] collectAutoImports: response is complete +Info 24055[20:12:22.302] collectAutoImports: 6.032015000004321 +Info 24056[20:12:22.302] getCompletionData: Semantic work: 7.005869000218809 +Info 24057[20:12:22.306] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.18357599992305 +Info 24058[20:12:22.309] Format host information updated +Info 24059[20:12:22.322] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24060[20:12:22.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2230 structureChanged: false structureIsReused:: Completely Elapsed: 7.439540999941528ms +Info 24061[20:12:22.330] Different program with same set of files +Info 24062[20:12:22.330] getCompletionData: Get current token: 0.004100999794900417 +Info 24063[20:12:22.330] getCompletionData: Is inside comment: 0.012149000074714422 +Info 24064[20:12:22.330] getCompletionData: Get previous token: 0.01909800013527274 +Info 24065[20:12:22.330] getCompletionsAtPosition: isCompletionListBlocker: 0.008248000405728817 +Info 24066[20:12:22.331] getExportInfoMap: cache hit +Info 24067[20:12:22.335] collectAutoImports: resolved 0 module specifiers, plus 72 ambient and 4 from cache +Info 24068[20:12:22.335] collectAutoImports: response is complete +Info 24069[20:12:22.335] collectAutoImports: 4.333897999953479 +Info 24070[20:12:22.335] getCompletionData: Semantic work: 4.795224000234157 +Info 24071[20:12:22.337] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4493439998477697 +Info 24072[20:12:22.339] Format host information updated +Info 24073[20:12:22.544] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24074[20:12:22.552] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2231 structureChanged: false structureIsReused:: Completely Elapsed: 8.421463999897242ms +Info 24075[20:12:22.553] Different program with same set of files +Info 24076[20:12:22.553] getCompletionData: Get current token: 0.004608000162988901 +Info 24077[20:12:22.553] getCompletionData: Is inside comment: 0.012312999926507473 +Info 24078[20:12:22.553] getCompletionData: Get previous token: 0.0221969997510314 +Info 24079[20:12:22.553] getCompletionsAtPosition: isCompletionListBlocker: 0.008144000079482794 +Info 24080[20:12:22.553] getExportInfoMap: cache hit +Info 24081[20:12:22.558] collectAutoImports: resolved 0 module specifiers, plus 31 ambient and 0 from cache +Info 24082[20:12:22.558] collectAutoImports: response is complete +Info 24083[20:12:22.558] collectAutoImports: 4.397328999824822 +Info 24084[20:12:22.558] getCompletionData: Semantic work: 4.891717999707907 +Info 24085[20:12:22.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.365387000143528 +Info 24086[20:12:22.562] Format host information updated +Info 24087[20:12:22.707] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24088[20:12:22.714] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2232 structureChanged: false structureIsReused:: Completely Elapsed: 7.507639999967068ms +Info 24089[20:12:22.715] Different program with same set of files +Info 24090[20:12:22.715] getCompletionData: Get current token: 0.004987000022083521 +Info 24091[20:12:22.715] getCompletionData: Is inside comment: 0.013703000266104937 +Info 24092[20:12:22.715] getCompletionData: Get previous token: 0.020912999752908945 +Info 24093[20:12:22.715] getCompletionsAtPosition: isCompletionListBlocker: 0.008547000121325254 +Info 24094[20:12:22.715] getExportInfoMap: cache hit +Info 24095[20:12:22.717] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 0 from cache +Info 24096[20:12:22.717] collectAutoImports: response is complete +Info 24097[20:12:22.717] collectAutoImports: 1.8931710002943873 +Info 24098[20:12:22.717] getCompletionData: Semantic work: 2.3864429998211563 +Info 24099[20:12:22.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.148748999927193 +Info 24100[20:12:22.723] Format host information updated +Info 24101[20:12:22.855] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24102[20:12:22.863] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2233 structureChanged: false structureIsReused:: Completely Elapsed: 7.601076999679208ms +Info 24103[20:12:22.863] Different program with same set of files +Info 24104[20:12:22.863] getCompletionData: Get current token: 0.0060800001956522465 +Info 24105[20:12:22.863] getCompletionData: Is inside comment: 0.0165839996188879 +Info 24106[20:12:22.863] getCompletionData: Get previous token: 0.013467999640852213 +Info 24107[20:12:22.863] getCompletionsAtPosition: isCompletionListBlocker: 0.0032770000398159027 +Info 24108[20:12:22.863] getExportInfoMap: cache hit +Info 24109[20:12:22.876] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 24110[20:12:22.876] collectAutoImports: response is complete +Info 24111[20:12:22.876] collectAutoImports: 12.766609999816865 +Info 24112[20:12:22.876] getCompletionData: Semantic work: 13.296453000046313 +Info 24113[20:12:22.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.863946999888867 +Info 24114[20:12:22.887] Format host information updated +Info 24115[20:12:23.081] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24116[20:12:23.090] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2234 structureChanged: false structureIsReused:: Completely Elapsed: 9.651782999746501ms +Info 24117[20:12:23.090] Different program with same set of files +Info 24118[20:12:23.091] getCompletionData: Get current token: 0.004290999844670296 +Info 24119[20:12:23.091] getCompletionData: Is inside comment: 0.012136999983340502 +Info 24120[20:12:23.091] getCompletionData: Get previous token: 0.01943399989977479 +Info 24121[20:12:23.091] getCompletionsAtPosition: isCompletionListBlocker: 0.002901999745517969 +Info 24122[20:12:23.091] getExportInfoMap: cache hit +Info 24123[20:12:23.095] collectAutoImports: resolved 0 module specifiers, plus 135 ambient and 13 from cache +Info 24124[20:12:23.095] collectAutoImports: response is complete +Info 24125[20:12:23.095] collectAutoImports: 3.8263880000449717 +Info 24126[20:12:23.095] getCompletionData: Semantic work: 4.312514000106603 +Info 24127[20:12:23.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.372621000278741 +Info 24128[20:12:23.099] Format host information updated +Info 24129[20:12:23.140] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24130[20:12:23.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2235 structureChanged: false structureIsReused:: Completely Elapsed: 7.44925899989903ms +Info 24131[20:12:23.148] Different program with same set of files +Info 24132[20:12:23.148] getCompletionData: Get current token: 0.005413000006228685 +Info 24133[20:12:23.148] getCompletionData: Is inside comment: 0.013421999756246805 +Info 24134[20:12:23.148] getCompletionData: Get previous token: 0.010881999973207712 +Info 24135[20:12:23.148] getCompletionsAtPosition: isCompletionListBlocker: 0.008137000259011984 +Info 24136[20:12:23.151] getExportInfoMap: cache hit +Info 24137[20:12:23.160] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 24138[20:12:23.160] collectAutoImports: response is complete +Info 24139[20:12:23.160] collectAutoImports: 8.888734000269324 +Info 24140[20:12:23.160] getCompletionData: Semantic work: 11.354764999821782 +Info 24141[20:12:23.165] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.505975000094622 +Info 24142[20:12:23.171] Format host information updated +Info 24143[20:12:26.780] getCompletionData: Get current token: 0.004912999924272299 +Info 24144[20:12:26.780] getCompletionData: Is inside comment: 0.0009599998593330383 +Info 24145[20:12:26.780] getCompletionData: Get previous token: 0.025615999940782785 +Info 24146[20:12:26.780] getCompletionsAtPosition: isCompletionListBlocker: 0.009778999723494053 +Info 24147[20:12:26.781] getExportInfoMap: cache hit +Info 24148[20:12:26.783] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 24149[20:12:26.783] collectAutoImports: response is complete +Info 24150[20:12:26.783] collectAutoImports: 1.7374860001727939 +Info 24151[20:12:26.783] getCompletionData: Semantic work: 2.348236999940127 +Info 24152[20:12:26.784] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2570079998113215 +Info 24153[20:12:26.975] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24154[20:12:26.983] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2236 structureChanged: false structureIsReused:: Completely Elapsed: 7.463060999754816ms +Info 24155[20:12:26.983] Different program with same set of files +Info 24156[20:12:26.983] getCompletionData: Get current token: 0.004240000154823065 +Info 24157[20:12:26.983] getCompletionData: Is inside comment: 0.0008169999346137047 +Info 24158[20:12:26.983] getCompletionData: Get previous token: 0.01877199998125434 +Info 24159[20:12:26.983] getCompletionsAtPosition: isCompletionListBlocker: 0.007474999874830246 +Info 24160[20:12:26.984] getExportInfoMap: cache hit +Info 24161[20:12:26.985] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 24162[20:12:26.985] collectAutoImports: response is complete +Info 24163[20:12:26.985] collectAutoImports: 1.8071209997870028 +Info 24164[20:12:26.985] getCompletionData: Semantic work: 2.3011690001003444 +Info 24165[20:12:26.987] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.478806999977678 +Info 24166[20:12:26.988] Format host information updated +Info 24167[20:12:35.440] getCompletionData: Get current token: 0.004642999731004238 +Info 24168[20:12:35.440] getCompletionData: Is inside comment: 0.0095529998652637 +Info 24169[20:12:35.440] getCompletionData: Get previous token: 0.007324000354856253 +Info 24170[20:12:35.440] getCompletionsAtPosition: isCompletionListBlocker: 0.0022899997420608997 +Info 24171[20:12:35.440] getExportInfoMap: cache hit +Info 24172[20:12:35.449] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 24173[20:12:35.449] collectAutoImports: response is complete +Info 24174[20:12:35.449] collectAutoImports: 9.054363999981433 +Info 24175[20:12:35.449] getCompletionData: Semantic work: 9.600198999978602 +Info 24176[20:12:35.456] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.476460000034422 +Info 24177[20:12:35.671] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24178[20:12:35.679] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2237 structureChanged: false structureIsReused:: Completely Elapsed: 7.355322999879718ms +Info 24179[20:12:35.679] Different program with same set of files +Info 24180[20:12:35.679] getCompletionData: Get current token: 0.0051910001784563065 +Info 24181[20:12:35.679] getCompletionData: Is inside comment: 0.012234999798238277 +Info 24182[20:12:35.679] getCompletionData: Get previous token: 0.009108999744057655 +Info 24183[20:12:35.679] getCompletionsAtPosition: isCompletionListBlocker: 0.00139999995008111 +Info 24184[20:12:35.679] Returning an empty list because completion was requested in an invalid position. +Info 24185[20:12:35.679] Format host information updated +Info 24186[20:12:35.776] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24187[20:12:35.803] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2238 structureChanged: false structureIsReused:: Completely Elapsed: 26.99976499984041ms +Info 24188[20:12:35.803] Different program with same set of files +Info 24189[20:12:35.804] getCompletionData: Get current token: 0.01282699964940548 +Info 24190[20:12:35.804] getCompletionData: Is inside comment: 0.0303530003875494 +Info 24191[20:12:35.804] getCompletionData: Get previous token: 0.04273199988529086 +Info 24192[20:12:35.804] getCompletionsAtPosition: isCompletionListBlocker: 0.003632000181823969 +Info 24193[20:12:35.804] Returning an empty list because completion was requested in an invalid position. +Info 24194[20:12:35.808] Format host information updated +Info 24195[20:12:35.847] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24196[20:12:35.855] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2239 structureChanged: false structureIsReused:: Completely Elapsed: 7.966077999677509ms +Info 24197[20:12:35.855] Different program with same set of files +Info 24198[20:12:35.855] getCompletionData: Get current token: 0.005950999911874533 +Info 24199[20:12:35.855] getCompletionData: Is inside comment: 0.013442999683320522 +Info 24200[20:12:35.855] getCompletionData: Get previous token: 0.010209000203758478 +Info 24201[20:12:35.855] getCompletionsAtPosition: isCompletionListBlocker: 0.00886500021442771 +Info 24202[20:12:35.856] getExportInfoMap: cache hit +Info 24203[20:12:35.867] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 72 from cache +Info 24204[20:12:35.867] collectAutoImports: response is complete +Info 24205[20:12:35.867] collectAutoImports: 11.75628999993205 +Info 24206[20:12:35.867] getCompletionData: Semantic work: 12.283294999971986 +Info 24207[20:12:35.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.836041999980807 +Info 24208[20:12:35.878] Format host information updated diff --git a/.log/tsserver-log-tynvtv/ti-2548232.log b/.log/tsserver-log-tynvtv/ti-2548232.log new file mode 100644 index 0000000..8d86c8e --- /dev/null +++ b/.log/tsserver-log-tynvtv/ti-2548232.log @@ -0,0 +1,518 @@ +[19:07:54.661] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[19:07:54.661] Processing cache location '/home/orion/.cache/typescript/5.2' +[19:07:54.661] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[19:07:54.662] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.662"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.1","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5"}} +[19:07:54.662] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[19:07:54.662] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[19:07:54.662] Process id: 2548250 +[19:07:54.662] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[19:07:54.662] validateDefaultNpmLocation: true +[19:07:54.662] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[19:07:54.663] Updating types-registry npm package... +[19:07:54.663] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[19:07:55.563] Succeeded. stdout: + + up to date, audited 30 packages in 757ms + +found 0 vulnerabilities + +[19:07:55.563] Updated types-registry npm package +[19:07:55.601] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:07:55.614] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[19:07:55.615] Explicitly included types: [] +[19:07:55.615] Inferred typings from unresolved imports: [] +[19:07:55.615] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[19:07:55.615] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[19:07:55.615] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[19:07:55.615] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[19:07:55.615] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[19:07:55.616] Response has been sent. +[19:07:55.616] No new typings were requested as a result of typings discovery +[19:07:55.616] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:07:55.616] Explicitly included types: [] +[19:07:55.616] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:07:55.617] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:07:55.617] Package 'bun-types' provides its own types. +[19:07:55.618] Found package names: ["purs-tidy"] +[19:07:55.618] Inferred typings from unresolved imports: [] +[19:07:55.618] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:07:55.618] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:07:55.618] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:07:55.618] Response has been sent. +[19:07:55.618] Installing typings ["purs-tidy","typescript"] +[19:07:55.618] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:07:55.618] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:07:55.618] All typings are known to be missing or invalid - no need to install more typings +[19:07:55.618] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:07:55.618] Response has been sent. +[19:07:56.144] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:07:56.144] Explicitly included types: [] +[19:07:56.145] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:07:56.145] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:07:56.145] Package 'bun-types' provides its own types. +[19:07:56.146] Found package names: ["purs-tidy"] +[19:07:56.146] Inferred typings from unresolved imports: [] +[19:07:56.146] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:07:56.146] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:07:56.146] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:07:56.146] Response has been sent. +[19:07:56.146] Installing typings ["purs-tidy","typescript"] +[19:07:56.146] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:07:56.146] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:07:56.146] All typings are known to be missing or invalid - no need to install more typings +[19:07:56.146] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:07:56.146] Response has been sent. +[19:18:16.725] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["b"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:18:16.725] Explicitly included types: [] +[19:18:16.726] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:18:16.726] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:18:16.727] Package 'bun-types' provides its own types. +[19:18:16.728] Found package names: ["purs-tidy"] +[19:18:16.728] Inferred typings from unresolved imports: ["b"] +[19:18:16.728] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","b"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:18:16.728] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","b"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:18:16.728] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:18:16.729] Response has been sent. +[19:18:16.729] Installing typings ["purs-tidy","typescript","b"] +[19:18:16.729] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:18:16.729] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:18:16.729] 'b':: Entry for package 'b' does not exist in local types registry - skipping... +[19:18:16.729] All typings are known to be missing or invalid - no need to install more typings +[19:18:16.729] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["b"],"kind":"action::set"} +[19:18:16.729] Response has been sent. +[19:18:16.808] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["bu"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:18:16.809] Explicitly included types: [] +[19:18:16.810] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:18:16.810] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:18:16.811] Package 'bun-types' provides its own types. +[19:18:16.814] Found package names: ["purs-tidy"] +[19:18:16.814] Inferred typings from unresolved imports: ["bu"] +[19:18:16.814] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","bu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:18:16.814] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","bu"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:18:16.814] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:18:16.814] Response has been sent. +[19:18:16.814] Installing typings ["purs-tidy","typescript","bu"] +[19:18:16.814] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:18:16.815] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:18:16.815] 'bu':: Entry for package 'bu' does not exist in local types registry - skipping... +[19:18:16.815] All typings are known to be missing or invalid - no need to install more typings +[19:18:16.815] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["bu"],"kind":"action::set"} +[19:18:16.815] Response has been sent. +[19:18:16.966] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:18:16.966] Explicitly included types: [] +[19:18:16.967] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:18:16.967] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:18:16.968] Package 'bun-types' provides its own types. +[19:18:16.971] Found package names: ["purs-tidy"] +[19:18:16.971] Inferred typings from unresolved imports: [] +[19:18:16.971] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:18:16.971] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:18:16.972] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:18:16.972] Response has been sent. +[19:18:16.972] Installing typings ["purs-tidy","typescript"] +[19:18:16.972] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:18:16.972] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:18:16.972] All typings are known to be missing or invalid - no need to install more typings +[19:18:16.972] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:18:16.972] Response has been sent. +[19:20:38.662] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["f"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:20:38.663] Explicitly included types: [] +[19:20:38.664] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:20:38.664] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:20:38.665] Package 'bun-types' provides its own types. +[19:20:38.668] Found package names: ["purs-tidy"] +[19:20:38.668] Inferred typings from unresolved imports: ["f"] +[19:20:38.668] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","f"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:38.668] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","f"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:38.668] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:20:38.668] Response has been sent. +[19:20:38.668] Installing typings ["purs-tidy","typescript","f"] +[19:20:38.668] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:20:38.668] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:20:38.668] 'f':: Entry for package 'f' does not exist in local types registry - skipping... +[19:20:38.668] All typings are known to be missing or invalid - no need to install more typings +[19:20:38.668] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["f"],"kind":"action::set"} +[19:20:38.668] Response has been sent. +[19:20:38.819] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["fs"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:20:38.820] Explicitly included types: [] +[19:20:38.821] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:20:38.821] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:20:38.822] Package 'bun-types' provides its own types. +[19:20:38.824] Found package names: ["purs-tidy"] +[19:20:38.825] Inferred typings from unresolved imports: ["node"] +[19:20:38.825] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","node"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:38.825] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","node"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:38.825] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:20:38.825] Response has been sent. +[19:20:38.825] Installing typings ["purs-tidy","typescript","node"] +[19:20:38.825] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:20:38.825] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:20:38.826] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[19:20:38.826] Sending response: + {"kind":"event::beginInstallTypes","eventId":1,"typingsInstallerVersion":"5.2.2","projectName":"/dev/null/inferredProject1*"} +[19:20:38.826] Response has been sent. +[19:20:38.827] #1 with arguments'["@types/node@ts5.2"]'. +[19:20:38.827] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts @types/node@ts5.2 --save-dev --user-agent="typesInstaller/5.2.2" +[19:20:40.157] Succeeded. stdout: + + changed 1 package, and audited 30 packages in 1s + +found 0 vulnerabilities + +[19:20:40.157] npm install #1 took: 1330 ms +[19:20:40.157] Installed typings ["@types/node@ts5.2"] +[19:20:40.162] Installed typing files ["/home/orion/.cache/typescript/5.2/node_modules/@types/node/index.d.ts"] +[19:20:40.162] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts","/home/orion/.cache/typescript/5.2/node_modules/@types/node/index.d.ts"],"unresolvedImports":["fs"],"kind":"action::set"} +[19:20:40.162] Response has been sent. +[19:20:40.162] Sending response: + {"kind":"event::endInstallTypes","eventId":1,"projectName":"/dev/null/inferredProject1*","packagesToInstall":["@types/node@ts5.2"],"installSuccess":true,"typingsInstallerVersion":"5.2.2"} +[19:20:40.162] Response has been sent. +[19:20:40.162] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:20:40.162] Explicitly included types: [] +[19:20:40.163] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:20:40.163] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:20:40.163] Package 'bun-types' provides its own types. +[19:20:40.163] Found package names: ["purs-tidy"] +[19:20:40.163] Inferred typings from unresolved imports: [] +[19:20:40.163] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:40.163] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:40.163] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:20:40.163] Response has been sent. +[19:20:40.163] Installing typings ["purs-tidy","typescript"] +[19:20:40.164] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:20:40.164] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:20:40.164] All typings are known to be missing or invalid - no need to install more typings +[19:20:40.164] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:20:40.164] Response has been sent. +[19:20:40.538] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:20:40.539] Explicitly included types: [] +[19:20:40.539] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:20:40.539] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:20:40.539] Package 'bun-types' provides its own types. +[19:20:40.540] Found package names: ["purs-tidy"] +[19:20:40.540] Inferred typings from unresolved imports: [] +[19:20:40.540] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:40.540] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:40.540] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:20:40.540] Response has been sent. +[19:20:40.540] Installing typings ["purs-tidy","typescript"] +[19:20:40.540] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:20:40.540] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:20:40.540] All typings are known to be missing or invalid - no need to install more typings +[19:20:40.540] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:20:40.540] Response has been sent. +[19:20:58.984] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:20:58.984] Explicitly included types: [] +[19:20:58.985] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:20:58.986] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:20:58.987] Package 'bun-types' provides its own types. +[19:20:58.988] Found package names: ["purs-tidy"] +[19:20:58.989] Inferred typings from unresolved imports: [] +[19:20:58.989] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:58.989] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:58.989] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:20:58.989] Response has been sent. +[19:20:58.989] Installing typings ["purs-tidy","typescript"] +[19:20:58.989] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:20:58.989] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:20:58.990] All typings are known to be missing or invalid - no need to install more typings +[19:20:58.990] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:20:58.990] Response has been sent. +[19:20:59.236] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:20:59.236] Explicitly included types: [] +[19:20:59.236] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:20:59.237] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:20:59.237] Package 'bun-types' provides its own types. +[19:20:59.237] Found package names: ["purs-tidy"] +[19:20:59.237] Inferred typings from unresolved imports: [] +[19:20:59.237] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:59.237] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:20:59.237] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:20:59.237] Response has been sent. +[19:20:59.237] Installing typings ["purs-tidy","typescript"] +[19:20:59.237] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:20:59.237] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:20:59.237] All typings are known to be missing or invalid - no need to install more typings +[19:20:59.237] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:20:59.238] Response has been sent. +[19:21:05.735] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["p"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:05.736] Explicitly included types: [] +[19:21:05.736] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:05.736] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:05.736] Package 'bun-types' provides its own types. +[19:21:05.737] Found package names: ["purs-tidy"] +[19:21:05.737] Inferred typings from unresolved imports: ["p"] +[19:21:05.737] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:05.737] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","p"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:05.737] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:05.737] Response has been sent. +[19:21:05.737] Installing typings ["purs-tidy","typescript","p"] +[19:21:05.737] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:05.737] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:05.737] 'p':: Entry for package 'p' does not exist in local types registry - skipping... +[19:21:05.737] All typings are known to be missing or invalid - no need to install more typings +[19:21:05.737] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["p"],"kind":"action::set"} +[19:21:05.737] Response has been sent. +[19:21:05.837] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pa"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:05.838] Explicitly included types: [] +[19:21:05.838] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:05.838] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:05.839] Package 'bun-types' provides its own types. +[19:21:05.839] Found package names: ["purs-tidy"] +[19:21:05.839] Inferred typings from unresolved imports: ["pa"] +[19:21:05.840] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","pa"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:05.840] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","pa"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:05.840] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:05.840] Response has been sent. +[19:21:05.840] Installing typings ["purs-tidy","typescript","pa"] +[19:21:05.840] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:05.840] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:05.840] 'pa':: Entry for package 'pa' does not exist in local types registry - skipping... +[19:21:05.840] All typings are known to be missing or invalid - no need to install more typings +[19:21:05.840] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pa"],"kind":"action::set"} +[19:21:05.840] Response has been sent. +[19:21:05.937] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["pat"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:05.937] Explicitly included types: [] +[19:21:05.937] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:05.937] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:05.938] Package 'bun-types' provides its own types. +[19:21:05.938] Found package names: ["purs-tidy"] +[19:21:05.938] Inferred typings from unresolved imports: ["pat"] +[19:21:05.938] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","pat"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:05.938] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","pat"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:05.939] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:05.939] Response has been sent. +[19:21:05.939] Installing typings ["purs-tidy","typescript","pat"] +[19:21:05.939] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:05.939] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:05.939] 'pat':: Entry for package 'pat' does not exist in local types registry - skipping... +[19:21:05.939] All typings are known to be missing or invalid - no need to install more typings +[19:21:05.939] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["pat"],"kind":"action::set"} +[19:21:05.939] Response has been sent. +[19:21:05.988] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:05.988] Explicitly included types: [] +[19:21:05.989] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:05.989] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:05.990] Package 'bun-types' provides its own types. +[19:21:05.991] Found package names: ["purs-tidy"] +[19:21:05.991] Inferred typings from unresolved imports: [] +[19:21:05.991] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:05.991] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:05.992] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:05.992] Response has been sent. +[19:21:05.992] Installing typings ["purs-tidy","typescript"] +[19:21:05.992] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:05.992] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:05.992] All typings are known to be missing or invalid - no need to install more typings +[19:21:05.992] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:21:05.992] Response has been sent. +[19:21:11.661] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["O"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:11.661] Explicitly included types: [] +[19:21:11.661] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:11.662] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:11.662] Package 'bun-types' provides its own types. +[19:21:11.663] Found package names: ["purs-tidy"] +[19:21:11.664] Inferred typings from unresolved imports: ["O"] +[19:21:11.664] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","O"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:11.664] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","O"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:11.664] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:11.664] Response has been sent. +[19:21:11.664] Installing typings ["purs-tidy","typescript","O"] +[19:21:11.664] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:11.664] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:11.664] 'O':: Entry for package 'O' does not exist in local types registry - skipping... +[19:21:11.664] All typings are known to be missing or invalid - no need to install more typings +[19:21:11.664] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["O"],"kind":"action::set"} +[19:21:11.664] Response has been sent. +[19:21:11.760] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["Os"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:11.760] Explicitly included types: [] +[19:21:11.761] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:11.762] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:11.762] Package 'bun-types' provides its own types. +[19:21:11.765] Found package names: ["purs-tidy"] +[19:21:11.765] Inferred typings from unresolved imports: ["Os"] +[19:21:11.765] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","Os"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:11.765] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","Os"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:11.765] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:11.765] Response has been sent. +[19:21:11.765] Installing typings ["purs-tidy","typescript","Os"] +[19:21:11.765] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:11.765] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:11.766] 'Os':: Entry for package 'Os' does not exist in local types registry - skipping... +[19:21:11.766] All typings are known to be missing or invalid - no need to install more typings +[19:21:11.766] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["Os"],"kind":"action::set"} +[19:21:11.766] Response has been sent. +[19:21:12.756] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:12.756] Explicitly included types: [] +[19:21:12.757] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:12.757] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:12.757] Package 'bun-types' provides its own types. +[19:21:12.758] Found package names: ["purs-tidy"] +[19:21:12.758] Inferred typings from unresolved imports: [] +[19:21:12.759] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:12.759] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:12.759] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:12.759] Response has been sent. +[19:21:12.759] Installing typings ["purs-tidy","typescript"] +[19:21:12.759] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:12.759] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:12.759] All typings are known to be missing or invalid - no need to install more typings +[19:21:12.759] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:21:12.759] Response has been sent. +[19:21:42.550] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["c"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:42.550] Explicitly included types: [] +[19:21:42.551] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:42.551] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:42.552] Package 'bun-types' provides its own types. +[19:21:42.553] Found package names: ["purs-tidy"] +[19:21:42.553] Inferred typings from unresolved imports: ["c"] +[19:21:42.553] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","c"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:42.553] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","c"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:42.554] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:42.554] Response has been sent. +[19:21:42.554] Installing typings ["purs-tidy","typescript","c"] +[19:21:42.554] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:42.554] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:42.554] 'c':: Entry for package 'c' does not exist in local types registry - skipping... +[19:21:42.554] All typings are known to be missing or invalid - no need to install more typings +[19:21:42.554] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["c"],"kind":"action::set"} +[19:21:42.554] Response has been sent. +[19:21:42.749] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["cr"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:42.750] Explicitly included types: [] +[19:21:42.751] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:42.751] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:42.751] Package 'bun-types' provides its own types. +[19:21:42.753] Found package names: ["purs-tidy"] +[19:21:42.753] Inferred typings from unresolved imports: ["cr"] +[19:21:42.753] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","cr"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:42.753] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","cr"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:42.753] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:42.753] Response has been sent. +[19:21:42.753] Installing typings ["purs-tidy","typescript","cr"] +[19:21:42.753] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:42.753] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:42.753] 'cr':: Entry for package 'cr' does not exist in local types registry - skipping... +[19:21:42.754] All typings are known to be missing or invalid - no need to install more typings +[19:21:42.754] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["cr"],"kind":"action::set"} +[19:21:42.754] Response has been sent. +[19:21:43.108] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["cry"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:43.108] Explicitly included types: [] +[19:21:43.108] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:43.109] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:43.109] Package 'bun-types' provides its own types. +[19:21:43.109] Found package names: ["purs-tidy"] +[19:21:43.109] Inferred typings from unresolved imports: ["cry"] +[19:21:43.109] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","cry"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:43.109] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","cry"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:43.109] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:43.109] Response has been sent. +[19:21:43.109] Installing typings ["purs-tidy","typescript","cry"] +[19:21:43.109] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:43.109] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:43.109] 'cry':: Entry for package 'cry' does not exist in local types registry - skipping... +[19:21:43.109] All typings are known to be missing or invalid - no need to install more typings +[19:21:43.109] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["cry"],"kind":"action::set"} +[19:21:43.109] Response has been sent. +[19:21:43.208] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["cryp"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:43.208] Explicitly included types: [] +[19:21:43.209] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:43.209] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:43.210] Package 'bun-types' provides its own types. +[19:21:43.211] Found package names: ["purs-tidy"] +[19:21:43.211] Inferred typings from unresolved imports: ["cryp"] +[19:21:43.211] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","cryp"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:43.211] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","cryp"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:43.211] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:43.211] Response has been sent. +[19:21:43.212] Installing typings ["purs-tidy","typescript","cryp"] +[19:21:43.212] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:43.212] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:43.212] 'cryp':: Entry for package 'cryp' does not exist in local types registry - skipping... +[19:21:43.212] All typings are known to be missing or invalid - no need to install more typings +[19:21:43.212] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["cryp"],"kind":"action::set"} +[19:21:43.212] Response has been sent. +[19:21:43.602] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":["crypt"],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:43.602] Explicitly included types: [] +[19:21:43.603] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:43.603] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:43.605] Package 'bun-types' provides its own types. +[19:21:43.606] Found package names: ["purs-tidy"] +[19:21:43.606] Inferred typings from unresolved imports: ["crypt"] +[19:21:43.606] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","crypt"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:43.606] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript","crypt"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:43.606] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:43.606] Response has been sent. +[19:21:43.606] Installing typings ["purs-tidy","typescript","crypt"] +[19:21:43.607] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:43.607] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:43.607] 'crypt':: Entry for package 'crypt' does not exist in local types registry - skipping... +[19:21:43.607] All typings are known to be missing or invalid - no need to install more typings +[19:21:43.607] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":["crypt"],"kind":"action::set"} +[19:21:43.607] Response has been sent. +[19:21:43.803] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[19:21:43.803] Explicitly included types: [] +[19:21:43.804] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[19:21:43.804] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[19:21:43.804] Package 'bun-types' provides its own types. +[19:21:43.805] Found package names: ["purs-tidy"] +[19:21:43.806] Inferred typings from unresolved imports: [] +[19:21:43.806] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:43.806] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[19:21:43.806] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[19:21:43.806] Response has been sent. +[19:21:43.806] Installing typings ["purs-tidy","typescript"] +[19:21:43.806] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[19:21:43.806] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[19:21:43.806] All typings are known to be missing or invalid - no need to install more typings +[19:21:43.806] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[19:21:43.806] Response has been sent. +[19:33:04.432] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-tynvtv/tsserver.log b/.log/tsserver-log-tynvtv/tsserver.log new file mode 100644 index 0000000..3b60715 --- /dev/null +++ b/.log/tsserver-log-tynvtv/tsserver.log @@ -0,0 +1,8789 @@ +Info 0 [19:07:53.468] Starting TS Server +Info 1 [19:07:53.468] Version: 5.2.2 +Info 2 [19:07:53.468] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/9d631d6f85c94d69d4aa1a9a7f823b05/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-tynvtv/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [19:07:53.468] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [19:07:53.468] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [19:07:53.476] Format host information updated +Info 6 [19:07:53.478] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [19:07:53.479] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [19:07:53.479] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [19:07:53.492] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [19:07:53.495] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [19:07:54.022] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 526.912098005414ms +Info 12 [19:07:54.022] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [19:07:54.022] Files (65) + +Info 14 [19:07:54.022] ----------------------------------------------- +Info 15 [19:07:54.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [19:07:54.221] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 194.55127900838852ms +Info 17 [19:07:54.221] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [19:07:54.221] Files (49) + +Info 19 [19:07:54.221] ----------------------------------------------- +Info 20 [19:07:54.225] AutoImportProviderProject: found 3 root files in 3 dependencies in 3.610145002603531 ms +Info 21 [19:07:54.239] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [19:07:54.657] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 418.01893500983715ms +Info 23 [19:07:54.657] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [19:07:54.657] Files (123) + +Info 25 [19:07:54.657] ----------------------------------------------- +Info 26 [19:07:54.658] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [19:07:54.658] Files (65) + +Info 26 [19:07:54.658] ----------------------------------------------- +Info 26 [19:07:54.658] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [19:07:54.658] Files (49) + +Info 26 [19:07:54.658] ----------------------------------------------- +Info 26 [19:07:54.658] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [19:07:54.658] Files (123) + +Info 26 [19:07:54.658] ----------------------------------------------- +Info 26 [19:07:54.658] Open files: +Info 26 [19:07:54.658] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [19:07:54.658] Projects: /dev/null/inferredProject1* +Info 26 [19:07:54.660] Format host information updated +Info 27 [19:07:54.666] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 28 [19:07:54.671] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 5.579172998666763ms +Info 29 [19:07:54.671] Different program with same set of files +Info 30 [19:07:54.686] Format host information updated +Info 31 [19:07:54.687] Format host information updated +Info 32 [19:07:54.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 33 [19:07:54.690] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 3.455463007092476ms +Info 34 [19:07:54.690] Different program with same set of files +Info 35 [19:07:55.869] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 36 [19:07:56.044] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: true structureIsReused:: Not Elapsed: 174.91349399089813ms +Info 37 [19:07:56.044] Project '/dev/null/inferredProject1*' (Inferred) +Info 38 [19:07:56.044] Files (65) + +Info 39 [19:07:56.044] ----------------------------------------------- +Info 40 [19:07:56.044] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 41 [19:07:56.044] Files (123) + +Info 42 [19:07:56.044] ----------------------------------------------- +Info 43 [19:07:58.119] Before ensureProjectForOpenFiles: +Info 44 [19:07:58.119] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 44 [19:07:58.119] Files (65) + +Info 44 [19:07:58.119] ----------------------------------------------- +Info 44 [19:07:58.119] Project '/dev/null/inferredProject1*' (Inferred) +Info 44 [19:07:58.119] Files (65) + +Info 44 [19:07:58.119] ----------------------------------------------- +Info 44 [19:07:58.119] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 44 [19:07:58.119] Files (123) + +Info 44 [19:07:58.119] ----------------------------------------------- +Info 44 [19:07:58.119] Open files: +Info 44 [19:07:58.119] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 44 [19:07:58.119] Projects: /dev/null/inferredProject1* +Info 44 [19:07:58.120] After ensureProjectForOpenFiles: +Info 45 [19:07:58.120] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 45 [19:07:58.120] Files (65) + +Info 45 [19:07:58.120] ----------------------------------------------- +Info 45 [19:07:58.120] Project '/dev/null/inferredProject1*' (Inferred) +Info 45 [19:07:58.120] Files (65) + +Info 45 [19:07:58.120] ----------------------------------------------- +Info 45 [19:07:58.120] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 45 [19:07:58.120] Files (123) + +Info 45 [19:07:58.120] ----------------------------------------------- +Info 45 [19:07:58.120] Open files: +Info 45 [19:07:58.120] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 45 [19:07:58.120] Projects: /dev/null/inferredProject1* +Info 45 [19:07:58.120] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 46 [19:17:58.698] Format host information updated +Info 47 [19:17:58.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 48 [19:17:58.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 3.878267005085945ms +Info 49 [19:17:58.703] Different program with same set of files +Info 50 [19:17:59.273] Format host information updated +Info 51 [19:17:59.274] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 52 [19:17:59.283] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 8.817270994186401ms +Info 53 [19:17:59.283] Different program with same set of files +Info 54 [19:17:59.878] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 55 [19:17:59.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 5.247938007116318ms +Info 56 [19:17:59.883] Different program with same set of files +Info 57 [19:17:59.907] getCompletionData: Get current token: 0.041096001863479614 +Info 58 [19:17:59.907] getCompletionData: Is inside comment: 0.04463599622249603 +Info 59 [19:17:59.907] getCompletionData: Get previous token: 0.03160500526428223 +Info 60 [19:17:59.910] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.24482199549674988 ms +Info 61 [19:17:59.911] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 62 [19:17:59.911] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.315064013004303ms +Info 63 [19:17:59.911] getExportInfoMap: cache miss or empty; calculating new results +Info 64 [19:17:59.969] forEachExternalModuleToImportFrom autoImportProvider: 34.22852799296379 +Info 65 [19:17:59.969] getExportInfoMap: done in 59.13780699670315 ms +Info 66 [19:17:59.983] collectAutoImports: resolved 3 module specifiers, plus 89 ambient and 2 from cache +Info 67 [19:17:59.983] collectAutoImports: response is complete +Info 68 [19:17:59.983] collectAutoImports: 13.409362003207207 +Info 69 [19:17:59.983] getCompletionData: Semantic work: 76.30586498975754 +Info 70 [19:17:59.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 14.30001699924469 +Info 71 [19:18:00.001] Format host information updated +Info 72 [19:18:00.082] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 73 [19:18:00.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 3.1520619988441467ms +Info 74 [19:18:00.085] Different program with same set of files +Info 75 [19:18:00.085] getCompletionData: Get current token: 0.011710003018379211 +Info 76 [19:18:00.085] getCompletionData: Is inside comment: 0.049504995346069336 +Info 77 [19:18:00.086] getCompletionData: Get previous token: 0.023997992277145386 +Info 78 [19:18:00.086] getExportInfoMap: cache hit +Info 79 [19:18:00.089] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 0 from cache +Info 80 [19:18:00.089] collectAutoImports: response is complete +Info 81 [19:18:00.089] collectAutoImports: 2.514157012104988 +Info 82 [19:18:00.089] getCompletionData: Semantic work: 3.228763997554779 +Info 83 [19:18:00.091] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2792779952287674 +Info 84 [19:18:00.092] Format host information updated +Info 85 [19:18:00.212] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 86 [19:18:00.215] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 3.0849220007658005ms +Info 87 [19:18:00.215] Different program with same set of files +Info 88 [19:18:00.215] getCompletionData: Get current token: 0.006058007478713989 +Info 89 [19:18:00.215] getCompletionData: Is inside comment: 0.00994199514389038 +Info 90 [19:18:00.215] getCompletionData: Get previous token: 0.012728989124298096 +Info 91 [19:18:00.216] getExportInfoMap: cache hit +Info 92 [19:18:00.218] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 93 [19:18:00.218] collectAutoImports: response is complete +Info 94 [19:18:00.218] collectAutoImports: 2.0657220035791397 +Info 95 [19:18:00.218] getCompletionData: Semantic work: 2.8263029903173447 +Info 96 [19:18:00.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.086807996034622 +Info 97 [19:18:00.221] Format host information updated +Info 98 [19:18:00.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 99 [19:18:00.313] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 10.18317799270153ms +Info 100 [19:18:00.314] Different program with same set of files +Info 101 [19:18:00.314] getCompletionData: Get current token: 0.024101004004478455 +Info 102 [19:18:00.314] getCompletionData: Is inside comment: 0.04142400622367859 +Info 103 [19:18:00.314] getCompletionData: Get previous token: 0.045556992292404175 +Info 104 [19:18:00.317] getExportInfoMap: cache hit +Info 105 [19:18:00.327] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 106 [19:18:00.327] collectAutoImports: response is complete +Info 107 [19:18:00.327] collectAutoImports: 9.810526996850967 +Info 108 [19:18:00.327] getCompletionData: Semantic work: 12.997672006487846 +Info 109 [19:18:00.334] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.780103996396065 +Info 110 [19:18:00.336] Format host information updated +Info 111 [19:18:00.390] Format host information updated +Info 112 [19:18:00.390] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 113 [19:18:00.395] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 4.205953001976013ms +Info 114 [19:18:00.395] Different program with same set of files +Info 115 [19:18:00.888] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 116 [19:18:00.892] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 4.0807700008153915ms +Info 117 [19:18:00.892] Different program with same set of files +Info 118 [19:18:00.892] getCompletionData: Get current token: 0.007569998502731323 +Info 119 [19:18:00.892] getCompletionData: Is inside comment: 0.018094003200531006 +Info 120 [19:18:00.892] getCompletionData: Get previous token: 0.01785700023174286 +Info 121 [19:18:00.893] getCompletionsAtPosition: isCompletionListBlocker: 0.30007000267505646 +Info 122 [19:18:00.894] getExportInfoMap: cache hit +Info 123 [19:18:00.905] collectAutoImports: resolved 5 module specifiers, plus 137 ambient and 9 from cache +Info 124 [19:18:00.905] collectAutoImports: response is complete +Info 125 [19:18:00.905] collectAutoImports: 10.364542007446289 +Info 126 [19:18:00.905] getCompletionData: Semantic work: 11.755809992551804 +Info 127 [19:18:00.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7663310021162033 +Info 128 [19:18:00.910] Format host information updated +Info 129 [19:18:00.983] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 130 [19:18:00.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 5.229176998138428ms +Info 131 [19:18:00.989] Different program with same set of files +Info 132 [19:18:00.989] getCompletionData: Get current token: 0.015180006623268127 +Info 133 [19:18:00.989] getCompletionData: Is inside comment: 0.033501997590065 +Info 134 [19:18:00.989] getCompletionData: Get previous token: 0.0376100093126297 +Info 135 [19:18:00.989] getCompletionsAtPosition: isCompletionListBlocker: 0.02409900724887848 +Info 136 [19:18:00.991] getExportInfoMap: cache hit +Info 137 [19:18:00.998] collectAutoImports: resolved 0 module specifiers, plus 45 ambient and 5 from cache +Info 138 [19:18:00.998] collectAutoImports: response is complete +Info 139 [19:18:00.998] collectAutoImports: 7.304370999336243 +Info 140 [19:18:00.998] getCompletionData: Semantic work: 9.015415996313095 +Info 141 [19:18:01.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.506175011396408 +Info 142 [19:18:01.007] Format host information updated +Info 143 [19:18:01.052] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 144 [19:18:01.056] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 3.0795090049505234ms +Info 145 [19:18:01.056] Different program with same set of files +Info 146 [19:18:01.056] getCompletionData: Get current token: 0.008567005395889282 +Info 147 [19:18:01.056] getCompletionData: Is inside comment: 0.011651992797851562 +Info 148 [19:18:01.056] getCompletionData: Get previous token: 0.01713000237941742 +Info 149 [19:18:01.056] getCompletionsAtPosition: isCompletionListBlocker: 0.013651996850967407 +Info 150 [19:18:01.057] getExportInfoMap: cache hit +Info 151 [19:18:01.062] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 3 from cache +Info 152 [19:18:01.062] collectAutoImports: response is complete +Info 153 [19:18:01.062] collectAutoImports: 5.489316001534462 +Info 154 [19:18:01.062] getCompletionData: Semantic work: 6.3475199937820435 +Info 155 [19:18:01.065] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.828662008047104 +Info 156 [19:18:01.066] Format host information updated +Info 157 [19:18:01.183] Format host information updated +Info 158 [19:18:01.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 159 [19:18:01.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 8.805433988571167ms +Info 160 [19:18:01.193] Different program with same set of files +Info 161 [19:18:01.416] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 162 [19:18:01.419] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 2.25559701025486ms +Info 163 [19:18:01.419] Different program with same set of files +Info 164 [19:18:01.419] getCompletionData: Get current token: 0.005296006798744202 +Info 165 [19:18:01.419] getCompletionData: Is inside comment: 0.009604007005691528 +Info 166 [19:18:01.419] getCompletionData: Get previous token: 0.013154998421669006 +Info 167 [19:18:01.419] getCompletionsAtPosition: isCompletionListBlocker: 0.002044007182121277 +Info 168 [19:18:01.419] Returning an empty list because completion was requested in an invalid position. +Info 169 [19:18:01.419] Format host information updated +Info 170 [19:18:01.563] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 171 [19:18:01.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 2.3088330030441284ms +Info 172 [19:18:01.565] Different program with same set of files +Info 173 [19:18:01.565] getCompletionData: Get current token: 0.005459994077682495 +Info 174 [19:18:01.565] getCompletionData: Is inside comment: 0.01066000759601593 +Info 175 [19:18:01.565] getCompletionData: Get previous token: 0.014265000820159912 +Info 176 [19:18:01.565] getCompletionsAtPosition: isCompletionListBlocker: 0.0020189881324768066 +Info 177 [19:18:01.565] Returning an empty list because completion was requested in an invalid position. +Info 178 [19:18:01.566] Format host information updated +Info 179 [19:18:01.633] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 180 [19:18:01.636] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 2.347004994750023ms +Info 181 [19:18:01.636] Different program with same set of files +Info 182 [19:18:01.636] getCompletionData: Get current token: 0.006720989942550659 +Info 183 [19:18:01.636] getCompletionData: Is inside comment: 0.010095998644828796 +Info 184 [19:18:01.636] getCompletionData: Get previous token: 0.015671998262405396 +Info 185 [19:18:01.636] getCompletionsAtPosition: isCompletionListBlocker: 0.0019650012254714966 +Info 186 [19:18:01.636] Returning an empty list because completion was requested in an invalid position. +Info 187 [19:18:01.636] Format host information updated +Info 188 [19:18:01.998] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 189 [19:18:02.000] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 2.3754269927740097ms +Info 190 [19:18:02.000] Different program with same set of files +Info 191 [19:18:02.000] getCompletionData: Get current token: 0.006933003664016724 +Info 192 [19:18:02.000] getCompletionData: Is inside comment: 0.009946003556251526 +Info 193 [19:18:02.000] getCompletionData: Get previous token: 0.013972997665405273 +Info 194 [19:18:02.000] getCompletionsAtPosition: isCompletionListBlocker: 0.002030998468399048 +Info 195 [19:18:02.000] Returning an empty list because completion was requested in an invalid position. +Info 196 [19:18:02.001] Format host information updated +Info 197 [19:18:02.141] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 198 [19:18:02.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 2.649497002363205ms +Info 199 [19:18:02.144] Different program with same set of files +Info 200 [19:18:02.144] getCompletionData: Get current token: 0.004744991660118103 +Info 201 [19:18:02.144] getCompletionData: Is inside comment: 0.01041199266910553 +Info 202 [19:18:02.144] getCompletionData: Get previous token: 0.01244199275970459 +Info 203 [19:18:02.144] getCompletionsAtPosition: isCompletionListBlocker: 0.001797005534172058 +Info 204 [19:18:02.144] Returning an empty list because completion was requested in an invalid position. +Info 205 [19:18:02.144] Format host information updated +Info 206 [19:18:02.228] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 207 [19:18:02.230] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 2.25212100148201ms +Info 208 [19:18:02.230] Different program with same set of files +Info 209 [19:18:02.230] getCompletionData: Get current token: 0.004994004964828491 +Info 210 [19:18:02.230] getCompletionData: Is inside comment: 0.009476006031036377 +Info 211 [19:18:02.230] getCompletionData: Get previous token: 0.01321999728679657 +Info 212 [19:18:02.230] getCompletionsAtPosition: isCompletionListBlocker: 0.0029840022325515747 +Info 213 [19:18:02.230] Returning an empty list because completion was requested in an invalid position. +Info 214 [19:18:02.230] Format host information updated +Info 215 [19:18:02.652] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 216 [19:18:02.656] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 3.7948070019483566ms +Info 217 [19:18:02.656] Different program with same set of files +Info 218 [19:18:02.656] getCompletionData: Get current token: 0.00871799886226654 +Info 219 [19:18:02.656] getCompletionData: Is inside comment: 0.016412004828453064 +Info 220 [19:18:02.656] getCompletionData: Get previous token: 0.025203004479408264 +Info 221 [19:18:02.656] getCompletionsAtPosition: isCompletionListBlocker: 0.004297003149986267 +Info 222 [19:18:02.656] Returning an empty list because completion was requested in an invalid position. +Info 223 [19:18:02.657] Format host information updated +Info 224 [19:18:02.981] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 225 [19:18:02.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 2.89308001101017ms +Info 226 [19:18:02.984] Different program with same set of files +Info 227 [19:18:02.984] getCompletionData: Get current token: 0.022101998329162598 +Info 228 [19:18:02.984] getCompletionData: Is inside comment: 0.013239994645118713 +Info 229 [19:18:02.984] getCompletionData: Get previous token: 0.01982899010181427 +Info 230 [19:18:02.984] getCompletionsAtPosition: isCompletionListBlocker: 0.002329006791114807 +Info 231 [19:18:02.984] Returning an empty list because completion was requested in an invalid position. +Info 232 [19:18:02.984] Format host information updated +Info 233 [19:18:03.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 234 [19:18:03.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 4.36413599550724ms +Info 235 [19:18:03.109] Different program with same set of files +Info 236 [19:18:03.110] getCompletionData: Get current token: 0.00555400550365448 +Info 237 [19:18:03.110] getCompletionData: Is inside comment: 0.010300993919372559 +Info 238 [19:18:03.110] getCompletionData: Get previous token: 0.014252007007598877 +Info 239 [19:18:03.110] getCompletionsAtPosition: isCompletionListBlocker: 0.00217399001121521 +Info 240 [19:18:03.110] Returning an empty list because completion was requested in an invalid position. +Info 241 [19:18:03.110] Format host information updated +Info 242 [19:18:03.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 243 [19:18:03.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 2.7765790075063705ms +Info 244 [19:18:03.560] Different program with same set of files +Info 245 [19:18:03.561] getCompletionData: Get current token: 0.008083000779151917 +Info 246 [19:18:03.561] getCompletionData: Is inside comment: 0.015549004077911377 +Info 247 [19:18:03.561] getCompletionData: Get previous token: 0.023308992385864258 +Info 248 [19:18:03.561] getCompletionsAtPosition: isCompletionListBlocker: 0.002590000629425049 +Info 249 [19:18:03.561] Returning an empty list because completion was requested in an invalid position. +Info 250 [19:18:03.561] Format host information updated +Info 251 [19:18:03.667] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 252 [19:18:03.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 2.6952780038118362ms +Info 253 [19:18:03.669] Different program with same set of files +Info 254 [19:18:03.670] getCompletionData: Get current token: 0.008939012885093689 +Info 255 [19:18:03.670] getCompletionData: Is inside comment: 0.01698799431324005 +Info 256 [19:18:03.670] getCompletionData: Get previous token: 0.028598010540008545 +Info 257 [19:18:03.670] getCompletionsAtPosition: isCompletionListBlocker: 0.0030829906463623047 +Info 258 [19:18:03.670] Returning an empty list because completion was requested in an invalid position. +Info 259 [19:18:03.670] Format host information updated +Info 260 [19:18:03.753] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 261 [19:18:03.756] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 2.4995889961719513ms +Info 262 [19:18:03.756] Different program with same set of files +Info 263 [19:18:03.756] getCompletionData: Get current token: 0.005883008241653442 +Info 264 [19:18:03.756] getCompletionData: Is inside comment: 0.009128004312515259 +Info 265 [19:18:03.756] getCompletionData: Get previous token: 0.014422997832298279 +Info 266 [19:18:03.756] getCompletionsAtPosition: isCompletionListBlocker: 0.0017559975385665894 +Info 267 [19:18:03.756] Returning an empty list because completion was requested in an invalid position. +Info 268 [19:18:03.756] Format host information updated +Info 269 [19:18:03.821] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 270 [19:18:03.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 2.8616029918193817ms +Info 271 [19:18:03.824] Different program with same set of files +Info 272 [19:18:03.824] getCompletionData: Get current token: 0.01805199682712555 +Info 273 [19:18:03.824] getCompletionData: Is inside comment: 0.010371997952461243 +Info 274 [19:18:03.825] getCompletionData: Get previous token: 0.015698999166488647 +Info 275 [19:18:03.825] getCompletionsAtPosition: isCompletionListBlocker: 0.0018070042133331299 +Info 276 [19:18:03.825] Returning an empty list because completion was requested in an invalid position. +Info 277 [19:18:03.825] Format host information updated +Info 278 [19:18:03.952] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 279 [19:18:03.955] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 2.561255991458893ms +Info 280 [19:18:03.955] Different program with same set of files +Info 281 [19:18:03.955] getCompletionData: Get current token: 0.0042860060930252075 +Info 282 [19:18:03.955] getCompletionData: Is inside comment: 0.008754998445510864 +Info 283 [19:18:03.955] getCompletionData: Get previous token: 0.011597007513046265 +Info 284 [19:18:03.955] getCompletionsAtPosition: isCompletionListBlocker: 0.0016839951276779175 +Info 285 [19:18:03.955] Returning an empty list because completion was requested in an invalid position. +Info 286 [19:18:03.955] Format host information updated +Info 287 [19:18:04.022] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 288 [19:18:04.024] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 2.1214450001716614ms +Info 289 [19:18:04.024] Different program with same set of files +Info 290 [19:18:04.024] getCompletionData: Get current token: 0.004881992936134338 +Info 291 [19:18:04.024] getCompletionData: Is inside comment: 0.010273009538650513 +Info 292 [19:18:04.024] getCompletionData: Get previous token: 0.012370005249977112 +Info 293 [19:18:04.024] getCompletionsAtPosition: isCompletionListBlocker: 0.0016379952430725098 +Info 294 [19:18:04.024] Returning an empty list because completion was requested in an invalid position. +Info 295 [19:18:04.024] Format host information updated +Info 296 [19:18:04.379] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 297 [19:18:04.382] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 2.706036001443863ms +Info 298 [19:18:04.382] Different program with same set of files +Info 299 [19:18:04.382] getCompletionData: Get current token: 0.005650997161865234 +Info 300 [19:18:04.382] getCompletionData: Is inside comment: 0.012341991066932678 +Info 301 [19:18:04.382] getCompletionData: Get previous token: 0.014504998922348022 +Info 302 [19:18:04.382] getCompletionsAtPosition: isCompletionListBlocker: 0.0021169930696487427 +Info 303 [19:18:04.382] Returning an empty list because completion was requested in an invalid position. +Info 304 [19:18:04.382] Format host information updated +Info 305 [19:18:04.469] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 306 [19:18:04.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 1.8710649907588959ms +Info 307 [19:18:04.471] Different program with same set of files +Info 308 [19:18:04.471] getCompletionData: Get current token: 0.005021005868911743 +Info 309 [19:18:04.471] getCompletionData: Is inside comment: 0.009539008140563965 +Info 310 [19:18:04.471] getCompletionData: Get previous token: 0.012592002749443054 +Info 311 [19:18:04.471] getCompletionsAtPosition: isCompletionListBlocker: 0.0017089992761611938 +Info 312 [19:18:04.471] Returning an empty list because completion was requested in an invalid position. +Info 313 [19:18:04.471] Format host information updated +Info 314 [19:18:04.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 315 [19:18:04.580] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 1.889822006225586ms +Info 316 [19:18:04.580] Different program with same set of files +Info 317 [19:18:04.580] getCompletionData: Get current token: 0.00529499351978302 +Info 318 [19:18:04.580] getCompletionData: Is inside comment: 0.010030001401901245 +Info 319 [19:18:04.580] getCompletionData: Get previous token: 0.014076992869377136 +Info 320 [19:18:04.581] getCompletionsAtPosition: isCompletionListBlocker: 0.0021480023860931396 +Info 321 [19:18:04.581] Returning an empty list because completion was requested in an invalid position. +Info 322 [19:18:04.581] Format host information updated +Info 323 [19:18:06.346] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 324 [19:18:06.348] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 1.8355039954185486ms +Info 325 [19:18:06.348] Different program with same set of files +Info 326 [19:18:06.348] getCompletionData: Get current token: 0.005153000354766846 +Info 327 [19:18:06.349] getCompletionData: Is inside comment: 0.009651005268096924 +Info 328 [19:18:06.349] getCompletionData: Get previous token: 0.013229995965957642 +Info 329 [19:18:06.349] getCompletionsAtPosition: isCompletionListBlocker: 0.05731800198554993 +Info 330 [19:18:06.349] Returning an empty list because completion was requested in an invalid position. +Info 331 [19:18:06.349] Format host information updated +Info 332 [19:18:06.497] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 333 [19:18:06.499] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 1.8992400020360947ms +Info 334 [19:18:06.499] Different program with same set of files +Info 335 [19:18:06.499] getCompletionData: Get current token: 0.005195006728172302 +Info 336 [19:18:06.499] getCompletionData: Is inside comment: 0.009470999240875244 +Info 337 [19:18:06.499] getCompletionData: Get previous token: 0.014262989163398743 +Info 338 [19:18:06.499] getCompletionsAtPosition: isCompletionListBlocker: 0.002200990915298462 +Info 339 [19:18:06.499] Returning an empty list because completion was requested in an invalid position. +Info 340 [19:18:06.499] Format host information updated +Info 341 [19:18:06.601] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 342 [19:18:06.602] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 1.7886440008878708ms +Info 343 [19:18:06.603] Different program with same set of files +Info 344 [19:18:06.603] getCompletionData: Get current token: 0.005125001072883606 +Info 345 [19:18:06.603] getCompletionData: Is inside comment: 0.00963599979877472 +Info 346 [19:18:06.603] getCompletionData: Get previous token: 0.012740999460220337 +Info 347 [19:18:06.603] getCompletionsAtPosition: isCompletionListBlocker: 0.0020409971475601196 +Info 348 [19:18:06.603] Returning an empty list because completion was requested in an invalid position. +Info 349 [19:18:06.603] Format host information updated +Info 350 [19:18:06.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 351 [19:18:06.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 1.863321989774704ms +Info 352 [19:18:06.776] Different program with same set of files +Info 353 [19:18:06.776] getCompletionData: Get current token: 0.00444599986076355 +Info 354 [19:18:06.776] getCompletionData: Is inside comment: 0.008579999208450317 +Info 355 [19:18:06.776] getCompletionData: Get previous token: 0.01172800362110138 +Info 356 [19:18:06.777] getCompletionsAtPosition: isCompletionListBlocker: 0.001936003565788269 +Info 357 [19:18:06.777] Returning an empty list because completion was requested in an invalid position. +Info 358 [19:18:06.777] Format host information updated +Info 359 [19:18:06.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 360 [19:18:06.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 3.3579740077257156ms +Info 361 [19:18:06.993] Different program with same set of files +Info 362 [19:18:06.993] getCompletionData: Get current token: 0.01069900393486023 +Info 363 [19:18:06.993] getCompletionData: Is inside comment: 0.019366994500160217 +Info 364 [19:18:06.993] getCompletionData: Get previous token: 0.0272350013256073 +Info 365 [19:18:06.993] getCompletionsAtPosition: isCompletionListBlocker: 0.003936991095542908 +Info 366 [19:18:06.993] Returning an empty list because completion was requested in an invalid position. +Info 367 [19:18:06.993] Format host information updated +Info 368 [19:18:07.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 369 [19:18:07.086] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 7.225345000624657ms +Info 370 [19:18:07.086] Different program with same set of files +Info 371 [19:18:07.086] getCompletionData: Get current token: 0.0325780063867569 +Info 372 [19:18:07.087] getCompletionData: Is inside comment: 0.038648009300231934 +Info 373 [19:18:07.087] getCompletionData: Get previous token: 0.050210997462272644 +Info 374 [19:18:07.087] getCompletionsAtPosition: isCompletionListBlocker: 0.00778999924659729 +Info 375 [19:18:07.087] Returning an empty list because completion was requested in an invalid position. +Info 376 [19:18:07.096] Format host information updated +Info 377 [19:18:07.169] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 378 [19:18:07.177] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 7.794470995664597ms +Info 379 [19:18:07.177] Different program with same set of files +Info 380 [19:18:07.177] getCompletionData: Get current token: 0.0215739905834198 +Info 381 [19:18:07.178] getCompletionData: Is inside comment: 0.03660799562931061 +Info 382 [19:18:07.178] getCompletionData: Get previous token: 0.04758399724960327 +Info 383 [19:18:07.178] getCompletionsAtPosition: isCompletionListBlocker: 0.008105993270874023 +Info 384 [19:18:07.178] Returning an empty list because completion was requested in an invalid position. +Info 385 [19:18:07.178] Format host information updated +Info 386 [19:18:07.327] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 387 [19:18:07.334] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 7.0640259981155396ms +Info 388 [19:18:07.334] Different program with same set of files +Info 389 [19:18:07.335] getCompletionData: Get current token: 0.02258799970149994 +Info 390 [19:18:07.335] getCompletionData: Is inside comment: 0.03771600127220154 +Info 391 [19:18:07.335] getCompletionData: Get previous token: 0.04721699655056 +Info 392 [19:18:07.335] getCompletionsAtPosition: isCompletionListBlocker: 0.007545009255409241 +Info 393 [19:18:07.335] Returning an empty list because completion was requested in an invalid position. +Info 394 [19:18:07.336] Format host information updated +Info 395 [19:18:07.446] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 396 [19:18:07.453] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 6.9906279891729355ms +Info 397 [19:18:07.454] Different program with same set of files +Info 398 [19:18:07.454] getCompletionData: Get current token: 0.02284999191761017 +Info 399 [19:18:07.454] getCompletionData: Is inside comment: 0.03816799819469452 +Info 400 [19:18:07.454] getCompletionData: Get previous token: 0.047940000891685486 +Info 401 [19:18:07.454] getCompletionsAtPosition: isCompletionListBlocker: 0.008192002773284912 +Info 402 [19:18:07.454] Returning an empty list because completion was requested in an invalid position. +Info 403 [19:18:07.455] Format host information updated +Info 404 [19:18:07.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 405 [19:18:07.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 7.927845999598503ms +Info 406 [19:18:07.558] Different program with same set of files +Info 407 [19:18:07.559] getCompletionData: Get current token: 0.09454600512981415 +Info 408 [19:18:07.559] getCompletionData: Is inside comment: 0.03925900161266327 +Info 409 [19:18:07.559] getCompletionData: Get previous token: 0.04906000196933746 +Info 410 [19:18:07.559] getCompletionsAtPosition: isCompletionListBlocker: 0.06288699805736542 +Info 411 [19:18:07.559] Returning an empty list because completion was requested in an invalid position. +Info 412 [19:18:07.560] Format host information updated +Info 413 [19:18:07.702] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 414 [19:18:07.709] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 6.998205006122589ms +Info 415 [19:18:07.709] Different program with same set of files +Info 416 [19:18:07.709] getCompletionData: Get current token: 0.018261998891830444 +Info 417 [19:18:07.709] getCompletionData: Is inside comment: 0.035203009843826294 +Info 418 [19:18:07.709] getCompletionData: Get previous token: 0.04549999535083771 +Info 419 [19:18:07.710] getCompletionsAtPosition: isCompletionListBlocker: 0.005843997001647949 +Info 420 [19:18:07.710] Returning an empty list because completion was requested in an invalid position. +Info 421 [19:18:07.710] Format host information updated +Info 422 [19:18:07.895] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 423 [19:18:07.897] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 1.7720189988613129ms +Info 424 [19:18:07.897] Different program with same set of files +Info 425 [19:18:07.897] getCompletionData: Get current token: 0.0036009997129440308 +Info 426 [19:18:07.897] getCompletionData: Is inside comment: 0.007217004895210266 +Info 427 [19:18:07.897] getCompletionData: Get previous token: 0.009703993797302246 +Info 428 [19:18:07.897] getCompletionsAtPosition: isCompletionListBlocker: 0.0015399903059005737 +Info 429 [19:18:07.897] Returning an empty list because completion was requested in an invalid position. +Info 430 [19:18:07.898] Format host information updated +Info 431 [19:18:08.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 432 [19:18:08.102] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 1.692221999168396ms +Info 433 [19:18:08.102] Different program with same set of files +Info 434 [19:18:08.103] getCompletionData: Get current token: 0.0037100017070770264 +Info 435 [19:18:08.103] getCompletionData: Is inside comment: 0.007339999079704285 +Info 436 [19:18:08.103] getCompletionData: Get previous token: 0.01009899377822876 +Info 437 [19:18:08.103] getCompletionsAtPosition: isCompletionListBlocker: 0.0015410035848617554 +Info 438 [19:18:08.103] Returning an empty list because completion was requested in an invalid position. +Info 439 [19:18:08.103] Format host information updated +Info 440 [19:18:08.252] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 441 [19:18:08.255] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 2.8494199961423874ms +Info 442 [19:18:08.255] Different program with same set of files +Info 443 [19:18:08.255] getCompletionData: Get current token: 0.006878003478050232 +Info 444 [19:18:08.255] getCompletionData: Is inside comment: 0.011803999543190002 +Info 445 [19:18:08.255] getCompletionData: Get previous token: 0.016381993889808655 +Info 446 [19:18:08.255] getCompletionsAtPosition: isCompletionListBlocker: 0.0017870068550109863 +Info 447 [19:18:08.255] Returning an empty list because completion was requested in an invalid position. +Info 448 [19:18:08.258] Format host information updated +Info 449 [19:18:08.403] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 450 [19:18:08.405] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 1.8433730006217957ms +Info 451 [19:18:08.405] Different program with same set of files +Info 452 [19:18:08.405] getCompletionData: Get current token: 0.00391601026058197 +Info 453 [19:18:08.405] getCompletionData: Is inside comment: 0.00798100233078003 +Info 454 [19:18:08.405] getCompletionData: Get previous token: 0.01057499647140503 +Info 455 [19:18:08.405] getCompletionsAtPosition: isCompletionListBlocker: 0.0016649961471557617 +Info 456 [19:18:08.405] Returning an empty list because completion was requested in an invalid position. +Info 457 [19:18:08.405] Format host information updated +Info 458 [19:18:08.633] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 459 [19:18:08.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 1.7949900031089783ms +Info 460 [19:18:08.635] Different program with same set of files +Info 461 [19:18:08.635] getCompletionData: Get current token: 0.00412200391292572 +Info 462 [19:18:08.635] getCompletionData: Is inside comment: 0.008409008383750916 +Info 463 [19:18:08.635] getCompletionData: Get previous token: 0.011034995317459106 +Info 464 [19:18:08.635] getCompletionsAtPosition: isCompletionListBlocker: 0.0017469972372055054 +Info 465 [19:18:08.635] Returning an empty list because completion was requested in an invalid position. +Info 466 [19:18:08.635] Format host information updated +Info 467 [19:18:08.761] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 468 [19:18:08.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 2.339813008904457ms +Info 469 [19:18:08.764] Different program with same set of files +Info 470 [19:18:08.764] getCompletionData: Get current token: 0.0034449994564056396 +Info 471 [19:18:08.764] getCompletionData: Is inside comment: 0.006644994020462036 +Info 472 [19:18:08.764] getCompletionData: Get previous token: 0.008616000413894653 +Info 473 [19:18:08.764] getCompletionsAtPosition: isCompletionListBlocker: 0.0015579909086227417 +Info 474 [19:18:08.764] Returning an empty list because completion was requested in an invalid position. +Info 475 [19:18:08.764] Format host information updated +Info 476 [19:18:08.872] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 477 [19:18:08.874] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 1.7568459957838058ms +Info 478 [19:18:08.874] Different program with same set of files +Info 479 [19:18:08.874] getCompletionData: Get current token: 0.0040000081062316895 +Info 480 [19:18:08.874] getCompletionData: Is inside comment: 0.007804006338119507 +Info 481 [19:18:08.874] getCompletionData: Get previous token: 0.010511994361877441 +Info 482 [19:18:08.874] getCompletionsAtPosition: isCompletionListBlocker: 0.0016579926013946533 +Info 483 [19:18:08.874] Returning an empty list because completion was requested in an invalid position. +Info 484 [19:18:08.874] Format host information updated +Info 485 [19:18:09.136] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 486 [19:18:09.140] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 3.858245998620987ms +Info 487 [19:18:09.140] Different program with same set of files +Info 488 [19:18:09.141] getCompletionData: Get current token: 0.00899699330329895 +Info 489 [19:18:09.141] getCompletionData: Is inside comment: 0.02119499444961548 +Info 490 [19:18:09.141] getCompletionData: Get previous token: 0.02903801202774048 +Info 491 [19:18:09.141] getCompletionsAtPosition: isCompletionListBlocker: 0.003849998116493225 +Info 492 [19:18:09.141] Returning an empty list because completion was requested in an invalid position. +Info 493 [19:18:09.141] Format host information updated +Info 494 [19:18:09.226] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 495 [19:18:09.236] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 9.921922996640205ms +Info 496 [19:18:09.236] Different program with same set of files +Info 497 [19:18:09.237] getCompletionData: Get current token: 0.02916400134563446 +Info 498 [19:18:09.237] getCompletionData: Is inside comment: 0.0543849915266037 +Info 499 [19:18:09.237] getCompletionData: Get previous token: 0.08272799849510193 +Info 500 [19:18:09.237] getCompletionsAtPosition: isCompletionListBlocker: 0.00875900685787201 +Info 501 [19:18:09.237] Returning an empty list because completion was requested in an invalid position. +Info 502 [19:18:09.238] Format host information updated +Info 503 [19:18:09.325] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 504 [19:18:09.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 10.622819989919662ms +Info 505 [19:18:09.336] Different program with same set of files +Info 506 [19:18:09.337] getCompletionData: Get current token: 0.02818399667739868 +Info 507 [19:18:09.337] getCompletionData: Is inside comment: 0.05210000276565552 +Info 508 [19:18:09.337] getCompletionData: Get previous token: 0.07612499594688416 +Info 509 [19:18:09.337] getCompletionsAtPosition: isCompletionListBlocker: 0.008205994963645935 +Info 510 [19:18:09.337] Returning an empty list because completion was requested in an invalid position. +Info 511 [19:18:09.338] Format host information updated +Info 512 [19:18:09.396] Format host information updated +Info 513 [19:18:09.397] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 514 [19:18:09.398] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 1.6827600002288818ms +Info 515 [19:18:09.398] Different program with same set of files +Info 516 [19:18:09.543] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 517 [19:18:09.561] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 17.261867001652718ms +Info 518 [19:18:09.561] Different program with same set of files +Info 519 [19:18:09.562] getCompletionData: Get current token: 0.021990999579429626 +Info 520 [19:18:09.562] getCompletionData: Is inside comment: 0.07623599469661713 +Info 521 [19:18:09.562] getCompletionData: Get previous token: 0.06052801012992859 +Info 522 [19:18:09.562] getCompletionsAtPosition: isCompletionListBlocker: 0.035593003034591675 +Info 523 [19:18:09.564] getExportInfoMap: cache hit +Info 524 [19:18:09.593] collectAutoImports: resolved 3 module specifiers, plus 893 ambient and 95 from cache +Info 525 [19:18:09.593] collectAutoImports: response is complete +Info 526 [19:18:09.593] collectAutoImports: 28.91244100034237 +Info 527 [19:18:09.593] getCompletionData: Semantic work: 31.169691011309624 +Info 528 [19:18:09.606] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.330791994929314 +Info 529 [19:18:09.618] Format host information updated +Info 530 [19:18:09.629] Format host information updated +Info 531 [19:18:09.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 532 [19:18:09.631] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 1.68121699988842ms +Info 533 [19:18:09.631] Different program with same set of files +Info 534 [19:18:09.806] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 535 [19:18:09.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 2.171301007270813ms +Info 536 [19:18:09.808] Different program with same set of files +Info 537 [19:18:09.809] getCompletionData: Get current token: 0.0037229955196380615 +Info 538 [19:18:09.809] getCompletionData: Is inside comment: 0.009458988904953003 +Info 539 [19:18:09.809] getCompletionData: Get previous token: 0.007908999919891357 +Info 540 [19:18:09.809] getCompletionsAtPosition: isCompletionListBlocker: 0.03585200011730194 +Info 541 [19:18:09.810] getExportInfoMap: cache hit +Info 542 [19:18:09.822] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 543 [19:18:09.822] collectAutoImports: response is complete +Info 544 [19:18:09.822] collectAutoImports: 11.806001007556915 +Info 545 [19:18:09.822] getCompletionData: Semantic work: 13.055177003145218 +Info 546 [19:18:09.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.220667988061905 +Info 547 [19:18:09.833] Format host information updated +Info 548 [19:18:09.865] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 549 [19:18:09.867] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 1.8197330087423325ms +Info 550 [19:18:09.867] Different program with same set of files +Info 551 [19:18:09.867] getCompletionData: Get current token: 0.042317986488342285 +Info 552 [19:18:09.867] getCompletionData: Is inside comment: 0.0426739901304245 +Info 553 [19:18:09.867] getCompletionData: Get previous token: 0.008603990077972412 +Info 554 [19:18:09.867] getCompletionsAtPosition: isCompletionListBlocker: 0.016474992036819458 +Info 555 [19:18:09.868] getExportInfoMap: cache hit +Info 556 [19:18:09.884] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 557 [19:18:09.884] collectAutoImports: response is complete +Info 558 [19:18:09.884] collectAutoImports: 15.554187998175621 +Info 559 [19:18:09.884] getCompletionData: Semantic work: 16.361456006765366 +Info 560 [19:18:09.891] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.4593480080366135 +Info 561 [19:18:09.896] Format host information updated +Info 562 [19:18:09.939] Format host information updated +Info 563 [19:18:09.939] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 564 [19:18:09.941] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 2.1563030034303665ms +Info 565 [19:18:09.941] Different program with same set of files +Info 566 [19:18:10.112] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 567 [19:18:10.119] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 7.0382179915905ms +Info 568 [19:18:10.119] Different program with same set of files +Info 569 [19:18:10.119] getCompletionData: Get current token: 0.02030099928379059 +Info 570 [19:18:10.119] getCompletionData: Is inside comment: 0.0530720055103302 +Info 571 [19:18:10.120] getCompletionData: Get previous token: 0.042450010776519775 +Info 572 [19:18:10.120] getCompletionsAtPosition: isCompletionListBlocker: 0.46207499504089355 +Info 573 [19:18:10.122] getExportInfoMap: cache hit +Info 574 [19:18:10.151] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 575 [19:18:10.151] collectAutoImports: response is complete +Info 576 [19:18:10.151] collectAutoImports: 28.302843987941742 +Info 577 [19:18:10.151] getCompletionData: Semantic work: 30.501400992274284 +Info 578 [19:18:10.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.799786999821663 +Info 579 [19:18:10.165] Format host information updated +Info 580 [19:18:10.239] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 581 [19:18:10.242] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 3.843892991542816ms +Info 582 [19:18:10.243] Different program with same set of files +Info 583 [19:18:10.243] getCompletionData: Get current token: 0.025102004408836365 +Info 584 [19:18:10.243] getCompletionData: Is inside comment: 0.04086598753929138 +Info 585 [19:18:10.243] getCompletionData: Get previous token: 0.03395800292491913 +Info 586 [19:18:10.243] getCompletionsAtPosition: isCompletionListBlocker: 0.03121599555015564 +Info 587 [19:18:10.245] getExportInfoMap: cache hit +Info 588 [19:18:10.269] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 589 [19:18:10.269] collectAutoImports: response is complete +Info 590 [19:18:10.269] collectAutoImports: 24.129299998283386 +Info 591 [19:18:10.269] getCompletionData: Semantic work: 25.671553999185562 +Info 592 [19:18:10.281] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.574347004294395 +Info 593 [19:18:10.289] Format host information updated +Info 594 [19:18:10.333] Format host information updated +Info 595 [19:18:10.333] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 596 [19:18:10.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 2.2171210050582886ms +Info 597 [19:18:10.336] Different program with same set of files +Info 598 [19:18:10.566] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 599 [19:18:10.575] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 8.455724000930786ms +Info 600 [19:18:10.575] Different program with same set of files +Info 601 [19:18:10.576] getCompletionData: Get current token: 0.033824995160102844 +Info 602 [19:18:10.576] getCompletionData: Is inside comment: 0.060163989663124084 +Info 603 [19:18:10.576] getCompletionData: Get previous token: 0.04965399205684662 +Info 604 [19:18:10.576] getCompletionsAtPosition: isCompletionListBlocker: 0.02557399868965149 +Info 605 [19:18:10.579] getExportInfoMap: cache hit +Info 606 [19:18:10.601] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 607 [19:18:10.601] collectAutoImports: response is complete +Info 608 [19:18:10.601] collectAutoImports: 22.09230101108551 +Info 609 [19:18:10.601] getCompletionData: Semantic work: 24.944070994853973 +Info 610 [19:18:10.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.852684989571571 +Info 611 [19:18:10.615] Format host information updated +Info 612 [19:18:10.633] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 613 [19:18:10.636] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 2.778536006808281ms +Info 614 [19:18:10.636] Different program with same set of files +Info 615 [19:18:10.636] getCompletionData: Get current token: 0.004563003778457642 +Info 616 [19:18:10.636] getCompletionData: Is inside comment: 0.024296000599861145 +Info 617 [19:18:10.636] getCompletionData: Get previous token: 0.009262993931770325 +Info 618 [19:18:10.636] getCompletionsAtPosition: isCompletionListBlocker: 0.013179987668991089 +Info 619 [19:18:10.637] getExportInfoMap: cache hit +Info 620 [19:18:10.646] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 621 [19:18:10.646] collectAutoImports: response is complete +Info 622 [19:18:10.646] collectAutoImports: 8.553773000836372 +Info 623 [19:18:10.646] getCompletionData: Semantic work: 9.313926994800568 +Info 624 [19:18:10.651] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.642269000411034 +Info 625 [19:18:10.656] Format host information updated +Info 626 [19:18:11.002] getCompletionData: Get current token: 0.007328003644943237 +Info 627 [19:18:11.002] getCompletionData: Is inside comment: 0.0019700080156326294 +Info 628 [19:18:11.002] getCompletionData: Get previous token: 0.03898899257183075 +Info 629 [19:18:11.002] getCompletionsAtPosition: isCompletionListBlocker: 0.0033600032329559326 +Info 630 [19:18:11.003] getExportInfoMap: cache hit +Info 631 [19:18:11.013] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 632 [19:18:11.013] collectAutoImports: response is complete +Info 633 [19:18:11.013] collectAutoImports: 9.99278800189495 +Info 634 [19:18:11.013] getCompletionData: Semantic work: 10.696963995695114 +Info 635 [19:18:11.019] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.957260012626648 +Info 636 [19:18:11.193] Format host information updated +Info 637 [19:18:11.193] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 638 [19:18:11.195] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 1.9629220068454742ms +Info 639 [19:18:11.195] Different program with same set of files +Info 640 [19:18:11.612] Format host information updated +Info 641 [19:18:11.613] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 642 [19:18:11.615] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 1.802497997879982ms +Info 643 [19:18:11.615] Different program with same set of files +Info 644 [19:18:11.890] Format host information updated +Info 645 [19:18:11.890] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 646 [19:18:11.892] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 1.8910080045461655ms +Info 647 [19:18:11.892] Different program with same set of files +Info 648 [19:18:12.562] Format host information updated +Info 649 [19:18:12.562] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 650 [19:18:12.564] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 1.822066992521286ms +Info 651 [19:18:12.564] Different program with same set of files +Info 652 [19:18:12.985] Format host information updated +Info 653 [19:18:12.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 654 [19:18:12.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 2.2822389900684357ms +Info 655 [19:18:12.988] Different program with same set of files +Info 656 [19:18:13.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 657 [19:18:13.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 1.8017639964818954ms +Info 658 [19:18:13.155] Different program with same set of files +Info 659 [19:18:13.155] getCompletionData: Get current token: 0.004871994256973267 +Info 660 [19:18:13.155] getCompletionData: Is inside comment: 0.008028998970985413 +Info 661 [19:18:13.155] getCompletionData: Get previous token: 0.007127001881599426 +Info 662 [19:18:13.156] getExportInfoMap: cache hit +Info 663 [19:18:13.158] collectAutoImports: resolved 0 module specifiers, plus 149 ambient and 6 from cache +Info 664 [19:18:13.158] collectAutoImports: response is complete +Info 665 [19:18:13.158] collectAutoImports: 2.3366180062294006 +Info 666 [19:18:13.158] getCompletionData: Semantic work: 2.8467139899730682 +Info 667 [19:18:13.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3312560021877289 +Info 668 [19:18:13.162] Format host information updated +Info 669 [19:18:13.320] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 670 [19:18:13.322] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 1.7962929904460907ms +Info 671 [19:18:13.322] Different program with same set of files +Info 672 [19:18:13.322] getCompletionData: Get current token: 0.005521997809410095 +Info 673 [19:18:13.322] getCompletionData: Is inside comment: 0.007540002465248108 +Info 674 [19:18:13.322] getCompletionData: Get previous token: 0.006592988967895508 +Info 675 [19:18:13.323] getExportInfoMap: cache hit +Info 676 [19:18:13.325] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 0 from cache +Info 677 [19:18:13.325] collectAutoImports: response is complete +Info 678 [19:18:13.325] collectAutoImports: 2.1712739914655685 +Info 679 [19:18:13.325] getCompletionData: Semantic work: 2.741469994187355 +Info 680 [19:18:13.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.933923989534378 +Info 681 [19:18:13.327] Format host information updated +Info 682 [19:18:13.413] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 683 [19:18:13.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 2.311381995677948ms +Info 684 [19:18:13.415] Different program with same set of files +Info 685 [19:18:13.415] getCompletionData: Get current token: 0.003697991371154785 +Info 686 [19:18:13.416] getCompletionData: Is inside comment: 0.0074030011892318726 +Info 687 [19:18:13.416] getCompletionData: Get previous token: 0.006586000323295593 +Info 688 [19:18:13.416] getExportInfoMap: cache hit +Info 689 [19:18:13.418] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 690 [19:18:13.418] collectAutoImports: response is complete +Info 691 [19:18:13.418] collectAutoImports: 1.5892229974269867 +Info 692 [19:18:13.418] getCompletionData: Semantic work: 2.2355829924345016 +Info 693 [19:18:13.419] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.731017991900444 +Info 694 [19:18:13.419] Format host information updated +Info 695 [19:18:13.517] Format host information updated +Info 696 [19:18:13.518] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 697 [19:18:13.519] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 1.823157012462616ms +Info 698 [19:18:13.519] Different program with same set of files +Info 699 [19:18:13.867] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 700 [19:18:13.869] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 1.7855009883642197ms +Info 701 [19:18:13.869] Different program with same set of files +Info 702 [19:18:13.869] getCompletionData: Get current token: 0.004083991050720215 +Info 703 [19:18:13.869] getCompletionData: Is inside comment: 0.00798100233078003 +Info 704 [19:18:13.869] getCompletionData: Get previous token: 0.006767988204956055 +Info 705 [19:18:13.869] getExportInfoMap: cache hit +Info 706 [19:18:13.870] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 707 [19:18:13.870] collectAutoImports: response is complete +Info 708 [19:18:13.870] collectAutoImports: 1.1114529967308044 +Info 709 [19:18:13.870] getCompletionData: Semantic work: 1.6423840075731277 +Info 710 [19:18:13.871] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9111819863319397 +Info 711 [19:18:13.872] Format host information updated +Info 712 [19:18:13.993] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 713 [19:18:13.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 1.810834988951683ms +Info 714 [19:18:13.995] Different program with same set of files +Info 715 [19:18:13.995] getCompletionData: Get current token: 0.004280000925064087 +Info 716 [19:18:13.995] getCompletionData: Is inside comment: 0.009225994348526001 +Info 717 [19:18:13.995] getCompletionData: Get previous token: 0.00756700336933136 +Info 718 [19:18:13.996] getExportInfoMap: cache hit +Info 719 [19:18:13.997] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 720 [19:18:13.997] collectAutoImports: response is complete +Info 721 [19:18:13.997] collectAutoImports: 1.2522479891777039 +Info 722 [19:18:13.997] getCompletionData: Semantic work: 1.7616759985685349 +Info 723 [19:18:13.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9753399938344955 +Info 724 [19:18:14.000] Format host information updated +Info 725 [19:18:14.146] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 726 [19:18:14.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 2.0216529965400696ms +Info 727 [19:18:14.148] Different program with same set of files +Info 728 [19:18:14.148] getCompletionData: Get current token: 0.004664003849029541 +Info 729 [19:18:14.148] getCompletionData: Is inside comment: 0.008864998817443848 +Info 730 [19:18:14.148] getCompletionData: Get previous token: 0.008099004626274109 +Info 731 [19:18:14.149] getExportInfoMap: cache hit +Info 732 [19:18:14.150] collectAutoImports: resolved 0 module specifiers, plus 12 ambient and 0 from cache +Info 733 [19:18:14.150] collectAutoImports: response is complete +Info 734 [19:18:14.150] collectAutoImports: 1.474713996052742 +Info 735 [19:18:14.150] getCompletionData: Semantic work: 1.9413429945707321 +Info 736 [19:18:14.151] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0580459982156754 +Info 737 [19:18:14.152] Format host information updated +Info 738 [19:18:14.271] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 739 [19:18:14.273] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 1.7341209948062897ms +Info 740 [19:18:14.273] Different program with same set of files +Info 741 [19:18:14.273] getCompletionData: Get current token: 0.0036830008029937744 +Info 742 [19:18:14.273] getCompletionData: Is inside comment: 0.00727100670337677 +Info 743 [19:18:14.273] getCompletionData: Get previous token: 0.006417989730834961 +Info 744 [19:18:14.273] getExportInfoMap: cache hit +Info 745 [19:18:14.275] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 0 from cache +Info 746 [19:18:14.275] collectAutoImports: response is complete +Info 747 [19:18:14.275] collectAutoImports: 1.577340006828308 +Info 748 [19:18:14.275] getCompletionData: Semantic work: 1.9909679889678955 +Info 749 [19:18:14.276] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0369199961423874 +Info 750 [19:18:14.277] Format host information updated +Info 751 [19:18:14.386] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 752 [19:18:14.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 1.8088130056858063ms +Info 753 [19:18:14.388] Different program with same set of files +Info 754 [19:18:14.388] getCompletionData: Get current token: 0.004113003611564636 +Info 755 [19:18:14.388] getCompletionData: Is inside comment: 0.007945999503135681 +Info 756 [19:18:14.388] getCompletionData: Get previous token: 0.007100999355316162 +Info 757 [19:18:14.389] getExportInfoMap: cache hit +Info 758 [19:18:14.391] collectAutoImports: resolved 0 module specifiers, plus 149 ambient and 6 from cache +Info 759 [19:18:14.391] collectAutoImports: response is complete +Info 760 [19:18:14.391] collectAutoImports: 2.543754994869232 +Info 761 [19:18:14.391] getCompletionData: Semantic work: 2.963473990559578 +Info 762 [19:18:14.393] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.583406001329422 +Info 763 [19:18:14.394] Format host information updated +Info 764 [19:18:14.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 765 [19:18:14.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 2.0199349969625473ms +Info 766 [19:18:14.647] Different program with same set of files +Info 767 [19:18:14.647] getCompletionData: Get current token: 0.005452007055282593 +Info 768 [19:18:14.647] getCompletionData: Is inside comment: 0.007839992642402649 +Info 769 [19:18:14.647] getCompletionData: Get previous token: 0.006746992468833923 +Info 770 [19:18:14.648] getExportInfoMap: cache hit +Info 771 [19:18:14.649] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 0 from cache +Info 772 [19:18:14.649] collectAutoImports: response is complete +Info 773 [19:18:14.649] collectAutoImports: 1.6031190007925034 +Info 774 [19:18:14.649] getCompletionData: Semantic work: 2.048707991838455 +Info 775 [19:18:14.650] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9279349893331528 +Info 776 [19:18:14.653] Format host information updated +Info 777 [19:18:14.753] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 778 [19:18:14.755] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 1.885453999042511ms +Info 779 [19:18:14.755] Different program with same set of files +Info 780 [19:18:14.755] getCompletionData: Get current token: 0.004701986908912659 +Info 781 [19:18:14.755] getCompletionData: Is inside comment: 0.007680997252464294 +Info 782 [19:18:14.755] getCompletionData: Get previous token: 0.007128000259399414 +Info 783 [19:18:14.756] getExportInfoMap: cache hit +Info 784 [19:18:14.757] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 785 [19:18:14.757] collectAutoImports: response is complete +Info 786 [19:18:14.757] collectAutoImports: 1.2972770035266876 +Info 787 [19:18:14.757] getCompletionData: Semantic work: 1.7182040065526962 +Info 788 [19:18:14.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8843410015106201 +Info 789 [19:18:14.759] Format host information updated +Info 790 [19:18:14.844] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 791 [19:18:14.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 8.830040007829666ms +Info 792 [19:18:14.853] Different program with same set of files +Info 793 [19:18:14.853] getCompletionData: Get current token: 0.01809200644493103 +Info 794 [19:18:14.853] getCompletionData: Is inside comment: 0.0332459956407547 +Info 795 [19:18:14.853] getCompletionData: Get previous token: 0.0290910005569458 +Info 796 [19:18:14.855] getExportInfoMap: cache hit +Info 797 [19:18:14.860] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 798 [19:18:14.860] collectAutoImports: response is complete +Info 799 [19:18:14.860] collectAutoImports: 5.242590993642807 +Info 800 [19:18:14.860] getCompletionData: Semantic work: 6.9100160002708435 +Info 801 [19:18:14.864] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6734839975833893 +Info 802 [19:18:14.867] Format host information updated +Info 803 [19:18:14.935] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 804 [19:18:14.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 6.811847001314163ms +Info 805 [19:18:14.942] Different program with same set of files +Info 806 [19:18:14.943] getCompletionData: Get current token: 0.018488004803657532 +Info 807 [19:18:14.943] getCompletionData: Is inside comment: 0.0356689989566803 +Info 808 [19:18:14.943] getCompletionData: Get previous token: 0.03184901177883148 +Info 809 [19:18:14.945] getExportInfoMap: cache hit +Info 810 [19:18:14.966] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 811 [19:18:14.966] collectAutoImports: response is complete +Info 812 [19:18:14.966] collectAutoImports: 21.616366997361183 +Info 813 [19:18:14.966] getCompletionData: Semantic work: 23.42832200229168 +Info 814 [19:18:14.976] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.598212003707886 +Info 815 [19:18:14.982] Format host information updated +Info 816 [19:18:14.997] Format host information updated +Info 817 [19:18:14.997] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 818 [19:18:14.999] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 1.885695993900299ms +Info 819 [19:18:14.999] Different program with same set of files +Info 820 [19:18:15.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 821 [19:18:15.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 6.866025000810623ms +Info 822 [19:18:15.145] Different program with same set of files +Info 823 [19:18:15.145] getCompletionData: Get current token: 0.030148997902870178 +Info 824 [19:18:15.146] getCompletionData: Is inside comment: 0.05067901313304901 +Info 825 [19:18:15.146] getCompletionData: Get previous token: 0.04114300012588501 +Info 826 [19:18:15.147] getExportInfoMap: cache hit +Info 827 [19:18:15.186] collectAutoImports: resolved 1 module specifiers, plus 1361 ambient and 162 from cache +Info 828 [19:18:15.186] collectAutoImports: response is complete +Info 829 [19:18:15.186] collectAutoImports: 38.5404099971056 +Info 830 [19:18:15.186] getCompletionData: Semantic work: 38.944329991936684 +Info 831 [19:18:15.198] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.917002990841866 +Info 832 [19:18:15.210] Format host information updated +Info 833 [19:18:15.214] Format host information updated +Info 834 [19:18:15.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 835 [19:18:15.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 2.0418500006198883ms +Info 836 [19:18:15.216] Different program with same set of files +Info 837 [19:18:15.490] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 838 [19:18:15.492] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 1.7769999951124191ms +Info 839 [19:18:15.492] Different program with same set of files +Info 840 [19:18:15.492] getCompletionData: Get current token: 0.004935994744300842 +Info 841 [19:18:15.492] getCompletionData: Is inside comment: 0.0073180049657821655 +Info 842 [19:18:15.492] getCompletionData: Get previous token: 0.015359997749328613 +Info 843 [19:18:15.493] Format host information updated +Info 844 [19:18:15.676] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 845 [19:18:15.678] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 1.693350002169609ms +Info 846 [19:18:15.678] Different program with same set of files +Info 847 [19:18:15.678] getCompletionData: Get current token: 0.0038879960775375366 +Info 848 [19:18:15.678] getCompletionData: Is inside comment: 0.007706001400947571 +Info 849 [19:18:15.678] getCompletionData: Get previous token: 0.01106300950050354 +Info 850 [19:18:15.678] Format host information updated +Info 851 [19:18:15.762] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 852 [19:18:15.766] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 3.864084005355835ms +Info 853 [19:18:15.766] Different program with same set of files +Info 854 [19:18:15.766] getCompletionData: Get current token: 0.0037859976291656494 +Info 855 [19:18:15.766] getCompletionData: Is inside comment: 0.007155999541282654 +Info 856 [19:18:15.766] getCompletionData: Get previous token: 0.012513995170593262 +Info 857 [19:18:15.767] Format host information updated +Info 858 [19:18:15.838] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 859 [19:18:15.844] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 6.7085660099983215ms +Info 860 [19:18:15.844] Different program with same set of files +Info 861 [19:18:15.845] getCompletionData: Get current token: 0.016832992434501648 +Info 862 [19:18:15.845] getCompletionData: Is inside comment: 0.034085988998413086 +Info 863 [19:18:15.845] getCompletionData: Get previous token: 0.06380400061607361 +Info 864 [19:18:15.846] Format host information updated +Info 865 [19:18:15.928] Format host information updated +Info 866 [19:18:15.928] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 867 [19:18:15.935] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 6.63978399336338ms +Info 868 [19:18:15.935] Different program with same set of files +Info 869 [19:18:16.037] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 870 [19:18:16.045] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 7.148791998624802ms +Info 871 [19:18:16.045] Different program with same set of files +Info 872 [19:18:16.054] Format host information updated +Info 873 [19:18:16.171] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 874 [19:18:16.178] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 6.519714996218681ms +Info 875 [19:18:16.178] Different program with same set of files +Info 876 [19:18:16.179] getCompletionData: Get current token: 0.0185839980840683 +Info 877 [19:18:16.179] getCompletionData: Is inside comment: 0.0359409898519516 +Info 878 [19:18:16.179] getCompletionData: Get previous token: 0.02647899091243744 +Info 879 [19:18:16.179] getCompletionsAtPosition: isCompletionListBlocker: 0.17776300013065338 +Info 880 [19:18:16.181] getExportInfoMap: cache hit +Info 881 [19:18:16.208] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 882 [19:18:16.208] collectAutoImports: response is complete +Info 883 [19:18:16.208] collectAutoImports: 27.18621399998665 +Info 884 [19:18:16.208] getCompletionData: Semantic work: 29.316188007593155 +Info 885 [19:18:16.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.154337987303734 +Info 886 [19:18:16.228] Format host information updated +Info 887 [19:18:16.236] Format host information updated +Info 888 [19:18:16.604] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 889 [19:18:16.624] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: true structureIsReused:: SafeModules Elapsed: 19.571445003151894ms +Info 890 [19:18:16.624] Different program with same set of files +Info 891 [19:18:16.627] Format host information updated +Info 892 [19:18:16.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 893 [19:18:16.707] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: true structureIsReused:: SafeModules Elapsed: 20.515927001833916ms +Info 894 [19:18:16.707] Different program with same set of files +Info 895 [19:18:16.709] Format host information updated +Info 896 [19:18:16.842] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 897 [19:18:16.864] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: true structureIsReused:: SafeModules Elapsed: 21.26368999481201ms +Info 898 [19:18:16.864] Different program with same set of files +Info 899 [19:18:16.872] Format host information updated +Info 900 [19:18:17.952] getCompletionData: Get current token: 0.003987997770309448 +Info 901 [19:18:17.953] getCompletionData: Is inside comment: 0.001931995153427124 +Info 902 [19:18:17.953] getCompletionData: Get previous token: 0.011223003268241882 +Info 903 [19:18:17.953] getCompletionsAtPosition: isCompletionListBlocker: 0.021823003888130188 +Info 904 [19:18:17.953] getCompletionData: Semantic work: 0.4412609934806824 +Info 905 [19:18:17.954] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5067800134420395 +Info 906 [19:18:19.030] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 907 [19:18:19.032] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 1.9354440122842789ms +Info 908 [19:18:19.032] Different program with same set of files +Info 909 [19:18:19.032] getCompletionData: Get current token: 0.004154995083808899 +Info 910 [19:18:19.032] getCompletionData: Is inside comment: 0.0015690028667449951 +Info 911 [19:18:19.032] getCompletionData: Get previous token: 0.01913599669933319 +Info 912 [19:18:19.032] getCompletionsAtPosition: isCompletionListBlocker: 0.0025639981031417847 +Info 913 [19:18:19.032] getCompletionData: Semantic work: 0.16129198670387268 +Info 914 [19:18:19.033] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5681380033493042 +Info 915 [19:18:19.034] Format host information updated +Info 916 [19:18:19.145] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 917 [19:18:19.147] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 1.7206239998340607ms +Info 918 [19:18:19.147] Different program with same set of files +Info 919 [19:18:19.147] getCompletionData: Get current token: 0.004303991794586182 +Info 920 [19:18:19.147] getCompletionData: Is inside comment: 0.0015929937362670898 +Info 921 [19:18:19.147] getCompletionData: Get previous token: 0.015234008431434631 +Info 922 [19:18:19.147] getCompletionsAtPosition: isCompletionListBlocker: 0.0024179965257644653 +Info 923 [19:18:19.147] getCompletionData: Semantic work: 0.087459996342659 +Info 924 [19:18:19.148] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.548879012465477 +Info 925 [19:18:19.149] Format host information updated +Info 926 [19:18:19.214] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 927 [19:18:19.216] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 1.5913529992103577ms +Info 928 [19:18:19.216] Different program with same set of files +Info 929 [19:18:19.216] getCompletionData: Get current token: 0.0037450045347213745 +Info 930 [19:18:19.216] getCompletionData: Is inside comment: 0.0015179961919784546 +Info 931 [19:18:19.216] getCompletionData: Get previous token: 0.01408800482749939 +Info 932 [19:18:19.216] getCompletionsAtPosition: isCompletionListBlocker: 0.0021049976348876953 +Info 933 [19:18:19.216] getCompletionData: Semantic work: 0.08370000123977661 +Info 934 [19:18:19.217] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5254780054092407 +Info 935 [19:18:19.217] Format host information updated +Info 936 [19:18:19.315] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 937 [19:18:19.317] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 1.7466680109500885ms +Info 938 [19:18:19.317] Different program with same set of files +Info 939 [19:18:19.317] getCompletionData: Get current token: 0.0043710023164749146 +Info 940 [19:18:19.317] getCompletionData: Is inside comment: 0.0017000138759613037 +Info 941 [19:18:19.317] getCompletionData: Get previous token: 0.016047999262809753 +Info 942 [19:18:19.317] getCompletionsAtPosition: isCompletionListBlocker: 0.0023690015077590942 +Info 943 [19:18:19.317] getCompletionData: Semantic work: 0.09172099828720093 +Info 944 [19:18:19.317] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5473600029945374 +Info 945 [19:18:19.318] Format host information updated +Info 946 [19:18:19.822] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 947 [19:18:19.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 1.779327005147934ms +Info 948 [19:18:19.824] Different program with same set of files +Info 949 [19:18:19.824] getCompletionData: Get current token: 0.003931999206542969 +Info 950 [19:18:19.824] getCompletionData: Is inside comment: 0.001534000039100647 +Info 951 [19:18:19.824] getCompletionData: Get previous token: 0.015853002667427063 +Info 952 [19:18:19.824] getCompletionsAtPosition: isCompletionListBlocker: 0.0021660029888153076 +Info 953 [19:18:19.825] getCompletionData: Semantic work: 0.08840399980545044 +Info 954 [19:18:19.825] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5011270046234131 +Info 955 [19:18:19.826] Format host information updated +Info 956 [19:18:19.952] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 957 [19:18:19.954] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 1.9011050015687943ms +Info 958 [19:18:19.954] Different program with same set of files +Info 959 [19:18:19.954] getCompletionData: Get current token: 0.004721000790596008 +Info 960 [19:18:19.954] getCompletionData: Is inside comment: 0.0017950087785720825 +Info 961 [19:18:19.954] getCompletionData: Get previous token: 0.01806299388408661 +Info 962 [19:18:19.954] getCompletionsAtPosition: isCompletionListBlocker: 0.0022870004177093506 +Info 963 [19:18:19.955] getCompletionData: Semantic work: 0.09862999618053436 +Info 964 [19:18:19.955] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6089829951524734 +Info 965 [19:18:19.956] Format host information updated +Info 966 [19:18:20.115] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 967 [19:18:20.118] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 2.3743600100278854ms +Info 968 [19:18:20.118] Different program with same set of files +Info 969 [19:18:20.118] getCompletionData: Get current token: 0.006452009081840515 +Info 970 [19:18:20.118] getCompletionData: Is inside comment: 0.002400994300842285 +Info 971 [19:18:20.118] getCompletionData: Get previous token: 0.023231998085975647 +Info 972 [19:18:20.118] getCompletionsAtPosition: isCompletionListBlocker: 0.0030170083045959473 +Info 973 [19:18:20.118] getCompletionData: Semantic work: 0.197612002491951 +Info 974 [19:18:20.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7520410120487213 +Info 975 [19:18:20.122] Format host information updated +Info 976 [19:18:20.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 977 [19:18:20.233] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: false structureIsReused:: Completely Elapsed: 1.753697007894516ms +Info 978 [19:18:20.233] Different program with same set of files +Info 979 [19:18:20.233] getCompletionData: Get current token: 0.004225999116897583 +Info 980 [19:18:20.233] getCompletionData: Is inside comment: 0.001605004072189331 +Info 981 [19:18:20.233] getCompletionData: Get previous token: 0.00917699933052063 +Info 982 [19:18:20.233] getCompletionsAtPosition: isCompletionListBlocker: 0.0021499991416931152 +Info 983 [19:18:20.233] getCompletionData: Semantic work: 0.0968559980392456 +Info 984 [19:18:20.234] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5363559871912003 +Info 985 [19:18:20.234] Format host information updated +Info 986 [19:18:20.531] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 987 [19:18:20.534] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Completely Elapsed: 2.6544220000505447ms +Info 988 [19:18:20.534] Different program with same set of files +Info 989 [19:18:20.534] getCompletionData: Get current token: 0.0035340040922164917 +Info 990 [19:18:20.534] getCompletionData: Is inside comment: 0.001194000244140625 +Info 991 [19:18:20.534] getCompletionData: Get previous token: 0.011656001210212708 +Info 992 [19:18:20.534] getCompletionsAtPosition: isCompletionListBlocker: 0.0020599961280822754 +Info 993 [19:18:20.534] getCompletionData: Semantic work: 0.0741640031337738 +Info 994 [19:18:20.534] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5075560063123703 +Info 995 [19:18:20.535] Format host information updated +Info 996 [19:18:20.608] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 997 [19:18:20.609] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 1.7399220019578934ms +Info 998 [19:18:20.609] Different program with same set of files +Info 999 [19:18:20.610] getCompletionData: Get current token: 0.003935009241104126 +Info 1000 [19:18:20.610] getCompletionData: Is inside comment: 0.0014459937810897827 +Info 1001 [19:18:20.610] getCompletionData: Get previous token: 0.013645991683006287 +Info 1002 [19:18:20.610] getCompletionsAtPosition: isCompletionListBlocker: 0.002316996455192566 +Info 1003 [19:18:20.610] getCompletionData: Semantic work: 0.0897659957408905 +Info 1004 [19:18:20.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4912070035934448 +Info 1005 [19:18:20.611] Format host information updated +Info 1006 [19:18:20.672] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1007 [19:18:20.674] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 1.8289989978075027ms +Info 1008 [19:18:20.674] Different program with same set of files +Info 1009 [19:18:20.674] getCompletionData: Get current token: 0.0040980130434036255 +Info 1010 [19:18:20.674] getCompletionData: Is inside comment: 0.0013159960508346558 +Info 1011 [19:18:20.674] getCompletionData: Get previous token: 0.01347099244594574 +Info 1012 [19:18:20.674] getCompletionsAtPosition: isCompletionListBlocker: 0.002329006791114807 +Info 1013 [19:18:20.674] getCompletionData: Semantic work: 0.08945000171661377 +Info 1014 [19:18:20.675] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5023919939994812 +Info 1015 [19:18:20.675] Format host information updated +Info 1016 [19:18:20.767] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1017 [19:18:20.769] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 1.953926995396614ms +Info 1018 [19:18:20.769] Different program with same set of files +Info 1019 [19:18:20.769] getCompletionData: Get current token: 0.004321008920669556 +Info 1020 [19:18:20.769] getCompletionData: Is inside comment: 0.0013210028409957886 +Info 1021 [19:18:20.769] getCompletionData: Get previous token: 0.014058008790016174 +Info 1022 [19:18:20.769] getCompletionsAtPosition: isCompletionListBlocker: 0.00268399715423584 +Info 1023 [19:18:20.770] getCompletionData: Semantic work: 0.1045760065317154 +Info 1024 [19:18:20.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5742160081863403 +Info 1025 [19:18:20.771] Format host information updated +Info 1026 [19:19:26.079] Format host information updated +Info 1027 [19:19:26.079] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1028 [19:19:26.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: true structureIsReused:: SafeModules Elapsed: 6.009309992194176ms +Info 1029 [19:19:26.085] Different program with same set of files +Info 1030 [19:19:26.325] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1031 [19:19:26.332] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: true structureIsReused:: SafeModules Elapsed: 7.06504300236702ms +Info 1032 [19:19:26.332] Different program with same set of files +Info 1033 [19:19:26.332] getCompletionData: Get current token: 0.003863006830215454 +Info 1034 [19:19:26.332] getCompletionData: Is inside comment: 0.007624000310897827 +Info 1035 [19:19:26.332] getCompletionData: Get previous token: 0.008981004357337952 +Info 1036 [19:19:26.332] getCompletionsAtPosition: isCompletionListBlocker: 0.0012959986925125122 +Info 1037 [19:19:26.332] Returning an empty list because completion was requested in an invalid position. +Info 1038 [19:19:26.333] Format host information updated +Info 1039 [19:19:26.405] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1040 [19:19:26.409] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 3.936260998249054ms +Info 1041 [19:19:26.409] Different program with same set of files +Info 1042 [19:19:26.409] getCompletionData: Get current token: 0.0033739954233169556 +Info 1043 [19:19:26.409] getCompletionData: Is inside comment: 0.00744299590587616 +Info 1044 [19:19:26.409] getCompletionData: Get previous token: 0.008894994854927063 +Info 1045 [19:19:26.409] getCompletionsAtPosition: isCompletionListBlocker: 0.0013139992952346802 +Info 1046 [19:19:26.409] Returning an empty list because completion was requested in an invalid position. +Info 1047 [19:19:26.409] Format host information updated +Info 1048 [19:19:26.534] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1049 [19:19:26.537] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 3.4865479916334152ms +Info 1050 [19:19:26.537] Different program with same set of files +Info 1051 [19:19:26.537] getCompletionData: Get current token: 0.0034939944744110107 +Info 1052 [19:19:26.537] getCompletionData: Is inside comment: 0.011348992586135864 +Info 1053 [19:19:26.537] getCompletionData: Get previous token: 0.013446003198623657 +Info 1054 [19:19:26.537] getCompletionsAtPosition: isCompletionListBlocker: 0.0016849935054779053 +Info 1055 [19:19:26.537] Returning an empty list because completion was requested in an invalid position. +Info 1056 [19:19:26.538] Format host information updated +Info 1057 [19:19:27.128] Format host information updated +Info 1058 [19:19:27.128] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1059 [19:19:27.145] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: true structureIsReused:: SafeModules Elapsed: 16.9291699975729ms +Info 1060 [19:19:27.145] Different program with same set of files +Info 1061 [19:19:27.319] Format host information updated +Info 1062 [19:19:27.319] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1063 [19:19:27.322] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 2.732788994908333ms +Info 1064 [19:19:27.322] Different program with same set of files +Info 1065 [19:19:28.928] Format host information updated +Info 1066 [19:19:28.928] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1067 [19:19:28.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 2.70236499607563ms +Info 1068 [19:19:28.931] Different program with same set of files +Info 1069 [19:19:29.148] Format host information updated +Info 1070 [19:19:29.149] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1071 [19:19:29.151] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 1.7823089957237244ms +Info 1072 [19:19:29.151] Different program with same set of files +Info 1073 [19:19:29.601] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1074 [19:19:29.604] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 2.525322988629341ms +Info 1075 [19:19:29.604] Different program with same set of files +Info 1076 [19:19:29.604] getCompletionData: Get current token: 0.005897000432014465 +Info 1077 [19:19:29.604] getCompletionData: Is inside comment: 0.011534005403518677 +Info 1078 [19:19:29.604] getCompletionData: Get previous token: 0.018178001046180725 +Info 1079 [19:19:29.604] getCompletionsAtPosition: isCompletionListBlocker: 0.00282500684261322 +Info 1080 [19:19:29.605] getExportInfoMap: cache hit +Info 1081 [19:19:29.607] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 1082 [19:19:29.607] collectAutoImports: response is complete +Info 1083 [19:19:29.607] collectAutoImports: 2.0501780062913895 +Info 1084 [19:19:29.607] getCompletionData: Semantic work: 3.040921002626419 +Info 1085 [19:19:29.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6146229952573776 +Info 1086 [19:19:29.609] Format host information updated +Info 1087 [19:19:29.742] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1088 [19:19:29.745] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 2.8212160021066666ms +Info 1089 [19:19:29.745] Different program with same set of files +Info 1090 [19:19:29.745] getCompletionData: Get current token: 0.0061339884996414185 +Info 1091 [19:19:29.745] getCompletionData: Is inside comment: 0.013641998171806335 +Info 1092 [19:19:29.745] getCompletionData: Get previous token: 0.017473995685577393 +Info 1093 [19:19:29.745] getCompletionsAtPosition: isCompletionListBlocker: 0.0028469860553741455 +Info 1094 [19:19:29.745] getExportInfoMap: cache hit +Info 1095 [19:19:29.747] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1096 [19:19:29.747] collectAutoImports: response is complete +Info 1097 [19:19:29.747] collectAutoImports: 1.486617997288704 +Info 1098 [19:19:29.747] getCompletionData: Semantic work: 2.053954005241394 +Info 1099 [19:19:29.748] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2767800092697144 +Info 1100 [19:19:29.749] Format host information updated +Info 1101 [19:19:29.853] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1102 [19:19:29.855] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 2.303854003548622ms +Info 1103 [19:19:29.855] Different program with same set of files +Info 1104 [19:19:29.856] getCompletionData: Get current token: 0.006599992513656616 +Info 1105 [19:19:29.856] getCompletionData: Is inside comment: 0.012581005692481995 +Info 1106 [19:19:29.856] getCompletionData: Get previous token: 0.03308400511741638 +Info 1107 [19:19:29.856] getCompletionsAtPosition: isCompletionListBlocker: 0.0026589930057525635 +Info 1108 [19:19:29.857] getExportInfoMap: cache hit +Info 1109 [19:19:29.859] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1110 [19:19:29.859] collectAutoImports: response is complete +Info 1111 [19:19:29.859] collectAutoImports: 1.2951599955558777 +Info 1112 [19:19:29.859] getCompletionData: Semantic work: 3.0541269928216934 +Info 1113 [19:19:29.860] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4154279977083206 +Info 1114 [19:19:29.861] Format host information updated +Info 1115 [19:19:29.963] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1116 [19:19:29.966] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 2.106027990579605ms +Info 1117 [19:19:29.966] Different program with same set of files +Info 1118 [19:19:29.966] getCompletionData: Get current token: 0.006775990128517151 +Info 1119 [19:19:29.966] getCompletionData: Is inside comment: 0.010578006505966187 +Info 1120 [19:19:29.966] getCompletionData: Get previous token: 0.01567700505256653 +Info 1121 [19:19:29.966] getCompletionsAtPosition: isCompletionListBlocker: 0.0049570053815841675 +Info 1122 [19:19:29.966] getExportInfoMap: cache hit +Info 1123 [19:19:29.967] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1124 [19:19:29.967] collectAutoImports: response is complete +Info 1125 [19:19:29.967] collectAutoImports: 1.1417389959096909 +Info 1126 [19:19:29.967] getCompletionData: Semantic work: 1.639612004160881 +Info 1127 [19:19:29.969] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8970919996500015 +Info 1128 [19:19:29.970] Format host information updated +Info 1129 [19:19:30.040] Format host information updated +Info 1130 [19:19:30.041] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1131 [19:19:30.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 7.023721009492874ms +Info 1132 [19:19:30.048] Different program with same set of files +Info 1133 [19:19:30.339] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1134 [19:19:30.343] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 3.4041810035705566ms +Info 1135 [19:19:30.343] Different program with same set of files +Info 1136 [19:19:30.343] getCompletionData: Get current token: 0.006093993782997131 +Info 1137 [19:19:30.343] getCompletionData: Is inside comment: 0.011828005313873291 +Info 1138 [19:19:30.343] getCompletionData: Get previous token: 0.02369600534439087 +Info 1139 [19:19:30.343] getCompletionsAtPosition: isCompletionListBlocker: 0.014502003788948059 +Info 1140 [19:19:30.344] getExportInfoMap: cache hit +Info 1141 [19:19:30.346] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 5 from cache +Info 1142 [19:19:30.346] collectAutoImports: response is complete +Info 1143 [19:19:30.346] collectAutoImports: 1.9759139865636826 +Info 1144 [19:19:30.346] getCompletionData: Semantic work: 2.89343099296093 +Info 1145 [19:19:30.348] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4914350062608719 +Info 1146 [19:19:30.349] Format host information updated +Info 1147 [19:19:30.408] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1148 [19:19:30.412] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 4.546580001711845ms +Info 1149 [19:19:30.412] Different program with same set of files +Info 1150 [19:19:30.413] getCompletionData: Get current token: 0.017116010189056396 +Info 1151 [19:19:30.413] getCompletionData: Is inside comment: 0.03889499604701996 +Info 1152 [19:19:30.413] getCompletionData: Get previous token: 0.09129300713539124 +Info 1153 [19:19:30.413] getCompletionsAtPosition: isCompletionListBlocker: 0.017326995730400085 +Info 1154 [19:19:30.414] getExportInfoMap: cache hit +Info 1155 [19:19:30.419] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 2 from cache +Info 1156 [19:19:30.419] collectAutoImports: response is complete +Info 1157 [19:19:30.419] collectAutoImports: 4.370949000120163 +Info 1158 [19:19:30.419] getCompletionData: Semantic work: 5.8924909979105 +Info 1159 [19:19:30.422] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.362204000353813 +Info 1160 [19:19:30.424] Format host information updated +Info 1161 [19:19:30.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1162 [19:19:30.593] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 13.530604004859924ms +Info 1163 [19:19:30.593] Different program with same set of files +Info 1164 [19:19:30.594] getCompletionData: Get current token: 0.05935099720954895 +Info 1165 [19:19:30.594] getCompletionData: Is inside comment: 0.10334800183773041 +Info 1166 [19:19:30.595] getCompletionData: Get previous token: 0.15446899831295013 +Info 1167 [19:19:30.595] getCompletionsAtPosition: isCompletionListBlocker: 0.034588009119033813 +Info 1168 [19:19:30.598] getExportInfoMap: cache hit +Info 1169 [19:19:30.605] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1170 [19:19:30.605] collectAutoImports: response is complete +Info 1171 [19:19:30.605] collectAutoImports: 6.629513010382652 +Info 1172 [19:19:30.605] getCompletionData: Semantic work: 10.653454005718231 +Info 1173 [19:19:30.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.850961998105049 +Info 1174 [19:19:30.614] Format host information updated +Info 1175 [19:19:30.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1176 [19:19:30.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 7.706018000841141ms +Info 1177 [19:19:30.767] Different program with same set of files +Info 1178 [19:19:30.768] getCompletionData: Get current token: 0.030170992016792297 +Info 1179 [19:19:30.768] getCompletionData: Is inside comment: 0.05696898698806763 +Info 1180 [19:19:30.768] getCompletionData: Get previous token: 0.045938000082969666 +Info 1181 [19:19:30.768] getCompletionsAtPosition: isCompletionListBlocker: 0.008354008197784424 +Info 1182 [19:19:30.771] getCompletionData: Semantic work: 3.1719209998846054 +Info 1183 [19:19:30.772] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16522300243377686 +Info 1184 [19:19:30.773] Format host information updated +Info 1185 [19:19:31.029] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1186 [19:19:31.031] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 2.3819150030612946ms +Info 1187 [19:19:31.031] Different program with same set of files +Info 1188 [19:19:31.031] getCompletionData: Get current token: 0.008604004979133606 +Info 1189 [19:19:31.031] getCompletionData: Is inside comment: 0.01151399314403534 +Info 1190 [19:19:31.031] getCompletionData: Get previous token: 0.018295004963874817 +Info 1191 [19:19:31.031] getCompletionsAtPosition: isCompletionListBlocker: 0.007771998643875122 +Info 1192 [19:19:31.032] getExportInfoMap: cache hit +Info 1193 [19:19:31.033] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1194 [19:19:31.033] collectAutoImports: response is complete +Info 1195 [19:19:31.033] collectAutoImports: 1.2679060101509094 +Info 1196 [19:19:31.033] getCompletionData: Semantic work: 1.9015969932079315 +Info 1197 [19:19:31.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1809279918670654 +Info 1198 [19:19:31.035] Format host information updated +Info 1199 [19:19:31.183] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1200 [19:19:31.186] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 2.313063010573387ms +Info 1201 [19:19:31.186] Different program with same set of files +Info 1202 [19:19:31.186] getCompletionData: Get current token: 0.008811011910438538 +Info 1203 [19:19:31.186] getCompletionData: Is inside comment: 0.011782005429267883 +Info 1204 [19:19:31.186] getCompletionData: Get previous token: 0.01937699317932129 +Info 1205 [19:19:31.186] getCompletionsAtPosition: isCompletionListBlocker: 0.00770200788974762 +Info 1206 [19:19:31.187] getExportInfoMap: cache hit +Info 1207 [19:19:31.189] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1208 [19:19:31.189] collectAutoImports: response is complete +Info 1209 [19:19:31.189] collectAutoImports: 2.672207996249199 +Info 1210 [19:19:31.189] getCompletionData: Semantic work: 3.243501991033554 +Info 1211 [19:19:31.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0429040044546127 +Info 1212 [19:19:31.191] Format host information updated +Info 1213 [19:19:31.320] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1214 [19:19:31.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 7.115510001778603ms +Info 1215 [19:19:31.328] Different program with same set of files +Info 1216 [19:19:31.328] getCompletionData: Get current token: 0.02854199707508087 +Info 1217 [19:19:31.328] getCompletionData: Is inside comment: 0.052264004945755005 +Info 1218 [19:19:31.328] getCompletionData: Get previous token: 0.08139900863170624 +Info 1219 [19:19:31.329] getCompletionsAtPosition: isCompletionListBlocker: 0.027153000235557556 +Info 1220 [19:19:31.331] getExportInfoMap: cache hit +Info 1221 [19:19:31.338] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 2 from cache +Info 1222 [19:19:31.338] collectAutoImports: response is complete +Info 1223 [19:19:31.338] collectAutoImports: 7.144290998578072 +Info 1224 [19:19:31.338] getCompletionData: Semantic work: 9.446125999093056 +Info 1225 [19:19:31.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.250996008515358 +Info 1226 [19:19:31.346] Format host information updated +Info 1227 [19:19:31.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1228 [19:19:31.441] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 2.7510460019111633ms +Info 1229 [19:19:31.441] Different program with same set of files +Info 1230 [19:19:31.441] getCompletionData: Get current token: 0.010271996259689331 +Info 1231 [19:19:31.441] getCompletionData: Is inside comment: 0.017370998859405518 +Info 1232 [19:19:31.441] getCompletionData: Get previous token: 0.0269089937210083 +Info 1233 [19:19:31.441] getCompletionsAtPosition: isCompletionListBlocker: 0.011621996760368347 +Info 1234 [19:19:31.442] getExportInfoMap: cache hit +Info 1235 [19:19:31.443] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1236 [19:19:31.443] collectAutoImports: response is complete +Info 1237 [19:19:31.443] collectAutoImports: 1.7951550036668777 +Info 1238 [19:19:31.444] getCompletionData: Semantic work: 2.5805170089006424 +Info 1239 [19:19:31.445] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6071989983320236 +Info 1240 [19:19:31.448] Format host information updated +Info 1241 [19:19:31.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1242 [19:19:31.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 2.4373169988393784ms +Info 1243 [19:19:31.991] Different program with same set of files +Info 1244 [19:19:31.991] getCompletionData: Get current token: 0.005746006965637207 +Info 1245 [19:19:31.991] getCompletionData: Is inside comment: 0.010665997862815857 +Info 1246 [19:19:31.991] getCompletionData: Get previous token: 0.0171470046043396 +Info 1247 [19:19:31.991] getCompletionsAtPosition: isCompletionListBlocker: 0.007936999201774597 +Info 1248 [19:19:31.992] getExportInfoMap: cache hit +Info 1249 [19:19:31.994] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 2 from cache +Info 1250 [19:19:31.994] collectAutoImports: response is complete +Info 1251 [19:19:31.994] collectAutoImports: 2.257306009531021 +Info 1252 [19:19:31.994] getCompletionData: Semantic work: 2.982138991355896 +Info 1253 [19:19:31.996] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3627779930830002 +Info 1254 [19:19:31.997] Format host information updated +Info 1255 [19:19:32.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1256 [19:19:32.305] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 2.173463001847267ms +Info 1257 [19:19:32.305] Different program with same set of files +Info 1258 [19:19:32.305] getCompletionData: Get current token: 0.006241992115974426 +Info 1259 [19:19:32.305] getCompletionData: Is inside comment: 0.01117900013923645 +Info 1260 [19:19:32.305] getCompletionData: Get previous token: 0.018518000841140747 +Info 1261 [19:19:32.305] getCompletionsAtPosition: isCompletionListBlocker: 0.008592009544372559 +Info 1262 [19:19:32.306] getExportInfoMap: cache hit +Info 1263 [19:19:32.308] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 1264 [19:19:32.308] collectAutoImports: response is complete +Info 1265 [19:19:32.308] collectAutoImports: 1.920623004436493 +Info 1266 [19:19:32.308] getCompletionData: Semantic work: 2.7598400115966797 +Info 1267 [19:19:32.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1471520066261292 +Info 1268 [19:19:32.310] Format host information updated +Info 1269 [19:19:32.541] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1270 [19:19:32.544] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 2.3700000047683716ms +Info 1271 [19:19:32.544] Different program with same set of files +Info 1272 [19:19:32.544] getCompletionData: Get current token: 0.007656991481781006 +Info 1273 [19:19:32.544] getCompletionData: Is inside comment: 0.015172004699707031 +Info 1274 [19:19:32.544] getCompletionData: Get previous token: 0.012187987565994263 +Info 1275 [19:19:32.544] getCompletionsAtPosition: isCompletionListBlocker: 0.0026910006999969482 +Info 1276 [19:19:32.545] getCompletionData: Semantic work: 0.7871899902820587 +Info 1277 [19:19:32.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.35405801236629486 +Info 1278 [19:19:32.597] Format host information updated +Info 1279 [19:19:32.788] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1280 [19:19:32.790] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 2.3625679910182953ms +Info 1281 [19:19:32.790] Different program with same set of files +Info 1282 [19:19:32.791] getCompletionData: Get current token: 0.007343009114265442 +Info 1283 [19:19:32.791] getCompletionData: Is inside comment: 0.011234000325202942 +Info 1284 [19:19:32.791] getCompletionData: Get previous token: 0.02220100164413452 +Info 1285 [19:19:32.791] getCompletionsAtPosition: isCompletionListBlocker: 0.002373993396759033 +Info 1286 [19:19:32.791] getCompletionData: Semantic work: 0.3937700092792511 +Info 1287 [19:19:32.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3203269988298416 +Info 1288 [19:19:32.792] Format host information updated +Info 1289 [19:19:32.862] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1290 [19:19:32.865] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 2.726283997297287ms +Info 1291 [19:19:32.865] Different program with same set of files +Info 1292 [19:19:32.865] getCompletionData: Get current token: 0.006852999329566956 +Info 1293 [19:19:32.865] getCompletionData: Is inside comment: 0.014176011085510254 +Info 1294 [19:19:32.865] getCompletionData: Get previous token: 0.022400006651878357 +Info 1295 [19:19:32.865] getCompletionsAtPosition: isCompletionListBlocker: 0.0037059932947158813 +Info 1296 [19:19:32.865] getCompletionData: Semantic work: 0.3060159981250763 +Info 1297 [19:19:32.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.37179000675678253 +Info 1298 [19:19:32.866] Format host information updated +Info 1299 [19:19:32.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1300 [19:19:33.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 8.980095997452736ms +Info 1301 [19:19:33.008] Different program with same set of files +Info 1302 [19:19:33.009] getCompletionData: Get current token: 0.02876599133014679 +Info 1303 [19:19:33.009] getCompletionData: Is inside comment: 0.05158799886703491 +Info 1304 [19:19:33.009] getCompletionData: Get previous token: 0.0920490026473999 +Info 1305 [19:19:33.009] getCompletionsAtPosition: isCompletionListBlocker: 0.00831499695777893 +Info 1306 [19:19:33.010] getCompletionData: Semantic work: 0.9684270024299622 +Info 1307 [19:19:33.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.93504498898983 +Info 1308 [19:19:33.014] Format host information updated +Info 1309 [19:19:33.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1310 [19:19:33.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 6.245029002428055ms +Info 1311 [19:19:33.085] Different program with same set of files +Info 1312 [19:19:33.085] getCompletionData: Get current token: 0.023024991154670715 +Info 1313 [19:19:33.085] getCompletionData: Is inside comment: 0.04406099021434784 +Info 1314 [19:19:33.085] getCompletionData: Get previous token: 0.10423900187015533 +Info 1315 [19:19:33.086] getCompletionsAtPosition: isCompletionListBlocker: 0.0068579912185668945 +Info 1316 [19:19:33.086] getCompletionData: Semantic work: 0.722366988658905 +Info 1317 [19:19:33.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0267329961061478 +Info 1318 [19:19:33.089] Format host information updated +Info 1319 [19:19:33.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1320 [19:19:33.323] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 19.76816599071026ms +Info 1321 [19:19:33.323] Different program with same set of files +Info 1322 [19:19:33.323] getCompletionData: Get current token: 0.02734699845314026 +Info 1323 [19:19:33.323] getCompletionData: Is inside comment: 0.04083201289176941 +Info 1324 [19:19:33.323] getCompletionData: Get previous token: 0.03134399652481079 +Info 1325 [19:19:33.323] getCompletionsAtPosition: isCompletionListBlocker: 0.010683998465538025 +Info 1326 [19:19:33.325] getExportInfoMap: cache hit +Info 1327 [19:19:33.347] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1328 [19:19:33.347] collectAutoImports: response is complete +Info 1329 [19:19:33.347] collectAutoImports: 22.26612500846386 +Info 1330 [19:19:33.347] getCompletionData: Semantic work: 23.964737996459007 +Info 1331 [19:19:33.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.071310997009277 +Info 1332 [19:19:33.365] Format host information updated +Info 1333 [19:19:33.373] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1334 [19:19:33.375] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 2.4018290042877197ms +Info 1335 [19:19:33.376] Different program with same set of files +Info 1336 [19:19:33.376] getCompletionData: Get current token: 0.010681003332138062 +Info 1337 [19:19:33.376] getCompletionData: Is inside comment: 0.015379995107650757 +Info 1338 [19:19:33.376] getCompletionData: Get previous token: 0.015124008059501648 +Info 1339 [19:19:33.376] getCompletionsAtPosition: isCompletionListBlocker: 0.010026007890701294 +Info 1340 [19:19:33.385] getExportInfoMap: cache hit +Info 1341 [19:19:33.394] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1342 [19:19:33.394] collectAutoImports: response is complete +Info 1343 [19:19:33.394] collectAutoImports: 8.494342997670174 +Info 1344 [19:19:33.394] getCompletionData: Semantic work: 17.841732010245323 +Info 1345 [19:19:33.400] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.27946600317955 +Info 1346 [19:19:33.405] Format host information updated +Info 1347 [19:19:33.846] getCompletionData: Get current token: 0.015240997076034546 +Info 1348 [19:19:33.846] getCompletionData: Is inside comment: 0.022357001900672913 +Info 1349 [19:19:33.846] getCompletionData: Get previous token: 0.016317009925842285 +Info 1350 [19:19:33.846] getCompletionsAtPosition: isCompletionListBlocker: 0.003296002745628357 +Info 1351 [19:19:33.847] getExportInfoMap: cache hit +Info 1352 [19:19:33.856] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1353 [19:19:33.857] collectAutoImports: response is complete +Info 1354 [19:19:33.857] collectAutoImports: 9.724292993545532 +Info 1355 [19:19:33.857] getCompletionData: Semantic work: 10.358684003353119 +Info 1356 [19:19:33.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.670844003558159 +Info 1357 [19:19:35.074] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1358 [19:19:35.079] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 4.783835992217064ms +Info 1359 [19:19:35.079] Different program with same set of files +Info 1360 [19:19:35.080] getCompletionData: Get current token: 0.013904005289077759 +Info 1361 [19:19:35.080] getCompletionData: Is inside comment: 0.003323003649711609 +Info 1362 [19:19:35.080] getCompletionData: Get previous token: 0.0318479984998703 +Info 1363 [19:19:35.080] getCompletionsAtPosition: isCompletionListBlocker: 0.017345011234283447 +Info 1364 [19:19:35.081] getExportInfoMap: cache hit +Info 1365 [19:19:35.086] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 2 from cache +Info 1366 [19:19:35.086] collectAutoImports: response is complete +Info 1367 [19:19:35.086] collectAutoImports: 4.780630007386208 +Info 1368 [19:19:35.086] getCompletionData: Semantic work: 6.348158001899719 +Info 1369 [19:19:35.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8728040009737015 +Info 1370 [19:19:35.091] Format host information updated +Info 1371 [19:19:35.210] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1372 [19:19:35.212] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 2.008634999394417ms +Info 1373 [19:19:35.212] Different program with same set of files +Info 1374 [19:19:35.212] getCompletionData: Get current token: 0.005263999104499817 +Info 1375 [19:19:35.212] getCompletionData: Is inside comment: 0.001265004277229309 +Info 1376 [19:19:35.212] getCompletionData: Get previous token: 0.022865012288093567 +Info 1377 [19:19:35.212] getCompletionsAtPosition: isCompletionListBlocker: 0.007943987846374512 +Info 1378 [19:19:35.212] getExportInfoMap: cache hit +Info 1379 [19:19:35.214] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 1 from cache +Info 1380 [19:19:35.214] collectAutoImports: response is complete +Info 1381 [19:19:35.214] collectAutoImports: 1.328795000910759 +Info 1382 [19:19:35.214] getCompletionData: Semantic work: 1.9339919984340668 +Info 1383 [19:19:35.215] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.005401998758316 +Info 1384 [19:19:35.215] Format host information updated +Info 1385 [19:19:35.381] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1386 [19:19:35.383] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 1.8334529995918274ms +Info 1387 [19:19:35.383] Different program with same set of files +Info 1388 [19:19:35.383] getCompletionData: Get current token: 0.00499899685382843 +Info 1389 [19:19:35.383] getCompletionData: Is inside comment: 0.001319006085395813 +Info 1390 [19:19:35.383] getCompletionData: Get previous token: 0.010907009243965149 +Info 1391 [19:19:35.383] getCompletionsAtPosition: isCompletionListBlocker: 0.008473992347717285 +Info 1392 [19:19:35.384] getExportInfoMap: cache hit +Info 1393 [19:19:35.386] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 1 from cache +Info 1394 [19:19:35.386] collectAutoImports: response is complete +Info 1395 [19:19:35.386] collectAutoImports: 1.4848529994487762 +Info 1396 [19:19:35.386] getCompletionData: Semantic work: 2.0302620083093643 +Info 1397 [19:19:35.387] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9835430085659027 +Info 1398 [19:19:35.387] Format host information updated +Info 1399 [19:19:35.445] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1400 [19:19:35.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 1.9940309971570969ms +Info 1401 [19:19:35.447] Different program with same set of files +Info 1402 [19:19:35.448] getCompletionData: Get current token: 0.005413994193077087 +Info 1403 [19:19:35.448] getCompletionData: Is inside comment: 0.0013169944286346436 +Info 1404 [19:19:35.448] getCompletionData: Get previous token: 0.012080997228622437 +Info 1405 [19:19:35.448] getCompletionsAtPosition: isCompletionListBlocker: 0.008288994431495667 +Info 1406 [19:19:35.448] getExportInfoMap: cache hit +Info 1407 [19:19:35.458] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1408 [19:19:35.458] collectAutoImports: response is complete +Info 1409 [19:19:35.458] collectAutoImports: 9.486251011490822 +Info 1410 [19:19:35.458] getCompletionData: Semantic work: 10.001461997628212 +Info 1411 [19:19:35.464] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.895543992519379 +Info 1412 [19:19:35.469] Format host information updated +Info 1413 [19:19:35.582] Format host information updated +Info 1414 [19:19:35.582] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1415 [19:19:35.584] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 1.9878870099782944ms +Info 1416 [19:19:35.584] Different program with same set of files +Info 1417 [19:19:39.087] getCompletionData: Get current token: 0.006063997745513916 +Info 1418 [19:19:39.087] getCompletionData: Is inside comment: 0.01032400131225586 +Info 1419 [19:19:39.087] getCompletionData: Get previous token: 0.0070050060749053955 +Info 1420 [19:19:39.087] getCompletionsAtPosition: isCompletionListBlocker: 0.009066000580787659 +Info 1421 [19:19:39.088] getExportInfoMap: cache hit +Info 1422 [19:19:39.097] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1423 [19:19:39.097] collectAutoImports: response is complete +Info 1424 [19:19:39.097] collectAutoImports: 9.67179000377655 +Info 1425 [19:19:39.097] getCompletionData: Semantic work: 10.491234987974167 +Info 1426 [19:19:39.102] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.873282998800278 +Info 1427 [19:19:39.432] getCompletionData: Get current token: 0.007405996322631836 +Info 1428 [19:19:39.432] getCompletionData: Is inside comment: 0.0016340017318725586 +Info 1429 [19:19:39.432] getCompletionData: Get previous token: 0.010489985346794128 +Info 1430 [19:19:39.432] getCompletionsAtPosition: isCompletionListBlocker: 0.004408001899719238 +Info 1431 [19:19:39.432] getExportInfoMap: cache hit +Info 1432 [19:19:39.439] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1433 [19:19:39.439] collectAutoImports: response is complete +Info 1434 [19:19:39.439] collectAutoImports: 6.90183699131012 +Info 1435 [19:19:39.439] getCompletionData: Semantic work: 7.473523989319801 +Info 1436 [19:19:39.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.755482003092766 +Info 1437 [19:19:39.667] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1438 [19:19:39.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 2.0675940066576004ms +Info 1439 [19:19:39.669] Different program with same set of files +Info 1440 [19:19:39.669] getCompletionData: Get current token: 0.007328003644943237 +Info 1441 [19:19:39.669] getCompletionData: Is inside comment: 0.001458004117012024 +Info 1442 [19:19:39.669] getCompletionData: Get previous token: 0.01823200285434723 +Info 1443 [19:19:39.669] getCompletionsAtPosition: isCompletionListBlocker: 0.003018990159034729 +Info 1444 [19:19:39.673] getCompletionData: Semantic work: 4.308008000254631 +Info 1445 [19:19:39.674] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.161298006772995 +Info 1446 [19:19:39.674] Format host information updated +Info 1447 [19:19:39.726] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1448 [19:19:39.728] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 1.9022520035505295ms +Info 1449 [19:19:39.728] Different program with same set of files +Info 1450 [19:19:39.728] getCompletionData: Get current token: 0.009359002113342285 +Info 1451 [19:19:39.728] getCompletionData: Is inside comment: 0.0014820098876953125 +Info 1452 [19:19:39.728] getCompletionData: Get previous token: 0.013610005378723145 +Info 1453 [19:19:39.728] getCompletionsAtPosition: isCompletionListBlocker: 0.008470997214317322 +Info 1454 [19:19:39.729] getExportInfoMap: cache hit +Info 1455 [19:19:39.736] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1456 [19:19:39.736] collectAutoImports: response is complete +Info 1457 [19:19:39.736] collectAutoImports: 7.283841997385025 +Info 1458 [19:19:39.736] getCompletionData: Semantic work: 7.910959005355835 +Info 1459 [19:19:39.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.360922992229462 +Info 1460 [19:19:39.750] Format host information updated +Info 1461 [19:20:21.452] getCompletionData: Get current token: 0.007088005542755127 +Info 1462 [19:20:21.452] getCompletionData: Is inside comment: 0.0016019940376281738 +Info 1463 [19:20:21.452] getCompletionData: Get previous token: 0.010283991694450378 +Info 1464 [19:20:21.452] getCompletionsAtPosition: isCompletionListBlocker: 0.0027070045471191406 +Info 1465 [19:20:21.453] getCompletionData: Semantic work: 0.36650700867176056 +Info 1466 [19:20:21.453] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08614599704742432 +Info 1467 [19:20:21.916] Format host information updated +Info 1468 [19:20:21.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1469 [19:20:21.919] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 1.9598219990730286ms +Info 1470 [19:20:21.919] Different program with same set of files +Info 1471 [19:20:22.386] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1472 [19:20:22.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 1.9446950107812881ms +Info 1473 [19:20:22.388] Different program with same set of files +Info 1474 [19:20:22.388] getCompletionData: Get current token: 0.008656993508338928 +Info 1475 [19:20:22.388] getCompletionData: Is inside comment: 0.001614004373550415 +Info 1476 [19:20:22.388] getCompletionData: Get previous token: 0.021070003509521484 +Info 1477 [19:20:22.388] getCompletionsAtPosition: isCompletionListBlocker: 0.0028140097856521606 +Info 1478 [19:20:22.391] getCompletionData: Semantic work: 2.7345150113105774 +Info 1479 [19:20:22.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13400799036026 +Info 1480 [19:20:22.392] Format host information updated +Info 1481 [19:20:22.613] Format host information updated +Info 1482 [19:20:22.614] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1483 [19:20:22.616] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 1.9358809888362885ms +Info 1484 [19:20:22.616] Different program with same set of files +Info 1485 [19:20:23.329] Format host information updated +Info 1486 [19:20:23.329] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1487 [19:20:23.331] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 1.8321000039577484ms +Info 1488 [19:20:23.331] Different program with same set of files +Info 1489 [19:20:23.564] Format host information updated +Info 1490 [19:20:23.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1491 [19:20:23.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 1.7420929968357086ms +Info 1492 [19:20:23.566] Different program with same set of files +Info 1493 [19:20:23.682] Format host information updated +Info 1494 [19:20:23.682] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1495 [19:20:23.684] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 1.9137490093708038ms +Info 1496 [19:20:23.684] Different program with same set of files +Info 1497 [19:20:23.814] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1498 [19:20:23.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 1.7271270006895065ms +Info 1499 [19:20:23.816] Different program with same set of files +Info 1500 [19:20:23.816] getCompletionData: Get current token: 0.014434993267059326 +Info 1501 [19:20:23.816] getCompletionData: Is inside comment: 0.019808009266853333 +Info 1502 [19:20:23.816] getCompletionData: Get previous token: 0.02762700617313385 +Info 1503 [19:20:23.816] getCompletionsAtPosition: isCompletionListBlocker: 0.0035749971866607666 +Info 1504 [19:20:23.818] getCompletionData: Semantic work: 1.2365549951791763 +Info 1505 [19:20:23.818] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12663400173187256 +Info 1506 [19:20:23.818] Format host information updated +Info 1507 [19:20:23.939] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1508 [19:20:23.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 10.220293998718262ms +Info 1509 [19:20:23.949] Different program with same set of files +Info 1510 [19:20:23.950] getCompletionData: Get current token: 0.06682901084423065 +Info 1511 [19:20:23.950] getCompletionData: Is inside comment: 0.019381999969482422 +Info 1512 [19:20:23.950] getCompletionData: Get previous token: 0.027175992727279663 +Info 1513 [19:20:23.950] getCompletionsAtPosition: isCompletionListBlocker: 0.0039289891719818115 +Info 1514 [19:20:23.952] getCompletionData: Semantic work: 1.827566996216774 +Info 1515 [19:20:23.952] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1849839985370636 +Info 1516 [19:20:23.952] Format host information updated +Info 1517 [19:20:24.032] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1518 [19:20:24.035] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 3.136598989367485ms +Info 1519 [19:20:24.035] Different program with same set of files +Info 1520 [19:20:24.036] getCompletionData: Get current token: 0.010605007410049438 +Info 1521 [19:20:24.036] getCompletionData: Is inside comment: 0.024275004863739014 +Info 1522 [19:20:24.036] getCompletionData: Get previous token: 0.033646002411842346 +Info 1523 [19:20:24.036] getCompletionsAtPosition: isCompletionListBlocker: 0.004255011677742004 +Info 1524 [19:20:24.038] getCompletionData: Semantic work: 1.8669539988040924 +Info 1525 [19:20:24.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2595369964838028 +Info 1526 [19:20:24.038] Format host information updated +Info 1527 [19:20:24.174] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1528 [19:20:24.181] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 6.8397520035505295ms +Info 1529 [19:20:24.181] Different program with same set of files +Info 1530 [19:20:24.181] getCompletionData: Get current token: 0.023986011743545532 +Info 1531 [19:20:24.181] getCompletionData: Is inside comment: 0.05188301205635071 +Info 1532 [19:20:24.181] getCompletionData: Get previous token: 0.07238800823688507 +Info 1533 [19:20:24.182] getCompletionsAtPosition: isCompletionListBlocker: 0.00860700011253357 +Info 1534 [19:20:24.194] getCompletionData: Semantic work: 12.615354001522064 +Info 1535 [19:20:24.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4763280004262924 +Info 1536 [19:20:24.196] Format host information updated +Info 1537 [19:20:24.270] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1538 [19:20:24.278] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 8.004370003938675ms +Info 1539 [19:20:24.278] Different program with same set of files +Info 1540 [19:20:24.278] getCompletionData: Get current token: 0.034533992409706116 +Info 1541 [19:20:24.278] getCompletionData: Is inside comment: 0.04964199662208557 +Info 1542 [19:20:24.279] getCompletionData: Get previous token: 0.07152099907398224 +Info 1543 [19:20:24.279] getCompletionsAtPosition: isCompletionListBlocker: 0.009424999356269836 +Info 1544 [19:20:24.282] getCompletionData: Semantic work: 3.7258209884166718 +Info 1545 [19:20:24.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.44251300394535065 +Info 1546 [19:20:24.284] Format host information updated +Info 1547 [19:20:24.398] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1548 [19:20:24.406] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 7.879016995429993ms +Info 1549 [19:20:24.406] Different program with same set of files +Info 1550 [19:20:24.406] getCompletionData: Get current token: 0.02962799370288849 +Info 1551 [19:20:24.406] getCompletionData: Is inside comment: 0.051624998450279236 +Info 1552 [19:20:24.406] getCompletionData: Get previous token: 0.07194100320339203 +Info 1553 [19:20:24.407] getCompletionsAtPosition: isCompletionListBlocker: 0.00940200686454773 +Info 1554 [19:20:24.410] getCompletionData: Semantic work: 3.6859959959983826 +Info 1555 [19:20:24.411] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.5093020051717758 +Info 1556 [19:20:24.412] Format host information updated +Info 1557 [19:20:25.202] Format host information updated +Info 1558 [19:20:25.202] Format host information updated +Info 1559 [19:20:25.203] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1560 [19:20:25.208] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 5.155763998627663ms +Info 1561 [19:20:25.208] Different program with same set of files +Info 1562 [19:20:25.208] getCompletionData: Get current token: 0.02049599587917328 +Info 1563 [19:20:25.208] getCompletionData: Is inside comment: 0.03282499313354492 +Info 1564 [19:20:25.208] getCompletionData: Get previous token: 0.02743600308895111 +Info 1565 [19:20:25.209] getCompletionsAtPosition: isCompletionListBlocker: 0.012522995471954346 +Info 1566 [19:20:25.210] getExportInfoMap: cache hit +Info 1567 [19:20:25.239] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1568 [19:20:25.239] collectAutoImports: response is complete +Info 1569 [19:20:25.239] collectAutoImports: 28.92898701131344 +Info 1570 [19:20:25.239] getCompletionData: Semantic work: 30.357476010918617 +Info 1571 [19:20:25.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.521087005734444 +Info 1572 [19:20:25.260] getCompletionData: Get current token: 0.024880006909370422 +Info 1573 [19:20:25.260] getCompletionData: Is inside comment: 0.00915500521659851 +Info 1574 [19:20:25.260] getCompletionData: Get previous token: 0.03533199429512024 +Info 1575 [19:20:25.260] getCompletionsAtPosition: isCompletionListBlocker: 0.004862993955612183 +Info 1576 [19:20:25.260] getCompletionData: Semantic work: 0.4275670051574707 +Info 1577 [19:20:25.266] getCompletionData: Get current token: 0.007501006126403809 +Info 1578 [19:20:25.266] getCompletionData: Is inside comment: 0.00417599081993103 +Info 1579 [19:20:25.266] getCompletionData: Get previous token: 0.01764298975467682 +Info 1580 [19:20:25.266] getCompletionsAtPosition: isCompletionListBlocker: 0.001972004771232605 +Info 1581 [19:20:25.267] getCompletionData: Semantic work: 0.22160300612449646 +Info 1582 [19:20:25.267] Format host information updated +Info 1583 [19:20:25.269] Format host information updated +Info 1584 [19:20:25.269] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1585 [19:20:25.272] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 2.6188069880008698ms +Info 1586 [19:20:25.272] Different program with same set of files +Info 1587 [19:20:25.552] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1588 [19:20:25.555] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 2.9638320058584213ms +Info 1589 [19:20:25.555] Different program with same set of files +Info 1590 [19:20:25.556] getCompletionData: Get current token: 0.00542999804019928 +Info 1591 [19:20:25.556] getCompletionData: Is inside comment: 0.01273500919342041 +Info 1592 [19:20:25.556] getCompletionData: Get previous token: 0.009600013494491577 +Info 1593 [19:20:25.556] getCompletionsAtPosition: isCompletionListBlocker: 0.0025250017642974854 +Info 1594 [19:20:25.556] getExportInfoMap: cache hit +Info 1595 [19:20:25.566] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1596 [19:20:25.566] collectAutoImports: response is complete +Info 1597 [19:20:25.566] collectAutoImports: 9.98836299777031 +Info 1598 [19:20:25.566] getCompletionData: Semantic work: 10.483137995004654 +Info 1599 [19:20:25.576] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.6523739993572235 +Info 1600 [19:20:25.582] Format host information updated +Info 1601 [19:20:25.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1602 [19:20:25.629] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 2.3117730021476746ms +Info 1603 [19:20:25.629] Different program with same set of files +Info 1604 [19:20:25.629] getCompletionData: Get current token: 0.006909012794494629 +Info 1605 [19:20:25.629] getCompletionData: Is inside comment: 0.01627899706363678 +Info 1606 [19:20:25.629] getCompletionData: Get previous token: 0.01242499053478241 +Info 1607 [19:20:25.629] getCompletionsAtPosition: isCompletionListBlocker: 0.009902000427246094 +Info 1608 [19:20:25.630] getCompletionData: Semantic work: 1.1240819990634918 +Info 1609 [19:20:25.630] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.15300200879573822 +Info 1610 [19:20:25.631] Format host information updated +Info 1611 [19:20:25.869] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1612 [19:20:25.872] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 2.831969991326332ms +Info 1613 [19:20:25.872] Different program with same set of files +Info 1614 [19:20:25.872] getCompletionData: Get current token: 0.005594998598098755 +Info 1615 [19:20:25.872] getCompletionData: Is inside comment: 0.010922998189926147 +Info 1616 [19:20:25.872] getCompletionData: Get previous token: 0.008673995733261108 +Info 1617 [19:20:25.872] getCompletionsAtPosition: isCompletionListBlocker: 0.046039000153541565 +Info 1618 [19:20:25.873] getCompletionData: Semantic work: 0.8235440105199814 +Info 1619 [19:20:25.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08042201399803162 +Info 1620 [19:20:25.874] Format host information updated +Info 1621 [19:20:32.216] Format host information updated +Info 1622 [19:20:32.216] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1623 [19:20:32.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 1.8413220047950745ms +Info 1624 [19:20:32.218] Different program with same set of files +Info 1625 [19:20:32.488] Format host information updated +Info 1626 [19:20:32.488] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1627 [19:20:32.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 3.048899993300438ms +Info 1628 [19:20:32.491] Different program with same set of files +Info 1629 [19:20:32.612] Format host information updated +Info 1630 [19:20:32.612] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1631 [19:20:32.615] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 2.6877800077199936ms +Info 1632 [19:20:32.615] Different program with same set of files +Info 1633 [19:20:32.725] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1634 [19:20:32.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 1.7279019951820374ms +Info 1635 [19:20:32.727] Different program with same set of files +Info 1636 [19:20:32.727] getCompletionData: Get current token: 0.0049390047788619995 +Info 1637 [19:20:32.727] getCompletionData: Is inside comment: 0.008050993084907532 +Info 1638 [19:20:32.727] getCompletionData: Get previous token: 0.009891003370285034 +Info 1639 [19:20:32.727] getCompletionsAtPosition: isCompletionListBlocker: 0.002213001251220703 +Info 1640 [19:20:32.728] getExportInfoMap: cache hit +Info 1641 [19:20:32.730] collectAutoImports: resolved 0 module specifiers, plus 64 ambient and 18 from cache +Info 1642 [19:20:32.730] collectAutoImports: response is complete +Info 1643 [19:20:32.730] collectAutoImports: 2.298354998230934 +Info 1644 [19:20:32.730] getCompletionData: Semantic work: 2.7470189929008484 +Info 1645 [19:20:32.732] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5821609944105148 +Info 1646 [19:20:32.733] Format host information updated +Info 1647 [19:20:32.859] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1648 [19:20:32.867] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 7.835885003209114ms +Info 1649 [19:20:32.867] Different program with same set of files +Info 1650 [19:20:32.868] getCompletionData: Get current token: 0.02382799983024597 +Info 1651 [19:20:32.868] getCompletionData: Is inside comment: 0.03793700039386749 +Info 1652 [19:20:32.868] getCompletionData: Get previous token: 0.04754000902175903 +Info 1653 [19:20:32.868] getCompletionsAtPosition: isCompletionListBlocker: 0.006939992308616638 +Info 1654 [19:20:32.870] getExportInfoMap: cache hit +Info 1655 [19:20:32.877] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 1656 [19:20:32.877] collectAutoImports: response is complete +Info 1657 [19:20:32.877] collectAutoImports: 6.132624000310898 +Info 1658 [19:20:32.877] getCompletionData: Semantic work: 8.334362998604774 +Info 1659 [19:20:32.882] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.032033994793892 +Info 1660 [19:20:32.886] Format host information updated +Info 1661 [19:20:32.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1662 [19:20:32.996] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 6.764582991600037ms +Info 1663 [19:20:32.996] Different program with same set of files +Info 1664 [19:20:32.997] getCompletionData: Get current token: 0.023638993501663208 +Info 1665 [19:20:32.997] getCompletionData: Is inside comment: 0.03751900792121887 +Info 1666 [19:20:32.997] getCompletionData: Get previous token: 0.04587399959564209 +Info 1667 [19:20:32.997] getCompletionsAtPosition: isCompletionListBlocker: 0.006984010338783264 +Info 1668 [19:20:32.999] getExportInfoMap: cache hit +Info 1669 [19:20:33.004] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1670 [19:20:33.004] collectAutoImports: response is complete +Info 1671 [19:20:33.004] collectAutoImports: 5.267558991909027 +Info 1672 [19:20:33.004] getCompletionData: Semantic work: 7.048781007528305 +Info 1673 [19:20:33.008] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.139071002602577 +Info 1674 [19:20:33.013] Format host information updated +Info 1675 [19:20:33.067] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1676 [19:20:33.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 6.2296109944581985ms +Info 1677 [19:20:33.074] Different program with same set of files +Info 1678 [19:20:33.074] getCompletionData: Get current token: 0.02642400562763214 +Info 1679 [19:20:33.074] getCompletionData: Is inside comment: 0.045779988169670105 +Info 1680 [19:20:33.074] getCompletionData: Get previous token: 0.04838000237941742 +Info 1681 [19:20:33.074] getCompletionsAtPosition: isCompletionListBlocker: 0.00569799542427063 +Info 1682 [19:20:33.076] getExportInfoMap: cache hit +Info 1683 [19:20:33.080] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 1684 [19:20:33.080] collectAutoImports: response is complete +Info 1685 [19:20:33.080] collectAutoImports: 4.0699650049209595 +Info 1686 [19:20:33.080] getCompletionData: Semantic work: 5.508855000138283 +Info 1687 [19:20:33.083] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.327894002199173 +Info 1688 [19:20:33.089] Format host information updated +Info 1689 [19:20:33.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1690 [19:20:33.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 2.2190420031547546ms +Info 1691 [19:20:33.155] Different program with same set of files +Info 1692 [19:20:33.155] getCompletionData: Get current token: 0.004624992609024048 +Info 1693 [19:20:33.155] getCompletionData: Is inside comment: 0.01278899610042572 +Info 1694 [19:20:33.155] getCompletionData: Get previous token: 0.01749899983406067 +Info 1695 [19:20:33.155] getCompletionsAtPosition: isCompletionListBlocker: 0.002339005470275879 +Info 1696 [19:20:33.155] getExportInfoMap: cache hit +Info 1697 [19:20:33.169] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1698 [19:20:33.169] collectAutoImports: response is complete +Info 1699 [19:20:33.169] collectAutoImports: 13.66983599960804 +Info 1700 [19:20:33.169] getCompletionData: Semantic work: 14.35351699590683 +Info 1701 [19:20:33.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9926310032606125 +Info 1702 [19:20:33.182] Format host information updated +Info 1703 [19:20:33.237] Format host information updated +Info 1704 [19:20:33.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1705 [19:20:33.240] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 2.8123070001602173ms +Info 1706 [19:20:33.240] Different program with same set of files +Info 1707 [19:20:33.440] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1708 [19:20:33.447] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 7.265740990638733ms +Info 1709 [19:20:33.447] Different program with same set of files +Info 1710 [19:20:33.448] getCompletionData: Get current token: 0.022483989596366882 +Info 1711 [19:20:33.448] getCompletionData: Is inside comment: 0.053985998034477234 +Info 1712 [19:20:33.448] getCompletionData: Get previous token: 0.08278600871562958 +Info 1713 [19:20:33.448] getCompletionsAtPosition: isCompletionListBlocker: 0.022982999682426453 +Info 1714 [19:20:33.450] getExportInfoMap: cache hit +Info 1715 [19:20:33.458] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 5 from cache +Info 1716 [19:20:33.458] collectAutoImports: response is complete +Info 1717 [19:20:33.458] collectAutoImports: 7.718204006552696 +Info 1718 [19:20:33.458] getCompletionData: Semantic work: 9.737577989697456 +Info 1719 [19:20:33.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.194680005311966 +Info 1720 [19:20:33.467] Format host information updated +Info 1721 [19:20:33.520] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1722 [19:20:33.525] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 5.366506993770599ms +Info 1723 [19:20:33.525] Different program with same set of files +Info 1724 [19:20:33.526] getCompletionData: Get current token: 0.014414995908737183 +Info 1725 [19:20:33.526] getCompletionData: Is inside comment: 0.03764699399471283 +Info 1726 [19:20:33.526] getCompletionData: Get previous token: 0.0607680082321167 +Info 1727 [19:20:33.526] getCompletionsAtPosition: isCompletionListBlocker: 0.019769996404647827 +Info 1728 [19:20:33.527] getExportInfoMap: cache hit +Info 1729 [19:20:33.532] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 2 from cache +Info 1730 [19:20:33.532] collectAutoImports: response is complete +Info 1731 [19:20:33.532] collectAutoImports: 4.55111500620842 +Info 1732 [19:20:33.532] getCompletionData: Semantic work: 6.069971993565559 +Info 1733 [19:20:33.535] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3635809868574142 +Info 1734 [19:20:33.539] Format host information updated +Info 1735 [19:20:33.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1736 [19:20:33.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 3.4717350006103516ms +Info 1737 [19:20:33.648] Different program with same set of files +Info 1738 [19:20:33.649] getCompletionData: Get current token: 0.009240001440048218 +Info 1739 [19:20:33.649] getCompletionData: Is inside comment: 0.02290000021457672 +Info 1740 [19:20:33.649] getCompletionData: Get previous token: 0.03709898889064789 +Info 1741 [19:20:33.649] getCompletionsAtPosition: isCompletionListBlocker: 0.012011006474494934 +Info 1742 [19:20:33.650] getExportInfoMap: cache hit +Info 1743 [19:20:33.652] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 1744 [19:20:33.652] collectAutoImports: response is complete +Info 1745 [19:20:33.652] collectAutoImports: 2.010923996567726 +Info 1746 [19:20:33.652] getCompletionData: Semantic work: 2.8346949964761734 +Info 1747 [19:20:33.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4993730038404465 +Info 1748 [19:20:33.654] Format host information updated +Info 1749 [19:20:33.818] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1750 [19:20:33.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 1.9004340022802353ms +Info 1751 [19:20:33.820] Different program with same set of files +Info 1752 [19:20:33.820] getCompletionData: Get current token: 0.005836993455886841 +Info 1753 [19:20:33.820] getCompletionData: Is inside comment: 0.01407100260257721 +Info 1754 [19:20:33.820] getCompletionData: Get previous token: 0.014003008604049683 +Info 1755 [19:20:33.820] getCompletionsAtPosition: isCompletionListBlocker: 0.00237099826335907 +Info 1756 [19:20:33.821] getCompletionData: Semantic work: 0.3499019891023636 +Info 1757 [19:20:33.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.25967100262641907 +Info 1758 [19:20:33.821] Format host information updated +Info 1759 [19:20:34.277] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1760 [19:20:34.279] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 1.9221300035715103ms +Info 1761 [19:20:34.279] Different program with same set of files +Info 1762 [19:20:34.279] getCompletionData: Get current token: 0.004637002944946289 +Info 1763 [19:20:34.279] getCompletionData: Is inside comment: 0.012780994176864624 +Info 1764 [19:20:34.280] getCompletionData: Get previous token: 0.020813986659049988 +Info 1765 [19:20:34.280] getCompletionsAtPosition: isCompletionListBlocker: 0.0023580044507980347 +Info 1766 [19:20:34.280] getCompletionData: Semantic work: 0.3094400018453598 +Info 1767 [19:20:34.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.25221899151802063 +Info 1768 [19:20:34.281] Format host information updated +Info 1769 [19:20:34.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1770 [19:20:34.344] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 1.9474480003118515ms +Info 1771 [19:20:34.344] Different program with same set of files +Info 1772 [19:20:34.344] getCompletionData: Get current token: 0.004997000098228455 +Info 1773 [19:20:34.344] getCompletionData: Is inside comment: 0.012857005000114441 +Info 1774 [19:20:34.344] getCompletionData: Get previous token: 0.03379400074481964 +Info 1775 [19:20:34.344] getCompletionsAtPosition: isCompletionListBlocker: 0.0023100078105926514 +Info 1776 [19:20:34.344] getCompletionData: Semantic work: 0.38445600867271423 +Info 1777 [19:20:34.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2503109872341156 +Info 1778 [19:20:34.345] Format host information updated +Info 1779 [19:20:35.665] Format host information updated +Info 1780 [19:20:35.665] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1781 [19:20:35.667] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 1.7110599875450134ms +Info 1782 [19:20:35.667] Different program with same set of files +Info 1783 [19:20:36.108] Format host information updated +Info 1784 [19:20:36.109] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1785 [19:20:36.117] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 8.346418008208275ms +Info 1786 [19:20:36.117] Different program with same set of files +Info 1787 [19:20:36.251] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1788 [19:20:36.253] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 2.1202390044927597ms +Info 1789 [19:20:36.253] Different program with same set of files +Info 1790 [19:20:36.253] getCompletionData: Get current token: 0.004059001803398132 +Info 1791 [19:20:36.253] getCompletionData: Is inside comment: 0.005956992506980896 +Info 1792 [19:20:36.253] getCompletionData: Get previous token: 0.005087003111839294 +Info 1793 [19:20:36.254] getExportInfoMap: cache hit +Info 1794 [19:20:36.257] collectAutoImports: resolved 0 module specifiers, plus 149 ambient and 6 from cache +Info 1795 [19:20:36.257] collectAutoImports: response is complete +Info 1796 [19:20:36.257] collectAutoImports: 3.0690550059080124 +Info 1797 [19:20:36.257] getCompletionData: Semantic work: 3.594423994421959 +Info 1798 [19:20:36.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8202849924564362 +Info 1799 [19:20:36.260] Format host information updated +Info 1800 [19:20:36.316] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1801 [19:20:36.320] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 3.9022340029478073ms +Info 1802 [19:20:36.320] Different program with same set of files +Info 1803 [19:20:36.320] getCompletionData: Get current token: 0.0036190003156661987 +Info 1804 [19:20:36.320] getCompletionData: Is inside comment: 0.00552000105381012 +Info 1805 [19:20:36.320] getCompletionData: Get previous token: 0.004960000514984131 +Info 1806 [19:20:36.320] getExportInfoMap: cache hit +Info 1807 [19:20:36.322] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 0 from cache +Info 1808 [19:20:36.322] collectAutoImports: response is complete +Info 1809 [19:20:36.322] collectAutoImports: 1.7240689992904663 +Info 1810 [19:20:36.322] getCompletionData: Semantic work: 2.22291998565197 +Info 1811 [19:20:36.323] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9767529964447021 +Info 1812 [19:20:36.324] Format host information updated +Info 1813 [19:20:36.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1814 [19:20:36.479] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 7.1658580005168915ms +Info 1815 [19:20:36.479] Different program with same set of files +Info 1816 [19:20:36.480] getCompletionData: Get current token: 0.012833014130592346 +Info 1817 [19:20:36.480] getCompletionData: Is inside comment: 0.023673996329307556 +Info 1818 [19:20:36.480] getCompletionData: Get previous token: 0.02089899778366089 +Info 1819 [19:20:36.482] getExportInfoMap: cache hit +Info 1820 [19:20:36.488] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 1821 [19:20:36.488] collectAutoImports: response is complete +Info 1822 [19:20:36.488] collectAutoImports: 6.0872849971055984 +Info 1823 [19:20:36.488] getCompletionData: Semantic work: 8.079833000898361 +Info 1824 [19:20:36.492] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9192550033330917 +Info 1825 [19:20:36.495] Format host information updated +Info 1826 [19:20:36.631] Format host information updated +Info 1827 [19:20:36.631] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1828 [19:20:36.640] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 8.130298003554344ms +Info 1829 [19:20:36.640] Different program with same set of files +Info 1830 [19:20:36.839] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1831 [19:20:36.842] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 2.0430760085582733ms +Info 1832 [19:20:36.842] Different program with same set of files +Info 1833 [19:20:36.842] getCompletionData: Get current token: 0.0045949965715408325 +Info 1834 [19:20:36.842] getCompletionData: Is inside comment: 0.029169991612434387 +Info 1835 [19:20:36.842] getCompletionData: Get previous token: 0.005897998809814453 +Info 1836 [19:20:36.842] getExportInfoMap: cache hit +Info 1837 [19:20:36.856] collectAutoImports: resolved 0 module specifiers, plus 1361 ambient and 163 from cache +Info 1838 [19:20:36.856] collectAutoImports: response is complete +Info 1839 [19:20:36.856] collectAutoImports: 14.268091008067131 +Info 1840 [19:20:36.856] getCompletionData: Semantic work: 14.32719899713993 +Info 1841 [19:20:36.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.533615991473198 +Info 1842 [19:20:36.883] Format host information updated +Info 1843 [19:20:36.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1844 [19:20:36.925] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 2.501453995704651ms +Info 1845 [19:20:36.925] Different program with same set of files +Info 1846 [19:20:36.925] getCompletionData: Get current token: 0.0037319958209991455 +Info 1847 [19:20:36.925] getCompletionData: Is inside comment: 0.006638005375862122 +Info 1848 [19:20:36.925] getCompletionData: Get previous token: 0.004933997988700867 +Info 1849 [19:20:36.925] Format host information updated +Info 1850 [19:20:37.191] Format host information updated +Info 1851 [19:20:37.191] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1852 [19:20:37.193] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 2.068922996520996ms +Info 1853 [19:20:37.193] Different program with same set of files +Info 1854 [19:20:37.526] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1855 [19:20:37.528] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 2.2196940034627914ms +Info 1856 [19:20:37.528] Different program with same set of files +Info 1857 [19:20:37.528] getCompletionData: Get current token: 0.002973005175590515 +Info 1858 [19:20:37.528] getCompletionData: Is inside comment: 0.005428001284599304 +Info 1859 [19:20:37.528] getCompletionData: Get previous token: 0.0086279958486557 +Info 1860 [19:20:37.528] Format host information updated +Info 1861 [19:20:37.671] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1862 [19:20:37.673] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 1.8603050112724304ms +Info 1863 [19:20:37.673] Different program with same set of files +Info 1864 [19:20:37.673] getCompletionData: Get current token: 0.002481997013092041 +Info 1865 [19:20:37.673] getCompletionData: Is inside comment: 0.005611002445220947 +Info 1866 [19:20:37.673] getCompletionData: Get previous token: 0.00831499695777893 +Info 1867 [19:20:37.673] Format host information updated +Info 1868 [19:20:37.796] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1869 [19:20:37.798] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 1.8628019988536835ms +Info 1870 [19:20:37.798] Different program with same set of files +Info 1871 [19:20:37.798] getCompletionData: Get current token: 0.0028010010719299316 +Info 1872 [19:20:37.798] getCompletionData: Is inside comment: 0.005787000060081482 +Info 1873 [19:20:37.798] getCompletionData: Get previous token: 0.009674996137619019 +Info 1874 [19:20:37.798] Format host information updated +Info 1875 [19:20:37.899] Format host information updated +Info 1876 [19:20:37.899] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1877 [19:20:37.901] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 1.8450379967689514ms +Info 1878 [19:20:37.901] Different program with same set of files +Info 1879 [19:20:37.972] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1880 [19:20:37.974] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 2.3007489889860153ms +Info 1881 [19:20:37.974] Different program with same set of files +Info 1882 [19:20:37.976] Format host information updated +Info 1883 [19:20:38.114] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1884 [19:20:38.117] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 2.429734990000725ms +Info 1885 [19:20:38.117] Different program with same set of files +Info 1886 [19:20:38.117] getCompletionData: Get current token: 0.00372999906539917 +Info 1887 [19:20:38.117] getCompletionData: Is inside comment: 0.008458003401756287 +Info 1888 [19:20:38.117] getCompletionData: Get previous token: 0.006457999348640442 +Info 1889 [19:20:38.117] getCompletionsAtPosition: isCompletionListBlocker: 0.06229199469089508 +Info 1890 [19:20:38.118] getExportInfoMap: cache hit +Info 1891 [19:20:38.135] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 1892 [19:20:38.135] collectAutoImports: response is complete +Info 1893 [19:20:38.135] collectAutoImports: 17.51462098956108 +Info 1894 [19:20:38.135] getCompletionData: Semantic work: 18.306489005684853 +Info 1895 [19:20:38.144] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.427947998046875 +Info 1896 [19:20:38.150] Format host information updated +Info 1897 [19:20:38.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1898 [19:20:38.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 193 structureChanged: true structureIsReused:: SafeModules Elapsed: 6.18860299885273ms +Info 1899 [19:20:38.560] Different program with same set of files +Info 1900 [19:20:38.563] Format host information updated +Info 1901 [19:20:38.708] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1902 [19:20:38.717] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 194 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.458230003714561ms +Info 1903 [19:20:38.717] Different program with same set of files +Info 1904 [19:20:38.720] Format host information updated +Info 1905 [19:20:39.293] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1906 [19:20:39.298] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 195 structureChanged: true structureIsReused:: SafeModules Elapsed: 4.582907006144524ms +Info 1907 [19:20:39.298] Different program with same set of files +Info 1908 [19:20:39.299] Format host information updated +Info 1909 [19:20:39.673] Format host information updated +Info 1910 [19:20:39.673] Format host information updated +Info 1911 [19:20:39.673] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1912 [19:20:39.867] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 196 structureChanged: true structureIsReused:: SafeModules Elapsed: 193.54174099862576ms +Info 1913 [19:20:39.867] Project '/dev/null/inferredProject1*' (Inferred) +Info 1914 [19:20:39.867] Files (119) + +Info 1915 [19:20:39.867] ----------------------------------------------- +Info 1916 [19:20:39.867] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1917 [19:20:39.867] Files (123) + +Info 1918 [19:20:39.867] ----------------------------------------------- +Info 1919 [19:20:39.870] Format host information updated +Info 1920 [19:20:40.132] FileWatcher:: Triggered with /home/orion/.cache/typescript/5.2/node_modules/@types/node/package.json 1:: WatchInfo: /home/orion/.cache/typescript/5.2/node_modules/@types/node/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1921 [19:20:40.132] Elapsed:: 0.20814399421215057ms FileWatcher:: Triggered with /home/orion/.cache/typescript/5.2/node_modules/@types/node/package.json 1:: WatchInfo: /home/orion/.cache/typescript/5.2/node_modules/@types/node/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1922 [19:20:40.132] FileWatcher:: Triggered with /home/orion/.cache/typescript/5.2/node_modules/@types/node/package.json 0:: WatchInfo: /home/orion/.cache/typescript/5.2/node_modules/@types/node/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1923 [19:20:40.132] Elapsed:: 0.218532994389534ms FileWatcher:: Triggered with /home/orion/.cache/typescript/5.2/node_modules/@types/node/package.json 0:: WatchInfo: /home/orion/.cache/typescript/5.2/node_modules/@types/node/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution +Info 1924 [19:20:40.416] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1925 [19:20:40.438] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 197 structureChanged: true structureIsReused:: SafeModules Elapsed: 21.32624199986458ms +Info 1926 [19:20:40.438] Project '/dev/null/inferredProject1*' (Inferred) +Info 1927 [19:20:40.438] Files (119) + +Info 1928 [19:20:40.438] ----------------------------------------------- +Info 1929 [19:20:40.438] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1930 [19:20:40.438] Files (123) + +Info 1931 [19:20:40.438] ----------------------------------------------- +Info 1932 [19:20:40.858] getCompletionData: Get current token: 0.0025869905948638916 +Info 1933 [19:20:40.858] getCompletionData: Is inside comment: 0.0010900050401687622 +Info 1934 [19:20:40.859] getCompletionData: Get previous token: 0.04956001043319702 +Info 1935 [19:20:40.859] getCompletionsAtPosition: isCompletionListBlocker: 0.0037860125303268433 +Info 1936 [19:20:40.859] getCompletionData: Semantic work: 0.15743900835514069 +Info 1937 [19:20:40.859] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.32246699929237366 +Info 1938 [19:20:41.092] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1939 [19:20:41.102] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 9.993304997682571ms +Info 1940 [19:20:41.102] Different program with same set of files +Info 1941 [19:20:41.102] getCompletionData: Get current token: 0.002315998077392578 +Info 1942 [19:20:41.102] getCompletionData: Is inside comment: 0.0010039955377578735 +Info 1943 [19:20:41.102] getCompletionData: Get previous token: 0.013066992163658142 +Info 1944 [19:20:41.102] getCompletionsAtPosition: isCompletionListBlocker: 0.0023580044507980347 +Info 1945 [19:20:41.102] getCompletionData: Semantic work: 0.04479600489139557 +Info 1946 [19:20:41.103] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.15685699880123138 +Info 1947 [19:20:41.103] Format host information updated +Info 1948 [19:20:41.211] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1949 [19:20:41.224] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 12.859910994768143ms +Info 1950 [19:20:41.224] Different program with same set of files +Info 1951 [19:20:41.224] getCompletionData: Get current token: 0.0031630098819732666 +Info 1952 [19:20:41.224] getCompletionData: Is inside comment: 0.0014110058546066284 +Info 1953 [19:20:41.224] getCompletionData: Get previous token: 0.030635997653007507 +Info 1954 [19:20:41.224] getCompletionsAtPosition: isCompletionListBlocker: 0.0026980042457580566 +Info 1955 [19:20:41.224] getCompletionData: Semantic work: 0.07199300825595856 +Info 1956 [19:20:41.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2070399969816208 +Info 1957 [19:20:41.225] Format host information updated +Info 1958 [19:20:41.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1959 [19:20:41.569] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 9.843432009220123ms +Info 1960 [19:20:41.569] Different program with same set of files +Info 1961 [19:20:41.569] getCompletionData: Get current token: 0.00321100652217865 +Info 1962 [19:20:41.569] getCompletionData: Is inside comment: 0.0011589974164962769 +Info 1963 [19:20:41.569] getCompletionData: Get previous token: 0.016360998153686523 +Info 1964 [19:20:41.569] getCompletionsAtPosition: isCompletionListBlocker: 0.003277987241744995 +Info 1965 [19:20:41.569] getCompletionData: Semantic work: 0.056626006960868835 +Info 1966 [19:20:41.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23240600526332855 +Info 1967 [19:20:41.609] Format host information updated +Info 1968 [19:20:42.008] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1969 [19:20:42.019] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 11.082672998309135ms +Info 1970 [19:20:42.019] Different program with same set of files +Info 1971 [19:20:42.019] getCompletionData: Get current token: 0.0030069947242736816 +Info 1972 [19:20:42.019] getCompletionData: Is inside comment: 0.001355007290840149 +Info 1973 [19:20:42.019] getCompletionData: Get previous token: 0.016084998846054077 +Info 1974 [19:20:42.019] getCompletionsAtPosition: isCompletionListBlocker: 0.002916008234024048 +Info 1975 [19:20:42.019] getCompletionData: Semantic work: 0.04988999664783478 +Info 1976 [19:20:42.020] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19369098544120789 +Info 1977 [19:20:42.020] Format host information updated +Info 1978 [19:20:42.090] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1979 [19:20:42.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 20.686038002371788ms +Info 1980 [19:20:42.111] Different program with same set of files +Info 1981 [19:20:42.111] getCompletionData: Get current token: 0.008494004607200623 +Info 1982 [19:20:42.112] getCompletionData: Is inside comment: 0.0032320022583007812 +Info 1983 [19:20:42.112] getCompletionData: Get previous token: 0.04187700152397156 +Info 1984 [19:20:42.112] getCompletionsAtPosition: isCompletionListBlocker: 0.005737990140914917 +Info 1985 [19:20:42.112] getCompletionData: Semantic work: 0.12388400733470917 +Info 1986 [19:20:42.112] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.48607200384140015 +Info 1987 [19:20:42.113] Format host information updated +Info 1988 [19:20:42.916] Before ensureProjectForOpenFiles: +Info 1989 [19:20:42.917] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1989 [19:20:42.917] Files (65) + +Info 1989 [19:20:42.917] ----------------------------------------------- +Info 1989 [19:20:42.917] Project '/dev/null/inferredProject1*' (Inferred) +Info 1989 [19:20:42.917] Files (119) + +Info 1989 [19:20:42.917] ----------------------------------------------- +Info 1989 [19:20:42.917] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1989 [19:20:42.917] Files (123) + +Info 1989 [19:20:42.917] ----------------------------------------------- +Info 1989 [19:20:42.917] Open files: +Info 1989 [19:20:42.917] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1989 [19:20:42.917] Projects: /dev/null/inferredProject1* +Info 1989 [19:20:42.917] After ensureProjectForOpenFiles: +Info 1990 [19:20:42.918] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1990 [19:20:42.918] Files (65) + +Info 1990 [19:20:42.918] ----------------------------------------------- +Info 1990 [19:20:42.918] Project '/dev/null/inferredProject1*' (Inferred) +Info 1990 [19:20:42.918] Files (119) + +Info 1990 [19:20:42.918] ----------------------------------------------- +Info 1990 [19:20:42.918] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1990 [19:20:42.918] Files (123) + +Info 1990 [19:20:42.918] ----------------------------------------------- +Info 1990 [19:20:42.918] Open files: +Info 1990 [19:20:42.918] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1990 [19:20:42.918] Projects: /dev/null/inferredProject1* +Info 1990 [19:20:42.918] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 1991 [19:20:42.997] Format host information updated +Info 1992 [19:20:42.997] Format host information updated +Info 1993 [19:20:42.997] Format host information updated +Info 1994 [19:20:42.997] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1995 [19:20:43.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 11.082061991095543ms +Info 1996 [19:20:43.009] Different program with same set of files +Info 1997 [19:20:43.009] getCompletionData: Get current token: 0.004314005374908447 +Info 1998 [19:20:43.009] getCompletionData: Is inside comment: 0.0015089958906173706 +Info 1999 [19:20:43.009] getCompletionData: Get previous token: 0.012522011995315552 +Info 2000 [19:20:43.009] getCompletionsAtPosition: isCompletionListBlocker: 0.00631299614906311 +Info 2001 [19:20:43.009] getCompletionData: Semantic work: 0.1042110025882721 +Info 2002 [19:20:43.009] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3332509994506836 +Info 2003 [19:20:43.010] getCompletionData: Get current token: 0.011847004294395447 +Info 2004 [19:20:43.010] getCompletionData: Is inside comment: 0.0023670047521591187 +Info 2005 [19:20:43.010] getCompletionData: Get previous token: 0.02130100131034851 +Info 2006 [19:20:43.010] getCompletionsAtPosition: isCompletionListBlocker: 0.0017249882221221924 +Info 2007 [19:20:43.010] getCompletionData: Semantic work: 0.030313998460769653 +Info 2008 [19:20:43.016] getCompletionData: Get current token: 0.008588001132011414 +Info 2009 [19:20:43.016] getCompletionData: Is inside comment: 0.0048360079526901245 +Info 2010 [19:20:43.016] getCompletionData: Get previous token: 0.01287899911403656 +Info 2011 [19:20:43.017] getCompletionsAtPosition: isCompletionListBlocker: 0.002155005931854248 +Info 2012 [19:20:43.017] getCompletionData: Semantic work: 0.033448994159698486 +Info 2013 [19:20:43.018] getCompletionData: Get current token: 0.004676997661590576 +Info 2014 [19:20:43.018] getCompletionData: Is inside comment: 0.0018389970064163208 +Info 2015 [19:20:43.018] getCompletionData: Get previous token: 0.012483999133110046 +Info 2016 [19:20:43.018] getCompletionsAtPosition: isCompletionListBlocker: 0.0017829984426498413 +Info 2017 [19:20:43.018] getCompletionData: Semantic work: 0.025195002555847168 +Info 2018 [19:20:43.019] Format host information updated +Info 2019 [19:20:43.536] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2020 [19:20:43.546] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 9.557299986481667ms +Info 2021 [19:20:43.546] Different program with same set of files +Info 2022 [19:20:43.546] getCompletionData: Get current token: 0.004772007465362549 +Info 2023 [19:20:43.546] getCompletionData: Is inside comment: 0.001431003212928772 +Info 2024 [19:20:43.546] getCompletionData: Get previous token: 0.053145989775657654 +Info 2025 [19:20:43.546] getCompletionsAtPosition: isCompletionListBlocker: 0.0031719952821731567 +Info 2026 [19:20:43.546] getCompletionData: Semantic work: 0.06270600855350494 +Info 2027 [19:20:43.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.22666199505329132 +Info 2028 [19:20:43.547] Format host information updated +Info 2029 [19:20:44.960] getCompletionData: Get current token: 0.0035919994115829468 +Info 2030 [19:20:44.960] getCompletionData: Is inside comment: 0.0010389983654022217 +Info 2031 [19:20:44.961] getCompletionData: Get previous token: 0.012105002999305725 +Info 2032 [19:20:44.961] getCompletionsAtPosition: isCompletionListBlocker: 0.0029170066118240356 +Info 2033 [19:20:44.961] getCompletionData: Semantic work: 0.064192995429039 +Info 2034 [19:20:44.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24310199916362762 +Info 2035 [19:20:45.249] Format host information updated +Info 2036 [19:20:45.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2037 [19:20:45.261] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 11.583941996097565ms +Info 2038 [19:20:45.261] Different program with same set of files +Info 2039 [19:20:45.524] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2040 [19:20:45.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 8.018549010157585ms +Info 2041 [19:20:45.532] Different program with same set of files +Info 2042 [19:20:45.532] getCompletionData: Get current token: 0.003098011016845703 +Info 2043 [19:20:45.532] getCompletionData: Is inside comment: 0.0012359917163848877 +Info 2044 [19:20:45.532] getCompletionData: Get previous token: 0.03332999348640442 +Info 2045 [19:20:45.532] getCompletionsAtPosition: isCompletionListBlocker: 0.002776995301246643 +Info 2046 [19:20:45.533] getCompletionData: Semantic work: 0.05211600661277771 +Info 2047 [19:20:45.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20137900114059448 +Info 2048 [19:20:45.533] Format host information updated +Info 2049 [19:20:45.680] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2050 [19:20:45.689] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 9.254496991634369ms +Info 2051 [19:20:45.689] Different program with same set of files +Info 2052 [19:20:45.690] getCompletionData: Get current token: 0.0027250051498413086 +Info 2053 [19:20:45.690] getCompletionData: Is inside comment: 0.000899001955986023 +Info 2054 [19:20:45.690] getCompletionData: Get previous token: 0.008601993322372437 +Info 2055 [19:20:45.690] getCompletionsAtPosition: isCompletionListBlocker: 0.005098000168800354 +Info 2056 [19:20:45.690] getCompletionData: Semantic work: 0.043115004897117615 +Info 2057 [19:20:45.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1515820026397705 +Info 2058 [19:20:45.691] Format host information updated +Info 2059 [19:20:45.800] Format host information updated +Info 2060 [19:20:45.800] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2061 [19:20:45.810] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 9.8595350086689ms +Info 2062 [19:20:45.810] Different program with same set of files +Info 2063 [19:20:46.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2064 [19:20:46.191] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 9.162259995937347ms +Info 2065 [19:20:46.191] Different program with same set of files +Info 2066 [19:20:46.191] getCompletionData: Get current token: 0.0033929944038391113 +Info 2067 [19:20:46.191] getCompletionData: Is inside comment: 0.0011570006608963013 +Info 2068 [19:20:46.191] getCompletionData: Get previous token: 0.015906989574432373 +Info 2069 [19:20:46.191] getCompletionsAtPosition: isCompletionListBlocker: 0.00574900209903717 +Info 2070 [19:20:46.192] getCompletionData: Semantic work: 0.05480599403381348 +Info 2071 [19:20:46.192] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19326598942279816 +Info 2072 [19:20:46.192] Format host information updated +Info 2073 [19:20:46.254] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2074 [19:20:46.262] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 7.697540000081062ms +Info 2075 [19:20:46.262] Different program with same set of files +Info 2076 [19:20:46.262] getCompletionData: Get current token: 0.0036659985780715942 +Info 2077 [19:20:46.262] getCompletionData: Is inside comment: 0.0011199861764907837 +Info 2078 [19:20:46.262] getCompletionData: Get previous token: 0.015894010663032532 +Info 2079 [19:20:46.262] getCompletionsAtPosition: isCompletionListBlocker: 0.009077996015548706 +Info 2080 [19:20:46.262] getCompletionData: Semantic work: 0.08108200132846832 +Info 2081 [19:20:46.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24162399768829346 +Info 2082 [19:20:46.263] Format host information updated +Info 2083 [19:20:46.370] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2084 [19:20:46.376] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 6.456820994615555ms +Info 2085 [19:20:46.376] Different program with same set of files +Info 2086 [19:20:46.376] getCompletionData: Get current token: 0.0027440041303634644 +Info 2087 [19:20:46.376] getCompletionData: Is inside comment: 0.0009509921073913574 +Info 2088 [19:20:46.376] getCompletionData: Get previous token: 0.011569991707801819 +Info 2089 [19:20:46.376] getCompletionsAtPosition: isCompletionListBlocker: 0.005300998687744141 +Info 2090 [19:20:46.376] getCompletionData: Semantic work: 0.0437140017747879 +Info 2091 [19:20:46.377] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.16313600540161133 +Info 2092 [19:20:46.379] Format host information updated +Info 2093 [19:20:46.659] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2094 [19:20:46.666] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 6.879785999655724ms +Info 2095 [19:20:46.666] Different program with same set of files +Info 2096 [19:20:46.666] getCompletionData: Get current token: 0.0030430108308792114 +Info 2097 [19:20:46.666] getCompletionData: Is inside comment: 0.0011520087718963623 +Info 2098 [19:20:46.666] getCompletionData: Get previous token: 0.015769004821777344 +Info 2099 [19:20:46.666] getCompletionsAtPosition: isCompletionListBlocker: 0.005029991269111633 +Info 2100 [19:20:46.666] getCompletionData: Semantic work: 0.04815700650215149 +Info 2101 [19:20:46.666] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17693600058555603 +Info 2102 [19:20:46.667] Format host information updated +Info 2103 [19:20:46.862] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2104 [19:20:46.868] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 6.545157998800278ms +Info 2105 [19:20:46.868] Different program with same set of files +Info 2106 [19:20:46.868] getCompletionData: Get current token: 0.0023179948329925537 +Info 2107 [19:20:46.868] getCompletionData: Is inside comment: 0.0009159892797470093 +Info 2108 [19:20:46.868] getCompletionData: Get previous token: 0.010955005884170532 +Info 2109 [19:20:46.868] getCompletionsAtPosition: isCompletionListBlocker: 0.004355013370513916 +Info 2110 [19:20:46.869] getCompletionData: Semantic work: 0.043825000524520874 +Info 2111 [19:20:46.869] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.14912399649620056 +Info 2112 [19:20:46.872] Format host information updated +Info 2113 [19:20:47.350] Format host information updated +Info 2114 [19:20:47.351] Format host information updated +Info 2115 [19:20:47.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2116 [19:20:47.357] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 6.271478995680809ms +Info 2117 [19:20:47.357] Different program with same set of files +Info 2118 [19:20:47.357] getCompletionData: Get current token: 0.008000001311302185 +Info 2119 [19:20:47.357] getCompletionData: Is inside comment: 0.0032849907875061035 +Info 2120 [19:20:47.357] getCompletionData: Get previous token: 0.013480991125106812 +Info 2121 [19:20:47.357] getCompletionsAtPosition: isCompletionListBlocker: 0.004340991377830505 +Info 2122 [19:20:47.357] getCompletionData: Semantic work: 0.04540298879146576 +Info 2123 [19:20:47.363] getCompletionData: Get current token: 0.005318000912666321 +Info 2124 [19:20:47.363] getCompletionData: Is inside comment: 0.0017009973526000977 +Info 2125 [19:20:47.363] getCompletionData: Get previous token: 0.01616699993610382 +Info 2126 [19:20:47.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0059140026569366455 +Info 2127 [19:20:47.363] getCompletionData: Semantic work: 0.033486008644104004 +Info 2128 [19:20:47.365] Format host information updated +Info 2129 [19:20:48.915] Format host information updated +Info 2130 [19:20:48.915] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2131 [19:20:48.944] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 28.82694099843502ms +Info 2132 [19:20:48.944] Different program with same set of files +Info 2133 [19:20:49.152] Format host information updated +Info 2134 [19:20:49.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2135 [19:20:49.161] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 8.358672007918358ms +Info 2136 [19:20:49.161] Different program with same set of files +Info 2137 [19:20:49.472] Format host information updated +Info 2138 [19:20:49.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2139 [19:20:49.485] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 12.924060001969337ms +Info 2140 [19:20:49.485] Different program with same set of files +Info 2141 [19:20:49.645] Format host information updated +Info 2142 [19:20:49.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2143 [19:20:49.681] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 35.879276007413864ms +Info 2144 [19:20:49.681] Different program with same set of files +Info 2145 [19:20:49.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2146 [19:20:49.710] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 10.139342993497849ms +Info 2147 [19:20:49.710] Different program with same set of files +Info 2148 [19:20:49.710] getCompletionData: Get current token: 0.00678899884223938 +Info 2149 [19:20:49.710] getCompletionData: Is inside comment: 0.011546999216079712 +Info 2150 [19:20:49.710] getCompletionData: Get previous token: 0.015869006514549255 +Info 2151 [19:20:49.710] getCompletionsAtPosition: isCompletionListBlocker: 0.0027530044317245483 +Info 2152 [19:20:49.712] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.4929859936237335 ms +Info 2153 [19:20:49.712] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 2154 [19:20:49.713] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: false structureIsReused:: Not Elapsed: 0.32908400893211365ms +Info 2155 [19:20:49.713] getExportInfoMap: cache miss or empty; calculating new results +Info 2156 [19:20:49.748] forEachExternalModuleToImportFrom autoImportProvider: 16.298346996307373 +Info 2157 [19:20:49.748] getExportInfoMap: done in 36.64098599553108 ms +Info 2158 [19:20:49.754] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 18 from cache +Info 2159 [19:20:49.754] collectAutoImports: response is complete +Info 2160 [19:20:49.754] collectAutoImports: 6.291376993060112 +Info 2161 [19:20:49.754] getCompletionData: Semantic work: 44.26756599545479 +Info 2162 [19:20:49.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.039007991552353 +Info 2163 [19:20:49.762] Format host information updated +Info 2164 [19:20:49.769] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2165 [19:20:49.781] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 12.457903996109962ms +Info 2166 [19:20:49.782] Different program with same set of files +Info 2167 [19:20:49.782] getCompletionData: Get current token: 0.005263999104499817 +Info 2168 [19:20:49.782] getCompletionData: Is inside comment: 0.010003998875617981 +Info 2169 [19:20:49.782] getCompletionData: Get previous token: 0.01342301070690155 +Info 2170 [19:20:49.782] getCompletionsAtPosition: isCompletionListBlocker: 0.0031810104846954346 +Info 2171 [19:20:49.783] getExportInfoMap: cache hit +Info 2172 [19:20:49.784] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 2173 [19:20:49.784] collectAutoImports: response is complete +Info 2174 [19:20:49.784] collectAutoImports: 1.765165999531746 +Info 2175 [19:20:49.784] getCompletionData: Semantic work: 2.576885998249054 +Info 2176 [19:20:49.786] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.496295005083084 +Info 2177 [19:20:49.787] Format host information updated +Info 2178 [19:20:49.882] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2179 [19:20:49.897] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 15.762544006109238ms +Info 2180 [19:20:49.897] Different program with same set of files +Info 2181 [19:20:49.898] getCompletionData: Get current token: 0.009965002536773682 +Info 2182 [19:20:49.898] getCompletionData: Is inside comment: 0.025749996304512024 +Info 2183 [19:20:49.898] getCompletionData: Get previous token: 0.03021100163459778 +Info 2184 [19:20:49.898] getCompletionsAtPosition: isCompletionListBlocker: 0.005886003375053406 +Info 2185 [19:20:49.899] getExportInfoMap: cache hit +Info 2186 [19:20:49.902] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 2187 [19:20:49.902] collectAutoImports: response is complete +Info 2188 [19:20:49.902] collectAutoImports: 3.053608000278473 +Info 2189 [19:20:49.902] getCompletionData: Semantic work: 4.255361989140511 +Info 2190 [19:20:49.905] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.746978998184204 +Info 2191 [19:20:49.910] Format host information updated +Info 2192 [19:20:50.005] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2193 [19:20:50.033] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 27.84849500656128ms +Info 2194 [19:20:50.033] Different program with same set of files +Info 2195 [19:20:50.034] getCompletionData: Get current token: 0.023506000638008118 +Info 2196 [19:20:50.034] getCompletionData: Is inside comment: 0.04851199686527252 +Info 2197 [19:20:50.034] getCompletionData: Get previous token: 0.06789401173591614 +Info 2198 [19:20:50.034] getCompletionsAtPosition: isCompletionListBlocker: 0.009550988674163818 +Info 2199 [19:20:50.036] getExportInfoMap: cache hit +Info 2200 [19:20:50.040] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2201 [19:20:50.040] collectAutoImports: response is complete +Info 2202 [19:20:50.040] collectAutoImports: 4.201747998595238 +Info 2203 [19:20:50.040] getCompletionData: Semantic work: 6.361998990178108 +Info 2204 [19:20:50.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8133600056171417 +Info 2205 [19:20:50.045] Format host information updated +Info 2206 [19:20:50.068] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2207 [19:20:50.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 11.132214993238449ms +Info 2208 [19:20:50.080] Different program with same set of files +Info 2209 [19:20:50.080] getCompletionData: Get current token: 0.006957992911338806 +Info 2210 [19:20:50.080] getCompletionData: Is inside comment: 0.01745399832725525 +Info 2211 [19:20:50.080] getCompletionData: Get previous token: 0.02515600621700287 +Info 2212 [19:20:50.080] getCompletionsAtPosition: isCompletionListBlocker: 0.0038339942693710327 +Info 2213 [19:20:50.081] getExportInfoMap: cache hit +Info 2214 [19:20:50.107] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2215 [19:20:50.107] collectAutoImports: response is complete +Info 2216 [19:20:50.107] collectAutoImports: 26.422245994210243 +Info 2217 [19:20:50.107] getCompletionData: Semantic work: 27.179823994636536 +Info 2218 [19:20:50.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.684816002845764 +Info 2219 [19:20:50.126] Format host information updated +Info 2220 [19:20:50.148] Format host information updated +Info 2221 [19:20:50.148] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2222 [19:20:50.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 7.184149011969566ms +Info 2223 [19:20:50.155] Different program with same set of files +Info 2224 [19:20:50.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2225 [19:20:50.356] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 7.759988009929657ms +Info 2226 [19:20:50.356] Different program with same set of files +Info 2227 [19:20:50.356] getCompletionData: Get current token: 0.005367010831832886 +Info 2228 [19:20:50.356] getCompletionData: Is inside comment: 0.012666001915931702 +Info 2229 [19:20:50.356] getCompletionData: Get previous token: 0.01915900409221649 +Info 2230 [19:20:50.356] getCompletionsAtPosition: isCompletionListBlocker: 0.009510993957519531 +Info 2231 [19:20:50.357] getExportInfoMap: cache hit +Info 2232 [19:20:50.361] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 2233 [19:20:50.361] collectAutoImports: response is complete +Info 2234 [19:20:50.361] collectAutoImports: 3.7595650106668472 +Info 2235 [19:20:50.361] getCompletionData: Semantic work: 4.399899005889893 +Info 2236 [19:20:50.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9451989978551865 +Info 2237 [19:20:50.367] Format host information updated +Info 2238 [19:20:50.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2239 [19:20:50.423] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 10.61438600718975ms +Info 2240 [19:20:50.423] Different program with same set of files +Info 2241 [19:20:50.423] getCompletionData: Get current token: 0.008527994155883789 +Info 2242 [19:20:50.423] getCompletionData: Is inside comment: 0.01865999400615692 +Info 2243 [19:20:50.423] getCompletionData: Get previous token: 0.029729008674621582 +Info 2244 [19:20:50.423] getCompletionsAtPosition: isCompletionListBlocker: 0.013205990195274353 +Info 2245 [19:20:50.424] getExportInfoMap: cache hit +Info 2246 [19:20:50.427] collectAutoImports: resolved 0 module specifiers, plus 13 ambient and 1 from cache +Info 2247 [19:20:50.427] collectAutoImports: response is complete +Info 2248 [19:20:50.427] collectAutoImports: 3.05443899333477 +Info 2249 [19:20:50.427] getCompletionData: Semantic work: 3.956495001912117 +Info 2250 [19:20:50.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.695347011089325 +Info 2251 [19:20:50.430] Format host information updated +Info 2252 [19:20:50.592] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2253 [19:20:50.619] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 26.45421800017357ms +Info 2254 [19:20:50.619] Different program with same set of files +Info 2255 [19:20:50.619] getCompletionData: Get current token: 0.016438007354736328 +Info 2256 [19:20:50.619] getCompletionData: Is inside comment: 0.045961007475852966 +Info 2257 [19:20:50.620] getCompletionData: Get previous token: 0.059398993849754333 +Info 2258 [19:20:50.620] getCompletionsAtPosition: isCompletionListBlocker: 0.022867992520332336 +Info 2259 [19:20:50.621] getExportInfoMap: cache hit +Info 2260 [19:20:50.629] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 1 from cache +Info 2261 [19:20:50.629] collectAutoImports: response is complete +Info 2262 [19:20:50.629] collectAutoImports: 7.694480001926422 +Info 2263 [19:20:50.629] getCompletionData: Semantic work: 9.47706900537014 +Info 2264 [19:20:50.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8708060085773468 +Info 2265 [19:20:50.633] Format host information updated +Info 2266 [19:20:50.667] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2267 [19:20:50.683] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 15.14419999718666ms +Info 2268 [19:20:50.683] Different program with same set of files +Info 2269 [19:20:50.683] getCompletionData: Get current token: 0.005277007818222046 +Info 2270 [19:20:50.683] getCompletionData: Is inside comment: 0.010351002216339111 +Info 2271 [19:20:50.683] getCompletionData: Get previous token: 0.01620998978614807 +Info 2272 [19:20:50.683] getCompletionsAtPosition: isCompletionListBlocker: 0.009442999958992004 +Info 2273 [19:20:50.684] getExportInfoMap: cache hit +Info 2274 [19:20:50.686] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 2275 [19:20:50.686] collectAutoImports: response is complete +Info 2276 [19:20:50.686] collectAutoImports: 2.346804991364479 +Info 2277 [19:20:50.686] getCompletionData: Semantic work: 3.3280860036611557 +Info 2278 [19:20:50.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4487140029668808 +Info 2279 [19:20:50.694] Format host information updated +Info 2280 [19:20:50.754] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2281 [19:20:50.763] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 9.67128099501133ms +Info 2282 [19:20:50.763] Different program with same set of files +Info 2283 [19:20:50.764] getCompletionData: Get current token: 0.009306997060775757 +Info 2284 [19:20:50.764] getCompletionData: Is inside comment: 0.018355995416641235 +Info 2285 [19:20:50.764] getCompletionData: Get previous token: 0.031132996082305908 +Info 2286 [19:20:50.764] getCompletionsAtPosition: isCompletionListBlocker: 0.011327996850013733 +Info 2287 [19:20:50.765] getExportInfoMap: cache hit +Info 2288 [19:20:50.767] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2289 [19:20:50.767] collectAutoImports: response is complete +Info 2290 [19:20:50.767] collectAutoImports: 2.6899569928646088 +Info 2291 [19:20:50.767] getCompletionData: Semantic work: 3.607913002371788 +Info 2292 [19:20:50.770] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1660770028829575 +Info 2293 [19:20:50.771] Format host information updated +Info 2294 [19:20:51.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2295 [19:20:51.081] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 7.7289339900016785ms +Info 2296 [19:20:51.081] Different program with same set of files +Info 2297 [19:20:51.081] getCompletionData: Get current token: 0.03361101448535919 +Info 2298 [19:20:51.081] getCompletionData: Is inside comment: 0.010841995477676392 +Info 2299 [19:20:51.081] getCompletionData: Get previous token: 0.01664699614048004 +Info 2300 [19:20:51.081] getCompletionsAtPosition: isCompletionListBlocker: 0.007954999804496765 +Info 2301 [19:20:51.082] getExportInfoMap: cache hit +Info 2302 [19:20:51.084] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 2303 [19:20:51.084] collectAutoImports: response is complete +Info 2304 [19:20:51.084] collectAutoImports: 1.5706310123205185 +Info 2305 [19:20:51.084] getCompletionData: Semantic work: 2.220440998673439 +Info 2306 [19:20:51.085] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.040792003273964 +Info 2307 [19:20:51.087] Format host information updated +Info 2308 [19:20:51.178] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2309 [19:20:51.184] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 6.694095999002457ms +Info 2310 [19:20:51.184] Different program with same set of files +Info 2311 [19:20:51.185] getCompletionData: Get current token: 0.009806007146835327 +Info 2312 [19:20:51.185] getCompletionData: Is inside comment: 0.01781100034713745 +Info 2313 [19:20:51.185] getCompletionData: Get previous token: 0.030278995633125305 +Info 2314 [19:20:51.185] getCompletionsAtPosition: isCompletionListBlocker: 0.01104000210762024 +Info 2315 [19:20:51.186] getExportInfoMap: cache hit +Info 2316 [19:20:51.189] collectAutoImports: resolved 0 module specifiers, plus 6 ambient and 1 from cache +Info 2317 [19:20:51.189] collectAutoImports: response is complete +Info 2318 [19:20:51.189] collectAutoImports: 2.952776998281479 +Info 2319 [19:20:51.189] getCompletionData: Semantic work: 3.8253839910030365 +Info 2320 [19:20:51.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7309489995241165 +Info 2321 [19:20:51.191] Format host information updated +Info 2322 [19:20:51.312] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2323 [19:20:51.338] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 26.35496799647808ms +Info 2324 [19:20:51.338] Different program with same set of files +Info 2325 [19:20:51.339] getCompletionData: Get current token: 0.021410003304481506 +Info 2326 [19:20:51.339] getCompletionData: Is inside comment: 0.04573599994182587 +Info 2327 [19:20:51.339] getCompletionData: Get previous token: 0.07821300625801086 +Info 2328 [19:20:51.339] getCompletionsAtPosition: isCompletionListBlocker: 0.0265749990940094 +Info 2329 [19:20:51.341] getExportInfoMap: cache hit +Info 2330 [19:20:51.351] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 2331 [19:20:51.351] collectAutoImports: response is complete +Info 2332 [19:20:51.351] collectAutoImports: 9.015349000692368 +Info 2333 [19:20:51.351] getCompletionData: Semantic work: 11.601165011525154 +Info 2334 [19:20:51.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.399830996990204 +Info 2335 [19:20:51.354] Format host information updated +Info 2336 [19:20:51.523] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2337 [19:20:51.529] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 6.4719450026750565ms +Info 2338 [19:20:51.530] Different program with same set of files +Info 2339 [19:20:51.530] getCompletionData: Get current token: 0.0057220011949539185 +Info 2340 [19:20:51.530] getCompletionData: Is inside comment: 0.011836007237434387 +Info 2341 [19:20:51.530] getCompletionData: Get previous token: 0.018772006034851074 +Info 2342 [19:20:51.530] getCompletionsAtPosition: isCompletionListBlocker: 0.008237004280090332 +Info 2343 [19:20:51.530] getExportInfoMap: cache hit +Info 2344 [19:20:51.532] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 2345 [19:20:51.532] collectAutoImports: response is complete +Info 2346 [19:20:51.532] collectAutoImports: 1.6509310007095337 +Info 2347 [19:20:51.532] getCompletionData: Semantic work: 2.2209530025720596 +Info 2348 [19:20:51.533] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9419559985399246 +Info 2349 [19:20:51.534] Format host information updated +Info 2350 [19:20:51.625] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2351 [19:20:51.633] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 8.74397599697113ms +Info 2352 [19:20:51.634] Different program with same set of files +Info 2353 [19:20:51.634] getCompletionData: Get current token: 0.005077004432678223 +Info 2354 [19:20:51.634] getCompletionData: Is inside comment: 0.010848000645637512 +Info 2355 [19:20:51.634] getCompletionData: Get previous token: 0.017921000719070435 +Info 2356 [19:20:51.634] getCompletionsAtPosition: isCompletionListBlocker: 0.008355990052223206 +Info 2357 [19:20:51.634] getExportInfoMap: cache hit +Info 2358 [19:20:51.636] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 2359 [19:20:51.636] collectAutoImports: response is complete +Info 2360 [19:20:51.636] collectAutoImports: 1.5803319960832596 +Info 2361 [19:20:51.636] getCompletionData: Semantic work: 2.1808339953422546 +Info 2362 [19:20:51.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9066479951143265 +Info 2363 [19:20:51.638] Format host information updated +Info 2364 [19:20:51.758] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2365 [19:20:51.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 6.0963989943265915ms +Info 2366 [19:20:51.764] Different program with same set of files +Info 2367 [19:20:51.764] getCompletionData: Get current token: 0.004745006561279297 +Info 2368 [19:20:51.764] getCompletionData: Is inside comment: 0.009791001677513123 +Info 2369 [19:20:51.764] getCompletionData: Get previous token: 0.03072899580001831 +Info 2370 [19:20:51.764] getCompletionsAtPosition: isCompletionListBlocker: 0.007726997137069702 +Info 2371 [19:20:51.765] getExportInfoMap: cache hit +Info 2372 [19:20:51.766] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 2373 [19:20:51.766] collectAutoImports: response is complete +Info 2374 [19:20:51.766] collectAutoImports: 1.4506019949913025 +Info 2375 [19:20:51.766] getCompletionData: Semantic work: 1.9536369889974594 +Info 2376 [19:20:51.767] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8263779878616333 +Info 2377 [19:20:51.768] Format host information updated +Info 2378 [19:20:52.313] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2379 [19:20:52.323] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 9.67348900437355ms +Info 2380 [19:20:52.323] Different program with same set of files +Info 2381 [19:20:52.323] getCompletionData: Get current token: 0.0073180049657821655 +Info 2382 [19:20:52.323] getCompletionData: Is inside comment: 0.016553014516830444 +Info 2383 [19:20:52.323] getCompletionData: Get previous token: 0.01314699649810791 +Info 2384 [19:20:52.323] getCompletionsAtPosition: isCompletionListBlocker: 0.003940001130104065 +Info 2385 [19:20:52.323] getExportInfoMap: cache hit +Info 2386 [19:20:52.340] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2387 [19:20:52.340] collectAutoImports: response is complete +Info 2388 [19:20:52.340] collectAutoImports: 16.257665991783142 +Info 2389 [19:20:52.340] getCompletionData: Semantic work: 16.887199997901917 +Info 2390 [19:20:52.353] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.555570989847183 +Info 2391 [19:20:52.358] Format host information updated +Info 2392 [19:20:52.380] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2393 [19:20:52.387] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 6.233906999230385ms +Info 2394 [19:20:52.387] Different program with same set of files +Info 2395 [19:20:52.387] getCompletionData: Get current token: 0.005005002021789551 +Info 2396 [19:20:52.387] getCompletionData: Is inside comment: 0.010673001408576965 +Info 2397 [19:20:52.387] getCompletionData: Get previous token: 0.008291006088256836 +Info 2398 [19:20:52.387] getCompletionsAtPosition: isCompletionListBlocker: 0.008068010210990906 +Info 2399 [19:20:52.387] getExportInfoMap: cache hit +Info 2400 [19:20:52.402] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2401 [19:20:52.402] collectAutoImports: response is complete +Info 2402 [19:20:52.402] collectAutoImports: 14.20678399503231 +Info 2403 [19:20:52.402] getCompletionData: Semantic work: 14.774836987257004 +Info 2404 [19:20:52.409] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.931428000330925 +Info 2405 [19:20:52.413] Format host information updated +Info 2406 [19:20:52.769] getCompletionData: Get current token: 0.0046979933977127075 +Info 2407 [19:20:52.769] getCompletionData: Is inside comment: 0.0013400018215179443 +Info 2408 [19:20:52.769] getCompletionData: Get previous token: 0.013084009289741516 +Info 2409 [19:20:52.769] getCompletionsAtPosition: isCompletionListBlocker: 0.004416987299919128 +Info 2410 [19:20:52.770] getExportInfoMap: cache hit +Info 2411 [19:20:52.782] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2412 [19:20:52.782] collectAutoImports: response is complete +Info 2413 [19:20:52.782] collectAutoImports: 12.537674009799957 +Info 2414 [19:20:52.782] getCompletionData: Semantic work: 13.165293008089066 +Info 2415 [19:20:52.789] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.251690000295639 +Info 2416 [19:20:53.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2417 [19:20:53.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 7.4133740067481995ms +Info 2418 [19:20:53.109] Different program with same set of files +Info 2419 [19:20:53.115] getCompletionData: Get current token: 0.023966997861862183 +Info 2420 [19:20:53.115] getCompletionData: Is inside comment: 0.004675999283790588 +Info 2421 [19:20:53.115] getCompletionData: Get previous token: 0.04596500098705292 +Info 2422 [19:20:53.115] getCompletionsAtPosition: isCompletionListBlocker: 0.002767011523246765 +Info 2423 [19:20:53.115] Returning an empty list because completion was requested in an invalid position. +Info 2424 [19:20:53.118] Format host information updated +Info 2425 [19:20:53.183] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2426 [19:20:53.190] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 7.028598994016647ms +Info 2427 [19:20:53.190] Different program with same set of files +Info 2428 [19:20:53.190] getCompletionData: Get current token: 0.0053770095109939575 +Info 2429 [19:20:53.190] getCompletionData: Is inside comment: 0.0013800114393234253 +Info 2430 [19:20:53.190] getCompletionData: Get previous token: 0.017992988228797913 +Info 2431 [19:20:53.190] getCompletionsAtPosition: isCompletionListBlocker: 0.009605005383491516 +Info 2432 [19:20:53.191] getExportInfoMap: cache hit +Info 2433 [19:20:53.206] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2434 [19:20:53.206] collectAutoImports: response is complete +Info 2435 [19:20:53.206] collectAutoImports: 15.138530999422073 +Info 2436 [19:20:53.206] getCompletionData: Semantic work: 15.753167003393173 +Info 2437 [19:20:53.214] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.585739001631737 +Info 2438 [19:20:53.219] Format host information updated +Info 2439 [19:20:53.662] getCompletionData: Get current token: 0.03719300031661987 +Info 2440 [19:20:53.662] getCompletionData: Is inside comment: 0.010382995009422302 +Info 2441 [19:20:53.662] getCompletionData: Get previous token: 0.06876599788665771 +Info 2442 [19:20:53.662] getCompletionsAtPosition: isCompletionListBlocker: 0.010283008217811584 +Info 2443 [19:20:53.662] Returning an empty list because completion was requested in an invalid position. +Info 2444 [19:20:54.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2445 [19:20:54.019] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 6.675338000059128ms +Info 2446 [19:20:54.019] Different program with same set of files +Info 2447 [19:20:54.019] getCompletionData: Get current token: 0.009572997689247131 +Info 2448 [19:20:54.019] getCompletionData: Is inside comment: 0.0024610012769699097 +Info 2449 [19:20:54.019] getCompletionData: Get previous token: 0.017319008708000183 +Info 2450 [19:20:54.019] getCompletionsAtPosition: isCompletionListBlocker: 0.002804994583129883 +Info 2451 [19:20:54.019] Returning an empty list because completion was requested in an invalid position. +Info 2452 [19:20:54.019] Format host information updated +Info 2453 [19:20:54.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2454 [19:20:54.311] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 8.924953997135162ms +Info 2455 [19:20:54.311] Different program with same set of files +Info 2456 [19:20:54.311] getCompletionData: Get current token: 0.011691004037857056 +Info 2457 [19:20:54.311] getCompletionData: Is inside comment: 0.003564000129699707 +Info 2458 [19:20:54.311] getCompletionData: Get previous token: 0.019731000065803528 +Info 2459 [19:20:54.311] getCompletionsAtPosition: isCompletionListBlocker: 0.001757994294166565 +Info 2460 [19:20:54.311] Returning an empty list because completion was requested in an invalid position. +Info 2461 [19:20:54.312] Format host information updated +Info 2462 [19:20:54.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2463 [19:20:54.424] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 6.356031000614166ms +Info 2464 [19:20:54.424] Different program with same set of files +Info 2465 [19:20:54.424] getCompletionData: Get current token: 0.010469004511833191 +Info 2466 [19:20:54.424] getCompletionData: Is inside comment: 0.0022750049829483032 +Info 2467 [19:20:54.424] getCompletionData: Get previous token: 0.018813997507095337 +Info 2468 [19:20:54.424] getCompletionsAtPosition: isCompletionListBlocker: 0.001470997929573059 +Info 2469 [19:20:54.424] Returning an empty list because completion was requested in an invalid position. +Info 2470 [19:20:54.424] Format host information updated +Info 2471 [19:20:55.180] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2472 [19:20:55.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 8.419733002781868ms +Info 2473 [19:20:55.188] Different program with same set of files +Info 2474 [19:20:55.189] getCompletionData: Get current token: 0.01184399425983429 +Info 2475 [19:20:55.189] getCompletionData: Is inside comment: 0.0028720051050186157 +Info 2476 [19:20:55.189] getCompletionData: Get previous token: 0.020072996616363525 +Info 2477 [19:20:55.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0014000087976455688 +Info 2478 [19:20:55.189] Returning an empty list because completion was requested in an invalid position. +Info 2479 [19:20:55.189] Format host information updated +Info 2480 [19:20:55.502] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2481 [19:20:55.508] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 6.360508993268013ms +Info 2482 [19:20:55.508] Different program with same set of files +Info 2483 [19:20:55.509] getCompletionData: Get current token: 0.01184999942779541 +Info 2484 [19:20:55.509] getCompletionData: Is inside comment: 0.002535998821258545 +Info 2485 [19:20:55.509] getCompletionData: Get previous token: 0.018745005130767822 +Info 2486 [19:20:55.509] getCompletionsAtPosition: isCompletionListBlocker: 0.0042190104722976685 +Info 2487 [19:20:55.509] Returning an empty list because completion was requested in an invalid position. +Info 2488 [19:20:55.509] Format host information updated +Info 2489 [19:20:55.939] getCompletionData: Get current token: 0.0045410096645355225 +Info 2490 [19:20:55.939] getCompletionData: Is inside comment: 0.0013519972562789917 +Info 2491 [19:20:55.939] getCompletionData: Get previous token: 0.011411994695663452 +Info 2492 [19:20:55.939] getCompletionsAtPosition: isCompletionListBlocker: 0.004333004355430603 +Info 2493 [19:20:55.940] getExportInfoMap: cache hit +Info 2494 [19:20:55.954] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2495 [19:20:55.954] collectAutoImports: response is complete +Info 2496 [19:20:55.954] collectAutoImports: 13.768349006772041 +Info 2497 [19:20:55.954] getCompletionData: Semantic work: 14.403893992304802 +Info 2498 [19:20:55.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9784929901361465 +Info 2499 [19:20:56.284] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2500 [19:20:56.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 6.404435992240906ms +Info 2501 [19:20:56.291] Different program with same set of files +Info 2502 [19:20:56.291] getCompletionData: Get current token: 0.007593005895614624 +Info 2503 [19:20:56.291] getCompletionData: Is inside comment: 0.001538008451461792 +Info 2504 [19:20:56.291] getCompletionData: Get previous token: 0.020673006772994995 +Info 2505 [19:20:56.291] getCompletionsAtPosition: isCompletionListBlocker: 0.003487005829811096 +Info 2506 [19:20:56.291] getExportInfoMap: cache hit +Info 2507 [19:20:56.297] collectAutoImports: resolved 0 module specifiers, plus 86 ambient and 11 from cache +Info 2508 [19:20:56.297] collectAutoImports: response is complete +Info 2509 [19:20:56.297] collectAutoImports: 5.740525007247925 +Info 2510 [19:20:56.297] getCompletionData: Semantic work: 6.247666001319885 +Info 2511 [19:20:56.301] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7782260030508041 +Info 2512 [19:20:56.302] Format host information updated +Info 2513 [19:20:56.403] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2514 [19:20:56.410] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 6.906895995140076ms +Info 2515 [19:20:56.410] Different program with same set of files +Info 2516 [19:20:56.410] getCompletionData: Get current token: 0.00641399621963501 +Info 2517 [19:20:56.410] getCompletionData: Is inside comment: 0.0015980005264282227 +Info 2518 [19:20:56.410] getCompletionData: Get previous token: 0.025325000286102295 +Info 2519 [19:20:56.411] getCompletionsAtPosition: isCompletionListBlocker: 0.004303991794586182 +Info 2520 [19:20:56.411] getExportInfoMap: cache hit +Info 2521 [19:20:56.414] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 6 from cache +Info 2522 [19:20:56.414] collectAutoImports: response is complete +Info 2523 [19:20:56.414] collectAutoImports: 2.507867008447647 +Info 2524 [19:20:56.414] getCompletionData: Semantic work: 3.1488759964704514 +Info 2525 [19:20:56.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4978850036859512 +Info 2526 [19:20:56.421] Format host information updated +Info 2527 [19:20:56.498] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2528 [19:20:56.505] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 6.662071004509926ms +Info 2529 [19:20:56.505] Different program with same set of files +Info 2530 [19:20:56.505] getCompletionData: Get current token: 0.0064599961042404175 +Info 2531 [19:20:56.505] getCompletionData: Is inside comment: 0.00160999596118927 +Info 2532 [19:20:56.505] getCompletionData: Get previous token: 0.02416999638080597 +Info 2533 [19:20:56.505] getCompletionsAtPosition: isCompletionListBlocker: 0.0035659968852996826 +Info 2534 [19:20:56.505] getExportInfoMap: cache hit +Info 2535 [19:20:56.507] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 2536 [19:20:56.507] collectAutoImports: response is complete +Info 2537 [19:20:56.507] collectAutoImports: 1.9763630032539368 +Info 2538 [19:20:56.507] getCompletionData: Semantic work: 2.598134994506836 +Info 2539 [19:20:56.511] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1882990002632141 +Info 2540 [19:20:56.512] Format host information updated +Info 2541 [19:20:56.678] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2542 [19:20:56.684] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 6.549962997436523ms +Info 2543 [19:20:56.684] Different program with same set of files +Info 2544 [19:20:56.684] getCompletionData: Get current token: 0.006251007318496704 +Info 2545 [19:20:56.684] getCompletionData: Is inside comment: 0.0016399919986724854 +Info 2546 [19:20:56.684] getCompletionData: Get previous token: 0.020284995436668396 +Info 2547 [19:20:56.684] getCompletionsAtPosition: isCompletionListBlocker: 0.002942010760307312 +Info 2548 [19:20:56.685] getCompletionData: Semantic work: 0.11574600636959076 +Info 2549 [19:20:56.685] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.041169002652168274 +Info 2550 [19:20:56.687] Format host information updated +Info 2551 [19:20:57.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2552 [19:20:57.086] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 8.43358699977398ms +Info 2553 [19:20:57.086] Different program with same set of files +Info 2554 [19:20:57.086] getCompletionData: Get current token: 0.01151399314403534 +Info 2555 [19:20:57.086] getCompletionData: Is inside comment: 0.0019059926271438599 +Info 2556 [19:20:57.086] getCompletionData: Get previous token: 0.032600998878479004 +Info 2557 [19:20:57.086] getCompletionsAtPosition: isCompletionListBlocker: 0.0031190067529678345 +Info 2558 [19:20:57.086] getCompletionData: Semantic work: 0.10756400227546692 +Info 2559 [19:20:57.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.048760995268821716 +Info 2560 [19:20:57.087] Format host information updated +Info 2561 [19:20:57.247] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2562 [19:20:57.254] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 6.430541008710861ms +Info 2563 [19:20:57.254] Different program with same set of files +Info 2564 [19:20:57.254] getCompletionData: Get current token: 0.009132996201515198 +Info 2565 [19:20:57.254] getCompletionData: Is inside comment: 0.0014590024948120117 +Info 2566 [19:20:57.254] getCompletionData: Get previous token: 0.026127994060516357 +Info 2567 [19:20:57.254] getCompletionsAtPosition: isCompletionListBlocker: 0.0033060014247894287 +Info 2568 [19:20:57.254] getCompletionData: Semantic work: 0.08259600400924683 +Info 2569 [19:20:57.254] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03689698874950409 +Info 2570 [19:20:57.256] Format host information updated +Info 2571 [19:20:57.345] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2572 [19:20:57.352] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 6.732686996459961ms +Info 2573 [19:20:57.352] Different program with same set of files +Info 2574 [19:20:57.352] getCompletionData: Get current token: 0.010035991668701172 +Info 2575 [19:20:57.352] getCompletionData: Is inside comment: 0.0014780014753341675 +Info 2576 [19:20:57.352] getCompletionData: Get previous token: 0.0258370041847229 +Info 2577 [19:20:57.352] getCompletionsAtPosition: isCompletionListBlocker: 0.003224000334739685 +Info 2578 [19:20:57.352] getCompletionData: Semantic work: 0.08865800499916077 +Info 2579 [19:20:57.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.05155099928379059 +Info 2580 [19:20:57.352] Format host information updated +Info 2581 [19:20:57.544] Format host information updated +Info 2582 [19:20:57.544] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2583 [19:20:57.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 6.512342005968094ms +Info 2584 [19:20:57.551] Different program with same set of files +Info 2585 [19:20:58.879] Format host information updated +Info 2586 [19:20:58.879] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2587 [19:20:58.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 253 structureChanged: true structureIsReused:: SafeModules Elapsed: 4.556951999664307ms +Info 2588 [19:20:58.883] Project '/dev/null/inferredProject1*' (Inferred) +Info 2589 [19:20:58.883] Files (65) + +Info 2590 [19:20:58.883] ----------------------------------------------- +Info 2591 [19:20:58.883] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 2592 [19:20:58.883] Files (123) + +Info 2593 [19:20:58.883] ----------------------------------------------- +Info 2594 [19:20:59.126] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2595 [19:20:59.136] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 254 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.166253000497818ms +Info 2596 [19:20:59.136] Project '/dev/null/inferredProject1*' (Inferred) +Info 2597 [19:20:59.136] Files (119) + +Info 2598 [19:20:59.136] ----------------------------------------------- +Info 2599 [19:20:59.136] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 2600 [19:20:59.136] Files (123) + +Info 2601 [19:20:59.136] ----------------------------------------------- +Info 2602 [19:20:59.137] getCompletionData: Get current token: 0.0029309988021850586 +Info 2603 [19:20:59.137] getCompletionData: Is inside comment: 0.0050780028104782104 +Info 2604 [19:20:59.137] getCompletionData: Get previous token: 0.005613997578620911 +Info 2605 [19:20:59.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0012639909982681274 +Info 2606 [19:20:59.137] Returning an empty list because completion was requested in an invalid position. +Info 2607 [19:20:59.139] Format host information updated +Info 2608 [19:20:59.240] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2609 [19:20:59.247] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 6.396592006087303ms +Info 2610 [19:20:59.247] Different program with same set of files +Info 2611 [19:20:59.247] getCompletionData: Get current token: 0.003585994243621826 +Info 2612 [19:20:59.247] getCompletionData: Is inside comment: 0.005658000707626343 +Info 2613 [19:20:59.247] getCompletionData: Get previous token: 0.006383001804351807 +Info 2614 [19:20:59.247] getCompletionsAtPosition: isCompletionListBlocker: 0.0012969970703125 +Info 2615 [19:20:59.247] Returning an empty list because completion was requested in an invalid position. +Info 2616 [19:20:59.247] Format host information updated +Info 2617 [19:20:59.592] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2618 [19:20:59.598] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 6.105326011776924ms +Info 2619 [19:20:59.598] Different program with same set of files +Info 2620 [19:20:59.598] getCompletionData: Get current token: 0.00320298969745636 +Info 2621 [19:20:59.598] getCompletionData: Is inside comment: 0.0054890066385269165 +Info 2622 [19:20:59.598] getCompletionData: Get previous token: 0.00610099732875824 +Info 2623 [19:20:59.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0015349984169006348 +Info 2624 [19:20:59.598] Returning an empty list because completion was requested in an invalid position. +Info 2625 [19:20:59.598] Format host information updated +Info 2626 [19:20:59.755] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2627 [19:20:59.761] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 6.392897993326187ms +Info 2628 [19:20:59.761] Different program with same set of files +Info 2629 [19:20:59.761] getCompletionData: Get current token: 0.003966003656387329 +Info 2630 [19:20:59.761] getCompletionData: Is inside comment: 0.006167992949485779 +Info 2631 [19:20:59.761] getCompletionData: Get previous token: 0.007524996995925903 +Info 2632 [19:20:59.761] getCompletionsAtPosition: isCompletionListBlocker: 0.0014420002698898315 +Info 2633 [19:20:59.761] Returning an empty list because completion was requested in an invalid position. +Info 2634 [19:20:59.762] Format host information updated +Info 2635 [19:21:00.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2636 [19:21:00.143] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 6.262598007917404ms +Info 2637 [19:21:00.143] Different program with same set of files +Info 2638 [19:21:00.144] getCompletionData: Get current token: 0.0036419928073883057 +Info 2639 [19:21:00.144] getCompletionData: Is inside comment: 0.0062229931354522705 +Info 2640 [19:21:00.144] getCompletionData: Get previous token: 0.007042005658149719 +Info 2641 [19:21:00.144] getCompletionsAtPosition: isCompletionListBlocker: 0.0013490021228790283 +Info 2642 [19:21:00.144] Returning an empty list because completion was requested in an invalid position. +Info 2643 [19:21:00.146] Format host information updated +Info 2644 [19:21:00.301] Format host information updated +Info 2645 [19:21:00.301] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2646 [19:21:00.307] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 6.231602996587753ms +Info 2647 [19:21:00.307] Different program with same set of files +Info 2648 [19:21:00.879] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2649 [19:21:00.885] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 5.9242860078811646ms +Info 2650 [19:21:00.885] Different program with same set of files +Info 2651 [19:21:00.885] getCompletionData: Get current token: 0.003987997770309448 +Info 2652 [19:21:00.885] getCompletionData: Is inside comment: 0.0009810030460357666 +Info 2653 [19:21:00.885] getCompletionData: Get previous token: 0.008159995079040527 +Info 2654 [19:21:00.885] getCompletionsAtPosition: isCompletionListBlocker: 0.0031909942626953125 +Info 2655 [19:21:00.886] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.15731599926948547 ms +Info 2656 [19:21:00.886] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 2657 [19:21:00.886] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 4 structureChanged: false structureIsReused:: Not Elapsed: 0.12371298670768738ms +Info 2658 [19:21:00.886] getExportInfoMap: cache miss or empty; calculating new results +Info 2659 [19:21:00.908] forEachExternalModuleToImportFrom autoImportProvider: 9.542916998267174 +Info 2660 [19:21:00.908] getExportInfoMap: done in 22.770371988415718 ms +Info 2661 [19:21:00.925] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2662 [19:21:00.925] collectAutoImports: response is complete +Info 2663 [19:21:00.925] collectAutoImports: 16.187205001711845 +Info 2664 [19:21:00.925] getCompletionData: Semantic work: 39.422096997499466 +Info 2665 [19:21:00.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.092520996928215 +Info 2666 [19:21:00.935] Format host information updated +Info 2667 [19:21:01.112] Format host information updated +Info 2668 [19:21:01.112] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2669 [19:21:01.119] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 6.631748989224434ms +Info 2670 [19:21:01.119] Different program with same set of files +Info 2671 [19:21:01.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2672 [19:21:01.270] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 6.509181007742882ms +Info 2673 [19:21:01.270] Different program with same set of files +Info 2674 [19:21:01.270] getCompletionData: Get current token: 0.024112001061439514 +Info 2675 [19:21:01.270] getCompletionData: Is inside comment: 0.0013150125741958618 +Info 2676 [19:21:01.270] getCompletionData: Get previous token: 0.011437013745307922 +Info 2677 [19:21:01.270] getCompletionsAtPosition: isCompletionListBlocker: 0.0033729970455169678 +Info 2678 [19:21:01.271] getExportInfoMap: cache hit +Info 2679 [19:21:01.272] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 2680 [19:21:01.272] collectAutoImports: response is complete +Info 2681 [19:21:01.273] collectAutoImports: 1.7037789970636368 +Info 2682 [19:21:01.273] getCompletionData: Semantic work: 2.2920009940862656 +Info 2683 [19:21:01.274] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0078960061073303 +Info 2684 [19:21:01.274] Format host information updated +Info 2685 [19:21:01.340] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2686 [19:21:01.363] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 22.31445899605751ms +Info 2687 [19:21:01.363] Different program with same set of files +Info 2688 [19:21:01.363] getCompletionData: Get current token: 0.008893996477127075 +Info 2689 [19:21:01.363] getCompletionData: Is inside comment: 0.0032589882612228394 +Info 2690 [19:21:01.363] getCompletionData: Get previous token: 0.029697000980377197 +Info 2691 [19:21:01.363] getCompletionsAtPosition: isCompletionListBlocker: 0.008550003170967102 +Info 2692 [19:21:01.365] getExportInfoMap: cache hit +Info 2693 [19:21:01.368] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 2694 [19:21:01.368] collectAutoImports: response is complete +Info 2695 [19:21:01.368] collectAutoImports: 3.08194799721241 +Info 2696 [19:21:01.368] getCompletionData: Semantic work: 4.710204005241394 +Info 2697 [19:21:01.370] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1459819972515106 +Info 2698 [19:21:01.374] Format host information updated +Info 2699 [19:21:01.402] Format host information updated +Info 2700 [19:21:01.403] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2701 [19:21:01.410] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 7.082947000861168ms +Info 2702 [19:21:01.410] Different program with same set of files +Info 2703 [19:21:01.995] Format host information updated +Info 2704 [19:21:01.995] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2705 [19:21:02.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 265 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.887179002165794ms +Info 2706 [19:21:02.008] Different program with same set of files +Info 2707 [19:21:03.578] Format host information updated +Info 2708 [19:21:03.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2709 [19:21:03.584] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 6.114173993468285ms +Info 2710 [19:21:03.584] Different program with same set of files +Info 2711 [19:21:03.750] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2712 [19:21:03.757] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 6.52284300327301ms +Info 2713 [19:21:03.757] Different program with same set of files +Info 2714 [19:21:03.757] getCompletionData: Get current token: 0.003805994987487793 +Info 2715 [19:21:03.757] getCompletionData: Is inside comment: 0.0011029988527297974 +Info 2716 [19:21:03.757] getCompletionData: Get previous token: 0.010960012674331665 +Info 2717 [19:21:03.757] getCompletionsAtPosition: isCompletionListBlocker: 0.0014850050210952759 +Info 2718 [19:21:03.757] Returning an empty list because completion was requested in an invalid position. +Info 2719 [19:21:03.759] Format host information updated +Info 2720 [19:21:03.879] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2721 [19:21:03.886] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 6.415829002857208ms +Info 2722 [19:21:03.886] Different program with same set of files +Info 2723 [19:21:03.886] getCompletionData: Get current token: 0.0036700069904327393 +Info 2724 [19:21:03.886] getCompletionData: Is inside comment: 0.0011949986219406128 +Info 2725 [19:21:03.886] getCompletionData: Get previous token: 0.010377004742622375 +Info 2726 [19:21:03.886] getCompletionsAtPosition: isCompletionListBlocker: 0.0013979971408843994 +Info 2727 [19:21:03.886] Returning an empty list because completion was requested in an invalid position. +Info 2728 [19:21:03.886] Format host information updated +Info 2729 [19:21:03.996] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2730 [19:21:04.003] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 6.447130993008614ms +Info 2731 [19:21:04.003] Different program with same set of files +Info 2732 [19:21:04.003] getCompletionData: Get current token: 0.003336995840072632 +Info 2733 [19:21:04.003] getCompletionData: Is inside comment: 0.0012039989233016968 +Info 2734 [19:21:04.003] getCompletionData: Get previous token: 0.027778998017311096 +Info 2735 [19:21:04.003] getCompletionsAtPosition: isCompletionListBlocker: 0.001573994755744934 +Info 2736 [19:21:04.003] Returning an empty list because completion was requested in an invalid position. +Info 2737 [19:21:04.005] Format host information updated +Info 2738 [19:21:04.122] Format host information updated +Info 2739 [19:21:04.122] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2740 [19:21:04.147] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 24.230171009898186ms +Info 2741 [19:21:04.147] Different program with same set of files +Info 2742 [19:21:05.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2743 [19:21:05.408] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 271 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.845349997282028ms +Info 2744 [19:21:05.409] Different program with same set of files +Info 2745 [19:21:05.410] Format host information updated +Info 2746 [19:21:05.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2747 [19:21:05.621] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 272 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.72937199473381ms +Info 2748 [19:21:05.621] Different program with same set of files +Info 2749 [19:21:05.622] Format host information updated +Info 2750 [19:21:05.718] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2751 [19:21:05.734] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 273 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.449615001678467ms +Info 2752 [19:21:05.734] Different program with same set of files +Info 2753 [19:21:05.735] Format host information updated +Info 2754 [19:21:05.791] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2755 [19:21:05.836] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 274 structureChanged: true structureIsReused:: SafeModules Elapsed: 44.748101994395256ms +Info 2756 [19:21:05.836] Different program with same set of files +Info 2757 [19:21:05.840] Format host information updated +Info 2758 [19:21:05.876] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2759 [19:21:05.887] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 275 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.272158995270729ms +Info 2760 [19:21:05.887] Different program with same set of files +Info 2761 [19:21:05.888] Format host information updated +Info 2762 [19:21:07.402] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2763 [19:21:07.411] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 8.795806005597115ms +Info 2764 [19:21:07.411] Different program with same set of files +Info 2765 [19:21:07.411] getCompletionData: Get current token: 0.0324539989233017 +Info 2766 [19:21:07.411] getCompletionData: Is inside comment: 0.0013590008020401 +Info 2767 [19:21:07.411] getCompletionData: Get previous token: 0.02236500382423401 +Info 2768 [19:21:07.411] getCompletionsAtPosition: isCompletionListBlocker: 0.003480002284049988 +Info 2769 [19:21:07.412] getCompletionData: Semantic work: 0.6646730005741119 +Info 2770 [19:21:07.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13166499137878418 +Info 2771 [19:21:07.412] Format host information updated +Info 2772 [19:21:07.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2773 [19:21:07.559] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 8.68012098968029ms +Info 2774 [19:21:07.559] Different program with same set of files +Info 2775 [19:21:07.559] getCompletionData: Get current token: 0.007638990879058838 +Info 2776 [19:21:07.559] getCompletionData: Is inside comment: 0.001570001244544983 +Info 2777 [19:21:07.559] getCompletionData: Get previous token: 0.01813100278377533 +Info 2778 [19:21:07.559] getCompletionsAtPosition: isCompletionListBlocker: 0.0040580034255981445 +Info 2779 [19:21:07.560] getExportInfoMap: cache hit +Info 2780 [19:21:07.583] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2781 [19:21:07.583] collectAutoImports: response is complete +Info 2782 [19:21:07.583] collectAutoImports: 23.736011996865273 +Info 2783 [19:21:07.583] getCompletionData: Semantic work: 24.314052000641823 +Info 2784 [19:21:07.593] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.630713000893593 +Info 2785 [19:21:07.598] Format host information updated +Info 2786 [19:21:07.616] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2787 [19:21:07.622] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 6.19396099448204ms +Info 2788 [19:21:07.622] Different program with same set of files +Info 2789 [19:21:07.622] getCompletionData: Get current token: 0.005720004439353943 +Info 2790 [19:21:07.622] getCompletionData: Is inside comment: 0.0012950003147125244 +Info 2791 [19:21:07.622] getCompletionData: Get previous token: 0.017836004495620728 +Info 2792 [19:21:07.623] getCompletionsAtPosition: isCompletionListBlocker: 0.007778987288475037 +Info 2793 [19:21:07.623] getExportInfoMap: cache hit +Info 2794 [19:21:07.636] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2795 [19:21:07.636] collectAutoImports: response is complete +Info 2796 [19:21:07.636] collectAutoImports: 12.701653003692627 +Info 2797 [19:21:07.636] getCompletionData: Semantic work: 13.19012500345707 +Info 2798 [19:21:07.642] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.180767998099327 +Info 2799 [19:21:07.648] Format host information updated +Info 2800 [19:21:07.926] getCompletionData: Get current token: 0.031075000762939453 +Info 2801 [19:21:07.926] getCompletionData: Is inside comment: 0.006647005677223206 +Info 2802 [19:21:07.926] getCompletionData: Get previous token: 0.06495900452136993 +Info 2803 [19:21:07.926] getCompletionsAtPosition: isCompletionListBlocker: 0.010678008198738098 +Info 2804 [19:21:07.928] getExportInfoMap: cache hit +Info 2805 [19:21:07.960] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2806 [19:21:07.960] collectAutoImports: response is complete +Info 2807 [19:21:07.960] collectAutoImports: 31.70973700284958 +Info 2808 [19:21:07.960] getCompletionData: Semantic work: 33.68016400933266 +Info 2809 [19:21:07.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.143181011080742 +Info 2810 [19:21:08.598] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2811 [19:21:08.606] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 8.310326993465424ms +Info 2812 [19:21:08.606] Different program with same set of files +Info 2813 [19:21:08.608] getCompletionData: Get current token: 0.022918999195098877 +Info 2814 [19:21:08.608] getCompletionData: Is inside comment: 0.0034330040216445923 +Info 2815 [19:21:08.608] getCompletionData: Get previous token: 0.04453100264072418 +Info 2816 [19:21:08.608] getCompletionsAtPosition: isCompletionListBlocker: 0.0036060065031051636 +Info 2817 [19:21:08.608] Returning an empty list because completion was requested in an invalid position. +Info 2818 [19:21:08.608] Format host information updated +Info 2819 [19:21:08.739] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2820 [19:21:08.746] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 6.51010499894619ms +Info 2821 [19:21:08.746] Different program with same set of files +Info 2822 [19:21:08.746] getCompletionData: Get current token: 0.007877007126808167 +Info 2823 [19:21:08.746] getCompletionData: Is inside comment: 0.0015809983015060425 +Info 2824 [19:21:08.746] getCompletionData: Get previous token: 0.016231998801231384 +Info 2825 [19:21:08.746] getCompletionsAtPosition: isCompletionListBlocker: 0.01323699951171875 +Info 2826 [19:21:08.746] getExportInfoMap: cache hit +Info 2827 [19:21:08.760] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2828 [19:21:08.760] collectAutoImports: response is complete +Info 2829 [19:21:08.760] collectAutoImports: 13.629125997424126 +Info 2830 [19:21:08.760] getCompletionData: Semantic work: 14.207402989268303 +Info 2831 [19:21:08.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.135095998644829 +Info 2832 [19:21:08.773] Format host information updated +Info 2833 [19:21:09.097] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2834 [19:21:09.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 7.073997005820274ms +Info 2835 [19:21:09.104] Different program with same set of files +Info 2836 [19:21:09.106] getCompletionData: Get current token: 0.01842200756072998 +Info 2837 [19:21:09.106] getCompletionData: Is inside comment: 0.003707006573677063 +Info 2838 [19:21:09.106] getCompletionData: Get previous token: 0.02221199870109558 +Info 2839 [19:21:09.106] getCompletionsAtPosition: isCompletionListBlocker: 0.0013670027256011963 +Info 2840 [19:21:09.106] Returning an empty list because completion was requested in an invalid position. +Info 2841 [19:21:09.108] Format host information updated +Info 2842 [19:21:09.229] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2843 [19:21:09.235] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 6.016620993614197ms +Info 2844 [19:21:09.235] Different program with same set of files +Info 2845 [19:21:09.235] getCompletionData: Get current token: 0.006678000092506409 +Info 2846 [19:21:09.235] getCompletionData: Is inside comment: 0.0011859983205795288 +Info 2847 [19:21:09.235] getCompletionData: Get previous token: 0.01532900333404541 +Info 2848 [19:21:09.235] getCompletionsAtPosition: isCompletionListBlocker: 0.0032490044832229614 +Info 2849 [19:21:09.235] getExportInfoMap: cache hit +Info 2850 [19:21:09.249] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2851 [19:21:09.249] collectAutoImports: response is complete +Info 2852 [19:21:09.249] collectAutoImports: 13.699524000287056 +Info 2853 [19:21:09.249] getCompletionData: Semantic work: 14.195880010724068 +Info 2854 [19:21:09.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.370199009776115 +Info 2855 [19:21:09.262] Format host information updated +Info 2856 [19:21:10.026] Format host information updated +Info 2857 [19:21:10.027] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2858 [19:21:10.037] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 283 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.231427997350693ms +Info 2859 [19:21:10.037] Different program with same set of files +Info 2860 [19:21:10.503] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2861 [19:21:10.509] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 6.3422399908304214ms +Info 2862 [19:21:10.509] Different program with same set of files +Info 2863 [19:21:10.510] Format host information updated +Info 2864 [19:21:10.932] Format host information updated +Info 2865 [19:21:10.933] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2866 [19:21:10.939] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 6.491576001048088ms +Info 2867 [19:21:10.939] Different program with same set of files +Info 2868 [19:21:11.306] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2869 [19:21:11.314] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 286 structureChanged: true structureIsReused:: SafeModules Elapsed: 8.943593010306358ms +Info 2870 [19:21:11.315] Different program with same set of files +Info 2871 [19:21:11.315] Format host information updated +Info 2872 [19:21:11.514] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2873 [19:21:11.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 287 structureChanged: true structureIsReused:: SafeModules Elapsed: 43.45318199694157ms +Info 2874 [19:21:11.558] Different program with same set of files +Info 2875 [19:21:11.559] Format host information updated +Info 2876 [19:21:11.631] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2877 [19:21:11.658] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 288 structureChanged: true structureIsReused:: SafeModules Elapsed: 27.2398089915514ms +Info 2878 [19:21:11.659] Different program with same set of files +Info 2879 [19:21:11.664] Format host information updated +Info 2880 [19:21:12.644] Format host information updated +Info 2881 [19:21:12.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2882 [19:21:12.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 289 structureChanged: true structureIsReused:: SafeModules Elapsed: 10.885034993290901ms +Info 2883 [19:21:12.655] Different program with same set of files +Info 2884 [19:21:13.626] Format host information updated +Info 2885 [19:21:13.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2886 [19:21:13.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 8.148247987031937ms +Info 2887 [19:21:13.634] Different program with same set of files +Info 2888 [19:21:13.829] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2889 [19:21:13.836] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 6.702204003930092ms +Info 2890 [19:21:13.836] Different program with same set of files +Info 2891 [19:21:13.836] getCompletionData: Get current token: 0.0028650015592575073 +Info 2892 [19:21:13.836] getCompletionData: Is inside comment: 0.004346996545791626 +Info 2893 [19:21:13.836] getCompletionData: Get previous token: 0.0056950002908706665 +Info 2894 [19:21:13.836] getCompletionsAtPosition: isCompletionListBlocker: 0.0013220012187957764 +Info 2895 [19:21:13.836] Returning an empty list because completion was requested in an invalid position. +Info 2896 [19:21:13.836] Format host information updated +Info 2897 [19:21:13.975] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2898 [19:21:13.982] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 6.480649009346962ms +Info 2899 [19:21:13.982] Different program with same set of files +Info 2900 [19:21:13.982] getCompletionData: Get current token: 0.0024940073490142822 +Info 2901 [19:21:13.982] getCompletionData: Is inside comment: 0.004745990037918091 +Info 2902 [19:21:13.982] getCompletionData: Get previous token: 0.006676003336906433 +Info 2903 [19:21:13.982] getCompletionsAtPosition: isCompletionListBlocker: 0.0013779997825622559 +Info 2904 [19:21:13.982] Returning an empty list because completion was requested in an invalid position. +Info 2905 [19:21:13.984] Format host information updated +Info 2906 [19:21:14.729] getCompletionData: Get current token: 0.007861003279685974 +Info 2907 [19:21:14.729] getCompletionData: Is inside comment: 0.009443998336791992 +Info 2908 [19:21:14.729] getCompletionData: Get previous token: 0.006216004490852356 +Info 2909 [19:21:14.729] getCompletionsAtPosition: isCompletionListBlocker: 0.00846099853515625 +Info 2910 [19:21:14.729] getExportInfoMap: cache hit +Info 2911 [19:21:14.739] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2912 [19:21:14.739] collectAutoImports: response is complete +Info 2913 [19:21:14.739] collectAutoImports: 10.117365002632141 +Info 2914 [19:21:14.739] getCompletionData: Semantic work: 10.719531998038292 +Info 2915 [19:21:14.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.963316008448601 +Info 2916 [19:21:15.421] getCompletionData: Get current token: 0.006280004978179932 +Info 2917 [19:21:15.421] getCompletionData: Is inside comment: 0.0014140009880065918 +Info 2918 [19:21:15.421] getCompletionData: Get previous token: 0.011518001556396484 +Info 2919 [19:21:15.421] getCompletionsAtPosition: isCompletionListBlocker: 0.004061996936798096 +Info 2920 [19:21:15.421] getExportInfoMap: cache hit +Info 2921 [19:21:15.429] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 2922 [19:21:15.429] collectAutoImports: response is complete +Info 2923 [19:21:15.429] collectAutoImports: 7.2205940037965775 +Info 2924 [19:21:15.429] getCompletionData: Semantic work: 7.749635994434357 +Info 2925 [19:21:15.434] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.73852801322937 +Info 2926 [19:21:15.657] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2927 [19:21:15.665] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 8.49295300245285ms +Info 2928 [19:21:15.665] Different program with same set of files +Info 2929 [19:21:15.665] getCompletionData: Get current token: 0.007372006773948669 +Info 2930 [19:21:15.665] getCompletionData: Is inside comment: 0.0014030039310455322 +Info 2931 [19:21:15.665] getCompletionData: Get previous token: 0.02001500129699707 +Info 2932 [19:21:15.665] getCompletionsAtPosition: isCompletionListBlocker: 0.0036599934101104736 +Info 2933 [19:21:15.666] getExportInfoMap: cache hit +Info 2934 [19:21:15.669] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 1 from cache +Info 2935 [19:21:15.669] collectAutoImports: response is complete +Info 2936 [19:21:15.669] collectAutoImports: 2.749009996652603 +Info 2937 [19:21:15.669] getCompletionData: Semantic work: 3.340482994914055 +Info 2938 [19:21:15.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5478170067071915 +Info 2939 [19:21:15.672] Format host information updated +Info 2940 [19:21:15.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2941 [19:21:15.796] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 6.4460970014333725ms +Info 2942 [19:21:15.796] Different program with same set of files +Info 2943 [19:21:15.796] getCompletionData: Get current token: 0.006601005792617798 +Info 2944 [19:21:15.796] getCompletionData: Is inside comment: 0.0013049989938735962 +Info 2945 [19:21:15.796] getCompletionData: Get previous token: 0.018512994050979614 +Info 2946 [19:21:15.796] getCompletionsAtPosition: isCompletionListBlocker: 0.00377500057220459 +Info 2947 [19:21:15.797] getExportInfoMap: cache hit +Info 2948 [19:21:15.799] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 1 from cache +Info 2949 [19:21:15.799] collectAutoImports: response is complete +Info 2950 [19:21:15.799] collectAutoImports: 1.9932439923286438 +Info 2951 [19:21:15.799] getCompletionData: Semantic work: 2.587797999382019 +Info 2952 [19:21:15.801] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3079230040311813 +Info 2953 [19:21:15.803] Format host information updated +Info 2954 [19:21:15.915] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2955 [19:21:15.921] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 6.193879008293152ms +Info 2956 [19:21:15.921] Different program with same set of files +Info 2957 [19:21:15.921] getCompletionData: Get current token: 0.0069829970598220825 +Info 2958 [19:21:15.921] getCompletionData: Is inside comment: 0.0012979954481124878 +Info 2959 [19:21:15.921] getCompletionData: Get previous token: 0.017882004380226135 +Info 2960 [19:21:15.921] getCompletionsAtPosition: isCompletionListBlocker: 0.002902999520301819 +Info 2961 [19:21:15.921] getCompletionData: Semantic work: 0.07820500433444977 +Info 2962 [19:21:15.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.023200005292892456 +Info 2963 [19:21:15.922] Format host information updated +Info 2964 [19:21:16.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2965 [19:21:16.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 6.539598003029823ms +Info 2966 [19:21:16.325] Different program with same set of files +Info 2967 [19:21:16.325] getCompletionData: Get current token: 0.006232008337974548 +Info 2968 [19:21:16.325] getCompletionData: Is inside comment: 0.0012720078229904175 +Info 2969 [19:21:16.325] getCompletionData: Get previous token: 0.017727002501487732 +Info 2970 [19:21:16.325] getCompletionsAtPosition: isCompletionListBlocker: 0.003886997699737549 +Info 2971 [19:21:16.326] getExportInfoMap: cache hit +Info 2972 [19:21:16.328] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 1 from cache +Info 2973 [19:21:16.328] collectAutoImports: response is complete +Info 2974 [19:21:16.328] collectAutoImports: 1.8589029908180237 +Info 2975 [19:21:16.328] getCompletionData: Semantic work: 2.3860370069742203 +Info 2976 [19:21:16.329] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0124550014734268 +Info 2977 [19:21:16.332] Format host information updated +Info 2978 [19:21:16.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2979 [19:21:16.479] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 6.536211997270584ms +Info 2980 [19:21:16.479] Different program with same set of files +Info 2981 [19:21:16.479] getCompletionData: Get current token: 0.006787002086639404 +Info 2982 [19:21:16.479] getCompletionData: Is inside comment: 0.0013739913702011108 +Info 2983 [19:21:16.479] getCompletionData: Get previous token: 0.019574999809265137 +Info 2984 [19:21:16.479] getCompletionsAtPosition: isCompletionListBlocker: 0.003859996795654297 +Info 2985 [19:21:16.480] getExportInfoMap: cache hit +Info 2986 [19:21:16.483] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 1 from cache +Info 2987 [19:21:16.483] collectAutoImports: response is complete +Info 2988 [19:21:16.483] collectAutoImports: 2.8489950001239777 +Info 2989 [19:21:16.483] getCompletionData: Semantic work: 3.438930004835129 +Info 2990 [19:21:16.485] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.925341010093689 +Info 2991 [19:21:16.486] Format host information updated +Info 2992 [19:21:16.658] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2993 [19:21:16.667] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 8.913515001535416ms +Info 2994 [19:21:16.667] Different program with same set of files +Info 2995 [19:21:16.668] getCompletionData: Get current token: 0.0073009878396987915 +Info 2996 [19:21:16.668] getCompletionData: Is inside comment: 0.001579001545906067 +Info 2997 [19:21:16.668] getCompletionData: Get previous token: 0.014736995100975037 +Info 2998 [19:21:16.668] getCompletionsAtPosition: isCompletionListBlocker: 0.0038170069456100464 +Info 2999 [19:21:16.668] getExportInfoMap: cache hit +Info 3000 [19:21:16.680] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3001 [19:21:16.680] collectAutoImports: response is complete +Info 3002 [19:21:16.680] collectAutoImports: 11.990013986825943 +Info 3003 [19:21:16.680] getCompletionData: Semantic work: 12.582082003355026 +Info 3004 [19:21:16.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.730622008442879 +Info 3005 [19:21:16.696] Format host information updated +Info 3006 [19:21:16.732] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3007 [19:21:16.739] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 6.9391269981861115ms +Info 3008 [19:21:16.739] Different program with same set of files +Info 3009 [19:21:16.739] getCompletionData: Get current token: 0.007033005356788635 +Info 3010 [19:21:16.739] getCompletionData: Is inside comment: 0.0014410018920898438 +Info 3011 [19:21:16.739] getCompletionData: Get previous token: 0.019877001643180847 +Info 3012 [19:21:16.739] getCompletionsAtPosition: isCompletionListBlocker: 0.004253000020980835 +Info 3013 [19:21:16.740] getExportInfoMap: cache hit +Info 3014 [19:21:16.743] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 1 from cache +Info 3015 [19:21:16.743] collectAutoImports: response is complete +Info 3016 [19:21:16.743] collectAutoImports: 2.763056993484497 +Info 3017 [19:21:16.743] getCompletionData: Semantic work: 3.357234999537468 +Info 3018 [19:21:16.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7157469987869263 +Info 3019 [19:21:16.746] Format host information updated +Info 3020 [19:21:16.931] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3021 [19:21:16.937] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 5.8126819878816605ms +Info 3022 [19:21:16.937] Different program with same set of files +Info 3023 [19:21:16.937] getCompletionData: Get current token: 0.005969002842903137 +Info 3024 [19:21:16.937] getCompletionData: Is inside comment: 0.0011879950761795044 +Info 3025 [19:21:16.937] getCompletionData: Get previous token: 0.017002999782562256 +Info 3026 [19:21:16.937] getCompletionsAtPosition: isCompletionListBlocker: 0.0033909976482391357 +Info 3027 [19:21:16.937] getExportInfoMap: cache hit +Info 3028 [19:21:16.941] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 1 from cache +Info 3029 [19:21:16.941] collectAutoImports: response is complete +Info 3030 [19:21:16.941] collectAutoImports: 3.6085599958896637 +Info 3031 [19:21:16.941] getCompletionData: Semantic work: 4.204797998070717 +Info 3032 [19:21:16.943] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.077900007367134 +Info 3033 [19:21:16.943] Format host information updated +Info 3034 [19:21:17.046] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3035 [19:21:17.052] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 6.284261003136635ms +Info 3036 [19:21:17.052] Different program with same set of files +Info 3037 [19:21:17.052] getCompletionData: Get current token: 0.006855010986328125 +Info 3038 [19:21:17.052] getCompletionData: Is inside comment: 0.0018580108880996704 +Info 3039 [19:21:17.052] getCompletionData: Get previous token: 0.01951700448989868 +Info 3040 [19:21:17.052] getCompletionsAtPosition: isCompletionListBlocker: 0.0029409974813461304 +Info 3041 [19:21:17.053] getCompletionData: Semantic work: 0.4133010059595108 +Info 3042 [19:21:17.053] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08868099749088287 +Info 3043 [19:21:17.053] Format host information updated +Info 3044 [19:21:17.355] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3045 [19:21:17.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 6.574542999267578ms +Info 3046 [19:21:17.362] Different program with same set of files +Info 3047 [19:21:17.362] getCompletionData: Get current token: 0.010430008172988892 +Info 3048 [19:21:17.362] getCompletionData: Is inside comment: 0.0017340034246444702 +Info 3049 [19:21:17.362] getCompletionData: Get previous token: 0.02146001160144806 +Info 3050 [19:21:17.362] getCompletionsAtPosition: isCompletionListBlocker: 0.003053992986679077 +Info 3051 [19:21:17.362] getCompletionData: Semantic work: 0.36150699853897095 +Info 3052 [19:21:17.362] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08820299804210663 +Info 3053 [19:21:17.365] Format host information updated +Info 3054 [19:21:17.416] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3055 [19:21:17.423] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 7.240459993481636ms +Info 3056 [19:21:17.423] Different program with same set of files +Info 3057 [19:21:17.423] getCompletionData: Get current token: 0.00799800455570221 +Info 3058 [19:21:17.423] getCompletionData: Is inside comment: 0.0016049891710281372 +Info 3059 [19:21:17.423] getCompletionData: Get previous token: 0.023817002773284912 +Info 3060 [19:21:17.424] getCompletionsAtPosition: isCompletionListBlocker: 0.003251001238822937 +Info 3061 [19:21:17.424] getCompletionData: Semantic work: 0.3684609979391098 +Info 3062 [19:21:17.424] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09891800582408905 +Info 3063 [19:21:17.424] Format host information updated +Info 3064 [19:21:17.491] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3065 [19:21:17.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 6.595663011074066ms +Info 3066 [19:21:17.498] Different program with same set of files +Info 3067 [19:21:17.498] getCompletionData: Get current token: 0.007746994495391846 +Info 3068 [19:21:17.498] getCompletionData: Is inside comment: 0.0015440136194229126 +Info 3069 [19:21:17.498] getCompletionData: Get previous token: 0.02197900414466858 +Info 3070 [19:21:17.498] getCompletionsAtPosition: isCompletionListBlocker: 0.0033749938011169434 +Info 3071 [19:21:17.498] getCompletionData: Semantic work: 0.30896300077438354 +Info 3072 [19:21:17.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08991499245166779 +Info 3073 [19:21:17.501] Format host information updated +Info 3074 [19:21:18.078] Format host information updated +Info 3075 [19:21:18.078] Format host information updated +Info 3076 [19:21:18.078] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3077 [19:21:18.084] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 6.3671810030937195ms +Info 3078 [19:21:18.084] Different program with same set of files +Info 3079 [19:21:18.084] getCompletionData: Get current token: 0.007071003317832947 +Info 3080 [19:21:18.084] getCompletionData: Is inside comment: 0.0013989955186843872 +Info 3081 [19:21:18.084] getCompletionData: Get previous token: 0.016527995467185974 +Info 3082 [19:21:18.084] getCompletionsAtPosition: isCompletionListBlocker: 0.007632002234458923 +Info 3083 [19:21:18.085] getExportInfoMap: cache hit +Info 3084 [19:21:18.099] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3085 [19:21:18.099] collectAutoImports: response is complete +Info 3086 [19:21:18.099] collectAutoImports: 13.548517003655434 +Info 3087 [19:21:18.099] getCompletionData: Semantic work: 14.101722002029419 +Info 3088 [19:21:18.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.067351996898651 +Info 3089 [19:21:18.111] getCompletionData: Get current token: 0.01745399832725525 +Info 3090 [19:21:18.111] getCompletionData: Is inside comment: 0.0035219937562942505 +Info 3091 [19:21:18.111] getCompletionData: Get previous token: 0.021028995513916016 +Info 3092 [19:21:18.111] getCompletionsAtPosition: isCompletionListBlocker: 0.0030750036239624023 +Info 3093 [19:21:18.111] getCompletionData: Semantic work: 0.27466699481010437 +Info 3094 [19:21:18.115] getCompletionData: Get current token: 0.011393994092941284 +Info 3095 [19:21:18.115] getCompletionData: Is inside comment: 0.0027479976415634155 +Info 3096 [19:21:18.115] getCompletionData: Get previous token: 0.018865004181861877 +Info 3097 [19:21:18.115] getCompletionsAtPosition: isCompletionListBlocker: 0.0018710047006607056 +Info 3098 [19:21:18.116] getCompletionData: Semantic work: 0.2017900049686432 +Info 3099 [19:21:18.116] Format host information updated +Info 3100 [19:21:18.385] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3101 [19:21:18.391] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 6.695440009236336ms +Info 3102 [19:21:18.391] Different program with same set of files +Info 3103 [19:21:18.392] getCompletionData: Get current token: 0.007285997271537781 +Info 3104 [19:21:18.392] getCompletionData: Is inside comment: 0.0016559958457946777 +Info 3105 [19:21:18.392] getCompletionData: Get previous token: 0.01752699911594391 +Info 3106 [19:21:18.392] getCompletionsAtPosition: isCompletionListBlocker: 0.0055519938468933105 +Info 3107 [19:21:18.392] getExportInfoMap: cache hit +Info 3108 [19:21:18.406] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3109 [19:21:18.406] collectAutoImports: response is complete +Info 3110 [19:21:18.407] collectAutoImports: 14.22800500690937 +Info 3111 [19:21:18.407] getCompletionData: Semantic work: 14.820941999554634 +Info 3112 [19:21:18.414] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.058149993419647 +Info 3113 [19:21:18.423] Format host information updated +Info 3114 [19:21:18.528] Format host information updated +Info 3115 [19:21:18.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3116 [19:21:18.535] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 6.478186994791031ms +Info 3117 [19:21:18.535] Different program with same set of files +Info 3118 [19:21:18.802] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3119 [19:21:18.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 6.3855309933424ms +Info 3120 [19:21:18.808] Different program with same set of files +Info 3121 [19:21:18.809] getCompletionData: Get current token: 0.013805001974105835 +Info 3122 [19:21:18.809] getCompletionData: Is inside comment: 0.002911999821662903 +Info 3123 [19:21:18.809] getCompletionData: Get previous token: 0.01716598868370056 +Info 3124 [19:21:18.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0010299980640411377 +Info 3125 [19:21:18.810] Returning an empty list because completion was requested in an invalid position. +Info 3126 [19:21:18.810] Format host information updated +Info 3127 [19:21:18.934] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3128 [19:21:18.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 8.354990005493164ms +Info 3129 [19:21:18.943] Different program with same set of files +Info 3130 [19:21:18.943] getCompletionData: Get current token: 0.0076359957456588745 +Info 3131 [19:21:18.943] getCompletionData: Is inside comment: 0.0013220012187957764 +Info 3132 [19:21:18.943] getCompletionData: Get previous token: 0.016813993453979492 +Info 3133 [19:21:18.943] getCompletionsAtPosition: isCompletionListBlocker: 0.009064003825187683 +Info 3134 [19:21:18.944] getExportInfoMap: cache hit +Info 3135 [19:21:18.955] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3136 [19:21:18.955] collectAutoImports: response is complete +Info 3137 [19:21:18.955] collectAutoImports: 11.575534000992775 +Info 3138 [19:21:18.955] getCompletionData: Semantic work: 12.176743999123573 +Info 3139 [19:21:18.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.067740991711617 +Info 3140 [19:21:18.970] Format host information updated +Info 3141 [19:21:19.703] getCompletionData: Get current token: 0.02400900423526764 +Info 3142 [19:21:19.703] getCompletionData: Is inside comment: 0.0047060102224349976 +Info 3143 [19:21:19.703] getCompletionData: Get previous token: 0.026563003659248352 +Info 3144 [19:21:19.703] getCompletionsAtPosition: isCompletionListBlocker: 0.007798001170158386 +Info 3145 [19:21:19.703] Returning an empty list because completion was requested in an invalid position. +Info 3146 [19:21:20.844] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3147 [19:21:20.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 9.383258000016212ms +Info 3148 [19:21:20.853] Different program with same set of files +Info 3149 [19:21:20.854] getCompletionData: Get current token: 0.015134990215301514 +Info 3150 [19:21:20.854] getCompletionData: Is inside comment: 0.0031190067529678345 +Info 3151 [19:21:20.854] getCompletionData: Get previous token: 0.01600399613380432 +Info 3152 [19:21:20.854] getCompletionsAtPosition: isCompletionListBlocker: 0.004799991846084595 +Info 3153 [19:21:20.854] Returning an empty list because completion was requested in an invalid position. +Info 3154 [19:21:20.855] Format host information updated +Info 3155 [19:21:20.944] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3156 [19:21:20.951] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 6.321090012788773ms +Info 3157 [19:21:20.951] Different program with same set of files +Info 3158 [19:21:20.952] getCompletionData: Get current token: 0.013953998684883118 +Info 3159 [19:21:20.952] getCompletionData: Is inside comment: 0.0029100030660629272 +Info 3160 [19:21:20.952] getCompletionData: Get previous token: 0.016089990735054016 +Info 3161 [19:21:20.952] getCompletionsAtPosition: isCompletionListBlocker: 0.0012800097465515137 +Info 3162 [19:21:20.952] Returning an empty list because completion was requested in an invalid position. +Info 3163 [19:21:20.955] Format host information updated +Info 3164 [19:21:21.015] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3165 [19:21:21.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 13.670112997293472ms +Info 3166 [19:21:21.029] Different program with same set of files +Info 3167 [19:21:21.032] getCompletionData: Get current token: 0.04180899262428284 +Info 3168 [19:21:21.032] getCompletionData: Is inside comment: 0.011199012398719788 +Info 3169 [19:21:21.032] getCompletionData: Get previous token: 0.04548199474811554 +Info 3170 [19:21:21.032] getCompletionsAtPosition: isCompletionListBlocker: 0.002928987145423889 +Info 3171 [19:21:21.032] Returning an empty list because completion was requested in an invalid position. +Info 3172 [19:21:21.033] Format host information updated +Info 3173 [19:21:21.115] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3174 [19:21:21.138] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 23.52410399913788ms +Info 3175 [19:21:21.138] Different program with same set of files +Info 3176 [19:21:21.141] getCompletionData: Get current token: 0.04047200083732605 +Info 3177 [19:21:21.141] getCompletionData: Is inside comment: 0.007901996374130249 +Info 3178 [19:21:21.141] getCompletionData: Get previous token: 0.053110986948013306 +Info 3179 [19:21:21.141] getCompletionsAtPosition: isCompletionListBlocker: 0.0025649964809417725 +Info 3180 [19:21:21.141] Returning an empty list because completion was requested in an invalid position. +Info 3181 [19:21:21.146] Format host information updated +Info 3182 [19:21:30.207] getCompletionData: Get current token: 0.015460997819900513 +Info 3183 [19:21:30.207] getCompletionData: Is inside comment: 0.0037550032138824463 +Info 3184 [19:21:30.207] getCompletionData: Get previous token: 0.01985299587249756 +Info 3185 [19:21:30.207] getCompletionsAtPosition: isCompletionListBlocker: 0.001399010419845581 +Info 3186 [19:21:30.207] Returning an empty list because completion was requested in an invalid position. +Info 3187 [19:21:30.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3188 [19:21:30.418] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 6.430684998631477ms +Info 3189 [19:21:30.418] Different program with same set of files +Info 3190 [19:21:30.419] getCompletionData: Get current token: 0.012005001306533813 +Info 3191 [19:21:30.419] getCompletionData: Is inside comment: 0.003255993127822876 +Info 3192 [19:21:30.419] getCompletionData: Get previous token: 0.013964995741844177 +Info 3193 [19:21:30.419] getCompletionsAtPosition: isCompletionListBlocker: 0.0010360032320022583 +Info 3194 [19:21:30.419] Returning an empty list because completion was requested in an invalid position. +Info 3195 [19:21:30.420] Format host information updated +Info 3196 [19:21:30.549] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3197 [19:21:30.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 17.242930993437767ms +Info 3198 [19:21:30.566] Different program with same set of files +Info 3199 [19:21:30.568] getCompletionData: Get current token: 0.021435990929603577 +Info 3200 [19:21:30.568] getCompletionData: Is inside comment: 0.004761993885040283 +Info 3201 [19:21:30.568] getCompletionData: Get previous token: 0.049591004848480225 +Info 3202 [19:21:30.568] getCompletionsAtPosition: isCompletionListBlocker: 0.0016920119524002075 +Info 3203 [19:21:30.568] Returning an empty list because completion was requested in an invalid position. +Info 3204 [19:21:30.569] Format host information updated +Info 3205 [19:21:30.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3206 [19:21:30.690] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 15.22732999920845ms +Info 3207 [19:21:30.690] Different program with same set of files +Info 3208 [19:21:30.691] getCompletionData: Get current token: 0.01628899574279785 +Info 3209 [19:21:30.691] getCompletionData: Is inside comment: 0.0028560012578964233 +Info 3210 [19:21:30.691] getCompletionData: Get previous token: 0.019133999943733215 +Info 3211 [19:21:30.691] getCompletionsAtPosition: isCompletionListBlocker: 0.0012139976024627686 +Info 3212 [19:21:30.691] Returning an empty list because completion was requested in an invalid position. +Info 3213 [19:21:30.692] Format host information updated +Info 3214 [19:21:30.846] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3215 [19:21:30.878] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 32.09655000269413ms +Info 3216 [19:21:30.878] Different program with same set of files +Info 3217 [19:21:30.881] getCompletionData: Get current token: 0.0629660040140152 +Info 3218 [19:21:30.881] getCompletionData: Is inside comment: 0.012483999133110046 +Info 3219 [19:21:30.881] getCompletionData: Get previous token: 0.05387298762798309 +Info 3220 [19:21:30.881] getCompletionsAtPosition: isCompletionListBlocker: 0.002709999680519104 +Info 3221 [19:21:30.881] Returning an empty list because completion was requested in an invalid position. +Info 3222 [19:21:30.884] Format host information updated +Info 3223 [19:21:31.034] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3224 [19:21:31.043] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 8.49651999771595ms +Info 3225 [19:21:31.043] Different program with same set of files +Info 3226 [19:21:31.044] getCompletionData: Get current token: 0.020381003618240356 +Info 3227 [19:21:31.044] getCompletionData: Is inside comment: 0.003492996096611023 +Info 3228 [19:21:31.044] getCompletionData: Get previous token: 0.025227993726730347 +Info 3229 [19:21:31.044] getCompletionsAtPosition: isCompletionListBlocker: 0.0012309998273849487 +Info 3230 [19:21:31.044] Returning an empty list because completion was requested in an invalid position. +Info 3231 [19:21:31.044] Format host information updated +Info 3232 [19:21:40.792] Format host information updated +Info 3233 [19:21:40.792] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3234 [19:21:40.822] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 319 structureChanged: true structureIsReused:: SafeModules Elapsed: 30.070188999176025ms +Info 3235 [19:21:40.822] Different program with same set of files +Info 3236 [19:21:42.287] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3237 [19:21:42.302] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 320 structureChanged: true structureIsReused:: SafeModules Elapsed: 15.03872700035572ms +Info 3238 [19:21:42.302] Different program with same set of files +Info 3239 [19:21:42.304] Format host information updated +Info 3240 [19:21:42.431] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3241 [19:21:42.448] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 321 structureChanged: true structureIsReused:: SafeModules Elapsed: 17.854892998933792ms +Info 3242 [19:21:42.448] Different program with same set of files +Info 3243 [19:21:42.450] Format host information updated +Info 3244 [19:21:42.633] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3245 [19:21:42.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 322 structureChanged: true structureIsReused:: SafeModules Elapsed: 14.623571991920471ms +Info 3246 [19:21:42.648] Different program with same set of files +Info 3247 [19:21:42.649] Format host information updated +Info 3248 [19:21:42.982] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3249 [19:21:42.996] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 323 structureChanged: true structureIsReused:: SafeModules Elapsed: 13.984521001577377ms +Info 3250 [19:21:42.996] Different program with same set of files +Info 3251 [19:21:43.000] Format host information updated +Info 3252 [19:21:43.096] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3253 [19:21:43.107] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 324 structureChanged: true structureIsReused:: SafeModules Elapsed: 11.698000997304916ms +Info 3254 [19:21:43.107] Different program with same set of files +Info 3255 [19:21:43.108] Format host information updated +Info 3256 [19:21:43.487] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3257 [19:21:43.500] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 325 structureChanged: true structureIsReused:: SafeModules Elapsed: 12.98913399875164ms +Info 3258 [19:21:43.500] Different program with same set of files +Info 3259 [19:21:43.501] Format host information updated +Info 3260 [19:21:43.666] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3261 [19:21:43.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 326 structureChanged: true structureIsReused:: SafeModules Elapsed: 34.35489600896835ms +Info 3262 [19:21:43.701] Different program with same set of files +Info 3263 [19:21:43.702] Format host information updated +Info 3264 [19:21:45.467] Format host information updated +Info 3265 [19:21:45.468] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3266 [19:21:45.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 9.188265010714531ms +Info 3267 [19:21:45.477] Different program with same set of files +Info 3268 [19:21:46.020] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3269 [19:21:46.030] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 10.309034004807472ms +Info 3270 [19:21:46.030] Different program with same set of files +Info 3271 [19:21:46.030] getCompletionData: Get current token: 0.004017993807792664 +Info 3272 [19:21:46.030] getCompletionData: Is inside comment: 0.007077991962432861 +Info 3273 [19:21:46.030] getCompletionData: Get previous token: 0.010153010487556458 +Info 3274 [19:21:46.030] getCompletionsAtPosition: isCompletionListBlocker: 0.002379998564720154 +Info 3275 [19:21:46.030] Returning an empty list because completion was requested in an invalid position. +Info 3276 [19:21:46.031] Format host information updated +Info 3277 [19:21:46.353] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3278 [19:21:46.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 9.051072999835014ms +Info 3279 [19:21:46.362] Different program with same set of files +Info 3280 [19:21:46.363] getCompletionData: Get current token: 0.0037090033292770386 +Info 3281 [19:21:46.363] getCompletionData: Is inside comment: 0.006956994533538818 +Info 3282 [19:21:46.363] getCompletionData: Get previous token: 0.009045004844665527 +Info 3283 [19:21:46.363] getCompletionsAtPosition: isCompletionListBlocker: 0.0020579993724823 +Info 3284 [19:21:46.363] Returning an empty list because completion was requested in an invalid position. +Info 3285 [19:21:46.363] Format host information updated +Info 3286 [19:21:46.454] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3287 [19:21:46.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 11.265674009919167ms +Info 3288 [19:21:46.465] Different program with same set of files +Info 3289 [19:21:46.465] getCompletionData: Get current token: 0.00428299605846405 +Info 3290 [19:21:46.465] getCompletionData: Is inside comment: 0.007412999868392944 +Info 3291 [19:21:46.465] getCompletionData: Get previous token: 0.013520002365112305 +Info 3292 [19:21:46.465] getCompletionsAtPosition: isCompletionListBlocker: 0.0018689930438995361 +Info 3293 [19:21:46.465] Returning an empty list because completion was requested in an invalid position. +Info 3294 [19:21:46.465] Format host information updated +Info 3295 [19:21:46.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3296 [19:21:46.561] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 7.090801000595093ms +Info 3297 [19:21:46.561] Different program with same set of files +Info 3298 [19:21:46.561] getCompletionData: Get current token: 0.0039239972829818726 +Info 3299 [19:21:46.561] getCompletionData: Is inside comment: 0.00696699321269989 +Info 3300 [19:21:46.561] getCompletionData: Get previous token: 0.009886011481285095 +Info 3301 [19:21:46.561] getCompletionsAtPosition: isCompletionListBlocker: 0.0015680044889450073 +Info 3302 [19:21:46.561] Returning an empty list because completion was requested in an invalid position. +Info 3303 [19:21:46.561] Format host information updated +Info 3304 [19:21:46.645] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3305 [19:21:46.654] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 8.736985996365547ms +Info 3306 [19:21:46.654] Different program with same set of files +Info 3307 [19:21:46.654] getCompletionData: Get current token: 0.014050990343093872 +Info 3308 [19:21:46.654] getCompletionData: Is inside comment: 0.006118997931480408 +Info 3309 [19:21:46.654] getCompletionData: Get previous token: 0.008220002055168152 +Info 3310 [19:21:46.654] getCompletionsAtPosition: isCompletionListBlocker: 0.0016379952430725098 +Info 3311 [19:21:46.654] Returning an empty list because completion was requested in an invalid position. +Info 3312 [19:21:46.654] Format host information updated +Info 3313 [19:21:46.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3314 [19:21:46.812] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 17.367578998208046ms +Info 3315 [19:21:46.812] Different program with same set of files +Info 3316 [19:21:46.812] getCompletionData: Get current token: 0.003934994339942932 +Info 3317 [19:21:46.812] getCompletionData: Is inside comment: 0.01355201005935669 +Info 3318 [19:21:46.812] getCompletionData: Get previous token: 0.01597699522972107 +Info 3319 [19:21:46.812] getCompletionsAtPosition: isCompletionListBlocker: 0.0025870054960250854 +Info 3320 [19:21:46.812] Returning an empty list because completion was requested in an invalid position. +Info 3321 [19:21:46.812] Format host information updated +Info 3322 [19:21:48.014] Format host information updated +Info 3323 [19:21:48.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3324 [19:21:48.023] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 8.919821992516518ms +Info 3325 [19:21:48.023] Different program with same set of files +Info 3326 [19:21:48.233] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3327 [19:21:48.240] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 6.6148369908332825ms +Info 3328 [19:21:48.240] Different program with same set of files +Info 3329 [19:21:48.240] getCompletionData: Get current token: 0.005845010280609131 +Info 3330 [19:21:48.240] getCompletionData: Is inside comment: 0.010339006781578064 +Info 3331 [19:21:48.240] getCompletionData: Get previous token: 0.02830199897289276 +Info 3332 [19:21:48.240] getCompletionsAtPosition: isCompletionListBlocker: 0.0025009959936141968 +Info 3333 [19:21:48.241] getExportInfoMap: cache hit +Info 3334 [19:21:48.248] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 3335 [19:21:48.248] collectAutoImports: response is complete +Info 3336 [19:21:48.248] collectAutoImports: 6.694603994488716 +Info 3337 [19:21:48.248] getCompletionData: Semantic work: 7.517893999814987 +Info 3338 [19:21:48.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.320574998855591 +Info 3339 [19:21:48.253] Format host information updated +Info 3340 [19:21:48.546] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3341 [19:21:48.553] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 6.44513601064682ms +Info 3342 [19:21:48.553] Different program with same set of files +Info 3343 [19:21:48.553] getCompletionData: Get current token: 0.00470300018787384 +Info 3344 [19:21:48.553] getCompletionData: Is inside comment: 0.010162994265556335 +Info 3345 [19:21:48.553] getCompletionData: Get previous token: 0.01302000880241394 +Info 3346 [19:21:48.553] getCompletionsAtPosition: isCompletionListBlocker: 0.002827003598213196 +Info 3347 [19:21:48.553] getExportInfoMap: cache hit +Info 3348 [19:21:48.559] collectAutoImports: resolved 0 module specifiers, plus 102 ambient and 3 from cache +Info 3349 [19:21:48.559] collectAutoImports: response is complete +Info 3350 [19:21:48.559] collectAutoImports: 5.702829003334045 +Info 3351 [19:21:48.559] getCompletionData: Semantic work: 6.38620400428772 +Info 3352 [19:21:48.562] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.707303002476692 +Info 3353 [19:21:48.563] Format host information updated +Info 3354 [19:21:48.704] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3355 [19:21:48.711] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 6.724169999361038ms +Info 3356 [19:21:48.711] Different program with same set of files +Info 3357 [19:21:48.711] getCompletionData: Get current token: 0.005417004227638245 +Info 3358 [19:21:48.711] getCompletionData: Is inside comment: 0.01033899188041687 +Info 3359 [19:21:48.711] getCompletionData: Get previous token: 0.013377994298934937 +Info 3360 [19:21:48.711] getCompletionsAtPosition: isCompletionListBlocker: 0.0024389922618865967 +Info 3361 [19:21:48.712] getExportInfoMap: cache hit +Info 3362 [19:21:48.716] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 0 from cache +Info 3363 [19:21:48.716] collectAutoImports: response is complete +Info 3364 [19:21:48.716] collectAutoImports: 4.042637005448341 +Info 3365 [19:21:48.716] getCompletionData: Semantic work: 4.667153999209404 +Info 3366 [19:21:48.718] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.798448994755745 +Info 3367 [19:21:48.719] Format host information updated +Info 3368 [19:21:48.769] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3369 [19:21:48.782] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 13.127139002084732ms +Info 3370 [19:21:48.782] Different program with same set of files +Info 3371 [19:21:48.783] getCompletionData: Get current token: 0.010612010955810547 +Info 3372 [19:21:48.783] getCompletionData: Is inside comment: 0.024609997868537903 +Info 3373 [19:21:48.783] getCompletionData: Get previous token: 0.03172899782657623 +Info 3374 [19:21:48.783] getCompletionsAtPosition: isCompletionListBlocker: 0.0049480050802230835 +Info 3375 [19:21:48.784] getExportInfoMap: cache hit +Info 3376 [19:21:48.788] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 3377 [19:21:48.788] collectAutoImports: response is complete +Info 3378 [19:21:48.788] collectAutoImports: 3.4601269960403442 +Info 3379 [19:21:48.788] getCompletionData: Semantic work: 4.871352002024651 +Info 3380 [19:21:48.791] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1513459980487823 +Info 3381 [19:21:48.793] Format host information updated +Info 3382 [19:21:48.869] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3383 [19:21:48.902] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 32.519163995981216ms +Info 3384 [19:21:48.902] Different program with same set of files +Info 3385 [19:21:48.902] getCompletionData: Get current token: 0.017139002680778503 +Info 3386 [19:21:48.902] getCompletionData: Is inside comment: 0.03133299946784973 +Info 3387 [19:21:48.902] getCompletionData: Get previous token: 0.04188799858093262 +Info 3388 [19:21:48.903] getCompletionsAtPosition: isCompletionListBlocker: 0.06274600327014923 +Info 3389 [19:21:48.904] getExportInfoMap: cache hit +Info 3390 [19:21:48.909] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 3391 [19:21:48.909] collectAutoImports: response is complete +Info 3392 [19:21:48.909] collectAutoImports: 4.606042996048927 +Info 3393 [19:21:48.909] getCompletionData: Semantic work: 6.323049008846283 +Info 3394 [19:21:48.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.8967780023813248 +Info 3395 [19:21:48.914] Format host information updated +Info 3396 [19:21:49.036] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3397 [19:21:49.062] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 25.34011100232601ms +Info 3398 [19:21:49.062] Different program with same set of files +Info 3399 [19:21:49.062] getCompletionData: Get current token: 0.013049006462097168 +Info 3400 [19:21:49.062] getCompletionData: Is inside comment: 0.032774001359939575 +Info 3401 [19:21:49.062] getCompletionData: Get previous token: 0.04404200613498688 +Info 3402 [19:21:49.062] getCompletionsAtPosition: isCompletionListBlocker: 0.006497994065284729 +Info 3403 [19:21:49.064] getExportInfoMap: cache hit +Info 3404 [19:21:49.067] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3405 [19:21:49.067] collectAutoImports: response is complete +Info 3406 [19:21:49.067] collectAutoImports: 3.4705799967050552 +Info 3407 [19:21:49.067] getCompletionData: Semantic work: 5.164500996470451 +Info 3408 [19:21:49.071] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.067003011703491 +Info 3409 [19:21:49.072] Format host information updated +Info 3410 [19:21:49.414] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3411 [19:21:49.423] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 9.074114993214607ms +Info 3412 [19:21:49.423] Different program with same set of files +Info 3413 [19:21:49.423] getCompletionData: Get current token: 0.009905010461807251 +Info 3414 [19:21:49.423] getCompletionData: Is inside comment: 0.01250600814819336 +Info 3415 [19:21:49.423] getCompletionData: Get previous token: 0.01638101041316986 +Info 3416 [19:21:49.423] getCompletionsAtPosition: isCompletionListBlocker: 0.0032309889793395996 +Info 3417 [19:21:49.424] getExportInfoMap: cache hit +Info 3418 [19:21:49.426] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 3419 [19:21:49.426] collectAutoImports: response is complete +Info 3420 [19:21:49.426] collectAutoImports: 1.8353690057992935 +Info 3421 [19:21:49.426] getCompletionData: Semantic work: 2.5574169903993607 +Info 3422 [19:21:49.427] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3494649976491928 +Info 3423 [19:21:49.428] Format host information updated +Info 3424 [19:21:49.519] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3425 [19:21:49.525] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 6.703588008880615ms +Info 3426 [19:21:49.525] Different program with same set of files +Info 3427 [19:21:49.526] getCompletionData: Get current token: 0.004969000816345215 +Info 3428 [19:21:49.526] getCompletionData: Is inside comment: 0.011226996779441833 +Info 3429 [19:21:49.526] getCompletionData: Get previous token: 0.014850005507469177 +Info 3430 [19:21:49.526] getCompletionsAtPosition: isCompletionListBlocker: 0.0028059929609298706 +Info 3431 [19:21:49.526] getExportInfoMap: cache hit +Info 3432 [19:21:49.528] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 3433 [19:21:49.528] collectAutoImports: response is complete +Info 3434 [19:21:49.528] collectAutoImports: 1.6983610093593597 +Info 3435 [19:21:49.528] getCompletionData: Semantic work: 2.3403149992227554 +Info 3436 [19:21:49.529] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2532889991998672 +Info 3437 [19:21:49.532] Format host information updated +Info 3438 [19:21:49.727] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3439 [19:21:49.733] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 6.52046500146389ms +Info 3440 [19:21:49.733] Different program with same set of files +Info 3441 [19:21:49.733] getCompletionData: Get current token: 0.0053779929876327515 +Info 3442 [19:21:49.733] getCompletionData: Is inside comment: 0.01259399950504303 +Info 3443 [19:21:49.733] getCompletionData: Get previous token: 0.010095000267028809 +Info 3444 [19:21:49.734] getCompletionsAtPosition: isCompletionListBlocker: 0.002284988760948181 +Info 3445 [19:21:49.734] getCompletionData: Semantic work: 0.7735069990158081 +Info 3446 [19:21:49.735] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2686599940061569 +Info 3447 [19:21:49.735] Format host information updated +Info 3448 [19:21:50.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3449 [19:21:50.109] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 6.649158000946045ms +Info 3450 [19:21:50.109] Different program with same set of files +Info 3451 [19:21:50.109] getCompletionData: Get current token: 0.005455002188682556 +Info 3452 [19:21:50.109] getCompletionData: Is inside comment: 0.01122400164604187 +Info 3453 [19:21:50.109] getCompletionData: Get previous token: 0.01701800525188446 +Info 3454 [19:21:50.109] getCompletionsAtPosition: isCompletionListBlocker: 0.00251200795173645 +Info 3455 [19:21:50.109] getCompletionData: Semantic work: 0.6839340031147003 +Info 3456 [19:21:50.110] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.272476002573967 +Info 3457 [19:21:50.112] Format host information updated +Info 3458 [19:21:50.197] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3459 [19:21:50.204] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 6.9440779983997345ms +Info 3460 [19:21:50.204] Different program with same set of files +Info 3461 [19:21:50.204] getCompletionData: Get current token: 0.004853010177612305 +Info 3462 [19:21:50.204] getCompletionData: Is inside comment: 0.011767998337745667 +Info 3463 [19:21:50.204] getCompletionData: Get previous token: 0.01796400547027588 +Info 3464 [19:21:50.204] getCompletionsAtPosition: isCompletionListBlocker: 0.002941995859146118 +Info 3465 [19:21:50.205] getCompletionData: Semantic work: 0.7361529916524887 +Info 3466 [19:21:50.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2881160080432892 +Info 3467 [19:21:50.206] Format host information updated +Info 3468 [19:21:50.296] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3469 [19:21:50.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 6.976547002792358ms +Info 3470 [19:21:50.303] Different program with same set of files +Info 3471 [19:21:50.303] getCompletionData: Get current token: 0.005825996398925781 +Info 3472 [19:21:50.303] getCompletionData: Is inside comment: 0.011873990297317505 +Info 3473 [19:21:50.303] getCompletionData: Get previous token: 0.018398985266685486 +Info 3474 [19:21:50.304] getCompletionsAtPosition: isCompletionListBlocker: 0.002821996808052063 +Info 3475 [19:21:50.304] getCompletionData: Semantic work: 0.7301969975233078 +Info 3476 [19:21:50.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2932810038328171 +Info 3477 [19:21:50.307] Format host information updated +Info 3478 [19:21:51.959] Format host information updated +Info 3479 [19:21:51.959] Format host information updated +Info 3480 [19:21:51.959] Format host information updated +Info 3481 [19:21:51.959] Format host information updated +Info 3482 [19:21:51.960] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3483 [19:21:51.966] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 6.6475410014390945ms +Info 3484 [19:21:51.966] Different program with same set of files +Info 3485 [19:21:51.967] getCompletionData: Get current token: 0.011078998446464539 +Info 3486 [19:21:51.967] getCompletionData: Is inside comment: 0.0032799988985061646 +Info 3487 [19:21:51.967] getCompletionData: Get previous token: 0.020528003573417664 +Info 3488 [19:21:51.967] getCompletionsAtPosition: isCompletionListBlocker: 0.0023770034313201904 +Info 3489 [19:21:51.967] getCompletionData: Semantic work: 0.7041560113430023 +Info 3490 [19:21:51.973] getCompletionData: Get current token: 0.00567200779914856 +Info 3491 [19:21:51.973] getCompletionData: Is inside comment: 0.0121849924325943 +Info 3492 [19:21:51.973] getCompletionData: Get previous token: 0.009818002581596375 +Info 3493 [19:21:51.973] getCompletionsAtPosition: isCompletionListBlocker: 0.002200007438659668 +Info 3494 [19:21:51.974] getExportInfoMap: cache hit +Info 3495 [19:21:51.994] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3496 [19:21:51.994] collectAutoImports: response is complete +Info 3497 [19:21:51.994] collectAutoImports: 20.508965998888016 +Info 3498 [19:21:51.994] getCompletionData: Semantic work: 21.212251007556915 +Info 3499 [19:21:52.004] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.146561995148659 +Info 3500 [19:21:52.009] getCompletionData: Get current token: 0.01278001070022583 +Info 3501 [19:21:52.009] getCompletionData: Is inside comment: 0.0032140016555786133 +Info 3502 [19:21:52.010] getCompletionData: Get previous token: 0.018669992685317993 +Info 3503 [19:21:52.010] getCompletionsAtPosition: isCompletionListBlocker: 0.002875000238418579 +Info 3504 [19:21:52.010] getCompletionData: Semantic work: 0.7176069915294647 +Info 3505 [19:21:52.019] getCompletionData: Get current token: 0.012888997793197632 +Info 3506 [19:21:52.019] getCompletionData: Is inside comment: 0.004304990172386169 +Info 3507 [19:21:52.019] getCompletionData: Get previous token: 0.07756699621677399 +Info 3508 [19:21:52.019] getCompletionsAtPosition: isCompletionListBlocker: 0.004408001899719238 +Info 3509 [19:21:52.020] getCompletionData: Semantic work: 1.2347430139780045 +Info 3510 [19:21:52.022] getCompletionData: Get current token: 0.005929991602897644 +Info 3511 [19:21:52.022] getCompletionData: Is inside comment: 0.0022439956665039062 +Info 3512 [19:21:52.022] getCompletionData: Get previous token: 0.018105000257492065 +Info 3513 [19:21:52.022] getCompletionsAtPosition: isCompletionListBlocker: 0.0022069960832595825 +Info 3514 [19:21:52.023] getCompletionData: Semantic work: 0.8793210089206696 +Info 3515 [19:21:52.023] Format host information updated +Info 3516 [19:21:52.026] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3517 [19:21:52.037] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 10.748020991683006ms +Info 3518 [19:21:52.037] Different program with same set of files +Info 3519 [19:21:52.037] getCompletionData: Get current token: 0.005201995372772217 +Info 3520 [19:21:52.037] getCompletionData: Is inside comment: 0.010311007499694824 +Info 3521 [19:21:52.037] getCompletionData: Get previous token: 0.00786900520324707 +Info 3522 [19:21:52.037] getCompletionsAtPosition: isCompletionListBlocker: 0.0081540048122406 +Info 3523 [19:21:52.038] getExportInfoMap: cache hit +Info 3524 [19:21:52.050] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3525 [19:21:52.050] collectAutoImports: response is complete +Info 3526 [19:21:52.050] collectAutoImports: 12.026108995079994 +Info 3527 [19:21:52.050] getCompletionData: Semantic work: 12.844502002000809 +Info 3528 [19:21:52.058] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.116821989417076 +Info 3529 [19:21:52.065] Format host information updated +Info 3530 [19:22:07.470] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3531 [19:22:07.476] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 6.421972990036011ms +Info 3532 [19:22:07.476] Different program with same set of files +Info 3533 [19:22:07.476] getCompletionData: Get current token: 0.003810003399848938 +Info 3534 [19:22:07.476] getCompletionData: Is inside comment: 0.0010969936847686768 +Info 3535 [19:22:07.476] getCompletionData: Get previous token: 0.01554100215435028 +Info 3536 [19:22:07.476] getCompletionsAtPosition: isCompletionListBlocker: 0.002097010612487793 +Info 3537 [19:22:07.477] getCompletionData: Semantic work: 0.5384459942579269 +Info 3538 [19:22:07.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18468299508094788 +Info 3539 [19:22:07.477] Format host information updated +Info 3540 [19:22:07.857] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3541 [19:22:07.864] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 6.6721470057964325ms +Info 3542 [19:22:07.864] Different program with same set of files +Info 3543 [19:22:07.864] getCompletionData: Get current token: 0.006409004330635071 +Info 3544 [19:22:07.864] getCompletionData: Is inside comment: 0.0011589974164962769 +Info 3545 [19:22:07.864] getCompletionData: Get previous token: 0.021184012293815613 +Info 3546 [19:22:07.864] getCompletionsAtPosition: isCompletionListBlocker: 0.0023310035467147827 +Info 3547 [19:22:07.865] getCompletionData: Semantic work: 0.6477559953927994 +Info 3548 [19:22:07.865] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.21221598982810974 +Info 3549 [19:22:07.867] Format host information updated +Info 3550 [19:22:07.990] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3551 [19:22:07.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 7.435162991285324ms +Info 3552 [19:22:07.997] Different program with same set of files +Info 3553 [19:22:07.998] getCompletionData: Get current token: 0.007798001170158386 +Info 3554 [19:22:07.998] getCompletionData: Is inside comment: 0.001413002610206604 +Info 3555 [19:22:07.998] getCompletionData: Get previous token: 0.024950996041297913 +Info 3556 [19:22:07.998] getCompletionsAtPosition: isCompletionListBlocker: 0.0025839954614639282 +Info 3557 [19:22:07.998] getCompletionData: Semantic work: 0.7146320044994354 +Info 3558 [19:22:07.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.25061699748039246 +Info 3559 [19:22:07.999] Format host information updated +Info 3560 [19:22:08.154] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3561 [19:22:08.161] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 6.616518005728722ms +Info 3562 [19:22:08.161] Different program with same set of files +Info 3563 [19:22:08.161] getCompletionData: Get current token: 0.0066879987716674805 +Info 3564 [19:22:08.161] getCompletionData: Is inside comment: 0.001162990927696228 +Info 3565 [19:22:08.161] getCompletionData: Get previous token: 0.021402999758720398 +Info 3566 [19:22:08.161] getCompletionsAtPosition: isCompletionListBlocker: 0.0025689899921417236 +Info 3567 [19:22:08.162] getCompletionData: Semantic work: 0.7344119995832443 +Info 3568 [19:22:08.162] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.32722701132297516 +Info 3569 [19:22:08.168] Format host information updated +Info 3570 [19:22:08.228] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3571 [19:22:08.254] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 25.57652099430561ms +Info 3572 [19:22:08.254] Different program with same set of files +Info 3573 [19:22:08.254] getCompletionData: Get current token: 0.018551990389823914 +Info 3574 [19:22:08.254] getCompletionData: Is inside comment: 0.0033379942178726196 +Info 3575 [19:22:08.254] getCompletionData: Get previous token: 0.06190401315689087 +Info 3576 [19:22:08.254] getCompletionsAtPosition: isCompletionListBlocker: 0.00595700740814209 +Info 3577 [19:22:08.256] getCompletionData: Semantic work: 1.6635279953479767 +Info 3578 [19:22:08.257] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.57294000685215 +Info 3579 [19:22:08.258] Format host information updated +Info 3580 [19:22:08.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3581 [19:22:08.320] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 11.514190003275871ms +Info 3582 [19:22:08.320] Different program with same set of files +Info 3583 [19:22:08.321] getCompletionData: Get current token: 0.012747004628181458 +Info 3584 [19:22:08.321] getCompletionData: Is inside comment: 0.002270996570587158 +Info 3585 [19:22:08.321] getCompletionData: Get previous token: 0.038829997181892395 +Info 3586 [19:22:08.321] getCompletionsAtPosition: isCompletionListBlocker: 0.0036550015211105347 +Info 3587 [19:22:08.322] getCompletionData: Semantic work: 1.0328910052776337 +Info 3588 [19:22:08.322] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3955100029706955 +Info 3589 [19:22:08.326] Format host information updated +Info 3590 [19:22:10.709] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3591 [19:22:10.716] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 6.268153011798859ms +Info 3592 [19:22:10.716] Different program with same set of files +Info 3593 [19:22:10.716] getCompletionData: Get current token: 0.005997002124786377 +Info 3594 [19:22:10.716] getCompletionData: Is inside comment: 0.0009810030460357666 +Info 3595 [19:22:10.716] getCompletionData: Get previous token: 0.018536999821662903 +Info 3596 [19:22:10.716] getCompletionsAtPosition: isCompletionListBlocker: 0.002218008041381836 +Info 3597 [19:22:10.716] getCompletionData: Semantic work: 0.5051330029964447 +Info 3598 [19:22:10.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1840590089559555 +Info 3599 [19:22:10.717] Format host information updated +Info 3600 [19:22:11.385] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3601 [19:22:11.393] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 7.42595100402832ms +Info 3602 [19:22:11.393] Different program with same set of files +Info 3603 [19:22:11.393] getCompletionData: Get current token: 0.0067680031061172485 +Info 3604 [19:22:11.393] getCompletionData: Is inside comment: 0.0011060088872909546 +Info 3605 [19:22:11.393] getCompletionData: Get previous token: 0.02211199700832367 +Info 3606 [19:22:11.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0033879876136779785 +Info 3607 [19:22:11.397] getCompletionData: Semantic work: 3.6071619987487793 +Info 3608 [19:22:11.397] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.30814099311828613 +Info 3609 [19:22:11.398] Format host information updated +Info 3610 [19:22:11.497] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3611 [19:22:11.503] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 6.153727009892464ms +Info 3612 [19:22:11.503] Different program with same set of files +Info 3613 [19:22:11.503] getCompletionData: Get current token: 0.00614599883556366 +Info 3614 [19:22:11.503] getCompletionData: Is inside comment: 0.0011560022830963135 +Info 3615 [19:22:11.503] getCompletionData: Get previous token: 0.020239010453224182 +Info 3616 [19:22:11.503] getCompletionsAtPosition: isCompletionListBlocker: 0.002634003758430481 +Info 3617 [19:22:11.504] getCompletionData: Semantic work: 0.6538299918174744 +Info 3618 [19:22:11.504] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18605700135231018 +Info 3619 [19:22:11.505] Format host information updated +Info 3620 [19:22:11.637] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3621 [19:22:11.644] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 6.598665997385979ms +Info 3622 [19:22:11.644] Different program with same set of files +Info 3623 [19:22:11.644] getCompletionData: Get current token: 0.006275996565818787 +Info 3624 [19:22:11.644] getCompletionData: Is inside comment: 0.0012759864330291748 +Info 3625 [19:22:11.644] getCompletionData: Get previous token: 0.060350000858306885 +Info 3626 [19:22:11.644] getCompletionsAtPosition: isCompletionListBlocker: 0.019848987460136414 +Info 3627 [19:22:11.645] getCompletionData: Semantic work: 0.7719880044460297 +Info 3628 [19:22:11.645] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18274500966072083 +Info 3629 [19:22:11.648] Format host information updated +Info 3630 [19:22:11.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3631 [19:22:11.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 6.626923009753227ms +Info 3632 [19:22:11.991] Different program with same set of files +Info 3633 [19:22:11.991] getCompletionData: Get current token: 0.005846008658409119 +Info 3634 [19:22:11.991] getCompletionData: Is inside comment: 0.0011329948902130127 +Info 3635 [19:22:11.991] getCompletionData: Get previous token: 0.019740000367164612 +Info 3636 [19:22:11.991] getCompletionsAtPosition: isCompletionListBlocker: 0.0024539977312088013 +Info 3637 [19:22:11.991] getCompletionData: Semantic work: 0.5997550040483475 +Info 3638 [19:22:11.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17704500257968903 +Info 3639 [19:22:11.992] Format host information updated +Info 3640 [19:22:12.113] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3641 [19:22:12.125] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 11.490453988313675ms +Info 3642 [19:22:12.125] Different program with same set of files +Info 3643 [19:22:12.125] getCompletionData: Get current token: 0.01247599720954895 +Info 3644 [19:22:12.125] getCompletionData: Is inside comment: 0.0024029910564422607 +Info 3645 [19:22:12.125] getCompletionData: Get previous token: 0.040570005774497986 +Info 3646 [19:22:12.125] getCompletionsAtPosition: isCompletionListBlocker: 0.00415000319480896 +Info 3647 [19:22:12.127] getCompletionData: Semantic work: 1.162435993552208 +Info 3648 [19:22:12.127] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4099400043487549 +Info 3649 [19:22:12.132] Format host information updated +Info 3650 [19:22:15.012] Format host information updated +Info 3651 [19:22:15.012] Format host information updated +Info 3652 [19:22:15.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3653 [19:22:15.019] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 6.90905199944973ms +Info 3654 [19:22:15.019] Different program with same set of files +Info 3655 [19:22:15.020] getCompletionData: Get current token: 0.01593799889087677 +Info 3656 [19:22:15.020] getCompletionData: Is inside comment: 0.003140002489089966 +Info 3657 [19:22:15.020] getCompletionData: Get previous token: 0.023709997534751892 +Info 3658 [19:22:15.020] getCompletionsAtPosition: isCompletionListBlocker: 0.002633005380630493 +Info 3659 [19:22:15.020] getCompletionData: Semantic work: 0.6214019954204559 +Info 3660 [19:22:15.027] getCompletionData: Get current token: 0.025130003690719604 +Info 3661 [19:22:15.027] getCompletionData: Is inside comment: 0.004269003868103027 +Info 3662 [19:22:15.027] getCompletionData: Get previous token: 0.03900200128555298 +Info 3663 [19:22:15.027] getCompletionsAtPosition: isCompletionListBlocker: 0.0020679980516433716 +Info 3664 [19:22:15.028] getCompletionData: Semantic work: 0.5399509966373444 +Info 3665 [19:22:15.028] Format host information updated +Info 3666 [19:24:37.002] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3667 [19:24:37.013] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 10.74854201078415ms +Info 3668 [19:24:37.013] Different program with same set of files +Info 3669 [19:24:37.013] getCompletionData: Get current token: 0.007212996482849121 +Info 3670 [19:24:37.013] getCompletionData: Is inside comment: 0.001453012228012085 +Info 3671 [19:24:37.013] getCompletionData: Get previous token: 0.018087998032569885 +Info 3672 [19:24:37.013] getCompletionsAtPosition: isCompletionListBlocker: 0.0026260018348693848 +Info 3673 [19:24:37.014] getCompletionData: Semantic work: 0.5629069954156876 +Info 3674 [19:24:37.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2189129889011383 +Info 3675 [19:24:37.016] Format host information updated +Info 3676 [19:24:37.186] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3677 [19:24:37.194] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 8.026932001113892ms +Info 3678 [19:24:37.194] Different program with same set of files +Info 3679 [19:24:37.194] getCompletionData: Get current token: 0.008465990424156189 +Info 3680 [19:24:37.194] getCompletionData: Is inside comment: 0.0014050006866455078 +Info 3681 [19:24:37.194] getCompletionData: Get previous token: 0.020649001002311707 +Info 3682 [19:24:37.194] getCompletionsAtPosition: isCompletionListBlocker: 0.00227200984954834 +Info 3683 [19:24:37.196] getCompletionData: Semantic work: 2.2263160049915314 +Info 3684 [19:24:37.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2778020054101944 +Info 3685 [19:24:37.197] Format host information updated +Info 3686 [19:24:37.407] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3687 [19:24:37.418] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 10.112840011715889ms +Info 3688 [19:24:37.418] Different program with same set of files +Info 3689 [19:24:37.418] getCompletionData: Get current token: 0.007287994027137756 +Info 3690 [19:24:37.418] getCompletionData: Is inside comment: 0.00140400230884552 +Info 3691 [19:24:37.418] getCompletionData: Get previous token: 0.02282799780368805 +Info 3692 [19:24:37.418] getCompletionsAtPosition: isCompletionListBlocker: 0.0026630014181137085 +Info 3693 [19:24:37.420] getCompletionData: Semantic work: 1.833747997879982 +Info 3694 [19:24:37.420] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.262473002076149 +Info 3695 [19:24:37.421] Format host information updated +Info 3696 [19:24:37.482] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3697 [19:24:37.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 13.211327999830246ms +Info 3698 [19:24:37.495] Different program with same set of files +Info 3699 [19:24:37.496] getCompletionData: Get current token: 0.00843799114227295 +Info 3700 [19:24:37.496] getCompletionData: Is inside comment: 0.0015040040016174316 +Info 3701 [19:24:37.496] getCompletionData: Get previous token: 0.027404993772506714 +Info 3702 [19:24:37.496] getCompletionsAtPosition: isCompletionListBlocker: 0.003965988755226135 +Info 3703 [19:24:37.498] getCompletionData: Semantic work: 1.991480991244316 +Info 3704 [19:24:37.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.33826199173927307 +Info 3705 [19:24:37.499] Format host information updated +Info 3706 [19:24:37.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3707 [19:24:37.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 9.633721008896828ms +Info 3708 [19:24:37.568] Different program with same set of files +Info 3709 [19:24:37.569] getCompletionData: Get current token: 0.0075419992208480835 +Info 3710 [19:24:37.569] getCompletionData: Is inside comment: 0.0013500005006790161 +Info 3711 [19:24:37.569] getCompletionData: Get previous token: 0.024712994694709778 +Info 3712 [19:24:37.569] getCompletionsAtPosition: isCompletionListBlocker: 0.003133997321128845 +Info 3713 [19:24:37.569] getCompletionData: Semantic work: 0.7708220034837723 +Info 3714 [19:24:37.570] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2692109942436218 +Info 3715 [19:24:37.570] Format host information updated +Info 3716 [19:24:37.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3717 [19:24:37.652] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 23.287724003195763ms +Info 3718 [19:24:37.652] Different program with same set of files +Info 3719 [19:24:37.652] getCompletionData: Get current token: 0.0177839994430542 +Info 3720 [19:24:37.652] getCompletionData: Is inside comment: 0.003756999969482422 +Info 3721 [19:24:37.652] getCompletionData: Get previous token: 0.054048001766204834 +Info 3722 [19:24:37.653] getCompletionsAtPosition: isCompletionListBlocker: 0.005354985594749451 +Info 3723 [19:24:37.654] getCompletionData: Semantic work: 1.5285049974918365 +Info 3724 [19:24:37.655] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.578019991517067 +Info 3725 [19:24:37.656] Format host information updated +Info 3726 [19:24:37.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3727 [19:24:37.710] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 11.37602199614048ms +Info 3728 [19:24:37.710] Different program with same set of files +Info 3729 [19:24:37.711] getCompletionData: Get current token: 0.012060001492500305 +Info 3730 [19:24:37.711] getCompletionData: Is inside comment: 0.0019569993019104004 +Info 3731 [19:24:37.711] getCompletionData: Get previous token: 0.034645989537239075 +Info 3732 [19:24:37.711] getCompletionsAtPosition: isCompletionListBlocker: 0.0033659934997558594 +Info 3733 [19:24:37.712] getCompletionData: Semantic work: 1.0414049923419952 +Info 3734 [19:24:37.712] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3493189960718155 +Info 3735 [19:24:37.714] Format host information updated +Info 3736 [19:24:38.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3737 [19:24:38.133] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 28.091079011559486ms +Info 3738 [19:24:38.133] Different program with same set of files +Info 3739 [19:24:38.133] getCompletionData: Get current token: 0.01902499794960022 +Info 3740 [19:24:38.133] getCompletionData: Is inside comment: 0.00301399827003479 +Info 3741 [19:24:38.133] getCompletionData: Get previous token: 0.05593299865722656 +Info 3742 [19:24:38.134] getCompletionsAtPosition: isCompletionListBlocker: 0.004883989691734314 +Info 3743 [19:24:38.136] getCompletionData: Semantic work: 1.9596990048885345 +Info 3744 [19:24:38.136] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6174370050430298 +Info 3745 [19:24:38.137] Format host information updated +Info 3746 [19:24:38.239] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3747 [19:24:38.252] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 12.20907199382782ms +Info 3748 [19:24:38.252] Different program with same set of files +Info 3749 [19:24:38.252] getCompletionData: Get current token: 0.010966986417770386 +Info 3750 [19:24:38.252] getCompletionData: Is inside comment: 0.0020110011100769043 +Info 3751 [19:24:38.252] getCompletionData: Get previous token: 0.0342550128698349 +Info 3752 [19:24:38.252] getCompletionsAtPosition: isCompletionListBlocker: 0.003444001078605652 +Info 3753 [19:24:38.253] getCompletionData: Semantic work: 1.1120380014181137 +Info 3754 [19:24:38.254] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3385320007801056 +Info 3755 [19:24:38.255] Format host information updated +Info 3756 [19:24:38.355] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3757 [19:24:38.362] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 6.490389004349709ms +Info 3758 [19:24:38.362] Different program with same set of files +Info 3759 [19:24:38.362] getCompletionData: Get current token: 0.006418004631996155 +Info 3760 [19:24:38.362] getCompletionData: Is inside comment: 0.0010699927806854248 +Info 3761 [19:24:38.362] getCompletionData: Get previous token: 0.01913599669933319 +Info 3762 [19:24:38.362] getCompletionsAtPosition: isCompletionListBlocker: 0.0026279985904693604 +Info 3763 [19:24:38.363] getCompletionData: Semantic work: 0.5542799979448318 +Info 3764 [19:24:38.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17576900124549866 +Info 3765 [19:24:38.365] Format host information updated +Info 3766 [19:24:38.698] getCompletionData: Get current token: 0.006479993462562561 +Info 3767 [19:24:38.698] getCompletionData: Is inside comment: 0.0011619925498962402 +Info 3768 [19:24:38.698] getCompletionData: Get previous token: 0.01131199300289154 +Info 3769 [19:24:38.698] getCompletionsAtPosition: isCompletionListBlocker: 0.003912001848220825 +Info 3770 [19:24:38.699] getExportInfoMap: cache hit +Info 3771 [19:24:38.717] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3772 [19:24:38.717] collectAutoImports: response is complete +Info 3773 [19:24:38.717] collectAutoImports: 17.404831990599632 +Info 3774 [19:24:38.717] getCompletionData: Semantic work: 18.462409004569054 +Info 3775 [19:24:38.725] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.259093001484871 +Info 3776 [19:24:38.910] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3777 [19:24:38.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 13.301256000995636ms +Info 3778 [19:24:38.923] Different program with same set of files +Info 3779 [19:24:38.925] getCompletionData: Get current token: 0.022009000182151794 +Info 3780 [19:24:38.925] getCompletionData: Is inside comment: 0.003295004367828369 +Info 3781 [19:24:38.925] getCompletionData: Get previous token: 0.024629995226860046 +Info 3782 [19:24:38.925] getCompletionsAtPosition: isCompletionListBlocker: 0.004456996917724609 +Info 3783 [19:24:38.925] Returning an empty list because completion was requested in an invalid position. +Info 3784 [19:24:38.925] Format host information updated +Info 3785 [19:24:39.081] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3786 [19:24:39.091] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 9.76018700003624ms +Info 3787 [19:24:39.091] Different program with same set of files +Info 3788 [19:24:39.091] getCompletionData: Get current token: 0.008812010288238525 +Info 3789 [19:24:39.091] getCompletionData: Is inside comment: 0.0013249963521957397 +Info 3790 [19:24:39.091] getCompletionData: Get previous token: 0.017615988850593567 +Info 3791 [19:24:39.091] getCompletionsAtPosition: isCompletionListBlocker: 0.008531004190444946 +Info 3792 [19:24:39.092] getExportInfoMap: cache hit +Info 3793 [19:24:39.109] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3794 [19:24:39.109] collectAutoImports: response is complete +Info 3795 [19:24:39.109] collectAutoImports: 17.066049993038177 +Info 3796 [19:24:39.109] getCompletionData: Semantic work: 17.743147999048233 +Info 3797 [19:24:39.117] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.686263009905815 +Info 3798 [19:24:39.123] Format host information updated +Info 3799 [19:24:39.140] Format host information updated +Info 3800 [19:24:39.355] getCompletionData: Get current token: 0.04576900601387024 +Info 3801 [19:24:39.355] getCompletionData: Is inside comment: 0.007901996374130249 +Info 3802 [19:24:39.355] getCompletionData: Get previous token: 0.06331999599933624 +Info 3803 [19:24:39.355] getCompletionsAtPosition: isCompletionListBlocker: 0.022276997566223145 +Info 3804 [19:24:39.355] Returning an empty list because completion was requested in an invalid position. +Info 3805 [19:24:39.475] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3806 [19:24:39.503] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 27.79388999938965ms +Info 3807 [19:24:39.503] Different program with same set of files +Info 3808 [19:24:39.505] getCompletionData: Get current token: 0.042309001088142395 +Info 3809 [19:24:39.505] getCompletionData: Is inside comment: 0.008465990424156189 +Info 3810 [19:24:39.505] getCompletionData: Get previous token: 0.05269600450992584 +Info 3811 [19:24:39.505] getCompletionsAtPosition: isCompletionListBlocker: 0.011633992195129395 +Info 3812 [19:24:39.505] Returning an empty list because completion was requested in an invalid position. +Info 3813 [19:24:39.505] Format host information updated +Info 3814 [19:24:40.640] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3815 [19:24:40.649] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 8.381497994065285ms +Info 3816 [19:24:40.649] Different program with same set of files +Info 3817 [19:24:40.649] getCompletionData: Get current token: 0.015808001160621643 +Info 3818 [19:24:40.649] getCompletionData: Is inside comment: 0.0027210116386413574 +Info 3819 [19:24:40.649] getCompletionData: Get previous token: 0.023355990648269653 +Info 3820 [19:24:40.649] getCompletionsAtPosition: isCompletionListBlocker: 0.0012290030717849731 +Info 3821 [19:24:40.649] Returning an empty list because completion was requested in an invalid position. +Info 3822 [19:24:40.650] Format host information updated +Info 3823 [19:24:40.887] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3824 [19:24:40.896] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 9.016874998807907ms +Info 3825 [19:24:40.896] Different program with same set of files +Info 3826 [19:24:40.896] getCompletionData: Get current token: 0.012899011373519897 +Info 3827 [19:24:40.896] getCompletionData: Is inside comment: 0.002338007092475891 +Info 3828 [19:24:40.896] getCompletionData: Get previous token: 0.019385993480682373 +Info 3829 [19:24:40.896] getCompletionsAtPosition: isCompletionListBlocker: 0.0011879950761795044 +Info 3830 [19:24:40.896] Returning an empty list because completion was requested in an invalid position. +Info 3831 [19:24:40.897] Format host information updated +Info 3832 [19:24:41.877] Format host information updated +Info 3833 [19:24:41.877] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3834 [19:24:41.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 6.229663997888565ms +Info 3835 [19:24:41.883] Different program with same set of files +Info 3836 [19:24:42.008] Format host information updated +Info 3837 [19:24:42.009] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3838 [19:24:42.035] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 25.935528993606567ms +Info 3839 [19:24:42.035] Different program with same set of files +Info 3840 [19:24:42.064] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3841 [19:24:42.075] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 10.161296993494034ms +Info 3842 [19:24:42.075] Different program with same set of files +Info 3843 [19:24:42.075] getCompletionData: Get current token: 0.012005999684333801 +Info 3844 [19:24:42.075] getCompletionData: Is inside comment: 0.0022100061178207397 +Info 3845 [19:24:42.075] getCompletionData: Get previous token: 0.035359010100364685 +Info 3846 [19:24:42.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0037360042333602905 +Info 3847 [19:24:42.076] getExportInfoMap: cache hit +Info 3848 [19:24:42.078] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3849 [19:24:42.078] collectAutoImports: response is complete +Info 3850 [19:24:42.078] collectAutoImports: 2.1716839969158173 +Info 3851 [19:24:42.078] getCompletionData: Semantic work: 3.112943008542061 +Info 3852 [19:24:42.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.57396100461483 +Info 3853 [19:24:42.081] Format host information updated +Info 3854 [19:24:42.231] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3855 [19:24:42.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 11.91745300590992ms +Info 3856 [19:24:42.243] Different program with same set of files +Info 3857 [19:24:42.243] getCompletionData: Get current token: 0.012557998299598694 +Info 3858 [19:24:42.243] getCompletionData: Is inside comment: 0.0025319904088974 +Info 3859 [19:24:42.243] getCompletionData: Get previous token: 0.03327299654483795 +Info 3860 [19:24:42.243] getCompletionsAtPosition: isCompletionListBlocker: 0.0043089985847473145 +Info 3861 [19:24:42.244] getExportInfoMap: cache hit +Info 3862 [19:24:42.246] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3863 [19:24:42.246] collectAutoImports: response is complete +Info 3864 [19:24:42.246] collectAutoImports: 1.9333680123090744 +Info 3865 [19:24:42.246] getCompletionData: Semantic work: 2.938397988677025 +Info 3866 [19:24:42.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6646890044212341 +Info 3867 [19:24:42.251] Format host information updated +Info 3868 [19:24:42.329] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3869 [19:24:42.343] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 13.656614005565643ms +Info 3870 [19:24:42.343] Different program with same set of files +Info 3871 [19:24:42.343] getCompletionData: Get current token: 0.017118990421295166 +Info 3872 [19:24:42.343] getCompletionData: Is inside comment: 0.0037370026111602783 +Info 3873 [19:24:42.343] getCompletionData: Get previous token: 0.04907900094985962 +Info 3874 [19:24:42.343] getCompletionsAtPosition: isCompletionListBlocker: 0.005248993635177612 +Info 3875 [19:24:42.344] getExportInfoMap: cache hit +Info 3876 [19:24:42.348] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3877 [19:24:42.348] collectAutoImports: response is complete +Info 3878 [19:24:42.348] collectAutoImports: 3.2837859988212585 +Info 3879 [19:24:42.348] getCompletionData: Semantic work: 4.608996003866196 +Info 3880 [19:24:42.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5764940083026886 +Info 3881 [19:24:42.352] Format host information updated +Info 3882 [19:24:42.391] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3883 [19:24:42.399] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 7.963029995560646ms +Info 3884 [19:24:42.399] Different program with same set of files +Info 3885 [19:24:42.399] getCompletionData: Get current token: 0.009733989834785461 +Info 3886 [19:24:42.399] getCompletionData: Is inside comment: 0.0016890019178390503 +Info 3887 [19:24:42.399] getCompletionData: Get previous token: 0.025045007467269897 +Info 3888 [19:24:42.399] getCompletionsAtPosition: isCompletionListBlocker: 0.002772003412246704 +Info 3889 [19:24:42.400] getExportInfoMap: cache hit +Info 3890 [19:24:42.403] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3891 [19:24:42.403] collectAutoImports: response is complete +Info 3892 [19:24:42.403] collectAutoImports: 3.528546005487442 +Info 3893 [19:24:42.403] getCompletionData: Semantic work: 4.262781009078026 +Info 3894 [19:24:42.405] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4877910017967224 +Info 3895 [19:24:42.406] Format host information updated +Info 3896 [19:24:42.454] Format host information updated +Info 3897 [19:24:42.454] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3898 [19:24:42.463] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 9.320528000593185ms +Info 3899 [19:24:42.463] Different program with same set of files +Info 3900 [19:24:43.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3901 [19:24:43.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 7.3579819947481155ms +Info 3902 [19:24:43.355] Different program with same set of files +Info 3903 [19:24:43.355] getCompletionData: Get current token: 0.006861001253128052 +Info 3904 [19:24:43.355] getCompletionData: Is inside comment: 0.0012989938259124756 +Info 3905 [19:24:43.355] getCompletionData: Get previous token: 0.017510995268821716 +Info 3906 [19:24:43.355] getCompletionsAtPosition: isCompletionListBlocker: 0.0016340017318725586 +Info 3907 [19:24:43.355] Returning an empty list because completion was requested in an invalid position. +Info 3908 [19:24:43.357] Format host information updated +Info 3909 [19:24:43.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3910 [19:24:43.463] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 7.128012001514435ms +Info 3911 [19:24:43.463] Different program with same set of files +Info 3912 [19:24:43.463] getCompletionData: Get current token: 0.008762001991271973 +Info 3913 [19:24:43.463] getCompletionData: Is inside comment: 0.0013410001993179321 +Info 3914 [19:24:43.464] getCompletionData: Get previous token: 0.022652000188827515 +Info 3915 [19:24:43.464] getCompletionsAtPosition: isCompletionListBlocker: 0.0018749982118606567 +Info 3916 [19:24:43.464] Returning an empty list because completion was requested in an invalid position. +Info 3917 [19:24:43.464] Format host information updated +Info 3918 [19:24:43.634] Format host information updated +Info 3919 [19:24:43.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3920 [19:24:43.640] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 5.96985399723053ms +Info 3921 [19:24:43.640] Different program with same set of files +Info 3922 [19:24:43.729] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3923 [19:24:43.736] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 6.6053640097379684ms +Info 3924 [19:24:43.736] Different program with same set of files +Info 3925 [19:24:43.736] getCompletionData: Get current token: 0.012955993413925171 +Info 3926 [19:24:43.736] getCompletionData: Is inside comment: 0.0015390068292617798 +Info 3927 [19:24:43.736] getCompletionData: Get previous token: 0.016402006149291992 +Info 3928 [19:24:43.736] getCompletionsAtPosition: isCompletionListBlocker: 0.007921010255813599 +Info 3929 [19:24:43.737] getExportInfoMap: cache hit +Info 3930 [19:24:43.751] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3931 [19:24:43.751] collectAutoImports: response is complete +Info 3932 [19:24:43.751] collectAutoImports: 14.4650160074234 +Info 3933 [19:24:43.751] getCompletionData: Semantic work: 15.081983998417854 +Info 3934 [19:24:43.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.232014000415802 +Info 3935 [19:24:43.766] Format host information updated +Info 3936 [19:24:43.801] Format host information updated +Info 3937 [19:24:43.801] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3938 [19:24:43.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 6.623667001724243ms +Info 3939 [19:24:43.808] Different program with same set of files +Info 3940 [19:24:44.343] getCompletionData: Get current token: 0.010095998644828796 +Info 3941 [19:24:44.343] getCompletionData: Is inside comment: 0.012074992060661316 +Info 3942 [19:24:44.343] getCompletionData: Get previous token: 0.009630009531974792 +Info 3943 [19:24:44.343] getCompletionsAtPosition: isCompletionListBlocker: 0.008731991052627563 +Info 3944 [19:24:44.343] getExportInfoMap: cache hit +Info 3945 [19:24:44.357] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 3946 [19:24:44.357] collectAutoImports: response is complete +Info 3947 [19:24:44.357] collectAutoImports: 13.047164008021355 +Info 3948 [19:24:44.357] getCompletionData: Semantic work: 13.725071996450424 +Info 3949 [19:24:44.363] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.560727998614311 +Info 3950 [19:24:44.686] Format host information updated +Info 3951 [19:24:44.687] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3952 [19:24:44.696] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 9.099432989954948ms +Info 3953 [19:24:44.696] Different program with same set of files +Info 3954 [19:24:44.968] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3955 [19:24:44.975] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 6.675742998719215ms +Info 3956 [19:24:44.975] Different program with same set of files +Info 3957 [19:24:44.975] getCompletionData: Get current token: 0.008950009942054749 +Info 3958 [19:24:44.975] getCompletionData: Is inside comment: 0.011114001274108887 +Info 3959 [19:24:44.975] getCompletionData: Get previous token: 0.019637003540992737 +Info 3960 [19:24:44.975] getCompletionsAtPosition: isCompletionListBlocker: 0.008157998323440552 +Info 3961 [19:24:44.976] getExportInfoMap: cache hit +Info 3962 [19:24:44.978] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 7 from cache +Info 3963 [19:24:44.978] collectAutoImports: response is complete +Info 3964 [19:24:44.978] collectAutoImports: 2.334185004234314 +Info 3965 [19:24:44.978] getCompletionData: Semantic work: 3.009549990296364 +Info 3966 [19:24:44.980] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5212910026311874 +Info 3967 [19:24:44.981] Format host information updated +Info 3968 [19:24:45.091] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3969 [19:24:45.118] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 26.439566999673843ms +Info 3970 [19:24:45.118] Different program with same set of files +Info 3971 [19:24:45.118] getCompletionData: Get current token: 0.014859005808830261 +Info 3972 [19:24:45.118] getCompletionData: Is inside comment: 0.02118299901485443 +Info 3973 [19:24:45.118] getCompletionData: Get previous token: 0.08663100004196167 +Info 3974 [19:24:45.118] getCompletionsAtPosition: isCompletionListBlocker: 0.015303000807762146 +Info 3975 [19:24:45.119] getExportInfoMap: cache hit +Info 3976 [19:24:45.123] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 2 from cache +Info 3977 [19:24:45.123] collectAutoImports: response is complete +Info 3978 [19:24:45.123] collectAutoImports: 3.2658139914274216 +Info 3979 [19:24:45.123] getCompletionData: Semantic work: 4.3408680111169815 +Info 3980 [19:24:45.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8739189952611923 +Info 3981 [19:24:45.126] Format host information updated +Info 3982 [19:24:45.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3983 [19:24:45.161] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 7.50798499584198ms +Info 3984 [19:24:45.161] Different program with same set of files +Info 3985 [19:24:45.161] getCompletionData: Get current token: 0.009474992752075195 +Info 3986 [19:24:45.161] getCompletionData: Is inside comment: 0.010592997074127197 +Info 3987 [19:24:45.161] getCompletionData: Get previous token: 0.016012996435165405 +Info 3988 [19:24:45.161] getCompletionsAtPosition: isCompletionListBlocker: 0.008058995008468628 +Info 3989 [19:24:45.161] getExportInfoMap: cache hit +Info 3990 [19:24:45.163] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 0 from cache +Info 3991 [19:24:45.163] collectAutoImports: response is complete +Info 3992 [19:24:45.163] collectAutoImports: 1.9670379906892776 +Info 3993 [19:24:45.163] getCompletionData: Semantic work: 2.645324006676674 +Info 3994 [19:24:45.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.002353996038437 +Info 3995 [19:24:45.167] Format host information updated +Info 3996 [19:24:45.310] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3997 [19:24:45.321] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 10.510133996605873ms +Info 3998 [19:24:45.321] Different program with same set of files +Info 3999 [19:24:45.321] getCompletionData: Get current token: 0.01022300124168396 +Info 4000 [19:24:45.321] getCompletionData: Is inside comment: 0.012836992740631104 +Info 4001 [19:24:45.321] getCompletionData: Get previous token: 0.009552985429763794 +Info 4002 [19:24:45.321] getCompletionsAtPosition: isCompletionListBlocker: 0.003058001399040222 +Info 4003 [19:24:45.323] getCompletionData: Semantic work: 2.4032450020313263 +Info 4004 [19:24:45.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.729002997279167 +Info 4005 [19:24:45.327] Format host information updated +Info 4006 [19:24:45.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4007 [19:24:45.571] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 6.574407994747162ms +Info 4008 [19:24:45.571] Different program with same set of files +Info 4009 [19:24:45.572] getCompletionData: Get current token: 0.01324300467967987 +Info 4010 [19:24:45.572] getCompletionData: Is inside comment: 0.014497995376586914 +Info 4011 [19:24:45.572] getCompletionData: Get previous token: 0.021257013082504272 +Info 4012 [19:24:45.572] getCompletionsAtPosition: isCompletionListBlocker: 0.0033039897680282593 +Info 4013 [19:24:45.573] getCompletionData: Semantic work: 1.5190259963274002 +Info 4014 [19:24:45.575] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5791649967432022 +Info 4015 [19:24:45.575] Format host information updated +Info 4016 [19:24:45.633] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4017 [19:24:45.664] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 30.432707995176315ms +Info 4018 [19:24:45.664] Different program with same set of files +Info 4019 [19:24:45.664] getCompletionData: Get current token: 0.022708997130393982 +Info 4020 [19:24:45.664] getCompletionData: Is inside comment: 0.026631996035575867 +Info 4021 [19:24:45.665] getCompletionData: Get previous token: 0.036718010902404785 +Info 4022 [19:24:45.665] getCompletionsAtPosition: isCompletionListBlocker: 0.005964994430541992 +Info 4023 [19:24:45.669] getCompletionData: Semantic work: 3.999777004122734 +Info 4024 [19:24:45.674] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.2854799926280975 +Info 4025 [19:24:45.675] Format host information updated +Info 4026 [19:24:45.709] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4027 [19:24:45.717] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 8.292145997285843ms +Info 4028 [19:24:45.717] Different program with same set of files +Info 4029 [19:24:45.717] getCompletionData: Get current token: 0.011117994785308838 +Info 4030 [19:24:45.717] getCompletionData: Is inside comment: 0.011914998292922974 +Info 4031 [19:24:45.717] getCompletionData: Get previous token: 0.01753200590610504 +Info 4032 [19:24:45.717] getCompletionsAtPosition: isCompletionListBlocker: 0.0029989928007125854 +Info 4033 [19:24:45.719] getCompletionData: Semantic work: 1.7311870008707047 +Info 4034 [19:24:45.722] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.051604002714157 +Info 4035 [19:24:45.723] Format host information updated +Info 4036 [19:24:45.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4037 [19:24:45.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 29.377918004989624ms +Info 4038 [19:24:45.819] Different program with same set of files +Info 4039 [19:24:45.820] getCompletionData: Get current token: 0.016920000314712524 +Info 4040 [19:24:45.820] getCompletionData: Is inside comment: 0.019971996545791626 +Info 4041 [19:24:45.820] getCompletionData: Get previous token: 0.02819100022315979 +Info 4042 [19:24:45.820] getCompletionsAtPosition: isCompletionListBlocker: 0.004441991448402405 +Info 4043 [19:24:45.824] getCompletionData: Semantic work: 4.011337012052536 +Info 4044 [19:24:45.828] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.594980001449585 +Info 4045 [19:24:45.828] Format host information updated +Info 4046 [19:24:45.944] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4047 [19:24:45.971] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 26.836515992879868ms +Info 4048 [19:24:45.971] Different program with same set of files +Info 4049 [19:24:45.971] getCompletionData: Get current token: 0.024832993745803833 +Info 4050 [19:24:45.972] getCompletionData: Is inside comment: 0.03062400221824646 +Info 4051 [19:24:45.972] getCompletionData: Get previous token: 0.04026900231838226 +Info 4052 [19:24:45.972] getCompletionsAtPosition: isCompletionListBlocker: 0.0063970088958740234 +Info 4053 [19:24:45.975] getCompletionData: Semantic work: 3.6566540002822876 +Info 4054 [19:24:45.979] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.458143010735512 +Info 4055 [19:24:45.980] Format host information updated +Info 4056 [19:24:46.006] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4057 [19:24:46.014] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 7.635449007153511ms +Info 4058 [19:24:46.014] Different program with same set of files +Info 4059 [19:24:46.014] getCompletionData: Get current token: 0.009397000074386597 +Info 4060 [19:24:46.014] getCompletionData: Is inside comment: 0.010854989290237427 +Info 4061 [19:24:46.014] getCompletionData: Get previous token: 0.01568301022052765 +Info 4062 [19:24:46.014] getCompletionsAtPosition: isCompletionListBlocker: 0.00274600088596344 +Info 4063 [19:24:46.016] getCompletionData: Semantic work: 1.908279001712799 +Info 4064 [19:24:46.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8649500012397766 +Info 4065 [19:24:46.018] Format host information updated +Info 4066 [19:24:46.195] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4067 [19:24:46.202] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 6.740255996584892ms +Info 4068 [19:24:46.202] Different program with same set of files +Info 4069 [19:24:46.202] getCompletionData: Get current token: 0.014020994305610657 +Info 4070 [19:24:46.202] getCompletionData: Is inside comment: 0.014389991760253906 +Info 4071 [19:24:46.202] getCompletionData: Get previous token: 0.01242499053478241 +Info 4072 [19:24:46.202] getCompletionsAtPosition: isCompletionListBlocker: 0.003264009952545166 +Info 4073 [19:24:46.202] getExportInfoMap: cache hit +Info 4074 [19:24:46.217] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 4075 [19:24:46.217] collectAutoImports: response is complete +Info 4076 [19:24:46.217] collectAutoImports: 14.076074004173279 +Info 4077 [19:24:46.217] getCompletionData: Semantic work: 14.755875006318092 +Info 4078 [19:24:46.228] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.149934992194176 +Info 4079 [19:24:46.237] Format host information updated +Info 4080 [19:24:46.261] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4081 [19:24:46.280] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 18.60998299717903ms +Info 4082 [19:24:46.280] Different program with same set of files +Info 4083 [19:24:46.280] getCompletionData: Get current token: 0.01300300657749176 +Info 4084 [19:24:46.280] getCompletionData: Is inside comment: 0.012324005365371704 +Info 4085 [19:24:46.280] getCompletionData: Get previous token: 0.010131001472473145 +Info 4086 [19:24:46.280] getCompletionsAtPosition: isCompletionListBlocker: 0.009008005261421204 +Info 4087 [19:24:46.281] getExportInfoMap: cache hit +Info 4088 [19:24:46.301] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 4089 [19:24:46.301] collectAutoImports: response is complete +Info 4090 [19:24:46.301] collectAutoImports: 19.875616997480392 +Info 4091 [19:24:46.301] getCompletionData: Semantic work: 20.89326000213623 +Info 4092 [19:24:46.313] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.890658006072044 +Info 4093 [19:24:46.321] Format host information updated +Info 4094 [19:24:46.660] getCompletionData: Get current token: 0.09387199580669403 +Info 4095 [19:24:46.660] getCompletionData: Is inside comment: 0.007051005959510803 +Info 4096 [19:24:46.660] getCompletionData: Get previous token: 0.047325000166893005 +Info 4097 [19:24:46.660] getCompletionsAtPosition: isCompletionListBlocker: 0.01099298894405365 +Info 4098 [19:24:46.662] getExportInfoMap: cache hit +Info 4099 [19:24:46.693] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 4100 [19:24:46.693] collectAutoImports: response is complete +Info 4101 [19:24:46.693] collectAutoImports: 30.571485996246338 +Info 4102 [19:24:46.693] getCompletionData: Semantic work: 32.702487006783485 +Info 4103 [19:24:46.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.310534998774529 +Info 4104 [19:24:47.509] getCompletionData: Get current token: 0.008119001984596252 +Info 4105 [19:24:47.509] getCompletionData: Is inside comment: 0.009179994463920593 +Info 4106 [19:24:47.509] getCompletionData: Get previous token: 0.007887005805969238 +Info 4107 [19:24:47.509] getCompletionsAtPosition: isCompletionListBlocker: 0.009978994727134705 +Info 4108 [19:24:47.510] getExportInfoMap: cache hit +Info 4109 [19:24:47.520] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 4110 [19:24:47.520] collectAutoImports: response is complete +Info 4111 [19:24:47.520] collectAutoImports: 9.92995499074459 +Info 4112 [19:24:47.520] getCompletionData: Semantic work: 11.047957003116608 +Info 4113 [19:24:47.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.746556997299194 +Info 4114 [19:24:48.178] getCompletionData: Get current token: 0.005062997341156006 +Info 4115 [19:24:48.178] getCompletionData: Is inside comment: 0.006486997008323669 +Info 4116 [19:24:48.178] getCompletionData: Get previous token: 0.005030006170272827 +Info 4117 [19:24:48.178] getCompletionsAtPosition: isCompletionListBlocker: 0.003178998827934265 +Info 4118 [19:24:48.179] getExportInfoMap: cache hit +Info 4119 [19:24:48.186] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 4120 [19:24:48.186] collectAutoImports: response is complete +Info 4121 [19:24:48.186] collectAutoImports: 7.161991998553276 +Info 4122 [19:24:48.186] getCompletionData: Semantic work: 7.8362849950790405 +Info 4123 [19:24:48.192] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.221553012728691 +Info 4124 [19:24:49.939] getCompletionData: Get current token: 0.003949001431465149 +Info 4125 [19:24:49.939] getCompletionData: Is inside comment: 0.001203000545501709 +Info 4126 [19:24:49.939] getCompletionData: Get previous token: 0.006975993514060974 +Info 4127 [19:24:49.939] getCompletionsAtPosition: isCompletionListBlocker: 0.0019970089197158813 +Info 4128 [19:24:49.939] Returning an empty list because completion was requested in an invalid position. +Info 4129 [19:24:50.030] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4130 [19:24:50.056] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 25.429296001791954ms +Info 4131 [19:24:50.056] Different program with same set of files +Info 4132 [19:24:50.056] getCompletionData: Get current token: 0.019167006015777588 +Info 4133 [19:24:50.056] getCompletionData: Is inside comment: 0.005120992660522461 +Info 4134 [19:24:50.056] getCompletionData: Get previous token: 0.0618240088224411 +Info 4135 [19:24:50.056] getCompletionsAtPosition: isCompletionListBlocker: 0.006314992904663086 +Info 4136 [19:24:50.056] Returning an empty list because completion was requested in an invalid position. +Info 4137 [19:24:50.057] Format host information updated +Info 4138 [19:24:50.149] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4139 [19:24:50.158] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 8.312086999416351ms +Info 4140 [19:24:50.158] Different program with same set of files +Info 4141 [19:24:50.158] getCompletionData: Get current token: 0.0037939995527267456 +Info 4142 [19:24:50.158] getCompletionData: Is inside comment: 0.0009679943323135376 +Info 4143 [19:24:50.158] getCompletionData: Get previous token: 0.011889994144439697 +Info 4144 [19:24:50.158] getCompletionsAtPosition: isCompletionListBlocker: 0.002074003219604492 +Info 4145 [19:24:50.158] Returning an empty list because completion was requested in an invalid position. +Info 4146 [19:24:50.160] Format host information updated +Info 4147 [19:24:51.561] Format host information updated +Info 4148 [19:24:51.561] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4149 [19:24:51.568] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 6.370125994086266ms +Info 4150 [19:24:51.568] Different program with same set of files +Info 4151 [19:24:52.146] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4152 [19:24:52.155] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 8.965989008545876ms +Info 4153 [19:24:52.155] Different program with same set of files +Info 4154 [19:24:52.155] getCompletionData: Get current token: 0.003756999969482422 +Info 4155 [19:24:52.155] getCompletionData: Is inside comment: 0.004104003310203552 +Info 4156 [19:24:52.155] getCompletionData: Get previous token: 0.002571001648902893 +Info 4157 [19:24:52.155] getCompletionsAtPosition: isCompletionListBlocker: 0.004784002900123596 +Info 4158 [19:24:52.155] Returning an empty list because completion was requested in an invalid position. +Info 4159 [19:24:52.155] Format host information updated +Info 4160 [19:24:52.364] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4161 [19:24:52.370] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 5.786040008068085ms +Info 4162 [19:24:52.370] Different program with same set of files +Info 4163 [19:24:52.370] getCompletionData: Get current token: 0.002262994647026062 +Info 4164 [19:24:52.370] getCompletionData: Is inside comment: 0.06693600118160248 +Info 4165 [19:24:52.370] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4166 [19:24:52.370] Format host information updated +Info 4167 [19:24:52.531] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4168 [19:24:52.540] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 9.1195650100708ms +Info 4169 [19:24:52.540] Different program with same set of files +Info 4170 [19:24:52.541] getCompletionData: Get current token: 0.002150997519493103 +Info 4171 [19:24:52.541] getCompletionData: Is inside comment: 0.0353349894285202 +Info 4172 [19:24:52.541] Format host information updated +Info 4173 [19:24:52.839] Format host information updated +Info 4174 [19:24:52.839] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4175 [19:24:52.845] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 6.452878013253212ms +Info 4176 [19:24:52.845] Different program with same set of files +Info 4177 [19:24:53.289] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4178 [19:24:53.295] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 6.076029002666473ms +Info 4179 [19:24:53.295] Different program with same set of files +Info 4180 [19:24:53.295] getCompletionData: Get current token: 0.002084001898765564 +Info 4181 [19:24:53.295] getCompletionData: Is inside comment: 0.00978100299835205 +Info 4182 [19:24:53.297] Format host information updated +Info 4183 [19:24:53.549] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4184 [19:24:53.556] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 7.5348179936409ms +Info 4185 [19:24:53.556] Different program with same set of files +Info 4186 [19:24:53.556] getCompletionData: Get current token: 0.002548009157180786 +Info 4187 [19:24:53.556] getCompletionData: Is inside comment: 0.01096700131893158 +Info 4188 [19:24:53.557] Format host information updated +Info 4189 [19:24:53.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4190 [19:24:53.712] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 6.040728002786636ms +Info 4191 [19:24:53.712] Different program with same set of files +Info 4192 [19:24:53.713] getCompletionData: Get current token: 0.002311989665031433 +Info 4193 [19:24:53.713] getCompletionData: Is inside comment: 0.010942995548248291 +Info 4194 [19:24:53.715] Format host information updated +Info 4195 [19:24:53.770] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4196 [19:24:53.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 6.331619009375572ms +Info 4197 [19:24:53.776] Different program with same set of files +Info 4198 [19:24:53.777] getCompletionData: Get current token: 0.0026050060987472534 +Info 4199 [19:24:53.777] getCompletionData: Is inside comment: 0.012705996632575989 +Info 4200 [19:24:53.777] Format host information updated +Info 4201 [19:24:53.934] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4202 [19:24:53.957] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 23.366622999310493ms +Info 4203 [19:24:53.957] Different program with same set of files +Info 4204 [19:24:53.958] getCompletionData: Get current token: 0.011936992406845093 +Info 4205 [19:24:53.958] getCompletionData: Is inside comment: 0.05358599126338959 +Info 4206 [19:24:53.959] Format host information updated +Info 4207 [19:24:54.025] Format host information updated +Info 4208 [19:24:54.025] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4209 [19:24:54.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 29.827656999230385ms +Info 4210 [19:24:54.055] Different program with same set of files +Info 4211 [19:24:54.119] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4212 [19:24:54.141] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 22.182807996869087ms +Info 4213 [19:24:54.141] Different program with same set of files +Info 4214 [19:24:54.141] getCompletionData: Get current token: 0.016218990087509155 +Info 4215 [19:24:54.141] getCompletionData: Is inside comment: 0.04457999765872955 +Info 4216 [19:24:54.142] getCompletionData: Get previous token: 0.019943997263908386 +Info 4217 [19:24:54.142] getCompletionsAtPosition: isCompletionListBlocker: 0.005996987223625183 +Info 4218 [19:24:54.143] getExportInfoMap: cache hit +Info 4219 [19:24:54.173] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4220 [19:24:54.173] collectAutoImports: response is complete +Info 4221 [19:24:54.173] collectAutoImports: 29.893144994974136 +Info 4222 [19:24:54.173] getCompletionData: Semantic work: 31.206647008657455 +Info 4223 [19:24:54.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.880065992474556 +Info 4224 [19:24:54.185] Format host information updated +Info 4225 [19:24:54.200] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4226 [19:24:54.206] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 6.185598999261856ms +Info 4227 [19:24:54.206] Different program with same set of files +Info 4228 [19:24:54.206] getCompletionData: Get current token: 0.002835988998413086 +Info 4229 [19:24:54.206] getCompletionData: Is inside comment: 0.01177699863910675 +Info 4230 [19:24:54.206] getCompletionData: Get previous token: 0.004638001322746277 +Info 4231 [19:24:54.206] getCompletionsAtPosition: isCompletionListBlocker: 0.007258012890815735 +Info 4232 [19:24:54.207] getExportInfoMap: cache hit +Info 4233 [19:24:54.219] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4234 [19:24:54.219] collectAutoImports: response is complete +Info 4235 [19:24:54.219] collectAutoImports: 12.135488003492355 +Info 4236 [19:24:54.219] getCompletionData: Semantic work: 12.768634989857674 +Info 4237 [19:24:54.225] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.747139006853104 +Info 4238 [19:24:54.228] Format host information updated +Info 4239 [19:24:54.609] Format host information updated +Info 4240 [19:24:54.609] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4241 [19:24:54.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 7.886216998100281ms +Info 4242 [19:24:54.617] Different program with same set of files +Info 4243 [19:24:55.223] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4244 [19:24:55.229] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 6.0174809992313385ms +Info 4245 [19:24:55.229] Different program with same set of files +Info 4246 [19:24:55.229] getCompletionData: Get current token: 0.00251200795173645 +Info 4247 [19:24:55.229] getCompletionData: Is inside comment: 0.011219993233680725 +Info 4248 [19:24:55.229] Format host information updated +Info 4249 [19:24:55.488] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4250 [19:24:55.495] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 6.6034510135650635ms +Info 4251 [19:24:55.495] Different program with same set of files +Info 4252 [19:24:55.495] getCompletionData: Get current token: 0.0035209953784942627 +Info 4253 [19:24:55.495] getCompletionData: Is inside comment: 0.017167001962661743 +Info 4254 [19:24:55.495] getCompletionData: Get previous token: 0.01219300925731659 +Info 4255 [19:24:55.495] getCompletionsAtPosition: isCompletionListBlocker: 0.007708996534347534 +Info 4256 [19:24:55.496] getExportInfoMap: cache hit +Info 4257 [19:24:55.510] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 4258 [19:24:55.510] collectAutoImports: response is complete +Info 4259 [19:24:55.510] collectAutoImports: 14.076232999563217 +Info 4260 [19:24:55.510] getCompletionData: Semantic work: 14.667218998074532 +Info 4261 [19:24:55.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.974411994218826 +Info 4262 [19:24:55.525] Format host information updated +Info 4263 [19:24:56.613] Format host information updated +Info 4264 [19:24:56.613] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4265 [19:24:56.620] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 6.16271099448204ms +Info 4266 [19:24:56.620] Different program with same set of files +Info 4267 [19:24:57.266] getCompletionData: Get current token: 0.0035919994115829468 +Info 4268 [19:24:57.266] getCompletionData: Is inside comment: 0.009580999612808228 +Info 4269 [19:24:57.266] getCompletionData: Get previous token: 0.006067991256713867 +Info 4270 [19:24:57.266] getCompletionsAtPosition: isCompletionListBlocker: 0.009032011032104492 +Info 4271 [19:24:57.267] getExportInfoMap: cache hit +Info 4272 [19:24:57.279] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4273 [19:24:57.279] collectAutoImports: response is complete +Info 4274 [19:24:57.279] collectAutoImports: 12.35258400440216 +Info 4275 [19:24:57.279] getCompletionData: Semantic work: 13.002671003341675 +Info 4276 [19:24:57.284] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.194371998310089 +Info 4277 [19:24:57.597] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4278 [19:24:57.604] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 6.566726997494698ms +Info 4279 [19:24:57.604] Different program with same set of files +Info 4280 [19:24:57.604] getCompletionData: Get current token: 0.02166600525379181 +Info 4281 [19:24:57.604] getCompletionData: Is inside comment: 0.009499996900558472 +Info 4282 [19:24:57.604] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4283 [19:24:57.606] Format host information updated +Info 4284 [19:24:57.697] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4285 [19:24:57.705] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 7.523368999361992ms +Info 4286 [19:24:57.705] Different program with same set of files +Info 4287 [19:24:57.705] getCompletionData: Get current token: 0.0034140050411224365 +Info 4288 [19:24:57.705] getCompletionData: Is inside comment: 0.010297000408172607 +Info 4289 [19:24:57.705] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4290 [19:24:57.705] Format host information updated +Info 4291 [19:24:58.009] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4292 [19:24:58.016] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 6.644047990441322ms +Info 4293 [19:24:58.016] Different program with same set of files +Info 4294 [19:24:58.016] getCompletionData: Get current token: 0.002651989459991455 +Info 4295 [19:24:58.016] getCompletionData: Is inside comment: 0.009185001254081726 +Info 4296 [19:24:58.016] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 4297 [19:24:58.018] Format host information updated +Info 4298 [19:24:58.142] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4299 [19:24:58.150] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 7.221625000238419ms +Info 4300 [19:24:58.150] Different program with same set of files +Info 4301 [19:24:58.150] getCompletionData: Get current token: 0.00299699604511261 +Info 4302 [19:24:58.150] getCompletionData: Is inside comment: 0.010200992226600647 +Info 4303 [19:24:58.150] getCompletionData: Get previous token: 0.0073409974575042725 +Info 4304 [19:24:58.150] getCompletionsAtPosition: isCompletionListBlocker: 0.008408010005950928 +Info 4305 [19:24:58.150] getExportInfoMap: cache hit +Info 4306 [19:24:58.164] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4307 [19:24:58.164] collectAutoImports: response is complete +Info 4308 [19:24:58.164] collectAutoImports: 13.632923990488052 +Info 4309 [19:24:58.164] getCompletionData: Semantic work: 14.235492005944252 +Info 4310 [19:24:58.171] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9353059977293015 +Info 4311 [19:24:58.176] Format host information updated +Info 4312 [19:24:58.201] Format host information updated +Info 4313 [19:24:58.359] getCompletionData: Get current token: 0.003237992525100708 +Info 4314 [19:24:58.359] getCompletionData: Is inside comment: 0.009328007698059082 +Info 4315 [19:24:58.359] getCompletionData: Get previous token: 0.006984010338783264 +Info 4316 [19:24:58.359] getCompletionsAtPosition: isCompletionListBlocker: 0.0024309903383255005 +Info 4317 [19:24:58.359] getExportInfoMap: cache hit +Info 4318 [19:24:58.368] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4319 [19:24:58.368] collectAutoImports: response is complete +Info 4320 [19:24:58.368] collectAutoImports: 8.599283993244171 +Info 4321 [19:24:58.368] getCompletionData: Semantic work: 9.149596005678177 +Info 4322 [19:24:58.372] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.234512001276016 +Info 4323 [19:24:58.605] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4324 [19:24:58.613] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 7.1686819940805435ms +Info 4325 [19:24:58.613] Different program with same set of files +Info 4326 [19:24:58.613] getCompletionData: Get current token: 0.003639012575149536 +Info 4327 [19:24:58.613] getCompletionData: Is inside comment: 0.025637999176979065 +Info 4328 [19:24:58.613] getCompletionData: Get previous token: 0.007465988397598267 +Info 4329 [19:24:58.613] getCompletionsAtPosition: isCompletionListBlocker: 0.0034819990396499634 +Info 4330 [19:24:58.613] getExportInfoMap: cache hit +Info 4331 [19:24:58.626] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4332 [19:24:58.626] collectAutoImports: response is complete +Info 4333 [19:24:58.626] collectAutoImports: 12.40259400010109 +Info 4334 [19:24:58.626] getCompletionData: Semantic work: 12.912910997867584 +Info 4335 [19:24:58.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.366640001535416 +Info 4336 [19:24:58.637] Format host information updated +Info 4337 [19:24:58.666] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4338 [19:24:58.685] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 18.896439000964165ms +Info 4339 [19:24:58.685] Different program with same set of files +Info 4340 [19:24:58.686] getCompletionData: Get current token: 0.008368998765945435 +Info 4341 [19:24:58.686] getCompletionData: Is inside comment: 0.014073997735977173 +Info 4342 [19:24:58.686] getCompletionData: Get previous token: 0.010858997702598572 +Info 4343 [19:24:58.686] getCompletionsAtPosition: isCompletionListBlocker: 0.009589999914169312 +Info 4344 [19:24:58.687] getExportInfoMap: cache hit +Info 4345 [19:24:58.709] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4346 [19:24:58.709] collectAutoImports: response is complete +Info 4347 [19:24:58.709] collectAutoImports: 22.720733001828194 +Info 4348 [19:24:58.709] getCompletionData: Semantic work: 23.682012006640434 +Info 4349 [19:24:58.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.66363899409771 +Info 4350 [19:24:58.725] Format host information updated +Info 4351 [19:24:59.008] getCompletionData: Get current token: 0.023625001311302185 +Info 4352 [19:24:59.008] getCompletionData: Is inside comment: 0.044363006949424744 +Info 4353 [19:24:59.008] getCompletionData: Get previous token: 0.03301499783992767 +Info 4354 [19:24:59.008] getCompletionsAtPosition: isCompletionListBlocker: 0.006764993071556091 +Info 4355 [19:24:59.008] Returning an empty list because completion was requested in an invalid position. +Info 4356 [19:25:04.215] getCompletionData: Get current token: 0.004960000514984131 +Info 4357 [19:25:04.215] getCompletionData: Is inside comment: 0.009434998035430908 +Info 4358 [19:25:04.215] getCompletionData: Get previous token: 0.006724998354911804 +Info 4359 [19:25:04.215] getCompletionsAtPosition: isCompletionListBlocker: 0.0022780001163482666 +Info 4360 [19:25:04.215] Returning an empty list because completion was requested in an invalid position. +Info 4361 [19:25:04.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4362 [19:25:04.355] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 6.968655005097389ms +Info 4363 [19:25:04.355] Different program with same set of files +Info 4364 [19:25:04.355] getCompletionData: Get current token: 0.004719004034996033 +Info 4365 [19:25:04.355] getCompletionData: Is inside comment: 0.008639007806777954 +Info 4366 [19:25:04.355] getCompletionData: Get previous token: 0.010935992002487183 +Info 4367 [19:25:04.355] getCompletionsAtPosition: isCompletionListBlocker: 0.003031998872756958 +Info 4368 [19:25:04.355] getExportInfoMap: cache hit +Info 4369 [19:25:04.359] collectAutoImports: resolved 0 module specifiers, plus 151 ambient and 9 from cache +Info 4370 [19:25:04.359] collectAutoImports: response is complete +Info 4371 [19:25:04.359] collectAutoImports: 3.7155310064554214 +Info 4372 [19:25:04.359] getCompletionData: Semantic work: 4.207922995090485 +Info 4373 [19:25:04.361] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.423348993062973 +Info 4374 [19:25:04.363] Format host information updated +Info 4375 [19:25:04.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4376 [19:25:04.459] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 9.211970001459122ms +Info 4377 [19:25:04.459] Different program with same set of files +Info 4378 [19:25:04.459] getCompletionData: Get current token: 0.007057011127471924 +Info 4379 [19:25:04.459] getCompletionData: Is inside comment: 0.01296699047088623 +Info 4380 [19:25:04.459] getCompletionData: Get previous token: 0.016562998294830322 +Info 4381 [19:25:04.460] getCompletionsAtPosition: isCompletionListBlocker: 0.004373997449874878 +Info 4382 [19:25:04.460] getExportInfoMap: cache hit +Info 4383 [19:25:04.463] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 0 from cache +Info 4384 [19:25:04.463] collectAutoImports: response is complete +Info 4385 [19:25:04.463] collectAutoImports: 2.8739239871501923 +Info 4386 [19:25:04.463] getCompletionData: Semantic work: 3.5259010046720505 +Info 4387 [19:25:04.466] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.64266699552536 +Info 4388 [19:25:04.467] Format host information updated +Info 4389 [19:25:04.665] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4390 [19:25:04.672] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 7.065696999430656ms +Info 4391 [19:25:04.672] Different program with same set of files +Info 4392 [19:25:04.672] getCompletionData: Get current token: 0.006568998098373413 +Info 4393 [19:25:04.672] getCompletionData: Is inside comment: 0.012663006782531738 +Info 4394 [19:25:04.672] getCompletionData: Get previous token: 0.009966999292373657 +Info 4395 [19:25:04.672] getCompletionsAtPosition: isCompletionListBlocker: 0.0025140047073364258 +Info 4396 [19:25:04.673] getExportInfoMap: cache hit +Info 4397 [19:25:04.685] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4398 [19:25:04.685] collectAutoImports: response is complete +Info 4399 [19:25:04.685] collectAutoImports: 12.147201001644135 +Info 4400 [19:25:04.685] getCompletionData: Semantic work: 12.72367000579834 +Info 4401 [19:25:04.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.601631000638008 +Info 4402 [19:25:04.697] Format host information updated +Info 4403 [19:25:04.787] Format host information updated +Info 4404 [19:25:04.788] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4405 [19:25:04.795] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 7.049395993351936ms +Info 4406 [19:25:04.795] Different program with same set of files +Info 4407 [19:25:04.944] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4408 [19:25:04.970] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 25.14241799712181ms +Info 4409 [19:25:04.970] Different program with same set of files +Info 4410 [19:25:04.970] getCompletionData: Get current token: 0.01721300184726715 +Info 4411 [19:25:04.970] getCompletionData: Is inside comment: 0.035183995962142944 +Info 4412 [19:25:04.970] getCompletionData: Get previous token: 0.04761599004268646 +Info 4413 [19:25:04.971] getCompletionsAtPosition: isCompletionListBlocker: 0.005877003073692322 +Info 4414 [19:25:04.972] getExportInfoMap: cache hit +Info 4415 [19:25:04.978] collectAutoImports: resolved 0 module specifiers, plus 74 ambient and 9 from cache +Info 4416 [19:25:04.978] collectAutoImports: response is complete +Info 4417 [19:25:04.978] collectAutoImports: 6.11490099132061 +Info 4418 [19:25:04.978] getCompletionData: Semantic work: 7.755811005830765 +Info 4419 [19:25:04.983] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.360747992992401 +Info 4420 [19:25:04.987] Format host information updated +Info 4421 [19:25:05.047] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4422 [19:25:05.058] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 11.021278008818626ms +Info 4423 [19:25:05.058] Different program with same set of files +Info 4424 [19:25:05.058] getCompletionData: Get current token: 0.010091006755828857 +Info 4425 [19:25:05.058] getCompletionData: Is inside comment: 0.020530998706817627 +Info 4426 [19:25:05.058] getCompletionData: Get previous token: 0.028951004147529602 +Info 4427 [19:25:05.059] getCompletionsAtPosition: isCompletionListBlocker: 0.0039329975843429565 +Info 4428 [19:25:05.059] getExportInfoMap: cache hit +Info 4429 [19:25:05.063] collectAutoImports: resolved 0 module specifiers, plus 24 ambient and 4 from cache +Info 4430 [19:25:05.063] collectAutoImports: response is complete +Info 4431 [19:25:05.063] collectAutoImports: 3.754970997571945 +Info 4432 [19:25:05.063] getCompletionData: Semantic work: 4.560899004340172 +Info 4433 [19:25:05.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.442108988761902 +Info 4434 [19:25:05.068] Format host information updated +Info 4435 [19:25:05.205] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4436 [19:25:05.213] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 8.530643999576569ms +Info 4437 [19:25:05.213] Different program with same set of files +Info 4438 [19:25:05.213] getCompletionData: Get current token: 0.006846994161605835 +Info 4439 [19:25:05.213] getCompletionData: Is inside comment: 0.012108996510505676 +Info 4440 [19:25:05.214] getCompletionData: Get previous token: 0.016638994216918945 +Info 4441 [19:25:05.214] getCompletionsAtPosition: isCompletionListBlocker: 0.002871990203857422 +Info 4442 [19:25:05.214] getExportInfoMap: cache hit +Info 4443 [19:25:05.216] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 2 from cache +Info 4444 [19:25:05.216] collectAutoImports: response is complete +Info 4445 [19:25:05.216] collectAutoImports: 2.0641350001096725 +Info 4446 [19:25:05.216] getCompletionData: Semantic work: 2.619627997279167 +Info 4447 [19:25:05.218] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.276301994919777 +Info 4448 [19:25:05.220] Format host information updated +Info 4449 [19:25:05.273] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4450 [19:25:05.288] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 15.491234004497528ms +Info 4451 [19:25:05.288] Different program with same set of files +Info 4452 [19:25:05.289] getCompletionData: Get current token: 0.015835002064704895 +Info 4453 [19:25:05.289] getCompletionData: Is inside comment: 0.03125999867916107 +Info 4454 [19:25:05.289] getCompletionData: Get previous token: 0.0414620041847229 +Info 4455 [19:25:05.289] getCompletionsAtPosition: isCompletionListBlocker: 0.005177989602088928 +Info 4456 [19:25:05.290] getExportInfoMap: cache hit +Info 4457 [19:25:05.295] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 2 from cache +Info 4458 [19:25:05.295] collectAutoImports: response is complete +Info 4459 [19:25:05.295] collectAutoImports: 4.867496997117996 +Info 4460 [19:25:05.295] getCompletionData: Semantic work: 6.063042998313904 +Info 4461 [19:25:05.299] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9914900064468384 +Info 4462 [19:25:05.302] Format host information updated +Info 4463 [19:25:05.515] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4464 [19:25:05.522] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 6.96144999563694ms +Info 4465 [19:25:05.522] Different program with same set of files +Info 4466 [19:25:05.522] getCompletionData: Get current token: 0.005289003252983093 +Info 4467 [19:25:05.522] getCompletionData: Is inside comment: 0.009533002972602844 +Info 4468 [19:25:05.522] getCompletionData: Get previous token: 0.013328000903129578 +Info 4469 [19:25:05.522] getCompletionsAtPosition: isCompletionListBlocker: 0.0022169947624206543 +Info 4470 [19:25:05.522] getExportInfoMap: cache hit +Info 4471 [19:25:05.524] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 4472 [19:25:05.524] collectAutoImports: response is complete +Info 4473 [19:25:05.524] collectAutoImports: 1.7484059929847717 +Info 4474 [19:25:05.524] getCompletionData: Semantic work: 2.2127370089292526 +Info 4475 [19:25:05.526] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6730380058288574 +Info 4476 [19:25:05.527] Format host information updated +Info 4477 [19:25:05.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4478 [19:25:05.593] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 13.181327000260353ms +Info 4479 [19:25:05.593] Different program with same set of files +Info 4480 [19:25:05.593] getCompletionData: Get current token: 0.00916600227355957 +Info 4481 [19:25:05.593] getCompletionData: Is inside comment: 0.01808100938796997 +Info 4482 [19:25:05.593] getCompletionData: Get previous token: 0.02501799166202545 +Info 4483 [19:25:05.593] getCompletionsAtPosition: isCompletionListBlocker: 0.0034009963274002075 +Info 4484 [19:25:05.594] getExportInfoMap: cache hit +Info 4485 [19:25:05.597] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 4486 [19:25:05.597] collectAutoImports: response is complete +Info 4487 [19:25:05.597] collectAutoImports: 2.994520992040634 +Info 4488 [19:25:05.597] getCompletionData: Semantic work: 3.7690459936857224 +Info 4489 [19:25:05.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.376911997795105 +Info 4490 [19:25:05.602] Format host information updated +Info 4491 [19:25:05.647] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4492 [19:25:05.663] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 15.397131994366646ms +Info 4493 [19:25:05.663] Different program with same set of files +Info 4494 [19:25:05.663] getCompletionData: Get current token: 0.014703989028930664 +Info 4495 [19:25:05.663] getCompletionData: Is inside comment: 0.028985992074012756 +Info 4496 [19:25:05.663] getCompletionData: Get previous token: 0.04018600285053253 +Info 4497 [19:25:05.663] getCompletionsAtPosition: isCompletionListBlocker: 0.0049610137939453125 +Info 4498 [19:25:05.664] getExportInfoMap: cache hit +Info 4499 [19:25:05.669] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 4500 [19:25:05.669] collectAutoImports: response is complete +Info 4501 [19:25:05.669] collectAutoImports: 4.294284999370575 +Info 4502 [19:25:05.669] getCompletionData: Semantic work: 5.4412809908390045 +Info 4503 [19:25:05.673] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.461484000086784 +Info 4504 [19:25:05.677] Format host information updated +Info 4505 [19:25:06.001] getCompletionData: Get current token: 0.0050510019063949585 +Info 4506 [19:25:06.001] getCompletionData: Is inside comment: 0.009154006838798523 +Info 4507 [19:25:06.001] getCompletionData: Get previous token: 0.006512999534606934 +Info 4508 [19:25:06.001] getCompletionsAtPosition: isCompletionListBlocker: 0.008163988590240479 +Info 4509 [19:25:06.001] getExportInfoMap: cache hit +Info 4510 [19:25:06.011] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4511 [19:25:06.011] collectAutoImports: response is complete +Info 4512 [19:25:06.011] collectAutoImports: 9.318094998598099 +Info 4513 [19:25:06.011] getCompletionData: Semantic work: 9.825473994016647 +Info 4514 [19:25:06.016] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.953406989574432 +Info 4515 [19:25:06.136] Format host information updated +Info 4516 [19:25:06.138] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4517 [19:25:06.164] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 26.140251010656357ms +Info 4518 [19:25:06.164] Different program with same set of files +Info 4519 [19:25:06.315] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4520 [19:25:06.340] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 25.5258130133152ms +Info 4521 [19:25:06.340] Different program with same set of files +Info 4522 [19:25:06.341] getCompletionData: Get current token: 0.02271398901939392 +Info 4523 [19:25:06.341] getCompletionData: Is inside comment: 0.04243399202823639 +Info 4524 [19:25:06.341] getCompletionData: Get previous token: 0.028117001056671143 +Info 4525 [19:25:06.341] getCompletionsAtPosition: isCompletionListBlocker: 0.025074005126953125 +Info 4526 [19:25:06.343] getExportInfoMap: cache hit +Info 4527 [19:25:06.364] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4528 [19:25:06.364] collectAutoImports: response is complete +Info 4529 [19:25:06.364] collectAutoImports: 21.33627098798752 +Info 4530 [19:25:06.364] getCompletionData: Semantic work: 23.017516002058983 +Info 4531 [19:25:06.371] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.776073008775711 +Info 4532 [19:25:06.376] Format host information updated +Info 4533 [19:25:06.481] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4534 [19:25:06.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 8.105535000562668ms +Info 4535 [19:25:06.489] Different program with same set of files +Info 4536 [19:25:06.489] getCompletionData: Get current token: 0.004779994487762451 +Info 4537 [19:25:06.489] getCompletionData: Is inside comment: 0.0095750093460083 +Info 4538 [19:25:06.489] getCompletionData: Get previous token: 0.006604000926017761 +Info 4539 [19:25:06.489] getCompletionsAtPosition: isCompletionListBlocker: 0.007208004593849182 +Info 4540 [19:25:06.490] getExportInfoMap: cache hit +Info 4541 [19:25:06.504] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4542 [19:25:06.504] collectAutoImports: response is complete +Info 4543 [19:25:06.504] collectAutoImports: 14.070457011461258 +Info 4544 [19:25:06.504] getCompletionData: Semantic work: 14.770729005336761 +Info 4545 [19:25:06.512] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.931682005524635 +Info 4546 [19:25:06.518] Format host information updated +Info 4547 [19:25:06.540] Format host information updated +Info 4548 [19:25:06.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4549 [19:25:06.548] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 7.311750993132591ms +Info 4550 [19:25:06.548] Different program with same set of files +Info 4551 [19:25:06.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4552 [19:25:06.807] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 10.388521999120712ms +Info 4553 [19:25:06.807] Different program with same set of files +Info 4554 [19:25:06.808] getCompletionData: Get current token: 0.006402000784873962 +Info 4555 [19:25:06.808] getCompletionData: Is inside comment: 0.010981008410453796 +Info 4556 [19:25:06.808] getCompletionData: Get previous token: 0.014538004994392395 +Info 4557 [19:25:06.808] getCompletionsAtPosition: isCompletionListBlocker: 0.008702009916305542 +Info 4558 [19:25:06.808] getExportInfoMap: cache hit +Info 4559 [19:25:06.813] collectAutoImports: resolved 0 module specifiers, plus 119 ambient and 8 from cache +Info 4560 [19:25:06.813] collectAutoImports: response is complete +Info 4561 [19:25:06.813] collectAutoImports: 4.634189009666443 +Info 4562 [19:25:06.813] getCompletionData: Semantic work: 5.31106199324131 +Info 4563 [19:25:06.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4441570043563843 +Info 4564 [19:25:06.819] Format host information updated +Info 4565 [19:25:06.962] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4566 [19:25:06.971] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 8.633368998765945ms +Info 4567 [19:25:06.971] Different program with same set of files +Info 4568 [19:25:06.971] getCompletionData: Get current token: 0.004441991448402405 +Info 4569 [19:25:06.971] getCompletionData: Is inside comment: 0.008478999137878418 +Info 4570 [19:25:06.971] getCompletionData: Get previous token: 0.010945990681648254 +Info 4571 [19:25:06.971] getCompletionsAtPosition: isCompletionListBlocker: 0.008656993508338928 +Info 4572 [19:25:06.971] getExportInfoMap: cache hit +Info 4573 [19:25:06.977] collectAutoImports: resolved 0 module specifiers, plus 97 ambient and 6 from cache +Info 4574 [19:25:06.977] collectAutoImports: response is complete +Info 4575 [19:25:06.977] collectAutoImports: 5.19361999630928 +Info 4576 [19:25:06.977] getCompletionData: Semantic work: 5.828786998987198 +Info 4577 [19:25:06.980] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7991970032453537 +Info 4578 [19:25:06.981] Format host information updated +Info 4579 [19:25:07.023] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4580 [19:25:07.031] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 8.101869001984596ms +Info 4581 [19:25:07.031] Different program with same set of files +Info 4582 [19:25:07.031] getCompletionData: Get current token: 0.009385988116264343 +Info 4583 [19:25:07.031] getCompletionData: Is inside comment: 0.01082099974155426 +Info 4584 [19:25:07.031] getCompletionData: Get previous token: 0.013956993818283081 +Info 4585 [19:25:07.031] getCompletionsAtPosition: isCompletionListBlocker: 0.010648995637893677 +Info 4586 [19:25:07.032] getExportInfoMap: cache hit +Info 4587 [19:25:07.035] collectAutoImports: resolved 0 module specifiers, plus 72 ambient and 4 from cache +Info 4588 [19:25:07.035] collectAutoImports: response is complete +Info 4589 [19:25:07.035] collectAutoImports: 3.27402900159359 +Info 4590 [19:25:07.035] getCompletionData: Semantic work: 4.05349300801754 +Info 4591 [19:25:07.038] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5780739933252335 +Info 4592 [19:25:07.039] Format host information updated +Info 4593 [19:25:07.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4594 [19:25:07.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 7.2075729966163635ms +Info 4595 [19:25:07.160] Different program with same set of files +Info 4596 [19:25:07.160] getCompletionData: Get current token: 0.0050780028104782104 +Info 4597 [19:25:07.160] getCompletionData: Is inside comment: 0.010675013065338135 +Info 4598 [19:25:07.160] getCompletionData: Get previous token: 0.013580992817878723 +Info 4599 [19:25:07.160] getCompletionsAtPosition: isCompletionListBlocker: 0.009137004613876343 +Info 4600 [19:25:07.161] getExportInfoMap: cache hit +Info 4601 [19:25:07.163] collectAutoImports: resolved 0 module specifiers, plus 31 ambient and 0 from cache +Info 4602 [19:25:07.163] collectAutoImports: response is complete +Info 4603 [19:25:07.163] collectAutoImports: 2.220430001616478 +Info 4604 [19:25:07.163] getCompletionData: Semantic work: 2.8940770030021667 +Info 4605 [19:25:07.166] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3309700042009354 +Info 4606 [19:25:07.167] Format host information updated +Info 4607 [19:25:07.273] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4608 [19:25:07.299] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 25.704677999019623ms +Info 4609 [19:25:07.299] Different program with same set of files +Info 4610 [19:25:07.299] getCompletionData: Get current token: 0.024153009057044983 +Info 4611 [19:25:07.299] getCompletionData: Is inside comment: 0.04485800862312317 +Info 4612 [19:25:07.300] getCompletionData: Get previous token: 0.05907900631427765 +Info 4613 [19:25:07.300] getCompletionsAtPosition: isCompletionListBlocker: 0.02858099341392517 +Info 4614 [19:25:07.302] getExportInfoMap: cache hit +Info 4615 [19:25:07.310] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 0 from cache +Info 4616 [19:25:07.310] collectAutoImports: response is complete +Info 4617 [19:25:07.310] collectAutoImports: 8.582080006599426 +Info 4618 [19:25:07.310] getCompletionData: Semantic work: 10.59919099509716 +Info 4619 [19:25:07.314] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.956030994653702 +Info 4620 [19:25:07.316] Format host information updated +Info 4621 [19:25:07.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4622 [19:25:07.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 8.260797008872032ms +Info 4623 [19:25:07.360] Different program with same set of files +Info 4624 [19:25:07.360] getCompletionData: Get current token: 0.006732001900672913 +Info 4625 [19:25:07.360] getCompletionData: Is inside comment: 0.013017997145652771 +Info 4626 [19:25:07.360] getCompletionData: Get previous token: 0.017398998141288757 +Info 4627 [19:25:07.360] getCompletionsAtPosition: isCompletionListBlocker: 0.009716004133224487 +Info 4628 [19:25:07.361] getExportInfoMap: cache hit +Info 4629 [19:25:07.363] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 0 from cache +Info 4630 [19:25:07.363] collectAutoImports: response is complete +Info 4631 [19:25:07.363] collectAutoImports: 2.514926001429558 +Info 4632 [19:25:07.363] getCompletionData: Semantic work: 3.2289589941501617 +Info 4633 [19:25:07.366] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.902305006980896 +Info 4634 [19:25:07.368] Format host information updated +Info 4635 [19:25:07.544] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4636 [19:25:07.570] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 26.19132900238037ms +Info 4637 [19:25:07.570] Different program with same set of files +Info 4638 [19:25:07.571] getCompletionData: Get current token: 0.019035011529922485 +Info 4639 [19:25:07.571] getCompletionData: Is inside comment: 0.039723992347717285 +Info 4640 [19:25:07.571] getCompletionData: Get previous token: 0.025204002857208252 +Info 4641 [19:25:07.571] getCompletionsAtPosition: isCompletionListBlocker: 0.008305996656417847 +Info 4642 [19:25:07.572] getExportInfoMap: cache hit +Info 4643 [19:25:07.591] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4644 [19:25:07.591] collectAutoImports: response is complete +Info 4645 [19:25:07.591] collectAutoImports: 18.6842600107193 +Info 4646 [19:25:07.591] getCompletionData: Semantic work: 20.276157990098 +Info 4647 [19:25:07.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.338349997997284 +Info 4648 [19:25:07.604] Format host information updated +Info 4649 [19:25:07.611] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4650 [19:25:07.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 6.3031269907951355ms +Info 4651 [19:25:07.617] Different program with same set of files +Info 4652 [19:25:07.617] getCompletionData: Get current token: 0.004873007535934448 +Info 4653 [19:25:07.617] getCompletionData: Is inside comment: 0.00932900607585907 +Info 4654 [19:25:07.617] getCompletionData: Get previous token: 0.006582006812095642 +Info 4655 [19:25:07.617] getCompletionsAtPosition: isCompletionListBlocker: 0.011316999793052673 +Info 4656 [19:25:07.618] getExportInfoMap: cache hit +Info 4657 [19:25:07.629] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4658 [19:25:07.629] collectAutoImports: response is complete +Info 4659 [19:25:07.629] collectAutoImports: 11.315173000097275 +Info 4660 [19:25:07.629] getCompletionData: Semantic work: 11.89172200858593 +Info 4661 [19:25:07.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.931017994880676 +Info 4662 [19:25:07.638] Format host information updated +Info 4663 [19:25:07.923] getCompletionData: Get current token: 0.009075000882148743 +Info 4664 [19:25:07.923] getCompletionData: Is inside comment: 0.010640010237693787 +Info 4665 [19:25:07.923] getCompletionData: Get previous token: 0.00753900408744812 +Info 4666 [19:25:07.923] getCompletionsAtPosition: isCompletionListBlocker: 0.0034729987382888794 +Info 4667 [19:25:07.923] getExportInfoMap: cache hit +Info 4668 [19:25:07.933] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 4669 [19:25:07.933] collectAutoImports: response is complete +Info 4670 [19:25:07.933] collectAutoImports: 9.519584998488426 +Info 4671 [19:25:07.933] getCompletionData: Semantic work: 10.117550998926163 +Info 4672 [19:25:07.938] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.243473008275032 +Info 4673 [19:25:08.362] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4674 [19:25:08.369] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 6.502858996391296ms +Info 4675 [19:25:08.369] Different program with same set of files +Info 4676 [19:25:08.369] getCompletionData: Get current token: 0.005264014005661011 +Info 4677 [19:25:08.369] getCompletionData: Is inside comment: 0.009147003293037415 +Info 4678 [19:25:08.369] getCompletionData: Get previous token: 0.012244001030921936 +Info 4679 [19:25:08.369] getCompletionsAtPosition: isCompletionListBlocker: 0.0026549994945526123 +Info 4680 [19:25:08.369] getExportInfoMap: cache hit +Info 4681 [19:25:08.372] collectAutoImports: resolved 0 module specifiers, plus 74 ambient and 9 from cache +Info 4682 [19:25:08.372] collectAutoImports: response is complete +Info 4683 [19:25:08.372] collectAutoImports: 2.6863020062446594 +Info 4684 [19:25:08.372] getCompletionData: Semantic work: 3.189939007163048 +Info 4685 [19:25:08.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.866104006767273 +Info 4686 [19:25:08.376] Format host information updated +Info 4687 [19:25:08.513] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4688 [19:25:08.520] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 6.788101002573967ms +Info 4689 [19:25:08.520] Different program with same set of files +Info 4690 [19:25:08.521] getCompletionData: Get current token: 0.026955008506774902 +Info 4691 [19:25:08.521] getCompletionData: Is inside comment: 0.01122601330280304 +Info 4692 [19:25:08.521] getCompletionData: Get previous token: 0.012028992176055908 +Info 4693 [19:25:08.521] getCompletionsAtPosition: isCompletionListBlocker: 0.0032840073108673096 +Info 4694 [19:25:08.521] getExportInfoMap: cache hit +Info 4695 [19:25:08.523] collectAutoImports: resolved 0 module specifiers, plus 18 ambient and 2 from cache +Info 4696 [19:25:08.523] collectAutoImports: response is complete +Info 4697 [19:25:08.523] collectAutoImports: 1.6997220069169998 +Info 4698 [19:25:08.523] getCompletionData: Semantic work: 2.2516109943389893 +Info 4699 [19:25:08.525] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7435619980096817 +Info 4700 [19:25:08.526] Format host information updated +Info 4701 [19:25:08.613] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4702 [19:25:08.620] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 6.815576002001762ms +Info 4703 [19:25:08.620] Different program with same set of files +Info 4704 [19:25:08.621] getCompletionData: Get current token: 0.006873995065689087 +Info 4705 [19:25:08.621] getCompletionData: Is inside comment: 0.012296989560127258 +Info 4706 [19:25:08.621] getCompletionData: Get previous token: 0.016067996621131897 +Info 4707 [19:25:08.621] getCompletionsAtPosition: isCompletionListBlocker: 0.003081992268562317 +Info 4708 [19:25:08.621] getExportInfoMap: cache hit +Info 4709 [19:25:08.625] collectAutoImports: resolved 0 module specifiers, plus 17 ambient and 2 from cache +Info 4710 [19:25:08.625] collectAutoImports: response is complete +Info 4711 [19:25:08.625] collectAutoImports: 3.8037109971046448 +Info 4712 [19:25:08.625] getCompletionData: Semantic work: 4.322505012154579 +Info 4713 [19:25:08.627] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0331169962882996 +Info 4714 [19:25:08.628] Format host information updated +Info 4715 [19:25:08.833] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4716 [19:25:08.841] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 7.728943005204201ms +Info 4717 [19:25:08.841] Different program with same set of files +Info 4718 [19:25:08.841] getCompletionData: Get current token: 0.007150009274482727 +Info 4719 [19:25:08.841] getCompletionData: Is inside comment: 0.013669997453689575 +Info 4720 [19:25:08.841] getCompletionData: Get previous token: 0.05273500084877014 +Info 4721 [19:25:08.841] getCompletionsAtPosition: isCompletionListBlocker: 0.004093006253242493 +Info 4722 [19:25:08.842] getExportInfoMap: cache hit +Info 4723 [19:25:08.844] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 2 from cache +Info 4724 [19:25:08.844] collectAutoImports: response is complete +Info 4725 [19:25:08.844] collectAutoImports: 2.3470779955387115 +Info 4726 [19:25:08.844] getCompletionData: Semantic work: 2.948072001338005 +Info 4727 [19:25:08.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3945109993219376 +Info 4728 [19:25:08.850] Format host information updated +Info 4729 [19:25:08.941] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4730 [19:25:08.967] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 26.176833003759384ms +Info 4731 [19:25:08.967] Different program with same set of files +Info 4732 [19:25:08.968] getCompletionData: Get current token: 0.018971994519233704 +Info 4733 [19:25:08.968] getCompletionData: Is inside comment: 0.03405900299549103 +Info 4734 [19:25:08.968] getCompletionData: Get previous token: 0.044763997197151184 +Info 4735 [19:25:08.968] getCompletionsAtPosition: isCompletionListBlocker: 0.008571997284889221 +Info 4736 [19:25:08.969] getExportInfoMap: cache hit +Info 4737 [19:25:08.974] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 4738 [19:25:08.974] collectAutoImports: response is complete +Info 4739 [19:25:08.974] collectAutoImports: 4.547945007681847 +Info 4740 [19:25:08.974] getCompletionData: Semantic work: 6.063061997294426 +Info 4741 [19:25:08.978] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.1393409967422485 +Info 4742 [19:25:08.980] Format host information updated +Info 4743 [19:25:09.002] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4744 [19:25:09.010] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 7.783691987395287ms +Info 4745 [19:25:09.010] Different program with same set of files +Info 4746 [19:25:09.010] getCompletionData: Get current token: 0.007088005542755127 +Info 4747 [19:25:09.010] getCompletionData: Is inside comment: 0.013263002038002014 +Info 4748 [19:25:09.011] getCompletionData: Get previous token: 0.017124995589256287 +Info 4749 [19:25:09.011] getCompletionsAtPosition: isCompletionListBlocker: 0.003542989492416382 +Info 4750 [19:25:09.013] getExportInfoMap: cache hit +Info 4751 [19:25:09.015] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 4752 [19:25:09.015] collectAutoImports: response is complete +Info 4753 [19:25:09.015] collectAutoImports: 2.0398340076208115 +Info 4754 [19:25:09.015] getCompletionData: Semantic work: 4.833946004509926 +Info 4755 [19:25:09.018] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.227200001478195 +Info 4756 [19:25:09.019] Format host information updated +Info 4757 [19:25:12.149] getCompletionData: Get current token: 0.006277009844779968 +Info 4758 [19:25:12.149] getCompletionData: Is inside comment: 0.0012419968843460083 +Info 4759 [19:25:12.149] getCompletionData: Get previous token: 0.014963999390602112 +Info 4760 [19:25:12.149] getCompletionsAtPosition: isCompletionListBlocker: 0.0039779990911483765 +Info 4761 [19:25:12.150] getExportInfoMap: cache hit +Info 4762 [19:25:12.161] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 4763 [19:25:12.162] collectAutoImports: response is complete +Info 4764 [19:25:12.162] collectAutoImports: 11.821309000253677 +Info 4765 [19:25:12.162] getCompletionData: Semantic work: 12.347157001495361 +Info 4766 [19:25:12.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.025082990527153 +Info 4767 [19:25:13.143] Format host information updated +Info 4768 [19:25:13.144] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4769 [19:25:13.150] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 6.612397998571396ms +Info 4770 [19:25:13.150] Different program with same set of files +Info 4771 [19:25:13.420] Format host information updated +Info 4772 [19:25:13.421] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4773 [19:25:13.429] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 8.732949003577232ms +Info 4774 [19:25:13.429] Different program with same set of files +Info 4775 [19:25:13.662] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4776 [19:25:13.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 7.070019006729126ms +Info 4777 [19:25:13.669] Different program with same set of files +Info 4778 [19:25:13.670] getCompletionData: Get current token: 0.008477002382278442 +Info 4779 [19:25:13.670] getCompletionData: Is inside comment: 0.012893006205558777 +Info 4780 [19:25:13.670] getCompletionData: Get previous token: 0.017513006925582886 +Info 4781 [19:25:13.670] getCompletionsAtPosition: isCompletionListBlocker: 0.0025319904088974 +Info 4782 [19:25:13.670] getExportInfoMap: cache hit +Info 4783 [19:25:13.675] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 4784 [19:25:13.675] collectAutoImports: response is complete +Info 4785 [19:25:13.675] collectAutoImports: 5.001029998064041 +Info 4786 [19:25:13.675] getCompletionData: Semantic work: 5.616480007767677 +Info 4787 [19:25:13.680] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.925050005316734 +Info 4788 [19:25:13.682] Format host information updated +Info 4789 [19:25:13.869] Format host information updated +Info 4790 [19:25:13.869] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4791 [19:25:13.876] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 6.658413007855415ms +Info 4792 [19:25:13.876] Different program with same set of files +Info 4793 [19:25:14.029] Format host information updated +Info 4794 [19:25:14.029] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4795 [19:25:14.036] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 6.641709998250008ms +Info 4796 [19:25:14.036] Different program with same set of files +Info 4797 [19:25:14.137] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4798 [19:25:14.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 6.39036400616169ms +Info 4799 [19:25:14.144] Different program with same set of files +Info 4800 [19:25:14.144] getCompletionData: Get current token: 0.0067909955978393555 +Info 4801 [19:25:14.144] getCompletionData: Is inside comment: 0.01086600124835968 +Info 4802 [19:25:14.144] getCompletionData: Get previous token: 0.06693699955940247 +Info 4803 [19:25:14.144] getCompletionsAtPosition: isCompletionListBlocker: 0.002646997570991516 +Info 4804 [19:25:14.144] getExportInfoMap: cache hit +Info 4805 [19:25:14.149] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 4806 [19:25:14.149] collectAutoImports: response is complete +Info 4807 [19:25:14.149] collectAutoImports: 4.919822007417679 +Info 4808 [19:25:14.149] getCompletionData: Semantic work: 5.557539999485016 +Info 4809 [19:25:14.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.457166001200676 +Info 4810 [19:25:14.154] Format host information updated +Info 4811 [19:25:14.246] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4812 [19:25:14.254] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 7.513007998466492ms +Info 4813 [19:25:14.254] Different program with same set of files +Info 4814 [19:25:14.254] getCompletionData: Get current token: 0.006302997469902039 +Info 4815 [19:25:14.254] getCompletionData: Is inside comment: 0.010512009263038635 +Info 4816 [19:25:14.254] getCompletionData: Get previous token: 0.02368798851966858 +Info 4817 [19:25:14.254] getCompletionsAtPosition: isCompletionListBlocker: 0.0022430121898651123 +Info 4818 [19:25:14.255] getExportInfoMap: cache hit +Info 4819 [19:25:14.260] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 4820 [19:25:14.260] collectAutoImports: response is complete +Info 4821 [19:25:14.260] collectAutoImports: 4.959261000156403 +Info 4822 [19:25:14.260] getCompletionData: Semantic work: 5.7203850001096725 +Info 4823 [19:25:14.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0571639984846115 +Info 4824 [19:25:14.263] Format host information updated +Info 4825 [19:25:14.320] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4826 [19:25:14.337] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 17.009707987308502ms +Info 4827 [19:25:14.337] Different program with same set of files +Info 4828 [19:25:14.338] getCompletionData: Get current token: 0.02228599786758423 +Info 4829 [19:25:14.338] getCompletionData: Is inside comment: 0.03026999533176422 +Info 4830 [19:25:14.338] getCompletionData: Get previous token: 0.040870994329452515 +Info 4831 [19:25:14.338] getCompletionsAtPosition: isCompletionListBlocker: 0.005497008562088013 +Info 4832 [19:25:14.339] getExportInfoMap: cache hit +Info 4833 [19:25:14.351] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 4834 [19:25:14.351] collectAutoImports: response is complete +Info 4835 [19:25:14.351] collectAutoImports: 11.255280002951622 +Info 4836 [19:25:14.351] getCompletionData: Semantic work: 12.72172699868679 +Info 4837 [19:25:14.354] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.927174001932144 +Info 4838 [19:25:14.355] Format host information updated +Info 4839 [19:25:14.441] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4840 [19:25:14.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 27.54712799191475ms +Info 4841 [19:25:14.469] Different program with same set of files +Info 4842 [19:25:14.469] getCompletionData: Get current token: 0.016882002353668213 +Info 4843 [19:25:14.469] getCompletionData: Is inside comment: 0.02883400022983551 +Info 4844 [19:25:14.469] getCompletionData: Get previous token: 0.04020699858665466 +Info 4845 [19:25:14.469] getCompletionsAtPosition: isCompletionListBlocker: 0.005217000842094421 +Info 4846 [19:25:14.471] getExportInfoMap: cache hit +Info 4847 [19:25:14.477] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 4 from cache +Info 4848 [19:25:14.477] collectAutoImports: response is complete +Info 4849 [19:25:14.477] collectAutoImports: 6.631349995732307 +Info 4850 [19:25:14.477] getCompletionData: Semantic work: 8.138308987021446 +Info 4851 [19:25:14.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.520696997642517 +Info 4852 [19:25:14.481] Format host information updated +Info 4853 [19:25:14.502] Format host information updated +Info 4854 [19:25:14.502] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4855 [19:25:14.512] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 9.712787002325058ms +Info 4856 [19:25:14.512] Different program with same set of files +Info 4857 [19:25:14.761] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4858 [19:25:14.772] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 11.053101003170013ms +Info 4859 [19:25:14.772] Different program with same set of files +Info 4860 [19:25:14.772] getCompletionData: Get current token: 0.011335000395774841 +Info 4861 [19:25:14.772] getCompletionData: Is inside comment: 0.015822991728782654 +Info 4862 [19:25:14.772] getCompletionData: Get previous token: 0.02256600558757782 +Info 4863 [19:25:14.772] getCompletionsAtPosition: isCompletionListBlocker: 0.003055006265640259 +Info 4864 [19:25:14.773] getExportInfoMap: cache hit +Info 4865 [19:25:14.777] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 4 from cache +Info 4866 [19:25:14.777] collectAutoImports: response is complete +Info 4867 [19:25:14.777] collectAutoImports: 3.808244988322258 +Info 4868 [19:25:14.777] getCompletionData: Semantic work: 4.640248998999596 +Info 4869 [19:25:14.779] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7136339992284775 +Info 4870 [19:25:14.782] Format host information updated +Info 4871 [19:25:14.900] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4872 [19:25:14.924] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 23.765835002064705ms +Info 4873 [19:25:14.924] Different program with same set of files +Info 4874 [19:25:14.924] getCompletionData: Get current token: 0.028378009796142578 +Info 4875 [19:25:14.925] getCompletionData: Is inside comment: 0.04428400099277496 +Info 4876 [19:25:14.925] getCompletionData: Get previous token: 0.059818997979164124 +Info 4877 [19:25:14.925] getCompletionsAtPosition: isCompletionListBlocker: 0.007409989833831787 +Info 4878 [19:25:14.927] getExportInfoMap: cache hit +Info 4879 [19:25:14.936] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 4880 [19:25:14.936] collectAutoImports: response is complete +Info 4881 [19:25:14.936] collectAutoImports: 8.81936600804329 +Info 4882 [19:25:14.936] getCompletionData: Semantic work: 10.884956002235413 +Info 4883 [19:25:14.939] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0331979990005493 +Info 4884 [19:25:14.940] Format host information updated +Info 4885 [19:25:15.070] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4886 [19:25:15.101] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 30.805636003613472ms +Info 4887 [19:25:15.101] Different program with same set of files +Info 4888 [19:25:15.101] getCompletionData: Get current token: 0.016460001468658447 +Info 4889 [19:25:15.102] getCompletionData: Is inside comment: 0.027452990412712097 +Info 4890 [19:25:15.102] getCompletionData: Get previous token: 0.03735499083995819 +Info 4891 [19:25:15.102] getCompletionsAtPosition: isCompletionListBlocker: 0.005479007959365845 +Info 4892 [19:25:15.103] getExportInfoMap: cache hit +Info 4893 [19:25:15.121] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 4894 [19:25:15.121] collectAutoImports: response is complete +Info 4895 [19:25:15.121] collectAutoImports: 18.32032100856304 +Info 4896 [19:25:15.121] getCompletionData: Semantic work: 19.641188994050026 +Info 4897 [19:25:15.129] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.527024000883102 +Info 4898 [19:25:15.136] Format host information updated +Info 4899 [19:25:15.143] Format host information updated +Info 4900 [19:25:15.143] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4901 [19:25:15.151] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 7.5694560110569ms +Info 4902 [19:25:15.151] Different program with same set of files +Info 4903 [19:25:15.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4904 [19:25:15.858] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 7.260564014315605ms +Info 4905 [19:25:15.858] Different program with same set of files +Info 4906 [19:25:15.858] getCompletionData: Get current token: 0.007624000310897827 +Info 4907 [19:25:15.858] getCompletionData: Is inside comment: 0.013242006301879883 +Info 4908 [19:25:15.858] getCompletionData: Get previous token: 0.022064998745918274 +Info 4909 [19:25:15.858] getCompletionsAtPosition: isCompletionListBlocker: 0.0018259882926940918 +Info 4910 [19:25:15.858] Returning an empty list because completion was requested in an invalid position. +Info 4911 [19:25:15.861] Format host information updated +Info 4912 [19:25:15.915] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4913 [19:25:15.922] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 7.2565590143203735ms +Info 4914 [19:25:15.922] Different program with same set of files +Info 4915 [19:25:15.923] getCompletionData: Get current token: 0.008504003286361694 +Info 4916 [19:25:15.923] getCompletionData: Is inside comment: 0.010630995035171509 +Info 4917 [19:25:15.923] getCompletionData: Get previous token: 0.016927987337112427 +Info 4918 [19:25:15.923] getCompletionsAtPosition: isCompletionListBlocker: 0.001431003212928772 +Info 4919 [19:25:15.923] Returning an empty list because completion was requested in an invalid position. +Info 4920 [19:25:15.923] Format host information updated +Info 4921 [19:25:16.037] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4922 [19:25:16.045] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 7.275108993053436ms +Info 4923 [19:25:16.045] Different program with same set of files +Info 4924 [19:25:16.045] getCompletionData: Get current token: 0.00816500186920166 +Info 4925 [19:25:16.045] getCompletionData: Is inside comment: 0.015457004308700562 +Info 4926 [19:25:16.045] getCompletionData: Get previous token: 0.022176995873451233 +Info 4927 [19:25:16.045] getCompletionsAtPosition: isCompletionListBlocker: 0.0020110011100769043 +Info 4928 [19:25:16.045] Returning an empty list because completion was requested in an invalid position. +Info 4929 [19:25:16.047] Format host information updated +Info 4930 [19:25:16.227] Format host information updated +Info 4931 [19:25:16.228] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4932 [19:25:16.234] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 6.72476901113987ms +Info 4933 [19:25:16.234] Different program with same set of files +Info 4934 [19:25:16.333] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4935 [19:25:16.340] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 6.7558950036764145ms +Info 4936 [19:25:16.340] Different program with same set of files +Info 4937 [19:25:16.340] getCompletionData: Get current token: 0.0074300020933151245 +Info 4938 [19:25:16.340] getCompletionData: Is inside comment: 0.013604998588562012 +Info 4939 [19:25:16.340] getCompletionData: Get previous token: 0.011324003338813782 +Info 4940 [19:25:16.340] getCompletionsAtPosition: isCompletionListBlocker: 0.008127003908157349 +Info 4941 [19:25:16.341] getExportInfoMap: cache hit +Info 4942 [19:25:16.354] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 4943 [19:25:16.355] collectAutoImports: response is complete +Info 4944 [19:25:16.355] collectAutoImports: 13.664328008890152 +Info 4945 [19:25:16.355] getCompletionData: Semantic work: 14.270740002393723 +Info 4946 [19:25:16.364] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.959634006023407 +Info 4947 [19:25:16.371] Format host information updated +Info 4948 [19:25:16.416] Format host information updated +Info 4949 [19:25:16.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4950 [19:25:16.426] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 9.432509005069733ms +Info 4951 [19:25:16.426] Different program with same set of files +Info 4952 [19:25:16.799] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4953 [19:25:16.806] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 6.938163012266159ms +Info 4954 [19:25:16.806] Different program with same set of files +Info 4955 [19:25:16.807] getCompletionData: Get current token: 0.007368996739387512 +Info 4956 [19:25:16.807] getCompletionData: Is inside comment: 0.012142002582550049 +Info 4957 [19:25:16.807] getCompletionData: Get previous token: 0.02092200517654419 +Info 4958 [19:25:16.807] getCompletionsAtPosition: isCompletionListBlocker: 0.008479997515678406 +Info 4959 [19:25:16.807] getExportInfoMap: cache hit +Info 4960 [19:25:16.816] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 4961 [19:25:16.816] collectAutoImports: response is complete +Info 4962 [19:25:16.816] collectAutoImports: 8.857270002365112 +Info 4963 [19:25:16.816] getCompletionData: Semantic work: 9.553112998604774 +Info 4964 [19:25:16.819] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.3711250126361847 +Info 4965 [19:25:16.820] Format host information updated +Info 4966 [19:25:16.909] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4967 [19:25:16.916] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 7.4537400007247925ms +Info 4968 [19:25:16.916] Different program with same set of files +Info 4969 [19:25:16.917] getCompletionData: Get current token: 0.007627010345458984 +Info 4970 [19:25:16.917] getCompletionData: Is inside comment: 0.012915998697280884 +Info 4971 [19:25:16.917] getCompletionData: Get previous token: 0.021482005715370178 +Info 4972 [19:25:16.917] getCompletionsAtPosition: isCompletionListBlocker: 0.008945003151893616 +Info 4973 [19:25:16.917] getExportInfoMap: cache hit +Info 4974 [19:25:16.920] collectAutoImports: resolved 0 module specifiers, plus 40 ambient and 3 from cache +Info 4975 [19:25:16.920] collectAutoImports: response is complete +Info 4976 [19:25:16.920] collectAutoImports: 2.4951969981193542 +Info 4977 [19:25:16.920] getCompletionData: Semantic work: 3.277208998799324 +Info 4978 [19:25:16.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4745659977197647 +Info 4979 [19:25:16.925] Format host information updated +Info 4980 [19:25:17.352] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4981 [19:25:17.360] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 7.678379997611046ms +Info 4982 [19:25:17.360] Different program with same set of files +Info 4983 [19:25:17.360] getCompletionData: Get current token: 0.006712004542350769 +Info 4984 [19:25:17.360] getCompletionData: Is inside comment: 0.01213499903678894 +Info 4985 [19:25:17.360] getCompletionData: Get previous token: 0.02033199369907379 +Info 4986 [19:25:17.360] getCompletionsAtPosition: isCompletionListBlocker: 0.007544010877609253 +Info 4987 [19:25:17.361] getExportInfoMap: cache hit +Info 4988 [19:25:17.367] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 4989 [19:25:17.367] collectAutoImports: response is complete +Info 4990 [19:25:17.367] collectAutoImports: 5.926788002252579 +Info 4991 [19:25:17.367] getCompletionData: Semantic work: 6.589112997055054 +Info 4992 [19:25:17.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.643185004591942 +Info 4993 [19:25:17.371] Format host information updated +Info 4994 [19:25:17.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4995 [19:25:17.472] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 9.533087998628616ms +Info 4996 [19:25:17.472] Different program with same set of files +Info 4997 [19:25:17.472] getCompletionData: Get current token: 0.006116002798080444 +Info 4998 [19:25:17.473] getCompletionData: Is inside comment: 0.010297998785972595 +Info 4999 [19:25:17.473] getCompletionData: Get previous token: 0.018122002482414246 +Info 5000 [19:25:17.473] getCompletionsAtPosition: isCompletionListBlocker: 0.007868990302085876 +Info 5001 [19:25:17.473] getExportInfoMap: cache hit +Info 5002 [19:25:17.475] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 5003 [19:25:17.475] collectAutoImports: response is complete +Info 5004 [19:25:17.475] collectAutoImports: 2.025619998574257 +Info 5005 [19:25:17.475] getCompletionData: Semantic work: 2.579815998673439 +Info 5006 [19:25:17.476] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2370939999818802 +Info 5007 [19:25:17.477] Format host information updated +Info 5008 [19:25:17.637] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5009 [19:25:17.645] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 7.527146011590958ms +Info 5010 [19:25:17.645] Different program with same set of files +Info 5011 [19:25:17.645] getCompletionData: Get current token: 0.00801299512386322 +Info 5012 [19:25:17.645] getCompletionData: Is inside comment: 0.015652000904083252 +Info 5013 [19:25:17.645] getCompletionData: Get previous token: 0.012621000409126282 +Info 5014 [19:25:17.645] getCompletionsAtPosition: isCompletionListBlocker: 0.0028499960899353027 +Info 5015 [19:25:17.645] getCompletionData: Semantic work: 0.46705301105976105 +Info 5016 [19:25:17.646] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12916399538516998 +Info 5017 [19:25:17.646] Format host information updated +Info 5018 [19:25:17.875] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5019 [19:25:17.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 7.957512006163597ms +Info 5020 [19:25:17.883] Different program with same set of files +Info 5021 [19:25:17.884] getCompletionData: Get current token: 0.0062409937381744385 +Info 5022 [19:25:17.884] getCompletionData: Is inside comment: 0.009464994072914124 +Info 5023 [19:25:17.884] getCompletionData: Get previous token: 0.015666991472244263 +Info 5024 [19:25:17.884] getCompletionsAtPosition: isCompletionListBlocker: 0.0021979957818984985 +Info 5025 [19:25:17.884] getCompletionData: Semantic work: 0.4714619964361191 +Info 5026 [19:25:17.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.24026800692081451 +Info 5027 [19:25:17.885] Format host information updated +Info 5028 [19:25:17.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5029 [19:25:17.946] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 482 structureChanged: false structureIsReused:: Completely Elapsed: 9.072201997041702ms +Info 5030 [19:25:17.946] Different program with same set of files +Info 5031 [19:25:17.947] getCompletionData: Get current token: 0.009276002645492554 +Info 5032 [19:25:17.947] getCompletionData: Is inside comment: 0.014871999621391296 +Info 5033 [19:25:17.947] getCompletionData: Get previous token: 0.024702996015548706 +Info 5034 [19:25:17.947] getCompletionsAtPosition: isCompletionListBlocker: 0.0036469995975494385 +Info 5035 [19:25:17.948] getCompletionData: Semantic work: 0.738864004611969 +Info 5036 [19:25:17.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.42903299629688263 +Info 5037 [19:25:17.949] Format host information updated +Info 5038 [19:25:18.103] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5039 [19:25:18.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 483 structureChanged: false structureIsReused:: Completely Elapsed: 9.25603799521923ms +Info 5040 [19:25:18.112] Different program with same set of files +Info 5041 [19:25:18.113] getCompletionData: Get current token: 0.008564993739128113 +Info 5042 [19:25:18.113] getCompletionData: Is inside comment: 0.012409001588821411 +Info 5043 [19:25:18.113] getCompletionData: Get previous token: 0.020742997527122498 +Info 5044 [19:25:18.113] getCompletionsAtPosition: isCompletionListBlocker: 0.003353998064994812 +Info 5045 [19:25:18.113] getCompletionData: Semantic work: 0.5189300030469894 +Info 5046 [19:25:18.114] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3007960021495819 +Info 5047 [19:25:18.114] Format host information updated +Info 5048 [19:25:18.250] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5049 [19:25:18.261] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 484 structureChanged: false structureIsReused:: Completely Elapsed: 10.358930006623268ms +Info 5050 [19:25:18.261] Different program with same set of files +Info 5051 [19:25:18.261] getCompletionData: Get current token: 0.009722992777824402 +Info 5052 [19:25:18.261] getCompletionData: Is inside comment: 0.015155002474784851 +Info 5053 [19:25:18.261] getCompletionData: Get previous token: 0.02501600980758667 +Info 5054 [19:25:18.261] getCompletionsAtPosition: isCompletionListBlocker: 0.003921002149581909 +Info 5055 [19:25:18.262] getCompletionData: Semantic work: 0.5490099936723709 +Info 5056 [19:25:18.262] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4575290083885193 +Info 5057 [19:25:18.263] Format host information updated +Info 5058 [19:25:18.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5059 [19:25:18.385] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 485 structureChanged: false structureIsReused:: Completely Elapsed: 24.146467998623848ms +Info 5060 [19:25:18.385] Different program with same set of files +Info 5061 [19:25:18.385] getCompletionData: Get current token: 0.10337699949741364 +Info 5062 [19:25:18.385] getCompletionData: Is inside comment: 0.05096299946308136 +Info 5063 [19:25:18.386] getCompletionData: Get previous token: 0.07195200026035309 +Info 5064 [19:25:18.386] getCompletionsAtPosition: isCompletionListBlocker: 0.007589012384414673 +Info 5065 [19:25:18.387] getCompletionData: Semantic work: 1.347349002957344 +Info 5066 [19:25:18.388] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9947749972343445 +Info 5067 [19:25:18.390] Format host information updated +Info 5068 [19:25:18.490] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5069 [19:25:18.515] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 486 structureChanged: false structureIsReused:: Completely Elapsed: 25.762671008706093ms +Info 5070 [19:25:18.516] Different program with same set of files +Info 5071 [19:25:18.516] getCompletionData: Get current token: 0.02679300308227539 +Info 5072 [19:25:18.516] getCompletionData: Is inside comment: 0.04933500289916992 +Info 5073 [19:25:18.516] getCompletionData: Get previous token: 0.07965999841690063 +Info 5074 [19:25:18.517] getCompletionsAtPosition: isCompletionListBlocker: 0.008374989032745361 +Info 5075 [19:25:18.518] getCompletionData: Semantic work: 1.2299139946699142 +Info 5076 [19:25:18.519] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7849770039319992 +Info 5077 [19:25:18.523] Format host information updated +Info 5078 [19:25:18.556] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5079 [19:25:18.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 487 structureChanged: false structureIsReused:: Completely Elapsed: 9.775421991944313ms +Info 5080 [19:25:18.566] Different program with same set of files +Info 5081 [19:25:18.566] getCompletionData: Get current token: 0.00965099036693573 +Info 5082 [19:25:18.566] getCompletionData: Is inside comment: 0.01727399230003357 +Info 5083 [19:25:18.566] getCompletionData: Get previous token: 0.028270989656448364 +Info 5084 [19:25:18.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0037459880113601685 +Info 5085 [19:25:18.567] getCompletionData: Semantic work: 0.5220869928598404 +Info 5086 [19:25:18.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.19295699894428253 +Info 5087 [19:25:18.568] Format host information updated +Info 5088 [19:25:18.721] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5089 [19:25:18.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 488 structureChanged: false structureIsReused:: Completely Elapsed: 23.034425005316734ms +Info 5090 [19:25:18.744] Different program with same set of files +Info 5091 [19:25:18.744] getCompletionData: Get current token: 0.014222994446754456 +Info 5092 [19:25:18.744] getCompletionData: Is inside comment: 0.02809600532054901 +Info 5093 [19:25:18.745] getCompletionData: Get previous token: 0.03401899337768555 +Info 5094 [19:25:18.745] getCompletionsAtPosition: isCompletionListBlocker: 0.00611799955368042 +Info 5095 [19:25:18.746] getExportInfoMap: cache hit +Info 5096 [19:25:18.767] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5097 [19:25:18.767] collectAutoImports: response is complete +Info 5098 [19:25:18.767] collectAutoImports: 21.435054004192352 +Info 5099 [19:25:18.767] getCompletionData: Semantic work: 22.698829010128975 +Info 5100 [19:25:18.775] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.725769996643066 +Info 5101 [19:25:18.785] Format host information updated +Info 5102 [19:25:18.791] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5103 [19:25:18.798] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 489 structureChanged: false structureIsReused:: Completely Elapsed: 6.226221993565559ms +Info 5104 [19:25:18.798] Different program with same set of files +Info 5105 [19:25:18.798] getCompletionData: Get current token: 0.0052700042724609375 +Info 5106 [19:25:18.798] getCompletionData: Is inside comment: 0.03084498643875122 +Info 5107 [19:25:18.798] getCompletionData: Get previous token: 0.00810299813747406 +Info 5108 [19:25:18.798] getCompletionsAtPosition: isCompletionListBlocker: 0.007376000285148621 +Info 5109 [19:25:18.798] getExportInfoMap: cache hit +Info 5110 [19:25:18.809] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5111 [19:25:18.809] collectAutoImports: response is complete +Info 5112 [19:25:18.809] collectAutoImports: 10.58474600315094 +Info 5113 [19:25:18.809] getCompletionData: Semantic work: 11.128114998340607 +Info 5114 [19:25:18.817] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.161575004458427 +Info 5115 [19:25:18.822] Format host information updated +Info 5116 [19:25:19.009] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5117 [19:25:19.030] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 490 structureChanged: false structureIsReused:: Completely Elapsed: 21.617586001753807ms +Info 5118 [19:25:19.030] Different program with same set of files +Info 5119 [19:25:19.031] getCompletionData: Get current token: 0.014841005206108093 +Info 5120 [19:25:19.031] getCompletionData: Is inside comment: 0.02474600076675415 +Info 5121 [19:25:19.031] getCompletionData: Get previous token: 0.01977500319480896 +Info 5122 [19:25:19.031] getCompletionsAtPosition: isCompletionListBlocker: 0.014817997813224792 +Info 5123 [19:25:19.032] getExportInfoMap: cache hit +Info 5124 [19:25:19.050] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5125 [19:25:19.050] collectAutoImports: response is complete +Info 5126 [19:25:19.050] collectAutoImports: 18.19472500681877 +Info 5127 [19:25:19.050] getCompletionData: Semantic work: 19.329765990376472 +Info 5128 [19:25:19.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.9994830042123795 +Info 5129 [19:25:19.062] Format host information updated +Info 5130 [19:25:19.975] Format host information updated +Info 5131 [19:25:19.976] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5132 [19:25:19.982] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 491 structureChanged: false structureIsReused:: Completely Elapsed: 6.287833005189896ms +Info 5133 [19:25:19.982] Different program with same set of files +Info 5134 [19:25:20.591] getCompletionData: Get current token: 0.026542991399765015 +Info 5135 [19:25:20.591] getCompletionData: Is inside comment: 0.0015280097723007202 +Info 5136 [19:25:20.591] getCompletionData: Get previous token: 0.018172994256019592 +Info 5137 [19:25:20.591] getCompletionsAtPosition: isCompletionListBlocker: 0.0045050084590911865 +Info 5138 [19:25:20.592] getExportInfoMap: cache hit +Info 5139 [19:25:20.608] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5140 [19:25:20.608] collectAutoImports: response is complete +Info 5141 [19:25:20.608] collectAutoImports: 15.940292999148369 +Info 5142 [19:25:20.608] getCompletionData: Semantic work: 16.607485994696617 +Info 5143 [19:25:20.615] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.754814997315407 +Info 5144 [19:25:21.002] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5145 [19:25:21.010] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 492 structureChanged: false structureIsReused:: Completely Elapsed: 7.064162001013756ms +Info 5146 [19:25:21.010] Different program with same set of files +Info 5147 [19:25:21.010] getCompletionData: Get current token: 0.0035260021686553955 +Info 5148 [19:25:21.010] getCompletionData: Is inside comment: 0.0009789913892745972 +Info 5149 [19:25:21.010] getCompletionData: Get previous token: 0.016881003975868225 +Info 5150 [19:25:21.010] getCompletionsAtPosition: isCompletionListBlocker: 0.002871006727218628 +Info 5151 [19:25:21.010] getExportInfoMap: cache hit +Info 5152 [19:25:21.015] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 5153 [19:25:21.015] collectAutoImports: response is complete +Info 5154 [19:25:21.015] collectAutoImports: 4.304672002792358 +Info 5155 [19:25:21.015] getCompletionData: Semantic work: 4.807634994387627 +Info 5156 [19:25:21.023] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5335670113563538 +Info 5157 [19:25:21.024] Format host information updated +Info 5158 [19:25:21.063] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5159 [19:25:21.072] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 493 structureChanged: false structureIsReused:: Completely Elapsed: 8.986433997750282ms +Info 5160 [19:25:21.073] Different program with same set of files +Info 5161 [19:25:21.073] getCompletionData: Get current token: 0.008952006697654724 +Info 5162 [19:25:21.073] getCompletionData: Is inside comment: 0.0030250102281570435 +Info 5163 [19:25:21.073] getCompletionData: Get previous token: 0.043434008955955505 +Info 5164 [19:25:21.073] getCompletionsAtPosition: isCompletionListBlocker: 0.00501599907875061 +Info 5165 [19:25:21.074] getExportInfoMap: cache hit +Info 5166 [19:25:21.078] collectAutoImports: resolved 0 module specifiers, plus 11 ambient and 0 from cache +Info 5167 [19:25:21.078] collectAutoImports: response is complete +Info 5168 [19:25:21.078] collectAutoImports: 3.998099997639656 +Info 5169 [19:25:21.078] getCompletionData: Semantic work: 5.110236003994942 +Info 5170 [19:25:21.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8647210001945496 +Info 5171 [19:25:21.092] Format host information updated +Info 5172 [19:25:21.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5173 [19:25:21.183] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 494 structureChanged: false structureIsReused:: Completely Elapsed: 21.3875569999218ms +Info 5174 [19:25:21.183] Different program with same set of files +Info 5175 [19:25:21.183] getCompletionData: Get current token: 0.010875001549720764 +Info 5176 [19:25:21.183] getCompletionData: Is inside comment: 0.003237992525100708 +Info 5177 [19:25:21.183] getCompletionData: Get previous token: 0.054156988859176636 +Info 5178 [19:25:21.184] getCompletionsAtPosition: isCompletionListBlocker: 0.00793600082397461 +Info 5179 [19:25:21.185] getExportInfoMap: cache hit +Info 5180 [19:25:21.189] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 5181 [19:25:21.189] collectAutoImports: response is complete +Info 5182 [19:25:21.189] collectAutoImports: 4.316859006881714 +Info 5183 [19:25:21.189] getCompletionData: Semantic work: 5.676830008625984 +Info 5184 [19:25:21.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.111272007226944 +Info 5185 [19:25:21.196] Format host information updated +Info 5186 [19:25:22.259] Format host information updated +Info 5187 [19:25:22.259] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5188 [19:25:22.266] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 495 structureChanged: false structureIsReused:: Completely Elapsed: 6.5250000059604645ms +Info 5189 [19:25:22.266] Different program with same set of files +Info 5190 [19:25:22.797] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5191 [19:25:22.804] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 496 structureChanged: false structureIsReused:: Completely Elapsed: 6.4914059937000275ms +Info 5192 [19:25:22.804] Different program with same set of files +Info 5193 [19:25:22.804] getCompletionData: Get current token: 0.005743011832237244 +Info 5194 [19:25:22.804] getCompletionData: Is inside comment: 0.00929500162601471 +Info 5195 [19:25:22.804] getCompletionData: Get previous token: 0.015320003032684326 +Info 5196 [19:25:22.804] getCompletionsAtPosition: isCompletionListBlocker: 0.007394000887870789 +Info 5197 [19:25:22.804] getExportInfoMap: cache hit +Info 5198 [19:25:22.807] collectAutoImports: resolved 0 module specifiers, plus 39 ambient and 2 from cache +Info 5199 [19:25:22.807] collectAutoImports: response is complete +Info 5200 [19:25:22.807] collectAutoImports: 2.1649879962205887 +Info 5201 [19:25:22.807] getCompletionData: Semantic work: 2.849505990743637 +Info 5202 [19:25:22.808] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2303549945354462 +Info 5203 [19:25:22.809] Format host information updated +Info 5204 [19:25:22.867] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5205 [19:25:22.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 497 structureChanged: false structureIsReused:: Completely Elapsed: 15.671765014529228ms +Info 5206 [19:25:22.883] Different program with same set of files +Info 5207 [19:25:22.884] getCompletionData: Get current token: 0.013081997632980347 +Info 5208 [19:25:22.884] getCompletionData: Is inside comment: 0.023896992206573486 +Info 5209 [19:25:22.884] getCompletionData: Get previous token: 0.037153005599975586 +Info 5210 [19:25:22.884] getCompletionsAtPosition: isCompletionListBlocker: 0.01570899784564972 +Info 5211 [19:25:22.885] getExportInfoMap: cache hit +Info 5212 [19:25:22.891] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 2 from cache +Info 5213 [19:25:22.891] collectAutoImports: response is complete +Info 5214 [19:25:22.891] collectAutoImports: 6.150507003068924 +Info 5215 [19:25:22.891] getCompletionData: Semantic work: 7.453605994582176 +Info 5216 [19:25:22.893] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.889498010277748 +Info 5217 [19:25:22.894] Format host information updated +Info 5218 [19:25:22.953] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5219 [19:25:22.960] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 498 structureChanged: false structureIsReused:: Completely Elapsed: 7.226684004068375ms +Info 5220 [19:25:22.960] Different program with same set of files +Info 5221 [19:25:22.960] getCompletionData: Get current token: 0.004432991147041321 +Info 5222 [19:25:22.960] getCompletionData: Is inside comment: 0.008789002895355225 +Info 5223 [19:25:22.960] getCompletionData: Get previous token: 0.014132991433143616 +Info 5224 [19:25:22.960] getCompletionsAtPosition: isCompletionListBlocker: 0.007484003901481628 +Info 5225 [19:25:22.962] getExportInfoMap: cache hit +Info 5226 [19:25:22.963] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 0 from cache +Info 5227 [19:25:22.963] collectAutoImports: response is complete +Info 5228 [19:25:22.963] collectAutoImports: 1.5464569926261902 +Info 5229 [19:25:22.963] getCompletionData: Semantic work: 2.9861190021038055 +Info 5230 [19:25:22.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2758290022611618 +Info 5231 [19:25:22.965] Format host information updated +Info 5232 [19:25:23.094] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5233 [19:25:23.103] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 499 structureChanged: false structureIsReused:: Completely Elapsed: 9.22953499853611ms +Info 5234 [19:25:23.103] Different program with same set of files +Info 5235 [19:25:23.104] getCompletionData: Get current token: 0.005753993988037109 +Info 5236 [19:25:23.104] getCompletionData: Is inside comment: 0.00956900417804718 +Info 5237 [19:25:23.104] getCompletionData: Get previous token: 0.007551997900009155 +Info 5238 [19:25:23.104] getCompletionsAtPosition: isCompletionListBlocker: 0.0025160014629364014 +Info 5239 [19:25:23.105] getCompletionData: Semantic work: 1.2705930024385452 +Info 5240 [19:25:23.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9207269996404648 +Info 5241 [19:25:23.106] Format host information updated +Info 5242 [19:25:23.600] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5243 [19:25:23.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 500 structureChanged: false structureIsReused:: Completely Elapsed: 6.718323990702629ms +Info 5244 [19:25:23.607] Different program with same set of files +Info 5245 [19:25:23.607] getCompletionData: Get current token: 0.004102006554603577 +Info 5246 [19:25:23.607] getCompletionData: Is inside comment: 0.008055001497268677 +Info 5247 [19:25:23.607] getCompletionData: Get previous token: 0.01208999752998352 +Info 5248 [19:25:23.607] getCompletionsAtPosition: isCompletionListBlocker: 0.002646997570991516 +Info 5249 [19:25:23.608] getCompletionData: Semantic work: 1.1927340030670166 +Info 5250 [19:25:23.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1482390016317368 +Info 5251 [19:25:23.610] Format host information updated +Info 5252 [19:25:23.788] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5253 [19:25:23.797] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 501 structureChanged: false structureIsReused:: Completely Elapsed: 9.042681008577347ms +Info 5254 [19:25:23.797] Different program with same set of files +Info 5255 [19:25:23.797] getCompletionData: Get current token: 0.005184993147850037 +Info 5256 [19:25:23.797] getCompletionData: Is inside comment: 0.010325998067855835 +Info 5257 [19:25:23.797] getCompletionData: Get previous token: 0.015306994318962097 +Info 5258 [19:25:23.797] getCompletionsAtPosition: isCompletionListBlocker: 0.0027659982442855835 +Info 5259 [19:25:23.799] getCompletionData: Semantic work: 1.4013630002737045 +Info 5260 [19:25:23.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4931049942970276 +Info 5261 [19:25:23.801] Format host information updated +Info 5262 [19:25:24.529] Format host information updated +Info 5263 [19:25:24.529] Format host information updated +Info 5264 [19:25:24.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5265 [19:25:24.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 502 structureChanged: false structureIsReused:: Completely Elapsed: 6.271760001778603ms +Info 5266 [19:25:24.536] Different program with same set of files +Info 5267 [19:25:24.536] getCompletionData: Get current token: 0.005010008811950684 +Info 5268 [19:25:24.536] getCompletionData: Is inside comment: 0.010678008198738098 +Info 5269 [19:25:24.536] getCompletionData: Get previous token: 0.0077560096979141235 +Info 5270 [19:25:24.536] getCompletionsAtPosition: isCompletionListBlocker: 0.0034199953079223633 +Info 5271 [19:25:24.537] getExportInfoMap: cache hit +Info 5272 [19:25:24.549] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5273 [19:25:24.549] collectAutoImports: response is complete +Info 5274 [19:25:24.549] collectAutoImports: 12.819831997156143 +Info 5275 [19:25:24.549] getCompletionData: Semantic work: 13.304802998900414 +Info 5276 [19:25:24.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.138810992240906 +Info 5277 [19:25:24.563] getCompletionData: Get current token: 0.012833014130592346 +Info 5278 [19:25:24.563] getCompletionData: Is inside comment: 0.0029990077018737793 +Info 5279 [19:25:24.563] getCompletionData: Get previous token: 0.018734008073806763 +Info 5280 [19:25:24.563] getCompletionsAtPosition: isCompletionListBlocker: 0.002812013030052185 +Info 5281 [19:25:24.563] getCompletionData: Semantic work: 0.4827689975500107 +Info 5282 [19:25:24.566] getCompletionData: Get current token: 0.011308997869491577 +Info 5283 [19:25:24.566] getCompletionData: Is inside comment: 0.0056610107421875 +Info 5284 [19:25:24.567] getCompletionData: Get previous token: 0.01767699420452118 +Info 5285 [19:25:24.567] getCompletionsAtPosition: isCompletionListBlocker: 0.0037399977445602417 +Info 5286 [19:25:24.567] getCompletionData: Semantic work: 0.5381470024585724 +Info 5287 [19:25:24.568] Format host information updated +Info 5288 [19:25:24.588] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5289 [19:25:24.598] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 503 structureChanged: false structureIsReused:: Completely Elapsed: 9.23174899816513ms +Info 5290 [19:25:24.598] Different program with same set of files +Info 5291 [19:25:24.598] getCompletionData: Get current token: 0.00520700216293335 +Info 5292 [19:25:24.598] getCompletionData: Is inside comment: 0.010336995124816895 +Info 5293 [19:25:24.598] getCompletionData: Get previous token: 0.008052989840507507 +Info 5294 [19:25:24.598] getCompletionsAtPosition: isCompletionListBlocker: 0.008190006017684937 +Info 5295 [19:25:24.599] getExportInfoMap: cache hit +Info 5296 [19:25:24.609] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5297 [19:25:24.609] collectAutoImports: response is complete +Info 5298 [19:25:24.609] collectAutoImports: 10.724842995405197 +Info 5299 [19:25:24.609] getCompletionData: Semantic work: 11.361458003520966 +Info 5300 [19:25:24.616] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.176951006054878 +Info 5301 [19:25:24.624] Format host information updated +Info 5302 [19:25:24.854] getCompletionData: Get current token: 0.02014300227165222 +Info 5303 [19:25:24.854] getCompletionData: Is inside comment: 0.005783006548881531 +Info 5304 [19:25:24.854] getCompletionData: Get previous token: 0.057742998003959656 +Info 5305 [19:25:24.854] getCompletionsAtPosition: isCompletionListBlocker: 0.012378990650177002 +Info 5306 [19:25:24.856] getExportInfoMap: cache hit +Info 5307 [19:25:24.887] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5308 [19:25:24.887] collectAutoImports: response is complete +Info 5309 [19:25:24.887] collectAutoImports: 30.587779998779297 +Info 5310 [19:25:24.887] getCompletionData: Semantic work: 32.529937997460365 +Info 5311 [19:25:24.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.781795009970665 +Info 5312 [19:25:25.047] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5313 [19:25:25.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 504 structureChanged: false structureIsReused:: Completely Elapsed: 7.455623000860214ms +Info 5314 [19:25:25.055] Different program with same set of files +Info 5315 [19:25:25.057] Format host information updated +Info 5316 [19:25:25.249] Format host information updated +Info 5317 [19:25:25.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5318 [19:25:25.262] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 505 structureChanged: false structureIsReused:: Completely Elapsed: 12.402379989624023ms +Info 5319 [19:25:25.262] Different program with same set of files +Info 5320 [19:25:25.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5321 [19:25:25.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 506 structureChanged: false structureIsReused:: Completely Elapsed: 7.441881999373436ms +Info 5322 [19:25:25.587] Different program with same set of files +Info 5323 [19:25:25.589] Format host information updated +Info 5324 [19:25:25.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5325 [19:25:25.681] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 507 structureChanged: false structureIsReused:: Completely Elapsed: 27.016266003251076ms +Info 5326 [19:25:25.681] Different program with same set of files +Info 5327 [19:25:25.690] Format host information updated +Info 5328 [19:25:25.853] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5329 [19:25:25.860] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 508 structureChanged: false structureIsReused:: Completely Elapsed: 7.374870002269745ms +Info 5330 [19:25:25.860] Different program with same set of files +Info 5331 [19:25:25.862] Format host information updated +Info 5332 [19:25:26.140] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5333 [19:25:26.147] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 509 structureChanged: false structureIsReused:: Completely Elapsed: 6.425463989377022ms +Info 5334 [19:25:26.147] Different program with same set of files +Info 5335 [19:25:26.150] Format host information updated +Info 5336 [19:25:26.328] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5337 [19:25:26.335] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 510 structureChanged: false structureIsReused:: Completely Elapsed: 6.907232001423836ms +Info 5338 [19:25:26.335] Different program with same set of files +Info 5339 [19:25:26.336] Format host information updated +Info 5340 [19:25:26.448] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5341 [19:25:26.454] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 511 structureChanged: false structureIsReused:: Completely Elapsed: 6.582160010933876ms +Info 5342 [19:25:26.454] Different program with same set of files +Info 5343 [19:25:26.458] Format host information updated +Info 5344 [19:25:26.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5345 [19:25:26.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 512 structureChanged: false structureIsReused:: Completely Elapsed: 6.535858005285263ms +Info 5346 [19:25:26.628] Different program with same set of files +Info 5347 [19:25:26.629] Format host information updated +Info 5348 [19:25:26.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5349 [19:25:26.823] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 513 structureChanged: false structureIsReused:: Completely Elapsed: 6.648132011294365ms +Info 5350 [19:25:26.823] Different program with same set of files +Info 5351 [19:25:26.827] Format host information updated +Info 5352 [19:25:26.883] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5353 [19:25:26.901] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 514 structureChanged: false structureIsReused:: Completely Elapsed: 18.21781799197197ms +Info 5354 [19:25:26.901] Different program with same set of files +Info 5355 [19:25:26.906] Format host information updated +Info 5356 [19:25:27.251] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5357 [19:25:27.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 515 structureChanged: false structureIsReused:: Completely Elapsed: 6.80961699783802ms +Info 5358 [19:25:27.258] Different program with same set of files +Info 5359 [19:25:27.262] Format host information updated +Info 5360 [19:25:28.517] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5361 [19:25:28.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 516 structureChanged: false structureIsReused:: Completely Elapsed: 6.783257007598877ms +Info 5362 [19:25:28.524] Different program with same set of files +Info 5363 [19:25:28.524] getCompletionData: Get current token: 0.004059001803398132 +Info 5364 [19:25:28.524] getCompletionData: Is inside comment: 0.0013809949159622192 +Info 5365 [19:25:28.524] getCompletionData: Get previous token: 0.021605998277664185 +Info 5366 [19:25:28.524] getCompletionsAtPosition: isCompletionListBlocker: 0.007638007402420044 +Info 5367 [19:25:28.525] getExportInfoMap: cache hit +Info 5368 [19:25:28.526] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 5369 [19:25:28.526] collectAutoImports: response is complete +Info 5370 [19:25:28.527] collectAutoImports: 1.4977660030126572 +Info 5371 [19:25:28.527] getCompletionData: Semantic work: 2.073164001107216 +Info 5372 [19:25:28.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.018652006983757 +Info 5373 [19:25:28.528] Format host information updated +Info 5374 [19:25:28.632] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5375 [19:25:28.642] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 517 structureChanged: false structureIsReused:: Completely Elapsed: 9.268139004707336ms +Info 5376 [19:25:28.642] Different program with same set of files +Info 5377 [19:25:28.642] getCompletionData: Get current token: 0.005743995308876038 +Info 5378 [19:25:28.642] getCompletionData: Is inside comment: 0.0016420036554336548 +Info 5379 [19:25:28.642] getCompletionData: Get previous token: 0.02559000253677368 +Info 5380 [19:25:28.642] getCompletionsAtPosition: isCompletionListBlocker: 0.00912100076675415 +Info 5381 [19:25:28.643] getExportInfoMap: cache hit +Info 5382 [19:25:28.644] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5383 [19:25:28.644] collectAutoImports: response is complete +Info 5384 [19:25:28.644] collectAutoImports: 1.6210310012102127 +Info 5385 [19:25:28.644] getCompletionData: Semantic work: 2.3707420080900192 +Info 5386 [19:25:28.646] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3359619975090027 +Info 5387 [19:25:28.647] Format host information updated +Info 5388 [19:25:28.729] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5389 [19:25:28.736] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 518 structureChanged: false structureIsReused:: Completely Elapsed: 6.677612006664276ms +Info 5390 [19:25:28.736] Different program with same set of files +Info 5391 [19:25:28.736] getCompletionData: Get current token: 0.004373997449874878 +Info 5392 [19:25:28.736] getCompletionData: Is inside comment: 0.001373007893562317 +Info 5393 [19:25:28.736] getCompletionData: Get previous token: 0.022572994232177734 +Info 5394 [19:25:28.736] getCompletionsAtPosition: isCompletionListBlocker: 0.0076179951429367065 +Info 5395 [19:25:28.737] getExportInfoMap: cache hit +Info 5396 [19:25:28.739] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5397 [19:25:28.739] collectAutoImports: response is complete +Info 5398 [19:25:28.739] collectAutoImports: 1.4415320008993149 +Info 5399 [19:25:28.739] getCompletionData: Semantic work: 2.109244003891945 +Info 5400 [19:25:28.740] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0103700011968613 +Info 5401 [19:25:28.740] Format host information updated +Info 5402 [19:25:28.794] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5403 [19:25:28.806] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 519 structureChanged: false structureIsReused:: Completely Elapsed: 12.053818002343178ms +Info 5404 [19:25:28.807] Different program with same set of files +Info 5405 [19:25:28.807] getCompletionData: Get current token: 0.008974999189376831 +Info 5406 [19:25:28.807] getCompletionData: Is inside comment: 0.002750009298324585 +Info 5407 [19:25:28.807] getCompletionData: Get previous token: 0.04218900203704834 +Info 5408 [19:25:28.807] getCompletionsAtPosition: isCompletionListBlocker: 0.012970998883247375 +Info 5409 [19:25:28.808] getExportInfoMap: cache hit +Info 5410 [19:25:28.811] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 5411 [19:25:28.811] collectAutoImports: response is complete +Info 5412 [19:25:28.811] collectAutoImports: 2.6009780019521713 +Info 5413 [19:25:28.811] getCompletionData: Semantic work: 3.785774990916252 +Info 5414 [19:25:28.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1077670007944107 +Info 5415 [19:25:28.814] Format host information updated +Info 5416 [19:25:28.911] Format host information updated +Info 5417 [19:25:28.911] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5418 [19:25:28.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 520 structureChanged: false structureIsReused:: Completely Elapsed: 12.070350006222725ms +Info 5419 [19:25:28.923] Different program with same set of files +Info 5420 [19:25:29.069] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5421 [19:25:29.076] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 521 structureChanged: false structureIsReused:: Completely Elapsed: 6.810559004545212ms +Info 5422 [19:25:29.076] Different program with same set of files +Info 5423 [19:25:29.076] getCompletionData: Get current token: 0.004340991377830505 +Info 5424 [19:25:29.076] getCompletionData: Is inside comment: 0.0013789981603622437 +Info 5425 [19:25:29.076] getCompletionData: Get previous token: 0.021327003836631775 +Info 5426 [19:25:29.076] getCompletionsAtPosition: isCompletionListBlocker: 0.0016530007123947144 +Info 5427 [19:25:29.076] Returning an empty list because completion was requested in an invalid position. +Info 5428 [19:25:29.076] Format host information updated +Info 5429 [19:25:29.181] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5430 [19:25:29.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 522 structureChanged: false structureIsReused:: Completely Elapsed: 6.480649992823601ms +Info 5431 [19:25:29.188] Different program with same set of files +Info 5432 [19:25:29.188] getCompletionData: Get current token: 0.004301011562347412 +Info 5433 [19:25:29.188] getCompletionData: Is inside comment: 0.0012940019369125366 +Info 5434 [19:25:29.188] getCompletionData: Get previous token: 0.01959298551082611 +Info 5435 [19:25:29.188] getCompletionsAtPosition: isCompletionListBlocker: 0.0016980022192001343 +Info 5436 [19:25:29.188] Returning an empty list because completion was requested in an invalid position. +Info 5437 [19:25:29.190] Format host information updated +Info 5438 [19:25:29.261] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5439 [19:25:29.286] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 523 structureChanged: false structureIsReused:: Completely Elapsed: 24.990702003240585ms +Info 5440 [19:25:29.286] Different program with same set of files +Info 5441 [19:25:29.286] getCompletionData: Get current token: 0.012481003999710083 +Info 5442 [19:25:29.286] getCompletionData: Is inside comment: 0.0035450011491775513 +Info 5443 [19:25:29.286] getCompletionData: Get previous token: 0.058848991990089417 +Info 5444 [19:25:29.286] getCompletionsAtPosition: isCompletionListBlocker: 0.00429399311542511 +Info 5445 [19:25:29.287] Returning an empty list because completion was requested in an invalid position. +Info 5446 [19:25:29.287] Format host information updated +Info 5447 [19:25:29.387] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5448 [19:25:29.414] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 524 structureChanged: false structureIsReused:: Completely Elapsed: 26.691632986068726ms +Info 5449 [19:25:29.414] Different program with same set of files +Info 5450 [19:25:29.415] getCompletionData: Get current token: 0.012132987380027771 +Info 5451 [19:25:29.415] getCompletionData: Is inside comment: 0.003645002841949463 +Info 5452 [19:25:29.415] getCompletionData: Get previous token: 0.06160399317741394 +Info 5453 [19:25:29.415] getCompletionsAtPosition: isCompletionListBlocker: 0.0039820075035095215 +Info 5454 [19:25:29.415] Returning an empty list because completion was requested in an invalid position. +Info 5455 [19:25:29.420] Format host information updated +Info 5456 [19:25:29.564] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5457 [19:25:29.571] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 525 structureChanged: false structureIsReused:: Completely Elapsed: 6.492403998970985ms +Info 5458 [19:25:29.571] Different program with same set of files +Info 5459 [19:25:29.571] getCompletionData: Get current token: 0.004338011145591736 +Info 5460 [19:25:29.571] getCompletionData: Is inside comment: 0.0012639909982681274 +Info 5461 [19:25:29.571] getCompletionData: Get previous token: 0.020031988620758057 +Info 5462 [19:25:29.571] getCompletionsAtPosition: isCompletionListBlocker: 0.0016379952430725098 +Info 5463 [19:25:29.571] Returning an empty list because completion was requested in an invalid position. +Info 5464 [19:25:29.571] Format host information updated +Info 5465 [19:25:29.667] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5466 [19:25:29.673] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 526 structureChanged: false structureIsReused:: Completely Elapsed: 6.364926993846893ms +Info 5467 [19:25:29.673] Different program with same set of files +Info 5468 [19:25:29.673] getCompletionData: Get current token: 0.0035350024700164795 +Info 5469 [19:25:29.673] getCompletionData: Is inside comment: 0.000988006591796875 +Info 5470 [19:25:29.673] getCompletionData: Get previous token: 0.01711699366569519 +Info 5471 [19:25:29.673] getCompletionsAtPosition: isCompletionListBlocker: 0.0016930103302001953 +Info 5472 [19:25:29.673] Returning an empty list because completion was requested in an invalid position. +Info 5473 [19:25:29.675] Format host information updated +Info 5474 [19:25:29.823] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5475 [19:25:29.829] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 527 structureChanged: false structureIsReused:: Completely Elapsed: 6.489580005407333ms +Info 5476 [19:25:29.829] Different program with same set of files +Info 5477 [19:25:29.829] getCompletionData: Get current token: 0.004166007041931152 +Info 5478 [19:25:29.829] getCompletionData: Is inside comment: 0.0011689960956573486 +Info 5479 [19:25:29.830] getCompletionData: Get previous token: 0.020182013511657715 +Info 5480 [19:25:29.830] getCompletionsAtPosition: isCompletionListBlocker: 0.001699000597000122 +Info 5481 [19:25:29.830] Returning an empty list because completion was requested in an invalid position. +Info 5482 [19:25:29.830] Format host information updated +Info 5483 [19:25:29.936] Format host information updated +Info 5484 [19:25:29.936] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5485 [19:25:29.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 528 structureChanged: false structureIsReused:: Completely Elapsed: 6.29093199968338ms +Info 5486 [19:25:29.943] Different program with same set of files +Info 5487 [19:25:30.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5488 [19:25:30.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 529 structureChanged: false structureIsReused:: Completely Elapsed: 21.586511999368668ms +Info 5489 [19:25:30.123] Different program with same set of files +Info 5490 [19:25:30.124] getCompletionData: Get current token: 0.01670999825000763 +Info 5491 [19:25:30.124] getCompletionData: Is inside comment: 0.0031249970197677612 +Info 5492 [19:25:30.124] getCompletionData: Get previous token: 0.039734989404678345 +Info 5493 [19:25:30.124] getCompletionsAtPosition: isCompletionListBlocker: 0.013733997941017151 +Info 5494 [19:25:30.125] getExportInfoMap: cache hit +Info 5495 [19:25:30.144] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5496 [19:25:30.145] collectAutoImports: response is complete +Info 5497 [19:25:30.145] collectAutoImports: 19.810056999325752 +Info 5498 [19:25:30.145] getCompletionData: Semantic work: 20.810769006609917 +Info 5499 [19:25:30.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.746310994029045 +Info 5500 [19:25:30.158] Format host information updated +Info 5501 [19:25:30.206] Format host information updated +Info 5502 [19:25:30.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5503 [19:25:30.214] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 530 structureChanged: false structureIsReused:: Completely Elapsed: 7.223351001739502ms +Info 5504 [19:25:30.214] Different program with same set of files +Info 5505 [19:25:31.782] Format host information updated +Info 5506 [19:25:31.782] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5507 [19:25:31.788] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 531 structureChanged: false structureIsReused:: Completely Elapsed: 6.499098002910614ms +Info 5508 [19:25:31.788] Different program with same set of files +Info 5509 [19:25:32.248] Format host information updated +Info 5510 [19:25:32.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5511 [19:25:32.255] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 532 structureChanged: false structureIsReused:: Completely Elapsed: 6.698256999254227ms +Info 5512 [19:25:32.255] Different program with same set of files +Info 5513 [19:25:43.902] Format host information updated +Info 5514 [19:25:43.902] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5515 [19:25:43.917] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 533 structureChanged: false structureIsReused:: Completely Elapsed: 15.087938010692596ms +Info 5516 [19:25:43.917] Different program with same set of files +Info 5517 [19:25:44.133] Format host information updated +Info 5518 [19:25:44.133] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5519 [19:25:44.144] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 534 structureChanged: false structureIsReused:: Completely Elapsed: 10.495364993810654ms +Info 5520 [19:25:44.144] Different program with same set of files +Info 5521 [19:25:44.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5522 [19:25:44.539] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 535 structureChanged: false structureIsReused:: Completely Elapsed: 9.820500999689102ms +Info 5523 [19:25:44.539] Different program with same set of files +Info 5524 [19:25:44.539] getCompletionData: Get current token: 0.004013001918792725 +Info 5525 [19:25:44.539] getCompletionData: Is inside comment: 0.007591992616653442 +Info 5526 [19:25:44.539] getCompletionData: Get previous token: 0.010646000504493713 +Info 5527 [19:25:44.539] getCompletionsAtPosition: isCompletionListBlocker: 0.007977008819580078 +Info 5528 [19:25:44.540] getExportInfoMap: cache hit +Info 5529 [19:25:44.547] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 5530 [19:25:44.547] collectAutoImports: response is complete +Info 5531 [19:25:44.547] collectAutoImports: 7.5206329971551895 +Info 5532 [19:25:44.547] getCompletionData: Semantic work: 8.31164300441742 +Info 5533 [19:25:44.552] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.203023001551628 +Info 5534 [19:25:44.554] Format host information updated +Info 5535 [19:25:44.642] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5536 [19:25:44.670] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 536 structureChanged: false structureIsReused:: Completely Elapsed: 28.25697599351406ms +Info 5537 [19:25:44.670] Different program with same set of files +Info 5538 [19:25:44.671] getCompletionData: Get current token: 0.007833003997802734 +Info 5539 [19:25:44.671] getCompletionData: Is inside comment: 0.01563599705696106 +Info 5540 [19:25:44.671] getCompletionData: Get previous token: 0.018329009413719177 +Info 5541 [19:25:44.671] getCompletionsAtPosition: isCompletionListBlocker: 0.014141008257865906 +Info 5542 [19:25:44.672] getExportInfoMap: cache hit +Info 5543 [19:25:44.683] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 5544 [19:25:44.683] collectAutoImports: response is complete +Info 5545 [19:25:44.683] collectAutoImports: 10.655001997947693 +Info 5546 [19:25:44.683] getCompletionData: Semantic work: 12.025410994887352 +Info 5547 [19:25:44.686] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.1668719947338104 +Info 5548 [19:25:44.688] Format host information updated +Info 5549 [19:25:44.743] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5550 [19:25:44.756] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 537 structureChanged: false structureIsReused:: Completely Elapsed: 12.56062300503254ms +Info 5551 [19:25:44.756] Different program with same set of files +Info 5552 [19:25:44.756] getCompletionData: Get current token: 0.004413008689880371 +Info 5553 [19:25:44.756] getCompletionData: Is inside comment: 0.008623003959655762 +Info 5554 [19:25:44.756] getCompletionData: Get previous token: 0.013166993856430054 +Info 5555 [19:25:44.756] getCompletionsAtPosition: isCompletionListBlocker: 0.00945599377155304 +Info 5556 [19:25:44.757] getExportInfoMap: cache hit +Info 5557 [19:25:44.761] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 5558 [19:25:44.761] collectAutoImports: response is complete +Info 5559 [19:25:44.761] collectAutoImports: 3.769774004817009 +Info 5560 [19:25:44.761] getCompletionData: Semantic work: 4.529582992196083 +Info 5561 [19:25:44.762] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8666759878396988 +Info 5562 [19:25:44.764] Format host information updated +Info 5563 [19:25:44.810] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5564 [19:25:44.824] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 538 structureChanged: false structureIsReused:: Completely Elapsed: 14.245569005608559ms +Info 5565 [19:25:44.824] Different program with same set of files +Info 5566 [19:25:44.825] getCompletionData: Get current token: 0.005584001541137695 +Info 5567 [19:25:44.825] getCompletionData: Is inside comment: 0.013538002967834473 +Info 5568 [19:25:44.825] getCompletionData: Get previous token: 0.016018003225326538 +Info 5569 [19:25:44.825] getCompletionsAtPosition: isCompletionListBlocker: 0.011207997798919678 +Info 5570 [19:25:44.826] getExportInfoMap: cache hit +Info 5571 [19:25:44.848] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5572 [19:25:44.848] collectAutoImports: response is complete +Info 5573 [19:25:44.848] collectAutoImports: 21.84900599718094 +Info 5574 [19:25:44.848] getCompletionData: Semantic work: 22.787728011608124 +Info 5575 [19:25:44.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.069597005844116 +Info 5576 [19:25:44.864] Format host information updated +Info 5577 [19:25:44.878] Format host information updated +Info 5578 [19:25:44.878] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5579 [19:25:44.900] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 539 structureChanged: false structureIsReused:: Completely Elapsed: 21.494947001338005ms +Info 5580 [19:25:44.900] Different program with same set of files +Info 5581 [19:25:45.090] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5582 [19:25:45.097] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 540 structureChanged: false structureIsReused:: Completely Elapsed: 7.09382800757885ms +Info 5583 [19:25:45.097] Different program with same set of files +Info 5584 [19:25:45.098] getCompletionData: Get current token: 0.0023989975452423096 +Info 5585 [19:25:45.098] getCompletionData: Is inside comment: 0.008083000779151917 +Info 5586 [19:25:45.098] getCompletionData: Get previous token: 0.010231003165245056 +Info 5587 [19:25:45.098] getCompletionsAtPosition: isCompletionListBlocker: 0.0016890019178390503 +Info 5588 [19:25:45.098] Returning an empty list because completion was requested in an invalid position. +Info 5589 [19:25:45.098] Format host information updated +Info 5590 [19:25:45.257] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5591 [19:25:45.281] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 541 structureChanged: false structureIsReused:: Completely Elapsed: 24.54085399210453ms +Info 5592 [19:25:45.281] Different program with same set of files +Info 5593 [19:25:45.282] getCompletionData: Get current token: 0.00604701042175293 +Info 5594 [19:25:45.282] getCompletionData: Is inside comment: 0.01888999342918396 +Info 5595 [19:25:45.282] getCompletionData: Get previous token: 0.023615002632141113 +Info 5596 [19:25:45.282] getCompletionsAtPosition: isCompletionListBlocker: 0.003855004906654358 +Info 5597 [19:25:45.282] Returning an empty list because completion was requested in an invalid position. +Info 5598 [19:25:45.282] Format host information updated +Info 5599 [19:25:45.324] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5600 [19:25:45.334] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 542 structureChanged: false structureIsReused:: Completely Elapsed: 10.316346004605293ms +Info 5601 [19:25:45.334] Different program with same set of files +Info 5602 [19:25:45.334] getCompletionData: Get current token: 0.004537999629974365 +Info 5603 [19:25:45.334] getCompletionData: Is inside comment: 0.009655997157096863 +Info 5604 [19:25:45.334] getCompletionData: Get previous token: 0.01389700174331665 +Info 5605 [19:25:45.334] getCompletionsAtPosition: isCompletionListBlocker: 0.0023600012063980103 +Info 5606 [19:25:45.334] Returning an empty list because completion was requested in an invalid position. +Info 5607 [19:25:45.335] Format host information updated +Info 5608 [19:25:45.449] Format host information updated +Info 5609 [19:25:45.451] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5610 [19:25:45.484] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 543 structureChanged: false structureIsReused:: Completely Elapsed: 32.86497899889946ms +Info 5611 [19:25:45.484] Different program with same set of files +Info 5612 [19:25:45.641] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5613 [19:25:45.651] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 544 structureChanged: false structureIsReused:: Completely Elapsed: 9.814400002360344ms +Info 5614 [19:25:45.651] Different program with same set of files +Info 5615 [19:25:45.652] getCompletionData: Get current token: 0.0031159967184066772 +Info 5616 [19:25:45.652] getCompletionData: Is inside comment: 0.008986994624137878 +Info 5617 [19:25:45.652] getCompletionData: Get previous token: 0.006241008639335632 +Info 5618 [19:25:45.652] getCompletionsAtPosition: isCompletionListBlocker: 0.009580999612808228 +Info 5619 [19:25:45.652] getExportInfoMap: cache hit +Info 5620 [19:25:45.668] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5621 [19:25:45.668] collectAutoImports: response is complete +Info 5622 [19:25:45.668] collectAutoImports: 15.961222991347313 +Info 5623 [19:25:45.668] getCompletionData: Semantic work: 16.67867800593376 +Info 5624 [19:25:45.679] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 11.15472899377346 +Info 5625 [19:25:45.687] Format host information updated +Info 5626 [19:25:45.706] Format host information updated +Info 5627 [19:25:45.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5628 [19:25:45.713] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 545 structureChanged: false structureIsReused:: Completely Elapsed: 6.841070994734764ms +Info 5629 [19:25:45.713] Different program with same set of files +Info 5630 [19:25:46.095] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5631 [19:25:46.102] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 546 structureChanged: false structureIsReused:: Completely Elapsed: 6.848759010434151ms +Info 5632 [19:25:46.102] Different program with same set of files +Info 5633 [19:25:46.102] getCompletionData: Get current token: 0.0029589980840682983 +Info 5634 [19:25:46.102] getCompletionData: Is inside comment: 0.009100005030632019 +Info 5635 [19:25:46.102] getCompletionData: Get previous token: 0.006209999322891235 +Info 5636 [19:25:46.102] getCompletionsAtPosition: isCompletionListBlocker: 0.007527008652687073 +Info 5637 [19:25:46.104] getExportInfoMap: cache hit +Info 5638 [19:25:46.117] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5639 [19:25:46.117] collectAutoImports: response is complete +Info 5640 [19:25:46.117] collectAutoImports: 12.74388499557972 +Info 5641 [19:25:46.117] getCompletionData: Semantic work: 15.108043998479843 +Info 5642 [19:25:46.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.260815992951393 +Info 5643 [19:25:46.133] Format host information updated +Info 5644 [19:25:46.223] Format host information updated +Info 5645 [19:25:46.223] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5646 [19:25:46.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 547 structureChanged: false structureIsReused:: Completely Elapsed: 26.691938996315002ms +Info 5647 [19:25:46.250] Different program with same set of files +Info 5648 [19:25:46.361] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5649 [19:25:46.367] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 548 structureChanged: false structureIsReused:: Completely Elapsed: 6.4511639922857285ms +Info 5650 [19:25:46.367] Different program with same set of files +Info 5651 [19:25:46.368] getCompletionData: Get current token: 0.0019779950380325317 +Info 5652 [19:25:46.368] getCompletionData: Is inside comment: 0.007523000240325928 +Info 5653 [19:25:46.368] getCompletionData: Get previous token: 0.009043991565704346 +Info 5654 [19:25:46.368] getCompletionsAtPosition: isCompletionListBlocker: 0.0028820037841796875 +Info 5655 [19:25:46.368] Returning an empty list because completion was requested in an invalid position. +Info 5656 [19:25:46.368] Format host information updated +Info 5657 [19:25:46.603] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5658 [19:25:46.610] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 549 structureChanged: false structureIsReused:: Completely Elapsed: 7.233343005180359ms +Info 5659 [19:25:46.610] Different program with same set of files +Info 5660 [19:25:46.610] getCompletionData: Get current token: 0.002414003014564514 +Info 5661 [19:25:46.610] getCompletionData: Is inside comment: 0.020955994725227356 +Info 5662 [19:25:46.611] getCompletionData: Get previous token: 0.011561989784240723 +Info 5663 [19:25:46.611] getCompletionsAtPosition: isCompletionListBlocker: 0.0018389970064163208 +Info 5664 [19:25:46.611] Returning an empty list because completion was requested in an invalid position. +Info 5665 [19:25:46.611] Format host information updated +Info 5666 [19:25:46.759] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5667 [19:25:46.786] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 550 structureChanged: false structureIsReused:: Completely Elapsed: 26.56538300216198ms +Info 5668 [19:25:46.786] Different program with same set of files +Info 5669 [19:25:46.786] getCompletionData: Get current token: 0.00723499059677124 +Info 5670 [19:25:46.786] getCompletionData: Is inside comment: 0.025957003235816956 +Info 5671 [19:25:46.786] getCompletionData: Get previous token: 0.027473002672195435 +Info 5672 [19:25:46.786] getCompletionsAtPosition: isCompletionListBlocker: 0.004607006907463074 +Info 5673 [19:25:46.786] Returning an empty list because completion was requested in an invalid position. +Info 5674 [19:25:46.791] Format host information updated +Info 5675 [19:25:46.906] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5676 [19:25:46.933] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 551 structureChanged: false structureIsReused:: Completely Elapsed: 26.18868200480938ms +Info 5677 [19:25:46.933] Different program with same set of files +Info 5678 [19:25:46.933] getCompletionData: Get current token: 0.010992005467414856 +Info 5679 [19:25:46.933] getCompletionData: Is inside comment: 0.03497900068759918 +Info 5680 [19:25:46.934] getCompletionData: Get previous token: 0.04012599587440491 +Info 5681 [19:25:46.934] getCompletionsAtPosition: isCompletionListBlocker: 0.0057170093059539795 +Info 5682 [19:25:46.934] Returning an empty list because completion was requested in an invalid position. +Info 5683 [19:25:46.934] Format host information updated +Info 5684 [19:25:47.165] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5685 [19:25:47.172] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 552 structureChanged: false structureIsReused:: Completely Elapsed: 6.848804995417595ms +Info 5686 [19:25:47.172] Different program with same set of files +Info 5687 [19:25:47.172] getCompletionData: Get current token: 0.002020999789237976 +Info 5688 [19:25:47.172] getCompletionData: Is inside comment: 0.006007000803947449 +Info 5689 [19:25:47.172] getCompletionData: Get previous token: 0.00716400146484375 +Info 5690 [19:25:47.172] getCompletionsAtPosition: isCompletionListBlocker: 0.001524999737739563 +Info 5691 [19:25:47.172] Returning an empty list because completion was requested in an invalid position. +Info 5692 [19:25:47.174] Format host information updated +Info 5693 [19:25:47.312] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5694 [19:25:47.319] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 553 structureChanged: false structureIsReused:: Completely Elapsed: 7.006833001971245ms +Info 5695 [19:25:47.319] Different program with same set of files +Info 5696 [19:25:47.319] getCompletionData: Get current token: 0.002294003963470459 +Info 5697 [19:25:47.319] getCompletionData: Is inside comment: 0.008014991879463196 +Info 5698 [19:25:47.319] getCompletionData: Get previous token: 0.009413003921508789 +Info 5699 [19:25:47.319] getCompletionsAtPosition: isCompletionListBlocker: 0.0018239915370941162 +Info 5700 [19:25:47.319] Returning an empty list because completion was requested in an invalid position. +Info 5701 [19:25:47.320] Format host information updated +Info 5702 [19:25:47.464] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5703 [19:25:47.471] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 554 structureChanged: false structureIsReused:: Completely Elapsed: 7.0280549973249435ms +Info 5704 [19:25:47.471] Different program with same set of files +Info 5705 [19:25:47.471] getCompletionData: Get current token: 0.002611994743347168 +Info 5706 [19:25:47.472] getCompletionData: Is inside comment: 0.008138999342918396 +Info 5707 [19:25:47.472] getCompletionData: Get previous token: 0.009344011545181274 +Info 5708 [19:25:47.472] getCompletionsAtPosition: isCompletionListBlocker: 0.0017360001802444458 +Info 5709 [19:25:47.472] Returning an empty list because completion was requested in an invalid position. +Info 5710 [19:25:47.474] Format host information updated +Info 5711 [19:25:47.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5712 [19:25:47.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 555 structureChanged: false structureIsReused:: Completely Elapsed: 6.887071996927261ms +Info 5713 [19:25:47.587] Different program with same set of files +Info 5714 [19:25:47.587] getCompletionData: Get current token: 0.002500012516975403 +Info 5715 [19:25:47.587] getCompletionData: Is inside comment: 0.007914990186691284 +Info 5716 [19:25:47.587] getCompletionData: Get previous token: 0.010560989379882812 +Info 5717 [19:25:47.587] getCompletionsAtPosition: isCompletionListBlocker: 0.001757010817527771 +Info 5718 [19:25:47.587] Returning an empty list because completion was requested in an invalid position. +Info 5719 [19:25:47.587] Format host information updated +Info 5720 [19:25:47.799] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5721 [19:25:47.810] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 556 structureChanged: false structureIsReused:: Completely Elapsed: 11.018758997321129ms +Info 5722 [19:25:47.810] Different program with same set of files +Info 5723 [19:25:47.810] getCompletionData: Get current token: 0.004173010587692261 +Info 5724 [19:25:47.810] getCompletionData: Is inside comment: 0.03901401162147522 +Info 5725 [19:25:47.810] getCompletionData: Get previous token: 0.016488999128341675 +Info 5726 [19:25:47.810] getCompletionsAtPosition: isCompletionListBlocker: 0.0026059895753860474 +Info 5727 [19:25:47.810] Returning an empty list because completion was requested in an invalid position. +Info 5728 [19:25:47.814] Format host information updated +Info 5729 [19:25:47.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5730 [19:25:47.944] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 557 structureChanged: false structureIsReused:: Completely Elapsed: 6.764826998114586ms +Info 5731 [19:25:47.944] Different program with same set of files +Info 5732 [19:25:47.944] getCompletionData: Get current token: 0.0025459975004196167 +Info 5733 [19:25:47.944] getCompletionData: Is inside comment: 0.007660001516342163 +Info 5734 [19:25:47.944] getCompletionData: Get previous token: 0.026399001479148865 +Info 5735 [19:25:47.944] getCompletionsAtPosition: isCompletionListBlocker: 0.0019509941339492798 +Info 5736 [19:25:47.944] Returning an empty list because completion was requested in an invalid position. +Info 5737 [19:25:47.945] Format host information updated +Info 5738 [19:25:48.064] Format host information updated +Info 5739 [19:25:48.065] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5740 [19:25:48.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 558 structureChanged: false structureIsReused:: Completely Elapsed: 6.70338799059391ms +Info 5741 [19:25:48.071] Different program with same set of files +Info 5742 [19:25:48.146] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5743 [19:25:48.154] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 559 structureChanged: false structureIsReused:: Completely Elapsed: 7.2268930077552795ms +Info 5744 [19:25:48.154] Different program with same set of files +Info 5745 [19:25:48.154] getCompletionData: Get current token: 0.002843990921974182 +Info 5746 [19:25:48.154] getCompletionData: Is inside comment: 0.008189007639884949 +Info 5747 [19:25:48.154] getCompletionData: Get previous token: 0.00922200083732605 +Info 5748 [19:25:48.154] getCompletionsAtPosition: isCompletionListBlocker: 0.0017540007829666138 +Info 5749 [19:25:48.154] Returning an empty list because completion was requested in an invalid position. +Info 5750 [19:25:48.154] Format host information updated +Info 5751 [19:25:48.229] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5752 [19:25:48.255] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 560 structureChanged: false structureIsReused:: Completely Elapsed: 25.728067994117737ms +Info 5753 [19:25:48.255] Different program with same set of files +Info 5754 [19:25:48.255] getCompletionData: Get current token: 0.007423996925354004 +Info 5755 [19:25:48.255] getCompletionData: Is inside comment: 0.022249996662139893 +Info 5756 [19:25:48.255] getCompletionData: Get previous token: 0.026219993829727173 +Info 5757 [19:25:48.255] getCompletionsAtPosition: isCompletionListBlocker: 0.004334002733230591 +Info 5758 [19:25:48.255] Returning an empty list because completion was requested in an invalid position. +Info 5759 [19:25:48.261] Format host information updated +Info 5760 [19:25:48.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5761 [19:25:48.297] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 561 structureChanged: false structureIsReused:: Completely Elapsed: 6.892965987324715ms +Info 5762 [19:25:48.297] Different program with same set of files +Info 5763 [19:25:48.297] getCompletionData: Get current token: 0.0019920021295547485 +Info 5764 [19:25:48.297] getCompletionData: Is inside comment: 0.006273001432418823 +Info 5765 [19:25:48.297] getCompletionData: Get previous token: 0.007578000426292419 +Info 5766 [19:25:48.297] getCompletionsAtPosition: isCompletionListBlocker: 0.0017960071563720703 +Info 5767 [19:25:48.297] Returning an empty list because completion was requested in an invalid position. +Info 5768 [19:25:48.297] Format host information updated +Info 5769 [19:25:48.380] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5770 [19:25:48.387] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 562 structureChanged: false structureIsReused:: Completely Elapsed: 6.814329996705055ms +Info 5771 [19:25:48.387] Different program with same set of files +Info 5772 [19:25:48.387] getCompletionData: Get current token: 0.002581000328063965 +Info 5773 [19:25:48.387] getCompletionData: Is inside comment: 0.006752997636795044 +Info 5774 [19:25:48.387] getCompletionData: Get previous token: 0.007320001721382141 +Info 5775 [19:25:48.387] getCompletionsAtPosition: isCompletionListBlocker: 0.0015359967947006226 +Info 5776 [19:25:48.387] Returning an empty list because completion was requested in an invalid position. +Info 5777 [19:25:48.390] Format host information updated +Info 5778 [19:25:48.697] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5779 [19:25:48.703] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 563 structureChanged: false structureIsReused:: Completely Elapsed: 6.386932000517845ms +Info 5780 [19:25:48.703] Different program with same set of files +Info 5781 [19:25:48.703] getCompletionData: Get current token: 0.001993998885154724 +Info 5782 [19:25:48.703] getCompletionData: Is inside comment: 0.005842000246047974 +Info 5783 [19:25:48.703] getCompletionData: Get previous token: 0.008268997073173523 +Info 5784 [19:25:48.703] getCompletionsAtPosition: isCompletionListBlocker: 0.0016319900751113892 +Info 5785 [19:25:48.703] Returning an empty list because completion was requested in an invalid position. +Info 5786 [19:25:48.704] Format host information updated +Info 5787 [19:25:49.063] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5788 [19:25:49.070] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 564 structureChanged: false structureIsReused:: Completely Elapsed: 6.51596599817276ms +Info 5789 [19:25:49.070] Different program with same set of files +Info 5790 [19:25:49.070] getCompletionData: Get current token: 0.0020910054445266724 +Info 5791 [19:25:49.070] getCompletionData: Is inside comment: 0.0068089962005615234 +Info 5792 [19:25:49.070] getCompletionData: Get previous token: 0.006867006421089172 +Info 5793 [19:25:49.070] getCompletionsAtPosition: isCompletionListBlocker: 0.0015379935503005981 +Info 5794 [19:25:49.070] Returning an empty list because completion was requested in an invalid position. +Info 5795 [19:25:49.073] Format host information updated +Info 5796 [19:25:49.141] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5797 [19:25:49.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 565 structureChanged: false structureIsReused:: Completely Elapsed: 6.707986995577812ms +Info 5798 [19:25:49.148] Different program with same set of files +Info 5799 [19:25:49.148] getCompletionData: Get current token: 0.002619996666908264 +Info 5800 [19:25:49.148] getCompletionData: Is inside comment: 0.0068980008363723755 +Info 5801 [19:25:49.148] getCompletionData: Get previous token: 0.0077520012855529785 +Info 5802 [19:25:49.148] getCompletionsAtPosition: isCompletionListBlocker: 0.0017690062522888184 +Info 5803 [19:25:49.148] Returning an empty list because completion was requested in an invalid position. +Info 5804 [19:25:49.148] Format host information updated +Info 5805 [19:25:49.312] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5806 [19:25:49.336] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 566 structureChanged: false structureIsReused:: Completely Elapsed: 23.879889011383057ms +Info 5807 [19:25:49.336] Different program with same set of files +Info 5808 [19:25:49.336] getCompletionData: Get current token: 0.005692988634109497 +Info 5809 [19:25:49.336] getCompletionData: Is inside comment: 0.017356008291244507 +Info 5810 [19:25:49.336] getCompletionData: Get previous token: 0.019203007221221924 +Info 5811 [19:25:49.336] getCompletionsAtPosition: isCompletionListBlocker: 0.003466993570327759 +Info 5812 [19:25:49.336] Returning an empty list because completion was requested in an invalid position. +Info 5813 [19:25:49.342] Format host information updated +Info 5814 [19:25:49.372] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5815 [19:25:49.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 567 structureChanged: false structureIsReused:: Completely Elapsed: 6.444291993975639ms +Info 5816 [19:25:49.378] Different program with same set of files +Info 5817 [19:25:49.378] getCompletionData: Get current token: 0.0024439990520477295 +Info 5818 [19:25:49.378] getCompletionData: Is inside comment: 0.006758004426956177 +Info 5819 [19:25:49.378] getCompletionData: Get previous token: 0.00804300606250763 +Info 5820 [19:25:49.378] getCompletionsAtPosition: isCompletionListBlocker: 0.0016179978847503662 +Info 5821 [19:25:49.379] Returning an empty list because completion was requested in an invalid position. +Info 5822 [19:25:49.379] Format host information updated +Info 5823 [19:25:49.481] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5824 [19:25:49.487] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 568 structureChanged: false structureIsReused:: Completely Elapsed: 6.6058119982481ms +Info 5825 [19:25:49.487] Different program with same set of files +Info 5826 [19:25:49.487] getCompletionData: Get current token: 0.0026170015335083008 +Info 5827 [19:25:49.487] getCompletionData: Is inside comment: 0.007174000144004822 +Info 5828 [19:25:49.487] getCompletionData: Get previous token: 0.00826999545097351 +Info 5829 [19:25:49.487] getCompletionsAtPosition: isCompletionListBlocker: 0.0015709996223449707 +Info 5830 [19:25:49.487] Returning an empty list because completion was requested in an invalid position. +Info 5831 [19:25:49.490] Format host information updated +Info 5832 [19:25:49.731] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5833 [19:25:49.738] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 569 structureChanged: false structureIsReused:: Completely Elapsed: 6.857370987534523ms +Info 5834 [19:25:49.738] Different program with same set of files +Info 5835 [19:25:49.738] getCompletionData: Get current token: 0.002670004963874817 +Info 5836 [19:25:49.738] getCompletionData: Is inside comment: 0.007125988602638245 +Info 5837 [19:25:49.738] getCompletionData: Get previous token: 0.007940992712974548 +Info 5838 [19:25:49.739] getCompletionsAtPosition: isCompletionListBlocker: 0.0017649978399276733 +Info 5839 [19:25:49.739] Returning an empty list because completion was requested in an invalid position. +Info 5840 [19:25:49.739] Format host information updated +Info 5841 [19:25:49.792] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5842 [19:25:49.798] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 570 structureChanged: false structureIsReused:: Completely Elapsed: 6.470396995544434ms +Info 5843 [19:25:49.798] Different program with same set of files +Info 5844 [19:25:49.798] getCompletionData: Get current token: 0.0022649914026260376 +Info 5845 [19:25:49.798] getCompletionData: Is inside comment: 0.006963998079299927 +Info 5846 [19:25:49.798] getCompletionData: Get previous token: 0.00800199806690216 +Info 5847 [19:25:49.798] getCompletionsAtPosition: isCompletionListBlocker: 0.0017630010843276978 +Info 5848 [19:25:49.798] Returning an empty list because completion was requested in an invalid position. +Info 5849 [19:25:49.802] Format host information updated +Info 5850 [19:25:49.858] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5851 [19:25:49.873] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 571 structureChanged: false structureIsReused:: Completely Elapsed: 14.86370699107647ms +Info 5852 [19:25:49.873] Different program with same set of files +Info 5853 [19:25:49.873] getCompletionData: Get current token: 0.005917996168136597 +Info 5854 [19:25:49.873] getCompletionData: Is inside comment: 0.017939001321792603 +Info 5855 [19:25:49.873] getCompletionData: Get previous token: 0.02030600607395172 +Info 5856 [19:25:49.873] getCompletionsAtPosition: isCompletionListBlocker: 0.003368005156517029 +Info 5857 [19:25:49.873] Returning an empty list because completion was requested in an invalid position. +Info 5858 [19:25:49.873] Format host information updated +Info 5859 [19:25:49.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5860 [19:25:49.948] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 572 structureChanged: false structureIsReused:: Completely Elapsed: 8.220158010721207ms +Info 5861 [19:25:49.948] Different program with same set of files +Info 5862 [19:25:49.948] getCompletionData: Get current token: 0.0024430006742477417 +Info 5863 [19:25:49.948] getCompletionData: Is inside comment: 0.006091997027397156 +Info 5864 [19:25:49.948] getCompletionData: Get previous token: 0.006877988576889038 +Info 5865 [19:25:49.948] getCompletionsAtPosition: isCompletionListBlocker: 0.0018080025911331177 +Info 5866 [19:25:49.948] Returning an empty list because completion was requested in an invalid position. +Info 5867 [19:25:49.951] Format host information updated +Info 5868 [19:25:50.210] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5869 [19:25:50.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 573 structureChanged: false structureIsReused:: Completely Elapsed: 7.709196001291275ms +Info 5870 [19:25:50.218] Different program with same set of files +Info 5871 [19:25:50.218] getCompletionData: Get current token: 0.0029880106449127197 +Info 5872 [19:25:50.218] getCompletionData: Is inside comment: 0.008719012141227722 +Info 5873 [19:25:50.218] getCompletionData: Get previous token: 0.009382009506225586 +Info 5874 [19:25:50.218] getCompletionsAtPosition: isCompletionListBlocker: 0.0023220032453536987 +Info 5875 [19:25:50.218] Returning an empty list because completion was requested in an invalid position. +Info 5876 [19:25:50.219] Format host information updated +Info 5877 [19:25:50.296] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5878 [19:25:50.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 574 structureChanged: false structureIsReused:: Completely Elapsed: 6.929545000195503ms +Info 5879 [19:25:50.303] Different program with same set of files +Info 5880 [19:25:50.303] getCompletionData: Get current token: 0.0025839954614639282 +Info 5881 [19:25:50.303] getCompletionData: Is inside comment: 0.007918000221252441 +Info 5882 [19:25:50.303] getCompletionData: Get previous token: 0.008539006114006042 +Info 5883 [19:25:50.303] getCompletionsAtPosition: isCompletionListBlocker: 0.0016199946403503418 +Info 5884 [19:25:50.303] Returning an empty list because completion was requested in an invalid position. +Info 5885 [19:25:50.306] Format host information updated +Info 5886 [19:25:50.373] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5887 [19:25:50.379] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 575 structureChanged: false structureIsReused:: Completely Elapsed: 6.287797003984451ms +Info 5888 [19:25:50.379] Different program with same set of files +Info 5889 [19:25:50.380] getCompletionData: Get current token: 0.0024400055408477783 +Info 5890 [19:25:50.380] getCompletionData: Is inside comment: 0.006724998354911804 +Info 5891 [19:25:50.380] getCompletionData: Get previous token: 0.007746994495391846 +Info 5892 [19:25:50.380] getCompletionsAtPosition: isCompletionListBlocker: 0.0016649961471557617 +Info 5893 [19:25:50.380] Returning an empty list because completion was requested in an invalid position. +Info 5894 [19:25:50.380] Format host information updated +Info 5895 [19:25:50.458] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5896 [19:25:50.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 576 structureChanged: false structureIsReused:: Completely Elapsed: 6.710250988602638ms +Info 5897 [19:25:50.465] Different program with same set of files +Info 5898 [19:25:50.465] getCompletionData: Get current token: 0.0027969926595687866 +Info 5899 [19:25:50.465] getCompletionData: Is inside comment: 0.007540002465248108 +Info 5900 [19:25:50.465] getCompletionData: Get previous token: 0.008792996406555176 +Info 5901 [19:25:50.465] getCompletionsAtPosition: isCompletionListBlocker: 0.0017409920692443848 +Info 5902 [19:25:50.465] Returning an empty list because completion was requested in an invalid position. +Info 5903 [19:25:50.467] Format host information updated +Info 5904 [19:25:50.590] Format host information updated +Info 5905 [19:25:50.591] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5906 [19:25:50.616] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 577 structureChanged: false structureIsReused:: Completely Elapsed: 25.13381500542164ms +Info 5907 [19:25:50.616] Different program with same set of files +Info 5908 [19:25:50.740] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5909 [19:25:50.766] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 578 structureChanged: false structureIsReused:: Completely Elapsed: 26.143446996808052ms +Info 5910 [19:25:50.766] Different program with same set of files +Info 5911 [19:25:50.766] getCompletionData: Get current token: 0.012660995125770569 +Info 5912 [19:25:50.767] getCompletionData: Is inside comment: 0.0343720018863678 +Info 5913 [19:25:50.767] getCompletionData: Get previous token: 0.020192012190818787 +Info 5914 [19:25:50.767] getCompletionsAtPosition: isCompletionListBlocker: 0.024044007062911987 +Info 5915 [19:25:50.768] getExportInfoMap: cache hit +Info 5916 [19:25:50.793] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5917 [19:25:50.793] collectAutoImports: response is complete +Info 5918 [19:25:50.793] collectAutoImports: 24.39394100010395 +Info 5919 [19:25:50.793] getCompletionData: Semantic work: 26.35062301158905 +Info 5920 [19:25:50.801] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.719525009393692 +Info 5921 [19:25:50.809] Format host information updated +Info 5922 [19:25:50.819] Format host information updated +Info 5923 [19:25:50.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5924 [19:25:50.833] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 579 structureChanged: false structureIsReused:: Completely Elapsed: 13.392519995570183ms +Info 5925 [19:25:50.833] Different program with same set of files +Info 5926 [19:25:51.106] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5927 [19:25:51.117] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 580 structureChanged: false structureIsReused:: Completely Elapsed: 11.823016002774239ms +Info 5928 [19:25:51.117] Different program with same set of files +Info 5929 [19:25:51.118] getCompletionData: Get current token: 0.004753991961479187 +Info 5930 [19:25:51.118] getCompletionData: Is inside comment: 0.014586001634597778 +Info 5931 [19:25:51.118] getCompletionData: Get previous token: 0.019784003496170044 +Info 5932 [19:25:51.118] getCompletionsAtPosition: isCompletionListBlocker: 0.014810994267463684 +Info 5933 [19:25:51.119] getExportInfoMap: cache hit +Info 5934 [19:25:51.128] collectAutoImports: resolved 0 module specifiers, plus 52 ambient and 5 from cache +Info 5935 [19:25:51.128] collectAutoImports: response is complete +Info 5936 [19:25:51.128] collectAutoImports: 8.191023007035255 +Info 5937 [19:25:51.128] getCompletionData: Semantic work: 9.745223000645638 +Info 5938 [19:25:51.131] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.224249005317688 +Info 5939 [19:25:51.133] Format host information updated +Info 5940 [19:25:51.272] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5941 [19:25:51.281] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 581 structureChanged: false structureIsReused:: Completely Elapsed: 8.233092993497849ms +Info 5942 [19:25:51.281] Different program with same set of files +Info 5943 [19:25:51.281] getCompletionData: Get current token: 0.0025160014629364014 +Info 5944 [19:25:51.281] getCompletionData: Is inside comment: 0.007052004337310791 +Info 5945 [19:25:51.281] getCompletionData: Get previous token: 0.00997200608253479 +Info 5946 [19:25:51.281] getCompletionsAtPosition: isCompletionListBlocker: 0.00768299400806427 +Info 5947 [19:25:51.282] getExportInfoMap: cache hit +Info 5948 [19:25:51.296] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5949 [19:25:51.296] collectAutoImports: response is complete +Info 5950 [19:25:51.296] collectAutoImports: 14.080969989299774 +Info 5951 [19:25:51.296] getCompletionData: Semantic work: 14.664415001869202 +Info 5952 [19:25:51.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.818249002099037 +Info 5953 [19:25:51.312] Format host information updated +Info 5954 [19:25:51.377] Format host information updated +Info 5955 [19:25:51.377] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5956 [19:25:51.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 582 structureChanged: false structureIsReused:: Completely Elapsed: 10.956708997488022ms +Info 5957 [19:25:51.388] Different program with same set of files +Info 5958 [19:25:51.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5959 [19:25:51.547] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 583 structureChanged: false structureIsReused:: Completely Elapsed: 6.922459006309509ms +Info 5960 [19:25:51.547] Different program with same set of files +Info 5961 [19:25:51.547] getCompletionData: Get current token: 0.002535000443458557 +Info 5962 [19:25:51.547] getCompletionData: Is inside comment: 0.00838799774646759 +Info 5963 [19:25:51.547] getCompletionData: Get previous token: 0.012376993894577026 +Info 5964 [19:25:51.547] getCompletionsAtPosition: isCompletionListBlocker: 0.008239999413490295 +Info 5965 [19:25:51.548] getExportInfoMap: cache hit +Info 5966 [19:25:51.551] collectAutoImports: resolved 0 module specifiers, plus 87 ambient and 8 from cache +Info 5967 [19:25:51.551] collectAutoImports: response is complete +Info 5968 [19:25:51.551] collectAutoImports: 3.495849996805191 +Info 5969 [19:25:51.551] getCompletionData: Semantic work: 4.260949000716209 +Info 5970 [19:25:51.553] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9370929896831512 +Info 5971 [19:25:51.558] Format host information updated +Info 5972 [19:25:51.713] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5973 [19:25:51.719] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 584 structureChanged: false structureIsReused:: Completely Elapsed: 6.577036991715431ms +Info 5974 [19:25:51.719] Different program with same set of files +Info 5975 [19:25:51.720] getCompletionData: Get current token: 0.0024589896202087402 +Info 5976 [19:25:51.720] getCompletionData: Is inside comment: 0.007541000843048096 +Info 5977 [19:25:51.720] getCompletionData: Get previous token: 0.011205002665519714 +Info 5978 [19:25:51.720] getCompletionsAtPosition: isCompletionListBlocker: 0.008049994707107544 +Info 5979 [19:25:51.720] getExportInfoMap: cache hit +Info 5980 [19:25:51.722] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 1 from cache +Info 5981 [19:25:51.722] collectAutoImports: response is complete +Info 5982 [19:25:51.722] collectAutoImports: 1.7760140001773834 +Info 5983 [19:25:51.722] getCompletionData: Semantic work: 2.343311995267868 +Info 5984 [19:25:51.723] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.053735002875328 +Info 5985 [19:25:51.724] Format host information updated +Info 5986 [19:25:51.938] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 5987 [19:25:51.948] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 585 structureChanged: false structureIsReused:: Completely Elapsed: 10.147363007068634ms +Info 5988 [19:25:51.948] Different program with same set of files +Info 5989 [19:25:51.948] getCompletionData: Get current token: 0.004028990864753723 +Info 5990 [19:25:51.948] getCompletionData: Is inside comment: 0.009690999984741211 +Info 5991 [19:25:51.948] getCompletionData: Get previous token: 0.006158009171485901 +Info 5992 [19:25:51.948] getCompletionsAtPosition: isCompletionListBlocker: 0.004249989986419678 +Info 5993 [19:25:51.949] getExportInfoMap: cache hit +Info 5994 [19:25:51.963] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 5995 [19:25:51.963] collectAutoImports: response is complete +Info 5996 [19:25:51.963] collectAutoImports: 13.994167000055313 +Info 5997 [19:25:51.963] getCompletionData: Semantic work: 14.658353000879288 +Info 5998 [19:25:51.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.935666009783745 +Info 5999 [19:25:51.979] Format host information updated +Info 6000 [19:25:52.001] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6001 [19:25:52.008] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 586 structureChanged: false structureIsReused:: Completely Elapsed: 6.691431000828743ms +Info 6002 [19:25:52.008] Different program with same set of files +Info 6003 [19:25:52.008] getCompletionData: Get current token: 0.0023900121450424194 +Info 6004 [19:25:52.008] getCompletionData: Is inside comment: 0.0076449960470199585 +Info 6005 [19:25:52.008] getCompletionData: Get previous token: 0.005206987261772156 +Info 6006 [19:25:52.008] getCompletionsAtPosition: isCompletionListBlocker: 0.007915005087852478 +Info 6007 [19:25:52.008] getExportInfoMap: cache hit +Info 6008 [19:25:52.022] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6009 [19:25:52.022] collectAutoImports: response is complete +Info 6010 [19:25:52.022] collectAutoImports: 13.646444007754326 +Info 6011 [19:25:52.022] getCompletionData: Semantic work: 14.115858986973763 +Info 6012 [19:25:52.028] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.977356001734734 +Info 6013 [19:25:52.033] Format host information updated +Info 6014 [19:25:52.586] Format host information updated +Info 6015 [19:25:52.586] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6016 [19:25:52.593] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 587 structureChanged: false structureIsReused:: Completely Elapsed: 7.008694991469383ms +Info 6017 [19:25:52.593] Different program with same set of files +Info 6018 [19:25:52.803] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6019 [19:25:52.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 588 structureChanged: false structureIsReused:: Completely Elapsed: 6.5834619998931885ms +Info 6020 [19:25:52.809] Different program with same set of files +Info 6021 [19:25:52.810] getCompletionData: Get current token: 0.005442008376121521 +Info 6022 [19:25:52.810] getCompletionData: Is inside comment: 0.005810007452964783 +Info 6023 [19:25:52.810] getCompletionData: Get previous token: 0.0038309991359710693 +Info 6024 [19:25:52.810] getCompletionsAtPosition: isCompletionListBlocker: 0.005888998508453369 +Info 6025 [19:25:52.810] Returning an empty list because completion was requested in an invalid position. +Info 6026 [19:25:52.810] Format host information updated +Info 6027 [19:25:53.128] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6028 [19:25:53.135] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 589 structureChanged: false structureIsReused:: Completely Elapsed: 6.511601001024246ms +Info 6029 [19:25:53.135] Different program with same set of files +Info 6030 [19:25:53.135] getCompletionData: Get current token: 0.002826005220413208 +Info 6031 [19:25:53.135] getCompletionData: Is inside comment: 0.007330000400543213 +Info 6032 [19:25:53.135] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6033 [19:25:53.137] Format host information updated +Info 6034 [19:25:53.400] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6035 [19:25:53.408] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 590 structureChanged: false structureIsReused:: Completely Elapsed: 7.032448992133141ms +Info 6036 [19:25:53.408] Different program with same set of files +Info 6037 [19:25:53.408] getCompletionData: Get current token: 0.0021809935569763184 +Info 6038 [19:25:53.408] getCompletionData: Is inside comment: 0.0071210116147994995 +Info 6039 [19:25:53.408] Format host information updated +Info 6040 [19:25:53.844] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6041 [19:25:53.853] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 591 structureChanged: false structureIsReused:: Completely Elapsed: 8.593109011650085ms +Info 6042 [19:25:53.853] Different program with same set of files +Info 6043 [19:25:53.853] getCompletionData: Get current token: 0.003090009093284607 +Info 6044 [19:25:53.853] getCompletionData: Is inside comment: 0.006534993648529053 +Info 6045 [19:25:53.854] Format host information updated +Info 6046 [19:25:54.127] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6047 [19:25:54.133] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 592 structureChanged: false structureIsReused:: Completely Elapsed: 6.70804899930954ms +Info 6048 [19:25:54.134] Different program with same set of files +Info 6049 [19:25:54.134] getCompletionData: Get current token: 0.003586992621421814 +Info 6050 [19:25:54.134] getCompletionData: Is inside comment: 0.007734999060630798 +Info 6051 [19:25:54.134] getCompletionData: Get previous token: 0.004602998495101929 +Info 6052 [19:25:54.134] getCompletionsAtPosition: isCompletionListBlocker: 0.015525996685028076 +Info 6053 [19:25:54.134] getExportInfoMap: cache hit +Info 6054 [19:25:54.147] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6055 [19:25:54.147] collectAutoImports: response is complete +Info 6056 [19:25:54.147] collectAutoImports: 12.557261988520622 +Info 6057 [19:25:54.147] getCompletionData: Semantic work: 13.115024000406265 +Info 6058 [19:25:54.154] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.09595499932766 +Info 6059 [19:25:54.160] Format host information updated +Info 6060 [19:25:54.671] getCompletionData: Get current token: 0.007160007953643799 +Info 6061 [19:25:54.671] getCompletionData: Is inside comment: 0.025902003049850464 +Info 6062 [19:25:54.762] Format host information updated +Info 6063 [19:25:54.763] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6064 [19:25:54.790] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 593 structureChanged: false structureIsReused:: Completely Elapsed: 26.729746997356415ms +Info 6065 [19:25:54.790] Different program with same set of files +Info 6066 [19:25:54.843] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6067 [19:25:54.851] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 594 structureChanged: false structureIsReused:: Completely Elapsed: 8.710778996348381ms +Info 6068 [19:25:54.851] Different program with same set of files +Info 6069 [19:25:54.852] getCompletionData: Get current token: 0.0023040026426315308 +Info 6070 [19:25:54.852] getCompletionData: Is inside comment: 0.008044004440307617 +Info 6071 [19:25:54.852] Format host information updated +Info 6072 [19:25:55.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6073 [19:25:55.080] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 595 structureChanged: false structureIsReused:: Completely Elapsed: 6.875221997499466ms +Info 6074 [19:25:55.080] Different program with same set of files +Info 6075 [19:25:55.080] getCompletionData: Get current token: 0.0020110011100769043 +Info 6076 [19:25:55.080] getCompletionData: Is inside comment: 0.0073000043630599976 +Info 6077 [19:25:55.080] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6078 [19:25:55.082] Format host information updated +Info 6079 [19:25:55.236] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6080 [19:25:55.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 596 structureChanged: false structureIsReused:: Completely Elapsed: 7.089614003896713ms +Info 6081 [19:25:55.243] Different program with same set of files +Info 6082 [19:25:55.243] getCompletionData: Get current token: 0.001883000135421753 +Info 6083 [19:25:55.243] getCompletionData: Is inside comment: 0.00787799060344696 +Info 6084 [19:25:55.243] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6085 [19:25:55.244] Format host information updated +Info 6086 [19:25:55.338] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6087 [19:25:55.345] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 597 structureChanged: false structureIsReused:: Completely Elapsed: 6.959518998861313ms +Info 6088 [19:25:55.345] Different program with same set of files +Info 6089 [19:25:55.345] getCompletionData: Get current token: 0.0024119913578033447 +Info 6090 [19:25:55.345] getCompletionData: Is inside comment: 0.0077610015869140625 +Info 6091 [19:25:55.345] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6092 [19:25:55.348] Format host information updated +Info 6093 [19:25:55.544] Format host information updated +Info 6094 [19:25:55.545] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6095 [19:25:55.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 598 structureChanged: false structureIsReused:: Completely Elapsed: 6.308519005775452ms +Info 6096 [19:25:55.551] Different program with same set of files +Info 6097 [19:25:56.305] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6098 [19:25:56.312] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 599 structureChanged: false structureIsReused:: Completely Elapsed: 6.886089995503426ms +Info 6099 [19:25:56.312] Different program with same set of files +Info 6100 [19:25:56.312] getCompletionData: Get current token: 0.0019190013408660889 +Info 6101 [19:25:56.312] getCompletionData: Is inside comment: 0.007193997502326965 +Info 6102 [19:25:56.312] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6103 [19:25:56.315] Format host information updated +Info 6104 [19:25:56.377] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6105 [19:25:56.389] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 600 structureChanged: false structureIsReused:: Completely Elapsed: 12.464870005846024ms +Info 6106 [19:25:56.389] Different program with same set of files +Info 6107 [19:25:56.389] getCompletionData: Get current token: 0.004335999488830566 +Info 6108 [19:25:56.389] getCompletionData: Is inside comment: 0.01587100327014923 +Info 6109 [19:25:56.389] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment. +Info 6110 [19:25:56.390] Format host information updated +Info 6111 [19:25:56.455] Format host information updated +Info 6112 [19:25:56.455] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6113 [19:25:56.461] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 601 structureChanged: false structureIsReused:: Completely Elapsed: 5.987271994352341ms +Info 6114 [19:25:56.461] Different program with same set of files +Info 6115 [19:25:57.013] getCompletionData: Get current token: 0.0028280019760131836 +Info 6116 [19:25:57.013] getCompletionData: Is inside comment: 0.007995009422302246 +Info 6117 [19:25:57.013] getCompletionData: Get previous token: 0.005339011549949646 +Info 6118 [19:25:57.013] getCompletionsAtPosition: isCompletionListBlocker: 0.0036100000143051147 +Info 6119 [19:25:57.013] getExportInfoMap: cache hit +Info 6120 [19:25:57.022] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 6121 [19:25:57.022] collectAutoImports: response is complete +Info 6122 [19:25:57.022] collectAutoImports: 8.954153999686241 +Info 6123 [19:25:57.022] getCompletionData: Semantic work: 9.456540003418922 +Info 6124 [19:25:57.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.967523008584976 +Info 6125 [19:25:57.203] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6126 [19:25:57.210] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 602 structureChanged: false structureIsReused:: Completely Elapsed: 6.5989769995212555ms +Info 6127 [19:25:57.210] Different program with same set of files +Info 6128 [19:25:57.210] getCompletionData: Get current token: 0.0030570030212402344 +Info 6129 [19:25:57.210] getCompletionData: Is inside comment: 0.008711010217666626 +Info 6130 [19:25:57.210] getCompletionData: Get previous token: 0.009971991181373596 +Info 6131 [19:25:57.210] getCompletionsAtPosition: isCompletionListBlocker: 0.0038930028676986694 +Info 6132 [19:25:57.210] getExportInfoMap: cache hit +Info 6133 [19:25:57.213] collectAutoImports: resolved 0 module specifiers, plus 56 ambient and 5 from cache +Info 6134 [19:25:57.213] collectAutoImports: response is complete +Info 6135 [19:25:57.213] collectAutoImports: 2.408849999308586 +Info 6136 [19:25:57.213] getCompletionData: Semantic work: 2.99023599922657 +Info 6137 [19:25:57.216] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.693594992160797 +Info 6138 [19:25:57.217] Format host information updated +Info 6139 [19:25:57.376] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6140 [19:25:57.383] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 603 structureChanged: false structureIsReused:: Completely Elapsed: 6.860629990696907ms +Info 6141 [19:25:57.383] Different program with same set of files +Info 6142 [19:25:57.383] getCompletionData: Get current token: 0.0030389875173568726 +Info 6143 [19:25:57.383] getCompletionData: Is inside comment: 0.00846099853515625 +Info 6144 [19:25:57.383] getCompletionData: Get previous token: 0.028759002685546875 +Info 6145 [19:25:57.383] getCompletionsAtPosition: isCompletionListBlocker: 0.003666996955871582 +Info 6146 [19:25:57.383] getExportInfoMap: cache hit +Info 6147 [19:25:57.385] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 2 from cache +Info 6148 [19:25:57.385] collectAutoImports: response is complete +Info 6149 [19:25:57.385] collectAutoImports: 1.9360090047121048 +Info 6150 [19:25:57.385] getCompletionData: Semantic work: 2.449074000120163 +Info 6151 [19:25:57.389] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3640190064907074 +Info 6152 [19:25:57.390] Format host information updated +Info 6153 [19:25:57.720] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6154 [19:25:57.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 604 structureChanged: false structureIsReused:: Completely Elapsed: 6.40854999423027ms +Info 6155 [19:25:57.727] Different program with same set of files +Info 6156 [19:25:57.727] getCompletionData: Get current token: 0.0027430057525634766 +Info 6157 [19:25:57.727] getCompletionData: Is inside comment: 0.007637009024620056 +Info 6158 [19:25:57.727] getCompletionData: Get previous token: 0.006396010518074036 +Info 6159 [19:25:57.727] getCompletionsAtPosition: isCompletionListBlocker: 0.003813996911048889 +Info 6160 [19:25:57.728] getExportInfoMap: cache hit +Info 6161 [19:25:57.740] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 6162 [19:25:57.740] collectAutoImports: response is complete +Info 6163 [19:25:57.740] collectAutoImports: 11.957155004143715 +Info 6164 [19:25:57.740] getCompletionData: Semantic work: 12.398002997040749 +Info 6165 [19:25:57.745] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.372162997722626 +Info 6166 [19:25:57.749] Format host information updated +Info 6167 [19:25:58.017] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6168 [19:25:58.024] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 605 structureChanged: false structureIsReused:: Completely Elapsed: 6.786409005522728ms +Info 6169 [19:25:58.024] Different program with same set of files +Info 6170 [19:25:58.024] getCompletionData: Get current token: 0.003023996949195862 +Info 6171 [19:25:58.024] getCompletionData: Is inside comment: 0.009286001324653625 +Info 6172 [19:25:58.024] getCompletionData: Get previous token: 0.011600002646446228 +Info 6173 [19:25:58.024] getCompletionsAtPosition: isCompletionListBlocker: 0.005728006362915039 +Info 6174 [19:25:58.025] getExportInfoMap: cache hit +Info 6175 [19:25:58.031] collectAutoImports: resolved 0 module specifiers, plus 212 ambient and 8 from cache +Info 6176 [19:25:58.031] collectAutoImports: response is complete +Info 6177 [19:25:58.031] collectAutoImports: 6.572291001677513 +Info 6178 [19:25:58.031] getCompletionData: Semantic work: 7.099568992853165 +Info 6179 [19:25:58.035] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.266107991337776 +Info 6180 [19:25:58.037] Format host information updated +Info 6181 [19:25:58.591] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6182 [19:25:58.598] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 606 structureChanged: false structureIsReused:: Completely Elapsed: 7.4150680005550385ms +Info 6183 [19:25:58.598] Different program with same set of files +Info 6184 [19:25:58.599] getCompletionData: Get current token: 0.004239007830619812 +Info 6185 [19:25:58.599] getCompletionData: Is inside comment: 0.010069996118545532 +Info 6186 [19:25:58.599] getCompletionData: Get previous token: 0.006940007209777832 +Info 6187 [19:25:58.599] getCompletionsAtPosition: isCompletionListBlocker: 0.0040359944105148315 +Info 6188 [19:25:58.599] getExportInfoMap: cache hit +Info 6189 [19:25:58.613] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 6190 [19:25:58.613] collectAutoImports: response is complete +Info 6191 [19:25:58.613] collectAutoImports: 13.403072997927666 +Info 6192 [19:25:58.613] getCompletionData: Semantic work: 13.961170002818108 +Info 6193 [19:25:58.620] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.00059999525547 +Info 6194 [19:25:58.625] Format host information updated +Info 6195 [19:25:58.651] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6196 [19:25:58.659] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 607 structureChanged: false structureIsReused:: Completely Elapsed: 8.34672600030899ms +Info 6197 [19:25:58.659] Different program with same set of files +Info 6198 [19:25:58.659] getCompletionData: Get current token: 0.003086000680923462 +Info 6199 [19:25:58.659] getCompletionData: Is inside comment: 0.0081930011510849 +Info 6200 [19:25:58.660] getCompletionData: Get previous token: 0.010124996304512024 +Info 6201 [19:25:58.660] getCompletionsAtPosition: isCompletionListBlocker: 0.0035849958658218384 +Info 6202 [19:25:58.660] getExportInfoMap: cache hit +Info 6203 [19:25:58.664] collectAutoImports: resolved 0 module specifiers, plus 212 ambient and 8 from cache +Info 6204 [19:25:58.664] collectAutoImports: response is complete +Info 6205 [19:25:58.664] collectAutoImports: 3.9646250009536743 +Info 6206 [19:25:58.664] getCompletionData: Semantic work: 4.441721990704536 +Info 6207 [19:25:58.667] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.915940999984741 +Info 6208 [19:25:58.669] Format host information updated +Info 6209 [19:25:58.711] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6210 [19:25:58.719] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 608 structureChanged: false structureIsReused:: Completely Elapsed: 7.432734996080399ms +Info 6211 [19:25:58.719] Different program with same set of files +Info 6212 [19:25:58.719] getCompletionData: Get current token: 0.0033069998025894165 +Info 6213 [19:25:58.719] getCompletionData: Is inside comment: 0.009808003902435303 +Info 6214 [19:25:58.719] getCompletionData: Get previous token: 0.01183900237083435 +Info 6215 [19:25:58.719] getCompletionsAtPosition: isCompletionListBlocker: 0.004693999886512756 +Info 6216 [19:25:58.719] getExportInfoMap: cache hit +Info 6217 [19:25:58.725] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 7 from cache +Info 6218 [19:25:58.725] collectAutoImports: response is complete +Info 6219 [19:25:58.725] collectAutoImports: 5.961139008402824 +Info 6220 [19:25:58.725] getCompletionData: Semantic work: 6.507827997207642 +Info 6221 [19:25:58.729] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.561181992292404 +Info 6222 [19:25:58.731] Format host information updated +Info 6223 [19:25:58.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6224 [19:25:58.784] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 609 structureChanged: false structureIsReused:: Completely Elapsed: 9.530509993433952ms +Info 6225 [19:25:58.784] Different program with same set of files +Info 6226 [19:25:58.784] getCompletionData: Get current token: 0.0045280009508132935 +Info 6227 [19:25:58.784] getCompletionData: Is inside comment: 0.013447001576423645 +Info 6228 [19:25:58.784] getCompletionData: Get previous token: 0.017149001359939575 +Info 6229 [19:25:58.784] getCompletionsAtPosition: isCompletionListBlocker: 0.005281001329421997 +Info 6230 [19:25:58.785] getExportInfoMap: cache hit +Info 6231 [19:25:58.789] collectAutoImports: resolved 0 module specifiers, plus 56 ambient and 4 from cache +Info 6232 [19:25:58.789] collectAutoImports: response is complete +Info 6233 [19:25:58.789] collectAutoImports: 3.7297019958496094 +Info 6234 [19:25:58.789] getCompletionData: Semantic work: 4.494635999202728 +Info 6235 [19:25:58.792] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.958627998828888 +Info 6236 [19:25:58.795] Format host information updated +Info 6237 [19:25:58.875] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6238 [19:25:58.900] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 610 structureChanged: false structureIsReused:: Completely Elapsed: 25.775503993034363ms +Info 6239 [19:25:58.901] Different program with same set of files +Info 6240 [19:25:58.901] getCompletionData: Get current token: 0.01369999349117279 +Info 6241 [19:25:58.901] getCompletionData: Is inside comment: 0.04276399314403534 +Info 6242 [19:25:58.901] getCompletionData: Get previous token: 0.05051200091838837 +Info 6243 [19:25:58.901] getCompletionsAtPosition: isCompletionListBlocker: 0.012051001191139221 +Info 6244 [19:25:58.903] getExportInfoMap: cache hit +Info 6245 [19:25:58.909] collectAutoImports: resolved 0 module specifiers, plus 30 ambient and 0 from cache +Info 6246 [19:25:58.909] collectAutoImports: response is complete +Info 6247 [19:25:58.909] collectAutoImports: 5.524065986275673 +Info 6248 [19:25:58.909] getCompletionData: Semantic work: 7.055161997675896 +Info 6249 [19:25:58.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.204259008169174 +Info 6250 [19:25:58.916] Format host information updated +Info 6251 [19:25:58.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6252 [19:25:58.945] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 611 structureChanged: false structureIsReused:: Completely Elapsed: 8.860446989536285ms +Info 6253 [19:25:58.945] Different program with same set of files +Info 6254 [19:25:58.946] getCompletionData: Get current token: 0.002781987190246582 +Info 6255 [19:25:58.946] getCompletionData: Is inside comment: 0.0076319873332977295 +Info 6256 [19:25:58.946] getCompletionData: Get previous token: 0.010301008820533752 +Info 6257 [19:25:58.946] getCompletionsAtPosition: isCompletionListBlocker: 0.0048279911279678345 +Info 6258 [19:25:58.946] getExportInfoMap: cache hit +Info 6259 [19:25:58.948] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 0 from cache +Info 6260 [19:25:58.948] collectAutoImports: response is complete +Info 6261 [19:25:58.948] collectAutoImports: 2.01138798892498 +Info 6262 [19:25:58.948] getCompletionData: Semantic work: 2.5280599892139435 +Info 6263 [19:25:58.950] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.1217940002679825 +Info 6264 [19:25:58.952] Format host information updated +Info 6265 [19:25:59.080] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6266 [19:25:59.088] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 612 structureChanged: false structureIsReused:: Completely Elapsed: 8.312263995409012ms +Info 6267 [19:25:59.088] Different program with same set of files +Info 6268 [19:25:59.088] getCompletionData: Get current token: 0.0030649900436401367 +Info 6269 [19:25:59.088] getCompletionData: Is inside comment: 0.00893700122833252 +Info 6270 [19:25:59.088] getCompletionData: Get previous token: 0.011802002787590027 +Info 6271 [19:25:59.088] getCompletionsAtPosition: isCompletionListBlocker: 0.003920987248420715 +Info 6272 [19:25:59.089] getExportInfoMap: cache hit +Info 6273 [19:25:59.109] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 6274 [19:25:59.109] collectAutoImports: response is complete +Info 6275 [19:25:59.109] collectAutoImports: 20.007233008742332 +Info 6276 [19:25:59.109] getCompletionData: Semantic work: 21.049145996570587 +Info 6277 [19:25:59.119] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.11828100681305 +Info 6278 [19:25:59.124] Format host information updated +Info 6279 [19:25:59.218] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6280 [19:25:59.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 613 structureChanged: false structureIsReused:: Completely Elapsed: 31.52005000412464ms +Info 6281 [19:25:59.250] Different program with same set of files +Info 6282 [19:25:59.250] getCompletionData: Get current token: 0.007571995258331299 +Info 6283 [19:25:59.250] getCompletionData: Is inside comment: 0.021908998489379883 +Info 6284 [19:25:59.250] getCompletionData: Get previous token: 0.015835002064704895 +Info 6285 [19:25:59.250] getCompletionsAtPosition: isCompletionListBlocker: 0.08405400812625885 +Info 6286 [19:25:59.252] getExportInfoMap: cache hit +Info 6287 [19:25:59.274] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 6288 [19:25:59.274] collectAutoImports: response is complete +Info 6289 [19:25:59.274] collectAutoImports: 22.294270992279053 +Info 6290 [19:25:59.274] getCompletionData: Semantic work: 23.646431997418404 +Info 6291 [19:25:59.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4930820018053055 +Info 6292 [19:25:59.284] Format host information updated +Info 6293 [19:25:59.342] Format host information updated +Info 6294 [19:25:59.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6295 [19:25:59.351] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 614 structureChanged: false structureIsReused:: Completely Elapsed: 9.33212399482727ms +Info 6296 [19:25:59.351] Different program with same set of files +Info 6297 [19:25:59.511] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6298 [19:25:59.521] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 615 structureChanged: false structureIsReused:: Completely Elapsed: 9.921662002801895ms +Info 6299 [19:25:59.521] Different program with same set of files +Info 6300 [19:25:59.521] getCompletionData: Get current token: 0.0027559995651245117 +Info 6301 [19:25:59.521] getCompletionData: Is inside comment: 0.008603990077972412 +Info 6302 [19:25:59.521] getCompletionData: Get previous token: 0.011813998222351074 +Info 6303 [19:25:59.521] getCompletionsAtPosition: isCompletionListBlocker: 0.006126999855041504 +Info 6304 [19:25:59.521] getExportInfoMap: cache hit +Info 6305 [19:25:59.525] collectAutoImports: resolved 0 module specifiers, plus 212 ambient and 8 from cache +Info 6306 [19:25:59.526] collectAutoImports: response is complete +Info 6307 [19:25:59.526] collectAutoImports: 3.9972179979085922 +Info 6308 [19:25:59.526] getCompletionData: Semantic work: 4.55485600233078 +Info 6309 [19:25:59.528] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.535530999302864 +Info 6310 [19:25:59.530] Format host information updated +Info 6311 [19:25:59.571] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6312 [19:25:59.581] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 616 structureChanged: false structureIsReused:: Completely Elapsed: 9.318005010485649ms +Info 6313 [19:25:59.581] Different program with same set of files +Info 6314 [19:25:59.581] getCompletionData: Get current token: 0.0030160099267959595 +Info 6315 [19:25:59.581] getCompletionData: Is inside comment: 0.00907200574874878 +Info 6316 [19:25:59.581] getCompletionData: Get previous token: 0.015332996845245361 +Info 6317 [19:25:59.581] getCompletionsAtPosition: isCompletionListBlocker: 0.006624996662139893 +Info 6318 [19:25:59.582] getExportInfoMap: cache hit +Info 6319 [19:25:59.587] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 7 from cache +Info 6320 [19:25:59.587] collectAutoImports: response is complete +Info 6321 [19:25:59.587] collectAutoImports: 4.836278006434441 +Info 6322 [19:25:59.587] getCompletionData: Semantic work: 5.836681008338928 +Info 6323 [19:25:59.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6101959943771362 +Info 6324 [19:25:59.591] Format host information updated +Info 6325 [19:25:59.711] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6326 [19:25:59.743] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 617 structureChanged: false structureIsReused:: Completely Elapsed: 32.38627099990845ms +Info 6327 [19:25:59.743] Different program with same set of files +Info 6328 [19:25:59.744] getCompletionData: Get current token: 0.010878995060920715 +Info 6329 [19:25:59.744] getCompletionData: Is inside comment: 0.0358089953660965 +Info 6330 [19:25:59.744] getCompletionData: Get previous token: 0.06832900643348694 +Info 6331 [19:25:59.744] getCompletionsAtPosition: isCompletionListBlocker: 0.011772006750106812 +Info 6332 [19:25:59.746] getExportInfoMap: cache hit +Info 6333 [19:25:59.757] collectAutoImports: resolved 0 module specifiers, plus 56 ambient and 4 from cache +Info 6334 [19:25:59.757] collectAutoImports: response is complete +Info 6335 [19:25:59.757] collectAutoImports: 11.345504999160767 +Info 6336 [19:25:59.757] getCompletionData: Semantic work: 13.162059992551804 +Info 6337 [19:25:59.761] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.322151005268097 +Info 6338 [19:25:59.763] Format host information updated +Info 6339 [19:25:59.809] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6340 [19:25:59.816] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 618 structureChanged: false structureIsReused:: Completely Elapsed: 7.355783000588417ms +Info 6341 [19:25:59.816] Different program with same set of files +Info 6342 [19:25:59.816] getCompletionData: Get current token: 0.0034690052270889282 +Info 6343 [19:25:59.816] getCompletionData: Is inside comment: 0.010788008570671082 +Info 6344 [19:25:59.816] getCompletionData: Get previous token: 0.014031007885932922 +Info 6345 [19:25:59.816] getCompletionsAtPosition: isCompletionListBlocker: 0.005953997373580933 +Info 6346 [19:25:59.817] getExportInfoMap: cache hit +Info 6347 [19:25:59.819] collectAutoImports: resolved 0 module specifiers, plus 29 ambient and 0 from cache +Info 6348 [19:25:59.819] collectAutoImports: response is complete +Info 6349 [19:25:59.819] collectAutoImports: 2.575296998023987 +Info 6350 [19:25:59.819] getCompletionData: Semantic work: 3.2124139964580536 +Info 6351 [19:25:59.822] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.2708420008420944 +Info 6352 [19:25:59.823] Format host information updated +Info 6353 [19:25:59.933] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6354 [19:25:59.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 619 structureChanged: false structureIsReused:: Completely Elapsed: 27.949094995856285ms +Info 6355 [19:25:59.961] Different program with same set of files +Info 6356 [19:25:59.962] getCompletionData: Get current token: 0.010211989283561707 +Info 6357 [19:25:59.962] getCompletionData: Is inside comment: 0.028817996382713318 +Info 6358 [19:25:59.962] getCompletionData: Get previous token: 0.03707800805568695 +Info 6359 [19:25:59.962] getCompletionsAtPosition: isCompletionListBlocker: 0.01415000855922699 +Info 6360 [19:25:59.963] getExportInfoMap: cache hit +Info 6361 [19:25:59.983] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 6362 [19:25:59.983] collectAutoImports: response is complete +Info 6363 [19:25:59.983] collectAutoImports: 19.600307002663612 +Info 6364 [19:25:59.983] getCompletionData: Semantic work: 21.214138999581337 +Info 6365 [19:25:59.992] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.312435001134872 +Info 6366 [19:25:59.996] Format host information updated +Info 6367 [19:26:00.061] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6368 [19:26:00.071] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 620 structureChanged: false structureIsReused:: Completely Elapsed: 10.090795010328293ms +Info 6369 [19:26:00.071] Different program with same set of files +Info 6370 [19:26:00.071] getCompletionData: Get current token: 0.004955992102622986 +Info 6371 [19:26:00.071] getCompletionData: Is inside comment: 0.013920992612838745 +Info 6372 [19:26:00.072] getCompletionData: Get previous token: 0.009174004197120667 +Info 6373 [19:26:00.072] getCompletionsAtPosition: isCompletionListBlocker: 0.01710200309753418 +Info 6374 [19:26:00.072] getExportInfoMap: cache hit +Info 6375 [19:26:00.088] collectAutoImports: resolved 0 module specifiers, plus 813 ambient and 70 from cache +Info 6376 [19:26:00.088] collectAutoImports: response is complete +Info 6377 [19:26:00.089] collectAutoImports: 16.10521700978279 +Info 6378 [19:26:00.089] getCompletionData: Semantic work: 16.955802008509636 +Info 6379 [19:26:00.095] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.320312008261681 +Info 6380 [19:26:00.099] Format host information updated +Info 6381 [19:26:03.216] Format host information updated +Info 6382 [19:26:03.216] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6383 [19:26:03.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 621 structureChanged: false structureIsReused:: Completely Elapsed: 8.146760001778603ms +Info 6384 [19:26:03.225] Different program with same set of files +Info 6385 [19:26:03.308] Format host information updated +Info 6386 [19:26:03.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6387 [19:26:03.316] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 622 structureChanged: false structureIsReused:: Completely Elapsed: 6.954702988266945ms +Info 6388 [19:26:03.316] Different program with same set of files +Info 6389 [19:26:04.283] Format host information updated +Info 6390 [19:26:04.284] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6391 [19:26:04.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 623 structureChanged: false structureIsReused:: Completely Elapsed: 8.818715989589691ms +Info 6392 [19:26:04.292] Different program with same set of files +Info 6393 [19:26:04.816] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6394 [19:26:04.823] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 624 structureChanged: false structureIsReused:: Completely Elapsed: 6.729179993271828ms +Info 6395 [19:26:04.823] Different program with same set of files +Info 6396 [19:26:04.823] getCompletionData: Get current token: 0.005631998181343079 +Info 6397 [19:26:04.823] getCompletionData: Is inside comment: 0.010533004999160767 +Info 6398 [19:26:04.823] getCompletionData: Get previous token: 0.021446004509925842 +Info 6399 [19:26:04.823] getCompletionsAtPosition: isCompletionListBlocker: 0.009073987603187561 +Info 6400 [19:26:04.824] getExportInfoMap: cache hit +Info 6401 [19:26:04.827] collectAutoImports: resolved 0 module specifiers, plus 150 ambient and 6 from cache +Info 6402 [19:26:04.827] collectAutoImports: response is complete +Info 6403 [19:26:04.827] collectAutoImports: 3.5606220066547394 +Info 6404 [19:26:04.827] getCompletionData: Semantic work: 4.257352992892265 +Info 6405 [19:26:04.829] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6020960062742233 +Info 6406 [19:26:04.832] Format host information updated +Info 6407 [19:26:04.881] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6408 [19:26:04.891] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 625 structureChanged: false structureIsReused:: Completely Elapsed: 10.23378999531269ms +Info 6409 [19:26:04.891] Different program with same set of files +Info 6410 [19:26:04.891] getCompletionData: Get current token: 0.00850600004196167 +Info 6411 [19:26:04.891] getCompletionData: Is inside comment: 0.016833007335662842 +Info 6412 [19:26:04.891] getCompletionData: Get previous token: 0.033136993646621704 +Info 6413 [19:26:04.891] getCompletionsAtPosition: isCompletionListBlocker: 0.011852994561195374 +Info 6414 [19:26:04.892] getExportInfoMap: cache hit +Info 6415 [19:26:04.911] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6416 [19:26:04.911] collectAutoImports: response is complete +Info 6417 [19:26:04.911] collectAutoImports: 18.565963000059128 +Info 6418 [19:26:04.911] getCompletionData: Semantic work: 19.503692001104355 +Info 6419 [19:26:04.918] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.497874990105629 +Info 6420 [19:26:04.924] Format host information updated +Info 6421 [19:26:04.991] Format host information updated +Info 6422 [19:26:04.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6423 [19:26:05.007] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 626 structureChanged: false structureIsReused:: Completely Elapsed: 15.317124992609024ms +Info 6424 [19:26:05.007] Different program with same set of files +Info 6425 [19:26:05.128] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6426 [19:26:05.137] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 627 structureChanged: false structureIsReused:: Completely Elapsed: 8.848914995789528ms +Info 6427 [19:26:05.137] Different program with same set of files +Info 6428 [19:26:05.137] getCompletionData: Get current token: 0.00558800995349884 +Info 6429 [19:26:05.137] getCompletionData: Is inside comment: 0.010456010699272156 +Info 6430 [19:26:05.137] getCompletionData: Get previous token: 0.008542001247406006 +Info 6431 [19:26:05.137] getCompletionsAtPosition: isCompletionListBlocker: 0.004039004445075989 +Info 6432 [19:26:05.138] getExportInfoMap: cache hit +Info 6433 [19:26:05.148] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6434 [19:26:05.148] collectAutoImports: response is complete +Info 6435 [19:26:05.148] collectAutoImports: 10.362330988049507 +Info 6436 [19:26:05.148] getCompletionData: Semantic work: 10.86557100713253 +Info 6437 [19:26:05.157] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.704494997859001 +Info 6438 [19:26:05.164] Format host information updated +Info 6439 [19:26:05.193] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6440 [19:26:05.200] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 628 structureChanged: false structureIsReused:: Completely Elapsed: 6.553406998515129ms +Info 6441 [19:26:05.200] Different program with same set of files +Info 6442 [19:26:05.200] getCompletionData: Get current token: 0.006789997220039368 +Info 6443 [19:26:05.200] getCompletionData: Is inside comment: 0.011251002550125122 +Info 6444 [19:26:05.200] getCompletionData: Get previous token: 0.008609995245933533 +Info 6445 [19:26:05.200] getCompletionsAtPosition: isCompletionListBlocker: 0.0075640082359313965 +Info 6446 [19:26:05.201] getExportInfoMap: cache hit +Info 6447 [19:26:05.213] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6448 [19:26:05.213] collectAutoImports: response is complete +Info 6449 [19:26:05.213] collectAutoImports: 12.536834001541138 +Info 6450 [19:26:05.213] getCompletionData: Semantic work: 13.121705994009972 +Info 6451 [19:26:05.220] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.293609008193016 +Info 6452 [19:26:05.225] Format host information updated +Info 6453 [19:26:05.551] getCompletionData: Get current token: 0.017815008759498596 +Info 6454 [19:26:05.551] getCompletionData: Is inside comment: 0.005458995699882507 +Info 6455 [19:26:05.551] getCompletionData: Get previous token: 0.05384199321269989 +Info 6456 [19:26:05.551] getCompletionsAtPosition: isCompletionListBlocker: 0.011362001299858093 +Info 6457 [19:26:05.553] getExportInfoMap: cache hit +Info 6458 [19:26:05.588] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6459 [19:26:05.588] collectAutoImports: response is complete +Info 6460 [19:26:05.588] collectAutoImports: 34.7061870098114 +Info 6461 [19:26:05.588] getCompletionData: Semantic work: 36.77590200304985 +Info 6462 [19:26:05.598] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.29186798632145 +Info 6463 [19:26:05.764] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6464 [19:26:05.771] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 629 structureChanged: false structureIsReused:: Completely Elapsed: 6.989754006266594ms +Info 6465 [19:26:05.771] Different program with same set of files +Info 6466 [19:26:05.772] getCompletionData: Get current token: 0.004462003707885742 +Info 6467 [19:26:05.772] getCompletionData: Is inside comment: 0.0011650025844573975 +Info 6468 [19:26:05.772] getCompletionData: Get previous token: 0.020178988575935364 +Info 6469 [19:26:05.772] getCompletionsAtPosition: isCompletionListBlocker: 0.004614993929862976 +Info 6470 [19:26:05.772] getExportInfoMap: cache hit +Info 6471 [19:26:05.776] collectAutoImports: resolved 0 module specifiers, plus 106 ambient and 5 from cache +Info 6472 [19:26:05.776] collectAutoImports: response is complete +Info 6473 [19:26:05.776] collectAutoImports: 4.127025008201599 +Info 6474 [19:26:05.776] getCompletionData: Semantic work: 4.7074480056762695 +Info 6475 [19:26:05.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4662410020828247 +Info 6476 [19:26:05.784] Format host information updated +Info 6477 [19:26:05.895] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6478 [19:26:05.902] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 630 structureChanged: false structureIsReused:: Completely Elapsed: 7.070705994963646ms +Info 6479 [19:26:05.902] Different program with same set of files +Info 6480 [19:26:05.902] getCompletionData: Get current token: 0.003653004765510559 +Info 6481 [19:26:05.902] getCompletionData: Is inside comment: 0.000997990369796753 +Info 6482 [19:26:05.903] getCompletionData: Get previous token: 0.017358005046844482 +Info 6483 [19:26:05.903] getCompletionsAtPosition: isCompletionListBlocker: 0.0037370026111602783 +Info 6484 [19:26:05.903] getExportInfoMap: cache hit +Info 6485 [19:26:05.905] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 0 from cache +Info 6486 [19:26:05.905] collectAutoImports: response is complete +Info 6487 [19:26:05.905] collectAutoImports: 1.9034759998321533 +Info 6488 [19:26:05.905] getCompletionData: Semantic work: 2.4271190017461777 +Info 6489 [19:26:05.906] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0278639942407608 +Info 6490 [19:26:05.907] Format host information updated +Info 6491 [19:26:06.014] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6492 [19:26:06.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 631 structureChanged: false structureIsReused:: Completely Elapsed: 6.84230799973011ms +Info 6493 [19:26:06.021] Different program with same set of files +Info 6494 [19:26:06.022] getCompletionData: Get current token: 0.00415898859500885 +Info 6495 [19:26:06.022] getCompletionData: Is inside comment: 0.0011390000581741333 +Info 6496 [19:26:06.022] getCompletionData: Get previous token: 0.019825994968414307 +Info 6497 [19:26:06.022] getCompletionsAtPosition: isCompletionListBlocker: 0.004208996891975403 +Info 6498 [19:26:06.022] getExportInfoMap: cache hit +Info 6499 [19:26:06.026] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 6500 [19:26:06.026] collectAutoImports: response is complete +Info 6501 [19:26:06.026] collectAutoImports: 3.8394339978694916 +Info 6502 [19:26:06.026] getCompletionData: Semantic work: 4.415402993559837 +Info 6503 [19:26:06.027] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.215828001499176 +Info 6504 [19:26:06.028] Format host information updated +Info 6505 [19:26:06.082] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6506 [19:26:06.098] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 632 structureChanged: false structureIsReused:: Completely Elapsed: 16.64955300092697ms +Info 6507 [19:26:06.099] Different program with same set of files +Info 6508 [19:26:06.099] getCompletionData: Get current token: 0.01192501187324524 +Info 6509 [19:26:06.099] getCompletionData: Is inside comment: 0.0034869909286499023 +Info 6510 [19:26:06.099] getCompletionData: Get previous token: 0.05444701015949249 +Info 6511 [19:26:06.099] getCompletionsAtPosition: isCompletionListBlocker: 0.007611006498336792 +Info 6512 [19:26:06.100] getExportInfoMap: cache hit +Info 6513 [19:26:06.105] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6514 [19:26:06.105] collectAutoImports: response is complete +Info 6515 [19:26:06.105] collectAutoImports: 4.368488997220993 +Info 6516 [19:26:06.105] getCompletionData: Semantic work: 5.688854992389679 +Info 6517 [19:26:06.108] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.86429700255394 +Info 6518 [19:26:06.109] Format host information updated +Info 6519 [19:26:06.623] Format host information updated +Info 6520 [19:26:06.624] getCompletionData: Get current token: 0.010754004120826721 +Info 6521 [19:26:06.624] getCompletionData: Is inside comment: 0.003403991460800171 +Info 6522 [19:26:06.624] getCompletionData: Get previous token: 0.017101988196372986 +Info 6523 [19:26:06.624] getCompletionsAtPosition: isCompletionListBlocker: 0.004255011677742004 +Info 6524 [19:26:06.625] getCompletionData: Semantic work: 0.6313909888267517 +Info 6525 [19:26:07.316] Format host information updated +Info 6526 [19:26:07.316] Format host information updated +Info 6527 [19:26:07.316] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6528 [19:26:07.325] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 633 structureChanged: false structureIsReused:: Completely Elapsed: 8.810024008154869ms +Info 6529 [19:26:07.325] Different program with same set of files +Info 6530 [19:26:07.325] getCompletionData: Get current token: 0.003765001893043518 +Info 6531 [19:26:07.325] getCompletionData: Is inside comment: 0.0009630024433135986 +Info 6532 [19:26:07.325] getCompletionData: Get previous token: 0.014695987105369568 +Info 6533 [19:26:07.325] getCompletionsAtPosition: isCompletionListBlocker: 0.003089994192123413 +Info 6534 [19:26:07.325] getCompletionData: Semantic work: 0.38644999265670776 +Info 6535 [19:26:07.326] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20767399668693542 +Info 6536 [19:26:07.326] getCompletionData: Get current token: 0.005970999598503113 +Info 6537 [19:26:07.326] getCompletionData: Is inside comment: 0.0018800050020217896 +Info 6538 [19:26:07.326] getCompletionData: Get previous token: 0.01655399799346924 +Info 6539 [19:26:07.326] getCompletionsAtPosition: isCompletionListBlocker: 0.002065002918243408 +Info 6540 [19:26:07.327] getCompletionData: Semantic work: 0.6053700000047684 +Info 6541 [19:26:07.328] getCompletionData: Get current token: 0.005461007356643677 +Info 6542 [19:26:07.328] getCompletionData: Is inside comment: 0.0017110109329223633 +Info 6543 [19:26:07.328] getCompletionData: Get previous token: 0.015599995851516724 +Info 6544 [19:26:07.328] getCompletionsAtPosition: isCompletionListBlocker: 0.001623988151550293 +Info 6545 [19:26:07.328] getCompletionData: Semantic work: 0.4888319969177246 +Info 6546 [19:26:07.329] Format host information updated +Info 6547 [19:26:07.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6548 [19:26:07.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 634 structureChanged: false structureIsReused:: Completely Elapsed: 24.77047799527645ms +Info 6549 [19:26:07.810] Different program with same set of files +Info 6550 [19:26:07.810] getCompletionData: Get current token: 0.01601099967956543 +Info 6551 [19:26:07.810] getCompletionData: Is inside comment: 0.005174994468688965 +Info 6552 [19:26:07.810] getCompletionData: Get previous token: 0.07938601076602936 +Info 6553 [19:26:07.810] getCompletionsAtPosition: isCompletionListBlocker: 0.009032994508743286 +Info 6554 [19:26:07.812] getCompletionData: Semantic work: 1.4047119915485382 +Info 6555 [19:26:07.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9680950045585632 +Info 6556 [19:26:07.814] Format host information updated +Info 6557 [19:26:08.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6558 [19:26:08.111] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 635 structureChanged: false structureIsReused:: Completely Elapsed: 6.833636999130249ms +Info 6559 [19:26:08.112] Different program with same set of files +Info 6560 [19:26:08.112] getCompletionData: Get current token: 0.004691988229751587 +Info 6561 [19:26:08.112] getCompletionData: Is inside comment: 0.0014159977436065674 +Info 6562 [19:26:08.112] getCompletionData: Get previous token: 0.019687995314598083 +Info 6563 [19:26:08.112] getCompletionsAtPosition: isCompletionListBlocker: 0.0040670037269592285 +Info 6564 [19:26:08.112] getExportInfoMap: cache hit +Info 6565 [19:26:08.126] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6566 [19:26:08.126] collectAutoImports: response is complete +Info 6567 [19:26:08.126] collectAutoImports: 13.856798008084297 +Info 6568 [19:26:08.126] getCompletionData: Semantic work: 14.464886993169785 +Info 6569 [19:26:08.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.952677994966507 +Info 6570 [19:26:08.141] Format host information updated +Info 6571 [19:26:08.166] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6572 [19:26:08.173] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 636 structureChanged: false structureIsReused:: Completely Elapsed: 6.92628800868988ms +Info 6573 [19:26:08.173] Different program with same set of files +Info 6574 [19:26:08.173] getCompletionData: Get current token: 0.003957003355026245 +Info 6575 [19:26:08.173] getCompletionData: Is inside comment: 0.0011280030012130737 +Info 6576 [19:26:08.173] getCompletionData: Get previous token: 0.01538299024105072 +Info 6577 [19:26:08.173] getCompletionsAtPosition: isCompletionListBlocker: 0.007684990763664246 +Info 6578 [19:26:08.173] getExportInfoMap: cache hit +Info 6579 [19:26:08.186] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6580 [19:26:08.186] collectAutoImports: response is complete +Info 6581 [19:26:08.186] collectAutoImports: 12.312403991818428 +Info 6582 [19:26:08.186] getCompletionData: Semantic work: 12.875272005796432 +Info 6583 [19:26:08.191] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.704977989196777 +Info 6584 [19:26:08.196] Format host information updated +Info 6585 [19:26:08.534] getCompletionData: Get current token: 0.004054993391036987 +Info 6586 [19:26:08.534] getCompletionData: Is inside comment: 0.001019999384880066 +Info 6587 [19:26:08.534] getCompletionData: Get previous token: 0.013686999678611755 +Info 6588 [19:26:08.534] getCompletionsAtPosition: isCompletionListBlocker: 0.004360005259513855 +Info 6589 [19:26:08.535] getExportInfoMap: cache hit +Info 6590 [19:26:08.542] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6591 [19:26:08.542] collectAutoImports: response is complete +Info 6592 [19:26:08.542] collectAutoImports: 7.29075400531292 +Info 6593 [19:26:08.542] getCompletionData: Semantic work: 7.895348995923996 +Info 6594 [19:26:08.547] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.66805699467659 +Info 6595 [19:26:08.867] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6596 [19:26:08.877] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 637 structureChanged: false structureIsReused:: Completely Elapsed: 10.196493998169899ms +Info 6597 [19:26:08.877] Different program with same set of files +Info 6598 [19:26:08.878] getCompletionData: Get current token: 0.004095003008842468 +Info 6599 [19:26:08.878] getCompletionData: Is inside comment: 0.001118004322052002 +Info 6600 [19:26:08.878] getCompletionData: Get previous token: 0.018353000283241272 +Info 6601 [19:26:08.878] getCompletionsAtPosition: isCompletionListBlocker: 0.0036869943141937256 +Info 6602 [19:26:08.878] getExportInfoMap: cache hit +Info 6603 [19:26:08.883] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 6604 [19:26:08.883] collectAutoImports: response is complete +Info 6605 [19:26:08.883] collectAutoImports: 5.054233998060226 +Info 6606 [19:26:08.883] getCompletionData: Semantic work: 5.678190991282463 +Info 6607 [19:26:08.886] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0780430138111115 +Info 6608 [19:26:08.888] Format host information updated +Info 6609 [19:26:08.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6610 [19:26:08.929] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 638 structureChanged: false structureIsReused:: Completely Elapsed: 6.498967990279198ms +Info 6611 [19:26:08.929] Different program with same set of files +Info 6612 [19:26:08.929] getCompletionData: Get current token: 0.003913998603820801 +Info 6613 [19:26:08.929] getCompletionData: Is inside comment: 0.00109100341796875 +Info 6614 [19:26:08.929] getCompletionData: Get previous token: 0.02025599777698517 +Info 6615 [19:26:08.929] getCompletionsAtPosition: isCompletionListBlocker: 0.003960996866226196 +Info 6616 [19:26:08.929] getExportInfoMap: cache hit +Info 6617 [19:26:08.932] collectAutoImports: resolved 0 module specifiers, plus 40 ambient and 3 from cache +Info 6618 [19:26:08.932] collectAutoImports: response is complete +Info 6619 [19:26:08.932] collectAutoImports: 2.388695999979973 +Info 6620 [19:26:08.932] getCompletionData: Semantic work: 3.029688999056816 +Info 6621 [19:26:08.934] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3650669902563095 +Info 6622 [19:26:08.937] Format host information updated +Info 6623 [19:26:08.992] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6624 [19:26:09.004] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 639 structureChanged: false structureIsReused:: Completely Elapsed: 12.135808005928993ms +Info 6625 [19:26:09.004] Different program with same set of files +Info 6626 [19:26:09.004] getCompletionData: Get current token: 0.00810500979423523 +Info 6627 [19:26:09.004] getCompletionData: Is inside comment: 0.0022560060024261475 +Info 6628 [19:26:09.004] getCompletionData: Get previous token: 0.041560009121894836 +Info 6629 [19:26:09.004] getCompletionsAtPosition: isCompletionListBlocker: 0.006375998258590698 +Info 6630 [19:26:09.005] getExportInfoMap: cache hit +Info 6631 [19:26:09.009] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 3 from cache +Info 6632 [19:26:09.009] collectAutoImports: response is complete +Info 6633 [19:26:09.009] collectAutoImports: 3.8576369881629944 +Info 6634 [19:26:09.009] getCompletionData: Semantic work: 5.007504001259804 +Info 6635 [19:26:09.012] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.196072995662689 +Info 6636 [19:26:09.014] Format host information updated +Info 6637 [19:26:09.108] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6638 [19:26:09.116] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 640 structureChanged: false structureIsReused:: Completely Elapsed: 8.308546990156174ms +Info 6639 [19:26:09.116] Different program with same set of files +Info 6640 [19:26:09.116] getCompletionData: Get current token: 0.003617003560066223 +Info 6641 [19:26:09.116] getCompletionData: Is inside comment: 0.0010679960250854492 +Info 6642 [19:26:09.116] getCompletionData: Get previous token: 0.019217997789382935 +Info 6643 [19:26:09.116] getCompletionsAtPosition: isCompletionListBlocker: 0.0035070031881332397 +Info 6644 [19:26:09.117] getExportInfoMap: cache hit +Info 6645 [19:26:09.119] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 6646 [19:26:09.119] collectAutoImports: response is complete +Info 6647 [19:26:09.119] collectAutoImports: 1.590139001607895 +Info 6648 [19:26:09.119] getCompletionData: Semantic work: 2.232015997171402 +Info 6649 [19:26:09.120] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9287520051002502 +Info 6650 [19:26:09.121] Format host information updated +Info 6651 [19:26:09.297] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6652 [19:26:09.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 641 structureChanged: false structureIsReused:: Completely Elapsed: 6.5417589992284775ms +Info 6653 [19:26:09.303] Different program with same set of files +Info 6654 [19:26:09.303] getCompletionData: Get current token: 0.004148989915847778 +Info 6655 [19:26:09.303] getCompletionData: Is inside comment: 0.0012149959802627563 +Info 6656 [19:26:09.303] getCompletionData: Get previous token: 0.04445900022983551 +Info 6657 [19:26:09.303] getCompletionsAtPosition: isCompletionListBlocker: 0.003760993480682373 +Info 6658 [19:26:09.304] getExportInfoMap: cache hit +Info 6659 [19:26:09.306] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 6660 [19:26:09.306] collectAutoImports: response is complete +Info 6661 [19:26:09.306] collectAutoImports: 1.6847269982099533 +Info 6662 [19:26:09.306] getCompletionData: Semantic work: 2.310020998120308 +Info 6663 [19:26:09.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0494220107793808 +Info 6664 [19:26:09.308] Format host information updated +Info 6665 [19:26:09.537] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6666 [19:26:09.545] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 642 structureChanged: false structureIsReused:: Completely Elapsed: 8.257314994931221ms +Info 6667 [19:26:09.545] Different program with same set of files +Info 6668 [19:26:09.545] getCompletionData: Get current token: 0.005505010485649109 +Info 6669 [19:26:09.545] getCompletionData: Is inside comment: 0.0017420053482055664 +Info 6670 [19:26:09.545] getCompletionData: Get previous token: 0.026147007942199707 +Info 6671 [19:26:09.545] getCompletionsAtPosition: isCompletionListBlocker: 0.004511997103691101 +Info 6672 [19:26:09.546] getExportInfoMap: cache hit +Info 6673 [19:26:09.548] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6674 [19:26:09.548] collectAutoImports: response is complete +Info 6675 [19:26:09.548] collectAutoImports: 1.9713650047779083 +Info 6676 [19:26:09.548] getCompletionData: Semantic work: 2.7343230098485947 +Info 6677 [19:26:09.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5911360085010529 +Info 6678 [19:26:09.551] Format host information updated +Info 6679 [19:26:09.738] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6680 [19:26:09.745] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 643 structureChanged: false structureIsReused:: Completely Elapsed: 6.518897995352745ms +Info 6681 [19:26:09.745] Different program with same set of files +Info 6682 [19:26:09.745] getCompletionData: Get current token: 0.0034400075674057007 +Info 6683 [19:26:09.745] getCompletionData: Is inside comment: 0.0011290013790130615 +Info 6684 [19:26:09.745] getCompletionData: Get previous token: 0.01742599904537201 +Info 6685 [19:26:09.745] getCompletionsAtPosition: isCompletionListBlocker: 0.003756999969482422 +Info 6686 [19:26:09.746] getExportInfoMap: cache hit +Info 6687 [19:26:09.749] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6688 [19:26:09.749] collectAutoImports: response is complete +Info 6689 [19:26:09.749] collectAutoImports: 3.2052199989557266 +Info 6690 [19:26:09.749] getCompletionData: Semantic work: 3.6927359998226166 +Info 6691 [19:26:09.751] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.269776999950409 +Info 6692 [19:26:09.752] Format host information updated +Info 6693 [19:26:10.504] getCompletionData: Get current token: 0.007404997944831848 +Info 6694 [19:26:10.504] getCompletionData: Is inside comment: 0.061679989099502563 +Info 6695 [19:26:10.504] getCompletionData: Get previous token: 0.009098008275032043 +Info 6696 [19:26:10.504] getCompletionsAtPosition: isCompletionListBlocker: 0.009442999958992004 +Info 6697 [19:26:10.505] getExportInfoMap: cache hit +Info 6698 [19:26:10.515] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6699 [19:26:10.515] collectAutoImports: response is complete +Info 6700 [19:26:10.515] collectAutoImports: 10.29016800224781 +Info 6701 [19:26:10.515] getCompletionData: Semantic work: 10.950108006596565 +Info 6702 [19:26:10.523] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.284444987773895 +Info 6703 [19:26:10.610] Format host information updated +Info 6704 [19:26:10.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6705 [19:26:10.617] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 644 structureChanged: false structureIsReused:: Completely Elapsed: 6.917742997407913ms +Info 6706 [19:26:10.617] Different program with same set of files +Info 6707 [19:26:10.747] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6708 [19:26:10.754] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 645 structureChanged: false structureIsReused:: Completely Elapsed: 6.8455940037965775ms +Info 6709 [19:26:10.754] Different program with same set of files +Info 6710 [19:26:10.754] getCompletionData: Get current token: 0.00686800479888916 +Info 6711 [19:26:10.755] getCompletionData: Is inside comment: 0.012029007077217102 +Info 6712 [19:26:10.755] getCompletionData: Get previous token: 0.009409993886947632 +Info 6713 [19:26:10.755] getCompletionsAtPosition: isCompletionListBlocker: 0.003604009747505188 +Info 6714 [19:26:10.755] getExportInfoMap: cache hit +Info 6715 [19:26:10.768] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6716 [19:26:10.769] collectAutoImports: response is complete +Info 6717 [19:26:10.769] collectAutoImports: 13.410254999995232 +Info 6718 [19:26:10.769] getCompletionData: Semantic work: 13.967701002955437 +Info 6719 [19:26:10.776] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.162520989775658 +Info 6720 [19:26:10.785] Format host information updated +Info 6721 [19:26:10.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6722 [19:26:10.815] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 646 structureChanged: false structureIsReused:: Completely Elapsed: 6.876555994153023ms +Info 6723 [19:26:10.815] Different program with same set of files +Info 6724 [19:26:10.815] getCompletionData: Get current token: 0.0056059956550598145 +Info 6725 [19:26:10.815] getCompletionData: Is inside comment: 0.009488999843597412 +Info 6726 [19:26:10.815] getCompletionData: Get previous token: 0.006990998983383179 +Info 6727 [19:26:10.815] getCompletionsAtPosition: isCompletionListBlocker: 0.007734999060630798 +Info 6728 [19:26:10.815] getExportInfoMap: cache hit +Info 6729 [19:26:10.825] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6730 [19:26:10.825] collectAutoImports: response is complete +Info 6731 [19:26:10.825] collectAutoImports: 10.132708013057709 +Info 6732 [19:26:10.825] getCompletionData: Semantic work: 10.690205991268158 +Info 6733 [19:26:10.833] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.669301003217697 +Info 6734 [19:26:10.838] Format host information updated +Info 6735 [19:26:11.722] Format host information updated +Info 6736 [19:26:11.723] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6737 [19:26:11.729] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 647 structureChanged: false structureIsReused:: Completely Elapsed: 6.740192994475365ms +Info 6738 [19:26:11.729] Different program with same set of files +Info 6739 [19:26:11.861] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6740 [19:26:11.868] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 648 structureChanged: false structureIsReused:: Completely Elapsed: 7.1864240020513535ms +Info 6741 [19:26:11.868] Different program with same set of files +Info 6742 [19:26:11.868] getCompletionData: Get current token: 0.007615998387336731 +Info 6743 [19:26:11.868] getCompletionData: Is inside comment: 0.011316999793052673 +Info 6744 [19:26:11.868] getCompletionData: Get previous token: 0.008431002497673035 +Info 6745 [19:26:11.868] getCompletionsAtPosition: isCompletionListBlocker: 0.003099009394645691 +Info 6746 [19:26:11.869] getExportInfoMap: cache hit +Info 6747 [19:26:11.882] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6748 [19:26:11.882] collectAutoImports: response is complete +Info 6749 [19:26:11.882] collectAutoImports: 13.136270999908447 +Info 6750 [19:26:11.882] getCompletionData: Semantic work: 13.779570996761322 +Info 6751 [19:26:11.889] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.114148989319801 +Info 6752 [19:26:11.895] Format host information updated +Info 6753 [19:26:11.920] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6754 [19:26:11.927] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 649 structureChanged: false structureIsReused:: Completely Elapsed: 6.493579998612404ms +Info 6755 [19:26:11.927] Different program with same set of files +Info 6756 [19:26:11.927] getCompletionData: Get current token: 0.006178990006446838 +Info 6757 [19:26:11.927] getCompletionData: Is inside comment: 0.01813599467277527 +Info 6758 [19:26:11.927] getCompletionData: Get previous token: 0.02444399893283844 +Info 6759 [19:26:11.927] getCompletionsAtPosition: isCompletionListBlocker: 0.007746994495391846 +Info 6760 [19:26:11.928] getExportInfoMap: cache hit +Info 6761 [19:26:11.940] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6762 [19:26:11.940] collectAutoImports: response is complete +Info 6763 [19:26:11.940] collectAutoImports: 12.38680599629879 +Info 6764 [19:26:11.940] getCompletionData: Semantic work: 12.958947986364365 +Info 6765 [19:26:11.946] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.860425993800163 +Info 6766 [19:26:11.951] Format host information updated +Info 6767 [19:26:12.727] getCompletionData: Get current token: 0.00441800057888031 +Info 6768 [19:26:12.727] getCompletionData: Is inside comment: 0.0013410001993179321 +Info 6769 [19:26:12.727] getCompletionData: Get previous token: 0.009814992547035217 +Info 6770 [19:26:12.727] getCompletionsAtPosition: isCompletionListBlocker: 0.0033109933137893677 +Info 6771 [19:26:12.727] getExportInfoMap: cache hit +Info 6772 [19:26:12.738] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6773 [19:26:12.738] collectAutoImports: response is complete +Info 6774 [19:26:12.738] collectAutoImports: 10.165691003203392 +Info 6775 [19:26:12.738] getCompletionData: Semantic work: 10.888376995921135 +Info 6776 [19:26:12.743] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.271925002336502 +Info 6777 [19:26:13.624] getCompletionData: Get current token: 0.00443500280380249 +Info 6778 [19:26:13.624] getCompletionData: Is inside comment: 0.0014329999685287476 +Info 6779 [19:26:13.624] getCompletionData: Get previous token: 0.011246994137763977 +Info 6780 [19:26:13.624] getCompletionsAtPosition: isCompletionListBlocker: 0.003931999206542969 +Info 6781 [19:26:13.625] getExportInfoMap: cache hit +Info 6782 [19:26:13.636] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6783 [19:26:13.636] collectAutoImports: response is complete +Info 6784 [19:26:13.636] collectAutoImports: 10.838895991444588 +Info 6785 [19:26:13.636] getCompletionData: Semantic work: 11.410144999623299 +Info 6786 [19:26:13.641] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.38433700799942 +Info 6787 [19:26:13.846] Format host information updated +Info 6788 [19:26:13.847] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6789 [19:26:13.854] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 650 structureChanged: false structureIsReused:: Completely Elapsed: 7.544501006603241ms +Info 6790 [19:26:13.854] Different program with same set of files +Info 6791 [19:26:14.194] Format host information updated +Info 6792 [19:26:14.194] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6793 [19:26:14.203] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 651 structureChanged: false structureIsReused:: Completely Elapsed: 8.556514993309975ms +Info 6794 [19:26:14.203] Different program with same set of files +Info 6795 [19:26:14.408] Format host information updated +Info 6796 [19:26:14.408] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6797 [19:26:14.414] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 652 structureChanged: false structureIsReused:: Completely Elapsed: 6.64920499920845ms +Info 6798 [19:26:14.414] Different program with same set of files +Info 6799 [19:26:14.519] Format host information updated +Info 6800 [19:26:14.519] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6801 [19:26:14.529] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 653 structureChanged: false structureIsReused:: Completely Elapsed: 9.554715991020203ms +Info 6802 [19:26:14.529] Different program with same set of files +Info 6803 [19:26:14.614] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6804 [19:26:14.621] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 654 structureChanged: false structureIsReused:: Completely Elapsed: 7.11550098657608ms +Info 6805 [19:26:14.621] Different program with same set of files +Info 6806 [19:26:14.622] getCompletionData: Get current token: 0.004749998450279236 +Info 6807 [19:26:14.622] getCompletionData: Is inside comment: 0.011022999882698059 +Info 6808 [19:26:14.622] getCompletionData: Get previous token: 0.01565501093864441 +Info 6809 [19:26:14.622] getCompletionsAtPosition: isCompletionListBlocker: 0.0036650002002716064 +Info 6810 [19:26:14.622] getExportInfoMap: cache hit +Info 6811 [19:26:14.627] collectAutoImports: resolved 0 module specifiers, plus 143 ambient and 6 from cache +Info 6812 [19:26:14.627] collectAutoImports: response is complete +Info 6813 [19:26:14.627] collectAutoImports: 4.85639600455761 +Info 6814 [19:26:14.627] getCompletionData: Semantic work: 5.46399998664856 +Info 6815 [19:26:14.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.936590999364853 +Info 6816 [19:26:14.632] Format host information updated +Info 6817 [19:26:14.679] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6818 [19:26:14.691] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 655 structureChanged: false structureIsReused:: Completely Elapsed: 12.330387994647026ms +Info 6819 [19:26:14.691] Different program with same set of files +Info 6820 [19:26:14.691] getCompletionData: Get current token: 0.009020999073982239 +Info 6821 [19:26:14.691] getCompletionData: Is inside comment: 0.02031099796295166 +Info 6822 [19:26:14.691] getCompletionData: Get previous token: 0.02755799889564514 +Info 6823 [19:26:14.691] getCompletionsAtPosition: isCompletionListBlocker: 0.00542999804019928 +Info 6824 [19:26:14.692] getExportInfoMap: cache hit +Info 6825 [19:26:14.700] collectAutoImports: resolved 0 module specifiers, plus 126 ambient and 4 from cache +Info 6826 [19:26:14.700] collectAutoImports: response is complete +Info 6827 [19:26:14.700] collectAutoImports: 7.947852000594139 +Info 6828 [19:26:14.700] getCompletionData: Semantic work: 8.925207987427711 +Info 6829 [19:26:14.704] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7317450046539307 +Info 6830 [19:26:14.706] Format host information updated +Info 6831 [19:26:14.781] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6832 [19:26:14.798] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 656 structureChanged: false structureIsReused:: Completely Elapsed: 17.015676006674767ms +Info 6833 [19:26:14.798] Different program with same set of files +Info 6834 [19:26:14.799] getCompletionData: Get current token: 0.010151997208595276 +Info 6835 [19:26:14.799] getCompletionData: Is inside comment: 0.022864997386932373 +Info 6836 [19:26:14.799] getCompletionData: Get previous token: 0.03066098690032959 +Info 6837 [19:26:14.799] getCompletionsAtPosition: isCompletionListBlocker: 0.005713999271392822 +Info 6838 [19:26:14.800] getExportInfoMap: cache hit +Info 6839 [19:26:14.807] collectAutoImports: resolved 0 module specifiers, plus 49 ambient and 2 from cache +Info 6840 [19:26:14.807] collectAutoImports: response is complete +Info 6841 [19:26:14.807] collectAutoImports: 6.991794005036354 +Info 6842 [19:26:14.807] getCompletionData: Semantic work: 8.22622700035572 +Info 6843 [19:26:14.810] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.915275990962982 +Info 6844 [19:26:14.812] Format host information updated +Info 6845 [19:26:14.846] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6846 [19:26:14.854] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 657 structureChanged: false structureIsReused:: Completely Elapsed: 7.198358997702599ms +Info 6847 [19:26:14.854] Different program with same set of files +Info 6848 [19:26:14.854] getCompletionData: Get current token: 0.0045949965715408325 +Info 6849 [19:26:14.854] getCompletionData: Is inside comment: 0.010232999920845032 +Info 6850 [19:26:14.854] getCompletionData: Get previous token: 0.013823002576828003 +Info 6851 [19:26:14.854] getCompletionsAtPosition: isCompletionListBlocker: 0.003142997622489929 +Info 6852 [19:26:14.855] getExportInfoMap: cache hit +Info 6853 [19:26:14.856] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 6854 [19:26:14.856] collectAutoImports: response is complete +Info 6855 [19:26:14.856] collectAutoImports: 1.539024993777275 +Info 6856 [19:26:14.856] getCompletionData: Semantic work: 2.1188900023698807 +Info 6857 [19:26:14.857] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0961450040340424 +Info 6858 [19:26:14.860] Format host information updated +Info 6859 [19:26:14.908] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6860 [19:26:14.917] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 658 structureChanged: false structureIsReused:: Completely Elapsed: 9.193922996520996ms +Info 6861 [19:26:14.917] Different program with same set of files +Info 6862 [19:26:14.918] getCompletionData: Get current token: 0.006989002227783203 +Info 6863 [19:26:14.918] getCompletionData: Is inside comment: 0.015381008386611938 +Info 6864 [19:26:14.918] getCompletionData: Get previous token: 0.021243005990982056 +Info 6865 [19:26:14.918] getCompletionsAtPosition: isCompletionListBlocker: 0.004048988223075867 +Info 6866 [19:26:14.918] getExportInfoMap: cache hit +Info 6867 [19:26:14.921] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 6868 [19:26:14.921] collectAutoImports: response is complete +Info 6869 [19:26:14.921] collectAutoImports: 2.339579001069069 +Info 6870 [19:26:14.921] getCompletionData: Semantic work: 3.1213429868221283 +Info 6871 [19:26:14.922] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4819719940423965 +Info 6872 [19:26:14.923] Format host information updated +Info 6873 [19:26:15.048] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6874 [19:26:15.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 659 structureChanged: false structureIsReused:: Completely Elapsed: 25.813894003629684ms +Info 6875 [19:26:15.074] Different program with same set of files +Info 6876 [19:26:15.075] getCompletionData: Get current token: 0.014470994472503662 +Info 6877 [19:26:15.075] getCompletionData: Is inside comment: 0.033535003662109375 +Info 6878 [19:26:15.075] getCompletionData: Get previous token: 0.046143993735313416 +Info 6879 [19:26:15.075] getCompletionsAtPosition: isCompletionListBlocker: 0.006867006421089172 +Info 6880 [19:26:15.076] getExportInfoMap: cache hit +Info 6881 [19:26:15.099] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 6882 [19:26:15.099] collectAutoImports: response is complete +Info 6883 [19:26:15.099] collectAutoImports: 22.085634991526604 +Info 6884 [19:26:15.099] getCompletionData: Semantic work: 23.51859000325203 +Info 6885 [19:26:15.106] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.275087013840675 +Info 6886 [19:26:15.115] Format host information updated +Info 6887 [19:26:15.128] Format host information updated +Info 6888 [19:26:15.128] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6889 [19:26:15.143] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 660 structureChanged: false structureIsReused:: Completely Elapsed: 14.802828997373581ms +Info 6890 [19:26:15.143] Different program with same set of files +Info 6891 [19:26:15.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6892 [19:26:15.329] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 661 structureChanged: false structureIsReused:: Completely Elapsed: 25.656559005379677ms +Info 6893 [19:26:15.329] Different program with same set of files +Info 6894 [19:26:15.330] getCompletionData: Get current token: 0.010665997862815857 +Info 6895 [19:26:15.330] getCompletionData: Is inside comment: 0.03181299567222595 +Info 6896 [19:26:15.330] getCompletionData: Get previous token: 0.05358800292015076 +Info 6897 [19:26:15.330] getCompletionsAtPosition: isCompletionListBlocker: 0.017657995223999023 +Info 6898 [19:26:15.331] getExportInfoMap: cache hit +Info 6899 [19:26:15.341] collectAutoImports: resolved 0 module specifiers, plus 106 ambient and 5 from cache +Info 6900 [19:26:15.341] collectAutoImports: response is complete +Info 6901 [19:26:15.341] collectAutoImports: 9.305325999855995 +Info 6902 [19:26:15.341] getCompletionData: Semantic work: 10.993357002735138 +Info 6903 [19:26:15.345] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3064809888601303 +Info 6904 [19:26:15.346] Format host information updated +Info 6905 [19:26:15.444] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6906 [19:26:15.468] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 662 structureChanged: false structureIsReused:: Completely Elapsed: 24.313541010022163ms +Info 6907 [19:26:15.468] Different program with same set of files +Info 6908 [19:26:15.469] getCompletionData: Get current token: 0.017973989248275757 +Info 6909 [19:26:15.469] getCompletionData: Is inside comment: 0.059922993183135986 +Info 6910 [19:26:15.469] getCompletionData: Get previous token: 0.08775599300861359 +Info 6911 [19:26:15.469] getCompletionsAtPosition: isCompletionListBlocker: 0.01990799605846405 +Info 6912 [19:26:15.471] getExportInfoMap: cache hit +Info 6913 [19:26:15.476] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 0 from cache +Info 6914 [19:26:15.476] collectAutoImports: response is complete +Info 6915 [19:26:15.476] collectAutoImports: 4.988752990961075 +Info 6916 [19:26:15.476] getCompletionData: Semantic work: 6.807220995426178 +Info 6917 [19:26:15.480] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.86557599902153 +Info 6918 [19:26:15.484] Format host information updated +Info 6919 [19:26:15.548] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6920 [19:26:15.561] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 663 structureChanged: false structureIsReused:: Completely Elapsed: 12.762198999524117ms +Info 6921 [19:26:15.561] Different program with same set of files +Info 6922 [19:26:15.562] getCompletionData: Get current token: 0.009204000234603882 +Info 6923 [19:26:15.562] getCompletionData: Is inside comment: 0.02961599826812744 +Info 6924 [19:26:15.562] getCompletionData: Get previous token: 0.08944299817085266 +Info 6925 [19:26:15.562] getCompletionsAtPosition: isCompletionListBlocker: 0.014950007200241089 +Info 6926 [19:26:15.563] getExportInfoMap: cache hit +Info 6927 [19:26:15.567] collectAutoImports: resolved 0 module specifiers, plus 5 ambient and 0 from cache +Info 6928 [19:26:15.567] collectAutoImports: response is complete +Info 6929 [19:26:15.567] collectAutoImports: 3.8537389934062958 +Info 6930 [19:26:15.567] getCompletionData: Semantic work: 5.162461996078491 +Info 6931 [19:26:15.570] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5492080003023148 +Info 6932 [19:26:15.572] Format host information updated +Info 6933 [19:26:15.613] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6934 [19:26:15.624] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 664 structureChanged: false structureIsReused:: Completely Elapsed: 11.149590000510216ms +Info 6935 [19:26:15.624] Different program with same set of files +Info 6936 [19:26:15.624] getCompletionData: Get current token: 0.006733998656272888 +Info 6937 [19:26:15.624] getCompletionData: Is inside comment: 0.01899200677871704 +Info 6938 [19:26:15.624] getCompletionData: Get previous token: 0.029927000403404236 +Info 6939 [19:26:15.624] getCompletionsAtPosition: isCompletionListBlocker: 0.011004999279975891 +Info 6940 [19:26:15.625] getExportInfoMap: cache hit +Info 6941 [19:26:15.627] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6942 [19:26:15.627] collectAutoImports: response is complete +Info 6943 [19:26:15.627] collectAutoImports: 1.8780979961156845 +Info 6944 [19:26:15.627] getCompletionData: Semantic work: 2.705737993121147 +Info 6945 [19:26:15.629] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4835459887981415 +Info 6946 [19:26:15.630] Format host information updated +Info 6947 [19:26:15.965] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6948 [19:26:15.973] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 665 structureChanged: false structureIsReused:: Completely Elapsed: 7.6699080020189285ms +Info 6949 [19:26:15.973] Different program with same set of files +Info 6950 [19:26:15.973] getCompletionData: Get current token: 0.004329010844230652 +Info 6951 [19:26:15.973] getCompletionData: Is inside comment: 0.012814998626708984 +Info 6952 [19:26:15.973] getCompletionData: Get previous token: 0.02131599187850952 +Info 6953 [19:26:15.973] getCompletionsAtPosition: isCompletionListBlocker: 0.008468002080917358 +Info 6954 [19:26:15.974] getExportInfoMap: cache hit +Info 6955 [19:26:15.975] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6956 [19:26:15.975] collectAutoImports: response is complete +Info 6957 [19:26:15.975] collectAutoImports: 1.4516399949789047 +Info 6958 [19:26:15.975] getCompletionData: Semantic work: 2.0619900077581406 +Info 6959 [19:26:15.977] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0155890136957169 +Info 6960 [19:26:15.979] Format host information updated +Info 6961 [19:26:16.086] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6962 [19:26:16.093] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 666 structureChanged: false structureIsReused:: Completely Elapsed: 6.909870997071266ms +Info 6963 [19:26:16.093] Different program with same set of files +Info 6964 [19:26:16.093] getCompletionData: Get current token: 0.005096003413200378 +Info 6965 [19:26:16.093] getCompletionData: Is inside comment: 0.014603987336158752 +Info 6966 [19:26:16.094] getCompletionData: Get previous token: 0.023447006940841675 +Info 6967 [19:26:16.094] getCompletionsAtPosition: isCompletionListBlocker: 0.00842200219631195 +Info 6968 [19:26:16.094] getExportInfoMap: cache hit +Info 6969 [19:26:16.096] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 6970 [19:26:16.096] collectAutoImports: response is complete +Info 6971 [19:26:16.096] collectAutoImports: 1.5191880017518997 +Info 6972 [19:26:16.096] getCompletionData: Semantic work: 2.1531630009412766 +Info 6973 [19:26:16.097] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0662409961223602 +Info 6974 [19:26:16.098] Format host information updated +Info 6975 [19:26:16.800] Format host information updated +Info 6976 [19:26:16.800] Format host information updated +Info 6977 [19:26:16.800] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6978 [19:26:16.809] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 667 structureChanged: false structureIsReused:: Completely Elapsed: 8.40667200088501ms +Info 6979 [19:26:16.809] Different program with same set of files +Info 6980 [19:26:16.809] getCompletionData: Get current token: 0.004135996103286743 +Info 6981 [19:26:16.809] getCompletionData: Is inside comment: 0.011983990669250488 +Info 6982 [19:26:16.809] getCompletionData: Get previous token: 0.009307995438575745 +Info 6983 [19:26:16.809] getCompletionsAtPosition: isCompletionListBlocker: 0.002767994999885559 +Info 6984 [19:26:16.809] getCompletionData: Semantic work: 0.44200000166893005 +Info 6985 [19:26:16.810] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1530040055513382 +Info 6986 [19:26:16.810] getCompletionData: Get current token: 0.009898990392684937 +Info 6987 [19:26:16.810] getCompletionData: Is inside comment: 0.0022300034761428833 +Info 6988 [19:26:16.810] getCompletionData: Get previous token: 0.01987600326538086 +Info 6989 [19:26:16.810] getCompletionsAtPosition: isCompletionListBlocker: 0.005548998713493347 +Info 6990 [19:26:16.811] getCompletionData: Semantic work: 0.6365880072116852 +Info 6991 [19:26:16.811] getCompletionData: Get current token: 0.007872000336647034 +Info 6992 [19:26:16.811] getCompletionData: Is inside comment: 0.001980006694793701 +Info 6993 [19:26:16.811] getCompletionData: Get previous token: 0.034248992800712585 +Info 6994 [19:26:16.811] getCompletionsAtPosition: isCompletionListBlocker: 0.017882004380226135 +Info 6995 [19:26:16.812] getCompletionData: Semantic work: 0.46047599613666534 +Info 6996 [19:26:16.812] Format host information updated +Info 6997 [19:26:17.490] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 6998 [19:26:17.497] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 668 structureChanged: false structureIsReused:: Completely Elapsed: 7.010557994246483ms +Info 6999 [19:26:17.497] Different program with same set of files +Info 7000 [19:26:17.497] getCompletionData: Get current token: 0.005160003900527954 +Info 7001 [19:26:17.497] getCompletionData: Is inside comment: 0.01194000244140625 +Info 7002 [19:26:17.497] getCompletionData: Get previous token: 0.019056007266044617 +Info 7003 [19:26:17.497] getCompletionsAtPosition: isCompletionListBlocker: 0.0033700019121170044 +Info 7004 [19:26:17.498] getCompletionData: Semantic work: 0.4593909978866577 +Info 7005 [19:26:17.498] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.48345398902893066 +Info 7006 [19:26:17.499] Format host information updated +Info 7007 [19:26:17.590] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7008 [19:26:17.599] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 669 structureChanged: false structureIsReused:: Completely Elapsed: 8.85207200050354ms +Info 7009 [19:26:17.599] Different program with same set of files +Info 7010 [19:26:17.599] getCompletionData: Get current token: 0.005125001072883606 +Info 7011 [19:26:17.599] getCompletionData: Is inside comment: 0.0135670006275177 +Info 7012 [19:26:17.599] getCompletionData: Get previous token: 0.022301003336906433 +Info 7013 [19:26:17.599] getCompletionsAtPosition: isCompletionListBlocker: 0.0033970028162002563 +Info 7014 [19:26:17.599] getCompletionData: Semantic work: 0.47926999628543854 +Info 7015 [19:26:17.600] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4966760128736496 +Info 7016 [19:26:17.600] Format host information updated +Info 7017 [19:26:17.664] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7018 [19:26:17.671] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 670 structureChanged: false structureIsReused:: Completely Elapsed: 6.73063600063324ms +Info 7019 [19:26:17.671] Different program with same set of files +Info 7020 [19:26:17.671] getCompletionData: Get current token: 0.005638003349304199 +Info 7021 [19:26:17.671] getCompletionData: Is inside comment: 0.014885008335113525 +Info 7022 [19:26:17.671] getCompletionData: Get previous token: 0.023069992661476135 +Info 7023 [19:26:17.671] getCompletionsAtPosition: isCompletionListBlocker: 0.003439009189605713 +Info 7024 [19:26:17.671] getCompletionData: Semantic work: 0.49129199981689453 +Info 7025 [19:26:17.672] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23670099675655365 +Info 7026 [19:26:17.672] Format host information updated +Info 7027 [19:26:17.806] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7028 [19:26:17.815] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 671 structureChanged: false structureIsReused:: Completely Elapsed: 9.080603003501892ms +Info 7029 [19:26:17.815] Different program with same set of files +Info 7030 [19:26:17.815] getCompletionData: Get current token: 0.006575003266334534 +Info 7031 [19:26:17.815] getCompletionData: Is inside comment: 0.016427993774414062 +Info 7032 [19:26:17.815] getCompletionData: Get previous token: 0.012579992413520813 +Info 7033 [19:26:17.815] getCompletionsAtPosition: isCompletionListBlocker: 0.004198998212814331 +Info 7034 [19:26:17.816] getExportInfoMap: cache hit +Info 7035 [19:26:17.830] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7036 [19:26:17.830] collectAutoImports: response is complete +Info 7037 [19:26:17.830] collectAutoImports: 14.285743996500969 +Info 7038 [19:26:17.830] getCompletionData: Semantic work: 14.88824699819088 +Info 7039 [19:26:17.841] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.826206997036934 +Info 7040 [19:26:17.846] Format host information updated +Info 7041 [19:26:17.896] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7042 [19:26:17.904] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 672 structureChanged: false structureIsReused:: Completely Elapsed: 8.670070007443428ms +Info 7043 [19:26:17.904] Different program with same set of files +Info 7044 [19:26:17.904] getCompletionData: Get current token: 0.006480991840362549 +Info 7045 [19:26:17.905] getCompletionData: Is inside comment: 0.017791002988815308 +Info 7046 [19:26:17.905] getCompletionData: Get previous token: 0.014469996094703674 +Info 7047 [19:26:17.905] getCompletionsAtPosition: isCompletionListBlocker: 0.010523006319999695 +Info 7048 [19:26:17.905] getExportInfoMap: cache hit +Info 7049 [19:26:17.922] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7050 [19:26:17.922] collectAutoImports: response is complete +Info 7051 [19:26:17.922] collectAutoImports: 16.870644003152847 +Info 7052 [19:26:17.922] getCompletionData: Semantic work: 17.613400995731354 +Info 7053 [19:26:17.929] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.086803004145622 +Info 7054 [19:26:17.935] Format host information updated +Info 7055 [19:26:18.176] getCompletionData: Get current token: 0.004571989178657532 +Info 7056 [19:26:18.177] getCompletionData: Is inside comment: 0.0012769997119903564 +Info 7057 [19:26:18.177] getCompletionData: Get previous token: 0.013250008225440979 +Info 7058 [19:26:18.177] getCompletionsAtPosition: isCompletionListBlocker: 0.004298999905586243 +Info 7059 [19:26:18.177] getExportInfoMap: cache hit +Info 7060 [19:26:18.188] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7061 [19:26:18.188] collectAutoImports: response is complete +Info 7062 [19:26:18.188] collectAutoImports: 10.597218990325928 +Info 7063 [19:26:18.188] getCompletionData: Semantic work: 11.231102988123894 +Info 7064 [19:26:18.193] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.565142005681992 +Info 7065 [19:26:18.364] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7066 [19:26:18.373] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 673 structureChanged: false structureIsReused:: Completely Elapsed: 8.92782099545002ms +Info 7067 [19:26:18.373] Different program with same set of files +Info 7068 [19:26:18.374] getCompletionData: Get current token: 0.0064239948987960815 +Info 7069 [19:26:18.374] getCompletionData: Is inside comment: 0.0014970004558563232 +Info 7070 [19:26:18.374] getCompletionData: Get previous token: 0.028939008712768555 +Info 7071 [19:26:18.374] getCompletionsAtPosition: isCompletionListBlocker: 0.0040940046310424805 +Info 7072 [19:26:18.374] getExportInfoMap: cache hit +Info 7073 [19:26:18.380] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 7074 [19:26:18.380] collectAutoImports: response is complete +Info 7075 [19:26:18.380] collectAutoImports: 5.585098996758461 +Info 7076 [19:26:18.380] getCompletionData: Semantic work: 6.358428001403809 +Info 7077 [19:26:18.383] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5074580013751984 +Info 7078 [19:26:18.387] Format host information updated +Info 7079 [19:26:18.441] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7080 [19:26:18.458] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 674 structureChanged: false structureIsReused:: Completely Elapsed: 16.613811001181602ms +Info 7081 [19:26:18.458] Different program with same set of files +Info 7082 [19:26:18.458] getCompletionData: Get current token: 0.013549000024795532 +Info 7083 [19:26:18.458] getCompletionData: Is inside comment: 0.0034760087728500366 +Info 7084 [19:26:18.459] getCompletionData: Get previous token: 0.0662509948015213 +Info 7085 [19:26:18.459] getCompletionsAtPosition: isCompletionListBlocker: 0.00791899859905243 +Info 7086 [19:26:18.460] getExportInfoMap: cache hit +Info 7087 [19:26:18.466] collectAutoImports: resolved 0 module specifiers, plus 40 ambient and 3 from cache +Info 7088 [19:26:18.466] collectAutoImports: response is complete +Info 7089 [19:26:18.466] collectAutoImports: 5.820694997906685 +Info 7090 [19:26:18.466] getCompletionData: Semantic work: 7.139583006501198 +Info 7091 [19:26:18.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.044512003660202 +Info 7092 [19:26:18.472] Format host information updated +Info 7093 [19:26:18.539] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7094 [19:26:18.570] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 675 structureChanged: false structureIsReused:: Completely Elapsed: 31.068880006670952ms +Info 7095 [19:26:18.570] Different program with same set of files +Info 7096 [19:26:18.570] getCompletionData: Get current token: 0.01607799530029297 +Info 7097 [19:26:18.570] getCompletionData: Is inside comment: 0.004417002201080322 +Info 7098 [19:26:18.571] getCompletionData: Get previous token: 0.1316950023174286 +Info 7099 [19:26:18.571] getCompletionsAtPosition: isCompletionListBlocker: 0.00903099775314331 +Info 7100 [19:26:18.572] getExportInfoMap: cache hit +Info 7101 [19:26:18.577] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 3 from cache +Info 7102 [19:26:18.577] collectAutoImports: response is complete +Info 7103 [19:26:18.577] collectAutoImports: 4.657923996448517 +Info 7104 [19:26:18.577] getCompletionData: Semantic work: 6.153672009706497 +Info 7105 [19:26:18.581] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.9704169929027557 +Info 7106 [19:26:18.582] Format host information updated +Info 7107 [19:26:18.601] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7108 [19:26:18.608] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 676 structureChanged: false structureIsReused:: Completely Elapsed: 7.0795300006866455ms +Info 7109 [19:26:18.608] Different program with same set of files +Info 7110 [19:26:18.608] getCompletionData: Get current token: 0.004949003458023071 +Info 7111 [19:26:18.608] getCompletionData: Is inside comment: 0.0012010037899017334 +Info 7112 [19:26:18.608] getCompletionData: Get previous token: 0.025272011756896973 +Info 7113 [19:26:18.608] getCompletionsAtPosition: isCompletionListBlocker: 0.0042729973793029785 +Info 7114 [19:26:18.609] getExportInfoMap: cache hit +Info 7115 [19:26:18.610] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 7116 [19:26:18.610] collectAutoImports: response is complete +Info 7117 [19:26:18.610] collectAutoImports: 1.6311400085687637 +Info 7118 [19:26:18.610] getCompletionData: Semantic work: 2.174095004796982 +Info 7119 [19:26:18.612] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0335370004177094 +Info 7120 [19:26:18.613] Format host information updated +Info 7121 [19:26:18.677] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7122 [19:26:18.691] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 677 structureChanged: false structureIsReused:: Completely Elapsed: 14.353540003299713ms +Info 7123 [19:26:18.691] Different program with same set of files +Info 7124 [19:26:18.692] getCompletionData: Get current token: 0.012005001306533813 +Info 7125 [19:26:18.692] getCompletionData: Is inside comment: 0.0030039995908737183 +Info 7126 [19:26:18.692] getCompletionData: Get previous token: 0.05866999924182892 +Info 7127 [19:26:18.692] getCompletionsAtPosition: isCompletionListBlocker: 0.006614997982978821 +Info 7128 [19:26:18.693] getExportInfoMap: cache hit +Info 7129 [19:26:18.696] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 7130 [19:26:18.696] collectAutoImports: response is complete +Info 7131 [19:26:18.696] collectAutoImports: 3.571058988571167 +Info 7132 [19:26:18.696] getCompletionData: Semantic work: 4.677888005971909 +Info 7133 [19:26:18.700] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.364360988140106 +Info 7134 [19:26:18.701] Format host information updated +Info 7135 [19:26:18.841] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7136 [19:26:18.848] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 678 structureChanged: false structureIsReused:: Completely Elapsed: 6.849286004900932ms +Info 7137 [19:26:18.848] Different program with same set of files +Info 7138 [19:26:18.848] getCompletionData: Get current token: 0.005246996879577637 +Info 7139 [19:26:18.848] getCompletionData: Is inside comment: 0.0012499988079071045 +Info 7140 [19:26:18.848] getCompletionData: Get previous token: 0.026522010564804077 +Info 7141 [19:26:18.848] getCompletionsAtPosition: isCompletionListBlocker: 0.0036289989948272705 +Info 7142 [19:26:18.848] getExportInfoMap: cache hit +Info 7143 [19:26:18.850] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 7144 [19:26:18.850] collectAutoImports: response is complete +Info 7145 [19:26:18.850] collectAutoImports: 1.7784640043973923 +Info 7146 [19:26:18.850] getCompletionData: Semantic work: 2.355097994208336 +Info 7147 [19:26:18.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3858700096607208 +Info 7148 [19:26:18.855] Format host information updated +Info 7149 [19:26:19.049] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7150 [19:26:19.057] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 679 structureChanged: false structureIsReused:: Completely Elapsed: 7.343106999993324ms +Info 7151 [19:26:19.057] Different program with same set of files +Info 7152 [19:26:19.057] getCompletionData: Get current token: 0.005844995379447937 +Info 7153 [19:26:19.057] getCompletionData: Is inside comment: 0.0015140026807785034 +Info 7154 [19:26:19.057] getCompletionData: Get previous token: 0.02850799262523651 +Info 7155 [19:26:19.057] getCompletionsAtPosition: isCompletionListBlocker: 0.004305005073547363 +Info 7156 [19:26:19.058] getExportInfoMap: cache hit +Info 7157 [19:26:19.059] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7158 [19:26:19.059] collectAutoImports: response is complete +Info 7159 [19:26:19.059] collectAutoImports: 1.6136810034513474 +Info 7160 [19:26:19.059] getCompletionData: Semantic work: 2.2374719977378845 +Info 7161 [19:26:19.061] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1823580116033554 +Info 7162 [19:26:19.062] Format host information updated +Info 7163 [19:26:19.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7164 [19:26:19.299] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 680 structureChanged: false structureIsReused:: Completely Elapsed: 8.387698993086815ms +Info 7165 [19:26:19.299] Different program with same set of files +Info 7166 [19:26:19.299] getCompletionData: Get current token: 0.0047150105237960815 +Info 7167 [19:26:19.299] getCompletionData: Is inside comment: 0.0014519989490509033 +Info 7168 [19:26:19.299] getCompletionData: Get previous token: 0.022440999746322632 +Info 7169 [19:26:19.299] getCompletionsAtPosition: isCompletionListBlocker: 0.003990009427070618 +Info 7170 [19:26:19.299] getExportInfoMap: cache hit +Info 7171 [19:26:19.301] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7172 [19:26:19.301] collectAutoImports: response is complete +Info 7173 [19:26:19.301] collectAutoImports: 1.392900988459587 +Info 7174 [19:26:19.301] getCompletionData: Semantic work: 1.923436000943184 +Info 7175 [19:26:19.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9328800141811371 +Info 7176 [19:26:19.304] Format host information updated +Info 7177 [19:26:19.842] getCompletionData: Get current token: 0.006602004170417786 +Info 7178 [19:26:19.842] getCompletionData: Is inside comment: 0.010710999369621277 +Info 7179 [19:26:19.842] getCompletionData: Get previous token: 0.007834002375602722 +Info 7180 [19:26:19.842] getCompletionsAtPosition: isCompletionListBlocker: 0.009849995374679565 +Info 7181 [19:26:19.843] getExportInfoMap: cache hit +Info 7182 [19:26:19.855] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7183 [19:26:19.855] collectAutoImports: response is complete +Info 7184 [19:26:19.855] collectAutoImports: 12.188447996973991 +Info 7185 [19:26:19.855] getCompletionData: Semantic work: 12.855230003595352 +Info 7186 [19:26:19.862] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.396473005414009 +Info 7187 [19:26:20.030] Format host information updated +Info 7188 [19:26:20.030] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7189 [19:26:20.037] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 681 structureChanged: false structureIsReused:: Completely Elapsed: 6.7771589905023575ms +Info 7190 [19:26:20.037] Different program with same set of files +Info 7191 [19:26:20.172] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7192 [19:26:20.178] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 682 structureChanged: false structureIsReused:: Completely Elapsed: 6.421329990029335ms +Info 7193 [19:26:20.178] Different program with same set of files +Info 7194 [19:26:20.178] getCompletionData: Get current token: 0.0081309974193573 +Info 7195 [19:26:20.178] getCompletionData: Is inside comment: 0.015564009547233582 +Info 7196 [19:26:20.178] getCompletionData: Get previous token: 0.026537999510765076 +Info 7197 [19:26:20.178] getCompletionsAtPosition: isCompletionListBlocker: 0.008322000503540039 +Info 7198 [19:26:20.179] getExportInfoMap: cache hit +Info 7199 [19:26:20.183] collectAutoImports: resolved 0 module specifiers, plus 106 ambient and 5 from cache +Info 7200 [19:26:20.183] collectAutoImports: response is complete +Info 7201 [19:26:20.183] collectAutoImports: 3.677279993891716 +Info 7202 [19:26:20.183] getCompletionData: Semantic work: 4.479971989989281 +Info 7203 [19:26:20.185] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0765109956264496 +Info 7204 [19:26:20.186] Format host information updated +Info 7205 [19:26:20.294] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7206 [19:26:20.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 683 structureChanged: false structureIsReused:: Completely Elapsed: 8.583319991827011ms +Info 7207 [19:26:20.303] Different program with same set of files +Info 7208 [19:26:20.303] getCompletionData: Get current token: 0.006330013275146484 +Info 7209 [19:26:20.303] getCompletionData: Is inside comment: 0.011280998587608337 +Info 7210 [19:26:20.303] getCompletionData: Get previous token: 0.018032997846603394 +Info 7211 [19:26:20.303] getCompletionsAtPosition: isCompletionListBlocker: 0.008668005466461182 +Info 7212 [19:26:20.304] getExportInfoMap: cache hit +Info 7213 [19:26:20.306] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 1 from cache +Info 7214 [19:26:20.306] collectAutoImports: response is complete +Info 7215 [19:26:20.306] collectAutoImports: 2.461006999015808 +Info 7216 [19:26:20.306] getCompletionData: Semantic work: 3.167244002223015 +Info 7217 [19:26:20.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3534770011901855 +Info 7218 [19:26:20.309] Format host information updated +Info 7219 [19:26:20.363] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7220 [19:26:20.384] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 684 structureChanged: false structureIsReused:: Completely Elapsed: 20.972540006041527ms +Info 7221 [19:26:20.384] Different program with same set of files +Info 7222 [19:26:20.385] getCompletionData: Get current token: 0.019780009984970093 +Info 7223 [19:26:20.385] getCompletionData: Is inside comment: 0.03842499852180481 +Info 7224 [19:26:20.385] getCompletionData: Get previous token: 0.05556899309158325 +Info 7225 [19:26:20.385] getCompletionsAtPosition: isCompletionListBlocker: 0.02145598828792572 +Info 7226 [19:26:20.387] getExportInfoMap: cache hit +Info 7227 [19:26:20.392] collectAutoImports: resolved 0 module specifiers, plus 7 ambient and 0 from cache +Info 7228 [19:26:20.392] collectAutoImports: response is complete +Info 7229 [19:26:20.392] collectAutoImports: 4.792511001229286 +Info 7230 [19:26:20.392] getCompletionData: Semantic work: 6.91244500875473 +Info 7231 [19:26:20.395] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.8380890041589737 +Info 7232 [19:26:20.396] Format host information updated +Info 7233 [19:26:20.471] Format host information updated +Info 7234 [19:26:20.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7235 [19:26:20.485] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 685 structureChanged: false structureIsReused:: Completely Elapsed: 13.712681993842125ms +Info 7236 [19:26:20.485] Different program with same set of files +Info 7237 [19:26:20.732] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7238 [19:26:20.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 686 structureChanged: false structureIsReused:: Completely Elapsed: 7.575047001242638ms +Info 7239 [19:26:20.740] Different program with same set of files +Info 7240 [19:26:20.740] getCompletionData: Get current token: 0.026054993271827698 +Info 7241 [19:26:20.740] getCompletionData: Is inside comment: 0.01070299744606018 +Info 7242 [19:26:20.740] getCompletionData: Get previous token: 0.008413001894950867 +Info 7243 [19:26:20.740] getCompletionsAtPosition: isCompletionListBlocker: 0.007999002933502197 +Info 7244 [19:26:20.741] getExportInfoMap: cache hit +Info 7245 [19:26:20.752] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7246 [19:26:20.752] collectAutoImports: response is complete +Info 7247 [19:26:20.752] collectAutoImports: 11.401132002472878 +Info 7248 [19:26:20.752] getCompletionData: Semantic work: 12.077975004911423 +Info 7249 [19:26:20.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.8812350034713745 +Info 7250 [19:26:20.765] Format host information updated +Info 7251 [19:26:21.165] getCompletionData: Get current token: 0.004466995596885681 +Info 7252 [19:26:21.165] getCompletionData: Is inside comment: 0.0011260062456130981 +Info 7253 [19:26:21.165] getCompletionData: Get previous token: 0.011542990803718567 +Info 7254 [19:26:21.165] getCompletionsAtPosition: isCompletionListBlocker: 0.0037219971418380737 +Info 7255 [19:26:21.166] getExportInfoMap: cache hit +Info 7256 [19:26:21.173] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7257 [19:26:21.173] collectAutoImports: response is complete +Info 7258 [19:26:21.173] collectAutoImports: 7.660196006298065 +Info 7259 [19:26:21.173] getCompletionData: Semantic work: 8.297202005982399 +Info 7260 [19:26:21.179] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.081236004829407 +Info 7261 [19:26:21.367] Format host information updated +Info 7262 [19:26:21.367] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7263 [19:26:21.374] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 687 structureChanged: false structureIsReused:: Completely Elapsed: 6.954137995839119ms +Info 7264 [19:26:21.374] Different program with same set of files +Info 7265 [19:26:22.577] Format host information updated +Info 7266 [19:26:22.577] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7267 [19:26:22.584] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 688 structureChanged: false structureIsReused:: Completely Elapsed: 6.67093800008297ms +Info 7268 [19:26:22.584] Different program with same set of files +Info 7269 [19:26:23.450] Format host information updated +Info 7270 [19:26:23.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7271 [19:26:23.456] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 689 structureChanged: false structureIsReused:: Completely Elapsed: 6.444325998425484ms +Info 7272 [19:26:23.456] Different program with same set of files +Info 7273 [19:26:24.812] Format host information updated +Info 7274 [19:26:24.812] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7275 [19:26:24.820] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 690 structureChanged: false structureIsReused:: Completely Elapsed: 8.277148008346558ms +Info 7276 [19:26:24.820] Different program with same set of files +Info 7277 [19:26:24.965] Format host information updated +Info 7278 [19:26:24.965] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7279 [19:26:24.971] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 691 structureChanged: false structureIsReused:: Completely Elapsed: 6.489123001694679ms +Info 7280 [19:26:24.971] Different program with same set of files +Info 7281 [19:26:25.669] Format host information updated +Info 7282 [19:26:25.670] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7283 [19:26:25.678] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 692 structureChanged: false structureIsReused:: Completely Elapsed: 8.82200899720192ms +Info 7284 [19:26:25.679] Different program with same set of files +Info 7285 [19:26:29.088] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7286 [19:26:29.095] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 693 structureChanged: false structureIsReused:: Completely Elapsed: 6.986057996749878ms +Info 7287 [19:26:29.095] Different program with same set of files +Info 7288 [19:26:29.096] getCompletionData: Get current token: 0.004059001803398132 +Info 7289 [19:26:29.096] getCompletionData: Is inside comment: 0.0012129992246627808 +Info 7290 [19:26:29.096] getCompletionData: Get previous token: 0.01982700824737549 +Info 7291 [19:26:29.096] getCompletionsAtPosition: isCompletionListBlocker: 0.002875000238418579 +Info 7292 [19:26:29.096] getExportInfoMap: cache hit +Info 7293 [19:26:29.098] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7294 [19:26:29.098] collectAutoImports: response is complete +Info 7295 [19:26:29.098] collectAutoImports: 1.4561190009117126 +Info 7296 [19:26:29.098] getCompletionData: Semantic work: 1.9930949956178665 +Info 7297 [19:26:29.099] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9463479965925217 +Info 7298 [19:26:29.099] Format host information updated +Info 7299 [19:26:29.270] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7300 [19:26:29.277] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 694 structureChanged: false structureIsReused:: Completely Elapsed: 6.93461000919342ms +Info 7301 [19:26:29.277] Different program with same set of files +Info 7302 [19:26:29.277] getCompletionData: Get current token: 0.003813996911048889 +Info 7303 [19:26:29.277] getCompletionData: Is inside comment: 0.0011609941720962524 +Info 7304 [19:26:29.277] getCompletionData: Get previous token: 0.018876999616622925 +Info 7305 [19:26:29.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0033330023288726807 +Info 7306 [19:26:29.277] getExportInfoMap: cache hit +Info 7307 [19:26:29.279] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7308 [19:26:29.279] collectAutoImports: response is complete +Info 7309 [19:26:29.279] collectAutoImports: 1.5826990008354187 +Info 7310 [19:26:29.279] getCompletionData: Semantic work: 2.171624004840851 +Info 7311 [19:26:29.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9574059993028641 +Info 7312 [19:26:29.281] Format host information updated +Info 7313 [19:26:29.414] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7314 [19:26:29.441] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 695 structureChanged: false structureIsReused:: Completely Elapsed: 26.495768010616302ms +Info 7315 [19:26:29.441] Different program with same set of files +Info 7316 [19:26:29.441] getCompletionData: Get current token: 0.0149649977684021 +Info 7317 [19:26:29.441] getCompletionData: Is inside comment: 0.004714995622634888 +Info 7318 [19:26:29.442] getCompletionData: Get previous token: 0.0708869993686676 +Info 7319 [19:26:29.442] getCompletionsAtPosition: isCompletionListBlocker: 0.006975993514060974 +Info 7320 [19:26:29.443] getExportInfoMap: cache hit +Info 7321 [19:26:29.447] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7322 [19:26:29.447] collectAutoImports: response is complete +Info 7323 [19:26:29.447] collectAutoImports: 4.064747005701065 +Info 7324 [19:26:29.447] getCompletionData: Semantic work: 5.660400003194809 +Info 7325 [19:26:29.450] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6577840000391006 +Info 7326 [19:26:29.455] Format host information updated +Info 7327 [19:26:29.477] Format host information updated +Info 7328 [19:26:29.477] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7329 [19:26:29.485] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 696 structureChanged: false structureIsReused:: Completely Elapsed: 8.009265005588531ms +Info 7330 [19:26:29.485] Different program with same set of files +Info 7331 [19:26:30.359] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7332 [19:26:30.365] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 697 structureChanged: false structureIsReused:: Completely Elapsed: 6.574275001883507ms +Info 7333 [19:26:30.365] Different program with same set of files +Info 7334 [19:26:30.366] getCompletionData: Get current token: 0.0045010000467300415 +Info 7335 [19:26:30.366] getCompletionData: Is inside comment: 0.0010600090026855469 +Info 7336 [19:26:30.366] getCompletionData: Get previous token: 0.021963000297546387 +Info 7337 [19:26:30.366] getCompletionsAtPosition: isCompletionListBlocker: 0.0015970021486282349 +Info 7338 [19:26:30.366] Returning an empty list because completion was requested in an invalid position. +Info 7339 [19:26:30.368] Format host information updated +Info 7340 [19:26:30.426] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7341 [19:26:30.433] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 698 structureChanged: false structureIsReused:: Completely Elapsed: 6.771952003240585ms +Info 7342 [19:26:30.433] Different program with same set of files +Info 7343 [19:26:30.433] getCompletionData: Get current token: 0.005674004554748535 +Info 7344 [19:26:30.433] getCompletionData: Is inside comment: 0.0012110024690628052 +Info 7345 [19:26:30.433] getCompletionData: Get previous token: 0.050377994775772095 +Info 7346 [19:26:30.433] getCompletionsAtPosition: isCompletionListBlocker: 0.002589002251625061 +Info 7347 [19:26:30.433] Returning an empty list because completion was requested in an invalid position. +Info 7348 [19:26:30.433] Format host information updated +Info 7349 [19:26:30.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7350 [19:26:30.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 699 structureChanged: false structureIsReused:: Completely Elapsed: 6.6359589993953705ms +Info 7351 [19:26:30.565] Different program with same set of files +Info 7352 [19:26:30.565] getCompletionData: Get current token: 0.005535006523132324 +Info 7353 [19:26:30.565] getCompletionData: Is inside comment: 0.0012570023536682129 +Info 7354 [19:26:30.565] getCompletionData: Get previous token: 0.022532999515533447 +Info 7355 [19:26:30.566] getCompletionsAtPosition: isCompletionListBlocker: 0.0020850002765655518 +Info 7356 [19:26:30.566] Returning an empty list because completion was requested in an invalid position. +Info 7357 [19:26:30.568] Format host information updated +Info 7358 [19:26:30.629] Format host information updated +Info 7359 [19:26:30.629] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7360 [19:26:30.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 700 structureChanged: false structureIsReused:: Completely Elapsed: 18.241133004426956ms +Info 7361 [19:26:30.648] Different program with same set of files +Info 7362 [19:26:30.749] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7363 [19:26:30.777] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 701 structureChanged: false structureIsReused:: Completely Elapsed: 27.126135006546974ms +Info 7364 [19:26:30.777] Different program with same set of files +Info 7365 [19:26:30.777] getCompletionData: Get current token: 0.03107599914073944 +Info 7366 [19:26:30.777] getCompletionData: Is inside comment: 0.006130009889602661 +Info 7367 [19:26:30.777] getCompletionData: Get previous token: 0.07414399087429047 +Info 7368 [19:26:30.778] getCompletionsAtPosition: isCompletionListBlocker: 0.027361005544662476 +Info 7369 [19:26:30.779] getExportInfoMap: cache hit +Info 7370 [19:26:30.803] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7371 [19:26:30.803] collectAutoImports: response is complete +Info 7372 [19:26:30.803] collectAutoImports: 23.436682000756264 +Info 7373 [19:26:30.803] getCompletionData: Semantic work: 25.13254600763321 +Info 7374 [19:26:30.811] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.166377007961273 +Info 7375 [19:26:30.818] Format host information updated +Info 7376 [19:26:30.827] Format host information updated +Info 7377 [19:26:30.827] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7378 [19:26:30.833] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 702 structureChanged: false structureIsReused:: Completely Elapsed: 5.8577399998903275ms +Info 7379 [19:26:30.833] Different program with same set of files +Info 7380 [19:26:35.432] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7381 [19:26:35.445] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 703 structureChanged: false structureIsReused:: Completely Elapsed: 13.055559992790222ms +Info 7382 [19:26:35.445] Different program with same set of files +Info 7383 [19:26:35.446] getCompletionData: Get current token: 0.005527004599571228 +Info 7384 [19:26:35.446] getCompletionData: Is inside comment: 0.0014629960060119629 +Info 7385 [19:26:35.446] getCompletionData: Get previous token: 0.03041699528694153 +Info 7386 [19:26:35.446] getCompletionsAtPosition: isCompletionListBlocker: 0.00890299677848816 +Info 7387 [19:26:35.447] getExportInfoMap: cache hit +Info 7388 [19:26:35.450] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7389 [19:26:35.450] collectAutoImports: response is complete +Info 7390 [19:26:35.450] collectAutoImports: 3.7128210067749023 +Info 7391 [19:26:35.450] getCompletionData: Semantic work: 4.728340998291969 +Info 7392 [19:26:35.452] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6020400077104568 +Info 7393 [19:26:35.453] Format host information updated +Info 7394 [19:26:35.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7395 [19:26:35.553] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 704 structureChanged: false structureIsReused:: Completely Elapsed: 12.683974996209145ms +Info 7396 [19:26:35.553] Different program with same set of files +Info 7397 [19:26:35.553] getCompletionData: Get current token: 0.005961000919342041 +Info 7398 [19:26:35.553] getCompletionData: Is inside comment: 0.002200007438659668 +Info 7399 [19:26:35.553] getCompletionData: Get previous token: 0.030983999371528625 +Info 7400 [19:26:35.553] getCompletionsAtPosition: isCompletionListBlocker: 0.009836003184318542 +Info 7401 [19:26:35.554] getExportInfoMap: cache hit +Info 7402 [19:26:35.555] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7403 [19:26:35.555] collectAutoImports: response is complete +Info 7404 [19:26:35.555] collectAutoImports: 1.4823090136051178 +Info 7405 [19:26:35.555] getCompletionData: Semantic work: 2.2438430041074753 +Info 7406 [19:26:35.557] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6125640124082565 +Info 7407 [19:26:35.558] Format host information updated +Info 7408 [19:26:35.648] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7409 [19:26:35.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 705 structureChanged: false structureIsReused:: Completely Elapsed: 32.14922000467777ms +Info 7410 [19:26:35.680] Different program with same set of files +Info 7411 [19:26:35.681] getCompletionData: Get current token: 0.021098002791404724 +Info 7412 [19:26:35.681] getCompletionData: Is inside comment: 0.006019994616508484 +Info 7413 [19:26:35.681] getCompletionData: Get previous token: 0.08032199740409851 +Info 7414 [19:26:35.681] getCompletionsAtPosition: isCompletionListBlocker: 0.005897998809814453 +Info 7415 [19:26:35.683] getCompletionData: Semantic work: 1.5471370071172714 +Info 7416 [19:26:35.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3708460032939911 +Info 7417 [19:26:35.685] Format host information updated +Info 7418 [19:26:37.742] Format host information updated +Info 7419 [19:26:37.743] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7420 [19:26:37.755] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 706 structureChanged: false structureIsReused:: Completely Elapsed: 12.197406008839607ms +Info 7421 [19:26:37.755] Different program with same set of files +Info 7422 [19:26:38.036] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7423 [19:26:38.046] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 707 structureChanged: false structureIsReused:: Completely Elapsed: 9.166284993290901ms +Info 7424 [19:26:38.046] Different program with same set of files +Info 7425 [19:26:38.046] getCompletionData: Get current token: 0.007262006402015686 +Info 7426 [19:26:38.046] getCompletionData: Is inside comment: 0.017312005162239075 +Info 7427 [19:26:38.046] getCompletionData: Get previous token: 0.050036996603012085 +Info 7428 [19:26:38.046] getCompletionsAtPosition: isCompletionListBlocker: 0.01002301275730133 +Info 7429 [19:26:38.049] getExportInfoMap: cache hit +Info 7430 [19:26:38.054] collectAutoImports: resolved 0 module specifiers, plus 110 ambient and 5 from cache +Info 7431 [19:26:38.054] collectAutoImports: response is complete +Info 7432 [19:26:38.054] collectAutoImports: 5.000880002975464 +Info 7433 [19:26:38.054] getCompletionData: Semantic work: 7.966581001877785 +Info 7434 [19:26:38.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.608932003378868 +Info 7435 [19:26:38.058] Format host information updated +Info 7436 [19:26:38.107] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7437 [19:26:38.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 708 structureChanged: false structureIsReused:: Completely Elapsed: 16.06146401166916ms +Info 7438 [19:26:38.123] Different program with same set of files +Info 7439 [19:26:38.124] getCompletionData: Get current token: 0.011658996343612671 +Info 7440 [19:26:38.124] getCompletionData: Is inside comment: 0.0244159996509552 +Info 7441 [19:26:38.124] getCompletionData: Get previous token: 0.04195199906826019 +Info 7442 [19:26:38.124] getCompletionsAtPosition: isCompletionListBlocker: 0.012097999453544617 +Info 7443 [19:26:38.125] getExportInfoMap: cache hit +Info 7444 [19:26:38.131] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 0 from cache +Info 7445 [19:26:38.131] collectAutoImports: response is complete +Info 7446 [19:26:38.131] collectAutoImports: 5.5372410118579865 +Info 7447 [19:26:38.131] getCompletionData: Semantic work: 7.044193997979164 +Info 7448 [19:26:38.134] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.880386993288994 +Info 7449 [19:26:38.136] Format host information updated +Info 7450 [19:26:38.211] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7451 [19:26:38.218] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 709 structureChanged: false structureIsReused:: Completely Elapsed: 7.468370005488396ms +Info 7452 [19:26:38.218] Different program with same set of files +Info 7453 [19:26:38.219] getCompletionData: Get current token: 0.005724996328353882 +Info 7454 [19:26:38.219] getCompletionData: Is inside comment: 0.02374298870563507 +Info 7455 [19:26:38.219] getCompletionData: Get previous token: 0.02462199330329895 +Info 7456 [19:26:38.219] getCompletionsAtPosition: isCompletionListBlocker: 0.007576003670692444 +Info 7457 [19:26:38.219] getExportInfoMap: cache hit +Info 7458 [19:26:38.222] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 0 from cache +Info 7459 [19:26:38.222] collectAutoImports: response is complete +Info 7460 [19:26:38.222] collectAutoImports: 2.9277710020542145 +Info 7461 [19:26:38.222] getCompletionData: Semantic work: 3.8609019964933395 +Info 7462 [19:26:38.224] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8872670084238052 +Info 7463 [19:26:38.225] Format host information updated +Info 7464 [19:26:38.338] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7465 [19:26:38.347] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 710 structureChanged: false structureIsReused:: Completely Elapsed: 9.560106992721558ms +Info 7466 [19:26:38.347] Different program with same set of files +Info 7467 [19:26:38.347] getCompletionData: Get current token: 0.019642993807792664 +Info 7468 [19:26:38.347] getCompletionData: Is inside comment: 0.01660299301147461 +Info 7469 [19:26:38.347] getCompletionData: Get previous token: 0.013039007782936096 +Info 7470 [19:26:38.347] getCompletionsAtPosition: isCompletionListBlocker: 0.0028290003538131714 +Info 7471 [19:26:38.349] getCompletionData: Semantic work: 1.6392370015382767 +Info 7472 [19:26:38.350] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6602670103311539 +Info 7473 [19:26:38.351] Format host information updated +Info 7474 [19:26:38.836] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7475 [19:26:38.844] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 711 structureChanged: false structureIsReused:: Completely Elapsed: 7.403518006205559ms +Info 7476 [19:26:38.844] Different program with same set of files +Info 7477 [19:26:38.844] getCompletionData: Get current token: 0.020649999380111694 +Info 7478 [19:26:38.844] getCompletionData: Is inside comment: 0.01299700140953064 +Info 7479 [19:26:38.844] getCompletionData: Get previous token: 0.021296992897987366 +Info 7480 [19:26:38.844] getCompletionsAtPosition: isCompletionListBlocker: 0.006749004125595093 +Info 7481 [19:26:38.845] getExportInfoMap: cache hit +Info 7482 [19:26:38.847] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 0 from cache +Info 7483 [19:26:38.847] collectAutoImports: response is complete +Info 7484 [19:26:38.847] collectAutoImports: 2.53957100212574 +Info 7485 [19:26:38.847] getCompletionData: Semantic work: 3.377174988389015 +Info 7486 [19:26:38.849] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.786983996629715 +Info 7487 [19:26:38.850] Format host information updated +Info 7488 [19:26:38.973] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7489 [19:26:38.985] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 712 structureChanged: false structureIsReused:: Completely Elapsed: 11.220234006643295ms +Info 7490 [19:26:38.985] Different program with same set of files +Info 7491 [19:26:38.985] getCompletionData: Get current token: 0.00676099956035614 +Info 7492 [19:26:38.985] getCompletionData: Is inside comment: 0.011751994490623474 +Info 7493 [19:26:38.985] getCompletionData: Get previous token: 0.019519999623298645 +Info 7494 [19:26:38.985] getCompletionsAtPosition: isCompletionListBlocker: 0.009268999099731445 +Info 7495 [19:26:38.986] getExportInfoMap: cache hit +Info 7496 [19:26:38.989] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 0 from cache +Info 7497 [19:26:38.989] collectAutoImports: response is complete +Info 7498 [19:26:38.989] collectAutoImports: 3.356083005666733 +Info 7499 [19:26:38.989] getCompletionData: Semantic work: 4.421445995569229 +Info 7500 [19:26:38.991] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7986969947814941 +Info 7501 [19:26:38.992] Format host information updated +Info 7502 [19:26:39.100] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7503 [19:26:39.108] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 713 structureChanged: false structureIsReused:: Completely Elapsed: 7.531941011548042ms +Info 7504 [19:26:39.108] Different program with same set of files +Info 7505 [19:26:39.108] getCompletionData: Get current token: 0.006827011704444885 +Info 7506 [19:26:39.108] getCompletionData: Is inside comment: 0.012731000781059265 +Info 7507 [19:26:39.108] getCompletionData: Get previous token: 0.021427005529403687 +Info 7508 [19:26:39.108] getCompletionsAtPosition: isCompletionListBlocker: 0.008578002452850342 +Info 7509 [19:26:39.109] getExportInfoMap: cache hit +Info 7510 [19:26:39.113] collectAutoImports: resolved 0 module specifiers, plus 110 ambient and 5 from cache +Info 7511 [19:26:39.113] collectAutoImports: response is complete +Info 7512 [19:26:39.113] collectAutoImports: 4.373877987265587 +Info 7513 [19:26:39.113] getCompletionData: Semantic work: 5.350650995969772 +Info 7514 [19:26:39.116] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.543833002448082 +Info 7515 [19:26:39.119] Format host information updated +Info 7516 [19:26:39.236] Format host information updated +Info 7517 [19:26:39.237] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7518 [19:26:39.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 714 structureChanged: false structureIsReused:: Completely Elapsed: 6.807183995842934ms +Info 7519 [19:26:39.243] Different program with same set of files +Info 7520 [19:26:39.469] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7521 [19:26:39.493] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 715 structureChanged: false structureIsReused:: Completely Elapsed: 23.675476998090744ms +Info 7522 [19:26:39.493] Different program with same set of files +Info 7523 [19:26:39.494] getCompletionData: Get current token: 0.015087008476257324 +Info 7524 [19:26:39.494] getCompletionData: Is inside comment: 0.027639999985694885 +Info 7525 [19:26:39.494] getCompletionData: Get previous token: 0.055779993534088135 +Info 7526 [19:26:39.494] getCompletionsAtPosition: isCompletionListBlocker: 0.01664799451828003 +Info 7527 [19:26:39.495] getExportInfoMap: cache hit +Info 7528 [19:26:39.505] collectAutoImports: resolved 0 module specifiers, plus 86 ambient and 11 from cache +Info 7529 [19:26:39.505] collectAutoImports: response is complete +Info 7530 [19:26:39.505] collectAutoImports: 9.127095013856888 +Info 7531 [19:26:39.505] getCompletionData: Semantic work: 10.669091001152992 +Info 7532 [19:26:39.508] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.869025006890297 +Info 7533 [19:26:39.509] Format host information updated +Info 7534 [19:26:39.656] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7535 [19:26:39.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 716 structureChanged: false structureIsReused:: Completely Elapsed: 13.259470999240875ms +Info 7536 [19:26:39.669] Different program with same set of files +Info 7537 [19:26:39.670] getCompletionData: Get current token: 0.00959499180316925 +Info 7538 [19:26:39.670] getCompletionData: Is inside comment: 0.020636990666389465 +Info 7539 [19:26:39.670] getCompletionData: Get previous token: 0.032604992389678955 +Info 7540 [19:26:39.670] getCompletionsAtPosition: isCompletionListBlocker: 0.011738002300262451 +Info 7541 [19:26:39.671] getExportInfoMap: cache hit +Info 7542 [19:26:39.674] collectAutoImports: resolved 0 module specifiers, plus 35 ambient and 6 from cache +Info 7543 [19:26:39.674] collectAutoImports: response is complete +Info 7544 [19:26:39.674] collectAutoImports: 3.19760300219059 +Info 7545 [19:26:39.674] getCompletionData: Semantic work: 4.432799994945526 +Info 7546 [19:26:39.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.827910989522934 +Info 7547 [19:26:39.677] Format host information updated +Info 7548 [19:26:39.716] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7549 [19:26:39.723] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 717 structureChanged: false structureIsReused:: Completely Elapsed: 6.791115999221802ms +Info 7550 [19:26:39.723] Different program with same set of files +Info 7551 [19:26:39.723] getCompletionData: Get current token: 0.005866989493370056 +Info 7552 [19:26:39.723] getCompletionData: Is inside comment: 0.009739011526107788 +Info 7553 [19:26:39.723] getCompletionData: Get previous token: 0.017472997307777405 +Info 7554 [19:26:39.723] getCompletionsAtPosition: isCompletionListBlocker: 0.00776199996471405 +Info 7555 [19:26:39.724] getExportInfoMap: cache hit +Info 7556 [19:26:39.726] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 7557 [19:26:39.726] collectAutoImports: response is complete +Info 7558 [19:26:39.726] collectAutoImports: 1.6431459933519363 +Info 7559 [19:26:39.726] getCompletionData: Semantic work: 2.4230439960956573 +Info 7560 [19:26:39.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0899709910154343 +Info 7561 [19:26:39.728] Format host information updated +Info 7562 [19:26:39.891] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7563 [19:26:39.919] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 718 structureChanged: false structureIsReused:: Completely Elapsed: 28.164161011576653ms +Info 7564 [19:26:39.919] Different program with same set of files +Info 7565 [19:26:39.920] getCompletionData: Get current token: 0.03049999475479126 +Info 7566 [19:26:39.920] getCompletionData: Is inside comment: 0.054837003350257874 +Info 7567 [19:26:39.920] getCompletionData: Get previous token: 0.039827004075050354 +Info 7568 [19:26:39.920] getCompletionsAtPosition: isCompletionListBlocker: 0.008364006876945496 +Info 7569 [19:26:39.923] getCompletionData: Semantic work: 3.0978320091962814 +Info 7570 [19:26:39.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.38222600519657135 +Info 7571 [19:26:39.929] Format host information updated +Info 7572 [19:26:40.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7573 [19:26:40.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 719 structureChanged: false structureIsReused:: Completely Elapsed: 6.8225709944963455ms +Info 7574 [19:26:40.112] Different program with same set of files +Info 7575 [19:26:40.112] getCompletionData: Get current token: 0.005823001265525818 +Info 7576 [19:26:40.112] getCompletionData: Is inside comment: 0.010550007224082947 +Info 7577 [19:26:40.113] getCompletionData: Get previous token: 0.01538899540901184 +Info 7578 [19:26:40.113] getCompletionsAtPosition: isCompletionListBlocker: 0.00234299898147583 +Info 7579 [19:26:40.113] getCompletionData: Semantic work: 0.7964870035648346 +Info 7580 [19:26:40.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12031200528144836 +Info 7581 [19:26:40.114] Format host information updated +Info 7582 [19:26:40.225] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7583 [19:26:40.235] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 720 structureChanged: false structureIsReused:: Completely Elapsed: 10.150885999202728ms +Info 7584 [19:26:40.235] Different program with same set of files +Info 7585 [19:26:40.235] getCompletionData: Get current token: 0.0054040104150772095 +Info 7586 [19:26:40.235] getCompletionData: Is inside comment: 0.009565994143486023 +Info 7587 [19:26:40.235] getCompletionData: Get previous token: 0.013660013675689697 +Info 7588 [19:26:40.235] getCompletionsAtPosition: isCompletionListBlocker: 0.0024229884147644043 +Info 7589 [19:26:40.236] getCompletionData: Semantic work: 0.7676859945058823 +Info 7590 [19:26:40.236] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11996099352836609 +Info 7591 [19:26:40.237] Format host information updated +Info 7592 [19:26:40.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7593 [19:26:40.304] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 721 structureChanged: false structureIsReused:: Completely Elapsed: 13.879535004496574ms +Info 7594 [19:26:40.304] Different program with same set of files +Info 7595 [19:26:40.304] getCompletionData: Get current token: 0.013748988509178162 +Info 7596 [19:26:40.304] getCompletionData: Is inside comment: 0.02598300576210022 +Info 7597 [19:26:40.304] getCompletionData: Get previous token: 0.05194199085235596 +Info 7598 [19:26:40.304] getCompletionsAtPosition: isCompletionListBlocker: 0.004817008972167969 +Info 7599 [19:26:40.306] getCompletionData: Semantic work: 1.814420998096466 +Info 7600 [19:26:40.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.27270200848579407 +Info 7601 [19:26:40.307] Format host information updated +Info 7602 [19:26:40.360] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7603 [19:26:40.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 722 structureChanged: false structureIsReused:: Completely Elapsed: 27.475844010710716ms +Info 7604 [19:26:40.388] Different program with same set of files +Info 7605 [19:26:40.388] getCompletionData: Get current token: 0.02257600426673889 +Info 7606 [19:26:40.389] getCompletionData: Is inside comment: 0.045981988310813904 +Info 7607 [19:26:40.389] getCompletionData: Get previous token: 0.0687519907951355 +Info 7608 [19:26:40.389] getCompletionsAtPosition: isCompletionListBlocker: 0.006072998046875 +Info 7609 [19:26:40.391] getCompletionData: Semantic work: 1.8392429947853088 +Info 7610 [19:26:40.391] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.2925579994916916 +Info 7611 [19:26:40.392] Format host information updated +Info 7612 [19:26:40.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7613 [19:26:40.566] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 723 structureChanged: false structureIsReused:: Completely Elapsed: 7.534438997507095ms +Info 7614 [19:26:40.566] Different program with same set of files +Info 7615 [19:26:40.566] getCompletionData: Get current token: 0.00976400077342987 +Info 7616 [19:26:40.566] getCompletionData: Is inside comment: 0.013994991779327393 +Info 7617 [19:26:40.567] getCompletionData: Get previous token: 0.010404989123344421 +Info 7618 [19:26:40.567] getCompletionsAtPosition: isCompletionListBlocker: 0.0033819973468780518 +Info 7619 [19:26:40.567] getExportInfoMap: cache hit +Info 7620 [19:26:40.587] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7621 [19:26:40.587] collectAutoImports: response is complete +Info 7622 [19:26:40.587] collectAutoImports: 19.85835099220276 +Info 7623 [19:26:40.587] getCompletionData: Semantic work: 20.41286100447178 +Info 7624 [19:26:40.595] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.1760780066251755 +Info 7625 [19:26:40.603] Format host information updated +Info 7626 [19:26:40.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7627 [19:26:40.647] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 724 structureChanged: false structureIsReused:: Completely Elapsed: 20.64851899445057ms +Info 7628 [19:26:40.647] Different program with same set of files +Info 7629 [19:26:40.647] getCompletionData: Get current token: 0.009648993611335754 +Info 7630 [19:26:40.647] getCompletionData: Is inside comment: 0.016342997550964355 +Info 7631 [19:26:40.647] getCompletionData: Get previous token: 0.01393599808216095 +Info 7632 [19:26:40.647] getCompletionsAtPosition: isCompletionListBlocker: 0.009645000100135803 +Info 7633 [19:26:40.653] getExportInfoMap: cache hit +Info 7634 [19:26:40.673] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7635 [19:26:40.673] collectAutoImports: response is complete +Info 7636 [19:26:40.673] collectAutoImports: 20.402440011501312 +Info 7637 [19:26:40.673] getCompletionData: Semantic work: 25.612630993127823 +Info 7638 [19:26:40.683] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.414514988660812 +Info 7639 [19:26:40.694] Format host information updated +Info 7640 [19:26:40.918] getCompletionData: Get current token: 0.004521995782852173 +Info 7641 [19:26:40.918] getCompletionData: Is inside comment: 0.0012989938259124756 +Info 7642 [19:26:40.918] getCompletionData: Get previous token: 0.011820003390312195 +Info 7643 [19:26:40.918] getCompletionsAtPosition: isCompletionListBlocker: 0.0037599951028823853 +Info 7644 [19:26:40.918] getExportInfoMap: cache hit +Info 7645 [19:26:40.926] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7646 [19:26:40.926] collectAutoImports: response is complete +Info 7647 [19:26:40.926] collectAutoImports: 7.960657000541687 +Info 7648 [19:26:40.926] getCompletionData: Semantic work: 8.529217004776001 +Info 7649 [19:26:40.932] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.251073002815247 +Info 7650 [19:26:41.083] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7651 [19:26:41.092] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 725 structureChanged: false structureIsReused:: Completely Elapsed: 9.132223010063171ms +Info 7652 [19:26:41.092] Different program with same set of files +Info 7653 [19:26:41.093] getCompletionData: Get current token: 0.005212992429733276 +Info 7654 [19:26:41.093] getCompletionData: Is inside comment: 0.0014999955892562866 +Info 7655 [19:26:41.093] getCompletionData: Get previous token: 0.021633997559547424 +Info 7656 [19:26:41.093] getCompletionsAtPosition: isCompletionListBlocker: 0.0036330074071884155 +Info 7657 [19:26:41.093] getExportInfoMap: cache hit +Info 7658 [19:26:41.097] collectAutoImports: resolved 0 module specifiers, plus 110 ambient and 5 from cache +Info 7659 [19:26:41.097] collectAutoImports: response is complete +Info 7660 [19:26:41.097] collectAutoImports: 3.754825994372368 +Info 7661 [19:26:41.097] getCompletionData: Semantic work: 4.382671996951103 +Info 7662 [19:26:41.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.966058999300003 +Info 7663 [19:26:41.101] Format host information updated +Info 7664 [19:26:41.149] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7665 [19:26:41.163] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 726 structureChanged: false structureIsReused:: Completely Elapsed: 14.497969001531601ms +Info 7666 [19:26:41.163] Different program with same set of files +Info 7667 [19:26:41.164] getCompletionData: Get current token: 0.01266700029373169 +Info 7668 [19:26:41.164] getCompletionData: Is inside comment: 0.003349989652633667 +Info 7669 [19:26:41.164] getCompletionData: Get previous token: 0.06784899532794952 +Info 7670 [19:26:41.164] getCompletionsAtPosition: isCompletionListBlocker: 0.007357001304626465 +Info 7671 [19:26:41.165] getExportInfoMap: cache hit +Info 7672 [19:26:41.171] collectAutoImports: resolved 0 module specifiers, plus 50 ambient and 0 from cache +Info 7673 [19:26:41.172] collectAutoImports: response is complete +Info 7674 [19:26:41.172] collectAutoImports: 6.196843013167381 +Info 7675 [19:26:41.172] getCompletionData: Semantic work: 7.6595660001039505 +Info 7676 [19:26:41.175] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5152319967746735 +Info 7677 [19:26:41.179] Format host information updated +Info 7678 [19:26:41.284] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7679 [19:26:41.311] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 727 structureChanged: false structureIsReused:: Completely Elapsed: 27.035980999469757ms +Info 7680 [19:26:41.311] Different program with same set of files +Info 7681 [19:26:41.312] getCompletionData: Get current token: 0.020513996481895447 +Info 7682 [19:26:41.312] getCompletionData: Is inside comment: 0.008211985230445862 +Info 7683 [19:26:41.312] getCompletionData: Get previous token: 0.09065799415111542 +Info 7684 [19:26:41.312] getCompletionsAtPosition: isCompletionListBlocker: 0.010423004627227783 +Info 7685 [19:26:41.314] getExportInfoMap: cache hit +Info 7686 [19:26:41.321] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 0 from cache +Info 7687 [19:26:41.321] collectAutoImports: response is complete +Info 7688 [19:26:41.321] collectAutoImports: 6.6148180067539215 +Info 7689 [19:26:41.321] getCompletionData: Semantic work: 8.675127997994423 +Info 7690 [19:26:41.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.467398002743721 +Info 7691 [19:26:41.327] Format host information updated +Info 7692 [19:26:41.354] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7693 [19:26:41.365] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 728 structureChanged: false structureIsReused:: Completely Elapsed: 10.964069992303848ms +Info 7694 [19:26:41.365] Different program with same set of files +Info 7695 [19:26:41.366] getCompletionData: Get current token: 0.005792006850242615 +Info 7696 [19:26:41.366] getCompletionData: Is inside comment: 0.002155005931854248 +Info 7697 [19:26:41.366] getCompletionData: Get previous token: 0.019670993089675903 +Info 7698 [19:26:41.366] getCompletionsAtPosition: isCompletionListBlocker: 0.06203599274158478 +Info 7699 [19:26:41.366] getExportInfoMap: cache hit +Info 7700 [19:26:41.378] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7701 [19:26:41.378] collectAutoImports: response is complete +Info 7702 [19:26:41.378] collectAutoImports: 11.543742001056671 +Info 7703 [19:26:41.378] getCompletionData: Semantic work: 12.299970000982285 +Info 7704 [19:26:41.385] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.2220660001039505 +Info 7705 [19:26:41.392] Format host information updated +Info 7706 [19:26:41.437] Format host information updated +Info 7707 [19:26:41.437] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7708 [19:26:41.444] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 729 structureChanged: false structureIsReused:: Completely Elapsed: 7.2535600066185ms +Info 7709 [19:26:41.444] Different program with same set of files +Info 7710 [19:26:41.607] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7711 [19:26:41.614] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 730 structureChanged: false structureIsReused:: Completely Elapsed: 6.913208991289139ms +Info 7712 [19:26:41.614] Different program with same set of files +Info 7713 [19:26:41.616] getCompletionData: Get current token: 0.012249991297721863 +Info 7714 [19:26:41.616] getCompletionData: Is inside comment: 0.0031090080738067627 +Info 7715 [19:26:41.616] getCompletionData: Get previous token: 0.018647998571395874 +Info 7716 [19:26:41.616] getCompletionsAtPosition: isCompletionListBlocker: 0.003573000431060791 +Info 7717 [19:26:41.616] Returning an empty list because completion was requested in an invalid position. +Info 7718 [19:26:41.618] Format host information updated +Info 7719 [19:26:41.761] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7720 [19:26:41.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 731 structureChanged: false structureIsReused:: Completely Elapsed: 6.333402991294861ms +Info 7721 [19:26:41.767] Different program with same set of files +Info 7722 [19:26:41.767] getCompletionData: Get current token: 0.005809992551803589 +Info 7723 [19:26:41.767] getCompletionData: Is inside comment: 0.001851007342338562 +Info 7724 [19:26:41.767] getCompletionData: Get previous token: 0.01587800681591034 +Info 7725 [19:26:41.767] getCompletionsAtPosition: isCompletionListBlocker: 0.007740989327430725 +Info 7726 [19:26:41.768] getExportInfoMap: cache hit +Info 7727 [19:26:41.780] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7728 [19:26:41.780] collectAutoImports: response is complete +Info 7729 [19:26:41.780] collectAutoImports: 12.165416985750198 +Info 7730 [19:26:41.780] getCompletionData: Semantic work: 12.704269006848335 +Info 7731 [19:26:41.787] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.992409989237785 +Info 7732 [19:26:41.794] Format host information updated +Info 7733 [19:26:42.065] getCompletionData: Get current token: 0.008150994777679443 +Info 7734 [19:26:42.065] getCompletionData: Is inside comment: 0.0021840035915374756 +Info 7735 [19:26:42.065] getCompletionData: Get previous token: 0.013712003827095032 +Info 7736 [19:26:42.065] getCompletionsAtPosition: isCompletionListBlocker: 0.004162997007369995 +Info 7737 [19:26:42.065] Returning an empty list because completion was requested in an invalid position. +Info 7738 [19:26:43.033] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7739 [19:26:43.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 732 structureChanged: false structureIsReused:: Completely Elapsed: 6.645201995968819ms +Info 7740 [19:26:43.040] Different program with same set of files +Info 7741 [19:26:43.041] getCompletionData: Get current token: 0.012705996632575989 +Info 7742 [19:26:43.041] getCompletionData: Is inside comment: 0.0033600032329559326 +Info 7743 [19:26:43.041] getCompletionData: Get previous token: 0.017761006951332092 +Info 7744 [19:26:43.041] getCompletionsAtPosition: isCompletionListBlocker: 0.005088001489639282 +Info 7745 [19:26:43.041] Returning an empty list because completion was requested in an invalid position. +Info 7746 [19:26:43.043] Format host information updated +Info 7747 [19:26:43.101] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7748 [19:26:43.121] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 733 structureChanged: false structureIsReused:: Completely Elapsed: 19.178345009684563ms +Info 7749 [19:26:43.121] Different program with same set of files +Info 7750 [19:26:43.124] getCompletionData: Get current token: 0.0385189950466156 +Info 7751 [19:26:43.124] getCompletionData: Is inside comment: 0.011817008256912231 +Info 7752 [19:26:43.124] getCompletionData: Get previous token: 0.06534600257873535 +Info 7753 [19:26:43.124] getCompletionsAtPosition: isCompletionListBlocker: 0.0026369988918304443 +Info 7754 [19:26:43.124] Returning an empty list because completion was requested in an invalid position. +Info 7755 [19:26:43.125] Format host information updated +Info 7756 [19:26:43.173] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7757 [19:26:43.180] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 734 structureChanged: false structureIsReused:: Completely Elapsed: 7.339465990662575ms +Info 7758 [19:26:43.180] Different program with same set of files +Info 7759 [19:26:43.181] getCompletionData: Get current token: 0.014215007424354553 +Info 7760 [19:26:43.181] getCompletionData: Is inside comment: 0.0035849958658218384 +Info 7761 [19:26:43.181] getCompletionData: Get previous token: 0.021793007850646973 +Info 7762 [19:26:43.182] getCompletionsAtPosition: isCompletionListBlocker: 0.0010809898376464844 +Info 7763 [19:26:43.182] Returning an empty list because completion was requested in an invalid position. +Info 7764 [19:26:43.185] Format host information updated +Info 7765 [19:26:43.396] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7766 [19:26:43.402] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 735 structureChanged: false structureIsReused:: Completely Elapsed: 6.337566003203392ms +Info 7767 [19:26:43.402] Different program with same set of files +Info 7768 [19:26:43.403] getCompletionData: Get current token: 0.011352002620697021 +Info 7769 [19:26:43.403] getCompletionData: Is inside comment: 0.0025909990072250366 +Info 7770 [19:26:43.403] getCompletionData: Get previous token: 0.018753990530967712 +Info 7771 [19:26:43.403] getCompletionsAtPosition: isCompletionListBlocker: 0.0010569989681243896 +Info 7772 [19:26:43.403] Returning an empty list because completion was requested in an invalid position. +Info 7773 [19:26:43.403] Format host information updated +Info 7774 [19:26:43.590] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7775 [19:26:43.600] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 736 structureChanged: false structureIsReused:: Completely Elapsed: 9.74406199157238ms +Info 7776 [19:26:43.600] Different program with same set of files +Info 7777 [19:26:43.601] getCompletionData: Get current token: 0.01785700023174286 +Info 7778 [19:26:43.601] getCompletionData: Is inside comment: 0.004801005125045776 +Info 7779 [19:26:43.601] getCompletionData: Get previous token: 0.024719998240470886 +Info 7780 [19:26:43.601] getCompletionsAtPosition: isCompletionListBlocker: 0.001140013337135315 +Info 7781 [19:26:43.601] Returning an empty list because completion was requested in an invalid position. +Info 7782 [19:26:43.601] Format host information updated +Info 7783 [19:26:43.699] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7784 [19:26:43.706] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 737 structureChanged: false structureIsReused:: Completely Elapsed: 6.996148988604546ms +Info 7785 [19:26:43.706] Different program with same set of files +Info 7786 [19:26:43.707] getCompletionData: Get current token: 0.013120993971824646 +Info 7787 [19:26:43.707] getCompletionData: Is inside comment: 0.0034449994564056396 +Info 7788 [19:26:43.707] getCompletionData: Get previous token: 0.02995198965072632 +Info 7789 [19:26:43.707] getCompletionsAtPosition: isCompletionListBlocker: 0.001113012433052063 +Info 7790 [19:26:43.707] Returning an empty list because completion was requested in an invalid position. +Info 7791 [19:26:43.707] Format host information updated +Info 7792 [19:26:43.785] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7793 [19:26:43.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 738 structureChanged: false structureIsReused:: Completely Elapsed: 33.90086901187897ms +Info 7794 [19:26:43.819] Different program with same set of files +Info 7795 [19:26:43.822] getCompletionData: Get current token: 0.04835200309753418 +Info 7796 [19:26:43.822] getCompletionData: Is inside comment: 0.01351100206375122 +Info 7797 [19:26:43.822] getCompletionData: Get previous token: 0.06756499409675598 +Info 7798 [19:26:43.822] getCompletionsAtPosition: isCompletionListBlocker: 0.003187999129295349 +Info 7799 [19:26:43.822] Returning an empty list because completion was requested in an invalid position. +Info 7800 [19:26:43.823] Format host information updated +Info 7801 [19:26:43.849] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7802 [19:26:43.858] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 739 structureChanged: false structureIsReused:: Completely Elapsed: 8.719975993037224ms +Info 7803 [19:26:43.858] Different program with same set of files +Info 7804 [19:26:43.859] getCompletionData: Get current token: 0.014543995261192322 +Info 7805 [19:26:43.859] getCompletionData: Is inside comment: 0.0038120001554489136 +Info 7806 [19:26:43.859] getCompletionData: Get previous token: 0.02413100004196167 +Info 7807 [19:26:43.859] getCompletionsAtPosition: isCompletionListBlocker: 0.0014140009880065918 +Info 7808 [19:26:43.859] Returning an empty list because completion was requested in an invalid position. +Info 7809 [19:26:43.859] Format host information updated +Info 7810 [19:26:44.003] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7811 [19:26:44.010] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 740 structureChanged: false structureIsReused:: Completely Elapsed: 6.871147006750107ms +Info 7812 [19:26:44.010] Different program with same set of files +Info 7813 [19:26:44.014] getCompletionData: Get current token: 0.023451000452041626 +Info 7814 [19:26:44.014] getCompletionData: Is inside comment: 0.006420999765396118 +Info 7815 [19:26:44.014] getCompletionData: Get previous token: 0.04590299725532532 +Info 7816 [19:26:44.014] getCompletionsAtPosition: isCompletionListBlocker: 0.0015510022640228271 +Info 7817 [19:26:44.014] Returning an empty list because completion was requested in an invalid position. +Info 7818 [19:26:44.014] Format host information updated +Info 7819 [19:26:44.069] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7820 [19:26:44.076] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 741 structureChanged: false structureIsReused:: Completely Elapsed: 6.898029997944832ms +Info 7821 [19:26:44.076] Different program with same set of files +Info 7822 [19:26:44.077] getCompletionData: Get current token: 0.012856990098953247 +Info 7823 [19:26:44.077] getCompletionData: Is inside comment: 0.0036949962377548218 +Info 7824 [19:26:44.077] getCompletionData: Get previous token: 0.02091500163078308 +Info 7825 [19:26:44.077] getCompletionsAtPosition: isCompletionListBlocker: 0.0009900033473968506 +Info 7826 [19:26:44.077] Returning an empty list because completion was requested in an invalid position. +Info 7827 [19:26:44.078] Format host information updated +Info 7828 [19:26:44.181] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7829 [19:26:44.188] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 742 structureChanged: false structureIsReused:: Completely Elapsed: 6.912634998559952ms +Info 7830 [19:26:44.188] Different program with same set of files +Info 7831 [19:26:44.189] getCompletionData: Get current token: 0.0145530104637146 +Info 7832 [19:26:44.189] getCompletionData: Is inside comment: 0.003586992621421814 +Info 7833 [19:26:44.189] getCompletionData: Get previous token: 0.02204100787639618 +Info 7834 [19:26:44.189] getCompletionsAtPosition: isCompletionListBlocker: 0.0010139942169189453 +Info 7835 [19:26:44.189] Returning an empty list because completion was requested in an invalid position. +Info 7836 [19:26:44.191] Format host information updated +Info 7837 [19:26:44.280] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7838 [19:26:44.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 743 structureChanged: false structureIsReused:: Completely Elapsed: 7.171473994851112ms +Info 7839 [19:26:44.287] Different program with same set of files +Info 7840 [19:26:44.289] getCompletionData: Get current token: 0.012299999594688416 +Info 7841 [19:26:44.289] getCompletionData: Is inside comment: 0.0033259987831115723 +Info 7842 [19:26:44.289] getCompletionData: Get previous token: 0.021869003772735596 +Info 7843 [19:26:44.289] getCompletionsAtPosition: isCompletionListBlocker: 0.0011969953775405884 +Info 7844 [19:26:44.289] Returning an empty list because completion was requested in an invalid position. +Info 7845 [19:26:44.289] Format host information updated +Info 7846 [19:26:45.150] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7847 [19:26:45.159] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 744 structureChanged: false structureIsReused:: Completely Elapsed: 8.850725010037422ms +Info 7848 [19:26:45.159] Different program with same set of files +Info 7849 [19:26:45.159] getCompletionData: Get current token: 0.00566999614238739 +Info 7850 [19:26:45.159] getCompletionData: Is inside comment: 0.0017149895429611206 +Info 7851 [19:26:45.159] getCompletionData: Get previous token: 0.02755400538444519 +Info 7852 [19:26:45.159] getCompletionsAtPosition: isCompletionListBlocker: 0.009820997714996338 +Info 7853 [19:26:45.160] getExportInfoMap: cache hit +Info 7854 [19:26:45.162] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7855 [19:26:45.162] collectAutoImports: response is complete +Info 7856 [19:26:45.162] collectAutoImports: 1.4801470041275024 +Info 7857 [19:26:45.162] getCompletionData: Semantic work: 2.30621600151062 +Info 7858 [19:26:45.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1915040016174316 +Info 7859 [19:26:45.164] Format host information updated +Info 7860 [19:26:45.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7861 [19:26:45.230] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 745 structureChanged: false structureIsReused:: Completely Elapsed: 14.057524010539055ms +Info 7862 [19:26:45.230] Different program with same set of files +Info 7863 [19:26:45.230] getCompletionData: Get current token: 0.012389987707138062 +Info 7864 [19:26:45.230] getCompletionData: Is inside comment: 0.004842996597290039 +Info 7865 [19:26:45.230] getCompletionData: Get previous token: 0.06129300594329834 +Info 7866 [19:26:45.230] getCompletionsAtPosition: isCompletionListBlocker: 0.01568599045276642 +Info 7867 [19:26:45.232] getExportInfoMap: cache hit +Info 7868 [19:26:45.235] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7869 [19:26:45.235] collectAutoImports: response is complete +Info 7870 [19:26:45.235] collectAutoImports: 3.382515996694565 +Info 7871 [19:26:45.235] getCompletionData: Semantic work: 4.993276998400688 +Info 7872 [19:26:45.238] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.7024849951267242 +Info 7873 [19:26:45.239] Format host information updated +Info 7874 [19:26:45.279] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7875 [19:26:45.287] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 746 structureChanged: false structureIsReused:: Completely Elapsed: 8.465920999646187ms +Info 7876 [19:26:45.288] Different program with same set of files +Info 7877 [19:26:45.288] getCompletionData: Get current token: 0.004704996943473816 +Info 7878 [19:26:45.288] getCompletionData: Is inside comment: 0.001905009150505066 +Info 7879 [19:26:45.288] getCompletionData: Get previous token: 0.024029001593589783 +Info 7880 [19:26:45.288] getCompletionsAtPosition: isCompletionListBlocker: 0.00780700147151947 +Info 7881 [19:26:45.288] getExportInfoMap: cache hit +Info 7882 [19:26:45.290] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7883 [19:26:45.290] collectAutoImports: response is complete +Info 7884 [19:26:45.290] collectAutoImports: 1.2829769998788834 +Info 7885 [19:26:45.290] getCompletionData: Semantic work: 2.0210770070552826 +Info 7886 [19:26:45.291] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.051802009344101 +Info 7887 [19:26:45.292] Format host information updated +Info 7888 [19:26:45.395] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7889 [19:26:45.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 747 structureChanged: false structureIsReused:: Completely Elapsed: 25.590884000062943ms +Info 7890 [19:26:45.420] Different program with same set of files +Info 7891 [19:26:45.421] getCompletionData: Get current token: 0.017002999782562256 +Info 7892 [19:26:45.421] getCompletionData: Is inside comment: 0.0067869871854782104 +Info 7893 [19:26:45.421] getCompletionData: Get previous token: 0.07799799740314484 +Info 7894 [19:26:45.421] getCompletionsAtPosition: isCompletionListBlocker: 0.019741997122764587 +Info 7895 [19:26:45.423] getExportInfoMap: cache hit +Info 7896 [19:26:45.427] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 7897 [19:26:45.427] collectAutoImports: response is complete +Info 7898 [19:26:45.427] collectAutoImports: 3.4266389906406403 +Info 7899 [19:26:45.427] getCompletionData: Semantic work: 5.578367993235588 +Info 7900 [19:26:45.429] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4697920083999634 +Info 7901 [19:26:45.434] Format host information updated +Info 7902 [19:26:45.456] Format host information updated +Info 7903 [19:26:45.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7904 [19:26:45.464] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 748 structureChanged: false structureIsReused:: Completely Elapsed: 7.480178996920586ms +Info 7905 [19:26:45.464] Different program with same set of files +Info 7906 [19:26:45.926] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7907 [19:26:45.936] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 749 structureChanged: false structureIsReused:: Completely Elapsed: 10.134302005171776ms +Info 7908 [19:26:45.936] Different program with same set of files +Info 7909 [19:26:45.936] getCompletionData: Get current token: 0.005375996232032776 +Info 7910 [19:26:45.936] getCompletionData: Is inside comment: 0.0019239932298660278 +Info 7911 [19:26:45.936] getCompletionData: Get previous token: 0.021001994609832764 +Info 7912 [19:26:45.936] getCompletionsAtPosition: isCompletionListBlocker: 0.0018710047006607056 +Info 7913 [19:26:45.936] Returning an empty list because completion was requested in an invalid position. +Info 7914 [19:26:45.936] Format host information updated +Info 7915 [19:26:46.052] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7916 [19:26:46.058] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 750 structureChanged: false structureIsReused:: Completely Elapsed: 6.704380989074707ms +Info 7917 [19:26:46.058] Different program with same set of files +Info 7918 [19:26:46.059] getCompletionData: Get current token: 0.005107000470161438 +Info 7919 [19:26:46.059] getCompletionData: Is inside comment: 0.002011999487876892 +Info 7920 [19:26:46.059] getCompletionData: Get previous token: 0.021518006920814514 +Info 7921 [19:26:46.059] getCompletionsAtPosition: isCompletionListBlocker: 0.0015759915113449097 +Info 7922 [19:26:46.059] Returning an empty list because completion was requested in an invalid position. +Info 7923 [19:26:46.059] Format host information updated +Info 7924 [19:26:46.126] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7925 [19:26:46.148] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 751 structureChanged: false structureIsReused:: Completely Elapsed: 21.62033699452877ms +Info 7926 [19:26:46.148] Different program with same set of files +Info 7927 [19:26:46.154] getCompletionData: Get current token: 0.012671992182731628 +Info 7928 [19:26:46.154] getCompletionData: Is inside comment: 0.005322009325027466 +Info 7929 [19:26:46.154] getCompletionData: Get previous token: 0.05423299968242645 +Info 7930 [19:26:46.154] getCompletionsAtPosition: isCompletionListBlocker: 0.004088997840881348 +Info 7931 [19:26:46.154] Returning an empty list because completion was requested in an invalid position. +Info 7932 [19:26:46.155] Format host information updated +Info 7933 [19:26:46.203] Format host information updated +Info 7934 [19:26:46.203] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7935 [19:26:46.217] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 752 structureChanged: false structureIsReused:: Completely Elapsed: 13.785948991775513ms +Info 7936 [19:26:46.217] Different program with same set of files +Info 7937 [19:26:46.297] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7938 [19:26:46.322] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 753 structureChanged: false structureIsReused:: Completely Elapsed: 25.339373990893364ms +Info 7939 [19:26:46.323] Different program with same set of files +Info 7940 [19:26:46.323] getCompletionData: Get current token: 0.03655900061130524 +Info 7941 [19:26:46.323] getCompletionData: Is inside comment: 0.007158011198043823 +Info 7942 [19:26:46.323] getCompletionData: Get previous token: 0.07038000226020813 +Info 7943 [19:26:46.323] getCompletionsAtPosition: isCompletionListBlocker: 0.02528299391269684 +Info 7944 [19:26:46.325] getExportInfoMap: cache hit +Info 7945 [19:26:46.350] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 7946 [19:26:46.350] collectAutoImports: response is complete +Info 7947 [19:26:46.350] collectAutoImports: 24.978212997317314 +Info 7948 [19:26:46.350] getCompletionData: Semantic work: 26.877567008137703 +Info 7949 [19:26:46.359] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.420898005366325 +Info 7950 [19:26:46.366] Format host information updated +Info 7951 [19:26:46.376] Format host information updated +Info 7952 [19:26:46.376] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7953 [19:26:46.383] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 754 structureChanged: false structureIsReused:: Completely Elapsed: 6.430784001946449ms +Info 7954 [19:26:46.383] Different program with same set of files +Info 7955 [19:26:46.904] Format host information updated +Info 7956 [19:26:46.904] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7957 [19:26:46.910] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 755 structureChanged: false structureIsReused:: Completely Elapsed: 6.113996997475624ms +Info 7958 [19:26:46.910] Different program with same set of files +Info 7959 [19:26:47.726] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7960 [19:26:47.733] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 756 structureChanged: false structureIsReused:: Completely Elapsed: 6.764116004109383ms +Info 7961 [19:26:47.733] Different program with same set of files +Info 7962 [19:26:47.733] getCompletionData: Get current token: 0.005606994032859802 +Info 7963 [19:26:47.733] getCompletionData: Is inside comment: 0.008922994136810303 +Info 7964 [19:26:47.733] getCompletionData: Get previous token: 0.016142994165420532 +Info 7965 [19:26:47.733] getCompletionsAtPosition: isCompletionListBlocker: 0.00744900107383728 +Info 7966 [19:26:47.733] getExportInfoMap: cache hit +Info 7967 [19:26:47.736] collectAutoImports: resolved 0 module specifiers, plus 40 ambient and 4 from cache +Info 7968 [19:26:47.736] collectAutoImports: response is complete +Info 7969 [19:26:47.736] collectAutoImports: 2.491097003221512 +Info 7970 [19:26:47.736] getCompletionData: Semantic work: 3.0426270067691803 +Info 7971 [19:26:47.737] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4535030126571655 +Info 7972 [19:26:47.738] Format host information updated +Info 7973 [19:26:47.790] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7974 [19:26:47.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 757 structureChanged: false structureIsReused:: Completely Elapsed: 11.715545013546944ms +Info 7975 [19:26:47.801] Different program with same set of files +Info 7976 [19:26:47.802] getCompletionData: Get current token: 0.005539000034332275 +Info 7977 [19:26:47.802] getCompletionData: Is inside comment: 0.009163007140159607 +Info 7978 [19:26:47.802] getCompletionData: Get previous token: 0.0157649964094162 +Info 7979 [19:26:47.802] getCompletionsAtPosition: isCompletionListBlocker: 0.00790800154209137 +Info 7980 [19:26:47.802] getExportInfoMap: cache hit +Info 7981 [19:26:47.805] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 3 from cache +Info 7982 [19:26:47.805] collectAutoImports: response is complete +Info 7983 [19:26:47.805] collectAutoImports: 2.429068997502327 +Info 7984 [19:26:47.805] getCompletionData: Semantic work: 3.0429899990558624 +Info 7985 [19:26:47.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2067049890756607 +Info 7986 [19:26:47.807] Format host information updated +Info 7987 [19:26:47.895] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7988 [19:26:47.902] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 758 structureChanged: false structureIsReused:: Completely Elapsed: 7.005276992917061ms +Info 7989 [19:26:47.902] Different program with same set of files +Info 7990 [19:26:47.902] getCompletionData: Get current token: 0.007401987910270691 +Info 7991 [19:26:47.902] getCompletionData: Is inside comment: 0.012033000588417053 +Info 7992 [19:26:47.902] getCompletionData: Get previous token: 0.019880011677742004 +Info 7993 [19:26:47.902] getCompletionsAtPosition: isCompletionListBlocker: 0.00786900520324707 +Info 7994 [19:26:47.903] getExportInfoMap: cache hit +Info 7995 [19:26:47.905] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 1 from cache +Info 7996 [19:26:47.905] collectAutoImports: response is complete +Info 7997 [19:26:47.905] collectAutoImports: 2.2828980088233948 +Info 7998 [19:26:47.905] getCompletionData: Semantic work: 2.925826996564865 +Info 7999 [19:26:47.907] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2768339961767197 +Info 8000 [19:26:47.910] Format host information updated +Info 8001 [19:26:47.955] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8002 [19:26:47.966] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 759 structureChanged: false structureIsReused:: Completely Elapsed: 10.658295005559921ms +Info 8003 [19:26:47.966] Different program with same set of files +Info 8004 [19:26:47.966] getCompletionData: Get current token: 0.00554598867893219 +Info 8005 [19:26:47.966] getCompletionData: Is inside comment: 0.010050997138023376 +Info 8006 [19:26:47.966] getCompletionData: Get previous token: 0.016467005014419556 +Info 8007 [19:26:47.967] getCompletionsAtPosition: isCompletionListBlocker: 0.008008003234863281 +Info 8008 [19:26:47.967] getExportInfoMap: cache hit +Info 8009 [19:26:47.969] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 0 from cache +Info 8010 [19:26:47.969] collectAutoImports: response is complete +Info 8011 [19:26:47.969] collectAutoImports: 2.117367997765541 +Info 8012 [19:26:47.969] getCompletionData: Semantic work: 2.963933989405632 +Info 8013 [19:26:47.971] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5946310013532639 +Info 8014 [19:26:47.976] Format host information updated +Info 8015 [19:26:48.028] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8016 [19:26:48.035] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 760 structureChanged: false structureIsReused:: Completely Elapsed: 6.9876790046691895ms +Info 8017 [19:26:48.035] Different program with same set of files +Info 8018 [19:26:48.035] getCompletionData: Get current token: 0.006485000252723694 +Info 8019 [19:26:48.035] getCompletionData: Is inside comment: 0.011316001415252686 +Info 8020 [19:26:48.035] getCompletionData: Get previous token: 0.01819099485874176 +Info 8021 [19:26:48.035] getCompletionsAtPosition: isCompletionListBlocker: 0.008018001914024353 +Info 8022 [19:26:48.035] getExportInfoMap: cache hit +Info 8023 [19:26:48.037] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 0 from cache +Info 8024 [19:26:48.037] collectAutoImports: response is complete +Info 8025 [19:26:48.037] collectAutoImports: 1.8640439957380295 +Info 8026 [19:26:48.037] getCompletionData: Semantic work: 2.485612004995346 +Info 8027 [19:26:48.039] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1949020028114319 +Info 8028 [19:26:48.039] Format host information updated +Info 8029 [19:26:48.580] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8030 [19:26:48.587] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 761 structureChanged: false structureIsReused:: Completely Elapsed: 7.258587002754211ms +Info 8031 [19:26:48.587] Different program with same set of files +Info 8032 [19:26:48.587] getCompletionData: Get current token: 0.005447998642921448 +Info 8033 [19:26:48.587] getCompletionData: Is inside comment: 0.01005600392818451 +Info 8034 [19:26:48.587] getCompletionData: Get previous token: 0.016875997185707092 +Info 8035 [19:26:48.587] getCompletionsAtPosition: isCompletionListBlocker: 0.007164999842643738 +Info 8036 [19:26:48.588] getExportInfoMap: cache hit +Info 8037 [19:26:48.590] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 0 from cache +Info 8038 [19:26:48.590] collectAutoImports: response is complete +Info 8039 [19:26:48.590] collectAutoImports: 1.6933020055294037 +Info 8040 [19:26:48.590] getCompletionData: Semantic work: 2.2450690120458603 +Info 8041 [19:26:48.591] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0640259981155396 +Info 8042 [19:26:48.593] Format host information updated +Info 8043 [19:26:48.712] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8044 [19:26:48.719] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 762 structureChanged: false structureIsReused:: Completely Elapsed: 6.826732009649277ms +Info 8045 [19:26:48.719] Different program with same set of files +Info 8046 [19:26:48.719] getCompletionData: Get current token: 0.007417008280754089 +Info 8047 [19:26:48.719] getCompletionData: Is inside comment: 0.01224200427532196 +Info 8048 [19:26:48.719] getCompletionData: Get previous token: 0.019525006413459778 +Info 8049 [19:26:48.719] getCompletionsAtPosition: isCompletionListBlocker: 0.007581993937492371 +Info 8050 [19:26:48.720] getExportInfoMap: cache hit +Info 8051 [19:26:48.722] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 1 from cache +Info 8052 [19:26:48.722] collectAutoImports: response is complete +Info 8053 [19:26:48.722] collectAutoImports: 2.2742139995098114 +Info 8054 [19:26:48.722] getCompletionData: Semantic work: 2.901736006140709 +Info 8055 [19:26:48.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2626869976520538 +Info 8056 [19:26:48.724] Format host information updated +Info 8057 [19:26:48.854] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8058 [19:26:48.863] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 763 structureChanged: false structureIsReused:: Completely Elapsed: 8.944934010505676ms +Info 8059 [19:26:48.863] Different program with same set of files +Info 8060 [19:26:48.863] getCompletionData: Get current token: 0.006714999675750732 +Info 8061 [19:26:48.863] getCompletionData: Is inside comment: 0.011738002300262451 +Info 8062 [19:26:48.863] getCompletionData: Get previous token: 0.01934400200843811 +Info 8063 [19:26:48.863] getCompletionsAtPosition: isCompletionListBlocker: 0.00869499146938324 +Info 8064 [19:26:48.864] getExportInfoMap: cache hit +Info 8065 [19:26:48.866] collectAutoImports: resolved 0 module specifiers, plus 27 ambient and 3 from cache +Info 8066 [19:26:48.867] collectAutoImports: response is complete +Info 8067 [19:26:48.867] collectAutoImports: 2.756274998188019 +Info 8068 [19:26:48.867] getCompletionData: Semantic work: 3.437250003218651 +Info 8069 [19:26:48.868] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6416710019111633 +Info 8070 [19:26:48.869] Format host information updated +Info 8071 [19:26:48.976] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8072 [19:26:48.983] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 764 structureChanged: false structureIsReused:: Completely Elapsed: 6.839600011706352ms +Info 8073 [19:26:48.983] Different program with same set of files +Info 8074 [19:26:48.983] getCompletionData: Get current token: 0.0072240084409713745 +Info 8075 [19:26:48.983] getCompletionData: Is inside comment: 0.012293994426727295 +Info 8076 [19:26:48.983] getCompletionData: Get previous token: 0.01988700032234192 +Info 8077 [19:26:48.983] getCompletionsAtPosition: isCompletionListBlocker: 0.008027002215385437 +Info 8078 [19:26:48.984] getExportInfoMap: cache hit +Info 8079 [19:26:48.987] collectAutoImports: resolved 0 module specifiers, plus 40 ambient and 4 from cache +Info 8080 [19:26:48.987] collectAutoImports: response is complete +Info 8081 [19:26:48.987] collectAutoImports: 2.958410993218422 +Info 8082 [19:26:48.987] getCompletionData: Semantic work: 3.603079989552498 +Info 8083 [19:26:48.988] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4277980029582977 +Info 8084 [19:26:48.991] Format host information updated +Info 8085 [19:26:49.129] Format host information updated +Info 8086 [19:26:49.130] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8087 [19:26:49.156] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 765 structureChanged: false structureIsReused:: Completely Elapsed: 26.197642996907234ms +Info 8088 [19:26:49.156] Different program with same set of files +Info 8089 [19:26:49.268] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8090 [19:26:49.277] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 766 structureChanged: false structureIsReused:: Completely Elapsed: 8.967357009649277ms +Info 8091 [19:26:49.277] Different program with same set of files +Info 8092 [19:26:49.278] getCompletionData: Get current token: 0.007921993732452393 +Info 8093 [19:26:49.278] getCompletionData: Is inside comment: 0.012075990438461304 +Info 8094 [19:26:49.278] getCompletionData: Get previous token: 0.021964997053146362 +Info 8095 [19:26:49.278] getCompletionsAtPosition: isCompletionListBlocker: 0.008584991097450256 +Info 8096 [19:26:49.278] getExportInfoMap: cache hit +Info 8097 [19:26:49.284] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 8098 [19:26:49.284] collectAutoImports: response is complete +Info 8099 [19:26:49.284] collectAutoImports: 5.8932759910821915 +Info 8100 [19:26:49.284] getCompletionData: Semantic work: 6.610748007893562 +Info 8101 [19:26:49.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.812049001455307 +Info 8102 [19:26:49.288] Format host information updated +Info 8103 [19:26:49.409] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8104 [19:26:49.435] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 767 structureChanged: false structureIsReused:: Completely Elapsed: 25.784017994999886ms +Info 8105 [19:26:49.435] Different program with same set of files +Info 8106 [19:26:49.436] getCompletionData: Get current token: 0.027888000011444092 +Info 8107 [19:26:49.436] getCompletionData: Is inside comment: 0.05058799684047699 +Info 8108 [19:26:49.436] getCompletionData: Get previous token: 0.0834679901599884 +Info 8109 [19:26:49.436] getCompletionsAtPosition: isCompletionListBlocker: 0.02967900037765503 +Info 8110 [19:26:49.438] getExportInfoMap: cache hit +Info 8111 [19:26:49.445] collectAutoImports: resolved 0 module specifiers, plus 36 ambient and 3 from cache +Info 8112 [19:26:49.445] collectAutoImports: response is complete +Info 8113 [19:26:49.445] collectAutoImports: 6.274368986487389 +Info 8114 [19:26:49.445] getCompletionData: Semantic work: 8.364252999424934 +Info 8115 [19:26:49.448] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.834617003798485 +Info 8116 [19:26:49.449] Format host information updated +Info 8117 [19:26:49.471] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8118 [19:26:49.481] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 768 structureChanged: false structureIsReused:: Completely Elapsed: 9.93410900235176ms +Info 8119 [19:26:49.481] Different program with same set of files +Info 8120 [19:26:49.482] getCompletionData: Get current token: 0.008427992463111877 +Info 8121 [19:26:49.482] getCompletionData: Is inside comment: 0.014747992157936096 +Info 8122 [19:26:49.482] getCompletionData: Get previous token: 0.010967999696731567 +Info 8123 [19:26:49.482] getCompletionsAtPosition: isCompletionListBlocker: 0.0036919862031936646 +Info 8124 [19:26:49.482] getCompletionData: Semantic work: 0.6991139948368073 +Info 8125 [19:26:49.483] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1433270126581192 +Info 8126 [19:26:49.483] Format host information updated +Info 8127 [19:26:49.876] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8128 [19:26:49.883] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 769 structureChanged: false structureIsReused:: Completely Elapsed: 6.864968001842499ms +Info 8129 [19:26:49.883] Different program with same set of files +Info 8130 [19:26:49.883] getCompletionData: Get current token: 0.005165994167327881 +Info 8131 [19:26:49.883] getCompletionData: Is inside comment: 0.009906992316246033 +Info 8132 [19:26:49.883] getCompletionData: Get previous token: 0.015265002846717834 +Info 8133 [19:26:49.883] getCompletionsAtPosition: isCompletionListBlocker: 0.002329990267753601 +Info 8134 [19:26:49.884] getCompletionData: Semantic work: 0.4907670021057129 +Info 8135 [19:26:49.884] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13490700721740723 +Info 8136 [19:26:49.884] Format host information updated +Info 8137 [19:26:49.939] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8138 [19:26:49.949] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 770 structureChanged: false structureIsReused:: Completely Elapsed: 10.573831006884575ms +Info 8139 [19:26:49.949] Different program with same set of files +Info 8140 [19:26:49.950] getCompletionData: Get current token: 0.012161999940872192 +Info 8141 [19:26:49.950] getCompletionData: Is inside comment: 0.025388002395629883 +Info 8142 [19:26:49.950] getCompletionData: Get previous token: 0.032526999711990356 +Info 8143 [19:26:49.950] getCompletionsAtPosition: isCompletionListBlocker: 0.004057988524436951 +Info 8144 [19:26:49.951] getCompletionData: Semantic work: 1.0225639939308167 +Info 8145 [19:26:49.951] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.20395700633525848 +Info 8146 [19:26:49.952] Format host information updated +Info 8147 [19:26:50.081] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8148 [19:26:50.088] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 771 structureChanged: false structureIsReused:: Completely Elapsed: 6.780426993966103ms +Info 8149 [19:26:50.088] Different program with same set of files +Info 8150 [19:26:50.088] getCompletionData: Get current token: 0.0067990124225616455 +Info 8151 [19:26:50.088] getCompletionData: Is inside comment: 0.013330996036529541 +Info 8152 [19:26:50.088] getCompletionData: Get previous token: 0.01914900541305542 +Info 8153 [19:26:50.088] getCompletionsAtPosition: isCompletionListBlocker: 0.002723008394241333 +Info 8154 [19:26:50.089] getCompletionData: Semantic work: 0.6105969995260239 +Info 8155 [19:26:50.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12607400119304657 +Info 8156 [19:26:50.091] Format host information updated +Info 8157 [19:26:50.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8158 [19:26:50.172] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 772 structureChanged: false structureIsReused:: Completely Elapsed: 20.655346006155014ms +Info 8159 [19:26:50.173] Different program with same set of files +Info 8160 [19:26:50.173] getCompletionData: Get current token: 0.021386995911598206 +Info 8161 [19:26:50.173] getCompletionData: Is inside comment: 0.039729997515678406 +Info 8162 [19:26:50.173] getCompletionData: Get previous token: 0.057968005537986755 +Info 8163 [19:26:50.173] getCompletionsAtPosition: isCompletionListBlocker: 0.008036002516746521 +Info 8164 [19:26:50.175] getCompletionData: Semantic work: 1.797543004155159 +Info 8165 [19:26:50.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.4627489894628525 +Info 8166 [19:26:50.177] Format host information updated +Info 8167 [19:26:50.215] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8168 [19:26:50.224] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 773 structureChanged: false structureIsReused:: Completely Elapsed: 9.155283987522125ms +Info 8169 [19:26:50.224] Different program with same set of files +Info 8170 [19:26:50.225] getCompletionData: Get current token: 0.009266003966331482 +Info 8171 [19:26:50.225] getCompletionData: Is inside comment: 0.01701699197292328 +Info 8172 [19:26:50.225] getCompletionData: Get previous token: 0.023645997047424316 +Info 8173 [19:26:50.225] getCompletionsAtPosition: isCompletionListBlocker: 0.0033160001039505005 +Info 8174 [19:26:50.226] getCompletionData: Semantic work: 0.7801470011472702 +Info 8175 [19:26:50.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1584779918193817 +Info 8176 [19:26:50.228] Format host information updated +Info 8177 [19:26:50.587] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8178 [19:26:50.613] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 774 structureChanged: false structureIsReused:: Completely Elapsed: 26.141968995332718ms +Info 8179 [19:26:50.613] Different program with same set of files +Info 8180 [19:26:50.614] getCompletionData: Get current token: 0.02603299915790558 +Info 8181 [19:26:50.614] getCompletionData: Is inside comment: 0.0500200092792511 +Info 8182 [19:26:50.614] getCompletionData: Get previous token: 0.07886599004268646 +Info 8183 [19:26:50.614] getCompletionsAtPosition: isCompletionListBlocker: 0.008402988314628601 +Info 8184 [19:26:50.616] getCompletionData: Semantic work: 2.1277649998664856 +Info 8185 [19:26:50.617] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.3388279974460602 +Info 8186 [19:26:50.618] Format host information updated +Info 8187 [19:26:51.348] Format host information updated +Info 8188 [19:26:51.349] Format host information updated +Info 8189 [19:26:51.349] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8190 [19:26:51.358] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 775 structureChanged: false structureIsReused:: Completely Elapsed: 9.266253009438515ms +Info 8191 [19:26:51.358] Different program with same set of files +Info 8192 [19:26:51.358] getCompletionData: Get current token: 0.006210997700691223 +Info 8193 [19:26:51.358] getCompletionData: Is inside comment: 0.010573998093605042 +Info 8194 [19:26:51.358] getCompletionData: Get previous token: 0.007945001125335693 +Info 8195 [19:26:51.358] getCompletionsAtPosition: isCompletionListBlocker: 0.0029309988021850586 +Info 8196 [19:26:51.359] getExportInfoMap: cache hit +Info 8197 [19:26:51.369] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8198 [19:26:51.369] collectAutoImports: response is complete +Info 8199 [19:26:51.369] collectAutoImports: 10.078266993165016 +Info 8200 [19:26:51.369] getCompletionData: Semantic work: 10.548812001943588 +Info 8201 [19:26:51.390] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.602048993110657 +Info 8202 [19:26:51.396] getCompletionData: Get current token: 0.0132560133934021 +Info 8203 [19:26:51.396] getCompletionData: Is inside comment: 0.00337199866771698 +Info 8204 [19:26:51.396] getCompletionData: Get previous token: 0.01752398908138275 +Info 8205 [19:26:51.396] getCompletionsAtPosition: isCompletionListBlocker: 0.003211989998817444 +Info 8206 [19:26:51.396] getCompletionData: Semantic work: 0.742126002907753 +Info 8207 [19:26:51.400] getCompletionData: Get current token: 0.007679000496864319 +Info 8208 [19:26:51.400] getCompletionData: Is inside comment: 0.0024400055408477783 +Info 8209 [19:26:51.400] getCompletionData: Get previous token: 0.01923200488090515 +Info 8210 [19:26:51.400] getCompletionsAtPosition: isCompletionListBlocker: 0.0026489943265914917 +Info 8211 [19:26:51.401] getCompletionData: Semantic work: 0.7415859997272491 +Info 8212 [19:26:51.403] Format host information updated +Info 8213 [19:26:51.415] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8214 [19:26:51.425] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 776 structureChanged: false structureIsReused:: Completely Elapsed: 9.756841003894806ms +Info 8215 [19:26:51.425] Different program with same set of files +Info 8216 [19:26:51.425] getCompletionData: Get current token: 0.006336003541946411 +Info 8217 [19:26:51.425] getCompletionData: Is inside comment: 0.009909987449645996 +Info 8218 [19:26:51.425] getCompletionData: Get previous token: 0.0074660032987594604 +Info 8219 [19:26:51.425] getCompletionsAtPosition: isCompletionListBlocker: 0.007339999079704285 +Info 8220 [19:26:51.425] getExportInfoMap: cache hit +Info 8221 [19:26:51.436] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8222 [19:26:51.436] collectAutoImports: response is complete +Info 8223 [19:26:51.436] collectAutoImports: 10.28659500181675 +Info 8224 [19:26:51.436] getCompletionData: Semantic work: 10.873892992734909 +Info 8225 [19:26:51.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.601720988750458 +Info 8226 [19:26:51.449] Format host information updated +Info 8227 [19:26:52.156] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8228 [19:26:52.163] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 777 structureChanged: false structureIsReused:: Completely Elapsed: 7.1727200001478195ms +Info 8229 [19:26:52.163] Different program with same set of files +Info 8230 [19:26:52.163] getCompletionData: Get current token: 0.005383998155593872 +Info 8231 [19:26:52.163] getCompletionData: Is inside comment: 0.0013220012187957764 +Info 8232 [19:26:52.163] getCompletionData: Get previous token: 0.024874001741409302 +Info 8233 [19:26:52.163] getCompletionsAtPosition: isCompletionListBlocker: 0.007786005735397339 +Info 8234 [19:26:52.164] getExportInfoMap: cache hit +Info 8235 [19:26:52.165] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 1 from cache +Info 8236 [19:26:52.165] collectAutoImports: response is complete +Info 8237 [19:26:52.165] collectAutoImports: 1.7219449877738953 +Info 8238 [19:26:52.165] getCompletionData: Semantic work: 2.3482940047979355 +Info 8239 [19:26:52.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1337060034275055 +Info 8240 [19:26:52.167] Format host information updated +Info 8241 [19:26:52.234] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8242 [19:26:52.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 778 structureChanged: false structureIsReused:: Completely Elapsed: 8.997488990426064ms +Info 8243 [19:26:52.243] Different program with same set of files +Info 8244 [19:26:52.243] getCompletionData: Get current token: 0.004636004567146301 +Info 8245 [19:26:52.243] getCompletionData: Is inside comment: 0.0016530007123947144 +Info 8246 [19:26:52.243] getCompletionData: Get previous token: 0.020767003297805786 +Info 8247 [19:26:52.243] getCompletionsAtPosition: isCompletionListBlocker: 0.007378995418548584 +Info 8248 [19:26:52.244] getExportInfoMap: cache hit +Info 8249 [19:26:52.245] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 8250 [19:26:52.245] collectAutoImports: response is complete +Info 8251 [19:26:52.245] collectAutoImports: 1.317331999540329 +Info 8252 [19:26:52.245] getCompletionData: Semantic work: 1.9489279985427856 +Info 8253 [19:26:52.246] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0203669965267181 +Info 8254 [19:26:52.247] Format host information updated +Info 8255 [19:26:52.358] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8256 [19:26:52.365] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 779 structureChanged: false structureIsReused:: Completely Elapsed: 6.893357008695602ms +Info 8257 [19:26:52.365] Different program with same set of files +Info 8258 [19:26:52.365] getCompletionData: Get current token: 0.005739003419876099 +Info 8259 [19:26:52.365] getCompletionData: Is inside comment: 0.0018440037965774536 +Info 8260 [19:26:52.365] getCompletionData: Get previous token: 0.026138007640838623 +Info 8261 [19:26:52.365] getCompletionsAtPosition: isCompletionListBlocker: 0.007834002375602722 +Info 8262 [19:26:52.366] getExportInfoMap: cache hit +Info 8263 [19:26:52.367] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8264 [19:26:52.367] collectAutoImports: response is complete +Info 8265 [19:26:52.367] collectAutoImports: 1.5240759998559952 +Info 8266 [19:26:52.368] getCompletionData: Semantic work: 2.1672240048646927 +Info 8267 [19:26:52.369] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1319959908723831 +Info 8268 [19:26:52.372] Format host information updated +Info 8269 [19:26:52.423] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8270 [19:26:52.436] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 780 structureChanged: false structureIsReused:: Completely Elapsed: 12.950883999466896ms +Info 8271 [19:26:52.436] Different program with same set of files +Info 8272 [19:26:52.436] getCompletionData: Get current token: 0.012309998273849487 +Info 8273 [19:26:52.436] getCompletionData: Is inside comment: 0.004106000065803528 +Info 8274 [19:26:52.436] getCompletionData: Get previous token: 0.04801800847053528 +Info 8275 [19:26:52.436] getCompletionsAtPosition: isCompletionListBlocker: 0.013016000390052795 +Info 8276 [19:26:52.437] getExportInfoMap: cache hit +Info 8277 [19:26:52.440] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8278 [19:26:52.440] collectAutoImports: response is complete +Info 8279 [19:26:52.440] collectAutoImports: 2.876808002591133 +Info 8280 [19:26:52.440] getCompletionData: Semantic work: 4.018197998404503 +Info 8281 [19:26:52.442] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.156139999628067 +Info 8282 [19:26:52.444] Format host information updated +Info 8283 [19:26:52.537] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8284 [19:26:52.544] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 781 structureChanged: false structureIsReused:: Completely Elapsed: 6.933944001793861ms +Info 8285 [19:26:52.544] Different program with same set of files +Info 8286 [19:26:52.544] getCompletionData: Get current token: 0.005947008728981018 +Info 8287 [19:26:52.544] getCompletionData: Is inside comment: 0.002253994345664978 +Info 8288 [19:26:52.544] getCompletionData: Get previous token: 0.027744010090827942 +Info 8289 [19:26:52.544] getCompletionsAtPosition: isCompletionListBlocker: 0.007651999592781067 +Info 8290 [19:26:52.545] getExportInfoMap: cache hit +Info 8291 [19:26:52.548] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 8292 [19:26:52.549] collectAutoImports: response is complete +Info 8293 [19:26:52.549] collectAutoImports: 3.60869100689888 +Info 8294 [19:26:52.549] getCompletionData: Semantic work: 4.253664001822472 +Info 8295 [19:26:52.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2655649930238724 +Info 8296 [19:26:52.551] Format host information updated +Info 8297 [19:26:52.622] Format host information updated +Info 8298 [19:26:52.622] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8299 [19:26:52.629] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 782 structureChanged: false structureIsReused:: Completely Elapsed: 6.499831005930901ms +Info 8300 [19:26:52.629] Different program with same set of files +Info 8301 [19:26:53.006] getCompletionData: Get current token: 0.005860999226570129 +Info 8302 [19:26:53.006] getCompletionData: Is inside comment: 0.011514991521835327 +Info 8303 [19:26:53.006] getCompletionData: Get previous token: 0.008678004145622253 +Info 8304 [19:26:53.006] getCompletionsAtPosition: isCompletionListBlocker: 0.008980989456176758 +Info 8305 [19:26:53.007] getExportInfoMap: cache hit +Info 8306 [19:26:53.019] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8307 [19:26:53.019] collectAutoImports: response is complete +Info 8308 [19:26:53.019] collectAutoImports: 11.757617995142937 +Info 8309 [19:26:53.019] getCompletionData: Semantic work: 12.506717011332512 +Info 8310 [19:26:53.026] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.552365005016327 +Info 8311 [19:26:53.387] getCompletionData: Get current token: 0.004638001322746277 +Info 8312 [19:26:53.388] getCompletionData: Is inside comment: 0.0012820065021514893 +Info 8313 [19:26:53.388] getCompletionData: Get previous token: 0.045490995049476624 +Info 8314 [19:26:53.388] getCompletionsAtPosition: isCompletionListBlocker: 0.003999993205070496 +Info 8315 [19:26:53.388] getExportInfoMap: cache hit +Info 8316 [19:26:53.396] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8317 [19:26:53.396] collectAutoImports: response is complete +Info 8318 [19:26:53.396] collectAutoImports: 7.306229993700981 +Info 8319 [19:26:53.396] getCompletionData: Semantic work: 8.00433300435543 +Info 8320 [19:26:53.401] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.403773993253708 +Info 8321 [19:26:53.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8322 [19:26:53.460] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 783 structureChanged: false structureIsReused:: Completely Elapsed: 10.56802499294281ms +Info 8323 [19:26:53.460] Different program with same set of files +Info 8324 [19:26:53.461] getCompletionData: Get current token: 0.0066479891538619995 +Info 8325 [19:26:53.461] getCompletionData: Is inside comment: 0.0018450021743774414 +Info 8326 [19:26:53.461] getCompletionData: Get previous token: 0.028396010398864746 +Info 8327 [19:26:53.461] getCompletionsAtPosition: isCompletionListBlocker: 0.0040850043296813965 +Info 8328 [19:26:53.461] getExportInfoMap: cache hit +Info 8329 [19:26:53.466] collectAutoImports: resolved 0 module specifiers, plus 84 ambient and 7 from cache +Info 8330 [19:26:53.466] collectAutoImports: response is complete +Info 8331 [19:26:53.466] collectAutoImports: 4.393635004758835 +Info 8332 [19:26:53.466] getCompletionData: Semantic work: 5.0826660096645355 +Info 8333 [19:26:53.479] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.039544999599457 +Info 8334 [19:26:53.480] Format host information updated +Info 8335 [19:26:53.544] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8336 [19:26:53.551] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 784 structureChanged: false structureIsReused:: Completely Elapsed: 6.923579007387161ms +Info 8337 [19:26:53.551] Different program with same set of files +Info 8338 [19:26:53.551] getCompletionData: Get current token: 0.005702003836631775 +Info 8339 [19:26:53.551] getCompletionData: Is inside comment: 0.0020460039377212524 +Info 8340 [19:26:53.552] getCompletionData: Get previous token: 0.024335995316505432 +Info 8341 [19:26:53.552] getCompletionsAtPosition: isCompletionListBlocker: 0.0033250004053115845 +Info 8342 [19:26:53.552] getExportInfoMap: cache hit +Info 8343 [19:26:53.557] collectAutoImports: resolved 0 module specifiers, plus 51 ambient and 4 from cache +Info 8344 [19:26:53.557] collectAutoImports: response is complete +Info 8345 [19:26:53.557] collectAutoImports: 5.019567996263504 +Info 8346 [19:26:53.557] getCompletionData: Semantic work: 5.5828880071640015 +Info 8347 [19:26:53.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4490960091352463 +Info 8348 [19:26:53.568] Format host information updated +Info 8349 [19:26:53.691] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8350 [19:26:53.717] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 785 structureChanged: false structureIsReused:: Completely Elapsed: 25.034869998693466ms +Info 8351 [19:26:53.717] Different program with same set of files +Info 8352 [19:26:53.717] getCompletionData: Get current token: 0.015827998518943787 +Info 8353 [19:26:53.717] getCompletionData: Is inside comment: 0.0066740065813064575 +Info 8354 [19:26:53.717] getCompletionData: Get previous token: 0.067781001329422 +Info 8355 [19:26:53.717] getCompletionsAtPosition: isCompletionListBlocker: 0.008981004357337952 +Info 8356 [19:26:53.719] getExportInfoMap: cache hit +Info 8357 [19:26:53.724] collectAutoImports: resolved 0 module specifiers, plus 26 ambient and 2 from cache +Info 8358 [19:26:53.724] collectAutoImports: response is complete +Info 8359 [19:26:53.724] collectAutoImports: 4.590223997831345 +Info 8360 [19:26:53.724] getCompletionData: Semantic work: 6.14436399936676 +Info 8361 [19:26:53.742] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5295269936323166 +Info 8362 [19:26:53.743] Format host information updated +Info 8363 [19:26:53.890] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8364 [19:26:53.897] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 786 structureChanged: false structureIsReused:: Completely Elapsed: 7.198667988181114ms +Info 8365 [19:26:53.897] Different program with same set of files +Info 8366 [19:26:53.897] getCompletionData: Get current token: 0.006114989519119263 +Info 8367 [19:26:53.897] getCompletionData: Is inside comment: 0.0019420087337493896 +Info 8368 [19:26:53.897] getCompletionData: Get previous token: 0.018335998058319092 +Info 8369 [19:26:53.897] getCompletionsAtPosition: isCompletionListBlocker: 0.005156993865966797 +Info 8370 [19:26:53.898] getExportInfoMap: cache hit +Info 8371 [19:26:53.912] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8372 [19:26:53.912] collectAutoImports: response is complete +Info 8373 [19:26:53.912] collectAutoImports: 14.206027999520302 +Info 8374 [19:26:53.912] getCompletionData: Semantic work: 14.754462003707886 +Info 8375 [19:26:53.927] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.474491998553276 +Info 8376 [19:26:53.934] Format host information updated +Info 8377 [19:26:53.951] Format host information updated +Info 8378 [19:26:53.951] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8379 [19:26:53.958] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 787 structureChanged: false structureIsReused:: Completely Elapsed: 6.449759006500244ms +Info 8380 [19:26:53.958] Different program with same set of files +Info 8381 [19:26:54.044] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8382 [19:26:54.053] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 788 structureChanged: false structureIsReused:: Completely Elapsed: 8.239417999982834ms +Info 8383 [19:26:54.053] Different program with same set of files +Info 8384 [19:26:54.053] getCompletionData: Get current token: 0.005872994661331177 +Info 8385 [19:26:54.053] getCompletionData: Is inside comment: 0.0024700015783309937 +Info 8386 [19:26:54.053] getCompletionData: Get previous token: 0.02823600172996521 +Info 8387 [19:26:54.053] getCompletionsAtPosition: isCompletionListBlocker: 0.0066560059785842896 +Info 8388 [19:26:54.053] getExportInfoMap: cache hit +Info 8389 [19:26:54.062] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 8390 [19:26:54.062] collectAutoImports: response is complete +Info 8391 [19:26:54.062] collectAutoImports: 8.012618005275726 +Info 8392 [19:26:54.062] getCompletionData: Semantic work: 8.696192994713783 +Info 8393 [19:26:54.068] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6632829904556274 +Info 8394 [19:26:54.070] Format host information updated +Info 8395 [19:26:54.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8396 [19:26:54.178] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 789 structureChanged: false structureIsReused:: Completely Elapsed: 7.801738008856773ms +Info 8397 [19:26:54.178] Different program with same set of files +Info 8398 [19:26:54.178] getCompletionData: Get current token: 0.0046309977769851685 +Info 8399 [19:26:54.178] getCompletionData: Is inside comment: 0.0011420100927352905 +Info 8400 [19:26:54.178] getCompletionData: Get previous token: 0.024914994835853577 +Info 8401 [19:26:54.178] getCompletionsAtPosition: isCompletionListBlocker: 0.004905000329017639 +Info 8402 [19:26:54.179] getExportInfoMap: cache hit +Info 8403 [19:26:54.184] collectAutoImports: resolved 0 module specifiers, plus 58 ambient and 5 from cache +Info 8404 [19:26:54.184] collectAutoImports: response is complete +Info 8405 [19:26:54.184] collectAutoImports: 4.888459995388985 +Info 8406 [19:26:54.184] getCompletionData: Semantic work: 5.686341002583504 +Info 8407 [19:26:54.188] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6524730026721954 +Info 8408 [19:26:54.189] Format host information updated +Info 8409 [19:26:54.351] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8410 [19:26:54.381] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 790 structureChanged: false structureIsReused:: Completely Elapsed: 30.144430994987488ms +Info 8411 [19:26:54.381] Different program with same set of files +Info 8412 [19:26:54.382] getCompletionData: Get current token: 0.015321001410484314 +Info 8413 [19:26:54.382] getCompletionData: Is inside comment: 0.006382003426551819 +Info 8414 [19:26:54.382] getCompletionData: Get previous token: 0.08379200100898743 +Info 8415 [19:26:54.382] getCompletionsAtPosition: isCompletionListBlocker: 0.012602001428604126 +Info 8416 [19:26:54.384] getExportInfoMap: cache hit +Info 8417 [19:26:54.393] collectAutoImports: resolved 0 module specifiers, plus 15 ambient and 2 from cache +Info 8418 [19:26:54.393] collectAutoImports: response is complete +Info 8419 [19:26:54.393] collectAutoImports: 8.39503100514412 +Info 8420 [19:26:54.393] getCompletionData: Semantic work: 10.603062003850937 +Info 8421 [19:26:54.399] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.0418799966573715 +Info 8422 [19:26:54.400] Format host information updated +Info 8423 [19:26:54.444] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8424 [19:26:54.451] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 791 structureChanged: false structureIsReused:: Completely Elapsed: 7.385566011071205ms +Info 8425 [19:26:54.451] Different program with same set of files +Info 8426 [19:26:54.452] getCompletionData: Get current token: 0.005352005362510681 +Info 8427 [19:26:54.452] getCompletionData: Is inside comment: 0.0019380003213882446 +Info 8428 [19:26:54.452] getCompletionData: Get previous token: 0.02791498601436615 +Info 8429 [19:26:54.452] getCompletionsAtPosition: isCompletionListBlocker: 0.005576997995376587 +Info 8430 [19:26:54.452] getExportInfoMap: cache hit +Info 8431 [19:26:54.454] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 8432 [19:26:54.454] collectAutoImports: response is complete +Info 8433 [19:26:54.454] collectAutoImports: 1.5585090070962906 +Info 8434 [19:26:54.454] getCompletionData: Semantic work: 2.183198004961014 +Info 8435 [19:26:54.458] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1222040057182312 +Info 8436 [19:26:54.460] Format host information updated +Info 8437 [19:26:54.600] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8438 [19:26:54.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 792 structureChanged: false structureIsReused:: Completely Elapsed: 7.588661998510361ms +Info 8439 [19:26:54.607] Different program with same set of files +Info 8440 [19:26:54.608] getCompletionData: Get current token: 0.004979997873306274 +Info 8441 [19:26:54.608] getCompletionData: Is inside comment: 0.0013709962368011475 +Info 8442 [19:26:54.608] getCompletionData: Get previous token: 0.02700100839138031 +Info 8443 [19:26:54.608] getCompletionsAtPosition: isCompletionListBlocker: 0.005729004740715027 +Info 8444 [19:26:54.608] getExportInfoMap: cache hit +Info 8445 [19:26:54.610] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 8446 [19:26:54.610] collectAutoImports: response is complete +Info 8447 [19:26:54.610] collectAutoImports: 1.487415999174118 +Info 8448 [19:26:54.610] getCompletionData: Semantic work: 2.14028000831604 +Info 8449 [19:26:54.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2546170055866241 +Info 8450 [19:26:54.615] Format host information updated +Info 8451 [19:26:54.769] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8452 [19:26:54.778] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 793 structureChanged: false structureIsReused:: Completely Elapsed: 9.359779000282288ms +Info 8453 [19:26:54.778] Different program with same set of files +Info 8454 [19:26:54.779] getCompletionData: Get current token: 0.006104990839958191 +Info 8455 [19:26:54.779] getCompletionData: Is inside comment: 0.0017729997634887695 +Info 8456 [19:26:54.779] getCompletionData: Get previous token: 0.029728010296821594 +Info 8457 [19:26:54.779] getCompletionsAtPosition: isCompletionListBlocker: 0.007048994302749634 +Info 8458 [19:26:54.780] getExportInfoMap: cache hit +Info 8459 [19:26:54.793] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8460 [19:26:54.793] collectAutoImports: response is complete +Info 8461 [19:26:54.793] collectAutoImports: 13.671829000115395 +Info 8462 [19:26:54.793] getCompletionData: Semantic work: 14.462103009223938 +Info 8463 [19:26:54.806] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.16184800863266 +Info 8464 [19:26:54.812] Format host information updated +Info 8465 [19:26:54.837] Format host information updated +Info 8466 [19:26:54.837] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8467 [19:26:54.844] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 794 structureChanged: false structureIsReused:: Completely Elapsed: 6.944136008620262ms +Info 8468 [19:26:54.844] Different program with same set of files +Info 8469 [19:26:55.270] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8470 [19:26:55.279] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 795 structureChanged: false structureIsReused:: Completely Elapsed: 9.215213999152184ms +Info 8471 [19:26:55.279] Different program with same set of files +Info 8472 [19:26:55.288] Format host information updated +Info 8473 [19:26:55.404] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8474 [19:26:55.411] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 796 structureChanged: false structureIsReused:: Completely Elapsed: 7.2220669984817505ms +Info 8475 [19:26:55.411] Different program with same set of files +Info 8476 [19:26:55.411] getCompletionData: Get current token: 0.005882009863853455 +Info 8477 [19:26:55.411] getCompletionData: Is inside comment: 0.0020690113306045532 +Info 8478 [19:26:55.411] getCompletionData: Get previous token: 0.024015992879867554 +Info 8479 [19:26:55.411] getCompletionsAtPosition: isCompletionListBlocker: 0.009322002530097961 +Info 8480 [19:26:55.412] getExportInfoMap: cache hit +Info 8481 [19:26:55.427] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8482 [19:26:55.427] collectAutoImports: response is complete +Info 8483 [19:26:55.427] collectAutoImports: 14.931478008627892 +Info 8484 [19:26:55.427] getCompletionData: Semantic work: 15.69557300209999 +Info 8485 [19:26:55.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.078671008348465 +Info 8486 [19:26:55.452] Format host information updated +Info 8487 [19:26:55.469] Format host information updated +Info 8488 [19:26:56.391] Format host information updated +Info 8489 [19:26:56.391] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8490 [19:26:56.398] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 797 structureChanged: false structureIsReused:: Completely Elapsed: 7.104712009429932ms +Info 8491 [19:26:56.398] Different program with same set of files +Info 8492 [19:26:56.995] Format host information updated +Info 8493 [19:26:56.995] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8494 [19:26:57.003] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 798 structureChanged: false structureIsReused:: Completely Elapsed: 7.351015999913216ms +Info 8495 [19:26:57.003] Different program with same set of files +Info 8496 [19:26:58.018] Format host information updated +Info 8497 [19:26:58.018] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8498 [19:26:58.025] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 799 structureChanged: false structureIsReused:: Completely Elapsed: 6.624566003680229ms +Info 8499 [19:26:58.025] Different program with same set of files +Info 8500 [19:26:58.623] Format host information updated +Info 8501 [19:26:58.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8502 [19:26:58.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 800 structureChanged: false structureIsReused:: Completely Elapsed: 6.462495997548103ms +Info 8503 [19:26:58.630] Different program with same set of files +Info 8504 [19:26:58.774] Format host information updated +Info 8505 [19:26:58.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8506 [19:26:58.782] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 801 structureChanged: false structureIsReused:: Completely Elapsed: 7.897510007023811ms +Info 8507 [19:26:58.782] Different program with same set of files +Info 8508 [19:26:59.407] Format host information updated +Info 8509 [19:26:59.408] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8510 [19:26:59.416] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 802 structureChanged: false structureIsReused:: Completely Elapsed: 8.43538399040699ms +Info 8511 [19:26:59.416] Different program with same set of files +Info 8512 [19:26:59.597] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8513 [19:26:59.604] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 803 structureChanged: false structureIsReused:: Completely Elapsed: 7.031635001301765ms +Info 8514 [19:26:59.604] Different program with same set of files +Info 8515 [19:26:59.604] getCompletionData: Get current token: 0.006815001368522644 +Info 8516 [19:26:59.604] getCompletionData: Is inside comment: 0.012324005365371704 +Info 8517 [19:26:59.604] getCompletionData: Get previous token: 0.023184001445770264 +Info 8518 [19:26:59.604] getCompletionsAtPosition: isCompletionListBlocker: 0.008302003145217896 +Info 8519 [19:26:59.605] getExportInfoMap: cache hit +Info 8520 [19:26:59.610] collectAutoImports: resolved 0 module specifiers, plus 170 ambient and 14 from cache +Info 8521 [19:26:59.610] collectAutoImports: response is complete +Info 8522 [19:26:59.610] collectAutoImports: 4.633852005004883 +Info 8523 [19:26:59.610] getCompletionData: Semantic work: 5.352866992354393 +Info 8524 [19:26:59.614] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.244110986590385 +Info 8525 [19:26:59.616] Format host information updated +Info 8526 [19:26:59.727] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8527 [19:26:59.735] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 804 structureChanged: false structureIsReused:: Completely Elapsed: 7.117150992155075ms +Info 8528 [19:26:59.735] Different program with same set of files +Info 8529 [19:26:59.735] getCompletionData: Get current token: 0.006650999188423157 +Info 8530 [19:26:59.735] getCompletionData: Is inside comment: 0.014542996883392334 +Info 8531 [19:26:59.735] getCompletionData: Get previous token: 0.023671001195907593 +Info 8532 [19:26:59.735] getCompletionsAtPosition: isCompletionListBlocker: 0.008602991700172424 +Info 8533 [19:26:59.735] getExportInfoMap: cache hit +Info 8534 [19:26:59.739] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 8 from cache +Info 8535 [19:26:59.739] collectAutoImports: response is complete +Info 8536 [19:26:59.739] collectAutoImports: 3.798350006341934 +Info 8537 [19:26:59.739] getCompletionData: Semantic work: 4.531039997935295 +Info 8538 [19:26:59.741] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6209260076284409 +Info 8539 [19:26:59.742] Format host information updated +Info 8540 [19:26:59.911] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8541 [19:26:59.918] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 805 structureChanged: false structureIsReused:: Completely Elapsed: 7.150827005505562ms +Info 8542 [19:26:59.918] Different program with same set of files +Info 8543 [19:26:59.918] getCompletionData: Get current token: 0.005888998508453369 +Info 8544 [19:26:59.918] getCompletionData: Is inside comment: 0.011327996850013733 +Info 8545 [19:26:59.918] getCompletionData: Get previous token: 0.02019999921321869 +Info 8546 [19:26:59.918] getCompletionsAtPosition: isCompletionListBlocker: 0.007060989737510681 +Info 8547 [19:26:59.919] getExportInfoMap: cache hit +Info 8548 [19:26:59.922] collectAutoImports: resolved 0 module specifiers, plus 21 ambient and 3 from cache +Info 8549 [19:26:59.922] collectAutoImports: response is complete +Info 8550 [19:26:59.922] collectAutoImports: 3.1893759965896606 +Info 8551 [19:26:59.922] getCompletionData: Semantic work: 3.9918249994516373 +Info 8552 [19:26:59.924] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8012759983539581 +Info 8553 [19:26:59.925] Format host information updated +Info 8554 [19:27:00.010] Format host information updated +Info 8555 [19:27:00.011] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8556 [19:27:00.043] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 806 structureChanged: false structureIsReused:: Completely Elapsed: 32.0222560018301ms +Info 8557 [19:27:00.043] Different program with same set of files +Info 8558 [19:27:00.224] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8559 [19:27:00.247] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 807 structureChanged: false structureIsReused:: Completely Elapsed: 22.680746003985405ms +Info 8560 [19:27:00.247] Different program with same set of files +Info 8561 [19:27:00.247] getCompletionData: Get current token: 0.01529298722743988 +Info 8562 [19:27:00.247] getCompletionData: Is inside comment: 0.03188200294971466 +Info 8563 [19:27:00.247] getCompletionData: Get previous token: 0.047863006591796875 +Info 8564 [19:27:00.247] getCompletionsAtPosition: isCompletionListBlocker: 0.0031320005655288696 +Info 8565 [19:27:00.247] Returning an empty list because completion was requested in an invalid position. +Info 8566 [19:27:00.248] Format host information updated +Info 8567 [19:27:00.293] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8568 [19:27:00.305] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 808 structureChanged: false structureIsReused:: Completely Elapsed: 11.622749999165535ms +Info 8569 [19:27:00.305] Different program with same set of files +Info 8570 [19:27:00.305] getCompletionData: Get current token: 0.00772799551486969 +Info 8571 [19:27:00.305] getCompletionData: Is inside comment: 0.01567499339580536 +Info 8572 [19:27:00.305] getCompletionData: Get previous token: 0.0243770033121109 +Info 8573 [19:27:00.305] getCompletionsAtPosition: isCompletionListBlocker: 0.001896008849143982 +Info 8574 [19:27:00.305] Returning an empty list because completion was requested in an invalid position. +Info 8575 [19:27:00.306] Format host information updated +Info 8576 [19:27:00.478] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8577 [19:27:00.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 809 structureChanged: false structureIsReused:: Completely Elapsed: 27.803360998630524ms +Info 8578 [19:27:00.506] Different program with same set of files +Info 8579 [19:27:00.507] getCompletionData: Get current token: 0.019978001713752747 +Info 8580 [19:27:00.507] getCompletionData: Is inside comment: 0.04387599229812622 +Info 8581 [19:27:00.507] getCompletionData: Get previous token: 0.06440399587154388 +Info 8582 [19:27:00.507] getCompletionsAtPosition: isCompletionListBlocker: 0.004622995853424072 +Info 8583 [19:27:00.507] Returning an empty list because completion was requested in an invalid position. +Info 8584 [19:27:00.507] Format host information updated +Info 8585 [19:27:00.540] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8586 [19:27:00.548] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 810 structureChanged: false structureIsReused:: Completely Elapsed: 8.080569997429848ms +Info 8587 [19:27:00.548] Different program with same set of files +Info 8588 [19:27:00.548] getCompletionData: Get current token: 0.007357001304626465 +Info 8589 [19:27:00.548] getCompletionData: Is inside comment: 0.016506999731063843 +Info 8590 [19:27:00.548] getCompletionData: Get previous token: 0.024865999817848206 +Info 8591 [19:27:00.548] getCompletionsAtPosition: isCompletionListBlocker: 0.0021800100803375244 +Info 8592 [19:27:00.548] Returning an empty list because completion was requested in an invalid position. +Info 8593 [19:27:00.549] Format host information updated +Info 8594 [19:27:00.609] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8595 [19:27:00.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 811 structureChanged: false structureIsReused:: Completely Elapsed: 19.216404005885124ms +Info 8596 [19:27:00.628] Different program with same set of files +Info 8597 [19:27:00.629] getCompletionData: Get current token: 0.020834997296333313 +Info 8598 [19:27:00.629] getCompletionData: Is inside comment: 0.04546399414539337 +Info 8599 [19:27:00.629] getCompletionData: Get previous token: 0.06892900168895721 +Info 8600 [19:27:00.629] getCompletionsAtPosition: isCompletionListBlocker: 0.004666000604629517 +Info 8601 [19:27:00.629] Returning an empty list because completion was requested in an invalid position. +Info 8602 [19:27:00.635] Format host information updated +Info 8603 [19:27:00.826] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8604 [19:27:00.849] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 812 structureChanged: false structureIsReused:: Completely Elapsed: 22.603374004364014ms +Info 8605 [19:27:00.849] Different program with same set of files +Info 8606 [19:27:00.850] getCompletionData: Get current token: 0.016146987676620483 +Info 8607 [19:27:00.850] getCompletionData: Is inside comment: 0.03504599630832672 +Info 8608 [19:27:00.850] getCompletionData: Get previous token: 0.05133900046348572 +Info 8609 [19:27:00.850] getCompletionsAtPosition: isCompletionListBlocker: 0.004001989960670471 +Info 8610 [19:27:00.850] Returning an empty list because completion was requested in an invalid position. +Info 8611 [19:27:00.850] Format host information updated +Info 8612 [19:27:00.940] Format host information updated +Info 8613 [19:27:00.941] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8614 [19:27:00.975] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 813 structureChanged: false structureIsReused:: Completely Elapsed: 34.03439100086689ms +Info 8615 [19:27:00.975] Different program with same set of files +Info 8616 [19:27:00.996] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8617 [19:27:01.004] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 814 structureChanged: false structureIsReused:: Completely Elapsed: 7.627066001296043ms +Info 8618 [19:27:01.004] Different program with same set of files +Info 8619 [19:27:01.004] getCompletionData: Get current token: 0.01488599181175232 +Info 8620 [19:27:01.004] getCompletionData: Is inside comment: 0.017069995403289795 +Info 8621 [19:27:01.004] getCompletionData: Get previous token: 0.013885006308555603 +Info 8622 [19:27:01.004] getCompletionsAtPosition: isCompletionListBlocker: 0.0080069899559021 +Info 8623 [19:27:01.004] getExportInfoMap: cache hit +Info 8624 [19:27:01.018] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8625 [19:27:01.018] collectAutoImports: response is complete +Info 8626 [19:27:01.018] collectAutoImports: 13.865179985761642 +Info 8627 [19:27:01.018] getCompletionData: Semantic work: 14.420652002096176 +Info 8628 [19:27:01.025] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.504372000694275 +Info 8629 [19:27:01.030] Format host information updated +Info 8630 [19:27:01.099] Format host information updated +Info 8631 [19:27:01.099] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8632 [19:27:01.110] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 815 structureChanged: false structureIsReused:: Completely Elapsed: 10.853560000658035ms +Info 8633 [19:27:01.110] Different program with same set of files +Info 8634 [19:27:02.018] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8635 [19:27:02.024] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 816 structureChanged: false structureIsReused:: Completely Elapsed: 6.5779590010643005ms +Info 8636 [19:27:02.024] Different program with same set of files +Info 8637 [19:27:02.024] getCompletionData: Get current token: 0.005997002124786377 +Info 8638 [19:27:02.024] getCompletionData: Is inside comment: 0.012842997908592224 +Info 8639 [19:27:02.024] getCompletionData: Get previous token: 0.010948002338409424 +Info 8640 [19:27:02.024] getCompletionsAtPosition: isCompletionListBlocker: 0.0028900057077407837 +Info 8641 [19:27:02.025] getExportInfoMap: cache hit +Info 8642 [19:27:02.037] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8643 [19:27:02.037] collectAutoImports: response is complete +Info 8644 [19:27:02.037] collectAutoImports: 12.337275996804237 +Info 8645 [19:27:02.037] getCompletionData: Semantic work: 12.789421990513802 +Info 8646 [19:27:02.044] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.22325299680233 +Info 8647 [19:27:02.049] Format host information updated +Info 8648 [19:27:02.097] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8649 [19:27:02.104] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 817 structureChanged: false structureIsReused:: Completely Elapsed: 7.528016999363899ms +Info 8650 [19:27:02.104] Different program with same set of files +Info 8651 [19:27:02.104] getCompletionData: Get current token: 0.012081995606422424 +Info 8652 [19:27:02.104] getCompletionData: Is inside comment: 0.016403988003730774 +Info 8653 [19:27:02.104] getCompletionData: Get previous token: 0.013503998517990112 +Info 8654 [19:27:02.104] getCompletionsAtPosition: isCompletionListBlocker: 0.008410006761550903 +Info 8655 [19:27:02.105] getExportInfoMap: cache hit +Info 8656 [19:27:02.117] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8657 [19:27:02.117] collectAutoImports: response is complete +Info 8658 [19:27:02.117] collectAutoImports: 12.119415000081062 +Info 8659 [19:27:02.117] getCompletionData: Semantic work: 12.729575008153915 +Info 8660 [19:27:02.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.143748998641968 +Info 8661 [19:27:02.131] Format host information updated +Info 8662 [19:27:02.380] getCompletionData: Get current token: 0.005236998200416565 +Info 8663 [19:27:02.380] getCompletionData: Is inside comment: 0.0012589991092681885 +Info 8664 [19:27:02.380] getCompletionData: Get previous token: 0.015455007553100586 +Info 8665 [19:27:02.380] getCompletionsAtPosition: isCompletionListBlocker: 0.0028969943523406982 +Info 8666 [19:27:02.381] getExportInfoMap: cache hit +Info 8667 [19:27:02.388] collectAutoImports: resolved 0 module specifiers, plus 1059 ambient and 98 from cache +Info 8668 [19:27:02.388] collectAutoImports: response is complete +Info 8669 [19:27:02.388] collectAutoImports: 7.792475000023842 +Info 8670 [19:27:02.388] getCompletionData: Semantic work: 8.420489996671677 +Info 8671 [19:27:02.396] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.1475419998168945 +Info 8672 [19:27:02.630] Format host information updated +Info 8673 [19:27:02.630] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 8674 [19:27:02.637] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 818 structureChanged: false structureIsReused:: Completely Elapsed: 6.294938996434212ms +Info 8675 [19:27:02.637] Different program with same set of files diff --git a/.log/tsserver-log-vMLPmS/ti-183582.log b/.log/tsserver-log-vMLPmS/ti-183582.log new file mode 100644 index 0000000..3a68039 --- /dev/null +++ b/.log/tsserver-log-vMLPmS/ti-183582.log @@ -0,0 +1,161 @@ +[15:28:54.305] Global cache location '/home/orion/.cache/typescript/5.2', safe file path '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typingSafeList.json', types map path /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json +[15:28:54.305] Processing cache location '/home/orion/.cache/typescript/5.2' +[15:28:54.305] Trying to find '/home/orion/.cache/typescript/5.2/package.json'... +[15:28:54.307] Loaded content of '/home/orion/.cache/typescript/5.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.661"},"devDependencies":{"@types/arr-union":"^3.1.0","@types/assert":"^1.5.6","@types/buffer-from":"^1.1.0","@types/clone-deep":"^4.0.1","@types/cookie":"^0.5.1","@types/d":"^1.0.1","@types/debug":"^4.1.8","@types/dot":"^1.1.5","@types/go":"^1.6.24","@types/is-buffer":"^2.0.0","@types/kind-of":"^6.0.0","@types/merge-deep":"^3.0.0","@types/mime":"^3.0.1","@types/mvdan-sh":"^0.10.6","@types/node":"^20.6.1","@types/path-browserify":"^1.0.0","@types/pathjs":"^0.8.36","@types/q":"^1.5.5","@types/qs":"^6.9.7","@types/react":"^18.2.21","@types/react-dom":"^18.2.7","@types/source-map-support":"^0.5.7","@types/ws":"^8.5.5"}} +[15:28:54.307] Loaded content of '/home/orion/.cache/typescript/5.2/package-lock.json' +[15:28:54.307] Finished processing cache location '/home/orion/.cache/typescript/5.2' +[15:28:54.307] Process id: 183600 +[15:28:54.307] NPM location: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" (explicit '--npmLocation' not provided) +[15:28:54.307] validateDefaultNpmLocation: true +[15:28:54.308] Npm config file: /home/orion/.cache/typescript/5.2/package.json +[15:28:54.308] Updating types-registry npm package... +[15:28:54.308] Exec: "/home/orion/.asdf/installs/node/20.2.0/bin/npm" install --ignore-scripts types-registry@latest +[15:28:55.175] Succeeded. stdout: + + up to date, audited 30 packages in 626ms + +found 0 vulnerabilities + +[15:28:55.175] Updated types-registry npm package +[15:28:55.233] Got install request {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","fileNames":["/home/orion/src/purescript-puppeteer/bun/fmt.js"],"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:28:55.245] Loaded safelist from types map file '/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/typesMap.json' +[15:28:55.245] Explicitly included types: [] +[15:28:55.245] Inferred typings from unresolved imports: [] +[15:28:55.245] Result: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:28:55.245] Finished typings discovery: {"cachedTypingPaths":[],"newTypingNames":[],"filesToWatch":[]} +[15:28:55.245] Closing file watchers for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:28:55.245] No watchers are registered for project '/home/orion/src/purescript-puppeteer/jsconfig.json' +[15:28:55.245] Sending response: + {"projectName":"/home/orion/src/purescript-puppeteer/jsconfig.json","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"allowJs":true,"maxNodeModuleJsDepth":2,"allowSyntheticDefaultImports":true,"skipLibCheck":true,"noEmit":true,"types":["bun-types"],"lib":["lib.esnext.d.ts"],"target":99,"module":99,"moduleResolution":100,"moduleDetection":3,"jsx":2,"checkJs":true,"strict":true,"configFilePath":"/home/orion/src/purescript-puppeteer/jsconfig.json","allowNonTsExtensions":true},"typings":[],"unresolvedImports":[],"kind":"action::set"} +[15:28:55.246] Response has been sent. +[15:28:55.246] No new typings were requested as a result of typings discovery +[15:28:55.246] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.scripthost.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.full.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:28:55.246] Explicitly included types: [] +[15:28:55.247] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","typescript"] +[15:28:55.247] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:28:55.247] Package 'bun-types' provides its own types. +[15:28:55.247] Found package names: [] +[15:28:55.247] Inferred typings from unresolved imports: [] +[15:28:55.247] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:28:55.248] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:28:55.248] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*","files":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:28:55.248] Response has been sent. +[15:28:55.248] Installing typings ["typescript"] +[15:28:55.248] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:28:55.248] All typings are known to be missing or invalid - no need to install more typings +[15:28:55.248] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"noEmitForJsFiles":true,"maxNodeModuleJsDepth":2},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:28:55.248] Response has been sent. +[15:28:55.731] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:28:55.731] Explicitly included types: [] +[15:28:55.732] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","typescript"] +[15:28:55.732] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:28:55.732] Package 'bun-types' provides its own types. +[15:28:55.732] Found package names: [] +[15:28:55.733] Inferred typings from unresolved imports: [] +[15:28:55.733] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:28:55.733] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:28:55.733] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[15:28:55.733] Response has been sent. +[15:28:55.733] Installing typings ["typescript"] +[15:28:55.733] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:28:55.733] All typings are known to be missing or invalid - no need to install more typings +[15:28:55.733] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:28:55.733] Response has been sent. +[15:39:47.557] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:39:47.557] Explicitly included types: [] +[15:39:47.558] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","typescript"] +[15:39:47.558] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:39:47.558] Package 'bun-types' provides its own types. +[15:39:47.559] Found package names: [] +[15:39:47.559] Inferred typings from unresolved imports: [] +[15:39:47.559] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:39:47.559] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:39:47.559] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[15:39:47.559] Response has been sent. +[15:39:47.559] Installing typings ["typescript"] +[15:39:47.559] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:39:47.559] All typings are known to be missing or invalid - no need to install more typings +[15:39:47.559] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:39:47.559] Response has been sent. +[15:39:57.740] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:39:57.740] Explicitly included types: [] +[15:39:57.741] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purty","typescript"] +[15:39:57.741] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purty/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:39:57.742] Package 'bun-types' provides its own types. +[15:39:57.742] Found package names: ["purty"] +[15:39:57.743] Inferred typings from unresolved imports: [] +[15:39:57.743] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purty","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:39:57.743] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purty","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:39:57.743] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[15:39:57.743] Response has been sent. +[15:39:57.743] Installing typings ["purty","typescript"] +[15:39:57.743] 'purty':: Entry for package 'purty' does not exist in local types registry - skipping... +[15:39:57.743] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:39:57.743] All typings are known to be missing or invalid - no need to install more typings +[15:39:57.743] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:39:57.743] Response has been sent. +[15:40:09.734] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:40:09.734] Explicitly included types: [] +[15:40:09.735] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","typescript"] +[15:40:09.735] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:40:09.735] Package 'bun-types' provides its own types. +[15:40:09.735] Found package names: [] +[15:40:09.735] Inferred typings from unresolved imports: [] +[15:40:09.735] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:40:09.735] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:40:09.735] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[15:40:09.735] Response has been sent. +[15:40:09.736] Installing typings ["typescript"] +[15:40:09.736] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:40:09.736] All typings are known to be missing or invalid - no need to install more typings +[15:40:09.736] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:40:09.736] Response has been sent. +[15:40:25.868] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:40:25.868] Explicitly included types: [] +[15:40:25.868] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[15:40:25.868] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:40:25.869] Package 'bun-types' provides its own types. +[15:40:25.870] Found package names: ["purs-tidy"] +[15:40:25.870] Inferred typings from unresolved imports: [] +[15:40:25.870] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:40:25.871] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:40:25.871] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[15:40:25.871] Response has been sent. +[15:40:25.871] Installing typings ["purs-tidy","typescript"] +[15:40:25.871] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[15:40:25.871] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:40:25.871] All typings are known to be missing or invalid - no need to install more typings +[15:40:25.871] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:40:25.871] Response has been sent. +[15:49:42.640] Got install request {"projectName":"/dev/null/inferredProject1*","fileNames":["/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es5.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.core.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2018.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.symbol.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2019.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.bigint.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.date.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2020.number.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.promise.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.weakref.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2021.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.error.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.object.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.string.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2022.regexp.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.array.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.es2023.collection.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.intl.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.disposable.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.esnext.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.d.ts","/home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/lib.decorators.legacy.d.ts","/home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js","/home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js","/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typeAcquisition":{"enable":true,"include":[],"exclude":[]},"unresolvedImports":[],"projectRootPath":"/home/orion/src/purescript-puppeteer","kind":"discover"} +[15:49:42.640] Explicitly included types: [] +[15:49:42.640] Typing names in '/home/orion/src/purescript-puppeteer/package.json' dependencies: ["bun-types","purs-tidy","typescript"] +[15:49:42.640] Searching for typing names in /home/orion/src/purescript-puppeteer/node_modules; all files: ["/home/orion/src/purescript-puppeteer/node_modules/bun-types/package.json","/home/orion/src/purescript-puppeteer/node_modules/purs-tidy/package.json","/home/orion/src/purescript-puppeteer/node_modules/typescript/package.json"] +[15:49:42.640] Package 'bun-types' provides its own types. +[15:49:42.641] Found package names: ["purs-tidy"] +[15:49:42.641] Inferred typings from unresolved imports: [] +[15:49:42.641] Result: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:49:42.641] Finished typings discovery: {"cachedTypingPaths":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"newTypingNames":["purs-tidy","typescript"],"filesToWatch":["/home/orion/src/purescript-puppeteer/src/bower_components","/home/orion/src/purescript-puppeteer/src/node_modules","/home/orion/src/purescript-puppeteer/bower_components","/home/orion/src/purescript-puppeteer/package.json","/home/orion/src/purescript-puppeteer/node_modules"]} +[15:49:42.641] Sending response: + {"kind":"action::watchTypingLocations","projectName":"/dev/null/inferredProject1*"} +[15:49:42.641] Response has been sent. +[15:49:42.641] Installing typings ["purs-tidy","typescript"] +[15:49:42.641] 'purs-tidy':: Entry for package 'purs-tidy' does not exist in local types registry - skipping... +[15:49:42.641] 'typescript':: Entry for package 'typescript' does not exist in local types registry - skipping... +[15:49:42.641] All typings are known to be missing or invalid - no need to install more typings +[15:49:42.641] Sending response: + {"projectName":"/dev/null/inferredProject1*","typeAcquisition":{"enable":true,"include":[],"exclude":[]},"compilerOptions":{"module":99,"moduleResolution":2,"target":7,"jsx":2,"strictNullChecks":true,"strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowNonTsExtensions":true,"allowSyntheticDefaultImports":true,"resolveJsonModule":true,"maxNodeModuleJsDepth":2,"noEmitForJsFiles":true},"typings":["/home/orion/src/purescript-puppeteer/node_modules/bun-types/types.d.ts"],"unresolvedImports":[],"kind":"action::set"} +[15:49:42.641] Response has been sent. +[15:56:12.803] Parent process has exited, shutting down... diff --git a/.log/tsserver-log-vMLPmS/tsserver.log b/.log/tsserver-log-vMLPmS/tsserver.log new file mode 100644 index 0000000..1dfddbf --- /dev/null +++ b/.log/tsserver-log-vMLPmS/tsserver.log @@ -0,0 +1,5158 @@ +Info 0 [15:28:52.330] Starting TS Server +Info 1 [15:28:52.332] Version: 5.2.2 +Info 2 [15:28:52.332] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --cancellationPipeName /tmp/684af8b16cc1392a1c2a732daa6569f1/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-vMLPmS/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [15:28:52.332] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [15:28:52.332] ServerMode: undefined hasUnknownServerMode: undefined +Info 5 [15:28:52.341] Format host information updated +Info 6 [15:28:52.343] Search path: /home/orion/src/purescript-puppeteer/src +Info 7 [15:28:52.343] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 8 [15:28:52.344] Creating configuration project /home/orion/src/purescript-puppeteer/jsconfig.json +Info 9 [15:28:52.356] Config: /home/orion/src/purescript-puppeteer/jsconfig.json : { + "rootNames": [ + "/home/orion/src/purescript-puppeteer/bun/fmt.js" + ], + "options": { + "allowJs": true, + "maxNodeModuleJsDepth": 2, + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "noEmit": true, + "types": [ + "bun-types" + ], + "lib": [ + "lib.esnext.d.ts" + ], + "target": 99, + "module": 99, + "moduleResolution": 100, + "moduleDetection": 3, + "jsx": 2, + "checkJs": true, + "strict": true, + "configFilePath": "/home/orion/src/purescript-puppeteer/jsconfig.json" + } +} +Info 10 [15:28:52.359] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 11 [15:28:53.565] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 1205.4901799997315ms +Info 12 [15:28:53.565] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 13 [15:28:53.565] Files (65) + +Info 14 [15:28:53.565] ----------------------------------------------- +Info 15 [15:28:53.569] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 16 [15:28:53.800] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 230.285668999888ms +Info 17 [15:28:53.800] Project '/dev/null/inferredProject1*' (Inferred) +Info 18 [15:28:53.800] Files (49) + +Info 19 [15:28:53.800] ----------------------------------------------- +Info 20 [15:28:53.808] AutoImportProviderProject: found 3 root files in 3 dependencies in 7.670079999603331 ms +Info 21 [15:28:53.864] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 22 [15:28:54.302] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 437.78892399929464ms +Info 23 [15:28:54.302] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 24 [15:28:54.302] Files (123) + +Info 25 [15:28:54.302] ----------------------------------------------- +Info 26 [15:28:54.303] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 26 [15:28:54.303] Files (65) + +Info 26 [15:28:54.303] ----------------------------------------------- +Info 26 [15:28:54.303] Project '/dev/null/inferredProject1*' (Inferred) +Info 26 [15:28:54.303] Files (49) + +Info 26 [15:28:54.303] ----------------------------------------------- +Info 26 [15:28:54.303] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 26 [15:28:54.303] Files (123) + +Info 26 [15:28:54.303] ----------------------------------------------- +Info 26 [15:28:54.303] Open files: +Info 26 [15:28:54.303] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 26 [15:28:54.303] Projects: /dev/null/inferredProject1* +Info 26 [15:28:54.304] Format host information updated +Info 27 [15:28:54.304] Format host information updated +Info 28 [15:28:54.308] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 29 [15:28:54.308] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.38150699995458126ms +Info 30 [15:28:55.499] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 31 [15:28:55.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 130.70263299997896ms +Info 32 [15:28:55.630] Project '/dev/null/inferredProject1*' (Inferred) +Info 33 [15:28:55.630] Files (65) + +Info 34 [15:28:55.630] ----------------------------------------------- +Info 35 [15:28:55.630] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 36 [15:28:55.630] Files (123) + +Info 37 [15:28:55.630] ----------------------------------------------- +Info 38 [15:28:56.064] Format host information updated +Info 39 [15:28:56.065] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 40 [15:28:56.069] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 3.572583000175655ms +Info 41 [15:28:56.069] Different program with same set of files +Info 42 [15:28:56.527] Format host information updated +Info 43 [15:28:56.528] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 44 [15:28:56.530] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 2.333716000430286ms +Info 45 [15:28:56.530] Different program with same set of files +Info 46 [15:28:56.822] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 47 [15:28:56.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 3.8452679999172688ms +Info 48 [15:28:56.826] Different program with same set of files +Info 49 [15:28:56.839] getCompletionData: Get current token: 0.012729999609291553 +Info 50 [15:28:56.839] getCompletionData: Is inside comment: 0.03728500008583069 +Info 51 [15:28:56.839] getCompletionData: Get previous token: 0.09762499947100878 +Info 52 [15:28:56.842] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.25183700025081635 ms +Info 53 [15:28:56.842] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 54 [15:28:56.842] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 2 structureChanged: false structureIsReused:: Not Elapsed: 0.32270099967718124ms +Info 55 [15:28:56.842] getExportInfoMap: cache miss or empty; calculating new results +Info 56 [15:28:56.908] forEachExternalModuleToImportFrom autoImportProvider: 39.503894000314176 +Info 57 [15:28:56.908] getExportInfoMap: done in 67.01410799939185 ms +Info 58 [15:28:56.920] collectAutoImports: resolved 5 module specifiers, plus 54 ambient and 3 from cache +Info 59 [15:28:56.920] collectAutoImports: response is complete +Info 60 [15:28:56.921] collectAutoImports: 11.872595000080764 +Info 61 [15:28:56.921] getCompletionData: Semantic work: 81.73587700072676 +Info 62 [15:28:56.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.218988999724388 +Info 63 [15:28:56.937] Format host information updated +Info 64 [15:28:56.939] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 65 [15:28:56.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 2.6623529996722937ms +Info 66 [15:28:56.942] Different program with same set of files +Info 67 [15:28:56.942] getCompletionData: Get current token: 0.006686000153422356 +Info 68 [15:28:56.942] getCompletionData: Is inside comment: 0.029246000573039055 +Info 69 [15:28:56.942] getCompletionData: Get previous token: 0.014769000001251698 +Info 70 [15:28:56.943] getExportInfoMap: cache hit +Info 71 [15:28:56.946] collectAutoImports: resolved 0 module specifiers, plus 20 ambient and 1 from cache +Info 72 [15:28:56.946] collectAutoImports: response is complete +Info 73 [15:28:56.946] collectAutoImports: 2.9578019995242357 +Info 74 [15:28:56.946] getCompletionData: Semantic work: 3.7536429995670915 +Info 75 [15:28:56.948] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8644380001351237 +Info 76 [15:28:56.949] Format host information updated +Info 77 [15:28:56.982] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 78 [15:28:56.985] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 2.6367070004343987ms +Info 79 [15:28:56.985] Different program with same set of files +Info 80 [15:28:56.985] getCompletionData: Get current token: 0.03484599944204092 +Info 81 [15:28:56.985] getCompletionData: Is inside comment: 0.048611000180244446 +Info 82 [15:28:56.985] getCompletionData: Get previous token: 0.019834999926388264 +Info 83 [15:28:56.985] getExportInfoMap: cache hit +Info 84 [15:28:56.987] collectAutoImports: resolved 0 module specifiers, plus 4 ambient and 0 from cache +Info 85 [15:28:56.987] collectAutoImports: response is complete +Info 86 [15:28:56.987] collectAutoImports: 1.665345000103116 +Info 87 [15:28:56.987] getCompletionData: Semantic work: 2.286909000016749 +Info 88 [15:28:56.989] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4717379994690418 +Info 89 [15:28:56.989] Format host information updated +Info 90 [15:28:57.070] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 91 [15:28:57.072] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: false structureIsReused:: Completely Elapsed: 1.910950000397861ms +Info 92 [15:28:57.072] Different program with same set of files +Info 93 [15:28:57.073] getCompletionData: Get current token: 0.009000000543892384 +Info 94 [15:28:57.073] getCompletionData: Is inside comment: 0.00904799997806549 +Info 95 [15:28:57.073] getCompletionData: Get previous token: 0.010603000409901142 +Info 96 [15:28:57.073] getExportInfoMap: cache hit +Info 97 [15:28:57.075] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 98 [15:28:57.075] collectAutoImports: response is complete +Info 99 [15:28:57.075] collectAutoImports: 1.651397000066936 +Info 100 [15:28:57.075] getCompletionData: Semantic work: 2.344661000184715 +Info 101 [15:28:57.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6226119995117188 +Info 102 [15:28:57.077] Format host information updated +Info 103 [15:28:57.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 104 [15:28:57.157] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: false structureIsReused:: Completely Elapsed: 3.523914000019431ms +Info 105 [15:28:57.157] Different program with same set of files +Info 106 [15:28:57.157] getCompletionData: Get current token: 0.005549999885261059 +Info 107 [15:28:57.157] getCompletionData: Is inside comment: 0.013565000146627426 +Info 108 [15:28:57.157] getCompletionData: Get previous token: 0.011250999756157398 +Info 109 [15:28:57.157] getExportInfoMap: cache hit +Info 110 [15:28:57.159] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 111 [15:28:57.159] collectAutoImports: response is complete +Info 112 [15:28:57.159] collectAutoImports: 1.6771250003948808 +Info 113 [15:28:57.159] getCompletionData: Semantic work: 2.5147629994899035 +Info 114 [15:28:57.161] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.662008000537753 +Info 115 [15:28:57.162] Format host information updated +Info 116 [15:28:57.254] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 117 [15:28:57.255] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: false structureIsReused:: Completely Elapsed: 1.683265999890864ms +Info 118 [15:28:57.255] Different program with same set of files +Info 119 [15:28:57.255] getCompletionData: Get current token: 0.0032829996198415756 +Info 120 [15:28:57.255] getCompletionData: Is inside comment: 0.011959000490605831 +Info 121 [15:28:57.255] getCompletionData: Get previous token: 0.012171999551355839 +Info 122 [15:28:57.256] getExportInfoMap: cache hit +Info 123 [15:28:57.258] collectAutoImports: resolved 0 module specifiers, plus 2 ambient and 0 from cache +Info 124 [15:28:57.258] collectAutoImports: response is complete +Info 125 [15:28:57.258] collectAutoImports: 1.3503829995170236 +Info 126 [15:28:57.258] getCompletionData: Semantic work: 2.1379140000790358 +Info 127 [15:28:57.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4605950005352497 +Info 128 [15:28:57.260] Format host information updated +Info 129 [15:28:57.487] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 130 [15:28:57.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: false structureIsReused:: Completely Elapsed: 1.8380460003390908ms +Info 131 [15:28:57.489] Different program with same set of files +Info 132 [15:28:57.489] getCompletionData: Get current token: 0.0033229999244213104 +Info 133 [15:28:57.489] getCompletionData: Is inside comment: 0.007935000583529472 +Info 134 [15:28:57.489] getCompletionData: Get previous token: 0.008627999573946 +Info 135 [15:28:57.489] getCompletionsAtPosition: isCompletionListBlocker: 0.3256999999284744 +Info 136 [15:28:57.491] getCompletionData: Semantic work: 1.1278519993647933 +Info 137 [15:28:57.491] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10043299943208694 +Info 138 [15:28:57.491] Format host information updated +Info 139 [15:28:57.657] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 140 [15:28:57.658] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 13 structureChanged: false structureIsReused:: Completely Elapsed: 1.6799950003623962ms +Info 141 [15:28:57.658] Different program with same set of files +Info 142 [15:28:57.659] getCompletionData: Get current token: 0.0031849993392825127 +Info 143 [15:28:57.659] getCompletionData: Is inside comment: 0.007361999712884426 +Info 144 [15:28:57.659] getCompletionData: Get previous token: 0.014421000145375729 +Info 145 [15:28:57.659] getCompletionsAtPosition: isCompletionListBlocker: 0.003882000222802162 +Info 146 [15:28:57.659] getCompletionData: Semantic work: 0.22085599973797798 +Info 147 [15:28:57.659] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.053373999893665314 +Info 148 [15:28:57.659] Format host information updated +Info 149 [15:28:57.749] Before ensureProjectForOpenFiles: +Info 150 [15:28:57.749] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 150 [15:28:57.749] Files (65) + +Info 150 [15:28:57.749] ----------------------------------------------- +Info 150 [15:28:57.749] Project '/dev/null/inferredProject1*' (Inferred) +Info 150 [15:28:57.750] Files (65) + +Info 150 [15:28:57.750] ----------------------------------------------- +Info 150 [15:28:57.750] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 150 [15:28:57.750] Files (123) + +Info 150 [15:28:57.750] ----------------------------------------------- +Info 150 [15:28:57.750] Open files: +Info 150 [15:28:57.750] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 150 [15:28:57.750] Projects: /dev/null/inferredProject1* +Info 150 [15:28:57.750] After ensureProjectForOpenFiles: +Info 151 [15:28:57.750] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 151 [15:28:57.750] Files (65) + +Info 151 [15:28:57.750] ----------------------------------------------- +Info 151 [15:28:57.750] Project '/dev/null/inferredProject1*' (Inferred) +Info 151 [15:28:57.750] Files (65) + +Info 151 [15:28:57.750] ----------------------------------------------- +Info 151 [15:28:57.750] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 151 [15:28:57.750] Files (123) + +Info 151 [15:28:57.750] ----------------------------------------------- +Info 151 [15:28:57.750] Open files: +Info 151 [15:28:57.750] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 151 [15:28:57.750] Projects: /dev/null/inferredProject1* +Info 151 [15:28:57.751] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 152 [15:28:57.762] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 153 [15:28:57.763] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 14 structureChanged: false structureIsReused:: Completely Elapsed: 1.5933179995045066ms +Info 154 [15:28:57.763] Different program with same set of files +Info 155 [15:28:57.764] getCompletionData: Get current token: 0.0035349996760487556 +Info 156 [15:28:57.764] getCompletionData: Is inside comment: 0.007905000820755959 +Info 157 [15:28:57.764] getCompletionData: Get previous token: 0.012931999750435352 +Info 158 [15:28:57.764] getCompletionsAtPosition: isCompletionListBlocker: 0.0023719994351267815 +Info 159 [15:28:57.764] getCompletionData: Semantic work: 0.23418099991977215 +Info 160 [15:28:57.764] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04361400008201599 +Info 161 [15:28:57.764] Format host information updated +Info 162 [15:28:57.845] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 163 [15:28:57.847] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 15 structureChanged: false structureIsReused:: Completely Elapsed: 1.664626999758184ms +Info 164 [15:28:57.847] Different program with same set of files +Info 165 [15:28:57.847] getCompletionData: Get current token: 0.003279999829828739 +Info 166 [15:28:57.847] getCompletionData: Is inside comment: 0.00792199932038784 +Info 167 [15:28:57.847] getCompletionData: Get previous token: 0.012708000838756561 +Info 168 [15:28:57.847] getCompletionsAtPosition: isCompletionListBlocker: 0.002228999510407448 +Info 169 [15:28:57.847] getCompletionData: Semantic work: 0.2337370002642274 +Info 170 [15:28:57.847] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04820699989795685 +Info 171 [15:28:57.847] Format host information updated +Info 172 [15:28:57.964] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 173 [15:28:57.965] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 16 structureChanged: false structureIsReused:: Completely Elapsed: 1.4562299996614456ms +Info 174 [15:28:57.965] Different program with same set of files +Info 175 [15:28:57.965] getCompletionData: Get current token: 0.002776999957859516 +Info 176 [15:28:57.965] getCompletionData: Is inside comment: 0.007070000283420086 +Info 177 [15:28:57.965] getCompletionData: Get previous token: 0.011363000608980656 +Info 178 [15:28:57.965] getCompletionsAtPosition: isCompletionListBlocker: 0.0020169997587800026 +Info 179 [15:28:57.966] getCompletionData: Semantic work: 0.22359499987214804 +Info 180 [15:28:57.966] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03929500002413988 +Info 181 [15:28:57.966] Format host information updated +Info 182 [15:28:58.039] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 183 [15:28:58.045] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 17 structureChanged: false structureIsReused:: Completely Elapsed: 5.796013999730349ms +Info 184 [15:28:58.045] Different program with same set of files +Info 185 [15:28:58.046] getCompletionData: Get current token: 0.01485500019043684 +Info 186 [15:28:58.046] getCompletionData: Is inside comment: 0.03537700045853853 +Info 187 [15:28:58.046] getCompletionData: Get previous token: 0.05592499952763319 +Info 188 [15:28:58.046] getCompletionsAtPosition: isCompletionListBlocker: 0.009624999947845936 +Info 189 [15:28:58.047] getCompletionData: Semantic work: 0.6160520007833838 +Info 190 [15:28:58.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.13405899982899427 +Info 191 [15:28:58.048] Format host information updated +Info 192 [15:28:58.224] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 193 [15:28:58.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 18 structureChanged: false structureIsReused:: Completely Elapsed: 1.4745229994878173ms +Info 194 [15:28:58.225] Different program with same set of files +Info 195 [15:28:58.225] getCompletionData: Get current token: 0.0029090000316500664 +Info 196 [15:28:58.225] getCompletionData: Is inside comment: 0.00711899995803833 +Info 197 [15:28:58.225] getCompletionData: Get previous token: 0.011628000065684319 +Info 198 [15:28:58.225] getCompletionsAtPosition: isCompletionListBlocker: 0.0024230005219578743 +Info 199 [15:28:58.226] getCompletionData: Semantic work: 0.16488500032573938 +Info 200 [15:28:58.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03498200047761202 +Info 201 [15:28:58.226] Format host information updated +Info 202 [15:28:58.325] Format host information updated +Info 203 [15:28:58.326] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 204 [15:28:58.327] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 19 structureChanged: false structureIsReused:: Completely Elapsed: 1.622082999907434ms +Info 205 [15:28:58.327] Different program with same set of files +Info 206 [15:28:58.472] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 207 [15:28:58.474] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 20 structureChanged: false structureIsReused:: Completely Elapsed: 1.868644000031054ms +Info 208 [15:28:58.474] Different program with same set of files +Info 209 [15:28:58.474] getCompletionData: Get current token: 0.003246000036597252 +Info 210 [15:28:58.474] getCompletionData: Is inside comment: 0.009476999752223492 +Info 211 [15:28:58.474] getCompletionData: Get previous token: 0.029608000069856644 +Info 212 [15:28:58.474] getCompletionsAtPosition: isCompletionListBlocker: 0.08843099977821112 +Info 213 [15:28:58.475] getExportInfoMap: cache hit +Info 214 [15:28:58.494] collectAutoImports: resolved 6 module specifiers, plus 893 ambient and 92 from cache +Info 215 [15:28:58.494] collectAutoImports: response is complete +Info 216 [15:28:58.494] collectAutoImports: 18.633147000335157 +Info 217 [15:28:58.494] getCompletionData: Semantic work: 19.61768600065261 +Info 218 [15:28:58.507] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.52689899969846 +Info 219 [15:28:58.514] Format host information updated +Info 220 [15:28:58.586] Format host information updated +Info 221 [15:28:58.587] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 222 [15:28:58.592] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 21 structureChanged: false structureIsReused:: Completely Elapsed: 4.964614000171423ms +Info 223 [15:28:58.592] Different program with same set of files +Info 224 [15:28:58.952] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 225 [15:28:58.953] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 22 structureChanged: false structureIsReused:: Completely Elapsed: 1.645202999934554ms +Info 226 [15:28:58.954] Different program with same set of files +Info 227 [15:28:58.954] getCompletionData: Get current token: 0.0033379998058080673 +Info 228 [15:28:58.954] getCompletionData: Is inside comment: 0.010098000057041645 +Info 229 [15:28:58.954] getCompletionData: Get previous token: 0.007846999913454056 +Info 230 [15:28:58.954] getCompletionsAtPosition: isCompletionListBlocker: 0.01193500030785799 +Info 231 [15:28:58.954] getExportInfoMap: cache hit +Info 232 [15:28:58.965] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 233 [15:28:58.965] collectAutoImports: response is complete +Info 234 [15:28:58.965] collectAutoImports: 10.875250999815762 +Info 235 [15:28:58.965] getCompletionData: Semantic work: 11.578538999892771 +Info 236 [15:28:58.974] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.135021000169218 +Info 237 [15:28:58.978] Format host information updated +Info 238 [15:28:59.131] getCompletionData: Get current token: 0.005594000220298767 +Info 239 [15:28:59.131] getCompletionData: Is inside comment: 0.002447000704705715 +Info 240 [15:28:59.131] getCompletionData: Get previous token: 0.011963999830186367 +Info 241 [15:28:59.131] getCompletionsAtPosition: isCompletionListBlocker: 0.004224999807775021 +Info 242 [15:28:59.132] getCompletionData: Semantic work: 0.9019250003620982 +Info 243 [15:28:59.133] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0225830003619194 +Info 244 [15:28:59.264] Format host information updated +Info 245 [15:28:59.264] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 246 [15:28:59.266] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 23 structureChanged: false structureIsReused:: Completely Elapsed: 1.6039730003103614ms +Info 247 [15:28:59.266] Different program with same set of files +Info 248 [15:29:01.290] Format host information updated +Info 249 [15:29:01.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 250 [15:29:01.292] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 24 structureChanged: false structureIsReused:: Completely Elapsed: 1.706466999836266ms +Info 251 [15:29:01.292] Different program with same set of files +Info 252 [15:29:01.630] Format host information updated +Info 253 [15:29:01.631] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 254 [15:29:01.632] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 25 structureChanged: false structureIsReused:: Completely Elapsed: 1.398547999560833ms +Info 255 [15:29:01.632] Different program with same set of files +Info 256 [15:29:01.786] Format host information updated +Info 257 [15:29:01.786] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 258 [15:29:01.787] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 26 structureChanged: false structureIsReused:: Completely Elapsed: 1.6295360000804067ms +Info 259 [15:29:01.787] Different program with same set of files +Info 260 [15:29:01.893] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 261 [15:29:01.895] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 27 structureChanged: false structureIsReused:: Completely Elapsed: 1.643023000098765ms +Info 262 [15:29:01.895] Different program with same set of files +Info 263 [15:29:01.895] getCompletionData: Get current token: 0.0053419992327690125 +Info 264 [15:29:01.895] getCompletionData: Is inside comment: 0.013251999393105507 +Info 265 [15:29:01.895] getCompletionData: Get previous token: 0.020461000502109528 +Info 266 [15:29:01.895] getCompletionsAtPosition: isCompletionListBlocker: 0.002669000066816807 +Info 267 [15:29:01.897] getCompletionData: Semantic work: 1.5949269998818636 +Info 268 [15:29:01.898] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1107689999043941 +Info 269 [15:29:01.899] Format host information updated +Info 270 [15:29:02.091] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 271 [15:29:02.097] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 28 structureChanged: false structureIsReused:: Completely Elapsed: 5.535639999434352ms +Info 272 [15:29:02.097] Different program with same set of files +Info 273 [15:29:02.097] getCompletionData: Get current token: 0.023074000142514706 +Info 274 [15:29:02.098] getCompletionData: Is inside comment: 0.07938999962061644 +Info 275 [15:29:02.098] getCompletionData: Get previous token: 0.05668700020760298 +Info 276 [15:29:02.098] getCompletionsAtPosition: isCompletionListBlocker: 0.007428999990224838 +Info 277 [15:29:02.100] getCompletionData: Semantic work: 2.3100880002602935 +Info 278 [15:29:02.105] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.472392000257969 +Info 279 [15:29:02.108] Format host information updated +Info 280 [15:29:02.235] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 281 [15:29:02.239] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 29 structureChanged: false structureIsReused:: Completely Elapsed: 3.7614520005881786ms +Info 282 [15:29:02.239] Different program with same set of files +Info 283 [15:29:02.240] getCompletionData: Get current token: 0.013124000281095505 +Info 284 [15:29:02.240] getCompletionData: Is inside comment: 0.03271299973130226 +Info 285 [15:29:02.240] getCompletionData: Get previous token: 0.04881899990141392 +Info 286 [15:29:02.240] getCompletionsAtPosition: isCompletionListBlocker: 0.005623999983072281 +Info 287 [15:29:02.241] getCompletionData: Semantic work: 1.6245520003139973 +Info 288 [15:29:02.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.0330969998613 +Info 289 [15:29:02.246] Format host information updated +Info 290 [15:29:02.339] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 291 [15:29:02.342] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 30 structureChanged: false structureIsReused:: Completely Elapsed: 3.2131300000473857ms +Info 292 [15:29:02.342] Different program with same set of files +Info 293 [15:29:02.342] getCompletionData: Get current token: 0.013333999551832676 +Info 294 [15:29:02.342] getCompletionData: Is inside comment: 0.032893999479711056 +Info 295 [15:29:02.343] getCompletionData: Get previous token: 0.09364499989897013 +Info 296 [15:29:02.343] getCompletionsAtPosition: isCompletionListBlocker: 0.006570000201463699 +Info 297 [15:29:02.345] getCompletionData: Semantic work: 2.1017690002918243 +Info 298 [15:29:02.352] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.695445000194013 +Info 299 [15:29:02.354] Format host information updated +Info 300 [15:29:02.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 301 [15:29:02.687] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 31 structureChanged: false structureIsReused:: Completely Elapsed: 1.4724749997258186ms +Info 302 [15:29:02.687] Different program with same set of files +Info 303 [15:29:02.687] getCompletionData: Get current token: 0.004503999836742878 +Info 304 [15:29:02.687] getCompletionData: Is inside comment: 0.011433999985456467 +Info 305 [15:29:02.687] getCompletionData: Get previous token: 0.016174999997019768 +Info 306 [15:29:02.687] getCompletionsAtPosition: isCompletionListBlocker: 0.0021589994430541992 +Info 307 [15:29:02.688] getCompletionData: Semantic work: 0.7287719994783401 +Info 308 [15:29:02.689] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2179220002144575 +Info 309 [15:29:02.690] Format host information updated +Info 310 [15:29:02.765] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 311 [15:29:02.766] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 32 structureChanged: false structureIsReused:: Completely Elapsed: 1.465519999153912ms +Info 312 [15:29:02.766] Different program with same set of files +Info 313 [15:29:02.766] getCompletionData: Get current token: 0.004599999636411667 +Info 314 [15:29:02.766] getCompletionData: Is inside comment: 0.011646999977529049 +Info 315 [15:29:02.766] getCompletionData: Get previous token: 0.01633299980312586 +Info 316 [15:29:02.766] getCompletionsAtPosition: isCompletionListBlocker: 0.0021599996834993362 +Info 317 [15:29:02.767] getCompletionData: Semantic work: 0.6377839995548129 +Info 318 [15:29:02.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2867800006642938 +Info 319 [15:29:02.769] Format host information updated +Info 320 [15:29:02.829] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 321 [15:29:02.831] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 33 structureChanged: false structureIsReused:: Completely Elapsed: 2.145353000611067ms +Info 322 [15:29:02.831] Different program with same set of files +Info 323 [15:29:02.831] getCompletionData: Get current token: 0.008555999957025051 +Info 324 [15:29:02.831] getCompletionData: Is inside comment: 0.022691000252962112 +Info 325 [15:29:02.831] getCompletionData: Get previous token: 0.03613300062716007 +Info 326 [15:29:02.831] getCompletionsAtPosition: isCompletionListBlocker: 0.0030950000509619713 +Info 327 [15:29:02.832] getCompletionData: Semantic work: 1.007753999903798 +Info 328 [15:29:02.834] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.167466999962926 +Info 329 [15:29:02.834] Format host information updated +Info 330 [15:29:02.900] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 331 [15:29:02.901] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 34 structureChanged: false structureIsReused:: Completely Elapsed: 1.4213040005415678ms +Info 332 [15:29:02.901] Different program with same set of files +Info 333 [15:29:02.902] getCompletionData: Get current token: 0.004838000051677227 +Info 334 [15:29:02.902] getCompletionData: Is inside comment: 0.01248799916356802 +Info 335 [15:29:02.902] getCompletionData: Get previous token: 0.018736999481916428 +Info 336 [15:29:02.902] getCompletionsAtPosition: isCompletionListBlocker: 0.002377999946475029 +Info 337 [15:29:02.903] getCompletionData: Semantic work: 0.8384750001132488 +Info 338 [15:29:02.904] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0391950001940131 +Info 339 [15:29:02.906] Format host information updated +Info 340 [15:29:05.177] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 341 [15:29:05.179] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 35 structureChanged: false structureIsReused:: Completely Elapsed: 1.407994999550283ms +Info 342 [15:29:05.179] Different program with same set of files +Info 343 [15:29:05.179] getCompletionData: Get current token: 0.005243000574409962 +Info 344 [15:29:05.179] getCompletionData: Is inside comment: 0.002190999686717987 +Info 345 [15:29:05.179] getCompletionData: Get previous token: 0.019567000679671764 +Info 346 [15:29:05.179] getCompletionsAtPosition: isCompletionListBlocker: 0.0024070004001259804 +Info 347 [15:29:05.180] getCompletionData: Semantic work: 0.7653810000047088 +Info 348 [15:29:05.181] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9602119997143745 +Info 349 [15:29:05.182] Format host information updated +Info 350 [15:29:05.577] getCompletionData: Get current token: 0.00544700026512146 +Info 351 [15:29:05.577] getCompletionData: Is inside comment: 0.012972000055015087 +Info 352 [15:29:05.577] getCompletionData: Get previous token: 0.0170889999717474 +Info 353 [15:29:05.577] getCompletionsAtPosition: isCompletionListBlocker: 0.0022520003840327263 +Info 354 [15:29:05.577] getCompletionData: Semantic work: 0.6631990000605583 +Info 355 [15:29:05.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9481119997799397 +Info 356 [15:29:05.791] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 357 [15:29:05.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 36 structureChanged: false structureIsReused:: Completely Elapsed: 2.509445999749005ms +Info 358 [15:29:05.794] Different program with same set of files +Info 359 [15:29:05.794] getCompletionData: Get current token: 0.009105000644922256 +Info 360 [15:29:05.794] getCompletionData: Is inside comment: 0.044999999925494194 +Info 361 [15:29:05.794] getCompletionData: Get previous token: 0.021714000031352043 +Info 362 [15:29:05.794] getCompletionsAtPosition: isCompletionListBlocker: 0.00342399999499321 +Info 363 [15:29:05.795] getExportInfoMap: cache hit +Info 364 [15:29:05.807] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 365 [15:29:05.807] collectAutoImports: response is complete +Info 366 [15:29:05.807] collectAutoImports: 11.989505999721587 +Info 367 [15:29:05.807] getCompletionData: Semantic work: 13.344392000697553 +Info 368 [15:29:05.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.960030000656843 +Info 369 [15:29:05.824] Format host information updated +Info 370 [15:29:05.914] Format host information updated +Info 371 [15:29:05.914] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 372 [15:29:05.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 37 structureChanged: false structureIsReused:: Completely Elapsed: 1.5603489996865392ms +Info 373 [15:29:05.915] Different program with same set of files +Info 374 [15:29:06.121] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 375 [15:29:06.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 38 structureChanged: false structureIsReused:: Completely Elapsed: 1.6124809999018908ms +Info 376 [15:29:06.123] Different program with same set of files +Info 377 [15:29:06.123] getCompletionData: Get current token: 0.00599099975079298 +Info 378 [15:29:06.123] getCompletionData: Is inside comment: 0.015533000230789185 +Info 379 [15:29:06.123] getCompletionData: Get previous token: 0.013017999939620495 +Info 380 [15:29:06.123] getCompletionsAtPosition: isCompletionListBlocker: 0.017165999859571457 +Info 381 [15:29:06.124] getCompletionData: Semantic work: 0.8457679999992251 +Info 382 [15:29:06.125] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.058016000315547 +Info 383 [15:29:06.126] Format host information updated +Info 384 [15:29:06.224] Format host information updated +Info 385 [15:29:06.224] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 386 [15:29:06.226] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 39 structureChanged: false structureIsReused:: Completely Elapsed: 1.5750900004059076ms +Info 387 [15:29:06.226] Different program with same set of files +Info 388 [15:29:06.417] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 389 [15:29:06.419] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 40 structureChanged: false structureIsReused:: Completely Elapsed: 1.8295790003612638ms +Info 390 [15:29:06.419] Different program with same set of files +Info 391 [15:29:06.419] getCompletionData: Get current token: 0.006107000634074211 +Info 392 [15:29:06.419] getCompletionData: Is inside comment: 0.01775799971073866 +Info 393 [15:29:06.420] getCompletionData: Get previous token: 0.014650000259280205 +Info 394 [15:29:06.420] getCompletionsAtPosition: isCompletionListBlocker: 0.01469700038433075 +Info 395 [15:29:06.420] getExportInfoMap: cache hit +Info 396 [15:29:06.431] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 397 [15:29:06.431] collectAutoImports: response is complete +Info 398 [15:29:06.431] collectAutoImports: 10.023699999786913 +Info 399 [15:29:06.431] getCompletionData: Semantic work: 11.041407000273466 +Info 400 [15:29:06.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.155967000871897 +Info 401 [15:29:06.448] Format host information updated +Info 402 [15:29:06.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 403 [15:29:06.636] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 41 structureChanged: false structureIsReused:: Completely Elapsed: 1.7872839998453856ms +Info 404 [15:29:06.636] Different program with same set of files +Info 405 [15:29:06.636] getCompletionData: Get current token: 0.0055879997089505196 +Info 406 [15:29:06.637] getCompletionData: Is inside comment: 0.03833100013434887 +Info 407 [15:29:06.637] getCompletionData: Get previous token: 0.013036999851465225 +Info 408 [15:29:06.637] getCompletionsAtPosition: isCompletionListBlocker: 0.01103499997407198 +Info 409 [15:29:06.638] getExportInfoMap: cache hit +Info 410 [15:29:06.647] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 411 [15:29:06.647] collectAutoImports: response is complete +Info 412 [15:29:06.647] collectAutoImports: 8.990199000574648 +Info 413 [15:29:06.647] getCompletionData: Semantic work: 10.008015000261366 +Info 414 [15:29:06.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.571893999353051 +Info 415 [15:29:06.660] Format host information updated +Info 416 [15:29:06.718] Format host information updated +Info 417 [15:29:06.718] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 418 [15:29:06.722] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 42 structureChanged: false structureIsReused:: Completely Elapsed: 4.016284000128508ms +Info 419 [15:29:06.722] Different program with same set of files +Info 420 [15:29:07.111] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 421 [15:29:07.113] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 43 structureChanged: false structureIsReused:: Completely Elapsed: 1.5730099994689226ms +Info 422 [15:29:07.113] Different program with same set of files +Info 423 [15:29:07.113] getCompletionData: Get current token: 0.005681999959051609 +Info 424 [15:29:07.113] getCompletionData: Is inside comment: 0.014993999153375626 +Info 425 [15:29:07.113] getCompletionData: Get previous token: 0.012740999460220337 +Info 426 [15:29:07.113] getCompletionsAtPosition: isCompletionListBlocker: 0.009806000627577305 +Info 427 [15:29:07.114] getCompletionData: Semantic work: 0.8743900004774332 +Info 428 [15:29:07.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8117199996486306 +Info 429 [15:29:07.117] Format host information updated +Info 430 [15:29:07.193] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 431 [15:29:07.194] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 44 structureChanged: false structureIsReused:: Completely Elapsed: 1.720859999768436ms +Info 432 [15:29:07.194] Different program with same set of files +Info 433 [15:29:07.195] getCompletionData: Get current token: 0.005512000061571598 +Info 434 [15:29:07.195] getCompletionData: Is inside comment: 0.013137999922037125 +Info 435 [15:29:07.195] getCompletionData: Get previous token: 0.011099999770522118 +Info 436 [15:29:07.195] getCompletionsAtPosition: isCompletionListBlocker: 0.060579000040888786 +Info 437 [15:29:07.196] getCompletionData: Semantic work: 0.813697999343276 +Info 438 [15:29:07.196] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8089749999344349 +Info 439 [15:29:07.197] Format host information updated +Info 440 [15:29:14.920] Format host information updated +Info 441 [15:29:14.920] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 442 [15:29:14.923] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 45 structureChanged: false structureIsReused:: Completely Elapsed: 2.6035839999094605ms +Info 443 [15:29:14.923] Different program with same set of files +Info 444 [15:29:15.146] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 445 [15:29:15.149] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 46 structureChanged: false structureIsReused:: Completely Elapsed: 2.860945999622345ms +Info 446 [15:29:15.149] Different program with same set of files +Info 447 [15:29:15.149] getCompletionData: Get current token: 0.00836899969726801 +Info 448 [15:29:15.149] getCompletionData: Is inside comment: 0.014359000138938427 +Info 449 [15:29:15.149] getCompletionData: Get previous token: 0.02107900008559227 +Info 450 [15:29:15.149] getCompletionsAtPosition: isCompletionListBlocker: 0.0025499993935227394 +Info 451 [15:29:15.150] getCompletionData: Semantic work: 1.193758999928832 +Info 452 [15:29:15.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.064228999428451 +Info 453 [15:29:15.153] Format host information updated +Info 454 [15:29:15.241] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 455 [15:29:15.244] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 47 structureChanged: false structureIsReused:: Completely Elapsed: 2.479357000440359ms +Info 456 [15:29:15.244] Different program with same set of files +Info 457 [15:29:15.244] getCompletionData: Get current token: 0.007298000156879425 +Info 458 [15:29:15.244] getCompletionData: Is inside comment: 0.01303200051188469 +Info 459 [15:29:15.244] getCompletionData: Get previous token: 0.01746400073170662 +Info 460 [15:29:15.244] getCompletionsAtPosition: isCompletionListBlocker: 0.0026440005749464035 +Info 461 [15:29:15.245] getCompletionData: Semantic work: 0.9052969999611378 +Info 462 [15:29:15.247] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.362768999300897 +Info 463 [15:29:15.248] Format host information updated +Info 464 [15:29:15.369] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 465 [15:29:15.371] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 48 structureChanged: false structureIsReused:: Completely Elapsed: 2.3215690003708005ms +Info 466 [15:29:15.371] Different program with same set of files +Info 467 [15:29:15.371] getCompletionData: Get current token: 0.0059529999271035194 +Info 468 [15:29:15.371] getCompletionData: Is inside comment: 0.015270000323653221 +Info 469 [15:29:15.371] getCompletionData: Get previous token: 0.019727000035345554 +Info 470 [15:29:15.371] getCompletionsAtPosition: isCompletionListBlocker: 0.007670000195503235 +Info 471 [15:29:15.372] getCompletionData: Semantic work: 0.8575339997187257 +Info 472 [15:29:15.374] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.7801830004900694 +Info 473 [15:29:15.375] Format host information updated +Info 474 [15:29:15.458] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 475 [15:29:15.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 49 structureChanged: false structureIsReused:: Completely Elapsed: 6.0227119997143745ms +Info 476 [15:29:15.465] Different program with same set of files +Info 477 [15:29:15.465] getCompletionData: Get current token: 0.029012000188231468 +Info 478 [15:29:15.465] getCompletionData: Is inside comment: 0.06844300031661987 +Info 479 [15:29:15.466] getCompletionData: Get previous token: 0.08063900005072355 +Info 480 [15:29:15.466] getCompletionsAtPosition: isCompletionListBlocker: 0.021329999901354313 +Info 481 [15:29:15.470] getCompletionData: Semantic work: 4.156939999200404 +Info 482 [15:29:15.478] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.421757999807596 +Info 483 [15:29:15.480] Format host information updated +Info 484 [15:29:15.550] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 485 [15:29:15.556] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 50 structureChanged: false structureIsReused:: Completely Elapsed: 6.023591999895871ms +Info 486 [15:29:15.556] Different program with same set of files +Info 487 [15:29:15.557] getCompletionData: Get current token: 0.03264299966394901 +Info 488 [15:29:15.557] getCompletionData: Is inside comment: 0.06825500074774027 +Info 489 [15:29:15.557] getCompletionData: Get previous token: 0.1403360003605485 +Info 490 [15:29:15.557] getCompletionsAtPosition: isCompletionListBlocker: 0.014616000466048717 +Info 491 [15:29:15.562] getCompletionData: Semantic work: 4.750845999456942 +Info 492 [15:29:15.567] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.158149000257254 +Info 493 [15:29:15.569] Format host information updated +Info 494 [15:29:15.613] Format host information updated +Info 495 [15:29:15.613] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 496 [15:29:15.615] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 51 structureChanged: false structureIsReused:: Completely Elapsed: 1.9840740002691746ms +Info 497 [15:29:15.615] Different program with same set of files +Info 498 [15:29:15.793] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 499 [15:29:15.802] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 52 structureChanged: false structureIsReused:: Completely Elapsed: 9.466084000654519ms +Info 500 [15:29:15.802] Different program with same set of files +Info 501 [15:29:15.803] getCompletionData: Get current token: 0.02729099988937378 +Info 502 [15:29:15.803] getCompletionData: Is inside comment: 0.06277999933809042 +Info 503 [15:29:15.803] getCompletionData: Get previous token: 0.09512600023299456 +Info 504 [15:29:15.803] getCompletionsAtPosition: isCompletionListBlocker: 0.038654000498354435 +Info 505 [15:29:15.807] getExportInfoMap: cache hit +Info 506 [15:29:15.825] collectAutoImports: resolved 0 module specifiers, plus 137 ambient and 14 from cache +Info 507 [15:29:15.825] collectAutoImports: response is complete +Info 508 [15:29:15.825] collectAutoImports: 17.83786700014025 +Info 509 [15:29:15.825] getCompletionData: Semantic work: 21.676650000736117 +Info 510 [15:29:15.830] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.7062539998441935 +Info 511 [15:29:15.834] Format host information updated +Info 512 [15:29:15.987] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 513 [15:29:15.989] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 53 structureChanged: false structureIsReused:: Completely Elapsed: 1.867670999839902ms +Info 514 [15:29:15.989] Different program with same set of files +Info 515 [15:29:15.989] getCompletionData: Get current token: 0.00714499969035387 +Info 516 [15:29:15.989] getCompletionData: Is inside comment: 0.015010000206530094 +Info 517 [15:29:15.989] getCompletionData: Get previous token: 0.034997000358998775 +Info 518 [15:29:15.989] getCompletionsAtPosition: isCompletionListBlocker: 0.0101500004529953 +Info 519 [15:29:15.995] getExportInfoMap: cache hit +Info 520 [15:29:15.997] collectAutoImports: resolved 0 module specifiers, plus 8 ambient and 0 from cache +Info 521 [15:29:15.997] collectAutoImports: response is complete +Info 522 [15:29:15.997] collectAutoImports: 2.2106979992240667 +Info 523 [15:29:15.997] getCompletionData: Semantic work: 8.221021999605 +Info 524 [15:29:15.999] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1829530000686646 +Info 525 [15:29:15.999] Format host information updated +Info 526 [15:29:16.086] Format host information updated +Info 527 [15:29:16.086] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 528 [15:29:16.090] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 54 structureChanged: false structureIsReused:: Completely Elapsed: 3.0620929999276996ms +Info 529 [15:29:16.090] Different program with same set of files +Info 530 [15:29:16.696] Format host information updated +Info 531 [15:29:16.696] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 532 [15:29:16.698] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 55 structureChanged: false structureIsReused:: Completely Elapsed: 1.642845000140369ms +Info 533 [15:29:16.698] Different program with same set of files +Info 534 [15:29:17.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 535 [15:29:17.414] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 56 structureChanged: false structureIsReused:: Completely Elapsed: 1.5314710000529885ms +Info 536 [15:29:17.414] Different program with same set of files +Info 537 [15:29:17.414] getCompletionData: Get current token: 0.006521000526845455 +Info 538 [15:29:17.414] getCompletionData: Is inside comment: 0.015194999985396862 +Info 539 [15:29:17.414] getCompletionData: Get previous token: 0.021668000146746635 +Info 540 [15:29:17.414] getCompletionsAtPosition: isCompletionListBlocker: 0.011171000078320503 +Info 541 [15:29:17.414] Returning an empty list because completion was requested in an invalid position. +Info 542 [15:29:17.414] Format host information updated +Info 543 [15:29:17.680] Format host information updated +Info 544 [15:29:17.680] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 545 [15:29:17.681] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 57 structureChanged: false structureIsReused:: Completely Elapsed: 1.5660659996792674ms +Info 546 [15:29:17.681] Different program with same set of files +Info 547 [15:29:17.789] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 548 [15:29:17.790] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 58 structureChanged: false structureIsReused:: Completely Elapsed: 1.4529719995334744ms +Info 549 [15:29:17.790] Different program with same set of files +Info 550 [15:29:17.790] getCompletionData: Get current token: 0.010757999494671822 +Info 551 [15:29:17.790] getCompletionData: Is inside comment: 0.014965999871492386 +Info 552 [15:29:17.791] getCompletionData: Get previous token: 0.013809999451041222 +Info 553 [15:29:17.791] getCompletionsAtPosition: isCompletionListBlocker: 0.008775000460445881 +Info 554 [15:29:17.792] getExportInfoMap: cache hit +Info 555 [15:29:17.805] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 556 [15:29:17.805] collectAutoImports: response is complete +Info 557 [15:29:17.805] collectAutoImports: 13.334868999198079 +Info 558 [15:29:17.805] getCompletionData: Semantic work: 14.346095999702811 +Info 559 [15:29:17.813] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.7154049994423985 +Info 560 [15:29:17.818] Format host information updated +Info 561 [15:29:18.301] Format host information updated +Info 562 [15:29:18.301] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 563 [15:29:18.303] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 59 structureChanged: false structureIsReused:: Completely Elapsed: 1.5895470008254051ms +Info 564 [15:29:18.303] Different program with same set of files +Info 565 [15:29:18.610] Format host information updated +Info 566 [15:29:18.610] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 567 [15:29:18.611] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 60 structureChanged: false structureIsReused:: Completely Elapsed: 1.4047749992460012ms +Info 568 [15:29:18.611] Different program with same set of files +Info 569 [15:29:20.111] getCompletionData: Get current token: 0.0039980001747608185 +Info 570 [15:29:20.111] getCompletionData: Is inside comment: 0.007872999645769596 +Info 571 [15:29:20.111] getCompletionData: Get previous token: 0.00608500000089407 +Info 572 [15:29:20.111] getCompletionsAtPosition: isCompletionListBlocker: 0.006270000711083412 +Info 573 [15:29:20.111] Returning an empty list because completion was requested in an invalid position. +Info 574 [15:29:20.187] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 575 [15:29:20.189] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 61 structureChanged: false structureIsReused:: Completely Elapsed: 1.6368780005723238ms +Info 576 [15:29:20.189] Different program with same set of files +Info 577 [15:29:20.189] getCompletionData: Get current token: 0.003545999526977539 +Info 578 [15:29:20.189] getCompletionData: Is inside comment: 0.011030999943614006 +Info 579 [15:29:20.189] getCompletionData: Get previous token: 0.008671000599861145 +Info 580 [15:29:20.189] getCompletionsAtPosition: isCompletionListBlocker: 0.009077999740839005 +Info 581 [15:29:20.190] getExportInfoMap: cache hit +Info 582 [15:29:20.201] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 583 [15:29:20.201] collectAutoImports: response is complete +Info 584 [15:29:20.201] collectAutoImports: 10.97208600025624 +Info 585 [15:29:20.201] getCompletionData: Semantic work: 11.613308999687433 +Info 586 [15:29:20.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.162926999852061 +Info 587 [15:29:20.211] Format host information updated +Info 588 [15:32:41.984] Format host information updated +Info 589 [15:32:41.984] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 590 [15:32:41.986] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 62 structureChanged: false structureIsReused:: Completely Elapsed: 1.7371199997141957ms +Info 591 [15:32:41.986] Different program with same set of files +Info 592 [15:32:43.941] getCompletionData: Get current token: 0.006365000270307064 +Info 593 [15:32:43.941] getCompletionData: Is inside comment: 0.012835000641644001 +Info 594 [15:32:43.941] getCompletionData: Get previous token: 0.03988800011575222 +Info 595 [15:32:43.941] getCompletionsAtPosition: isCompletionListBlocker: 0.0034290002658963203 +Info 596 [15:32:43.941] Returning an empty list because completion was requested in an invalid position. +Info 597 [15:32:44.149] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 598 [15:32:44.151] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 63 structureChanged: false structureIsReused:: Completely Elapsed: 1.4200380006805062ms +Info 599 [15:32:44.151] Different program with same set of files +Info 600 [15:32:44.151] getCompletionData: Get current token: 0.005636000074446201 +Info 601 [15:32:44.151] getCompletionData: Is inside comment: 0.01273099984973669 +Info 602 [15:32:44.151] getCompletionData: Get previous token: 0.016092000529170036 +Info 603 [15:32:44.151] getCompletionsAtPosition: isCompletionListBlocker: 0.0022860001772642136 +Info 604 [15:32:44.151] Returning an empty list because completion was requested in an invalid position. +Info 605 [15:32:44.151] Format host information updated +Info 606 [15:32:44.298] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 607 [15:32:44.300] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 64 structureChanged: false structureIsReused:: Completely Elapsed: 1.4351330008357763ms +Info 608 [15:32:44.300] Different program with same set of files +Info 609 [15:32:44.300] getCompletionData: Get current token: 0.005307000130414963 +Info 610 [15:32:44.300] getCompletionData: Is inside comment: 0.012256999500095844 +Info 611 [15:32:44.300] getCompletionData: Get previous token: 0.016881000250577927 +Info 612 [15:32:44.300] getCompletionsAtPosition: isCompletionListBlocker: 0.0022269999608397484 +Info 613 [15:32:44.300] Returning an empty list because completion was requested in an invalid position. +Info 614 [15:32:44.300] Format host information updated +Info 615 [15:32:44.359] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 616 [15:32:44.361] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 65 structureChanged: false structureIsReused:: Completely Elapsed: 1.631020000204444ms +Info 617 [15:32:44.361] Different program with same set of files +Info 618 [15:32:44.361] getCompletionData: Get current token: 0.00720600038766861 +Info 619 [15:32:44.361] getCompletionData: Is inside comment: 0.016784000210464 +Info 620 [15:32:44.361] getCompletionData: Get previous token: 0.052029999904334545 +Info 621 [15:32:44.361] getCompletionsAtPosition: isCompletionListBlocker: 0.0028000008314847946 +Info 622 [15:32:44.361] Returning an empty list because completion was requested in an invalid position. +Info 623 [15:32:44.362] Format host information updated +Info 624 [15:32:44.503] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 625 [15:32:44.508] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 66 structureChanged: false structureIsReused:: Completely Elapsed: 4.880949000827968ms +Info 626 [15:32:44.508] Different program with same set of files +Info 627 [15:32:44.509] getCompletionData: Get current token: 0.03790900018066168 +Info 628 [15:32:44.509] getCompletionData: Is inside comment: 0.05147500056773424 +Info 629 [15:32:44.509] getCompletionData: Get previous token: 0.0642709992825985 +Info 630 [15:32:44.509] getCompletionsAtPosition: isCompletionListBlocker: 0.010906999930739403 +Info 631 [15:32:44.509] Returning an empty list because completion was requested in an invalid position. +Info 632 [15:32:44.511] Format host information updated +Info 633 [15:32:44.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 634 [15:32:44.582] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 67 structureChanged: false structureIsReused:: Completely Elapsed: 2.84854800067842ms +Info 635 [15:32:44.582] Different program with same set of files +Info 636 [15:32:44.582] getCompletionData: Get current token: 0.014088999480009079 +Info 637 [15:32:44.583] getCompletionData: Is inside comment: 0.05291099939495325 +Info 638 [15:32:44.583] getCompletionData: Get previous token: 0.03679000027477741 +Info 639 [15:32:44.583] getCompletionsAtPosition: isCompletionListBlocker: 0.0055949995294213295 +Info 640 [15:32:44.583] Returning an empty list because completion was requested in an invalid position. +Info 641 [15:32:44.583] Format host information updated +Info 642 [15:32:44.711] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 643 [15:32:44.716] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 68 structureChanged: false structureIsReused:: Completely Elapsed: 5.004379000514746ms +Info 644 [15:32:44.716] Different program with same set of files +Info 645 [15:32:44.716] getCompletionData: Get current token: 0.03312900010496378 +Info 646 [15:32:44.717] getCompletionData: Is inside comment: 0.050901999697089195 +Info 647 [15:32:44.717] getCompletionData: Get previous token: 0.06414199993014336 +Info 648 [15:32:44.717] getCompletionsAtPosition: isCompletionListBlocker: 0.008813000284135342 +Info 649 [15:32:44.717] Returning an empty list because completion was requested in an invalid position. +Info 650 [15:32:44.718] Format host information updated +Info 651 [15:33:45.009] Format host information updated +Info 652 [15:33:45.009] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 653 [15:33:45.010] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 69 structureChanged: false structureIsReused:: Completely Elapsed: 1.368375999853015ms +Info 654 [15:33:45.010] Different program with same set of files +Info 655 [15:33:45.571] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 656 [15:33:45.573] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 70 structureChanged: false structureIsReused:: Completely Elapsed: 1.7106989994645119ms +Info 657 [15:33:45.573] Different program with same set of files +Info 658 [15:33:45.573] getCompletionData: Get current token: 0.002965000458061695 +Info 659 [15:33:45.573] getCompletionData: Is inside comment: 0.006519000045955181 +Info 660 [15:33:45.573] getCompletionData: Get previous token: 0.017640999518334866 +Info 661 [15:33:45.573] getCompletionsAtPosition: isCompletionListBlocker: 0.008559999987483025 +Info 662 [15:33:45.573] getExportInfoMap: cache hit +Info 663 [15:33:45.576] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 5 from cache +Info 664 [15:33:45.576] collectAutoImports: response is complete +Info 665 [15:33:45.576] collectAutoImports: 2.765952999703586 +Info 666 [15:33:45.576] getCompletionData: Semantic work: 3.314393000677228 +Info 667 [15:33:45.578] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.138803000561893 +Info 668 [15:33:45.579] Format host information updated +Info 669 [15:33:45.690] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 670 [15:33:45.694] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 71 structureChanged: false structureIsReused:: Completely Elapsed: 3.4181580003350973ms +Info 671 [15:33:45.694] Different program with same set of files +Info 672 [15:33:45.694] getCompletionData: Get current token: 0.003337000496685505 +Info 673 [15:33:45.694] getCompletionData: Is inside comment: 0.006776999682188034 +Info 674 [15:33:45.694] getCompletionData: Get previous token: 0.01601099967956543 +Info 675 [15:33:45.694] getCompletionsAtPosition: isCompletionListBlocker: 0.009397000074386597 +Info 676 [15:33:45.695] getExportInfoMap: cache hit +Info 677 [15:33:45.696] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 678 [15:33:45.696] collectAutoImports: response is complete +Info 679 [15:33:45.696] collectAutoImports: 1.5635689999908209 +Info 680 [15:33:45.696] getCompletionData: Semantic work: 2.1308559998869896 +Info 681 [15:33:45.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3314350005239248 +Info 682 [15:33:45.699] Format host information updated +Info 683 [15:33:45.751] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 684 [15:33:45.753] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 72 structureChanged: false structureIsReused:: Completely Elapsed: 2.18644000031054ms +Info 685 [15:33:45.753] Different program with same set of files +Info 686 [15:33:45.753] getCompletionData: Get current token: 0.003060000017285347 +Info 687 [15:33:45.754] getCompletionData: Is inside comment: 0.006675999611616135 +Info 688 [15:33:45.754] getCompletionData: Get previous token: 0.02546800021082163 +Info 689 [15:33:45.754] getCompletionsAtPosition: isCompletionListBlocker: 0.01143100019544363 +Info 690 [15:33:45.755] getExportInfoMap: cache hit +Info 691 [15:33:45.758] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 692 [15:33:45.758] collectAutoImports: response is complete +Info 693 [15:33:45.758] collectAutoImports: 2.340156000107527 +Info 694 [15:33:45.758] getCompletionData: Semantic work: 4.075992999598384 +Info 695 [15:33:45.759] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1323680002242327 +Info 696 [15:33:45.760] Format host information updated +Info 697 [15:33:45.854] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 698 [15:33:45.862] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 73 structureChanged: false structureIsReused:: Completely Elapsed: 7.968545999377966ms +Info 699 [15:33:45.862] Different program with same set of files +Info 700 [15:33:45.863] getCompletionData: Get current token: 0.014387999661266804 +Info 701 [15:33:45.863] getCompletionData: Is inside comment: 0.031232000328600407 +Info 702 [15:33:45.863] getCompletionData: Get previous token: 0.06265200022608042 +Info 703 [15:33:45.863] getCompletionsAtPosition: isCompletionListBlocker: 0.030904000625014305 +Info 704 [15:33:45.865] getExportInfoMap: cache hit +Info 705 [15:33:45.874] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 706 [15:33:45.874] collectAutoImports: response is complete +Info 707 [15:33:45.874] collectAutoImports: 8.388569000177085 +Info 708 [15:33:45.874] getCompletionData: Semantic work: 10.776742999441922 +Info 709 [15:33:45.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.598735999315977 +Info 710 [15:33:45.880] Format host information updated +Info 711 [15:33:45.984] Format host information updated +Info 712 [15:33:45.985] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 713 [15:33:45.993] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 74 structureChanged: false structureIsReused:: Completely Elapsed: 8.27305999957025ms +Info 714 [15:33:45.993] Different program with same set of files +Info 715 [15:33:46.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 716 [15:33:46.162] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 75 structureChanged: false structureIsReused:: Completely Elapsed: 8.986328999511898ms +Info 717 [15:33:46.162] Different program with same set of files +Info 718 [15:33:46.162] getCompletionData: Get current token: 0.012994999997317791 +Info 719 [15:33:46.162] getCompletionData: Is inside comment: 0.030319999903440475 +Info 720 [15:33:46.162] getCompletionData: Get previous token: 0.03872099984437227 +Info 721 [15:33:46.162] getCompletionsAtPosition: isCompletionListBlocker: 0.030664999969303608 +Info 722 [15:33:46.165] getExportInfoMap: cache hit +Info 723 [15:33:46.183] collectAutoImports: resolved 0 module specifiers, plus 137 ambient and 14 from cache +Info 724 [15:33:46.183] collectAutoImports: response is complete +Info 725 [15:33:46.183] collectAutoImports: 18.42801099922508 +Info 726 [15:33:46.183] getCompletionData: Semantic work: 20.710001000203192 +Info 727 [15:33:46.189] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.3913930002599955 +Info 728 [15:33:46.192] Format host information updated +Info 729 [15:33:46.264] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 730 [15:33:46.268] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 76 structureChanged: false structureIsReused:: Completely Elapsed: 4.5343880001455545ms +Info 731 [15:33:46.268] Different program with same set of files +Info 732 [15:33:46.269] getCompletionData: Get current token: 0.00991399958729744 +Info 733 [15:33:46.269] getCompletionData: Is inside comment: 0.02285199984908104 +Info 734 [15:33:46.269] getCompletionData: Get previous token: 0.0295219998806715 +Info 735 [15:33:46.269] getCompletionsAtPosition: isCompletionListBlocker: 0.21690500061959028 +Info 736 [15:33:46.271] getExportInfoMap: cache hit +Info 737 [15:33:46.282] collectAutoImports: resolved 0 module specifiers, plus 45 ambient and 5 from cache +Info 738 [15:33:46.282] collectAutoImports: response is complete +Info 739 [15:33:46.282] collectAutoImports: 11.145725999958813 +Info 740 [15:33:46.282] getCompletionData: Semantic work: 12.697127999737859 +Info 741 [15:33:46.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.695011000148952 +Info 742 [15:33:46.289] Format host information updated +Info 743 [15:33:46.384] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 744 [15:33:46.393] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 77 structureChanged: false structureIsReused:: Completely Elapsed: 8.102797999978065ms +Info 745 [15:33:46.393] Different program with same set of files +Info 746 [15:33:46.393] getCompletionData: Get current token: 0.01317100040614605 +Info 747 [15:33:46.393] getCompletionData: Is inside comment: 0.03261699993163347 +Info 748 [15:33:46.393] getCompletionData: Get previous token: 0.04818699974566698 +Info 749 [15:33:46.393] getCompletionsAtPosition: isCompletionListBlocker: 0.04790499992668629 +Info 750 [15:33:46.395] getExportInfoMap: cache hit +Info 751 [15:33:46.430] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 752 [15:33:46.430] collectAutoImports: response is complete +Info 753 [15:33:46.430] collectAutoImports: 34.38754699937999 +Info 754 [15:33:46.430] getCompletionData: Semantic work: 36.32783299963921 +Info 755 [15:33:46.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 10.467842999845743 +Info 756 [15:33:46.447] Format host information updated +Info 757 [15:33:46.469] Format host information updated +Info 758 [15:33:46.469] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 759 [15:33:46.472] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 78 structureChanged: false structureIsReused:: Completely Elapsed: 2.575109999626875ms +Info 760 [15:33:46.472] Different program with same set of files +Info 761 [15:33:46.595] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 762 [15:33:46.604] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 79 structureChanged: false structureIsReused:: Completely Elapsed: 9.326683999970555ms +Info 763 [15:33:46.604] Different program with same set of files +Info 764 [15:33:46.605] getCompletionData: Get current token: 0.013420999981462955 +Info 765 [15:33:46.605] getCompletionData: Is inside comment: 0.0362179996445775 +Info 766 [15:33:46.605] getCompletionData: Get previous token: 0.05374000035226345 +Info 767 [15:33:46.605] getCompletionsAtPosition: isCompletionListBlocker: 0.02586400043219328 +Info 768 [15:33:46.605] Returning an empty list because completion was requested in an invalid position. +Info 769 [15:33:46.606] Format host information updated +Info 770 [15:33:46.782] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 771 [15:33:46.783] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 80 structureChanged: false structureIsReused:: Completely Elapsed: 1.511277999728918ms +Info 772 [15:33:46.784] Different program with same set of files +Info 773 [15:33:46.784] getCompletionData: Get current token: 0.003119000233709812 +Info 774 [15:33:46.784] getCompletionData: Is inside comment: 0.008760000579059124 +Info 775 [15:33:46.784] getCompletionData: Get previous token: 0.012381000444293022 +Info 776 [15:33:46.784] getCompletionsAtPosition: isCompletionListBlocker: 0.0020159995183348656 +Info 777 [15:33:46.784] Returning an empty list because completion was requested in an invalid position. +Info 778 [15:33:46.784] Format host information updated +Info 779 [15:33:46.910] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 780 [15:33:46.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 81 structureChanged: false structureIsReused:: Completely Elapsed: 1.5235299998894334ms +Info 781 [15:33:46.911] Different program with same set of files +Info 782 [15:33:46.911] getCompletionData: Get current token: 0.0029170000925660133 +Info 783 [15:33:46.911] getCompletionData: Is inside comment: 0.008716999553143978 +Info 784 [15:33:46.911] getCompletionData: Get previous token: 0.012968999333679676 +Info 785 [15:33:46.911] getCompletionsAtPosition: isCompletionListBlocker: 0.002209000289440155 +Info 786 [15:33:46.911] Returning an empty list because completion was requested in an invalid position. +Info 787 [15:33:46.912] Format host information updated +Info 788 [15:33:47.099] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 789 [15:33:47.101] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 82 structureChanged: false structureIsReused:: Completely Elapsed: 2.4404459996148944ms +Info 790 [15:33:47.101] Different program with same set of files +Info 791 [15:33:47.101] getCompletionData: Get current token: 0.0026780003681778908 +Info 792 [15:33:47.101] getCompletionData: Is inside comment: 0.008092000149190426 +Info 793 [15:33:47.101] getCompletionData: Get previous token: 0.011553999967873096 +Info 794 [15:33:47.101] getCompletionsAtPosition: isCompletionListBlocker: 0.0019049998372793198 +Info 795 [15:33:47.101] Returning an empty list because completion was requested in an invalid position. +Info 796 [15:33:47.102] Format host information updated +Info 797 [15:33:47.208] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 798 [15:33:47.210] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 83 structureChanged: false structureIsReused:: Completely Elapsed: 1.5746470000594854ms +Info 799 [15:33:47.210] Different program with same set of files +Info 800 [15:33:47.210] getCompletionData: Get current token: 0.0027489997446537018 +Info 801 [15:33:47.210] getCompletionData: Is inside comment: 0.007772999815642834 +Info 802 [15:33:47.210] getCompletionData: Get previous token: 0.045824999921023846 +Info 803 [15:33:47.210] getCompletionsAtPosition: isCompletionListBlocker: 0.0019260002300143242 +Info 804 [15:33:47.210] Returning an empty list because completion was requested in an invalid position. +Info 805 [15:33:47.210] Format host information updated +Info 806 [15:33:47.388] Format host information updated +Info 807 [15:33:47.389] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 808 [15:33:47.390] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 84 structureChanged: false structureIsReused:: Completely Elapsed: 1.482966000214219ms +Info 809 [15:33:47.390] Different program with same set of files +Info 810 [15:33:47.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 811 [15:33:47.776] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 85 structureChanged: false structureIsReused:: Completely Elapsed: 1.5861609997227788ms +Info 812 [15:33:47.776] Different program with same set of files +Info 813 [15:33:47.776] getCompletionData: Get current token: 0.0032099997624754906 +Info 814 [15:33:47.776] getCompletionData: Is inside comment: 0.009267999790608883 +Info 815 [15:33:47.776] getCompletionData: Get previous token: 0.007423000410199165 +Info 816 [15:33:47.776] getCompletionsAtPosition: isCompletionListBlocker: 0.015590999275445938 +Info 817 [15:33:47.777] getExportInfoMap: cache hit +Info 818 [15:33:47.788] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 819 [15:33:47.788] collectAutoImports: response is complete +Info 820 [15:33:47.788] collectAutoImports: 11.016335000284016 +Info 821 [15:33:47.788] getCompletionData: Semantic work: 11.521126000210643 +Info 822 [15:33:47.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.221613999456167 +Info 823 [15:33:47.800] Format host information updated +Info 824 [15:33:47.835] Format host information updated +Info 825 [15:33:47.835] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 826 [15:33:47.838] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 86 structureChanged: false structureIsReused:: Completely Elapsed: 2.1858599996194243ms +Info 827 [15:33:47.838] Different program with same set of files +Info 828 [15:33:48.194] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 829 [15:33:48.195] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 87 structureChanged: false structureIsReused:: Completely Elapsed: 1.6200749995186925ms +Info 830 [15:33:48.195] Different program with same set of files +Info 831 [15:33:48.196] getCompletionData: Get current token: 0.0028710002079606056 +Info 832 [15:33:48.196] getCompletionData: Is inside comment: 0.008364999666810036 +Info 833 [15:33:48.196] getCompletionData: Get previous token: 0.006335999816656113 +Info 834 [15:33:48.196] getCompletionsAtPosition: isCompletionListBlocker: 0.013100000098347664 +Info 835 [15:33:48.196] getExportInfoMap: cache hit +Info 836 [15:33:48.206] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 837 [15:33:48.206] collectAutoImports: response is complete +Info 838 [15:33:48.206] collectAutoImports: 9.72360899951309 +Info 839 [15:33:48.206] getCompletionData: Semantic work: 10.32054700050503 +Info 840 [15:33:48.212] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.135867999866605 +Info 841 [15:33:48.218] Format host information updated +Info 842 [15:33:48.254] Format host information updated +Info 843 [15:33:48.255] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 844 [15:33:48.257] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 88 structureChanged: false structureIsReused:: Completely Elapsed: 1.9311599992215633ms +Info 845 [15:33:48.257] Different program with same set of files +Info 846 [15:33:48.386] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 847 [15:33:48.388] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 89 structureChanged: false structureIsReused:: Completely Elapsed: 1.6572580002248287ms +Info 848 [15:33:48.388] Different program with same set of files +Info 849 [15:33:48.388] getCompletionData: Get current token: 0.0058389995247125626 +Info 850 [15:33:48.388] getCompletionData: Is inside comment: 0.011749999597668648 +Info 851 [15:33:48.388] getCompletionData: Get previous token: 0.007865999825298786 +Info 852 [15:33:48.388] getCompletionsAtPosition: isCompletionListBlocker: 0.009366000071167946 +Info 853 [15:33:48.389] getExportInfoMap: cache hit +Info 854 [15:33:48.399] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 855 [15:33:48.399] collectAutoImports: response is complete +Info 856 [15:33:48.399] collectAutoImports: 9.875031000003219 +Info 857 [15:33:48.399] getCompletionData: Semantic work: 10.471463999710977 +Info 858 [15:33:48.404] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.981124999932945 +Info 859 [15:33:48.411] Format host information updated +Info 860 [15:33:48.587] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 861 [15:33:48.590] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 90 structureChanged: false structureIsReused:: Completely Elapsed: 2.0547860004007816ms +Info 862 [15:33:48.590] Different program with same set of files +Info 863 [15:33:48.590] getCompletionData: Get current token: 0.003457999788224697 +Info 864 [15:33:48.590] getCompletionData: Is inside comment: 0.010430999100208282 +Info 865 [15:33:48.590] getCompletionData: Get previous token: 0.00824000034481287 +Info 866 [15:33:48.590] getCompletionsAtPosition: isCompletionListBlocker: 0.014034999534487724 +Info 867 [15:33:48.591] getExportInfoMap: cache hit +Info 868 [15:33:48.603] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 869 [15:33:48.603] collectAutoImports: response is complete +Info 870 [15:33:48.603] collectAutoImports: 12.184826999902725 +Info 871 [15:33:48.603] getCompletionData: Semantic work: 12.967421000823379 +Info 872 [15:33:48.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.646525000222027 +Info 873 [15:33:48.617] Format host information updated +Info 874 [15:33:48.655] Format host information updated +Info 875 [15:33:48.655] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 876 [15:33:48.657] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 91 structureChanged: false structureIsReused:: Completely Elapsed: 1.9406770002096891ms +Info 877 [15:33:48.657] Different program with same set of files +Info 878 [15:33:49.019] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 879 [15:33:49.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 92 structureChanged: false structureIsReused:: Completely Elapsed: 1.9106310000643134ms +Info 880 [15:33:49.021] Different program with same set of files +Info 881 [15:33:49.021] getCompletionData: Get current token: 0.003328000195324421 +Info 882 [15:33:49.021] getCompletionData: Is inside comment: 0.010613000020384789 +Info 883 [15:33:49.021] getCompletionData: Get previous token: 0.008030000142753124 +Info 884 [15:33:49.021] getCompletionsAtPosition: isCompletionListBlocker: 0.010174999944865704 +Info 885 [15:33:49.022] getExportInfoMap: cache hit +Info 886 [15:33:49.037] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 98 from cache +Info 887 [15:33:49.037] collectAutoImports: response is complete +Info 888 [15:33:49.037] collectAutoImports: 15.407335000112653 +Info 889 [15:33:49.037] getCompletionData: Semantic work: 15.980856999754906 +Info 890 [15:33:49.042] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.027428000234067 +Info 891 [15:33:49.046] Format host information updated +Info 892 [15:39:21.553] Format host information updated +Info 893 [15:39:21.553] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 894 [15:39:21.555] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 93 structureChanged: false structureIsReused:: Completely Elapsed: 1.9369959998875856ms +Info 895 [15:39:21.555] Different program with same set of files +Info 896 [15:39:23.769] Format host information updated +Info 897 [15:39:23.769] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 898 [15:39:23.771] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 94 structureChanged: false structureIsReused:: Completely Elapsed: 1.8344229999929667ms +Info 899 [15:39:23.771] Different program with same set of files +Info 900 [15:39:23.942] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 901 [15:39:23.944] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 95 structureChanged: false structureIsReused:: Completely Elapsed: 1.9426840003579855ms +Info 902 [15:39:23.944] Different program with same set of files +Info 903 [15:39:23.944] getCompletionData: Get current token: 0.00544700026512146 +Info 904 [15:39:23.944] getCompletionData: Is inside comment: 0.0020239995792508125 +Info 905 [15:39:23.944] getCompletionData: Get previous token: 0.017936999909579754 +Info 906 [15:39:23.944] getCompletionsAtPosition: isCompletionListBlocker: 0.002186000347137451 +Info 907 [15:39:23.944] Returning an empty list because completion was requested in an invalid position. +Info 908 [15:39:23.945] Format host information updated +Info 909 [15:39:24.181] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 910 [15:39:24.183] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 96 structureChanged: false structureIsReused:: Completely Elapsed: 1.8549480000510812ms +Info 911 [15:39:24.183] Different program with same set of files +Info 912 [15:39:24.183] getCompletionData: Get current token: 0.00826799962669611 +Info 913 [15:39:24.183] getCompletionData: Is inside comment: 0.0020900005474686623 +Info 914 [15:39:24.183] getCompletionData: Get previous token: 0.016910000704228878 +Info 915 [15:39:24.183] getCompletionsAtPosition: isCompletionListBlocker: 0.004139999859035015 +Info 916 [15:39:24.183] Returning an empty list because completion was requested in an invalid position. +Info 917 [15:39:24.183] Format host information updated +Info 918 [15:39:24.313] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 919 [15:39:24.315] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 97 structureChanged: false structureIsReused:: Completely Elapsed: 2.179650000296533ms +Info 920 [15:39:24.315] Different program with same set of files +Info 921 [15:39:24.315] getCompletionData: Get current token: 0.006380999460816383 +Info 922 [15:39:24.315] getCompletionData: Is inside comment: 0.0016679996624588966 +Info 923 [15:39:24.315] getCompletionData: Get previous token: 0.015230999328196049 +Info 924 [15:39:24.315] getCompletionsAtPosition: isCompletionListBlocker: 0.0019710008054971695 +Info 925 [15:39:24.315] Returning an empty list because completion was requested in an invalid position. +Info 926 [15:39:24.316] Format host information updated +Info 927 [15:39:24.446] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 928 [15:39:24.448] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 98 structureChanged: false structureIsReused:: Completely Elapsed: 2.295634999871254ms +Info 929 [15:39:24.448] Different program with same set of files +Info 930 [15:39:24.448] getCompletionData: Get current token: 0.005204999819397926 +Info 931 [15:39:24.448] getCompletionData: Is inside comment: 0.001759999431669712 +Info 932 [15:39:24.448] getCompletionData: Get previous token: 0.013654999434947968 +Info 933 [15:39:24.448] getCompletionsAtPosition: isCompletionListBlocker: 0.0029440000653266907 +Info 934 [15:39:24.448] Returning an empty list because completion was requested in an invalid position. +Info 935 [15:39:24.448] Format host information updated +Info 936 [15:39:24.565] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 937 [15:39:24.567] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 99 structureChanged: false structureIsReused:: Completely Elapsed: 2.5190139999613166ms +Info 938 [15:39:24.568] Different program with same set of files +Info 939 [15:39:24.568] getCompletionData: Get current token: 0.00965300016105175 +Info 940 [15:39:24.568] getCompletionData: Is inside comment: 0.022427000105381012 +Info 941 [15:39:24.568] getCompletionData: Get previous token: 0.017637000419199467 +Info 942 [15:39:24.568] getCompletionsAtPosition: isCompletionListBlocker: 0.016882999800145626 +Info 943 [15:39:24.568] Returning an empty list because completion was requested in an invalid position. +Info 944 [15:39:24.568] Format host information updated +Info 945 [15:39:24.626] Format host information updated +Info 946 [15:39:24.626] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 947 [15:39:24.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 100 structureChanged: false structureIsReused:: Completely Elapsed: 1.83557799924165ms +Info 948 [15:39:24.628] Different program with same set of files +Info 949 [15:39:47.452] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 950 [15:39:47.453] Elapsed:: 0.9471640000119805ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 951 [15:39:47.453] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 952 [15:39:47.455] Elapsed:: 1.8118909997865558ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 953 [15:39:47.455] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 954 [15:39:47.457] Elapsed:: 1.407052000053227ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 955 [15:39:47.457] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 956 [15:39:47.458] Elapsed:: 0.6179200001060963ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 957 [15:39:47.458] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 958 [15:39:47.458] Elapsed:: 0.26465999986976385ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 959 [15:39:47.458] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 960 [15:39:47.458] TypingWatchers already invoked +Info 961 [15:39:47.458] Elapsed:: 0.05532900057733059ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 962 [15:39:48.709] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 963 [15:39:48.735] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 2 structureChanged: true structureIsReused:: SafeModules Elapsed: 25.380597999319434ms +Info 964 [15:39:48.735] Different program with same set of files +Info 965 [15:39:50.959] Before ensureProjectForOpenFiles: +Info 966 [15:39:50.959] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 966 [15:39:50.959] Files (65) + +Info 966 [15:39:50.959] ----------------------------------------------- +Info 966 [15:39:50.959] Project '/dev/null/inferredProject1*' (Inferred) +Info 966 [15:39:50.959] Files (65) + +Info 966 [15:39:50.960] ----------------------------------------------- +Info 966 [15:39:50.960] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 966 [15:39:50.960] Files (123) + +Info 966 [15:39:50.960] ----------------------------------------------- +Info 966 [15:39:50.960] Open files: +Info 966 [15:39:50.960] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 966 [15:39:50.960] Projects: /dev/null/inferredProject1* +Info 966 [15:39:50.960] After ensureProjectForOpenFiles: +Info 967 [15:39:50.960] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 967 [15:39:50.960] Files (65) + +Info 967 [15:39:50.960] ----------------------------------------------- +Info 967 [15:39:50.960] Project '/dev/null/inferredProject1*' (Inferred) +Info 967 [15:39:50.960] Files (65) + +Info 967 [15:39:50.960] ----------------------------------------------- +Info 967 [15:39:50.960] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 967 [15:39:50.960] Files (123) + +Info 967 [15:39:50.960] ----------------------------------------------- +Info 967 [15:39:50.960] Open files: +Info 967 [15:39:50.960] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 967 [15:39:50.960] Projects: /dev/null/inferredProject1* +Info 967 [15:39:50.960] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 968 [15:39:57.640] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 969 [15:39:57.640] Elapsed:: 0.05580100044608116ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 970 [15:39:57.640] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 971 [15:39:57.640] Elapsed:: 0.08284899964928627ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 972 [15:39:57.640] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 973 [15:39:57.640] Elapsed:: 0.05692700017243624ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 974 [15:39:58.643] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 975 [15:39:58.644] Elapsed:: 0.8298350004479289ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 976 [15:39:58.644] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 977 [15:39:58.645] Elapsed:: 0.8925000000745058ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 978 [15:39:58.645] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 979 [15:39:58.645] Elapsed:: 0.01009099930524826ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 980 [15:39:58.645] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 981 [15:39:58.645] Elapsed:: 0.013602999970316887ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 982 [15:39:58.645] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 983 [15:39:58.645] Ignoring files that are not *.json +Info 984 [15:39:58.645] Elapsed:: 0.037159000523388386ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 985 [15:39:59.897] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 986 [15:39:59.939] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed: 41.971163999289274ms +Info 987 [15:39:59.939] Different program with same set of files +Info 988 [15:39:59.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 989 [15:39:59.971] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 101 structureChanged: false structureIsReused:: Completely Elapsed: 30.798539000563323ms +Info 990 [15:39:59.971] Different program with same set of files +Info 991 [15:40:02.149] Before ensureProjectForOpenFiles: +Info 992 [15:40:02.149] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 992 [15:40:02.149] Files (65) + +Info 992 [15:40:02.149] ----------------------------------------------- +Info 992 [15:40:02.149] Project '/dev/null/inferredProject1*' (Inferred) +Info 992 [15:40:02.149] Files (65) + +Info 992 [15:40:02.149] ----------------------------------------------- +Info 992 [15:40:02.149] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 992 [15:40:02.149] Files (123) + +Info 992 [15:40:02.149] ----------------------------------------------- +Info 992 [15:40:02.149] Open files: +Info 992 [15:40:02.149] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 992 [15:40:02.149] Projects: /dev/null/inferredProject1* +Info 992 [15:40:02.149] After ensureProjectForOpenFiles: +Info 993 [15:40:02.149] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 993 [15:40:02.149] Files (65) + +Info 993 [15:40:02.149] ----------------------------------------------- +Info 993 [15:40:02.149] Project '/dev/null/inferredProject1*' (Inferred) +Info 993 [15:40:02.149] Files (65) + +Info 993 [15:40:02.149] ----------------------------------------------- +Info 993 [15:40:02.149] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 993 [15:40:02.149] Files (123) + +Info 993 [15:40:02.149] ----------------------------------------------- +Info 993 [15:40:02.149] Open files: +Info 993 [15:40:02.149] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 993 [15:40:02.150] Projects: /dev/null/inferredProject1* +Info 993 [15:40:02.150] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 994 [15:40:09.632] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 995 [15:40:09.633] Elapsed:: 0.12645199988037348ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 996 [15:40:09.633] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 997 [15:40:09.633] Elapsed:: 0.30913900025188923ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 998 [15:40:09.633] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 999 [15:40:09.634] Elapsed:: 0.2595870001241565ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 1000 [15:40:10.882] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1001 [15:40:10.892] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 4 structureChanged: true structureIsReused:: SafeModules Elapsed: 8.999688000418246ms +Info 1002 [15:40:10.892] Different program with same set of files +Info 1003 [15:40:13.133] Before ensureProjectForOpenFiles: +Info 1004 [15:40:13.133] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1004 [15:40:13.133] Files (65) + +Info 1004 [15:40:13.133] ----------------------------------------------- +Info 1004 [15:40:13.133] Project '/dev/null/inferredProject1*' (Inferred) +Info 1004 [15:40:13.134] Files (65) + +Info 1004 [15:40:13.134] ----------------------------------------------- +Info 1004 [15:40:13.134] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1004 [15:40:13.134] Files (123) + +Info 1004 [15:40:13.134] ----------------------------------------------- +Info 1004 [15:40:13.134] Open files: +Info 1004 [15:40:13.134] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1004 [15:40:13.134] Projects: /dev/null/inferredProject1* +Info 1004 [15:40:13.134] After ensureProjectForOpenFiles: +Info 1005 [15:40:13.134] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1005 [15:40:13.134] Files (65) + +Info 1005 [15:40:13.134] ----------------------------------------------- +Info 1005 [15:40:13.134] Project '/dev/null/inferredProject1*' (Inferred) +Info 1005 [15:40:13.134] Files (65) + +Info 1005 [15:40:13.134] ----------------------------------------------- +Info 1005 [15:40:13.134] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1005 [15:40:13.134] Files (123) + +Info 1005 [15:40:13.134] ----------------------------------------------- +Info 1005 [15:40:13.134] Open files: +Info 1005 [15:40:13.134] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1005 [15:40:13.134] Projects: /dev/null/inferredProject1* +Info 1005 [15:40:13.134] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 1006 [15:40:25.767] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1007 [15:40:25.767] Elapsed:: 0.08969299960881472ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: File location affecting resolution +Info 1008 [15:40:25.768] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 1009 [15:40:25.768] Elapsed:: 0.2881570002064109ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 250 undefined WatchType: package.json file +Info 1010 [15:40:25.768] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 1011 [15:40:25.768] Elapsed:: 0.16728599928319454ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/package.json 1:: WatchInfo: /home/orion/src/purescript-puppeteer/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location for typing installer +Info 1012 [15:40:26.767] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1013 [15:40:26.767] Elapsed:: 0.13045900035649538ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /home/orion/src/purescript-puppeteer/jsconfig.json WatchType: Failed Lookup Locations +Info 1014 [15:40:26.767] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1015 [15:40:26.767] Elapsed:: 0.26159799937158823ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache +Info 1016 [15:40:26.767] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1017 [15:40:26.767] Elapsed:: 0.05586500000208616ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations +Info 1018 [15:40:26.767] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1019 [15:40:26.767] Elapsed:: 0.01246199943125248ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations +Info 1020 [15:40:26.767] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1021 [15:40:26.768] Ignoring files that are not *.json +Info 1022 [15:40:26.768] Elapsed:: 0.03902500029653311ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/node_modules :: WatchInfo: /home/orion/src/purescript-puppeteer/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1023 [15:40:27.690] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/bun/fmt.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/bun/fmt.js 500 undefined WatchType: Closed Script info +Info 1024 [15:40:27.690] Elapsed:: 0.17165799997746944ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/bun/fmt.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/bun/fmt.js 500 undefined WatchType: Closed Script info +Info 1025 [15:40:27.690] FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/bun/fmt.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/bun/fmt.js 500 undefined WatchType: Closed Script info +Info 1026 [15:40:27.690] Elapsed:: 0.029717999510467052ms FileWatcher:: Triggered with /home/orion/src/purescript-puppeteer/bun/fmt.js 1:: WatchInfo: /home/orion/src/purescript-puppeteer/bun/fmt.js 500 undefined WatchType: Closed Script info +Info 1027 [15:40:28.016] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1028 [15:40:28.057] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 5 structureChanged: true structureIsReused:: SafeModules Elapsed: 40.43202400021255ms +Info 1029 [15:40:28.057] Different program with same set of files +Info 1030 [15:40:28.057] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1031 [15:40:28.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 102 structureChanged: false structureIsReused:: Completely Elapsed: 28.33238400053233ms +Info 1032 [15:40:28.085] Different program with same set of files +Info 1033 [15:40:30.268] Before ensureProjectForOpenFiles: +Info 1034 [15:40:30.268] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1034 [15:40:30.268] Files (65) + +Info 1034 [15:40:30.268] ----------------------------------------------- +Info 1034 [15:40:30.268] Project '/dev/null/inferredProject1*' (Inferred) +Info 1034 [15:40:30.268] Files (65) + +Info 1034 [15:40:30.268] ----------------------------------------------- +Info 1034 [15:40:30.268] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1034 [15:40:30.268] Files (123) + +Info 1034 [15:40:30.268] ----------------------------------------------- +Info 1034 [15:40:30.268] Open files: +Info 1034 [15:40:30.268] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1034 [15:40:30.269] Projects: /dev/null/inferredProject1* +Info 1034 [15:40:30.269] After ensureProjectForOpenFiles: +Info 1035 [15:40:30.269] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1035 [15:40:30.269] Files (65) + +Info 1035 [15:40:30.269] ----------------------------------------------- +Info 1035 [15:40:30.269] Project '/dev/null/inferredProject1*' (Inferred) +Info 1035 [15:40:30.269] Files (65) + +Info 1035 [15:40:30.269] ----------------------------------------------- +Info 1035 [15:40:30.269] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1035 [15:40:30.269] Files (123) + +Info 1035 [15:40:30.269] ----------------------------------------------- +Info 1035 [15:40:30.269] Open files: +Info 1035 [15:40:30.269] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1035 [15:40:30.269] Projects: /dev/null/inferredProject1* +Info 1035 [15:40:30.269] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js +Info 1036 [15:40:50.546] Search path: /home/orion/src/purescript-puppeteer/bun +Info 1037 [15:40:50.547] For info: /home/orion/src/purescript-puppeteer/bun/fmt.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1038 [15:40:50.548] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1038 [15:40:50.548] Files (65) + +Info 1038 [15:40:50.548] ----------------------------------------------- +Info 1038 [15:40:50.548] Project '/dev/null/inferredProject1*' (Inferred) +Info 1038 [15:40:50.548] Files (65) + +Info 1038 [15:40:50.548] ----------------------------------------------- +Info 1038 [15:40:50.548] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1038 [15:40:50.548] Files (123) + +Info 1038 [15:40:50.548] ----------------------------------------------- +Info 1038 [15:40:50.548] Open files: +Info 1038 [15:40:50.548] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1038 [15:40:50.548] Projects: /dev/null/inferredProject1* +Info 1038 [15:40:50.548] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1038 [15:40:50.548] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1038 [15:40:50.759] Starting updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1039 [15:40:50.763] Finishing updateGraphWorker: Project: /home/orion/src/purescript-puppeteer/jsconfig.json Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 4.216392000205815ms +Info 1040 [15:40:50.763] Different program with same set of files +Info 1041 [15:40:50.808] Format host information updated +Info 1042 [15:40:50.808] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1043 [15:40:50.808] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 103 structureChanged: false structureIsReused:: Completely Elapsed: 0.13444999977946281ms +Info 1044 [15:40:53.058] Before ensureProjectForOpenFiles: +Info 1045 [15:40:53.058] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1045 [15:40:53.058] Files (65) + +Info 1045 [15:40:53.058] ----------------------------------------------- +Info 1045 [15:40:53.058] Project '/dev/null/inferredProject1*' (Inferred) +Info 1045 [15:40:53.058] Files (65) + +Info 1045 [15:40:53.058] ----------------------------------------------- +Info 1045 [15:40:53.058] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1045 [15:40:53.058] Files (123) + +Info 1045 [15:40:53.058] ----------------------------------------------- +Info 1045 [15:40:53.058] Open files: +Info 1045 [15:40:53.058] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1045 [15:40:53.058] Projects: /dev/null/inferredProject1* +Info 1045 [15:40:53.058] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1045 [15:40:53.058] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1045 [15:40:53.058] After ensureProjectForOpenFiles: +Info 1046 [15:40:53.058] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1046 [15:40:53.058] Files (65) + +Info 1046 [15:40:53.058] ----------------------------------------------- +Info 1046 [15:40:53.058] Project '/dev/null/inferredProject1*' (Inferred) +Info 1046 [15:40:53.058] Files (65) + +Info 1046 [15:40:53.058] ----------------------------------------------- +Info 1046 [15:40:53.058] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1046 [15:40:53.058] Files (123) + +Info 1046 [15:40:53.058] ----------------------------------------------- +Info 1046 [15:40:53.058] Open files: +Info 1046 [15:40:53.058] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1046 [15:40:53.058] Projects: /dev/null/inferredProject1* +Info 1046 [15:40:53.058] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1046 [15:40:53.058] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1046 [15:40:53.058] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/bun/fmt.js +Info 1047 [15:44:13.223] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1048 [15:44:13.223] Ignoring files that are not *.json +Info 1049 [15:44:13.223] Elapsed:: 0.068401999771595ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.purs 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1050 [15:49:42.532] Search path: /home/orion/src/purescript-puppeteer/src +Info 1051 [15:49:42.532] For info: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js :: Config file name: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1052 [15:49:42.533] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1053 [15:49:42.540] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 104 structureChanged: true structureIsReused:: Not Elapsed: 7.298155999742448ms +Info 1054 [15:49:42.540] Project '/dev/null/inferredProject1*' (Inferred) +Info 1055 [15:49:42.540] Files (66) + +Info 1056 [15:49:42.540] ----------------------------------------------- +Info 1057 [15:49:42.540] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1058 [15:49:42.540] Files (123) + +Info 1059 [15:49:42.540] ----------------------------------------------- +Info 1060 [15:49:42.540] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1060 [15:49:42.540] Files (65) + +Info 1060 [15:49:42.540] ----------------------------------------------- +Info 1060 [15:49:42.540] Project '/dev/null/inferredProject1*' (Inferred) +Info 1060 [15:49:42.540] Files (66) + +Info 1060 [15:49:42.540] ----------------------------------------------- +Info 1060 [15:49:42.540] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1060 [15:49:42.540] Files (123) + +Info 1060 [15:49:42.540] ----------------------------------------------- +Info 1060 [15:49:42.540] Open files: +Info 1060 [15:49:42.540] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1060 [15:49:42.540] Projects: /dev/null/inferredProject1* +Info 1060 [15:49:42.540] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1060 [15:49:42.540] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1060 [15:49:42.540] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1060 [15:49:42.540] Projects: /dev/null/inferredProject1* +Info 1060 [15:49:42.743] Format host information updated +Info 1061 [15:49:42.744] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1062 [15:49:42.744] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 105 structureChanged: false structureIsReused:: Not Elapsed: 0.38568099960684776ms +Info 1063 [15:49:43.448] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1064 [15:49:43.451] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 106 structureChanged: false structureIsReused:: Completely Elapsed: 2.414774000644684ms +Info 1065 [15:49:43.451] Different program with same set of files +Info 1066 [15:49:43.451] getCompletionData: Get current token: 0.003383999690413475 +Info 1067 [15:49:43.451] getCompletionData: Is inside comment: 0.006521999835968018 +Info 1068 [15:49:43.451] getCompletionData: Get previous token: 0.00621700007468462 +Info 1069 [15:49:43.452] AutoImportProviderProject: found 3 root files in 3 dependencies in 0.42474399972707033 ms +Info 1070 [15:49:43.453] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* +Info 1071 [15:49:43.462] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 3 structureChanged: true structureIsReused:: SafeModules Elapsed: 9.341682999394834ms +Info 1072 [15:49:43.462] Different program with same set of files +Info 1073 [15:49:43.462] getExportInfoMap: cache miss or empty; calculating new results +Info 1074 [15:49:43.502] forEachExternalModuleToImportFrom autoImportProvider: 27.543661000207067 +Info 1075 [15:49:43.502] getExportInfoMap: done in 49.672904999926686 ms +Info 1076 [15:49:43.504] collectAutoImports: resolved 0 module specifiers, plus 28 ambient and 0 from cache +Info 1077 [15:49:43.504] collectAutoImports: response is complete +Info 1078 [15:49:43.504] collectAutoImports: 2.125945999287069 +Info 1079 [15:49:43.504] getCompletionData: Semantic work: 53.02141399960965 +Info 1080 [15:49:43.505] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.042914000339806 +Info 1081 [15:49:43.506] Format host information updated +Info 1082 [15:49:43.595] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1083 [15:49:43.597] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 107 structureChanged: false structureIsReused:: Completely Elapsed: 2.021022000350058ms +Info 1084 [15:49:43.597] Different program with same set of files +Info 1085 [15:49:43.597] getCompletionData: Get current token: 0.002989000640809536 +Info 1086 [15:49:43.597] getCompletionData: Is inside comment: 0.0062779998406767845 +Info 1087 [15:49:43.597] getCompletionData: Get previous token: 0.005654000677168369 +Info 1088 [15:49:43.597] getExportInfoMap: cache hit +Info 1089 [15:49:43.599] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1090 [15:49:43.599] collectAutoImports: response is complete +Info 1091 [15:49:43.599] collectAutoImports: 1.4772069994360209 +Info 1092 [15:49:43.599] getCompletionData: Semantic work: 2.0558979995548725 +Info 1093 [15:49:43.601] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.669925999827683 +Info 1094 [15:49:43.601] Format host information updated +Info 1095 [15:49:43.659] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1096 [15:49:43.660] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 108 structureChanged: false structureIsReused:: Completely Elapsed: 1.5449120001867414ms +Info 1097 [15:49:43.660] Different program with same set of files +Info 1098 [15:49:43.660] getCompletionData: Get current token: 0.002384999766945839 +Info 1099 [15:49:43.661] getCompletionData: Is inside comment: 0.006121999584138393 +Info 1100 [15:49:43.661] getCompletionData: Get previous token: 0.006550000049173832 +Info 1101 [15:49:43.661] getExportInfoMap: cache hit +Info 1102 [15:49:43.662] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1103 [15:49:43.663] collectAutoImports: response is complete +Info 1104 [15:49:43.663] collectAutoImports: 1.4488559998571873 +Info 1105 [15:49:43.663] getCompletionData: Semantic work: 2.0207749996334314 +Info 1106 [15:49:43.664] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0809190003201365 +Info 1107 [15:49:43.665] Format host information updated +Info 1108 [15:49:43.820] Format host information updated +Info 1109 [15:49:43.820] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1110 [15:49:43.821] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 109 structureChanged: false structureIsReused:: Completely Elapsed: 1.5554950004443526ms +Info 1111 [15:49:43.821] Different program with same set of files +Info 1112 [15:49:43.955] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1113 [15:49:43.956] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 110 structureChanged: false structureIsReused:: Completely Elapsed: 1.4244020003825426ms +Info 1114 [15:49:43.956] Different program with same set of files +Info 1115 [15:49:43.956] getCompletionData: Get current token: 0.002059999853372574 +Info 1116 [15:49:43.956] getCompletionData: Is inside comment: 0.005730999633669853 +Info 1117 [15:49:43.956] getCompletionData: Get previous token: 0.00774999987334013 +Info 1118 [15:49:43.956] getCompletionsAtPosition: isCompletionListBlocker: 0.008063999935984612 +Info 1119 [15:49:43.957] getExportInfoMap: cache hit +Info 1120 [15:49:43.962] collectAutoImports: resolved 9 module specifiers, plus 137 ambient and 6 from cache +Info 1121 [15:49:43.962] collectAutoImports: response is complete +Info 1122 [15:49:43.963] collectAutoImports: 5.441287999972701 +Info 1123 [15:49:43.963] getCompletionData: Semantic work: 6.010520000010729 +Info 1124 [15:49:43.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.5657190000638366 +Info 1125 [15:49:43.966] Format host information updated +Info 1126 [15:49:44.043] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1127 [15:49:44.048] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 111 structureChanged: false structureIsReused:: Completely Elapsed: 5.413959000259638ms +Info 1128 [15:49:44.049] Different program with same set of files +Info 1129 [15:49:44.049] getCompletionData: Get current token: 0.009641999378800392 +Info 1130 [15:49:44.049] getCompletionData: Is inside comment: 0.026201000437140465 +Info 1131 [15:49:44.049] getCompletionData: Get previous token: 0.0994870001450181 +Info 1132 [15:49:44.049] getCompletionsAtPosition: isCompletionListBlocker: 0.02310399990528822 +Info 1133 [15:49:44.052] getExportInfoMap: cache hit +Info 1134 [15:49:44.061] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 8 from cache +Info 1135 [15:49:44.061] collectAutoImports: response is complete +Info 1136 [15:49:44.061] collectAutoImports: 9.706979000009596 +Info 1137 [15:49:44.062] getCompletionData: Semantic work: 12.16998300049454 +Info 1138 [15:49:44.067] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.240143999457359 +Info 1139 [15:49:44.069] Format host information updated +Info 1140 [15:49:44.131] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1141 [15:49:44.137] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 112 structureChanged: false structureIsReused:: Completely Elapsed: 5.867531999945641ms +Info 1142 [15:49:44.137] Different program with same set of files +Info 1143 [15:49:44.137] getCompletionData: Get current token: 0.010118000209331512 +Info 1144 [15:49:44.137] getCompletionData: Is inside comment: 0.026592000387609005 +Info 1145 [15:49:44.137] getCompletionData: Get previous token: 0.03492099978029728 +Info 1146 [15:49:44.137] getCompletionsAtPosition: isCompletionListBlocker: 0.0255129998549819 +Info 1147 [15:49:44.139] getExportInfoMap: cache hit +Info 1148 [15:49:44.148] collectAutoImports: resolved 0 module specifiers, plus 16 ambient and 3 from cache +Info 1149 [15:49:44.148] collectAutoImports: response is complete +Info 1150 [15:49:44.148] collectAutoImports: 8.558290999382734 +Info 1151 [15:49:44.148] getCompletionData: Semantic work: 10.434689000248909 +Info 1152 [15:49:44.152] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.553144999779761 +Info 1153 [15:49:44.154] Format host information updated +Info 1154 [15:49:44.238] Format host information updated +Info 1155 [15:49:44.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1156 [15:49:44.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 113 structureChanged: false structureIsReused:: Completely Elapsed: 5.388085000216961ms +Info 1157 [15:49:44.243] Different program with same set of files +Info 1158 [15:49:44.475] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1159 [15:49:44.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 114 structureChanged: false structureIsReused:: Completely Elapsed: 1.6885329997166991ms +Info 1160 [15:49:44.477] Different program with same set of files +Info 1161 [15:49:44.477] getCompletionData: Get current token: 0.002159000374376774 +Info 1162 [15:49:44.477] getCompletionData: Is inside comment: 0.006140999495983124 +Info 1163 [15:49:44.477] getCompletionData: Get previous token: 0.009793000295758247 +Info 1164 [15:49:44.477] getCompletionsAtPosition: isCompletionListBlocker: 0.0016850000247359276 +Info 1165 [15:49:44.477] Returning an empty list because completion was requested in an invalid position. +Info 1166 [15:49:44.477] Format host information updated +Info 1167 [15:49:44.679] Format host information updated +Info 1168 [15:49:44.679] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1169 [15:49:44.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 115 structureChanged: false structureIsReused:: Completely Elapsed: 1.4826509999111295ms +Info 1170 [15:49:44.680] Different program with same set of files +Info 1171 [15:49:44.772] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1172 [15:49:44.774] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 116 structureChanged: false structureIsReused:: Completely Elapsed: 1.664440999738872ms +Info 1173 [15:49:44.774] Different program with same set of files +Info 1174 [15:49:44.774] getCompletionData: Get current token: 0.003208000212907791 +Info 1175 [15:49:44.774] getCompletionData: Is inside comment: 0.00969999935477972 +Info 1176 [15:49:44.774] getCompletionData: Get previous token: 0.01721400022506714 +Info 1177 [15:49:44.774] getCompletionsAtPosition: isCompletionListBlocker: 0.0023610005155205727 +Info 1178 [15:49:44.774] Returning an empty list because completion was requested in an invalid position. +Info 1179 [15:49:44.774] Format host information updated +Info 1180 [15:49:44.842] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1181 [15:49:44.843] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 117 structureChanged: false structureIsReused:: Completely Elapsed: 1.4917949996888638ms +Info 1182 [15:49:44.843] Different program with same set of files +Info 1183 [15:49:44.844] getCompletionData: Get current token: 0.0019120005890727043 +Info 1184 [15:49:44.844] getCompletionData: Is inside comment: 0.005829999223351479 +Info 1185 [15:49:44.844] getCompletionData: Get previous token: 0.009103999473154545 +Info 1186 [15:49:44.844] getCompletionsAtPosition: isCompletionListBlocker: 0.0015970002859830856 +Info 1187 [15:49:44.844] Returning an empty list because completion was requested in an invalid position. +Info 1188 [15:49:44.844] Format host information updated +Info 1189 [15:49:45.007] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1190 [15:49:45.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 118 structureChanged: false structureIsReused:: Completely Elapsed: 1.7856139997020364ms +Info 1191 [15:49:45.009] Different program with same set of files +Info 1192 [15:49:45.009] getCompletionData: Get current token: 0.0021480005234479904 +Info 1193 [15:49:45.009] getCompletionData: Is inside comment: 0.006079999729990959 +Info 1194 [15:49:45.009] getCompletionData: Get previous token: 0.009417999535799026 +Info 1195 [15:49:45.009] getCompletionsAtPosition: isCompletionListBlocker: 0.0016590002924203873 +Info 1196 [15:49:45.009] Returning an empty list because completion was requested in an invalid position. +Info 1197 [15:49:45.009] Format host information updated +Info 1198 [15:49:45.043] Before ensureProjectForOpenFiles: +Info 1199 [15:49:45.043] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1199 [15:49:45.043] Files (65) + +Info 1199 [15:49:45.043] ----------------------------------------------- +Info 1199 [15:49:45.043] Project '/dev/null/inferredProject1*' (Inferred) +Info 1199 [15:49:45.043] Files (66) + +Info 1199 [15:49:45.043] ----------------------------------------------- +Info 1199 [15:49:45.043] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1199 [15:49:45.043] Files (123) + +Info 1199 [15:49:45.043] ----------------------------------------------- +Info 1199 [15:49:45.043] Open files: +Info 1199 [15:49:45.043] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1199 [15:49:45.043] Projects: /dev/null/inferredProject1* +Info 1199 [15:49:45.043] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1199 [15:49:45.043] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1199 [15:49:45.043] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1199 [15:49:45.043] Projects: /dev/null/inferredProject1* +Info 1199 [15:49:45.043] After ensureProjectForOpenFiles: +Info 1200 [15:49:45.043] Project '/home/orion/src/purescript-puppeteer/jsconfig.json' (Configured) +Info 1200 [15:49:45.043] Files (65) + +Info 1200 [15:49:45.043] ----------------------------------------------- +Info 1200 [15:49:45.043] Project '/dev/null/inferredProject1*' (Inferred) +Info 1200 [15:49:45.043] Files (66) + +Info 1200 [15:49:45.043] ----------------------------------------------- +Info 1200 [15:49:45.043] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) +Info 1200 [15:49:45.043] Files (123) + +Info 1200 [15:49:45.043] ----------------------------------------------- +Info 1200 [15:49:45.043] Open files: +Info 1200 [15:49:45.043] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1200 [15:49:45.043] Projects: /dev/null/inferredProject1* +Info 1200 [15:49:45.043] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1200 [15:49:45.043] Projects: /home/orion/src/purescript-puppeteer/jsconfig.json +Info 1200 [15:49:45.043] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1200 [15:49:45.043] Projects: /dev/null/inferredProject1* +Info 1200 [15:49:45.043] got projects updated in background, updating diagnostics for /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js,/home/orion/src/purescript-puppeteer/bun/fmt.js,/home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js +Info 1201 [15:49:45.122] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1202 [15:49:45.129] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 119 structureChanged: false structureIsReused:: Completely Elapsed: 6.43815700057894ms +Info 1203 [15:49:45.129] Different program with same set of files +Info 1204 [15:49:45.129] getCompletionData: Get current token: 0.015378999523818493 +Info 1205 [15:49:45.130] getCompletionData: Is inside comment: 0.036997999995946884 +Info 1206 [15:49:45.130] getCompletionData: Get previous token: 0.05565300025045872 +Info 1207 [15:49:45.130] getCompletionsAtPosition: isCompletionListBlocker: 0.005876000039279461 +Info 1208 [15:49:45.130] Returning an empty list because completion was requested in an invalid position. +Info 1209 [15:49:45.130] Format host information updated +Info 1210 [15:49:45.292] Format host information updated +Info 1211 [15:49:45.292] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1212 [15:49:45.294] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 120 structureChanged: false structureIsReused:: Completely Elapsed: 1.663386999629438ms +Info 1213 [15:49:45.294] Different program with same set of files +Info 1214 [15:49:45.419] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1215 [15:49:45.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 121 structureChanged: false structureIsReused:: Completely Elapsed: 1.8976239999756217ms +Info 1216 [15:49:45.421] Different program with same set of files +Info 1217 [15:49:45.421] getCompletionData: Get current token: 0.006237000226974487 +Info 1218 [15:49:45.421] getCompletionData: Is inside comment: 0.007806999608874321 +Info 1219 [15:49:45.421] getCompletionData: Get previous token: 0.005269999615848064 +Info 1220 [15:49:45.421] getCompletionsAtPosition: isCompletionListBlocker: 0.008887000381946564 +Info 1221 [15:49:45.421] getExportInfoMap: cache hit +Info 1222 [15:49:45.441] collectAutoImports: resolved 3 module specifiers, plus 893 ambient and 99 from cache +Info 1223 [15:49:45.441] collectAutoImports: response is complete +Info 1224 [15:49:45.441] collectAutoImports: 19.751098999753594 +Info 1225 [15:49:45.441] getCompletionData: Semantic work: 20.418312000110745 +Info 1226 [15:49:45.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.37648499943316 +Info 1227 [15:49:45.452] Format host information updated +Info 1228 [15:49:45.484] Format host information updated +Info 1229 [15:49:45.484] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1230 [15:49:45.486] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 122 structureChanged: false structureIsReused:: Completely Elapsed: 1.3406150005757809ms +Info 1231 [15:49:45.486] Different program with same set of files +Info 1232 [15:49:45.796] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1233 [15:49:45.799] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 123 structureChanged: false structureIsReused:: Completely Elapsed: 2.502208000048995ms +Info 1234 [15:49:45.799] Different program with same set of files +Info 1235 [15:49:45.799] getCompletionData: Get current token: 0.00595100037753582 +Info 1236 [15:49:45.799] getCompletionData: Is inside comment: 0.018562999553978443 +Info 1237 [15:49:45.799] getCompletionData: Get previous token: 0.012246000580489635 +Info 1238 [15:49:45.799] getCompletionsAtPosition: isCompletionListBlocker: 0.01935600023716688 +Info 1239 [15:49:45.800] getExportInfoMap: cache hit +Info 1240 [15:49:45.817] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1241 [15:49:45.817] collectAutoImports: response is complete +Info 1242 [15:49:45.817] collectAutoImports: 16.426214000210166 +Info 1243 [15:49:45.817] getCompletionData: Semantic work: 17.665808000601828 +Info 1244 [15:49:45.821] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.2639180002734065 +Info 1245 [15:49:45.826] Format host information updated +Info 1246 [15:49:45.940] Format host information updated +Info 1247 [15:49:45.940] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1248 [15:49:45.942] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 124 structureChanged: false structureIsReused:: Completely Elapsed: 1.7027700003236532ms +Info 1249 [15:49:45.942] Different program with same set of files +Info 1250 [15:49:46.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1251 [15:49:46.532] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 125 structureChanged: false structureIsReused:: Completely Elapsed: 1.7235920000821352ms +Info 1252 [15:49:46.532] Different program with same set of files +Info 1253 [15:49:46.532] getCompletionData: Get current token: 0.0025620004162192345 +Info 1254 [15:49:46.532] getCompletionData: Is inside comment: 0.007087000645697117 +Info 1255 [15:49:46.532] getCompletionData: Get previous token: 0.02139400038868189 +Info 1256 [15:49:46.532] getCompletionsAtPosition: isCompletionListBlocker: 0.008243999443948269 +Info 1257 [15:49:46.532] getExportInfoMap: cache hit +Info 1258 [15:49:46.542] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1259 [15:49:46.542] collectAutoImports: response is complete +Info 1260 [15:49:46.542] collectAutoImports: 9.283026999793947 +Info 1261 [15:49:46.542] getCompletionData: Semantic work: 9.897254000417888 +Info 1262 [15:49:46.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.610965999774635 +Info 1263 [15:49:46.550] Format host information updated +Info 1264 [15:49:46.618] Format host information updated +Info 1265 [15:49:46.618] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1266 [15:49:46.622] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 126 structureChanged: false structureIsReused:: Completely Elapsed: 3.447197999805212ms +Info 1267 [15:49:46.622] Different program with same set of files +Info 1268 [15:49:46.886] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1269 [15:49:46.887] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 127 structureChanged: false structureIsReused:: Completely Elapsed: 1.3600559998303652ms +Info 1270 [15:49:46.888] Different program with same set of files +Info 1271 [15:49:46.888] getCompletionData: Get current token: 0.002066999673843384 +Info 1272 [15:49:46.888] getCompletionData: Is inside comment: 0.006106000393629074 +Info 1273 [15:49:46.888] getCompletionData: Get previous token: 0.011657999828457832 +Info 1274 [15:49:46.888] getCompletionsAtPosition: isCompletionListBlocker: 0.007602999918162823 +Info 1275 [15:49:46.888] getExportInfoMap: cache hit +Info 1276 [15:49:46.892] collectAutoImports: resolved 0 module specifiers, plus 137 ambient and 15 from cache +Info 1277 [15:49:46.892] collectAutoImports: response is complete +Info 1278 [15:49:46.892] collectAutoImports: 3.5103320004418492 +Info 1279 [15:49:46.892] getCompletionData: Semantic work: 4.073017000220716 +Info 1280 [15:49:46.894] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.9811850003898144 +Info 1281 [15:49:46.895] Format host information updated +Info 1282 [15:49:47.022] Format host information updated +Info 1283 [15:49:47.022] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1284 [15:49:47.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 128 structureChanged: false structureIsReused:: Completely Elapsed: 6.5680229999125ms +Info 1285 [15:49:47.029] Different program with same set of files +Info 1286 [15:49:47.171] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1287 [15:49:47.172] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 129 structureChanged: false structureIsReused:: Completely Elapsed: 1.6132789999246597ms +Info 1288 [15:49:47.172] Different program with same set of files +Info 1289 [15:49:47.172] getCompletionData: Get current token: 0.002443999983370304 +Info 1290 [15:49:47.172] getCompletionData: Is inside comment: 0.009161999449133873 +Info 1291 [15:49:47.172] getCompletionData: Get previous token: 0.006021999754011631 +Info 1292 [15:49:47.172] getCompletionsAtPosition: isCompletionListBlocker: 0.008465999737381935 +Info 1293 [15:49:47.173] getExportInfoMap: cache hit +Info 1294 [15:49:47.185] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1295 [15:49:47.185] collectAutoImports: response is complete +Info 1296 [15:49:47.185] collectAutoImports: 11.576183999888599 +Info 1297 [15:49:47.185] getCompletionData: Semantic work: 12.127535000443459 +Info 1298 [15:49:47.191] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.1181810004636645 +Info 1299 [15:49:47.196] Format host information updated +Info 1300 [15:49:47.452] Format host information updated +Info 1301 [15:49:47.452] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1302 [15:49:47.454] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 130 structureChanged: false structureIsReused:: Completely Elapsed: 2.040811000391841ms +Info 1303 [15:49:47.454] Different program with same set of files +Info 1304 [15:49:47.627] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1305 [15:49:47.628] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 131 structureChanged: false structureIsReused:: Completely Elapsed: 1.4079499999061227ms +Info 1306 [15:49:47.628] Different program with same set of files +Info 1307 [15:49:47.629] getCompletionData: Get current token: 0.0019300002604722977 +Info 1308 [15:49:47.629] getCompletionData: Is inside comment: 0.006467999890446663 +Info 1309 [15:49:47.629] getCompletionData: Get previous token: 0.011505999602377415 +Info 1310 [15:49:47.629] getCompletionsAtPosition: isCompletionListBlocker: 0.010836000554263592 +Info 1311 [15:49:47.629] getExportInfoMap: cache hit +Info 1312 [15:49:47.632] collectAutoImports: resolved 0 module specifiers, plus 137 ambient and 15 from cache +Info 1313 [15:49:47.632] collectAutoImports: response is complete +Info 1314 [15:49:47.632] collectAutoImports: 2.715822000056505 +Info 1315 [15:49:47.632] getCompletionData: Semantic work: 3.3407460004091263 +Info 1316 [15:49:47.634] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8221680000424385 +Info 1317 [15:49:47.635] Format host information updated +Info 1318 [15:49:47.824] Format host information updated +Info 1319 [15:49:47.824] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1320 [15:49:47.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 132 structureChanged: false structureIsReused:: Completely Elapsed: 1.5821860004216433ms +Info 1321 [15:49:47.826] Different program with same set of files +Info 1322 [15:49:48.910] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1323 [15:49:48.911] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 133 structureChanged: false structureIsReused:: Completely Elapsed: 1.4038190003484488ms +Info 1324 [15:49:48.911] Different program with same set of files +Info 1325 [15:49:48.911] getCompletionData: Get current token: 0.002237999811768532 +Info 1326 [15:49:48.911] getCompletionData: Is inside comment: 0.005242999643087387 +Info 1327 [15:49:48.911] getCompletionData: Get previous token: 0.013989000581204891 +Info 1328 [15:49:48.911] getCompletionsAtPosition: isCompletionListBlocker: 0.01063500065356493 +Info 1329 [15:49:48.912] getExportInfoMap: cache hit +Info 1330 [15:49:48.914] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 7 from cache +Info 1331 [15:49:48.914] collectAutoImports: response is complete +Info 1332 [15:49:48.914] collectAutoImports: 2.380739999935031 +Info 1333 [15:49:48.914] getCompletionData: Semantic work: 2.8617739994078875 +Info 1334 [15:49:48.915] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3067759992554784 +Info 1335 [15:49:48.918] Format host information updated +Info 1336 [15:49:48.981] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1337 [15:49:48.983] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 134 structureChanged: false structureIsReused:: Completely Elapsed: 1.554661000147462ms +Info 1338 [15:49:48.983] Different program with same set of files +Info 1339 [15:49:48.983] getCompletionData: Get current token: 0.0021660001948475838 +Info 1340 [15:49:48.983] getCompletionData: Is inside comment: 0.005081000737845898 +Info 1341 [15:49:48.983] getCompletionData: Get previous token: 0.011973999440670013 +Info 1342 [15:49:48.983] getCompletionsAtPosition: isCompletionListBlocker: 0.007867000065743923 +Info 1343 [15:49:48.984] getExportInfoMap: cache hit +Info 1344 [15:49:48.985] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 1345 [15:49:48.985] collectAutoImports: response is complete +Info 1346 [15:49:48.985] collectAutoImports: 1.3578230002894998 +Info 1347 [15:49:48.985] getCompletionData: Semantic work: 1.8120120000094175 +Info 1348 [15:49:48.986] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7832310004159808 +Info 1349 [15:49:48.986] Format host information updated +Info 1350 [15:49:49.059] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1351 [15:49:49.061] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 135 structureChanged: false structureIsReused:: Completely Elapsed: 1.4517960008233786ms +Info 1352 [15:49:49.061] Different program with same set of files +Info 1353 [15:49:49.061] getCompletionData: Get current token: 0.0021910006180405617 +Info 1354 [15:49:49.061] getCompletionData: Is inside comment: 0.0050919996574521065 +Info 1355 [15:49:49.061] getCompletionData: Get previous token: 0.010042999871075153 +Info 1356 [15:49:49.061] getCompletionsAtPosition: isCompletionListBlocker: 0.008283000439405441 +Info 1357 [15:49:49.062] getExportInfoMap: cache hit +Info 1358 [15:49:49.063] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1359 [15:49:49.063] collectAutoImports: response is complete +Info 1360 [15:49:49.063] collectAutoImports: 1.2389960000291467 +Info 1361 [15:49:49.063] getCompletionData: Semantic work: 1.697579000145197 +Info 1362 [15:49:49.064] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7000559996813536 +Info 1363 [15:49:49.064] Format host information updated +Info 1364 [15:49:49.157] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1365 [15:49:49.158] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 136 structureChanged: false structureIsReused:: Completely Elapsed: 1.4135079998522997ms +Info 1366 [15:49:49.158] Different program with same set of files +Info 1367 [15:49:49.158] getCompletionData: Get current token: 0.002115999348461628 +Info 1368 [15:49:49.159] getCompletionData: Is inside comment: 0.005059000104665756 +Info 1369 [15:49:49.159] getCompletionData: Get previous token: 0.009571000002324581 +Info 1370 [15:49:49.159] getCompletionsAtPosition: isCompletionListBlocker: 0.008488999679684639 +Info 1371 [15:49:49.159] getExportInfoMap: cache hit +Info 1372 [15:49:49.160] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 1373 [15:49:49.160] collectAutoImports: response is complete +Info 1374 [15:49:49.160] collectAutoImports: 1.2282130001112819 +Info 1375 [15:49:49.160] getCompletionData: Semantic work: 1.6939240004867315 +Info 1376 [15:49:49.161] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7447910001501441 +Info 1377 [15:49:49.162] Format host information updated +Info 1378 [15:49:49.227] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1379 [15:49:49.228] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 137 structureChanged: false structureIsReused:: Completely Elapsed: 1.4416030002757907ms +Info 1380 [15:49:49.228] Different program with same set of files +Info 1381 [15:49:49.228] getCompletionData: Get current token: 0.0020889993757009506 +Info 1382 [15:49:49.228] getCompletionData: Is inside comment: 0.0047509996220469475 +Info 1383 [15:49:49.228] getCompletionData: Get previous token: 0.009538999758660793 +Info 1384 [15:49:49.228] getCompletionsAtPosition: isCompletionListBlocker: 0.024255999363958836 +Info 1385 [15:49:49.229] getExportInfoMap: cache hit +Info 1386 [15:49:49.236] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1387 [15:49:49.236] collectAutoImports: response is complete +Info 1388 [15:49:49.236] collectAutoImports: 7.198588999919593 +Info 1389 [15:49:49.236] getCompletionData: Semantic work: 7.651760000735521 +Info 1390 [15:49:49.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.964594000019133 +Info 1391 [15:49:49.248] Format host information updated +Info 1392 [15:49:49.288] Format host information updated +Info 1393 [15:49:49.289] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1394 [15:49:49.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 138 structureChanged: false structureIsReused:: Completely Elapsed: 2.090857000090182ms +Info 1395 [15:49:49.291] Different program with same set of files +Info 1396 [15:49:49.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1397 [15:49:49.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 139 structureChanged: false structureIsReused:: Completely Elapsed: 1.496288999915123ms +Info 1398 [15:49:49.465] Different program with same set of files +Info 1399 [15:49:49.465] getCompletionData: Get current token: 0.0036619994789361954 +Info 1400 [15:49:49.465] getCompletionData: Is inside comment: 0.005880000069737434 +Info 1401 [15:49:49.465] getCompletionData: Get previous token: 0.007834999822080135 +Info 1402 [15:49:49.465] getCompletionsAtPosition: isCompletionListBlocker: 0.006983000785112381 +Info 1403 [15:49:49.465] getExportInfoMap: cache hit +Info 1404 [15:49:49.468] collectAutoImports: resolved 0 module specifiers, plus 137 ambient and 15 from cache +Info 1405 [15:49:49.468] collectAutoImports: response is complete +Info 1406 [15:49:49.468] collectAutoImports: 2.8389200000092387 +Info 1407 [15:49:49.468] getCompletionData: Semantic work: 3.263558999635279 +Info 1408 [15:49:49.470] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6457219999283552 +Info 1409 [15:49:49.471] Format host information updated +Info 1410 [15:49:49.536] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1411 [15:49:49.537] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 140 structureChanged: false structureIsReused:: Completely Elapsed: 1.5119449999183416ms +Info 1412 [15:49:49.537] Different program with same set of files +Info 1413 [15:49:49.537] getCompletionData: Get current token: 0.0035349996760487556 +Info 1414 [15:49:49.537] getCompletionData: Is inside comment: 0.008445000275969505 +Info 1415 [15:49:49.537] getCompletionData: Get previous token: 0.007813000120222569 +Info 1416 [15:49:49.538] getCompletionsAtPosition: isCompletionListBlocker: 0.007136000320315361 +Info 1417 [15:49:49.538] getExportInfoMap: cache hit +Info 1418 [15:49:49.540] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 8 from cache +Info 1419 [15:49:49.540] collectAutoImports: response is complete +Info 1420 [15:49:49.540] collectAutoImports: 2.4412209996953607 +Info 1421 [15:49:49.540] getCompletionData: Semantic work: 2.836775000207126 +Info 1422 [15:49:49.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.467876000329852 +Info 1423 [15:49:49.543] Format host information updated +Info 1424 [15:49:49.757] Format host information updated +Info 1425 [15:49:49.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1426 [15:49:49.760] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 141 structureChanged: false structureIsReused:: Completely Elapsed: 2.6640600003302097ms +Info 1427 [15:49:49.760] Different program with same set of files +Info 1428 [15:49:52.492] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1429 [15:49:52.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 142 structureChanged: false structureIsReused:: Completely Elapsed: 1.3936419999226928ms +Info 1430 [15:49:52.494] Different program with same set of files +Info 1431 [15:49:52.494] getCompletionData: Get current token: 0.004263000562787056 +Info 1432 [15:49:52.494] getCompletionData: Is inside comment: 0.0014499993994832039 +Info 1433 [15:49:52.494] getCompletionData: Get previous token: 0.013264000415802002 +Info 1434 [15:49:52.494] getCompletionsAtPosition: isCompletionListBlocker: 0.0014490000903606415 +Info 1435 [15:49:52.494] Returning an empty list because completion was requested in an invalid position. +Info 1436 [15:49:52.494] Format host information updated +Info 1437 [15:49:53.105] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1438 [15:49:53.106] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 143 structureChanged: false structureIsReused:: Completely Elapsed: 1.4349779998883605ms +Info 1439 [15:49:53.106] Different program with same set of files +Info 1440 [15:49:53.107] getCompletionData: Get current token: 0.002077000215649605 +Info 1441 [15:49:53.107] getCompletionData: Is inside comment: 0.005780999548733234 +Info 1442 [15:49:53.107] getCompletionData: Get previous token: 0.00962899997830391 +Info 1443 [15:49:53.107] getCompletionsAtPosition: isCompletionListBlocker: 0.0015010004863142967 +Info 1444 [15:49:53.107] Returning an empty list because completion was requested in an invalid position. +Info 1445 [15:49:53.107] Format host information updated +Info 1446 [15:49:53.456] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1447 [15:49:53.457] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 144 structureChanged: false structureIsReused:: Completely Elapsed: 1.3853639997541904ms +Info 1448 [15:49:53.457] Different program with same set of files +Info 1449 [15:49:53.457] getCompletionData: Get current token: 0.0031300000846385956 +Info 1450 [15:49:53.457] getCompletionData: Is inside comment: 0.008732999674975872 +Info 1451 [15:49:53.457] getCompletionData: Get previous token: 0.015154999680817127 +Info 1452 [15:49:53.457] getCompletionsAtPosition: isCompletionListBlocker: 0.0017290003597736359 +Info 1453 [15:49:53.457] Returning an empty list because completion was requested in an invalid position. +Info 1454 [15:49:53.457] Format host information updated +Info 1455 [15:49:53.524] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1456 [15:49:53.525] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 145 structureChanged: false structureIsReused:: Completely Elapsed: 1.5069989999756217ms +Info 1457 [15:49:53.525] Different program with same set of files +Info 1458 [15:49:53.525] getCompletionData: Get current token: 0.0021439995616674423 +Info 1459 [15:49:53.525] getCompletionData: Is inside comment: 0.006262999959290028 +Info 1460 [15:49:53.525] getCompletionData: Get previous token: 0.010327999480068684 +Info 1461 [15:49:53.525] getCompletionsAtPosition: isCompletionListBlocker: 0.0018090000376105309 +Info 1462 [15:49:53.525] Returning an empty list because completion was requested in an invalid position. +Info 1463 [15:49:53.526] Format host information updated +Info 1464 [15:49:53.625] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1465 [15:49:53.626] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 146 structureChanged: false structureIsReused:: Completely Elapsed: 1.3737789997830987ms +Info 1466 [15:49:53.627] Different program with same set of files +Info 1467 [15:49:53.627] getCompletionData: Get current token: 0.0020399997010827065 +Info 1468 [15:49:53.627] getCompletionData: Is inside comment: 0.0053369998931884766 +Info 1469 [15:49:53.627] getCompletionData: Get previous token: 0.008822999894618988 +Info 1470 [15:49:53.627] getCompletionsAtPosition: isCompletionListBlocker: 0.0014019999653100967 +Info 1471 [15:49:53.627] Returning an empty list because completion was requested in an invalid position. +Info 1472 [15:49:53.627] Format host information updated +Info 1473 [15:49:54.079] getCompletionData: Get current token: 0.0023680003359913826 +Info 1474 [15:49:54.079] getCompletionData: Is inside comment: 0.00634200032800436 +Info 1475 [15:49:54.079] getCompletionData: Get previous token: 0.00999400019645691 +Info 1476 [15:49:54.079] getCompletionsAtPosition: isCompletionListBlocker: 0.0021569998934865 +Info 1477 [15:49:54.079] Returning an empty list because completion was requested in an invalid position. +Info 1478 [15:49:54.170] Format host information updated +Info 1479 [15:49:54.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1480 [15:49:54.171] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 147 structureChanged: false structureIsReused:: Completely Elapsed: 1.4196569994091988ms +Info 1481 [15:49:54.171] Different program with same set of files +Info 1482 [15:49:54.297] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1483 [15:49:54.298] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 148 structureChanged: false structureIsReused:: Completely Elapsed: 1.3188220001757145ms +Info 1484 [15:49:54.298] Different program with same set of files +Info 1485 [15:49:54.298] getCompletionData: Get current token: 0.0022539999336004257 +Info 1486 [15:49:54.298] getCompletionData: Is inside comment: 0.006463999859988689 +Info 1487 [15:49:54.298] getCompletionData: Get previous token: 0.004751000553369522 +Info 1488 [15:49:54.298] getCompletionsAtPosition: isCompletionListBlocker: 0.010131999850273132 +Info 1489 [15:49:54.299] getExportInfoMap: cache hit +Info 1490 [15:49:54.305] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1491 [15:49:54.305] collectAutoImports: response is complete +Info 1492 [15:49:54.305] collectAutoImports: 6.849281999282539 +Info 1493 [15:49:54.305] getCompletionData: Semantic work: 7.269384999759495 +Info 1494 [15:49:54.309] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.9702080003917217 +Info 1495 [15:49:54.315] Format host information updated +Info 1496 [15:49:54.385] Format host information updated +Info 1497 [15:49:54.386] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1498 [15:49:54.390] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 149 structureChanged: false structureIsReused:: Completely Elapsed: 4.257044999860227ms +Info 1499 [15:49:54.390] Different program with same set of files +Info 1500 [15:50:05.844] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1501 [15:50:05.846] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 150 structureChanged: false structureIsReused:: Completely Elapsed: 1.9440820002928376ms +Info 1502 [15:50:05.846] Different program with same set of files +Info 1503 [15:50:05.846] getCompletionData: Get current token: 0.0042479997500777245 +Info 1504 [15:50:05.846] getCompletionData: Is inside comment: 0.011455999687314034 +Info 1505 [15:50:05.846] getCompletionData: Get previous token: 0.025902999565005302 +Info 1506 [15:50:05.846] getCompletionsAtPosition: isCompletionListBlocker: 0.01548799965530634 +Info 1507 [15:50:05.847] getExportInfoMap: cache hit +Info 1508 [15:50:05.849] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 5 from cache +Info 1509 [15:50:05.849] collectAutoImports: response is complete +Info 1510 [15:50:05.849] collectAutoImports: 2.004028999246657 +Info 1511 [15:50:05.849] getCompletionData: Semantic work: 2.8055590000003576 +Info 1512 [15:50:05.850] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0403380002826452 +Info 1513 [15:50:05.851] Format host information updated +Info 1514 [15:50:05.991] Format host information updated +Info 1515 [15:50:05.991] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1516 [15:50:05.992] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 151 structureChanged: false structureIsReused:: Completely Elapsed: 1.5867240000516176ms +Info 1517 [15:50:05.992] Different program with same set of files +Info 1518 [15:50:06.177] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1519 [15:50:06.179] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 152 structureChanged: false structureIsReused:: Completely Elapsed: 1.582612999714911ms +Info 1520 [15:50:06.179] Different program with same set of files +Info 1521 [15:50:06.179] getCompletionData: Get current token: 0.0024870000779628754 +Info 1522 [15:50:06.179] getCompletionData: Is inside comment: 0.007336999289691448 +Info 1523 [15:50:06.179] getCompletionData: Get previous token: 0.004757000133395195 +Info 1524 [15:50:06.179] getCompletionsAtPosition: isCompletionListBlocker: 0.009592999704182148 +Info 1525 [15:50:06.179] getExportInfoMap: cache hit +Info 1526 [15:50:06.188] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1527 [15:50:06.188] collectAutoImports: response is complete +Info 1528 [15:50:06.188] collectAutoImports: 8.941606000065804 +Info 1529 [15:50:06.188] getCompletionData: Semantic work: 9.431334999389946 +Info 1530 [15:50:06.197] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.03821500018239 +Info 1531 [15:50:06.203] Format host information updated +Info 1532 [15:50:06.446] Format host information updated +Info 1533 [15:50:06.446] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1534 [15:50:06.448] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 153 structureChanged: false structureIsReused:: Completely Elapsed: 1.9686979996040463ms +Info 1535 [15:50:06.448] Different program with same set of files +Info 1536 [15:50:20.654] Format host information updated +Info 1537 [15:50:20.654] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1538 [15:50:20.656] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 154 structureChanged: false structureIsReused:: Completely Elapsed: 1.829730000346899ms +Info 1539 [15:50:20.656] Different program with same set of files +Info 1540 [15:50:20.957] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1541 [15:50:20.961] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 155 structureChanged: false structureIsReused:: Completely Elapsed: 3.7354979999363422ms +Info 1542 [15:50:20.961] Different program with same set of files +Info 1543 [15:50:20.961] getCompletionData: Get current token: 0.009111999534070492 +Info 1544 [15:50:20.961] getCompletionData: Is inside comment: 0.019890000112354755 +Info 1545 [15:50:20.961] getCompletionData: Get previous token: 0.013570000417530537 +Info 1546 [15:50:20.961] getCompletionsAtPosition: isCompletionListBlocker: 0.020899999886751175 +Info 1547 [15:50:20.962] getExportInfoMap: cache hit +Info 1548 [15:50:20.972] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1549 [15:50:20.972] collectAutoImports: response is complete +Info 1550 [15:50:20.972] collectAutoImports: 9.775910999625921 +Info 1551 [15:50:20.972] getCompletionData: Semantic work: 10.867196999490261 +Info 1552 [15:50:20.980] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.6617700001224875 +Info 1553 [15:50:20.985] Format host information updated +Info 1554 [15:50:21.309] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1555 [15:50:21.312] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 156 structureChanged: false structureIsReused:: Completely Elapsed: 2.2225139997899532ms +Info 1556 [15:50:21.312] Different program with same set of files +Info 1557 [15:50:21.312] getCompletionData: Get current token: 0.007658000104129314 +Info 1558 [15:50:21.312] getCompletionData: Is inside comment: 0.012155000120401382 +Info 1559 [15:50:21.312] getCompletionData: Get previous token: 0.00817899964749813 +Info 1560 [15:50:21.312] getCompletionsAtPosition: isCompletionListBlocker: 0.0034310007467865944 +Info 1561 [15:50:21.313] getExportInfoMap: cache hit +Info 1562 [15:50:21.322] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1563 [15:50:21.322] collectAutoImports: response is complete +Info 1564 [15:50:21.322] collectAutoImports: 9.014959999360144 +Info 1565 [15:50:21.322] getCompletionData: Semantic work: 10.021248999983072 +Info 1566 [15:50:21.328] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.324249999597669 +Info 1567 [15:50:21.333] Format host information updated +Info 1568 [15:50:21.489] Format host information updated +Info 1569 [15:50:21.489] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1570 [15:50:21.491] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 157 structureChanged: false structureIsReused:: Completely Elapsed: 1.60495899990201ms +Info 1571 [15:50:21.491] Different program with same set of files +Info 1572 [15:50:21.733] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1573 [15:50:21.734] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 158 structureChanged: false structureIsReused:: Completely Elapsed: 1.5926390001550317ms +Info 1574 [15:50:21.734] Different program with same set of files +Info 1575 [15:50:21.735] getCompletionData: Get current token: 0.003281000070273876 +Info 1576 [15:50:21.735] getCompletionData: Is inside comment: 0.007585999555885792 +Info 1577 [15:50:21.735] getCompletionData: Get previous token: 0.00506999995559454 +Info 1578 [15:50:21.735] getCompletionsAtPosition: isCompletionListBlocker: 0.002480999566614628 +Info 1579 [15:50:21.735] getExportInfoMap: cache hit +Info 1580 [15:50:21.744] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1581 [15:50:21.744] collectAutoImports: response is complete +Info 1582 [15:50:21.744] collectAutoImports: 8.87019900046289 +Info 1583 [15:50:21.744] getCompletionData: Semantic work: 9.375242000445724 +Info 1584 [15:50:21.750] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.013246000744402 +Info 1585 [15:50:21.755] Format host information updated +Info 1586 [15:50:22.122] Format host information updated +Info 1587 [15:50:22.123] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1588 [15:50:22.124] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 159 structureChanged: false structureIsReused:: Completely Elapsed: 1.5690790005028248ms +Info 1589 [15:50:22.124] Different program with same set of files +Info 1590 [15:50:22.428] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1591 [15:50:22.431] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 160 structureChanged: false structureIsReused:: Completely Elapsed: 3.1545420000329614ms +Info 1592 [15:50:22.431] Different program with same set of files +Info 1593 [15:50:22.431] getCompletionData: Get current token: 0.013269999995827675 +Info 1594 [15:50:22.431] getCompletionData: Is inside comment: 0.012610000558197498 +Info 1595 [15:50:22.431] getCompletionData: Get previous token: 0.00966899935156107 +Info 1596 [15:50:22.431] getCompletionsAtPosition: isCompletionListBlocker: 0.0546289999037981 +Info 1597 [15:50:22.432] getExportInfoMap: cache hit +Info 1598 [15:50:22.440] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1599 [15:50:22.440] collectAutoImports: response is complete +Info 1600 [15:50:22.440] collectAutoImports: 7.783323000185192 +Info 1601 [15:50:22.440] getCompletionData: Semantic work: 8.260049000382423 +Info 1602 [15:50:22.447] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.952651999890804 +Info 1603 [15:50:22.452] Format host information updated +Info 1604 [15:50:22.487] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1605 [15:50:22.489] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 161 structureChanged: false structureIsReused:: Completely Elapsed: 1.61298399977386ms +Info 1606 [15:50:22.489] Different program with same set of files +Info 1607 [15:50:22.489] getCompletionData: Get current token: 0.0032649999484419823 +Info 1608 [15:50:22.489] getCompletionData: Is inside comment: 0.02858899999409914 +Info 1609 [15:50:22.489] getCompletionData: Get previous token: 0.008925999514758587 +Info 1610 [15:50:22.489] getCompletionsAtPosition: isCompletionListBlocker: 0.0028459997847676277 +Info 1611 [15:50:22.490] getExportInfoMap: cache hit +Info 1612 [15:50:22.501] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1613 [15:50:22.501] collectAutoImports: response is complete +Info 1614 [15:50:22.501] collectAutoImports: 10.929298999719322 +Info 1615 [15:50:22.501] getCompletionData: Semantic work: 11.738154999911785 +Info 1616 [15:50:22.506] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.424416000023484 +Info 1617 [15:50:22.511] Format host information updated +Info 1618 [15:50:22.695] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1619 [15:50:22.701] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 162 structureChanged: false structureIsReused:: Completely Elapsed: 5.417866000905633ms +Info 1620 [15:50:22.701] Different program with same set of files +Info 1621 [15:50:22.701] getCompletionData: Get current token: 0.027274000458419323 +Info 1622 [15:50:22.701] getCompletionData: Is inside comment: 0.0070399995893239975 +Info 1623 [15:50:22.701] getCompletionData: Get previous token: 0.00471199955791235 +Info 1624 [15:50:22.701] getCompletionsAtPosition: isCompletionListBlocker: 0.007945999503135681 +Info 1625 [15:50:22.702] getExportInfoMap: cache hit +Info 1626 [15:50:22.710] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1627 [15:50:22.710] collectAutoImports: response is complete +Info 1628 [15:50:22.710] collectAutoImports: 8.431533999741077 +Info 1629 [15:50:22.710] getCompletionData: Semantic work: 9.016104999929667 +Info 1630 [15:50:22.717] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.495157000608742 +Info 1631 [15:50:22.722] Format host information updated +Info 1632 [15:50:22.855] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1633 [15:50:22.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 163 structureChanged: false structureIsReused:: Completely Elapsed: 1.4932309994474053ms +Info 1634 [15:50:22.857] Different program with same set of files +Info 1635 [15:50:22.857] getCompletionData: Get current token: 0.006248999387025833 +Info 1636 [15:50:22.857] getCompletionData: Is inside comment: 0.007519000209867954 +Info 1637 [15:50:22.857] getCompletionData: Get previous token: 0.005650999955832958 +Info 1638 [15:50:22.857] getCompletionsAtPosition: isCompletionListBlocker: 0.00839100033044815 +Info 1639 [15:50:22.857] getExportInfoMap: cache hit +Info 1640 [15:50:22.866] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1641 [15:50:22.866] collectAutoImports: response is complete +Info 1642 [15:50:22.866] collectAutoImports: 8.731393000110984 +Info 1643 [15:50:22.866] getCompletionData: Semantic work: 9.184012000449002 +Info 1644 [15:50:22.872] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.487227000296116 +Info 1645 [15:50:22.879] Format host information updated +Info 1646 [15:50:23.096] getCompletionData: Get current token: 0.023864999413490295 +Info 1647 [15:50:23.097] getCompletionData: Is inside comment: 0.006323999725282192 +Info 1648 [15:50:23.097] getCompletionData: Get previous token: 0.07289500068873167 +Info 1649 [15:50:23.097] getCompletionsAtPosition: isCompletionListBlocker: 0.03136199992150068 +Info 1650 [15:50:23.099] getExportInfoMap: cache hit +Info 1651 [15:50:23.136] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1652 [15:50:23.136] collectAutoImports: response is complete +Info 1653 [15:50:23.136] collectAutoImports: 36.06986800022423 +Info 1654 [15:50:23.136] getCompletionData: Semantic work: 38.94875100068748 +Info 1655 [15:50:23.145] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.704624000005424 +Info 1656 [15:50:23.264] getCompletionData: Get current token: 0.035149999894201756 +Info 1657 [15:50:23.265] getCompletionData: Is inside comment: 0.007203999906778336 +Info 1658 [15:50:23.265] getCompletionData: Get previous token: 0.05876899976283312 +Info 1659 [15:50:23.265] getCompletionsAtPosition: isCompletionListBlocker: 0.006083999760448933 +Info 1660 [15:50:23.265] Returning an empty list because completion was requested in an invalid position. +Info 1661 [15:50:23.583] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1662 [15:50:23.585] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 164 structureChanged: false structureIsReused:: Completely Elapsed: 2.031011000275612ms +Info 1663 [15:50:23.585] Different program with same set of files +Info 1664 [15:50:23.585] getCompletionData: Get current token: 0.022530999965965748 +Info 1665 [15:50:23.585] getCompletionData: Is inside comment: 0.001542000100016594 +Info 1666 [15:50:23.585] getCompletionData: Get previous token: 0.025465999729931355 +Info 1667 [15:50:23.585] getCompletionsAtPosition: isCompletionListBlocker: 0.001349000260233879 +Info 1668 [15:50:23.585] Returning an empty list because completion was requested in an invalid position. +Info 1669 [15:50:23.585] Format host information updated +Info 1670 [15:50:23.644] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1671 [15:50:23.646] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 165 structureChanged: false structureIsReused:: Completely Elapsed: 2.418709999881685ms +Info 1672 [15:50:23.646] Different program with same set of files +Info 1673 [15:50:23.647] getCompletionData: Get current token: 0.008825999684631824 +Info 1674 [15:50:23.647] getCompletionData: Is inside comment: 0.0018199998885393143 +Info 1675 [15:50:23.647] getCompletionData: Get previous token: 0.027734000235795975 +Info 1676 [15:50:23.647] getCompletionsAtPosition: isCompletionListBlocker: 0.0021609999239444733 +Info 1677 [15:50:23.647] Returning an empty list because completion was requested in an invalid position. +Info 1678 [15:50:23.647] Format host information updated +Info 1679 [15:50:24.108] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1680 [15:50:24.110] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 166 structureChanged: false structureIsReused:: Completely Elapsed: 1.9931560000404716ms +Info 1681 [15:50:24.110] Different program with same set of files +Info 1682 [15:50:24.110] getCompletionData: Get current token: 0.008334999904036522 +Info 1683 [15:50:24.110] getCompletionData: Is inside comment: 0.0014689993113279343 +Info 1684 [15:50:24.110] getCompletionData: Get previous token: 0.016827000305056572 +Info 1685 [15:50:24.110] getCompletionsAtPosition: isCompletionListBlocker: 0.003548000007867813 +Info 1686 [15:50:24.110] Returning an empty list because completion was requested in an invalid position. +Info 1687 [15:50:24.111] Format host information updated +Info 1688 [15:50:24.176] Format host information updated +Info 1689 [15:50:24.176] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1690 [15:50:24.178] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 167 structureChanged: false structureIsReused:: Completely Elapsed: 1.811089999973774ms +Info 1691 [15:50:24.178] Different program with same set of files +Info 1692 [15:50:24.662] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1693 [15:50:24.664] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 168 structureChanged: false structureIsReused:: Completely Elapsed: 1.8762940000742674ms +Info 1694 [15:50:24.664] Different program with same set of files +Info 1695 [15:50:24.664] getCompletionData: Get current token: 0.008124999701976776 +Info 1696 [15:50:24.664] getCompletionData: Is inside comment: 0.001613999716937542 +Info 1697 [15:50:24.664] getCompletionData: Get previous token: 0.02554200030863285 +Info 1698 [15:50:24.664] getCompletionsAtPosition: isCompletionListBlocker: 0.0038620000705122948 +Info 1699 [15:50:24.664] Returning an empty list because completion was requested in an invalid position. +Info 1700 [15:50:24.665] Format host information updated +Info 1701 [15:50:24.775] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1702 [15:50:24.777] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 169 structureChanged: false structureIsReused:: Completely Elapsed: 1.5153459999710321ms +Info 1703 [15:50:24.777] Different program with same set of files +Info 1704 [15:50:24.777] getCompletionData: Get current token: 0.006234999746084213 +Info 1705 [15:50:24.777] getCompletionData: Is inside comment: 0.0012320000678300858 +Info 1706 [15:50:24.777] getCompletionData: Get previous token: 0.01961199939250946 +Info 1707 [15:50:24.777] getCompletionsAtPosition: isCompletionListBlocker: 0.0025110002607107162 +Info 1708 [15:50:24.777] Returning an empty list because completion was requested in an invalid position. +Info 1709 [15:50:24.777] Format host information updated +Info 1710 [15:50:24.910] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1711 [15:50:24.912] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 170 structureChanged: false structureIsReused:: Completely Elapsed: 1.511900999583304ms +Info 1712 [15:50:24.912] Different program with same set of files +Info 1713 [15:50:24.912] getCompletionData: Get current token: 0.007899000309407711 +Info 1714 [15:50:24.912] getCompletionData: Is inside comment: 0.0013420004397630692 +Info 1715 [15:50:24.912] getCompletionData: Get previous token: 0.013848000206053257 +Info 1716 [15:50:24.912] getCompletionsAtPosition: isCompletionListBlocker: 0.002931000664830208 +Info 1717 [15:50:24.912] Returning an empty list because completion was requested in an invalid position. +Info 1718 [15:50:24.912] Format host information updated +Info 1719 [15:50:25.028] Format host information updated +Info 1720 [15:50:25.028] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1721 [15:50:25.030] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 171 structureChanged: false structureIsReused:: Completely Elapsed: 1.5445920005440712ms +Info 1722 [15:50:25.030] Different program with same set of files +Info 1723 [15:50:25.480] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1724 [15:50:25.482] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 172 structureChanged: false structureIsReused:: Completely Elapsed: 1.4170490000396967ms +Info 1725 [15:50:25.482] Different program with same set of files +Info 1726 [15:50:25.482] getCompletionData: Get current token: 0.006620999425649643 +Info 1727 [15:50:25.482] getCompletionData: Is inside comment: 0.0012580007314682007 +Info 1728 [15:50:25.482] getCompletionData: Get previous token: 0.02114200033247471 +Info 1729 [15:50:25.482] getCompletionsAtPosition: isCompletionListBlocker: 0.003685000352561474 +Info 1730 [15:50:25.482] Returning an empty list because completion was requested in an invalid position. +Info 1731 [15:50:25.482] Format host information updated +Info 1732 [15:50:25.929] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1733 [15:50:25.931] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 173 structureChanged: false structureIsReused:: Completely Elapsed: 1.8778730006888509ms +Info 1734 [15:50:25.931] Different program with same set of files +Info 1735 [15:50:25.931] getCompletionData: Get current token: 0.007765999995172024 +Info 1736 [15:50:25.931] getCompletionData: Is inside comment: 0.0013269996270537376 +Info 1737 [15:50:25.931] getCompletionData: Get previous token: 0.021112000569701195 +Info 1738 [15:50:25.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0033330004662275314 +Info 1739 [15:50:25.932] Returning an empty list because completion was requested in an invalid position. +Info 1740 [15:50:25.932] Format host information updated +Info 1741 [15:50:26.112] Format host information updated +Info 1742 [15:50:26.112] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1743 [15:50:26.114] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 174 structureChanged: false structureIsReused:: Completely Elapsed: 1.6470759995281696ms +Info 1744 [15:50:26.114] Different program with same set of files +Info 1745 [15:50:26.328] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1746 [15:50:26.330] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 175 structureChanged: false structureIsReused:: Completely Elapsed: 1.7101600002497435ms +Info 1747 [15:50:26.330] Different program with same set of files +Info 1748 [15:50:26.330] getCompletionData: Get current token: 0.006233000196516514 +Info 1749 [15:50:26.330] getCompletionData: Is inside comment: 0.0013680001720786095 +Info 1750 [15:50:26.330] getCompletionData: Get previous token: 0.02169999945908785 +Info 1751 [15:50:26.330] getCompletionsAtPosition: isCompletionListBlocker: 0.003071999177336693 +Info 1752 [15:50:26.330] Returning an empty list because completion was requested in an invalid position. +Info 1753 [15:50:26.330] Format host information updated +Info 1754 [15:50:26.433] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1755 [15:50:26.435] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 176 structureChanged: false structureIsReused:: Completely Elapsed: 1.8062229994684458ms +Info 1756 [15:50:26.435] Different program with same set of files +Info 1757 [15:50:26.435] getCompletionData: Get current token: 0.007082999683916569 +Info 1758 [15:50:26.436] getCompletionData: Is inside comment: 0.001344999298453331 +Info 1759 [15:50:26.436] getCompletionData: Get previous token: 0.01404700055718422 +Info 1760 [15:50:26.436] getCompletionsAtPosition: isCompletionListBlocker: 0.003719000145792961 +Info 1761 [15:50:26.436] Returning an empty list because completion was requested in an invalid position. +Info 1762 [15:50:26.436] Format host information updated +Info 1763 [15:50:26.562] Format host information updated +Info 1764 [15:50:26.562] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1765 [15:50:26.564] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 177 structureChanged: false structureIsReused:: Completely Elapsed: 1.7994069997221231ms +Info 1766 [15:50:26.564] Different program with same set of files +Info 1767 [15:50:26.671] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1768 [15:50:26.673] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 178 structureChanged: false structureIsReused:: Completely Elapsed: 2.0732929995283484ms +Info 1769 [15:50:26.673] Different program with same set of files +Info 1770 [15:50:26.673] getCompletionData: Get current token: 0.0061090001836419106 +Info 1771 [15:50:26.673] getCompletionData: Is inside comment: 0.0013020001351833344 +Info 1772 [15:50:26.673] getCompletionData: Get previous token: 0.021570000797510147 +Info 1773 [15:50:26.673] getCompletionsAtPosition: isCompletionListBlocker: 0.0033869994804263115 +Info 1774 [15:50:26.673] Returning an empty list because completion was requested in an invalid position. +Info 1775 [15:50:26.673] Format host information updated +Info 1776 [15:50:26.854] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1777 [15:50:26.856] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 179 structureChanged: false structureIsReused:: Completely Elapsed: 1.9260680004954338ms +Info 1778 [15:50:26.856] Different program with same set of files +Info 1779 [15:50:26.856] getCompletionData: Get current token: 0.009328000247478485 +Info 1780 [15:50:26.856] getCompletionData: Is inside comment: 0.0017020003870129585 +Info 1781 [15:50:26.856] getCompletionData: Get previous token: 0.02769399993121624 +Info 1782 [15:50:26.856] getCompletionsAtPosition: isCompletionListBlocker: 0.0036160005256533623 +Info 1783 [15:50:26.856] Returning an empty list because completion was requested in an invalid position. +Info 1784 [15:50:26.859] Format host information updated +Info 1785 [15:50:28.094] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1786 [15:50:28.096] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 180 structureChanged: false structureIsReused:: Completely Elapsed: 1.4684080006554723ms +Info 1787 [15:50:28.096] Different program with same set of files +Info 1788 [15:50:28.096] getCompletionData: Get current token: 0.0019269995391368866 +Info 1789 [15:50:28.096] getCompletionData: Is inside comment: 0.008112999610602856 +Info 1790 [15:50:28.096] getCompletionData: Get previous token: 0.004940999671816826 +Info 1791 [15:50:28.096] getCompletionsAtPosition: isCompletionListBlocker: 0.004865999333560467 +Info 1792 [15:50:28.097] getExportInfoMap: cache hit +Info 1793 [15:50:28.107] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1794 [15:50:28.107] collectAutoImports: response is complete +Info 1795 [15:50:28.107] collectAutoImports: 10.953979999758303 +Info 1796 [15:50:28.108] getCompletionData: Semantic work: 11.502574000507593 +Info 1797 [15:50:28.115] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.04360399954021 +Info 1798 [15:50:28.120] Format host information updated +Info 1799 [15:50:28.286] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1800 [15:50:28.289] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 181 structureChanged: false structureIsReused:: Completely Elapsed: 2.249485000036657ms +Info 1801 [15:50:28.289] Different program with same set of files +Info 1802 [15:50:28.289] getCompletionData: Get current token: 0.0030149994418025017 +Info 1803 [15:50:28.289] getCompletionData: Is inside comment: 0.010206000879406929 +Info 1804 [15:50:28.289] getCompletionData: Get previous token: 0.008107999339699745 +Info 1805 [15:50:28.289] getCompletionsAtPosition: isCompletionListBlocker: 0.00975200068205595 +Info 1806 [15:50:28.290] getExportInfoMap: cache hit +Info 1807 [15:50:28.303] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1808 [15:50:28.303] collectAutoImports: response is complete +Info 1809 [15:50:28.303] collectAutoImports: 12.851830999366939 +Info 1810 [15:50:28.303] getCompletionData: Semantic work: 13.71284900046885 +Info 1811 [15:50:28.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.127247999422252 +Info 1812 [15:50:28.313] Format host information updated +Info 1813 [15:50:28.485] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1814 [15:50:28.487] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 182 structureChanged: false structureIsReused:: Completely Elapsed: 1.6347250007092953ms +Info 1815 [15:50:28.487] Different program with same set of files +Info 1816 [15:50:28.487] getCompletionData: Get current token: 0.002123999409377575 +Info 1817 [15:50:28.487] getCompletionData: Is inside comment: 0.0063770003616809845 +Info 1818 [15:50:28.487] getCompletionData: Get previous token: 0.0045739999040961266 +Info 1819 [15:50:28.487] getCompletionsAtPosition: isCompletionListBlocker: 0.008056999184191227 +Info 1820 [15:50:28.488] getExportInfoMap: cache hit +Info 1821 [15:50:28.497] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1822 [15:50:28.497] collectAutoImports: response is complete +Info 1823 [15:50:28.497] collectAutoImports: 9.841286999173462 +Info 1824 [15:50:28.497] getCompletionData: Semantic work: 10.311206999234855 +Info 1825 [15:50:28.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.109573999419808 +Info 1826 [15:50:28.508] Format host information updated +Info 1827 [15:50:28.723] getCompletionData: Get current token: 0.006823000498116016 +Info 1828 [15:50:28.723] getCompletionData: Is inside comment: 0.001367000862956047 +Info 1829 [15:50:28.723] getCompletionData: Get previous token: 0.016328999772667885 +Info 1830 [15:50:28.723] getCompletionsAtPosition: isCompletionListBlocker: 0.008822999894618988 +Info 1831 [15:50:28.724] getExportInfoMap: cache hit +Info 1832 [15:50:28.731] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 1833 [15:50:28.731] collectAutoImports: response is complete +Info 1834 [15:50:28.731] collectAutoImports: 6.785276000387967 +Info 1835 [15:50:28.731] getCompletionData: Semantic work: 7.402071999385953 +Info 1836 [15:50:28.736] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.055594999343157 +Info 1837 [15:50:28.876] getCompletionData: Get current token: 0.009201999753713608 +Info 1838 [15:50:28.876] getCompletionData: Is inside comment: 0.001364000141620636 +Info 1839 [15:50:28.876] getCompletionData: Get previous token: 0.01040400005877018 +Info 1840 [15:50:28.876] getCompletionsAtPosition: isCompletionListBlocker: 0.0032860003411769867 +Info 1841 [15:50:28.877] getCompletionData: Semantic work: 0.5312679996713996 +Info 1842 [15:50:28.878] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.740794999524951 +Info 1843 [15:50:29.170] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1844 [15:50:29.172] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 183 structureChanged: false structureIsReused:: Completely Elapsed: 1.574417999945581ms +Info 1845 [15:50:29.172] Different program with same set of files +Info 1846 [15:50:29.172] getCompletionData: Get current token: 0.005785999819636345 +Info 1847 [15:50:29.172] getCompletionData: Is inside comment: 0.0013039996847510338 +Info 1848 [15:50:29.172] getCompletionData: Get previous token: 0.02029500063508749 +Info 1849 [15:50:29.172] getCompletionsAtPosition: isCompletionListBlocker: 0.0026920000091195107 +Info 1850 [15:50:29.173] getCompletionData: Semantic work: 0.5126980002969503 +Info 1851 [15:50:29.173] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8033630000427365 +Info 1852 [15:50:29.174] Format host information updated +Info 1853 [15:50:29.247] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1854 [15:50:29.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 184 structureChanged: false structureIsReused:: Completely Elapsed: 1.854700000025332ms +Info 1855 [15:50:29.249] Different program with same set of files +Info 1856 [15:50:29.249] getCompletionData: Get current token: 0.005787000060081482 +Info 1857 [15:50:29.249] getCompletionData: Is inside comment: 0.0012699998915195465 +Info 1858 [15:50:29.249] getCompletionData: Get previous token: 0.03312900010496378 +Info 1859 [15:50:29.249] getCompletionsAtPosition: isCompletionListBlocker: 0.0025920001789927483 +Info 1860 [15:50:29.250] getCompletionData: Semantic work: 0.5675380006432533 +Info 1861 [15:50:29.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7903869999572635 +Info 1862 [15:50:29.251] Format host information updated +Info 1863 [15:50:29.450] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1864 [15:50:29.451] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 185 structureChanged: false structureIsReused:: Completely Elapsed: 1.515531999990344ms +Info 1865 [15:50:29.451] Different program with same set of files +Info 1866 [15:50:29.452] getCompletionData: Get current token: 0.005713999271392822 +Info 1867 [15:50:29.452] getCompletionData: Is inside comment: 0.001300000585615635 +Info 1868 [15:50:29.452] getCompletionData: Get previous token: 0.012650000862777233 +Info 1869 [15:50:29.452] getCompletionsAtPosition: isCompletionListBlocker: 0.0070569999516010284 +Info 1870 [15:50:29.452] getCompletionData: Semantic work: 0.45323400013148785 +Info 1871 [15:50:29.453] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7980850003659725 +Info 1872 [15:50:29.453] Format host information updated +Info 1873 [15:50:29.553] Format host information updated +Info 1874 [15:50:29.553] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1875 [15:50:29.559] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 186 structureChanged: false structureIsReused:: Completely Elapsed: 5.712898000143468ms +Info 1876 [15:50:29.559] Different program with same set of files +Info 1877 [15:50:29.678] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1878 [15:50:29.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 187 structureChanged: false structureIsReused:: Completely Elapsed: 1.651944000273943ms +Info 1879 [15:50:29.680] Different program with same set of files +Info 1880 [15:50:29.680] getCompletionData: Get current token: 0.005806999281048775 +Info 1881 [15:50:29.680] getCompletionData: Is inside comment: 0.0013019992038607597 +Info 1882 [15:50:29.680] getCompletionData: Get previous token: 0.038239999674260616 +Info 1883 [15:50:29.680] getCompletionsAtPosition: isCompletionListBlocker: 0.005222000181674957 +Info 1884 [15:50:29.681] getCompletionData: Semantic work: 0.4827390005812049 +Info 1885 [15:50:29.682] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7483940003439784 +Info 1886 [15:50:29.682] Format host information updated +Info 1887 [15:50:29.927] Format host information updated +Info 1888 [15:50:29.927] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1889 [15:50:29.929] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 188 structureChanged: false structureIsReused:: Completely Elapsed: 1.6902189999818802ms +Info 1890 [15:50:29.929] Different program with same set of files +Info 1891 [15:50:29.995] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1892 [15:50:29.996] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 189 structureChanged: false structureIsReused:: Completely Elapsed: 1.5382679998874664ms +Info 1893 [15:50:29.996] Different program with same set of files +Info 1894 [15:50:29.996] getCompletionData: Get current token: 0.005920999683439732 +Info 1895 [15:50:29.996] getCompletionData: Is inside comment: 0.001275000162422657 +Info 1896 [15:50:29.996] getCompletionData: Get previous token: 0.02015300001949072 +Info 1897 [15:50:29.996] getCompletionsAtPosition: isCompletionListBlocker: 0.0050109997391700745 +Info 1898 [15:50:29.997] getCompletionData: Semantic work: 0.5334679996594787 +Info 1899 [15:50:29.998] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7517379997298121 +Info 1900 [15:50:29.998] Format host information updated +Info 1901 [15:50:30.095] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1902 [15:50:30.096] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 190 structureChanged: false structureIsReused:: Completely Elapsed: 1.5503409998491406ms +Info 1903 [15:50:30.096] Different program with same set of files +Info 1904 [15:50:30.096] getCompletionData: Get current token: 0.006238000467419624 +Info 1905 [15:50:30.096] getCompletionData: Is inside comment: 0.0013819998130202293 +Info 1906 [15:50:30.096] getCompletionData: Get previous token: 0.02070700004696846 +Info 1907 [15:50:30.096] getCompletionsAtPosition: isCompletionListBlocker: 0.004983999766409397 +Info 1908 [15:50:30.097] getCompletionData: Semantic work: 0.4512869995087385 +Info 1909 [15:50:30.098] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8128209998831153 +Info 1910 [15:50:30.098] Format host information updated +Info 1911 [15:50:30.218] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1912 [15:50:30.220] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 191 structureChanged: false structureIsReused:: Completely Elapsed: 1.6138350004330277ms +Info 1913 [15:50:30.220] Different program with same set of files +Info 1914 [15:50:30.220] getCompletionData: Get current token: 0.00612999964505434 +Info 1915 [15:50:30.220] getCompletionData: Is inside comment: 0.0012940000742673874 +Info 1916 [15:50:30.220] getCompletionData: Get previous token: 0.013006000779569149 +Info 1917 [15:50:30.220] getCompletionsAtPosition: isCompletionListBlocker: 0.004983000457286835 +Info 1918 [15:50:30.220] getCompletionData: Semantic work: 0.4298180006444454 +Info 1919 [15:50:30.223] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.638226999901235 +Info 1920 [15:50:30.224] Format host information updated +Info 1921 [15:50:30.396] Format host information updated +Info 1922 [15:50:30.397] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1923 [15:50:30.404] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 192 structureChanged: false structureIsReused:: Completely Elapsed: 6.732342000119388ms +Info 1924 [15:50:30.404] Different program with same set of files +Info 1925 [15:50:30.910] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1926 [15:50:30.912] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 193 structureChanged: false structureIsReused:: Completely Elapsed: 1.44938899949193ms +Info 1927 [15:50:30.912] Different program with same set of files +Info 1928 [15:50:30.912] getCompletionData: Get current token: 0.005791000090539455 +Info 1929 [15:50:30.912] getCompletionData: Is inside comment: 0.0013460004702210426 +Info 1930 [15:50:30.912] getCompletionData: Get previous token: 0.019677000120282173 +Info 1931 [15:50:30.912] getCompletionsAtPosition: isCompletionListBlocker: 0.007931999862194061 +Info 1932 [15:50:30.913] getCompletionData: Semantic work: 0.4835669994354248 +Info 1933 [15:50:30.913] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7451209994032979 +Info 1934 [15:50:30.914] Format host information updated +Info 1935 [15:50:31.187] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1936 [15:50:31.189] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 194 structureChanged: false structureIsReused:: Completely Elapsed: 1.579338999465108ms +Info 1937 [15:50:31.189] Different program with same set of files +Info 1938 [15:50:31.189] getCompletionData: Get current token: 0.006258000619709492 +Info 1939 [15:50:31.189] getCompletionData: Is inside comment: 0.0014019999653100967 +Info 1940 [15:50:31.189] getCompletionData: Get previous token: 0.0235170004889369 +Info 1941 [15:50:31.189] getCompletionsAtPosition: isCompletionListBlocker: 0.007770000025629997 +Info 1942 [15:50:31.189] getCompletionData: Semantic work: 0.5079190004616976 +Info 1943 [15:50:31.190] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8868599999696016 +Info 1944 [15:50:31.191] Format host information updated +Info 1945 [15:50:31.339] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1946 [15:50:31.341] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 195 structureChanged: false structureIsReused:: Completely Elapsed: 1.4860589997842908ms +Info 1947 [15:50:31.341] Different program with same set of files +Info 1948 [15:50:31.341] getCompletionData: Get current token: 0.005943000316619873 +Info 1949 [15:50:31.341] getCompletionData: Is inside comment: 0.0014589997008442879 +Info 1950 [15:50:31.341] getCompletionData: Get previous token: 0.012837999500334263 +Info 1951 [15:50:31.341] getCompletionsAtPosition: isCompletionListBlocker: 0.005266999825835228 +Info 1952 [15:50:31.342] getCompletionData: Semantic work: 0.42537099961191416 +Info 1953 [15:50:31.342] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.812861000187695 +Info 1954 [15:50:31.343] Format host information updated +Info 1955 [15:50:31.474] Format host information updated +Info 1956 [15:50:31.474] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1957 [15:50:31.477] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 196 structureChanged: false structureIsReused:: Completely Elapsed: 2.2731030005961657ms +Info 1958 [15:50:31.477] Different program with same set of files +Info 1959 [15:50:31.650] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1960 [15:50:31.651] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 197 structureChanged: false structureIsReused:: Completely Elapsed: 1.5023570004850626ms +Info 1961 [15:50:31.651] Different program with same set of files +Info 1962 [15:50:31.651] getCompletionData: Get current token: 0.005629999563097954 +Info 1963 [15:50:31.651] getCompletionData: Is inside comment: 0.001259000040590763 +Info 1964 [15:50:31.651] getCompletionData: Get previous token: 0.019491000100970268 +Info 1965 [15:50:31.651] getCompletionsAtPosition: isCompletionListBlocker: 0.005415000021457672 +Info 1966 [15:50:31.652] getCompletionData: Semantic work: 0.437134999781847 +Info 1967 [15:50:31.653] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0004939995706081 +Info 1968 [15:50:31.655] Format host information updated +Info 1969 [15:50:31.717] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1970 [15:50:31.719] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 198 structureChanged: false structureIsReused:: Completely Elapsed: 1.5281500006094575ms +Info 1971 [15:50:31.719] Different program with same set of files +Info 1972 [15:50:31.719] getCompletionData: Get current token: 0.005787000060081482 +Info 1973 [15:50:31.719] getCompletionData: Is inside comment: 0.001345999538898468 +Info 1974 [15:50:31.719] getCompletionData: Get previous token: 0.020495000295341015 +Info 1975 [15:50:31.719] getCompletionsAtPosition: isCompletionListBlocker: 0.0049959998577833176 +Info 1976 [15:50:31.719] getCompletionData: Semantic work: 0.50936200004071 +Info 1977 [15:50:31.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8404339998960495 +Info 1978 [15:50:31.721] Format host information updated +Info 1979 [15:50:33.190] DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1980 [15:50:33.190] Ignoring files that are not *.json +Info 1981 [15:50:33.190] Elapsed:: 0.03947200067341328ms DirectoryWatcher:: Triggered with /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js 0:: WatchInfo: /home/orion/src/purescript-puppeteer/src 1 undefined Project: /dev/null/inferredProject1* WatchType: Directory location for typing installer +Info 1982 [15:50:33.415] Format host information updated +Info 1983 [15:50:33.416] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1984 [15:50:33.417] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 199 structureChanged: false structureIsReused:: Completely Elapsed: 1.4994429992511868ms +Info 1985 [15:50:33.417] Different program with same set of files +Info 1986 [15:50:33.622] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1987 [15:50:33.623] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 200 structureChanged: false structureIsReused:: Completely Elapsed: 1.505812999792397ms +Info 1988 [15:50:33.623] Different program with same set of files +Info 1989 [15:50:33.623] getCompletionData: Get current token: 0.0018910001963376999 +Info 1990 [15:50:33.623] getCompletionData: Is inside comment: 0.0042409999296069145 +Info 1991 [15:50:33.623] getCompletionData: Get previous token: 0.015037000179290771 +Info 1992 [15:50:33.623] getCompletionsAtPosition: isCompletionListBlocker: 0.006931000389158726 +Info 1993 [15:50:33.624] getExportInfoMap: cache hit +Info 1994 [15:50:33.626] collectAutoImports: resolved 0 module specifiers, plus 89 ambient and 7 from cache +Info 1995 [15:50:33.626] collectAutoImports: response is complete +Info 1996 [15:50:33.626] collectAutoImports: 2.3358690002933145 +Info 1997 [15:50:33.626] getCompletionData: Semantic work: 2.746387000195682 +Info 1998 [15:50:33.628] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.3904889998957515 +Info 1999 [15:50:33.629] Format host information updated +Info 2000 [15:50:33.686] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2001 [15:50:33.687] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 201 structureChanged: false structureIsReused:: Completely Elapsed: 1.5420829998329282ms +Info 2002 [15:50:33.687] Different program with same set of files +Info 2003 [15:50:33.688] getCompletionData: Get current token: 0.0016470002010464668 +Info 2004 [15:50:33.688] getCompletionData: Is inside comment: 0.0037860004231333733 +Info 2005 [15:50:33.688] getCompletionData: Get previous token: 0.01342300046235323 +Info 2006 [15:50:33.688] getCompletionsAtPosition: isCompletionListBlocker: 0.007576999254524708 +Info 2007 [15:50:33.688] getExportInfoMap: cache hit +Info 2008 [15:50:33.689] collectAutoImports: resolved 0 module specifiers, plus 9 ambient and 0 from cache +Info 2009 [15:50:33.689] collectAutoImports: response is complete +Info 2010 [15:50:33.689] collectAutoImports: 1.294488999992609 +Info 2011 [15:50:33.689] getCompletionData: Semantic work: 1.678367999382317 +Info 2012 [15:50:33.690] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7090119998902082 +Info 2013 [15:50:33.691] Format host information updated +Info 2014 [15:50:33.775] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2015 [15:50:33.777] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 202 structureChanged: false structureIsReused:: Completely Elapsed: 1.5231090001761913ms +Info 2016 [15:50:33.777] Different program with same set of files +Info 2017 [15:50:33.777] getCompletionData: Get current token: 0.0020709997043013573 +Info 2018 [15:50:33.777] getCompletionData: Is inside comment: 0.004537999629974365 +Info 2019 [15:50:33.777] getCompletionData: Get previous token: 0.013083000667393208 +Info 2020 [15:50:33.777] getCompletionsAtPosition: isCompletionListBlocker: 0.007831000722944736 +Info 2021 [15:50:33.778] getExportInfoMap: cache hit +Info 2022 [15:50:33.779] collectAutoImports: resolved 0 module specifiers, plus 1 ambient and 0 from cache +Info 2023 [15:50:33.779] collectAutoImports: response is complete +Info 2024 [15:50:33.779] collectAutoImports: 1.1865380005910993 +Info 2025 [15:50:33.779] getCompletionData: Semantic work: 1.5843729991465807 +Info 2026 [15:50:33.780] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1554629998281598 +Info 2027 [15:50:33.782] Format host information updated +Info 2028 [15:50:33.958] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2029 [15:50:33.960] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 203 structureChanged: false structureIsReused:: Completely Elapsed: 1.7975620003417134ms +Info 2030 [15:50:33.960] Different program with same set of files +Info 2031 [15:50:33.960] getCompletionData: Get current token: 0.001800999976694584 +Info 2032 [15:50:33.960] getCompletionData: Is inside comment: 0.00317199993878603 +Info 2033 [15:50:33.960] getCompletionData: Get previous token: 0.011731999926269054 +Info 2034 [15:50:33.960] getCompletionsAtPosition: isCompletionListBlocker: 0.007411000318825245 +Info 2035 [15:50:33.960] getExportInfoMap: cache hit +Info 2036 [15:50:33.967] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2037 [15:50:33.967] collectAutoImports: response is complete +Info 2038 [15:50:33.967] collectAutoImports: 6.529258000664413 +Info 2039 [15:50:33.967] getCompletionData: Semantic work: 6.907068000175059 +Info 2040 [15:50:33.972] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.041232000105083 +Info 2041 [15:50:33.977] Format host information updated +Info 2042 [15:50:34.023] Format host information updated +Info 2043 [15:50:34.023] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2044 [15:50:34.026] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 204 structureChanged: false structureIsReused:: Completely Elapsed: 3.078973999246955ms +Info 2045 [15:50:34.026] Different program with same set of files +Info 2046 [15:50:34.327] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2047 [15:50:34.329] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 205 structureChanged: false structureIsReused:: Completely Elapsed: 1.787508999928832ms +Info 2048 [15:50:34.329] Different program with same set of files +Info 2049 [15:50:34.329] getCompletionData: Get current token: 0.0018420005217194557 +Info 2050 [15:50:34.329] getCompletionData: Is inside comment: 0.004205000586807728 +Info 2051 [15:50:34.329] getCompletionData: Get previous token: 0.005874999798834324 +Info 2052 [15:50:34.329] getCompletionsAtPosition: isCompletionListBlocker: 0.006574000231921673 +Info 2053 [15:50:34.330] getExportInfoMap: cache hit +Info 2054 [15:50:34.334] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 8 from cache +Info 2055 [15:50:34.334] collectAutoImports: response is complete +Info 2056 [15:50:34.334] collectAutoImports: 4.017258000560105 +Info 2057 [15:50:34.334] getCompletionData: Semantic work: 4.892866000533104 +Info 2058 [15:50:34.337] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.6009299997240305 +Info 2059 [15:50:34.338] Format host information updated +Info 2060 [15:50:34.519] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2061 [15:50:34.521] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 206 structureChanged: false structureIsReused:: Completely Elapsed: 1.6775440005585551ms +Info 2062 [15:50:34.521] Different program with same set of files +Info 2063 [15:50:34.521] getCompletionData: Get current token: 0.0019809994846582413 +Info 2064 [15:50:34.521] getCompletionData: Is inside comment: 0.004316999576985836 +Info 2065 [15:50:34.521] getCompletionData: Get previous token: 0.007766999304294586 +Info 2066 [15:50:34.521] getCompletionsAtPosition: isCompletionListBlocker: 0.007011000066995621 +Info 2067 [15:50:34.521] getExportInfoMap: cache hit +Info 2068 [15:50:34.533] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2069 [15:50:34.534] collectAutoImports: response is complete +Info 2070 [15:50:34.534] collectAutoImports: 12.017479999922216 +Info 2071 [15:50:34.534] getCompletionData: Semantic work: 12.51865499932319 +Info 2072 [15:50:34.542] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.325822000391781 +Info 2073 [15:50:34.548] Format host information updated +Info 2074 [15:50:34.580] Format host information updated +Info 2075 [15:50:34.581] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2076 [15:50:34.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 207 structureChanged: false structureIsReused:: Completely Elapsed: 1.8033739998936653ms +Info 2077 [15:50:34.583] Different program with same set of files +Info 2078 [15:50:34.721] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2079 [15:50:34.727] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 208 structureChanged: false structureIsReused:: Completely Elapsed: 5.8563390001654625ms +Info 2080 [15:50:34.727] Different program with same set of files +Info 2081 [15:50:34.728] getCompletionData: Get current token: 0.00948800053447485 +Info 2082 [15:50:34.728] getCompletionData: Is inside comment: 0.02201800048351288 +Info 2083 [15:50:34.728] getCompletionData: Get previous token: 0.03867099992930889 +Info 2084 [15:50:34.728] getCompletionsAtPosition: isCompletionListBlocker: 0.005785999819636345 +Info 2085 [15:50:34.728] Returning an empty list because completion was requested in an invalid position. +Info 2086 [15:50:34.729] Format host information updated +Info 2087 [15:50:34.987] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2088 [15:50:34.988] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 209 structureChanged: false structureIsReused:: Completely Elapsed: 1.5320170000195503ms +Info 2089 [15:50:34.988] Different program with same set of files +Info 2090 [15:50:34.988] getCompletionData: Get current token: 0.0018950002267956734 +Info 2091 [15:50:34.988] getCompletionData: Is inside comment: 0.005020999349653721 +Info 2092 [15:50:34.988] getCompletionData: Get previous token: 0.008721000514924526 +Info 2093 [15:50:34.988] getCompletionsAtPosition: isCompletionListBlocker: 0.0014680000022053719 +Info 2094 [15:50:34.988] Returning an empty list because completion was requested in an invalid position. +Info 2095 [15:50:34.988] Format host information updated +Info 2096 [15:50:35.053] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2097 [15:50:35.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 210 structureChanged: false structureIsReused:: Completely Elapsed: 1.5644970005378127ms +Info 2098 [15:50:35.055] Different program with same set of files +Info 2099 [15:50:35.055] getCompletionData: Get current token: 0.0020080003887414932 +Info 2100 [15:50:35.055] getCompletionData: Is inside comment: 0.005695999599993229 +Info 2101 [15:50:35.055] getCompletionData: Get previous token: 0.008953999727964401 +Info 2102 [15:50:35.055] getCompletionsAtPosition: isCompletionListBlocker: 0.0017720004543662071 +Info 2103 [15:50:35.055] Returning an empty list because completion was requested in an invalid position. +Info 2104 [15:50:35.055] Format host information updated +Info 2105 [15:50:35.174] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2106 [15:50:35.175] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 211 structureChanged: false structureIsReused:: Completely Elapsed: 1.5850349999964237ms +Info 2107 [15:50:35.175] Different program with same set of files +Info 2108 [15:50:35.175] getCompletionData: Get current token: 0.0018330002203583717 +Info 2109 [15:50:35.175] getCompletionData: Is inside comment: 0.005547000095248222 +Info 2110 [15:50:35.175] getCompletionData: Get previous token: 0.009251999668776989 +Info 2111 [15:50:35.175] getCompletionsAtPosition: isCompletionListBlocker: 0.0015930002555251122 +Info 2112 [15:50:35.175] Returning an empty list because completion was requested in an invalid position. +Info 2113 [15:50:35.176] Format host information updated +Info 2114 [15:50:35.412] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2115 [15:50:35.415] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 212 structureChanged: false structureIsReused:: Completely Elapsed: 2.43433800060302ms +Info 2116 [15:50:35.415] Different program with same set of files +Info 2117 [15:50:35.415] getCompletionData: Get current token: 0.0029980000108480453 +Info 2118 [15:50:35.415] getCompletionData: Is inside comment: 0.0271029993891716 +Info 2119 [15:50:35.415] getCompletionData: Get previous token: 0.023773000575602055 +Info 2120 [15:50:35.415] getCompletionsAtPosition: isCompletionListBlocker: 0.001435999758541584 +Info 2121 [15:50:35.415] Returning an empty list because completion was requested in an invalid position. +Info 2122 [15:50:35.416] Format host information updated +Info 2123 [15:50:35.473] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2124 [15:50:35.475] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 213 structureChanged: false structureIsReused:: Completely Elapsed: 2.2073969999328256ms +Info 2125 [15:50:35.475] Different program with same set of files +Info 2126 [15:50:35.475] getCompletionData: Get current token: 0.0026940004900097847 +Info 2127 [15:50:35.475] getCompletionData: Is inside comment: 0.00734500028192997 +Info 2128 [15:50:35.475] getCompletionData: Get previous token: 0.012215999886393547 +Info 2129 [15:50:35.475] getCompletionsAtPosition: isCompletionListBlocker: 0.003333999775350094 +Info 2130 [15:50:35.475] Returning an empty list because completion was requested in an invalid position. +Info 2131 [15:50:35.476] Format host information updated +Info 2132 [15:50:35.579] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2133 [15:50:35.581] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 214 structureChanged: false structureIsReused:: Completely Elapsed: 1.6244179997593164ms +Info 2134 [15:50:35.581] Different program with same set of files +Info 2135 [15:50:35.581] getCompletionData: Get current token: 0.001947999931871891 +Info 2136 [15:50:35.581] getCompletionData: Is inside comment: 0.00571999978274107 +Info 2137 [15:50:35.581] getCompletionData: Get previous token: 0.009529000148177147 +Info 2138 [15:50:35.581] getCompletionsAtPosition: isCompletionListBlocker: 0.0017670001834630966 +Info 2139 [15:50:35.581] Returning an empty list because completion was requested in an invalid position. +Info 2140 [15:50:35.582] Format host information updated +Info 2141 [15:50:35.757] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2142 [15:50:35.759] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 215 structureChanged: false structureIsReused:: Completely Elapsed: 1.970286000519991ms +Info 2143 [15:50:35.759] Different program with same set of files +Info 2144 [15:50:35.759] getCompletionData: Get current token: 0.0031599998474121094 +Info 2145 [15:50:35.759] getCompletionData: Is inside comment: 0.008338999934494495 +Info 2146 [15:50:35.759] getCompletionData: Get previous token: 0.01461199950426817 +Info 2147 [15:50:35.759] getCompletionsAtPosition: isCompletionListBlocker: 0.001986999996006489 +Info 2148 [15:50:35.759] Returning an empty list because completion was requested in an invalid position. +Info 2149 [15:50:35.759] Format host information updated +Info 2150 [15:50:35.846] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2151 [15:50:35.852] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 216 structureChanged: false structureIsReused:: Completely Elapsed: 5.369175000116229ms +Info 2152 [15:50:35.852] Different program with same set of files +Info 2153 [15:50:35.852] getCompletionData: Get current token: 0.010313000530004501 +Info 2154 [15:50:35.852] getCompletionData: Is inside comment: 0.023567999713122845 +Info 2155 [15:50:35.853] getCompletionData: Get previous token: 0.04088100045919418 +Info 2156 [15:50:35.853] getCompletionsAtPosition: isCompletionListBlocker: 0.00595800019800663 +Info 2157 [15:50:35.853] Returning an empty list because completion was requested in an invalid position. +Info 2158 [15:50:35.854] Format host information updated +Info 2159 [15:50:35.937] Format host information updated +Info 2160 [15:50:35.938] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2161 [15:50:35.943] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 217 structureChanged: false structureIsReused:: Completely Elapsed: 5.640411000698805ms +Info 2162 [15:50:35.944] Different program with same set of files +Info 2163 [15:50:36.035] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2164 [15:50:36.040] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 218 structureChanged: false structureIsReused:: Completely Elapsed: 5.453081999905407ms +Info 2165 [15:50:36.040] Different program with same set of files +Info 2166 [15:50:36.041] getCompletionData: Get current token: 0.009577999822795391 +Info 2167 [15:50:36.041] getCompletionData: Is inside comment: 0.024482999928295612 +Info 2168 [15:50:36.041] getCompletionData: Get previous token: 0.01840799953788519 +Info 2169 [15:50:36.041] getCompletionsAtPosition: isCompletionListBlocker: 0.023699999786913395 +Info 2170 [15:50:36.042] getExportInfoMap: cache hit +Info 2171 [15:50:36.075] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2172 [15:50:36.075] collectAutoImports: response is complete +Info 2173 [15:50:36.075] collectAutoImports: 32.75064199976623 +Info 2174 [15:50:36.075] getCompletionData: Semantic work: 34.51770600024611 +Info 2175 [15:50:36.088] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 12.673971999436617 +Info 2176 [15:50:36.095] Format host information updated +Info 2177 [15:50:36.110] Format host information updated +Info 2178 [15:50:36.111] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2179 [15:50:36.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 219 structureChanged: false structureIsReused:: Completely Elapsed: 1.5244919992983341ms +Info 2180 [15:50:36.112] Different program with same set of files +Info 2181 [15:50:48.305] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2182 [15:50:48.307] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 220 structureChanged: false structureIsReused:: Completely Elapsed: 1.5829450003802776ms +Info 2183 [15:50:48.307] Different program with same set of files +Info 2184 [15:50:48.307] getCompletionData: Get current token: 0.0031640008091926575 +Info 2185 [15:50:48.307] getCompletionData: Is inside comment: 0.0058639999479055405 +Info 2186 [15:50:48.307] getCompletionData: Get previous token: 0.004971999675035477 +Info 2187 [15:50:48.307] getCompletionsAtPosition: isCompletionListBlocker: 0.004627999849617481 +Info 2188 [15:50:48.308] getExportInfoMap: cache hit +Info 2189 [15:50:48.320] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2190 [15:50:48.320] collectAutoImports: response is complete +Info 2191 [15:50:48.320] collectAutoImports: 12.44247500039637 +Info 2192 [15:50:48.320] getCompletionData: Semantic work: 13.202132999897003 +Info 2193 [15:50:48.325] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.367792999371886 +Info 2194 [15:50:48.330] Format host information updated +Info 2195 [15:50:48.423] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2196 [15:50:48.430] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 221 structureChanged: false structureIsReused:: Completely Elapsed: 6.133374999277294ms +Info 2197 [15:50:48.430] Different program with same set of files +Info 2198 [15:50:48.430] getCompletionData: Get current token: 0.00546799972653389 +Info 2199 [15:50:48.430] getCompletionData: Is inside comment: 0.026941999793052673 +Info 2200 [15:50:48.430] getCompletionData: Get previous token: 0.020128999836742878 +Info 2201 [15:50:48.430] getCompletionsAtPosition: isCompletionListBlocker: 0.026577000506222248 +Info 2202 [15:50:48.432] getExportInfoMap: cache hit +Info 2203 [15:50:48.457] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2204 [15:50:48.457] collectAutoImports: response is complete +Info 2205 [15:50:48.457] collectAutoImports: 24.291931999847293 +Info 2206 [15:50:48.457] getCompletionData: Semantic work: 26.249943000264466 +Info 2207 [15:50:48.463] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.751561000011861 +Info 2208 [15:50:48.470] Format host information updated +Info 2209 [15:50:48.612] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2210 [15:50:48.613] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 222 structureChanged: false structureIsReused:: Completely Elapsed: 1.7333669997751713ms +Info 2211 [15:50:48.613] Different program with same set of files +Info 2212 [15:50:48.613] getCompletionData: Get current token: 0.0013070004060864449 +Info 2213 [15:50:48.613] getCompletionData: Is inside comment: 0.006238000467419624 +Info 2214 [15:50:48.613] getCompletionData: Get previous token: 0.004103000275790691 +Info 2215 [15:50:48.614] getCompletionsAtPosition: isCompletionListBlocker: 0.008307999931275845 +Info 2216 [15:50:48.614] getExportInfoMap: cache hit +Info 2217 [15:50:48.623] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2218 [15:50:48.623] collectAutoImports: response is complete +Info 2219 [15:50:48.623] collectAutoImports: 9.416250000707805 +Info 2220 [15:50:48.623] getCompletionData: Semantic work: 9.899799999780953 +Info 2221 [15:50:48.633] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.36710499972105 +Info 2222 [15:50:48.638] Format host information updated +Info 2223 [15:50:49.262] getCompletionData: Get current token: 0.0013950001448392868 +Info 2224 [15:50:49.262] getCompletionData: Is inside comment: 0.005888000130653381 +Info 2225 [15:50:49.262] getCompletionData: Get previous token: 0.003902999684214592 +Info 2226 [15:50:49.262] getCompletionsAtPosition: isCompletionListBlocker: 0.008601000532507896 +Info 2227 [15:50:49.262] getExportInfoMap: cache hit +Info 2228 [15:50:49.268] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2229 [15:50:49.268] collectAutoImports: response is complete +Info 2230 [15:50:49.268] collectAutoImports: 6.281125999987125 +Info 2231 [15:50:49.268] getCompletionData: Semantic work: 6.787053999491036 +Info 2232 [15:50:49.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4136620005592704 +Info 2233 [15:50:49.374] Format host information updated +Info 2234 [15:50:49.375] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2235 [15:50:49.376] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 223 structureChanged: false structureIsReused:: Completely Elapsed: 1.6360670002177358ms +Info 2236 [15:50:49.376] Different program with same set of files +Info 2237 [15:50:49.463] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2238 [15:50:49.465] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 224 structureChanged: false structureIsReused:: Completely Elapsed: 1.591457000002265ms +Info 2239 [15:50:49.465] Different program with same set of files +Info 2240 [15:50:49.465] getCompletionData: Get current token: 0.00128099974244833 +Info 2241 [15:50:49.465] getCompletionData: Is inside comment: 0.0056039998307824135 +Info 2242 [15:50:49.465] getCompletionData: Get previous token: 0.004189999774098396 +Info 2243 [15:50:49.465] getCompletionsAtPosition: isCompletionListBlocker: 0.008061000145971775 +Info 2244 [15:50:49.465] getExportInfoMap: cache hit +Info 2245 [15:50:49.472] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2246 [15:50:49.472] collectAutoImports: response is complete +Info 2247 [15:50:49.472] collectAutoImports: 6.7399629997089505 +Info 2248 [15:50:49.472] getCompletionData: Semantic work: 7.222451000474393 +Info 2249 [15:50:49.477] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.892114999704063 +Info 2250 [15:50:49.482] Format host information updated +Info 2251 [15:50:49.715] Format host information updated +Info 2252 [15:50:49.715] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2253 [15:50:49.717] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 225 structureChanged: false structureIsReused:: Completely Elapsed: 1.7681369995698333ms +Info 2254 [15:50:49.717] Different program with same set of files +Info 2255 [15:50:50.820] getCompletionData: Get current token: 0.008094999939203262 +Info 2256 [15:50:50.820] getCompletionData: Is inside comment: 0.0021369997411966324 +Info 2257 [15:50:50.820] getCompletionData: Get previous token: 0.01623199973255396 +Info 2258 [15:50:50.820] getCompletionsAtPosition: isCompletionListBlocker: 0.0031120004132390022 +Info 2259 [15:50:50.820] Returning an empty list because completion was requested in an invalid position. +Info 2260 [15:50:52.180] getCompletionData: Get current token: 0.0034759994596242905 +Info 2261 [15:50:52.180] getCompletionData: Is inside comment: 0.0014100000262260437 +Info 2262 [15:50:52.180] getCompletionData: Get previous token: 0.012643000110983849 +Info 2263 [15:50:52.180] getCompletionsAtPosition: isCompletionListBlocker: 0.003080999478697777 +Info 2264 [15:50:52.180] getCompletionData: Semantic work: 0.04150500055402517 +Info 2265 [15:50:52.180] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0859340000897646 +Info 2266 [15:50:52.374] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2267 [15:50:52.375] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 226 structureChanged: false structureIsReused:: Completely Elapsed: 1.5938919996842742ms +Info 2268 [15:50:52.375] Different program with same set of files +Info 2269 [15:50:52.375] getCompletionData: Get current token: 0.003929000347852707 +Info 2270 [15:50:52.375] getCompletionData: Is inside comment: 0.0012619998306035995 +Info 2271 [15:50:52.376] getCompletionData: Get previous token: 0.022173999808728695 +Info 2272 [15:50:52.376] getCompletionsAtPosition: isCompletionListBlocker: 0.0029030004516243935 +Info 2273 [15:50:52.376] getCompletionData: Semantic work: 0.028486999683082104 +Info 2274 [15:50:52.376] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.041809000074863434 +Info 2275 [15:50:52.377] Format host information updated +Info 2276 [15:50:52.492] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2277 [15:50:52.494] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 227 structureChanged: false structureIsReused:: Completely Elapsed: 1.8684099996462464ms +Info 2278 [15:50:52.494] Different program with same set of files +Info 2279 [15:50:52.495] getCompletionData: Get current token: 0.007153999991714954 +Info 2280 [15:50:52.495] getCompletionData: Is inside comment: 0.0020890003070235252 +Info 2281 [15:50:52.495] getCompletionData: Get previous token: 0.03988800011575222 +Info 2282 [15:50:52.495] getCompletionsAtPosition: isCompletionListBlocker: 0.0031300000846385956 +Info 2283 [15:50:52.495] getCompletionData: Semantic work: 0.024279000237584114 +Info 2284 [15:50:52.495] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.058733999729156494 +Info 2285 [15:50:52.495] Format host information updated +Info 2286 [15:50:52.597] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2287 [15:50:52.598] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 228 structureChanged: false structureIsReused:: Completely Elapsed: 1.524346999824047ms +Info 2288 [15:50:52.598] Different program with same set of files +Info 2289 [15:50:52.599] getCompletionData: Get current token: 0.00427900068461895 +Info 2290 [15:50:52.599] getCompletionData: Is inside comment: 0.0013870000839233398 +Info 2291 [15:50:52.599] getCompletionData: Get previous token: 0.020843999460339546 +Info 2292 [15:50:52.599] getCompletionsAtPosition: isCompletionListBlocker: 0.0026749996468424797 +Info 2293 [15:50:52.599] getCompletionData: Semantic work: 0.021789000369608402 +Info 2294 [15:50:52.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03798200003802776 +Info 2295 [15:50:52.599] Format host information updated +Info 2296 [15:50:52.856] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2297 [15:50:52.858] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 229 structureChanged: false structureIsReused:: Completely Elapsed: 1.624719999730587ms +Info 2298 [15:50:52.858] Different program with same set of files +Info 2299 [15:50:52.858] getCompletionData: Get current token: 0.003924000076949596 +Info 2300 [15:50:52.858] getCompletionData: Is inside comment: 0.0013319998979568481 +Info 2301 [15:50:52.858] getCompletionData: Get previous token: 0.02070199977606535 +Info 2302 [15:50:52.858] getCompletionsAtPosition: isCompletionListBlocker: 0.0025949999690055847 +Info 2303 [15:50:52.858] getCompletionData: Semantic work: 0.02315700054168701 +Info 2304 [15:50:52.858] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03849700000137091 +Info 2305 [15:50:52.858] Format host information updated +Info 2306 [15:50:52.993] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2307 [15:50:52.995] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 230 structureChanged: false structureIsReused:: Completely Elapsed: 1.578495000489056ms +Info 2308 [15:50:52.995] Different program with same set of files +Info 2309 [15:50:52.995] getCompletionData: Get current token: 0.003305000253021717 +Info 2310 [15:50:52.995] getCompletionData: Is inside comment: 0.0011250004172325134 +Info 2311 [15:50:52.995] getCompletionData: Get previous token: 0.01939300075173378 +Info 2312 [15:50:52.995] getCompletionsAtPosition: isCompletionListBlocker: 0.0028379997238516808 +Info 2313 [15:50:52.995] getCompletionData: Semantic work: 0.020155999809503555 +Info 2314 [15:50:52.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03575600031763315 +Info 2315 [15:50:52.995] Format host information updated +Info 2316 [15:50:53.161] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2317 [15:50:53.163] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 231 structureChanged: false structureIsReused:: Completely Elapsed: 1.8612420000135899ms +Info 2318 [15:50:53.163] Different program with same set of files +Info 2319 [15:50:53.163] getCompletionData: Get current token: 0.003282000310719013 +Info 2320 [15:50:53.163] getCompletionData: Is inside comment: 0.0013919994235038757 +Info 2321 [15:50:53.163] getCompletionData: Get previous token: 0.031928000040352345 +Info 2322 [15:50:53.163] getCompletionsAtPosition: isCompletionListBlocker: 0.002733999863266945 +Info 2323 [15:50:53.163] getCompletionData: Semantic work: 0.02137400023639202 +Info 2324 [15:50:53.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.08294500038027763 +Info 2325 [15:50:53.164] Format host information updated +Info 2326 [15:50:53.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2327 [15:50:53.277] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 232 structureChanged: false structureIsReused:: Completely Elapsed: 1.5242949994280934ms +Info 2328 [15:50:53.277] Different program with same set of files +Info 2329 [15:50:53.277] getCompletionData: Get current token: 0.0039809998124837875 +Info 2330 [15:50:53.277] getCompletionData: Is inside comment: 0.0013219993561506271 +Info 2331 [15:50:53.277] getCompletionData: Get previous token: 0.019545000046491623 +Info 2332 [15:50:53.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0025460002943873405 +Info 2333 [15:50:53.277] getCompletionData: Semantic work: 0.02134499978274107 +Info 2334 [15:50:53.277] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.036354999989271164 +Info 2335 [15:50:53.278] Format host information updated +Info 2336 [15:50:53.341] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2337 [15:50:53.343] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 233 structureChanged: false structureIsReused:: Completely Elapsed: 1.762373000383377ms +Info 2338 [15:50:53.343] Different program with same set of files +Info 2339 [15:50:53.343] getCompletionData: Get current token: 0.0031770002096891403 +Info 2340 [15:50:53.343] getCompletionData: Is inside comment: 0.0013360008597373962 +Info 2341 [15:50:53.343] getCompletionData: Get previous token: 0.02000600006431341 +Info 2342 [15:50:53.343] getCompletionsAtPosition: isCompletionListBlocker: 0.0025700004771351814 +Info 2343 [15:50:53.343] getCompletionData: Semantic work: 0.02333799935877323 +Info 2344 [15:50:53.343] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03935700003057718 +Info 2345 [15:50:53.343] Format host information updated +Info 2346 [15:50:53.439] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2347 [15:50:53.440] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 234 structureChanged: false structureIsReused:: Completely Elapsed: 1.545010999776423ms +Info 2348 [15:50:53.440] Different program with same set of files +Info 2349 [15:50:53.440] getCompletionData: Get current token: 0.0036909999325871468 +Info 2350 [15:50:53.440] getCompletionData: Is inside comment: 0.001271999441087246 +Info 2351 [15:50:53.440] getCompletionData: Get previous token: 0.02078399993479252 +Info 2352 [15:50:53.440] getCompletionsAtPosition: isCompletionListBlocker: 0.0025199996307492256 +Info 2353 [15:50:53.440] getCompletionData: Semantic work: 0.02180400025099516 +Info 2354 [15:50:53.440] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0318170003592968 +Info 2355 [15:50:53.441] Format host information updated +Info 2356 [15:50:53.624] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2357 [15:50:53.629] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 235 structureChanged: false structureIsReused:: Completely Elapsed: 5.521869999356568ms +Info 2358 [15:50:53.630] Different program with same set of files +Info 2359 [15:50:53.630] getCompletionData: Get current token: 0.017035000026226044 +Info 2360 [15:50:53.630] getCompletionData: Is inside comment: 0.005873999558389187 +Info 2361 [15:50:53.630] getCompletionData: Get previous token: 0.16298600006848574 +Info 2362 [15:50:53.630] getCompletionsAtPosition: isCompletionListBlocker: 0.009398000314831734 +Info 2363 [15:50:53.631] getCompletionData: Semantic work: 0.07207200024276972 +Info 2364 [15:50:53.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1384220002219081 +Info 2365 [15:50:53.632] Format host information updated +Info 2366 [15:50:53.751] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2367 [15:50:53.757] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 236 structureChanged: false structureIsReused:: Completely Elapsed: 5.702019999735057ms +Info 2368 [15:50:53.757] Different program with same set of files +Info 2369 [15:50:53.758] getCompletionData: Get current token: 0.016303000040352345 +Info 2370 [15:50:53.758] getCompletionData: Is inside comment: 0.005632000043988228 +Info 2371 [15:50:53.758] getCompletionData: Get previous token: 0.052957999520003796 +Info 2372 [15:50:53.758] getCompletionsAtPosition: isCompletionListBlocker: 0.02824100013822317 +Info 2373 [15:50:53.758] getCompletionData: Semantic work: 0.08329700026661158 +Info 2374 [15:50:53.758] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18826800025999546 +Info 2375 [15:50:53.759] Format host information updated +Info 2376 [15:50:53.921] Format host information updated +Info 2377 [15:50:53.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2378 [15:50:53.927] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 237 structureChanged: false structureIsReused:: Completely Elapsed: 5.5314750000834465ms +Info 2379 [15:50:53.927] Different program with same set of files +Info 2380 [15:50:54.088] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2381 [15:50:54.091] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 238 structureChanged: false structureIsReused:: Completely Elapsed: 3.085032000206411ms +Info 2382 [15:50:54.091] Different program with same set of files +Info 2383 [15:50:54.091] getCompletionData: Get current token: 0.006874000653624535 +Info 2384 [15:50:54.091] getCompletionData: Is inside comment: 0.0025359997525811195 +Info 2385 [15:50:54.091] getCompletionData: Get previous token: 0.04086900036782026 +Info 2386 [15:50:54.091] getCompletionsAtPosition: isCompletionListBlocker: 0.0069790007546544075 +Info 2387 [15:50:54.091] getCompletionData: Semantic work: 0.034908000379800797 +Info 2388 [15:50:54.092] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.058668000623583794 +Info 2389 [15:50:54.092] Format host information updated +Info 2390 [15:50:54.182] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2391 [15:50:54.185] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 239 structureChanged: false structureIsReused:: Completely Elapsed: 3.767463999800384ms +Info 2392 [15:50:54.185] Different program with same set of files +Info 2393 [15:50:54.186] getCompletionData: Get current token: 0.008589999750256538 +Info 2394 [15:50:54.186] getCompletionData: Is inside comment: 0.0032670004293322563 +Info 2395 [15:50:54.186] getCompletionData: Get previous token: 0.07120199967175722 +Info 2396 [15:50:54.186] getCompletionsAtPosition: isCompletionListBlocker: 0.008067999966442585 +Info 2397 [15:50:54.186] getCompletionData: Semantic work: 0.04030400048941374 +Info 2398 [15:50:54.186] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07473600003868341 +Info 2399 [15:50:54.186] Format host information updated +Info 2400 [15:50:54.249] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2401 [15:50:54.250] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 240 structureChanged: false structureIsReused:: Completely Elapsed: 1.940815000794828ms +Info 2402 [15:50:54.251] Different program with same set of files +Info 2403 [15:50:54.251] getCompletionData: Get current token: 0.003328000195324421 +Info 2404 [15:50:54.251] getCompletionData: Is inside comment: 0.001178000122308731 +Info 2405 [15:50:54.251] getCompletionData: Get previous token: 0.03169600013643503 +Info 2406 [15:50:54.251] getCompletionsAtPosition: isCompletionListBlocker: 0.004972999915480614 +Info 2407 [15:50:54.251] getCompletionData: Semantic work: 0.020097999833524227 +Info 2408 [15:50:54.251] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.030793000012636185 +Info 2409 [15:50:54.251] Format host information updated +Info 2410 [15:50:54.348] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2411 [15:50:54.354] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 241 structureChanged: false structureIsReused:: Completely Elapsed: 5.970100999809802ms +Info 2412 [15:50:54.354] Different program with same set of files +Info 2413 [15:50:54.354] getCompletionData: Get current token: 0.0239889994263649 +Info 2414 [15:50:54.354] getCompletionData: Is inside comment: 0.009033000096678734 +Info 2415 [15:50:54.354] getCompletionData: Get previous token: 0.09486399963498116 +Info 2416 [15:50:54.354] getCompletionsAtPosition: isCompletionListBlocker: 0.013075999915599823 +Info 2417 [15:50:54.355] getCompletionData: Semantic work: 0.0721220001578331 +Info 2418 [15:50:54.355] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1352120004594326 +Info 2419 [15:50:54.356] Format host information updated +Info 2420 [15:50:54.438] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2421 [15:50:54.445] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 242 structureChanged: false structureIsReused:: Completely Elapsed: 6.35255700070411ms +Info 2422 [15:50:54.445] Different program with same set of files +Info 2423 [15:50:54.445] getCompletionData: Get current token: 0.01597800012677908 +Info 2424 [15:50:54.445] getCompletionData: Is inside comment: 0.006163000129163265 +Info 2425 [15:50:54.446] getCompletionData: Get previous token: 0.08973699994385242 +Info 2426 [15:50:54.446] getCompletionsAtPosition: isCompletionListBlocker: 0.01429200079292059 +Info 2427 [15:50:54.446] getCompletionData: Semantic work: 0.11192500032484531 +Info 2428 [15:50:54.446] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12232500035315752 +Info 2429 [15:50:54.447] Format host information updated +Info 2430 [15:50:54.530] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2431 [15:50:54.536] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 243 structureChanged: false structureIsReused:: Completely Elapsed: 5.5180449998006225ms +Info 2432 [15:50:54.536] Different program with same set of files +Info 2433 [15:50:54.537] getCompletionData: Get current token: 0.01632499974220991 +Info 2434 [15:50:54.537] getCompletionData: Is inside comment: 0.0054339999333024025 +Info 2435 [15:50:54.537] getCompletionData: Get previous token: 0.0863220002502203 +Info 2436 [15:50:54.537] getCompletionsAtPosition: isCompletionListBlocker: 0.011736000888049603 +Info 2437 [15:50:54.537] getCompletionData: Semantic work: 0.0640489999204874 +Info 2438 [15:50:54.537] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11188599932938814 +Info 2439 [15:50:54.538] Format host information updated +Info 2440 [15:50:54.663] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2441 [15:50:54.669] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 244 structureChanged: false structureIsReused:: Completely Elapsed: 5.918341000564396ms +Info 2442 [15:50:54.670] Different program with same set of files +Info 2443 [15:50:54.670] getCompletionData: Get current token: 0.026638000272214413 +Info 2444 [15:50:54.670] getCompletionData: Is inside comment: 0.010463000275194645 +Info 2445 [15:50:54.670] getCompletionData: Get previous token: 0.08668399974703789 +Info 2446 [15:50:54.670] getCompletionsAtPosition: isCompletionListBlocker: 0.015308000147342682 +Info 2447 [15:50:54.671] getCompletionData: Semantic work: 0.07884899992495775 +Info 2448 [15:50:54.671] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.18906900007277727 +Info 2449 [15:50:54.672] Format host information updated +Info 2450 [15:50:54.760] Format host information updated +Info 2451 [15:50:54.761] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2452 [15:50:54.767] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 245 structureChanged: false structureIsReused:: Completely Elapsed: 5.60540800075978ms +Info 2453 [15:50:54.767] Different program with same set of files +Info 2454 [15:50:55.063] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2455 [15:50:55.069] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 246 structureChanged: false structureIsReused:: Completely Elapsed: 2.3883569994941354ms +Info 2456 [15:50:55.069] Different program with same set of files +Info 2457 [15:50:55.069] getCompletionData: Get current token: 0.007098999805748463 +Info 2458 [15:50:55.069] getCompletionData: Is inside comment: 0.002516999840736389 +Info 2459 [15:50:55.069] getCompletionData: Get previous token: 0.08003600034862757 +Info 2460 [15:50:55.069] getCompletionsAtPosition: isCompletionListBlocker: 0.006506999954581261 +Info 2461 [15:50:55.069] getCompletionData: Semantic work: 0.0339350001886487 +Info 2462 [15:50:55.069] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.052844999358057976 +Info 2463 [15:50:55.070] Format host information updated +Info 2464 [15:50:55.128] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2465 [15:50:55.129] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 247 structureChanged: false structureIsReused:: Completely Elapsed: 1.6553809996694326ms +Info 2466 [15:50:55.129] Different program with same set of files +Info 2467 [15:50:55.130] getCompletionData: Get current token: 0.0037460001185536385 +Info 2468 [15:50:55.130] getCompletionData: Is inside comment: 0.0015620002523064613 +Info 2469 [15:50:55.130] getCompletionData: Get previous token: 0.019917000085115433 +Info 2470 [15:50:55.130] getCompletionsAtPosition: isCompletionListBlocker: 0.0054979994893074036 +Info 2471 [15:50:55.130] getCompletionData: Semantic work: 0.02476899977773428 +Info 2472 [15:50:55.130] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03605500049889088 +Info 2473 [15:50:55.130] Format host information updated +Info 2474 [15:50:55.208] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2475 [15:50:55.210] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 248 structureChanged: false structureIsReused:: Completely Elapsed: 1.5466700000688434ms +Info 2476 [15:50:55.210] Different program with same set of files +Info 2477 [15:50:55.210] getCompletionData: Get current token: 0.0035899998620152473 +Info 2478 [15:50:55.210] getCompletionData: Is inside comment: 0.0013879993930459023 +Info 2479 [15:50:55.210] getCompletionData: Get previous token: 0.019579999148845673 +Info 2480 [15:50:55.210] getCompletionsAtPosition: isCompletionListBlocker: 0.004978999495506287 +Info 2481 [15:50:55.210] getCompletionData: Semantic work: 0.020085999742150307 +Info 2482 [15:50:55.210] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03048700001090765 +Info 2483 [15:50:55.210] Format host information updated +Info 2484 [15:50:55.479] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2485 [15:50:55.481] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 249 structureChanged: false structureIsReused:: Completely Elapsed: 1.8023830000311136ms +Info 2486 [15:50:55.481] Different program with same set of files +Info 2487 [15:50:55.481] getCompletionData: Get current token: 0.003333999775350094 +Info 2488 [15:50:55.481] getCompletionData: Is inside comment: 0.0012260004878044128 +Info 2489 [15:50:55.481] getCompletionData: Get previous token: 0.01900400035083294 +Info 2490 [15:50:55.481] getCompletionsAtPosition: isCompletionListBlocker: 0.0038029998540878296 +Info 2491 [15:50:55.481] getCompletionData: Semantic work: 0.019109999760985374 +Info 2492 [15:50:55.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06323100067675114 +Info 2493 [15:50:55.481] Format host information updated +Info 2494 [15:50:55.558] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2495 [15:50:55.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 250 structureChanged: false structureIsReused:: Completely Elapsed: 1.549863999709487ms +Info 2496 [15:50:55.560] Different program with same set of files +Info 2497 [15:50:55.560] getCompletionData: Get current token: 0.003612999804317951 +Info 2498 [15:50:55.560] getCompletionData: Is inside comment: 0.0013540005311369896 +Info 2499 [15:50:55.560] getCompletionData: Get previous token: 0.019519000314176083 +Info 2500 [15:50:55.560] getCompletionsAtPosition: isCompletionListBlocker: 0.004925999790430069 +Info 2501 [15:50:55.560] getCompletionData: Semantic work: 0.020818999968469143 +Info 2502 [15:50:55.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04540699999779463 +Info 2503 [15:50:55.561] Format host information updated +Info 2504 [15:50:55.696] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2505 [15:50:55.697] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 251 structureChanged: false structureIsReused:: Completely Elapsed: 1.5110999997705221ms +Info 2506 [15:50:55.697] Different program with same set of files +Info 2507 [15:50:55.697] getCompletionData: Get current token: 0.003885999321937561 +Info 2508 [15:50:55.697] getCompletionData: Is inside comment: 0.0014220001175999641 +Info 2509 [15:50:55.697] getCompletionData: Get previous token: 0.0201019998639822 +Info 2510 [15:50:55.697] getCompletionsAtPosition: isCompletionListBlocker: 0.004530000500380993 +Info 2511 [15:50:55.697] getCompletionData: Semantic work: 0.019580000080168247 +Info 2512 [15:50:55.697] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.032792000100016594 +Info 2513 [15:50:55.698] Format host information updated +Info 2514 [15:50:55.868] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2515 [15:50:55.870] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 252 structureChanged: false structureIsReused:: Completely Elapsed: 1.9948239997029305ms +Info 2516 [15:50:55.870] Different program with same set of files +Info 2517 [15:50:55.870] getCompletionData: Get current token: 0.022559000179171562 +Info 2518 [15:50:55.870] getCompletionData: Is inside comment: 0.0011459998786449432 +Info 2519 [15:50:55.870] getCompletionData: Get previous token: 0.01067500002682209 +Info 2520 [15:50:55.870] getCompletionsAtPosition: isCompletionListBlocker: 0.0044789994135499 +Info 2521 [15:50:55.870] getCompletionData: Semantic work: 0.017285999841988087 +Info 2522 [15:50:55.870] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.023919999599456787 +Info 2523 [15:50:55.873] Format host information updated +Info 2524 [15:50:55.982] Format host information updated +Info 2525 [15:50:55.982] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2526 [15:50:55.984] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 253 structureChanged: false structureIsReused:: Completely Elapsed: 1.5847159996628761ms +Info 2527 [15:50:55.984] Different program with same set of files +Info 2528 [15:50:56.174] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2529 [15:50:56.176] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 254 structureChanged: false structureIsReused:: Completely Elapsed: 1.523709999397397ms +Info 2530 [15:50:56.176] Different program with same set of files +Info 2531 [15:50:56.176] getCompletionData: Get current token: 0.003407999873161316 +Info 2532 [15:50:56.176] getCompletionData: Is inside comment: 0.0012289993464946747 +Info 2533 [15:50:56.176] getCompletionData: Get previous token: 0.018691000528633595 +Info 2534 [15:50:56.176] getCompletionsAtPosition: isCompletionListBlocker: 0.0043289996683597565 +Info 2535 [15:50:56.176] getCompletionData: Semantic work: 0.019418000243604183 +Info 2536 [15:50:56.176] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.031316000036895275 +Info 2537 [15:50:56.177] Format host information updated +Info 2538 [15:50:56.290] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2539 [15:50:56.291] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 255 structureChanged: false structureIsReused:: Completely Elapsed: 1.6146679995581508ms +Info 2540 [15:50:56.291] Different program with same set of files +Info 2541 [15:50:56.291] getCompletionData: Get current token: 0.004058999940752983 +Info 2542 [15:50:56.291] getCompletionData: Is inside comment: 0.0015470003709197044 +Info 2543 [15:50:56.292] getCompletionData: Get previous token: 0.022193999961018562 +Info 2544 [15:50:56.292] getCompletionsAtPosition: isCompletionListBlocker: 0.0042409999296069145 +Info 2545 [15:50:56.292] getCompletionData: Semantic work: 0.02135000005364418 +Info 2546 [15:50:56.292] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04834800027310848 +Info 2547 [15:50:56.292] Format host information updated +Info 2548 [15:50:56.376] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2549 [15:50:56.378] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 256 structureChanged: false structureIsReused:: Completely Elapsed: 1.507850999943912ms +Info 2550 [15:50:56.378] Different program with same set of files +Info 2551 [15:50:56.378] getCompletionData: Get current token: 0.0033229999244213104 +Info 2552 [15:50:56.378] getCompletionData: Is inside comment: 0.0012199999764561653 +Info 2553 [15:50:56.378] getCompletionData: Get previous token: 0.019189000129699707 +Info 2554 [15:50:56.378] getCompletionsAtPosition: isCompletionListBlocker: 0.004045000299811363 +Info 2555 [15:50:56.378] getCompletionData: Semantic work: 0.019872000440955162 +Info 2556 [15:50:56.378] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.027436000294983387 +Info 2557 [15:50:56.378] Format host information updated +Info 2558 [15:50:56.559] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2559 [15:50:56.560] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 257 structureChanged: false structureIsReused:: Completely Elapsed: 1.5292360000312328ms +Info 2560 [15:50:56.560] Different program with same set of files +Info 2561 [15:50:56.560] getCompletionData: Get current token: 0.00331099983304739 +Info 2562 [15:50:56.560] getCompletionData: Is inside comment: 0.001271999441087246 +Info 2563 [15:50:56.560] getCompletionData: Get previous token: 0.017401999793946743 +Info 2564 [15:50:56.561] getCompletionsAtPosition: isCompletionListBlocker: 0.003996000625193119 +Info 2565 [15:50:56.561] getCompletionData: Semantic work: 0.01903199963271618 +Info 2566 [15:50:56.561] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.02579400036484003 +Info 2567 [15:50:56.561] Format host information updated +Info 2568 [15:50:56.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2569 [15:50:56.700] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 258 structureChanged: false structureIsReused:: Completely Elapsed: 5.438378999941051ms +Info 2570 [15:50:56.700] Different program with same set of files +Info 2571 [15:50:56.700] getCompletionData: Get current token: 0.01601400040090084 +Info 2572 [15:50:56.700] getCompletionData: Is inside comment: 0.005994000472128391 +Info 2573 [15:50:56.700] getCompletionData: Get previous token: 0.08600100036710501 +Info 2574 [15:50:56.700] getCompletionsAtPosition: isCompletionListBlocker: 0.012020000256597996 +Info 2575 [15:50:56.700] getCompletionData: Semantic work: 0.06996199954301119 +Info 2576 [15:50:56.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11770400032401085 +Info 2577 [15:50:56.705] Format host information updated +Info 2578 [15:50:56.787] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2579 [15:50:56.793] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 259 structureChanged: false structureIsReused:: Completely Elapsed: 5.426602000370622ms +Info 2580 [15:50:56.793] Different program with same set of files +Info 2581 [15:50:56.793] getCompletionData: Get current token: 0.015887999907135963 +Info 2582 [15:50:56.793] getCompletionData: Is inside comment: 0.005555000156164169 +Info 2583 [15:50:56.794] getCompletionData: Get previous token: 0.15336399991065264 +Info 2584 [15:50:56.794] getCompletionsAtPosition: isCompletionListBlocker: 0.011966000311076641 +Info 2585 [15:50:56.794] getCompletionData: Semantic work: 0.06867999956011772 +Info 2586 [15:50:56.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1133220000192523 +Info 2587 [15:50:56.796] Format host information updated +Info 2588 [15:50:56.864] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2589 [15:50:56.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 260 structureChanged: false structureIsReused:: Completely Elapsed: 1.6298249997198582ms +Info 2590 [15:50:56.866] Different program with same set of files +Info 2591 [15:50:56.866] getCompletionData: Get current token: 0.003917999565601349 +Info 2592 [15:50:56.866] getCompletionData: Is inside comment: 0.0013729995116591454 +Info 2593 [15:50:56.866] getCompletionData: Get previous token: 0.014986000023782253 +Info 2594 [15:50:56.866] getCompletionsAtPosition: isCompletionListBlocker: 0.005041000433266163 +Info 2595 [15:50:56.866] getCompletionData: Semantic work: 0.021069999784231186 +Info 2596 [15:50:56.866] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0362179996445775 +Info 2597 [15:50:56.866] Format host information updated +Info 2598 [15:50:57.121] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2599 [15:50:57.123] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 261 structureChanged: false structureIsReused:: Completely Elapsed: 1.799384000711143ms +Info 2600 [15:50:57.123] Different program with same set of files +Info 2601 [15:50:57.123] getCompletionData: Get current token: 0.003630000166594982 +Info 2602 [15:50:57.123] getCompletionData: Is inside comment: 0.0014030002057552338 +Info 2603 [15:50:57.123] getCompletionData: Get previous token: 0.018473000265657902 +Info 2604 [15:50:57.123] getCompletionsAtPosition: isCompletionListBlocker: 0.004265000112354755 +Info 2605 [15:50:57.123] getCompletionData: Semantic work: 0.020169000141322613 +Info 2606 [15:50:57.123] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.028939999639987946 +Info 2607 [15:50:57.126] Format host information updated +Info 2608 [15:50:57.184] Format host information updated +Info 2609 [15:50:57.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2610 [15:50:57.186] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 262 structureChanged: false structureIsReused:: Completely Elapsed: 1.5993860000744462ms +Info 2611 [15:50:57.186] Different program with same set of files +Info 2612 [15:50:57.416] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2613 [15:50:57.418] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 263 structureChanged: false structureIsReused:: Completely Elapsed: 1.6178400004282594ms +Info 2614 [15:50:57.418] Different program with same set of files +Info 2615 [15:50:57.418] getCompletionData: Get current token: 0.0038569997996091843 +Info 2616 [15:50:57.418] getCompletionData: Is inside comment: 0.001276000402867794 +Info 2617 [15:50:57.418] getCompletionData: Get previous token: 0.019155999645590782 +Info 2618 [15:50:57.418] getCompletionsAtPosition: isCompletionListBlocker: 0.004045000299811363 +Info 2619 [15:50:57.418] getCompletionData: Semantic work: 0.02077599987387657 +Info 2620 [15:50:57.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03058800008147955 +Info 2621 [15:50:57.418] Format host information updated +Info 2622 [15:50:57.577] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2623 [15:50:57.578] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 264 structureChanged: false structureIsReused:: Completely Elapsed: 1.590303000062704ms +Info 2624 [15:50:57.578] Different program with same set of files +Info 2625 [15:50:57.578] getCompletionData: Get current token: 0.003856000490486622 +Info 2626 [15:50:57.578] getCompletionData: Is inside comment: 0.0013460004702210426 +Info 2627 [15:50:57.578] getCompletionData: Get previous token: 0.01320900022983551 +Info 2628 [15:50:57.579] getCompletionsAtPosition: isCompletionListBlocker: 0.0046619996428489685 +Info 2629 [15:50:57.579] getCompletionData: Semantic work: 0.021611999720335007 +Info 2630 [15:50:57.579] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.029321999289095402 +Info 2631 [15:50:57.579] Format host information updated +Info 2632 [15:50:57.723] Format host information updated +Info 2633 [15:50:57.723] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2634 [15:50:57.724] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 265 structureChanged: false structureIsReused:: Completely Elapsed: 1.5182869993150234ms +Info 2635 [15:50:57.724] Different program with same set of files +Info 2636 [15:50:57.792] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2637 [15:50:57.794] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 266 structureChanged: false structureIsReused:: Completely Elapsed: 1.9627769999206066ms +Info 2638 [15:50:57.794] Different program with same set of files +Info 2639 [15:50:57.794] getCompletionData: Get current token: 0.005135999992489815 +Info 2640 [15:50:57.794] getCompletionData: Is inside comment: 0.0020829997956752777 +Info 2641 [15:50:57.794] getCompletionData: Get previous token: 0.026372999884188175 +Info 2642 [15:50:57.794] getCompletionsAtPosition: isCompletionListBlocker: 0.005626999773085117 +Info 2643 [15:50:57.794] getCompletionData: Semantic work: 0.02999499998986721 +Info 2644 [15:50:57.794] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06114200036972761 +Info 2645 [15:50:57.795] Format host information updated +Info 2646 [15:50:57.930] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2647 [15:50:57.932] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 267 structureChanged: false structureIsReused:: Completely Elapsed: 1.727811999619007ms +Info 2648 [15:50:57.932] Different program with same set of files +Info 2649 [15:50:57.932] getCompletionData: Get current token: 0.005792999640107155 +Info 2650 [15:50:57.933] getCompletionData: Is inside comment: 0.0019060000777244568 +Info 2651 [15:50:57.933] getCompletionData: Get previous token: 0.02983399946242571 +Info 2652 [15:50:57.933] getCompletionsAtPosition: isCompletionListBlocker: 0.004630000330507755 +Info 2653 [15:50:57.933] getCompletionData: Semantic work: 0.025961999781429768 +Info 2654 [15:50:57.933] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.040144000202417374 +Info 2655 [15:50:57.933] Format host information updated +Info 2656 [15:50:58.015] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2657 [15:50:58.021] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 268 structureChanged: false structureIsReused:: Completely Elapsed: 5.617734000086784ms +Info 2658 [15:50:58.021] Different program with same set of files +Info 2659 [15:50:58.022] getCompletionData: Get current token: 0.01746600028127432 +Info 2660 [15:50:58.022] getCompletionData: Is inside comment: 0.006233000196516514 +Info 2661 [15:50:58.022] getCompletionData: Get previous token: 0.08347800001502037 +Info 2662 [15:50:58.022] getCompletionsAtPosition: isCompletionListBlocker: 0.012257999740540981 +Info 2663 [15:50:58.022] getCompletionData: Semantic work: 0.06464000046253204 +Info 2664 [15:50:58.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11704199947416782 +Info 2665 [15:50:58.023] Format host information updated +Info 2666 [15:50:58.108] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2667 [15:50:58.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 269 structureChanged: false structureIsReused:: Completely Elapsed: 4.212731000036001ms +Info 2668 [15:50:58.112] Different program with same set of files +Info 2669 [15:50:58.113] getCompletionData: Get current token: 0.013855000026524067 +Info 2670 [15:50:58.113] getCompletionData: Is inside comment: 0.005222000181674957 +Info 2671 [15:50:58.113] getCompletionData: Get previous token: 0.07139900047332048 +Info 2672 [15:50:58.113] getCompletionsAtPosition: isCompletionListBlocker: 0.011113000102341175 +Info 2673 [15:50:58.113] getCompletionData: Semantic work: 0.059898000210523605 +Info 2674 [15:50:58.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.17795300018042326 +Info 2675 [15:50:58.114] Format host information updated +Info 2676 [15:50:58.198] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2677 [15:50:58.204] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 270 structureChanged: false structureIsReused:: Completely Elapsed: 5.458794000558555ms +Info 2678 [15:50:58.204] Different program with same set of files +Info 2679 [15:50:58.204] getCompletionData: Get current token: 0.015445000492036343 +Info 2680 [15:50:58.204] getCompletionData: Is inside comment: 0.006165000610053539 +Info 2681 [15:50:58.204] getCompletionData: Get previous token: 0.08416400011628866 +Info 2682 [15:50:58.204] getCompletionsAtPosition: isCompletionListBlocker: 0.012561999261379242 +Info 2683 [15:50:58.205] getCompletionData: Semantic work: 0.06704299990087748 +Info 2684 [15:50:58.205] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.09817599970847368 +Info 2685 [15:50:58.206] Format host information updated +Info 2686 [15:50:58.289] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2687 [15:50:58.295] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 271 structureChanged: false structureIsReused:: Completely Elapsed: 5.431650999933481ms +Info 2688 [15:50:58.295] Different program with same set of files +Info 2689 [15:50:58.295] getCompletionData: Get current token: 0.015474999323487282 +Info 2690 [15:50:58.295] getCompletionData: Is inside comment: 0.005208000540733337 +Info 2691 [15:50:58.295] getCompletionData: Get previous token: 0.08147499989718199 +Info 2692 [15:50:58.296] getCompletionsAtPosition: isCompletionListBlocker: 0.011992000043392181 +Info 2693 [15:50:58.296] getCompletionData: Semantic work: 0.0614010002464056 +Info 2694 [15:50:58.296] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.10309499967843294 +Info 2695 [15:50:58.297] Format host information updated +Info 2696 [15:50:58.392] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2697 [15:50:58.397] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 272 structureChanged: false structureIsReused:: Completely Elapsed: 5.508834999985993ms +Info 2698 [15:50:58.397] Different program with same set of files +Info 2699 [15:50:58.398] getCompletionData: Get current token: 0.017399000003933907 +Info 2700 [15:50:58.398] getCompletionData: Is inside comment: 0.0062779998406767845 +Info 2701 [15:50:58.398] getCompletionData: Get previous token: 0.06208700034767389 +Info 2702 [15:50:58.398] getCompletionsAtPosition: isCompletionListBlocker: 0.013027000240981579 +Info 2703 [15:50:58.398] getCompletionData: Semantic work: 0.06603499967604876 +Info 2704 [15:50:58.398] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.12488000001758337 +Info 2705 [15:50:58.400] Format host information updated +Info 2706 [15:50:58.504] Format host information updated +Info 2707 [15:50:58.505] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2708 [15:50:58.510] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 273 structureChanged: false structureIsReused:: Completely Elapsed: 5.469115000218153ms +Info 2709 [15:50:58.510] Different program with same set of files +Info 2710 [15:50:58.688] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2711 [15:50:58.694] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 274 structureChanged: false structureIsReused:: Completely Elapsed: 5.457853999920189ms +Info 2712 [15:50:58.694] Different program with same set of files +Info 2713 [15:50:58.695] getCompletionData: Get current token: 0.015994999557733536 +Info 2714 [15:50:58.695] getCompletionData: Is inside comment: 0.006467999890446663 +Info 2715 [15:50:58.695] getCompletionData: Get previous token: 0.17929199989885092 +Info 2716 [15:50:58.695] getCompletionsAtPosition: isCompletionListBlocker: 0.015178999863564968 +Info 2717 [15:50:58.695] getCompletionData: Semantic work: 0.08400900010019541 +Info 2718 [15:50:58.695] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.1651840005069971 +Info 2719 [15:50:58.696] Format host information updated +Info 2720 [15:50:58.781] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2721 [15:50:58.787] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 275 structureChanged: false structureIsReused:: Completely Elapsed: 5.923200000077486ms +Info 2722 [15:50:58.787] Different program with same set of files +Info 2723 [15:50:58.787] getCompletionData: Get current token: 0.016882999800145626 +Info 2724 [15:50:58.787] getCompletionData: Is inside comment: 0.005850999616086483 +Info 2725 [15:50:58.787] getCompletionData: Get previous token: 0.06876000016927719 +Info 2726 [15:50:58.787] getCompletionsAtPosition: isCompletionListBlocker: 0.013302000239491463 +Info 2727 [15:50:58.788] getCompletionData: Semantic work: 0.07209600042551756 +Info 2728 [15:50:58.788] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.11015900038182735 +Info 2729 [15:50:58.789] Format host information updated +Info 2730 [15:50:58.933] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2731 [15:50:58.939] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 276 structureChanged: false structureIsReused:: Completely Elapsed: 5.521466000005603ms +Info 2732 [15:50:58.939] Different program with same set of files +Info 2733 [15:50:58.939] getCompletionData: Get current token: 0.015623999759554863 +Info 2734 [15:50:58.939] getCompletionData: Is inside comment: 0.006504999473690987 +Info 2735 [15:50:58.939] getCompletionData: Get previous token: 0.06394399981945753 +Info 2736 [15:50:58.940] getCompletionsAtPosition: isCompletionListBlocker: 0.010130000300705433 +Info 2737 [15:50:58.940] getCompletionData: Semantic work: 0.050826000049710274 +Info 2738 [15:50:58.940] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.0771890003234148 +Info 2739 [15:50:58.941] Format host information updated +Info 2740 [15:50:58.995] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2741 [15:50:58.996] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 277 structureChanged: false structureIsReused:: Completely Elapsed: 1.6303610000759363ms +Info 2742 [15:50:58.996] Different program with same set of files +Info 2743 [15:50:58.997] getCompletionData: Get current token: 0.003459000028669834 +Info 2744 [15:50:58.997] getCompletionData: Is inside comment: 0.0011610006913542747 +Info 2745 [15:50:58.997] getCompletionData: Get previous token: 0.014148999936878681 +Info 2746 [15:50:58.997] getCompletionsAtPosition: isCompletionListBlocker: 0.0041620004922151566 +Info 2747 [15:50:58.997] getCompletionData: Semantic work: 0.0215659998357296 +Info 2748 [15:50:58.997] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.023662999272346497 +Info 2749 [15:50:59.000] Format host information updated +Info 2750 [15:50:59.067] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2751 [15:50:59.069] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 278 structureChanged: false structureIsReused:: Completely Elapsed: 2.0507320007309318ms +Info 2752 [15:50:59.069] Different program with same set of files +Info 2753 [15:50:59.069] getCompletionData: Get current token: 0.0034349998459219933 +Info 2754 [15:50:59.069] getCompletionData: Is inside comment: 0.001356000080704689 +Info 2755 [15:50:59.069] getCompletionData: Get previous token: 0.019643000327050686 +Info 2756 [15:50:59.069] getCompletionsAtPosition: isCompletionListBlocker: 0.00430699996650219 +Info 2757 [15:50:59.069] getCompletionData: Semantic work: 0.022565999999642372 +Info 2758 [15:50:59.070] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03829100076109171 +Info 2759 [15:50:59.070] Format host information updated +Info 2760 [15:50:59.688] Format host information updated +Info 2761 [15:50:59.688] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2762 [15:50:59.690] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 279 structureChanged: false structureIsReused:: Completely Elapsed: 1.6904269997030497ms +Info 2763 [15:50:59.690] Different program with same set of files +Info 2764 [15:51:00.307] Format host information updated +Info 2765 [15:51:00.307] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2766 [15:51:00.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 280 structureChanged: false structureIsReused:: Completely Elapsed: 1.6392459999769926ms +Info 2767 [15:51:00.309] Different program with same set of files +Info 2768 [15:51:00.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2769 [15:51:00.676] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 281 structureChanged: false structureIsReused:: Completely Elapsed: 1.5937250005081296ms +Info 2770 [15:51:00.676] Different program with same set of files +Info 2771 [15:51:00.676] getCompletionData: Get current token: 0.001271999441087246 +Info 2772 [15:51:00.676] getCompletionData: Is inside comment: 0.006438000127673149 +Info 2773 [15:51:00.676] getCompletionData: Get previous token: 0.004331999458372593 +Info 2774 [15:51:00.676] getCompletionsAtPosition: isCompletionListBlocker: 0.00365500058978796 +Info 2775 [15:51:00.677] getExportInfoMap: cache hit +Info 2776 [15:51:00.686] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2777 [15:51:00.686] collectAutoImports: response is complete +Info 2778 [15:51:00.686] collectAutoImports: 9.482219000346959 +Info 2779 [15:51:00.686] getCompletionData: Semantic work: 10.125898000784218 +Info 2780 [15:51:00.691] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.90147399995476 +Info 2781 [15:51:00.697] Format host information updated +Info 2782 [15:51:00.783] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2783 [15:51:00.785] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 282 structureChanged: false structureIsReused:: Completely Elapsed: 1.9138759998604655ms +Info 2784 [15:51:00.785] Different program with same set of files +Info 2785 [15:51:00.785] getCompletionData: Get current token: 0.0012170001864433289 +Info 2786 [15:51:00.785] getCompletionData: Is inside comment: 0.0062790000811219215 +Info 2787 [15:51:00.785] getCompletionData: Get previous token: 0.004429999738931656 +Info 2788 [15:51:00.785] getCompletionsAtPosition: isCompletionListBlocker: 0.008554000407457352 +Info 2789 [15:51:00.785] getExportInfoMap: cache hit +Info 2790 [15:51:00.795] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2791 [15:51:00.795] collectAutoImports: response is complete +Info 2792 [15:51:00.795] collectAutoImports: 9.514755999669433 +Info 2793 [15:51:00.795] getCompletionData: Semantic work: 10.022385999560356 +Info 2794 [15:51:00.800] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.742634000256658 +Info 2795 [15:51:00.804] Format host information updated +Info 2796 [15:51:00.999] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2797 [15:51:01.001] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 283 structureChanged: false structureIsReused:: Completely Elapsed: 1.773288999684155ms +Info 2798 [15:51:01.001] Different program with same set of files +Info 2799 [15:51:01.001] getCompletionData: Get current token: 0.0011670002713799477 +Info 2800 [15:51:01.001] getCompletionData: Is inside comment: 0.004643999971449375 +Info 2801 [15:51:01.001] getCompletionData: Get previous token: 0.014884999953210354 +Info 2802 [15:51:01.001] getCompletionsAtPosition: isCompletionListBlocker: 0.007242999970912933 +Info 2803 [15:51:01.002] getExportInfoMap: cache hit +Info 2804 [15:51:01.004] collectAutoImports: resolved 0 module specifiers, plus 74 ambient and 8 from cache +Info 2805 [15:51:01.004] collectAutoImports: response is complete +Info 2806 [15:51:01.004] collectAutoImports: 1.8884320007637143 +Info 2807 [15:51:01.004] getCompletionData: Semantic work: 2.414656000211835 +Info 2808 [15:51:01.005] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8434250000864267 +Info 2809 [15:51:01.007] Format host information updated +Info 2810 [15:51:01.287] getCompletionData: Get current token: 0.0027670003473758698 +Info 2811 [15:51:01.287] getCompletionData: Is inside comment: 0.001339999958872795 +Info 2812 [15:51:01.287] getCompletionData: Get previous token: 0.00943399965763092 +Info 2813 [15:51:01.287] getCompletionsAtPosition: isCompletionListBlocker: 0.008204000070691109 +Info 2814 [15:51:01.288] getExportInfoMap: cache hit +Info 2815 [15:51:01.297] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2816 [15:51:01.297] collectAutoImports: response is complete +Info 2817 [15:51:01.297] collectAutoImports: 9.101176999509335 +Info 2818 [15:51:01.297] getCompletionData: Semantic work: 9.770576000213623 +Info 2819 [15:51:01.303] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.171165999956429 +Info 2820 [15:51:01.719] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2821 [15:51:01.722] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 284 structureChanged: false structureIsReused:: Completely Elapsed: 2.829727000556886ms +Info 2822 [15:51:01.722] Different program with same set of files +Info 2823 [15:51:01.722] getCompletionData: Get current token: 0.015970999374985695 +Info 2824 [15:51:01.722] getCompletionData: Is inside comment: 0.0022790003567934036 +Info 2825 [15:51:01.722] getCompletionData: Get previous token: 0.028378999792039394 +Info 2826 [15:51:01.722] getCompletionsAtPosition: isCompletionListBlocker: 0.0036000004038214684 +Info 2827 [15:51:01.723] getCompletionData: Semantic work: 0.6369539992883801 +Info 2828 [15:51:01.724] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2883339999243617 +Info 2829 [15:51:01.725] Format host information updated +Info 2830 [15:51:01.956] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2831 [15:51:01.958] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 285 structureChanged: false structureIsReused:: Completely Elapsed: 1.880260999314487ms +Info 2832 [15:51:01.958] Different program with same set of files +Info 2833 [15:51:01.958] getCompletionData: Get current token: 0.0024650003761053085 +Info 2834 [15:51:01.958] getCompletionData: Is inside comment: 0.007672999985516071 +Info 2835 [15:51:01.958] getCompletionData: Get previous token: 0.005346999503672123 +Info 2836 [15:51:01.958] getCompletionsAtPosition: isCompletionListBlocker: 0.003295999951660633 +Info 2837 [15:51:01.958] getCompletionData: Semantic work: 0.466992000117898 +Info 2838 [15:51:01.959] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.721483999863267 +Info 2839 [15:51:01.960] Format host information updated +Info 2840 [15:51:02.529] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2841 [15:51:02.530] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 286 structureChanged: false structureIsReused:: Completely Elapsed: 1.5714520001783967ms +Info 2842 [15:51:02.530] Different program with same set of files +Info 2843 [15:51:02.530] getCompletionData: Get current token: 0.0021320004016160965 +Info 2844 [15:51:02.530] getCompletionData: Is inside comment: 0.007538000121712685 +Info 2845 [15:51:02.530] getCompletionData: Get previous token: 0.004865999333560467 +Info 2846 [15:51:02.530] getCompletionsAtPosition: isCompletionListBlocker: 0.007368000224232674 +Info 2847 [15:51:02.531] getExportInfoMap: cache hit +Info 2848 [15:51:02.541] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2849 [15:51:02.541] collectAutoImports: response is complete +Info 2850 [15:51:02.541] collectAutoImports: 9.790093000046909 +Info 2851 [15:51:02.541] getCompletionData: Semantic work: 10.238680000416934 +Info 2852 [15:51:02.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.5199130000546575 +Info 2853 [15:51:02.550] Format host information updated +Info 2854 [15:51:02.744] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2855 [15:51:02.745] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 287 structureChanged: false structureIsReused:: Completely Elapsed: 1.670822000131011ms +Info 2856 [15:51:02.745] Different program with same set of files +Info 2857 [15:51:02.746] getCompletionData: Get current token: 0.002148999832570553 +Info 2858 [15:51:02.746] getCompletionData: Is inside comment: 0.0062769996002316475 +Info 2859 [15:51:02.746] getCompletionData: Get previous token: 0.004657000303268433 +Info 2860 [15:51:02.746] getCompletionsAtPosition: isCompletionListBlocker: 0.00839299988001585 +Info 2861 [15:51:02.746] getExportInfoMap: cache hit +Info 2862 [15:51:02.755] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2863 [15:51:02.755] collectAutoImports: response is complete +Info 2864 [15:51:02.755] collectAutoImports: 8.694008000195026 +Info 2865 [15:51:02.755] getCompletionData: Semantic work: 9.127454000525177 +Info 2866 [15:51:02.760] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.788199000060558 +Info 2867 [15:51:02.765] Format host information updated +Info 2868 [15:51:05.209] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2869 [15:51:05.211] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 288 structureChanged: false structureIsReused:: Completely Elapsed: 1.768804999999702ms +Info 2870 [15:51:05.211] Different program with same set of files +Info 2871 [15:51:05.211] getCompletionData: Get current token: 0.007481999695301056 +Info 2872 [15:51:05.211] getCompletionData: Is inside comment: 0.0018909992650151253 +Info 2873 [15:51:05.211] getCompletionData: Get previous token: 0.012800000607967377 +Info 2874 [15:51:05.211] getCompletionsAtPosition: isCompletionListBlocker: 0.00837399996817112 +Info 2875 [15:51:05.211] getExportInfoMap: cache hit +Info 2876 [15:51:05.217] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 2877 [15:51:05.217] collectAutoImports: response is complete +Info 2878 [15:51:05.217] collectAutoImports: 6.1732459999620914 +Info 2879 [15:51:05.217] getCompletionData: Semantic work: 6.617773000150919 +Info 2880 [15:51:05.222] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.765289000235498 +Info 2881 [15:51:05.228] Format host information updated +Info 2882 [15:51:05.282] Format host information updated +Info 2883 [15:51:05.282] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2884 [15:51:05.285] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 289 structureChanged: false structureIsReused:: Completely Elapsed: 2.402011999860406ms +Info 2885 [15:51:05.285] Different program with same set of files +Info 2886 [15:51:05.551] Format host information updated +Info 2887 [15:51:05.551] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2888 [15:51:05.553] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 290 structureChanged: false structureIsReused:: Completely Elapsed: 1.5723419999703765ms +Info 2889 [15:51:05.553] Different program with same set of files +Info 2890 [15:51:05.694] Format host information updated +Info 2891 [15:51:05.694] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2892 [15:51:05.695] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 291 structureChanged: false structureIsReused:: Completely Elapsed: 1.548992999829352ms +Info 2893 [15:51:05.695] Different program with same set of files +Info 2894 [15:51:06.281] getCompletionData: Get current token: 0.005669999867677689 +Info 2895 [15:51:06.281] getCompletionData: Is inside comment: 0.0013859998434782028 +Info 2896 [15:51:06.281] getCompletionData: Get previous token: 0.013664999976754189 +Info 2897 [15:51:06.281] getCompletionsAtPosition: isCompletionListBlocker: 0.003221999853849411 +Info 2898 [15:51:06.281] getCompletionData: Semantic work: 0.5155549999326468 +Info 2899 [15:51:06.282] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6774909999221563 +Info 2900 [15:51:06.429] Format host information updated +Info 2901 [15:51:06.429] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2902 [15:51:06.431] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 292 structureChanged: false structureIsReused:: Completely Elapsed: 1.479937999509275ms +Info 2903 [15:51:06.431] Different program with same set of files +Info 2904 [15:51:12.754] getCompletionData: Get current token: 0.006100999191403389 +Info 2905 [15:51:12.754] getCompletionData: Is inside comment: 0.010484999977052212 +Info 2906 [15:51:12.754] getCompletionData: Get previous token: 0.008272000588476658 +Info 2907 [15:51:12.754] getCompletionsAtPosition: isCompletionListBlocker: 0.004116999916732311 +Info 2908 [15:51:12.754] getCompletionData: Semantic work: 0.4433859996497631 +Info 2909 [15:51:12.755] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7245579995214939 +Info 2910 [15:51:12.880] Format host information updated +Info 2911 [15:51:12.880] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2912 [15:51:12.882] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 293 structureChanged: false structureIsReused:: Completely Elapsed: 1.6748569998890162ms +Info 2913 [15:51:12.882] Different program with same set of files +Info 2914 [15:51:13.051] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2915 [15:51:13.055] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 294 structureChanged: false structureIsReused:: Completely Elapsed: 4.052147000096738ms +Info 2916 [15:51:13.055] Different program with same set of files +Info 2917 [15:51:13.055] getCompletionData: Get current token: 0.026367000304162502 +Info 2918 [15:51:13.055] getCompletionData: Is inside comment: 0.04623800050467253 +Info 2919 [15:51:13.056] getCompletionData: Get previous token: 0.06284100003540516 +Info 2920 [15:51:13.056] getCompletionsAtPosition: isCompletionListBlocker: 0.007988999597728252 +Info 2921 [15:51:13.056] getCompletionData: Semantic work: 0.4605620000511408 +Info 2922 [15:51:13.057] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7244619997218251 +Info 2923 [15:51:13.057] Format host information updated +Info 2924 [15:51:13.160] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2925 [15:51:13.161] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 295 structureChanged: false structureIsReused:: Completely Elapsed: 1.624345999211073ms +Info 2926 [15:51:13.161] Different program with same set of files +Info 2927 [15:51:13.162] getCompletionData: Get current token: 0.006176999770104885 +Info 2928 [15:51:13.162] getCompletionData: Is inside comment: 0.010797999799251556 +Info 2929 [15:51:13.162] getCompletionData: Get previous token: 0.01550199929624796 +Info 2930 [15:51:13.162] getCompletionsAtPosition: isCompletionListBlocker: 0.002781999297440052 +Info 2931 [15:51:13.162] getCompletionData: Semantic work: 0.4329289998859167 +Info 2932 [15:51:13.163] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8124489998444915 +Info 2933 [15:51:13.163] Format host information updated +Info 2934 [15:51:13.266] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2935 [15:51:13.268] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 296 structureChanged: false structureIsReused:: Completely Elapsed: 1.6011929996311665ms +Info 2936 [15:51:13.268] Different program with same set of files +Info 2937 [15:51:13.268] getCompletionData: Get current token: 0.0060259997844696045 +Info 2938 [15:51:13.268] getCompletionData: Is inside comment: 0.010331000201404095 +Info 2939 [15:51:13.268] getCompletionData: Get previous token: 0.015523000620305538 +Info 2940 [15:51:13.268] getCompletionsAtPosition: isCompletionListBlocker: 0.00280699972063303 +Info 2941 [15:51:13.268] getCompletionData: Semantic work: 0.4467979995533824 +Info 2942 [15:51:13.269] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8189399996772408 +Info 2943 [15:51:13.270] Format host information updated +Info 2944 [15:51:13.399] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2945 [15:51:13.404] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 297 structureChanged: false structureIsReused:: Completely Elapsed: 5.6598140001297ms +Info 2946 [15:51:13.405] Different program with same set of files +Info 2947 [15:51:13.405] getCompletionData: Get current token: 0.027904000133275986 +Info 2948 [15:51:13.405] getCompletionData: Is inside comment: 0.0504959998652339 +Info 2949 [15:51:13.405] getCompletionData: Get previous token: 0.07037700060755014 +Info 2950 [15:51:13.405] getCompletionsAtPosition: isCompletionListBlocker: 0.009145000018179417 +Info 2951 [15:51:13.407] getCompletionData: Semantic work: 1.8910339996218681 +Info 2952 [15:51:13.411] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6761270007118583 +Info 2953 [15:51:13.414] Format host information updated +Info 2954 [15:51:13.490] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2955 [15:51:13.496] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 298 structureChanged: false structureIsReused:: Completely Elapsed: 5.9861320005729795ms +Info 2956 [15:51:13.496] Different program with same set of files +Info 2957 [15:51:13.497] getCompletionData: Get current token: 0.02758400049060583 +Info 2958 [15:51:13.497] getCompletionData: Is inside comment: 0.09998700022697449 +Info 2959 [15:51:13.497] getCompletionData: Get previous token: 0.1166770001873374 +Info 2960 [15:51:13.497] getCompletionsAtPosition: isCompletionListBlocker: 0.009087999351322651 +Info 2961 [15:51:13.499] getCompletionData: Semantic work: 1.7528659999370575 +Info 2962 [15:51:13.503] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5113039994612336 +Info 2963 [15:51:13.505] Format host information updated +Info 2964 [15:51:13.578] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2965 [15:51:13.583] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 299 structureChanged: false structureIsReused:: Completely Elapsed: 5.500753000378609ms +Info 2966 [15:51:13.583] Different program with same set of files +Info 2967 [15:51:13.584] getCompletionData: Get current token: 0.027183999307453632 +Info 2968 [15:51:13.584] getCompletionData: Is inside comment: 0.07284899987280369 +Info 2969 [15:51:13.584] getCompletionData: Get previous token: 0.08613399975001812 +Info 2970 [15:51:13.584] getCompletionsAtPosition: isCompletionListBlocker: 0.008950000628829002 +Info 2971 [15:51:13.586] getCompletionData: Semantic work: 1.6004780000075698 +Info 2972 [15:51:13.589] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4851659992709756 +Info 2973 [15:51:13.592] Format host information updated +Info 2974 [15:51:13.689] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2975 [15:51:13.695] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 300 structureChanged: false structureIsReused:: Completely Elapsed: 5.639186000451446ms +Info 2976 [15:51:13.695] Different program with same set of files +Info 2977 [15:51:13.696] getCompletionData: Get current token: 0.027715999633073807 +Info 2978 [15:51:13.696] getCompletionData: Is inside comment: 0.07751299999654293 +Info 2979 [15:51:13.696] getCompletionData: Get previous token: 0.03998300060629845 +Info 2980 [15:51:13.696] getCompletionsAtPosition: isCompletionListBlocker: 0.012496000155806541 +Info 2981 [15:51:13.698] getCompletionData: Semantic work: 1.726104000583291 +Info 2982 [15:51:13.701] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3532909993082285 +Info 2983 [15:51:13.703] Format host information updated +Info 2984 [15:51:14.158] Format host information updated +Info 2985 [15:51:14.158] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2986 [15:51:14.160] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 301 structureChanged: false structureIsReused:: Completely Elapsed: 1.4848090000450611ms +Info 2987 [15:51:14.160] Different program with same set of files +Info 2988 [15:51:14.283] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2989 [15:51:14.284] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 302 structureChanged: false structureIsReused:: Completely Elapsed: 1.4666470000520349ms +Info 2990 [15:51:14.284] Different program with same set of files +Info 2991 [15:51:14.284] getCompletionData: Get current token: 0.00594400055706501 +Info 2992 [15:51:14.284] getCompletionData: Is inside comment: 0.01042100042104721 +Info 2993 [15:51:14.284] getCompletionData: Get previous token: 0.014849000610411167 +Info 2994 [15:51:14.284] getCompletionsAtPosition: isCompletionListBlocker: 0.004191000014543533 +Info 2995 [15:51:14.285] getCompletionData: Semantic work: 0.45874099992215633 +Info 2996 [15:51:14.286] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8248730003833771 +Info 2997 [15:51:14.286] Format host information updated +Info 2998 [15:51:14.399] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 2999 [15:51:14.401] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 303 structureChanged: false structureIsReused:: Completely Elapsed: 1.5753349997103214ms +Info 3000 [15:51:14.401] Different program with same set of files +Info 3001 [15:51:14.401] getCompletionData: Get current token: 0.006319000385701656 +Info 3002 [15:51:14.401] getCompletionData: Is inside comment: 0.010703000240027905 +Info 3003 [15:51:14.401] getCompletionData: Get previous token: 0.015581999905407429 +Info 3004 [15:51:14.401] getCompletionsAtPosition: isCompletionListBlocker: 0.004587999545037746 +Info 3005 [15:51:14.401] getCompletionData: Semantic work: 0.43424700014293194 +Info 3006 [15:51:14.402] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8330470006912947 +Info 3007 [15:51:14.405] Format host information updated +Info 3008 [15:51:14.557] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3009 [15:51:14.558] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 304 structureChanged: false structureIsReused:: Completely Elapsed: 1.4015819998458028ms +Info 3010 [15:51:14.558] Different program with same set of files +Info 3011 [15:51:14.558] getCompletionData: Get current token: 0.005754999816417694 +Info 3012 [15:51:14.558] getCompletionData: Is inside comment: 0.009379000402987003 +Info 3013 [15:51:14.558] getCompletionData: Get previous token: 0.013724999502301216 +Info 3014 [15:51:14.558] getCompletionsAtPosition: isCompletionListBlocker: 0.004235999658703804 +Info 3015 [15:51:14.559] getCompletionData: Semantic work: 0.40789199993014336 +Info 3016 [15:51:14.560] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8066140003502369 +Info 3017 [15:51:14.560] Format host information updated +Info 3018 [15:51:14.634] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3019 [15:51:14.635] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 305 structureChanged: false structureIsReused:: Completely Elapsed: 1.664766000583768ms +Info 3020 [15:51:14.635] Different program with same set of files +Info 3021 [15:51:14.636] getCompletionData: Get current token: 0.005718999542295933 +Info 3022 [15:51:14.636] getCompletionData: Is inside comment: 0.03263100050389767 +Info 3023 [15:51:14.636] getCompletionData: Get previous token: 0.01723800040781498 +Info 3024 [15:51:14.636] getCompletionsAtPosition: isCompletionListBlocker: 0.0037439996376633644 +Info 3025 [15:51:14.636] getCompletionData: Semantic work: 0.3951289998367429 +Info 3026 [15:51:14.637] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7106349999085069 +Info 3027 [15:51:14.637] Format host information updated +Info 3028 [15:51:14.708] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3029 [15:51:14.713] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 306 structureChanged: false structureIsReused:: Completely Elapsed: 5.460064000450075ms +Info 3030 [15:51:14.713] Different program with same set of files +Info 3031 [15:51:14.714] getCompletionData: Get current token: 0.026080000214278698 +Info 3032 [15:51:14.714] getCompletionData: Is inside comment: 0.04450399987399578 +Info 3033 [15:51:14.714] getCompletionData: Get previous token: 0.06712699960917234 +Info 3034 [15:51:14.714] getCompletionsAtPosition: isCompletionListBlocker: 0.012534999288618565 +Info 3035 [15:51:14.716] getCompletionData: Semantic work: 1.5985329998657107 +Info 3036 [15:51:14.719] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.426276999525726 +Info 3037 [15:51:14.721] Format host information updated +Info 3038 [15:51:14.961] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3039 [15:51:14.963] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 307 structureChanged: false structureIsReused:: Completely Elapsed: 1.539644000120461ms +Info 3040 [15:51:14.963] Different program with same set of files +Info 3041 [15:51:14.963] getCompletionData: Get current token: 0.009455000050365925 +Info 3042 [15:51:14.963] getCompletionData: Is inside comment: 0.015319999307394028 +Info 3043 [15:51:14.963] getCompletionData: Get previous token: 0.013950999826192856 +Info 3044 [15:51:14.963] getCompletionsAtPosition: isCompletionListBlocker: 0.004974999465048313 +Info 3045 [15:51:14.964] getCompletionData: Semantic work: 0.419577999971807 +Info 3046 [15:51:14.964] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7556739998981357 +Info 3047 [15:51:14.965] Format host information updated +Info 3048 [15:51:15.152] Format host information updated +Info 3049 [15:51:15.152] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3050 [15:51:15.154] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 308 structureChanged: false structureIsReused:: Completely Elapsed: 1.5495710000395775ms +Info 3051 [15:51:15.154] Different program with same set of files +Info 3052 [15:51:15.673] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3053 [15:51:15.674] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 309 structureChanged: false structureIsReused:: Completely Elapsed: 1.472970999777317ms +Info 3054 [15:51:15.674] Different program with same set of files +Info 3055 [15:51:15.675] getCompletionData: Get current token: 0.005490999668836594 +Info 3056 [15:51:15.675] getCompletionData: Is inside comment: 0.00954899936914444 +Info 3057 [15:51:15.675] getCompletionData: Get previous token: 0.013950999826192856 +Info 3058 [15:51:15.675] getCompletionsAtPosition: isCompletionListBlocker: 0.0045110005885362625 +Info 3059 [15:51:15.675] getCompletionData: Semantic work: 0.430184000171721 +Info 3060 [15:51:15.676] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8273670002818108 +Info 3061 [15:51:15.676] Format host information updated +Info 3062 [15:51:15.748] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3063 [15:51:15.750] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 310 structureChanged: false structureIsReused:: Completely Elapsed: 2.2061970001086593ms +Info 3064 [15:51:15.750] Different program with same set of files +Info 3065 [15:51:15.750] getCompletionData: Get current token: 0.005134000442922115 +Info 3066 [15:51:15.750] getCompletionData: Is inside comment: 0.009134999476373196 +Info 3067 [15:51:15.750] getCompletionData: Get previous token: 0.013818999752402306 +Info 3068 [15:51:15.750] getCompletionsAtPosition: isCompletionListBlocker: 0.00443200021982193 +Info 3069 [15:51:15.751] getCompletionData: Semantic work: 0.5837439997121692 +Info 3070 [15:51:15.752] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8524550003930926 +Info 3071 [15:51:15.752] Format host information updated +Info 3072 [15:51:16.643] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3073 [15:51:16.645] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 311 structureChanged: false structureIsReused:: Completely Elapsed: 1.6119369994848967ms +Info 3074 [15:51:16.645] Different program with same set of files +Info 3075 [15:51:16.645] getCompletionData: Get current token: 0.006147000007331371 +Info 3076 [15:51:16.645] getCompletionData: Is inside comment: 0.010668999515473843 +Info 3077 [15:51:16.645] getCompletionData: Get previous token: 0.01582099962979555 +Info 3078 [15:51:16.645] getCompletionsAtPosition: isCompletionListBlocker: 0.004608999937772751 +Info 3079 [15:51:16.646] getCompletionData: Semantic work: 0.4957090001553297 +Info 3080 [15:51:16.647] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9067510003224015 +Info 3081 [15:51:16.647] Format host information updated +Info 3082 [15:51:16.927] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3083 [15:51:16.929] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 312 structureChanged: false structureIsReused:: Completely Elapsed: 1.9180290000513196ms +Info 3084 [15:51:16.929] Different program with same set of files +Info 3085 [15:51:16.929] getCompletionData: Get current token: 0.005677000619471073 +Info 3086 [15:51:16.929] getCompletionData: Is inside comment: 0.010080000385642052 +Info 3087 [15:51:16.930] getCompletionData: Get previous token: 0.01498000044375658 +Info 3088 [15:51:16.930] getCompletionsAtPosition: isCompletionListBlocker: 0.003937999717891216 +Info 3089 [15:51:16.930] getCompletionData: Semantic work: 0.5336729995906353 +Info 3090 [15:51:16.931] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8432470001280308 +Info 3091 [15:51:16.932] Format host information updated +Info 3092 [15:51:17.007] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3093 [15:51:17.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 313 structureChanged: false structureIsReused:: Completely Elapsed: 1.8698009997606277ms +Info 3094 [15:51:17.009] Different program with same set of files +Info 3095 [15:51:17.010] getCompletionData: Get current token: 0.005510000512003899 +Info 3096 [15:51:17.010] getCompletionData: Is inside comment: 0.00892299972474575 +Info 3097 [15:51:17.010] getCompletionData: Get previous token: 0.01363999955356121 +Info 3098 [15:51:17.010] getCompletionsAtPosition: isCompletionListBlocker: 0.003421999514102936 +Info 3099 [15:51:17.010] getCompletionData: Semantic work: 0.41856000013649464 +Info 3100 [15:51:17.011] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0653460007160902 +Info 3101 [15:51:17.012] Format host information updated +Info 3102 [15:51:17.087] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3103 [15:51:17.093] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 314 structureChanged: false structureIsReused:: Completely Elapsed: 5.934988000430167ms +Info 3104 [15:51:17.093] Different program with same set of files +Info 3105 [15:51:17.094] getCompletionData: Get current token: 0.026220999658107758 +Info 3106 [15:51:17.094] getCompletionData: Is inside comment: 0.04651300050318241 +Info 3107 [15:51:17.094] getCompletionData: Get previous token: 0.07196599990129471 +Info 3108 [15:51:17.094] getCompletionsAtPosition: isCompletionListBlocker: 0.012474999763071537 +Info 3109 [15:51:17.096] getCompletionData: Semantic work: 2.1176199996843934 +Info 3110 [15:51:17.100] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5390539998188615 +Info 3111 [15:51:17.102] Format host information updated +Info 3112 [15:51:17.155] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3113 [15:51:17.157] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 315 structureChanged: false structureIsReused:: Completely Elapsed: 2.206853000447154ms +Info 3114 [15:51:17.157] Different program with same set of files +Info 3115 [15:51:17.157] getCompletionData: Get current token: 0.012800999917089939 +Info 3116 [15:51:17.157] getCompletionData: Is inside comment: 0.016586000099778175 +Info 3117 [15:51:17.157] getCompletionData: Get previous token: 0.02500199992209673 +Info 3118 [15:51:17.157] getCompletionsAtPosition: isCompletionListBlocker: 0.005769999697804451 +Info 3119 [15:51:17.158] getCompletionData: Semantic work: 0.7124759992584586 +Info 3120 [15:51:17.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2339030001312494 +Info 3121 [15:51:17.160] Format host information updated +Info 3122 [15:51:17.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3123 [15:51:17.280] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 316 structureChanged: false structureIsReused:: Completely Elapsed: 5.759068000130355ms +Info 3124 [15:51:17.281] Different program with same set of files +Info 3125 [15:51:17.281] getCompletionData: Get current token: 0.027301999740302563 +Info 3126 [15:51:17.281] getCompletionData: Is inside comment: 0.047834000550210476 +Info 3127 [15:51:17.281] getCompletionData: Get previous token: 0.07181800063699484 +Info 3128 [15:51:17.281] getCompletionsAtPosition: isCompletionListBlocker: 0.013719999231398106 +Info 3129 [15:51:17.283] getCompletionData: Semantic work: 1.8715329999104142 +Info 3130 [15:51:17.287] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4527360005304217 +Info 3131 [15:51:17.289] Format host information updated +Info 3132 [15:51:17.664] Format host information updated +Info 3133 [15:51:17.664] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3134 [15:51:17.667] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 317 structureChanged: false structureIsReused:: Completely Elapsed: 2.8824629997834563ms +Info 3135 [15:51:17.667] Different program with same set of files +Info 3136 [15:51:18.426] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3137 [15:51:18.427] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 318 structureChanged: false structureIsReused:: Completely Elapsed: 1.5197280002757907ms +Info 3138 [15:51:18.427] Different program with same set of files +Info 3139 [15:51:18.428] getCompletionData: Get current token: 0.00594400055706501 +Info 3140 [15:51:18.428] getCompletionData: Is inside comment: 0.029248000122606754 +Info 3141 [15:51:18.428] getCompletionData: Get previous token: 0.016745000146329403 +Info 3142 [15:51:18.428] getCompletionsAtPosition: isCompletionListBlocker: 0.002971000038087368 +Info 3143 [15:51:18.428] getExportInfoMap: cache hit +Info 3144 [15:51:18.432] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 5 from cache +Info 3145 [15:51:18.432] collectAutoImports: response is complete +Info 3146 [15:51:18.432] collectAutoImports: 3.9528829995542765 +Info 3147 [15:51:18.432] getCompletionData: Semantic work: 4.477771000005305 +Info 3148 [15:51:18.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1685890005901456 +Info 3149 [15:51:18.434] Format host information updated +Info 3150 [15:51:18.504] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3151 [15:51:18.505] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 319 structureChanged: false structureIsReused:: Completely Elapsed: 1.5942200003191829ms +Info 3152 [15:51:18.505] Different program with same set of files +Info 3153 [15:51:18.506] getCompletionData: Get current token: 0.00598599947988987 +Info 3154 [15:51:18.506] getCompletionData: Is inside comment: 0.04272900056093931 +Info 3155 [15:51:18.506] getCompletionData: Get previous token: 0.03525200020521879 +Info 3156 [15:51:18.506] getCompletionsAtPosition: isCompletionListBlocker: 0.00315800029784441 +Info 3157 [15:51:18.506] getExportInfoMap: cache hit +Info 3158 [15:51:18.508] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 2 from cache +Info 3159 [15:51:18.508] collectAutoImports: response is complete +Info 3160 [15:51:18.508] collectAutoImports: 1.4012899994850159 +Info 3161 [15:51:18.508] getCompletionData: Semantic work: 1.9352230001240969 +Info 3162 [15:51:18.509] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8620469998568296 +Info 3163 [15:51:18.509] Format host information updated +Info 3164 [15:51:18.700] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3165 [15:51:18.702] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 320 structureChanged: false structureIsReused:: Completely Elapsed: 1.5266699995845556ms +Info 3166 [15:51:18.702] Different program with same set of files +Info 3167 [15:51:18.702] getCompletionData: Get current token: 0.007508000358939171 +Info 3168 [15:51:18.702] getCompletionData: Is inside comment: 0.01025800034403801 +Info 3169 [15:51:18.702] getCompletionData: Get previous token: 0.015367000363767147 +Info 3170 [15:51:18.702] getCompletionsAtPosition: isCompletionListBlocker: 0.002901999279856682 +Info 3171 [15:51:18.702] getExportInfoMap: cache hit +Info 3172 [15:51:18.704] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 5 from cache +Info 3173 [15:51:18.704] collectAutoImports: response is complete +Info 3174 [15:51:18.704] collectAutoImports: 1.7291440004482865 +Info 3175 [15:51:18.704] getCompletionData: Semantic work: 2.178152999840677 +Info 3176 [15:51:18.705] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0370220001786947 +Info 3177 [15:51:18.706] Format host information updated +Info 3178 [15:51:18.863] Format host information updated +Info 3179 [15:51:18.863] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3180 [15:51:18.865] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 321 structureChanged: false structureIsReused:: Completely Elapsed: 2.3374850004911423ms +Info 3181 [15:51:18.865] Different program with same set of files +Info 3182 [15:51:18.930] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3183 [15:51:18.932] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 322 structureChanged: false structureIsReused:: Completely Elapsed: 1.6753459991887212ms +Info 3184 [15:51:18.932] Different program with same set of files +Info 3185 [15:51:18.932] getCompletionData: Get current token: 0.006623000837862492 +Info 3186 [15:51:18.932] getCompletionData: Is inside comment: 0.010833000764250755 +Info 3187 [15:51:18.932] getCompletionData: Get previous token: 0.01690400019288063 +Info 3188 [15:51:18.932] getCompletionsAtPosition: isCompletionListBlocker: 0.0030500004068017006 +Info 3189 [15:51:18.933] getExportInfoMap: cache hit +Info 3190 [15:51:18.934] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 6 from cache +Info 3191 [15:51:18.934] collectAutoImports: response is complete +Info 3192 [15:51:18.934] collectAutoImports: 1.3255230002105236 +Info 3193 [15:51:18.934] getCompletionData: Semantic work: 1.8412549998611212 +Info 3194 [15:51:18.935] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.977721999399364 +Info 3195 [15:51:18.938] Format host information updated +Info 3196 [15:51:19.133] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3197 [15:51:19.135] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 323 structureChanged: false structureIsReused:: Completely Elapsed: 1.4567080000415444ms +Info 3198 [15:51:19.135] Different program with same set of files +Info 3199 [15:51:19.135] getCompletionData: Get current token: 0.0060450006276369095 +Info 3200 [15:51:19.135] getCompletionData: Is inside comment: 0.01044199988245964 +Info 3201 [15:51:19.135] getCompletionData: Get previous token: 0.01540399994701147 +Info 3202 [15:51:19.135] getCompletionsAtPosition: isCompletionListBlocker: 0.0028999997302889824 +Info 3203 [15:51:19.136] getExportInfoMap: cache hit +Info 3204 [15:51:19.137] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3205 [15:51:19.137] collectAutoImports: response is complete +Info 3206 [15:51:19.137] collectAutoImports: 1.1545339999720454 +Info 3207 [15:51:19.137] getCompletionData: Semantic work: 1.608915999531746 +Info 3208 [15:51:19.138] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7844179999083281 +Info 3209 [15:51:19.138] Format host information updated +Info 3210 [15:51:19.241] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3211 [15:51:19.242] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 324 structureChanged: false structureIsReused:: Completely Elapsed: 1.5222020000219345ms +Info 3212 [15:51:19.242] Different program with same set of files +Info 3213 [15:51:19.243] getCompletionData: Get current token: 0.005864999257028103 +Info 3214 [15:51:19.243] getCompletionData: Is inside comment: 0.009693999774754047 +Info 3215 [15:51:19.243] getCompletionData: Get previous token: 0.014964999631047249 +Info 3216 [15:51:19.243] getCompletionsAtPosition: isCompletionListBlocker: 0.0029520001262426376 +Info 3217 [15:51:19.243] getExportInfoMap: cache hit +Info 3218 [15:51:19.244] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3219 [15:51:19.244] collectAutoImports: response is complete +Info 3220 [15:51:19.244] collectAutoImports: 1.103098999708891 +Info 3221 [15:51:19.244] getCompletionData: Semantic work: 1.548818999901414 +Info 3222 [15:51:19.245] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7585450001060963 +Info 3223 [15:51:19.245] Format host information updated +Info 3224 [15:51:19.314] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3225 [15:51:19.315] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 325 structureChanged: false structureIsReused:: Completely Elapsed: 1.522503999993205ms +Info 3226 [15:51:19.315] Different program with same set of files +Info 3227 [15:51:19.316] getCompletionData: Get current token: 0.006244000047445297 +Info 3228 [15:51:19.316] getCompletionData: Is inside comment: 0.010681000538170338 +Info 3229 [15:51:19.316] getCompletionData: Get previous token: 0.016485000029206276 +Info 3230 [15:51:19.316] getCompletionsAtPosition: isCompletionListBlocker: 0.002736000344157219 +Info 3231 [15:51:19.316] getExportInfoMap: cache hit +Info 3232 [15:51:19.317] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3233 [15:51:19.317] collectAutoImports: response is complete +Info 3234 [15:51:19.317] collectAutoImports: 1.1271879998967052 +Info 3235 [15:51:19.317] getCompletionData: Semantic work: 1.603982999920845 +Info 3236 [15:51:19.318] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8083340004086494 +Info 3237 [15:51:19.319] Format host information updated +Info 3238 [15:51:19.461] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3239 [15:51:19.462] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 326 structureChanged: false structureIsReused:: Completely Elapsed: 1.590034999884665ms +Info 3240 [15:51:19.462] Different program with same set of files +Info 3241 [15:51:19.462] getCompletionData: Get current token: 0.006262999959290028 +Info 3242 [15:51:19.462] getCompletionData: Is inside comment: 0.011238999664783478 +Info 3243 [15:51:19.462] getCompletionData: Get previous token: 0.02103699930012226 +Info 3244 [15:51:19.462] getCompletionsAtPosition: isCompletionListBlocker: 0.0037359995767474174 +Info 3245 [15:51:19.463] getExportInfoMap: cache hit +Info 3246 [15:51:19.474] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 3247 [15:51:19.474] collectAutoImports: response is complete +Info 3248 [15:51:19.474] collectAutoImports: 11.582352999597788 +Info 3249 [15:51:19.474] getCompletionData: Semantic work: 12.041327999904752 +Info 3250 [15:51:19.484] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.352382999844849 +Info 3251 [15:51:19.489] Format host information updated +Info 3252 [15:51:19.522] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3253 [15:51:19.524] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 327 structureChanged: false structureIsReused:: Completely Elapsed: 2.168389999307692ms +Info 3254 [15:51:19.524] Different program with same set of files +Info 3255 [15:51:19.525] getCompletionData: Get current token: 0.008860999718308449 +Info 3256 [15:51:19.525] getCompletionData: Is inside comment: 0.01685400027781725 +Info 3257 [15:51:19.525] getCompletionData: Get previous token: 0.012759999372065067 +Info 3258 [15:51:19.525] getCompletionsAtPosition: isCompletionListBlocker: 0.009837999939918518 +Info 3259 [15:51:19.525] getCompletionData: Semantic work: 0.5524629997089505 +Info 3260 [15:51:19.527] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1057439995929599 +Info 3261 [15:51:19.527] Format host information updated +Info 3262 [15:51:19.673] getCompletionData: Get current token: 0.007660999894142151 +Info 3263 [15:51:19.673] getCompletionData: Is inside comment: 0.0015700003132224083 +Info 3264 [15:51:19.673] getCompletionData: Get previous token: 0.013799999840557575 +Info 3265 [15:51:19.673] getCompletionsAtPosition: isCompletionListBlocker: 0.0041790008544921875 +Info 3266 [15:51:19.673] getExportInfoMap: cache hit +Info 3267 [15:51:19.680] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 3268 [15:51:19.681] collectAutoImports: response is complete +Info 3269 [15:51:19.681] collectAutoImports: 7.168140000663698 +Info 3270 [15:51:19.681] getCompletionData: Semantic work: 7.675917999818921 +Info 3271 [15:51:19.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.22743499930948 +Info 3272 [15:51:19.922] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3273 [15:51:19.924] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 328 structureChanged: false structureIsReused:: Completely Elapsed: 1.6832990003749728ms +Info 3274 [15:51:19.924] Different program with same set of files +Info 3275 [15:51:19.924] getCompletionData: Get current token: 0.007224000059068203 +Info 3276 [15:51:19.924] getCompletionData: Is inside comment: 0.001520000398159027 +Info 3277 [15:51:19.924] getCompletionData: Get previous token: 0.021541999652981758 +Info 3278 [15:51:19.924] getCompletionsAtPosition: isCompletionListBlocker: 0.0035260003060102463 +Info 3279 [15:51:19.924] getExportInfoMap: cache hit +Info 3280 [15:51:19.926] collectAutoImports: resolved 0 module specifiers, plus 54 ambient and 8 from cache +Info 3281 [15:51:19.926] collectAutoImports: response is complete +Info 3282 [15:51:19.926] collectAutoImports: 2.075147000141442 +Info 3283 [15:51:19.926] getCompletionData: Semantic work: 2.5571259995922446 +Info 3284 [15:51:19.928] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0038910005241632 +Info 3285 [15:51:19.929] Format host information updated +Info 3286 [15:51:20.073] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3287 [15:51:20.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 329 structureChanged: false structureIsReused:: Completely Elapsed: 1.4859889997169375ms +Info 3288 [15:51:20.074] Different program with same set of files +Info 3289 [15:51:20.074] getCompletionData: Get current token: 0.006835999898612499 +Info 3290 [15:51:20.074] getCompletionData: Is inside comment: 0.0012929998338222504 +Info 3291 [15:51:20.074] getCompletionData: Get previous token: 0.01976099982857704 +Info 3292 [15:51:20.074] getCompletionsAtPosition: isCompletionListBlocker: 0.003060000017285347 +Info 3293 [15:51:20.075] getExportInfoMap: cache hit +Info 3294 [15:51:20.076] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 1 from cache +Info 3295 [15:51:20.076] collectAutoImports: response is complete +Info 3296 [15:51:20.076] collectAutoImports: 1.396794999949634 +Info 3297 [15:51:20.076] getCompletionData: Semantic work: 1.8487870004028082 +Info 3298 [15:51:20.078] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8380559999495745 +Info 3299 [15:51:20.079] Format host information updated +Info 3300 [15:51:20.277] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3301 [15:51:20.279] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 330 structureChanged: false structureIsReused:: Completely Elapsed: 1.55046399962157ms +Info 3302 [15:51:20.279] Different program with same set of files +Info 3303 [15:51:20.279] getCompletionData: Get current token: 0.007532000541687012 +Info 3304 [15:51:20.279] getCompletionData: Is inside comment: 0.0013849996030330658 +Info 3305 [15:51:20.279] getCompletionData: Get previous token: 0.02306600008159876 +Info 3306 [15:51:20.279] getCompletionsAtPosition: isCompletionListBlocker: 0.0034039998427033424 +Info 3307 [15:51:20.280] getExportInfoMap: cache hit +Info 3308 [15:51:20.281] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3309 [15:51:20.281] collectAutoImports: response is complete +Info 3310 [15:51:20.281] collectAutoImports: 1.2133729998022318 +Info 3311 [15:51:20.281] getCompletionData: Semantic work: 1.6673480002209544 +Info 3312 [15:51:20.283] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8936679996550083 +Info 3313 [15:51:20.283] Format host information updated +Info 3314 [15:51:20.361] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3315 [15:51:20.363] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 331 structureChanged: false structureIsReused:: Completely Elapsed: 1.9660339998081326ms +Info 3316 [15:51:20.363] Different program with same set of files +Info 3317 [15:51:20.363] getCompletionData: Get current token: 0.025035999715328217 +Info 3318 [15:51:20.364] getCompletionData: Is inside comment: 0.0011889999732375145 +Info 3319 [15:51:20.364] getCompletionData: Get previous token: 0.03345999959856272 +Info 3320 [15:51:20.364] getCompletionsAtPosition: isCompletionListBlocker: 0.002981000579893589 +Info 3321 [15:51:20.364] getExportInfoMap: cache hit +Info 3322 [15:51:20.365] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3323 [15:51:20.365] collectAutoImports: response is complete +Info 3324 [15:51:20.365] collectAutoImports: 0.9960900004953146 +Info 3325 [15:51:20.365] getCompletionData: Semantic work: 1.4322309996932745 +Info 3326 [15:51:20.367] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7761140000075102 +Info 3327 [15:51:20.368] Format host information updated +Info 3328 [15:51:20.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3329 [15:51:20.506] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 332 structureChanged: false structureIsReused:: Completely Elapsed: 5.819384000264108ms +Info 3330 [15:51:20.506] Different program with same set of files +Info 3331 [15:51:20.507] getCompletionData: Get current token: 0.026906000450253487 +Info 3332 [15:51:20.507] getCompletionData: Is inside comment: 0.0057760002091526985 +Info 3333 [15:51:20.507] getCompletionData: Get previous token: 0.09547899942845106 +Info 3334 [15:51:20.507] getCompletionsAtPosition: isCompletionListBlocker: 0.0097850002348423 +Info 3335 [15:51:20.509] getExportInfoMap: cache hit +Info 3336 [15:51:20.514] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3337 [15:51:20.514] collectAutoImports: response is complete +Info 3338 [15:51:20.514] collectAutoImports: 4.8459320003166795 +Info 3339 [15:51:20.514] getCompletionData: Semantic work: 6.579130000434816 +Info 3340 [15:51:20.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.269903000444174 +Info 3341 [15:51:20.523] Format host information updated +Info 3342 [15:51:20.813] getCompletionData: Get current token: 0.013174000196158886 +Info 3343 [15:51:20.813] getCompletionData: Is inside comment: 0.026717999950051308 +Info 3344 [15:51:20.813] getCompletionData: Get previous token: 0.02127499971538782 +Info 3345 [15:51:20.813] getCompletionsAtPosition: isCompletionListBlocker: 0.014786999672651291 +Info 3346 [15:51:20.814] getCompletionData: Semantic work: 0.8872459996491671 +Info 3347 [15:51:20.816] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.987385000102222 +Info 3348 [15:51:20.927] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3349 [15:51:20.928] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 333 structureChanged: false structureIsReused:: Completely Elapsed: 1.6086590001359582ms +Info 3350 [15:51:20.928] Different program with same set of files +Info 3351 [15:51:20.928] getCompletionData: Get current token: 0.00518800038844347 +Info 3352 [15:51:20.928] getCompletionData: Is inside comment: 0.010764000006020069 +Info 3353 [15:51:20.929] getCompletionData: Get previous token: 0.008336999453604221 +Info 3354 [15:51:20.929] getCompletionsAtPosition: isCompletionListBlocker: 0.0042129997164011 +Info 3355 [15:51:20.929] getCompletionData: Semantic work: 0.40792000014334917 +Info 3356 [15:51:20.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7965700002387166 +Info 3357 [15:51:20.930] Format host information updated +Info 3358 [15:51:21.110] Format host information updated +Info 3359 [15:51:21.110] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3360 [15:51:21.112] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 334 structureChanged: false structureIsReused:: Completely Elapsed: 1.5629130005836487ms +Info 3361 [15:51:21.112] Different program with same set of files +Info 3362 [15:51:22.084] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3363 [15:51:22.086] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 335 structureChanged: false structureIsReused:: Completely Elapsed: 1.6601370004937053ms +Info 3364 [15:51:22.086] Different program with same set of files +Info 3365 [15:51:22.086] getCompletionData: Get current token: 0.005137999542057514 +Info 3366 [15:51:22.086] getCompletionData: Is inside comment: 0.010592000558972359 +Info 3367 [15:51:22.086] getCompletionData: Get previous token: 0.015302999876439571 +Info 3368 [15:51:22.086] getCompletionsAtPosition: isCompletionListBlocker: 0.0044130003079771996 +Info 3369 [15:51:22.086] getCompletionData: Semantic work: 0.46228899993002415 +Info 3370 [15:51:22.087] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7872169995680451 +Info 3371 [15:51:22.088] Format host information updated +Info 3372 [15:51:22.155] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3373 [15:51:22.157] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 336 structureChanged: false structureIsReused:: Completely Elapsed: 1.6842459999024868ms +Info 3374 [15:51:22.157] Different program with same set of files +Info 3375 [15:51:22.157] getCompletionData: Get current token: 0.00508899986743927 +Info 3376 [15:51:22.157] getCompletionData: Is inside comment: 0.01040599960833788 +Info 3377 [15:51:22.157] getCompletionData: Get previous token: 0.01539199985563755 +Info 3378 [15:51:22.157] getCompletionsAtPosition: isCompletionListBlocker: 0.004476000554859638 +Info 3379 [15:51:22.158] getCompletionData: Semantic work: 0.44228299986571074 +Info 3380 [15:51:22.159] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8030080003663898 +Info 3381 [15:51:22.159] Format host information updated +Info 3382 [15:51:22.223] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3383 [15:51:22.225] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 337 structureChanged: false structureIsReused:: Completely Elapsed: 1.5549029996618629ms +Info 3384 [15:51:22.225] Different program with same set of files +Info 3385 [15:51:22.225] getCompletionData: Get current token: 0.005288000218570232 +Info 3386 [15:51:22.225] getCompletionData: Is inside comment: 0.010703999549150467 +Info 3387 [15:51:22.225] getCompletionData: Get previous token: 0.015484999865293503 +Info 3388 [15:51:22.225] getCompletionsAtPosition: isCompletionListBlocker: 0.004467000253498554 +Info 3389 [15:51:22.226] getCompletionData: Semantic work: 0.44236399978399277 +Info 3390 [15:51:22.226] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8231330001726747 +Info 3391 [15:51:22.228] Format host information updated +Info 3392 [15:51:22.430] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3393 [15:51:22.432] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 338 structureChanged: false structureIsReused:: Completely Elapsed: 1.5462829992175102ms +Info 3394 [15:51:22.432] Different program with same set of files +Info 3395 [15:51:22.432] getCompletionData: Get current token: 0.0048430003225803375 +Info 3396 [15:51:22.432] getCompletionData: Is inside comment: 0.009916000068187714 +Info 3397 [15:51:22.432] getCompletionData: Get previous token: 0.014299999922513962 +Info 3398 [15:51:22.432] getCompletionsAtPosition: isCompletionListBlocker: 0.00418000016361475 +Info 3399 [15:51:22.432] getCompletionData: Semantic work: 0.4127879999577999 +Info 3400 [15:51:22.433] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8256480004638433 +Info 3401 [15:51:22.434] Format host information updated +Info 3402 [15:51:22.535] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3403 [15:51:22.537] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 339 structureChanged: false structureIsReused:: Completely Elapsed: 1.5126129994168878ms +Info 3404 [15:51:22.537] Different program with same set of files +Info 3405 [15:51:22.537] getCompletionData: Get current token: 0.004700999706983566 +Info 3406 [15:51:22.537] getCompletionData: Is inside comment: 0.009599000215530396 +Info 3407 [15:51:22.537] getCompletionData: Get previous token: 0.014460000209510326 +Info 3408 [15:51:22.537] getCompletionsAtPosition: isCompletionListBlocker: 0.004385999403893948 +Info 3409 [15:51:22.537] getCompletionData: Semantic work: 0.40804600063711405 +Info 3410 [15:51:22.538] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7295329999178648 +Info 3411 [15:51:22.539] Format host information updated +Info 3412 [15:51:22.619] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3413 [15:51:22.625] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 340 structureChanged: false structureIsReused:: Completely Elapsed: 5.532158000394702ms +Info 3414 [15:51:22.625] Different program with same set of files +Info 3415 [15:51:22.625] getCompletionData: Get current token: 0.02230199985206127 +Info 3416 [15:51:22.625] getCompletionData: Is inside comment: 0.04668300040066242 +Info 3417 [15:51:22.626] getCompletionData: Get previous token: 0.07370799966156483 +Info 3418 [15:51:22.626] getCompletionsAtPosition: isCompletionListBlocker: 0.01235899981111288 +Info 3419 [15:51:22.628] getCompletionData: Semantic work: 1.700853000395 +Info 3420 [15:51:22.631] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.513786000199616 +Info 3421 [15:51:22.633] Format host information updated +Info 3422 [15:51:22.903] Format host information updated +Info 3423 [15:51:22.903] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3424 [15:51:22.905] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 341 structureChanged: false structureIsReused:: Completely Elapsed: 1.927423999644816ms +Info 3425 [15:51:22.905] Different program with same set of files +Info 3426 [15:51:23.497] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3427 [15:51:23.498] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 342 structureChanged: false structureIsReused:: Completely Elapsed: 1.575730999931693ms +Info 3428 [15:51:23.498] Different program with same set of files +Info 3429 [15:51:23.499] getCompletionData: Get current token: 0.00497599970549345 +Info 3430 [15:51:23.499] getCompletionData: Is inside comment: 0.01004599966108799 +Info 3431 [15:51:23.499] getCompletionData: Get previous token: 0.015943000093102455 +Info 3432 [15:51:23.499] getCompletionsAtPosition: isCompletionListBlocker: 0.002814999781548977 +Info 3433 [15:51:23.499] getExportInfoMap: cache hit +Info 3434 [15:51:23.501] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 6 from cache +Info 3435 [15:51:23.501] collectAutoImports: response is complete +Info 3436 [15:51:23.501] collectAutoImports: 1.3659650003537536 +Info 3437 [15:51:23.501] getCompletionData: Semantic work: 1.844816000200808 +Info 3438 [15:51:23.502] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.017663000151515 +Info 3439 [15:51:23.502] Format host information updated +Info 3440 [15:51:23.705] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3441 [15:51:23.707] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 343 structureChanged: false structureIsReused:: Completely Elapsed: 1.609358999878168ms +Info 3442 [15:51:23.707] Different program with same set of files +Info 3443 [15:51:23.707] getCompletionData: Get current token: 0.005113000050187111 +Info 3444 [15:51:23.707] getCompletionData: Is inside comment: 0.011094000190496445 +Info 3445 [15:51:23.707] getCompletionData: Get previous token: 0.01670800056308508 +Info 3446 [15:51:23.707] getCompletionsAtPosition: isCompletionListBlocker: 0.0029920004308223724 +Info 3447 [15:51:23.707] getExportInfoMap: cache hit +Info 3448 [15:51:23.708] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3449 [15:51:23.708] collectAutoImports: response is complete +Info 3450 [15:51:23.708] collectAutoImports: 1.1861679991707206 +Info 3451 [15:51:23.708] getCompletionData: Semantic work: 1.67697099968791 +Info 3452 [15:51:23.709] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8573759999126196 +Info 3453 [15:51:23.712] Format host information updated +Info 3454 [15:51:23.774] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3455 [15:51:23.777] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 344 structureChanged: false structureIsReused:: Completely Elapsed: 3.4287919998168945ms +Info 3456 [15:51:23.777] Different program with same set of files +Info 3457 [15:51:23.777] getCompletionData: Get current token: 0.009926999919116497 +Info 3458 [15:51:23.778] getCompletionData: Is inside comment: 0.016441999934613705 +Info 3459 [15:51:23.778] getCompletionData: Get previous token: 0.027599000371992588 +Info 3460 [15:51:23.778] getCompletionsAtPosition: isCompletionListBlocker: 0.004607000388205051 +Info 3461 [15:51:23.779] getExportInfoMap: cache hit +Info 3462 [15:51:23.780] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3463 [15:51:23.780] collectAutoImports: response is complete +Info 3464 [15:51:23.780] collectAutoImports: 1.6135769998654723 +Info 3465 [15:51:23.780] getCompletionData: Semantic work: 2.841761000454426 +Info 3466 [15:51:23.781] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9854489993304014 +Info 3467 [15:51:23.782] Format host information updated +Info 3468 [15:51:23.894] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3469 [15:51:23.896] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 345 structureChanged: false structureIsReused:: Completely Elapsed: 1.6099349996075034ms +Info 3470 [15:51:23.896] Different program with same set of files +Info 3471 [15:51:23.896] getCompletionData: Get current token: 0.00662899948656559 +Info 3472 [15:51:23.896] getCompletionData: Is inside comment: 0.011900000274181366 +Info 3473 [15:51:23.896] getCompletionData: Get previous token: 0.017745000310242176 +Info 3474 [15:51:23.896] getCompletionsAtPosition: isCompletionListBlocker: 0.0030039995908737183 +Info 3475 [15:51:23.896] getExportInfoMap: cache hit +Info 3476 [15:51:23.898] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3477 [15:51:23.898] collectAutoImports: response is complete +Info 3478 [15:51:23.898] collectAutoImports: 1.3711550002917647 +Info 3479 [15:51:23.898] getCompletionData: Semantic work: 1.9476970005780458 +Info 3480 [15:51:23.899] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9200969999656081 +Info 3481 [15:51:23.899] Format host information updated +Info 3482 [15:51:24.131] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3483 [15:51:24.133] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 346 structureChanged: false structureIsReused:: Completely Elapsed: 1.627946000546217ms +Info 3484 [15:51:24.133] Different program with same set of files +Info 3485 [15:51:24.133] getCompletionData: Get current token: 0.005861000157892704 +Info 3486 [15:51:24.133] getCompletionData: Is inside comment: 0.011455000378191471 +Info 3487 [15:51:24.133] getCompletionData: Get previous token: 0.009157000109553337 +Info 3488 [15:51:24.133] getCompletionsAtPosition: isCompletionListBlocker: 0.003215000033378601 +Info 3489 [15:51:24.133] getExportInfoMap: cache hit +Info 3490 [15:51:24.142] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 3491 [15:51:24.142] collectAutoImports: response is complete +Info 3492 [15:51:24.142] collectAutoImports: 9.134980000555515 +Info 3493 [15:51:24.142] getCompletionData: Semantic work: 9.636637000367045 +Info 3494 [15:51:24.153] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 8.748770999722183 +Info 3495 [15:51:24.159] Format host information updated +Info 3496 [15:51:24.190] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3497 [15:51:24.192] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 347 structureChanged: false structureIsReused:: Completely Elapsed: 2.0944860000163317ms +Info 3498 [15:51:24.192] Different program with same set of files +Info 3499 [15:51:24.192] getCompletionData: Get current token: 0.010929999873042107 +Info 3500 [15:51:24.192] getCompletionData: Is inside comment: 0.01994400005787611 +Info 3501 [15:51:24.192] getCompletionData: Get previous token: 0.015850000083446503 +Info 3502 [15:51:24.193] getCompletionsAtPosition: isCompletionListBlocker: 0.01090299990028143 +Info 3503 [15:51:24.193] getCompletionData: Semantic work: 0.7485549999400973 +Info 3504 [15:51:24.195] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2335590003058314 +Info 3505 [15:51:24.195] Format host information updated +Info 3506 [15:51:24.284] getCompletionData: Get current token: 0.008085000328719616 +Info 3507 [15:51:24.284] getCompletionData: Is inside comment: 0.0017370004206895828 +Info 3508 [15:51:24.284] getCompletionData: Get previous token: 0.0147280003875494 +Info 3509 [15:51:24.284] getCompletionsAtPosition: isCompletionListBlocker: 0.003948000259697437 +Info 3510 [15:51:24.284] getExportInfoMap: cache hit +Info 3511 [15:51:24.298] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 3512 [15:51:24.298] collectAutoImports: response is complete +Info 3513 [15:51:24.298] collectAutoImports: 13.593151999637485 +Info 3514 [15:51:24.298] getCompletionData: Semantic work: 14.151899999938905 +Info 3515 [15:51:24.305] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 7.166743000037968 +Info 3516 [15:51:24.409] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3517 [15:51:24.410] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 348 structureChanged: false structureIsReused:: Completely Elapsed: 1.695817000232637ms +Info 3518 [15:51:24.410] Different program with same set of files +Info 3519 [15:51:24.411] getCompletionData: Get current token: 0.007148999720811844 +Info 3520 [15:51:24.411] getCompletionData: Is inside comment: 0.0014629997313022614 +Info 3521 [15:51:24.411] getCompletionData: Get previous token: 0.022286999970674515 +Info 3522 [15:51:24.411] getCompletionsAtPosition: isCompletionListBlocker: 0.003508000634610653 +Info 3523 [15:51:24.411] getExportInfoMap: cache hit +Info 3524 [15:51:24.413] collectAutoImports: resolved 0 module specifiers, plus 74 ambient and 11 from cache +Info 3525 [15:51:24.413] collectAutoImports: response is complete +Info 3526 [15:51:24.413] collectAutoImports: 1.9748929999768734 +Info 3527 [15:51:24.413] getCompletionData: Semantic work: 2.5665270006284118 +Info 3528 [15:51:24.418] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.6729960003867745 +Info 3529 [15:51:24.420] Format host information updated +Info 3530 [15:51:24.574] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3531 [15:51:24.575] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 349 structureChanged: false structureIsReused:: Completely Elapsed: 1.5908650001510978ms +Info 3532 [15:51:24.575] Different program with same set of files +Info 3533 [15:51:24.575] getCompletionData: Get current token: 0.007647000253200531 +Info 3534 [15:51:24.575] getCompletionData: Is inside comment: 0.0013220002874732018 +Info 3535 [15:51:24.576] getCompletionData: Get previous token: 0.04501799959689379 +Info 3536 [15:51:24.576] getCompletionsAtPosition: isCompletionListBlocker: 0.004289999604225159 +Info 3537 [15:51:24.576] getExportInfoMap: cache hit +Info 3538 [15:51:24.577] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 0 from cache +Info 3539 [15:51:24.577] collectAutoImports: response is complete +Info 3540 [15:51:24.577] collectAutoImports: 1.227161000482738 +Info 3541 [15:51:24.577] getCompletionData: Semantic work: 1.7743819998577237 +Info 3542 [15:51:24.579] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8824610002338886 +Info 3543 [15:51:24.580] Format host information updated +Info 3544 [15:51:24.787] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3545 [15:51:24.789] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 350 structureChanged: false structureIsReused:: Completely Elapsed: 2.2853610003367066ms +Info 3546 [15:51:24.789] Different program with same set of files +Info 3547 [15:51:24.790] getCompletionData: Get current token: 0.012551999650895596 +Info 3548 [15:51:24.790] getCompletionData: Is inside comment: 0.018187999725341797 +Info 3549 [15:51:24.790] getCompletionData: Get previous token: 0.04595400020480156 +Info 3550 [15:51:24.790] getCompletionsAtPosition: isCompletionListBlocker: 0.004209999926388264 +Info 3551 [15:51:24.790] getExportInfoMap: cache hit +Info 3552 [15:51:24.791] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3553 [15:51:24.791] collectAutoImports: response is complete +Info 3554 [15:51:24.791] collectAutoImports: 1.0656789997592568 +Info 3555 [15:51:24.791] getCompletionData: Semantic work: 1.6362629998475313 +Info 3556 [15:51:24.793] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8154030004516244 +Info 3557 [15:51:24.794] Format host information updated +Info 3558 [15:51:24.847] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3559 [15:51:24.849] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 351 structureChanged: false structureIsReused:: Completely Elapsed: 1.6877290001139045ms +Info 3560 [15:51:24.849] Different program with same set of files +Info 3561 [15:51:24.849] getCompletionData: Get current token: 0.007753999903798103 +Info 3562 [15:51:24.849] getCompletionData: Is inside comment: 0.0014569992199540138 +Info 3563 [15:51:24.849] getCompletionData: Get previous token: 0.01810400001704693 +Info 3564 [15:51:24.849] getCompletionsAtPosition: isCompletionListBlocker: 0.004004000686109066 +Info 3565 [15:51:24.849] getExportInfoMap: cache hit +Info 3566 [15:51:24.850] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3567 [15:51:24.850] collectAutoImports: response is complete +Info 3568 [15:51:24.850] collectAutoImports: 1.117204999551177 +Info 3569 [15:51:24.850] getCompletionData: Semantic work: 1.6685829991474748 +Info 3570 [15:51:24.852] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.854156999848783 +Info 3571 [15:51:24.853] Format host information updated +Info 3572 [15:51:24.939] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3573 [15:51:24.945] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 352 structureChanged: false structureIsReused:: Completely Elapsed: 5.5798530001193285ms +Info 3574 [15:51:24.945] Different program with same set of files +Info 3575 [15:51:24.946] getCompletionData: Get current token: 0.03317499998956919 +Info 3576 [15:51:24.946] getCompletionData: Is inside comment: 0.0056859999895095825 +Info 3577 [15:51:24.946] getCompletionData: Get previous token: 0.10112500004470348 +Info 3578 [15:51:24.946] getCompletionsAtPosition: isCompletionListBlocker: 0.010528000071644783 +Info 3579 [15:51:24.948] getExportInfoMap: cache hit +Info 3580 [15:51:24.953] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3581 [15:51:24.953] collectAutoImports: response is complete +Info 3582 [15:51:24.953] collectAutoImports: 4.860560999251902 +Info 3583 [15:51:24.953] getCompletionData: Semantic work: 6.922841999679804 +Info 3584 [15:51:24.961] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.5542569998651743 +Info 3585 [15:51:24.963] Format host information updated +Info 3586 [15:51:25.164] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3587 [15:51:25.166] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 353 structureChanged: false structureIsReused:: Completely Elapsed: 2.1426860000938177ms +Info 3588 [15:51:25.166] Different program with same set of files +Info 3589 [15:51:25.166] getCompletionData: Get current token: 0.005269000306725502 +Info 3590 [15:51:25.166] getCompletionData: Is inside comment: 0.007923999801278114 +Info 3591 [15:51:25.166] getCompletionData: Get previous token: 0.005681000649929047 +Info 3592 [15:51:25.166] getCompletionsAtPosition: isCompletionListBlocker: 0.00403400044888258 +Info 3593 [15:51:25.167] getCompletionData: Semantic work: 0.42372300010174513 +Info 3594 [15:51:25.167] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7681160001084208 +Info 3595 [15:51:25.168] Format host information updated +Info 3596 [15:51:25.296] Format host information updated +Info 3597 [15:51:25.296] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3598 [15:51:25.298] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 354 structureChanged: false structureIsReused:: Completely Elapsed: 1.5829769996926188ms +Info 3599 [15:51:25.298] Different program with same set of files +Info 3600 [15:51:26.465] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3601 [15:51:26.467] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 355 structureChanged: false structureIsReused:: Completely Elapsed: 1.5902650002390146ms +Info 3602 [15:51:26.467] Different program with same set of files +Info 3603 [15:51:26.467] getCompletionData: Get current token: 0.006903000175952911 +Info 3604 [15:51:26.467] getCompletionData: Is inside comment: 0.008918000385165215 +Info 3605 [15:51:26.467] getCompletionData: Get previous token: 0.012273999862372875 +Info 3606 [15:51:26.467] getCompletionsAtPosition: isCompletionListBlocker: 0.004615999758243561 +Info 3607 [15:51:26.468] getCompletionData: Semantic work: 0.42357000056654215 +Info 3608 [15:51:26.468] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7761780004948378 +Info 3609 [15:51:26.469] Format host information updated +Info 3610 [15:51:26.541] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3611 [15:51:26.543] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 356 structureChanged: false structureIsReused:: Completely Elapsed: 1.631598999723792ms +Info 3612 [15:51:26.543] Different program with same set of files +Info 3613 [15:51:26.543] getCompletionData: Get current token: 0.005831999704241753 +Info 3614 [15:51:26.543] getCompletionData: Is inside comment: 0.008700000122189522 +Info 3615 [15:51:26.543] getCompletionData: Get previous token: 0.011744000017642975 +Info 3616 [15:51:26.543] getCompletionsAtPosition: isCompletionListBlocker: 0.004270999692380428 +Info 3617 [15:51:26.543] getCompletionData: Semantic work: 0.4137909999117255 +Info 3618 [15:51:26.544] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7364060003310442 +Info 3619 [15:51:26.545] Format host information updated +Info 3620 [15:51:26.621] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3621 [15:51:26.623] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 357 structureChanged: false structureIsReused:: Completely Elapsed: 1.5447490001097322ms +Info 3622 [15:51:26.623] Different program with same set of files +Info 3623 [15:51:26.623] getCompletionData: Get current token: 0.005739999935030937 +Info 3624 [15:51:26.623] getCompletionData: Is inside comment: 0.008452000096440315 +Info 3625 [15:51:26.623] getCompletionData: Get previous token: 0.011908000335097313 +Info 3626 [15:51:26.623] getCompletionsAtPosition: isCompletionListBlocker: 0.0038070008158683777 +Info 3627 [15:51:26.623] getCompletionData: Semantic work: 0.3936899993568659 +Info 3628 [15:51:26.624] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7201669998466969 +Info 3629 [15:51:26.624] Format host information updated +Info 3630 [15:51:26.717] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3631 [15:51:26.719] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 358 structureChanged: false structureIsReused:: Completely Elapsed: 1.4999379999935627ms +Info 3632 [15:51:26.719] Different program with same set of files +Info 3633 [15:51:26.719] getCompletionData: Get current token: 0.006136000156402588 +Info 3634 [15:51:26.719] getCompletionData: Is inside comment: 0.00890399981290102 +Info 3635 [15:51:26.719] getCompletionData: Get previous token: 0.01209300011396408 +Info 3636 [15:51:26.719] getCompletionsAtPosition: isCompletionListBlocker: 0.004184000194072723 +Info 3637 [15:51:26.720] getCompletionData: Semantic work: 0.41794800013303757 +Info 3638 [15:51:26.720] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8364310003817081 +Info 3639 [15:51:26.721] Format host information updated +Info 3640 [15:51:26.817] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3641 [15:51:26.819] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 359 structureChanged: false structureIsReused:: Completely Elapsed: 1.5205089999362826ms +Info 3642 [15:51:26.819] Different program with same set of files +Info 3643 [15:51:26.819] getCompletionData: Get current token: 0.006052999757230282 +Info 3644 [15:51:26.819] getCompletionData: Is inside comment: 0.06038700044155121 +Info 3645 [15:51:26.819] getCompletionData: Get previous token: 0.02990000043064356 +Info 3646 [15:51:26.819] getCompletionsAtPosition: isCompletionListBlocker: 0.004017000086605549 +Info 3647 [15:51:26.820] getCompletionData: Semantic work: 0.41048899944871664 +Info 3648 [15:51:26.820] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8361780000850558 +Info 3649 [15:51:26.821] Format host information updated +Info 3650 [15:51:26.907] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3651 [15:51:26.913] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 360 structureChanged: false structureIsReused:: Completely Elapsed: 5.832890000194311ms +Info 3652 [15:51:26.913] Different program with same set of files +Info 3653 [15:51:26.913] getCompletionData: Get current token: 0.02853000070899725 +Info 3654 [15:51:26.913] getCompletionData: Is inside comment: 0.040322999469935894 +Info 3655 [15:51:26.913] getCompletionData: Get previous token: 0.054906999692320824 +Info 3656 [15:51:26.914] getCompletionsAtPosition: isCompletionListBlocker: 0.012608000077307224 +Info 3657 [15:51:26.915] getCompletionData: Semantic work: 1.5811620000749826 +Info 3658 [15:51:26.919] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.38115599937737 +Info 3659 [15:51:26.927] Format host information updated +Info 3660 [15:51:27.391] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3661 [15:51:27.393] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 361 structureChanged: false structureIsReused:: Completely Elapsed: 1.6869390001520514ms +Info 3662 [15:51:27.393] Different program with same set of files +Info 3663 [15:51:27.393] getCompletionData: Get current token: 0.006633000448346138 +Info 3664 [15:51:27.393] getCompletionData: Is inside comment: 0.009920000098645687 +Info 3665 [15:51:27.393] getCompletionData: Get previous token: 0.007379000075161457 +Info 3666 [15:51:27.393] getCompletionsAtPosition: isCompletionListBlocker: 0.0026420000940561295 +Info 3667 [15:51:27.394] getExportInfoMap: cache hit +Info 3668 [15:51:27.402] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 3669 [15:51:27.402] collectAutoImports: response is complete +Info 3670 [15:51:27.402] collectAutoImports: 8.174096000380814 +Info 3671 [15:51:27.402] getCompletionData: Semantic work: 8.629301999695599 +Info 3672 [15:51:27.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.188879000023007 +Info 3673 [15:51:27.412] Format host information updated +Info 3674 [15:51:27.608] Format host information updated +Info 3675 [15:51:27.608] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3676 [15:51:27.609] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 362 structureChanged: false structureIsReused:: Completely Elapsed: 1.5784440003335476ms +Info 3677 [15:51:27.609] Different program with same set of files +Info 3678 [15:51:27.745] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3679 [15:51:27.747] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 363 structureChanged: false structureIsReused:: Completely Elapsed: 1.728187999688089ms +Info 3680 [15:51:27.747] Different program with same set of files +Info 3681 [15:51:27.747] getCompletionData: Get current token: 0.006417999975383282 +Info 3682 [15:51:27.747] getCompletionData: Is inside comment: 0.008736999705433846 +Info 3683 [15:51:27.747] getCompletionData: Get previous token: 0.011907999403774738 +Info 3684 [15:51:27.747] getCompletionsAtPosition: isCompletionListBlocker: 0.006210999563336372 +Info 3685 [15:51:27.748] getCompletionData: Semantic work: 0.4967809999361634 +Info 3686 [15:51:27.749] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8371080001816154 +Info 3687 [15:51:27.749] Format host information updated +Info 3688 [15:51:27.873] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3689 [15:51:27.875] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 364 structureChanged: false structureIsReused:: Completely Elapsed: 2.2130540004000068ms +Info 3690 [15:51:27.875] Different program with same set of files +Info 3691 [15:51:27.875] getCompletionData: Get current token: 0.006532999686896801 +Info 3692 [15:51:27.875] getCompletionData: Is inside comment: 0.009305999614298344 +Info 3693 [15:51:27.875] getCompletionData: Get previous token: 0.013228999450802803 +Info 3694 [15:51:27.875] getCompletionsAtPosition: isCompletionListBlocker: 0.004536000080406666 +Info 3695 [15:51:27.876] getCompletionData: Semantic work: 0.44072499964386225 +Info 3696 [15:51:27.877] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7992540001869202 +Info 3697 [15:51:27.877] Format host information updated +Info 3698 [15:51:28.102] Format host information updated +Info 3699 [15:51:28.102] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3700 [15:51:28.103] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 365 structureChanged: false structureIsReused:: Completely Elapsed: 1.625803000293672ms +Info 3701 [15:51:28.103] Different program with same set of files +Info 3702 [15:51:28.264] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3703 [15:51:28.267] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 366 structureChanged: false structureIsReused:: Completely Elapsed: 2.104975000023842ms +Info 3704 [15:51:28.267] Different program with same set of files +Info 3705 [15:51:28.267] getCompletionData: Get current token: 0.01206899993121624 +Info 3706 [15:51:28.267] getCompletionData: Is inside comment: 0.018876000307500362 +Info 3707 [15:51:28.267] getCompletionData: Get previous token: 0.027878000400960445 +Info 3708 [15:51:28.267] getCompletionsAtPosition: isCompletionListBlocker: 0.0037460001185536385 +Info 3709 [15:51:28.268] getExportInfoMap: cache hit +Info 3710 [15:51:28.270] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 6 from cache +Info 3711 [15:51:28.270] collectAutoImports: response is complete +Info 3712 [15:51:28.270] collectAutoImports: 2.672635999508202 +Info 3713 [15:51:28.270] getCompletionData: Semantic work: 3.4647530000656843 +Info 3714 [15:51:28.272] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.8949859999120235 +Info 3715 [15:51:28.273] Format host information updated +Info 3716 [15:51:28.509] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3717 [15:51:28.511] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 367 structureChanged: false structureIsReused:: Completely Elapsed: 1.608742999844253ms +Info 3718 [15:51:28.511] Different program with same set of files +Info 3719 [15:51:28.511] getCompletionData: Get current token: 0.028032999485731125 +Info 3720 [15:51:28.511] getCompletionData: Is inside comment: 0.010516999289393425 +Info 3721 [15:51:28.511] getCompletionData: Get previous token: 0.014016000553965569 +Info 3722 [15:51:28.511] getCompletionsAtPosition: isCompletionListBlocker: 0.002565000206232071 +Info 3723 [15:51:28.511] getExportInfoMap: cache hit +Info 3724 [15:51:28.513] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3725 [15:51:28.513] collectAutoImports: response is complete +Info 3726 [15:51:28.513] collectAutoImports: 1.1933020008727908 +Info 3727 [15:51:28.513] getCompletionData: Semantic work: 1.6741329999640584 +Info 3728 [15:51:28.513] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8673409996554255 +Info 3729 [15:51:28.514] Format host information updated +Info 3730 [15:51:28.605] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3731 [15:51:28.607] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 368 structureChanged: false structureIsReused:: Completely Elapsed: 1.5844539999961853ms +Info 3732 [15:51:28.607] Different program with same set of files +Info 3733 [15:51:28.607] getCompletionData: Get current token: 0.0035089999437332153 +Info 3734 [15:51:28.607] getCompletionData: Is inside comment: 0.008319000713527203 +Info 3735 [15:51:28.607] getCompletionData: Get previous token: 0.012102000415325165 +Info 3736 [15:51:28.607] getCompletionsAtPosition: isCompletionListBlocker: 0.0025850003585219383 +Info 3737 [15:51:28.608] getExportInfoMap: cache hit +Info 3738 [15:51:28.609] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3739 [15:51:28.609] collectAutoImports: response is complete +Info 3740 [15:51:28.609] collectAutoImports: 1.0724219996482134 +Info 3741 [15:51:28.609] getCompletionData: Semantic work: 1.516172000207007 +Info 3742 [15:51:28.610] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8366470001637936 +Info 3743 [15:51:28.612] Format host information updated +Info 3744 [15:51:28.697] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3745 [15:51:28.699] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 369 structureChanged: false structureIsReused:: Completely Elapsed: 1.6144109992310405ms +Info 3746 [15:51:28.699] Different program with same set of files +Info 3747 [15:51:28.699] getCompletionData: Get current token: 0.004128000698983669 +Info 3748 [15:51:28.699] getCompletionData: Is inside comment: 0.0092569999396801 +Info 3749 [15:51:28.699] getCompletionData: Get previous token: 0.013420999981462955 +Info 3750 [15:51:28.699] getCompletionsAtPosition: isCompletionListBlocker: 0.0029440000653266907 +Info 3751 [15:51:28.699] getExportInfoMap: cache hit +Info 3752 [15:51:28.701] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3753 [15:51:28.701] collectAutoImports: response is complete +Info 3754 [15:51:28.701] collectAutoImports: 1.260945999994874 +Info 3755 [15:51:28.701] getCompletionData: Semantic work: 1.8225919995456934 +Info 3756 [15:51:28.702] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9249550001695752 +Info 3757 [15:51:28.702] Format host information updated +Info 3758 [15:51:28.906] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3759 [15:51:28.908] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 370 structureChanged: false structureIsReused:: Completely Elapsed: 1.5492009995505214ms +Info 3760 [15:51:28.908] Different program with same set of files +Info 3761 [15:51:28.908] getCompletionData: Get current token: 0.0039820000529289246 +Info 3762 [15:51:28.908] getCompletionData: Is inside comment: 0.010372000746428967 +Info 3763 [15:51:28.908] getCompletionData: Get previous token: 0.007563999854028225 +Info 3764 [15:51:28.908] getCompletionsAtPosition: isCompletionListBlocker: 0.009096999652683735 +Info 3765 [15:51:28.908] getCompletionData: Semantic work: 0.41909500025212765 +Info 3766 [15:51:28.909] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8053910005837679 +Info 3767 [15:51:28.910] Format host information updated +Info 3768 [15:51:29.035] getCompletionData: Get current token: 0.021731999702751637 +Info 3769 [15:51:29.035] getCompletionData: Is inside comment: 0.006729000248014927 +Info 3770 [15:51:29.035] getCompletionData: Get previous token: 0.05389099940657616 +Info 3771 [15:51:29.035] getCompletionsAtPosition: isCompletionListBlocker: 0.011653999797999859 +Info 3772 [15:51:29.037] getExportInfoMap: cache hit +Info 3773 [15:51:29.063] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 3774 [15:51:29.063] collectAutoImports: response is complete +Info 3775 [15:51:29.063] collectAutoImports: 26.51579700037837 +Info 3776 [15:51:29.063] getCompletionData: Semantic work: 28.272625000216067 +Info 3777 [15:51:29.077] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.183311000466347 +Info 3778 [15:51:30.332] Format host information updated +Info 3779 [15:51:30.332] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3780 [15:51:30.334] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 371 structureChanged: false structureIsReused:: Completely Elapsed: 1.6822490002959967ms +Info 3781 [15:51:30.334] Different program with same set of files +Info 3782 [15:51:30.723] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3783 [15:51:30.725] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 372 structureChanged: false structureIsReused:: Completely Elapsed: 1.6195450006052852ms +Info 3784 [15:51:30.725] Different program with same set of files +Info 3785 [15:51:30.725] getCompletionData: Get current token: 0.004075000062584877 +Info 3786 [15:51:30.725] getCompletionData: Is inside comment: 0.0011539999395608902 +Info 3787 [15:51:30.725] getCompletionData: Get previous token: 0.01726900041103363 +Info 3788 [15:51:30.725] getCompletionsAtPosition: isCompletionListBlocker: 0.004904000088572502 +Info 3789 [15:51:30.725] getCompletionData: Semantic work: 0.4224829999729991 +Info 3790 [15:51:30.726] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8223780002444983 +Info 3791 [15:51:30.727] Format host information updated +Info 3792 [15:51:30.804] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3793 [15:51:30.806] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 373 structureChanged: false structureIsReused:: Completely Elapsed: 1.5979559998959303ms +Info 3794 [15:51:30.806] Different program with same set of files +Info 3795 [15:51:30.806] getCompletionData: Get current token: 0.004350000061094761 +Info 3796 [15:51:30.806] getCompletionData: Is inside comment: 0.0012280000373721123 +Info 3797 [15:51:30.806] getCompletionData: Get previous token: 0.01785000041127205 +Info 3798 [15:51:30.806] getCompletionsAtPosition: isCompletionListBlocker: 0.004436000250279903 +Info 3799 [15:51:30.806] getCompletionData: Semantic work: 0.43482299987226725 +Info 3800 [15:51:30.807] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8244839999824762 +Info 3801 [15:51:30.808] Format host information updated +Info 3802 [15:51:30.927] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3803 [15:51:30.928] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 374 structureChanged: false structureIsReused:: Completely Elapsed: 1.5533990003168583ms +Info 3804 [15:51:30.928] Different program with same set of files +Info 3805 [15:51:30.928] getCompletionData: Get current token: 0.004038999788463116 +Info 3806 [15:51:30.928] getCompletionData: Is inside comment: 0.0011600004509091377 +Info 3807 [15:51:30.928] getCompletionData: Get previous token: 0.01590100023895502 +Info 3808 [15:51:30.928] getCompletionsAtPosition: isCompletionListBlocker: 0.0038580000400543213 +Info 3809 [15:51:30.929] getCompletionData: Semantic work: 0.42351699993014336 +Info 3810 [15:51:30.930] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7758500007912517 +Info 3811 [15:51:30.930] Format host information updated +Info 3812 [15:51:31.044] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3813 [15:51:31.046] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 375 structureChanged: false structureIsReused:: Completely Elapsed: 1.5470289997756481ms +Info 3814 [15:51:31.046] Different program with same set of files +Info 3815 [15:51:31.046] getCompletionData: Get current token: 0.003633999265730381 +Info 3816 [15:51:31.046] getCompletionData: Is inside comment: 0.0010670004412531853 +Info 3817 [15:51:31.046] getCompletionData: Get previous token: 0.014925000257790089 +Info 3818 [15:51:31.046] getCompletionsAtPosition: isCompletionListBlocker: 0.003922999836504459 +Info 3819 [15:51:31.046] getCompletionData: Semantic work: 0.38851500023156404 +Info 3820 [15:51:31.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6863049995154142 +Info 3821 [15:51:31.048] Format host information updated +Info 3822 [15:51:31.250] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3823 [15:51:31.251] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 376 structureChanged: false structureIsReused:: Completely Elapsed: 1.4899180000647902ms +Info 3824 [15:51:31.251] Different program with same set of files +Info 3825 [15:51:31.252] getCompletionData: Get current token: 0.003973000682890415 +Info 3826 [15:51:31.252] getCompletionData: Is inside comment: 0.0013140002265572548 +Info 3827 [15:51:31.252] getCompletionData: Get previous token: 0.016093000769615173 +Info 3828 [15:51:31.252] getCompletionsAtPosition: isCompletionListBlocker: 0.004202000796794891 +Info 3829 [15:51:31.252] getCompletionData: Semantic work: 0.3916139993816614 +Info 3830 [15:51:31.253] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8170730005949736 +Info 3831 [15:51:31.254] Format host information updated +Info 3832 [15:51:31.568] getCompletionData: Get current token: 0.0035370001569390297 +Info 3833 [15:51:31.568] getCompletionData: Is inside comment: 0.03173399996012449 +Info 3834 [15:51:31.568] getCompletionData: Get previous token: 0.008244999684393406 +Info 3835 [15:51:31.568] getCompletionsAtPosition: isCompletionListBlocker: 0.009394999593496323 +Info 3836 [15:51:31.568] getCompletionData: Semantic work: 0.593100999481976 +Info 3837 [15:51:31.569] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9405630007386208 +Info 3838 [15:51:32.147] getCompletionData: Get current token: 0.004363000392913818 +Info 3839 [15:51:32.147] getCompletionData: Is inside comment: 0.001445000059902668 +Info 3840 [15:51:32.147] getCompletionData: Get previous token: 0.01184999942779541 +Info 3841 [15:51:32.147] getCompletionsAtPosition: isCompletionListBlocker: 0.004487000405788422 +Info 3842 [15:51:32.147] getExportInfoMap: cache hit +Info 3843 [15:51:32.156] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 3844 [15:51:32.156] collectAutoImports: response is complete +Info 3845 [15:51:32.156] collectAutoImports: 9.067329000681639 +Info 3846 [15:51:32.156] getCompletionData: Semantic work: 9.596202000044286 +Info 3847 [15:51:32.162] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.767097999341786 +Info 3848 [15:51:32.762] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3849 [15:51:32.764] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 377 structureChanged: false structureIsReused:: Completely Elapsed: 1.8235860001295805ms +Info 3850 [15:51:32.764] Different program with same set of files +Info 3851 [15:51:32.764] getCompletionData: Get current token: 0.0042570000514388084 +Info 3852 [15:51:32.764] getCompletionData: Is inside comment: 0.0012570004910230637 +Info 3853 [15:51:32.764] getCompletionData: Get previous token: 0.02103499975055456 +Info 3854 [15:51:32.764] getCompletionsAtPosition: isCompletionListBlocker: 0.003174000419676304 +Info 3855 [15:51:32.764] getExportInfoMap: cache hit +Info 3856 [15:51:32.766] collectAutoImports: resolved 0 module specifiers, plus 57 ambient and 5 from cache +Info 3857 [15:51:32.766] collectAutoImports: response is complete +Info 3858 [15:51:32.766] collectAutoImports: 1.7363449996337295 +Info 3859 [15:51:32.766] getCompletionData: Semantic work: 2.278799000196159 +Info 3860 [15:51:32.768] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9532050006091595 +Info 3861 [15:51:32.769] Format host information updated +Info 3862 [15:51:32.855] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3863 [15:51:32.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 378 structureChanged: false structureIsReused:: Completely Elapsed: 1.7819039998576045ms +Info 3864 [15:51:32.857] Different program with same set of files +Info 3865 [15:51:32.857] getCompletionData: Get current token: 0.0044130003079771996 +Info 3866 [15:51:32.857] getCompletionData: Is inside comment: 0.001374000683426857 +Info 3867 [15:51:32.857] getCompletionData: Get previous token: 0.022065000608563423 +Info 3868 [15:51:32.857] getCompletionsAtPosition: isCompletionListBlocker: 0.003941000439226627 +Info 3869 [15:51:32.858] getExportInfoMap: cache hit +Info 3870 [15:51:32.859] collectAutoImports: resolved 0 module specifiers, plus 22 ambient and 2 from cache +Info 3871 [15:51:32.859] collectAutoImports: response is complete +Info 3872 [15:51:32.859] collectAutoImports: 1.4896339997649193 +Info 3873 [15:51:32.859] getCompletionData: Semantic work: 2.0431869998574257 +Info 3874 [15:51:32.861] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0234329998493195 +Info 3875 [15:51:32.862] Format host information updated +Info 3876 [15:51:33.015] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3877 [15:51:33.018] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 379 structureChanged: false structureIsReused:: Completely Elapsed: 2.5475249998271465ms +Info 3878 [15:51:33.018] Different program with same set of files +Info 3879 [15:51:33.018] getCompletionData: Get current token: 0.004494999535381794 +Info 3880 [15:51:33.018] getCompletionData: Is inside comment: 0.0011309999972581863 +Info 3881 [15:51:33.018] getCompletionData: Get previous token: 0.021077999845147133 +Info 3882 [15:51:33.018] getCompletionsAtPosition: isCompletionListBlocker: 0.0034790001809597015 +Info 3883 [15:51:33.019] getExportInfoMap: cache hit +Info 3884 [15:51:33.020] collectAutoImports: resolved 0 module specifiers, plus 14 ambient and 2 from cache +Info 3885 [15:51:33.020] collectAutoImports: response is complete +Info 3886 [15:51:33.020] collectAutoImports: 1.338547999970615 +Info 3887 [15:51:33.020] getCompletionData: Semantic work: 1.8952179998159409 +Info 3888 [15:51:33.022] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1251590000465512 +Info 3889 [15:51:33.023] Format host information updated +Info 3890 [15:51:33.084] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3891 [15:51:33.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 380 structureChanged: false structureIsReused:: Completely Elapsed: 1.860720000229776ms +Info 3892 [15:51:33.086] Different program with same set of files +Info 3893 [15:51:33.086] getCompletionData: Get current token: 0.005676000379025936 +Info 3894 [15:51:33.086] getCompletionData: Is inside comment: 0.002007000148296356 +Info 3895 [15:51:33.086] getCompletionData: Get previous token: 0.029990999959409237 +Info 3896 [15:51:33.086] getCompletionsAtPosition: isCompletionListBlocker: 0.003960000351071358 +Info 3897 [15:51:33.086] getExportInfoMap: cache hit +Info 3898 [15:51:33.088] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3899 [15:51:33.088] collectAutoImports: response is complete +Info 3900 [15:51:33.088] collectAutoImports: 1.5102169997990131 +Info 3901 [15:51:33.088] getCompletionData: Semantic work: 2.268813000060618 +Info 3902 [15:51:33.090] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.1397230001166463 +Info 3903 [15:51:33.091] Format host information updated +Info 3904 [15:51:33.275] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3905 [15:51:33.276] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 381 structureChanged: false structureIsReused:: Completely Elapsed: 1.6361710000783205ms +Info 3906 [15:51:33.276] Different program with same set of files +Info 3907 [15:51:33.276] getCompletionData: Get current token: 0.004336000420153141 +Info 3908 [15:51:33.276] getCompletionData: Is inside comment: 0.001182999461889267 +Info 3909 [15:51:33.276] getCompletionData: Get previous token: 0.020376999862492085 +Info 3910 [15:51:33.277] getCompletionsAtPosition: isCompletionListBlocker: 0.0034619998186826706 +Info 3911 [15:51:33.277] getExportInfoMap: cache hit +Info 3912 [15:51:33.278] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 3913 [15:51:33.278] collectAutoImports: response is complete +Info 3914 [15:51:33.278] collectAutoImports: 1.0784160001203418 +Info 3915 [15:51:33.278] getCompletionData: Semantic work: 1.5902680000290275 +Info 3916 [15:51:33.280] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8340900000184774 +Info 3917 [15:51:33.280] Format host information updated +Info 3918 [15:51:33.480] getCompletionData: Get current token: 0.0037529999390244484 +Info 3919 [15:51:33.480] getCompletionData: Is inside comment: 0.01068700011819601 +Info 3920 [15:51:33.480] getCompletionData: Get previous token: 0.008016000501811504 +Info 3921 [15:51:33.480] getCompletionsAtPosition: isCompletionListBlocker: 0.0066280001774430275 +Info 3922 [15:51:33.480] getCompletionData: Semantic work: 0.451082999818027 +Info 3923 [15:51:33.481] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.6725150002166629 +Info 3924 [15:51:33.596] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3925 [15:51:33.598] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 382 structureChanged: false structureIsReused:: Completely Elapsed: 1.642985999584198ms +Info 3926 [15:51:33.598] Different program with same set of files +Info 3927 [15:51:33.598] getCompletionData: Get current token: 0.003758000209927559 +Info 3928 [15:51:33.598] getCompletionData: Is inside comment: 0.009920000098645687 +Info 3929 [15:51:33.598] getCompletionData: Get previous token: 0.00792699959129095 +Info 3930 [15:51:33.598] getCompletionsAtPosition: isCompletionListBlocker: 0.0046010008081793785 +Info 3931 [15:51:33.598] getCompletionData: Semantic work: 0.481241000816226 +Info 3932 [15:51:33.599] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8040909999981523 +Info 3933 [15:51:33.600] Format host information updated +Info 3934 [15:51:33.800] Format host information updated +Info 3935 [15:51:33.800] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3936 [15:51:33.801] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 383 structureChanged: false structureIsReused:: Completely Elapsed: 1.3724809996783733ms +Info 3937 [15:51:33.801] Different program with same set of files +Info 3938 [15:51:34.043] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3939 [15:51:34.045] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 384 structureChanged: false structureIsReused:: Completely Elapsed: 1.9230960002169013ms +Info 3940 [15:51:34.045] Different program with same set of files +Info 3941 [15:51:34.045] getCompletionData: Get current token: 0.003899000585079193 +Info 3942 [15:51:34.045] getCompletionData: Is inside comment: 0.01092500053346157 +Info 3943 [15:51:34.045] getCompletionData: Get previous token: 0.01620900072157383 +Info 3944 [15:51:34.045] getCompletionsAtPosition: isCompletionListBlocker: 0.004444999620318413 +Info 3945 [15:51:34.046] getCompletionData: Semantic work: 0.648730999790132 +Info 3946 [15:51:34.047] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9839780004695058 +Info 3947 [15:51:34.047] Format host information updated +Info 3948 [15:51:34.108] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3949 [15:51:34.110] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 385 structureChanged: false structureIsReused:: Completely Elapsed: 2.09905800037086ms +Info 3950 [15:51:34.110] Different program with same set of files +Info 3951 [15:51:34.111] getCompletionData: Get current token: 0.00597700010985136 +Info 3952 [15:51:34.111] getCompletionData: Is inside comment: 0.01621100027114153 +Info 3953 [15:51:34.111] getCompletionData: Get previous token: 0.02433199994266033 +Info 3954 [15:51:34.111] getCompletionsAtPosition: isCompletionListBlocker: 0.005698999390006065 +Info 3955 [15:51:34.111] getCompletionData: Semantic work: 0.6096559995785356 +Info 3956 [15:51:34.113] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.2204029997810721 +Info 3957 [15:51:34.113] Format host information updated +Info 3958 [15:51:34.206] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3959 [15:51:34.210] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 386 structureChanged: false structureIsReused:: Completely Elapsed: 4.077704000286758ms +Info 3960 [15:51:34.210] Different program with same set of files +Info 3961 [15:51:34.210] getCompletionData: Get current token: 0.011862999759614468 +Info 3962 [15:51:34.210] getCompletionData: Is inside comment: 0.03478299919515848 +Info 3963 [15:51:34.210] getCompletionData: Get previous token: 0.04826799966394901 +Info 3964 [15:51:34.210] getCompletionsAtPosition: isCompletionListBlocker: 0.01049100048840046 +Info 3965 [15:51:34.212] getCompletionData: Semantic work: 1.3218270000070333 +Info 3966 [15:51:34.214] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 2.4553640000522137 +Info 3967 [15:51:34.216] Format host information updated +Info 3968 [15:51:34.267] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3969 [15:51:34.268] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 387 structureChanged: false structureIsReused:: Completely Elapsed: 1.5317720007151365ms +Info 3970 [15:51:34.268] Different program with same set of files +Info 3971 [15:51:34.269] getCompletionData: Get current token: 0.003229999914765358 +Info 3972 [15:51:34.269] getCompletionData: Is inside comment: 0.009223999455571175 +Info 3973 [15:51:34.269] getCompletionData: Get previous token: 0.013439999893307686 +Info 3974 [15:51:34.269] getCompletionsAtPosition: isCompletionListBlocker: 0.004093999974429607 +Info 3975 [15:51:34.269] getCompletionData: Semantic work: 0.5062680002301931 +Info 3976 [15:51:34.270] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7106180004775524 +Info 3977 [15:51:34.270] Format host information updated +Info 3978 [15:51:34.413] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3979 [15:51:34.418] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 388 structureChanged: false structureIsReused:: Completely Elapsed: 5.323145999573171ms +Info 3980 [15:51:34.418] Different program with same set of files +Info 3981 [15:51:34.419] getCompletionData: Get current token: 0.01638799998909235 +Info 3982 [15:51:34.419] getCompletionData: Is inside comment: 0.04661700036376715 +Info 3983 [15:51:34.419] getCompletionData: Get previous token: 0.0679890001192689 +Info 3984 [15:51:34.419] getCompletionsAtPosition: isCompletionListBlocker: 0.011533999815583229 +Info 3985 [15:51:34.421] getCompletionData: Semantic work: 1.5441349996253848 +Info 3986 [15:51:34.424] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3996449997648597 +Info 3987 [15:51:34.426] Format host information updated +Info 3988 [15:51:34.714] Format host information updated +Info 3989 [15:51:34.714] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3990 [15:51:34.717] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 389 structureChanged: false structureIsReused:: Completely Elapsed: 2.9568050000816584ms +Info 3991 [15:51:34.717] Different program with same set of files +Info 3992 [15:51:34.989] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 3993 [15:51:34.991] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 390 structureChanged: false structureIsReused:: Completely Elapsed: 1.622258000075817ms +Info 3994 [15:51:34.991] Different program with same set of files +Info 3995 [15:51:34.991] getCompletionData: Get current token: 0.003711000084877014 +Info 3996 [15:51:34.991] getCompletionData: Is inside comment: 0.01052200049161911 +Info 3997 [15:51:34.991] getCompletionData: Get previous token: 0.015917000360786915 +Info 3998 [15:51:34.991] getCompletionsAtPosition: isCompletionListBlocker: 0.002890000119805336 +Info 3999 [15:51:34.991] getExportInfoMap: cache hit +Info 4000 [15:51:34.993] collectAutoImports: resolved 0 module specifiers, plus 3 ambient and 6 from cache +Info 4001 [15:51:34.993] collectAutoImports: response is complete +Info 4002 [15:51:34.993] collectAutoImports: 1.2845569998025894 +Info 4003 [15:51:34.993] getCompletionData: Semantic work: 1.7893539993092418 +Info 4004 [15:51:34.994] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9011739995330572 +Info 4005 [15:51:34.994] Format host information updated +Info 4006 [15:51:35.238] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4007 [15:51:35.240] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 391 structureChanged: false structureIsReused:: Completely Elapsed: 1.4821229996159673ms +Info 4008 [15:51:35.240] Different program with same set of files +Info 4009 [15:51:35.240] getCompletionData: Get current token: 0.003483000211417675 +Info 4010 [15:51:35.240] getCompletionData: Is inside comment: 0.010387000627815723 +Info 4011 [15:51:35.240] getCompletionData: Get previous token: 0.015469999983906746 +Info 4012 [15:51:35.240] getCompletionsAtPosition: isCompletionListBlocker: 0.002632000483572483 +Info 4013 [15:51:35.241] getExportInfoMap: cache hit +Info 4014 [15:51:35.242] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4015 [15:51:35.242] collectAutoImports: response is complete +Info 4016 [15:51:35.242] collectAutoImports: 1.0876049995422363 +Info 4017 [15:51:35.242] getCompletionData: Semantic work: 1.5446799993515015 +Info 4018 [15:51:35.243] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8665769994258881 +Info 4019 [15:51:35.243] Format host information updated +Info 4020 [15:51:35.302] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4021 [15:51:35.304] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 392 structureChanged: false structureIsReused:: Completely Elapsed: 1.8026590002700686ms +Info 4022 [15:51:35.304] Different program with same set of files +Info 4023 [15:51:35.304] getCompletionData: Get current token: 0.0037400005385279655 +Info 4024 [15:51:35.304] getCompletionData: Is inside comment: 0.010077999904751778 +Info 4025 [15:51:35.304] getCompletionData: Get previous token: 0.015592999756336212 +Info 4026 [15:51:35.304] getCompletionsAtPosition: isCompletionListBlocker: 0.0028329994529485703 +Info 4027 [15:51:35.305] getExportInfoMap: cache hit +Info 4028 [15:51:35.306] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4029 [15:51:35.306] collectAutoImports: response is complete +Info 4030 [15:51:35.306] collectAutoImports: 1.197694000788033 +Info 4031 [15:51:35.306] getCompletionData: Semantic work: 1.6675709998235106 +Info 4032 [15:51:35.307] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.903982000425458 +Info 4033 [15:51:35.308] Format host information updated +Info 4034 [15:51:35.401] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4035 [15:51:35.403] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 393 structureChanged: false structureIsReused:: Completely Elapsed: 1.5888899993151426ms +Info 4036 [15:51:35.403] Different program with same set of files +Info 4037 [15:51:35.403] getCompletionData: Get current token: 0.0033900002017617226 +Info 4038 [15:51:35.403] getCompletionData: Is inside comment: 0.009730000048875809 +Info 4039 [15:51:35.403] getCompletionData: Get previous token: 0.015313000418245792 +Info 4040 [15:51:35.403] getCompletionsAtPosition: isCompletionListBlocker: 0.002987000159919262 +Info 4041 [15:51:35.403] getExportInfoMap: cache hit +Info 4042 [15:51:35.404] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 0 from cache +Info 4043 [15:51:35.404] collectAutoImports: response is complete +Info 4044 [15:51:35.404] collectAutoImports: 1.0557049997150898 +Info 4045 [15:51:35.404] getCompletionData: Semantic work: 1.52413700055331 +Info 4046 [15:51:35.405] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7376020001247525 +Info 4047 [15:51:35.406] Format host information updated +Info 4048 [15:51:35.728] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4049 [15:51:35.730] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 394 structureChanged: false structureIsReused:: Completely Elapsed: 1.9569349996745586ms +Info 4050 [15:51:35.730] Different program with same set of files +Info 4051 [15:51:35.731] getCompletionData: Get current token: 0.003953000530600548 +Info 4052 [15:51:35.731] getCompletionData: Is inside comment: 0.011316999793052673 +Info 4053 [15:51:35.731] getCompletionData: Get previous token: 0.008755999617278576 +Info 4054 [15:51:35.731] getCompletionsAtPosition: isCompletionListBlocker: 0.0033660000190138817 +Info 4055 [15:51:35.731] getExportInfoMap: cache hit +Info 4056 [15:51:35.740] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 4057 [15:51:35.740] collectAutoImports: response is complete +Info 4058 [15:51:35.740] collectAutoImports: 8.883984999731183 +Info 4059 [15:51:35.740] getCompletionData: Semantic work: 9.326422000303864 +Info 4060 [15:51:35.746] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.4622870003804564 +Info 4061 [15:51:35.751] Format host information updated +Info 4062 [15:51:35.860] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4063 [15:51:35.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 395 structureChanged: false structureIsReused:: Completely Elapsed: 5.723860000260174ms +Info 4064 [15:51:35.866] Different program with same set of files +Info 4065 [15:51:35.867] getCompletionData: Get current token: 0.017684999853372574 +Info 4066 [15:51:35.867] getCompletionData: Is inside comment: 0.051491000689566135 +Info 4067 [15:51:35.867] getCompletionData: Get previous token: 0.03915699943900108 +Info 4068 [15:51:35.867] getCompletionsAtPosition: isCompletionListBlocker: 0.027548999525606632 +Info 4069 [15:51:35.869] getCompletionData: Semantic work: 1.96053500007838 +Info 4070 [15:51:35.873] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.341117000207305 +Info 4071 [15:51:35.875] Format host information updated +Info 4072 [15:51:36.085] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4073 [15:51:36.087] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 396 structureChanged: false structureIsReused:: Completely Elapsed: 1.5817570006474853ms +Info 4074 [15:51:36.087] Different program with same set of files +Info 4075 [15:51:36.087] getCompletionData: Get current token: 0.0060440003871917725 +Info 4076 [15:51:36.087] getCompletionData: Is inside comment: 0.016038999892771244 +Info 4077 [15:51:36.087] getCompletionData: Get previous token: 0.033020999282598495 +Info 4078 [15:51:36.087] getCompletionsAtPosition: isCompletionListBlocker: 0.0101500004529953 +Info 4079 [15:51:36.088] getCompletionData: Semantic work: 0.4643329996615648 +Info 4080 [15:51:36.089] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7806270001456141 +Info 4081 [15:51:36.089] Format host information updated +Info 4082 [15:51:36.175] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4083 [15:51:36.177] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 397 structureChanged: false structureIsReused:: Completely Elapsed: 1.6137929996475577ms +Info 4084 [15:51:36.177] Different program with same set of files +Info 4085 [15:51:36.177] getCompletionData: Get current token: 0.003360999748110771 +Info 4086 [15:51:36.177] getCompletionData: Is inside comment: 0.009163000620901585 +Info 4087 [15:51:36.177] getCompletionData: Get previous token: 0.020619000308215618 +Info 4088 [15:51:36.177] getCompletionsAtPosition: isCompletionListBlocker: 0.010575000196695328 +Info 4089 [15:51:36.178] getCompletionData: Semantic work: 0.3979340000078082 +Info 4090 [15:51:36.178] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7042040005326271 +Info 4091 [15:51:36.179] Format host information updated +Info 4092 [15:51:36.303] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4093 [15:51:36.309] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 398 structureChanged: false structureIsReused:: Completely Elapsed: 5.333452000282705ms +Info 4094 [15:51:36.309] Different program with same set of files +Info 4095 [15:51:36.309] getCompletionData: Get current token: 0.01716600079089403 +Info 4096 [15:51:36.309] getCompletionData: Is inside comment: 0.045919000171124935 +Info 4097 [15:51:36.310] getCompletionData: Get previous token: 0.08235500007867813 +Info 4098 [15:51:36.310] getCompletionsAtPosition: isCompletionListBlocker: 0.023308999836444855 +Info 4099 [15:51:36.311] getCompletionData: Semantic work: 1.5916879996657372 +Info 4100 [15:51:36.315] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4214840000495315 +Info 4101 [15:51:36.317] Format host information updated +Info 4102 [15:51:36.394] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4103 [15:51:36.400] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 399 structureChanged: false structureIsReused:: Completely Elapsed: 5.874192000366747ms +Info 4104 [15:51:36.400] Different program with same set of files +Info 4105 [15:51:36.401] getCompletionData: Get current token: 0.02128100022673607 +Info 4106 [15:51:36.401] getCompletionData: Is inside comment: 0.07261699996888638 +Info 4107 [15:51:36.401] getCompletionData: Get previous token: 0.08251000009477139 +Info 4108 [15:51:36.401] getCompletionsAtPosition: isCompletionListBlocker: 0.02753299940377474 +Info 4109 [15:51:36.403] getCompletionData: Semantic work: 2.044122999534011 +Info 4110 [15:51:36.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.4183149999007583 +Info 4111 [15:51:36.409] Format host information updated +Info 4112 [15:51:36.592] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4113 [15:51:36.601] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 400 structureChanged: false structureIsReused:: Completely Elapsed: 8.351460999809206ms +Info 4114 [15:51:36.601] Different program with same set of files +Info 4115 [15:51:36.602] getCompletionData: Get current token: 0.026537000201642513 +Info 4116 [15:51:36.602] getCompletionData: Is inside comment: 0.07958400063216686 +Info 4117 [15:51:36.602] getCompletionData: Get previous token: 0.13320100028067827 +Info 4118 [15:51:36.602] getCompletionsAtPosition: isCompletionListBlocker: 0.03228900022804737 +Info 4119 [15:51:36.605] getCompletionData: Semantic work: 2.671984000131488 +Info 4120 [15:51:36.609] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.38039599917829 +Info 4121 [15:51:36.611] Format host information updated +Info 4122 [15:51:36.653] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4123 [15:51:36.655] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 401 structureChanged: false structureIsReused:: Completely Elapsed: 1.9753919998183846ms +Info 4124 [15:51:36.655] Different program with same set of files +Info 4125 [15:51:36.656] getCompletionData: Get current token: 0.004142000339925289 +Info 4126 [15:51:36.656] getCompletionData: Is inside comment: 0.010871999897062778 +Info 4127 [15:51:36.656] getCompletionData: Get previous token: 0.01991499960422516 +Info 4128 [15:51:36.656] getCompletionsAtPosition: isCompletionListBlocker: 0.007821000181138515 +Info 4129 [15:51:36.656] getCompletionData: Semantic work: 0.5004939995706081 +Info 4130 [15:51:36.657] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8336740005761385 +Info 4131 [15:51:36.658] Format host information updated +Info 4132 [15:51:36.796] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4133 [15:51:36.802] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 402 structureChanged: false structureIsReused:: Completely Elapsed: 5.642106999643147ms +Info 4134 [15:51:36.802] Different program with same set of files +Info 4135 [15:51:36.803] getCompletionData: Get current token: 0.029233000241219997 +Info 4136 [15:51:36.803] getCompletionData: Is inside comment: 0.08084699977189302 +Info 4137 [15:51:36.803] getCompletionData: Get previous token: 0.1519430000334978 +Info 4138 [15:51:36.803] getCompletionsAtPosition: isCompletionListBlocker: 0.036934999749064445 +Info 4139 [15:51:36.805] getCompletionData: Semantic work: 1.7362150000408292 +Info 4140 [15:51:36.810] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.8179179998114705 +Info 4141 [15:51:36.813] Format host information updated +Info 4142 [15:51:36.932] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4143 [15:51:36.938] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 403 structureChanged: false structureIsReused:: Completely Elapsed: 5.6248519998043776ms +Info 4144 [15:51:36.938] Different program with same set of files +Info 4145 [15:51:36.938] getCompletionData: Get current token: 0.017462999559938908 +Info 4146 [15:51:36.938] getCompletionData: Is inside comment: 0.07644800003618002 +Info 4147 [15:51:36.939] getCompletionData: Get previous token: 0.14157600048929453 +Info 4148 [15:51:36.939] getCompletionsAtPosition: isCompletionListBlocker: 0.03298399969935417 +Info 4149 [15:51:36.941] getCompletionData: Semantic work: 2.053133999928832 +Info 4150 [15:51:36.945] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.185330000706017 +Info 4151 [15:51:36.947] Format host information updated +Info 4152 [15:51:37.069] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4153 [15:51:37.074] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 404 structureChanged: false structureIsReused:: Completely Elapsed: 5.655283000320196ms +Info 4154 [15:51:37.075] Different program with same set of files +Info 4155 [15:51:37.075] getCompletionData: Get current token: 0.017059999518096447 +Info 4156 [15:51:37.075] getCompletionData: Is inside comment: 0.04956499952822924 +Info 4157 [15:51:37.075] getCompletionData: Get previous token: 0.06050099991261959 +Info 4158 [15:51:37.075] getCompletionsAtPosition: isCompletionListBlocker: 0.0346670001745224 +Info 4159 [15:51:37.077] getCompletionData: Semantic work: 1.6362760001793504 +Info 4160 [15:51:37.080] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.3039750000461936 +Info 4161 [15:51:37.088] Format host information updated +Info 4162 [15:51:37.202] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4163 [15:51:37.207] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 405 structureChanged: false structureIsReused:: Completely Elapsed: 5.347411999478936ms +Info 4164 [15:51:37.207] Different program with same set of files +Info 4165 [15:51:37.208] getCompletionData: Get current token: 0.01712500024586916 +Info 4166 [15:51:37.208] getCompletionData: Is inside comment: 0.0502939997240901 +Info 4167 [15:51:37.208] getCompletionData: Get previous token: 0.040024000220000744 +Info 4168 [15:51:37.208] getCompletionsAtPosition: isCompletionListBlocker: 0.009757999330759048 +Info 4169 [15:51:37.210] getExportInfoMap: cache hit +Info 4170 [15:51:37.237] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 4171 [15:51:37.237] collectAutoImports: response is complete +Info 4172 [15:51:37.237] collectAutoImports: 26.593840999528766 +Info 4173 [15:51:37.237] getCompletionData: Semantic work: 28.461956999264657 +Info 4174 [15:51:37.248] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.296803999692202 +Info 4175 [15:51:37.258] Format host information updated +Info 4176 [15:51:37.379] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4177 [15:51:37.384] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 406 structureChanged: false structureIsReused:: Completely Elapsed: 4.887769000604749ms +Info 4178 [15:51:37.384] Different program with same set of files +Info 4179 [15:51:37.385] getCompletionData: Get current token: 0.012098999693989754 +Info 4180 [15:51:37.385] getCompletionData: Is inside comment: 0.03955700062215328 +Info 4181 [15:51:37.385] getCompletionData: Get previous token: 0.0651709996163845 +Info 4182 [15:51:37.385] getCompletionsAtPosition: isCompletionListBlocker: 0.008781000040471554 +Info 4183 [15:51:37.387] getExportInfoMap: cache hit +Info 4184 [15:51:37.398] collectAutoImports: resolved 0 module specifiers, plus 67 ambient and 8 from cache +Info 4185 [15:51:37.399] collectAutoImports: response is complete +Info 4186 [15:51:37.399] collectAutoImports: 11.205353000201285 +Info 4187 [15:51:37.399] getCompletionData: Semantic work: 13.344798999838531 +Info 4188 [15:51:37.407] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.04763700067997 +Info 4189 [15:51:37.410] Format host information updated +Info 4190 [15:51:37.516] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4191 [15:51:37.522] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 407 structureChanged: false structureIsReused:: Completely Elapsed: 6.052291999571025ms +Info 4192 [15:51:37.522] Different program with same set of files +Info 4193 [15:51:37.523] getCompletionData: Get current token: 0.016294999979436398 +Info 4194 [15:51:37.523] getCompletionData: Is inside comment: 0.050497000105679035 +Info 4195 [15:51:37.523] getCompletionData: Get previous token: 0.08047700021415949 +Info 4196 [15:51:37.523] getCompletionsAtPosition: isCompletionListBlocker: 0.010084999725222588 +Info 4197 [15:51:37.525] getExportInfoMap: cache hit +Info 4198 [15:51:37.534] collectAutoImports: resolved 0 module specifiers, plus 25 ambient and 4 from cache +Info 4199 [15:51:37.535] collectAutoImports: response is complete +Info 4200 [15:51:37.535] collectAutoImports: 9.250541999936104 +Info 4201 [15:51:37.535] getCompletionData: Semantic work: 11.337786000221968 +Info 4202 [15:51:37.543] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.862851000390947 +Info 4203 [15:51:37.546] Format host information updated +Info 4204 [15:51:37.582] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4205 [15:51:37.584] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 408 structureChanged: false structureIsReused:: Completely Elapsed: 2.871871999464929ms +Info 4206 [15:51:37.584] Different program with same set of files +Info 4207 [15:51:37.585] getCompletionData: Get current token: 0.0058639999479055405 +Info 4208 [15:51:37.585] getCompletionData: Is inside comment: 0.019204000011086464 +Info 4209 [15:51:37.585] getCompletionData: Get previous token: 0.031090999953448772 +Info 4210 [15:51:37.585] getCompletionsAtPosition: isCompletionListBlocker: 0.0069710006937384605 +Info 4211 [15:51:37.586] getExportInfoMap: cache hit +Info 4212 [15:51:37.589] collectAutoImports: resolved 0 module specifiers, plus 10 ambient and 2 from cache +Info 4213 [15:51:37.589] collectAutoImports: response is complete +Info 4214 [15:51:37.589] collectAutoImports: 2.603819999843836 +Info 4215 [15:51:37.589] getCompletionData: Semantic work: 3.697829999960959 +Info 4216 [15:51:37.592] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.6067030001431704 +Info 4217 [15:51:37.593] Format host information updated +Info 4218 [15:51:37.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4219 [15:51:37.713] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 409 structureChanged: false structureIsReused:: Completely Elapsed: 6.301911000162363ms +Info 4220 [15:51:37.713] Different program with same set of files +Info 4221 [15:51:37.713] getCompletionData: Get current token: 0.017136999405920506 +Info 4222 [15:51:37.713] getCompletionData: Is inside comment: 0.0773130003362894 +Info 4223 [15:51:37.713] getCompletionData: Get previous token: 0.10265500005334616 +Info 4224 [15:51:37.713] getCompletionsAtPosition: isCompletionListBlocker: 0.01128500048071146 +Info 4225 [15:51:37.715] getExportInfoMap: cache hit +Info 4226 [15:51:37.721] collectAutoImports: resolved 0 module specifiers, plus 0 ambient and 1 from cache +Info 4227 [15:51:37.721] collectAutoImports: response is complete +Info 4228 [15:51:37.721] collectAutoImports: 5.161007999442518 +Info 4229 [15:51:37.721] getCompletionData: Semantic work: 7.217398999258876 +Info 4230 [15:51:37.727] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.049230999313295 +Info 4231 [15:51:37.729] Format host information updated +Info 4232 [15:51:38.256] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4233 [15:51:38.258] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 410 structureChanged: false structureIsReused:: Completely Elapsed: 1.671693000011146ms +Info 4234 [15:51:38.258] Different program with same set of files +Info 4235 [15:51:38.258] getCompletionData: Get current token: 0.0036750007420778275 +Info 4236 [15:51:38.258] getCompletionData: Is inside comment: 0.01141900010406971 +Info 4237 [15:51:38.258] getCompletionData: Get previous token: 0.00906899943947792 +Info 4238 [15:51:38.258] getCompletionsAtPosition: isCompletionListBlocker: 0.007693000137805939 +Info 4239 [15:51:38.258] getCompletionData: Semantic work: 0.47463100031018257 +Info 4240 [15:51:38.259] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.8386519998311996 +Info 4241 [15:51:38.260] Format host information updated +Info 4242 [15:51:38.554] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4243 [15:51:38.557] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 411 structureChanged: false structureIsReused:: Completely Elapsed: 2.4257310004904866ms +Info 4244 [15:51:38.557] Different program with same set of files +Info 4245 [15:51:38.557] getCompletionData: Get current token: 0.006924999877810478 +Info 4246 [15:51:38.557] getCompletionData: Is inside comment: 0.019991000182926655 +Info 4247 [15:51:38.557] getCompletionData: Get previous token: 0.01581300050020218 +Info 4248 [15:51:38.557] getCompletionsAtPosition: isCompletionListBlocker: 0.0069599999114871025 +Info 4249 [15:51:38.558] getCompletionData: Semantic work: 0.753728000447154 +Info 4250 [15:51:38.559] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.4478749996051192 +Info 4251 [15:51:38.563] Format host information updated +Info 4252 [15:51:52.221] Format host information updated +Info 4253 [15:51:52.221] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4254 [15:51:52.223] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 412 structureChanged: false structureIsReused:: Completely Elapsed: 1.9853419996798038ms +Info 4255 [15:51:52.223] Different program with same set of files +Info 4256 [15:51:52.407] Format host information updated +Info 4257 [15:51:52.407] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4258 [15:51:52.409] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 413 structureChanged: false structureIsReused:: Completely Elapsed: 1.7959129996597767ms +Info 4259 [15:51:52.409] Different program with same set of files +Info 4260 [15:51:52.864] Format host information updated +Info 4261 [15:51:52.864] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4262 [15:51:52.866] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 414 structureChanged: false structureIsReused:: Completely Elapsed: 1.8452289998531342ms +Info 4263 [15:51:52.866] Different program with same set of files +Info 4264 [15:51:54.326] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4265 [15:51:54.329] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 415 structureChanged: false structureIsReused:: Completely Elapsed: 2.287658999674022ms +Info 4266 [15:51:54.329] Different program with same set of files +Info 4267 [15:51:54.329] getCompletionData: Get current token: 0.003630000166594982 +Info 4268 [15:51:54.329] getCompletionData: Is inside comment: 0.009743000380694866 +Info 4269 [15:51:54.329] getCompletionData: Get previous token: 0.011921999976038933 +Info 4270 [15:51:54.329] getCompletionsAtPosition: isCompletionListBlocker: 0.002138999290764332 +Info 4271 [15:51:54.329] Returning an empty list because completion was requested in an invalid position. +Info 4272 [15:51:54.329] Format host information updated +Info 4273 [15:51:54.563] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4274 [15:51:54.565] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 416 structureChanged: false structureIsReused:: Completely Elapsed: 1.6636749999597669ms +Info 4275 [15:51:54.565] Different program with same set of files +Info 4276 [15:51:54.565] getCompletionData: Get current token: 0.002177000045776367 +Info 4277 [15:51:54.565] getCompletionData: Is inside comment: 0.006904000416398048 +Info 4278 [15:51:54.565] getCompletionData: Get previous token: 0.008438000455498695 +Info 4279 [15:51:54.565] getCompletionsAtPosition: isCompletionListBlocker: 0.0015030000358819962 +Info 4280 [15:51:54.565] Returning an empty list because completion was requested in an invalid position. +Info 4281 [15:51:54.565] Format host information updated +Info 4282 [15:51:54.633] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4283 [15:51:54.634] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 417 structureChanged: false structureIsReused:: Completely Elapsed: 1.6643820004537702ms +Info 4284 [15:51:54.634] Different program with same set of files +Info 4285 [15:51:54.635] getCompletionData: Get current token: 0.0024320008233189583 +Info 4286 [15:51:54.635] getCompletionData: Is inside comment: 0.007054000161588192 +Info 4287 [15:51:54.635] getCompletionData: Get previous token: 0.008712000213563442 +Info 4288 [15:51:54.635] getCompletionsAtPosition: isCompletionListBlocker: 0.001453000120818615 +Info 4289 [15:51:54.635] Returning an empty list because completion was requested in an invalid position. +Info 4290 [15:51:54.635] Format host information updated +Info 4291 [15:51:54.706] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4292 [15:51:54.708] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 418 structureChanged: false structureIsReused:: Completely Elapsed: 1.6864620000123978ms +Info 4293 [15:51:54.708] Different program with same set of files +Info 4294 [15:51:54.708] getCompletionData: Get current token: 0.0023879995569586754 +Info 4295 [15:51:54.708] getCompletionData: Is inside comment: 0.007239999249577522 +Info 4296 [15:51:54.708] getCompletionData: Get previous token: 0.00885900016874075 +Info 4297 [15:51:54.708] getCompletionsAtPosition: isCompletionListBlocker: 0.0018829992040991783 +Info 4298 [15:51:54.708] Returning an empty list because completion was requested in an invalid position. +Info 4299 [15:51:54.710] Format host information updated +Info 4300 [15:51:54.909] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4301 [15:51:54.910] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 419 structureChanged: false structureIsReused:: Completely Elapsed: 1.7496599992737174ms +Info 4302 [15:51:54.910] Different program with same set of files +Info 4303 [15:51:54.911] getCompletionData: Get current token: 0.002224000170826912 +Info 4304 [15:51:54.911] getCompletionData: Is inside comment: 0.0066989995539188385 +Info 4305 [15:51:54.911] getCompletionData: Get previous token: 0.008274000138044357 +Info 4306 [15:51:54.911] getCompletionsAtPosition: isCompletionListBlocker: 0.00177800003439188 +Info 4307 [15:51:54.911] Returning an empty list because completion was requested in an invalid position. +Info 4308 [15:51:54.911] Format host information updated +Info 4309 [15:51:54.995] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4310 [15:51:54.997] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 420 structureChanged: false structureIsReused:: Completely Elapsed: 1.71828299947083ms +Info 4311 [15:51:54.997] Different program with same set of files +Info 4312 [15:51:54.997] getCompletionData: Get current token: 0.0021730000153183937 +Info 4313 [15:51:54.997] getCompletionData: Is inside comment: 0.006789000704884529 +Info 4314 [15:51:54.997] getCompletionData: Get previous token: 0.007637999951839447 +Info 4315 [15:51:54.997] getCompletionsAtPosition: isCompletionListBlocker: 0.001430000178515911 +Info 4316 [15:51:54.997] Returning an empty list because completion was requested in an invalid position. +Info 4317 [15:51:54.997] Format host information updated +Info 4318 [15:51:55.060] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4319 [15:51:55.064] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 421 structureChanged: false structureIsReused:: Completely Elapsed: 3.660579999908805ms +Info 4320 [15:51:55.064] Different program with same set of files +Info 4321 [15:51:55.064] getCompletionData: Get current token: 0.0051819998770952225 +Info 4322 [15:51:55.064] getCompletionData: Is inside comment: 0.018339000642299652 +Info 4323 [15:51:55.064] getCompletionData: Get previous token: 0.01743400003761053 +Info 4324 [15:51:55.064] getCompletionsAtPosition: isCompletionListBlocker: 0.0028780000284314156 +Info 4325 [15:51:55.064] Returning an empty list because completion was requested in an invalid position. +Info 4326 [15:51:55.064] Format host information updated +Info 4327 [15:51:55.160] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4328 [15:51:55.168] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 422 structureChanged: false structureIsReused:: Completely Elapsed: 7.233564999885857ms +Info 4329 [15:51:55.168] Different program with same set of files +Info 4330 [15:51:55.168] getCompletionData: Get current token: 0.016220000572502613 +Info 4331 [15:51:55.168] getCompletionData: Is inside comment: 0.03413600008934736 +Info 4332 [15:51:55.169] getCompletionData: Get previous token: 0.047481000423431396 +Info 4333 [15:51:55.169] getCompletionsAtPosition: isCompletionListBlocker: 0.005656000226736069 +Info 4334 [15:51:55.169] Returning an empty list because completion was requested in an invalid position. +Info 4335 [15:51:55.169] Format host information updated +Info 4336 [15:51:55.252] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4337 [15:51:55.259] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 423 structureChanged: false structureIsReused:: Completely Elapsed: 7.062840000726283ms +Info 4338 [15:51:55.259] Different program with same set of files +Info 4339 [15:51:55.260] getCompletionData: Get current token: 0.011927000246942043 +Info 4340 [15:51:55.260] getCompletionData: Is inside comment: 0.03340800013393164 +Info 4341 [15:51:55.260] getCompletionData: Get previous token: 0.03895900025963783 +Info 4342 [15:51:55.260] getCompletionsAtPosition: isCompletionListBlocker: 0.005742000415921211 +Info 4343 [15:51:55.260] Returning an empty list because completion was requested in an invalid position. +Info 4344 [15:51:55.260] Format host information updated +Info 4345 [15:51:55.513] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4346 [15:51:55.521] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 424 structureChanged: false structureIsReused:: Completely Elapsed: 7.399666999466717ms +Info 4347 [15:51:55.521] Different program with same set of files +Info 4348 [15:51:55.521] getCompletionData: Get current token: 0.011342999525368214 +Info 4349 [15:51:55.521] getCompletionData: Is inside comment: 0.04022299963980913 +Info 4350 [15:51:55.521] getCompletionData: Get previous token: 0.03797800000756979 +Info 4351 [15:51:55.522] getCompletionsAtPosition: isCompletionListBlocker: 0.006094999611377716 +Info 4352 [15:51:55.522] Returning an empty list because completion was requested in an invalid position. +Info 4353 [15:51:55.522] Format host information updated +Info 4354 [15:51:55.570] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4355 [15:51:55.573] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 425 structureChanged: false structureIsReused:: Completely Elapsed: 2.545317000709474ms +Info 4356 [15:51:55.573] Different program with same set of files +Info 4357 [15:51:55.573] getCompletionData: Get current token: 0.0036959992721676826 +Info 4358 [15:51:55.573] getCompletionData: Is inside comment: 0.009782000444829464 +Info 4359 [15:51:55.573] getCompletionData: Get previous token: 0.012090999633073807 +Info 4360 [15:51:55.573] getCompletionsAtPosition: isCompletionListBlocker: 0.0022979993373155594 +Info 4361 [15:51:55.573] Returning an empty list because completion was requested in an invalid position. +Info 4362 [15:51:55.573] Format host information updated +Info 4363 [15:51:55.703] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4364 [15:51:55.713] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 426 structureChanged: false structureIsReused:: Completely Elapsed: 9.224803999997675ms +Info 4365 [15:51:55.713] Different program with same set of files +Info 4366 [15:51:55.713] getCompletionData: Get current token: 0.011894000694155693 +Info 4367 [15:51:55.713] getCompletionData: Is inside comment: 0.039274999871850014 +Info 4368 [15:51:55.713] getCompletionData: Get previous token: 0.03879200015217066 +Info 4369 [15:51:55.713] getCompletionsAtPosition: isCompletionListBlocker: 0.005807999521493912 +Info 4370 [15:51:55.713] Returning an empty list because completion was requested in an invalid position. +Info 4371 [15:51:55.714] Format host information updated +Info 4372 [15:52:02.040] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4373 [15:52:02.043] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 427 structureChanged: false structureIsReused:: Completely Elapsed: 2.0696970000863075ms +Info 4374 [15:52:02.043] Different program with same set of files +Info 4375 [15:52:02.043] getCompletionData: Get current token: 0.004015999846160412 +Info 4376 [15:52:02.043] getCompletionData: Is inside comment: 0.0010850001126527786 +Info 4377 [15:52:02.043] getCompletionData: Get previous token: 0.01657699979841709 +Info 4378 [15:52:02.043] getCompletionsAtPosition: isCompletionListBlocker: 0.002400999888777733 +Info 4379 [15:52:02.043] getCompletionData: Semantic work: 0.018902000039815903 +Info 4380 [15:52:02.043] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04800300020724535 +Info 4381 [15:52:02.043] Format host information updated +Info 4382 [15:52:02.692] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4383 [15:52:02.694] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 428 structureChanged: false structureIsReused:: Completely Elapsed: 1.7399050006642938ms +Info 4384 [15:52:02.694] Different program with same set of files +Info 4385 [15:52:02.694] getCompletionData: Get current token: 0.003645000047981739 +Info 4386 [15:52:02.694] getCompletionData: Is inside comment: 0.0011599995195865631 +Info 4387 [15:52:02.694] getCompletionData: Get previous token: 0.022218000143766403 +Info 4388 [15:52:02.694] getCompletionsAtPosition: isCompletionListBlocker: 0.002623000182211399 +Info 4389 [15:52:02.694] getCompletionData: Semantic work: 0.018497999757528305 +Info 4390 [15:52:02.694] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04258299991488457 +Info 4391 [15:52:02.695] Format host information updated +Info 4392 [15:52:03.166] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4393 [15:52:03.168] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 429 structureChanged: false structureIsReused:: Completely Elapsed: 1.618490000255406ms +Info 4394 [15:52:03.168] Different program with same set of files +Info 4395 [15:52:03.168] getCompletionData: Get current token: 0.003604000434279442 +Info 4396 [15:52:03.168] getCompletionData: Is inside comment: 0.0011080000549554825 +Info 4397 [15:52:03.168] getCompletionData: Get previous token: 0.01218399964272976 +Info 4398 [15:52:03.168] getCompletionsAtPosition: isCompletionListBlocker: 0.00228200014680624 +Info 4399 [15:52:03.168] getCompletionData: Semantic work: 0.016693999990820885 +Info 4400 [15:52:03.168] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04030099976807833 +Info 4401 [15:52:03.168] Format host information updated +Info 4402 [15:52:03.355] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4403 [15:52:03.357] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 430 structureChanged: false structureIsReused:: Completely Elapsed: 1.9866909999400377ms +Info 4404 [15:52:03.357] Different program with same set of files +Info 4405 [15:52:03.357] getCompletionData: Get current token: 0.0058660004287958145 +Info 4406 [15:52:03.357] getCompletionData: Is inside comment: 0.0018340004608035088 +Info 4407 [15:52:03.357] getCompletionData: Get previous token: 0.020198000594973564 +Info 4408 [15:52:03.357] getCompletionsAtPosition: isCompletionListBlocker: 0.0023400001227855682 +Info 4409 [15:52:03.357] getCompletionData: Semantic work: 0.01692800037562847 +Info 4410 [15:52:03.357] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04439200088381767 +Info 4411 [15:52:03.358] Format host information updated +Info 4412 [15:52:03.467] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4413 [15:52:03.469] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 431 structureChanged: false structureIsReused:: Completely Elapsed: 1.9302369998767972ms +Info 4414 [15:52:03.469] Different program with same set of files +Info 4415 [15:52:03.469] getCompletionData: Get current token: 0.004585999995470047 +Info 4416 [15:52:03.469] getCompletionData: Is inside comment: 0.0010430002585053444 +Info 4417 [15:52:03.469] getCompletionData: Get previous token: 0.01917799934744835 +Info 4418 [15:52:03.469] getCompletionsAtPosition: isCompletionListBlocker: 0.0024060001596808434 +Info 4419 [15:52:03.469] getCompletionData: Semantic work: 0.016636000014841557 +Info 4420 [15:52:03.469] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.043554999865591526 +Info 4421 [15:52:03.469] Format host information updated +Info 4422 [15:52:03.548] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4423 [15:52:03.550] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 432 structureChanged: false structureIsReused:: Completely Elapsed: 2.0444550001993775ms +Info 4424 [15:52:03.550] Different program with same set of files +Info 4425 [15:52:03.550] getCompletionData: Get current token: 0.0033959997817873955 +Info 4426 [15:52:03.550] getCompletionData: Is inside comment: 0.00118199922144413 +Info 4427 [15:52:03.550] getCompletionData: Get previous token: 0.017736000008881092 +Info 4428 [15:52:03.550] getCompletionsAtPosition: isCompletionListBlocker: 0.002397000789642334 +Info 4429 [15:52:03.550] getCompletionData: Semantic work: 0.01775799971073866 +Info 4430 [15:52:03.550] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.053373999893665314 +Info 4431 [15:52:03.551] Format host information updated +Info 4432 [15:52:03.653] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4433 [15:52:03.661] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 433 structureChanged: false structureIsReused:: Completely Elapsed: 7.237910999916494ms +Info 4434 [15:52:03.661] Different program with same set of files +Info 4435 [15:52:03.661] getCompletionData: Get current token: 0.016726000234484673 +Info 4436 [15:52:03.661] getCompletionData: Is inside comment: 0.005390999838709831 +Info 4437 [15:52:03.662] getCompletionData: Get previous token: 0.08399099949747324 +Info 4438 [15:52:03.662] getCompletionsAtPosition: isCompletionListBlocker: 0.009221999906003475 +Info 4439 [15:52:03.662] getCompletionData: Semantic work: 0.06451499927788973 +Info 4440 [15:52:03.662] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.192972999997437 +Info 4441 [15:52:03.669] Format host information updated +Info 4442 [15:52:03.824] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4443 [15:52:03.826] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 434 structureChanged: false structureIsReused:: Completely Elapsed: 1.8691309997811913ms +Info 4444 [15:52:03.826] Different program with same set of files +Info 4445 [15:52:03.826] getCompletionData: Get current token: 0.004225000739097595 +Info 4446 [15:52:03.826] getCompletionData: Is inside comment: 0.0013700006529688835 +Info 4447 [15:52:03.826] getCompletionData: Get previous token: 0.022388000041246414 +Info 4448 [15:52:03.826] getCompletionsAtPosition: isCompletionListBlocker: 0.0031690001487731934 +Info 4449 [15:52:03.826] getCompletionData: Semantic work: 0.019072999246418476 +Info 4450 [15:52:03.826] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.07660399936139584 +Info 4451 [15:52:03.827] Format host information updated +Info 4452 [15:52:04.012] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4453 [15:52:04.014] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 435 structureChanged: false structureIsReused:: Completely Elapsed: 1.6387800006195903ms +Info 4454 [15:52:04.014] Different program with same set of files +Info 4455 [15:52:04.014] getCompletionData: Get current token: 0.0037900004535913467 +Info 4456 [15:52:04.014] getCompletionData: Is inside comment: 0.0010850001126527786 +Info 4457 [15:52:04.014] getCompletionData: Get previous token: 0.01411299966275692 +Info 4458 [15:52:04.014] getCompletionsAtPosition: isCompletionListBlocker: 0.003856000490486622 +Info 4459 [15:52:04.014] getCompletionData: Semantic work: 0.017935000360012054 +Info 4460 [15:52:04.014] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03916599974036217 +Info 4461 [15:52:04.015] Format host information updated +Info 4462 [15:52:04.344] Format host information updated +Info 4463 [15:52:04.344] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4464 [15:52:04.345] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 436 structureChanged: false structureIsReused:: Completely Elapsed: 1.567238999530673ms +Info 4465 [15:52:04.345] Different program with same set of files +Info 4466 [15:52:04.696] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4467 [15:52:04.698] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 437 structureChanged: false structureIsReused:: Completely Elapsed: 1.6846629995852709ms +Info 4468 [15:52:04.698] Different program with same set of files +Info 4469 [15:52:04.698] getCompletionData: Get current token: 0.0033970000222325325 +Info 4470 [15:52:04.698] getCompletionData: Is inside comment: 0.0011379998177289963 +Info 4471 [15:52:04.698] getCompletionData: Get previous token: 0.018900000490248203 +Info 4472 [15:52:04.698] getCompletionsAtPosition: isCompletionListBlocker: 0.00443200021982193 +Info 4473 [15:52:04.698] getCompletionData: Semantic work: 0.01768600009381771 +Info 4474 [15:52:04.698] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04120600037276745 +Info 4475 [15:52:04.699] Format host information updated +Info 4476 [15:52:04.780] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4477 [15:52:04.782] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 438 structureChanged: false structureIsReused:: Completely Elapsed: 1.777242999523878ms +Info 4478 [15:52:04.782] Different program with same set of files +Info 4479 [15:52:04.782] getCompletionData: Get current token: 0.003703000023961067 +Info 4480 [15:52:04.782] getCompletionData: Is inside comment: 0.0010090004652738571 +Info 4481 [15:52:04.782] getCompletionData: Get previous token: 0.01960300002247095 +Info 4482 [15:52:04.782] getCompletionsAtPosition: isCompletionListBlocker: 0.004646000452339649 +Info 4483 [15:52:04.782] getCompletionData: Semantic work: 0.02072799950838089 +Info 4484 [15:52:04.782] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.04090400040149689 +Info 4485 [15:52:04.782] Format host information updated +Info 4486 [15:52:04.962] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4487 [15:52:04.964] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 439 structureChanged: false structureIsReused:: Completely Elapsed: 1.8248079996556044ms +Info 4488 [15:52:04.964] Different program with same set of files +Info 4489 [15:52:04.964] getCompletionData: Get current token: 0.0033309999853372574 +Info 4490 [15:52:04.964] getCompletionData: Is inside comment: 0.0009470004588365555 +Info 4491 [15:52:04.965] getCompletionData: Get previous token: 0.017713000066578388 +Info 4492 [15:52:04.965] getCompletionsAtPosition: isCompletionListBlocker: 0.003880999982357025 +Info 4493 [15:52:04.965] getCompletionData: Semantic work: 0.01992500014603138 +Info 4494 [15:52:04.965] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03708699997514486 +Info 4495 [15:52:04.967] Format host information updated +Info 4496 [15:52:05.030] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4497 [15:52:05.032] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 440 structureChanged: false structureIsReused:: Completely Elapsed: 2.1414220007136464ms +Info 4498 [15:52:05.032] Different program with same set of files +Info 4499 [15:52:05.032] getCompletionData: Get current token: 0.005130999721586704 +Info 4500 [15:52:05.032] getCompletionData: Is inside comment: 0.0019450001418590546 +Info 4501 [15:52:05.032] getCompletionData: Get previous token: 0.0274660000577569 +Info 4502 [15:52:05.032] getCompletionsAtPosition: isCompletionListBlocker: 0.005684000439941883 +Info 4503 [15:52:05.032] getCompletionData: Semantic work: 0.02650200016796589 +Info 4504 [15:52:05.032] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.06397899985313416 +Info 4505 [15:52:05.033] Format host information updated +Info 4506 [15:52:05.213] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4507 [15:52:05.215] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 441 structureChanged: false structureIsReused:: Completely Elapsed: 1.7050650008022785ms +Info 4508 [15:52:05.215] Different program with same set of files +Info 4509 [15:52:05.215] getCompletionData: Get current token: 0.0036979997530579567 +Info 4510 [15:52:05.215] getCompletionData: Is inside comment: 0.0010799998417496681 +Info 4511 [15:52:05.215] getCompletionData: Get previous token: 0.011907000094652176 +Info 4512 [15:52:05.215] getCompletionsAtPosition: isCompletionListBlocker: 0.004133000038564205 +Info 4513 [15:52:05.215] getCompletionData: Semantic work: 0.0183100001886487 +Info 4514 [15:52:05.215] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03810300026088953 +Info 4515 [15:52:05.215] Format host information updated +Info 4516 [15:52:05.372] Format host information updated +Info 4517 [15:52:05.372] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4518 [15:52:05.374] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 442 structureChanged: false structureIsReused:: Completely Elapsed: 1.624383999966085ms +Info 4519 [15:52:05.374] Different program with same set of files +Info 4520 [15:52:05.647] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4521 [15:52:05.648] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 443 structureChanged: false structureIsReused:: Completely Elapsed: 1.5872630001977086ms +Info 4522 [15:52:05.648] Different program with same set of files +Info 4523 [15:52:05.649] getCompletionData: Get current token: 0.0035189995542168617 +Info 4524 [15:52:05.649] getCompletionData: Is inside comment: 0.001104000024497509 +Info 4525 [15:52:05.649] getCompletionData: Get previous token: 0.02058700006455183 +Info 4526 [15:52:05.649] getCompletionsAtPosition: isCompletionListBlocker: 0.004141000099480152 +Info 4527 [15:52:05.649] getCompletionData: Semantic work: 0.017148000188171864 +Info 4528 [15:52:05.649] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03975099977105856 +Info 4529 [15:52:05.649] Format host information updated +Info 4530 [15:52:05.783] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4531 [15:52:05.784] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 444 structureChanged: false structureIsReused:: Completely Elapsed: 1.5501509997993708ms +Info 4532 [15:52:05.785] Different program with same set of files +Info 4533 [15:52:05.785] getCompletionData: Get current token: 0.0036909999325871468 +Info 4534 [15:52:05.785] getCompletionData: Is inside comment: 0.0009800000116229057 +Info 4535 [15:52:05.785] getCompletionData: Get previous token: 0.01233300007879734 +Info 4536 [15:52:05.785] getCompletionsAtPosition: isCompletionListBlocker: 0.004390999674797058 +Info 4537 [15:52:05.785] getCompletionData: Semantic work: 0.01769499946385622 +Info 4538 [15:52:05.785] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.03898499999195337 +Info 4539 [15:52:05.785] Format host information updated +Info 4540 [15:52:05.948] Format host information updated +Info 4541 [15:52:05.949] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4542 [15:52:05.955] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 445 structureChanged: false structureIsReused:: Completely Elapsed: 5.855419000610709ms +Info 4543 [15:52:05.955] Different program with same set of files +Info 4544 [15:52:06.056] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4545 [15:52:06.064] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 446 structureChanged: false structureIsReused:: Completely Elapsed: 8.476259999908507ms +Info 4546 [15:52:06.065] Different program with same set of files +Info 4547 [15:52:06.065] getCompletionData: Get current token: 0.0157279996201396 +Info 4548 [15:52:06.065] getCompletionData: Is inside comment: 0.005239999853074551 +Info 4549 [15:52:06.065] getCompletionData: Get previous token: 0.09961600042879581 +Info 4550 [15:52:06.065] getCompletionsAtPosition: isCompletionListBlocker: 0.01309600006788969 +Info 4551 [15:52:06.065] getCompletionData: Semantic work: 0.06768100056797266 +Info 4552 [15:52:06.066] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.23914000019431114 +Info 4553 [15:52:06.073] Format host information updated +Info 4554 [15:52:06.507] getCompletionData: Get current token: 0.00419200025498867 +Info 4555 [15:52:06.507] getCompletionData: Is inside comment: 0.008121000602841377 +Info 4556 [15:52:06.507] getCompletionData: Get previous token: 0.006399000063538551 +Info 4557 [15:52:06.507] getCompletionsAtPosition: isCompletionListBlocker: 0.009145000018179417 +Info 4558 [15:52:06.508] getExportInfoMap: cache hit +Info 4559 [15:52:06.516] collectAutoImports: resolved 0 module specifiers, plus 893 ambient and 102 from cache +Info 4560 [15:52:06.516] collectAutoImports: response is complete +Info 4561 [15:52:06.516] collectAutoImports: 8.161720999516547 +Info 4562 [15:52:06.516] getCompletionData: Semantic work: 8.76180800050497 +Info 4563 [15:52:06.521] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.690650999546051 +Info 4564 [15:52:10.184] Format host information updated +Info 4565 [15:52:10.184] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4566 [15:52:10.186] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 447 structureChanged: false structureIsReused:: Completely Elapsed: 1.9960389994084835ms +Info 4567 [15:52:10.186] Different program with same set of files +Info 4568 [15:52:10.628] Format host information updated +Info 4569 [15:52:10.628] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4570 [15:52:10.630] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 448 structureChanged: false structureIsReused:: Completely Elapsed: 1.692449999973178ms +Info 4571 [15:52:10.630] Different program with same set of files +Info 4572 [15:52:11.075] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4573 [15:52:11.077] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 449 structureChanged: false structureIsReused:: Completely Elapsed: 1.7647559996694326ms +Info 4574 [15:52:11.077] Different program with same set of files +Info 4575 [15:52:11.077] getCompletionData: Get current token: 0.0035199997946619987 +Info 4576 [15:52:11.077] getCompletionData: Is inside comment: 0.012225000187754631 +Info 4577 [15:52:11.077] getCompletionData: Get previous token: 0.031272999942302704 +Info 4578 [15:52:11.077] getCompletionsAtPosition: isCompletionListBlocker: 0.004560000263154507 +Info 4579 [15:52:11.078] getCompletionData: Semantic work: 0.6133099999278784 +Info 4580 [15:52:11.079] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.9747240003198385 +Info 4581 [15:52:11.080] Format host information updated +Info 4582 [15:52:11.197] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4583 [15:52:11.199] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 450 structureChanged: false structureIsReused:: Completely Elapsed: 1.7817110000178218ms +Info 4584 [15:52:11.199] Different program with same set of files +Info 4585 [15:52:11.199] getCompletionData: Get current token: 0.003522000275552273 +Info 4586 [15:52:11.199] getCompletionData: Is inside comment: 0.00877700001001358 +Info 4587 [15:52:11.199] getCompletionData: Get previous token: 0.012211999855935574 +Info 4588 [15:52:11.199] getCompletionsAtPosition: isCompletionListBlocker: 0.003720000386238098 +Info 4589 [15:52:11.200] getCompletionData: Semantic work: 0.46948800049722195 +Info 4590 [15:52:11.201] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.5350290006026626 +Info 4591 [15:52:11.202] Format host information updated +Info 4592 [15:52:11.297] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4593 [15:52:11.304] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 451 structureChanged: false structureIsReused:: Completely Elapsed: 6.246052999980748ms +Info 4594 [15:52:11.304] Different program with same set of files +Info 4595 [15:52:11.304] getCompletionData: Get current token: 0.01564200036227703 +Info 4596 [15:52:11.304] getCompletionData: Is inside comment: 0.03756100032478571 +Info 4597 [15:52:11.304] getCompletionData: Get previous token: 0.05441000033169985 +Info 4598 [15:52:11.304] getCompletionsAtPosition: isCompletionListBlocker: 0.012441999278962612 +Info 4599 [15:52:11.306] getCompletionData: Semantic work: 1.9329459993168712 +Info 4600 [15:52:11.310] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 3.7882519997656345 +Info 4601 [15:52:11.313] Format host information updated +Info 4602 [15:52:11.361] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4603 [15:52:11.363] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 452 structureChanged: false structureIsReused:: Completely Elapsed: 2.165896000340581ms +Info 4604 [15:52:11.363] Different program with same set of files +Info 4605 [15:52:11.363] getCompletionData: Get current token: 0.006723999977111816 +Info 4606 [15:52:11.364] getCompletionData: Is inside comment: 0.01650600042194128 +Info 4607 [15:52:11.364] getCompletionData: Get previous token: 0.0254100002348423 +Info 4608 [15:52:11.364] getCompletionsAtPosition: isCompletionListBlocker: 0.005919999442994595 +Info 4609 [15:52:11.364] getCompletionData: Semantic work: 0.5450499998405576 +Info 4610 [15:52:11.365] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 1.0721180001273751 +Info 4611 [15:52:11.366] Format host information updated +Info 4612 [15:52:11.446] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4613 [15:52:11.452] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 453 structureChanged: false structureIsReused:: Completely Elapsed: 6.342907000333071ms +Info 4614 [15:52:11.452] Different program with same set of files +Info 4615 [15:52:11.453] getCompletionData: Get current token: 0.016683999449014664 +Info 4616 [15:52:11.453] getCompletionData: Is inside comment: 0.039726000279188156 +Info 4617 [15:52:11.453] getCompletionData: Get previous token: 0.05705399997532368 +Info 4618 [15:52:11.453] getCompletionsAtPosition: isCompletionListBlocker: 0.013429000042378902 +Info 4619 [15:52:11.455] getCompletionData: Semantic work: 1.6879059998318553 +Info 4620 [15:52:11.459] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.195074999704957 +Info 4621 [15:52:11.462] Format host information updated +Info 4622 [15:52:11.710] Format host information updated +Info 4623 [15:52:11.710] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4624 [15:52:11.712] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 454 structureChanged: false structureIsReused:: Completely Elapsed: 1.807281999848783ms +Info 4625 [15:52:11.712] Different program with same set of files +Info 4626 [15:52:12.167] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4627 [15:52:12.171] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 455 structureChanged: false structureIsReused:: Completely Elapsed: 3.3943800004199147ms +Info 4628 [15:52:12.171] Different program with same set of files +Info 4629 [15:52:12.171] getCompletionData: Get current token: 0.0036629997193813324 +Info 4630 [15:52:12.171] getCompletionData: Is inside comment: 0.009112999774515629 +Info 4631 [15:52:12.171] getCompletionData: Get previous token: 0.006830000318586826 +Info 4632 [15:52:12.171] getCompletionsAtPosition: isCompletionListBlocker: 0.008711999282240868 +Info 4633 [15:52:12.171] getCompletionData: Semantic work: 0.41451899986714125 +Info 4634 [15:52:12.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7580180000513792 +Info 4635 [15:52:12.173] Format host information updated +Info 4636 [15:52:12.344] getCompletionData: Get current token: 0.004019999876618385 +Info 4637 [15:52:12.344] getCompletionData: Is inside comment: 0.0012199999764561653 +Info 4638 [15:52:12.344] getCompletionData: Get previous token: 0.009569999761879444 +Info 4639 [15:52:12.344] getCompletionsAtPosition: isCompletionListBlocker: 0.0031980006024241447 +Info 4640 [15:52:12.345] getCompletionData: Semantic work: 0.567820000462234 +Info 4641 [15:52:12.346] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7827549995854497 +Info 4642 [15:52:12.513] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4643 [15:52:12.515] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 456 structureChanged: false structureIsReused:: Completely Elapsed: 1.7999929999932647ms +Info 4644 [15:52:12.515] Different program with same set of files +Info 4645 [15:52:12.515] getCompletionData: Get current token: 0.00408599991351366 +Info 4646 [15:52:12.515] getCompletionData: Is inside comment: 0.0011820001527667046 +Info 4647 [15:52:12.515] getCompletionData: Get previous token: 0.03589500021189451 +Info 4648 [15:52:12.515] getCompletionsAtPosition: isCompletionListBlocker: 0.0030239997431635857 +Info 4649 [15:52:12.516] getCompletionData: Semantic work: 0.48126500006765127 +Info 4650 [15:52:12.517] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.813145000487566 +Info 4651 [15:52:12.517] Format host information updated +Info 4652 [15:52:12.639] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4653 [15:52:12.641] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 457 structureChanged: false structureIsReused:: Completely Elapsed: 1.8808669997379184ms +Info 4654 [15:52:12.641] Different program with same set of files +Info 4655 [15:52:12.641] getCompletionData: Get current token: 0.004327000118792057 +Info 4656 [15:52:12.641] getCompletionData: Is inside comment: 0.001257999800145626 +Info 4657 [15:52:12.641] getCompletionData: Get previous token: 0.015231000259518623 +Info 4658 [15:52:12.641] getCompletionsAtPosition: isCompletionListBlocker: 0.004378000274300575 +Info 4659 [15:52:12.641] getCompletionData: Semantic work: 0.408270999789238 +Info 4660 [15:52:12.642] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7571470001712441 +Info 4661 [15:52:12.643] Format host information updated +Info 4662 [15:52:12.800] Format host information updated +Info 4663 [15:52:12.801] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4664 [15:52:12.802] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 458 structureChanged: false structureIsReused:: Completely Elapsed: 1.5080539993941784ms +Info 4665 [15:52:12.802] Different program with same set of files +Info 4666 [15:52:12.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4667 [15:52:12.919] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 459 structureChanged: false structureIsReused:: Completely Elapsed: 1.9753989996388555ms +Info 4668 [15:52:12.919] Different program with same set of files +Info 4669 [15:52:12.920] getCompletionData: Get current token: 0.00355600006878376 +Info 4670 [15:52:12.920] getCompletionData: Is inside comment: 0.0011259997263550758 +Info 4671 [15:52:12.920] getCompletionData: Get previous token: 0.017152000218629837 +Info 4672 [15:52:12.920] getCompletionsAtPosition: isCompletionListBlocker: 0.0039869993925094604 +Info 4673 [15:52:12.920] getCompletionData: Semantic work: 0.3876860002055764 +Info 4674 [15:52:12.921] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.706836000084877 +Info 4675 [15:52:12.921] Format host information updated +Info 4676 [15:52:13.176] getCompletionData: Get current token: 0.00383599940687418 +Info 4677 [15:52:13.176] getCompletionData: Is inside comment: 0.008303999900817871 +Info 4678 [15:52:13.176] getCompletionData: Get previous token: 0.006153000518679619 +Info 4679 [15:52:13.176] getCompletionsAtPosition: isCompletionListBlocker: 0.008467999286949635 +Info 4680 [15:52:13.176] getCompletionData: Semantic work: 0.59774100035429 +Info 4681 [15:52:13.177] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.73870600014925 +Info 4682 [15:52:13.305] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4683 [15:52:13.307] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 460 structureChanged: false structureIsReused:: Completely Elapsed: 1.754254000261426ms +Info 4684 [15:52:13.307] Different program with same set of files +Info 4685 [15:52:13.307] getCompletionData: Get current token: 0.003664999268949032 +Info 4686 [15:52:13.307] getCompletionData: Is inside comment: 0.00875800009816885 +Info 4687 [15:52:13.307] getCompletionData: Get previous token: 0.0064750006422400475 +Info 4688 [15:52:13.307] getCompletionsAtPosition: isCompletionListBlocker: 0.004342000000178814 +Info 4689 [15:52:13.308] getCompletionData: Semantic work: 0.3904319992288947 +Info 4690 [15:52:13.308] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 0.7465560007840395 +Info 4691 [15:52:13.309] Format host information updated +Info 4692 [15:54:15.561] Format host information updated +Info 4693 [15:54:15.562] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4694 [15:54:15.563] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 461 structureChanged: false structureIsReused:: Completely Elapsed: 1.5194060001522303ms +Info 4695 [15:54:15.563] Different program with same set of files +Info 4696 [15:54:16.500] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4697 [15:54:16.501] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 462 structureChanged: false structureIsReused:: Completely Elapsed: 1.3007990000769496ms +Info 4698 [15:54:16.501] Different program with same set of files +Info 4699 [15:54:16.501] getCompletionData: Get current token: 0.0011620000004768372 +Info 4700 [15:54:16.501] getCompletionData: Is inside comment: 0.005499000661075115 +Info 4701 [15:54:16.501] getCompletionData: Get previous token: 0.0036249998956918716 +Info 4702 [15:54:16.501] getCompletionsAtPosition: isCompletionListBlocker: 0.008321999572217464 +Info 4703 [15:54:16.501] getExportInfoMap: cache miss or empty; calculating new results +Info 4704 [15:54:16.519] forEachExternalModuleToImportFrom autoImportProvider: 10.430850999429822 +Info 4705 [15:54:16.519] getExportInfoMap: done in 17.25784599967301 ms +Info 4706 [15:54:16.540] collectAutoImports: resolved 12 module specifiers, plus 893 ambient and 90 from cache +Info 4707 [15:54:16.540] collectAutoImports: response is complete +Info 4708 [15:54:16.540] collectAutoImports: 21.487129000015557 +Info 4709 [15:54:16.540] getCompletionData: Semantic work: 39.11279799975455 +Info 4710 [15:54:16.545] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 4.661625999957323 +Info 4711 [15:54:16.550] Format host information updated +Info 4712 [15:54:17.006] Format host information updated +Info 4713 [15:54:17.006] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4714 [15:54:17.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 463 structureChanged: false structureIsReused:: Completely Elapsed: 2.5798079995438457ms +Info 4715 [15:54:17.009] Different program with same set of files +Info 4716 [15:54:18.910] Format host information updated +Info 4717 [15:54:18.911] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4718 [15:54:18.915] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 464 structureChanged: false structureIsReused:: Completely Elapsed: 4.506798000074923ms +Info 4719 [15:54:18.915] Different program with same set of files +Info 4720 [15:54:19.263] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4721 [15:54:19.264] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 465 structureChanged: false structureIsReused:: Completely Elapsed: 1.6461500003933907ms +Info 4722 [15:54:19.264] Different program with same set of files +Info 4723 [15:54:19.265] getCompletionData: Get current token: 0.002581000328063965 +Info 4724 [15:54:19.265] getCompletionData: Is inside comment: 0.0009949998930096626 +Info 4725 [15:54:19.265] getCompletionData: Get previous token: 0.009844000451266766 +Info 4726 [15:54:19.265] getCompletionsAtPosition: isCompletionListBlocker: 0.0015470003709197044 +Info 4727 [15:54:19.265] Returning an empty list because completion was requested in an invalid position. +Info 4728 [15:54:19.265] Format host information updated +Info 4729 [15:54:19.659] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4730 [15:54:19.660] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 466 structureChanged: false structureIsReused:: Completely Elapsed: 1.472512999549508ms +Info 4731 [15:54:19.660] Different program with same set of files +Info 4732 [15:54:19.661] getCompletionData: Get current token: 0.0037780003622174263 +Info 4733 [15:54:19.661] getCompletionData: Is inside comment: 0.002552999183535576 +Info 4734 [15:54:19.661] getCompletionData: Get previous token: 0.010161000303924084 +Info 4735 [15:54:19.661] getCompletionsAtPosition: isCompletionListBlocker: 0.0019039995968341827 +Info 4736 [15:54:19.661] Returning an empty list because completion was requested in an invalid position. +Info 4737 [15:54:19.662] Format host information updated +Info 4738 [15:54:19.733] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4739 [15:54:19.736] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 467 structureChanged: false structureIsReused:: Completely Elapsed: 2.5572029994800687ms +Info 4740 [15:54:19.736] Different program with same set of files +Info 4741 [15:54:19.736] getCompletionData: Get current token: 0.0024220002815127373 +Info 4742 [15:54:19.736] getCompletionData: Is inside comment: 0.0010399995371699333 +Info 4743 [15:54:19.736] getCompletionData: Get previous token: 0.00841399934142828 +Info 4744 [15:54:19.736] getCompletionsAtPosition: isCompletionListBlocker: 0.0019770003855228424 +Info 4745 [15:54:19.736] Returning an empty list because completion was requested in an invalid position. +Info 4746 [15:54:19.736] Format host information updated +Info 4747 [15:54:19.917] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4748 [15:54:19.919] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 468 structureChanged: false structureIsReused:: Completely Elapsed: 2.0260509997606277ms +Info 4749 [15:54:19.919] Different program with same set of files +Info 4750 [15:54:19.919] getCompletionData: Get current token: 0.003069000318646431 +Info 4751 [15:54:19.919] getCompletionData: Is inside comment: 0.000951000489294529 +Info 4752 [15:54:19.919] getCompletionData: Get previous token: 0.007410000078380108 +Info 4753 [15:54:19.919] getCompletionsAtPosition: isCompletionListBlocker: 0.0015119994059205055 +Info 4754 [15:54:19.919] Returning an empty list because completion was requested in an invalid position. +Info 4755 [15:54:19.919] Format host information updated +Info 4756 [15:54:20.027] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4757 [15:54:20.029] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 469 structureChanged: false structureIsReused:: Completely Elapsed: 2.7098909998312593ms +Info 4758 [15:54:20.029] Different program with same set of files +Info 4759 [15:54:20.029] getCompletionData: Get current token: 0.0032909996807575226 +Info 4760 [15:54:20.029] getCompletionData: Is inside comment: 0.0009750006720423698 +Info 4761 [15:54:20.029] getCompletionData: Get previous token: 0.007598999887704849 +Info 4762 [15:54:20.029] getCompletionsAtPosition: isCompletionListBlocker: 0.00177800003439188 +Info 4763 [15:54:20.029] Returning an empty list because completion was requested in an invalid position. +Info 4764 [15:54:20.030] Format host information updated +Info 4765 [15:54:20.250] Format host information updated +Info 4766 [15:54:20.251] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4767 [15:54:20.252] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 470 structureChanged: false structureIsReused:: Completely Elapsed: 1.579539000056684ms +Info 4768 [15:54:20.252] Different program with same set of files +Info 4769 [15:54:21.323] Format host information updated +Info 4770 [15:54:21.323] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4771 [15:54:21.324] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 471 structureChanged: false structureIsReused:: Completely Elapsed: 1.5410940004512668ms +Info 4772 [15:54:21.324] Different program with same set of files +Info 4773 [15:54:23.083] Format host information updated +Info 4774 [15:54:23.083] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4775 [15:54:23.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 472 structureChanged: false structureIsReused:: Completely Elapsed: 1.7137919999659061ms +Info 4776 [15:54:23.085] Different program with same set of files +Info 4777 [15:54:23.247] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4778 [15:54:23.249] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 473 structureChanged: false structureIsReused:: Completely Elapsed: 1.6842700000852346ms +Info 4779 [15:54:23.249] Different program with same set of files +Info 4780 [15:54:23.249] getCompletionData: Get current token: 0.002453000284731388 +Info 4781 [15:54:23.249] getCompletionData: Is inside comment: 0.0009949998930096626 +Info 4782 [15:54:23.249] getCompletionData: Get previous token: 0.009705000557005405 +Info 4783 [15:54:23.249] getCompletionsAtPosition: isCompletionListBlocker: 0.0016189999878406525 +Info 4784 [15:54:23.249] Returning an empty list because completion was requested in an invalid position. +Info 4785 [15:54:23.250] Format host information updated +Info 4786 [15:54:23.556] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4787 [15:54:23.557] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 474 structureChanged: false structureIsReused:: Completely Elapsed: 1.7385700000450015ms +Info 4788 [15:54:23.557] Different program with same set of files +Info 4789 [15:54:23.557] getCompletionData: Get current token: 0.002460000105202198 +Info 4790 [15:54:23.557] getCompletionData: Is inside comment: 0.0011280002072453499 +Info 4791 [15:54:23.557] getCompletionData: Get previous token: 0.008705999702215195 +Info 4792 [15:54:23.557] getCompletionsAtPosition: isCompletionListBlocker: 0.001864999532699585 +Info 4793 [15:54:23.557] Returning an empty list because completion was requested in an invalid position. +Info 4794 [15:54:23.558] Format host information updated +Info 4795 [15:54:23.674] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4796 [15:54:23.675] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 475 structureChanged: false structureIsReused:: Completely Elapsed: 1.71607599966228ms +Info 4797 [15:54:23.675] Different program with same set of files +Info 4798 [15:54:23.675] getCompletionData: Get current token: 0.0024979999288916588 +Info 4799 [15:54:23.675] getCompletionData: Is inside comment: 0.0012360000982880592 +Info 4800 [15:54:23.675] getCompletionData: Get previous token: 0.009482000023126602 +Info 4801 [15:54:23.675] getCompletionsAtPosition: isCompletionListBlocker: 0.0019009998068213463 +Info 4802 [15:54:23.675] Returning an empty list because completion was requested in an invalid position. +Info 4803 [15:54:23.677] Format host information updated +Info 4804 [15:54:23.928] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4805 [15:54:23.930] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 476 structureChanged: false structureIsReused:: Completely Elapsed: 2.1068740002810955ms +Info 4806 [15:54:23.930] Different program with same set of files +Info 4807 [15:54:23.930] getCompletionData: Get current token: 0.002404000610113144 +Info 4808 [15:54:23.930] getCompletionData: Is inside comment: 0.0010420000180602074 +Info 4809 [15:54:23.930] getCompletionData: Get previous token: 0.0081599997356534 +Info 4810 [15:54:23.930] getCompletionsAtPosition: isCompletionListBlocker: 0.0015810001641511917 +Info 4811 [15:54:23.930] Returning an empty list because completion was requested in an invalid position. +Info 4812 [15:54:23.930] Format host information updated +Info 4813 [15:54:24.018] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4814 [15:54:24.019] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 477 structureChanged: false structureIsReused:: Completely Elapsed: 1.4754480002447963ms +Info 4815 [15:54:24.019] Different program with same set of files +Info 4816 [15:54:24.019] getCompletionData: Get current token: 0.0020909998565912247 +Info 4817 [15:54:24.019] getCompletionData: Is inside comment: 0.0009270003065466881 +Info 4818 [15:54:24.019] getCompletionData: Get previous token: 0.00875600054860115 +Info 4819 [15:54:24.019] getCompletionsAtPosition: isCompletionListBlocker: 0.0015859995037317276 +Info 4820 [15:54:24.019] Returning an empty list because completion was requested in an invalid position. +Info 4821 [15:54:24.020] Format host information updated +Info 4822 [15:54:24.082] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4823 [15:54:24.085] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 478 structureChanged: false structureIsReused:: Completely Elapsed: 2.8814940005540848ms +Info 4824 [15:54:24.085] Different program with same set of files +Info 4825 [15:54:24.085] getCompletionData: Get current token: 0.002466999925673008 +Info 4826 [15:54:24.085] getCompletionData: Is inside comment: 0.0011329995468258858 +Info 4827 [15:54:24.085] getCompletionData: Get previous token: 0.009056999348104 +Info 4828 [15:54:24.085] getCompletionsAtPosition: isCompletionListBlocker: 0.001623000018298626 +Info 4829 [15:54:24.085] Returning an empty list because completion was requested in an invalid position. +Info 4830 [15:54:24.085] Format host information updated +Info 4831 [15:54:24.235] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4832 [15:54:24.237] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 479 structureChanged: false structureIsReused:: Completely Elapsed: 1.499729000031948ms +Info 4833 [15:54:24.237] Different program with same set of files +Info 4834 [15:54:24.237] getCompletionData: Get current token: 0.0026169996708631516 +Info 4835 [15:54:24.237] getCompletionData: Is inside comment: 0.0010379999876022339 +Info 4836 [15:54:24.237] getCompletionData: Get previous token: 0.00914900004863739 +Info 4837 [15:54:24.237] getCompletionsAtPosition: isCompletionListBlocker: 0.0017240000888705254 +Info 4838 [15:54:24.237] Returning an empty list because completion was requested in an invalid position. +Info 4839 [15:54:24.237] Format host information updated +Info 4840 [15:54:24.318] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4841 [15:54:24.320] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 480 structureChanged: false structureIsReused:: Completely Elapsed: 1.4333870001137257ms +Info 4842 [15:54:24.320] Different program with same set of files +Info 4843 [15:54:24.320] getCompletionData: Get current token: 0.002305000089108944 +Info 4844 [15:54:24.320] getCompletionData: Is inside comment: 0.000851999968290329 +Info 4845 [15:54:24.320] getCompletionData: Get previous token: 0.008294000290334225 +Info 4846 [15:54:24.320] getCompletionsAtPosition: isCompletionListBlocker: 0.0016620000824332237 +Info 4847 [15:54:24.320] Returning an empty list because completion was requested in an invalid position. +Info 4848 [15:54:24.320] Format host information updated +Info 4849 [15:54:24.418] Format host information updated +Info 4850 [15:54:24.419] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 4851 [15:54:24.420] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 481 structureChanged: false structureIsReused:: Completely Elapsed: 1.6668160008266568ms +Info 4852 [15:54:24.420] Different program with same set of files diff --git a/.log/tsserver-log-wYuYEU/tsserver.log b/.log/tsserver-log-wYuYEU/tsserver.log new file mode 100644 index 0000000..b17c890 --- /dev/null +++ b/.log/tsserver-log-wYuYEU/tsserver.log @@ -0,0 +1,34 @@ +Info 0 [13:56:54.889] Starting TS Server +Info 1 [13:56:54.889] Version: 5.2.2 +Info 2 [13:56:54.889] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/85d5b129d5be76150ef0243727cce4cc/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-wYuYEU/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [13:56:54.889] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [13:56:54.889] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [13:56:54.894] Format host information updated +Info 6 [13:56:54.898] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [13:56:55.246] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 347.96562199946493ms +Info 8 [13:56:55.246] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [13:56:55.246] Files (8) + +Info 10 [13:56:55.246] ----------------------------------------------- +Info 11 [13:56:55.247] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [13:56:55.247] Files (8) + +Info 11 [13:56:55.247] ----------------------------------------------- +Info 11 [13:56:55.247] Open files: +Info 11 [13:56:55.247] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [13:56:55.247] Projects: /dev/null/inferredProject1* +Info 11 [13:56:55.247] Format host information updated +Info 12 [13:56:55.247] Format host information updated +Info 13 [13:56:55.248] Format host information updated +Info 14 [13:56:55.415] Format host information updated +Info 15 [13:56:55.609] Format host information updated +Info 16 [13:56:55.916] Format host information updated +Info 17 [13:56:56.101] Format host information updated +Info 18 [13:56:56.219] Format host information updated +Info 19 [13:56:56.401] Format host information updated +Info 20 [13:56:56.525] Format host information updated +Info 21 [13:56:59.863] Format host information updated +Info 22 [13:57:00.077] Format host information updated +Info 23 [13:57:00.190] Format host information updated +Info 24 [13:57:00.365] Format host information updated +Info 25 [13:57:00.512] Format host information updated diff --git a/.log/tsserver-log-x79SpS/tsserver.log b/.log/tsserver-log-x79SpS/tsserver.log new file mode 100644 index 0000000..7f910d3 --- /dev/null +++ b/.log/tsserver-log-x79SpS/tsserver.log @@ -0,0 +1,528 @@ +Info 0 [15:28:52.330] Starting TS Server +Info 1 [15:28:52.332] Version: 5.2.2 +Info 2 [15:28:52.332] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/d24f7b8bd4ee640c93dd8ddab1c03da5/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-x79SpS/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [15:28:52.332] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [15:28:52.332] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [15:28:52.338] Format host information updated +Info 6 [15:28:52.342] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [15:28:52.654] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 312.05593500006944ms +Info 8 [15:28:52.654] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [15:28:52.654] Files (8) + +Info 10 [15:28:52.654] ----------------------------------------------- +Info 11 [15:28:52.655] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [15:28:52.655] Files (8) + +Info 11 [15:28:52.655] ----------------------------------------------- +Info 11 [15:28:52.655] Open files: +Info 11 [15:28:52.655] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [15:28:52.655] Projects: /dev/null/inferredProject1* +Info 11 [15:28:52.655] Format host information updated +Info 12 [15:28:52.655] Format host information updated +Info 13 [15:28:56.064] Format host information updated +Info 14 [15:28:56.527] Format host information updated +Info 15 [15:28:56.825] Format host information updated +Info 16 [15:28:56.887] Format host information updated +Info 17 [15:28:56.983] Format host information updated +Info 18 [15:28:57.072] Format host information updated +Info 19 [15:28:57.154] Format host information updated +Info 20 [15:28:57.255] Format host information updated +Info 21 [15:28:57.488] Format host information updated +Info 22 [15:28:57.658] Format host information updated +Info 23 [15:28:57.763] Format host information updated +Info 24 [15:28:57.846] Format host information updated +Info 25 [15:28:57.965] Format host information updated +Info 26 [15:28:58.046] Format host information updated +Info 27 [15:28:58.225] Format host information updated +Info 28 [15:28:58.325] Format host information updated +Info 29 [15:28:58.474] Format host information updated +Info 30 [15:28:58.586] Format host information updated +Info 31 [15:28:58.954] Format host information updated +Info 32 [15:28:59.264] Format host information updated +Info 33 [15:29:01.290] Format host information updated +Info 34 [15:29:01.630] Format host information updated +Info 35 [15:29:01.785] Format host information updated +Info 36 [15:29:01.895] Format host information updated +Info 37 [15:29:02.098] Format host information updated +Info 38 [15:29:02.240] Format host information updated +Info 39 [15:29:02.344] Format host information updated +Info 40 [15:29:02.687] Format host information updated +Info 41 [15:29:02.766] Format host information updated +Info 42 [15:29:02.830] Format host information updated +Info 43 [15:29:02.902] Format host information updated +Info 44 [15:29:05.179] Format host information updated +Info 45 [15:29:05.793] Format host information updated +Info 46 [15:29:05.914] Format host information updated +Info 47 [15:29:06.123] Format host information updated +Info 48 [15:29:06.224] Format host information updated +Info 49 [15:29:06.419] Format host information updated +Info 50 [15:29:06.636] Format host information updated +Info 51 [15:29:06.718] Format host information updated +Info 52 [15:29:07.113] Format host information updated +Info 53 [15:29:07.194] Format host information updated +Info 54 [15:29:14.920] Format host information updated +Info 55 [15:29:15.148] Format host information updated +Info 56 [15:29:15.243] Format host information updated +Info 57 [15:29:15.370] Format host information updated +Info 58 [15:29:15.466] Format host information updated +Info 59 [15:29:15.558] Format host information updated +Info 60 [15:29:15.613] Format host information updated +Info 61 [15:29:15.800] Format host information updated +Info 62 [15:29:15.988] Format host information updated +Info 63 [15:29:16.086] Format host information updated +Info 64 [15:29:16.696] Format host information updated +Info 65 [15:29:17.414] Format host information updated +Info 66 [15:29:17.680] Format host information updated +Info 67 [15:29:17.790] Format host information updated +Info 68 [15:29:18.301] Format host information updated +Info 69 [15:29:18.610] Format host information updated +Info 70 [15:29:20.189] Format host information updated +Info 71 [15:32:41.984] Format host information updated +Info 72 [15:32:44.151] Format host information updated +Info 73 [15:32:44.300] Format host information updated +Info 74 [15:32:44.362] Format host information updated +Info 75 [15:32:44.511] Format host information updated +Info 76 [15:32:44.583] Format host information updated +Info 77 [15:32:44.718] Format host information updated +Info 78 [15:33:45.009] Format host information updated +Info 79 [15:33:45.573] Format host information updated +Info 80 [15:33:45.692] Format host information updated +Info 81 [15:33:45.753] Format host information updated +Info 82 [15:33:45.861] Format host information updated +Info 83 [15:33:45.984] Format host information updated +Info 84 [15:33:46.160] Format host information updated +Info 85 [15:33:46.271] Format host information updated +Info 86 [15:33:46.392] Format host information updated +Info 87 [15:33:46.469] Format host information updated +Info 88 [15:33:46.602] Format host information updated +Info 89 [15:33:46.783] Format host information updated +Info 90 [15:33:46.912] Format host information updated +Info 91 [15:33:47.100] Format host information updated +Info 92 [15:33:47.210] Format host information updated +Info 93 [15:33:47.388] Format host information updated +Info 94 [15:33:47.776] Format host information updated +Info 95 [15:33:47.835] Format host information updated +Info 96 [15:33:48.195] Format host information updated +Info 97 [15:33:48.254] Format host information updated +Info 98 [15:33:48.388] Format host information updated +Info 99 [15:33:48.589] Format host information updated +Info 100 [15:33:48.655] Format host information updated +Info 101 [15:33:49.020] Format host information updated +Info 102 [15:39:21.553] Format host information updated +Info 103 [15:39:23.769] Format host information updated +Info 104 [15:39:23.944] Format host information updated +Info 105 [15:39:24.182] Format host information updated +Info 106 [15:39:24.315] Format host information updated +Info 107 [15:39:24.447] Format host information updated +Info 108 [15:39:24.567] Format host information updated +Info 109 [15:39:24.626] Format host information updated +Info 110 [15:40:50.546] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 111 [15:40:50.556] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 10.421019000001252ms +Info 112 [15:40:50.556] Project '/dev/null/inferredProject1*' (Inferred) +Info 113 [15:40:50.556] Files (9) + +Info 114 [15:40:50.556] ----------------------------------------------- +Info 115 [15:40:50.556] Project '/dev/null/inferredProject1*' (Inferred) +Info 115 [15:40:50.556] Files (9) + +Info 115 [15:40:50.556] ----------------------------------------------- +Info 115 [15:40:50.556] Open files: +Info 115 [15:40:50.556] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 115 [15:40:50.556] Projects: /dev/null/inferredProject1* +Info 115 [15:40:50.556] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 115 [15:40:50.557] Projects: /dev/null/inferredProject1* +Info 115 [15:40:50.796] Format host information updated +Info 116 [15:49:42.532] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 117 [15:49:42.538] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: true structureIsReused:: Not Elapsed: 5.876462999731302ms +Info 118 [15:49:42.538] Project '/dev/null/inferredProject1*' (Inferred) +Info 119 [15:49:42.538] Files (10) + +Info 120 [15:49:42.538] ----------------------------------------------- +Info 121 [15:49:42.538] Project '/dev/null/inferredProject1*' (Inferred) +Info 121 [15:49:42.538] Files (10) + +Info 121 [15:49:42.538] ----------------------------------------------- +Info 121 [15:49:42.538] Open files: +Info 121 [15:49:42.538] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 121 [15:49:42.538] Projects: /dev/null/inferredProject1* +Info 121 [15:49:42.538] FileName: /home/orion/src/purescript-puppeteer/bun/fmt.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 121 [15:49:42.538] Projects: /dev/null/inferredProject1* +Info 121 [15:49:42.538] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 121 [15:49:42.538] Projects: /dev/null/inferredProject1* +Info 121 [15:49:42.743] Format host information updated +Info 122 [15:49:43.450] Format host information updated +Info 123 [15:49:43.596] Format host information updated +Info 124 [15:49:43.660] Format host information updated +Info 125 [15:49:43.820] Format host information updated +Info 126 [15:49:43.956] Format host information updated +Info 127 [15:49:44.051] Format host information updated +Info 128 [15:49:44.140] Format host information updated +Info 129 [15:49:44.237] Format host information updated +Info 130 [15:49:44.476] Format host information updated +Info 131 [15:49:44.679] Format host information updated +Info 132 [15:49:44.774] Format host information updated +Info 133 [15:49:44.843] Format host information updated +Info 134 [15:49:45.009] Format host information updated +Info 135 [15:49:45.130] Format host information updated +Info 136 [15:49:45.292] Format host information updated +Info 137 [15:49:45.421] Format host information updated +Info 138 [15:49:45.484] Format host information updated +Info 139 [15:49:45.800] Format host information updated +Info 140 [15:49:45.940] Format host information updated +Info 141 [15:49:46.531] Format host information updated +Info 142 [15:49:46.618] Format host information updated +Info 143 [15:49:46.889] Format host information updated +Info 144 [15:49:47.022] Format host information updated +Info 145 [15:49:47.172] Format host information updated +Info 146 [15:49:47.452] Format host information updated +Info 147 [15:49:47.628] Format host information updated +Info 148 [15:49:47.824] Format host information updated +Info 149 [15:49:48.911] Format host information updated +Info 150 [15:49:48.983] Format host information updated +Info 151 [15:49:49.061] Format host information updated +Info 152 [15:49:49.158] Format host information updated +Info 153 [15:49:49.228] Format host information updated +Info 154 [15:49:49.288] Format host information updated +Info 155 [15:49:49.465] Format host information updated +Info 156 [15:49:49.537] Format host information updated +Info 157 [15:49:49.757] Format host information updated +Info 158 [15:49:52.494] Format host information updated +Info 159 [15:49:53.106] Format host information updated +Info 160 [15:49:53.457] Format host information updated +Info 161 [15:49:53.525] Format host information updated +Info 162 [15:49:53.627] Format host information updated +Info 163 [15:49:54.170] Format host information updated +Info 164 [15:49:54.299] Format host information updated +Info 165 [15:49:54.385] Format host information updated +Info 166 [15:50:05.845] Format host information updated +Info 167 [15:50:05.991] Format host information updated +Info 168 [15:50:06.179] Format host information updated +Info 169 [15:50:06.446] Format host information updated +Info 170 [15:50:20.654] Format host information updated +Info 171 [15:50:20.961] Format host information updated +Info 172 [15:50:21.312] Format host information updated +Info 173 [15:50:21.489] Format host information updated +Info 174 [15:50:21.734] Format host information updated +Info 175 [15:50:22.122] Format host information updated +Info 176 [15:50:22.430] Format host information updated +Info 177 [15:50:22.489] Format host information updated +Info 178 [15:50:22.702] Format host information updated +Info 179 [15:50:22.857] Format host information updated +Info 180 [15:50:23.585] Format host information updated +Info 181 [15:50:23.646] Format host information updated +Info 182 [15:50:24.110] Format host information updated +Info 183 [15:50:24.176] Format host information updated +Info 184 [15:50:24.664] Format host information updated +Info 185 [15:50:24.777] Format host information updated +Info 186 [15:50:24.912] Format host information updated +Info 187 [15:50:25.028] Format host information updated +Info 188 [15:50:25.482] Format host information updated +Info 189 [15:50:25.931] Format host information updated +Info 190 [15:50:26.112] Format host information updated +Info 191 [15:50:26.329] Format host information updated +Info 192 [15:50:26.435] Format host information updated +Info 193 [15:50:26.562] Format host information updated +Info 194 [15:50:26.673] Format host information updated +Info 195 [15:50:26.856] Format host information updated +Info 196 [15:50:28.096] Format host information updated +Info 197 [15:50:28.288] Format host information updated +Info 198 [15:50:28.487] Format host information updated +Info 199 [15:50:29.172] Format host information updated +Info 200 [15:50:29.249] Format host information updated +Info 201 [15:50:29.451] Format host information updated +Info 202 [15:50:29.553] Format host information updated +Info 203 [15:50:29.680] Format host information updated +Info 204 [15:50:29.927] Format host information updated +Info 205 [15:50:29.996] Format host information updated +Info 206 [15:50:30.096] Format host information updated +Info 207 [15:50:30.220] Format host information updated +Info 208 [15:50:30.396] Format host information updated +Info 209 [15:50:30.912] Format host information updated +Info 210 [15:50:31.189] Format host information updated +Info 211 [15:50:31.341] Format host information updated +Info 212 [15:50:31.474] Format host information updated +Info 213 [15:50:31.651] Format host information updated +Info 214 [15:50:31.719] Format host information updated +Info 215 [15:50:33.415] Format host information updated +Info 216 [15:50:33.623] Format host information updated +Info 217 [15:50:33.687] Format host information updated +Info 218 [15:50:33.777] Format host information updated +Info 219 [15:50:33.960] Format host information updated +Info 220 [15:50:34.023] Format host information updated +Info 221 [15:50:34.329] Format host information updated +Info 222 [15:50:34.521] Format host information updated +Info 223 [15:50:34.580] Format host information updated +Info 224 [15:50:34.729] Format host information updated +Info 225 [15:50:34.988] Format host information updated +Info 226 [15:50:35.055] Format host information updated +Info 227 [15:50:35.175] Format host information updated +Info 228 [15:50:35.414] Format host information updated +Info 229 [15:50:35.475] Format host information updated +Info 230 [15:50:35.581] Format host information updated +Info 231 [15:50:35.758] Format host information updated +Info 232 [15:50:35.854] Format host information updated +Info 233 [15:50:35.937] Format host information updated +Info 234 [15:50:36.042] Format host information updated +Info 235 [15:50:36.110] Format host information updated +Info 236 [15:50:48.307] Format host information updated +Info 237 [15:50:48.431] Format host information updated +Info 238 [15:50:48.613] Format host information updated +Info 239 [15:50:49.374] Format host information updated +Info 240 [15:50:49.465] Format host information updated +Info 241 [15:50:49.715] Format host information updated +Info 242 [15:50:52.375] Format host information updated +Info 243 [15:50:52.494] Format host information updated +Info 244 [15:50:52.598] Format host information updated +Info 245 [15:50:52.858] Format host information updated +Info 246 [15:50:52.995] Format host information updated +Info 247 [15:50:53.163] Format host information updated +Info 248 [15:50:53.277] Format host information updated +Info 249 [15:50:53.342] Format host information updated +Info 250 [15:50:53.440] Format host information updated +Info 251 [15:50:53.631] Format host information updated +Info 252 [15:50:53.759] Format host information updated +Info 253 [15:50:53.921] Format host information updated +Info 254 [15:50:54.091] Format host information updated +Info 255 [15:50:54.186] Format host information updated +Info 256 [15:50:54.250] Format host information updated +Info 257 [15:50:54.355] Format host information updated +Info 258 [15:50:54.447] Format host information updated +Info 259 [15:50:54.538] Format host information updated +Info 260 [15:50:54.671] Format host information updated +Info 261 [15:50:54.760] Format host information updated +Info 262 [15:50:55.067] Format host information updated +Info 263 [15:50:55.130] Format host information updated +Info 264 [15:50:55.209] Format host information updated +Info 265 [15:50:55.481] Format host information updated +Info 266 [15:50:55.560] Format host information updated +Info 267 [15:50:55.697] Format host information updated +Info 268 [15:50:55.870] Format host information updated +Info 269 [15:50:55.982] Format host information updated +Info 270 [15:50:56.176] Format host information updated +Info 271 [15:50:56.291] Format host information updated +Info 272 [15:50:56.378] Format host information updated +Info 273 [15:50:56.561] Format host information updated +Info 274 [15:50:56.705] Format host information updated +Info 275 [15:50:56.796] Format host information updated +Info 276 [15:50:56.866] Format host information updated +Info 277 [15:50:57.123] Format host information updated +Info 278 [15:50:57.184] Format host information updated +Info 279 [15:50:57.417] Format host information updated +Info 280 [15:50:57.578] Format host information updated +Info 281 [15:50:57.723] Format host information updated +Info 282 [15:50:57.794] Format host information updated +Info 283 [15:50:57.932] Format host information updated +Info 284 [15:50:58.023] Format host information updated +Info 285 [15:50:58.113] Format host information updated +Info 286 [15:50:58.206] Format host information updated +Info 287 [15:50:58.297] Format host information updated +Info 288 [15:50:58.400] Format host information updated +Info 289 [15:50:58.504] Format host information updated +Info 290 [15:50:58.696] Format host information updated +Info 291 [15:50:58.789] Format host information updated +Info 292 [15:50:58.941] Format host information updated +Info 293 [15:50:58.997] Format host information updated +Info 294 [15:50:59.069] Format host information updated +Info 295 [15:50:59.688] Format host information updated +Info 296 [15:51:00.307] Format host information updated +Info 297 [15:51:00.676] Format host information updated +Info 298 [15:51:00.785] Format host information updated +Info 299 [15:51:01.001] Format host information updated +Info 300 [15:51:01.720] Format host information updated +Info 301 [15:51:01.957] Format host information updated +Info 302 [15:51:02.530] Format host information updated +Info 303 [15:51:02.745] Format host information updated +Info 304 [15:51:05.210] Format host information updated +Info 305 [15:51:05.282] Format host information updated +Info 306 [15:51:05.551] Format host information updated +Info 307 [15:51:05.694] Format host information updated +Info 308 [15:51:06.429] Format host information updated +Info 309 [15:51:12.880] Format host information updated +Info 310 [15:51:13.056] Format host information updated +Info 311 [15:51:13.161] Format host information updated +Info 312 [15:51:13.268] Format host information updated +Info 313 [15:51:13.406] Format host information updated +Info 314 [15:51:13.498] Format host information updated +Info 315 [15:51:13.585] Format host information updated +Info 316 [15:51:13.697] Format host information updated +Info 317 [15:51:14.158] Format host information updated +Info 318 [15:51:14.284] Format host information updated +Info 319 [15:51:14.401] Format host information updated +Info 320 [15:51:14.558] Format host information updated +Info 321 [15:51:14.636] Format host information updated +Info 322 [15:51:14.715] Format host information updated +Info 323 [15:51:14.963] Format host information updated +Info 324 [15:51:15.152] Format host information updated +Info 325 [15:51:15.674] Format host information updated +Info 326 [15:51:15.750] Format host information updated +Info 327 [15:51:16.645] Format host information updated +Info 328 [15:51:16.929] Format host information updated +Info 329 [15:51:17.009] Format host information updated +Info 330 [15:51:17.096] Format host information updated +Info 331 [15:51:17.157] Format host information updated +Info 332 [15:51:17.282] Format host information updated +Info 333 [15:51:17.664] Format host information updated +Info 334 [15:51:18.427] Format host information updated +Info 335 [15:51:18.506] Format host information updated +Info 336 [15:51:18.701] Format host information updated +Info 337 [15:51:18.863] Format host information updated +Info 338 [15:51:18.932] Format host information updated +Info 339 [15:51:19.135] Format host information updated +Info 340 [15:51:19.242] Format host information updated +Info 341 [15:51:19.315] Format host information updated +Info 342 [15:51:19.462] Format host information updated +Info 343 [15:51:19.525] Format host information updated +Info 344 [15:51:19.923] Format host information updated +Info 345 [15:51:20.074] Format host information updated +Info 346 [15:51:20.279] Format host information updated +Info 347 [15:51:20.363] Format host information updated +Info 348 [15:51:20.508] Format host information updated +Info 349 [15:51:20.928] Format host information updated +Info 350 [15:51:21.110] Format host information updated +Info 351 [15:51:22.086] Format host information updated +Info 352 [15:51:22.157] Format host information updated +Info 353 [15:51:22.225] Format host information updated +Info 354 [15:51:22.432] Format host information updated +Info 355 [15:51:22.537] Format host information updated +Info 356 [15:51:22.627] Format host information updated +Info 357 [15:51:22.903] Format host information updated +Info 358 [15:51:23.498] Format host information updated +Info 359 [15:51:23.707] Format host information updated +Info 360 [15:51:23.776] Format host information updated +Info 361 [15:51:23.896] Format host information updated +Info 362 [15:51:24.132] Format host information updated +Info 363 [15:51:24.192] Format host information updated +Info 364 [15:51:24.410] Format host information updated +Info 365 [15:51:24.575] Format host information updated +Info 366 [15:51:24.789] Format host information updated +Info 367 [15:51:24.849] Format host information updated +Info 368 [15:51:24.947] Format host information updated +Info 369 [15:51:25.166] Format host information updated +Info 370 [15:51:25.296] Format host information updated +Info 371 [15:51:26.467] Format host information updated +Info 372 [15:51:26.543] Format host information updated +Info 373 [15:51:26.623] Format host information updated +Info 374 [15:51:26.719] Format host information updated +Info 375 [15:51:26.819] Format host information updated +Info 376 [15:51:26.914] Format host information updated +Info 377 [15:51:27.393] Format host information updated +Info 378 [15:51:27.608] Format host information updated +Info 379 [15:51:27.747] Format host information updated +Info 380 [15:51:27.874] Format host information updated +Info 381 [15:51:28.101] Format host information updated +Info 382 [15:51:28.266] Format host information updated +Info 383 [15:51:28.510] Format host information updated +Info 384 [15:51:28.607] Format host information updated +Info 385 [15:51:28.699] Format host information updated +Info 386 [15:51:28.908] Format host information updated +Info 387 [15:51:30.332] Format host information updated +Info 388 [15:51:30.725] Format host information updated +Info 389 [15:51:30.805] Format host information updated +Info 390 [15:51:30.928] Format host information updated +Info 391 [15:51:31.046] Format host information updated +Info 392 [15:51:31.252] Format host information updated +Info 393 [15:51:32.763] Format host information updated +Info 394 [15:51:32.857] Format host information updated +Info 395 [15:51:33.017] Format host information updated +Info 396 [15:51:33.086] Format host information updated +Info 397 [15:51:33.276] Format host information updated +Info 398 [15:51:33.598] Format host information updated +Info 399 [15:51:33.800] Format host information updated +Info 400 [15:51:34.045] Format host information updated +Info 401 [15:51:34.110] Format host information updated +Info 402 [15:51:34.211] Format host information updated +Info 403 [15:51:34.269] Format host information updated +Info 404 [15:51:34.420] Format host information updated +Info 405 [15:51:34.714] Format host information updated +Info 406 [15:51:34.991] Format host information updated +Info 407 [15:51:35.240] Format host information updated +Info 408 [15:51:35.304] Format host information updated +Info 409 [15:51:35.403] Format host information updated +Info 410 [15:51:35.730] Format host information updated +Info 411 [15:51:35.868] Format host information updated +Info 412 [15:51:36.088] Format host information updated +Info 413 [15:51:36.177] Format host information updated +Info 414 [15:51:36.311] Format host information updated +Info 415 [15:51:36.403] Format host information updated +Info 416 [15:51:36.600] Format host information updated +Info 417 [15:51:36.655] Format host information updated +Info 418 [15:51:36.804] Format host information updated +Info 419 [15:51:36.939] Format host information updated +Info 420 [15:51:37.077] Format host information updated +Info 421 [15:51:37.210] Format host information updated +Info 422 [15:51:37.384] Format host information updated +Info 423 [15:51:37.524] Format host information updated +Info 424 [15:51:37.585] Format host information updated +Info 425 [15:51:37.714] Format host information updated +Info 426 [15:51:38.258] Format host information updated +Info 427 [15:51:38.557] Format host information updated +Info 428 [15:51:52.221] Format host information updated +Info 429 [15:51:52.407] Format host information updated +Info 430 [15:51:52.864] Format host information updated +Info 431 [15:51:54.329] Format host information updated +Info 432 [15:51:54.565] Format host information updated +Info 433 [15:51:54.634] Format host information updated +Info 434 [15:51:54.708] Format host information updated +Info 435 [15:51:54.911] Format host information updated +Info 436 [15:51:54.997] Format host information updated +Info 437 [15:51:55.063] Format host information updated +Info 438 [15:51:55.168] Format host information updated +Info 439 [15:51:55.260] Format host information updated +Info 440 [15:51:55.514] Format host information updated +Info 441 [15:51:55.573] Format host information updated +Info 442 [15:51:55.711] Format host information updated +Info 443 [15:52:02.042] Format host information updated +Info 444 [15:52:02.694] Format host information updated +Info 445 [15:52:03.168] Format host information updated +Info 446 [15:52:03.357] Format host information updated +Info 447 [15:52:03.468] Format host information updated +Info 448 [15:52:03.550] Format host information updated +Info 449 [15:52:03.661] Format host information updated +Info 450 [15:52:03.826] Format host information updated +Info 451 [15:52:04.014] Format host information updated +Info 452 [15:52:04.343] Format host information updated +Info 453 [15:52:04.698] Format host information updated +Info 454 [15:52:04.782] Format host information updated +Info 455 [15:52:04.964] Format host information updated +Info 456 [15:52:05.032] Format host information updated +Info 457 [15:52:05.215] Format host information updated +Info 458 [15:52:05.372] Format host information updated +Info 459 [15:52:05.648] Format host information updated +Info 460 [15:52:05.785] Format host information updated +Info 461 [15:52:05.948] Format host information updated +Info 462 [15:52:06.064] Format host information updated +Info 463 [15:52:10.184] Format host information updated +Info 464 [15:52:10.628] Format host information updated +Info 465 [15:52:11.077] Format host information updated +Info 466 [15:52:11.199] Format host information updated +Info 467 [15:52:11.305] Format host information updated +Info 468 [15:52:11.363] Format host information updated +Info 469 [15:52:11.453] Format host information updated +Info 470 [15:52:11.710] Format host information updated +Info 471 [15:52:12.169] Format host information updated +Info 472 [15:52:12.515] Format host information updated +Info 473 [15:52:12.640] Format host information updated +Info 474 [15:52:12.800] Format host information updated +Info 475 [15:52:12.919] Format host information updated +Info 476 [15:52:13.307] Format host information updated +Info 477 [15:54:15.561] Format host information updated +Info 478 [15:54:16.501] Format host information updated +Info 479 [15:54:17.006] Format host information updated +Info 480 [15:54:18.910] Format host information updated +Info 481 [15:54:19.264] Format host information updated +Info 482 [15:54:19.660] Format host information updated +Info 483 [15:54:19.735] Format host information updated +Info 484 [15:54:19.919] Format host information updated +Info 485 [15:54:20.028] Format host information updated +Info 486 [15:54:20.250] Format host information updated +Info 487 [15:54:21.323] Format host information updated +Info 488 [15:54:23.083] Format host information updated +Info 489 [15:54:23.249] Format host information updated +Info 490 [15:54:23.557] Format host information updated +Info 491 [15:54:23.675] Format host information updated +Info 492 [15:54:23.930] Format host information updated +Info 493 [15:54:24.019] Format host information updated +Info 494 [15:54:24.084] Format host information updated +Info 495 [15:54:24.237] Format host information updated +Info 496 [15:54:24.320] Format host information updated +Info 497 [15:54:24.418] Format host information updated diff --git a/.log/tsserver-log-xUPHOL/tsserver.log b/.log/tsserver-log-xUPHOL/tsserver.log new file mode 100644 index 0000000..93a220c --- /dev/null +++ b/.log/tsserver-log-xUPHOL/tsserver.log @@ -0,0 +1,151 @@ +Info 0 [13:08:55.695] Starting TS Server +Info 1 [13:08:55.697] Version: 5.2.2 +Info 2 [13:08:55.697] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/144513a7e5133ea4e93602cf929910b7/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-xUPHOL/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [13:08:55.697] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [13:08:55.697] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [13:08:55.703] Format host information updated +Info 6 [13:08:55.707] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [13:08:56.009] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 301.5569300055504ms +Info 8 [13:08:56.009] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [13:08:56.009] Files (8) + +Info 10 [13:08:56.009] ----------------------------------------------- +Info 11 [13:08:56.009] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [13:08:56.009] Files (8) + +Info 11 [13:08:56.009] ----------------------------------------------- +Info 11 [13:08:56.009] Open files: +Info 11 [13:08:56.009] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [13:08:56.009] Projects: /dev/null/inferredProject1* +Info 11 [13:08:56.268] Format host information updated +Info 12 [13:08:56.683] Format host information updated +Info 13 [13:08:57.406] Format host information updated +Info 14 [13:08:57.529] Format host information updated +Info 15 [13:08:57.614] Format host information updated +Info 16 [13:08:57.701] Format host information updated +Info 17 [13:08:57.797] Format host information updated +Info 18 [13:08:58.048] Format host information updated +Info 19 [13:08:58.150] Format host information updated +Info 20 [13:08:58.211] Format host information updated +Info 21 [13:08:58.335] Format host information updated +Info 22 [13:08:58.400] Format host information updated +Info 23 [13:08:58.537] Format host information updated +Info 24 [13:08:58.934] Format host information updated +Info 25 [13:08:59.098] Format host information updated +Info 26 [13:08:59.219] Format host information updated +Info 27 [13:08:59.375] Format host information updated +Info 28 [13:08:59.503] Format host information updated +Info 29 [13:08:59.777] Format host information updated +Info 30 [13:08:59.998] Format host information updated +Info 31 [13:09:00.136] Format host information updated +Info 32 [13:09:00.223] Format host information updated +Info 33 [13:09:00.440] Format host information updated +Info 34 [13:09:00.501] Format host information updated +Info 35 [13:09:00.558] Format host information updated +Info 36 [13:09:00.743] Format host information updated +Info 37 [13:09:01.056] Format host information updated +Info 38 [13:09:01.446] Format host information updated +Info 39 [13:10:23.598] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 40 [13:10:23.605] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: true structureIsReused:: Not Elapsed: 7.466145008802414ms +Info 41 [13:10:23.605] Project '/dev/null/inferredProject1*' (Inferred) +Info 42 [13:10:23.605] Files (9) + +Info 43 [13:10:23.605] ----------------------------------------------- +Info 44 [13:10:23.606] Project '/dev/null/inferredProject1*' (Inferred) +Info 44 [13:10:23.606] Files (9) + +Info 44 [13:10:23.606] ----------------------------------------------- +Info 44 [13:10:23.606] Open files: +Info 44 [13:10:23.606] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 44 [13:10:23.606] Projects: /dev/null/inferredProject1* +Info 44 [13:10:23.606] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Box.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 44 [13:10:23.606] Projects: /dev/null/inferredProject1* +Info 44 [13:10:23.883] Format host information updated +Info 45 [13:11:10.668] Project '/dev/null/inferredProject1*' (Inferred) +Info 45 [13:11:10.668] Files (9) + +Info 45 [13:11:10.668] ----------------------------------------------- +Info 45 [13:11:10.668] Open files: +Info 45 [13:11:10.668] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Handle.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 45 [13:11:10.668] Projects: /dev/null/inferredProject1* +Info 45 [13:36:24.893] Format host information updated +Info 46 [13:36:27.547] Format host information updated +Info 47 [13:36:27.648] Format host information updated +Info 48 [13:36:27.733] Format host information updated +Info 49 [13:36:28.303] Format host information updated +Info 50 [13:36:29.980] Format host information updated +Info 51 [13:36:30.108] Format host information updated +Info 52 [13:36:30.343] Format host information updated +Info 53 [13:36:30.428] Format host information updated +Info 54 [13:36:30.510] Format host information updated +Info 55 [13:36:30.612] Format host information updated +Info 56 [13:36:30.755] Format host information updated +Info 57 [13:36:30.875] Format host information updated +Info 58 [13:36:36.928] Format host information updated +Info 59 [13:36:38.692] Format host information updated +Info 60 [13:36:38.892] Format host information updated +Info 61 [13:36:39.122] Format host information updated +Info 62 [13:36:39.234] Format host information updated +Info 63 [13:36:39.490] Format host information updated +Info 64 [13:36:39.592] Format host information updated +Info 65 [13:36:39.672] Format host information updated +Info 66 [13:36:39.831] Format host information updated +Info 67 [13:36:39.968] Format host information updated +Info 68 [13:36:40.052] Format host information updated +Info 69 [13:36:40.152] Format host information updated +Info 70 [13:36:40.628] Format host information updated +Info 71 [13:36:42.579] Format host information updated +Info 72 [13:36:42.790] Format host information updated +Info 73 [13:36:43.108] Format host information updated +Info 74 [13:36:43.187] Format host information updated +Info 75 [13:36:43.501] Format host information updated +Info 76 [13:36:43.659] Format host information updated +Info 77 [13:36:44.087] Format host information updated +Info 78 [13:36:44.594] Format host information updated +Info 79 [13:36:48.419] Format host information updated +Info 80 [13:36:48.562] Format host information updated +Info 81 [13:36:48.671] Format host information updated +Info 82 [13:36:48.969] Format host information updated +Info 83 [13:36:49.059] Format host information updated +Info 84 [13:36:49.208] Format host information updated +Info 85 [13:36:49.323] Format host information updated +Info 86 [13:36:49.426] Format host information updated +Info 87 [13:36:49.559] Format host information updated +Info 88 [13:36:49.643] Format host information updated +Info 89 [13:36:50.083] Format host information updated +Info 90 [13:36:50.448] Format host information updated +Info 91 [13:36:56.241] Format host information updated +Info 92 [13:36:56.831] Format host information updated +Info 93 [13:36:57.297] Format host information updated +Info 94 [13:37:00.027] Format host information updated +Info 95 [13:37:00.343] Format host information updated +Info 96 [13:37:00.439] Format host information updated +Info 97 [13:37:00.532] Format host information updated +Info 98 [13:37:00.737] Format host information updated +Info 99 [13:37:00.933] Format host information updated +Info 100 [13:37:01.080] Format host information updated +Info 101 [13:37:01.168] Format host information updated +Info 102 [13:37:01.237] Format host information updated +Info 103 [13:37:01.362] Format host information updated +Info 104 [13:37:01.849] Format host information updated +Info 105 [13:37:04.113] Format host information updated +Info 106 [13:37:04.210] Format host information updated +Info 107 [13:37:04.294] Format host information updated +Info 108 [13:37:04.364] Format host information updated +Info 109 [13:37:04.461] Format host information updated +Info 110 [13:37:04.562] Format host information updated +Info 111 [13:38:12.002] Format host information updated +Info 112 [13:38:13.854] Format host information updated +Info 113 [13:38:14.293] Format host information updated +Info 114 [13:38:15.997] Format host information updated +Info 115 [13:38:16.190] Format host information updated +Info 116 [13:38:16.416] Format host information updated +Info 117 [13:38:16.621] Format host information updated +Info 118 [13:38:16.807] Format host information updated +Info 119 [13:38:16.872] Format host information updated +Info 120 [13:38:16.988] Format host information updated +Info 121 [13:38:17.101] Format host information updated +Info 122 [13:38:17.199] Format host information updated +Info 123 [13:38:17.291] Format host information updated +Info 124 [13:38:17.383] Format host information updated +Info 125 [13:38:17.505] Format host information updated diff --git a/.log/tsserver-log-xe3xMN/tsserver.log b/.log/tsserver-log-xe3xMN/tsserver.log new file mode 100644 index 0000000..ff9b408 --- /dev/null +++ b/.log/tsserver-log-xe3xMN/tsserver.log @@ -0,0 +1,1615 @@ +Info 0 [12:26:08.950] Starting TS Server +Info 1 [12:26:08.953] Version: 5.2.2 +Info 2 [12:26:08.953] Arguments: /home/orion/.asdf/installs/node/20.2.0/bin/node /home/orion/.asdf/installs/node/20.2.0/lib/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/09ba127615e297da20434c7b8c8b3396/tscancellation* --logVerbosity normal --logFile /home/orion/src/purescript-puppeteer/.log/tsserver-log-xe3xMN/tsserver.log --locale en --validateDefaultNpmLocation --useNodeIpc +Info 3 [12:26:08.953] Platform: linux NodeVersion: v20.2.0 CaseSensitive: true +Info 4 [12:26:08.953] ServerMode: 1 hasUnknownServerMode: undefined +Info 5 [12:26:08.958] Format host information updated +Info 6 [12:26:08.963] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 7 [12:26:09.279] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed: 316.18004700000165ms +Info 8 [12:26:09.279] Project '/dev/null/inferredProject1*' (Inferred) +Info 9 [12:26:09.280] Files (8) + +Info 10 [12:26:09.280] ----------------------------------------------- +Info 11 [12:26:09.280] Project '/dev/null/inferredProject1*' (Inferred) +Info 11 [12:26:09.280] Files (8) + +Info 11 [12:26:09.280] ----------------------------------------------- +Info 11 [12:26:09.280] Open files: +Info 11 [12:26:09.280] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 11 [12:26:09.280] Projects: /dev/null/inferredProject1* +Info 11 [12:26:09.280] Format host information updated +Info 12 [12:26:09.363] Format host information updated +Info 13 [12:26:09.763] Format host information updated +Info 14 [12:26:09.937] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 15 [12:26:09.941] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 2 structureChanged: false structureIsReused:: Completely Elapsed: 3.6208649999753106ms +Info 16 [12:26:09.941] Different program with same set of files +Info 17 [12:26:09.961] getCompletionData: Get current token: 0.01802200000383891 +Info 18 [12:26:09.961] getCompletionData: Is inside comment: 0.08777000001282431 +Info 19 [12:26:09.961] getCompletionData: Get previous token: 0.08159899999736808 +Info 20 [12:26:09.965] getCompletionData: Semantic work: 3.5177260000200476 +Info 21 [12:26:09.995] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 29.541689000005135 +Info 22 [12:26:10.001] Format host information updated +Info 23 [12:26:10.153] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 24 [12:26:10.156] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 3 structureChanged: false structureIsReused:: Completely Elapsed: 3.743965000001481ms +Info 25 [12:26:10.157] Different program with same set of files +Info 26 [12:26:10.157] getCompletionData: Get current token: 0.01119800002197735 +Info 27 [12:26:10.157] getCompletionData: Is inside comment: 0.02425099999527447 +Info 28 [12:26:10.157] getCompletionData: Get previous token: 0.026332000008551404 +Info 29 [12:26:10.159] getCompletionData: Semantic work: 2.2689059999829624 +Info 30 [12:26:10.172] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 13.020155999984127 +Info 31 [12:26:10.175] Format host information updated +Info 32 [12:26:10.241] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 33 [12:26:10.243] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 4 structureChanged: false structureIsReused:: Completely Elapsed: 2.507835999975214ms +Info 34 [12:26:10.243] Different program with same set of files +Info 35 [12:26:10.244] getCompletionData: Get current token: 0.030694999994011596 +Info 36 [12:26:10.244] getCompletionData: Is inside comment: 0.14139200001955032 +Info 37 [12:26:10.244] getCompletionData: Get previous token: 0.057815999985905364 +Info 38 [12:26:10.246] getCompletionData: Semantic work: 1.991879000008339 +Info 39 [12:26:10.256] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 9.84891199998674 +Info 40 [12:26:10.259] Format host information updated +Info 41 [12:26:10.332] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 42 [12:26:10.334] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 5 structureChanged: false structureIsReused:: Completely Elapsed: 1.323854999995092ms +Info 43 [12:26:10.334] Different program with same set of files +Info 44 [12:26:10.334] getCompletionData: Get current token: 0.048630000004777685 +Info 45 [12:26:10.334] getCompletionData: Is inside comment: 0.009623999998439103 +Info 46 [12:26:10.334] getCompletionData: Get previous token: 0.010869999998249114 +Info 47 [12:26:10.335] getCompletionData: Semantic work: 1.1878879999858327 +Info 48 [12:26:10.341] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.239667999994708 +Info 49 [12:26:10.343] Format host information updated +Info 50 [12:26:10.401] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 51 [12:26:10.403] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 6 structureChanged: false structureIsReused:: Completely Elapsed: 1.9844760000123642ms +Info 52 [12:26:10.403] Different program with same set of files +Info 53 [12:26:10.403] getCompletionData: Get current token: 0.006305999995674938 +Info 54 [12:26:10.403] getCompletionData: Is inside comment: 0.012063000001944602 +Info 55 [12:26:10.403] getCompletionData: Get previous token: 0.010303999995812774 +Info 56 [12:26:10.405] getCompletionData: Semantic work: 1.4995200000121258 +Info 57 [12:26:10.412] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 6.952334000001429 +Info 58 [12:26:10.414] Format host information updated +Info 59 [12:26:10.461] Format host information updated +Info 60 [12:26:10.678] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 61 [12:26:10.680] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 7 structureChanged: false structureIsReused:: Completely Elapsed: 1.6166059999959543ms +Info 62 [12:26:10.680] Different program with same set of files +Info 63 [12:26:10.680] getCompletionData: Get current token: 0.0034180000075139105 +Info 64 [12:26:10.680] getCompletionData: Is inside comment: 0.011383999983081594 +Info 65 [12:26:10.680] getCompletionData: Get previous token: 0.04329499998129904 +Info 66 [12:26:10.681] getCompletionsAtPosition: isCompletionListBlocker: 0.2327660000009928 +Info 67 [12:26:10.682] getCompletionData: Semantic work: 1.6521559999964666 +Info 68 [12:26:10.688] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.691229999996722 +Info 69 [12:26:10.691] Format host information updated +Info 70 [12:26:10.739] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 71 [12:26:10.740] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 8 structureChanged: false structureIsReused:: Completely Elapsed: 1.1535100000037346ms +Info 72 [12:26:10.740] Different program with same set of files +Info 73 [12:26:10.740] getCompletionData: Get current token: 0.004721000004792586 +Info 74 [12:26:10.740] getCompletionData: Is inside comment: 0.008046000002650544 +Info 75 [12:26:10.740] getCompletionData: Get previous token: 0.012917000014567748 +Info 76 [12:26:10.740] getCompletionsAtPosition: isCompletionListBlocker: 0.009714999992866069 +Info 77 [12:26:10.741] getCompletionData: Semantic work: 1.1560190000163857 +Info 78 [12:26:10.747] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 5.497250999993412 +Info 79 [12:26:10.749] Format host information updated +Info 80 [12:26:10.842] Format host information updated +Info 81 [12:26:10.918] Format host information updated +Info 82 [12:26:10.977] Format host information updated +Info 83 [12:26:11.054] Format host information updated +Info 84 [12:26:11.531] Format host information updated +Info 85 [12:26:11.648] Format host information updated +Info 86 [12:26:11.766] Format host information updated +Info 87 [12:26:11.866] Format host information updated +Info 88 [12:26:11.948] Format host information updated +Info 89 [12:26:12.077] Format host information updated +Info 90 [12:26:12.404] Format host information updated +Info 91 [12:26:12.532] Format host information updated +Info 92 [12:26:12.720] Format host information updated +Info 93 [12:26:13.156] Format host information updated +Info 94 [12:26:13.329] Format host information updated +Info 95 [12:26:13.420] Format host information updated +Info 96 [12:26:13.777] Format host information updated +Info 97 [12:26:13.868] Format host information updated +Info 98 [12:26:14.417] Format host information updated +Info 99 [12:26:14.579] Format host information updated +Info 100 [12:26:15.443] Format host information updated +Info 101 [12:26:15.627] Format host information updated +Info 102 [12:26:15.749] Format host information updated +Info 103 [12:26:15.960] Format host information updated +Info 104 [12:26:16.018] Format host information updated +Info 105 [12:26:16.278] Format host information updated +Info 106 [12:26:16.403] Format host information updated +Info 107 [12:26:16.525] Format host information updated +Info 108 [12:26:16.744] Format host information updated +Info 109 [12:26:16.983] Format host information updated +Info 110 [12:26:17.100] Format host information updated +Info 111 [12:26:17.342] Format host information updated +Info 112 [12:26:17.726] Format host information updated +Info 113 [12:26:17.822] Format host information updated +Info 114 [12:26:18.004] Format host information updated +Info 115 [12:26:18.063] Format host information updated +Info 116 [12:26:18.247] Format host information updated +Info 117 [12:26:18.527] Format host information updated +Info 118 [12:26:18.737] Format host information updated +Info 119 [12:26:18.816] Format host information updated +Info 120 [12:26:18.971] Format host information updated +Info 121 [12:26:19.095] Format host information updated +Info 122 [12:26:19.211] Format host information updated +Info 123 [12:26:19.295] Format host information updated +Info 124 [12:26:19.419] Format host information updated +Info 125 [12:26:19.731] Format host information updated +Info 126 [12:26:19.932] Format host information updated +Info 127 [12:26:20.002] Format host information updated +Info 128 [12:26:20.104] Format host information updated +Info 129 [12:26:20.226] Format host information updated +Info 130 [12:26:20.417] Format host information updated +Info 131 [12:26:20.498] Format host information updated +Info 132 [12:26:20.591] Format host information updated +Info 133 [12:26:21.049] Format host information updated +Info 134 [12:26:21.108] Format host information updated +Info 135 [12:26:23.094] Format host information updated +Info 136 [12:26:23.190] Format host information updated +Info 137 [12:26:23.309] Format host information updated +Info 138 [12:26:23.829] Format host information updated +Info 139 [12:26:25.089] Format host information updated +Info 140 [12:26:25.397] Format host information updated +Info 141 [12:26:25.643] Format host information updated +Info 142 [12:26:25.803] Format host information updated +Info 143 [12:26:25.970] Format host information updated +Info 144 [12:26:26.121] Format host information updated +Info 145 [12:26:26.262] Format host information updated +Info 146 [12:26:26.419] Format host information updated +Info 147 [12:26:26.700] Format host information updated +Info 148 [12:26:27.260] Format host information updated +Info 149 [12:26:27.720] Format host information updated +Info 150 [12:26:28.511] Format host information updated +Info 151 [12:26:28.932] Format host information updated +Info 152 [12:26:29.072] Format host information updated +Info 153 [12:26:29.292] Format host information updated +Info 154 [12:26:29.387] Format host information updated +Info 155 [12:26:29.586] Format host information updated +Info 156 [12:26:29.747] Format host information updated +Info 157 [12:26:30.432] Format host information updated +Info 158 [12:26:30.531] Format host information updated +Info 159 [12:26:30.744] Format host information updated +Info 160 [12:26:30.925] Format host information updated +Info 161 [12:26:31.065] Format host information updated +Info 162 [12:26:31.393] Format host information updated +Info 163 [12:26:31.533] Format host information updated +Info 164 [12:26:31.702] Format host information updated +Info 165 [12:26:31.880] Format host information updated +Info 166 [12:26:31.955] Format host information updated +Info 167 [12:26:32.233] Format host information updated +Info 168 [12:26:32.343] Format host information updated +Info 169 [12:26:32.442] Format host information updated +Info 170 [12:26:32.601] Format host information updated +Info 171 [12:26:33.534] Format host information updated +Info 172 [12:26:33.603] Format host information updated +Info 173 [12:26:34.347] Format host information updated +Info 174 [12:26:34.669] Format host information updated +Info 175 [12:26:34.884] Format host information updated +Info 176 [12:26:35.335] Format host information updated +Info 177 [12:26:35.674] Format host information updated +Info 178 [12:26:35.733] Format host information updated +Info 179 [12:26:37.124] Format host information updated +Info 180 [12:26:37.264] Format host information updated +Info 181 [12:26:37.416] Format host information updated +Info 182 [12:26:37.805] Format host information updated +Info 183 [12:26:37.941] Format host information updated +Info 184 [12:26:38.076] Format host information updated +Info 185 [12:26:38.245] Format host information updated +Info 186 [12:26:38.452] Format host information updated +Info 187 [12:26:38.602] Format host information updated +Info 188 [12:26:38.662] Format host information updated +Info 189 [12:26:38.958] Format host information updated +Info 190 [12:26:39.043] Format host information updated +Info 191 [12:26:39.154] Format host information updated +Info 192 [12:26:39.269] Format host information updated +Info 193 [12:26:39.365] Format host information updated +Info 194 [12:26:40.020] Format host information updated +Info 195 [12:26:40.859] Format host information updated +Info 196 [12:26:40.919] Format host information updated +Info 197 [12:26:41.249] Format host information updated +Info 198 [12:26:42.156] Format host information updated +Info 199 [12:26:42.266] Format host information updated +Info 200 [12:26:42.450] Format host information updated +Info 201 [12:26:42.529] Format host information updated +Info 202 [12:26:51.050] Format host information updated +Info 203 [12:26:51.113] Format host information updated +Info 204 [12:26:51.645] Format host information updated +Info 205 [12:26:51.855] Format host information updated +Info 206 [12:26:52.193] Format host information updated +Info 207 [12:26:52.304] Format host information updated +Info 208 [12:26:55.277] Format host information updated +Info 209 [12:26:55.337] Format host information updated +Info 210 [12:26:55.436] Format host information updated +Info 211 [12:26:55.647] Format host information updated +Info 212 [12:26:55.878] Format host information updated +Info 213 [12:26:55.971] Format host information updated +Info 214 [12:26:56.450] Format host information updated +Info 215 [12:26:56.556] Format host information updated +Info 216 [12:26:56.691] Format host information updated +Info 217 [12:26:57.363] Format host information updated +Info 218 [12:26:57.472] Format host information updated +Info 219 [12:26:57.669] Format host information updated +Info 220 [12:26:57.771] Format host information updated +Info 221 [12:26:58.699] Format host information updated +Info 222 [12:26:58.783] Format host information updated +Info 223 [12:26:59.398] Format host information updated +Info 224 [12:26:59.598] Format host information updated +Info 225 [12:27:00.018] Format host information updated +Info 226 [12:27:00.725] Format host information updated +Info 227 [12:27:00.919] Format host information updated +Info 228 [12:27:01.045] Format host information updated +Info 229 [12:27:01.134] Format host information updated +Info 230 [12:27:01.611] Format host information updated +Info 231 [12:27:01.755] Format host information updated +Info 232 [12:27:01.947] Format host information updated +Info 233 [12:27:02.021] Format host information updated +Info 234 [12:27:02.389] Format host information updated +Info 235 [12:27:02.485] Format host information updated +Info 236 [12:27:02.627] Format host information updated +Info 237 [12:27:04.779] Format host information updated +Info 238 [12:27:07.970] Format host information updated +Info 239 [12:27:07.971] Format host information updated +Info 240 [12:27:11.756] Format host information updated +Info 241 [12:27:13.292] Format host information updated +Info 242 [12:27:13.515] Format host information updated +Info 243 [12:27:13.849] Format host information updated +Info 244 [12:27:13.976] Format host information updated +Info 245 [12:27:14.723] Format host information updated +Info 246 [12:27:14.993] Format host information updated +Info 247 [12:27:15.107] Format host information updated +Info 248 [12:27:15.260] Format host information updated +Info 249 [12:27:16.634] Format host information updated +Info 250 [12:27:17.747] Format host information updated +Info 251 [12:27:23.259] Format host information updated +Info 252 [12:27:23.416] Format host information updated +Info 253 [12:27:25.330] Format host information updated +Info 254 [12:27:25.497] Format host information updated +Info 255 [12:27:25.603] Format host information updated +Info 256 [12:27:25.676] Format host information updated +Info 257 [12:27:25.785] Format host information updated +Info 258 [12:28:15.625] Format host information updated +Info 259 [12:28:16.012] Format host information updated +Info 260 [12:28:16.072] Format host information updated +Info 261 [12:28:18.165] Format host information updated +Info 262 [12:28:18.344] Format host information updated +Info 263 [12:28:18.423] Format host information updated +Info 264 [12:28:18.767] Format host information updated +Info 265 [12:28:18.915] Format host information updated +Info 266 [12:28:19.059] Format host information updated +Info 267 [12:28:19.247] Format host information updated +Info 268 [12:28:19.392] Format host information updated +Info 269 [12:28:19.571] Format host information updated +Info 270 [12:28:19.846] Format host information updated +Info 271 [12:28:19.934] Format host information updated +Info 272 [12:28:20.045] Format host information updated +Info 273 [12:28:20.115] Format host information updated +Info 274 [12:28:20.267] Format host information updated +Info 275 [12:28:20.323] Format host information updated +Info 276 [12:28:20.468] Format host information updated +Info 277 [12:28:21.634] Format host information updated +Info 278 [12:28:21.808] Format host information updated +Info 279 [12:28:21.889] Format host information updated +Info 280 [12:28:22.122] Format host information updated +Info 281 [12:28:22.262] Format host information updated +Info 282 [12:28:22.365] Format host information updated +Info 283 [12:28:22.498] Format host information updated +Info 284 [12:28:26.499] Format host information updated +Info 285 [12:28:26.623] Format host information updated +Info 286 [12:28:26.754] Format host information updated +Info 287 [12:28:27.169] Format host information updated +Info 288 [12:28:27.720] Format host information updated +Info 289 [12:28:27.836] Format host information updated +Info 290 [12:28:27.973] Format host information updated +Info 291 [12:28:28.053] Format host information updated +Info 292 [12:28:28.214] Format host information updated +Info 293 [12:28:28.397] Format host information updated +Info 294 [12:28:28.918] Format host information updated +Info 295 [12:28:29.316] Format host information updated +Info 296 [12:28:29.712] Format host information updated +Info 297 [12:28:29.903] Format host information updated +Info 298 [12:28:30.017] Format host information updated +Info 299 [12:28:30.309] Format host information updated +Info 300 [12:28:30.399] Format host information updated +Info 301 [12:28:30.523] Format host information updated +Info 302 [12:28:32.997] Format host information updated +Info 303 [12:28:33.274] Format host information updated +Info 304 [12:28:33.602] Format host information updated +Info 305 [12:28:34.664] Format host information updated +Info 306 [12:28:35.146] Format host information updated +Info 307 [12:28:35.491] Format host information updated +Info 308 [12:28:35.623] Format host information updated +Info 309 [12:28:35.965] Format host information updated +Info 310 [12:28:36.389] Format host information updated +Info 311 [12:28:36.453] Format host information updated +Info 312 [12:28:36.602] Format host information updated +Info 313 [12:28:36.779] Format host information updated +Info 314 [12:28:36.891] Format host information updated +Info 315 [12:28:36.986] Format host information updated +Info 316 [12:28:37.073] Format host information updated +Info 317 [12:28:37.973] Format host information updated +Info 318 [12:28:38.053] Format host information updated +Info 319 [12:28:38.143] Format host information updated +Info 320 [12:28:38.258] Format host information updated +Info 321 [12:28:38.903] Format host information updated +Info 322 [12:28:39.318] Format host information updated +Info 323 [12:28:44.599] Format host information updated +Info 324 [12:28:44.699] Format host information updated +Info 325 [12:28:51.535] Format host information updated +Info 326 [12:28:51.657] Format host information updated +Info 327 [12:28:51.717] Format host information updated +Info 328 [12:28:53.116] Format host information updated +Info 329 [12:28:53.208] Format host information updated +Info 330 [12:28:53.364] Format host information updated +Info 331 [12:28:53.432] Format host information updated +Info 332 [12:28:53.716] Format host information updated +Info 333 [12:28:53.819] Format host information updated +Info 334 [12:28:53.983] Format host information updated +Info 335 [12:28:54.093] Format host information updated +Info 336 [12:28:54.156] Format host information updated +Info 337 [12:28:54.296] Format host information updated +Info 338 [12:28:54.528] Format host information updated +Info 339 [12:28:54.593] Format host information updated +Info 340 [12:28:55.248] Format host information updated +Info 341 [12:28:55.620] Format host information updated +Info 342 [12:28:55.782] Format host information updated +Info 343 [12:28:56.046] Format host information updated +Info 344 [12:28:56.155] Format host information updated +Info 345 [12:28:56.247] Format host information updated +Info 346 [12:28:56.827] Format host information updated +Info 347 [12:28:56.956] Format host information updated +Info 348 [12:28:57.099] Format host information updated +Info 349 [12:28:57.220] Format host information updated +Info 350 [12:28:57.391] Format host information updated +Info 351 [12:28:57.540] Format host information updated +Info 352 [12:28:57.600] Format host information updated +Info 353 [12:29:02.727] Format host information updated +Info 354 [12:29:05.146] Format host information updated +Info 355 [12:29:05.334] Format host information updated +Info 356 [12:29:05.393] Format host information updated +Info 357 [12:29:05.941] Format host information updated +Info 358 [12:29:06.457] Format host information updated +Info 359 [12:29:06.569] Format host information updated +Info 360 [12:29:06.663] Format host information updated +Info 361 [12:29:06.827] Format host information updated +Info 362 [12:29:08.523] Format host information updated +Info 363 [12:29:09.616] Format host information updated +Info 364 [12:29:10.116] Format host information updated +Info 365 [12:29:10.423] Format host information updated +Info 366 [12:29:10.593] Format host information updated +Info 367 [12:29:10.705] Format host information updated +Info 368 [12:29:10.881] Format host information updated +Info 369 [12:29:19.746] Format host information updated +Info 370 [12:29:20.246] Format host information updated +Info 371 [12:29:20.447] Format host information updated +Info 372 [12:29:20.654] Format host information updated +Info 373 [12:29:20.841] Format host information updated +Info 374 [12:29:20.906] Format host information updated +Info 375 [12:29:20.969] Format host information updated +Info 376 [12:29:21.060] Format host information updated +Info 377 [12:29:24.866] Format host information updated +Info 378 [12:29:31.187] Format host information updated +Info 379 [12:29:31.406] Format host information updated +Info 380 [12:30:00.032] Format host information updated +Info 381 [12:30:00.440] Format host information updated +Info 382 [12:30:00.713] Format host information updated +Info 383 [12:30:00.850] Format host information updated +Info 384 [12:30:00.907] Format host information updated +Info 385 [12:30:01.949] Format host information updated +Info 386 [12:30:04.006] Format host information updated +Info 387 [12:30:04.485] Format host information updated +Info 388 [12:30:04.611] Format host information updated +Info 389 [12:30:04.791] Format host information updated +Info 390 [12:30:04.889] Format host information updated +Info 391 [12:30:05.110] Format host information updated +Info 392 [12:30:05.170] Format host information updated +Info 393 [12:30:05.599] Format host information updated +Info 394 [12:30:05.753] Format host information updated +Info 395 [12:30:05.880] Format host information updated +Info 396 [12:30:06.215] Format host information updated +Info 397 [12:30:06.357] Format host information updated +Info 398 [12:30:06.468] Format host information updated +Info 399 [12:30:06.782] Format host information updated +Info 400 [12:30:06.857] Format host information updated +Info 401 [12:30:07.574] Format host information updated +Info 402 [12:30:07.909] Format host information updated +Info 403 [12:30:08.017] Format host information updated +Info 404 [12:30:08.092] Format host information updated +Info 405 [12:30:08.319] Format host information updated +Info 406 [12:30:08.433] Format host information updated +Info 407 [12:30:08.642] Format host information updated +Info 408 [12:30:08.702] Format host information updated +Info 409 [12:30:08.805] Format host information updated +Info 410 [12:30:09.048] Format host information updated +Info 411 [12:30:09.482] Format host information updated +Info 412 [12:30:09.899] Format host information updated +Info 413 [12:30:10.343] Format host information updated +Info 414 [12:30:10.576] Format host information updated +Info 415 [12:30:10.915] Format host information updated +Info 416 [12:30:11.098] Format host information updated +Info 417 [12:30:11.164] Format host information updated +Info 418 [12:30:11.361] Format host information updated +Info 419 [12:30:11.429] Format host information updated +Info 420 [12:30:11.817] Format host information updated +Info 421 [12:30:11.946] Format host information updated +Info 422 [12:30:12.116] Format host information updated +Info 423 [12:30:12.271] Format host information updated +Info 424 [12:30:12.347] Format host information updated +Info 425 [12:30:12.423] Format host information updated +Info 426 [12:30:14.888] Format host information updated +Info 427 [12:30:14.952] Format host information updated +Info 428 [12:30:15.022] Format host information updated +Info 429 [12:30:15.104] Format host information updated +Info 430 [12:30:15.173] Format host information updated +Info 431 [12:30:21.572] Format host information updated +Info 432 [12:30:21.795] Format host information updated +Info 433 [12:30:22.418] Format host information updated +Info 434 [12:30:22.559] Format host information updated +Info 435 [12:30:22.771] Format host information updated +Info 436 [12:30:22.829] Format host information updated +Info 437 [12:30:22.953] Format host information updated +Info 438 [12:31:54.956] Format host information updated +Info 439 [12:31:55.016] Format host information updated +Info 440 [12:31:55.127] Format host information updated +Info 441 [12:31:55.238] Format host information updated +Info 442 [12:31:55.469] Format host information updated +Info 443 [12:31:55.531] Format host information updated +Info 444 [12:31:55.672] Format host information updated +Info 445 [12:31:55.811] Format host information updated +Info 446 [12:31:55.893] Format host information updated +Info 447 [12:31:55.951] Format host information updated +Info 448 [12:31:57.009] Format host information updated +Info 449 [12:31:57.069] Format host information updated +Info 450 [12:31:57.152] Format host information updated +Info 451 [12:31:57.247] Format host information updated +Info 452 [12:31:57.379] Format host information updated +Info 453 [12:31:57.536] Format host information updated +Info 454 [12:32:00.344] Format host information updated +Info 455 [12:32:00.465] Format host information updated +Info 456 [12:32:00.520] Format host information updated +Info 457 [12:32:00.677] Format host information updated +Info 458 [12:32:00.946] Format host information updated +Info 459 [12:32:01.101] Format host information updated +Info 460 [12:32:01.290] Format host information updated +Info 461 [12:32:01.530] Format host information updated +Info 462 [12:32:01.590] Format host information updated +Info 463 [12:32:01.685] Format host information updated +Info 464 [12:32:01.782] Format host information updated +Info 465 [12:32:01.942] Format host information updated +Info 466 [12:32:04.203] Format host information updated +Info 467 [12:32:04.262] Format host information updated +Info 468 [12:32:04.333] Format host information updated +Info 469 [12:32:04.431] Format host information updated +Info 470 [12:32:04.592] Format host information updated +Info 471 [12:32:04.666] Format host information updated +Info 472 [12:32:06.474] Format host information updated +Info 473 [12:32:09.431] Format host information updated +Info 474 [13:08:49.608] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 475 [13:08:49.622] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 9 structureChanged: true structureIsReused:: Not Elapsed: 13.488431999925524ms +Info 476 [13:08:49.622] Project '/dev/null/inferredProject1*' (Inferred) +Info 477 [13:08:49.622] Files (9) + +Info 478 [13:08:49.622] ----------------------------------------------- +Info 479 [13:08:49.622] Project '/dev/null/inferredProject1*' (Inferred) +Info 479 [13:08:49.622] Files (9) + +Info 479 [13:08:49.622] ----------------------------------------------- +Info 479 [13:08:49.622] Open files: +Info 479 [13:08:49.622] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 479 [13:08:49.622] Projects: /dev/null/inferredProject1* +Info 479 [13:08:49.622] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 479 [13:08:49.622] Projects: /dev/null/inferredProject1* +Info 479 [13:08:49.929] Format host information updated +Info 480 [13:08:50.035] Format host information updated +Info 481 [13:08:50.849] Format host information updated +Info 482 [13:08:51.550] Format host information updated +Info 483 [13:08:55.823] Format host information updated +Info 484 [13:08:56.169] Format host information updated +Info 485 [13:08:56.297] Format host information updated +Info 486 [13:08:56.411] Format host information updated +Info 487 [13:08:57.656] Format host information updated +Info 488 [13:08:57.917] Format host information updated +Info 489 [13:08:59.219] Format host information updated +Info 490 [13:09:00.107] Format host information updated +Info 491 [13:09:01.185] Format host information updated +Info 492 [13:09:01.788] Format host information updated +Info 493 [13:09:02.434] Format host information updated +Info 494 [13:09:03.302] Format host information updated +Info 495 [13:09:04.115] Format host information updated +Info 496 [13:09:04.460] Format host information updated +Info 497 [13:09:05.231] Format host information updated +Info 498 [13:09:05.677] Format host information updated +Info 499 [13:09:05.835] Format host information updated +Info 500 [13:09:06.397] Format host information updated +Info 501 [13:09:06.785] Format host information updated +Info 502 [13:09:07.353] Format host information updated +Info 503 [13:09:08.714] Format host information updated +Info 504 [13:09:08.910] Format host information updated +Info 505 [13:09:09.018] Format host information updated +Info 506 [13:09:09.185] Format host information updated +Info 507 [13:09:09.243] Format host information updated +Info 508 [13:09:09.440] Format host information updated +Info 509 [13:09:09.591] Format host information updated +Info 510 [13:09:09.696] Format host information updated +Info 511 [13:09:09.757] Format host information updated +Info 512 [13:09:13.560] Format host information updated +Info 513 [13:09:14.317] Format host information updated +Info 514 [13:09:14.442] Format host information updated +Info 515 [13:09:14.572] Format host information updated +Info 516 [13:09:14.720] Format host information updated +Info 517 [13:09:14.779] Format host information updated +Info 518 [13:09:14.847] Format host information updated +Info 519 [13:09:15.023] Format host information updated +Info 520 [13:09:15.116] Format host information updated +Info 521 [13:09:15.282] Format host information updated +Info 522 [13:09:15.433] Format host information updated +Info 523 [13:09:15.593] Format host information updated +Info 524 [13:09:15.937] Format host information updated +Info 525 [13:09:16.123] Format host information updated +Info 526 [13:09:16.312] Format host information updated +Info 527 [13:09:16.491] Format host information updated +Info 528 [13:09:16.596] Format host information updated +Info 529 [13:09:16.746] Format host information updated +Info 530 [13:09:16.816] Format host information updated +Info 531 [13:09:17.233] Format host information updated +Info 532 [13:09:17.623] Format host information updated +Info 533 [13:09:21.298] Format host information updated +Info 534 [13:09:21.566] Format host information updated +Info 535 [13:09:21.889] Format host information updated +Info 536 [13:09:22.100] Format host information updated +Info 537 [13:09:22.189] Format host information updated +Info 538 [13:09:22.308] Format host information updated +Info 539 [13:09:22.371] Format host information updated +Info 540 [13:09:22.520] Format host information updated +Info 541 [13:09:22.587] Format host information updated +Info 542 [13:09:22.812] Format host information updated +Info 543 [13:09:22.947] Format host information updated +Info 544 [13:09:23.092] Format host information updated +Info 545 [13:09:23.257] Format host information updated +Info 546 [13:09:23.401] Format host information updated +Info 547 [13:09:23.582] Format host information updated +Info 548 [13:09:23.660] Format host information updated +Info 549 [13:09:23.820] Format host information updated +Info 550 [13:09:23.895] Format host information updated +Info 551 [13:09:24.920] Format host information updated +Info 552 [13:09:25.232] Format host information updated +Info 553 [13:09:25.365] Format host information updated +Info 554 [13:09:25.683] Format host information updated +Info 555 [13:09:25.830] Format host information updated +Info 556 [13:09:25.895] Format host information updated +Info 557 [13:09:26.536] Format host information updated +Info 558 [13:09:27.013] Format host information updated +Info 559 [13:09:27.350] Format host information updated +Info 560 [13:09:27.452] Format host information updated +Info 561 [13:09:28.044] Format host information updated +Info 562 [13:09:28.119] Format host information updated +Info 563 [13:09:28.255] Format host information updated +Info 564 [13:09:28.354] Format host information updated +Info 565 [13:09:28.445] Format host information updated +Info 566 [13:09:28.801] Format host information updated +Info 567 [13:09:29.031] Format host information updated +Info 568 [13:09:30.065] Format host information updated +Info 569 [13:09:30.723] Format host information updated +Info 570 [13:09:31.501] Format host information updated +Info 571 [13:09:31.912] Format host information updated +Info 572 [13:09:32.035] Format host information updated +Info 573 [13:09:32.218] Format host information updated +Info 574 [13:09:32.276] Format host information updated +Info 575 [13:09:32.707] Format host information updated +Info 576 [13:09:32.774] Format host information updated +Info 577 [13:09:33.296] Format host information updated +Info 578 [13:09:33.517] Format host information updated +Info 579 [13:09:33.783] Format host information updated +Info 580 [13:09:33.881] Format host information updated +Info 581 [13:09:34.488] Format host information updated +Info 582 [13:09:34.601] Format host information updated +Info 583 [13:09:34.712] Format host information updated +Info 584 [13:09:34.868] Format host information updated +Info 585 [13:09:34.938] Format host information updated +Info 586 [13:09:35.023] Format host information updated +Info 587 [13:09:37.431] Format host information updated +Info 588 [13:09:37.667] Format host information updated +Info 589 [13:09:37.798] Format host information updated +Info 590 [13:09:37.946] Format host information updated +Info 591 [13:09:38.061] Format host information updated +Info 592 [13:09:38.254] Format host information updated +Info 593 [13:09:38.329] Format host information updated +Info 594 [13:09:38.449] Format host information updated +Info 595 [13:09:38.550] Format host information updated +Info 596 [13:09:38.700] Format host information updated +Info 597 [13:09:38.769] Format host information updated +Info 598 [13:09:38.911] Format host information updated +Info 599 [13:09:39.085] Format host information updated +Info 600 [13:09:39.800] Format host information updated +Info 601 [13:09:39.863] Format host information updated +Info 602 [13:09:40.246] Format host information updated +Info 603 [13:09:41.107] Format host information updated +Info 604 [13:09:41.265] Format host information updated +Info 605 [13:09:41.425] Format host information updated +Info 606 [13:09:41.548] Format host information updated +Info 607 [13:09:42.843] Format host information updated +Info 608 [13:09:42.920] Format host information updated +Info 609 [13:09:42.995] Format host information updated +Info 610 [13:09:43.203] Format host information updated +Info 611 [13:09:43.350] Format host information updated +Info 612 [13:09:43.510] Format host information updated +Info 613 [13:09:43.670] Format host information updated +Info 614 [13:09:43.797] Format host information updated +Info 615 [13:09:43.900] Format host information updated +Info 616 [13:09:44.137] Format host information updated +Info 617 [13:09:56.815] Format host information updated +Info 618 [13:09:57.050] Format host information updated +Info 619 [13:09:57.105] Format host information updated +Info 620 [13:09:57.266] Format host information updated +Info 621 [13:09:57.394] Format host information updated +Info 622 [13:09:57.917] Format host information updated +Info 623 [13:09:58.064] Format host information updated +Info 624 [13:09:58.154] Format host information updated +Info 625 [13:09:58.398] Format host information updated +Info 626 [13:09:58.535] Format host information updated +Info 627 [13:09:58.708] Format host information updated +Info 628 [13:09:59.880] Format host information updated +Info 629 [13:09:59.880] Format host information updated +Info 630 [13:09:59.880] Format host information updated +Info 631 [13:10:00.232] Format host information updated +Info 632 [13:10:02.858] Format host information updated +Info 633 [13:10:03.329] Format host information updated +Info 634 [13:10:03.814] Format host information updated +Info 635 [13:10:03.944] Format host information updated +Info 636 [13:10:04.146] Format host information updated +Info 637 [13:10:04.226] Format host information updated +Info 638 [13:10:04.472] Format host information updated +Info 639 [13:10:05.539] Format host information updated +Info 640 [13:10:05.727] Format host information updated +Info 641 [13:10:05.794] Format host information updated +Info 642 [13:10:06.045] Format host information updated +Info 643 [13:10:06.263] Format host information updated +Info 644 [13:10:06.319] Format host information updated +Info 645 [13:10:06.844] Format host information updated +Info 646 [13:10:06.845] Format host information updated +Info 647 [13:10:06.846] Format host information updated +Info 648 [13:10:07.120] Format host information updated +Info 649 [13:10:07.339] Format host information updated +Info 650 [13:10:11.156] Format host information updated +Info 651 [13:10:20.176] Format host information updated +Info 652 [13:10:20.415] Format host information updated +Info 653 [13:10:20.485] Format host information updated +Info 654 [13:10:20.997] Format host information updated +Info 655 [13:10:21.333] Format host information updated +Info 656 [13:10:21.414] Format host information updated +Info 657 [13:10:21.785] Format host information updated +Info 658 [13:10:21.889] Format host information updated +Info 659 [13:10:22.017] Format host information updated +Info 660 [13:10:22.595] Format host information updated +Info 661 [13:10:22.595] Format host information updated +Info 662 [13:10:22.596] Format host information updated +Info 663 [13:10:25.224] Format host information updated +Info 664 [13:10:25.291] Format host information updated +Info 665 [13:10:25.445] Format host information updated +Info 666 [13:10:25.611] Format host information updated +Info 667 [13:10:25.795] Format host information updated +Info 668 [13:10:25.860] Format host information updated +Info 669 [13:10:25.999] Format host information updated +Info 670 [13:10:26.142] Format host information updated +Info 671 [13:10:26.291] Format host information updated +Info 672 [13:10:26.507] Format host information updated +Info 673 [13:10:26.560] Format host information updated +Info 674 [13:10:26.726] Format host information updated +Info 675 [13:10:26.833] Format host information updated +Info 676 [13:10:27.294] Format host information updated +Info 677 [13:10:27.404] Format host information updated +Info 678 [13:10:27.532] Format host information updated +Info 679 [13:10:27.620] Format host information updated +Info 680 [13:10:28.198] Format host information updated +Info 681 [13:10:28.198] Format host information updated +Info 682 [13:10:28.200] Format host information updated +Info 683 [13:10:29.601] Format host information updated +Info 684 [13:10:29.775] Format host information updated +Info 685 [13:10:33.261] Format host information updated +Info 686 [13:10:33.785] Format host information updated +Info 687 [13:10:34.267] Format host information updated +Info 688 [13:10:34.430] Format host information updated +Info 689 [13:10:34.506] Format host information updated +Info 690 [13:10:34.651] Format host information updated +Info 691 [13:10:35.122] Format host information updated +Info 692 [13:10:35.504] Format host information updated +Info 693 [13:10:35.504] Format host information updated +Info 694 [13:10:35.505] Format host information updated +Info 695 [13:10:39.521] Format host information updated +Info 696 [13:10:42.294] Format host information updated +Info 697 [13:10:42.528] Format host information updated +Info 698 [13:10:42.588] Format host information updated +Info 699 [13:10:42.683] Format host information updated +Info 700 [13:10:42.753] Format host information updated +Info 701 [13:10:42.916] Format host information updated +Info 702 [13:10:43.031] Format host information updated +Info 703 [13:10:43.099] Format host information updated +Info 704 [13:10:43.630] Format host information updated +Info 705 [13:10:43.631] Format host information updated +Info 706 [13:10:43.631] Format host information updated +Info 707 [13:10:45.723] Format host information updated +Info 708 [13:10:45.902] Format host information updated +Info 709 [13:10:45.983] Format host information updated +Info 710 [13:10:46.170] Format host information updated +Info 711 [13:10:46.310] Format host information updated +Info 712 [13:10:46.540] Format host information updated +Info 713 [13:10:46.595] Format host information updated +Info 714 [13:10:47.071] Format host information updated +Info 715 [13:10:47.133] Format host information updated +Info 716 [13:10:47.495] Format host information updated +Info 717 [13:10:47.644] Format host information updated +Info 718 [13:10:48.075] Format host information updated +Info 719 [13:10:48.325] Format host information updated +Info 720 [13:10:48.396] Format host information updated +Info 721 [13:10:49.993] Format host information updated +Info 722 [13:10:50.244] Format host information updated +Info 723 [13:10:50.312] Format host information updated +Info 724 [13:10:50.373] Format host information updated +Info 725 [13:10:50.457] Format host information updated +Info 726 [13:10:50.846] Format host information updated +Info 727 [13:10:50.925] Format host information updated +Info 728 [13:10:50.992] Format host information updated +Info 729 [13:10:51.050] Format host information updated +Info 730 [13:10:51.125] Format host information updated +Info 731 [13:10:51.350] Format host information updated +Info 732 [13:10:51.453] Format host information updated +Info 733 [13:10:51.551] Format host information updated +Info 734 [13:10:51.813] Format host information updated +Info 735 [13:10:51.871] Format host information updated +Info 736 [13:10:52.081] Format host information updated +Info 737 [13:10:52.276] Format host information updated +Info 738 [13:10:52.680] Format host information updated +Info 739 [13:10:52.767] Format host information updated +Info 740 [13:10:53.009] Format host information updated +Info 741 [13:10:57.211] Format host information updated +Info 742 [13:11:00.620] Format host information updated +Info 743 [13:11:06.017] Format host information updated +Info 744 [13:11:06.219] Format host information updated +Info 745 [13:11:06.279] Format host information updated +Info 746 [13:11:06.341] Format host information updated +Info 747 [13:11:06.479] Format host information updated +Info 748 [13:11:06.625] Format host information updated +Info 749 [13:11:06.695] Format host information updated +Info 750 [13:11:08.688] Format host information updated +Info 751 [13:11:09.259] Format host information updated +Info 752 [13:11:09.324] Format host information updated +Info 753 [13:11:09.460] Format host information updated +Info 754 [13:11:09.530] Format host information updated +Info 755 [13:11:09.664] Format host information updated +Info 756 [13:11:09.966] Format host information updated +Info 757 [13:11:10.059] Format host information updated +Info 758 [13:11:10.275] Format host information updated +Info 759 [13:11:10.368] Format host information updated +Info 760 [13:11:10.502] Format host information updated +Info 761 [13:11:10.665] Format host information updated +Info 762 [13:11:10.846] Format host information updated +Info 763 [13:11:10.913] Format host information updated +Info 764 [13:11:11.075] Format host information updated +Info 765 [13:11:11.179] Format host information updated +Info 766 [13:11:11.340] Format host information updated +Info 767 [13:11:11.396] Format host information updated +Info 768 [13:11:11.547] Format host information updated +Info 769 [13:11:11.891] Format host information updated +Info 770 [13:11:12.019] Format host information updated +Info 771 [13:11:12.136] Format host information updated +Info 772 [13:11:12.212] Format host information updated +Info 773 [13:11:12.766] Format host information updated +Info 774 [13:11:12.894] Format host information updated +Info 775 [13:11:12.965] Format host information updated +Info 776 [13:11:13.161] Format host information updated +Info 777 [13:11:13.346] Format host information updated +Info 778 [13:11:13.444] Format host information updated +Info 779 [13:11:13.533] Format host information updated +Info 780 [13:11:19.337] Format host information updated +Info 781 [13:11:19.549] Format host information updated +Info 782 [13:11:19.676] Format host information updated +Info 783 [13:11:19.821] Format host information updated +Info 784 [13:11:19.992] Format host information updated +Info 785 [13:11:20.051] Format host information updated +Info 786 [13:11:20.272] Format host information updated +Info 787 [13:11:20.336] Format host information updated +Info 788 [13:11:21.455] Format host information updated +Info 789 [13:11:21.673] Format host information updated +Info 790 [13:11:21.784] Format host information updated +Info 791 [13:11:23.425] Format host information updated +Info 792 [13:11:23.589] Format host information updated +Info 793 [13:11:23.709] Format host information updated +Info 794 [13:11:24.238] Format host information updated +Info 795 [13:11:24.238] Format host information updated +Info 796 [13:11:24.240] Format host information updated +Info 797 [13:11:24.300] Format host information updated +Info 798 [13:11:29.843] Format host information updated +Info 799 [13:11:34.682] Format host information updated +Info 800 [13:11:36.129] Format host information updated +Info 801 [13:11:37.007] Format host information updated +Info 802 [13:11:37.225] Format host information updated +Info 803 [13:11:37.358] Format host information updated +Info 804 [13:11:37.638] Format host information updated +Info 805 [13:11:37.752] Format host information updated +Info 806 [13:11:37.823] Format host information updated +Info 807 [13:11:38.166] Format host information updated +Info 808 [13:11:38.490] Format host information updated +Info 809 [13:11:38.576] Format host information updated +Info 810 [13:11:38.727] Format host information updated +Info 811 [13:11:38.785] Format host information updated +Info 812 [13:11:38.864] Format host information updated +Info 813 [13:11:38.966] Format host information updated +Info 814 [13:11:39.096] Format host information updated +Info 815 [13:11:39.207] Format host information updated +Info 816 [13:11:39.275] Format host information updated +Info 817 [13:11:39.426] Format host information updated +Info 818 [13:11:39.672] Format host information updated +Info 819 [13:11:39.833] Format host information updated +Info 820 [13:11:40.185] Format host information updated +Info 821 [13:11:40.249] Format host information updated +Info 822 [13:11:40.328] Format host information updated +Info 823 [13:11:40.390] Format host information updated +Info 824 [13:11:40.497] Format host information updated +Info 825 [13:11:40.682] Format host information updated +Info 826 [13:11:40.935] Format host information updated +Info 827 [13:11:41.112] Format host information updated +Info 828 [13:11:43.830] Format host information updated +Info 829 [13:11:43.967] Format host information updated +Info 830 [13:11:44.077] Format host information updated +Info 831 [13:11:44.249] Format host information updated +Info 832 [13:11:44.307] Format host information updated +Info 833 [13:16:47.826] Format host information updated +Info 834 [13:16:47.905] Format host information updated +Info 835 [13:16:48.346] Format host information updated +Info 836 [13:16:48.944] Format host information updated +Info 837 [13:16:49.008] Format host information updated +Info 838 [13:16:49.378] Format host information updated +Info 839 [13:16:49.450] Format host information updated +Info 840 [13:16:49.522] Format host information updated +Info 841 [13:16:49.635] Format host information updated +Info 842 [13:16:49.788] Format host information updated +Info 843 [13:16:49.844] Format host information updated +Info 844 [13:16:49.950] Format host information updated +Info 845 [13:16:50.085] Format host information updated +Info 846 [13:16:50.750] Format host information updated +Info 847 [13:16:50.857] Format host information updated +Info 848 [13:16:51.168] Format host information updated +Info 849 [13:16:51.562] Format host information updated +Info 850 [13:16:51.880] Format host information updated +Info 851 [13:16:52.645] Format host information updated +Info 852 [13:16:54.021] Format host information updated +Info 853 [13:16:54.187] Format host information updated +Info 854 [13:16:54.276] Format host information updated +Info 855 [13:16:54.377] Format host information updated +Info 856 [13:16:54.452] Format host information updated +Info 857 [13:16:54.666] Format host information updated +Info 858 [13:16:54.735] Format host information updated +Info 859 [13:16:54.966] Format host information updated +Info 860 [13:16:55.053] Format host information updated +Info 861 [13:16:55.273] Format host information updated +Info 862 [13:16:55.500] Format host information updated +Info 863 [13:16:55.681] Format host information updated +Info 864 [13:16:55.742] Format host information updated +Info 865 [13:16:55.928] Format host information updated +Info 866 [13:16:56.530] Format host information updated +Info 867 [13:16:57.246] Format host information updated +Info 868 [13:16:58.592] Format host information updated +Info 869 [13:16:58.660] Format host information updated +Info 870 [13:16:58.755] Format host information updated +Info 871 [13:16:59.067] Format host information updated +Info 872 [13:16:59.211] Format host information updated +Info 873 [13:16:59.368] Format host information updated +Info 874 [13:16:59.536] Format host information updated +Info 875 [13:16:59.612] Format host information updated +Info 876 [13:16:59.789] Format host information updated +Info 877 [13:17:00.050] Format host information updated +Info 878 [13:17:00.131] Format host information updated +Info 879 [13:17:00.203] Format host information updated +Info 880 [13:17:00.397] Format host information updated +Info 881 [13:17:00.457] Format host information updated +Info 882 [13:17:00.939] Format host information updated +Info 883 [13:17:01.326] Format host information updated +Info 884 [13:17:01.530] Format host information updated +Info 885 [13:17:01.620] Format host information updated +Info 886 [13:17:01.813] Format host information updated +Info 887 [13:17:01.960] Format host information updated +Info 888 [13:17:02.027] Format host information updated +Info 889 [13:17:02.576] Format host information updated +Info 890 [13:17:02.730] Format host information updated +Info 891 [13:17:03.408] Format host information updated +Info 892 [13:17:03.561] Format host information updated +Info 893 [13:17:03.882] Format host information updated +Info 894 [13:17:03.941] Format host information updated +Info 895 [13:17:07.474] Format host information updated +Info 896 [13:17:07.532] Format host information updated +Info 897 [13:17:09.326] Format host information updated +Info 898 [13:17:09.388] Format host information updated +Info 899 [13:17:10.202] Format host information updated +Info 900 [13:17:10.329] Format host information updated +Info 901 [13:17:10.406] Format host information updated +Info 902 [13:17:10.606] Format host information updated +Info 903 [13:17:10.741] Format host information updated +Info 904 [13:17:11.296] Format host information updated +Info 905 [13:17:11.696] Format host information updated +Info 906 [13:17:11.917] Format host information updated +Info 907 [13:17:12.108] Format host information updated +Info 908 [13:17:12.215] Format host information updated +Info 909 [13:17:12.556] Format host information updated +Info 910 [13:17:13.366] Format host information updated +Info 911 [13:17:13.420] Format host information updated +Info 912 [13:17:13.583] Format host information updated +Info 913 [13:17:13.756] Format host information updated +Info 914 [13:17:13.866] Format host information updated +Info 915 [13:17:13.926] Format host information updated +Info 916 [13:17:14.562] Format host information updated +Info 917 [13:17:14.969] Format host information updated +Info 918 [13:17:15.217] Format host information updated +Info 919 [13:17:15.399] Format host information updated +Info 920 [13:17:15.707] Format host information updated +Info 921 [13:17:15.775] Format host information updated +Info 922 [13:17:15.915] Format host information updated +Info 923 [13:17:16.145] Format host information updated +Info 924 [13:17:16.391] Format host information updated +Info 925 [13:17:16.472] Format host information updated +Info 926 [13:17:16.555] Format host information updated +Info 927 [13:17:16.785] Format host information updated +Info 928 [13:17:17.775] Format host information updated +Info 929 [13:17:18.003] Format host information updated +Info 930 [13:17:18.132] Format host information updated +Info 931 [13:17:18.252] Format host information updated +Info 932 [13:17:18.590] Format host information updated +Info 933 [13:17:18.873] Format host information updated +Info 934 [13:17:19.066] Format host information updated +Info 935 [13:17:19.135] Format host information updated +Info 936 [13:17:19.236] Format host information updated +Info 937 [13:17:19.308] Format host information updated +Info 938 [13:17:19.377] Format host information updated +Info 939 [13:17:19.518] Format host information updated +Info 940 [13:17:19.576] Format host information updated +Info 941 [13:17:19.778] Format host information updated +Info 942 [13:17:19.984] Format host information updated +Info 943 [13:17:20.054] Format host information updated +Info 944 [13:17:30.495] Format host information updated +Info 945 [13:17:33.120] Format host information updated +Info 946 [13:17:33.261] Format host information updated +Info 947 [13:17:33.438] Format host information updated +Info 948 [13:17:33.595] Format host information updated +Info 949 [13:17:33.759] Format host information updated +Info 950 [13:17:33.820] Format host information updated +Info 951 [13:17:33.881] Format host information updated +Info 952 [13:17:34.052] Format host information updated +Info 953 [13:17:34.181] Format host information updated +Info 954 [13:17:34.298] Format host information updated +Info 955 [13:17:34.389] Format host information updated +Info 956 [13:17:36.517] Format host information updated +Info 957 [13:17:36.734] Format host information updated +Info 958 [13:17:37.182] Format host information updated +Info 959 [13:17:37.300] Format host information updated +Info 960 [13:17:37.482] Format host information updated +Info 961 [13:17:37.556] Format host information updated +Info 962 [13:17:38.163] Format host information updated +Info 963 [13:17:38.363] Format host information updated +Info 964 [13:17:38.512] Format host information updated +Info 965 [13:17:38.653] Format host information updated +Info 966 [13:17:39.020] Format host information updated +Info 967 [13:17:39.440] Format host information updated +Info 968 [13:17:39.575] Format host information updated +Info 969 [13:17:40.839] Format host information updated +Info 970 [13:17:40.839] Format host information updated +Info 971 [13:17:40.840] Format host information updated +Info 972 [13:17:40.900] Format host information updated +Info 973 [13:17:45.956] Format host information updated +Info 974 [13:17:47.343] Format host information updated +Info 975 [13:17:47.612] Format host information updated +Info 976 [13:17:47.734] Format host information updated +Info 977 [13:17:47.859] Format host information updated +Info 978 [13:17:48.158] Format host information updated +Info 979 [13:17:48.278] Format host information updated +Info 980 [13:17:48.360] Format host information updated +Info 981 [13:17:48.426] Format host information updated +Info 982 [13:17:48.492] Format host information updated +Info 983 [13:17:48.551] Format host information updated +Info 984 [13:17:48.619] Format host information updated +Info 985 [13:17:50.515] Format host information updated +Info 986 [13:17:50.692] Format host information updated +Info 987 [13:17:50.781] Format host information updated +Info 988 [13:17:51.005] Format host information updated +Info 989 [13:17:51.582] Format host information updated +Info 990 [13:17:51.770] Format host information updated +Info 991 [13:17:51.958] Format host information updated +Info 992 [13:17:52.073] Format host information updated +Info 993 [13:17:52.639] Format host information updated +Info 994 [13:17:52.708] Format host information updated +Info 995 [13:17:53.229] Format host information updated +Info 996 [13:17:53.229] Format host information updated +Info 997 [13:17:53.231] Format host information updated +Info 998 [13:17:53.290] Format host information updated +Info 999 [13:17:55.799] Format host information updated +Info 1000 [13:18:02.278] Format host information updated +Info 1001 [13:18:02.398] Format host information updated +Info 1002 [13:18:02.520] Format host information updated +Info 1003 [13:18:02.708] Format host information updated +Info 1004 [13:18:03.144] Format host information updated +Info 1005 [13:18:03.324] Format host information updated +Info 1006 [13:18:03.540] Format host information updated +Info 1007 [13:18:03.708] Format host information updated +Info 1008 [13:18:03.773] Format host information updated +Info 1009 [13:18:03.832] Format host information updated +Info 1010 [13:18:03.900] Format host information updated +Info 1011 [13:18:03.968] Format host information updated +Info 1012 [13:18:04.074] Format host information updated +Info 1013 [13:18:04.347] Format host information updated +Info 1014 [13:18:04.477] Format host information updated +Info 1015 [13:18:04.636] Format host information updated +Info 1016 [13:18:04.706] Format host information updated +Info 1017 [13:18:05.006] Format host information updated +Info 1018 [13:18:05.123] Format host information updated +Info 1019 [13:18:05.281] Format host information updated +Info 1020 [13:18:05.388] Format host information updated +Info 1021 [13:18:05.487] Format host information updated +Info 1022 [13:18:05.582] Format host information updated +Info 1023 [13:18:05.753] Format host information updated +Info 1024 [13:18:07.317] Format host information updated +Info 1025 [13:18:07.407] Format host information updated +Info 1026 [13:18:07.494] Format host information updated +Info 1027 [13:18:07.768] Format host information updated +Info 1028 [13:18:08.845] Format host information updated +Info 1029 [13:18:08.954] Format host information updated +Info 1030 [13:18:09.215] Format host information updated +Info 1031 [13:18:09.402] Format host information updated +Info 1032 [13:18:09.753] Format host information updated +Info 1033 [13:18:09.844] Format host information updated +Info 1034 [13:18:09.958] Format host information updated +Info 1035 [13:18:10.731] Format host information updated +Info 1036 [13:18:10.731] Format host information updated +Info 1037 [13:18:10.732] Format host information updated +Info 1038 [13:18:12.329] Format host information updated +Info 1039 [13:18:12.387] Format host information updated +Info 1040 [13:18:20.108] Format host information updated +Info 1041 [13:18:22.705] Format host information updated +Info 1042 [13:18:24.928] Format host information updated +Info 1043 [13:18:25.037] Format host information updated +Info 1044 [13:18:25.186] Format host information updated +Info 1045 [13:18:25.418] Format host information updated +Info 1046 [13:18:25.533] Format host information updated +Info 1047 [13:18:26.170] Format host information updated +Info 1048 [13:18:26.351] Format host information updated +Info 1049 [13:18:26.467] Format host information updated +Info 1050 [13:18:26.581] Format host information updated +Info 1051 [13:18:26.837] Format host information updated +Info 1052 [13:18:26.932] Format host information updated +Info 1053 [13:18:27.112] Format host information updated +Info 1054 [13:18:27.284] Format host information updated +Info 1055 [13:18:27.372] Format host information updated +Info 1056 [13:18:27.584] Format host information updated +Info 1057 [13:18:27.642] Format host information updated +Info 1058 [13:18:28.269] Format host information updated +Info 1059 [13:18:28.270] Format host information updated +Info 1060 [13:18:28.271] Format host information updated +Info 1061 [13:18:28.331] Format host information updated +Info 1062 [13:18:54.915] Format host information updated +Info 1063 [13:18:55.132] Format host information updated +Info 1064 [13:18:55.255] Format host information updated +Info 1065 [13:18:55.527] Format host information updated +Info 1066 [13:18:55.824] Format host information updated +Info 1067 [13:18:55.963] Format host information updated +Info 1068 [13:18:56.032] Format host information updated +Info 1069 [13:18:56.532] Format host information updated +Info 1070 [13:18:56.722] Format host information updated +Info 1071 [13:18:56.889] Format host information updated +Info 1072 [13:18:56.943] Format host information updated +Info 1073 [13:18:57.242] Format host information updated +Info 1074 [13:18:57.389] Format host information updated +Info 1075 [13:18:57.475] Format host information updated +Info 1076 [13:18:57.776] Format host information updated +Info 1077 [13:18:57.835] Format host information updated +Info 1078 [13:19:03.098] Format host information updated +Info 1079 [13:19:04.551] Format host information updated +Info 1080 [13:19:05.787] Format host information updated +Info 1081 [13:19:06.251] Format host information updated +Info 1082 [13:19:06.353] Format host information updated +Info 1083 [13:19:06.453] Format host information updated +Info 1084 [13:19:06.546] Format host information updated +Info 1085 [13:19:06.772] Format host information updated +Info 1086 [13:19:06.832] Format host information updated +Info 1087 [13:19:06.954] Format host information updated +Info 1088 [13:19:07.081] Format host information updated +Info 1089 [13:19:07.219] Format host information updated +Info 1090 [13:19:07.299] Format host information updated +Info 1091 [13:19:07.358] Format host information updated +Info 1092 [13:19:08.465] Format host information updated +Info 1093 [13:19:09.844] Format host information updated +Info 1094 [13:19:13.844] Format host information updated +Info 1095 [13:19:13.985] Format host information updated +Info 1096 [13:19:14.491] Format host information updated +Info 1097 [13:19:14.666] Format host information updated +Info 1098 [13:19:14.731] Format host information updated +Info 1099 [13:19:15.391] Format host information updated +Info 1100 [13:19:15.514] Format host information updated +Info 1101 [13:19:15.734] Format host information updated +Info 1102 [13:19:15.851] Format host information updated +Info 1103 [13:19:16.064] Format host information updated +Info 1104 [13:19:16.184] Format host information updated +Info 1105 [13:19:16.314] Format host information updated +Info 1106 [13:19:16.509] Format host information updated +Info 1107 [13:19:16.671] Format host information updated +Info 1108 [13:19:16.782] Format host information updated +Info 1109 [13:19:16.841] Format host information updated +Info 1110 [13:19:21.515] Format host information updated +Info 1111 [13:19:21.611] Format host information updated +Info 1112 [13:19:21.751] Format host information updated +Info 1113 [13:19:21.975] Format host information updated +Info 1114 [13:19:22.163] Format host information updated +Info 1115 [13:19:22.259] Format host information updated +Info 1116 [13:19:22.469] Format host information updated +Info 1117 [13:19:22.533] Format host information updated +Info 1118 [13:19:26.437] Format host information updated +Info 1119 [13:22:36.712] Format host information updated +Info 1120 [13:22:44.356] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1121 [13:22:44.358] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 10 structureChanged: true structureIsReused:: Not Elapsed: 2.2476680004037917ms +Info 1122 [13:22:44.359] Project '/dev/null/inferredProject1*' (Inferred) +Info 1123 [13:22:44.359] Files (10) + +Info 1124 [13:22:44.359] ----------------------------------------------- +Info 1125 [13:22:44.359] Project '/dev/null/inferredProject1*' (Inferred) +Info 1125 [13:22:44.359] Files (10) + +Info 1125 [13:22:44.359] ----------------------------------------------- +Info 1125 [13:22:44.359] Open files: +Info 1125 [13:22:44.359] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1125 [13:22:44.359] Projects: /dev/null/inferredProject1* +Info 1125 [13:22:44.359] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1125 [13:22:44.359] Projects: /dev/null/inferredProject1* +Info 1125 [13:22:44.359] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1125 [13:22:44.359] Projects: /dev/null/inferredProject1* +Info 1125 [13:22:44.646] Format host information updated +Info 1126 [13:22:44.875] Format host information updated +Info 1127 [13:22:45.494] Format host information updated +Info 1128 [13:39:34.850] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1129 [13:39:34.857] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 11 structureChanged: true structureIsReused:: Not Elapsed: 7.292814000509679ms +Info 1130 [13:39:34.857] Project '/dev/null/inferredProject1*' (Inferred) +Info 1131 [13:39:34.857] Files (11) + +Info 1132 [13:39:34.857] ----------------------------------------------- +Info 1133 [13:39:34.857] Project '/dev/null/inferredProject1*' (Inferred) +Info 1133 [13:39:34.857] Files (11) + +Info 1133 [13:39:34.857] ----------------------------------------------- +Info 1133 [13:39:34.857] Open files: +Info 1133 [13:39:34.857] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1133 [13:39:34.857] Projects: /dev/null/inferredProject1* +Info 1133 [13:39:34.857] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1133 [13:39:34.857] Projects: /dev/null/inferredProject1* +Info 1133 [13:39:34.857] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1133 [13:39:34.857] Projects: /dev/null/inferredProject1* +Info 1133 [13:39:34.857] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1133 [13:39:34.857] Projects: /dev/null/inferredProject1* +Info 1133 [13:39:35.062] Format host information updated +Info 1134 [13:39:35.373] Format host information updated +Info 1135 [13:39:36.206] Format host information updated +Info 1136 [13:39:37.201] Format host information updated +Info 1137 [13:39:37.550] Format host information updated +Info 1138 [13:39:40.483] Format host information updated +Info 1139 [13:39:40.758] Format host information updated +Info 1140 [13:39:40.875] Format host information updated +Info 1141 [13:39:41.147] Format host information updated +Info 1142 [13:39:42.386] Format host information updated +Info 1143 [13:39:44.431] Format host information updated +Info 1144 [13:39:45.332] Format host information updated +Info 1145 [13:39:45.949] Format host information updated +Info 1146 [13:39:47.170] Format host information updated +Info 1147 [13:39:47.405] Format host information updated +Info 1148 [13:39:47.592] Format host information updated +Info 1149 [13:39:47.757] Format host information updated +Info 1150 [13:39:47.950] Format host information updated +Info 1151 [13:39:48.268] Format host information updated +Info 1152 [13:39:48.329] Format host information updated +Info 1153 [13:39:48.457] Format host information updated +Info 1154 [13:39:48.880] Format host information updated +Info 1155 [13:39:49.137] Format host information updated +Info 1156 [13:39:49.677] Format host information updated +Info 1157 [13:39:49.944] Format host information updated +Info 1158 [13:39:50.482] Format host information updated +Info 1159 [13:39:51.010] Format host information updated +Info 1160 [13:39:51.929] Format host information updated +Info 1161 [13:39:52.819] Format host information updated +Info 1162 [13:39:53.023] Format host information updated +Info 1163 [13:39:53.223] Format host information updated +Info 1164 [13:39:53.371] Format host information updated +Info 1165 [13:39:53.465] Format host information updated +Info 1166 [13:39:53.566] Format host information updated +Info 1167 [13:39:53.625] Format host information updated +Info 1168 [13:39:53.842] Format host information updated +Info 1169 [13:39:53.937] Format host information updated +Info 1170 [13:39:54.092] Format host information updated +Info 1171 [13:39:54.161] Format host information updated +Info 1172 [13:40:06.126] Format host information updated +Info 1173 [13:40:06.769] Format host information updated +Info 1174 [13:40:10.828] Format host information updated +Info 1175 [13:40:11.132] Format host information updated +Info 1176 [13:40:18.011] Format host information updated +Info 1177 [13:40:20.349] Format host information updated +Info 1178 [13:40:20.447] Format host information updated +Info 1179 [13:40:20.547] Format host information updated +Info 1180 [13:40:20.688] Format host information updated +Info 1181 [13:40:20.769] Format host information updated +Info 1182 [13:40:20.836] Format host information updated +Info 1183 [13:40:20.993] Format host information updated +Info 1184 [13:40:21.113] Format host information updated +Info 1185 [13:40:21.195] Format host information updated +Info 1186 [13:40:21.375] Format host information updated +Info 1187 [13:40:21.436] Format host information updated +Info 1188 [13:40:31.391] Format host information updated +Info 1189 [13:40:31.620] Format host information updated +Info 1190 [13:40:31.842] Format host information updated +Info 1191 [13:40:32.024] Format host information updated +Info 1192 [13:40:32.103] Format host information updated +Info 1193 [13:40:32.225] Format host information updated +Info 1194 [13:40:32.428] Format host information updated +Info 1195 [13:40:32.500] Format host information updated +Info 1196 [13:40:40.134] Format host information updated +Info 1197 [13:40:40.193] Format host information updated +Info 1198 [13:40:40.773] Format host information updated +Info 1199 [13:40:44.775] Format host information updated +Info 1200 [13:40:45.305] Format host information updated +Info 1201 [13:40:45.605] Format host information updated +Info 1202 [13:40:45.777] Format host information updated +Info 1203 [13:40:45.835] Format host information updated +Info 1204 [13:40:46.040] Format host information updated +Info 1205 [13:40:46.118] Format host information updated +Info 1206 [13:40:46.285] Format host information updated +Info 1207 [13:40:46.514] Format host information updated +Info 1208 [13:40:46.623] Format host information updated +Info 1209 [13:40:47.171] Format host information updated +Info 1210 [13:40:49.486] Format host information updated +Info 1211 [13:40:49.597] Format host information updated +Info 1212 [13:40:49.739] Format host information updated +Info 1213 [13:40:49.830] Format host information updated +Info 1214 [13:40:51.328] Format host information updated +Info 1215 [13:40:51.670] Format host information updated +Info 1216 [13:40:51.847] Format host information updated +Info 1217 [13:40:51.961] Format host information updated +Info 1218 [13:40:52.028] Format host information updated +Info 1219 [13:40:52.230] Format host information updated +Info 1220 [13:40:52.300] Format host information updated +Info 1221 [13:40:52.432] Format host information updated +Info 1222 [13:40:52.532] Format host information updated +Info 1223 [13:40:52.729] Format host information updated +Info 1224 [13:40:52.814] Format host information updated +Info 1225 [13:40:53.699] Format host information updated +Info 1226 [13:40:53.825] Format host information updated +Info 1227 [13:40:53.972] Format host information updated +Info 1228 [13:40:54.032] Format host information updated +Info 1229 [13:40:54.232] Format host information updated +Info 1230 [13:40:54.320] Format host information updated +Info 1231 [13:40:54.472] Format host information updated +Info 1232 [13:40:54.534] Format host information updated +Info 1233 [13:40:54.639] Format host information updated +Info 1234 [13:40:54.737] Format host information updated +Info 1235 [13:40:54.824] Format host information updated +Info 1236 [13:41:01.636] Format host information updated +Info 1237 [13:41:02.920] Format host information updated +Info 1238 [13:41:03.479] Format host information updated +Info 1239 [13:41:05.012] Format host information updated +Info 1240 [13:41:06.142] Format host information updated +Info 1241 [13:41:10.792] Format host information updated +Info 1242 [13:41:10.915] Format host information updated +Info 1243 [13:41:10.998] Format host information updated +Info 1244 [13:41:11.250] Format host information updated +Info 1245 [13:41:11.336] Format host information updated +Info 1246 [13:41:12.573] Format host information updated +Info 1247 [13:41:12.774] Format host information updated +Info 1248 [13:41:12.873] Format host information updated +Info 1249 [13:41:13.100] Format host information updated +Info 1250 [13:41:13.168] Format host information updated +Info 1251 [13:41:13.260] Format host information updated +Info 1252 [13:41:13.316] Format host information updated +Info 1253 [13:41:13.465] Format host information updated +Info 1254 [13:41:13.542] Format host information updated +Info 1255 [13:41:13.634] Format host information updated +Info 1256 [13:41:13.777] Format host information updated +Info 1257 [13:41:14.104] Format host information updated +Info 1258 [13:41:14.167] Format host information updated +Info 1259 [13:41:14.227] Format host information updated +Info 1260 [13:41:17.462] Format host information updated +Info 1261 [13:41:18.853] Format host information updated +Info 1262 [13:41:18.983] Format host information updated +Info 1263 [13:41:19.050] Format host information updated +Info 1264 [13:41:19.117] Format host information updated +Info 1265 [13:41:19.221] Format host information updated +Info 1266 [13:41:19.365] Format host information updated +Info 1267 [13:41:19.584] Format host information updated +Info 1268 [13:41:19.729] Format host information updated +Info 1269 [13:41:20.726] Format host information updated +Info 1270 [13:41:21.105] Format host information updated +Info 1271 [13:41:21.176] Format host information updated +Info 1272 [13:41:21.534] Format host information updated +Info 1273 [13:41:21.617] Format host information updated +Info 1274 [13:41:21.801] Format host information updated +Info 1275 [13:41:21.908] Format host information updated +Info 1276 [13:41:22.002] Format host information updated +Info 1277 [13:41:22.167] Format host information updated +Info 1278 [13:41:22.225] Format host information updated +Info 1279 [13:41:22.303] Format host information updated +Info 1280 [13:41:22.371] Format host information updated +Info 1281 [13:41:22.914] Format host information updated +Info 1282 [13:41:23.219] Format host information updated +Info 1283 [13:41:23.467] Format host information updated +Info 1284 [13:41:23.541] Format host information updated +Info 1285 [13:41:23.921] Format host information updated +Info 1286 [13:41:24.047] Format host information updated +Info 1287 [13:41:24.147] Format host information updated +Info 1288 [13:41:24.303] Format host information updated +Info 1289 [13:41:24.542] Format host information updated +Info 1290 [13:41:24.711] Format host information updated +Info 1291 [13:41:25.067] Format host information updated +Info 1292 [13:41:25.173] Format host information updated +Info 1293 [13:41:25.233] Format host information updated +Info 1294 [13:41:25.325] Format host information updated +Info 1295 [13:41:25.485] Format host information updated +Info 1296 [13:41:25.654] Format host information updated +Info 1297 [13:41:25.740] Format host information updated +Info 1298 [13:41:25.805] Format host information updated +Info 1299 [13:41:25.940] Format host information updated +Info 1300 [13:41:28.097] Format host information updated +Info 1301 [13:41:28.181] Format host information updated +Info 1302 [13:41:28.296] Format host information updated +Info 1303 [13:41:28.444] Format host information updated +Info 1304 [13:41:28.627] Format host information updated +Info 1305 [13:41:29.264] Format host information updated +Info 1306 [13:41:29.409] Format host information updated +Info 1307 [13:41:29.602] Format host information updated +Info 1308 [13:41:29.740] Format host information updated +Info 1309 [13:41:30.028] Format host information updated +Info 1310 [13:41:30.178] Format host information updated +Info 1311 [13:41:30.263] Format host information updated +Info 1312 [13:41:30.766] Format host information updated +Info 1313 [13:41:30.766] Format host information updated +Info 1314 [13:41:30.768] Format host information updated +Info 1315 [13:41:30.828] Format host information updated +Info 1316 [13:41:36.646] Format host information updated +Info 1317 [13:41:42.233] Format host information updated +Info 1318 [13:41:44.495] Format host information updated +Info 1319 [13:41:44.654] Format host information updated +Info 1320 [13:41:44.769] Format host information updated +Info 1321 [13:41:44.890] Format host information updated +Info 1322 [13:41:44.958] Format host information updated +Info 1323 [13:41:48.399] Format host information updated +Info 1324 [13:41:48.600] Format host information updated +Info 1325 [13:41:48.719] Format host information updated +Info 1326 [13:41:48.862] Format host information updated +Info 1327 [13:41:55.022] Format host information updated +Info 1328 [13:41:56.143] Format host information updated +Info 1329 [13:41:56.355] Format host information updated +Info 1330 [13:41:56.484] Format host information updated +Info 1331 [13:41:56.659] Format host information updated +Info 1332 [13:41:56.819] Format host information updated +Info 1333 [13:41:56.947] Format host information updated +Info 1334 [13:41:58.074] Format host information updated +Info 1335 [13:42:00.410] Format host information updated +Info 1336 [13:42:01.211] Format host information updated +Info 1337 [13:42:01.322] Format host information updated +Info 1338 [13:42:01.591] Format host information updated +Info 1339 [13:42:01.682] Format host information updated +Info 1340 [13:42:01.806] Format host information updated +Info 1341 [13:42:01.884] Format host information updated +Info 1342 [13:42:01.941] Format host information updated +Info 1343 [13:42:05.563] Format host information updated +Info 1344 [13:42:05.777] Format host information updated +Info 1345 [13:42:05.952] Format host information updated +Info 1346 [13:42:06.063] Format host information updated +Info 1347 [13:42:06.260] Format host information updated +Info 1348 [13:42:06.376] Format host information updated +Info 1349 [13:42:06.518] Format host information updated +Info 1350 [13:42:06.592] Format host information updated +Info 1351 [13:42:07.015] Format host information updated +Info 1352 [13:42:07.094] Format host information updated +Info 1353 [13:42:07.282] Format host information updated +Info 1354 [13:42:07.358] Format host information updated +Info 1355 [13:42:07.493] Format host information updated +Info 1356 [13:42:07.559] Format host information updated +Info 1357 [13:42:12.446] Format host information updated +Info 1358 [13:42:15.099] Format host information updated +Info 1359 [13:42:15.305] Format host information updated +Info 1360 [13:42:15.409] Format host information updated +Info 1361 [13:42:15.541] Format host information updated +Info 1362 [13:42:15.686] Format host information updated +Info 1363 [13:42:15.809] Format host information updated +Info 1364 [13:42:16.083] Format host information updated +Info 1365 [13:42:16.229] Format host information updated +Info 1366 [13:42:16.289] Format host information updated +Info 1367 [13:42:16.348] Format host information updated +Info 1368 [13:42:16.575] Format host information updated +Info 1369 [13:42:16.700] Format host information updated +Info 1370 [13:42:16.996] Format host information updated +Info 1371 [13:42:17.089] Format host information updated +Info 1372 [13:42:17.228] Format host information updated +Info 1373 [13:42:17.605] Format host information updated +Info 1374 [13:42:17.665] Format host information updated +Info 1375 [13:42:20.660] Format host information updated +Info 1376 [13:42:20.857] Format host information updated +Info 1377 [13:42:20.989] Format host information updated +Info 1378 [13:42:21.054] Format host information updated +Info 1379 [13:42:21.206] Format host information updated +Info 1380 [13:42:22.171] Format host information updated +Info 1381 [13:42:23.089] Format host information updated +Info 1382 [13:42:24.617] Format host information updated +Info 1383 [13:42:24.709] Format host information updated +Info 1384 [13:42:24.840] Format host information updated +Info 1385 [13:42:24.992] Format host information updated +Info 1386 [13:42:25.137] Format host information updated +Info 1387 [13:42:29.662] Format host information updated +Info 1388 [13:42:32.735] Format host information updated +Info 1389 [13:42:32.900] Format host information updated +Info 1390 [13:42:33.116] Format host information updated +Info 1391 [13:42:33.226] Format host information updated +Info 1392 [13:42:33.365] Format host information updated +Info 1393 [13:42:33.444] Format host information updated +Info 1394 [13:42:33.617] Format host information updated +Info 1395 [13:42:33.685] Format host information updated +Info 1396 [13:42:33.760] Format host information updated +Info 1397 [13:42:34.404] Format host information updated +Info 1398 [13:42:34.601] Format host information updated +Info 1399 [13:42:34.719] Format host information updated +Info 1400 [13:42:34.804] Format host information updated +Info 1401 [13:42:35.125] Format host information updated +Info 1402 [13:42:35.189] Format host information updated +Info 1403 [13:42:35.276] Format host information updated +Info 1404 [13:42:35.336] Format host information updated +Info 1405 [13:42:35.843] Format host information updated +Info 1406 [13:42:35.843] Format host information updated +Info 1407 [13:42:35.846] Format host information updated +Info 1408 [13:42:36.094] Format host information updated +Info 1409 [13:42:36.344] Format host information updated +Info 1410 [13:42:36.441] Format host information updated +Info 1411 [13:42:37.956] Format host information updated +Info 1412 [13:42:42.476] Format host information updated +Info 1413 [13:42:42.768] Format host information updated +Info 1414 [13:42:42.885] Format host information updated +Info 1415 [13:42:42.989] Format host information updated +Info 1416 [13:42:43.079] Format host information updated +Info 1417 [13:42:43.175] Format host information updated +Info 1418 [13:42:43.254] Format host information updated +Info 1419 [13:42:43.380] Format host information updated +Info 1420 [13:42:54.549] Format host information updated +Info 1421 [13:42:54.695] Format host information updated +Info 1422 [13:42:54.823] Format host information updated +Info 1423 [13:42:54.949] Format host information updated +Info 1424 [13:42:55.151] Format host information updated +Info 1425 [13:42:55.361] Format host information updated +Info 1426 [13:42:55.450] Format host information updated +Info 1427 [13:42:55.528] Format host information updated +Info 1428 [13:42:55.632] Format host information updated +Info 1429 [13:42:55.743] Format host information updated +Info 1430 [13:42:55.988] Format host information updated +Info 1431 [13:42:56.135] Format host information updated +Info 1432 [13:42:56.310] Format host information updated +Info 1433 [13:42:56.425] Format host information updated +Info 1434 [13:42:56.559] Format host information updated +Info 1435 [13:42:56.676] Format host information updated +Info 1436 [13:42:56.736] Format host information updated +Info 1437 [13:42:56.836] Format host information updated +Info 1438 [13:42:57.035] Format host information updated +Info 1439 [13:42:57.182] Format host information updated +Info 1440 [13:42:57.237] Format host information updated +Info 1441 [13:42:57.366] Format host information updated +Info 1442 [13:42:57.424] Format host information updated +Info 1443 [13:42:57.507] Format host information updated +Info 1444 [13:42:57.617] Format host information updated +Info 1445 [13:42:57.740] Format host information updated +Info 1446 [13:43:03.357] Format host information updated +Info 1447 [13:43:04.930] Format host information updated +Info 1448 [13:43:05.350] Format host information updated +Info 1449 [13:43:05.697] Format host information updated +Info 1450 [13:43:05.906] Format host information updated +Info 1451 [13:43:06.012] Format host information updated +Info 1452 [13:43:06.141] Format host information updated +Info 1453 [13:43:06.284] Format host information updated +Info 1454 [13:43:06.847] Format host information updated +Info 1455 [13:43:07.002] Format host information updated +Info 1456 [13:43:07.198] Format host information updated +Info 1457 [13:43:07.330] Format host information updated +Info 1458 [13:43:11.427] Format host information updated +Info 1459 [13:43:15.153] Format host information updated +Info 1460 [13:43:15.232] Format host information updated +Info 1461 [13:43:15.296] Format host information updated +Info 1462 [13:43:15.423] Format host information updated +Info 1463 [13:43:15.531] Format host information updated +Info 1464 [13:43:15.699] Format host information updated +Info 1465 [13:43:15.756] Format host information updated +Info 1466 [13:43:24.582] Format host information updated +Info 1467 [13:43:24.827] Format host information updated +Info 1468 [13:43:25.142] Format host information updated +Info 1469 [13:43:25.251] Format host information updated +Info 1470 [13:43:25.318] Format host information updated +Info 1471 [13:43:25.446] Format host information updated +Info 1472 [13:43:25.543] Format host information updated +Info 1473 [13:43:25.647] Format host information updated +Info 1474 [13:43:26.422] Format host information updated +Info 1475 [13:43:27.736] Format host information updated +Info 1476 [13:43:27.933] Format host information updated +Info 1477 [13:43:28.029] Format host information updated +Info 1478 [13:43:28.183] Format host information updated +Info 1479 [13:43:28.365] Format host information updated +Info 1480 [13:43:28.459] Format host information updated +Info 1481 [13:43:28.640] Format host information updated +Info 1482 [13:43:28.800] Format host information updated +Info 1483 [13:43:28.863] Format host information updated +Info 1484 [13:43:28.961] Format host information updated +Info 1485 [13:43:29.100] Format host information updated +Info 1486 [13:43:29.305] Format host information updated +Info 1487 [13:43:29.453] Format host information updated +Info 1488 [13:43:29.601] Format host information updated +Info 1489 [13:43:29.689] Format host information updated +Info 1490 [13:43:29.816] Format host information updated +Info 1491 [13:43:29.994] Format host information updated +Info 1492 [13:43:30.052] Format host information updated +Info 1493 [13:43:30.120] Format host information updated +Info 1494 [13:43:30.249] Format host information updated +Info 1495 [13:43:30.360] Format host information updated +Info 1496 [13:43:30.504] Format host information updated +Info 1497 [13:43:41.399] Format host information updated +Info 1498 [13:43:43.476] Format host information updated +Info 1499 [13:43:45.422] Format host information updated +Info 1500 [13:43:45.514] Format host information updated +Info 1501 [13:43:45.719] Format host information updated +Info 1502 [13:43:45.872] Format host information updated +Info 1503 [13:43:45.961] Format host information updated +Info 1504 [13:43:46.029] Format host information updated +Info 1505 [13:43:46.129] Format host information updated +Info 1506 [13:43:46.453] Format host information updated +Info 1507 [13:43:46.588] Format host information updated +Info 1508 [13:43:46.672] Format host information updated +Info 1509 [13:43:46.795] Format host information updated +Info 1510 [13:43:46.970] Format host information updated +Info 1511 [13:43:47.128] Format host information updated +Info 1512 [13:43:47.855] Format host information updated +Info 1513 [13:43:47.976] Format host information updated +Info 1514 [13:43:48.103] Format host information updated +Info 1515 [13:43:48.200] Format host information updated +Info 1516 [13:43:48.425] Format host information updated +Info 1517 [13:43:48.560] Format host information updated +Info 1518 [13:43:48.647] Format host information updated +Info 1519 [13:43:48.708] Format host information updated +Info 1520 [13:43:49.371] Format host information updated +Info 1521 [13:43:49.371] Format host information updated +Info 1522 [13:43:49.372] Format host information updated +Info 1523 [13:43:54.553] Format host information updated +Info 1524 [13:43:56.549] Format host information updated +Info 1525 [13:43:56.689] Format host information updated +Info 1526 [13:43:56.844] Format host information updated +Info 1527 [13:43:56.933] Format host information updated +Info 1528 [13:43:57.051] Format host information updated +Info 1529 [13:43:57.107] Format host information updated +Info 1530 [13:43:57.212] Format host information updated +Info 1531 [13:43:58.707] Format host information updated +Info 1532 [13:43:58.842] Format host information updated +Info 1533 [13:43:58.923] Format host information updated +Info 1534 [13:43:59.155] Format host information updated +Info 1535 [13:43:59.234] Format host information updated +Info 1536 [13:43:59.839] Format host information updated +Info 1537 [13:43:59.998] Format host information updated +Info 1538 [13:44:00.261] Format host information updated +Info 1539 [13:44:00.430] Format host information updated +Info 1540 [13:44:00.814] Format host information updated +Info 1541 [13:44:00.885] Format host information updated +Info 1542 [13:44:00.949] Format host information updated +Info 1543 [13:44:01.063] Format host information updated +Info 1544 [13:44:01.134] Format host information updated +Info 1545 [13:44:01.991] Format host information updated +Info 1546 [13:44:01.991] Format host information updated +Info 1547 [13:44:01.991] Format host information updated +Info 1548 [13:44:01.992] Format host information updated +Info 1549 [13:56:10.948] Starting updateGraphWorker: Project: /dev/null/inferredProject1* +Info 1550 [13:56:10.954] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 12 structureChanged: true structureIsReused:: Not Elapsed: 5.85875799972564ms +Info 1551 [13:56:10.954] Project '/dev/null/inferredProject1*' (Inferred) +Info 1552 [13:56:10.954] Files (12) + +Info 1553 [13:56:10.954] ----------------------------------------------- +Info 1554 [13:56:10.954] Project '/dev/null/inferredProject1*' (Inferred) +Info 1554 [13:56:10.954] Files (12) + +Info 1554 [13:56:10.954] ----------------------------------------------- +Info 1554 [13:56:10.954] Open files: +Info 1554 [13:56:10.954] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Event.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1554 [13:56:10.954] Projects: /dev/null/inferredProject1* +Info 1554 [13:56:10.954] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Http.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1554 [13:56:10.954] Projects: /dev/null/inferredProject1* +Info 1554 [13:56:10.954] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Request.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1554 [13:56:10.954] Projects: /dev/null/inferredProject1* +Info 1554 [13:56:10.954] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Http.Response.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1554 [13:56:10.954] Projects: /dev/null/inferredProject1* +Info 1554 [13:56:10.954] FileName: /home/orion/src/purescript-puppeteer/src/Puppeteer.Page.Navigate.js ProjectRootPath: /home/orion/src/purescript-puppeteer +Info 1554 [13:56:10.954] Projects: /dev/null/inferredProject1* +Info 1554 [13:56:11.489] Format host information updated diff --git a/.prettierrc.cjs b/.prettierrc.cjs new file mode 100644 index 0000000..b8e1fd1 --- /dev/null +++ b/.prettierrc.cjs @@ -0,0 +1,8 @@ +module.exports = { + tabWidth: 2, + trailingComma: 'all', + singleQuote: true, + semi: false, + arrowParens: 'avoid', + plugins: [], +} diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..fae5180 --- /dev/null +++ b/.tool-versions @@ -0,0 +1,3 @@ +purescript 0.15.11-3 +spago 0.21.0 +bun 1.0.3 diff --git a/README.md b/README.md new file mode 100644 index 0000000..31c5ce5 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# purescript-puppeteer + +To install dependencies: + +```bash +bun install +``` + +To run: + +```bash +bun run index.js +``` + +This project was created using `bun init` in bun v1.0.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..cded8fb Binary files /dev/null and b/bun.lockb differ diff --git a/bun/fmt.js b/bun/fmt.js new file mode 100644 index 0000000..d99ab18 --- /dev/null +++ b/bun/fmt.js @@ -0,0 +1,35 @@ +/** @type {(parser: string, ps: string[]) => import("bun").Subprocess} */ +const prettier = (parser, ps) => + Bun.spawn(['bun', 'x', 'prettier', '--write', '--parser', parser, ...ps], { + stdout: 'inherit', + stderr: 'inherit', + }) + +const procs = [ + prettier('babel', [ + './src/**/*.js', + './bun/**/*.js', + './.prettierrc.js', + './tailwind/**/*.js', + ]), + prettier('json', ['./package.json', './jsconfig.json']), + prettier('html', ['./assets/**/*.html']), + prettier('css', ['./assets/**/*.css', './tailwind/**/*.css']), + prettier('sh', ['./Dockerfile']), + Bun.spawn( + [ + 'bun', + 'x', + 'purs-tidy', + 'format-in-place', + 'src/**/*.purs', + 'test/**/*.purs', + ], + { + stdout: 'inherit', + stderr: 'inherit', + }, + ), +] + +await Promise.all(procs.map(p => p.exited)) diff --git a/ffi/shared.js b/ffi/shared.js new file mode 100644 index 0000000..4734af5 --- /dev/null +++ b/ffi/shared.js @@ -0,0 +1,4 @@ +/** @template T */ +export class Maybe {} + +export class Milliseconds {} diff --git a/index.js b/index.js new file mode 100644 index 0000000..f67b2c6 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log("Hello via Bun!"); \ No newline at end of file diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..f48b93c --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "types": ["bun-types"], + "lib": ["esnext"], + "target": "esnext", + "module": "esnext", + "moduleResolution": "bundler", + "moduleDetection": "force", + "jsx": "react", + "allowJs": true, + "checkJs": true, + "noEmit": true, + "strict": true + }, + "include": ["src/**/*.js", "bun/**/*.js"] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..8a8eccd --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "purescript-puppeteer", + "module": "index.js", + "type": "module", + "scripts": { + "fmt": "bun bun/fmt.js", + "postinstall": "bunx @puppeteer/browsers install chrome@stable --path $HOME/.cache/puppeteer" + }, + "devDependencies": { + "bun-types": "latest", + "devtools-protocol": "^0.0.1200039", + "purs-tidy": "^0.10.0" + }, + "peerDependencies": { + "typescript": "^5.0.0" + }, + "dependencies": { + "callsites": "^4.1.0", + "puppeteer": "^21.3.5", + "puppeteer-core": "^21.3.5", + "puppeteer-extra": "^3.3.6" + } +} diff --git a/packages.dhall b/packages.dhall new file mode 100644 index 0000000..2fafb1f --- /dev/null +++ b/packages.dhall @@ -0,0 +1,105 @@ +{- +Welcome to your new Dhall package-set! + +Below are instructions for how to edit this file for most use +cases, so that you don't need to know Dhall to use it. + +## Use Cases + +Most will want to do one or both of these options: +1. Override/Patch a package's dependency +2. Add a package not already in the default package set + +This file will continue to work whether you use one or both options. +Instructions for each option are explained below. + +### Overriding/Patching a package + +Purpose: +- Change a package's dependency to a newer/older release than the + default package set's release +- Use your own modified version of some dependency that may + include new API, changed API, removed API by + using your custom git repo of the library rather than + the package set's repo + +Syntax: +where `entityName` is one of the following: +- dependencies +- repo +- version +------------------------------- +let upstream = -- +in upstream + with packageName.entityName = "new value" +------------------------------- + +Example: +------------------------------- +let upstream = -- +in upstream + with halogen.version = "master" + with halogen.repo = "https://example.com/path/to/git/repo.git" + + with halogen-vdom.version = "v4.0.0" + with halogen-vdom.dependencies = [ "extra-dependency" ] # halogen-vdom.dependencies +------------------------------- + +### Additions + +Purpose: +- Add packages that aren't already included in the default package set + +Syntax: +where `` is: +- a tag (i.e. "v4.0.0") +- a branch (i.e. "master") +- commit hash (i.e. "701f3e44aafb1a6459281714858fadf2c4c2a977") +------------------------------- +let upstream = -- +in upstream + with new-package-name = + { dependencies = + [ "dependency1" + , "dependency2" + ] + , repo = + "https://example.com/path/to/git/repo.git" + , version = + "" + } +------------------------------- + +Example: +------------------------------- +let upstream = -- +in upstream + with benchotron = + { dependencies = + [ "arrays" + , "exists" + , "profunctor" + , "strings" + , "quickcheck" + , "lcg" + , "transformers" + , "foldable-traversable" + , "exceptions" + , "node-fs" + , "node-buffer" + , "node-readline" + , "datetime" + , "now" + ] + , repo = + "https://github.com/hdgarrood/purescript-benchotron.git" + , version = + "v7.0.0" + } +------------------------------- +-} +let upstream = + https://github.com/purescript/package-sets/releases/download/psc-0.15.10-20230921/packages.dhall + sha256:8c2123d78b41b74a5599f220cf526b48003804a490a85c324fd6a25215a94084 + +in upstream diff --git a/spago.dhall b/spago.dhall new file mode 100644 index 0000000..31e6b02 --- /dev/null +++ b/spago.dhall @@ -0,0 +1,54 @@ +{- +Welcome to a Spago project! +You can edit this file as you like. + +Need help? See the following resources: +- Spago documentation: https://github.com/purescript/spago +- Dhall language tour: https://docs.dhall-lang.org/tutorials/Language-Tour.html + +When creating a new Spago project, you can use +`spago init --no-comments` or `spago init -C` +to generate this file without the comments in this block. +-} +{ name = "my-project" +, dependencies = + [ "aff" + , "aff-promise" + , "arrays" + , "bifunctors" + , "console" + , "control" + , "datetime" + , "effect" + , "either" + , "enums" + , "exceptions" + , "filterable" + , "foldable-traversable" + , "foreign" + , "integers" + , "maybe" + , "newtype" + , "node-buffer" + , "node-path" + , "node-process" + , "node-streams" + , "node-url" + , "nullable" + , "ordered-collections" + , "parallel" + , "partial" + , "prelude" + , "simple-json" + , "spec" + , "strings" + , "transformers" + , "tuples" + , "unsafe-coerce" + , "web-cssom" + , "web-dom" + , "web-html" + ] +, packages = ./packages.dhall +, sources = [ "src/**/*.purs", "test/**/*.purs" ] +} diff --git a/src/Puppeteer.Base.js b/src/Puppeteer.Base.js new file mode 100644 index 0000000..9ea7f11 --- /dev/null +++ b/src/Puppeteer.Base.js @@ -0,0 +1,5 @@ +/** @type {(a: T) => T} */ +export const unsafeLog = a => { + console.log(a) + return a +} diff --git a/src/Puppeteer.Base.purs b/src/Puppeteer.Base.purs new file mode 100644 index 0000000..11a5949 --- /dev/null +++ b/src/Puppeteer.Base.purs @@ -0,0 +1,272 @@ +module Puppeteer.Base where + +import Prelude + +import Control.Alt ((<|>)) +import Control.Monad.Error.Class (liftMaybe, throwError) +import Control.Parallel (parallel, sequential) +import Data.Maybe (Maybe(..), maybe) +import Data.Time.Duration (Milliseconds) +import Effect.Aff (Aff, delay) +import Effect.Exception (error) +import Foreign (Foreign, unsafeFromForeign) +import Prim.Row (class Union) +import Puppeteer.FFI as FFI +import Simple.JSON (class ReadForeign, writeImpl) +import Web.HTML as HTML + +foreign import unsafeLog :: forall a. a -> a + +timeout :: forall a. Milliseconds -> Aff a -> Aff (Maybe a) +timeout t a = + let + timeout_ = const Nothing <$> delay t + in + sequential $ parallel (Just <$> a) <|> parallel timeout_ + +timeoutThrow :: forall a. Milliseconds -> Aff a -> Aff a +timeoutThrow t a = liftMaybe (error "timeout") =<< timeout t a + +newtype Context (a :: Symbol) = Context (Unit -> Aff Unit) + +instance semicontext :: Semigroup (Context a) where + append _ a = a + +instance monoidcontext :: Monoid (Context a) where + mempty = Context $ const $ pure unit + +closeContext :: forall (a :: Symbol). Context a -> Aff Unit +closeContext (Context f) = f unit + +type URL = String + +type Viewport = + { deviceScaleFactor :: Maybe Number + , hasTouch :: Maybe Boolean + , height :: Int + , width :: Int + , isLandscape :: Maybe Boolean + , isMobile :: Maybe Boolean + } + +prepareViewport :: Viewport -> Foreign +prepareViewport { deviceScaleFactor, hasTouch, height, width, isLandscape, isMobile } = + writeImpl + { deviceScaleFactor: FFI.maybeToUndefined deviceScaleFactor + , hasTouch: FFI.maybeToUndefined hasTouch + , isLandscape: FFI.maybeToUndefined isLandscape + , isMobile: FFI.maybeToUndefined isMobile + , height + , width + } + +--| [`PuppeteerNode`](https://pptr.dev/api/puppeteer.puppeteernode) +foreign import data Puppeteer :: Row Type -> Type + +data LifecycleEvent = Load | DomContentLoaded | NetworkIdleZeroConnections | NetworkIdleAtMostTwoConnections + +prepareLifecycleEvent :: LifecycleEvent -> Foreign +prepareLifecycleEvent Load = writeImpl "load" +prepareLifecycleEvent DomContentLoaded = writeImpl "domcontentloaded" +prepareLifecycleEvent NetworkIdleZeroConnections = writeImpl "networkidle0" +prepareLifecycleEvent NetworkIdleAtMostTwoConnections = writeImpl "networkidle2" + +--| A puppeteer plugin +--| +--| [`puppeteer-extra`](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin) +--| +--| `src/DebugPlugin.js` +--| ```javascript +--| import { PuppeteerExtraPlugin } from 'puppeteer-extra-plugin' +--| import { PuppeteerExtra } from 'puppeteer-extra' +--| import { Page } from 'puppeteer' +--| +--| /** @typedef {Page & {sayHello: () => void}} DebugPluginPage */ +--| +--| class DebugPlugin extends PuppeteerExtraPlugin { +--| name = 'hello-world' +--| +--| constructor(opts = {}) { +--| super(opts) +--| } +--| +--| async onPageCreated(page) { +--| page.sayHello = () => console.log('hello') +--| } +--| } +--| +--| /** @type {() => DebugPlugin} */ +--| export const makeDebugPlugin = () => new DebugPlugin() +--| +--| /** @type {(_1: DebugPlugin) => (_2: PuppeteerExtra) => () => PuppeteerExtra} */ +--| export const registerDebugPlugin = dp => p => () => p.use(dp) +--| +--| /** @type {(_1: PuppeteerExtra) => (_2: DebugPluginPage) => () => void} */ +--| export const sayHello = () => page => () => page.sayHello() +--| ``` +--| +--| `src/DebugPlugin.purs` +--| ```purescript +--| module DebugPlugin where +--| +--| import Prelude +--| import Effect (Effect) +--| import Effect.Class (class MonadEffect) +--| import Puppeteer (class Plugin, Puppeteer) +--| import Puppeteer.Page (Page) +--| +--| foreign import data DebugPlugin :: Type +--| +--| foreign import makeDebugPlugin :: Effect DebugPlugin +--| +--| foreign import registerDebugPlugin :: forall (r :: Row Type) +--| . Puppeteer r +--| -> Effect (Puppeteer (debugPlugin :: DebugPlugin | r)) +--| +--| -- Note: +--| -- The puppeteer instance used here must have been +--| -- registered with `DebugPlugin`'s `use` in order to +--| -- invoke `sayHello` +--| foreign import sayHello :: forall (r :: Row Type) +--| . Puppeteer (debugPlugin :: DebugPlugin | r) +--| -> Page +--| -> Effect Unit +--| +--| instance debugPlugin :: Plugin DebugPlugin (debugPlugin :: DebugPlugin) where +--| use pptr _ = liftEffect $ registerDebugPlugin pptr +--| ``` +class Plugin p (r :: Row Type) | p -> r where + --| Register a given puppeteer instance with plugin `p` + --| + --| The row type `r` should be used in that plugin's purescript + --| API to ensure the puppeteer instance used has had that + --| plugin registered. + use :: forall b c. Union r b c => Puppeteer r -> p -> Aff (Puppeteer c) + +--| [`Browser`](https://pptr.dev/api/puppeteer.browser) +foreign import data Browser :: Type + +instance browserForeign :: ReadForeign Browser where + readImpl = pure <<< unsafeFromForeign + +--| [`Page`](https://pptr.dev/api/puppeteer.page) +foreign import data Page :: Type + +instance pageForeign :: ReadForeign Page where + readImpl = pure <<< unsafeFromForeign + +--| [`Frame`](https://pptr.dev/api/puppeteer.frame) +foreign import data Frame :: Type + +instance frameForeign :: ReadForeign Frame where + readImpl = pure <<< unsafeFromForeign + +--| [`BrowserContext`](https://pptr.dev/api/puppeteer.browsercontext) +foreign import data BrowserContext :: Type + +instance browserContextForeign :: ReadForeign BrowserContext where + readImpl = pure <<< unsafeFromForeign + +--| Represents both [`JSHandle`](https://pptr.dev/api/puppeteer.jshandle) & [`ElementHandle`](https://pptr.dev/api/puppeteer.elementhandle) +foreign import data Handle :: Type -> Type + +--| [`Keyboard`](https://pptr.dev/api/puppeteer.keyboard) +foreign import data Keyboard :: Type + +foreign import data Request :: Type + +instance foreignRequest :: ReadForeign Request where + readImpl = pure <<< unsafeFromForeign + +foreign import data Response :: Type + +instance foreignResponse :: ReadForeign Response where + readImpl = pure <<< unsafeFromForeign + +--| `Browser` or `BrowserContext` +class PageProducer :: Type -> Constraint +class PageProducer a + +instance bpp :: PageProducer Browser +instance bcpp :: PageProducer BrowserContext + +--| `Page` or `Handle` +class EvalTarget :: Type -> Constraint +class EvalTarget a + +instance pet :: EvalTarget Page +instance het :: EvalTarget (Handle a) + +--| `Page` or `BrowserContext` +class BrowserAccess :: Type -> Constraint +class BrowserAccess a + +instance pba :: BrowserAccess Browser +instance bcba :: BrowserAccess BrowserContext + +class IsElement :: Type -> Constraint +class IsElement e + +instance anchorIsElement :: IsElement HTML.HTMLAnchorElement +instance areaIsElement :: IsElement HTML.HTMLAreaElement +instance audioIsElement :: IsElement HTML.HTMLAudioElement +instance bRIsElement :: IsElement HTML.HTMLBRElement +instance baseIsElement :: IsElement HTML.HTMLBaseElement +instance bodyIsElement :: IsElement HTML.HTMLBodyElement +instance buttonIsElement :: IsElement HTML.HTMLButtonElement +instance canvasIsElement :: IsElement HTML.HTMLCanvasElement +instance dListIsElement :: IsElement HTML.HTMLDListElement +instance dataIsElement :: IsElement HTML.HTMLDataElement +instance dataListIsElement :: IsElement HTML.HTMLDataListElement +instance divIsElement :: IsElement HTML.HTMLDivElement +instance document :: IsElement HTML.HTMLDocument +instance element :: IsElement HTML.HTMLElement +instance embedIsElement :: IsElement HTML.HTMLEmbedElement +instance fieldSetIsElement :: IsElement HTML.HTMLFieldSetElement +instance formIsElement :: IsElement HTML.HTMLFormElement +instance hRIsElement :: IsElement HTML.HTMLHRElement +instance headIsElement :: IsElement HTML.HTMLHeadElement +instance headingIsElement :: IsElement HTML.HTMLHeadingElement +instance iFrameIsElement :: IsElement HTML.HTMLIFrameElement +instance imageIsElement :: IsElement HTML.HTMLImageElement +instance inputIsElement :: IsElement HTML.HTMLInputElement +instance keygenIsElement :: IsElement HTML.HTMLKeygenElement +instance lIIsElement :: IsElement HTML.HTMLLIElement +instance labelIsElement :: IsElement HTML.HTMLLabelElement +instance legendIsElement :: IsElement HTML.HTMLLegendElement +instance linkIsElement :: IsElement HTML.HTMLLinkElement +instance mapIsElement :: IsElement HTML.HTMLMapElement +instance mediaIsElement :: IsElement HTML.HTMLMediaElement +instance metaIsElement :: IsElement HTML.HTMLMetaElement +instance meterIsElement :: IsElement HTML.HTMLMeterElement +instance modIsElement :: IsElement HTML.HTMLModElement +instance oListIsElement :: IsElement HTML.HTMLOListElement +instance objectIsElement :: IsElement HTML.HTMLObjectElement +instance optGroupIsElement :: IsElement HTML.HTMLOptGroupElement +instance optionIsElement :: IsElement HTML.HTMLOptionElement +instance outputIsElement :: IsElement HTML.HTMLOutputElement +instance paragraphIsElement :: IsElement HTML.HTMLParagraphElement +instance paramIsElement :: IsElement HTML.HTMLParamElement +instance preIsElement :: IsElement HTML.HTMLPreElement +instance progressIsElement :: IsElement HTML.HTMLProgressElement +instance quoteIsElement :: IsElement HTML.HTMLQuoteElement +instance scriptIsElement :: IsElement HTML.HTMLScriptElement +instance selectIsElement :: IsElement HTML.HTMLSelectElement +instance sourceIsElement :: IsElement HTML.HTMLSourceElement +instance spanIsElement :: IsElement HTML.HTMLSpanElement +instance styleIsElement :: IsElement HTML.HTMLStyleElement +instance tableCaptionIsElement :: IsElement HTML.HTMLTableCaptionElement +instance tableCellIsElement :: IsElement HTML.HTMLTableCellElement +instance tableColIsElement :: IsElement HTML.HTMLTableColElement +instance tableDataCellIsElement :: IsElement HTML.HTMLTableDataCellElement +instance tableIsElement :: IsElement HTML.HTMLTableElement +instance tableHeaderCellIsElement :: IsElement HTML.HTMLTableHeaderCellElement +instance tableRowIsElement :: IsElement HTML.HTMLTableRowElement +instance tableSectionIsElement :: IsElement HTML.HTMLTableSectionElement +instance templateIsElement :: IsElement HTML.HTMLTemplateElement +instance textAreaIsElement :: IsElement HTML.HTMLTextAreaElement +instance timeIsElement :: IsElement HTML.HTMLTimeElement +instance titleIsElement :: IsElement HTML.HTMLTitleElement +instance trackIsElement :: IsElement HTML.HTMLTrackElement +instance uListIsElement :: IsElement HTML.HTMLUListElement +instance videoIsElement :: IsElement HTML.HTMLVideoElement diff --git a/src/Puppeteer.Browser.Context.js b/src/Puppeteer.Browser.Context.js new file mode 100644 index 0000000..725599a --- /dev/null +++ b/src/Puppeteer.Browser.Context.js @@ -0,0 +1,26 @@ +import { Page } from 'puppeteer' +import { Browser, BrowserContext } from 'puppeteer' + +/** @type {(b: Browser) => Array} */ +export const all = b => b.browserContexts() + +/** @type {(b: BrowserContext) => boolean} */ +export const isIncognito = c => c.isIncognito() + +/** @type {(p: Page) => BrowserContext} */ +export const forPage = p => p.browserContext() + +/** @type {(b: Browser) => BrowserContext} */ +export const _default = b => b.defaultBrowserContext() + +/** @type {(o: object) => (b: Browser) => Promise} */ +export const _incognito = o => b => b.createIncognitoBrowserContext(o) + +/** @type {(origin: string) => (p: Array) => (b: BrowserContext) => Promise} */ +export const _overridePermissions = o => p => c => c.overridePermissions(o, p) + +/** @type {(b: BrowserContext) => Promise} */ +export const _clearPermissionOverrides = c => c.clearPermissionOverrides() + +/** @type {(b: BrowserContext) => Promise} */ +export const _close = c => c.close() diff --git a/src/Puppeteer.Browser.Context.purs b/src/Puppeteer.Browser.Context.purs new file mode 100644 index 0000000..3e57ed9 --- /dev/null +++ b/src/Puppeteer.Browser.Context.purs @@ -0,0 +1,70 @@ +module Puppeteer.Browser.Context + ( module X + , all + , default + , close + , incognito + , incognito_ + , overridePermissions + , clearPermissionOverrides + , isIncognito + ) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Maybe (Maybe(..)) +import Data.Set (Set) +import Data.Set as Set +import Effect.Aff (Aff) +import Foreign (Foreign) +import Puppeteer.Base (BrowserContext) as X +import Puppeteer.Base (BrowserContext, Page) +import Puppeteer.Browser (Browser) +import Puppeteer.Browser.Permission (Permission) +import Puppeteer.FFI as FFI +import Simple.JSON (writeImpl) + +type Create = + { proxyBypassList :: Maybe (Array String) + , proxyServer :: Maybe String + } + +prepareCreate :: Create -> Foreign +prepareCreate + { proxyBypassList + , proxyServer + } = + writeImpl + { proxyBypassList: FFI.maybeToUndefined proxyBypassList + , proxyServer: FFI.maybeToUndefined proxyServer + } + +foreign import all :: Browser -> Array BrowserContext +foreign import isIncognito :: BrowserContext -> Boolean +foreign import forPage :: Page -> BrowserContext + +foreign import _default :: Browser -> BrowserContext +foreign import _incognito :: Foreign -> Browser -> Promise BrowserContext +foreign import _overridePermissions :: String -> Array Permission -> BrowserContext -> Promise Unit +foreign import _clearPermissionOverrides :: BrowserContext -> Promise Unit +foreign import _close :: BrowserContext -> Promise Unit + +incognito :: Create -> Browser -> Aff BrowserContext +incognito c b = Promise.toAff $ _incognito (prepareCreate c) b + +incognito_ :: Browser -> Aff BrowserContext +incognito_ = incognito { proxyBypassList: Nothing, proxyServer: Nothing } + +default :: Browser -> BrowserContext +default = _default + +overridePermissions :: String -> Set Permission -> BrowserContext -> Aff Unit +overridePermissions origin perms ctx = Promise.toAff $ _overridePermissions origin (Set.toUnfoldable perms) ctx + +clearPermissionOverrides :: BrowserContext -> Aff Unit +clearPermissionOverrides = Promise.toAff <<< _clearPermissionOverrides + +close :: BrowserContext -> Aff Unit +close = Promise.toAff <<< _close diff --git a/src/Puppeteer.Browser.Permission.purs b/src/Puppeteer.Browser.Permission.purs new file mode 100644 index 0000000..77dc3be --- /dev/null +++ b/src/Puppeteer.Browser.Permission.purs @@ -0,0 +1,59 @@ +module Puppeteer.Browser.Permission (Permission(..), preparePermission) where + +import Prelude + +import Data.Eq.Generic (genericEq) +import Data.Generic.Rep (class Generic) +import Data.Ord.Generic (genericCompare) +import Foreign (Foreign) +import Simple.JSON (writeImpl) + +data Permission + = Geolocation + | Midi + | Notifications + | Camera + | Microphone + | BackgroundSync + | AmbientLightSensor + | Accelerometer + | Gyroscope + | Magnetometer + | AccessibilityEvents + | ClipboardRead + | ClipboardWrite + | ClipboardSanitizedWrite + | PaymentHandler + | PersistentStorage + | IdleDetection + | MidiSysex + +derive instance genericPermission :: Generic Permission _ +instance eqPermission :: Eq Permission where + eq = genericEq + +instance ordPermission :: Ord Permission where + compare = genericCompare + +preparePermission :: Permission -> Foreign +preparePermission = writeImpl <<< preparePermission_ + +preparePermission_ :: Permission -> String +preparePermission_ Geolocation = "geolocation" +preparePermission_ Midi = "midi" +preparePermission_ Notifications = "notifications" +preparePermission_ Camera = "camera" +preparePermission_ Microphone = "microphone" +preparePermission_ BackgroundSync = "background-sync" +preparePermission_ AmbientLightSensor = "ambient-light-sensor" +preparePermission_ Accelerometer = "accelerometer" +preparePermission_ Gyroscope = "gyroscope" +preparePermission_ Magnetometer = "magnetometer" +preparePermission_ AccessibilityEvents = "accessibility-events" +preparePermission_ ClipboardRead = "clipboard-read" +preparePermission_ ClipboardWrite = "clipboard-write" +preparePermission_ ClipboardSanitizedWrite = "clipboard-sanitized-write" +preparePermission_ PaymentHandler = "payment-handler" +preparePermission_ PersistentStorage = "persistent-storage" +preparePermission_ IdleDetection = "idle-detection" +preparePermission_ MidiSysex = "midi-sysex" diff --git a/src/Puppeteer.Browser.js b/src/Puppeteer.Browser.js new file mode 100644 index 0000000..a7ae134 --- /dev/null +++ b/src/Puppeteer.Browser.js @@ -0,0 +1,20 @@ +import { BrowserContext } from 'puppeteer' +import { Browser } from 'puppeteer' + +/** @type {(b: Browser) => Promise} */ +export const _close = b => b.close() + +/** @type {(b: Browser) => () => void} */ +export const disconnect = b => () => b.disconnect() + +/** @type {(b: {browser: () => Browser}) => () => Browser} */ +export const _get = b => () => b.browser() + +/** @type {(_: Browser) => () => string} */ +export const websocketEndpoint = b => () => b.wsEndpoint() + +/** @type {(_: Browser) => () => boolean} */ +export const connected = b => () => b.connected + +/** @type {(_: BrowserContext) => () => Browser} */ +export const ofContext = c => () => c.browser() diff --git a/src/Puppeteer.Browser.purs b/src/Puppeteer.Browser.purs new file mode 100644 index 0000000..e0388dd --- /dev/null +++ b/src/Puppeteer.Browser.purs @@ -0,0 +1,88 @@ +module Puppeteer.Browser + ( module X + , Product(..) + , ChromeReleaseChannel(..) + , Connect + , disconnect + , websocketEndpoint + , connected + , prepareConnectOptions + , get + , close + ) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Enum (fromEnum) +import Data.Maybe (Maybe) +import Data.Time (Millisecond) +import Effect (Effect) +import Effect.Aff (Aff) +import Foreign (Foreign, unsafeToForeign) +import Puppeteer.Base (Browser) as X +import Puppeteer.Base (class BrowserAccess, Browser, BrowserContext, Viewport) +import Puppeteer.FFI as FFI +import Simple.JSON (writeImpl) + +data Product + = Chrome + | Firefox + +data ChromeReleaseChannel + = ChromeStable + | ChromeBeta + | ChromeCanary + | ChromeDev + +type Connect = + { defaultViewport :: Maybe Viewport + , ignoreHTTPSErrors :: Maybe Boolean + , protocolTimeout :: Maybe Millisecond + , slowMo :: Maybe Millisecond + } + +prepareViewport :: Viewport -> Foreign +prepareViewport + { deviceScaleFactor + , hasTouch + , height + , width + , isLandscape + , isMobile + } = writeImpl + { deviceScaleFactor: FFI.maybeToUndefined deviceScaleFactor + , hasTouch: FFI.maybeToUndefined hasTouch + , height + , width + , isLandscape: FFI.maybeToUndefined isLandscape + , isMobile: FFI.maybeToUndefined isMobile + } + +prepareConnectOptions :: Connect -> Foreign +prepareConnectOptions + { defaultViewport + , ignoreHTTPSErrors + , protocolTimeout + , slowMo + } = writeImpl + { defaultViewport: FFI.maybeToUndefined $ map prepareViewport defaultViewport + , ignoreHTTPSErrors: FFI.maybeToUndefined ignoreHTTPSErrors + , protocolTimeout: FFI.maybeToUndefined $ map fromEnum protocolTimeout + , slowMo: FFI.maybeToUndefined $ map fromEnum slowMo + } + +foreign import _close :: Browser -> Promise Unit +foreign import _get :: Foreign -> Effect Browser + +foreign import disconnect :: Browser -> Effect Unit +foreign import websocketEndpoint :: Browser -> Effect String +foreign import connected :: Browser -> Effect Boolean +foreign import ofContext :: BrowserContext -> Effect Browser + +get :: forall b. BrowserAccess b => b -> Effect Browser +get = _get <<< unsafeToForeign + +close :: Browser -> Aff Unit +close = Promise.toAff <<< _close diff --git a/src/Puppeteer.Cartesian.js b/src/Puppeteer.Cartesian.js new file mode 100644 index 0000000..f7c2e1f --- /dev/null +++ b/src/Puppeteer.Cartesian.js @@ -0,0 +1,23 @@ +export const _coord = c => c +export const _box = ([tl, tr, br, bl]) => ({ tl, tr, br, bl }) +export const _boxModel = ({ + border, + content, + margin, + padding, + height, + width, +}) => ({ + height, + width, + margin: _box(margin), + padding: _box(padding), + border: _box(border), + content: _box(content), +}) + +export const _boundingBox = ({ height, width, x, y }) => ({ + height, + width, + coord: { x, y }, +}) diff --git a/src/Puppeteer.Cartesian.purs b/src/Puppeteer.Cartesian.purs new file mode 100644 index 0000000..701864b --- /dev/null +++ b/src/Puppeteer.Cartesian.purs @@ -0,0 +1,27 @@ +module Puppeteer.Cartesian where + +import Foreign (Foreign) + +foreign import _coord :: Foreign -> Coord +foreign import _box :: Foreign -> Box +foreign import _boxModel :: Foreign -> BoxModel +foreign import _boundingBox :: Foreign -> BoundingBox + +type Coord = { x :: Number, y :: Number } + +type Box = { tl :: Coord, tr :: Coord, br :: Coord, bl :: Coord } + +type BoxModel = + { border :: Box + , content :: Box + , margin :: Box + , padding :: Box + , height :: Number + , width :: Number + } + +type BoundingBox = + { height :: Number + , width :: Number + , coord :: Coord + } diff --git a/src/Puppeteer.Eval.js b/src/Puppeteer.Eval.js new file mode 100644 index 0000000..8908e34 --- /dev/null +++ b/src/Puppeteer.Eval.js @@ -0,0 +1,23 @@ +import {Page, JSHandle} from 'puppeteer' + +/** +* @type {(_: string) => (_: Page | JSHandle) => (_: Array) => Promise} +*/ +export const _run = s => h => a => { + /** @type {any} */ + const f = new Function(`return (${s})(...arguments)`) + /** @type {(_s: () => void, ...as: Array) => Promise} */ + const ev = h.evaluate.bind(h) + return ev(f, ...a) +} + +/** +* @type {(_: string) => (_: Page | JSHandle) => (_: Array) => Promise>} +*/ +export const _runh = s => h => a => { + /** @type {any} */ + const f = new Function(`return (${s})(...arguments)`) + /** @type {(_s: () => void, ...as: Array) => Promise>} */ + const ev = h.evaluateHandle.bind(h) + return ev(f, ...a) +} diff --git a/src/Puppeteer.Eval.purs b/src/Puppeteer.Eval.purs new file mode 100644 index 0000000..7f4ea31 --- /dev/null +++ b/src/Puppeteer.Eval.purs @@ -0,0 +1,45 @@ +module Puppeteer.Eval + ( unsafeRunJs0 + , unsafeRunJsHandle0 + , unsafeRunJs1 + , unsafeRunJsHandle1 + , unsafeRunJs2 + , unsafeRunJsHandle2 + , unsafeRunJs3 + , unsafeRunJsHandle3 + ) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Effect.Aff (Aff) +import Foreign (Foreign, unsafeToForeign) +import Puppeteer.Base (class EvalTarget, Handle) + +foreign import _run :: forall @r. String -> Foreign -> Array Foreign -> Promise r +foreign import _runh :: forall @r. String -> Foreign -> Array Foreign -> Promise (Handle r) + +unsafeRunJs0 :: forall e @r. EvalTarget e => String -> e -> Aff r +unsafeRunJs0 js h = Promise.toAff $ _run js (unsafeToForeign h) [] + +unsafeRunJsHandle0 :: forall e @r. EvalTarget e => String -> e -> Aff (Handle r) +unsafeRunJsHandle0 js h = Promise.toAff $ _runh js (unsafeToForeign h) [] + +unsafeRunJs1 :: forall a e @r. EvalTarget e => String -> a -> e -> Aff r +unsafeRunJs1 js a h = Promise.toAff $ _run js (unsafeToForeign h) [unsafeToForeign a] + +unsafeRunJsHandle1 :: forall a e @r. EvalTarget e => String -> a -> e -> Aff (Handle r) +unsafeRunJsHandle1 js a h = Promise.toAff $ _runh js (unsafeToForeign h) [unsafeToForeign a] + +unsafeRunJs2 :: forall a b e @r. EvalTarget e => String -> a -> b-> e -> Aff r +unsafeRunJs2 js a b h = Promise.toAff $ _run js (unsafeToForeign h) [unsafeToForeign a, unsafeToForeign b] + +unsafeRunJsHandle2 :: forall a b e @r. EvalTarget e => String -> a -> b -> e -> Aff (Handle r) +unsafeRunJsHandle2 js a b h = Promise.toAff $ _runh js (unsafeToForeign h) [unsafeToForeign a, unsafeToForeign b] + +unsafeRunJs3 :: forall a b c e @r. EvalTarget e => String -> a -> b -> c -> e -> Aff r +unsafeRunJs3 js a b c h = Promise.toAff $ _run js (unsafeToForeign h) [unsafeToForeign a, unsafeToForeign b, unsafeToForeign c] + +unsafeRunJsHandle3 :: forall a b c e @r. EvalTarget e => String -> a -> b -> c -> e -> Aff (Handle r) +unsafeRunJsHandle3 js a b c h = Promise.toAff $ _runh js (unsafeToForeign h) [unsafeToForeign a, unsafeToForeign b, unsafeToForeign c] diff --git a/src/Puppeteer.FFI.js b/src/Puppeteer.FFI.js new file mode 100644 index 0000000..f8f389c --- /dev/null +++ b/src/Puppeteer.FFI.js @@ -0,0 +1,22 @@ +/** @type {() => Record} */ +const emptyRecord = () => ({}) + +/** @type {(_: Array>) => Record} */ +export const mergeRecords = rs => + rs.reduce((acc, cur) => { + Object.assign(acc, cur) + return acc + }, emptyRecord()) + +/** @type {(m: Array<{k: string, v: any}>) => Record} */ +export const _mapToRecord = map => + map.reduce((r, {k, v}) => { + r[k] = v + return r + }, emptyRecord()) + +/** @type {(_: (_u: unknown) => T | null) => (_a: unknown) => T | undefined} */ +export const _maybeToUndefined = mton => m => { + const n = mton(m) + return n === null ? undefined : n +} diff --git a/src/Puppeteer.FFI.purs b/src/Puppeteer.FFI.purs new file mode 100644 index 0000000..cc86638 --- /dev/null +++ b/src/Puppeteer.FFI.purs @@ -0,0 +1,31 @@ +module Puppeteer.FFI (mapToRecord, maybeToUndefined, mergeRecords, unsafeMaybeToUndefined, makeMap) where + +import Prelude + +import Data.Array as Array +import Data.Foldable (foldl) +import Data.FoldableWithIndex (foldlWithIndex) +import Data.Map (Map) +import Data.Map as Map +import Data.Maybe (Maybe) +import Data.Nullable (Nullable) +import Data.Nullable as Nullable +import Data.Tuple (Tuple(..)) +import Foreign (Foreign) +import Simple.JSON (class WriteForeign) + +foreign import mergeRecords :: Array Foreign -> Foreign +foreign import _mapToRecord :: forall a. Array {k :: String, v :: a} -> Foreign +foreign import _maybeToUndefined :: forall a. (Maybe a -> Nullable a) -> Maybe a -> Foreign + +makeMap :: forall k v. Ord k => Array { k :: k, v :: v } -> Map k v +makeMap = Map.fromFoldable <<< map (\{ k, v } -> Tuple k v) + +mapToRecord :: forall a. WriteForeign a => Map String a -> Foreign +mapToRecord = _mapToRecord <<< foldlWithIndex (\k a v -> Array.cons {k, v} a) [] + +maybeToUndefined :: forall a. WriteForeign a => Maybe a -> Foreign +maybeToUndefined = _maybeToUndefined Nullable.toNullable + +unsafeMaybeToUndefined :: forall a. Maybe a -> Foreign +unsafeMaybeToUndefined = _maybeToUndefined Nullable.toNullable diff --git a/src/Puppeteer.Frame.purs b/src/Puppeteer.Frame.purs new file mode 100644 index 0000000..6428278 --- /dev/null +++ b/src/Puppeteer.Frame.purs @@ -0,0 +1,4 @@ +module Puppeteer.Frame where + +import Prelude + diff --git a/src/Puppeteer.Handle.HTML.purs b/src/Puppeteer.Handle.HTML.purs new file mode 100644 index 0000000..0b45c3a --- /dev/null +++ b/src/Puppeteer.Handle.HTML.purs @@ -0,0 +1,466 @@ +module Puppeteer.Handle.HTML where + +import Prelude + +import Data.Array as Array +import Data.Int as Int +import Data.Map (Map) +import Data.Map as Map +import Data.Maybe (Maybe(..)) +import Data.String as String +import Data.Traversable (sequence) +import Data.Tuple (Tuple(..)) +import Effect.Aff (Aff) +import Foreign (Foreign) +import Puppeteer.Base (class IsElement, Handle) +import Puppeteer.Eval as Eval +import Puppeteer.FFI as FFI +import Puppeteer.Handle (getProperties, toHTML, unsafeCoerceHandle) +import Web.CSSOM.CSSStyleDeclaration (CSSStyleDeclaration) +import Web.DOM.HTMLCollection (HTMLCollection) +import Web.HTML as HTML + +equals :: forall a. IsElement a => Handle a -> Handle a -> Aff Boolean +equals a b = Eval.unsafeRunJs1 "(a, b) => a === b" a b + +contains :: forall a. IsElement a => Handle a -> Handle a -> Aff Boolean +contains a b = Eval.unsafeRunJs1 "(a, b) => a.contains(b)" a b + +tagName :: forall a. IsElement a => Handle a -> Aff String +tagName = Eval.unsafeRunJs0 "e => e.tagName" + +textContent :: forall a. IsElement a => Handle a -> Aff String +textContent = Eval.unsafeRunJs0 "e => e.textContent" + +innerHTML :: forall a. IsElement a => Handle a -> Aff String +innerHTML = Eval.unsafeRunJs0 "e => e.innerHTML" + +outerHTML :: forall a. IsElement a => Handle a -> Aff String +outerHTML = Eval.unsafeRunJs0 "e => e.outerHTML" + +id :: forall a. IsElement a => Handle a -> Aff String +id = Eval.unsafeRunJs0 "e => e.id" + +classList :: forall a. IsElement a => Handle a -> Aff (Array String) +classList = Eval.unsafeRunJs0 "e => Array.from(e.classList)" + +scrollTop :: forall a. IsElement a => Handle a -> Aff (Array Number) +scrollTop = Eval.unsafeRunJs0 "e => e.scrollTop" + +scrollLeft :: forall a. IsElement a => Handle a -> Aff (Array Number) +scrollLeft = Eval.unsafeRunJs0 "e => e.scrollLeft" + +scrollWidth :: forall a. IsElement a => Handle a -> Aff (Array Number) +scrollWidth = Eval.unsafeRunJs0 "e => e.scrollWidth" + +scrollHeight :: forall a. IsElement a => Handle a -> Aff (Array Number) +scrollHeight = Eval.unsafeRunJs0 "e => e.scrollHeight" + +clientTop :: forall a. IsElement a => Handle a -> Aff (Array Number) +clientTop = Eval.unsafeRunJs0 "e => e.clientTop" + +clientLeft :: forall a. IsElement a => Handle a -> Aff (Array Number) +clientLeft = Eval.unsafeRunJs0 "e => e.clientLeft" + +clientWidth :: forall a. IsElement a => Handle a -> Aff (Array Number) +clientWidth = Eval.unsafeRunJs0 "e => e.clientWidth" + +clientHeight :: forall a. IsElement a => Handle a -> Aff (Array Number) +clientHeight = Eval.unsafeRunJs0 "e => e.clientHeight" + +offsetTop :: forall a. IsElement a => Handle a -> Aff (Array Number) +offsetTop = Eval.unsafeRunJs0 "e => e.offsetTop" + +offsetLeft :: forall a. IsElement a => Handle a -> Aff (Array Number) +offsetLeft = Eval.unsafeRunJs0 "e => e.offsetLeft" + +offsetWidth :: forall a. IsElement a => Handle a -> Aff (Array Number) +offsetWidth = Eval.unsafeRunJs0 "e => e.offsetWidth" + +offsetHeight :: forall a. IsElement a => Handle a -> Aff (Array Number) +offsetHeight = Eval.unsafeRunJs0 "e => e.offsetHeight" + +attrs :: forall a. IsElement a => Handle a -> Aff (Map String String) +attrs = let + js = String.joinWith "\n" + [ "e => Array.from(e.attributes)" + , " .reduce(" + , " (m, a) => [...m, {k: a.name, v: a.value}]," + , " []," + , " )" + , " .filter(({k}) => k)" + ] + in + map FFI.makeMap <<< Eval.unsafeRunJs0 @(Array {k :: String, v :: String}) js + +computedStyle :: forall a. IsElement a => Handle a -> Aff (Map String String) +computedStyle = let + js = String.joinWith "\n" + [ "e => {" + , " const s = window.getComputedStyle(e)" + , " const a = []" + , " for (let i = 0; i < s.length; i++) {" + , " const k = s.item(i)" + , " const v = s.getPropertyValue(k)" + , " a.push({k, v})" + , " }" + , "" + , " return a" + , "}" + ] + in + map FFI.makeMap <<< Eval.unsafeRunJs0 @(Array {k :: String, v :: String}) js + +value :: Handle HTML.HTMLInputElement -> Aff String +value = Eval.unsafeRunJs0 "e => e.value" + +textAreaValue :: Handle HTML.HTMLTextAreaElement -> Aff String +textAreaValue = Eval.unsafeRunJs0 "e => e.value" + +children :: forall a. IsElement a => Handle a -> Aff (Array (Handle HTML.HTMLElement)) +children h = do + coll <- Eval.unsafeRunJsHandle0 @HTMLCollection "e => e.children" h + length <- Eval.unsafeRunJs0 @Int "c => c.length" coll + props <- getProperties coll + els <- sequence + $ Array.catMaybes + $ map toHTML + <$> flip Map.lookup props + <$> Int.toStringAs Int.decimal + <$> Array.range 0 (length - 1) + pure $ Array.catMaybes els + +style :: forall a. IsElement a => Handle a -> Aff (Map String String) +style h = + let + prop :: Handle CSSStyleDeclaration -> Int -> Aff (Tuple String String) + prop css ix = do + prop' <- Eval.unsafeRunJs0 @String ("c => c.item('" <> Int.toStringAs Int.decimal ix <> "')") css + val <- Eval.unsafeRunJs0 @String ("c => c.getPropertyValue('" <> prop' <> "')") css + pure $ Tuple prop' val + in + do + css <- Eval.unsafeRunJsHandle0 @CSSStyleDeclaration "e => e.style" h + length <- Eval.unsafeRunJs0 @Int "c => c.length" css + props <- sequence $ prop css <$> Array.range 0 (length - 1) + pure $ Map.fromFoldable props + +parent :: forall a. IsElement a => Handle a -> Aff (Maybe (Handle HTML.HTMLElement)) +parent h = do + parentForeign <- Eval.unsafeRunJsHandle0 @Foreign "e => e.parentElement" h + toHTML parentForeign + +toHTMLAnchorElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLAnchorElement)) +toHTMLAnchorElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLAnchorElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLAreaElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLAreaElement)) +toHTMLAreaElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLAreaElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLAudioElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLAudioElement)) +toHTMLAudioElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLAudioElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLBRElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLBRElement)) +toHTMLBRElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLBRElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLBaseElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLBaseElement)) +toHTMLBaseElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLBaseElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLBodyElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLBodyElement)) +toHTMLBodyElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLBodyElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLButtonElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLButtonElement)) +toHTMLButtonElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof nElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLCanvasElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLCanvasElement)) +toHTMLCanvasElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLCanvasElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLDListElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLDListElement)) +toHTMLDListElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLDListElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLDataElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLDataElement)) +toHTMLDataElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLDataElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLDataListElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLDataListElement)) +toHTMLDataListElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLDataListElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLDivElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLDivElement)) +toHTMLDivElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLDivElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLDocument :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLDocument)) +toHTMLDocument h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLDocument" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLElement)) +toHTMLElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLEmbedElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLEmbedElement)) +toHTMLEmbedElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLEmbedElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLFieldSetElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLFieldSetElement)) +toHTMLFieldSetElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLFieldSetElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLFormElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLFormElement)) +toHTMLFormElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLFormElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLHRElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLHRElement)) +toHTMLHRElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLHRElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLHeadElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLHeadElement)) +toHTMLHeadElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLHeadElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLHeadingElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLHeadingElement)) +toHTMLHeadingElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLHeadingElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLIFrameElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLIFrameElement)) +toHTMLIFrameElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLIFrameElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLImageElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLImageElement)) +toHTMLImageElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLImageElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLInputElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLInputElement)) +toHTMLInputElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLInputElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLKeygenElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLKeygenElement)) +toHTMLKeygenElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLKeygenElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLLIElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLLIElement)) +toHTMLLIElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLLIElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLLabelElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLLabelElement)) +toHTMLLabelElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLLabelElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLLegendElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLLegendElement)) +toHTMLLegendElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLLegendElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLLinkElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLLinkElement)) +toHTMLLinkElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLLinkElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLMapElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLMapElement)) +toHTMLMapElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLMapElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLMediaElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLMediaElement)) +toHTMLMediaElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLMediaElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLMetaElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLMetaElement)) +toHTMLMetaElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLMetaElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLMeterElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLMeterElement)) +toHTMLMeterElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLMeterElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLModElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLModElement)) +toHTMLModElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLModElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLOListElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLOListElement)) +toHTMLOListElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLOListElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLObjectElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLObjectElement)) +toHTMLObjectElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLObjectElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLOptGroupElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLOptGroupElement)) +toHTMLOptGroupElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLOptGroupElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLOptionElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLOptionElement)) +toHTMLOptionElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLOptionElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLOutputElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLOutputElement)) +toHTMLOutputElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLOutputElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLParagraphElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLParagraphElement)) +toHTMLParagraphElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLParagraphElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLParamElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLParamElement)) +toHTMLParamElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLParamElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLPreElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLPreElement)) +toHTMLPreElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLPreElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLProgressElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLProgressElement)) +toHTMLProgressElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLProgressElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLQuoteElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLQuoteElement)) +toHTMLQuoteElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLQuoteElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLScriptElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLScriptElement)) +toHTMLScriptElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLScriptElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLSelectElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLSelectElement)) +toHTMLSelectElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLSelectElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLSourceElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLSourceElement)) +toHTMLSourceElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLSourceElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLSpanElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLSpanElement)) +toHTMLSpanElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLSpanElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLStyleElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLStyleElement)) +toHTMLStyleElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLStyleElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTableCaptionElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTableCaptionElement)) +toHTMLTableCaptionElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTableCaptionElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTableCellElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTableCellElement)) +toHTMLTableCellElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTableCellElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTableColElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTableColElement)) +toHTMLTableColElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTableColElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTableDataCellElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTableDataCellElement)) +toHTMLTableDataCellElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTableDataCellElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTableElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTableElement)) +toHTMLTableElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTableElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTableHeaderCellElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTableHeaderCellElement)) +toHTMLTableHeaderCellElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTableHeaderCellElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTableRowElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTableRowElement)) +toHTMLTableRowElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTableRowElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTableSectionElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTableSectionElement)) +toHTMLTableSectionElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTableSectionElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTemplateElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTemplateElement)) +toHTMLTemplateElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTemplateElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTextAreaElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTextAreaElement)) +toHTMLTextAreaElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTextAreaElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTimeElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTimeElement)) +toHTMLTimeElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTimeElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTitleElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTitleElement)) +toHTMLTitleElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTitleElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLTrackElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLTrackElement)) +toHTMLTrackElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLTrackElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLUListElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLUListElement)) +toHTMLUListElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLUListElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing + +toHTMLVideoElement :: forall e. Handle e -> Aff (Maybe (Handle HTML.HTMLVideoElement)) +toHTMLVideoElement h = do + isInstance <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLVideoElement" h + if isInstance then pure $ Just $ unsafeCoerceHandle h else pure Nothing diff --git a/src/Puppeteer.Handle.js b/src/Puppeteer.Handle.js new file mode 100644 index 0000000..364c95c --- /dev/null +++ b/src/Puppeteer.Handle.js @@ -0,0 +1,74 @@ +/// + +import { ElementHandle } from 'puppeteer' +import { JSHandle } from 'puppeteer' + +/** @type {(_: { remoteObject: (_0: string) => T, primitive: (_0: unknown) => T }) => (_: JSHandle) => () => T} */ +export const _id = ({remoteObject, primitive}) => h => () => { + const oid = h.remoteObject().objectId + if (oid) { + return remoteObject(oid) + } else { + return primitive(h.remoteObject().value) + } +} + +/** @type {(_: string) => (_: ElementHandle) => Promise>>} */ +export const _find = s => h => h.$$(s) + +/** @type {(_: ElementHandle) => Promise} */ +export const _click = h => h.click() + +/** @type {(_: ElementHandle) => Promise} */ +export const _boundingBox = h => h.boundingBox() + +/** @type {(_: ElementHandle) => Promise} */ +export const _boxModel = h => h.boxModel() + +/** @type {(_: ElementHandle) => Promise} */ +export const _focus = h => h.focus() + +/** @type {(_: ElementHandle) => Promise} */ +export const _hover = h => h.hover() + +/** @type {(_: ElementHandle) => Promise} */ +export const _isHidden = h => h.isHidden() + +/** @type {(_: ElementHandle) => Promise} */ +export const _isVisible = h => h.isVisible() + +/** @type {(_: ElementHandle) => Promise} */ +export const _isIntersectingViewport = h => h.isIntersectingViewport() + +/** @type {(_: ElementHandle | {x: number, y: number}) => (_: ElementHandle) => Promise} */ +export const _drag = c => h => h.drag(c).then(() => {}) + +/** @type {(_: ElementHandle) => (_: ElementHandle) => Promise} */ +export const _drop = from => to => to.drop(from) + +/** @type {(_: import('puppeteer').ScreenshotOptions) => (_: ElementHandle) => Promise} */ +export const _screenshot = o => h => h.screenshot(o).then(bs => Buffer.from(bs)) + +/** @type {(_: ElementHandle) => Promise} */ +export const _scrollIntoView = h => h.scrollIntoView() + +/** @type {(_: Array) => (_: ElementHandle) => Promise} */ +export const _select = o => h => h.select(...o).then(() => {}) + +/** @type {(_: ElementHandle) => Promise} */ +export const _tap = h => h.tap() + +/** @type {(_: Array) => (_: ElementHandle) => Promise} */ +export const _uploadFile = ps => h => h.uploadFile(...ps) + +/** @type {(_: string) => (_: ElementHandle) => Promise | null>} */ +export const _waitForSelector = s => h => h.waitForSelector(s) + +/** @type {(_: JSHandle) => Promise}>>} */ +export const _getProperties = async h => { + const ps = await h.getProperties() + return Array.from(ps.entries()).map(([k, v]) => ({ k, v })) +} + +/** @type {(h: JSHandle) => Promise} */ +export const _clone = h => h.jsonValue() diff --git a/src/Puppeteer.Handle.purs b/src/Puppeteer.Handle.purs new file mode 100644 index 0000000..097dbeb --- /dev/null +++ b/src/Puppeteer.Handle.purs @@ -0,0 +1,170 @@ +module Puppeteer.Handle + ( module X + , id + , HandleId(..) + , findOne + , findAll + , click + , clone + , boundingBox + , boxModel + , focus + , hover + , isHidden + , isVisible + , isIntersectingViewport + , dragToElement + , dragToPoint + , drop + , screenshot + , scrollIntoView + , select + , tap + , uploadFile + , waitForSelector + , getProperties + , toHTML + , unsafeCoerceHandle + ) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Array (head) +import Data.Map (Map) +import Data.Maybe (Maybe(..)) +import Data.Maybe as Maybe +import Data.Nullable (Nullable) +import Data.Nullable as Nullable +import Data.Time (Millisecond) +import Effect (Effect) +import Effect.Aff (Aff) +import Foreign (Foreign, unsafeToForeign) +import Node.Buffer (Buffer) +import Node.Path (FilePath) +import Partial.Unsafe (unsafePartial) +import Puppeteer.Base (Handle) as X +import Puppeteer.Base (class IsElement, Handle) +import Puppeteer.Cartesian (Coord, BoxModel, BoundingBox) +import Puppeteer.Eval as Eval +import Puppeteer.FFI as FFI +import Puppeteer.Keyboard (Key) +import Puppeteer.Screenshot (ScreenshotOptions, prepareScreenshotOptions) +import Puppeteer.Screenshot as Screenshot +import Puppeteer.Selector (class Selector) +import Puppeteer.Selector as Selector +import Simple.JSON (class ReadForeign, class WriteForeign, writeJSON) +import Unsafe.Coerce (unsafeCoerce) +import Web.HTML (HTMLElement) +import Web.HTML as HTML + +id :: forall a. Handle a -> Effect HandleId +id = _id {remoteObject: HandleObject, primitive: HandlePrimitive} + +data HandleId + = HandleObject String + | HandlePrimitive Foreign + +instance eqHandleId :: Eq HandleId where + eq (HandleObject ida) (HandleObject idb) = ida == idb + eq (HandlePrimitive va) (HandlePrimitive vb) = writeJSON va == writeJSON vb + eq _ _ = false + +instance showHandleId :: Show HandleId where + show (HandleObject ida) = "HandleObject " <> show ida + show (HandlePrimitive va) = "HandlePrimitive " <> (show $ writeJSON va) + +foreign import _id :: forall a. { remoteObject :: String -> HandleId, primitive :: Foreign -> HandleId } -> Handle a -> Effect HandleId +foreign import _find :: forall a b. String -> Handle a -> Promise (Array (Handle b)) +foreign import _click :: forall a. Handle a -> Promise Unit +foreign import _boundingBox :: forall a. Handle a -> Promise (Nullable Foreign) +foreign import _boxModel :: forall a. Handle a -> Promise (Nullable Foreign) +foreign import _focus :: forall a. Handle a -> Promise Unit +foreign import _hover :: forall a. Handle a -> Promise Unit +foreign import _isHidden :: forall a. Handle a -> Promise Boolean +foreign import _isVisible :: forall a. Handle a -> Promise Boolean +foreign import _isIntersectingViewport :: forall a. Handle a -> Promise Boolean +foreign import _drag :: forall a. Foreign -> Handle a -> Promise Unit +foreign import _drop :: forall a b. Handle a -> Handle b -> Promise Unit +foreign import _screenshot :: forall a. Foreign -> Handle a -> Promise Buffer +foreign import _scrollIntoView :: forall a. Handle a -> Promise Unit +foreign import _select :: forall a. Array String -> Handle a -> Promise Unit +foreign import _tap :: forall a. Handle a -> Promise Unit +foreign import _uploadFile :: forall a. Array FilePath -> Handle a -> Promise Unit +foreign import _waitForSelector :: forall a b. String -> Handle a -> Promise (Handle b) +foreign import _clone :: forall a. Handle a -> Promise a +foreign import _getProperties :: forall a. Handle a -> Promise (Array { k :: String, v :: (Handle Foreign) }) + +clone :: forall a. WriteForeign a => ReadForeign a => Handle a -> Aff a +clone = Promise.toAff <<< _clone + +findOne :: forall a b sel. IsElement a => Selector sel b => sel -> Handle a -> Aff (Maybe (Handle b)) +findOne q h = do + els <- findAll q h + pure $ head els + +findAll :: forall a b sel. IsElement a => Selector sel b => sel -> Handle a -> Aff (Array (Handle b)) +findAll q h = Promise.toAff $ _find (Selector.toCSS q) h + +click :: forall a. IsElement a => Handle a -> Aff Unit +click h = Promise.toAff $ _click h + +boundingBox :: forall a. IsElement a => Handle a -> Aff (Maybe Foreign) +boundingBox = map Nullable.toMaybe <<< Promise.toAff <<< _boundingBox + +boxModel :: forall a. IsElement a => Handle a -> Aff (Maybe Foreign) +boxModel = map Nullable.toMaybe <<< Promise.toAff <<< _boxModel + +focus :: forall a. IsElement a => Handle a -> Aff Unit +focus = Promise.toAff <<< _focus + +hover :: forall a. IsElement a => Handle a -> Aff Unit +hover = Promise.toAff <<< _hover + +isHidden :: forall a. IsElement a => Handle a -> Aff Boolean +isHidden = Promise.toAff <<< _isHidden + +isVisible :: forall a. IsElement a => Handle a -> Aff Boolean +isVisible = Promise.toAff <<< _isVisible + +isIntersectingViewport :: forall a. IsElement a => Handle a -> Aff Boolean +isIntersectingViewport = Promise.toAff <<< _isIntersectingViewport + +dragToPoint :: forall a. IsElement a => Coord -> Handle a -> Aff Unit +dragToPoint c = Promise.toAff <<< _drag (unsafeToForeign $ c) + +dragToElement :: forall a b. IsElement a => IsElement b => Handle a -> Handle b -> Aff Unit +dragToElement from to = Promise.toAff $ _drag (unsafeToForeign from) to + +drop :: forall a b. IsElement a => IsElement b => Handle a -> Handle b -> Aff Unit +drop a = Promise.toAff <<< _drop a + +screenshot :: forall a. IsElement a => ScreenshotOptions -> Handle a -> Aff Buffer +screenshot o = Promise.toAff <<< _screenshot (prepareScreenshotOptions o) + +scrollIntoView :: forall a. IsElement a => Handle a -> Aff Unit +scrollIntoView = Promise.toAff <<< _scrollIntoView + +select :: forall a. IsElement a => Array String -> Handle a -> Aff Unit +select a = Promise.toAff <<< _select a + +tap :: forall a. IsElement a => Handle a -> Aff Unit +tap = Promise.toAff <<< _tap + +uploadFile :: Array FilePath -> Handle HTML.HTMLInputElement -> Aff Unit +uploadFile a = Promise.toAff <<< _uploadFile a + +waitForSelector :: forall a b s. Selector s b => IsElement a => s -> Handle a -> Aff (Handle b) +waitForSelector s = Promise.toAff <<< _waitForSelector (Selector.toCSS s) + +getProperties :: forall a. Handle a -> Aff (Map String (Handle Foreign)) +getProperties = map FFI.makeMap <<< Promise.toAff <<< _getProperties + +toHTML :: forall a. Handle a -> Aff (Maybe (Handle HTMLElement)) +toHTML h = do + isHtml <- Eval.unsafeRunJs0 @Boolean "e => e instanceof HTMLElement" h + pure $ if isHtml then Just (unsafeCoerceHandle h) else Nothing + +unsafeCoerceHandle :: forall a b. Handle a -> Handle b +unsafeCoerceHandle = unsafeCoerce diff --git a/src/Puppeteer.Http.purs b/src/Puppeteer.Http.purs new file mode 100644 index 0000000..5f67a7b --- /dev/null +++ b/src/Puppeteer.Http.purs @@ -0,0 +1,75 @@ +module Puppeteer.Http (module X, ErrorCode(..), ResourceType(..), errorCodeString, resourceTypeOfString) where + +import Puppeteer.Base (Request, Response) as X + +data ErrorCode + = Aborted + | AccessDenied + | AddressUnreachable + | BlockedByClient + | BlockedByResponse + | ConnectionAborted + | ConnectionClosed + | ConnectionFailed + | ConnectionRefused + | ConnectionReset + | InternetDisconnected + | NameNotResolved + | TimedOut + | Failed + +data ResourceType + = Document + | Stylesheet + | Image + | Media + | Font + | Script + | TextTrack + | XHR + | Fetch + | Prefetch + | EventSource + | WebSocket + | Manifest + | SignedExchange + | Ping + | CSPViolationReport + | Preflight + | Other + +resourceTypeOfString :: String -> ResourceType +resourceTypeOfString "document" = Document +resourceTypeOfString "stylesheet" = Stylesheet +resourceTypeOfString "image" = Image +resourceTypeOfString "media" = Media +resourceTypeOfString "font" = Font +resourceTypeOfString "script" = Script +resourceTypeOfString "texttrack" = TextTrack +resourceTypeOfString "xhr" = XHR +resourceTypeOfString "fetch" = Fetch +resourceTypeOfString "prefetch" = Prefetch +resourceTypeOfString "eventsource" = EventSource +resourceTypeOfString "websocket" = WebSocket +resourceTypeOfString "manifest" = Manifest +resourceTypeOfString "signedexchange" = SignedExchange +resourceTypeOfString "ping" = Ping +resourceTypeOfString "cspviolationreport" = CSPViolationReport +resourceTypeOfString "preflight" = Preflight +resourceTypeOfString _ = Other + +errorCodeString :: ErrorCode -> String +errorCodeString Aborted = "aborted" +errorCodeString AccessDenied = "accessdenied" +errorCodeString AddressUnreachable = "addressunreachable" +errorCodeString BlockedByClient = "blockedbyclient" +errorCodeString BlockedByResponse = "blockedbyresponse" +errorCodeString ConnectionAborted = "connectionaborted" +errorCodeString ConnectionClosed = "connectionclosed" +errorCodeString ConnectionFailed = "connectionfailed" +errorCodeString ConnectionRefused = "connectionrefused" +errorCodeString ConnectionReset = "connectionreset" +errorCodeString InternetDisconnected = "internetdisconnected" +errorCodeString NameNotResolved = "namenotresolved" +errorCodeString TimedOut = "timedout" +errorCodeString Failed = "failed" diff --git a/src/Puppeteer.Keyboard.js b/src/Puppeteer.Keyboard.js new file mode 100644 index 0000000..61c6edd --- /dev/null +++ b/src/Puppeteer.Keyboard.js @@ -0,0 +1,25 @@ +import { Keyboard } from 'puppeteer' + +/** + * `foreign import _up :: Foreign -> Keyboard -> Promise Unit` + * @type {(_1: import("puppeteer").KeyInput) => (_2: Keyboard) => Promise} + */ +export const _up = k => kb => kb.up(k) + +/** + * `foreign import _down :: Foreign -> Keyboard -> Promise Unit` + * @type {(_1: import("puppeteer").KeyInput) => (_2: Keyboard) => Promise} + */ +export const _down = k => kb => kb.down(k) + +/** + * foreign import _press :: Foreign -> Nullable Int -> Keyboard -> Promise Unit + * @type {(_1: import('puppeteer').KeyInput) => (_2: number | null) => (_3: Keyboard) => Promise} + */ +export const _press = k => ms => kb => kb.press(k, { delay: ms || undefined }) + +/** + * foreign import _type :: String -> Nullable Int -> Keyboard -> Promise Unit + * @type {(_1: string) => (_2: number | null) => (_3: Keyboard) => Promise} + */ +export const _type = k => ms => kb => kb.type(k, { delay: ms || undefined }) diff --git a/src/Puppeteer.Keyboard.purs b/src/Puppeteer.Keyboard.purs new file mode 100644 index 0000000..77a57f4 --- /dev/null +++ b/src/Puppeteer.Keyboard.purs @@ -0,0 +1,289 @@ +module Puppeteer.Keyboard (module X, KeyMod(..), Key(..), prepareKey, up, down, doType, press) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Eq.Generic (genericEq) +import Data.Generic.Rep (class Generic) +import Data.Nullable (Nullable) +import Data.Nullable as Nullable +import Data.Ord.Generic (genericCompare) +import Data.String as String +import Data.String.CodePoints as CodePoint +import Effect.Aff (Aff) +import Foreign (Foreign) +import Puppeteer.Base (Context(..), Keyboard) +import Puppeteer.Base (Keyboard) as X +import Simple.JSON (writeImpl) + +type DownHint :: Symbol +type DownHint = "Key is being held. Invoking `Puppeteer.closeContext` will release this key" + +foreign import _up :: Foreign -> Keyboard -> Promise Unit +foreign import _down :: Foreign -> Keyboard -> Promise Unit +foreign import _press :: Foreign -> Nullable Int -> Keyboard -> Promise Unit +foreign import _type :: String -> Nullable Int -> Keyboard -> Promise Unit + +up :: Key -> Keyboard -> Aff Unit +up k kb = Promise.toAff $ _up (prepareKey k) kb + +down :: Key -> Keyboard -> Aff (Context DownHint) +down k kb = do + Promise.toAff $ _down (prepareKey k) kb + pure $ Context (\_ -> up k kb) + +press :: Key -> Keyboard -> Aff Unit +press k kb = Promise.toAff $ _press (prepareKey k) Nullable.null kb + +doType :: String -> Keyboard -> Aff Unit +doType s kb = Promise.toAff $ _type s Nullable.null kb + +data KeyMod + = KeyModMetaLeft + | KeyModMetaRight + | KeyModMeta + | KeyModShiftLeft + | KeyModShiftRight + | KeyModControlLeft + | KeyModControlRight + | KeyModAltLeft + | KeyModAltRight + | KeyModShift + | KeyModControl + | KeyModAlt + +derive instance genericKeyMod :: Generic KeyMod _ +instance ordKeyMod :: Ord KeyMod where + compare = genericCompare + +instance eqKeyMod :: Eq KeyMod where + eq = genericEq + +data Key + = KeyChar Char + | KeyMod KeyMod + | KeyPower + | KeyEject + | KeyAbort + | KeyHelp + | KeyBackspace + | KeyTab + | KeyEnter + | KeyCarriageReturn + | KeyNewline + | KeyPause + | KeyCapsLock + | KeyEscape + | KeyConvert + | KeyNonConvert + | KeySpace + | KeyPageUp + | KeyPageDown + | KeyEnd + | KeyHome + | KeyArrowLeft + | KeyArrowUp + | KeyArrowRight + | KeyArrowDown + | KeySelect + | KeyOpen + | KeyPrintScreen + | KeyInsert + | KeyDelete + | KeyContextMenu + | KeyF1 + | KeyF2 + | KeyF3 + | KeyF4 + | KeyF5 + | KeyF6 + | KeyF7 + | KeyF8 + | KeyF9 + | KeyF10 + | KeyF11 + | KeyF12 + | KeyF13 + | KeyF14 + | KeyF15 + | KeyF16 + | KeyF17 + | KeyF18 + | KeyF19 + | KeyF20 + | KeyF21 + | KeyF22 + | KeyF23 + | KeyF24 + | KeyNumLock + | KeyScrollLock + | KeyAudioVolumeMute + | KeyAudioVolumeDown + | KeyAudioVolumeUp + | KeyMediaTrackNext + | KeyMediaTrackPrevious + | KeyMediaStop + | KeyMediaPlayPause + | KeyAltGraph + | KeyProps + | KeyCancel + | KeyClear + | KeyAccept + | KeyModeChange + | KeyAttn + | KeyCrSel + | KeyExSel + | KeyEraseEof + | KeyPlay + | KeyZoomOut + | KeySoftLeft + | KeySoftRight + | KeyCamera + | KeyCall + | KeyEndCall + | KeyVolumeDown + | KeyVolumeUp + | KeyNumpadEnter + | KeyNumpadMultiply + | KeyNumpadAdd + | KeyNumpadSubtract + | KeyNumpadDivide + | KeyNumpadEqual + | KeyNumpad0 + | KeyNumpad1 + | KeyNumpad2 + | KeyNumpad3 + | KeyNumpad4 + | KeyNumpad5 + | KeyNumpad6 + | KeyNumpad7 + | KeyNumpad8 + | KeyNumpad9 + | KeyNumpadDecimal + +derive instance genericKey :: Generic Key _ +instance ordKey :: Ord Key where + compare = genericCompare + +instance eqKey :: Eq Key where + eq = genericEq + +prepareKey :: Key -> Foreign +prepareKey = writeImpl <<< prepareKey_ + +prepareKeyMod_ :: KeyMod -> String +prepareKeyMod_ KeyModMetaLeft = "MetaLeft" +prepareKeyMod_ KeyModMetaRight = "MetaRight" +prepareKeyMod_ KeyModMeta = "Meta" +prepareKeyMod_ KeyModShiftLeft = "ShiftLeft" +prepareKeyMod_ KeyModShiftRight = "ShiftRight" +prepareKeyMod_ KeyModControlLeft = "ControlLeft" +prepareKeyMod_ KeyModControlRight = "ControlRight" +prepareKeyMod_ KeyModAltLeft = "AltLeft" +prepareKeyMod_ KeyModAltRight = "AltRight" +prepareKeyMod_ KeyModShift = "Shift" +prepareKeyMod_ KeyModControl = "Control" +prepareKeyMod_ KeyModAlt = "Alt" + +prepareKey_ :: Key -> String +prepareKey_ (KeyChar c) = String.fromCodePointArray [ CodePoint.codePointFromChar c ] +prepareKey_ (KeyMod mod) = prepareKeyMod_ mod +prepareKey_ KeyPower = "Power" +prepareKey_ KeyEject = "Eject" +prepareKey_ KeyAbort = "Abort" +prepareKey_ KeyHelp = "Help" +prepareKey_ KeyBackspace = "Backspace" +prepareKey_ KeyTab = "Tab" +prepareKey_ KeyEnter = "Enter" +prepareKey_ KeyCarriageReturn = "CarriageReturn" +prepareKey_ KeyNewline = "Newline" +prepareKey_ KeyPause = "Pause" +prepareKey_ KeyCapsLock = "CapsLock" +prepareKey_ KeyEscape = "Escape" +prepareKey_ KeyConvert = "Convert" +prepareKey_ KeyNonConvert = "NonConvert" +prepareKey_ KeySpace = "Space" +prepareKey_ KeyPageUp = "PageUp" +prepareKey_ KeyPageDown = "PageDown" +prepareKey_ KeyEnd = "End" +prepareKey_ KeyHome = "Home" +prepareKey_ KeyArrowLeft = "ArrowLeft" +prepareKey_ KeyArrowUp = "ArrowUp" +prepareKey_ KeyArrowRight = "ArrowRight" +prepareKey_ KeyArrowDown = "ArrowDown" +prepareKey_ KeySelect = "Select" +prepareKey_ KeyOpen = "Open" +prepareKey_ KeyPrintScreen = "PrintScreen" +prepareKey_ KeyInsert = "Insert" +prepareKey_ KeyDelete = "Delete" +prepareKey_ KeyContextMenu = "ContextMenu" +prepareKey_ KeyF1 = "F1" +prepareKey_ KeyF2 = "F2" +prepareKey_ KeyF3 = "F3" +prepareKey_ KeyF4 = "F4" +prepareKey_ KeyF5 = "F5" +prepareKey_ KeyF6 = "F6" +prepareKey_ KeyF7 = "F7" +prepareKey_ KeyF8 = "F8" +prepareKey_ KeyF9 = "F9" +prepareKey_ KeyF10 = "F10" +prepareKey_ KeyF11 = "F11" +prepareKey_ KeyF12 = "F12" +prepareKey_ KeyF13 = "F13" +prepareKey_ KeyF14 = "F14" +prepareKey_ KeyF15 = "F15" +prepareKey_ KeyF16 = "F16" +prepareKey_ KeyF17 = "F17" +prepareKey_ KeyF18 = "F18" +prepareKey_ KeyF19 = "F19" +prepareKey_ KeyF20 = "F20" +prepareKey_ KeyF21 = "F21" +prepareKey_ KeyF22 = "F22" +prepareKey_ KeyF23 = "F23" +prepareKey_ KeyF24 = "F24" +prepareKey_ KeyNumLock = "NumLock" +prepareKey_ KeyScrollLock = "ScrollLock" +prepareKey_ KeyAudioVolumeMute = "AudioVolumeMute" +prepareKey_ KeyAudioVolumeDown = "AudioVolumeDown" +prepareKey_ KeyAudioVolumeUp = "AudioVolumeUp" +prepareKey_ KeyMediaTrackNext = "MediaTrackNext" +prepareKey_ KeyMediaTrackPrevious = "MediaTrackPrevious" +prepareKey_ KeyMediaStop = "MediaStop" +prepareKey_ KeyMediaPlayPause = "MediaPlayPause" +prepareKey_ KeyAltGraph = "AltGraph" +prepareKey_ KeyProps = "Props" +prepareKey_ KeyCancel = "Cancel" +prepareKey_ KeyClear = "Clear" +prepareKey_ KeyAccept = "Accept" +prepareKey_ KeyModeChange = "ModeChange" +prepareKey_ KeyAttn = "Attn" +prepareKey_ KeyCrSel = "CrSel" +prepareKey_ KeyExSel = "ExSel" +prepareKey_ KeyEraseEof = "EraseEof" +prepareKey_ KeyPlay = "Play" +prepareKey_ KeyZoomOut = "ZoomOut" +prepareKey_ KeySoftLeft = "SoftLeft" +prepareKey_ KeySoftRight = "SoftRight" +prepareKey_ KeyCamera = "Camera" +prepareKey_ KeyCall = "Call" +prepareKey_ KeyEndCall = "EndCall" +prepareKey_ KeyVolumeDown = "VolumeDown" +prepareKey_ KeyVolumeUp = "VolumeUp" +prepareKey_ KeyNumpadEnter = "NumpadEnter" +prepareKey_ KeyNumpadMultiply = "NumpadMultiply" +prepareKey_ KeyNumpadAdd = "NumpadAdd" +prepareKey_ KeyNumpadSubtract = "NumpadSubtract" +prepareKey_ KeyNumpadDivide = "NumpadDivide" +prepareKey_ KeyNumpadEqual = "NumpadEqual" +prepareKey_ KeyNumpad0 = "Numpad0" +prepareKey_ KeyNumpad1 = "Numpad1" +prepareKey_ KeyNumpad2 = "Numpad2" +prepareKey_ KeyNumpad3 = "Numpad3" +prepareKey_ KeyNumpad4 = "Numpad4" +prepareKey_ KeyNumpad5 = "Numpad5" +prepareKey_ KeyNumpad6 = "Numpad6" +prepareKey_ KeyNumpad7 = "Numpad7" +prepareKey_ KeyNumpad8 = "Numpad8" +prepareKey_ KeyNumpad9 = "Numpad9" +prepareKey_ KeyNumpadDecimal = "NumpadDecimal" diff --git a/src/Puppeteer.Page.Cookie.js b/src/Puppeteer.Page.Cookie.js new file mode 100644 index 0000000..d81b819 --- /dev/null +++ b/src/Puppeteer.Page.Cookie.js @@ -0,0 +1,19 @@ +import { Page } from 'puppeteer' + +/** + * `foreign import _list :: Array String -> Page -> Promise (Array CookieRaw)` + * @type {(_0: Array) => (_1: Page) => Promise>} + */ +export const _list = cs => page => page.cookies(...cs) + +/** + * `foreign import _delete :: Foreign -> Page -> Promise Unit` + * @type {(_0: import('devtools-protocol').Protocol.Network.DeleteCookiesRequest) => (_1: Page) => Promise} + */ +export const _delete = dc => p => p.deleteCookie(dc) + +/** + * `foreign import _set :: Foreign -> Page -> Promise Unit` + * @type {(_0: import('devtools-protocol').Protocol.Network.CookieParam) => (_1: Page) => Promise} + */ +export const _set = c => p => p.setCookie(c) diff --git a/src/Puppeteer.Page.Cookie.purs b/src/Puppeteer.Page.Cookie.purs new file mode 100644 index 0000000..1bafd90 --- /dev/null +++ b/src/Puppeteer.Page.Cookie.purs @@ -0,0 +1,121 @@ +module Puppeteer.Page.Cookie + ( set + , listForCurrentPage + , listForUrl + , listForUrls + , delete + , Cookie + , CookieSet + , CookieDelete + , CookieSameSite(..) + ) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Array.NonEmpty (NonEmptyArray) +import Data.Array as Array +import Data.Array.NonEmpty as Array.NonEmpty +import Data.DateTime.Instant (Instant) +import Data.DateTime.Instant as Instant +import Data.Maybe (Maybe(..)) +import Data.Newtype (unwrap, wrap) +import Effect.Aff (Aff) +import Foreign (Foreign) +import Puppeteer.Base (Page, URL) +import Puppeteer.FFI as FFI +import Simple.JSON (writeImpl) + +foreign import _list :: Array String -> Page -> Promise (Array CookieRaw) +foreign import _delete :: Foreign -> Page -> Promise Unit +foreign import _set :: Foreign -> Page -> Promise Unit + +data CookieSameSite = Strict | Lax | None + +type CookieRaw = + { name :: String + , value :: String + , url :: URL + , domain :: String + , path :: String + , secure :: Boolean + , sameSite :: String + , expires :: Number + } + +type Cookie = + { name :: String + , value :: String + , url :: URL + , domain :: String + , path :: String + , secure :: Boolean + , sameSite :: CookieSameSite + , expires :: Instant + } + +type CookieSet = + { name :: String + , value :: String + , url :: Maybe URL + , domain :: Maybe String + , path :: Maybe String + , secure :: Maybe Boolean + , sameSite :: Maybe CookieSameSite + , expires :: Maybe Instant + } + +type CookieDelete = + { name :: String + , url :: Maybe URL + , domain :: Maybe String + , path :: Maybe String + } + +prepareSameSite :: CookieSameSite -> Foreign +prepareSameSite Strict = writeImpl "Strict" +prepareSameSite Lax = writeImpl "Lax" +prepareSameSite None = writeImpl "None" + +set :: CookieSet -> Page -> Aff Unit +set { name, value, url, domain, path, secure, sameSite, expires } p = + let + o = writeImpl + { name + , value + , secure: FFI.maybeToUndefined secure + , sameSite: FFI.maybeToUndefined $ map prepareSameSite sameSite + , url: FFI.maybeToUndefined url + , domain: FFI.maybeToUndefined domain + , path: FFI.maybeToUndefined path + , expires: map (unwrap <<< Instant.unInstant) expires + } + in + Promise.toAff $ _set o p + +delete :: CookieDelete -> Page -> Aff Unit +delete { name, url, domain, path } p = + let + o = writeImpl { name, url: FFI.maybeToUndefined url, domain: FFI.maybeToUndefined domain, path: FFI.maybeToUndefined path } + in + Promise.toAff $ _delete o p + +listForCurrentPage :: Page -> Aff (Array Cookie) +listForCurrentPage = map (Array.catMaybes <<< map cookieRaw) <<< Promise.toAff <<< _list [] + +listForUrl :: URL -> Page -> Aff (Array Cookie) +listForUrl = listForUrls <<< pure + +listForUrls :: NonEmptyArray URL -> Page -> Aff (Array Cookie) +listForUrls urls p = map (Array.catMaybes <<< map cookieRaw) $ Promise.toAff $ _list (Array.NonEmpty.toArray urls) p + +cookieRaw :: CookieRaw -> Maybe Cookie +cookieRaw { domain, expires, path, url, name, value, sameSite, secure } = do + expires' <- Instant.instant $ wrap expires + sameSite' <- case sameSite of + "Strict" -> Just Strict + "Lax" -> Just Lax + "None" -> Just None + _ -> Nothing + pure { domain, expires: expires', path, url, name, value, sameSite: sameSite', secure } diff --git a/src/Puppeteer.Page.Emulate.js b/src/Puppeteer.Page.Emulate.js new file mode 100644 index 0000000..679ec98 --- /dev/null +++ b/src/Puppeteer.Page.Emulate.js @@ -0,0 +1,61 @@ +import { Page } from 'puppeteer' +import { KnownDevices } from 'puppeteer' +import Cdp from 'devtools-protocol' + +/** @type {(_0: keyof KnownDevices) => import('puppeteer').Device} */ +export const _knownDevice = k => KnownDevices[k] + +/** @type {(_0: import('puppeteer').Device) => (_1: Page) => Promise} */ +export const _emulate = d => p => p.emulate(d) + +/** @type {(_0: number) => (_1: Page) => Promise} */ +export const _cpuThrottling = f => p => p.emulateCPUThrottling(f) + +/** @type {(_0: { isUserActive: boolean, isScreenUnlocked: boolean } | undefined) => (_1: Page) => Promise} */ +export const _idle = o => p => p.emulateIdleState(o) + +/** @type {(_1: Page) => Promise} */ +export const _emulatePrint = p => p.emulateMediaType('print') + +/** @type {(_1: Page) => Promise} */ +export const _unemulatePrint = p => p.emulateMediaType(undefined) + +/** @type {(_0: import('puppeteer').NetworkConditions) => (_1: Page) => Promise} */ +export const _emulateNetwork = c => p => p.emulateNetworkConditions(c) + +/** @type {(_1: Page) => Promise} */ +export const _unemulateNetwork = p => p.emulateNetworkConditions(null) + +/** @type {(_0: string) => (_1: Page) => Promise} */ +export const _emulateTimezone = c => p => p.emulateTimezone(c) + +/** @type {(_1: Page) => Promise} */ +export const _unemulateTimezone = p => p.emulateTimezone(undefined) + +/** @type {(_0: import('devtools-protocol').Protocol.Emulation.SetEmulatedVisionDeficiencyRequest['type']) => (_1: Page) => Promise} */ +export const _emulateVisionDeficiency = c => p => p.emulateVisionDeficiency(c) + +/** @type {(_1: Page) => Promise} */ +export const _unemulateVisionDeficiency = p => + p.emulateVisionDeficiency(undefined) + +/** @type {(_0: import('puppeteer').GeolocationOptions) => (_1: Page) => Promise} */ +export const _setGeolocation = g => p => p.setGeolocation(g) +/** @type {(_0: Page) => Promise} */ +export const _unsetGeolocation = p => + p + .createCDPSession() + .then(cdp => cdp.send('Emulation.clearGeolocationOverride')) + +/** @type {(_0: Page) => Promise} */ +export const _setJavascriptDisabled = p => p.setJavaScriptEnabled(false) +/** @type {(_0: Page) => Promise} */ +export const _unsetJavascriptDisabled = p => p.setJavaScriptEnabled(true) + +/** @type {(_0: Page) => Promise} */ +export const _setOffline = p => p.setOfflineMode(true) +/** @type {(_0: Page) => Promise} */ +export const _unsetOffline = p => p.setOfflineMode(false) + +/** @type {(_0: String) => (_1: Page) => Promise} */ +export const _setUserAgent = ua => p => p.setUserAgent(ua) diff --git a/src/Puppeteer.Page.Emulate.purs b/src/Puppeteer.Page.Emulate.purs new file mode 100644 index 0000000..a57cb87 --- /dev/null +++ b/src/Puppeteer.Page.Emulate.purs @@ -0,0 +1,379 @@ +module Puppeteer.Page.Emulate + ( ThrottleFactor(..) + , noThrottling + , cpuThrottling + , device + , Device(..) + , idle + , Idle(..) + , timezone + , print + , network + , VisionDeficiency(..) + , visionDeficiency + ) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Maybe (Maybe) +import Data.Newtype (class Newtype, unwrap) +import Effect.Aff (Aff) +import Foreign (Foreign) +import Puppeteer.Base (Context(..), Handle, Page) +import Simple.JSON (undefined, writeImpl) + +type NetworkConditions = + { download :: Number + , upload :: Number + , latency :: Number + } + +type Geolocation = + { accuracy :: Maybe Number + , latitude :: Number + , longitude :: Number + } + +data Idle = UserInactive | ScreenLocked | NotIdle + +newtype ThrottleFactor = ThrottleFactor Number + +derive instance ntthrottlefactor :: Newtype ThrottleFactor _ + +noThrottling :: ThrottleFactor +noThrottling = ThrottleFactor 1.0 + +foreign import _idle :: Foreign -> Page -> Promise Unit +foreign import _knownDevice :: String -> Foreign +foreign import _emulate :: Foreign -> Page -> Promise Unit +foreign import _cpuThrottling :: Number -> Page -> Promise Unit + +foreign import _emulatePrint :: Page -> Promise Unit +foreign import _unemulatePrint :: Page -> Promise Unit + +foreign import _emulateNetwork :: NetworkConditions -> Page -> Promise Unit +foreign import _unemulateNetwork :: Page -> Promise Unit + +foreign import _emulateTimezone :: String -> Page -> Promise Unit +foreign import _unemulateTimezone :: Page -> Promise Unit + +foreign import _emulateVisionDeficiency :: String -> Page -> Promise Unit +foreign import _unemulateVisionDeficiency :: Page -> Promise Unit + +foreign import _setGeolocation :: Geolocation -> Page -> Promise Unit +foreign import _unsetGeolocation :: Page -> Promise Unit + +foreign import _setJavascriptDisabled :: Page -> Promise Unit +foreign import _unsetJavascriptDisabled :: Page -> Promise Unit + +foreign import _setOffline :: Page -> Promise Unit +foreign import _unsetOffline :: Page -> Promise Unit + +foreign import _setUserAgent :: String -> Page -> Promise Unit + +type PrintHint :: Symbol +type PrintHint = "Print mode is being emulated. Invoking `Puppeteer.closeContext` will undo this emulation." + +type NetworkHint :: Symbol +type NetworkHint = "Alternate network conditions are being emulated. Invoking `Puppeteer.closeContext` will undo this emulation." + +type TimezoneHint :: Symbol +type TimezoneHint = "Alternate timezone is being emulated. Invoking `Puppeteer.closeContext` will undo this emulation." + +type VisionDeficiencyHint :: Symbol +type VisionDeficiencyHint = "Vision deficiency is being emulated. Invoking `Puppeteer.closeContext` will undo this emulation." + +type CpuThrottleHint :: Symbol +type CpuThrottleHint = "CPU throttling is being emulated. Invoking `Puppeteer.closeContext` will undo this emulation." + +type IdleHint :: Symbol +type IdleHint = "User idling is being emulated. Invoking `Puppeteer.closeContext` will undo this emulation." + +device :: Device -> Page -> Aff Unit +device d p = Promise.toAff $ _emulate (_knownDevice <<< knownDeviceString $ d) p + +cpuThrottling :: ThrottleFactor -> Page -> Aff (Context CpuThrottleHint) +cpuThrottling t p = do + Promise.toAff $ _cpuThrottling (unwrap t) p + pure $ Context (\_ -> Promise.toAff $ _cpuThrottling 1.0 p) + +idle :: Idle -> Page -> Aff (Context IdleHint) +idle UserInactive p = map (const $ Context (\_ -> unidle p)) <<< Promise.toAff <<< _idle (writeImpl { isUserActive: false, isScreenUnlocked: true }) $ p +idle ScreenLocked p = map (const $ Context (\_ -> unidle p)) <<< Promise.toAff <<< _idle (writeImpl { isScreenUnlocked: false, isUserActive: false }) $ p +idle NotIdle p = map (const mempty) $ unidle p + +unidle :: Page -> Aff Unit +unidle = void <<< Promise.toAff <<< _idle undefined + +print :: Page -> Aff (Context PrintHint) +print p = do + Promise.toAff $ _emulatePrint p + pure $ Context (\_ -> Promise.toAff $ _unemulatePrint p) + +network :: NetworkConditions -> Page -> Aff (Context NetworkHint) +network n p = do + Promise.toAff $ _emulateNetwork n p + pure $ Context (\_ -> Promise.toAff $ _unemulateNetwork p) + +--| https://pptr.dev/api/puppeteer.page.emulatetimezone +timezone :: String -> Page -> Aff (Context TimezoneHint) +timezone tz p = do + Promise.toAff $ _emulateTimezone tz p + pure $ Context (\_ -> Promise.toAff $ _unemulateTimezone p) + +visionDeficiency :: VisionDeficiency -> Page -> Aff (Context VisionDeficiencyHint) +visionDeficiency d p = do + Promise.toAff $ _emulateVisionDeficiency (visionDeficiencyString d) p + pure $ Context (\_ -> Promise.toAff $ _unemulateVisionDeficiency p) + +data VisionDeficiency + = BlurredVision + | ReducedContrast + | Achromatopsia + | Deuteranopia + | Protanopia + | Tritanopia + +visionDeficiencyString :: VisionDeficiency -> String +visionDeficiencyString BlurredVision = "blurredVision" +visionDeficiencyString ReducedContrast = "reducedContrast" +visionDeficiencyString Achromatopsia = "achromatopsia" +visionDeficiencyString Deuteranopia = "deuteranopia" +visionDeficiencyString Protanopia = "protanopia" +visionDeficiencyString Tritanopia = "tritanopia" + +data Device + = BlackberryPlayBook + | BlackberryPlayBookLandscape + | BlackBerryZ30 + | BlackBerryZ30Landscape + | GalaxyNote3 + | GalaxyNote3Landscape + | GalaxyNoteII + | GalaxyNoteIILandscape + | GalaxySIII + | GalaxySIIILandscape + | GalaxyS5 + | GalaxyS5Landscape + | GalaxyS8 + | GalaxyS8Landscape + | GalaxyS9Plus + | GalaxyS9PlusLandscape + | GalaxyTabS4 + | GalaxyTabS4Landscape + | IPad + | IPadLandscape + | IPadGen6 + | IPadGen6Landscape + | IPadGen7 + | IPadGen7Landscape + | IPadMini + | IPadMiniLandscape + | IPadPro + | IPadProLandscape + | IPadPro11 + | IPadPro11Landscape + | IPhone4 + | IPhone4Landscape + | IPhone5 + | IPhone5Landscape + | IPhone6 + | IPhone6Landscape + | IPhone6Plus + | IPhone6PlusLandscape + | IPhone7 + | IPhone7Landscape + | IPhone7Plus + | IPhone7PlusLandscape + | IPhone8 + | IPhone8Landscape + | IPhone8Plus + | IPhone8PlusLandscape + | IPhoneSE + | IPhoneSELandscape + | IPhoneX + | IPhoneXLandscape + | IPhoneXR + | IPhoneXRLandscape + | IPhone11 + | IPhone11Landscape + | IPhone11Pro + | IPhone11ProLandscape + | IPhone11ProMax + | IPhone11ProMaxLandscape + | IPhone12 + | IPhone12Landscape + | IPhone12Pro + | IPhone12ProLandscape + | IPhone12ProMax + | IPhone12ProMaxLandscape + | IPhone12Mini + | IPhone12MiniLandscape + | IPhone13 + | IPhone13Landscape + | IPhone13Pro + | IPhone13ProLandscape + | IPhone13ProMax + | IPhone13ProMaxLandscape + | IPhone13Mini + | IPhone13MiniLandscape + | JioPhone2 + | JioPhone2Landscape + | KindleFireHDX + | KindleFireHDXLandscape + | LGOptimusL70 + | LGOptimusL70Landscape + | MicrosoftLumia550 + | MicrosoftLumia950 + | MicrosoftLumia950Landscape + | Nexus10 + | Nexus10Landscape + | Nexus4 + | Nexus4Landscape + | Nexus5 + | Nexus5Landscape + | Nexus5X + | Nexus5XLandscape + | Nexus6 + | Nexus6Landscape + | Nexus6P + | Nexus6PLandscape + | Nexus7 + | Nexus7Landscape + | NokiaLumia520 + | NokiaLumia520Landscape + | NokiaN9 + | NokiaN9Landscape + | Pixel2 + | Pixel2Landscape + | Pixel2XL + | Pixel2XLLandscape + | Pixel3 + | Pixel3Landscape + | Pixel4 + | Pixel4Landscape + | Pixel4a5G + | Pixel4a5GLandscape + | Pixel5 + | Pixel5Landscape + | MotoG4 + | MotoG4Landscape + +knownDeviceString :: Device -> String +knownDeviceString BlackberryPlayBook = "Blackberry PlayBook" +knownDeviceString BlackberryPlayBookLandscape = "Blackberry PlayBook landscape" +knownDeviceString BlackBerryZ30 = "BlackBerry Z30" +knownDeviceString BlackBerryZ30Landscape = "BlackBerry Z30 landscape" +knownDeviceString GalaxyNote3 = "Galaxy Note 3" +knownDeviceString GalaxyNote3Landscape = "Galaxy Note 3 landscape" +knownDeviceString GalaxyNoteII = "Galaxy Note II" +knownDeviceString GalaxyNoteIILandscape = "Galaxy Note II landscape" +knownDeviceString GalaxySIII = "Galaxy S III" +knownDeviceString GalaxySIIILandscape = "Galaxy S III landscape" +knownDeviceString GalaxyS5 = "Galaxy S5" +knownDeviceString GalaxyS5Landscape = "Galaxy S5 landscape" +knownDeviceString GalaxyS8 = "Galaxy S8" +knownDeviceString GalaxyS8Landscape = "Galaxy S8 landscape" +knownDeviceString GalaxyS9Plus = "Galaxy S9+" +knownDeviceString GalaxyS9PlusLandscape = "Galaxy S9+ landscape" +knownDeviceString GalaxyTabS4 = "Galaxy Tab S4" +knownDeviceString GalaxyTabS4Landscape = "Galaxy Tab S4 landscape" +knownDeviceString IPad = "iPad" +knownDeviceString IPadLandscape = "iPad landscape" +knownDeviceString IPadGen6 = "iPad (gen 6)" +knownDeviceString IPadGen6Landscape = "iPad (gen 6) landscape" +knownDeviceString IPadGen7 = "iPad (gen 7)" +knownDeviceString IPadGen7Landscape = "iPad (gen 7) landscape" +knownDeviceString IPadMini = "iPad Mini" +knownDeviceString IPadMiniLandscape = "iPad Mini landscape" +knownDeviceString IPadPro = "iPad Pro" +knownDeviceString IPadProLandscape = "iPad Pro landscape" +knownDeviceString IPadPro11 = "iPad Pro 11" +knownDeviceString IPadPro11Landscape = "iPad Pro 11 landscape" +knownDeviceString IPhone4 = "iPhone 4" +knownDeviceString IPhone4Landscape = "iPhone 4 landscape" +knownDeviceString IPhone5 = "iPhone 5" +knownDeviceString IPhone5Landscape = "iPhone 5 landscape" +knownDeviceString IPhone6 = "iPhone 6" +knownDeviceString IPhone6Landscape = "iPhone 6 landscape" +knownDeviceString IPhone6Plus = "iPhone 6 Plus" +knownDeviceString IPhone6PlusLandscape = "iPhone 6 Plus landscape" +knownDeviceString IPhone7 = "iPhone 7" +knownDeviceString IPhone7Landscape = "iPhone 7 landscape" +knownDeviceString IPhone7Plus = "iPhone 7 Plus" +knownDeviceString IPhone7PlusLandscape = "iPhone 7 Plus landscape" +knownDeviceString IPhone8 = "iPhone 8" +knownDeviceString IPhone8Landscape = "iPhone 8 landscape" +knownDeviceString IPhone8Plus = "iPhone 8 Plus" +knownDeviceString IPhone8PlusLandscape = "iPhone 8 Plus landscape" +knownDeviceString IPhoneSE = "iPhone SE" +knownDeviceString IPhoneSELandscape = "iPhone SE landscape" +knownDeviceString IPhoneX = "iPhone X" +knownDeviceString IPhoneXLandscape = "iPhone X landscape" +knownDeviceString IPhoneXR = "iPhone XR" +knownDeviceString IPhoneXRLandscape = "iPhone XR landscape" +knownDeviceString IPhone11 = "iPhone 11" +knownDeviceString IPhone11Landscape = "iPhone 11 landscape" +knownDeviceString IPhone11Pro = "iPhone 11 Pro" +knownDeviceString IPhone11ProLandscape = "iPhone 11 Pro landscape" +knownDeviceString IPhone11ProMax = "iPhone 11 Pro Max" +knownDeviceString IPhone11ProMaxLandscape = "iPhone 11 Pro Max landscape" +knownDeviceString IPhone12 = "iPhone 12" +knownDeviceString IPhone12Landscape = "iPhone 12 landscape" +knownDeviceString IPhone12Pro = "iPhone 12 Pro" +knownDeviceString IPhone12ProLandscape = "iPhone 12 Pro landscape" +knownDeviceString IPhone12ProMax = "iPhone 12 Pro Max" +knownDeviceString IPhone12ProMaxLandscape = "iPhone 12 Pro Max landscape" +knownDeviceString IPhone12Mini = "iPhone 12 Mini" +knownDeviceString IPhone12MiniLandscape = "iPhone 12 Mini landscape" +knownDeviceString IPhone13 = "iPhone 13" +knownDeviceString IPhone13Landscape = "iPhone 13 landscape" +knownDeviceString IPhone13Pro = "iPhone 13 Pro" +knownDeviceString IPhone13ProLandscape = "iPhone 13 Pro landscape" +knownDeviceString IPhone13ProMax = "iPhone 13 Pro Max" +knownDeviceString IPhone13ProMaxLandscape = "iPhone 13 Pro Max landscape" +knownDeviceString IPhone13Mini = "iPhone 13 Mini" +knownDeviceString IPhone13MiniLandscape = "iPhone 13 Mini landscape" +knownDeviceString JioPhone2 = "JioPhone 2" +knownDeviceString JioPhone2Landscape = "JioPhone 2 landscape" +knownDeviceString KindleFireHDX = "Kindle Fire HDX" +knownDeviceString KindleFireHDXLandscape = "Kindle Fire HDX landscape" +knownDeviceString LGOptimusL70 = "LG Optimus L70" +knownDeviceString LGOptimusL70Landscape = "LG Optimus L70 landscape" +knownDeviceString MicrosoftLumia550 = "Microsoft Lumia 550" +knownDeviceString MicrosoftLumia950 = "Microsoft Lumia 950" +knownDeviceString MicrosoftLumia950Landscape = "Microsoft Lumia 950 landscape" +knownDeviceString Nexus10 = "Nexus 10" +knownDeviceString Nexus10Landscape = "Nexus 10 landscape" +knownDeviceString Nexus4 = "Nexus 4" +knownDeviceString Nexus4Landscape = "Nexus 4 landscape" +knownDeviceString Nexus5 = "Nexus 5" +knownDeviceString Nexus5Landscape = "Nexus 5 landscape" +knownDeviceString Nexus5X = "Nexus 5X" +knownDeviceString Nexus5XLandscape = "Nexus 5X landscape" +knownDeviceString Nexus6 = "Nexus 6" +knownDeviceString Nexus6Landscape = "Nexus 6 landscape" +knownDeviceString Nexus6P = "Nexus 6P" +knownDeviceString Nexus6PLandscape = "Nexus 6P landscape" +knownDeviceString Nexus7 = "Nexus 7" +knownDeviceString Nexus7Landscape = "Nexus 7 landscape" +knownDeviceString NokiaLumia520 = "Nokia Lumia 520" +knownDeviceString NokiaLumia520Landscape = "Nokia Lumia 520 landscape" +knownDeviceString NokiaN9 = "Nokia N9" +knownDeviceString NokiaN9Landscape = "Nokia N9 landscape" +knownDeviceString Pixel2 = "Pixel 2" +knownDeviceString Pixel2Landscape = "Pixel 2 landscape" +knownDeviceString Pixel2XL = "Pixel 2 XL" +knownDeviceString Pixel2XLLandscape = "Pixel 2 XL landscape" +knownDeviceString Pixel3 = "Pixel 3" +knownDeviceString Pixel3Landscape = "Pixel 3 landscape" +knownDeviceString Pixel4 = "Pixel 4" +knownDeviceString Pixel4Landscape = "Pixel 4 landscape" +knownDeviceString Pixel4a5G = "Pixel 4a (5G)" +knownDeviceString Pixel4a5GLandscape = "Pixel 4a (5G) landscape" +knownDeviceString Pixel5 = "Pixel 5" +knownDeviceString Pixel5Landscape = "Pixel 5 landscape" +knownDeviceString MotoG4 = "Moto G4" +knownDeviceString MotoG4Landscape = "Moto G4 landscape'" diff --git a/src/Puppeteer.Page.Event.ConsoleMessage.js b/src/Puppeteer.Page.Event.ConsoleMessage.js new file mode 100644 index 0000000..b64afa0 --- /dev/null +++ b/src/Puppeteer.Page.Event.ConsoleMessage.js @@ -0,0 +1,17 @@ +import { ConsoleMessage } from 'puppeteer' +import { JSHandle } from 'puppeteer' + +/** @type {(m: ConsoleMessage) => Array>} */ +export const args = m => m.args() + +/** @type {(m: ConsoleMessage) => string} */ +export const text = m => m.text() + +/** @type {(m: ConsoleMessage) => string} */ +export const _messageType = m => m.type() + +/** @type {(m: ConsoleMessage) => import("puppeteer").ConsoleMessageLocation} */ +export const _location = m => m.location() + +/** @type {(m: ConsoleMessage) => Array} */ +export const _stackTrace = m => m.stackTrace() diff --git a/src/Puppeteer.Page.Event.ConsoleMessage.purs b/src/Puppeteer.Page.Event.ConsoleMessage.purs new file mode 100644 index 0000000..ef7f8f2 --- /dev/null +++ b/src/Puppeteer.Page.Event.ConsoleMessage.purs @@ -0,0 +1,117 @@ +module Puppeteer.Page.Event.ConsoleMessage + ( MessageType(..) + , messageType + , ConsoleMessage + , args + , text + , location + , stackTrace + , messageTypeString + ) where + +import Prelude + +import Control.Monad.Except (runExcept) +import Data.Array as Array +import Data.Either (hush) +import Data.Maybe (Maybe) +import Foreign (Foreign, unsafeFromForeign) +import Puppeteer.Base (Handle) +import Puppeteer.FFI as FFI +import Simple.JSON (class ReadForeign, readImpl, writeImpl) + +type Location = { columnNumber :: Maybe Int, lineNumber :: Maybe Int, url :: Maybe String } + +locationFromJs :: Foreign -> Maybe Location +locationFromJs = hush <<< runExcept <<< readImpl + +locationToJs :: Location -> Foreign +locationToJs { columnNumber, lineNumber, url } = + writeImpl + { columnNumber: FFI.maybeToUndefined columnNumber + , lineNumber: FFI.maybeToUndefined lineNumber + , url: FFI.maybeToUndefined url + } + +data MessageType + = Log + | Debug + | Info + | Error + | Warning + | Dir + | Dirxml + | Table + | Trace + | Clear + | StartGroup + | StartGroupCollapsed + | EndGroup + | Assert + | Profile + | ProfileEnd + | Count + | TimeEnd + | Verbose + +messageTypeOfString :: String -> MessageType +messageTypeOfString "debug" = Debug +messageTypeOfString "info" = Info +messageTypeOfString "error" = Error +messageTypeOfString "warning" = Warning +messageTypeOfString "dir" = Dir +messageTypeOfString "dirxml" = Dirxml +messageTypeOfString "table" = Table +messageTypeOfString "trace" = Trace +messageTypeOfString "clear" = Clear +messageTypeOfString "startGroup" = StartGroup +messageTypeOfString "startGroupCollapsed" = StartGroupCollapsed +messageTypeOfString "endGroup" = EndGroup +messageTypeOfString "assert" = Assert +messageTypeOfString "profile" = Profile +messageTypeOfString "profileEnd" = ProfileEnd +messageTypeOfString "count" = Count +messageTypeOfString "timeEnd" = TimeEnd +messageTypeOfString "verbose" = Verbose +messageTypeOfString _ = Log + +messageTypeString :: MessageType -> String +messageTypeString Log = "log" +messageTypeString Debug = "debug" +messageTypeString Info = "info" +messageTypeString Error = "error" +messageTypeString Warning = "warning" +messageTypeString Dir = "dir" +messageTypeString Dirxml = "dirxml" +messageTypeString Table = "table" +messageTypeString Trace = "trace" +messageTypeString Clear = "clear" +messageTypeString StartGroup = "startGroup" +messageTypeString StartGroupCollapsed = "startGroupCollapsed" +messageTypeString EndGroup = "endGroup" +messageTypeString Assert = "assert" +messageTypeString Profile = "profile" +messageTypeString ProfileEnd = "profileEnd" +messageTypeString Count = "count" +messageTypeString TimeEnd = "timeEnd" +messageTypeString Verbose = "verbose" + +foreign import data ConsoleMessage :: Type + +instance consoleMessageForeign :: ReadForeign ConsoleMessage where + readImpl = pure <<< unsafeFromForeign + +foreign import args :: ConsoleMessage -> Array (Handle Foreign) +foreign import text :: ConsoleMessage -> String +foreign import _location :: ConsoleMessage -> Foreign +foreign import _stackTrace :: ConsoleMessage -> Array Foreign +foreign import _messageType :: ConsoleMessage -> String + +messageType :: ConsoleMessage -> MessageType +messageType = _messageType >>> messageTypeOfString + +stackTrace :: ConsoleMessage -> Array Location +stackTrace = _stackTrace >>> map locationFromJs >>> Array.catMaybes + +location :: ConsoleMessage -> Maybe Location +location = _location >>> locationFromJs diff --git a/src/Puppeteer.Page.Event.Dialog.js b/src/Puppeteer.Page.Event.Dialog.js new file mode 100644 index 0000000..d8e7958 --- /dev/null +++ b/src/Puppeteer.Page.Event.Dialog.js @@ -0,0 +1,22 @@ +// foreign import defaultValue :: Dialog -> String +// foreign import message :: Dialog -> String +// foreign import _dismiss :: Dialog -> Promise Unit +// foreign import _accept :: Foreign -> Dialog -> Promise Unit +// foreign import _type :: Dialog -> String + +import { Dialog } from 'puppeteer' + +/** @type {(d: Dialog) => string} */ +export const defaultValue = d => d.defaultValue() + +/** @type {(d: Dialog) => string} */ +export const message = d => d.message() + +/** @type {(d: Dialog) => Promise} */ +export const _dismiss = d => d.dismiss() + +/** @type {(s: string | undefined) => (d: Dialog) => Promise} */ +export const _accept = s => d => d.accept(s) + +/** @type {(d: Dialog) => string} */ +export const _type = d => d.type() diff --git a/src/Puppeteer.Page.Event.Dialog.purs b/src/Puppeteer.Page.Event.Dialog.purs new file mode 100644 index 0000000..cafe038 --- /dev/null +++ b/src/Puppeteer.Page.Event.Dialog.purs @@ -0,0 +1,57 @@ +module Puppeteer.Page.Event.Dialog + ( Dialog + , DialogType(..) + , accept + , defaultValue + , dismiss + , message + , dialogType + ) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Maybe (Maybe) +import Effect.Aff (Aff) +import Foreign (Foreign, unsafeFromForeign) +import Puppeteer.FFI as FFI +import Simple.JSON (class ReadForeign) + +data DialogType + = Alert + | Confirm + | Prompt + | BeforeUnload + +dialogTypeOfString :: String -> DialogType +dialogTypeOfString "confirm" = Confirm +dialogTypeOfString "prompt" = Prompt +dialogTypeOfString "beforeunload" = BeforeUnload +dialogTypeOfString _ = Alert + +dialogTypeString :: DialogType -> String +dialogTypeString Alert = "alert" +dialogTypeString Confirm = "confirm" +dialogTypeString Prompt = "prompt" +dialogTypeString BeforeUnload = "beforeunload" + +foreign import data Dialog :: Type + +instance dialogForeign :: ReadForeign Dialog where + readImpl = pure <<< unsafeFromForeign + +foreign import defaultValue :: Dialog -> String +foreign import message :: Dialog -> String +foreign import _dismiss :: Dialog -> Promise Unit +foreign import _accept :: Foreign -> Dialog -> Promise Unit +foreign import _type :: Dialog -> String + +dismiss :: Dialog -> Aff Unit +dismiss = Promise.toAff <<< _dismiss + +accept :: Maybe String -> Dialog -> Aff Unit +accept s = Promise.toAff <<< _accept (FFI.maybeToUndefined s) + +dialogType :: Dialog -> DialogType +dialogType = dialogTypeOfString <<< _type diff --git a/src/Puppeteer.Page.Event.js b/src/Puppeteer.Page.Event.js new file mode 100644 index 0000000..20daeac --- /dev/null +++ b/src/Puppeteer.Page.Event.js @@ -0,0 +1,17 @@ +import { Page } from 'puppeteer' + +/** @type {(_0: import('puppeteer').PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => [import('puppeteer').PageEvent, (_: any) => void]} */ +export const _addListener = t => f => p => () => { + p.on(t, f) + return [t, f] +} + +/** @type {(_0: [import('puppeteer').PageEvent, (_: any) => void]) => (_2: Page) => () => void} */ +export const _removeListener = + ([t, f]) => + p => + () => + p.off(t, f) + +/** @type {(_0: import('puppeteer').PageEvent) => (_1: (_: any) => void) => (_2: Page) => () => void} */ +export const _once = t => f => p => () => p.once(t, f) diff --git a/src/Puppeteer.Page.Event.purs b/src/Puppeteer.Page.Event.purs new file mode 100644 index 0000000..3e0c21e --- /dev/null +++ b/src/Puppeteer.Page.Event.purs @@ -0,0 +1,160 @@ +module Puppeteer.Page.Event + ( once + , listen + , eventKey + , eventData + , class Event + , connectPageConsole + , defaultEventData + , FrameEvent(..) + , UnitEvent(..) + , ErrorEvent(..) + , NullablePageEvent(..) + , RequestEvent(..) + , ResponseEvent(..) + , DialogEvent(..) + , ConsoleMessageEvent(..) + ) where + +import Prelude + +import Control.Monad.Error.Class (liftEither) +import Control.Monad.Except (runExcept) +import Data.Bifunctor (lmap) +import Data.Either (hush, note) +import Data.Maybe (Maybe) +import Data.Nullable (Nullable) +import Data.String as String +import Effect (Effect) +import Effect.Aff (Aff, launchAff_, makeAff) +import Effect.Class (liftEffect) +import Effect.Console as Console +import Effect.Exception (Error, error) +import Effect.Unsafe (unsafePerformEffect) +import Foreign (Foreign, unsafeFromForeign) +import Puppeteer.Base (Context(..), Frame, Page) +import Puppeteer.Http as Http +import Puppeteer.Page as Page +import Puppeteer.Page.Event.ConsoleMessage (ConsoleMessage, messageTypeString) +import Puppeteer.Page.Event.ConsoleMessage as ConsoleMessage +import Puppeteer.Page.Event.Dialog (Dialog) +import Simple.JSON (class ReadForeign, readImpl) + +connectPageConsole :: Page -> Aff Unit +connectPageConsole p = let + onmsg m = do + title <- Page.title p + let t = ConsoleMessage.messageType m + let textLevel = "[" <> String.toUpper (messageTypeString t) <> "]" + let textPrefix = "[Puppeteer.Page@\"" <> title <> "\"]" + let text = textLevel <> " " <> textPrefix <> " " <> ConsoleMessage.text m + liftEffect $ case t of + ConsoleMessage.Debug -> Console.debug text + ConsoleMessage.Error -> Console.error text + ConsoleMessage.Warning -> Console.warn text + _ -> Console.log text + in + void $ listen Console onmsg p + +data UnitEvent + = Close + | DomContentLoaded + | Load + +instance unitEvent :: Event UnitEvent Unit where + eventKey Close = "close" + eventKey DomContentLoaded = "domcontentloaded" + eventKey Load = "load" + eventData = const $ pure unit + +data ErrorEvent + = Error + | PageError + +instance errorEvent :: Event ErrorEvent Error where + eventKey Error = "error" + eventKey PageError = "pageerror" + eventData = pure <<< unsafeFromForeign + +data FrameEvent + = FrameAttached + | FrameDetached + | FrameNavigated + +instance frameEvent :: Event FrameEvent Frame where + eventKey FrameAttached = "frameattached" + eventKey FrameDetached = "framedetached" + eventKey FrameNavigated = "framenavigated" + eventData = defaultEventData + +data ConsoleMessageEvent = Console + +instance consoleEvent :: Event ConsoleMessageEvent ConsoleMessage where + eventKey Console = "console" + eventData = defaultEventData + +data DialogEvent = Dialog + +instance dialogEvent :: Event DialogEvent Dialog where + eventKey Dialog = "dialog" + eventData = defaultEventData + +data NullablePageEvent = Popup + +instance nullablePageEvent :: Event NullablePageEvent (Nullable Page) where + eventKey Popup = "popup" + eventData = defaultEventData + +data ResponseEvent = Response + +instance responseEvent :: Event ResponseEvent Http.Response where + eventKey Response = "response" + eventData = defaultEventData + +data RequestEvent + = Request + | RequestFailed + | RequestFinished + | RequestServedFromCache + +instance requestEvent :: Event RequestEvent Http.Request where + eventKey Request = "request" + eventKey RequestFailed = "requestfailed" + eventKey RequestFinished = "requestfinished" + eventKey RequestServedFromCache = "requestservedfromcache" + eventData = defaultEventData + +class Event :: Type -> Type -> Constraint +class Event ev d | ev -> d, d -> ev where + eventKey :: ev -> String + eventData :: Foreign -> Maybe d + +defaultEventData :: forall d. ReadForeign d => Foreign -> Maybe d +defaultEventData = hush <<< runExcept <<< readImpl + +foreign import data ListenerToken :: Type +foreign import _once :: String -> (Foreign -> Unit) -> Page -> Effect Unit +foreign import _addListener :: String -> (Foreign -> Unit) -> Page -> Effect ListenerToken +foreign import _removeListener :: ListenerToken -> Page -> Effect Unit + +once :: forall ev evd. Event ev evd => ev -> Page -> Aff evd +once ev p = + let + k = eventKey ev + f res = do + let cb = unsafePerformEffect <<< res <<< lmap error <<< note "parse failed" <<< eventData + _once k cb p + pure mempty + in + makeAff f + +listen :: forall ev evd. Event ev evd => ev -> (evd -> Aff Unit) -> Page -> Aff (Context "event listener") +listen ev cb p = + let + cb' f = unsafePerformEffect $ do + evd <- liftEither $ lmap error $ note "parse failed" $ eventData f + launchAff_ $ cb evd + in + do + t <- liftEffect $ _addListener (eventKey ev) cb' p + pure $ Context (\_ -> liftEffect $ _removeListener t p) diff --git a/src/Puppeteer.Page.Export.js b/src/Puppeteer.Page.Export.js new file mode 100644 index 0000000..fc89b17 --- /dev/null +++ b/src/Puppeteer.Page.Export.js @@ -0,0 +1,7 @@ +import { Page } from 'puppeteer' + +/** @type {(_1: import("puppeteer").PDFOptions) => (_0: Page) => Promise} */ +export const _pdf = o => p => p.pdf(o) + +/** @type {(_1: import("puppeteer").ScreenshotOptions) => (_0: Page) => Promise} */ +export const _screenshot = o => p => p.screenshot(o) diff --git a/src/Puppeteer.Page.Export.purs b/src/Puppeteer.Page.Export.purs new file mode 100644 index 0000000..2da60ab --- /dev/null +++ b/src/Puppeteer.Page.Export.purs @@ -0,0 +1,107 @@ +module Puppeteer.Page.Export (module X, screenshot, pdf, PdfOptions, PaperFormat(..)) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Maybe (Maybe) +import Effect.Aff (Aff) +import Foreign (Foreign) +import Node.Buffer (Buffer) +import Puppeteer.Base (Page) +import Puppeteer.FFI as FFI +import Puppeteer.Screenshot (ScreenshotFormat(..), ScreenshotOptions) as X +import Puppeteer.Screenshot (ScreenshotOptions, prepareScreenshotOptions) +import Simple.JSON (writeImpl) + +data PaperFormat + = Letter + | Legal + | Tabloid + | Ledger + | A0 + | A1 + | A2 + | A3 + | A4 + | A5 + | A6 + +preparePaperFormat :: PaperFormat -> Foreign +preparePaperFormat Letter = writeImpl "letter" +preparePaperFormat Legal = writeImpl "legal" +preparePaperFormat Tabloid = writeImpl "tabloid" +preparePaperFormat Ledger = writeImpl "ledger" +preparePaperFormat A0 = writeImpl "a0" +preparePaperFormat A1 = writeImpl "a1" +preparePaperFormat A2 = writeImpl "a2" +preparePaperFormat A3 = writeImpl "a3" +preparePaperFormat A4 = writeImpl "a4" +preparePaperFormat A5 = writeImpl "a5" +preparePaperFormat A6 = writeImpl "a6" + +type PdfOptions = + { displayHeaderFooter :: Maybe Boolean + , footerTemplate :: Maybe String + , headerTemplate :: Maybe String + , paperFormat :: Maybe PaperFormat + , height :: Maybe String + , width :: Maybe String + , landscape :: Maybe Boolean + , omitBackground :: Maybe Boolean + , printBackground :: Maybe Boolean + , scale :: Maybe Number + , margin :: + Maybe + { top :: Maybe String + , left :: Maybe String + , bottom :: Maybe String + , right :: Maybe String + } + } + +preparePdfOptions :: PdfOptions -> Foreign +preparePdfOptions + { displayHeaderFooter + , footerTemplate + , headerTemplate + , paperFormat + , height + , width + , landscape + , omitBackground + , printBackground + , scale + , margin + } = + let + margin' { top, left, bottom, right } = + writeImpl + { top: FFI.maybeToUndefined top + , bottom: FFI.maybeToUndefined bottom + , left: FFI.maybeToUndefined left + , right: FFI.maybeToUndefined right + } + in + writeImpl + { displayHeaderFooter: FFI.maybeToUndefined displayHeaderFooter + , footerTemplate: FFI.maybeToUndefined footerTemplate + , headerTemplate: FFI.maybeToUndefined headerTemplate + , paperFormat: FFI.maybeToUndefined $ map preparePaperFormat paperFormat + , height: FFI.maybeToUndefined height + , width: FFI.maybeToUndefined width + , landscape: FFI.maybeToUndefined landscape + , omitBackground: FFI.maybeToUndefined omitBackground + , printBackground: FFI.maybeToUndefined printBackground + , scale: FFI.maybeToUndefined scale + , margin: FFI.maybeToUndefined $ map margin' margin + } + +foreign import _screenshot :: Foreign -> Page -> Promise Buffer +foreign import _pdf :: Foreign -> Page -> Promise Buffer + +screenshot :: ScreenshotOptions -> Page -> Aff Buffer +screenshot o = Promise.toAff <<< _screenshot (prepareScreenshotOptions o) + +pdf :: PdfOptions -> Page -> Aff Buffer +pdf o = Promise.toAff <<< _pdf (preparePdfOptions o) diff --git a/src/Puppeteer.Page.Http.Request.js b/src/Puppeteer.Page.Http.Request.js new file mode 100644 index 0000000..31cd3eb --- /dev/null +++ b/src/Puppeteer.Page.Http.Request.js @@ -0,0 +1,72 @@ +import { HTTPResponse } from 'puppeteer' +import { HTTPRequest } from 'puppeteer' + +/** + * `foreign import _abort :: String -> Request -> Promise Unit` + * @type {(_0: import("puppeteer").ErrorCode) => (_1: HTTPRequest) => Promise} + */ +export const _abort = e => r => r.abort(e) + +/** + * `foreign import _continue :: Foreign -> Request -> Promise Unit` + * @type {(_0: import("puppeteer").ContinueRequestOverrides) => (_1: HTTPRequest) => Promise} + */ +export const _continue = o => r => r.continue(o) + +/** + * `foreign import _respond :: RespondToRequest -> Request -> Promise Unit` + * @type {(_0: import("puppeteer").ResponseForRequest) => (_1: HTTPRequest) => Promise} + */ +export const _respond = rep => req => req.respond(rep) + +/** + * `foreign import _failure :: Request -> Effect (Nullable {errorText :: String})` + * @type {(_1: HTTPRequest) => () => {errorText: string} | null} + */ +export const _failure = r => () => r.failure() + +/** + * `foreign import headers :: Request -> Effect (Map String String)` + * @type {(_1: HTTPRequest) => () => Map} + */ +export const headers = r => () => + Object.entries(r.headers()).reduce((map, [k, v]) => { + map.set(k, v) + return map + }, new Map()) + +/** + * `foreign import _isNavigation :: Request -> Effect Boolean` + * @type {(_1: HTTPRequest) => () => boolean} + */ +export const isNavigation = r => () => r.isNavigationRequest() + +/** + * `foreign import _method :: Request -> Effect String` + * @type {(_1: HTTPRequest) => () => string} + */ +export const method = r => () => r.method() + +/** + * `foreign import _postData :: Request -> Effect Foreign` + * @type {(_1: HTTPRequest) => () => string | undefined} + */ +export const _postData = r => () => r.postData() + +/** + * `foreign import _resourceType :: Request -> Effect String` + * @type {(_1: HTTPRequest) => () => string} + */ +export const resourceType = r => () => r.resourceType() + +/** + * `foreign import _url :: Request -> Effect String` + * @type {(_1: HTTPRequest) => () => string} + */ +export const url = r => () => r.url() + +/** + * `foreign import _response :: Request -> Effect (Nullable Response)` + * @type {(_1: HTTPRequest) => () => HTTPResponse | null} + */ +export const _response = r => () => r.response() diff --git a/src/Puppeteer.Page.Http.Request.purs b/src/Puppeteer.Page.Http.Request.purs new file mode 100644 index 0000000..6130d23 --- /dev/null +++ b/src/Puppeteer.Page.Http.Request.purs @@ -0,0 +1,82 @@ +module Puppeteer.Http.Request where + +import Prelude + +import Control.Monad.Except (runExcept) +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Either (Either, either, hush) +import Data.Map (Map) +import Data.Maybe (Maybe) +import Data.Nullable (Nullable) +import Data.Nullable as Nullable +import Effect (Effect) +import Effect.Aff (Aff) +import Foreign (Foreign, unsafeToForeign) +import Node.Buffer (Buffer) +import Puppeteer.Base (Context(..), Request, Response) +import Puppeteer.FFI as FFI +import Puppeteer.Http (ErrorCode, errorCodeString) +import Simple.JSON (readImpl, writeImpl) + +type RespondToRequest = + { body :: Maybe (Either String Buffer) + , contentType :: Maybe String + , headers :: Maybe (Map String String) + , status :: Maybe Int + } + +prepareRespondToRequest :: RespondToRequest -> Foreign +prepareRespondToRequest { body, contentType, headers: headers', status } = writeImpl + { body: FFI.maybeToUndefined $ map (either unsafeToForeign unsafeToForeign) body + , contentType: FFI.maybeToUndefined contentType + , headers: FFI.maybeToUndefined $ map FFI.mapToRecord headers' + , status: FFI.maybeToUndefined status + } + +type ContinueRequestOverrides = + { headers :: Maybe (Map String String) + , method :: Maybe String + , postData :: Maybe String + , url :: Maybe String + } + +prepareContinueRequestOverrides :: ContinueRequestOverrides -> Foreign +prepareContinueRequestOverrides { headers: headers', method: method', postData, url: url' } = writeImpl + { headers: FFI.maybeToUndefined $ map FFI.mapToRecord headers' + , method: FFI.maybeToUndefined method' + , postData: FFI.maybeToUndefined postData + , url: FFI.maybeToUndefined url' + } + +foreign import headers :: Request -> Effect (Map String String) +foreign import isNavigation :: Request -> Effect Boolean +foreign import method :: Request -> Effect String +foreign import resourceType :: Request -> Effect String +foreign import url :: Request -> Effect String + +foreign import _abort :: String -> Request -> Promise Unit +foreign import _continue :: Foreign -> Request -> Promise Unit +foreign import _respond :: Foreign -> Request -> Promise Unit + +foreign import _failure :: Request -> Effect (Nullable { errorText :: String }) +foreign import _postData :: Request -> Effect Foreign +foreign import _response :: Request -> Effect (Nullable Response) + +abort :: Context "intercepting requests" -> ErrorCode -> Request -> Aff Unit +abort _ e = Promise.toAff <<< _abort (errorCodeString e) + +continue :: Context "intercepting requests" -> ContinueRequestOverrides -> Request -> Aff Unit +continue _ o = Promise.toAff <<< _continue (prepareContinueRequestOverrides o) + +respond :: Context "intercepting requests" -> RespondToRequest -> Request -> Aff Unit +respond _ r = Promise.toAff <<< _respond (prepareRespondToRequest r) + +failure :: Request -> Effect (Maybe String) +failure = map (map _.errorText <<< Nullable.toMaybe) <<< _failure + +postData :: Request -> Effect (Maybe String) +postData = map (hush <<< runExcept <<< readImpl) <<< _postData + +response :: Request -> Effect (Maybe Response) +response = map Nullable.toMaybe <<< _response diff --git a/src/Puppeteer.Page.Http.Response.js b/src/Puppeteer.Page.Http.Response.js new file mode 100644 index 0000000..57e5db4 --- /dev/null +++ b/src/Puppeteer.Page.Http.Response.js @@ -0,0 +1,56 @@ +import { HTTPRequest } from 'puppeteer' +import { HTTPResponse } from 'puppeteer' + +/** + * `foreign import _request :: Response -> Effect Request` + * @type {(_0: HTTPResponse) => () => HTTPRequest} + */ +export const request = r => () => r.request() + +/** + * `foreign import _bodyBuffer :: Response -> Promise Buffer` + * @type {(_0: HTTPResponse) => Promise} + */ +export const _bodyBuffer = r => r.buffer() + +/** + * `foreign import _bodyJson :: Response -> Promise Foreign` + * @type {(_0: HTTPResponse) => Promise} + */ +export const _bodyJson = r => r.json() + +/** + * `foreign import _bodyText :: Response -> Promise String` + * @type {(_0: HTTPResponse) => Promise} + */ +export const _bodyText = r => r.text() + +/** + * `foreign import _url :: Response -> Effect String` + * @type {(_0: HTTPResponse) => () => string} + */ +export const url = r => () => r.url() + +/** + * `foreign import _remoteAddressIp :: Response -> Effect Foreign` + * @type {(_0: HTTPResponse) => () => string | undefined} + */ +export const _remoteAddressIp = r => () => r.remoteAddress().ip + +/** + * `foreign import _remoteAddressPort :: Response -> Effect Foreign` + * @type {(_0: HTTPResponse) => () => number | undefined} + */ +export const _remoteAddressPort = r => () => r.remoteAddress().port + +/** + * `foreign import _status :: Response -> Effect Int` + * @type {(_0: HTTPResponse) => () => number} + */ +export const status = r => () => r.status() + +/** + * `foreign import _statusText :: Response -> Effect String` + * @type {(_0: HTTPResponse) => () => string} + */ +export const statusText = r => () => r.statusText() diff --git a/src/Puppeteer.Page.Http.Response.purs b/src/Puppeteer.Page.Http.Response.purs new file mode 100644 index 0000000..e1506f4 --- /dev/null +++ b/src/Puppeteer.Page.Http.Response.purs @@ -0,0 +1,42 @@ +module Puppeteer.Http.Response (request, url, status, statusText, bodyBuffer, bodyJson, bodyText, remoteAddressIp, remoteAddressPort) where + +import Prelude + +import Control.Monad.Except (runExcept) +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Either (hush) +import Data.Maybe (Maybe) +import Effect (Effect) +import Effect.Aff (Aff) +import Foreign (Foreign) +import Node.Buffer (Buffer) +import Puppeteer.Base (Request, Response) +import Simple.JSON (readImpl) + +foreign import request :: Response -> Effect Request +foreign import url :: Response -> Effect String +foreign import status :: Response -> Effect Int +foreign import statusText :: Response -> Effect String + +foreign import _bodyBuffer :: Response -> Promise Buffer +foreign import _bodyJson :: Response -> Promise Foreign +foreign import _bodyText :: Response -> Promise String + +foreign import _remoteAddressIp :: Response -> Effect Foreign +foreign import _remoteAddressPort :: Response -> Effect Foreign + +bodyBuffer :: Response -> Aff Buffer +bodyBuffer = Promise.toAff <<< _bodyBuffer + +bodyJson :: Response -> Aff Foreign +bodyJson = Promise.toAff <<< _bodyJson + +bodyText :: Response -> Aff String +bodyText = Promise.toAff <<< _bodyText + +remoteAddressIp :: Response -> Effect (Maybe String) +remoteAddressIp = map (hush <<< runExcept) <<< map readImpl <<< _remoteAddressIp + +remoteAddressPort :: Response -> Effect (Maybe Int) +remoteAddressPort = map (hush <<< runExcept) <<< map readImpl <<< _remoteAddressPort diff --git a/src/Puppeteer.Page.Http.js b/src/Puppeteer.Page.Http.js new file mode 100644 index 0000000..22611b7 --- /dev/null +++ b/src/Puppeteer.Page.Http.js @@ -0,0 +1,43 @@ +import { Page } from 'puppeteer' + +/** + * `foreign import _bypassCsp :: Page -> Promise Unit` + * @type {(_p: Page) => Promise} + */ +export const _bypassCsp = p => p.setBypassCSP(true) + +/** + * `foreign import _unbypassCsp :: Page -> Promise Unit` + * @type {(_p: Page) => Promise} + */ +export const _unbypassCsp = p => p.setBypassCSP(false) + +/** + * `foreign import _enableCache :: Page -> Promise Unit` + * @type {(_p: Page) => Promise} + */ +export const _enableCache = p => p.setCacheEnabled(true) + +/** + * `foreign import _disableCache :: Page -> Promise Unit` + * @type {(_p: Page) => Promise} + */ +export const _disableCache = p => p.setCacheEnabled(false) + +/** + * `foreign import _interceptRequests :: Page -> Promise Unit` + * @type {(_p: Page) => Promise} + */ +export const _interceptRequests = p => p.setRequestInterception(true) + +/** + * `foreign import _uninterceptRequests :: Page -> Promise Unit` + * @type {(_p: Page) => Promise} + */ +export const _uninterceptRequests = p => p.setRequestInterception(false) + +/** + * `foreign import _sendExtraHeaders :: Map String String -> Page -> Promise Unit` + * @type {(_0: Record) => (_1: Page) => Promise} + */ +export const _sendExtraHeaders = h => p => p.setExtraHTTPHeaders(h) diff --git a/src/Puppeteer.Page.Http.purs b/src/Puppeteer.Page.Http.purs new file mode 100644 index 0000000..b1f12cf --- /dev/null +++ b/src/Puppeteer.Page.Http.purs @@ -0,0 +1,59 @@ +module Puppeteer.Page.Http (bypassCsp, disableCache, interceptRequests, sendExtraHeaders, interceptNextRequest) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Map (Map) +import Effect.Aff (Aff) +import Foreign (Foreign) +import Puppeteer.Base (Context(..), Page, closeContext) +import Puppeteer.FFI as FFI +import Puppeteer.Http (Request) +import Puppeteer.Page.Event as Event + +foreign import _bypassCsp :: Page -> Promise Unit +foreign import _unbypassCsp :: Page -> Promise Unit + +foreign import _enableCache :: Page -> Promise Unit +foreign import _disableCache :: Page -> Promise Unit + +foreign import _interceptRequests :: Page -> Promise Unit +foreign import _uninterceptRequests :: Page -> Promise Unit + +foreign import _sendExtraHeaders :: Foreign -> Page -> Promise Unit + +type BypassCSPHint :: Symbol +type BypassCSPHint = "CSP is being bypassed. Invoking `Puppeteer.closeContext` will restore default CSP behavior." + +type DisableCacheHint :: Symbol +type DisableCacheHint = "Caching is disabled. Invoking `Puppeteer.closeContext` will restore default cache behavior." + +type InterceptRequestsHint :: Symbol +type InterceptRequestsHint = "Requests are being intercepted. Invoking `Puppeteer.closeContext` will restore normal request behavior." + +bypassCsp :: Page -> Aff (Context BypassCSPHint) +bypassCsp p = do + Promise.toAff $ _bypassCsp p + pure $ Context (\_ -> Promise.toAff $ _unbypassCsp p) + +disableCache :: Page -> Aff (Context DisableCacheHint) +disableCache p = do + Promise.toAff $ _disableCache p + pure $ Context (\_ -> Promise.toAff $ _enableCache p) + +interceptRequests :: Page -> Aff (Context InterceptRequestsHint) +interceptRequests p = do + Promise.toAff $ _interceptRequests p + pure (Context $ \_ -> Promise.toAff $ _uninterceptRequests p) + +interceptNextRequest :: Page -> (Context InterceptRequestsHint -> Request -> Aff Unit) -> Aff Unit +interceptNextRequest p cb = do + ctx <- interceptRequests p + req <- Event.once Event.Request p + closeContext ctx + cb ctx req + pure unit + +sendExtraHeaders :: Map String String -> Page -> Aff Unit +sendExtraHeaders h = Promise.toAff <<< _sendExtraHeaders (FFI.mapToRecord h) diff --git a/src/Puppeteer.Page.Navigate.js b/src/Puppeteer.Page.Navigate.js new file mode 100644 index 0000000..05019e5 --- /dev/null +++ b/src/Puppeteer.Page.Navigate.js @@ -0,0 +1,13 @@ +import { Page } from 'puppeteer' + +/** @type {(ev: import('puppeteer').PuppeteerLifeCycleEvent) => (p: Page) => Promise} */ +export const _forward = ev => p => p.goForward({ timeout: 0, waitUntil: ev }) + +/** @type {(ev: import('puppeteer').PuppeteerLifeCycleEvent) => (p: Page) => Promise} */ +export const _back = ev => p => p.goBack({ timeout: 0, waitUntil: ev }) + +/** @type {(url: string) => (ev: import('puppeteer').PuppeteerLifeCycleEvent) => (p: Page) => Promise} */ +export const _to = url => ev => p => p.goto(url, { timeout: 0, waitUntil: ev }) + +/** @type {(ev: import('puppeteer').PuppeteerLifeCycleEvent) => (p: Page) => Promise} */ +export const _reload = ev => p => p.goForward({ timeout: 0, waitUntil: ev }) diff --git a/src/Puppeteer.Page.Navigate.purs b/src/Puppeteer.Page.Navigate.purs new file mode 100644 index 0000000..5fa5429 --- /dev/null +++ b/src/Puppeteer.Page.Navigate.purs @@ -0,0 +1,42 @@ +module Puppeteer.Page.Navigate where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Maybe (Maybe) +import Data.Newtype (unwrap) +import Data.Time.Duration (Milliseconds(..)) +import Effect.Aff (Aff) +import Foreign (Foreign) +import Puppeteer.Base (LifecycleEvent(..), Page, URL, prepareLifecycleEvent) +import Puppeteer.Http as Http + +foreign import _forward :: Foreign -> Page -> Promise (Maybe Http.Response) +foreign import _back :: Foreign -> Page -> Promise (Maybe Http.Response) +foreign import _reload :: Foreign -> Page -> Promise (Maybe Http.Response) +foreign import _to :: String -> Foreign -> Page -> Promise (Maybe Http.Response) + +forward :: LifecycleEvent -> Page -> Aff (Maybe Http.Response) +forward ev = Promise.toAff <<< _forward (prepareLifecycleEvent ev) + +back :: LifecycleEvent -> Page -> Aff (Maybe Http.Response) +back ev = Promise.toAff <<< _back (prepareLifecycleEvent ev) + +to :: URL -> LifecycleEvent -> Page -> Aff (Maybe Http.Response) +to url ev = Promise.toAff <<< _to url (prepareLifecycleEvent ev) + +reload :: LifecycleEvent -> Page -> Aff (Maybe Http.Response) +reload ev = Promise.toAff <<< _reload (prepareLifecycleEvent ev) + +forward_ :: Page -> Aff (Maybe Http.Response) +forward_ = forward Load + +back_ :: Page -> Aff (Maybe Http.Response) +back_ = back Load + +to_ :: URL -> Page -> Aff (Maybe Http.Response) +to_ url = to url Load + +reload_ :: Page -> Aff (Maybe Http.Response) +reload_ = reload Load diff --git a/src/Puppeteer.Page.WaitFor.js b/src/Puppeteer.Page.WaitFor.js new file mode 100644 index 0000000..a43d213 --- /dev/null +++ b/src/Puppeteer.Page.WaitFor.js @@ -0,0 +1,37 @@ +import { ElementHandle } from 'puppeteer' +import { Page } from 'puppeteer' + +/** + * `foreign import _navigation :: Number -> Foreign -> Page -> Effect (Promise Unit)` + * @type {(_1: import("puppeteer").PuppeteerLifeCycleEvent) => (_2: Page) => () => Promise} + */ +export const _navigation = ev => p => () => + p.waitForNavigation({ timeout: 0, waitUntil: ev }).then(() => {}) + +/** + * `foreign import _networkIdle :: Number -> Foreign -> Page -> Promise Unit` + * @type {(_1: number) => (_2: Page) => Promise} + */ +export const _networkIdle = idleTime => p => + p.waitForNetworkIdle({ idleTime, timeout: 0 }) + +/** + * `foreign import _selector :: forall a. String -> Number -> Page -> Promise (Handle a)` + * @type {(_0: string) => (_2: Page) => Promise | null>} + */ +export const _selectorToExist = sel => p => + p.waitForSelector(sel, { timeout: 0 }) + +/** + * `foreign import _selector :: forall a. String -> Number -> Page -> Promise (Handle a)` + * @type {(_0: string) => (_2: Page) => Promise | null>} + */ +export const _selector = sel => p => + p.waitForSelector(sel, { visible: true, timeout: 0 }) + +/** + * `foreign import _selector :: forall a. String -> Number -> Page -> Promise (Handle a)` + * @type {(_0: string) => (_2: Page) => Promise} + */ +export const _selectorToBeHidden = sel => p => + p.waitForSelector(sel, { hidden: true, timeout: 0 }).then(() => {}) diff --git a/src/Puppeteer.Page.WaitFor.purs b/src/Puppeteer.Page.WaitFor.purs new file mode 100644 index 0000000..b1d331c --- /dev/null +++ b/src/Puppeteer.Page.WaitFor.purs @@ -0,0 +1,51 @@ +module Puppeteer.Page.WaitFor + ( WaitingForNavigationHint + , NetworkIdleFor(..) + , navigation + , networkIdle + , selector + , selectorToBeVisible + , selectorToBeHidden + ) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Newtype (class Newtype, unwrap) +import Data.Time.Duration (Milliseconds(..)) +import Effect (Effect) +import Effect.Aff (Aff) +import Foreign (Foreign) +import Puppeteer.Base (Context(..), Handle, LifecycleEvent, Page, prepareLifecycleEvent) +import Puppeteer.Selector (class Selector, toCSS) + +newtype NetworkIdleFor = NetworkIdleFor Milliseconds + +derive instance ntIdleFor :: Newtype NetworkIdleFor _ + +type WaitingForNavigationHint :: Symbol +type WaitingForNavigationHint = "`Puppeteer.Page.WaitFor.navigation` was initiated, waiting for your code to trigger the navigation. Invoke `Puppeteer.closeContext` to block once the navigation has been initiated." + +foreign import _navigation :: Foreign -> Page -> Effect (Promise Unit) +foreign import _networkIdle :: Number -> Page -> Promise Unit +foreign import _selector :: forall a. String -> Page -> Promise (Handle a) +foreign import _selectorToExist :: forall a. String -> Page -> Promise (Handle a) +foreign import _selectorToBeHidden :: String -> Page -> Promise Unit + +navigation :: LifecycleEvent -> Page -> Effect (Context WaitingForNavigationHint) +navigation ev p = do + promise <- _navigation (prepareLifecycleEvent ev) p + pure $ Context (\_ -> Promise.toAff $ promise) + +networkIdle :: NetworkIdleFor -> Page -> Aff Unit +networkIdle i = Promise.toAff <<< _networkIdle (unwrap $ unwrap i) + +selector :: forall s e. Selector s e => s -> Page -> Aff (Handle e) +selector s = Promise.toAff <<< _selectorToExist (toCSS s) + +selectorToBeVisible :: forall s e. Selector s e => s -> Page -> Aff (Handle e) +selectorToBeVisible s = Promise.toAff <<< _selector (toCSS s) + +selectorToBeHidden :: forall s e. Selector s e => s -> Page -> Aff Unit +selectorToBeHidden s = Promise.toAff <<< _selectorToBeHidden (toCSS s) diff --git a/src/Puppeteer.Page.js b/src/Puppeteer.Page.js new file mode 100644 index 0000000..959d76f --- /dev/null +++ b/src/Puppeteer.Page.js @@ -0,0 +1,95 @@ +import { BrowserContext } from 'puppeteer' +import { Keyboard } from 'puppeteer' +import { Mouse } from 'puppeteer' +import { Touchscreen } from 'puppeteer' +import { ElementHandle } from 'puppeteer' +import { Browser } from 'puppeteer' +import { Page } from 'puppeteer' + +/** @type {(_: Page) => () => Keyboard} */ +export const keyboard = p => () => p.keyboard + +/** @type {(_: Page) => () => Mouse} */ +export const mouse = p => () => p.mouse + +/** @type {(_: Page) => () => Touchscreen} */ +export const touchscreen = p => () => p.touchscreen + +/** @type {(_: Browser | BrowserContext) => Promise} */ +export const _newPage = b => b.newPage() + +/** @type {(_: Browser | BrowserContext) => Promise>} */ +export const _all = b => b.pages() + +/** + * `foreign import _findAll :: String -> Page -> Promise (Array (Handle HTMLElement))` + * @type {(_1: string) => (_2: Page) => Promise>>} + */ +export const _findAll = s => p => p.$$(s) + +/** + * `foreign import _addScriptTag :: Foreign -> Page -> Promise (Handle HTMLScriptElement)` + * @type {(_1: import("puppeteer").FrameAddScriptTagOptions) => (_2: Page) => Promise>} + */ +export const _addScriptTag = o => p => p.addScriptTag(o) + +/** + * `foreign import _addStyleTag :: Foreign -> Page -> Promise (Handle Foreign)` + * @type {(_1: import("puppeteer").FrameAddStyleTagOptions) => (_2: Page) => Promise>} + */ +export const _addStyleTag = o => p => p.addStyleTag(o) + +/** + * `foreign import _bringToFront :: Page -> Promise Unit` + * @type {(_1: Page) => Promise} + */ +export const _bringToFront = p => p.bringToFront() + +/** + * `foreign import _close :: forall r. Page -> Promise Unit` + * @type {(_0: Page) => Promise} + */ +export const _close = p => p.close() + +/** + * `foreign import _isClosed :: forall r. Page -> Effect Boolean` + * @type {(_0: Page) => () => boolean} + */ +export const isClosed = p => () => p.isClosed() + +/** + * `foreign import _content :: Page -> Promise String` + * @type {(_0: Page) => Promise} + */ +export const _content = p => p.content() + +/** + * `foreign import _setContent :: String -> Foreign -> Page -> Promise Unit` + * @type {(_0: string) => (_2: import("puppeteer").PuppeteerLifeCycleEvent) => (_4: Page) => Promise} + */ +export const _setContent = html => ev => p => + p.setContent(html, { timeout: 0, waitUntil: ev }) + +/** + * `foreign import _setViewport :: Viewport -> Page -> Promise Unit` + * @type {(_0: import("puppeteer").Viewport) => (_4: Page) => Promise} + */ +export const _setViewport = v => p => p.setViewport(v) + +/** + * `foreign import _title :: Page -> Promise String` + * @type {(_4: Page) => Promise} + */ +export const _title = p => p.title() + +/** + * `foreign import _url :: Page -> Effect URL` + * @type {(_4: Page) => () => string} + */ +export const url = p => () => p.url() + +/** + * `foreign import _viewport :: Page -> Nullable Viewport` + * @type {(_0: Page) => import("puppeteer").Viewport | null} + */ +export const _viewport = p => p.viewport() diff --git a/src/Puppeteer.Page.purs b/src/Puppeteer.Page.purs new file mode 100644 index 0000000..a9b8c0e --- /dev/null +++ b/src/Puppeteer.Page.purs @@ -0,0 +1,151 @@ +module Puppeteer.Page + ( module X + , new + , all + , findAll + , findFirst + , addScriptTag + , addStyleTag + , bringToFront + , class AddStyle + , prepareAddStyle + , AddStyleInline(..) + , AddStyleLocal(..) + , AddStyleRemote(..) + , AddScript(..) + , ScriptType(..) + , close + , isClosed + , content + , setContent + , setViewport + , title + , url + , viewport + , keyboard + , mouse + , touchscreen + ) where + +import Prelude + +import Control.Monad.Except (runExcept) +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Array as Array +import Data.Either (hush) +import Data.Maybe (Maybe) +import Data.Nullable (Nullable) +import Data.Nullable as Nullable +import Effect (Effect) +import Effect.Aff (Aff) +import Foreign (Foreign, unsafeToForeign) +import Node.Path (FilePath) +import Puppeteer.Base (Page) as X +import Puppeteer.Base (class PageProducer, Handle, Keyboard, LifecycleEvent, Page, URL, Viewport, prepareLifecycleEvent, prepareViewport) +import Puppeteer.Handle (unsafeCoerceHandle) +import Puppeteer.Selector (class Selector, toCSS) +import Simple.JSON (readImpl, undefined, writeImpl) +import Web.HTML (HTMLLinkElement, HTMLScriptElement, HTMLStyleElement) + +data ScriptType = Script | Module + +prepareScriptType :: ScriptType -> Foreign +prepareScriptType Module = unsafeToForeign "module" +prepareScriptType Script = undefined + +data AddScript + = AddScriptInline ScriptType String + | AddScriptLocal ScriptType FilePath + | AddScriptRemote ScriptType URL + +data AddStyleInline = AddStyleInline String +data AddStyleLocal = AddStyleLocal FilePath +data AddStyleRemote = AddStyleRemote URL + +class AddStyle :: Type -> Type -> Constraint +class AddStyle a r | a -> r where + prepareAddStyle :: a -> Foreign + +instance styleInline :: AddStyle AddStyleInline HTMLStyleElement where + prepareAddStyle (AddStyleInline content') = writeImpl { content: content' } + +instance styleLocal :: AddStyle AddStyleLocal HTMLStyleElement where + prepareAddStyle (AddStyleLocal path) = writeImpl { path } + +instance styleRemote :: AddStyle AddStyleRemote HTMLLinkElement where + prepareAddStyle (AddStyleRemote url') = writeImpl { url: url' } + +prepareAddScript :: AddScript -> Foreign +prepareAddScript (AddScriptInline type' content') = writeImpl + { type: prepareScriptType type' + , content: content' + } +prepareAddScript (AddScriptLocal type' path) = writeImpl + { type: prepareScriptType type' + , path + } +prepareAddScript (AddScriptRemote type' url') = writeImpl + { type: prepareScriptType type' + , url: url' + } + +foreign import url :: Page -> Effect URL +foreign import keyboard :: Page -> Effect Keyboard +foreign import mouse :: Page -> Effect Unit +foreign import touchscreen :: Page -> Effect Unit +foreign import isClosed :: Page -> Effect Boolean + +foreign import _newPage :: Foreign -> Promise Page +foreign import _all :: Foreign -> Promise (Array Page) +foreign import _findAll :: forall a. String -> Page -> Promise (Array (Handle a)) +foreign import _addScriptTag :: Foreign -> Page -> Promise (Handle HTMLScriptElement) +foreign import _addStyleTag :: Foreign -> Page -> Promise (Handle Foreign) +foreign import _bringToFront :: Page -> Promise Unit +foreign import _close :: Page -> Promise Unit +foreign import _content :: Page -> Promise String +foreign import _setContent :: String -> Foreign -> Page -> Promise Unit +foreign import _setViewport :: Foreign -> Page -> Promise Unit +foreign import _title :: Page -> Promise String +foreign import _viewport :: Page -> Foreign + +new :: forall b. PageProducer b => b -> Aff Page +new = Promise.toAff <<< _newPage <<< unsafeToForeign + +all :: forall b. PageProducer b => b -> Aff (Array Page) +all = Promise.toAff <<< _all <<< unsafeToForeign + +findAll :: forall s e. Selector s e => s -> Page -> Aff (Array (Handle e)) +findAll s = Promise.toAff <<< _findAll (toCSS s) + +findFirst :: forall s e. Selector s e => s -> Page -> Aff (Maybe (Handle e)) +findFirst s = map Array.head <<< findAll s + +addScriptTag :: AddScript -> Page -> Aff (Handle HTMLScriptElement) +addScriptTag a = Promise.toAff <<< _addScriptTag (prepareAddScript a) + +addStyleTag :: forall s e. AddStyle s e => s -> Page -> Aff (Handle e) +addStyleTag a h = do + t <- Promise.toAff $ _addStyleTag (prepareAddStyle a) h + pure $ unsafeCoerceHandle t + +bringToFront :: Page -> Aff Unit +bringToFront = Promise.toAff <<< _bringToFront + +close :: Page -> Aff Unit +close = Promise.toAff <<< _close + +content :: Page -> Aff String +content = Promise.toAff <<< _content + +setContent :: String -> LifecycleEvent -> Page -> Aff Unit +setContent s ev = Promise.toAff <<< _setContent s (prepareLifecycleEvent ev) + +setViewport :: Viewport -> Page -> Aff Unit +setViewport vp = Promise.toAff <<< _setViewport (prepareViewport vp) + +title :: Page -> Aff String +title = Promise.toAff <<< _title + +viewport :: Page -> Maybe Viewport +viewport = hush <<< runExcept <<< readImpl <<< _viewport diff --git a/src/Puppeteer.Screenshot.purs b/src/Puppeteer.Screenshot.purs new file mode 100644 index 0000000..486997e --- /dev/null +++ b/src/Puppeteer.Screenshot.purs @@ -0,0 +1,48 @@ +module Puppeteer.Screenshot (ScreenshotFormat(..), ScreenshotOptions, prepareScreenshotOptions) where + +import Prelude + +import Data.Maybe (Maybe) +import Foreign (Foreign) +import Puppeteer.FFI as FFI +import Simple.JSON (writeImpl) + +data Encoding + = Base64 + | Binary + +data ScreenshotFormat + = Jpeg + | Png + | Webp + +prepareScreenshotFormat :: ScreenshotFormat -> Foreign +prepareScreenshotFormat Jpeg = writeImpl "jpeg" +prepareScreenshotFormat Png = writeImpl "png" +prepareScreenshotFormat Webp = writeImpl "webp" + +type ScreenshotOptions = + { captureBeyondViewport :: Maybe Boolean + , fullPage :: Maybe Boolean + , omitBackground :: Maybe Boolean + , optimizeForSpeed :: Maybe Boolean + , quality :: Maybe Number + , format :: Maybe ScreenshotFormat + } + +prepareScreenshotOptions :: ScreenshotOptions -> Foreign +prepareScreenshotOptions + { captureBeyondViewport + , fullPage + , omitBackground + , optimizeForSpeed + , quality + , format + } = writeImpl + { captureBeyondViewport: FFI.maybeToUndefined captureBeyondViewport + , fullPage: FFI.maybeToUndefined fullPage + , omitBackground: FFI.maybeToUndefined omitBackground + , optimizeForSpeed: FFI.maybeToUndefined optimizeForSpeed + , quality: FFI.maybeToUndefined quality + , format: FFI.maybeToUndefined $ map prepareScreenshotFormat format + } diff --git a/src/Puppeteer.Selector.purs b/src/Puppeteer.Selector.purs new file mode 100644 index 0000000..901a078 --- /dev/null +++ b/src/Puppeteer.Selector.purs @@ -0,0 +1,814 @@ +module Puppeteer.Selector where + +import Prelude + +import Data.Int as Int +import Data.String as String +import Web.HTML.HTMLHtmlElement (HTMLHtmlElement) +import Web.HTML (HTMLAnchorElement, HTMLAudioElement, HTMLBRElement, HTMLBodyElement, HTMLButtonElement, HTMLCanvasElement, HTMLDListElement, HTMLDataElement, HTMLDataListElement, HTMLDivElement, HTMLElement, HTMLEmbedElement, HTMLFieldSetElement, HTMLFormElement, HTMLHRElement, HTMLHeadElement, HTMLHeadingElement, HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLLIElement, HTMLLabelElement, HTMLLegendElement, HTMLLinkElement, HTMLMetaElement, HTMLMeterElement, HTMLOListElement, HTMLObjectElement, HTMLOptGroupElement, HTMLOptionElement, HTMLParagraphElement, HTMLPreElement, HTMLProgressElement, HTMLQuoteElement, HTMLScriptElement, HTMLSelectElement, HTMLSourceElement, HTMLSpanElement, HTMLStyleElement, HTMLTableCaptionElement, HTMLTableCellElement, HTMLTableColElement, HTMLTableElement, HTMLTableRowElement, HTMLTableSectionElement, HTMLTemplateElement, HTMLTextAreaElement, HTMLTimeElement, HTMLTitleElement, HTMLTrackElement, HTMLUListElement, HTMLVideoElement) + +class Selector :: Type -> Type -> Constraint +class Selector a e | a -> e where + toCSS :: a -> String + +instance selectorString :: Selector String HTMLElement where + toCSS = identity + +instance selectorArraySel :: Selector s e => Selector (Array s) e where + toCSS = map toCSS >>> String.joinWith ", " + +instance selectorHaving :: Selector s e => Selector (Having s) e where + toCSS (HavingId id s) = toCSS s <> "#" <> id + toCSS (HavingClass cls s) = toCSS s <> "." <> cls + toCSS (HavingAttrEqualTo k v s) = toCSS s <> "[" <> k <> "=" <> v <> "]" + toCSS (HavingAttrListContaining k v s) = toCSS s <> "[" <> k <> "~=" <> v <> "]" + toCSS (HavingAttrStartsWith k v s) = toCSS s <> "[" <> k <> "^=" <> v <> "]" + toCSS (HavingAttrEndsWith k v s) = toCSS s <> "[" <> k <> "$=" <> v <> "]" + toCSS (HavingAttrContaining k v s) = toCSS s <> "[" <> k <> "*=" <> v <> "]" + toCSS (HavingAttr k s) = toCSS s <> "[" <> k <> "]" + +instance selectorSelectorRefine :: Selector s e => Selector (SelectorRefine s) e where + toCSS (SelectorActive a) = toCSS a <> ":active" + toCSS (SelectorBlank a) = toCSS a <> ":blank" + toCSS (SelectorChecked a) = toCSS a <> ":checked" + toCSS (SelectorDefault a) = toCSS a <> ":default" + toCSS (SelectorDisabled a) = toCSS a <> ":disabled" + toCSS (SelectorEmpty a) = toCSS a <> ":empty" + toCSS (SelectorEnabled a) = toCSS a <> ":enabled" + toCSS (SelectorFirstChild a) = toCSS a <> ":first-child" + toCSS (SelectorFirstOfType a) = toCSS a <> ":first-of-type" + toCSS (SelectorLastChild a) = toCSS a <> ":last-child" + toCSS (SelectorLastOfType a) = toCSS a <> ":last-of-type" + toCSS (SelectorNthChild n a) = toCSS a <> ":nth-child(" <> Int.toStringAs Int.decimal n <> ")" + toCSS (SelectorNthOfType n a) = toCSS a <> ":nth-of-type(" <> Int.toStringAs Int.decimal n <> ")" + toCSS (SelectorOnlyChild a) = toCSS a <> ":only-child" + toCSS (SelectorOnlyOfType a) = toCSS a <> ":only-of-type" + toCSS (SelectorFocus a) = toCSS a <> ":focus" + toCSS (SelectorHover a) = toCSS a <> ":hover" + toCSS (SelectorLinkVisited a) = toCSS a <> ":visited" + toCSS (SelectorLinkUnvisited a) = toCSS a <> ":link" + toCSS (SelectorOptional a) = toCSS a <> ":optional" + toCSS (SelectorPlaceholderShown a) = toCSS a <> ":placeholder-shown" + toCSS (SelectorRequired a) = toCSS a <> ":required" + toCSS (SelectorRoot a) = toCSS a <> ":root" + toCSS (SelectorInvalid a) = toCSS a <> ":invalid" + toCSS (SelectorValid a) = toCSS a <> ":valid" + +instance selectorSelectorCombinator :: (Selector a e, Selector b f) => Selector (SelectorCombinator a b) e where + toCSS (SelectorHas a b) = toCSS a <> ":has(" <> toCSS b <> ")" + toCSS (SelectorIs a b) = toCSS a <> ":is(" <> toCSS b <> ")" + toCSS (SelectorNot a b) = toCSS a <> ":not(" <> toCSS b <> ")" + toCSS (SelectorWhere a b) = toCSS a <> ":where(" <> toCSS b <> ")" + +data Having a + = HavingId String a + | HavingClass String a + | HavingAttrEqualTo String String a + | HavingAttrListContaining String String a + | HavingAttrStartsWith String String a + | HavingAttrEndsWith String String a + | HavingAttrContaining String String a + | HavingAttr String a + +data SelectorRefine a + = SelectorActive a + | SelectorBlank a + | SelectorChecked a + | SelectorDefault a + | SelectorDisabled a + | SelectorEmpty a + | SelectorEnabled a + | SelectorFirstChild a + | SelectorFirstOfType a + | SelectorLastChild a + | SelectorLastOfType a + | SelectorNthChild Int a + | SelectorNthOfType Int a + | SelectorOnlyChild a + | SelectorOnlyOfType a + | SelectorFocus a + | SelectorHover a + | SelectorLinkVisited a + | SelectorLinkUnvisited a + | SelectorOptional a + | SelectorPlaceholderShown a + | SelectorRequired a + | SelectorRoot a + | SelectorInvalid a + | SelectorValid a + +data SelectorCombinator a b + --| `a:has(b)` + = SelectorHas a b + --| `a:is(b)` + | SelectorIs a b + --| `a:not(b)` + | SelectorNot a b + --| `a:where(b)` + | SelectorWhere a b + +data Combinator a b + --| `a > b` + = Child a b + --| `a b` + | Descendant a b + --| `a ~ b` + | Sibling a b + --| `a + b` + | SiblingImmediate a b + +instance selectorCombinator :: (Selector a e, Selector b f) => Selector (Combinator a b) f where + toCSS (Child a b) = toCSS a <> " > " <> toCSS b + toCSS (Descendant a b) = toCSS a <> " " <> toCSS b + toCSS (Sibling a b) = toCSS a <> " ~ " <> toCSS b + toCSS (SiblingImmediate a b) = toCSS a <> " + " <> toCSS b + +--| `*` +data TagWild = TagWild + +instance selectorTagWild :: Selector TagWild HTMLElement where + toCSS _ = "*" + +--| No tag +data TagNone = TagNone + +instance selectorTagNone :: Selector TagNone HTMLElement where + toCSS _ = "" + +--| HTMLAnchorElement +data TagAnchor = TagAnchor + +instance selectorTagAnchor :: Selector TagAnchor HTMLAnchorElement where + toCSS _ = "a" + +--| HTMLAudioElement +data TagAudio = TagAudio + +instance selectorTagAudio :: Selector TagAudio HTMLAudioElement where + toCSS _ = "audio" + +--| HTMLBRElement +data TagBR = TagBR + +instance selectorTagBR :: Selector TagBR HTMLBRElement where + toCSS _ = "br" + +--| HTMLBodyElement +data TagBody = TagBody + +instance selectorTagBody :: Selector TagBody HTMLBodyElement where + toCSS _ = "body" + +--| HTMLButtonElement +data TagButton = TagButton + +instance selectorTagButton :: Selector TagButton HTMLButtonElement where + toCSS _ = "button" + +--| HTMLCanvasElement +data TagCanvas = TagCanvas + +instance selectorTagCanvas :: Selector TagCanvas HTMLCanvasElement where + toCSS _ = "canvas" + +--| HTMLDListElement +data TagDList = TagDList + +instance selectorTagDList :: Selector TagDList HTMLDListElement where + toCSS _ = "dl" + +--| HTMLDataElement +data TagData = TagData + +instance selectorTagData :: Selector TagData HTMLDataElement where + toCSS _ = "data" + +--| HTMLDataListElement +data TagDataList = TagDataList + +instance selectorTagDataList :: Selector TagDataList HTMLDataListElement where + toCSS _ = "datalist" + +--| HTMLDivElement +data TagDiv = TagDiv + +instance selectorTagDiv :: Selector TagDiv HTMLDivElement where + toCSS _ = "div" + +--| HTMLEmbedElement +data TagEmbed = TagEmbed + +instance selectorTagEmbed :: Selector TagEmbed HTMLEmbedElement where + toCSS _ = "embed" + +--| HTMLFieldSetElement +data TagFieldSet = TagFieldSet + +instance selectorTagFieldSet :: Selector TagFieldSet HTMLFieldSetElement where + toCSS _ = "fieldset" + +--| HTMLFormElement +data TagForm = TagForm + +instance selectorTagForm :: Selector TagForm HTMLFormElement where + toCSS _ = "form" + +--| HTMLHRElement +data TagHR = TagHR + +instance selectorTagHR :: Selector TagHR HTMLHRElement where + toCSS _ = "hr" + +--| HTMLHeadElement +data TagHead = TagHead + +instance selectorTagHead :: Selector TagHead HTMLHeadElement where + toCSS _ = "head" + +--| HTMLHeadingElement +data TagH1 = TagH1 + +instance selectorTagH1 :: Selector TagH1 HTMLHeadingElement where + toCSS _ = "h1" + +--| HTMLHeadingElement +data TagH2 = TagH2 + +instance selectorTagH2 :: Selector TagH2 HTMLHeadingElement where + toCSS _ = "h2" + +--| HTMLHeadingElement +data TagH3 = TagH3 + +instance selectorTagH3 :: Selector TagH3 HTMLHeadingElement where + toCSS _ = "h3" + +--| HTMLHeadingElement +data TagH4 = TagH4 + +instance selectorTagH4 :: Selector TagH4 HTMLHeadingElement where + toCSS _ = "h4" + +--| HTMLHeadingElement +data TagH5 = TagH5 + +instance selectorTagH5 :: Selector TagH5 HTMLHeadingElement where + toCSS _ = "h5" + +--| HTMLHeadingElement +data TagH6 = TagH6 + +instance selectorTagH6 :: Selector TagH6 HTMLHeadingElement where + toCSS _ = "h6" + +--| HTMLHtmlElement +data TagHtml = TagHtml + +instance selectorTagHtml :: Selector TagHtml HTMLHtmlElement where + toCSS _ = "html" + +--| HTMLIFrameElement +data TagIFrame = TagIFrame + +instance selectorTagIFrame :: Selector TagIFrame HTMLIFrameElement where + toCSS _ = "iframe" + +--| HTMLImageElement +data TagImage = TagImage + +instance selectorTagImage :: Selector TagImage HTMLImageElement where + toCSS _ = "img" + +--| HTMLInputElement +data TagInput = TagInput + +instance selectorTagInput :: Selector TagInput HTMLInputElement where + toCSS _ = "input" + +--| HTMLLIElement +data TagLI = TagLI + +instance selectorTagLI :: Selector TagLI HTMLLIElement where + toCSS _ = "li" + +--| HTMLLabelElement +data TagLabel = TagLabel + +instance selectorTagLabel :: Selector TagLabel HTMLLabelElement where + toCSS _ = "label" + +--| HTMLLegendElement +data TagLegend = TagLegend + +instance selectorTagLegend :: Selector TagLegend HTMLLegendElement where + toCSS _ = "legend" + +--| HTMLLinkElement +data TagLink = TagLink + +instance selectorTagLink :: Selector TagLink HTMLLinkElement where + toCSS _ = "link" + +--| HTMLMetaElement +data TagMeta = TagMeta + +instance selectorTagMeta :: Selector TagMeta HTMLMetaElement where + toCSS _ = "meta" + +--| HTMLMeterElement +data TagMeter = TagMeter + +instance selectorTagMeter :: Selector TagMeter HTMLMeterElement where + toCSS _ = "meter" + +--| HTMLOListElement +data TagOList = TagOList + +instance selectorTagOList :: Selector TagOList HTMLOListElement where + toCSS _ = "ol" + +--| HTMLObjectElement +data TagObject = TagObject + +instance selectorTagObject :: Selector TagObject HTMLObjectElement where + toCSS _ = "object" + +--| HTMLOptGroupElement +data TagOptGroup = TagOptGroup + +instance selectorTagOptGroup :: Selector TagOptGroup HTMLOptGroupElement where + toCSS _ = "optgroup" + +--| HTMLOptionElement +data TagOption = TagOption + +instance selectorTagOption :: Selector TagOption HTMLOptionElement where + toCSS _ = "option" + +--| HTMLParagraphElement +data TagParagraph = TagParagraph + +instance selectorTagParagraph :: Selector TagParagraph HTMLParagraphElement where + toCSS _ = "p" + +--| HTMLPreElement +data TagPre = TagPre + +instance selectorTagPre :: Selector TagPre HTMLPreElement where + toCSS _ = "pre" + +--| HTMLProgressElement +data TagProgress = TagProgress + +instance selectorTagProgress :: Selector TagProgress HTMLProgressElement where + toCSS _ = "progress" + +--| HTMLQuoteElement +data TagBlockquote = TagBlockquote + +instance selectorTagBlockquote :: Selector TagBlockquote HTMLQuoteElement where + toCSS _ = "blockquote" + +--| HTMLQuoteElement +data TagQ = TagQ + +instance selectorTagQ :: Selector TagQ HTMLQuoteElement where + toCSS _ = "q" + +--| HTMLScriptElement +data TagScript = TagScript + +instance selectorTagScript :: Selector TagScript HTMLScriptElement where + toCSS _ = "script" + +--| HTMLSelectElement +data TagSelect = TagSelect + +instance selectorTagSelect :: Selector TagSelect HTMLSelectElement where + toCSS _ = "select" + +--| HTMLSourceElement +data TagSource = TagSource + +instance selectorTagSource :: Selector TagSource HTMLSourceElement where + toCSS _ = "source" + +--| HTMLSpanElement +data TagSpan = TagSpan + +instance selectorTagSpan :: Selector TagSpan HTMLSpanElement where + toCSS _ = "span" + +--| HTMLStyleElement +data TagStyle = TagStyle + +instance selectorTagStyle :: Selector TagStyle HTMLStyleElement where + toCSS _ = "style" + +--| HTMLTableCaptionElement +data TagTableCaption = TagTableCaption + +instance selectorTagTableCaption :: Selector TagTableCaption HTMLTableCaptionElement where + toCSS _ = "caption" + +--| HTMLTableCellElement +data TagTd = TagTd + +instance selectorTagTd :: Selector TagTd HTMLTableCellElement where + toCSS _ = "td" + +--| HTMLTableCellElement +data TagTh = TagTh + +instance selectorTagTh :: Selector TagTh HTMLTableCellElement where + toCSS _ = "th" + +--| HTMLTableColElement +data TagTableCol = TagTableCol + +instance selectorTagTableCol :: Selector TagTableCol HTMLTableColElement where + toCSS _ = "col" + +--| HTMLTableColElement +data TagTableColGroup = TagTableColGroup + +instance selectorTagTableColGroup :: Selector TagTableColGroup HTMLTableColElement where + toCSS _ = "colgroup" + +--| HTMLTableElement +data TagTable = TagTable + +instance selectorTagTable :: Selector TagTable HTMLTableElement where + toCSS _ = "table" + +--| HTMLTableRowElement +data TagTableRow = TagTableRow + +instance selectorTagTableRow :: Selector TagTableRow HTMLTableRowElement where + toCSS _ = "tr" + +--| HTMLTableSectionElement +data TagTBody = TagTBody + +instance selectorTagTBody :: Selector TagTBody HTMLTableSectionElement where + toCSS _ = "tbody" + +--| HTMLTableSectionElement +data TagTFoot = TagTFoot + +instance selectorTagTFoot :: Selector TagTFoot HTMLTableSectionElement where + toCSS _ = "tfoot" + +--| HTMLTemplateElement +data TagTemplate = TagTemplate + +instance selectorTagTemplate :: Selector TagTemplate HTMLTemplateElement where + toCSS _ = "template" + +--| HTMLTextAreaElement +data TagTextArea = TagTextArea + +instance selectorTagTextArea :: Selector TagTextArea HTMLTextAreaElement where + toCSS _ = "textarea" + +--| HTMLTimeElement +data TagTime = TagTime + +instance selectorTagTime :: Selector TagTime HTMLTimeElement where + toCSS _ = "time" + +--| HTMLTitleElement +data TagTitle = TagTitle + +instance selectorTagTitle :: Selector TagTitle HTMLTitleElement where + toCSS _ = "title" + +--| HTMLTrackElement +data TagTrack = TagTrack + +instance selectorTagTrack :: Selector TagTrack HTMLTrackElement where + toCSS _ = "track" + +--| HTMLUListElement +data TagUList = TagUList + +instance selectorTagUList :: Selector TagUList HTMLUListElement where + toCSS _ = "ul" + +--| HTMLVideoElement +data TagVideo = TagVideo + +instance selectorTagVideo :: Selector TagVideo HTMLVideoElement where + toCSS _ = "video" + +wild :: TagWild +wild = TagWild + +none :: TagNone +none = TagNone + +anchor :: TagAnchor +anchor = TagAnchor + +audio :: TagAudio +audio = TagAudio + +br :: TagBR +br = TagBR + +body :: TagBody +body = TagBody + +button :: TagButton +button = TagButton + +canvas :: TagCanvas +canvas = TagCanvas + +dl :: TagDList +dl = TagDList + +data_ :: TagData +data_ = TagData + +datalist :: TagDataList +datalist = TagDataList + +div :: TagDiv +div = TagDiv + +embed :: TagEmbed +embed = TagEmbed + +fieldset :: TagFieldSet +fieldset = TagFieldSet + +form :: TagForm +form = TagForm + +hr :: TagHR +hr = TagHR + +head :: TagHead +head = TagHead + +h1 :: TagH1 +h1 = TagH1 + +h2 :: TagH2 +h2 = TagH2 + +h3 :: TagH3 +h3 = TagH3 + +h4 :: TagH4 +h4 = TagH4 + +h5 :: TagH5 +h5 = TagH5 + +h6 :: TagH6 +h6 = TagH6 + +html :: TagHtml +html = TagHtml + +iframe :: TagIFrame +iframe = TagIFrame + +img :: TagImage +img = TagImage + +input :: TagInput +input = TagInput + +li :: TagLI +li = TagLI + +label :: TagLabel +label = TagLabel + +legend :: TagLegend +legend = TagLegend + +link :: TagLink +link = TagLink + +meta :: TagMeta +meta = TagMeta + +meter :: TagMeter +meter = TagMeter + +ol :: TagOList +ol = TagOList + +object :: TagObject +object = TagObject + +optgroup :: TagOptGroup +optgroup = TagOptGroup + +option :: TagOption +option = TagOption + +p :: TagParagraph +p = TagParagraph + +pre :: TagPre +pre = TagPre + +progress :: TagProgress +progress = TagProgress + +blockquote :: TagBlockquote +blockquote = TagBlockquote + +q :: TagQ +q = TagQ + +script :: TagScript +script = TagScript + +select :: TagSelect +select = TagSelect + +source :: TagSource +source = TagSource + +span :: TagSpan +span = TagSpan + +style :: TagStyle +style = TagStyle + +caption :: TagTableCaption +caption = TagTableCaption + +td :: TagTd +td = TagTd + +th :: TagTh +th = TagTh + +col :: TagTableCol +col = TagTableCol + +colgroup :: TagTableColGroup +colgroup = TagTableColGroup + +table :: TagTable +table = TagTable + +tr :: TagTableRow +tr = TagTableRow + +tbody :: TagTBody +tbody = TagTBody + +tfoot :: TagTFoot +tfoot = TagTFoot + +template :: TagTemplate +template = TagTemplate + +textarea :: TagTextArea +textarea = TagTextArea + +time :: TagTime +time = TagTime + +title :: TagTitle +title = TagTitle + +track :: TagTrack +track = TagTrack + +ul :: TagUList +ul = TagUList + +video :: TagVideo +video = TagVideo + +isChildOf :: forall a b. b -> a -> Combinator a b +isChildOf b a = Child a b + +isDescendantOf :: forall a b. b -> a -> Combinator a b +isDescendantOf b a = Descendant a b + +isSiblingOf :: forall a b. b -> a -> Combinator a b +isSiblingOf b a = Sibling a b + +isImmediateSiblingOf :: forall a b. b -> a -> Combinator a b +isImmediateSiblingOf b a = SiblingImmediate a b + +not :: forall a b. a -> b -> SelectorCombinator a b +not = SelectorNot + +is :: forall a b. a -> b -> SelectorCombinator a b +is = SelectorIs + +has :: forall a b. a -> b -> SelectorCombinator a b +has = SelectorHas + +where_ :: forall a b. a -> b -> SelectorCombinator a b +where_ = SelectorWhere + +active :: forall a. a -> SelectorRefine a +active = SelectorActive + +blank :: forall a. a -> SelectorRefine a +blank = SelectorBlank + +checked :: forall a. a -> SelectorRefine a +checked = SelectorChecked + +default :: forall a. a -> SelectorRefine a +default = SelectorDefault + +disabled :: forall a. a -> SelectorRefine a +disabled = SelectorDisabled + +empty :: forall a. a -> SelectorRefine a +empty = SelectorEmpty + +enabled :: forall a. a -> SelectorRefine a +enabled = SelectorEnabled + +firstChild :: forall a. a -> SelectorRefine a +firstChild = SelectorFirstChild + +firstOfType :: forall a. a -> SelectorRefine a +firstOfType = SelectorFirstOfType + +lastChild :: forall a. a -> SelectorRefine a +lastChild = SelectorLastChild + +lastOfType :: forall a. a -> SelectorRefine a +lastOfType = SelectorLastOfType + +nthChild :: forall a. Int -> a -> SelectorRefine a +nthChild = SelectorNthChild + +nthOfType :: forall a. Int -> a -> SelectorRefine a +nthOfType = SelectorNthOfType + +onlyChild :: forall a. a -> SelectorRefine a +onlyChild = SelectorOnlyChild + +onlyOfType :: forall a. a -> SelectorRefine a +onlyOfType = SelectorOnlyOfType + +focus :: forall a. a -> SelectorRefine a +focus = SelectorFocus + +hover :: forall a. a -> SelectorRefine a +hover = SelectorHover + +linkVisited :: forall a. a -> SelectorRefine a +linkVisited = SelectorLinkVisited + +linkUnvisited :: forall a. a -> SelectorRefine a +linkUnvisited = SelectorLinkUnvisited + +optional :: forall a. a -> SelectorRefine a +optional = SelectorOptional + +placeholderShown :: forall a. a -> SelectorRefine a +placeholderShown = SelectorPlaceholderShown + +required :: forall a. a -> SelectorRefine a +required = SelectorRequired + +root :: forall a. a -> SelectorRefine a +root = SelectorRoot + +invalid :: forall a. a -> SelectorRefine a +invalid = SelectorInvalid + +valid :: forall a. a -> SelectorRefine a +valid = SelectorValid + +havingId :: forall a. String -> a -> Having a +havingId = HavingId + +havingClass :: forall a. String -> a -> Having a +havingClass = HavingClass + +havingAttrEqualTo :: forall a. String -> String -> a -> Having a +havingAttrEqualTo = HavingAttrEqualTo + +havingAttrListContaining :: forall a. String -> String -> a -> Having a +havingAttrListContaining = HavingAttrListContaining + +havingAttrStartsWith :: forall a. String -> String -> a -> Having a +havingAttrStartsWith = HavingAttrStartsWith + +havingAttrEndsWith :: forall a. String -> String -> a -> Having a +havingAttrEndsWith = HavingAttrEndsWith + +havingAttrContaining :: forall a. String -> String -> a -> Having a +havingAttrContaining = HavingAttrContaining + +havingAttr :: forall a. String -> a -> Having a +havingAttr = HavingAttr diff --git a/src/Puppeteer.js b/src/Puppeteer.js new file mode 100644 index 0000000..1c0c91f --- /dev/null +++ b/src/Puppeteer.js @@ -0,0 +1,10 @@ +import { Browser } from 'puppeteer' + +/** @type {() => Promise} */ +export const _puppeteer = () => import('puppeteer-extra').then(m => m.default) + +/** @type {(o: import('puppeteer').ConnectOptions) => (_2: import('puppeteer').PuppeteerNode) => () => Promise} */ +export const _connect = o => p => () => p.connect(o) + +/** @type {(o: import('puppeteer').LaunchOptions) => (_2: import('puppeteer').PuppeteerNode) => () => Promise} */ +export const _launch = o => p => () => p.launch(o) diff --git a/src/Puppeteer.purs b/src/Puppeteer.purs new file mode 100644 index 0000000..37c7a92 --- /dev/null +++ b/src/Puppeteer.purs @@ -0,0 +1,192 @@ +module Puppeteer + ( module X + , puppeteer + , connect + , launch + , connect_ + , launch_ + , launchNonHeadless + , connectDefault + , launchDefault + , BrowserConnection(..) + , Launch + , Connect + ) where + +import Prelude + +import Control.Promise (Promise) +import Control.Promise as Promise +import Data.Map (Map) +import Data.Maybe (Maybe(..)) +import Effect (Effect) +import Effect.Aff (Aff) +import Effect.Unsafe (unsafePerformEffect) +import Foreign (Foreign) +import Puppeteer.Base (Puppeteer) +import Puppeteer.Base (class BrowserAccess, class IsElement, class PageProducer, class Plugin, Browser, BrowserContext, Context(..), Frame, Handle, Keyboard, LifecycleEvent(..), Page, Puppeteer, Request, Response, URL, Viewport, closeContext, prepareLifecycleEvent, timeout, use) as X +import Puppeteer.Browser (Browser) +import Puppeteer.Browser as Browser +import Puppeteer.FFI as FFI +import Simple.JSON (writeImpl) + +--| [https://pptr.dev/api/puppeteer.puppeteerlaunchoptions] +type Launch = + { product :: Maybe Browser.Product + , extraPrefsFirefox :: Maybe (Map String String) + , channel :: Maybe Browser.ChromeReleaseChannel + , dumpio :: Maybe Boolean + , env :: Maybe (Map String String) + , handleSIGHUP :: Maybe Boolean + , handleSIGINT :: Maybe Boolean + , handleSIGTERM :: Maybe Boolean + , args :: Maybe (Array String) + , debuggingPort :: Maybe Int + , devtools :: Maybe Boolean + , headless :: Boolean + , userDataDir :: Maybe String + , browser :: Maybe Browser.Connect + } + +data BrowserConnection + = BrowserURL String + | BrowserWebsocket String + +--| [https://pptr.dev/api/puppeteer.connectoptions] +type Connect = + { connection :: BrowserConnection + , headers :: Maybe (Map String String) + , transport :: Maybe { close :: Maybe (Effect Unit), send :: Maybe (String -> Effect Unit) } + , browser :: Maybe Browser.Connect + } + +connectDefault :: BrowserConnection -> Connect +connectDefault connection = + { connection + , headers: Nothing + , transport: Nothing + , browser: Nothing + } + +launchDefault :: Launch +launchDefault = + { product: Nothing + , extraPrefsFirefox: Nothing + , channel: Nothing + , dumpio: Nothing + , env: Nothing + , handleSIGHUP: Nothing + , handleSIGINT: Nothing + , handleSIGTERM: Nothing + , args: Nothing + , debuggingPort: Nothing + , devtools: Nothing + , headless: true + , userDataDir: Nothing + , browser: Nothing + } + +prepareConnectOptions :: Connect -> Foreign +prepareConnectOptions + { connection + , headers + , transport + , browser + } = + let + transport' { close, send } = + { close: FFI.unsafeMaybeToUndefined $ map (\close' _ -> unsafePerformEffect close') close + , send: FFI.unsafeMaybeToUndefined $ map (\send' s -> unsafePerformEffect $ send' s) send + } + browserURL = case connection of + BrowserURL u -> Just u + _ -> Nothing + browserWSEndpoint = case connection of + BrowserWebsocket u -> Just u + _ -> Nothing + in + FFI.mergeRecords + [ writeImpl + { browserURL: FFI.maybeToUndefined browserURL + , browserWSEndpoint: FFI.maybeToUndefined browserWSEndpoint + , headers: FFI.maybeToUndefined $ map FFI.mapToRecord headers + , transport: FFI.maybeToUndefined $ map transport' transport + } + , writeImpl $ map Browser.prepareConnectOptions browser + ] + +prepareLaunchOptions :: Launch -> Foreign +prepareLaunchOptions + { product + , extraPrefsFirefox + , channel + , dumpio + , env + , handleSIGHUP + , handleSIGINT + , handleSIGTERM + , args + , debuggingPort + , devtools + , headless + , userDataDir + , browser + } = + let + product' Browser.Chrome = "chrome" + product' Browser.Firefox = "firefox" + channel' Browser.ChromeStable = "chrome" + channel' Browser.ChromeBeta = "chrome-beta" + channel' Browser.ChromeCanary = "chrome-canary" + channel' Browser.ChromeDev = "chrome-dev" + in + FFI.mergeRecords + [ writeImpl + { product: FFI.maybeToUndefined $ map product' product + , extraPrefsFirefox: FFI.maybeToUndefined $ map FFI.mapToRecord extraPrefsFirefox + , env: FFI.maybeToUndefined $ map FFI.mapToRecord env + , dumpio: FFI.maybeToUndefined dumpio + , channel: FFI.maybeToUndefined $ map channel' channel + , handleSIGHUP: FFI.maybeToUndefined handleSIGHUP + , handleSIGINT: FFI.maybeToUndefined handleSIGINT + , handleSIGTERM: FFI.maybeToUndefined handleSIGTERM + , args: FFI.maybeToUndefined args + , debuggingPort: FFI.maybeToUndefined debuggingPort + , devtools: FFI.maybeToUndefined devtools + , headless: if headless then writeImpl "new" else writeImpl false + , userDataDir: FFI.maybeToUndefined userDataDir + } + , writeImpl $ FFI.maybeToUndefined $ map Browser.prepareConnectOptions browser + ] + +foreign import _puppeteer :: Effect (Promise (Puppeteer ())) +foreign import _connect :: forall p. Foreign -> Puppeteer p -> Effect (Promise Browser) +foreign import _launch :: forall p. Foreign -> Puppeteer p -> Effect (Promise Browser) + +--| Create a new puppeteer instance +--| +--| [`PuppeteerExtra`](https://github.com/berstend/puppeteer-extra/blob/master/packages/puppeteer-extra/src/index.ts) +--| [`PuppeteerNode`](https://pptr.dev/api/puppeteer.puppeteernode) +puppeteer :: Unit -> Aff (Puppeteer ()) +puppeteer _ = Promise.toAffE _puppeteer + +--| Connect to an existing browser instance +--| +--| [`PuppeteerNode#connect`](https://pptr.dev/api/puppeteer.puppeteernode.connect) +connect :: forall p. Connect -> Puppeteer p -> Aff Browser +connect c = Promise.toAffE <<< _connect (prepareConnectOptions c) + +connect_ :: forall p. Puppeteer p -> Aff Browser +connect_ = Promise.toAffE <<< _connect (prepareLaunchOptions launchDefault) + +--| Launch a new browser instance +--| +--| [`PuppeteerNode#launch`](https://pptr.dev/api/puppeteer.puppeteernode.launch) +launch :: forall p. Launch -> Puppeteer p -> Aff Browser +launch l = Promise.toAffE <<< _launch (prepareLaunchOptions l) + +launch_ :: forall p. Puppeteer p -> Aff Browser +launch_ = Promise.toAffE <<< _launch (prepareLaunchOptions launchDefault) + +launchNonHeadless :: forall p. Puppeteer p -> Aff Browser +launchNonHeadless = Promise.toAffE <<< _launch (prepareLaunchOptions $ launchDefault { headless = false }) diff --git a/test/Puppeteer.Browser.Spec.purs b/test/Puppeteer.Browser.Spec.purs new file mode 100644 index 0000000..03ab83e --- /dev/null +++ b/test/Puppeteer.Browser.Spec.purs @@ -0,0 +1,27 @@ +module Puppeteer.Browser.Spec where + +import Prelude + +import Effect (Effect) +import Effect.Aff (Aff) +import Effect.Class (liftEffect) +import Puppeteer as Pup +import Puppeteer.Browser as Pup.Browser +import Test.Spec (SpecT, beforeAll, describe) +import Test.Spec.Assertions (shouldEqual, shouldNotEqual) +import Test.Util (test, testE) + +spec :: SpecT Aff Unit Effect Unit +spec = beforeAll (Pup.launch_ =<< Pup.puppeteer unit) + $ describe "Browser" do + testE "websocketEndpoint" $ shouldNotEqual "" <=< Pup.Browser.websocketEndpoint + testE "connected" $ shouldEqual true <=< Pup.Browser.connected + test "disconnect and close" $ \b -> do + ws <- liftEffect $ Pup.Browser.websocketEndpoint b + liftEffect $ Pup.Browser.disconnect b + connected <- liftEffect $ Pup.Browser.connected b + connected `shouldEqual` false + + pup <- Pup.puppeteer unit + b' <- Pup.connect (Pup.connectDefault $ Pup.BrowserWebsocket ws) pup + Pup.Browser.close b' diff --git a/test/Puppeteer.Page.Spec.purs b/test/Puppeteer.Page.Spec.purs new file mode 100644 index 0000000..39e5b38 --- /dev/null +++ b/test/Puppeteer.Page.Spec.purs @@ -0,0 +1,179 @@ +module Puppeteer.Page.Spec where + +import Prelude + +import Control.Monad.Error.Class (liftMaybe) +import Data.Array as Array +import Data.Map as Map +import Data.Maybe (Maybe(..)) +import Data.Time.Duration (Milliseconds(..)) +import Effect (Effect) +import Effect.Aff (Aff) +import Effect.Class (liftEffect) +import Effect.Exception (error) +import Puppeteer as Pup +import Puppeteer.Base (timeoutThrow) +import Puppeteer.Handle as Pup.Handle +import Puppeteer.Handle.HTML as Pup.Handle.HTML +import Puppeteer.Page as Pup.Page +import Puppeteer.Keyboard as Pup.Keyboard +import Puppeteer.Page.Event (connectPageConsole) +import Puppeteer.Page.WaitFor as Pup.Page.WaitFor +import Test.Spec (SpecT, beforeAll, describe) +import Test.Spec.Assertions (shouldEqual) +import Test.Util (failOnPageError, test) + +styleFoo :: String +styleFoo = + """ +#foo { + width: 200px; +} +""" + +scriptAddBar :: String +scriptAddBar = + """ +const bar = document.createElement('div') +bar.id = 'bar' +document.body.append(bar) +""" + +simplePage :: String +simplePage = + """ + + + + Simple Page + + +
+

Foo

+

Bar

+

Baz

+
+
+ + +""" + +inputPage :: String +inputPage = + """ + + + + Input Page + + + + + +""" + +spec :: SpecT Aff Unit Effect Unit +spec = beforeAll (Pup.launch_ =<< Pup.puppeteer unit) + $ describe "Page" do + test "new, close, isClosed" \b -> do + p <- Pup.Page.new b + let shouldBeClosed b' = shouldEqual b' <=< liftEffect <<< Pup.Page.isClosed $ p + shouldBeClosed false + Pup.Page.close p + shouldBeClosed true + + test "all" \b -> do + let pageCountShouldBe n = shouldEqual n <=< map Array.length <<< Pup.Page.all $ b + pageCountShouldBe 1 + p <- Pup.Page.new b + pageCountShouldBe 2 + Pup.Page.close p + pageCountShouldBe 1 + + test "bringToFront" \b -> do + p <- Pup.Page.new b + Pup.Page.bringToFront p + Pup.Page.close p + + test "setContent, content" \b -> do + p <- Pup.Page.new b + let html = "" + Pup.Page.setContent html Pup.Load p + c <- Pup.Page.content p + c `shouldEqual` html + Pup.Page.close p + + test "setViewport, viewport" \b -> do + p <- Pup.Page.new b + let vp = { deviceScaleFactor: Nothing + , hasTouch: Nothing + , height: 1200 + , width: 800 + , isLandscape: Nothing + , isMobile: Nothing + } + + Pup.Page.setViewport vp p + vp' <- liftMaybe (error "no viewport!") $ Pup.Page.viewport p + vp' `shouldEqual` vp + + test "title" \b -> do + p <- Pup.Page.new b + Pup.Page.setContent simplePage Pup.Load p + shouldEqual "Simple Page" =<< Pup.Page.title p + + test "url" \b -> do + p <- Pup.Page.new b + url <- liftEffect $ Pup.Page.url p + url `shouldEqual` "about:blank" + + test "findAll" \b -> do + p <- Pup.Page.new b + Pup.Page.setContent simplePage Pup.Load p + let selectorCountShouldBe s n = shouldEqual n =<< Array.length <$> Pup.Page.findAll s p + selectorCountShouldBe "div" 2 + selectorCountShouldBe "div#foo" 1 + + test "findFirst" \b -> do + p <- Pup.Page.new b + Pup.Page.setContent simplePage Pup.Load p + let maybeNoDivs = liftMaybe (error "no divs!") + div <- maybeNoDivs =<< Array.head <$> Pup.Page.findAll "div" p + divFF <- maybeNoDivs =<< Pup.Page.findFirst "div" p + isEq <- Pup.Handle.HTML.equals div divFF + shouldEqual isEq true + + test "addStyleTag" \b -> do + p <- Pup.Page.new b + connectPageConsole p + failOnPageError p do + Pup.Page.setContent simplePage Pup.Load p + _ <- Pup.Page.addStyleTag (Pup.Page.AddStyleInline styleFoo) p + foo <- liftMaybe (error "#foo not found") =<< Pup.Page.findFirst "div#foo" p + style <- Pup.Handle.HTML.computedStyle foo + width <- liftMaybe (error "#foo doesn't have width") $ Map.lookup "width" style + width `shouldEqual` "200px" + Pup.Page.close p + + test "addScriptTag" \b -> do + p <- Pup.Page.new b + connectPageConsole p + failOnPageError p do + Pup.Page.setContent simplePage Pup.Load p + _ <- Pup.Page.addScriptTag (Pup.Page.AddScriptInline Pup.Page.Script scriptAddBar) p + _ <- timeoutThrow (Milliseconds 5000.0) $ Pup.Page.WaitFor.selector "div#bar" p + Pup.Page.close p + + test "keyboard" \b -> do + p <- Pup.Page.new b + connectPageConsole p + failOnPageError p do + Pup.Page.setContent inputPage Pup.Load p + input <- liftMaybe (error "no inputs!") =<< Pup.Page.findFirst "input" p + input' <- liftMaybe (error "not an input!") =<< Pup.Handle.HTML.toHTMLInputElement input + shouldEqual "" =<< Pup.Handle.HTML.value input' + Pup.Handle.focus input + kb <- liftEffect $ Pup.Page.keyboard p + Pup.Keyboard.doType "foo bar bingus bat" kb + shouldEqual "foo bar bingus bat" =<< Pup.Handle.HTML.value input' + Pup.Page.close p diff --git a/test/Puppeteer.Spec.purs b/test/Puppeteer.Spec.purs new file mode 100644 index 0000000..21921a1 --- /dev/null +++ b/test/Puppeteer.Spec.purs @@ -0,0 +1,32 @@ +module Puppeteer.Spec where + +import Prelude + +import Effect (Effect) +import Effect.Aff (Aff) +import Effect.Class (liftEffect) +import Puppeteer as Pup +import Puppeteer.Browser as Pup.Browser +import Test.Spec (SpecT, describe, parallel) +import Test.Spec.Assertions (shouldEqual) +import Test.Util (test) + +spec :: SpecT Aff Unit Effect Unit +spec = describe "Puppeteer" do + test "launch" do + pup <- Pup.puppeteer unit + map void Pup.launch_ pup + + test "connect" do + pup <- Pup.puppeteer unit + + b1 <- Pup.launch_ pup + ws <- liftEffect $ Pup.Browser.websocketEndpoint b1 + + liftEffect do + shouldEqual true <=< Pup.Browser.connected $ b1 + Pup.Browser.disconnect b1 + shouldEqual false <=< Pup.Browser.connected $ b1 + + b2 <- Pup.connect (Pup.connectDefault $ Pup.BrowserWebsocket ws) pup + Pup.Browser.close b2 diff --git a/test/Test.Main.js b/test/Test.Main.js new file mode 100644 index 0000000..90a9694 --- /dev/null +++ b/test/Test.Main.js @@ -0,0 +1,2 @@ +/** @type {(_: Error) => () => string} */ +export const errorString = e => () => e.toString() diff --git a/test/Test.Main.purs b/test/Test.Main.purs new file mode 100644 index 0000000..c9e01fb --- /dev/null +++ b/test/Test.Main.purs @@ -0,0 +1,53 @@ +module Test.Main where + +import Prelude + +import Data.Array as Array +import Data.Filterable (filterMap) +import Data.Foldable (findMap, fold, foldl) +import Data.Maybe (Maybe(..), fromMaybe) +import Data.Traversable (traverse) +import Effect (Effect, foreachE) +import Effect.Aff (Aff, launchAff_) +import Effect.Class (liftEffect) +import Effect.Console as Console +import Effect.Exception (Error) +import Effect.Exception as Error +import Node.Encoding (Encoding(..)) +import Node.Process as Process +import Node.Stream as Writable +import Puppeteer.Browser.Spec as Spec.Browser +import Puppeteer.Page.Spec as Spec.Page +import Puppeteer.Spec as Spec +import Test.Spec (SpecT) +import Test.Spec.Config (defaultConfig) +import Test.Spec.Reporter (consoleReporter) +import Test.Spec.Result (Result(..)) +import Test.Spec.Runner (runSpecT) + +foreign import errorString :: Error -> Effect String + +specs :: SpecT Aff Unit Effect Unit +specs = do + Spec.spec + Spec.Browser.spec + Spec.Page.spec + +main :: Effect Unit +main = launchAff_ do + let cfg = defaultConfig { timeout = Nothing, exit = false } + run <- liftEffect $ runSpecT cfg [ consoleReporter ] specs + res <- (map (join <<< map (foldl Array.snoc [])) run) :: Aff (Array Result) + let + getError = case _ of + Failure e -> Just e + _ -> Nothing + let errs = filterMap getError res + liftEffect $ foreachE errs \e -> do + _ <- Writable.writeString Process.stdout UTF8 $ Error.message e + _ <- Writable.writeString Process.stdout UTF8 "\n" + _ <- Writable.writeString Process.stdout UTF8 $ fromMaybe "" $ Error.stack e + _ <- Writable.writeString Process.stdout UTF8 "\n" + pure unit + + liftEffect $ Process.exit diff --git a/test/Test.Util.purs b/test/Test.Util.purs new file mode 100644 index 0000000..6f2a8ba --- /dev/null +++ b/test/Test.Util.purs @@ -0,0 +1,34 @@ +module Test.Util where + +import Prelude + +import Control.Alt ((<|>)) +import Control.Monad.Error.Class (liftEither, try) +import Control.Parallel (parallel, sequential) +import Data.Either (Either(..)) +import Effect (Effect) +import Effect.Aff (Aff) +import Effect.Aff.Class (class MonadAff, liftAff) +import Effect.Class (class MonadEffect, liftEffect) +import Puppeteer as Pup +import Puppeteer.Page.Event as Pup.Page.Event +import Test.Spec (class Example, SpecT, hoistSpec, it) + +test_ :: forall m t arg g g'. Monad m => Example t arg g' => (g' ~> g) -> String -> t -> SpecT g arg m Unit +test_ gaff s t = hoistSpec identity (\_ -> gaff) $ it s t + +test :: forall m t arg g. Monad m => Example t arg g => String -> t -> SpecT g arg m Unit +test = test_ identity + +testE :: forall m t arg g. MonadEffect g => Monad m => Example t arg Effect => String -> t -> SpecT g arg m Unit +testE = test_ liftEffect + +testA :: forall m t arg g. MonadAff g => Monad m => Example t arg Aff => String -> t -> SpecT g arg m Unit +testA = test_ liftAff + +failOnPageError :: forall a. Pup.Page -> Aff a -> Aff a +failOnPageError p a = let + ok = parallel $ try a + err = parallel $ Left <$> Pup.Page.Event.once Pup.Page.Event.PageError p + in + liftEither =<< (sequential $ ok <|> err)